/*!

=========================================================
* Tailwind Starter Kit by Creative Tim | Free TailwindCSS Kit Framework - v1.0.0
=========================================================

* Product Page: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/presentation
* Copyright 2019 Creative Tim (https://www.creative-tim.com)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

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

*/

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

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e4e4e7; /* 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #71717a;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #71717a;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #71717a;
  opacity: 1;
}

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #71717a;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
     {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}


      [type='checkbox']:checked,
      [type='radio']:checked
     {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

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

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

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

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

.group:hover .group-hover\:container {
  width: 100%;
}

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

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

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

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

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

.focus-within\:container:focus-within {
  width: 100%;
}

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

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

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

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

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

.first\:container:first-child {
  width: 100%;
}

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

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

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

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

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

.last\:container:last-child {
  width: 100%;
}

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

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

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

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

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

.odd\:container:nth-child(odd) {
  width: 100%;
}

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

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

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

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

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

.even\:container:nth-child(even) {
  width: 100%;
}

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

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

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

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

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

.hover\:container:hover {
  width: 100%;
}

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

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

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

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

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

.focus\:container:focus {
  width: 100%;
}

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

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

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

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

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

.active\:container:active {
  width: 100%;
}

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

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

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

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

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

.visited\:container:visited {
  width: 100%;
}

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

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

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

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

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

.disabled\:container:disabled {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:-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)));
}

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

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

.focus-within\:space-y-0:focus-within > :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));
}

.focus-within\:space-x-0:focus-within > :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)));
}

.focus-within\:space-y-1:focus-within > :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));
}

.focus-within\:space-x-1:focus-within > :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)));
}

.focus-within\:space-y-2:focus-within > :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));
}

.focus-within\:space-x-2:focus-within > :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)));
}

.focus-within\:space-y-3:focus-within > :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));
}

.focus-within\:space-x-3:focus-within > :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)));
}

.focus-within\:space-y-4:focus-within > :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));
}

.focus-within\:space-x-4:focus-within > :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)));
}

.focus-within\:space-y-5:focus-within > :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));
}

.focus-within\:space-x-5:focus-within > :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)));
}

.focus-within\:space-y-6:focus-within > :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));
}

.focus-within\:space-x-6:focus-within > :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)));
}

.focus-within\:space-y-7:focus-within > :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));
}

.focus-within\:space-x-7:focus-within > :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)));
}

.focus-within\:space-y-8:focus-within > :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));
}

.focus-within\:space-x-8:focus-within > :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)));
}

.focus-within\:space-y-9:focus-within > :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));
}

.focus-within\:space-x-9:focus-within > :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)));
}

.focus-within\:space-y-10:focus-within > :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));
}

.focus-within\:space-x-10:focus-within > :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)));
}

.focus-within\:space-y-11:focus-within > :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));
}

.focus-within\:space-x-11:focus-within > :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)));
}

.focus-within\:space-y-12:focus-within > :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));
}

.focus-within\:space-x-12:focus-within > :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)));
}

.focus-within\:space-y-14:focus-within > :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));
}

.focus-within\:space-x-14:focus-within > :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)));
}

.focus-within\:space-y-16:focus-within > :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));
}

.focus-within\:space-x-16:focus-within > :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)));
}

.focus-within\:space-y-20:focus-within > :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));
}

.focus-within\:space-x-20:focus-within > :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)));
}

.focus-within\:space-y-24:focus-within > :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));
}

.focus-within\:space-x-24:focus-within > :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)));
}

.focus-within\:space-y-28:focus-within > :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));
}

.focus-within\:space-x-28:focus-within > :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)));
}

.focus-within\:space-y-32:focus-within > :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));
}

.focus-within\:space-x-32:focus-within > :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)));
}

.focus-within\:space-y-36:focus-within > :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));
}

.focus-within\:space-x-36:focus-within > :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)));
}

.focus-within\:space-y-40:focus-within > :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));
}

.focus-within\:space-x-40:focus-within > :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)));
}

.focus-within\:space-y-44:focus-within > :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));
}

.focus-within\:space-x-44:focus-within > :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)));
}

.focus-within\:space-y-48:focus-within > :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));
}

.focus-within\:space-x-48:focus-within > :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)));
}

.focus-within\:space-y-52:focus-within > :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));
}

.focus-within\:space-x-52:focus-within > :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)));
}

.focus-within\:space-y-56:focus-within > :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));
}

.focus-within\:space-x-56:focus-within > :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)));
}

.focus-within\:space-y-60:focus-within > :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));
}

.focus-within\:space-x-60:focus-within > :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)));
}

.focus-within\:space-y-64:focus-within > :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));
}

.focus-within\:space-x-64:focus-within > :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)));
}

.focus-within\:space-y-72:focus-within > :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));
}

.focus-within\:space-x-72:focus-within > :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)));
}

.focus-within\:space-y-80:focus-within > :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));
}

.focus-within\:space-x-80:focus-within > :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)));
}

.focus-within\:space-y-96:focus-within > :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));
}

.focus-within\:space-x-96:focus-within > :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)));
}

.focus-within\:space-y-px:focus-within > :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));
}

.focus-within\:space-x-px:focus-within > :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)));
}

.focus-within\:space-y-0\.5:focus-within > :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));
}

.focus-within\:space-x-0\.5:focus-within > :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)));
}

.focus-within\:space-y-1\.5:focus-within > :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));
}

.focus-within\:space-x-1\.5:focus-within > :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)));
}

.focus-within\:space-y-2\.5:focus-within > :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));
}

.focus-within\:space-x-2\.5:focus-within > :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)));
}

.focus-within\:space-y-3\.5:focus-within > :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));
}

.focus-within\:space-x-3\.5:focus-within > :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)));
}

.focus-within\:-space-y-0:focus-within > :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));
}

.focus-within\:-space-x-0:focus-within > :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)));
}

.focus-within\:-space-y-1:focus-within > :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));
}

.focus-within\:-space-x-1:focus-within > :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)));
}

.focus-within\:-space-y-2:focus-within > :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));
}

.focus-within\:-space-x-2:focus-within > :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)));
}

.focus-within\:-space-y-3:focus-within > :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));
}

.focus-within\:-space-x-3:focus-within > :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)));
}

.focus-within\:-space-y-4:focus-within > :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));
}

.focus-within\:-space-x-4:focus-within > :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)));
}

.focus-within\:-space-y-5:focus-within > :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));
}

.focus-within\:-space-x-5:focus-within > :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)));
}

.focus-within\:-space-y-6:focus-within > :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));
}

.focus-within\:-space-x-6:focus-within > :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)));
}

.focus-within\:-space-y-7:focus-within > :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));
}

.focus-within\:-space-x-7:focus-within > :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)));
}

.focus-within\:-space-y-8:focus-within > :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));
}

.focus-within\:-space-x-8:focus-within > :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)));
}

.focus-within\:-space-y-9:focus-within > :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));
}

.focus-within\:-space-x-9:focus-within > :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)));
}

.focus-within\:-space-y-10:focus-within > :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));
}

.focus-within\:-space-x-10:focus-within > :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)));
}

.focus-within\:-space-y-11:focus-within > :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));
}

.focus-within\:-space-x-11:focus-within > :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)));
}

.focus-within\:-space-y-12:focus-within > :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));
}

.focus-within\:-space-x-12:focus-within > :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)));
}

.focus-within\:-space-y-14:focus-within > :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));
}

.focus-within\:-space-x-14:focus-within > :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)));
}

.focus-within\:-space-y-16:focus-within > :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));
}

.focus-within\:-space-x-16:focus-within > :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)));
}

.focus-within\:-space-y-20:focus-within > :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));
}

.focus-within\:-space-x-20:focus-within > :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)));
}

.focus-within\:-space-y-24:focus-within > :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));
}

.focus-within\:-space-x-24:focus-within > :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)));
}

.focus-within\:-space-y-28:focus-within > :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));
}

.focus-within\:-space-x-28:focus-within > :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)));
}

.focus-within\:-space-y-32:focus-within > :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));
}

.focus-within\:-space-x-32:focus-within > :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)));
}

.focus-within\:-space-y-36:focus-within > :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));
}

.focus-within\:-space-x-36:focus-within > :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)));
}

.focus-within\:-space-y-40:focus-within > :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));
}

.focus-within\:-space-x-40:focus-within > :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)));
}

.focus-within\:-space-y-44:focus-within > :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));
}

.focus-within\:-space-x-44:focus-within > :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)));
}

.focus-within\:-space-y-48:focus-within > :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));
}

.focus-within\:-space-x-48:focus-within > :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)));
}

.focus-within\:-space-y-52:focus-within > :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));
}

.focus-within\:-space-x-52:focus-within > :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)));
}

.focus-within\:-space-y-56:focus-within > :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));
}

.focus-within\:-space-x-56:focus-within > :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)));
}

.focus-within\:-space-y-60:focus-within > :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));
}

.focus-within\:-space-x-60:focus-within > :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)));
}

.focus-within\:-space-y-64:focus-within > :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));
}

.focus-within\:-space-x-64:focus-within > :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)));
}

.focus-within\:-space-y-72:focus-within > :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));
}

.focus-within\:-space-x-72:focus-within > :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)));
}

.focus-within\:-space-y-80:focus-within > :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));
}

.focus-within\:-space-x-80:focus-within > :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)));
}

.focus-within\:-space-y-96:focus-within > :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));
}

.focus-within\:-space-x-96:focus-within > :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)));
}

.focus-within\:-space-y-px:focus-within > :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));
}

.focus-within\:-space-x-px:focus-within > :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)));
}

.focus-within\:-space-y-0\.5:focus-within > :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));
}

.focus-within\:-space-x-0\.5:focus-within > :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)));
}

.focus-within\:-space-y-1\.5:focus-within > :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));
}

.focus-within\:-space-x-1\.5:focus-within > :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)));
}

.focus-within\:-space-y-2\.5:focus-within > :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));
}

.focus-within\:-space-x-2\.5:focus-within > :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)));
}

.focus-within\:-space-y-3\.5:focus-within > :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));
}

.focus-within\:-space-x-3\.5:focus-within > :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)));
}

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

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

.first\:space-y-0:first-child > :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));
}

.first\:space-x-0:first-child > :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)));
}

.first\:space-y-1:first-child > :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));
}

.first\:space-x-1:first-child > :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)));
}

.first\:space-y-2:first-child > :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));
}

.first\:space-x-2:first-child > :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)));
}

.first\:space-y-3:first-child > :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));
}

.first\:space-x-3:first-child > :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)));
}

.first\:space-y-4:first-child > :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));
}

.first\:space-x-4:first-child > :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)));
}

.first\:space-y-5:first-child > :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));
}

.first\:space-x-5:first-child > :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)));
}

.first\:space-y-6:first-child > :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));
}

.first\:space-x-6:first-child > :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)));
}

.first\:space-y-7:first-child > :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));
}

.first\:space-x-7:first-child > :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)));
}

.first\:space-y-8:first-child > :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));
}

.first\:space-x-8:first-child > :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)));
}

.first\:space-y-9:first-child > :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));
}

.first\:space-x-9:first-child > :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)));
}

.first\:space-y-10:first-child > :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));
}

.first\:space-x-10:first-child > :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)));
}

.first\:space-y-11:first-child > :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));
}

.first\:space-x-11:first-child > :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)));
}

.first\:space-y-12:first-child > :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));
}

.first\:space-x-12:first-child > :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)));
}

.first\:space-y-14:first-child > :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));
}

.first\:space-x-14:first-child > :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)));
}

.first\:space-y-16:first-child > :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));
}

.first\:space-x-16:first-child > :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)));
}

.first\:space-y-20:first-child > :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));
}

.first\:space-x-20:first-child > :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)));
}

.first\:space-y-24:first-child > :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));
}

.first\:space-x-24:first-child > :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)));
}

.first\:space-y-28:first-child > :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));
}

.first\:space-x-28:first-child > :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)));
}

.first\:space-y-32:first-child > :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));
}

.first\:space-x-32:first-child > :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)));
}

.first\:space-y-36:first-child > :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));
}

.first\:space-x-36:first-child > :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)));
}

.first\:space-y-40:first-child > :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));
}

.first\:space-x-40:first-child > :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)));
}

.first\:space-y-44:first-child > :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));
}

.first\:space-x-44:first-child > :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)));
}

.first\:space-y-48:first-child > :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));
}

.first\:space-x-48:first-child > :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)));
}

.first\:space-y-52:first-child > :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));
}

.first\:space-x-52:first-child > :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)));
}

.first\:space-y-56:first-child > :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));
}

.first\:space-x-56:first-child > :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)));
}

.first\:space-y-60:first-child > :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));
}

.first\:space-x-60:first-child > :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)));
}

.first\:space-y-64:first-child > :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));
}

.first\:space-x-64:first-child > :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)));
}

.first\:space-y-72:first-child > :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));
}

.first\:space-x-72:first-child > :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)));
}

.first\:space-y-80:first-child > :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));
}

.first\:space-x-80:first-child > :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)));
}

.first\:space-y-96:first-child > :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));
}

.first\:space-x-96:first-child > :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)));
}

.first\:space-y-px:first-child > :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));
}

.first\:space-x-px:first-child > :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)));
}

.first\:space-y-0\.5:first-child > :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));
}

.first\:space-x-0\.5:first-child > :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)));
}

.first\:space-y-1\.5:first-child > :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));
}

.first\:space-x-1\.5:first-child > :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)));
}

.first\:space-y-2\.5:first-child > :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));
}

.first\:space-x-2\.5:first-child > :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)));
}

.first\:space-y-3\.5:first-child > :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));
}

.first\:space-x-3\.5:first-child > :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)));
}

.first\:-space-y-0:first-child > :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));
}

.first\:-space-x-0:first-child > :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)));
}

.first\:-space-y-1:first-child > :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));
}

.first\:-space-x-1:first-child > :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)));
}

.first\:-space-y-2:first-child > :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));
}

.first\:-space-x-2:first-child > :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)));
}

.first\:-space-y-3:first-child > :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));
}

.first\:-space-x-3:first-child > :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)));
}

.first\:-space-y-4:first-child > :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));
}

.first\:-space-x-4:first-child > :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)));
}

.first\:-space-y-5:first-child > :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));
}

.first\:-space-x-5:first-child > :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)));
}

.first\:-space-y-6:first-child > :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));
}

.first\:-space-x-6:first-child > :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)));
}

.first\:-space-y-7:first-child > :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));
}

.first\:-space-x-7:first-child > :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)));
}

.first\:-space-y-8:first-child > :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));
}

.first\:-space-x-8:first-child > :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)));
}

.first\:-space-y-9:first-child > :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));
}

.first\:-space-x-9:first-child > :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)));
}

.first\:-space-y-10:first-child > :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));
}

.first\:-space-x-10:first-child > :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)));
}

.first\:-space-y-11:first-child > :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));
}

.first\:-space-x-11:first-child > :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)));
}

.first\:-space-y-12:first-child > :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));
}

.first\:-space-x-12:first-child > :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)));
}

.first\:-space-y-14:first-child > :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));
}

.first\:-space-x-14:first-child > :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)));
}

.first\:-space-y-16:first-child > :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));
}

.first\:-space-x-16:first-child > :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)));
}

.first\:-space-y-20:first-child > :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));
}

.first\:-space-x-20:first-child > :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)));
}

.first\:-space-y-24:first-child > :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));
}

.first\:-space-x-24:first-child > :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)));
}

.first\:-space-y-28:first-child > :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));
}

.first\:-space-x-28:first-child > :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)));
}

.first\:-space-y-32:first-child > :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));
}

.first\:-space-x-32:first-child > :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)));
}

.first\:-space-y-36:first-child > :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));
}

.first\:-space-x-36:first-child > :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)));
}

.first\:-space-y-40:first-child > :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));
}

.first\:-space-x-40:first-child > :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)));
}

.first\:-space-y-44:first-child > :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));
}

.first\:-space-x-44:first-child > :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)));
}

.first\:-space-y-48:first-child > :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));
}

.first\:-space-x-48:first-child > :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)));
}

.first\:-space-y-52:first-child > :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));
}

.first\:-space-x-52:first-child > :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)));
}

.first\:-space-y-56:first-child > :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));
}

.first\:-space-x-56:first-child > :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)));
}

.first\:-space-y-60:first-child > :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));
}

.first\:-space-x-60:first-child > :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)));
}

.first\:-space-y-64:first-child > :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));
}

.first\:-space-x-64:first-child > :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)));
}

.first\:-space-y-72:first-child > :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));
}

.first\:-space-x-72:first-child > :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)));
}

.first\:-space-y-80:first-child > :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));
}

.first\:-space-x-80:first-child > :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)));
}

.first\:-space-y-96:first-child > :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));
}

.first\:-space-x-96:first-child > :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)));
}

.first\:-space-y-px:first-child > :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));
}

.first\:-space-x-px:first-child > :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)));
}

.first\:-space-y-0\.5:first-child > :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));
}

.first\:-space-x-0\.5:first-child > :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)));
}

.first\:-space-y-1\.5:first-child > :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));
}

.first\:-space-x-1\.5:first-child > :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)));
}

.first\:-space-y-2\.5:first-child > :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));
}

.first\:-space-x-2\.5:first-child > :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)));
}

.first\:-space-y-3\.5:first-child > :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));
}

.first\:-space-x-3\.5:first-child > :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)));
}

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

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

.last\:space-y-0:last-child > :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));
}

.last\:space-x-0:last-child > :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)));
}

.last\:space-y-1:last-child > :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));
}

.last\:space-x-1:last-child > :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)));
}

.last\:space-y-2:last-child > :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));
}

.last\:space-x-2:last-child > :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)));
}

.last\:space-y-3:last-child > :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));
}

.last\:space-x-3:last-child > :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)));
}

.last\:space-y-4:last-child > :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));
}

.last\:space-x-4:last-child > :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)));
}

.last\:space-y-5:last-child > :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));
}

.last\:space-x-5:last-child > :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)));
}

.last\:space-y-6:last-child > :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));
}

.last\:space-x-6:last-child > :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)));
}

.last\:space-y-7:last-child > :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));
}

.last\:space-x-7:last-child > :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)));
}

.last\:space-y-8:last-child > :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));
}

.last\:space-x-8:last-child > :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)));
}

.last\:space-y-9:last-child > :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));
}

.last\:space-x-9:last-child > :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)));
}

.last\:space-y-10:last-child > :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));
}

.last\:space-x-10:last-child > :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)));
}

.last\:space-y-11:last-child > :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));
}

.last\:space-x-11:last-child > :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)));
}

.last\:space-y-12:last-child > :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));
}

.last\:space-x-12:last-child > :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)));
}

.last\:space-y-14:last-child > :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));
}

.last\:space-x-14:last-child > :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)));
}

.last\:space-y-16:last-child > :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));
}

.last\:space-x-16:last-child > :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)));
}

.last\:space-y-20:last-child > :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));
}

.last\:space-x-20:last-child > :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)));
}

.last\:space-y-24:last-child > :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));
}

.last\:space-x-24:last-child > :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)));
}

.last\:space-y-28:last-child > :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));
}

.last\:space-x-28:last-child > :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)));
}

.last\:space-y-32:last-child > :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));
}

.last\:space-x-32:last-child > :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)));
}

.last\:space-y-36:last-child > :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));
}

.last\:space-x-36:last-child > :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)));
}

.last\:space-y-40:last-child > :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));
}

.last\:space-x-40:last-child > :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)));
}

.last\:space-y-44:last-child > :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));
}

.last\:space-x-44:last-child > :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)));
}

.last\:space-y-48:last-child > :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));
}

.last\:space-x-48:last-child > :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)));
}

.last\:space-y-52:last-child > :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));
}

.last\:space-x-52:last-child > :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)));
}

.last\:space-y-56:last-child > :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));
}

.last\:space-x-56:last-child > :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)));
}

.last\:space-y-60:last-child > :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));
}

.last\:space-x-60:last-child > :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)));
}

.last\:space-y-64:last-child > :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));
}

.last\:space-x-64:last-child > :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)));
}

.last\:space-y-72:last-child > :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));
}

.last\:space-x-72:last-child > :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)));
}

.last\:space-y-80:last-child > :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));
}

.last\:space-x-80:last-child > :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)));
}

.last\:space-y-96:last-child > :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));
}

.last\:space-x-96:last-child > :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)));
}

.last\:space-y-px:last-child > :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));
}

.last\:space-x-px:last-child > :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)));
}

.last\:space-y-0\.5:last-child > :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));
}

.last\:space-x-0\.5:last-child > :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)));
}

.last\:space-y-1\.5:last-child > :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));
}

.last\:space-x-1\.5:last-child > :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)));
}

.last\:space-y-2\.5:last-child > :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));
}

.last\:space-x-2\.5:last-child > :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)));
}

.last\:space-y-3\.5:last-child > :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));
}

.last\:space-x-3\.5:last-child > :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)));
}

.last\:-space-y-0:last-child > :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));
}

.last\:-space-x-0:last-child > :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)));
}

.last\:-space-y-1:last-child > :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));
}

.last\:-space-x-1:last-child > :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)));
}

.last\:-space-y-2:last-child > :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));
}

.last\:-space-x-2:last-child > :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)));
}

.last\:-space-y-3:last-child > :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));
}

.last\:-space-x-3:last-child > :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)));
}

.last\:-space-y-4:last-child > :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));
}

.last\:-space-x-4:last-child > :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)));
}

.last\:-space-y-5:last-child > :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));
}

.last\:-space-x-5:last-child > :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)));
}

.last\:-space-y-6:last-child > :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));
}

.last\:-space-x-6:last-child > :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)));
}

.last\:-space-y-7:last-child > :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));
}

.last\:-space-x-7:last-child > :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)));
}

.last\:-space-y-8:last-child > :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));
}

.last\:-space-x-8:last-child > :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)));
}

.last\:-space-y-9:last-child > :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));
}

.last\:-space-x-9:last-child > :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)));
}

.last\:-space-y-10:last-child > :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));
}

.last\:-space-x-10:last-child > :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)));
}

.last\:-space-y-11:last-child > :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));
}

.last\:-space-x-11:last-child > :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)));
}

.last\:-space-y-12:last-child > :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));
}

.last\:-space-x-12:last-child > :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)));
}

.last\:-space-y-14:last-child > :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));
}

.last\:-space-x-14:last-child > :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)));
}

.last\:-space-y-16:last-child > :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));
}

.last\:-space-x-16:last-child > :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)));
}

.last\:-space-y-20:last-child > :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));
}

.last\:-space-x-20:last-child > :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)));
}

.last\:-space-y-24:last-child > :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));
}

.last\:-space-x-24:last-child > :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)));
}

.last\:-space-y-28:last-child > :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));
}

.last\:-space-x-28:last-child > :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)));
}

.last\:-space-y-32:last-child > :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));
}

.last\:-space-x-32:last-child > :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)));
}

.last\:-space-y-36:last-child > :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));
}

.last\:-space-x-36:last-child > :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)));
}

.last\:-space-y-40:last-child > :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));
}

.last\:-space-x-40:last-child > :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)));
}

.last\:-space-y-44:last-child > :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));
}

.last\:-space-x-44:last-child > :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)));
}

.last\:-space-y-48:last-child > :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));
}

.last\:-space-x-48:last-child > :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)));
}

.last\:-space-y-52:last-child > :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));
}

.last\:-space-x-52:last-child > :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)));
}

.last\:-space-y-56:last-child > :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));
}

.last\:-space-x-56:last-child > :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)));
}

.last\:-space-y-60:last-child > :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));
}

.last\:-space-x-60:last-child > :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)));
}

.last\:-space-y-64:last-child > :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));
}

.last\:-space-x-64:last-child > :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)));
}

.last\:-space-y-72:last-child > :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));
}

.last\:-space-x-72:last-child > :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)));
}

.last\:-space-y-80:last-child > :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));
}

.last\:-space-x-80:last-child > :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)));
}

.last\:-space-y-96:last-child > :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));
}

.last\:-space-x-96:last-child > :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)));
}

.last\:-space-y-px:last-child > :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));
}

.last\:-space-x-px:last-child > :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)));
}

.last\:-space-y-0\.5:last-child > :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));
}

.last\:-space-x-0\.5:last-child > :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)));
}

.last\:-space-y-1\.5:last-child > :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));
}

.last\:-space-x-1\.5:last-child > :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)));
}

.last\:-space-y-2\.5:last-child > :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));
}

.last\:-space-x-2\.5:last-child > :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)));
}

.last\:-space-y-3\.5:last-child > :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));
}

.last\:-space-x-3\.5:last-child > :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)));
}

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

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

.odd\:space-y-0:nth-child(odd) > :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));
}

.odd\:space-x-0:nth-child(odd) > :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)));
}

.odd\:space-y-1:nth-child(odd) > :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));
}

.odd\:space-x-1:nth-child(odd) > :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)));
}

.odd\:space-y-2:nth-child(odd) > :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));
}

.odd\:space-x-2:nth-child(odd) > :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)));
}

.odd\:space-y-3:nth-child(odd) > :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));
}

.odd\:space-x-3:nth-child(odd) > :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)));
}

.odd\:space-y-4:nth-child(odd) > :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));
}

.odd\:space-x-4:nth-child(odd) > :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)));
}

.odd\:space-y-5:nth-child(odd) > :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));
}

.odd\:space-x-5:nth-child(odd) > :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)));
}

.odd\:space-y-6:nth-child(odd) > :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));
}

.odd\:space-x-6:nth-child(odd) > :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)));
}

.odd\:space-y-7:nth-child(odd) > :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));
}

.odd\:space-x-7:nth-child(odd) > :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)));
}

.odd\:space-y-8:nth-child(odd) > :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));
}

.odd\:space-x-8:nth-child(odd) > :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)));
}

.odd\:space-y-9:nth-child(odd) > :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));
}

.odd\:space-x-9:nth-child(odd) > :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)));
}

.odd\:space-y-10:nth-child(odd) > :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));
}

.odd\:space-x-10:nth-child(odd) > :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)));
}

.odd\:space-y-11:nth-child(odd) > :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));
}

.odd\:space-x-11:nth-child(odd) > :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)));
}

.odd\:space-y-12:nth-child(odd) > :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));
}

.odd\:space-x-12:nth-child(odd) > :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)));
}

.odd\:space-y-14:nth-child(odd) > :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));
}

.odd\:space-x-14:nth-child(odd) > :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)));
}

.odd\:space-y-16:nth-child(odd) > :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));
}

.odd\:space-x-16:nth-child(odd) > :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)));
}

.odd\:space-y-20:nth-child(odd) > :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));
}

.odd\:space-x-20:nth-child(odd) > :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)));
}

.odd\:space-y-24:nth-child(odd) > :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));
}

.odd\:space-x-24:nth-child(odd) > :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)));
}

.odd\:space-y-28:nth-child(odd) > :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));
}

.odd\:space-x-28:nth-child(odd) > :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)));
}

.odd\:space-y-32:nth-child(odd) > :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));
}

.odd\:space-x-32:nth-child(odd) > :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)));
}

.odd\:space-y-36:nth-child(odd) > :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));
}

.odd\:space-x-36:nth-child(odd) > :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)));
}

.odd\:space-y-40:nth-child(odd) > :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));
}

.odd\:space-x-40:nth-child(odd) > :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)));
}

.odd\:space-y-44:nth-child(odd) > :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));
}

.odd\:space-x-44:nth-child(odd) > :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)));
}

.odd\:space-y-48:nth-child(odd) > :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));
}

.odd\:space-x-48:nth-child(odd) > :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)));
}

.odd\:space-y-52:nth-child(odd) > :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));
}

.odd\:space-x-52:nth-child(odd) > :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)));
}

.odd\:space-y-56:nth-child(odd) > :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));
}

.odd\:space-x-56:nth-child(odd) > :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)));
}

.odd\:space-y-60:nth-child(odd) > :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));
}

.odd\:space-x-60:nth-child(odd) > :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)));
}

.odd\:space-y-64:nth-child(odd) > :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));
}

.odd\:space-x-64:nth-child(odd) > :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)));
}

.odd\:space-y-72:nth-child(odd) > :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));
}

.odd\:space-x-72:nth-child(odd) > :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)));
}

.odd\:space-y-80:nth-child(odd) > :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));
}

.odd\:space-x-80:nth-child(odd) > :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)));
}

.odd\:space-y-96:nth-child(odd) > :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));
}

.odd\:space-x-96:nth-child(odd) > :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)));
}

.odd\:space-y-px:nth-child(odd) > :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));
}

.odd\:space-x-px:nth-child(odd) > :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)));
}

.odd\:space-y-0\.5:nth-child(odd) > :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));
}

.odd\:space-x-0\.5:nth-child(odd) > :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)));
}

.odd\:space-y-1\.5:nth-child(odd) > :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));
}

.odd\:space-x-1\.5:nth-child(odd) > :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)));
}

.odd\:space-y-2\.5:nth-child(odd) > :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));
}

.odd\:space-x-2\.5:nth-child(odd) > :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)));
}

.odd\:space-y-3\.5:nth-child(odd) > :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));
}

.odd\:space-x-3\.5:nth-child(odd) > :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)));
}

.odd\:-space-y-0:nth-child(odd) > :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));
}

.odd\:-space-x-0:nth-child(odd) > :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)));
}

.odd\:-space-y-1:nth-child(odd) > :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));
}

.odd\:-space-x-1:nth-child(odd) > :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)));
}

.odd\:-space-y-2:nth-child(odd) > :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));
}

.odd\:-space-x-2:nth-child(odd) > :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)));
}

.odd\:-space-y-3:nth-child(odd) > :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));
}

.odd\:-space-x-3:nth-child(odd) > :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)));
}

.odd\:-space-y-4:nth-child(odd) > :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));
}

.odd\:-space-x-4:nth-child(odd) > :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)));
}

.odd\:-space-y-5:nth-child(odd) > :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));
}

.odd\:-space-x-5:nth-child(odd) > :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)));
}

.odd\:-space-y-6:nth-child(odd) > :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));
}

.odd\:-space-x-6:nth-child(odd) > :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)));
}

.odd\:-space-y-7:nth-child(odd) > :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));
}

.odd\:-space-x-7:nth-child(odd) > :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)));
}

.odd\:-space-y-8:nth-child(odd) > :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));
}

.odd\:-space-x-8:nth-child(odd) > :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)));
}

.odd\:-space-y-9:nth-child(odd) > :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));
}

.odd\:-space-x-9:nth-child(odd) > :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)));
}

.odd\:-space-y-10:nth-child(odd) > :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));
}

.odd\:-space-x-10:nth-child(odd) > :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)));
}

.odd\:-space-y-11:nth-child(odd) > :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));
}

.odd\:-space-x-11:nth-child(odd) > :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)));
}

.odd\:-space-y-12:nth-child(odd) > :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));
}

.odd\:-space-x-12:nth-child(odd) > :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)));
}

.odd\:-space-y-14:nth-child(odd) > :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));
}

.odd\:-space-x-14:nth-child(odd) > :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)));
}

.odd\:-space-y-16:nth-child(odd) > :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));
}

.odd\:-space-x-16:nth-child(odd) > :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)));
}

.odd\:-space-y-20:nth-child(odd) > :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));
}

.odd\:-space-x-20:nth-child(odd) > :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)));
}

.odd\:-space-y-24:nth-child(odd) > :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));
}

.odd\:-space-x-24:nth-child(odd) > :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)));
}

.odd\:-space-y-28:nth-child(odd) > :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));
}

.odd\:-space-x-28:nth-child(odd) > :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)));
}

.odd\:-space-y-32:nth-child(odd) > :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));
}

.odd\:-space-x-32:nth-child(odd) > :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)));
}

.odd\:-space-y-36:nth-child(odd) > :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));
}

.odd\:-space-x-36:nth-child(odd) > :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)));
}

.odd\:-space-y-40:nth-child(odd) > :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));
}

.odd\:-space-x-40:nth-child(odd) > :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)));
}

.odd\:-space-y-44:nth-child(odd) > :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));
}

.odd\:-space-x-44:nth-child(odd) > :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)));
}

.odd\:-space-y-48:nth-child(odd) > :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));
}

.odd\:-space-x-48:nth-child(odd) > :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)));
}

.odd\:-space-y-52:nth-child(odd) > :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));
}

.odd\:-space-x-52:nth-child(odd) > :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)));
}

.odd\:-space-y-56:nth-child(odd) > :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));
}

.odd\:-space-x-56:nth-child(odd) > :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)));
}

.odd\:-space-y-60:nth-child(odd) > :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));
}

.odd\:-space-x-60:nth-child(odd) > :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)));
}

.odd\:-space-y-64:nth-child(odd) > :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));
}

.odd\:-space-x-64:nth-child(odd) > :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)));
}

.odd\:-space-y-72:nth-child(odd) > :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));
}

.odd\:-space-x-72:nth-child(odd) > :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)));
}

.odd\:-space-y-80:nth-child(odd) > :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));
}

.odd\:-space-x-80:nth-child(odd) > :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)));
}

.odd\:-space-y-96:nth-child(odd) > :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));
}

.odd\:-space-x-96:nth-child(odd) > :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)));
}

.odd\:-space-y-px:nth-child(odd) > :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));
}

.odd\:-space-x-px:nth-child(odd) > :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)));
}

.odd\:-space-y-0\.5:nth-child(odd) > :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));
}

.odd\:-space-x-0\.5:nth-child(odd) > :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)));
}

.odd\:-space-y-1\.5:nth-child(odd) > :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));
}

.odd\:-space-x-1\.5:nth-child(odd) > :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)));
}

.odd\:-space-y-2\.5:nth-child(odd) > :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));
}

.odd\:-space-x-2\.5:nth-child(odd) > :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)));
}

.odd\:-space-y-3\.5:nth-child(odd) > :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));
}

.odd\:-space-x-3\.5:nth-child(odd) > :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)));
}

.odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.even\:space-y-0:nth-child(even) > :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));
}

.even\:space-x-0:nth-child(even) > :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)));
}

.even\:space-y-1:nth-child(even) > :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));
}

.even\:space-x-1:nth-child(even) > :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)));
}

.even\:space-y-2:nth-child(even) > :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));
}

.even\:space-x-2:nth-child(even) > :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)));
}

.even\:space-y-3:nth-child(even) > :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));
}

.even\:space-x-3:nth-child(even) > :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)));
}

.even\:space-y-4:nth-child(even) > :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));
}

.even\:space-x-4:nth-child(even) > :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)));
}

.even\:space-y-5:nth-child(even) > :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));
}

.even\:space-x-5:nth-child(even) > :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)));
}

.even\:space-y-6:nth-child(even) > :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));
}

.even\:space-x-6:nth-child(even) > :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)));
}

.even\:space-y-7:nth-child(even) > :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));
}

.even\:space-x-7:nth-child(even) > :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)));
}

.even\:space-y-8:nth-child(even) > :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));
}

.even\:space-x-8:nth-child(even) > :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)));
}

.even\:space-y-9:nth-child(even) > :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));
}

.even\:space-x-9:nth-child(even) > :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)));
}

.even\:space-y-10:nth-child(even) > :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));
}

.even\:space-x-10:nth-child(even) > :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)));
}

.even\:space-y-11:nth-child(even) > :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));
}

.even\:space-x-11:nth-child(even) > :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)));
}

.even\:space-y-12:nth-child(even) > :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));
}

.even\:space-x-12:nth-child(even) > :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)));
}

.even\:space-y-14:nth-child(even) > :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));
}

.even\:space-x-14:nth-child(even) > :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)));
}

.even\:space-y-16:nth-child(even) > :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));
}

.even\:space-x-16:nth-child(even) > :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)));
}

.even\:space-y-20:nth-child(even) > :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));
}

.even\:space-x-20:nth-child(even) > :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)));
}

.even\:space-y-24:nth-child(even) > :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));
}

.even\:space-x-24:nth-child(even) > :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)));
}

.even\:space-y-28:nth-child(even) > :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));
}

.even\:space-x-28:nth-child(even) > :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)));
}

.even\:space-y-32:nth-child(even) > :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));
}

.even\:space-x-32:nth-child(even) > :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)));
}

.even\:space-y-36:nth-child(even) > :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));
}

.even\:space-x-36:nth-child(even) > :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)));
}

.even\:space-y-40:nth-child(even) > :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));
}

.even\:space-x-40:nth-child(even) > :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)));
}

.even\:space-y-44:nth-child(even) > :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));
}

.even\:space-x-44:nth-child(even) > :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)));
}

.even\:space-y-48:nth-child(even) > :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));
}

.even\:space-x-48:nth-child(even) > :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)));
}

.even\:space-y-52:nth-child(even) > :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));
}

.even\:space-x-52:nth-child(even) > :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)));
}

.even\:space-y-56:nth-child(even) > :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));
}

.even\:space-x-56:nth-child(even) > :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)));
}

.even\:space-y-60:nth-child(even) > :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));
}

.even\:space-x-60:nth-child(even) > :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)));
}

.even\:space-y-64:nth-child(even) > :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));
}

.even\:space-x-64:nth-child(even) > :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)));
}

.even\:space-y-72:nth-child(even) > :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));
}

.even\:space-x-72:nth-child(even) > :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)));
}

.even\:space-y-80:nth-child(even) > :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));
}

.even\:space-x-80:nth-child(even) > :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)));
}

.even\:space-y-96:nth-child(even) > :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));
}

.even\:space-x-96:nth-child(even) > :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)));
}

.even\:space-y-px:nth-child(even) > :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));
}

.even\:space-x-px:nth-child(even) > :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)));
}

.even\:space-y-0\.5:nth-child(even) > :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));
}

.even\:space-x-0\.5:nth-child(even) > :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)));
}

.even\:space-y-1\.5:nth-child(even) > :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));
}

.even\:space-x-1\.5:nth-child(even) > :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)));
}

.even\:space-y-2\.5:nth-child(even) > :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));
}

.even\:space-x-2\.5:nth-child(even) > :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)));
}

.even\:space-y-3\.5:nth-child(even) > :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));
}

.even\:space-x-3\.5:nth-child(even) > :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)));
}

.even\:-space-y-0:nth-child(even) > :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));
}

.even\:-space-x-0:nth-child(even) > :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)));
}

.even\:-space-y-1:nth-child(even) > :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));
}

.even\:-space-x-1:nth-child(even) > :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)));
}

.even\:-space-y-2:nth-child(even) > :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));
}

.even\:-space-x-2:nth-child(even) > :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)));
}

.even\:-space-y-3:nth-child(even) > :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));
}

.even\:-space-x-3:nth-child(even) > :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)));
}

.even\:-space-y-4:nth-child(even) > :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));
}

.even\:-space-x-4:nth-child(even) > :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)));
}

.even\:-space-y-5:nth-child(even) > :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));
}

.even\:-space-x-5:nth-child(even) > :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)));
}

.even\:-space-y-6:nth-child(even) > :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));
}

.even\:-space-x-6:nth-child(even) > :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)));
}

.even\:-space-y-7:nth-child(even) > :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));
}

.even\:-space-x-7:nth-child(even) > :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)));
}

.even\:-space-y-8:nth-child(even) > :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));
}

.even\:-space-x-8:nth-child(even) > :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)));
}

.even\:-space-y-9:nth-child(even) > :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));
}

.even\:-space-x-9:nth-child(even) > :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)));
}

.even\:-space-y-10:nth-child(even) > :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));
}

.even\:-space-x-10:nth-child(even) > :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)));
}

.even\:-space-y-11:nth-child(even) > :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));
}

.even\:-space-x-11:nth-child(even) > :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)));
}

.even\:-space-y-12:nth-child(even) > :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));
}

.even\:-space-x-12:nth-child(even) > :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)));
}

.even\:-space-y-14:nth-child(even) > :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));
}

.even\:-space-x-14:nth-child(even) > :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)));
}

.even\:-space-y-16:nth-child(even) > :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));
}

.even\:-space-x-16:nth-child(even) > :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)));
}

.even\:-space-y-20:nth-child(even) > :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));
}

.even\:-space-x-20:nth-child(even) > :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)));
}

.even\:-space-y-24:nth-child(even) > :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));
}

.even\:-space-x-24:nth-child(even) > :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)));
}

.even\:-space-y-28:nth-child(even) > :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));
}

.even\:-space-x-28:nth-child(even) > :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)));
}

.even\:-space-y-32:nth-child(even) > :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));
}

.even\:-space-x-32:nth-child(even) > :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)));
}

.even\:-space-y-36:nth-child(even) > :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));
}

.even\:-space-x-36:nth-child(even) > :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)));
}

.even\:-space-y-40:nth-child(even) > :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));
}

.even\:-space-x-40:nth-child(even) > :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)));
}

.even\:-space-y-44:nth-child(even) > :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));
}

.even\:-space-x-44:nth-child(even) > :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)));
}

.even\:-space-y-48:nth-child(even) > :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));
}

.even\:-space-x-48:nth-child(even) > :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)));
}

.even\:-space-y-52:nth-child(even) > :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));
}

.even\:-space-x-52:nth-child(even) > :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)));
}

.even\:-space-y-56:nth-child(even) > :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));
}

.even\:-space-x-56:nth-child(even) > :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)));
}

.even\:-space-y-60:nth-child(even) > :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));
}

.even\:-space-x-60:nth-child(even) > :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)));
}

.even\:-space-y-64:nth-child(even) > :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));
}

.even\:-space-x-64:nth-child(even) > :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)));
}

.even\:-space-y-72:nth-child(even) > :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));
}

.even\:-space-x-72:nth-child(even) > :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)));
}

.even\:-space-y-80:nth-child(even) > :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));
}

.even\:-space-x-80:nth-child(even) > :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)));
}

.even\:-space-y-96:nth-child(even) > :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));
}

.even\:-space-x-96:nth-child(even) > :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)));
}

.even\:-space-y-px:nth-child(even) > :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));
}

.even\:-space-x-px:nth-child(even) > :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)));
}

.even\:-space-y-0\.5:nth-child(even) > :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));
}

.even\:-space-x-0\.5:nth-child(even) > :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)));
}

.even\:-space-y-1\.5:nth-child(even) > :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));
}

.even\:-space-x-1\.5:nth-child(even) > :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)));
}

.even\:-space-y-2\.5:nth-child(even) > :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));
}

.even\:-space-x-2\.5:nth-child(even) > :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)));
}

.even\:-space-y-3\.5:nth-child(even) > :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));
}

.even\:-space-x-3\.5:nth-child(even) > :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)));
}

.even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.hover\:space-y-0:hover > :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));
}

.hover\:space-x-0:hover > :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)));
}

.hover\:space-y-1:hover > :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));
}

.hover\:space-x-1:hover > :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)));
}

.hover\:space-y-2:hover > :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));
}

.hover\:space-x-2:hover > :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)));
}

.hover\:space-y-3:hover > :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));
}

.hover\:space-x-3:hover > :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)));
}

.hover\:space-y-4:hover > :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));
}

.hover\:space-x-4:hover > :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)));
}

.hover\:space-y-5:hover > :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));
}

.hover\:space-x-5:hover > :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)));
}

.hover\:space-y-6:hover > :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));
}

.hover\:space-x-6:hover > :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)));
}

.hover\:space-y-7:hover > :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));
}

.hover\:space-x-7:hover > :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)));
}

.hover\:space-y-8:hover > :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));
}

.hover\:space-x-8:hover > :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)));
}

.hover\:space-y-9:hover > :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));
}

.hover\:space-x-9:hover > :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)));
}

.hover\:space-y-10:hover > :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));
}

.hover\:space-x-10:hover > :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)));
}

.hover\:space-y-11:hover > :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));
}

.hover\:space-x-11:hover > :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)));
}

.hover\:space-y-12:hover > :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));
}

.hover\:space-x-12:hover > :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)));
}

.hover\:space-y-14:hover > :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));
}

.hover\:space-x-14:hover > :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)));
}

.hover\:space-y-16:hover > :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));
}

.hover\:space-x-16:hover > :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)));
}

.hover\:space-y-20:hover > :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));
}

.hover\:space-x-20:hover > :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)));
}

.hover\:space-y-24:hover > :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));
}

.hover\:space-x-24:hover > :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)));
}

.hover\:space-y-28:hover > :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));
}

.hover\:space-x-28:hover > :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)));
}

.hover\:space-y-32:hover > :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));
}

.hover\:space-x-32:hover > :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)));
}

.hover\:space-y-36:hover > :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));
}

.hover\:space-x-36:hover > :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)));
}

.hover\:space-y-40:hover > :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));
}

.hover\:space-x-40:hover > :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)));
}

.hover\:space-y-44:hover > :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));
}

.hover\:space-x-44:hover > :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)));
}

.hover\:space-y-48:hover > :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));
}

.hover\:space-x-48:hover > :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)));
}

.hover\:space-y-52:hover > :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));
}

.hover\:space-x-52:hover > :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)));
}

.hover\:space-y-56:hover > :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));
}

.hover\:space-x-56:hover > :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)));
}

.hover\:space-y-60:hover > :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));
}

.hover\:space-x-60:hover > :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)));
}

.hover\:space-y-64:hover > :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));
}

.hover\:space-x-64:hover > :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)));
}

.hover\:space-y-72:hover > :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));
}

.hover\:space-x-72:hover > :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)));
}

.hover\:space-y-80:hover > :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));
}

.hover\:space-x-80:hover > :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)));
}

.hover\:space-y-96:hover > :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));
}

.hover\:space-x-96:hover > :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)));
}

.hover\:space-y-px:hover > :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));
}

.hover\:space-x-px:hover > :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)));
}

.hover\:space-y-0\.5:hover > :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));
}

.hover\:space-x-0\.5:hover > :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)));
}

.hover\:space-y-1\.5:hover > :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));
}

.hover\:space-x-1\.5:hover > :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)));
}

.hover\:space-y-2\.5:hover > :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));
}

.hover\:space-x-2\.5:hover > :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)));
}

.hover\:space-y-3\.5:hover > :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));
}

.hover\:space-x-3\.5:hover > :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)));
}

.hover\:-space-y-0:hover > :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));
}

.hover\:-space-x-0:hover > :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)));
}

.hover\:-space-y-1:hover > :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));
}

.hover\:-space-x-1:hover > :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)));
}

.hover\:-space-y-2:hover > :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));
}

.hover\:-space-x-2:hover > :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)));
}

.hover\:-space-y-3:hover > :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));
}

.hover\:-space-x-3:hover > :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)));
}

.hover\:-space-y-4:hover > :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));
}

.hover\:-space-x-4:hover > :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)));
}

.hover\:-space-y-5:hover > :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));
}

.hover\:-space-x-5:hover > :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)));
}

.hover\:-space-y-6:hover > :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));
}

.hover\:-space-x-6:hover > :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)));
}

.hover\:-space-y-7:hover > :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));
}

.hover\:-space-x-7:hover > :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)));
}

.hover\:-space-y-8:hover > :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));
}

.hover\:-space-x-8:hover > :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)));
}

.hover\:-space-y-9:hover > :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));
}

.hover\:-space-x-9:hover > :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)));
}

.hover\:-space-y-10:hover > :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));
}

.hover\:-space-x-10:hover > :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)));
}

.hover\:-space-y-11:hover > :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));
}

.hover\:-space-x-11:hover > :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)));
}

.hover\:-space-y-12:hover > :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));
}

.hover\:-space-x-12:hover > :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)));
}

.hover\:-space-y-14:hover > :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));
}

.hover\:-space-x-14:hover > :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)));
}

.hover\:-space-y-16:hover > :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));
}

.hover\:-space-x-16:hover > :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)));
}

.hover\:-space-y-20:hover > :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));
}

.hover\:-space-x-20:hover > :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)));
}

.hover\:-space-y-24:hover > :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));
}

.hover\:-space-x-24:hover > :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)));
}

.hover\:-space-y-28:hover > :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));
}

.hover\:-space-x-28:hover > :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)));
}

.hover\:-space-y-32:hover > :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));
}

.hover\:-space-x-32:hover > :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)));
}

.hover\:-space-y-36:hover > :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));
}

.hover\:-space-x-36:hover > :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)));
}

.hover\:-space-y-40:hover > :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));
}

.hover\:-space-x-40:hover > :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)));
}

.hover\:-space-y-44:hover > :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));
}

.hover\:-space-x-44:hover > :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)));
}

.hover\:-space-y-48:hover > :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));
}

.hover\:-space-x-48:hover > :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)));
}

.hover\:-space-y-52:hover > :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));
}

.hover\:-space-x-52:hover > :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)));
}

.hover\:-space-y-56:hover > :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));
}

.hover\:-space-x-56:hover > :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)));
}

.hover\:-space-y-60:hover > :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));
}

.hover\:-space-x-60:hover > :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)));
}

.hover\:-space-y-64:hover > :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));
}

.hover\:-space-x-64:hover > :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)));
}

.hover\:-space-y-72:hover > :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));
}

.hover\:-space-x-72:hover > :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)));
}

.hover\:-space-y-80:hover > :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));
}

.hover\:-space-x-80:hover > :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)));
}

.hover\:-space-y-96:hover > :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));
}

.hover\:-space-x-96:hover > :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)));
}

.hover\:-space-y-px:hover > :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));
}

.hover\:-space-x-px:hover > :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)));
}

.hover\:-space-y-0\.5:hover > :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));
}

.hover\:-space-x-0\.5:hover > :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)));
}

.hover\:-space-y-1\.5:hover > :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));
}

.hover\:-space-x-1\.5:hover > :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)));
}

.hover\:-space-y-2\.5:hover > :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));
}

.hover\:-space-x-2\.5:hover > :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)));
}

.hover\:-space-y-3\.5:hover > :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));
}

.hover\:-space-x-3\.5:hover > :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)));
}

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

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

.focus\:space-y-0:focus > :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));
}

.focus\:space-x-0:focus > :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)));
}

.focus\:space-y-1:focus > :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));
}

.focus\:space-x-1:focus > :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)));
}

.focus\:space-y-2:focus > :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));
}

.focus\:space-x-2:focus > :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)));
}

.focus\:space-y-3:focus > :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));
}

.focus\:space-x-3:focus > :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)));
}

.focus\:space-y-4:focus > :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));
}

.focus\:space-x-4:focus > :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)));
}

.focus\:space-y-5:focus > :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));
}

.focus\:space-x-5:focus > :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)));
}

.focus\:space-y-6:focus > :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));
}

.focus\:space-x-6:focus > :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)));
}

.focus\:space-y-7:focus > :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));
}

.focus\:space-x-7:focus > :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)));
}

.focus\:space-y-8:focus > :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));
}

.focus\:space-x-8:focus > :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)));
}

.focus\:space-y-9:focus > :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));
}

.focus\:space-x-9:focus > :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)));
}

.focus\:space-y-10:focus > :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));
}

.focus\:space-x-10:focus > :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)));
}

.focus\:space-y-11:focus > :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));
}

.focus\:space-x-11:focus > :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)));
}

.focus\:space-y-12:focus > :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));
}

.focus\:space-x-12:focus > :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)));
}

.focus\:space-y-14:focus > :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));
}

.focus\:space-x-14:focus > :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)));
}

.focus\:space-y-16:focus > :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));
}

.focus\:space-x-16:focus > :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)));
}

.focus\:space-y-20:focus > :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));
}

.focus\:space-x-20:focus > :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)));
}

.focus\:space-y-24:focus > :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));
}

.focus\:space-x-24:focus > :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)));
}

.focus\:space-y-28:focus > :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));
}

.focus\:space-x-28:focus > :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)));
}

.focus\:space-y-32:focus > :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));
}

.focus\:space-x-32:focus > :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)));
}

.focus\:space-y-36:focus > :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));
}

.focus\:space-x-36:focus > :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)));
}

.focus\:space-y-40:focus > :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));
}

.focus\:space-x-40:focus > :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)));
}

.focus\:space-y-44:focus > :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));
}

.focus\:space-x-44:focus > :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)));
}

.focus\:space-y-48:focus > :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));
}

.focus\:space-x-48:focus > :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)));
}

.focus\:space-y-52:focus > :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));
}

.focus\:space-x-52:focus > :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)));
}

.focus\:space-y-56:focus > :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));
}

.focus\:space-x-56:focus > :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)));
}

.focus\:space-y-60:focus > :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));
}

.focus\:space-x-60:focus > :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)));
}

.focus\:space-y-64:focus > :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));
}

.focus\:space-x-64:focus > :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)));
}

.focus\:space-y-72:focus > :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));
}

.focus\:space-x-72:focus > :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)));
}

.focus\:space-y-80:focus > :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));
}

.focus\:space-x-80:focus > :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)));
}

.focus\:space-y-96:focus > :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));
}

.focus\:space-x-96:focus > :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)));
}

.focus\:space-y-px:focus > :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));
}

.focus\:space-x-px:focus > :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)));
}

.focus\:space-y-0\.5:focus > :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));
}

.focus\:space-x-0\.5:focus > :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)));
}

.focus\:space-y-1\.5:focus > :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));
}

.focus\:space-x-1\.5:focus > :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)));
}

.focus\:space-y-2\.5:focus > :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));
}

.focus\:space-x-2\.5:focus > :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)));
}

.focus\:space-y-3\.5:focus > :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));
}

.focus\:space-x-3\.5:focus > :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)));
}

.focus\:-space-y-0:focus > :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));
}

.focus\:-space-x-0:focus > :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)));
}

.focus\:-space-y-1:focus > :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));
}

.focus\:-space-x-1:focus > :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)));
}

.focus\:-space-y-2:focus > :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));
}

.focus\:-space-x-2:focus > :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)));
}

.focus\:-space-y-3:focus > :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));
}

.focus\:-space-x-3:focus > :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)));
}

.focus\:-space-y-4:focus > :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));
}

.focus\:-space-x-4:focus > :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)));
}

.focus\:-space-y-5:focus > :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));
}

.focus\:-space-x-5:focus > :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)));
}

.focus\:-space-y-6:focus > :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));
}

.focus\:-space-x-6:focus > :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)));
}

.focus\:-space-y-7:focus > :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));
}

.focus\:-space-x-7:focus > :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)));
}

.focus\:-space-y-8:focus > :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));
}

.focus\:-space-x-8:focus > :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)));
}

.focus\:-space-y-9:focus > :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));
}

.focus\:-space-x-9:focus > :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)));
}

.focus\:-space-y-10:focus > :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));
}

.focus\:-space-x-10:focus > :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)));
}

.focus\:-space-y-11:focus > :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));
}

.focus\:-space-x-11:focus > :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)));
}

.focus\:-space-y-12:focus > :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));
}

.focus\:-space-x-12:focus > :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)));
}

.focus\:-space-y-14:focus > :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));
}

.focus\:-space-x-14:focus > :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)));
}

.focus\:-space-y-16:focus > :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));
}

.focus\:-space-x-16:focus > :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)));
}

.focus\:-space-y-20:focus > :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));
}

.focus\:-space-x-20:focus > :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)));
}

.focus\:-space-y-24:focus > :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));
}

.focus\:-space-x-24:focus > :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)));
}

.focus\:-space-y-28:focus > :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));
}

.focus\:-space-x-28:focus > :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)));
}

.focus\:-space-y-32:focus > :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));
}

.focus\:-space-x-32:focus > :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)));
}

.focus\:-space-y-36:focus > :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));
}

.focus\:-space-x-36:focus > :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)));
}

.focus\:-space-y-40:focus > :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));
}

.focus\:-space-x-40:focus > :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)));
}

.focus\:-space-y-44:focus > :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));
}

.focus\:-space-x-44:focus > :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)));
}

.focus\:-space-y-48:focus > :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));
}

.focus\:-space-x-48:focus > :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)));
}

.focus\:-space-y-52:focus > :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));
}

.focus\:-space-x-52:focus > :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)));
}

.focus\:-space-y-56:focus > :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));
}

.focus\:-space-x-56:focus > :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)));
}

.focus\:-space-y-60:focus > :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));
}

.focus\:-space-x-60:focus > :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)));
}

.focus\:-space-y-64:focus > :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));
}

.focus\:-space-x-64:focus > :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)));
}

.focus\:-space-y-72:focus > :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));
}

.focus\:-space-x-72:focus > :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)));
}

.focus\:-space-y-80:focus > :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));
}

.focus\:-space-x-80:focus > :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)));
}

.focus\:-space-y-96:focus > :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));
}

.focus\:-space-x-96:focus > :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)));
}

.focus\:-space-y-px:focus > :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));
}

.focus\:-space-x-px:focus > :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)));
}

.focus\:-space-y-0\.5:focus > :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));
}

.focus\:-space-x-0\.5:focus > :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)));
}

.focus\:-space-y-1\.5:focus > :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));
}

.focus\:-space-x-1\.5:focus > :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)));
}

.focus\:-space-y-2\.5:focus > :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));
}

.focus\:-space-x-2\.5:focus > :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)));
}

.focus\:-space-y-3\.5:focus > :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));
}

.focus\:-space-x-3\.5:focus > :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)));
}

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

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

.active\:space-y-0:active > :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));
}

.active\:space-x-0:active > :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)));
}

.active\:space-y-1:active > :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));
}

.active\:space-x-1:active > :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)));
}

.active\:space-y-2:active > :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));
}

.active\:space-x-2:active > :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)));
}

.active\:space-y-3:active > :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));
}

.active\:space-x-3:active > :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)));
}

.active\:space-y-4:active > :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));
}

.active\:space-x-4:active > :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)));
}

.active\:space-y-5:active > :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));
}

.active\:space-x-5:active > :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)));
}

.active\:space-y-6:active > :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));
}

.active\:space-x-6:active > :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)));
}

.active\:space-y-7:active > :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));
}

.active\:space-x-7:active > :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)));
}

.active\:space-y-8:active > :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));
}

.active\:space-x-8:active > :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)));
}

.active\:space-y-9:active > :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));
}

.active\:space-x-9:active > :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)));
}

.active\:space-y-10:active > :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));
}

.active\:space-x-10:active > :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)));
}

.active\:space-y-11:active > :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));
}

.active\:space-x-11:active > :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)));
}

.active\:space-y-12:active > :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));
}

.active\:space-x-12:active > :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)));
}

.active\:space-y-14:active > :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));
}

.active\:space-x-14:active > :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)));
}

.active\:space-y-16:active > :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));
}

.active\:space-x-16:active > :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)));
}

.active\:space-y-20:active > :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));
}

.active\:space-x-20:active > :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)));
}

.active\:space-y-24:active > :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));
}

.active\:space-x-24:active > :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)));
}

.active\:space-y-28:active > :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));
}

.active\:space-x-28:active > :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)));
}

.active\:space-y-32:active > :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));
}

.active\:space-x-32:active > :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)));
}

.active\:space-y-36:active > :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));
}

.active\:space-x-36:active > :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)));
}

.active\:space-y-40:active > :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));
}

.active\:space-x-40:active > :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)));
}

.active\:space-y-44:active > :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));
}

.active\:space-x-44:active > :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)));
}

.active\:space-y-48:active > :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));
}

.active\:space-x-48:active > :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)));
}

.active\:space-y-52:active > :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));
}

.active\:space-x-52:active > :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)));
}

.active\:space-y-56:active > :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));
}

.active\:space-x-56:active > :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)));
}

.active\:space-y-60:active > :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));
}

.active\:space-x-60:active > :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)));
}

.active\:space-y-64:active > :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));
}

.active\:space-x-64:active > :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)));
}

.active\:space-y-72:active > :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));
}

.active\:space-x-72:active > :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)));
}

.active\:space-y-80:active > :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));
}

.active\:space-x-80:active > :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)));
}

.active\:space-y-96:active > :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));
}

.active\:space-x-96:active > :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)));
}

.active\:space-y-px:active > :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));
}

.active\:space-x-px:active > :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)));
}

.active\:space-y-0\.5:active > :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));
}

.active\:space-x-0\.5:active > :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)));
}

.active\:space-y-1\.5:active > :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));
}

.active\:space-x-1\.5:active > :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)));
}

.active\:space-y-2\.5:active > :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));
}

.active\:space-x-2\.5:active > :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)));
}

.active\:space-y-3\.5:active > :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));
}

.active\:space-x-3\.5:active > :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)));
}

.active\:-space-y-0:active > :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));
}

.active\:-space-x-0:active > :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)));
}

.active\:-space-y-1:active > :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));
}

.active\:-space-x-1:active > :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)));
}

.active\:-space-y-2:active > :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));
}

.active\:-space-x-2:active > :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)));
}

.active\:-space-y-3:active > :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));
}

.active\:-space-x-3:active > :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)));
}

.active\:-space-y-4:active > :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));
}

.active\:-space-x-4:active > :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)));
}

.active\:-space-y-5:active > :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));
}

.active\:-space-x-5:active > :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)));
}

.active\:-space-y-6:active > :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));
}

.active\:-space-x-6:active > :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)));
}

.active\:-space-y-7:active > :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));
}

.active\:-space-x-7:active > :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)));
}

.active\:-space-y-8:active > :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));
}

.active\:-space-x-8:active > :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)));
}

.active\:-space-y-9:active > :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));
}

.active\:-space-x-9:active > :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)));
}

.active\:-space-y-10:active > :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));
}

.active\:-space-x-10:active > :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)));
}

.active\:-space-y-11:active > :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));
}

.active\:-space-x-11:active > :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)));
}

.active\:-space-y-12:active > :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));
}

.active\:-space-x-12:active > :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)));
}

.active\:-space-y-14:active > :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));
}

.active\:-space-x-14:active > :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)));
}

.active\:-space-y-16:active > :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));
}

.active\:-space-x-16:active > :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)));
}

.active\:-space-y-20:active > :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));
}

.active\:-space-x-20:active > :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)));
}

.active\:-space-y-24:active > :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));
}

.active\:-space-x-24:active > :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)));
}

.active\:-space-y-28:active > :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));
}

.active\:-space-x-28:active > :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)));
}

.active\:-space-y-32:active > :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));
}

.active\:-space-x-32:active > :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)));
}

.active\:-space-y-36:active > :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));
}

.active\:-space-x-36:active > :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)));
}

.active\:-space-y-40:active > :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));
}

.active\:-space-x-40:active > :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)));
}

.active\:-space-y-44:active > :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));
}

.active\:-space-x-44:active > :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)));
}

.active\:-space-y-48:active > :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));
}

.active\:-space-x-48:active > :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)));
}

.active\:-space-y-52:active > :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));
}

.active\:-space-x-52:active > :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)));
}

.active\:-space-y-56:active > :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));
}

.active\:-space-x-56:active > :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)));
}

.active\:-space-y-60:active > :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));
}

.active\:-space-x-60:active > :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)));
}

.active\:-space-y-64:active > :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));
}

.active\:-space-x-64:active > :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)));
}

.active\:-space-y-72:active > :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));
}

.active\:-space-x-72:active > :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)));
}

.active\:-space-y-80:active > :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));
}

.active\:-space-x-80:active > :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)));
}

.active\:-space-y-96:active > :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));
}

.active\:-space-x-96:active > :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)));
}

.active\:-space-y-px:active > :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));
}

.active\:-space-x-px:active > :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)));
}

.active\:-space-y-0\.5:active > :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));
}

.active\:-space-x-0\.5:active > :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)));
}

.active\:-space-y-1\.5:active > :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));
}

.active\:-space-x-1\.5:active > :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)));
}

.active\:-space-y-2\.5:active > :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));
}

.active\:-space-x-2\.5:active > :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)));
}

.active\:-space-y-3\.5:active > :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));
}

.active\:-space-x-3\.5:active > :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)));
}

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

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

.visited\:space-y-0:visited > :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));
}

.visited\:space-x-0:visited > :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)));
}

.visited\:space-y-1:visited > :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));
}

.visited\:space-x-1:visited > :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)));
}

.visited\:space-y-2:visited > :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));
}

.visited\:space-x-2:visited > :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)));
}

.visited\:space-y-3:visited > :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));
}

.visited\:space-x-3:visited > :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)));
}

.visited\:space-y-4:visited > :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));
}

.visited\:space-x-4:visited > :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)));
}

.visited\:space-y-5:visited > :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));
}

.visited\:space-x-5:visited > :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)));
}

.visited\:space-y-6:visited > :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));
}

.visited\:space-x-6:visited > :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)));
}

.visited\:space-y-7:visited > :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));
}

.visited\:space-x-7:visited > :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)));
}

.visited\:space-y-8:visited > :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));
}

.visited\:space-x-8:visited > :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)));
}

.visited\:space-y-9:visited > :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));
}

.visited\:space-x-9:visited > :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)));
}

.visited\:space-y-10:visited > :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));
}

.visited\:space-x-10:visited > :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)));
}

.visited\:space-y-11:visited > :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));
}

.visited\:space-x-11:visited > :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)));
}

.visited\:space-y-12:visited > :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));
}

.visited\:space-x-12:visited > :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)));
}

.visited\:space-y-14:visited > :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));
}

.visited\:space-x-14:visited > :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)));
}

.visited\:space-y-16:visited > :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));
}

.visited\:space-x-16:visited > :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)));
}

.visited\:space-y-20:visited > :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));
}

.visited\:space-x-20:visited > :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)));
}

.visited\:space-y-24:visited > :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));
}

.visited\:space-x-24:visited > :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)));
}

.visited\:space-y-28:visited > :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));
}

.visited\:space-x-28:visited > :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)));
}

.visited\:space-y-32:visited > :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));
}

.visited\:space-x-32:visited > :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)));
}

.visited\:space-y-36:visited > :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));
}

.visited\:space-x-36:visited > :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)));
}

.visited\:space-y-40:visited > :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));
}

.visited\:space-x-40:visited > :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)));
}

.visited\:space-y-44:visited > :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));
}

.visited\:space-x-44:visited > :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)));
}

.visited\:space-y-48:visited > :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));
}

.visited\:space-x-48:visited > :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)));
}

.visited\:space-y-52:visited > :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));
}

.visited\:space-x-52:visited > :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)));
}

.visited\:space-y-56:visited > :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));
}

.visited\:space-x-56:visited > :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)));
}

.visited\:space-y-60:visited > :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));
}

.visited\:space-x-60:visited > :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)));
}

.visited\:space-y-64:visited > :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));
}

.visited\:space-x-64:visited > :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)));
}

.visited\:space-y-72:visited > :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));
}

.visited\:space-x-72:visited > :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)));
}

.visited\:space-y-80:visited > :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));
}

.visited\:space-x-80:visited > :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)));
}

.visited\:space-y-96:visited > :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));
}

.visited\:space-x-96:visited > :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)));
}

.visited\:space-y-px:visited > :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));
}

.visited\:space-x-px:visited > :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)));
}

.visited\:space-y-0\.5:visited > :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));
}

.visited\:space-x-0\.5:visited > :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)));
}

.visited\:space-y-1\.5:visited > :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));
}

.visited\:space-x-1\.5:visited > :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)));
}

.visited\:space-y-2\.5:visited > :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));
}

.visited\:space-x-2\.5:visited > :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)));
}

.visited\:space-y-3\.5:visited > :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));
}

.visited\:space-x-3\.5:visited > :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)));
}

.visited\:-space-y-0:visited > :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));
}

.visited\:-space-x-0:visited > :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)));
}

.visited\:-space-y-1:visited > :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));
}

.visited\:-space-x-1:visited > :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)));
}

.visited\:-space-y-2:visited > :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));
}

.visited\:-space-x-2:visited > :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)));
}

.visited\:-space-y-3:visited > :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));
}

.visited\:-space-x-3:visited > :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)));
}

.visited\:-space-y-4:visited > :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));
}

.visited\:-space-x-4:visited > :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)));
}

.visited\:-space-y-5:visited > :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));
}

.visited\:-space-x-5:visited > :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)));
}

.visited\:-space-y-6:visited > :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));
}

.visited\:-space-x-6:visited > :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)));
}

.visited\:-space-y-7:visited > :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));
}

.visited\:-space-x-7:visited > :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)));
}

.visited\:-space-y-8:visited > :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));
}

.visited\:-space-x-8:visited > :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)));
}

.visited\:-space-y-9:visited > :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));
}

.visited\:-space-x-9:visited > :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)));
}

.visited\:-space-y-10:visited > :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));
}

.visited\:-space-x-10:visited > :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)));
}

.visited\:-space-y-11:visited > :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));
}

.visited\:-space-x-11:visited > :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)));
}

.visited\:-space-y-12:visited > :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));
}

.visited\:-space-x-12:visited > :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)));
}

.visited\:-space-y-14:visited > :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));
}

.visited\:-space-x-14:visited > :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)));
}

.visited\:-space-y-16:visited > :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));
}

.visited\:-space-x-16:visited > :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)));
}

.visited\:-space-y-20:visited > :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));
}

.visited\:-space-x-20:visited > :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)));
}

.visited\:-space-y-24:visited > :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));
}

.visited\:-space-x-24:visited > :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)));
}

.visited\:-space-y-28:visited > :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));
}

.visited\:-space-x-28:visited > :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)));
}

.visited\:-space-y-32:visited > :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));
}

.visited\:-space-x-32:visited > :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)));
}

.visited\:-space-y-36:visited > :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));
}

.visited\:-space-x-36:visited > :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)));
}

.visited\:-space-y-40:visited > :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));
}

.visited\:-space-x-40:visited > :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)));
}

.visited\:-space-y-44:visited > :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));
}

.visited\:-space-x-44:visited > :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)));
}

.visited\:-space-y-48:visited > :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));
}

.visited\:-space-x-48:visited > :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)));
}

.visited\:-space-y-52:visited > :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));
}

.visited\:-space-x-52:visited > :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)));
}

.visited\:-space-y-56:visited > :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));
}

.visited\:-space-x-56:visited > :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)));
}

.visited\:-space-y-60:visited > :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));
}

.visited\:-space-x-60:visited > :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)));
}

.visited\:-space-y-64:visited > :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));
}

.visited\:-space-x-64:visited > :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)));
}

.visited\:-space-y-72:visited > :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));
}

.visited\:-space-x-72:visited > :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)));
}

.visited\:-space-y-80:visited > :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));
}

.visited\:-space-x-80:visited > :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)));
}

.visited\:-space-y-96:visited > :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));
}

.visited\:-space-x-96:visited > :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)));
}

.visited\:-space-y-px:visited > :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));
}

.visited\:-space-x-px:visited > :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)));
}

.visited\:-space-y-0\.5:visited > :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));
}

.visited\:-space-x-0\.5:visited > :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)));
}

.visited\:-space-y-1\.5:visited > :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));
}

.visited\:-space-x-1\.5:visited > :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)));
}

.visited\:-space-y-2\.5:visited > :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));
}

.visited\:-space-x-2\.5:visited > :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)));
}

.visited\:-space-y-3\.5:visited > :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));
}

.visited\:-space-x-3\.5:visited > :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)));
}

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

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

.disabled\:space-y-0:disabled > :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));
}

.disabled\:space-x-0:disabled > :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)));
}

.disabled\:space-y-1:disabled > :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));
}

.disabled\:space-x-1:disabled > :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)));
}

.disabled\:space-y-2:disabled > :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));
}

.disabled\:space-x-2:disabled > :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)));
}

.disabled\:space-y-3:disabled > :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));
}

.disabled\:space-x-3:disabled > :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)));
}

.disabled\:space-y-4:disabled > :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));
}

.disabled\:space-x-4:disabled > :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)));
}

.disabled\:space-y-5:disabled > :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));
}

.disabled\:space-x-5:disabled > :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)));
}

.disabled\:space-y-6:disabled > :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));
}

.disabled\:space-x-6:disabled > :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)));
}

.disabled\:space-y-7:disabled > :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));
}

.disabled\:space-x-7:disabled > :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)));
}

.disabled\:space-y-8:disabled > :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));
}

.disabled\:space-x-8:disabled > :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)));
}

.disabled\:space-y-9:disabled > :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));
}

.disabled\:space-x-9:disabled > :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)));
}

.disabled\:space-y-10:disabled > :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));
}

.disabled\:space-x-10:disabled > :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)));
}

.disabled\:space-y-11:disabled > :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));
}

.disabled\:space-x-11:disabled > :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)));
}

.disabled\:space-y-12:disabled > :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));
}

.disabled\:space-x-12:disabled > :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)));
}

.disabled\:space-y-14:disabled > :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));
}

.disabled\:space-x-14:disabled > :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)));
}

.disabled\:space-y-16:disabled > :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));
}

.disabled\:space-x-16:disabled > :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)));
}

.disabled\:space-y-20:disabled > :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));
}

.disabled\:space-x-20:disabled > :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)));
}

.disabled\:space-y-24:disabled > :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));
}

.disabled\:space-x-24:disabled > :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)));
}

.disabled\:space-y-28:disabled > :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));
}

.disabled\:space-x-28:disabled > :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)));
}

.disabled\:space-y-32:disabled > :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));
}

.disabled\:space-x-32:disabled > :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)));
}

.disabled\:space-y-36:disabled > :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));
}

.disabled\:space-x-36:disabled > :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)));
}

.disabled\:space-y-40:disabled > :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));
}

.disabled\:space-x-40:disabled > :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)));
}

.disabled\:space-y-44:disabled > :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));
}

.disabled\:space-x-44:disabled > :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)));
}

.disabled\:space-y-48:disabled > :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));
}

.disabled\:space-x-48:disabled > :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)));
}

.disabled\:space-y-52:disabled > :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));
}

.disabled\:space-x-52:disabled > :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)));
}

.disabled\:space-y-56:disabled > :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));
}

.disabled\:space-x-56:disabled > :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)));
}

.disabled\:space-y-60:disabled > :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));
}

.disabled\:space-x-60:disabled > :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)));
}

.disabled\:space-y-64:disabled > :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));
}

.disabled\:space-x-64:disabled > :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)));
}

.disabled\:space-y-72:disabled > :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));
}

.disabled\:space-x-72:disabled > :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)));
}

.disabled\:space-y-80:disabled > :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));
}

.disabled\:space-x-80:disabled > :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)));
}

.disabled\:space-y-96:disabled > :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));
}

.disabled\:space-x-96:disabled > :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)));
}

.disabled\:space-y-px:disabled > :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));
}

.disabled\:space-x-px:disabled > :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)));
}

.disabled\:space-y-0\.5:disabled > :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));
}

.disabled\:space-x-0\.5:disabled > :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)));
}

.disabled\:space-y-1\.5:disabled > :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));
}

.disabled\:space-x-1\.5:disabled > :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)));
}

.disabled\:space-y-2\.5:disabled > :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));
}

.disabled\:space-x-2\.5:disabled > :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)));
}

.disabled\:space-y-3\.5:disabled > :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));
}

.disabled\:space-x-3\.5:disabled > :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)));
}

.disabled\:-space-y-0:disabled > :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));
}

.disabled\:-space-x-0:disabled > :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)));
}

.disabled\:-space-y-1:disabled > :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));
}

.disabled\:-space-x-1:disabled > :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)));
}

.disabled\:-space-y-2:disabled > :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));
}

.disabled\:-space-x-2:disabled > :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)));
}

.disabled\:-space-y-3:disabled > :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));
}

.disabled\:-space-x-3:disabled > :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)));
}

.disabled\:-space-y-4:disabled > :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));
}

.disabled\:-space-x-4:disabled > :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)));
}

.disabled\:-space-y-5:disabled > :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));
}

.disabled\:-space-x-5:disabled > :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)));
}

.disabled\:-space-y-6:disabled > :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));
}

.disabled\:-space-x-6:disabled > :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)));
}

.disabled\:-space-y-7:disabled > :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));
}

.disabled\:-space-x-7:disabled > :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)));
}

.disabled\:-space-y-8:disabled > :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));
}

.disabled\:-space-x-8:disabled > :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)));
}

.disabled\:-space-y-9:disabled > :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));
}

.disabled\:-space-x-9:disabled > :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)));
}

.disabled\:-space-y-10:disabled > :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));
}

.disabled\:-space-x-10:disabled > :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)));
}

.disabled\:-space-y-11:disabled > :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));
}

.disabled\:-space-x-11:disabled > :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)));
}

.disabled\:-space-y-12:disabled > :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));
}

.disabled\:-space-x-12:disabled > :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)));
}

.disabled\:-space-y-14:disabled > :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));
}

.disabled\:-space-x-14:disabled > :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)));
}

.disabled\:-space-y-16:disabled > :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));
}

.disabled\:-space-x-16:disabled > :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)));
}

.disabled\:-space-y-20:disabled > :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));
}

.disabled\:-space-x-20:disabled > :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)));
}

.disabled\:-space-y-24:disabled > :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));
}

.disabled\:-space-x-24:disabled > :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)));
}

.disabled\:-space-y-28:disabled > :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));
}

.disabled\:-space-x-28:disabled > :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)));
}

.disabled\:-space-y-32:disabled > :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));
}

.disabled\:-space-x-32:disabled > :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)));
}

.disabled\:-space-y-36:disabled > :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));
}

.disabled\:-space-x-36:disabled > :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)));
}

.disabled\:-space-y-40:disabled > :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));
}

.disabled\:-space-x-40:disabled > :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)));
}

.disabled\:-space-y-44:disabled > :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));
}

.disabled\:-space-x-44:disabled > :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)));
}

.disabled\:-space-y-48:disabled > :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));
}

.disabled\:-space-x-48:disabled > :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)));
}

.disabled\:-space-y-52:disabled > :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));
}

.disabled\:-space-x-52:disabled > :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)));
}

.disabled\:-space-y-56:disabled > :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));
}

.disabled\:-space-x-56:disabled > :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)));
}

.disabled\:-space-y-60:disabled > :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));
}

.disabled\:-space-x-60:disabled > :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)));
}

.disabled\:-space-y-64:disabled > :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));
}

.disabled\:-space-x-64:disabled > :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)));
}

.disabled\:-space-y-72:disabled > :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));
}

.disabled\:-space-x-72:disabled > :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)));
}

.disabled\:-space-y-80:disabled > :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));
}

.disabled\:-space-x-80:disabled > :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)));
}

.disabled\:-space-y-96:disabled > :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));
}

.disabled\:-space-x-96:disabled > :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)));
}

.disabled\:-space-y-px:disabled > :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));
}

.disabled\:-space-x-px:disabled > :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)));
}

.disabled\:-space-y-0\.5:disabled > :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));
}

.disabled\:-space-x-0\.5:disabled > :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)));
}

.disabled\:-space-y-1\.5:disabled > :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));
}

.disabled\:-space-x-1\.5:disabled > :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)));
}

.disabled\:-space-y-2\.5:disabled > :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));
}

.disabled\:-space-x-2\.5:disabled > :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)));
}

.disabled\:-space-y-3\.5:disabled > :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));
}

.disabled\:-space-x-3\.5:disabled > :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)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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)));
}

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

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

.focus-within\:divide-y-0:focus-within > :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));
}

.focus-within\:divide-x-0:focus-within > :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)));
}

.focus-within\:divide-y-2:focus-within > :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));
}

.focus-within\:divide-x-2:focus-within > :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)));
}

.focus-within\:divide-y-4:focus-within > :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));
}

.focus-within\:divide-x-4:focus-within > :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)));
}

.focus-within\:divide-y-8:focus-within > :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));
}

.focus-within\:divide-x-8:focus-within > :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)));
}

.focus-within\:divide-y:focus-within > :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));
}

.focus-within\:divide-x:focus-within > :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)));
}

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

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

.first\:divide-y-0:first-child > :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));
}

.first\:divide-x-0:first-child > :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)));
}

.first\:divide-y-2:first-child > :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));
}

.first\:divide-x-2:first-child > :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)));
}

.first\:divide-y-4:first-child > :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));
}

.first\:divide-x-4:first-child > :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)));
}

.first\:divide-y-8:first-child > :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));
}

.first\:divide-x-8:first-child > :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)));
}

.first\:divide-y:first-child > :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));
}

.first\:divide-x:first-child > :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)));
}

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

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

.last\:divide-y-0:last-child > :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));
}

.last\:divide-x-0:last-child > :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)));
}

.last\:divide-y-2:last-child > :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));
}

.last\:divide-x-2:last-child > :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)));
}

.last\:divide-y-4:last-child > :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));
}

.last\:divide-x-4:last-child > :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)));
}

.last\:divide-y-8:last-child > :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));
}

.last\:divide-x-8:last-child > :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)));
}

.last\:divide-y:last-child > :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));
}

.last\:divide-x:last-child > :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)));
}

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

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

.odd\:divide-y-0:nth-child(odd) > :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));
}

.odd\:divide-x-0:nth-child(odd) > :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)));
}

.odd\:divide-y-2:nth-child(odd) > :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));
}

.odd\:divide-x-2:nth-child(odd) > :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)));
}

.odd\:divide-y-4:nth-child(odd) > :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));
}

.odd\:divide-x-4:nth-child(odd) > :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)));
}

.odd\:divide-y-8:nth-child(odd) > :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));
}

.odd\:divide-x-8:nth-child(odd) > :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)));
}

.odd\:divide-y:nth-child(odd) > :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));
}

.odd\:divide-x:nth-child(odd) > :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)));
}

.odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.even\:divide-y-0:nth-child(even) > :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));
}

.even\:divide-x-0:nth-child(even) > :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)));
}

.even\:divide-y-2:nth-child(even) > :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));
}

.even\:divide-x-2:nth-child(even) > :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)));
}

.even\:divide-y-4:nth-child(even) > :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));
}

.even\:divide-x-4:nth-child(even) > :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)));
}

.even\:divide-y-8:nth-child(even) > :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));
}

.even\:divide-x-8:nth-child(even) > :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)));
}

.even\:divide-y:nth-child(even) > :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));
}

.even\:divide-x:nth-child(even) > :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)));
}

.even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.hover\:divide-y-0:hover > :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));
}

.hover\:divide-x-0:hover > :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)));
}

.hover\:divide-y-2:hover > :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));
}

.hover\:divide-x-2:hover > :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)));
}

.hover\:divide-y-4:hover > :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));
}

.hover\:divide-x-4:hover > :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)));
}

.hover\:divide-y-8:hover > :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));
}

.hover\:divide-x-8:hover > :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)));
}

.hover\:divide-y:hover > :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));
}

.hover\:divide-x:hover > :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)));
}

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

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

.focus\:divide-y-0:focus > :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));
}

.focus\:divide-x-0:focus > :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)));
}

.focus\:divide-y-2:focus > :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));
}

.focus\:divide-x-2:focus > :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)));
}

.focus\:divide-y-4:focus > :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));
}

.focus\:divide-x-4:focus > :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)));
}

.focus\:divide-y-8:focus > :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));
}

.focus\:divide-x-8:focus > :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)));
}

.focus\:divide-y:focus > :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));
}

.focus\:divide-x:focus > :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)));
}

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

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

.active\:divide-y-0:active > :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));
}

.active\:divide-x-0:active > :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)));
}

.active\:divide-y-2:active > :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));
}

.active\:divide-x-2:active > :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)));
}

.active\:divide-y-4:active > :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));
}

.active\:divide-x-4:active > :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)));
}

.active\:divide-y-8:active > :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));
}

.active\:divide-x-8:active > :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)));
}

.active\:divide-y:active > :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));
}

.active\:divide-x:active > :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)));
}

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

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

.visited\:divide-y-0:visited > :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));
}

.visited\:divide-x-0:visited > :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)));
}

.visited\:divide-y-2:visited > :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));
}

.visited\:divide-x-2:visited > :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)));
}

.visited\:divide-y-4:visited > :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));
}

.visited\:divide-x-4:visited > :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)));
}

.visited\:divide-y-8:visited > :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));
}

.visited\:divide-x-8:visited > :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)));
}

.visited\:divide-y:visited > :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));
}

.visited\:divide-x:visited > :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)));
}

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

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

.disabled\:divide-y-0:disabled > :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));
}

.disabled\:divide-x-0:disabled > :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)));
}

.disabled\:divide-y-2:disabled > :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));
}

.disabled\:divide-x-2:disabled > :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)));
}

.disabled\:divide-y-4:disabled > :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));
}

.disabled\:divide-x-4:disabled > :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)));
}

.disabled\:divide-y-8:disabled > :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));
}

.disabled\:divide-x-8:disabled > :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)));
}

.disabled\:divide-y:disabled > :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));
}

.disabled\:divide-x:disabled > :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)));
}

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

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

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

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

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

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

.divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

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

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

.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

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

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

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

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

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

.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

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

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

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

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

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

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

.divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

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

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

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

.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

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

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

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

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

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

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

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

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

.divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.group:hover .group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.group:hover .group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.group:hover .group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.group:hover .group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

.disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
}

.disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
}

.disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
}

.disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
}

.disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
}

.disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
}

.disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
}

.disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: current;
}

.disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

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

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

.group:hover .group-hover\: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;
}

.group:hover .group-hover\: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;
}

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

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

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

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

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

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

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

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

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

.hover\:not-sr-only:hover {
  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;
}

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

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

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

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.group:hover .group-hover\:appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.focus-within\:appearance-none:focus-within {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.first\:appearance-none:first-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.last\:appearance-none:last-child {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.odd\:appearance-none:nth-child(odd) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.even\:appearance-none:nth-child(even) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hover\:appearance-none:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.focus\:appearance-none:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.active\:appearance-none:active {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visited\:appearance-none:visited {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disabled\:appearance-none:disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.group:hover .group-hover\:bg-fixed {
  background-attachment: fixed;
}

.group:hover .group-hover\:bg-local {
  background-attachment: local;
}

.group:hover .group-hover\:bg-scroll {
  background-attachment: scroll;
}

.focus-within\:bg-fixed:focus-within {
  background-attachment: fixed;
}

.focus-within\:bg-local:focus-within {
  background-attachment: local;
}

.focus-within\:bg-scroll:focus-within {
  background-attachment: scroll;
}

.first\:bg-fixed:first-child {
  background-attachment: fixed;
}

.first\:bg-local:first-child {
  background-attachment: local;
}

.first\:bg-scroll:first-child {
  background-attachment: scroll;
}

.last\:bg-fixed:last-child {
  background-attachment: fixed;
}

.last\:bg-local:last-child {
  background-attachment: local;
}

.last\:bg-scroll:last-child {
  background-attachment: scroll;
}

.odd\:bg-fixed:nth-child(odd) {
  background-attachment: fixed;
}

.odd\:bg-local:nth-child(odd) {
  background-attachment: local;
}

.odd\:bg-scroll:nth-child(odd) {
  background-attachment: scroll;
}

.even\:bg-fixed:nth-child(even) {
  background-attachment: fixed;
}

.even\:bg-local:nth-child(even) {
  background-attachment: local;
}

.even\:bg-scroll:nth-child(even) {
  background-attachment: scroll;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:bg-local:focus {
  background-attachment: local;
}

.focus\:bg-scroll:focus {
  background-attachment: scroll;
}

.active\:bg-fixed:active {
  background-attachment: fixed;
}

.active\:bg-local:active {
  background-attachment: local;
}

.active\:bg-scroll:active {
  background-attachment: scroll;
}

.visited\:bg-fixed:visited {
  background-attachment: fixed;
}

.visited\:bg-local:visited {
  background-attachment: local;
}

.visited\:bg-scroll:visited {
  background-attachment: scroll;
}

.disabled\:bg-fixed:disabled {
  background-attachment: fixed;
}

.disabled\:bg-local:disabled {
  background-attachment: local;
}

.disabled\:bg-scroll:disabled {
  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;
}

.group:hover .group-hover\:bg-clip-border {
  background-clip: border-box;
}

.group:hover .group-hover\:bg-clip-padding {
  background-clip: padding-box;
}

.group:hover .group-hover\:bg-clip-content {
  background-clip: content-box;
}

.group:hover .group-hover\:bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.focus-within\:bg-clip-border:focus-within {
  background-clip: border-box;
}

.focus-within\:bg-clip-padding:focus-within {
  background-clip: padding-box;
}

.focus-within\:bg-clip-content:focus-within {
  background-clip: content-box;
}

.focus-within\:bg-clip-text:focus-within {
  -webkit-background-clip: text;
          background-clip: text;
}

.first\:bg-clip-border:first-child {
  background-clip: border-box;
}

.first\:bg-clip-padding:first-child {
  background-clip: padding-box;
}

.first\:bg-clip-content:first-child {
  background-clip: content-box;
}

.first\:bg-clip-text:first-child {
  -webkit-background-clip: text;
          background-clip: text;
}

.last\:bg-clip-border:last-child {
  background-clip: border-box;
}

.last\:bg-clip-padding:last-child {
  background-clip: padding-box;
}

.last\:bg-clip-content:last-child {
  background-clip: content-box;
}

.last\:bg-clip-text:last-child {
  -webkit-background-clip: text;
          background-clip: text;
}

.odd\:bg-clip-border:nth-child(odd) {
  background-clip: border-box;
}

.odd\:bg-clip-padding:nth-child(odd) {
  background-clip: padding-box;
}

.odd\:bg-clip-content:nth-child(odd) {
  background-clip: content-box;
}

.odd\:bg-clip-text:nth-child(odd) {
  -webkit-background-clip: text;
          background-clip: text;
}

.even\:bg-clip-border:nth-child(even) {
  background-clip: border-box;
}

.even\:bg-clip-padding:nth-child(even) {
  background-clip: padding-box;
}

.even\:bg-clip-content:nth-child(even) {
  background-clip: content-box;
}

.even\:bg-clip-text:nth-child(even) {
  -webkit-background-clip: text;
          background-clip: text;
}

.hover\:bg-clip-border:hover {
  background-clip: border-box;
}

.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}

.hover\:bg-clip-content:hover {
  background-clip: content-box;
}

.hover\:bg-clip-text:hover {
  -webkit-background-clip: text;
          background-clip: text;
}

.focus\:bg-clip-border:focus {
  background-clip: border-box;
}

.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}

.focus\:bg-clip-content:focus {
  background-clip: content-box;
}

.focus\:bg-clip-text:focus {
  -webkit-background-clip: text;
          background-clip: text;
}

.active\:bg-clip-border:active {
  background-clip: border-box;
}

.active\:bg-clip-padding:active {
  background-clip: padding-box;
}

.active\:bg-clip-content:active {
  background-clip: content-box;
}

.active\:bg-clip-text:active {
  -webkit-background-clip: text;
          background-clip: text;
}

.visited\:bg-clip-border:visited {
  background-clip: border-box;
}

.visited\:bg-clip-padding:visited {
  background-clip: padding-box;
}

.visited\:bg-clip-content:visited {
  background-clip: content-box;
}

.visited\:bg-clip-text:visited {
  -webkit-background-clip: text;
          background-clip: text;
}

.disabled\:bg-clip-border:disabled {
  background-clip: border-box;
}

.disabled\:bg-clip-padding:disabled {
  background-clip: padding-box;
}

.disabled\:bg-clip-content:disabled {
  background-clip: content-box;
}

.disabled\:bg-clip-text:disabled {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.bg-current {
  background-color: current;
}

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

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

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

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

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

.group:hover .group-hover\:bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

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

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

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

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-current {
  background-color: current;
}

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

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

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

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

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

.focus-within\:bg-rose-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

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

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

.focus-within\:bg-fuchsia-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

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

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

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

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

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

.focus-within\:bg-violet-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

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

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

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

.focus-within\:bg-lightBlue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-lightBlue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

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

.focus-within\:bg-cyan-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

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

.focus-within\:bg-amber-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

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

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

.focus-within\:bg-orange-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-warmGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-coolGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blueGray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-current:focus-within {
  background-color: current;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.first\:bg-black:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.first\:bg-white:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.first\:bg-rose-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.first\:bg-rose-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.first\:bg-rose-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.first\:bg-rose-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.first\:bg-rose-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.first\:bg-rose-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.first\:bg-rose-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.first\:bg-rose-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.first\:bg-rose-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.first\:bg-rose-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.first\:bg-pink-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.first\:bg-pink-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.first\:bg-pink-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.first\:bg-pink-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.first\:bg-pink-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.first\:bg-pink-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.first\:bg-pink-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.first\:bg-pink-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.first\:bg-pink-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.first\:bg-pink-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.first\:bg-fuchsia-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.first\:bg-purple-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.first\:bg-purple-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.first\:bg-purple-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.first\:bg-purple-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.first\:bg-purple-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.first\:bg-purple-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.first\:bg-purple-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.first\:bg-purple-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.first\:bg-purple-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.first\:bg-purple-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.first\:bg-violet-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.first\:bg-violet-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.first\:bg-violet-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.first\:bg-violet-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.first\:bg-violet-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.first\:bg-violet-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.first\:bg-violet-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.first\:bg-violet-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.first\:bg-violet-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.first\:bg-violet-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.first\:bg-indigo-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.first\:bg-indigo-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.first\:bg-indigo-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.first\:bg-indigo-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.first\:bg-indigo-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.first\:bg-indigo-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.first\:bg-indigo-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.first\:bg-indigo-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.first\:bg-indigo-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.first\:bg-indigo-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.first\:bg-blue-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.first\:bg-blue-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.first\:bg-blue-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.first\:bg-blue-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.first\:bg-blue-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.first\:bg-blue-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.first\:bg-blue-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.first\:bg-blue-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.first\:bg-blue-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.first\:bg-blue-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.first\:bg-lightBlue-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.first\:bg-cyan-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.first\:bg-cyan-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.first\:bg-cyan-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.first\:bg-cyan-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.first\:bg-cyan-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.first\:bg-cyan-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.first\:bg-cyan-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.first\:bg-cyan-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.first\:bg-cyan-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.first\:bg-cyan-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.first\:bg-teal-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.first\:bg-teal-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.first\:bg-teal-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.first\:bg-teal-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.first\:bg-teal-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.first\:bg-teal-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.first\:bg-teal-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.first\:bg-teal-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.first\:bg-teal-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.first\:bg-teal-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.first\:bg-emerald-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.first\:bg-emerald-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.first\:bg-emerald-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.first\:bg-emerald-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.first\:bg-emerald-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.first\:bg-emerald-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.first\:bg-emerald-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.first\:bg-emerald-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.first\:bg-emerald-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.first\:bg-emerald-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.first\:bg-green-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.first\:bg-green-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.first\:bg-green-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.first\:bg-green-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.first\:bg-green-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.first\:bg-green-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.first\:bg-green-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.first\:bg-green-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.first\:bg-green-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.first\:bg-green-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.first\:bg-lime-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.first\:bg-lime-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.first\:bg-lime-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.first\:bg-lime-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.first\:bg-lime-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.first\:bg-lime-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.first\:bg-lime-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.first\:bg-lime-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.first\:bg-lime-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.first\:bg-lime-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.first\:bg-yellow-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.first\:bg-yellow-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.first\:bg-yellow-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.first\:bg-yellow-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.first\:bg-yellow-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.first\:bg-yellow-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.first\:bg-yellow-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.first\:bg-yellow-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.first\:bg-yellow-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.first\:bg-yellow-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.first\:bg-amber-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.first\:bg-amber-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.first\:bg-amber-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.first\:bg-amber-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.first\:bg-amber-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.first\:bg-amber-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.first\:bg-amber-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.first\:bg-amber-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.first\:bg-amber-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.first\:bg-amber-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.first\:bg-orange-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.first\:bg-orange-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.first\:bg-orange-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.first\:bg-orange-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.first\:bg-orange-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.first\:bg-orange-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.first\:bg-orange-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.first\:bg-orange-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.first\:bg-orange-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.first\:bg-orange-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.first\:bg-red-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.first\:bg-red-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.first\:bg-red-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.first\:bg-red-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.first\:bg-red-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.first\:bg-red-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.first\:bg-red-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.first\:bg-red-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.first\:bg-red-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.first\:bg-red-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.first\:bg-warmGray-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.first\:bg-warmGray-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.first\:bg-warmGray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.first\:bg-warmGray-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.first\:bg-warmGray-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.first\:bg-warmGray-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.first\:bg-warmGray-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.first\:bg-warmGray-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.first\:bg-warmGray-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.first\:bg-warmGray-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.first\:bg-trueGray-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.first\:bg-trueGray-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.first\:bg-trueGray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.first\:bg-trueGray-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.first\:bg-trueGray-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.first\:bg-trueGray-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.first\:bg-trueGray-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.first\:bg-trueGray-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.first\:bg-trueGray-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.first\:bg-trueGray-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.first\:bg-gray-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.first\:bg-gray-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.first\:bg-gray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.first\:bg-gray-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.first\:bg-gray-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.first\:bg-gray-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.first\:bg-gray-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.first\:bg-gray-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.first\:bg-gray-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.first\:bg-gray-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.first\:bg-coolGray-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.first\:bg-coolGray-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.first\:bg-coolGray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.first\:bg-coolGray-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.first\:bg-coolGray-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.first\:bg-coolGray-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.first\:bg-coolGray-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.first\:bg-coolGray-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.first\:bg-coolGray-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.first\:bg-coolGray-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.first\:bg-blueGray-50:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.first\:bg-blueGray-100:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.first\:bg-blueGray-200:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.first\:bg-blueGray-300:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.first\:bg-blueGray-400:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.first\:bg-blueGray-500:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.first\:bg-blueGray-600:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.first\:bg-blueGray-700:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.first\:bg-blueGray-800:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.first\:bg-blueGray-900:first-child {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.first\:bg-current:first-child {
  background-color: current;
}

.first\:bg-transparent:first-child {
  background-color: transparent;
}

.last\:bg-black:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.last\:bg-white:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.last\:bg-rose-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.last\:bg-rose-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.last\:bg-rose-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.last\:bg-rose-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.last\:bg-rose-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.last\:bg-rose-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.last\:bg-rose-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.last\:bg-rose-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.last\:bg-rose-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.last\:bg-rose-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.last\:bg-pink-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.last\:bg-pink-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.last\:bg-pink-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.last\:bg-pink-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.last\:bg-pink-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.last\:bg-pink-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.last\:bg-pink-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.last\:bg-pink-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.last\:bg-pink-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.last\:bg-pink-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.last\:bg-fuchsia-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.last\:bg-purple-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.last\:bg-purple-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.last\:bg-purple-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.last\:bg-purple-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.last\:bg-purple-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.last\:bg-purple-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.last\:bg-purple-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.last\:bg-purple-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.last\:bg-purple-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.last\:bg-purple-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.last\:bg-violet-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.last\:bg-violet-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.last\:bg-violet-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.last\:bg-violet-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.last\:bg-violet-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.last\:bg-violet-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.last\:bg-violet-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.last\:bg-violet-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.last\:bg-violet-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.last\:bg-violet-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.last\:bg-indigo-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.last\:bg-indigo-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.last\:bg-indigo-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.last\:bg-indigo-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.last\:bg-indigo-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.last\:bg-indigo-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.last\:bg-indigo-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.last\:bg-indigo-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.last\:bg-indigo-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.last\:bg-indigo-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.last\:bg-blue-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.last\:bg-blue-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.last\:bg-blue-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.last\:bg-blue-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.last\:bg-blue-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.last\:bg-blue-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.last\:bg-blue-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.last\:bg-blue-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.last\:bg-blue-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.last\:bg-blue-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.last\:bg-lightBlue-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.last\:bg-cyan-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.last\:bg-cyan-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.last\:bg-cyan-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.last\:bg-cyan-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.last\:bg-cyan-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.last\:bg-cyan-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.last\:bg-cyan-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.last\:bg-cyan-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.last\:bg-cyan-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.last\:bg-cyan-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.last\:bg-teal-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.last\:bg-teal-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.last\:bg-teal-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.last\:bg-teal-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.last\:bg-teal-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.last\:bg-teal-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.last\:bg-teal-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.last\:bg-teal-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.last\:bg-teal-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.last\:bg-teal-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.last\:bg-emerald-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.last\:bg-emerald-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.last\:bg-emerald-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.last\:bg-emerald-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.last\:bg-emerald-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.last\:bg-emerald-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.last\:bg-emerald-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.last\:bg-emerald-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.last\:bg-emerald-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.last\:bg-emerald-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.last\:bg-green-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.last\:bg-green-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.last\:bg-green-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.last\:bg-green-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.last\:bg-green-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.last\:bg-green-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.last\:bg-green-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.last\:bg-green-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.last\:bg-green-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.last\:bg-green-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.last\:bg-lime-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.last\:bg-lime-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.last\:bg-lime-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.last\:bg-lime-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.last\:bg-lime-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.last\:bg-lime-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.last\:bg-lime-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.last\:bg-lime-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.last\:bg-lime-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.last\:bg-lime-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.last\:bg-yellow-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.last\:bg-yellow-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.last\:bg-yellow-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.last\:bg-yellow-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.last\:bg-yellow-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.last\:bg-yellow-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.last\:bg-yellow-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.last\:bg-yellow-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.last\:bg-yellow-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.last\:bg-yellow-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.last\:bg-amber-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.last\:bg-amber-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.last\:bg-amber-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.last\:bg-amber-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.last\:bg-amber-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.last\:bg-amber-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.last\:bg-amber-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.last\:bg-amber-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.last\:bg-amber-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.last\:bg-amber-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.last\:bg-orange-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.last\:bg-orange-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.last\:bg-orange-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.last\:bg-orange-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.last\:bg-orange-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.last\:bg-orange-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.last\:bg-orange-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.last\:bg-orange-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.last\:bg-orange-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.last\:bg-orange-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.last\:bg-red-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.last\:bg-red-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.last\:bg-red-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.last\:bg-red-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.last\:bg-red-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.last\:bg-red-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.last\:bg-red-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.last\:bg-red-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.last\:bg-red-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.last\:bg-red-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.last\:bg-warmGray-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.last\:bg-warmGray-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.last\:bg-warmGray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.last\:bg-warmGray-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.last\:bg-warmGray-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.last\:bg-warmGray-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.last\:bg-warmGray-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.last\:bg-warmGray-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.last\:bg-warmGray-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.last\:bg-warmGray-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.last\:bg-trueGray-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.last\:bg-trueGray-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.last\:bg-trueGray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.last\:bg-trueGray-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.last\:bg-trueGray-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.last\:bg-trueGray-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.last\:bg-trueGray-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.last\:bg-trueGray-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.last\:bg-trueGray-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.last\:bg-trueGray-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.last\:bg-gray-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.last\:bg-gray-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.last\:bg-gray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.last\:bg-gray-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.last\:bg-gray-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.last\:bg-gray-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.last\:bg-gray-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.last\:bg-gray-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.last\:bg-gray-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.last\:bg-gray-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.last\:bg-coolGray-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.last\:bg-coolGray-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.last\:bg-coolGray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.last\:bg-coolGray-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.last\:bg-coolGray-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.last\:bg-coolGray-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.last\:bg-coolGray-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.last\:bg-coolGray-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.last\:bg-coolGray-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.last\:bg-coolGray-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.last\:bg-blueGray-50:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.last\:bg-blueGray-100:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.last\:bg-blueGray-200:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.last\:bg-blueGray-300:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.last\:bg-blueGray-400:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.last\:bg-blueGray-500:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.last\:bg-blueGray-600:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.last\:bg-blueGray-700:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.last\:bg-blueGray-800:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.last\:bg-blueGray-900:last-child {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.last\:bg-current:last-child {
  background-color: current;
}

.last\:bg-transparent:last-child {
  background-color: transparent;
}

.odd\:bg-black:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.odd\:bg-rose-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.odd\:bg-rose-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.odd\:bg-rose-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.odd\:bg-rose-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.odd\:bg-rose-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.odd\:bg-rose-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.odd\:bg-rose-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.odd\:bg-rose-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.odd\:bg-rose-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.odd\:bg-rose-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.odd\:bg-pink-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.odd\:bg-pink-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.odd\:bg-pink-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.odd\:bg-pink-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.odd\:bg-pink-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.odd\:bg-pink-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.odd\:bg-pink-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.odd\:bg-pink-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.odd\:bg-pink-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.odd\:bg-pink-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.odd\:bg-fuchsia-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.odd\:bg-purple-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.odd\:bg-purple-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.odd\:bg-purple-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.odd\:bg-purple-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.odd\:bg-purple-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.odd\:bg-purple-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.odd\:bg-purple-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.odd\:bg-purple-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.odd\:bg-purple-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.odd\:bg-purple-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.odd\:bg-violet-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.odd\:bg-violet-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.odd\:bg-violet-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.odd\:bg-violet-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.odd\:bg-violet-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.odd\:bg-violet-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.odd\:bg-violet-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.odd\:bg-violet-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.odd\:bg-violet-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.odd\:bg-violet-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.odd\:bg-indigo-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.odd\:bg-indigo-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.odd\:bg-indigo-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.odd\:bg-indigo-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.odd\:bg-indigo-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.odd\:bg-indigo-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.odd\:bg-indigo-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.odd\:bg-indigo-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.odd\:bg-indigo-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.odd\:bg-indigo-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.odd\:bg-blue-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.odd\:bg-blue-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.odd\:bg-blue-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.odd\:bg-blue-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.odd\:bg-blue-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.odd\:bg-blue-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.odd\:bg-blue-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.odd\:bg-blue-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.odd\:bg-blue-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.odd\:bg-blue-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.odd\:bg-lightBlue-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.odd\:bg-cyan-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.odd\:bg-cyan-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.odd\:bg-cyan-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.odd\:bg-cyan-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.odd\:bg-cyan-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.odd\:bg-cyan-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.odd\:bg-cyan-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.odd\:bg-cyan-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.odd\:bg-cyan-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.odd\:bg-cyan-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.odd\:bg-teal-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.odd\:bg-teal-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.odd\:bg-teal-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.odd\:bg-teal-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.odd\:bg-teal-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.odd\:bg-teal-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.odd\:bg-teal-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.odd\:bg-teal-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.odd\:bg-teal-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.odd\:bg-teal-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.odd\:bg-emerald-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.odd\:bg-emerald-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.odd\:bg-emerald-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.odd\:bg-emerald-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.odd\:bg-emerald-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.odd\:bg-emerald-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.odd\:bg-emerald-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.odd\:bg-emerald-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.odd\:bg-emerald-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.odd\:bg-emerald-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.odd\:bg-green-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.odd\:bg-green-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.odd\:bg-green-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.odd\:bg-green-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.odd\:bg-green-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.odd\:bg-green-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.odd\:bg-green-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.odd\:bg-green-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.odd\:bg-green-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.odd\:bg-green-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.odd\:bg-lime-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.odd\:bg-lime-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.odd\:bg-lime-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.odd\:bg-lime-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.odd\:bg-lime-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.odd\:bg-lime-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.odd\:bg-lime-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.odd\:bg-lime-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.odd\:bg-lime-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.odd\:bg-lime-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.odd\:bg-yellow-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.odd\:bg-yellow-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.odd\:bg-yellow-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.odd\:bg-yellow-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.odd\:bg-yellow-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.odd\:bg-yellow-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.odd\:bg-yellow-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.odd\:bg-yellow-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.odd\:bg-yellow-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.odd\:bg-yellow-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.odd\:bg-amber-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.odd\:bg-amber-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.odd\:bg-amber-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.odd\:bg-amber-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.odd\:bg-amber-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.odd\:bg-amber-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.odd\:bg-amber-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.odd\:bg-amber-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.odd\:bg-amber-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.odd\:bg-amber-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.odd\:bg-orange-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.odd\:bg-orange-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.odd\:bg-orange-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.odd\:bg-orange-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.odd\:bg-orange-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.odd\:bg-orange-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.odd\:bg-orange-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.odd\:bg-orange-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.odd\:bg-orange-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.odd\:bg-orange-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.odd\:bg-red-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.odd\:bg-red-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.odd\:bg-red-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.odd\:bg-red-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.odd\:bg-red-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.odd\:bg-red-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.odd\:bg-red-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.odd\:bg-red-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.odd\:bg-red-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.odd\:bg-red-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.odd\:bg-warmGray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.odd\:bg-trueGray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.odd\:bg-gray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.odd\:bg-gray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.odd\:bg-gray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.odd\:bg-gray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.odd\:bg-gray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.odd\:bg-gray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.odd\:bg-gray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.odd\:bg-gray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.odd\:bg-gray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.odd\:bg-gray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.odd\:bg-coolGray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-200:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-300:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-400:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-500:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-600:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-700:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-800:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.odd\:bg-blueGray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.odd\:bg-current:nth-child(odd) {
  background-color: current;
}

.odd\:bg-transparent:nth-child(odd) {
  background-color: transparent;
}

.even\:bg-black:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:bg-rose-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.even\:bg-rose-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.even\:bg-rose-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.even\:bg-rose-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.even\:bg-rose-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.even\:bg-rose-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.even\:bg-rose-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.even\:bg-rose-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.even\:bg-rose-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.even\:bg-rose-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.even\:bg-pink-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.even\:bg-pink-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.even\:bg-pink-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.even\:bg-pink-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.even\:bg-pink-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.even\:bg-pink-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.even\:bg-pink-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.even\:bg-pink-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.even\:bg-pink-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.even\:bg-pink-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.even\:bg-fuchsia-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.even\:bg-purple-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.even\:bg-purple-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.even\:bg-purple-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.even\:bg-purple-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.even\:bg-purple-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.even\:bg-purple-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.even\:bg-purple-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.even\:bg-purple-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.even\:bg-violet-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.even\:bg-violet-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.even\:bg-violet-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.even\:bg-violet-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.even\:bg-violet-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.even\:bg-violet-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.even\:bg-violet-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.even\:bg-violet-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.even\:bg-violet-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.even\:bg-indigo-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.even\:bg-indigo-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.even\:bg-indigo-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.even\:bg-indigo-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.even\:bg-indigo-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.even\:bg-indigo-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.even\:bg-indigo-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.even\:bg-indigo-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.even\:bg-indigo-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.even\:bg-blue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.even\:bg-blue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.even\:bg-blue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.even\:bg-blue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.even\:bg-blue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.even\:bg-blue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.even\:bg-blue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.even\:bg-blue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.even\:bg-blue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.even\:bg-lightBlue-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.even\:bg-cyan-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.even\:bg-cyan-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.even\:bg-cyan-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.even\:bg-cyan-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.even\:bg-cyan-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.even\:bg-cyan-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.even\:bg-cyan-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.even\:bg-cyan-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.even\:bg-cyan-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.even\:bg-cyan-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.even\:bg-teal-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.even\:bg-teal-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.even\:bg-teal-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.even\:bg-teal-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.even\:bg-teal-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.even\:bg-teal-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.even\:bg-teal-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.even\:bg-teal-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.even\:bg-teal-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.even\:bg-teal-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.even\:bg-emerald-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.even\:bg-emerald-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.even\:bg-emerald-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.even\:bg-emerald-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.even\:bg-emerald-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.even\:bg-emerald-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.even\:bg-emerald-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.even\:bg-emerald-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.even\:bg-emerald-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.even\:bg-emerald-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.even\:bg-green-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.even\:bg-green-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.even\:bg-green-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.even\:bg-green-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.even\:bg-green-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.even\:bg-green-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.even\:bg-green-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.even\:bg-green-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.even\:bg-green-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.even\:bg-green-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.even\:bg-lime-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.even\:bg-lime-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.even\:bg-lime-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.even\:bg-lime-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.even\:bg-lime-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.even\:bg-lime-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.even\:bg-lime-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.even\:bg-lime-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.even\:bg-lime-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.even\:bg-lime-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.even\:bg-yellow-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.even\:bg-yellow-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.even\:bg-yellow-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.even\:bg-yellow-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.even\:bg-yellow-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.even\:bg-yellow-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.even\:bg-yellow-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.even\:bg-yellow-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.even\:bg-yellow-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.even\:bg-yellow-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.even\:bg-amber-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.even\:bg-amber-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.even\:bg-amber-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.even\:bg-amber-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.even\:bg-amber-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.even\:bg-amber-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.even\:bg-amber-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.even\:bg-amber-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.even\:bg-amber-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.even\:bg-amber-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.even\:bg-orange-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.even\:bg-orange-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.even\:bg-orange-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.even\:bg-orange-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.even\:bg-orange-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.even\:bg-orange-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.even\:bg-orange-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.even\:bg-orange-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.even\:bg-orange-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.even\:bg-red-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.even\:bg-red-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.even\:bg-red-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.even\:bg-red-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.even\:bg-red-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.even\:bg-red-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.even\:bg-red-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-red-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.even\:bg-red-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.even\:bg-red-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.even\:bg-warmGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.even\:bg-warmGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.even\:bg-warmGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.even\:bg-warmGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.even\:bg-warmGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.even\:bg-warmGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.even\:bg-warmGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.even\:bg-warmGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.even\:bg-warmGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.even\:bg-warmGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.even\:bg-trueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-trueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:bg-trueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.even\:bg-trueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.even\:bg-trueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.even\:bg-trueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.even\:bg-trueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.even\:bg-trueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.even\:bg-trueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.even\:bg-trueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.even\:bg-gray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.even\:bg-gray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.even\:bg-gray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.even\:bg-gray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.even\:bg-gray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.even\:bg-gray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.even\:bg-gray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.even\:bg-gray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.even\:bg-coolGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.even\:bg-coolGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.even\:bg-coolGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.even\:bg-coolGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.even\:bg-coolGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.even\:bg-coolGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.even\:bg-coolGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.even\:bg-coolGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.even\:bg-coolGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.even\:bg-coolGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.even\:bg-blueGray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.even\:bg-blueGray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.even\:bg-blueGray-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.even\:bg-blueGray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.even\:bg-blueGray-400:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.even\:bg-blueGray-500:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.even\:bg-blueGray-600:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.even\:bg-blueGray-700:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.even\:bg-blueGray-800:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.even\:bg-blueGray-900:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.even\:bg-current:nth-child(even) {
  background-color: current;
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

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

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

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

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

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

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

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

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

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

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

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

.hover\:bg-lightBlue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-lightBlue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

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

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

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

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

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

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

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.hover\:bg-warmGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

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

.hover\:bg-trueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-trueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-coolGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.hover\:bg-blueGray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.hover\:bg-current:hover {
  background-color: current;
}

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

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

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

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

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

.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

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

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

.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

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

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

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

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

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

.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

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

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

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

.focus\:bg-lightBlue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-lightBlue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

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

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-emerald-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-emerald-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

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

.focus\:bg-amber-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-amber-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-amber-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-amber-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-amber-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-amber-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-amber-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-amber-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

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

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

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus\:bg-warmGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

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

.focus\:bg-trueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-trueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

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

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-coolGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.focus\:bg-blueGray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus\:bg-current:focus {
  background-color: current;
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.active\:bg-blue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.active\:bg-lightBlue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.active\:bg-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.active\:bg-cyan-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.active\:bg-cyan-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.active\:bg-cyan-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.active\:bg-emerald-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.active\:bg-emerald-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.active\:bg-green-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.active\:bg-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.active\:bg-amber-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.active\:bg-amber-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.active\:bg-warmGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.active\:bg-warmGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.active\:bg-warmGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.active\:bg-warmGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.active\:bg-warmGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.active\:bg-warmGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.active\:bg-warmGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.active\:bg-warmGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.active\:bg-warmGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.active\:bg-warmGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.active\:bg-trueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-trueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.active\:bg-trueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.active\:bg-trueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.active\:bg-trueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.active\:bg-trueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.active\:bg-trueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.active\:bg-trueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.active\:bg-trueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.active\:bg-trueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.active\:bg-gray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.active\:bg-gray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.active\:bg-coolGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.active\:bg-coolGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.active\:bg-coolGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.active\:bg-coolGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.active\:bg-coolGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.active\:bg-coolGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.active\:bg-coolGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.active\:bg-coolGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.active\:bg-coolGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.active\:bg-coolGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.active\:bg-blueGray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.active\:bg-blueGray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.active\:bg-blueGray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.active\:bg-blueGray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.active\:bg-blueGray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.active\:bg-blueGray-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.active\:bg-blueGray-600:active {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.active\:bg-blueGray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.active\:bg-blueGray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.active\:bg-blueGray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.active\:bg-current:active {
  background-color: current;
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.visited\:bg-black:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

.visited\:bg-rose-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.visited\:bg-rose-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.visited\:bg-rose-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.visited\:bg-rose-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.visited\:bg-rose-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.visited\:bg-rose-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.visited\:bg-rose-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.visited\:bg-rose-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.visited\:bg-rose-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.visited\:bg-rose-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.visited\:bg-pink-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.visited\:bg-pink-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.visited\:bg-pink-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.visited\:bg-pink-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.visited\:bg-pink-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.visited\:bg-pink-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.visited\:bg-pink-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.visited\:bg-pink-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.visited\:bg-pink-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.visited\:bg-pink-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.visited\:bg-fuchsia-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.visited\:bg-purple-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.visited\:bg-purple-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.visited\:bg-purple-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.visited\:bg-purple-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.visited\:bg-purple-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.visited\:bg-purple-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.visited\:bg-purple-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.visited\:bg-purple-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.visited\:bg-purple-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.visited\:bg-purple-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.visited\:bg-violet-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.visited\:bg-violet-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.visited\:bg-violet-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.visited\:bg-violet-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.visited\:bg-violet-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.visited\:bg-violet-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.visited\:bg-violet-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.visited\:bg-violet-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.visited\:bg-violet-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.visited\:bg-violet-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.visited\:bg-indigo-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.visited\:bg-indigo-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.visited\:bg-indigo-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.visited\:bg-indigo-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.visited\:bg-indigo-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.visited\:bg-indigo-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.visited\:bg-indigo-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.visited\:bg-indigo-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.visited\:bg-indigo-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.visited\:bg-indigo-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.visited\:bg-blue-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.visited\:bg-blue-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.visited\:bg-blue-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.visited\:bg-blue-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.visited\:bg-blue-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.visited\:bg-blue-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.visited\:bg-blue-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.visited\:bg-blue-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.visited\:bg-blue-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.visited\:bg-blue-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.visited\:bg-lightBlue-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.visited\:bg-cyan-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.visited\:bg-cyan-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.visited\:bg-cyan-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.visited\:bg-cyan-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.visited\:bg-cyan-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.visited\:bg-cyan-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.visited\:bg-cyan-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.visited\:bg-cyan-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.visited\:bg-cyan-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.visited\:bg-cyan-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.visited\:bg-teal-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.visited\:bg-teal-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.visited\:bg-teal-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.visited\:bg-teal-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.visited\:bg-teal-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.visited\:bg-teal-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.visited\:bg-teal-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.visited\:bg-teal-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.visited\:bg-teal-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.visited\:bg-teal-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.visited\:bg-emerald-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.visited\:bg-emerald-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.visited\:bg-emerald-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.visited\:bg-emerald-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.visited\:bg-emerald-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.visited\:bg-emerald-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.visited\:bg-emerald-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.visited\:bg-emerald-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.visited\:bg-emerald-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.visited\:bg-emerald-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.visited\:bg-green-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.visited\:bg-green-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.visited\:bg-green-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.visited\:bg-green-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.visited\:bg-green-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.visited\:bg-green-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.visited\:bg-green-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.visited\:bg-green-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.visited\:bg-green-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.visited\:bg-green-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.visited\:bg-lime-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.visited\:bg-lime-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.visited\:bg-lime-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.visited\:bg-lime-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.visited\:bg-lime-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.visited\:bg-lime-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.visited\:bg-lime-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.visited\:bg-lime-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.visited\:bg-lime-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.visited\:bg-lime-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.visited\:bg-yellow-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.visited\:bg-yellow-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.visited\:bg-yellow-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.visited\:bg-yellow-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.visited\:bg-yellow-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.visited\:bg-yellow-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.visited\:bg-yellow-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.visited\:bg-yellow-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.visited\:bg-yellow-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.visited\:bg-yellow-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.visited\:bg-amber-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.visited\:bg-amber-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.visited\:bg-amber-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.visited\:bg-amber-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.visited\:bg-amber-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.visited\:bg-amber-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.visited\:bg-amber-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.visited\:bg-amber-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.visited\:bg-amber-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.visited\:bg-amber-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.visited\:bg-orange-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.visited\:bg-orange-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.visited\:bg-orange-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.visited\:bg-orange-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.visited\:bg-orange-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.visited\:bg-orange-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.visited\:bg-orange-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.visited\:bg-orange-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.visited\:bg-orange-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.visited\:bg-orange-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.visited\:bg-red-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.visited\:bg-red-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.visited\:bg-red-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.visited\:bg-red-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.visited\:bg-red-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.visited\:bg-red-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.visited\:bg-red-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.visited\:bg-red-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.visited\:bg-red-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.visited\:bg-red-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.visited\:bg-warmGray-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.visited\:bg-trueGray-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.visited\:bg-gray-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.visited\:bg-gray-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.visited\:bg-gray-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.visited\:bg-gray-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.visited\:bg-gray-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.visited\:bg-gray-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.visited\:bg-gray-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.visited\:bg-gray-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.visited\:bg-gray-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.visited\:bg-gray-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.visited\:bg-coolGray-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-50:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-100:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-200:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-300:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-400:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-500:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-600:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-700:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-800:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.visited\:bg-blueGray-900:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.visited\:bg-current:visited {
  background-color: current;
}

.visited\:bg-transparent:visited {
  background-color: transparent;
}

.disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

.disabled\:bg-rose-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.disabled\:bg-rose-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.disabled\:bg-rose-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.disabled\:bg-rose-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.disabled\:bg-rose-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.disabled\:bg-rose-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.disabled\:bg-rose-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.disabled\:bg-rose-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.disabled\:bg-rose-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.disabled\:bg-rose-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.disabled\:bg-pink-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.disabled\:bg-pink-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.disabled\:bg-pink-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.disabled\:bg-pink-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.disabled\:bg-pink-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.disabled\:bg-pink-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.disabled\:bg-pink-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.disabled\:bg-pink-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.disabled\:bg-pink-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.disabled\:bg-pink-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.disabled\:bg-fuchsia-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.disabled\:bg-purple-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.disabled\:bg-purple-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.disabled\:bg-purple-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.disabled\:bg-purple-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.disabled\:bg-purple-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.disabled\:bg-purple-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.disabled\:bg-purple-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.disabled\:bg-purple-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}

.disabled\:bg-violet-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.disabled\:bg-violet-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.disabled\:bg-violet-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.disabled\:bg-violet-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.disabled\:bg-violet-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.disabled\:bg-violet-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.disabled\:bg-violet-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.disabled\:bg-violet-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.disabled\:bg-violet-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.disabled\:bg-indigo-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.disabled\:bg-blue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.disabled\:bg-blue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.disabled\:bg-blue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.disabled\:bg-blue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.disabled\:bg-blue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.disabled\:bg-blue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.disabled\:bg-blue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.disabled\:bg-blue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.disabled\:bg-lightBlue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.disabled\:bg-cyan-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.disabled\:bg-teal-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.disabled\:bg-teal-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.disabled\:bg-teal-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.disabled\:bg-teal-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.disabled\:bg-teal-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.disabled\:bg-teal-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.disabled\:bg-teal-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.disabled\:bg-teal-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.disabled\:bg-teal-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.disabled\:bg-teal-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.disabled\:bg-emerald-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.disabled\:bg-green-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.disabled\:bg-green-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.disabled\:bg-green-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.disabled\:bg-green-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.disabled\:bg-green-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.disabled\:bg-green-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.disabled\:bg-green-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.disabled\:bg-green-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.disabled\:bg-green-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.disabled\:bg-green-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}

.disabled\:bg-lime-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.disabled\:bg-lime-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.disabled\:bg-lime-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.disabled\:bg-lime-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.disabled\:bg-lime-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.disabled\:bg-lime-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.disabled\:bg-lime-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.disabled\:bg-lime-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.disabled\:bg-lime-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.disabled\:bg-lime-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.disabled\:bg-yellow-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
}

.disabled\:bg-amber-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.disabled\:bg-amber-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.disabled\:bg-amber-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.disabled\:bg-amber-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.disabled\:bg-amber-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.disabled\:bg-amber-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.disabled\:bg-amber-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.disabled\:bg-amber-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.disabled\:bg-amber-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.disabled\:bg-amber-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.disabled\:bg-orange-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.disabled\:bg-orange-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.disabled\:bg-orange-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.disabled\:bg-orange-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.disabled\:bg-orange-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.disabled\:bg-orange-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.disabled\:bg-orange-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.disabled\:bg-orange-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.disabled\:bg-orange-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}

.disabled\:bg-red-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.disabled\:bg-red-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.disabled\:bg-red-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.disabled\:bg-red-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.disabled\:bg-red-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.disabled\:bg-red-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-red-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.disabled\:bg-red-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.disabled\:bg-red-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.disabled\:bg-warmGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.disabled\:bg-trueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.disabled\:bg-gray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.disabled\:bg-gray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.disabled\:bg-gray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.disabled\:bg-gray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.disabled\:bg-coolGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}

.disabled\:bg-blueGray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.disabled\:bg-current:disabled {
  background-color: current;
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

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

.group:hover .group-hover\:bg-none {
  background-image: none;
}

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

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

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

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

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

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

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

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

.focus-within\:bg-none:focus-within {
  background-image: none;
}

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

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

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

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

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

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

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

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

.first\:bg-none:first-child {
  background-image: none;
}

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

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

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

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

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

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

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

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

.last\:bg-none:last-child {
  background-image: none;
}

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

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

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

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

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

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

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

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

.odd\:bg-none:nth-child(odd) {
  background-image: none;
}

.odd\:bg-gradient-to-t:nth-child(odd) {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

.odd\:bg-gradient-to-r:nth-child(odd) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

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

.odd\:bg-gradient-to-b:nth-child(odd) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

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

.odd\:bg-gradient-to-l:nth-child(odd) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

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

.even\:bg-none:nth-child(even) {
  background-image: none;
}

.even\:bg-gradient-to-t:nth-child(even) {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

.even\:bg-gradient-to-r:nth-child(even) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

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

.even\:bg-gradient-to-b:nth-child(even) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

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

.even\:bg-gradient-to-l:nth-child(even) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

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

.hover\:bg-none:hover {
  background-image: none;
}

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

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

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

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

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

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

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

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

.focus\:bg-none:focus {
  background-image: none;
}

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

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

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

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

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

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

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

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

.active\:bg-none:active {
  background-image: none;
}

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

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

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

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

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

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

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

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

.visited\:bg-none:visited {
  background-image: none;
}

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

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

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

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

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

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

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

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

.disabled\:bg-none:disabled {
  background-image: none;
}

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

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

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

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

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

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

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

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

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

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

.from-rose-50 {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.from-rose-100 {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.from-rose-200 {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.from-rose-300 {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.from-rose-400 {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.from-rose-600 {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.from-rose-700 {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.from-rose-800 {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.from-rose-900 {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.from-fuchsia-100 {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.from-fuchsia-400 {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.from-fuchsia-500 {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.from-fuchsia-600 {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.from-fuchsia-700 {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.from-fuchsia-800 {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.from-fuchsia-900 {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.from-purple-200 {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.from-purple-300 {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.from-purple-400 {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.from-purple-700 {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.from-purple-800 {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.from-purple-900 {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.from-violet-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-violet-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-violet-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-violet-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-violet-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-violet-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-violet-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-violet-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-violet-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-lightBlue-50 {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.from-lightBlue-100 {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.from-lightBlue-200 {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.from-lightBlue-300 {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.from-lightBlue-400 {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.from-lightBlue-500 {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.from-lightBlue-600 {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.from-lightBlue-700 {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.from-lightBlue-800 {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.from-lightBlue-900 {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.from-cyan-100 {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.from-cyan-200 {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.from-cyan-300 {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.from-cyan-700 {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.from-cyan-800 {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.from-cyan-900 {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.from-teal-50 {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.from-teal-100 {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.from-teal-200 {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.from-teal-300 {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.from-teal-400 {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.from-teal-500 {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.from-teal-600 {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.from-teal-700 {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.from-teal-800 {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.from-teal-900 {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-emerald-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-emerald-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-emerald-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-emerald-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-emerald-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-emerald-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-emerald-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-emerald-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.from-green-100 {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.from-green-200 {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.from-green-700 {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.from-green-800 {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.from-green-900 {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.from-lime-50 {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.from-lime-100 {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.from-lime-200 {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.from-lime-300 {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.from-lime-400 {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.from-lime-500 {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.from-lime-600 {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.from-lime-700 {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.from-lime-800 {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.from-lime-900 {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-amber-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-amber-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-amber-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-amber-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-amber-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-amber-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-amber-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.from-orange-100 {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.from-orange-200 {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.from-orange-300 {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.from-orange-400 {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.from-orange-500 {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.from-orange-600 {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.from-orange-700 {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.from-orange-800 {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.from-orange-900 {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-warmGray-50 {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.from-warmGray-100 {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.from-warmGray-200 {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.from-warmGray-300 {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.from-warmGray-400 {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.from-warmGray-500 {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.from-warmGray-600 {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.from-warmGray-700 {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.from-warmGray-800 {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.from-warmGray-900 {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.from-trueGray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-trueGray-100 {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.from-trueGray-200 {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.from-trueGray-300 {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.from-trueGray-400 {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.from-trueGray-500 {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.from-trueGray-600 {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.from-trueGray-700 {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.from-trueGray-800 {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.from-trueGray-900 {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.from-gray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.from-gray-400 {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.from-gray-500 {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.from-gray-600 {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.from-gray-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.from-coolGray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-coolGray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-coolGray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-coolGray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-coolGray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-coolGray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-coolGray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-coolGray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-coolGray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-coolGray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-blueGray-50 {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.from-blueGray-100 {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.from-blueGray-200 {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.from-blueGray-300 {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.from-blueGray-400 {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.from-blueGray-500 {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.from-blueGray-600 {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.from-blueGray-700 {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.from-blueGray-800 {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.from-blueGray-900 {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

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

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-rose-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.via-rose-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.via-rose-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.via-rose-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.via-rose-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.via-rose-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.via-rose-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.via-rose-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.via-rose-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.via-rose-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-fuchsia-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.via-fuchsia-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.via-fuchsia-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.via-fuchsia-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.via-fuchsia-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.via-fuchsia-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.via-fuchsia-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.via-fuchsia-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.via-fuchsia-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.via-violet-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-violet-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-violet-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-violet-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-violet-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-violet-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-violet-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-violet-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-violet-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-lightBlue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.via-lightBlue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.via-lightBlue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.via-lightBlue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.via-lightBlue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.via-lightBlue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.via-lightBlue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.via-lightBlue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.via-lightBlue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.via-lightBlue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.via-teal-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.via-emerald-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-emerald-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-emerald-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-emerald-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-emerald-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-emerald-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-emerald-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-emerald-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-emerald-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-emerald-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.via-amber-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-amber-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-amber-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-amber-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-amber-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-amber-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-amber-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-amber-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-amber-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-amber-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-orange-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-warmGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.via-warmGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.via-warmGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.via-warmGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.via-warmGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.via-warmGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.via-warmGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.via-warmGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.via-warmGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.via-warmGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.via-trueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-trueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.via-trueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.via-trueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.via-trueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.via-trueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.via-trueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.via-trueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.via-trueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.via-trueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.via-coolGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-coolGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-coolGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-coolGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-coolGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-coolGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-coolGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-coolGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-coolGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-coolGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-blueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.via-blueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.via-blueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.via-blueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.via-blueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.via-blueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.via-blueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.via-blueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.via-blueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.via-blueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-rose-50 {
  --tw-gradient-to: #fff1f2;
}

.to-rose-100 {
  --tw-gradient-to: #ffe4e6;
}

.to-rose-200 {
  --tw-gradient-to: #fecdd3;
}

.to-rose-300 {
  --tw-gradient-to: #fda4af;
}

.to-rose-400 {
  --tw-gradient-to: #fb7185;
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e;
}

.to-rose-600 {
  --tw-gradient-to: #e11d48;
}

.to-rose-700 {
  --tw-gradient-to: #be123c;
}

.to-rose-800 {
  --tw-gradient-to: #9f1239;
}

.to-rose-900 {
  --tw-gradient-to: #881337;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff;
}

.to-fuchsia-100 {
  --tw-gradient-to: #fae8ff;
}

.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe;
}

.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc;
}

.to-fuchsia-400 {
  --tw-gradient-to: #e879f9;
}

.to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.to-fuchsia-700 {
  --tw-gradient-to: #a21caf;
}

.to-fuchsia-800 {
  --tw-gradient-to: #86198f;
}

.to-fuchsia-900 {
  --tw-gradient-to: #701a75;
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff;
}

.to-purple-100 {
  --tw-gradient-to: #f3e8ff;
}

.to-purple-200 {
  --tw-gradient-to: #e9d5ff;
}

.to-purple-300 {
  --tw-gradient-to: #d8b4fe;
}

.to-purple-400 {
  --tw-gradient-to: #c084fc;
}

.to-purple-500 {
  --tw-gradient-to: #a855f7;
}

.to-purple-600 {
  --tw-gradient-to: #9333ea;
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce;
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8;
}

.to-purple-900 {
  --tw-gradient-to: #581c87;
}

.to-violet-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-violet-100 {
  --tw-gradient-to: #ede9fe;
}

.to-violet-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-violet-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa;
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed;
}

.to-violet-700 {
  --tw-gradient-to: #6d28d9;
}

.to-violet-800 {
  --tw-gradient-to: #5b21b6;
}

.to-violet-900 {
  --tw-gradient-to: #4c1d95;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-lightBlue-50 {
  --tw-gradient-to: #f0f9ff;
}

.to-lightBlue-100 {
  --tw-gradient-to: #e0f2fe;
}

.to-lightBlue-200 {
  --tw-gradient-to: #bae6fd;
}

.to-lightBlue-300 {
  --tw-gradient-to: #7dd3fc;
}

.to-lightBlue-400 {
  --tw-gradient-to: #38bdf8;
}

.to-lightBlue-500 {
  --tw-gradient-to: #0ea5e9;
}

.to-lightBlue-600 {
  --tw-gradient-to: #0284c7;
}

.to-lightBlue-700 {
  --tw-gradient-to: #0369a1;
}

.to-lightBlue-800 {
  --tw-gradient-to: #075985;
}

.to-lightBlue-900 {
  --tw-gradient-to: #0c4a6e;
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff;
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe;
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc;
}

.to-cyan-300 {
  --tw-gradient-to: #67e8f9;
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee;
}

.to-cyan-500 {
  --tw-gradient-to: #06b6d4;
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2;
}

.to-cyan-700 {
  --tw-gradient-to: #0e7490;
}

.to-cyan-800 {
  --tw-gradient-to: #155e75;
}

.to-cyan-900 {
  --tw-gradient-to: #164e63;
}

.to-teal-50 {
  --tw-gradient-to: #f0fdfa;
}

.to-teal-100 {
  --tw-gradient-to: #ccfbf1;
}

.to-teal-200 {
  --tw-gradient-to: #99f6e4;
}

.to-teal-300 {
  --tw-gradient-to: #5eead4;
}

.to-teal-400 {
  --tw-gradient-to: #2dd4bf;
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6;
}

.to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.to-teal-700 {
  --tw-gradient-to: #0f766e;
}

.to-teal-800 {
  --tw-gradient-to: #115e59;
}

.to-teal-900 {
  --tw-gradient-to: #134e4a;
}

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.to-emerald-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-emerald-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-emerald-400 {
  --tw-gradient-to: #34d399;
}

.to-emerald-500 {
  --tw-gradient-to: #10b981;
}

.to-emerald-600 {
  --tw-gradient-to: #059669;
}

.to-emerald-700 {
  --tw-gradient-to: #047857;
}

.to-emerald-800 {
  --tw-gradient-to: #065f46;
}

.to-emerald-900 {
  --tw-gradient-to: #064e3b;
}

.to-green-50 {
  --tw-gradient-to: #f0fdf4;
}

.to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.to-green-200 {
  --tw-gradient-to: #bbf7d0;
}

.to-green-300 {
  --tw-gradient-to: #86efac;
}

.to-green-400 {
  --tw-gradient-to: #4ade80;
}

.to-green-500 {
  --tw-gradient-to: #22c55e;
}

.to-green-600 {
  --tw-gradient-to: #16a34a;
}

.to-green-700 {
  --tw-gradient-to: #15803d;
}

.to-green-800 {
  --tw-gradient-to: #166534;
}

.to-green-900 {
  --tw-gradient-to: #14532d;
}

.to-lime-50 {
  --tw-gradient-to: #f7fee7;
}

.to-lime-100 {
  --tw-gradient-to: #ecfccb;
}

.to-lime-200 {
  --tw-gradient-to: #d9f99d;
}

.to-lime-300 {
  --tw-gradient-to: #bef264;
}

.to-lime-400 {
  --tw-gradient-to: #a3e635;
}

.to-lime-500 {
  --tw-gradient-to: #84cc16;
}

.to-lime-600 {
  --tw-gradient-to: #65a30d;
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f;
}

.to-lime-800 {
  --tw-gradient-to: #3f6212;
}

.to-lime-900 {
  --tw-gradient-to: #365314;
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8;
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a;
}

.to-yellow-300 {
  --tw-gradient-to: #fde047;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.to-yellow-500 {
  --tw-gradient-to: #eab308;
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}

.to-yellow-700 {
  --tw-gradient-to: #a16207;
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e;
}

.to-yellow-900 {
  --tw-gradient-to: #713f12;
}

.to-amber-50 {
  --tw-gradient-to: #fffbeb;
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7;
}

.to-amber-200 {
  --tw-gradient-to: #fde68a;
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d;
}

.to-amber-400 {
  --tw-gradient-to: #fbbf24;
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b;
}

.to-amber-600 {
  --tw-gradient-to: #d97706;
}

.to-amber-700 {
  --tw-gradient-to: #b45309;
}

.to-amber-800 {
  --tw-gradient-to: #92400e;
}

.to-amber-900 {
  --tw-gradient-to: #78350f;
}

.to-orange-50 {
  --tw-gradient-to: #fff7ed;
}

.to-orange-100 {
  --tw-gradient-to: #ffedd5;
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa;
}

.to-orange-300 {
  --tw-gradient-to: #fdba74;
}

.to-orange-400 {
  --tw-gradient-to: #fb923c;
}

.to-orange-500 {
  --tw-gradient-to: #f97316;
}

.to-orange-600 {
  --tw-gradient-to: #ea580c;
}

.to-orange-700 {
  --tw-gradient-to: #c2410c;
}

.to-orange-800 {
  --tw-gradient-to: #9a3412;
}

.to-orange-900 {
  --tw-gradient-to: #7c2d12;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-warmGray-50 {
  --tw-gradient-to: #fafaf9;
}

.to-warmGray-100 {
  --tw-gradient-to: #f5f5f4;
}

.to-warmGray-200 {
  --tw-gradient-to: #e7e5e4;
}

.to-warmGray-300 {
  --tw-gradient-to: #d6d3d1;
}

.to-warmGray-400 {
  --tw-gradient-to: #a8a29e;
}

.to-warmGray-500 {
  --tw-gradient-to: #78716c;
}

.to-warmGray-600 {
  --tw-gradient-to: #57534e;
}

.to-warmGray-700 {
  --tw-gradient-to: #44403c;
}

.to-warmGray-800 {
  --tw-gradient-to: #292524;
}

.to-warmGray-900 {
  --tw-gradient-to: #1c1917;
}

.to-trueGray-50 {
  --tw-gradient-to: #fafafa;
}

.to-trueGray-100 {
  --tw-gradient-to: #f5f5f5;
}

.to-trueGray-200 {
  --tw-gradient-to: #e5e5e5;
}

.to-trueGray-300 {
  --tw-gradient-to: #d4d4d4;
}

.to-trueGray-400 {
  --tw-gradient-to: #a3a3a3;
}

.to-trueGray-500 {
  --tw-gradient-to: #737373;
}

.to-trueGray-600 {
  --tw-gradient-to: #525252;
}

.to-trueGray-700 {
  --tw-gradient-to: #404040;
}

.to-trueGray-800 {
  --tw-gradient-to: #262626;
}

.to-trueGray-900 {
  --tw-gradient-to: #171717;
}

.to-gray-50 {
  --tw-gradient-to: #fafafa;
}

.to-gray-100 {
  --tw-gradient-to: #f4f4f5;
}

.to-gray-200 {
  --tw-gradient-to: #e4e4e7;
}

.to-gray-300 {
  --tw-gradient-to: #d4d4d8;
}

.to-gray-400 {
  --tw-gradient-to: #a1a1aa;
}

.to-gray-500 {
  --tw-gradient-to: #71717a;
}

.to-gray-600 {
  --tw-gradient-to: #52525b;
}

.to-gray-700 {
  --tw-gradient-to: #3f3f46;
}

.to-gray-800 {
  --tw-gradient-to: #27272a;
}

.to-gray-900 {
  --tw-gradient-to: #18181b;
}

.to-coolGray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-coolGray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-coolGray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-coolGray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-coolGray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-coolGray-500 {
  --tw-gradient-to: #6b7280;
}

.to-coolGray-600 {
  --tw-gradient-to: #4b5563;
}

.to-coolGray-700 {
  --tw-gradient-to: #374151;
}

.to-coolGray-800 {
  --tw-gradient-to: #1f2937;
}

.to-coolGray-900 {
  --tw-gradient-to: #111827;
}

.to-blueGray-50 {
  --tw-gradient-to: #f8fafc;
}

.to-blueGray-100 {
  --tw-gradient-to: #f1f5f9;
}

.to-blueGray-200 {
  --tw-gradient-to: #e2e8f0;
}

.to-blueGray-300 {
  --tw-gradient-to: #cbd5e1;
}

.to-blueGray-400 {
  --tw-gradient-to: #94a3b8;
}

.to-blueGray-500 {
  --tw-gradient-to: #64748b;
}

.to-blueGray-600 {
  --tw-gradient-to: #475569;
}

.to-blueGray-700 {
  --tw-gradient-to: #334155;
}

.to-blueGray-800 {
  --tw-gradient-to: #1e293b;
}

.to-blueGray-900 {
  --tw-gradient-to: #0f172a;
}

.to-current {
  --tw-gradient-to: current;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.group:hover .group-hover\:from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.group:hover .group-hover\:from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.group:hover .group-hover\:from-rose-50 {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.group:hover .group-hover\:from-rose-100 {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.group:hover .group-hover\:from-rose-200 {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.group:hover .group-hover\:from-rose-300 {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.group:hover .group-hover\:from-rose-400 {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.group:hover .group-hover\:from-rose-500 {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.group:hover .group-hover\:from-rose-600 {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.group:hover .group-hover\:from-rose-700 {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.group:hover .group-hover\:from-rose-800 {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.group:hover .group-hover\:from-rose-900 {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.group:hover .group-hover\:from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.group:hover .group-hover\:from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.group:hover .group-hover\:from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.group:hover .group-hover\:from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.group:hover .group-hover\:from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.group:hover .group-hover\:from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.group:hover .group-hover\:from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.group:hover .group-hover\:from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.group:hover .group-hover\:from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.group:hover .group-hover\:from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.group:hover .group-hover\:from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.group:hover .group-hover\:from-fuchsia-100 {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.group:hover .group-hover\:from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.group:hover .group-hover\:from-fuchsia-300 {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.group:hover .group-hover\:from-fuchsia-400 {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.group:hover .group-hover\:from-fuchsia-500 {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.group:hover .group-hover\:from-fuchsia-600 {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.group:hover .group-hover\:from-fuchsia-700 {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.group:hover .group-hover\:from-fuchsia-800 {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.group:hover .group-hover\:from-fuchsia-900 {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.group:hover .group-hover\:from-purple-50 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.group:hover .group-hover\:from-purple-100 {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.group:hover .group-hover\:from-purple-200 {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.group:hover .group-hover\:from-purple-300 {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.group:hover .group-hover\:from-purple-400 {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.group:hover .group-hover\:from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.group:hover .group-hover\:from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.group:hover .group-hover\:from-purple-700 {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.group:hover .group-hover\:from-purple-800 {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.group:hover .group-hover\:from-purple-900 {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.group:hover .group-hover\:from-violet-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.group:hover .group-hover\:from-violet-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.group:hover .group-hover\:from-violet-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.group:hover .group-hover\:from-violet-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.group:hover .group-hover\:from-violet-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.group:hover .group-hover\:from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.group:hover .group-hover\:from-violet-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.group:hover .group-hover\:from-violet-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.group:hover .group-hover\:from-violet-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.group:hover .group-hover\:from-violet-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.group:hover .group-hover\:from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.group:hover .group-hover\:from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.group:hover .group-hover\:from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.group:hover .group-hover\:from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.group:hover .group-hover\:from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.group:hover .group-hover\:from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.group:hover .group-hover\:from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.group:hover .group-hover\:from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.group:hover .group-hover\:from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.group:hover .group-hover\:from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.group:hover .group-hover\:from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.group:hover .group-hover\:from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.group:hover .group-hover\:from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.group:hover .group-hover\:from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.group:hover .group-hover\:from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.group:hover .group-hover\:from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.group:hover .group-hover\:from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.group:hover .group-hover\:from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.group:hover .group-hover\:from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.group:hover .group-hover\:from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.group:hover .group-hover\:from-lightBlue-50 {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.group:hover .group-hover\:from-lightBlue-100 {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.group:hover .group-hover\:from-lightBlue-200 {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.group:hover .group-hover\:from-lightBlue-300 {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.group:hover .group-hover\:from-lightBlue-400 {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.group:hover .group-hover\:from-lightBlue-500 {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.group:hover .group-hover\:from-lightBlue-600 {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.group:hover .group-hover\:from-lightBlue-700 {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.group:hover .group-hover\:from-lightBlue-800 {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.group:hover .group-hover\:from-lightBlue-900 {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.group:hover .group-hover\:from-cyan-50 {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.group:hover .group-hover\:from-cyan-100 {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.group:hover .group-hover\:from-cyan-200 {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.group:hover .group-hover\:from-cyan-300 {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.group:hover .group-hover\:from-cyan-400 {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.group:hover .group-hover\:from-cyan-500 {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.group:hover .group-hover\:from-cyan-600 {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.group:hover .group-hover\:from-cyan-700 {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.group:hover .group-hover\:from-cyan-800 {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.group:hover .group-hover\:from-cyan-900 {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.group:hover .group-hover\:from-teal-50 {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.group:hover .group-hover\:from-teal-100 {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.group:hover .group-hover\:from-teal-200 {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.group:hover .group-hover\:from-teal-300 {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.group:hover .group-hover\:from-teal-400 {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.group:hover .group-hover\:from-teal-500 {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.group:hover .group-hover\:from-teal-600 {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.group:hover .group-hover\:from-teal-700 {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.group:hover .group-hover\:from-teal-800 {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.group:hover .group-hover\:from-teal-900 {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.group:hover .group-hover\:from-emerald-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.group:hover .group-hover\:from-emerald-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.group:hover .group-hover\:from-emerald-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.group:hover .group-hover\:from-emerald-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.group:hover .group-hover\:from-emerald-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.group:hover .group-hover\:from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.group:hover .group-hover\:from-emerald-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.group:hover .group-hover\:from-emerald-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.group:hover .group-hover\:from-emerald-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.group:hover .group-hover\:from-emerald-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.group:hover .group-hover\:from-green-50 {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.group:hover .group-hover\:from-green-100 {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.group:hover .group-hover\:from-green-200 {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.group:hover .group-hover\:from-green-300 {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.group:hover .group-hover\:from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.group:hover .group-hover\:from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.group:hover .group-hover\:from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.group:hover .group-hover\:from-green-700 {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.group:hover .group-hover\:from-green-800 {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.group:hover .group-hover\:from-green-900 {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.group:hover .group-hover\:from-lime-50 {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.group:hover .group-hover\:from-lime-100 {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.group:hover .group-hover\:from-lime-200 {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.group:hover .group-hover\:from-lime-300 {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.group:hover .group-hover\:from-lime-400 {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.group:hover .group-hover\:from-lime-500 {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.group:hover .group-hover\:from-lime-600 {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.group:hover .group-hover\:from-lime-700 {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.group:hover .group-hover\:from-lime-800 {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.group:hover .group-hover\:from-lime-900 {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.group:hover .group-hover\:from-yellow-50 {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.group:hover .group-hover\:from-yellow-100 {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.group:hover .group-hover\:from-yellow-200 {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.group:hover .group-hover\:from-yellow-300 {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.group:hover .group-hover\:from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.group:hover .group-hover\:from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.group:hover .group-hover\:from-yellow-600 {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.group:hover .group-hover\:from-yellow-700 {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.group:hover .group-hover\:from-yellow-800 {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.group:hover .group-hover\:from-yellow-900 {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.group:hover .group-hover\:from-amber-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.group:hover .group-hover\:from-amber-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.group:hover .group-hover\:from-amber-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.group:hover .group-hover\:from-amber-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.group:hover .group-hover\:from-amber-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.group:hover .group-hover\:from-amber-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.group:hover .group-hover\:from-amber-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.group:hover .group-hover\:from-amber-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.group:hover .group-hover\:from-amber-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.group:hover .group-hover\:from-amber-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.group:hover .group-hover\:from-orange-50 {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.group:hover .group-hover\:from-orange-100 {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.group:hover .group-hover\:from-orange-200 {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.group:hover .group-hover\:from-orange-300 {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.group:hover .group-hover\:from-orange-400 {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.group:hover .group-hover\:from-orange-500 {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.group:hover .group-hover\:from-orange-600 {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.group:hover .group-hover\:from-orange-700 {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.group:hover .group-hover\:from-orange-800 {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.group:hover .group-hover\:from-orange-900 {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.group:hover .group-hover\:from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.group:hover .group-hover\:from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.group:hover .group-hover\:from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.group:hover .group-hover\:from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.group:hover .group-hover\:from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.group:hover .group-hover\:from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.group:hover .group-hover\:from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.group:hover .group-hover\:from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.group:hover .group-hover\:from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.group:hover .group-hover\:from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.group:hover .group-hover\:from-warmGray-50 {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.group:hover .group-hover\:from-warmGray-100 {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.group:hover .group-hover\:from-warmGray-200 {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.group:hover .group-hover\:from-warmGray-300 {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.group:hover .group-hover\:from-warmGray-400 {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.group:hover .group-hover\:from-warmGray-500 {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.group:hover .group-hover\:from-warmGray-600 {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.group:hover .group-hover\:from-warmGray-700 {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.group:hover .group-hover\:from-warmGray-800 {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.group:hover .group-hover\:from-warmGray-900 {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.group:hover .group-hover\:from-trueGray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.group:hover .group-hover\:from-trueGray-100 {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.group:hover .group-hover\:from-trueGray-200 {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.group:hover .group-hover\:from-trueGray-300 {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.group:hover .group-hover\:from-trueGray-400 {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.group:hover .group-hover\:from-trueGray-500 {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.group:hover .group-hover\:from-trueGray-600 {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.group:hover .group-hover\:from-trueGray-700 {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.group:hover .group-hover\:from-trueGray-800 {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.group:hover .group-hover\:from-trueGray-900 {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.group:hover .group-hover\:from-gray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.group:hover .group-hover\:from-gray-100 {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.group:hover .group-hover\:from-gray-200 {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.group:hover .group-hover\:from-gray-300 {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.group:hover .group-hover\:from-gray-400 {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.group:hover .group-hover\:from-gray-500 {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.group:hover .group-hover\:from-gray-600 {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.group:hover .group-hover\:from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.group:hover .group-hover\:from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.group:hover .group-hover\:from-gray-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.group:hover .group-hover\:from-coolGray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.group:hover .group-hover\:from-coolGray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.group:hover .group-hover\:from-coolGray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.group:hover .group-hover\:from-coolGray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.group:hover .group-hover\:from-coolGray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.group:hover .group-hover\:from-coolGray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.group:hover .group-hover\:from-coolGray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.group:hover .group-hover\:from-coolGray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.group:hover .group-hover\:from-coolGray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.group:hover .group-hover\:from-coolGray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.group:hover .group-hover\:from-blueGray-50 {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.group:hover .group-hover\:from-blueGray-100 {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.group:hover .group-hover\:from-blueGray-200 {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:from-blueGray-300 {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.group:hover .group-hover\:from-blueGray-400 {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.group:hover .group-hover\:from-blueGray-500 {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.group:hover .group-hover\:from-blueGray-600 {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.group:hover .group-hover\:from-blueGray-700 {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.group:hover .group-hover\:from-blueGray-800 {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.group:hover .group-hover\:from-blueGray-900 {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.group:hover .group-hover\:from-current {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.group:hover .group-hover\:from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.group:hover .group-hover\:via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.group:hover .group-hover\:via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.group:hover .group-hover\:via-rose-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.group:hover .group-hover\:via-rose-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.group:hover .group-hover\:via-rose-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.group:hover .group-hover\:via-rose-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.group:hover .group-hover\:via-rose-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.group:hover .group-hover\:via-rose-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.group:hover .group-hover\:via-rose-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.group:hover .group-hover\:via-rose-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.group:hover .group-hover\:via-rose-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.group:hover .group-hover\:via-rose-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.group:hover .group-hover\:via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.group:hover .group-hover\:via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.group:hover .group-hover\:via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.group:hover .group-hover\:via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.group:hover .group-hover\:via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.group:hover .group-hover\:via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.group:hover .group-hover\:via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.group:hover .group-hover\:via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.group:hover .group-hover\:via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.group:hover .group-hover\:via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.group:hover .group-hover\:via-fuchsia-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.group:hover .group-hover\:via-fuchsia-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.group:hover .group-hover\:via-fuchsia-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.group:hover .group-hover\:via-fuchsia-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.group:hover .group-hover\:via-fuchsia-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.group:hover .group-hover\:via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.group:hover .group-hover\:via-fuchsia-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.group:hover .group-hover\:via-fuchsia-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.group:hover .group-hover\:via-fuchsia-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.group:hover .group-hover\:via-fuchsia-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.group:hover .group-hover\:via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.group:hover .group-hover\:via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.group:hover .group-hover\:via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.group:hover .group-hover\:via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.group:hover .group-hover\:via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.group:hover .group-hover\:via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.group:hover .group-hover\:via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.group:hover .group-hover\:via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.group:hover .group-hover\:via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.group:hover .group-hover\:via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.group:hover .group-hover\:via-violet-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.group:hover .group-hover\:via-violet-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.group:hover .group-hover\:via-violet-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.group:hover .group-hover\:via-violet-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.group:hover .group-hover\:via-violet-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.group:hover .group-hover\:via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.group:hover .group-hover\:via-violet-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.group:hover .group-hover\:via-violet-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.group:hover .group-hover\:via-violet-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.group:hover .group-hover\:via-violet-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.group:hover .group-hover\:via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.group:hover .group-hover\:via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.group:hover .group-hover\:via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.group:hover .group-hover\:via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.group:hover .group-hover\:via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.group:hover .group-hover\:via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.group:hover .group-hover\:via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.group:hover .group-hover\:via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.group:hover .group-hover\:via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.group:hover .group-hover\:via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.group:hover .group-hover\:via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.group:hover .group-hover\:via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.group:hover .group-hover\:via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.group:hover .group-hover\:via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.group:hover .group-hover\:via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.group:hover .group-hover\:via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.group:hover .group-hover\:via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.group:hover .group-hover\:via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.group:hover .group-hover\:via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.group:hover .group-hover\:via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.group:hover .group-hover\:via-lightBlue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.group:hover .group-hover\:via-lightBlue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.group:hover .group-hover\:via-lightBlue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.group:hover .group-hover\:via-lightBlue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.group:hover .group-hover\:via-lightBlue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.group:hover .group-hover\:via-lightBlue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.group:hover .group-hover\:via-lightBlue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.group:hover .group-hover\:via-lightBlue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.group:hover .group-hover\:via-lightBlue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.group:hover .group-hover\:via-lightBlue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.group:hover .group-hover\:via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.group:hover .group-hover\:via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.group:hover .group-hover\:via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.group:hover .group-hover\:via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.group:hover .group-hover\:via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.group:hover .group-hover\:via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.group:hover .group-hover\:via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.group:hover .group-hover\:via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.group:hover .group-hover\:via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.group:hover .group-hover\:via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.group:hover .group-hover\:via-teal-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.group:hover .group-hover\:via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.group:hover .group-hover\:via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.group:hover .group-hover\:via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.group:hover .group-hover\:via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.group:hover .group-hover\:via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.group:hover .group-hover\:via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.group:hover .group-hover\:via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.group:hover .group-hover\:via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.group:hover .group-hover\:via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.group:hover .group-hover\:via-emerald-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.group:hover .group-hover\:via-emerald-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.group:hover .group-hover\:via-emerald-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.group:hover .group-hover\:via-emerald-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.group:hover .group-hover\:via-emerald-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.group:hover .group-hover\:via-emerald-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.group:hover .group-hover\:via-emerald-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.group:hover .group-hover\:via-emerald-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.group:hover .group-hover\:via-emerald-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.group:hover .group-hover\:via-emerald-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.group:hover .group-hover\:via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.group:hover .group-hover\:via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.group:hover .group-hover\:via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.group:hover .group-hover\:via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.group:hover .group-hover\:via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.group:hover .group-hover\:via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.group:hover .group-hover\:via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.group:hover .group-hover\:via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.group:hover .group-hover\:via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.group:hover .group-hover\:via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.group:hover .group-hover\:via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.group:hover .group-hover\:via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.group:hover .group-hover\:via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.group:hover .group-hover\:via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.group:hover .group-hover\:via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.group:hover .group-hover\:via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.group:hover .group-hover\:via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.group:hover .group-hover\:via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.group:hover .group-hover\:via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.group:hover .group-hover\:via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.group:hover .group-hover\:via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.group:hover .group-hover\:via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.group:hover .group-hover\:via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.group:hover .group-hover\:via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.group:hover .group-hover\:via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.group:hover .group-hover\:via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.group:hover .group-hover\:via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.group:hover .group-hover\:via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.group:hover .group-hover\:via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.group:hover .group-hover\:via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.group:hover .group-hover\:via-amber-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.group:hover .group-hover\:via-amber-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.group:hover .group-hover\:via-amber-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.group:hover .group-hover\:via-amber-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.group:hover .group-hover\:via-amber-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.group:hover .group-hover\:via-amber-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.group:hover .group-hover\:via-amber-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.group:hover .group-hover\:via-amber-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.group:hover .group-hover\:via-amber-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.group:hover .group-hover\:via-amber-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.group:hover .group-hover\:via-orange-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.group:hover .group-hover\:via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.group:hover .group-hover\:via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.group:hover .group-hover\:via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.group:hover .group-hover\:via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.group:hover .group-hover\:via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.group:hover .group-hover\:via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.group:hover .group-hover\:via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.group:hover .group-hover\:via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.group:hover .group-hover\:via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.group:hover .group-hover\:via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.group:hover .group-hover\:via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.group:hover .group-hover\:via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.group:hover .group-hover\:via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.group:hover .group-hover\:via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.group:hover .group-hover\:via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.group:hover .group-hover\:via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.group:hover .group-hover\:via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.group:hover .group-hover\:via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.group:hover .group-hover\:via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.group:hover .group-hover\:via-warmGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.group:hover .group-hover\:via-warmGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.group:hover .group-hover\:via-warmGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.group:hover .group-hover\:via-warmGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.group:hover .group-hover\:via-warmGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.group:hover .group-hover\:via-warmGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.group:hover .group-hover\:via-warmGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.group:hover .group-hover\:via-warmGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.group:hover .group-hover\:via-warmGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.group:hover .group-hover\:via-warmGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.group:hover .group-hover\:via-trueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.group:hover .group-hover\:via-trueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.group:hover .group-hover\:via-trueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.group:hover .group-hover\:via-trueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.group:hover .group-hover\:via-trueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.group:hover .group-hover\:via-trueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.group:hover .group-hover\:via-trueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.group:hover .group-hover\:via-trueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.group:hover .group-hover\:via-trueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.group:hover .group-hover\:via-trueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.group:hover .group-hover\:via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.group:hover .group-hover\:via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.group:hover .group-hover\:via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.group:hover .group-hover\:via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.group:hover .group-hover\:via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.group:hover .group-hover\:via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.group:hover .group-hover\:via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.group:hover .group-hover\:via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.group:hover .group-hover\:via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.group:hover .group-hover\:via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.group:hover .group-hover\:via-coolGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.group:hover .group-hover\:via-coolGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.group:hover .group-hover\:via-coolGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.group:hover .group-hover\:via-coolGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.group:hover .group-hover\:via-coolGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.group:hover .group-hover\:via-coolGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.group:hover .group-hover\:via-coolGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.group:hover .group-hover\:via-coolGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.group:hover .group-hover\:via-coolGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.group:hover .group-hover\:via-coolGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.group:hover .group-hover\:via-blueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.group:hover .group-hover\:via-blueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.group:hover .group-hover\:via-blueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.group:hover .group-hover\:via-blueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.group:hover .group-hover\:via-blueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.group:hover .group-hover\:via-blueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.group:hover .group-hover\:via-blueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.group:hover .group-hover\:via-blueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.group:hover .group-hover\:via-blueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.group:hover .group-hover\:via-blueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.group:hover .group-hover\:via-current {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.group:hover .group-hover\:via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.group:hover .group-hover\:to-black {
  --tw-gradient-to: #000;
}

.group:hover .group-hover\:to-white {
  --tw-gradient-to: #fff;
}

.group:hover .group-hover\:to-rose-50 {
  --tw-gradient-to: #fff1f2;
}

.group:hover .group-hover\:to-rose-100 {
  --tw-gradient-to: #ffe4e6;
}

.group:hover .group-hover\:to-rose-200 {
  --tw-gradient-to: #fecdd3;
}

.group:hover .group-hover\:to-rose-300 {
  --tw-gradient-to: #fda4af;
}

.group:hover .group-hover\:to-rose-400 {
  --tw-gradient-to: #fb7185;
}

.group:hover .group-hover\:to-rose-500 {
  --tw-gradient-to: #f43f5e;
}

.group:hover .group-hover\:to-rose-600 {
  --tw-gradient-to: #e11d48;
}

.group:hover .group-hover\:to-rose-700 {
  --tw-gradient-to: #be123c;
}

.group:hover .group-hover\:to-rose-800 {
  --tw-gradient-to: #9f1239;
}

.group:hover .group-hover\:to-rose-900 {
  --tw-gradient-to: #881337;
}

.group:hover .group-hover\:to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.group:hover .group-hover\:to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.group:hover .group-hover\:to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.group:hover .group-hover\:to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.group:hover .group-hover\:to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.group:hover .group-hover\:to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.group:hover .group-hover\:to-pink-600 {
  --tw-gradient-to: #db2777;
}

.group:hover .group-hover\:to-pink-700 {
  --tw-gradient-to: #be185d;
}

.group:hover .group-hover\:to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.group:hover .group-hover\:to-pink-900 {
  --tw-gradient-to: #831843;
}

.group:hover .group-hover\:to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff;
}

.group:hover .group-hover\:to-fuchsia-100 {
  --tw-gradient-to: #fae8ff;
}

.group:hover .group-hover\:to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe;
}

.group:hover .group-hover\:to-fuchsia-300 {
  --tw-gradient-to: #f0abfc;
}

.group:hover .group-hover\:to-fuchsia-400 {
  --tw-gradient-to: #e879f9;
}

.group:hover .group-hover\:to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}

.group:hover .group-hover\:to-fuchsia-600 {
  --tw-gradient-to: #c026d3;
}

.group:hover .group-hover\:to-fuchsia-700 {
  --tw-gradient-to: #a21caf;
}

.group:hover .group-hover\:to-fuchsia-800 {
  --tw-gradient-to: #86198f;
}

.group:hover .group-hover\:to-fuchsia-900 {
  --tw-gradient-to: #701a75;
}

.group:hover .group-hover\:to-purple-50 {
  --tw-gradient-to: #faf5ff;
}

.group:hover .group-hover\:to-purple-100 {
  --tw-gradient-to: #f3e8ff;
}

.group:hover .group-hover\:to-purple-200 {
  --tw-gradient-to: #e9d5ff;
}

.group:hover .group-hover\:to-purple-300 {
  --tw-gradient-to: #d8b4fe;
}

.group:hover .group-hover\:to-purple-400 {
  --tw-gradient-to: #c084fc;
}

.group:hover .group-hover\:to-purple-500 {
  --tw-gradient-to: #a855f7;
}

.group:hover .group-hover\:to-purple-600 {
  --tw-gradient-to: #9333ea;
}

.group:hover .group-hover\:to-purple-700 {
  --tw-gradient-to: #7e22ce;
}

.group:hover .group-hover\:to-purple-800 {
  --tw-gradient-to: #6b21a8;
}

.group:hover .group-hover\:to-purple-900 {
  --tw-gradient-to: #581c87;
}

.group:hover .group-hover\:to-violet-50 {
  --tw-gradient-to: #f5f3ff;
}

.group:hover .group-hover\:to-violet-100 {
  --tw-gradient-to: #ede9fe;
}

.group:hover .group-hover\:to-violet-200 {
  --tw-gradient-to: #ddd6fe;
}

.group:hover .group-hover\:to-violet-300 {
  --tw-gradient-to: #c4b5fd;
}

.group:hover .group-hover\:to-violet-400 {
  --tw-gradient-to: #a78bfa;
}

.group:hover .group-hover\:to-violet-500 {
  --tw-gradient-to: #8b5cf6;
}

.group:hover .group-hover\:to-violet-600 {
  --tw-gradient-to: #7c3aed;
}

.group:hover .group-hover\:to-violet-700 {
  --tw-gradient-to: #6d28d9;
}

.group:hover .group-hover\:to-violet-800 {
  --tw-gradient-to: #5b21b6;
}

.group:hover .group-hover\:to-violet-900 {
  --tw-gradient-to: #4c1d95;
}

.group:hover .group-hover\:to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.group:hover .group-hover\:to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.group:hover .group-hover\:to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.group:hover .group-hover\:to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.group:hover .group-hover\:to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.group:hover .group-hover\:to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.group:hover .group-hover\:to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.group:hover .group-hover\:to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.group:hover .group-hover\:to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.group:hover .group-hover\:to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.group:hover .group-hover\:to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.group:hover .group-hover\:to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.group:hover .group-hover\:to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.group:hover .group-hover\:to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.group:hover .group-hover\:to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.group:hover .group-hover\:to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.group:hover .group-hover\:to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.group:hover .group-hover\:to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.group:hover .group-hover\:to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.group:hover .group-hover\:to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.group:hover .group-hover\:to-lightBlue-50 {
  --tw-gradient-to: #f0f9ff;
}

.group:hover .group-hover\:to-lightBlue-100 {
  --tw-gradient-to: #e0f2fe;
}

.group:hover .group-hover\:to-lightBlue-200 {
  --tw-gradient-to: #bae6fd;
}

.group:hover .group-hover\:to-lightBlue-300 {
  --tw-gradient-to: #7dd3fc;
}

.group:hover .group-hover\:to-lightBlue-400 {
  --tw-gradient-to: #38bdf8;
}

.group:hover .group-hover\:to-lightBlue-500 {
  --tw-gradient-to: #0ea5e9;
}

.group:hover .group-hover\:to-lightBlue-600 {
  --tw-gradient-to: #0284c7;
}

.group:hover .group-hover\:to-lightBlue-700 {
  --tw-gradient-to: #0369a1;
}

.group:hover .group-hover\:to-lightBlue-800 {
  --tw-gradient-to: #075985;
}

.group:hover .group-hover\:to-lightBlue-900 {
  --tw-gradient-to: #0c4a6e;
}

.group:hover .group-hover\:to-cyan-50 {
  --tw-gradient-to: #ecfeff;
}

.group:hover .group-hover\:to-cyan-100 {
  --tw-gradient-to: #cffafe;
}

.group:hover .group-hover\:to-cyan-200 {
  --tw-gradient-to: #a5f3fc;
}

.group:hover .group-hover\:to-cyan-300 {
  --tw-gradient-to: #67e8f9;
}

.group:hover .group-hover\:to-cyan-400 {
  --tw-gradient-to: #22d3ee;
}

.group:hover .group-hover\:to-cyan-500 {
  --tw-gradient-to: #06b6d4;
}

.group:hover .group-hover\:to-cyan-600 {
  --tw-gradient-to: #0891b2;
}

.group:hover .group-hover\:to-cyan-700 {
  --tw-gradient-to: #0e7490;
}

.group:hover .group-hover\:to-cyan-800 {
  --tw-gradient-to: #155e75;
}

.group:hover .group-hover\:to-cyan-900 {
  --tw-gradient-to: #164e63;
}

.group:hover .group-hover\:to-teal-50 {
  --tw-gradient-to: #f0fdfa;
}

.group:hover .group-hover\:to-teal-100 {
  --tw-gradient-to: #ccfbf1;
}

.group:hover .group-hover\:to-teal-200 {
  --tw-gradient-to: #99f6e4;
}

.group:hover .group-hover\:to-teal-300 {
  --tw-gradient-to: #5eead4;
}

.group:hover .group-hover\:to-teal-400 {
  --tw-gradient-to: #2dd4bf;
}

.group:hover .group-hover\:to-teal-500 {
  --tw-gradient-to: #14b8a6;
}

.group:hover .group-hover\:to-teal-600 {
  --tw-gradient-to: #0d9488;
}

.group:hover .group-hover\:to-teal-700 {
  --tw-gradient-to: #0f766e;
}

.group:hover .group-hover\:to-teal-800 {
  --tw-gradient-to: #115e59;
}

.group:hover .group-hover\:to-teal-900 {
  --tw-gradient-to: #134e4a;
}

.group:hover .group-hover\:to-emerald-50 {
  --tw-gradient-to: #ecfdf5;
}

.group:hover .group-hover\:to-emerald-100 {
  --tw-gradient-to: #d1fae5;
}

.group:hover .group-hover\:to-emerald-200 {
  --tw-gradient-to: #a7f3d0;
}

.group:hover .group-hover\:to-emerald-300 {
  --tw-gradient-to: #6ee7b7;
}

.group:hover .group-hover\:to-emerald-400 {
  --tw-gradient-to: #34d399;
}

.group:hover .group-hover\:to-emerald-500 {
  --tw-gradient-to: #10b981;
}

.group:hover .group-hover\:to-emerald-600 {
  --tw-gradient-to: #059669;
}

.group:hover .group-hover\:to-emerald-700 {
  --tw-gradient-to: #047857;
}

.group:hover .group-hover\:to-emerald-800 {
  --tw-gradient-to: #065f46;
}

.group:hover .group-hover\:to-emerald-900 {
  --tw-gradient-to: #064e3b;
}

.group:hover .group-hover\:to-green-50 {
  --tw-gradient-to: #f0fdf4;
}

.group:hover .group-hover\:to-green-100 {
  --tw-gradient-to: #dcfce7;
}

.group:hover .group-hover\:to-green-200 {
  --tw-gradient-to: #bbf7d0;
}

.group:hover .group-hover\:to-green-300 {
  --tw-gradient-to: #86efac;
}

.group:hover .group-hover\:to-green-400 {
  --tw-gradient-to: #4ade80;
}

.group:hover .group-hover\:to-green-500 {
  --tw-gradient-to: #22c55e;
}

.group:hover .group-hover\:to-green-600 {
  --tw-gradient-to: #16a34a;
}

.group:hover .group-hover\:to-green-700 {
  --tw-gradient-to: #15803d;
}

.group:hover .group-hover\:to-green-800 {
  --tw-gradient-to: #166534;
}

.group:hover .group-hover\:to-green-900 {
  --tw-gradient-to: #14532d;
}

.group:hover .group-hover\:to-lime-50 {
  --tw-gradient-to: #f7fee7;
}

.group:hover .group-hover\:to-lime-100 {
  --tw-gradient-to: #ecfccb;
}

.group:hover .group-hover\:to-lime-200 {
  --tw-gradient-to: #d9f99d;
}

.group:hover .group-hover\:to-lime-300 {
  --tw-gradient-to: #bef264;
}

.group:hover .group-hover\:to-lime-400 {
  --tw-gradient-to: #a3e635;
}

.group:hover .group-hover\:to-lime-500 {
  --tw-gradient-to: #84cc16;
}

.group:hover .group-hover\:to-lime-600 {
  --tw-gradient-to: #65a30d;
}

.group:hover .group-hover\:to-lime-700 {
  --tw-gradient-to: #4d7c0f;
}

.group:hover .group-hover\:to-lime-800 {
  --tw-gradient-to: #3f6212;
}

.group:hover .group-hover\:to-lime-900 {
  --tw-gradient-to: #365314;
}

.group:hover .group-hover\:to-yellow-50 {
  --tw-gradient-to: #fefce8;
}

.group:hover .group-hover\:to-yellow-100 {
  --tw-gradient-to: #fef9c3;
}

.group:hover .group-hover\:to-yellow-200 {
  --tw-gradient-to: #fef08a;
}

.group:hover .group-hover\:to-yellow-300 {
  --tw-gradient-to: #fde047;
}

.group:hover .group-hover\:to-yellow-400 {
  --tw-gradient-to: #facc15;
}

.group:hover .group-hover\:to-yellow-500 {
  --tw-gradient-to: #eab308;
}

.group:hover .group-hover\:to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}

.group:hover .group-hover\:to-yellow-700 {
  --tw-gradient-to: #a16207;
}

.group:hover .group-hover\:to-yellow-800 {
  --tw-gradient-to: #854d0e;
}

.group:hover .group-hover\:to-yellow-900 {
  --tw-gradient-to: #713f12;
}

.group:hover .group-hover\:to-amber-50 {
  --tw-gradient-to: #fffbeb;
}

.group:hover .group-hover\:to-amber-100 {
  --tw-gradient-to: #fef3c7;
}

.group:hover .group-hover\:to-amber-200 {
  --tw-gradient-to: #fde68a;
}

.group:hover .group-hover\:to-amber-300 {
  --tw-gradient-to: #fcd34d;
}

.group:hover .group-hover\:to-amber-400 {
  --tw-gradient-to: #fbbf24;
}

.group:hover .group-hover\:to-amber-500 {
  --tw-gradient-to: #f59e0b;
}

.group:hover .group-hover\:to-amber-600 {
  --tw-gradient-to: #d97706;
}

.group:hover .group-hover\:to-amber-700 {
  --tw-gradient-to: #b45309;
}

.group:hover .group-hover\:to-amber-800 {
  --tw-gradient-to: #92400e;
}

.group:hover .group-hover\:to-amber-900 {
  --tw-gradient-to: #78350f;
}

.group:hover .group-hover\:to-orange-50 {
  --tw-gradient-to: #fff7ed;
}

.group:hover .group-hover\:to-orange-100 {
  --tw-gradient-to: #ffedd5;
}

.group:hover .group-hover\:to-orange-200 {
  --tw-gradient-to: #fed7aa;
}

.group:hover .group-hover\:to-orange-300 {
  --tw-gradient-to: #fdba74;
}

.group:hover .group-hover\:to-orange-400 {
  --tw-gradient-to: #fb923c;
}

.group:hover .group-hover\:to-orange-500 {
  --tw-gradient-to: #f97316;
}

.group:hover .group-hover\:to-orange-600 {
  --tw-gradient-to: #ea580c;
}

.group:hover .group-hover\:to-orange-700 {
  --tw-gradient-to: #c2410c;
}

.group:hover .group-hover\:to-orange-800 {
  --tw-gradient-to: #9a3412;
}

.group:hover .group-hover\:to-orange-900 {
  --tw-gradient-to: #7c2d12;
}

.group:hover .group-hover\:to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.group:hover .group-hover\:to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.group:hover .group-hover\:to-red-200 {
  --tw-gradient-to: #fecaca;
}

.group:hover .group-hover\:to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.group:hover .group-hover\:to-red-400 {
  --tw-gradient-to: #f87171;
}

.group:hover .group-hover\:to-red-500 {
  --tw-gradient-to: #ef4444;
}

.group:hover .group-hover\:to-red-600 {
  --tw-gradient-to: #dc2626;
}

.group:hover .group-hover\:to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.group:hover .group-hover\:to-red-800 {
  --tw-gradient-to: #991b1b;
}

.group:hover .group-hover\:to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.group:hover .group-hover\:to-warmGray-50 {
  --tw-gradient-to: #fafaf9;
}

.group:hover .group-hover\:to-warmGray-100 {
  --tw-gradient-to: #f5f5f4;
}

.group:hover .group-hover\:to-warmGray-200 {
  --tw-gradient-to: #e7e5e4;
}

.group:hover .group-hover\:to-warmGray-300 {
  --tw-gradient-to: #d6d3d1;
}

.group:hover .group-hover\:to-warmGray-400 {
  --tw-gradient-to: #a8a29e;
}

.group:hover .group-hover\:to-warmGray-500 {
  --tw-gradient-to: #78716c;
}

.group:hover .group-hover\:to-warmGray-600 {
  --tw-gradient-to: #57534e;
}

.group:hover .group-hover\:to-warmGray-700 {
  --tw-gradient-to: #44403c;
}

.group:hover .group-hover\:to-warmGray-800 {
  --tw-gradient-to: #292524;
}

.group:hover .group-hover\:to-warmGray-900 {
  --tw-gradient-to: #1c1917;
}

.group:hover .group-hover\:to-trueGray-50 {
  --tw-gradient-to: #fafafa;
}

.group:hover .group-hover\:to-trueGray-100 {
  --tw-gradient-to: #f5f5f5;
}

.group:hover .group-hover\:to-trueGray-200 {
  --tw-gradient-to: #e5e5e5;
}

.group:hover .group-hover\:to-trueGray-300 {
  --tw-gradient-to: #d4d4d4;
}

.group:hover .group-hover\:to-trueGray-400 {
  --tw-gradient-to: #a3a3a3;
}

.group:hover .group-hover\:to-trueGray-500 {
  --tw-gradient-to: #737373;
}

.group:hover .group-hover\:to-trueGray-600 {
  --tw-gradient-to: #525252;
}

.group:hover .group-hover\:to-trueGray-700 {
  --tw-gradient-to: #404040;
}

.group:hover .group-hover\:to-trueGray-800 {
  --tw-gradient-to: #262626;
}

.group:hover .group-hover\:to-trueGray-900 {
  --tw-gradient-to: #171717;
}

.group:hover .group-hover\:to-gray-50 {
  --tw-gradient-to: #fafafa;
}

.group:hover .group-hover\:to-gray-100 {
  --tw-gradient-to: #f4f4f5;
}

.group:hover .group-hover\:to-gray-200 {
  --tw-gradient-to: #e4e4e7;
}

.group:hover .group-hover\:to-gray-300 {
  --tw-gradient-to: #d4d4d8;
}

.group:hover .group-hover\:to-gray-400 {
  --tw-gradient-to: #a1a1aa;
}

.group:hover .group-hover\:to-gray-500 {
  --tw-gradient-to: #71717a;
}

.group:hover .group-hover\:to-gray-600 {
  --tw-gradient-to: #52525b;
}

.group:hover .group-hover\:to-gray-700 {
  --tw-gradient-to: #3f3f46;
}

.group:hover .group-hover\:to-gray-800 {
  --tw-gradient-to: #27272a;
}

.group:hover .group-hover\:to-gray-900 {
  --tw-gradient-to: #18181b;
}

.group:hover .group-hover\:to-coolGray-50 {
  --tw-gradient-to: #f9fafb;
}

.group:hover .group-hover\:to-coolGray-100 {
  --tw-gradient-to: #f3f4f6;
}

.group:hover .group-hover\:to-coolGray-200 {
  --tw-gradient-to: #e5e7eb;
}

.group:hover .group-hover\:to-coolGray-300 {
  --tw-gradient-to: #d1d5db;
}

.group:hover .group-hover\:to-coolGray-400 {
  --tw-gradient-to: #9ca3af;
}

.group:hover .group-hover\:to-coolGray-500 {
  --tw-gradient-to: #6b7280;
}

.group:hover .group-hover\:to-coolGray-600 {
  --tw-gradient-to: #4b5563;
}

.group:hover .group-hover\:to-coolGray-700 {
  --tw-gradient-to: #374151;
}

.group:hover .group-hover\:to-coolGray-800 {
  --tw-gradient-to: #1f2937;
}

.group:hover .group-hover\:to-coolGray-900 {
  --tw-gradient-to: #111827;
}

.group:hover .group-hover\:to-blueGray-50 {
  --tw-gradient-to: #f8fafc;
}

.group:hover .group-hover\:to-blueGray-100 {
  --tw-gradient-to: #f1f5f9;
}

.group:hover .group-hover\:to-blueGray-200 {
  --tw-gradient-to: #e2e8f0;
}

.group:hover .group-hover\:to-blueGray-300 {
  --tw-gradient-to: #cbd5e1;
}

.group:hover .group-hover\:to-blueGray-400 {
  --tw-gradient-to: #94a3b8;
}

.group:hover .group-hover\:to-blueGray-500 {
  --tw-gradient-to: #64748b;
}

.group:hover .group-hover\:to-blueGray-600 {
  --tw-gradient-to: #475569;
}

.group:hover .group-hover\:to-blueGray-700 {
  --tw-gradient-to: #334155;
}

.group:hover .group-hover\:to-blueGray-800 {
  --tw-gradient-to: #1e293b;
}

.group:hover .group-hover\:to-blueGray-900 {
  --tw-gradient-to: #0f172a;
}

.group:hover .group-hover\:to-current {
  --tw-gradient-to: current;
}

.group:hover .group-hover\:to-transparent {
  --tw-gradient-to: transparent;
}

.focus-within\:from-black:focus-within {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus-within\:from-white:focus-within {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus-within\:from-rose-50:focus-within {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus-within\:from-rose-100:focus-within {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus-within\:from-rose-200:focus-within {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus-within\:from-rose-300:focus-within {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus-within\:from-rose-400:focus-within {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus-within\:from-rose-500:focus-within {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus-within\:from-rose-600:focus-within {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus-within\:from-rose-700:focus-within {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus-within\:from-rose-800:focus-within {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus-within\:from-rose-900:focus-within {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus-within\:from-pink-50:focus-within {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus-within\:from-pink-100:focus-within {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus-within\:from-pink-200:focus-within {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus-within\:from-pink-300:focus-within {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus-within\:from-pink-400:focus-within {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus-within\:from-pink-500:focus-within {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus-within\:from-pink-600:focus-within {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus-within\:from-pink-700:focus-within {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus-within\:from-pink-800:focus-within {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus-within\:from-pink-900:focus-within {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus-within\:from-fuchsia-50:focus-within {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus-within\:from-fuchsia-100:focus-within {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus-within\:from-fuchsia-200:focus-within {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus-within\:from-fuchsia-300:focus-within {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus-within\:from-fuchsia-400:focus-within {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus-within\:from-fuchsia-500:focus-within {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus-within\:from-fuchsia-600:focus-within {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus-within\:from-fuchsia-700:focus-within {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus-within\:from-fuchsia-800:focus-within {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus-within\:from-fuchsia-900:focus-within {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus-within\:from-purple-50:focus-within {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus-within\:from-purple-100:focus-within {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus-within\:from-purple-200:focus-within {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus-within\:from-purple-300:focus-within {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus-within\:from-purple-400:focus-within {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus-within\:from-purple-500:focus-within {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus-within\:from-purple-600:focus-within {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus-within\:from-purple-700:focus-within {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus-within\:from-purple-800:focus-within {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus-within\:from-purple-900:focus-within {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus-within\:from-violet-50:focus-within {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus-within\:from-violet-100:focus-within {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus-within\:from-violet-200:focus-within {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus-within\:from-violet-300:focus-within {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus-within\:from-violet-400:focus-within {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus-within\:from-violet-500:focus-within {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus-within\:from-violet-600:focus-within {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus-within\:from-violet-700:focus-within {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus-within\:from-violet-800:focus-within {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus-within\:from-violet-900:focus-within {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus-within\:from-indigo-50:focus-within {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus-within\:from-indigo-100:focus-within {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus-within\:from-indigo-200:focus-within {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus-within\:from-indigo-300:focus-within {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus-within\:from-indigo-400:focus-within {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus-within\:from-indigo-500:focus-within {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus-within\:from-indigo-600:focus-within {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus-within\:from-indigo-700:focus-within {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus-within\:from-indigo-800:focus-within {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus-within\:from-indigo-900:focus-within {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus-within\:from-blue-50:focus-within {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus-within\:from-blue-100:focus-within {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus-within\:from-blue-200:focus-within {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus-within\:from-blue-300:focus-within {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus-within\:from-blue-400:focus-within {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus-within\:from-blue-500:focus-within {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus-within\:from-blue-600:focus-within {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus-within\:from-blue-700:focus-within {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus-within\:from-blue-800:focus-within {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus-within\:from-blue-900:focus-within {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus-within\:from-lightBlue-50:focus-within {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus-within\:from-lightBlue-100:focus-within {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus-within\:from-lightBlue-200:focus-within {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus-within\:from-lightBlue-300:focus-within {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus-within\:from-lightBlue-400:focus-within {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus-within\:from-lightBlue-500:focus-within {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus-within\:from-lightBlue-600:focus-within {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus-within\:from-lightBlue-700:focus-within {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus-within\:from-lightBlue-800:focus-within {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus-within\:from-lightBlue-900:focus-within {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus-within\:from-cyan-50:focus-within {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus-within\:from-cyan-100:focus-within {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus-within\:from-cyan-200:focus-within {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus-within\:from-cyan-300:focus-within {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus-within\:from-cyan-400:focus-within {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus-within\:from-cyan-500:focus-within {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus-within\:from-cyan-600:focus-within {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus-within\:from-cyan-700:focus-within {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus-within\:from-cyan-800:focus-within {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus-within\:from-cyan-900:focus-within {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus-within\:from-teal-50:focus-within {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus-within\:from-teal-100:focus-within {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus-within\:from-teal-200:focus-within {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus-within\:from-teal-300:focus-within {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus-within\:from-teal-400:focus-within {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus-within\:from-teal-500:focus-within {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus-within\:from-teal-600:focus-within {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus-within\:from-teal-700:focus-within {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus-within\:from-teal-800:focus-within {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus-within\:from-teal-900:focus-within {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus-within\:from-emerald-50:focus-within {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus-within\:from-emerald-100:focus-within {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus-within\:from-emerald-200:focus-within {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus-within\:from-emerald-300:focus-within {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus-within\:from-emerald-400:focus-within {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus-within\:from-emerald-500:focus-within {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus-within\:from-emerald-600:focus-within {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus-within\:from-emerald-700:focus-within {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus-within\:from-emerald-800:focus-within {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus-within\:from-emerald-900:focus-within {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus-within\:from-green-50:focus-within {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus-within\:from-green-100:focus-within {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus-within\:from-green-200:focus-within {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus-within\:from-green-300:focus-within {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus-within\:from-green-400:focus-within {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus-within\:from-green-500:focus-within {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus-within\:from-green-600:focus-within {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus-within\:from-green-700:focus-within {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus-within\:from-green-800:focus-within {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus-within\:from-green-900:focus-within {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus-within\:from-lime-50:focus-within {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus-within\:from-lime-100:focus-within {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus-within\:from-lime-200:focus-within {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus-within\:from-lime-300:focus-within {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus-within\:from-lime-400:focus-within {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus-within\:from-lime-500:focus-within {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus-within\:from-lime-600:focus-within {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus-within\:from-lime-700:focus-within {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus-within\:from-lime-800:focus-within {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus-within\:from-lime-900:focus-within {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus-within\:from-yellow-50:focus-within {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus-within\:from-yellow-100:focus-within {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus-within\:from-yellow-200:focus-within {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus-within\:from-yellow-300:focus-within {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus-within\:from-yellow-400:focus-within {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus-within\:from-yellow-500:focus-within {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus-within\:from-yellow-600:focus-within {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus-within\:from-yellow-700:focus-within {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus-within\:from-yellow-800:focus-within {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus-within\:from-yellow-900:focus-within {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus-within\:from-amber-50:focus-within {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus-within\:from-amber-100:focus-within {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus-within\:from-amber-200:focus-within {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus-within\:from-amber-300:focus-within {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus-within\:from-amber-400:focus-within {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus-within\:from-amber-500:focus-within {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus-within\:from-amber-600:focus-within {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus-within\:from-amber-700:focus-within {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus-within\:from-amber-800:focus-within {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus-within\:from-amber-900:focus-within {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus-within\:from-orange-50:focus-within {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus-within\:from-orange-100:focus-within {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus-within\:from-orange-200:focus-within {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus-within\:from-orange-300:focus-within {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus-within\:from-orange-400:focus-within {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus-within\:from-orange-500:focus-within {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus-within\:from-orange-600:focus-within {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus-within\:from-orange-700:focus-within {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus-within\:from-orange-800:focus-within {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus-within\:from-orange-900:focus-within {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus-within\:from-red-50:focus-within {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus-within\:from-red-100:focus-within {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus-within\:from-red-200:focus-within {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus-within\:from-red-300:focus-within {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus-within\:from-red-400:focus-within {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus-within\:from-red-500:focus-within {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus-within\:from-red-600:focus-within {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus-within\:from-red-700:focus-within {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus-within\:from-red-800:focus-within {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus-within\:from-red-900:focus-within {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus-within\:from-warmGray-50:focus-within {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus-within\:from-warmGray-100:focus-within {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus-within\:from-warmGray-200:focus-within {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus-within\:from-warmGray-300:focus-within {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus-within\:from-warmGray-400:focus-within {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus-within\:from-warmGray-500:focus-within {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus-within\:from-warmGray-600:focus-within {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus-within\:from-warmGray-700:focus-within {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus-within\:from-warmGray-800:focus-within {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus-within\:from-warmGray-900:focus-within {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus-within\:from-trueGray-50:focus-within {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus-within\:from-trueGray-100:focus-within {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus-within\:from-trueGray-200:focus-within {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus-within\:from-trueGray-300:focus-within {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus-within\:from-trueGray-400:focus-within {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus-within\:from-trueGray-500:focus-within {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus-within\:from-trueGray-600:focus-within {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus-within\:from-trueGray-700:focus-within {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus-within\:from-trueGray-800:focus-within {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus-within\:from-trueGray-900:focus-within {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus-within\:from-gray-50:focus-within {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus-within\:from-gray-100:focus-within {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus-within\:from-gray-200:focus-within {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus-within\:from-gray-300:focus-within {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus-within\:from-gray-400:focus-within {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus-within\:from-gray-500:focus-within {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus-within\:from-gray-600:focus-within {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus-within\:from-gray-700:focus-within {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus-within\:from-gray-800:focus-within {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus-within\:from-gray-900:focus-within {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus-within\:from-coolGray-50:focus-within {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus-within\:from-coolGray-100:focus-within {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus-within\:from-coolGray-200:focus-within {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus-within\:from-coolGray-300:focus-within {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus-within\:from-coolGray-400:focus-within {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus-within\:from-coolGray-500:focus-within {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus-within\:from-coolGray-600:focus-within {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus-within\:from-coolGray-700:focus-within {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus-within\:from-coolGray-800:focus-within {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus-within\:from-coolGray-900:focus-within {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus-within\:from-blueGray-50:focus-within {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus-within\:from-blueGray-100:focus-within {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus-within\:from-blueGray-200:focus-within {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus-within\:from-blueGray-300:focus-within {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus-within\:from-blueGray-400:focus-within {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus-within\:from-blueGray-500:focus-within {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus-within\:from-blueGray-600:focus-within {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus-within\:from-blueGray-700:focus-within {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus-within\:from-blueGray-800:focus-within {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus-within\:from-blueGray-900:focus-within {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus-within\:from-current:focus-within {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus-within\:from-transparent:focus-within {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus-within\:via-black:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus-within\:via-white:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus-within\:via-rose-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus-within\:via-rose-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus-within\:via-rose-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus-within\:via-rose-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus-within\:via-rose-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus-within\:via-rose-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus-within\:via-rose-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus-within\:via-rose-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus-within\:via-rose-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus-within\:via-rose-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus-within\:via-pink-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus-within\:via-pink-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus-within\:via-pink-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus-within\:via-pink-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus-within\:via-pink-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus-within\:via-pink-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus-within\:via-pink-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus-within\:via-pink-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus-within\:via-pink-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus-within\:via-pink-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus-within\:via-fuchsia-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus-within\:via-fuchsia-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus-within\:via-fuchsia-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus-within\:via-fuchsia-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus-within\:via-fuchsia-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus-within\:via-fuchsia-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus-within\:via-fuchsia-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus-within\:via-fuchsia-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus-within\:via-fuchsia-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus-within\:via-fuchsia-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus-within\:via-purple-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus-within\:via-purple-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus-within\:via-purple-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus-within\:via-purple-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus-within\:via-purple-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus-within\:via-purple-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus-within\:via-purple-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus-within\:via-purple-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus-within\:via-purple-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus-within\:via-purple-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus-within\:via-violet-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus-within\:via-violet-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus-within\:via-violet-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus-within\:via-violet-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus-within\:via-violet-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus-within\:via-violet-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus-within\:via-violet-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus-within\:via-violet-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus-within\:via-violet-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus-within\:via-violet-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus-within\:via-indigo-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus-within\:via-indigo-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus-within\:via-indigo-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus-within\:via-indigo-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus-within\:via-indigo-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus-within\:via-indigo-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus-within\:via-indigo-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus-within\:via-indigo-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus-within\:via-indigo-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus-within\:via-indigo-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus-within\:via-blue-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus-within\:via-blue-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus-within\:via-blue-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus-within\:via-blue-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus-within\:via-blue-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus-within\:via-blue-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus-within\:via-blue-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus-within\:via-blue-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus-within\:via-blue-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus-within\:via-blue-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus-within\:via-lightBlue-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus-within\:via-lightBlue-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus-within\:via-lightBlue-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus-within\:via-lightBlue-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus-within\:via-lightBlue-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus-within\:via-lightBlue-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus-within\:via-lightBlue-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus-within\:via-lightBlue-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus-within\:via-lightBlue-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus-within\:via-lightBlue-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus-within\:via-cyan-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus-within\:via-cyan-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus-within\:via-cyan-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus-within\:via-cyan-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus-within\:via-cyan-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus-within\:via-cyan-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus-within\:via-cyan-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus-within\:via-cyan-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus-within\:via-cyan-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus-within\:via-cyan-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus-within\:via-teal-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus-within\:via-teal-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus-within\:via-teal-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus-within\:via-teal-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus-within\:via-teal-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus-within\:via-teal-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus-within\:via-teal-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus-within\:via-teal-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus-within\:via-teal-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus-within\:via-teal-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus-within\:via-emerald-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus-within\:via-emerald-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus-within\:via-emerald-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus-within\:via-emerald-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus-within\:via-emerald-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus-within\:via-emerald-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus-within\:via-emerald-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus-within\:via-emerald-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus-within\:via-emerald-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus-within\:via-emerald-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus-within\:via-green-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus-within\:via-green-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus-within\:via-green-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus-within\:via-green-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus-within\:via-green-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus-within\:via-green-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus-within\:via-green-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus-within\:via-green-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus-within\:via-green-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus-within\:via-green-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus-within\:via-lime-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus-within\:via-lime-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus-within\:via-lime-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus-within\:via-lime-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus-within\:via-lime-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus-within\:via-lime-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus-within\:via-lime-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus-within\:via-lime-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus-within\:via-lime-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus-within\:via-lime-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus-within\:via-yellow-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus-within\:via-yellow-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus-within\:via-yellow-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus-within\:via-yellow-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus-within\:via-yellow-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus-within\:via-yellow-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus-within\:via-yellow-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus-within\:via-yellow-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus-within\:via-yellow-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus-within\:via-yellow-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus-within\:via-amber-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus-within\:via-amber-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus-within\:via-amber-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus-within\:via-amber-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus-within\:via-amber-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus-within\:via-amber-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus-within\:via-amber-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus-within\:via-amber-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus-within\:via-amber-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus-within\:via-amber-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus-within\:via-orange-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus-within\:via-orange-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus-within\:via-orange-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus-within\:via-orange-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus-within\:via-orange-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus-within\:via-orange-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus-within\:via-orange-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus-within\:via-orange-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus-within\:via-orange-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus-within\:via-orange-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus-within\:via-red-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus-within\:via-red-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus-within\:via-red-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus-within\:via-red-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus-within\:via-red-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus-within\:via-red-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus-within\:via-red-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus-within\:via-red-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus-within\:via-red-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus-within\:via-red-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus-within\:via-warmGray-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus-within\:via-warmGray-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus-within\:via-warmGray-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus-within\:via-warmGray-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus-within\:via-warmGray-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus-within\:via-warmGray-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus-within\:via-warmGray-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus-within\:via-warmGray-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus-within\:via-warmGray-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus-within\:via-warmGray-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus-within\:via-trueGray-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus-within\:via-trueGray-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus-within\:via-trueGray-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus-within\:via-trueGray-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus-within\:via-trueGray-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus-within\:via-trueGray-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus-within\:via-trueGray-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus-within\:via-trueGray-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus-within\:via-trueGray-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus-within\:via-trueGray-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus-within\:via-gray-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus-within\:via-gray-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus-within\:via-gray-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus-within\:via-gray-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus-within\:via-gray-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus-within\:via-gray-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus-within\:via-gray-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus-within\:via-gray-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus-within\:via-gray-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus-within\:via-gray-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus-within\:via-coolGray-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus-within\:via-coolGray-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus-within\:via-coolGray-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus-within\:via-coolGray-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus-within\:via-coolGray-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus-within\:via-coolGray-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus-within\:via-coolGray-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus-within\:via-coolGray-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus-within\:via-coolGray-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus-within\:via-coolGray-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus-within\:via-blueGray-50:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus-within\:via-blueGray-100:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus-within\:via-blueGray-200:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus-within\:via-blueGray-300:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus-within\:via-blueGray-400:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus-within\:via-blueGray-500:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus-within\:via-blueGray-600:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus-within\:via-blueGray-700:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus-within\:via-blueGray-800:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus-within\:via-blueGray-900:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus-within\:via-current:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus-within\:via-transparent:focus-within {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus-within\:to-black:focus-within {
  --tw-gradient-to: #000;
}

.focus-within\:to-white:focus-within {
  --tw-gradient-to: #fff;
}

.focus-within\:to-rose-50:focus-within {
  --tw-gradient-to: #fff1f2;
}

.focus-within\:to-rose-100:focus-within {
  --tw-gradient-to: #ffe4e6;
}

.focus-within\:to-rose-200:focus-within {
  --tw-gradient-to: #fecdd3;
}

.focus-within\:to-rose-300:focus-within {
  --tw-gradient-to: #fda4af;
}

.focus-within\:to-rose-400:focus-within {
  --tw-gradient-to: #fb7185;
}

.focus-within\:to-rose-500:focus-within {
  --tw-gradient-to: #f43f5e;
}

.focus-within\:to-rose-600:focus-within {
  --tw-gradient-to: #e11d48;
}

.focus-within\:to-rose-700:focus-within {
  --tw-gradient-to: #be123c;
}

.focus-within\:to-rose-800:focus-within {
  --tw-gradient-to: #9f1239;
}

.focus-within\:to-rose-900:focus-within {
  --tw-gradient-to: #881337;
}

.focus-within\:to-pink-50:focus-within {
  --tw-gradient-to: #fdf2f8;
}

.focus-within\:to-pink-100:focus-within {
  --tw-gradient-to: #fce7f3;
}

.focus-within\:to-pink-200:focus-within {
  --tw-gradient-to: #fbcfe8;
}

.focus-within\:to-pink-300:focus-within {
  --tw-gradient-to: #f9a8d4;
}

.focus-within\:to-pink-400:focus-within {
  --tw-gradient-to: #f472b6;
}

.focus-within\:to-pink-500:focus-within {
  --tw-gradient-to: #ec4899;
}

.focus-within\:to-pink-600:focus-within {
  --tw-gradient-to: #db2777;
}

.focus-within\:to-pink-700:focus-within {
  --tw-gradient-to: #be185d;
}

.focus-within\:to-pink-800:focus-within {
  --tw-gradient-to: #9d174d;
}

.focus-within\:to-pink-900:focus-within {
  --tw-gradient-to: #831843;
}

.focus-within\:to-fuchsia-50:focus-within {
  --tw-gradient-to: #fdf4ff;
}

.focus-within\:to-fuchsia-100:focus-within {
  --tw-gradient-to: #fae8ff;
}

.focus-within\:to-fuchsia-200:focus-within {
  --tw-gradient-to: #f5d0fe;
}

.focus-within\:to-fuchsia-300:focus-within {
  --tw-gradient-to: #f0abfc;
}

.focus-within\:to-fuchsia-400:focus-within {
  --tw-gradient-to: #e879f9;
}

.focus-within\:to-fuchsia-500:focus-within {
  --tw-gradient-to: #d946ef;
}

.focus-within\:to-fuchsia-600:focus-within {
  --tw-gradient-to: #c026d3;
}

.focus-within\:to-fuchsia-700:focus-within {
  --tw-gradient-to: #a21caf;
}

.focus-within\:to-fuchsia-800:focus-within {
  --tw-gradient-to: #86198f;
}

.focus-within\:to-fuchsia-900:focus-within {
  --tw-gradient-to: #701a75;
}

.focus-within\:to-purple-50:focus-within {
  --tw-gradient-to: #faf5ff;
}

.focus-within\:to-purple-100:focus-within {
  --tw-gradient-to: #f3e8ff;
}

.focus-within\:to-purple-200:focus-within {
  --tw-gradient-to: #e9d5ff;
}

.focus-within\:to-purple-300:focus-within {
  --tw-gradient-to: #d8b4fe;
}

.focus-within\:to-purple-400:focus-within {
  --tw-gradient-to: #c084fc;
}

.focus-within\:to-purple-500:focus-within {
  --tw-gradient-to: #a855f7;
}

.focus-within\:to-purple-600:focus-within {
  --tw-gradient-to: #9333ea;
}

.focus-within\:to-purple-700:focus-within {
  --tw-gradient-to: #7e22ce;
}

.focus-within\:to-purple-800:focus-within {
  --tw-gradient-to: #6b21a8;
}

.focus-within\:to-purple-900:focus-within {
  --tw-gradient-to: #581c87;
}

.focus-within\:to-violet-50:focus-within {
  --tw-gradient-to: #f5f3ff;
}

.focus-within\:to-violet-100:focus-within {
  --tw-gradient-to: #ede9fe;
}

.focus-within\:to-violet-200:focus-within {
  --tw-gradient-to: #ddd6fe;
}

.focus-within\:to-violet-300:focus-within {
  --tw-gradient-to: #c4b5fd;
}

.focus-within\:to-violet-400:focus-within {
  --tw-gradient-to: #a78bfa;
}

.focus-within\:to-violet-500:focus-within {
  --tw-gradient-to: #8b5cf6;
}

.focus-within\:to-violet-600:focus-within {
  --tw-gradient-to: #7c3aed;
}

.focus-within\:to-violet-700:focus-within {
  --tw-gradient-to: #6d28d9;
}

.focus-within\:to-violet-800:focus-within {
  --tw-gradient-to: #5b21b6;
}

.focus-within\:to-violet-900:focus-within {
  --tw-gradient-to: #4c1d95;
}

.focus-within\:to-indigo-50:focus-within {
  --tw-gradient-to: #eef2ff;
}

.focus-within\:to-indigo-100:focus-within {
  --tw-gradient-to: #e0e7ff;
}

.focus-within\:to-indigo-200:focus-within {
  --tw-gradient-to: #c7d2fe;
}

.focus-within\:to-indigo-300:focus-within {
  --tw-gradient-to: #a5b4fc;
}

.focus-within\:to-indigo-400:focus-within {
  --tw-gradient-to: #818cf8;
}

.focus-within\:to-indigo-500:focus-within {
  --tw-gradient-to: #6366f1;
}

.focus-within\:to-indigo-600:focus-within {
  --tw-gradient-to: #4f46e5;
}

.focus-within\:to-indigo-700:focus-within {
  --tw-gradient-to: #4338ca;
}

.focus-within\:to-indigo-800:focus-within {
  --tw-gradient-to: #3730a3;
}

.focus-within\:to-indigo-900:focus-within {
  --tw-gradient-to: #312e81;
}

.focus-within\:to-blue-50:focus-within {
  --tw-gradient-to: #eff6ff;
}

.focus-within\:to-blue-100:focus-within {
  --tw-gradient-to: #dbeafe;
}

.focus-within\:to-blue-200:focus-within {
  --tw-gradient-to: #bfdbfe;
}

.focus-within\:to-blue-300:focus-within {
  --tw-gradient-to: #93c5fd;
}

.focus-within\:to-blue-400:focus-within {
  --tw-gradient-to: #60a5fa;
}

.focus-within\:to-blue-500:focus-within {
  --tw-gradient-to: #3b82f6;
}

.focus-within\:to-blue-600:focus-within {
  --tw-gradient-to: #2563eb;
}

.focus-within\:to-blue-700:focus-within {
  --tw-gradient-to: #1d4ed8;
}

.focus-within\:to-blue-800:focus-within {
  --tw-gradient-to: #1e40af;
}

.focus-within\:to-blue-900:focus-within {
  --tw-gradient-to: #1e3a8a;
}

.focus-within\:to-lightBlue-50:focus-within {
  --tw-gradient-to: #f0f9ff;
}

.focus-within\:to-lightBlue-100:focus-within {
  --tw-gradient-to: #e0f2fe;
}

.focus-within\:to-lightBlue-200:focus-within {
  --tw-gradient-to: #bae6fd;
}

.focus-within\:to-lightBlue-300:focus-within {
  --tw-gradient-to: #7dd3fc;
}

.focus-within\:to-lightBlue-400:focus-within {
  --tw-gradient-to: #38bdf8;
}

.focus-within\:to-lightBlue-500:focus-within {
  --tw-gradient-to: #0ea5e9;
}

.focus-within\:to-lightBlue-600:focus-within {
  --tw-gradient-to: #0284c7;
}

.focus-within\:to-lightBlue-700:focus-within {
  --tw-gradient-to: #0369a1;
}

.focus-within\:to-lightBlue-800:focus-within {
  --tw-gradient-to: #075985;
}

.focus-within\:to-lightBlue-900:focus-within {
  --tw-gradient-to: #0c4a6e;
}

.focus-within\:to-cyan-50:focus-within {
  --tw-gradient-to: #ecfeff;
}

.focus-within\:to-cyan-100:focus-within {
  --tw-gradient-to: #cffafe;
}

.focus-within\:to-cyan-200:focus-within {
  --tw-gradient-to: #a5f3fc;
}

.focus-within\:to-cyan-300:focus-within {
  --tw-gradient-to: #67e8f9;
}

.focus-within\:to-cyan-400:focus-within {
  --tw-gradient-to: #22d3ee;
}

.focus-within\:to-cyan-500:focus-within {
  --tw-gradient-to: #06b6d4;
}

.focus-within\:to-cyan-600:focus-within {
  --tw-gradient-to: #0891b2;
}

.focus-within\:to-cyan-700:focus-within {
  --tw-gradient-to: #0e7490;
}

.focus-within\:to-cyan-800:focus-within {
  --tw-gradient-to: #155e75;
}

.focus-within\:to-cyan-900:focus-within {
  --tw-gradient-to: #164e63;
}

.focus-within\:to-teal-50:focus-within {
  --tw-gradient-to: #f0fdfa;
}

.focus-within\:to-teal-100:focus-within {
  --tw-gradient-to: #ccfbf1;
}

.focus-within\:to-teal-200:focus-within {
  --tw-gradient-to: #99f6e4;
}

.focus-within\:to-teal-300:focus-within {
  --tw-gradient-to: #5eead4;
}

.focus-within\:to-teal-400:focus-within {
  --tw-gradient-to: #2dd4bf;
}

.focus-within\:to-teal-500:focus-within {
  --tw-gradient-to: #14b8a6;
}

.focus-within\:to-teal-600:focus-within {
  --tw-gradient-to: #0d9488;
}

.focus-within\:to-teal-700:focus-within {
  --tw-gradient-to: #0f766e;
}

.focus-within\:to-teal-800:focus-within {
  --tw-gradient-to: #115e59;
}

.focus-within\:to-teal-900:focus-within {
  --tw-gradient-to: #134e4a;
}

.focus-within\:to-emerald-50:focus-within {
  --tw-gradient-to: #ecfdf5;
}

.focus-within\:to-emerald-100:focus-within {
  --tw-gradient-to: #d1fae5;
}

.focus-within\:to-emerald-200:focus-within {
  --tw-gradient-to: #a7f3d0;
}

.focus-within\:to-emerald-300:focus-within {
  --tw-gradient-to: #6ee7b7;
}

.focus-within\:to-emerald-400:focus-within {
  --tw-gradient-to: #34d399;
}

.focus-within\:to-emerald-500:focus-within {
  --tw-gradient-to: #10b981;
}

.focus-within\:to-emerald-600:focus-within {
  --tw-gradient-to: #059669;
}

.focus-within\:to-emerald-700:focus-within {
  --tw-gradient-to: #047857;
}

.focus-within\:to-emerald-800:focus-within {
  --tw-gradient-to: #065f46;
}

.focus-within\:to-emerald-900:focus-within {
  --tw-gradient-to: #064e3b;
}

.focus-within\:to-green-50:focus-within {
  --tw-gradient-to: #f0fdf4;
}

.focus-within\:to-green-100:focus-within {
  --tw-gradient-to: #dcfce7;
}

.focus-within\:to-green-200:focus-within {
  --tw-gradient-to: #bbf7d0;
}

.focus-within\:to-green-300:focus-within {
  --tw-gradient-to: #86efac;
}

.focus-within\:to-green-400:focus-within {
  --tw-gradient-to: #4ade80;
}

.focus-within\:to-green-500:focus-within {
  --tw-gradient-to: #22c55e;
}

.focus-within\:to-green-600:focus-within {
  --tw-gradient-to: #16a34a;
}

.focus-within\:to-green-700:focus-within {
  --tw-gradient-to: #15803d;
}

.focus-within\:to-green-800:focus-within {
  --tw-gradient-to: #166534;
}

.focus-within\:to-green-900:focus-within {
  --tw-gradient-to: #14532d;
}

.focus-within\:to-lime-50:focus-within {
  --tw-gradient-to: #f7fee7;
}

.focus-within\:to-lime-100:focus-within {
  --tw-gradient-to: #ecfccb;
}

.focus-within\:to-lime-200:focus-within {
  --tw-gradient-to: #d9f99d;
}

.focus-within\:to-lime-300:focus-within {
  --tw-gradient-to: #bef264;
}

.focus-within\:to-lime-400:focus-within {
  --tw-gradient-to: #a3e635;
}

.focus-within\:to-lime-500:focus-within {
  --tw-gradient-to: #84cc16;
}

.focus-within\:to-lime-600:focus-within {
  --tw-gradient-to: #65a30d;
}

.focus-within\:to-lime-700:focus-within {
  --tw-gradient-to: #4d7c0f;
}

.focus-within\:to-lime-800:focus-within {
  --tw-gradient-to: #3f6212;
}

.focus-within\:to-lime-900:focus-within {
  --tw-gradient-to: #365314;
}

.focus-within\:to-yellow-50:focus-within {
  --tw-gradient-to: #fefce8;
}

.focus-within\:to-yellow-100:focus-within {
  --tw-gradient-to: #fef9c3;
}

.focus-within\:to-yellow-200:focus-within {
  --tw-gradient-to: #fef08a;
}

.focus-within\:to-yellow-300:focus-within {
  --tw-gradient-to: #fde047;
}

.focus-within\:to-yellow-400:focus-within {
  --tw-gradient-to: #facc15;
}

.focus-within\:to-yellow-500:focus-within {
  --tw-gradient-to: #eab308;
}

.focus-within\:to-yellow-600:focus-within {
  --tw-gradient-to: #ca8a04;
}

.focus-within\:to-yellow-700:focus-within {
  --tw-gradient-to: #a16207;
}

.focus-within\:to-yellow-800:focus-within {
  --tw-gradient-to: #854d0e;
}

.focus-within\:to-yellow-900:focus-within {
  --tw-gradient-to: #713f12;
}

.focus-within\:to-amber-50:focus-within {
  --tw-gradient-to: #fffbeb;
}

.focus-within\:to-amber-100:focus-within {
  --tw-gradient-to: #fef3c7;
}

.focus-within\:to-amber-200:focus-within {
  --tw-gradient-to: #fde68a;
}

.focus-within\:to-amber-300:focus-within {
  --tw-gradient-to: #fcd34d;
}

.focus-within\:to-amber-400:focus-within {
  --tw-gradient-to: #fbbf24;
}

.focus-within\:to-amber-500:focus-within {
  --tw-gradient-to: #f59e0b;
}

.focus-within\:to-amber-600:focus-within {
  --tw-gradient-to: #d97706;
}

.focus-within\:to-amber-700:focus-within {
  --tw-gradient-to: #b45309;
}

.focus-within\:to-amber-800:focus-within {
  --tw-gradient-to: #92400e;
}

.focus-within\:to-amber-900:focus-within {
  --tw-gradient-to: #78350f;
}

.focus-within\:to-orange-50:focus-within {
  --tw-gradient-to: #fff7ed;
}

.focus-within\:to-orange-100:focus-within {
  --tw-gradient-to: #ffedd5;
}

.focus-within\:to-orange-200:focus-within {
  --tw-gradient-to: #fed7aa;
}

.focus-within\:to-orange-300:focus-within {
  --tw-gradient-to: #fdba74;
}

.focus-within\:to-orange-400:focus-within {
  --tw-gradient-to: #fb923c;
}

.focus-within\:to-orange-500:focus-within {
  --tw-gradient-to: #f97316;
}

.focus-within\:to-orange-600:focus-within {
  --tw-gradient-to: #ea580c;
}

.focus-within\:to-orange-700:focus-within {
  --tw-gradient-to: #c2410c;
}

.focus-within\:to-orange-800:focus-within {
  --tw-gradient-to: #9a3412;
}

.focus-within\:to-orange-900:focus-within {
  --tw-gradient-to: #7c2d12;
}

.focus-within\:to-red-50:focus-within {
  --tw-gradient-to: #fef2f2;
}

.focus-within\:to-red-100:focus-within {
  --tw-gradient-to: #fee2e2;
}

.focus-within\:to-red-200:focus-within {
  --tw-gradient-to: #fecaca;
}

.focus-within\:to-red-300:focus-within {
  --tw-gradient-to: #fca5a5;
}

.focus-within\:to-red-400:focus-within {
  --tw-gradient-to: #f87171;
}

.focus-within\:to-red-500:focus-within {
  --tw-gradient-to: #ef4444;
}

.focus-within\:to-red-600:focus-within {
  --tw-gradient-to: #dc2626;
}

.focus-within\:to-red-700:focus-within {
  --tw-gradient-to: #b91c1c;
}

.focus-within\:to-red-800:focus-within {
  --tw-gradient-to: #991b1b;
}

.focus-within\:to-red-900:focus-within {
  --tw-gradient-to: #7f1d1d;
}

.focus-within\:to-warmGray-50:focus-within {
  --tw-gradient-to: #fafaf9;
}

.focus-within\:to-warmGray-100:focus-within {
  --tw-gradient-to: #f5f5f4;
}

.focus-within\:to-warmGray-200:focus-within {
  --tw-gradient-to: #e7e5e4;
}

.focus-within\:to-warmGray-300:focus-within {
  --tw-gradient-to: #d6d3d1;
}

.focus-within\:to-warmGray-400:focus-within {
  --tw-gradient-to: #a8a29e;
}

.focus-within\:to-warmGray-500:focus-within {
  --tw-gradient-to: #78716c;
}

.focus-within\:to-warmGray-600:focus-within {
  --tw-gradient-to: #57534e;
}

.focus-within\:to-warmGray-700:focus-within {
  --tw-gradient-to: #44403c;
}

.focus-within\:to-warmGray-800:focus-within {
  --tw-gradient-to: #292524;
}

.focus-within\:to-warmGray-900:focus-within {
  --tw-gradient-to: #1c1917;
}

.focus-within\:to-trueGray-50:focus-within {
  --tw-gradient-to: #fafafa;
}

.focus-within\:to-trueGray-100:focus-within {
  --tw-gradient-to: #f5f5f5;
}

.focus-within\:to-trueGray-200:focus-within {
  --tw-gradient-to: #e5e5e5;
}

.focus-within\:to-trueGray-300:focus-within {
  --tw-gradient-to: #d4d4d4;
}

.focus-within\:to-trueGray-400:focus-within {
  --tw-gradient-to: #a3a3a3;
}

.focus-within\:to-trueGray-500:focus-within {
  --tw-gradient-to: #737373;
}

.focus-within\:to-trueGray-600:focus-within {
  --tw-gradient-to: #525252;
}

.focus-within\:to-trueGray-700:focus-within {
  --tw-gradient-to: #404040;
}

.focus-within\:to-trueGray-800:focus-within {
  --tw-gradient-to: #262626;
}

.focus-within\:to-trueGray-900:focus-within {
  --tw-gradient-to: #171717;
}

.focus-within\:to-gray-50:focus-within {
  --tw-gradient-to: #fafafa;
}

.focus-within\:to-gray-100:focus-within {
  --tw-gradient-to: #f4f4f5;
}

.focus-within\:to-gray-200:focus-within {
  --tw-gradient-to: #e4e4e7;
}

.focus-within\:to-gray-300:focus-within {
  --tw-gradient-to: #d4d4d8;
}

.focus-within\:to-gray-400:focus-within {
  --tw-gradient-to: #a1a1aa;
}

.focus-within\:to-gray-500:focus-within {
  --tw-gradient-to: #71717a;
}

.focus-within\:to-gray-600:focus-within {
  --tw-gradient-to: #52525b;
}

.focus-within\:to-gray-700:focus-within {
  --tw-gradient-to: #3f3f46;
}

.focus-within\:to-gray-800:focus-within {
  --tw-gradient-to: #27272a;
}

.focus-within\:to-gray-900:focus-within {
  --tw-gradient-to: #18181b;
}

.focus-within\:to-coolGray-50:focus-within {
  --tw-gradient-to: #f9fafb;
}

.focus-within\:to-coolGray-100:focus-within {
  --tw-gradient-to: #f3f4f6;
}

.focus-within\:to-coolGray-200:focus-within {
  --tw-gradient-to: #e5e7eb;
}

.focus-within\:to-coolGray-300:focus-within {
  --tw-gradient-to: #d1d5db;
}

.focus-within\:to-coolGray-400:focus-within {
  --tw-gradient-to: #9ca3af;
}

.focus-within\:to-coolGray-500:focus-within {
  --tw-gradient-to: #6b7280;
}

.focus-within\:to-coolGray-600:focus-within {
  --tw-gradient-to: #4b5563;
}

.focus-within\:to-coolGray-700:focus-within {
  --tw-gradient-to: #374151;
}

.focus-within\:to-coolGray-800:focus-within {
  --tw-gradient-to: #1f2937;
}

.focus-within\:to-coolGray-900:focus-within {
  --tw-gradient-to: #111827;
}

.focus-within\:to-blueGray-50:focus-within {
  --tw-gradient-to: #f8fafc;
}

.focus-within\:to-blueGray-100:focus-within {
  --tw-gradient-to: #f1f5f9;
}

.focus-within\:to-blueGray-200:focus-within {
  --tw-gradient-to: #e2e8f0;
}

.focus-within\:to-blueGray-300:focus-within {
  --tw-gradient-to: #cbd5e1;
}

.focus-within\:to-blueGray-400:focus-within {
  --tw-gradient-to: #94a3b8;
}

.focus-within\:to-blueGray-500:focus-within {
  --tw-gradient-to: #64748b;
}

.focus-within\:to-blueGray-600:focus-within {
  --tw-gradient-to: #475569;
}

.focus-within\:to-blueGray-700:focus-within {
  --tw-gradient-to: #334155;
}

.focus-within\:to-blueGray-800:focus-within {
  --tw-gradient-to: #1e293b;
}

.focus-within\:to-blueGray-900:focus-within {
  --tw-gradient-to: #0f172a;
}

.focus-within\:to-current:focus-within {
  --tw-gradient-to: current;
}

.focus-within\:to-transparent:focus-within {
  --tw-gradient-to: transparent;
}

.first\:from-black:first-child {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.first\:from-white:first-child {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.first\:from-rose-50:first-child {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.first\:from-rose-100:first-child {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.first\:from-rose-200:first-child {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.first\:from-rose-300:first-child {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.first\:from-rose-400:first-child {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.first\:from-rose-500:first-child {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.first\:from-rose-600:first-child {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.first\:from-rose-700:first-child {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.first\:from-rose-800:first-child {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.first\:from-rose-900:first-child {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.first\:from-pink-50:first-child {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.first\:from-pink-100:first-child {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.first\:from-pink-200:first-child {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.first\:from-pink-300:first-child {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.first\:from-pink-400:first-child {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.first\:from-pink-500:first-child {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.first\:from-pink-600:first-child {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.first\:from-pink-700:first-child {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.first\:from-pink-800:first-child {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.first\:from-pink-900:first-child {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.first\:from-fuchsia-50:first-child {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.first\:from-fuchsia-100:first-child {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.first\:from-fuchsia-200:first-child {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.first\:from-fuchsia-300:first-child {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.first\:from-fuchsia-400:first-child {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.first\:from-fuchsia-500:first-child {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.first\:from-fuchsia-600:first-child {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.first\:from-fuchsia-700:first-child {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.first\:from-fuchsia-800:first-child {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.first\:from-fuchsia-900:first-child {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.first\:from-purple-50:first-child {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.first\:from-purple-100:first-child {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.first\:from-purple-200:first-child {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.first\:from-purple-300:first-child {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.first\:from-purple-400:first-child {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.first\:from-purple-500:first-child {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.first\:from-purple-600:first-child {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.first\:from-purple-700:first-child {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.first\:from-purple-800:first-child {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.first\:from-purple-900:first-child {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.first\:from-violet-50:first-child {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.first\:from-violet-100:first-child {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.first\:from-violet-200:first-child {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.first\:from-violet-300:first-child {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.first\:from-violet-400:first-child {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.first\:from-violet-500:first-child {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.first\:from-violet-600:first-child {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.first\:from-violet-700:first-child {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.first\:from-violet-800:first-child {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.first\:from-violet-900:first-child {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.first\:from-indigo-50:first-child {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.first\:from-indigo-100:first-child {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.first\:from-indigo-200:first-child {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.first\:from-indigo-300:first-child {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.first\:from-indigo-400:first-child {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.first\:from-indigo-500:first-child {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.first\:from-indigo-600:first-child {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.first\:from-indigo-700:first-child {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.first\:from-indigo-800:first-child {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.first\:from-indigo-900:first-child {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.first\:from-blue-50:first-child {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.first\:from-blue-100:first-child {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.first\:from-blue-200:first-child {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.first\:from-blue-300:first-child {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.first\:from-blue-400:first-child {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.first\:from-blue-500:first-child {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.first\:from-blue-600:first-child {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.first\:from-blue-700:first-child {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.first\:from-blue-800:first-child {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.first\:from-blue-900:first-child {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.first\:from-lightBlue-50:first-child {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.first\:from-lightBlue-100:first-child {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.first\:from-lightBlue-200:first-child {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.first\:from-lightBlue-300:first-child {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.first\:from-lightBlue-400:first-child {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.first\:from-lightBlue-500:first-child {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.first\:from-lightBlue-600:first-child {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.first\:from-lightBlue-700:first-child {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.first\:from-lightBlue-800:first-child {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.first\:from-lightBlue-900:first-child {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.first\:from-cyan-50:first-child {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.first\:from-cyan-100:first-child {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.first\:from-cyan-200:first-child {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.first\:from-cyan-300:first-child {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.first\:from-cyan-400:first-child {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.first\:from-cyan-500:first-child {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.first\:from-cyan-600:first-child {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.first\:from-cyan-700:first-child {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.first\:from-cyan-800:first-child {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.first\:from-cyan-900:first-child {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.first\:from-teal-50:first-child {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.first\:from-teal-100:first-child {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.first\:from-teal-200:first-child {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.first\:from-teal-300:first-child {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.first\:from-teal-400:first-child {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.first\:from-teal-500:first-child {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.first\:from-teal-600:first-child {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.first\:from-teal-700:first-child {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.first\:from-teal-800:first-child {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.first\:from-teal-900:first-child {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.first\:from-emerald-50:first-child {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.first\:from-emerald-100:first-child {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.first\:from-emerald-200:first-child {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.first\:from-emerald-300:first-child {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.first\:from-emerald-400:first-child {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.first\:from-emerald-500:first-child {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.first\:from-emerald-600:first-child {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.first\:from-emerald-700:first-child {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.first\:from-emerald-800:first-child {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.first\:from-emerald-900:first-child {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.first\:from-green-50:first-child {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.first\:from-green-100:first-child {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.first\:from-green-200:first-child {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.first\:from-green-300:first-child {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.first\:from-green-400:first-child {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.first\:from-green-500:first-child {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.first\:from-green-600:first-child {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.first\:from-green-700:first-child {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.first\:from-green-800:first-child {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.first\:from-green-900:first-child {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.first\:from-lime-50:first-child {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.first\:from-lime-100:first-child {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.first\:from-lime-200:first-child {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.first\:from-lime-300:first-child {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.first\:from-lime-400:first-child {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.first\:from-lime-500:first-child {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.first\:from-lime-600:first-child {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.first\:from-lime-700:first-child {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.first\:from-lime-800:first-child {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.first\:from-lime-900:first-child {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.first\:from-yellow-50:first-child {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.first\:from-yellow-100:first-child {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.first\:from-yellow-200:first-child {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.first\:from-yellow-300:first-child {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.first\:from-yellow-400:first-child {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.first\:from-yellow-500:first-child {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.first\:from-yellow-600:first-child {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.first\:from-yellow-700:first-child {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.first\:from-yellow-800:first-child {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.first\:from-yellow-900:first-child {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.first\:from-amber-50:first-child {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.first\:from-amber-100:first-child {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.first\:from-amber-200:first-child {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.first\:from-amber-300:first-child {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.first\:from-amber-400:first-child {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.first\:from-amber-500:first-child {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.first\:from-amber-600:first-child {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.first\:from-amber-700:first-child {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.first\:from-amber-800:first-child {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.first\:from-amber-900:first-child {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.first\:from-orange-50:first-child {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.first\:from-orange-100:first-child {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.first\:from-orange-200:first-child {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.first\:from-orange-300:first-child {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.first\:from-orange-400:first-child {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.first\:from-orange-500:first-child {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.first\:from-orange-600:first-child {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.first\:from-orange-700:first-child {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.first\:from-orange-800:first-child {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.first\:from-orange-900:first-child {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.first\:from-red-50:first-child {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.first\:from-red-100:first-child {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.first\:from-red-200:first-child {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.first\:from-red-300:first-child {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.first\:from-red-400:first-child {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.first\:from-red-500:first-child {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.first\:from-red-600:first-child {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.first\:from-red-700:first-child {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.first\:from-red-800:first-child {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.first\:from-red-900:first-child {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.first\:from-warmGray-50:first-child {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.first\:from-warmGray-100:first-child {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.first\:from-warmGray-200:first-child {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.first\:from-warmGray-300:first-child {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.first\:from-warmGray-400:first-child {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.first\:from-warmGray-500:first-child {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.first\:from-warmGray-600:first-child {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.first\:from-warmGray-700:first-child {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.first\:from-warmGray-800:first-child {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.first\:from-warmGray-900:first-child {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.first\:from-trueGray-50:first-child {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.first\:from-trueGray-100:first-child {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.first\:from-trueGray-200:first-child {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.first\:from-trueGray-300:first-child {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.first\:from-trueGray-400:first-child {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.first\:from-trueGray-500:first-child {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.first\:from-trueGray-600:first-child {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.first\:from-trueGray-700:first-child {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.first\:from-trueGray-800:first-child {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.first\:from-trueGray-900:first-child {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.first\:from-gray-50:first-child {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.first\:from-gray-100:first-child {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.first\:from-gray-200:first-child {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.first\:from-gray-300:first-child {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.first\:from-gray-400:first-child {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.first\:from-gray-500:first-child {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.first\:from-gray-600:first-child {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.first\:from-gray-700:first-child {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.first\:from-gray-800:first-child {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.first\:from-gray-900:first-child {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.first\:from-coolGray-50:first-child {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.first\:from-coolGray-100:first-child {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.first\:from-coolGray-200:first-child {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.first\:from-coolGray-300:first-child {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.first\:from-coolGray-400:first-child {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.first\:from-coolGray-500:first-child {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.first\:from-coolGray-600:first-child {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.first\:from-coolGray-700:first-child {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.first\:from-coolGray-800:first-child {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.first\:from-coolGray-900:first-child {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.first\:from-blueGray-50:first-child {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.first\:from-blueGray-100:first-child {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.first\:from-blueGray-200:first-child {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.first\:from-blueGray-300:first-child {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.first\:from-blueGray-400:first-child {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.first\:from-blueGray-500:first-child {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.first\:from-blueGray-600:first-child {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.first\:from-blueGray-700:first-child {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.first\:from-blueGray-800:first-child {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.first\:from-blueGray-900:first-child {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.first\:from-current:first-child {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.first\:from-transparent:first-child {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.first\:via-black:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.first\:via-white:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.first\:via-rose-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.first\:via-rose-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.first\:via-rose-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.first\:via-rose-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.first\:via-rose-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.first\:via-rose-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.first\:via-rose-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.first\:via-rose-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.first\:via-rose-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.first\:via-rose-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.first\:via-pink-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.first\:via-pink-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.first\:via-pink-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.first\:via-pink-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.first\:via-pink-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.first\:via-pink-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.first\:via-pink-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.first\:via-pink-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.first\:via-pink-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.first\:via-pink-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.first\:via-fuchsia-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.first\:via-fuchsia-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.first\:via-fuchsia-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.first\:via-fuchsia-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.first\:via-fuchsia-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.first\:via-fuchsia-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.first\:via-fuchsia-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.first\:via-fuchsia-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.first\:via-fuchsia-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.first\:via-fuchsia-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.first\:via-purple-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.first\:via-purple-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.first\:via-purple-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.first\:via-purple-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.first\:via-purple-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.first\:via-purple-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.first\:via-purple-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.first\:via-purple-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.first\:via-purple-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.first\:via-purple-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.first\:via-violet-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.first\:via-violet-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.first\:via-violet-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.first\:via-violet-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.first\:via-violet-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.first\:via-violet-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.first\:via-violet-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.first\:via-violet-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.first\:via-violet-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.first\:via-violet-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.first\:via-indigo-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.first\:via-indigo-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.first\:via-indigo-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.first\:via-indigo-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.first\:via-indigo-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.first\:via-indigo-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.first\:via-indigo-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.first\:via-indigo-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.first\:via-indigo-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.first\:via-indigo-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.first\:via-blue-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.first\:via-blue-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.first\:via-blue-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.first\:via-blue-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.first\:via-blue-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.first\:via-blue-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.first\:via-blue-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.first\:via-blue-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.first\:via-blue-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.first\:via-blue-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.first\:via-lightBlue-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.first\:via-lightBlue-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.first\:via-lightBlue-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.first\:via-lightBlue-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.first\:via-lightBlue-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.first\:via-lightBlue-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.first\:via-lightBlue-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.first\:via-lightBlue-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.first\:via-lightBlue-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.first\:via-lightBlue-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.first\:via-cyan-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.first\:via-cyan-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.first\:via-cyan-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.first\:via-cyan-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.first\:via-cyan-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.first\:via-cyan-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.first\:via-cyan-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.first\:via-cyan-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.first\:via-cyan-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.first\:via-cyan-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.first\:via-teal-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.first\:via-teal-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.first\:via-teal-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.first\:via-teal-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.first\:via-teal-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.first\:via-teal-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.first\:via-teal-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.first\:via-teal-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.first\:via-teal-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.first\:via-teal-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.first\:via-emerald-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.first\:via-emerald-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.first\:via-emerald-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.first\:via-emerald-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.first\:via-emerald-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.first\:via-emerald-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.first\:via-emerald-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.first\:via-emerald-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.first\:via-emerald-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.first\:via-emerald-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.first\:via-green-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.first\:via-green-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.first\:via-green-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.first\:via-green-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.first\:via-green-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.first\:via-green-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.first\:via-green-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.first\:via-green-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.first\:via-green-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.first\:via-green-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.first\:via-lime-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.first\:via-lime-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.first\:via-lime-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.first\:via-lime-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.first\:via-lime-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.first\:via-lime-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.first\:via-lime-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.first\:via-lime-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.first\:via-lime-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.first\:via-lime-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.first\:via-yellow-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.first\:via-yellow-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.first\:via-yellow-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.first\:via-yellow-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.first\:via-yellow-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.first\:via-yellow-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.first\:via-yellow-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.first\:via-yellow-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.first\:via-yellow-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.first\:via-yellow-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.first\:via-amber-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.first\:via-amber-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.first\:via-amber-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.first\:via-amber-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.first\:via-amber-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.first\:via-amber-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.first\:via-amber-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.first\:via-amber-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.first\:via-amber-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.first\:via-amber-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.first\:via-orange-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.first\:via-orange-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.first\:via-orange-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.first\:via-orange-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.first\:via-orange-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.first\:via-orange-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.first\:via-orange-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.first\:via-orange-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.first\:via-orange-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.first\:via-orange-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.first\:via-red-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.first\:via-red-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.first\:via-red-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.first\:via-red-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.first\:via-red-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.first\:via-red-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.first\:via-red-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.first\:via-red-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.first\:via-red-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.first\:via-red-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.first\:via-warmGray-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.first\:via-warmGray-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.first\:via-warmGray-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.first\:via-warmGray-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.first\:via-warmGray-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.first\:via-warmGray-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.first\:via-warmGray-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.first\:via-warmGray-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.first\:via-warmGray-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.first\:via-warmGray-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.first\:via-trueGray-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.first\:via-trueGray-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.first\:via-trueGray-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.first\:via-trueGray-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.first\:via-trueGray-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.first\:via-trueGray-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.first\:via-trueGray-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.first\:via-trueGray-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.first\:via-trueGray-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.first\:via-trueGray-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.first\:via-gray-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.first\:via-gray-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.first\:via-gray-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.first\:via-gray-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.first\:via-gray-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.first\:via-gray-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.first\:via-gray-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.first\:via-gray-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.first\:via-gray-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.first\:via-gray-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.first\:via-coolGray-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.first\:via-coolGray-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.first\:via-coolGray-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.first\:via-coolGray-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.first\:via-coolGray-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.first\:via-coolGray-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.first\:via-coolGray-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.first\:via-coolGray-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.first\:via-coolGray-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.first\:via-coolGray-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.first\:via-blueGray-50:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.first\:via-blueGray-100:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.first\:via-blueGray-200:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.first\:via-blueGray-300:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.first\:via-blueGray-400:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.first\:via-blueGray-500:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.first\:via-blueGray-600:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.first\:via-blueGray-700:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.first\:via-blueGray-800:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.first\:via-blueGray-900:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.first\:via-current:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.first\:via-transparent:first-child {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.first\:to-black:first-child {
  --tw-gradient-to: #000;
}

.first\:to-white:first-child {
  --tw-gradient-to: #fff;
}

.first\:to-rose-50:first-child {
  --tw-gradient-to: #fff1f2;
}

.first\:to-rose-100:first-child {
  --tw-gradient-to: #ffe4e6;
}

.first\:to-rose-200:first-child {
  --tw-gradient-to: #fecdd3;
}

.first\:to-rose-300:first-child {
  --tw-gradient-to: #fda4af;
}

.first\:to-rose-400:first-child {
  --tw-gradient-to: #fb7185;
}

.first\:to-rose-500:first-child {
  --tw-gradient-to: #f43f5e;
}

.first\:to-rose-600:first-child {
  --tw-gradient-to: #e11d48;
}

.first\:to-rose-700:first-child {
  --tw-gradient-to: #be123c;
}

.first\:to-rose-800:first-child {
  --tw-gradient-to: #9f1239;
}

.first\:to-rose-900:first-child {
  --tw-gradient-to: #881337;
}

.first\:to-pink-50:first-child {
  --tw-gradient-to: #fdf2f8;
}

.first\:to-pink-100:first-child {
  --tw-gradient-to: #fce7f3;
}

.first\:to-pink-200:first-child {
  --tw-gradient-to: #fbcfe8;
}

.first\:to-pink-300:first-child {
  --tw-gradient-to: #f9a8d4;
}

.first\:to-pink-400:first-child {
  --tw-gradient-to: #f472b6;
}

.first\:to-pink-500:first-child {
  --tw-gradient-to: #ec4899;
}

.first\:to-pink-600:first-child {
  --tw-gradient-to: #db2777;
}

.first\:to-pink-700:first-child {
  --tw-gradient-to: #be185d;
}

.first\:to-pink-800:first-child {
  --tw-gradient-to: #9d174d;
}

.first\:to-pink-900:first-child {
  --tw-gradient-to: #831843;
}

.first\:to-fuchsia-50:first-child {
  --tw-gradient-to: #fdf4ff;
}

.first\:to-fuchsia-100:first-child {
  --tw-gradient-to: #fae8ff;
}

.first\:to-fuchsia-200:first-child {
  --tw-gradient-to: #f5d0fe;
}

.first\:to-fuchsia-300:first-child {
  --tw-gradient-to: #f0abfc;
}

.first\:to-fuchsia-400:first-child {
  --tw-gradient-to: #e879f9;
}

.first\:to-fuchsia-500:first-child {
  --tw-gradient-to: #d946ef;
}

.first\:to-fuchsia-600:first-child {
  --tw-gradient-to: #c026d3;
}

.first\:to-fuchsia-700:first-child {
  --tw-gradient-to: #a21caf;
}

.first\:to-fuchsia-800:first-child {
  --tw-gradient-to: #86198f;
}

.first\:to-fuchsia-900:first-child {
  --tw-gradient-to: #701a75;
}

.first\:to-purple-50:first-child {
  --tw-gradient-to: #faf5ff;
}

.first\:to-purple-100:first-child {
  --tw-gradient-to: #f3e8ff;
}

.first\:to-purple-200:first-child {
  --tw-gradient-to: #e9d5ff;
}

.first\:to-purple-300:first-child {
  --tw-gradient-to: #d8b4fe;
}

.first\:to-purple-400:first-child {
  --tw-gradient-to: #c084fc;
}

.first\:to-purple-500:first-child {
  --tw-gradient-to: #a855f7;
}

.first\:to-purple-600:first-child {
  --tw-gradient-to: #9333ea;
}

.first\:to-purple-700:first-child {
  --tw-gradient-to: #7e22ce;
}

.first\:to-purple-800:first-child {
  --tw-gradient-to: #6b21a8;
}

.first\:to-purple-900:first-child {
  --tw-gradient-to: #581c87;
}

.first\:to-violet-50:first-child {
  --tw-gradient-to: #f5f3ff;
}

.first\:to-violet-100:first-child {
  --tw-gradient-to: #ede9fe;
}

.first\:to-violet-200:first-child {
  --tw-gradient-to: #ddd6fe;
}

.first\:to-violet-300:first-child {
  --tw-gradient-to: #c4b5fd;
}

.first\:to-violet-400:first-child {
  --tw-gradient-to: #a78bfa;
}

.first\:to-violet-500:first-child {
  --tw-gradient-to: #8b5cf6;
}

.first\:to-violet-600:first-child {
  --tw-gradient-to: #7c3aed;
}

.first\:to-violet-700:first-child {
  --tw-gradient-to: #6d28d9;
}

.first\:to-violet-800:first-child {
  --tw-gradient-to: #5b21b6;
}

.first\:to-violet-900:first-child {
  --tw-gradient-to: #4c1d95;
}

.first\:to-indigo-50:first-child {
  --tw-gradient-to: #eef2ff;
}

.first\:to-indigo-100:first-child {
  --tw-gradient-to: #e0e7ff;
}

.first\:to-indigo-200:first-child {
  --tw-gradient-to: #c7d2fe;
}

.first\:to-indigo-300:first-child {
  --tw-gradient-to: #a5b4fc;
}

.first\:to-indigo-400:first-child {
  --tw-gradient-to: #818cf8;
}

.first\:to-indigo-500:first-child {
  --tw-gradient-to: #6366f1;
}

.first\:to-indigo-600:first-child {
  --tw-gradient-to: #4f46e5;
}

.first\:to-indigo-700:first-child {
  --tw-gradient-to: #4338ca;
}

.first\:to-indigo-800:first-child {
  --tw-gradient-to: #3730a3;
}

.first\:to-indigo-900:first-child {
  --tw-gradient-to: #312e81;
}

.first\:to-blue-50:first-child {
  --tw-gradient-to: #eff6ff;
}

.first\:to-blue-100:first-child {
  --tw-gradient-to: #dbeafe;
}

.first\:to-blue-200:first-child {
  --tw-gradient-to: #bfdbfe;
}

.first\:to-blue-300:first-child {
  --tw-gradient-to: #93c5fd;
}

.first\:to-blue-400:first-child {
  --tw-gradient-to: #60a5fa;
}

.first\:to-blue-500:first-child {
  --tw-gradient-to: #3b82f6;
}

.first\:to-blue-600:first-child {
  --tw-gradient-to: #2563eb;
}

.first\:to-blue-700:first-child {
  --tw-gradient-to: #1d4ed8;
}

.first\:to-blue-800:first-child {
  --tw-gradient-to: #1e40af;
}

.first\:to-blue-900:first-child {
  --tw-gradient-to: #1e3a8a;
}

.first\:to-lightBlue-50:first-child {
  --tw-gradient-to: #f0f9ff;
}

.first\:to-lightBlue-100:first-child {
  --tw-gradient-to: #e0f2fe;
}

.first\:to-lightBlue-200:first-child {
  --tw-gradient-to: #bae6fd;
}

.first\:to-lightBlue-300:first-child {
  --tw-gradient-to: #7dd3fc;
}

.first\:to-lightBlue-400:first-child {
  --tw-gradient-to: #38bdf8;
}

.first\:to-lightBlue-500:first-child {
  --tw-gradient-to: #0ea5e9;
}

.first\:to-lightBlue-600:first-child {
  --tw-gradient-to: #0284c7;
}

.first\:to-lightBlue-700:first-child {
  --tw-gradient-to: #0369a1;
}

.first\:to-lightBlue-800:first-child {
  --tw-gradient-to: #075985;
}

.first\:to-lightBlue-900:first-child {
  --tw-gradient-to: #0c4a6e;
}

.first\:to-cyan-50:first-child {
  --tw-gradient-to: #ecfeff;
}

.first\:to-cyan-100:first-child {
  --tw-gradient-to: #cffafe;
}

.first\:to-cyan-200:first-child {
  --tw-gradient-to: #a5f3fc;
}

.first\:to-cyan-300:first-child {
  --tw-gradient-to: #67e8f9;
}

.first\:to-cyan-400:first-child {
  --tw-gradient-to: #22d3ee;
}

.first\:to-cyan-500:first-child {
  --tw-gradient-to: #06b6d4;
}

.first\:to-cyan-600:first-child {
  --tw-gradient-to: #0891b2;
}

.first\:to-cyan-700:first-child {
  --tw-gradient-to: #0e7490;
}

.first\:to-cyan-800:first-child {
  --tw-gradient-to: #155e75;
}

.first\:to-cyan-900:first-child {
  --tw-gradient-to: #164e63;
}

.first\:to-teal-50:first-child {
  --tw-gradient-to: #f0fdfa;
}

.first\:to-teal-100:first-child {
  --tw-gradient-to: #ccfbf1;
}

.first\:to-teal-200:first-child {
  --tw-gradient-to: #99f6e4;
}

.first\:to-teal-300:first-child {
  --tw-gradient-to: #5eead4;
}

.first\:to-teal-400:first-child {
  --tw-gradient-to: #2dd4bf;
}

.first\:to-teal-500:first-child {
  --tw-gradient-to: #14b8a6;
}

.first\:to-teal-600:first-child {
  --tw-gradient-to: #0d9488;
}

.first\:to-teal-700:first-child {
  --tw-gradient-to: #0f766e;
}

.first\:to-teal-800:first-child {
  --tw-gradient-to: #115e59;
}

.first\:to-teal-900:first-child {
  --tw-gradient-to: #134e4a;
}

.first\:to-emerald-50:first-child {
  --tw-gradient-to: #ecfdf5;
}

.first\:to-emerald-100:first-child {
  --tw-gradient-to: #d1fae5;
}

.first\:to-emerald-200:first-child {
  --tw-gradient-to: #a7f3d0;
}

.first\:to-emerald-300:first-child {
  --tw-gradient-to: #6ee7b7;
}

.first\:to-emerald-400:first-child {
  --tw-gradient-to: #34d399;
}

.first\:to-emerald-500:first-child {
  --tw-gradient-to: #10b981;
}

.first\:to-emerald-600:first-child {
  --tw-gradient-to: #059669;
}

.first\:to-emerald-700:first-child {
  --tw-gradient-to: #047857;
}

.first\:to-emerald-800:first-child {
  --tw-gradient-to: #065f46;
}

.first\:to-emerald-900:first-child {
  --tw-gradient-to: #064e3b;
}

.first\:to-green-50:first-child {
  --tw-gradient-to: #f0fdf4;
}

.first\:to-green-100:first-child {
  --tw-gradient-to: #dcfce7;
}

.first\:to-green-200:first-child {
  --tw-gradient-to: #bbf7d0;
}

.first\:to-green-300:first-child {
  --tw-gradient-to: #86efac;
}

.first\:to-green-400:first-child {
  --tw-gradient-to: #4ade80;
}

.first\:to-green-500:first-child {
  --tw-gradient-to: #22c55e;
}

.first\:to-green-600:first-child {
  --tw-gradient-to: #16a34a;
}

.first\:to-green-700:first-child {
  --tw-gradient-to: #15803d;
}

.first\:to-green-800:first-child {
  --tw-gradient-to: #166534;
}

.first\:to-green-900:first-child {
  --tw-gradient-to: #14532d;
}

.first\:to-lime-50:first-child {
  --tw-gradient-to: #f7fee7;
}

.first\:to-lime-100:first-child {
  --tw-gradient-to: #ecfccb;
}

.first\:to-lime-200:first-child {
  --tw-gradient-to: #d9f99d;
}

.first\:to-lime-300:first-child {
  --tw-gradient-to: #bef264;
}

.first\:to-lime-400:first-child {
  --tw-gradient-to: #a3e635;
}

.first\:to-lime-500:first-child {
  --tw-gradient-to: #84cc16;
}

.first\:to-lime-600:first-child {
  --tw-gradient-to: #65a30d;
}

.first\:to-lime-700:first-child {
  --tw-gradient-to: #4d7c0f;
}

.first\:to-lime-800:first-child {
  --tw-gradient-to: #3f6212;
}

.first\:to-lime-900:first-child {
  --tw-gradient-to: #365314;
}

.first\:to-yellow-50:first-child {
  --tw-gradient-to: #fefce8;
}

.first\:to-yellow-100:first-child {
  --tw-gradient-to: #fef9c3;
}

.first\:to-yellow-200:first-child {
  --tw-gradient-to: #fef08a;
}

.first\:to-yellow-300:first-child {
  --tw-gradient-to: #fde047;
}

.first\:to-yellow-400:first-child {
  --tw-gradient-to: #facc15;
}

.first\:to-yellow-500:first-child {
  --tw-gradient-to: #eab308;
}

.first\:to-yellow-600:first-child {
  --tw-gradient-to: #ca8a04;
}

.first\:to-yellow-700:first-child {
  --tw-gradient-to: #a16207;
}

.first\:to-yellow-800:first-child {
  --tw-gradient-to: #854d0e;
}

.first\:to-yellow-900:first-child {
  --tw-gradient-to: #713f12;
}

.first\:to-amber-50:first-child {
  --tw-gradient-to: #fffbeb;
}

.first\:to-amber-100:first-child {
  --tw-gradient-to: #fef3c7;
}

.first\:to-amber-200:first-child {
  --tw-gradient-to: #fde68a;
}

.first\:to-amber-300:first-child {
  --tw-gradient-to: #fcd34d;
}

.first\:to-amber-400:first-child {
  --tw-gradient-to: #fbbf24;
}

.first\:to-amber-500:first-child {
  --tw-gradient-to: #f59e0b;
}

.first\:to-amber-600:first-child {
  --tw-gradient-to: #d97706;
}

.first\:to-amber-700:first-child {
  --tw-gradient-to: #b45309;
}

.first\:to-amber-800:first-child {
  --tw-gradient-to: #92400e;
}

.first\:to-amber-900:first-child {
  --tw-gradient-to: #78350f;
}

.first\:to-orange-50:first-child {
  --tw-gradient-to: #fff7ed;
}

.first\:to-orange-100:first-child {
  --tw-gradient-to: #ffedd5;
}

.first\:to-orange-200:first-child {
  --tw-gradient-to: #fed7aa;
}

.first\:to-orange-300:first-child {
  --tw-gradient-to: #fdba74;
}

.first\:to-orange-400:first-child {
  --tw-gradient-to: #fb923c;
}

.first\:to-orange-500:first-child {
  --tw-gradient-to: #f97316;
}

.first\:to-orange-600:first-child {
  --tw-gradient-to: #ea580c;
}

.first\:to-orange-700:first-child {
  --tw-gradient-to: #c2410c;
}

.first\:to-orange-800:first-child {
  --tw-gradient-to: #9a3412;
}

.first\:to-orange-900:first-child {
  --tw-gradient-to: #7c2d12;
}

.first\:to-red-50:first-child {
  --tw-gradient-to: #fef2f2;
}

.first\:to-red-100:first-child {
  --tw-gradient-to: #fee2e2;
}

.first\:to-red-200:first-child {
  --tw-gradient-to: #fecaca;
}

.first\:to-red-300:first-child {
  --tw-gradient-to: #fca5a5;
}

.first\:to-red-400:first-child {
  --tw-gradient-to: #f87171;
}

.first\:to-red-500:first-child {
  --tw-gradient-to: #ef4444;
}

.first\:to-red-600:first-child {
  --tw-gradient-to: #dc2626;
}

.first\:to-red-700:first-child {
  --tw-gradient-to: #b91c1c;
}

.first\:to-red-800:first-child {
  --tw-gradient-to: #991b1b;
}

.first\:to-red-900:first-child {
  --tw-gradient-to: #7f1d1d;
}

.first\:to-warmGray-50:first-child {
  --tw-gradient-to: #fafaf9;
}

.first\:to-warmGray-100:first-child {
  --tw-gradient-to: #f5f5f4;
}

.first\:to-warmGray-200:first-child {
  --tw-gradient-to: #e7e5e4;
}

.first\:to-warmGray-300:first-child {
  --tw-gradient-to: #d6d3d1;
}

.first\:to-warmGray-400:first-child {
  --tw-gradient-to: #a8a29e;
}

.first\:to-warmGray-500:first-child {
  --tw-gradient-to: #78716c;
}

.first\:to-warmGray-600:first-child {
  --tw-gradient-to: #57534e;
}

.first\:to-warmGray-700:first-child {
  --tw-gradient-to: #44403c;
}

.first\:to-warmGray-800:first-child {
  --tw-gradient-to: #292524;
}

.first\:to-warmGray-900:first-child {
  --tw-gradient-to: #1c1917;
}

.first\:to-trueGray-50:first-child {
  --tw-gradient-to: #fafafa;
}

.first\:to-trueGray-100:first-child {
  --tw-gradient-to: #f5f5f5;
}

.first\:to-trueGray-200:first-child {
  --tw-gradient-to: #e5e5e5;
}

.first\:to-trueGray-300:first-child {
  --tw-gradient-to: #d4d4d4;
}

.first\:to-trueGray-400:first-child {
  --tw-gradient-to: #a3a3a3;
}

.first\:to-trueGray-500:first-child {
  --tw-gradient-to: #737373;
}

.first\:to-trueGray-600:first-child {
  --tw-gradient-to: #525252;
}

.first\:to-trueGray-700:first-child {
  --tw-gradient-to: #404040;
}

.first\:to-trueGray-800:first-child {
  --tw-gradient-to: #262626;
}

.first\:to-trueGray-900:first-child {
  --tw-gradient-to: #171717;
}

.first\:to-gray-50:first-child {
  --tw-gradient-to: #fafafa;
}

.first\:to-gray-100:first-child {
  --tw-gradient-to: #f4f4f5;
}

.first\:to-gray-200:first-child {
  --tw-gradient-to: #e4e4e7;
}

.first\:to-gray-300:first-child {
  --tw-gradient-to: #d4d4d8;
}

.first\:to-gray-400:first-child {
  --tw-gradient-to: #a1a1aa;
}

.first\:to-gray-500:first-child {
  --tw-gradient-to: #71717a;
}

.first\:to-gray-600:first-child {
  --tw-gradient-to: #52525b;
}

.first\:to-gray-700:first-child {
  --tw-gradient-to: #3f3f46;
}

.first\:to-gray-800:first-child {
  --tw-gradient-to: #27272a;
}

.first\:to-gray-900:first-child {
  --tw-gradient-to: #18181b;
}

.first\:to-coolGray-50:first-child {
  --tw-gradient-to: #f9fafb;
}

.first\:to-coolGray-100:first-child {
  --tw-gradient-to: #f3f4f6;
}

.first\:to-coolGray-200:first-child {
  --tw-gradient-to: #e5e7eb;
}

.first\:to-coolGray-300:first-child {
  --tw-gradient-to: #d1d5db;
}

.first\:to-coolGray-400:first-child {
  --tw-gradient-to: #9ca3af;
}

.first\:to-coolGray-500:first-child {
  --tw-gradient-to: #6b7280;
}

.first\:to-coolGray-600:first-child {
  --tw-gradient-to: #4b5563;
}

.first\:to-coolGray-700:first-child {
  --tw-gradient-to: #374151;
}

.first\:to-coolGray-800:first-child {
  --tw-gradient-to: #1f2937;
}

.first\:to-coolGray-900:first-child {
  --tw-gradient-to: #111827;
}

.first\:to-blueGray-50:first-child {
  --tw-gradient-to: #f8fafc;
}

.first\:to-blueGray-100:first-child {
  --tw-gradient-to: #f1f5f9;
}

.first\:to-blueGray-200:first-child {
  --tw-gradient-to: #e2e8f0;
}

.first\:to-blueGray-300:first-child {
  --tw-gradient-to: #cbd5e1;
}

.first\:to-blueGray-400:first-child {
  --tw-gradient-to: #94a3b8;
}

.first\:to-blueGray-500:first-child {
  --tw-gradient-to: #64748b;
}

.first\:to-blueGray-600:first-child {
  --tw-gradient-to: #475569;
}

.first\:to-blueGray-700:first-child {
  --tw-gradient-to: #334155;
}

.first\:to-blueGray-800:first-child {
  --tw-gradient-to: #1e293b;
}

.first\:to-blueGray-900:first-child {
  --tw-gradient-to: #0f172a;
}

.first\:to-current:first-child {
  --tw-gradient-to: current;
}

.first\:to-transparent:first-child {
  --tw-gradient-to: transparent;
}

.last\:from-black:last-child {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.last\:from-white:last-child {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.last\:from-rose-50:last-child {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.last\:from-rose-100:last-child {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.last\:from-rose-200:last-child {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.last\:from-rose-300:last-child {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.last\:from-rose-400:last-child {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.last\:from-rose-500:last-child {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.last\:from-rose-600:last-child {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.last\:from-rose-700:last-child {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.last\:from-rose-800:last-child {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.last\:from-rose-900:last-child {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.last\:from-pink-50:last-child {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.last\:from-pink-100:last-child {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.last\:from-pink-200:last-child {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.last\:from-pink-300:last-child {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.last\:from-pink-400:last-child {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.last\:from-pink-500:last-child {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.last\:from-pink-600:last-child {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.last\:from-pink-700:last-child {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.last\:from-pink-800:last-child {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.last\:from-pink-900:last-child {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.last\:from-fuchsia-50:last-child {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.last\:from-fuchsia-100:last-child {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.last\:from-fuchsia-200:last-child {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.last\:from-fuchsia-300:last-child {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.last\:from-fuchsia-400:last-child {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.last\:from-fuchsia-500:last-child {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.last\:from-fuchsia-600:last-child {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.last\:from-fuchsia-700:last-child {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.last\:from-fuchsia-800:last-child {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.last\:from-fuchsia-900:last-child {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.last\:from-purple-50:last-child {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.last\:from-purple-100:last-child {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.last\:from-purple-200:last-child {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.last\:from-purple-300:last-child {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.last\:from-purple-400:last-child {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.last\:from-purple-500:last-child {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.last\:from-purple-600:last-child {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.last\:from-purple-700:last-child {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.last\:from-purple-800:last-child {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.last\:from-purple-900:last-child {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.last\:from-violet-50:last-child {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.last\:from-violet-100:last-child {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.last\:from-violet-200:last-child {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.last\:from-violet-300:last-child {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.last\:from-violet-400:last-child {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.last\:from-violet-500:last-child {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.last\:from-violet-600:last-child {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.last\:from-violet-700:last-child {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.last\:from-violet-800:last-child {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.last\:from-violet-900:last-child {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.last\:from-indigo-50:last-child {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.last\:from-indigo-100:last-child {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.last\:from-indigo-200:last-child {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.last\:from-indigo-300:last-child {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.last\:from-indigo-400:last-child {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.last\:from-indigo-500:last-child {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.last\:from-indigo-600:last-child {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.last\:from-indigo-700:last-child {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.last\:from-indigo-800:last-child {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.last\:from-indigo-900:last-child {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.last\:from-blue-50:last-child {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.last\:from-blue-100:last-child {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.last\:from-blue-200:last-child {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.last\:from-blue-300:last-child {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.last\:from-blue-400:last-child {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.last\:from-blue-500:last-child {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.last\:from-blue-600:last-child {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.last\:from-blue-700:last-child {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.last\:from-blue-800:last-child {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.last\:from-blue-900:last-child {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.last\:from-lightBlue-50:last-child {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.last\:from-lightBlue-100:last-child {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.last\:from-lightBlue-200:last-child {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.last\:from-lightBlue-300:last-child {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.last\:from-lightBlue-400:last-child {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.last\:from-lightBlue-500:last-child {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.last\:from-lightBlue-600:last-child {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.last\:from-lightBlue-700:last-child {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.last\:from-lightBlue-800:last-child {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.last\:from-lightBlue-900:last-child {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.last\:from-cyan-50:last-child {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.last\:from-cyan-100:last-child {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.last\:from-cyan-200:last-child {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.last\:from-cyan-300:last-child {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.last\:from-cyan-400:last-child {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.last\:from-cyan-500:last-child {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.last\:from-cyan-600:last-child {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.last\:from-cyan-700:last-child {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.last\:from-cyan-800:last-child {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.last\:from-cyan-900:last-child {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.last\:from-teal-50:last-child {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.last\:from-teal-100:last-child {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.last\:from-teal-200:last-child {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.last\:from-teal-300:last-child {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.last\:from-teal-400:last-child {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.last\:from-teal-500:last-child {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.last\:from-teal-600:last-child {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.last\:from-teal-700:last-child {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.last\:from-teal-800:last-child {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.last\:from-teal-900:last-child {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.last\:from-emerald-50:last-child {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.last\:from-emerald-100:last-child {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.last\:from-emerald-200:last-child {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.last\:from-emerald-300:last-child {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.last\:from-emerald-400:last-child {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.last\:from-emerald-500:last-child {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.last\:from-emerald-600:last-child {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.last\:from-emerald-700:last-child {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.last\:from-emerald-800:last-child {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.last\:from-emerald-900:last-child {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.last\:from-green-50:last-child {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.last\:from-green-100:last-child {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.last\:from-green-200:last-child {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.last\:from-green-300:last-child {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.last\:from-green-400:last-child {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.last\:from-green-500:last-child {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.last\:from-green-600:last-child {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.last\:from-green-700:last-child {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.last\:from-green-800:last-child {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.last\:from-green-900:last-child {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.last\:from-lime-50:last-child {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.last\:from-lime-100:last-child {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.last\:from-lime-200:last-child {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.last\:from-lime-300:last-child {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.last\:from-lime-400:last-child {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.last\:from-lime-500:last-child {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.last\:from-lime-600:last-child {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.last\:from-lime-700:last-child {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.last\:from-lime-800:last-child {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.last\:from-lime-900:last-child {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.last\:from-yellow-50:last-child {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.last\:from-yellow-100:last-child {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.last\:from-yellow-200:last-child {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.last\:from-yellow-300:last-child {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.last\:from-yellow-400:last-child {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.last\:from-yellow-500:last-child {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.last\:from-yellow-600:last-child {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.last\:from-yellow-700:last-child {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.last\:from-yellow-800:last-child {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.last\:from-yellow-900:last-child {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.last\:from-amber-50:last-child {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.last\:from-amber-100:last-child {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.last\:from-amber-200:last-child {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.last\:from-amber-300:last-child {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.last\:from-amber-400:last-child {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.last\:from-amber-500:last-child {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.last\:from-amber-600:last-child {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.last\:from-amber-700:last-child {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.last\:from-amber-800:last-child {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.last\:from-amber-900:last-child {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.last\:from-orange-50:last-child {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.last\:from-orange-100:last-child {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.last\:from-orange-200:last-child {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.last\:from-orange-300:last-child {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.last\:from-orange-400:last-child {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.last\:from-orange-500:last-child {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.last\:from-orange-600:last-child {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.last\:from-orange-700:last-child {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.last\:from-orange-800:last-child {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.last\:from-orange-900:last-child {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.last\:from-red-50:last-child {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.last\:from-red-100:last-child {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.last\:from-red-200:last-child {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.last\:from-red-300:last-child {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.last\:from-red-400:last-child {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.last\:from-red-500:last-child {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.last\:from-red-600:last-child {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.last\:from-red-700:last-child {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.last\:from-red-800:last-child {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.last\:from-red-900:last-child {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.last\:from-warmGray-50:last-child {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.last\:from-warmGray-100:last-child {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.last\:from-warmGray-200:last-child {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.last\:from-warmGray-300:last-child {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.last\:from-warmGray-400:last-child {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.last\:from-warmGray-500:last-child {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.last\:from-warmGray-600:last-child {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.last\:from-warmGray-700:last-child {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.last\:from-warmGray-800:last-child {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.last\:from-warmGray-900:last-child {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.last\:from-trueGray-50:last-child {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.last\:from-trueGray-100:last-child {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.last\:from-trueGray-200:last-child {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.last\:from-trueGray-300:last-child {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.last\:from-trueGray-400:last-child {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.last\:from-trueGray-500:last-child {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.last\:from-trueGray-600:last-child {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.last\:from-trueGray-700:last-child {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.last\:from-trueGray-800:last-child {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.last\:from-trueGray-900:last-child {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.last\:from-gray-50:last-child {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.last\:from-gray-100:last-child {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.last\:from-gray-200:last-child {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.last\:from-gray-300:last-child {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.last\:from-gray-400:last-child {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.last\:from-gray-500:last-child {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.last\:from-gray-600:last-child {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.last\:from-gray-700:last-child {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.last\:from-gray-800:last-child {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.last\:from-gray-900:last-child {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.last\:from-coolGray-50:last-child {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.last\:from-coolGray-100:last-child {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.last\:from-coolGray-200:last-child {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.last\:from-coolGray-300:last-child {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.last\:from-coolGray-400:last-child {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.last\:from-coolGray-500:last-child {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.last\:from-coolGray-600:last-child {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.last\:from-coolGray-700:last-child {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.last\:from-coolGray-800:last-child {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.last\:from-coolGray-900:last-child {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.last\:from-blueGray-50:last-child {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.last\:from-blueGray-100:last-child {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.last\:from-blueGray-200:last-child {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.last\:from-blueGray-300:last-child {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.last\:from-blueGray-400:last-child {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.last\:from-blueGray-500:last-child {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.last\:from-blueGray-600:last-child {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.last\:from-blueGray-700:last-child {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.last\:from-blueGray-800:last-child {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.last\:from-blueGray-900:last-child {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.last\:from-current:last-child {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.last\:from-transparent:last-child {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.last\:via-black:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.last\:via-white:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.last\:via-rose-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.last\:via-rose-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.last\:via-rose-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.last\:via-rose-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.last\:via-rose-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.last\:via-rose-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.last\:via-rose-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.last\:via-rose-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.last\:via-rose-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.last\:via-rose-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.last\:via-pink-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.last\:via-pink-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.last\:via-pink-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.last\:via-pink-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.last\:via-pink-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.last\:via-pink-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.last\:via-pink-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.last\:via-pink-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.last\:via-pink-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.last\:via-pink-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.last\:via-fuchsia-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.last\:via-fuchsia-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.last\:via-fuchsia-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.last\:via-fuchsia-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.last\:via-fuchsia-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.last\:via-fuchsia-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.last\:via-fuchsia-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.last\:via-fuchsia-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.last\:via-fuchsia-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.last\:via-fuchsia-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.last\:via-purple-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.last\:via-purple-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.last\:via-purple-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.last\:via-purple-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.last\:via-purple-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.last\:via-purple-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.last\:via-purple-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.last\:via-purple-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.last\:via-purple-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.last\:via-purple-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.last\:via-violet-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.last\:via-violet-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.last\:via-violet-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.last\:via-violet-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.last\:via-violet-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.last\:via-violet-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.last\:via-violet-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.last\:via-violet-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.last\:via-violet-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.last\:via-violet-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.last\:via-indigo-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.last\:via-indigo-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.last\:via-indigo-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.last\:via-indigo-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.last\:via-indigo-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.last\:via-indigo-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.last\:via-indigo-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.last\:via-indigo-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.last\:via-indigo-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.last\:via-indigo-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.last\:via-blue-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.last\:via-blue-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.last\:via-blue-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.last\:via-blue-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.last\:via-blue-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.last\:via-blue-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.last\:via-blue-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.last\:via-blue-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.last\:via-blue-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.last\:via-blue-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.last\:via-lightBlue-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.last\:via-lightBlue-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.last\:via-lightBlue-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.last\:via-lightBlue-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.last\:via-lightBlue-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.last\:via-lightBlue-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.last\:via-lightBlue-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.last\:via-lightBlue-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.last\:via-lightBlue-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.last\:via-lightBlue-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.last\:via-cyan-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.last\:via-cyan-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.last\:via-cyan-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.last\:via-cyan-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.last\:via-cyan-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.last\:via-cyan-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.last\:via-cyan-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.last\:via-cyan-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.last\:via-cyan-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.last\:via-cyan-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.last\:via-teal-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.last\:via-teal-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.last\:via-teal-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.last\:via-teal-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.last\:via-teal-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.last\:via-teal-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.last\:via-teal-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.last\:via-teal-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.last\:via-teal-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.last\:via-teal-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.last\:via-emerald-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.last\:via-emerald-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.last\:via-emerald-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.last\:via-emerald-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.last\:via-emerald-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.last\:via-emerald-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.last\:via-emerald-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.last\:via-emerald-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.last\:via-emerald-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.last\:via-emerald-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.last\:via-green-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.last\:via-green-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.last\:via-green-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.last\:via-green-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.last\:via-green-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.last\:via-green-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.last\:via-green-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.last\:via-green-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.last\:via-green-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.last\:via-green-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.last\:via-lime-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.last\:via-lime-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.last\:via-lime-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.last\:via-lime-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.last\:via-lime-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.last\:via-lime-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.last\:via-lime-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.last\:via-lime-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.last\:via-lime-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.last\:via-lime-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.last\:via-yellow-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.last\:via-yellow-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.last\:via-yellow-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.last\:via-yellow-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.last\:via-yellow-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.last\:via-yellow-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.last\:via-yellow-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.last\:via-yellow-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.last\:via-yellow-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.last\:via-yellow-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.last\:via-amber-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.last\:via-amber-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.last\:via-amber-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.last\:via-amber-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.last\:via-amber-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.last\:via-amber-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.last\:via-amber-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.last\:via-amber-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.last\:via-amber-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.last\:via-amber-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.last\:via-orange-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.last\:via-orange-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.last\:via-orange-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.last\:via-orange-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.last\:via-orange-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.last\:via-orange-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.last\:via-orange-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.last\:via-orange-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.last\:via-orange-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.last\:via-orange-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.last\:via-red-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.last\:via-red-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.last\:via-red-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.last\:via-red-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.last\:via-red-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.last\:via-red-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.last\:via-red-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.last\:via-red-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.last\:via-red-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.last\:via-red-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.last\:via-warmGray-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.last\:via-warmGray-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.last\:via-warmGray-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.last\:via-warmGray-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.last\:via-warmGray-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.last\:via-warmGray-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.last\:via-warmGray-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.last\:via-warmGray-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.last\:via-warmGray-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.last\:via-warmGray-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.last\:via-trueGray-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.last\:via-trueGray-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.last\:via-trueGray-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.last\:via-trueGray-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.last\:via-trueGray-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.last\:via-trueGray-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.last\:via-trueGray-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.last\:via-trueGray-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.last\:via-trueGray-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.last\:via-trueGray-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.last\:via-gray-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.last\:via-gray-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.last\:via-gray-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.last\:via-gray-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.last\:via-gray-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.last\:via-gray-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.last\:via-gray-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.last\:via-gray-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.last\:via-gray-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.last\:via-gray-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.last\:via-coolGray-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.last\:via-coolGray-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.last\:via-coolGray-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.last\:via-coolGray-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.last\:via-coolGray-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.last\:via-coolGray-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.last\:via-coolGray-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.last\:via-coolGray-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.last\:via-coolGray-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.last\:via-coolGray-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.last\:via-blueGray-50:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.last\:via-blueGray-100:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.last\:via-blueGray-200:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.last\:via-blueGray-300:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.last\:via-blueGray-400:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.last\:via-blueGray-500:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.last\:via-blueGray-600:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.last\:via-blueGray-700:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.last\:via-blueGray-800:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.last\:via-blueGray-900:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.last\:via-current:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.last\:via-transparent:last-child {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.last\:to-black:last-child {
  --tw-gradient-to: #000;
}

.last\:to-white:last-child {
  --tw-gradient-to: #fff;
}

.last\:to-rose-50:last-child {
  --tw-gradient-to: #fff1f2;
}

.last\:to-rose-100:last-child {
  --tw-gradient-to: #ffe4e6;
}

.last\:to-rose-200:last-child {
  --tw-gradient-to: #fecdd3;
}

.last\:to-rose-300:last-child {
  --tw-gradient-to: #fda4af;
}

.last\:to-rose-400:last-child {
  --tw-gradient-to: #fb7185;
}

.last\:to-rose-500:last-child {
  --tw-gradient-to: #f43f5e;
}

.last\:to-rose-600:last-child {
  --tw-gradient-to: #e11d48;
}

.last\:to-rose-700:last-child {
  --tw-gradient-to: #be123c;
}

.last\:to-rose-800:last-child {
  --tw-gradient-to: #9f1239;
}

.last\:to-rose-900:last-child {
  --tw-gradient-to: #881337;
}

.last\:to-pink-50:last-child {
  --tw-gradient-to: #fdf2f8;
}

.last\:to-pink-100:last-child {
  --tw-gradient-to: #fce7f3;
}

.last\:to-pink-200:last-child {
  --tw-gradient-to: #fbcfe8;
}

.last\:to-pink-300:last-child {
  --tw-gradient-to: #f9a8d4;
}

.last\:to-pink-400:last-child {
  --tw-gradient-to: #f472b6;
}

.last\:to-pink-500:last-child {
  --tw-gradient-to: #ec4899;
}

.last\:to-pink-600:last-child {
  --tw-gradient-to: #db2777;
}

.last\:to-pink-700:last-child {
  --tw-gradient-to: #be185d;
}

.last\:to-pink-800:last-child {
  --tw-gradient-to: #9d174d;
}

.last\:to-pink-900:last-child {
  --tw-gradient-to: #831843;
}

.last\:to-fuchsia-50:last-child {
  --tw-gradient-to: #fdf4ff;
}

.last\:to-fuchsia-100:last-child {
  --tw-gradient-to: #fae8ff;
}

.last\:to-fuchsia-200:last-child {
  --tw-gradient-to: #f5d0fe;
}

.last\:to-fuchsia-300:last-child {
  --tw-gradient-to: #f0abfc;
}

.last\:to-fuchsia-400:last-child {
  --tw-gradient-to: #e879f9;
}

.last\:to-fuchsia-500:last-child {
  --tw-gradient-to: #d946ef;
}

.last\:to-fuchsia-600:last-child {
  --tw-gradient-to: #c026d3;
}

.last\:to-fuchsia-700:last-child {
  --tw-gradient-to: #a21caf;
}

.last\:to-fuchsia-800:last-child {
  --tw-gradient-to: #86198f;
}

.last\:to-fuchsia-900:last-child {
  --tw-gradient-to: #701a75;
}

.last\:to-purple-50:last-child {
  --tw-gradient-to: #faf5ff;
}

.last\:to-purple-100:last-child {
  --tw-gradient-to: #f3e8ff;
}

.last\:to-purple-200:last-child {
  --tw-gradient-to: #e9d5ff;
}

.last\:to-purple-300:last-child {
  --tw-gradient-to: #d8b4fe;
}

.last\:to-purple-400:last-child {
  --tw-gradient-to: #c084fc;
}

.last\:to-purple-500:last-child {
  --tw-gradient-to: #a855f7;
}

.last\:to-purple-600:last-child {
  --tw-gradient-to: #9333ea;
}

.last\:to-purple-700:last-child {
  --tw-gradient-to: #7e22ce;
}

.last\:to-purple-800:last-child {
  --tw-gradient-to: #6b21a8;
}

.last\:to-purple-900:last-child {
  --tw-gradient-to: #581c87;
}

.last\:to-violet-50:last-child {
  --tw-gradient-to: #f5f3ff;
}

.last\:to-violet-100:last-child {
  --tw-gradient-to: #ede9fe;
}

.last\:to-violet-200:last-child {
  --tw-gradient-to: #ddd6fe;
}

.last\:to-violet-300:last-child {
  --tw-gradient-to: #c4b5fd;
}

.last\:to-violet-400:last-child {
  --tw-gradient-to: #a78bfa;
}

.last\:to-violet-500:last-child {
  --tw-gradient-to: #8b5cf6;
}

.last\:to-violet-600:last-child {
  --tw-gradient-to: #7c3aed;
}

.last\:to-violet-700:last-child {
  --tw-gradient-to: #6d28d9;
}

.last\:to-violet-800:last-child {
  --tw-gradient-to: #5b21b6;
}

.last\:to-violet-900:last-child {
  --tw-gradient-to: #4c1d95;
}

.last\:to-indigo-50:last-child {
  --tw-gradient-to: #eef2ff;
}

.last\:to-indigo-100:last-child {
  --tw-gradient-to: #e0e7ff;
}

.last\:to-indigo-200:last-child {
  --tw-gradient-to: #c7d2fe;
}

.last\:to-indigo-300:last-child {
  --tw-gradient-to: #a5b4fc;
}

.last\:to-indigo-400:last-child {
  --tw-gradient-to: #818cf8;
}

.last\:to-indigo-500:last-child {
  --tw-gradient-to: #6366f1;
}

.last\:to-indigo-600:last-child {
  --tw-gradient-to: #4f46e5;
}

.last\:to-indigo-700:last-child {
  --tw-gradient-to: #4338ca;
}

.last\:to-indigo-800:last-child {
  --tw-gradient-to: #3730a3;
}

.last\:to-indigo-900:last-child {
  --tw-gradient-to: #312e81;
}

.last\:to-blue-50:last-child {
  --tw-gradient-to: #eff6ff;
}

.last\:to-blue-100:last-child {
  --tw-gradient-to: #dbeafe;
}

.last\:to-blue-200:last-child {
  --tw-gradient-to: #bfdbfe;
}

.last\:to-blue-300:last-child {
  --tw-gradient-to: #93c5fd;
}

.last\:to-blue-400:last-child {
  --tw-gradient-to: #60a5fa;
}

.last\:to-blue-500:last-child {
  --tw-gradient-to: #3b82f6;
}

.last\:to-blue-600:last-child {
  --tw-gradient-to: #2563eb;
}

.last\:to-blue-700:last-child {
  --tw-gradient-to: #1d4ed8;
}

.last\:to-blue-800:last-child {
  --tw-gradient-to: #1e40af;
}

.last\:to-blue-900:last-child {
  --tw-gradient-to: #1e3a8a;
}

.last\:to-lightBlue-50:last-child {
  --tw-gradient-to: #f0f9ff;
}

.last\:to-lightBlue-100:last-child {
  --tw-gradient-to: #e0f2fe;
}

.last\:to-lightBlue-200:last-child {
  --tw-gradient-to: #bae6fd;
}

.last\:to-lightBlue-300:last-child {
  --tw-gradient-to: #7dd3fc;
}

.last\:to-lightBlue-400:last-child {
  --tw-gradient-to: #38bdf8;
}

.last\:to-lightBlue-500:last-child {
  --tw-gradient-to: #0ea5e9;
}

.last\:to-lightBlue-600:last-child {
  --tw-gradient-to: #0284c7;
}

.last\:to-lightBlue-700:last-child {
  --tw-gradient-to: #0369a1;
}

.last\:to-lightBlue-800:last-child {
  --tw-gradient-to: #075985;
}

.last\:to-lightBlue-900:last-child {
  --tw-gradient-to: #0c4a6e;
}

.last\:to-cyan-50:last-child {
  --tw-gradient-to: #ecfeff;
}

.last\:to-cyan-100:last-child {
  --tw-gradient-to: #cffafe;
}

.last\:to-cyan-200:last-child {
  --tw-gradient-to: #a5f3fc;
}

.last\:to-cyan-300:last-child {
  --tw-gradient-to: #67e8f9;
}

.last\:to-cyan-400:last-child {
  --tw-gradient-to: #22d3ee;
}

.last\:to-cyan-500:last-child {
  --tw-gradient-to: #06b6d4;
}

.last\:to-cyan-600:last-child {
  --tw-gradient-to: #0891b2;
}

.last\:to-cyan-700:last-child {
  --tw-gradient-to: #0e7490;
}

.last\:to-cyan-800:last-child {
  --tw-gradient-to: #155e75;
}

.last\:to-cyan-900:last-child {
  --tw-gradient-to: #164e63;
}

.last\:to-teal-50:last-child {
  --tw-gradient-to: #f0fdfa;
}

.last\:to-teal-100:last-child {
  --tw-gradient-to: #ccfbf1;
}

.last\:to-teal-200:last-child {
  --tw-gradient-to: #99f6e4;
}

.last\:to-teal-300:last-child {
  --tw-gradient-to: #5eead4;
}

.last\:to-teal-400:last-child {
  --tw-gradient-to: #2dd4bf;
}

.last\:to-teal-500:last-child {
  --tw-gradient-to: #14b8a6;
}

.last\:to-teal-600:last-child {
  --tw-gradient-to: #0d9488;
}

.last\:to-teal-700:last-child {
  --tw-gradient-to: #0f766e;
}

.last\:to-teal-800:last-child {
  --tw-gradient-to: #115e59;
}

.last\:to-teal-900:last-child {
  --tw-gradient-to: #134e4a;
}

.last\:to-emerald-50:last-child {
  --tw-gradient-to: #ecfdf5;
}

.last\:to-emerald-100:last-child {
  --tw-gradient-to: #d1fae5;
}

.last\:to-emerald-200:last-child {
  --tw-gradient-to: #a7f3d0;
}

.last\:to-emerald-300:last-child {
  --tw-gradient-to: #6ee7b7;
}

.last\:to-emerald-400:last-child {
  --tw-gradient-to: #34d399;
}

.last\:to-emerald-500:last-child {
  --tw-gradient-to: #10b981;
}

.last\:to-emerald-600:last-child {
  --tw-gradient-to: #059669;
}

.last\:to-emerald-700:last-child {
  --tw-gradient-to: #047857;
}

.last\:to-emerald-800:last-child {
  --tw-gradient-to: #065f46;
}

.last\:to-emerald-900:last-child {
  --tw-gradient-to: #064e3b;
}

.last\:to-green-50:last-child {
  --tw-gradient-to: #f0fdf4;
}

.last\:to-green-100:last-child {
  --tw-gradient-to: #dcfce7;
}

.last\:to-green-200:last-child {
  --tw-gradient-to: #bbf7d0;
}

.last\:to-green-300:last-child {
  --tw-gradient-to: #86efac;
}

.last\:to-green-400:last-child {
  --tw-gradient-to: #4ade80;
}

.last\:to-green-500:last-child {
  --tw-gradient-to: #22c55e;
}

.last\:to-green-600:last-child {
  --tw-gradient-to: #16a34a;
}

.last\:to-green-700:last-child {
  --tw-gradient-to: #15803d;
}

.last\:to-green-800:last-child {
  --tw-gradient-to: #166534;
}

.last\:to-green-900:last-child {
  --tw-gradient-to: #14532d;
}

.last\:to-lime-50:last-child {
  --tw-gradient-to: #f7fee7;
}

.last\:to-lime-100:last-child {
  --tw-gradient-to: #ecfccb;
}

.last\:to-lime-200:last-child {
  --tw-gradient-to: #d9f99d;
}

.last\:to-lime-300:last-child {
  --tw-gradient-to: #bef264;
}

.last\:to-lime-400:last-child {
  --tw-gradient-to: #a3e635;
}

.last\:to-lime-500:last-child {
  --tw-gradient-to: #84cc16;
}

.last\:to-lime-600:last-child {
  --tw-gradient-to: #65a30d;
}

.last\:to-lime-700:last-child {
  --tw-gradient-to: #4d7c0f;
}

.last\:to-lime-800:last-child {
  --tw-gradient-to: #3f6212;
}

.last\:to-lime-900:last-child {
  --tw-gradient-to: #365314;
}

.last\:to-yellow-50:last-child {
  --tw-gradient-to: #fefce8;
}

.last\:to-yellow-100:last-child {
  --tw-gradient-to: #fef9c3;
}

.last\:to-yellow-200:last-child {
  --tw-gradient-to: #fef08a;
}

.last\:to-yellow-300:last-child {
  --tw-gradient-to: #fde047;
}

.last\:to-yellow-400:last-child {
  --tw-gradient-to: #facc15;
}

.last\:to-yellow-500:last-child {
  --tw-gradient-to: #eab308;
}

.last\:to-yellow-600:last-child {
  --tw-gradient-to: #ca8a04;
}

.last\:to-yellow-700:last-child {
  --tw-gradient-to: #a16207;
}

.last\:to-yellow-800:last-child {
  --tw-gradient-to: #854d0e;
}

.last\:to-yellow-900:last-child {
  --tw-gradient-to: #713f12;
}

.last\:to-amber-50:last-child {
  --tw-gradient-to: #fffbeb;
}

.last\:to-amber-100:last-child {
  --tw-gradient-to: #fef3c7;
}

.last\:to-amber-200:last-child {
  --tw-gradient-to: #fde68a;
}

.last\:to-amber-300:last-child {
  --tw-gradient-to: #fcd34d;
}

.last\:to-amber-400:last-child {
  --tw-gradient-to: #fbbf24;
}

.last\:to-amber-500:last-child {
  --tw-gradient-to: #f59e0b;
}

.last\:to-amber-600:last-child {
  --tw-gradient-to: #d97706;
}

.last\:to-amber-700:last-child {
  --tw-gradient-to: #b45309;
}

.last\:to-amber-800:last-child {
  --tw-gradient-to: #92400e;
}

.last\:to-amber-900:last-child {
  --tw-gradient-to: #78350f;
}

.last\:to-orange-50:last-child {
  --tw-gradient-to: #fff7ed;
}

.last\:to-orange-100:last-child {
  --tw-gradient-to: #ffedd5;
}

.last\:to-orange-200:last-child {
  --tw-gradient-to: #fed7aa;
}

.last\:to-orange-300:last-child {
  --tw-gradient-to: #fdba74;
}

.last\:to-orange-400:last-child {
  --tw-gradient-to: #fb923c;
}

.last\:to-orange-500:last-child {
  --tw-gradient-to: #f97316;
}

.last\:to-orange-600:last-child {
  --tw-gradient-to: #ea580c;
}

.last\:to-orange-700:last-child {
  --tw-gradient-to: #c2410c;
}

.last\:to-orange-800:last-child {
  --tw-gradient-to: #9a3412;
}

.last\:to-orange-900:last-child {
  --tw-gradient-to: #7c2d12;
}

.last\:to-red-50:last-child {
  --tw-gradient-to: #fef2f2;
}

.last\:to-red-100:last-child {
  --tw-gradient-to: #fee2e2;
}

.last\:to-red-200:last-child {
  --tw-gradient-to: #fecaca;
}

.last\:to-red-300:last-child {
  --tw-gradient-to: #fca5a5;
}

.last\:to-red-400:last-child {
  --tw-gradient-to: #f87171;
}

.last\:to-red-500:last-child {
  --tw-gradient-to: #ef4444;
}

.last\:to-red-600:last-child {
  --tw-gradient-to: #dc2626;
}

.last\:to-red-700:last-child {
  --tw-gradient-to: #b91c1c;
}

.last\:to-red-800:last-child {
  --tw-gradient-to: #991b1b;
}

.last\:to-red-900:last-child {
  --tw-gradient-to: #7f1d1d;
}

.last\:to-warmGray-50:last-child {
  --tw-gradient-to: #fafaf9;
}

.last\:to-warmGray-100:last-child {
  --tw-gradient-to: #f5f5f4;
}

.last\:to-warmGray-200:last-child {
  --tw-gradient-to: #e7e5e4;
}

.last\:to-warmGray-300:last-child {
  --tw-gradient-to: #d6d3d1;
}

.last\:to-warmGray-400:last-child {
  --tw-gradient-to: #a8a29e;
}

.last\:to-warmGray-500:last-child {
  --tw-gradient-to: #78716c;
}

.last\:to-warmGray-600:last-child {
  --tw-gradient-to: #57534e;
}

.last\:to-warmGray-700:last-child {
  --tw-gradient-to: #44403c;
}

.last\:to-warmGray-800:last-child {
  --tw-gradient-to: #292524;
}

.last\:to-warmGray-900:last-child {
  --tw-gradient-to: #1c1917;
}

.last\:to-trueGray-50:last-child {
  --tw-gradient-to: #fafafa;
}

.last\:to-trueGray-100:last-child {
  --tw-gradient-to: #f5f5f5;
}

.last\:to-trueGray-200:last-child {
  --tw-gradient-to: #e5e5e5;
}

.last\:to-trueGray-300:last-child {
  --tw-gradient-to: #d4d4d4;
}

.last\:to-trueGray-400:last-child {
  --tw-gradient-to: #a3a3a3;
}

.last\:to-trueGray-500:last-child {
  --tw-gradient-to: #737373;
}

.last\:to-trueGray-600:last-child {
  --tw-gradient-to: #525252;
}

.last\:to-trueGray-700:last-child {
  --tw-gradient-to: #404040;
}

.last\:to-trueGray-800:last-child {
  --tw-gradient-to: #262626;
}

.last\:to-trueGray-900:last-child {
  --tw-gradient-to: #171717;
}

.last\:to-gray-50:last-child {
  --tw-gradient-to: #fafafa;
}

.last\:to-gray-100:last-child {
  --tw-gradient-to: #f4f4f5;
}

.last\:to-gray-200:last-child {
  --tw-gradient-to: #e4e4e7;
}

.last\:to-gray-300:last-child {
  --tw-gradient-to: #d4d4d8;
}

.last\:to-gray-400:last-child {
  --tw-gradient-to: #a1a1aa;
}

.last\:to-gray-500:last-child {
  --tw-gradient-to: #71717a;
}

.last\:to-gray-600:last-child {
  --tw-gradient-to: #52525b;
}

.last\:to-gray-700:last-child {
  --tw-gradient-to: #3f3f46;
}

.last\:to-gray-800:last-child {
  --tw-gradient-to: #27272a;
}

.last\:to-gray-900:last-child {
  --tw-gradient-to: #18181b;
}

.last\:to-coolGray-50:last-child {
  --tw-gradient-to: #f9fafb;
}

.last\:to-coolGray-100:last-child {
  --tw-gradient-to: #f3f4f6;
}

.last\:to-coolGray-200:last-child {
  --tw-gradient-to: #e5e7eb;
}

.last\:to-coolGray-300:last-child {
  --tw-gradient-to: #d1d5db;
}

.last\:to-coolGray-400:last-child {
  --tw-gradient-to: #9ca3af;
}

.last\:to-coolGray-500:last-child {
  --tw-gradient-to: #6b7280;
}

.last\:to-coolGray-600:last-child {
  --tw-gradient-to: #4b5563;
}

.last\:to-coolGray-700:last-child {
  --tw-gradient-to: #374151;
}

.last\:to-coolGray-800:last-child {
  --tw-gradient-to: #1f2937;
}

.last\:to-coolGray-900:last-child {
  --tw-gradient-to: #111827;
}

.last\:to-blueGray-50:last-child {
  --tw-gradient-to: #f8fafc;
}

.last\:to-blueGray-100:last-child {
  --tw-gradient-to: #f1f5f9;
}

.last\:to-blueGray-200:last-child {
  --tw-gradient-to: #e2e8f0;
}

.last\:to-blueGray-300:last-child {
  --tw-gradient-to: #cbd5e1;
}

.last\:to-blueGray-400:last-child {
  --tw-gradient-to: #94a3b8;
}

.last\:to-blueGray-500:last-child {
  --tw-gradient-to: #64748b;
}

.last\:to-blueGray-600:last-child {
  --tw-gradient-to: #475569;
}

.last\:to-blueGray-700:last-child {
  --tw-gradient-to: #334155;
}

.last\:to-blueGray-800:last-child {
  --tw-gradient-to: #1e293b;
}

.last\:to-blueGray-900:last-child {
  --tw-gradient-to: #0f172a;
}

.last\:to-current:last-child {
  --tw-gradient-to: current;
}

.last\:to-transparent:last-child {
  --tw-gradient-to: transparent;
}

.odd\:from-black:nth-child(odd) {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.odd\:from-white:nth-child(odd) {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.odd\:from-rose-50:nth-child(odd) {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.odd\:from-rose-100:nth-child(odd) {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.odd\:from-rose-200:nth-child(odd) {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.odd\:from-rose-300:nth-child(odd) {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.odd\:from-rose-400:nth-child(odd) {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.odd\:from-rose-500:nth-child(odd) {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.odd\:from-rose-600:nth-child(odd) {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.odd\:from-rose-700:nth-child(odd) {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.odd\:from-rose-800:nth-child(odd) {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.odd\:from-rose-900:nth-child(odd) {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.odd\:from-pink-50:nth-child(odd) {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.odd\:from-pink-100:nth-child(odd) {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.odd\:from-pink-200:nth-child(odd) {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.odd\:from-pink-300:nth-child(odd) {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.odd\:from-pink-400:nth-child(odd) {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.odd\:from-pink-500:nth-child(odd) {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.odd\:from-pink-600:nth-child(odd) {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.odd\:from-pink-700:nth-child(odd) {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.odd\:from-pink-800:nth-child(odd) {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.odd\:from-pink-900:nth-child(odd) {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.odd\:from-fuchsia-50:nth-child(odd) {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.odd\:from-fuchsia-100:nth-child(odd) {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.odd\:from-fuchsia-200:nth-child(odd) {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.odd\:from-fuchsia-300:nth-child(odd) {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.odd\:from-fuchsia-400:nth-child(odd) {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.odd\:from-fuchsia-500:nth-child(odd) {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.odd\:from-fuchsia-600:nth-child(odd) {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.odd\:from-fuchsia-700:nth-child(odd) {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.odd\:from-fuchsia-800:nth-child(odd) {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.odd\:from-fuchsia-900:nth-child(odd) {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.odd\:from-purple-50:nth-child(odd) {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.odd\:from-purple-100:nth-child(odd) {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.odd\:from-purple-200:nth-child(odd) {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.odd\:from-purple-300:nth-child(odd) {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.odd\:from-purple-400:nth-child(odd) {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.odd\:from-purple-500:nth-child(odd) {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.odd\:from-purple-600:nth-child(odd) {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.odd\:from-purple-700:nth-child(odd) {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.odd\:from-purple-800:nth-child(odd) {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.odd\:from-purple-900:nth-child(odd) {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.odd\:from-violet-50:nth-child(odd) {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.odd\:from-violet-100:nth-child(odd) {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.odd\:from-violet-200:nth-child(odd) {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.odd\:from-violet-300:nth-child(odd) {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.odd\:from-violet-400:nth-child(odd) {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.odd\:from-violet-500:nth-child(odd) {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.odd\:from-violet-600:nth-child(odd) {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.odd\:from-violet-700:nth-child(odd) {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.odd\:from-violet-800:nth-child(odd) {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.odd\:from-violet-900:nth-child(odd) {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.odd\:from-indigo-50:nth-child(odd) {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.odd\:from-indigo-100:nth-child(odd) {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.odd\:from-indigo-200:nth-child(odd) {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.odd\:from-indigo-300:nth-child(odd) {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.odd\:from-indigo-400:nth-child(odd) {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.odd\:from-indigo-500:nth-child(odd) {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.odd\:from-indigo-600:nth-child(odd) {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.odd\:from-indigo-700:nth-child(odd) {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.odd\:from-indigo-800:nth-child(odd) {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.odd\:from-indigo-900:nth-child(odd) {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.odd\:from-blue-50:nth-child(odd) {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.odd\:from-blue-100:nth-child(odd) {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.odd\:from-blue-200:nth-child(odd) {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.odd\:from-blue-300:nth-child(odd) {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.odd\:from-blue-400:nth-child(odd) {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.odd\:from-blue-500:nth-child(odd) {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.odd\:from-blue-600:nth-child(odd) {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.odd\:from-blue-700:nth-child(odd) {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.odd\:from-blue-800:nth-child(odd) {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.odd\:from-blue-900:nth-child(odd) {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.odd\:from-lightBlue-50:nth-child(odd) {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.odd\:from-lightBlue-100:nth-child(odd) {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.odd\:from-lightBlue-200:nth-child(odd) {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.odd\:from-lightBlue-300:nth-child(odd) {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.odd\:from-lightBlue-400:nth-child(odd) {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.odd\:from-lightBlue-500:nth-child(odd) {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.odd\:from-lightBlue-600:nth-child(odd) {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.odd\:from-lightBlue-700:nth-child(odd) {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.odd\:from-lightBlue-800:nth-child(odd) {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.odd\:from-lightBlue-900:nth-child(odd) {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.odd\:from-cyan-50:nth-child(odd) {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.odd\:from-cyan-100:nth-child(odd) {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.odd\:from-cyan-200:nth-child(odd) {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.odd\:from-cyan-300:nth-child(odd) {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.odd\:from-cyan-400:nth-child(odd) {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.odd\:from-cyan-500:nth-child(odd) {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.odd\:from-cyan-600:nth-child(odd) {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.odd\:from-cyan-700:nth-child(odd) {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.odd\:from-cyan-800:nth-child(odd) {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.odd\:from-cyan-900:nth-child(odd) {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.odd\:from-teal-50:nth-child(odd) {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.odd\:from-teal-100:nth-child(odd) {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.odd\:from-teal-200:nth-child(odd) {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.odd\:from-teal-300:nth-child(odd) {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.odd\:from-teal-400:nth-child(odd) {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.odd\:from-teal-500:nth-child(odd) {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.odd\:from-teal-600:nth-child(odd) {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.odd\:from-teal-700:nth-child(odd) {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.odd\:from-teal-800:nth-child(odd) {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.odd\:from-teal-900:nth-child(odd) {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.odd\:from-emerald-50:nth-child(odd) {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.odd\:from-emerald-100:nth-child(odd) {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.odd\:from-emerald-200:nth-child(odd) {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.odd\:from-emerald-300:nth-child(odd) {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.odd\:from-emerald-400:nth-child(odd) {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.odd\:from-emerald-500:nth-child(odd) {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.odd\:from-emerald-600:nth-child(odd) {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.odd\:from-emerald-700:nth-child(odd) {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.odd\:from-emerald-800:nth-child(odd) {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.odd\:from-emerald-900:nth-child(odd) {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.odd\:from-green-50:nth-child(odd) {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.odd\:from-green-100:nth-child(odd) {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.odd\:from-green-200:nth-child(odd) {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.odd\:from-green-300:nth-child(odd) {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.odd\:from-green-400:nth-child(odd) {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.odd\:from-green-500:nth-child(odd) {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.odd\:from-green-600:nth-child(odd) {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.odd\:from-green-700:nth-child(odd) {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.odd\:from-green-800:nth-child(odd) {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.odd\:from-green-900:nth-child(odd) {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.odd\:from-lime-50:nth-child(odd) {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.odd\:from-lime-100:nth-child(odd) {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.odd\:from-lime-200:nth-child(odd) {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.odd\:from-lime-300:nth-child(odd) {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.odd\:from-lime-400:nth-child(odd) {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.odd\:from-lime-500:nth-child(odd) {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.odd\:from-lime-600:nth-child(odd) {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.odd\:from-lime-700:nth-child(odd) {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.odd\:from-lime-800:nth-child(odd) {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.odd\:from-lime-900:nth-child(odd) {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.odd\:from-yellow-50:nth-child(odd) {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.odd\:from-yellow-100:nth-child(odd) {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.odd\:from-yellow-200:nth-child(odd) {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.odd\:from-yellow-300:nth-child(odd) {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.odd\:from-yellow-400:nth-child(odd) {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.odd\:from-yellow-500:nth-child(odd) {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.odd\:from-yellow-600:nth-child(odd) {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.odd\:from-yellow-700:nth-child(odd) {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.odd\:from-yellow-800:nth-child(odd) {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.odd\:from-yellow-900:nth-child(odd) {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.odd\:from-amber-50:nth-child(odd) {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.odd\:from-amber-100:nth-child(odd) {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.odd\:from-amber-200:nth-child(odd) {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.odd\:from-amber-300:nth-child(odd) {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.odd\:from-amber-400:nth-child(odd) {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.odd\:from-amber-500:nth-child(odd) {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.odd\:from-amber-600:nth-child(odd) {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.odd\:from-amber-700:nth-child(odd) {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.odd\:from-amber-800:nth-child(odd) {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.odd\:from-amber-900:nth-child(odd) {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.odd\:from-orange-50:nth-child(odd) {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.odd\:from-orange-100:nth-child(odd) {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.odd\:from-orange-200:nth-child(odd) {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.odd\:from-orange-300:nth-child(odd) {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.odd\:from-orange-400:nth-child(odd) {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.odd\:from-orange-500:nth-child(odd) {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.odd\:from-orange-600:nth-child(odd) {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.odd\:from-orange-700:nth-child(odd) {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.odd\:from-orange-800:nth-child(odd) {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.odd\:from-orange-900:nth-child(odd) {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.odd\:from-red-50:nth-child(odd) {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.odd\:from-red-100:nth-child(odd) {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.odd\:from-red-200:nth-child(odd) {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.odd\:from-red-300:nth-child(odd) {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.odd\:from-red-400:nth-child(odd) {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.odd\:from-red-500:nth-child(odd) {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.odd\:from-red-600:nth-child(odd) {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.odd\:from-red-700:nth-child(odd) {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.odd\:from-red-800:nth-child(odd) {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.odd\:from-red-900:nth-child(odd) {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.odd\:from-warmGray-50:nth-child(odd) {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.odd\:from-warmGray-100:nth-child(odd) {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.odd\:from-warmGray-200:nth-child(odd) {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.odd\:from-warmGray-300:nth-child(odd) {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.odd\:from-warmGray-400:nth-child(odd) {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.odd\:from-warmGray-500:nth-child(odd) {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.odd\:from-warmGray-600:nth-child(odd) {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.odd\:from-warmGray-700:nth-child(odd) {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.odd\:from-warmGray-800:nth-child(odd) {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.odd\:from-warmGray-900:nth-child(odd) {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.odd\:from-trueGray-50:nth-child(odd) {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.odd\:from-trueGray-100:nth-child(odd) {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.odd\:from-trueGray-200:nth-child(odd) {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.odd\:from-trueGray-300:nth-child(odd) {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.odd\:from-trueGray-400:nth-child(odd) {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.odd\:from-trueGray-500:nth-child(odd) {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.odd\:from-trueGray-600:nth-child(odd) {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.odd\:from-trueGray-700:nth-child(odd) {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.odd\:from-trueGray-800:nth-child(odd) {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.odd\:from-trueGray-900:nth-child(odd) {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.odd\:from-gray-50:nth-child(odd) {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.odd\:from-gray-100:nth-child(odd) {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.odd\:from-gray-200:nth-child(odd) {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.odd\:from-gray-300:nth-child(odd) {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.odd\:from-gray-400:nth-child(odd) {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.odd\:from-gray-500:nth-child(odd) {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.odd\:from-gray-600:nth-child(odd) {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.odd\:from-gray-700:nth-child(odd) {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.odd\:from-gray-800:nth-child(odd) {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.odd\:from-gray-900:nth-child(odd) {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.odd\:from-coolGray-50:nth-child(odd) {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.odd\:from-coolGray-100:nth-child(odd) {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.odd\:from-coolGray-200:nth-child(odd) {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.odd\:from-coolGray-300:nth-child(odd) {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.odd\:from-coolGray-400:nth-child(odd) {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.odd\:from-coolGray-500:nth-child(odd) {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.odd\:from-coolGray-600:nth-child(odd) {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.odd\:from-coolGray-700:nth-child(odd) {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.odd\:from-coolGray-800:nth-child(odd) {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.odd\:from-coolGray-900:nth-child(odd) {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.odd\:from-blueGray-50:nth-child(odd) {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.odd\:from-blueGray-100:nth-child(odd) {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.odd\:from-blueGray-200:nth-child(odd) {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.odd\:from-blueGray-300:nth-child(odd) {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.odd\:from-blueGray-400:nth-child(odd) {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.odd\:from-blueGray-500:nth-child(odd) {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.odd\:from-blueGray-600:nth-child(odd) {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.odd\:from-blueGray-700:nth-child(odd) {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.odd\:from-blueGray-800:nth-child(odd) {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.odd\:from-blueGray-900:nth-child(odd) {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.odd\:from-current:nth-child(odd) {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.odd\:from-transparent:nth-child(odd) {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.odd\:via-black:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.odd\:via-white:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.odd\:via-rose-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.odd\:via-rose-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.odd\:via-rose-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.odd\:via-rose-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.odd\:via-rose-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.odd\:via-rose-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.odd\:via-rose-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.odd\:via-rose-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.odd\:via-rose-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.odd\:via-rose-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.odd\:via-pink-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.odd\:via-pink-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.odd\:via-pink-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.odd\:via-pink-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.odd\:via-pink-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.odd\:via-pink-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.odd\:via-pink-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.odd\:via-pink-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.odd\:via-pink-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.odd\:via-pink-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.odd\:via-fuchsia-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.odd\:via-fuchsia-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.odd\:via-fuchsia-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.odd\:via-fuchsia-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.odd\:via-fuchsia-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.odd\:via-fuchsia-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.odd\:via-fuchsia-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.odd\:via-fuchsia-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.odd\:via-fuchsia-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.odd\:via-fuchsia-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.odd\:via-purple-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.odd\:via-purple-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.odd\:via-purple-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.odd\:via-purple-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.odd\:via-purple-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.odd\:via-purple-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.odd\:via-purple-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.odd\:via-purple-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.odd\:via-purple-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.odd\:via-purple-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.odd\:via-violet-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.odd\:via-violet-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.odd\:via-violet-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.odd\:via-violet-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.odd\:via-violet-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.odd\:via-violet-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.odd\:via-violet-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.odd\:via-violet-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.odd\:via-violet-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.odd\:via-violet-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.odd\:via-indigo-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.odd\:via-indigo-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.odd\:via-indigo-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.odd\:via-indigo-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.odd\:via-indigo-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.odd\:via-indigo-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.odd\:via-indigo-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.odd\:via-indigo-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.odd\:via-indigo-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.odd\:via-indigo-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.odd\:via-blue-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.odd\:via-blue-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.odd\:via-blue-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.odd\:via-blue-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.odd\:via-blue-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.odd\:via-blue-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.odd\:via-blue-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.odd\:via-blue-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.odd\:via-blue-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.odd\:via-blue-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.odd\:via-lightBlue-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.odd\:via-lightBlue-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.odd\:via-lightBlue-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.odd\:via-lightBlue-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.odd\:via-lightBlue-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.odd\:via-lightBlue-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.odd\:via-lightBlue-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.odd\:via-lightBlue-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.odd\:via-lightBlue-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.odd\:via-lightBlue-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.odd\:via-cyan-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.odd\:via-cyan-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.odd\:via-cyan-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.odd\:via-cyan-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.odd\:via-cyan-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.odd\:via-cyan-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.odd\:via-cyan-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.odd\:via-cyan-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.odd\:via-cyan-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.odd\:via-cyan-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.odd\:via-teal-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.odd\:via-teal-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.odd\:via-teal-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.odd\:via-teal-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.odd\:via-teal-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.odd\:via-teal-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.odd\:via-teal-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.odd\:via-teal-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.odd\:via-teal-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.odd\:via-teal-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.odd\:via-emerald-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.odd\:via-emerald-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.odd\:via-emerald-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.odd\:via-emerald-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.odd\:via-emerald-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.odd\:via-emerald-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.odd\:via-emerald-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.odd\:via-emerald-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.odd\:via-emerald-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.odd\:via-emerald-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.odd\:via-green-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.odd\:via-green-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.odd\:via-green-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.odd\:via-green-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.odd\:via-green-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.odd\:via-green-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.odd\:via-green-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.odd\:via-green-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.odd\:via-green-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.odd\:via-green-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.odd\:via-lime-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.odd\:via-lime-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.odd\:via-lime-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.odd\:via-lime-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.odd\:via-lime-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.odd\:via-lime-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.odd\:via-lime-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.odd\:via-lime-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.odd\:via-lime-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.odd\:via-lime-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.odd\:via-yellow-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.odd\:via-yellow-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.odd\:via-yellow-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.odd\:via-yellow-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.odd\:via-yellow-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.odd\:via-yellow-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.odd\:via-yellow-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.odd\:via-yellow-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.odd\:via-yellow-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.odd\:via-yellow-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.odd\:via-amber-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.odd\:via-amber-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.odd\:via-amber-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.odd\:via-amber-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.odd\:via-amber-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.odd\:via-amber-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.odd\:via-amber-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.odd\:via-amber-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.odd\:via-amber-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.odd\:via-amber-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.odd\:via-orange-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.odd\:via-orange-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.odd\:via-orange-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.odd\:via-orange-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.odd\:via-orange-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.odd\:via-orange-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.odd\:via-orange-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.odd\:via-orange-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.odd\:via-orange-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.odd\:via-orange-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.odd\:via-red-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.odd\:via-red-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.odd\:via-red-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.odd\:via-red-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.odd\:via-red-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.odd\:via-red-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.odd\:via-red-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.odd\:via-red-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.odd\:via-red-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.odd\:via-red-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.odd\:via-warmGray-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.odd\:via-warmGray-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.odd\:via-warmGray-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.odd\:via-warmGray-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.odd\:via-warmGray-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.odd\:via-warmGray-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.odd\:via-warmGray-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.odd\:via-warmGray-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.odd\:via-warmGray-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.odd\:via-warmGray-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.odd\:via-trueGray-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.odd\:via-trueGray-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.odd\:via-trueGray-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.odd\:via-trueGray-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.odd\:via-trueGray-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.odd\:via-trueGray-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.odd\:via-trueGray-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.odd\:via-trueGray-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.odd\:via-trueGray-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.odd\:via-trueGray-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.odd\:via-gray-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.odd\:via-gray-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.odd\:via-gray-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.odd\:via-gray-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.odd\:via-gray-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.odd\:via-gray-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.odd\:via-gray-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.odd\:via-gray-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.odd\:via-gray-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.odd\:via-gray-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.odd\:via-coolGray-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.odd\:via-coolGray-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.odd\:via-coolGray-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.odd\:via-coolGray-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.odd\:via-coolGray-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.odd\:via-coolGray-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.odd\:via-coolGray-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.odd\:via-coolGray-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.odd\:via-coolGray-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.odd\:via-coolGray-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.odd\:via-blueGray-50:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.odd\:via-blueGray-100:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.odd\:via-blueGray-200:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.odd\:via-blueGray-300:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.odd\:via-blueGray-400:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.odd\:via-blueGray-500:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.odd\:via-blueGray-600:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.odd\:via-blueGray-700:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.odd\:via-blueGray-800:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.odd\:via-blueGray-900:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.odd\:via-current:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.odd\:via-transparent:nth-child(odd) {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.odd\:to-black:nth-child(odd) {
  --tw-gradient-to: #000;
}

.odd\:to-white:nth-child(odd) {
  --tw-gradient-to: #fff;
}

.odd\:to-rose-50:nth-child(odd) {
  --tw-gradient-to: #fff1f2;
}

.odd\:to-rose-100:nth-child(odd) {
  --tw-gradient-to: #ffe4e6;
}

.odd\:to-rose-200:nth-child(odd) {
  --tw-gradient-to: #fecdd3;
}

.odd\:to-rose-300:nth-child(odd) {
  --tw-gradient-to: #fda4af;
}

.odd\:to-rose-400:nth-child(odd) {
  --tw-gradient-to: #fb7185;
}

.odd\:to-rose-500:nth-child(odd) {
  --tw-gradient-to: #f43f5e;
}

.odd\:to-rose-600:nth-child(odd) {
  --tw-gradient-to: #e11d48;
}

.odd\:to-rose-700:nth-child(odd) {
  --tw-gradient-to: #be123c;
}

.odd\:to-rose-800:nth-child(odd) {
  --tw-gradient-to: #9f1239;
}

.odd\:to-rose-900:nth-child(odd) {
  --tw-gradient-to: #881337;
}

.odd\:to-pink-50:nth-child(odd) {
  --tw-gradient-to: #fdf2f8;
}

.odd\:to-pink-100:nth-child(odd) {
  --tw-gradient-to: #fce7f3;
}

.odd\:to-pink-200:nth-child(odd) {
  --tw-gradient-to: #fbcfe8;
}

.odd\:to-pink-300:nth-child(odd) {
  --tw-gradient-to: #f9a8d4;
}

.odd\:to-pink-400:nth-child(odd) {
  --tw-gradient-to: #f472b6;
}

.odd\:to-pink-500:nth-child(odd) {
  --tw-gradient-to: #ec4899;
}

.odd\:to-pink-600:nth-child(odd) {
  --tw-gradient-to: #db2777;
}

.odd\:to-pink-700:nth-child(odd) {
  --tw-gradient-to: #be185d;
}

.odd\:to-pink-800:nth-child(odd) {
  --tw-gradient-to: #9d174d;
}

.odd\:to-pink-900:nth-child(odd) {
  --tw-gradient-to: #831843;
}

.odd\:to-fuchsia-50:nth-child(odd) {
  --tw-gradient-to: #fdf4ff;
}

.odd\:to-fuchsia-100:nth-child(odd) {
  --tw-gradient-to: #fae8ff;
}

.odd\:to-fuchsia-200:nth-child(odd) {
  --tw-gradient-to: #f5d0fe;
}

.odd\:to-fuchsia-300:nth-child(odd) {
  --tw-gradient-to: #f0abfc;
}

.odd\:to-fuchsia-400:nth-child(odd) {
  --tw-gradient-to: #e879f9;
}

.odd\:to-fuchsia-500:nth-child(odd) {
  --tw-gradient-to: #d946ef;
}

.odd\:to-fuchsia-600:nth-child(odd) {
  --tw-gradient-to: #c026d3;
}

.odd\:to-fuchsia-700:nth-child(odd) {
  --tw-gradient-to: #a21caf;
}

.odd\:to-fuchsia-800:nth-child(odd) {
  --tw-gradient-to: #86198f;
}

.odd\:to-fuchsia-900:nth-child(odd) {
  --tw-gradient-to: #701a75;
}

.odd\:to-purple-50:nth-child(odd) {
  --tw-gradient-to: #faf5ff;
}

.odd\:to-purple-100:nth-child(odd) {
  --tw-gradient-to: #f3e8ff;
}

.odd\:to-purple-200:nth-child(odd) {
  --tw-gradient-to: #e9d5ff;
}

.odd\:to-purple-300:nth-child(odd) {
  --tw-gradient-to: #d8b4fe;
}

.odd\:to-purple-400:nth-child(odd) {
  --tw-gradient-to: #c084fc;
}

.odd\:to-purple-500:nth-child(odd) {
  --tw-gradient-to: #a855f7;
}

.odd\:to-purple-600:nth-child(odd) {
  --tw-gradient-to: #9333ea;
}

.odd\:to-purple-700:nth-child(odd) {
  --tw-gradient-to: #7e22ce;
}

.odd\:to-purple-800:nth-child(odd) {
  --tw-gradient-to: #6b21a8;
}

.odd\:to-purple-900:nth-child(odd) {
  --tw-gradient-to: #581c87;
}

.odd\:to-violet-50:nth-child(odd) {
  --tw-gradient-to: #f5f3ff;
}

.odd\:to-violet-100:nth-child(odd) {
  --tw-gradient-to: #ede9fe;
}

.odd\:to-violet-200:nth-child(odd) {
  --tw-gradient-to: #ddd6fe;
}

.odd\:to-violet-300:nth-child(odd) {
  --tw-gradient-to: #c4b5fd;
}

.odd\:to-violet-400:nth-child(odd) {
  --tw-gradient-to: #a78bfa;
}

.odd\:to-violet-500:nth-child(odd) {
  --tw-gradient-to: #8b5cf6;
}

.odd\:to-violet-600:nth-child(odd) {
  --tw-gradient-to: #7c3aed;
}

.odd\:to-violet-700:nth-child(odd) {
  --tw-gradient-to: #6d28d9;
}

.odd\:to-violet-800:nth-child(odd) {
  --tw-gradient-to: #5b21b6;
}

.odd\:to-violet-900:nth-child(odd) {
  --tw-gradient-to: #4c1d95;
}

.odd\:to-indigo-50:nth-child(odd) {
  --tw-gradient-to: #eef2ff;
}

.odd\:to-indigo-100:nth-child(odd) {
  --tw-gradient-to: #e0e7ff;
}

.odd\:to-indigo-200:nth-child(odd) {
  --tw-gradient-to: #c7d2fe;
}

.odd\:to-indigo-300:nth-child(odd) {
  --tw-gradient-to: #a5b4fc;
}

.odd\:to-indigo-400:nth-child(odd) {
  --tw-gradient-to: #818cf8;
}

.odd\:to-indigo-500:nth-child(odd) {
  --tw-gradient-to: #6366f1;
}

.odd\:to-indigo-600:nth-child(odd) {
  --tw-gradient-to: #4f46e5;
}

.odd\:to-indigo-700:nth-child(odd) {
  --tw-gradient-to: #4338ca;
}

.odd\:to-indigo-800:nth-child(odd) {
  --tw-gradient-to: #3730a3;
}

.odd\:to-indigo-900:nth-child(odd) {
  --tw-gradient-to: #312e81;
}

.odd\:to-blue-50:nth-child(odd) {
  --tw-gradient-to: #eff6ff;
}

.odd\:to-blue-100:nth-child(odd) {
  --tw-gradient-to: #dbeafe;
}

.odd\:to-blue-200:nth-child(odd) {
  --tw-gradient-to: #bfdbfe;
}

.odd\:to-blue-300:nth-child(odd) {
  --tw-gradient-to: #93c5fd;
}

.odd\:to-blue-400:nth-child(odd) {
  --tw-gradient-to: #60a5fa;
}

.odd\:to-blue-500:nth-child(odd) {
  --tw-gradient-to: #3b82f6;
}

.odd\:to-blue-600:nth-child(odd) {
  --tw-gradient-to: #2563eb;
}

.odd\:to-blue-700:nth-child(odd) {
  --tw-gradient-to: #1d4ed8;
}

.odd\:to-blue-800:nth-child(odd) {
  --tw-gradient-to: #1e40af;
}

.odd\:to-blue-900:nth-child(odd) {
  --tw-gradient-to: #1e3a8a;
}

.odd\:to-lightBlue-50:nth-child(odd) {
  --tw-gradient-to: #f0f9ff;
}

.odd\:to-lightBlue-100:nth-child(odd) {
  --tw-gradient-to: #e0f2fe;
}

.odd\:to-lightBlue-200:nth-child(odd) {
  --tw-gradient-to: #bae6fd;
}

.odd\:to-lightBlue-300:nth-child(odd) {
  --tw-gradient-to: #7dd3fc;
}

.odd\:to-lightBlue-400:nth-child(odd) {
  --tw-gradient-to: #38bdf8;
}

.odd\:to-lightBlue-500:nth-child(odd) {
  --tw-gradient-to: #0ea5e9;
}

.odd\:to-lightBlue-600:nth-child(odd) {
  --tw-gradient-to: #0284c7;
}

.odd\:to-lightBlue-700:nth-child(odd) {
  --tw-gradient-to: #0369a1;
}

.odd\:to-lightBlue-800:nth-child(odd) {
  --tw-gradient-to: #075985;
}

.odd\:to-lightBlue-900:nth-child(odd) {
  --tw-gradient-to: #0c4a6e;
}

.odd\:to-cyan-50:nth-child(odd) {
  --tw-gradient-to: #ecfeff;
}

.odd\:to-cyan-100:nth-child(odd) {
  --tw-gradient-to: #cffafe;
}

.odd\:to-cyan-200:nth-child(odd) {
  --tw-gradient-to: #a5f3fc;
}

.odd\:to-cyan-300:nth-child(odd) {
  --tw-gradient-to: #67e8f9;
}

.odd\:to-cyan-400:nth-child(odd) {
  --tw-gradient-to: #22d3ee;
}

.odd\:to-cyan-500:nth-child(odd) {
  --tw-gradient-to: #06b6d4;
}

.odd\:to-cyan-600:nth-child(odd) {
  --tw-gradient-to: #0891b2;
}

.odd\:to-cyan-700:nth-child(odd) {
  --tw-gradient-to: #0e7490;
}

.odd\:to-cyan-800:nth-child(odd) {
  --tw-gradient-to: #155e75;
}

.odd\:to-cyan-900:nth-child(odd) {
  --tw-gradient-to: #164e63;
}

.odd\:to-teal-50:nth-child(odd) {
  --tw-gradient-to: #f0fdfa;
}

.odd\:to-teal-100:nth-child(odd) {
  --tw-gradient-to: #ccfbf1;
}

.odd\:to-teal-200:nth-child(odd) {
  --tw-gradient-to: #99f6e4;
}

.odd\:to-teal-300:nth-child(odd) {
  --tw-gradient-to: #5eead4;
}

.odd\:to-teal-400:nth-child(odd) {
  --tw-gradient-to: #2dd4bf;
}

.odd\:to-teal-500:nth-child(odd) {
  --tw-gradient-to: #14b8a6;
}

.odd\:to-teal-600:nth-child(odd) {
  --tw-gradient-to: #0d9488;
}

.odd\:to-teal-700:nth-child(odd) {
  --tw-gradient-to: #0f766e;
}

.odd\:to-teal-800:nth-child(odd) {
  --tw-gradient-to: #115e59;
}

.odd\:to-teal-900:nth-child(odd) {
  --tw-gradient-to: #134e4a;
}

.odd\:to-emerald-50:nth-child(odd) {
  --tw-gradient-to: #ecfdf5;
}

.odd\:to-emerald-100:nth-child(odd) {
  --tw-gradient-to: #d1fae5;
}

.odd\:to-emerald-200:nth-child(odd) {
  --tw-gradient-to: #a7f3d0;
}

.odd\:to-emerald-300:nth-child(odd) {
  --tw-gradient-to: #6ee7b7;
}

.odd\:to-emerald-400:nth-child(odd) {
  --tw-gradient-to: #34d399;
}

.odd\:to-emerald-500:nth-child(odd) {
  --tw-gradient-to: #10b981;
}

.odd\:to-emerald-600:nth-child(odd) {
  --tw-gradient-to: #059669;
}

.odd\:to-emerald-700:nth-child(odd) {
  --tw-gradient-to: #047857;
}

.odd\:to-emerald-800:nth-child(odd) {
  --tw-gradient-to: #065f46;
}

.odd\:to-emerald-900:nth-child(odd) {
  --tw-gradient-to: #064e3b;
}

.odd\:to-green-50:nth-child(odd) {
  --tw-gradient-to: #f0fdf4;
}

.odd\:to-green-100:nth-child(odd) {
  --tw-gradient-to: #dcfce7;
}

.odd\:to-green-200:nth-child(odd) {
  --tw-gradient-to: #bbf7d0;
}

.odd\:to-green-300:nth-child(odd) {
  --tw-gradient-to: #86efac;
}

.odd\:to-green-400:nth-child(odd) {
  --tw-gradient-to: #4ade80;
}

.odd\:to-green-500:nth-child(odd) {
  --tw-gradient-to: #22c55e;
}

.odd\:to-green-600:nth-child(odd) {
  --tw-gradient-to: #16a34a;
}

.odd\:to-green-700:nth-child(odd) {
  --tw-gradient-to: #15803d;
}

.odd\:to-green-800:nth-child(odd) {
  --tw-gradient-to: #166534;
}

.odd\:to-green-900:nth-child(odd) {
  --tw-gradient-to: #14532d;
}

.odd\:to-lime-50:nth-child(odd) {
  --tw-gradient-to: #f7fee7;
}

.odd\:to-lime-100:nth-child(odd) {
  --tw-gradient-to: #ecfccb;
}

.odd\:to-lime-200:nth-child(odd) {
  --tw-gradient-to: #d9f99d;
}

.odd\:to-lime-300:nth-child(odd) {
  --tw-gradient-to: #bef264;
}

.odd\:to-lime-400:nth-child(odd) {
  --tw-gradient-to: #a3e635;
}

.odd\:to-lime-500:nth-child(odd) {
  --tw-gradient-to: #84cc16;
}

.odd\:to-lime-600:nth-child(odd) {
  --tw-gradient-to: #65a30d;
}

.odd\:to-lime-700:nth-child(odd) {
  --tw-gradient-to: #4d7c0f;
}

.odd\:to-lime-800:nth-child(odd) {
  --tw-gradient-to: #3f6212;
}

.odd\:to-lime-900:nth-child(odd) {
  --tw-gradient-to: #365314;
}

.odd\:to-yellow-50:nth-child(odd) {
  --tw-gradient-to: #fefce8;
}

.odd\:to-yellow-100:nth-child(odd) {
  --tw-gradient-to: #fef9c3;
}

.odd\:to-yellow-200:nth-child(odd) {
  --tw-gradient-to: #fef08a;
}

.odd\:to-yellow-300:nth-child(odd) {
  --tw-gradient-to: #fde047;
}

.odd\:to-yellow-400:nth-child(odd) {
  --tw-gradient-to: #facc15;
}

.odd\:to-yellow-500:nth-child(odd) {
  --tw-gradient-to: #eab308;
}

.odd\:to-yellow-600:nth-child(odd) {
  --tw-gradient-to: #ca8a04;
}

.odd\:to-yellow-700:nth-child(odd) {
  --tw-gradient-to: #a16207;
}

.odd\:to-yellow-800:nth-child(odd) {
  --tw-gradient-to: #854d0e;
}

.odd\:to-yellow-900:nth-child(odd) {
  --tw-gradient-to: #713f12;
}

.odd\:to-amber-50:nth-child(odd) {
  --tw-gradient-to: #fffbeb;
}

.odd\:to-amber-100:nth-child(odd) {
  --tw-gradient-to: #fef3c7;
}

.odd\:to-amber-200:nth-child(odd) {
  --tw-gradient-to: #fde68a;
}

.odd\:to-amber-300:nth-child(odd) {
  --tw-gradient-to: #fcd34d;
}

.odd\:to-amber-400:nth-child(odd) {
  --tw-gradient-to: #fbbf24;
}

.odd\:to-amber-500:nth-child(odd) {
  --tw-gradient-to: #f59e0b;
}

.odd\:to-amber-600:nth-child(odd) {
  --tw-gradient-to: #d97706;
}

.odd\:to-amber-700:nth-child(odd) {
  --tw-gradient-to: #b45309;
}

.odd\:to-amber-800:nth-child(odd) {
  --tw-gradient-to: #92400e;
}

.odd\:to-amber-900:nth-child(odd) {
  --tw-gradient-to: #78350f;
}

.odd\:to-orange-50:nth-child(odd) {
  --tw-gradient-to: #fff7ed;
}

.odd\:to-orange-100:nth-child(odd) {
  --tw-gradient-to: #ffedd5;
}

.odd\:to-orange-200:nth-child(odd) {
  --tw-gradient-to: #fed7aa;
}

.odd\:to-orange-300:nth-child(odd) {
  --tw-gradient-to: #fdba74;
}

.odd\:to-orange-400:nth-child(odd) {
  --tw-gradient-to: #fb923c;
}

.odd\:to-orange-500:nth-child(odd) {
  --tw-gradient-to: #f97316;
}

.odd\:to-orange-600:nth-child(odd) {
  --tw-gradient-to: #ea580c;
}

.odd\:to-orange-700:nth-child(odd) {
  --tw-gradient-to: #c2410c;
}

.odd\:to-orange-800:nth-child(odd) {
  --tw-gradient-to: #9a3412;
}

.odd\:to-orange-900:nth-child(odd) {
  --tw-gradient-to: #7c2d12;
}

.odd\:to-red-50:nth-child(odd) {
  --tw-gradient-to: #fef2f2;
}

.odd\:to-red-100:nth-child(odd) {
  --tw-gradient-to: #fee2e2;
}

.odd\:to-red-200:nth-child(odd) {
  --tw-gradient-to: #fecaca;
}

.odd\:to-red-300:nth-child(odd) {
  --tw-gradient-to: #fca5a5;
}

.odd\:to-red-400:nth-child(odd) {
  --tw-gradient-to: #f87171;
}

.odd\:to-red-500:nth-child(odd) {
  --tw-gradient-to: #ef4444;
}

.odd\:to-red-600:nth-child(odd) {
  --tw-gradient-to: #dc2626;
}

.odd\:to-red-700:nth-child(odd) {
  --tw-gradient-to: #b91c1c;
}

.odd\:to-red-800:nth-child(odd) {
  --tw-gradient-to: #991b1b;
}

.odd\:to-red-900:nth-child(odd) {
  --tw-gradient-to: #7f1d1d;
}

.odd\:to-warmGray-50:nth-child(odd) {
  --tw-gradient-to: #fafaf9;
}

.odd\:to-warmGray-100:nth-child(odd) {
  --tw-gradient-to: #f5f5f4;
}

.odd\:to-warmGray-200:nth-child(odd) {
  --tw-gradient-to: #e7e5e4;
}

.odd\:to-warmGray-300:nth-child(odd) {
  --tw-gradient-to: #d6d3d1;
}

.odd\:to-warmGray-400:nth-child(odd) {
  --tw-gradient-to: #a8a29e;
}

.odd\:to-warmGray-500:nth-child(odd) {
  --tw-gradient-to: #78716c;
}

.odd\:to-warmGray-600:nth-child(odd) {
  --tw-gradient-to: #57534e;
}

.odd\:to-warmGray-700:nth-child(odd) {
  --tw-gradient-to: #44403c;
}

.odd\:to-warmGray-800:nth-child(odd) {
  --tw-gradient-to: #292524;
}

.odd\:to-warmGray-900:nth-child(odd) {
  --tw-gradient-to: #1c1917;
}

.odd\:to-trueGray-50:nth-child(odd) {
  --tw-gradient-to: #fafafa;
}

.odd\:to-trueGray-100:nth-child(odd) {
  --tw-gradient-to: #f5f5f5;
}

.odd\:to-trueGray-200:nth-child(odd) {
  --tw-gradient-to: #e5e5e5;
}

.odd\:to-trueGray-300:nth-child(odd) {
  --tw-gradient-to: #d4d4d4;
}

.odd\:to-trueGray-400:nth-child(odd) {
  --tw-gradient-to: #a3a3a3;
}

.odd\:to-trueGray-500:nth-child(odd) {
  --tw-gradient-to: #737373;
}

.odd\:to-trueGray-600:nth-child(odd) {
  --tw-gradient-to: #525252;
}

.odd\:to-trueGray-700:nth-child(odd) {
  --tw-gradient-to: #404040;
}

.odd\:to-trueGray-800:nth-child(odd) {
  --tw-gradient-to: #262626;
}

.odd\:to-trueGray-900:nth-child(odd) {
  --tw-gradient-to: #171717;
}

.odd\:to-gray-50:nth-child(odd) {
  --tw-gradient-to: #fafafa;
}

.odd\:to-gray-100:nth-child(odd) {
  --tw-gradient-to: #f4f4f5;
}

.odd\:to-gray-200:nth-child(odd) {
  --tw-gradient-to: #e4e4e7;
}

.odd\:to-gray-300:nth-child(odd) {
  --tw-gradient-to: #d4d4d8;
}

.odd\:to-gray-400:nth-child(odd) {
  --tw-gradient-to: #a1a1aa;
}

.odd\:to-gray-500:nth-child(odd) {
  --tw-gradient-to: #71717a;
}

.odd\:to-gray-600:nth-child(odd) {
  --tw-gradient-to: #52525b;
}

.odd\:to-gray-700:nth-child(odd) {
  --tw-gradient-to: #3f3f46;
}

.odd\:to-gray-800:nth-child(odd) {
  --tw-gradient-to: #27272a;
}

.odd\:to-gray-900:nth-child(odd) {
  --tw-gradient-to: #18181b;
}

.odd\:to-coolGray-50:nth-child(odd) {
  --tw-gradient-to: #f9fafb;
}

.odd\:to-coolGray-100:nth-child(odd) {
  --tw-gradient-to: #f3f4f6;
}

.odd\:to-coolGray-200:nth-child(odd) {
  --tw-gradient-to: #e5e7eb;
}

.odd\:to-coolGray-300:nth-child(odd) {
  --tw-gradient-to: #d1d5db;
}

.odd\:to-coolGray-400:nth-child(odd) {
  --tw-gradient-to: #9ca3af;
}

.odd\:to-coolGray-500:nth-child(odd) {
  --tw-gradient-to: #6b7280;
}

.odd\:to-coolGray-600:nth-child(odd) {
  --tw-gradient-to: #4b5563;
}

.odd\:to-coolGray-700:nth-child(odd) {
  --tw-gradient-to: #374151;
}

.odd\:to-coolGray-800:nth-child(odd) {
  --tw-gradient-to: #1f2937;
}

.odd\:to-coolGray-900:nth-child(odd) {
  --tw-gradient-to: #111827;
}

.odd\:to-blueGray-50:nth-child(odd) {
  --tw-gradient-to: #f8fafc;
}

.odd\:to-blueGray-100:nth-child(odd) {
  --tw-gradient-to: #f1f5f9;
}

.odd\:to-blueGray-200:nth-child(odd) {
  --tw-gradient-to: #e2e8f0;
}

.odd\:to-blueGray-300:nth-child(odd) {
  --tw-gradient-to: #cbd5e1;
}

.odd\:to-blueGray-400:nth-child(odd) {
  --tw-gradient-to: #94a3b8;
}

.odd\:to-blueGray-500:nth-child(odd) {
  --tw-gradient-to: #64748b;
}

.odd\:to-blueGray-600:nth-child(odd) {
  --tw-gradient-to: #475569;
}

.odd\:to-blueGray-700:nth-child(odd) {
  --tw-gradient-to: #334155;
}

.odd\:to-blueGray-800:nth-child(odd) {
  --tw-gradient-to: #1e293b;
}

.odd\:to-blueGray-900:nth-child(odd) {
  --tw-gradient-to: #0f172a;
}

.odd\:to-current:nth-child(odd) {
  --tw-gradient-to: current;
}

.odd\:to-transparent:nth-child(odd) {
  --tw-gradient-to: transparent;
}

.even\:from-black:nth-child(even) {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.even\:from-white:nth-child(even) {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.even\:from-rose-50:nth-child(even) {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.even\:from-rose-100:nth-child(even) {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.even\:from-rose-200:nth-child(even) {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.even\:from-rose-300:nth-child(even) {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.even\:from-rose-400:nth-child(even) {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.even\:from-rose-500:nth-child(even) {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.even\:from-rose-600:nth-child(even) {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.even\:from-rose-700:nth-child(even) {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.even\:from-rose-800:nth-child(even) {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.even\:from-rose-900:nth-child(even) {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.even\:from-pink-50:nth-child(even) {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.even\:from-pink-100:nth-child(even) {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.even\:from-pink-200:nth-child(even) {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.even\:from-pink-300:nth-child(even) {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.even\:from-pink-400:nth-child(even) {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.even\:from-pink-500:nth-child(even) {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.even\:from-pink-600:nth-child(even) {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.even\:from-pink-700:nth-child(even) {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.even\:from-pink-800:nth-child(even) {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.even\:from-pink-900:nth-child(even) {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.even\:from-fuchsia-50:nth-child(even) {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.even\:from-fuchsia-100:nth-child(even) {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.even\:from-fuchsia-200:nth-child(even) {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.even\:from-fuchsia-300:nth-child(even) {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.even\:from-fuchsia-400:nth-child(even) {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.even\:from-fuchsia-500:nth-child(even) {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.even\:from-fuchsia-600:nth-child(even) {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.even\:from-fuchsia-700:nth-child(even) {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.even\:from-fuchsia-800:nth-child(even) {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.even\:from-fuchsia-900:nth-child(even) {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.even\:from-purple-50:nth-child(even) {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.even\:from-purple-100:nth-child(even) {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.even\:from-purple-200:nth-child(even) {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.even\:from-purple-300:nth-child(even) {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.even\:from-purple-400:nth-child(even) {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.even\:from-purple-500:nth-child(even) {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.even\:from-purple-600:nth-child(even) {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.even\:from-purple-700:nth-child(even) {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.even\:from-purple-800:nth-child(even) {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.even\:from-purple-900:nth-child(even) {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.even\:from-violet-50:nth-child(even) {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.even\:from-violet-100:nth-child(even) {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.even\:from-violet-200:nth-child(even) {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.even\:from-violet-300:nth-child(even) {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.even\:from-violet-400:nth-child(even) {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.even\:from-violet-500:nth-child(even) {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.even\:from-violet-600:nth-child(even) {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.even\:from-violet-700:nth-child(even) {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.even\:from-violet-800:nth-child(even) {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.even\:from-violet-900:nth-child(even) {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.even\:from-indigo-50:nth-child(even) {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.even\:from-indigo-100:nth-child(even) {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.even\:from-indigo-200:nth-child(even) {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.even\:from-indigo-300:nth-child(even) {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.even\:from-indigo-400:nth-child(even) {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.even\:from-indigo-500:nth-child(even) {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.even\:from-indigo-600:nth-child(even) {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.even\:from-indigo-700:nth-child(even) {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.even\:from-indigo-800:nth-child(even) {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.even\:from-indigo-900:nth-child(even) {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.even\:from-blue-50:nth-child(even) {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.even\:from-blue-100:nth-child(even) {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.even\:from-blue-200:nth-child(even) {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.even\:from-blue-300:nth-child(even) {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.even\:from-blue-400:nth-child(even) {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.even\:from-blue-500:nth-child(even) {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.even\:from-blue-600:nth-child(even) {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.even\:from-blue-700:nth-child(even) {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.even\:from-blue-800:nth-child(even) {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.even\:from-blue-900:nth-child(even) {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.even\:from-lightBlue-50:nth-child(even) {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.even\:from-lightBlue-100:nth-child(even) {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.even\:from-lightBlue-200:nth-child(even) {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.even\:from-lightBlue-300:nth-child(even) {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.even\:from-lightBlue-400:nth-child(even) {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.even\:from-lightBlue-500:nth-child(even) {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.even\:from-lightBlue-600:nth-child(even) {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.even\:from-lightBlue-700:nth-child(even) {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.even\:from-lightBlue-800:nth-child(even) {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.even\:from-lightBlue-900:nth-child(even) {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.even\:from-cyan-50:nth-child(even) {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.even\:from-cyan-100:nth-child(even) {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.even\:from-cyan-200:nth-child(even) {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.even\:from-cyan-300:nth-child(even) {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.even\:from-cyan-400:nth-child(even) {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.even\:from-cyan-500:nth-child(even) {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.even\:from-cyan-600:nth-child(even) {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.even\:from-cyan-700:nth-child(even) {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.even\:from-cyan-800:nth-child(even) {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.even\:from-cyan-900:nth-child(even) {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.even\:from-teal-50:nth-child(even) {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.even\:from-teal-100:nth-child(even) {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.even\:from-teal-200:nth-child(even) {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.even\:from-teal-300:nth-child(even) {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.even\:from-teal-400:nth-child(even) {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.even\:from-teal-500:nth-child(even) {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.even\:from-teal-600:nth-child(even) {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.even\:from-teal-700:nth-child(even) {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.even\:from-teal-800:nth-child(even) {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.even\:from-teal-900:nth-child(even) {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.even\:from-emerald-50:nth-child(even) {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.even\:from-emerald-100:nth-child(even) {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.even\:from-emerald-200:nth-child(even) {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.even\:from-emerald-300:nth-child(even) {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.even\:from-emerald-400:nth-child(even) {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.even\:from-emerald-500:nth-child(even) {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.even\:from-emerald-600:nth-child(even) {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.even\:from-emerald-700:nth-child(even) {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.even\:from-emerald-800:nth-child(even) {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.even\:from-emerald-900:nth-child(even) {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.even\:from-green-50:nth-child(even) {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.even\:from-green-100:nth-child(even) {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.even\:from-green-200:nth-child(even) {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.even\:from-green-300:nth-child(even) {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.even\:from-green-400:nth-child(even) {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.even\:from-green-500:nth-child(even) {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.even\:from-green-600:nth-child(even) {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.even\:from-green-700:nth-child(even) {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.even\:from-green-800:nth-child(even) {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.even\:from-green-900:nth-child(even) {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.even\:from-lime-50:nth-child(even) {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.even\:from-lime-100:nth-child(even) {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.even\:from-lime-200:nth-child(even) {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.even\:from-lime-300:nth-child(even) {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.even\:from-lime-400:nth-child(even) {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.even\:from-lime-500:nth-child(even) {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.even\:from-lime-600:nth-child(even) {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.even\:from-lime-700:nth-child(even) {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.even\:from-lime-800:nth-child(even) {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.even\:from-lime-900:nth-child(even) {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.even\:from-yellow-50:nth-child(even) {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.even\:from-yellow-100:nth-child(even) {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.even\:from-yellow-200:nth-child(even) {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.even\:from-yellow-300:nth-child(even) {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.even\:from-yellow-400:nth-child(even) {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.even\:from-yellow-500:nth-child(even) {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.even\:from-yellow-600:nth-child(even) {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.even\:from-yellow-700:nth-child(even) {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.even\:from-yellow-800:nth-child(even) {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.even\:from-yellow-900:nth-child(even) {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.even\:from-amber-50:nth-child(even) {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.even\:from-amber-100:nth-child(even) {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.even\:from-amber-200:nth-child(even) {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.even\:from-amber-300:nth-child(even) {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.even\:from-amber-400:nth-child(even) {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.even\:from-amber-500:nth-child(even) {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.even\:from-amber-600:nth-child(even) {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.even\:from-amber-700:nth-child(even) {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.even\:from-amber-800:nth-child(even) {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.even\:from-amber-900:nth-child(even) {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.even\:from-orange-50:nth-child(even) {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.even\:from-orange-100:nth-child(even) {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.even\:from-orange-200:nth-child(even) {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.even\:from-orange-300:nth-child(even) {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.even\:from-orange-400:nth-child(even) {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.even\:from-orange-500:nth-child(even) {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.even\:from-orange-600:nth-child(even) {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.even\:from-orange-700:nth-child(even) {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.even\:from-orange-800:nth-child(even) {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.even\:from-orange-900:nth-child(even) {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.even\:from-red-50:nth-child(even) {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.even\:from-red-100:nth-child(even) {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.even\:from-red-200:nth-child(even) {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.even\:from-red-300:nth-child(even) {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.even\:from-red-400:nth-child(even) {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.even\:from-red-500:nth-child(even) {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.even\:from-red-600:nth-child(even) {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.even\:from-red-700:nth-child(even) {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.even\:from-red-800:nth-child(even) {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.even\:from-red-900:nth-child(even) {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.even\:from-warmGray-50:nth-child(even) {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.even\:from-warmGray-100:nth-child(even) {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.even\:from-warmGray-200:nth-child(even) {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.even\:from-warmGray-300:nth-child(even) {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.even\:from-warmGray-400:nth-child(even) {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.even\:from-warmGray-500:nth-child(even) {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.even\:from-warmGray-600:nth-child(even) {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.even\:from-warmGray-700:nth-child(even) {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.even\:from-warmGray-800:nth-child(even) {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.even\:from-warmGray-900:nth-child(even) {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.even\:from-trueGray-50:nth-child(even) {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.even\:from-trueGray-100:nth-child(even) {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.even\:from-trueGray-200:nth-child(even) {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.even\:from-trueGray-300:nth-child(even) {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.even\:from-trueGray-400:nth-child(even) {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.even\:from-trueGray-500:nth-child(even) {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.even\:from-trueGray-600:nth-child(even) {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.even\:from-trueGray-700:nth-child(even) {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.even\:from-trueGray-800:nth-child(even) {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.even\:from-trueGray-900:nth-child(even) {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.even\:from-gray-50:nth-child(even) {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.even\:from-gray-100:nth-child(even) {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.even\:from-gray-200:nth-child(even) {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.even\:from-gray-300:nth-child(even) {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.even\:from-gray-400:nth-child(even) {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.even\:from-gray-500:nth-child(even) {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.even\:from-gray-600:nth-child(even) {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.even\:from-gray-700:nth-child(even) {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.even\:from-gray-800:nth-child(even) {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.even\:from-gray-900:nth-child(even) {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.even\:from-coolGray-50:nth-child(even) {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.even\:from-coolGray-100:nth-child(even) {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.even\:from-coolGray-200:nth-child(even) {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.even\:from-coolGray-300:nth-child(even) {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.even\:from-coolGray-400:nth-child(even) {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.even\:from-coolGray-500:nth-child(even) {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.even\:from-coolGray-600:nth-child(even) {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.even\:from-coolGray-700:nth-child(even) {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.even\:from-coolGray-800:nth-child(even) {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.even\:from-coolGray-900:nth-child(even) {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.even\:from-blueGray-50:nth-child(even) {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.even\:from-blueGray-100:nth-child(even) {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.even\:from-blueGray-200:nth-child(even) {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.even\:from-blueGray-300:nth-child(even) {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.even\:from-blueGray-400:nth-child(even) {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.even\:from-blueGray-500:nth-child(even) {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.even\:from-blueGray-600:nth-child(even) {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.even\:from-blueGray-700:nth-child(even) {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.even\:from-blueGray-800:nth-child(even) {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.even\:from-blueGray-900:nth-child(even) {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.even\:from-current:nth-child(even) {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.even\:from-transparent:nth-child(even) {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.even\:via-black:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.even\:via-white:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.even\:via-rose-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.even\:via-rose-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.even\:via-rose-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.even\:via-rose-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.even\:via-rose-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.even\:via-rose-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.even\:via-rose-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.even\:via-rose-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.even\:via-rose-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.even\:via-rose-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.even\:via-pink-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.even\:via-pink-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.even\:via-pink-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.even\:via-pink-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.even\:via-pink-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.even\:via-pink-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.even\:via-pink-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.even\:via-pink-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.even\:via-pink-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.even\:via-pink-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.even\:via-fuchsia-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.even\:via-fuchsia-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.even\:via-fuchsia-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.even\:via-fuchsia-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.even\:via-fuchsia-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.even\:via-fuchsia-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.even\:via-fuchsia-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.even\:via-fuchsia-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.even\:via-fuchsia-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.even\:via-fuchsia-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.even\:via-purple-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.even\:via-purple-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.even\:via-purple-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.even\:via-purple-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.even\:via-purple-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.even\:via-purple-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.even\:via-purple-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.even\:via-purple-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.even\:via-purple-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.even\:via-purple-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.even\:via-violet-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.even\:via-violet-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.even\:via-violet-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.even\:via-violet-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.even\:via-violet-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.even\:via-violet-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.even\:via-violet-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.even\:via-violet-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.even\:via-violet-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.even\:via-violet-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.even\:via-indigo-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.even\:via-indigo-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.even\:via-indigo-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.even\:via-indigo-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.even\:via-indigo-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.even\:via-indigo-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.even\:via-indigo-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.even\:via-indigo-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.even\:via-indigo-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.even\:via-indigo-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.even\:via-blue-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.even\:via-blue-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.even\:via-blue-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.even\:via-blue-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.even\:via-blue-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.even\:via-blue-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.even\:via-blue-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.even\:via-blue-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.even\:via-blue-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.even\:via-blue-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.even\:via-lightBlue-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.even\:via-lightBlue-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.even\:via-lightBlue-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.even\:via-lightBlue-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.even\:via-lightBlue-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.even\:via-lightBlue-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.even\:via-lightBlue-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.even\:via-lightBlue-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.even\:via-lightBlue-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.even\:via-lightBlue-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.even\:via-cyan-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.even\:via-cyan-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.even\:via-cyan-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.even\:via-cyan-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.even\:via-cyan-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.even\:via-cyan-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.even\:via-cyan-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.even\:via-cyan-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.even\:via-cyan-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.even\:via-cyan-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.even\:via-teal-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.even\:via-teal-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.even\:via-teal-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.even\:via-teal-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.even\:via-teal-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.even\:via-teal-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.even\:via-teal-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.even\:via-teal-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.even\:via-teal-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.even\:via-teal-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.even\:via-emerald-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.even\:via-emerald-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.even\:via-emerald-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.even\:via-emerald-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.even\:via-emerald-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.even\:via-emerald-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.even\:via-emerald-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.even\:via-emerald-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.even\:via-emerald-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.even\:via-emerald-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.even\:via-green-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.even\:via-green-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.even\:via-green-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.even\:via-green-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.even\:via-green-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.even\:via-green-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.even\:via-green-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.even\:via-green-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.even\:via-green-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.even\:via-green-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.even\:via-lime-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.even\:via-lime-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.even\:via-lime-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.even\:via-lime-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.even\:via-lime-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.even\:via-lime-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.even\:via-lime-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.even\:via-lime-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.even\:via-lime-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.even\:via-lime-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.even\:via-yellow-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.even\:via-yellow-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.even\:via-yellow-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.even\:via-yellow-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.even\:via-yellow-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.even\:via-yellow-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.even\:via-yellow-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.even\:via-yellow-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.even\:via-yellow-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.even\:via-yellow-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.even\:via-amber-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.even\:via-amber-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.even\:via-amber-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.even\:via-amber-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.even\:via-amber-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.even\:via-amber-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.even\:via-amber-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.even\:via-amber-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.even\:via-amber-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.even\:via-amber-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.even\:via-orange-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.even\:via-orange-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.even\:via-orange-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.even\:via-orange-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.even\:via-orange-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.even\:via-orange-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.even\:via-orange-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.even\:via-orange-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.even\:via-orange-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.even\:via-orange-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.even\:via-red-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.even\:via-red-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.even\:via-red-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.even\:via-red-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.even\:via-red-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.even\:via-red-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.even\:via-red-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.even\:via-red-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.even\:via-red-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.even\:via-red-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.even\:via-warmGray-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.even\:via-warmGray-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.even\:via-warmGray-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.even\:via-warmGray-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.even\:via-warmGray-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.even\:via-warmGray-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.even\:via-warmGray-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.even\:via-warmGray-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.even\:via-warmGray-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.even\:via-warmGray-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.even\:via-trueGray-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.even\:via-trueGray-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.even\:via-trueGray-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.even\:via-trueGray-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.even\:via-trueGray-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.even\:via-trueGray-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.even\:via-trueGray-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.even\:via-trueGray-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.even\:via-trueGray-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.even\:via-trueGray-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.even\:via-gray-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.even\:via-gray-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.even\:via-gray-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.even\:via-gray-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.even\:via-gray-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.even\:via-gray-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.even\:via-gray-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.even\:via-gray-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.even\:via-gray-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.even\:via-gray-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.even\:via-coolGray-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.even\:via-coolGray-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.even\:via-coolGray-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.even\:via-coolGray-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.even\:via-coolGray-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.even\:via-coolGray-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.even\:via-coolGray-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.even\:via-coolGray-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.even\:via-coolGray-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.even\:via-coolGray-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.even\:via-blueGray-50:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.even\:via-blueGray-100:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.even\:via-blueGray-200:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.even\:via-blueGray-300:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.even\:via-blueGray-400:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.even\:via-blueGray-500:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.even\:via-blueGray-600:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.even\:via-blueGray-700:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.even\:via-blueGray-800:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.even\:via-blueGray-900:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.even\:via-current:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.even\:via-transparent:nth-child(even) {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.even\:to-black:nth-child(even) {
  --tw-gradient-to: #000;
}

.even\:to-white:nth-child(even) {
  --tw-gradient-to: #fff;
}

.even\:to-rose-50:nth-child(even) {
  --tw-gradient-to: #fff1f2;
}

.even\:to-rose-100:nth-child(even) {
  --tw-gradient-to: #ffe4e6;
}

.even\:to-rose-200:nth-child(even) {
  --tw-gradient-to: #fecdd3;
}

.even\:to-rose-300:nth-child(even) {
  --tw-gradient-to: #fda4af;
}

.even\:to-rose-400:nth-child(even) {
  --tw-gradient-to: #fb7185;
}

.even\:to-rose-500:nth-child(even) {
  --tw-gradient-to: #f43f5e;
}

.even\:to-rose-600:nth-child(even) {
  --tw-gradient-to: #e11d48;
}

.even\:to-rose-700:nth-child(even) {
  --tw-gradient-to: #be123c;
}

.even\:to-rose-800:nth-child(even) {
  --tw-gradient-to: #9f1239;
}

.even\:to-rose-900:nth-child(even) {
  --tw-gradient-to: #881337;
}

.even\:to-pink-50:nth-child(even) {
  --tw-gradient-to: #fdf2f8;
}

.even\:to-pink-100:nth-child(even) {
  --tw-gradient-to: #fce7f3;
}

.even\:to-pink-200:nth-child(even) {
  --tw-gradient-to: #fbcfe8;
}

.even\:to-pink-300:nth-child(even) {
  --tw-gradient-to: #f9a8d4;
}

.even\:to-pink-400:nth-child(even) {
  --tw-gradient-to: #f472b6;
}

.even\:to-pink-500:nth-child(even) {
  --tw-gradient-to: #ec4899;
}

.even\:to-pink-600:nth-child(even) {
  --tw-gradient-to: #db2777;
}

.even\:to-pink-700:nth-child(even) {
  --tw-gradient-to: #be185d;
}

.even\:to-pink-800:nth-child(even) {
  --tw-gradient-to: #9d174d;
}

.even\:to-pink-900:nth-child(even) {
  --tw-gradient-to: #831843;
}

.even\:to-fuchsia-50:nth-child(even) {
  --tw-gradient-to: #fdf4ff;
}

.even\:to-fuchsia-100:nth-child(even) {
  --tw-gradient-to: #fae8ff;
}

.even\:to-fuchsia-200:nth-child(even) {
  --tw-gradient-to: #f5d0fe;
}

.even\:to-fuchsia-300:nth-child(even) {
  --tw-gradient-to: #f0abfc;
}

.even\:to-fuchsia-400:nth-child(even) {
  --tw-gradient-to: #e879f9;
}

.even\:to-fuchsia-500:nth-child(even) {
  --tw-gradient-to: #d946ef;
}

.even\:to-fuchsia-600:nth-child(even) {
  --tw-gradient-to: #c026d3;
}

.even\:to-fuchsia-700:nth-child(even) {
  --tw-gradient-to: #a21caf;
}

.even\:to-fuchsia-800:nth-child(even) {
  --tw-gradient-to: #86198f;
}

.even\:to-fuchsia-900:nth-child(even) {
  --tw-gradient-to: #701a75;
}

.even\:to-purple-50:nth-child(even) {
  --tw-gradient-to: #faf5ff;
}

.even\:to-purple-100:nth-child(even) {
  --tw-gradient-to: #f3e8ff;
}

.even\:to-purple-200:nth-child(even) {
  --tw-gradient-to: #e9d5ff;
}

.even\:to-purple-300:nth-child(even) {
  --tw-gradient-to: #d8b4fe;
}

.even\:to-purple-400:nth-child(even) {
  --tw-gradient-to: #c084fc;
}

.even\:to-purple-500:nth-child(even) {
  --tw-gradient-to: #a855f7;
}

.even\:to-purple-600:nth-child(even) {
  --tw-gradient-to: #9333ea;
}

.even\:to-purple-700:nth-child(even) {
  --tw-gradient-to: #7e22ce;
}

.even\:to-purple-800:nth-child(even) {
  --tw-gradient-to: #6b21a8;
}

.even\:to-purple-900:nth-child(even) {
  --tw-gradient-to: #581c87;
}

.even\:to-violet-50:nth-child(even) {
  --tw-gradient-to: #f5f3ff;
}

.even\:to-violet-100:nth-child(even) {
  --tw-gradient-to: #ede9fe;
}

.even\:to-violet-200:nth-child(even) {
  --tw-gradient-to: #ddd6fe;
}

.even\:to-violet-300:nth-child(even) {
  --tw-gradient-to: #c4b5fd;
}

.even\:to-violet-400:nth-child(even) {
  --tw-gradient-to: #a78bfa;
}

.even\:to-violet-500:nth-child(even) {
  --tw-gradient-to: #8b5cf6;
}

.even\:to-violet-600:nth-child(even) {
  --tw-gradient-to: #7c3aed;
}

.even\:to-violet-700:nth-child(even) {
  --tw-gradient-to: #6d28d9;
}

.even\:to-violet-800:nth-child(even) {
  --tw-gradient-to: #5b21b6;
}

.even\:to-violet-900:nth-child(even) {
  --tw-gradient-to: #4c1d95;
}

.even\:to-indigo-50:nth-child(even) {
  --tw-gradient-to: #eef2ff;
}

.even\:to-indigo-100:nth-child(even) {
  --tw-gradient-to: #e0e7ff;
}

.even\:to-indigo-200:nth-child(even) {
  --tw-gradient-to: #c7d2fe;
}

.even\:to-indigo-300:nth-child(even) {
  --tw-gradient-to: #a5b4fc;
}

.even\:to-indigo-400:nth-child(even) {
  --tw-gradient-to: #818cf8;
}

.even\:to-indigo-500:nth-child(even) {
  --tw-gradient-to: #6366f1;
}

.even\:to-indigo-600:nth-child(even) {
  --tw-gradient-to: #4f46e5;
}

.even\:to-indigo-700:nth-child(even) {
  --tw-gradient-to: #4338ca;
}

.even\:to-indigo-800:nth-child(even) {
  --tw-gradient-to: #3730a3;
}

.even\:to-indigo-900:nth-child(even) {
  --tw-gradient-to: #312e81;
}

.even\:to-blue-50:nth-child(even) {
  --tw-gradient-to: #eff6ff;
}

.even\:to-blue-100:nth-child(even) {
  --tw-gradient-to: #dbeafe;
}

.even\:to-blue-200:nth-child(even) {
  --tw-gradient-to: #bfdbfe;
}

.even\:to-blue-300:nth-child(even) {
  --tw-gradient-to: #93c5fd;
}

.even\:to-blue-400:nth-child(even) {
  --tw-gradient-to: #60a5fa;
}

.even\:to-blue-500:nth-child(even) {
  --tw-gradient-to: #3b82f6;
}

.even\:to-blue-600:nth-child(even) {
  --tw-gradient-to: #2563eb;
}

.even\:to-blue-700:nth-child(even) {
  --tw-gradient-to: #1d4ed8;
}

.even\:to-blue-800:nth-child(even) {
  --tw-gradient-to: #1e40af;
}

.even\:to-blue-900:nth-child(even) {
  --tw-gradient-to: #1e3a8a;
}

.even\:to-lightBlue-50:nth-child(even) {
  --tw-gradient-to: #f0f9ff;
}

.even\:to-lightBlue-100:nth-child(even) {
  --tw-gradient-to: #e0f2fe;
}

.even\:to-lightBlue-200:nth-child(even) {
  --tw-gradient-to: #bae6fd;
}

.even\:to-lightBlue-300:nth-child(even) {
  --tw-gradient-to: #7dd3fc;
}

.even\:to-lightBlue-400:nth-child(even) {
  --tw-gradient-to: #38bdf8;
}

.even\:to-lightBlue-500:nth-child(even) {
  --tw-gradient-to: #0ea5e9;
}

.even\:to-lightBlue-600:nth-child(even) {
  --tw-gradient-to: #0284c7;
}

.even\:to-lightBlue-700:nth-child(even) {
  --tw-gradient-to: #0369a1;
}

.even\:to-lightBlue-800:nth-child(even) {
  --tw-gradient-to: #075985;
}

.even\:to-lightBlue-900:nth-child(even) {
  --tw-gradient-to: #0c4a6e;
}

.even\:to-cyan-50:nth-child(even) {
  --tw-gradient-to: #ecfeff;
}

.even\:to-cyan-100:nth-child(even) {
  --tw-gradient-to: #cffafe;
}

.even\:to-cyan-200:nth-child(even) {
  --tw-gradient-to: #a5f3fc;
}

.even\:to-cyan-300:nth-child(even) {
  --tw-gradient-to: #67e8f9;
}

.even\:to-cyan-400:nth-child(even) {
  --tw-gradient-to: #22d3ee;
}

.even\:to-cyan-500:nth-child(even) {
  --tw-gradient-to: #06b6d4;
}

.even\:to-cyan-600:nth-child(even) {
  --tw-gradient-to: #0891b2;
}

.even\:to-cyan-700:nth-child(even) {
  --tw-gradient-to: #0e7490;
}

.even\:to-cyan-800:nth-child(even) {
  --tw-gradient-to: #155e75;
}

.even\:to-cyan-900:nth-child(even) {
  --tw-gradient-to: #164e63;
}

.even\:to-teal-50:nth-child(even) {
  --tw-gradient-to: #f0fdfa;
}

.even\:to-teal-100:nth-child(even) {
  --tw-gradient-to: #ccfbf1;
}

.even\:to-teal-200:nth-child(even) {
  --tw-gradient-to: #99f6e4;
}

.even\:to-teal-300:nth-child(even) {
  --tw-gradient-to: #5eead4;
}

.even\:to-teal-400:nth-child(even) {
  --tw-gradient-to: #2dd4bf;
}

.even\:to-teal-500:nth-child(even) {
  --tw-gradient-to: #14b8a6;
}

.even\:to-teal-600:nth-child(even) {
  --tw-gradient-to: #0d9488;
}

.even\:to-teal-700:nth-child(even) {
  --tw-gradient-to: #0f766e;
}

.even\:to-teal-800:nth-child(even) {
  --tw-gradient-to: #115e59;
}

.even\:to-teal-900:nth-child(even) {
  --tw-gradient-to: #134e4a;
}

.even\:to-emerald-50:nth-child(even) {
  --tw-gradient-to: #ecfdf5;
}

.even\:to-emerald-100:nth-child(even) {
  --tw-gradient-to: #d1fae5;
}

.even\:to-emerald-200:nth-child(even) {
  --tw-gradient-to: #a7f3d0;
}

.even\:to-emerald-300:nth-child(even) {
  --tw-gradient-to: #6ee7b7;
}

.even\:to-emerald-400:nth-child(even) {
  --tw-gradient-to: #34d399;
}

.even\:to-emerald-500:nth-child(even) {
  --tw-gradient-to: #10b981;
}

.even\:to-emerald-600:nth-child(even) {
  --tw-gradient-to: #059669;
}

.even\:to-emerald-700:nth-child(even) {
  --tw-gradient-to: #047857;
}

.even\:to-emerald-800:nth-child(even) {
  --tw-gradient-to: #065f46;
}

.even\:to-emerald-900:nth-child(even) {
  --tw-gradient-to: #064e3b;
}

.even\:to-green-50:nth-child(even) {
  --tw-gradient-to: #f0fdf4;
}

.even\:to-green-100:nth-child(even) {
  --tw-gradient-to: #dcfce7;
}

.even\:to-green-200:nth-child(even) {
  --tw-gradient-to: #bbf7d0;
}

.even\:to-green-300:nth-child(even) {
  --tw-gradient-to: #86efac;
}

.even\:to-green-400:nth-child(even) {
  --tw-gradient-to: #4ade80;
}

.even\:to-green-500:nth-child(even) {
  --tw-gradient-to: #22c55e;
}

.even\:to-green-600:nth-child(even) {
  --tw-gradient-to: #16a34a;
}

.even\:to-green-700:nth-child(even) {
  --tw-gradient-to: #15803d;
}

.even\:to-green-800:nth-child(even) {
  --tw-gradient-to: #166534;
}

.even\:to-green-900:nth-child(even) {
  --tw-gradient-to: #14532d;
}

.even\:to-lime-50:nth-child(even) {
  --tw-gradient-to: #f7fee7;
}

.even\:to-lime-100:nth-child(even) {
  --tw-gradient-to: #ecfccb;
}

.even\:to-lime-200:nth-child(even) {
  --tw-gradient-to: #d9f99d;
}

.even\:to-lime-300:nth-child(even) {
  --tw-gradient-to: #bef264;
}

.even\:to-lime-400:nth-child(even) {
  --tw-gradient-to: #a3e635;
}

.even\:to-lime-500:nth-child(even) {
  --tw-gradient-to: #84cc16;
}

.even\:to-lime-600:nth-child(even) {
  --tw-gradient-to: #65a30d;
}

.even\:to-lime-700:nth-child(even) {
  --tw-gradient-to: #4d7c0f;
}

.even\:to-lime-800:nth-child(even) {
  --tw-gradient-to: #3f6212;
}

.even\:to-lime-900:nth-child(even) {
  --tw-gradient-to: #365314;
}

.even\:to-yellow-50:nth-child(even) {
  --tw-gradient-to: #fefce8;
}

.even\:to-yellow-100:nth-child(even) {
  --tw-gradient-to: #fef9c3;
}

.even\:to-yellow-200:nth-child(even) {
  --tw-gradient-to: #fef08a;
}

.even\:to-yellow-300:nth-child(even) {
  --tw-gradient-to: #fde047;
}

.even\:to-yellow-400:nth-child(even) {
  --tw-gradient-to: #facc15;
}

.even\:to-yellow-500:nth-child(even) {
  --tw-gradient-to: #eab308;
}

.even\:to-yellow-600:nth-child(even) {
  --tw-gradient-to: #ca8a04;
}

.even\:to-yellow-700:nth-child(even) {
  --tw-gradient-to: #a16207;
}

.even\:to-yellow-800:nth-child(even) {
  --tw-gradient-to: #854d0e;
}

.even\:to-yellow-900:nth-child(even) {
  --tw-gradient-to: #713f12;
}

.even\:to-amber-50:nth-child(even) {
  --tw-gradient-to: #fffbeb;
}

.even\:to-amber-100:nth-child(even) {
  --tw-gradient-to: #fef3c7;
}

.even\:to-amber-200:nth-child(even) {
  --tw-gradient-to: #fde68a;
}

.even\:to-amber-300:nth-child(even) {
  --tw-gradient-to: #fcd34d;
}

.even\:to-amber-400:nth-child(even) {
  --tw-gradient-to: #fbbf24;
}

.even\:to-amber-500:nth-child(even) {
  --tw-gradient-to: #f59e0b;
}

.even\:to-amber-600:nth-child(even) {
  --tw-gradient-to: #d97706;
}

.even\:to-amber-700:nth-child(even) {
  --tw-gradient-to: #b45309;
}

.even\:to-amber-800:nth-child(even) {
  --tw-gradient-to: #92400e;
}

.even\:to-amber-900:nth-child(even) {
  --tw-gradient-to: #78350f;
}

.even\:to-orange-50:nth-child(even) {
  --tw-gradient-to: #fff7ed;
}

.even\:to-orange-100:nth-child(even) {
  --tw-gradient-to: #ffedd5;
}

.even\:to-orange-200:nth-child(even) {
  --tw-gradient-to: #fed7aa;
}

.even\:to-orange-300:nth-child(even) {
  --tw-gradient-to: #fdba74;
}

.even\:to-orange-400:nth-child(even) {
  --tw-gradient-to: #fb923c;
}

.even\:to-orange-500:nth-child(even) {
  --tw-gradient-to: #f97316;
}

.even\:to-orange-600:nth-child(even) {
  --tw-gradient-to: #ea580c;
}

.even\:to-orange-700:nth-child(even) {
  --tw-gradient-to: #c2410c;
}

.even\:to-orange-800:nth-child(even) {
  --tw-gradient-to: #9a3412;
}

.even\:to-orange-900:nth-child(even) {
  --tw-gradient-to: #7c2d12;
}

.even\:to-red-50:nth-child(even) {
  --tw-gradient-to: #fef2f2;
}

.even\:to-red-100:nth-child(even) {
  --tw-gradient-to: #fee2e2;
}

.even\:to-red-200:nth-child(even) {
  --tw-gradient-to: #fecaca;
}

.even\:to-red-300:nth-child(even) {
  --tw-gradient-to: #fca5a5;
}

.even\:to-red-400:nth-child(even) {
  --tw-gradient-to: #f87171;
}

.even\:to-red-500:nth-child(even) {
  --tw-gradient-to: #ef4444;
}

.even\:to-red-600:nth-child(even) {
  --tw-gradient-to: #dc2626;
}

.even\:to-red-700:nth-child(even) {
  --tw-gradient-to: #b91c1c;
}

.even\:to-red-800:nth-child(even) {
  --tw-gradient-to: #991b1b;
}

.even\:to-red-900:nth-child(even) {
  --tw-gradient-to: #7f1d1d;
}

.even\:to-warmGray-50:nth-child(even) {
  --tw-gradient-to: #fafaf9;
}

.even\:to-warmGray-100:nth-child(even) {
  --tw-gradient-to: #f5f5f4;
}

.even\:to-warmGray-200:nth-child(even) {
  --tw-gradient-to: #e7e5e4;
}

.even\:to-warmGray-300:nth-child(even) {
  --tw-gradient-to: #d6d3d1;
}

.even\:to-warmGray-400:nth-child(even) {
  --tw-gradient-to: #a8a29e;
}

.even\:to-warmGray-500:nth-child(even) {
  --tw-gradient-to: #78716c;
}

.even\:to-warmGray-600:nth-child(even) {
  --tw-gradient-to: #57534e;
}

.even\:to-warmGray-700:nth-child(even) {
  --tw-gradient-to: #44403c;
}

.even\:to-warmGray-800:nth-child(even) {
  --tw-gradient-to: #292524;
}

.even\:to-warmGray-900:nth-child(even) {
  --tw-gradient-to: #1c1917;
}

.even\:to-trueGray-50:nth-child(even) {
  --tw-gradient-to: #fafafa;
}

.even\:to-trueGray-100:nth-child(even) {
  --tw-gradient-to: #f5f5f5;
}

.even\:to-trueGray-200:nth-child(even) {
  --tw-gradient-to: #e5e5e5;
}

.even\:to-trueGray-300:nth-child(even) {
  --tw-gradient-to: #d4d4d4;
}

.even\:to-trueGray-400:nth-child(even) {
  --tw-gradient-to: #a3a3a3;
}

.even\:to-trueGray-500:nth-child(even) {
  --tw-gradient-to: #737373;
}

.even\:to-trueGray-600:nth-child(even) {
  --tw-gradient-to: #525252;
}

.even\:to-trueGray-700:nth-child(even) {
  --tw-gradient-to: #404040;
}

.even\:to-trueGray-800:nth-child(even) {
  --tw-gradient-to: #262626;
}

.even\:to-trueGray-900:nth-child(even) {
  --tw-gradient-to: #171717;
}

.even\:to-gray-50:nth-child(even) {
  --tw-gradient-to: #fafafa;
}

.even\:to-gray-100:nth-child(even) {
  --tw-gradient-to: #f4f4f5;
}

.even\:to-gray-200:nth-child(even) {
  --tw-gradient-to: #e4e4e7;
}

.even\:to-gray-300:nth-child(even) {
  --tw-gradient-to: #d4d4d8;
}

.even\:to-gray-400:nth-child(even) {
  --tw-gradient-to: #a1a1aa;
}

.even\:to-gray-500:nth-child(even) {
  --tw-gradient-to: #71717a;
}

.even\:to-gray-600:nth-child(even) {
  --tw-gradient-to: #52525b;
}

.even\:to-gray-700:nth-child(even) {
  --tw-gradient-to: #3f3f46;
}

.even\:to-gray-800:nth-child(even) {
  --tw-gradient-to: #27272a;
}

.even\:to-gray-900:nth-child(even) {
  --tw-gradient-to: #18181b;
}

.even\:to-coolGray-50:nth-child(even) {
  --tw-gradient-to: #f9fafb;
}

.even\:to-coolGray-100:nth-child(even) {
  --tw-gradient-to: #f3f4f6;
}

.even\:to-coolGray-200:nth-child(even) {
  --tw-gradient-to: #e5e7eb;
}

.even\:to-coolGray-300:nth-child(even) {
  --tw-gradient-to: #d1d5db;
}

.even\:to-coolGray-400:nth-child(even) {
  --tw-gradient-to: #9ca3af;
}

.even\:to-coolGray-500:nth-child(even) {
  --tw-gradient-to: #6b7280;
}

.even\:to-coolGray-600:nth-child(even) {
  --tw-gradient-to: #4b5563;
}

.even\:to-coolGray-700:nth-child(even) {
  --tw-gradient-to: #374151;
}

.even\:to-coolGray-800:nth-child(even) {
  --tw-gradient-to: #1f2937;
}

.even\:to-coolGray-900:nth-child(even) {
  --tw-gradient-to: #111827;
}

.even\:to-blueGray-50:nth-child(even) {
  --tw-gradient-to: #f8fafc;
}

.even\:to-blueGray-100:nth-child(even) {
  --tw-gradient-to: #f1f5f9;
}

.even\:to-blueGray-200:nth-child(even) {
  --tw-gradient-to: #e2e8f0;
}

.even\:to-blueGray-300:nth-child(even) {
  --tw-gradient-to: #cbd5e1;
}

.even\:to-blueGray-400:nth-child(even) {
  --tw-gradient-to: #94a3b8;
}

.even\:to-blueGray-500:nth-child(even) {
  --tw-gradient-to: #64748b;
}

.even\:to-blueGray-600:nth-child(even) {
  --tw-gradient-to: #475569;
}

.even\:to-blueGray-700:nth-child(even) {
  --tw-gradient-to: #334155;
}

.even\:to-blueGray-800:nth-child(even) {
  --tw-gradient-to: #1e293b;
}

.even\:to-blueGray-900:nth-child(even) {
  --tw-gradient-to: #0f172a;
}

.even\:to-current:nth-child(even) {
  --tw-gradient-to: current;
}

.even\:to-transparent:nth-child(even) {
  --tw-gradient-to: transparent;
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-rose-50:hover {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:from-rose-100:hover {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:from-rose-200:hover {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:from-rose-300:hover {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:from-rose-400:hover {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:from-rose-500:hover {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:from-rose-600:hover {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:from-rose-700:hover {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:from-rose-800:hover {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:from-rose-900:hover {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-fuchsia-50:hover {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:from-fuchsia-100:hover {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:from-fuchsia-200:hover {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:from-fuchsia-300:hover {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:from-fuchsia-400:hover {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:from-fuchsia-500:hover {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:from-fuchsia-600:hover {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:from-fuchsia-700:hover {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:from-fuchsia-800:hover {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:from-fuchsia-900:hover {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:from-violet-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-violet-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-violet-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-violet-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-violet-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-violet-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-violet-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-violet-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-violet-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-violet-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-lightBlue-50:hover {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:from-lightBlue-100:hover {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:from-lightBlue-200:hover {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:from-lightBlue-300:hover {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:from-lightBlue-400:hover {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:from-lightBlue-500:hover {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:from-lightBlue-600:hover {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:from-lightBlue-700:hover {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:from-lightBlue-800:hover {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:from-lightBlue-900:hover {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:from-cyan-50:hover {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:from-cyan-300:hover {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:from-cyan-400:hover {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:from-cyan-500:hover {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:from-cyan-600:hover {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:from-cyan-700:hover {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:from-cyan-800:hover {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:from-cyan-900:hover {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:from-teal-50:hover {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:from-teal-100:hover {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:from-teal-200:hover {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:from-teal-300:hover {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:from-teal-400:hover {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:from-teal-500:hover {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:from-teal-700:hover {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:from-teal-800:hover {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:from-teal-900:hover {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:from-emerald-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-emerald-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-emerald-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-emerald-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-emerald-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-emerald-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-emerald-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-emerald-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-emerald-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-emerald-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:from-lime-50:hover {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:from-lime-100:hover {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:from-lime-200:hover {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:from-lime-300:hover {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:from-lime-400:hover {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:from-lime-500:hover {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:from-lime-700:hover {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:from-lime-800:hover {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:from-lime-900:hover {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:from-amber-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-amber-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-amber-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-amber-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-amber-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-amber-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-amber-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-amber-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-amber-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-amber-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-orange-50:hover {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:from-orange-100:hover {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:from-orange-200:hover {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:from-orange-300:hover {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:from-orange-400:hover {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:from-orange-500:hover {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:from-orange-700:hover {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:from-orange-800:hover {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:from-orange-900:hover {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-warmGray-50:hover {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:from-warmGray-100:hover {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:from-warmGray-200:hover {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:from-warmGray-300:hover {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:from-warmGray-400:hover {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:from-warmGray-500:hover {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:from-warmGray-600:hover {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:from-warmGray-700:hover {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:from-warmGray-800:hover {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:from-warmGray-900:hover {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:from-trueGray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-trueGray-100:hover {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:from-trueGray-200:hover {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:from-trueGray-300:hover {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:from-trueGray-400:hover {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:from-trueGray-500:hover {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:from-trueGray-600:hover {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:from-trueGray-700:hover {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:from-trueGray-800:hover {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:from-trueGray-900:hover {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:from-coolGray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-coolGray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-coolGray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-coolGray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-coolGray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-coolGray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-coolGray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-coolGray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-coolGray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-coolGray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-blueGray-50:hover {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:from-blueGray-100:hover {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:from-blueGray-200:hover {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:from-blueGray-300:hover {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:from-blueGray-400:hover {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:from-blueGray-500:hover {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:from-blueGray-600:hover {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:from-blueGray-700:hover {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:from-blueGray-800:hover {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:from-blueGray-900:hover {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-rose-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.hover\:via-rose-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.hover\:via-rose-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.hover\:via-rose-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.hover\:via-rose-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.hover\:via-rose-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.hover\:via-rose-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.hover\:via-rose-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.hover\:via-rose-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.hover\:via-rose-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-fuchsia-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.hover\:via-fuchsia-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.hover\:via-fuchsia-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.hover\:via-fuchsia-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.hover\:via-fuchsia-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.hover\:via-fuchsia-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.hover\:via-fuchsia-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.hover\:via-fuchsia-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.hover\:via-fuchsia-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.hover\:via-fuchsia-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.hover\:via-violet-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-violet-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-violet-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-violet-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-violet-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-violet-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-violet-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-violet-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-violet-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-violet-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-lightBlue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.hover\:via-lightBlue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.hover\:via-lightBlue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.hover\:via-lightBlue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.hover\:via-lightBlue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.hover\:via-lightBlue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.hover\:via-lightBlue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.hover\:via-lightBlue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.hover\:via-lightBlue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.hover\:via-lightBlue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.hover\:via-cyan-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.hover\:via-cyan-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.hover\:via-cyan-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.hover\:via-cyan-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.hover\:via-cyan-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.hover\:via-cyan-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.hover\:via-cyan-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.hover\:via-cyan-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.hover\:via-cyan-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.hover\:via-cyan-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.hover\:via-teal-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.hover\:via-teal-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.hover\:via-teal-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.hover\:via-teal-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.hover\:via-teal-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.hover\:via-teal-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.hover\:via-teal-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.hover\:via-teal-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.hover\:via-teal-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.hover\:via-teal-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.hover\:via-emerald-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-emerald-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-emerald-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-emerald-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-emerald-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-emerald-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-emerald-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-emerald-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-emerald-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-emerald-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.hover\:via-lime-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.hover\:via-lime-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.hover\:via-lime-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.hover\:via-lime-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.hover\:via-lime-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.hover\:via-lime-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.hover\:via-lime-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.hover\:via-lime-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.hover\:via-lime-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.hover\:via-lime-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.hover\:via-amber-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-amber-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-amber-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-amber-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-amber-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-amber-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-amber-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-amber-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-amber-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-amber-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-orange-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.hover\:via-orange-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.hover\:via-orange-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.hover\:via-orange-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.hover\:via-orange-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.hover\:via-orange-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.hover\:via-orange-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.hover\:via-orange-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.hover\:via-orange-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.hover\:via-orange-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-warmGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.hover\:via-warmGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.hover\:via-warmGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.hover\:via-warmGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.hover\:via-warmGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.hover\:via-warmGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.hover\:via-warmGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.hover\:via-warmGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.hover\:via-warmGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.hover\:via-warmGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.hover\:via-trueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-trueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:via-trueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.hover\:via-trueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.hover\:via-trueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.hover\:via-trueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.hover\:via-trueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.hover\:via-trueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.hover\:via-trueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.hover\:via-trueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:via-coolGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-coolGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-coolGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-coolGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-coolGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-coolGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-coolGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-coolGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-coolGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-coolGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-blueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.hover\:via-blueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.hover\:via-blueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.hover\:via-blueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.hover\:via-blueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.hover\:via-blueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.hover\:via-blueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.hover\:via-blueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.hover\:via-blueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.hover\:via-blueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-rose-50:hover {
  --tw-gradient-to: #fff1f2;
}

.hover\:to-rose-100:hover {
  --tw-gradient-to: #ffe4e6;
}

.hover\:to-rose-200:hover {
  --tw-gradient-to: #fecdd3;
}

.hover\:to-rose-300:hover {
  --tw-gradient-to: #fda4af;
}

.hover\:to-rose-400:hover {
  --tw-gradient-to: #fb7185;
}

.hover\:to-rose-500:hover {
  --tw-gradient-to: #f43f5e;
}

.hover\:to-rose-600:hover {
  --tw-gradient-to: #e11d48;
}

.hover\:to-rose-700:hover {
  --tw-gradient-to: #be123c;
}

.hover\:to-rose-800:hover {
  --tw-gradient-to: #9f1239;
}

.hover\:to-rose-900:hover {
  --tw-gradient-to: #881337;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-fuchsia-50:hover {
  --tw-gradient-to: #fdf4ff;
}

.hover\:to-fuchsia-100:hover {
  --tw-gradient-to: #fae8ff;
}

.hover\:to-fuchsia-200:hover {
  --tw-gradient-to: #f5d0fe;
}

.hover\:to-fuchsia-300:hover {
  --tw-gradient-to: #f0abfc;
}

.hover\:to-fuchsia-400:hover {
  --tw-gradient-to: #e879f9;
}

.hover\:to-fuchsia-500:hover {
  --tw-gradient-to: #d946ef;
}

.hover\:to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3;
}

.hover\:to-fuchsia-700:hover {
  --tw-gradient-to: #a21caf;
}

.hover\:to-fuchsia-800:hover {
  --tw-gradient-to: #86198f;
}

.hover\:to-fuchsia-900:hover {
  --tw-gradient-to: #701a75;
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #faf5ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #f3e8ff;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #e9d5ff;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #d8b4fe;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #c084fc;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #581c87;
}

.hover\:to-violet-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-violet-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-violet-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-violet-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-violet-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-violet-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-violet-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-violet-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-violet-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-violet-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-lightBlue-50:hover {
  --tw-gradient-to: #f0f9ff;
}

.hover\:to-lightBlue-100:hover {
  --tw-gradient-to: #e0f2fe;
}

.hover\:to-lightBlue-200:hover {
  --tw-gradient-to: #bae6fd;
}

.hover\:to-lightBlue-300:hover {
  --tw-gradient-to: #7dd3fc;
}

.hover\:to-lightBlue-400:hover {
  --tw-gradient-to: #38bdf8;
}

.hover\:to-lightBlue-500:hover {
  --tw-gradient-to: #0ea5e9;
}

.hover\:to-lightBlue-600:hover {
  --tw-gradient-to: #0284c7;
}

.hover\:to-lightBlue-700:hover {
  --tw-gradient-to: #0369a1;
}

.hover\:to-lightBlue-800:hover {
  --tw-gradient-to: #075985;
}

.hover\:to-lightBlue-900:hover {
  --tw-gradient-to: #0c4a6e;
}

.hover\:to-cyan-50:hover {
  --tw-gradient-to: #ecfeff;
}

.hover\:to-cyan-100:hover {
  --tw-gradient-to: #cffafe;
}

.hover\:to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc;
}

.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9;
}

.hover\:to-cyan-400:hover {
  --tw-gradient-to: #22d3ee;
}

.hover\:to-cyan-500:hover {
  --tw-gradient-to: #06b6d4;
}

.hover\:to-cyan-600:hover {
  --tw-gradient-to: #0891b2;
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490;
}

.hover\:to-cyan-800:hover {
  --tw-gradient-to: #155e75;
}

.hover\:to-cyan-900:hover {
  --tw-gradient-to: #164e63;
}

.hover\:to-teal-50:hover {
  --tw-gradient-to: #f0fdfa;
}

.hover\:to-teal-100:hover {
  --tw-gradient-to: #ccfbf1;
}

.hover\:to-teal-200:hover {
  --tw-gradient-to: #99f6e4;
}

.hover\:to-teal-300:hover {
  --tw-gradient-to: #5eead4;
}

.hover\:to-teal-400:hover {
  --tw-gradient-to: #2dd4bf;
}

.hover\:to-teal-500:hover {
  --tw-gradient-to: #14b8a6;
}

.hover\:to-teal-600:hover {
  --tw-gradient-to: #0d9488;
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e;
}

.hover\:to-teal-800:hover {
  --tw-gradient-to: #115e59;
}

.hover\:to-teal-900:hover {
  --tw-gradient-to: #134e4a;
}

.hover\:to-emerald-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-emerald-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-emerald-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-emerald-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-emerald-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-emerald-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-emerald-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-emerald-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #f0fdf4;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #dcfce7;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #bbf7d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #86efac;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #4ade80;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #22c55e;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #16a34a;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #166534;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #14532d;
}

.hover\:to-lime-50:hover {
  --tw-gradient-to: #f7fee7;
}

.hover\:to-lime-100:hover {
  --tw-gradient-to: #ecfccb;
}

.hover\:to-lime-200:hover {
  --tw-gradient-to: #d9f99d;
}

.hover\:to-lime-300:hover {
  --tw-gradient-to: #bef264;
}

.hover\:to-lime-400:hover {
  --tw-gradient-to: #a3e635;
}

.hover\:to-lime-500:hover {
  --tw-gradient-to: #84cc16;
}

.hover\:to-lime-600:hover {
  --tw-gradient-to: #65a30d;
}

.hover\:to-lime-700:hover {
  --tw-gradient-to: #4d7c0f;
}

.hover\:to-lime-800:hover {
  --tw-gradient-to: #3f6212;
}

.hover\:to-lime-900:hover {
  --tw-gradient-to: #365314;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fefce8;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef9c3;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fef08a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fde047;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #facc15;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #eab308;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #ca8a04;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #a16207;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #854d0e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #713f12;
}

.hover\:to-amber-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-amber-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-amber-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-amber-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-amber-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-amber-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-amber-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-amber-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-amber-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-orange-50:hover {
  --tw-gradient-to: #fff7ed;
}

.hover\:to-orange-100:hover {
  --tw-gradient-to: #ffedd5;
}

.hover\:to-orange-200:hover {
  --tw-gradient-to: #fed7aa;
}

.hover\:to-orange-300:hover {
  --tw-gradient-to: #fdba74;
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #fb923c;
}

.hover\:to-orange-500:hover {
  --tw-gradient-to: #f97316;
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c;
}

.hover\:to-orange-700:hover {
  --tw-gradient-to: #c2410c;
}

.hover\:to-orange-800:hover {
  --tw-gradient-to: #9a3412;
}

.hover\:to-orange-900:hover {
  --tw-gradient-to: #7c2d12;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-warmGray-50:hover {
  --tw-gradient-to: #fafaf9;
}

.hover\:to-warmGray-100:hover {
  --tw-gradient-to: #f5f5f4;
}

.hover\:to-warmGray-200:hover {
  --tw-gradient-to: #e7e5e4;
}

.hover\:to-warmGray-300:hover {
  --tw-gradient-to: #d6d3d1;
}

.hover\:to-warmGray-400:hover {
  --tw-gradient-to: #a8a29e;
}

.hover\:to-warmGray-500:hover {
  --tw-gradient-to: #78716c;
}

.hover\:to-warmGray-600:hover {
  --tw-gradient-to: #57534e;
}

.hover\:to-warmGray-700:hover {
  --tw-gradient-to: #44403c;
}

.hover\:to-warmGray-800:hover {
  --tw-gradient-to: #292524;
}

.hover\:to-warmGray-900:hover {
  --tw-gradient-to: #1c1917;
}

.hover\:to-trueGray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-trueGray-100:hover {
  --tw-gradient-to: #f5f5f5;
}

.hover\:to-trueGray-200:hover {
  --tw-gradient-to: #e5e5e5;
}

.hover\:to-trueGray-300:hover {
  --tw-gradient-to: #d4d4d4;
}

.hover\:to-trueGray-400:hover {
  --tw-gradient-to: #a3a3a3;
}

.hover\:to-trueGray-500:hover {
  --tw-gradient-to: #737373;
}

.hover\:to-trueGray-600:hover {
  --tw-gradient-to: #525252;
}

.hover\:to-trueGray-700:hover {
  --tw-gradient-to: #404040;
}

.hover\:to-trueGray-800:hover {
  --tw-gradient-to: #262626;
}

.hover\:to-trueGray-900:hover {
  --tw-gradient-to: #171717;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f4f4f5;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e4e4e7;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d4d4d8;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #a1a1aa;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #71717a;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #52525b;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #3f3f46;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #27272a;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #18181b;
}

.hover\:to-coolGray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-coolGray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-coolGray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-coolGray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-coolGray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-coolGray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-coolGray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-coolGray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-coolGray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-coolGray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-blueGray-50:hover {
  --tw-gradient-to: #f8fafc;
}

.hover\:to-blueGray-100:hover {
  --tw-gradient-to: #f1f5f9;
}

.hover\:to-blueGray-200:hover {
  --tw-gradient-to: #e2e8f0;
}

.hover\:to-blueGray-300:hover {
  --tw-gradient-to: #cbd5e1;
}

.hover\:to-blueGray-400:hover {
  --tw-gradient-to: #94a3b8;
}

.hover\:to-blueGray-500:hover {
  --tw-gradient-to: #64748b;
}

.hover\:to-blueGray-600:hover {
  --tw-gradient-to: #475569;
}

.hover\:to-blueGray-700:hover {
  --tw-gradient-to: #334155;
}

.hover\:to-blueGray-800:hover {
  --tw-gradient-to: #1e293b;
}

.hover\:to-blueGray-900:hover {
  --tw-gradient-to: #0f172a;
}

.hover\:to-current:hover {
  --tw-gradient-to: current;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-rose-50:focus {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:from-rose-100:focus {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:from-rose-200:focus {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:from-rose-300:focus {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:from-rose-400:focus {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:from-rose-500:focus {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:from-rose-600:focus {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:from-rose-700:focus {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:from-rose-800:focus {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:from-rose-900:focus {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-fuchsia-50:focus {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:from-fuchsia-100:focus {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:from-fuchsia-200:focus {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:from-fuchsia-300:focus {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:from-fuchsia-400:focus {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:from-fuchsia-500:focus {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:from-fuchsia-600:focus {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:from-fuchsia-700:focus {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:from-fuchsia-800:focus {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:from-fuchsia-900:focus {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:from-violet-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-violet-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-violet-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-violet-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-violet-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-violet-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-violet-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-violet-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-violet-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-violet-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-lightBlue-50:focus {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:from-lightBlue-100:focus {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:from-lightBlue-200:focus {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:from-lightBlue-300:focus {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:from-lightBlue-400:focus {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:from-lightBlue-500:focus {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:from-lightBlue-600:focus {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:from-lightBlue-700:focus {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:from-lightBlue-800:focus {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:from-lightBlue-900:focus {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:from-cyan-50:focus {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:from-cyan-100:focus {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:from-cyan-300:focus {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:from-cyan-400:focus {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:from-cyan-500:focus {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:from-cyan-600:focus {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:from-cyan-700:focus {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:from-cyan-800:focus {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:from-cyan-900:focus {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:from-teal-50:focus {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:from-teal-100:focus {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:from-teal-200:focus {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:from-teal-300:focus {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:from-teal-400:focus {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:from-teal-500:focus {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:from-teal-600:focus {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:from-teal-700:focus {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:from-teal-800:focus {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:from-teal-900:focus {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:from-emerald-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-emerald-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-emerald-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-emerald-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-emerald-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-emerald-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-emerald-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-emerald-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-emerald-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-emerald-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:from-lime-50:focus {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:from-lime-100:focus {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:from-lime-200:focus {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:from-lime-300:focus {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:from-lime-400:focus {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:from-lime-500:focus {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:from-lime-600:focus {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:from-lime-700:focus {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:from-lime-800:focus {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:from-lime-900:focus {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:from-amber-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-amber-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-amber-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-amber-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-amber-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-amber-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-amber-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-amber-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-amber-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-amber-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-orange-50:focus {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:from-orange-100:focus {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:from-orange-200:focus {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:from-orange-300:focus {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:from-orange-400:focus {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:from-orange-500:focus {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:from-orange-600:focus {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:from-orange-700:focus {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:from-orange-800:focus {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:from-orange-900:focus {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-warmGray-50:focus {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:from-warmGray-100:focus {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:from-warmGray-200:focus {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:from-warmGray-300:focus {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:from-warmGray-400:focus {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:from-warmGray-500:focus {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:from-warmGray-600:focus {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:from-warmGray-700:focus {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:from-warmGray-800:focus {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:from-warmGray-900:focus {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:from-trueGray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-trueGray-100:focus {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:from-trueGray-200:focus {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:from-trueGray-300:focus {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:from-trueGray-400:focus {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:from-trueGray-500:focus {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:from-trueGray-600:focus {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:from-trueGray-700:focus {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:from-trueGray-800:focus {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:from-trueGray-900:focus {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:from-coolGray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-coolGray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-coolGray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-coolGray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-coolGray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-coolGray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-coolGray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-coolGray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-coolGray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-coolGray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-blueGray-50:focus {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:from-blueGray-100:focus {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:from-blueGray-200:focus {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:from-blueGray-300:focus {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:from-blueGray-400:focus {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:from-blueGray-500:focus {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:from-blueGray-600:focus {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:from-blueGray-700:focus {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:from-blueGray-800:focus {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:from-blueGray-900:focus {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-rose-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.focus\:via-rose-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.focus\:via-rose-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.focus\:via-rose-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.focus\:via-rose-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.focus\:via-rose-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.focus\:via-rose-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.focus\:via-rose-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.focus\:via-rose-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.focus\:via-rose-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-fuchsia-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.focus\:via-fuchsia-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.focus\:via-fuchsia-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.focus\:via-fuchsia-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.focus\:via-fuchsia-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.focus\:via-fuchsia-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.focus\:via-fuchsia-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.focus\:via-fuchsia-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.focus\:via-fuchsia-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.focus\:via-fuchsia-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.focus\:via-violet-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-violet-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-violet-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-violet-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-violet-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-violet-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-violet-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-violet-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-violet-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-violet-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-lightBlue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.focus\:via-lightBlue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.focus\:via-lightBlue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.focus\:via-lightBlue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.focus\:via-lightBlue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.focus\:via-lightBlue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.focus\:via-lightBlue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.focus\:via-lightBlue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.focus\:via-lightBlue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.focus\:via-lightBlue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.focus\:via-cyan-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.focus\:via-cyan-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.focus\:via-cyan-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.focus\:via-cyan-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.focus\:via-cyan-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.focus\:via-cyan-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.focus\:via-cyan-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.focus\:via-cyan-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.focus\:via-cyan-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.focus\:via-cyan-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.focus\:via-teal-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.focus\:via-teal-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.focus\:via-teal-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.focus\:via-teal-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.focus\:via-teal-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.focus\:via-teal-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.focus\:via-teal-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.focus\:via-teal-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.focus\:via-teal-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.focus\:via-teal-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.focus\:via-emerald-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-emerald-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-emerald-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-emerald-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-emerald-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-emerald-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-emerald-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-emerald-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-emerald-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-emerald-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.focus\:via-lime-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.focus\:via-lime-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.focus\:via-lime-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.focus\:via-lime-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.focus\:via-lime-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.focus\:via-lime-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.focus\:via-lime-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.focus\:via-lime-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.focus\:via-lime-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.focus\:via-lime-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.focus\:via-amber-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-amber-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-amber-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-amber-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-amber-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-amber-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-amber-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-amber-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-amber-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-amber-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-orange-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.focus\:via-orange-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.focus\:via-orange-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.focus\:via-orange-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.focus\:via-orange-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.focus\:via-orange-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.focus\:via-orange-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.focus\:via-orange-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.focus\:via-orange-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.focus\:via-orange-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-warmGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.focus\:via-warmGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.focus\:via-warmGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.focus\:via-warmGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.focus\:via-warmGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.focus\:via-warmGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.focus\:via-warmGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.focus\:via-warmGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.focus\:via-warmGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.focus\:via-warmGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.focus\:via-trueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-trueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:via-trueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.focus\:via-trueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.focus\:via-trueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.focus\:via-trueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.focus\:via-trueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.focus\:via-trueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.focus\:via-trueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.focus\:via-trueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:via-coolGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-coolGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-coolGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-coolGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-coolGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-coolGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-coolGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-coolGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-coolGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-coolGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-blueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.focus\:via-blueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.focus\:via-blueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.focus\:via-blueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.focus\:via-blueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.focus\:via-blueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.focus\:via-blueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.focus\:via-blueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.focus\:via-blueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.focus\:via-blueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-rose-50:focus {
  --tw-gradient-to: #fff1f2;
}

.focus\:to-rose-100:focus {
  --tw-gradient-to: #ffe4e6;
}

.focus\:to-rose-200:focus {
  --tw-gradient-to: #fecdd3;
}

.focus\:to-rose-300:focus {
  --tw-gradient-to: #fda4af;
}

.focus\:to-rose-400:focus {
  --tw-gradient-to: #fb7185;
}

.focus\:to-rose-500:focus {
  --tw-gradient-to: #f43f5e;
}

.focus\:to-rose-600:focus {
  --tw-gradient-to: #e11d48;
}

.focus\:to-rose-700:focus {
  --tw-gradient-to: #be123c;
}

.focus\:to-rose-800:focus {
  --tw-gradient-to: #9f1239;
}

.focus\:to-rose-900:focus {
  --tw-gradient-to: #881337;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-fuchsia-50:focus {
  --tw-gradient-to: #fdf4ff;
}

.focus\:to-fuchsia-100:focus {
  --tw-gradient-to: #fae8ff;
}

.focus\:to-fuchsia-200:focus {
  --tw-gradient-to: #f5d0fe;
}

.focus\:to-fuchsia-300:focus {
  --tw-gradient-to: #f0abfc;
}

.focus\:to-fuchsia-400:focus {
  --tw-gradient-to: #e879f9;
}

.focus\:to-fuchsia-500:focus {
  --tw-gradient-to: #d946ef;
}

.focus\:to-fuchsia-600:focus {
  --tw-gradient-to: #c026d3;
}

.focus\:to-fuchsia-700:focus {
  --tw-gradient-to: #a21caf;
}

.focus\:to-fuchsia-800:focus {
  --tw-gradient-to: #86198f;
}

.focus\:to-fuchsia-900:focus {
  --tw-gradient-to: #701a75;
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #faf5ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #f3e8ff;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #e9d5ff;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #d8b4fe;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #c084fc;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #a855f7;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #9333ea;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #7e22ce;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #6b21a8;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #581c87;
}

.focus\:to-violet-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-violet-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-violet-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-violet-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-violet-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-violet-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-violet-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-violet-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-violet-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-violet-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-lightBlue-50:focus {
  --tw-gradient-to: #f0f9ff;
}

.focus\:to-lightBlue-100:focus {
  --tw-gradient-to: #e0f2fe;
}

.focus\:to-lightBlue-200:focus {
  --tw-gradient-to: #bae6fd;
}

.focus\:to-lightBlue-300:focus {
  --tw-gradient-to: #7dd3fc;
}

.focus\:to-lightBlue-400:focus {
  --tw-gradient-to: #38bdf8;
}

.focus\:to-lightBlue-500:focus {
  --tw-gradient-to: #0ea5e9;
}

.focus\:to-lightBlue-600:focus {
  --tw-gradient-to: #0284c7;
}

.focus\:to-lightBlue-700:focus {
  --tw-gradient-to: #0369a1;
}

.focus\:to-lightBlue-800:focus {
  --tw-gradient-to: #075985;
}

.focus\:to-lightBlue-900:focus {
  --tw-gradient-to: #0c4a6e;
}

.focus\:to-cyan-50:focus {
  --tw-gradient-to: #ecfeff;
}

.focus\:to-cyan-100:focus {
  --tw-gradient-to: #cffafe;
}

.focus\:to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc;
}

.focus\:to-cyan-300:focus {
  --tw-gradient-to: #67e8f9;
}

.focus\:to-cyan-400:focus {
  --tw-gradient-to: #22d3ee;
}

.focus\:to-cyan-500:focus {
  --tw-gradient-to: #06b6d4;
}

.focus\:to-cyan-600:focus {
  --tw-gradient-to: #0891b2;
}

.focus\:to-cyan-700:focus {
  --tw-gradient-to: #0e7490;
}

.focus\:to-cyan-800:focus {
  --tw-gradient-to: #155e75;
}

.focus\:to-cyan-900:focus {
  --tw-gradient-to: #164e63;
}

.focus\:to-teal-50:focus {
  --tw-gradient-to: #f0fdfa;
}

.focus\:to-teal-100:focus {
  --tw-gradient-to: #ccfbf1;
}

.focus\:to-teal-200:focus {
  --tw-gradient-to: #99f6e4;
}

.focus\:to-teal-300:focus {
  --tw-gradient-to: #5eead4;
}

.focus\:to-teal-400:focus {
  --tw-gradient-to: #2dd4bf;
}

.focus\:to-teal-500:focus {
  --tw-gradient-to: #14b8a6;
}

.focus\:to-teal-600:focus {
  --tw-gradient-to: #0d9488;
}

.focus\:to-teal-700:focus {
  --tw-gradient-to: #0f766e;
}

.focus\:to-teal-800:focus {
  --tw-gradient-to: #115e59;
}

.focus\:to-teal-900:focus {
  --tw-gradient-to: #134e4a;
}

.focus\:to-emerald-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-emerald-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-emerald-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-emerald-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-emerald-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-emerald-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-emerald-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-emerald-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-emerald-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-emerald-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #f0fdf4;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #dcfce7;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #bbf7d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #86efac;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #4ade80;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #22c55e;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #16a34a;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #15803d;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #166534;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #14532d;
}

.focus\:to-lime-50:focus {
  --tw-gradient-to: #f7fee7;
}

.focus\:to-lime-100:focus {
  --tw-gradient-to: #ecfccb;
}

.focus\:to-lime-200:focus {
  --tw-gradient-to: #d9f99d;
}

.focus\:to-lime-300:focus {
  --tw-gradient-to: #bef264;
}

.focus\:to-lime-400:focus {
  --tw-gradient-to: #a3e635;
}

.focus\:to-lime-500:focus {
  --tw-gradient-to: #84cc16;
}

.focus\:to-lime-600:focus {
  --tw-gradient-to: #65a30d;
}

.focus\:to-lime-700:focus {
  --tw-gradient-to: #4d7c0f;
}

.focus\:to-lime-800:focus {
  --tw-gradient-to: #3f6212;
}

.focus\:to-lime-900:focus {
  --tw-gradient-to: #365314;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fefce8;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef9c3;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fef08a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fde047;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #facc15;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #eab308;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #ca8a04;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #a16207;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #854d0e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #713f12;
}

.focus\:to-amber-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-amber-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-amber-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-amber-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-amber-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-amber-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-amber-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-amber-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-amber-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-amber-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-orange-50:focus {
  --tw-gradient-to: #fff7ed;
}

.focus\:to-orange-100:focus {
  --tw-gradient-to: #ffedd5;
}

.focus\:to-orange-200:focus {
  --tw-gradient-to: #fed7aa;
}

.focus\:to-orange-300:focus {
  --tw-gradient-to: #fdba74;
}

.focus\:to-orange-400:focus {
  --tw-gradient-to: #fb923c;
}

.focus\:to-orange-500:focus {
  --tw-gradient-to: #f97316;
}

.focus\:to-orange-600:focus {
  --tw-gradient-to: #ea580c;
}

.focus\:to-orange-700:focus {
  --tw-gradient-to: #c2410c;
}

.focus\:to-orange-800:focus {
  --tw-gradient-to: #9a3412;
}

.focus\:to-orange-900:focus {
  --tw-gradient-to: #7c2d12;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-warmGray-50:focus {
  --tw-gradient-to: #fafaf9;
}

.focus\:to-warmGray-100:focus {
  --tw-gradient-to: #f5f5f4;
}

.focus\:to-warmGray-200:focus {
  --tw-gradient-to: #e7e5e4;
}

.focus\:to-warmGray-300:focus {
  --tw-gradient-to: #d6d3d1;
}

.focus\:to-warmGray-400:focus {
  --tw-gradient-to: #a8a29e;
}

.focus\:to-warmGray-500:focus {
  --tw-gradient-to: #78716c;
}

.focus\:to-warmGray-600:focus {
  --tw-gradient-to: #57534e;
}

.focus\:to-warmGray-700:focus {
  --tw-gradient-to: #44403c;
}

.focus\:to-warmGray-800:focus {
  --tw-gradient-to: #292524;
}

.focus\:to-warmGray-900:focus {
  --tw-gradient-to: #1c1917;
}

.focus\:to-trueGray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-trueGray-100:focus {
  --tw-gradient-to: #f5f5f5;
}

.focus\:to-trueGray-200:focus {
  --tw-gradient-to: #e5e5e5;
}

.focus\:to-trueGray-300:focus {
  --tw-gradient-to: #d4d4d4;
}

.focus\:to-trueGray-400:focus {
  --tw-gradient-to: #a3a3a3;
}

.focus\:to-trueGray-500:focus {
  --tw-gradient-to: #737373;
}

.focus\:to-trueGray-600:focus {
  --tw-gradient-to: #525252;
}

.focus\:to-trueGray-700:focus {
  --tw-gradient-to: #404040;
}

.focus\:to-trueGray-800:focus {
  --tw-gradient-to: #262626;
}

.focus\:to-trueGray-900:focus {
  --tw-gradient-to: #171717;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f4f4f5;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e4e4e7;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d4d4d8;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #a1a1aa;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #71717a;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #52525b;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #3f3f46;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #27272a;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #18181b;
}

.focus\:to-coolGray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-coolGray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-coolGray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-coolGray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-coolGray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-coolGray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-coolGray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-coolGray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-coolGray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-coolGray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-blueGray-50:focus {
  --tw-gradient-to: #f8fafc;
}

.focus\:to-blueGray-100:focus {
  --tw-gradient-to: #f1f5f9;
}

.focus\:to-blueGray-200:focus {
  --tw-gradient-to: #e2e8f0;
}

.focus\:to-blueGray-300:focus {
  --tw-gradient-to: #cbd5e1;
}

.focus\:to-blueGray-400:focus {
  --tw-gradient-to: #94a3b8;
}

.focus\:to-blueGray-500:focus {
  --tw-gradient-to: #64748b;
}

.focus\:to-blueGray-600:focus {
  --tw-gradient-to: #475569;
}

.focus\:to-blueGray-700:focus {
  --tw-gradient-to: #334155;
}

.focus\:to-blueGray-800:focus {
  --tw-gradient-to: #1e293b;
}

.focus\:to-blueGray-900:focus {
  --tw-gradient-to: #0f172a;
}

.focus\:to-current:focus {
  --tw-gradient-to: current;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.active\:from-black:active {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.active\:from-white:active {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.active\:from-rose-50:active {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.active\:from-rose-100:active {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.active\:from-rose-200:active {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.active\:from-rose-300:active {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.active\:from-rose-400:active {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.active\:from-rose-500:active {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.active\:from-rose-600:active {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.active\:from-rose-700:active {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.active\:from-rose-800:active {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.active\:from-rose-900:active {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.active\:from-pink-50:active {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.active\:from-pink-100:active {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.active\:from-pink-200:active {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.active\:from-pink-300:active {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.active\:from-pink-400:active {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.active\:from-pink-500:active {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.active\:from-pink-600:active {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.active\:from-pink-700:active {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.active\:from-pink-800:active {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.active\:from-pink-900:active {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.active\:from-fuchsia-50:active {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.active\:from-fuchsia-100:active {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.active\:from-fuchsia-200:active {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.active\:from-fuchsia-300:active {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.active\:from-fuchsia-400:active {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.active\:from-fuchsia-500:active {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.active\:from-fuchsia-600:active {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.active\:from-fuchsia-700:active {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.active\:from-fuchsia-800:active {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.active\:from-fuchsia-900:active {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.active\:from-purple-50:active {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.active\:from-purple-100:active {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.active\:from-purple-200:active {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.active\:from-purple-300:active {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.active\:from-purple-400:active {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.active\:from-purple-500:active {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.active\:from-purple-600:active {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.active\:from-purple-700:active {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.active\:from-purple-800:active {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.active\:from-purple-900:active {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.active\:from-violet-50:active {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.active\:from-violet-100:active {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.active\:from-violet-200:active {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.active\:from-violet-300:active {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.active\:from-violet-400:active {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.active\:from-violet-500:active {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.active\:from-violet-600:active {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.active\:from-violet-700:active {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.active\:from-violet-800:active {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.active\:from-violet-900:active {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.active\:from-indigo-50:active {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.active\:from-indigo-100:active {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.active\:from-indigo-200:active {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.active\:from-indigo-300:active {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.active\:from-indigo-400:active {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.active\:from-indigo-500:active {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.active\:from-indigo-600:active {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.active\:from-indigo-700:active {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.active\:from-indigo-800:active {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.active\:from-indigo-900:active {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.active\:from-blue-50:active {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.active\:from-blue-100:active {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.active\:from-blue-200:active {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.active\:from-blue-300:active {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.active\:from-blue-400:active {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.active\:from-blue-500:active {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.active\:from-blue-600:active {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.active\:from-blue-700:active {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.active\:from-blue-800:active {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.active\:from-blue-900:active {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.active\:from-lightBlue-50:active {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.active\:from-lightBlue-100:active {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.active\:from-lightBlue-200:active {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.active\:from-lightBlue-300:active {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.active\:from-lightBlue-400:active {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.active\:from-lightBlue-500:active {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.active\:from-lightBlue-600:active {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.active\:from-lightBlue-700:active {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.active\:from-lightBlue-800:active {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.active\:from-lightBlue-900:active {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.active\:from-cyan-50:active {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.active\:from-cyan-100:active {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.active\:from-cyan-200:active {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.active\:from-cyan-300:active {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.active\:from-cyan-400:active {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.active\:from-cyan-500:active {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.active\:from-cyan-600:active {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.active\:from-cyan-700:active {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.active\:from-cyan-800:active {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.active\:from-cyan-900:active {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.active\:from-teal-50:active {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.active\:from-teal-100:active {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.active\:from-teal-200:active {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.active\:from-teal-300:active {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.active\:from-teal-400:active {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.active\:from-teal-500:active {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.active\:from-teal-600:active {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.active\:from-teal-700:active {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.active\:from-teal-800:active {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.active\:from-teal-900:active {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.active\:from-emerald-50:active {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.active\:from-emerald-100:active {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.active\:from-emerald-200:active {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.active\:from-emerald-300:active {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.active\:from-emerald-400:active {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.active\:from-emerald-500:active {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.active\:from-emerald-600:active {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.active\:from-emerald-700:active {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.active\:from-emerald-800:active {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.active\:from-emerald-900:active {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.active\:from-green-50:active {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.active\:from-green-100:active {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.active\:from-green-200:active {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.active\:from-green-300:active {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.active\:from-green-400:active {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.active\:from-green-500:active {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.active\:from-green-600:active {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.active\:from-green-700:active {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.active\:from-green-800:active {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.active\:from-green-900:active {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.active\:from-lime-50:active {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.active\:from-lime-100:active {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.active\:from-lime-200:active {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.active\:from-lime-300:active {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.active\:from-lime-400:active {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.active\:from-lime-500:active {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.active\:from-lime-600:active {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.active\:from-lime-700:active {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.active\:from-lime-800:active {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.active\:from-lime-900:active {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.active\:from-yellow-50:active {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.active\:from-yellow-100:active {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.active\:from-yellow-200:active {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.active\:from-yellow-300:active {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.active\:from-yellow-400:active {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.active\:from-yellow-500:active {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.active\:from-yellow-600:active {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.active\:from-yellow-700:active {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.active\:from-yellow-800:active {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.active\:from-yellow-900:active {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.active\:from-amber-50:active {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.active\:from-amber-100:active {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.active\:from-amber-200:active {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.active\:from-amber-300:active {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.active\:from-amber-400:active {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.active\:from-amber-500:active {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.active\:from-amber-600:active {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.active\:from-amber-700:active {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.active\:from-amber-800:active {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.active\:from-amber-900:active {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.active\:from-orange-50:active {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.active\:from-orange-100:active {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.active\:from-orange-200:active {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.active\:from-orange-300:active {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.active\:from-orange-400:active {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.active\:from-orange-500:active {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.active\:from-orange-600:active {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.active\:from-orange-700:active {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.active\:from-orange-800:active {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.active\:from-orange-900:active {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.active\:from-red-50:active {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.active\:from-red-100:active {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.active\:from-red-200:active {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.active\:from-red-300:active {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.active\:from-red-400:active {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.active\:from-red-500:active {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.active\:from-red-600:active {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.active\:from-red-700:active {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.active\:from-red-800:active {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.active\:from-red-900:active {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.active\:from-warmGray-50:active {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.active\:from-warmGray-100:active {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.active\:from-warmGray-200:active {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.active\:from-warmGray-300:active {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.active\:from-warmGray-400:active {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.active\:from-warmGray-500:active {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.active\:from-warmGray-600:active {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.active\:from-warmGray-700:active {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.active\:from-warmGray-800:active {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.active\:from-warmGray-900:active {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.active\:from-trueGray-50:active {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.active\:from-trueGray-100:active {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.active\:from-trueGray-200:active {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.active\:from-trueGray-300:active {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.active\:from-trueGray-400:active {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.active\:from-trueGray-500:active {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.active\:from-trueGray-600:active {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.active\:from-trueGray-700:active {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.active\:from-trueGray-800:active {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.active\:from-trueGray-900:active {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.active\:from-gray-50:active {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.active\:from-gray-100:active {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.active\:from-gray-200:active {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.active\:from-gray-300:active {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.active\:from-gray-400:active {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.active\:from-gray-500:active {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.active\:from-gray-600:active {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.active\:from-gray-700:active {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.active\:from-gray-800:active {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.active\:from-gray-900:active {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.active\:from-coolGray-50:active {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.active\:from-coolGray-100:active {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.active\:from-coolGray-200:active {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.active\:from-coolGray-300:active {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.active\:from-coolGray-400:active {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.active\:from-coolGray-500:active {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.active\:from-coolGray-600:active {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.active\:from-coolGray-700:active {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.active\:from-coolGray-800:active {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.active\:from-coolGray-900:active {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.active\:from-blueGray-50:active {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.active\:from-blueGray-100:active {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.active\:from-blueGray-200:active {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.active\:from-blueGray-300:active {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.active\:from-blueGray-400:active {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.active\:from-blueGray-500:active {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.active\:from-blueGray-600:active {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.active\:from-blueGray-700:active {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.active\:from-blueGray-800:active {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.active\:from-blueGray-900:active {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.active\:from-current:active {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.active\:from-transparent:active {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.active\:via-black:active {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.active\:via-white:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.active\:via-rose-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.active\:via-rose-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.active\:via-rose-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.active\:via-rose-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.active\:via-rose-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.active\:via-rose-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.active\:via-rose-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.active\:via-rose-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.active\:via-rose-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.active\:via-rose-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.active\:via-pink-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.active\:via-pink-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.active\:via-pink-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.active\:via-pink-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.active\:via-pink-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.active\:via-pink-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.active\:via-pink-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.active\:via-pink-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.active\:via-pink-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.active\:via-pink-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.active\:via-fuchsia-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.active\:via-fuchsia-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.active\:via-fuchsia-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.active\:via-fuchsia-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.active\:via-fuchsia-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.active\:via-fuchsia-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.active\:via-fuchsia-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.active\:via-fuchsia-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.active\:via-fuchsia-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.active\:via-fuchsia-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.active\:via-purple-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.active\:via-purple-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.active\:via-purple-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.active\:via-purple-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.active\:via-purple-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.active\:via-purple-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.active\:via-purple-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.active\:via-purple-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.active\:via-purple-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.active\:via-purple-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.active\:via-violet-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.active\:via-violet-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.active\:via-violet-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.active\:via-violet-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.active\:via-violet-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.active\:via-violet-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.active\:via-violet-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.active\:via-violet-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.active\:via-violet-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.active\:via-violet-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.active\:via-indigo-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.active\:via-indigo-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.active\:via-indigo-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.active\:via-indigo-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.active\:via-indigo-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.active\:via-indigo-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.active\:via-indigo-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.active\:via-indigo-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.active\:via-indigo-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.active\:via-indigo-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.active\:via-blue-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.active\:via-blue-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.active\:via-blue-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.active\:via-blue-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.active\:via-blue-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.active\:via-blue-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.active\:via-blue-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.active\:via-blue-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.active\:via-blue-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.active\:via-blue-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.active\:via-lightBlue-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.active\:via-lightBlue-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.active\:via-lightBlue-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.active\:via-lightBlue-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.active\:via-lightBlue-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.active\:via-lightBlue-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.active\:via-lightBlue-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.active\:via-lightBlue-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.active\:via-lightBlue-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.active\:via-lightBlue-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.active\:via-cyan-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.active\:via-cyan-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.active\:via-cyan-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.active\:via-cyan-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.active\:via-cyan-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.active\:via-cyan-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.active\:via-cyan-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.active\:via-cyan-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.active\:via-cyan-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.active\:via-cyan-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.active\:via-teal-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.active\:via-teal-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.active\:via-teal-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.active\:via-teal-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.active\:via-teal-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.active\:via-teal-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.active\:via-teal-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.active\:via-teal-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.active\:via-teal-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.active\:via-teal-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.active\:via-emerald-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.active\:via-emerald-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.active\:via-emerald-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.active\:via-emerald-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.active\:via-emerald-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.active\:via-emerald-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.active\:via-emerald-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.active\:via-emerald-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.active\:via-emerald-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.active\:via-emerald-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.active\:via-green-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.active\:via-green-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.active\:via-green-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.active\:via-green-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.active\:via-green-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.active\:via-green-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.active\:via-green-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.active\:via-green-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.active\:via-green-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.active\:via-green-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.active\:via-lime-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.active\:via-lime-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.active\:via-lime-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.active\:via-lime-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.active\:via-lime-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.active\:via-lime-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.active\:via-lime-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.active\:via-lime-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.active\:via-lime-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.active\:via-lime-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.active\:via-yellow-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.active\:via-yellow-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.active\:via-yellow-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.active\:via-yellow-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.active\:via-yellow-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.active\:via-yellow-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.active\:via-yellow-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.active\:via-yellow-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.active\:via-yellow-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.active\:via-yellow-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.active\:via-amber-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.active\:via-amber-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.active\:via-amber-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.active\:via-amber-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.active\:via-amber-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.active\:via-amber-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.active\:via-amber-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.active\:via-amber-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.active\:via-amber-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.active\:via-amber-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.active\:via-orange-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.active\:via-orange-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.active\:via-orange-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.active\:via-orange-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.active\:via-orange-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.active\:via-orange-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.active\:via-orange-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.active\:via-orange-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.active\:via-orange-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.active\:via-orange-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.active\:via-red-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.active\:via-red-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.active\:via-red-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.active\:via-red-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.active\:via-red-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.active\:via-red-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.active\:via-red-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.active\:via-red-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.active\:via-red-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.active\:via-red-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.active\:via-warmGray-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.active\:via-warmGray-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.active\:via-warmGray-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.active\:via-warmGray-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.active\:via-warmGray-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.active\:via-warmGray-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.active\:via-warmGray-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.active\:via-warmGray-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.active\:via-warmGray-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.active\:via-warmGray-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.active\:via-trueGray-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.active\:via-trueGray-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.active\:via-trueGray-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.active\:via-trueGray-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.active\:via-trueGray-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.active\:via-trueGray-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.active\:via-trueGray-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.active\:via-trueGray-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.active\:via-trueGray-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.active\:via-trueGray-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.active\:via-gray-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.active\:via-gray-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.active\:via-gray-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.active\:via-gray-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.active\:via-gray-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.active\:via-gray-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.active\:via-gray-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.active\:via-gray-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.active\:via-gray-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.active\:via-gray-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.active\:via-coolGray-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.active\:via-coolGray-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.active\:via-coolGray-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.active\:via-coolGray-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.active\:via-coolGray-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.active\:via-coolGray-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.active\:via-coolGray-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.active\:via-coolGray-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.active\:via-coolGray-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.active\:via-coolGray-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.active\:via-blueGray-50:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.active\:via-blueGray-100:active {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.active\:via-blueGray-200:active {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.active\:via-blueGray-300:active {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.active\:via-blueGray-400:active {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.active\:via-blueGray-500:active {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.active\:via-blueGray-600:active {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.active\:via-blueGray-700:active {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.active\:via-blueGray-800:active {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.active\:via-blueGray-900:active {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.active\:via-current:active {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.active\:via-transparent:active {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.active\:to-black:active {
  --tw-gradient-to: #000;
}

.active\:to-white:active {
  --tw-gradient-to: #fff;
}

.active\:to-rose-50:active {
  --tw-gradient-to: #fff1f2;
}

.active\:to-rose-100:active {
  --tw-gradient-to: #ffe4e6;
}

.active\:to-rose-200:active {
  --tw-gradient-to: #fecdd3;
}

.active\:to-rose-300:active {
  --tw-gradient-to: #fda4af;
}

.active\:to-rose-400:active {
  --tw-gradient-to: #fb7185;
}

.active\:to-rose-500:active {
  --tw-gradient-to: #f43f5e;
}

.active\:to-rose-600:active {
  --tw-gradient-to: #e11d48;
}

.active\:to-rose-700:active {
  --tw-gradient-to: #be123c;
}

.active\:to-rose-800:active {
  --tw-gradient-to: #9f1239;
}

.active\:to-rose-900:active {
  --tw-gradient-to: #881337;
}

.active\:to-pink-50:active {
  --tw-gradient-to: #fdf2f8;
}

.active\:to-pink-100:active {
  --tw-gradient-to: #fce7f3;
}

.active\:to-pink-200:active {
  --tw-gradient-to: #fbcfe8;
}

.active\:to-pink-300:active {
  --tw-gradient-to: #f9a8d4;
}

.active\:to-pink-400:active {
  --tw-gradient-to: #f472b6;
}

.active\:to-pink-500:active {
  --tw-gradient-to: #ec4899;
}

.active\:to-pink-600:active {
  --tw-gradient-to: #db2777;
}

.active\:to-pink-700:active {
  --tw-gradient-to: #be185d;
}

.active\:to-pink-800:active {
  --tw-gradient-to: #9d174d;
}

.active\:to-pink-900:active {
  --tw-gradient-to: #831843;
}

.active\:to-fuchsia-50:active {
  --tw-gradient-to: #fdf4ff;
}

.active\:to-fuchsia-100:active {
  --tw-gradient-to: #fae8ff;
}

.active\:to-fuchsia-200:active {
  --tw-gradient-to: #f5d0fe;
}

.active\:to-fuchsia-300:active {
  --tw-gradient-to: #f0abfc;
}

.active\:to-fuchsia-400:active {
  --tw-gradient-to: #e879f9;
}

.active\:to-fuchsia-500:active {
  --tw-gradient-to: #d946ef;
}

.active\:to-fuchsia-600:active {
  --tw-gradient-to: #c026d3;
}

.active\:to-fuchsia-700:active {
  --tw-gradient-to: #a21caf;
}

.active\:to-fuchsia-800:active {
  --tw-gradient-to: #86198f;
}

.active\:to-fuchsia-900:active {
  --tw-gradient-to: #701a75;
}

.active\:to-purple-50:active {
  --tw-gradient-to: #faf5ff;
}

.active\:to-purple-100:active {
  --tw-gradient-to: #f3e8ff;
}

.active\:to-purple-200:active {
  --tw-gradient-to: #e9d5ff;
}

.active\:to-purple-300:active {
  --tw-gradient-to: #d8b4fe;
}

.active\:to-purple-400:active {
  --tw-gradient-to: #c084fc;
}

.active\:to-purple-500:active {
  --tw-gradient-to: #a855f7;
}

.active\:to-purple-600:active {
  --tw-gradient-to: #9333ea;
}

.active\:to-purple-700:active {
  --tw-gradient-to: #7e22ce;
}

.active\:to-purple-800:active {
  --tw-gradient-to: #6b21a8;
}

.active\:to-purple-900:active {
  --tw-gradient-to: #581c87;
}

.active\:to-violet-50:active {
  --tw-gradient-to: #f5f3ff;
}

.active\:to-violet-100:active {
  --tw-gradient-to: #ede9fe;
}

.active\:to-violet-200:active {
  --tw-gradient-to: #ddd6fe;
}

.active\:to-violet-300:active {
  --tw-gradient-to: #c4b5fd;
}

.active\:to-violet-400:active {
  --tw-gradient-to: #a78bfa;
}

.active\:to-violet-500:active {
  --tw-gradient-to: #8b5cf6;
}

.active\:to-violet-600:active {
  --tw-gradient-to: #7c3aed;
}

.active\:to-violet-700:active {
  --tw-gradient-to: #6d28d9;
}

.active\:to-violet-800:active {
  --tw-gradient-to: #5b21b6;
}

.active\:to-violet-900:active {
  --tw-gradient-to: #4c1d95;
}

.active\:to-indigo-50:active {
  --tw-gradient-to: #eef2ff;
}

.active\:to-indigo-100:active {
  --tw-gradient-to: #e0e7ff;
}

.active\:to-indigo-200:active {
  --tw-gradient-to: #c7d2fe;
}

.active\:to-indigo-300:active {
  --tw-gradient-to: #a5b4fc;
}

.active\:to-indigo-400:active {
  --tw-gradient-to: #818cf8;
}

.active\:to-indigo-500:active {
  --tw-gradient-to: #6366f1;
}

.active\:to-indigo-600:active {
  --tw-gradient-to: #4f46e5;
}

.active\:to-indigo-700:active {
  --tw-gradient-to: #4338ca;
}

.active\:to-indigo-800:active {
  --tw-gradient-to: #3730a3;
}

.active\:to-indigo-900:active {
  --tw-gradient-to: #312e81;
}

.active\:to-blue-50:active {
  --tw-gradient-to: #eff6ff;
}

.active\:to-blue-100:active {
  --tw-gradient-to: #dbeafe;
}

.active\:to-blue-200:active {
  --tw-gradient-to: #bfdbfe;
}

.active\:to-blue-300:active {
  --tw-gradient-to: #93c5fd;
}

.active\:to-blue-400:active {
  --tw-gradient-to: #60a5fa;
}

.active\:to-blue-500:active {
  --tw-gradient-to: #3b82f6;
}

.active\:to-blue-600:active {
  --tw-gradient-to: #2563eb;
}

.active\:to-blue-700:active {
  --tw-gradient-to: #1d4ed8;
}

.active\:to-blue-800:active {
  --tw-gradient-to: #1e40af;
}

.active\:to-blue-900:active {
  --tw-gradient-to: #1e3a8a;
}

.active\:to-lightBlue-50:active {
  --tw-gradient-to: #f0f9ff;
}

.active\:to-lightBlue-100:active {
  --tw-gradient-to: #e0f2fe;
}

.active\:to-lightBlue-200:active {
  --tw-gradient-to: #bae6fd;
}

.active\:to-lightBlue-300:active {
  --tw-gradient-to: #7dd3fc;
}

.active\:to-lightBlue-400:active {
  --tw-gradient-to: #38bdf8;
}

.active\:to-lightBlue-500:active {
  --tw-gradient-to: #0ea5e9;
}

.active\:to-lightBlue-600:active {
  --tw-gradient-to: #0284c7;
}

.active\:to-lightBlue-700:active {
  --tw-gradient-to: #0369a1;
}

.active\:to-lightBlue-800:active {
  --tw-gradient-to: #075985;
}

.active\:to-lightBlue-900:active {
  --tw-gradient-to: #0c4a6e;
}

.active\:to-cyan-50:active {
  --tw-gradient-to: #ecfeff;
}

.active\:to-cyan-100:active {
  --tw-gradient-to: #cffafe;
}

.active\:to-cyan-200:active {
  --tw-gradient-to: #a5f3fc;
}

.active\:to-cyan-300:active {
  --tw-gradient-to: #67e8f9;
}

.active\:to-cyan-400:active {
  --tw-gradient-to: #22d3ee;
}

.active\:to-cyan-500:active {
  --tw-gradient-to: #06b6d4;
}

.active\:to-cyan-600:active {
  --tw-gradient-to: #0891b2;
}

.active\:to-cyan-700:active {
  --tw-gradient-to: #0e7490;
}

.active\:to-cyan-800:active {
  --tw-gradient-to: #155e75;
}

.active\:to-cyan-900:active {
  --tw-gradient-to: #164e63;
}

.active\:to-teal-50:active {
  --tw-gradient-to: #f0fdfa;
}

.active\:to-teal-100:active {
  --tw-gradient-to: #ccfbf1;
}

.active\:to-teal-200:active {
  --tw-gradient-to: #99f6e4;
}

.active\:to-teal-300:active {
  --tw-gradient-to: #5eead4;
}

.active\:to-teal-400:active {
  --tw-gradient-to: #2dd4bf;
}

.active\:to-teal-500:active {
  --tw-gradient-to: #14b8a6;
}

.active\:to-teal-600:active {
  --tw-gradient-to: #0d9488;
}

.active\:to-teal-700:active {
  --tw-gradient-to: #0f766e;
}

.active\:to-teal-800:active {
  --tw-gradient-to: #115e59;
}

.active\:to-teal-900:active {
  --tw-gradient-to: #134e4a;
}

.active\:to-emerald-50:active {
  --tw-gradient-to: #ecfdf5;
}

.active\:to-emerald-100:active {
  --tw-gradient-to: #d1fae5;
}

.active\:to-emerald-200:active {
  --tw-gradient-to: #a7f3d0;
}

.active\:to-emerald-300:active {
  --tw-gradient-to: #6ee7b7;
}

.active\:to-emerald-400:active {
  --tw-gradient-to: #34d399;
}

.active\:to-emerald-500:active {
  --tw-gradient-to: #10b981;
}

.active\:to-emerald-600:active {
  --tw-gradient-to: #059669;
}

.active\:to-emerald-700:active {
  --tw-gradient-to: #047857;
}

.active\:to-emerald-800:active {
  --tw-gradient-to: #065f46;
}

.active\:to-emerald-900:active {
  --tw-gradient-to: #064e3b;
}

.active\:to-green-50:active {
  --tw-gradient-to: #f0fdf4;
}

.active\:to-green-100:active {
  --tw-gradient-to: #dcfce7;
}

.active\:to-green-200:active {
  --tw-gradient-to: #bbf7d0;
}

.active\:to-green-300:active {
  --tw-gradient-to: #86efac;
}

.active\:to-green-400:active {
  --tw-gradient-to: #4ade80;
}

.active\:to-green-500:active {
  --tw-gradient-to: #22c55e;
}

.active\:to-green-600:active {
  --tw-gradient-to: #16a34a;
}

.active\:to-green-700:active {
  --tw-gradient-to: #15803d;
}

.active\:to-green-800:active {
  --tw-gradient-to: #166534;
}

.active\:to-green-900:active {
  --tw-gradient-to: #14532d;
}

.active\:to-lime-50:active {
  --tw-gradient-to: #f7fee7;
}

.active\:to-lime-100:active {
  --tw-gradient-to: #ecfccb;
}

.active\:to-lime-200:active {
  --tw-gradient-to: #d9f99d;
}

.active\:to-lime-300:active {
  --tw-gradient-to: #bef264;
}

.active\:to-lime-400:active {
  --tw-gradient-to: #a3e635;
}

.active\:to-lime-500:active {
  --tw-gradient-to: #84cc16;
}

.active\:to-lime-600:active {
  --tw-gradient-to: #65a30d;
}

.active\:to-lime-700:active {
  --tw-gradient-to: #4d7c0f;
}

.active\:to-lime-800:active {
  --tw-gradient-to: #3f6212;
}

.active\:to-lime-900:active {
  --tw-gradient-to: #365314;
}

.active\:to-yellow-50:active {
  --tw-gradient-to: #fefce8;
}

.active\:to-yellow-100:active {
  --tw-gradient-to: #fef9c3;
}

.active\:to-yellow-200:active {
  --tw-gradient-to: #fef08a;
}

.active\:to-yellow-300:active {
  --tw-gradient-to: #fde047;
}

.active\:to-yellow-400:active {
  --tw-gradient-to: #facc15;
}

.active\:to-yellow-500:active {
  --tw-gradient-to: #eab308;
}

.active\:to-yellow-600:active {
  --tw-gradient-to: #ca8a04;
}

.active\:to-yellow-700:active {
  --tw-gradient-to: #a16207;
}

.active\:to-yellow-800:active {
  --tw-gradient-to: #854d0e;
}

.active\:to-yellow-900:active {
  --tw-gradient-to: #713f12;
}

.active\:to-amber-50:active {
  --tw-gradient-to: #fffbeb;
}

.active\:to-amber-100:active {
  --tw-gradient-to: #fef3c7;
}

.active\:to-amber-200:active {
  --tw-gradient-to: #fde68a;
}

.active\:to-amber-300:active {
  --tw-gradient-to: #fcd34d;
}

.active\:to-amber-400:active {
  --tw-gradient-to: #fbbf24;
}

.active\:to-amber-500:active {
  --tw-gradient-to: #f59e0b;
}

.active\:to-amber-600:active {
  --tw-gradient-to: #d97706;
}

.active\:to-amber-700:active {
  --tw-gradient-to: #b45309;
}

.active\:to-amber-800:active {
  --tw-gradient-to: #92400e;
}

.active\:to-amber-900:active {
  --tw-gradient-to: #78350f;
}

.active\:to-orange-50:active {
  --tw-gradient-to: #fff7ed;
}

.active\:to-orange-100:active {
  --tw-gradient-to: #ffedd5;
}

.active\:to-orange-200:active {
  --tw-gradient-to: #fed7aa;
}

.active\:to-orange-300:active {
  --tw-gradient-to: #fdba74;
}

.active\:to-orange-400:active {
  --tw-gradient-to: #fb923c;
}

.active\:to-orange-500:active {
  --tw-gradient-to: #f97316;
}

.active\:to-orange-600:active {
  --tw-gradient-to: #ea580c;
}

.active\:to-orange-700:active {
  --tw-gradient-to: #c2410c;
}

.active\:to-orange-800:active {
  --tw-gradient-to: #9a3412;
}

.active\:to-orange-900:active {
  --tw-gradient-to: #7c2d12;
}

.active\:to-red-50:active {
  --tw-gradient-to: #fef2f2;
}

.active\:to-red-100:active {
  --tw-gradient-to: #fee2e2;
}

.active\:to-red-200:active {
  --tw-gradient-to: #fecaca;
}

.active\:to-red-300:active {
  --tw-gradient-to: #fca5a5;
}

.active\:to-red-400:active {
  --tw-gradient-to: #f87171;
}

.active\:to-red-500:active {
  --tw-gradient-to: #ef4444;
}

.active\:to-red-600:active {
  --tw-gradient-to: #dc2626;
}

.active\:to-red-700:active {
  --tw-gradient-to: #b91c1c;
}

.active\:to-red-800:active {
  --tw-gradient-to: #991b1b;
}

.active\:to-red-900:active {
  --tw-gradient-to: #7f1d1d;
}

.active\:to-warmGray-50:active {
  --tw-gradient-to: #fafaf9;
}

.active\:to-warmGray-100:active {
  --tw-gradient-to: #f5f5f4;
}

.active\:to-warmGray-200:active {
  --tw-gradient-to: #e7e5e4;
}

.active\:to-warmGray-300:active {
  --tw-gradient-to: #d6d3d1;
}

.active\:to-warmGray-400:active {
  --tw-gradient-to: #a8a29e;
}

.active\:to-warmGray-500:active {
  --tw-gradient-to: #78716c;
}

.active\:to-warmGray-600:active {
  --tw-gradient-to: #57534e;
}

.active\:to-warmGray-700:active {
  --tw-gradient-to: #44403c;
}

.active\:to-warmGray-800:active {
  --tw-gradient-to: #292524;
}

.active\:to-warmGray-900:active {
  --tw-gradient-to: #1c1917;
}

.active\:to-trueGray-50:active {
  --tw-gradient-to: #fafafa;
}

.active\:to-trueGray-100:active {
  --tw-gradient-to: #f5f5f5;
}

.active\:to-trueGray-200:active {
  --tw-gradient-to: #e5e5e5;
}

.active\:to-trueGray-300:active {
  --tw-gradient-to: #d4d4d4;
}

.active\:to-trueGray-400:active {
  --tw-gradient-to: #a3a3a3;
}

.active\:to-trueGray-500:active {
  --tw-gradient-to: #737373;
}

.active\:to-trueGray-600:active {
  --tw-gradient-to: #525252;
}

.active\:to-trueGray-700:active {
  --tw-gradient-to: #404040;
}

.active\:to-trueGray-800:active {
  --tw-gradient-to: #262626;
}

.active\:to-trueGray-900:active {
  --tw-gradient-to: #171717;
}

.active\:to-gray-50:active {
  --tw-gradient-to: #fafafa;
}

.active\:to-gray-100:active {
  --tw-gradient-to: #f4f4f5;
}

.active\:to-gray-200:active {
  --tw-gradient-to: #e4e4e7;
}

.active\:to-gray-300:active {
  --tw-gradient-to: #d4d4d8;
}

.active\:to-gray-400:active {
  --tw-gradient-to: #a1a1aa;
}

.active\:to-gray-500:active {
  --tw-gradient-to: #71717a;
}

.active\:to-gray-600:active {
  --tw-gradient-to: #52525b;
}

.active\:to-gray-700:active {
  --tw-gradient-to: #3f3f46;
}

.active\:to-gray-800:active {
  --tw-gradient-to: #27272a;
}

.active\:to-gray-900:active {
  --tw-gradient-to: #18181b;
}

.active\:to-coolGray-50:active {
  --tw-gradient-to: #f9fafb;
}

.active\:to-coolGray-100:active {
  --tw-gradient-to: #f3f4f6;
}

.active\:to-coolGray-200:active {
  --tw-gradient-to: #e5e7eb;
}

.active\:to-coolGray-300:active {
  --tw-gradient-to: #d1d5db;
}

.active\:to-coolGray-400:active {
  --tw-gradient-to: #9ca3af;
}

.active\:to-coolGray-500:active {
  --tw-gradient-to: #6b7280;
}

.active\:to-coolGray-600:active {
  --tw-gradient-to: #4b5563;
}

.active\:to-coolGray-700:active {
  --tw-gradient-to: #374151;
}

.active\:to-coolGray-800:active {
  --tw-gradient-to: #1f2937;
}

.active\:to-coolGray-900:active {
  --tw-gradient-to: #111827;
}

.active\:to-blueGray-50:active {
  --tw-gradient-to: #f8fafc;
}

.active\:to-blueGray-100:active {
  --tw-gradient-to: #f1f5f9;
}

.active\:to-blueGray-200:active {
  --tw-gradient-to: #e2e8f0;
}

.active\:to-blueGray-300:active {
  --tw-gradient-to: #cbd5e1;
}

.active\:to-blueGray-400:active {
  --tw-gradient-to: #94a3b8;
}

.active\:to-blueGray-500:active {
  --tw-gradient-to: #64748b;
}

.active\:to-blueGray-600:active {
  --tw-gradient-to: #475569;
}

.active\:to-blueGray-700:active {
  --tw-gradient-to: #334155;
}

.active\:to-blueGray-800:active {
  --tw-gradient-to: #1e293b;
}

.active\:to-blueGray-900:active {
  --tw-gradient-to: #0f172a;
}

.active\:to-current:active {
  --tw-gradient-to: current;
}

.active\:to-transparent:active {
  --tw-gradient-to: transparent;
}

.visited\:from-black:visited {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.visited\:from-white:visited {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.visited\:from-rose-50:visited {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.visited\:from-rose-100:visited {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.visited\:from-rose-200:visited {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.visited\:from-rose-300:visited {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.visited\:from-rose-400:visited {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.visited\:from-rose-500:visited {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.visited\:from-rose-600:visited {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.visited\:from-rose-700:visited {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.visited\:from-rose-800:visited {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.visited\:from-rose-900:visited {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.visited\:from-pink-50:visited {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.visited\:from-pink-100:visited {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.visited\:from-pink-200:visited {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.visited\:from-pink-300:visited {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.visited\:from-pink-400:visited {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.visited\:from-pink-500:visited {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.visited\:from-pink-600:visited {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.visited\:from-pink-700:visited {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.visited\:from-pink-800:visited {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.visited\:from-pink-900:visited {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.visited\:from-fuchsia-50:visited {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.visited\:from-fuchsia-100:visited {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.visited\:from-fuchsia-200:visited {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.visited\:from-fuchsia-300:visited {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.visited\:from-fuchsia-400:visited {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.visited\:from-fuchsia-500:visited {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.visited\:from-fuchsia-600:visited {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.visited\:from-fuchsia-700:visited {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.visited\:from-fuchsia-800:visited {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.visited\:from-fuchsia-900:visited {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.visited\:from-purple-50:visited {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.visited\:from-purple-100:visited {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.visited\:from-purple-200:visited {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.visited\:from-purple-300:visited {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.visited\:from-purple-400:visited {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.visited\:from-purple-500:visited {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.visited\:from-purple-600:visited {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.visited\:from-purple-700:visited {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.visited\:from-purple-800:visited {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.visited\:from-purple-900:visited {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.visited\:from-violet-50:visited {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.visited\:from-violet-100:visited {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.visited\:from-violet-200:visited {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.visited\:from-violet-300:visited {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.visited\:from-violet-400:visited {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.visited\:from-violet-500:visited {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.visited\:from-violet-600:visited {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.visited\:from-violet-700:visited {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.visited\:from-violet-800:visited {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.visited\:from-violet-900:visited {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.visited\:from-indigo-50:visited {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.visited\:from-indigo-100:visited {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.visited\:from-indigo-200:visited {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.visited\:from-indigo-300:visited {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.visited\:from-indigo-400:visited {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.visited\:from-indigo-500:visited {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.visited\:from-indigo-600:visited {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.visited\:from-indigo-700:visited {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.visited\:from-indigo-800:visited {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.visited\:from-indigo-900:visited {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.visited\:from-blue-50:visited {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.visited\:from-blue-100:visited {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.visited\:from-blue-200:visited {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.visited\:from-blue-300:visited {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.visited\:from-blue-400:visited {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.visited\:from-blue-500:visited {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.visited\:from-blue-600:visited {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.visited\:from-blue-700:visited {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.visited\:from-blue-800:visited {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.visited\:from-blue-900:visited {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.visited\:from-lightBlue-50:visited {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.visited\:from-lightBlue-100:visited {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.visited\:from-lightBlue-200:visited {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.visited\:from-lightBlue-300:visited {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.visited\:from-lightBlue-400:visited {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.visited\:from-lightBlue-500:visited {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.visited\:from-lightBlue-600:visited {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.visited\:from-lightBlue-700:visited {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.visited\:from-lightBlue-800:visited {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.visited\:from-lightBlue-900:visited {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.visited\:from-cyan-50:visited {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.visited\:from-cyan-100:visited {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.visited\:from-cyan-200:visited {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.visited\:from-cyan-300:visited {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.visited\:from-cyan-400:visited {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.visited\:from-cyan-500:visited {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.visited\:from-cyan-600:visited {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.visited\:from-cyan-700:visited {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.visited\:from-cyan-800:visited {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.visited\:from-cyan-900:visited {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.visited\:from-teal-50:visited {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.visited\:from-teal-100:visited {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.visited\:from-teal-200:visited {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.visited\:from-teal-300:visited {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.visited\:from-teal-400:visited {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.visited\:from-teal-500:visited {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.visited\:from-teal-600:visited {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.visited\:from-teal-700:visited {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.visited\:from-teal-800:visited {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.visited\:from-teal-900:visited {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.visited\:from-emerald-50:visited {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.visited\:from-emerald-100:visited {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.visited\:from-emerald-200:visited {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.visited\:from-emerald-300:visited {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.visited\:from-emerald-400:visited {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.visited\:from-emerald-500:visited {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.visited\:from-emerald-600:visited {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.visited\:from-emerald-700:visited {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.visited\:from-emerald-800:visited {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.visited\:from-emerald-900:visited {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.visited\:from-green-50:visited {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.visited\:from-green-100:visited {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.visited\:from-green-200:visited {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.visited\:from-green-300:visited {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.visited\:from-green-400:visited {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.visited\:from-green-500:visited {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.visited\:from-green-600:visited {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.visited\:from-green-700:visited {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.visited\:from-green-800:visited {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.visited\:from-green-900:visited {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.visited\:from-lime-50:visited {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.visited\:from-lime-100:visited {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.visited\:from-lime-200:visited {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.visited\:from-lime-300:visited {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.visited\:from-lime-400:visited {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.visited\:from-lime-500:visited {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.visited\:from-lime-600:visited {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.visited\:from-lime-700:visited {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.visited\:from-lime-800:visited {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.visited\:from-lime-900:visited {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.visited\:from-yellow-50:visited {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.visited\:from-yellow-100:visited {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.visited\:from-yellow-200:visited {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.visited\:from-yellow-300:visited {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.visited\:from-yellow-400:visited {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.visited\:from-yellow-500:visited {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.visited\:from-yellow-600:visited {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.visited\:from-yellow-700:visited {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.visited\:from-yellow-800:visited {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.visited\:from-yellow-900:visited {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.visited\:from-amber-50:visited {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.visited\:from-amber-100:visited {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.visited\:from-amber-200:visited {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.visited\:from-amber-300:visited {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.visited\:from-amber-400:visited {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.visited\:from-amber-500:visited {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.visited\:from-amber-600:visited {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.visited\:from-amber-700:visited {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.visited\:from-amber-800:visited {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.visited\:from-amber-900:visited {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.visited\:from-orange-50:visited {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.visited\:from-orange-100:visited {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.visited\:from-orange-200:visited {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.visited\:from-orange-300:visited {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.visited\:from-orange-400:visited {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.visited\:from-orange-500:visited {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.visited\:from-orange-600:visited {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.visited\:from-orange-700:visited {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.visited\:from-orange-800:visited {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.visited\:from-orange-900:visited {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.visited\:from-red-50:visited {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.visited\:from-red-100:visited {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.visited\:from-red-200:visited {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.visited\:from-red-300:visited {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.visited\:from-red-400:visited {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.visited\:from-red-500:visited {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.visited\:from-red-600:visited {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.visited\:from-red-700:visited {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.visited\:from-red-800:visited {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.visited\:from-red-900:visited {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.visited\:from-warmGray-50:visited {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.visited\:from-warmGray-100:visited {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.visited\:from-warmGray-200:visited {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.visited\:from-warmGray-300:visited {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.visited\:from-warmGray-400:visited {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.visited\:from-warmGray-500:visited {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.visited\:from-warmGray-600:visited {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.visited\:from-warmGray-700:visited {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.visited\:from-warmGray-800:visited {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.visited\:from-warmGray-900:visited {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.visited\:from-trueGray-50:visited {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.visited\:from-trueGray-100:visited {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.visited\:from-trueGray-200:visited {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.visited\:from-trueGray-300:visited {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.visited\:from-trueGray-400:visited {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.visited\:from-trueGray-500:visited {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.visited\:from-trueGray-600:visited {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.visited\:from-trueGray-700:visited {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.visited\:from-trueGray-800:visited {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.visited\:from-trueGray-900:visited {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.visited\:from-gray-50:visited {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.visited\:from-gray-100:visited {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.visited\:from-gray-200:visited {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.visited\:from-gray-300:visited {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.visited\:from-gray-400:visited {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.visited\:from-gray-500:visited {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.visited\:from-gray-600:visited {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.visited\:from-gray-700:visited {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.visited\:from-gray-800:visited {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.visited\:from-gray-900:visited {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.visited\:from-coolGray-50:visited {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.visited\:from-coolGray-100:visited {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.visited\:from-coolGray-200:visited {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.visited\:from-coolGray-300:visited {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.visited\:from-coolGray-400:visited {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.visited\:from-coolGray-500:visited {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.visited\:from-coolGray-600:visited {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.visited\:from-coolGray-700:visited {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.visited\:from-coolGray-800:visited {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.visited\:from-coolGray-900:visited {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.visited\:from-blueGray-50:visited {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.visited\:from-blueGray-100:visited {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.visited\:from-blueGray-200:visited {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.visited\:from-blueGray-300:visited {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.visited\:from-blueGray-400:visited {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.visited\:from-blueGray-500:visited {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.visited\:from-blueGray-600:visited {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.visited\:from-blueGray-700:visited {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.visited\:from-blueGray-800:visited {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.visited\:from-blueGray-900:visited {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.visited\:from-current:visited {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.visited\:from-transparent:visited {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.visited\:via-black:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.visited\:via-white:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.visited\:via-rose-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.visited\:via-rose-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.visited\:via-rose-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.visited\:via-rose-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.visited\:via-rose-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.visited\:via-rose-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.visited\:via-rose-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.visited\:via-rose-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.visited\:via-rose-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.visited\:via-rose-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.visited\:via-pink-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.visited\:via-pink-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.visited\:via-pink-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.visited\:via-pink-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.visited\:via-pink-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.visited\:via-pink-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.visited\:via-pink-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.visited\:via-pink-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.visited\:via-pink-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.visited\:via-pink-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.visited\:via-fuchsia-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.visited\:via-fuchsia-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.visited\:via-fuchsia-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.visited\:via-fuchsia-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.visited\:via-fuchsia-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.visited\:via-fuchsia-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.visited\:via-fuchsia-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.visited\:via-fuchsia-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.visited\:via-fuchsia-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.visited\:via-fuchsia-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.visited\:via-purple-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.visited\:via-purple-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.visited\:via-purple-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.visited\:via-purple-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.visited\:via-purple-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.visited\:via-purple-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.visited\:via-purple-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.visited\:via-purple-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.visited\:via-purple-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.visited\:via-purple-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.visited\:via-violet-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.visited\:via-violet-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.visited\:via-violet-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.visited\:via-violet-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.visited\:via-violet-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.visited\:via-violet-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.visited\:via-violet-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.visited\:via-violet-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.visited\:via-violet-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.visited\:via-violet-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.visited\:via-indigo-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.visited\:via-indigo-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.visited\:via-indigo-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.visited\:via-indigo-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.visited\:via-indigo-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.visited\:via-indigo-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.visited\:via-indigo-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.visited\:via-indigo-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.visited\:via-indigo-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.visited\:via-indigo-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.visited\:via-blue-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.visited\:via-blue-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.visited\:via-blue-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.visited\:via-blue-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.visited\:via-blue-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.visited\:via-blue-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.visited\:via-blue-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.visited\:via-blue-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.visited\:via-blue-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.visited\:via-blue-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.visited\:via-lightBlue-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.visited\:via-lightBlue-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.visited\:via-lightBlue-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.visited\:via-lightBlue-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.visited\:via-lightBlue-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.visited\:via-lightBlue-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.visited\:via-lightBlue-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.visited\:via-lightBlue-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.visited\:via-lightBlue-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.visited\:via-lightBlue-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.visited\:via-cyan-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.visited\:via-cyan-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.visited\:via-cyan-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.visited\:via-cyan-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.visited\:via-cyan-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.visited\:via-cyan-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.visited\:via-cyan-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.visited\:via-cyan-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.visited\:via-cyan-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.visited\:via-cyan-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.visited\:via-teal-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.visited\:via-teal-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.visited\:via-teal-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.visited\:via-teal-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.visited\:via-teal-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.visited\:via-teal-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.visited\:via-teal-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.visited\:via-teal-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.visited\:via-teal-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.visited\:via-teal-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.visited\:via-emerald-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.visited\:via-emerald-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.visited\:via-emerald-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.visited\:via-emerald-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.visited\:via-emerald-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.visited\:via-emerald-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.visited\:via-emerald-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.visited\:via-emerald-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.visited\:via-emerald-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.visited\:via-emerald-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.visited\:via-green-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.visited\:via-green-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.visited\:via-green-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.visited\:via-green-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.visited\:via-green-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.visited\:via-green-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.visited\:via-green-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.visited\:via-green-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.visited\:via-green-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.visited\:via-green-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.visited\:via-lime-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.visited\:via-lime-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.visited\:via-lime-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.visited\:via-lime-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.visited\:via-lime-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.visited\:via-lime-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.visited\:via-lime-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.visited\:via-lime-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.visited\:via-lime-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.visited\:via-lime-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.visited\:via-yellow-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.visited\:via-yellow-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.visited\:via-yellow-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.visited\:via-yellow-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.visited\:via-yellow-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.visited\:via-yellow-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.visited\:via-yellow-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.visited\:via-yellow-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.visited\:via-yellow-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.visited\:via-yellow-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.visited\:via-amber-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.visited\:via-amber-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.visited\:via-amber-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.visited\:via-amber-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.visited\:via-amber-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.visited\:via-amber-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.visited\:via-amber-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.visited\:via-amber-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.visited\:via-amber-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.visited\:via-amber-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.visited\:via-orange-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.visited\:via-orange-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.visited\:via-orange-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.visited\:via-orange-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.visited\:via-orange-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.visited\:via-orange-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.visited\:via-orange-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.visited\:via-orange-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.visited\:via-orange-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.visited\:via-orange-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.visited\:via-red-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.visited\:via-red-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.visited\:via-red-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.visited\:via-red-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.visited\:via-red-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.visited\:via-red-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.visited\:via-red-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.visited\:via-red-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.visited\:via-red-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.visited\:via-red-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.visited\:via-warmGray-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.visited\:via-warmGray-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.visited\:via-warmGray-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.visited\:via-warmGray-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.visited\:via-warmGray-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.visited\:via-warmGray-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.visited\:via-warmGray-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.visited\:via-warmGray-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.visited\:via-warmGray-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.visited\:via-warmGray-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.visited\:via-trueGray-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.visited\:via-trueGray-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.visited\:via-trueGray-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.visited\:via-trueGray-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.visited\:via-trueGray-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.visited\:via-trueGray-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.visited\:via-trueGray-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.visited\:via-trueGray-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.visited\:via-trueGray-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.visited\:via-trueGray-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.visited\:via-gray-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.visited\:via-gray-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.visited\:via-gray-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.visited\:via-gray-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.visited\:via-gray-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.visited\:via-gray-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.visited\:via-gray-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.visited\:via-gray-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.visited\:via-gray-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.visited\:via-gray-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.visited\:via-coolGray-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.visited\:via-coolGray-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.visited\:via-coolGray-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.visited\:via-coolGray-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.visited\:via-coolGray-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.visited\:via-coolGray-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.visited\:via-coolGray-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.visited\:via-coolGray-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.visited\:via-coolGray-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.visited\:via-coolGray-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.visited\:via-blueGray-50:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.visited\:via-blueGray-100:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.visited\:via-blueGray-200:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.visited\:via-blueGray-300:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.visited\:via-blueGray-400:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.visited\:via-blueGray-500:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.visited\:via-blueGray-600:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.visited\:via-blueGray-700:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.visited\:via-blueGray-800:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.visited\:via-blueGray-900:visited {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.visited\:via-current:visited {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.visited\:via-transparent:visited {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.visited\:to-black:visited {
  --tw-gradient-to: #000;
}

.visited\:to-white:visited {
  --tw-gradient-to: #fff;
}

.visited\:to-rose-50:visited {
  --tw-gradient-to: #fff1f2;
}

.visited\:to-rose-100:visited {
  --tw-gradient-to: #ffe4e6;
}

.visited\:to-rose-200:visited {
  --tw-gradient-to: #fecdd3;
}

.visited\:to-rose-300:visited {
  --tw-gradient-to: #fda4af;
}

.visited\:to-rose-400:visited {
  --tw-gradient-to: #fb7185;
}

.visited\:to-rose-500:visited {
  --tw-gradient-to: #f43f5e;
}

.visited\:to-rose-600:visited {
  --tw-gradient-to: #e11d48;
}

.visited\:to-rose-700:visited {
  --tw-gradient-to: #be123c;
}

.visited\:to-rose-800:visited {
  --tw-gradient-to: #9f1239;
}

.visited\:to-rose-900:visited {
  --tw-gradient-to: #881337;
}

.visited\:to-pink-50:visited {
  --tw-gradient-to: #fdf2f8;
}

.visited\:to-pink-100:visited {
  --tw-gradient-to: #fce7f3;
}

.visited\:to-pink-200:visited {
  --tw-gradient-to: #fbcfe8;
}

.visited\:to-pink-300:visited {
  --tw-gradient-to: #f9a8d4;
}

.visited\:to-pink-400:visited {
  --tw-gradient-to: #f472b6;
}

.visited\:to-pink-500:visited {
  --tw-gradient-to: #ec4899;
}

.visited\:to-pink-600:visited {
  --tw-gradient-to: #db2777;
}

.visited\:to-pink-700:visited {
  --tw-gradient-to: #be185d;
}

.visited\:to-pink-800:visited {
  --tw-gradient-to: #9d174d;
}

.visited\:to-pink-900:visited {
  --tw-gradient-to: #831843;
}

.visited\:to-fuchsia-50:visited {
  --tw-gradient-to: #fdf4ff;
}

.visited\:to-fuchsia-100:visited {
  --tw-gradient-to: #fae8ff;
}

.visited\:to-fuchsia-200:visited {
  --tw-gradient-to: #f5d0fe;
}

.visited\:to-fuchsia-300:visited {
  --tw-gradient-to: #f0abfc;
}

.visited\:to-fuchsia-400:visited {
  --tw-gradient-to: #e879f9;
}

.visited\:to-fuchsia-500:visited {
  --tw-gradient-to: #d946ef;
}

.visited\:to-fuchsia-600:visited {
  --tw-gradient-to: #c026d3;
}

.visited\:to-fuchsia-700:visited {
  --tw-gradient-to: #a21caf;
}

.visited\:to-fuchsia-800:visited {
  --tw-gradient-to: #86198f;
}

.visited\:to-fuchsia-900:visited {
  --tw-gradient-to: #701a75;
}

.visited\:to-purple-50:visited {
  --tw-gradient-to: #faf5ff;
}

.visited\:to-purple-100:visited {
  --tw-gradient-to: #f3e8ff;
}

.visited\:to-purple-200:visited {
  --tw-gradient-to: #e9d5ff;
}

.visited\:to-purple-300:visited {
  --tw-gradient-to: #d8b4fe;
}

.visited\:to-purple-400:visited {
  --tw-gradient-to: #c084fc;
}

.visited\:to-purple-500:visited {
  --tw-gradient-to: #a855f7;
}

.visited\:to-purple-600:visited {
  --tw-gradient-to: #9333ea;
}

.visited\:to-purple-700:visited {
  --tw-gradient-to: #7e22ce;
}

.visited\:to-purple-800:visited {
  --tw-gradient-to: #6b21a8;
}

.visited\:to-purple-900:visited {
  --tw-gradient-to: #581c87;
}

.visited\:to-violet-50:visited {
  --tw-gradient-to: #f5f3ff;
}

.visited\:to-violet-100:visited {
  --tw-gradient-to: #ede9fe;
}

.visited\:to-violet-200:visited {
  --tw-gradient-to: #ddd6fe;
}

.visited\:to-violet-300:visited {
  --tw-gradient-to: #c4b5fd;
}

.visited\:to-violet-400:visited {
  --tw-gradient-to: #a78bfa;
}

.visited\:to-violet-500:visited {
  --tw-gradient-to: #8b5cf6;
}

.visited\:to-violet-600:visited {
  --tw-gradient-to: #7c3aed;
}

.visited\:to-violet-700:visited {
  --tw-gradient-to: #6d28d9;
}

.visited\:to-violet-800:visited {
  --tw-gradient-to: #5b21b6;
}

.visited\:to-violet-900:visited {
  --tw-gradient-to: #4c1d95;
}

.visited\:to-indigo-50:visited {
  --tw-gradient-to: #eef2ff;
}

.visited\:to-indigo-100:visited {
  --tw-gradient-to: #e0e7ff;
}

.visited\:to-indigo-200:visited {
  --tw-gradient-to: #c7d2fe;
}

.visited\:to-indigo-300:visited {
  --tw-gradient-to: #a5b4fc;
}

.visited\:to-indigo-400:visited {
  --tw-gradient-to: #818cf8;
}

.visited\:to-indigo-500:visited {
  --tw-gradient-to: #6366f1;
}

.visited\:to-indigo-600:visited {
  --tw-gradient-to: #4f46e5;
}

.visited\:to-indigo-700:visited {
  --tw-gradient-to: #4338ca;
}

.visited\:to-indigo-800:visited {
  --tw-gradient-to: #3730a3;
}

.visited\:to-indigo-900:visited {
  --tw-gradient-to: #312e81;
}

.visited\:to-blue-50:visited {
  --tw-gradient-to: #eff6ff;
}

.visited\:to-blue-100:visited {
  --tw-gradient-to: #dbeafe;
}

.visited\:to-blue-200:visited {
  --tw-gradient-to: #bfdbfe;
}

.visited\:to-blue-300:visited {
  --tw-gradient-to: #93c5fd;
}

.visited\:to-blue-400:visited {
  --tw-gradient-to: #60a5fa;
}

.visited\:to-blue-500:visited {
  --tw-gradient-to: #3b82f6;
}

.visited\:to-blue-600:visited {
  --tw-gradient-to: #2563eb;
}

.visited\:to-blue-700:visited {
  --tw-gradient-to: #1d4ed8;
}

.visited\:to-blue-800:visited {
  --tw-gradient-to: #1e40af;
}

.visited\:to-blue-900:visited {
  --tw-gradient-to: #1e3a8a;
}

.visited\:to-lightBlue-50:visited {
  --tw-gradient-to: #f0f9ff;
}

.visited\:to-lightBlue-100:visited {
  --tw-gradient-to: #e0f2fe;
}

.visited\:to-lightBlue-200:visited {
  --tw-gradient-to: #bae6fd;
}

.visited\:to-lightBlue-300:visited {
  --tw-gradient-to: #7dd3fc;
}

.visited\:to-lightBlue-400:visited {
  --tw-gradient-to: #38bdf8;
}

.visited\:to-lightBlue-500:visited {
  --tw-gradient-to: #0ea5e9;
}

.visited\:to-lightBlue-600:visited {
  --tw-gradient-to: #0284c7;
}

.visited\:to-lightBlue-700:visited {
  --tw-gradient-to: #0369a1;
}

.visited\:to-lightBlue-800:visited {
  --tw-gradient-to: #075985;
}

.visited\:to-lightBlue-900:visited {
  --tw-gradient-to: #0c4a6e;
}

.visited\:to-cyan-50:visited {
  --tw-gradient-to: #ecfeff;
}

.visited\:to-cyan-100:visited {
  --tw-gradient-to: #cffafe;
}

.visited\:to-cyan-200:visited {
  --tw-gradient-to: #a5f3fc;
}

.visited\:to-cyan-300:visited {
  --tw-gradient-to: #67e8f9;
}

.visited\:to-cyan-400:visited {
  --tw-gradient-to: #22d3ee;
}

.visited\:to-cyan-500:visited {
  --tw-gradient-to: #06b6d4;
}

.visited\:to-cyan-600:visited {
  --tw-gradient-to: #0891b2;
}

.visited\:to-cyan-700:visited {
  --tw-gradient-to: #0e7490;
}

.visited\:to-cyan-800:visited {
  --tw-gradient-to: #155e75;
}

.visited\:to-cyan-900:visited {
  --tw-gradient-to: #164e63;
}

.visited\:to-teal-50:visited {
  --tw-gradient-to: #f0fdfa;
}

.visited\:to-teal-100:visited {
  --tw-gradient-to: #ccfbf1;
}

.visited\:to-teal-200:visited {
  --tw-gradient-to: #99f6e4;
}

.visited\:to-teal-300:visited {
  --tw-gradient-to: #5eead4;
}

.visited\:to-teal-400:visited {
  --tw-gradient-to: #2dd4bf;
}

.visited\:to-teal-500:visited {
  --tw-gradient-to: #14b8a6;
}

.visited\:to-teal-600:visited {
  --tw-gradient-to: #0d9488;
}

.visited\:to-teal-700:visited {
  --tw-gradient-to: #0f766e;
}

.visited\:to-teal-800:visited {
  --tw-gradient-to: #115e59;
}

.visited\:to-teal-900:visited {
  --tw-gradient-to: #134e4a;
}

.visited\:to-emerald-50:visited {
  --tw-gradient-to: #ecfdf5;
}

.visited\:to-emerald-100:visited {
  --tw-gradient-to: #d1fae5;
}

.visited\:to-emerald-200:visited {
  --tw-gradient-to: #a7f3d0;
}

.visited\:to-emerald-300:visited {
  --tw-gradient-to: #6ee7b7;
}

.visited\:to-emerald-400:visited {
  --tw-gradient-to: #34d399;
}

.visited\:to-emerald-500:visited {
  --tw-gradient-to: #10b981;
}

.visited\:to-emerald-600:visited {
  --tw-gradient-to: #059669;
}

.visited\:to-emerald-700:visited {
  --tw-gradient-to: #047857;
}

.visited\:to-emerald-800:visited {
  --tw-gradient-to: #065f46;
}

.visited\:to-emerald-900:visited {
  --tw-gradient-to: #064e3b;
}

.visited\:to-green-50:visited {
  --tw-gradient-to: #f0fdf4;
}

.visited\:to-green-100:visited {
  --tw-gradient-to: #dcfce7;
}

.visited\:to-green-200:visited {
  --tw-gradient-to: #bbf7d0;
}

.visited\:to-green-300:visited {
  --tw-gradient-to: #86efac;
}

.visited\:to-green-400:visited {
  --tw-gradient-to: #4ade80;
}

.visited\:to-green-500:visited {
  --tw-gradient-to: #22c55e;
}

.visited\:to-green-600:visited {
  --tw-gradient-to: #16a34a;
}

.visited\:to-green-700:visited {
  --tw-gradient-to: #15803d;
}

.visited\:to-green-800:visited {
  --tw-gradient-to: #166534;
}

.visited\:to-green-900:visited {
  --tw-gradient-to: #14532d;
}

.visited\:to-lime-50:visited {
  --tw-gradient-to: #f7fee7;
}

.visited\:to-lime-100:visited {
  --tw-gradient-to: #ecfccb;
}

.visited\:to-lime-200:visited {
  --tw-gradient-to: #d9f99d;
}

.visited\:to-lime-300:visited {
  --tw-gradient-to: #bef264;
}

.visited\:to-lime-400:visited {
  --tw-gradient-to: #a3e635;
}

.visited\:to-lime-500:visited {
  --tw-gradient-to: #84cc16;
}

.visited\:to-lime-600:visited {
  --tw-gradient-to: #65a30d;
}

.visited\:to-lime-700:visited {
  --tw-gradient-to: #4d7c0f;
}

.visited\:to-lime-800:visited {
  --tw-gradient-to: #3f6212;
}

.visited\:to-lime-900:visited {
  --tw-gradient-to: #365314;
}

.visited\:to-yellow-50:visited {
  --tw-gradient-to: #fefce8;
}

.visited\:to-yellow-100:visited {
  --tw-gradient-to: #fef9c3;
}

.visited\:to-yellow-200:visited {
  --tw-gradient-to: #fef08a;
}

.visited\:to-yellow-300:visited {
  --tw-gradient-to: #fde047;
}

.visited\:to-yellow-400:visited {
  --tw-gradient-to: #facc15;
}

.visited\:to-yellow-500:visited {
  --tw-gradient-to: #eab308;
}

.visited\:to-yellow-600:visited {
  --tw-gradient-to: #ca8a04;
}

.visited\:to-yellow-700:visited {
  --tw-gradient-to: #a16207;
}

.visited\:to-yellow-800:visited {
  --tw-gradient-to: #854d0e;
}

.visited\:to-yellow-900:visited {
  --tw-gradient-to: #713f12;
}

.visited\:to-amber-50:visited {
  --tw-gradient-to: #fffbeb;
}

.visited\:to-amber-100:visited {
  --tw-gradient-to: #fef3c7;
}

.visited\:to-amber-200:visited {
  --tw-gradient-to: #fde68a;
}

.visited\:to-amber-300:visited {
  --tw-gradient-to: #fcd34d;
}

.visited\:to-amber-400:visited {
  --tw-gradient-to: #fbbf24;
}

.visited\:to-amber-500:visited {
  --tw-gradient-to: #f59e0b;
}

.visited\:to-amber-600:visited {
  --tw-gradient-to: #d97706;
}

.visited\:to-amber-700:visited {
  --tw-gradient-to: #b45309;
}

.visited\:to-amber-800:visited {
  --tw-gradient-to: #92400e;
}

.visited\:to-amber-900:visited {
  --tw-gradient-to: #78350f;
}

.visited\:to-orange-50:visited {
  --tw-gradient-to: #fff7ed;
}

.visited\:to-orange-100:visited {
  --tw-gradient-to: #ffedd5;
}

.visited\:to-orange-200:visited {
  --tw-gradient-to: #fed7aa;
}

.visited\:to-orange-300:visited {
  --tw-gradient-to: #fdba74;
}

.visited\:to-orange-400:visited {
  --tw-gradient-to: #fb923c;
}

.visited\:to-orange-500:visited {
  --tw-gradient-to: #f97316;
}

.visited\:to-orange-600:visited {
  --tw-gradient-to: #ea580c;
}

.visited\:to-orange-700:visited {
  --tw-gradient-to: #c2410c;
}

.visited\:to-orange-800:visited {
  --tw-gradient-to: #9a3412;
}

.visited\:to-orange-900:visited {
  --tw-gradient-to: #7c2d12;
}

.visited\:to-red-50:visited {
  --tw-gradient-to: #fef2f2;
}

.visited\:to-red-100:visited {
  --tw-gradient-to: #fee2e2;
}

.visited\:to-red-200:visited {
  --tw-gradient-to: #fecaca;
}

.visited\:to-red-300:visited {
  --tw-gradient-to: #fca5a5;
}

.visited\:to-red-400:visited {
  --tw-gradient-to: #f87171;
}

.visited\:to-red-500:visited {
  --tw-gradient-to: #ef4444;
}

.visited\:to-red-600:visited {
  --tw-gradient-to: #dc2626;
}

.visited\:to-red-700:visited {
  --tw-gradient-to: #b91c1c;
}

.visited\:to-red-800:visited {
  --tw-gradient-to: #991b1b;
}

.visited\:to-red-900:visited {
  --tw-gradient-to: #7f1d1d;
}

.visited\:to-warmGray-50:visited {
  --tw-gradient-to: #fafaf9;
}

.visited\:to-warmGray-100:visited {
  --tw-gradient-to: #f5f5f4;
}

.visited\:to-warmGray-200:visited {
  --tw-gradient-to: #e7e5e4;
}

.visited\:to-warmGray-300:visited {
  --tw-gradient-to: #d6d3d1;
}

.visited\:to-warmGray-400:visited {
  --tw-gradient-to: #a8a29e;
}

.visited\:to-warmGray-500:visited {
  --tw-gradient-to: #78716c;
}

.visited\:to-warmGray-600:visited {
  --tw-gradient-to: #57534e;
}

.visited\:to-warmGray-700:visited {
  --tw-gradient-to: #44403c;
}

.visited\:to-warmGray-800:visited {
  --tw-gradient-to: #292524;
}

.visited\:to-warmGray-900:visited {
  --tw-gradient-to: #1c1917;
}

.visited\:to-trueGray-50:visited {
  --tw-gradient-to: #fafafa;
}

.visited\:to-trueGray-100:visited {
  --tw-gradient-to: #f5f5f5;
}

.visited\:to-trueGray-200:visited {
  --tw-gradient-to: #e5e5e5;
}

.visited\:to-trueGray-300:visited {
  --tw-gradient-to: #d4d4d4;
}

.visited\:to-trueGray-400:visited {
  --tw-gradient-to: #a3a3a3;
}

.visited\:to-trueGray-500:visited {
  --tw-gradient-to: #737373;
}

.visited\:to-trueGray-600:visited {
  --tw-gradient-to: #525252;
}

.visited\:to-trueGray-700:visited {
  --tw-gradient-to: #404040;
}

.visited\:to-trueGray-800:visited {
  --tw-gradient-to: #262626;
}

.visited\:to-trueGray-900:visited {
  --tw-gradient-to: #171717;
}

.visited\:to-gray-50:visited {
  --tw-gradient-to: #fafafa;
}

.visited\:to-gray-100:visited {
  --tw-gradient-to: #f4f4f5;
}

.visited\:to-gray-200:visited {
  --tw-gradient-to: #e4e4e7;
}

.visited\:to-gray-300:visited {
  --tw-gradient-to: #d4d4d8;
}

.visited\:to-gray-400:visited {
  --tw-gradient-to: #a1a1aa;
}

.visited\:to-gray-500:visited {
  --tw-gradient-to: #71717a;
}

.visited\:to-gray-600:visited {
  --tw-gradient-to: #52525b;
}

.visited\:to-gray-700:visited {
  --tw-gradient-to: #3f3f46;
}

.visited\:to-gray-800:visited {
  --tw-gradient-to: #27272a;
}

.visited\:to-gray-900:visited {
  --tw-gradient-to: #18181b;
}

.visited\:to-coolGray-50:visited {
  --tw-gradient-to: #f9fafb;
}

.visited\:to-coolGray-100:visited {
  --tw-gradient-to: #f3f4f6;
}

.visited\:to-coolGray-200:visited {
  --tw-gradient-to: #e5e7eb;
}

.visited\:to-coolGray-300:visited {
  --tw-gradient-to: #d1d5db;
}

.visited\:to-coolGray-400:visited {
  --tw-gradient-to: #9ca3af;
}

.visited\:to-coolGray-500:visited {
  --tw-gradient-to: #6b7280;
}

.visited\:to-coolGray-600:visited {
  --tw-gradient-to: #4b5563;
}

.visited\:to-coolGray-700:visited {
  --tw-gradient-to: #374151;
}

.visited\:to-coolGray-800:visited {
  --tw-gradient-to: #1f2937;
}

.visited\:to-coolGray-900:visited {
  --tw-gradient-to: #111827;
}

.visited\:to-blueGray-50:visited {
  --tw-gradient-to: #f8fafc;
}

.visited\:to-blueGray-100:visited {
  --tw-gradient-to: #f1f5f9;
}

.visited\:to-blueGray-200:visited {
  --tw-gradient-to: #e2e8f0;
}

.visited\:to-blueGray-300:visited {
  --tw-gradient-to: #cbd5e1;
}

.visited\:to-blueGray-400:visited {
  --tw-gradient-to: #94a3b8;
}

.visited\:to-blueGray-500:visited {
  --tw-gradient-to: #64748b;
}

.visited\:to-blueGray-600:visited {
  --tw-gradient-to: #475569;
}

.visited\:to-blueGray-700:visited {
  --tw-gradient-to: #334155;
}

.visited\:to-blueGray-800:visited {
  --tw-gradient-to: #1e293b;
}

.visited\:to-blueGray-900:visited {
  --tw-gradient-to: #0f172a;
}

.visited\:to-current:visited {
  --tw-gradient-to: current;
}

.visited\:to-transparent:visited {
  --tw-gradient-to: transparent;
}

.disabled\:from-black:disabled {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.disabled\:from-white:disabled {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.disabled\:from-rose-50:disabled {
  --tw-gradient-from: #fff1f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.disabled\:from-rose-100:disabled {
  --tw-gradient-from: #ffe4e6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.disabled\:from-rose-200:disabled {
  --tw-gradient-from: #fecdd3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.disabled\:from-rose-300:disabled {
  --tw-gradient-from: #fda4af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.disabled\:from-rose-400:disabled {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.disabled\:from-rose-500:disabled {
  --tw-gradient-from: #f43f5e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.disabled\:from-rose-600:disabled {
  --tw-gradient-from: #e11d48;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.disabled\:from-rose-700:disabled {
  --tw-gradient-from: #be123c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.disabled\:from-rose-800:disabled {
  --tw-gradient-from: #9f1239;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.disabled\:from-rose-900:disabled {
  --tw-gradient-from: #881337;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.disabled\:from-pink-50:disabled {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.disabled\:from-pink-100:disabled {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.disabled\:from-pink-200:disabled {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.disabled\:from-pink-300:disabled {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.disabled\:from-pink-400:disabled {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.disabled\:from-pink-500:disabled {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.disabled\:from-pink-600:disabled {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.disabled\:from-pink-700:disabled {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.disabled\:from-pink-800:disabled {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.disabled\:from-pink-900:disabled {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.disabled\:from-fuchsia-50:disabled {
  --tw-gradient-from: #fdf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.disabled\:from-fuchsia-100:disabled {
  --tw-gradient-from: #fae8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.disabled\:from-fuchsia-200:disabled {
  --tw-gradient-from: #f5d0fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.disabled\:from-fuchsia-300:disabled {
  --tw-gradient-from: #f0abfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.disabled\:from-fuchsia-400:disabled {
  --tw-gradient-from: #e879f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.disabled\:from-fuchsia-500:disabled {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.disabled\:from-fuchsia-600:disabled {
  --tw-gradient-from: #c026d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.disabled\:from-fuchsia-700:disabled {
  --tw-gradient-from: #a21caf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.disabled\:from-fuchsia-800:disabled {
  --tw-gradient-from: #86198f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.disabled\:from-fuchsia-900:disabled {
  --tw-gradient-from: #701a75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.disabled\:from-purple-50:disabled {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.disabled\:from-purple-100:disabled {
  --tw-gradient-from: #f3e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.disabled\:from-purple-200:disabled {
  --tw-gradient-from: #e9d5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.disabled\:from-purple-300:disabled {
  --tw-gradient-from: #d8b4fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.disabled\:from-purple-400:disabled {
  --tw-gradient-from: #c084fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.disabled\:from-purple-500:disabled {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.disabled\:from-purple-600:disabled {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.disabled\:from-purple-700:disabled {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.disabled\:from-purple-800:disabled {
  --tw-gradient-from: #6b21a8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.disabled\:from-purple-900:disabled {
  --tw-gradient-from: #581c87;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.disabled\:from-violet-50:disabled {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.disabled\:from-violet-100:disabled {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.disabled\:from-violet-200:disabled {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.disabled\:from-violet-300:disabled {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.disabled\:from-violet-400:disabled {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.disabled\:from-violet-500:disabled {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.disabled\:from-violet-600:disabled {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.disabled\:from-violet-700:disabled {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.disabled\:from-violet-800:disabled {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.disabled\:from-violet-900:disabled {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.disabled\:from-indigo-50:disabled {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.disabled\:from-indigo-100:disabled {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.disabled\:from-indigo-200:disabled {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.disabled\:from-indigo-300:disabled {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.disabled\:from-indigo-400:disabled {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.disabled\:from-indigo-500:disabled {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.disabled\:from-indigo-600:disabled {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.disabled\:from-indigo-700:disabled {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.disabled\:from-indigo-800:disabled {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.disabled\:from-indigo-900:disabled {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.disabled\:from-blue-50:disabled {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.disabled\:from-blue-100:disabled {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.disabled\:from-blue-200:disabled {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.disabled\:from-blue-300:disabled {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.disabled\:from-blue-400:disabled {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.disabled\:from-blue-500:disabled {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.disabled\:from-blue-600:disabled {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.disabled\:from-blue-700:disabled {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.disabled\:from-blue-800:disabled {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.disabled\:from-blue-900:disabled {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.disabled\:from-lightBlue-50:disabled {
  --tw-gradient-from: #f0f9ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.disabled\:from-lightBlue-100:disabled {
  --tw-gradient-from: #e0f2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.disabled\:from-lightBlue-200:disabled {
  --tw-gradient-from: #bae6fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.disabled\:from-lightBlue-300:disabled {
  --tw-gradient-from: #7dd3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.disabled\:from-lightBlue-400:disabled {
  --tw-gradient-from: #38bdf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.disabled\:from-lightBlue-500:disabled {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.disabled\:from-lightBlue-600:disabled {
  --tw-gradient-from: #0284c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.disabled\:from-lightBlue-700:disabled {
  --tw-gradient-from: #0369a1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.disabled\:from-lightBlue-800:disabled {
  --tw-gradient-from: #075985;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.disabled\:from-lightBlue-900:disabled {
  --tw-gradient-from: #0c4a6e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.disabled\:from-cyan-50:disabled {
  --tw-gradient-from: #ecfeff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.disabled\:from-cyan-100:disabled {
  --tw-gradient-from: #cffafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.disabled\:from-cyan-200:disabled {
  --tw-gradient-from: #a5f3fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.disabled\:from-cyan-300:disabled {
  --tw-gradient-from: #67e8f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.disabled\:from-cyan-400:disabled {
  --tw-gradient-from: #22d3ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.disabled\:from-cyan-500:disabled {
  --tw-gradient-from: #06b6d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.disabled\:from-cyan-600:disabled {
  --tw-gradient-from: #0891b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.disabled\:from-cyan-700:disabled {
  --tw-gradient-from: #0e7490;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.disabled\:from-cyan-800:disabled {
  --tw-gradient-from: #155e75;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.disabled\:from-cyan-900:disabled {
  --tw-gradient-from: #164e63;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.disabled\:from-teal-50:disabled {
  --tw-gradient-from: #f0fdfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.disabled\:from-teal-100:disabled {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.disabled\:from-teal-200:disabled {
  --tw-gradient-from: #99f6e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.disabled\:from-teal-300:disabled {
  --tw-gradient-from: #5eead4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.disabled\:from-teal-400:disabled {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.disabled\:from-teal-500:disabled {
  --tw-gradient-from: #14b8a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.disabled\:from-teal-600:disabled {
  --tw-gradient-from: #0d9488;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.disabled\:from-teal-700:disabled {
  --tw-gradient-from: #0f766e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.disabled\:from-teal-800:disabled {
  --tw-gradient-from: #115e59;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.disabled\:from-teal-900:disabled {
  --tw-gradient-from: #134e4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.disabled\:from-emerald-50:disabled {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.disabled\:from-emerald-100:disabled {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.disabled\:from-emerald-200:disabled {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.disabled\:from-emerald-300:disabled {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.disabled\:from-emerald-400:disabled {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.disabled\:from-emerald-500:disabled {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.disabled\:from-emerald-600:disabled {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.disabled\:from-emerald-700:disabled {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.disabled\:from-emerald-800:disabled {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.disabled\:from-emerald-900:disabled {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.disabled\:from-green-50:disabled {
  --tw-gradient-from: #f0fdf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.disabled\:from-green-100:disabled {
  --tw-gradient-from: #dcfce7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.disabled\:from-green-200:disabled {
  --tw-gradient-from: #bbf7d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.disabled\:from-green-300:disabled {
  --tw-gradient-from: #86efac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.disabled\:from-green-400:disabled {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.disabled\:from-green-500:disabled {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.disabled\:from-green-600:disabled {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.disabled\:from-green-700:disabled {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.disabled\:from-green-800:disabled {
  --tw-gradient-from: #166534;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.disabled\:from-green-900:disabled {
  --tw-gradient-from: #14532d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.disabled\:from-lime-50:disabled {
  --tw-gradient-from: #f7fee7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.disabled\:from-lime-100:disabled {
  --tw-gradient-from: #ecfccb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.disabled\:from-lime-200:disabled {
  --tw-gradient-from: #d9f99d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.disabled\:from-lime-300:disabled {
  --tw-gradient-from: #bef264;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.disabled\:from-lime-400:disabled {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.disabled\:from-lime-500:disabled {
  --tw-gradient-from: #84cc16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.disabled\:from-lime-600:disabled {
  --tw-gradient-from: #65a30d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.disabled\:from-lime-700:disabled {
  --tw-gradient-from: #4d7c0f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.disabled\:from-lime-800:disabled {
  --tw-gradient-from: #3f6212;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.disabled\:from-lime-900:disabled {
  --tw-gradient-from: #365314;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.disabled\:from-yellow-50:disabled {
  --tw-gradient-from: #fefce8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.disabled\:from-yellow-100:disabled {
  --tw-gradient-from: #fef9c3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.disabled\:from-yellow-200:disabled {
  --tw-gradient-from: #fef08a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.disabled\:from-yellow-300:disabled {
  --tw-gradient-from: #fde047;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.disabled\:from-yellow-400:disabled {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.disabled\:from-yellow-500:disabled {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.disabled\:from-yellow-600:disabled {
  --tw-gradient-from: #ca8a04;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.disabled\:from-yellow-700:disabled {
  --tw-gradient-from: #a16207;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.disabled\:from-yellow-800:disabled {
  --tw-gradient-from: #854d0e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.disabled\:from-yellow-900:disabled {
  --tw-gradient-from: #713f12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.disabled\:from-amber-50:disabled {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.disabled\:from-amber-100:disabled {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.disabled\:from-amber-200:disabled {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.disabled\:from-amber-300:disabled {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.disabled\:from-amber-400:disabled {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.disabled\:from-amber-500:disabled {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.disabled\:from-amber-600:disabled {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.disabled\:from-amber-700:disabled {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.disabled\:from-amber-800:disabled {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.disabled\:from-amber-900:disabled {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.disabled\:from-orange-50:disabled {
  --tw-gradient-from: #fff7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.disabled\:from-orange-100:disabled {
  --tw-gradient-from: #ffedd5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.disabled\:from-orange-200:disabled {
  --tw-gradient-from: #fed7aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.disabled\:from-orange-300:disabled {
  --tw-gradient-from: #fdba74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.disabled\:from-orange-400:disabled {
  --tw-gradient-from: #fb923c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.disabled\:from-orange-500:disabled {
  --tw-gradient-from: #f97316;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.disabled\:from-orange-600:disabled {
  --tw-gradient-from: #ea580c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.disabled\:from-orange-700:disabled {
  --tw-gradient-from: #c2410c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.disabled\:from-orange-800:disabled {
  --tw-gradient-from: #9a3412;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.disabled\:from-orange-900:disabled {
  --tw-gradient-from: #7c2d12;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.disabled\:from-red-50:disabled {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.disabled\:from-red-100:disabled {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.disabled\:from-red-200:disabled {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.disabled\:from-red-300:disabled {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.disabled\:from-red-400:disabled {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.disabled\:from-red-500:disabled {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.disabled\:from-red-600:disabled {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.disabled\:from-red-700:disabled {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.disabled\:from-red-800:disabled {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.disabled\:from-red-900:disabled {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.disabled\:from-warmGray-50:disabled {
  --tw-gradient-from: #fafaf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.disabled\:from-warmGray-100:disabled {
  --tw-gradient-from: #f5f5f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.disabled\:from-warmGray-200:disabled {
  --tw-gradient-from: #e7e5e4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.disabled\:from-warmGray-300:disabled {
  --tw-gradient-from: #d6d3d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.disabled\:from-warmGray-400:disabled {
  --tw-gradient-from: #a8a29e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.disabled\:from-warmGray-500:disabled {
  --tw-gradient-from: #78716c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.disabled\:from-warmGray-600:disabled {
  --tw-gradient-from: #57534e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.disabled\:from-warmGray-700:disabled {
  --tw-gradient-from: #44403c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.disabled\:from-warmGray-800:disabled {
  --tw-gradient-from: #292524;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.disabled\:from-warmGray-900:disabled {
  --tw-gradient-from: #1c1917;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.disabled\:from-trueGray-50:disabled {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.disabled\:from-trueGray-100:disabled {
  --tw-gradient-from: #f5f5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.disabled\:from-trueGray-200:disabled {
  --tw-gradient-from: #e5e5e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.disabled\:from-trueGray-300:disabled {
  --tw-gradient-from: #d4d4d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.disabled\:from-trueGray-400:disabled {
  --tw-gradient-from: #a3a3a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.disabled\:from-trueGray-500:disabled {
  --tw-gradient-from: #737373;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.disabled\:from-trueGray-600:disabled {
  --tw-gradient-from: #525252;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.disabled\:from-trueGray-700:disabled {
  --tw-gradient-from: #404040;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.disabled\:from-trueGray-800:disabled {
  --tw-gradient-from: #262626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.disabled\:from-trueGray-900:disabled {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.disabled\:from-gray-50:disabled {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.disabled\:from-gray-100:disabled {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.disabled\:from-gray-200:disabled {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.disabled\:from-gray-300:disabled {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.disabled\:from-gray-400:disabled {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.disabled\:from-gray-500:disabled {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.disabled\:from-gray-600:disabled {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.disabled\:from-gray-700:disabled {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.disabled\:from-gray-800:disabled {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.disabled\:from-gray-900:disabled {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.disabled\:from-coolGray-50:disabled {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.disabled\:from-coolGray-100:disabled {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.disabled\:from-coolGray-200:disabled {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.disabled\:from-coolGray-300:disabled {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.disabled\:from-coolGray-400:disabled {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.disabled\:from-coolGray-500:disabled {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.disabled\:from-coolGray-600:disabled {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.disabled\:from-coolGray-700:disabled {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.disabled\:from-coolGray-800:disabled {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.disabled\:from-coolGray-900:disabled {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.disabled\:from-blueGray-50:disabled {
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.disabled\:from-blueGray-100:disabled {
  --tw-gradient-from: #f1f5f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.disabled\:from-blueGray-200:disabled {
  --tw-gradient-from: #e2e8f0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.disabled\:from-blueGray-300:disabled {
  --tw-gradient-from: #cbd5e1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.disabled\:from-blueGray-400:disabled {
  --tw-gradient-from: #94a3b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.disabled\:from-blueGray-500:disabled {
  --tw-gradient-from: #64748b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.disabled\:from-blueGray-600:disabled {
  --tw-gradient-from: #475569;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.disabled\:from-blueGray-700:disabled {
  --tw-gradient-from: #334155;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.disabled\:from-blueGray-800:disabled {
  --tw-gradient-from: #1e293b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.disabled\:from-blueGray-900:disabled {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.disabled\:from-current:disabled {
  --tw-gradient-from: current;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.disabled\:from-transparent:disabled {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.disabled\:via-black:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.disabled\:via-white:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.disabled\:via-rose-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
}

.disabled\:via-rose-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
}

.disabled\:via-rose-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
}

.disabled\:via-rose-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
}

.disabled\:via-rose-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
}

.disabled\:via-rose-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
}

.disabled\:via-rose-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
}

.disabled\:via-rose-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
}

.disabled\:via-rose-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
}

.disabled\:via-rose-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
}

.disabled\:via-pink-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.disabled\:via-pink-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.disabled\:via-pink-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.disabled\:via-pink-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.disabled\:via-pink-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.disabled\:via-pink-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.disabled\:via-pink-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.disabled\:via-pink-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.disabled\:via-pink-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.disabled\:via-pink-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.disabled\:via-fuchsia-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
}

.disabled\:via-fuchsia-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
}

.disabled\:via-fuchsia-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
}

.disabled\:via-fuchsia-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
}

.disabled\:via-fuchsia-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
}

.disabled\:via-fuchsia-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}

.disabled\:via-fuchsia-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
}

.disabled\:via-fuchsia-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
}

.disabled\:via-fuchsia-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
}

.disabled\:via-fuchsia-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
}

.disabled\:via-purple-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.disabled\:via-purple-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
}

.disabled\:via-purple-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
}

.disabled\:via-purple-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
}

.disabled\:via-purple-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.disabled\:via-purple-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}

.disabled\:via-purple-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}

.disabled\:via-purple-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
}

.disabled\:via-purple-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
}

.disabled\:via-purple-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
}

.disabled\:via-violet-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.disabled\:via-violet-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.disabled\:via-violet-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.disabled\:via-violet-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.disabled\:via-violet-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.disabled\:via-violet-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.disabled\:via-violet-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.disabled\:via-violet-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.disabled\:via-violet-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.disabled\:via-violet-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.disabled\:via-indigo-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.disabled\:via-indigo-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.disabled\:via-indigo-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.disabled\:via-indigo-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.disabled\:via-indigo-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.disabled\:via-indigo-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.disabled\:via-indigo-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.disabled\:via-indigo-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.disabled\:via-indigo-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.disabled\:via-indigo-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.disabled\:via-blue-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.disabled\:via-blue-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.disabled\:via-blue-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.disabled\:via-blue-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.disabled\:via-blue-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.disabled\:via-blue-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.disabled\:via-blue-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.disabled\:via-blue-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.disabled\:via-blue-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.disabled\:via-blue-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.disabled\:via-lightBlue-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
}

.disabled\:via-lightBlue-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
}

.disabled\:via-lightBlue-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
}

.disabled\:via-lightBlue-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
}

.disabled\:via-lightBlue-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
}

.disabled\:via-lightBlue-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
}

.disabled\:via-lightBlue-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
}

.disabled\:via-lightBlue-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
}

.disabled\:via-lightBlue-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
}

.disabled\:via-lightBlue-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
}

.disabled\:via-cyan-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
}

.disabled\:via-cyan-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
}

.disabled\:via-cyan-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
}

.disabled\:via-cyan-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
}

.disabled\:via-cyan-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
}

.disabled\:via-cyan-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}

.disabled\:via-cyan-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
}

.disabled\:via-cyan-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
}

.disabled\:via-cyan-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
}

.disabled\:via-cyan-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
}

.disabled\:via-teal-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
}

.disabled\:via-teal-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
}

.disabled\:via-teal-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
}

.disabled\:via-teal-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
}

.disabled\:via-teal-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
}

.disabled\:via-teal-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}

.disabled\:via-teal-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
}

.disabled\:via-teal-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
}

.disabled\:via-teal-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
}

.disabled\:via-teal-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
}

.disabled\:via-emerald-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.disabled\:via-emerald-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.disabled\:via-emerald-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.disabled\:via-emerald-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.disabled\:via-emerald-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.disabled\:via-emerald-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.disabled\:via-emerald-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.disabled\:via-emerald-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.disabled\:via-emerald-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.disabled\:via-emerald-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.disabled\:via-green-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.disabled\:via-green-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
}

.disabled\:via-green-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
}

.disabled\:via-green-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
}

.disabled\:via-green-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.disabled\:via-green-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.disabled\:via-green-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.disabled\:via-green-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
}

.disabled\:via-green-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
}

.disabled\:via-green-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
}

.disabled\:via-lime-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
}

.disabled\:via-lime-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
}

.disabled\:via-lime-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
}

.disabled\:via-lime-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
}

.disabled\:via-lime-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
}

.disabled\:via-lime-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
}

.disabled\:via-lime-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
}

.disabled\:via-lime-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
}

.disabled\:via-lime-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
}

.disabled\:via-lime-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
}

.disabled\:via-yellow-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
}

.disabled\:via-yellow-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
}

.disabled\:via-yellow-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
}

.disabled\:via-yellow-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
}

.disabled\:via-yellow-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
}

.disabled\:via-yellow-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
}

.disabled\:via-yellow-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
}

.disabled\:via-yellow-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
}

.disabled\:via-yellow-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
}

.disabled\:via-yellow-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
}

.disabled\:via-amber-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.disabled\:via-amber-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.disabled\:via-amber-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.disabled\:via-amber-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.disabled\:via-amber-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.disabled\:via-amber-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.disabled\:via-amber-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.disabled\:via-amber-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.disabled\:via-amber-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.disabled\:via-amber-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.disabled\:via-orange-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
}

.disabled\:via-orange-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
}

.disabled\:via-orange-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
}

.disabled\:via-orange-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
}

.disabled\:via-orange-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
}

.disabled\:via-orange-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}

.disabled\:via-orange-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
}

.disabled\:via-orange-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
}

.disabled\:via-orange-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
}

.disabled\:via-orange-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
}

.disabled\:via-red-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.disabled\:via-red-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.disabled\:via-red-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.disabled\:via-red-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.disabled\:via-red-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.disabled\:via-red-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.disabled\:via-red-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.disabled\:via-red-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.disabled\:via-red-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.disabled\:via-red-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.disabled\:via-warmGray-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
}

.disabled\:via-warmGray-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
}

.disabled\:via-warmGray-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
}

.disabled\:via-warmGray-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
}

.disabled\:via-warmGray-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
}

.disabled\:via-warmGray-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
}

.disabled\:via-warmGray-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
}

.disabled\:via-warmGray-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
}

.disabled\:via-warmGray-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
}

.disabled\:via-warmGray-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
}

.disabled\:via-trueGray-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.disabled\:via-trueGray-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.disabled\:via-trueGray-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
}

.disabled\:via-trueGray-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
}

.disabled\:via-trueGray-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
}

.disabled\:via-trueGray-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
}

.disabled\:via-trueGray-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
}

.disabled\:via-trueGray-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
}

.disabled\:via-trueGray-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
}

.disabled\:via-trueGray-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

.disabled\:via-gray-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.disabled\:via-gray-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.disabled\:via-gray-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.disabled\:via-gray-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.disabled\:via-gray-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.disabled\:via-gray-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.disabled\:via-gray-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.disabled\:via-gray-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.disabled\:via-gray-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.disabled\:via-gray-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.disabled\:via-coolGray-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.disabled\:via-coolGray-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.disabled\:via-coolGray-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.disabled\:via-coolGray-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.disabled\:via-coolGray-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.disabled\:via-coolGray-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.disabled\:via-coolGray-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.disabled\:via-coolGray-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.disabled\:via-coolGray-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.disabled\:via-coolGray-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.disabled\:via-blueGray-50:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
}

.disabled\:via-blueGray-100:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
}

.disabled\:via-blueGray-200:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
}

.disabled\:via-blueGray-300:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
}

.disabled\:via-blueGray-400:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
}

.disabled\:via-blueGray-500:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
}

.disabled\:via-blueGray-600:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
}

.disabled\:via-blueGray-700:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
}

.disabled\:via-blueGray-800:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}

.disabled\:via-blueGray-900:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
}

.disabled\:via-current:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.disabled\:via-transparent:disabled {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.disabled\:to-black:disabled {
  --tw-gradient-to: #000;
}

.disabled\:to-white:disabled {
  --tw-gradient-to: #fff;
}

.disabled\:to-rose-50:disabled {
  --tw-gradient-to: #fff1f2;
}

.disabled\:to-rose-100:disabled {
  --tw-gradient-to: #ffe4e6;
}

.disabled\:to-rose-200:disabled {
  --tw-gradient-to: #fecdd3;
}

.disabled\:to-rose-300:disabled {
  --tw-gradient-to: #fda4af;
}

.disabled\:to-rose-400:disabled {
  --tw-gradient-to: #fb7185;
}

.disabled\:to-rose-500:disabled {
  --tw-gradient-to: #f43f5e;
}

.disabled\:to-rose-600:disabled {
  --tw-gradient-to: #e11d48;
}

.disabled\:to-rose-700:disabled {
  --tw-gradient-to: #be123c;
}

.disabled\:to-rose-800:disabled {
  --tw-gradient-to: #9f1239;
}

.disabled\:to-rose-900:disabled {
  --tw-gradient-to: #881337;
}

.disabled\:to-pink-50:disabled {
  --tw-gradient-to: #fdf2f8;
}

.disabled\:to-pink-100:disabled {
  --tw-gradient-to: #fce7f3;
}

.disabled\:to-pink-200:disabled {
  --tw-gradient-to: #fbcfe8;
}

.disabled\:to-pink-300:disabled {
  --tw-gradient-to: #f9a8d4;
}

.disabled\:to-pink-400:disabled {
  --tw-gradient-to: #f472b6;
}

.disabled\:to-pink-500:disabled {
  --tw-gradient-to: #ec4899;
}

.disabled\:to-pink-600:disabled {
  --tw-gradient-to: #db2777;
}

.disabled\:to-pink-700:disabled {
  --tw-gradient-to: #be185d;
}

.disabled\:to-pink-800:disabled {
  --tw-gradient-to: #9d174d;
}

.disabled\:to-pink-900:disabled {
  --tw-gradient-to: #831843;
}

.disabled\:to-fuchsia-50:disabled {
  --tw-gradient-to: #fdf4ff;
}

.disabled\:to-fuchsia-100:disabled {
  --tw-gradient-to: #fae8ff;
}

.disabled\:to-fuchsia-200:disabled {
  --tw-gradient-to: #f5d0fe;
}

.disabled\:to-fuchsia-300:disabled {
  --tw-gradient-to: #f0abfc;
}

.disabled\:to-fuchsia-400:disabled {
  --tw-gradient-to: #e879f9;
}

.disabled\:to-fuchsia-500:disabled {
  --tw-gradient-to: #d946ef;
}

.disabled\:to-fuchsia-600:disabled {
  --tw-gradient-to: #c026d3;
}

.disabled\:to-fuchsia-700:disabled {
  --tw-gradient-to: #a21caf;
}

.disabled\:to-fuchsia-800:disabled {
  --tw-gradient-to: #86198f;
}

.disabled\:to-fuchsia-900:disabled {
  --tw-gradient-to: #701a75;
}

.disabled\:to-purple-50:disabled {
  --tw-gradient-to: #faf5ff;
}

.disabled\:to-purple-100:disabled {
  --tw-gradient-to: #f3e8ff;
}

.disabled\:to-purple-200:disabled {
  --tw-gradient-to: #e9d5ff;
}

.disabled\:to-purple-300:disabled {
  --tw-gradient-to: #d8b4fe;
}

.disabled\:to-purple-400:disabled {
  --tw-gradient-to: #c084fc;
}

.disabled\:to-purple-500:disabled {
  --tw-gradient-to: #a855f7;
}

.disabled\:to-purple-600:disabled {
  --tw-gradient-to: #9333ea;
}

.disabled\:to-purple-700:disabled {
  --tw-gradient-to: #7e22ce;
}

.disabled\:to-purple-800:disabled {
  --tw-gradient-to: #6b21a8;
}

.disabled\:to-purple-900:disabled {
  --tw-gradient-to: #581c87;
}

.disabled\:to-violet-50:disabled {
  --tw-gradient-to: #f5f3ff;
}

.disabled\:to-violet-100:disabled {
  --tw-gradient-to: #ede9fe;
}

.disabled\:to-violet-200:disabled {
  --tw-gradient-to: #ddd6fe;
}

.disabled\:to-violet-300:disabled {
  --tw-gradient-to: #c4b5fd;
}

.disabled\:to-violet-400:disabled {
  --tw-gradient-to: #a78bfa;
}

.disabled\:to-violet-500:disabled {
  --tw-gradient-to: #8b5cf6;
}

.disabled\:to-violet-600:disabled {
  --tw-gradient-to: #7c3aed;
}

.disabled\:to-violet-700:disabled {
  --tw-gradient-to: #6d28d9;
}

.disabled\:to-violet-800:disabled {
  --tw-gradient-to: #5b21b6;
}

.disabled\:to-violet-900:disabled {
  --tw-gradient-to: #4c1d95;
}

.disabled\:to-indigo-50:disabled {
  --tw-gradient-to: #eef2ff;
}

.disabled\:to-indigo-100:disabled {
  --tw-gradient-to: #e0e7ff;
}

.disabled\:to-indigo-200:disabled {
  --tw-gradient-to: #c7d2fe;
}

.disabled\:to-indigo-300:disabled {
  --tw-gradient-to: #a5b4fc;
}

.disabled\:to-indigo-400:disabled {
  --tw-gradient-to: #818cf8;
}

.disabled\:to-indigo-500:disabled {
  --tw-gradient-to: #6366f1;
}

.disabled\:to-indigo-600:disabled {
  --tw-gradient-to: #4f46e5;
}

.disabled\:to-indigo-700:disabled {
  --tw-gradient-to: #4338ca;
}

.disabled\:to-indigo-800:disabled {
  --tw-gradient-to: #3730a3;
}

.disabled\:to-indigo-900:disabled {
  --tw-gradient-to: #312e81;
}

.disabled\:to-blue-50:disabled {
  --tw-gradient-to: #eff6ff;
}

.disabled\:to-blue-100:disabled {
  --tw-gradient-to: #dbeafe;
}

.disabled\:to-blue-200:disabled {
  --tw-gradient-to: #bfdbfe;
}

.disabled\:to-blue-300:disabled {
  --tw-gradient-to: #93c5fd;
}

.disabled\:to-blue-400:disabled {
  --tw-gradient-to: #60a5fa;
}

.disabled\:to-blue-500:disabled {
  --tw-gradient-to: #3b82f6;
}

.disabled\:to-blue-600:disabled {
  --tw-gradient-to: #2563eb;
}

.disabled\:to-blue-700:disabled {
  --tw-gradient-to: #1d4ed8;
}

.disabled\:to-blue-800:disabled {
  --tw-gradient-to: #1e40af;
}

.disabled\:to-blue-900:disabled {
  --tw-gradient-to: #1e3a8a;
}

.disabled\:to-lightBlue-50:disabled {
  --tw-gradient-to: #f0f9ff;
}

.disabled\:to-lightBlue-100:disabled {
  --tw-gradient-to: #e0f2fe;
}

.disabled\:to-lightBlue-200:disabled {
  --tw-gradient-to: #bae6fd;
}

.disabled\:to-lightBlue-300:disabled {
  --tw-gradient-to: #7dd3fc;
}

.disabled\:to-lightBlue-400:disabled {
  --tw-gradient-to: #38bdf8;
}

.disabled\:to-lightBlue-500:disabled {
  --tw-gradient-to: #0ea5e9;
}

.disabled\:to-lightBlue-600:disabled {
  --tw-gradient-to: #0284c7;
}

.disabled\:to-lightBlue-700:disabled {
  --tw-gradient-to: #0369a1;
}

.disabled\:to-lightBlue-800:disabled {
  --tw-gradient-to: #075985;
}

.disabled\:to-lightBlue-900:disabled {
  --tw-gradient-to: #0c4a6e;
}

.disabled\:to-cyan-50:disabled {
  --tw-gradient-to: #ecfeff;
}

.disabled\:to-cyan-100:disabled {
  --tw-gradient-to: #cffafe;
}

.disabled\:to-cyan-200:disabled {
  --tw-gradient-to: #a5f3fc;
}

.disabled\:to-cyan-300:disabled {
  --tw-gradient-to: #67e8f9;
}

.disabled\:to-cyan-400:disabled {
  --tw-gradient-to: #22d3ee;
}

.disabled\:to-cyan-500:disabled {
  --tw-gradient-to: #06b6d4;
}

.disabled\:to-cyan-600:disabled {
  --tw-gradient-to: #0891b2;
}

.disabled\:to-cyan-700:disabled {
  --tw-gradient-to: #0e7490;
}

.disabled\:to-cyan-800:disabled {
  --tw-gradient-to: #155e75;
}

.disabled\:to-cyan-900:disabled {
  --tw-gradient-to: #164e63;
}

.disabled\:to-teal-50:disabled {
  --tw-gradient-to: #f0fdfa;
}

.disabled\:to-teal-100:disabled {
  --tw-gradient-to: #ccfbf1;
}

.disabled\:to-teal-200:disabled {
  --tw-gradient-to: #99f6e4;
}

.disabled\:to-teal-300:disabled {
  --tw-gradient-to: #5eead4;
}

.disabled\:to-teal-400:disabled {
  --tw-gradient-to: #2dd4bf;
}

.disabled\:to-teal-500:disabled {
  --tw-gradient-to: #14b8a6;
}

.disabled\:to-teal-600:disabled {
  --tw-gradient-to: #0d9488;
}

.disabled\:to-teal-700:disabled {
  --tw-gradient-to: #0f766e;
}

.disabled\:to-teal-800:disabled {
  --tw-gradient-to: #115e59;
}

.disabled\:to-teal-900:disabled {
  --tw-gradient-to: #134e4a;
}

.disabled\:to-emerald-50:disabled {
  --tw-gradient-to: #ecfdf5;
}

.disabled\:to-emerald-100:disabled {
  --tw-gradient-to: #d1fae5;
}

.disabled\:to-emerald-200:disabled {
  --tw-gradient-to: #a7f3d0;
}

.disabled\:to-emerald-300:disabled {
  --tw-gradient-to: #6ee7b7;
}

.disabled\:to-emerald-400:disabled {
  --tw-gradient-to: #34d399;
}

.disabled\:to-emerald-500:disabled {
  --tw-gradient-to: #10b981;
}

.disabled\:to-emerald-600:disabled {
  --tw-gradient-to: #059669;
}

.disabled\:to-emerald-700:disabled {
  --tw-gradient-to: #047857;
}

.disabled\:to-emerald-800:disabled {
  --tw-gradient-to: #065f46;
}

.disabled\:to-emerald-900:disabled {
  --tw-gradient-to: #064e3b;
}

.disabled\:to-green-50:disabled {
  --tw-gradient-to: #f0fdf4;
}

.disabled\:to-green-100:disabled {
  --tw-gradient-to: #dcfce7;
}

.disabled\:to-green-200:disabled {
  --tw-gradient-to: #bbf7d0;
}

.disabled\:to-green-300:disabled {
  --tw-gradient-to: #86efac;
}

.disabled\:to-green-400:disabled {
  --tw-gradient-to: #4ade80;
}

.disabled\:to-green-500:disabled {
  --tw-gradient-to: #22c55e;
}

.disabled\:to-green-600:disabled {
  --tw-gradient-to: #16a34a;
}

.disabled\:to-green-700:disabled {
  --tw-gradient-to: #15803d;
}

.disabled\:to-green-800:disabled {
  --tw-gradient-to: #166534;
}

.disabled\:to-green-900:disabled {
  --tw-gradient-to: #14532d;
}

.disabled\:to-lime-50:disabled {
  --tw-gradient-to: #f7fee7;
}

.disabled\:to-lime-100:disabled {
  --tw-gradient-to: #ecfccb;
}

.disabled\:to-lime-200:disabled {
  --tw-gradient-to: #d9f99d;
}

.disabled\:to-lime-300:disabled {
  --tw-gradient-to: #bef264;
}

.disabled\:to-lime-400:disabled {
  --tw-gradient-to: #a3e635;
}

.disabled\:to-lime-500:disabled {
  --tw-gradient-to: #84cc16;
}

.disabled\:to-lime-600:disabled {
  --tw-gradient-to: #65a30d;
}

.disabled\:to-lime-700:disabled {
  --tw-gradient-to: #4d7c0f;
}

.disabled\:to-lime-800:disabled {
  --tw-gradient-to: #3f6212;
}

.disabled\:to-lime-900:disabled {
  --tw-gradient-to: #365314;
}

.disabled\:to-yellow-50:disabled {
  --tw-gradient-to: #fefce8;
}

.disabled\:to-yellow-100:disabled {
  --tw-gradient-to: #fef9c3;
}

.disabled\:to-yellow-200:disabled {
  --tw-gradient-to: #fef08a;
}

.disabled\:to-yellow-300:disabled {
  --tw-gradient-to: #fde047;
}

.disabled\:to-yellow-400:disabled {
  --tw-gradient-to: #facc15;
}

.disabled\:to-yellow-500:disabled {
  --tw-gradient-to: #eab308;
}

.disabled\:to-yellow-600:disabled {
  --tw-gradient-to: #ca8a04;
}

.disabled\:to-yellow-700:disabled {
  --tw-gradient-to: #a16207;
}

.disabled\:to-yellow-800:disabled {
  --tw-gradient-to: #854d0e;
}

.disabled\:to-yellow-900:disabled {
  --tw-gradient-to: #713f12;
}

.disabled\:to-amber-50:disabled {
  --tw-gradient-to: #fffbeb;
}

.disabled\:to-amber-100:disabled {
  --tw-gradient-to: #fef3c7;
}

.disabled\:to-amber-200:disabled {
  --tw-gradient-to: #fde68a;
}

.disabled\:to-amber-300:disabled {
  --tw-gradient-to: #fcd34d;
}

.disabled\:to-amber-400:disabled {
  --tw-gradient-to: #fbbf24;
}

.disabled\:to-amber-500:disabled {
  --tw-gradient-to: #f59e0b;
}

.disabled\:to-amber-600:disabled {
  --tw-gradient-to: #d97706;
}

.disabled\:to-amber-700:disabled {
  --tw-gradient-to: #b45309;
}

.disabled\:to-amber-800:disabled {
  --tw-gradient-to: #92400e;
}

.disabled\:to-amber-900:disabled {
  --tw-gradient-to: #78350f;
}

.disabled\:to-orange-50:disabled {
  --tw-gradient-to: #fff7ed;
}

.disabled\:to-orange-100:disabled {
  --tw-gradient-to: #ffedd5;
}

.disabled\:to-orange-200:disabled {
  --tw-gradient-to: #fed7aa;
}

.disabled\:to-orange-300:disabled {
  --tw-gradient-to: #fdba74;
}

.disabled\:to-orange-400:disabled {
  --tw-gradient-to: #fb923c;
}

.disabled\:to-orange-500:disabled {
  --tw-gradient-to: #f97316;
}

.disabled\:to-orange-600:disabled {
  --tw-gradient-to: #ea580c;
}

.disabled\:to-orange-700:disabled {
  --tw-gradient-to: #c2410c;
}

.disabled\:to-orange-800:disabled {
  --tw-gradient-to: #9a3412;
}

.disabled\:to-orange-900:disabled {
  --tw-gradient-to: #7c2d12;
}

.disabled\:to-red-50:disabled {
  --tw-gradient-to: #fef2f2;
}

.disabled\:to-red-100:disabled {
  --tw-gradient-to: #fee2e2;
}

.disabled\:to-red-200:disabled {
  --tw-gradient-to: #fecaca;
}

.disabled\:to-red-300:disabled {
  --tw-gradient-to: #fca5a5;
}

.disabled\:to-red-400:disabled {
  --tw-gradient-to: #f87171;
}

.disabled\:to-red-500:disabled {
  --tw-gradient-to: #ef4444;
}

.disabled\:to-red-600:disabled {
  --tw-gradient-to: #dc2626;
}

.disabled\:to-red-700:disabled {
  --tw-gradient-to: #b91c1c;
}

.disabled\:to-red-800:disabled {
  --tw-gradient-to: #991b1b;
}

.disabled\:to-red-900:disabled {
  --tw-gradient-to: #7f1d1d;
}

.disabled\:to-warmGray-50:disabled {
  --tw-gradient-to: #fafaf9;
}

.disabled\:to-warmGray-100:disabled {
  --tw-gradient-to: #f5f5f4;
}

.disabled\:to-warmGray-200:disabled {
  --tw-gradient-to: #e7e5e4;
}

.disabled\:to-warmGray-300:disabled {
  --tw-gradient-to: #d6d3d1;
}

.disabled\:to-warmGray-400:disabled {
  --tw-gradient-to: #a8a29e;
}

.disabled\:to-warmGray-500:disabled {
  --tw-gradient-to: #78716c;
}

.disabled\:to-warmGray-600:disabled {
  --tw-gradient-to: #57534e;
}

.disabled\:to-warmGray-700:disabled {
  --tw-gradient-to: #44403c;
}

.disabled\:to-warmGray-800:disabled {
  --tw-gradient-to: #292524;
}

.disabled\:to-warmGray-900:disabled {
  --tw-gradient-to: #1c1917;
}

.disabled\:to-trueGray-50:disabled {
  --tw-gradient-to: #fafafa;
}

.disabled\:to-trueGray-100:disabled {
  --tw-gradient-to: #f5f5f5;
}

.disabled\:to-trueGray-200:disabled {
  --tw-gradient-to: #e5e5e5;
}

.disabled\:to-trueGray-300:disabled {
  --tw-gradient-to: #d4d4d4;
}

.disabled\:to-trueGray-400:disabled {
  --tw-gradient-to: #a3a3a3;
}

.disabled\:to-trueGray-500:disabled {
  --tw-gradient-to: #737373;
}

.disabled\:to-trueGray-600:disabled {
  --tw-gradient-to: #525252;
}

.disabled\:to-trueGray-700:disabled {
  --tw-gradient-to: #404040;
}

.disabled\:to-trueGray-800:disabled {
  --tw-gradient-to: #262626;
}

.disabled\:to-trueGray-900:disabled {
  --tw-gradient-to: #171717;
}

.disabled\:to-gray-50:disabled {
  --tw-gradient-to: #fafafa;
}

.disabled\:to-gray-100:disabled {
  --tw-gradient-to: #f4f4f5;
}

.disabled\:to-gray-200:disabled {
  --tw-gradient-to: #e4e4e7;
}

.disabled\:to-gray-300:disabled {
  --tw-gradient-to: #d4d4d8;
}

.disabled\:to-gray-400:disabled {
  --tw-gradient-to: #a1a1aa;
}

.disabled\:to-gray-500:disabled {
  --tw-gradient-to: #71717a;
}

.disabled\:to-gray-600:disabled {
  --tw-gradient-to: #52525b;
}

.disabled\:to-gray-700:disabled {
  --tw-gradient-to: #3f3f46;
}

.disabled\:to-gray-800:disabled {
  --tw-gradient-to: #27272a;
}

.disabled\:to-gray-900:disabled {
  --tw-gradient-to: #18181b;
}

.disabled\:to-coolGray-50:disabled {
  --tw-gradient-to: #f9fafb;
}

.disabled\:to-coolGray-100:disabled {
  --tw-gradient-to: #f3f4f6;
}

.disabled\:to-coolGray-200:disabled {
  --tw-gradient-to: #e5e7eb;
}

.disabled\:to-coolGray-300:disabled {
  --tw-gradient-to: #d1d5db;
}

.disabled\:to-coolGray-400:disabled {
  --tw-gradient-to: #9ca3af;
}

.disabled\:to-coolGray-500:disabled {
  --tw-gradient-to: #6b7280;
}

.disabled\:to-coolGray-600:disabled {
  --tw-gradient-to: #4b5563;
}

.disabled\:to-coolGray-700:disabled {
  --tw-gradient-to: #374151;
}

.disabled\:to-coolGray-800:disabled {
  --tw-gradient-to: #1f2937;
}

.disabled\:to-coolGray-900:disabled {
  --tw-gradient-to: #111827;
}

.disabled\:to-blueGray-50:disabled {
  --tw-gradient-to: #f8fafc;
}

.disabled\:to-blueGray-100:disabled {
  --tw-gradient-to: #f1f5f9;
}

.disabled\:to-blueGray-200:disabled {
  --tw-gradient-to: #e2e8f0;
}

.disabled\:to-blueGray-300:disabled {
  --tw-gradient-to: #cbd5e1;
}

.disabled\:to-blueGray-400:disabled {
  --tw-gradient-to: #94a3b8;
}

.disabled\:to-blueGray-500:disabled {
  --tw-gradient-to: #64748b;
}

.disabled\:to-blueGray-600:disabled {
  --tw-gradient-to: #475569;
}

.disabled\:to-blueGray-700:disabled {
  --tw-gradient-to: #334155;
}

.disabled\:to-blueGray-800:disabled {
  --tw-gradient-to: #1e293b;
}

.disabled\:to-blueGray-900:disabled {
  --tw-gradient-to: #0f172a;
}

.disabled\:to-current:disabled {
  --tw-gradient-to: current;
}

.disabled\:to-transparent:disabled {
  --tw-gradient-to: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

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

.first\:bg-opacity-0:first-child {
  --tw-bg-opacity: 0;
}

.first\:bg-opacity-5:first-child {
  --tw-bg-opacity: 0.05;
}

.first\:bg-opacity-10:first-child {
  --tw-bg-opacity: 0.1;
}

.first\:bg-opacity-20:first-child {
  --tw-bg-opacity: 0.2;
}

.first\:bg-opacity-25:first-child {
  --tw-bg-opacity: 0.25;
}

.first\:bg-opacity-30:first-child {
  --tw-bg-opacity: 0.3;
}

.first\:bg-opacity-40:first-child {
  --tw-bg-opacity: 0.4;
}

.first\:bg-opacity-50:first-child {
  --tw-bg-opacity: 0.5;
}

.first\:bg-opacity-60:first-child {
  --tw-bg-opacity: 0.6;
}

.first\:bg-opacity-70:first-child {
  --tw-bg-opacity: 0.7;
}

.first\:bg-opacity-75:first-child {
  --tw-bg-opacity: 0.75;
}

.first\:bg-opacity-80:first-child {
  --tw-bg-opacity: 0.8;
}

.first\:bg-opacity-90:first-child {
  --tw-bg-opacity: 0.9;
}

.first\:bg-opacity-95:first-child {
  --tw-bg-opacity: 0.95;
}

.first\:bg-opacity-100:first-child {
  --tw-bg-opacity: 1;
}

.last\:bg-opacity-0:last-child {
  --tw-bg-opacity: 0;
}

.last\:bg-opacity-5:last-child {
  --tw-bg-opacity: 0.05;
}

.last\:bg-opacity-10:last-child {
  --tw-bg-opacity: 0.1;
}

.last\:bg-opacity-20:last-child {
  --tw-bg-opacity: 0.2;
}

.last\:bg-opacity-25:last-child {
  --tw-bg-opacity: 0.25;
}

.last\:bg-opacity-30:last-child {
  --tw-bg-opacity: 0.3;
}

.last\:bg-opacity-40:last-child {
  --tw-bg-opacity: 0.4;
}

.last\:bg-opacity-50:last-child {
  --tw-bg-opacity: 0.5;
}

.last\:bg-opacity-60:last-child {
  --tw-bg-opacity: 0.6;
}

.last\:bg-opacity-70:last-child {
  --tw-bg-opacity: 0.7;
}

.last\:bg-opacity-75:last-child {
  --tw-bg-opacity: 0.75;
}

.last\:bg-opacity-80:last-child {
  --tw-bg-opacity: 0.8;
}

.last\:bg-opacity-90:last-child {
  --tw-bg-opacity: 0.9;
}

.last\:bg-opacity-95:last-child {
  --tw-bg-opacity: 0.95;
}

.last\:bg-opacity-100:last-child {
  --tw-bg-opacity: 1;
}

.odd\:bg-opacity-0:nth-child(odd) {
  --tw-bg-opacity: 0;
}

.odd\:bg-opacity-5:nth-child(odd) {
  --tw-bg-opacity: 0.05;
}

.odd\:bg-opacity-10:nth-child(odd) {
  --tw-bg-opacity: 0.1;
}

.odd\:bg-opacity-20:nth-child(odd) {
  --tw-bg-opacity: 0.2;
}

.odd\:bg-opacity-25:nth-child(odd) {
  --tw-bg-opacity: 0.25;
}

.odd\:bg-opacity-30:nth-child(odd) {
  --tw-bg-opacity: 0.3;
}

.odd\:bg-opacity-40:nth-child(odd) {
  --tw-bg-opacity: 0.4;
}

.odd\:bg-opacity-50:nth-child(odd) {
  --tw-bg-opacity: 0.5;
}

.odd\:bg-opacity-60:nth-child(odd) {
  --tw-bg-opacity: 0.6;
}

.odd\:bg-opacity-70:nth-child(odd) {
  --tw-bg-opacity: 0.7;
}

.odd\:bg-opacity-75:nth-child(odd) {
  --tw-bg-opacity: 0.75;
}

.odd\:bg-opacity-80:nth-child(odd) {
  --tw-bg-opacity: 0.8;
}

.odd\:bg-opacity-90:nth-child(odd) {
  --tw-bg-opacity: 0.9;
}

.odd\:bg-opacity-95:nth-child(odd) {
  --tw-bg-opacity: 0.95;
}

.odd\:bg-opacity-100:nth-child(odd) {
  --tw-bg-opacity: 1;
}

.even\:bg-opacity-0:nth-child(even) {
  --tw-bg-opacity: 0;
}

.even\:bg-opacity-5:nth-child(even) {
  --tw-bg-opacity: 0.05;
}

.even\:bg-opacity-10:nth-child(even) {
  --tw-bg-opacity: 0.1;
}

.even\:bg-opacity-20:nth-child(even) {
  --tw-bg-opacity: 0.2;
}

.even\:bg-opacity-25:nth-child(even) {
  --tw-bg-opacity: 0.25;
}

.even\:bg-opacity-30:nth-child(even) {
  --tw-bg-opacity: 0.3;
}

.even\:bg-opacity-40:nth-child(even) {
  --tw-bg-opacity: 0.4;
}

.even\:bg-opacity-50:nth-child(even) {
  --tw-bg-opacity: 0.5;
}

.even\:bg-opacity-60:nth-child(even) {
  --tw-bg-opacity: 0.6;
}

.even\:bg-opacity-70:nth-child(even) {
  --tw-bg-opacity: 0.7;
}

.even\:bg-opacity-75:nth-child(even) {
  --tw-bg-opacity: 0.75;
}

.even\:bg-opacity-80:nth-child(even) {
  --tw-bg-opacity: 0.8;
}

.even\:bg-opacity-90:nth-child(even) {
  --tw-bg-opacity: 0.9;
}

.even\:bg-opacity-95:nth-child(even) {
  --tw-bg-opacity: 0.95;
}

.even\:bg-opacity-100:nth-child(even) {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

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

.active\:bg-opacity-0:active {
  --tw-bg-opacity: 0;
}

.active\:bg-opacity-5:active {
  --tw-bg-opacity: 0.05;
}

.active\:bg-opacity-10:active {
  --tw-bg-opacity: 0.1;
}

.active\:bg-opacity-20:active {
  --tw-bg-opacity: 0.2;
}

.active\:bg-opacity-25:active {
  --tw-bg-opacity: 0.25;
}

.active\:bg-opacity-30:active {
  --tw-bg-opacity: 0.3;
}

.active\:bg-opacity-40:active {
  --tw-bg-opacity: 0.4;
}

.active\:bg-opacity-50:active {
  --tw-bg-opacity: 0.5;
}

.active\:bg-opacity-60:active {
  --tw-bg-opacity: 0.6;
}

.active\:bg-opacity-70:active {
  --tw-bg-opacity: 0.7;
}

.active\:bg-opacity-75:active {
  --tw-bg-opacity: 0.75;
}

.active\:bg-opacity-80:active {
  --tw-bg-opacity: 0.8;
}

.active\:bg-opacity-90:active {
  --tw-bg-opacity: 0.9;
}

.active\:bg-opacity-95:active {
  --tw-bg-opacity: 0.95;
}

.active\:bg-opacity-100:active {
  --tw-bg-opacity: 1;
}

.visited\:bg-opacity-0:visited {
  --tw-bg-opacity: 0;
}

.visited\:bg-opacity-5:visited {
  --tw-bg-opacity: 0.05;
}

.visited\:bg-opacity-10:visited {
  --tw-bg-opacity: 0.1;
}

.visited\:bg-opacity-20:visited {
  --tw-bg-opacity: 0.2;
}

.visited\:bg-opacity-25:visited {
  --tw-bg-opacity: 0.25;
}

.visited\:bg-opacity-30:visited {
  --tw-bg-opacity: 0.3;
}

.visited\:bg-opacity-40:visited {
  --tw-bg-opacity: 0.4;
}

.visited\:bg-opacity-50:visited {
  --tw-bg-opacity: 0.5;
}

.visited\:bg-opacity-60:visited {
  --tw-bg-opacity: 0.6;
}

.visited\:bg-opacity-70:visited {
  --tw-bg-opacity: 0.7;
}

.visited\:bg-opacity-75:visited {
  --tw-bg-opacity: 0.75;
}

.visited\:bg-opacity-80:visited {
  --tw-bg-opacity: 0.8;
}

.visited\:bg-opacity-90:visited {
  --tw-bg-opacity: 0.9;
}

.visited\:bg-opacity-95:visited {
  --tw-bg-opacity: 0.95;
}

.visited\:bg-opacity-100:visited {
  --tw-bg-opacity: 1;
}

.disabled\:bg-opacity-0:disabled {
  --tw-bg-opacity: 0;
}

.disabled\:bg-opacity-5:disabled {
  --tw-bg-opacity: 0.05;
}

.disabled\:bg-opacity-10:disabled {
  --tw-bg-opacity: 0.1;
}

.disabled\:bg-opacity-20:disabled {
  --tw-bg-opacity: 0.2;
}

.disabled\:bg-opacity-25:disabled {
  --tw-bg-opacity: 0.25;
}

.disabled\:bg-opacity-30:disabled {
  --tw-bg-opacity: 0.3;
}

.disabled\:bg-opacity-40:disabled {
  --tw-bg-opacity: 0.4;
}

.disabled\:bg-opacity-50:disabled {
  --tw-bg-opacity: 0.5;
}

.disabled\:bg-opacity-60:disabled {
  --tw-bg-opacity: 0.6;
}

.disabled\:bg-opacity-70:disabled {
  --tw-bg-opacity: 0.7;
}

.disabled\:bg-opacity-75:disabled {
  --tw-bg-opacity: 0.75;
}

.disabled\:bg-opacity-80:disabled {
  --tw-bg-opacity: 0.8;
}

.disabled\:bg-opacity-90:disabled {
  --tw-bg-opacity: 0.9;
}

.disabled\:bg-opacity-95:disabled {
  --tw-bg-opacity: 0.95;
}

.disabled\:bg-opacity-100:disabled {
  --tw-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-bottom {
  background-position: bottom;
}

.group:hover .group-hover\:bg-center {
  background-position: center;
}

.group:hover .group-hover\:bg-left {
  background-position: left;
}

.group:hover .group-hover\:bg-left-bottom {
  background-position: left bottom;
}

.group:hover .group-hover\:bg-left-top {
  background-position: left top;
}

.group:hover .group-hover\:bg-right {
  background-position: right;
}

.group:hover .group-hover\:bg-right-bottom {
  background-position: right bottom;
}

.group:hover .group-hover\:bg-right-top {
  background-position: right top;
}

.group:hover .group-hover\:bg-top {
  background-position: top;
}

.focus-within\:bg-bottom:focus-within {
  background-position: bottom;
}

.focus-within\:bg-center:focus-within {
  background-position: center;
}

.focus-within\:bg-left:focus-within {
  background-position: left;
}

.focus-within\:bg-left-bottom:focus-within {
  background-position: left bottom;
}

.focus-within\:bg-left-top:focus-within {
  background-position: left top;
}

.focus-within\:bg-right:focus-within {
  background-position: right;
}

.focus-within\:bg-right-bottom:focus-within {
  background-position: right bottom;
}

.focus-within\:bg-right-top:focus-within {
  background-position: right top;
}

.focus-within\:bg-top:focus-within {
  background-position: top;
}

.first\:bg-bottom:first-child {
  background-position: bottom;
}

.first\:bg-center:first-child {
  background-position: center;
}

.first\:bg-left:first-child {
  background-position: left;
}

.first\:bg-left-bottom:first-child {
  background-position: left bottom;
}

.first\:bg-left-top:first-child {
  background-position: left top;
}

.first\:bg-right:first-child {
  background-position: right;
}

.first\:bg-right-bottom:first-child {
  background-position: right bottom;
}

.first\:bg-right-top:first-child {
  background-position: right top;
}

.first\:bg-top:first-child {
  background-position: top;
}

.last\:bg-bottom:last-child {
  background-position: bottom;
}

.last\:bg-center:last-child {
  background-position: center;
}

.last\:bg-left:last-child {
  background-position: left;
}

.last\:bg-left-bottom:last-child {
  background-position: left bottom;
}

.last\:bg-left-top:last-child {
  background-position: left top;
}

.last\:bg-right:last-child {
  background-position: right;
}

.last\:bg-right-bottom:last-child {
  background-position: right bottom;
}

.last\:bg-right-top:last-child {
  background-position: right top;
}

.last\:bg-top:last-child {
  background-position: top;
}

.odd\:bg-bottom:nth-child(odd) {
  background-position: bottom;
}

.odd\:bg-center:nth-child(odd) {
  background-position: center;
}

.odd\:bg-left:nth-child(odd) {
  background-position: left;
}

.odd\:bg-left-bottom:nth-child(odd) {
  background-position: left bottom;
}

.odd\:bg-left-top:nth-child(odd) {
  background-position: left top;
}

.odd\:bg-right:nth-child(odd) {
  background-position: right;
}

.odd\:bg-right-bottom:nth-child(odd) {
  background-position: right bottom;
}

.odd\:bg-right-top:nth-child(odd) {
  background-position: right top;
}

.odd\:bg-top:nth-child(odd) {
  background-position: top;
}

.even\:bg-bottom:nth-child(even) {
  background-position: bottom;
}

.even\:bg-center:nth-child(even) {
  background-position: center;
}

.even\:bg-left:nth-child(even) {
  background-position: left;
}

.even\:bg-left-bottom:nth-child(even) {
  background-position: left bottom;
}

.even\:bg-left-top:nth-child(even) {
  background-position: left top;
}

.even\:bg-right:nth-child(even) {
  background-position: right;
}

.even\:bg-right-bottom:nth-child(even) {
  background-position: right bottom;
}

.even\:bg-right-top:nth-child(even) {
  background-position: right top;
}

.even\:bg-top:nth-child(even) {
  background-position: top;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

.active\:bg-bottom:active {
  background-position: bottom;
}

.active\:bg-center:active {
  background-position: center;
}

.active\:bg-left:active {
  background-position: left;
}

.active\:bg-left-bottom:active {
  background-position: left bottom;
}

.active\:bg-left-top:active {
  background-position: left top;
}

.active\:bg-right:active {
  background-position: right;
}

.active\:bg-right-bottom:active {
  background-position: right bottom;
}

.active\:bg-right-top:active {
  background-position: right top;
}

.active\:bg-top:active {
  background-position: top;
}

.visited\:bg-bottom:visited {
  background-position: bottom;
}

.visited\:bg-center:visited {
  background-position: center;
}

.visited\:bg-left:visited {
  background-position: left;
}

.visited\:bg-left-bottom:visited {
  background-position: left bottom;
}

.visited\:bg-left-top:visited {
  background-position: left top;
}

.visited\:bg-right:visited {
  background-position: right;
}

.visited\:bg-right-bottom:visited {
  background-position: right bottom;
}

.visited\:bg-right-top:visited {
  background-position: right top;
}

.visited\:bg-top:visited {
  background-position: top;
}

.disabled\:bg-bottom:disabled {
  background-position: bottom;
}

.disabled\:bg-center:disabled {
  background-position: center;
}

.disabled\:bg-left:disabled {
  background-position: left;
}

.disabled\:bg-left-bottom:disabled {
  background-position: left bottom;
}

.disabled\:bg-left-top:disabled {
  background-position: left top;
}

.disabled\:bg-right:disabled {
  background-position: right;
}

.disabled\:bg-right-bottom:disabled {
  background-position: right bottom;
}

.disabled\:bg-right-top:disabled {
  background-position: right top;
}

.disabled\:bg-top:disabled {
  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;
}

.group:hover .group-hover\:bg-repeat {
  background-repeat: repeat;
}

.group:hover .group-hover\:bg-no-repeat {
  background-repeat: no-repeat;
}

.group:hover .group-hover\:bg-repeat-x {
  background-repeat: repeat-x;
}

.group:hover .group-hover\:bg-repeat-y {
  background-repeat: repeat-y;
}

.group:hover .group-hover\:bg-repeat-round {
  background-repeat: round;
}

.group:hover .group-hover\:bg-repeat-space {
  background-repeat: space;
}

.focus-within\:bg-repeat:focus-within {
  background-repeat: repeat;
}

.focus-within\:bg-no-repeat:focus-within {
  background-repeat: no-repeat;
}

.focus-within\:bg-repeat-x:focus-within {
  background-repeat: repeat-x;
}

.focus-within\:bg-repeat-y:focus-within {
  background-repeat: repeat-y;
}

.focus-within\:bg-repeat-round:focus-within {
  background-repeat: round;
}

.focus-within\:bg-repeat-space:focus-within {
  background-repeat: space;
}

.first\:bg-repeat:first-child {
  background-repeat: repeat;
}

.first\:bg-no-repeat:first-child {
  background-repeat: no-repeat;
}

.first\:bg-repeat-x:first-child {
  background-repeat: repeat-x;
}

.first\:bg-repeat-y:first-child {
  background-repeat: repeat-y;
}

.first\:bg-repeat-round:first-child {
  background-repeat: round;
}

.first\:bg-repeat-space:first-child {
  background-repeat: space;
}

.last\:bg-repeat:last-child {
  background-repeat: repeat;
}

.last\:bg-no-repeat:last-child {
  background-repeat: no-repeat;
}

.last\:bg-repeat-x:last-child {
  background-repeat: repeat-x;
}

.last\:bg-repeat-y:last-child {
  background-repeat: repeat-y;
}

.last\:bg-repeat-round:last-child {
  background-repeat: round;
}

.last\:bg-repeat-space:last-child {
  background-repeat: space;
}

.odd\:bg-repeat:nth-child(odd) {
  background-repeat: repeat;
}

.odd\:bg-no-repeat:nth-child(odd) {
  background-repeat: no-repeat;
}

.odd\:bg-repeat-x:nth-child(odd) {
  background-repeat: repeat-x;
}

.odd\:bg-repeat-y:nth-child(odd) {
  background-repeat: repeat-y;
}

.odd\:bg-repeat-round:nth-child(odd) {
  background-repeat: round;
}

.odd\:bg-repeat-space:nth-child(odd) {
  background-repeat: space;
}

.even\:bg-repeat:nth-child(even) {
  background-repeat: repeat;
}

.even\:bg-no-repeat:nth-child(even) {
  background-repeat: no-repeat;
}

.even\:bg-repeat-x:nth-child(even) {
  background-repeat: repeat-x;
}

.even\:bg-repeat-y:nth-child(even) {
  background-repeat: repeat-y;
}

.even\:bg-repeat-round:nth-child(even) {
  background-repeat: round;
}

.even\:bg-repeat-space:nth-child(even) {
  background-repeat: space;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.focus\:bg-repeat:focus {
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.active\:bg-repeat:active {
  background-repeat: repeat;
}

.active\:bg-no-repeat:active {
  background-repeat: no-repeat;
}

.active\:bg-repeat-x:active {
  background-repeat: repeat-x;
}

.active\:bg-repeat-y:active {
  background-repeat: repeat-y;
}

.active\:bg-repeat-round:active {
  background-repeat: round;
}

.active\:bg-repeat-space:active {
  background-repeat: space;
}

.visited\:bg-repeat:visited {
  background-repeat: repeat;
}

.visited\:bg-no-repeat:visited {
  background-repeat: no-repeat;
}

.visited\:bg-repeat-x:visited {
  background-repeat: repeat-x;
}

.visited\:bg-repeat-y:visited {
  background-repeat: repeat-y;
}

.visited\:bg-repeat-round:visited {
  background-repeat: round;
}

.visited\:bg-repeat-space:visited {
  background-repeat: space;
}

.disabled\:bg-repeat:disabled {
  background-repeat: repeat;
}

.disabled\:bg-no-repeat:disabled {
  background-repeat: no-repeat;
}

.disabled\:bg-repeat-x:disabled {
  background-repeat: repeat-x;
}

.disabled\:bg-repeat-y:disabled {
  background-repeat: repeat-y;
}

.disabled\:bg-repeat-round:disabled {
  background-repeat: round;
}

.disabled\:bg-repeat-space:disabled {
  background-repeat: space;
}

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

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

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

.group:hover .group-hover\:bg-auto {
  background-size: auto;
}

.group:hover .group-hover\:bg-cover {
  background-size: cover;
}

.group:hover .group-hover\:bg-contain {
  background-size: contain;
}

.focus-within\:bg-auto:focus-within {
  background-size: auto;
}

.focus-within\:bg-cover:focus-within {
  background-size: cover;
}

.focus-within\:bg-contain:focus-within {
  background-size: contain;
}

.first\:bg-auto:first-child {
  background-size: auto;
}

.first\:bg-cover:first-child {
  background-size: cover;
}

.first\:bg-contain:first-child {
  background-size: contain;
}

.last\:bg-auto:last-child {
  background-size: auto;
}

.last\:bg-cover:last-child {
  background-size: cover;
}

.last\:bg-contain:last-child {
  background-size: contain;
}

.odd\:bg-auto:nth-child(odd) {
  background-size: auto;
}

.odd\:bg-cover:nth-child(odd) {
  background-size: cover;
}

.odd\:bg-contain:nth-child(odd) {
  background-size: contain;
}

.even\:bg-auto:nth-child(even) {
  background-size: auto;
}

.even\:bg-cover:nth-child(even) {
  background-size: cover;
}

.even\:bg-contain:nth-child(even) {
  background-size: contain;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.active\:bg-auto:active {
  background-size: auto;
}

.active\:bg-cover:active {
  background-size: cover;
}

.active\:bg-contain:active {
  background-size: contain;
}

.visited\:bg-auto:visited {
  background-size: auto;
}

.visited\:bg-cover:visited {
  background-size: cover;
}

.visited\:bg-contain:visited {
  background-size: contain;
}

.disabled\:bg-auto:disabled {
  background-size: auto;
}

.disabled\:bg-cover:disabled {
  background-size: cover;
}

.disabled\:bg-contain:disabled {
  background-size: contain;
}

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

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

.group:hover .group-hover\:border-collapse {
  border-collapse: collapse;
}

.group:hover .group-hover\:border-separate {
  border-collapse: separate;
}

.focus-within\:border-collapse:focus-within {
  border-collapse: collapse;
}

.focus-within\:border-separate:focus-within {
  border-collapse: separate;
}

.first\:border-collapse:first-child {
  border-collapse: collapse;
}

.first\:border-separate:first-child {
  border-collapse: separate;
}

.last\:border-collapse:last-child {
  border-collapse: collapse;
}

.last\:border-separate:last-child {
  border-collapse: separate;
}

.odd\:border-collapse:nth-child(odd) {
  border-collapse: collapse;
}

.odd\:border-separate:nth-child(odd) {
  border-collapse: separate;
}

.even\:border-collapse:nth-child(even) {
  border-collapse: collapse;
}

.even\:border-separate:nth-child(even) {
  border-collapse: separate;
}

.hover\:border-collapse:hover {
  border-collapse: collapse;
}

.hover\:border-separate:hover {
  border-collapse: separate;
}

.focus\:border-collapse:focus {
  border-collapse: collapse;
}

.focus\:border-separate:focus {
  border-collapse: separate;
}

.active\:border-collapse:active {
  border-collapse: collapse;
}

.active\:border-separate:active {
  border-collapse: separate;
}

.visited\:border-collapse:visited {
  border-collapse: collapse;
}

.visited\:border-separate:visited {
  border-collapse: separate;
}

.disabled\:border-collapse:disabled {
  border-collapse: collapse;
}

.disabled\:border-separate:disabled {
  border-collapse: separate;
}

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

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

.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-lightBlue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-lightBlue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-lightBlue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.border-lightBlue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-lightBlue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-lightBlue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-lightBlue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.border-lightBlue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-lightBlue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-lightBlue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-warmGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.border-warmGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.border-warmGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.border-warmGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.border-warmGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.border-warmGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.border-warmGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.border-warmGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.border-warmGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.border-warmGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.border-trueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-trueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-trueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-trueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-trueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.border-trueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.border-trueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.border-trueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.border-trueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.border-trueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.border-coolGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-coolGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-coolGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-coolGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-coolGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-coolGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-coolGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-coolGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-coolGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-coolGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-blueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-blueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.border-blueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.border-blueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.border-blueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.border-blueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.border-blueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.border-current {
  border-color: current;
}

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

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

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

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

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

.group:hover .group-hover\:border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

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

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

.group:hover .group-hover\:border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

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

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

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

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

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

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

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-lightBlue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightBlue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

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

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

.group:hover .group-hover\:border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warmGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-trueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-trueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-coolGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blueGray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-current {
  border-color: current;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

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

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

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

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

.focus-within\:border-rose-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus-within\:border-rose-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus-within\:border-rose-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus-within\:border-rose-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus-within\:border-rose-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus-within\:border-rose-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus-within\:border-rose-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus-within\:border-rose-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

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

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

.focus-within\:border-fuchsia-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

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

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

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

.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

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

.focus-within\:border-violet-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-violet-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-violet-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-violet-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-violet-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-violet-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-violet-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-violet-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-violet-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

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

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

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

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

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

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

.focus-within\:border-lightBlue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus-within\:border-lightBlue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

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

.focus-within\:border-cyan-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.focus-within\:border-cyan-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.focus-within\:border-cyan-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.focus-within\:border-cyan-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.focus-within\:border-cyan-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.focus-within\:border-cyan-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.focus-within\:border-cyan-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.focus-within\:border-cyan-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.focus-within\:border-cyan-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.focus-within\:border-teal-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.focus-within\:border-teal-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.focus-within\:border-teal-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.focus-within\:border-teal-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.focus-within\:border-teal-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.focus-within\:border-teal-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.focus-within\:border-teal-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.focus-within\:border-teal-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.focus-within\:border-teal-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.focus-within\:border-teal-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.focus-within\:border-emerald-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-emerald-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-emerald-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-emerald-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-emerald-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-emerald-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-emerald-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-emerald-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-emerald-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-emerald-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.focus-within\:border-lime-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.focus-within\:border-lime-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.focus-within\:border-lime-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.focus-within\:border-lime-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.focus-within\:border-lime-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.focus-within\:border-lime-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.focus-within\:border-lime-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.focus-within\:border-lime-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.focus-within\:border-lime-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.focus-within\:border-lime-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

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

.focus-within\:border-amber-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-amber-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-amber-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-amber-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-amber-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-amber-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-amber-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-amber-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-amber-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

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

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

.focus-within\:border-orange-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.focus-within\:border-orange-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.focus-within\:border-orange-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.focus-within\:border-orange-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.focus-within\:border-orange-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.focus-within\:border-orange-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.focus-within\:border-orange-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.focus-within\:border-orange-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.focus-within\:border-warmGray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

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

.focus-within\:border-trueGray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-trueGray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

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

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-coolGray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.focus-within\:border-blueGray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.focus-within\:border-current:focus-within {
  border-color: current;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}

.first\:border-black:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.first\:border-white:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.first\:border-rose-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.first\:border-rose-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.first\:border-rose-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.first\:border-rose-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.first\:border-rose-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.first\:border-rose-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.first\:border-rose-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.first\:border-rose-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.first\:border-rose-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.first\:border-rose-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.first\:border-pink-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.first\:border-pink-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.first\:border-pink-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.first\:border-pink-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.first\:border-pink-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.first\:border-pink-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.first\:border-pink-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.first\:border-pink-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.first\:border-pink-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.first\:border-pink-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.first\:border-fuchsia-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.first\:border-fuchsia-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.first\:border-fuchsia-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.first\:border-fuchsia-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.first\:border-fuchsia-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.first\:border-fuchsia-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.first\:border-fuchsia-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.first\:border-fuchsia-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.first\:border-fuchsia-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.first\:border-fuchsia-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.first\:border-purple-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.first\:border-purple-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.first\:border-purple-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.first\:border-purple-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.first\:border-purple-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.first\:border-purple-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.first\:border-purple-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.first\:border-purple-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.first\:border-purple-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.first\:border-purple-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.first\:border-violet-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.first\:border-violet-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.first\:border-violet-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.first\:border-violet-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.first\:border-violet-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.first\:border-violet-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.first\:border-violet-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.first\:border-violet-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.first\:border-violet-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.first\:border-violet-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.first\:border-indigo-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.first\:border-indigo-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.first\:border-indigo-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.first\:border-indigo-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.first\:border-indigo-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.first\:border-indigo-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.first\:border-indigo-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.first\:border-indigo-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.first\:border-indigo-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.first\:border-indigo-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.first\:border-blue-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.first\:border-blue-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.first\:border-blue-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.first\:border-blue-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.first\:border-blue-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.first\:border-blue-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.first\:border-blue-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.first\:border-blue-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.first\:border-blue-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.first\:border-blue-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.first\:border-lightBlue-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.first\:border-lightBlue-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.first\:border-lightBlue-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.first\:border-lightBlue-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.first\:border-lightBlue-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.first\:border-lightBlue-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.first\:border-lightBlue-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.first\:border-lightBlue-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.first\:border-lightBlue-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.first\:border-lightBlue-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.first\:border-cyan-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.first\:border-cyan-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.first\:border-cyan-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.first\:border-cyan-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.first\:border-cyan-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.first\:border-cyan-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.first\:border-cyan-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.first\:border-cyan-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.first\:border-cyan-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.first\:border-cyan-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.first\:border-teal-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.first\:border-teal-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.first\:border-teal-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.first\:border-teal-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.first\:border-teal-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.first\:border-teal-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.first\:border-teal-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.first\:border-teal-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.first\:border-teal-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.first\:border-teal-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.first\:border-emerald-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.first\:border-emerald-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.first\:border-emerald-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.first\:border-emerald-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.first\:border-emerald-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.first\:border-emerald-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.first\:border-emerald-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.first\:border-emerald-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.first\:border-emerald-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.first\:border-emerald-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.first\:border-green-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.first\:border-green-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.first\:border-green-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.first\:border-green-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.first\:border-green-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.first\:border-green-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.first\:border-green-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.first\:border-green-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.first\:border-green-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.first\:border-green-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.first\:border-lime-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.first\:border-lime-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.first\:border-lime-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.first\:border-lime-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.first\:border-lime-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.first\:border-lime-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.first\:border-lime-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.first\:border-lime-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.first\:border-lime-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.first\:border-lime-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.first\:border-yellow-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.first\:border-yellow-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.first\:border-yellow-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.first\:border-yellow-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.first\:border-yellow-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.first\:border-yellow-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.first\:border-yellow-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.first\:border-yellow-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.first\:border-yellow-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.first\:border-yellow-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.first\:border-amber-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.first\:border-amber-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.first\:border-amber-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.first\:border-amber-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.first\:border-amber-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.first\:border-amber-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.first\:border-amber-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.first\:border-amber-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.first\:border-amber-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.first\:border-amber-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.first\:border-orange-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.first\:border-orange-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.first\:border-orange-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.first\:border-orange-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.first\:border-orange-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.first\:border-orange-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.first\:border-orange-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.first\:border-orange-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.first\:border-orange-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.first\:border-orange-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.first\:border-red-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.first\:border-red-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.first\:border-red-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.first\:border-red-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.first\:border-red-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.first\:border-red-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.first\:border-red-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.first\:border-red-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.first\:border-red-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.first\:border-red-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.first\:border-warmGray-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.first\:border-warmGray-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.first\:border-warmGray-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.first\:border-warmGray-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.first\:border-warmGray-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.first\:border-warmGray-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.first\:border-warmGray-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.first\:border-warmGray-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.first\:border-warmGray-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.first\:border-warmGray-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.first\:border-trueGray-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.first\:border-trueGray-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.first\:border-trueGray-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.first\:border-trueGray-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.first\:border-trueGray-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.first\:border-trueGray-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.first\:border-trueGray-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.first\:border-trueGray-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.first\:border-trueGray-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.first\:border-trueGray-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.first\:border-gray-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.first\:border-gray-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.first\:border-gray-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.first\:border-gray-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.first\:border-gray-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.first\:border-gray-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.first\:border-gray-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.first\:border-gray-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.first\:border-gray-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.first\:border-gray-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.first\:border-coolGray-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.first\:border-coolGray-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.first\:border-coolGray-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.first\:border-coolGray-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.first\:border-coolGray-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.first\:border-coolGray-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.first\:border-coolGray-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.first\:border-coolGray-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.first\:border-coolGray-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.first\:border-coolGray-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.first\:border-blueGray-50:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.first\:border-blueGray-100:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.first\:border-blueGray-200:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.first\:border-blueGray-300:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.first\:border-blueGray-400:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.first\:border-blueGray-500:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.first\:border-blueGray-600:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.first\:border-blueGray-700:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.first\:border-blueGray-800:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.first\:border-blueGray-900:first-child {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.first\:border-current:first-child {
  border-color: current;
}

.first\:border-transparent:first-child {
  border-color: transparent;
}

.last\:border-black:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.last\:border-white:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.last\:border-rose-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.last\:border-rose-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.last\:border-rose-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.last\:border-rose-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.last\:border-rose-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.last\:border-rose-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.last\:border-rose-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.last\:border-rose-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.last\:border-rose-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.last\:border-rose-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.last\:border-pink-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.last\:border-pink-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.last\:border-pink-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.last\:border-pink-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.last\:border-pink-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.last\:border-pink-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.last\:border-pink-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.last\:border-pink-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.last\:border-pink-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.last\:border-pink-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.last\:border-fuchsia-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.last\:border-fuchsia-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.last\:border-fuchsia-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.last\:border-fuchsia-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.last\:border-fuchsia-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.last\:border-fuchsia-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.last\:border-fuchsia-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.last\:border-fuchsia-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.last\:border-fuchsia-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.last\:border-fuchsia-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.last\:border-purple-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.last\:border-purple-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.last\:border-purple-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.last\:border-purple-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.last\:border-purple-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.last\:border-purple-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.last\:border-purple-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.last\:border-purple-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.last\:border-purple-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.last\:border-purple-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.last\:border-violet-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.last\:border-violet-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.last\:border-violet-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.last\:border-violet-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.last\:border-violet-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.last\:border-violet-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.last\:border-violet-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.last\:border-violet-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.last\:border-violet-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.last\:border-violet-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.last\:border-indigo-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.last\:border-indigo-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.last\:border-indigo-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.last\:border-indigo-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.last\:border-indigo-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.last\:border-indigo-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.last\:border-indigo-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.last\:border-indigo-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.last\:border-indigo-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.last\:border-indigo-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.last\:border-blue-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.last\:border-blue-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.last\:border-blue-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.last\:border-blue-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.last\:border-blue-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.last\:border-blue-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.last\:border-blue-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.last\:border-blue-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.last\:border-blue-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.last\:border-blue-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.last\:border-lightBlue-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.last\:border-lightBlue-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.last\:border-lightBlue-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.last\:border-lightBlue-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.last\:border-lightBlue-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.last\:border-lightBlue-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.last\:border-lightBlue-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.last\:border-lightBlue-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.last\:border-lightBlue-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.last\:border-lightBlue-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.last\:border-cyan-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.last\:border-cyan-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.last\:border-cyan-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.last\:border-cyan-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.last\:border-cyan-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.last\:border-cyan-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.last\:border-cyan-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.last\:border-cyan-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.last\:border-cyan-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.last\:border-cyan-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.last\:border-teal-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.last\:border-teal-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.last\:border-teal-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.last\:border-teal-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.last\:border-teal-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.last\:border-teal-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.last\:border-teal-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.last\:border-teal-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.last\:border-teal-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.last\:border-teal-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.last\:border-emerald-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.last\:border-emerald-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.last\:border-emerald-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.last\:border-emerald-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.last\:border-emerald-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.last\:border-emerald-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.last\:border-emerald-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.last\:border-emerald-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.last\:border-emerald-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.last\:border-emerald-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.last\:border-green-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.last\:border-green-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.last\:border-green-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.last\:border-green-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.last\:border-green-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.last\:border-green-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.last\:border-green-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.last\:border-green-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.last\:border-green-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.last\:border-green-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.last\:border-lime-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.last\:border-lime-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.last\:border-lime-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.last\:border-lime-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.last\:border-lime-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.last\:border-lime-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.last\:border-lime-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.last\:border-lime-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.last\:border-lime-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.last\:border-lime-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.last\:border-yellow-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.last\:border-yellow-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.last\:border-yellow-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.last\:border-yellow-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.last\:border-yellow-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.last\:border-yellow-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.last\:border-yellow-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.last\:border-yellow-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.last\:border-yellow-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.last\:border-yellow-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.last\:border-amber-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.last\:border-amber-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.last\:border-amber-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.last\:border-amber-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.last\:border-amber-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.last\:border-amber-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.last\:border-amber-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.last\:border-amber-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.last\:border-amber-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.last\:border-amber-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.last\:border-orange-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.last\:border-orange-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.last\:border-orange-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.last\:border-orange-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.last\:border-orange-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.last\:border-orange-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.last\:border-orange-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.last\:border-orange-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.last\:border-orange-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.last\:border-orange-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.last\:border-red-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.last\:border-red-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.last\:border-red-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.last\:border-red-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.last\:border-red-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.last\:border-red-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.last\:border-red-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.last\:border-red-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.last\:border-red-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.last\:border-red-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.last\:border-warmGray-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.last\:border-warmGray-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.last\:border-warmGray-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.last\:border-warmGray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.last\:border-warmGray-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.last\:border-warmGray-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.last\:border-warmGray-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.last\:border-warmGray-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.last\:border-warmGray-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.last\:border-warmGray-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.last\:border-trueGray-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.last\:border-trueGray-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.last\:border-trueGray-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.last\:border-trueGray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.last\:border-trueGray-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.last\:border-trueGray-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.last\:border-trueGray-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.last\:border-trueGray-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.last\:border-trueGray-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.last\:border-trueGray-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.last\:border-gray-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.last\:border-gray-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.last\:border-gray-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.last\:border-gray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.last\:border-gray-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.last\:border-gray-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.last\:border-gray-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.last\:border-gray-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.last\:border-gray-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.last\:border-gray-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.last\:border-coolGray-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.last\:border-coolGray-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.last\:border-coolGray-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.last\:border-coolGray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.last\:border-coolGray-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.last\:border-coolGray-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.last\:border-coolGray-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.last\:border-coolGray-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.last\:border-coolGray-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.last\:border-coolGray-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.last\:border-blueGray-50:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.last\:border-blueGray-100:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.last\:border-blueGray-200:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.last\:border-blueGray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.last\:border-blueGray-400:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.last\:border-blueGray-500:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.last\:border-blueGray-600:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.last\:border-blueGray-700:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.last\:border-blueGray-800:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.last\:border-blueGray-900:last-child {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.last\:border-current:last-child {
  border-color: current;
}

.last\:border-transparent:last-child {
  border-color: transparent;
}

.odd\:border-black:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.odd\:border-white:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.odd\:border-rose-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.odd\:border-rose-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.odd\:border-rose-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.odd\:border-rose-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.odd\:border-rose-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.odd\:border-rose-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.odd\:border-rose-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.odd\:border-rose-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.odd\:border-rose-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.odd\:border-rose-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.odd\:border-pink-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.odd\:border-pink-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.odd\:border-pink-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.odd\:border-pink-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.odd\:border-pink-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.odd\:border-pink-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.odd\:border-pink-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.odd\:border-pink-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.odd\:border-pink-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.odd\:border-pink-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.odd\:border-fuchsia-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.odd\:border-fuchsia-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.odd\:border-fuchsia-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.odd\:border-fuchsia-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.odd\:border-fuchsia-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.odd\:border-fuchsia-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.odd\:border-fuchsia-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.odd\:border-fuchsia-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.odd\:border-fuchsia-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.odd\:border-fuchsia-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.odd\:border-purple-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.odd\:border-purple-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.odd\:border-purple-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.odd\:border-purple-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.odd\:border-purple-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.odd\:border-purple-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.odd\:border-purple-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.odd\:border-purple-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.odd\:border-purple-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.odd\:border-purple-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.odd\:border-violet-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.odd\:border-violet-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.odd\:border-violet-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.odd\:border-violet-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.odd\:border-violet-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.odd\:border-violet-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.odd\:border-violet-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.odd\:border-violet-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.odd\:border-violet-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.odd\:border-violet-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.odd\:border-indigo-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.odd\:border-indigo-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.odd\:border-indigo-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.odd\:border-indigo-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.odd\:border-indigo-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.odd\:border-indigo-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.odd\:border-indigo-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.odd\:border-indigo-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.odd\:border-indigo-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.odd\:border-indigo-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.odd\:border-blue-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.odd\:border-blue-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.odd\:border-blue-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.odd\:border-blue-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.odd\:border-blue-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.odd\:border-blue-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.odd\:border-blue-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.odd\:border-blue-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.odd\:border-blue-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.odd\:border-blue-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.odd\:border-lightBlue-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.odd\:border-lightBlue-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.odd\:border-lightBlue-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.odd\:border-lightBlue-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.odd\:border-lightBlue-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.odd\:border-lightBlue-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.odd\:border-lightBlue-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.odd\:border-lightBlue-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.odd\:border-lightBlue-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.odd\:border-lightBlue-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.odd\:border-cyan-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.odd\:border-cyan-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.odd\:border-cyan-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.odd\:border-cyan-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.odd\:border-cyan-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.odd\:border-cyan-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.odd\:border-cyan-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.odd\:border-cyan-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.odd\:border-cyan-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.odd\:border-cyan-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.odd\:border-teal-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.odd\:border-teal-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.odd\:border-teal-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.odd\:border-teal-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.odd\:border-teal-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.odd\:border-teal-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.odd\:border-teal-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.odd\:border-teal-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.odd\:border-teal-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.odd\:border-teal-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.odd\:border-emerald-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.odd\:border-emerald-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.odd\:border-emerald-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.odd\:border-emerald-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.odd\:border-emerald-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.odd\:border-emerald-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.odd\:border-emerald-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.odd\:border-emerald-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.odd\:border-emerald-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.odd\:border-emerald-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.odd\:border-green-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.odd\:border-green-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.odd\:border-green-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.odd\:border-green-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.odd\:border-green-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.odd\:border-green-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.odd\:border-green-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.odd\:border-green-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.odd\:border-green-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.odd\:border-green-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.odd\:border-lime-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.odd\:border-lime-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.odd\:border-lime-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.odd\:border-lime-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.odd\:border-lime-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.odd\:border-lime-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.odd\:border-lime-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.odd\:border-lime-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.odd\:border-lime-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.odd\:border-lime-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.odd\:border-yellow-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.odd\:border-yellow-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.odd\:border-yellow-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.odd\:border-yellow-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.odd\:border-yellow-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.odd\:border-yellow-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.odd\:border-yellow-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.odd\:border-yellow-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.odd\:border-yellow-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.odd\:border-yellow-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.odd\:border-amber-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.odd\:border-amber-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.odd\:border-amber-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.odd\:border-amber-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.odd\:border-amber-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.odd\:border-amber-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.odd\:border-amber-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.odd\:border-amber-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.odd\:border-amber-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.odd\:border-amber-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.odd\:border-orange-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.odd\:border-orange-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.odd\:border-orange-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.odd\:border-orange-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.odd\:border-orange-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.odd\:border-orange-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.odd\:border-orange-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.odd\:border-orange-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.odd\:border-orange-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.odd\:border-orange-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.odd\:border-red-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.odd\:border-red-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.odd\:border-red-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.odd\:border-red-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.odd\:border-red-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.odd\:border-red-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.odd\:border-red-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.odd\:border-red-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.odd\:border-red-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.odd\:border-red-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.odd\:border-warmGray-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.odd\:border-warmGray-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.odd\:border-warmGray-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.odd\:border-warmGray-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.odd\:border-warmGray-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.odd\:border-warmGray-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.odd\:border-warmGray-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.odd\:border-warmGray-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.odd\:border-warmGray-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.odd\:border-warmGray-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.odd\:border-trueGray-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.odd\:border-trueGray-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.odd\:border-trueGray-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.odd\:border-trueGray-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.odd\:border-trueGray-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.odd\:border-trueGray-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.odd\:border-trueGray-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.odd\:border-trueGray-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.odd\:border-trueGray-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.odd\:border-trueGray-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.odd\:border-gray-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.odd\:border-gray-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.odd\:border-gray-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.odd\:border-gray-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.odd\:border-gray-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.odd\:border-gray-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.odd\:border-gray-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.odd\:border-gray-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.odd\:border-gray-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.odd\:border-gray-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.odd\:border-coolGray-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.odd\:border-coolGray-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.odd\:border-coolGray-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.odd\:border-coolGray-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.odd\:border-coolGray-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.odd\:border-coolGray-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.odd\:border-coolGray-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.odd\:border-coolGray-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.odd\:border-coolGray-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.odd\:border-coolGray-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.odd\:border-blueGray-50:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.odd\:border-blueGray-100:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.odd\:border-blueGray-200:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.odd\:border-blueGray-300:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.odd\:border-blueGray-400:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.odd\:border-blueGray-500:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.odd\:border-blueGray-600:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.odd\:border-blueGray-700:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.odd\:border-blueGray-800:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.odd\:border-blueGray-900:nth-child(odd) {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.odd\:border-current:nth-child(odd) {
  border-color: current;
}

.odd\:border-transparent:nth-child(odd) {
  border-color: transparent;
}

.even\:border-black:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.even\:border-white:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.even\:border-rose-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.even\:border-rose-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.even\:border-rose-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.even\:border-rose-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.even\:border-rose-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.even\:border-rose-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.even\:border-rose-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.even\:border-rose-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.even\:border-rose-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.even\:border-rose-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.even\:border-pink-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.even\:border-pink-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.even\:border-pink-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.even\:border-pink-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.even\:border-pink-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.even\:border-pink-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.even\:border-pink-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.even\:border-pink-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.even\:border-pink-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.even\:border-pink-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.even\:border-fuchsia-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.even\:border-fuchsia-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.even\:border-fuchsia-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.even\:border-fuchsia-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.even\:border-fuchsia-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.even\:border-fuchsia-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.even\:border-fuchsia-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.even\:border-fuchsia-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.even\:border-fuchsia-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.even\:border-fuchsia-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.even\:border-purple-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.even\:border-purple-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.even\:border-purple-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.even\:border-purple-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.even\:border-purple-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.even\:border-purple-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.even\:border-purple-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.even\:border-purple-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.even\:border-purple-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.even\:border-purple-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.even\:border-violet-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.even\:border-violet-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.even\:border-violet-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.even\:border-violet-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.even\:border-violet-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.even\:border-violet-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.even\:border-violet-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.even\:border-violet-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.even\:border-violet-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.even\:border-violet-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.even\:border-indigo-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.even\:border-indigo-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.even\:border-indigo-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.even\:border-indigo-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.even\:border-indigo-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.even\:border-indigo-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.even\:border-indigo-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.even\:border-indigo-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.even\:border-indigo-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.even\:border-indigo-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.even\:border-blue-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.even\:border-blue-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.even\:border-blue-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.even\:border-blue-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.even\:border-blue-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.even\:border-blue-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.even\:border-blue-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.even\:border-blue-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.even\:border-blue-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.even\:border-blue-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.even\:border-lightBlue-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.even\:border-lightBlue-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.even\:border-lightBlue-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.even\:border-lightBlue-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.even\:border-lightBlue-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.even\:border-lightBlue-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.even\:border-lightBlue-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.even\:border-lightBlue-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.even\:border-lightBlue-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.even\:border-lightBlue-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.even\:border-cyan-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.even\:border-cyan-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.even\:border-cyan-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.even\:border-cyan-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.even\:border-cyan-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.even\:border-cyan-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.even\:border-cyan-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.even\:border-cyan-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.even\:border-cyan-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.even\:border-cyan-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.even\:border-teal-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.even\:border-teal-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.even\:border-teal-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.even\:border-teal-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.even\:border-teal-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.even\:border-teal-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.even\:border-teal-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.even\:border-teal-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.even\:border-teal-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.even\:border-teal-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.even\:border-emerald-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.even\:border-emerald-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.even\:border-emerald-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.even\:border-emerald-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.even\:border-emerald-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.even\:border-emerald-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.even\:border-emerald-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.even\:border-emerald-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.even\:border-emerald-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.even\:border-emerald-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.even\:border-green-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.even\:border-green-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.even\:border-green-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.even\:border-green-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.even\:border-green-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.even\:border-green-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.even\:border-green-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.even\:border-green-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.even\:border-green-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.even\:border-green-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.even\:border-lime-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.even\:border-lime-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.even\:border-lime-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.even\:border-lime-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.even\:border-lime-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.even\:border-lime-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.even\:border-lime-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.even\:border-lime-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.even\:border-lime-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.even\:border-lime-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.even\:border-yellow-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.even\:border-yellow-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.even\:border-yellow-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.even\:border-yellow-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.even\:border-yellow-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.even\:border-yellow-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.even\:border-yellow-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.even\:border-yellow-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.even\:border-yellow-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.even\:border-yellow-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.even\:border-amber-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.even\:border-amber-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.even\:border-amber-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.even\:border-amber-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.even\:border-amber-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.even\:border-amber-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.even\:border-amber-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.even\:border-amber-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.even\:border-amber-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.even\:border-amber-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.even\:border-orange-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.even\:border-orange-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.even\:border-orange-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.even\:border-orange-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.even\:border-orange-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.even\:border-orange-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.even\:border-orange-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.even\:border-orange-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.even\:border-orange-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.even\:border-orange-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.even\:border-red-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.even\:border-red-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.even\:border-red-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.even\:border-red-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.even\:border-red-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.even\:border-red-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.even\:border-red-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.even\:border-red-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.even\:border-red-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.even\:border-red-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.even\:border-warmGray-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.even\:border-warmGray-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.even\:border-warmGray-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.even\:border-warmGray-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.even\:border-warmGray-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.even\:border-warmGray-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.even\:border-warmGray-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.even\:border-warmGray-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.even\:border-warmGray-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.even\:border-warmGray-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.even\:border-trueGray-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.even\:border-trueGray-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.even\:border-trueGray-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.even\:border-trueGray-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.even\:border-trueGray-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.even\:border-trueGray-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.even\:border-trueGray-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.even\:border-trueGray-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.even\:border-trueGray-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.even\:border-trueGray-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.even\:border-gray-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.even\:border-gray-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.even\:border-gray-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.even\:border-gray-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.even\:border-gray-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.even\:border-gray-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.even\:border-gray-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.even\:border-gray-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.even\:border-gray-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.even\:border-gray-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.even\:border-coolGray-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.even\:border-coolGray-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.even\:border-coolGray-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.even\:border-coolGray-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.even\:border-coolGray-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.even\:border-coolGray-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.even\:border-coolGray-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.even\:border-coolGray-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.even\:border-coolGray-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.even\:border-coolGray-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.even\:border-blueGray-50:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.even\:border-blueGray-100:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.even\:border-blueGray-200:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.even\:border-blueGray-300:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.even\:border-blueGray-400:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.even\:border-blueGray-500:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.even\:border-blueGray-600:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.even\:border-blueGray-700:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.even\:border-blueGray-800:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.even\:border-blueGray-900:nth-child(even) {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.even\:border-current:nth-child(even) {
  border-color: current;
}

.even\:border-transparent:nth-child(even) {
  border-color: transparent;
}

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

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

.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.hover\:border-rose-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-violet-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-lightBlue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-lightBlue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-lightBlue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.hover\:border-lightBlue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-lightBlue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-lightBlue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-lightBlue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.hover\:border-lightBlue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-lightBlue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-lightBlue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-emerald-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-amber-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-amber-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-amber-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-amber-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-amber-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-amber-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-warmGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.hover\:border-warmGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.hover\:border-warmGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.hover\:border-warmGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.hover\:border-warmGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.hover\:border-warmGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.hover\:border-warmGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.hover\:border-warmGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.hover\:border-warmGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.hover\:border-warmGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.hover\:border-trueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-trueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.hover\:border-trueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.hover\:border-trueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.hover\:border-trueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.hover\:border-trueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.hover\:border-trueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.hover\:border-trueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.hover\:border-trueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.hover\:border-trueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hover\:border-coolGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-coolGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-coolGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-coolGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-coolGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-coolGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-coolGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-coolGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-coolGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-coolGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-blueGray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.hover\:border-blueGray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.hover\:border-blueGray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.hover\:border-blueGray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.hover\:border-blueGray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.hover\:border-blueGray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.hover\:border-blueGray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.hover\:border-blueGray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.hover\:border-blueGray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.hover\:border-blueGray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.hover\:border-current:hover {
  border-color: current;
}

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

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

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

.focus\:border-rose-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.focus\:border-rose-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.focus\:border-rose-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus\:border-rose-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus\:border-rose-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus\:border-rose-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus\:border-rose-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus\:border-rose-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus\:border-rose-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus\:border-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.focus\:border-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.focus\:border-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus\:border-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus\:border-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus\:border-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus\:border-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus\:border-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus\:border-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus\:border-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.focus\:border-violet-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-violet-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-violet-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-violet-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-violet-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-violet-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-violet-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-violet-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-violet-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-violet-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-lightBlue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus\:border-lightBlue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus\:border-lightBlue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus\:border-lightBlue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus\:border-lightBlue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus\:border-lightBlue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus\:border-lightBlue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus\:border-lightBlue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus\:border-lightBlue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus\:border-lightBlue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.focus\:border-cyan-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.focus\:border-cyan-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.focus\:border-cyan-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.focus\:border-cyan-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.focus\:border-cyan-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.focus\:border-cyan-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.focus\:border-cyan-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.focus\:border-teal-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.focus\:border-teal-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.focus\:border-teal-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.focus\:border-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.focus\:border-teal-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.focus\:border-teal-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.focus\:border-emerald-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-emerald-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-emerald-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-emerald-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus\:border-emerald-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus\:border-emerald-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus\:border-emerald-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus\:border-emerald-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-emerald-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.focus\:border-lime-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.focus\:border-lime-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.focus\:border-lime-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.focus\:border-lime-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.focus\:border-lime-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.focus\:border-lime-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.focus\:border-lime-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.focus\:border-lime-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.focus\:border-lime-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.focus\:border-lime-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.focus\:border-amber-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-amber-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-amber-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-amber-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-amber-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus\:border-amber-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-amber-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-amber-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-amber-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-amber-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus\:border-orange-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.focus\:border-orange-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.focus\:border-orange-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.focus\:border-orange-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.focus\:border-orange-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:border-warmGray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.focus\:border-warmGray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.focus\:border-warmGray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.focus\:border-warmGray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.focus\:border-warmGray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.focus\:border-warmGray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.focus\:border-warmGray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.focus\:border-warmGray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.focus\:border-warmGray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.focus\:border-warmGray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.focus\:border-trueGray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:border-trueGray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus\:border-trueGray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus\:border-trueGray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.focus\:border-trueGray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.focus\:border-trueGray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.focus\:border-trueGray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.focus\:border-trueGray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.focus\:border-trueGray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus\:border-trueGray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus\:border-coolGray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-coolGray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-coolGray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-coolGray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-coolGray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-coolGray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-coolGray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-coolGray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-coolGray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-coolGray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-blueGray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.focus\:border-blueGray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.focus\:border-blueGray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.focus\:border-blueGray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.focus\:border-blueGray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.focus\:border-blueGray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.focus\:border-blueGray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.focus\:border-blueGray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.focus\:border-blueGray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.focus\:border-blueGray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.focus\:border-current:focus {
  border-color: current;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.active\:border-rose-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.active\:border-purple-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.active\:border-purple-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.active\:border-violet-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.active\:border-blue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.active\:border-lightBlue-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.active\:border-lightBlue-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.active\:border-lightBlue-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.active\:border-lightBlue-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.active\:border-lightBlue-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.active\:border-lightBlue-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.active\:border-lightBlue-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.active\:border-lightBlue-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.active\:border-lightBlue-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.active\:border-lightBlue-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.active\:border-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.active\:border-cyan-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.active\:border-cyan-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.active\:border-cyan-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.active\:border-emerald-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.active\:border-emerald-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.active\:border-green-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.active\:border-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.active\:border-yellow-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.active\:border-amber-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.active\:border-amber-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.active\:border-amber-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.active\:border-amber-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.active\:border-amber-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.active\:border-amber-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.active\:border-amber-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.active\:border-amber-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.active\:border-amber-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.active\:border-red-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.active\:border-red-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.active\:border-red-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.active\:border-red-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.active\:border-red-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.active\:border-red-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.active\:border-warmGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.active\:border-warmGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.active\:border-warmGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.active\:border-warmGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.active\:border-warmGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.active\:border-warmGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.active\:border-warmGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.active\:border-warmGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.active\:border-warmGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.active\:border-warmGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.active\:border-trueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-trueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.active\:border-trueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.active\:border-trueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.active\:border-trueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.active\:border-trueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.active\:border-trueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.active\:border-trueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.active\:border-trueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.active\:border-trueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.active\:border-gray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.active\:border-gray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.active\:border-gray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.active\:border-coolGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.active\:border-coolGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.active\:border-coolGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.active\:border-coolGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.active\:border-coolGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.active\:border-coolGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.active\:border-coolGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.active\:border-coolGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.active\:border-coolGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.active\:border-coolGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.active\:border-blueGray-50:active {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.active\:border-blueGray-100:active {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.active\:border-blueGray-200:active {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.active\:border-blueGray-300:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.active\:border-blueGray-400:active {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.active\:border-blueGray-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.active\:border-blueGray-600:active {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.active\:border-blueGray-700:active {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.active\:border-blueGray-800:active {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.active\:border-blueGray-900:active {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.active\:border-current:active {
  border-color: current;
}

.active\:border-transparent:active {
  border-color: transparent;
}

.visited\:border-black:visited {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

.visited\:border-rose-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.visited\:border-rose-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.visited\:border-rose-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.visited\:border-rose-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.visited\:border-rose-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.visited\:border-rose-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.visited\:border-rose-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.visited\:border-rose-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.visited\:border-rose-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.visited\:border-rose-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.visited\:border-pink-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.visited\:border-pink-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.visited\:border-pink-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.visited\:border-pink-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.visited\:border-pink-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.visited\:border-pink-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.visited\:border-pink-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.visited\:border-pink-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.visited\:border-pink-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.visited\:border-pink-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.visited\:border-fuchsia-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.visited\:border-fuchsia-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.visited\:border-fuchsia-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.visited\:border-fuchsia-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.visited\:border-fuchsia-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.visited\:border-fuchsia-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.visited\:border-fuchsia-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.visited\:border-fuchsia-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.visited\:border-fuchsia-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.visited\:border-fuchsia-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.visited\:border-purple-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.visited\:border-purple-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.visited\:border-purple-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.visited\:border-purple-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.visited\:border-purple-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.visited\:border-purple-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.visited\:border-purple-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.visited\:border-purple-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.visited\:border-purple-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.visited\:border-purple-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.visited\:border-violet-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.visited\:border-violet-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.visited\:border-violet-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.visited\:border-violet-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.visited\:border-violet-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.visited\:border-violet-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.visited\:border-violet-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.visited\:border-violet-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.visited\:border-violet-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.visited\:border-violet-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.visited\:border-indigo-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.visited\:border-indigo-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.visited\:border-indigo-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.visited\:border-indigo-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.visited\:border-indigo-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.visited\:border-indigo-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.visited\:border-indigo-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.visited\:border-indigo-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.visited\:border-indigo-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.visited\:border-indigo-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.visited\:border-blue-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.visited\:border-blue-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.visited\:border-blue-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.visited\:border-blue-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.visited\:border-blue-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.visited\:border-blue-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.visited\:border-blue-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.visited\:border-blue-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.visited\:border-blue-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.visited\:border-blue-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.visited\:border-lightBlue-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.visited\:border-lightBlue-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.visited\:border-lightBlue-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.visited\:border-lightBlue-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.visited\:border-lightBlue-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.visited\:border-lightBlue-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.visited\:border-lightBlue-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.visited\:border-lightBlue-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.visited\:border-lightBlue-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.visited\:border-lightBlue-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.visited\:border-cyan-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.visited\:border-cyan-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.visited\:border-cyan-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.visited\:border-cyan-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.visited\:border-cyan-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.visited\:border-cyan-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.visited\:border-cyan-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.visited\:border-cyan-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.visited\:border-cyan-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.visited\:border-cyan-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.visited\:border-teal-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.visited\:border-teal-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.visited\:border-teal-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.visited\:border-teal-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.visited\:border-teal-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.visited\:border-teal-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.visited\:border-teal-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.visited\:border-teal-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.visited\:border-teal-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.visited\:border-teal-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.visited\:border-emerald-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.visited\:border-emerald-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.visited\:border-emerald-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.visited\:border-emerald-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.visited\:border-emerald-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.visited\:border-emerald-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.visited\:border-emerald-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.visited\:border-emerald-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.visited\:border-emerald-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.visited\:border-emerald-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.visited\:border-green-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.visited\:border-green-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.visited\:border-green-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.visited\:border-green-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.visited\:border-green-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.visited\:border-green-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.visited\:border-green-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.visited\:border-green-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.visited\:border-green-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.visited\:border-green-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.visited\:border-lime-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.visited\:border-lime-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.visited\:border-lime-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.visited\:border-lime-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.visited\:border-lime-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.visited\:border-lime-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.visited\:border-lime-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.visited\:border-lime-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.visited\:border-lime-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.visited\:border-lime-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.visited\:border-yellow-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.visited\:border-yellow-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.visited\:border-yellow-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.visited\:border-yellow-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.visited\:border-yellow-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.visited\:border-yellow-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.visited\:border-yellow-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.visited\:border-yellow-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.visited\:border-yellow-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.visited\:border-yellow-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.visited\:border-amber-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.visited\:border-amber-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.visited\:border-amber-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.visited\:border-amber-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.visited\:border-amber-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.visited\:border-amber-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.visited\:border-amber-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.visited\:border-amber-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.visited\:border-amber-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.visited\:border-amber-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.visited\:border-orange-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.visited\:border-orange-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.visited\:border-orange-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.visited\:border-orange-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.visited\:border-orange-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.visited\:border-orange-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.visited\:border-orange-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.visited\:border-orange-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.visited\:border-orange-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.visited\:border-orange-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.visited\:border-red-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.visited\:border-red-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.visited\:border-red-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.visited\:border-red-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.visited\:border-red-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.visited\:border-red-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.visited\:border-red-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.visited\:border-red-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.visited\:border-red-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.visited\:border-red-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.visited\:border-warmGray-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.visited\:border-warmGray-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.visited\:border-warmGray-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.visited\:border-warmGray-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.visited\:border-warmGray-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.visited\:border-warmGray-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.visited\:border-warmGray-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.visited\:border-warmGray-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.visited\:border-warmGray-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.visited\:border-warmGray-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.visited\:border-trueGray-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.visited\:border-trueGray-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.visited\:border-trueGray-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.visited\:border-trueGray-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.visited\:border-trueGray-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.visited\:border-trueGray-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.visited\:border-trueGray-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.visited\:border-trueGray-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.visited\:border-trueGray-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.visited\:border-trueGray-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.visited\:border-gray-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.visited\:border-gray-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.visited\:border-gray-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.visited\:border-gray-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.visited\:border-gray-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.visited\:border-gray-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.visited\:border-gray-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.visited\:border-gray-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.visited\:border-gray-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.visited\:border-gray-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.visited\:border-coolGray-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.visited\:border-coolGray-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.visited\:border-coolGray-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.visited\:border-coolGray-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.visited\:border-coolGray-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.visited\:border-coolGray-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.visited\:border-coolGray-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.visited\:border-coolGray-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.visited\:border-coolGray-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.visited\:border-coolGray-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.visited\:border-blueGray-50:visited {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.visited\:border-blueGray-100:visited {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.visited\:border-blueGray-200:visited {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.visited\:border-blueGray-300:visited {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.visited\:border-blueGray-400:visited {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.visited\:border-blueGray-500:visited {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.visited\:border-blueGray-600:visited {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.visited\:border-blueGray-700:visited {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.visited\:border-blueGray-800:visited {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.visited\:border-blueGray-900:visited {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.visited\:border-current:visited {
  border-color: current;
}

.visited\:border-transparent:visited {
  border-color: transparent;
}

.disabled\:border-black:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

.disabled\:border-rose-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.disabled\:border-rose-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.disabled\:border-rose-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.disabled\:border-rose-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.disabled\:border-rose-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.disabled\:border-rose-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.disabled\:border-rose-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.disabled\:border-rose-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.disabled\:border-rose-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.disabled\:border-rose-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.disabled\:border-pink-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.disabled\:border-pink-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.disabled\:border-pink-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.disabled\:border-pink-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.disabled\:border-pink-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.disabled\:border-pink-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.disabled\:border-pink-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.disabled\:border-pink-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.disabled\:border-pink-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.disabled\:border-pink-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.disabled\:border-fuchsia-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.disabled\:border-purple-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.disabled\:border-purple-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.disabled\:border-purple-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.disabled\:border-purple-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.disabled\:border-purple-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.disabled\:border-purple-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.disabled\:border-purple-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.disabled\:border-purple-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.disabled\:border-purple-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.disabled\:border-purple-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity));
}

.disabled\:border-violet-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.disabled\:border-violet-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.disabled\:border-violet-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.disabled\:border-violet-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.disabled\:border-violet-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.disabled\:border-violet-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.disabled\:border-violet-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.disabled\:border-violet-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.disabled\:border-violet-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.disabled\:border-violet-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.disabled\:border-indigo-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.disabled\:border-indigo-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.disabled\:border-indigo-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.disabled\:border-indigo-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.disabled\:border-indigo-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.disabled\:border-indigo-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.disabled\:border-indigo-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.disabled\:border-indigo-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.disabled\:border-indigo-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.disabled\:border-indigo-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.disabled\:border-blue-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.disabled\:border-blue-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.disabled\:border-blue-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.disabled\:border-blue-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.disabled\:border-blue-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.disabled\:border-blue-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.disabled\:border-blue-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.disabled\:border-blue-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.disabled\:border-blue-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.disabled\:border-blue-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.disabled\:border-lightBlue-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.disabled\:border-cyan-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.disabled\:border-cyan-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.disabled\:border-cyan-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.disabled\:border-cyan-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.disabled\:border-cyan-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.disabled\:border-cyan-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.disabled\:border-cyan-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.disabled\:border-cyan-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.disabled\:border-cyan-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.disabled\:border-cyan-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.disabled\:border-teal-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.disabled\:border-teal-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.disabled\:border-teal-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.disabled\:border-teal-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.disabled\:border-teal-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.disabled\:border-teal-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.disabled\:border-teal-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.disabled\:border-teal-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.disabled\:border-teal-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.disabled\:border-teal-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity));
}

.disabled\:border-emerald-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.disabled\:border-emerald-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.disabled\:border-emerald-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.disabled\:border-emerald-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.disabled\:border-emerald-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.disabled\:border-emerald-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.disabled\:border-emerald-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.disabled\:border-emerald-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.disabled\:border-emerald-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.disabled\:border-emerald-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.disabled\:border-green-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.disabled\:border-green-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.disabled\:border-green-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.disabled\:border-green-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.disabled\:border-green-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.disabled\:border-green-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.disabled\:border-green-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.disabled\:border-green-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.disabled\:border-green-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.disabled\:border-green-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity));
}

.disabled\:border-lime-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.disabled\:border-lime-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.disabled\:border-lime-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.disabled\:border-lime-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.disabled\:border-lime-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.disabled\:border-lime-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.disabled\:border-lime-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.disabled\:border-lime-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.disabled\:border-lime-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.disabled\:border-lime-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity));
}

.disabled\:border-yellow-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.disabled\:border-yellow-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.disabled\:border-yellow-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.disabled\:border-yellow-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.disabled\:border-yellow-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.disabled\:border-yellow-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.disabled\:border-yellow-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.disabled\:border-yellow-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.disabled\:border-yellow-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.disabled\:border-yellow-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity));
}

.disabled\:border-amber-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.disabled\:border-amber-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.disabled\:border-amber-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.disabled\:border-amber-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.disabled\:border-amber-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.disabled\:border-amber-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.disabled\:border-amber-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.disabled\:border-amber-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.disabled\:border-amber-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.disabled\:border-amber-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.disabled\:border-orange-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.disabled\:border-orange-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.disabled\:border-orange-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.disabled\:border-orange-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.disabled\:border-orange-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.disabled\:border-orange-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.disabled\:border-orange-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.disabled\:border-orange-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.disabled\:border-orange-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.disabled\:border-orange-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity));
}

.disabled\:border-red-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.disabled\:border-red-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.disabled\:border-red-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.disabled\:border-red-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.disabled\:border-red-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.disabled\:border-red-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.disabled\:border-red-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.disabled\:border-red-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.disabled\:border-red-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.disabled\:border-red-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.disabled\:border-warmGray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.disabled\:border-warmGray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.disabled\:border-warmGray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.disabled\:border-warmGray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.disabled\:border-warmGray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.disabled\:border-warmGray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.disabled\:border-warmGray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.disabled\:border-warmGray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.disabled\:border-warmGray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.disabled\:border-warmGray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.disabled\:border-trueGray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.disabled\:border-trueGray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.disabled\:border-trueGray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.disabled\:border-trueGray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.disabled\:border-trueGray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.disabled\:border-trueGray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.disabled\:border-trueGray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.disabled\:border-trueGray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.disabled\:border-trueGray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.disabled\:border-trueGray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(23, 23, 23, var(--tw-border-opacity));
}

.disabled\:border-gray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.disabled\:border-gray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.disabled\:border-gray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.disabled\:border-gray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.disabled\:border-gray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.disabled\:border-gray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.disabled\:border-gray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.disabled\:border-gray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.disabled\:border-gray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.disabled\:border-gray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.disabled\:border-coolGray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.disabled\:border-coolGray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.disabled\:border-coolGray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.disabled\:border-coolGray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.disabled\:border-coolGray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.disabled\:border-coolGray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.disabled\:border-coolGray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.disabled\:border-coolGray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.disabled\:border-coolGray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.disabled\:border-coolGray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.disabled\:border-blueGray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.disabled\:border-blueGray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}

.disabled\:border-blueGray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.disabled\:border-blueGray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}

.disabled\:border-blueGray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}

.disabled\:border-blueGray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}

.disabled\:border-blueGray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity));
}

.disabled\:border-blueGray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}

.disabled\:border-blueGray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}

.disabled\:border-blueGray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.disabled\:border-current:disabled {
  border-color: current;
}

.disabled\:border-transparent:disabled {
  border-color: transparent;
}

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

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.first\:border-opacity-0:first-child {
  --tw-border-opacity: 0;
}

.first\:border-opacity-5:first-child {
  --tw-border-opacity: 0.05;
}

.first\:border-opacity-10:first-child {
  --tw-border-opacity: 0.1;
}

.first\:border-opacity-20:first-child {
  --tw-border-opacity: 0.2;
}

.first\:border-opacity-25:first-child {
  --tw-border-opacity: 0.25;
}

.first\:border-opacity-30:first-child {
  --tw-border-opacity: 0.3;
}

.first\:border-opacity-40:first-child {
  --tw-border-opacity: 0.4;
}

.first\:border-opacity-50:first-child {
  --tw-border-opacity: 0.5;
}

.first\:border-opacity-60:first-child {
  --tw-border-opacity: 0.6;
}

.first\:border-opacity-70:first-child {
  --tw-border-opacity: 0.7;
}

.first\:border-opacity-75:first-child {
  --tw-border-opacity: 0.75;
}

.first\:border-opacity-80:first-child {
  --tw-border-opacity: 0.8;
}

.first\:border-opacity-90:first-child {
  --tw-border-opacity: 0.9;
}

.first\:border-opacity-95:first-child {
  --tw-border-opacity: 0.95;
}

.first\:border-opacity-100:first-child {
  --tw-border-opacity: 1;
}

.last\:border-opacity-0:last-child {
  --tw-border-opacity: 0;
}

.last\:border-opacity-5:last-child {
  --tw-border-opacity: 0.05;
}

.last\:border-opacity-10:last-child {
  --tw-border-opacity: 0.1;
}

.last\:border-opacity-20:last-child {
  --tw-border-opacity: 0.2;
}

.last\:border-opacity-25:last-child {
  --tw-border-opacity: 0.25;
}

.last\:border-opacity-30:last-child {
  --tw-border-opacity: 0.3;
}

.last\:border-opacity-40:last-child {
  --tw-border-opacity: 0.4;
}

.last\:border-opacity-50:last-child {
  --tw-border-opacity: 0.5;
}

.last\:border-opacity-60:last-child {
  --tw-border-opacity: 0.6;
}

.last\:border-opacity-70:last-child {
  --tw-border-opacity: 0.7;
}

.last\:border-opacity-75:last-child {
  --tw-border-opacity: 0.75;
}

.last\:border-opacity-80:last-child {
  --tw-border-opacity: 0.8;
}

.last\:border-opacity-90:last-child {
  --tw-border-opacity: 0.9;
}

.last\:border-opacity-95:last-child {
  --tw-border-opacity: 0.95;
}

.last\:border-opacity-100:last-child {
  --tw-border-opacity: 1;
}

.odd\:border-opacity-0:nth-child(odd) {
  --tw-border-opacity: 0;
}

.odd\:border-opacity-5:nth-child(odd) {
  --tw-border-opacity: 0.05;
}

.odd\:border-opacity-10:nth-child(odd) {
  --tw-border-opacity: 0.1;
}

.odd\:border-opacity-20:nth-child(odd) {
  --tw-border-opacity: 0.2;
}

.odd\:border-opacity-25:nth-child(odd) {
  --tw-border-opacity: 0.25;
}

.odd\:border-opacity-30:nth-child(odd) {
  --tw-border-opacity: 0.3;
}

.odd\:border-opacity-40:nth-child(odd) {
  --tw-border-opacity: 0.4;
}

.odd\:border-opacity-50:nth-child(odd) {
  --tw-border-opacity: 0.5;
}

.odd\:border-opacity-60:nth-child(odd) {
  --tw-border-opacity: 0.6;
}

.odd\:border-opacity-70:nth-child(odd) {
  --tw-border-opacity: 0.7;
}

.odd\:border-opacity-75:nth-child(odd) {
  --tw-border-opacity: 0.75;
}

.odd\:border-opacity-80:nth-child(odd) {
  --tw-border-opacity: 0.8;
}

.odd\:border-opacity-90:nth-child(odd) {
  --tw-border-opacity: 0.9;
}

.odd\:border-opacity-95:nth-child(odd) {
  --tw-border-opacity: 0.95;
}

.odd\:border-opacity-100:nth-child(odd) {
  --tw-border-opacity: 1;
}

.even\:border-opacity-0:nth-child(even) {
  --tw-border-opacity: 0;
}

.even\:border-opacity-5:nth-child(even) {
  --tw-border-opacity: 0.05;
}

.even\:border-opacity-10:nth-child(even) {
  --tw-border-opacity: 0.1;
}

.even\:border-opacity-20:nth-child(even) {
  --tw-border-opacity: 0.2;
}

.even\:border-opacity-25:nth-child(even) {
  --tw-border-opacity: 0.25;
}

.even\:border-opacity-30:nth-child(even) {
  --tw-border-opacity: 0.3;
}

.even\:border-opacity-40:nth-child(even) {
  --tw-border-opacity: 0.4;
}

.even\:border-opacity-50:nth-child(even) {
  --tw-border-opacity: 0.5;
}

.even\:border-opacity-60:nth-child(even) {
  --tw-border-opacity: 0.6;
}

.even\:border-opacity-70:nth-child(even) {
  --tw-border-opacity: 0.7;
}

.even\:border-opacity-75:nth-child(even) {
  --tw-border-opacity: 0.75;
}

.even\:border-opacity-80:nth-child(even) {
  --tw-border-opacity: 0.8;
}

.even\:border-opacity-90:nth-child(even) {
  --tw-border-opacity: 0.9;
}

.even\:border-opacity-95:nth-child(even) {
  --tw-border-opacity: 0.95;
}

.even\:border-opacity-100:nth-child(even) {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.active\:border-opacity-0:active {
  --tw-border-opacity: 0;
}

.active\:border-opacity-5:active {
  --tw-border-opacity: 0.05;
}

.active\:border-opacity-10:active {
  --tw-border-opacity: 0.1;
}

.active\:border-opacity-20:active {
  --tw-border-opacity: 0.2;
}

.active\:border-opacity-25:active {
  --tw-border-opacity: 0.25;
}

.active\:border-opacity-30:active {
  --tw-border-opacity: 0.3;
}

.active\:border-opacity-40:active {
  --tw-border-opacity: 0.4;
}

.active\:border-opacity-50:active {
  --tw-border-opacity: 0.5;
}

.active\:border-opacity-60:active {
  --tw-border-opacity: 0.6;
}

.active\:border-opacity-70:active {
  --tw-border-opacity: 0.7;
}

.active\:border-opacity-75:active {
  --tw-border-opacity: 0.75;
}

.active\:border-opacity-80:active {
  --tw-border-opacity: 0.8;
}

.active\:border-opacity-90:active {
  --tw-border-opacity: 0.9;
}

.active\:border-opacity-95:active {
  --tw-border-opacity: 0.95;
}

.active\:border-opacity-100:active {
  --tw-border-opacity: 1;
}

.visited\:border-opacity-0:visited {
  --tw-border-opacity: 0;
}

.visited\:border-opacity-5:visited {
  --tw-border-opacity: 0.05;
}

.visited\:border-opacity-10:visited {
  --tw-border-opacity: 0.1;
}

.visited\:border-opacity-20:visited {
  --tw-border-opacity: 0.2;
}

.visited\:border-opacity-25:visited {
  --tw-border-opacity: 0.25;
}

.visited\:border-opacity-30:visited {
  --tw-border-opacity: 0.3;
}

.visited\:border-opacity-40:visited {
  --tw-border-opacity: 0.4;
}

.visited\:border-opacity-50:visited {
  --tw-border-opacity: 0.5;
}

.visited\:border-opacity-60:visited {
  --tw-border-opacity: 0.6;
}

.visited\:border-opacity-70:visited {
  --tw-border-opacity: 0.7;
}

.visited\:border-opacity-75:visited {
  --tw-border-opacity: 0.75;
}

.visited\:border-opacity-80:visited {
  --tw-border-opacity: 0.8;
}

.visited\:border-opacity-90:visited {
  --tw-border-opacity: 0.9;
}

.visited\:border-opacity-95:visited {
  --tw-border-opacity: 0.95;
}

.visited\:border-opacity-100:visited {
  --tw-border-opacity: 1;
}

.disabled\:border-opacity-0:disabled {
  --tw-border-opacity: 0;
}

.disabled\:border-opacity-5:disabled {
  --tw-border-opacity: 0.05;
}

.disabled\:border-opacity-10:disabled {
  --tw-border-opacity: 0.1;
}

.disabled\:border-opacity-20:disabled {
  --tw-border-opacity: 0.2;
}

.disabled\:border-opacity-25:disabled {
  --tw-border-opacity: 0.25;
}

.disabled\:border-opacity-30:disabled {
  --tw-border-opacity: 0.3;
}

.disabled\:border-opacity-40:disabled {
  --tw-border-opacity: 0.4;
}

.disabled\:border-opacity-50:disabled {
  --tw-border-opacity: 0.5;
}

.disabled\:border-opacity-60:disabled {
  --tw-border-opacity: 0.6;
}

.disabled\:border-opacity-70:disabled {
  --tw-border-opacity: 0.7;
}

.disabled\:border-opacity-75:disabled {
  --tw-border-opacity: 0.75;
}

.disabled\:border-opacity-80:disabled {
  --tw-border-opacity: 0.8;
}

.disabled\:border-opacity-90:disabled {
  --tw-border-opacity: 0.9;
}

.disabled\:border-opacity-95:disabled {
  --tw-border-opacity: 0.95;
}

.disabled\:border-opacity-100:disabled {
  --tw-border-opacity: 1;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-none {
  border-radius: 0px;
}

.group:hover .group-hover\:rounded-sm {
  border-radius: 0.125rem;
}

.group:hover .group-hover\:rounded {
  border-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-md {
  border-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-lg {
  border-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-xl {
  border-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-2xl {
  border-radius: 1rem;
}

.group:hover .group-hover\:rounded-3xl {
  border-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-full {
  border-radius: 9999px;
}

.group:hover .group-hover\:rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.group:hover .group-hover\:rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.group:hover .group-hover\:rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.group:hover .group-hover\:rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.group:hover .group-hover\:rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tl-none {
  border-top-left-radius: 0px;
}

.group:hover .group-hover\:rounded-tr-none {
  border-top-right-radius: 0px;
}

.group:hover .group-hover\:rounded-br-none {
  border-bottom-right-radius: 0px;
}

.group:hover .group-hover\:rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.group:hover .group-hover\:rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-tl {
  border-top-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tr {
  border-top-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.group:hover .group-hover\:rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.group:hover .group-hover\:rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.group:hover .group-hover\:rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.group:hover .group-hover\:rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-tl-full {
  border-top-left-radius: 9999px;
}

.group:hover .group-hover\:rounded-tr-full {
  border-top-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.group:hover .group-hover\:rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-none:focus-within {
  border-radius: 0px;
}

.focus-within\:rounded-sm:focus-within {
  border-radius: 0.125rem;
}

.focus-within\:rounded:focus-within {
  border-radius: 0.25rem;
}

.focus-within\:rounded-md:focus-within {
  border-radius: 0.375rem;
}

.focus-within\:rounded-lg:focus-within {
  border-radius: 0.5rem;
}

.focus-within\:rounded-xl:focus-within {
  border-radius: 0.75rem;
}

.focus-within\:rounded-2xl:focus-within {
  border-radius: 1rem;
}

.focus-within\:rounded-3xl:focus-within {
  border-radius: 1.5rem;
}

.focus-within\:rounded-full:focus-within {
  border-radius: 9999px;
}

.focus-within\:rounded-t-none:focus-within {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus-within\:rounded-r-none:focus-within {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus-within\:rounded-b-none:focus-within {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus-within\:rounded-l-none:focus-within {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus-within\:rounded-t-sm:focus-within {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus-within\:rounded-r-sm:focus-within {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus-within\:rounded-b-sm:focus-within {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-l-sm:focus-within {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-t:focus-within {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus-within\:rounded-r:focus-within {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus-within\:rounded-b:focus-within {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-l:focus-within {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-t-md:focus-within {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus-within\:rounded-r-md:focus-within {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus-within\:rounded-b-md:focus-within {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus-within\:rounded-l-md:focus-within {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus-within\:rounded-t-lg:focus-within {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus-within\:rounded-r-lg:focus-within {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus-within\:rounded-b-lg:focus-within {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-l-lg:focus-within {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-t-xl:focus-within {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus-within\:rounded-r-xl:focus-within {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus-within\:rounded-b-xl:focus-within {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus-within\:rounded-l-xl:focus-within {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus-within\:rounded-t-2xl:focus-within {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus-within\:rounded-r-2xl:focus-within {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus-within\:rounded-b-2xl:focus-within {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus-within\:rounded-l-2xl:focus-within {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus-within\:rounded-t-3xl:focus-within {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus-within\:rounded-r-3xl:focus-within {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus-within\:rounded-b-3xl:focus-within {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus-within\:rounded-l-3xl:focus-within {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus-within\:rounded-t-full:focus-within {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus-within\:rounded-r-full:focus-within {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus-within\:rounded-b-full:focus-within {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-l-full:focus-within {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-within\:rounded-tl-none:focus-within {
  border-top-left-radius: 0px;
}

.focus-within\:rounded-tr-none:focus-within {
  border-top-right-radius: 0px;
}

.focus-within\:rounded-br-none:focus-within {
  border-bottom-right-radius: 0px;
}

.focus-within\:rounded-bl-none:focus-within {
  border-bottom-left-radius: 0px;
}

.focus-within\:rounded-tl-sm:focus-within {
  border-top-left-radius: 0.125rem;
}

.focus-within\:rounded-tr-sm:focus-within {
  border-top-right-radius: 0.125rem;
}

.focus-within\:rounded-br-sm:focus-within {
  border-bottom-right-radius: 0.125rem;
}

.focus-within\:rounded-bl-sm:focus-within {
  border-bottom-left-radius: 0.125rem;
}

.focus-within\:rounded-tl:focus-within {
  border-top-left-radius: 0.25rem;
}

.focus-within\:rounded-tr:focus-within {
  border-top-right-radius: 0.25rem;
}

.focus-within\:rounded-br:focus-within {
  border-bottom-right-radius: 0.25rem;
}

.focus-within\:rounded-bl:focus-within {
  border-bottom-left-radius: 0.25rem;
}

.focus-within\:rounded-tl-md:focus-within {
  border-top-left-radius: 0.375rem;
}

.focus-within\:rounded-tr-md:focus-within {
  border-top-right-radius: 0.375rem;
}

.focus-within\:rounded-br-md:focus-within {
  border-bottom-right-radius: 0.375rem;
}

.focus-within\:rounded-bl-md:focus-within {
  border-bottom-left-radius: 0.375rem;
}

.focus-within\:rounded-tl-lg:focus-within {
  border-top-left-radius: 0.5rem;
}

.focus-within\:rounded-tr-lg:focus-within {
  border-top-right-radius: 0.5rem;
}

.focus-within\:rounded-br-lg:focus-within {
  border-bottom-right-radius: 0.5rem;
}

.focus-within\:rounded-bl-lg:focus-within {
  border-bottom-left-radius: 0.5rem;
}

.focus-within\:rounded-tl-xl:focus-within {
  border-top-left-radius: 0.75rem;
}

.focus-within\:rounded-tr-xl:focus-within {
  border-top-right-radius: 0.75rem;
}

.focus-within\:rounded-br-xl:focus-within {
  border-bottom-right-radius: 0.75rem;
}

.focus-within\:rounded-bl-xl:focus-within {
  border-bottom-left-radius: 0.75rem;
}

.focus-within\:rounded-tl-2xl:focus-within {
  border-top-left-radius: 1rem;
}

.focus-within\:rounded-tr-2xl:focus-within {
  border-top-right-radius: 1rem;
}

.focus-within\:rounded-br-2xl:focus-within {
  border-bottom-right-radius: 1rem;
}

.focus-within\:rounded-bl-2xl:focus-within {
  border-bottom-left-radius: 1rem;
}

.focus-within\:rounded-tl-3xl:focus-within {
  border-top-left-radius: 1.5rem;
}

.focus-within\:rounded-tr-3xl:focus-within {
  border-top-right-radius: 1.5rem;
}

.focus-within\:rounded-br-3xl:focus-within {
  border-bottom-right-radius: 1.5rem;
}

.focus-within\:rounded-bl-3xl:focus-within {
  border-bottom-left-radius: 1.5rem;
}

.focus-within\:rounded-tl-full:focus-within {
  border-top-left-radius: 9999px;
}

.focus-within\:rounded-tr-full:focus-within {
  border-top-right-radius: 9999px;
}

.focus-within\:rounded-br-full:focus-within {
  border-bottom-right-radius: 9999px;
}

.focus-within\:rounded-bl-full:focus-within {
  border-bottom-left-radius: 9999px;
}

.first\:rounded-none:first-child {
  border-radius: 0px;
}

.first\:rounded-sm:first-child {
  border-radius: 0.125rem;
}

.first\:rounded:first-child {
  border-radius: 0.25rem;
}

.first\:rounded-md:first-child {
  border-radius: 0.375rem;
}

.first\:rounded-lg:first-child {
  border-radius: 0.5rem;
}

.first\:rounded-xl:first-child {
  border-radius: 0.75rem;
}

.first\:rounded-2xl:first-child {
  border-radius: 1rem;
}

.first\:rounded-3xl:first-child {
  border-radius: 1.5rem;
}

.first\:rounded-full:first-child {
  border-radius: 9999px;
}

.first\:rounded-t-none:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.first\:rounded-r-none:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.first\:rounded-b-none:first-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-l-none:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.first\:rounded-t-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.first\:rounded-r-sm:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-b-sm:first-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-l-sm:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-t:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.first\:rounded-r:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-b:first-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-l:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.first\:rounded-r-md:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-b-md:first-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.first\:rounded-r-lg:first-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-b-lg:first-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-l-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-t-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.first\:rounded-r-xl:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-b-xl:first-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-l-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-t-2xl:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.first\:rounded-r-2xl:first-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.first\:rounded-b-2xl:first-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-l-2xl:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.first\:rounded-t-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.first\:rounded-r-3xl:first-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-b-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-l-3xl:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-t-full:first-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.first\:rounded-r-full:first-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.first\:rounded-b-full:first-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-l-full:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.first\:rounded-tl-none:first-child {
  border-top-left-radius: 0px;
}

.first\:rounded-tr-none:first-child {
  border-top-right-radius: 0px;
}

.first\:rounded-br-none:first-child {
  border-bottom-right-radius: 0px;
}

.first\:rounded-bl-none:first-child {
  border-bottom-left-radius: 0px;
}

.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}

.first\:rounded-tr-sm:first-child {
  border-top-right-radius: 0.125rem;
}

.first\:rounded-br-sm:first-child {
  border-bottom-right-radius: 0.125rem;
}

.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}

.first\:rounded-tl:first-child {
  border-top-left-radius: 0.25rem;
}

.first\:rounded-tr:first-child {
  border-top-right-radius: 0.25rem;
}

.first\:rounded-br:first-child {
  border-bottom-right-radius: 0.25rem;
}

.first\:rounded-bl:first-child {
  border-bottom-left-radius: 0.25rem;
}

.first\:rounded-tl-md:first-child {
  border-top-left-radius: 0.375rem;
}

.first\:rounded-tr-md:first-child {
  border-top-right-radius: 0.375rem;
}

.first\:rounded-br-md:first-child {
  border-bottom-right-radius: 0.375rem;
}

.first\:rounded-bl-md:first-child {
  border-bottom-left-radius: 0.375rem;
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.first\:rounded-tr-lg:first-child {
  border-top-right-radius: 0.5rem;
}

.first\:rounded-br-lg:first-child {
  border-bottom-right-radius: 0.5rem;
}

.first\:rounded-bl-lg:first-child {
  border-bottom-left-radius: 0.5rem;
}

.first\:rounded-tl-xl:first-child {
  border-top-left-radius: 0.75rem;
}

.first\:rounded-tr-xl:first-child {
  border-top-right-radius: 0.75rem;
}

.first\:rounded-br-xl:first-child {
  border-bottom-right-radius: 0.75rem;
}

.first\:rounded-bl-xl:first-child {
  border-bottom-left-radius: 0.75rem;
}

.first\:rounded-tl-2xl:first-child {
  border-top-left-radius: 1rem;
}

.first\:rounded-tr-2xl:first-child {
  border-top-right-radius: 1rem;
}

.first\:rounded-br-2xl:first-child {
  border-bottom-right-radius: 1rem;
}

.first\:rounded-bl-2xl:first-child {
  border-bottom-left-radius: 1rem;
}

.first\:rounded-tl-3xl:first-child {
  border-top-left-radius: 1.5rem;
}

.first\:rounded-tr-3xl:first-child {
  border-top-right-radius: 1.5rem;
}

.first\:rounded-br-3xl:first-child {
  border-bottom-right-radius: 1.5rem;
}

.first\:rounded-bl-3xl:first-child {
  border-bottom-left-radius: 1.5rem;
}

.first\:rounded-tl-full:first-child {
  border-top-left-radius: 9999px;
}

.first\:rounded-tr-full:first-child {
  border-top-right-radius: 9999px;
}

.first\:rounded-br-full:first-child {
  border-bottom-right-radius: 9999px;
}

.first\:rounded-bl-full:first-child {
  border-bottom-left-radius: 9999px;
}

.last\:rounded-none:last-child {
  border-radius: 0px;
}

.last\:rounded-sm:last-child {
  border-radius: 0.125rem;
}

.last\:rounded:last-child {
  border-radius: 0.25rem;
}

.last\:rounded-md:last-child {
  border-radius: 0.375rem;
}

.last\:rounded-lg:last-child {
  border-radius: 0.5rem;
}

.last\:rounded-xl:last-child {
  border-radius: 0.75rem;
}

.last\:rounded-2xl:last-child {
  border-radius: 1rem;
}

.last\:rounded-3xl:last-child {
  border-radius: 1.5rem;
}

.last\:rounded-full:last-child {
  border-radius: 9999px;
}

.last\:rounded-t-none:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.last\:rounded-r-none:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.last\:rounded-b-none:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-l-none:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.last\:rounded-t-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.last\:rounded-r-sm:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-b-sm:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-l-sm:last-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-t:last-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.last\:rounded-r:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-b:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-l:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-t-md:last-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-l-md:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-t-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.last\:rounded-r-lg:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-l-lg:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-t-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.last\:rounded-r-xl:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-l-xl:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-t-2xl:last-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.last\:rounded-r-2xl:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.last\:rounded-b-2xl:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-l-2xl:last-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.last\:rounded-t-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.last\:rounded-r-3xl:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-b-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-l-3xl:last-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-t-full:last-child {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.last\:rounded-r-full:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.last\:rounded-b-full:last-child {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-l-full:last-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.last\:rounded-tl-none:last-child {
  border-top-left-radius: 0px;
}

.last\:rounded-tr-none:last-child {
  border-top-right-radius: 0px;
}

.last\:rounded-br-none:last-child {
  border-bottom-right-radius: 0px;
}

.last\:rounded-bl-none:last-child {
  border-bottom-left-radius: 0px;
}

.last\:rounded-tl-sm:last-child {
  border-top-left-radius: 0.125rem;
}

.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}

.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}

.last\:rounded-bl-sm:last-child {
  border-bottom-left-radius: 0.125rem;
}

.last\:rounded-tl:last-child {
  border-top-left-radius: 0.25rem;
}

.last\:rounded-tr:last-child {
  border-top-right-radius: 0.25rem;
}

.last\:rounded-br:last-child {
  border-bottom-right-radius: 0.25rem;
}

.last\:rounded-bl:last-child {
  border-bottom-left-radius: 0.25rem;
}

.last\:rounded-tl-md:last-child {
  border-top-left-radius: 0.375rem;
}

.last\:rounded-tr-md:last-child {
  border-top-right-radius: 0.375rem;
}

.last\:rounded-br-md:last-child {
  border-bottom-right-radius: 0.375rem;
}

.last\:rounded-bl-md:last-child {
  border-bottom-left-radius: 0.375rem;
}

.last\:rounded-tl-lg:last-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.last\:rounded-br-lg:last-child {
  border-bottom-right-radius: 0.5rem;
}

.last\:rounded-bl-lg:last-child {
  border-bottom-left-radius: 0.5rem;
}

.last\:rounded-tl-xl:last-child {
  border-top-left-radius: 0.75rem;
}

.last\:rounded-tr-xl:last-child {
  border-top-right-radius: 0.75rem;
}

.last\:rounded-br-xl:last-child {
  border-bottom-right-radius: 0.75rem;
}

.last\:rounded-bl-xl:last-child {
  border-bottom-left-radius: 0.75rem;
}

.last\:rounded-tl-2xl:last-child {
  border-top-left-radius: 1rem;
}

.last\:rounded-tr-2xl:last-child {
  border-top-right-radius: 1rem;
}

.last\:rounded-br-2xl:last-child {
  border-bottom-right-radius: 1rem;
}

.last\:rounded-bl-2xl:last-child {
  border-bottom-left-radius: 1rem;
}

.last\:rounded-tl-3xl:last-child {
  border-top-left-radius: 1.5rem;
}

.last\:rounded-tr-3xl:last-child {
  border-top-right-radius: 1.5rem;
}

.last\:rounded-br-3xl:last-child {
  border-bottom-right-radius: 1.5rem;
}

.last\:rounded-bl-3xl:last-child {
  border-bottom-left-radius: 1.5rem;
}

.last\:rounded-tl-full:last-child {
  border-top-left-radius: 9999px;
}

.last\:rounded-tr-full:last-child {
  border-top-right-radius: 9999px;
}

.last\:rounded-br-full:last-child {
  border-bottom-right-radius: 9999px;
}

.last\:rounded-bl-full:last-child {
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-none:nth-child(odd) {
  border-radius: 0px;
}

.odd\:rounded-sm:nth-child(odd) {
  border-radius: 0.125rem;
}

.odd\:rounded:nth-child(odd) {
  border-radius: 0.25rem;
}

.odd\:rounded-md:nth-child(odd) {
  border-radius: 0.375rem;
}

.odd\:rounded-lg:nth-child(odd) {
  border-radius: 0.5rem;
}

.odd\:rounded-xl:nth-child(odd) {
  border-radius: 0.75rem;
}

.odd\:rounded-2xl:nth-child(odd) {
  border-radius: 1rem;
}

.odd\:rounded-3xl:nth-child(odd) {
  border-radius: 1.5rem;
}

.odd\:rounded-full:nth-child(odd) {
  border-radius: 9999px;
}

.odd\:rounded-t-none:nth-child(odd) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.odd\:rounded-r-none:nth-child(odd) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.odd\:rounded-b-none:nth-child(odd) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.odd\:rounded-l-none:nth-child(odd) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.odd\:rounded-t-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-r-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-b-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-l-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-t:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-r:nth-child(odd) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-b:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-l:nth-child(odd) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-t-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.odd\:rounded-r-md:nth-child(odd) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.odd\:rounded-b-md:nth-child(odd) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-l-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-t-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-r-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-b-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-l-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-t-xl:nth-child(odd) {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.odd\:rounded-r-xl:nth-child(odd) {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.odd\:rounded-b-xl:nth-child(odd) {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.odd\:rounded-l-xl:nth-child(odd) {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.odd\:rounded-t-2xl:nth-child(odd) {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.odd\:rounded-r-2xl:nth-child(odd) {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.odd\:rounded-b-2xl:nth-child(odd) {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.odd\:rounded-l-2xl:nth-child(odd) {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.odd\:rounded-t-3xl:nth-child(odd) {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.odd\:rounded-r-3xl:nth-child(odd) {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.odd\:rounded-b-3xl:nth-child(odd) {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.odd\:rounded-l-3xl:nth-child(odd) {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.odd\:rounded-t-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.odd\:rounded-r-full:nth-child(odd) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-b-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-l-full:nth-child(odd) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.odd\:rounded-tl-none:nth-child(odd) {
  border-top-left-radius: 0px;
}

.odd\:rounded-tr-none:nth-child(odd) {
  border-top-right-radius: 0px;
}

.odd\:rounded-br-none:nth-child(odd) {
  border-bottom-right-radius: 0px;
}

.odd\:rounded-bl-none:nth-child(odd) {
  border-bottom-left-radius: 0px;
}

.odd\:rounded-tl-sm:nth-child(odd) {
  border-top-left-radius: 0.125rem;
}

.odd\:rounded-tr-sm:nth-child(odd) {
  border-top-right-radius: 0.125rem;
}

.odd\:rounded-br-sm:nth-child(odd) {
  border-bottom-right-radius: 0.125rem;
}

.odd\:rounded-bl-sm:nth-child(odd) {
  border-bottom-left-radius: 0.125rem;
}

.odd\:rounded-tl:nth-child(odd) {
  border-top-left-radius: 0.25rem;
}

.odd\:rounded-tr:nth-child(odd) {
  border-top-right-radius: 0.25rem;
}

.odd\:rounded-br:nth-child(odd) {
  border-bottom-right-radius: 0.25rem;
}

.odd\:rounded-bl:nth-child(odd) {
  border-bottom-left-radius: 0.25rem;
}

.odd\:rounded-tl-md:nth-child(odd) {
  border-top-left-radius: 0.375rem;
}

.odd\:rounded-tr-md:nth-child(odd) {
  border-top-right-radius: 0.375rem;
}

.odd\:rounded-br-md:nth-child(odd) {
  border-bottom-right-radius: 0.375rem;
}

.odd\:rounded-bl-md:nth-child(odd) {
  border-bottom-left-radius: 0.375rem;
}

.odd\:rounded-tl-lg:nth-child(odd) {
  border-top-left-radius: 0.5rem;
}

.odd\:rounded-tr-lg:nth-child(odd) {
  border-top-right-radius: 0.5rem;
}

.odd\:rounded-br-lg:nth-child(odd) {
  border-bottom-right-radius: 0.5rem;
}

.odd\:rounded-bl-lg:nth-child(odd) {
  border-bottom-left-radius: 0.5rem;
}

.odd\:rounded-tl-xl:nth-child(odd) {
  border-top-left-radius: 0.75rem;
}

.odd\:rounded-tr-xl:nth-child(odd) {
  border-top-right-radius: 0.75rem;
}

.odd\:rounded-br-xl:nth-child(odd) {
  border-bottom-right-radius: 0.75rem;
}

.odd\:rounded-bl-xl:nth-child(odd) {
  border-bottom-left-radius: 0.75rem;
}

.odd\:rounded-tl-2xl:nth-child(odd) {
  border-top-left-radius: 1rem;
}

.odd\:rounded-tr-2xl:nth-child(odd) {
  border-top-right-radius: 1rem;
}

.odd\:rounded-br-2xl:nth-child(odd) {
  border-bottom-right-radius: 1rem;
}

.odd\:rounded-bl-2xl:nth-child(odd) {
  border-bottom-left-radius: 1rem;
}

.odd\:rounded-tl-3xl:nth-child(odd) {
  border-top-left-radius: 1.5rem;
}

.odd\:rounded-tr-3xl:nth-child(odd) {
  border-top-right-radius: 1.5rem;
}

.odd\:rounded-br-3xl:nth-child(odd) {
  border-bottom-right-radius: 1.5rem;
}

.odd\:rounded-bl-3xl:nth-child(odd) {
  border-bottom-left-radius: 1.5rem;
}

.odd\:rounded-tl-full:nth-child(odd) {
  border-top-left-radius: 9999px;
}

.odd\:rounded-tr-full:nth-child(odd) {
  border-top-right-radius: 9999px;
}

.odd\:rounded-br-full:nth-child(odd) {
  border-bottom-right-radius: 9999px;
}

.odd\:rounded-bl-full:nth-child(odd) {
  border-bottom-left-radius: 9999px;
}

.even\:rounded-none:nth-child(even) {
  border-radius: 0px;
}

.even\:rounded-sm:nth-child(even) {
  border-radius: 0.125rem;
}

.even\:rounded:nth-child(even) {
  border-radius: 0.25rem;
}

.even\:rounded-md:nth-child(even) {
  border-radius: 0.375rem;
}

.even\:rounded-lg:nth-child(even) {
  border-radius: 0.5rem;
}

.even\:rounded-xl:nth-child(even) {
  border-radius: 0.75rem;
}

.even\:rounded-2xl:nth-child(even) {
  border-radius: 1rem;
}

.even\:rounded-3xl:nth-child(even) {
  border-radius: 1.5rem;
}

.even\:rounded-full:nth-child(even) {
  border-radius: 9999px;
}

.even\:rounded-t-none:nth-child(even) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.even\:rounded-r-none:nth-child(even) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.even\:rounded-b-none:nth-child(even) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.even\:rounded-l-none:nth-child(even) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.even\:rounded-t-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.even\:rounded-r-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-b-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-l-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-t:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.even\:rounded-r:nth-child(even) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-b:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-l:nth-child(even) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-t-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.even\:rounded-r-md:nth-child(even) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.even\:rounded-b-md:nth-child(even) {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-l-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-t-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.even\:rounded-r-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-b-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-l-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-t-xl:nth-child(even) {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.even\:rounded-r-xl:nth-child(even) {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.even\:rounded-b-xl:nth-child(even) {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.even\:rounded-l-xl:nth-child(even) {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.even\:rounded-t-2xl:nth-child(even) {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.even\:rounded-r-2xl:nth-child(even) {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.even\:rounded-b-2xl:nth-child(even) {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.even\:rounded-l-2xl:nth-child(even) {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.even\:rounded-t-3xl:nth-child(even) {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.even\:rounded-r-3xl:nth-child(even) {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.even\:rounded-b-3xl:nth-child(even) {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.even\:rounded-l-3xl:nth-child(even) {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.even\:rounded-t-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.even\:rounded-r-full:nth-child(even) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.even\:rounded-b-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-l-full:nth-child(even) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.even\:rounded-tl-none:nth-child(even) {
  border-top-left-radius: 0px;
}

.even\:rounded-tr-none:nth-child(even) {
  border-top-right-radius: 0px;
}

.even\:rounded-br-none:nth-child(even) {
  border-bottom-right-radius: 0px;
}

.even\:rounded-bl-none:nth-child(even) {
  border-bottom-left-radius: 0px;
}

.even\:rounded-tl-sm:nth-child(even) {
  border-top-left-radius: 0.125rem;
}

.even\:rounded-tr-sm:nth-child(even) {
  border-top-right-radius: 0.125rem;
}

.even\:rounded-br-sm:nth-child(even) {
  border-bottom-right-radius: 0.125rem;
}

.even\:rounded-bl-sm:nth-child(even) {
  border-bottom-left-radius: 0.125rem;
}

.even\:rounded-tl:nth-child(even) {
  border-top-left-radius: 0.25rem;
}

.even\:rounded-tr:nth-child(even) {
  border-top-right-radius: 0.25rem;
}

.even\:rounded-br:nth-child(even) {
  border-bottom-right-radius: 0.25rem;
}

.even\:rounded-bl:nth-child(even) {
  border-bottom-left-radius: 0.25rem;
}

.even\:rounded-tl-md:nth-child(even) {
  border-top-left-radius: 0.375rem;
}

.even\:rounded-tr-md:nth-child(even) {
  border-top-right-radius: 0.375rem;
}

.even\:rounded-br-md:nth-child(even) {
  border-bottom-right-radius: 0.375rem;
}

.even\:rounded-bl-md:nth-child(even) {
  border-bottom-left-radius: 0.375rem;
}

.even\:rounded-tl-lg:nth-child(even) {
  border-top-left-radius: 0.5rem;
}

.even\:rounded-tr-lg:nth-child(even) {
  border-top-right-radius: 0.5rem;
}

.even\:rounded-br-lg:nth-child(even) {
  border-bottom-right-radius: 0.5rem;
}

.even\:rounded-bl-lg:nth-child(even) {
  border-bottom-left-radius: 0.5rem;
}

.even\:rounded-tl-xl:nth-child(even) {
  border-top-left-radius: 0.75rem;
}

.even\:rounded-tr-xl:nth-child(even) {
  border-top-right-radius: 0.75rem;
}

.even\:rounded-br-xl:nth-child(even) {
  border-bottom-right-radius: 0.75rem;
}

.even\:rounded-bl-xl:nth-child(even) {
  border-bottom-left-radius: 0.75rem;
}

.even\:rounded-tl-2xl:nth-child(even) {
  border-top-left-radius: 1rem;
}

.even\:rounded-tr-2xl:nth-child(even) {
  border-top-right-radius: 1rem;
}

.even\:rounded-br-2xl:nth-child(even) {
  border-bottom-right-radius: 1rem;
}

.even\:rounded-bl-2xl:nth-child(even) {
  border-bottom-left-radius: 1rem;
}

.even\:rounded-tl-3xl:nth-child(even) {
  border-top-left-radius: 1.5rem;
}

.even\:rounded-tr-3xl:nth-child(even) {
  border-top-right-radius: 1.5rem;
}

.even\:rounded-br-3xl:nth-child(even) {
  border-bottom-right-radius: 1.5rem;
}

.even\:rounded-bl-3xl:nth-child(even) {
  border-bottom-left-radius: 1.5rem;
}

.even\:rounded-tl-full:nth-child(even) {
  border-top-left-radius: 9999px;
}

.even\:rounded-tr-full:nth-child(even) {
  border-top-right-radius: 9999px;
}

.even\:rounded-br-full:nth-child(even) {
  border-bottom-right-radius: 9999px;
}

.even\:rounded-bl-full:nth-child(even) {
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-none:hover {
  border-radius: 0px;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-xl:hover {
  border-radius: 0.75rem;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem;
}

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-t-none:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.hover\:rounded-r-none:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-l-none:hover {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-b:hover {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-t-md:hover {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-r-md:hover {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-b-md:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-l-md:hover {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-t-xl:hover {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.hover\:rounded-r-xl:hover {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-b-xl:hover {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-l-xl:hover {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-t-2xl:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.hover\:rounded-r-2xl:hover {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-b-2xl:hover {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-l-2xl:hover {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-t-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-r-3xl:hover {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-b-3xl:hover {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-l-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0px;
}

.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0px;
}

.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0px;
}

.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0px;
}

.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem;
}

.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem;
}

.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-tl-md:hover {
  border-top-left-radius: 0.375rem;
}

.hover\:rounded-tr-md:hover {
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-br-md:hover {
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-bl-md:hover {
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem;
}

.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-tl-xl:hover {
  border-top-left-radius: 0.75rem;
}

.hover\:rounded-tr-xl:hover {
  border-top-right-radius: 0.75rem;
}

.hover\:rounded-br-xl:hover {
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-bl-xl:hover {
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-tl-2xl:hover {
  border-top-left-radius: 1rem;
}

.hover\:rounded-tr-2xl:hover {
  border-top-right-radius: 1rem;
}

.hover\:rounded-br-2xl:hover {
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-bl-2xl:hover {
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-tl-3xl:hover {
  border-top-left-radius: 1.5rem;
}

.hover\:rounded-tr-3xl:hover {
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-br-3xl:hover {
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-bl-3xl:hover {
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}

.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}

.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-xl:focus {
  border-radius: 0.75rem;
}

.focus\:rounded-2xl:focus {
  border-radius: 1rem;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-t-md:focus {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-r-md:focus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-b-md:focus {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-l-md:focus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-t-xl:focus {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-r-xl:focus {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-b-xl:focus {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-l-xl:focus {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-t-2xl:focus {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus\:rounded-r-2xl:focus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-b-2xl:focus {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-l-2xl:focus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-r-3xl:focus {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-b-3xl:focus {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-l-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0px;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0px;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0px;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0px;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-tl-md:focus {
  border-top-left-radius: 0.375rem;
}

.focus\:rounded-tr-md:focus {
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-br-md:focus {
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-bl-md:focus {
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-tl-xl:focus {
  border-top-left-radius: 0.75rem;
}

.focus\:rounded-tr-xl:focus {
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-br-xl:focus {
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-bl-xl:focus {
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-tl-2xl:focus {
  border-top-left-radius: 1rem;
}

.focus\:rounded-tr-2xl:focus {
  border-top-right-radius: 1rem;
}

.focus\:rounded-br-2xl:focus {
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-bl-2xl:focus {
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-tl-3xl:focus {
  border-top-left-radius: 1.5rem;
}

.focus\:rounded-tr-3xl:focus {
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-br-3xl:focus {
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-bl-3xl:focus {
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.active\:rounded-none:active {
  border-radius: 0px;
}

.active\:rounded-sm:active {
  border-radius: 0.125rem;
}

.active\:rounded:active {
  border-radius: 0.25rem;
}

.active\:rounded-md:active {
  border-radius: 0.375rem;
}

.active\:rounded-lg:active {
  border-radius: 0.5rem;
}

.active\:rounded-xl:active {
  border-radius: 0.75rem;
}

.active\:rounded-2xl:active {
  border-radius: 1rem;
}

.active\:rounded-3xl:active {
  border-radius: 1.5rem;
}

.active\:rounded-full:active {
  border-radius: 9999px;
}

.active\:rounded-t-none:active {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.active\:rounded-r-none:active {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.active\:rounded-b-none:active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.active\:rounded-l-none:active {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.active\:rounded-t-sm:active {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.active\:rounded-r-sm:active {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.active\:rounded-b-sm:active {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-l-sm:active {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-t:active {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.active\:rounded-r:active {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active\:rounded-b:active {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-l:active {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-t-md:active {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.active\:rounded-r-md:active {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.active\:rounded-b-md:active {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.active\:rounded-l-md:active {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.active\:rounded-t-lg:active {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.active\:rounded-r-lg:active {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.active\:rounded-b-lg:active {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-l-lg:active {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-t-xl:active {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.active\:rounded-r-xl:active {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.active\:rounded-b-xl:active {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.active\:rounded-l-xl:active {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.active\:rounded-t-2xl:active {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.active\:rounded-r-2xl:active {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.active\:rounded-b-2xl:active {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.active\:rounded-l-2xl:active {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.active\:rounded-t-3xl:active {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.active\:rounded-r-3xl:active {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.active\:rounded-b-3xl:active {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.active\:rounded-l-3xl:active {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.active\:rounded-t-full:active {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.active\:rounded-r-full:active {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.active\:rounded-b-full:active {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.active\:rounded-l-full:active {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.active\:rounded-tl-none:active {
  border-top-left-radius: 0px;
}

.active\:rounded-tr-none:active {
  border-top-right-radius: 0px;
}

.active\:rounded-br-none:active {
  border-bottom-right-radius: 0px;
}

.active\:rounded-bl-none:active {
  border-bottom-left-radius: 0px;
}

.active\:rounded-tl-sm:active {
  border-top-left-radius: 0.125rem;
}

.active\:rounded-tr-sm:active {
  border-top-right-radius: 0.125rem;
}

.active\:rounded-br-sm:active {
  border-bottom-right-radius: 0.125rem;
}

.active\:rounded-bl-sm:active {
  border-bottom-left-radius: 0.125rem;
}

.active\:rounded-tl:active {
  border-top-left-radius: 0.25rem;
}

.active\:rounded-tr:active {
  border-top-right-radius: 0.25rem;
}

.active\:rounded-br:active {
  border-bottom-right-radius: 0.25rem;
}

.active\:rounded-bl:active {
  border-bottom-left-radius: 0.25rem;
}

.active\:rounded-tl-md:active {
  border-top-left-radius: 0.375rem;
}

.active\:rounded-tr-md:active {
  border-top-right-radius: 0.375rem;
}

.active\:rounded-br-md:active {
  border-bottom-right-radius: 0.375rem;
}

.active\:rounded-bl-md:active {
  border-bottom-left-radius: 0.375rem;
}

.active\:rounded-tl-lg:active {
  border-top-left-radius: 0.5rem;
}

.active\:rounded-tr-lg:active {
  border-top-right-radius: 0.5rem;
}

.active\:rounded-br-lg:active {
  border-bottom-right-radius: 0.5rem;
}

.active\:rounded-bl-lg:active {
  border-bottom-left-radius: 0.5rem;
}

.active\:rounded-tl-xl:active {
  border-top-left-radius: 0.75rem;
}

.active\:rounded-tr-xl:active {
  border-top-right-radius: 0.75rem;
}

.active\:rounded-br-xl:active {
  border-bottom-right-radius: 0.75rem;
}

.active\:rounded-bl-xl:active {
  border-bottom-left-radius: 0.75rem;
}

.active\:rounded-tl-2xl:active {
  border-top-left-radius: 1rem;
}

.active\:rounded-tr-2xl:active {
  border-top-right-radius: 1rem;
}

.active\:rounded-br-2xl:active {
  border-bottom-right-radius: 1rem;
}

.active\:rounded-bl-2xl:active {
  border-bottom-left-radius: 1rem;
}

.active\:rounded-tl-3xl:active {
  border-top-left-radius: 1.5rem;
}

.active\:rounded-tr-3xl:active {
  border-top-right-radius: 1.5rem;
}

.active\:rounded-br-3xl:active {
  border-bottom-right-radius: 1.5rem;
}

.active\:rounded-bl-3xl:active {
  border-bottom-left-radius: 1.5rem;
}

.active\:rounded-tl-full:active {
  border-top-left-radius: 9999px;
}

.active\:rounded-tr-full:active {
  border-top-right-radius: 9999px;
}

.active\:rounded-br-full:active {
  border-bottom-right-radius: 9999px;
}

.active\:rounded-bl-full:active {
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-none:visited {
  border-radius: 0px;
}

.visited\:rounded-sm:visited {
  border-radius: 0.125rem;
}

.visited\:rounded:visited {
  border-radius: 0.25rem;
}

.visited\:rounded-md:visited {
  border-radius: 0.375rem;
}

.visited\:rounded-lg:visited {
  border-radius: 0.5rem;
}

.visited\:rounded-xl:visited {
  border-radius: 0.75rem;
}

.visited\:rounded-2xl:visited {
  border-radius: 1rem;
}

.visited\:rounded-3xl:visited {
  border-radius: 1.5rem;
}

.visited\:rounded-full:visited {
  border-radius: 9999px;
}

.visited\:rounded-t-none:visited {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.visited\:rounded-r-none:visited {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.visited\:rounded-b-none:visited {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.visited\:rounded-l-none:visited {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.visited\:rounded-t-sm:visited {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.visited\:rounded-r-sm:visited {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.visited\:rounded-b-sm:visited {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-l-sm:visited {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-t:visited {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.visited\:rounded-r:visited {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.visited\:rounded-b:visited {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-l:visited {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-t-md:visited {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.visited\:rounded-r-md:visited {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.visited\:rounded-b-md:visited {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.visited\:rounded-l-md:visited {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.visited\:rounded-t-lg:visited {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.visited\:rounded-r-lg:visited {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.visited\:rounded-b-lg:visited {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-l-lg:visited {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-t-xl:visited {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.visited\:rounded-r-xl:visited {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.visited\:rounded-b-xl:visited {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.visited\:rounded-l-xl:visited {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.visited\:rounded-t-2xl:visited {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.visited\:rounded-r-2xl:visited {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.visited\:rounded-b-2xl:visited {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.visited\:rounded-l-2xl:visited {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.visited\:rounded-t-3xl:visited {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.visited\:rounded-r-3xl:visited {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.visited\:rounded-b-3xl:visited {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.visited\:rounded-l-3xl:visited {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.visited\:rounded-t-full:visited {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.visited\:rounded-r-full:visited {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.visited\:rounded-b-full:visited {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-l-full:visited {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.visited\:rounded-tl-none:visited {
  border-top-left-radius: 0px;
}

.visited\:rounded-tr-none:visited {
  border-top-right-radius: 0px;
}

.visited\:rounded-br-none:visited {
  border-bottom-right-radius: 0px;
}

.visited\:rounded-bl-none:visited {
  border-bottom-left-radius: 0px;
}

.visited\:rounded-tl-sm:visited {
  border-top-left-radius: 0.125rem;
}

.visited\:rounded-tr-sm:visited {
  border-top-right-radius: 0.125rem;
}

.visited\:rounded-br-sm:visited {
  border-bottom-right-radius: 0.125rem;
}

.visited\:rounded-bl-sm:visited {
  border-bottom-left-radius: 0.125rem;
}

.visited\:rounded-tl:visited {
  border-top-left-radius: 0.25rem;
}

.visited\:rounded-tr:visited {
  border-top-right-radius: 0.25rem;
}

.visited\:rounded-br:visited {
  border-bottom-right-radius: 0.25rem;
}

.visited\:rounded-bl:visited {
  border-bottom-left-radius: 0.25rem;
}

.visited\:rounded-tl-md:visited {
  border-top-left-radius: 0.375rem;
}

.visited\:rounded-tr-md:visited {
  border-top-right-radius: 0.375rem;
}

.visited\:rounded-br-md:visited {
  border-bottom-right-radius: 0.375rem;
}

.visited\:rounded-bl-md:visited {
  border-bottom-left-radius: 0.375rem;
}

.visited\:rounded-tl-lg:visited {
  border-top-left-radius: 0.5rem;
}

.visited\:rounded-tr-lg:visited {
  border-top-right-radius: 0.5rem;
}

.visited\:rounded-br-lg:visited {
  border-bottom-right-radius: 0.5rem;
}

.visited\:rounded-bl-lg:visited {
  border-bottom-left-radius: 0.5rem;
}

.visited\:rounded-tl-xl:visited {
  border-top-left-radius: 0.75rem;
}

.visited\:rounded-tr-xl:visited {
  border-top-right-radius: 0.75rem;
}

.visited\:rounded-br-xl:visited {
  border-bottom-right-radius: 0.75rem;
}

.visited\:rounded-bl-xl:visited {
  border-bottom-left-radius: 0.75rem;
}

.visited\:rounded-tl-2xl:visited {
  border-top-left-radius: 1rem;
}

.visited\:rounded-tr-2xl:visited {
  border-top-right-radius: 1rem;
}

.visited\:rounded-br-2xl:visited {
  border-bottom-right-radius: 1rem;
}

.visited\:rounded-bl-2xl:visited {
  border-bottom-left-radius: 1rem;
}

.visited\:rounded-tl-3xl:visited {
  border-top-left-radius: 1.5rem;
}

.visited\:rounded-tr-3xl:visited {
  border-top-right-radius: 1.5rem;
}

.visited\:rounded-br-3xl:visited {
  border-bottom-right-radius: 1.5rem;
}

.visited\:rounded-bl-3xl:visited {
  border-bottom-left-radius: 1.5rem;
}

.visited\:rounded-tl-full:visited {
  border-top-left-radius: 9999px;
}

.visited\:rounded-tr-full:visited {
  border-top-right-radius: 9999px;
}

.visited\:rounded-br-full:visited {
  border-bottom-right-radius: 9999px;
}

.visited\:rounded-bl-full:visited {
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-none:disabled {
  border-radius: 0px;
}

.disabled\:rounded-sm:disabled {
  border-radius: 0.125rem;
}

.disabled\:rounded:disabled {
  border-radius: 0.25rem;
}

.disabled\:rounded-md:disabled {
  border-radius: 0.375rem;
}

.disabled\:rounded-lg:disabled {
  border-radius: 0.5rem;
}

.disabled\:rounded-xl:disabled {
  border-radius: 0.75rem;
}

.disabled\:rounded-2xl:disabled {
  border-radius: 1rem;
}

.disabled\:rounded-3xl:disabled {
  border-radius: 1.5rem;
}

.disabled\:rounded-full:disabled {
  border-radius: 9999px;
}

.disabled\:rounded-t-none:disabled {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.disabled\:rounded-r-none:disabled {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.disabled\:rounded-b-none:disabled {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.disabled\:rounded-l-none:disabled {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.disabled\:rounded-t-sm:disabled {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.disabled\:rounded-r-sm:disabled {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.disabled\:rounded-b-sm:disabled {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-l-sm:disabled {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-t:disabled {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.disabled\:rounded-r:disabled {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.disabled\:rounded-b:disabled {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-l:disabled {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-t-md:disabled {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.disabled\:rounded-r-md:disabled {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.disabled\:rounded-b-md:disabled {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.disabled\:rounded-l-md:disabled {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.disabled\:rounded-t-lg:disabled {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.disabled\:rounded-r-lg:disabled {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.disabled\:rounded-b-lg:disabled {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-l-lg:disabled {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-t-xl:disabled {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.disabled\:rounded-r-xl:disabled {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.disabled\:rounded-b-xl:disabled {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.disabled\:rounded-l-xl:disabled {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.disabled\:rounded-t-2xl:disabled {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.disabled\:rounded-r-2xl:disabled {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.disabled\:rounded-b-2xl:disabled {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.disabled\:rounded-l-2xl:disabled {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.disabled\:rounded-t-3xl:disabled {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.disabled\:rounded-r-3xl:disabled {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.disabled\:rounded-b-3xl:disabled {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.disabled\:rounded-l-3xl:disabled {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.disabled\:rounded-t-full:disabled {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.disabled\:rounded-r-full:disabled {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.disabled\:rounded-b-full:disabled {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-l-full:disabled {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.disabled\:rounded-tl-none:disabled {
  border-top-left-radius: 0px;
}

.disabled\:rounded-tr-none:disabled {
  border-top-right-radius: 0px;
}

.disabled\:rounded-br-none:disabled {
  border-bottom-right-radius: 0px;
}

.disabled\:rounded-bl-none:disabled {
  border-bottom-left-radius: 0px;
}

.disabled\:rounded-tl-sm:disabled {
  border-top-left-radius: 0.125rem;
}

.disabled\:rounded-tr-sm:disabled {
  border-top-right-radius: 0.125rem;
}

.disabled\:rounded-br-sm:disabled {
  border-bottom-right-radius: 0.125rem;
}

.disabled\:rounded-bl-sm:disabled {
  border-bottom-left-radius: 0.125rem;
}

.disabled\:rounded-tl:disabled {
  border-top-left-radius: 0.25rem;
}

.disabled\:rounded-tr:disabled {
  border-top-right-radius: 0.25rem;
}

.disabled\:rounded-br:disabled {
  border-bottom-right-radius: 0.25rem;
}

.disabled\:rounded-bl:disabled {
  border-bottom-left-radius: 0.25rem;
}

.disabled\:rounded-tl-md:disabled {
  border-top-left-radius: 0.375rem;
}

.disabled\:rounded-tr-md:disabled {
  border-top-right-radius: 0.375rem;
}

.disabled\:rounded-br-md:disabled {
  border-bottom-right-radius: 0.375rem;
}

.disabled\:rounded-bl-md:disabled {
  border-bottom-left-radius: 0.375rem;
}

.disabled\:rounded-tl-lg:disabled {
  border-top-left-radius: 0.5rem;
}

.disabled\:rounded-tr-lg:disabled {
  border-top-right-radius: 0.5rem;
}

.disabled\:rounded-br-lg:disabled {
  border-bottom-right-radius: 0.5rem;
}

.disabled\:rounded-bl-lg:disabled {
  border-bottom-left-radius: 0.5rem;
}

.disabled\:rounded-tl-xl:disabled {
  border-top-left-radius: 0.75rem;
}

.disabled\:rounded-tr-xl:disabled {
  border-top-right-radius: 0.75rem;
}

.disabled\:rounded-br-xl:disabled {
  border-bottom-right-radius: 0.75rem;
}

.disabled\:rounded-bl-xl:disabled {
  border-bottom-left-radius: 0.75rem;
}

.disabled\:rounded-tl-2xl:disabled {
  border-top-left-radius: 1rem;
}

.disabled\:rounded-tr-2xl:disabled {
  border-top-right-radius: 1rem;
}

.disabled\:rounded-br-2xl:disabled {
  border-bottom-right-radius: 1rem;
}

.disabled\:rounded-bl-2xl:disabled {
  border-bottom-left-radius: 1rem;
}

.disabled\:rounded-tl-3xl:disabled {
  border-top-left-radius: 1.5rem;
}

.disabled\:rounded-tr-3xl:disabled {
  border-top-right-radius: 1.5rem;
}

.disabled\:rounded-br-3xl:disabled {
  border-bottom-right-radius: 1.5rem;
}

.disabled\:rounded-bl-3xl:disabled {
  border-bottom-left-radius: 1.5rem;
}

.disabled\:rounded-tl-full:disabled {
  border-top-left-radius: 9999px;
}

.disabled\:rounded-tr-full:disabled {
  border-top-right-radius: 9999px;
}

.disabled\:rounded-br-full:disabled {
  border-bottom-right-radius: 9999px;
}

.disabled\:rounded-bl-full:disabled {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.group:hover .group-hover\:border-solid {
  border-style: solid;
}

.group:hover .group-hover\:border-dashed {
  border-style: dashed;
}

.group:hover .group-hover\:border-dotted {
  border-style: dotted;
}

.group:hover .group-hover\:border-double {
  border-style: double;
}

.group:hover .group-hover\:border-none {
  border-style: none;
}

.focus-within\:border-solid:focus-within {
  border-style: solid;
}

.focus-within\:border-dashed:focus-within {
  border-style: dashed;
}

.focus-within\:border-dotted:focus-within {
  border-style: dotted;
}

.focus-within\:border-double:focus-within {
  border-style: double;
}

.focus-within\:border-none:focus-within {
  border-style: none;
}

.first\:border-solid:first-child {
  border-style: solid;
}

.first\:border-dashed:first-child {
  border-style: dashed;
}

.first\:border-dotted:first-child {
  border-style: dotted;
}

.first\:border-double:first-child {
  border-style: double;
}

.first\:border-none:first-child {
  border-style: none;
}

.last\:border-solid:last-child {
  border-style: solid;
}

.last\:border-dashed:last-child {
  border-style: dashed;
}

.last\:border-dotted:last-child {
  border-style: dotted;
}

.last\:border-double:last-child {
  border-style: double;
}

.last\:border-none:last-child {
  border-style: none;
}

.odd\:border-solid:nth-child(odd) {
  border-style: solid;
}

.odd\:border-dashed:nth-child(odd) {
  border-style: dashed;
}

.odd\:border-dotted:nth-child(odd) {
  border-style: dotted;
}

.odd\:border-double:nth-child(odd) {
  border-style: double;
}

.odd\:border-none:nth-child(odd) {
  border-style: none;
}

.even\:border-solid:nth-child(even) {
  border-style: solid;
}

.even\:border-dashed:nth-child(even) {
  border-style: dashed;
}

.even\:border-dotted:nth-child(even) {
  border-style: dotted;
}

.even\:border-double:nth-child(even) {
  border-style: double;
}

.even\:border-none:nth-child(even) {
  border-style: none;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.hover\:border-double:hover {
  border-style: double;
}

.hover\:border-none:hover {
  border-style: none;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.focus\:border-double:focus {
  border-style: double;
}

.focus\:border-none:focus {
  border-style: none;
}

.active\:border-solid:active {
  border-style: solid;
}

.active\:border-dashed:active {
  border-style: dashed;
}

.active\:border-dotted:active {
  border-style: dotted;
}

.active\:border-double:active {
  border-style: double;
}

.active\:border-none:active {
  border-style: none;
}

.visited\:border-solid:visited {
  border-style: solid;
}

.visited\:border-dashed:visited {
  border-style: dashed;
}

.visited\:border-dotted:visited {
  border-style: dotted;
}

.visited\:border-double:visited {
  border-style: double;
}

.visited\:border-none:visited {
  border-style: none;
}

.disabled\:border-solid:disabled {
  border-style: solid;
}

.disabled\:border-dashed:disabled {
  border-style: dashed;
}

.disabled\:border-dotted:disabled {
  border-style: dotted;
}

.disabled\:border-double:disabled {
  border-style: double;
}

.disabled\:border-none:disabled {
  border-style: none;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.group:hover .group-hover\:border-0 {
  border-width: 0px;
}

.group:hover .group-hover\:border-2 {
  border-width: 2px;
}

.group:hover .group-hover\:border-4 {
  border-width: 4px;
}

.group:hover .group-hover\:border-8 {
  border-width: 8px;
}

.group:hover .group-hover\:border {
  border-width: 1px;
}

.group:hover .group-hover\:border-t-0 {
  border-top-width: 0px;
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0px;
}

.group:hover .group-hover\:border-b-0 {
  border-bottom-width: 0px;
}

.group:hover .group-hover\:border-l-0 {
  border-left-width: 0px;
}

.group:hover .group-hover\:border-t-2 {
  border-top-width: 2px;
}

.group:hover .group-hover\:border-r-2 {
  border-right-width: 2px;
}

.group:hover .group-hover\:border-b-2 {
  border-bottom-width: 2px;
}

.group:hover .group-hover\:border-l-2 {
  border-left-width: 2px;
}

.group:hover .group-hover\:border-t-4 {
  border-top-width: 4px;
}

.group:hover .group-hover\:border-r-4 {
  border-right-width: 4px;
}

.group:hover .group-hover\:border-b-4 {
  border-bottom-width: 4px;
}

.group:hover .group-hover\:border-l-4 {
  border-left-width: 4px;
}

.group:hover .group-hover\:border-t-8 {
  border-top-width: 8px;
}

.group:hover .group-hover\:border-r-8 {
  border-right-width: 8px;
}

.group:hover .group-hover\:border-b-8 {
  border-bottom-width: 8px;
}

.group:hover .group-hover\:border-l-8 {
  border-left-width: 8px;
}

.group:hover .group-hover\:border-t {
  border-top-width: 1px;
}

.group:hover .group-hover\:border-r {
  border-right-width: 1px;
}

.group:hover .group-hover\:border-b {
  border-bottom-width: 1px;
}

.group:hover .group-hover\:border-l {
  border-left-width: 1px;
}

.focus-within\:border-0:focus-within {
  border-width: 0px;
}

.focus-within\:border-2:focus-within {
  border-width: 2px;
}

.focus-within\:border-4:focus-within {
  border-width: 4px;
}

.focus-within\:border-8:focus-within {
  border-width: 8px;
}

.focus-within\:border:focus-within {
  border-width: 1px;
}

.focus-within\:border-t-0:focus-within {
  border-top-width: 0px;
}

.focus-within\:border-r-0:focus-within {
  border-right-width: 0px;
}

.focus-within\:border-b-0:focus-within {
  border-bottom-width: 0px;
}

.focus-within\:border-l-0:focus-within {
  border-left-width: 0px;
}

.focus-within\:border-t-2:focus-within {
  border-top-width: 2px;
}

.focus-within\:border-r-2:focus-within {
  border-right-width: 2px;
}

.focus-within\:border-b-2:focus-within {
  border-bottom-width: 2px;
}

.focus-within\:border-l-2:focus-within {
  border-left-width: 2px;
}

.focus-within\:border-t-4:focus-within {
  border-top-width: 4px;
}

.focus-within\:border-r-4:focus-within {
  border-right-width: 4px;
}

.focus-within\:border-b-4:focus-within {
  border-bottom-width: 4px;
}

.focus-within\:border-l-4:focus-within {
  border-left-width: 4px;
}

.focus-within\:border-t-8:focus-within {
  border-top-width: 8px;
}

.focus-within\:border-r-8:focus-within {
  border-right-width: 8px;
}

.focus-within\:border-b-8:focus-within {
  border-bottom-width: 8px;
}

.focus-within\:border-l-8:focus-within {
  border-left-width: 8px;
}

.focus-within\:border-t:focus-within {
  border-top-width: 1px;
}

.focus-within\:border-r:focus-within {
  border-right-width: 1px;
}

.focus-within\:border-b:focus-within {
  border-bottom-width: 1px;
}

.focus-within\:border-l:focus-within {
  border-left-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:border-r-0:first-child {
  border-right-width: 0px;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0px;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-l-0:last-child {
  border-left-width: 0px;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.odd\:border-0:nth-child(odd) {
  border-width: 0px;
}

.odd\:border-2:nth-child(odd) {
  border-width: 2px;
}

.odd\:border-4:nth-child(odd) {
  border-width: 4px;
}

.odd\:border-8:nth-child(odd) {
  border-width: 8px;
}

.odd\:border:nth-child(odd) {
  border-width: 1px;
}

.odd\:border-t-0:nth-child(odd) {
  border-top-width: 0px;
}

.odd\:border-r-0:nth-child(odd) {
  border-right-width: 0px;
}

.odd\:border-b-0:nth-child(odd) {
  border-bottom-width: 0px;
}

.odd\:border-l-0:nth-child(odd) {
  border-left-width: 0px;
}

.odd\:border-t-2:nth-child(odd) {
  border-top-width: 2px;
}

.odd\:border-r-2:nth-child(odd) {
  border-right-width: 2px;
}

.odd\:border-b-2:nth-child(odd) {
  border-bottom-width: 2px;
}

.odd\:border-l-2:nth-child(odd) {
  border-left-width: 2px;
}

.odd\:border-t-4:nth-child(odd) {
  border-top-width: 4px;
}

.odd\:border-r-4:nth-child(odd) {
  border-right-width: 4px;
}

.odd\:border-b-4:nth-child(odd) {
  border-bottom-width: 4px;
}

.odd\:border-l-4:nth-child(odd) {
  border-left-width: 4px;
}

.odd\:border-t-8:nth-child(odd) {
  border-top-width: 8px;
}

.odd\:border-r-8:nth-child(odd) {
  border-right-width: 8px;
}

.odd\:border-b-8:nth-child(odd) {
  border-bottom-width: 8px;
}

.odd\:border-l-8:nth-child(odd) {
  border-left-width: 8px;
}

.odd\:border-t:nth-child(odd) {
  border-top-width: 1px;
}

.odd\:border-r:nth-child(odd) {
  border-right-width: 1px;
}

.odd\:border-b:nth-child(odd) {
  border-bottom-width: 1px;
}

.odd\:border-l:nth-child(odd) {
  border-left-width: 1px;
}

.even\:border-0:nth-child(even) {
  border-width: 0px;
}

.even\:border-2:nth-child(even) {
  border-width: 2px;
}

.even\:border-4:nth-child(even) {
  border-width: 4px;
}

.even\:border-8:nth-child(even) {
  border-width: 8px;
}

.even\:border:nth-child(even) {
  border-width: 1px;
}

.even\:border-t-0:nth-child(even) {
  border-top-width: 0px;
}

.even\:border-r-0:nth-child(even) {
  border-right-width: 0px;
}

.even\:border-b-0:nth-child(even) {
  border-bottom-width: 0px;
}

.even\:border-l-0:nth-child(even) {
  border-left-width: 0px;
}

.even\:border-t-2:nth-child(even) {
  border-top-width: 2px;
}

.even\:border-r-2:nth-child(even) {
  border-right-width: 2px;
}

.even\:border-b-2:nth-child(even) {
  border-bottom-width: 2px;
}

.even\:border-l-2:nth-child(even) {
  border-left-width: 2px;
}

.even\:border-t-4:nth-child(even) {
  border-top-width: 4px;
}

.even\:border-r-4:nth-child(even) {
  border-right-width: 4px;
}

.even\:border-b-4:nth-child(even) {
  border-bottom-width: 4px;
}

.even\:border-l-4:nth-child(even) {
  border-left-width: 4px;
}

.even\:border-t-8:nth-child(even) {
  border-top-width: 8px;
}

.even\:border-r-8:nth-child(even) {
  border-right-width: 8px;
}

.even\:border-b-8:nth-child(even) {
  border-bottom-width: 8px;
}

.even\:border-l-8:nth-child(even) {
  border-left-width: 8px;
}

.even\:border-t:nth-child(even) {
  border-top-width: 1px;
}

.even\:border-r:nth-child(even) {
  border-right-width: 1px;
}

.even\:border-b:nth-child(even) {
  border-bottom-width: 1px;
}

.even\:border-l:nth-child(even) {
  border-left-width: 1px;
}

.hover\:border-0:hover {
  border-width: 0px;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-4:hover {
  border-width: 4px;
}

.hover\:border-8:hover {
  border-width: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-t-0:hover {
  border-top-width: 0px;
}

.hover\:border-r-0:hover {
  border-right-width: 0px;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0px;
}

.hover\:border-l-0:hover {
  border-left-width: 0px;
}

.hover\:border-t-2:hover {
  border-top-width: 2px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0px;
}

.focus\:border-r-0:focus {
  border-right-width: 0px;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0px;
}

.focus\:border-l-0:focus {
  border-left-width: 0px;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.active\:border-0:active {
  border-width: 0px;
}

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border:active {
  border-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0px;
}

.active\:border-r-0:active {
  border-right-width: 0px;
}

.active\:border-b-0:active {
  border-bottom-width: 0px;
}

.active\:border-l-0:active {
  border-left-width: 0px;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-b:active {
  border-bottom-width: 1px;
}

.active\:border-l:active {
  border-left-width: 1px;
}

.visited\:border-0:visited {
  border-width: 0px;
}

.visited\:border-2:visited {
  border-width: 2px;
}

.visited\:border-4:visited {
  border-width: 4px;
}

.visited\:border-8:visited {
  border-width: 8px;
}

.visited\:border:visited {
  border-width: 1px;
}

.visited\:border-t-0:visited {
  border-top-width: 0px;
}

.visited\:border-r-0:visited {
  border-right-width: 0px;
}

.visited\:border-b-0:visited {
  border-bottom-width: 0px;
}

.visited\:border-l-0:visited {
  border-left-width: 0px;
}

.visited\:border-t-2:visited {
  border-top-width: 2px;
}

.visited\:border-r-2:visited {
  border-right-width: 2px;
}

.visited\:border-b-2:visited {
  border-bottom-width: 2px;
}

.visited\:border-l-2:visited {
  border-left-width: 2px;
}

.visited\:border-t-4:visited {
  border-top-width: 4px;
}

.visited\:border-r-4:visited {
  border-right-width: 4px;
}

.visited\:border-b-4:visited {
  border-bottom-width: 4px;
}

.visited\:border-l-4:visited {
  border-left-width: 4px;
}

.visited\:border-t-8:visited {
  border-top-width: 8px;
}

.visited\:border-r-8:visited {
  border-right-width: 8px;
}

.visited\:border-b-8:visited {
  border-bottom-width: 8px;
}

.visited\:border-l-8:visited {
  border-left-width: 8px;
}

.visited\:border-t:visited {
  border-top-width: 1px;
}

.visited\:border-r:visited {
  border-right-width: 1px;
}

.visited\:border-b:visited {
  border-bottom-width: 1px;
}

.visited\:border-l:visited {
  border-left-width: 1px;
}

.disabled\:border-0:disabled {
  border-width: 0px;
}

.disabled\:border-2:disabled {
  border-width: 2px;
}

.disabled\:border-4:disabled {
  border-width: 4px;
}

.disabled\:border-8:disabled {
  border-width: 8px;
}

.disabled\:border:disabled {
  border-width: 1px;
}

.disabled\:border-t-0:disabled {
  border-top-width: 0px;
}

.disabled\:border-r-0:disabled {
  border-right-width: 0px;
}

.disabled\:border-b-0:disabled {
  border-bottom-width: 0px;
}

.disabled\:border-l-0:disabled {
  border-left-width: 0px;
}

.disabled\:border-t-2:disabled {
  border-top-width: 2px;
}

.disabled\:border-r-2:disabled {
  border-right-width: 2px;
}

.disabled\:border-b-2:disabled {
  border-bottom-width: 2px;
}

.disabled\:border-l-2:disabled {
  border-left-width: 2px;
}

.disabled\:border-t-4:disabled {
  border-top-width: 4px;
}

.disabled\:border-r-4:disabled {
  border-right-width: 4px;
}

.disabled\:border-b-4:disabled {
  border-bottom-width: 4px;
}

.disabled\:border-l-4:disabled {
  border-left-width: 4px;
}

.disabled\:border-t-8:disabled {
  border-top-width: 8px;
}

.disabled\:border-r-8:disabled {
  border-right-width: 8px;
}

.disabled\:border-b-8:disabled {
  border-bottom-width: 8px;
}

.disabled\:border-l-8:disabled {
  border-left-width: 8px;
}

.disabled\:border-t:disabled {
  border-top-width: 1px;
}

.disabled\:border-r:disabled {
  border-right-width: 1px;
}

.disabled\:border-b:disabled {
  border-bottom-width: 1px;
}

.disabled\:border-l:disabled {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.group:hover .group-hover\:box-border {
  box-sizing: border-box;
}

.group:hover .group-hover\:box-content {
  box-sizing: content-box;
}

.focus-within\:box-border:focus-within {
  box-sizing: border-box;
}

.focus-within\:box-content:focus-within {
  box-sizing: content-box;
}

.first\:box-border:first-child {
  box-sizing: border-box;
}

.first\:box-content:first-child {
  box-sizing: content-box;
}

.last\:box-border:last-child {
  box-sizing: border-box;
}

.last\:box-content:last-child {
  box-sizing: content-box;
}

.odd\:box-border:nth-child(odd) {
  box-sizing: border-box;
}

.odd\:box-content:nth-child(odd) {
  box-sizing: content-box;
}

.even\:box-border:nth-child(even) {
  box-sizing: border-box;
}

.even\:box-content:nth-child(even) {
  box-sizing: content-box;
}

.hover\:box-border:hover {
  box-sizing: border-box;
}

.hover\:box-content:hover {
  box-sizing: content-box;
}

.focus\:box-border:focus {
  box-sizing: border-box;
}

.focus\:box-content:focus {
  box-sizing: content-box;
}

.active\:box-border:active {
  box-sizing: border-box;
}

.active\:box-content:active {
  box-sizing: content-box;
}

.visited\:box-border:visited {
  box-sizing: border-box;
}

.visited\:box-content:visited {
  box-sizing: content-box;
}

.disabled\:box-border:disabled {
  box-sizing: border-box;
}

.disabled\:box-content:disabled {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.group:hover .group-hover\:cursor-auto {
  cursor: auto;
}

.group:hover .group-hover\:cursor-default {
  cursor: default;
}

.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}

.group:hover .group-hover\:cursor-wait {
  cursor: wait;
}

.group:hover .group-hover\:cursor-text {
  cursor: text;
}

.group:hover .group-hover\:cursor-move {
  cursor: move;
}

.group:hover .group-hover\:cursor-help {
  cursor: help;
}

.group:hover .group-hover\:cursor-not-allowed {
  cursor: not-allowed;
}

.focus-within\:cursor-auto:focus-within {
  cursor: auto;
}

.focus-within\:cursor-default:focus-within {
  cursor: default;
}

.focus-within\:cursor-pointer:focus-within {
  cursor: pointer;
}

.focus-within\:cursor-wait:focus-within {
  cursor: wait;
}

.focus-within\:cursor-text:focus-within {
  cursor: text;
}

.focus-within\:cursor-move:focus-within {
  cursor: move;
}

.focus-within\:cursor-help:focus-within {
  cursor: help;
}

.focus-within\:cursor-not-allowed:focus-within {
  cursor: not-allowed;
}

.first\:cursor-auto:first-child {
  cursor: auto;
}

.first\:cursor-default:first-child {
  cursor: default;
}

.first\:cursor-pointer:first-child {
  cursor: pointer;
}

.first\:cursor-wait:first-child {
  cursor: wait;
}

.first\:cursor-text:first-child {
  cursor: text;
}

.first\:cursor-move:first-child {
  cursor: move;
}

.first\:cursor-help:first-child {
  cursor: help;
}

.first\:cursor-not-allowed:first-child {
  cursor: not-allowed;
}

.last\:cursor-auto:last-child {
  cursor: auto;
}

.last\:cursor-default:last-child {
  cursor: default;
}

.last\:cursor-pointer:last-child {
  cursor: pointer;
}

.last\:cursor-wait:last-child {
  cursor: wait;
}

.last\:cursor-text:last-child {
  cursor: text;
}

.last\:cursor-move:last-child {
  cursor: move;
}

.last\:cursor-help:last-child {
  cursor: help;
}

.last\:cursor-not-allowed:last-child {
  cursor: not-allowed;
}

.odd\:cursor-auto:nth-child(odd) {
  cursor: auto;
}

.odd\:cursor-default:nth-child(odd) {
  cursor: default;
}

.odd\:cursor-pointer:nth-child(odd) {
  cursor: pointer;
}

.odd\:cursor-wait:nth-child(odd) {
  cursor: wait;
}

.odd\:cursor-text:nth-child(odd) {
  cursor: text;
}

.odd\:cursor-move:nth-child(odd) {
  cursor: move;
}

.odd\:cursor-help:nth-child(odd) {
  cursor: help;
}

.odd\:cursor-not-allowed:nth-child(odd) {
  cursor: not-allowed;
}

.even\:cursor-auto:nth-child(even) {
  cursor: auto;
}

.even\:cursor-default:nth-child(even) {
  cursor: default;
}

.even\:cursor-pointer:nth-child(even) {
  cursor: pointer;
}

.even\:cursor-wait:nth-child(even) {
  cursor: wait;
}

.even\:cursor-text:nth-child(even) {
  cursor: text;
}

.even\:cursor-move:nth-child(even) {
  cursor: move;
}

.even\:cursor-help:nth-child(even) {
  cursor: help;
}

.even\:cursor-not-allowed:nth-child(even) {
  cursor: not-allowed;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-text:hover {
  cursor: text;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-help:hover {
  cursor: help;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.focus\:cursor-auto:focus {
  cursor: auto;
}

.focus\:cursor-default:focus {
  cursor: default;
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

.focus\:cursor-wait:focus {
  cursor: wait;
}

.focus\:cursor-text:focus {
  cursor: text;
}

.focus\:cursor-move:focus {
  cursor: move;
}

.focus\:cursor-help:focus {
  cursor: help;
}

.focus\:cursor-not-allowed:focus {
  cursor: not-allowed;
}

.active\:cursor-auto:active {
  cursor: auto;
}

.active\:cursor-default:active {
  cursor: default;
}

.active\:cursor-pointer:active {
  cursor: pointer;
}

.active\:cursor-wait:active {
  cursor: wait;
}

.active\:cursor-text:active {
  cursor: text;
}

.active\:cursor-move:active {
  cursor: move;
}

.active\:cursor-help:active {
  cursor: help;
}

.active\:cursor-not-allowed:active {
  cursor: not-allowed;
}

.visited\:cursor-auto:visited {
  cursor: auto;
}

.visited\:cursor-default:visited {
  cursor: default;
}

.visited\:cursor-pointer:visited {
  cursor: pointer;
}

.visited\:cursor-wait:visited {
  cursor: wait;
}

.visited\:cursor-text:visited {
  cursor: text;
}

.visited\:cursor-move:visited {
  cursor: move;
}

.visited\:cursor-help:visited {
  cursor: help;
}

.visited\:cursor-not-allowed:visited {
  cursor: not-allowed;
}

.disabled\:cursor-auto:disabled {
  cursor: auto;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-pointer:disabled {
  cursor: pointer;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:cursor-text:disabled {
  cursor: text;
}

.disabled\:cursor-move:disabled {
  cursor: move;
}

.disabled\:cursor-help:disabled {
  cursor: help;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.focus-within\:block:focus-within {
  display: block;
}

.focus-within\:inline-block:focus-within {
  display: inline-block;
}

.focus-within\:inline:focus-within {
  display: inline;
}

.focus-within\:flex:focus-within {
  display: flex;
}

.focus-within\:inline-flex:focus-within {
  display: inline-flex;
}

.focus-within\:table:focus-within {
  display: table;
}

.focus-within\:table-caption:focus-within {
  display: table-caption;
}

.focus-within\:table-cell:focus-within {
  display: table-cell;
}

.focus-within\:table-column:focus-within {
  display: table-column;
}

.focus-within\:table-column-group:focus-within {
  display: table-column-group;
}

.focus-within\:table-footer-group:focus-within {
  display: table-footer-group;
}

.focus-within\:table-header-group:focus-within {
  display: table-header-group;
}

.focus-within\:table-row-group:focus-within {
  display: table-row-group;
}

.focus-within\:table-row:focus-within {
  display: table-row;
}

.focus-within\:flow-root:focus-within {
  display: flow-root;
}

.focus-within\:grid:focus-within {
  display: grid;
}

.focus-within\:inline-grid:focus-within {
  display: inline-grid;
}

.focus-within\:contents:focus-within {
  display: contents;
}

.focus-within\:hidden:focus-within {
  display: none;
}

.first\:block:first-child {
  display: block;
}

.first\:inline-block:first-child {
  display: inline-block;
}

.first\:inline:first-child {
  display: inline;
}

.first\:flex:first-child {
  display: flex;
}

.first\:inline-flex:first-child {
  display: inline-flex;
}

.first\:table:first-child {
  display: table;
}

.first\:table-caption:first-child {
  display: table-caption;
}

.first\:table-cell:first-child {
  display: table-cell;
}

.first\:table-column:first-child {
  display: table-column;
}

.first\:table-column-group:first-child {
  display: table-column-group;
}

.first\:table-footer-group:first-child {
  display: table-footer-group;
}

.first\:table-header-group:first-child {
  display: table-header-group;
}

.first\:table-row-group:first-child {
  display: table-row-group;
}

.first\:table-row:first-child {
  display: table-row;
}

.first\:flow-root:first-child {
  display: flow-root;
}

.first\:grid:first-child {
  display: grid;
}

.first\:inline-grid:first-child {
  display: inline-grid;
}

.first\:contents:first-child {
  display: contents;
}

.first\:hidden:first-child {
  display: none;
}

.last\:block:last-child {
  display: block;
}

.last\:inline-block:last-child {
  display: inline-block;
}

.last\:inline:last-child {
  display: inline;
}

.last\:flex:last-child {
  display: flex;
}

.last\:inline-flex:last-child {
  display: inline-flex;
}

.last\:table:last-child {
  display: table;
}

.last\:table-caption:last-child {
  display: table-caption;
}

.last\:table-cell:last-child {
  display: table-cell;
}

.last\:table-column:last-child {
  display: table-column;
}

.last\:table-column-group:last-child {
  display: table-column-group;
}

.last\:table-footer-group:last-child {
  display: table-footer-group;
}

.last\:table-header-group:last-child {
  display: table-header-group;
}

.last\:table-row-group:last-child {
  display: table-row-group;
}

.last\:table-row:last-child {
  display: table-row;
}

.last\:flow-root:last-child {
  display: flow-root;
}

.last\:grid:last-child {
  display: grid;
}

.last\:inline-grid:last-child {
  display: inline-grid;
}

.last\:contents:last-child {
  display: contents;
}

.last\:hidden:last-child {
  display: none;
}

.odd\:block:nth-child(odd) {
  display: block;
}

.odd\:inline-block:nth-child(odd) {
  display: inline-block;
}

.odd\:inline:nth-child(odd) {
  display: inline;
}

.odd\:flex:nth-child(odd) {
  display: flex;
}

.odd\:inline-flex:nth-child(odd) {
  display: inline-flex;
}

.odd\:table:nth-child(odd) {
  display: table;
}

.odd\:table-caption:nth-child(odd) {
  display: table-caption;
}

.odd\:table-cell:nth-child(odd) {
  display: table-cell;
}

.odd\:table-column:nth-child(odd) {
  display: table-column;
}

.odd\:table-column-group:nth-child(odd) {
  display: table-column-group;
}

.odd\:table-footer-group:nth-child(odd) {
  display: table-footer-group;
}

.odd\:table-header-group:nth-child(odd) {
  display: table-header-group;
}

.odd\:table-row-group:nth-child(odd) {
  display: table-row-group;
}

.odd\:table-row:nth-child(odd) {
  display: table-row;
}

.odd\:flow-root:nth-child(odd) {
  display: flow-root;
}

.odd\:grid:nth-child(odd) {
  display: grid;
}

.odd\:inline-grid:nth-child(odd) {
  display: inline-grid;
}

.odd\:contents:nth-child(odd) {
  display: contents;
}

.odd\:hidden:nth-child(odd) {
  display: none;
}

.even\:block:nth-child(even) {
  display: block;
}

.even\:inline-block:nth-child(even) {
  display: inline-block;
}

.even\:inline:nth-child(even) {
  display: inline;
}

.even\:flex:nth-child(even) {
  display: flex;
}

.even\:inline-flex:nth-child(even) {
  display: inline-flex;
}

.even\:table:nth-child(even) {
  display: table;
}

.even\:table-caption:nth-child(even) {
  display: table-caption;
}

.even\:table-cell:nth-child(even) {
  display: table-cell;
}

.even\:table-column:nth-child(even) {
  display: table-column;
}

.even\:table-column-group:nth-child(even) {
  display: table-column-group;
}

.even\:table-footer-group:nth-child(even) {
  display: table-footer-group;
}

.even\:table-header-group:nth-child(even) {
  display: table-header-group;
}

.even\:table-row-group:nth-child(even) {
  display: table-row-group;
}

.even\:table-row:nth-child(even) {
  display: table-row;
}

.even\:flow-root:nth-child(even) {
  display: flow-root;
}

.even\:grid:nth-child(even) {
  display: grid;
}

.even\:inline-grid:nth-child(even) {
  display: inline-grid;
}

.even\:contents:nth-child(even) {
  display: contents;
}

.even\:hidden:nth-child(even) {
  display: none;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:table:hover {
  display: table;
}

.hover\:table-caption:hover {
  display: table-caption;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:table-column:hover {
  display: table-column;
}

.hover\:table-column-group:hover {
  display: table-column-group;
}

.hover\:table-footer-group:hover {
  display: table-footer-group;
}

.hover\:table-header-group:hover {
  display: table-header-group;
}

.hover\:table-row-group:hover {
  display: table-row-group;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:flow-root:hover {
  display: flow-root;
}

.hover\:grid:hover {
  display: grid;
}

.hover\:inline-grid:hover {
  display: inline-grid;
}

.hover\:contents:hover {
  display: contents;
}

.hover\:hidden:hover {
  display: none;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:inline:focus {
  display: inline;
}

.focus\:flex:focus {
  display: flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.focus\:table:focus {
  display: table;
}

.focus\:table-caption:focus {
  display: table-caption;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.focus\:table-column:focus {
  display: table-column;
}

.focus\:table-column-group:focus {
  display: table-column-group;
}

.focus\:table-footer-group:focus {
  display: table-footer-group;
}

.focus\:table-header-group:focus {
  display: table-header-group;
}

.focus\:table-row-group:focus {
  display: table-row-group;
}

.focus\:table-row:focus {
  display: table-row;
}

.focus\:flow-root:focus {
  display: flow-root;
}

.focus\:grid:focus {
  display: grid;
}

.focus\:inline-grid:focus {
  display: inline-grid;
}

.focus\:contents:focus {
  display: contents;
}

.focus\:hidden:focus {
  display: none;
}

.active\:block:active {
  display: block;
}

.active\:inline-block:active {
  display: inline-block;
}

.active\:inline:active {
  display: inline;
}

.active\:flex:active {
  display: flex;
}

.active\:inline-flex:active {
  display: inline-flex;
}

.active\:table:active {
  display: table;
}

.active\:table-caption:active {
  display: table-caption;
}

.active\:table-cell:active {
  display: table-cell;
}

.active\:table-column:active {
  display: table-column;
}

.active\:table-column-group:active {
  display: table-column-group;
}

.active\:table-footer-group:active {
  display: table-footer-group;
}

.active\:table-header-group:active {
  display: table-header-group;
}

.active\:table-row-group:active {
  display: table-row-group;
}

.active\:table-row:active {
  display: table-row;
}

.active\:flow-root:active {
  display: flow-root;
}

.active\:grid:active {
  display: grid;
}

.active\:inline-grid:active {
  display: inline-grid;
}

.active\:contents:active {
  display: contents;
}

.active\:hidden:active {
  display: none;
}

.visited\:block:visited {
  display: block;
}

.visited\:inline-block:visited {
  display: inline-block;
}

.visited\:inline:visited {
  display: inline;
}

.visited\:flex:visited {
  display: flex;
}

.visited\:inline-flex:visited {
  display: inline-flex;
}

.visited\:table:visited {
  display: table;
}

.visited\:table-caption:visited {
  display: table-caption;
}

.visited\:table-cell:visited {
  display: table-cell;
}

.visited\:table-column:visited {
  display: table-column;
}

.visited\:table-column-group:visited {
  display: table-column-group;
}

.visited\:table-footer-group:visited {
  display: table-footer-group;
}

.visited\:table-header-group:visited {
  display: table-header-group;
}

.visited\:table-row-group:visited {
  display: table-row-group;
}

.visited\:table-row:visited {
  display: table-row;
}

.visited\:flow-root:visited {
  display: flow-root;
}

.visited\:grid:visited {
  display: grid;
}

.visited\:inline-grid:visited {
  display: inline-grid;
}

.visited\:contents:visited {
  display: contents;
}

.visited\:hidden:visited {
  display: none;
}

.disabled\:block:disabled {
  display: block;
}

.disabled\:inline-block:disabled {
  display: inline-block;
}

.disabled\:inline:disabled {
  display: inline;
}

.disabled\:flex:disabled {
  display: flex;
}

.disabled\:inline-flex:disabled {
  display: inline-flex;
}

.disabled\:table:disabled {
  display: table;
}

.disabled\:table-caption:disabled {
  display: table-caption;
}

.disabled\:table-cell:disabled {
  display: table-cell;
}

.disabled\:table-column:disabled {
  display: table-column;
}

.disabled\:table-column-group:disabled {
  display: table-column-group;
}

.disabled\:table-footer-group:disabled {
  display: table-footer-group;
}

.disabled\:table-header-group:disabled {
  display: table-header-group;
}

.disabled\:table-row-group:disabled {
  display: table-row-group;
}

.disabled\:table-row:disabled {
  display: table-row;
}

.disabled\:flow-root:disabled {
  display: flow-root;
}

.disabled\:grid:disabled {
  display: grid;
}

.disabled\:inline-grid:disabled {
  display: inline-grid;
}

.disabled\:contents:disabled {
  display: contents;
}

.disabled\:hidden:disabled {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.group:hover .group-hover\:flex-row {
  flex-direction: row;
}

.group:hover .group-hover\:flex-row-reverse {
  flex-direction: row-reverse;
}

.group:hover .group-hover\:flex-col {
  flex-direction: column;
}

.group:hover .group-hover\:flex-col-reverse {
  flex-direction: column-reverse;
}

.focus-within\:flex-row:focus-within {
  flex-direction: row;
}

.focus-within\:flex-row-reverse:focus-within {
  flex-direction: row-reverse;
}

.focus-within\:flex-col:focus-within {
  flex-direction: column;
}

.focus-within\:flex-col-reverse:focus-within {
  flex-direction: column-reverse;
}

.first\:flex-row:first-child {
  flex-direction: row;
}

.first\:flex-row-reverse:first-child {
  flex-direction: row-reverse;
}

.first\:flex-col:first-child {
  flex-direction: column;
}

.first\:flex-col-reverse:first-child {
  flex-direction: column-reverse;
}

.last\:flex-row:last-child {
  flex-direction: row;
}

.last\:flex-row-reverse:last-child {
  flex-direction: row-reverse;
}

.last\:flex-col:last-child {
  flex-direction: column;
}

.last\:flex-col-reverse:last-child {
  flex-direction: column-reverse;
}

.odd\:flex-row:nth-child(odd) {
  flex-direction: row;
}

.odd\:flex-row-reverse:nth-child(odd) {
  flex-direction: row-reverse;
}

.odd\:flex-col:nth-child(odd) {
  flex-direction: column;
}

.odd\:flex-col-reverse:nth-child(odd) {
  flex-direction: column-reverse;
}

.even\:flex-row:nth-child(even) {
  flex-direction: row;
}

.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}

.even\:flex-col:nth-child(even) {
  flex-direction: column;
}

.even\:flex-col-reverse:nth-child(even) {
  flex-direction: column-reverse;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.focus\:flex-row:focus {
  flex-direction: row;
}

.focus\:flex-row-reverse:focus {
  flex-direction: row-reverse;
}

.focus\:flex-col:focus {
  flex-direction: column;
}

.focus\:flex-col-reverse:focus {
  flex-direction: column-reverse;
}

.active\:flex-row:active {
  flex-direction: row;
}

.active\:flex-row-reverse:active {
  flex-direction: row-reverse;
}

.active\:flex-col:active {
  flex-direction: column;
}

.active\:flex-col-reverse:active {
  flex-direction: column-reverse;
}

.visited\:flex-row:visited {
  flex-direction: row;
}

.visited\:flex-row-reverse:visited {
  flex-direction: row-reverse;
}

.visited\:flex-col:visited {
  flex-direction: column;
}

.visited\:flex-col-reverse:visited {
  flex-direction: column-reverse;
}

.disabled\:flex-row:disabled {
  flex-direction: row;
}

.disabled\:flex-row-reverse:disabled {
  flex-direction: row-reverse;
}

.disabled\:flex-col:disabled {
  flex-direction: column;
}

.disabled\:flex-col-reverse:disabled {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.group:hover .group-hover\:flex-wrap {
  flex-wrap: wrap;
}

.group:hover .group-hover\:flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.group:hover .group-hover\:flex-nowrap {
  flex-wrap: nowrap;
}

.focus-within\:flex-wrap:focus-within {
  flex-wrap: wrap;
}

.focus-within\:flex-wrap-reverse:focus-within {
  flex-wrap: wrap-reverse;
}

.focus-within\:flex-nowrap:focus-within {
  flex-wrap: nowrap;
}

.first\:flex-wrap:first-child {
  flex-wrap: wrap;
}

.first\:flex-wrap-reverse:first-child {
  flex-wrap: wrap-reverse;
}

.first\:flex-nowrap:first-child {
  flex-wrap: nowrap;
}

.last\:flex-wrap:last-child {
  flex-wrap: wrap;
}

.last\:flex-wrap-reverse:last-child {
  flex-wrap: wrap-reverse;
}

.last\:flex-nowrap:last-child {
  flex-wrap: nowrap;
}

.odd\:flex-wrap:nth-child(odd) {
  flex-wrap: wrap;
}

.odd\:flex-wrap-reverse:nth-child(odd) {
  flex-wrap: wrap-reverse;
}

.odd\:flex-nowrap:nth-child(odd) {
  flex-wrap: nowrap;
}

.even\:flex-wrap:nth-child(even) {
  flex-wrap: wrap;
}

.even\:flex-wrap-reverse:nth-child(even) {
  flex-wrap: wrap-reverse;
}

.even\:flex-nowrap:nth-child(even) {
  flex-wrap: nowrap;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-nowrap:hover {
  flex-wrap: nowrap;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.focus\:flex-nowrap:focus {
  flex-wrap: nowrap;
}

.active\:flex-wrap:active {
  flex-wrap: wrap;
}

.active\:flex-wrap-reverse:active {
  flex-wrap: wrap-reverse;
}

.active\:flex-nowrap:active {
  flex-wrap: nowrap;
}

.visited\:flex-wrap:visited {
  flex-wrap: wrap;
}

.visited\:flex-wrap-reverse:visited {
  flex-wrap: wrap-reverse;
}

.visited\:flex-nowrap:visited {
  flex-wrap: nowrap;
}

.disabled\:flex-wrap:disabled {
  flex-wrap: wrap;
}

.disabled\:flex-wrap-reverse:disabled {
  flex-wrap: wrap-reverse;
}

.disabled\:flex-nowrap:disabled {
  flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.group:hover .group-hover\:place-items-auto {
  place-items: auto;
}

.group:hover .group-hover\:place-items-start {
  place-items: start;
}

.group:hover .group-hover\:place-items-end {
  place-items: end;
}

.group:hover .group-hover\:place-items-center {
  place-items: center;
}

.group:hover .group-hover\:place-items-stretch {
  place-items: stretch;
}

.focus-within\:place-items-auto:focus-within {
  place-items: auto;
}

.focus-within\:place-items-start:focus-within {
  place-items: start;
}

.focus-within\:place-items-end:focus-within {
  place-items: end;
}

.focus-within\:place-items-center:focus-within {
  place-items: center;
}

.focus-within\:place-items-stretch:focus-within {
  place-items: stretch;
}

.first\:place-items-auto:first-child {
  place-items: auto;
}

.first\:place-items-start:first-child {
  place-items: start;
}

.first\:place-items-end:first-child {
  place-items: end;
}

.first\:place-items-center:first-child {
  place-items: center;
}

.first\:place-items-stretch:first-child {
  place-items: stretch;
}

.last\:place-items-auto:last-child {
  place-items: auto;
}

.last\:place-items-start:last-child {
  place-items: start;
}

.last\:place-items-end:last-child {
  place-items: end;
}

.last\:place-items-center:last-child {
  place-items: center;
}

.last\:place-items-stretch:last-child {
  place-items: stretch;
}

.odd\:place-items-auto:nth-child(odd) {
  place-items: auto;
}

.odd\:place-items-start:nth-child(odd) {
  place-items: start;
}

.odd\:place-items-end:nth-child(odd) {
  place-items: end;
}

.odd\:place-items-center:nth-child(odd) {
  place-items: center;
}

.odd\:place-items-stretch:nth-child(odd) {
  place-items: stretch;
}

.even\:place-items-auto:nth-child(even) {
  place-items: auto;
}

.even\:place-items-start:nth-child(even) {
  place-items: start;
}

.even\:place-items-end:nth-child(even) {
  place-items: end;
}

.even\:place-items-center:nth-child(even) {
  place-items: center;
}

.even\:place-items-stretch:nth-child(even) {
  place-items: stretch;
}

.hover\:place-items-auto:hover {
  place-items: auto;
}

.hover\:place-items-start:hover {
  place-items: start;
}

.hover\:place-items-end:hover {
  place-items: end;
}

.hover\:place-items-center:hover {
  place-items: center;
}

.hover\:place-items-stretch:hover {
  place-items: stretch;
}

.focus\:place-items-auto:focus {
  place-items: auto;
}

.focus\:place-items-start:focus {
  place-items: start;
}

.focus\:place-items-end:focus {
  place-items: end;
}

.focus\:place-items-center:focus {
  place-items: center;
}

.focus\:place-items-stretch:focus {
  place-items: stretch;
}

.active\:place-items-auto:active {
  place-items: auto;
}

.active\:place-items-start:active {
  place-items: start;
}

.active\:place-items-end:active {
  place-items: end;
}

.active\:place-items-center:active {
  place-items: center;
}

.active\:place-items-stretch:active {
  place-items: stretch;
}

.visited\:place-items-auto:visited {
  place-items: auto;
}

.visited\:place-items-start:visited {
  place-items: start;
}

.visited\:place-items-end:visited {
  place-items: end;
}

.visited\:place-items-center:visited {
  place-items: center;
}

.visited\:place-items-stretch:visited {
  place-items: stretch;
}

.disabled\:place-items-auto:disabled {
  place-items: auto;
}

.disabled\:place-items-start:disabled {
  place-items: start;
}

.disabled\:place-items-end:disabled {
  place-items: end;
}

.disabled\:place-items-center:disabled {
  place-items: center;
}

.disabled\:place-items-stretch:disabled {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.group:hover .group-hover\:place-content-center {
  place-content: center;
}

.group:hover .group-hover\:place-content-start {
  place-content: start;
}

.group:hover .group-hover\:place-content-end {
  place-content: end;
}

.group:hover .group-hover\:place-content-between {
  place-content: space-between;
}

.group:hover .group-hover\:place-content-around {
  place-content: space-around;
}

.group:hover .group-hover\:place-content-evenly {
  place-content: space-evenly;
}

.group:hover .group-hover\:place-content-stretch {
  place-content: stretch;
}

.focus-within\:place-content-center:focus-within {
  place-content: center;
}

.focus-within\:place-content-start:focus-within {
  place-content: start;
}

.focus-within\:place-content-end:focus-within {
  place-content: end;
}

.focus-within\:place-content-between:focus-within {
  place-content: space-between;
}

.focus-within\:place-content-around:focus-within {
  place-content: space-around;
}

.focus-within\:place-content-evenly:focus-within {
  place-content: space-evenly;
}

.focus-within\:place-content-stretch:focus-within {
  place-content: stretch;
}

.first\:place-content-center:first-child {
  place-content: center;
}

.first\:place-content-start:first-child {
  place-content: start;
}

.first\:place-content-end:first-child {
  place-content: end;
}

.first\:place-content-between:first-child {
  place-content: space-between;
}

.first\:place-content-around:first-child {
  place-content: space-around;
}

.first\:place-content-evenly:first-child {
  place-content: space-evenly;
}

.first\:place-content-stretch:first-child {
  place-content: stretch;
}

.last\:place-content-center:last-child {
  place-content: center;
}

.last\:place-content-start:last-child {
  place-content: start;
}

.last\:place-content-end:last-child {
  place-content: end;
}

.last\:place-content-between:last-child {
  place-content: space-between;
}

.last\:place-content-around:last-child {
  place-content: space-around;
}

.last\:place-content-evenly:last-child {
  place-content: space-evenly;
}

.last\:place-content-stretch:last-child {
  place-content: stretch;
}

.odd\:place-content-center:nth-child(odd) {
  place-content: center;
}

.odd\:place-content-start:nth-child(odd) {
  place-content: start;
}

.odd\:place-content-end:nth-child(odd) {
  place-content: end;
}

.odd\:place-content-between:nth-child(odd) {
  place-content: space-between;
}

.odd\:place-content-around:nth-child(odd) {
  place-content: space-around;
}

.odd\:place-content-evenly:nth-child(odd) {
  place-content: space-evenly;
}

.odd\:place-content-stretch:nth-child(odd) {
  place-content: stretch;
}

.even\:place-content-center:nth-child(even) {
  place-content: center;
}

.even\:place-content-start:nth-child(even) {
  place-content: start;
}

.even\:place-content-end:nth-child(even) {
  place-content: end;
}

.even\:place-content-between:nth-child(even) {
  place-content: space-between;
}

.even\:place-content-around:nth-child(even) {
  place-content: space-around;
}

.even\:place-content-evenly:nth-child(even) {
  place-content: space-evenly;
}

.even\:place-content-stretch:nth-child(even) {
  place-content: stretch;
}

.hover\:place-content-center:hover {
  place-content: center;
}

.hover\:place-content-start:hover {
  place-content: start;
}

.hover\:place-content-end:hover {
  place-content: end;
}

.hover\:place-content-between:hover {
  place-content: space-between;
}

.hover\:place-content-around:hover {
  place-content: space-around;
}

.hover\:place-content-evenly:hover {
  place-content: space-evenly;
}

.hover\:place-content-stretch:hover {
  place-content: stretch;
}

.focus\:place-content-center:focus {
  place-content: center;
}

.focus\:place-content-start:focus {
  place-content: start;
}

.focus\:place-content-end:focus {
  place-content: end;
}

.focus\:place-content-between:focus {
  place-content: space-between;
}

.focus\:place-content-around:focus {
  place-content: space-around;
}

.focus\:place-content-evenly:focus {
  place-content: space-evenly;
}

.focus\:place-content-stretch:focus {
  place-content: stretch;
}

.active\:place-content-center:active {
  place-content: center;
}

.active\:place-content-start:active {
  place-content: start;
}

.active\:place-content-end:active {
  place-content: end;
}

.active\:place-content-between:active {
  place-content: space-between;
}

.active\:place-content-around:active {
  place-content: space-around;
}

.active\:place-content-evenly:active {
  place-content: space-evenly;
}

.active\:place-content-stretch:active {
  place-content: stretch;
}

.visited\:place-content-center:visited {
  place-content: center;
}

.visited\:place-content-start:visited {
  place-content: start;
}

.visited\:place-content-end:visited {
  place-content: end;
}

.visited\:place-content-between:visited {
  place-content: space-between;
}

.visited\:place-content-around:visited {
  place-content: space-around;
}

.visited\:place-content-evenly:visited {
  place-content: space-evenly;
}

.visited\:place-content-stretch:visited {
  place-content: stretch;
}

.disabled\:place-content-center:disabled {
  place-content: center;
}

.disabled\:place-content-start:disabled {
  place-content: start;
}

.disabled\:place-content-end:disabled {
  place-content: end;
}

.disabled\:place-content-between:disabled {
  place-content: space-between;
}

.disabled\:place-content-around:disabled {
  place-content: space-around;
}

.disabled\:place-content-evenly:disabled {
  place-content: space-evenly;
}

.disabled\:place-content-stretch:disabled {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.group:hover .group-hover\:place-self-auto {
  place-self: auto;
}

.group:hover .group-hover\:place-self-start {
  place-self: start;
}

.group:hover .group-hover\:place-self-end {
  place-self: end;
}

.group:hover .group-hover\:place-self-center {
  place-self: center;
}

.group:hover .group-hover\:place-self-stretch {
  place-self: stretch;
}

.focus-within\:place-self-auto:focus-within {
  place-self: auto;
}

.focus-within\:place-self-start:focus-within {
  place-self: start;
}

.focus-within\:place-self-end:focus-within {
  place-self: end;
}

.focus-within\:place-self-center:focus-within {
  place-self: center;
}

.focus-within\:place-self-stretch:focus-within {
  place-self: stretch;
}

.first\:place-self-auto:first-child {
  place-self: auto;
}

.first\:place-self-start:first-child {
  place-self: start;
}

.first\:place-self-end:first-child {
  place-self: end;
}

.first\:place-self-center:first-child {
  place-self: center;
}

.first\:place-self-stretch:first-child {
  place-self: stretch;
}

.last\:place-self-auto:last-child {
  place-self: auto;
}

.last\:place-self-start:last-child {
  place-self: start;
}

.last\:place-self-end:last-child {
  place-self: end;
}

.last\:place-self-center:last-child {
  place-self: center;
}

.last\:place-self-stretch:last-child {
  place-self: stretch;
}

.odd\:place-self-auto:nth-child(odd) {
  place-self: auto;
}

.odd\:place-self-start:nth-child(odd) {
  place-self: start;
}

.odd\:place-self-end:nth-child(odd) {
  place-self: end;
}

.odd\:place-self-center:nth-child(odd) {
  place-self: center;
}

.odd\:place-self-stretch:nth-child(odd) {
  place-self: stretch;
}

.even\:place-self-auto:nth-child(even) {
  place-self: auto;
}

.even\:place-self-start:nth-child(even) {
  place-self: start;
}

.even\:place-self-end:nth-child(even) {
  place-self: end;
}

.even\:place-self-center:nth-child(even) {
  place-self: center;
}

.even\:place-self-stretch:nth-child(even) {
  place-self: stretch;
}

.hover\:place-self-auto:hover {
  place-self: auto;
}

.hover\:place-self-start:hover {
  place-self: start;
}

.hover\:place-self-end:hover {
  place-self: end;
}

.hover\:place-self-center:hover {
  place-self: center;
}

.hover\:place-self-stretch:hover {
  place-self: stretch;
}

.focus\:place-self-auto:focus {
  place-self: auto;
}

.focus\:place-self-start:focus {
  place-self: start;
}

.focus\:place-self-end:focus {
  place-self: end;
}

.focus\:place-self-center:focus {
  place-self: center;
}

.focus\:place-self-stretch:focus {
  place-self: stretch;
}

.active\:place-self-auto:active {
  place-self: auto;
}

.active\:place-self-start:active {
  place-self: start;
}

.active\:place-self-end:active {
  place-self: end;
}

.active\:place-self-center:active {
  place-self: center;
}

.active\:place-self-stretch:active {
  place-self: stretch;
}

.visited\:place-self-auto:visited {
  place-self: auto;
}

.visited\:place-self-start:visited {
  place-self: start;
}

.visited\:place-self-end:visited {
  place-self: end;
}

.visited\:place-self-center:visited {
  place-self: center;
}

.visited\:place-self-stretch:visited {
  place-self: stretch;
}

.disabled\:place-self-auto:disabled {
  place-self: auto;
}

.disabled\:place-self-start:disabled {
  place-self: start;
}

.disabled\:place-self-end:disabled {
  place-self: end;
}

.disabled\:place-self-center:disabled {
  place-self: center;
}

.disabled\:place-self-stretch:disabled {
  place-self: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.group:hover .group-hover\:items-start {
  align-items: flex-start;
}

.group:hover .group-hover\:items-end {
  align-items: flex-end;
}

.group:hover .group-hover\:items-center {
  align-items: center;
}

.group:hover .group-hover\:items-baseline {
  align-items: baseline;
}

.group:hover .group-hover\:items-stretch {
  align-items: stretch;
}

.focus-within\:items-start:focus-within {
  align-items: flex-start;
}

.focus-within\:items-end:focus-within {
  align-items: flex-end;
}

.focus-within\:items-center:focus-within {
  align-items: center;
}

.focus-within\:items-baseline:focus-within {
  align-items: baseline;
}

.focus-within\:items-stretch:focus-within {
  align-items: stretch;
}

.first\:items-start:first-child {
  align-items: flex-start;
}

.first\:items-end:first-child {
  align-items: flex-end;
}

.first\:items-center:first-child {
  align-items: center;
}

.first\:items-baseline:first-child {
  align-items: baseline;
}

.first\:items-stretch:first-child {
  align-items: stretch;
}

.last\:items-start:last-child {
  align-items: flex-start;
}

.last\:items-end:last-child {
  align-items: flex-end;
}

.last\:items-center:last-child {
  align-items: center;
}

.last\:items-baseline:last-child {
  align-items: baseline;
}

.last\:items-stretch:last-child {
  align-items: stretch;
}

.odd\:items-start:nth-child(odd) {
  align-items: flex-start;
}

.odd\:items-end:nth-child(odd) {
  align-items: flex-end;
}

.odd\:items-center:nth-child(odd) {
  align-items: center;
}

.odd\:items-baseline:nth-child(odd) {
  align-items: baseline;
}

.odd\:items-stretch:nth-child(odd) {
  align-items: stretch;
}

.even\:items-start:nth-child(even) {
  align-items: flex-start;
}

.even\:items-end:nth-child(even) {
  align-items: flex-end;
}

.even\:items-center:nth-child(even) {
  align-items: center;
}

.even\:items-baseline:nth-child(even) {
  align-items: baseline;
}

.even\:items-stretch:nth-child(even) {
  align-items: stretch;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.hover\:items-center:hover {
  align-items: center;
}

.hover\:items-baseline:hover {
  align-items: baseline;
}

.hover\:items-stretch:hover {
  align-items: stretch;
}

.focus\:items-start:focus {
  align-items: flex-start;
}

.focus\:items-end:focus {
  align-items: flex-end;
}

.focus\:items-center:focus {
  align-items: center;
}

.focus\:items-baseline:focus {
  align-items: baseline;
}

.focus\:items-stretch:focus {
  align-items: stretch;
}

.active\:items-start:active {
  align-items: flex-start;
}

.active\:items-end:active {
  align-items: flex-end;
}

.active\:items-center:active {
  align-items: center;
}

.active\:items-baseline:active {
  align-items: baseline;
}

.active\:items-stretch:active {
  align-items: stretch;
}

.visited\:items-start:visited {
  align-items: flex-start;
}

.visited\:items-end:visited {
  align-items: flex-end;
}

.visited\:items-center:visited {
  align-items: center;
}

.visited\:items-baseline:visited {
  align-items: baseline;
}

.visited\:items-stretch:visited {
  align-items: stretch;
}

.disabled\:items-start:disabled {
  align-items: flex-start;
}

.disabled\:items-end:disabled {
  align-items: flex-end;
}

.disabled\:items-center:disabled {
  align-items: center;
}

.disabled\:items-baseline:disabled {
  align-items: baseline;
}

.disabled\:items-stretch:disabled {
  align-items: stretch;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.group:hover .group-hover\:content-center {
  align-content: center;
}

.group:hover .group-hover\:content-start {
  align-content: flex-start;
}

.group:hover .group-hover\:content-end {
  align-content: flex-end;
}

.group:hover .group-hover\:content-between {
  align-content: space-between;
}

.group:hover .group-hover\:content-around {
  align-content: space-around;
}

.group:hover .group-hover\:content-evenly {
  align-content: space-evenly;
}

.focus-within\:content-center:focus-within {
  align-content: center;
}

.focus-within\:content-start:focus-within {
  align-content: flex-start;
}

.focus-within\:content-end:focus-within {
  align-content: flex-end;
}

.focus-within\:content-between:focus-within {
  align-content: space-between;
}

.focus-within\:content-around:focus-within {
  align-content: space-around;
}

.focus-within\:content-evenly:focus-within {
  align-content: space-evenly;
}

.first\:content-center:first-child {
  align-content: center;
}

.first\:content-start:first-child {
  align-content: flex-start;
}

.first\:content-end:first-child {
  align-content: flex-end;
}

.first\:content-between:first-child {
  align-content: space-between;
}

.first\:content-around:first-child {
  align-content: space-around;
}

.first\:content-evenly:first-child {
  align-content: space-evenly;
}

.last\:content-center:last-child {
  align-content: center;
}

.last\:content-start:last-child {
  align-content: flex-start;
}

.last\:content-end:last-child {
  align-content: flex-end;
}

.last\:content-between:last-child {
  align-content: space-between;
}

.last\:content-around:last-child {
  align-content: space-around;
}

.last\:content-evenly:last-child {
  align-content: space-evenly;
}

.odd\:content-center:nth-child(odd) {
  align-content: center;
}

.odd\:content-start:nth-child(odd) {
  align-content: flex-start;
}

.odd\:content-end:nth-child(odd) {
  align-content: flex-end;
}

.odd\:content-between:nth-child(odd) {
  align-content: space-between;
}

.odd\:content-around:nth-child(odd) {
  align-content: space-around;
}

.odd\:content-evenly:nth-child(odd) {
  align-content: space-evenly;
}

.even\:content-center:nth-child(even) {
  align-content: center;
}

.even\:content-start:nth-child(even) {
  align-content: flex-start;
}

.even\:content-end:nth-child(even) {
  align-content: flex-end;
}

.even\:content-between:nth-child(even) {
  align-content: space-between;
}

.even\:content-around:nth-child(even) {
  align-content: space-around;
}

.even\:content-evenly:nth-child(even) {
  align-content: space-evenly;
}

.hover\:content-center:hover {
  align-content: center;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.hover\:content-evenly:hover {
  align-content: space-evenly;
}

.focus\:content-center:focus {
  align-content: center;
}

.focus\:content-start:focus {
  align-content: flex-start;
}

.focus\:content-end:focus {
  align-content: flex-end;
}

.focus\:content-between:focus {
  align-content: space-between;
}

.focus\:content-around:focus {
  align-content: space-around;
}

.focus\:content-evenly:focus {
  align-content: space-evenly;
}

.active\:content-center:active {
  align-content: center;
}

.active\:content-start:active {
  align-content: flex-start;
}

.active\:content-end:active {
  align-content: flex-end;
}

.active\:content-between:active {
  align-content: space-between;
}

.active\:content-around:active {
  align-content: space-around;
}

.active\:content-evenly:active {
  align-content: space-evenly;
}

.visited\:content-center:visited {
  align-content: center;
}

.visited\:content-start:visited {
  align-content: flex-start;
}

.visited\:content-end:visited {
  align-content: flex-end;
}

.visited\:content-between:visited {
  align-content: space-between;
}

.visited\:content-around:visited {
  align-content: space-around;
}

.visited\:content-evenly:visited {
  align-content: space-evenly;
}

.disabled\:content-center:disabled {
  align-content: center;
}

.disabled\:content-start:disabled {
  align-content: flex-start;
}

.disabled\:content-end:disabled {
  align-content: flex-end;
}

.disabled\:content-between:disabled {
  align-content: space-between;
}

.disabled\:content-around:disabled {
  align-content: space-around;
}

.disabled\:content-evenly:disabled {
  align-content: space-evenly;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.group:hover .group-hover\:self-auto {
  align-self: auto;
}

.group:hover .group-hover\:self-start {
  align-self: flex-start;
}

.group:hover .group-hover\:self-end {
  align-self: flex-end;
}

.group:hover .group-hover\:self-center {
  align-self: center;
}

.group:hover .group-hover\:self-stretch {
  align-self: stretch;
}

.focus-within\:self-auto:focus-within {
  align-self: auto;
}

.focus-within\:self-start:focus-within {
  align-self: flex-start;
}

.focus-within\:self-end:focus-within {
  align-self: flex-end;
}

.focus-within\:self-center:focus-within {
  align-self: center;
}

.focus-within\:self-stretch:focus-within {
  align-self: stretch;
}

.first\:self-auto:first-child {
  align-self: auto;
}

.first\:self-start:first-child {
  align-self: flex-start;
}

.first\:self-end:first-child {
  align-self: flex-end;
}

.first\:self-center:first-child {
  align-self: center;
}

.first\:self-stretch:first-child {
  align-self: stretch;
}

.last\:self-auto:last-child {
  align-self: auto;
}

.last\:self-start:last-child {
  align-self: flex-start;
}

.last\:self-end:last-child {
  align-self: flex-end;
}

.last\:self-center:last-child {
  align-self: center;
}

.last\:self-stretch:last-child {
  align-self: stretch;
}

.odd\:self-auto:nth-child(odd) {
  align-self: auto;
}

.odd\:self-start:nth-child(odd) {
  align-self: flex-start;
}

.odd\:self-end:nth-child(odd) {
  align-self: flex-end;
}

.odd\:self-center:nth-child(odd) {
  align-self: center;
}

.odd\:self-stretch:nth-child(odd) {
  align-self: stretch;
}

.even\:self-auto:nth-child(even) {
  align-self: auto;
}

.even\:self-start:nth-child(even) {
  align-self: flex-start;
}

.even\:self-end:nth-child(even) {
  align-self: flex-end;
}

.even\:self-center:nth-child(even) {
  align-self: center;
}

.even\:self-stretch:nth-child(even) {
  align-self: stretch;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.hover\:self-center:hover {
  align-self: center;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.focus\:self-auto:focus {
  align-self: auto;
}

.focus\:self-start:focus {
  align-self: flex-start;
}

.focus\:self-end:focus {
  align-self: flex-end;
}

.focus\:self-center:focus {
  align-self: center;
}

.focus\:self-stretch:focus {
  align-self: stretch;
}

.active\:self-auto:active {
  align-self: auto;
}

.active\:self-start:active {
  align-self: flex-start;
}

.active\:self-end:active {
  align-self: flex-end;
}

.active\:self-center:active {
  align-self: center;
}

.active\:self-stretch:active {
  align-self: stretch;
}

.visited\:self-auto:visited {
  align-self: auto;
}

.visited\:self-start:visited {
  align-self: flex-start;
}

.visited\:self-end:visited {
  align-self: flex-end;
}

.visited\:self-center:visited {
  align-self: center;
}

.visited\:self-stretch:visited {
  align-self: stretch;
}

.disabled\:self-auto:disabled {
  align-self: auto;
}

.disabled\:self-start:disabled {
  align-self: flex-start;
}

.disabled\:self-end:disabled {
  align-self: flex-end;
}

.disabled\:self-center:disabled {
  align-self: center;
}

.disabled\:self-stretch:disabled {
  align-self: stretch;
}

.justify-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.group:hover .group-hover\:justify-items-auto {
  justify-items: auto;
}

.group:hover .group-hover\:justify-items-start {
  justify-items: start;
}

.group:hover .group-hover\:justify-items-end {
  justify-items: end;
}

.group:hover .group-hover\:justify-items-center {
  justify-items: center;
}

.group:hover .group-hover\:justify-items-stretch {
  justify-items: stretch;
}

.focus-within\:justify-items-auto:focus-within {
  justify-items: auto;
}

.focus-within\:justify-items-start:focus-within {
  justify-items: start;
}

.focus-within\:justify-items-end:focus-within {
  justify-items: end;
}

.focus-within\:justify-items-center:focus-within {
  justify-items: center;
}

.focus-within\:justify-items-stretch:focus-within {
  justify-items: stretch;
}

.first\:justify-items-auto:first-child {
  justify-items: auto;
}

.first\:justify-items-start:first-child {
  justify-items: start;
}

.first\:justify-items-end:first-child {
  justify-items: end;
}

.first\:justify-items-center:first-child {
  justify-items: center;
}

.first\:justify-items-stretch:first-child {
  justify-items: stretch;
}

.last\:justify-items-auto:last-child {
  justify-items: auto;
}

.last\:justify-items-start:last-child {
  justify-items: start;
}

.last\:justify-items-end:last-child {
  justify-items: end;
}

.last\:justify-items-center:last-child {
  justify-items: center;
}

.last\:justify-items-stretch:last-child {
  justify-items: stretch;
}

.odd\:justify-items-auto:nth-child(odd) {
  justify-items: auto;
}

.odd\:justify-items-start:nth-child(odd) {
  justify-items: start;
}

.odd\:justify-items-end:nth-child(odd) {
  justify-items: end;
}

.odd\:justify-items-center:nth-child(odd) {
  justify-items: center;
}

.odd\:justify-items-stretch:nth-child(odd) {
  justify-items: stretch;
}

.even\:justify-items-auto:nth-child(even) {
  justify-items: auto;
}

.even\:justify-items-start:nth-child(even) {
  justify-items: start;
}

.even\:justify-items-end:nth-child(even) {
  justify-items: end;
}

.even\:justify-items-center:nth-child(even) {
  justify-items: center;
}

.even\:justify-items-stretch:nth-child(even) {
  justify-items: stretch;
}

.hover\:justify-items-auto:hover {
  justify-items: auto;
}

.hover\:justify-items-start:hover {
  justify-items: start;
}

.hover\:justify-items-end:hover {
  justify-items: end;
}

.hover\:justify-items-center:hover {
  justify-items: center;
}

.hover\:justify-items-stretch:hover {
  justify-items: stretch;
}

.focus\:justify-items-auto:focus {
  justify-items: auto;
}

.focus\:justify-items-start:focus {
  justify-items: start;
}

.focus\:justify-items-end:focus {
  justify-items: end;
}

.focus\:justify-items-center:focus {
  justify-items: center;
}

.focus\:justify-items-stretch:focus {
  justify-items: stretch;
}

.active\:justify-items-auto:active {
  justify-items: auto;
}

.active\:justify-items-start:active {
  justify-items: start;
}

.active\:justify-items-end:active {
  justify-items: end;
}

.active\:justify-items-center:active {
  justify-items: center;
}

.active\:justify-items-stretch:active {
  justify-items: stretch;
}

.visited\:justify-items-auto:visited {
  justify-items: auto;
}

.visited\:justify-items-start:visited {
  justify-items: start;
}

.visited\:justify-items-end:visited {
  justify-items: end;
}

.visited\:justify-items-center:visited {
  justify-items: center;
}

.visited\:justify-items-stretch:visited {
  justify-items: stretch;
}

.disabled\:justify-items-auto:disabled {
  justify-items: auto;
}

.disabled\:justify-items-start:disabled {
  justify-items: start;
}

.disabled\:justify-items-end:disabled {
  justify-items: end;
}

.disabled\:justify-items-center:disabled {
  justify-items: center;
}

.disabled\:justify-items-stretch:disabled {
  justify-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.group:hover .group-hover\:justify-start {
  justify-content: flex-start;
}

.group:hover .group-hover\:justify-end {
  justify-content: flex-end;
}

.group:hover .group-hover\:justify-center {
  justify-content: center;
}

.group:hover .group-hover\:justify-between {
  justify-content: space-between;
}

.group:hover .group-hover\:justify-around {
  justify-content: space-around;
}

.group:hover .group-hover\:justify-evenly {
  justify-content: space-evenly;
}

.focus-within\:justify-start:focus-within {
  justify-content: flex-start;
}

.focus-within\:justify-end:focus-within {
  justify-content: flex-end;
}

.focus-within\:justify-center:focus-within {
  justify-content: center;
}

.focus-within\:justify-between:focus-within {
  justify-content: space-between;
}

.focus-within\:justify-around:focus-within {
  justify-content: space-around;
}

.focus-within\:justify-evenly:focus-within {
  justify-content: space-evenly;
}

.first\:justify-start:first-child {
  justify-content: flex-start;
}

.first\:justify-end:first-child {
  justify-content: flex-end;
}

.first\:justify-center:first-child {
  justify-content: center;
}

.first\:justify-between:first-child {
  justify-content: space-between;
}

.first\:justify-around:first-child {
  justify-content: space-around;
}

.first\:justify-evenly:first-child {
  justify-content: space-evenly;
}

.last\:justify-start:last-child {
  justify-content: flex-start;
}

.last\:justify-end:last-child {
  justify-content: flex-end;
}

.last\:justify-center:last-child {
  justify-content: center;
}

.last\:justify-between:last-child {
  justify-content: space-between;
}

.last\:justify-around:last-child {
  justify-content: space-around;
}

.last\:justify-evenly:last-child {
  justify-content: space-evenly;
}

.odd\:justify-start:nth-child(odd) {
  justify-content: flex-start;
}

.odd\:justify-end:nth-child(odd) {
  justify-content: flex-end;
}

.odd\:justify-center:nth-child(odd) {
  justify-content: center;
}

.odd\:justify-between:nth-child(odd) {
  justify-content: space-between;
}

.odd\:justify-around:nth-child(odd) {
  justify-content: space-around;
}

.odd\:justify-evenly:nth-child(odd) {
  justify-content: space-evenly;
}

.even\:justify-start:nth-child(even) {
  justify-content: flex-start;
}

.even\:justify-end:nth-child(even) {
  justify-content: flex-end;
}

.even\:justify-center:nth-child(even) {
  justify-content: center;
}

.even\:justify-between:nth-child(even) {
  justify-content: space-between;
}

.even\:justify-around:nth-child(even) {
  justify-content: space-around;
}

.even\:justify-evenly:nth-child(even) {
  justify-content: space-evenly;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.hover\:justify-evenly:hover {
  justify-content: space-evenly;
}

.focus\:justify-start:focus {
  justify-content: flex-start;
}

.focus\:justify-end:focus {
  justify-content: flex-end;
}

.focus\:justify-center:focus {
  justify-content: center;
}

.focus\:justify-between:focus {
  justify-content: space-between;
}

.focus\:justify-around:focus {
  justify-content: space-around;
}

.focus\:justify-evenly:focus {
  justify-content: space-evenly;
}

.active\:justify-start:active {
  justify-content: flex-start;
}

.active\:justify-end:active {
  justify-content: flex-end;
}

.active\:justify-center:active {
  justify-content: center;
}

.active\:justify-between:active {
  justify-content: space-between;
}

.active\:justify-around:active {
  justify-content: space-around;
}

.active\:justify-evenly:active {
  justify-content: space-evenly;
}

.visited\:justify-start:visited {
  justify-content: flex-start;
}

.visited\:justify-end:visited {
  justify-content: flex-end;
}

.visited\:justify-center:visited {
  justify-content: center;
}

.visited\:justify-between:visited {
  justify-content: space-between;
}

.visited\:justify-around:visited {
  justify-content: space-around;
}

.visited\:justify-evenly:visited {
  justify-content: space-evenly;
}

.disabled\:justify-start:disabled {
  justify-content: flex-start;
}

.disabled\:justify-end:disabled {
  justify-content: flex-end;
}

.disabled\:justify-center:disabled {
  justify-content: center;
}

.disabled\:justify-between:disabled {
  justify-content: space-between;
}

.disabled\:justify-around:disabled {
  justify-content: space-around;
}

.disabled\:justify-evenly:disabled {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.group:hover .group-hover\:justify-self-auto {
  justify-self: auto;
}

.group:hover .group-hover\:justify-self-start {
  justify-self: start;
}

.group:hover .group-hover\:justify-self-end {
  justify-self: end;
}

.group:hover .group-hover\:justify-self-center {
  justify-self: center;
}

.group:hover .group-hover\:justify-self-stretch {
  justify-self: stretch;
}

.focus-within\:justify-self-auto:focus-within {
  justify-self: auto;
}

.focus-within\:justify-self-start:focus-within {
  justify-self: start;
}

.focus-within\:justify-self-end:focus-within {
  justify-self: end;
}

.focus-within\:justify-self-center:focus-within {
  justify-self: center;
}

.focus-within\:justify-self-stretch:focus-within {
  justify-self: stretch;
}

.first\:justify-self-auto:first-child {
  justify-self: auto;
}

.first\:justify-self-start:first-child {
  justify-self: start;
}

.first\:justify-self-end:first-child {
  justify-self: end;
}

.first\:justify-self-center:first-child {
  justify-self: center;
}

.first\:justify-self-stretch:first-child {
  justify-self: stretch;
}

.last\:justify-self-auto:last-child {
  justify-self: auto;
}

.last\:justify-self-start:last-child {
  justify-self: start;
}

.last\:justify-self-end:last-child {
  justify-self: end;
}

.last\:justify-self-center:last-child {
  justify-self: center;
}

.last\:justify-self-stretch:last-child {
  justify-self: stretch;
}

.odd\:justify-self-auto:nth-child(odd) {
  justify-self: auto;
}

.odd\:justify-self-start:nth-child(odd) {
  justify-self: start;
}

.odd\:justify-self-end:nth-child(odd) {
  justify-self: end;
}

.odd\:justify-self-center:nth-child(odd) {
  justify-self: center;
}

.odd\:justify-self-stretch:nth-child(odd) {
  justify-self: stretch;
}

.even\:justify-self-auto:nth-child(even) {
  justify-self: auto;
}

.even\:justify-self-start:nth-child(even) {
  justify-self: start;
}

.even\:justify-self-end:nth-child(even) {
  justify-self: end;
}

.even\:justify-self-center:nth-child(even) {
  justify-self: center;
}

.even\:justify-self-stretch:nth-child(even) {
  justify-self: stretch;
}

.hover\:justify-self-auto:hover {
  justify-self: auto;
}

.hover\:justify-self-start:hover {
  justify-self: start;
}

.hover\:justify-self-end:hover {
  justify-self: end;
}

.hover\:justify-self-center:hover {
  justify-self: center;
}

.hover\:justify-self-stretch:hover {
  justify-self: stretch;
}

.focus\:justify-self-auto:focus {
  justify-self: auto;
}

.focus\:justify-self-start:focus {
  justify-self: start;
}

.focus\:justify-self-end:focus {
  justify-self: end;
}

.focus\:justify-self-center:focus {
  justify-self: center;
}

.focus\:justify-self-stretch:focus {
  justify-self: stretch;
}

.active\:justify-self-auto:active {
  justify-self: auto;
}

.active\:justify-self-start:active {
  justify-self: start;
}

.active\:justify-self-end:active {
  justify-self: end;
}

.active\:justify-self-center:active {
  justify-self: center;
}

.active\:justify-self-stretch:active {
  justify-self: stretch;
}

.visited\:justify-self-auto:visited {
  justify-self: auto;
}

.visited\:justify-self-start:visited {
  justify-self: start;
}

.visited\:justify-self-end:visited {
  justify-self: end;
}

.visited\:justify-self-center:visited {
  justify-self: center;
}

.visited\:justify-self-stretch:visited {
  justify-self: stretch;
}

.disabled\:justify-self-auto:disabled {
  justify-self: auto;
}

.disabled\:justify-self-start:disabled {
  justify-self: start;
}

.disabled\:justify-self-end:disabled {
  justify-self: end;
}

.disabled\:justify-self-center:disabled {
  justify-self: center;
}

.disabled\:justify-self-stretch:disabled {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.group:hover .group-hover\:flex-1 {
  flex: 1 1 0%;
}

.group:hover .group-hover\:flex-auto {
  flex: 1 1 auto;
}

.group:hover .group-hover\:flex-initial {
  flex: 0 1 auto;
}

.group:hover .group-hover\:flex-none {
  flex: none;
}

.focus-within\:flex-1:focus-within {
  flex: 1 1 0%;
}

.focus-within\:flex-auto:focus-within {
  flex: 1 1 auto;
}

.focus-within\:flex-initial:focus-within {
  flex: 0 1 auto;
}

.focus-within\:flex-none:focus-within {
  flex: none;
}

.first\:flex-1:first-child {
  flex: 1 1 0%;
}

.first\:flex-auto:first-child {
  flex: 1 1 auto;
}

.first\:flex-initial:first-child {
  flex: 0 1 auto;
}

.first\:flex-none:first-child {
  flex: none;
}

.last\:flex-1:last-child {
  flex: 1 1 0%;
}

.last\:flex-auto:last-child {
  flex: 1 1 auto;
}

.last\:flex-initial:last-child {
  flex: 0 1 auto;
}

.last\:flex-none:last-child {
  flex: none;
}

.odd\:flex-1:nth-child(odd) {
  flex: 1 1 0%;
}

.odd\:flex-auto:nth-child(odd) {
  flex: 1 1 auto;
}

.odd\:flex-initial:nth-child(odd) {
  flex: 0 1 auto;
}

.odd\:flex-none:nth-child(odd) {
  flex: none;
}

.even\:flex-1:nth-child(even) {
  flex: 1 1 0%;
}

.even\:flex-auto:nth-child(even) {
  flex: 1 1 auto;
}

.even\:flex-initial:nth-child(even) {
  flex: 0 1 auto;
}

.even\:flex-none:nth-child(even) {
  flex: none;
}

.hover\:flex-1:hover {
  flex: 1 1 0%;
}

.hover\:flex-auto:hover {
  flex: 1 1 auto;
}

.hover\:flex-initial:hover {
  flex: 0 1 auto;
}

.hover\:flex-none:hover {
  flex: none;
}

.focus\:flex-1:focus {
  flex: 1 1 0%;
}

.focus\:flex-auto:focus {
  flex: 1 1 auto;
}

.focus\:flex-initial:focus {
  flex: 0 1 auto;
}

.focus\:flex-none:focus {
  flex: none;
}

.active\:flex-1:active {
  flex: 1 1 0%;
}

.active\:flex-auto:active {
  flex: 1 1 auto;
}

.active\:flex-initial:active {
  flex: 0 1 auto;
}

.active\:flex-none:active {
  flex: none;
}

.visited\:flex-1:visited {
  flex: 1 1 0%;
}

.visited\:flex-auto:visited {
  flex: 1 1 auto;
}

.visited\:flex-initial:visited {
  flex: 0 1 auto;
}

.visited\:flex-none:visited {
  flex: none;
}

.disabled\:flex-1:disabled {
  flex: 1 1 0%;
}

.disabled\:flex-auto:disabled {
  flex: 1 1 auto;
}

.disabled\:flex-initial:disabled {
  flex: 0 1 auto;
}

.disabled\:flex-none:disabled {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.group:hover .group-hover\:flex-grow-0 {
  flex-grow: 0;
}

.group:hover .group-hover\:flex-grow {
  flex-grow: 1;
}

.focus-within\:flex-grow-0:focus-within {
  flex-grow: 0;
}

.focus-within\:flex-grow:focus-within {
  flex-grow: 1;
}

.first\:flex-grow-0:first-child {
  flex-grow: 0;
}

.first\:flex-grow:first-child {
  flex-grow: 1;
}

.last\:flex-grow-0:last-child {
  flex-grow: 0;
}

.last\:flex-grow:last-child {
  flex-grow: 1;
}

.odd\:flex-grow-0:nth-child(odd) {
  flex-grow: 0;
}

.odd\:flex-grow:nth-child(odd) {
  flex-grow: 1;
}

.even\:flex-grow-0:nth-child(even) {
  flex-grow: 0;
}

.even\:flex-grow:nth-child(even) {
  flex-grow: 1;
}

.hover\:flex-grow-0:hover {
  flex-grow: 0;
}

.hover\:flex-grow:hover {
  flex-grow: 1;
}

.focus\:flex-grow-0:focus {
  flex-grow: 0;
}

.focus\:flex-grow:focus {
  flex-grow: 1;
}

.active\:flex-grow-0:active {
  flex-grow: 0;
}

.active\:flex-grow:active {
  flex-grow: 1;
}

.visited\:flex-grow-0:visited {
  flex-grow: 0;
}

.visited\:flex-grow:visited {
  flex-grow: 1;
}

.disabled\:flex-grow-0:disabled {
  flex-grow: 0;
}

.disabled\:flex-grow:disabled {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.group:hover .group-hover\:flex-shrink-0 {
  flex-shrink: 0;
}

.group:hover .group-hover\:flex-shrink {
  flex-shrink: 1;
}

.focus-within\:flex-shrink-0:focus-within {
  flex-shrink: 0;
}

.focus-within\:flex-shrink:focus-within {
  flex-shrink: 1;
}

.first\:flex-shrink-0:first-child {
  flex-shrink: 0;
}

.first\:flex-shrink:first-child {
  flex-shrink: 1;
}

.last\:flex-shrink-0:last-child {
  flex-shrink: 0;
}

.last\:flex-shrink:last-child {
  flex-shrink: 1;
}

.odd\:flex-shrink-0:nth-child(odd) {
  flex-shrink: 0;
}

.odd\:flex-shrink:nth-child(odd) {
  flex-shrink: 1;
}

.even\:flex-shrink-0:nth-child(even) {
  flex-shrink: 0;
}

.even\:flex-shrink:nth-child(even) {
  flex-shrink: 1;
}

.hover\:flex-shrink-0:hover {
  flex-shrink: 0;
}

.hover\:flex-shrink:hover {
  flex-shrink: 1;
}

.focus\:flex-shrink-0:focus {
  flex-shrink: 0;
}

.focus\:flex-shrink:focus {
  flex-shrink: 1;
}

.active\:flex-shrink-0:active {
  flex-shrink: 0;
}

.active\:flex-shrink:active {
  flex-shrink: 1;
}

.visited\:flex-shrink-0:visited {
  flex-shrink: 0;
}

.visited\:flex-shrink:visited {
  flex-shrink: 1;
}

.disabled\:flex-shrink-0:disabled {
  flex-shrink: 0;
}

.disabled\:flex-shrink:disabled {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.group:hover .group-hover\:order-1 {
  order: 1;
}

.group:hover .group-hover\:order-2 {
  order: 2;
}

.group:hover .group-hover\:order-3 {
  order: 3;
}

.group:hover .group-hover\:order-4 {
  order: 4;
}

.group:hover .group-hover\:order-5 {
  order: 5;
}

.group:hover .group-hover\:order-6 {
  order: 6;
}

.group:hover .group-hover\:order-7 {
  order: 7;
}

.group:hover .group-hover\:order-8 {
  order: 8;
}

.group:hover .group-hover\:order-9 {
  order: 9;
}

.group:hover .group-hover\:order-10 {
  order: 10;
}

.group:hover .group-hover\:order-11 {
  order: 11;
}

.group:hover .group-hover\:order-12 {
  order: 12;
}

.group:hover .group-hover\:order-first {
  order: -9999;
}

.group:hover .group-hover\:order-last {
  order: 9999;
}

.group:hover .group-hover\:order-none {
  order: 0;
}

.focus-within\:order-1:focus-within {
  order: 1;
}

.focus-within\:order-2:focus-within {
  order: 2;
}

.focus-within\:order-3:focus-within {
  order: 3;
}

.focus-within\:order-4:focus-within {
  order: 4;
}

.focus-within\:order-5:focus-within {
  order: 5;
}

.focus-within\:order-6:focus-within {
  order: 6;
}

.focus-within\:order-7:focus-within {
  order: 7;
}

.focus-within\:order-8:focus-within {
  order: 8;
}

.focus-within\:order-9:focus-within {
  order: 9;
}

.focus-within\:order-10:focus-within {
  order: 10;
}

.focus-within\:order-11:focus-within {
  order: 11;
}

.focus-within\:order-12:focus-within {
  order: 12;
}

.focus-within\:order-first:focus-within {
  order: -9999;
}

.focus-within\:order-last:focus-within {
  order: 9999;
}

.focus-within\:order-none:focus-within {
  order: 0;
}

.first\:order-1:first-child {
  order: 1;
}

.first\:order-2:first-child {
  order: 2;
}

.first\:order-3:first-child {
  order: 3;
}

.first\:order-4:first-child {
  order: 4;
}

.first\:order-5:first-child {
  order: 5;
}

.first\:order-6:first-child {
  order: 6;
}

.first\:order-7:first-child {
  order: 7;
}

.first\:order-8:first-child {
  order: 8;
}

.first\:order-9:first-child {
  order: 9;
}

.first\:order-10:first-child {
  order: 10;
}

.first\:order-11:first-child {
  order: 11;
}

.first\:order-12:first-child {
  order: 12;
}

.first\:order-first:first-child {
  order: -9999;
}

.first\:order-last:first-child {
  order: 9999;
}

.first\:order-none:first-child {
  order: 0;
}

.last\:order-1:last-child {
  order: 1;
}

.last\:order-2:last-child {
  order: 2;
}

.last\:order-3:last-child {
  order: 3;
}

.last\:order-4:last-child {
  order: 4;
}

.last\:order-5:last-child {
  order: 5;
}

.last\:order-6:last-child {
  order: 6;
}

.last\:order-7:last-child {
  order: 7;
}

.last\:order-8:last-child {
  order: 8;
}

.last\:order-9:last-child {
  order: 9;
}

.last\:order-10:last-child {
  order: 10;
}

.last\:order-11:last-child {
  order: 11;
}

.last\:order-12:last-child {
  order: 12;
}

.last\:order-first:last-child {
  order: -9999;
}

.last\:order-last:last-child {
  order: 9999;
}

.last\:order-none:last-child {
  order: 0;
}

.odd\:order-1:nth-child(odd) {
  order: 1;
}

.odd\:order-2:nth-child(odd) {
  order: 2;
}

.odd\:order-3:nth-child(odd) {
  order: 3;
}

.odd\:order-4:nth-child(odd) {
  order: 4;
}

.odd\:order-5:nth-child(odd) {
  order: 5;
}

.odd\:order-6:nth-child(odd) {
  order: 6;
}

.odd\:order-7:nth-child(odd) {
  order: 7;
}

.odd\:order-8:nth-child(odd) {
  order: 8;
}

.odd\:order-9:nth-child(odd) {
  order: 9;
}

.odd\:order-10:nth-child(odd) {
  order: 10;
}

.odd\:order-11:nth-child(odd) {
  order: 11;
}

.odd\:order-12:nth-child(odd) {
  order: 12;
}

.odd\:order-first:nth-child(odd) {
  order: -9999;
}

.odd\:order-last:nth-child(odd) {
  order: 9999;
}

.odd\:order-none:nth-child(odd) {
  order: 0;
}

.even\:order-1:nth-child(even) {
  order: 1;
}

.even\:order-2:nth-child(even) {
  order: 2;
}

.even\:order-3:nth-child(even) {
  order: 3;
}

.even\:order-4:nth-child(even) {
  order: 4;
}

.even\:order-5:nth-child(even) {
  order: 5;
}

.even\:order-6:nth-child(even) {
  order: 6;
}

.even\:order-7:nth-child(even) {
  order: 7;
}

.even\:order-8:nth-child(even) {
  order: 8;
}

.even\:order-9:nth-child(even) {
  order: 9;
}

.even\:order-10:nth-child(even) {
  order: 10;
}

.even\:order-11:nth-child(even) {
  order: 11;
}

.even\:order-12:nth-child(even) {
  order: 12;
}

.even\:order-first:nth-child(even) {
  order: -9999;
}

.even\:order-last:nth-child(even) {
  order: 9999;
}

.even\:order-none:nth-child(even) {
  order: 0;
}

.hover\:order-1:hover {
  order: 1;
}

.hover\:order-2:hover {
  order: 2;
}

.hover\:order-3:hover {
  order: 3;
}

.hover\:order-4:hover {
  order: 4;
}

.hover\:order-5:hover {
  order: 5;
}

.hover\:order-6:hover {
  order: 6;
}

.hover\:order-7:hover {
  order: 7;
}

.hover\:order-8:hover {
  order: 8;
}

.hover\:order-9:hover {
  order: 9;
}

.hover\:order-10:hover {
  order: 10;
}

.hover\:order-11:hover {
  order: 11;
}

.hover\:order-12:hover {
  order: 12;
}

.hover\:order-first:hover {
  order: -9999;
}

.hover\:order-last:hover {
  order: 9999;
}

.hover\:order-none:hover {
  order: 0;
}

.focus\:order-1:focus {
  order: 1;
}

.focus\:order-2:focus {
  order: 2;
}

.focus\:order-3:focus {
  order: 3;
}

.focus\:order-4:focus {
  order: 4;
}

.focus\:order-5:focus {
  order: 5;
}

.focus\:order-6:focus {
  order: 6;
}

.focus\:order-7:focus {
  order: 7;
}

.focus\:order-8:focus {
  order: 8;
}

.focus\:order-9:focus {
  order: 9;
}

.focus\:order-10:focus {
  order: 10;
}

.focus\:order-11:focus {
  order: 11;
}

.focus\:order-12:focus {
  order: 12;
}

.focus\:order-first:focus {
  order: -9999;
}

.focus\:order-last:focus {
  order: 9999;
}

.focus\:order-none:focus {
  order: 0;
}

.active\:order-1:active {
  order: 1;
}

.active\:order-2:active {
  order: 2;
}

.active\:order-3:active {
  order: 3;
}

.active\:order-4:active {
  order: 4;
}

.active\:order-5:active {
  order: 5;
}

.active\:order-6:active {
  order: 6;
}

.active\:order-7:active {
  order: 7;
}

.active\:order-8:active {
  order: 8;
}

.active\:order-9:active {
  order: 9;
}

.active\:order-10:active {
  order: 10;
}

.active\:order-11:active {
  order: 11;
}

.active\:order-12:active {
  order: 12;
}

.active\:order-first:active {
  order: -9999;
}

.active\:order-last:active {
  order: 9999;
}

.active\:order-none:active {
  order: 0;
}

.visited\:order-1:visited {
  order: 1;
}

.visited\:order-2:visited {
  order: 2;
}

.visited\:order-3:visited {
  order: 3;
}

.visited\:order-4:visited {
  order: 4;
}

.visited\:order-5:visited {
  order: 5;
}

.visited\:order-6:visited {
  order: 6;
}

.visited\:order-7:visited {
  order: 7;
}

.visited\:order-8:visited {
  order: 8;
}

.visited\:order-9:visited {
  order: 9;
}

.visited\:order-10:visited {
  order: 10;
}

.visited\:order-11:visited {
  order: 11;
}

.visited\:order-12:visited {
  order: 12;
}

.visited\:order-first:visited {
  order: -9999;
}

.visited\:order-last:visited {
  order: 9999;
}

.visited\:order-none:visited {
  order: 0;
}

.disabled\:order-1:disabled {
  order: 1;
}

.disabled\:order-2:disabled {
  order: 2;
}

.disabled\:order-3:disabled {
  order: 3;
}

.disabled\:order-4:disabled {
  order: 4;
}

.disabled\:order-5:disabled {
  order: 5;
}

.disabled\:order-6:disabled {
  order: 6;
}

.disabled\:order-7:disabled {
  order: 7;
}

.disabled\:order-8:disabled {
  order: 8;
}

.disabled\:order-9:disabled {
  order: 9;
}

.disabled\:order-10:disabled {
  order: 10;
}

.disabled\:order-11:disabled {
  order: 11;
}

.disabled\:order-12:disabled {
  order: 12;
}

.disabled\:order-first:disabled {
  order: -9999;
}

.disabled\:order-last:disabled {
  order: 9999;
}

.disabled\:order-none:disabled {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.group:hover .group-hover\:float-right {
  float: right;
}

.group:hover .group-hover\:float-left {
  float: left;
}

.group:hover .group-hover\:float-none {
  float: none;
}

.focus-within\:float-right:focus-within {
  float: right;
}

.focus-within\:float-left:focus-within {
  float: left;
}

.focus-within\:float-none:focus-within {
  float: none;
}

.first\:float-right:first-child {
  float: right;
}

.first\:float-left:first-child {
  float: left;
}

.first\:float-none:first-child {
  float: none;
}

.last\:float-right:last-child {
  float: right;
}

.last\:float-left:last-child {
  float: left;
}

.last\:float-none:last-child {
  float: none;
}

.odd\:float-right:nth-child(odd) {
  float: right;
}

.odd\:float-left:nth-child(odd) {
  float: left;
}

.odd\:float-none:nth-child(odd) {
  float: none;
}

.even\:float-right:nth-child(even) {
  float: right;
}

.even\:float-left:nth-child(even) {
  float: left;
}

.even\:float-none:nth-child(even) {
  float: none;
}

.hover\:float-right:hover {
  float: right;
}

.hover\:float-left:hover {
  float: left;
}

.hover\:float-none:hover {
  float: none;
}

.focus\:float-right:focus {
  float: right;
}

.focus\:float-left:focus {
  float: left;
}

.focus\:float-none:focus {
  float: none;
}

.active\:float-right:active {
  float: right;
}

.active\:float-left:active {
  float: left;
}

.active\:float-none:active {
  float: none;
}

.visited\:float-right:visited {
  float: right;
}

.visited\:float-left:visited {
  float: left;
}

.visited\:float-none:visited {
  float: none;
}

.disabled\:float-right:disabled {
  float: right;
}

.disabled\:float-left:disabled {
  float: left;
}

.disabled\:float-none:disabled {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.group:hover .group-hover\:clear-left {
  clear: left;
}

.group:hover .group-hover\:clear-right {
  clear: right;
}

.group:hover .group-hover\:clear-both {
  clear: both;
}

.group:hover .group-hover\:clear-none {
  clear: none;
}

.focus-within\:clear-left:focus-within {
  clear: left;
}

.focus-within\:clear-right:focus-within {
  clear: right;
}

.focus-within\:clear-both:focus-within {
  clear: both;
}

.focus-within\:clear-none:focus-within {
  clear: none;
}

.first\:clear-left:first-child {
  clear: left;
}

.first\:clear-right:first-child {
  clear: right;
}

.first\:clear-both:first-child {
  clear: both;
}

.first\:clear-none:first-child {
  clear: none;
}

.last\:clear-left:last-child {
  clear: left;
}

.last\:clear-right:last-child {
  clear: right;
}

.last\:clear-both:last-child {
  clear: both;
}

.last\:clear-none:last-child {
  clear: none;
}

.odd\:clear-left:nth-child(odd) {
  clear: left;
}

.odd\:clear-right:nth-child(odd) {
  clear: right;
}

.odd\:clear-both:nth-child(odd) {
  clear: both;
}

.odd\:clear-none:nth-child(odd) {
  clear: none;
}

.even\:clear-left:nth-child(even) {
  clear: left;
}

.even\:clear-right:nth-child(even) {
  clear: right;
}

.even\:clear-both:nth-child(even) {
  clear: both;
}

.even\:clear-none:nth-child(even) {
  clear: none;
}

.hover\:clear-left:hover {
  clear: left;
}

.hover\:clear-right:hover {
  clear: right;
}

.hover\:clear-both:hover {
  clear: both;
}

.hover\:clear-none:hover {
  clear: none;
}

.focus\:clear-left:focus {
  clear: left;
}

.focus\:clear-right:focus {
  clear: right;
}

.focus\:clear-both:focus {
  clear: both;
}

.focus\:clear-none:focus {
  clear: none;
}

.active\:clear-left:active {
  clear: left;
}

.active\:clear-right:active {
  clear: right;
}

.active\:clear-both:active {
  clear: both;
}

.active\:clear-none:active {
  clear: none;
}

.visited\:clear-left:visited {
  clear: left;
}

.visited\:clear-right:visited {
  clear: right;
}

.visited\:clear-both:visited {
  clear: both;
}

.visited\:clear-none:visited {
  clear: none;
}

.disabled\:clear-left:disabled {
  clear: left;
}

.disabled\:clear-right:disabled {
  clear: right;
}

.disabled\:clear-both:disabled {
  clear: both;
}

.disabled\:clear-none:disabled {
  clear: none;
}

.font-sans {
  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";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.group:hover .group-hover\:font-sans {
  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";
}

.group:hover .group-hover\:font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.group:hover .group-hover\:font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.focus-within\:font-sans:focus-within {
  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";
}

.focus-within\:font-serif:focus-within {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.focus-within\:font-mono:focus-within {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.first\:font-sans:first-child {
  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";
}

.first\:font-serif:first-child {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.first\:font-mono:first-child {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.last\:font-sans:last-child {
  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";
}

.last\:font-serif:last-child {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.last\:font-mono:last-child {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.odd\:font-sans:nth-child(odd) {
  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";
}

.odd\:font-serif:nth-child(odd) {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.odd\:font-mono:nth-child(odd) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.even\:font-sans:nth-child(even) {
  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";
}

.even\:font-serif:nth-child(even) {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.even\:font-mono:nth-child(even) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.hover\:font-sans:hover {
  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";
}

.hover\:font-serif:hover {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.hover\:font-mono:hover {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.focus\:font-sans:focus {
  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";
}

.focus\:font-serif:focus {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.focus\:font-mono:focus {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.active\:font-sans:active {
  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";
}

.active\:font-serif:active {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.active\:font-mono:active {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.visited\:font-sans:visited {
  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";
}

.visited\:font-serif:visited {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.visited\:font-mono:visited {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.disabled\:font-sans:disabled {
  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";
}

.disabled\:font-serif:disabled {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.disabled\:font-mono:disabled {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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;
}

.group:hover .group-hover\:font-thin {
  font-weight: 100;
}

.group:hover .group-hover\:font-extralight {
  font-weight: 200;
}

.group:hover .group-hover\:font-light {
  font-weight: 300;
}

.group:hover .group-hover\:font-normal {
  font-weight: 400;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:font-extrabold {
  font-weight: 800;
}

.group:hover .group-hover\:font-black {
  font-weight: 900;
}

.focus-within\:font-thin:focus-within {
  font-weight: 100;
}

.focus-within\:font-extralight:focus-within {
  font-weight: 200;
}

.focus-within\:font-light:focus-within {
  font-weight: 300;
}

.focus-within\:font-normal:focus-within {
  font-weight: 400;
}

.focus-within\:font-medium:focus-within {
  font-weight: 500;
}

.focus-within\:font-semibold:focus-within {
  font-weight: 600;
}

.focus-within\:font-bold:focus-within {
  font-weight: 700;
}

.focus-within\:font-extrabold:focus-within {
  font-weight: 800;
}

.focus-within\:font-black:focus-within {
  font-weight: 900;
}

.first\:font-thin:first-child {
  font-weight: 100;
}

.first\:font-extralight:first-child {
  font-weight: 200;
}

.first\:font-light:first-child {
  font-weight: 300;
}

.first\:font-normal:first-child {
  font-weight: 400;
}

.first\:font-medium:first-child {
  font-weight: 500;
}

.first\:font-semibold:first-child {
  font-weight: 600;
}

.first\:font-bold:first-child {
  font-weight: 700;
}

.first\:font-extrabold:first-child {
  font-weight: 800;
}

.first\:font-black:first-child {
  font-weight: 900;
}

.last\:font-thin:last-child {
  font-weight: 100;
}

.last\:font-extralight:last-child {
  font-weight: 200;
}

.last\:font-light:last-child {
  font-weight: 300;
}

.last\:font-normal:last-child {
  font-weight: 400;
}

.last\:font-medium:last-child {
  font-weight: 500;
}

.last\:font-semibold:last-child {
  font-weight: 600;
}

.last\:font-bold:last-child {
  font-weight: 700;
}

.last\:font-extrabold:last-child {
  font-weight: 800;
}

.last\:font-black:last-child {
  font-weight: 900;
}

.odd\:font-thin:nth-child(odd) {
  font-weight: 100;
}

.odd\:font-extralight:nth-child(odd) {
  font-weight: 200;
}

.odd\:font-light:nth-child(odd) {
  font-weight: 300;
}

.odd\:font-normal:nth-child(odd) {
  font-weight: 400;
}

.odd\:font-medium:nth-child(odd) {
  font-weight: 500;
}

.odd\:font-semibold:nth-child(odd) {
  font-weight: 600;
}

.odd\:font-bold:nth-child(odd) {
  font-weight: 700;
}

.odd\:font-extrabold:nth-child(odd) {
  font-weight: 800;
}

.odd\:font-black:nth-child(odd) {
  font-weight: 900;
}

.even\:font-thin:nth-child(even) {
  font-weight: 100;
}

.even\:font-extralight:nth-child(even) {
  font-weight: 200;
}

.even\:font-light:nth-child(even) {
  font-weight: 300;
}

.even\:font-normal:nth-child(even) {
  font-weight: 400;
}

.even\:font-medium:nth-child(even) {
  font-weight: 500;
}

.even\:font-semibold:nth-child(even) {
  font-weight: 600;
}

.even\:font-bold:nth-child(even) {
  font-weight: 700;
}

.even\:font-extrabold:nth-child(even) {
  font-weight: 800;
}

.even\:font-black:nth-child(even) {
  font-weight: 900;
}

.hover\:font-thin:hover {
  font-weight: 100;
}

.hover\:font-extralight:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-thin:focus {
  font-weight: 100;
}

.focus\:font-extralight:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.active\:font-thin:active {
  font-weight: 100;
}

.active\:font-extralight:active {
  font-weight: 200;
}

.active\:font-light:active {
  font-weight: 300;
}

.active\:font-normal:active {
  font-weight: 400;
}

.active\:font-medium:active {
  font-weight: 500;
}

.active\:font-semibold:active {
  font-weight: 600;
}

.active\:font-bold:active {
  font-weight: 700;
}

.active\:font-extrabold:active {
  font-weight: 800;
}

.active\:font-black:active {
  font-weight: 900;
}

.visited\:font-thin:visited {
  font-weight: 100;
}

.visited\:font-extralight:visited {
  font-weight: 200;
}

.visited\:font-light:visited {
  font-weight: 300;
}

.visited\:font-normal:visited {
  font-weight: 400;
}

.visited\:font-medium:visited {
  font-weight: 500;
}

.visited\:font-semibold:visited {
  font-weight: 600;
}

.visited\:font-bold:visited {
  font-weight: 700;
}

.visited\:font-extrabold:visited {
  font-weight: 800;
}

.visited\:font-black:visited {
  font-weight: 900;
}

.disabled\:font-thin:disabled {
  font-weight: 100;
}

.disabled\:font-extralight:disabled {
  font-weight: 200;
}

.disabled\:font-light:disabled {
  font-weight: 300;
}

.disabled\:font-normal:disabled {
  font-weight: 400;
}

.disabled\:font-medium:disabled {
  font-weight: 500;
}

.disabled\:font-semibold:disabled {
  font-weight: 600;
}

.disabled\:font-bold:disabled {
  font-weight: 700;
}

.disabled\:font-extrabold:disabled {
  font-weight: 800;
}

.disabled\:font-black:disabled {
  font-weight: 900;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.group:hover .group-hover\:h-0 {
  height: 0px;
}

.group:hover .group-hover\:h-1 {
  height: 0.25rem;
}

.group:hover .group-hover\:h-2 {
  height: 0.5rem;
}

.group:hover .group-hover\:h-3 {
  height: 0.75rem;
}

.group:hover .group-hover\:h-4 {
  height: 1rem;
}

.group:hover .group-hover\:h-5 {
  height: 1.25rem;
}

.group:hover .group-hover\:h-6 {
  height: 1.5rem;
}

.group:hover .group-hover\:h-7 {
  height: 1.75rem;
}

.group:hover .group-hover\:h-8 {
  height: 2rem;
}

.group:hover .group-hover\:h-9 {
  height: 2.25rem;
}

.group:hover .group-hover\:h-10 {
  height: 2.5rem;
}

.group:hover .group-hover\:h-11 {
  height: 2.75rem;
}

.group:hover .group-hover\:h-12 {
  height: 3rem;
}

.group:hover .group-hover\:h-14 {
  height: 3.5rem;
}

.group:hover .group-hover\:h-16 {
  height: 4rem;
}

.group:hover .group-hover\:h-20 {
  height: 5rem;
}

.group:hover .group-hover\:h-24 {
  height: 6rem;
}

.group:hover .group-hover\:h-28 {
  height: 7rem;
}

.group:hover .group-hover\:h-32 {
  height: 8rem;
}

.group:hover .group-hover\:h-36 {
  height: 9rem;
}

.group:hover .group-hover\:h-40 {
  height: 10rem;
}

.group:hover .group-hover\:h-44 {
  height: 11rem;
}

.group:hover .group-hover\:h-48 {
  height: 12rem;
}

.group:hover .group-hover\:h-52 {
  height: 13rem;
}

.group:hover .group-hover\:h-56 {
  height: 14rem;
}

.group:hover .group-hover\:h-60 {
  height: 15rem;
}

.group:hover .group-hover\:h-64 {
  height: 16rem;
}

.group:hover .group-hover\:h-72 {
  height: 18rem;
}

.group:hover .group-hover\:h-80 {
  height: 20rem;
}

.group:hover .group-hover\:h-96 {
  height: 24rem;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

.group:hover .group-hover\:h-px {
  height: 1px;
}

.group:hover .group-hover\:h-0\.5 {
  height: 0.125rem;
}

.group:hover .group-hover\:h-1\.5 {
  height: 0.375rem;
}

.group:hover .group-hover\:h-2\.5 {
  height: 0.625rem;
}

.group:hover .group-hover\:h-3\.5 {
  height: 0.875rem;
}

.group:hover .group-hover\:h-1\/2 {
  height: 50%;
}

.group:hover .group-hover\:h-1\/3 {
  height: 33.333333%;
}

.group:hover .group-hover\:h-2\/3 {
  height: 66.666667%;
}

.group:hover .group-hover\:h-1\/4 {
  height: 25%;
}

.group:hover .group-hover\:h-2\/4 {
  height: 50%;
}

.group:hover .group-hover\:h-3\/4 {
  height: 75%;
}

.group:hover .group-hover\:h-1\/5 {
  height: 20%;
}

.group:hover .group-hover\:h-2\/5 {
  height: 40%;
}

.group:hover .group-hover\:h-3\/5 {
  height: 60%;
}

.group:hover .group-hover\:h-4\/5 {
  height: 80%;
}

.group:hover .group-hover\:h-1\/6 {
  height: 16.666667%;
}

.group:hover .group-hover\:h-2\/6 {
  height: 33.333333%;
}

.group:hover .group-hover\:h-3\/6 {
  height: 50%;
}

.group:hover .group-hover\:h-4\/6 {
  height: 66.666667%;
}

.group:hover .group-hover\:h-5\/6 {
  height: 83.333333%;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:h-screen {
  height: 100vh;
}

.focus-within\:h-0:focus-within {
  height: 0px;
}

.focus-within\:h-1:focus-within {
  height: 0.25rem;
}

.focus-within\:h-2:focus-within {
  height: 0.5rem;
}

.focus-within\:h-3:focus-within {
  height: 0.75rem;
}

.focus-within\:h-4:focus-within {
  height: 1rem;
}

.focus-within\:h-5:focus-within {
  height: 1.25rem;
}

.focus-within\:h-6:focus-within {
  height: 1.5rem;
}

.focus-within\:h-7:focus-within {
  height: 1.75rem;
}

.focus-within\:h-8:focus-within {
  height: 2rem;
}

.focus-within\:h-9:focus-within {
  height: 2.25rem;
}

.focus-within\:h-10:focus-within {
  height: 2.5rem;
}

.focus-within\:h-11:focus-within {
  height: 2.75rem;
}

.focus-within\:h-12:focus-within {
  height: 3rem;
}

.focus-within\:h-14:focus-within {
  height: 3.5rem;
}

.focus-within\:h-16:focus-within {
  height: 4rem;
}

.focus-within\:h-20:focus-within {
  height: 5rem;
}

.focus-within\:h-24:focus-within {
  height: 6rem;
}

.focus-within\:h-28:focus-within {
  height: 7rem;
}

.focus-within\:h-32:focus-within {
  height: 8rem;
}

.focus-within\:h-36:focus-within {
  height: 9rem;
}

.focus-within\:h-40:focus-within {
  height: 10rem;
}

.focus-within\:h-44:focus-within {
  height: 11rem;
}

.focus-within\:h-48:focus-within {
  height: 12rem;
}

.focus-within\:h-52:focus-within {
  height: 13rem;
}

.focus-within\:h-56:focus-within {
  height: 14rem;
}

.focus-within\:h-60:focus-within {
  height: 15rem;
}

.focus-within\:h-64:focus-within {
  height: 16rem;
}

.focus-within\:h-72:focus-within {
  height: 18rem;
}

.focus-within\:h-80:focus-within {
  height: 20rem;
}

.focus-within\:h-96:focus-within {
  height: 24rem;
}

.focus-within\:h-auto:focus-within {
  height: auto;
}

.focus-within\:h-px:focus-within {
  height: 1px;
}

.focus-within\:h-0\.5:focus-within {
  height: 0.125rem;
}

.focus-within\:h-1\.5:focus-within {
  height: 0.375rem;
}

.focus-within\:h-2\.5:focus-within {
  height: 0.625rem;
}

.focus-within\:h-3\.5:focus-within {
  height: 0.875rem;
}

.focus-within\:h-1\/2:focus-within {
  height: 50%;
}

.focus-within\:h-1\/3:focus-within {
  height: 33.333333%;
}

.focus-within\:h-2\/3:focus-within {
  height: 66.666667%;
}

.focus-within\:h-1\/4:focus-within {
  height: 25%;
}

.focus-within\:h-2\/4:focus-within {
  height: 50%;
}

.focus-within\:h-3\/4:focus-within {
  height: 75%;
}

.focus-within\:h-1\/5:focus-within {
  height: 20%;
}

.focus-within\:h-2\/5:focus-within {
  height: 40%;
}

.focus-within\:h-3\/5:focus-within {
  height: 60%;
}

.focus-within\:h-4\/5:focus-within {
  height: 80%;
}

.focus-within\:h-1\/6:focus-within {
  height: 16.666667%;
}

.focus-within\:h-2\/6:focus-within {
  height: 33.333333%;
}

.focus-within\:h-3\/6:focus-within {
  height: 50%;
}

.focus-within\:h-4\/6:focus-within {
  height: 66.666667%;
}

.focus-within\:h-5\/6:focus-within {
  height: 83.333333%;
}

.focus-within\:h-full:focus-within {
  height: 100%;
}

.focus-within\:h-screen:focus-within {
  height: 100vh;
}

.first\:h-0:first-child {
  height: 0px;
}

.first\:h-1:first-child {
  height: 0.25rem;
}

.first\:h-2:first-child {
  height: 0.5rem;
}

.first\:h-3:first-child {
  height: 0.75rem;
}

.first\:h-4:first-child {
  height: 1rem;
}

.first\:h-5:first-child {
  height: 1.25rem;
}

.first\:h-6:first-child {
  height: 1.5rem;
}

.first\:h-7:first-child {
  height: 1.75rem;
}

.first\:h-8:first-child {
  height: 2rem;
}

.first\:h-9:first-child {
  height: 2.25rem;
}

.first\:h-10:first-child {
  height: 2.5rem;
}

.first\:h-11:first-child {
  height: 2.75rem;
}

.first\:h-12:first-child {
  height: 3rem;
}

.first\:h-14:first-child {
  height: 3.5rem;
}

.first\:h-16:first-child {
  height: 4rem;
}

.first\:h-20:first-child {
  height: 5rem;
}

.first\:h-24:first-child {
  height: 6rem;
}

.first\:h-28:first-child {
  height: 7rem;
}

.first\:h-32:first-child {
  height: 8rem;
}

.first\:h-36:first-child {
  height: 9rem;
}

.first\:h-40:first-child {
  height: 10rem;
}

.first\:h-44:first-child {
  height: 11rem;
}

.first\:h-48:first-child {
  height: 12rem;
}

.first\:h-52:first-child {
  height: 13rem;
}

.first\:h-56:first-child {
  height: 14rem;
}

.first\:h-60:first-child {
  height: 15rem;
}

.first\:h-64:first-child {
  height: 16rem;
}

.first\:h-72:first-child {
  height: 18rem;
}

.first\:h-80:first-child {
  height: 20rem;
}

.first\:h-96:first-child {
  height: 24rem;
}

.first\:h-auto:first-child {
  height: auto;
}

.first\:h-px:first-child {
  height: 1px;
}

.first\:h-0\.5:first-child {
  height: 0.125rem;
}

.first\:h-1\.5:first-child {
  height: 0.375rem;
}

.first\:h-2\.5:first-child {
  height: 0.625rem;
}

.first\:h-3\.5:first-child {
  height: 0.875rem;
}

.first\:h-1\/2:first-child {
  height: 50%;
}

.first\:h-1\/3:first-child {
  height: 33.333333%;
}

.first\:h-2\/3:first-child {
  height: 66.666667%;
}

.first\:h-1\/4:first-child {
  height: 25%;
}

.first\:h-2\/4:first-child {
  height: 50%;
}

.first\:h-3\/4:first-child {
  height: 75%;
}

.first\:h-1\/5:first-child {
  height: 20%;
}

.first\:h-2\/5:first-child {
  height: 40%;
}

.first\:h-3\/5:first-child {
  height: 60%;
}

.first\:h-4\/5:first-child {
  height: 80%;
}

.first\:h-1\/6:first-child {
  height: 16.666667%;
}

.first\:h-2\/6:first-child {
  height: 33.333333%;
}

.first\:h-3\/6:first-child {
  height: 50%;
}

.first\:h-4\/6:first-child {
  height: 66.666667%;
}

.first\:h-5\/6:first-child {
  height: 83.333333%;
}

.first\:h-full:first-child {
  height: 100%;
}

.first\:h-screen:first-child {
  height: 100vh;
}

.last\:h-0:last-child {
  height: 0px;
}

.last\:h-1:last-child {
  height: 0.25rem;
}

.last\:h-2:last-child {
  height: 0.5rem;
}

.last\:h-3:last-child {
  height: 0.75rem;
}

.last\:h-4:last-child {
  height: 1rem;
}

.last\:h-5:last-child {
  height: 1.25rem;
}

.last\:h-6:last-child {
  height: 1.5rem;
}

.last\:h-7:last-child {
  height: 1.75rem;
}

.last\:h-8:last-child {
  height: 2rem;
}

.last\:h-9:last-child {
  height: 2.25rem;
}

.last\:h-10:last-child {
  height: 2.5rem;
}

.last\:h-11:last-child {
  height: 2.75rem;
}

.last\:h-12:last-child {
  height: 3rem;
}

.last\:h-14:last-child {
  height: 3.5rem;
}

.last\:h-16:last-child {
  height: 4rem;
}

.last\:h-20:last-child {
  height: 5rem;
}

.last\:h-24:last-child {
  height: 6rem;
}

.last\:h-28:last-child {
  height: 7rem;
}

.last\:h-32:last-child {
  height: 8rem;
}

.last\:h-36:last-child {
  height: 9rem;
}

.last\:h-40:last-child {
  height: 10rem;
}

.last\:h-44:last-child {
  height: 11rem;
}

.last\:h-48:last-child {
  height: 12rem;
}

.last\:h-52:last-child {
  height: 13rem;
}

.last\:h-56:last-child {
  height: 14rem;
}

.last\:h-60:last-child {
  height: 15rem;
}

.last\:h-64:last-child {
  height: 16rem;
}

.last\:h-72:last-child {
  height: 18rem;
}

.last\:h-80:last-child {
  height: 20rem;
}

.last\:h-96:last-child {
  height: 24rem;
}

.last\:h-auto:last-child {
  height: auto;
}

.last\:h-px:last-child {
  height: 1px;
}

.last\:h-0\.5:last-child {
  height: 0.125rem;
}

.last\:h-1\.5:last-child {
  height: 0.375rem;
}

.last\:h-2\.5:last-child {
  height: 0.625rem;
}

.last\:h-3\.5:last-child {
  height: 0.875rem;
}

.last\:h-1\/2:last-child {
  height: 50%;
}

.last\:h-1\/3:last-child {
  height: 33.333333%;
}

.last\:h-2\/3:last-child {
  height: 66.666667%;
}

.last\:h-1\/4:last-child {
  height: 25%;
}

.last\:h-2\/4:last-child {
  height: 50%;
}

.last\:h-3\/4:last-child {
  height: 75%;
}

.last\:h-1\/5:last-child {
  height: 20%;
}

.last\:h-2\/5:last-child {
  height: 40%;
}

.last\:h-3\/5:last-child {
  height: 60%;
}

.last\:h-4\/5:last-child {
  height: 80%;
}

.last\:h-1\/6:last-child {
  height: 16.666667%;
}

.last\:h-2\/6:last-child {
  height: 33.333333%;
}

.last\:h-3\/6:last-child {
  height: 50%;
}

.last\:h-4\/6:last-child {
  height: 66.666667%;
}

.last\:h-5\/6:last-child {
  height: 83.333333%;
}

.last\:h-full:last-child {
  height: 100%;
}

.last\:h-screen:last-child {
  height: 100vh;
}

.odd\:h-0:nth-child(odd) {
  height: 0px;
}

.odd\:h-1:nth-child(odd) {
  height: 0.25rem;
}

.odd\:h-2:nth-child(odd) {
  height: 0.5rem;
}

.odd\:h-3:nth-child(odd) {
  height: 0.75rem;
}

.odd\:h-4:nth-child(odd) {
  height: 1rem;
}

.odd\:h-5:nth-child(odd) {
  height: 1.25rem;
}

.odd\:h-6:nth-child(odd) {
  height: 1.5rem;
}

.odd\:h-7:nth-child(odd) {
  height: 1.75rem;
}

.odd\:h-8:nth-child(odd) {
  height: 2rem;
}

.odd\:h-9:nth-child(odd) {
  height: 2.25rem;
}

.odd\:h-10:nth-child(odd) {
  height: 2.5rem;
}

.odd\:h-11:nth-child(odd) {
  height: 2.75rem;
}

.odd\:h-12:nth-child(odd) {
  height: 3rem;
}

.odd\:h-14:nth-child(odd) {
  height: 3.5rem;
}

.odd\:h-16:nth-child(odd) {
  height: 4rem;
}

.odd\:h-20:nth-child(odd) {
  height: 5rem;
}

.odd\:h-24:nth-child(odd) {
  height: 6rem;
}

.odd\:h-28:nth-child(odd) {
  height: 7rem;
}

.odd\:h-32:nth-child(odd) {
  height: 8rem;
}

.odd\:h-36:nth-child(odd) {
  height: 9rem;
}

.odd\:h-40:nth-child(odd) {
  height: 10rem;
}

.odd\:h-44:nth-child(odd) {
  height: 11rem;
}

.odd\:h-48:nth-child(odd) {
  height: 12rem;
}

.odd\:h-52:nth-child(odd) {
  height: 13rem;
}

.odd\:h-56:nth-child(odd) {
  height: 14rem;
}

.odd\:h-60:nth-child(odd) {
  height: 15rem;
}

.odd\:h-64:nth-child(odd) {
  height: 16rem;
}

.odd\:h-72:nth-child(odd) {
  height: 18rem;
}

.odd\:h-80:nth-child(odd) {
  height: 20rem;
}

.odd\:h-96:nth-child(odd) {
  height: 24rem;
}

.odd\:h-auto:nth-child(odd) {
  height: auto;
}

.odd\:h-px:nth-child(odd) {
  height: 1px;
}

.odd\:h-0\.5:nth-child(odd) {
  height: 0.125rem;
}

.odd\:h-1\.5:nth-child(odd) {
  height: 0.375rem;
}

.odd\:h-2\.5:nth-child(odd) {
  height: 0.625rem;
}

.odd\:h-3\.5:nth-child(odd) {
  height: 0.875rem;
}

.odd\:h-1\/2:nth-child(odd) {
  height: 50%;
}

.odd\:h-1\/3:nth-child(odd) {
  height: 33.333333%;
}

.odd\:h-2\/3:nth-child(odd) {
  height: 66.666667%;
}

.odd\:h-1\/4:nth-child(odd) {
  height: 25%;
}

.odd\:h-2\/4:nth-child(odd) {
  height: 50%;
}

.odd\:h-3\/4:nth-child(odd) {
  height: 75%;
}

.odd\:h-1\/5:nth-child(odd) {
  height: 20%;
}

.odd\:h-2\/5:nth-child(odd) {
  height: 40%;
}

.odd\:h-3\/5:nth-child(odd) {
  height: 60%;
}

.odd\:h-4\/5:nth-child(odd) {
  height: 80%;
}

.odd\:h-1\/6:nth-child(odd) {
  height: 16.666667%;
}

.odd\:h-2\/6:nth-child(odd) {
  height: 33.333333%;
}

.odd\:h-3\/6:nth-child(odd) {
  height: 50%;
}

.odd\:h-4\/6:nth-child(odd) {
  height: 66.666667%;
}

.odd\:h-5\/6:nth-child(odd) {
  height: 83.333333%;
}

.odd\:h-full:nth-child(odd) {
  height: 100%;
}

.odd\:h-screen:nth-child(odd) {
  height: 100vh;
}

.even\:h-0:nth-child(even) {
  height: 0px;
}

.even\:h-1:nth-child(even) {
  height: 0.25rem;
}

.even\:h-2:nth-child(even) {
  height: 0.5rem;
}

.even\:h-3:nth-child(even) {
  height: 0.75rem;
}

.even\:h-4:nth-child(even) {
  height: 1rem;
}

.even\:h-5:nth-child(even) {
  height: 1.25rem;
}

.even\:h-6:nth-child(even) {
  height: 1.5rem;
}

.even\:h-7:nth-child(even) {
  height: 1.75rem;
}

.even\:h-8:nth-child(even) {
  height: 2rem;
}

.even\:h-9:nth-child(even) {
  height: 2.25rem;
}

.even\:h-10:nth-child(even) {
  height: 2.5rem;
}

.even\:h-11:nth-child(even) {
  height: 2.75rem;
}

.even\:h-12:nth-child(even) {
  height: 3rem;
}

.even\:h-14:nth-child(even) {
  height: 3.5rem;
}

.even\:h-16:nth-child(even) {
  height: 4rem;
}

.even\:h-20:nth-child(even) {
  height: 5rem;
}

.even\:h-24:nth-child(even) {
  height: 6rem;
}

.even\:h-28:nth-child(even) {
  height: 7rem;
}

.even\:h-32:nth-child(even) {
  height: 8rem;
}

.even\:h-36:nth-child(even) {
  height: 9rem;
}

.even\:h-40:nth-child(even) {
  height: 10rem;
}

.even\:h-44:nth-child(even) {
  height: 11rem;
}

.even\:h-48:nth-child(even) {
  height: 12rem;
}

.even\:h-52:nth-child(even) {
  height: 13rem;
}

.even\:h-56:nth-child(even) {
  height: 14rem;
}

.even\:h-60:nth-child(even) {
  height: 15rem;
}

.even\:h-64:nth-child(even) {
  height: 16rem;
}

.even\:h-72:nth-child(even) {
  height: 18rem;
}

.even\:h-80:nth-child(even) {
  height: 20rem;
}

.even\:h-96:nth-child(even) {
  height: 24rem;
}

.even\:h-auto:nth-child(even) {
  height: auto;
}

.even\:h-px:nth-child(even) {
  height: 1px;
}

.even\:h-0\.5:nth-child(even) {
  height: 0.125rem;
}

.even\:h-1\.5:nth-child(even) {
  height: 0.375rem;
}

.even\:h-2\.5:nth-child(even) {
  height: 0.625rem;
}

.even\:h-3\.5:nth-child(even) {
  height: 0.875rem;
}

.even\:h-1\/2:nth-child(even) {
  height: 50%;
}

.even\:h-1\/3:nth-child(even) {
  height: 33.333333%;
}

.even\:h-2\/3:nth-child(even) {
  height: 66.666667%;
}

.even\:h-1\/4:nth-child(even) {
  height: 25%;
}

.even\:h-2\/4:nth-child(even) {
  height: 50%;
}

.even\:h-3\/4:nth-child(even) {
  height: 75%;
}

.even\:h-1\/5:nth-child(even) {
  height: 20%;
}

.even\:h-2\/5:nth-child(even) {
  height: 40%;
}

.even\:h-3\/5:nth-child(even) {
  height: 60%;
}

.even\:h-4\/5:nth-child(even) {
  height: 80%;
}

.even\:h-1\/6:nth-child(even) {
  height: 16.666667%;
}

.even\:h-2\/6:nth-child(even) {
  height: 33.333333%;
}

.even\:h-3\/6:nth-child(even) {
  height: 50%;
}

.even\:h-4\/6:nth-child(even) {
  height: 66.666667%;
}

.even\:h-5\/6:nth-child(even) {
  height: 83.333333%;
}

.even\:h-full:nth-child(even) {
  height: 100%;
}

.even\:h-screen:nth-child(even) {
  height: 100vh;
}

.hover\:h-0:hover {
  height: 0px;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-7:hover {
  height: 1.75rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-9:hover {
  height: 2.25rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-11:hover {
  height: 2.75rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-14:hover {
  height: 3.5rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-28:hover {
  height: 7rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-36:hover {
  height: 9rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-44:hover {
  height: 11rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-52:hover {
  height: 13rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-60:hover {
  height: 15rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-72:hover {
  height: 18rem;
}

.hover\:h-80:hover {
  height: 20rem;
}

.hover\:h-96:hover {
  height: 24rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-0\.5:hover {
  height: 0.125rem;
}

.hover\:h-1\.5:hover {
  height: 0.375rem;
}

.hover\:h-2\.5:hover {
  height: 0.625rem;
}

.hover\:h-3\.5:hover {
  height: 0.875rem;
}

.hover\:h-1\/2:hover {
  height: 50%;
}

.hover\:h-1\/3:hover {
  height: 33.333333%;
}

.hover\:h-2\/3:hover {
  height: 66.666667%;
}

.hover\:h-1\/4:hover {
  height: 25%;
}

.hover\:h-2\/4:hover {
  height: 50%;
}

.hover\:h-3\/4:hover {
  height: 75%;
}

.hover\:h-1\/5:hover {
  height: 20%;
}

.hover\:h-2\/5:hover {
  height: 40%;
}

.hover\:h-3\/5:hover {
  height: 60%;
}

.hover\:h-4\/5:hover {
  height: 80%;
}

.hover\:h-1\/6:hover {
  height: 16.666667%;
}

.hover\:h-2\/6:hover {
  height: 33.333333%;
}

.hover\:h-3\/6:hover {
  height: 50%;
}

.hover\:h-4\/6:hover {
  height: 66.666667%;
}

.hover\:h-5\/6:hover {
  height: 83.333333%;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.focus\:h-0:focus {
  height: 0px;
}

.focus\:h-1:focus {
  height: 0.25rem;
}

.focus\:h-2:focus {
  height: 0.5rem;
}

.focus\:h-3:focus {
  height: 0.75rem;
}

.focus\:h-4:focus {
  height: 1rem;
}

.focus\:h-5:focus {
  height: 1.25rem;
}

.focus\:h-6:focus {
  height: 1.5rem;
}

.focus\:h-7:focus {
  height: 1.75rem;
}

.focus\:h-8:focus {
  height: 2rem;
}

.focus\:h-9:focus {
  height: 2.25rem;
}

.focus\:h-10:focus {
  height: 2.5rem;
}

.focus\:h-11:focus {
  height: 2.75rem;
}

.focus\:h-12:focus {
  height: 3rem;
}

.focus\:h-14:focus {
  height: 3.5rem;
}

.focus\:h-16:focus {
  height: 4rem;
}

.focus\:h-20:focus {
  height: 5rem;
}

.focus\:h-24:focus {
  height: 6rem;
}

.focus\:h-28:focus {
  height: 7rem;
}

.focus\:h-32:focus {
  height: 8rem;
}

.focus\:h-36:focus {
  height: 9rem;
}

.focus\:h-40:focus {
  height: 10rem;
}

.focus\:h-44:focus {
  height: 11rem;
}

.focus\:h-48:focus {
  height: 12rem;
}

.focus\:h-52:focus {
  height: 13rem;
}

.focus\:h-56:focus {
  height: 14rem;
}

.focus\:h-60:focus {
  height: 15rem;
}

.focus\:h-64:focus {
  height: 16rem;
}

.focus\:h-72:focus {
  height: 18rem;
}

.focus\:h-80:focus {
  height: 20rem;
}

.focus\:h-96:focus {
  height: 24rem;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:h-px:focus {
  height: 1px;
}

.focus\:h-0\.5:focus {
  height: 0.125rem;
}

.focus\:h-1\.5:focus {
  height: 0.375rem;
}

.focus\:h-2\.5:focus {
  height: 0.625rem;
}

.focus\:h-3\.5:focus {
  height: 0.875rem;
}

.focus\:h-1\/2:focus {
  height: 50%;
}

.focus\:h-1\/3:focus {
  height: 33.333333%;
}

.focus\:h-2\/3:focus {
  height: 66.666667%;
}

.focus\:h-1\/4:focus {
  height: 25%;
}

.focus\:h-2\/4:focus {
  height: 50%;
}

.focus\:h-3\/4:focus {
  height: 75%;
}

.focus\:h-1\/5:focus {
  height: 20%;
}

.focus\:h-2\/5:focus {
  height: 40%;
}

.focus\:h-3\/5:focus {
  height: 60%;
}

.focus\:h-4\/5:focus {
  height: 80%;
}

.focus\:h-1\/6:focus {
  height: 16.666667%;
}

.focus\:h-2\/6:focus {
  height: 33.333333%;
}

.focus\:h-3\/6:focus {
  height: 50%;
}

.focus\:h-4\/6:focus {
  height: 66.666667%;
}

.focus\:h-5\/6:focus {
  height: 83.333333%;
}

.focus\:h-full:focus {
  height: 100%;
}

.focus\:h-screen:focus {
  height: 100vh;
}

.active\:h-0:active {
  height: 0px;
}

.active\:h-1:active {
  height: 0.25rem;
}

.active\:h-2:active {
  height: 0.5rem;
}

.active\:h-3:active {
  height: 0.75rem;
}

.active\:h-4:active {
  height: 1rem;
}

.active\:h-5:active {
  height: 1.25rem;
}

.active\:h-6:active {
  height: 1.5rem;
}

.active\:h-7:active {
  height: 1.75rem;
}

.active\:h-8:active {
  height: 2rem;
}

.active\:h-9:active {
  height: 2.25rem;
}

.active\:h-10:active {
  height: 2.5rem;
}

.active\:h-11:active {
  height: 2.75rem;
}

.active\:h-12:active {
  height: 3rem;
}

.active\:h-14:active {
  height: 3.5rem;
}

.active\:h-16:active {
  height: 4rem;
}

.active\:h-20:active {
  height: 5rem;
}

.active\:h-24:active {
  height: 6rem;
}

.active\:h-28:active {
  height: 7rem;
}

.active\:h-32:active {
  height: 8rem;
}

.active\:h-36:active {
  height: 9rem;
}

.active\:h-40:active {
  height: 10rem;
}

.active\:h-44:active {
  height: 11rem;
}

.active\:h-48:active {
  height: 12rem;
}

.active\:h-52:active {
  height: 13rem;
}

.active\:h-56:active {
  height: 14rem;
}

.active\:h-60:active {
  height: 15rem;
}

.active\:h-64:active {
  height: 16rem;
}

.active\:h-72:active {
  height: 18rem;
}

.active\:h-80:active {
  height: 20rem;
}

.active\:h-96:active {
  height: 24rem;
}

.active\:h-auto:active {
  height: auto;
}

.active\:h-px:active {
  height: 1px;
}

.active\:h-0\.5:active {
  height: 0.125rem;
}

.active\:h-1\.5:active {
  height: 0.375rem;
}

.active\:h-2\.5:active {
  height: 0.625rem;
}

.active\:h-3\.5:active {
  height: 0.875rem;
}

.active\:h-1\/2:active {
  height: 50%;
}

.active\:h-1\/3:active {
  height: 33.333333%;
}

.active\:h-2\/3:active {
  height: 66.666667%;
}

.active\:h-1\/4:active {
  height: 25%;
}

.active\:h-2\/4:active {
  height: 50%;
}

.active\:h-3\/4:active {
  height: 75%;
}

.active\:h-1\/5:active {
  height: 20%;
}

.active\:h-2\/5:active {
  height: 40%;
}

.active\:h-3\/5:active {
  height: 60%;
}

.active\:h-4\/5:active {
  height: 80%;
}

.active\:h-1\/6:active {
  height: 16.666667%;
}

.active\:h-2\/6:active {
  height: 33.333333%;
}

.active\:h-3\/6:active {
  height: 50%;
}

.active\:h-4\/6:active {
  height: 66.666667%;
}

.active\:h-5\/6:active {
  height: 83.333333%;
}

.active\:h-full:active {
  height: 100%;
}

.active\:h-screen:active {
  height: 100vh;
}

.visited\:h-0:visited {
  height: 0px;
}

.visited\:h-1:visited {
  height: 0.25rem;
}

.visited\:h-2:visited {
  height: 0.5rem;
}

.visited\:h-3:visited {
  height: 0.75rem;
}

.visited\:h-4:visited {
  height: 1rem;
}

.visited\:h-5:visited {
  height: 1.25rem;
}

.visited\:h-6:visited {
  height: 1.5rem;
}

.visited\:h-7:visited {
  height: 1.75rem;
}

.visited\:h-8:visited {
  height: 2rem;
}

.visited\:h-9:visited {
  height: 2.25rem;
}

.visited\:h-10:visited {
  height: 2.5rem;
}

.visited\:h-11:visited {
  height: 2.75rem;
}

.visited\:h-12:visited {
  height: 3rem;
}

.visited\:h-14:visited {
  height: 3.5rem;
}

.visited\:h-16:visited {
  height: 4rem;
}

.visited\:h-20:visited {
  height: 5rem;
}

.visited\:h-24:visited {
  height: 6rem;
}

.visited\:h-28:visited {
  height: 7rem;
}

.visited\:h-32:visited {
  height: 8rem;
}

.visited\:h-36:visited {
  height: 9rem;
}

.visited\:h-40:visited {
  height: 10rem;
}

.visited\:h-44:visited {
  height: 11rem;
}

.visited\:h-48:visited {
  height: 12rem;
}

.visited\:h-52:visited {
  height: 13rem;
}

.visited\:h-56:visited {
  height: 14rem;
}

.visited\:h-60:visited {
  height: 15rem;
}

.visited\:h-64:visited {
  height: 16rem;
}

.visited\:h-72:visited {
  height: 18rem;
}

.visited\:h-80:visited {
  height: 20rem;
}

.visited\:h-96:visited {
  height: 24rem;
}

.visited\:h-auto:visited {
  height: auto;
}

.visited\:h-px:visited {
  height: 1px;
}

.visited\:h-0\.5:visited {
  height: 0.125rem;
}

.visited\:h-1\.5:visited {
  height: 0.375rem;
}

.visited\:h-2\.5:visited {
  height: 0.625rem;
}

.visited\:h-3\.5:visited {
  height: 0.875rem;
}

.visited\:h-1\/2:visited {
  height: 50%;
}

.visited\:h-1\/3:visited {
  height: 33.333333%;
}

.visited\:h-2\/3:visited {
  height: 66.666667%;
}

.visited\:h-1\/4:visited {
  height: 25%;
}

.visited\:h-2\/4:visited {
  height: 50%;
}

.visited\:h-3\/4:visited {
  height: 75%;
}

.visited\:h-1\/5:visited {
  height: 20%;
}

.visited\:h-2\/5:visited {
  height: 40%;
}

.visited\:h-3\/5:visited {
  height: 60%;
}

.visited\:h-4\/5:visited {
  height: 80%;
}

.visited\:h-1\/6:visited {
  height: 16.666667%;
}

.visited\:h-2\/6:visited {
  height: 33.333333%;
}

.visited\:h-3\/6:visited {
  height: 50%;
}

.visited\:h-4\/6:visited {
  height: 66.666667%;
}

.visited\:h-5\/6:visited {
  height: 83.333333%;
}

.visited\:h-full:visited {
  height: 100%;
}

.visited\:h-screen:visited {
  height: 100vh;
}

.disabled\:h-0:disabled {
  height: 0px;
}

.disabled\:h-1:disabled {
  height: 0.25rem;
}

.disabled\:h-2:disabled {
  height: 0.5rem;
}

.disabled\:h-3:disabled {
  height: 0.75rem;
}

.disabled\:h-4:disabled {
  height: 1rem;
}

.disabled\:h-5:disabled {
  height: 1.25rem;
}

.disabled\:h-6:disabled {
  height: 1.5rem;
}

.disabled\:h-7:disabled {
  height: 1.75rem;
}

.disabled\:h-8:disabled {
  height: 2rem;
}

.disabled\:h-9:disabled {
  height: 2.25rem;
}

.disabled\:h-10:disabled {
  height: 2.5rem;
}

.disabled\:h-11:disabled {
  height: 2.75rem;
}

.disabled\:h-12:disabled {
  height: 3rem;
}

.disabled\:h-14:disabled {
  height: 3.5rem;
}

.disabled\:h-16:disabled {
  height: 4rem;
}

.disabled\:h-20:disabled {
  height: 5rem;
}

.disabled\:h-24:disabled {
  height: 6rem;
}

.disabled\:h-28:disabled {
  height: 7rem;
}

.disabled\:h-32:disabled {
  height: 8rem;
}

.disabled\:h-36:disabled {
  height: 9rem;
}

.disabled\:h-40:disabled {
  height: 10rem;
}

.disabled\:h-44:disabled {
  height: 11rem;
}

.disabled\:h-48:disabled {
  height: 12rem;
}

.disabled\:h-52:disabled {
  height: 13rem;
}

.disabled\:h-56:disabled {
  height: 14rem;
}

.disabled\:h-60:disabled {
  height: 15rem;
}

.disabled\:h-64:disabled {
  height: 16rem;
}

.disabled\:h-72:disabled {
  height: 18rem;
}

.disabled\:h-80:disabled {
  height: 20rem;
}

.disabled\:h-96:disabled {
  height: 24rem;
}

.disabled\:h-auto:disabled {
  height: auto;
}

.disabled\:h-px:disabled {
  height: 1px;
}

.disabled\:h-0\.5:disabled {
  height: 0.125rem;
}

.disabled\:h-1\.5:disabled {
  height: 0.375rem;
}

.disabled\:h-2\.5:disabled {
  height: 0.625rem;
}

.disabled\:h-3\.5:disabled {
  height: 0.875rem;
}

.disabled\:h-1\/2:disabled {
  height: 50%;
}

.disabled\:h-1\/3:disabled {
  height: 33.333333%;
}

.disabled\:h-2\/3:disabled {
  height: 66.666667%;
}

.disabled\:h-1\/4:disabled {
  height: 25%;
}

.disabled\:h-2\/4:disabled {
  height: 50%;
}

.disabled\:h-3\/4:disabled {
  height: 75%;
}

.disabled\:h-1\/5:disabled {
  height: 20%;
}

.disabled\:h-2\/5:disabled {
  height: 40%;
}

.disabled\:h-3\/5:disabled {
  height: 60%;
}

.disabled\:h-4\/5:disabled {
  height: 80%;
}

.disabled\:h-1\/6:disabled {
  height: 16.666667%;
}

.disabled\:h-2\/6:disabled {
  height: 33.333333%;
}

.disabled\:h-3\/6:disabled {
  height: 50%;
}

.disabled\:h-4\/6:disabled {
  height: 66.666667%;
}

.disabled\:h-5\/6:disabled {
  height: 83.333333%;
}

.disabled\:h-full:disabled {
  height: 100%;
}

.disabled\:h-screen:disabled {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.group:hover .group-hover\:text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.group:hover .group-hover\:text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.group:hover .group-hover\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.group:hover .group-hover\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.group:hover .group-hover\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.group:hover .group-hover\:text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.group:hover .group-hover\:text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.group:hover .group-hover\:text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.group:hover .group-hover\:text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.group:hover .group-hover\:text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.group:hover .group-hover\:text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.group:hover .group-hover\:text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.group:hover .group-hover\:text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.focus-within\:text-xs:focus-within {
  font-size: 0.75rem;
  line-height: 1rem;
}

.focus-within\:text-sm:focus-within {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus-within\:text-base:focus-within {
  font-size: 1rem;
  line-height: 1.5rem;
}

.focus-within\:text-lg:focus-within {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.focus-within\:text-xl:focus-within {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.focus-within\:text-2xl:focus-within {
  font-size: 1.5rem;
  line-height: 2rem;
}

.focus-within\:text-3xl:focus-within {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.focus-within\:text-4xl:focus-within {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.focus-within\:text-5xl:focus-within {
  font-size: 3rem;
  line-height: 1;
}

.focus-within\:text-6xl:focus-within {
  font-size: 3.75rem;
  line-height: 1;
}

.focus-within\:text-7xl:focus-within {
  font-size: 4.5rem;
  line-height: 1;
}

.focus-within\:text-8xl:focus-within {
  font-size: 6rem;
  line-height: 1;
}

.focus-within\:text-9xl:focus-within {
  font-size: 8rem;
  line-height: 1;
}

.first\:text-xs:first-child {
  font-size: 0.75rem;
  line-height: 1rem;
}

.first\:text-sm:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.first\:text-base:first-child {
  font-size: 1rem;
  line-height: 1.5rem;
}

.first\:text-lg:first-child {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.first\:text-xl:first-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.first\:text-2xl:first-child {
  font-size: 1.5rem;
  line-height: 2rem;
}

.first\:text-3xl:first-child {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.first\:text-4xl:first-child {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.first\:text-5xl:first-child {
  font-size: 3rem;
  line-height: 1;
}

.first\:text-6xl:first-child {
  font-size: 3.75rem;
  line-height: 1;
}

.first\:text-7xl:first-child {
  font-size: 4.5rem;
  line-height: 1;
}

.first\:text-8xl:first-child {
  font-size: 6rem;
  line-height: 1;
}

.first\:text-9xl:first-child {
  font-size: 8rem;
  line-height: 1;
}

.last\:text-xs:last-child {
  font-size: 0.75rem;
  line-height: 1rem;
}

.last\:text-sm:last-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.last\:text-base:last-child {
  font-size: 1rem;
  line-height: 1.5rem;
}

.last\:text-lg:last-child {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.last\:text-xl:last-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.last\:text-2xl:last-child {
  font-size: 1.5rem;
  line-height: 2rem;
}

.last\:text-3xl:last-child {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.last\:text-4xl:last-child {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.last\:text-5xl:last-child {
  font-size: 3rem;
  line-height: 1;
}

.last\:text-6xl:last-child {
  font-size: 3.75rem;
  line-height: 1;
}

.last\:text-7xl:last-child {
  font-size: 4.5rem;
  line-height: 1;
}

.last\:text-8xl:last-child {
  font-size: 6rem;
  line-height: 1;
}

.last\:text-9xl:last-child {
  font-size: 8rem;
  line-height: 1;
}

.odd\:text-xs:nth-child(odd) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.odd\:text-sm:nth-child(odd) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.odd\:text-base:nth-child(odd) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.odd\:text-lg:nth-child(odd) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.odd\:text-xl:nth-child(odd) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.odd\:text-2xl:nth-child(odd) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.odd\:text-3xl:nth-child(odd) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.odd\:text-4xl:nth-child(odd) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.odd\:text-5xl:nth-child(odd) {
  font-size: 3rem;
  line-height: 1;
}

.odd\:text-6xl:nth-child(odd) {
  font-size: 3.75rem;
  line-height: 1;
}

.odd\:text-7xl:nth-child(odd) {
  font-size: 4.5rem;
  line-height: 1;
}

.odd\:text-8xl:nth-child(odd) {
  font-size: 6rem;
  line-height: 1;
}

.odd\:text-9xl:nth-child(odd) {
  font-size: 8rem;
  line-height: 1;
}

.even\:text-xs:nth-child(even) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.even\:text-sm:nth-child(even) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.even\:text-base:nth-child(even) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.even\:text-lg:nth-child(even) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.even\:text-xl:nth-child(even) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.even\:text-2xl:nth-child(even) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.even\:text-3xl:nth-child(even) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.even\:text-4xl:nth-child(even) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.even\:text-5xl:nth-child(even) {
  font-size: 3rem;
  line-height: 1;
}

.even\:text-6xl:nth-child(even) {
  font-size: 3.75rem;
  line-height: 1;
}

.even\:text-7xl:nth-child(even) {
  font-size: 4.5rem;
  line-height: 1;
}

.even\:text-8xl:nth-child(even) {
  font-size: 6rem;
  line-height: 1;
}

.even\:text-9xl:nth-child(even) {
  font-size: 8rem;
  line-height: 1;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
  line-height: 1rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:text-base:hover {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
  line-height: 2rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
  line-height: 1;
}

.hover\:text-6xl:hover {
  font-size: 3.75rem;
  line-height: 1;
}

.hover\:text-7xl:hover {
  font-size: 4.5rem;
  line-height: 1;
}

.hover\:text-8xl:hover {
  font-size: 6rem;
  line-height: 1;
}

.hover\:text-9xl:hover {
  font-size: 8rem;
  line-height: 1;
}

.focus\:text-xs:focus {
  font-size: 0.75rem;
  line-height: 1rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus\:text-base:focus {
  font-size: 1rem;
  line-height: 1.5rem;
}

.focus\:text-lg:focus {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.focus\:text-xl:focus {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.focus\:text-2xl:focus {
  font-size: 1.5rem;
  line-height: 2rem;
}

.focus\:text-3xl:focus {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.focus\:text-4xl:focus {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.focus\:text-5xl:focus {
  font-size: 3rem;
  line-height: 1;
}

.focus\:text-6xl:focus {
  font-size: 3.75rem;
  line-height: 1;
}

.focus\:text-7xl:focus {
  font-size: 4.5rem;
  line-height: 1;
}

.focus\:text-8xl:focus {
  font-size: 6rem;
  line-height: 1;
}

.focus\:text-9xl:focus {
  font-size: 8rem;
  line-height: 1;
}

.active\:text-xs:active {
  font-size: 0.75rem;
  line-height: 1rem;
}

.active\:text-sm:active {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.active\:text-base:active {
  font-size: 1rem;
  line-height: 1.5rem;
}

.active\:text-lg:active {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.active\:text-xl:active {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.active\:text-2xl:active {
  font-size: 1.5rem;
  line-height: 2rem;
}

.active\:text-3xl:active {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.active\:text-4xl:active {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.active\:text-5xl:active {
  font-size: 3rem;
  line-height: 1;
}

.active\:text-6xl:active {
  font-size: 3.75rem;
  line-height: 1;
}

.active\:text-7xl:active {
  font-size: 4.5rem;
  line-height: 1;
}

.active\:text-8xl:active {
  font-size: 6rem;
  line-height: 1;
}

.active\:text-9xl:active {
  font-size: 8rem;
  line-height: 1;
}

.visited\:text-xs:visited {
  font-size: 0.75rem;
  line-height: 1rem;
}

.visited\:text-sm:visited {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.visited\:text-base:visited {
  font-size: 1rem;
  line-height: 1.5rem;
}

.visited\:text-lg:visited {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.visited\:text-xl:visited {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.visited\:text-2xl:visited {
  font-size: 1.5rem;
  line-height: 2rem;
}

.visited\:text-3xl:visited {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.visited\:text-4xl:visited {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.visited\:text-5xl:visited {
  font-size: 3rem;
  line-height: 1;
}

.visited\:text-6xl:visited {
  font-size: 3.75rem;
  line-height: 1;
}

.visited\:text-7xl:visited {
  font-size: 4.5rem;
  line-height: 1;
}

.visited\:text-8xl:visited {
  font-size: 6rem;
  line-height: 1;
}

.visited\:text-9xl:visited {
  font-size: 8rem;
  line-height: 1;
}

.disabled\:text-xs:disabled {
  font-size: 0.75rem;
  line-height: 1rem;
}

.disabled\:text-sm:disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.disabled\:text-base:disabled {
  font-size: 1rem;
  line-height: 1.5rem;
}

.disabled\:text-lg:disabled {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.disabled\:text-xl:disabled {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.disabled\:text-2xl:disabled {
  font-size: 1.5rem;
  line-height: 2rem;
}

.disabled\:text-3xl:disabled {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.disabled\:text-4xl:disabled {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.disabled\:text-5xl:disabled {
  font-size: 3rem;
  line-height: 1;
}

.disabled\:text-6xl:disabled {
  font-size: 3.75rem;
  line-height: 1;
}

.disabled\:text-7xl:disabled {
  font-size: 4.5rem;
  line-height: 1;
}

.disabled\:text-8xl:disabled {
  font-size: 6rem;
  line-height: 1;
}

.disabled\:text-9xl:disabled {
  font-size: 8rem;
  line-height: 1;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.group:hover .group-hover\:leading-3 {
  line-height: .75rem;
}

.group:hover .group-hover\:leading-4 {
  line-height: 1rem;
}

.group:hover .group-hover\:leading-5 {
  line-height: 1.25rem;
}

.group:hover .group-hover\:leading-6 {
  line-height: 1.5rem;
}

.group:hover .group-hover\:leading-7 {
  line-height: 1.75rem;
}

.group:hover .group-hover\:leading-8 {
  line-height: 2rem;
}

.group:hover .group-hover\:leading-9 {
  line-height: 2.25rem;
}

.group:hover .group-hover\:leading-10 {
  line-height: 2.5rem;
}

.group:hover .group-hover\:leading-none {
  line-height: 1;
}

.group:hover .group-hover\:leading-tight {
  line-height: 1.25;
}

.group:hover .group-hover\:leading-snug {
  line-height: 1.375;
}

.group:hover .group-hover\:leading-normal {
  line-height: 1.5;
}

.group:hover .group-hover\:leading-relaxed {
  line-height: 1.625;
}

.group:hover .group-hover\:leading-loose {
  line-height: 2;
}

.focus-within\:leading-3:focus-within {
  line-height: .75rem;
}

.focus-within\:leading-4:focus-within {
  line-height: 1rem;
}

.focus-within\:leading-5:focus-within {
  line-height: 1.25rem;
}

.focus-within\:leading-6:focus-within {
  line-height: 1.5rem;
}

.focus-within\:leading-7:focus-within {
  line-height: 1.75rem;
}

.focus-within\:leading-8:focus-within {
  line-height: 2rem;
}

.focus-within\:leading-9:focus-within {
  line-height: 2.25rem;
}

.focus-within\:leading-10:focus-within {
  line-height: 2.5rem;
}

.focus-within\:leading-none:focus-within {
  line-height: 1;
}

.focus-within\:leading-tight:focus-within {
  line-height: 1.25;
}

.focus-within\:leading-snug:focus-within {
  line-height: 1.375;
}

.focus-within\:leading-normal:focus-within {
  line-height: 1.5;
}

.focus-within\:leading-relaxed:focus-within {
  line-height: 1.625;
}

.focus-within\:leading-loose:focus-within {
  line-height: 2;
}

.first\:leading-3:first-child {
  line-height: .75rem;
}

.first\:leading-4:first-child {
  line-height: 1rem;
}

.first\:leading-5:first-child {
  line-height: 1.25rem;
}

.first\:leading-6:first-child {
  line-height: 1.5rem;
}

.first\:leading-7:first-child {
  line-height: 1.75rem;
}

.first\:leading-8:first-child {
  line-height: 2rem;
}

.first\:leading-9:first-child {
  line-height: 2.25rem;
}

.first\:leading-10:first-child {
  line-height: 2.5rem;
}

.first\:leading-none:first-child {
  line-height: 1;
}

.first\:leading-tight:first-child {
  line-height: 1.25;
}

.first\:leading-snug:first-child {
  line-height: 1.375;
}

.first\:leading-normal:first-child {
  line-height: 1.5;
}

.first\:leading-relaxed:first-child {
  line-height: 1.625;
}

.first\:leading-loose:first-child {
  line-height: 2;
}

.last\:leading-3:last-child {
  line-height: .75rem;
}

.last\:leading-4:last-child {
  line-height: 1rem;
}

.last\:leading-5:last-child {
  line-height: 1.25rem;
}

.last\:leading-6:last-child {
  line-height: 1.5rem;
}

.last\:leading-7:last-child {
  line-height: 1.75rem;
}

.last\:leading-8:last-child {
  line-height: 2rem;
}

.last\:leading-9:last-child {
  line-height: 2.25rem;
}

.last\:leading-10:last-child {
  line-height: 2.5rem;
}

.last\:leading-none:last-child {
  line-height: 1;
}

.last\:leading-tight:last-child {
  line-height: 1.25;
}

.last\:leading-snug:last-child {
  line-height: 1.375;
}

.last\:leading-normal:last-child {
  line-height: 1.5;
}

.last\:leading-relaxed:last-child {
  line-height: 1.625;
}

.last\:leading-loose:last-child {
  line-height: 2;
}

.odd\:leading-3:nth-child(odd) {
  line-height: .75rem;
}

.odd\:leading-4:nth-child(odd) {
  line-height: 1rem;
}

.odd\:leading-5:nth-child(odd) {
  line-height: 1.25rem;
}

.odd\:leading-6:nth-child(odd) {
  line-height: 1.5rem;
}

.odd\:leading-7:nth-child(odd) {
  line-height: 1.75rem;
}

.odd\:leading-8:nth-child(odd) {
  line-height: 2rem;
}

.odd\:leading-9:nth-child(odd) {
  line-height: 2.25rem;
}

.odd\:leading-10:nth-child(odd) {
  line-height: 2.5rem;
}

.odd\:leading-none:nth-child(odd) {
  line-height: 1;
}

.odd\:leading-tight:nth-child(odd) {
  line-height: 1.25;
}

.odd\:leading-snug:nth-child(odd) {
  line-height: 1.375;
}

.odd\:leading-normal:nth-child(odd) {
  line-height: 1.5;
}

.odd\:leading-relaxed:nth-child(odd) {
  line-height: 1.625;
}

.odd\:leading-loose:nth-child(odd) {
  line-height: 2;
}

.even\:leading-3:nth-child(even) {
  line-height: .75rem;
}

.even\:leading-4:nth-child(even) {
  line-height: 1rem;
}

.even\:leading-5:nth-child(even) {
  line-height: 1.25rem;
}

.even\:leading-6:nth-child(even) {
  line-height: 1.5rem;
}

.even\:leading-7:nth-child(even) {
  line-height: 1.75rem;
}

.even\:leading-8:nth-child(even) {
  line-height: 2rem;
}

.even\:leading-9:nth-child(even) {
  line-height: 2.25rem;
}

.even\:leading-10:nth-child(even) {
  line-height: 2.5rem;
}

.even\:leading-none:nth-child(even) {
  line-height: 1;
}

.even\:leading-tight:nth-child(even) {
  line-height: 1.25;
}

.even\:leading-snug:nth-child(even) {
  line-height: 1.375;
}

.even\:leading-normal:nth-child(even) {
  line-height: 1.5;
}

.even\:leading-relaxed:nth-child(even) {
  line-height: 1.625;
}

.even\:leading-loose:nth-child(even) {
  line-height: 2;
}

.hover\:leading-3:hover {
  line-height: .75rem;
}

.hover\:leading-4:hover {
  line-height: 1rem;
}

.hover\:leading-5:hover {
  line-height: 1.25rem;
}

.hover\:leading-6:hover {
  line-height: 1.5rem;
}

.hover\:leading-7:hover {
  line-height: 1.75rem;
}

.hover\:leading-8:hover {
  line-height: 2rem;
}

.hover\:leading-9:hover {
  line-height: 2.25rem;
}

.hover\:leading-10:hover {
  line-height: 2.5rem;
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:leading-tight:hover {
  line-height: 1.25;
}

.hover\:leading-snug:hover {
  line-height: 1.375;
}

.hover\:leading-normal:hover {
  line-height: 1.5;
}

.hover\:leading-relaxed:hover {
  line-height: 1.625;
}

.hover\:leading-loose:hover {
  line-height: 2;
}

.focus\:leading-3:focus {
  line-height: .75rem;
}

.focus\:leading-4:focus {
  line-height: 1rem;
}

.focus\:leading-5:focus {
  line-height: 1.25rem;
}

.focus\:leading-6:focus {
  line-height: 1.5rem;
}

.focus\:leading-7:focus {
  line-height: 1.75rem;
}

.focus\:leading-8:focus {
  line-height: 2rem;
}

.focus\:leading-9:focus {
  line-height: 2.25rem;
}

.focus\:leading-10:focus {
  line-height: 2.5rem;
}

.focus\:leading-none:focus {
  line-height: 1;
}

.focus\:leading-tight:focus {
  line-height: 1.25;
}

.focus\:leading-snug:focus {
  line-height: 1.375;
}

.focus\:leading-normal:focus {
  line-height: 1.5;
}

.focus\:leading-relaxed:focus {
  line-height: 1.625;
}

.focus\:leading-loose:focus {
  line-height: 2;
}

.active\:leading-3:active {
  line-height: .75rem;
}

.active\:leading-4:active {
  line-height: 1rem;
}

.active\:leading-5:active {
  line-height: 1.25rem;
}

.active\:leading-6:active {
  line-height: 1.5rem;
}

.active\:leading-7:active {
  line-height: 1.75rem;
}

.active\:leading-8:active {
  line-height: 2rem;
}

.active\:leading-9:active {
  line-height: 2.25rem;
}

.active\:leading-10:active {
  line-height: 2.5rem;
}

.active\:leading-none:active {
  line-height: 1;
}

.active\:leading-tight:active {
  line-height: 1.25;
}

.active\:leading-snug:active {
  line-height: 1.375;
}

.active\:leading-normal:active {
  line-height: 1.5;
}

.active\:leading-relaxed:active {
  line-height: 1.625;
}

.active\:leading-loose:active {
  line-height: 2;
}

.visited\:leading-3:visited {
  line-height: .75rem;
}

.visited\:leading-4:visited {
  line-height: 1rem;
}

.visited\:leading-5:visited {
  line-height: 1.25rem;
}

.visited\:leading-6:visited {
  line-height: 1.5rem;
}

.visited\:leading-7:visited {
  line-height: 1.75rem;
}

.visited\:leading-8:visited {
  line-height: 2rem;
}

.visited\:leading-9:visited {
  line-height: 2.25rem;
}

.visited\:leading-10:visited {
  line-height: 2.5rem;
}

.visited\:leading-none:visited {
  line-height: 1;
}

.visited\:leading-tight:visited {
  line-height: 1.25;
}

.visited\:leading-snug:visited {
  line-height: 1.375;
}

.visited\:leading-normal:visited {
  line-height: 1.5;
}

.visited\:leading-relaxed:visited {
  line-height: 1.625;
}

.visited\:leading-loose:visited {
  line-height: 2;
}

.disabled\:leading-3:disabled {
  line-height: .75rem;
}

.disabled\:leading-4:disabled {
  line-height: 1rem;
}

.disabled\:leading-5:disabled {
  line-height: 1.25rem;
}

.disabled\:leading-6:disabled {
  line-height: 1.5rem;
}

.disabled\:leading-7:disabled {
  line-height: 1.75rem;
}

.disabled\:leading-8:disabled {
  line-height: 2rem;
}

.disabled\:leading-9:disabled {
  line-height: 2.25rem;
}

.disabled\:leading-10:disabled {
  line-height: 2.5rem;
}

.disabled\:leading-none:disabled {
  line-height: 1;
}

.disabled\:leading-tight:disabled {
  line-height: 1.25;
}

.disabled\:leading-snug:disabled {
  line-height: 1.375;
}

.disabled\:leading-normal:disabled {
  line-height: 1.5;
}

.disabled\:leading-relaxed:disabled {
  line-height: 1.625;
}

.disabled\:leading-loose:disabled {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.group:hover .group-hover\:list-inside {
  list-style-position: inside;
}

.group:hover .group-hover\:list-outside {
  list-style-position: outside;
}

.focus-within\:list-inside:focus-within {
  list-style-position: inside;
}

.focus-within\:list-outside:focus-within {
  list-style-position: outside;
}

.first\:list-inside:first-child {
  list-style-position: inside;
}

.first\:list-outside:first-child {
  list-style-position: outside;
}

.last\:list-inside:last-child {
  list-style-position: inside;
}

.last\:list-outside:last-child {
  list-style-position: outside;
}

.odd\:list-inside:nth-child(odd) {
  list-style-position: inside;
}

.odd\:list-outside:nth-child(odd) {
  list-style-position: outside;
}

.even\:list-inside:nth-child(even) {
  list-style-position: inside;
}

.even\:list-outside:nth-child(even) {
  list-style-position: outside;
}

.hover\:list-inside:hover {
  list-style-position: inside;
}

.hover\:list-outside:hover {
  list-style-position: outside;
}

.focus\:list-inside:focus {
  list-style-position: inside;
}

.focus\:list-outside:focus {
  list-style-position: outside;
}

.active\:list-inside:active {
  list-style-position: inside;
}

.active\:list-outside:active {
  list-style-position: outside;
}

.visited\:list-inside:visited {
  list-style-position: inside;
}

.visited\:list-outside:visited {
  list-style-position: outside;
}

.disabled\:list-inside:disabled {
  list-style-position: inside;
}

.disabled\:list-outside:disabled {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.group:hover .group-hover\:list-none {
  list-style-type: none;
}

.group:hover .group-hover\:list-disc {
  list-style-type: disc;
}

.group:hover .group-hover\:list-decimal {
  list-style-type: decimal;
}

.focus-within\:list-none:focus-within {
  list-style-type: none;
}

.focus-within\:list-disc:focus-within {
  list-style-type: disc;
}

.focus-within\:list-decimal:focus-within {
  list-style-type: decimal;
}

.first\:list-none:first-child {
  list-style-type: none;
}

.first\:list-disc:first-child {
  list-style-type: disc;
}

.first\:list-decimal:first-child {
  list-style-type: decimal;
}

.last\:list-none:last-child {
  list-style-type: none;
}

.last\:list-disc:last-child {
  list-style-type: disc;
}

.last\:list-decimal:last-child {
  list-style-type: decimal;
}

.odd\:list-none:nth-child(odd) {
  list-style-type: none;
}

.odd\:list-disc:nth-child(odd) {
  list-style-type: disc;
}

.odd\:list-decimal:nth-child(odd) {
  list-style-type: decimal;
}

.even\:list-none:nth-child(even) {
  list-style-type: none;
}

.even\:list-disc:nth-child(even) {
  list-style-type: disc;
}

.even\:list-decimal:nth-child(even) {
  list-style-type: decimal;
}

.hover\:list-none:hover {
  list-style-type: none;
}

.hover\:list-disc:hover {
  list-style-type: disc;
}

.hover\:list-decimal:hover {
  list-style-type: decimal;
}

.focus\:list-none:focus {
  list-style-type: none;
}

.focus\:list-disc:focus {
  list-style-type: disc;
}

.focus\:list-decimal:focus {
  list-style-type: decimal;
}

.active\:list-none:active {
  list-style-type: none;
}

.active\:list-disc:active {
  list-style-type: disc;
}

.active\:list-decimal:active {
  list-style-type: decimal;
}

.visited\:list-none:visited {
  list-style-type: none;
}

.visited\:list-disc:visited {
  list-style-type: disc;
}

.visited\:list-decimal:visited {
  list-style-type: decimal;
}

.disabled\:list-none:disabled {
  list-style-type: none;
}

.disabled\:list-disc:disabled {
  list-style-type: disc;
}

.disabled\:list-decimal:disabled {
  list-style-type: decimal;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.ml-28 {
  margin-left: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.ml-44 {
  margin-left: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.ml-60 {
  margin-left: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.ml-72 {
  margin-left: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.ml-96 {
  margin-left: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.-mt-0 {
  margin-top: 0px;
}

.-mr-0 {
  margin-right: 0px;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-ml-0 {
  margin-left: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.group:hover .group-hover\:m-0 {
  margin: 0px;
}

.group:hover .group-hover\:m-1 {
  margin: 0.25rem;
}

.group:hover .group-hover\:m-2 {
  margin: 0.5rem;
}

.group:hover .group-hover\:m-3 {
  margin: 0.75rem;
}

.group:hover .group-hover\:m-4 {
  margin: 1rem;
}

.group:hover .group-hover\:m-5 {
  margin: 1.25rem;
}

.group:hover .group-hover\:m-6 {
  margin: 1.5rem;
}

.group:hover .group-hover\:m-7 {
  margin: 1.75rem;
}

.group:hover .group-hover\:m-8 {
  margin: 2rem;
}

.group:hover .group-hover\:m-9 {
  margin: 2.25rem;
}

.group:hover .group-hover\:m-10 {
  margin: 2.5rem;
}

.group:hover .group-hover\:m-11 {
  margin: 2.75rem;
}

.group:hover .group-hover\:m-12 {
  margin: 3rem;
}

.group:hover .group-hover\:m-14 {
  margin: 3.5rem;
}

.group:hover .group-hover\:m-16 {
  margin: 4rem;
}

.group:hover .group-hover\:m-20 {
  margin: 5rem;
}

.group:hover .group-hover\:m-24 {
  margin: 6rem;
}

.group:hover .group-hover\:m-28 {
  margin: 7rem;
}

.group:hover .group-hover\:m-32 {
  margin: 8rem;
}

.group:hover .group-hover\:m-36 {
  margin: 9rem;
}

.group:hover .group-hover\:m-40 {
  margin: 10rem;
}

.group:hover .group-hover\:m-44 {
  margin: 11rem;
}

.group:hover .group-hover\:m-48 {
  margin: 12rem;
}

.group:hover .group-hover\:m-52 {
  margin: 13rem;
}

.group:hover .group-hover\:m-56 {
  margin: 14rem;
}

.group:hover .group-hover\:m-60 {
  margin: 15rem;
}

.group:hover .group-hover\:m-64 {
  margin: 16rem;
}

.group:hover .group-hover\:m-72 {
  margin: 18rem;
}

.group:hover .group-hover\:m-80 {
  margin: 20rem;
}

.group:hover .group-hover\:m-96 {
  margin: 24rem;
}

.group:hover .group-hover\:m-auto {
  margin: auto;
}

.group:hover .group-hover\:m-px {
  margin: 1px;
}

.group:hover .group-hover\:m-0\.5 {
  margin: 0.125rem;
}

.group:hover .group-hover\:m-1\.5 {
  margin: 0.375rem;
}

.group:hover .group-hover\:m-2\.5 {
  margin: 0.625rem;
}

.group:hover .group-hover\:m-3\.5 {
  margin: 0.875rem;
}

.group:hover .group-hover\:-m-0 {
  margin: 0px;
}

.group:hover .group-hover\:-m-1 {
  margin: -0.25rem;
}

.group:hover .group-hover\:-m-2 {
  margin: -0.5rem;
}

.group:hover .group-hover\:-m-3 {
  margin: -0.75rem;
}

.group:hover .group-hover\:-m-4 {
  margin: -1rem;
}

.group:hover .group-hover\:-m-5 {
  margin: -1.25rem;
}

.group:hover .group-hover\:-m-6 {
  margin: -1.5rem;
}

.group:hover .group-hover\:-m-7 {
  margin: -1.75rem;
}

.group:hover .group-hover\:-m-8 {
  margin: -2rem;
}

.group:hover .group-hover\:-m-9 {
  margin: -2.25rem;
}

.group:hover .group-hover\:-m-10 {
  margin: -2.5rem;
}

.group:hover .group-hover\:-m-11 {
  margin: -2.75rem;
}

.group:hover .group-hover\:-m-12 {
  margin: -3rem;
}

.group:hover .group-hover\:-m-14 {
  margin: -3.5rem;
}

.group:hover .group-hover\:-m-16 {
  margin: -4rem;
}

.group:hover .group-hover\:-m-20 {
  margin: -5rem;
}

.group:hover .group-hover\:-m-24 {
  margin: -6rem;
}

.group:hover .group-hover\:-m-28 {
  margin: -7rem;
}

.group:hover .group-hover\:-m-32 {
  margin: -8rem;
}

.group:hover .group-hover\:-m-36 {
  margin: -9rem;
}

.group:hover .group-hover\:-m-40 {
  margin: -10rem;
}

.group:hover .group-hover\:-m-44 {
  margin: -11rem;
}

.group:hover .group-hover\:-m-48 {
  margin: -12rem;
}

.group:hover .group-hover\:-m-52 {
  margin: -13rem;
}

.group:hover .group-hover\:-m-56 {
  margin: -14rem;
}

.group:hover .group-hover\:-m-60 {
  margin: -15rem;
}

.group:hover .group-hover\:-m-64 {
  margin: -16rem;
}

.group:hover .group-hover\:-m-72 {
  margin: -18rem;
}

.group:hover .group-hover\:-m-80 {
  margin: -20rem;
}

.group:hover .group-hover\:-m-96 {
  margin: -24rem;
}

.group:hover .group-hover\:-m-px {
  margin: -1px;
}

.group:hover .group-hover\:-m-0\.5 {
  margin: -0.125rem;
}

.group:hover .group-hover\:-m-1\.5 {
  margin: -0.375rem;
}

.group:hover .group-hover\:-m-2\.5 {
  margin: -0.625rem;
}

.group:hover .group-hover\:-m-3\.5 {
  margin: -0.875rem;
}

.group:hover .group-hover\:my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.group:hover .group-hover\:mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.group:hover .group-hover\:my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.group:hover .group-hover\:my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.group:hover .group-hover\:my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.group:hover .group-hover\:mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.group:hover .group-hover\:my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.group:hover .group-hover\:mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.group:hover .group-hover\:my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.group:hover .group-hover\:mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.group:hover .group-hover\:my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.group:hover .group-hover\:my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.group:hover .group-hover\:mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.group:hover .group-hover\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.group:hover .group-hover\:mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.group:hover .group-hover\:my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.group:hover .group-hover\:mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.group:hover .group-hover\:my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.group:hover .group-hover\:my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.group:hover .group-hover\:mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.group:hover .group-hover\:my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.group:hover .group-hover\:mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.group:hover .group-hover\:my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.group:hover .group-hover\:mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.group:hover .group-hover\:my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.group:hover .group-hover\:mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.group:hover .group-hover\:my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.group:hover .group-hover\:mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.group:hover .group-hover\:my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.group:hover .group-hover\:mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.group:hover .group-hover\:my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.group:hover .group-hover\:mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.group:hover .group-hover\:my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.group:hover .group-hover\:mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.group:hover .group-hover\:my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.group:hover .group-hover\:mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.group:hover .group-hover\:my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.group:hover .group-hover\:mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.group:hover .group-hover\:my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.group:hover .group-hover\:mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.group:hover .group-hover\:my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.group:hover .group-hover\:mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.group:hover .group-hover\:my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.group:hover .group-hover\:mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.group:hover .group-hover\:my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.group:hover .group-hover\:mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.group:hover .group-hover\:my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.group:hover .group-hover\:mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.group:hover .group-hover\:my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.group:hover .group-hover\:mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.group:hover .group-hover\:my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.group:hover .group-hover\:mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.group:hover .group-hover\:my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.group:hover .group-hover\:mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.group:hover .group-hover\:my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.group:hover .group-hover\:mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.group:hover .group-hover\:my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.group:hover .group-hover\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.group:hover .group-hover\:my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.group:hover .group-hover\:mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.group:hover .group-hover\:my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.group:hover .group-hover\:mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.group:hover .group-hover\:my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.group:hover .group-hover\:mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.group:hover .group-hover\:my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.group:hover .group-hover\:mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.group:hover .group-hover\:my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.group:hover .group-hover\:mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.group:hover .group-hover\:-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.group:hover .group-hover\:-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.group:hover .group-hover\:-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.group:hover .group-hover\:-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.group:hover .group-hover\:-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.group:hover .group-hover\:-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.group:hover .group-hover\:-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.group:hover .group-hover\:-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.group:hover .group-hover\:-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.group:hover .group-hover\:-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.group:hover .group-hover\:-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.group:hover .group-hover\:-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.group:hover .group-hover\:-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.group:hover .group-hover\:-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.group:hover .group-hover\:-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.group:hover .group-hover\:-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.group:hover .group-hover\:-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.group:hover .group-hover\:-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.group:hover .group-hover\:-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.group:hover .group-hover\:-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.group:hover .group-hover\:-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.group:hover .group-hover\:-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.group:hover .group-hover\:-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.group:hover .group-hover\:-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.group:hover .group-hover\:-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.group:hover .group-hover\:-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.group:hover .group-hover\:-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.group:hover .group-hover\:-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.group:hover .group-hover\:-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.group:hover .group-hover\:-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.group:hover .group-hover\:-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.group:hover .group-hover\:-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.group:hover .group-hover\:-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.group:hover .group-hover\:-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.group:hover .group-hover\:-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.group:hover .group-hover\:-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.group:hover .group-hover\:-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.group:hover .group-hover\:-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.group:hover .group-hover\:-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.group:hover .group-hover\:-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.group:hover .group-hover\:-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.group:hover .group-hover\:-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.group:hover .group-hover\:-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.group:hover .group-hover\:-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.group:hover .group-hover\:-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.group:hover .group-hover\:-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.group:hover .group-hover\:-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.group:hover .group-hover\:-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.group:hover .group-hover\:-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.group:hover .group-hover\:-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.group:hover .group-hover\:-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.group:hover .group-hover\:-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.group:hover .group-hover\:-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.group:hover .group-hover\:-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.group:hover .group-hover\:-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.group:hover .group-hover\:-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.group:hover .group-hover\:-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.group:hover .group-hover\:-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.group:hover .group-hover\:-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.group:hover .group-hover\:mt-0 {
  margin-top: 0px;
}

.group:hover .group-hover\:mr-0 {
  margin-right: 0px;
}

.group:hover .group-hover\:mb-0 {
  margin-bottom: 0px;
}

.group:hover .group-hover\:ml-0 {
  margin-left: 0px;
}

.group:hover .group-hover\:mt-1 {
  margin-top: 0.25rem;
}

.group:hover .group-hover\:mr-1 {
  margin-right: 0.25rem;
}

.group:hover .group-hover\:mb-1 {
  margin-bottom: 0.25rem;
}

.group:hover .group-hover\:ml-1 {
  margin-left: 0.25rem;
}

.group:hover .group-hover\:mt-2 {
  margin-top: 0.5rem;
}

.group:hover .group-hover\:mr-2 {
  margin-right: 0.5rem;
}

.group:hover .group-hover\:mb-2 {
  margin-bottom: 0.5rem;
}

.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}

.group:hover .group-hover\:mt-3 {
  margin-top: 0.75rem;
}

.group:hover .group-hover\:mr-3 {
  margin-right: 0.75rem;
}

.group:hover .group-hover\:mb-3 {
  margin-bottom: 0.75rem;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 0.75rem;
}

.group:hover .group-hover\:mt-4 {
  margin-top: 1rem;
}

.group:hover .group-hover\:mr-4 {
  margin-right: 1rem;
}

.group:hover .group-hover\:mb-4 {
  margin-bottom: 1rem;
}

.group:hover .group-hover\:ml-4 {
  margin-left: 1rem;
}

.group:hover .group-hover\:mt-5 {
  margin-top: 1.25rem;
}

.group:hover .group-hover\:mr-5 {
  margin-right: 1.25rem;
}

.group:hover .group-hover\:mb-5 {
  margin-bottom: 1.25rem;
}

.group:hover .group-hover\:ml-5 {
  margin-left: 1.25rem;
}

.group:hover .group-hover\:mt-6 {
  margin-top: 1.5rem;
}

.group:hover .group-hover\:mr-6 {
  margin-right: 1.5rem;
}

.group:hover .group-hover\:mb-6 {
  margin-bottom: 1.5rem;
}

.group:hover .group-hover\:ml-6 {
  margin-left: 1.5rem;
}

.group:hover .group-hover\:mt-7 {
  margin-top: 1.75rem;
}

.group:hover .group-hover\:mr-7 {
  margin-right: 1.75rem;
}

.group:hover .group-hover\:mb-7 {
  margin-bottom: 1.75rem;
}

.group:hover .group-hover\:ml-7 {
  margin-left: 1.75rem;
}

.group:hover .group-hover\:mt-8 {
  margin-top: 2rem;
}

.group:hover .group-hover\:mr-8 {
  margin-right: 2rem;
}

.group:hover .group-hover\:mb-8 {
  margin-bottom: 2rem;
}

.group:hover .group-hover\:ml-8 {
  margin-left: 2rem;
}

.group:hover .group-hover\:mt-9 {
  margin-top: 2.25rem;
}

.group:hover .group-hover\:mr-9 {
  margin-right: 2.25rem;
}

.group:hover .group-hover\:mb-9 {
  margin-bottom: 2.25rem;
}

.group:hover .group-hover\:ml-9 {
  margin-left: 2.25rem;
}

.group:hover .group-hover\:mt-10 {
  margin-top: 2.5rem;
}

.group:hover .group-hover\:mr-10 {
  margin-right: 2.5rem;
}

.group:hover .group-hover\:mb-10 {
  margin-bottom: 2.5rem;
}

.group:hover .group-hover\:ml-10 {
  margin-left: 2.5rem;
}

.group:hover .group-hover\:mt-11 {
  margin-top: 2.75rem;
}

.group:hover .group-hover\:mr-11 {
  margin-right: 2.75rem;
}

.group:hover .group-hover\:mb-11 {
  margin-bottom: 2.75rem;
}

.group:hover .group-hover\:ml-11 {
  margin-left: 2.75rem;
}

.group:hover .group-hover\:mt-12 {
  margin-top: 3rem;
}

.group:hover .group-hover\:mr-12 {
  margin-right: 3rem;
}

.group:hover .group-hover\:mb-12 {
  margin-bottom: 3rem;
}

.group:hover .group-hover\:ml-12 {
  margin-left: 3rem;
}

.group:hover .group-hover\:mt-14 {
  margin-top: 3.5rem;
}

.group:hover .group-hover\:mr-14 {
  margin-right: 3.5rem;
}

.group:hover .group-hover\:mb-14 {
  margin-bottom: 3.5rem;
}

.group:hover .group-hover\:ml-14 {
  margin-left: 3.5rem;
}

.group:hover .group-hover\:mt-16 {
  margin-top: 4rem;
}

.group:hover .group-hover\:mr-16 {
  margin-right: 4rem;
}

.group:hover .group-hover\:mb-16 {
  margin-bottom: 4rem;
}

.group:hover .group-hover\:ml-16 {
  margin-left: 4rem;
}

.group:hover .group-hover\:mt-20 {
  margin-top: 5rem;
}

.group:hover .group-hover\:mr-20 {
  margin-right: 5rem;
}

.group:hover .group-hover\:mb-20 {
  margin-bottom: 5rem;
}

.group:hover .group-hover\:ml-20 {
  margin-left: 5rem;
}

.group:hover .group-hover\:mt-24 {
  margin-top: 6rem;
}

.group:hover .group-hover\:mr-24 {
  margin-right: 6rem;
}

.group:hover .group-hover\:mb-24 {
  margin-bottom: 6rem;
}

.group:hover .group-hover\:ml-24 {
  margin-left: 6rem;
}

.group:hover .group-hover\:mt-28 {
  margin-top: 7rem;
}

.group:hover .group-hover\:mr-28 {
  margin-right: 7rem;
}

.group:hover .group-hover\:mb-28 {
  margin-bottom: 7rem;
}

.group:hover .group-hover\:ml-28 {
  margin-left: 7rem;
}

.group:hover .group-hover\:mt-32 {
  margin-top: 8rem;
}

.group:hover .group-hover\:mr-32 {
  margin-right: 8rem;
}

.group:hover .group-hover\:mb-32 {
  margin-bottom: 8rem;
}

.group:hover .group-hover\:ml-32 {
  margin-left: 8rem;
}

.group:hover .group-hover\:mt-36 {
  margin-top: 9rem;
}

.group:hover .group-hover\:mr-36 {
  margin-right: 9rem;
}

.group:hover .group-hover\:mb-36 {
  margin-bottom: 9rem;
}

.group:hover .group-hover\:ml-36 {
  margin-left: 9rem;
}

.group:hover .group-hover\:mt-40 {
  margin-top: 10rem;
}

.group:hover .group-hover\:mr-40 {
  margin-right: 10rem;
}

.group:hover .group-hover\:mb-40 {
  margin-bottom: 10rem;
}

.group:hover .group-hover\:ml-40 {
  margin-left: 10rem;
}

.group:hover .group-hover\:mt-44 {
  margin-top: 11rem;
}

.group:hover .group-hover\:mr-44 {
  margin-right: 11rem;
}

.group:hover .group-hover\:mb-44 {
  margin-bottom: 11rem;
}

.group:hover .group-hover\:ml-44 {
  margin-left: 11rem;
}

.group:hover .group-hover\:mt-48 {
  margin-top: 12rem;
}

.group:hover .group-hover\:mr-48 {
  margin-right: 12rem;
}

.group:hover .group-hover\:mb-48 {
  margin-bottom: 12rem;
}

.group:hover .group-hover\:ml-48 {
  margin-left: 12rem;
}

.group:hover .group-hover\:mt-52 {
  margin-top: 13rem;
}

.group:hover .group-hover\:mr-52 {
  margin-right: 13rem;
}

.group:hover .group-hover\:mb-52 {
  margin-bottom: 13rem;
}

.group:hover .group-hover\:ml-52 {
  margin-left: 13rem;
}

.group:hover .group-hover\:mt-56 {
  margin-top: 14rem;
}

.group:hover .group-hover\:mr-56 {
  margin-right: 14rem;
}

.group:hover .group-hover\:mb-56 {
  margin-bottom: 14rem;
}

.group:hover .group-hover\:ml-56 {
  margin-left: 14rem;
}

.group:hover .group-hover\:mt-60 {
  margin-top: 15rem;
}

.group:hover .group-hover\:mr-60 {
  margin-right: 15rem;
}

.group:hover .group-hover\:mb-60 {
  margin-bottom: 15rem;
}

.group:hover .group-hover\:ml-60 {
  margin-left: 15rem;
}

.group:hover .group-hover\:mt-64 {
  margin-top: 16rem;
}

.group:hover .group-hover\:mr-64 {
  margin-right: 16rem;
}

.group:hover .group-hover\:mb-64 {
  margin-bottom: 16rem;
}

.group:hover .group-hover\:ml-64 {
  margin-left: 16rem;
}

.group:hover .group-hover\:mt-72 {
  margin-top: 18rem;
}

.group:hover .group-hover\:mr-72 {
  margin-right: 18rem;
}

.group:hover .group-hover\:mb-72 {
  margin-bottom: 18rem;
}

.group:hover .group-hover\:ml-72 {
  margin-left: 18rem;
}

.group:hover .group-hover\:mt-80 {
  margin-top: 20rem;
}

.group:hover .group-hover\:mr-80 {
  margin-right: 20rem;
}

.group:hover .group-hover\:mb-80 {
  margin-bottom: 20rem;
}

.group:hover .group-hover\:ml-80 {
  margin-left: 20rem;
}

.group:hover .group-hover\:mt-96 {
  margin-top: 24rem;
}

.group:hover .group-hover\:mr-96 {
  margin-right: 24rem;
}

.group:hover .group-hover\:mb-96 {
  margin-bottom: 24rem;
}

.group:hover .group-hover\:ml-96 {
  margin-left: 24rem;
}

.group:hover .group-hover\:mt-auto {
  margin-top: auto;
}

.group:hover .group-hover\:mr-auto {
  margin-right: auto;
}

.group:hover .group-hover\:mb-auto {
  margin-bottom: auto;
}

.group:hover .group-hover\:ml-auto {
  margin-left: auto;
}

.group:hover .group-hover\:mt-px {
  margin-top: 1px;
}

.group:hover .group-hover\:mr-px {
  margin-right: 1px;
}

.group:hover .group-hover\:mb-px {
  margin-bottom: 1px;
}

.group:hover .group-hover\:ml-px {
  margin-left: 1px;
}

.group:hover .group-hover\:mt-0\.5 {
  margin-top: 0.125rem;
}

.group:hover .group-hover\:mr-0\.5 {
  margin-right: 0.125rem;
}

.group:hover .group-hover\:mb-0\.5 {
  margin-bottom: 0.125rem;
}

.group:hover .group-hover\:ml-0\.5 {
  margin-left: 0.125rem;
}

.group:hover .group-hover\:mt-1\.5 {
  margin-top: 0.375rem;
}

.group:hover .group-hover\:mr-1\.5 {
  margin-right: 0.375rem;
}

.group:hover .group-hover\:mb-1\.5 {
  margin-bottom: 0.375rem;
}

.group:hover .group-hover\:ml-1\.5 {
  margin-left: 0.375rem;
}

.group:hover .group-hover\:mt-2\.5 {
  margin-top: 0.625rem;
}

.group:hover .group-hover\:mr-2\.5 {
  margin-right: 0.625rem;
}

.group:hover .group-hover\:mb-2\.5 {
  margin-bottom: 0.625rem;
}

.group:hover .group-hover\:ml-2\.5 {
  margin-left: 0.625rem;
}

.group:hover .group-hover\:mt-3\.5 {
  margin-top: 0.875rem;
}

.group:hover .group-hover\:mr-3\.5 {
  margin-right: 0.875rem;
}

.group:hover .group-hover\:mb-3\.5 {
  margin-bottom: 0.875rem;
}

.group:hover .group-hover\:ml-3\.5 {
  margin-left: 0.875rem;
}

.group:hover .group-hover\:-mt-0 {
  margin-top: 0px;
}

.group:hover .group-hover\:-mr-0 {
  margin-right: 0px;
}

.group:hover .group-hover\:-mb-0 {
  margin-bottom: 0px;
}

.group:hover .group-hover\:-ml-0 {
  margin-left: 0px;
}

.group:hover .group-hover\:-mt-1 {
  margin-top: -0.25rem;
}

.group:hover .group-hover\:-mr-1 {
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-mb-1 {
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-ml-1 {
  margin-left: -0.25rem;
}

.group:hover .group-hover\:-mt-2 {
  margin-top: -0.5rem;
}

.group:hover .group-hover\:-mr-2 {
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-mb-2 {
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-ml-2 {
  margin-left: -0.5rem;
}

.group:hover .group-hover\:-mt-3 {
  margin-top: -0.75rem;
}

.group:hover .group-hover\:-mr-3 {
  margin-right: -0.75rem;
}

.group:hover .group-hover\:-mb-3 {
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-ml-3 {
  margin-left: -0.75rem;
}

.group:hover .group-hover\:-mt-4 {
  margin-top: -1rem;
}

.group:hover .group-hover\:-mr-4 {
  margin-right: -1rem;
}

.group:hover .group-hover\:-mb-4 {
  margin-bottom: -1rem;
}

.group:hover .group-hover\:-ml-4 {
  margin-left: -1rem;
}

.group:hover .group-hover\:-mt-5 {
  margin-top: -1.25rem;
}

.group:hover .group-hover\:-mr-5 {
  margin-right: -1.25rem;
}

.group:hover .group-hover\:-mb-5 {
  margin-bottom: -1.25rem;
}

.group:hover .group-hover\:-ml-5 {
  margin-left: -1.25rem;
}

.group:hover .group-hover\:-mt-6 {
  margin-top: -1.5rem;
}

.group:hover .group-hover\:-mr-6 {
  margin-right: -1.5rem;
}

.group:hover .group-hover\:-mb-6 {
  margin-bottom: -1.5rem;
}

.group:hover .group-hover\:-ml-6 {
  margin-left: -1.5rem;
}

.group:hover .group-hover\:-mt-7 {
  margin-top: -1.75rem;
}

.group:hover .group-hover\:-mr-7 {
  margin-right: -1.75rem;
}

.group:hover .group-hover\:-mb-7 {
  margin-bottom: -1.75rem;
}

.group:hover .group-hover\:-ml-7 {
  margin-left: -1.75rem;
}

.group:hover .group-hover\:-mt-8 {
  margin-top: -2rem;
}

.group:hover .group-hover\:-mr-8 {
  margin-right: -2rem;
}

.group:hover .group-hover\:-mb-8 {
  margin-bottom: -2rem;
}

.group:hover .group-hover\:-ml-8 {
  margin-left: -2rem;
}

.group:hover .group-hover\:-mt-9 {
  margin-top: -2.25rem;
}

.group:hover .group-hover\:-mr-9 {
  margin-right: -2.25rem;
}

.group:hover .group-hover\:-mb-9 {
  margin-bottom: -2.25rem;
}

.group:hover .group-hover\:-ml-9 {
  margin-left: -2.25rem;
}

.group:hover .group-hover\:-mt-10 {
  margin-top: -2.5rem;
}

.group:hover .group-hover\:-mr-10 {
  margin-right: -2.5rem;
}

.group:hover .group-hover\:-mb-10 {
  margin-bottom: -2.5rem;
}

.group:hover .group-hover\:-ml-10 {
  margin-left: -2.5rem;
}

.group:hover .group-hover\:-mt-11 {
  margin-top: -2.75rem;
}

.group:hover .group-hover\:-mr-11 {
  margin-right: -2.75rem;
}

.group:hover .group-hover\:-mb-11 {
  margin-bottom: -2.75rem;
}

.group:hover .group-hover\:-ml-11 {
  margin-left: -2.75rem;
}

.group:hover .group-hover\:-mt-12 {
  margin-top: -3rem;
}

.group:hover .group-hover\:-mr-12 {
  margin-right: -3rem;
}

.group:hover .group-hover\:-mb-12 {
  margin-bottom: -3rem;
}

.group:hover .group-hover\:-ml-12 {
  margin-left: -3rem;
}

.group:hover .group-hover\:-mt-14 {
  margin-top: -3.5rem;
}

.group:hover .group-hover\:-mr-14 {
  margin-right: -3.5rem;
}

.group:hover .group-hover\:-mb-14 {
  margin-bottom: -3.5rem;
}

.group:hover .group-hover\:-ml-14 {
  margin-left: -3.5rem;
}

.group:hover .group-hover\:-mt-16 {
  margin-top: -4rem;
}

.group:hover .group-hover\:-mr-16 {
  margin-right: -4rem;
}

.group:hover .group-hover\:-mb-16 {
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-ml-16 {
  margin-left: -4rem;
}

.group:hover .group-hover\:-mt-20 {
  margin-top: -5rem;
}

.group:hover .group-hover\:-mr-20 {
  margin-right: -5rem;
}

.group:hover .group-hover\:-mb-20 {
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-ml-20 {
  margin-left: -5rem;
}

.group:hover .group-hover\:-mt-24 {
  margin-top: -6rem;
}

.group:hover .group-hover\:-mr-24 {
  margin-right: -6rem;
}

.group:hover .group-hover\:-mb-24 {
  margin-bottom: -6rem;
}

.group:hover .group-hover\:-ml-24 {
  margin-left: -6rem;
}

.group:hover .group-hover\:-mt-28 {
  margin-top: -7rem;
}

.group:hover .group-hover\:-mr-28 {
  margin-right: -7rem;
}

.group:hover .group-hover\:-mb-28 {
  margin-bottom: -7rem;
}

.group:hover .group-hover\:-ml-28 {
  margin-left: -7rem;
}

.group:hover .group-hover\:-mt-32 {
  margin-top: -8rem;
}

.group:hover .group-hover\:-mr-32 {
  margin-right: -8rem;
}

.group:hover .group-hover\:-mb-32 {
  margin-bottom: -8rem;
}

.group:hover .group-hover\:-ml-32 {
  margin-left: -8rem;
}

.group:hover .group-hover\:-mt-36 {
  margin-top: -9rem;
}

.group:hover .group-hover\:-mr-36 {
  margin-right: -9rem;
}

.group:hover .group-hover\:-mb-36 {
  margin-bottom: -9rem;
}

.group:hover .group-hover\:-ml-36 {
  margin-left: -9rem;
}

.group:hover .group-hover\:-mt-40 {
  margin-top: -10rem;
}

.group:hover .group-hover\:-mr-40 {
  margin-right: -10rem;
}

.group:hover .group-hover\:-mb-40 {
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-ml-40 {
  margin-left: -10rem;
}

.group:hover .group-hover\:-mt-44 {
  margin-top: -11rem;
}

.group:hover .group-hover\:-mr-44 {
  margin-right: -11rem;
}

.group:hover .group-hover\:-mb-44 {
  margin-bottom: -11rem;
}

.group:hover .group-hover\:-ml-44 {
  margin-left: -11rem;
}

.group:hover .group-hover\:-mt-48 {
  margin-top: -12rem;
}

.group:hover .group-hover\:-mr-48 {
  margin-right: -12rem;
}

.group:hover .group-hover\:-mb-48 {
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-ml-48 {
  margin-left: -12rem;
}

.group:hover .group-hover\:-mt-52 {
  margin-top: -13rem;
}

.group:hover .group-hover\:-mr-52 {
  margin-right: -13rem;
}

.group:hover .group-hover\:-mb-52 {
  margin-bottom: -13rem;
}

.group:hover .group-hover\:-ml-52 {
  margin-left: -13rem;
}

.group:hover .group-hover\:-mt-56 {
  margin-top: -14rem;
}

.group:hover .group-hover\:-mr-56 {
  margin-right: -14rem;
}

.group:hover .group-hover\:-mb-56 {
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-ml-56 {
  margin-left: -14rem;
}

.group:hover .group-hover\:-mt-60 {
  margin-top: -15rem;
}

.group:hover .group-hover\:-mr-60 {
  margin-right: -15rem;
}

.group:hover .group-hover\:-mb-60 {
  margin-bottom: -15rem;
}

.group:hover .group-hover\:-ml-60 {
  margin-left: -15rem;
}

.group:hover .group-hover\:-mt-64 {
  margin-top: -16rem;
}

.group:hover .group-hover\:-mr-64 {
  margin-right: -16rem;
}

.group:hover .group-hover\:-mb-64 {
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-ml-64 {
  margin-left: -16rem;
}

.group:hover .group-hover\:-mt-72 {
  margin-top: -18rem;
}

.group:hover .group-hover\:-mr-72 {
  margin-right: -18rem;
}

.group:hover .group-hover\:-mb-72 {
  margin-bottom: -18rem;
}

.group:hover .group-hover\:-ml-72 {
  margin-left: -18rem;
}

.group:hover .group-hover\:-mt-80 {
  margin-top: -20rem;
}

.group:hover .group-hover\:-mr-80 {
  margin-right: -20rem;
}

.group:hover .group-hover\:-mb-80 {
  margin-bottom: -20rem;
}

.group:hover .group-hover\:-ml-80 {
  margin-left: -20rem;
}

.group:hover .group-hover\:-mt-96 {
  margin-top: -24rem;
}

.group:hover .group-hover\:-mr-96 {
  margin-right: -24rem;
}

.group:hover .group-hover\:-mb-96 {
  margin-bottom: -24rem;
}

.group:hover .group-hover\:-ml-96 {
  margin-left: -24rem;
}

.group:hover .group-hover\:-mt-px {
  margin-top: -1px;
}

.group:hover .group-hover\:-mr-px {
  margin-right: -1px;
}

.group:hover .group-hover\:-mb-px {
  margin-bottom: -1px;
}

.group:hover .group-hover\:-ml-px {
  margin-left: -1px;
}

.group:hover .group-hover\:-mt-0\.5 {
  margin-top: -0.125rem;
}

.group:hover .group-hover\:-mr-0\.5 {
  margin-right: -0.125rem;
}

.group:hover .group-hover\:-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.group:hover .group-hover\:-ml-0\.5 {
  margin-left: -0.125rem;
}

.group:hover .group-hover\:-mt-1\.5 {
  margin-top: -0.375rem;
}

.group:hover .group-hover\:-mr-1\.5 {
  margin-right: -0.375rem;
}

.group:hover .group-hover\:-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.group:hover .group-hover\:-ml-1\.5 {
  margin-left: -0.375rem;
}

.group:hover .group-hover\:-mt-2\.5 {
  margin-top: -0.625rem;
}

.group:hover .group-hover\:-mr-2\.5 {
  margin-right: -0.625rem;
}

.group:hover .group-hover\:-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.group:hover .group-hover\:-ml-2\.5 {
  margin-left: -0.625rem;
}

.group:hover .group-hover\:-mt-3\.5 {
  margin-top: -0.875rem;
}

.group:hover .group-hover\:-mr-3\.5 {
  margin-right: -0.875rem;
}

.group:hover .group-hover\:-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.group:hover .group-hover\:-ml-3\.5 {
  margin-left: -0.875rem;
}

.focus-within\:m-0:focus-within {
  margin: 0px;
}

.focus-within\:m-1:focus-within {
  margin: 0.25rem;
}

.focus-within\:m-2:focus-within {
  margin: 0.5rem;
}

.focus-within\:m-3:focus-within {
  margin: 0.75rem;
}

.focus-within\:m-4:focus-within {
  margin: 1rem;
}

.focus-within\:m-5:focus-within {
  margin: 1.25rem;
}

.focus-within\:m-6:focus-within {
  margin: 1.5rem;
}

.focus-within\:m-7:focus-within {
  margin: 1.75rem;
}

.focus-within\:m-8:focus-within {
  margin: 2rem;
}

.focus-within\:m-9:focus-within {
  margin: 2.25rem;
}

.focus-within\:m-10:focus-within {
  margin: 2.5rem;
}

.focus-within\:m-11:focus-within {
  margin: 2.75rem;
}

.focus-within\:m-12:focus-within {
  margin: 3rem;
}

.focus-within\:m-14:focus-within {
  margin: 3.5rem;
}

.focus-within\:m-16:focus-within {
  margin: 4rem;
}

.focus-within\:m-20:focus-within {
  margin: 5rem;
}

.focus-within\:m-24:focus-within {
  margin: 6rem;
}

.focus-within\:m-28:focus-within {
  margin: 7rem;
}

.focus-within\:m-32:focus-within {
  margin: 8rem;
}

.focus-within\:m-36:focus-within {
  margin: 9rem;
}

.focus-within\:m-40:focus-within {
  margin: 10rem;
}

.focus-within\:m-44:focus-within {
  margin: 11rem;
}

.focus-within\:m-48:focus-within {
  margin: 12rem;
}

.focus-within\:m-52:focus-within {
  margin: 13rem;
}

.focus-within\:m-56:focus-within {
  margin: 14rem;
}

.focus-within\:m-60:focus-within {
  margin: 15rem;
}

.focus-within\:m-64:focus-within {
  margin: 16rem;
}

.focus-within\:m-72:focus-within {
  margin: 18rem;
}

.focus-within\:m-80:focus-within {
  margin: 20rem;
}

.focus-within\:m-96:focus-within {
  margin: 24rem;
}

.focus-within\:m-auto:focus-within {
  margin: auto;
}

.focus-within\:m-px:focus-within {
  margin: 1px;
}

.focus-within\:m-0\.5:focus-within {
  margin: 0.125rem;
}

.focus-within\:m-1\.5:focus-within {
  margin: 0.375rem;
}

.focus-within\:m-2\.5:focus-within {
  margin: 0.625rem;
}

.focus-within\:m-3\.5:focus-within {
  margin: 0.875rem;
}

.focus-within\:-m-0:focus-within {
  margin: 0px;
}

.focus-within\:-m-1:focus-within {
  margin: -0.25rem;
}

.focus-within\:-m-2:focus-within {
  margin: -0.5rem;
}

.focus-within\:-m-3:focus-within {
  margin: -0.75rem;
}

.focus-within\:-m-4:focus-within {
  margin: -1rem;
}

.focus-within\:-m-5:focus-within {
  margin: -1.25rem;
}

.focus-within\:-m-6:focus-within {
  margin: -1.5rem;
}

.focus-within\:-m-7:focus-within {
  margin: -1.75rem;
}

.focus-within\:-m-8:focus-within {
  margin: -2rem;
}

.focus-within\:-m-9:focus-within {
  margin: -2.25rem;
}

.focus-within\:-m-10:focus-within {
  margin: -2.5rem;
}

.focus-within\:-m-11:focus-within {
  margin: -2.75rem;
}

.focus-within\:-m-12:focus-within {
  margin: -3rem;
}

.focus-within\:-m-14:focus-within {
  margin: -3.5rem;
}

.focus-within\:-m-16:focus-within {
  margin: -4rem;
}

.focus-within\:-m-20:focus-within {
  margin: -5rem;
}

.focus-within\:-m-24:focus-within {
  margin: -6rem;
}

.focus-within\:-m-28:focus-within {
  margin: -7rem;
}

.focus-within\:-m-32:focus-within {
  margin: -8rem;
}

.focus-within\:-m-36:focus-within {
  margin: -9rem;
}

.focus-within\:-m-40:focus-within {
  margin: -10rem;
}

.focus-within\:-m-44:focus-within {
  margin: -11rem;
}

.focus-within\:-m-48:focus-within {
  margin: -12rem;
}

.focus-within\:-m-52:focus-within {
  margin: -13rem;
}

.focus-within\:-m-56:focus-within {
  margin: -14rem;
}

.focus-within\:-m-60:focus-within {
  margin: -15rem;
}

.focus-within\:-m-64:focus-within {
  margin: -16rem;
}

.focus-within\:-m-72:focus-within {
  margin: -18rem;
}

.focus-within\:-m-80:focus-within {
  margin: -20rem;
}

.focus-within\:-m-96:focus-within {
  margin: -24rem;
}

.focus-within\:-m-px:focus-within {
  margin: -1px;
}

.focus-within\:-m-0\.5:focus-within {
  margin: -0.125rem;
}

.focus-within\:-m-1\.5:focus-within {
  margin: -0.375rem;
}

.focus-within\:-m-2\.5:focus-within {
  margin: -0.625rem;
}

.focus-within\:-m-3\.5:focus-within {
  margin: -0.875rem;
}

.focus-within\:my-0:focus-within {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus-within\:mx-0:focus-within {
  margin-left: 0px;
  margin-right: 0px;
}

.focus-within\:my-1:focus-within {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.focus-within\:mx-1:focus-within {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.focus-within\:my-2:focus-within {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.focus-within\:mx-2:focus-within {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.focus-within\:my-3:focus-within {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.focus-within\:mx-3:focus-within {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.focus-within\:my-4:focus-within {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus-within\:mx-4:focus-within {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus-within\:my-5:focus-within {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus-within\:mx-5:focus-within {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus-within\:my-6:focus-within {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus-within\:mx-6:focus-within {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus-within\:my-7:focus-within {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.focus-within\:mx-7:focus-within {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.focus-within\:my-8:focus-within {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus-within\:mx-8:focus-within {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus-within\:my-9:focus-within {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.focus-within\:mx-9:focus-within {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.focus-within\:my-10:focus-within {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus-within\:mx-10:focus-within {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus-within\:my-11:focus-within {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.focus-within\:mx-11:focus-within {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.focus-within\:my-12:focus-within {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus-within\:mx-12:focus-within {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus-within\:my-14:focus-within {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.focus-within\:mx-14:focus-within {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.focus-within\:my-16:focus-within {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus-within\:mx-16:focus-within {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus-within\:my-20:focus-within {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus-within\:mx-20:focus-within {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus-within\:my-24:focus-within {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus-within\:mx-24:focus-within {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus-within\:my-28:focus-within {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.focus-within\:mx-28:focus-within {
  margin-left: 7rem;
  margin-right: 7rem;
}

.focus-within\:my-32:focus-within {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus-within\:mx-32:focus-within {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus-within\:my-36:focus-within {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.focus-within\:mx-36:focus-within {
  margin-left: 9rem;
  margin-right: 9rem;
}

.focus-within\:my-40:focus-within {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus-within\:mx-40:focus-within {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus-within\:my-44:focus-within {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.focus-within\:mx-44:focus-within {
  margin-left: 11rem;
  margin-right: 11rem;
}

.focus-within\:my-48:focus-within {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus-within\:mx-48:focus-within {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus-within\:my-52:focus-within {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.focus-within\:mx-52:focus-within {
  margin-left: 13rem;
  margin-right: 13rem;
}

.focus-within\:my-56:focus-within {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus-within\:mx-56:focus-within {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus-within\:my-60:focus-within {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.focus-within\:mx-60:focus-within {
  margin-left: 15rem;
  margin-right: 15rem;
}

.focus-within\:my-64:focus-within {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus-within\:mx-64:focus-within {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus-within\:my-72:focus-within {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.focus-within\:mx-72:focus-within {
  margin-left: 18rem;
  margin-right: 18rem;
}

.focus-within\:my-80:focus-within {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.focus-within\:mx-80:focus-within {
  margin-left: 20rem;
  margin-right: 20rem;
}

.focus-within\:my-96:focus-within {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.focus-within\:mx-96:focus-within {
  margin-left: 24rem;
  margin-right: 24rem;
}

.focus-within\:my-auto:focus-within {
  margin-top: auto;
  margin-bottom: auto;
}

.focus-within\:mx-auto:focus-within {
  margin-left: auto;
  margin-right: auto;
}

.focus-within\:my-px:focus-within {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus-within\:mx-px:focus-within {
  margin-left: 1px;
  margin-right: 1px;
}

.focus-within\:my-0\.5:focus-within {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.focus-within\:mx-0\.5:focus-within {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.focus-within\:my-1\.5:focus-within {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.focus-within\:mx-1\.5:focus-within {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.focus-within\:my-2\.5:focus-within {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.focus-within\:mx-2\.5:focus-within {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.focus-within\:my-3\.5:focus-within {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.focus-within\:mx-3\.5:focus-within {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.focus-within\:-my-0:focus-within {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus-within\:-mx-0:focus-within {
  margin-left: 0px;
  margin-right: 0px;
}

.focus-within\:-my-1:focus-within {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus-within\:-mx-1:focus-within {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus-within\:-my-2:focus-within {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus-within\:-mx-2:focus-within {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus-within\:-my-3:focus-within {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus-within\:-mx-3:focus-within {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus-within\:-my-4:focus-within {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus-within\:-mx-4:focus-within {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus-within\:-my-5:focus-within {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus-within\:-mx-5:focus-within {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus-within\:-my-6:focus-within {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus-within\:-mx-6:focus-within {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus-within\:-my-7:focus-within {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.focus-within\:-mx-7:focus-within {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.focus-within\:-my-8:focus-within {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus-within\:-mx-8:focus-within {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus-within\:-my-9:focus-within {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.focus-within\:-mx-9:focus-within {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.focus-within\:-my-10:focus-within {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus-within\:-mx-10:focus-within {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus-within\:-my-11:focus-within {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.focus-within\:-mx-11:focus-within {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.focus-within\:-my-12:focus-within {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus-within\:-mx-12:focus-within {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus-within\:-my-14:focus-within {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.focus-within\:-mx-14:focus-within {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.focus-within\:-my-16:focus-within {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus-within\:-mx-16:focus-within {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus-within\:-my-20:focus-within {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus-within\:-mx-20:focus-within {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus-within\:-my-24:focus-within {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus-within\:-mx-24:focus-within {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus-within\:-my-28:focus-within {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.focus-within\:-mx-28:focus-within {
  margin-left: -7rem;
  margin-right: -7rem;
}

.focus-within\:-my-32:focus-within {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus-within\:-mx-32:focus-within {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus-within\:-my-36:focus-within {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.focus-within\:-mx-36:focus-within {
  margin-left: -9rem;
  margin-right: -9rem;
}

.focus-within\:-my-40:focus-within {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus-within\:-mx-40:focus-within {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus-within\:-my-44:focus-within {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.focus-within\:-mx-44:focus-within {
  margin-left: -11rem;
  margin-right: -11rem;
}

.focus-within\:-my-48:focus-within {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus-within\:-mx-48:focus-within {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus-within\:-my-52:focus-within {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.focus-within\:-mx-52:focus-within {
  margin-left: -13rem;
  margin-right: -13rem;
}

.focus-within\:-my-56:focus-within {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus-within\:-mx-56:focus-within {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus-within\:-my-60:focus-within {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.focus-within\:-mx-60:focus-within {
  margin-left: -15rem;
  margin-right: -15rem;
}

.focus-within\:-my-64:focus-within {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus-within\:-mx-64:focus-within {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus-within\:-my-72:focus-within {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.focus-within\:-mx-72:focus-within {
  margin-left: -18rem;
  margin-right: -18rem;
}

.focus-within\:-my-80:focus-within {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.focus-within\:-mx-80:focus-within {
  margin-left: -20rem;
  margin-right: -20rem;
}

.focus-within\:-my-96:focus-within {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.focus-within\:-mx-96:focus-within {
  margin-left: -24rem;
  margin-right: -24rem;
}

.focus-within\:-my-px:focus-within {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus-within\:-mx-px:focus-within {
  margin-left: -1px;
  margin-right: -1px;
}

.focus-within\:-my-0\.5:focus-within {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.focus-within\:-mx-0\.5:focus-within {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.focus-within\:-my-1\.5:focus-within {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.focus-within\:-mx-1\.5:focus-within {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.focus-within\:-my-2\.5:focus-within {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.focus-within\:-mx-2\.5:focus-within {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.focus-within\:-my-3\.5:focus-within {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.focus-within\:-mx-3\.5:focus-within {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.focus-within\:mt-0:focus-within {
  margin-top: 0px;
}

.focus-within\:mr-0:focus-within {
  margin-right: 0px;
}

.focus-within\:mb-0:focus-within {
  margin-bottom: 0px;
}

.focus-within\:ml-0:focus-within {
  margin-left: 0px;
}

.focus-within\:mt-1:focus-within {
  margin-top: 0.25rem;
}

.focus-within\:mr-1:focus-within {
  margin-right: 0.25rem;
}

.focus-within\:mb-1:focus-within {
  margin-bottom: 0.25rem;
}

.focus-within\:ml-1:focus-within {
  margin-left: 0.25rem;
}

.focus-within\:mt-2:focus-within {
  margin-top: 0.5rem;
}

.focus-within\:mr-2:focus-within {
  margin-right: 0.5rem;
}

.focus-within\:mb-2:focus-within {
  margin-bottom: 0.5rem;
}

.focus-within\:ml-2:focus-within {
  margin-left: 0.5rem;
}

.focus-within\:mt-3:focus-within {
  margin-top: 0.75rem;
}

.focus-within\:mr-3:focus-within {
  margin-right: 0.75rem;
}

.focus-within\:mb-3:focus-within {
  margin-bottom: 0.75rem;
}

.focus-within\:ml-3:focus-within {
  margin-left: 0.75rem;
}

.focus-within\:mt-4:focus-within {
  margin-top: 1rem;
}

.focus-within\:mr-4:focus-within {
  margin-right: 1rem;
}

.focus-within\:mb-4:focus-within {
  margin-bottom: 1rem;
}

.focus-within\:ml-4:focus-within {
  margin-left: 1rem;
}

.focus-within\:mt-5:focus-within {
  margin-top: 1.25rem;
}

.focus-within\:mr-5:focus-within {
  margin-right: 1.25rem;
}

.focus-within\:mb-5:focus-within {
  margin-bottom: 1.25rem;
}

.focus-within\:ml-5:focus-within {
  margin-left: 1.25rem;
}

.focus-within\:mt-6:focus-within {
  margin-top: 1.5rem;
}

.focus-within\:mr-6:focus-within {
  margin-right: 1.5rem;
}

.focus-within\:mb-6:focus-within {
  margin-bottom: 1.5rem;
}

.focus-within\:ml-6:focus-within {
  margin-left: 1.5rem;
}

.focus-within\:mt-7:focus-within {
  margin-top: 1.75rem;
}

.focus-within\:mr-7:focus-within {
  margin-right: 1.75rem;
}

.focus-within\:mb-7:focus-within {
  margin-bottom: 1.75rem;
}

.focus-within\:ml-7:focus-within {
  margin-left: 1.75rem;
}

.focus-within\:mt-8:focus-within {
  margin-top: 2rem;
}

.focus-within\:mr-8:focus-within {
  margin-right: 2rem;
}

.focus-within\:mb-8:focus-within {
  margin-bottom: 2rem;
}

.focus-within\:ml-8:focus-within {
  margin-left: 2rem;
}

.focus-within\:mt-9:focus-within {
  margin-top: 2.25rem;
}

.focus-within\:mr-9:focus-within {
  margin-right: 2.25rem;
}

.focus-within\:mb-9:focus-within {
  margin-bottom: 2.25rem;
}

.focus-within\:ml-9:focus-within {
  margin-left: 2.25rem;
}

.focus-within\:mt-10:focus-within {
  margin-top: 2.5rem;
}

.focus-within\:mr-10:focus-within {
  margin-right: 2.5rem;
}

.focus-within\:mb-10:focus-within {
  margin-bottom: 2.5rem;
}

.focus-within\:ml-10:focus-within {
  margin-left: 2.5rem;
}

.focus-within\:mt-11:focus-within {
  margin-top: 2.75rem;
}

.focus-within\:mr-11:focus-within {
  margin-right: 2.75rem;
}

.focus-within\:mb-11:focus-within {
  margin-bottom: 2.75rem;
}

.focus-within\:ml-11:focus-within {
  margin-left: 2.75rem;
}

.focus-within\:mt-12:focus-within {
  margin-top: 3rem;
}

.focus-within\:mr-12:focus-within {
  margin-right: 3rem;
}

.focus-within\:mb-12:focus-within {
  margin-bottom: 3rem;
}

.focus-within\:ml-12:focus-within {
  margin-left: 3rem;
}

.focus-within\:mt-14:focus-within {
  margin-top: 3.5rem;
}

.focus-within\:mr-14:focus-within {
  margin-right: 3.5rem;
}

.focus-within\:mb-14:focus-within {
  margin-bottom: 3.5rem;
}

.focus-within\:ml-14:focus-within {
  margin-left: 3.5rem;
}

.focus-within\:mt-16:focus-within {
  margin-top: 4rem;
}

.focus-within\:mr-16:focus-within {
  margin-right: 4rem;
}

.focus-within\:mb-16:focus-within {
  margin-bottom: 4rem;
}

.focus-within\:ml-16:focus-within {
  margin-left: 4rem;
}

.focus-within\:mt-20:focus-within {
  margin-top: 5rem;
}

.focus-within\:mr-20:focus-within {
  margin-right: 5rem;
}

.focus-within\:mb-20:focus-within {
  margin-bottom: 5rem;
}

.focus-within\:ml-20:focus-within {
  margin-left: 5rem;
}

.focus-within\:mt-24:focus-within {
  margin-top: 6rem;
}

.focus-within\:mr-24:focus-within {
  margin-right: 6rem;
}

.focus-within\:mb-24:focus-within {
  margin-bottom: 6rem;
}

.focus-within\:ml-24:focus-within {
  margin-left: 6rem;
}

.focus-within\:mt-28:focus-within {
  margin-top: 7rem;
}

.focus-within\:mr-28:focus-within {
  margin-right: 7rem;
}

.focus-within\:mb-28:focus-within {
  margin-bottom: 7rem;
}

.focus-within\:ml-28:focus-within {
  margin-left: 7rem;
}

.focus-within\:mt-32:focus-within {
  margin-top: 8rem;
}

.focus-within\:mr-32:focus-within {
  margin-right: 8rem;
}

.focus-within\:mb-32:focus-within {
  margin-bottom: 8rem;
}

.focus-within\:ml-32:focus-within {
  margin-left: 8rem;
}

.focus-within\:mt-36:focus-within {
  margin-top: 9rem;
}

.focus-within\:mr-36:focus-within {
  margin-right: 9rem;
}

.focus-within\:mb-36:focus-within {
  margin-bottom: 9rem;
}

.focus-within\:ml-36:focus-within {
  margin-left: 9rem;
}

.focus-within\:mt-40:focus-within {
  margin-top: 10rem;
}

.focus-within\:mr-40:focus-within {
  margin-right: 10rem;
}

.focus-within\:mb-40:focus-within {
  margin-bottom: 10rem;
}

.focus-within\:ml-40:focus-within {
  margin-left: 10rem;
}

.focus-within\:mt-44:focus-within {
  margin-top: 11rem;
}

.focus-within\:mr-44:focus-within {
  margin-right: 11rem;
}

.focus-within\:mb-44:focus-within {
  margin-bottom: 11rem;
}

.focus-within\:ml-44:focus-within {
  margin-left: 11rem;
}

.focus-within\:mt-48:focus-within {
  margin-top: 12rem;
}

.focus-within\:mr-48:focus-within {
  margin-right: 12rem;
}

.focus-within\:mb-48:focus-within {
  margin-bottom: 12rem;
}

.focus-within\:ml-48:focus-within {
  margin-left: 12rem;
}

.focus-within\:mt-52:focus-within {
  margin-top: 13rem;
}

.focus-within\:mr-52:focus-within {
  margin-right: 13rem;
}

.focus-within\:mb-52:focus-within {
  margin-bottom: 13rem;
}

.focus-within\:ml-52:focus-within {
  margin-left: 13rem;
}

.focus-within\:mt-56:focus-within {
  margin-top: 14rem;
}

.focus-within\:mr-56:focus-within {
  margin-right: 14rem;
}

.focus-within\:mb-56:focus-within {
  margin-bottom: 14rem;
}

.focus-within\:ml-56:focus-within {
  margin-left: 14rem;
}

.focus-within\:mt-60:focus-within {
  margin-top: 15rem;
}

.focus-within\:mr-60:focus-within {
  margin-right: 15rem;
}

.focus-within\:mb-60:focus-within {
  margin-bottom: 15rem;
}

.focus-within\:ml-60:focus-within {
  margin-left: 15rem;
}

.focus-within\:mt-64:focus-within {
  margin-top: 16rem;
}

.focus-within\:mr-64:focus-within {
  margin-right: 16rem;
}

.focus-within\:mb-64:focus-within {
  margin-bottom: 16rem;
}

.focus-within\:ml-64:focus-within {
  margin-left: 16rem;
}

.focus-within\:mt-72:focus-within {
  margin-top: 18rem;
}

.focus-within\:mr-72:focus-within {
  margin-right: 18rem;
}

.focus-within\:mb-72:focus-within {
  margin-bottom: 18rem;
}

.focus-within\:ml-72:focus-within {
  margin-left: 18rem;
}

.focus-within\:mt-80:focus-within {
  margin-top: 20rem;
}

.focus-within\:mr-80:focus-within {
  margin-right: 20rem;
}

.focus-within\:mb-80:focus-within {
  margin-bottom: 20rem;
}

.focus-within\:ml-80:focus-within {
  margin-left: 20rem;
}

.focus-within\:mt-96:focus-within {
  margin-top: 24rem;
}

.focus-within\:mr-96:focus-within {
  margin-right: 24rem;
}

.focus-within\:mb-96:focus-within {
  margin-bottom: 24rem;
}

.focus-within\:ml-96:focus-within {
  margin-left: 24rem;
}

.focus-within\:mt-auto:focus-within {
  margin-top: auto;
}

.focus-within\:mr-auto:focus-within {
  margin-right: auto;
}

.focus-within\:mb-auto:focus-within {
  margin-bottom: auto;
}

.focus-within\:ml-auto:focus-within {
  margin-left: auto;
}

.focus-within\:mt-px:focus-within {
  margin-top: 1px;
}

.focus-within\:mr-px:focus-within {
  margin-right: 1px;
}

.focus-within\:mb-px:focus-within {
  margin-bottom: 1px;
}

.focus-within\:ml-px:focus-within {
  margin-left: 1px;
}

.focus-within\:mt-0\.5:focus-within {
  margin-top: 0.125rem;
}

.focus-within\:mr-0\.5:focus-within {
  margin-right: 0.125rem;
}

.focus-within\:mb-0\.5:focus-within {
  margin-bottom: 0.125rem;
}

.focus-within\:ml-0\.5:focus-within {
  margin-left: 0.125rem;
}

.focus-within\:mt-1\.5:focus-within {
  margin-top: 0.375rem;
}

.focus-within\:mr-1\.5:focus-within {
  margin-right: 0.375rem;
}

.focus-within\:mb-1\.5:focus-within {
  margin-bottom: 0.375rem;
}

.focus-within\:ml-1\.5:focus-within {
  margin-left: 0.375rem;
}

.focus-within\:mt-2\.5:focus-within {
  margin-top: 0.625rem;
}

.focus-within\:mr-2\.5:focus-within {
  margin-right: 0.625rem;
}

.focus-within\:mb-2\.5:focus-within {
  margin-bottom: 0.625rem;
}

.focus-within\:ml-2\.5:focus-within {
  margin-left: 0.625rem;
}

.focus-within\:mt-3\.5:focus-within {
  margin-top: 0.875rem;
}

.focus-within\:mr-3\.5:focus-within {
  margin-right: 0.875rem;
}

.focus-within\:mb-3\.5:focus-within {
  margin-bottom: 0.875rem;
}

.focus-within\:ml-3\.5:focus-within {
  margin-left: 0.875rem;
}

.focus-within\:-mt-0:focus-within {
  margin-top: 0px;
}

.focus-within\:-mr-0:focus-within {
  margin-right: 0px;
}

.focus-within\:-mb-0:focus-within {
  margin-bottom: 0px;
}

.focus-within\:-ml-0:focus-within {
  margin-left: 0px;
}

.focus-within\:-mt-1:focus-within {
  margin-top: -0.25rem;
}

.focus-within\:-mr-1:focus-within {
  margin-right: -0.25rem;
}

.focus-within\:-mb-1:focus-within {
  margin-bottom: -0.25rem;
}

.focus-within\:-ml-1:focus-within {
  margin-left: -0.25rem;
}

.focus-within\:-mt-2:focus-within {
  margin-top: -0.5rem;
}

.focus-within\:-mr-2:focus-within {
  margin-right: -0.5rem;
}

.focus-within\:-mb-2:focus-within {
  margin-bottom: -0.5rem;
}

.focus-within\:-ml-2:focus-within {
  margin-left: -0.5rem;
}

.focus-within\:-mt-3:focus-within {
  margin-top: -0.75rem;
}

.focus-within\:-mr-3:focus-within {
  margin-right: -0.75rem;
}

.focus-within\:-mb-3:focus-within {
  margin-bottom: -0.75rem;
}

.focus-within\:-ml-3:focus-within {
  margin-left: -0.75rem;
}

.focus-within\:-mt-4:focus-within {
  margin-top: -1rem;
}

.focus-within\:-mr-4:focus-within {
  margin-right: -1rem;
}

.focus-within\:-mb-4:focus-within {
  margin-bottom: -1rem;
}

.focus-within\:-ml-4:focus-within {
  margin-left: -1rem;
}

.focus-within\:-mt-5:focus-within {
  margin-top: -1.25rem;
}

.focus-within\:-mr-5:focus-within {
  margin-right: -1.25rem;
}

.focus-within\:-mb-5:focus-within {
  margin-bottom: -1.25rem;
}

.focus-within\:-ml-5:focus-within {
  margin-left: -1.25rem;
}

.focus-within\:-mt-6:focus-within {
  margin-top: -1.5rem;
}

.focus-within\:-mr-6:focus-within {
  margin-right: -1.5rem;
}

.focus-within\:-mb-6:focus-within {
  margin-bottom: -1.5rem;
}

.focus-within\:-ml-6:focus-within {
  margin-left: -1.5rem;
}

.focus-within\:-mt-7:focus-within {
  margin-top: -1.75rem;
}

.focus-within\:-mr-7:focus-within {
  margin-right: -1.75rem;
}

.focus-within\:-mb-7:focus-within {
  margin-bottom: -1.75rem;
}

.focus-within\:-ml-7:focus-within {
  margin-left: -1.75rem;
}

.focus-within\:-mt-8:focus-within {
  margin-top: -2rem;
}

.focus-within\:-mr-8:focus-within {
  margin-right: -2rem;
}

.focus-within\:-mb-8:focus-within {
  margin-bottom: -2rem;
}

.focus-within\:-ml-8:focus-within {
  margin-left: -2rem;
}

.focus-within\:-mt-9:focus-within {
  margin-top: -2.25rem;
}

.focus-within\:-mr-9:focus-within {
  margin-right: -2.25rem;
}

.focus-within\:-mb-9:focus-within {
  margin-bottom: -2.25rem;
}

.focus-within\:-ml-9:focus-within {
  margin-left: -2.25rem;
}

.focus-within\:-mt-10:focus-within {
  margin-top: -2.5rem;
}

.focus-within\:-mr-10:focus-within {
  margin-right: -2.5rem;
}

.focus-within\:-mb-10:focus-within {
  margin-bottom: -2.5rem;
}

.focus-within\:-ml-10:focus-within {
  margin-left: -2.5rem;
}

.focus-within\:-mt-11:focus-within {
  margin-top: -2.75rem;
}

.focus-within\:-mr-11:focus-within {
  margin-right: -2.75rem;
}

.focus-within\:-mb-11:focus-within {
  margin-bottom: -2.75rem;
}

.focus-within\:-ml-11:focus-within {
  margin-left: -2.75rem;
}

.focus-within\:-mt-12:focus-within {
  margin-top: -3rem;
}

.focus-within\:-mr-12:focus-within {
  margin-right: -3rem;
}

.focus-within\:-mb-12:focus-within {
  margin-bottom: -3rem;
}

.focus-within\:-ml-12:focus-within {
  margin-left: -3rem;
}

.focus-within\:-mt-14:focus-within {
  margin-top: -3.5rem;
}

.focus-within\:-mr-14:focus-within {
  margin-right: -3.5rem;
}

.focus-within\:-mb-14:focus-within {
  margin-bottom: -3.5rem;
}

.focus-within\:-ml-14:focus-within {
  margin-left: -3.5rem;
}

.focus-within\:-mt-16:focus-within {
  margin-top: -4rem;
}

.focus-within\:-mr-16:focus-within {
  margin-right: -4rem;
}

.focus-within\:-mb-16:focus-within {
  margin-bottom: -4rem;
}

.focus-within\:-ml-16:focus-within {
  margin-left: -4rem;
}

.focus-within\:-mt-20:focus-within {
  margin-top: -5rem;
}

.focus-within\:-mr-20:focus-within {
  margin-right: -5rem;
}

.focus-within\:-mb-20:focus-within {
  margin-bottom: -5rem;
}

.focus-within\:-ml-20:focus-within {
  margin-left: -5rem;
}

.focus-within\:-mt-24:focus-within {
  margin-top: -6rem;
}

.focus-within\:-mr-24:focus-within {
  margin-right: -6rem;
}

.focus-within\:-mb-24:focus-within {
  margin-bottom: -6rem;
}

.focus-within\:-ml-24:focus-within {
  margin-left: -6rem;
}

.focus-within\:-mt-28:focus-within {
  margin-top: -7rem;
}

.focus-within\:-mr-28:focus-within {
  margin-right: -7rem;
}

.focus-within\:-mb-28:focus-within {
  margin-bottom: -7rem;
}

.focus-within\:-ml-28:focus-within {
  margin-left: -7rem;
}

.focus-within\:-mt-32:focus-within {
  margin-top: -8rem;
}

.focus-within\:-mr-32:focus-within {
  margin-right: -8rem;
}

.focus-within\:-mb-32:focus-within {
  margin-bottom: -8rem;
}

.focus-within\:-ml-32:focus-within {
  margin-left: -8rem;
}

.focus-within\:-mt-36:focus-within {
  margin-top: -9rem;
}

.focus-within\:-mr-36:focus-within {
  margin-right: -9rem;
}

.focus-within\:-mb-36:focus-within {
  margin-bottom: -9rem;
}

.focus-within\:-ml-36:focus-within {
  margin-left: -9rem;
}

.focus-within\:-mt-40:focus-within {
  margin-top: -10rem;
}

.focus-within\:-mr-40:focus-within {
  margin-right: -10rem;
}

.focus-within\:-mb-40:focus-within {
  margin-bottom: -10rem;
}

.focus-within\:-ml-40:focus-within {
  margin-left: -10rem;
}

.focus-within\:-mt-44:focus-within {
  margin-top: -11rem;
}

.focus-within\:-mr-44:focus-within {
  margin-right: -11rem;
}

.focus-within\:-mb-44:focus-within {
  margin-bottom: -11rem;
}

.focus-within\:-ml-44:focus-within {
  margin-left: -11rem;
}

.focus-within\:-mt-48:focus-within {
  margin-top: -12rem;
}

.focus-within\:-mr-48:focus-within {
  margin-right: -12rem;
}

.focus-within\:-mb-48:focus-within {
  margin-bottom: -12rem;
}

.focus-within\:-ml-48:focus-within {
  margin-left: -12rem;
}

.focus-within\:-mt-52:focus-within {
  margin-top: -13rem;
}

.focus-within\:-mr-52:focus-within {
  margin-right: -13rem;
}

.focus-within\:-mb-52:focus-within {
  margin-bottom: -13rem;
}

.focus-within\:-ml-52:focus-within {
  margin-left: -13rem;
}

.focus-within\:-mt-56:focus-within {
  margin-top: -14rem;
}

.focus-within\:-mr-56:focus-within {
  margin-right: -14rem;
}

.focus-within\:-mb-56:focus-within {
  margin-bottom: -14rem;
}

.focus-within\:-ml-56:focus-within {
  margin-left: -14rem;
}

.focus-within\:-mt-60:focus-within {
  margin-top: -15rem;
}

.focus-within\:-mr-60:focus-within {
  margin-right: -15rem;
}

.focus-within\:-mb-60:focus-within {
  margin-bottom: -15rem;
}

.focus-within\:-ml-60:focus-within {
  margin-left: -15rem;
}

.focus-within\:-mt-64:focus-within {
  margin-top: -16rem;
}

.focus-within\:-mr-64:focus-within {
  margin-right: -16rem;
}

.focus-within\:-mb-64:focus-within {
  margin-bottom: -16rem;
}

.focus-within\:-ml-64:focus-within {
  margin-left: -16rem;
}

.focus-within\:-mt-72:focus-within {
  margin-top: -18rem;
}

.focus-within\:-mr-72:focus-within {
  margin-right: -18rem;
}

.focus-within\:-mb-72:focus-within {
  margin-bottom: -18rem;
}

.focus-within\:-ml-72:focus-within {
  margin-left: -18rem;
}

.focus-within\:-mt-80:focus-within {
  margin-top: -20rem;
}

.focus-within\:-mr-80:focus-within {
  margin-right: -20rem;
}

.focus-within\:-mb-80:focus-within {
  margin-bottom: -20rem;
}

.focus-within\:-ml-80:focus-within {
  margin-left: -20rem;
}

.focus-within\:-mt-96:focus-within {
  margin-top: -24rem;
}

.focus-within\:-mr-96:focus-within {
  margin-right: -24rem;
}

.focus-within\:-mb-96:focus-within {
  margin-bottom: -24rem;
}

.focus-within\:-ml-96:focus-within {
  margin-left: -24rem;
}

.focus-within\:-mt-px:focus-within {
  margin-top: -1px;
}

.focus-within\:-mr-px:focus-within {
  margin-right: -1px;
}

.focus-within\:-mb-px:focus-within {
  margin-bottom: -1px;
}

.focus-within\:-ml-px:focus-within {
  margin-left: -1px;
}

.focus-within\:-mt-0\.5:focus-within {
  margin-top: -0.125rem;
}

.focus-within\:-mr-0\.5:focus-within {
  margin-right: -0.125rem;
}

.focus-within\:-mb-0\.5:focus-within {
  margin-bottom: -0.125rem;
}

.focus-within\:-ml-0\.5:focus-within {
  margin-left: -0.125rem;
}

.focus-within\:-mt-1\.5:focus-within {
  margin-top: -0.375rem;
}

.focus-within\:-mr-1\.5:focus-within {
  margin-right: -0.375rem;
}

.focus-within\:-mb-1\.5:focus-within {
  margin-bottom: -0.375rem;
}

.focus-within\:-ml-1\.5:focus-within {
  margin-left: -0.375rem;
}

.focus-within\:-mt-2\.5:focus-within {
  margin-top: -0.625rem;
}

.focus-within\:-mr-2\.5:focus-within {
  margin-right: -0.625rem;
}

.focus-within\:-mb-2\.5:focus-within {
  margin-bottom: -0.625rem;
}

.focus-within\:-ml-2\.5:focus-within {
  margin-left: -0.625rem;
}

.focus-within\:-mt-3\.5:focus-within {
  margin-top: -0.875rem;
}

.focus-within\:-mr-3\.5:focus-within {
  margin-right: -0.875rem;
}

.focus-within\:-mb-3\.5:focus-within {
  margin-bottom: -0.875rem;
}

.focus-within\:-ml-3\.5:focus-within {
  margin-left: -0.875rem;
}

.first\:m-0:first-child {
  margin: 0px;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-7:first-child {
  margin: 1.75rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-9:first-child {
  margin: 2.25rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-11:first-child {
  margin: 2.75rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-28:first-child {
  margin: 7rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-36:first-child {
  margin: 9rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-44:first-child {
  margin: 11rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-52:first-child {
  margin: 13rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-60:first-child {
  margin: 15rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-72:first-child {
  margin: 18rem;
}

.first\:m-80:first-child {
  margin: 20rem;
}

.first\:m-96:first-child {
  margin: 24rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:m-0\.5:first-child {
  margin: 0.125rem;
}

.first\:m-1\.5:first-child {
  margin: 0.375rem;
}

.first\:m-2\.5:first-child {
  margin: 0.625rem;
}

.first\:m-3\.5:first-child {
  margin: 0.875rem;
}

.first\:-m-0:first-child {
  margin: 0px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-7:first-child {
  margin: -1.75rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-9:first-child {
  margin: -2.25rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-11:first-child {
  margin: -2.75rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-28:first-child {
  margin: -7rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-36:first-child {
  margin: -9rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-44:first-child {
  margin: -11rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-52:first-child {
  margin: -13rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-60:first-child {
  margin: -15rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-72:first-child {
  margin: -18rem;
}

.first\:-m-80:first-child {
  margin: -20rem;
}

.first\:-m-96:first-child {
  margin: -24rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:-m-0\.5:first-child {
  margin: -0.125rem;
}

.first\:-m-1\.5:first-child {
  margin: -0.375rem;
}

.first\:-m-2\.5:first-child {
  margin: -0.625rem;
}

.first\:-m-3\.5:first-child {
  margin: -0.875rem;
}

.first\:my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:my-7:first-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.first\:mx-7:first-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-9:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:mx-9:first-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:my-11:first-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.first\:mx-11:first-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-28:first-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:mx-28:first-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-36:first-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.first\:mx-36:first-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-44:first-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.first\:mx-44:first-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-52:first-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.first\:mx-52:first-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-60:first-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.first\:mx-60:first-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-72:first-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.first\:mx-72:first-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.first\:my-80:first-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.first\:mx-80:first-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.first\:my-96:first-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.first\:mx-96:first-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:my-0\.5:first-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.first\:mx-0\.5:first-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.first\:my-1\.5:first-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.first\:mx-1\.5:first-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.first\:my-2\.5:first-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.first\:mx-2\.5:first-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.first\:my-3\.5:first-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.first\:mx-3\.5:first-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.first\:-my-0:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.first\:-mx-0:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-my-7:first-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.first\:-mx-7:first-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-9:first-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:-mx-9:first-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-my-11:first-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.first\:-mx-11:first-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-28:first-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-mx-28:first-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-36:first-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.first\:-mx-36:first-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-44:first-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.first\:-mx-44:first-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-52:first-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.first\:-mx-52:first-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-60:first-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.first\:-mx-60:first-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-72:first-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.first\:-mx-72:first-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.first\:-my-80:first-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.first\:-mx-80:first-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.first\:-my-96:first-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.first\:-mx-96:first-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-my-0\.5:first-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.first\:-mx-0\.5:first-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.first\:-my-1\.5:first-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.first\:-mx-1\.5:first-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.first\:-my-2\.5:first-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.first\:-mx-2\.5:first-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.first\:-my-3\.5:first-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.first\:-mx-3\.5:first-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:mr-0:first-child {
  margin-right: 0px;
}

.first\:mb-0:first-child {
  margin-bottom: 0px;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:mt-7:first-child {
  margin-top: 1.75rem;
}

.first\:mr-7:first-child {
  margin-right: 1.75rem;
}

.first\:mb-7:first-child {
  margin-bottom: 1.75rem;
}

.first\:ml-7:first-child {
  margin-left: 1.75rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:mt-9:first-child {
  margin-top: 2.25rem;
}

.first\:mr-9:first-child {
  margin-right: 2.25rem;
}

.first\:mb-9:first-child {
  margin-bottom: 2.25rem;
}

.first\:ml-9:first-child {
  margin-left: 2.25rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:mt-11:first-child {
  margin-top: 2.75rem;
}

.first\:mr-11:first-child {
  margin-right: 2.75rem;
}

.first\:mb-11:first-child {
  margin-bottom: 2.75rem;
}

.first\:ml-11:first-child {
  margin-left: 2.75rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:mt-28:first-child {
  margin-top: 7rem;
}

.first\:mr-28:first-child {
  margin-right: 7rem;
}

.first\:mb-28:first-child {
  margin-bottom: 7rem;
}

.first\:ml-28:first-child {
  margin-left: 7rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:mt-36:first-child {
  margin-top: 9rem;
}

.first\:mr-36:first-child {
  margin-right: 9rem;
}

.first\:mb-36:first-child {
  margin-bottom: 9rem;
}

.first\:ml-36:first-child {
  margin-left: 9rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:mt-44:first-child {
  margin-top: 11rem;
}

.first\:mr-44:first-child {
  margin-right: 11rem;
}

.first\:mb-44:first-child {
  margin-bottom: 11rem;
}

.first\:ml-44:first-child {
  margin-left: 11rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:mt-52:first-child {
  margin-top: 13rem;
}

.first\:mr-52:first-child {
  margin-right: 13rem;
}

.first\:mb-52:first-child {
  margin-bottom: 13rem;
}

.first\:ml-52:first-child {
  margin-left: 13rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:mt-60:first-child {
  margin-top: 15rem;
}

.first\:mr-60:first-child {
  margin-right: 15rem;
}

.first\:mb-60:first-child {
  margin-bottom: 15rem;
}

.first\:ml-60:first-child {
  margin-left: 15rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:mt-72:first-child {
  margin-top: 18rem;
}

.first\:mr-72:first-child {
  margin-right: 18rem;
}

.first\:mb-72:first-child {
  margin-bottom: 18rem;
}

.first\:ml-72:first-child {
  margin-left: 18rem;
}

.first\:mt-80:first-child {
  margin-top: 20rem;
}

.first\:mr-80:first-child {
  margin-right: 20rem;
}

.first\:mb-80:first-child {
  margin-bottom: 20rem;
}

.first\:ml-80:first-child {
  margin-left: 20rem;
}

.first\:mt-96:first-child {
  margin-top: 24rem;
}

.first\:mr-96:first-child {
  margin-right: 24rem;
}

.first\:mb-96:first-child {
  margin-bottom: 24rem;
}

.first\:ml-96:first-child {
  margin-left: 24rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:mt-0\.5:first-child {
  margin-top: 0.125rem;
}

.first\:mr-0\.5:first-child {
  margin-right: 0.125rem;
}

.first\:mb-0\.5:first-child {
  margin-bottom: 0.125rem;
}

.first\:ml-0\.5:first-child {
  margin-left: 0.125rem;
}

.first\:mt-1\.5:first-child {
  margin-top: 0.375rem;
}

.first\:mr-1\.5:first-child {
  margin-right: 0.375rem;
}

.first\:mb-1\.5:first-child {
  margin-bottom: 0.375rem;
}

.first\:ml-1\.5:first-child {
  margin-left: 0.375rem;
}

.first\:mt-2\.5:first-child {
  margin-top: 0.625rem;
}

.first\:mr-2\.5:first-child {
  margin-right: 0.625rem;
}

.first\:mb-2\.5:first-child {
  margin-bottom: 0.625rem;
}

.first\:ml-2\.5:first-child {
  margin-left: 0.625rem;
}

.first\:mt-3\.5:first-child {
  margin-top: 0.875rem;
}

.first\:mr-3\.5:first-child {
  margin-right: 0.875rem;
}

.first\:mb-3\.5:first-child {
  margin-bottom: 0.875rem;
}

.first\:ml-3\.5:first-child {
  margin-left: 0.875rem;
}

.first\:-mt-0:first-child {
  margin-top: 0px;
}

.first\:-mr-0:first-child {
  margin-right: 0px;
}

.first\:-mb-0:first-child {
  margin-bottom: 0px;
}

.first\:-ml-0:first-child {
  margin-left: 0px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-mt-7:first-child {
  margin-top: -1.75rem;
}

.first\:-mr-7:first-child {
  margin-right: -1.75rem;
}

.first\:-mb-7:first-child {
  margin-bottom: -1.75rem;
}

.first\:-ml-7:first-child {
  margin-left: -1.75rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-mt-9:first-child {
  margin-top: -2.25rem;
}

.first\:-mr-9:first-child {
  margin-right: -2.25rem;
}

.first\:-mb-9:first-child {
  margin-bottom: -2.25rem;
}

.first\:-ml-9:first-child {
  margin-left: -2.25rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-mt-11:first-child {
  margin-top: -2.75rem;
}

.first\:-mr-11:first-child {
  margin-right: -2.75rem;
}

.first\:-mb-11:first-child {
  margin-bottom: -2.75rem;
}

.first\:-ml-11:first-child {
  margin-left: -2.75rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-mt-28:first-child {
  margin-top: -7rem;
}

.first\:-mr-28:first-child {
  margin-right: -7rem;
}

.first\:-mb-28:first-child {
  margin-bottom: -7rem;
}

.first\:-ml-28:first-child {
  margin-left: -7rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-mt-36:first-child {
  margin-top: -9rem;
}

.first\:-mr-36:first-child {
  margin-right: -9rem;
}

.first\:-mb-36:first-child {
  margin-bottom: -9rem;
}

.first\:-ml-36:first-child {
  margin-left: -9rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-mt-44:first-child {
  margin-top: -11rem;
}

.first\:-mr-44:first-child {
  margin-right: -11rem;
}

.first\:-mb-44:first-child {
  margin-bottom: -11rem;
}

.first\:-ml-44:first-child {
  margin-left: -11rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-mt-52:first-child {
  margin-top: -13rem;
}

.first\:-mr-52:first-child {
  margin-right: -13rem;
}

.first\:-mb-52:first-child {
  margin-bottom: -13rem;
}

.first\:-ml-52:first-child {
  margin-left: -13rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-mt-60:first-child {
  margin-top: -15rem;
}

.first\:-mr-60:first-child {
  margin-right: -15rem;
}

.first\:-mb-60:first-child {
  margin-bottom: -15rem;
}

.first\:-ml-60:first-child {
  margin-left: -15rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-mt-72:first-child {
  margin-top: -18rem;
}

.first\:-mr-72:first-child {
  margin-right: -18rem;
}

.first\:-mb-72:first-child {
  margin-bottom: -18rem;
}

.first\:-ml-72:first-child {
  margin-left: -18rem;
}

.first\:-mt-80:first-child {
  margin-top: -20rem;
}

.first\:-mr-80:first-child {
  margin-right: -20rem;
}

.first\:-mb-80:first-child {
  margin-bottom: -20rem;
}

.first\:-ml-80:first-child {
  margin-left: -20rem;
}

.first\:-mt-96:first-child {
  margin-top: -24rem;
}

.first\:-mr-96:first-child {
  margin-right: -24rem;
}

.first\:-mb-96:first-child {
  margin-bottom: -24rem;
}

.first\:-ml-96:first-child {
  margin-left: -24rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.first\:-mt-0\.5:first-child {
  margin-top: -0.125rem;
}

.first\:-mr-0\.5:first-child {
  margin-right: -0.125rem;
}

.first\:-mb-0\.5:first-child {
  margin-bottom: -0.125rem;
}

.first\:-ml-0\.5:first-child {
  margin-left: -0.125rem;
}

.first\:-mt-1\.5:first-child {
  margin-top: -0.375rem;
}

.first\:-mr-1\.5:first-child {
  margin-right: -0.375rem;
}

.first\:-mb-1\.5:first-child {
  margin-bottom: -0.375rem;
}

.first\:-ml-1\.5:first-child {
  margin-left: -0.375rem;
}

.first\:-mt-2\.5:first-child {
  margin-top: -0.625rem;
}

.first\:-mr-2\.5:first-child {
  margin-right: -0.625rem;
}

.first\:-mb-2\.5:first-child {
  margin-bottom: -0.625rem;
}

.first\:-ml-2\.5:first-child {
  margin-left: -0.625rem;
}

.first\:-mt-3\.5:first-child {
  margin-top: -0.875rem;
}

.first\:-mr-3\.5:first-child {
  margin-right: -0.875rem;
}

.first\:-mb-3\.5:first-child {
  margin-bottom: -0.875rem;
}

.first\:-ml-3\.5:first-child {
  margin-left: -0.875rem;
}

.last\:m-0:last-child {
  margin: 0px;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-7:last-child {
  margin: 1.75rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-9:last-child {
  margin: 2.25rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-11:last-child {
  margin: 2.75rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-28:last-child {
  margin: 7rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-36:last-child {
  margin: 9rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-44:last-child {
  margin: 11rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-52:last-child {
  margin: 13rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-60:last-child {
  margin: 15rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-72:last-child {
  margin: 18rem;
}

.last\:m-80:last-child {
  margin: 20rem;
}

.last\:m-96:last-child {
  margin: 24rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:m-0\.5:last-child {
  margin: 0.125rem;
}

.last\:m-1\.5:last-child {
  margin: 0.375rem;
}

.last\:m-2\.5:last-child {
  margin: 0.625rem;
}

.last\:m-3\.5:last-child {
  margin: 0.875rem;
}

.last\:-m-0:last-child {
  margin: 0px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-7:last-child {
  margin: -1.75rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-9:last-child {
  margin: -2.25rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-11:last-child {
  margin: -2.75rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-28:last-child {
  margin: -7rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-36:last-child {
  margin: -9rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-44:last-child {
  margin: -11rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-52:last-child {
  margin: -13rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-60:last-child {
  margin: -15rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-72:last-child {
  margin: -18rem;
}

.last\:-m-80:last-child {
  margin: -20rem;
}

.last\:-m-96:last-child {
  margin: -24rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:-m-0\.5:last-child {
  margin: -0.125rem;
}

.last\:-m-1\.5:last-child {
  margin: -0.375rem;
}

.last\:-m-2\.5:last-child {
  margin: -0.625rem;
}

.last\:-m-3\.5:last-child {
  margin: -0.875rem;
}

.last\:my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-7:last-child {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.last\:mx-7:last-child {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-11:last-child {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.last\:mx-11:last-child {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-28:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:mx-28:last-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-36:last-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.last\:mx-36:last-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-44:last-child {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.last\:mx-44:last-child {
  margin-left: 11rem;
  margin-right: 11rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-52:last-child {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.last\:mx-52:last-child {
  margin-left: 13rem;
  margin-right: 13rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-60:last-child {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.last\:mx-60:last-child {
  margin-left: 15rem;
  margin-right: 15rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-72:last-child {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.last\:mx-72:last-child {
  margin-left: 18rem;
  margin-right: 18rem;
}

.last\:my-80:last-child {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.last\:mx-80:last-child {
  margin-left: 20rem;
  margin-right: 20rem;
}

.last\:my-96:last-child {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.last\:mx-96:last-child {
  margin-left: 24rem;
  margin-right: 24rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:my-0\.5:last-child {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.last\:mx-0\.5:last-child {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.last\:my-1\.5:last-child {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.last\:mx-1\.5:last-child {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.last\:my-2\.5:last-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.last\:mx-2\.5:last-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.last\:my-3\.5:last-child {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.last\:mx-3\.5:last-child {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.last\:-my-0:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.last\:-mx-0:last-child {
  margin-left: 0px;
  margin-right: 0px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-7:last-child {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.last\:-mx-7:last-child {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-9:last-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:-mx-9:last-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-11:last-child {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.last\:-mx-11:last-child {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-28:last-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-mx-28:last-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-36:last-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.last\:-mx-36:last-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-44:last-child {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.last\:-mx-44:last-child {
  margin-left: -11rem;
  margin-right: -11rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-52:last-child {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.last\:-mx-52:last-child {
  margin-left: -13rem;
  margin-right: -13rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-60:last-child {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.last\:-mx-60:last-child {
  margin-left: -15rem;
  margin-right: -15rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-72:last-child {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.last\:-mx-72:last-child {
  margin-left: -18rem;
  margin-right: -18rem;
}

.last\:-my-80:last-child {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.last\:-mx-80:last-child {
  margin-left: -20rem;
  margin-right: -20rem;
}

.last\:-my-96:last-child {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.last\:-mx-96:last-child {
  margin-left: -24rem;
  margin-right: -24rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-my-0\.5:last-child {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.last\:-mx-0\.5:last-child {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.last\:-my-1\.5:last-child {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.last\:-mx-1\.5:last-child {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.last\:-my-2\.5:last-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.last\:-mx-2\.5:last-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.last\:-my-3\.5:last-child {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.last\:-mx-3\.5:last-child {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.last\:mt-0:last-child {
  margin-top: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:ml-0:last-child {
  margin-left: 0px;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-7:last-child {
  margin-top: 1.75rem;
}

.last\:mr-7:last-child {
  margin-right: 1.75rem;
}

.last\:mb-7:last-child {
  margin-bottom: 1.75rem;
}

.last\:ml-7:last-child {
  margin-left: 1.75rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-9:last-child {
  margin-top: 2.25rem;
}

.last\:mr-9:last-child {
  margin-right: 2.25rem;
}

.last\:mb-9:last-child {
  margin-bottom: 2.25rem;
}

.last\:ml-9:last-child {
  margin-left: 2.25rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:mt-11:last-child {
  margin-top: 2.75rem;
}

.last\:mr-11:last-child {
  margin-right: 2.75rem;
}

.last\:mb-11:last-child {
  margin-bottom: 2.75rem;
}

.last\:ml-11:last-child {
  margin-left: 2.75rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-28:last-child {
  margin-top: 7rem;
}

.last\:mr-28:last-child {
  margin-right: 7rem;
}

.last\:mb-28:last-child {
  margin-bottom: 7rem;
}

.last\:ml-28:last-child {
  margin-left: 7rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-36:last-child {
  margin-top: 9rem;
}

.last\:mr-36:last-child {
  margin-right: 9rem;
}

.last\:mb-36:last-child {
  margin-bottom: 9rem;
}

.last\:ml-36:last-child {
  margin-left: 9rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-44:last-child {
  margin-top: 11rem;
}

.last\:mr-44:last-child {
  margin-right: 11rem;
}

.last\:mb-44:last-child {
  margin-bottom: 11rem;
}

.last\:ml-44:last-child {
  margin-left: 11rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-52:last-child {
  margin-top: 13rem;
}

.last\:mr-52:last-child {
  margin-right: 13rem;
}

.last\:mb-52:last-child {
  margin-bottom: 13rem;
}

.last\:ml-52:last-child {
  margin-left: 13rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-60:last-child {
  margin-top: 15rem;
}

.last\:mr-60:last-child {
  margin-right: 15rem;
}

.last\:mb-60:last-child {
  margin-bottom: 15rem;
}

.last\:ml-60:last-child {
  margin-left: 15rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-72:last-child {
  margin-top: 18rem;
}

.last\:mr-72:last-child {
  margin-right: 18rem;
}

.last\:mb-72:last-child {
  margin-bottom: 18rem;
}

.last\:ml-72:last-child {
  margin-left: 18rem;
}

.last\:mt-80:last-child {
  margin-top: 20rem;
}

.last\:mr-80:last-child {
  margin-right: 20rem;
}

.last\:mb-80:last-child {
  margin-bottom: 20rem;
}

.last\:ml-80:last-child {
  margin-left: 20rem;
}

.last\:mt-96:last-child {
  margin-top: 24rem;
}

.last\:mr-96:last-child {
  margin-right: 24rem;
}

.last\:mb-96:last-child {
  margin-bottom: 24rem;
}

.last\:ml-96:last-child {
  margin-left: 24rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:mt-0\.5:last-child {
  margin-top: 0.125rem;
}

.last\:mr-0\.5:last-child {
  margin-right: 0.125rem;
}

.last\:mb-0\.5:last-child {
  margin-bottom: 0.125rem;
}

.last\:ml-0\.5:last-child {
  margin-left: 0.125rem;
}

.last\:mt-1\.5:last-child {
  margin-top: 0.375rem;
}

.last\:mr-1\.5:last-child {
  margin-right: 0.375rem;
}

.last\:mb-1\.5:last-child {
  margin-bottom: 0.375rem;
}

.last\:ml-1\.5:last-child {
  margin-left: 0.375rem;
}

.last\:mt-2\.5:last-child {
  margin-top: 0.625rem;
}

.last\:mr-2\.5:last-child {
  margin-right: 0.625rem;
}

.last\:mb-2\.5:last-child {
  margin-bottom: 0.625rem;
}

.last\:ml-2\.5:last-child {
  margin-left: 0.625rem;
}

.last\:mt-3\.5:last-child {
  margin-top: 0.875rem;
}

.last\:mr-3\.5:last-child {
  margin-right: 0.875rem;
}

.last\:mb-3\.5:last-child {
  margin-bottom: 0.875rem;
}

.last\:ml-3\.5:last-child {
  margin-left: 0.875rem;
}

.last\:-mt-0:last-child {
  margin-top: 0px;
}

.last\:-mr-0:last-child {
  margin-right: 0px;
}

.last\:-mb-0:last-child {
  margin-bottom: 0px;
}

.last\:-ml-0:last-child {
  margin-left: 0px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-7:last-child {
  margin-top: -1.75rem;
}

.last\:-mr-7:last-child {
  margin-right: -1.75rem;
}

.last\:-mb-7:last-child {
  margin-bottom: -1.75rem;
}

.last\:-ml-7:last-child {
  margin-left: -1.75rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-9:last-child {
  margin-top: -2.25rem;
}

.last\:-mr-9:last-child {
  margin-right: -2.25rem;
}

.last\:-mb-9:last-child {
  margin-bottom: -2.25rem;
}

.last\:-ml-9:last-child {
  margin-left: -2.25rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-mt-11:last-child {
  margin-top: -2.75rem;
}

.last\:-mr-11:last-child {
  margin-right: -2.75rem;
}

.last\:-mb-11:last-child {
  margin-bottom: -2.75rem;
}

.last\:-ml-11:last-child {
  margin-left: -2.75rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-28:last-child {
  margin-top: -7rem;
}

.last\:-mr-28:last-child {
  margin-right: -7rem;
}

.last\:-mb-28:last-child {
  margin-bottom: -7rem;
}

.last\:-ml-28:last-child {
  margin-left: -7rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-36:last-child {
  margin-top: -9rem;
}

.last\:-mr-36:last-child {
  margin-right: -9rem;
}

.last\:-mb-36:last-child {
  margin-bottom: -9rem;
}

.last\:-ml-36:last-child {
  margin-left: -9rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-44:last-child {
  margin-top: -11rem;
}

.last\:-mr-44:last-child {
  margin-right: -11rem;
}

.last\:-mb-44:last-child {
  margin-bottom: -11rem;
}

.last\:-ml-44:last-child {
  margin-left: -11rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-52:last-child {
  margin-top: -13rem;
}

.last\:-mr-52:last-child {
  margin-right: -13rem;
}

.last\:-mb-52:last-child {
  margin-bottom: -13rem;
}

.last\:-ml-52:last-child {
  margin-left: -13rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-60:last-child {
  margin-top: -15rem;
}

.last\:-mr-60:last-child {
  margin-right: -15rem;
}

.last\:-mb-60:last-child {
  margin-bottom: -15rem;
}

.last\:-ml-60:last-child {
  margin-left: -15rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-72:last-child {
  margin-top: -18rem;
}

.last\:-mr-72:last-child {
  margin-right: -18rem;
}

.last\:-mb-72:last-child {
  margin-bottom: -18rem;
}

.last\:-ml-72:last-child {
  margin-left: -18rem;
}

.last\:-mt-80:last-child {
  margin-top: -20rem;
}

.last\:-mr-80:last-child {
  margin-right: -20rem;
}

.last\:-mb-80:last-child {
  margin-bottom: -20rem;
}

.last\:-ml-80:last-child {
  margin-left: -20rem;
}

.last\:-mt-96:last-child {
  margin-top: -24rem;
}

.last\:-mr-96:last-child {
  margin-right: -24rem;
}

.last\:-mb-96:last-child {
  margin-bottom: -24rem;
}

.last\:-ml-96:last-child {
  margin-left: -24rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:-mt-0\.5:last-child {
  margin-top: -0.125rem;
}

.last\:-mr-0\.5:last-child {
  margin-right: -0.125rem;
}

.last\:-mb-0\.5:last-child {
  margin-bottom: -0.125rem;
}

.last\:-ml-0\.5:last-child {
  margin-left: -0.125rem;
}

.last\:-mt-1\.5:last-child {
  margin-top: -0.375rem;
}

.last\:-mr-1\.5:last-child {
  margin-right: -0.375rem;
}

.last\:-mb-1\.5:last-child {
  margin-bottom: -0.375rem;
}

.last\:-ml-1\.5:last-child {
  margin-left: -0.375rem;
}

.last\:-mt-2\.5:last-child {
  margin-top: -0.625rem;
}

.last\:-mr-2\.5:last-child {
  margin-right: -0.625rem;
}

.last\:-mb-2\.5:last-child {
  margin-bottom: -0.625rem;
}

.last\:-ml-2\.5:last-child {
  margin-left: -0.625rem;
}

.last\:-mt-3\.5:last-child {
  margin-top: -0.875rem;
}

.last\:-mr-3\.5:last-child {
  margin-right: -0.875rem;
}

.last\:-mb-3\.5:last-child {
  margin-bottom: -0.875rem;
}

.last\:-ml-3\.5:last-child {
  margin-left: -0.875rem;
}

.odd\:m-0:nth-child(odd) {
  margin: 0px;
}

.odd\:m-1:nth-child(odd) {
  margin: 0.25rem;
}

.odd\:m-2:nth-child(odd) {
  margin: 0.5rem;
}

.odd\:m-3:nth-child(odd) {
  margin: 0.75rem;
}

.odd\:m-4:nth-child(odd) {
  margin: 1rem;
}

.odd\:m-5:nth-child(odd) {
  margin: 1.25rem;
}

.odd\:m-6:nth-child(odd) {
  margin: 1.5rem;
}

.odd\:m-7:nth-child(odd) {
  margin: 1.75rem;
}

.odd\:m-8:nth-child(odd) {
  margin: 2rem;
}

.odd\:m-9:nth-child(odd) {
  margin: 2.25rem;
}

.odd\:m-10:nth-child(odd) {
  margin: 2.5rem;
}

.odd\:m-11:nth-child(odd) {
  margin: 2.75rem;
}

.odd\:m-12:nth-child(odd) {
  margin: 3rem;
}

.odd\:m-14:nth-child(odd) {
  margin: 3.5rem;
}

.odd\:m-16:nth-child(odd) {
  margin: 4rem;
}

.odd\:m-20:nth-child(odd) {
  margin: 5rem;
}

.odd\:m-24:nth-child(odd) {
  margin: 6rem;
}

.odd\:m-28:nth-child(odd) {
  margin: 7rem;
}

.odd\:m-32:nth-child(odd) {
  margin: 8rem;
}

.odd\:m-36:nth-child(odd) {
  margin: 9rem;
}

.odd\:m-40:nth-child(odd) {
  margin: 10rem;
}

.odd\:m-44:nth-child(odd) {
  margin: 11rem;
}

.odd\:m-48:nth-child(odd) {
  margin: 12rem;
}

.odd\:m-52:nth-child(odd) {
  margin: 13rem;
}

.odd\:m-56:nth-child(odd) {
  margin: 14rem;
}

.odd\:m-60:nth-child(odd) {
  margin: 15rem;
}

.odd\:m-64:nth-child(odd) {
  margin: 16rem;
}

.odd\:m-72:nth-child(odd) {
  margin: 18rem;
}

.odd\:m-80:nth-child(odd) {
  margin: 20rem;
}

.odd\:m-96:nth-child(odd) {
  margin: 24rem;
}

.odd\:m-auto:nth-child(odd) {
  margin: auto;
}

.odd\:m-px:nth-child(odd) {
  margin: 1px;
}

.odd\:m-0\.5:nth-child(odd) {
  margin: 0.125rem;
}

.odd\:m-1\.5:nth-child(odd) {
  margin: 0.375rem;
}

.odd\:m-2\.5:nth-child(odd) {
  margin: 0.625rem;
}

.odd\:m-3\.5:nth-child(odd) {
  margin: 0.875rem;
}

.odd\:-m-0:nth-child(odd) {
  margin: 0px;
}

.odd\:-m-1:nth-child(odd) {
  margin: -0.25rem;
}

.odd\:-m-2:nth-child(odd) {
  margin: -0.5rem;
}

.odd\:-m-3:nth-child(odd) {
  margin: -0.75rem;
}

.odd\:-m-4:nth-child(odd) {
  margin: -1rem;
}

.odd\:-m-5:nth-child(odd) {
  margin: -1.25rem;
}

.odd\:-m-6:nth-child(odd) {
  margin: -1.5rem;
}

.odd\:-m-7:nth-child(odd) {
  margin: -1.75rem;
}

.odd\:-m-8:nth-child(odd) {
  margin: -2rem;
}

.odd\:-m-9:nth-child(odd) {
  margin: -2.25rem;
}

.odd\:-m-10:nth-child(odd) {
  margin: -2.5rem;
}

.odd\:-m-11:nth-child(odd) {
  margin: -2.75rem;
}

.odd\:-m-12:nth-child(odd) {
  margin: -3rem;
}

.odd\:-m-14:nth-child(odd) {
  margin: -3.5rem;
}

.odd\:-m-16:nth-child(odd) {
  margin: -4rem;
}

.odd\:-m-20:nth-child(odd) {
  margin: -5rem;
}

.odd\:-m-24:nth-child(odd) {
  margin: -6rem;
}

.odd\:-m-28:nth-child(odd) {
  margin: -7rem;
}

.odd\:-m-32:nth-child(odd) {
  margin: -8rem;
}

.odd\:-m-36:nth-child(odd) {
  margin: -9rem;
}

.odd\:-m-40:nth-child(odd) {
  margin: -10rem;
}

.odd\:-m-44:nth-child(odd) {
  margin: -11rem;
}

.odd\:-m-48:nth-child(odd) {
  margin: -12rem;
}

.odd\:-m-52:nth-child(odd) {
  margin: -13rem;
}

.odd\:-m-56:nth-child(odd) {
  margin: -14rem;
}

.odd\:-m-60:nth-child(odd) {
  margin: -15rem;
}

.odd\:-m-64:nth-child(odd) {
  margin: -16rem;
}

.odd\:-m-72:nth-child(odd) {
  margin: -18rem;
}

.odd\:-m-80:nth-child(odd) {
  margin: -20rem;
}

.odd\:-m-96:nth-child(odd) {
  margin: -24rem;
}

.odd\:-m-px:nth-child(odd) {
  margin: -1px;
}

.odd\:-m-0\.5:nth-child(odd) {
  margin: -0.125rem;
}

.odd\:-m-1\.5:nth-child(odd) {
  margin: -0.375rem;
}

.odd\:-m-2\.5:nth-child(odd) {
  margin: -0.625rem;
}

.odd\:-m-3\.5:nth-child(odd) {
  margin: -0.875rem;
}

.odd\:my-0:nth-child(odd) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.odd\:mx-0:nth-child(odd) {
  margin-left: 0px;
  margin-right: 0px;
}

.odd\:my-1:nth-child(odd) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.odd\:mx-1:nth-child(odd) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.odd\:my-2:nth-child(odd) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.odd\:mx-2:nth-child(odd) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.odd\:my-3:nth-child(odd) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.odd\:mx-3:nth-child(odd) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.odd\:my-4:nth-child(odd) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.odd\:mx-4:nth-child(odd) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.odd\:my-5:nth-child(odd) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.odd\:mx-5:nth-child(odd) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.odd\:my-6:nth-child(odd) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.odd\:mx-6:nth-child(odd) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.odd\:my-7:nth-child(odd) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.odd\:mx-7:nth-child(odd) {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.odd\:my-8:nth-child(odd) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.odd\:mx-8:nth-child(odd) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.odd\:my-9:nth-child(odd) {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.odd\:mx-9:nth-child(odd) {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.odd\:my-10:nth-child(odd) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.odd\:mx-10:nth-child(odd) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.odd\:my-11:nth-child(odd) {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.odd\:mx-11:nth-child(odd) {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.odd\:my-12:nth-child(odd) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.odd\:mx-12:nth-child(odd) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.odd\:my-14:nth-child(odd) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.odd\:mx-14:nth-child(odd) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.odd\:my-16:nth-child(odd) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.odd\:mx-16:nth-child(odd) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.odd\:my-20:nth-child(odd) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.odd\:mx-20:nth-child(odd) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.odd\:my-24:nth-child(odd) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.odd\:mx-24:nth-child(odd) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.odd\:my-28:nth-child(odd) {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.odd\:mx-28:nth-child(odd) {
  margin-left: 7rem;
  margin-right: 7rem;
}

.odd\:my-32:nth-child(odd) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.odd\:mx-32:nth-child(odd) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.odd\:my-36:nth-child(odd) {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.odd\:mx-36:nth-child(odd) {
  margin-left: 9rem;
  margin-right: 9rem;
}

.odd\:my-40:nth-child(odd) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.odd\:mx-40:nth-child(odd) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.odd\:my-44:nth-child(odd) {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.odd\:mx-44:nth-child(odd) {
  margin-left: 11rem;
  margin-right: 11rem;
}

.odd\:my-48:nth-child(odd) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.odd\:mx-48:nth-child(odd) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.odd\:my-52:nth-child(odd) {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.odd\:mx-52:nth-child(odd) {
  margin-left: 13rem;
  margin-right: 13rem;
}

.odd\:my-56:nth-child(odd) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.odd\:mx-56:nth-child(odd) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.odd\:my-60:nth-child(odd) {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.odd\:mx-60:nth-child(odd) {
  margin-left: 15rem;
  margin-right: 15rem;
}

.odd\:my-64:nth-child(odd) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.odd\:mx-64:nth-child(odd) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.odd\:my-72:nth-child(odd) {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.odd\:mx-72:nth-child(odd) {
  margin-left: 18rem;
  margin-right: 18rem;
}

.odd\:my-80:nth-child(odd) {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.odd\:mx-80:nth-child(odd) {
  margin-left: 20rem;
  margin-right: 20rem;
}

.odd\:my-96:nth-child(odd) {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.odd\:mx-96:nth-child(odd) {
  margin-left: 24rem;
  margin-right: 24rem;
}

.odd\:my-auto:nth-child(odd) {
  margin-top: auto;
  margin-bottom: auto;
}

.odd\:mx-auto:nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.odd\:my-px:nth-child(odd) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.odd\:mx-px:nth-child(odd) {
  margin-left: 1px;
  margin-right: 1px;
}

.odd\:my-0\.5:nth-child(odd) {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.odd\:mx-0\.5:nth-child(odd) {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.odd\:my-1\.5:nth-child(odd) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.odd\:mx-1\.5:nth-child(odd) {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.odd\:my-2\.5:nth-child(odd) {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.odd\:mx-2\.5:nth-child(odd) {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.odd\:my-3\.5:nth-child(odd) {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.odd\:mx-3\.5:nth-child(odd) {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.odd\:-my-0:nth-child(odd) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.odd\:-mx-0:nth-child(odd) {
  margin-left: 0px;
  margin-right: 0px;
}

.odd\:-my-1:nth-child(odd) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.odd\:-mx-1:nth-child(odd) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.odd\:-my-2:nth-child(odd) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.odd\:-mx-2:nth-child(odd) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.odd\:-my-3:nth-child(odd) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.odd\:-mx-3:nth-child(odd) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.odd\:-my-4:nth-child(odd) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.odd\:-mx-4:nth-child(odd) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.odd\:-my-5:nth-child(odd) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.odd\:-mx-5:nth-child(odd) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.odd\:-my-6:nth-child(odd) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.odd\:-mx-6:nth-child(odd) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.odd\:-my-7:nth-child(odd) {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.odd\:-mx-7:nth-child(odd) {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.odd\:-my-8:nth-child(odd) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.odd\:-mx-8:nth-child(odd) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.odd\:-my-9:nth-child(odd) {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.odd\:-mx-9:nth-child(odd) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.odd\:-my-10:nth-child(odd) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.odd\:-mx-10:nth-child(odd) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.odd\:-my-11:nth-child(odd) {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.odd\:-mx-11:nth-child(odd) {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.odd\:-my-12:nth-child(odd) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.odd\:-mx-12:nth-child(odd) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.odd\:-my-14:nth-child(odd) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.odd\:-mx-14:nth-child(odd) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.odd\:-my-16:nth-child(odd) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.odd\:-mx-16:nth-child(odd) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.odd\:-my-20:nth-child(odd) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.odd\:-mx-20:nth-child(odd) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.odd\:-my-24:nth-child(odd) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.odd\:-mx-24:nth-child(odd) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.odd\:-my-28:nth-child(odd) {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.odd\:-mx-28:nth-child(odd) {
  margin-left: -7rem;
  margin-right: -7rem;
}

.odd\:-my-32:nth-child(odd) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.odd\:-mx-32:nth-child(odd) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.odd\:-my-36:nth-child(odd) {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.odd\:-mx-36:nth-child(odd) {
  margin-left: -9rem;
  margin-right: -9rem;
}

.odd\:-my-40:nth-child(odd) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.odd\:-mx-40:nth-child(odd) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.odd\:-my-44:nth-child(odd) {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.odd\:-mx-44:nth-child(odd) {
  margin-left: -11rem;
  margin-right: -11rem;
}

.odd\:-my-48:nth-child(odd) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.odd\:-mx-48:nth-child(odd) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.odd\:-my-52:nth-child(odd) {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.odd\:-mx-52:nth-child(odd) {
  margin-left: -13rem;
  margin-right: -13rem;
}

.odd\:-my-56:nth-child(odd) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.odd\:-mx-56:nth-child(odd) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.odd\:-my-60:nth-child(odd) {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.odd\:-mx-60:nth-child(odd) {
  margin-left: -15rem;
  margin-right: -15rem;
}

.odd\:-my-64:nth-child(odd) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.odd\:-mx-64:nth-child(odd) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.odd\:-my-72:nth-child(odd) {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.odd\:-mx-72:nth-child(odd) {
  margin-left: -18rem;
  margin-right: -18rem;
}

.odd\:-my-80:nth-child(odd) {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.odd\:-mx-80:nth-child(odd) {
  margin-left: -20rem;
  margin-right: -20rem;
}

.odd\:-my-96:nth-child(odd) {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.odd\:-mx-96:nth-child(odd) {
  margin-left: -24rem;
  margin-right: -24rem;
}

.odd\:-my-px:nth-child(odd) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.odd\:-mx-px:nth-child(odd) {
  margin-left: -1px;
  margin-right: -1px;
}

.odd\:-my-0\.5:nth-child(odd) {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.odd\:-mx-0\.5:nth-child(odd) {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.odd\:-my-1\.5:nth-child(odd) {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.odd\:-mx-1\.5:nth-child(odd) {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.odd\:-my-2\.5:nth-child(odd) {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.odd\:-mx-2\.5:nth-child(odd) {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.odd\:-my-3\.5:nth-child(odd) {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.odd\:-mx-3\.5:nth-child(odd) {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.odd\:mt-0:nth-child(odd) {
  margin-top: 0px;
}

.odd\:mr-0:nth-child(odd) {
  margin-right: 0px;
}

.odd\:mb-0:nth-child(odd) {
  margin-bottom: 0px;
}

.odd\:ml-0:nth-child(odd) {
  margin-left: 0px;
}

.odd\:mt-1:nth-child(odd) {
  margin-top: 0.25rem;
}

.odd\:mr-1:nth-child(odd) {
  margin-right: 0.25rem;
}

.odd\:mb-1:nth-child(odd) {
  margin-bottom: 0.25rem;
}

.odd\:ml-1:nth-child(odd) {
  margin-left: 0.25rem;
}

.odd\:mt-2:nth-child(odd) {
  margin-top: 0.5rem;
}

.odd\:mr-2:nth-child(odd) {
  margin-right: 0.5rem;
}

.odd\:mb-2:nth-child(odd) {
  margin-bottom: 0.5rem;
}

.odd\:ml-2:nth-child(odd) {
  margin-left: 0.5rem;
}

.odd\:mt-3:nth-child(odd) {
  margin-top: 0.75rem;
}

.odd\:mr-3:nth-child(odd) {
  margin-right: 0.75rem;
}

.odd\:mb-3:nth-child(odd) {
  margin-bottom: 0.75rem;
}

.odd\:ml-3:nth-child(odd) {
  margin-left: 0.75rem;
}

.odd\:mt-4:nth-child(odd) {
  margin-top: 1rem;
}

.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}

.odd\:mb-4:nth-child(odd) {
  margin-bottom: 1rem;
}

.odd\:ml-4:nth-child(odd) {
  margin-left: 1rem;
}

.odd\:mt-5:nth-child(odd) {
  margin-top: 1.25rem;
}

.odd\:mr-5:nth-child(odd) {
  margin-right: 1.25rem;
}

.odd\:mb-5:nth-child(odd) {
  margin-bottom: 1.25rem;
}

.odd\:ml-5:nth-child(odd) {
  margin-left: 1.25rem;
}

.odd\:mt-6:nth-child(odd) {
  margin-top: 1.5rem;
}

.odd\:mr-6:nth-child(odd) {
  margin-right: 1.5rem;
}

.odd\:mb-6:nth-child(odd) {
  margin-bottom: 1.5rem;
}

.odd\:ml-6:nth-child(odd) {
  margin-left: 1.5rem;
}

.odd\:mt-7:nth-child(odd) {
  margin-top: 1.75rem;
}

.odd\:mr-7:nth-child(odd) {
  margin-right: 1.75rem;
}

.odd\:mb-7:nth-child(odd) {
  margin-bottom: 1.75rem;
}

.odd\:ml-7:nth-child(odd) {
  margin-left: 1.75rem;
}

.odd\:mt-8:nth-child(odd) {
  margin-top: 2rem;
}

.odd\:mr-8:nth-child(odd) {
  margin-right: 2rem;
}

.odd\:mb-8:nth-child(odd) {
  margin-bottom: 2rem;
}

.odd\:ml-8:nth-child(odd) {
  margin-left: 2rem;
}

.odd\:mt-9:nth-child(odd) {
  margin-top: 2.25rem;
}

.odd\:mr-9:nth-child(odd) {
  margin-right: 2.25rem;
}

.odd\:mb-9:nth-child(odd) {
  margin-bottom: 2.25rem;
}

.odd\:ml-9:nth-child(odd) {
  margin-left: 2.25rem;
}

.odd\:mt-10:nth-child(odd) {
  margin-top: 2.5rem;
}

.odd\:mr-10:nth-child(odd) {
  margin-right: 2.5rem;
}

.odd\:mb-10:nth-child(odd) {
  margin-bottom: 2.5rem;
}

.odd\:ml-10:nth-child(odd) {
  margin-left: 2.5rem;
}

.odd\:mt-11:nth-child(odd) {
  margin-top: 2.75rem;
}

.odd\:mr-11:nth-child(odd) {
  margin-right: 2.75rem;
}

.odd\:mb-11:nth-child(odd) {
  margin-bottom: 2.75rem;
}

.odd\:ml-11:nth-child(odd) {
  margin-left: 2.75rem;
}

.odd\:mt-12:nth-child(odd) {
  margin-top: 3rem;
}

.odd\:mr-12:nth-child(odd) {
  margin-right: 3rem;
}

.odd\:mb-12:nth-child(odd) {
  margin-bottom: 3rem;
}

.odd\:ml-12:nth-child(odd) {
  margin-left: 3rem;
}

.odd\:mt-14:nth-child(odd) {
  margin-top: 3.5rem;
}

.odd\:mr-14:nth-child(odd) {
  margin-right: 3.5rem;
}

.odd\:mb-14:nth-child(odd) {
  margin-bottom: 3.5rem;
}

.odd\:ml-14:nth-child(odd) {
  margin-left: 3.5rem;
}

.odd\:mt-16:nth-child(odd) {
  margin-top: 4rem;
}

.odd\:mr-16:nth-child(odd) {
  margin-right: 4rem;
}

.odd\:mb-16:nth-child(odd) {
  margin-bottom: 4rem;
}

.odd\:ml-16:nth-child(odd) {
  margin-left: 4rem;
}

.odd\:mt-20:nth-child(odd) {
  margin-top: 5rem;
}

.odd\:mr-20:nth-child(odd) {
  margin-right: 5rem;
}

.odd\:mb-20:nth-child(odd) {
  margin-bottom: 5rem;
}

.odd\:ml-20:nth-child(odd) {
  margin-left: 5rem;
}

.odd\:mt-24:nth-child(odd) {
  margin-top: 6rem;
}

.odd\:mr-24:nth-child(odd) {
  margin-right: 6rem;
}

.odd\:mb-24:nth-child(odd) {
  margin-bottom: 6rem;
}

.odd\:ml-24:nth-child(odd) {
  margin-left: 6rem;
}

.odd\:mt-28:nth-child(odd) {
  margin-top: 7rem;
}

.odd\:mr-28:nth-child(odd) {
  margin-right: 7rem;
}

.odd\:mb-28:nth-child(odd) {
  margin-bottom: 7rem;
}

.odd\:ml-28:nth-child(odd) {
  margin-left: 7rem;
}

.odd\:mt-32:nth-child(odd) {
  margin-top: 8rem;
}

.odd\:mr-32:nth-child(odd) {
  margin-right: 8rem;
}

.odd\:mb-32:nth-child(odd) {
  margin-bottom: 8rem;
}

.odd\:ml-32:nth-child(odd) {
  margin-left: 8rem;
}

.odd\:mt-36:nth-child(odd) {
  margin-top: 9rem;
}

.odd\:mr-36:nth-child(odd) {
  margin-right: 9rem;
}

.odd\:mb-36:nth-child(odd) {
  margin-bottom: 9rem;
}

.odd\:ml-36:nth-child(odd) {
  margin-left: 9rem;
}

.odd\:mt-40:nth-child(odd) {
  margin-top: 10rem;
}

.odd\:mr-40:nth-child(odd) {
  margin-right: 10rem;
}

.odd\:mb-40:nth-child(odd) {
  margin-bottom: 10rem;
}

.odd\:ml-40:nth-child(odd) {
  margin-left: 10rem;
}

.odd\:mt-44:nth-child(odd) {
  margin-top: 11rem;
}

.odd\:mr-44:nth-child(odd) {
  margin-right: 11rem;
}

.odd\:mb-44:nth-child(odd) {
  margin-bottom: 11rem;
}

.odd\:ml-44:nth-child(odd) {
  margin-left: 11rem;
}

.odd\:mt-48:nth-child(odd) {
  margin-top: 12rem;
}

.odd\:mr-48:nth-child(odd) {
  margin-right: 12rem;
}

.odd\:mb-48:nth-child(odd) {
  margin-bottom: 12rem;
}

.odd\:ml-48:nth-child(odd) {
  margin-left: 12rem;
}

.odd\:mt-52:nth-child(odd) {
  margin-top: 13rem;
}

.odd\:mr-52:nth-child(odd) {
  margin-right: 13rem;
}

.odd\:mb-52:nth-child(odd) {
  margin-bottom: 13rem;
}

.odd\:ml-52:nth-child(odd) {
  margin-left: 13rem;
}

.odd\:mt-56:nth-child(odd) {
  margin-top: 14rem;
}

.odd\:mr-56:nth-child(odd) {
  margin-right: 14rem;
}

.odd\:mb-56:nth-child(odd) {
  margin-bottom: 14rem;
}

.odd\:ml-56:nth-child(odd) {
  margin-left: 14rem;
}

.odd\:mt-60:nth-child(odd) {
  margin-top: 15rem;
}

.odd\:mr-60:nth-child(odd) {
  margin-right: 15rem;
}

.odd\:mb-60:nth-child(odd) {
  margin-bottom: 15rem;
}

.odd\:ml-60:nth-child(odd) {
  margin-left: 15rem;
}

.odd\:mt-64:nth-child(odd) {
  margin-top: 16rem;
}

.odd\:mr-64:nth-child(odd) {
  margin-right: 16rem;
}

.odd\:mb-64:nth-child(odd) {
  margin-bottom: 16rem;
}

.odd\:ml-64:nth-child(odd) {
  margin-left: 16rem;
}

.odd\:mt-72:nth-child(odd) {
  margin-top: 18rem;
}

.odd\:mr-72:nth-child(odd) {
  margin-right: 18rem;
}

.odd\:mb-72:nth-child(odd) {
  margin-bottom: 18rem;
}

.odd\:ml-72:nth-child(odd) {
  margin-left: 18rem;
}

.odd\:mt-80:nth-child(odd) {
  margin-top: 20rem;
}

.odd\:mr-80:nth-child(odd) {
  margin-right: 20rem;
}

.odd\:mb-80:nth-child(odd) {
  margin-bottom: 20rem;
}

.odd\:ml-80:nth-child(odd) {
  margin-left: 20rem;
}

.odd\:mt-96:nth-child(odd) {
  margin-top: 24rem;
}

.odd\:mr-96:nth-child(odd) {
  margin-right: 24rem;
}

.odd\:mb-96:nth-child(odd) {
  margin-bottom: 24rem;
}

.odd\:ml-96:nth-child(odd) {
  margin-left: 24rem;
}

.odd\:mt-auto:nth-child(odd) {
  margin-top: auto;
}

.odd\:mr-auto:nth-child(odd) {
  margin-right: auto;
}

.odd\:mb-auto:nth-child(odd) {
  margin-bottom: auto;
}

.odd\:ml-auto:nth-child(odd) {
  margin-left: auto;
}

.odd\:mt-px:nth-child(odd) {
  margin-top: 1px;
}

.odd\:mr-px:nth-child(odd) {
  margin-right: 1px;
}

.odd\:mb-px:nth-child(odd) {
  margin-bottom: 1px;
}

.odd\:ml-px:nth-child(odd) {
  margin-left: 1px;
}

.odd\:mt-0\.5:nth-child(odd) {
  margin-top: 0.125rem;
}

.odd\:mr-0\.5:nth-child(odd) {
  margin-right: 0.125rem;
}

.odd\:mb-0\.5:nth-child(odd) {
  margin-bottom: 0.125rem;
}

.odd\:ml-0\.5:nth-child(odd) {
  margin-left: 0.125rem;
}

.odd\:mt-1\.5:nth-child(odd) {
  margin-top: 0.375rem;
}

.odd\:mr-1\.5:nth-child(odd) {
  margin-right: 0.375rem;
}

.odd\:mb-1\.5:nth-child(odd) {
  margin-bottom: 0.375rem;
}

.odd\:ml-1\.5:nth-child(odd) {
  margin-left: 0.375rem;
}

.odd\:mt-2\.5:nth-child(odd) {
  margin-top: 0.625rem;
}

.odd\:mr-2\.5:nth-child(odd) {
  margin-right: 0.625rem;
}

.odd\:mb-2\.5:nth-child(odd) {
  margin-bottom: 0.625rem;
}

.odd\:ml-2\.5:nth-child(odd) {
  margin-left: 0.625rem;
}

.odd\:mt-3\.5:nth-child(odd) {
  margin-top: 0.875rem;
}

.odd\:mr-3\.5:nth-child(odd) {
  margin-right: 0.875rem;
}

.odd\:mb-3\.5:nth-child(odd) {
  margin-bottom: 0.875rem;
}

.odd\:ml-3\.5:nth-child(odd) {
  margin-left: 0.875rem;
}

.odd\:-mt-0:nth-child(odd) {
  margin-top: 0px;
}

.odd\:-mr-0:nth-child(odd) {
  margin-right: 0px;
}

.odd\:-mb-0:nth-child(odd) {
  margin-bottom: 0px;
}

.odd\:-ml-0:nth-child(odd) {
  margin-left: 0px;
}

.odd\:-mt-1:nth-child(odd) {
  margin-top: -0.25rem;
}

.odd\:-mr-1:nth-child(odd) {
  margin-right: -0.25rem;
}

.odd\:-mb-1:nth-child(odd) {
  margin-bottom: -0.25rem;
}

.odd\:-ml-1:nth-child(odd) {
  margin-left: -0.25rem;
}

.odd\:-mt-2:nth-child(odd) {
  margin-top: -0.5rem;
}

.odd\:-mr-2:nth-child(odd) {
  margin-right: -0.5rem;
}

.odd\:-mb-2:nth-child(odd) {
  margin-bottom: -0.5rem;
}

.odd\:-ml-2:nth-child(odd) {
  margin-left: -0.5rem;
}

.odd\:-mt-3:nth-child(odd) {
  margin-top: -0.75rem;
}

.odd\:-mr-3:nth-child(odd) {
  margin-right: -0.75rem;
}

.odd\:-mb-3:nth-child(odd) {
  margin-bottom: -0.75rem;
}

.odd\:-ml-3:nth-child(odd) {
  margin-left: -0.75rem;
}

.odd\:-mt-4:nth-child(odd) {
  margin-top: -1rem;
}

.odd\:-mr-4:nth-child(odd) {
  margin-right: -1rem;
}

.odd\:-mb-4:nth-child(odd) {
  margin-bottom: -1rem;
}

.odd\:-ml-4:nth-child(odd) {
  margin-left: -1rem;
}

.odd\:-mt-5:nth-child(odd) {
  margin-top: -1.25rem;
}

.odd\:-mr-5:nth-child(odd) {
  margin-right: -1.25rem;
}

.odd\:-mb-5:nth-child(odd) {
  margin-bottom: -1.25rem;
}

.odd\:-ml-5:nth-child(odd) {
  margin-left: -1.25rem;
}

.odd\:-mt-6:nth-child(odd) {
  margin-top: -1.5rem;
}

.odd\:-mr-6:nth-child(odd) {
  margin-right: -1.5rem;
}

.odd\:-mb-6:nth-child(odd) {
  margin-bottom: -1.5rem;
}

.odd\:-ml-6:nth-child(odd) {
  margin-left: -1.5rem;
}

.odd\:-mt-7:nth-child(odd) {
  margin-top: -1.75rem;
}

.odd\:-mr-7:nth-child(odd) {
  margin-right: -1.75rem;
}

.odd\:-mb-7:nth-child(odd) {
  margin-bottom: -1.75rem;
}

.odd\:-ml-7:nth-child(odd) {
  margin-left: -1.75rem;
}

.odd\:-mt-8:nth-child(odd) {
  margin-top: -2rem;
}

.odd\:-mr-8:nth-child(odd) {
  margin-right: -2rem;
}

.odd\:-mb-8:nth-child(odd) {
  margin-bottom: -2rem;
}

.odd\:-ml-8:nth-child(odd) {
  margin-left: -2rem;
}

.odd\:-mt-9:nth-child(odd) {
  margin-top: -2.25rem;
}

.odd\:-mr-9:nth-child(odd) {
  margin-right: -2.25rem;
}

.odd\:-mb-9:nth-child(odd) {
  margin-bottom: -2.25rem;
}

.odd\:-ml-9:nth-child(odd) {
  margin-left: -2.25rem;
}

.odd\:-mt-10:nth-child(odd) {
  margin-top: -2.5rem;
}

.odd\:-mr-10:nth-child(odd) {
  margin-right: -2.5rem;
}

.odd\:-mb-10:nth-child(odd) {
  margin-bottom: -2.5rem;
}

.odd\:-ml-10:nth-child(odd) {
  margin-left: -2.5rem;
}

.odd\:-mt-11:nth-child(odd) {
  margin-top: -2.75rem;
}

.odd\:-mr-11:nth-child(odd) {
  margin-right: -2.75rem;
}

.odd\:-mb-11:nth-child(odd) {
  margin-bottom: -2.75rem;
}

.odd\:-ml-11:nth-child(odd) {
  margin-left: -2.75rem;
}

.odd\:-mt-12:nth-child(odd) {
  margin-top: -3rem;
}

.odd\:-mr-12:nth-child(odd) {
  margin-right: -3rem;
}

.odd\:-mb-12:nth-child(odd) {
  margin-bottom: -3rem;
}

.odd\:-ml-12:nth-child(odd) {
  margin-left: -3rem;
}

.odd\:-mt-14:nth-child(odd) {
  margin-top: -3.5rem;
}

.odd\:-mr-14:nth-child(odd) {
  margin-right: -3.5rem;
}

.odd\:-mb-14:nth-child(odd) {
  margin-bottom: -3.5rem;
}

.odd\:-ml-14:nth-child(odd) {
  margin-left: -3.5rem;
}

.odd\:-mt-16:nth-child(odd) {
  margin-top: -4rem;
}

.odd\:-mr-16:nth-child(odd) {
  margin-right: -4rem;
}

.odd\:-mb-16:nth-child(odd) {
  margin-bottom: -4rem;
}

.odd\:-ml-16:nth-child(odd) {
  margin-left: -4rem;
}

.odd\:-mt-20:nth-child(odd) {
  margin-top: -5rem;
}

.odd\:-mr-20:nth-child(odd) {
  margin-right: -5rem;
}

.odd\:-mb-20:nth-child(odd) {
  margin-bottom: -5rem;
}

.odd\:-ml-20:nth-child(odd) {
  margin-left: -5rem;
}

.odd\:-mt-24:nth-child(odd) {
  margin-top: -6rem;
}

.odd\:-mr-24:nth-child(odd) {
  margin-right: -6rem;
}

.odd\:-mb-24:nth-child(odd) {
  margin-bottom: -6rem;
}

.odd\:-ml-24:nth-child(odd) {
  margin-left: -6rem;
}

.odd\:-mt-28:nth-child(odd) {
  margin-top: -7rem;
}

.odd\:-mr-28:nth-child(odd) {
  margin-right: -7rem;
}

.odd\:-mb-28:nth-child(odd) {
  margin-bottom: -7rem;
}

.odd\:-ml-28:nth-child(odd) {
  margin-left: -7rem;
}

.odd\:-mt-32:nth-child(odd) {
  margin-top: -8rem;
}

.odd\:-mr-32:nth-child(odd) {
  margin-right: -8rem;
}

.odd\:-mb-32:nth-child(odd) {
  margin-bottom: -8rem;
}

.odd\:-ml-32:nth-child(odd) {
  margin-left: -8rem;
}

.odd\:-mt-36:nth-child(odd) {
  margin-top: -9rem;
}

.odd\:-mr-36:nth-child(odd) {
  margin-right: -9rem;
}

.odd\:-mb-36:nth-child(odd) {
  margin-bottom: -9rem;
}

.odd\:-ml-36:nth-child(odd) {
  margin-left: -9rem;
}

.odd\:-mt-40:nth-child(odd) {
  margin-top: -10rem;
}

.odd\:-mr-40:nth-child(odd) {
  margin-right: -10rem;
}

.odd\:-mb-40:nth-child(odd) {
  margin-bottom: -10rem;
}

.odd\:-ml-40:nth-child(odd) {
  margin-left: -10rem;
}

.odd\:-mt-44:nth-child(odd) {
  margin-top: -11rem;
}

.odd\:-mr-44:nth-child(odd) {
  margin-right: -11rem;
}

.odd\:-mb-44:nth-child(odd) {
  margin-bottom: -11rem;
}

.odd\:-ml-44:nth-child(odd) {
  margin-left: -11rem;
}

.odd\:-mt-48:nth-child(odd) {
  margin-top: -12rem;
}

.odd\:-mr-48:nth-child(odd) {
  margin-right: -12rem;
}

.odd\:-mb-48:nth-child(odd) {
  margin-bottom: -12rem;
}

.odd\:-ml-48:nth-child(odd) {
  margin-left: -12rem;
}

.odd\:-mt-52:nth-child(odd) {
  margin-top: -13rem;
}

.odd\:-mr-52:nth-child(odd) {
  margin-right: -13rem;
}

.odd\:-mb-52:nth-child(odd) {
  margin-bottom: -13rem;
}

.odd\:-ml-52:nth-child(odd) {
  margin-left: -13rem;
}

.odd\:-mt-56:nth-child(odd) {
  margin-top: -14rem;
}

.odd\:-mr-56:nth-child(odd) {
  margin-right: -14rem;
}

.odd\:-mb-56:nth-child(odd) {
  margin-bottom: -14rem;
}

.odd\:-ml-56:nth-child(odd) {
  margin-left: -14rem;
}

.odd\:-mt-60:nth-child(odd) {
  margin-top: -15rem;
}

.odd\:-mr-60:nth-child(odd) {
  margin-right: -15rem;
}

.odd\:-mb-60:nth-child(odd) {
  margin-bottom: -15rem;
}

.odd\:-ml-60:nth-child(odd) {
  margin-left: -15rem;
}

.odd\:-mt-64:nth-child(odd) {
  margin-top: -16rem;
}

.odd\:-mr-64:nth-child(odd) {
  margin-right: -16rem;
}

.odd\:-mb-64:nth-child(odd) {
  margin-bottom: -16rem;
}

.odd\:-ml-64:nth-child(odd) {
  margin-left: -16rem;
}

.odd\:-mt-72:nth-child(odd) {
  margin-top: -18rem;
}

.odd\:-mr-72:nth-child(odd) {
  margin-right: -18rem;
}

.odd\:-mb-72:nth-child(odd) {
  margin-bottom: -18rem;
}

.odd\:-ml-72:nth-child(odd) {
  margin-left: -18rem;
}

.odd\:-mt-80:nth-child(odd) {
  margin-top: -20rem;
}

.odd\:-mr-80:nth-child(odd) {
  margin-right: -20rem;
}

.odd\:-mb-80:nth-child(odd) {
  margin-bottom: -20rem;
}

.odd\:-ml-80:nth-child(odd) {
  margin-left: -20rem;
}

.odd\:-mt-96:nth-child(odd) {
  margin-top: -24rem;
}

.odd\:-mr-96:nth-child(odd) {
  margin-right: -24rem;
}

.odd\:-mb-96:nth-child(odd) {
  margin-bottom: -24rem;
}

.odd\:-ml-96:nth-child(odd) {
  margin-left: -24rem;
}

.odd\:-mt-px:nth-child(odd) {
  margin-top: -1px;
}

.odd\:-mr-px:nth-child(odd) {
  margin-right: -1px;
}

.odd\:-mb-px:nth-child(odd) {
  margin-bottom: -1px;
}

.odd\:-ml-px:nth-child(odd) {
  margin-left: -1px;
}

.odd\:-mt-0\.5:nth-child(odd) {
  margin-top: -0.125rem;
}

.odd\:-mr-0\.5:nth-child(odd) {
  margin-right: -0.125rem;
}

.odd\:-mb-0\.5:nth-child(odd) {
  margin-bottom: -0.125rem;
}

.odd\:-ml-0\.5:nth-child(odd) {
  margin-left: -0.125rem;
}

.odd\:-mt-1\.5:nth-child(odd) {
  margin-top: -0.375rem;
}

.odd\:-mr-1\.5:nth-child(odd) {
  margin-right: -0.375rem;
}

.odd\:-mb-1\.5:nth-child(odd) {
  margin-bottom: -0.375rem;
}

.odd\:-ml-1\.5:nth-child(odd) {
  margin-left: -0.375rem;
}

.odd\:-mt-2\.5:nth-child(odd) {
  margin-top: -0.625rem;
}

.odd\:-mr-2\.5:nth-child(odd) {
  margin-right: -0.625rem;
}

.odd\:-mb-2\.5:nth-child(odd) {
  margin-bottom: -0.625rem;
}

.odd\:-ml-2\.5:nth-child(odd) {
  margin-left: -0.625rem;
}

.odd\:-mt-3\.5:nth-child(odd) {
  margin-top: -0.875rem;
}

.odd\:-mr-3\.5:nth-child(odd) {
  margin-right: -0.875rem;
}

.odd\:-mb-3\.5:nth-child(odd) {
  margin-bottom: -0.875rem;
}

.odd\:-ml-3\.5:nth-child(odd) {
  margin-left: -0.875rem;
}

.even\:m-0:nth-child(even) {
  margin: 0px;
}

.even\:m-1:nth-child(even) {
  margin: 0.25rem;
}

.even\:m-2:nth-child(even) {
  margin: 0.5rem;
}

.even\:m-3:nth-child(even) {
  margin: 0.75rem;
}

.even\:m-4:nth-child(even) {
  margin: 1rem;
}

.even\:m-5:nth-child(even) {
  margin: 1.25rem;
}

.even\:m-6:nth-child(even) {
  margin: 1.5rem;
}

.even\:m-7:nth-child(even) {
  margin: 1.75rem;
}

.even\:m-8:nth-child(even) {
  margin: 2rem;
}

.even\:m-9:nth-child(even) {
  margin: 2.25rem;
}

.even\:m-10:nth-child(even) {
  margin: 2.5rem;
}

.even\:m-11:nth-child(even) {
  margin: 2.75rem;
}

.even\:m-12:nth-child(even) {
  margin: 3rem;
}

.even\:m-14:nth-child(even) {
  margin: 3.5rem;
}

.even\:m-16:nth-child(even) {
  margin: 4rem;
}

.even\:m-20:nth-child(even) {
  margin: 5rem;
}

.even\:m-24:nth-child(even) {
  margin: 6rem;
}

.even\:m-28:nth-child(even) {
  margin: 7rem;
}

.even\:m-32:nth-child(even) {
  margin: 8rem;
}

.even\:m-36:nth-child(even) {
  margin: 9rem;
}

.even\:m-40:nth-child(even) {
  margin: 10rem;
}

.even\:m-44:nth-child(even) {
  margin: 11rem;
}

.even\:m-48:nth-child(even) {
  margin: 12rem;
}

.even\:m-52:nth-child(even) {
  margin: 13rem;
}

.even\:m-56:nth-child(even) {
  margin: 14rem;
}

.even\:m-60:nth-child(even) {
  margin: 15rem;
}

.even\:m-64:nth-child(even) {
  margin: 16rem;
}

.even\:m-72:nth-child(even) {
  margin: 18rem;
}

.even\:m-80:nth-child(even) {
  margin: 20rem;
}

.even\:m-96:nth-child(even) {
  margin: 24rem;
}

.even\:m-auto:nth-child(even) {
  margin: auto;
}

.even\:m-px:nth-child(even) {
  margin: 1px;
}

.even\:m-0\.5:nth-child(even) {
  margin: 0.125rem;
}

.even\:m-1\.5:nth-child(even) {
  margin: 0.375rem;
}

.even\:m-2\.5:nth-child(even) {
  margin: 0.625rem;
}

.even\:m-3\.5:nth-child(even) {
  margin: 0.875rem;
}

.even\:-m-0:nth-child(even) {
  margin: 0px;
}

.even\:-m-1:nth-child(even) {
  margin: -0.25rem;
}

.even\:-m-2:nth-child(even) {
  margin: -0.5rem;
}

.even\:-m-3:nth-child(even) {
  margin: -0.75rem;
}

.even\:-m-4:nth-child(even) {
  margin: -1rem;
}

.even\:-m-5:nth-child(even) {
  margin: -1.25rem;
}

.even\:-m-6:nth-child(even) {
  margin: -1.5rem;
}

.even\:-m-7:nth-child(even) {
  margin: -1.75rem;
}

.even\:-m-8:nth-child(even) {
  margin: -2rem;
}

.even\:-m-9:nth-child(even) {
  margin: -2.25rem;
}

.even\:-m-10:nth-child(even) {
  margin: -2.5rem;
}

.even\:-m-11:nth-child(even) {
  margin: -2.75rem;
}

.even\:-m-12:nth-child(even) {
  margin: -3rem;
}

.even\:-m-14:nth-child(even) {
  margin: -3.5rem;
}

.even\:-m-16:nth-child(even) {
  margin: -4rem;
}

.even\:-m-20:nth-child(even) {
  margin: -5rem;
}

.even\:-m-24:nth-child(even) {
  margin: -6rem;
}

.even\:-m-28:nth-child(even) {
  margin: -7rem;
}

.even\:-m-32:nth-child(even) {
  margin: -8rem;
}

.even\:-m-36:nth-child(even) {
  margin: -9rem;
}

.even\:-m-40:nth-child(even) {
  margin: -10rem;
}

.even\:-m-44:nth-child(even) {
  margin: -11rem;
}

.even\:-m-48:nth-child(even) {
  margin: -12rem;
}

.even\:-m-52:nth-child(even) {
  margin: -13rem;
}

.even\:-m-56:nth-child(even) {
  margin: -14rem;
}

.even\:-m-60:nth-child(even) {
  margin: -15rem;
}

.even\:-m-64:nth-child(even) {
  margin: -16rem;
}

.even\:-m-72:nth-child(even) {
  margin: -18rem;
}

.even\:-m-80:nth-child(even) {
  margin: -20rem;
}

.even\:-m-96:nth-child(even) {
  margin: -24rem;
}

.even\:-m-px:nth-child(even) {
  margin: -1px;
}

.even\:-m-0\.5:nth-child(even) {
  margin: -0.125rem;
}

.even\:-m-1\.5:nth-child(even) {
  margin: -0.375rem;
}

.even\:-m-2\.5:nth-child(even) {
  margin: -0.625rem;
}

.even\:-m-3\.5:nth-child(even) {
  margin: -0.875rem;
}

.even\:my-0:nth-child(even) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.even\:mx-0:nth-child(even) {
  margin-left: 0px;
  margin-right: 0px;
}

.even\:my-1:nth-child(even) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.even\:mx-1:nth-child(even) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.even\:my-2:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.even\:mx-2:nth-child(even) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.even\:my-3:nth-child(even) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.even\:mx-3:nth-child(even) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.even\:my-4:nth-child(even) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.even\:mx-4:nth-child(even) {
  margin-left: 1rem;
  margin-right: 1rem;
}

.even\:my-5:nth-child(even) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.even\:mx-5:nth-child(even) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.even\:my-6:nth-child(even) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.even\:mx-6:nth-child(even) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.even\:my-7:nth-child(even) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.even\:mx-7:nth-child(even) {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.even\:my-8:nth-child(even) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.even\:mx-8:nth-child(even) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.even\:my-9:nth-child(even) {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.even\:mx-9:nth-child(even) {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.even\:my-10:nth-child(even) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.even\:mx-10:nth-child(even) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.even\:my-11:nth-child(even) {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.even\:mx-11:nth-child(even) {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.even\:my-12:nth-child(even) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.even\:mx-12:nth-child(even) {
  margin-left: 3rem;
  margin-right: 3rem;
}

.even\:my-14:nth-child(even) {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.even\:mx-14:nth-child(even) {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.even\:my-16:nth-child(even) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.even\:mx-16:nth-child(even) {
  margin-left: 4rem;
  margin-right: 4rem;
}

.even\:my-20:nth-child(even) {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.even\:mx-20:nth-child(even) {
  margin-left: 5rem;
  margin-right: 5rem;
}

.even\:my-24:nth-child(even) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.even\:mx-24:nth-child(even) {
  margin-left: 6rem;
  margin-right: 6rem;
}

.even\:my-28:nth-child(even) {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.even\:mx-28:nth-child(even) {
  margin-left: 7rem;
  margin-right: 7rem;
}

.even\:my-32:nth-child(even) {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.even\:mx-32:nth-child(even) {
  margin-left: 8rem;
  margin-right: 8rem;
}

.even\:my-36:nth-child(even) {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.even\:mx-36:nth-child(even) {
  margin-left: 9rem;
  margin-right: 9rem;
}

.even\:my-40:nth-child(even) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.even\:mx-40:nth-child(even) {
  margin-left: 10rem;
  margin-right: 10rem;
}

.even\:my-44:nth-child(even) {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.even\:mx-44:nth-child(even) {
  margin-left: 11rem;
  margin-right: 11rem;
}

.even\:my-48:nth-child(even) {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.even\:mx-48:nth-child(even) {
  margin-left: 12rem;
  margin-right: 12rem;
}

.even\:my-52:nth-child(even) {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.even\:mx-52:nth-child(even) {
  margin-left: 13rem;
  margin-right: 13rem;
}

.even\:my-56:nth-child(even) {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.even\:mx-56:nth-child(even) {
  margin-left: 14rem;
  margin-right: 14rem;
}

.even\:my-60:nth-child(even) {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.even\:mx-60:nth-child(even) {
  margin-left: 15rem;
  margin-right: 15rem;
}

.even\:my-64:nth-child(even) {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.even\:mx-64:nth-child(even) {
  margin-left: 16rem;
  margin-right: 16rem;
}

.even\:my-72:nth-child(even) {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.even\:mx-72:nth-child(even) {
  margin-left: 18rem;
  margin-right: 18rem;
}

.even\:my-80:nth-child(even) {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.even\:mx-80:nth-child(even) {
  margin-left: 20rem;
  margin-right: 20rem;
}

.even\:my-96:nth-child(even) {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.even\:mx-96:nth-child(even) {
  margin-left: 24rem;
  margin-right: 24rem;
}

.even\:my-auto:nth-child(even) {
  margin-top: auto;
  margin-bottom: auto;
}

.even\:mx-auto:nth-child(even) {
  margin-left: auto;
  margin-right: auto;
}

.even\:my-px:nth-child(even) {
  margin-top: 1px;
  margin-bottom: 1px;
}

.even\:mx-px:nth-child(even) {
  margin-left: 1px;
  margin-right: 1px;
}

.even\:my-0\.5:nth-child(even) {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.even\:mx-0\.5:nth-child(even) {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.even\:my-1\.5:nth-child(even) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.even\:mx-1\.5:nth-child(even) {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.even\:my-2\.5:nth-child(even) {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.even\:mx-2\.5:nth-child(even) {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.even\:my-3\.5:nth-child(even) {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.even\:mx-3\.5:nth-child(even) {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.even\:-my-0:nth-child(even) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.even\:-mx-0:nth-child(even) {
  margin-left: 0px;
  margin-right: 0px;
}

.even\:-my-1:nth-child(even) {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.even\:-mx-1:nth-child(even) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.even\:-my-2:nth-child(even) {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.even\:-mx-2:nth-child(even) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.even\:-my-3:nth-child(even) {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.even\:-mx-3:nth-child(even) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.even\:-my-4:nth-child(even) {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.even\:-mx-4:nth-child(even) {
  margin-left: -1rem;
  margin-right: -1rem;
}

.even\:-my-5:nth-child(even) {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.even\:-mx-5:nth-child(even) {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.even\:-my-6:nth-child(even) {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.even\:-mx-6:nth-child(even) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.even\:-my-7:nth-child(even) {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.even\:-mx-7:nth-child(even) {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.even\:-my-8:nth-child(even) {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.even\:-mx-8:nth-child(even) {
  margin-left: -2rem;
  margin-right: -2rem;
}

.even\:-my-9:nth-child(even) {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.even\:-mx-9:nth-child(even) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.even\:-my-10:nth-child(even) {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.even\:-mx-10:nth-child(even) {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.even\:-my-11:nth-child(even) {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.even\:-mx-11:nth-child(even) {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.even\:-my-12:nth-child(even) {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.even\:-mx-12:nth-child(even) {
  margin-left: -3rem;
  margin-right: -3rem;
}

.even\:-my-14:nth-child(even) {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.even\:-mx-14:nth-child(even) {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.even\:-my-16:nth-child(even) {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.even\:-mx-16:nth-child(even) {
  margin-left: -4rem;
  margin-right: -4rem;
}

.even\:-my-20:nth-child(even) {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.even\:-mx-20:nth-child(even) {
  margin-left: -5rem;
  margin-right: -5rem;
}

.even\:-my-24:nth-child(even) {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.even\:-mx-24:nth-child(even) {
  margin-left: -6rem;
  margin-right: -6rem;
}

.even\:-my-28:nth-child(even) {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.even\:-mx-28:nth-child(even) {
  margin-left: -7rem;
  margin-right: -7rem;
}

.even\:-my-32:nth-child(even) {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.even\:-mx-32:nth-child(even) {
  margin-left: -8rem;
  margin-right: -8rem;
}

.even\:-my-36:nth-child(even) {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.even\:-mx-36:nth-child(even) {
  margin-left: -9rem;
  margin-right: -9rem;
}

.even\:-my-40:nth-child(even) {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.even\:-mx-40:nth-child(even) {
  margin-left: -10rem;
  margin-right: -10rem;
}

.even\:-my-44:nth-child(even) {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.even\:-mx-44:nth-child(even) {
  margin-left: -11rem;
  margin-right: -11rem;
}

.even\:-my-48:nth-child(even) {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.even\:-mx-48:nth-child(even) {
  margin-left: -12rem;
  margin-right: -12rem;
}

.even\:-my-52:nth-child(even) {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.even\:-mx-52:nth-child(even) {
  margin-left: -13rem;
  margin-right: -13rem;
}

.even\:-my-56:nth-child(even) {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.even\:-mx-56:nth-child(even) {
  margin-left: -14rem;
  margin-right: -14rem;
}

.even\:-my-60:nth-child(even) {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.even\:-mx-60:nth-child(even) {
  margin-left: -15rem;
  margin-right: -15rem;
}

.even\:-my-64:nth-child(even) {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.even\:-mx-64:nth-child(even) {
  margin-left: -16rem;
  margin-right: -16rem;
}

.even\:-my-72:nth-child(even) {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.even\:-mx-72:nth-child(even) {
  margin-left: -18rem;
  margin-right: -18rem;
}

.even\:-my-80:nth-child(even) {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.even\:-mx-80:nth-child(even) {
  margin-left: -20rem;
  margin-right: -20rem;
}

.even\:-my-96:nth-child(even) {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.even\:-mx-96:nth-child(even) {
  margin-left: -24rem;
  margin-right: -24rem;
}

.even\:-my-px:nth-child(even) {
  margin-top: -1px;
  margin-bottom: -1px;
}

.even\:-mx-px:nth-child(even) {
  margin-left: -1px;
  margin-right: -1px;
}

.even\:-my-0\.5:nth-child(even) {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.even\:-mx-0\.5:nth-child(even) {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.even\:-my-1\.5:nth-child(even) {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.even\:-mx-1\.5:nth-child(even) {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.even\:-my-2\.5:nth-child(even) {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.even\:-mx-2\.5:nth-child(even) {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.even\:-my-3\.5:nth-child(even) {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.even\:-mx-3\.5:nth-child(even) {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.even\:mt-0:nth-child(even) {
  margin-top: 0px;
}

.even\:mr-0:nth-child(even) {
  margin-right: 0px;
}

.even\:mb-0:nth-child(even) {
  margin-bottom: 0px;
}

.even\:ml-0:nth-child(even) {
  margin-left: 0px;
}

.even\:mt-1:nth-child(even) {
  margin-top: 0.25rem;
}

.even\:mr-1:nth-child(even) {
  margin-right: 0.25rem;
}

.even\:mb-1:nth-child(even) {
  margin-bottom: 0.25rem;
}

.even\:ml-1:nth-child(even) {
  margin-left: 0.25rem;
}

.even\:mt-2:nth-child(even) {
  margin-top: 0.5rem;
}

.even\:mr-2:nth-child(even) {
  margin-right: 0.5rem;
}

.even\:mb-2:nth-child(even) {
  margin-bottom: 0.5rem;
}

.even\:ml-2:nth-child(even) {
  margin-left: 0.5rem;
}

.even\:mt-3:nth-child(even) {
  margin-top: 0.75rem;
}

.even\:mr-3:nth-child(even) {
  margin-right: 0.75rem;
}

.even\:mb-3:nth-child(even) {
  margin-bottom: 0.75rem;
}

.even\:ml-3:nth-child(even) {
  margin-left: 0.75rem;
}

.even\:mt-4:nth-child(even) {
  margin-top: 1rem;
}

.even\:mr-4:nth-child(even) {
  margin-right: 1rem;
}

.even\:mb-4:nth-child(even) {
  margin-bottom: 1rem;
}

.even\:ml-4:nth-child(even) {
  margin-left: 1rem;
}

.even\:mt-5:nth-child(even) {
  margin-top: 1.25rem;
}

.even\:mr-5:nth-child(even) {
  margin-right: 1.25rem;
}

.even\:mb-5:nth-child(even) {
  margin-bottom: 1.25rem;
}

.even\:ml-5:nth-child(even) {
  margin-left: 1.25rem;
}

.even\:mt-6:nth-child(even) {
  margin-top: 1.5rem;
}

.even\:mr-6:nth-child(even) {
  margin-right: 1.5rem;
}

.even\:mb-6:nth-child(even) {
  margin-bottom: 1.5rem;
}

.even\:ml-6:nth-child(even) {
  margin-left: 1.5rem;
}

.even\:mt-7:nth-child(even) {
  margin-top: 1.75rem;
}

.even\:mr-7:nth-child(even) {
  margin-right: 1.75rem;
}

.even\:mb-7:nth-child(even) {
  margin-bottom: 1.75rem;
}

.even\:ml-7:nth-child(even) {
  margin-left: 1.75rem;
}

.even\:mt-8:nth-child(even) {
  margin-top: 2rem;
}

.even\:mr-8:nth-child(even) {
  margin-right: 2rem;
}

.even\:mb-8:nth-child(even) {
  margin-bottom: 2rem;
}

.even\:ml-8:nth-child(even) {
  margin-left: 2rem;
}

.even\:mt-9:nth-child(even) {
  margin-top: 2.25rem;
}

.even\:mr-9:nth-child(even) {
  margin-right: 2.25rem;
}

.even\:mb-9:nth-child(even) {
  margin-bottom: 2.25rem;
}

.even\:ml-9:nth-child(even) {
  margin-left: 2.25rem;
}

.even\:mt-10:nth-child(even) {
  margin-top: 2.5rem;
}

.even\:mr-10:nth-child(even) {
  margin-right: 2.5rem;
}

.even\:mb-10:nth-child(even) {
  margin-bottom: 2.5rem;
}

.even\:ml-10:nth-child(even) {
  margin-left: 2.5rem;
}

.even\:mt-11:nth-child(even) {
  margin-top: 2.75rem;
}

.even\:mr-11:nth-child(even) {
  margin-right: 2.75rem;
}

.even\:mb-11:nth-child(even) {
  margin-bottom: 2.75rem;
}

.even\:ml-11:nth-child(even) {
  margin-left: 2.75rem;
}

.even\:mt-12:nth-child(even) {
  margin-top: 3rem;
}

.even\:mr-12:nth-child(even) {
  margin-right: 3rem;
}

.even\:mb-12:nth-child(even) {
  margin-bottom: 3rem;
}

.even\:ml-12:nth-child(even) {
  margin-left: 3rem;
}

.even\:mt-14:nth-child(even) {
  margin-top: 3.5rem;
}

.even\:mr-14:nth-child(even) {
  margin-right: 3.5rem;
}

.even\:mb-14:nth-child(even) {
  margin-bottom: 3.5rem;
}

.even\:ml-14:nth-child(even) {
  margin-left: 3.5rem;
}

.even\:mt-16:nth-child(even) {
  margin-top: 4rem;
}

.even\:mr-16:nth-child(even) {
  margin-right: 4rem;
}

.even\:mb-16:nth-child(even) {
  margin-bottom: 4rem;
}

.even\:ml-16:nth-child(even) {
  margin-left: 4rem;
}

.even\:mt-20:nth-child(even) {
  margin-top: 5rem;
}

.even\:mr-20:nth-child(even) {
  margin-right: 5rem;
}

.even\:mb-20:nth-child(even) {
  margin-bottom: 5rem;
}

.even\:ml-20:nth-child(even) {
  margin-left: 5rem;
}

.even\:mt-24:nth-child(even) {
  margin-top: 6rem;
}

.even\:mr-24:nth-child(even) {
  margin-right: 6rem;
}

.even\:mb-24:nth-child(even) {
  margin-bottom: 6rem;
}

.even\:ml-24:nth-child(even) {
  margin-left: 6rem;
}

.even\:mt-28:nth-child(even) {
  margin-top: 7rem;
}

.even\:mr-28:nth-child(even) {
  margin-right: 7rem;
}

.even\:mb-28:nth-child(even) {
  margin-bottom: 7rem;
}

.even\:ml-28:nth-child(even) {
  margin-left: 7rem;
}

.even\:mt-32:nth-child(even) {
  margin-top: 8rem;
}

.even\:mr-32:nth-child(even) {
  margin-right: 8rem;
}

.even\:mb-32:nth-child(even) {
  margin-bottom: 8rem;
}

.even\:ml-32:nth-child(even) {
  margin-left: 8rem;
}

.even\:mt-36:nth-child(even) {
  margin-top: 9rem;
}

.even\:mr-36:nth-child(even) {
  margin-right: 9rem;
}

.even\:mb-36:nth-child(even) {
  margin-bottom: 9rem;
}

.even\:ml-36:nth-child(even) {
  margin-left: 9rem;
}

.even\:mt-40:nth-child(even) {
  margin-top: 10rem;
}

.even\:mr-40:nth-child(even) {
  margin-right: 10rem;
}

.even\:mb-40:nth-child(even) {
  margin-bottom: 10rem;
}

.even\:ml-40:nth-child(even) {
  margin-left: 10rem;
}

.even\:mt-44:nth-child(even) {
  margin-top: 11rem;
}

.even\:mr-44:nth-child(even) {
  margin-right: 11rem;
}

.even\:mb-44:nth-child(even) {
  margin-bottom: 11rem;
}

.even\:ml-44:nth-child(even) {
  margin-left: 11rem;
}

.even\:mt-48:nth-child(even) {
  margin-top: 12rem;
}

.even\:mr-48:nth-child(even) {
  margin-right: 12rem;
}

.even\:mb-48:nth-child(even) {
  margin-bottom: 12rem;
}

.even\:ml-48:nth-child(even) {
  margin-left: 12rem;
}

.even\:mt-52:nth-child(even) {
  margin-top: 13rem;
}

.even\:mr-52:nth-child(even) {
  margin-right: 13rem;
}

.even\:mb-52:nth-child(even) {
  margin-bottom: 13rem;
}

.even\:ml-52:nth-child(even) {
  margin-left: 13rem;
}

.even\:mt-56:nth-child(even) {
  margin-top: 14rem;
}

.even\:mr-56:nth-child(even) {
  margin-right: 14rem;
}

.even\:mb-56:nth-child(even) {
  margin-bottom: 14rem;
}

.even\:ml-56:nth-child(even) {
  margin-left: 14rem;
}

.even\:mt-60:nth-child(even) {
  margin-top: 15rem;
}

.even\:mr-60:nth-child(even) {
  margin-right: 15rem;
}

.even\:mb-60:nth-child(even) {
  margin-bottom: 15rem;
}

.even\:ml-60:nth-child(even) {
  margin-left: 15rem;
}

.even\:mt-64:nth-child(even) {
  margin-top: 16rem;
}

.even\:mr-64:nth-child(even) {
  margin-right: 16rem;
}

.even\:mb-64:nth-child(even) {
  margin-bottom: 16rem;
}

.even\:ml-64:nth-child(even) {
  margin-left: 16rem;
}

.even\:mt-72:nth-child(even) {
  margin-top: 18rem;
}

.even\:mr-72:nth-child(even) {
  margin-right: 18rem;
}

.even\:mb-72:nth-child(even) {
  margin-bottom: 18rem;
}

.even\:ml-72:nth-child(even) {
  margin-left: 18rem;
}

.even\:mt-80:nth-child(even) {
  margin-top: 20rem;
}

.even\:mr-80:nth-child(even) {
  margin-right: 20rem;
}

.even\:mb-80:nth-child(even) {
  margin-bottom: 20rem;
}

.even\:ml-80:nth-child(even) {
  margin-left: 20rem;
}

.even\:mt-96:nth-child(even) {
  margin-top: 24rem;
}

.even\:mr-96:nth-child(even) {
  margin-right: 24rem;
}

.even\:mb-96:nth-child(even) {
  margin-bottom: 24rem;
}

.even\:ml-96:nth-child(even) {
  margin-left: 24rem;
}

.even\:mt-auto:nth-child(even) {
  margin-top: auto;
}

.even\:mr-auto:nth-child(even) {
  margin-right: auto;
}

.even\:mb-auto:nth-child(even) {
  margin-bottom: auto;
}

.even\:ml-auto:nth-child(even) {
  margin-left: auto;
}

.even\:mt-px:nth-child(even) {
  margin-top: 1px;
}

.even\:mr-px:nth-child(even) {
  margin-right: 1px;
}

.even\:mb-px:nth-child(even) {
  margin-bottom: 1px;
}

.even\:ml-px:nth-child(even) {
  margin-left: 1px;
}

.even\:mt-0\.5:nth-child(even) {
  margin-top: 0.125rem;
}

.even\:mr-0\.5:nth-child(even) {
  margin-right: 0.125rem;
}

.even\:mb-0\.5:nth-child(even) {
  margin-bottom: 0.125rem;
}

.even\:ml-0\.5:nth-child(even) {
  margin-left: 0.125rem;
}

.even\:mt-1\.5:nth-child(even) {
  margin-top: 0.375rem;
}

.even\:mr-1\.5:nth-child(even) {
  margin-right: 0.375rem;
}

.even\:mb-1\.5:nth-child(even) {
  margin-bottom: 0.375rem;
}

.even\:ml-1\.5:nth-child(even) {
  margin-left: 0.375rem;
}

.even\:mt-2\.5:nth-child(even) {
  margin-top: 0.625rem;
}

.even\:mr-2\.5:nth-child(even) {
  margin-right: 0.625rem;
}

.even\:mb-2\.5:nth-child(even) {
  margin-bottom: 0.625rem;
}

.even\:ml-2\.5:nth-child(even) {
  margin-left: 0.625rem;
}

.even\:mt-3\.5:nth-child(even) {
  margin-top: 0.875rem;
}

.even\:mr-3\.5:nth-child(even) {
  margin-right: 0.875rem;
}

.even\:mb-3\.5:nth-child(even) {
  margin-bottom: 0.875rem;
}

.even\:ml-3\.5:nth-child(even) {
  margin-left: 0.875rem;
}

.even\:-mt-0:nth-child(even) {
  margin-top: 0px;
}

.even\:-mr-0:nth-child(even) {
  margin-right: 0px;
}

.even\:-mb-0:nth-child(even) {
  margin-bottom: 0px;
}

.even\:-ml-0:nth-child(even) {
  margin-left: 0px;
}

.even\:-mt-1:nth-child(even) {
  margin-top: -0.25rem;
}

.even\:-mr-1:nth-child(even) {
  margin-right: -0.25rem;
}

.even\:-mb-1:nth-child(even) {
  margin-bottom: -0.25rem;
}

.even\:-ml-1:nth-child(even) {
  margin-left: -0.25rem;
}

.even\:-mt-2:nth-child(even) {
  margin-top: -0.5rem;
}

.even\:-mr-2:nth-child(even) {
  margin-right: -0.5rem;
}

.even\:-mb-2:nth-child(even) {
  margin-bottom: -0.5rem;
}

.even\:-ml-2:nth-child(even) {
  margin-left: -0.5rem;
}

.even\:-mt-3:nth-child(even) {
  margin-top: -0.75rem;
}

.even\:-mr-3:nth-child(even) {
  margin-right: -0.75rem;
}

.even\:-mb-3:nth-child(even) {
  margin-bottom: -0.75rem;
}

.even\:-ml-3:nth-child(even) {
  margin-left: -0.75rem;
}

.even\:-mt-4:nth-child(even) {
  margin-top: -1rem;
}

.even\:-mr-4:nth-child(even) {
  margin-right: -1rem;
}

.even\:-mb-4:nth-child(even) {
  margin-bottom: -1rem;
}

.even\:-ml-4:nth-child(even) {
  margin-left: -1rem;
}

.even\:-mt-5:nth-child(even) {
  margin-top: -1.25rem;
}

.even\:-mr-5:nth-child(even) {
  margin-right: -1.25rem;
}

.even\:-mb-5:nth-child(even) {
  margin-bottom: -1.25rem;
}

.even\:-ml-5:nth-child(even) {
  margin-left: -1.25rem;
}

.even\:-mt-6:nth-child(even) {
  margin-top: -1.5rem;
}

.even\:-mr-6:nth-child(even) {
  margin-right: -1.5rem;
}

.even\:-mb-6:nth-child(even) {
  margin-bottom: -1.5rem;
}

.even\:-ml-6:nth-child(even) {
  margin-left: -1.5rem;
}

.even\:-mt-7:nth-child(even) {
  margin-top: -1.75rem;
}

.even\:-mr-7:nth-child(even) {
  margin-right: -1.75rem;
}

.even\:-mb-7:nth-child(even) {
  margin-bottom: -1.75rem;
}

.even\:-ml-7:nth-child(even) {
  margin-left: -1.75rem;
}

.even\:-mt-8:nth-child(even) {
  margin-top: -2rem;
}

.even\:-mr-8:nth-child(even) {
  margin-right: -2rem;
}

.even\:-mb-8:nth-child(even) {
  margin-bottom: -2rem;
}

.even\:-ml-8:nth-child(even) {
  margin-left: -2rem;
}

.even\:-mt-9:nth-child(even) {
  margin-top: -2.25rem;
}

.even\:-mr-9:nth-child(even) {
  margin-right: -2.25rem;
}

.even\:-mb-9:nth-child(even) {
  margin-bottom: -2.25rem;
}

.even\:-ml-9:nth-child(even) {
  margin-left: -2.25rem;
}

.even\:-mt-10:nth-child(even) {
  margin-top: -2.5rem;
}

.even\:-mr-10:nth-child(even) {
  margin-right: -2.5rem;
}

.even\:-mb-10:nth-child(even) {
  margin-bottom: -2.5rem;
}

.even\:-ml-10:nth-child(even) {
  margin-left: -2.5rem;
}

.even\:-mt-11:nth-child(even) {
  margin-top: -2.75rem;
}

.even\:-mr-11:nth-child(even) {
  margin-right: -2.75rem;
}

.even\:-mb-11:nth-child(even) {
  margin-bottom: -2.75rem;
}

.even\:-ml-11:nth-child(even) {
  margin-left: -2.75rem;
}

.even\:-mt-12:nth-child(even) {
  margin-top: -3rem;
}

.even\:-mr-12:nth-child(even) {
  margin-right: -3rem;
}

.even\:-mb-12:nth-child(even) {
  margin-bottom: -3rem;
}

.even\:-ml-12:nth-child(even) {
  margin-left: -3rem;
}

.even\:-mt-14:nth-child(even) {
  margin-top: -3.5rem;
}

.even\:-mr-14:nth-child(even) {
  margin-right: -3.5rem;
}

.even\:-mb-14:nth-child(even) {
  margin-bottom: -3.5rem;
}

.even\:-ml-14:nth-child(even) {
  margin-left: -3.5rem;
}

.even\:-mt-16:nth-child(even) {
  margin-top: -4rem;
}

.even\:-mr-16:nth-child(even) {
  margin-right: -4rem;
}

.even\:-mb-16:nth-child(even) {
  margin-bottom: -4rem;
}

.even\:-ml-16:nth-child(even) {
  margin-left: -4rem;
}

.even\:-mt-20:nth-child(even) {
  margin-top: -5rem;
}

.even\:-mr-20:nth-child(even) {
  margin-right: -5rem;
}

.even\:-mb-20:nth-child(even) {
  margin-bottom: -5rem;
}

.even\:-ml-20:nth-child(even) {
  margin-left: -5rem;
}

.even\:-mt-24:nth-child(even) {
  margin-top: -6rem;
}

.even\:-mr-24:nth-child(even) {
  margin-right: -6rem;
}

.even\:-mb-24:nth-child(even) {
  margin-bottom: -6rem;
}

.even\:-ml-24:nth-child(even) {
  margin-left: -6rem;
}

.even\:-mt-28:nth-child(even) {
  margin-top: -7rem;
}

.even\:-mr-28:nth-child(even) {
  margin-right: -7rem;
}

.even\:-mb-28:nth-child(even) {
  margin-bottom: -7rem;
}

.even\:-ml-28:nth-child(even) {
  margin-left: -7rem;
}

.even\:-mt-32:nth-child(even) {
  margin-top: -8rem;
}

.even\:-mr-32:nth-child(even) {
  margin-right: -8rem;
}

.even\:-mb-32:nth-child(even) {
  margin-bottom: -8rem;
}

.even\:-ml-32:nth-child(even) {
  margin-left: -8rem;
}

.even\:-mt-36:nth-child(even) {
  margin-top: -9rem;
}

.even\:-mr-36:nth-child(even) {
  margin-right: -9rem;
}

.even\:-mb-36:nth-child(even) {
  margin-bottom: -9rem;
}

.even\:-ml-36:nth-child(even) {
  margin-left: -9rem;
}

.even\:-mt-40:nth-child(even) {
  margin-top: -10rem;
}

.even\:-mr-40:nth-child(even) {
  margin-right: -10rem;
}

.even\:-mb-40:nth-child(even) {
  margin-bottom: -10rem;
}

.even\:-ml-40:nth-child(even) {
  margin-left: -10rem;
}

.even\:-mt-44:nth-child(even) {
  margin-top: -11rem;
}

.even\:-mr-44:nth-child(even) {
  margin-right: -11rem;
}

.even\:-mb-44:nth-child(even) {
  margin-bottom: -11rem;
}

.even\:-ml-44:nth-child(even) {
  margin-left: -11rem;
}

.even\:-mt-48:nth-child(even) {
  margin-top: -12rem;
}

.even\:-mr-48:nth-child(even) {
  margin-right: -12rem;
}

.even\:-mb-48:nth-child(even) {
  margin-bottom: -12rem;
}

.even\:-ml-48:nth-child(even) {
  margin-left: -12rem;
}

.even\:-mt-52:nth-child(even) {
  margin-top: -13rem;
}

.even\:-mr-52:nth-child(even) {
  margin-right: -13rem;
}

.even\:-mb-52:nth-child(even) {
  margin-bottom: -13rem;
}

.even\:-ml-52:nth-child(even) {
  margin-left: -13rem;
}

.even\:-mt-56:nth-child(even) {
  margin-top: -14rem;
}

.even\:-mr-56:nth-child(even) {
  margin-right: -14rem;
}

.even\:-mb-56:nth-child(even) {
  margin-bottom: -14rem;
}

.even\:-ml-56:nth-child(even) {
  margin-left: -14rem;
}

.even\:-mt-60:nth-child(even) {
  margin-top: -15rem;
}

.even\:-mr-60:nth-child(even) {
  margin-right: -15rem;
}

.even\:-mb-60:nth-child(even) {
  margin-bottom: -15rem;
}

.even\:-ml-60:nth-child(even) {
  margin-left: -15rem;
}

.even\:-mt-64:nth-child(even) {
  margin-top: -16rem;
}

.even\:-mr-64:nth-child(even) {
  margin-right: -16rem;
}

.even\:-mb-64:nth-child(even) {
  margin-bottom: -16rem;
}

.even\:-ml-64:nth-child(even) {
  margin-left: -16rem;
}

.even\:-mt-72:nth-child(even) {
  margin-top: -18rem;
}

.even\:-mr-72:nth-child(even) {
  margin-right: -18rem;
}

.even\:-mb-72:nth-child(even) {
  margin-bottom: -18rem;
}

.even\:-ml-72:nth-child(even) {
  margin-left: -18rem;
}

.even\:-mt-80:nth-child(even) {
  margin-top: -20rem;
}

.even\:-mr-80:nth-child(even) {
  margin-right: -20rem;
}

.even\:-mb-80:nth-child(even) {
  margin-bottom: -20rem;
}

.even\:-ml-80:nth-child(even) {
  margin-left: -20rem;
}

.even\:-mt-96:nth-child(even) {
  margin-top: -24rem;
}

.even\:-mr-96:nth-child(even) {
  margin-right: -24rem;
}

.even\:-mb-96:nth-child(even) {
  margin-bottom: -24rem;
}

.even\:-ml-96:nth-child(even) {
  margin-left: -24rem;
}

.even\:-mt-px:nth-child(even) {
  margin-top: -1px;
}

.even\:-mr-px:nth-child(even) {
  margin-right: -1px;
}

.even\:-mb-px:nth-child(even) {
  margin-bottom: -1px;
}

.even\:-ml-px:nth-child(even) {
  margin-left: -1px;
}

.even\:-mt-0\.5:nth-child(even) {
  margin-top: -0.125rem;
}

.even\:-mr-0\.5:nth-child(even) {
  margin-right: -0.125rem;
}

.even\:-mb-0\.5:nth-child(even) {
  margin-bottom: -0.125rem;
}

.even\:-ml-0\.5:nth-child(even) {
  margin-left: -0.125rem;
}

.even\:-mt-1\.5:nth-child(even) {
  margin-top: -0.375rem;
}

.even\:-mr-1\.5:nth-child(even) {
  margin-right: -0.375rem;
}

.even\:-mb-1\.5:nth-child(even) {
  margin-bottom: -0.375rem;
}

.even\:-ml-1\.5:nth-child(even) {
  margin-left: -0.375rem;
}

.even\:-mt-2\.5:nth-child(even) {
  margin-top: -0.625rem;
}

.even\:-mr-2\.5:nth-child(even) {
  margin-right: -0.625rem;
}

.even\:-mb-2\.5:nth-child(even) {
  margin-bottom: -0.625rem;
}

.even\:-ml-2\.5:nth-child(even) {
  margin-left: -0.625rem;
}

.even\:-mt-3\.5:nth-child(even) {
  margin-top: -0.875rem;
}

.even\:-mr-3\.5:nth-child(even) {
  margin-right: -0.875rem;
}

.even\:-mb-3\.5:nth-child(even) {
  margin-bottom: -0.875rem;
}

.even\:-ml-3\.5:nth-child(even) {
  margin-left: -0.875rem;
}

.hover\:m-0:hover {
  margin: 0px;
}

.hover\:m-1:hover {
  margin: 0.25rem;
}

.hover\:m-2:hover {
  margin: 0.5rem;
}

.hover\:m-3:hover {
  margin: 0.75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-7:hover {
  margin: 1.75rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-9:hover {
  margin: 2.25rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-11:hover {
  margin: 2.75rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-14:hover {
  margin: 3.5rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-28:hover {
  margin: 7rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-36:hover {
  margin: 9rem;
}

.hover\:m-40:hover {
  margin: 10rem;
}

.hover\:m-44:hover {
  margin: 11rem;
}

.hover\:m-48:hover {
  margin: 12rem;
}

.hover\:m-52:hover {
  margin: 13rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

.hover\:m-60:hover {
  margin: 15rem;
}

.hover\:m-64:hover {
  margin: 16rem;
}

.hover\:m-72:hover {
  margin: 18rem;
}

.hover\:m-80:hover {
  margin: 20rem;
}

.hover\:m-96:hover {
  margin: 24rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:m-0\.5:hover {
  margin: 0.125rem;
}

.hover\:m-1\.5:hover {
  margin: 0.375rem;
}

.hover\:m-2\.5:hover {
  margin: 0.625rem;
}

.hover\:m-3\.5:hover {
  margin: 0.875rem;
}

.hover\:-m-0:hover {
  margin: 0px;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

.hover\:-m-2:hover {
  margin: -0.5rem;
}

.hover\:-m-3:hover {
  margin: -0.75rem;
}

.hover\:-m-4:hover {
  margin: -1rem;
}

.hover\:-m-5:hover {
  margin: -1.25rem;
}

.hover\:-m-6:hover {
  margin: -1.5rem;
}

.hover\:-m-7:hover {
  margin: -1.75rem;
}

.hover\:-m-8:hover {
  margin: -2rem;
}

.hover\:-m-9:hover {
  margin: -2.25rem;
}

.hover\:-m-10:hover {
  margin: -2.5rem;
}

.hover\:-m-11:hover {
  margin: -2.75rem;
}

.hover\:-m-12:hover {
  margin: -3rem;
}

.hover\:-m-14:hover {
  margin: -3.5rem;
}

.hover\:-m-16:hover {
  margin: -4rem;
}

.hover\:-m-20:hover {
  margin: -5rem;
}

.hover\:-m-24:hover {
  margin: -6rem;
}

.hover\:-m-28:hover {
  margin: -7rem;
}

.hover\:-m-32:hover {
  margin: -8rem;
}

.hover\:-m-36:hover {
  margin: -9rem;
}

.hover\:-m-40:hover {
  margin: -10rem;
}

.hover\:-m-44:hover {
  margin: -11rem;
}

.hover\:-m-48:hover {
  margin: -12rem;
}

.hover\:-m-52:hover {
  margin: -13rem;
}

.hover\:-m-56:hover {
  margin: -14rem;
}

.hover\:-m-60:hover {
  margin: -15rem;
}

.hover\:-m-64:hover {
  margin: -16rem;
}

.hover\:-m-72:hover {
  margin: -18rem;
}

.hover\:-m-80:hover {
  margin: -20rem;
}

.hover\:-m-96:hover {
  margin: -24rem;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:-m-0\.5:hover {
  margin: -0.125rem;
}

.hover\:-m-1\.5:hover {
  margin: -0.375rem;
}

.hover\:-m-2\.5:hover {
  margin: -0.625rem;
}

.hover\:-m-3\.5:hover {
  margin: -0.875rem;
}

.hover\:my-0:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hover\:mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:my-1:hover {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hover\:mx-1:hover {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hover\:my-2:hover {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hover\:mx-2:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.hover\:my-3:hover {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.hover\:mx-3:hover {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hover\:mx-4:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover\:my-5:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hover\:mx-5:hover {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:my-7:hover {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hover\:mx-7:hover {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:my-9:hover {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.hover\:mx-9:hover {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.hover\:my-10:hover {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:my-11:hover {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.hover\:mx-11:hover {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.hover\:my-12:hover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:my-14:hover {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.hover\:mx-14:hover {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:mx-20:hover {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:my-28:hover {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.hover\:mx-28:hover {
  margin-left: 7rem;
  margin-right: 7rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:my-36:hover {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.hover\:mx-36:hover {
  margin-left: 9rem;
  margin-right: 9rem;
}

.hover\:my-40:hover {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.hover\:mx-40:hover {
  margin-left: 10rem;
  margin-right: 10rem;
}

.hover\:my-44:hover {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.hover\:mx-44:hover {
  margin-left: 11rem;
  margin-right: 11rem;
}

.hover\:my-48:hover {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hover\:mx-48:hover {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hover\:my-52:hover {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.hover\:mx-52:hover {
  margin-left: 13rem;
  margin-right: 13rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hover\:my-60:hover {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.hover\:mx-60:hover {
  margin-left: 15rem;
  margin-right: 15rem;
}

.hover\:my-64:hover {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hover\:mx-64:hover {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hover\:my-72:hover {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.hover\:mx-72:hover {
  margin-left: 18rem;
  margin-right: 18rem;
}

.hover\:my-80:hover {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.hover\:mx-80:hover {
  margin-left: 20rem;
  margin-right: 20rem;
}

.hover\:my-96:hover {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.hover\:mx-96:hover {
  margin-left: 24rem;
  margin-right: 24rem;
}

.hover\:my-auto:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.hover\:mx-auto:hover {
  margin-left: auto;
  margin-right: auto;
}

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:my-0\.5:hover {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.hover\:mx-0\.5:hover {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.hover\:my-1\.5:hover {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.hover\:mx-1\.5:hover {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.hover\:my-2\.5:hover {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.hover\:mx-2\.5:hover {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.hover\:my-3\.5:hover {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.hover\:mx-3\.5:hover {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.hover\:-my-0:hover {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hover\:-mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hover\:-my-2:hover {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hover\:-mx-2:hover {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hover\:-my-3:hover {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hover\:-mx-3:hover {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hover\:-my-4:hover {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.hover\:-mx-4:hover {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hover\:-my-5:hover {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.hover\:-mx-5:hover {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hover\:-my-6:hover {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hover\:-mx-6:hover {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hover\:-my-7:hover {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.hover\:-mx-7:hover {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.hover\:-my-8:hover {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.hover\:-mx-8:hover {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hover\:-my-9:hover {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.hover\:-mx-9:hover {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.hover\:-my-10:hover {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.hover\:-mx-10:hover {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hover\:-my-11:hover {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.hover\:-mx-11:hover {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.hover\:-my-12:hover {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.hover\:-mx-12:hover {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hover\:-my-14:hover {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.hover\:-mx-14:hover {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.hover\:-my-16:hover {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hover\:-mx-16:hover {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hover\:-my-20:hover {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hover\:-mx-20:hover {
  margin-left: -5rem;
  margin-right: -5rem;
}

.hover\:-my-24:hover {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hover\:-mx-24:hover {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hover\:-my-28:hover {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.hover\:-mx-28:hover {
  margin-left: -7rem;
  margin-right: -7rem;
}

.hover\:-my-32:hover {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hover\:-mx-32:hover {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hover\:-my-36:hover {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.hover\:-mx-36:hover {
  margin-left: -9rem;
  margin-right: -9rem;
}

.hover\:-my-40:hover {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.hover\:-mx-40:hover {
  margin-left: -10rem;
  margin-right: -10rem;
}

.hover\:-my-44:hover {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.hover\:-mx-44:hover {
  margin-left: -11rem;
  margin-right: -11rem;
}

.hover\:-my-48:hover {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.hover\:-mx-48:hover {
  margin-left: -12rem;
  margin-right: -12rem;
}

.hover\:-my-52:hover {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.hover\:-mx-52:hover {
  margin-left: -13rem;
  margin-right: -13rem;
}

.hover\:-my-56:hover {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hover\:-mx-56:hover {
  margin-left: -14rem;
  margin-right: -14rem;
}

.hover\:-my-60:hover {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.hover\:-mx-60:hover {
  margin-left: -15rem;
  margin-right: -15rem;
}

.hover\:-my-64:hover {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.hover\:-mx-64:hover {
  margin-left: -16rem;
  margin-right: -16rem;
}

.hover\:-my-72:hover {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.hover\:-mx-72:hover {
  margin-left: -18rem;
  margin-right: -18rem;
}

.hover\:-my-80:hover {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.hover\:-mx-80:hover {
  margin-left: -20rem;
  margin-right: -20rem;
}

.hover\:-my-96:hover {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.hover\:-mx-96:hover {
  margin-left: -24rem;
  margin-right: -24rem;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:-my-0\.5:hover {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.hover\:-mx-0\.5:hover {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.hover\:-my-1\.5:hover {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.hover\:-mx-1\.5:hover {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.hover\:-my-2\.5:hover {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.hover\:-mx-2\.5:hover {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hover\:-my-3\.5:hover {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.hover\:-mx-3\.5:hover {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.hover\:mt-0:hover {
  margin-top: 0px;
}

.hover\:mr-0:hover {
  margin-right: 0px;
}

.hover\:mb-0:hover {
  margin-bottom: 0px;
}

.hover\:ml-0:hover {
  margin-left: 0px;
}

.hover\:mt-1:hover {
  margin-top: 0.25rem;
}

.hover\:mr-1:hover {
  margin-right: 0.25rem;
}

.hover\:mb-1:hover {
  margin-bottom: 0.25rem;
}

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:mt-2:hover {
  margin-top: 0.5rem;
}

.hover\:mr-2:hover {
  margin-right: 0.5rem;
}

.hover\:mb-2:hover {
  margin-bottom: 0.5rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:mt-3:hover {
  margin-top: 0.75rem;
}

.hover\:mr-3:hover {
  margin-right: 0.75rem;
}

.hover\:mb-3:hover {
  margin-bottom: 0.75rem;
}

.hover\:ml-3:hover {
  margin-left: 0.75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:mt-7:hover {
  margin-top: 1.75rem;
}

.hover\:mr-7:hover {
  margin-right: 1.75rem;
}

.hover\:mb-7:hover {
  margin-bottom: 1.75rem;
}

.hover\:ml-7:hover {
  margin-left: 1.75rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:mt-9:hover {
  margin-top: 2.25rem;
}

.hover\:mr-9:hover {
  margin-right: 2.25rem;
}

.hover\:mb-9:hover {
  margin-bottom: 2.25rem;
}

.hover\:ml-9:hover {
  margin-left: 2.25rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:mt-11:hover {
  margin-top: 2.75rem;
}

.hover\:mr-11:hover {
  margin-right: 2.75rem;
}

.hover\:mb-11:hover {
  margin-bottom: 2.75rem;
}

.hover\:ml-11:hover {
  margin-left: 2.75rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:mt-14:hover {
  margin-top: 3.5rem;
}

.hover\:mr-14:hover {
  margin-right: 3.5rem;
}

.hover\:mb-14:hover {
  margin-bottom: 3.5rem;
}

.hover\:ml-14:hover {
  margin-left: 3.5rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:mt-28:hover {
  margin-top: 7rem;
}

.hover\:mr-28:hover {
  margin-right: 7rem;
}

.hover\:mb-28:hover {
  margin-bottom: 7rem;
}

.hover\:ml-28:hover {
  margin-left: 7rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:mt-36:hover {
  margin-top: 9rem;
}

.hover\:mr-36:hover {
  margin-right: 9rem;
}

.hover\:mb-36:hover {
  margin-bottom: 9rem;
}

.hover\:ml-36:hover {
  margin-left: 9rem;
}

.hover\:mt-40:hover {
  margin-top: 10rem;
}

.hover\:mr-40:hover {
  margin-right: 10rem;
}

.hover\:mb-40:hover {
  margin-bottom: 10rem;
}

.hover\:ml-40:hover {
  margin-left: 10rem;
}

.hover\:mt-44:hover {
  margin-top: 11rem;
}

.hover\:mr-44:hover {
  margin-right: 11rem;
}

.hover\:mb-44:hover {
  margin-bottom: 11rem;
}

.hover\:ml-44:hover {
  margin-left: 11rem;
}

.hover\:mt-48:hover {
  margin-top: 12rem;
}

.hover\:mr-48:hover {
  margin-right: 12rem;
}

.hover\:mb-48:hover {
  margin-bottom: 12rem;
}

.hover\:ml-48:hover {
  margin-left: 12rem;
}

.hover\:mt-52:hover {
  margin-top: 13rem;
}

.hover\:mr-52:hover {
  margin-right: 13rem;
}

.hover\:mb-52:hover {
  margin-bottom: 13rem;
}

.hover\:ml-52:hover {
  margin-left: 13rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

.hover\:mt-60:hover {
  margin-top: 15rem;
}

.hover\:mr-60:hover {
  margin-right: 15rem;
}

.hover\:mb-60:hover {
  margin-bottom: 15rem;
}

.hover\:ml-60:hover {
  margin-left: 15rem;
}

.hover\:mt-64:hover {
  margin-top: 16rem;
}

.hover\:mr-64:hover {
  margin-right: 16rem;
}

.hover\:mb-64:hover {
  margin-bottom: 16rem;
}

.hover\:ml-64:hover {
  margin-left: 16rem;
}

.hover\:mt-72:hover {
  margin-top: 18rem;
}

.hover\:mr-72:hover {
  margin-right: 18rem;
}

.hover\:mb-72:hover {
  margin-bottom: 18rem;
}

.hover\:ml-72:hover {
  margin-left: 18rem;
}

.hover\:mt-80:hover {
  margin-top: 20rem;
}

.hover\:mr-80:hover {
  margin-right: 20rem;
}

.hover\:mb-80:hover {
  margin-bottom: 20rem;
}

.hover\:ml-80:hover {
  margin-left: 20rem;
}

.hover\:mt-96:hover {
  margin-top: 24rem;
}

.hover\:mr-96:hover {
  margin-right: 24rem;
}

.hover\:mb-96:hover {
  margin-bottom: 24rem;
}

.hover\:ml-96:hover {
  margin-left: 24rem;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.hover\:mt-0\.5:hover {
  margin-top: 0.125rem;
}

.hover\:mr-0\.5:hover {
  margin-right: 0.125rem;
}

.hover\:mb-0\.5:hover {
  margin-bottom: 0.125rem;
}

.hover\:ml-0\.5:hover {
  margin-left: 0.125rem;
}

.hover\:mt-1\.5:hover {
  margin-top: 0.375rem;
}

.hover\:mr-1\.5:hover {
  margin-right: 0.375rem;
}

.hover\:mb-1\.5:hover {
  margin-bottom: 0.375rem;
}

.hover\:ml-1\.5:hover {
  margin-left: 0.375rem;
}

.hover\:mt-2\.5:hover {
  margin-top: 0.625rem;
}

.hover\:mr-2\.5:hover {
  margin-right: 0.625rem;
}

.hover\:mb-2\.5:hover {
  margin-bottom: 0.625rem;
}

.hover\:ml-2\.5:hover {
  margin-left: 0.625rem;
}

.hover\:mt-3\.5:hover {
  margin-top: 0.875rem;
}

.hover\:mr-3\.5:hover {
  margin-right: 0.875rem;
}

.hover\:mb-3\.5:hover {
  margin-bottom: 0.875rem;
}

.hover\:ml-3\.5:hover {
  margin-left: 0.875rem;
}

.hover\:-mt-0:hover {
  margin-top: 0px;
}

.hover\:-mr-0:hover {
  margin-right: 0px;
}

.hover\:-mb-0:hover {
  margin-bottom: 0px;
}

.hover\:-ml-0:hover {
  margin-left: 0px;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -0.75rem;
}

.hover\:-mr-3:hover {
  margin-right: -0.75rem;
}

.hover\:-mb-3:hover {
  margin-bottom: -0.75rem;
}

.hover\:-ml-3:hover {
  margin-left: -0.75rem;
}

.hover\:-mt-4:hover {
  margin-top: -1rem;
}

.hover\:-mr-4:hover {
  margin-right: -1rem;
}

.hover\:-mb-4:hover {
  margin-bottom: -1rem;
}

.hover\:-ml-4:hover {
  margin-left: -1rem;
}

.hover\:-mt-5:hover {
  margin-top: -1.25rem;
}

.hover\:-mr-5:hover {
  margin-right: -1.25rem;
}

.hover\:-mb-5:hover {
  margin-bottom: -1.25rem;
}

.hover\:-ml-5:hover {
  margin-left: -1.25rem;
}

.hover\:-mt-6:hover {
  margin-top: -1.5rem;
}

.hover\:-mr-6:hover {
  margin-right: -1.5rem;
}

.hover\:-mb-6:hover {
  margin-bottom: -1.5rem;
}

.hover\:-ml-6:hover {
  margin-left: -1.5rem;
}

.hover\:-mt-7:hover {
  margin-top: -1.75rem;
}

.hover\:-mr-7:hover {
  margin-right: -1.75rem;
}

.hover\:-mb-7:hover {
  margin-bottom: -1.75rem;
}

.hover\:-ml-7:hover {
  margin-left: -1.75rem;
}

.hover\:-mt-8:hover {
  margin-top: -2rem;
}

.hover\:-mr-8:hover {
  margin-right: -2rem;
}

.hover\:-mb-8:hover {
  margin-bottom: -2rem;
}

.hover\:-ml-8:hover {
  margin-left: -2rem;
}

.hover\:-mt-9:hover {
  margin-top: -2.25rem;
}

.hover\:-mr-9:hover {
  margin-right: -2.25rem;
}

.hover\:-mb-9:hover {
  margin-bottom: -2.25rem;
}

.hover\:-ml-9:hover {
  margin-left: -2.25rem;
}

.hover\:-mt-10:hover {
  margin-top: -2.5rem;
}

.hover\:-mr-10:hover {
  margin-right: -2.5rem;
}

.hover\:-mb-10:hover {
  margin-bottom: -2.5rem;
}

.hover\:-ml-10:hover {
  margin-left: -2.5rem;
}

.hover\:-mt-11:hover {
  margin-top: -2.75rem;
}

.hover\:-mr-11:hover {
  margin-right: -2.75rem;
}

.hover\:-mb-11:hover {
  margin-bottom: -2.75rem;
}

.hover\:-ml-11:hover {
  margin-left: -2.75rem;
}

.hover\:-mt-12:hover {
  margin-top: -3rem;
}

.hover\:-mr-12:hover {
  margin-right: -3rem;
}

.hover\:-mb-12:hover {
  margin-bottom: -3rem;
}

.hover\:-ml-12:hover {
  margin-left: -3rem;
}

.hover\:-mt-14:hover {
  margin-top: -3.5rem;
}

.hover\:-mr-14:hover {
  margin-right: -3.5rem;
}

.hover\:-mb-14:hover {
  margin-bottom: -3.5rem;
}

.hover\:-ml-14:hover {
  margin-left: -3.5rem;
}

.hover\:-mt-16:hover {
  margin-top: -4rem;
}

.hover\:-mr-16:hover {
  margin-right: -4rem;
}

.hover\:-mb-16:hover {
  margin-bottom: -4rem;
}

.hover\:-ml-16:hover {
  margin-left: -4rem;
}

.hover\:-mt-20:hover {
  margin-top: -5rem;
}

.hover\:-mr-20:hover {
  margin-right: -5rem;
}

.hover\:-mb-20:hover {
  margin-bottom: -5rem;
}

.hover\:-ml-20:hover {
  margin-left: -5rem;
}

.hover\:-mt-24:hover {
  margin-top: -6rem;
}

.hover\:-mr-24:hover {
  margin-right: -6rem;
}

.hover\:-mb-24:hover {
  margin-bottom: -6rem;
}

.hover\:-ml-24:hover {
  margin-left: -6rem;
}

.hover\:-mt-28:hover {
  margin-top: -7rem;
}

.hover\:-mr-28:hover {
  margin-right: -7rem;
}

.hover\:-mb-28:hover {
  margin-bottom: -7rem;
}

.hover\:-ml-28:hover {
  margin-left: -7rem;
}

.hover\:-mt-32:hover {
  margin-top: -8rem;
}

.hover\:-mr-32:hover {
  margin-right: -8rem;
}

.hover\:-mb-32:hover {
  margin-bottom: -8rem;
}

.hover\:-ml-32:hover {
  margin-left: -8rem;
}

.hover\:-mt-36:hover {
  margin-top: -9rem;
}

.hover\:-mr-36:hover {
  margin-right: -9rem;
}

.hover\:-mb-36:hover {
  margin-bottom: -9rem;
}

.hover\:-ml-36:hover {
  margin-left: -9rem;
}

.hover\:-mt-40:hover {
  margin-top: -10rem;
}

.hover\:-mr-40:hover {
  margin-right: -10rem;
}

.hover\:-mb-40:hover {
  margin-bottom: -10rem;
}

.hover\:-ml-40:hover {
  margin-left: -10rem;
}

.hover\:-mt-44:hover {
  margin-top: -11rem;
}

.hover\:-mr-44:hover {
  margin-right: -11rem;
}

.hover\:-mb-44:hover {
  margin-bottom: -11rem;
}

.hover\:-ml-44:hover {
  margin-left: -11rem;
}

.hover\:-mt-48:hover {
  margin-top: -12rem;
}

.hover\:-mr-48:hover {
  margin-right: -12rem;
}

.hover\:-mb-48:hover {
  margin-bottom: -12rem;
}

.hover\:-ml-48:hover {
  margin-left: -12rem;
}

.hover\:-mt-52:hover {
  margin-top: -13rem;
}

.hover\:-mr-52:hover {
  margin-right: -13rem;
}

.hover\:-mb-52:hover {
  margin-bottom: -13rem;
}

.hover\:-ml-52:hover {
  margin-left: -13rem;
}

.hover\:-mt-56:hover {
  margin-top: -14rem;
}

.hover\:-mr-56:hover {
  margin-right: -14rem;
}

.hover\:-mb-56:hover {
  margin-bottom: -14rem;
}

.hover\:-ml-56:hover {
  margin-left: -14rem;
}

.hover\:-mt-60:hover {
  margin-top: -15rem;
}

.hover\:-mr-60:hover {
  margin-right: -15rem;
}

.hover\:-mb-60:hover {
  margin-bottom: -15rem;
}

.hover\:-ml-60:hover {
  margin-left: -15rem;
}

.hover\:-mt-64:hover {
  margin-top: -16rem;
}

.hover\:-mr-64:hover {
  margin-right: -16rem;
}

.hover\:-mb-64:hover {
  margin-bottom: -16rem;
}

.hover\:-ml-64:hover {
  margin-left: -16rem;
}

.hover\:-mt-72:hover {
  margin-top: -18rem;
}

.hover\:-mr-72:hover {
  margin-right: -18rem;
}

.hover\:-mb-72:hover {
  margin-bottom: -18rem;
}

.hover\:-ml-72:hover {
  margin-left: -18rem;
}

.hover\:-mt-80:hover {
  margin-top: -20rem;
}

.hover\:-mr-80:hover {
  margin-right: -20rem;
}

.hover\:-mb-80:hover {
  margin-bottom: -20rem;
}

.hover\:-ml-80:hover {
  margin-left: -20rem;
}

.hover\:-mt-96:hover {
  margin-top: -24rem;
}

.hover\:-mr-96:hover {
  margin-right: -24rem;
}

.hover\:-mb-96:hover {
  margin-bottom: -24rem;
}

.hover\:-ml-96:hover {
  margin-left: -24rem;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.hover\:-mt-0\.5:hover {
  margin-top: -0.125rem;
}

.hover\:-mr-0\.5:hover {
  margin-right: -0.125rem;
}

.hover\:-mb-0\.5:hover {
  margin-bottom: -0.125rem;
}

.hover\:-ml-0\.5:hover {
  margin-left: -0.125rem;
}

.hover\:-mt-1\.5:hover {
  margin-top: -0.375rem;
}

.hover\:-mr-1\.5:hover {
  margin-right: -0.375rem;
}

.hover\:-mb-1\.5:hover {
  margin-bottom: -0.375rem;
}

.hover\:-ml-1\.5:hover {
  margin-left: -0.375rem;
}

.hover\:-mt-2\.5:hover {
  margin-top: -0.625rem;
}

.hover\:-mr-2\.5:hover {
  margin-right: -0.625rem;
}

.hover\:-mb-2\.5:hover {
  margin-bottom: -0.625rem;
}

.hover\:-ml-2\.5:hover {
  margin-left: -0.625rem;
}

.hover\:-mt-3\.5:hover {
  margin-top: -0.875rem;
}

.hover\:-mr-3\.5:hover {
  margin-right: -0.875rem;
}

.hover\:-mb-3\.5:hover {
  margin-bottom: -0.875rem;
}

.hover\:-ml-3\.5:hover {
  margin-left: -0.875rem;
}

.focus\:m-0:focus {
  margin: 0px;
}

.focus\:m-1:focus {
  margin: 0.25rem;
}

.focus\:m-2:focus {
  margin: 0.5rem;
}

.focus\:m-3:focus {
  margin: 0.75rem;
}

.focus\:m-4:focus {
  margin: 1rem;
}

.focus\:m-5:focus {
  margin: 1.25rem;
}

.focus\:m-6:focus {
  margin: 1.5rem;
}

.focus\:m-7:focus {
  margin: 1.75rem;
}

.focus\:m-8:focus {
  margin: 2rem;
}

.focus\:m-9:focus {
  margin: 2.25rem;
}

.focus\:m-10:focus {
  margin: 2.5rem;
}

.focus\:m-11:focus {
  margin: 2.75rem;
}

.focus\:m-12:focus {
  margin: 3rem;
}

.focus\:m-14:focus {
  margin: 3.5rem;
}

.focus\:m-16:focus {
  margin: 4rem;
}

.focus\:m-20:focus {
  margin: 5rem;
}

.focus\:m-24:focus {
  margin: 6rem;
}

.focus\:m-28:focus {
  margin: 7rem;
}

.focus\:m-32:focus {
  margin: 8rem;
}

.focus\:m-36:focus {
  margin: 9rem;
}

.focus\:m-40:focus {
  margin: 10rem;
}

.focus\:m-44:focus {
  margin: 11rem;
}

.focus\:m-48:focus {
  margin: 12rem;
}

.focus\:m-52:focus {
  margin: 13rem;
}

.focus\:m-56:focus {
  margin: 14rem;
}

.focus\:m-60:focus {
  margin: 15rem;
}

.focus\:m-64:focus {
  margin: 16rem;
}

.focus\:m-72:focus {
  margin: 18rem;
}

.focus\:m-80:focus {
  margin: 20rem;
}

.focus\:m-96:focus {
  margin: 24rem;
}

.focus\:m-auto:focus {
  margin: auto;
}

.focus\:m-px:focus {
  margin: 1px;
}

.focus\:m-0\.5:focus {
  margin: 0.125rem;
}

.focus\:m-1\.5:focus {
  margin: 0.375rem;
}

.focus\:m-2\.5:focus {
  margin: 0.625rem;
}

.focus\:m-3\.5:focus {
  margin: 0.875rem;
}

.focus\:-m-0:focus {
  margin: 0px;
}

.focus\:-m-1:focus {
  margin: -0.25rem;
}

.focus\:-m-2:focus {
  margin: -0.5rem;
}

.focus\:-m-3:focus {
  margin: -0.75rem;
}

.focus\:-m-4:focus {
  margin: -1rem;
}

.focus\:-m-5:focus {
  margin: -1.25rem;
}

.focus\:-m-6:focus {
  margin: -1.5rem;
}

.focus\:-m-7:focus {
  margin: -1.75rem;
}

.focus\:-m-8:focus {
  margin: -2rem;
}

.focus\:-m-9:focus {
  margin: -2.25rem;
}

.focus\:-m-10:focus {
  margin: -2.5rem;
}

.focus\:-m-11:focus {
  margin: -2.75rem;
}

.focus\:-m-12:focus {
  margin: -3rem;
}

.focus\:-m-14:focus {
  margin: -3.5rem;
}

.focus\:-m-16:focus {
  margin: -4rem;
}

.focus\:-m-20:focus {
  margin: -5rem;
}

.focus\:-m-24:focus {
  margin: -6rem;
}

.focus\:-m-28:focus {
  margin: -7rem;
}

.focus\:-m-32:focus {
  margin: -8rem;
}

.focus\:-m-36:focus {
  margin: -9rem;
}

.focus\:-m-40:focus {
  margin: -10rem;
}

.focus\:-m-44:focus {
  margin: -11rem;
}

.focus\:-m-48:focus {
  margin: -12rem;
}

.focus\:-m-52:focus {
  margin: -13rem;
}

.focus\:-m-56:focus {
  margin: -14rem;
}

.focus\:-m-60:focus {
  margin: -15rem;
}

.focus\:-m-64:focus {
  margin: -16rem;
}

.focus\:-m-72:focus {
  margin: -18rem;
}

.focus\:-m-80:focus {
  margin: -20rem;
}

.focus\:-m-96:focus {
  margin: -24rem;
}

.focus\:-m-px:focus {
  margin: -1px;
}

.focus\:-m-0\.5:focus {
  margin: -0.125rem;
}

.focus\:-m-1\.5:focus {
  margin: -0.375rem;
}

.focus\:-m-2\.5:focus {
  margin: -0.625rem;
}

.focus\:-m-3\.5:focus {
  margin: -0.875rem;
}

.focus\:my-0:focus {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus\:mx-0:focus {
  margin-left: 0px;
  margin-right: 0px;
}

.focus\:my-1:focus {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.focus\:mx-1:focus {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.focus\:my-2:focus {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.focus\:mx-2:focus {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.focus\:my-3:focus {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.focus\:mx-3:focus {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.focus\:my-4:focus {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus\:mx-4:focus {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus\:my-5:focus {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus\:mx-5:focus {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus\:my-6:focus {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus\:mx-6:focus {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus\:my-7:focus {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.focus\:mx-7:focus {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.focus\:my-8:focus {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus\:mx-8:focus {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus\:my-9:focus {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.focus\:mx-9:focus {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.focus\:my-10:focus {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus\:mx-10:focus {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus\:my-11:focus {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.focus\:mx-11:focus {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.focus\:my-12:focus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus\:mx-12:focus {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus\:my-14:focus {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.focus\:mx-14:focus {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.focus\:my-16:focus {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus\:mx-16:focus {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus\:my-20:focus {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus\:mx-20:focus {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus\:my-24:focus {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus\:mx-24:focus {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus\:my-28:focus {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.focus\:mx-28:focus {
  margin-left: 7rem;
  margin-right: 7rem;
}

.focus\:my-32:focus {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus\:mx-32:focus {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus\:my-36:focus {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.focus\:mx-36:focus {
  margin-left: 9rem;
  margin-right: 9rem;
}

.focus\:my-40:focus {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus\:mx-40:focus {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus\:my-44:focus {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.focus\:mx-44:focus {
  margin-left: 11rem;
  margin-right: 11rem;
}

.focus\:my-48:focus {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus\:mx-48:focus {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus\:my-52:focus {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.focus\:mx-52:focus {
  margin-left: 13rem;
  margin-right: 13rem;
}

.focus\:my-56:focus {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus\:mx-56:focus {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus\:my-60:focus {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.focus\:mx-60:focus {
  margin-left: 15rem;
  margin-right: 15rem;
}

.focus\:my-64:focus {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus\:mx-64:focus {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus\:my-72:focus {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.focus\:mx-72:focus {
  margin-left: 18rem;
  margin-right: 18rem;
}

.focus\:my-80:focus {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.focus\:mx-80:focus {
  margin-left: 20rem;
  margin-right: 20rem;
}

.focus\:my-96:focus {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.focus\:mx-96:focus {
  margin-left: 24rem;
  margin-right: 24rem;
}

.focus\:my-auto:focus {
  margin-top: auto;
  margin-bottom: auto;
}

.focus\:mx-auto:focus {
  margin-left: auto;
  margin-right: auto;
}

.focus\:my-px:focus {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus\:mx-px:focus {
  margin-left: 1px;
  margin-right: 1px;
}

.focus\:my-0\.5:focus {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.focus\:mx-0\.5:focus {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.focus\:my-1\.5:focus {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.focus\:mx-1\.5:focus {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.focus\:my-2\.5:focus {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.focus\:mx-2\.5:focus {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.focus\:my-3\.5:focus {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.focus\:mx-3\.5:focus {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.focus\:-my-0:focus {
  margin-top: 0px;
  margin-bottom: 0px;
}

.focus\:-mx-0:focus {
  margin-left: 0px;
  margin-right: 0px;
}

.focus\:-my-1:focus {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus\:-mx-1:focus {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus\:-my-2:focus {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus\:-mx-2:focus {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus\:-my-3:focus {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus\:-mx-3:focus {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus\:-my-4:focus {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus\:-mx-4:focus {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus\:-my-5:focus {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus\:-mx-5:focus {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus\:-my-6:focus {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus\:-mx-6:focus {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus\:-my-7:focus {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.focus\:-mx-7:focus {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.focus\:-my-8:focus {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus\:-mx-8:focus {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus\:-my-9:focus {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.focus\:-mx-9:focus {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.focus\:-my-10:focus {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus\:-mx-10:focus {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus\:-my-11:focus {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.focus\:-mx-11:focus {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.focus\:-my-12:focus {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus\:-mx-12:focus {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus\:-my-14:focus {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.focus\:-mx-14:focus {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.focus\:-my-16:focus {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus\:-mx-16:focus {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus\:-my-20:focus {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus\:-mx-20:focus {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus\:-my-24:focus {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus\:-mx-24:focus {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus\:-my-28:focus {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.focus\:-mx-28:focus {
  margin-left: -7rem;
  margin-right: -7rem;
}

.focus\:-my-32:focus {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus\:-mx-32:focus {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus\:-my-36:focus {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.focus\:-mx-36:focus {
  margin-left: -9rem;
  margin-right: -9rem;
}

.focus\:-my-40:focus {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus\:-mx-40:focus {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus\:-my-44:focus {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.focus\:-mx-44:focus {
  margin-left: -11rem;
  margin-right: -11rem;
}

.focus\:-my-48:focus {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus\:-mx-48:focus {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus\:-my-52:focus {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.focus\:-mx-52:focus {
  margin-left: -13rem;
  margin-right: -13rem;
}

.focus\:-my-56:focus {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus\:-mx-56:focus {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus\:-my-60:focus {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.focus\:-mx-60:focus {
  margin-left: -15rem;
  margin-right: -15rem;
}

.focus\:-my-64:focus {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus\:-mx-64:focus {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus\:-my-72:focus {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.focus\:-mx-72:focus {
  margin-left: -18rem;
  margin-right: -18rem;
}

.focus\:-my-80:focus {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.focus\:-mx-80:focus {
  margin-left: -20rem;
  margin-right: -20rem;
}

.focus\:-my-96:focus {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.focus\:-mx-96:focus {
  margin-left: -24rem;
  margin-right: -24rem;
}

.focus\:-my-px:focus {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus\:-mx-px:focus {
  margin-left: -1px;
  margin-right: -1px;
}

.focus\:-my-0\.5:focus {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.focus\:-mx-0\.5:focus {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.focus\:-my-1\.5:focus {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.focus\:-mx-1\.5:focus {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.focus\:-my-2\.5:focus {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.focus\:-mx-2\.5:focus {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.focus\:-my-3\.5:focus {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.focus\:-mx-3\.5:focus {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.focus\:mt-0:focus {
  margin-top: 0px;
}

.focus\:mr-0:focus {
  margin-right: 0px;
}

.focus\:mb-0:focus {
  margin-bottom: 0px;
}

.focus\:ml-0:focus {
  margin-left: 0px;
}

.focus\:mt-1:focus {
  margin-top: 0.25rem;
}

.focus\:mr-1:focus {
  margin-right: 0.25rem;
}

.focus\:mb-1:focus {
  margin-bottom: 0.25rem;
}

.focus\:ml-1:focus {
  margin-left: 0.25rem;
}

.focus\:mt-2:focus {
  margin-top: 0.5rem;
}

.focus\:mr-2:focus {
  margin-right: 0.5rem;
}

.focus\:mb-2:focus {
  margin-bottom: 0.5rem;
}

.focus\:ml-2:focus {
  margin-left: 0.5rem;
}

.focus\:mt-3:focus {
  margin-top: 0.75rem;
}

.focus\:mr-3:focus {
  margin-right: 0.75rem;
}

.focus\:mb-3:focus {
  margin-bottom: 0.75rem;
}

.focus\:ml-3:focus {
  margin-left: 0.75rem;
}

.focus\:mt-4:focus {
  margin-top: 1rem;
}

.focus\:mr-4:focus {
  margin-right: 1rem;
}

.focus\:mb-4:focus {
  margin-bottom: 1rem;
}

.focus\:ml-4:focus {
  margin-left: 1rem;
}

.focus\:mt-5:focus {
  margin-top: 1.25rem;
}

.focus\:mr-5:focus {
  margin-right: 1.25rem;
}

.focus\:mb-5:focus {
  margin-bottom: 1.25rem;
}

.focus\:ml-5:focus {
  margin-left: 1.25rem;
}

.focus\:mt-6:focus {
  margin-top: 1.5rem;
}

.focus\:mr-6:focus {
  margin-right: 1.5rem;
}

.focus\:mb-6:focus {
  margin-bottom: 1.5rem;
}

.focus\:ml-6:focus {
  margin-left: 1.5rem;
}

.focus\:mt-7:focus {
  margin-top: 1.75rem;
}

.focus\:mr-7:focus {
  margin-right: 1.75rem;
}

.focus\:mb-7:focus {
  margin-bottom: 1.75rem;
}

.focus\:ml-7:focus {
  margin-left: 1.75rem;
}

.focus\:mt-8:focus {
  margin-top: 2rem;
}

.focus\:mr-8:focus {
  margin-right: 2rem;
}

.focus\:mb-8:focus {
  margin-bottom: 2rem;
}

.focus\:ml-8:focus {
  margin-left: 2rem;
}

.focus\:mt-9:focus {
  margin-top: 2.25rem;
}

.focus\:mr-9:focus {
  margin-right: 2.25rem;
}

.focus\:mb-9:focus {
  margin-bottom: 2.25rem;
}

.focus\:ml-9:focus {
  margin-left: 2.25rem;
}

.focus\:mt-10:focus {
  margin-top: 2.5rem;
}

.focus\:mr-10:focus {
  margin-right: 2.5rem;
}

.focus\:mb-10:focus {
  margin-bottom: 2.5rem;
}

.focus\:ml-10:focus {
  margin-left: 2.5rem;
}

.focus\:mt-11:focus {
  margin-top: 2.75rem;
}

.focus\:mr-11:focus {
  margin-right: 2.75rem;
}

.focus\:mb-11:focus {
  margin-bottom: 2.75rem;
}

.focus\:ml-11:focus {
  margin-left: 2.75rem;
}

.focus\:mt-12:focus {
  margin-top: 3rem;
}

.focus\:mr-12:focus {
  margin-right: 3rem;
}

.focus\:mb-12:focus {
  margin-bottom: 3rem;
}

.focus\:ml-12:focus {
  margin-left: 3rem;
}

.focus\:mt-14:focus {
  margin-top: 3.5rem;
}

.focus\:mr-14:focus {
  margin-right: 3.5rem;
}

.focus\:mb-14:focus {
  margin-bottom: 3.5rem;
}

.focus\:ml-14:focus {
  margin-left: 3.5rem;
}

.focus\:mt-16:focus {
  margin-top: 4rem;
}

.focus\:mr-16:focus {
  margin-right: 4rem;
}

.focus\:mb-16:focus {
  margin-bottom: 4rem;
}

.focus\:ml-16:focus {
  margin-left: 4rem;
}

.focus\:mt-20:focus {
  margin-top: 5rem;
}

.focus\:mr-20:focus {
  margin-right: 5rem;
}

.focus\:mb-20:focus {
  margin-bottom: 5rem;
}

.focus\:ml-20:focus {
  margin-left: 5rem;
}

.focus\:mt-24:focus {
  margin-top: 6rem;
}

.focus\:mr-24:focus {
  margin-right: 6rem;
}

.focus\:mb-24:focus {
  margin-bottom: 6rem;
}

.focus\:ml-24:focus {
  margin-left: 6rem;
}

.focus\:mt-28:focus {
  margin-top: 7rem;
}

.focus\:mr-28:focus {
  margin-right: 7rem;
}

.focus\:mb-28:focus {
  margin-bottom: 7rem;
}

.focus\:ml-28:focus {
  margin-left: 7rem;
}

.focus\:mt-32:focus {
  margin-top: 8rem;
}

.focus\:mr-32:focus {
  margin-right: 8rem;
}

.focus\:mb-32:focus {
  margin-bottom: 8rem;
}

.focus\:ml-32:focus {
  margin-left: 8rem;
}

.focus\:mt-36:focus {
  margin-top: 9rem;
}

.focus\:mr-36:focus {
  margin-right: 9rem;
}

.focus\:mb-36:focus {
  margin-bottom: 9rem;
}

.focus\:ml-36:focus {
  margin-left: 9rem;
}

.focus\:mt-40:focus {
  margin-top: 10rem;
}

.focus\:mr-40:focus {
  margin-right: 10rem;
}

.focus\:mb-40:focus {
  margin-bottom: 10rem;
}

.focus\:ml-40:focus {
  margin-left: 10rem;
}

.focus\:mt-44:focus {
  margin-top: 11rem;
}

.focus\:mr-44:focus {
  margin-right: 11rem;
}

.focus\:mb-44:focus {
  margin-bottom: 11rem;
}

.focus\:ml-44:focus {
  margin-left: 11rem;
}

.focus\:mt-48:focus {
  margin-top: 12rem;
}

.focus\:mr-48:focus {
  margin-right: 12rem;
}

.focus\:mb-48:focus {
  margin-bottom: 12rem;
}

.focus\:ml-48:focus {
  margin-left: 12rem;
}

.focus\:mt-52:focus {
  margin-top: 13rem;
}

.focus\:mr-52:focus {
  margin-right: 13rem;
}

.focus\:mb-52:focus {
  margin-bottom: 13rem;
}

.focus\:ml-52:focus {
  margin-left: 13rem;
}

.focus\:mt-56:focus {
  margin-top: 14rem;
}

.focus\:mr-56:focus {
  margin-right: 14rem;
}

.focus\:mb-56:focus {
  margin-bottom: 14rem;
}

.focus\:ml-56:focus {
  margin-left: 14rem;
}

.focus\:mt-60:focus {
  margin-top: 15rem;
}

.focus\:mr-60:focus {
  margin-right: 15rem;
}

.focus\:mb-60:focus {
  margin-bottom: 15rem;
}

.focus\:ml-60:focus {
  margin-left: 15rem;
}

.focus\:mt-64:focus {
  margin-top: 16rem;
}

.focus\:mr-64:focus {
  margin-right: 16rem;
}

.focus\:mb-64:focus {
  margin-bottom: 16rem;
}

.focus\:ml-64:focus {
  margin-left: 16rem;
}

.focus\:mt-72:focus {
  margin-top: 18rem;
}

.focus\:mr-72:focus {
  margin-right: 18rem;
}

.focus\:mb-72:focus {
  margin-bottom: 18rem;
}

.focus\:ml-72:focus {
  margin-left: 18rem;
}

.focus\:mt-80:focus {
  margin-top: 20rem;
}

.focus\:mr-80:focus {
  margin-right: 20rem;
}

.focus\:mb-80:focus {
  margin-bottom: 20rem;
}

.focus\:ml-80:focus {
  margin-left: 20rem;
}

.focus\:mt-96:focus {
  margin-top: 24rem;
}

.focus\:mr-96:focus {
  margin-right: 24rem;
}

.focus\:mb-96:focus {
  margin-bottom: 24rem;
}

.focus\:ml-96:focus {
  margin-left: 24rem;
}

.focus\:mt-auto:focus {
  margin-top: auto;
}

.focus\:mr-auto:focus {
  margin-right: auto;
}

.focus\:mb-auto:focus {
  margin-bottom: auto;
}

.focus\:ml-auto:focus {
  margin-left: auto;
}

.focus\:mt-px:focus {
  margin-top: 1px;
}

.focus\:mr-px:focus {
  margin-right: 1px;
}

.focus\:mb-px:focus {
  margin-bottom: 1px;
}

.focus\:ml-px:focus {
  margin-left: 1px;
}

.focus\:mt-0\.5:focus {
  margin-top: 0.125rem;
}

.focus\:mr-0\.5:focus {
  margin-right: 0.125rem;
}

.focus\:mb-0\.5:focus {
  margin-bottom: 0.125rem;
}

.focus\:ml-0\.5:focus {
  margin-left: 0.125rem;
}

.focus\:mt-1\.5:focus {
  margin-top: 0.375rem;
}

.focus\:mr-1\.5:focus {
  margin-right: 0.375rem;
}

.focus\:mb-1\.5:focus {
  margin-bottom: 0.375rem;
}

.focus\:ml-1\.5:focus {
  margin-left: 0.375rem;
}

.focus\:mt-2\.5:focus {
  margin-top: 0.625rem;
}

.focus\:mr-2\.5:focus {
  margin-right: 0.625rem;
}

.focus\:mb-2\.5:focus {
  margin-bottom: 0.625rem;
}

.focus\:ml-2\.5:focus {
  margin-left: 0.625rem;
}

.focus\:mt-3\.5:focus {
  margin-top: 0.875rem;
}

.focus\:mr-3\.5:focus {
  margin-right: 0.875rem;
}

.focus\:mb-3\.5:focus {
  margin-bottom: 0.875rem;
}

.focus\:ml-3\.5:focus {
  margin-left: 0.875rem;
}

.focus\:-mt-0:focus {
  margin-top: 0px;
}

.focus\:-mr-0:focus {
  margin-right: 0px;
}

.focus\:-mb-0:focus {
  margin-bottom: 0px;
}

.focus\:-ml-0:focus {
  margin-left: 0px;
}

.focus\:-mt-1:focus {
  margin-top: -0.25rem;
}

.focus\:-mr-1:focus {
  margin-right: -0.25rem;
}

.focus\:-mb-1:focus {
  margin-bottom: -0.25rem;
}

.focus\:-ml-1:focus {
  margin-left: -0.25rem;
}

.focus\:-mt-2:focus {
  margin-top: -0.5rem;
}

.focus\:-mr-2:focus {
  margin-right: -0.5rem;
}

.focus\:-mb-2:focus {
  margin-bottom: -0.5rem;
}

.focus\:-ml-2:focus {
  margin-left: -0.5rem;
}

.focus\:-mt-3:focus {
  margin-top: -0.75rem;
}

.focus\:-mr-3:focus {
  margin-right: -0.75rem;
}

.focus\:-mb-3:focus {
  margin-bottom: -0.75rem;
}

.focus\:-ml-3:focus {
  margin-left: -0.75rem;
}

.focus\:-mt-4:focus {
  margin-top: -1rem;
}

.focus\:-mr-4:focus {
  margin-right: -1rem;
}

.focus\:-mb-4:focus {
  margin-bottom: -1rem;
}

.focus\:-ml-4:focus {
  margin-left: -1rem;
}

.focus\:-mt-5:focus {
  margin-top: -1.25rem;
}

.focus\:-mr-5:focus {
  margin-right: -1.25rem;
}

.focus\:-mb-5:focus {
  margin-bottom: -1.25rem;
}

.focus\:-ml-5:focus {
  margin-left: -1.25rem;
}

.focus\:-mt-6:focus {
  margin-top: -1.5rem;
}

.focus\:-mr-6:focus {
  margin-right: -1.5rem;
}

.focus\:-mb-6:focus {
  margin-bottom: -1.5rem;
}

.focus\:-ml-6:focus {
  margin-left: -1.5rem;
}

.focus\:-mt-7:focus {
  margin-top: -1.75rem;
}

.focus\:-mr-7:focus {
  margin-right: -1.75rem;
}

.focus\:-mb-7:focus {
  margin-bottom: -1.75rem;
}

.focus\:-ml-7:focus {
  margin-left: -1.75rem;
}

.focus\:-mt-8:focus {
  margin-top: -2rem;
}

.focus\:-mr-8:focus {
  margin-right: -2rem;
}

.focus\:-mb-8:focus {
  margin-bottom: -2rem;
}

.focus\:-ml-8:focus {
  margin-left: -2rem;
}

.focus\:-mt-9:focus {
  margin-top: -2.25rem;
}

.focus\:-mr-9:focus {
  margin-right: -2.25rem;
}

.focus\:-mb-9:focus {
  margin-bottom: -2.25rem;
}

.focus\:-ml-9:focus {
  margin-left: -2.25rem;
}

.focus\:-mt-10:focus {
  margin-top: -2.5rem;
}

.focus\:-mr-10:focus {
  margin-right: -2.5rem;
}

.focus\:-mb-10:focus {
  margin-bottom: -2.5rem;
}

.focus\:-ml-10:focus {
  margin-left: -2.5rem;
}

.focus\:-mt-11:focus {
  margin-top: -2.75rem;
}

.focus\:-mr-11:focus {
  margin-right: -2.75rem;
}

.focus\:-mb-11:focus {
  margin-bottom: -2.75rem;
}

.focus\:-ml-11:focus {
  margin-left: -2.75rem;
}

.focus\:-mt-12:focus {
  margin-top: -3rem;
}

.focus\:-mr-12:focus {
  margin-right: -3rem;
}

.focus\:-mb-12:focus {
  margin-bottom: -3rem;
}

.focus\:-ml-12:focus {
  margin-left: -3rem;
}

.focus\:-mt-14:focus {
  margin-top: -3.5rem;
}

.focus\:-mr-14:focus {
  margin-right: -3.5rem;
}

.focus\:-mb-14:focus {
  margin-bottom: -3.5rem;
}

.focus\:-ml-14:focus {
  margin-left: -3.5rem;
}

.focus\:-mt-16:focus {
  margin-top: -4rem;
}

.focus\:-mr-16:focus {
  margin-right: -4rem;
}

.focus\:-mb-16:focus {
  margin-bottom: -4rem;
}

.focus\:-ml-16:focus {
  margin-left: -4rem;
}

.focus\:-mt-20:focus {
  margin-top: -5rem;
}

.focus\:-mr-20:focus {
  margin-right: -5rem;
}

.focus\:-mb-20:focus {
  margin-bottom: -5rem;
}

.focus\:-ml-20:focus {
  margin-left: -5rem;
}

.focus\:-mt-24:focus {
  margin-top: -6rem;
}

.focus\:-mr-24:focus {
  margin-right: -6rem;
}

.focus\:-mb-24:focus {
  margin-bottom: -6rem;
}

.focus\:-ml-24:focus {
  margin-left: -6rem;
}

.focus\:-mt-28:focus {
  margin-top: -7rem;
}

.focus\:-mr-28:focus {
  margin-right: -7rem;
}

.focus\:-mb-28:focus {
  margin-bottom: -7rem;
}

.focus\:-ml-28:focus {
  margin-left: -7rem;
}

.focus\:-mt-32:focus {
  margin-top: -8rem;
}

.focus\:-mr-32:focus {
  margin-right: -8rem;
}

.focus\:-mb-32:focus {
  margin-bottom: -8rem;
}

.focus\:-ml-32:focus {
  margin-left: -8rem;
}

.focus\:-mt-36:focus {
  margin-top: -9rem;
}

.focus\:-mr-36:focus {
  margin-right: -9rem;
}

.focus\:-mb-36:focus {
  margin-bottom: -9rem;
}

.focus\:-ml-36:focus {
  margin-left: -9rem;
}

.focus\:-mt-40:focus {
  margin-top: -10rem;
}

.focus\:-mr-40:focus {
  margin-right: -10rem;
}

.focus\:-mb-40:focus {
  margin-bottom: -10rem;
}

.focus\:-ml-40:focus {
  margin-left: -10rem;
}

.focus\:-mt-44:focus {
  margin-top: -11rem;
}

.focus\:-mr-44:focus {
  margin-right: -11rem;
}

.focus\:-mb-44:focus {
  margin-bottom: -11rem;
}

.focus\:-ml-44:focus {
  margin-left: -11rem;
}

.focus\:-mt-48:focus {
  margin-top: -12rem;
}

.focus\:-mr-48:focus {
  margin-right: -12rem;
}

.focus\:-mb-48:focus {
  margin-bottom: -12rem;
}

.focus\:-ml-48:focus {
  margin-left: -12rem;
}

.focus\:-mt-52:focus {
  margin-top: -13rem;
}

.focus\:-mr-52:focus {
  margin-right: -13rem;
}

.focus\:-mb-52:focus {
  margin-bottom: -13rem;
}

.focus\:-ml-52:focus {
  margin-left: -13rem;
}

.focus\:-mt-56:focus {
  margin-top: -14rem;
}

.focus\:-mr-56:focus {
  margin-right: -14rem;
}

.focus\:-mb-56:focus {
  margin-bottom: -14rem;
}

.focus\:-ml-56:focus {
  margin-left: -14rem;
}

.focus\:-mt-60:focus {
  margin-top: -15rem;
}

.focus\:-mr-60:focus {
  margin-right: -15rem;
}

.focus\:-mb-60:focus {
  margin-bottom: -15rem;
}

.focus\:-ml-60:focus {
  margin-left: -15rem;
}

.focus\:-mt-64:focus {
  margin-top: -16rem;
}

.focus\:-mr-64:focus {
  margin-right: -16rem;
}

.focus\:-mb-64:focus {
  margin-bottom: -16rem;
}

.focus\:-ml-64:focus {
  margin-left: -16rem;
}

.focus\:-mt-72:focus {
  margin-top: -18rem;
}

.focus\:-mr-72:focus {
  margin-right: -18rem;
}

.focus\:-mb-72:focus {
  margin-bottom: -18rem;
}

.focus\:-ml-72:focus {
  margin-left: -18rem;
}

.focus\:-mt-80:focus {
  margin-top: -20rem;
}

.focus\:-mr-80:focus {
  margin-right: -20rem;
}

.focus\:-mb-80:focus {
  margin-bottom: -20rem;
}

.focus\:-ml-80:focus {
  margin-left: -20rem;
}

.focus\:-mt-96:focus {
  margin-top: -24rem;
}

.focus\:-mr-96:focus {
  margin-right: -24rem;
}

.focus\:-mb-96:focus {
  margin-bottom: -24rem;
}

.focus\:-ml-96:focus {
  margin-left: -24rem;
}

.focus\:-mt-px:focus {
  margin-top: -1px;
}

.focus\:-mr-px:focus {
  margin-right: -1px;
}

.focus\:-mb-px:focus {
  margin-bottom: -1px;
}

.focus\:-ml-px:focus {
  margin-left: -1px;
}

.focus\:-mt-0\.5:focus {
  margin-top: -0.125rem;
}

.focus\:-mr-0\.5:focus {
  margin-right: -0.125rem;
}

.focus\:-mb-0\.5:focus {
  margin-bottom: -0.125rem;
}

.focus\:-ml-0\.5:focus {
  margin-left: -0.125rem;
}

.focus\:-mt-1\.5:focus {
  margin-top: -0.375rem;
}

.focus\:-mr-1\.5:focus {
  margin-right: -0.375rem;
}

.focus\:-mb-1\.5:focus {
  margin-bottom: -0.375rem;
}

.focus\:-ml-1\.5:focus {
  margin-left: -0.375rem;
}

.focus\:-mt-2\.5:focus {
  margin-top: -0.625rem;
}

.focus\:-mr-2\.5:focus {
  margin-right: -0.625rem;
}

.focus\:-mb-2\.5:focus {
  margin-bottom: -0.625rem;
}

.focus\:-ml-2\.5:focus {
  margin-left: -0.625rem;
}

.focus\:-mt-3\.5:focus {
  margin-top: -0.875rem;
}

.focus\:-mr-3\.5:focus {
  margin-right: -0.875rem;
}

.focus\:-mb-3\.5:focus {
  margin-bottom: -0.875rem;
}

.focus\:-ml-3\.5:focus {
  margin-left: -0.875rem;
}

.active\:m-0:active {
  margin: 0px;
}

.active\:m-1:active {
  margin: 0.25rem;
}

.active\:m-2:active {
  margin: 0.5rem;
}

.active\:m-3:active {
  margin: 0.75rem;
}

.active\:m-4:active {
  margin: 1rem;
}

.active\:m-5:active {
  margin: 1.25rem;
}

.active\:m-6:active {
  margin: 1.5rem;
}

.active\:m-7:active {
  margin: 1.75rem;
}

.active\:m-8:active {
  margin: 2rem;
}

.active\:m-9:active {
  margin: 2.25rem;
}

.active\:m-10:active {
  margin: 2.5rem;
}

.active\:m-11:active {
  margin: 2.75rem;
}

.active\:m-12:active {
  margin: 3rem;
}

.active\:m-14:active {
  margin: 3.5rem;
}

.active\:m-16:active {
  margin: 4rem;
}

.active\:m-20:active {
  margin: 5rem;
}

.active\:m-24:active {
  margin: 6rem;
}

.active\:m-28:active {
  margin: 7rem;
}

.active\:m-32:active {
  margin: 8rem;
}

.active\:m-36:active {
  margin: 9rem;
}

.active\:m-40:active {
  margin: 10rem;
}

.active\:m-44:active {
  margin: 11rem;
}

.active\:m-48:active {
  margin: 12rem;
}

.active\:m-52:active {
  margin: 13rem;
}

.active\:m-56:active {
  margin: 14rem;
}

.active\:m-60:active {
  margin: 15rem;
}

.active\:m-64:active {
  margin: 16rem;
}

.active\:m-72:active {
  margin: 18rem;
}

.active\:m-80:active {
  margin: 20rem;
}

.active\:m-96:active {
  margin: 24rem;
}

.active\:m-auto:active {
  margin: auto;
}

.active\:m-px:active {
  margin: 1px;
}

.active\:m-0\.5:active {
  margin: 0.125rem;
}

.active\:m-1\.5:active {
  margin: 0.375rem;
}

.active\:m-2\.5:active {
  margin: 0.625rem;
}

.active\:m-3\.5:active {
  margin: 0.875rem;
}

.active\:-m-0:active {
  margin: 0px;
}

.active\:-m-1:active {
  margin: -0.25rem;
}

.active\:-m-2:active {
  margin: -0.5rem;
}

.active\:-m-3:active {
  margin: -0.75rem;
}

.active\:-m-4:active {
  margin: -1rem;
}

.active\:-m-5:active {
  margin: -1.25rem;
}

.active\:-m-6:active {
  margin: -1.5rem;
}

.active\:-m-7:active {
  margin: -1.75rem;
}

.active\:-m-8:active {
  margin: -2rem;
}

.active\:-m-9:active {
  margin: -2.25rem;
}

.active\:-m-10:active {
  margin: -2.5rem;
}

.active\:-m-11:active {
  margin: -2.75rem;
}

.active\:-m-12:active {
  margin: -3rem;
}

.active\:-m-14:active {
  margin: -3.5rem;
}

.active\:-m-16:active {
  margin: -4rem;
}

.active\:-m-20:active {
  margin: -5rem;
}

.active\:-m-24:active {
  margin: -6rem;
}

.active\:-m-28:active {
  margin: -7rem;
}

.active\:-m-32:active {
  margin: -8rem;
}

.active\:-m-36:active {
  margin: -9rem;
}

.active\:-m-40:active {
  margin: -10rem;
}

.active\:-m-44:active {
  margin: -11rem;
}

.active\:-m-48:active {
  margin: -12rem;
}

.active\:-m-52:active {
  margin: -13rem;
}

.active\:-m-56:active {
  margin: -14rem;
}

.active\:-m-60:active {
  margin: -15rem;
}

.active\:-m-64:active {
  margin: -16rem;
}

.active\:-m-72:active {
  margin: -18rem;
}

.active\:-m-80:active {
  margin: -20rem;
}

.active\:-m-96:active {
  margin: -24rem;
}

.active\:-m-px:active {
  margin: -1px;
}

.active\:-m-0\.5:active {
  margin: -0.125rem;
}

.active\:-m-1\.5:active {
  margin: -0.375rem;
}

.active\:-m-2\.5:active {
  margin: -0.625rem;
}

.active\:-m-3\.5:active {
  margin: -0.875rem;
}

.active\:my-0:active {
  margin-top: 0px;
  margin-bottom: 0px;
}

.active\:mx-0:active {
  margin-left: 0px;
  margin-right: 0px;
}

.active\:my-1:active {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.active\:mx-1:active {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.active\:my-2:active {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.active\:mx-2:active {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.active\:my-3:active {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.active\:mx-3:active {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.active\:my-4:active {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.active\:mx-4:active {
  margin-left: 1rem;
  margin-right: 1rem;
}

.active\:my-5:active {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.active\:mx-5:active {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.active\:my-6:active {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.active\:mx-6:active {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.active\:my-7:active {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.active\:mx-7:active {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.active\:my-8:active {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.active\:mx-8:active {
  margin-left: 2rem;
  margin-right: 2rem;
}

.active\:my-9:active {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.active\:mx-9:active {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.active\:my-10:active {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.active\:mx-10:active {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.active\:my-11:active {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.active\:mx-11:active {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.active\:my-12:active {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.active\:mx-12:active {
  margin-left: 3rem;
  margin-right: 3rem;
}

.active\:my-14:active {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.active\:mx-14:active {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.active\:my-16:active {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.active\:mx-16:active {
  margin-left: 4rem;
  margin-right: 4rem;
}

.active\:my-20:active {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.active\:mx-20:active {
  margin-left: 5rem;
  margin-right: 5rem;
}

.active\:my-24:active {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.active\:mx-24:active {
  margin-left: 6rem;
  margin-right: 6rem;
}

.active\:my-28:active {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.active\:mx-28:active {
  margin-left: 7rem;
  margin-right: 7rem;
}

.active\:my-32:active {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.active\:mx-32:active {
  margin-left: 8rem;
  margin-right: 8rem;
}

.active\:my-36:active {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.active\:mx-36:active {
  margin-left: 9rem;
  margin-right: 9rem;
}

.active\:my-40:active {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.active\:mx-40:active {
  margin-left: 10rem;
  margin-right: 10rem;
}

.active\:my-44:active {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.active\:mx-44:active {
  margin-left: 11rem;
  margin-right: 11rem;
}

.active\:my-48:active {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.active\:mx-48:active {
  margin-left: 12rem;
  margin-right: 12rem;
}

.active\:my-52:active {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.active\:mx-52:active {
  margin-left: 13rem;
  margin-right: 13rem;
}

.active\:my-56:active {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.active\:mx-56:active {
  margin-left: 14rem;
  margin-right: 14rem;
}

.active\:my-60:active {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.active\:mx-60:active {
  margin-left: 15rem;
  margin-right: 15rem;
}

.active\:my-64:active {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.active\:mx-64:active {
  margin-left: 16rem;
  margin-right: 16rem;
}

.active\:my-72:active {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.active\:mx-72:active {
  margin-left: 18rem;
  margin-right: 18rem;
}

.active\:my-80:active {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.active\:mx-80:active {
  margin-left: 20rem;
  margin-right: 20rem;
}

.active\:my-96:active {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.active\:mx-96:active {
  margin-left: 24rem;
  margin-right: 24rem;
}

.active\:my-auto:active {
  margin-top: auto;
  margin-bottom: auto;
}

.active\:mx-auto:active {
  margin-left: auto;
  margin-right: auto;
}

.active\:my-px:active {
  margin-top: 1px;
  margin-bottom: 1px;
}

.active\:mx-px:active {
  margin-left: 1px;
  margin-right: 1px;
}

.active\:my-0\.5:active {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.active\:mx-0\.5:active {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.active\:my-1\.5:active {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.active\:mx-1\.5:active {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.active\:my-2\.5:active {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.active\:mx-2\.5:active {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.active\:my-3\.5:active {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.active\:mx-3\.5:active {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.active\:-my-0:active {
  margin-top: 0px;
  margin-bottom: 0px;
}

.active\:-mx-0:active {
  margin-left: 0px;
  margin-right: 0px;
}

.active\:-my-1:active {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.active\:-mx-1:active {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.active\:-my-2:active {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.active\:-mx-2:active {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.active\:-my-3:active {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.active\:-mx-3:active {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.active\:-my-4:active {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.active\:-mx-4:active {
  margin-left: -1rem;
  margin-right: -1rem;
}

.active\:-my-5:active {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.active\:-mx-5:active {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.active\:-my-6:active {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.active\:-mx-6:active {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.active\:-my-7:active {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.active\:-mx-7:active {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.active\:-my-8:active {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.active\:-mx-8:active {
  margin-left: -2rem;
  margin-right: -2rem;
}

.active\:-my-9:active {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.active\:-mx-9:active {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.active\:-my-10:active {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.active\:-mx-10:active {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.active\:-my-11:active {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.active\:-mx-11:active {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.active\:-my-12:active {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.active\:-mx-12:active {
  margin-left: -3rem;
  margin-right: -3rem;
}

.active\:-my-14:active {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.active\:-mx-14:active {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.active\:-my-16:active {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.active\:-mx-16:active {
  margin-left: -4rem;
  margin-right: -4rem;
}

.active\:-my-20:active {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.active\:-mx-20:active {
  margin-left: -5rem;
  margin-right: -5rem;
}

.active\:-my-24:active {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.active\:-mx-24:active {
  margin-left: -6rem;
  margin-right: -6rem;
}

.active\:-my-28:active {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.active\:-mx-28:active {
  margin-left: -7rem;
  margin-right: -7rem;
}

.active\:-my-32:active {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.active\:-mx-32:active {
  margin-left: -8rem;
  margin-right: -8rem;
}

.active\:-my-36:active {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.active\:-mx-36:active {
  margin-left: -9rem;
  margin-right: -9rem;
}

.active\:-my-40:active {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.active\:-mx-40:active {
  margin-left: -10rem;
  margin-right: -10rem;
}

.active\:-my-44:active {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.active\:-mx-44:active {
  margin-left: -11rem;
  margin-right: -11rem;
}

.active\:-my-48:active {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.active\:-mx-48:active {
  margin-left: -12rem;
  margin-right: -12rem;
}

.active\:-my-52:active {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.active\:-mx-52:active {
  margin-left: -13rem;
  margin-right: -13rem;
}

.active\:-my-56:active {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.active\:-mx-56:active {
  margin-left: -14rem;
  margin-right: -14rem;
}

.active\:-my-60:active {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.active\:-mx-60:active {
  margin-left: -15rem;
  margin-right: -15rem;
}

.active\:-my-64:active {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.active\:-mx-64:active {
  margin-left: -16rem;
  margin-right: -16rem;
}

.active\:-my-72:active {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.active\:-mx-72:active {
  margin-left: -18rem;
  margin-right: -18rem;
}

.active\:-my-80:active {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.active\:-mx-80:active {
  margin-left: -20rem;
  margin-right: -20rem;
}

.active\:-my-96:active {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.active\:-mx-96:active {
  margin-left: -24rem;
  margin-right: -24rem;
}

.active\:-my-px:active {
  margin-top: -1px;
  margin-bottom: -1px;
}

.active\:-mx-px:active {
  margin-left: -1px;
  margin-right: -1px;
}

.active\:-my-0\.5:active {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.active\:-mx-0\.5:active {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.active\:-my-1\.5:active {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.active\:-mx-1\.5:active {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.active\:-my-2\.5:active {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.active\:-mx-2\.5:active {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.active\:-my-3\.5:active {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.active\:-mx-3\.5:active {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.active\:mt-0:active {
  margin-top: 0px;
}

.active\:mr-0:active {
  margin-right: 0px;
}

.active\:mb-0:active {
  margin-bottom: 0px;
}

.active\:ml-0:active {
  margin-left: 0px;
}

.active\:mt-1:active {
  margin-top: 0.25rem;
}

.active\:mr-1:active {
  margin-right: 0.25rem;
}

.active\:mb-1:active {
  margin-bottom: 0.25rem;
}

.active\:ml-1:active {
  margin-left: 0.25rem;
}

.active\:mt-2:active {
  margin-top: 0.5rem;
}

.active\:mr-2:active {
  margin-right: 0.5rem;
}

.active\:mb-2:active {
  margin-bottom: 0.5rem;
}

.active\:ml-2:active {
  margin-left: 0.5rem;
}

.active\:mt-3:active {
  margin-top: 0.75rem;
}

.active\:mr-3:active {
  margin-right: 0.75rem;
}

.active\:mb-3:active {
  margin-bottom: 0.75rem;
}

.active\:ml-3:active {
  margin-left: 0.75rem;
}

.active\:mt-4:active {
  margin-top: 1rem;
}

.active\:mr-4:active {
  margin-right: 1rem;
}

.active\:mb-4:active {
  margin-bottom: 1rem;
}

.active\:ml-4:active {
  margin-left: 1rem;
}

.active\:mt-5:active {
  margin-top: 1.25rem;
}

.active\:mr-5:active {
  margin-right: 1.25rem;
}

.active\:mb-5:active {
  margin-bottom: 1.25rem;
}

.active\:ml-5:active {
  margin-left: 1.25rem;
}

.active\:mt-6:active {
  margin-top: 1.5rem;
}

.active\:mr-6:active {
  margin-right: 1.5rem;
}

.active\:mb-6:active {
  margin-bottom: 1.5rem;
}

.active\:ml-6:active {
  margin-left: 1.5rem;
}

.active\:mt-7:active {
  margin-top: 1.75rem;
}

.active\:mr-7:active {
  margin-right: 1.75rem;
}

.active\:mb-7:active {
  margin-bottom: 1.75rem;
}

.active\:ml-7:active {
  margin-left: 1.75rem;
}

.active\:mt-8:active {
  margin-top: 2rem;
}

.active\:mr-8:active {
  margin-right: 2rem;
}

.active\:mb-8:active {
  margin-bottom: 2rem;
}

.active\:ml-8:active {
  margin-left: 2rem;
}

.active\:mt-9:active {
  margin-top: 2.25rem;
}

.active\:mr-9:active {
  margin-right: 2.25rem;
}

.active\:mb-9:active {
  margin-bottom: 2.25rem;
}

.active\:ml-9:active {
  margin-left: 2.25rem;
}

.active\:mt-10:active {
  margin-top: 2.5rem;
}

.active\:mr-10:active {
  margin-right: 2.5rem;
}

.active\:mb-10:active {
  margin-bottom: 2.5rem;
}

.active\:ml-10:active {
  margin-left: 2.5rem;
}

.active\:mt-11:active {
  margin-top: 2.75rem;
}

.active\:mr-11:active {
  margin-right: 2.75rem;
}

.active\:mb-11:active {
  margin-bottom: 2.75rem;
}

.active\:ml-11:active {
  margin-left: 2.75rem;
}

.active\:mt-12:active {
  margin-top: 3rem;
}

.active\:mr-12:active {
  margin-right: 3rem;
}

.active\:mb-12:active {
  margin-bottom: 3rem;
}

.active\:ml-12:active {
  margin-left: 3rem;
}

.active\:mt-14:active {
  margin-top: 3.5rem;
}

.active\:mr-14:active {
  margin-right: 3.5rem;
}

.active\:mb-14:active {
  margin-bottom: 3.5rem;
}

.active\:ml-14:active {
  margin-left: 3.5rem;
}

.active\:mt-16:active {
  margin-top: 4rem;
}

.active\:mr-16:active {
  margin-right: 4rem;
}

.active\:mb-16:active {
  margin-bottom: 4rem;
}

.active\:ml-16:active {
  margin-left: 4rem;
}

.active\:mt-20:active {
  margin-top: 5rem;
}

.active\:mr-20:active {
  margin-right: 5rem;
}

.active\:mb-20:active {
  margin-bottom: 5rem;
}

.active\:ml-20:active {
  margin-left: 5rem;
}

.active\:mt-24:active {
  margin-top: 6rem;
}

.active\:mr-24:active {
  margin-right: 6rem;
}

.active\:mb-24:active {
  margin-bottom: 6rem;
}

.active\:ml-24:active {
  margin-left: 6rem;
}

.active\:mt-28:active {
  margin-top: 7rem;
}

.active\:mr-28:active {
  margin-right: 7rem;
}

.active\:mb-28:active {
  margin-bottom: 7rem;
}

.active\:ml-28:active {
  margin-left: 7rem;
}

.active\:mt-32:active {
  margin-top: 8rem;
}

.active\:mr-32:active {
  margin-right: 8rem;
}

.active\:mb-32:active {
  margin-bottom: 8rem;
}

.active\:ml-32:active {
  margin-left: 8rem;
}

.active\:mt-36:active {
  margin-top: 9rem;
}

.active\:mr-36:active {
  margin-right: 9rem;
}

.active\:mb-36:active {
  margin-bottom: 9rem;
}

.active\:ml-36:active {
  margin-left: 9rem;
}

.active\:mt-40:active {
  margin-top: 10rem;
}

.active\:mr-40:active {
  margin-right: 10rem;
}

.active\:mb-40:active {
  margin-bottom: 10rem;
}

.active\:ml-40:active {
  margin-left: 10rem;
}

.active\:mt-44:active {
  margin-top: 11rem;
}

.active\:mr-44:active {
  margin-right: 11rem;
}

.active\:mb-44:active {
  margin-bottom: 11rem;
}

.active\:ml-44:active {
  margin-left: 11rem;
}

.active\:mt-48:active {
  margin-top: 12rem;
}

.active\:mr-48:active {
  margin-right: 12rem;
}

.active\:mb-48:active {
  margin-bottom: 12rem;
}

.active\:ml-48:active {
  margin-left: 12rem;
}

.active\:mt-52:active {
  margin-top: 13rem;
}

.active\:mr-52:active {
  margin-right: 13rem;
}

.active\:mb-52:active {
  margin-bottom: 13rem;
}

.active\:ml-52:active {
  margin-left: 13rem;
}

.active\:mt-56:active {
  margin-top: 14rem;
}

.active\:mr-56:active {
  margin-right: 14rem;
}

.active\:mb-56:active {
  margin-bottom: 14rem;
}

.active\:ml-56:active {
  margin-left: 14rem;
}

.active\:mt-60:active {
  margin-top: 15rem;
}

.active\:mr-60:active {
  margin-right: 15rem;
}

.active\:mb-60:active {
  margin-bottom: 15rem;
}

.active\:ml-60:active {
  margin-left: 15rem;
}

.active\:mt-64:active {
  margin-top: 16rem;
}

.active\:mr-64:active {
  margin-right: 16rem;
}

.active\:mb-64:active {
  margin-bottom: 16rem;
}

.active\:ml-64:active {
  margin-left: 16rem;
}

.active\:mt-72:active {
  margin-top: 18rem;
}

.active\:mr-72:active {
  margin-right: 18rem;
}

.active\:mb-72:active {
  margin-bottom: 18rem;
}

.active\:ml-72:active {
  margin-left: 18rem;
}

.active\:mt-80:active {
  margin-top: 20rem;
}

.active\:mr-80:active {
  margin-right: 20rem;
}

.active\:mb-80:active {
  margin-bottom: 20rem;
}

.active\:ml-80:active {
  margin-left: 20rem;
}

.active\:mt-96:active {
  margin-top: 24rem;
}

.active\:mr-96:active {
  margin-right: 24rem;
}

.active\:mb-96:active {
  margin-bottom: 24rem;
}

.active\:ml-96:active {
  margin-left: 24rem;
}

.active\:mt-auto:active {
  margin-top: auto;
}

.active\:mr-auto:active {
  margin-right: auto;
}

.active\:mb-auto:active {
  margin-bottom: auto;
}

.active\:ml-auto:active {
  margin-left: auto;
}

.active\:mt-px:active {
  margin-top: 1px;
}

.active\:mr-px:active {
  margin-right: 1px;
}

.active\:mb-px:active {
  margin-bottom: 1px;
}

.active\:ml-px:active {
  margin-left: 1px;
}

.active\:mt-0\.5:active {
  margin-top: 0.125rem;
}

.active\:mr-0\.5:active {
  margin-right: 0.125rem;
}

.active\:mb-0\.5:active {
  margin-bottom: 0.125rem;
}

.active\:ml-0\.5:active {
  margin-left: 0.125rem;
}

.active\:mt-1\.5:active {
  margin-top: 0.375rem;
}

.active\:mr-1\.5:active {
  margin-right: 0.375rem;
}

.active\:mb-1\.5:active {
  margin-bottom: 0.375rem;
}

.active\:ml-1\.5:active {
  margin-left: 0.375rem;
}

.active\:mt-2\.5:active {
  margin-top: 0.625rem;
}

.active\:mr-2\.5:active {
  margin-right: 0.625rem;
}

.active\:mb-2\.5:active {
  margin-bottom: 0.625rem;
}

.active\:ml-2\.5:active {
  margin-left: 0.625rem;
}

.active\:mt-3\.5:active {
  margin-top: 0.875rem;
}

.active\:mr-3\.5:active {
  margin-right: 0.875rem;
}

.active\:mb-3\.5:active {
  margin-bottom: 0.875rem;
}

.active\:ml-3\.5:active {
  margin-left: 0.875rem;
}

.active\:-mt-0:active {
  margin-top: 0px;
}

.active\:-mr-0:active {
  margin-right: 0px;
}

.active\:-mb-0:active {
  margin-bottom: 0px;
}

.active\:-ml-0:active {
  margin-left: 0px;
}

.active\:-mt-1:active {
  margin-top: -0.25rem;
}

.active\:-mr-1:active {
  margin-right: -0.25rem;
}

.active\:-mb-1:active {
  margin-bottom: -0.25rem;
}

.active\:-ml-1:active {
  margin-left: -0.25rem;
}

.active\:-mt-2:active {
  margin-top: -0.5rem;
}

.active\:-mr-2:active {
  margin-right: -0.5rem;
}

.active\:-mb-2:active {
  margin-bottom: -0.5rem;
}

.active\:-ml-2:active {
  margin-left: -0.5rem;
}

.active\:-mt-3:active {
  margin-top: -0.75rem;
}

.active\:-mr-3:active {
  margin-right: -0.75rem;
}

.active\:-mb-3:active {
  margin-bottom: -0.75rem;
}

.active\:-ml-3:active {
  margin-left: -0.75rem;
}

.active\:-mt-4:active {
  margin-top: -1rem;
}

.active\:-mr-4:active {
  margin-right: -1rem;
}

.active\:-mb-4:active {
  margin-bottom: -1rem;
}

.active\:-ml-4:active {
  margin-left: -1rem;
}

.active\:-mt-5:active {
  margin-top: -1.25rem;
}

.active\:-mr-5:active {
  margin-right: -1.25rem;
}

.active\:-mb-5:active {
  margin-bottom: -1.25rem;
}

.active\:-ml-5:active {
  margin-left: -1.25rem;
}

.active\:-mt-6:active {
  margin-top: -1.5rem;
}

.active\:-mr-6:active {
  margin-right: -1.5rem;
}

.active\:-mb-6:active {
  margin-bottom: -1.5rem;
}

.active\:-ml-6:active {
  margin-left: -1.5rem;
}

.active\:-mt-7:active {
  margin-top: -1.75rem;
}

.active\:-mr-7:active {
  margin-right: -1.75rem;
}

.active\:-mb-7:active {
  margin-bottom: -1.75rem;
}

.active\:-ml-7:active {
  margin-left: -1.75rem;
}

.active\:-mt-8:active {
  margin-top: -2rem;
}

.active\:-mr-8:active {
  margin-right: -2rem;
}

.active\:-mb-8:active {
  margin-bottom: -2rem;
}

.active\:-ml-8:active {
  margin-left: -2rem;
}

.active\:-mt-9:active {
  margin-top: -2.25rem;
}

.active\:-mr-9:active {
  margin-right: -2.25rem;
}

.active\:-mb-9:active {
  margin-bottom: -2.25rem;
}

.active\:-ml-9:active {
  margin-left: -2.25rem;
}

.active\:-mt-10:active {
  margin-top: -2.5rem;
}

.active\:-mr-10:active {
  margin-right: -2.5rem;
}

.active\:-mb-10:active {
  margin-bottom: -2.5rem;
}

.active\:-ml-10:active {
  margin-left: -2.5rem;
}

.active\:-mt-11:active {
  margin-top: -2.75rem;
}

.active\:-mr-11:active {
  margin-right: -2.75rem;
}

.active\:-mb-11:active {
  margin-bottom: -2.75rem;
}

.active\:-ml-11:active {
  margin-left: -2.75rem;
}

.active\:-mt-12:active {
  margin-top: -3rem;
}

.active\:-mr-12:active {
  margin-right: -3rem;
}

.active\:-mb-12:active {
  margin-bottom: -3rem;
}

.active\:-ml-12:active {
  margin-left: -3rem;
}

.active\:-mt-14:active {
  margin-top: -3.5rem;
}

.active\:-mr-14:active {
  margin-right: -3.5rem;
}

.active\:-mb-14:active {
  margin-bottom: -3.5rem;
}

.active\:-ml-14:active {
  margin-left: -3.5rem;
}

.active\:-mt-16:active {
  margin-top: -4rem;
}

.active\:-mr-16:active {
  margin-right: -4rem;
}

.active\:-mb-16:active {
  margin-bottom: -4rem;
}

.active\:-ml-16:active {
  margin-left: -4rem;
}

.active\:-mt-20:active {
  margin-top: -5rem;
}

.active\:-mr-20:active {
  margin-right: -5rem;
}

.active\:-mb-20:active {
  margin-bottom: -5rem;
}

.active\:-ml-20:active {
  margin-left: -5rem;
}

.active\:-mt-24:active {
  margin-top: -6rem;
}

.active\:-mr-24:active {
  margin-right: -6rem;
}

.active\:-mb-24:active {
  margin-bottom: -6rem;
}

.active\:-ml-24:active {
  margin-left: -6rem;
}

.active\:-mt-28:active {
  margin-top: -7rem;
}

.active\:-mr-28:active {
  margin-right: -7rem;
}

.active\:-mb-28:active {
  margin-bottom: -7rem;
}

.active\:-ml-28:active {
  margin-left: -7rem;
}

.active\:-mt-32:active {
  margin-top: -8rem;
}

.active\:-mr-32:active {
  margin-right: -8rem;
}

.active\:-mb-32:active {
  margin-bottom: -8rem;
}

.active\:-ml-32:active {
  margin-left: -8rem;
}

.active\:-mt-36:active {
  margin-top: -9rem;
}

.active\:-mr-36:active {
  margin-right: -9rem;
}

.active\:-mb-36:active {
  margin-bottom: -9rem;
}

.active\:-ml-36:active {
  margin-left: -9rem;
}

.active\:-mt-40:active {
  margin-top: -10rem;
}

.active\:-mr-40:active {
  margin-right: -10rem;
}

.active\:-mb-40:active {
  margin-bottom: -10rem;
}

.active\:-ml-40:active {
  margin-left: -10rem;
}

.active\:-mt-44:active {
  margin-top: -11rem;
}

.active\:-mr-44:active {
  margin-right: -11rem;
}

.active\:-mb-44:active {
  margin-bottom: -11rem;
}

.active\:-ml-44:active {
  margin-left: -11rem;
}

.active\:-mt-48:active {
  margin-top: -12rem;
}

.active\:-mr-48:active {
  margin-right: -12rem;
}

.active\:-mb-48:active {
  margin-bottom: -12rem;
}

.active\:-ml-48:active {
  margin-left: -12rem;
}

.active\:-mt-52:active {
  margin-top: -13rem;
}

.active\:-mr-52:active {
  margin-right: -13rem;
}

.active\:-mb-52:active {
  margin-bottom: -13rem;
}

.active\:-ml-52:active {
  margin-left: -13rem;
}

.active\:-mt-56:active {
  margin-top: -14rem;
}

.active\:-mr-56:active {
  margin-right: -14rem;
}

.active\:-mb-56:active {
  margin-bottom: -14rem;
}

.active\:-ml-56:active {
  margin-left: -14rem;
}

.active\:-mt-60:active {
  margin-top: -15rem;
}

.active\:-mr-60:active {
  margin-right: -15rem;
}

.active\:-mb-60:active {
  margin-bottom: -15rem;
}

.active\:-ml-60:active {
  margin-left: -15rem;
}

.active\:-mt-64:active {
  margin-top: -16rem;
}

.active\:-mr-64:active {
  margin-right: -16rem;
}

.active\:-mb-64:active {
  margin-bottom: -16rem;
}

.active\:-ml-64:active {
  margin-left: -16rem;
}

.active\:-mt-72:active {
  margin-top: -18rem;
}

.active\:-mr-72:active {
  margin-right: -18rem;
}

.active\:-mb-72:active {
  margin-bottom: -18rem;
}

.active\:-ml-72:active {
  margin-left: -18rem;
}

.active\:-mt-80:active {
  margin-top: -20rem;
}

.active\:-mr-80:active {
  margin-right: -20rem;
}

.active\:-mb-80:active {
  margin-bottom: -20rem;
}

.active\:-ml-80:active {
  margin-left: -20rem;
}

.active\:-mt-96:active {
  margin-top: -24rem;
}

.active\:-mr-96:active {
  margin-right: -24rem;
}

.active\:-mb-96:active {
  margin-bottom: -24rem;
}

.active\:-ml-96:active {
  margin-left: -24rem;
}

.active\:-mt-px:active {
  margin-top: -1px;
}

.active\:-mr-px:active {
  margin-right: -1px;
}

.active\:-mb-px:active {
  margin-bottom: -1px;
}

.active\:-ml-px:active {
  margin-left: -1px;
}

.active\:-mt-0\.5:active {
  margin-top: -0.125rem;
}

.active\:-mr-0\.5:active {
  margin-right: -0.125rem;
}

.active\:-mb-0\.5:active {
  margin-bottom: -0.125rem;
}

.active\:-ml-0\.5:active {
  margin-left: -0.125rem;
}

.active\:-mt-1\.5:active {
  margin-top: -0.375rem;
}

.active\:-mr-1\.5:active {
  margin-right: -0.375rem;
}

.active\:-mb-1\.5:active {
  margin-bottom: -0.375rem;
}

.active\:-ml-1\.5:active {
  margin-left: -0.375rem;
}

.active\:-mt-2\.5:active {
  margin-top: -0.625rem;
}

.active\:-mr-2\.5:active {
  margin-right: -0.625rem;
}

.active\:-mb-2\.5:active {
  margin-bottom: -0.625rem;
}

.active\:-ml-2\.5:active {
  margin-left: -0.625rem;
}

.active\:-mt-3\.5:active {
  margin-top: -0.875rem;
}

.active\:-mr-3\.5:active {
  margin-right: -0.875rem;
}

.active\:-mb-3\.5:active {
  margin-bottom: -0.875rem;
}

.active\:-ml-3\.5:active {
  margin-left: -0.875rem;
}

.visited\:m-0:visited {
  margin: 0px;
}

.visited\:m-1:visited {
  margin: 0.25rem;
}

.visited\:m-2:visited {
  margin: 0.5rem;
}

.visited\:m-3:visited {
  margin: 0.75rem;
}

.visited\:m-4:visited {
  margin: 1rem;
}

.visited\:m-5:visited {
  margin: 1.25rem;
}

.visited\:m-6:visited {
  margin: 1.5rem;
}

.visited\:m-7:visited {
  margin: 1.75rem;
}

.visited\:m-8:visited {
  margin: 2rem;
}

.visited\:m-9:visited {
  margin: 2.25rem;
}

.visited\:m-10:visited {
  margin: 2.5rem;
}

.visited\:m-11:visited {
  margin: 2.75rem;
}

.visited\:m-12:visited {
  margin: 3rem;
}

.visited\:m-14:visited {
  margin: 3.5rem;
}

.visited\:m-16:visited {
  margin: 4rem;
}

.visited\:m-20:visited {
  margin: 5rem;
}

.visited\:m-24:visited {
  margin: 6rem;
}

.visited\:m-28:visited {
  margin: 7rem;
}

.visited\:m-32:visited {
  margin: 8rem;
}

.visited\:m-36:visited {
  margin: 9rem;
}

.visited\:m-40:visited {
  margin: 10rem;
}

.visited\:m-44:visited {
  margin: 11rem;
}

.visited\:m-48:visited {
  margin: 12rem;
}

.visited\:m-52:visited {
  margin: 13rem;
}

.visited\:m-56:visited {
  margin: 14rem;
}

.visited\:m-60:visited {
  margin: 15rem;
}

.visited\:m-64:visited {
  margin: 16rem;
}

.visited\:m-72:visited {
  margin: 18rem;
}

.visited\:m-80:visited {
  margin: 20rem;
}

.visited\:m-96:visited {
  margin: 24rem;
}

.visited\:m-auto:visited {
  margin: auto;
}

.visited\:m-px:visited {
  margin: 1px;
}

.visited\:m-0\.5:visited {
  margin: 0.125rem;
}

.visited\:m-1\.5:visited {
  margin: 0.375rem;
}

.visited\:m-2\.5:visited {
  margin: 0.625rem;
}

.visited\:m-3\.5:visited {
  margin: 0.875rem;
}

.visited\:-m-0:visited {
  margin: 0px;
}

.visited\:-m-1:visited {
  margin: -0.25rem;
}

.visited\:-m-2:visited {
  margin: -0.5rem;
}

.visited\:-m-3:visited {
  margin: -0.75rem;
}

.visited\:-m-4:visited {
  margin: -1rem;
}

.visited\:-m-5:visited {
  margin: -1.25rem;
}

.visited\:-m-6:visited {
  margin: -1.5rem;
}

.visited\:-m-7:visited {
  margin: -1.75rem;
}

.visited\:-m-8:visited {
  margin: -2rem;
}

.visited\:-m-9:visited {
  margin: -2.25rem;
}

.visited\:-m-10:visited {
  margin: -2.5rem;
}

.visited\:-m-11:visited {
  margin: -2.75rem;
}

.visited\:-m-12:visited {
  margin: -3rem;
}

.visited\:-m-14:visited {
  margin: -3.5rem;
}

.visited\:-m-16:visited {
  margin: -4rem;
}

.visited\:-m-20:visited {
  margin: -5rem;
}

.visited\:-m-24:visited {
  margin: -6rem;
}

.visited\:-m-28:visited {
  margin: -7rem;
}

.visited\:-m-32:visited {
  margin: -8rem;
}

.visited\:-m-36:visited {
  margin: -9rem;
}

.visited\:-m-40:visited {
  margin: -10rem;
}

.visited\:-m-44:visited {
  margin: -11rem;
}

.visited\:-m-48:visited {
  margin: -12rem;
}

.visited\:-m-52:visited {
  margin: -13rem;
}

.visited\:-m-56:visited {
  margin: -14rem;
}

.visited\:-m-60:visited {
  margin: -15rem;
}

.visited\:-m-64:visited {
  margin: -16rem;
}

.visited\:-m-72:visited {
  margin: -18rem;
}

.visited\:-m-80:visited {
  margin: -20rem;
}

.visited\:-m-96:visited {
  margin: -24rem;
}

.visited\:-m-px:visited {
  margin: -1px;
}

.visited\:-m-0\.5:visited {
  margin: -0.125rem;
}

.visited\:-m-1\.5:visited {
  margin: -0.375rem;
}

.visited\:-m-2\.5:visited {
  margin: -0.625rem;
}

.visited\:-m-3\.5:visited {
  margin: -0.875rem;
}

.visited\:my-0:visited {
  margin-top: 0px;
  margin-bottom: 0px;
}

.visited\:mx-0:visited {
  margin-left: 0px;
  margin-right: 0px;
}

.visited\:my-1:visited {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.visited\:mx-1:visited {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.visited\:my-2:visited {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.visited\:mx-2:visited {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.visited\:my-3:visited {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.visited\:mx-3:visited {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.visited\:my-4:visited {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.visited\:mx-4:visited {
  margin-left: 1rem;
  margin-right: 1rem;
}

.visited\:my-5:visited {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.visited\:mx-5:visited {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.visited\:my-6:visited {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.visited\:mx-6:visited {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.visited\:my-7:visited {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.visited\:mx-7:visited {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.visited\:my-8:visited {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.visited\:mx-8:visited {
  margin-left: 2rem;
  margin-right: 2rem;
}

.visited\:my-9:visited {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.visited\:mx-9:visited {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.visited\:my-10:visited {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.visited\:mx-10:visited {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.visited\:my-11:visited {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.visited\:mx-11:visited {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.visited\:my-12:visited {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.visited\:mx-12:visited {
  margin-left: 3rem;
  margin-right: 3rem;
}

.visited\:my-14:visited {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.visited\:mx-14:visited {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.visited\:my-16:visited {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.visited\:mx-16:visited {
  margin-left: 4rem;
  margin-right: 4rem;
}

.visited\:my-20:visited {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.visited\:mx-20:visited {
  margin-left: 5rem;
  margin-right: 5rem;
}

.visited\:my-24:visited {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.visited\:mx-24:visited {
  margin-left: 6rem;
  margin-right: 6rem;
}

.visited\:my-28:visited {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.visited\:mx-28:visited {
  margin-left: 7rem;
  margin-right: 7rem;
}

.visited\:my-32:visited {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.visited\:mx-32:visited {
  margin-left: 8rem;
  margin-right: 8rem;
}

.visited\:my-36:visited {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.visited\:mx-36:visited {
  margin-left: 9rem;
  margin-right: 9rem;
}

.visited\:my-40:visited {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.visited\:mx-40:visited {
  margin-left: 10rem;
  margin-right: 10rem;
}

.visited\:my-44:visited {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.visited\:mx-44:visited {
  margin-left: 11rem;
  margin-right: 11rem;
}

.visited\:my-48:visited {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.visited\:mx-48:visited {
  margin-left: 12rem;
  margin-right: 12rem;
}

.visited\:my-52:visited {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.visited\:mx-52:visited {
  margin-left: 13rem;
  margin-right: 13rem;
}

.visited\:my-56:visited {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.visited\:mx-56:visited {
  margin-left: 14rem;
  margin-right: 14rem;
}

.visited\:my-60:visited {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.visited\:mx-60:visited {
  margin-left: 15rem;
  margin-right: 15rem;
}

.visited\:my-64:visited {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.visited\:mx-64:visited {
  margin-left: 16rem;
  margin-right: 16rem;
}

.visited\:my-72:visited {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.visited\:mx-72:visited {
  margin-left: 18rem;
  margin-right: 18rem;
}

.visited\:my-80:visited {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.visited\:mx-80:visited {
  margin-left: 20rem;
  margin-right: 20rem;
}

.visited\:my-96:visited {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.visited\:mx-96:visited {
  margin-left: 24rem;
  margin-right: 24rem;
}

.visited\:my-auto:visited {
  margin-top: auto;
  margin-bottom: auto;
}

.visited\:mx-auto:visited {
  margin-left: auto;
  margin-right: auto;
}

.visited\:my-px:visited {
  margin-top: 1px;
  margin-bottom: 1px;
}

.visited\:mx-px:visited {
  margin-left: 1px;
  margin-right: 1px;
}

.visited\:my-0\.5:visited {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.visited\:mx-0\.5:visited {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.visited\:my-1\.5:visited {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.visited\:mx-1\.5:visited {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.visited\:my-2\.5:visited {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.visited\:mx-2\.5:visited {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.visited\:my-3\.5:visited {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.visited\:mx-3\.5:visited {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.visited\:-my-0:visited {
  margin-top: 0px;
  margin-bottom: 0px;
}

.visited\:-mx-0:visited {
  margin-left: 0px;
  margin-right: 0px;
}

.visited\:-my-1:visited {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.visited\:-mx-1:visited {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.visited\:-my-2:visited {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.visited\:-mx-2:visited {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.visited\:-my-3:visited {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.visited\:-mx-3:visited {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.visited\:-my-4:visited {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.visited\:-mx-4:visited {
  margin-left: -1rem;
  margin-right: -1rem;
}

.visited\:-my-5:visited {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.visited\:-mx-5:visited {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.visited\:-my-6:visited {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.visited\:-mx-6:visited {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.visited\:-my-7:visited {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.visited\:-mx-7:visited {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.visited\:-my-8:visited {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.visited\:-mx-8:visited {
  margin-left: -2rem;
  margin-right: -2rem;
}

.visited\:-my-9:visited {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.visited\:-mx-9:visited {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.visited\:-my-10:visited {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.visited\:-mx-10:visited {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.visited\:-my-11:visited {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.visited\:-mx-11:visited {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.visited\:-my-12:visited {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.visited\:-mx-12:visited {
  margin-left: -3rem;
  margin-right: -3rem;
}

.visited\:-my-14:visited {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.visited\:-mx-14:visited {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.visited\:-my-16:visited {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.visited\:-mx-16:visited {
  margin-left: -4rem;
  margin-right: -4rem;
}

.visited\:-my-20:visited {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.visited\:-mx-20:visited {
  margin-left: -5rem;
  margin-right: -5rem;
}

.visited\:-my-24:visited {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.visited\:-mx-24:visited {
  margin-left: -6rem;
  margin-right: -6rem;
}

.visited\:-my-28:visited {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.visited\:-mx-28:visited {
  margin-left: -7rem;
  margin-right: -7rem;
}

.visited\:-my-32:visited {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.visited\:-mx-32:visited {
  margin-left: -8rem;
  margin-right: -8rem;
}

.visited\:-my-36:visited {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.visited\:-mx-36:visited {
  margin-left: -9rem;
  margin-right: -9rem;
}

.visited\:-my-40:visited {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.visited\:-mx-40:visited {
  margin-left: -10rem;
  margin-right: -10rem;
}

.visited\:-my-44:visited {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.visited\:-mx-44:visited {
  margin-left: -11rem;
  margin-right: -11rem;
}

.visited\:-my-48:visited {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.visited\:-mx-48:visited {
  margin-left: -12rem;
  margin-right: -12rem;
}

.visited\:-my-52:visited {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.visited\:-mx-52:visited {
  margin-left: -13rem;
  margin-right: -13rem;
}

.visited\:-my-56:visited {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.visited\:-mx-56:visited {
  margin-left: -14rem;
  margin-right: -14rem;
}

.visited\:-my-60:visited {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.visited\:-mx-60:visited {
  margin-left: -15rem;
  margin-right: -15rem;
}

.visited\:-my-64:visited {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.visited\:-mx-64:visited {
  margin-left: -16rem;
  margin-right: -16rem;
}

.visited\:-my-72:visited {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.visited\:-mx-72:visited {
  margin-left: -18rem;
  margin-right: -18rem;
}

.visited\:-my-80:visited {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.visited\:-mx-80:visited {
  margin-left: -20rem;
  margin-right: -20rem;
}

.visited\:-my-96:visited {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.visited\:-mx-96:visited {
  margin-left: -24rem;
  margin-right: -24rem;
}

.visited\:-my-px:visited {
  margin-top: -1px;
  margin-bottom: -1px;
}

.visited\:-mx-px:visited {
  margin-left: -1px;
  margin-right: -1px;
}

.visited\:-my-0\.5:visited {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.visited\:-mx-0\.5:visited {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.visited\:-my-1\.5:visited {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.visited\:-mx-1\.5:visited {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.visited\:-my-2\.5:visited {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.visited\:-mx-2\.5:visited {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.visited\:-my-3\.5:visited {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.visited\:-mx-3\.5:visited {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.visited\:mt-0:visited {
  margin-top: 0px;
}

.visited\:mr-0:visited {
  margin-right: 0px;
}

.visited\:mb-0:visited {
  margin-bottom: 0px;
}

.visited\:ml-0:visited {
  margin-left: 0px;
}

.visited\:mt-1:visited {
  margin-top: 0.25rem;
}

.visited\:mr-1:visited {
  margin-right: 0.25rem;
}

.visited\:mb-1:visited {
  margin-bottom: 0.25rem;
}

.visited\:ml-1:visited {
  margin-left: 0.25rem;
}

.visited\:mt-2:visited {
  margin-top: 0.5rem;
}

.visited\:mr-2:visited {
  margin-right: 0.5rem;
}

.visited\:mb-2:visited {
  margin-bottom: 0.5rem;
}

.visited\:ml-2:visited {
  margin-left: 0.5rem;
}

.visited\:mt-3:visited {
  margin-top: 0.75rem;
}

.visited\:mr-3:visited {
  margin-right: 0.75rem;
}

.visited\:mb-3:visited {
  margin-bottom: 0.75rem;
}

.visited\:ml-3:visited {
  margin-left: 0.75rem;
}

.visited\:mt-4:visited {
  margin-top: 1rem;
}

.visited\:mr-4:visited {
  margin-right: 1rem;
}

.visited\:mb-4:visited {
  margin-bottom: 1rem;
}

.visited\:ml-4:visited {
  margin-left: 1rem;
}

.visited\:mt-5:visited {
  margin-top: 1.25rem;
}

.visited\:mr-5:visited {
  margin-right: 1.25rem;
}

.visited\:mb-5:visited {
  margin-bottom: 1.25rem;
}

.visited\:ml-5:visited {
  margin-left: 1.25rem;
}

.visited\:mt-6:visited {
  margin-top: 1.5rem;
}

.visited\:mr-6:visited {
  margin-right: 1.5rem;
}

.visited\:mb-6:visited {
  margin-bottom: 1.5rem;
}

.visited\:ml-6:visited {
  margin-left: 1.5rem;
}

.visited\:mt-7:visited {
  margin-top: 1.75rem;
}

.visited\:mr-7:visited {
  margin-right: 1.75rem;
}

.visited\:mb-7:visited {
  margin-bottom: 1.75rem;
}

.visited\:ml-7:visited {
  margin-left: 1.75rem;
}

.visited\:mt-8:visited {
  margin-top: 2rem;
}

.visited\:mr-8:visited {
  margin-right: 2rem;
}

.visited\:mb-8:visited {
  margin-bottom: 2rem;
}

.visited\:ml-8:visited {
  margin-left: 2rem;
}

.visited\:mt-9:visited {
  margin-top: 2.25rem;
}

.visited\:mr-9:visited {
  margin-right: 2.25rem;
}

.visited\:mb-9:visited {
  margin-bottom: 2.25rem;
}

.visited\:ml-9:visited {
  margin-left: 2.25rem;
}

.visited\:mt-10:visited {
  margin-top: 2.5rem;
}

.visited\:mr-10:visited {
  margin-right: 2.5rem;
}

.visited\:mb-10:visited {
  margin-bottom: 2.5rem;
}

.visited\:ml-10:visited {
  margin-left: 2.5rem;
}

.visited\:mt-11:visited {
  margin-top: 2.75rem;
}

.visited\:mr-11:visited {
  margin-right: 2.75rem;
}

.visited\:mb-11:visited {
  margin-bottom: 2.75rem;
}

.visited\:ml-11:visited {
  margin-left: 2.75rem;
}

.visited\:mt-12:visited {
  margin-top: 3rem;
}

.visited\:mr-12:visited {
  margin-right: 3rem;
}

.visited\:mb-12:visited {
  margin-bottom: 3rem;
}

.visited\:ml-12:visited {
  margin-left: 3rem;
}

.visited\:mt-14:visited {
  margin-top: 3.5rem;
}

.visited\:mr-14:visited {
  margin-right: 3.5rem;
}

.visited\:mb-14:visited {
  margin-bottom: 3.5rem;
}

.visited\:ml-14:visited {
  margin-left: 3.5rem;
}

.visited\:mt-16:visited {
  margin-top: 4rem;
}

.visited\:mr-16:visited {
  margin-right: 4rem;
}

.visited\:mb-16:visited {
  margin-bottom: 4rem;
}

.visited\:ml-16:visited {
  margin-left: 4rem;
}

.visited\:mt-20:visited {
  margin-top: 5rem;
}

.visited\:mr-20:visited {
  margin-right: 5rem;
}

.visited\:mb-20:visited {
  margin-bottom: 5rem;
}

.visited\:ml-20:visited {
  margin-left: 5rem;
}

.visited\:mt-24:visited {
  margin-top: 6rem;
}

.visited\:mr-24:visited {
  margin-right: 6rem;
}

.visited\:mb-24:visited {
  margin-bottom: 6rem;
}

.visited\:ml-24:visited {
  margin-left: 6rem;
}

.visited\:mt-28:visited {
  margin-top: 7rem;
}

.visited\:mr-28:visited {
  margin-right: 7rem;
}

.visited\:mb-28:visited {
  margin-bottom: 7rem;
}

.visited\:ml-28:visited {
  margin-left: 7rem;
}

.visited\:mt-32:visited {
  margin-top: 8rem;
}

.visited\:mr-32:visited {
  margin-right: 8rem;
}

.visited\:mb-32:visited {
  margin-bottom: 8rem;
}

.visited\:ml-32:visited {
  margin-left: 8rem;
}

.visited\:mt-36:visited {
  margin-top: 9rem;
}

.visited\:mr-36:visited {
  margin-right: 9rem;
}

.visited\:mb-36:visited {
  margin-bottom: 9rem;
}

.visited\:ml-36:visited {
  margin-left: 9rem;
}

.visited\:mt-40:visited {
  margin-top: 10rem;
}

.visited\:mr-40:visited {
  margin-right: 10rem;
}

.visited\:mb-40:visited {
  margin-bottom: 10rem;
}

.visited\:ml-40:visited {
  margin-left: 10rem;
}

.visited\:mt-44:visited {
  margin-top: 11rem;
}

.visited\:mr-44:visited {
  margin-right: 11rem;
}

.visited\:mb-44:visited {
  margin-bottom: 11rem;
}

.visited\:ml-44:visited {
  margin-left: 11rem;
}

.visited\:mt-48:visited {
  margin-top: 12rem;
}

.visited\:mr-48:visited {
  margin-right: 12rem;
}

.visited\:mb-48:visited {
  margin-bottom: 12rem;
}

.visited\:ml-48:visited {
  margin-left: 12rem;
}

.visited\:mt-52:visited {
  margin-top: 13rem;
}

.visited\:mr-52:visited {
  margin-right: 13rem;
}

.visited\:mb-52:visited {
  margin-bottom: 13rem;
}

.visited\:ml-52:visited {
  margin-left: 13rem;
}

.visited\:mt-56:visited {
  margin-top: 14rem;
}

.visited\:mr-56:visited {
  margin-right: 14rem;
}

.visited\:mb-56:visited {
  margin-bottom: 14rem;
}

.visited\:ml-56:visited {
  margin-left: 14rem;
}

.visited\:mt-60:visited {
  margin-top: 15rem;
}

.visited\:mr-60:visited {
  margin-right: 15rem;
}

.visited\:mb-60:visited {
  margin-bottom: 15rem;
}

.visited\:ml-60:visited {
  margin-left: 15rem;
}

.visited\:mt-64:visited {
  margin-top: 16rem;
}

.visited\:mr-64:visited {
  margin-right: 16rem;
}

.visited\:mb-64:visited {
  margin-bottom: 16rem;
}

.visited\:ml-64:visited {
  margin-left: 16rem;
}

.visited\:mt-72:visited {
  margin-top: 18rem;
}

.visited\:mr-72:visited {
  margin-right: 18rem;
}

.visited\:mb-72:visited {
  margin-bottom: 18rem;
}

.visited\:ml-72:visited {
  margin-left: 18rem;
}

.visited\:mt-80:visited {
  margin-top: 20rem;
}

.visited\:mr-80:visited {
  margin-right: 20rem;
}

.visited\:mb-80:visited {
  margin-bottom: 20rem;
}

.visited\:ml-80:visited {
  margin-left: 20rem;
}

.visited\:mt-96:visited {
  margin-top: 24rem;
}

.visited\:mr-96:visited {
  margin-right: 24rem;
}

.visited\:mb-96:visited {
  margin-bottom: 24rem;
}

.visited\:ml-96:visited {
  margin-left: 24rem;
}

.visited\:mt-auto:visited {
  margin-top: auto;
}

.visited\:mr-auto:visited {
  margin-right: auto;
}

.visited\:mb-auto:visited {
  margin-bottom: auto;
}

.visited\:ml-auto:visited {
  margin-left: auto;
}

.visited\:mt-px:visited {
  margin-top: 1px;
}

.visited\:mr-px:visited {
  margin-right: 1px;
}

.visited\:mb-px:visited {
  margin-bottom: 1px;
}

.visited\:ml-px:visited {
  margin-left: 1px;
}

.visited\:mt-0\.5:visited {
  margin-top: 0.125rem;
}

.visited\:mr-0\.5:visited {
  margin-right: 0.125rem;
}

.visited\:mb-0\.5:visited {
  margin-bottom: 0.125rem;
}

.visited\:ml-0\.5:visited {
  margin-left: 0.125rem;
}

.visited\:mt-1\.5:visited {
  margin-top: 0.375rem;
}

.visited\:mr-1\.5:visited {
  margin-right: 0.375rem;
}

.visited\:mb-1\.5:visited {
  margin-bottom: 0.375rem;
}

.visited\:ml-1\.5:visited {
  margin-left: 0.375rem;
}

.visited\:mt-2\.5:visited {
  margin-top: 0.625rem;
}

.visited\:mr-2\.5:visited {
  margin-right: 0.625rem;
}

.visited\:mb-2\.5:visited {
  margin-bottom: 0.625rem;
}

.visited\:ml-2\.5:visited {
  margin-left: 0.625rem;
}

.visited\:mt-3\.5:visited {
  margin-top: 0.875rem;
}

.visited\:mr-3\.5:visited {
  margin-right: 0.875rem;
}

.visited\:mb-3\.5:visited {
  margin-bottom: 0.875rem;
}

.visited\:ml-3\.5:visited {
  margin-left: 0.875rem;
}

.visited\:-mt-0:visited {
  margin-top: 0px;
}

.visited\:-mr-0:visited {
  margin-right: 0px;
}

.visited\:-mb-0:visited {
  margin-bottom: 0px;
}

.visited\:-ml-0:visited {
  margin-left: 0px;
}

.visited\:-mt-1:visited {
  margin-top: -0.25rem;
}

.visited\:-mr-1:visited {
  margin-right: -0.25rem;
}

.visited\:-mb-1:visited {
  margin-bottom: -0.25rem;
}

.visited\:-ml-1:visited {
  margin-left: -0.25rem;
}

.visited\:-mt-2:visited {
  margin-top: -0.5rem;
}

.visited\:-mr-2:visited {
  margin-right: -0.5rem;
}

.visited\:-mb-2:visited {
  margin-bottom: -0.5rem;
}

.visited\:-ml-2:visited {
  margin-left: -0.5rem;
}

.visited\:-mt-3:visited {
  margin-top: -0.75rem;
}

.visited\:-mr-3:visited {
  margin-right: -0.75rem;
}

.visited\:-mb-3:visited {
  margin-bottom: -0.75rem;
}

.visited\:-ml-3:visited {
  margin-left: -0.75rem;
}

.visited\:-mt-4:visited {
  margin-top: -1rem;
}

.visited\:-mr-4:visited {
  margin-right: -1rem;
}

.visited\:-mb-4:visited {
  margin-bottom: -1rem;
}

.visited\:-ml-4:visited {
  margin-left: -1rem;
}

.visited\:-mt-5:visited {
  margin-top: -1.25rem;
}

.visited\:-mr-5:visited {
  margin-right: -1.25rem;
}

.visited\:-mb-5:visited {
  margin-bottom: -1.25rem;
}

.visited\:-ml-5:visited {
  margin-left: -1.25rem;
}

.visited\:-mt-6:visited {
  margin-top: -1.5rem;
}

.visited\:-mr-6:visited {
  margin-right: -1.5rem;
}

.visited\:-mb-6:visited {
  margin-bottom: -1.5rem;
}

.visited\:-ml-6:visited {
  margin-left: -1.5rem;
}

.visited\:-mt-7:visited {
  margin-top: -1.75rem;
}

.visited\:-mr-7:visited {
  margin-right: -1.75rem;
}

.visited\:-mb-7:visited {
  margin-bottom: -1.75rem;
}

.visited\:-ml-7:visited {
  margin-left: -1.75rem;
}

.visited\:-mt-8:visited {
  margin-top: -2rem;
}

.visited\:-mr-8:visited {
  margin-right: -2rem;
}

.visited\:-mb-8:visited {
  margin-bottom: -2rem;
}

.visited\:-ml-8:visited {
  margin-left: -2rem;
}

.visited\:-mt-9:visited {
  margin-top: -2.25rem;
}

.visited\:-mr-9:visited {
  margin-right: -2.25rem;
}

.visited\:-mb-9:visited {
  margin-bottom: -2.25rem;
}

.visited\:-ml-9:visited {
  margin-left: -2.25rem;
}

.visited\:-mt-10:visited {
  margin-top: -2.5rem;
}

.visited\:-mr-10:visited {
  margin-right: -2.5rem;
}

.visited\:-mb-10:visited {
  margin-bottom: -2.5rem;
}

.visited\:-ml-10:visited {
  margin-left: -2.5rem;
}

.visited\:-mt-11:visited {
  margin-top: -2.75rem;
}

.visited\:-mr-11:visited {
  margin-right: -2.75rem;
}

.visited\:-mb-11:visited {
  margin-bottom: -2.75rem;
}

.visited\:-ml-11:visited {
  margin-left: -2.75rem;
}

.visited\:-mt-12:visited {
  margin-top: -3rem;
}

.visited\:-mr-12:visited {
  margin-right: -3rem;
}

.visited\:-mb-12:visited {
  margin-bottom: -3rem;
}

.visited\:-ml-12:visited {
  margin-left: -3rem;
}

.visited\:-mt-14:visited {
  margin-top: -3.5rem;
}

.visited\:-mr-14:visited {
  margin-right: -3.5rem;
}

.visited\:-mb-14:visited {
  margin-bottom: -3.5rem;
}

.visited\:-ml-14:visited {
  margin-left: -3.5rem;
}

.visited\:-mt-16:visited {
  margin-top: -4rem;
}

.visited\:-mr-16:visited {
  margin-right: -4rem;
}

.visited\:-mb-16:visited {
  margin-bottom: -4rem;
}

.visited\:-ml-16:visited {
  margin-left: -4rem;
}

.visited\:-mt-20:visited {
  margin-top: -5rem;
}

.visited\:-mr-20:visited {
  margin-right: -5rem;
}

.visited\:-mb-20:visited {
  margin-bottom: -5rem;
}

.visited\:-ml-20:visited {
  margin-left: -5rem;
}

.visited\:-mt-24:visited {
  margin-top: -6rem;
}

.visited\:-mr-24:visited {
  margin-right: -6rem;
}

.visited\:-mb-24:visited {
  margin-bottom: -6rem;
}

.visited\:-ml-24:visited {
  margin-left: -6rem;
}

.visited\:-mt-28:visited {
  margin-top: -7rem;
}

.visited\:-mr-28:visited {
  margin-right: -7rem;
}

.visited\:-mb-28:visited {
  margin-bottom: -7rem;
}

.visited\:-ml-28:visited {
  margin-left: -7rem;
}

.visited\:-mt-32:visited {
  margin-top: -8rem;
}

.visited\:-mr-32:visited {
  margin-right: -8rem;
}

.visited\:-mb-32:visited {
  margin-bottom: -8rem;
}

.visited\:-ml-32:visited {
  margin-left: -8rem;
}

.visited\:-mt-36:visited {
  margin-top: -9rem;
}

.visited\:-mr-36:visited {
  margin-right: -9rem;
}

.visited\:-mb-36:visited {
  margin-bottom: -9rem;
}

.visited\:-ml-36:visited {
  margin-left: -9rem;
}

.visited\:-mt-40:visited {
  margin-top: -10rem;
}

.visited\:-mr-40:visited {
  margin-right: -10rem;
}

.visited\:-mb-40:visited {
  margin-bottom: -10rem;
}

.visited\:-ml-40:visited {
  margin-left: -10rem;
}

.visited\:-mt-44:visited {
  margin-top: -11rem;
}

.visited\:-mr-44:visited {
  margin-right: -11rem;
}

.visited\:-mb-44:visited {
  margin-bottom: -11rem;
}

.visited\:-ml-44:visited {
  margin-left: -11rem;
}

.visited\:-mt-48:visited {
  margin-top: -12rem;
}

.visited\:-mr-48:visited {
  margin-right: -12rem;
}

.visited\:-mb-48:visited {
  margin-bottom: -12rem;
}

.visited\:-ml-48:visited {
  margin-left: -12rem;
}

.visited\:-mt-52:visited {
  margin-top: -13rem;
}

.visited\:-mr-52:visited {
  margin-right: -13rem;
}

.visited\:-mb-52:visited {
  margin-bottom: -13rem;
}

.visited\:-ml-52:visited {
  margin-left: -13rem;
}

.visited\:-mt-56:visited {
  margin-top: -14rem;
}

.visited\:-mr-56:visited {
  margin-right: -14rem;
}

.visited\:-mb-56:visited {
  margin-bottom: -14rem;
}

.visited\:-ml-56:visited {
  margin-left: -14rem;
}

.visited\:-mt-60:visited {
  margin-top: -15rem;
}

.visited\:-mr-60:visited {
  margin-right: -15rem;
}

.visited\:-mb-60:visited {
  margin-bottom: -15rem;
}

.visited\:-ml-60:visited {
  margin-left: -15rem;
}

.visited\:-mt-64:visited {
  margin-top: -16rem;
}

.visited\:-mr-64:visited {
  margin-right: -16rem;
}

.visited\:-mb-64:visited {
  margin-bottom: -16rem;
}

.visited\:-ml-64:visited {
  margin-left: -16rem;
}

.visited\:-mt-72:visited {
  margin-top: -18rem;
}

.visited\:-mr-72:visited {
  margin-right: -18rem;
}

.visited\:-mb-72:visited {
  margin-bottom: -18rem;
}

.visited\:-ml-72:visited {
  margin-left: -18rem;
}

.visited\:-mt-80:visited {
  margin-top: -20rem;
}

.visited\:-mr-80:visited {
  margin-right: -20rem;
}

.visited\:-mb-80:visited {
  margin-bottom: -20rem;
}

.visited\:-ml-80:visited {
  margin-left: -20rem;
}

.visited\:-mt-96:visited {
  margin-top: -24rem;
}

.visited\:-mr-96:visited {
  margin-right: -24rem;
}

.visited\:-mb-96:visited {
  margin-bottom: -24rem;
}

.visited\:-ml-96:visited {
  margin-left: -24rem;
}

.visited\:-mt-px:visited {
  margin-top: -1px;
}

.visited\:-mr-px:visited {
  margin-right: -1px;
}

.visited\:-mb-px:visited {
  margin-bottom: -1px;
}

.visited\:-ml-px:visited {
  margin-left: -1px;
}

.visited\:-mt-0\.5:visited {
  margin-top: -0.125rem;
}

.visited\:-mr-0\.5:visited {
  margin-right: -0.125rem;
}

.visited\:-mb-0\.5:visited {
  margin-bottom: -0.125rem;
}

.visited\:-ml-0\.5:visited {
  margin-left: -0.125rem;
}

.visited\:-mt-1\.5:visited {
  margin-top: -0.375rem;
}

.visited\:-mr-1\.5:visited {
  margin-right: -0.375rem;
}

.visited\:-mb-1\.5:visited {
  margin-bottom: -0.375rem;
}

.visited\:-ml-1\.5:visited {
  margin-left: -0.375rem;
}

.visited\:-mt-2\.5:visited {
  margin-top: -0.625rem;
}

.visited\:-mr-2\.5:visited {
  margin-right: -0.625rem;
}

.visited\:-mb-2\.5:visited {
  margin-bottom: -0.625rem;
}

.visited\:-ml-2\.5:visited {
  margin-left: -0.625rem;
}

.visited\:-mt-3\.5:visited {
  margin-top: -0.875rem;
}

.visited\:-mr-3\.5:visited {
  margin-right: -0.875rem;
}

.visited\:-mb-3\.5:visited {
  margin-bottom: -0.875rem;
}

.visited\:-ml-3\.5:visited {
  margin-left: -0.875rem;
}

.disabled\:m-0:disabled {
  margin: 0px;
}

.disabled\:m-1:disabled {
  margin: 0.25rem;
}

.disabled\:m-2:disabled {
  margin: 0.5rem;
}

.disabled\:m-3:disabled {
  margin: 0.75rem;
}

.disabled\:m-4:disabled {
  margin: 1rem;
}

.disabled\:m-5:disabled {
  margin: 1.25rem;
}

.disabled\:m-6:disabled {
  margin: 1.5rem;
}

.disabled\:m-7:disabled {
  margin: 1.75rem;
}

.disabled\:m-8:disabled {
  margin: 2rem;
}

.disabled\:m-9:disabled {
  margin: 2.25rem;
}

.disabled\:m-10:disabled {
  margin: 2.5rem;
}

.disabled\:m-11:disabled {
  margin: 2.75rem;
}

.disabled\:m-12:disabled {
  margin: 3rem;
}

.disabled\:m-14:disabled {
  margin: 3.5rem;
}

.disabled\:m-16:disabled {
  margin: 4rem;
}

.disabled\:m-20:disabled {
  margin: 5rem;
}

.disabled\:m-24:disabled {
  margin: 6rem;
}

.disabled\:m-28:disabled {
  margin: 7rem;
}

.disabled\:m-32:disabled {
  margin: 8rem;
}

.disabled\:m-36:disabled {
  margin: 9rem;
}

.disabled\:m-40:disabled {
  margin: 10rem;
}

.disabled\:m-44:disabled {
  margin: 11rem;
}

.disabled\:m-48:disabled {
  margin: 12rem;
}

.disabled\:m-52:disabled {
  margin: 13rem;
}

.disabled\:m-56:disabled {
  margin: 14rem;
}

.disabled\:m-60:disabled {
  margin: 15rem;
}

.disabled\:m-64:disabled {
  margin: 16rem;
}

.disabled\:m-72:disabled {
  margin: 18rem;
}

.disabled\:m-80:disabled {
  margin: 20rem;
}

.disabled\:m-96:disabled {
  margin: 24rem;
}

.disabled\:m-auto:disabled {
  margin: auto;
}

.disabled\:m-px:disabled {
  margin: 1px;
}

.disabled\:m-0\.5:disabled {
  margin: 0.125rem;
}

.disabled\:m-1\.5:disabled {
  margin: 0.375rem;
}

.disabled\:m-2\.5:disabled {
  margin: 0.625rem;
}

.disabled\:m-3\.5:disabled {
  margin: 0.875rem;
}

.disabled\:-m-0:disabled {
  margin: 0px;
}

.disabled\:-m-1:disabled {
  margin: -0.25rem;
}

.disabled\:-m-2:disabled {
  margin: -0.5rem;
}

.disabled\:-m-3:disabled {
  margin: -0.75rem;
}

.disabled\:-m-4:disabled {
  margin: -1rem;
}

.disabled\:-m-5:disabled {
  margin: -1.25rem;
}

.disabled\:-m-6:disabled {
  margin: -1.5rem;
}

.disabled\:-m-7:disabled {
  margin: -1.75rem;
}

.disabled\:-m-8:disabled {
  margin: -2rem;
}

.disabled\:-m-9:disabled {
  margin: -2.25rem;
}

.disabled\:-m-10:disabled {
  margin: -2.5rem;
}

.disabled\:-m-11:disabled {
  margin: -2.75rem;
}

.disabled\:-m-12:disabled {
  margin: -3rem;
}

.disabled\:-m-14:disabled {
  margin: -3.5rem;
}

.disabled\:-m-16:disabled {
  margin: -4rem;
}

.disabled\:-m-20:disabled {
  margin: -5rem;
}

.disabled\:-m-24:disabled {
  margin: -6rem;
}

.disabled\:-m-28:disabled {
  margin: -7rem;
}

.disabled\:-m-32:disabled {
  margin: -8rem;
}

.disabled\:-m-36:disabled {
  margin: -9rem;
}

.disabled\:-m-40:disabled {
  margin: -10rem;
}

.disabled\:-m-44:disabled {
  margin: -11rem;
}

.disabled\:-m-48:disabled {
  margin: -12rem;
}

.disabled\:-m-52:disabled {
  margin: -13rem;
}

.disabled\:-m-56:disabled {
  margin: -14rem;
}

.disabled\:-m-60:disabled {
  margin: -15rem;
}

.disabled\:-m-64:disabled {
  margin: -16rem;
}

.disabled\:-m-72:disabled {
  margin: -18rem;
}

.disabled\:-m-80:disabled {
  margin: -20rem;
}

.disabled\:-m-96:disabled {
  margin: -24rem;
}

.disabled\:-m-px:disabled {
  margin: -1px;
}

.disabled\:-m-0\.5:disabled {
  margin: -0.125rem;
}

.disabled\:-m-1\.5:disabled {
  margin: -0.375rem;
}

.disabled\:-m-2\.5:disabled {
  margin: -0.625rem;
}

.disabled\:-m-3\.5:disabled {
  margin: -0.875rem;
}

.disabled\:my-0:disabled {
  margin-top: 0px;
  margin-bottom: 0px;
}

.disabled\:mx-0:disabled {
  margin-left: 0px;
  margin-right: 0px;
}

.disabled\:my-1:disabled {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.disabled\:mx-1:disabled {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.disabled\:my-2:disabled {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.disabled\:mx-2:disabled {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.disabled\:my-3:disabled {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.disabled\:mx-3:disabled {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.disabled\:my-4:disabled {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.disabled\:mx-4:disabled {
  margin-left: 1rem;
  margin-right: 1rem;
}

.disabled\:my-5:disabled {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.disabled\:mx-5:disabled {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.disabled\:my-6:disabled {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.disabled\:mx-6:disabled {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.disabled\:my-7:disabled {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.disabled\:mx-7:disabled {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.disabled\:my-8:disabled {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.disabled\:mx-8:disabled {
  margin-left: 2rem;
  margin-right: 2rem;
}

.disabled\:my-9:disabled {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.disabled\:mx-9:disabled {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.disabled\:my-10:disabled {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.disabled\:mx-10:disabled {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.disabled\:my-11:disabled {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.disabled\:mx-11:disabled {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.disabled\:my-12:disabled {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.disabled\:mx-12:disabled {
  margin-left: 3rem;
  margin-right: 3rem;
}

.disabled\:my-14:disabled {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.disabled\:mx-14:disabled {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.disabled\:my-16:disabled {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.disabled\:mx-16:disabled {
  margin-left: 4rem;
  margin-right: 4rem;
}

.disabled\:my-20:disabled {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.disabled\:mx-20:disabled {
  margin-left: 5rem;
  margin-right: 5rem;
}

.disabled\:my-24:disabled {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.disabled\:mx-24:disabled {
  margin-left: 6rem;
  margin-right: 6rem;
}

.disabled\:my-28:disabled {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.disabled\:mx-28:disabled {
  margin-left: 7rem;
  margin-right: 7rem;
}

.disabled\:my-32:disabled {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.disabled\:mx-32:disabled {
  margin-left: 8rem;
  margin-right: 8rem;
}

.disabled\:my-36:disabled {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.disabled\:mx-36:disabled {
  margin-left: 9rem;
  margin-right: 9rem;
}

.disabled\:my-40:disabled {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.disabled\:mx-40:disabled {
  margin-left: 10rem;
  margin-right: 10rem;
}

.disabled\:my-44:disabled {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.disabled\:mx-44:disabled {
  margin-left: 11rem;
  margin-right: 11rem;
}

.disabled\:my-48:disabled {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.disabled\:mx-48:disabled {
  margin-left: 12rem;
  margin-right: 12rem;
}

.disabled\:my-52:disabled {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.disabled\:mx-52:disabled {
  margin-left: 13rem;
  margin-right: 13rem;
}

.disabled\:my-56:disabled {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.disabled\:mx-56:disabled {
  margin-left: 14rem;
  margin-right: 14rem;
}

.disabled\:my-60:disabled {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.disabled\:mx-60:disabled {
  margin-left: 15rem;
  margin-right: 15rem;
}

.disabled\:my-64:disabled {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.disabled\:mx-64:disabled {
  margin-left: 16rem;
  margin-right: 16rem;
}

.disabled\:my-72:disabled {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.disabled\:mx-72:disabled {
  margin-left: 18rem;
  margin-right: 18rem;
}

.disabled\:my-80:disabled {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.disabled\:mx-80:disabled {
  margin-left: 20rem;
  margin-right: 20rem;
}

.disabled\:my-96:disabled {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.disabled\:mx-96:disabled {
  margin-left: 24rem;
  margin-right: 24rem;
}

.disabled\:my-auto:disabled {
  margin-top: auto;
  margin-bottom: auto;
}

.disabled\:mx-auto:disabled {
  margin-left: auto;
  margin-right: auto;
}

.disabled\:my-px:disabled {
  margin-top: 1px;
  margin-bottom: 1px;
}

.disabled\:mx-px:disabled {
  margin-left: 1px;
  margin-right: 1px;
}

.disabled\:my-0\.5:disabled {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.disabled\:mx-0\.5:disabled {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.disabled\:my-1\.5:disabled {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.disabled\:mx-1\.5:disabled {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.disabled\:my-2\.5:disabled {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.disabled\:mx-2\.5:disabled {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.disabled\:my-3\.5:disabled {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.disabled\:mx-3\.5:disabled {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.disabled\:-my-0:disabled {
  margin-top: 0px;
  margin-bottom: 0px;
}

.disabled\:-mx-0:disabled {
  margin-left: 0px;
  margin-right: 0px;
}

.disabled\:-my-1:disabled {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.disabled\:-mx-1:disabled {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.disabled\:-my-2:disabled {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.disabled\:-mx-2:disabled {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.disabled\:-my-3:disabled {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.disabled\:-mx-3:disabled {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.disabled\:-my-4:disabled {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.disabled\:-mx-4:disabled {
  margin-left: -1rem;
  margin-right: -1rem;
}

.disabled\:-my-5:disabled {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.disabled\:-mx-5:disabled {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.disabled\:-my-6:disabled {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.disabled\:-mx-6:disabled {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.disabled\:-my-7:disabled {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.disabled\:-mx-7:disabled {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.disabled\:-my-8:disabled {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.disabled\:-mx-8:disabled {
  margin-left: -2rem;
  margin-right: -2rem;
}

.disabled\:-my-9:disabled {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.disabled\:-mx-9:disabled {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.disabled\:-my-10:disabled {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.disabled\:-mx-10:disabled {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.disabled\:-my-11:disabled {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.disabled\:-mx-11:disabled {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.disabled\:-my-12:disabled {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.disabled\:-mx-12:disabled {
  margin-left: -3rem;
  margin-right: -3rem;
}

.disabled\:-my-14:disabled {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.disabled\:-mx-14:disabled {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.disabled\:-my-16:disabled {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.disabled\:-mx-16:disabled {
  margin-left: -4rem;
  margin-right: -4rem;
}

.disabled\:-my-20:disabled {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.disabled\:-mx-20:disabled {
  margin-left: -5rem;
  margin-right: -5rem;
}

.disabled\:-my-24:disabled {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.disabled\:-mx-24:disabled {
  margin-left: -6rem;
  margin-right: -6rem;
}

.disabled\:-my-28:disabled {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.disabled\:-mx-28:disabled {
  margin-left: -7rem;
  margin-right: -7rem;
}

.disabled\:-my-32:disabled {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.disabled\:-mx-32:disabled {
  margin-left: -8rem;
  margin-right: -8rem;
}

.disabled\:-my-36:disabled {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.disabled\:-mx-36:disabled {
  margin-left: -9rem;
  margin-right: -9rem;
}

.disabled\:-my-40:disabled {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.disabled\:-mx-40:disabled {
  margin-left: -10rem;
  margin-right: -10rem;
}

.disabled\:-my-44:disabled {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.disabled\:-mx-44:disabled {
  margin-left: -11rem;
  margin-right: -11rem;
}

.disabled\:-my-48:disabled {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.disabled\:-mx-48:disabled {
  margin-left: -12rem;
  margin-right: -12rem;
}

.disabled\:-my-52:disabled {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.disabled\:-mx-52:disabled {
  margin-left: -13rem;
  margin-right: -13rem;
}

.disabled\:-my-56:disabled {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.disabled\:-mx-56:disabled {
  margin-left: -14rem;
  margin-right: -14rem;
}

.disabled\:-my-60:disabled {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.disabled\:-mx-60:disabled {
  margin-left: -15rem;
  margin-right: -15rem;
}

.disabled\:-my-64:disabled {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.disabled\:-mx-64:disabled {
  margin-left: -16rem;
  margin-right: -16rem;
}

.disabled\:-my-72:disabled {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.disabled\:-mx-72:disabled {
  margin-left: -18rem;
  margin-right: -18rem;
}

.disabled\:-my-80:disabled {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.disabled\:-mx-80:disabled {
  margin-left: -20rem;
  margin-right: -20rem;
}

.disabled\:-my-96:disabled {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.disabled\:-mx-96:disabled {
  margin-left: -24rem;
  margin-right: -24rem;
}

.disabled\:-my-px:disabled {
  margin-top: -1px;
  margin-bottom: -1px;
}

.disabled\:-mx-px:disabled {
  margin-left: -1px;
  margin-right: -1px;
}

.disabled\:-my-0\.5:disabled {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.disabled\:-mx-0\.5:disabled {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.disabled\:-my-1\.5:disabled {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.disabled\:-mx-1\.5:disabled {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.disabled\:-my-2\.5:disabled {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.disabled\:-mx-2\.5:disabled {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.disabled\:-my-3\.5:disabled {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.disabled\:-mx-3\.5:disabled {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.disabled\:mt-0:disabled {
  margin-top: 0px;
}

.disabled\:mr-0:disabled {
  margin-right: 0px;
}

.disabled\:mb-0:disabled {
  margin-bottom: 0px;
}

.disabled\:ml-0:disabled {
  margin-left: 0px;
}

.disabled\:mt-1:disabled {
  margin-top: 0.25rem;
}

.disabled\:mr-1:disabled {
  margin-right: 0.25rem;
}

.disabled\:mb-1:disabled {
  margin-bottom: 0.25rem;
}

.disabled\:ml-1:disabled {
  margin-left: 0.25rem;
}

.disabled\:mt-2:disabled {
  margin-top: 0.5rem;
}

.disabled\:mr-2:disabled {
  margin-right: 0.5rem;
}

.disabled\:mb-2:disabled {
  margin-bottom: 0.5rem;
}

.disabled\:ml-2:disabled {
  margin-left: 0.5rem;
}

.disabled\:mt-3:disabled {
  margin-top: 0.75rem;
}

.disabled\:mr-3:disabled {
  margin-right: 0.75rem;
}

.disabled\:mb-3:disabled {
  margin-bottom: 0.75rem;
}

.disabled\:ml-3:disabled {
  margin-left: 0.75rem;
}

.disabled\:mt-4:disabled {
  margin-top: 1rem;
}

.disabled\:mr-4:disabled {
  margin-right: 1rem;
}

.disabled\:mb-4:disabled {
  margin-bottom: 1rem;
}

.disabled\:ml-4:disabled {
  margin-left: 1rem;
}

.disabled\:mt-5:disabled {
  margin-top: 1.25rem;
}

.disabled\:mr-5:disabled {
  margin-right: 1.25rem;
}

.disabled\:mb-5:disabled {
  margin-bottom: 1.25rem;
}

.disabled\:ml-5:disabled {
  margin-left: 1.25rem;
}

.disabled\:mt-6:disabled {
  margin-top: 1.5rem;
}

.disabled\:mr-6:disabled {
  margin-right: 1.5rem;
}

.disabled\:mb-6:disabled {
  margin-bottom: 1.5rem;
}

.disabled\:ml-6:disabled {
  margin-left: 1.5rem;
}

.disabled\:mt-7:disabled {
  margin-top: 1.75rem;
}

.disabled\:mr-7:disabled {
  margin-right: 1.75rem;
}

.disabled\:mb-7:disabled {
  margin-bottom: 1.75rem;
}

.disabled\:ml-7:disabled {
  margin-left: 1.75rem;
}

.disabled\:mt-8:disabled {
  margin-top: 2rem;
}

.disabled\:mr-8:disabled {
  margin-right: 2rem;
}

.disabled\:mb-8:disabled {
  margin-bottom: 2rem;
}

.disabled\:ml-8:disabled {
  margin-left: 2rem;
}

.disabled\:mt-9:disabled {
  margin-top: 2.25rem;
}

.disabled\:mr-9:disabled {
  margin-right: 2.25rem;
}

.disabled\:mb-9:disabled {
  margin-bottom: 2.25rem;
}

.disabled\:ml-9:disabled {
  margin-left: 2.25rem;
}

.disabled\:mt-10:disabled {
  margin-top: 2.5rem;
}

.disabled\:mr-10:disabled {
  margin-right: 2.5rem;
}

.disabled\:mb-10:disabled {
  margin-bottom: 2.5rem;
}

.disabled\:ml-10:disabled {
  margin-left: 2.5rem;
}

.disabled\:mt-11:disabled {
  margin-top: 2.75rem;
}

.disabled\:mr-11:disabled {
  margin-right: 2.75rem;
}

.disabled\:mb-11:disabled {
  margin-bottom: 2.75rem;
}

.disabled\:ml-11:disabled {
  margin-left: 2.75rem;
}

.disabled\:mt-12:disabled {
  margin-top: 3rem;
}

.disabled\:mr-12:disabled {
  margin-right: 3rem;
}

.disabled\:mb-12:disabled {
  margin-bottom: 3rem;
}

.disabled\:ml-12:disabled {
  margin-left: 3rem;
}

.disabled\:mt-14:disabled {
  margin-top: 3.5rem;
}

.disabled\:mr-14:disabled {
  margin-right: 3.5rem;
}

.disabled\:mb-14:disabled {
  margin-bottom: 3.5rem;
}

.disabled\:ml-14:disabled {
  margin-left: 3.5rem;
}

.disabled\:mt-16:disabled {
  margin-top: 4rem;
}

.disabled\:mr-16:disabled {
  margin-right: 4rem;
}

.disabled\:mb-16:disabled {
  margin-bottom: 4rem;
}

.disabled\:ml-16:disabled {
  margin-left: 4rem;
}

.disabled\:mt-20:disabled {
  margin-top: 5rem;
}

.disabled\:mr-20:disabled {
  margin-right: 5rem;
}

.disabled\:mb-20:disabled {
  margin-bottom: 5rem;
}

.disabled\:ml-20:disabled {
  margin-left: 5rem;
}

.disabled\:mt-24:disabled {
  margin-top: 6rem;
}

.disabled\:mr-24:disabled {
  margin-right: 6rem;
}

.disabled\:mb-24:disabled {
  margin-bottom: 6rem;
}

.disabled\:ml-24:disabled {
  margin-left: 6rem;
}

.disabled\:mt-28:disabled {
  margin-top: 7rem;
}

.disabled\:mr-28:disabled {
  margin-right: 7rem;
}

.disabled\:mb-28:disabled {
  margin-bottom: 7rem;
}

.disabled\:ml-28:disabled {
  margin-left: 7rem;
}

.disabled\:mt-32:disabled {
  margin-top: 8rem;
}

.disabled\:mr-32:disabled {
  margin-right: 8rem;
}

.disabled\:mb-32:disabled {
  margin-bottom: 8rem;
}

.disabled\:ml-32:disabled {
  margin-left: 8rem;
}

.disabled\:mt-36:disabled {
  margin-top: 9rem;
}

.disabled\:mr-36:disabled {
  margin-right: 9rem;
}

.disabled\:mb-36:disabled {
  margin-bottom: 9rem;
}

.disabled\:ml-36:disabled {
  margin-left: 9rem;
}

.disabled\:mt-40:disabled {
  margin-top: 10rem;
}

.disabled\:mr-40:disabled {
  margin-right: 10rem;
}

.disabled\:mb-40:disabled {
  margin-bottom: 10rem;
}

.disabled\:ml-40:disabled {
  margin-left: 10rem;
}

.disabled\:mt-44:disabled {
  margin-top: 11rem;
}

.disabled\:mr-44:disabled {
  margin-right: 11rem;
}

.disabled\:mb-44:disabled {
  margin-bottom: 11rem;
}

.disabled\:ml-44:disabled {
  margin-left: 11rem;
}

.disabled\:mt-48:disabled {
  margin-top: 12rem;
}

.disabled\:mr-48:disabled {
  margin-right: 12rem;
}

.disabled\:mb-48:disabled {
  margin-bottom: 12rem;
}

.disabled\:ml-48:disabled {
  margin-left: 12rem;
}

.disabled\:mt-52:disabled {
  margin-top: 13rem;
}

.disabled\:mr-52:disabled {
  margin-right: 13rem;
}

.disabled\:mb-52:disabled {
  margin-bottom: 13rem;
}

.disabled\:ml-52:disabled {
  margin-left: 13rem;
}

.disabled\:mt-56:disabled {
  margin-top: 14rem;
}

.disabled\:mr-56:disabled {
  margin-right: 14rem;
}

.disabled\:mb-56:disabled {
  margin-bottom: 14rem;
}

.disabled\:ml-56:disabled {
  margin-left: 14rem;
}

.disabled\:mt-60:disabled {
  margin-top: 15rem;
}

.disabled\:mr-60:disabled {
  margin-right: 15rem;
}

.disabled\:mb-60:disabled {
  margin-bottom: 15rem;
}

.disabled\:ml-60:disabled {
  margin-left: 15rem;
}

.disabled\:mt-64:disabled {
  margin-top: 16rem;
}

.disabled\:mr-64:disabled {
  margin-right: 16rem;
}

.disabled\:mb-64:disabled {
  margin-bottom: 16rem;
}

.disabled\:ml-64:disabled {
  margin-left: 16rem;
}

.disabled\:mt-72:disabled {
  margin-top: 18rem;
}

.disabled\:mr-72:disabled {
  margin-right: 18rem;
}

.disabled\:mb-72:disabled {
  margin-bottom: 18rem;
}

.disabled\:ml-72:disabled {
  margin-left: 18rem;
}

.disabled\:mt-80:disabled {
  margin-top: 20rem;
}

.disabled\:mr-80:disabled {
  margin-right: 20rem;
}

.disabled\:mb-80:disabled {
  margin-bottom: 20rem;
}

.disabled\:ml-80:disabled {
  margin-left: 20rem;
}

.disabled\:mt-96:disabled {
  margin-top: 24rem;
}

.disabled\:mr-96:disabled {
  margin-right: 24rem;
}

.disabled\:mb-96:disabled {
  margin-bottom: 24rem;
}

.disabled\:ml-96:disabled {
  margin-left: 24rem;
}

.disabled\:mt-auto:disabled {
  margin-top: auto;
}

.disabled\:mr-auto:disabled {
  margin-right: auto;
}

.disabled\:mb-auto:disabled {
  margin-bottom: auto;
}

.disabled\:ml-auto:disabled {
  margin-left: auto;
}

.disabled\:mt-px:disabled {
  margin-top: 1px;
}

.disabled\:mr-px:disabled {
  margin-right: 1px;
}

.disabled\:mb-px:disabled {
  margin-bottom: 1px;
}

.disabled\:ml-px:disabled {
  margin-left: 1px;
}

.disabled\:mt-0\.5:disabled {
  margin-top: 0.125rem;
}

.disabled\:mr-0\.5:disabled {
  margin-right: 0.125rem;
}

.disabled\:mb-0\.5:disabled {
  margin-bottom: 0.125rem;
}

.disabled\:ml-0\.5:disabled {
  margin-left: 0.125rem;
}

.disabled\:mt-1\.5:disabled {
  margin-top: 0.375rem;
}

.disabled\:mr-1\.5:disabled {
  margin-right: 0.375rem;
}

.disabled\:mb-1\.5:disabled {
  margin-bottom: 0.375rem;
}

.disabled\:ml-1\.5:disabled {
  margin-left: 0.375rem;
}

.disabled\:mt-2\.5:disabled {
  margin-top: 0.625rem;
}

.disabled\:mr-2\.5:disabled {
  margin-right: 0.625rem;
}

.disabled\:mb-2\.5:disabled {
  margin-bottom: 0.625rem;
}

.disabled\:ml-2\.5:disabled {
  margin-left: 0.625rem;
}

.disabled\:mt-3\.5:disabled {
  margin-top: 0.875rem;
}

.disabled\:mr-3\.5:disabled {
  margin-right: 0.875rem;
}

.disabled\:mb-3\.5:disabled {
  margin-bottom: 0.875rem;
}

.disabled\:ml-3\.5:disabled {
  margin-left: 0.875rem;
}

.disabled\:-mt-0:disabled {
  margin-top: 0px;
}

.disabled\:-mr-0:disabled {
  margin-right: 0px;
}

.disabled\:-mb-0:disabled {
  margin-bottom: 0px;
}

.disabled\:-ml-0:disabled {
  margin-left: 0px;
}

.disabled\:-mt-1:disabled {
  margin-top: -0.25rem;
}

.disabled\:-mr-1:disabled {
  margin-right: -0.25rem;
}

.disabled\:-mb-1:disabled {
  margin-bottom: -0.25rem;
}

.disabled\:-ml-1:disabled {
  margin-left: -0.25rem;
}

.disabled\:-mt-2:disabled {
  margin-top: -0.5rem;
}

.disabled\:-mr-2:disabled {
  margin-right: -0.5rem;
}

.disabled\:-mb-2:disabled {
  margin-bottom: -0.5rem;
}

.disabled\:-ml-2:disabled {
  margin-left: -0.5rem;
}

.disabled\:-mt-3:disabled {
  margin-top: -0.75rem;
}

.disabled\:-mr-3:disabled {
  margin-right: -0.75rem;
}

.disabled\:-mb-3:disabled {
  margin-bottom: -0.75rem;
}

.disabled\:-ml-3:disabled {
  margin-left: -0.75rem;
}

.disabled\:-mt-4:disabled {
  margin-top: -1rem;
}

.disabled\:-mr-4:disabled {
  margin-right: -1rem;
}

.disabled\:-mb-4:disabled {
  margin-bottom: -1rem;
}

.disabled\:-ml-4:disabled {
  margin-left: -1rem;
}

.disabled\:-mt-5:disabled {
  margin-top: -1.25rem;
}

.disabled\:-mr-5:disabled {
  margin-right: -1.25rem;
}

.disabled\:-mb-5:disabled {
  margin-bottom: -1.25rem;
}

.disabled\:-ml-5:disabled {
  margin-left: -1.25rem;
}

.disabled\:-mt-6:disabled {
  margin-top: -1.5rem;
}

.disabled\:-mr-6:disabled {
  margin-right: -1.5rem;
}

.disabled\:-mb-6:disabled {
  margin-bottom: -1.5rem;
}

.disabled\:-ml-6:disabled {
  margin-left: -1.5rem;
}

.disabled\:-mt-7:disabled {
  margin-top: -1.75rem;
}

.disabled\:-mr-7:disabled {
  margin-right: -1.75rem;
}

.disabled\:-mb-7:disabled {
  margin-bottom: -1.75rem;
}

.disabled\:-ml-7:disabled {
  margin-left: -1.75rem;
}

.disabled\:-mt-8:disabled {
  margin-top: -2rem;
}

.disabled\:-mr-8:disabled {
  margin-right: -2rem;
}

.disabled\:-mb-8:disabled {
  margin-bottom: -2rem;
}

.disabled\:-ml-8:disabled {
  margin-left: -2rem;
}

.disabled\:-mt-9:disabled {
  margin-top: -2.25rem;
}

.disabled\:-mr-9:disabled {
  margin-right: -2.25rem;
}

.disabled\:-mb-9:disabled {
  margin-bottom: -2.25rem;
}

.disabled\:-ml-9:disabled {
  margin-left: -2.25rem;
}

.disabled\:-mt-10:disabled {
  margin-top: -2.5rem;
}

.disabled\:-mr-10:disabled {
  margin-right: -2.5rem;
}

.disabled\:-mb-10:disabled {
  margin-bottom: -2.5rem;
}

.disabled\:-ml-10:disabled {
  margin-left: -2.5rem;
}

.disabled\:-mt-11:disabled {
  margin-top: -2.75rem;
}

.disabled\:-mr-11:disabled {
  margin-right: -2.75rem;
}

.disabled\:-mb-11:disabled {
  margin-bottom: -2.75rem;
}

.disabled\:-ml-11:disabled {
  margin-left: -2.75rem;
}

.disabled\:-mt-12:disabled {
  margin-top: -3rem;
}

.disabled\:-mr-12:disabled {
  margin-right: -3rem;
}

.disabled\:-mb-12:disabled {
  margin-bottom: -3rem;
}

.disabled\:-ml-12:disabled {
  margin-left: -3rem;
}

.disabled\:-mt-14:disabled {
  margin-top: -3.5rem;
}

.disabled\:-mr-14:disabled {
  margin-right: -3.5rem;
}

.disabled\:-mb-14:disabled {
  margin-bottom: -3.5rem;
}

.disabled\:-ml-14:disabled {
  margin-left: -3.5rem;
}

.disabled\:-mt-16:disabled {
  margin-top: -4rem;
}

.disabled\:-mr-16:disabled {
  margin-right: -4rem;
}

.disabled\:-mb-16:disabled {
  margin-bottom: -4rem;
}

.disabled\:-ml-16:disabled {
  margin-left: -4rem;
}

.disabled\:-mt-20:disabled {
  margin-top: -5rem;
}

.disabled\:-mr-20:disabled {
  margin-right: -5rem;
}

.disabled\:-mb-20:disabled {
  margin-bottom: -5rem;
}

.disabled\:-ml-20:disabled {
  margin-left: -5rem;
}

.disabled\:-mt-24:disabled {
  margin-top: -6rem;
}

.disabled\:-mr-24:disabled {
  margin-right: -6rem;
}

.disabled\:-mb-24:disabled {
  margin-bottom: -6rem;
}

.disabled\:-ml-24:disabled {
  margin-left: -6rem;
}

.disabled\:-mt-28:disabled {
  margin-top: -7rem;
}

.disabled\:-mr-28:disabled {
  margin-right: -7rem;
}

.disabled\:-mb-28:disabled {
  margin-bottom: -7rem;
}

.disabled\:-ml-28:disabled {
  margin-left: -7rem;
}

.disabled\:-mt-32:disabled {
  margin-top: -8rem;
}

.disabled\:-mr-32:disabled {
  margin-right: -8rem;
}

.disabled\:-mb-32:disabled {
  margin-bottom: -8rem;
}

.disabled\:-ml-32:disabled {
  margin-left: -8rem;
}

.disabled\:-mt-36:disabled {
  margin-top: -9rem;
}

.disabled\:-mr-36:disabled {
  margin-right: -9rem;
}

.disabled\:-mb-36:disabled {
  margin-bottom: -9rem;
}

.disabled\:-ml-36:disabled {
  margin-left: -9rem;
}

.disabled\:-mt-40:disabled {
  margin-top: -10rem;
}

.disabled\:-mr-40:disabled {
  margin-right: -10rem;
}

.disabled\:-mb-40:disabled {
  margin-bottom: -10rem;
}

.disabled\:-ml-40:disabled {
  margin-left: -10rem;
}

.disabled\:-mt-44:disabled {
  margin-top: -11rem;
}

.disabled\:-mr-44:disabled {
  margin-right: -11rem;
}

.disabled\:-mb-44:disabled {
  margin-bottom: -11rem;
}

.disabled\:-ml-44:disabled {
  margin-left: -11rem;
}

.disabled\:-mt-48:disabled {
  margin-top: -12rem;
}

.disabled\:-mr-48:disabled {
  margin-right: -12rem;
}

.disabled\:-mb-48:disabled {
  margin-bottom: -12rem;
}

.disabled\:-ml-48:disabled {
  margin-left: -12rem;
}

.disabled\:-mt-52:disabled {
  margin-top: -13rem;
}

.disabled\:-mr-52:disabled {
  margin-right: -13rem;
}

.disabled\:-mb-52:disabled {
  margin-bottom: -13rem;
}

.disabled\:-ml-52:disabled {
  margin-left: -13rem;
}

.disabled\:-mt-56:disabled {
  margin-top: -14rem;
}

.disabled\:-mr-56:disabled {
  margin-right: -14rem;
}

.disabled\:-mb-56:disabled {
  margin-bottom: -14rem;
}

.disabled\:-ml-56:disabled {
  margin-left: -14rem;
}

.disabled\:-mt-60:disabled {
  margin-top: -15rem;
}

.disabled\:-mr-60:disabled {
  margin-right: -15rem;
}

.disabled\:-mb-60:disabled {
  margin-bottom: -15rem;
}

.disabled\:-ml-60:disabled {
  margin-left: -15rem;
}

.disabled\:-mt-64:disabled {
  margin-top: -16rem;
}

.disabled\:-mr-64:disabled {
  margin-right: -16rem;
}

.disabled\:-mb-64:disabled {
  margin-bottom: -16rem;
}

.disabled\:-ml-64:disabled {
  margin-left: -16rem;
}

.disabled\:-mt-72:disabled {
  margin-top: -18rem;
}

.disabled\:-mr-72:disabled {
  margin-right: -18rem;
}

.disabled\:-mb-72:disabled {
  margin-bottom: -18rem;
}

.disabled\:-ml-72:disabled {
  margin-left: -18rem;
}

.disabled\:-mt-80:disabled {
  margin-top: -20rem;
}

.disabled\:-mr-80:disabled {
  margin-right: -20rem;
}

.disabled\:-mb-80:disabled {
  margin-bottom: -20rem;
}

.disabled\:-ml-80:disabled {
  margin-left: -20rem;
}

.disabled\:-mt-96:disabled {
  margin-top: -24rem;
}

.disabled\:-mr-96:disabled {
  margin-right: -24rem;
}

.disabled\:-mb-96:disabled {
  margin-bottom: -24rem;
}

.disabled\:-ml-96:disabled {
  margin-left: -24rem;
}

.disabled\:-mt-px:disabled {
  margin-top: -1px;
}

.disabled\:-mr-px:disabled {
  margin-right: -1px;
}

.disabled\:-mb-px:disabled {
  margin-bottom: -1px;
}

.disabled\:-ml-px:disabled {
  margin-left: -1px;
}

.disabled\:-mt-0\.5:disabled {
  margin-top: -0.125rem;
}

.disabled\:-mr-0\.5:disabled {
  margin-right: -0.125rem;
}

.disabled\:-mb-0\.5:disabled {
  margin-bottom: -0.125rem;
}

.disabled\:-ml-0\.5:disabled {
  margin-left: -0.125rem;
}

.disabled\:-mt-1\.5:disabled {
  margin-top: -0.375rem;
}

.disabled\:-mr-1\.5:disabled {
  margin-right: -0.375rem;
}

.disabled\:-mb-1\.5:disabled {
  margin-bottom: -0.375rem;
}

.disabled\:-ml-1\.5:disabled {
  margin-left: -0.375rem;
}

.disabled\:-mt-2\.5:disabled {
  margin-top: -0.625rem;
}

.disabled\:-mr-2\.5:disabled {
  margin-right: -0.625rem;
}

.disabled\:-mb-2\.5:disabled {
  margin-bottom: -0.625rem;
}

.disabled\:-ml-2\.5:disabled {
  margin-left: -0.625rem;
}

.disabled\:-mt-3\.5:disabled {
  margin-top: -0.875rem;
}

.disabled\:-mr-3\.5:disabled {
  margin-right: -0.875rem;
}

.disabled\:-mb-3\.5:disabled {
  margin-bottom: -0.875rem;
}

.disabled\:-ml-3\.5:disabled {
  margin-left: -0.875rem;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.group:hover .group-hover\:max-h-0 {
  max-height: 0px;
}

.group:hover .group-hover\:max-h-1 {
  max-height: 0.25rem;
}

.group:hover .group-hover\:max-h-2 {
  max-height: 0.5rem;
}

.group:hover .group-hover\:max-h-3 {
  max-height: 0.75rem;
}

.group:hover .group-hover\:max-h-4 {
  max-height: 1rem;
}

.group:hover .group-hover\:max-h-5 {
  max-height: 1.25rem;
}

.group:hover .group-hover\:max-h-6 {
  max-height: 1.5rem;
}

.group:hover .group-hover\:max-h-7 {
  max-height: 1.75rem;
}

.group:hover .group-hover\:max-h-8 {
  max-height: 2rem;
}

.group:hover .group-hover\:max-h-9 {
  max-height: 2.25rem;
}

.group:hover .group-hover\:max-h-10 {
  max-height: 2.5rem;
}

.group:hover .group-hover\:max-h-11 {
  max-height: 2.75rem;
}

.group:hover .group-hover\:max-h-12 {
  max-height: 3rem;
}

.group:hover .group-hover\:max-h-14 {
  max-height: 3.5rem;
}

.group:hover .group-hover\:max-h-16 {
  max-height: 4rem;
}

.group:hover .group-hover\:max-h-20 {
  max-height: 5rem;
}

.group:hover .group-hover\:max-h-24 {
  max-height: 6rem;
}

.group:hover .group-hover\:max-h-28 {
  max-height: 7rem;
}

.group:hover .group-hover\:max-h-32 {
  max-height: 8rem;
}

.group:hover .group-hover\:max-h-36 {
  max-height: 9rem;
}

.group:hover .group-hover\:max-h-40 {
  max-height: 10rem;
}

.group:hover .group-hover\:max-h-44 {
  max-height: 11rem;
}

.group:hover .group-hover\:max-h-48 {
  max-height: 12rem;
}

.group:hover .group-hover\:max-h-52 {
  max-height: 13rem;
}

.group:hover .group-hover\:max-h-56 {
  max-height: 14rem;
}

.group:hover .group-hover\:max-h-60 {
  max-height: 15rem;
}

.group:hover .group-hover\:max-h-64 {
  max-height: 16rem;
}

.group:hover .group-hover\:max-h-72 {
  max-height: 18rem;
}

.group:hover .group-hover\:max-h-80 {
  max-height: 20rem;
}

.group:hover .group-hover\:max-h-96 {
  max-height: 24rem;
}

.group:hover .group-hover\:max-h-px {
  max-height: 1px;
}

.group:hover .group-hover\:max-h-0\.5 {
  max-height: 0.125rem;
}

.group:hover .group-hover\:max-h-1\.5 {
  max-height: 0.375rem;
}

.group:hover .group-hover\:max-h-2\.5 {
  max-height: 0.625rem;
}

.group:hover .group-hover\:max-h-3\.5 {
  max-height: 0.875rem;
}

.group:hover .group-hover\:max-h-full {
  max-height: 100%;
}

.group:hover .group-hover\:max-h-screen {
  max-height: 100vh;
}

.focus-within\:max-h-0:focus-within {
  max-height: 0px;
}

.focus-within\:max-h-1:focus-within {
  max-height: 0.25rem;
}

.focus-within\:max-h-2:focus-within {
  max-height: 0.5rem;
}

.focus-within\:max-h-3:focus-within {
  max-height: 0.75rem;
}

.focus-within\:max-h-4:focus-within {
  max-height: 1rem;
}

.focus-within\:max-h-5:focus-within {
  max-height: 1.25rem;
}

.focus-within\:max-h-6:focus-within {
  max-height: 1.5rem;
}

.focus-within\:max-h-7:focus-within {
  max-height: 1.75rem;
}

.focus-within\:max-h-8:focus-within {
  max-height: 2rem;
}

.focus-within\:max-h-9:focus-within {
  max-height: 2.25rem;
}

.focus-within\:max-h-10:focus-within {
  max-height: 2.5rem;
}

.focus-within\:max-h-11:focus-within {
  max-height: 2.75rem;
}

.focus-within\:max-h-12:focus-within {
  max-height: 3rem;
}

.focus-within\:max-h-14:focus-within {
  max-height: 3.5rem;
}

.focus-within\:max-h-16:focus-within {
  max-height: 4rem;
}

.focus-within\:max-h-20:focus-within {
  max-height: 5rem;
}

.focus-within\:max-h-24:focus-within {
  max-height: 6rem;
}

.focus-within\:max-h-28:focus-within {
  max-height: 7rem;
}

.focus-within\:max-h-32:focus-within {
  max-height: 8rem;
}

.focus-within\:max-h-36:focus-within {
  max-height: 9rem;
}

.focus-within\:max-h-40:focus-within {
  max-height: 10rem;
}

.focus-within\:max-h-44:focus-within {
  max-height: 11rem;
}

.focus-within\:max-h-48:focus-within {
  max-height: 12rem;
}

.focus-within\:max-h-52:focus-within {
  max-height: 13rem;
}

.focus-within\:max-h-56:focus-within {
  max-height: 14rem;
}

.focus-within\:max-h-60:focus-within {
  max-height: 15rem;
}

.focus-within\:max-h-64:focus-within {
  max-height: 16rem;
}

.focus-within\:max-h-72:focus-within {
  max-height: 18rem;
}

.focus-within\:max-h-80:focus-within {
  max-height: 20rem;
}

.focus-within\:max-h-96:focus-within {
  max-height: 24rem;
}

.focus-within\:max-h-px:focus-within {
  max-height: 1px;
}

.focus-within\:max-h-0\.5:focus-within {
  max-height: 0.125rem;
}

.focus-within\:max-h-1\.5:focus-within {
  max-height: 0.375rem;
}

.focus-within\:max-h-2\.5:focus-within {
  max-height: 0.625rem;
}

.focus-within\:max-h-3\.5:focus-within {
  max-height: 0.875rem;
}

.focus-within\:max-h-full:focus-within {
  max-height: 100%;
}

.focus-within\:max-h-screen:focus-within {
  max-height: 100vh;
}

.first\:max-h-0:first-child {
  max-height: 0px;
}

.first\:max-h-1:first-child {
  max-height: 0.25rem;
}

.first\:max-h-2:first-child {
  max-height: 0.5rem;
}

.first\:max-h-3:first-child {
  max-height: 0.75rem;
}

.first\:max-h-4:first-child {
  max-height: 1rem;
}

.first\:max-h-5:first-child {
  max-height: 1.25rem;
}

.first\:max-h-6:first-child {
  max-height: 1.5rem;
}

.first\:max-h-7:first-child {
  max-height: 1.75rem;
}

.first\:max-h-8:first-child {
  max-height: 2rem;
}

.first\:max-h-9:first-child {
  max-height: 2.25rem;
}

.first\:max-h-10:first-child {
  max-height: 2.5rem;
}

.first\:max-h-11:first-child {
  max-height: 2.75rem;
}

.first\:max-h-12:first-child {
  max-height: 3rem;
}

.first\:max-h-14:first-child {
  max-height: 3.5rem;
}

.first\:max-h-16:first-child {
  max-height: 4rem;
}

.first\:max-h-20:first-child {
  max-height: 5rem;
}

.first\:max-h-24:first-child {
  max-height: 6rem;
}

.first\:max-h-28:first-child {
  max-height: 7rem;
}

.first\:max-h-32:first-child {
  max-height: 8rem;
}

.first\:max-h-36:first-child {
  max-height: 9rem;
}

.first\:max-h-40:first-child {
  max-height: 10rem;
}

.first\:max-h-44:first-child {
  max-height: 11rem;
}

.first\:max-h-48:first-child {
  max-height: 12rem;
}

.first\:max-h-52:first-child {
  max-height: 13rem;
}

.first\:max-h-56:first-child {
  max-height: 14rem;
}

.first\:max-h-60:first-child {
  max-height: 15rem;
}

.first\:max-h-64:first-child {
  max-height: 16rem;
}

.first\:max-h-72:first-child {
  max-height: 18rem;
}

.first\:max-h-80:first-child {
  max-height: 20rem;
}

.first\:max-h-96:first-child {
  max-height: 24rem;
}

.first\:max-h-px:first-child {
  max-height: 1px;
}

.first\:max-h-0\.5:first-child {
  max-height: 0.125rem;
}

.first\:max-h-1\.5:first-child {
  max-height: 0.375rem;
}

.first\:max-h-2\.5:first-child {
  max-height: 0.625rem;
}

.first\:max-h-3\.5:first-child {
  max-height: 0.875rem;
}

.first\:max-h-full:first-child {
  max-height: 100%;
}

.first\:max-h-screen:first-child {
  max-height: 100vh;
}

.last\:max-h-0:last-child {
  max-height: 0px;
}

.last\:max-h-1:last-child {
  max-height: 0.25rem;
}

.last\:max-h-2:last-child {
  max-height: 0.5rem;
}

.last\:max-h-3:last-child {
  max-height: 0.75rem;
}

.last\:max-h-4:last-child {
  max-height: 1rem;
}

.last\:max-h-5:last-child {
  max-height: 1.25rem;
}

.last\:max-h-6:last-child {
  max-height: 1.5rem;
}

.last\:max-h-7:last-child {
  max-height: 1.75rem;
}

.last\:max-h-8:last-child {
  max-height: 2rem;
}

.last\:max-h-9:last-child {
  max-height: 2.25rem;
}

.last\:max-h-10:last-child {
  max-height: 2.5rem;
}

.last\:max-h-11:last-child {
  max-height: 2.75rem;
}

.last\:max-h-12:last-child {
  max-height: 3rem;
}

.last\:max-h-14:last-child {
  max-height: 3.5rem;
}

.last\:max-h-16:last-child {
  max-height: 4rem;
}

.last\:max-h-20:last-child {
  max-height: 5rem;
}

.last\:max-h-24:last-child {
  max-height: 6rem;
}

.last\:max-h-28:last-child {
  max-height: 7rem;
}

.last\:max-h-32:last-child {
  max-height: 8rem;
}

.last\:max-h-36:last-child {
  max-height: 9rem;
}

.last\:max-h-40:last-child {
  max-height: 10rem;
}

.last\:max-h-44:last-child {
  max-height: 11rem;
}

.last\:max-h-48:last-child {
  max-height: 12rem;
}

.last\:max-h-52:last-child {
  max-height: 13rem;
}

.last\:max-h-56:last-child {
  max-height: 14rem;
}

.last\:max-h-60:last-child {
  max-height: 15rem;
}

.last\:max-h-64:last-child {
  max-height: 16rem;
}

.last\:max-h-72:last-child {
  max-height: 18rem;
}

.last\:max-h-80:last-child {
  max-height: 20rem;
}

.last\:max-h-96:last-child {
  max-height: 24rem;
}

.last\:max-h-px:last-child {
  max-height: 1px;
}

.last\:max-h-0\.5:last-child {
  max-height: 0.125rem;
}

.last\:max-h-1\.5:last-child {
  max-height: 0.375rem;
}

.last\:max-h-2\.5:last-child {
  max-height: 0.625rem;
}

.last\:max-h-3\.5:last-child {
  max-height: 0.875rem;
}

.last\:max-h-full:last-child {
  max-height: 100%;
}

.last\:max-h-screen:last-child {
  max-height: 100vh;
}

.odd\:max-h-0:nth-child(odd) {
  max-height: 0px;
}

.odd\:max-h-1:nth-child(odd) {
  max-height: 0.25rem;
}

.odd\:max-h-2:nth-child(odd) {
  max-height: 0.5rem;
}

.odd\:max-h-3:nth-child(odd) {
  max-height: 0.75rem;
}

.odd\:max-h-4:nth-child(odd) {
  max-height: 1rem;
}

.odd\:max-h-5:nth-child(odd) {
  max-height: 1.25rem;
}

.odd\:max-h-6:nth-child(odd) {
  max-height: 1.5rem;
}

.odd\:max-h-7:nth-child(odd) {
  max-height: 1.75rem;
}

.odd\:max-h-8:nth-child(odd) {
  max-height: 2rem;
}

.odd\:max-h-9:nth-child(odd) {
  max-height: 2.25rem;
}

.odd\:max-h-10:nth-child(odd) {
  max-height: 2.5rem;
}

.odd\:max-h-11:nth-child(odd) {
  max-height: 2.75rem;
}

.odd\:max-h-12:nth-child(odd) {
  max-height: 3rem;
}

.odd\:max-h-14:nth-child(odd) {
  max-height: 3.5rem;
}

.odd\:max-h-16:nth-child(odd) {
  max-height: 4rem;
}

.odd\:max-h-20:nth-child(odd) {
  max-height: 5rem;
}

.odd\:max-h-24:nth-child(odd) {
  max-height: 6rem;
}

.odd\:max-h-28:nth-child(odd) {
  max-height: 7rem;
}

.odd\:max-h-32:nth-child(odd) {
  max-height: 8rem;
}

.odd\:max-h-36:nth-child(odd) {
  max-height: 9rem;
}

.odd\:max-h-40:nth-child(odd) {
  max-height: 10rem;
}

.odd\:max-h-44:nth-child(odd) {
  max-height: 11rem;
}

.odd\:max-h-48:nth-child(odd) {
  max-height: 12rem;
}

.odd\:max-h-52:nth-child(odd) {
  max-height: 13rem;
}

.odd\:max-h-56:nth-child(odd) {
  max-height: 14rem;
}

.odd\:max-h-60:nth-child(odd) {
  max-height: 15rem;
}

.odd\:max-h-64:nth-child(odd) {
  max-height: 16rem;
}

.odd\:max-h-72:nth-child(odd) {
  max-height: 18rem;
}

.odd\:max-h-80:nth-child(odd) {
  max-height: 20rem;
}

.odd\:max-h-96:nth-child(odd) {
  max-height: 24rem;
}

.odd\:max-h-px:nth-child(odd) {
  max-height: 1px;
}

.odd\:max-h-0\.5:nth-child(odd) {
  max-height: 0.125rem;
}

.odd\:max-h-1\.5:nth-child(odd) {
  max-height: 0.375rem;
}

.odd\:max-h-2\.5:nth-child(odd) {
  max-height: 0.625rem;
}

.odd\:max-h-3\.5:nth-child(odd) {
  max-height: 0.875rem;
}

.odd\:max-h-full:nth-child(odd) {
  max-height: 100%;
}

.odd\:max-h-screen:nth-child(odd) {
  max-height: 100vh;
}

.even\:max-h-0:nth-child(even) {
  max-height: 0px;
}

.even\:max-h-1:nth-child(even) {
  max-height: 0.25rem;
}

.even\:max-h-2:nth-child(even) {
  max-height: 0.5rem;
}

.even\:max-h-3:nth-child(even) {
  max-height: 0.75rem;
}

.even\:max-h-4:nth-child(even) {
  max-height: 1rem;
}

.even\:max-h-5:nth-child(even) {
  max-height: 1.25rem;
}

.even\:max-h-6:nth-child(even) {
  max-height: 1.5rem;
}

.even\:max-h-7:nth-child(even) {
  max-height: 1.75rem;
}

.even\:max-h-8:nth-child(even) {
  max-height: 2rem;
}

.even\:max-h-9:nth-child(even) {
  max-height: 2.25rem;
}

.even\:max-h-10:nth-child(even) {
  max-height: 2.5rem;
}

.even\:max-h-11:nth-child(even) {
  max-height: 2.75rem;
}

.even\:max-h-12:nth-child(even) {
  max-height: 3rem;
}

.even\:max-h-14:nth-child(even) {
  max-height: 3.5rem;
}

.even\:max-h-16:nth-child(even) {
  max-height: 4rem;
}

.even\:max-h-20:nth-child(even) {
  max-height: 5rem;
}

.even\:max-h-24:nth-child(even) {
  max-height: 6rem;
}

.even\:max-h-28:nth-child(even) {
  max-height: 7rem;
}

.even\:max-h-32:nth-child(even) {
  max-height: 8rem;
}

.even\:max-h-36:nth-child(even) {
  max-height: 9rem;
}

.even\:max-h-40:nth-child(even) {
  max-height: 10rem;
}

.even\:max-h-44:nth-child(even) {
  max-height: 11rem;
}

.even\:max-h-48:nth-child(even) {
  max-height: 12rem;
}

.even\:max-h-52:nth-child(even) {
  max-height: 13rem;
}

.even\:max-h-56:nth-child(even) {
  max-height: 14rem;
}

.even\:max-h-60:nth-child(even) {
  max-height: 15rem;
}

.even\:max-h-64:nth-child(even) {
  max-height: 16rem;
}

.even\:max-h-72:nth-child(even) {
  max-height: 18rem;
}

.even\:max-h-80:nth-child(even) {
  max-height: 20rem;
}

.even\:max-h-96:nth-child(even) {
  max-height: 24rem;
}

.even\:max-h-px:nth-child(even) {
  max-height: 1px;
}

.even\:max-h-0\.5:nth-child(even) {
  max-height: 0.125rem;
}

.even\:max-h-1\.5:nth-child(even) {
  max-height: 0.375rem;
}

.even\:max-h-2\.5:nth-child(even) {
  max-height: 0.625rem;
}

.even\:max-h-3\.5:nth-child(even) {
  max-height: 0.875rem;
}

.even\:max-h-full:nth-child(even) {
  max-height: 100%;
}

.even\:max-h-screen:nth-child(even) {
  max-height: 100vh;
}

.hover\:max-h-0:hover {
  max-height: 0px;
}

.hover\:max-h-1:hover {
  max-height: 0.25rem;
}

.hover\:max-h-2:hover {
  max-height: 0.5rem;
}

.hover\:max-h-3:hover {
  max-height: 0.75rem;
}

.hover\:max-h-4:hover {
  max-height: 1rem;
}

.hover\:max-h-5:hover {
  max-height: 1.25rem;
}

.hover\:max-h-6:hover {
  max-height: 1.5rem;
}

.hover\:max-h-7:hover {
  max-height: 1.75rem;
}

.hover\:max-h-8:hover {
  max-height: 2rem;
}

.hover\:max-h-9:hover {
  max-height: 2.25rem;
}

.hover\:max-h-10:hover {
  max-height: 2.5rem;
}

.hover\:max-h-11:hover {
  max-height: 2.75rem;
}

.hover\:max-h-12:hover {
  max-height: 3rem;
}

.hover\:max-h-14:hover {
  max-height: 3.5rem;
}

.hover\:max-h-16:hover {
  max-height: 4rem;
}

.hover\:max-h-20:hover {
  max-height: 5rem;
}

.hover\:max-h-24:hover {
  max-height: 6rem;
}

.hover\:max-h-28:hover {
  max-height: 7rem;
}

.hover\:max-h-32:hover {
  max-height: 8rem;
}

.hover\:max-h-36:hover {
  max-height: 9rem;
}

.hover\:max-h-40:hover {
  max-height: 10rem;
}

.hover\:max-h-44:hover {
  max-height: 11rem;
}

.hover\:max-h-48:hover {
  max-height: 12rem;
}

.hover\:max-h-52:hover {
  max-height: 13rem;
}

.hover\:max-h-56:hover {
  max-height: 14rem;
}

.hover\:max-h-60:hover {
  max-height: 15rem;
}

.hover\:max-h-64:hover {
  max-height: 16rem;
}

.hover\:max-h-72:hover {
  max-height: 18rem;
}

.hover\:max-h-80:hover {
  max-height: 20rem;
}

.hover\:max-h-96:hover {
  max-height: 24rem;
}

.hover\:max-h-px:hover {
  max-height: 1px;
}

.hover\:max-h-0\.5:hover {
  max-height: 0.125rem;
}

.hover\:max-h-1\.5:hover {
  max-height: 0.375rem;
}

.hover\:max-h-2\.5:hover {
  max-height: 0.625rem;
}

.hover\:max-h-3\.5:hover {
  max-height: 0.875rem;
}

.hover\:max-h-full:hover {
  max-height: 100%;
}

.hover\:max-h-screen:hover {
  max-height: 100vh;
}

.focus\:max-h-0:focus {
  max-height: 0px;
}

.focus\:max-h-1:focus {
  max-height: 0.25rem;
}

.focus\:max-h-2:focus {
  max-height: 0.5rem;
}

.focus\:max-h-3:focus {
  max-height: 0.75rem;
}

.focus\:max-h-4:focus {
  max-height: 1rem;
}

.focus\:max-h-5:focus {
  max-height: 1.25rem;
}

.focus\:max-h-6:focus {
  max-height: 1.5rem;
}

.focus\:max-h-7:focus {
  max-height: 1.75rem;
}

.focus\:max-h-8:focus {
  max-height: 2rem;
}

.focus\:max-h-9:focus {
  max-height: 2.25rem;
}

.focus\:max-h-10:focus {
  max-height: 2.5rem;
}

.focus\:max-h-11:focus {
  max-height: 2.75rem;
}

.focus\:max-h-12:focus {
  max-height: 3rem;
}

.focus\:max-h-14:focus {
  max-height: 3.5rem;
}

.focus\:max-h-16:focus {
  max-height: 4rem;
}

.focus\:max-h-20:focus {
  max-height: 5rem;
}

.focus\:max-h-24:focus {
  max-height: 6rem;
}

.focus\:max-h-28:focus {
  max-height: 7rem;
}

.focus\:max-h-32:focus {
  max-height: 8rem;
}

.focus\:max-h-36:focus {
  max-height: 9rem;
}

.focus\:max-h-40:focus {
  max-height: 10rem;
}

.focus\:max-h-44:focus {
  max-height: 11rem;
}

.focus\:max-h-48:focus {
  max-height: 12rem;
}

.focus\:max-h-52:focus {
  max-height: 13rem;
}

.focus\:max-h-56:focus {
  max-height: 14rem;
}

.focus\:max-h-60:focus {
  max-height: 15rem;
}

.focus\:max-h-64:focus {
  max-height: 16rem;
}

.focus\:max-h-72:focus {
  max-height: 18rem;
}

.focus\:max-h-80:focus {
  max-height: 20rem;
}

.focus\:max-h-96:focus {
  max-height: 24rem;
}

.focus\:max-h-px:focus {
  max-height: 1px;
}

.focus\:max-h-0\.5:focus {
  max-height: 0.125rem;
}

.focus\:max-h-1\.5:focus {
  max-height: 0.375rem;
}

.focus\:max-h-2\.5:focus {
  max-height: 0.625rem;
}

.focus\:max-h-3\.5:focus {
  max-height: 0.875rem;
}

.focus\:max-h-full:focus {
  max-height: 100%;
}

.focus\:max-h-screen:focus {
  max-height: 100vh;
}

.active\:max-h-0:active {
  max-height: 0px;
}

.active\:max-h-1:active {
  max-height: 0.25rem;
}

.active\:max-h-2:active {
  max-height: 0.5rem;
}

.active\:max-h-3:active {
  max-height: 0.75rem;
}

.active\:max-h-4:active {
  max-height: 1rem;
}

.active\:max-h-5:active {
  max-height: 1.25rem;
}

.active\:max-h-6:active {
  max-height: 1.5rem;
}

.active\:max-h-7:active {
  max-height: 1.75rem;
}

.active\:max-h-8:active {
  max-height: 2rem;
}

.active\:max-h-9:active {
  max-height: 2.25rem;
}

.active\:max-h-10:active {
  max-height: 2.5rem;
}

.active\:max-h-11:active {
  max-height: 2.75rem;
}

.active\:max-h-12:active {
  max-height: 3rem;
}

.active\:max-h-14:active {
  max-height: 3.5rem;
}

.active\:max-h-16:active {
  max-height: 4rem;
}

.active\:max-h-20:active {
  max-height: 5rem;
}

.active\:max-h-24:active {
  max-height: 6rem;
}

.active\:max-h-28:active {
  max-height: 7rem;
}

.active\:max-h-32:active {
  max-height: 8rem;
}

.active\:max-h-36:active {
  max-height: 9rem;
}

.active\:max-h-40:active {
  max-height: 10rem;
}

.active\:max-h-44:active {
  max-height: 11rem;
}

.active\:max-h-48:active {
  max-height: 12rem;
}

.active\:max-h-52:active {
  max-height: 13rem;
}

.active\:max-h-56:active {
  max-height: 14rem;
}

.active\:max-h-60:active {
  max-height: 15rem;
}

.active\:max-h-64:active {
  max-height: 16rem;
}

.active\:max-h-72:active {
  max-height: 18rem;
}

.active\:max-h-80:active {
  max-height: 20rem;
}

.active\:max-h-96:active {
  max-height: 24rem;
}

.active\:max-h-px:active {
  max-height: 1px;
}

.active\:max-h-0\.5:active {
  max-height: 0.125rem;
}

.active\:max-h-1\.5:active {
  max-height: 0.375rem;
}

.active\:max-h-2\.5:active {
  max-height: 0.625rem;
}

.active\:max-h-3\.5:active {
  max-height: 0.875rem;
}

.active\:max-h-full:active {
  max-height: 100%;
}

.active\:max-h-screen:active {
  max-height: 100vh;
}

.visited\:max-h-0:visited {
  max-height: 0px;
}

.visited\:max-h-1:visited {
  max-height: 0.25rem;
}

.visited\:max-h-2:visited {
  max-height: 0.5rem;
}

.visited\:max-h-3:visited {
  max-height: 0.75rem;
}

.visited\:max-h-4:visited {
  max-height: 1rem;
}

.visited\:max-h-5:visited {
  max-height: 1.25rem;
}

.visited\:max-h-6:visited {
  max-height: 1.5rem;
}

.visited\:max-h-7:visited {
  max-height: 1.75rem;
}

.visited\:max-h-8:visited {
  max-height: 2rem;
}

.visited\:max-h-9:visited {
  max-height: 2.25rem;
}

.visited\:max-h-10:visited {
  max-height: 2.5rem;
}

.visited\:max-h-11:visited {
  max-height: 2.75rem;
}

.visited\:max-h-12:visited {
  max-height: 3rem;
}

.visited\:max-h-14:visited {
  max-height: 3.5rem;
}

.visited\:max-h-16:visited {
  max-height: 4rem;
}

.visited\:max-h-20:visited {
  max-height: 5rem;
}

.visited\:max-h-24:visited {
  max-height: 6rem;
}

.visited\:max-h-28:visited {
  max-height: 7rem;
}

.visited\:max-h-32:visited {
  max-height: 8rem;
}

.visited\:max-h-36:visited {
  max-height: 9rem;
}

.visited\:max-h-40:visited {
  max-height: 10rem;
}

.visited\:max-h-44:visited {
  max-height: 11rem;
}

.visited\:max-h-48:visited {
  max-height: 12rem;
}

.visited\:max-h-52:visited {
  max-height: 13rem;
}

.visited\:max-h-56:visited {
  max-height: 14rem;
}

.visited\:max-h-60:visited {
  max-height: 15rem;
}

.visited\:max-h-64:visited {
  max-height: 16rem;
}

.visited\:max-h-72:visited {
  max-height: 18rem;
}

.visited\:max-h-80:visited {
  max-height: 20rem;
}

.visited\:max-h-96:visited {
  max-height: 24rem;
}

.visited\:max-h-px:visited {
  max-height: 1px;
}

.visited\:max-h-0\.5:visited {
  max-height: 0.125rem;
}

.visited\:max-h-1\.5:visited {
  max-height: 0.375rem;
}

.visited\:max-h-2\.5:visited {
  max-height: 0.625rem;
}

.visited\:max-h-3\.5:visited {
  max-height: 0.875rem;
}

.visited\:max-h-full:visited {
  max-height: 100%;
}

.visited\:max-h-screen:visited {
  max-height: 100vh;
}

.disabled\:max-h-0:disabled {
  max-height: 0px;
}

.disabled\:max-h-1:disabled {
  max-height: 0.25rem;
}

.disabled\:max-h-2:disabled {
  max-height: 0.5rem;
}

.disabled\:max-h-3:disabled {
  max-height: 0.75rem;
}

.disabled\:max-h-4:disabled {
  max-height: 1rem;
}

.disabled\:max-h-5:disabled {
  max-height: 1.25rem;
}

.disabled\:max-h-6:disabled {
  max-height: 1.5rem;
}

.disabled\:max-h-7:disabled {
  max-height: 1.75rem;
}

.disabled\:max-h-8:disabled {
  max-height: 2rem;
}

.disabled\:max-h-9:disabled {
  max-height: 2.25rem;
}

.disabled\:max-h-10:disabled {
  max-height: 2.5rem;
}

.disabled\:max-h-11:disabled {
  max-height: 2.75rem;
}

.disabled\:max-h-12:disabled {
  max-height: 3rem;
}

.disabled\:max-h-14:disabled {
  max-height: 3.5rem;
}

.disabled\:max-h-16:disabled {
  max-height: 4rem;
}

.disabled\:max-h-20:disabled {
  max-height: 5rem;
}

.disabled\:max-h-24:disabled {
  max-height: 6rem;
}

.disabled\:max-h-28:disabled {
  max-height: 7rem;
}

.disabled\:max-h-32:disabled {
  max-height: 8rem;
}

.disabled\:max-h-36:disabled {
  max-height: 9rem;
}

.disabled\:max-h-40:disabled {
  max-height: 10rem;
}

.disabled\:max-h-44:disabled {
  max-height: 11rem;
}

.disabled\:max-h-48:disabled {
  max-height: 12rem;
}

.disabled\:max-h-52:disabled {
  max-height: 13rem;
}

.disabled\:max-h-56:disabled {
  max-height: 14rem;
}

.disabled\:max-h-60:disabled {
  max-height: 15rem;
}

.disabled\:max-h-64:disabled {
  max-height: 16rem;
}

.disabled\:max-h-72:disabled {
  max-height: 18rem;
}

.disabled\:max-h-80:disabled {
  max-height: 20rem;
}

.disabled\:max-h-96:disabled {
  max-height: 24rem;
}

.disabled\:max-h-px:disabled {
  max-height: 1px;
}

.disabled\:max-h-0\.5:disabled {
  max-height: 0.125rem;
}

.disabled\:max-h-1\.5:disabled {
  max-height: 0.375rem;
}

.disabled\:max-h-2\.5:disabled {
  max-height: 0.625rem;
}

.disabled\:max-h-3\.5:disabled {
  max-height: 0.875rem;
}

.disabled\:max-h-full:disabled {
  max-height: 100%;
}

.disabled\:max-h-screen:disabled {
  max-height: 100vh;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.group:hover .group-hover\:max-w-0 {
  max-width: 0rem;
}

.group:hover .group-hover\:max-w-none {
  max-width: none;
}

.group:hover .group-hover\:max-w-xs {
  max-width: 20rem;
}

.group:hover .group-hover\:max-w-sm {
  max-width: 24rem;
}

.group:hover .group-hover\:max-w-md {
  max-width: 28rem;
}

.group:hover .group-hover\:max-w-lg {
  max-width: 32rem;
}

.group:hover .group-hover\:max-w-xl {
  max-width: 36rem;
}

.group:hover .group-hover\:max-w-2xl {
  max-width: 42rem;
}

.group:hover .group-hover\:max-w-3xl {
  max-width: 48rem;
}

.group:hover .group-hover\:max-w-4xl {
  max-width: 56rem;
}

.group:hover .group-hover\:max-w-5xl {
  max-width: 64rem;
}

.group:hover .group-hover\:max-w-6xl {
  max-width: 72rem;
}

.group:hover .group-hover\:max-w-7xl {
  max-width: 80rem;
}

.group:hover .group-hover\:max-w-full {
  max-width: 100%;
}

.group:hover .group-hover\:max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.group:hover .group-hover\:max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.group:hover .group-hover\:max-w-prose {
  max-width: 65ch;
}

.group:hover .group-hover\:max-w-screen-sm {
  max-width: 640px;
}

.group:hover .group-hover\:max-w-screen-md {
  max-width: 768px;
}

.group:hover .group-hover\:max-w-screen-lg {
  max-width: 1024px;
}

.group:hover .group-hover\:max-w-screen-xl {
  max-width: 1280px;
}

.group:hover .group-hover\:max-w-screen-2xl {
  max-width: 1536px;
}

.focus-within\:max-w-0:focus-within {
  max-width: 0rem;
}

.focus-within\:max-w-none:focus-within {
  max-width: none;
}

.focus-within\:max-w-xs:focus-within {
  max-width: 20rem;
}

.focus-within\:max-w-sm:focus-within {
  max-width: 24rem;
}

.focus-within\:max-w-md:focus-within {
  max-width: 28rem;
}

.focus-within\:max-w-lg:focus-within {
  max-width: 32rem;
}

.focus-within\:max-w-xl:focus-within {
  max-width: 36rem;
}

.focus-within\:max-w-2xl:focus-within {
  max-width: 42rem;
}

.focus-within\:max-w-3xl:focus-within {
  max-width: 48rem;
}

.focus-within\:max-w-4xl:focus-within {
  max-width: 56rem;
}

.focus-within\:max-w-5xl:focus-within {
  max-width: 64rem;
}

.focus-within\:max-w-6xl:focus-within {
  max-width: 72rem;
}

.focus-within\:max-w-7xl:focus-within {
  max-width: 80rem;
}

.focus-within\:max-w-full:focus-within {
  max-width: 100%;
}

.focus-within\:max-w-min:focus-within {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.focus-within\:max-w-max:focus-within {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.focus-within\:max-w-prose:focus-within {
  max-width: 65ch;
}

.focus-within\:max-w-screen-sm:focus-within {
  max-width: 640px;
}

.focus-within\:max-w-screen-md:focus-within {
  max-width: 768px;
}

.focus-within\:max-w-screen-lg:focus-within {
  max-width: 1024px;
}

.focus-within\:max-w-screen-xl:focus-within {
  max-width: 1280px;
}

.focus-within\:max-w-screen-2xl:focus-within {
  max-width: 1536px;
}

.first\:max-w-0:first-child {
  max-width: 0rem;
}

.first\:max-w-none:first-child {
  max-width: none;
}

.first\:max-w-xs:first-child {
  max-width: 20rem;
}

.first\:max-w-sm:first-child {
  max-width: 24rem;
}

.first\:max-w-md:first-child {
  max-width: 28rem;
}

.first\:max-w-lg:first-child {
  max-width: 32rem;
}

.first\:max-w-xl:first-child {
  max-width: 36rem;
}

.first\:max-w-2xl:first-child {
  max-width: 42rem;
}

.first\:max-w-3xl:first-child {
  max-width: 48rem;
}

.first\:max-w-4xl:first-child {
  max-width: 56rem;
}

.first\:max-w-5xl:first-child {
  max-width: 64rem;
}

.first\:max-w-6xl:first-child {
  max-width: 72rem;
}

.first\:max-w-7xl:first-child {
  max-width: 80rem;
}

.first\:max-w-full:first-child {
  max-width: 100%;
}

.first\:max-w-min:first-child {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.first\:max-w-max:first-child {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.first\:max-w-prose:first-child {
  max-width: 65ch;
}

.first\:max-w-screen-sm:first-child {
  max-width: 640px;
}

.first\:max-w-screen-md:first-child {
  max-width: 768px;
}

.first\:max-w-screen-lg:first-child {
  max-width: 1024px;
}

.first\:max-w-screen-xl:first-child {
  max-width: 1280px;
}

.first\:max-w-screen-2xl:first-child {
  max-width: 1536px;
}

.last\:max-w-0:last-child {
  max-width: 0rem;
}

.last\:max-w-none:last-child {
  max-width: none;
}

.last\:max-w-xs:last-child {
  max-width: 20rem;
}

.last\:max-w-sm:last-child {
  max-width: 24rem;
}

.last\:max-w-md:last-child {
  max-width: 28rem;
}

.last\:max-w-lg:last-child {
  max-width: 32rem;
}

.last\:max-w-xl:last-child {
  max-width: 36rem;
}

.last\:max-w-2xl:last-child {
  max-width: 42rem;
}

.last\:max-w-3xl:last-child {
  max-width: 48rem;
}

.last\:max-w-4xl:last-child {
  max-width: 56rem;
}

.last\:max-w-5xl:last-child {
  max-width: 64rem;
}

.last\:max-w-6xl:last-child {
  max-width: 72rem;
}

.last\:max-w-7xl:last-child {
  max-width: 80rem;
}

.last\:max-w-full:last-child {
  max-width: 100%;
}

.last\:max-w-min:last-child {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.last\:max-w-max:last-child {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.last\:max-w-prose:last-child {
  max-width: 65ch;
}

.last\:max-w-screen-sm:last-child {
  max-width: 640px;
}

.last\:max-w-screen-md:last-child {
  max-width: 768px;
}

.last\:max-w-screen-lg:last-child {
  max-width: 1024px;
}

.last\:max-w-screen-xl:last-child {
  max-width: 1280px;
}

.last\:max-w-screen-2xl:last-child {
  max-width: 1536px;
}

.odd\:max-w-0:nth-child(odd) {
  max-width: 0rem;
}

.odd\:max-w-none:nth-child(odd) {
  max-width: none;
}

.odd\:max-w-xs:nth-child(odd) {
  max-width: 20rem;
}

.odd\:max-w-sm:nth-child(odd) {
  max-width: 24rem;
}

.odd\:max-w-md:nth-child(odd) {
  max-width: 28rem;
}

.odd\:max-w-lg:nth-child(odd) {
  max-width: 32rem;
}

.odd\:max-w-xl:nth-child(odd) {
  max-width: 36rem;
}

.odd\:max-w-2xl:nth-child(odd) {
  max-width: 42rem;
}

.odd\:max-w-3xl:nth-child(odd) {
  max-width: 48rem;
}

.odd\:max-w-4xl:nth-child(odd) {
  max-width: 56rem;
}

.odd\:max-w-5xl:nth-child(odd) {
  max-width: 64rem;
}

.odd\:max-w-6xl:nth-child(odd) {
  max-width: 72rem;
}

.odd\:max-w-7xl:nth-child(odd) {
  max-width: 80rem;
}

.odd\:max-w-full:nth-child(odd) {
  max-width: 100%;
}

.odd\:max-w-min:nth-child(odd) {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.odd\:max-w-max:nth-child(odd) {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.odd\:max-w-prose:nth-child(odd) {
  max-width: 65ch;
}

.odd\:max-w-screen-sm:nth-child(odd) {
  max-width: 640px;
}

.odd\:max-w-screen-md:nth-child(odd) {
  max-width: 768px;
}

.odd\:max-w-screen-lg:nth-child(odd) {
  max-width: 1024px;
}

.odd\:max-w-screen-xl:nth-child(odd) {
  max-width: 1280px;
}

.odd\:max-w-screen-2xl:nth-child(odd) {
  max-width: 1536px;
}

.even\:max-w-0:nth-child(even) {
  max-width: 0rem;
}

.even\:max-w-none:nth-child(even) {
  max-width: none;
}

.even\:max-w-xs:nth-child(even) {
  max-width: 20rem;
}

.even\:max-w-sm:nth-child(even) {
  max-width: 24rem;
}

.even\:max-w-md:nth-child(even) {
  max-width: 28rem;
}

.even\:max-w-lg:nth-child(even) {
  max-width: 32rem;
}

.even\:max-w-xl:nth-child(even) {
  max-width: 36rem;
}

.even\:max-w-2xl:nth-child(even) {
  max-width: 42rem;
}

.even\:max-w-3xl:nth-child(even) {
  max-width: 48rem;
}

.even\:max-w-4xl:nth-child(even) {
  max-width: 56rem;
}

.even\:max-w-5xl:nth-child(even) {
  max-width: 64rem;
}

.even\:max-w-6xl:nth-child(even) {
  max-width: 72rem;
}

.even\:max-w-7xl:nth-child(even) {
  max-width: 80rem;
}

.even\:max-w-full:nth-child(even) {
  max-width: 100%;
}

.even\:max-w-min:nth-child(even) {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.even\:max-w-max:nth-child(even) {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.even\:max-w-prose:nth-child(even) {
  max-width: 65ch;
}

.even\:max-w-screen-sm:nth-child(even) {
  max-width: 640px;
}

.even\:max-w-screen-md:nth-child(even) {
  max-width: 768px;
}

.even\:max-w-screen-lg:nth-child(even) {
  max-width: 1024px;
}

.even\:max-w-screen-xl:nth-child(even) {
  max-width: 1280px;
}

.even\:max-w-screen-2xl:nth-child(even) {
  max-width: 1536px;
}

.hover\:max-w-0:hover {
  max-width: 0rem;
}

.hover\:max-w-none:hover {
  max-width: none;
}

.hover\:max-w-xs:hover {
  max-width: 20rem;
}

.hover\:max-w-sm:hover {
  max-width: 24rem;
}

.hover\:max-w-md:hover {
  max-width: 28rem;
}

.hover\:max-w-lg:hover {
  max-width: 32rem;
}

.hover\:max-w-xl:hover {
  max-width: 36rem;
}

.hover\:max-w-2xl:hover {
  max-width: 42rem;
}

.hover\:max-w-3xl:hover {
  max-width: 48rem;
}

.hover\:max-w-4xl:hover {
  max-width: 56rem;
}

.hover\:max-w-5xl:hover {
  max-width: 64rem;
}

.hover\:max-w-6xl:hover {
  max-width: 72rem;
}

.hover\:max-w-7xl:hover {
  max-width: 80rem;
}

.hover\:max-w-full:hover {
  max-width: 100%;
}

.hover\:max-w-min:hover {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.hover\:max-w-max:hover {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.hover\:max-w-prose:hover {
  max-width: 65ch;
}

.hover\:max-w-screen-sm:hover {
  max-width: 640px;
}

.hover\:max-w-screen-md:hover {
  max-width: 768px;
}

.hover\:max-w-screen-lg:hover {
  max-width: 1024px;
}

.hover\:max-w-screen-xl:hover {
  max-width: 1280px;
}

.hover\:max-w-screen-2xl:hover {
  max-width: 1536px;
}

.focus\:max-w-0:focus {
  max-width: 0rem;
}

.focus\:max-w-none:focus {
  max-width: none;
}

.focus\:max-w-xs:focus {
  max-width: 20rem;
}

.focus\:max-w-sm:focus {
  max-width: 24rem;
}

.focus\:max-w-md:focus {
  max-width: 28rem;
}

.focus\:max-w-lg:focus {
  max-width: 32rem;
}

.focus\:max-w-xl:focus {
  max-width: 36rem;
}

.focus\:max-w-2xl:focus {
  max-width: 42rem;
}

.focus\:max-w-3xl:focus {
  max-width: 48rem;
}

.focus\:max-w-4xl:focus {
  max-width: 56rem;
}

.focus\:max-w-5xl:focus {
  max-width: 64rem;
}

.focus\:max-w-6xl:focus {
  max-width: 72rem;
}

.focus\:max-w-7xl:focus {
  max-width: 80rem;
}

.focus\:max-w-full:focus {
  max-width: 100%;
}

.focus\:max-w-min:focus {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.focus\:max-w-max:focus {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.focus\:max-w-prose:focus {
  max-width: 65ch;
}

.focus\:max-w-screen-sm:focus {
  max-width: 640px;
}

.focus\:max-w-screen-md:focus {
  max-width: 768px;
}

.focus\:max-w-screen-lg:focus {
  max-width: 1024px;
}

.focus\:max-w-screen-xl:focus {
  max-width: 1280px;
}

.focus\:max-w-screen-2xl:focus {
  max-width: 1536px;
}

.active\:max-w-0:active {
  max-width: 0rem;
}

.active\:max-w-none:active {
  max-width: none;
}

.active\:max-w-xs:active {
  max-width: 20rem;
}

.active\:max-w-sm:active {
  max-width: 24rem;
}

.active\:max-w-md:active {
  max-width: 28rem;
}

.active\:max-w-lg:active {
  max-width: 32rem;
}

.active\:max-w-xl:active {
  max-width: 36rem;
}

.active\:max-w-2xl:active {
  max-width: 42rem;
}

.active\:max-w-3xl:active {
  max-width: 48rem;
}

.active\:max-w-4xl:active {
  max-width: 56rem;
}

.active\:max-w-5xl:active {
  max-width: 64rem;
}

.active\:max-w-6xl:active {
  max-width: 72rem;
}

.active\:max-w-7xl:active {
  max-width: 80rem;
}

.active\:max-w-full:active {
  max-width: 100%;
}

.active\:max-w-min:active {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.active\:max-w-max:active {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.active\:max-w-prose:active {
  max-width: 65ch;
}

.active\:max-w-screen-sm:active {
  max-width: 640px;
}

.active\:max-w-screen-md:active {
  max-width: 768px;
}

.active\:max-w-screen-lg:active {
  max-width: 1024px;
}

.active\:max-w-screen-xl:active {
  max-width: 1280px;
}

.active\:max-w-screen-2xl:active {
  max-width: 1536px;
}

.visited\:max-w-0:visited {
  max-width: 0rem;
}

.visited\:max-w-none:visited {
  max-width: none;
}

.visited\:max-w-xs:visited {
  max-width: 20rem;
}

.visited\:max-w-sm:visited {
  max-width: 24rem;
}

.visited\:max-w-md:visited {
  max-width: 28rem;
}

.visited\:max-w-lg:visited {
  max-width: 32rem;
}

.visited\:max-w-xl:visited {
  max-width: 36rem;
}

.visited\:max-w-2xl:visited {
  max-width: 42rem;
}

.visited\:max-w-3xl:visited {
  max-width: 48rem;
}

.visited\:max-w-4xl:visited {
  max-width: 56rem;
}

.visited\:max-w-5xl:visited {
  max-width: 64rem;
}

.visited\:max-w-6xl:visited {
  max-width: 72rem;
}

.visited\:max-w-7xl:visited {
  max-width: 80rem;
}

.visited\:max-w-full:visited {
  max-width: 100%;
}

.visited\:max-w-min:visited {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.visited\:max-w-max:visited {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.visited\:max-w-prose:visited {
  max-width: 65ch;
}

.visited\:max-w-screen-sm:visited {
  max-width: 640px;
}

.visited\:max-w-screen-md:visited {
  max-width: 768px;
}

.visited\:max-w-screen-lg:visited {
  max-width: 1024px;
}

.visited\:max-w-screen-xl:visited {
  max-width: 1280px;
}

.visited\:max-w-screen-2xl:visited {
  max-width: 1536px;
}

.disabled\:max-w-0:disabled {
  max-width: 0rem;
}

.disabled\:max-w-none:disabled {
  max-width: none;
}

.disabled\:max-w-xs:disabled {
  max-width: 20rem;
}

.disabled\:max-w-sm:disabled {
  max-width: 24rem;
}

.disabled\:max-w-md:disabled {
  max-width: 28rem;
}

.disabled\:max-w-lg:disabled {
  max-width: 32rem;
}

.disabled\:max-w-xl:disabled {
  max-width: 36rem;
}

.disabled\:max-w-2xl:disabled {
  max-width: 42rem;
}

.disabled\:max-w-3xl:disabled {
  max-width: 48rem;
}

.disabled\:max-w-4xl:disabled {
  max-width: 56rem;
}

.disabled\:max-w-5xl:disabled {
  max-width: 64rem;
}

.disabled\:max-w-6xl:disabled {
  max-width: 72rem;
}

.disabled\:max-w-7xl:disabled {
  max-width: 80rem;
}

.disabled\:max-w-full:disabled {
  max-width: 100%;
}

.disabled\:max-w-min:disabled {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.disabled\:max-w-max:disabled {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.disabled\:max-w-prose:disabled {
  max-width: 65ch;
}

.disabled\:max-w-screen-sm:disabled {
  max-width: 640px;
}

.disabled\:max-w-screen-md:disabled {
  max-width: 768px;
}

.disabled\:max-w-screen-lg:disabled {
  max-width: 1024px;
}

.disabled\:max-w-screen-xl:disabled {
  max-width: 1280px;
}

.disabled\:max-w-screen-2xl:disabled {
  max-width: 1536px;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.group:hover .group-hover\:min-h-0 {
  min-height: 0px;
}

.group:hover .group-hover\:min-h-full {
  min-height: 100%;
}

.group:hover .group-hover\:min-h-screen {
  min-height: 100vh;
}

.focus-within\:min-h-0:focus-within {
  min-height: 0px;
}

.focus-within\:min-h-full:focus-within {
  min-height: 100%;
}

.focus-within\:min-h-screen:focus-within {
  min-height: 100vh;
}

.first\:min-h-0:first-child {
  min-height: 0px;
}

.first\:min-h-full:first-child {
  min-height: 100%;
}

.first\:min-h-screen:first-child {
  min-height: 100vh;
}

.last\:min-h-0:last-child {
  min-height: 0px;
}

.last\:min-h-full:last-child {
  min-height: 100%;
}

.last\:min-h-screen:last-child {
  min-height: 100vh;
}

.odd\:min-h-0:nth-child(odd) {
  min-height: 0px;
}

.odd\:min-h-full:nth-child(odd) {
  min-height: 100%;
}

.odd\:min-h-screen:nth-child(odd) {
  min-height: 100vh;
}

.even\:min-h-0:nth-child(even) {
  min-height: 0px;
}

.even\:min-h-full:nth-child(even) {
  min-height: 100%;
}

.even\:min-h-screen:nth-child(even) {
  min-height: 100vh;
}

.hover\:min-h-0:hover {
  min-height: 0px;
}

.hover\:min-h-full:hover {
  min-height: 100%;
}

.hover\:min-h-screen:hover {
  min-height: 100vh;
}

.focus\:min-h-0:focus {
  min-height: 0px;
}

.focus\:min-h-full:focus {
  min-height: 100%;
}

.focus\:min-h-screen:focus {
  min-height: 100vh;
}

.active\:min-h-0:active {
  min-height: 0px;
}

.active\:min-h-full:active {
  min-height: 100%;
}

.active\:min-h-screen:active {
  min-height: 100vh;
}

.visited\:min-h-0:visited {
  min-height: 0px;
}

.visited\:min-h-full:visited {
  min-height: 100%;
}

.visited\:min-h-screen:visited {
  min-height: 100vh;
}

.disabled\:min-h-0:disabled {
  min-height: 0px;
}

.disabled\:min-h-full:disabled {
  min-height: 100%;
}

.disabled\:min-h-screen:disabled {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.group:hover .group-hover\:min-w-0 {
  min-width: 0px;
}

.group:hover .group-hover\:min-w-full {
  min-width: 100%;
}

.group:hover .group-hover\:min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.group:hover .group-hover\:min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.focus-within\:min-w-0:focus-within {
  min-width: 0px;
}

.focus-within\:min-w-full:focus-within {
  min-width: 100%;
}

.focus-within\:min-w-min:focus-within {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.focus-within\:min-w-max:focus-within {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.first\:min-w-0:first-child {
  min-width: 0px;
}

.first\:min-w-full:first-child {
  min-width: 100%;
}

.first\:min-w-min:first-child {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.first\:min-w-max:first-child {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.last\:min-w-0:last-child {
  min-width: 0px;
}

.last\:min-w-full:last-child {
  min-width: 100%;
}

.last\:min-w-min:last-child {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.last\:min-w-max:last-child {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.odd\:min-w-0:nth-child(odd) {
  min-width: 0px;
}

.odd\:min-w-full:nth-child(odd) {
  min-width: 100%;
}

.odd\:min-w-min:nth-child(odd) {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.odd\:min-w-max:nth-child(odd) {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.even\:min-w-0:nth-child(even) {
  min-width: 0px;
}

.even\:min-w-full:nth-child(even) {
  min-width: 100%;
}

.even\:min-w-min:nth-child(even) {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.even\:min-w-max:nth-child(even) {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.hover\:min-w-0:hover {
  min-width: 0px;
}

.hover\:min-w-full:hover {
  min-width: 100%;
}

.hover\:min-w-min:hover {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.hover\:min-w-max:hover {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.focus\:min-w-0:focus {
  min-width: 0px;
}

.focus\:min-w-full:focus {
  min-width: 100%;
}

.focus\:min-w-min:focus {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.focus\:min-w-max:focus {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.active\:min-w-0:active {
  min-width: 0px;
}

.active\:min-w-full:active {
  min-width: 100%;
}

.active\:min-w-min:active {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.active\:min-w-max:active {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.visited\:min-w-0:visited {
  min-width: 0px;
}

.visited\:min-w-full:visited {
  min-width: 100%;
}

.visited\:min-w-min:visited {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.visited\:min-w-max:visited {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.disabled\:min-w-0:disabled {
  min-width: 0px;
}

.disabled\:min-w-full:disabled {
  min-width: 100%;
}

.disabled\:min-w-min:disabled {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.disabled\:min-w-max:disabled {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.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;
}

.group:hover .group-hover\:object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.group:hover .group-hover\:object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.group:hover .group-hover\:object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.group:hover .group-hover\:object-none {
  -o-object-fit: none;
     object-fit: none;
}

.group:hover .group-hover\:object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.focus-within\:object-contain:focus-within {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus-within\:object-cover:focus-within {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus-within\:object-fill:focus-within {
  -o-object-fit: fill;
     object-fit: fill;
}

.focus-within\:object-none:focus-within {
  -o-object-fit: none;
     object-fit: none;
}

.focus-within\:object-scale-down:focus-within {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.first\:object-contain:first-child {
  -o-object-fit: contain;
     object-fit: contain;
}

.first\:object-cover:first-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.first\:object-fill:first-child {
  -o-object-fit: fill;
     object-fit: fill;
}

.first\:object-none:first-child {
  -o-object-fit: none;
     object-fit: none;
}

.first\:object-scale-down:first-child {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.last\:object-contain:last-child {
  -o-object-fit: contain;
     object-fit: contain;
}

.last\:object-cover:last-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.last\:object-fill:last-child {
  -o-object-fit: fill;
     object-fit: fill;
}

.last\:object-none:last-child {
  -o-object-fit: none;
     object-fit: none;
}

.last\:object-scale-down:last-child {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.odd\:object-contain:nth-child(odd) {
  -o-object-fit: contain;
     object-fit: contain;
}

.odd\:object-cover:nth-child(odd) {
  -o-object-fit: cover;
     object-fit: cover;
}

.odd\:object-fill:nth-child(odd) {
  -o-object-fit: fill;
     object-fit: fill;
}

.odd\:object-none:nth-child(odd) {
  -o-object-fit: none;
     object-fit: none;
}

.odd\:object-scale-down:nth-child(odd) {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.even\:object-contain:nth-child(even) {
  -o-object-fit: contain;
     object-fit: contain;
}

.even\:object-cover:nth-child(even) {
  -o-object-fit: cover;
     object-fit: cover;
}

.even\:object-fill:nth-child(even) {
  -o-object-fit: fill;
     object-fit: fill;
}

.even\:object-none:nth-child(even) {
  -o-object-fit: none;
     object-fit: none;
}

.even\:object-scale-down:nth-child(even) {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hover\:object-contain:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.hover\:object-cover:hover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:object-fill:hover {
  -o-object-fit: fill;
     object-fit: fill;
}

.hover\:object-none:hover {
  -o-object-fit: none;
     object-fit: none;
}

.hover\:object-scale-down:hover {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.focus\:object-contain:focus {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus\:object-cover:focus {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus\:object-fill:focus {
  -o-object-fit: fill;
     object-fit: fill;
}

.focus\:object-none:focus {
  -o-object-fit: none;
     object-fit: none;
}

.focus\:object-scale-down:focus {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.active\:object-contain:active {
  -o-object-fit: contain;
     object-fit: contain;
}

.active\:object-cover:active {
  -o-object-fit: cover;
     object-fit: cover;
}

.active\:object-fill:active {
  -o-object-fit: fill;
     object-fit: fill;
}

.active\:object-none:active {
  -o-object-fit: none;
     object-fit: none;
}

.active\:object-scale-down:active {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.visited\:object-contain:visited {
  -o-object-fit: contain;
     object-fit: contain;
}

.visited\:object-cover:visited {
  -o-object-fit: cover;
     object-fit: cover;
}

.visited\:object-fill:visited {
  -o-object-fit: fill;
     object-fit: fill;
}

.visited\:object-none:visited {
  -o-object-fit: none;
     object-fit: none;
}

.visited\:object-scale-down:visited {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.disabled\:object-contain:disabled {
  -o-object-fit: contain;
     object-fit: contain;
}

.disabled\:object-cover:disabled {
  -o-object-fit: cover;
     object-fit: cover;
}

.disabled\:object-fill:disabled {
  -o-object-fit: fill;
     object-fit: fill;
}

.disabled\:object-none:disabled {
  -o-object-fit: none;
     object-fit: none;
}

.disabled\:object-scale-down:disabled {
  -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;
}

.group:hover .group-hover\:object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.group:hover .group-hover\:object-center {
  -o-object-position: center;
     object-position: center;
}

.group:hover .group-hover\:object-left {
  -o-object-position: left;
     object-position: left;
}

.group:hover .group-hover\:object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.group:hover .group-hover\:object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.group:hover .group-hover\:object-right {
  -o-object-position: right;
     object-position: right;
}

.group:hover .group-hover\:object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.group:hover .group-hover\:object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.group:hover .group-hover\:object-top {
  -o-object-position: top;
     object-position: top;
}

.focus-within\:object-bottom:focus-within {
  -o-object-position: bottom;
     object-position: bottom;
}

.focus-within\:object-center:focus-within {
  -o-object-position: center;
     object-position: center;
}

.focus-within\:object-left:focus-within {
  -o-object-position: left;
     object-position: left;
}

.focus-within\:object-left-bottom:focus-within {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.focus-within\:object-left-top:focus-within {
  -o-object-position: left top;
     object-position: left top;
}

.focus-within\:object-right:focus-within {
  -o-object-position: right;
     object-position: right;
}

.focus-within\:object-right-bottom:focus-within {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.focus-within\:object-right-top:focus-within {
  -o-object-position: right top;
     object-position: right top;
}

.focus-within\:object-top:focus-within {
  -o-object-position: top;
     object-position: top;
}

.first\:object-bottom:first-child {
  -o-object-position: bottom;
     object-position: bottom;
}

.first\:object-center:first-child {
  -o-object-position: center;
     object-position: center;
}

.first\:object-left:first-child {
  -o-object-position: left;
     object-position: left;
}

.first\:object-left-bottom:first-child {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.first\:object-left-top:first-child {
  -o-object-position: left top;
     object-position: left top;
}

.first\:object-right:first-child {
  -o-object-position: right;
     object-position: right;
}

.first\:object-right-bottom:first-child {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.first\:object-right-top:first-child {
  -o-object-position: right top;
     object-position: right top;
}

.first\:object-top:first-child {
  -o-object-position: top;
     object-position: top;
}

.last\:object-bottom:last-child {
  -o-object-position: bottom;
     object-position: bottom;
}

.last\:object-center:last-child {
  -o-object-position: center;
     object-position: center;
}

.last\:object-left:last-child {
  -o-object-position: left;
     object-position: left;
}

.last\:object-left-bottom:last-child {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.last\:object-left-top:last-child {
  -o-object-position: left top;
     object-position: left top;
}

.last\:object-right:last-child {
  -o-object-position: right;
     object-position: right;
}

.last\:object-right-bottom:last-child {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.last\:object-right-top:last-child {
  -o-object-position: right top;
     object-position: right top;
}

.last\:object-top:last-child {
  -o-object-position: top;
     object-position: top;
}

.odd\:object-bottom:nth-child(odd) {
  -o-object-position: bottom;
     object-position: bottom;
}

.odd\:object-center:nth-child(odd) {
  -o-object-position: center;
     object-position: center;
}

.odd\:object-left:nth-child(odd) {
  -o-object-position: left;
     object-position: left;
}

.odd\:object-left-bottom:nth-child(odd) {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.odd\:object-left-top:nth-child(odd) {
  -o-object-position: left top;
     object-position: left top;
}

.odd\:object-right:nth-child(odd) {
  -o-object-position: right;
     object-position: right;
}

.odd\:object-right-bottom:nth-child(odd) {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.odd\:object-right-top:nth-child(odd) {
  -o-object-position: right top;
     object-position: right top;
}

.odd\:object-top:nth-child(odd) {
  -o-object-position: top;
     object-position: top;
}

.even\:object-bottom:nth-child(even) {
  -o-object-position: bottom;
     object-position: bottom;
}

.even\:object-center:nth-child(even) {
  -o-object-position: center;
     object-position: center;
}

.even\:object-left:nth-child(even) {
  -o-object-position: left;
     object-position: left;
}

.even\:object-left-bottom:nth-child(even) {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.even\:object-left-top:nth-child(even) {
  -o-object-position: left top;
     object-position: left top;
}

.even\:object-right:nth-child(even) {
  -o-object-position: right;
     object-position: right;
}

.even\:object-right-bottom:nth-child(even) {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.even\:object-right-top:nth-child(even) {
  -o-object-position: right top;
     object-position: right top;
}

.even\:object-top:nth-child(even) {
  -o-object-position: top;
     object-position: top;
}

.hover\:object-bottom:hover {
  -o-object-position: bottom;
     object-position: bottom;
}

.hover\:object-center:hover {
  -o-object-position: center;
     object-position: center;
}

.hover\:object-left:hover {
  -o-object-position: left;
     object-position: left;
}

.hover\:object-left-bottom:hover {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.hover\:object-left-top:hover {
  -o-object-position: left top;
     object-position: left top;
}

.hover\:object-right:hover {
  -o-object-position: right;
     object-position: right;
}

.hover\:object-right-bottom:hover {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.hover\:object-right-top:hover {
  -o-object-position: right top;
     object-position: right top;
}

.hover\:object-top:hover {
  -o-object-position: top;
     object-position: top;
}

.focus\:object-bottom:focus {
  -o-object-position: bottom;
     object-position: bottom;
}

.focus\:object-center:focus {
  -o-object-position: center;
     object-position: center;
}

.focus\:object-left:focus {
  -o-object-position: left;
     object-position: left;
}

.focus\:object-left-bottom:focus {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.focus\:object-left-top:focus {
  -o-object-position: left top;
     object-position: left top;
}

.focus\:object-right:focus {
  -o-object-position: right;
     object-position: right;
}

.focus\:object-right-bottom:focus {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.focus\:object-right-top:focus {
  -o-object-position: right top;
     object-position: right top;
}

.focus\:object-top:focus {
  -o-object-position: top;
     object-position: top;
}

.active\:object-bottom:active {
  -o-object-position: bottom;
     object-position: bottom;
}

.active\:object-center:active {
  -o-object-position: center;
     object-position: center;
}

.active\:object-left:active {
  -o-object-position: left;
     object-position: left;
}

.active\:object-left-bottom:active {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.active\:object-left-top:active {
  -o-object-position: left top;
     object-position: left top;
}

.active\:object-right:active {
  -o-object-position: right;
     object-position: right;
}

.active\:object-right-bottom:active {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.active\:object-right-top:active {
  -o-object-position: right top;
     object-position: right top;
}

.active\:object-top:active {
  -o-object-position: top;
     object-position: top;
}

.visited\:object-bottom:visited {
  -o-object-position: bottom;
     object-position: bottom;
}

.visited\:object-center:visited {
  -o-object-position: center;
     object-position: center;
}

.visited\:object-left:visited {
  -o-object-position: left;
     object-position: left;
}

.visited\:object-left-bottom:visited {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.visited\:object-left-top:visited {
  -o-object-position: left top;
     object-position: left top;
}

.visited\:object-right:visited {
  -o-object-position: right;
     object-position: right;
}

.visited\:object-right-bottom:visited {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.visited\:object-right-top:visited {
  -o-object-position: right top;
     object-position: right top;
}

.visited\:object-top:visited {
  -o-object-position: top;
     object-position: top;
}

.disabled\:object-bottom:disabled {
  -o-object-position: bottom;
     object-position: bottom;
}

.disabled\:object-center:disabled {
  -o-object-position: center;
     object-position: center;
}

.disabled\:object-left:disabled {
  -o-object-position: left;
     object-position: left;
}

.disabled\:object-left-bottom:disabled {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.disabled\:object-left-top:disabled {
  -o-object-position: left top;
     object-position: left top;
}

.disabled\:object-right:disabled {
  -o-object-position: right;
     object-position: right;
}

.disabled\:object-right-bottom:disabled {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.disabled\:object-right-top:disabled {
  -o-object-position: right top;
     object-position: right top;
}

.disabled\:object-top:disabled {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.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-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;
}

.first\:opacity-0:first-child {
  opacity: 0;
}

.first\:opacity-5:first-child {
  opacity: 0.05;
}

.first\:opacity-10:first-child {
  opacity: 0.1;
}

.first\:opacity-20:first-child {
  opacity: 0.2;
}

.first\:opacity-25:first-child {
  opacity: 0.25;
}

.first\:opacity-30:first-child {
  opacity: 0.3;
}

.first\:opacity-40:first-child {
  opacity: 0.4;
}

.first\:opacity-50:first-child {
  opacity: 0.5;
}

.first\:opacity-60:first-child {
  opacity: 0.6;
}

.first\:opacity-70:first-child {
  opacity: 0.7;
}

.first\:opacity-75:first-child {
  opacity: 0.75;
}

.first\:opacity-80:first-child {
  opacity: 0.8;
}

.first\:opacity-90:first-child {
  opacity: 0.9;
}

.first\:opacity-95:first-child {
  opacity: 0.95;
}

.first\:opacity-100:first-child {
  opacity: 1;
}

.last\:opacity-0:last-child {
  opacity: 0;
}

.last\:opacity-5:last-child {
  opacity: 0.05;
}

.last\:opacity-10:last-child {
  opacity: 0.1;
}

.last\:opacity-20:last-child {
  opacity: 0.2;
}

.last\:opacity-25:last-child {
  opacity: 0.25;
}

.last\:opacity-30:last-child {
  opacity: 0.3;
}

.last\:opacity-40:last-child {
  opacity: 0.4;
}

.last\:opacity-50:last-child {
  opacity: 0.5;
}

.last\:opacity-60:last-child {
  opacity: 0.6;
}

.last\:opacity-70:last-child {
  opacity: 0.7;
}

.last\:opacity-75:last-child {
  opacity: 0.75;
}

.last\:opacity-80:last-child {
  opacity: 0.8;
}

.last\:opacity-90:last-child {
  opacity: 0.9;
}

.last\:opacity-95:last-child {
  opacity: 0.95;
}

.last\:opacity-100:last-child {
  opacity: 1;
}

.odd\:opacity-0:nth-child(odd) {
  opacity: 0;
}

.odd\:opacity-5:nth-child(odd) {
  opacity: 0.05;
}

.odd\:opacity-10:nth-child(odd) {
  opacity: 0.1;
}

.odd\:opacity-20:nth-child(odd) {
  opacity: 0.2;
}

.odd\:opacity-25:nth-child(odd) {
  opacity: 0.25;
}

.odd\:opacity-30:nth-child(odd) {
  opacity: 0.3;
}

.odd\:opacity-40:nth-child(odd) {
  opacity: 0.4;
}

.odd\:opacity-50:nth-child(odd) {
  opacity: 0.5;
}

.odd\:opacity-60:nth-child(odd) {
  opacity: 0.6;
}

.odd\:opacity-70:nth-child(odd) {
  opacity: 0.7;
}

.odd\:opacity-75:nth-child(odd) {
  opacity: 0.75;
}

.odd\:opacity-80:nth-child(odd) {
  opacity: 0.8;
}

.odd\:opacity-90:nth-child(odd) {
  opacity: 0.9;
}

.odd\:opacity-95:nth-child(odd) {
  opacity: 0.95;
}

.odd\:opacity-100:nth-child(odd) {
  opacity: 1;
}

.even\:opacity-0:nth-child(even) {
  opacity: 0;
}

.even\:opacity-5:nth-child(even) {
  opacity: 0.05;
}

.even\:opacity-10:nth-child(even) {
  opacity: 0.1;
}

.even\:opacity-20:nth-child(even) {
  opacity: 0.2;
}

.even\:opacity-25:nth-child(even) {
  opacity: 0.25;
}

.even\:opacity-30:nth-child(even) {
  opacity: 0.3;
}

.even\:opacity-40:nth-child(even) {
  opacity: 0.4;
}

.even\:opacity-50:nth-child(even) {
  opacity: 0.5;
}

.even\:opacity-60:nth-child(even) {
  opacity: 0.6;
}

.even\:opacity-70:nth-child(even) {
  opacity: 0.7;
}

.even\:opacity-75:nth-child(even) {
  opacity: 0.75;
}

.even\:opacity-80:nth-child(even) {
  opacity: 0.8;
}

.even\:opacity-90:nth-child(even) {
  opacity: 0.9;
}

.even\:opacity-95:nth-child(even) {
  opacity: 0.95;
}

.even\:opacity-100:nth-child(even) {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.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-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;
}

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-5:active {
  opacity: 0.05;
}

.active\:opacity-10:active {
  opacity: 0.1;
}

.active\:opacity-20:active {
  opacity: 0.2;
}

.active\:opacity-25:active {
  opacity: 0.25;
}

.active\:opacity-30:active {
  opacity: 0.3;
}

.active\:opacity-40:active {
  opacity: 0.4;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:opacity-60:active {
  opacity: 0.6;
}

.active\:opacity-70:active {
  opacity: 0.7;
}

.active\:opacity-75:active {
  opacity: 0.75;
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.active\:opacity-90:active {
  opacity: 0.9;
}

.active\:opacity-95:active {
  opacity: 0.95;
}

.active\:opacity-100:active {
  opacity: 1;
}

.visited\:opacity-0:visited {
  opacity: 0;
}

.visited\:opacity-5:visited {
  opacity: 0.05;
}

.visited\:opacity-10:visited {
  opacity: 0.1;
}

.visited\:opacity-20:visited {
  opacity: 0.2;
}

.visited\:opacity-25:visited {
  opacity: 0.25;
}

.visited\:opacity-30:visited {
  opacity: 0.3;
}

.visited\:opacity-40:visited {
  opacity: 0.4;
}

.visited\:opacity-50:visited {
  opacity: 0.5;
}

.visited\:opacity-60:visited {
  opacity: 0.6;
}

.visited\:opacity-70:visited {
  opacity: 0.7;
}

.visited\:opacity-75:visited {
  opacity: 0.75;
}

.visited\:opacity-80:visited {
  opacity: 0.8;
}

.visited\:opacity-90:visited {
  opacity: 0.9;
}

.visited\:opacity-95:visited {
  opacity: 0.95;
}

.visited\:opacity-100:visited {
  opacity: 1;
}

.disabled\:opacity-0:disabled {
  opacity: 0;
}

.disabled\:opacity-5:disabled {
  opacity: 0.05;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-20:disabled {
  opacity: 0.2;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.disabled\:opacity-90:disabled {
  opacity: 0.9;
}

.disabled\:opacity-95:disabled {
  opacity: 0.95;
}

.disabled\:opacity-100:disabled {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.group:hover .group-hover\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.group:hover .group-hover\: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;
}

.first\:outline-none:first-child {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.first\:outline-white:first-child {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.first\:outline-black:first-child {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.last\:outline-none:last-child {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.last\:outline-white:last-child {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.last\:outline-black:last-child {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.odd\:outline-none:nth-child(odd) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.odd\:outline-white:nth-child(odd) {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.odd\:outline-black:nth-child(odd) {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.even\:outline-none:nth-child(even) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.even\:outline-white:nth-child(even) {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.even\:outline-black:nth-child(even) {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:outline-white:hover {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.hover\:outline-black:hover {
  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;
}

.active\:outline-none:active {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:outline-white:active {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.active\:outline-black:active {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.visited\:outline-none:visited {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.visited\:outline-white:visited {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.visited\:outline-black:visited {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.disabled\:outline-none:disabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:outline-white:disabled {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.disabled\:outline-black:disabled {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.group:hover .group-hover\:overflow-auto {
  overflow: auto;
}

.group:hover .group-hover\:overflow-hidden {
  overflow: hidden;
}

.group:hover .group-hover\:overflow-visible {
  overflow: visible;
}

.group:hover .group-hover\:overflow-scroll {
  overflow: scroll;
}

.group:hover .group-hover\:overflow-x-auto {
  overflow-x: auto;
}

.group:hover .group-hover\:overflow-y-auto {
  overflow-y: auto;
}

.group:hover .group-hover\:overflow-x-hidden {
  overflow-x: hidden;
}

.group:hover .group-hover\:overflow-y-hidden {
  overflow-y: hidden;
}

.group:hover .group-hover\:overflow-x-visible {
  overflow-x: visible;
}

.group:hover .group-hover\:overflow-y-visible {
  overflow-y: visible;
}

.group:hover .group-hover\:overflow-x-scroll {
  overflow-x: scroll;
}

.group:hover .group-hover\:overflow-y-scroll {
  overflow-y: scroll;
}

.focus-within\:overflow-auto:focus-within {
  overflow: auto;
}

.focus-within\:overflow-hidden:focus-within {
  overflow: hidden;
}

.focus-within\:overflow-visible:focus-within {
  overflow: visible;
}

.focus-within\:overflow-scroll:focus-within {
  overflow: scroll;
}

.focus-within\:overflow-x-auto:focus-within {
  overflow-x: auto;
}

.focus-within\:overflow-y-auto:focus-within {
  overflow-y: auto;
}

.focus-within\:overflow-x-hidden:focus-within {
  overflow-x: hidden;
}

.focus-within\:overflow-y-hidden:focus-within {
  overflow-y: hidden;
}

.focus-within\:overflow-x-visible:focus-within {
  overflow-x: visible;
}

.focus-within\:overflow-y-visible:focus-within {
  overflow-y: visible;
}

.focus-within\:overflow-x-scroll:focus-within {
  overflow-x: scroll;
}

.focus-within\:overflow-y-scroll:focus-within {
  overflow-y: scroll;
}

.first\:overflow-auto:first-child {
  overflow: auto;
}

.first\:overflow-hidden:first-child {
  overflow: hidden;
}

.first\:overflow-visible:first-child {
  overflow: visible;
}

.first\:overflow-scroll:first-child {
  overflow: scroll;
}

.first\:overflow-x-auto:first-child {
  overflow-x: auto;
}

.first\:overflow-y-auto:first-child {
  overflow-y: auto;
}

.first\:overflow-x-hidden:first-child {
  overflow-x: hidden;
}

.first\:overflow-y-hidden:first-child {
  overflow-y: hidden;
}

.first\:overflow-x-visible:first-child {
  overflow-x: visible;
}

.first\:overflow-y-visible:first-child {
  overflow-y: visible;
}

.first\:overflow-x-scroll:first-child {
  overflow-x: scroll;
}

.first\:overflow-y-scroll:first-child {
  overflow-y: scroll;
}

.last\:overflow-auto:last-child {
  overflow: auto;
}

.last\:overflow-hidden:last-child {
  overflow: hidden;
}

.last\:overflow-visible:last-child {
  overflow: visible;
}

.last\:overflow-scroll:last-child {
  overflow: scroll;
}

.last\:overflow-x-auto:last-child {
  overflow-x: auto;
}

.last\:overflow-y-auto:last-child {
  overflow-y: auto;
}

.last\:overflow-x-hidden:last-child {
  overflow-x: hidden;
}

.last\:overflow-y-hidden:last-child {
  overflow-y: hidden;
}

.last\:overflow-x-visible:last-child {
  overflow-x: visible;
}

.last\:overflow-y-visible:last-child {
  overflow-y: visible;
}

.last\:overflow-x-scroll:last-child {
  overflow-x: scroll;
}

.last\:overflow-y-scroll:last-child {
  overflow-y: scroll;
}

.odd\:overflow-auto:nth-child(odd) {
  overflow: auto;
}

.odd\:overflow-hidden:nth-child(odd) {
  overflow: hidden;
}

.odd\:overflow-visible:nth-child(odd) {
  overflow: visible;
}

.odd\:overflow-scroll:nth-child(odd) {
  overflow: scroll;
}

.odd\:overflow-x-auto:nth-child(odd) {
  overflow-x: auto;
}

.odd\:overflow-y-auto:nth-child(odd) {
  overflow-y: auto;
}

.odd\:overflow-x-hidden:nth-child(odd) {
  overflow-x: hidden;
}

.odd\:overflow-y-hidden:nth-child(odd) {
  overflow-y: hidden;
}

.odd\:overflow-x-visible:nth-child(odd) {
  overflow-x: visible;
}

.odd\:overflow-y-visible:nth-child(odd) {
  overflow-y: visible;
}

.odd\:overflow-x-scroll:nth-child(odd) {
  overflow-x: scroll;
}

.odd\:overflow-y-scroll:nth-child(odd) {
  overflow-y: scroll;
}

.even\:overflow-auto:nth-child(even) {
  overflow: auto;
}

.even\:overflow-hidden:nth-child(even) {
  overflow: hidden;
}

.even\:overflow-visible:nth-child(even) {
  overflow: visible;
}

.even\:overflow-scroll:nth-child(even) {
  overflow: scroll;
}

.even\:overflow-x-auto:nth-child(even) {
  overflow-x: auto;
}

.even\:overflow-y-auto:nth-child(even) {
  overflow-y: auto;
}

.even\:overflow-x-hidden:nth-child(even) {
  overflow-x: hidden;
}

.even\:overflow-y-hidden:nth-child(even) {
  overflow-y: hidden;
}

.even\:overflow-x-visible:nth-child(even) {
  overflow-x: visible;
}

.even\:overflow-y-visible:nth-child(even) {
  overflow-y: visible;
}

.even\:overflow-x-scroll:nth-child(even) {
  overflow-x: scroll;
}

.even\:overflow-y-scroll:nth-child(even) {
  overflow-y: scroll;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:overflow-hidden:focus {
  overflow: hidden;
}

.focus\:overflow-visible:focus {
  overflow: visible;
}

.focus\:overflow-scroll:focus {
  overflow: scroll;
}

.focus\:overflow-x-auto:focus {
  overflow-x: auto;
}

.focus\:overflow-y-auto:focus {
  overflow-y: auto;
}

.focus\:overflow-x-hidden:focus {
  overflow-x: hidden;
}

.focus\:overflow-y-hidden:focus {
  overflow-y: hidden;
}

.focus\:overflow-x-visible:focus {
  overflow-x: visible;
}

.focus\:overflow-y-visible:focus {
  overflow-y: visible;
}

.focus\:overflow-x-scroll:focus {
  overflow-x: scroll;
}

.focus\:overflow-y-scroll:focus {
  overflow-y: scroll;
}

.active\:overflow-auto:active {
  overflow: auto;
}

.active\:overflow-hidden:active {
  overflow: hidden;
}

.active\:overflow-visible:active {
  overflow: visible;
}

.active\:overflow-scroll:active {
  overflow: scroll;
}

.active\:overflow-x-auto:active {
  overflow-x: auto;
}

.active\:overflow-y-auto:active {
  overflow-y: auto;
}

.active\:overflow-x-hidden:active {
  overflow-x: hidden;
}

.active\:overflow-y-hidden:active {
  overflow-y: hidden;
}

.active\:overflow-x-visible:active {
  overflow-x: visible;
}

.active\:overflow-y-visible:active {
  overflow-y: visible;
}

.active\:overflow-x-scroll:active {
  overflow-x: scroll;
}

.active\:overflow-y-scroll:active {
  overflow-y: scroll;
}

.visited\:overflow-auto:visited {
  overflow: auto;
}

.visited\:overflow-hidden:visited {
  overflow: hidden;
}

.visited\:overflow-visible:visited {
  overflow: visible;
}

.visited\:overflow-scroll:visited {
  overflow: scroll;
}

.visited\:overflow-x-auto:visited {
  overflow-x: auto;
}

.visited\:overflow-y-auto:visited {
  overflow-y: auto;
}

.visited\:overflow-x-hidden:visited {
  overflow-x: hidden;
}

.visited\:overflow-y-hidden:visited {
  overflow-y: hidden;
}

.visited\:overflow-x-visible:visited {
  overflow-x: visible;
}

.visited\:overflow-y-visible:visited {
  overflow-y: visible;
}

.visited\:overflow-x-scroll:visited {
  overflow-x: scroll;
}

.visited\:overflow-y-scroll:visited {
  overflow-y: scroll;
}

.disabled\:overflow-auto:disabled {
  overflow: auto;
}

.disabled\:overflow-hidden:disabled {
  overflow: hidden;
}

.disabled\:overflow-visible:disabled {
  overflow: visible;
}

.disabled\:overflow-scroll:disabled {
  overflow: scroll;
}

.disabled\:overflow-x-auto:disabled {
  overflow-x: auto;
}

.disabled\:overflow-y-auto:disabled {
  overflow-y: auto;
}

.disabled\:overflow-x-hidden:disabled {
  overflow-x: hidden;
}

.disabled\:overflow-y-hidden:disabled {
  overflow-y: hidden;
}

.disabled\:overflow-x-visible:disabled {
  overflow-x: visible;
}

.disabled\:overflow-y-visible:disabled {
  overflow-y: visible;
}

.disabled\:overflow-x-scroll:disabled {
  overflow-x: scroll;
}

.disabled\:overflow-y-scroll:disabled {
  overflow-y: scroll;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.group:hover .group-hover\:overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.group:hover .group-hover\:overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.group:hover .group-hover\:overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.group:hover .group-hover\:overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.group:hover .group-hover\:overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.group:hover .group-hover\:overscroll-y-none {
  overscroll-behavior-y: none;
}

.group:hover .group-hover\:overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.group:hover .group-hover\:overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.group:hover .group-hover\:overscroll-x-none {
  overscroll-behavior-x: none;
}

.focus-within\:overscroll-auto:focus-within {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.focus-within\:overscroll-contain:focus-within {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.focus-within\:overscroll-none:focus-within {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.focus-within\:overscroll-y-auto:focus-within {
  overscroll-behavior-y: auto;
}

.focus-within\:overscroll-y-contain:focus-within {
  overscroll-behavior-y: contain;
}

.focus-within\:overscroll-y-none:focus-within {
  overscroll-behavior-y: none;
}

.focus-within\:overscroll-x-auto:focus-within {
  overscroll-behavior-x: auto;
}

.focus-within\:overscroll-x-contain:focus-within {
  overscroll-behavior-x: contain;
}

.focus-within\:overscroll-x-none:focus-within {
  overscroll-behavior-x: none;
}

.first\:overscroll-auto:first-child {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.first\:overscroll-contain:first-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.first\:overscroll-none:first-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.first\:overscroll-y-auto:first-child {
  overscroll-behavior-y: auto;
}

.first\:overscroll-y-contain:first-child {
  overscroll-behavior-y: contain;
}

.first\:overscroll-y-none:first-child {
  overscroll-behavior-y: none;
}

.first\:overscroll-x-auto:first-child {
  overscroll-behavior-x: auto;
}

.first\:overscroll-x-contain:first-child {
  overscroll-behavior-x: contain;
}

.first\:overscroll-x-none:first-child {
  overscroll-behavior-x: none;
}

.last\:overscroll-auto:last-child {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.last\:overscroll-contain:last-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.last\:overscroll-none:last-child {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.last\:overscroll-y-auto:last-child {
  overscroll-behavior-y: auto;
}

.last\:overscroll-y-contain:last-child {
  overscroll-behavior-y: contain;
}

.last\:overscroll-y-none:last-child {
  overscroll-behavior-y: none;
}

.last\:overscroll-x-auto:last-child {
  overscroll-behavior-x: auto;
}

.last\:overscroll-x-contain:last-child {
  overscroll-behavior-x: contain;
}

.last\:overscroll-x-none:last-child {
  overscroll-behavior-x: none;
}

.odd\:overscroll-auto:nth-child(odd) {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.odd\:overscroll-contain:nth-child(odd) {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.odd\:overscroll-none:nth-child(odd) {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.odd\:overscroll-y-auto:nth-child(odd) {
  overscroll-behavior-y: auto;
}

.odd\:overscroll-y-contain:nth-child(odd) {
  overscroll-behavior-y: contain;
}

.odd\:overscroll-y-none:nth-child(odd) {
  overscroll-behavior-y: none;
}

.odd\:overscroll-x-auto:nth-child(odd) {
  overscroll-behavior-x: auto;
}

.odd\:overscroll-x-contain:nth-child(odd) {
  overscroll-behavior-x: contain;
}

.odd\:overscroll-x-none:nth-child(odd) {
  overscroll-behavior-x: none;
}

.even\:overscroll-auto:nth-child(even) {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.even\:overscroll-contain:nth-child(even) {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.even\:overscroll-none:nth-child(even) {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.even\:overscroll-y-auto:nth-child(even) {
  overscroll-behavior-y: auto;
}

.even\:overscroll-y-contain:nth-child(even) {
  overscroll-behavior-y: contain;
}

.even\:overscroll-y-none:nth-child(even) {
  overscroll-behavior-y: none;
}

.even\:overscroll-x-auto:nth-child(even) {
  overscroll-behavior-x: auto;
}

.even\:overscroll-x-contain:nth-child(even) {
  overscroll-behavior-x: contain;
}

.even\:overscroll-x-none:nth-child(even) {
  overscroll-behavior-x: none;
}

.hover\:overscroll-auto:hover {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.hover\:overscroll-contain:hover {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.hover\:overscroll-none:hover {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.hover\:overscroll-y-auto:hover {
  overscroll-behavior-y: auto;
}

.hover\:overscroll-y-contain:hover {
  overscroll-behavior-y: contain;
}

.hover\:overscroll-y-none:hover {
  overscroll-behavior-y: none;
}

.hover\:overscroll-x-auto:hover {
  overscroll-behavior-x: auto;
}

.hover\:overscroll-x-contain:hover {
  overscroll-behavior-x: contain;
}

.hover\:overscroll-x-none:hover {
  overscroll-behavior-x: none;
}

.focus\:overscroll-auto:focus {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.focus\:overscroll-contain:focus {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.focus\:overscroll-none:focus {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.focus\:overscroll-y-auto:focus {
  overscroll-behavior-y: auto;
}

.focus\:overscroll-y-contain:focus {
  overscroll-behavior-y: contain;
}

.focus\:overscroll-y-none:focus {
  overscroll-behavior-y: none;
}

.focus\:overscroll-x-auto:focus {
  overscroll-behavior-x: auto;
}

.focus\:overscroll-x-contain:focus {
  overscroll-behavior-x: contain;
}

.focus\:overscroll-x-none:focus {
  overscroll-behavior-x: none;
}

.active\:overscroll-auto:active {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.active\:overscroll-contain:active {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.active\:overscroll-none:active {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.active\:overscroll-y-auto:active {
  overscroll-behavior-y: auto;
}

.active\:overscroll-y-contain:active {
  overscroll-behavior-y: contain;
}

.active\:overscroll-y-none:active {
  overscroll-behavior-y: none;
}

.active\:overscroll-x-auto:active {
  overscroll-behavior-x: auto;
}

.active\:overscroll-x-contain:active {
  overscroll-behavior-x: contain;
}

.active\:overscroll-x-none:active {
  overscroll-behavior-x: none;
}

.visited\:overscroll-auto:visited {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.visited\:overscroll-contain:visited {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.visited\:overscroll-none:visited {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.visited\:overscroll-y-auto:visited {
  overscroll-behavior-y: auto;
}

.visited\:overscroll-y-contain:visited {
  overscroll-behavior-y: contain;
}

.visited\:overscroll-y-none:visited {
  overscroll-behavior-y: none;
}

.visited\:overscroll-x-auto:visited {
  overscroll-behavior-x: auto;
}

.visited\:overscroll-x-contain:visited {
  overscroll-behavior-x: contain;
}

.visited\:overscroll-x-none:visited {
  overscroll-behavior-x: none;
}

.disabled\:overscroll-auto:disabled {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.disabled\:overscroll-contain:disabled {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.disabled\:overscroll-none:disabled {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.disabled\:overscroll-y-auto:disabled {
  overscroll-behavior-y: auto;
}

.disabled\:overscroll-y-contain:disabled {
  overscroll-behavior-y: contain;
}

.disabled\:overscroll-y-none:disabled {
  overscroll-behavior-y: none;
}

.disabled\:overscroll-x-auto:disabled {
  overscroll-behavior-x: auto;
}

.disabled\:overscroll-x-contain:disabled {
  overscroll-behavior-x: contain;
}

.disabled\:overscroll-x-none:disabled {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.group:hover .group-hover\:p-0 {
  padding: 0px;
}

.group:hover .group-hover\:p-1 {
  padding: 0.25rem;
}

.group:hover .group-hover\:p-2 {
  padding: 0.5rem;
}

.group:hover .group-hover\:p-3 {
  padding: 0.75rem;
}

.group:hover .group-hover\:p-4 {
  padding: 1rem;
}

.group:hover .group-hover\:p-5 {
  padding: 1.25rem;
}

.group:hover .group-hover\:p-6 {
  padding: 1.5rem;
}

.group:hover .group-hover\:p-7 {
  padding: 1.75rem;
}

.group:hover .group-hover\:p-8 {
  padding: 2rem;
}

.group:hover .group-hover\:p-9 {
  padding: 2.25rem;
}

.group:hover .group-hover\:p-10 {
  padding: 2.5rem;
}

.group:hover .group-hover\:p-11 {
  padding: 2.75rem;
}

.group:hover .group-hover\:p-12 {
  padding: 3rem;
}

.group:hover .group-hover\:p-14 {
  padding: 3.5rem;
}

.group:hover .group-hover\:p-16 {
  padding: 4rem;
}

.group:hover .group-hover\:p-20 {
  padding: 5rem;
}

.group:hover .group-hover\:p-24 {
  padding: 6rem;
}

.group:hover .group-hover\:p-28 {
  padding: 7rem;
}

.group:hover .group-hover\:p-32 {
  padding: 8rem;
}

.group:hover .group-hover\:p-36 {
  padding: 9rem;
}

.group:hover .group-hover\:p-40 {
  padding: 10rem;
}

.group:hover .group-hover\:p-44 {
  padding: 11rem;
}

.group:hover .group-hover\:p-48 {
  padding: 12rem;
}

.group:hover .group-hover\:p-52 {
  padding: 13rem;
}

.group:hover .group-hover\:p-56 {
  padding: 14rem;
}

.group:hover .group-hover\:p-60 {
  padding: 15rem;
}

.group:hover .group-hover\:p-64 {
  padding: 16rem;
}

.group:hover .group-hover\:p-72 {
  padding: 18rem;
}

.group:hover .group-hover\:p-80 {
  padding: 20rem;
}

.group:hover .group-hover\:p-96 {
  padding: 24rem;
}

.group:hover .group-hover\:p-px {
  padding: 1px;
}

.group:hover .group-hover\:p-0\.5 {
  padding: 0.125rem;
}

.group:hover .group-hover\:p-1\.5 {
  padding: 0.375rem;
}

.group:hover .group-hover\:p-2\.5 {
  padding: 0.625rem;
}

.group:hover .group-hover\:p-3\.5 {
  padding: 0.875rem;
}

.group:hover .group-hover\:py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.group:hover .group-hover\:px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.group:hover .group-hover\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.group:hover .group-hover\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group:hover .group-hover\:py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.group:hover .group-hover\:py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.group:hover .group-hover\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.group:hover .group-hover\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.group:hover .group-hover\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.group:hover .group-hover\:py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.group:hover .group-hover\:px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.group:hover .group-hover\:py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group:hover .group-hover\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.group:hover .group-hover\:py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.group:hover .group-hover\:px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.group:hover .group-hover\:py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.group:hover .group-hover\:py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.group:hover .group-hover\:px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.group:hover .group-hover\:py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.group:hover .group-hover\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.group:hover .group-hover\:py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.group:hover .group-hover\:px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.group:hover .group-hover\:py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.group:hover .group-hover\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.group:hover .group-hover\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.group:hover .group-hover\:px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.group:hover .group-hover\:py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.group:hover .group-hover\:px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.group:hover .group-hover\:py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.group:hover .group-hover\:px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.group:hover .group-hover\:py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.group:hover .group-hover\:px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.group:hover .group-hover\:py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.group:hover .group-hover\:px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.group:hover .group-hover\:py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.group:hover .group-hover\:px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.group:hover .group-hover\:py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.group:hover .group-hover\:px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.group:hover .group-hover\:py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.group:hover .group-hover\:px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.group:hover .group-hover\:py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.group:hover .group-hover\:px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.group:hover .group-hover\:py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.group:hover .group-hover\:px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.group:hover .group-hover\:py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.group:hover .group-hover\:px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.group:hover .group-hover\:py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.group:hover .group-hover\:px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.group:hover .group-hover\:py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.group:hover .group-hover\:px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.group:hover .group-hover\:py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.group:hover .group-hover\:px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.group:hover .group-hover\:py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.group:hover .group-hover\:px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.group:hover .group-hover\:py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.group:hover .group-hover\:px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.group:hover .group-hover\:py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.group:hover .group-hover\:px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.group:hover .group-hover\:py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.group:hover .group-hover\:px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.group:hover .group-hover\:py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.group:hover .group-hover\:px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.group:hover .group-hover\:py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.group:hover .group-hover\:px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.group:hover .group-hover\:pt-0 {
  padding-top: 0px;
}

.group:hover .group-hover\:pr-0 {
  padding-right: 0px;
}

.group:hover .group-hover\:pb-0 {
  padding-bottom: 0px;
}

.group:hover .group-hover\:pl-0 {
  padding-left: 0px;
}

.group:hover .group-hover\:pt-1 {
  padding-top: 0.25rem;
}

.group:hover .group-hover\:pr-1 {
  padding-right: 0.25rem;
}

.group:hover .group-hover\:pb-1 {
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:pl-1 {
  padding-left: 0.25rem;
}

.group:hover .group-hover\:pt-2 {
  padding-top: 0.5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: 0.5rem;
}

.group:hover .group-hover\:pb-2 {
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}

.group:hover .group-hover\:pt-3 {
  padding-top: 0.75rem;
}

.group:hover .group-hover\:pr-3 {
  padding-right: 0.75rem;
}

.group:hover .group-hover\:pb-3 {
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:pl-3 {
  padding-left: 0.75rem;
}

.group:hover .group-hover\:pt-4 {
  padding-top: 1rem;
}

.group:hover .group-hover\:pr-4 {
  padding-right: 1rem;
}

.group:hover .group-hover\:pb-4 {
  padding-bottom: 1rem;
}

.group:hover .group-hover\:pl-4 {
  padding-left: 1rem;
}

.group:hover .group-hover\:pt-5 {
  padding-top: 1.25rem;
}

.group:hover .group-hover\:pr-5 {
  padding-right: 1.25rem;
}

.group:hover .group-hover\:pb-5 {
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:pl-5 {
  padding-left: 1.25rem;
}

.group:hover .group-hover\:pt-6 {
  padding-top: 1.5rem;
}

.group:hover .group-hover\:pr-6 {
  padding-right: 1.5rem;
}

.group:hover .group-hover\:pb-6 {
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:pl-6 {
  padding-left: 1.5rem;
}

.group:hover .group-hover\:pt-7 {
  padding-top: 1.75rem;
}

.group:hover .group-hover\:pr-7 {
  padding-right: 1.75rem;
}

.group:hover .group-hover\:pb-7 {
  padding-bottom: 1.75rem;
}

.group:hover .group-hover\:pl-7 {
  padding-left: 1.75rem;
}

.group:hover .group-hover\:pt-8 {
  padding-top: 2rem;
}

.group:hover .group-hover\:pr-8 {
  padding-right: 2rem;
}

.group:hover .group-hover\:pb-8 {
  padding-bottom: 2rem;
}

.group:hover .group-hover\:pl-8 {
  padding-left: 2rem;
}

.group:hover .group-hover\:pt-9 {
  padding-top: 2.25rem;
}

.group:hover .group-hover\:pr-9 {
  padding-right: 2.25rem;
}

.group:hover .group-hover\:pb-9 {
  padding-bottom: 2.25rem;
}

.group:hover .group-hover\:pl-9 {
  padding-left: 2.25rem;
}

.group:hover .group-hover\:pt-10 {
  padding-top: 2.5rem;
}

.group:hover .group-hover\:pr-10 {
  padding-right: 2.5rem;
}

.group:hover .group-hover\:pb-10 {
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:pl-10 {
  padding-left: 2.5rem;
}

.group:hover .group-hover\:pt-11 {
  padding-top: 2.75rem;
}

.group:hover .group-hover\:pr-11 {
  padding-right: 2.75rem;
}

.group:hover .group-hover\:pb-11 {
  padding-bottom: 2.75rem;
}

.group:hover .group-hover\:pl-11 {
  padding-left: 2.75rem;
}

.group:hover .group-hover\:pt-12 {
  padding-top: 3rem;
}

.group:hover .group-hover\:pr-12 {
  padding-right: 3rem;
}

.group:hover .group-hover\:pb-12 {
  padding-bottom: 3rem;
}

.group:hover .group-hover\:pl-12 {
  padding-left: 3rem;
}

.group:hover .group-hover\:pt-14 {
  padding-top: 3.5rem;
}

.group:hover .group-hover\:pr-14 {
  padding-right: 3.5rem;
}

.group:hover .group-hover\:pb-14 {
  padding-bottom: 3.5rem;
}

.group:hover .group-hover\:pl-14 {
  padding-left: 3.5rem;
}

.group:hover .group-hover\:pt-16 {
  padding-top: 4rem;
}

.group:hover .group-hover\:pr-16 {
  padding-right: 4rem;
}

.group:hover .group-hover\:pb-16 {
  padding-bottom: 4rem;
}

.group:hover .group-hover\:pl-16 {
  padding-left: 4rem;
}

.group:hover .group-hover\:pt-20 {
  padding-top: 5rem;
}

.group:hover .group-hover\:pr-20 {
  padding-right: 5rem;
}

.group:hover .group-hover\:pb-20 {
  padding-bottom: 5rem;
}

.group:hover .group-hover\:pl-20 {
  padding-left: 5rem;
}

.group:hover .group-hover\:pt-24 {
  padding-top: 6rem;
}

.group:hover .group-hover\:pr-24 {
  padding-right: 6rem;
}

.group:hover .group-hover\:pb-24 {
  padding-bottom: 6rem;
}

.group:hover .group-hover\:pl-24 {
  padding-left: 6rem;
}

.group:hover .group-hover\:pt-28 {
  padding-top: 7rem;
}

.group:hover .group-hover\:pr-28 {
  padding-right: 7rem;
}

.group:hover .group-hover\:pb-28 {
  padding-bottom: 7rem;
}

.group:hover .group-hover\:pl-28 {
  padding-left: 7rem;
}

.group:hover .group-hover\:pt-32 {
  padding-top: 8rem;
}

.group:hover .group-hover\:pr-32 {
  padding-right: 8rem;
}

.group:hover .group-hover\:pb-32 {
  padding-bottom: 8rem;
}

.group:hover .group-hover\:pl-32 {
  padding-left: 8rem;
}

.group:hover .group-hover\:pt-36 {
  padding-top: 9rem;
}

.group:hover .group-hover\:pr-36 {
  padding-right: 9rem;
}

.group:hover .group-hover\:pb-36 {
  padding-bottom: 9rem;
}

.group:hover .group-hover\:pl-36 {
  padding-left: 9rem;
}

.group:hover .group-hover\:pt-40 {
  padding-top: 10rem;
}

.group:hover .group-hover\:pr-40 {
  padding-right: 10rem;
}

.group:hover .group-hover\:pb-40 {
  padding-bottom: 10rem;
}

.group:hover .group-hover\:pl-40 {
  padding-left: 10rem;
}

.group:hover .group-hover\:pt-44 {
  padding-top: 11rem;
}

.group:hover .group-hover\:pr-44 {
  padding-right: 11rem;
}

.group:hover .group-hover\:pb-44 {
  padding-bottom: 11rem;
}

.group:hover .group-hover\:pl-44 {
  padding-left: 11rem;
}

.group:hover .group-hover\:pt-48 {
  padding-top: 12rem;
}

.group:hover .group-hover\:pr-48 {
  padding-right: 12rem;
}

.group:hover .group-hover\:pb-48 {
  padding-bottom: 12rem;
}

.group:hover .group-hover\:pl-48 {
  padding-left: 12rem;
}

.group:hover .group-hover\:pt-52 {
  padding-top: 13rem;
}

.group:hover .group-hover\:pr-52 {
  padding-right: 13rem;
}

.group:hover .group-hover\:pb-52 {
  padding-bottom: 13rem;
}

.group:hover .group-hover\:pl-52 {
  padding-left: 13rem;
}

.group:hover .group-hover\:pt-56 {
  padding-top: 14rem;
}

.group:hover .group-hover\:pr-56 {
  padding-right: 14rem;
}

.group:hover .group-hover\:pb-56 {
  padding-bottom: 14rem;
}

.group:hover .group-hover\:pl-56 {
  padding-left: 14rem;
}

.group:hover .group-hover\:pt-60 {
  padding-top: 15rem;
}

.group:hover .group-hover\:pr-60 {
  padding-right: 15rem;
}

.group:hover .group-hover\:pb-60 {
  padding-bottom: 15rem;
}

.group:hover .group-hover\:pl-60 {
  padding-left: 15rem;
}

.group:hover .group-hover\:pt-64 {
  padding-top: 16rem;
}

.group:hover .group-hover\:pr-64 {
  padding-right: 16rem;
}

.group:hover .group-hover\:pb-64 {
  padding-bottom: 16rem;
}

.group:hover .group-hover\:pl-64 {
  padding-left: 16rem;
}

.group:hover .group-hover\:pt-72 {
  padding-top: 18rem;
}

.group:hover .group-hover\:pr-72 {
  padding-right: 18rem;
}

.group:hover .group-hover\:pb-72 {
  padding-bottom: 18rem;
}

.group:hover .group-hover\:pl-72 {
  padding-left: 18rem;
}

.group:hover .group-hover\:pt-80 {
  padding-top: 20rem;
}

.group:hover .group-hover\:pr-80 {
  padding-right: 20rem;
}

.group:hover .group-hover\:pb-80 {
  padding-bottom: 20rem;
}

.group:hover .group-hover\:pl-80 {
  padding-left: 20rem;
}

.group:hover .group-hover\:pt-96 {
  padding-top: 24rem;
}

.group:hover .group-hover\:pr-96 {
  padding-right: 24rem;
}

.group:hover .group-hover\:pb-96 {
  padding-bottom: 24rem;
}

.group:hover .group-hover\:pl-96 {
  padding-left: 24rem;
}

.group:hover .group-hover\:pt-px {
  padding-top: 1px;
}

.group:hover .group-hover\:pr-px {
  padding-right: 1px;
}

.group:hover .group-hover\:pb-px {
  padding-bottom: 1px;
}

.group:hover .group-hover\:pl-px {
  padding-left: 1px;
}

.group:hover .group-hover\:pt-0\.5 {
  padding-top: 0.125rem;
}

.group:hover .group-hover\:pr-0\.5 {
  padding-right: 0.125rem;
}

.group:hover .group-hover\:pb-0\.5 {
  padding-bottom: 0.125rem;
}

.group:hover .group-hover\:pl-0\.5 {
  padding-left: 0.125rem;
}

.group:hover .group-hover\:pt-1\.5 {
  padding-top: 0.375rem;
}

.group:hover .group-hover\:pr-1\.5 {
  padding-right: 0.375rem;
}

.group:hover .group-hover\:pb-1\.5 {
  padding-bottom: 0.375rem;
}

.group:hover .group-hover\:pl-1\.5 {
  padding-left: 0.375rem;
}

.group:hover .group-hover\:pt-2\.5 {
  padding-top: 0.625rem;
}

.group:hover .group-hover\:pr-2\.5 {
  padding-right: 0.625rem;
}

.group:hover .group-hover\:pb-2\.5 {
  padding-bottom: 0.625rem;
}

.group:hover .group-hover\:pl-2\.5 {
  padding-left: 0.625rem;
}

.group:hover .group-hover\:pt-3\.5 {
  padding-top: 0.875rem;
}

.group:hover .group-hover\:pr-3\.5 {
  padding-right: 0.875rem;
}

.group:hover .group-hover\:pb-3\.5 {
  padding-bottom: 0.875rem;
}

.group:hover .group-hover\:pl-3\.5 {
  padding-left: 0.875rem;
}

.focus-within\:p-0:focus-within {
  padding: 0px;
}

.focus-within\:p-1:focus-within {
  padding: 0.25rem;
}

.focus-within\:p-2:focus-within {
  padding: 0.5rem;
}

.focus-within\:p-3:focus-within {
  padding: 0.75rem;
}

.focus-within\:p-4:focus-within {
  padding: 1rem;
}

.focus-within\:p-5:focus-within {
  padding: 1.25rem;
}

.focus-within\:p-6:focus-within {
  padding: 1.5rem;
}

.focus-within\:p-7:focus-within {
  padding: 1.75rem;
}

.focus-within\:p-8:focus-within {
  padding: 2rem;
}

.focus-within\:p-9:focus-within {
  padding: 2.25rem;
}

.focus-within\:p-10:focus-within {
  padding: 2.5rem;
}

.focus-within\:p-11:focus-within {
  padding: 2.75rem;
}

.focus-within\:p-12:focus-within {
  padding: 3rem;
}

.focus-within\:p-14:focus-within {
  padding: 3.5rem;
}

.focus-within\:p-16:focus-within {
  padding: 4rem;
}

.focus-within\:p-20:focus-within {
  padding: 5rem;
}

.focus-within\:p-24:focus-within {
  padding: 6rem;
}

.focus-within\:p-28:focus-within {
  padding: 7rem;
}

.focus-within\:p-32:focus-within {
  padding: 8rem;
}

.focus-within\:p-36:focus-within {
  padding: 9rem;
}

.focus-within\:p-40:focus-within {
  padding: 10rem;
}

.focus-within\:p-44:focus-within {
  padding: 11rem;
}

.focus-within\:p-48:focus-within {
  padding: 12rem;
}

.focus-within\:p-52:focus-within {
  padding: 13rem;
}

.focus-within\:p-56:focus-within {
  padding: 14rem;
}

.focus-within\:p-60:focus-within {
  padding: 15rem;
}

.focus-within\:p-64:focus-within {
  padding: 16rem;
}

.focus-within\:p-72:focus-within {
  padding: 18rem;
}

.focus-within\:p-80:focus-within {
  padding: 20rem;
}

.focus-within\:p-96:focus-within {
  padding: 24rem;
}

.focus-within\:p-px:focus-within {
  padding: 1px;
}

.focus-within\:p-0\.5:focus-within {
  padding: 0.125rem;
}

.focus-within\:p-1\.5:focus-within {
  padding: 0.375rem;
}

.focus-within\:p-2\.5:focus-within {
  padding: 0.625rem;
}

.focus-within\:p-3\.5:focus-within {
  padding: 0.875rem;
}

.focus-within\:py-0:focus-within {
  padding-top: 0px;
  padding-bottom: 0px;
}

.focus-within\:px-0:focus-within {
  padding-left: 0px;
  padding-right: 0px;
}

.focus-within\:py-1:focus-within {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus-within\:px-1:focus-within {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus-within\:py-2:focus-within {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus-within\:px-2:focus-within {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus-within\:py-3:focus-within {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus-within\:px-3:focus-within {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus-within\:py-4:focus-within {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus-within\:px-4:focus-within {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus-within\:py-5:focus-within {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus-within\:px-5:focus-within {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus-within\:py-6:focus-within {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus-within\:px-6:focus-within {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus-within\:py-7:focus-within {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.focus-within\:px-7:focus-within {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.focus-within\:py-8:focus-within {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus-within\:px-8:focus-within {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus-within\:py-9:focus-within {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.focus-within\:px-9:focus-within {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.focus-within\:py-10:focus-within {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus-within\:px-10:focus-within {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus-within\:py-11:focus-within {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.focus-within\:px-11:focus-within {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.focus-within\:py-12:focus-within {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus-within\:px-12:focus-within {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus-within\:py-14:focus-within {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.focus-within\:px-14:focus-within {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.focus-within\:py-16:focus-within {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus-within\:px-16:focus-within {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus-within\:py-20:focus-within {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus-within\:px-20:focus-within {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus-within\:py-24:focus-within {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus-within\:px-24:focus-within {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus-within\:py-28:focus-within {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.focus-within\:px-28:focus-within {
  padding-left: 7rem;
  padding-right: 7rem;
}

.focus-within\:py-32:focus-within {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus-within\:px-32:focus-within {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus-within\:py-36:focus-within {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.focus-within\:px-36:focus-within {
  padding-left: 9rem;
  padding-right: 9rem;
}

.focus-within\:py-40:focus-within {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus-within\:px-40:focus-within {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus-within\:py-44:focus-within {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.focus-within\:px-44:focus-within {
  padding-left: 11rem;
  padding-right: 11rem;
}

.focus-within\:py-48:focus-within {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus-within\:px-48:focus-within {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus-within\:py-52:focus-within {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.focus-within\:px-52:focus-within {
  padding-left: 13rem;
  padding-right: 13rem;
}

.focus-within\:py-56:focus-within {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus-within\:px-56:focus-within {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus-within\:py-60:focus-within {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.focus-within\:px-60:focus-within {
  padding-left: 15rem;
  padding-right: 15rem;
}

.focus-within\:py-64:focus-within {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus-within\:px-64:focus-within {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus-within\:py-72:focus-within {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.focus-within\:px-72:focus-within {
  padding-left: 18rem;
  padding-right: 18rem;
}

.focus-within\:py-80:focus-within {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.focus-within\:px-80:focus-within {
  padding-left: 20rem;
  padding-right: 20rem;
}

.focus-within\:py-96:focus-within {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.focus-within\:px-96:focus-within {
  padding-left: 24rem;
  padding-right: 24rem;
}

.focus-within\:py-px:focus-within {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus-within\:px-px:focus-within {
  padding-left: 1px;
  padding-right: 1px;
}

.focus-within\:py-0\.5:focus-within {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.focus-within\:px-0\.5:focus-within {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.focus-within\:py-1\.5:focus-within {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.focus-within\:px-1\.5:focus-within {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.focus-within\:py-2\.5:focus-within {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.focus-within\:px-2\.5:focus-within {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.focus-within\:py-3\.5:focus-within {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.focus-within\:px-3\.5:focus-within {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.focus-within\:pt-0:focus-within {
  padding-top: 0px;
}

.focus-within\:pr-0:focus-within {
  padding-right: 0px;
}

.focus-within\:pb-0:focus-within {
  padding-bottom: 0px;
}

.focus-within\:pl-0:focus-within {
  padding-left: 0px;
}

.focus-within\:pt-1:focus-within {
  padding-top: 0.25rem;
}

.focus-within\:pr-1:focus-within {
  padding-right: 0.25rem;
}

.focus-within\:pb-1:focus-within {
  padding-bottom: 0.25rem;
}

.focus-within\:pl-1:focus-within {
  padding-left: 0.25rem;
}

.focus-within\:pt-2:focus-within {
  padding-top: 0.5rem;
}

.focus-within\:pr-2:focus-within {
  padding-right: 0.5rem;
}

.focus-within\:pb-2:focus-within {
  padding-bottom: 0.5rem;
}

.focus-within\:pl-2:focus-within {
  padding-left: 0.5rem;
}

.focus-within\:pt-3:focus-within {
  padding-top: 0.75rem;
}

.focus-within\:pr-3:focus-within {
  padding-right: 0.75rem;
}

.focus-within\:pb-3:focus-within {
  padding-bottom: 0.75rem;
}

.focus-within\:pl-3:focus-within {
  padding-left: 0.75rem;
}

.focus-within\:pt-4:focus-within {
  padding-top: 1rem;
}

.focus-within\:pr-4:focus-within {
  padding-right: 1rem;
}

.focus-within\:pb-4:focus-within {
  padding-bottom: 1rem;
}

.focus-within\:pl-4:focus-within {
  padding-left: 1rem;
}

.focus-within\:pt-5:focus-within {
  padding-top: 1.25rem;
}

.focus-within\:pr-5:focus-within {
  padding-right: 1.25rem;
}

.focus-within\:pb-5:focus-within {
  padding-bottom: 1.25rem;
}

.focus-within\:pl-5:focus-within {
  padding-left: 1.25rem;
}

.focus-within\:pt-6:focus-within {
  padding-top: 1.5rem;
}

.focus-within\:pr-6:focus-within {
  padding-right: 1.5rem;
}

.focus-within\:pb-6:focus-within {
  padding-bottom: 1.5rem;
}

.focus-within\:pl-6:focus-within {
  padding-left: 1.5rem;
}

.focus-within\:pt-7:focus-within {
  padding-top: 1.75rem;
}

.focus-within\:pr-7:focus-within {
  padding-right: 1.75rem;
}

.focus-within\:pb-7:focus-within {
  padding-bottom: 1.75rem;
}

.focus-within\:pl-7:focus-within {
  padding-left: 1.75rem;
}

.focus-within\:pt-8:focus-within {
  padding-top: 2rem;
}

.focus-within\:pr-8:focus-within {
  padding-right: 2rem;
}

.focus-within\:pb-8:focus-within {
  padding-bottom: 2rem;
}

.focus-within\:pl-8:focus-within {
  padding-left: 2rem;
}

.focus-within\:pt-9:focus-within {
  padding-top: 2.25rem;
}

.focus-within\:pr-9:focus-within {
  padding-right: 2.25rem;
}

.focus-within\:pb-9:focus-within {
  padding-bottom: 2.25rem;
}

.focus-within\:pl-9:focus-within {
  padding-left: 2.25rem;
}

.focus-within\:pt-10:focus-within {
  padding-top: 2.5rem;
}

.focus-within\:pr-10:focus-within {
  padding-right: 2.5rem;
}

.focus-within\:pb-10:focus-within {
  padding-bottom: 2.5rem;
}

.focus-within\:pl-10:focus-within {
  padding-left: 2.5rem;
}

.focus-within\:pt-11:focus-within {
  padding-top: 2.75rem;
}

.focus-within\:pr-11:focus-within {
  padding-right: 2.75rem;
}

.focus-within\:pb-11:focus-within {
  padding-bottom: 2.75rem;
}

.focus-within\:pl-11:focus-within {
  padding-left: 2.75rem;
}

.focus-within\:pt-12:focus-within {
  padding-top: 3rem;
}

.focus-within\:pr-12:focus-within {
  padding-right: 3rem;
}

.focus-within\:pb-12:focus-within {
  padding-bottom: 3rem;
}

.focus-within\:pl-12:focus-within {
  padding-left: 3rem;
}

.focus-within\:pt-14:focus-within {
  padding-top: 3.5rem;
}

.focus-within\:pr-14:focus-within {
  padding-right: 3.5rem;
}

.focus-within\:pb-14:focus-within {
  padding-bottom: 3.5rem;
}

.focus-within\:pl-14:focus-within {
  padding-left: 3.5rem;
}

.focus-within\:pt-16:focus-within {
  padding-top: 4rem;
}

.focus-within\:pr-16:focus-within {
  padding-right: 4rem;
}

.focus-within\:pb-16:focus-within {
  padding-bottom: 4rem;
}

.focus-within\:pl-16:focus-within {
  padding-left: 4rem;
}

.focus-within\:pt-20:focus-within {
  padding-top: 5rem;
}

.focus-within\:pr-20:focus-within {
  padding-right: 5rem;
}

.focus-within\:pb-20:focus-within {
  padding-bottom: 5rem;
}

.focus-within\:pl-20:focus-within {
  padding-left: 5rem;
}

.focus-within\:pt-24:focus-within {
  padding-top: 6rem;
}

.focus-within\:pr-24:focus-within {
  padding-right: 6rem;
}

.focus-within\:pb-24:focus-within {
  padding-bottom: 6rem;
}

.focus-within\:pl-24:focus-within {
  padding-left: 6rem;
}

.focus-within\:pt-28:focus-within {
  padding-top: 7rem;
}

.focus-within\:pr-28:focus-within {
  padding-right: 7rem;
}

.focus-within\:pb-28:focus-within {
  padding-bottom: 7rem;
}

.focus-within\:pl-28:focus-within {
  padding-left: 7rem;
}

.focus-within\:pt-32:focus-within {
  padding-top: 8rem;
}

.focus-within\:pr-32:focus-within {
  padding-right: 8rem;
}

.focus-within\:pb-32:focus-within {
  padding-bottom: 8rem;
}

.focus-within\:pl-32:focus-within {
  padding-left: 8rem;
}

.focus-within\:pt-36:focus-within {
  padding-top: 9rem;
}

.focus-within\:pr-36:focus-within {
  padding-right: 9rem;
}

.focus-within\:pb-36:focus-within {
  padding-bottom: 9rem;
}

.focus-within\:pl-36:focus-within {
  padding-left: 9rem;
}

.focus-within\:pt-40:focus-within {
  padding-top: 10rem;
}

.focus-within\:pr-40:focus-within {
  padding-right: 10rem;
}

.focus-within\:pb-40:focus-within {
  padding-bottom: 10rem;
}

.focus-within\:pl-40:focus-within {
  padding-left: 10rem;
}

.focus-within\:pt-44:focus-within {
  padding-top: 11rem;
}

.focus-within\:pr-44:focus-within {
  padding-right: 11rem;
}

.focus-within\:pb-44:focus-within {
  padding-bottom: 11rem;
}

.focus-within\:pl-44:focus-within {
  padding-left: 11rem;
}

.focus-within\:pt-48:focus-within {
  padding-top: 12rem;
}

.focus-within\:pr-48:focus-within {
  padding-right: 12rem;
}

.focus-within\:pb-48:focus-within {
  padding-bottom: 12rem;
}

.focus-within\:pl-48:focus-within {
  padding-left: 12rem;
}

.focus-within\:pt-52:focus-within {
  padding-top: 13rem;
}

.focus-within\:pr-52:focus-within {
  padding-right: 13rem;
}

.focus-within\:pb-52:focus-within {
  padding-bottom: 13rem;
}

.focus-within\:pl-52:focus-within {
  padding-left: 13rem;
}

.focus-within\:pt-56:focus-within {
  padding-top: 14rem;
}

.focus-within\:pr-56:focus-within {
  padding-right: 14rem;
}

.focus-within\:pb-56:focus-within {
  padding-bottom: 14rem;
}

.focus-within\:pl-56:focus-within {
  padding-left: 14rem;
}

.focus-within\:pt-60:focus-within {
  padding-top: 15rem;
}

.focus-within\:pr-60:focus-within {
  padding-right: 15rem;
}

.focus-within\:pb-60:focus-within {
  padding-bottom: 15rem;
}

.focus-within\:pl-60:focus-within {
  padding-left: 15rem;
}

.focus-within\:pt-64:focus-within {
  padding-top: 16rem;
}

.focus-within\:pr-64:focus-within {
  padding-right: 16rem;
}

.focus-within\:pb-64:focus-within {
  padding-bottom: 16rem;
}

.focus-within\:pl-64:focus-within {
  padding-left: 16rem;
}

.focus-within\:pt-72:focus-within {
  padding-top: 18rem;
}

.focus-within\:pr-72:focus-within {
  padding-right: 18rem;
}

.focus-within\:pb-72:focus-within {
  padding-bottom: 18rem;
}

.focus-within\:pl-72:focus-within {
  padding-left: 18rem;
}

.focus-within\:pt-80:focus-within {
  padding-top: 20rem;
}

.focus-within\:pr-80:focus-within {
  padding-right: 20rem;
}

.focus-within\:pb-80:focus-within {
  padding-bottom: 20rem;
}

.focus-within\:pl-80:focus-within {
  padding-left: 20rem;
}

.focus-within\:pt-96:focus-within {
  padding-top: 24rem;
}

.focus-within\:pr-96:focus-within {
  padding-right: 24rem;
}

.focus-within\:pb-96:focus-within {
  padding-bottom: 24rem;
}

.focus-within\:pl-96:focus-within {
  padding-left: 24rem;
}

.focus-within\:pt-px:focus-within {
  padding-top: 1px;
}

.focus-within\:pr-px:focus-within {
  padding-right: 1px;
}

.focus-within\:pb-px:focus-within {
  padding-bottom: 1px;
}

.focus-within\:pl-px:focus-within {
  padding-left: 1px;
}

.focus-within\:pt-0\.5:focus-within {
  padding-top: 0.125rem;
}

.focus-within\:pr-0\.5:focus-within {
  padding-right: 0.125rem;
}

.focus-within\:pb-0\.5:focus-within {
  padding-bottom: 0.125rem;
}

.focus-within\:pl-0\.5:focus-within {
  padding-left: 0.125rem;
}

.focus-within\:pt-1\.5:focus-within {
  padding-top: 0.375rem;
}

.focus-within\:pr-1\.5:focus-within {
  padding-right: 0.375rem;
}

.focus-within\:pb-1\.5:focus-within {
  padding-bottom: 0.375rem;
}

.focus-within\:pl-1\.5:focus-within {
  padding-left: 0.375rem;
}

.focus-within\:pt-2\.5:focus-within {
  padding-top: 0.625rem;
}

.focus-within\:pr-2\.5:focus-within {
  padding-right: 0.625rem;
}

.focus-within\:pb-2\.5:focus-within {
  padding-bottom: 0.625rem;
}

.focus-within\:pl-2\.5:focus-within {
  padding-left: 0.625rem;
}

.focus-within\:pt-3\.5:focus-within {
  padding-top: 0.875rem;
}

.focus-within\:pr-3\.5:focus-within {
  padding-right: 0.875rem;
}

.focus-within\:pb-3\.5:focus-within {
  padding-bottom: 0.875rem;
}

.focus-within\:pl-3\.5:focus-within {
  padding-left: 0.875rem;
}

.first\:p-0:first-child {
  padding: 0px;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 0.75rem;
}

.first\:p-4:first-child {
  padding: 1rem;
}

.first\:p-5:first-child {
  padding: 1.25rem;
}

.first\:p-6:first-child {
  padding: 1.5rem;
}

.first\:p-7:first-child {
  padding: 1.75rem;
}

.first\:p-8:first-child {
  padding: 2rem;
}

.first\:p-9:first-child {
  padding: 2.25rem;
}

.first\:p-10:first-child {
  padding: 2.5rem;
}

.first\:p-11:first-child {
  padding: 2.75rem;
}

.first\:p-12:first-child {
  padding: 3rem;
}

.first\:p-14:first-child {
  padding: 3.5rem;
}

.first\:p-16:first-child {
  padding: 4rem;
}

.first\:p-20:first-child {
  padding: 5rem;
}

.first\:p-24:first-child {
  padding: 6rem;
}

.first\:p-28:first-child {
  padding: 7rem;
}

.first\:p-32:first-child {
  padding: 8rem;
}

.first\:p-36:first-child {
  padding: 9rem;
}

.first\:p-40:first-child {
  padding: 10rem;
}

.first\:p-44:first-child {
  padding: 11rem;
}

.first\:p-48:first-child {
  padding: 12rem;
}

.first\:p-52:first-child {
  padding: 13rem;
}

.first\:p-56:first-child {
  padding: 14rem;
}

.first\:p-60:first-child {
  padding: 15rem;
}

.first\:p-64:first-child {
  padding: 16rem;
}

.first\:p-72:first-child {
  padding: 18rem;
}

.first\:p-80:first-child {
  padding: 20rem;
}

.first\:p-96:first-child {
  padding: 24rem;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:p-0\.5:first-child {
  padding: 0.125rem;
}

.first\:p-1\.5:first-child {
  padding: 0.375rem;
}

.first\:p-2\.5:first-child {
  padding: 0.625rem;
}

.first\:p-3\.5:first-child {
  padding: 0.875rem;
}

.first\:py-0:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.first\:px-0:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:py-7:first-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.first\:px-7:first-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.first\:py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:py-9:first-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:px-9:first-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:py-11:first-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.first\:px-11:first-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.first\:py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:py-14:first-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.first\:px-14:first-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.first\:py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:py-28:first-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.first\:px-28:first-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.first\:py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-36:first-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.first\:px-36:first-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.first\:py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:py-44:first-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.first\:px-44:first-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.first\:py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:py-52:first-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.first\:px-52:first-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.first\:py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:py-60:first-child {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.first\:px-60:first-child {
  padding-left: 15rem;
  padding-right: 15rem;
}

.first\:py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:py-72:first-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.first\:px-72:first-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.first\:py-80:first-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.first\:px-80:first-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.first\:py-96:first-child {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.first\:px-96:first-child {
  padding-left: 24rem;
  padding-right: 24rem;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:py-0\.5:first-child {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.first\:px-0\.5:first-child {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.first\:py-1\.5:first-child {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.first\:px-1\.5:first-child {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.first\:py-2\.5:first-child {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.first\:px-2\.5:first-child {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.first\:py-3\.5:first-child {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.first\:px-3\.5:first-child {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.first\:pr-0:first-child {
  padding-right: 0px;
}

.first\:pb-0:first-child {
  padding-bottom: 0px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:pt-4:first-child {
  padding-top: 1rem;
}

.first\:pr-4:first-child {
  padding-right: 1rem;
}

.first\:pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.first\:pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:pt-7:first-child {
  padding-top: 1.75rem;
}

.first\:pr-7:first-child {
  padding-right: 1.75rem;
}

.first\:pb-7:first-child {
  padding-bottom: 1.75rem;
}

.first\:pl-7:first-child {
  padding-left: 1.75rem;
}

.first\:pt-8:first-child {
  padding-top: 2rem;
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:pl-8:first-child {
  padding-left: 2rem;
}

.first\:pt-9:first-child {
  padding-top: 2.25rem;
}

.first\:pr-9:first-child {
  padding-right: 2.25rem;
}

.first\:pb-9:first-child {
  padding-bottom: 2.25rem;
}

.first\:pl-9:first-child {
  padding-left: 2.25rem;
}

.first\:pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:pt-11:first-child {
  padding-top: 2.75rem;
}

.first\:pr-11:first-child {
  padding-right: 2.75rem;
}

.first\:pb-11:first-child {
  padding-bottom: 2.75rem;
}

.first\:pl-11:first-child {
  padding-left: 2.75rem;
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.first\:pr-12:first-child {
  padding-right: 3rem;
}

.first\:pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:pl-12:first-child {
  padding-left: 3rem;
}

.first\:pt-14:first-child {
  padding-top: 3.5rem;
}

.first\:pr-14:first-child {
  padding-right: 3.5rem;
}

.first\:pb-14:first-child {
  padding-bottom: 3.5rem;
}

.first\:pl-14:first-child {
  padding-left: 3.5rem;
}

.first\:pt-16:first-child {
  padding-top: 4rem;
}

.first\:pr-16:first-child {
  padding-right: 4rem;
}

.first\:pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:pl-16:first-child {
  padding-left: 4rem;
}

.first\:pt-20:first-child {
  padding-top: 5rem;
}

.first\:pr-20:first-child {
  padding-right: 5rem;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:pl-20:first-child {
  padding-left: 5rem;
}

.first\:pt-24:first-child {
  padding-top: 6rem;
}

.first\:pr-24:first-child {
  padding-right: 6rem;
}

.first\:pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:pl-24:first-child {
  padding-left: 6rem;
}

.first\:pt-28:first-child {
  padding-top: 7rem;
}

.first\:pr-28:first-child {
  padding-right: 7rem;
}

.first\:pb-28:first-child {
  padding-bottom: 7rem;
}

.first\:pl-28:first-child {
  padding-left: 7rem;
}

.first\:pt-32:first-child {
  padding-top: 8rem;
}

.first\:pr-32:first-child {
  padding-right: 8rem;
}

.first\:pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:pl-32:first-child {
  padding-left: 8rem;
}

.first\:pt-36:first-child {
  padding-top: 9rem;
}

.first\:pr-36:first-child {
  padding-right: 9rem;
}

.first\:pb-36:first-child {
  padding-bottom: 9rem;
}

.first\:pl-36:first-child {
  padding-left: 9rem;
}

.first\:pt-40:first-child {
  padding-top: 10rem;
}

.first\:pr-40:first-child {
  padding-right: 10rem;
}

.first\:pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:pl-40:first-child {
  padding-left: 10rem;
}

.first\:pt-44:first-child {
  padding-top: 11rem;
}

.first\:pr-44:first-child {
  padding-right: 11rem;
}

.first\:pb-44:first-child {
  padding-bottom: 11rem;
}

.first\:pl-44:first-child {
  padding-left: 11rem;
}

.first\:pt-48:first-child {
  padding-top: 12rem;
}

.first\:pr-48:first-child {
  padding-right: 12rem;
}

.first\:pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:pl-48:first-child {
  padding-left: 12rem;
}

.first\:pt-52:first-child {
  padding-top: 13rem;
}

.first\:pr-52:first-child {
  padding-right: 13rem;
}

.first\:pb-52:first-child {
  padding-bottom: 13rem;
}

.first\:pl-52:first-child {
  padding-left: 13rem;
}

.first\:pt-56:first-child {
  padding-top: 14rem;
}

.first\:pr-56:first-child {
  padding-right: 14rem;
}

.first\:pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:pl-56:first-child {
  padding-left: 14rem;
}

.first\:pt-60:first-child {
  padding-top: 15rem;
}

.first\:pr-60:first-child {
  padding-right: 15rem;
}

.first\:pb-60:first-child {
  padding-bottom: 15rem;
}

.first\:pl-60:first-child {
  padding-left: 15rem;
}

.first\:pt-64:first-child {
  padding-top: 16rem;
}

.first\:pr-64:first-child {
  padding-right: 16rem;
}

.first\:pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:pl-64:first-child {
  padding-left: 16rem;
}

.first\:pt-72:first-child {
  padding-top: 18rem;
}

.first\:pr-72:first-child {
  padding-right: 18rem;
}

.first\:pb-72:first-child {
  padding-bottom: 18rem;
}

.first\:pl-72:first-child {
  padding-left: 18rem;
}

.first\:pt-80:first-child {
  padding-top: 20rem;
}

.first\:pr-80:first-child {
  padding-right: 20rem;
}

.first\:pb-80:first-child {
  padding-bottom: 20rem;
}

.first\:pl-80:first-child {
  padding-left: 20rem;
}

.first\:pt-96:first-child {
  padding-top: 24rem;
}

.first\:pr-96:first-child {
  padding-right: 24rem;
}

.first\:pb-96:first-child {
  padding-bottom: 24rem;
}

.first\:pl-96:first-child {
  padding-left: 24rem;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.first\:pt-0\.5:first-child {
  padding-top: 0.125rem;
}

.first\:pr-0\.5:first-child {
  padding-right: 0.125rem;
}

.first\:pb-0\.5:first-child {
  padding-bottom: 0.125rem;
}

.first\:pl-0\.5:first-child {
  padding-left: 0.125rem;
}

.first\:pt-1\.5:first-child {
  padding-top: 0.375rem;
}

.first\:pr-1\.5:first-child {
  padding-right: 0.375rem;
}

.first\:pb-1\.5:first-child {
  padding-bottom: 0.375rem;
}

.first\:pl-1\.5:first-child {
  padding-left: 0.375rem;
}

.first\:pt-2\.5:first-child {
  padding-top: 0.625rem;
}

.first\:pr-2\.5:first-child {
  padding-right: 0.625rem;
}

.first\:pb-2\.5:first-child {
  padding-bottom: 0.625rem;
}

.first\:pl-2\.5:first-child {
  padding-left: 0.625rem;
}

.first\:pt-3\.5:first-child {
  padding-top: 0.875rem;
}

.first\:pr-3\.5:first-child {
  padding-right: 0.875rem;
}

.first\:pb-3\.5:first-child {
  padding-bottom: 0.875rem;
}

.first\:pl-3\.5:first-child {
  padding-left: 0.875rem;
}

.last\:p-0:last-child {
  padding: 0px;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 0.75rem;
}

.last\:p-4:last-child {
  padding: 1rem;
}

.last\:p-5:last-child {
  padding: 1.25rem;
}

.last\:p-6:last-child {
  padding: 1.5rem;
}

.last\:p-7:last-child {
  padding: 1.75rem;
}

.last\:p-8:last-child {
  padding: 2rem;
}

.last\:p-9:last-child {
  padding: 2.25rem;
}

.last\:p-10:last-child {
  padding: 2.5rem;
}

.last\:p-11:last-child {
  padding: 2.75rem;
}

.last\:p-12:last-child {
  padding: 3rem;
}

.last\:p-14:last-child {
  padding: 3.5rem;
}

.last\:p-16:last-child {
  padding: 4rem;
}

.last\:p-20:last-child {
  padding: 5rem;
}

.last\:p-24:last-child {
  padding: 6rem;
}

.last\:p-28:last-child {
  padding: 7rem;
}

.last\:p-32:last-child {
  padding: 8rem;
}

.last\:p-36:last-child {
  padding: 9rem;
}

.last\:p-40:last-child {
  padding: 10rem;
}

.last\:p-44:last-child {
  padding: 11rem;
}

.last\:p-48:last-child {
  padding: 12rem;
}

.last\:p-52:last-child {
  padding: 13rem;
}

.last\:p-56:last-child {
  padding: 14rem;
}

.last\:p-60:last-child {
  padding: 15rem;
}

.last\:p-64:last-child {
  padding: 16rem;
}

.last\:p-72:last-child {
  padding: 18rem;
}

.last\:p-80:last-child {
  padding: 20rem;
}

.last\:p-96:last-child {
  padding: 24rem;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:p-0\.5:last-child {
  padding: 0.125rem;
}

.last\:p-1\.5:last-child {
  padding: 0.375rem;
}

.last\:p-2\.5:last-child {
  padding: 0.625rem;
}

.last\:p-3\.5:last-child {
  padding: 0.875rem;
}

.last\:py-0:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.last\:px-0:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:py-7:last-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.last\:px-7:last-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.last\:py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-9:last-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:px-9:last-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:py-11:last-child {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.last\:px-11:last-child {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.last\:py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:py-14:last-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.last\:px-14:last-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.last\:py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-28:last-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.last\:px-28:last-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.last\:py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-36:last-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.last\:px-36:last-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.last\:py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-44:last-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.last\:px-44:last-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.last\:py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-52:last-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.last\:px-52:last-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.last\:py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-60:last-child {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.last\:px-60:last-child {
  padding-left: 15rem;
  padding-right: 15rem;
}

.last\:py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-72:last-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.last\:px-72:last-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.last\:py-80:last-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.last\:px-80:last-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.last\:py-96:last-child {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.last\:px-96:last-child {
  padding-left: 24rem;
  padding-right: 24rem;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:py-0\.5:last-child {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.last\:px-0\.5:last-child {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.last\:py-1\.5:last-child {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.last\:px-1\.5:last-child {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.last\:py-2\.5:last-child {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.last\:px-2\.5:last-child {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.last\:py-3\.5:last-child {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.last\:px-3\.5:last-child {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.last\:pt-0:last-child {
  padding-top: 0px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pl-0:last-child {
  padding-left: 0px;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.last\:pr-4:last-child {
  padding-right: 1rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pl-4:last-child {
  padding-left: 1rem;
}

.last\:pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:pt-7:last-child {
  padding-top: 1.75rem;
}

.last\:pr-7:last-child {
  padding-right: 1.75rem;
}

.last\:pb-7:last-child {
  padding-bottom: 1.75rem;
}

.last\:pl-7:last-child {
  padding-left: 1.75rem;
}

.last\:pt-8:last-child {
  padding-top: 2rem;
}

.last\:pr-8:last-child {
  padding-right: 2rem;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:pl-8:last-child {
  padding-left: 2rem;
}

.last\:pt-9:last-child {
  padding-top: 2.25rem;
}

.last\:pr-9:last-child {
  padding-right: 2.25rem;
}

.last\:pb-9:last-child {
  padding-bottom: 2.25rem;
}

.last\:pl-9:last-child {
  padding-left: 2.25rem;
}

.last\:pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:pt-11:last-child {
  padding-top: 2.75rem;
}

.last\:pr-11:last-child {
  padding-right: 2.75rem;
}

.last\:pb-11:last-child {
  padding-bottom: 2.75rem;
}

.last\:pl-11:last-child {
  padding-left: 2.75rem;
}

.last\:pt-12:last-child {
  padding-top: 3rem;
}

.last\:pr-12:last-child {
  padding-right: 3rem;
}

.last\:pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:pl-12:last-child {
  padding-left: 3rem;
}

.last\:pt-14:last-child {
  padding-top: 3.5rem;
}

.last\:pr-14:last-child {
  padding-right: 3.5rem;
}

.last\:pb-14:last-child {
  padding-bottom: 3.5rem;
}

.last\:pl-14:last-child {
  padding-left: 3.5rem;
}

.last\:pt-16:last-child {
  padding-top: 4rem;
}

.last\:pr-16:last-child {
  padding-right: 4rem;
}

.last\:pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:pl-16:last-child {
  padding-left: 4rem;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pr-20:last-child {
  padding-right: 5rem;
}

.last\:pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:pl-20:last-child {
  padding-left: 5rem;
}

.last\:pt-24:last-child {
  padding-top: 6rem;
}

.last\:pr-24:last-child {
  padding-right: 6rem;
}

.last\:pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:pl-24:last-child {
  padding-left: 6rem;
}

.last\:pt-28:last-child {
  padding-top: 7rem;
}

.last\:pr-28:last-child {
  padding-right: 7rem;
}

.last\:pb-28:last-child {
  padding-bottom: 7rem;
}

.last\:pl-28:last-child {
  padding-left: 7rem;
}

.last\:pt-32:last-child {
  padding-top: 8rem;
}

.last\:pr-32:last-child {
  padding-right: 8rem;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:pl-32:last-child {
  padding-left: 8rem;
}

.last\:pt-36:last-child {
  padding-top: 9rem;
}

.last\:pr-36:last-child {
  padding-right: 9rem;
}

.last\:pb-36:last-child {
  padding-bottom: 9rem;
}

.last\:pl-36:last-child {
  padding-left: 9rem;
}

.last\:pt-40:last-child {
  padding-top: 10rem;
}

.last\:pr-40:last-child {
  padding-right: 10rem;
}

.last\:pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:pl-40:last-child {
  padding-left: 10rem;
}

.last\:pt-44:last-child {
  padding-top: 11rem;
}

.last\:pr-44:last-child {
  padding-right: 11rem;
}

.last\:pb-44:last-child {
  padding-bottom: 11rem;
}

.last\:pl-44:last-child {
  padding-left: 11rem;
}

.last\:pt-48:last-child {
  padding-top: 12rem;
}

.last\:pr-48:last-child {
  padding-right: 12rem;
}

.last\:pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:pl-48:last-child {
  padding-left: 12rem;
}

.last\:pt-52:last-child {
  padding-top: 13rem;
}

.last\:pr-52:last-child {
  padding-right: 13rem;
}

.last\:pb-52:last-child {
  padding-bottom: 13rem;
}

.last\:pl-52:last-child {
  padding-left: 13rem;
}

.last\:pt-56:last-child {
  padding-top: 14rem;
}

.last\:pr-56:last-child {
  padding-right: 14rem;
}

.last\:pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:pl-56:last-child {
  padding-left: 14rem;
}

.last\:pt-60:last-child {
  padding-top: 15rem;
}

.last\:pr-60:last-child {
  padding-right: 15rem;
}

.last\:pb-60:last-child {
  padding-bottom: 15rem;
}

.last\:pl-60:last-child {
  padding-left: 15rem;
}

.last\:pt-64:last-child {
  padding-top: 16rem;
}

.last\:pr-64:last-child {
  padding-right: 16rem;
}

.last\:pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:pl-64:last-child {
  padding-left: 16rem;
}

.last\:pt-72:last-child {
  padding-top: 18rem;
}

.last\:pr-72:last-child {
  padding-right: 18rem;
}

.last\:pb-72:last-child {
  padding-bottom: 18rem;
}

.last\:pl-72:last-child {
  padding-left: 18rem;
}

.last\:pt-80:last-child {
  padding-top: 20rem;
}

.last\:pr-80:last-child {
  padding-right: 20rem;
}

.last\:pb-80:last-child {
  padding-bottom: 20rem;
}

.last\:pl-80:last-child {
  padding-left: 20rem;
}

.last\:pt-96:last-child {
  padding-top: 24rem;
}

.last\:pr-96:last-child {
  padding-right: 24rem;
}

.last\:pb-96:last-child {
  padding-bottom: 24rem;
}

.last\:pl-96:last-child {
  padding-left: 24rem;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.last\:pt-0\.5:last-child {
  padding-top: 0.125rem;
}

.last\:pr-0\.5:last-child {
  padding-right: 0.125rem;
}

.last\:pb-0\.5:last-child {
  padding-bottom: 0.125rem;
}

.last\:pl-0\.5:last-child {
  padding-left: 0.125rem;
}

.last\:pt-1\.5:last-child {
  padding-top: 0.375rem;
}

.last\:pr-1\.5:last-child {
  padding-right: 0.375rem;
}

.last\:pb-1\.5:last-child {
  padding-bottom: 0.375rem;
}

.last\:pl-1\.5:last-child {
  padding-left: 0.375rem;
}

.last\:pt-2\.5:last-child {
  padding-top: 0.625rem;
}

.last\:pr-2\.5:last-child {
  padding-right: 0.625rem;
}

.last\:pb-2\.5:last-child {
  padding-bottom: 0.625rem;
}

.last\:pl-2\.5:last-child {
  padding-left: 0.625rem;
}

.last\:pt-3\.5:last-child {
  padding-top: 0.875rem;
}

.last\:pr-3\.5:last-child {
  padding-right: 0.875rem;
}

.last\:pb-3\.5:last-child {
  padding-bottom: 0.875rem;
}

.last\:pl-3\.5:last-child {
  padding-left: 0.875rem;
}

.odd\:p-0:nth-child(odd) {
  padding: 0px;
}

.odd\:p-1:nth-child(odd) {
  padding: 0.25rem;
}

.odd\:p-2:nth-child(odd) {
  padding: 0.5rem;
}

.odd\:p-3:nth-child(odd) {
  padding: 0.75rem;
}

.odd\:p-4:nth-child(odd) {
  padding: 1rem;
}

.odd\:p-5:nth-child(odd) {
  padding: 1.25rem;
}

.odd\:p-6:nth-child(odd) {
  padding: 1.5rem;
}

.odd\:p-7:nth-child(odd) {
  padding: 1.75rem;
}

.odd\:p-8:nth-child(odd) {
  padding: 2rem;
}

.odd\:p-9:nth-child(odd) {
  padding: 2.25rem;
}

.odd\:p-10:nth-child(odd) {
  padding: 2.5rem;
}

.odd\:p-11:nth-child(odd) {
  padding: 2.75rem;
}

.odd\:p-12:nth-child(odd) {
  padding: 3rem;
}

.odd\:p-14:nth-child(odd) {
  padding: 3.5rem;
}

.odd\:p-16:nth-child(odd) {
  padding: 4rem;
}

.odd\:p-20:nth-child(odd) {
  padding: 5rem;
}

.odd\:p-24:nth-child(odd) {
  padding: 6rem;
}

.odd\:p-28:nth-child(odd) {
  padding: 7rem;
}

.odd\:p-32:nth-child(odd) {
  padding: 8rem;
}

.odd\:p-36:nth-child(odd) {
  padding: 9rem;
}

.odd\:p-40:nth-child(odd) {
  padding: 10rem;
}

.odd\:p-44:nth-child(odd) {
  padding: 11rem;
}

.odd\:p-48:nth-child(odd) {
  padding: 12rem;
}

.odd\:p-52:nth-child(odd) {
  padding: 13rem;
}

.odd\:p-56:nth-child(odd) {
  padding: 14rem;
}

.odd\:p-60:nth-child(odd) {
  padding: 15rem;
}

.odd\:p-64:nth-child(odd) {
  padding: 16rem;
}

.odd\:p-72:nth-child(odd) {
  padding: 18rem;
}

.odd\:p-80:nth-child(odd) {
  padding: 20rem;
}

.odd\:p-96:nth-child(odd) {
  padding: 24rem;
}

.odd\:p-px:nth-child(odd) {
  padding: 1px;
}

.odd\:p-0\.5:nth-child(odd) {
  padding: 0.125rem;
}

.odd\:p-1\.5:nth-child(odd) {
  padding: 0.375rem;
}

.odd\:p-2\.5:nth-child(odd) {
  padding: 0.625rem;
}

.odd\:p-3\.5:nth-child(odd) {
  padding: 0.875rem;
}

.odd\:py-0:nth-child(odd) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.odd\:px-0:nth-child(odd) {
  padding-left: 0px;
  padding-right: 0px;
}

.odd\:py-1:nth-child(odd) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.odd\:px-1:nth-child(odd) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.odd\:py-2:nth-child(odd) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.odd\:px-2:nth-child(odd) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.odd\:py-3:nth-child(odd) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.odd\:px-3:nth-child(odd) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.odd\:py-4:nth-child(odd) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.odd\:px-4:nth-child(odd) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.odd\:py-5:nth-child(odd) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.odd\:px-5:nth-child(odd) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.odd\:py-6:nth-child(odd) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.odd\:px-6:nth-child(odd) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.odd\:py-7:nth-child(odd) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.odd\:px-7:nth-child(odd) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.odd\:py-8:nth-child(odd) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.odd\:px-8:nth-child(odd) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.odd\:py-9:nth-child(odd) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.odd\:px-9:nth-child(odd) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.odd\:py-10:nth-child(odd) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.odd\:px-10:nth-child(odd) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.odd\:py-11:nth-child(odd) {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.odd\:px-11:nth-child(odd) {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.odd\:py-12:nth-child(odd) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.odd\:px-12:nth-child(odd) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.odd\:py-14:nth-child(odd) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.odd\:px-14:nth-child(odd) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.odd\:py-16:nth-child(odd) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.odd\:px-16:nth-child(odd) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.odd\:py-20:nth-child(odd) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.odd\:px-20:nth-child(odd) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.odd\:py-24:nth-child(odd) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.odd\:px-24:nth-child(odd) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.odd\:py-28:nth-child(odd) {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.odd\:px-28:nth-child(odd) {
  padding-left: 7rem;
  padding-right: 7rem;
}

.odd\:py-32:nth-child(odd) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.odd\:px-32:nth-child(odd) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.odd\:py-36:nth-child(odd) {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.odd\:px-36:nth-child(odd) {
  padding-left: 9rem;
  padding-right: 9rem;
}

.odd\:py-40:nth-child(odd) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.odd\:px-40:nth-child(odd) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.odd\:py-44:nth-child(odd) {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.odd\:px-44:nth-child(odd) {
  padding-left: 11rem;
  padding-right: 11rem;
}

.odd\:py-48:nth-child(odd) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.odd\:px-48:nth-child(odd) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.odd\:py-52:nth-child(odd) {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.odd\:px-52:nth-child(odd) {
  padding-left: 13rem;
  padding-right: 13rem;
}

.odd\:py-56:nth-child(odd) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.odd\:px-56:nth-child(odd) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.odd\:py-60:nth-child(odd) {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.odd\:px-60:nth-child(odd) {
  padding-left: 15rem;
  padding-right: 15rem;
}

.odd\:py-64:nth-child(odd) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.odd\:px-64:nth-child(odd) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.odd\:py-72:nth-child(odd) {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.odd\:px-72:nth-child(odd) {
  padding-left: 18rem;
  padding-right: 18rem;
}

.odd\:py-80:nth-child(odd) {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.odd\:px-80:nth-child(odd) {
  padding-left: 20rem;
  padding-right: 20rem;
}

.odd\:py-96:nth-child(odd) {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.odd\:px-96:nth-child(odd) {
  padding-left: 24rem;
  padding-right: 24rem;
}

.odd\:py-px:nth-child(odd) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.odd\:px-px:nth-child(odd) {
  padding-left: 1px;
  padding-right: 1px;
}

.odd\:py-0\.5:nth-child(odd) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.odd\:px-0\.5:nth-child(odd) {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.odd\:py-1\.5:nth-child(odd) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.odd\:px-1\.5:nth-child(odd) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.odd\:py-2\.5:nth-child(odd) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.odd\:px-2\.5:nth-child(odd) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.odd\:py-3\.5:nth-child(odd) {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.odd\:px-3\.5:nth-child(odd) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.odd\:pt-0:nth-child(odd) {
  padding-top: 0px;
}

.odd\:pr-0:nth-child(odd) {
  padding-right: 0px;
}

.odd\:pb-0:nth-child(odd) {
  padding-bottom: 0px;
}

.odd\:pl-0:nth-child(odd) {
  padding-left: 0px;
}

.odd\:pt-1:nth-child(odd) {
  padding-top: 0.25rem;
}

.odd\:pr-1:nth-child(odd) {
  padding-right: 0.25rem;
}

.odd\:pb-1:nth-child(odd) {
  padding-bottom: 0.25rem;
}

.odd\:pl-1:nth-child(odd) {
  padding-left: 0.25rem;
}

.odd\:pt-2:nth-child(odd) {
  padding-top: 0.5rem;
}

.odd\:pr-2:nth-child(odd) {
  padding-right: 0.5rem;
}

.odd\:pb-2:nth-child(odd) {
  padding-bottom: 0.5rem;
}

.odd\:pl-2:nth-child(odd) {
  padding-left: 0.5rem;
}

.odd\:pt-3:nth-child(odd) {
  padding-top: 0.75rem;
}

.odd\:pr-3:nth-child(odd) {
  padding-right: 0.75rem;
}

.odd\:pb-3:nth-child(odd) {
  padding-bottom: 0.75rem;
}

.odd\:pl-3:nth-child(odd) {
  padding-left: 0.75rem;
}

.odd\:pt-4:nth-child(odd) {
  padding-top: 1rem;
}

.odd\:pr-4:nth-child(odd) {
  padding-right: 1rem;
}

.odd\:pb-4:nth-child(odd) {
  padding-bottom: 1rem;
}

.odd\:pl-4:nth-child(odd) {
  padding-left: 1rem;
}

.odd\:pt-5:nth-child(odd) {
  padding-top: 1.25rem;
}

.odd\:pr-5:nth-child(odd) {
  padding-right: 1.25rem;
}

.odd\:pb-5:nth-child(odd) {
  padding-bottom: 1.25rem;
}

.odd\:pl-5:nth-child(odd) {
  padding-left: 1.25rem;
}

.odd\:pt-6:nth-child(odd) {
  padding-top: 1.5rem;
}

.odd\:pr-6:nth-child(odd) {
  padding-right: 1.5rem;
}

.odd\:pb-6:nth-child(odd) {
  padding-bottom: 1.5rem;
}

.odd\:pl-6:nth-child(odd) {
  padding-left: 1.5rem;
}

.odd\:pt-7:nth-child(odd) {
  padding-top: 1.75rem;
}

.odd\:pr-7:nth-child(odd) {
  padding-right: 1.75rem;
}

.odd\:pb-7:nth-child(odd) {
  padding-bottom: 1.75rem;
}

.odd\:pl-7:nth-child(odd) {
  padding-left: 1.75rem;
}

.odd\:pt-8:nth-child(odd) {
  padding-top: 2rem;
}

.odd\:pr-8:nth-child(odd) {
  padding-right: 2rem;
}

.odd\:pb-8:nth-child(odd) {
  padding-bottom: 2rem;
}

.odd\:pl-8:nth-child(odd) {
  padding-left: 2rem;
}

.odd\:pt-9:nth-child(odd) {
  padding-top: 2.25rem;
}

.odd\:pr-9:nth-child(odd) {
  padding-right: 2.25rem;
}

.odd\:pb-9:nth-child(odd) {
  padding-bottom: 2.25rem;
}

.odd\:pl-9:nth-child(odd) {
  padding-left: 2.25rem;
}

.odd\:pt-10:nth-child(odd) {
  padding-top: 2.5rem;
}

.odd\:pr-10:nth-child(odd) {
  padding-right: 2.5rem;
}

.odd\:pb-10:nth-child(odd) {
  padding-bottom: 2.5rem;
}

.odd\:pl-10:nth-child(odd) {
  padding-left: 2.5rem;
}

.odd\:pt-11:nth-child(odd) {
  padding-top: 2.75rem;
}

.odd\:pr-11:nth-child(odd) {
  padding-right: 2.75rem;
}

.odd\:pb-11:nth-child(odd) {
  padding-bottom: 2.75rem;
}

.odd\:pl-11:nth-child(odd) {
  padding-left: 2.75rem;
}

.odd\:pt-12:nth-child(odd) {
  padding-top: 3rem;
}

.odd\:pr-12:nth-child(odd) {
  padding-right: 3rem;
}

.odd\:pb-12:nth-child(odd) {
  padding-bottom: 3rem;
}

.odd\:pl-12:nth-child(odd) {
  padding-left: 3rem;
}

.odd\:pt-14:nth-child(odd) {
  padding-top: 3.5rem;
}

.odd\:pr-14:nth-child(odd) {
  padding-right: 3.5rem;
}

.odd\:pb-14:nth-child(odd) {
  padding-bottom: 3.5rem;
}

.odd\:pl-14:nth-child(odd) {
  padding-left: 3.5rem;
}

.odd\:pt-16:nth-child(odd) {
  padding-top: 4rem;
}

.odd\:pr-16:nth-child(odd) {
  padding-right: 4rem;
}

.odd\:pb-16:nth-child(odd) {
  padding-bottom: 4rem;
}

.odd\:pl-16:nth-child(odd) {
  padding-left: 4rem;
}

.odd\:pt-20:nth-child(odd) {
  padding-top: 5rem;
}

.odd\:pr-20:nth-child(odd) {
  padding-right: 5rem;
}

.odd\:pb-20:nth-child(odd) {
  padding-bottom: 5rem;
}

.odd\:pl-20:nth-child(odd) {
  padding-left: 5rem;
}

.odd\:pt-24:nth-child(odd) {
  padding-top: 6rem;
}

.odd\:pr-24:nth-child(odd) {
  padding-right: 6rem;
}

.odd\:pb-24:nth-child(odd) {
  padding-bottom: 6rem;
}

.odd\:pl-24:nth-child(odd) {
  padding-left: 6rem;
}

.odd\:pt-28:nth-child(odd) {
  padding-top: 7rem;
}

.odd\:pr-28:nth-child(odd) {
  padding-right: 7rem;
}

.odd\:pb-28:nth-child(odd) {
  padding-bottom: 7rem;
}

.odd\:pl-28:nth-child(odd) {
  padding-left: 7rem;
}

.odd\:pt-32:nth-child(odd) {
  padding-top: 8rem;
}

.odd\:pr-32:nth-child(odd) {
  padding-right: 8rem;
}

.odd\:pb-32:nth-child(odd) {
  padding-bottom: 8rem;
}

.odd\:pl-32:nth-child(odd) {
  padding-left: 8rem;
}

.odd\:pt-36:nth-child(odd) {
  padding-top: 9rem;
}

.odd\:pr-36:nth-child(odd) {
  padding-right: 9rem;
}

.odd\:pb-36:nth-child(odd) {
  padding-bottom: 9rem;
}

.odd\:pl-36:nth-child(odd) {
  padding-left: 9rem;
}

.odd\:pt-40:nth-child(odd) {
  padding-top: 10rem;
}

.odd\:pr-40:nth-child(odd) {
  padding-right: 10rem;
}

.odd\:pb-40:nth-child(odd) {
  padding-bottom: 10rem;
}

.odd\:pl-40:nth-child(odd) {
  padding-left: 10rem;
}

.odd\:pt-44:nth-child(odd) {
  padding-top: 11rem;
}

.odd\:pr-44:nth-child(odd) {
  padding-right: 11rem;
}

.odd\:pb-44:nth-child(odd) {
  padding-bottom: 11rem;
}

.odd\:pl-44:nth-child(odd) {
  padding-left: 11rem;
}

.odd\:pt-48:nth-child(odd) {
  padding-top: 12rem;
}

.odd\:pr-48:nth-child(odd) {
  padding-right: 12rem;
}

.odd\:pb-48:nth-child(odd) {
  padding-bottom: 12rem;
}

.odd\:pl-48:nth-child(odd) {
  padding-left: 12rem;
}

.odd\:pt-52:nth-child(odd) {
  padding-top: 13rem;
}

.odd\:pr-52:nth-child(odd) {
  padding-right: 13rem;
}

.odd\:pb-52:nth-child(odd) {
  padding-bottom: 13rem;
}

.odd\:pl-52:nth-child(odd) {
  padding-left: 13rem;
}

.odd\:pt-56:nth-child(odd) {
  padding-top: 14rem;
}

.odd\:pr-56:nth-child(odd) {
  padding-right: 14rem;
}

.odd\:pb-56:nth-child(odd) {
  padding-bottom: 14rem;
}

.odd\:pl-56:nth-child(odd) {
  padding-left: 14rem;
}

.odd\:pt-60:nth-child(odd) {
  padding-top: 15rem;
}

.odd\:pr-60:nth-child(odd) {
  padding-right: 15rem;
}

.odd\:pb-60:nth-child(odd) {
  padding-bottom: 15rem;
}

.odd\:pl-60:nth-child(odd) {
  padding-left: 15rem;
}

.odd\:pt-64:nth-child(odd) {
  padding-top: 16rem;
}

.odd\:pr-64:nth-child(odd) {
  padding-right: 16rem;
}

.odd\:pb-64:nth-child(odd) {
  padding-bottom: 16rem;
}

.odd\:pl-64:nth-child(odd) {
  padding-left: 16rem;
}

.odd\:pt-72:nth-child(odd) {
  padding-top: 18rem;
}

.odd\:pr-72:nth-child(odd) {
  padding-right: 18rem;
}

.odd\:pb-72:nth-child(odd) {
  padding-bottom: 18rem;
}

.odd\:pl-72:nth-child(odd) {
  padding-left: 18rem;
}

.odd\:pt-80:nth-child(odd) {
  padding-top: 20rem;
}

.odd\:pr-80:nth-child(odd) {
  padding-right: 20rem;
}

.odd\:pb-80:nth-child(odd) {
  padding-bottom: 20rem;
}

.odd\:pl-80:nth-child(odd) {
  padding-left: 20rem;
}

.odd\:pt-96:nth-child(odd) {
  padding-top: 24rem;
}

.odd\:pr-96:nth-child(odd) {
  padding-right: 24rem;
}

.odd\:pb-96:nth-child(odd) {
  padding-bottom: 24rem;
}

.odd\:pl-96:nth-child(odd) {
  padding-left: 24rem;
}

.odd\:pt-px:nth-child(odd) {
  padding-top: 1px;
}

.odd\:pr-px:nth-child(odd) {
  padding-right: 1px;
}

.odd\:pb-px:nth-child(odd) {
  padding-bottom: 1px;
}

.odd\:pl-px:nth-child(odd) {
  padding-left: 1px;
}

.odd\:pt-0\.5:nth-child(odd) {
  padding-top: 0.125rem;
}

.odd\:pr-0\.5:nth-child(odd) {
  padding-right: 0.125rem;
}

.odd\:pb-0\.5:nth-child(odd) {
  padding-bottom: 0.125rem;
}

.odd\:pl-0\.5:nth-child(odd) {
  padding-left: 0.125rem;
}

.odd\:pt-1\.5:nth-child(odd) {
  padding-top: 0.375rem;
}

.odd\:pr-1\.5:nth-child(odd) {
  padding-right: 0.375rem;
}

.odd\:pb-1\.5:nth-child(odd) {
  padding-bottom: 0.375rem;
}

.odd\:pl-1\.5:nth-child(odd) {
  padding-left: 0.375rem;
}

.odd\:pt-2\.5:nth-child(odd) {
  padding-top: 0.625rem;
}

.odd\:pr-2\.5:nth-child(odd) {
  padding-right: 0.625rem;
}

.odd\:pb-2\.5:nth-child(odd) {
  padding-bottom: 0.625rem;
}

.odd\:pl-2\.5:nth-child(odd) {
  padding-left: 0.625rem;
}

.odd\:pt-3\.5:nth-child(odd) {
  padding-top: 0.875rem;
}

.odd\:pr-3\.5:nth-child(odd) {
  padding-right: 0.875rem;
}

.odd\:pb-3\.5:nth-child(odd) {
  padding-bottom: 0.875rem;
}

.odd\:pl-3\.5:nth-child(odd) {
  padding-left: 0.875rem;
}

.even\:p-0:nth-child(even) {
  padding: 0px;
}

.even\:p-1:nth-child(even) {
  padding: 0.25rem;
}

.even\:p-2:nth-child(even) {
  padding: 0.5rem;
}

.even\:p-3:nth-child(even) {
  padding: 0.75rem;
}

.even\:p-4:nth-child(even) {
  padding: 1rem;
}

.even\:p-5:nth-child(even) {
  padding: 1.25rem;
}

.even\:p-6:nth-child(even) {
  padding: 1.5rem;
}

.even\:p-7:nth-child(even) {
  padding: 1.75rem;
}

.even\:p-8:nth-child(even) {
  padding: 2rem;
}

.even\:p-9:nth-child(even) {
  padding: 2.25rem;
}

.even\:p-10:nth-child(even) {
  padding: 2.5rem;
}

.even\:p-11:nth-child(even) {
  padding: 2.75rem;
}

.even\:p-12:nth-child(even) {
  padding: 3rem;
}

.even\:p-14:nth-child(even) {
  padding: 3.5rem;
}

.even\:p-16:nth-child(even) {
  padding: 4rem;
}

.even\:p-20:nth-child(even) {
  padding: 5rem;
}

.even\:p-24:nth-child(even) {
  padding: 6rem;
}

.even\:p-28:nth-child(even) {
  padding: 7rem;
}

.even\:p-32:nth-child(even) {
  padding: 8rem;
}

.even\:p-36:nth-child(even) {
  padding: 9rem;
}

.even\:p-40:nth-child(even) {
  padding: 10rem;
}

.even\:p-44:nth-child(even) {
  padding: 11rem;
}

.even\:p-48:nth-child(even) {
  padding: 12rem;
}

.even\:p-52:nth-child(even) {
  padding: 13rem;
}

.even\:p-56:nth-child(even) {
  padding: 14rem;
}

.even\:p-60:nth-child(even) {
  padding: 15rem;
}

.even\:p-64:nth-child(even) {
  padding: 16rem;
}

.even\:p-72:nth-child(even) {
  padding: 18rem;
}

.even\:p-80:nth-child(even) {
  padding: 20rem;
}

.even\:p-96:nth-child(even) {
  padding: 24rem;
}

.even\:p-px:nth-child(even) {
  padding: 1px;
}

.even\:p-0\.5:nth-child(even) {
  padding: 0.125rem;
}

.even\:p-1\.5:nth-child(even) {
  padding: 0.375rem;
}

.even\:p-2\.5:nth-child(even) {
  padding: 0.625rem;
}

.even\:p-3\.5:nth-child(even) {
  padding: 0.875rem;
}

.even\:py-0:nth-child(even) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.even\:px-0:nth-child(even) {
  padding-left: 0px;
  padding-right: 0px;
}

.even\:py-1:nth-child(even) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.even\:px-1:nth-child(even) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.even\:py-2:nth-child(even) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.even\:px-2:nth-child(even) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.even\:py-3:nth-child(even) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.even\:px-3:nth-child(even) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.even\:py-4:nth-child(even) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.even\:px-4:nth-child(even) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.even\:py-5:nth-child(even) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.even\:px-5:nth-child(even) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.even\:py-6:nth-child(even) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.even\:px-6:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.even\:py-7:nth-child(even) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.even\:px-7:nth-child(even) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.even\:py-8:nth-child(even) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.even\:px-8:nth-child(even) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.even\:py-9:nth-child(even) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.even\:px-9:nth-child(even) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.even\:py-10:nth-child(even) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.even\:px-10:nth-child(even) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.even\:py-11:nth-child(even) {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.even\:px-11:nth-child(even) {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.even\:py-12:nth-child(even) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.even\:px-12:nth-child(even) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.even\:py-14:nth-child(even) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.even\:px-14:nth-child(even) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.even\:py-16:nth-child(even) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.even\:px-16:nth-child(even) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.even\:py-20:nth-child(even) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.even\:px-20:nth-child(even) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.even\:py-24:nth-child(even) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.even\:px-24:nth-child(even) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.even\:py-28:nth-child(even) {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.even\:px-28:nth-child(even) {
  padding-left: 7rem;
  padding-right: 7rem;
}

.even\:py-32:nth-child(even) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.even\:px-32:nth-child(even) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.even\:py-36:nth-child(even) {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.even\:px-36:nth-child(even) {
  padding-left: 9rem;
  padding-right: 9rem;
}

.even\:py-40:nth-child(even) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.even\:px-40:nth-child(even) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.even\:py-44:nth-child(even) {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.even\:px-44:nth-child(even) {
  padding-left: 11rem;
  padding-right: 11rem;
}

.even\:py-48:nth-child(even) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.even\:px-48:nth-child(even) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.even\:py-52:nth-child(even) {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.even\:px-52:nth-child(even) {
  padding-left: 13rem;
  padding-right: 13rem;
}

.even\:py-56:nth-child(even) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.even\:px-56:nth-child(even) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.even\:py-60:nth-child(even) {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.even\:px-60:nth-child(even) {
  padding-left: 15rem;
  padding-right: 15rem;
}

.even\:py-64:nth-child(even) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.even\:px-64:nth-child(even) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.even\:py-72:nth-child(even) {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.even\:px-72:nth-child(even) {
  padding-left: 18rem;
  padding-right: 18rem;
}

.even\:py-80:nth-child(even) {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.even\:px-80:nth-child(even) {
  padding-left: 20rem;
  padding-right: 20rem;
}

.even\:py-96:nth-child(even) {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.even\:px-96:nth-child(even) {
  padding-left: 24rem;
  padding-right: 24rem;
}

.even\:py-px:nth-child(even) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.even\:px-px:nth-child(even) {
  padding-left: 1px;
  padding-right: 1px;
}

.even\:py-0\.5:nth-child(even) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.even\:px-0\.5:nth-child(even) {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.even\:py-1\.5:nth-child(even) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.even\:px-1\.5:nth-child(even) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.even\:py-2\.5:nth-child(even) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.even\:px-2\.5:nth-child(even) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.even\:py-3\.5:nth-child(even) {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.even\:px-3\.5:nth-child(even) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.even\:pt-0:nth-child(even) {
  padding-top: 0px;
}

.even\:pr-0:nth-child(even) {
  padding-right: 0px;
}

.even\:pb-0:nth-child(even) {
  padding-bottom: 0px;
}

.even\:pl-0:nth-child(even) {
  padding-left: 0px;
}

.even\:pt-1:nth-child(even) {
  padding-top: 0.25rem;
}

.even\:pr-1:nth-child(even) {
  padding-right: 0.25rem;
}

.even\:pb-1:nth-child(even) {
  padding-bottom: 0.25rem;
}

.even\:pl-1:nth-child(even) {
  padding-left: 0.25rem;
}

.even\:pt-2:nth-child(even) {
  padding-top: 0.5rem;
}

.even\:pr-2:nth-child(even) {
  padding-right: 0.5rem;
}

.even\:pb-2:nth-child(even) {
  padding-bottom: 0.5rem;
}

.even\:pl-2:nth-child(even) {
  padding-left: 0.5rem;
}

.even\:pt-3:nth-child(even) {
  padding-top: 0.75rem;
}

.even\:pr-3:nth-child(even) {
  padding-right: 0.75rem;
}

.even\:pb-3:nth-child(even) {
  padding-bottom: 0.75rem;
}

.even\:pl-3:nth-child(even) {
  padding-left: 0.75rem;
}

.even\:pt-4:nth-child(even) {
  padding-top: 1rem;
}

.even\:pr-4:nth-child(even) {
  padding-right: 1rem;
}

.even\:pb-4:nth-child(even) {
  padding-bottom: 1rem;
}

.even\:pl-4:nth-child(even) {
  padding-left: 1rem;
}

.even\:pt-5:nth-child(even) {
  padding-top: 1.25rem;
}

.even\:pr-5:nth-child(even) {
  padding-right: 1.25rem;
}

.even\:pb-5:nth-child(even) {
  padding-bottom: 1.25rem;
}

.even\:pl-5:nth-child(even) {
  padding-left: 1.25rem;
}

.even\:pt-6:nth-child(even) {
  padding-top: 1.5rem;
}

.even\:pr-6:nth-child(even) {
  padding-right: 1.5rem;
}

.even\:pb-6:nth-child(even) {
  padding-bottom: 1.5rem;
}

.even\:pl-6:nth-child(even) {
  padding-left: 1.5rem;
}

.even\:pt-7:nth-child(even) {
  padding-top: 1.75rem;
}

.even\:pr-7:nth-child(even) {
  padding-right: 1.75rem;
}

.even\:pb-7:nth-child(even) {
  padding-bottom: 1.75rem;
}

.even\:pl-7:nth-child(even) {
  padding-left: 1.75rem;
}

.even\:pt-8:nth-child(even) {
  padding-top: 2rem;
}

.even\:pr-8:nth-child(even) {
  padding-right: 2rem;
}

.even\:pb-8:nth-child(even) {
  padding-bottom: 2rem;
}

.even\:pl-8:nth-child(even) {
  padding-left: 2rem;
}

.even\:pt-9:nth-child(even) {
  padding-top: 2.25rem;
}

.even\:pr-9:nth-child(even) {
  padding-right: 2.25rem;
}

.even\:pb-9:nth-child(even) {
  padding-bottom: 2.25rem;
}

.even\:pl-9:nth-child(even) {
  padding-left: 2.25rem;
}

.even\:pt-10:nth-child(even) {
  padding-top: 2.5rem;
}

.even\:pr-10:nth-child(even) {
  padding-right: 2.5rem;
}

.even\:pb-10:nth-child(even) {
  padding-bottom: 2.5rem;
}

.even\:pl-10:nth-child(even) {
  padding-left: 2.5rem;
}

.even\:pt-11:nth-child(even) {
  padding-top: 2.75rem;
}

.even\:pr-11:nth-child(even) {
  padding-right: 2.75rem;
}

.even\:pb-11:nth-child(even) {
  padding-bottom: 2.75rem;
}

.even\:pl-11:nth-child(even) {
  padding-left: 2.75rem;
}

.even\:pt-12:nth-child(even) {
  padding-top: 3rem;
}

.even\:pr-12:nth-child(even) {
  padding-right: 3rem;
}

.even\:pb-12:nth-child(even) {
  padding-bottom: 3rem;
}

.even\:pl-12:nth-child(even) {
  padding-left: 3rem;
}

.even\:pt-14:nth-child(even) {
  padding-top: 3.5rem;
}

.even\:pr-14:nth-child(even) {
  padding-right: 3.5rem;
}

.even\:pb-14:nth-child(even) {
  padding-bottom: 3.5rem;
}

.even\:pl-14:nth-child(even) {
  padding-left: 3.5rem;
}

.even\:pt-16:nth-child(even) {
  padding-top: 4rem;
}

.even\:pr-16:nth-child(even) {
  padding-right: 4rem;
}

.even\:pb-16:nth-child(even) {
  padding-bottom: 4rem;
}

.even\:pl-16:nth-child(even) {
  padding-left: 4rem;
}

.even\:pt-20:nth-child(even) {
  padding-top: 5rem;
}

.even\:pr-20:nth-child(even) {
  padding-right: 5rem;
}

.even\:pb-20:nth-child(even) {
  padding-bottom: 5rem;
}

.even\:pl-20:nth-child(even) {
  padding-left: 5rem;
}

.even\:pt-24:nth-child(even) {
  padding-top: 6rem;
}

.even\:pr-24:nth-child(even) {
  padding-right: 6rem;
}

.even\:pb-24:nth-child(even) {
  padding-bottom: 6rem;
}

.even\:pl-24:nth-child(even) {
  padding-left: 6rem;
}

.even\:pt-28:nth-child(even) {
  padding-top: 7rem;
}

.even\:pr-28:nth-child(even) {
  padding-right: 7rem;
}

.even\:pb-28:nth-child(even) {
  padding-bottom: 7rem;
}

.even\:pl-28:nth-child(even) {
  padding-left: 7rem;
}

.even\:pt-32:nth-child(even) {
  padding-top: 8rem;
}

.even\:pr-32:nth-child(even) {
  padding-right: 8rem;
}

.even\:pb-32:nth-child(even) {
  padding-bottom: 8rem;
}

.even\:pl-32:nth-child(even) {
  padding-left: 8rem;
}

.even\:pt-36:nth-child(even) {
  padding-top: 9rem;
}

.even\:pr-36:nth-child(even) {
  padding-right: 9rem;
}

.even\:pb-36:nth-child(even) {
  padding-bottom: 9rem;
}

.even\:pl-36:nth-child(even) {
  padding-left: 9rem;
}

.even\:pt-40:nth-child(even) {
  padding-top: 10rem;
}

.even\:pr-40:nth-child(even) {
  padding-right: 10rem;
}

.even\:pb-40:nth-child(even) {
  padding-bottom: 10rem;
}

.even\:pl-40:nth-child(even) {
  padding-left: 10rem;
}

.even\:pt-44:nth-child(even) {
  padding-top: 11rem;
}

.even\:pr-44:nth-child(even) {
  padding-right: 11rem;
}

.even\:pb-44:nth-child(even) {
  padding-bottom: 11rem;
}

.even\:pl-44:nth-child(even) {
  padding-left: 11rem;
}

.even\:pt-48:nth-child(even) {
  padding-top: 12rem;
}

.even\:pr-48:nth-child(even) {
  padding-right: 12rem;
}

.even\:pb-48:nth-child(even) {
  padding-bottom: 12rem;
}

.even\:pl-48:nth-child(even) {
  padding-left: 12rem;
}

.even\:pt-52:nth-child(even) {
  padding-top: 13rem;
}

.even\:pr-52:nth-child(even) {
  padding-right: 13rem;
}

.even\:pb-52:nth-child(even) {
  padding-bottom: 13rem;
}

.even\:pl-52:nth-child(even) {
  padding-left: 13rem;
}

.even\:pt-56:nth-child(even) {
  padding-top: 14rem;
}

.even\:pr-56:nth-child(even) {
  padding-right: 14rem;
}

.even\:pb-56:nth-child(even) {
  padding-bottom: 14rem;
}

.even\:pl-56:nth-child(even) {
  padding-left: 14rem;
}

.even\:pt-60:nth-child(even) {
  padding-top: 15rem;
}

.even\:pr-60:nth-child(even) {
  padding-right: 15rem;
}

.even\:pb-60:nth-child(even) {
  padding-bottom: 15rem;
}

.even\:pl-60:nth-child(even) {
  padding-left: 15rem;
}

.even\:pt-64:nth-child(even) {
  padding-top: 16rem;
}

.even\:pr-64:nth-child(even) {
  padding-right: 16rem;
}

.even\:pb-64:nth-child(even) {
  padding-bottom: 16rem;
}

.even\:pl-64:nth-child(even) {
  padding-left: 16rem;
}

.even\:pt-72:nth-child(even) {
  padding-top: 18rem;
}

.even\:pr-72:nth-child(even) {
  padding-right: 18rem;
}

.even\:pb-72:nth-child(even) {
  padding-bottom: 18rem;
}

.even\:pl-72:nth-child(even) {
  padding-left: 18rem;
}

.even\:pt-80:nth-child(even) {
  padding-top: 20rem;
}

.even\:pr-80:nth-child(even) {
  padding-right: 20rem;
}

.even\:pb-80:nth-child(even) {
  padding-bottom: 20rem;
}

.even\:pl-80:nth-child(even) {
  padding-left: 20rem;
}

.even\:pt-96:nth-child(even) {
  padding-top: 24rem;
}

.even\:pr-96:nth-child(even) {
  padding-right: 24rem;
}

.even\:pb-96:nth-child(even) {
  padding-bottom: 24rem;
}

.even\:pl-96:nth-child(even) {
  padding-left: 24rem;
}

.even\:pt-px:nth-child(even) {
  padding-top: 1px;
}

.even\:pr-px:nth-child(even) {
  padding-right: 1px;
}

.even\:pb-px:nth-child(even) {
  padding-bottom: 1px;
}

.even\:pl-px:nth-child(even) {
  padding-left: 1px;
}

.even\:pt-0\.5:nth-child(even) {
  padding-top: 0.125rem;
}

.even\:pr-0\.5:nth-child(even) {
  padding-right: 0.125rem;
}

.even\:pb-0\.5:nth-child(even) {
  padding-bottom: 0.125rem;
}

.even\:pl-0\.5:nth-child(even) {
  padding-left: 0.125rem;
}

.even\:pt-1\.5:nth-child(even) {
  padding-top: 0.375rem;
}

.even\:pr-1\.5:nth-child(even) {
  padding-right: 0.375rem;
}

.even\:pb-1\.5:nth-child(even) {
  padding-bottom: 0.375rem;
}

.even\:pl-1\.5:nth-child(even) {
  padding-left: 0.375rem;
}

.even\:pt-2\.5:nth-child(even) {
  padding-top: 0.625rem;
}

.even\:pr-2\.5:nth-child(even) {
  padding-right: 0.625rem;
}

.even\:pb-2\.5:nth-child(even) {
  padding-bottom: 0.625rem;
}

.even\:pl-2\.5:nth-child(even) {
  padding-left: 0.625rem;
}

.even\:pt-3\.5:nth-child(even) {
  padding-top: 0.875rem;
}

.even\:pr-3\.5:nth-child(even) {
  padding-right: 0.875rem;
}

.even\:pb-3\.5:nth-child(even) {
  padding-bottom: 0.875rem;
}

.even\:pl-3\.5:nth-child(even) {
  padding-left: 0.875rem;
}

.hover\:p-0:hover {
  padding: 0px;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 0.75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-7:hover {
  padding: 1.75rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-9:hover {
  padding: 2.25rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-11:hover {
  padding: 2.75rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-14:hover {
  padding: 3.5rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-28:hover {
  padding: 7rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-36:hover {
  padding: 9rem;
}

.hover\:p-40:hover {
  padding: 10rem;
}

.hover\:p-44:hover {
  padding: 11rem;
}

.hover\:p-48:hover {
  padding: 12rem;
}

.hover\:p-52:hover {
  padding: 13rem;
}

.hover\:p-56:hover {
  padding: 14rem;
}

.hover\:p-60:hover {
  padding: 15rem;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-72:hover {
  padding: 18rem;
}

.hover\:p-80:hover {
  padding: 20rem;
}

.hover\:p-96:hover {
  padding: 24rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:p-0\.5:hover {
  padding: 0.125rem;
}

.hover\:p-1\.5:hover {
  padding: 0.375rem;
}

.hover\:p-2\.5:hover {
  padding: 0.625rem;
}

.hover\:p-3\.5:hover {
  padding: 0.875rem;
}

.hover\:py-0:hover {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hover\:px-0:hover {
  padding-left: 0px;
  padding-right: 0px;
}

.hover\:py-1:hover {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hover\:py-2:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hover\:py-3:hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hover\:px-3:hover {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:py-5:hover {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hover\:px-5:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:py-7:hover {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.hover\:px-7:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-9:hover {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hover\:px-9:hover {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-11:hover {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.hover\:px-11:hover {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-14:hover {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hover\:px-14:hover {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-28:hover {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hover\:px-28:hover {
  padding-left: 7rem;
  padding-right: 7rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-36:hover {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.hover\:px-36:hover {
  padding-left: 9rem;
  padding-right: 9rem;
}

.hover\:py-40:hover {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hover\:px-40:hover {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hover\:py-44:hover {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.hover\:px-44:hover {
  padding-left: 11rem;
  padding-right: 11rem;
}

.hover\:py-48:hover {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hover\:px-48:hover {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hover\:py-52:hover {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.hover\:px-52:hover {
  padding-left: 13rem;
  padding-right: 13rem;
}

.hover\:py-56:hover {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hover\:px-56:hover {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hover\:py-60:hover {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.hover\:px-60:hover {
  padding-left: 15rem;
  padding-right: 15rem;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:py-72:hover {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.hover\:px-72:hover {
  padding-left: 18rem;
  padding-right: 18rem;
}

.hover\:py-80:hover {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.hover\:px-80:hover {
  padding-left: 20rem;
  padding-right: 20rem;
}

.hover\:py-96:hover {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.hover\:px-96:hover {
  padding-left: 24rem;
  padding-right: 24rem;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:py-0\.5:hover {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.hover\:px-0\.5:hover {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.hover\:py-1\.5:hover {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.hover\:px-1\.5:hover {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.hover\:py-2\.5:hover {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.hover\:px-2\.5:hover {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.hover\:py-3\.5:hover {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.hover\:px-3\.5:hover {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.hover\:pt-0:hover {
  padding-top: 0px;
}

.hover\:pr-0:hover {
  padding-right: 0px;
}

.hover\:pb-0:hover {
  padding-bottom: 0px;
}

.hover\:pl-0:hover {
  padding-left: 0px;
}

.hover\:pt-1:hover {
  padding-top: 0.25rem;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

.hover\:pb-1:hover {
  padding-bottom: 0.25rem;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:pt-2:hover {
  padding-top: 0.5rem;
}

.hover\:pr-2:hover {
  padding-right: 0.5rem;
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:pt-3:hover {
  padding-top: 0.75rem;
}

.hover\:pr-3:hover {
  padding-right: 0.75rem;
}

.hover\:pb-3:hover {
  padding-bottom: 0.75rem;
}

.hover\:pl-3:hover {
  padding-left: 0.75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 1.25rem;
}

.hover\:pr-5:hover {
  padding-right: 1.25rem;
}

.hover\:pb-5:hover {
  padding-bottom: 1.25rem;
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pt-7:hover {
  padding-top: 1.75rem;
}

.hover\:pr-7:hover {
  padding-right: 1.75rem;
}

.hover\:pb-7:hover {
  padding-bottom: 1.75rem;
}

.hover\:pl-7:hover {
  padding-left: 1.75rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pt-9:hover {
  padding-top: 2.25rem;
}

.hover\:pr-9:hover {
  padding-right: 2.25rem;
}

.hover\:pb-9:hover {
  padding-bottom: 2.25rem;
}

.hover\:pl-9:hover {
  padding-left: 2.25rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-11:hover {
  padding-top: 2.75rem;
}

.hover\:pr-11:hover {
  padding-right: 2.75rem;
}

.hover\:pb-11:hover {
  padding-bottom: 2.75rem;
}

.hover\:pl-11:hover {
  padding-left: 2.75rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-14:hover {
  padding-top: 3.5rem;
}

.hover\:pr-14:hover {
  padding-right: 3.5rem;
}

.hover\:pb-14:hover {
  padding-bottom: 3.5rem;
}

.hover\:pl-14:hover {
  padding-left: 3.5rem;
}

.hover\:pt-16:hover {
  padding-top: 4rem;
}

.hover\:pr-16:hover {
  padding-right: 4rem;
}

.hover\:pb-16:hover {
  padding-bottom: 4rem;
}

.hover\:pl-16:hover {
  padding-left: 4rem;
}

.hover\:pt-20:hover {
  padding-top: 5rem;
}

.hover\:pr-20:hover {
  padding-right: 5rem;
}

.hover\:pb-20:hover {
  padding-bottom: 5rem;
}

.hover\:pl-20:hover {
  padding-left: 5rem;
}

.hover\:pt-24:hover {
  padding-top: 6rem;
}

.hover\:pr-24:hover {
  padding-right: 6rem;
}

.hover\:pb-24:hover {
  padding-bottom: 6rem;
}

.hover\:pl-24:hover {
  padding-left: 6rem;
}

.hover\:pt-28:hover {
  padding-top: 7rem;
}

.hover\:pr-28:hover {
  padding-right: 7rem;
}

.hover\:pb-28:hover {
  padding-bottom: 7rem;
}

.hover\:pl-28:hover {
  padding-left: 7rem;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pt-36:hover {
  padding-top: 9rem;
}

.hover\:pr-36:hover {
  padding-right: 9rem;
}

.hover\:pb-36:hover {
  padding-bottom: 9rem;
}

.hover\:pl-36:hover {
  padding-left: 9rem;
}

.hover\:pt-40:hover {
  padding-top: 10rem;
}

.hover\:pr-40:hover {
  padding-right: 10rem;
}

.hover\:pb-40:hover {
  padding-bottom: 10rem;
}

.hover\:pl-40:hover {
  padding-left: 10rem;
}

.hover\:pt-44:hover {
  padding-top: 11rem;
}

.hover\:pr-44:hover {
  padding-right: 11rem;
}

.hover\:pb-44:hover {
  padding-bottom: 11rem;
}

.hover\:pl-44:hover {
  padding-left: 11rem;
}

.hover\:pt-48:hover {
  padding-top: 12rem;
}

.hover\:pr-48:hover {
  padding-right: 12rem;
}

.hover\:pb-48:hover {
  padding-bottom: 12rem;
}

.hover\:pl-48:hover {
  padding-left: 12rem;
}

.hover\:pt-52:hover {
  padding-top: 13rem;
}

.hover\:pr-52:hover {
  padding-right: 13rem;
}

.hover\:pb-52:hover {
  padding-bottom: 13rem;
}

.hover\:pl-52:hover {
  padding-left: 13rem;
}

.hover\:pt-56:hover {
  padding-top: 14rem;
}

.hover\:pr-56:hover {
  padding-right: 14rem;
}

.hover\:pb-56:hover {
  padding-bottom: 14rem;
}

.hover\:pl-56:hover {
  padding-left: 14rem;
}

.hover\:pt-60:hover {
  padding-top: 15rem;
}

.hover\:pr-60:hover {
  padding-right: 15rem;
}

.hover\:pb-60:hover {
  padding-bottom: 15rem;
}

.hover\:pl-60:hover {
  padding-left: 15rem;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pt-72:hover {
  padding-top: 18rem;
}

.hover\:pr-72:hover {
  padding-right: 18rem;
}

.hover\:pb-72:hover {
  padding-bottom: 18rem;
}

.hover\:pl-72:hover {
  padding-left: 18rem;
}

.hover\:pt-80:hover {
  padding-top: 20rem;
}

.hover\:pr-80:hover {
  padding-right: 20rem;
}

.hover\:pb-80:hover {
  padding-bottom: 20rem;
}

.hover\:pl-80:hover {
  padding-left: 20rem;
}

.hover\:pt-96:hover {
  padding-top: 24rem;
}

.hover\:pr-96:hover {
  padding-right: 24rem;
}

.hover\:pb-96:hover {
  padding-bottom: 24rem;
}

.hover\:pl-96:hover {
  padding-left: 24rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.hover\:pt-0\.5:hover {
  padding-top: 0.125rem;
}

.hover\:pr-0\.5:hover {
  padding-right: 0.125rem;
}

.hover\:pb-0\.5:hover {
  padding-bottom: 0.125rem;
}

.hover\:pl-0\.5:hover {
  padding-left: 0.125rem;
}

.hover\:pt-1\.5:hover {
  padding-top: 0.375rem;
}

.hover\:pr-1\.5:hover {
  padding-right: 0.375rem;
}

.hover\:pb-1\.5:hover {
  padding-bottom: 0.375rem;
}

.hover\:pl-1\.5:hover {
  padding-left: 0.375rem;
}

.hover\:pt-2\.5:hover {
  padding-top: 0.625rem;
}

.hover\:pr-2\.5:hover {
  padding-right: 0.625rem;
}

.hover\:pb-2\.5:hover {
  padding-bottom: 0.625rem;
}

.hover\:pl-2\.5:hover {
  padding-left: 0.625rem;
}

.hover\:pt-3\.5:hover {
  padding-top: 0.875rem;
}

.hover\:pr-3\.5:hover {
  padding-right: 0.875rem;
}

.hover\:pb-3\.5:hover {
  padding-bottom: 0.875rem;
}

.hover\:pl-3\.5:hover {
  padding-left: 0.875rem;
}

.focus\:p-0:focus {
  padding: 0px;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:p-2:focus {
  padding: 0.5rem;
}

.focus\:p-3:focus {
  padding: 0.75rem;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:p-5:focus {
  padding: 1.25rem;
}

.focus\:p-6:focus {
  padding: 1.5rem;
}

.focus\:p-7:focus {
  padding: 1.75rem;
}

.focus\:p-8:focus {
  padding: 2rem;
}

.focus\:p-9:focus {
  padding: 2.25rem;
}

.focus\:p-10:focus {
  padding: 2.5rem;
}

.focus\:p-11:focus {
  padding: 2.75rem;
}

.focus\:p-12:focus {
  padding: 3rem;
}

.focus\:p-14:focus {
  padding: 3.5rem;
}

.focus\:p-16:focus {
  padding: 4rem;
}

.focus\:p-20:focus {
  padding: 5rem;
}

.focus\:p-24:focus {
  padding: 6rem;
}

.focus\:p-28:focus {
  padding: 7rem;
}

.focus\:p-32:focus {
  padding: 8rem;
}

.focus\:p-36:focus {
  padding: 9rem;
}

.focus\:p-40:focus {
  padding: 10rem;
}

.focus\:p-44:focus {
  padding: 11rem;
}

.focus\:p-48:focus {
  padding: 12rem;
}

.focus\:p-52:focus {
  padding: 13rem;
}

.focus\:p-56:focus {
  padding: 14rem;
}

.focus\:p-60:focus {
  padding: 15rem;
}

.focus\:p-64:focus {
  padding: 16rem;
}

.focus\:p-72:focus {
  padding: 18rem;
}

.focus\:p-80:focus {
  padding: 20rem;
}

.focus\:p-96:focus {
  padding: 24rem;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:p-0\.5:focus {
  padding: 0.125rem;
}

.focus\:p-1\.5:focus {
  padding: 0.375rem;
}

.focus\:p-2\.5:focus {
  padding: 0.625rem;
}

.focus\:p-3\.5:focus {
  padding: 0.875rem;
}

.focus\:py-0:focus {
  padding-top: 0px;
  padding-bottom: 0px;
}

.focus\:px-0:focus {
  padding-left: 0px;
  padding-right: 0px;
}

.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus\:px-1:focus {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:px-2:focus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus\:px-3:focus {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-5:focus {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus\:px-5:focus {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus\:py-6:focus {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus\:py-7:focus {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.focus\:px-7:focus {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.focus\:py-8:focus {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus\:px-8:focus {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus\:py-9:focus {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.focus\:px-9:focus {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.focus\:py-10:focus {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus\:px-10:focus {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus\:py-11:focus {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.focus\:px-11:focus {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.focus\:py-12:focus {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus\:px-12:focus {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus\:py-14:focus {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.focus\:px-14:focus {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.focus\:py-16:focus {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus\:px-16:focus {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus\:py-20:focus {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus\:px-20:focus {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus\:py-24:focus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus\:px-24:focus {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus\:py-28:focus {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.focus\:px-28:focus {
  padding-left: 7rem;
  padding-right: 7rem;
}

.focus\:py-32:focus {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus\:px-32:focus {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus\:py-36:focus {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.focus\:px-36:focus {
  padding-left: 9rem;
  padding-right: 9rem;
}

.focus\:py-40:focus {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus\:px-40:focus {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus\:py-44:focus {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.focus\:px-44:focus {
  padding-left: 11rem;
  padding-right: 11rem;
}

.focus\:py-48:focus {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus\:px-48:focus {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus\:py-52:focus {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.focus\:px-52:focus {
  padding-left: 13rem;
  padding-right: 13rem;
}

.focus\:py-56:focus {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus\:px-56:focus {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus\:py-60:focus {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.focus\:px-60:focus {
  padding-left: 15rem;
  padding-right: 15rem;
}

.focus\:py-64:focus {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus\:px-64:focus {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus\:py-72:focus {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.focus\:px-72:focus {
  padding-left: 18rem;
  padding-right: 18rem;
}

.focus\:py-80:focus {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.focus\:px-80:focus {
  padding-left: 20rem;
  padding-right: 20rem;
}

.focus\:py-96:focus {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.focus\:px-96:focus {
  padding-left: 24rem;
  padding-right: 24rem;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:py-0\.5:focus {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.focus\:px-0\.5:focus {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.focus\:py-1\.5:focus {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.focus\:px-1\.5:focus {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.focus\:py-2\.5:focus {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.focus\:px-2\.5:focus {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.focus\:py-3\.5:focus {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.focus\:px-3\.5:focus {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.focus\:pt-0:focus {
  padding-top: 0px;
}

.focus\:pr-0:focus {
  padding-right: 0px;
}

.focus\:pb-0:focus {
  padding-bottom: 0px;
}

.focus\:pl-0:focus {
  padding-left: 0px;
}

.focus\:pt-1:focus {
  padding-top: 0.25rem;
}

.focus\:pr-1:focus {
  padding-right: 0.25rem;
}

.focus\:pb-1:focus {
  padding-bottom: 0.25rem;
}

.focus\:pl-1:focus {
  padding-left: 0.25rem;
}

.focus\:pt-2:focus {
  padding-top: 0.5rem;
}

.focus\:pr-2:focus {
  padding-right: 0.5rem;
}

.focus\:pb-2:focus {
  padding-bottom: 0.5rem;
}

.focus\:pl-2:focus {
  padding-left: 0.5rem;
}

.focus\:pt-3:focus {
  padding-top: 0.75rem;
}

.focus\:pr-3:focus {
  padding-right: 0.75rem;
}

.focus\:pb-3:focus {
  padding-bottom: 0.75rem;
}

.focus\:pl-3:focus {
  padding-left: 0.75rem;
}

.focus\:pt-4:focus {
  padding-top: 1rem;
}

.focus\:pr-4:focus {
  padding-right: 1rem;
}

.focus\:pb-4:focus {
  padding-bottom: 1rem;
}

.focus\:pl-4:focus {
  padding-left: 1rem;
}

.focus\:pt-5:focus {
  padding-top: 1.25rem;
}

.focus\:pr-5:focus {
  padding-right: 1.25rem;
}

.focus\:pb-5:focus {
  padding-bottom: 1.25rem;
}

.focus\:pl-5:focus {
  padding-left: 1.25rem;
}

.focus\:pt-6:focus {
  padding-top: 1.5rem;
}

.focus\:pr-6:focus {
  padding-right: 1.5rem;
}

.focus\:pb-6:focus {
  padding-bottom: 1.5rem;
}

.focus\:pl-6:focus {
  padding-left: 1.5rem;
}

.focus\:pt-7:focus {
  padding-top: 1.75rem;
}

.focus\:pr-7:focus {
  padding-right: 1.75rem;
}

.focus\:pb-7:focus {
  padding-bottom: 1.75rem;
}

.focus\:pl-7:focus {
  padding-left: 1.75rem;
}

.focus\:pt-8:focus {
  padding-top: 2rem;
}

.focus\:pr-8:focus {
  padding-right: 2rem;
}

.focus\:pb-8:focus {
  padding-bottom: 2rem;
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:pt-9:focus {
  padding-top: 2.25rem;
}

.focus\:pr-9:focus {
  padding-right: 2.25rem;
}

.focus\:pb-9:focus {
  padding-bottom: 2.25rem;
}

.focus\:pl-9:focus {
  padding-left: 2.25rem;
}

.focus\:pt-10:focus {
  padding-top: 2.5rem;
}

.focus\:pr-10:focus {
  padding-right: 2.5rem;
}

.focus\:pb-10:focus {
  padding-bottom: 2.5rem;
}

.focus\:pl-10:focus {
  padding-left: 2.5rem;
}

.focus\:pt-11:focus {
  padding-top: 2.75rem;
}

.focus\:pr-11:focus {
  padding-right: 2.75rem;
}

.focus\:pb-11:focus {
  padding-bottom: 2.75rem;
}

.focus\:pl-11:focus {
  padding-left: 2.75rem;
}

.focus\:pt-12:focus {
  padding-top: 3rem;
}

.focus\:pr-12:focus {
  padding-right: 3rem;
}

.focus\:pb-12:focus {
  padding-bottom: 3rem;
}

.focus\:pl-12:focus {
  padding-left: 3rem;
}

.focus\:pt-14:focus {
  padding-top: 3.5rem;
}

.focus\:pr-14:focus {
  padding-right: 3.5rem;
}

.focus\:pb-14:focus {
  padding-bottom: 3.5rem;
}

.focus\:pl-14:focus {
  padding-left: 3.5rem;
}

.focus\:pt-16:focus {
  padding-top: 4rem;
}

.focus\:pr-16:focus {
  padding-right: 4rem;
}

.focus\:pb-16:focus {
  padding-bottom: 4rem;
}

.focus\:pl-16:focus {
  padding-left: 4rem;
}

.focus\:pt-20:focus {
  padding-top: 5rem;
}

.focus\:pr-20:focus {
  padding-right: 5rem;
}

.focus\:pb-20:focus {
  padding-bottom: 5rem;
}

.focus\:pl-20:focus {
  padding-left: 5rem;
}

.focus\:pt-24:focus {
  padding-top: 6rem;
}

.focus\:pr-24:focus {
  padding-right: 6rem;
}

.focus\:pb-24:focus {
  padding-bottom: 6rem;
}

.focus\:pl-24:focus {
  padding-left: 6rem;
}

.focus\:pt-28:focus {
  padding-top: 7rem;
}

.focus\:pr-28:focus {
  padding-right: 7rem;
}

.focus\:pb-28:focus {
  padding-bottom: 7rem;
}

.focus\:pl-28:focus {
  padding-left: 7rem;
}

.focus\:pt-32:focus {
  padding-top: 8rem;
}

.focus\:pr-32:focus {
  padding-right: 8rem;
}

.focus\:pb-32:focus {
  padding-bottom: 8rem;
}

.focus\:pl-32:focus {
  padding-left: 8rem;
}

.focus\:pt-36:focus {
  padding-top: 9rem;
}

.focus\:pr-36:focus {
  padding-right: 9rem;
}

.focus\:pb-36:focus {
  padding-bottom: 9rem;
}

.focus\:pl-36:focus {
  padding-left: 9rem;
}

.focus\:pt-40:focus {
  padding-top: 10rem;
}

.focus\:pr-40:focus {
  padding-right: 10rem;
}

.focus\:pb-40:focus {
  padding-bottom: 10rem;
}

.focus\:pl-40:focus {
  padding-left: 10rem;
}

.focus\:pt-44:focus {
  padding-top: 11rem;
}

.focus\:pr-44:focus {
  padding-right: 11rem;
}

.focus\:pb-44:focus {
  padding-bottom: 11rem;
}

.focus\:pl-44:focus {
  padding-left: 11rem;
}

.focus\:pt-48:focus {
  padding-top: 12rem;
}

.focus\:pr-48:focus {
  padding-right: 12rem;
}

.focus\:pb-48:focus {
  padding-bottom: 12rem;
}

.focus\:pl-48:focus {
  padding-left: 12rem;
}

.focus\:pt-52:focus {
  padding-top: 13rem;
}

.focus\:pr-52:focus {
  padding-right: 13rem;
}

.focus\:pb-52:focus {
  padding-bottom: 13rem;
}

.focus\:pl-52:focus {
  padding-left: 13rem;
}

.focus\:pt-56:focus {
  padding-top: 14rem;
}

.focus\:pr-56:focus {
  padding-right: 14rem;
}

.focus\:pb-56:focus {
  padding-bottom: 14rem;
}

.focus\:pl-56:focus {
  padding-left: 14rem;
}

.focus\:pt-60:focus {
  padding-top: 15rem;
}

.focus\:pr-60:focus {
  padding-right: 15rem;
}

.focus\:pb-60:focus {
  padding-bottom: 15rem;
}

.focus\:pl-60:focus {
  padding-left: 15rem;
}

.focus\:pt-64:focus {
  padding-top: 16rem;
}

.focus\:pr-64:focus {
  padding-right: 16rem;
}

.focus\:pb-64:focus {
  padding-bottom: 16rem;
}

.focus\:pl-64:focus {
  padding-left: 16rem;
}

.focus\:pt-72:focus {
  padding-top: 18rem;
}

.focus\:pr-72:focus {
  padding-right: 18rem;
}

.focus\:pb-72:focus {
  padding-bottom: 18rem;
}

.focus\:pl-72:focus {
  padding-left: 18rem;
}

.focus\:pt-80:focus {
  padding-top: 20rem;
}

.focus\:pr-80:focus {
  padding-right: 20rem;
}

.focus\:pb-80:focus {
  padding-bottom: 20rem;
}

.focus\:pl-80:focus {
  padding-left: 20rem;
}

.focus\:pt-96:focus {
  padding-top: 24rem;
}

.focus\:pr-96:focus {
  padding-right: 24rem;
}

.focus\:pb-96:focus {
  padding-bottom: 24rem;
}

.focus\:pl-96:focus {
  padding-left: 24rem;
}

.focus\:pt-px:focus {
  padding-top: 1px;
}

.focus\:pr-px:focus {
  padding-right: 1px;
}

.focus\:pb-px:focus {
  padding-bottom: 1px;
}

.focus\:pl-px:focus {
  padding-left: 1px;
}

.focus\:pt-0\.5:focus {
  padding-top: 0.125rem;
}

.focus\:pr-0\.5:focus {
  padding-right: 0.125rem;
}

.focus\:pb-0\.5:focus {
  padding-bottom: 0.125rem;
}

.focus\:pl-0\.5:focus {
  padding-left: 0.125rem;
}

.focus\:pt-1\.5:focus {
  padding-top: 0.375rem;
}

.focus\:pr-1\.5:focus {
  padding-right: 0.375rem;
}

.focus\:pb-1\.5:focus {
  padding-bottom: 0.375rem;
}

.focus\:pl-1\.5:focus {
  padding-left: 0.375rem;
}

.focus\:pt-2\.5:focus {
  padding-top: 0.625rem;
}

.focus\:pr-2\.5:focus {
  padding-right: 0.625rem;
}

.focus\:pb-2\.5:focus {
  padding-bottom: 0.625rem;
}

.focus\:pl-2\.5:focus {
  padding-left: 0.625rem;
}

.focus\:pt-3\.5:focus {
  padding-top: 0.875rem;
}

.focus\:pr-3\.5:focus {
  padding-right: 0.875rem;
}

.focus\:pb-3\.5:focus {
  padding-bottom: 0.875rem;
}

.focus\:pl-3\.5:focus {
  padding-left: 0.875rem;
}

.active\:p-0:active {
  padding: 0px;
}

.active\:p-1:active {
  padding: 0.25rem;
}

.active\:p-2:active {
  padding: 0.5rem;
}

.active\:p-3:active {
  padding: 0.75rem;
}

.active\:p-4:active {
  padding: 1rem;
}

.active\:p-5:active {
  padding: 1.25rem;
}

.active\:p-6:active {
  padding: 1.5rem;
}

.active\:p-7:active {
  padding: 1.75rem;
}

.active\:p-8:active {
  padding: 2rem;
}

.active\:p-9:active {
  padding: 2.25rem;
}

.active\:p-10:active {
  padding: 2.5rem;
}

.active\:p-11:active {
  padding: 2.75rem;
}

.active\:p-12:active {
  padding: 3rem;
}

.active\:p-14:active {
  padding: 3.5rem;
}

.active\:p-16:active {
  padding: 4rem;
}

.active\:p-20:active {
  padding: 5rem;
}

.active\:p-24:active {
  padding: 6rem;
}

.active\:p-28:active {
  padding: 7rem;
}

.active\:p-32:active {
  padding: 8rem;
}

.active\:p-36:active {
  padding: 9rem;
}

.active\:p-40:active {
  padding: 10rem;
}

.active\:p-44:active {
  padding: 11rem;
}

.active\:p-48:active {
  padding: 12rem;
}

.active\:p-52:active {
  padding: 13rem;
}

.active\:p-56:active {
  padding: 14rem;
}

.active\:p-60:active {
  padding: 15rem;
}

.active\:p-64:active {
  padding: 16rem;
}

.active\:p-72:active {
  padding: 18rem;
}

.active\:p-80:active {
  padding: 20rem;
}

.active\:p-96:active {
  padding: 24rem;
}

.active\:p-px:active {
  padding: 1px;
}

.active\:p-0\.5:active {
  padding: 0.125rem;
}

.active\:p-1\.5:active {
  padding: 0.375rem;
}

.active\:p-2\.5:active {
  padding: 0.625rem;
}

.active\:p-3\.5:active {
  padding: 0.875rem;
}

.active\:py-0:active {
  padding-top: 0px;
  padding-bottom: 0px;
}

.active\:px-0:active {
  padding-left: 0px;
  padding-right: 0px;
}

.active\:py-1:active {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.active\:px-1:active {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.active\:py-2:active {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.active\:px-2:active {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.active\:py-3:active {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.active\:px-3:active {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.active\:py-4:active {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.active\:px-4:active {
  padding-left: 1rem;
  padding-right: 1rem;
}

.active\:py-5:active {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.active\:px-5:active {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.active\:py-6:active {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.active\:px-6:active {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.active\:py-7:active {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.active\:px-7:active {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.active\:py-8:active {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.active\:px-8:active {
  padding-left: 2rem;
  padding-right: 2rem;
}

.active\:py-9:active {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.active\:px-9:active {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.active\:py-10:active {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.active\:px-10:active {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.active\:py-11:active {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.active\:px-11:active {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.active\:py-12:active {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.active\:px-12:active {
  padding-left: 3rem;
  padding-right: 3rem;
}

.active\:py-14:active {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.active\:px-14:active {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.active\:py-16:active {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.active\:px-16:active {
  padding-left: 4rem;
  padding-right: 4rem;
}

.active\:py-20:active {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.active\:px-20:active {
  padding-left: 5rem;
  padding-right: 5rem;
}

.active\:py-24:active {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.active\:px-24:active {
  padding-left: 6rem;
  padding-right: 6rem;
}

.active\:py-28:active {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.active\:px-28:active {
  padding-left: 7rem;
  padding-right: 7rem;
}

.active\:py-32:active {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.active\:px-32:active {
  padding-left: 8rem;
  padding-right: 8rem;
}

.active\:py-36:active {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.active\:px-36:active {
  padding-left: 9rem;
  padding-right: 9rem;
}

.active\:py-40:active {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.active\:px-40:active {
  padding-left: 10rem;
  padding-right: 10rem;
}

.active\:py-44:active {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.active\:px-44:active {
  padding-left: 11rem;
  padding-right: 11rem;
}

.active\:py-48:active {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.active\:px-48:active {
  padding-left: 12rem;
  padding-right: 12rem;
}

.active\:py-52:active {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.active\:px-52:active {
  padding-left: 13rem;
  padding-right: 13rem;
}

.active\:py-56:active {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.active\:px-56:active {
  padding-left: 14rem;
  padding-right: 14rem;
}

.active\:py-60:active {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.active\:px-60:active {
  padding-left: 15rem;
  padding-right: 15rem;
}

.active\:py-64:active {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.active\:px-64:active {
  padding-left: 16rem;
  padding-right: 16rem;
}

.active\:py-72:active {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.active\:px-72:active {
  padding-left: 18rem;
  padding-right: 18rem;
}

.active\:py-80:active {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.active\:px-80:active {
  padding-left: 20rem;
  padding-right: 20rem;
}

.active\:py-96:active {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.active\:px-96:active {
  padding-left: 24rem;
  padding-right: 24rem;
}

.active\:py-px:active {
  padding-top: 1px;
  padding-bottom: 1px;
}

.active\:px-px:active {
  padding-left: 1px;
  padding-right: 1px;
}

.active\:py-0\.5:active {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.active\:px-0\.5:active {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.active\:py-1\.5:active {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.active\:px-1\.5:active {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.active\:py-2\.5:active {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.active\:px-2\.5:active {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.active\:py-3\.5:active {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.active\:px-3\.5:active {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.active\:pt-0:active {
  padding-top: 0px;
}

.active\:pr-0:active {
  padding-right: 0px;
}

.active\:pb-0:active {
  padding-bottom: 0px;
}

.active\:pl-0:active {
  padding-left: 0px;
}

.active\:pt-1:active {
  padding-top: 0.25rem;
}

.active\:pr-1:active {
  padding-right: 0.25rem;
}

.active\:pb-1:active {
  padding-bottom: 0.25rem;
}

.active\:pl-1:active {
  padding-left: 0.25rem;
}

.active\:pt-2:active {
  padding-top: 0.5rem;
}

.active\:pr-2:active {
  padding-right: 0.5rem;
}

.active\:pb-2:active {
  padding-bottom: 0.5rem;
}

.active\:pl-2:active {
  padding-left: 0.5rem;
}

.active\:pt-3:active {
  padding-top: 0.75rem;
}

.active\:pr-3:active {
  padding-right: 0.75rem;
}

.active\:pb-3:active {
  padding-bottom: 0.75rem;
}

.active\:pl-3:active {
  padding-left: 0.75rem;
}

.active\:pt-4:active {
  padding-top: 1rem;
}

.active\:pr-4:active {
  padding-right: 1rem;
}

.active\:pb-4:active {
  padding-bottom: 1rem;
}

.active\:pl-4:active {
  padding-left: 1rem;
}

.active\:pt-5:active {
  padding-top: 1.25rem;
}

.active\:pr-5:active {
  padding-right: 1.25rem;
}

.active\:pb-5:active {
  padding-bottom: 1.25rem;
}

.active\:pl-5:active {
  padding-left: 1.25rem;
}

.active\:pt-6:active {
  padding-top: 1.5rem;
}

.active\:pr-6:active {
  padding-right: 1.5rem;
}

.active\:pb-6:active {
  padding-bottom: 1.5rem;
}

.active\:pl-6:active {
  padding-left: 1.5rem;
}

.active\:pt-7:active {
  padding-top: 1.75rem;
}

.active\:pr-7:active {
  padding-right: 1.75rem;
}

.active\:pb-7:active {
  padding-bottom: 1.75rem;
}

.active\:pl-7:active {
  padding-left: 1.75rem;
}

.active\:pt-8:active {
  padding-top: 2rem;
}

.active\:pr-8:active {
  padding-right: 2rem;
}

.active\:pb-8:active {
  padding-bottom: 2rem;
}

.active\:pl-8:active {
  padding-left: 2rem;
}

.active\:pt-9:active {
  padding-top: 2.25rem;
}

.active\:pr-9:active {
  padding-right: 2.25rem;
}

.active\:pb-9:active {
  padding-bottom: 2.25rem;
}

.active\:pl-9:active {
  padding-left: 2.25rem;
}

.active\:pt-10:active {
  padding-top: 2.5rem;
}

.active\:pr-10:active {
  padding-right: 2.5rem;
}

.active\:pb-10:active {
  padding-bottom: 2.5rem;
}

.active\:pl-10:active {
  padding-left: 2.5rem;
}

.active\:pt-11:active {
  padding-top: 2.75rem;
}

.active\:pr-11:active {
  padding-right: 2.75rem;
}

.active\:pb-11:active {
  padding-bottom: 2.75rem;
}

.active\:pl-11:active {
  padding-left: 2.75rem;
}

.active\:pt-12:active {
  padding-top: 3rem;
}

.active\:pr-12:active {
  padding-right: 3rem;
}

.active\:pb-12:active {
  padding-bottom: 3rem;
}

.active\:pl-12:active {
  padding-left: 3rem;
}

.active\:pt-14:active {
  padding-top: 3.5rem;
}

.active\:pr-14:active {
  padding-right: 3.5rem;
}

.active\:pb-14:active {
  padding-bottom: 3.5rem;
}

.active\:pl-14:active {
  padding-left: 3.5rem;
}

.active\:pt-16:active {
  padding-top: 4rem;
}

.active\:pr-16:active {
  padding-right: 4rem;
}

.active\:pb-16:active {
  padding-bottom: 4rem;
}

.active\:pl-16:active {
  padding-left: 4rem;
}

.active\:pt-20:active {
  padding-top: 5rem;
}

.active\:pr-20:active {
  padding-right: 5rem;
}

.active\:pb-20:active {
  padding-bottom: 5rem;
}

.active\:pl-20:active {
  padding-left: 5rem;
}

.active\:pt-24:active {
  padding-top: 6rem;
}

.active\:pr-24:active {
  padding-right: 6rem;
}

.active\:pb-24:active {
  padding-bottom: 6rem;
}

.active\:pl-24:active {
  padding-left: 6rem;
}

.active\:pt-28:active {
  padding-top: 7rem;
}

.active\:pr-28:active {
  padding-right: 7rem;
}

.active\:pb-28:active {
  padding-bottom: 7rem;
}

.active\:pl-28:active {
  padding-left: 7rem;
}

.active\:pt-32:active {
  padding-top: 8rem;
}

.active\:pr-32:active {
  padding-right: 8rem;
}

.active\:pb-32:active {
  padding-bottom: 8rem;
}

.active\:pl-32:active {
  padding-left: 8rem;
}

.active\:pt-36:active {
  padding-top: 9rem;
}

.active\:pr-36:active {
  padding-right: 9rem;
}

.active\:pb-36:active {
  padding-bottom: 9rem;
}

.active\:pl-36:active {
  padding-left: 9rem;
}

.active\:pt-40:active {
  padding-top: 10rem;
}

.active\:pr-40:active {
  padding-right: 10rem;
}

.active\:pb-40:active {
  padding-bottom: 10rem;
}

.active\:pl-40:active {
  padding-left: 10rem;
}

.active\:pt-44:active {
  padding-top: 11rem;
}

.active\:pr-44:active {
  padding-right: 11rem;
}

.active\:pb-44:active {
  padding-bottom: 11rem;
}

.active\:pl-44:active {
  padding-left: 11rem;
}

.active\:pt-48:active {
  padding-top: 12rem;
}

.active\:pr-48:active {
  padding-right: 12rem;
}

.active\:pb-48:active {
  padding-bottom: 12rem;
}

.active\:pl-48:active {
  padding-left: 12rem;
}

.active\:pt-52:active {
  padding-top: 13rem;
}

.active\:pr-52:active {
  padding-right: 13rem;
}

.active\:pb-52:active {
  padding-bottom: 13rem;
}

.active\:pl-52:active {
  padding-left: 13rem;
}

.active\:pt-56:active {
  padding-top: 14rem;
}

.active\:pr-56:active {
  padding-right: 14rem;
}

.active\:pb-56:active {
  padding-bottom: 14rem;
}

.active\:pl-56:active {
  padding-left: 14rem;
}

.active\:pt-60:active {
  padding-top: 15rem;
}

.active\:pr-60:active {
  padding-right: 15rem;
}

.active\:pb-60:active {
  padding-bottom: 15rem;
}

.active\:pl-60:active {
  padding-left: 15rem;
}

.active\:pt-64:active {
  padding-top: 16rem;
}

.active\:pr-64:active {
  padding-right: 16rem;
}

.active\:pb-64:active {
  padding-bottom: 16rem;
}

.active\:pl-64:active {
  padding-left: 16rem;
}

.active\:pt-72:active {
  padding-top: 18rem;
}

.active\:pr-72:active {
  padding-right: 18rem;
}

.active\:pb-72:active {
  padding-bottom: 18rem;
}

.active\:pl-72:active {
  padding-left: 18rem;
}

.active\:pt-80:active {
  padding-top: 20rem;
}

.active\:pr-80:active {
  padding-right: 20rem;
}

.active\:pb-80:active {
  padding-bottom: 20rem;
}

.active\:pl-80:active {
  padding-left: 20rem;
}

.active\:pt-96:active {
  padding-top: 24rem;
}

.active\:pr-96:active {
  padding-right: 24rem;
}

.active\:pb-96:active {
  padding-bottom: 24rem;
}

.active\:pl-96:active {
  padding-left: 24rem;
}

.active\:pt-px:active {
  padding-top: 1px;
}

.active\:pr-px:active {
  padding-right: 1px;
}

.active\:pb-px:active {
  padding-bottom: 1px;
}

.active\:pl-px:active {
  padding-left: 1px;
}

.active\:pt-0\.5:active {
  padding-top: 0.125rem;
}

.active\:pr-0\.5:active {
  padding-right: 0.125rem;
}

.active\:pb-0\.5:active {
  padding-bottom: 0.125rem;
}

.active\:pl-0\.5:active {
  padding-left: 0.125rem;
}

.active\:pt-1\.5:active {
  padding-top: 0.375rem;
}

.active\:pr-1\.5:active {
  padding-right: 0.375rem;
}

.active\:pb-1\.5:active {
  padding-bottom: 0.375rem;
}

.active\:pl-1\.5:active {
  padding-left: 0.375rem;
}

.active\:pt-2\.5:active {
  padding-top: 0.625rem;
}

.active\:pr-2\.5:active {
  padding-right: 0.625rem;
}

.active\:pb-2\.5:active {
  padding-bottom: 0.625rem;
}

.active\:pl-2\.5:active {
  padding-left: 0.625rem;
}

.active\:pt-3\.5:active {
  padding-top: 0.875rem;
}

.active\:pr-3\.5:active {
  padding-right: 0.875rem;
}

.active\:pb-3\.5:active {
  padding-bottom: 0.875rem;
}

.active\:pl-3\.5:active {
  padding-left: 0.875rem;
}

.visited\:p-0:visited {
  padding: 0px;
}

.visited\:p-1:visited {
  padding: 0.25rem;
}

.visited\:p-2:visited {
  padding: 0.5rem;
}

.visited\:p-3:visited {
  padding: 0.75rem;
}

.visited\:p-4:visited {
  padding: 1rem;
}

.visited\:p-5:visited {
  padding: 1.25rem;
}

.visited\:p-6:visited {
  padding: 1.5rem;
}

.visited\:p-7:visited {
  padding: 1.75rem;
}

.visited\:p-8:visited {
  padding: 2rem;
}

.visited\:p-9:visited {
  padding: 2.25rem;
}

.visited\:p-10:visited {
  padding: 2.5rem;
}

.visited\:p-11:visited {
  padding: 2.75rem;
}

.visited\:p-12:visited {
  padding: 3rem;
}

.visited\:p-14:visited {
  padding: 3.5rem;
}

.visited\:p-16:visited {
  padding: 4rem;
}

.visited\:p-20:visited {
  padding: 5rem;
}

.visited\:p-24:visited {
  padding: 6rem;
}

.visited\:p-28:visited {
  padding: 7rem;
}

.visited\:p-32:visited {
  padding: 8rem;
}

.visited\:p-36:visited {
  padding: 9rem;
}

.visited\:p-40:visited {
  padding: 10rem;
}

.visited\:p-44:visited {
  padding: 11rem;
}

.visited\:p-48:visited {
  padding: 12rem;
}

.visited\:p-52:visited {
  padding: 13rem;
}

.visited\:p-56:visited {
  padding: 14rem;
}

.visited\:p-60:visited {
  padding: 15rem;
}

.visited\:p-64:visited {
  padding: 16rem;
}

.visited\:p-72:visited {
  padding: 18rem;
}

.visited\:p-80:visited {
  padding: 20rem;
}

.visited\:p-96:visited {
  padding: 24rem;
}

.visited\:p-px:visited {
  padding: 1px;
}

.visited\:p-0\.5:visited {
  padding: 0.125rem;
}

.visited\:p-1\.5:visited {
  padding: 0.375rem;
}

.visited\:p-2\.5:visited {
  padding: 0.625rem;
}

.visited\:p-3\.5:visited {
  padding: 0.875rem;
}

.visited\:py-0:visited {
  padding-top: 0px;
  padding-bottom: 0px;
}

.visited\:px-0:visited {
  padding-left: 0px;
  padding-right: 0px;
}

.visited\:py-1:visited {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.visited\:px-1:visited {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.visited\:py-2:visited {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.visited\:px-2:visited {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.visited\:py-3:visited {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.visited\:px-3:visited {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.visited\:py-4:visited {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.visited\:px-4:visited {
  padding-left: 1rem;
  padding-right: 1rem;
}

.visited\:py-5:visited {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.visited\:px-5:visited {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.visited\:py-6:visited {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.visited\:px-6:visited {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.visited\:py-7:visited {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.visited\:px-7:visited {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.visited\:py-8:visited {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.visited\:px-8:visited {
  padding-left: 2rem;
  padding-right: 2rem;
}

.visited\:py-9:visited {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.visited\:px-9:visited {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.visited\:py-10:visited {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.visited\:px-10:visited {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.visited\:py-11:visited {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.visited\:px-11:visited {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.visited\:py-12:visited {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.visited\:px-12:visited {
  padding-left: 3rem;
  padding-right: 3rem;
}

.visited\:py-14:visited {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.visited\:px-14:visited {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.visited\:py-16:visited {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.visited\:px-16:visited {
  padding-left: 4rem;
  padding-right: 4rem;
}

.visited\:py-20:visited {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.visited\:px-20:visited {
  padding-left: 5rem;
  padding-right: 5rem;
}

.visited\:py-24:visited {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.visited\:px-24:visited {
  padding-left: 6rem;
  padding-right: 6rem;
}

.visited\:py-28:visited {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.visited\:px-28:visited {
  padding-left: 7rem;
  padding-right: 7rem;
}

.visited\:py-32:visited {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.visited\:px-32:visited {
  padding-left: 8rem;
  padding-right: 8rem;
}

.visited\:py-36:visited {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.visited\:px-36:visited {
  padding-left: 9rem;
  padding-right: 9rem;
}

.visited\:py-40:visited {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.visited\:px-40:visited {
  padding-left: 10rem;
  padding-right: 10rem;
}

.visited\:py-44:visited {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.visited\:px-44:visited {
  padding-left: 11rem;
  padding-right: 11rem;
}

.visited\:py-48:visited {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.visited\:px-48:visited {
  padding-left: 12rem;
  padding-right: 12rem;
}

.visited\:py-52:visited {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.visited\:px-52:visited {
  padding-left: 13rem;
  padding-right: 13rem;
}

.visited\:py-56:visited {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.visited\:px-56:visited {
  padding-left: 14rem;
  padding-right: 14rem;
}

.visited\:py-60:visited {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.visited\:px-60:visited {
  padding-left: 15rem;
  padding-right: 15rem;
}

.visited\:py-64:visited {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.visited\:px-64:visited {
  padding-left: 16rem;
  padding-right: 16rem;
}

.visited\:py-72:visited {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.visited\:px-72:visited {
  padding-left: 18rem;
  padding-right: 18rem;
}

.visited\:py-80:visited {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.visited\:px-80:visited {
  padding-left: 20rem;
  padding-right: 20rem;
}

.visited\:py-96:visited {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.visited\:px-96:visited {
  padding-left: 24rem;
  padding-right: 24rem;
}

.visited\:py-px:visited {
  padding-top: 1px;
  padding-bottom: 1px;
}

.visited\:px-px:visited {
  padding-left: 1px;
  padding-right: 1px;
}

.visited\:py-0\.5:visited {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.visited\:px-0\.5:visited {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.visited\:py-1\.5:visited {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.visited\:px-1\.5:visited {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.visited\:py-2\.5:visited {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.visited\:px-2\.5:visited {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.visited\:py-3\.5:visited {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.visited\:px-3\.5:visited {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.visited\:pt-0:visited {
  padding-top: 0px;
}

.visited\:pr-0:visited {
  padding-right: 0px;
}

.visited\:pb-0:visited {
  padding-bottom: 0px;
}

.visited\:pl-0:visited {
  padding-left: 0px;
}

.visited\:pt-1:visited {
  padding-top: 0.25rem;
}

.visited\:pr-1:visited {
  padding-right: 0.25rem;
}

.visited\:pb-1:visited {
  padding-bottom: 0.25rem;
}

.visited\:pl-1:visited {
  padding-left: 0.25rem;
}

.visited\:pt-2:visited {
  padding-top: 0.5rem;
}

.visited\:pr-2:visited {
  padding-right: 0.5rem;
}

.visited\:pb-2:visited {
  padding-bottom: 0.5rem;
}

.visited\:pl-2:visited {
  padding-left: 0.5rem;
}

.visited\:pt-3:visited {
  padding-top: 0.75rem;
}

.visited\:pr-3:visited {
  padding-right: 0.75rem;
}

.visited\:pb-3:visited {
  padding-bottom: 0.75rem;
}

.visited\:pl-3:visited {
  padding-left: 0.75rem;
}

.visited\:pt-4:visited {
  padding-top: 1rem;
}

.visited\:pr-4:visited {
  padding-right: 1rem;
}

.visited\:pb-4:visited {
  padding-bottom: 1rem;
}

.visited\:pl-4:visited {
  padding-left: 1rem;
}

.visited\:pt-5:visited {
  padding-top: 1.25rem;
}

.visited\:pr-5:visited {
  padding-right: 1.25rem;
}

.visited\:pb-5:visited {
  padding-bottom: 1.25rem;
}

.visited\:pl-5:visited {
  padding-left: 1.25rem;
}

.visited\:pt-6:visited {
  padding-top: 1.5rem;
}

.visited\:pr-6:visited {
  padding-right: 1.5rem;
}

.visited\:pb-6:visited {
  padding-bottom: 1.5rem;
}

.visited\:pl-6:visited {
  padding-left: 1.5rem;
}

.visited\:pt-7:visited {
  padding-top: 1.75rem;
}

.visited\:pr-7:visited {
  padding-right: 1.75rem;
}

.visited\:pb-7:visited {
  padding-bottom: 1.75rem;
}

.visited\:pl-7:visited {
  padding-left: 1.75rem;
}

.visited\:pt-8:visited {
  padding-top: 2rem;
}

.visited\:pr-8:visited {
  padding-right: 2rem;
}

.visited\:pb-8:visited {
  padding-bottom: 2rem;
}

.visited\:pl-8:visited {
  padding-left: 2rem;
}

.visited\:pt-9:visited {
  padding-top: 2.25rem;
}

.visited\:pr-9:visited {
  padding-right: 2.25rem;
}

.visited\:pb-9:visited {
  padding-bottom: 2.25rem;
}

.visited\:pl-9:visited {
  padding-left: 2.25rem;
}

.visited\:pt-10:visited {
  padding-top: 2.5rem;
}

.visited\:pr-10:visited {
  padding-right: 2.5rem;
}

.visited\:pb-10:visited {
  padding-bottom: 2.5rem;
}

.visited\:pl-10:visited {
  padding-left: 2.5rem;
}

.visited\:pt-11:visited {
  padding-top: 2.75rem;
}

.visited\:pr-11:visited {
  padding-right: 2.75rem;
}

.visited\:pb-11:visited {
  padding-bottom: 2.75rem;
}

.visited\:pl-11:visited {
  padding-left: 2.75rem;
}

.visited\:pt-12:visited {
  padding-top: 3rem;
}

.visited\:pr-12:visited {
  padding-right: 3rem;
}

.visited\:pb-12:visited {
  padding-bottom: 3rem;
}

.visited\:pl-12:visited {
  padding-left: 3rem;
}

.visited\:pt-14:visited {
  padding-top: 3.5rem;
}

.visited\:pr-14:visited {
  padding-right: 3.5rem;
}

.visited\:pb-14:visited {
  padding-bottom: 3.5rem;
}

.visited\:pl-14:visited {
  padding-left: 3.5rem;
}

.visited\:pt-16:visited {
  padding-top: 4rem;
}

.visited\:pr-16:visited {
  padding-right: 4rem;
}

.visited\:pb-16:visited {
  padding-bottom: 4rem;
}

.visited\:pl-16:visited {
  padding-left: 4rem;
}

.visited\:pt-20:visited {
  padding-top: 5rem;
}

.visited\:pr-20:visited {
  padding-right: 5rem;
}

.visited\:pb-20:visited {
  padding-bottom: 5rem;
}

.visited\:pl-20:visited {
  padding-left: 5rem;
}

.visited\:pt-24:visited {
  padding-top: 6rem;
}

.visited\:pr-24:visited {
  padding-right: 6rem;
}

.visited\:pb-24:visited {
  padding-bottom: 6rem;
}

.visited\:pl-24:visited {
  padding-left: 6rem;
}

.visited\:pt-28:visited {
  padding-top: 7rem;
}

.visited\:pr-28:visited {
  padding-right: 7rem;
}

.visited\:pb-28:visited {
  padding-bottom: 7rem;
}

.visited\:pl-28:visited {
  padding-left: 7rem;
}

.visited\:pt-32:visited {
  padding-top: 8rem;
}

.visited\:pr-32:visited {
  padding-right: 8rem;
}

.visited\:pb-32:visited {
  padding-bottom: 8rem;
}

.visited\:pl-32:visited {
  padding-left: 8rem;
}

.visited\:pt-36:visited {
  padding-top: 9rem;
}

.visited\:pr-36:visited {
  padding-right: 9rem;
}

.visited\:pb-36:visited {
  padding-bottom: 9rem;
}

.visited\:pl-36:visited {
  padding-left: 9rem;
}

.visited\:pt-40:visited {
  padding-top: 10rem;
}

.visited\:pr-40:visited {
  padding-right: 10rem;
}

.visited\:pb-40:visited {
  padding-bottom: 10rem;
}

.visited\:pl-40:visited {
  padding-left: 10rem;
}

.visited\:pt-44:visited {
  padding-top: 11rem;
}

.visited\:pr-44:visited {
  padding-right: 11rem;
}

.visited\:pb-44:visited {
  padding-bottom: 11rem;
}

.visited\:pl-44:visited {
  padding-left: 11rem;
}

.visited\:pt-48:visited {
  padding-top: 12rem;
}

.visited\:pr-48:visited {
  padding-right: 12rem;
}

.visited\:pb-48:visited {
  padding-bottom: 12rem;
}

.visited\:pl-48:visited {
  padding-left: 12rem;
}

.visited\:pt-52:visited {
  padding-top: 13rem;
}

.visited\:pr-52:visited {
  padding-right: 13rem;
}

.visited\:pb-52:visited {
  padding-bottom: 13rem;
}

.visited\:pl-52:visited {
  padding-left: 13rem;
}

.visited\:pt-56:visited {
  padding-top: 14rem;
}

.visited\:pr-56:visited {
  padding-right: 14rem;
}

.visited\:pb-56:visited {
  padding-bottom: 14rem;
}

.visited\:pl-56:visited {
  padding-left: 14rem;
}

.visited\:pt-60:visited {
  padding-top: 15rem;
}

.visited\:pr-60:visited {
  padding-right: 15rem;
}

.visited\:pb-60:visited {
  padding-bottom: 15rem;
}

.visited\:pl-60:visited {
  padding-left: 15rem;
}

.visited\:pt-64:visited {
  padding-top: 16rem;
}

.visited\:pr-64:visited {
  padding-right: 16rem;
}

.visited\:pb-64:visited {
  padding-bottom: 16rem;
}

.visited\:pl-64:visited {
  padding-left: 16rem;
}

.visited\:pt-72:visited {
  padding-top: 18rem;
}

.visited\:pr-72:visited {
  padding-right: 18rem;
}

.visited\:pb-72:visited {
  padding-bottom: 18rem;
}

.visited\:pl-72:visited {
  padding-left: 18rem;
}

.visited\:pt-80:visited {
  padding-top: 20rem;
}

.visited\:pr-80:visited {
  padding-right: 20rem;
}

.visited\:pb-80:visited {
  padding-bottom: 20rem;
}

.visited\:pl-80:visited {
  padding-left: 20rem;
}

.visited\:pt-96:visited {
  padding-top: 24rem;
}

.visited\:pr-96:visited {
  padding-right: 24rem;
}

.visited\:pb-96:visited {
  padding-bottom: 24rem;
}

.visited\:pl-96:visited {
  padding-left: 24rem;
}

.visited\:pt-px:visited {
  padding-top: 1px;
}

.visited\:pr-px:visited {
  padding-right: 1px;
}

.visited\:pb-px:visited {
  padding-bottom: 1px;
}

.visited\:pl-px:visited {
  padding-left: 1px;
}

.visited\:pt-0\.5:visited {
  padding-top: 0.125rem;
}

.visited\:pr-0\.5:visited {
  padding-right: 0.125rem;
}

.visited\:pb-0\.5:visited {
  padding-bottom: 0.125rem;
}

.visited\:pl-0\.5:visited {
  padding-left: 0.125rem;
}

.visited\:pt-1\.5:visited {
  padding-top: 0.375rem;
}

.visited\:pr-1\.5:visited {
  padding-right: 0.375rem;
}

.visited\:pb-1\.5:visited {
  padding-bottom: 0.375rem;
}

.visited\:pl-1\.5:visited {
  padding-left: 0.375rem;
}

.visited\:pt-2\.5:visited {
  padding-top: 0.625rem;
}

.visited\:pr-2\.5:visited {
  padding-right: 0.625rem;
}

.visited\:pb-2\.5:visited {
  padding-bottom: 0.625rem;
}

.visited\:pl-2\.5:visited {
  padding-left: 0.625rem;
}

.visited\:pt-3\.5:visited {
  padding-top: 0.875rem;
}

.visited\:pr-3\.5:visited {
  padding-right: 0.875rem;
}

.visited\:pb-3\.5:visited {
  padding-bottom: 0.875rem;
}

.visited\:pl-3\.5:visited {
  padding-left: 0.875rem;
}

.disabled\:p-0:disabled {
  padding: 0px;
}

.disabled\:p-1:disabled {
  padding: 0.25rem;
}

.disabled\:p-2:disabled {
  padding: 0.5rem;
}

.disabled\:p-3:disabled {
  padding: 0.75rem;
}

.disabled\:p-4:disabled {
  padding: 1rem;
}

.disabled\:p-5:disabled {
  padding: 1.25rem;
}

.disabled\:p-6:disabled {
  padding: 1.5rem;
}

.disabled\:p-7:disabled {
  padding: 1.75rem;
}

.disabled\:p-8:disabled {
  padding: 2rem;
}

.disabled\:p-9:disabled {
  padding: 2.25rem;
}

.disabled\:p-10:disabled {
  padding: 2.5rem;
}

.disabled\:p-11:disabled {
  padding: 2.75rem;
}

.disabled\:p-12:disabled {
  padding: 3rem;
}

.disabled\:p-14:disabled {
  padding: 3.5rem;
}

.disabled\:p-16:disabled {
  padding: 4rem;
}

.disabled\:p-20:disabled {
  padding: 5rem;
}

.disabled\:p-24:disabled {
  padding: 6rem;
}

.disabled\:p-28:disabled {
  padding: 7rem;
}

.disabled\:p-32:disabled {
  padding: 8rem;
}

.disabled\:p-36:disabled {
  padding: 9rem;
}

.disabled\:p-40:disabled {
  padding: 10rem;
}

.disabled\:p-44:disabled {
  padding: 11rem;
}

.disabled\:p-48:disabled {
  padding: 12rem;
}

.disabled\:p-52:disabled {
  padding: 13rem;
}

.disabled\:p-56:disabled {
  padding: 14rem;
}

.disabled\:p-60:disabled {
  padding: 15rem;
}

.disabled\:p-64:disabled {
  padding: 16rem;
}

.disabled\:p-72:disabled {
  padding: 18rem;
}

.disabled\:p-80:disabled {
  padding: 20rem;
}

.disabled\:p-96:disabled {
  padding: 24rem;
}

.disabled\:p-px:disabled {
  padding: 1px;
}

.disabled\:p-0\.5:disabled {
  padding: 0.125rem;
}

.disabled\:p-1\.5:disabled {
  padding: 0.375rem;
}

.disabled\:p-2\.5:disabled {
  padding: 0.625rem;
}

.disabled\:p-3\.5:disabled {
  padding: 0.875rem;
}

.disabled\:py-0:disabled {
  padding-top: 0px;
  padding-bottom: 0px;
}

.disabled\:px-0:disabled {
  padding-left: 0px;
  padding-right: 0px;
}

.disabled\:py-1:disabled {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.disabled\:px-1:disabled {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.disabled\:py-2:disabled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.disabled\:px-2:disabled {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.disabled\:py-3:disabled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.disabled\:px-3:disabled {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.disabled\:py-4:disabled {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.disabled\:px-4:disabled {
  padding-left: 1rem;
  padding-right: 1rem;
}

.disabled\:py-5:disabled {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.disabled\:px-5:disabled {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.disabled\:py-6:disabled {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.disabled\:px-6:disabled {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.disabled\:py-7:disabled {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.disabled\:px-7:disabled {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.disabled\:py-8:disabled {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.disabled\:px-8:disabled {
  padding-left: 2rem;
  padding-right: 2rem;
}

.disabled\:py-9:disabled {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.disabled\:px-9:disabled {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.disabled\:py-10:disabled {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.disabled\:px-10:disabled {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.disabled\:py-11:disabled {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.disabled\:px-11:disabled {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.disabled\:py-12:disabled {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.disabled\:px-12:disabled {
  padding-left: 3rem;
  padding-right: 3rem;
}

.disabled\:py-14:disabled {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.disabled\:px-14:disabled {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.disabled\:py-16:disabled {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.disabled\:px-16:disabled {
  padding-left: 4rem;
  padding-right: 4rem;
}

.disabled\:py-20:disabled {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.disabled\:px-20:disabled {
  padding-left: 5rem;
  padding-right: 5rem;
}

.disabled\:py-24:disabled {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.disabled\:px-24:disabled {
  padding-left: 6rem;
  padding-right: 6rem;
}

.disabled\:py-28:disabled {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.disabled\:px-28:disabled {
  padding-left: 7rem;
  padding-right: 7rem;
}

.disabled\:py-32:disabled {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.disabled\:px-32:disabled {
  padding-left: 8rem;
  padding-right: 8rem;
}

.disabled\:py-36:disabled {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.disabled\:px-36:disabled {
  padding-left: 9rem;
  padding-right: 9rem;
}

.disabled\:py-40:disabled {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.disabled\:px-40:disabled {
  padding-left: 10rem;
  padding-right: 10rem;
}

.disabled\:py-44:disabled {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.disabled\:px-44:disabled {
  padding-left: 11rem;
  padding-right: 11rem;
}

.disabled\:py-48:disabled {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.disabled\:px-48:disabled {
  padding-left: 12rem;
  padding-right: 12rem;
}

.disabled\:py-52:disabled {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.disabled\:px-52:disabled {
  padding-left: 13rem;
  padding-right: 13rem;
}

.disabled\:py-56:disabled {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.disabled\:px-56:disabled {
  padding-left: 14rem;
  padding-right: 14rem;
}

.disabled\:py-60:disabled {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.disabled\:px-60:disabled {
  padding-left: 15rem;
  padding-right: 15rem;
}

.disabled\:py-64:disabled {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.disabled\:px-64:disabled {
  padding-left: 16rem;
  padding-right: 16rem;
}

.disabled\:py-72:disabled {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.disabled\:px-72:disabled {
  padding-left: 18rem;
  padding-right: 18rem;
}

.disabled\:py-80:disabled {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.disabled\:px-80:disabled {
  padding-left: 20rem;
  padding-right: 20rem;
}

.disabled\:py-96:disabled {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.disabled\:px-96:disabled {
  padding-left: 24rem;
  padding-right: 24rem;
}

.disabled\:py-px:disabled {
  padding-top: 1px;
  padding-bottom: 1px;
}

.disabled\:px-px:disabled {
  padding-left: 1px;
  padding-right: 1px;
}

.disabled\:py-0\.5:disabled {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.disabled\:px-0\.5:disabled {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.disabled\:py-1\.5:disabled {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.disabled\:px-1\.5:disabled {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.disabled\:py-2\.5:disabled {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.disabled\:px-2\.5:disabled {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.disabled\:py-3\.5:disabled {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.disabled\:px-3\.5:disabled {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.disabled\:pt-0:disabled {
  padding-top: 0px;
}

.disabled\:pr-0:disabled {
  padding-right: 0px;
}

.disabled\:pb-0:disabled {
  padding-bottom: 0px;
}

.disabled\:pl-0:disabled {
  padding-left: 0px;
}

.disabled\:pt-1:disabled {
  padding-top: 0.25rem;
}

.disabled\:pr-1:disabled {
  padding-right: 0.25rem;
}

.disabled\:pb-1:disabled {
  padding-bottom: 0.25rem;
}

.disabled\:pl-1:disabled {
  padding-left: 0.25rem;
}

.disabled\:pt-2:disabled {
  padding-top: 0.5rem;
}

.disabled\:pr-2:disabled {
  padding-right: 0.5rem;
}

.disabled\:pb-2:disabled {
  padding-bottom: 0.5rem;
}

.disabled\:pl-2:disabled {
  padding-left: 0.5rem;
}

.disabled\:pt-3:disabled {
  padding-top: 0.75rem;
}

.disabled\:pr-3:disabled {
  padding-right: 0.75rem;
}

.disabled\:pb-3:disabled {
  padding-bottom: 0.75rem;
}

.disabled\:pl-3:disabled {
  padding-left: 0.75rem;
}

.disabled\:pt-4:disabled {
  padding-top: 1rem;
}

.disabled\:pr-4:disabled {
  padding-right: 1rem;
}

.disabled\:pb-4:disabled {
  padding-bottom: 1rem;
}

.disabled\:pl-4:disabled {
  padding-left: 1rem;
}

.disabled\:pt-5:disabled {
  padding-top: 1.25rem;
}

.disabled\:pr-5:disabled {
  padding-right: 1.25rem;
}

.disabled\:pb-5:disabled {
  padding-bottom: 1.25rem;
}

.disabled\:pl-5:disabled {
  padding-left: 1.25rem;
}

.disabled\:pt-6:disabled {
  padding-top: 1.5rem;
}

.disabled\:pr-6:disabled {
  padding-right: 1.5rem;
}

.disabled\:pb-6:disabled {
  padding-bottom: 1.5rem;
}

.disabled\:pl-6:disabled {
  padding-left: 1.5rem;
}

.disabled\:pt-7:disabled {
  padding-top: 1.75rem;
}

.disabled\:pr-7:disabled {
  padding-right: 1.75rem;
}

.disabled\:pb-7:disabled {
  padding-bottom: 1.75rem;
}

.disabled\:pl-7:disabled {
  padding-left: 1.75rem;
}

.disabled\:pt-8:disabled {
  padding-top: 2rem;
}

.disabled\:pr-8:disabled {
  padding-right: 2rem;
}

.disabled\:pb-8:disabled {
  padding-bottom: 2rem;
}

.disabled\:pl-8:disabled {
  padding-left: 2rem;
}

.disabled\:pt-9:disabled {
  padding-top: 2.25rem;
}

.disabled\:pr-9:disabled {
  padding-right: 2.25rem;
}

.disabled\:pb-9:disabled {
  padding-bottom: 2.25rem;
}

.disabled\:pl-9:disabled {
  padding-left: 2.25rem;
}

.disabled\:pt-10:disabled {
  padding-top: 2.5rem;
}

.disabled\:pr-10:disabled {
  padding-right: 2.5rem;
}

.disabled\:pb-10:disabled {
  padding-bottom: 2.5rem;
}

.disabled\:pl-10:disabled {
  padding-left: 2.5rem;
}

.disabled\:pt-11:disabled {
  padding-top: 2.75rem;
}

.disabled\:pr-11:disabled {
  padding-right: 2.75rem;
}

.disabled\:pb-11:disabled {
  padding-bottom: 2.75rem;
}

.disabled\:pl-11:disabled {
  padding-left: 2.75rem;
}

.disabled\:pt-12:disabled {
  padding-top: 3rem;
}

.disabled\:pr-12:disabled {
  padding-right: 3rem;
}

.disabled\:pb-12:disabled {
  padding-bottom: 3rem;
}

.disabled\:pl-12:disabled {
  padding-left: 3rem;
}

.disabled\:pt-14:disabled {
  padding-top: 3.5rem;
}

.disabled\:pr-14:disabled {
  padding-right: 3.5rem;
}

.disabled\:pb-14:disabled {
  padding-bottom: 3.5rem;
}

.disabled\:pl-14:disabled {
  padding-left: 3.5rem;
}

.disabled\:pt-16:disabled {
  padding-top: 4rem;
}

.disabled\:pr-16:disabled {
  padding-right: 4rem;
}

.disabled\:pb-16:disabled {
  padding-bottom: 4rem;
}

.disabled\:pl-16:disabled {
  padding-left: 4rem;
}

.disabled\:pt-20:disabled {
  padding-top: 5rem;
}

.disabled\:pr-20:disabled {
  padding-right: 5rem;
}

.disabled\:pb-20:disabled {
  padding-bottom: 5rem;
}

.disabled\:pl-20:disabled {
  padding-left: 5rem;
}

.disabled\:pt-24:disabled {
  padding-top: 6rem;
}

.disabled\:pr-24:disabled {
  padding-right: 6rem;
}

.disabled\:pb-24:disabled {
  padding-bottom: 6rem;
}

.disabled\:pl-24:disabled {
  padding-left: 6rem;
}

.disabled\:pt-28:disabled {
  padding-top: 7rem;
}

.disabled\:pr-28:disabled {
  padding-right: 7rem;
}

.disabled\:pb-28:disabled {
  padding-bottom: 7rem;
}

.disabled\:pl-28:disabled {
  padding-left: 7rem;
}

.disabled\:pt-32:disabled {
  padding-top: 8rem;
}

.disabled\:pr-32:disabled {
  padding-right: 8rem;
}

.disabled\:pb-32:disabled {
  padding-bottom: 8rem;
}

.disabled\:pl-32:disabled {
  padding-left: 8rem;
}

.disabled\:pt-36:disabled {
  padding-top: 9rem;
}

.disabled\:pr-36:disabled {
  padding-right: 9rem;
}

.disabled\:pb-36:disabled {
  padding-bottom: 9rem;
}

.disabled\:pl-36:disabled {
  padding-left: 9rem;
}

.disabled\:pt-40:disabled {
  padding-top: 10rem;
}

.disabled\:pr-40:disabled {
  padding-right: 10rem;
}

.disabled\:pb-40:disabled {
  padding-bottom: 10rem;
}

.disabled\:pl-40:disabled {
  padding-left: 10rem;
}

.disabled\:pt-44:disabled {
  padding-top: 11rem;
}

.disabled\:pr-44:disabled {
  padding-right: 11rem;
}

.disabled\:pb-44:disabled {
  padding-bottom: 11rem;
}

.disabled\:pl-44:disabled {
  padding-left: 11rem;
}

.disabled\:pt-48:disabled {
  padding-top: 12rem;
}

.disabled\:pr-48:disabled {
  padding-right: 12rem;
}

.disabled\:pb-48:disabled {
  padding-bottom: 12rem;
}

.disabled\:pl-48:disabled {
  padding-left: 12rem;
}

.disabled\:pt-52:disabled {
  padding-top: 13rem;
}

.disabled\:pr-52:disabled {
  padding-right: 13rem;
}

.disabled\:pb-52:disabled {
  padding-bottom: 13rem;
}

.disabled\:pl-52:disabled {
  padding-left: 13rem;
}

.disabled\:pt-56:disabled {
  padding-top: 14rem;
}

.disabled\:pr-56:disabled {
  padding-right: 14rem;
}

.disabled\:pb-56:disabled {
  padding-bottom: 14rem;
}

.disabled\:pl-56:disabled {
  padding-left: 14rem;
}

.disabled\:pt-60:disabled {
  padding-top: 15rem;
}

.disabled\:pr-60:disabled {
  padding-right: 15rem;
}

.disabled\:pb-60:disabled {
  padding-bottom: 15rem;
}

.disabled\:pl-60:disabled {
  padding-left: 15rem;
}

.disabled\:pt-64:disabled {
  padding-top: 16rem;
}

.disabled\:pr-64:disabled {
  padding-right: 16rem;
}

.disabled\:pb-64:disabled {
  padding-bottom: 16rem;
}

.disabled\:pl-64:disabled {
  padding-left: 16rem;
}

.disabled\:pt-72:disabled {
  padding-top: 18rem;
}

.disabled\:pr-72:disabled {
  padding-right: 18rem;
}

.disabled\:pb-72:disabled {
  padding-bottom: 18rem;
}

.disabled\:pl-72:disabled {
  padding-left: 18rem;
}

.disabled\:pt-80:disabled {
  padding-top: 20rem;
}

.disabled\:pr-80:disabled {
  padding-right: 20rem;
}

.disabled\:pb-80:disabled {
  padding-bottom: 20rem;
}

.disabled\:pl-80:disabled {
  padding-left: 20rem;
}

.disabled\:pt-96:disabled {
  padding-top: 24rem;
}

.disabled\:pr-96:disabled {
  padding-right: 24rem;
}

.disabled\:pb-96:disabled {
  padding-bottom: 24rem;
}

.disabled\:pl-96:disabled {
  padding-left: 24rem;
}

.disabled\:pt-px:disabled {
  padding-top: 1px;
}

.disabled\:pr-px:disabled {
  padding-right: 1px;
}

.disabled\:pb-px:disabled {
  padding-bottom: 1px;
}

.disabled\:pl-px:disabled {
  padding-left: 1px;
}

.disabled\:pt-0\.5:disabled {
  padding-top: 0.125rem;
}

.disabled\:pr-0\.5:disabled {
  padding-right: 0.125rem;
}

.disabled\:pb-0\.5:disabled {
  padding-bottom: 0.125rem;
}

.disabled\:pl-0\.5:disabled {
  padding-left: 0.125rem;
}

.disabled\:pt-1\.5:disabled {
  padding-top: 0.375rem;
}

.disabled\:pr-1\.5:disabled {
  padding-right: 0.375rem;
}

.disabled\:pb-1\.5:disabled {
  padding-bottom: 0.375rem;
}

.disabled\:pl-1\.5:disabled {
  padding-left: 0.375rem;
}

.disabled\:pt-2\.5:disabled {
  padding-top: 0.625rem;
}

.disabled\:pr-2\.5:disabled {
  padding-right: 0.625rem;
}

.disabled\:pb-2\.5:disabled {
  padding-bottom: 0.625rem;
}

.disabled\:pl-2\.5:disabled {
  padding-left: 0.625rem;
}

.disabled\:pt-3\.5:disabled {
  padding-top: 0.875rem;
}

.disabled\:pr-3\.5:disabled {
  padding-right: 0.875rem;
}

.disabled\:pb-3\.5:disabled {
  padding-bottom: 0.875rem;
}

.disabled\:pl-3\.5:disabled {
  padding-left: 0.875rem;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-lightBlue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-warmGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-trueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-coolGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-blueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-current::-moz-placeholder {
  color: current;
}

.placeholder-current:-ms-input-placeholder {
  color: current;
}

.placeholder-current::placeholder {
  color: current;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lightBlue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-warmGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-trueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-coolGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-blueGray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.group:hover .group-hover\:placeholder-current::-moz-placeholder {
  color: current;
}

.group:hover .group-hover\:placeholder-current:-ms-input-placeholder {
  color: current;
}

.group:hover .group-hover\:placeholder-current::placeholder {
  color: current;
}

.group:hover .group-hover\:placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::placeholder {
  color: transparent;
}

.focus-within\:placeholder-black:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-black:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-white:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-white:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-rose-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-pink-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-purple-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-violet-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-indigo-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blue-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-cyan-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-teal-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-emerald-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-green-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-lime-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-yellow-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-amber-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-orange-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-red-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-warmGray-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-trueGray-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-gray-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-coolGray-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-50:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-200:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-300:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-400:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-500:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-600:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-700:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-800:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-blueGray-900:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus-within\:placeholder-current:focus-within::-moz-placeholder {
  color: current;
}

.focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
  color: current;
}

.focus-within\:placeholder-current:focus-within::placeholder {
  color: current;
}

.focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
  color: transparent;
}

.focus-within\:placeholder-transparent:focus-within::placeholder {
  color: transparent;
}

.first\:placeholder-black:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.first\:placeholder-black:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.first\:placeholder-black:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.first\:placeholder-white:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-white:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-white:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-rose-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.first\:placeholder-pink-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-fuchsia-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.first\:placeholder-purple-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.first\:placeholder-violet-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-indigo-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-blue-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-lightBlue-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-cyan-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-teal-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-emerald-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.first\:placeholder-green-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.first\:placeholder-lime-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-yellow-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-amber-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-orange-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.first\:placeholder-red-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-warmGray-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-trueGray-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-gray-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.first\:placeholder-coolGray-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-50:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-200:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-200:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-300:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-300:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-400:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-400:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-500:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-500:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-600:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-600:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-700:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-700:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-800:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-800:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-900:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-blueGray-900:first-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.first\:placeholder-current:first-child::-moz-placeholder {
  color: current;
}

.first\:placeholder-current:first-child:-ms-input-placeholder {
  color: current;
}

.first\:placeholder-current:first-child::placeholder {
  color: current;
}

.first\:placeholder-transparent:first-child::-moz-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child:-ms-input-placeholder {
  color: transparent;
}

.first\:placeholder-transparent:first-child::placeholder {
  color: transparent;
}

.last\:placeholder-black:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.last\:placeholder-black:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.last\:placeholder-black:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.last\:placeholder-white:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-white:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-white:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-rose-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.last\:placeholder-pink-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-fuchsia-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.last\:placeholder-purple-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.last\:placeholder-violet-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-indigo-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-blue-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-lightBlue-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-cyan-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-teal-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-emerald-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.last\:placeholder-green-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.last\:placeholder-lime-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-yellow-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-amber-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-orange-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.last\:placeholder-red-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-warmGray-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-trueGray-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-gray-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.last\:placeholder-coolGray-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-50:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-200:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-200:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-300:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-300:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-400:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-400:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-500:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-500:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-600:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-600:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-700:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-700:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-800:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-800:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-900:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-blueGray-900:last-child::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.last\:placeholder-current:last-child::-moz-placeholder {
  color: current;
}

.last\:placeholder-current:last-child:-ms-input-placeholder {
  color: current;
}

.last\:placeholder-current:last-child::placeholder {
  color: current;
}

.last\:placeholder-transparent:last-child::-moz-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child:-ms-input-placeholder {
  color: transparent;
}

.last\:placeholder-transparent:last-child::placeholder {
  color: transparent;
}

.odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.odd\:placeholder-black:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-white:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-rose-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.odd\:placeholder-pink-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.odd\:placeholder-purple-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.odd\:placeholder-violet-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blue-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-teal-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.odd\:placeholder-green-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.odd\:placeholder-lime-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-amber-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-orange-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.odd\:placeholder-red-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-gray-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
  color: current;
}

.odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
  color: current;
}

.odd\:placeholder-current:nth-child(odd)::placeholder {
  color: current;
}

.odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
  color: transparent;
}

.odd\:placeholder-transparent:nth-child(odd)::placeholder {
  color: transparent;
}

.even\:placeholder-black:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.even\:placeholder-black:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.even\:placeholder-black:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.even\:placeholder-white:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-white:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-white:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-rose-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.even\:placeholder-pink-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.even\:placeholder-purple-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.even\:placeholder-violet-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-indigo-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-blue-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-cyan-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-teal-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-emerald-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.even\:placeholder-green-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.even\:placeholder-lime-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-yellow-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-amber-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-orange-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.even\:placeholder-red-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-warmGray-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-trueGray-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-gray-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.even\:placeholder-coolGray-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-200:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-300:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-400:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-500:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-600:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-700:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-800:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-blueGray-900:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.even\:placeholder-current:nth-child(even)::-moz-placeholder {
  color: current;
}

.even\:placeholder-current:nth-child(even):-ms-input-placeholder {
  color: current;
}

.even\:placeholder-current:nth-child(even)::placeholder {
  color: current;
}

.even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
  color: transparent;
}

.even\:placeholder-transparent:nth-child(even)::placeholder {
  color: transparent;
}

.hover\:placeholder-black:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.hover\:placeholder-black:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.hover\:placeholder-black:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.hover\:placeholder-white:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-white:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-white:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-rose-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.hover\:placeholder-pink-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-fuchsia-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.hover\:placeholder-purple-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.hover\:placeholder-violet-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-indigo-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blue-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lightBlue-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-cyan-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-teal-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-emerald-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.hover\:placeholder-green-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.hover\:placeholder-lime-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-yellow-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-amber-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-orange-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.hover\:placeholder-red-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-warmGray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-trueGray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-gray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.hover\:placeholder-coolGray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-blueGray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.hover\:placeholder-current:hover::-moz-placeholder {
  color: current;
}

.hover\:placeholder-current:hover:-ms-input-placeholder {
  color: current;
}

.hover\:placeholder-current:hover::placeholder {
  color: current;
}

.hover\:placeholder-transparent:hover::-moz-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover:-ms-input-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightBlue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warmGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-trueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-coolGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: current;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: current;
}

.focus\:placeholder-current:focus::placeholder {
  color: current;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.active\:placeholder-black:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.active\:placeholder-black:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.active\:placeholder-black:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.active\:placeholder-white:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-white:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-white:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-rose-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.active\:placeholder-pink-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-fuchsia-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.active\:placeholder-purple-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.active\:placeholder-violet-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-indigo-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-blue-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-lightBlue-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-cyan-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-teal-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-emerald-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.active\:placeholder-green-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.active\:placeholder-lime-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-yellow-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-amber-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-orange-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.active\:placeholder-red-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-warmGray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-trueGray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-gray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.active\:placeholder-coolGray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-200:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-300:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-400:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-500:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-600:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-700:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-800:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-900:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-blueGray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.active\:placeholder-current:active::-moz-placeholder {
  color: current;
}

.active\:placeholder-current:active:-ms-input-placeholder {
  color: current;
}

.active\:placeholder-current:active::placeholder {
  color: current;
}

.active\:placeholder-transparent:active::-moz-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active:-ms-input-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active::placeholder {
  color: transparent;
}

.visited\:placeholder-black:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.visited\:placeholder-black:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.visited\:placeholder-black:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.visited\:placeholder-white:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-white:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-white:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-rose-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.visited\:placeholder-pink-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-fuchsia-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.visited\:placeholder-purple-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.visited\:placeholder-violet-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-indigo-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blue-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lightBlue-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-cyan-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-teal-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-emerald-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.visited\:placeholder-green-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.visited\:placeholder-lime-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-yellow-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-amber-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-orange-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.visited\:placeholder-red-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-warmGray-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-trueGray-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-gray-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.visited\:placeholder-coolGray-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-50:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-200:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-200:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-300:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-300:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-400:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-400:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-500:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-500:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-600:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-600:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-700:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-700:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-800:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-800:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-900:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-blueGray-900:visited::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.visited\:placeholder-current:visited::-moz-placeholder {
  color: current;
}

.visited\:placeholder-current:visited:-ms-input-placeholder {
  color: current;
}

.visited\:placeholder-current:visited::placeholder {
  color: current;
}

.visited\:placeholder-transparent:visited::-moz-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited:-ms-input-placeholder {
  color: transparent;
}

.visited\:placeholder-transparent:visited::placeholder {
  color: transparent;
}

.disabled\:placeholder-black:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-black:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-black:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-white:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-white:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-white:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-rose-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-pink-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-fuchsia-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-purple-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-violet-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-indigo-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blue-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lightBlue-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-cyan-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-teal-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-emerald-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-green-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-lime-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-yellow-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-amber-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-orange-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-red-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-warmGray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-trueGray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-gray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-coolGray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-blueGray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.disabled\:placeholder-current:disabled::-moz-placeholder {
  color: current;
}

.disabled\:placeholder-current:disabled:-ms-input-placeholder {
  color: current;
}

.disabled\:placeholder-current:disabled::placeholder {
  color: current;
}

.disabled\:placeholder-transparent:disabled::-moz-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled::placeholder {
  color: transparent;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.group:hover .group-hover\:placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.group:hover .group-hover\:placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.group:hover .group-hover\:placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.group:hover .group-hover\:placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.group:hover .group-hover\:placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.group:hover .group-hover\:placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.group:hover .group-hover\:placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.group:hover .group-hover\:placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.group:hover .group-hover\:placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.group:hover .group-hover\:placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.group:hover .group-hover\:placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.group:hover .group-hover\:placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.group:hover .group-hover\:placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.group:hover .group-hover\:placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.group:hover .group-hover\:placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.group:hover .group-hover\:placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.group:hover .group-hover\:placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.group:hover .group-hover\:placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.group:hover .group-hover\:placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.group:hover .group-hover\:placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.group:hover .group-hover\:placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.group:hover .group-hover\:placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.group:hover .group-hover\:placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.group:hover .group-hover\:placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.group:hover .group-hover\:placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.group:hover .group-hover\:placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.group:hover .group-hover\:placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.group:hover .group-hover\:placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.group:hover .group-hover\:placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.group:hover .group-hover\:placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.group:hover .group-hover\:placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.group:hover .group-hover\:placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.group:hover .group-hover\:placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus-within\:placeholder-opacity-0:focus-within::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus-within\:placeholder-opacity-5:focus-within::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus-within\:placeholder-opacity-10:focus-within::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus-within\:placeholder-opacity-20:focus-within::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus-within\:placeholder-opacity-25:focus-within::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus-within\:placeholder-opacity-30:focus-within::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus-within\:placeholder-opacity-40:focus-within::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus-within\:placeholder-opacity-50:focus-within::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus-within\:placeholder-opacity-60:focus-within::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus-within\:placeholder-opacity-70:focus-within::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus-within\:placeholder-opacity-75:focus-within::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus-within\:placeholder-opacity-80:focus-within::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus-within\:placeholder-opacity-90:focus-within::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus-within\:placeholder-opacity-95:focus-within::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus-within\:placeholder-opacity-100:focus-within::placeholder {
  --tw-placeholder-opacity: 1;
}

.first\:placeholder-opacity-0:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.first\:placeholder-opacity-0:first-child::placeholder {
  --tw-placeholder-opacity: 0;
}

.first\:placeholder-opacity-5:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.first\:placeholder-opacity-5:first-child::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.first\:placeholder-opacity-10:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.first\:placeholder-opacity-10:first-child::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.first\:placeholder-opacity-20:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.first\:placeholder-opacity-20:first-child::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.first\:placeholder-opacity-25:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-25:first-child::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.first\:placeholder-opacity-30:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.first\:placeholder-opacity-30:first-child::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.first\:placeholder-opacity-40:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.first\:placeholder-opacity-40:first-child::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.first\:placeholder-opacity-50:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-50:first-child::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.first\:placeholder-opacity-60:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.first\:placeholder-opacity-60:first-child::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.first\:placeholder-opacity-70:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.first\:placeholder-opacity-70:first-child::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.first\:placeholder-opacity-75:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-75:first-child::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.first\:placeholder-opacity-80:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-80:first-child::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.first\:placeholder-opacity-90:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.first\:placeholder-opacity-90:first-child::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.first\:placeholder-opacity-95:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.first\:placeholder-opacity-95:first-child::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.first\:placeholder-opacity-100:first-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.first\:placeholder-opacity-100:first-child::placeholder {
  --tw-placeholder-opacity: 1;
}

.last\:placeholder-opacity-0:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.last\:placeholder-opacity-0:last-child::placeholder {
  --tw-placeholder-opacity: 0;
}

.last\:placeholder-opacity-5:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.last\:placeholder-opacity-5:last-child::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.last\:placeholder-opacity-10:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.last\:placeholder-opacity-10:last-child::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.last\:placeholder-opacity-20:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.last\:placeholder-opacity-20:last-child::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.last\:placeholder-opacity-25:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-25:last-child::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.last\:placeholder-opacity-30:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.last\:placeholder-opacity-30:last-child::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.last\:placeholder-opacity-40:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.last\:placeholder-opacity-40:last-child::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.last\:placeholder-opacity-50:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-50:last-child::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.last\:placeholder-opacity-60:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.last\:placeholder-opacity-60:last-child::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.last\:placeholder-opacity-70:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.last\:placeholder-opacity-70:last-child::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.last\:placeholder-opacity-75:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-75:last-child::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.last\:placeholder-opacity-80:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-80:last-child::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.last\:placeholder-opacity-90:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.last\:placeholder-opacity-90:last-child::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.last\:placeholder-opacity-95:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.last\:placeholder-opacity-95:last-child::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.last\:placeholder-opacity-100:last-child::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.last\:placeholder-opacity-100:last-child::placeholder {
  --tw-placeholder-opacity: 1;
}

.odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0;
}

.odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
  --tw-placeholder-opacity: 1;
}

.even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.even\:placeholder-opacity-0:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0;
}

.even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.even\:placeholder-opacity-5:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.even\:placeholder-opacity-10:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.even\:placeholder-opacity-20:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.even\:placeholder-opacity-25:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.even\:placeholder-opacity-30:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.even\:placeholder-opacity-40:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.even\:placeholder-opacity-50:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.even\:placeholder-opacity-60:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.even\:placeholder-opacity-70:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.even\:placeholder-opacity-75:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.even\:placeholder-opacity-80:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.even\:placeholder-opacity-90:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.even\:placeholder-opacity-95:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.even\:placeholder-opacity-100:nth-child(even)::placeholder {
  --tw-placeholder-opacity: 1;
}

.hover\:placeholder-opacity-0:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.hover\:placeholder-opacity-0:hover::placeholder {
  --tw-placeholder-opacity: 0;
}

.hover\:placeholder-opacity-5:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.hover\:placeholder-opacity-5:hover::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.hover\:placeholder-opacity-10:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.hover\:placeholder-opacity-10:hover::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.hover\:placeholder-opacity-20:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.hover\:placeholder-opacity-20:hover::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.hover\:placeholder-opacity-25:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-25:hover::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.hover\:placeholder-opacity-30:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.hover\:placeholder-opacity-30:hover::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.hover\:placeholder-opacity-40:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.hover\:placeholder-opacity-40:hover::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.hover\:placeholder-opacity-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-50:hover::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.hover\:placeholder-opacity-60:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.hover\:placeholder-opacity-60:hover::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.hover\:placeholder-opacity-70:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.hover\:placeholder-opacity-70:hover::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.hover\:placeholder-opacity-75:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-75:hover::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.hover\:placeholder-opacity-80:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-80:hover::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.hover\:placeholder-opacity-90:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.hover\:placeholder-opacity-90:hover::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.hover\:placeholder-opacity-95:hover::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.hover\:placeholder-opacity-95:hover::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.hover\:placeholder-opacity-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.hover\:placeholder-opacity-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.active\:placeholder-opacity-0:active::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.active\:placeholder-opacity-0:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.active\:placeholder-opacity-0:active::placeholder {
  --tw-placeholder-opacity: 0;
}

.active\:placeholder-opacity-5:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.active\:placeholder-opacity-5:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.active\:placeholder-opacity-5:active::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.active\:placeholder-opacity-10:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.active\:placeholder-opacity-10:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.active\:placeholder-opacity-10:active::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.active\:placeholder-opacity-20:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.active\:placeholder-opacity-20:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.active\:placeholder-opacity-20:active::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.active\:placeholder-opacity-25:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.active\:placeholder-opacity-25:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.active\:placeholder-opacity-25:active::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.active\:placeholder-opacity-30:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.active\:placeholder-opacity-30:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.active\:placeholder-opacity-30:active::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.active\:placeholder-opacity-40:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.active\:placeholder-opacity-40:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.active\:placeholder-opacity-40:active::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.active\:placeholder-opacity-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.active\:placeholder-opacity-50:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.active\:placeholder-opacity-50:active::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.active\:placeholder-opacity-60:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.active\:placeholder-opacity-60:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.active\:placeholder-opacity-60:active::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.active\:placeholder-opacity-70:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.active\:placeholder-opacity-70:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.active\:placeholder-opacity-70:active::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.active\:placeholder-opacity-75:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.active\:placeholder-opacity-75:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.active\:placeholder-opacity-75:active::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.active\:placeholder-opacity-80:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.active\:placeholder-opacity-80:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.active\:placeholder-opacity-80:active::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.active\:placeholder-opacity-90:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.active\:placeholder-opacity-90:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.active\:placeholder-opacity-90:active::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.active\:placeholder-opacity-95:active::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.active\:placeholder-opacity-95:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.active\:placeholder-opacity-95:active::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.active\:placeholder-opacity-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.active\:placeholder-opacity-100:active:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.active\:placeholder-opacity-100:active::placeholder {
  --tw-placeholder-opacity: 1;
}

.visited\:placeholder-opacity-0:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.visited\:placeholder-opacity-0:visited::placeholder {
  --tw-placeholder-opacity: 0;
}

.visited\:placeholder-opacity-5:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.visited\:placeholder-opacity-5:visited::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.visited\:placeholder-opacity-10:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.visited\:placeholder-opacity-10:visited::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.visited\:placeholder-opacity-20:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.visited\:placeholder-opacity-20:visited::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.visited\:placeholder-opacity-25:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.visited\:placeholder-opacity-25:visited::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.visited\:placeholder-opacity-30:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.visited\:placeholder-opacity-30:visited::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.visited\:placeholder-opacity-40:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.visited\:placeholder-opacity-40:visited::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.visited\:placeholder-opacity-50:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.visited\:placeholder-opacity-50:visited::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.visited\:placeholder-opacity-60:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.visited\:placeholder-opacity-60:visited::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.visited\:placeholder-opacity-70:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.visited\:placeholder-opacity-70:visited::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.visited\:placeholder-opacity-75:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.visited\:placeholder-opacity-75:visited::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.visited\:placeholder-opacity-80:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.visited\:placeholder-opacity-80:visited::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.visited\:placeholder-opacity-90:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.visited\:placeholder-opacity-90:visited::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.visited\:placeholder-opacity-95:visited::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.visited\:placeholder-opacity-95:visited::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.visited\:placeholder-opacity-100:visited::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.visited\:placeholder-opacity-100:visited::placeholder {
  --tw-placeholder-opacity: 1;
}

.disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.disabled\:placeholder-opacity-0:disabled::placeholder {
  --tw-placeholder-opacity: 0;
}

.disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.disabled\:placeholder-opacity-5:disabled::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.disabled\:placeholder-opacity-10:disabled::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.disabled\:placeholder-opacity-20:disabled::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.disabled\:placeholder-opacity-25:disabled::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.disabled\:placeholder-opacity-30:disabled::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.disabled\:placeholder-opacity-40:disabled::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.disabled\:placeholder-opacity-50:disabled::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.disabled\:placeholder-opacity-60:disabled::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.disabled\:placeholder-opacity-70:disabled::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.disabled\:placeholder-opacity-75:disabled::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.disabled\:placeholder-opacity-80:disabled::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.disabled\:placeholder-opacity-90:disabled::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.disabled\:placeholder-opacity-95:disabled::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.disabled\:placeholder-opacity-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:pointer-events-none {
  pointer-events: none;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.focus-within\:pointer-events-none:focus-within {
  pointer-events: none;
}

.focus-within\:pointer-events-auto:focus-within {
  pointer-events: auto;
}

.first\:pointer-events-none:first-child {
  pointer-events: none;
}

.first\:pointer-events-auto:first-child {
  pointer-events: auto;
}

.last\:pointer-events-none:last-child {
  pointer-events: none;
}

.last\:pointer-events-auto:last-child {
  pointer-events: auto;
}

.odd\:pointer-events-none:nth-child(odd) {
  pointer-events: none;
}

.odd\:pointer-events-auto:nth-child(odd) {
  pointer-events: auto;
}

.even\:pointer-events-none:nth-child(even) {
  pointer-events: none;
}

.even\:pointer-events-auto:nth-child(even) {
  pointer-events: auto;
}

.hover\:pointer-events-none:hover {
  pointer-events: none;
}

.hover\:pointer-events-auto:hover {
  pointer-events: auto;
}

.focus\:pointer-events-none:focus {
  pointer-events: none;
}

.focus\:pointer-events-auto:focus {
  pointer-events: auto;
}

.active\:pointer-events-none:active {
  pointer-events: none;
}

.active\:pointer-events-auto:active {
  pointer-events: auto;
}

.visited\:pointer-events-none:visited {
  pointer-events: none;
}

.visited\:pointer-events-auto:visited {
  pointer-events: auto;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:pointer-events-auto:disabled {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.group:hover .group-hover\:static {
  position: static;
}

.group:hover .group-hover\:fixed {
  position: fixed;
}

.group:hover .group-hover\:absolute {
  position: absolute;
}

.group:hover .group-hover\:relative {
  position: relative;
}

.group:hover .group-hover\:sticky {
  position: sticky;
}

.focus-within\:static:focus-within {
  position: static;
}

.focus-within\:fixed:focus-within {
  position: fixed;
}

.focus-within\:absolute:focus-within {
  position: absolute;
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:sticky:focus-within {
  position: sticky;
}

.first\:static:first-child {
  position: static;
}

.first\:fixed:first-child {
  position: fixed;
}

.first\:absolute:first-child {
  position: absolute;
}

.first\:relative:first-child {
  position: relative;
}

.first\:sticky:first-child {
  position: sticky;
}

.last\:static:last-child {
  position: static;
}

.last\:fixed:last-child {
  position: fixed;
}

.last\:absolute:last-child {
  position: absolute;
}

.last\:relative:last-child {
  position: relative;
}

.last\:sticky:last-child {
  position: sticky;
}

.odd\:static:nth-child(odd) {
  position: static;
}

.odd\:fixed:nth-child(odd) {
  position: fixed;
}

.odd\:absolute:nth-child(odd) {
  position: absolute;
}

.odd\:relative:nth-child(odd) {
  position: relative;
}

.odd\:sticky:nth-child(odd) {
  position: sticky;
}

.even\:static:nth-child(even) {
  position: static;
}

.even\:fixed:nth-child(even) {
  position: fixed;
}

.even\:absolute:nth-child(even) {
  position: absolute;
}

.even\:relative:nth-child(even) {
  position: relative;
}

.even\:sticky:nth-child(even) {
  position: sticky;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: sticky;
}

.focus\:static:focus {
  position: static;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:relative:focus {
  position: relative;
}

.focus\:sticky:focus {
  position: sticky;
}

.active\:static:active {
  position: static;
}

.active\:fixed:active {
  position: fixed;
}

.active\:absolute:active {
  position: absolute;
}

.active\:relative:active {
  position: relative;
}

.active\:sticky:active {
  position: sticky;
}

.visited\:static:visited {
  position: static;
}

.visited\:fixed:visited {
  position: fixed;
}

.visited\:absolute:visited {
  position: absolute;
}

.visited\:relative:visited {
  position: relative;
}

.visited\:sticky:visited {
  position: sticky;
}

.disabled\:static:disabled {
  position: static;
}

.disabled\:fixed:disabled {
  position: fixed;
}

.disabled\:absolute:disabled {
  position: absolute;
}

.disabled\:relative:disabled {
  position: relative;
}

.disabled\:sticky:disabled {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  right: 0px;
  left: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-x-8 {
  right: 2rem;
  left: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-x-11 {
  right: 2.75rem;
  left: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-x-12 {
  right: 3rem;
  left: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-x-16 {
  right: 4rem;
  left: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-x-20 {
  right: 5rem;
  left: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-x-24 {
  right: 6rem;
  left: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-x-28 {
  right: 7rem;
  left: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-x-32 {
  right: 8rem;
  left: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-x-36 {
  right: 9rem;
  left: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-x-40 {
  right: 10rem;
  left: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-x-44 {
  right: 11rem;
  left: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-x-48 {
  right: 12rem;
  left: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-x-52 {
  right: 13rem;
  left: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-x-56 {
  right: 14rem;
  left: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-x-60 {
  right: 15rem;
  left: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-x-64 {
  right: 16rem;
  left: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-x-72 {
  right: 18rem;
  left: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-x-80 {
  right: 20rem;
  left: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-x-96 {
  right: 24rem;
  left: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-x-px {
  right: 1px;
  left: 1px;
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-x-0 {
  right: 0px;
  left: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-x-4 {
  right: -1rem;
  left: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-x-8 {
  right: -2rem;
  left: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-x-12 {
  right: -3rem;
  left: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-x-16 {
  right: -4rem;
  left: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-x-20 {
  right: -5rem;
  left: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-x-24 {
  right: -6rem;
  left: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-x-28 {
  right: -7rem;
  left: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-x-32 {
  right: -8rem;
  left: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-x-36 {
  right: -9rem;
  left: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-x-40 {
  right: -10rem;
  left: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-x-44 {
  right: -11rem;
  left: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-x-48 {
  right: -12rem;
  left: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-x-52 {
  right: -13rem;
  left: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-x-56 {
  right: -14rem;
  left: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-x-60 {
  right: -15rem;
  left: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-x-64 {
  right: -16rem;
  left: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-x-72 {
  right: -18rem;
  left: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-x-80 {
  right: -20rem;
  left: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-x-96 {
  right: -24rem;
  left: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-x-px {
  right: -1px;
  left: -1px;
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-x-1\/4 {
  right: 25%;
  left: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-x-2\/4 {
  right: 50%;
  left: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-x-3\/4 {
  right: 75%;
  left: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.inset-x-full {
  right: 100%;
  left: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-x-1\/4 {
  right: -25%;
  left: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-x-2\/4 {
  right: -50%;
  left: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-x-3\/4 {
  right: -75%;
  left: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.-inset-x-full {
  right: -100%;
  left: -100%;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.right-9 {
  right: 2.25rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.left-9 {
  left: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.right-11 {
  right: 2.75rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.left-11 {
  left: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.right-12 {
  right: 3rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-12 {
  left: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.right-14 {
  right: 3.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-14 {
  left: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.right-16 {
  right: 4rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-16 {
  left: 4rem;
}

.top-20 {
  top: 5rem;
}

.right-20 {
  right: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.left-20 {
  left: 5rem;
}

.top-24 {
  top: 6rem;
}

.right-24 {
  right: 6rem;
}

.bottom-24 {
  bottom: 6rem;
}

.left-24 {
  left: 6rem;
}

.top-28 {
  top: 7rem;
}

.right-28 {
  right: 7rem;
}

.bottom-28 {
  bottom: 7rem;
}

.left-28 {
  left: 7rem;
}

.top-32 {
  top: 8rem;
}

.right-32 {
  right: 8rem;
}

.bottom-32 {
  bottom: 8rem;
}

.left-32 {
  left: 8rem;
}

.top-36 {
  top: 9rem;
}

.right-36 {
  right: 9rem;
}

.bottom-36 {
  bottom: 9rem;
}

.left-36 {
  left: 9rem;
}

.top-40 {
  top: 10rem;
}

.right-40 {
  right: 10rem;
}

.bottom-40 {
  bottom: 10rem;
}

.left-40 {
  left: 10rem;
}

.top-44 {
  top: 11rem;
}

.right-44 {
  right: 11rem;
}

.bottom-44 {
  bottom: 11rem;
}

.left-44 {
  left: 11rem;
}

.top-48 {
  top: 12rem;
}

.right-48 {
  right: 12rem;
}

.bottom-48 {
  bottom: 12rem;
}

.left-48 {
  left: 12rem;
}

.top-52 {
  top: 13rem;
}

.right-52 {
  right: 13rem;
}

.bottom-52 {
  bottom: 13rem;
}

.left-52 {
  left: 13rem;
}

.top-56 {
  top: 14rem;
}

.right-56 {
  right: 14rem;
}

.bottom-56 {
  bottom: 14rem;
}

.left-56 {
  left: 14rem;
}

.top-60 {
  top: 15rem;
}

.right-60 {
  right: 15rem;
}

.bottom-60 {
  bottom: 15rem;
}

.left-60 {
  left: 15rem;
}

.top-64 {
  top: 16rem;
}

.right-64 {
  right: 16rem;
}

.bottom-64 {
  bottom: 16rem;
}

.left-64 {
  left: 16rem;
}

.top-72 {
  top: 18rem;
}

.right-72 {
  right: 18rem;
}

.bottom-72 {
  bottom: 18rem;
}

.left-72 {
  left: 18rem;
}

.top-80 {
  top: 20rem;
}

.right-80 {
  right: 20rem;
}

.bottom-80 {
  bottom: 20rem;
}

.left-80 {
  left: 20rem;
}

.top-96 {
  top: 24rem;
}

.right-96 {
  right: 24rem;
}

.bottom-96 {
  bottom: 24rem;
}

.left-96 {
  left: 24rem;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.top-px {
  top: 1px;
}

.right-px {
  right: 1px;
}

.bottom-px {
  bottom: 1px;
}

.left-px {
  left: 1px;
}

.top-0\.5 {
  top: 0.125rem;
}

.right-0\.5 {
  right: 0.125rem;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.left-0\.5 {
  left: 0.125rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.left-1\.5 {
  left: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.-top-0 {
  top: 0px;
}

.-right-0 {
  right: 0px;
}

.-bottom-0 {
  bottom: 0px;
}

.-left-0 {
  left: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-left-1 {
  left: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-left-2 {
  left: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-right-3 {
  right: -0.75rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-left-3 {
  left: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-4 {
  left: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-right-5 {
  right: -1.25rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-left-5 {
  left: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-right-6 {
  right: -1.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-right-7 {
  right: -1.75rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-left-7 {
  left: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-right-8 {
  right: -2rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-8 {
  left: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-right-9 {
  right: -2.25rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-left-9 {
  left: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-left-10 {
  left: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-right-11 {
  right: -2.75rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-left-11 {
  left: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-right-12 {
  right: -3rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-left-12 {
  left: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-right-14 {
  right: -3.5rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-left-14 {
  left: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-right-16 {
  right: -4rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-left-16 {
  left: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-right-20 {
  right: -5rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-left-20 {
  left: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-right-24 {
  right: -6rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-left-24 {
  left: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-right-28 {
  right: -7rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-left-28 {
  left: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-right-32 {
  right: -8rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-left-32 {
  left: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-right-36 {
  right: -9rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-left-36 {
  left: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-right-40 {
  right: -10rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-left-40 {
  left: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-right-44 {
  right: -11rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-left-44 {
  left: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-right-48 {
  right: -12rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-left-48 {
  left: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-right-52 {
  right: -13rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-left-52 {
  left: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-right-56 {
  right: -14rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-left-56 {
  left: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-right-60 {
  right: -15rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-left-60 {
  left: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-right-64 {
  right: -16rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-left-64 {
  left: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-right-72 {
  right: -18rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-left-72 {
  left: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-right-80 {
  right: -20rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-left-80 {
  left: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-right-96 {
  right: -24rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-left-96 {
  left: -24rem;
}

.-top-px {
  top: -1px;
}

.-right-px {
  right: -1px;
}

.-bottom-px {
  bottom: -1px;
}

.-left-px {
  left: -1px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.top-1\/2 {
  top: 50%;
}

.right-1\/2 {
  right: 50%;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

.right-1\/3 {
  right: 33.333333%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.left-1\/3 {
  left: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

.right-2\/3 {
  right: 66.666667%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

.left-2\/3 {
  left: 66.666667%;
}

.top-1\/4 {
  top: 25%;
}

.right-1\/4 {
  right: 25%;
}

.bottom-1\/4 {
  bottom: 25%;
}

.left-1\/4 {
  left: 25%;
}

.top-2\/4 {
  top: 50%;
}

.right-2\/4 {
  right: 50%;
}

.bottom-2\/4 {
  bottom: 50%;
}

.left-2\/4 {
  left: 50%;
}

.top-3\/4 {
  top: 75%;
}

.right-3\/4 {
  right: 75%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.left-3\/4 {
  left: 75%;
}

.top-full {
  top: 100%;
}

.right-full {
  right: 100%;
}

.bottom-full {
  bottom: 100%;
}

.left-full {
  left: 100%;
}

.-top-1\/2 {
  top: -50%;
}

.-right-1\/2 {
  right: -50%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-left-1\/2 {
  left: -50%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.-right-1\/3 {
  right: -33.333333%;
}

.-bottom-1\/3 {
  bottom: -33.333333%;
}

.-left-1\/3 {
  left: -33.333333%;
}

.-top-2\/3 {
  top: -66.666667%;
}

.-right-2\/3 {
  right: -66.666667%;
}

.-bottom-2\/3 {
  bottom: -66.666667%;
}

.-left-2\/3 {
  left: -66.666667%;
}

.-top-1\/4 {
  top: -25%;
}

.-right-1\/4 {
  right: -25%;
}

.-bottom-1\/4 {
  bottom: -25%;
}

.-left-1\/4 {
  left: -25%;
}

.-top-2\/4 {
  top: -50%;
}

.-right-2\/4 {
  right: -50%;
}

.-bottom-2\/4 {
  bottom: -50%;
}

.-left-2\/4 {
  left: -50%;
}

.-top-3\/4 {
  top: -75%;
}

.-right-3\/4 {
  right: -75%;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-left-3\/4 {
  left: -75%;
}

.-top-full {
  top: -100%;
}

.-right-full {
  right: -100%;
}

.-bottom-full {
  bottom: -100%;
}

.-left-full {
  left: -100%;
}

.group:hover .group-hover\:inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.group:hover .group-hover\:inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.group:hover .group-hover\:inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.group:hover .group-hover\:inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.group:hover .group-hover\:inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.group:hover .group-hover\:inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.group:hover .group-hover\:inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.group:hover .group-hover\:inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.group:hover .group-hover\:inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.group:hover .group-hover\:inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.group:hover .group-hover\:inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.group:hover .group-hover\:inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.group:hover .group-hover\:inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.group:hover .group-hover\:inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.group:hover .group-hover\:inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.group:hover .group-hover\:inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.group:hover .group-hover\:inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.group:hover .group-hover\:inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.group:hover .group-hover\:inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.group:hover .group-hover\:inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.group:hover .group-hover\:inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.group:hover .group-hover\:inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.group:hover .group-hover\:inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.group:hover .group-hover\:inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.group:hover .group-hover\:inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.group:hover .group-hover\:inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.group:hover .group-hover\:inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.group:hover .group-hover\:inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.group:hover .group-hover\:inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.group:hover .group-hover\:inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.group:hover .group-hover\:inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.group:hover .group-hover\:inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.group:hover .group-hover\:inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.group:hover .group-hover\:inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.group:hover .group-hover\:inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.group:hover .group-hover\:inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.group:hover .group-hover\:-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.group:hover .group-hover\:-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.group:hover .group-hover\:-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.group:hover .group-hover\:-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.group:hover .group-hover\:-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.group:hover .group-hover\:-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.group:hover .group-hover\:-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.group:hover .group-hover\:-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.group:hover .group-hover\:-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.group:hover .group-hover\:-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.group:hover .group-hover\:-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.group:hover .group-hover\:-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.group:hover .group-hover\:-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.group:hover .group-hover\:-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.group:hover .group-hover\:-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.group:hover .group-hover\:-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.group:hover .group-hover\:-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.group:hover .group-hover\:-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.group:hover .group-hover\:-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.group:hover .group-hover\:-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.group:hover .group-hover\:-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.group:hover .group-hover\:-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.group:hover .group-hover\:-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.group:hover .group-hover\:-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.group:hover .group-hover\:-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.group:hover .group-hover\:-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.group:hover .group-hover\:-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.group:hover .group-hover\:-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.group:hover .group-hover\:-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.group:hover .group-hover\:-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.group:hover .group-hover\:-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.group:hover .group-hover\:-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.group:hover .group-hover\:-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.group:hover .group-hover\:-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.group:hover .group-hover\:-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.group:hover .group-hover\:inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.group:hover .group-hover\:inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.group:hover .group-hover\:inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.group:hover .group-hover\:inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.group:hover .group-hover\:inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.group:hover .group-hover\:inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.group:hover .group-hover\:inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.group:hover .group-hover\:-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.group:hover .group-hover\:-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.group:hover .group-hover\:-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.group:hover .group-hover\:-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.group:hover .group-hover\:-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.group:hover .group-hover\:-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.group:hover .group-hover\:-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.group:hover .group-hover\:inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.group:hover .group-hover\:inset-x-0 {
  right: 0px;
  left: 0px;
}

.group:hover .group-hover\:inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.group:hover .group-hover\:inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}

.group:hover .group-hover\:inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.group:hover .group-hover\:inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.group:hover .group-hover\:inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.group:hover .group-hover\:inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}

.group:hover .group-hover\:inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.group:hover .group-hover\:inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.group:hover .group-hover\:inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.group:hover .group-hover\:inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}

.group:hover .group-hover\:inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.group:hover .group-hover\:inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}

.group:hover .group-hover\:inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.group:hover .group-hover\:inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}

.group:hover .group-hover\:inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.group:hover .group-hover\:inset-x-8 {
  right: 2rem;
  left: 2rem;
}

.group:hover .group-hover\:inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.group:hover .group-hover\:inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}

.group:hover .group-hover\:inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.group:hover .group-hover\:inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}

.group:hover .group-hover\:inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.group:hover .group-hover\:inset-x-11 {
  right: 2.75rem;
  left: 2.75rem;
}

.group:hover .group-hover\:inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.group:hover .group-hover\:inset-x-12 {
  right: 3rem;
  left: 3rem;
}

.group:hover .group-hover\:inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.group:hover .group-hover\:inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}

.group:hover .group-hover\:inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.group:hover .group-hover\:inset-x-16 {
  right: 4rem;
  left: 4rem;
}

.group:hover .group-hover\:inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.group:hover .group-hover\:inset-x-20 {
  right: 5rem;
  left: 5rem;
}

.group:hover .group-hover\:inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.group:hover .group-hover\:inset-x-24 {
  right: 6rem;
  left: 6rem;
}

.group:hover .group-hover\:inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.group:hover .group-hover\:inset-x-28 {
  right: 7rem;
  left: 7rem;
}

.group:hover .group-hover\:inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.group:hover .group-hover\:inset-x-32 {
  right: 8rem;
  left: 8rem;
}

.group:hover .group-hover\:inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.group:hover .group-hover\:inset-x-36 {
  right: 9rem;
  left: 9rem;
}

.group:hover .group-hover\:inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.group:hover .group-hover\:inset-x-40 {
  right: 10rem;
  left: 10rem;
}

.group:hover .group-hover\:inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.group:hover .group-hover\:inset-x-44 {
  right: 11rem;
  left: 11rem;
}

.group:hover .group-hover\:inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.group:hover .group-hover\:inset-x-48 {
  right: 12rem;
  left: 12rem;
}

.group:hover .group-hover\:inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.group:hover .group-hover\:inset-x-52 {
  right: 13rem;
  left: 13rem;
}

.group:hover .group-hover\:inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.group:hover .group-hover\:inset-x-56 {
  right: 14rem;
  left: 14rem;
}

.group:hover .group-hover\:inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.group:hover .group-hover\:inset-x-60 {
  right: 15rem;
  left: 15rem;
}

.group:hover .group-hover\:inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.group:hover .group-hover\:inset-x-64 {
  right: 16rem;
  left: 16rem;
}

.group:hover .group-hover\:inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.group:hover .group-hover\:inset-x-72 {
  right: 18rem;
  left: 18rem;
}

.group:hover .group-hover\:inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.group:hover .group-hover\:inset-x-80 {
  right: 20rem;
  left: 20rem;
}

.group:hover .group-hover\:inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.group:hover .group-hover\:inset-x-96 {
  right: 24rem;
  left: 24rem;
}

.group:hover .group-hover\:inset-y-auto {
  top: auto;
  bottom: auto;
}

.group:hover .group-hover\:inset-x-auto {
  right: auto;
  left: auto;
}

.group:hover .group-hover\:inset-y-px {
  top: 1px;
  bottom: 1px;
}

.group:hover .group-hover\:inset-x-px {
  right: 1px;
  left: 1px;
}

.group:hover .group-hover\:inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.group:hover .group-hover\:inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem;
}

.group:hover .group-hover\:inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.group:hover .group-hover\:inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem;
}

.group:hover .group-hover\:inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.group:hover .group-hover\:inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem;
}

.group:hover .group-hover\:inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.group:hover .group-hover\:inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem;
}

.group:hover .group-hover\:-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.group:hover .group-hover\:-inset-x-0 {
  right: 0px;
  left: 0px;
}

.group:hover .group-hover\:-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.group:hover .group-hover\:-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem;
}

.group:hover .group-hover\:-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.group:hover .group-hover\:-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem;
}

.group:hover .group-hover\:-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.group:hover .group-hover\:-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem;
}

.group:hover .group-hover\:-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.group:hover .group-hover\:-inset-x-4 {
  right: -1rem;
  left: -1rem;
}

.group:hover .group-hover\:-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.group:hover .group-hover\:-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem;
}

.group:hover .group-hover\:-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.group:hover .group-hover\:-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem;
}

.group:hover .group-hover\:-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.group:hover .group-hover\:-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem;
}

.group:hover .group-hover\:-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.group:hover .group-hover\:-inset-x-8 {
  right: -2rem;
  left: -2rem;
}

.group:hover .group-hover\:-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.group:hover .group-hover\:-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem;
}

.group:hover .group-hover\:-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.group:hover .group-hover\:-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem;
}

.group:hover .group-hover\:-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.group:hover .group-hover\:-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem;
}

.group:hover .group-hover\:-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.group:hover .group-hover\:-inset-x-12 {
  right: -3rem;
  left: -3rem;
}

.group:hover .group-hover\:-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.group:hover .group-hover\:-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem;
}

.group:hover .group-hover\:-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.group:hover .group-hover\:-inset-x-16 {
  right: -4rem;
  left: -4rem;
}

.group:hover .group-hover\:-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.group:hover .group-hover\:-inset-x-20 {
  right: -5rem;
  left: -5rem;
}

.group:hover .group-hover\:-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.group:hover .group-hover\:-inset-x-24 {
  right: -6rem;
  left: -6rem;
}

.group:hover .group-hover\:-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.group:hover .group-hover\:-inset-x-28 {
  right: -7rem;
  left: -7rem;
}

.group:hover .group-hover\:-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.group:hover .group-hover\:-inset-x-32 {
  right: -8rem;
  left: -8rem;
}

.group:hover .group-hover\:-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.group:hover .group-hover\:-inset-x-36 {
  right: -9rem;
  left: -9rem;
}

.group:hover .group-hover\:-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.group:hover .group-hover\:-inset-x-40 {
  right: -10rem;
  left: -10rem;
}

.group:hover .group-hover\:-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.group:hover .group-hover\:-inset-x-44 {
  right: -11rem;
  left: -11rem;
}

.group:hover .group-hover\:-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.group:hover .group-hover\:-inset-x-48 {
  right: -12rem;
  left: -12rem;
}

.group:hover .group-hover\:-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.group:hover .group-hover\:-inset-x-52 {
  right: -13rem;
  left: -13rem;
}

.group:hover .group-hover\:-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.group:hover .group-hover\:-inset-x-56 {
  right: -14rem;
  left: -14rem;
}

.group:hover .group-hover\:-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.group:hover .group-hover\:-inset-x-60 {
  right: -15rem;
  left: -15rem;
}

.group:hover .group-hover\:-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.group:hover .group-hover\:-inset-x-64 {
  right: -16rem;
  left: -16rem;
}

.group:hover .group-hover\:-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.group:hover .group-hover\:-inset-x-72 {
  right: -18rem;
  left: -18rem;
}

.group:hover .group-hover\:-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.group:hover .group-hover\:-inset-x-80 {
  right: -20rem;
  left: -20rem;
}

.group:hover .group-hover\:-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.group:hover .group-hover\:-inset-x-96 {
  right: -24rem;
  left: -24rem;
}

.group:hover .group-hover\:-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.group:hover .group-hover\:-inset-x-px {
  right: -1px;
  left: -1px;
}

.group:hover .group-hover\:-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.group:hover .group-hover\:-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem;
}

.group:hover .group-hover\:-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.group:hover .group-hover\:-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem;
}

.group:hover .group-hover\:-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.group:hover .group-hover\:-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem;
}

.group:hover .group-hover\:-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.group:hover .group-hover\:-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem;
}

.group:hover .group-hover\:inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.group:hover .group-hover\:inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.group:hover .group-hover\:inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.group:hover .group-hover\:inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%;
}

.group:hover .group-hover\:inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.group:hover .group-hover\:inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%;
}

.group:hover .group-hover\:inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.group:hover .group-hover\:inset-x-1\/4 {
  right: 25%;
  left: 25%;
}

.group:hover .group-hover\:inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.group:hover .group-hover\:inset-x-2\/4 {
  right: 50%;
  left: 50%;
}

.group:hover .group-hover\:inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.group:hover .group-hover\:inset-x-3\/4 {
  right: 75%;
  left: 75%;
}

.group:hover .group-hover\:inset-y-full {
  top: 100%;
  bottom: 100%;
}

.group:hover .group-hover\:inset-x-full {
  right: 100%;
  left: 100%;
}

.group:hover .group-hover\:-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.group:hover .group-hover\:-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

.group:hover .group-hover\:-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.group:hover .group-hover\:-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%;
}

.group:hover .group-hover\:-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.group:hover .group-hover\:-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%;
}

.group:hover .group-hover\:-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.group:hover .group-hover\:-inset-x-1\/4 {
  right: -25%;
  left: -25%;
}

.group:hover .group-hover\:-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.group:hover .group-hover\:-inset-x-2\/4 {
  right: -50%;
  left: -50%;
}

.group:hover .group-hover\:-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.group:hover .group-hover\:-inset-x-3\/4 {
  right: -75%;
  left: -75%;
}

.group:hover .group-hover\:-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.group:hover .group-hover\:-inset-x-full {
  right: -100%;
  left: -100%;
}

.group:hover .group-hover\:top-0 {
  top: 0px;
}

.group:hover .group-hover\:right-0 {
  right: 0px;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0px;
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:top-1 {
  top: 0.25rem;
}

.group:hover .group-hover\:right-1 {
  right: 0.25rem;
}

.group:hover .group-hover\:bottom-1 {
  bottom: 0.25rem;
}

.group:hover .group-hover\:left-1 {
  left: 0.25rem;
}

.group:hover .group-hover\:top-2 {
  top: 0.5rem;
}

.group:hover .group-hover\:right-2 {
  right: 0.5rem;
}

.group:hover .group-hover\:bottom-2 {
  bottom: 0.5rem;
}

.group:hover .group-hover\:left-2 {
  left: 0.5rem;
}

.group:hover .group-hover\:top-3 {
  top: 0.75rem;
}

.group:hover .group-hover\:right-3 {
  right: 0.75rem;
}

.group:hover .group-hover\:bottom-3 {
  bottom: 0.75rem;
}

.group:hover .group-hover\:left-3 {
  left: 0.75rem;
}

.group:hover .group-hover\:top-4 {
  top: 1rem;
}

.group:hover .group-hover\:right-4 {
  right: 1rem;
}

.group:hover .group-hover\:bottom-4 {
  bottom: 1rem;
}

.group:hover .group-hover\:left-4 {
  left: 1rem;
}

.group:hover .group-hover\:top-5 {
  top: 1.25rem;
}

.group:hover .group-hover\:right-5 {
  right: 1.25rem;
}

.group:hover .group-hover\:bottom-5 {
  bottom: 1.25rem;
}

.group:hover .group-hover\:left-5 {
  left: 1.25rem;
}

.group:hover .group-hover\:top-6 {
  top: 1.5rem;
}

.group:hover .group-hover\:right-6 {
  right: 1.5rem;
}

.group:hover .group-hover\:bottom-6 {
  bottom: 1.5rem;
}

.group:hover .group-hover\:left-6 {
  left: 1.5rem;
}

.group:hover .group-hover\:top-7 {
  top: 1.75rem;
}

.group:hover .group-hover\:right-7 {
  right: 1.75rem;
}

.group:hover .group-hover\:bottom-7 {
  bottom: 1.75rem;
}

.group:hover .group-hover\:left-7 {
  left: 1.75rem;
}

.group:hover .group-hover\:top-8 {
  top: 2rem;
}

.group:hover .group-hover\:right-8 {
  right: 2rem;
}

.group:hover .group-hover\:bottom-8 {
  bottom: 2rem;
}

.group:hover .group-hover\:left-8 {
  left: 2rem;
}

.group:hover .group-hover\:top-9 {
  top: 2.25rem;
}

.group:hover .group-hover\:right-9 {
  right: 2.25rem;
}

.group:hover .group-hover\:bottom-9 {
  bottom: 2.25rem;
}

.group:hover .group-hover\:left-9 {
  left: 2.25rem;
}

.group:hover .group-hover\:top-10 {
  top: 2.5rem;
}

.group:hover .group-hover\:right-10 {
  right: 2.5rem;
}

.group:hover .group-hover\:bottom-10 {
  bottom: 2.5rem;
}

.group:hover .group-hover\:left-10 {
  left: 2.5rem;
}

.group:hover .group-hover\:top-11 {
  top: 2.75rem;
}

.group:hover .group-hover\:right-11 {
  right: 2.75rem;
}

.group:hover .group-hover\:bottom-11 {
  bottom: 2.75rem;
}

.group:hover .group-hover\:left-11 {
  left: 2.75rem;
}

.group:hover .group-hover\:top-12 {
  top: 3rem;
}

.group:hover .group-hover\:right-12 {
  right: 3rem;
}

.group:hover .group-hover\:bottom-12 {
  bottom: 3rem;
}

.group:hover .group-hover\:left-12 {
  left: 3rem;
}

.group:hover .group-hover\:top-14 {
  top: 3.5rem;
}

.group:hover .group-hover\:right-14 {
  right: 3.5rem;
}

.group:hover .group-hover\:bottom-14 {
  bottom: 3.5rem;
}

.group:hover .group-hover\:left-14 {
  left: 3.5rem;
}

.group:hover .group-hover\:top-16 {
  top: 4rem;
}

.group:hover .group-hover\:right-16 {
  right: 4rem;
}

.group:hover .group-hover\:bottom-16 {
  bottom: 4rem;
}

.group:hover .group-hover\:left-16 {
  left: 4rem;
}

.group:hover .group-hover\:top-20 {
  top: 5rem;
}

.group:hover .group-hover\:right-20 {
  right: 5rem;
}

.group:hover .group-hover\:bottom-20 {
  bottom: 5rem;
}

.group:hover .group-hover\:left-20 {
  left: 5rem;
}

.group:hover .group-hover\:top-24 {
  top: 6rem;
}

.group:hover .group-hover\:right-24 {
  right: 6rem;
}

.group:hover .group-hover\:bottom-24 {
  bottom: 6rem;
}

.group:hover .group-hover\:left-24 {
  left: 6rem;
}

.group:hover .group-hover\:top-28 {
  top: 7rem;
}

.group:hover .group-hover\:right-28 {
  right: 7rem;
}

.group:hover .group-hover\:bottom-28 {
  bottom: 7rem;
}

.group:hover .group-hover\:left-28 {
  left: 7rem;
}

.group:hover .group-hover\:top-32 {
  top: 8rem;
}

.group:hover .group-hover\:right-32 {
  right: 8rem;
}

.group:hover .group-hover\:bottom-32 {
  bottom: 8rem;
}

.group:hover .group-hover\:left-32 {
  left: 8rem;
}

.group:hover .group-hover\:top-36 {
  top: 9rem;
}

.group:hover .group-hover\:right-36 {
  right: 9rem;
}

.group:hover .group-hover\:bottom-36 {
  bottom: 9rem;
}

.group:hover .group-hover\:left-36 {
  left: 9rem;
}

.group:hover .group-hover\:top-40 {
  top: 10rem;
}

.group:hover .group-hover\:right-40 {
  right: 10rem;
}

.group:hover .group-hover\:bottom-40 {
  bottom: 10rem;
}

.group:hover .group-hover\:left-40 {
  left: 10rem;
}

.group:hover .group-hover\:top-44 {
  top: 11rem;
}

.group:hover .group-hover\:right-44 {
  right: 11rem;
}

.group:hover .group-hover\:bottom-44 {
  bottom: 11rem;
}

.group:hover .group-hover\:left-44 {
  left: 11rem;
}

.group:hover .group-hover\:top-48 {
  top: 12rem;
}

.group:hover .group-hover\:right-48 {
  right: 12rem;
}

.group:hover .group-hover\:bottom-48 {
  bottom: 12rem;
}

.group:hover .group-hover\:left-48 {
  left: 12rem;
}

.group:hover .group-hover\:top-52 {
  top: 13rem;
}

.group:hover .group-hover\:right-52 {
  right: 13rem;
}

.group:hover .group-hover\:bottom-52 {
  bottom: 13rem;
}

.group:hover .group-hover\:left-52 {
  left: 13rem;
}

.group:hover .group-hover\:top-56 {
  top: 14rem;
}

.group:hover .group-hover\:right-56 {
  right: 14rem;
}

.group:hover .group-hover\:bottom-56 {
  bottom: 14rem;
}

.group:hover .group-hover\:left-56 {
  left: 14rem;
}

.group:hover .group-hover\:top-60 {
  top: 15rem;
}

.group:hover .group-hover\:right-60 {
  right: 15rem;
}

.group:hover .group-hover\:bottom-60 {
  bottom: 15rem;
}

.group:hover .group-hover\:left-60 {
  left: 15rem;
}

.group:hover .group-hover\:top-64 {
  top: 16rem;
}

.group:hover .group-hover\:right-64 {
  right: 16rem;
}

.group:hover .group-hover\:bottom-64 {
  bottom: 16rem;
}

.group:hover .group-hover\:left-64 {
  left: 16rem;
}

.group:hover .group-hover\:top-72 {
  top: 18rem;
}

.group:hover .group-hover\:right-72 {
  right: 18rem;
}

.group:hover .group-hover\:bottom-72 {
  bottom: 18rem;
}

.group:hover .group-hover\:left-72 {
  left: 18rem;
}

.group:hover .group-hover\:top-80 {
  top: 20rem;
}

.group:hover .group-hover\:right-80 {
  right: 20rem;
}

.group:hover .group-hover\:bottom-80 {
  bottom: 20rem;
}

.group:hover .group-hover\:left-80 {
  left: 20rem;
}

.group:hover .group-hover\:top-96 {
  top: 24rem;
}

.group:hover .group-hover\:right-96 {
  right: 24rem;
}

.group:hover .group-hover\:bottom-96 {
  bottom: 24rem;
}

.group:hover .group-hover\:left-96 {
  left: 24rem;
}

.group:hover .group-hover\:top-auto {
  top: auto;
}

.group:hover .group-hover\:right-auto {
  right: auto;
}

.group:hover .group-hover\:bottom-auto {
  bottom: auto;
}

.group:hover .group-hover\:left-auto {
  left: auto;
}

.group:hover .group-hover\:top-px {
  top: 1px;
}

.group:hover .group-hover\:right-px {
  right: 1px;
}

.group:hover .group-hover\:bottom-px {
  bottom: 1px;
}

.group:hover .group-hover\:left-px {
  left: 1px;
}

.group:hover .group-hover\:top-0\.5 {
  top: 0.125rem;
}

.group:hover .group-hover\:right-0\.5 {
  right: 0.125rem;
}

.group:hover .group-hover\:bottom-0\.5 {
  bottom: 0.125rem;
}

.group:hover .group-hover\:left-0\.5 {
  left: 0.125rem;
}

.group:hover .group-hover\:top-1\.5 {
  top: 0.375rem;
}

.group:hover .group-hover\:right-1\.5 {
  right: 0.375rem;
}

.group:hover .group-hover\:bottom-1\.5 {
  bottom: 0.375rem;
}

.group:hover .group-hover\:left-1\.5 {
  left: 0.375rem;
}

.group:hover .group-hover\:top-2\.5 {
  top: 0.625rem;
}

.group:hover .group-hover\:right-2\.5 {
  right: 0.625rem;
}

.group:hover .group-hover\:bottom-2\.5 {
  bottom: 0.625rem;
}

.group:hover .group-hover\:left-2\.5 {
  left: 0.625rem;
}

.group:hover .group-hover\:top-3\.5 {
  top: 0.875rem;
}

.group:hover .group-hover\:right-3\.5 {
  right: 0.875rem;
}

.group:hover .group-hover\:bottom-3\.5 {
  bottom: 0.875rem;
}

.group:hover .group-hover\:left-3\.5 {
  left: 0.875rem;
}

.group:hover .group-hover\:-top-0 {
  top: 0px;
}

.group:hover .group-hover\:-right-0 {
  right: 0px;
}

.group:hover .group-hover\:-bottom-0 {
  bottom: 0px;
}

.group:hover .group-hover\:-left-0 {
  left: 0px;
}

.group:hover .group-hover\:-top-1 {
  top: -0.25rem;
}

.group:hover .group-hover\:-right-1 {
  right: -0.25rem;
}

.group:hover .group-hover\:-bottom-1 {
  bottom: -0.25rem;
}

.group:hover .group-hover\:-left-1 {
  left: -0.25rem;
}

.group:hover .group-hover\:-top-2 {
  top: -0.5rem;
}

.group:hover .group-hover\:-right-2 {
  right: -0.5rem;
}

.group:hover .group-hover\:-bottom-2 {
  bottom: -0.5rem;
}

.group:hover .group-hover\:-left-2 {
  left: -0.5rem;
}

.group:hover .group-hover\:-top-3 {
  top: -0.75rem;
}

.group:hover .group-hover\:-right-3 {
  right: -0.75rem;
}

.group:hover .group-hover\:-bottom-3 {
  bottom: -0.75rem;
}

.group:hover .group-hover\:-left-3 {
  left: -0.75rem;
}

.group:hover .group-hover\:-top-4 {
  top: -1rem;
}

.group:hover .group-hover\:-right-4 {
  right: -1rem;
}

.group:hover .group-hover\:-bottom-4 {
  bottom: -1rem;
}

.group:hover .group-hover\:-left-4 {
  left: -1rem;
}

.group:hover .group-hover\:-top-5 {
  top: -1.25rem;
}

.group:hover .group-hover\:-right-5 {
  right: -1.25rem;
}

.group:hover .group-hover\:-bottom-5 {
  bottom: -1.25rem;
}

.group:hover .group-hover\:-left-5 {
  left: -1.25rem;
}

.group:hover .group-hover\:-top-6 {
  top: -1.5rem;
}

.group:hover .group-hover\:-right-6 {
  right: -1.5rem;
}

.group:hover .group-hover\:-bottom-6 {
  bottom: -1.5rem;
}

.group:hover .group-hover\:-left-6 {
  left: -1.5rem;
}

.group:hover .group-hover\:-top-7 {
  top: -1.75rem;
}

.group:hover .group-hover\:-right-7 {
  right: -1.75rem;
}

.group:hover .group-hover\:-bottom-7 {
  bottom: -1.75rem;
}

.group:hover .group-hover\:-left-7 {
  left: -1.75rem;
}

.group:hover .group-hover\:-top-8 {
  top: -2rem;
}

.group:hover .group-hover\:-right-8 {
  right: -2rem;
}

.group:hover .group-hover\:-bottom-8 {
  bottom: -2rem;
}

.group:hover .group-hover\:-left-8 {
  left: -2rem;
}

.group:hover .group-hover\:-top-9 {
  top: -2.25rem;
}

.group:hover .group-hover\:-right-9 {
  right: -2.25rem;
}

.group:hover .group-hover\:-bottom-9 {
  bottom: -2.25rem;
}

.group:hover .group-hover\:-left-9 {
  left: -2.25rem;
}

.group:hover .group-hover\:-top-10 {
  top: -2.5rem;
}

.group:hover .group-hover\:-right-10 {
  right: -2.5rem;
}

.group:hover .group-hover\:-bottom-10 {
  bottom: -2.5rem;
}

.group:hover .group-hover\:-left-10 {
  left: -2.5rem;
}

.group:hover .group-hover\:-top-11 {
  top: -2.75rem;
}

.group:hover .group-hover\:-right-11 {
  right: -2.75rem;
}

.group:hover .group-hover\:-bottom-11 {
  bottom: -2.75rem;
}

.group:hover .group-hover\:-left-11 {
  left: -2.75rem;
}

.group:hover .group-hover\:-top-12 {
  top: -3rem;
}

.group:hover .group-hover\:-right-12 {
  right: -3rem;
}

.group:hover .group-hover\:-bottom-12 {
  bottom: -3rem;
}

.group:hover .group-hover\:-left-12 {
  left: -3rem;
}

.group:hover .group-hover\:-top-14 {
  top: -3.5rem;
}

.group:hover .group-hover\:-right-14 {
  right: -3.5rem;
}

.group:hover .group-hover\:-bottom-14 {
  bottom: -3.5rem;
}

.group:hover .group-hover\:-left-14 {
  left: -3.5rem;
}

.group:hover .group-hover\:-top-16 {
  top: -4rem;
}

.group:hover .group-hover\:-right-16 {
  right: -4rem;
}

.group:hover .group-hover\:-bottom-16 {
  bottom: -4rem;
}

.group:hover .group-hover\:-left-16 {
  left: -4rem;
}

.group:hover .group-hover\:-top-20 {
  top: -5rem;
}

.group:hover .group-hover\:-right-20 {
  right: -5rem;
}

.group:hover .group-hover\:-bottom-20 {
  bottom: -5rem;
}

.group:hover .group-hover\:-left-20 {
  left: -5rem;
}

.group:hover .group-hover\:-top-24 {
  top: -6rem;
}

.group:hover .group-hover\:-right-24 {
  right: -6rem;
}

.group:hover .group-hover\:-bottom-24 {
  bottom: -6rem;
}

.group:hover .group-hover\:-left-24 {
  left: -6rem;
}

.group:hover .group-hover\:-top-28 {
  top: -7rem;
}

.group:hover .group-hover\:-right-28 {
  right: -7rem;
}

.group:hover .group-hover\:-bottom-28 {
  bottom: -7rem;
}

.group:hover .group-hover\:-left-28 {
  left: -7rem;
}

.group:hover .group-hover\:-top-32 {
  top: -8rem;
}

.group:hover .group-hover\:-right-32 {
  right: -8rem;
}

.group:hover .group-hover\:-bottom-32 {
  bottom: -8rem;
}

.group:hover .group-hover\:-left-32 {
  left: -8rem;
}

.group:hover .group-hover\:-top-36 {
  top: -9rem;
}

.group:hover .group-hover\:-right-36 {
  right: -9rem;
}

.group:hover .group-hover\:-bottom-36 {
  bottom: -9rem;
}

.group:hover .group-hover\:-left-36 {
  left: -9rem;
}

.group:hover .group-hover\:-top-40 {
  top: -10rem;
}

.group:hover .group-hover\:-right-40 {
  right: -10rem;
}

.group:hover .group-hover\:-bottom-40 {
  bottom: -10rem;
}

.group:hover .group-hover\:-left-40 {
  left: -10rem;
}

.group:hover .group-hover\:-top-44 {
  top: -11rem;
}

.group:hover .group-hover\:-right-44 {
  right: -11rem;
}

.group:hover .group-hover\:-bottom-44 {
  bottom: -11rem;
}

.group:hover .group-hover\:-left-44 {
  left: -11rem;
}

.group:hover .group-hover\:-top-48 {
  top: -12rem;
}

.group:hover .group-hover\:-right-48 {
  right: -12rem;
}

.group:hover .group-hover\:-bottom-48 {
  bottom: -12rem;
}

.group:hover .group-hover\:-left-48 {
  left: -12rem;
}

.group:hover .group-hover\:-top-52 {
  top: -13rem;
}

.group:hover .group-hover\:-right-52 {
  right: -13rem;
}

.group:hover .group-hover\:-bottom-52 {
  bottom: -13rem;
}

.group:hover .group-hover\:-left-52 {
  left: -13rem;
}

.group:hover .group-hover\:-top-56 {
  top: -14rem;
}

.group:hover .group-hover\:-right-56 {
  right: -14rem;
}

.group:hover .group-hover\:-bottom-56 {
  bottom: -14rem;
}

.group:hover .group-hover\:-left-56 {
  left: -14rem;
}

.group:hover .group-hover\:-top-60 {
  top: -15rem;
}

.group:hover .group-hover\:-right-60 {
  right: -15rem;
}

.group:hover .group-hover\:-bottom-60 {
  bottom: -15rem;
}

.group:hover .group-hover\:-left-60 {
  left: -15rem;
}

.group:hover .group-hover\:-top-64 {
  top: -16rem;
}

.group:hover .group-hover\:-right-64 {
  right: -16rem;
}

.group:hover .group-hover\:-bottom-64 {
  bottom: -16rem;
}

.group:hover .group-hover\:-left-64 {
  left: -16rem;
}

.group:hover .group-hover\:-top-72 {
  top: -18rem;
}

.group:hover .group-hover\:-right-72 {
  right: -18rem;
}

.group:hover .group-hover\:-bottom-72 {
  bottom: -18rem;
}

.group:hover .group-hover\:-left-72 {
  left: -18rem;
}

.group:hover .group-hover\:-top-80 {
  top: -20rem;
}

.group:hover .group-hover\:-right-80 {
  right: -20rem;
}

.group:hover .group-hover\:-bottom-80 {
  bottom: -20rem;
}

.group:hover .group-hover\:-left-80 {
  left: -20rem;
}

.group:hover .group-hover\:-top-96 {
  top: -24rem;
}

.group:hover .group-hover\:-right-96 {
  right: -24rem;
}

.group:hover .group-hover\:-bottom-96 {
  bottom: -24rem;
}

.group:hover .group-hover\:-left-96 {
  left: -24rem;
}

.group:hover .group-hover\:-top-px {
  top: -1px;
}

.group:hover .group-hover\:-right-px {
  right: -1px;
}

.group:hover .group-hover\:-bottom-px {
  bottom: -1px;
}

.group:hover .group-hover\:-left-px {
  left: -1px;
}

.group:hover .group-hover\:-top-0\.5 {
  top: -0.125rem;
}

.group:hover .group-hover\:-right-0\.5 {
  right: -0.125rem;
}

.group:hover .group-hover\:-bottom-0\.5 {
  bottom: -0.125rem;
}

.group:hover .group-hover\:-left-0\.5 {
  left: -0.125rem;
}

.group:hover .group-hover\:-top-1\.5 {
  top: -0.375rem;
}

.group:hover .group-hover\:-right-1\.5 {
  right: -0.375rem;
}

.group:hover .group-hover\:-bottom-1\.5 {
  bottom: -0.375rem;
}

.group:hover .group-hover\:-left-1\.5 {
  left: -0.375rem;
}

.group:hover .group-hover\:-top-2\.5 {
  top: -0.625rem;
}

.group:hover .group-hover\:-right-2\.5 {
  right: -0.625rem;
}

.group:hover .group-hover\:-bottom-2\.5 {
  bottom: -0.625rem;
}

.group:hover .group-hover\:-left-2\.5 {
  left: -0.625rem;
}

.group:hover .group-hover\:-top-3\.5 {
  top: -0.875rem;
}

.group:hover .group-hover\:-right-3\.5 {
  right: -0.875rem;
}

.group:hover .group-hover\:-bottom-3\.5 {
  bottom: -0.875rem;
}

.group:hover .group-hover\:-left-3\.5 {
  left: -0.875rem;
}

.group:hover .group-hover\:top-1\/2 {
  top: 50%;
}

.group:hover .group-hover\:right-1\/2 {
  right: 50%;
}

.group:hover .group-hover\:bottom-1\/2 {
  bottom: 50%;
}

.group:hover .group-hover\:left-1\/2 {
  left: 50%;
}

.group:hover .group-hover\:top-1\/3 {
  top: 33.333333%;
}

.group:hover .group-hover\:right-1\/3 {
  right: 33.333333%;
}

.group:hover .group-hover\:bottom-1\/3 {
  bottom: 33.333333%;
}

.group:hover .group-hover\:left-1\/3 {
  left: 33.333333%;
}

.group:hover .group-hover\:top-2\/3 {
  top: 66.666667%;
}

.group:hover .group-hover\:right-2\/3 {
  right: 66.666667%;
}

.group:hover .group-hover\:bottom-2\/3 {
  bottom: 66.666667%;
}

.group:hover .group-hover\:left-2\/3 {
  left: 66.666667%;
}

.group:hover .group-hover\:top-1\/4 {
  top: 25%;
}

.group:hover .group-hover\:right-1\/4 {
  right: 25%;
}

.group:hover .group-hover\:bottom-1\/4 {
  bottom: 25%;
}

.group:hover .group-hover\:left-1\/4 {
  left: 25%;
}

.group:hover .group-hover\:top-2\/4 {
  top: 50%;
}

.group:hover .group-hover\:right-2\/4 {
  right: 50%;
}

.group:hover .group-hover\:bottom-2\/4 {
  bottom: 50%;
}

.group:hover .group-hover\:left-2\/4 {
  left: 50%;
}

.group:hover .group-hover\:top-3\/4 {
  top: 75%;
}

.group:hover .group-hover\:right-3\/4 {
  right: 75%;
}

.group:hover .group-hover\:bottom-3\/4 {
  bottom: 75%;
}

.group:hover .group-hover\:left-3\/4 {
  left: 75%;
}

.group:hover .group-hover\:top-full {
  top: 100%;
}

.group:hover .group-hover\:right-full {
  right: 100%;
}

.group:hover .group-hover\:bottom-full {
  bottom: 100%;
}

.group:hover .group-hover\:left-full {
  left: 100%;
}

.group:hover .group-hover\:-top-1\/2 {
  top: -50%;
}

.group:hover .group-hover\:-right-1\/2 {
  right: -50%;
}

.group:hover .group-hover\:-bottom-1\/2 {
  bottom: -50%;
}

.group:hover .group-hover\:-left-1\/2 {
  left: -50%;
}

.group:hover .group-hover\:-top-1\/3 {
  top: -33.333333%;
}

.group:hover .group-hover\:-right-1\/3 {
  right: -33.333333%;
}

.group:hover .group-hover\:-bottom-1\/3 {
  bottom: -33.333333%;
}

.group:hover .group-hover\:-left-1\/3 {
  left: -33.333333%;
}

.group:hover .group-hover\:-top-2\/3 {
  top: -66.666667%;
}

.group:hover .group-hover\:-right-2\/3 {
  right: -66.666667%;
}

.group:hover .group-hover\:-bottom-2\/3 {
  bottom: -66.666667%;
}

.group:hover .group-hover\:-left-2\/3 {
  left: -66.666667%;
}

.group:hover .group-hover\:-top-1\/4 {
  top: -25%;
}

.group:hover .group-hover\:-right-1\/4 {
  right: -25%;
}

.group:hover .group-hover\:-bottom-1\/4 {
  bottom: -25%;
}

.group:hover .group-hover\:-left-1\/4 {
  left: -25%;
}

.group:hover .group-hover\:-top-2\/4 {
  top: -50%;
}

.group:hover .group-hover\:-right-2\/4 {
  right: -50%;
}

.group:hover .group-hover\:-bottom-2\/4 {
  bottom: -50%;
}

.group:hover .group-hover\:-left-2\/4 {
  left: -50%;
}

.group:hover .group-hover\:-top-3\/4 {
  top: -75%;
}

.group:hover .group-hover\:-right-3\/4 {
  right: -75%;
}

.group:hover .group-hover\:-bottom-3\/4 {
  bottom: -75%;
}

.group:hover .group-hover\:-left-3\/4 {
  left: -75%;
}

.group:hover .group-hover\:-top-full {
  top: -100%;
}

.group:hover .group-hover\:-right-full {
  right: -100%;
}

.group:hover .group-hover\:-bottom-full {
  bottom: -100%;
}

.group:hover .group-hover\:-left-full {
  left: -100%;
}

.focus-within\:inset-0:focus-within {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus-within\:inset-1:focus-within {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.focus-within\:inset-2:focus-within {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.focus-within\:inset-3:focus-within {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.focus-within\:inset-4:focus-within {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.focus-within\:inset-5:focus-within {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.focus-within\:inset-6:focus-within {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.focus-within\:inset-7:focus-within {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.focus-within\:inset-8:focus-within {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.focus-within\:inset-9:focus-within {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.focus-within\:inset-10:focus-within {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.focus-within\:inset-11:focus-within {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.focus-within\:inset-12:focus-within {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.focus-within\:inset-14:focus-within {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.focus-within\:inset-16:focus-within {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.focus-within\:inset-20:focus-within {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.focus-within\:inset-24:focus-within {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.focus-within\:inset-28:focus-within {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.focus-within\:inset-32:focus-within {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.focus-within\:inset-36:focus-within {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.focus-within\:inset-40:focus-within {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.focus-within\:inset-44:focus-within {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.focus-within\:inset-48:focus-within {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.focus-within\:inset-52:focus-within {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.focus-within\:inset-56:focus-within {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.focus-within\:inset-60:focus-within {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.focus-within\:inset-64:focus-within {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.focus-within\:inset-72:focus-within {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.focus-within\:inset-80:focus-within {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.focus-within\:inset-96:focus-within {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.focus-within\:inset-auto:focus-within {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus-within\:inset-px:focus-within {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.focus-within\:inset-0\.5:focus-within {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.focus-within\:inset-1\.5:focus-within {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.focus-within\:inset-2\.5:focus-within {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.focus-within\:inset-3\.5:focus-within {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.focus-within\:-inset-0:focus-within {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus-within\:-inset-1:focus-within {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.focus-within\:-inset-2:focus-within {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.focus-within\:-inset-3:focus-within {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.focus-within\:-inset-4:focus-within {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.focus-within\:-inset-5:focus-within {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.focus-within\:-inset-6:focus-within {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.focus-within\:-inset-7:focus-within {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.focus-within\:-inset-8:focus-within {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.focus-within\:-inset-9:focus-within {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.focus-within\:-inset-10:focus-within {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.focus-within\:-inset-11:focus-within {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.focus-within\:-inset-12:focus-within {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.focus-within\:-inset-14:focus-within {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.focus-within\:-inset-16:focus-within {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.focus-within\:-inset-20:focus-within {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.focus-within\:-inset-24:focus-within {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.focus-within\:-inset-28:focus-within {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.focus-within\:-inset-32:focus-within {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.focus-within\:-inset-36:focus-within {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.focus-within\:-inset-40:focus-within {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.focus-within\:-inset-44:focus-within {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.focus-within\:-inset-48:focus-within {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.focus-within\:-inset-52:focus-within {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.focus-within\:-inset-56:focus-within {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.focus-within\:-inset-60:focus-within {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.focus-within\:-inset-64:focus-within {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.focus-within\:-inset-72:focus-within {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.focus-within\:-inset-80:focus-within {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.focus-within\:-inset-96:focus-within {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.focus-within\:-inset-px:focus-within {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.focus-within\:-inset-0\.5:focus-within {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.focus-within\:-inset-1\.5:focus-within {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.focus-within\:-inset-2\.5:focus-within {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.focus-within\:-inset-3\.5:focus-within {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.focus-within\:inset-1\/2:focus-within {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus-within\:inset-1\/3:focus-within {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.focus-within\:inset-2\/3:focus-within {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.focus-within\:inset-1\/4:focus-within {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.focus-within\:inset-2\/4:focus-within {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus-within\:inset-3\/4:focus-within {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.focus-within\:inset-full:focus-within {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.focus-within\:-inset-1\/2:focus-within {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus-within\:-inset-1\/3:focus-within {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.focus-within\:-inset-2\/3:focus-within {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.focus-within\:-inset-1\/4:focus-within {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.focus-within\:-inset-2\/4:focus-within {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus-within\:-inset-3\/4:focus-within {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.focus-within\:-inset-full:focus-within {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.focus-within\:inset-y-0:focus-within {
  top: 0px;
  bottom: 0px;
}

.focus-within\:inset-x-0:focus-within {
  right: 0px;
  left: 0px;
}

.focus-within\:inset-y-1:focus-within {
  top: 0.25rem;
  bottom: 0.25rem;
}

.focus-within\:inset-x-1:focus-within {
  right: 0.25rem;
  left: 0.25rem;
}

.focus-within\:inset-y-2:focus-within {
  top: 0.5rem;
  bottom: 0.5rem;
}

.focus-within\:inset-x-2:focus-within {
  right: 0.5rem;
  left: 0.5rem;
}

.focus-within\:inset-y-3:focus-within {
  top: 0.75rem;
  bottom: 0.75rem;
}

.focus-within\:inset-x-3:focus-within {
  right: 0.75rem;
  left: 0.75rem;
}

.focus-within\:inset-y-4:focus-within {
  top: 1rem;
  bottom: 1rem;
}

.focus-within\:inset-x-4:focus-within {
  right: 1rem;
  left: 1rem;
}

.focus-within\:inset-y-5:focus-within {
  top: 1.25rem;
  bottom: 1.25rem;
}

.focus-within\:inset-x-5:focus-within {
  right: 1.25rem;
  left: 1.25rem;
}

.focus-within\:inset-y-6:focus-within {
  top: 1.5rem;
  bottom: 1.5rem;
}

.focus-within\:inset-x-6:focus-within {
  right: 1.5rem;
  left: 1.5rem;
}

.focus-within\:inset-y-7:focus-within {
  top: 1.75rem;
  bottom: 1.75rem;
}

.focus-within\:inset-x-7:focus-within {
  right: 1.75rem;
  left: 1.75rem;
}

.focus-within\:inset-y-8:focus-within {
  top: 2rem;
  bottom: 2rem;
}

.focus-within\:inset-x-8:focus-within {
  right: 2rem;
  left: 2rem;
}

.focus-within\:inset-y-9:focus-within {
  top: 2.25rem;
  bottom: 2.25rem;
}

.focus-within\:inset-x-9:focus-within {
  right: 2.25rem;
  left: 2.25rem;
}

.focus-within\:inset-y-10:focus-within {
  top: 2.5rem;
  bottom: 2.5rem;
}

.focus-within\:inset-x-10:focus-within {
  right: 2.5rem;
  left: 2.5rem;
}

.focus-within\:inset-y-11:focus-within {
  top: 2.75rem;
  bottom: 2.75rem;
}

.focus-within\:inset-x-11:focus-within {
  right: 2.75rem;
  left: 2.75rem;
}

.focus-within\:inset-y-12:focus-within {
  top: 3rem;
  bottom: 3rem;
}

.focus-within\:inset-x-12:focus-within {
  right: 3rem;
  left: 3rem;
}

.focus-within\:inset-y-14:focus-within {
  top: 3.5rem;
  bottom: 3.5rem;
}

.focus-within\:inset-x-14:focus-within {
  right: 3.5rem;
  left: 3.5rem;
}

.focus-within\:inset-y-16:focus-within {
  top: 4rem;
  bottom: 4rem;
}

.focus-within\:inset-x-16:focus-within {
  right: 4rem;
  left: 4rem;
}

.focus-within\:inset-y-20:focus-within {
  top: 5rem;
  bottom: 5rem;
}

.focus-within\:inset-x-20:focus-within {
  right: 5rem;
  left: 5rem;
}

.focus-within\:inset-y-24:focus-within {
  top: 6rem;
  bottom: 6rem;
}

.focus-within\:inset-x-24:focus-within {
  right: 6rem;
  left: 6rem;
}

.focus-within\:inset-y-28:focus-within {
  top: 7rem;
  bottom: 7rem;
}

.focus-within\:inset-x-28:focus-within {
  right: 7rem;
  left: 7rem;
}

.focus-within\:inset-y-32:focus-within {
  top: 8rem;
  bottom: 8rem;
}

.focus-within\:inset-x-32:focus-within {
  right: 8rem;
  left: 8rem;
}

.focus-within\:inset-y-36:focus-within {
  top: 9rem;
  bottom: 9rem;
}

.focus-within\:inset-x-36:focus-within {
  right: 9rem;
  left: 9rem;
}

.focus-within\:inset-y-40:focus-within {
  top: 10rem;
  bottom: 10rem;
}

.focus-within\:inset-x-40:focus-within {
  right: 10rem;
  left: 10rem;
}

.focus-within\:inset-y-44:focus-within {
  top: 11rem;
  bottom: 11rem;
}

.focus-within\:inset-x-44:focus-within {
  right: 11rem;
  left: 11rem;
}

.focus-within\:inset-y-48:focus-within {
  top: 12rem;
  bottom: 12rem;
}

.focus-within\:inset-x-48:focus-within {
  right: 12rem;
  left: 12rem;
}

.focus-within\:inset-y-52:focus-within {
  top: 13rem;
  bottom: 13rem;
}

.focus-within\:inset-x-52:focus-within {
  right: 13rem;
  left: 13rem;
}

.focus-within\:inset-y-56:focus-within {
  top: 14rem;
  bottom: 14rem;
}

.focus-within\:inset-x-56:focus-within {
  right: 14rem;
  left: 14rem;
}

.focus-within\:inset-y-60:focus-within {
  top: 15rem;
  bottom: 15rem;
}

.focus-within\:inset-x-60:focus-within {
  right: 15rem;
  left: 15rem;
}

.focus-within\:inset-y-64:focus-within {
  top: 16rem;
  bottom: 16rem;
}

.focus-within\:inset-x-64:focus-within {
  right: 16rem;
  left: 16rem;
}

.focus-within\:inset-y-72:focus-within {
  top: 18rem;
  bottom: 18rem;
}

.focus-within\:inset-x-72:focus-within {
  right: 18rem;
  left: 18rem;
}

.focus-within\:inset-y-80:focus-within {
  top: 20rem;
  bottom: 20rem;
}

.focus-within\:inset-x-80:focus-within {
  right: 20rem;
  left: 20rem;
}

.focus-within\:inset-y-96:focus-within {
  top: 24rem;
  bottom: 24rem;
}

.focus-within\:inset-x-96:focus-within {
  right: 24rem;
  left: 24rem;
}

.focus-within\:inset-y-auto:focus-within {
  top: auto;
  bottom: auto;
}

.focus-within\:inset-x-auto:focus-within {
  right: auto;
  left: auto;
}

.focus-within\:inset-y-px:focus-within {
  top: 1px;
  bottom: 1px;
}

.focus-within\:inset-x-px:focus-within {
  right: 1px;
  left: 1px;
}

.focus-within\:inset-y-0\.5:focus-within {
  top: 0.125rem;
  bottom: 0.125rem;
}

.focus-within\:inset-x-0\.5:focus-within {
  right: 0.125rem;
  left: 0.125rem;
}

.focus-within\:inset-y-1\.5:focus-within {
  top: 0.375rem;
  bottom: 0.375rem;
}

.focus-within\:inset-x-1\.5:focus-within {
  right: 0.375rem;
  left: 0.375rem;
}

.focus-within\:inset-y-2\.5:focus-within {
  top: 0.625rem;
  bottom: 0.625rem;
}

.focus-within\:inset-x-2\.5:focus-within {
  right: 0.625rem;
  left: 0.625rem;
}

.focus-within\:inset-y-3\.5:focus-within {
  top: 0.875rem;
  bottom: 0.875rem;
}

.focus-within\:inset-x-3\.5:focus-within {
  right: 0.875rem;
  left: 0.875rem;
}

.focus-within\:-inset-y-0:focus-within {
  top: 0px;
  bottom: 0px;
}

.focus-within\:-inset-x-0:focus-within {
  right: 0px;
  left: 0px;
}

.focus-within\:-inset-y-1:focus-within {
  top: -0.25rem;
  bottom: -0.25rem;
}

.focus-within\:-inset-x-1:focus-within {
  right: -0.25rem;
  left: -0.25rem;
}

.focus-within\:-inset-y-2:focus-within {
  top: -0.5rem;
  bottom: -0.5rem;
}

.focus-within\:-inset-x-2:focus-within {
  right: -0.5rem;
  left: -0.5rem;
}

.focus-within\:-inset-y-3:focus-within {
  top: -0.75rem;
  bottom: -0.75rem;
}

.focus-within\:-inset-x-3:focus-within {
  right: -0.75rem;
  left: -0.75rem;
}

.focus-within\:-inset-y-4:focus-within {
  top: -1rem;
  bottom: -1rem;
}

.focus-within\:-inset-x-4:focus-within {
  right: -1rem;
  left: -1rem;
}

.focus-within\:-inset-y-5:focus-within {
  top: -1.25rem;
  bottom: -1.25rem;
}

.focus-within\:-inset-x-5:focus-within {
  right: -1.25rem;
  left: -1.25rem;
}

.focus-within\:-inset-y-6:focus-within {
  top: -1.5rem;
  bottom: -1.5rem;
}

.focus-within\:-inset-x-6:focus-within {
  right: -1.5rem;
  left: -1.5rem;
}

.focus-within\:-inset-y-7:focus-within {
  top: -1.75rem;
  bottom: -1.75rem;
}

.focus-within\:-inset-x-7:focus-within {
  right: -1.75rem;
  left: -1.75rem;
}

.focus-within\:-inset-y-8:focus-within {
  top: -2rem;
  bottom: -2rem;
}

.focus-within\:-inset-x-8:focus-within {
  right: -2rem;
  left: -2rem;
}

.focus-within\:-inset-y-9:focus-within {
  top: -2.25rem;
  bottom: -2.25rem;
}

.focus-within\:-inset-x-9:focus-within {
  right: -2.25rem;
  left: -2.25rem;
}

.focus-within\:-inset-y-10:focus-within {
  top: -2.5rem;
  bottom: -2.5rem;
}

.focus-within\:-inset-x-10:focus-within {
  right: -2.5rem;
  left: -2.5rem;
}

.focus-within\:-inset-y-11:focus-within {
  top: -2.75rem;
  bottom: -2.75rem;
}

.focus-within\:-inset-x-11:focus-within {
  right: -2.75rem;
  left: -2.75rem;
}

.focus-within\:-inset-y-12:focus-within {
  top: -3rem;
  bottom: -3rem;
}

.focus-within\:-inset-x-12:focus-within {
  right: -3rem;
  left: -3rem;
}

.focus-within\:-inset-y-14:focus-within {
  top: -3.5rem;
  bottom: -3.5rem;
}

.focus-within\:-inset-x-14:focus-within {
  right: -3.5rem;
  left: -3.5rem;
}

.focus-within\:-inset-y-16:focus-within {
  top: -4rem;
  bottom: -4rem;
}

.focus-within\:-inset-x-16:focus-within {
  right: -4rem;
  left: -4rem;
}

.focus-within\:-inset-y-20:focus-within {
  top: -5rem;
  bottom: -5rem;
}

.focus-within\:-inset-x-20:focus-within {
  right: -5rem;
  left: -5rem;
}

.focus-within\:-inset-y-24:focus-within {
  top: -6rem;
  bottom: -6rem;
}

.focus-within\:-inset-x-24:focus-within {
  right: -6rem;
  left: -6rem;
}

.focus-within\:-inset-y-28:focus-within {
  top: -7rem;
  bottom: -7rem;
}

.focus-within\:-inset-x-28:focus-within {
  right: -7rem;
  left: -7rem;
}

.focus-within\:-inset-y-32:focus-within {
  top: -8rem;
  bottom: -8rem;
}

.focus-within\:-inset-x-32:focus-within {
  right: -8rem;
  left: -8rem;
}

.focus-within\:-inset-y-36:focus-within {
  top: -9rem;
  bottom: -9rem;
}

.focus-within\:-inset-x-36:focus-within {
  right: -9rem;
  left: -9rem;
}

.focus-within\:-inset-y-40:focus-within {
  top: -10rem;
  bottom: -10rem;
}

.focus-within\:-inset-x-40:focus-within {
  right: -10rem;
  left: -10rem;
}

.focus-within\:-inset-y-44:focus-within {
  top: -11rem;
  bottom: -11rem;
}

.focus-within\:-inset-x-44:focus-within {
  right: -11rem;
  left: -11rem;
}

.focus-within\:-inset-y-48:focus-within {
  top: -12rem;
  bottom: -12rem;
}

.focus-within\:-inset-x-48:focus-within {
  right: -12rem;
  left: -12rem;
}

.focus-within\:-inset-y-52:focus-within {
  top: -13rem;
  bottom: -13rem;
}

.focus-within\:-inset-x-52:focus-within {
  right: -13rem;
  left: -13rem;
}

.focus-within\:-inset-y-56:focus-within {
  top: -14rem;
  bottom: -14rem;
}

.focus-within\:-inset-x-56:focus-within {
  right: -14rem;
  left: -14rem;
}

.focus-within\:-inset-y-60:focus-within {
  top: -15rem;
  bottom: -15rem;
}

.focus-within\:-inset-x-60:focus-within {
  right: -15rem;
  left: -15rem;
}

.focus-within\:-inset-y-64:focus-within {
  top: -16rem;
  bottom: -16rem;
}

.focus-within\:-inset-x-64:focus-within {
  right: -16rem;
  left: -16rem;
}

.focus-within\:-inset-y-72:focus-within {
  top: -18rem;
  bottom: -18rem;
}

.focus-within\:-inset-x-72:focus-within {
  right: -18rem;
  left: -18rem;
}

.focus-within\:-inset-y-80:focus-within {
  top: -20rem;
  bottom: -20rem;
}

.focus-within\:-inset-x-80:focus-within {
  right: -20rem;
  left: -20rem;
}

.focus-within\:-inset-y-96:focus-within {
  top: -24rem;
  bottom: -24rem;
}

.focus-within\:-inset-x-96:focus-within {
  right: -24rem;
  left: -24rem;
}

.focus-within\:-inset-y-px:focus-within {
  top: -1px;
  bottom: -1px;
}

.focus-within\:-inset-x-px:focus-within {
  right: -1px;
  left: -1px;
}

.focus-within\:-inset-y-0\.5:focus-within {
  top: -0.125rem;
  bottom: -0.125rem;
}

.focus-within\:-inset-x-0\.5:focus-within {
  right: -0.125rem;
  left: -0.125rem;
}

.focus-within\:-inset-y-1\.5:focus-within {
  top: -0.375rem;
  bottom: -0.375rem;
}

.focus-within\:-inset-x-1\.5:focus-within {
  right: -0.375rem;
  left: -0.375rem;
}

.focus-within\:-inset-y-2\.5:focus-within {
  top: -0.625rem;
  bottom: -0.625rem;
}

.focus-within\:-inset-x-2\.5:focus-within {
  right: -0.625rem;
  left: -0.625rem;
}

.focus-within\:-inset-y-3\.5:focus-within {
  top: -0.875rem;
  bottom: -0.875rem;
}

.focus-within\:-inset-x-3\.5:focus-within {
  right: -0.875rem;
  left: -0.875rem;
}

.focus-within\:inset-y-1\/2:focus-within {
  top: 50%;
  bottom: 50%;
}

.focus-within\:inset-x-1\/2:focus-within {
  right: 50%;
  left: 50%;
}

.focus-within\:inset-y-1\/3:focus-within {
  top: 33.333333%;
  bottom: 33.333333%;
}

.focus-within\:inset-x-1\/3:focus-within {
  right: 33.333333%;
  left: 33.333333%;
}

.focus-within\:inset-y-2\/3:focus-within {
  top: 66.666667%;
  bottom: 66.666667%;
}

.focus-within\:inset-x-2\/3:focus-within {
  right: 66.666667%;
  left: 66.666667%;
}

.focus-within\:inset-y-1\/4:focus-within {
  top: 25%;
  bottom: 25%;
}

.focus-within\:inset-x-1\/4:focus-within {
  right: 25%;
  left: 25%;
}

.focus-within\:inset-y-2\/4:focus-within {
  top: 50%;
  bottom: 50%;
}

.focus-within\:inset-x-2\/4:focus-within {
  right: 50%;
  left: 50%;
}

.focus-within\:inset-y-3\/4:focus-within {
  top: 75%;
  bottom: 75%;
}

.focus-within\:inset-x-3\/4:focus-within {
  right: 75%;
  left: 75%;
}

.focus-within\:inset-y-full:focus-within {
  top: 100%;
  bottom: 100%;
}

.focus-within\:inset-x-full:focus-within {
  right: 100%;
  left: 100%;
}

.focus-within\:-inset-y-1\/2:focus-within {
  top: -50%;
  bottom: -50%;
}

.focus-within\:-inset-x-1\/2:focus-within {
  right: -50%;
  left: -50%;
}

.focus-within\:-inset-y-1\/3:focus-within {
  top: -33.333333%;
  bottom: -33.333333%;
}

.focus-within\:-inset-x-1\/3:focus-within {
  right: -33.333333%;
  left: -33.333333%;
}

.focus-within\:-inset-y-2\/3:focus-within {
  top: -66.666667%;
  bottom: -66.666667%;
}

.focus-within\:-inset-x-2\/3:focus-within {
  right: -66.666667%;
  left: -66.666667%;
}

.focus-within\:-inset-y-1\/4:focus-within {
  top: -25%;
  bottom: -25%;
}

.focus-within\:-inset-x-1\/4:focus-within {
  right: -25%;
  left: -25%;
}

.focus-within\:-inset-y-2\/4:focus-within {
  top: -50%;
  bottom: -50%;
}

.focus-within\:-inset-x-2\/4:focus-within {
  right: -50%;
  left: -50%;
}

.focus-within\:-inset-y-3\/4:focus-within {
  top: -75%;
  bottom: -75%;
}

.focus-within\:-inset-x-3\/4:focus-within {
  right: -75%;
  left: -75%;
}

.focus-within\:-inset-y-full:focus-within {
  top: -100%;
  bottom: -100%;
}

.focus-within\:-inset-x-full:focus-within {
  right: -100%;
  left: -100%;
}

.focus-within\:top-0:focus-within {
  top: 0px;
}

.focus-within\:right-0:focus-within {
  right: 0px;
}

.focus-within\:bottom-0:focus-within {
  bottom: 0px;
}

.focus-within\:left-0:focus-within {
  left: 0px;
}

.focus-within\:top-1:focus-within {
  top: 0.25rem;
}

.focus-within\:right-1:focus-within {
  right: 0.25rem;
}

.focus-within\:bottom-1:focus-within {
  bottom: 0.25rem;
}

.focus-within\:left-1:focus-within {
  left: 0.25rem;
}

.focus-within\:top-2:focus-within {
  top: 0.5rem;
}

.focus-within\:right-2:focus-within {
  right: 0.5rem;
}

.focus-within\:bottom-2:focus-within {
  bottom: 0.5rem;
}

.focus-within\:left-2:focus-within {
  left: 0.5rem;
}

.focus-within\:top-3:focus-within {
  top: 0.75rem;
}

.focus-within\:right-3:focus-within {
  right: 0.75rem;
}

.focus-within\:bottom-3:focus-within {
  bottom: 0.75rem;
}

.focus-within\:left-3:focus-within {
  left: 0.75rem;
}

.focus-within\:top-4:focus-within {
  top: 1rem;
}

.focus-within\:right-4:focus-within {
  right: 1rem;
}

.focus-within\:bottom-4:focus-within {
  bottom: 1rem;
}

.focus-within\:left-4:focus-within {
  left: 1rem;
}

.focus-within\:top-5:focus-within {
  top: 1.25rem;
}

.focus-within\:right-5:focus-within {
  right: 1.25rem;
}

.focus-within\:bottom-5:focus-within {
  bottom: 1.25rem;
}

.focus-within\:left-5:focus-within {
  left: 1.25rem;
}

.focus-within\:top-6:focus-within {
  top: 1.5rem;
}

.focus-within\:right-6:focus-within {
  right: 1.5rem;
}

.focus-within\:bottom-6:focus-within {
  bottom: 1.5rem;
}

.focus-within\:left-6:focus-within {
  left: 1.5rem;
}

.focus-within\:top-7:focus-within {
  top: 1.75rem;
}

.focus-within\:right-7:focus-within {
  right: 1.75rem;
}

.focus-within\:bottom-7:focus-within {
  bottom: 1.75rem;
}

.focus-within\:left-7:focus-within {
  left: 1.75rem;
}

.focus-within\:top-8:focus-within {
  top: 2rem;
}

.focus-within\:right-8:focus-within {
  right: 2rem;
}

.focus-within\:bottom-8:focus-within {
  bottom: 2rem;
}

.focus-within\:left-8:focus-within {
  left: 2rem;
}

.focus-within\:top-9:focus-within {
  top: 2.25rem;
}

.focus-within\:right-9:focus-within {
  right: 2.25rem;
}

.focus-within\:bottom-9:focus-within {
  bottom: 2.25rem;
}

.focus-within\:left-9:focus-within {
  left: 2.25rem;
}

.focus-within\:top-10:focus-within {
  top: 2.5rem;
}

.focus-within\:right-10:focus-within {
  right: 2.5rem;
}

.focus-within\:bottom-10:focus-within {
  bottom: 2.5rem;
}

.focus-within\:left-10:focus-within {
  left: 2.5rem;
}

.focus-within\:top-11:focus-within {
  top: 2.75rem;
}

.focus-within\:right-11:focus-within {
  right: 2.75rem;
}

.focus-within\:bottom-11:focus-within {
  bottom: 2.75rem;
}

.focus-within\:left-11:focus-within {
  left: 2.75rem;
}

.focus-within\:top-12:focus-within {
  top: 3rem;
}

.focus-within\:right-12:focus-within {
  right: 3rem;
}

.focus-within\:bottom-12:focus-within {
  bottom: 3rem;
}

.focus-within\:left-12:focus-within {
  left: 3rem;
}

.focus-within\:top-14:focus-within {
  top: 3.5rem;
}

.focus-within\:right-14:focus-within {
  right: 3.5rem;
}

.focus-within\:bottom-14:focus-within {
  bottom: 3.5rem;
}

.focus-within\:left-14:focus-within {
  left: 3.5rem;
}

.focus-within\:top-16:focus-within {
  top: 4rem;
}

.focus-within\:right-16:focus-within {
  right: 4rem;
}

.focus-within\:bottom-16:focus-within {
  bottom: 4rem;
}

.focus-within\:left-16:focus-within {
  left: 4rem;
}

.focus-within\:top-20:focus-within {
  top: 5rem;
}

.focus-within\:right-20:focus-within {
  right: 5rem;
}

.focus-within\:bottom-20:focus-within {
  bottom: 5rem;
}

.focus-within\:left-20:focus-within {
  left: 5rem;
}

.focus-within\:top-24:focus-within {
  top: 6rem;
}

.focus-within\:right-24:focus-within {
  right: 6rem;
}

.focus-within\:bottom-24:focus-within {
  bottom: 6rem;
}

.focus-within\:left-24:focus-within {
  left: 6rem;
}

.focus-within\:top-28:focus-within {
  top: 7rem;
}

.focus-within\:right-28:focus-within {
  right: 7rem;
}

.focus-within\:bottom-28:focus-within {
  bottom: 7rem;
}

.focus-within\:left-28:focus-within {
  left: 7rem;
}

.focus-within\:top-32:focus-within {
  top: 8rem;
}

.focus-within\:right-32:focus-within {
  right: 8rem;
}

.focus-within\:bottom-32:focus-within {
  bottom: 8rem;
}

.focus-within\:left-32:focus-within {
  left: 8rem;
}

.focus-within\:top-36:focus-within {
  top: 9rem;
}

.focus-within\:right-36:focus-within {
  right: 9rem;
}

.focus-within\:bottom-36:focus-within {
  bottom: 9rem;
}

.focus-within\:left-36:focus-within {
  left: 9rem;
}

.focus-within\:top-40:focus-within {
  top: 10rem;
}

.focus-within\:right-40:focus-within {
  right: 10rem;
}

.focus-within\:bottom-40:focus-within {
  bottom: 10rem;
}

.focus-within\:left-40:focus-within {
  left: 10rem;
}

.focus-within\:top-44:focus-within {
  top: 11rem;
}

.focus-within\:right-44:focus-within {
  right: 11rem;
}

.focus-within\:bottom-44:focus-within {
  bottom: 11rem;
}

.focus-within\:left-44:focus-within {
  left: 11rem;
}

.focus-within\:top-48:focus-within {
  top: 12rem;
}

.focus-within\:right-48:focus-within {
  right: 12rem;
}

.focus-within\:bottom-48:focus-within {
  bottom: 12rem;
}

.focus-within\:left-48:focus-within {
  left: 12rem;
}

.focus-within\:top-52:focus-within {
  top: 13rem;
}

.focus-within\:right-52:focus-within {
  right: 13rem;
}

.focus-within\:bottom-52:focus-within {
  bottom: 13rem;
}

.focus-within\:left-52:focus-within {
  left: 13rem;
}

.focus-within\:top-56:focus-within {
  top: 14rem;
}

.focus-within\:right-56:focus-within {
  right: 14rem;
}

.focus-within\:bottom-56:focus-within {
  bottom: 14rem;
}

.focus-within\:left-56:focus-within {
  left: 14rem;
}

.focus-within\:top-60:focus-within {
  top: 15rem;
}

.focus-within\:right-60:focus-within {
  right: 15rem;
}

.focus-within\:bottom-60:focus-within {
  bottom: 15rem;
}

.focus-within\:left-60:focus-within {
  left: 15rem;
}

.focus-within\:top-64:focus-within {
  top: 16rem;
}

.focus-within\:right-64:focus-within {
  right: 16rem;
}

.focus-within\:bottom-64:focus-within {
  bottom: 16rem;
}

.focus-within\:left-64:focus-within {
  left: 16rem;
}

.focus-within\:top-72:focus-within {
  top: 18rem;
}

.focus-within\:right-72:focus-within {
  right: 18rem;
}

.focus-within\:bottom-72:focus-within {
  bottom: 18rem;
}

.focus-within\:left-72:focus-within {
  left: 18rem;
}

.focus-within\:top-80:focus-within {
  top: 20rem;
}

.focus-within\:right-80:focus-within {
  right: 20rem;
}

.focus-within\:bottom-80:focus-within {
  bottom: 20rem;
}

.focus-within\:left-80:focus-within {
  left: 20rem;
}

.focus-within\:top-96:focus-within {
  top: 24rem;
}

.focus-within\:right-96:focus-within {
  right: 24rem;
}

.focus-within\:bottom-96:focus-within {
  bottom: 24rem;
}

.focus-within\:left-96:focus-within {
  left: 24rem;
}

.focus-within\:top-auto:focus-within {
  top: auto;
}

.focus-within\:right-auto:focus-within {
  right: auto;
}

.focus-within\:bottom-auto:focus-within {
  bottom: auto;
}

.focus-within\:left-auto:focus-within {
  left: auto;
}

.focus-within\:top-px:focus-within {
  top: 1px;
}

.focus-within\:right-px:focus-within {
  right: 1px;
}

.focus-within\:bottom-px:focus-within {
  bottom: 1px;
}

.focus-within\:left-px:focus-within {
  left: 1px;
}

.focus-within\:top-0\.5:focus-within {
  top: 0.125rem;
}

.focus-within\:right-0\.5:focus-within {
  right: 0.125rem;
}

.focus-within\:bottom-0\.5:focus-within {
  bottom: 0.125rem;
}

.focus-within\:left-0\.5:focus-within {
  left: 0.125rem;
}

.focus-within\:top-1\.5:focus-within {
  top: 0.375rem;
}

.focus-within\:right-1\.5:focus-within {
  right: 0.375rem;
}

.focus-within\:bottom-1\.5:focus-within {
  bottom: 0.375rem;
}

.focus-within\:left-1\.5:focus-within {
  left: 0.375rem;
}

.focus-within\:top-2\.5:focus-within {
  top: 0.625rem;
}

.focus-within\:right-2\.5:focus-within {
  right: 0.625rem;
}

.focus-within\:bottom-2\.5:focus-within {
  bottom: 0.625rem;
}

.focus-within\:left-2\.5:focus-within {
  left: 0.625rem;
}

.focus-within\:top-3\.5:focus-within {
  top: 0.875rem;
}

.focus-within\:right-3\.5:focus-within {
  right: 0.875rem;
}

.focus-within\:bottom-3\.5:focus-within {
  bottom: 0.875rem;
}

.focus-within\:left-3\.5:focus-within {
  left: 0.875rem;
}

.focus-within\:-top-0:focus-within {
  top: 0px;
}

.focus-within\:-right-0:focus-within {
  right: 0px;
}

.focus-within\:-bottom-0:focus-within {
  bottom: 0px;
}

.focus-within\:-left-0:focus-within {
  left: 0px;
}

.focus-within\:-top-1:focus-within {
  top: -0.25rem;
}

.focus-within\:-right-1:focus-within {
  right: -0.25rem;
}

.focus-within\:-bottom-1:focus-within {
  bottom: -0.25rem;
}

.focus-within\:-left-1:focus-within {
  left: -0.25rem;
}

.focus-within\:-top-2:focus-within {
  top: -0.5rem;
}

.focus-within\:-right-2:focus-within {
  right: -0.5rem;
}

.focus-within\:-bottom-2:focus-within {
  bottom: -0.5rem;
}

.focus-within\:-left-2:focus-within {
  left: -0.5rem;
}

.focus-within\:-top-3:focus-within {
  top: -0.75rem;
}

.focus-within\:-right-3:focus-within {
  right: -0.75rem;
}

.focus-within\:-bottom-3:focus-within {
  bottom: -0.75rem;
}

.focus-within\:-left-3:focus-within {
  left: -0.75rem;
}

.focus-within\:-top-4:focus-within {
  top: -1rem;
}

.focus-within\:-right-4:focus-within {
  right: -1rem;
}

.focus-within\:-bottom-4:focus-within {
  bottom: -1rem;
}

.focus-within\:-left-4:focus-within {
  left: -1rem;
}

.focus-within\:-top-5:focus-within {
  top: -1.25rem;
}

.focus-within\:-right-5:focus-within {
  right: -1.25rem;
}

.focus-within\:-bottom-5:focus-within {
  bottom: -1.25rem;
}

.focus-within\:-left-5:focus-within {
  left: -1.25rem;
}

.focus-within\:-top-6:focus-within {
  top: -1.5rem;
}

.focus-within\:-right-6:focus-within {
  right: -1.5rem;
}

.focus-within\:-bottom-6:focus-within {
  bottom: -1.5rem;
}

.focus-within\:-left-6:focus-within {
  left: -1.5rem;
}

.focus-within\:-top-7:focus-within {
  top: -1.75rem;
}

.focus-within\:-right-7:focus-within {
  right: -1.75rem;
}

.focus-within\:-bottom-7:focus-within {
  bottom: -1.75rem;
}

.focus-within\:-left-7:focus-within {
  left: -1.75rem;
}

.focus-within\:-top-8:focus-within {
  top: -2rem;
}

.focus-within\:-right-8:focus-within {
  right: -2rem;
}

.focus-within\:-bottom-8:focus-within {
  bottom: -2rem;
}

.focus-within\:-left-8:focus-within {
  left: -2rem;
}

.focus-within\:-top-9:focus-within {
  top: -2.25rem;
}

.focus-within\:-right-9:focus-within {
  right: -2.25rem;
}

.focus-within\:-bottom-9:focus-within {
  bottom: -2.25rem;
}

.focus-within\:-left-9:focus-within {
  left: -2.25rem;
}

.focus-within\:-top-10:focus-within {
  top: -2.5rem;
}

.focus-within\:-right-10:focus-within {
  right: -2.5rem;
}

.focus-within\:-bottom-10:focus-within {
  bottom: -2.5rem;
}

.focus-within\:-left-10:focus-within {
  left: -2.5rem;
}

.focus-within\:-top-11:focus-within {
  top: -2.75rem;
}

.focus-within\:-right-11:focus-within {
  right: -2.75rem;
}

.focus-within\:-bottom-11:focus-within {
  bottom: -2.75rem;
}

.focus-within\:-left-11:focus-within {
  left: -2.75rem;
}

.focus-within\:-top-12:focus-within {
  top: -3rem;
}

.focus-within\:-right-12:focus-within {
  right: -3rem;
}

.focus-within\:-bottom-12:focus-within {
  bottom: -3rem;
}

.focus-within\:-left-12:focus-within {
  left: -3rem;
}

.focus-within\:-top-14:focus-within {
  top: -3.5rem;
}

.focus-within\:-right-14:focus-within {
  right: -3.5rem;
}

.focus-within\:-bottom-14:focus-within {
  bottom: -3.5rem;
}

.focus-within\:-left-14:focus-within {
  left: -3.5rem;
}

.focus-within\:-top-16:focus-within {
  top: -4rem;
}

.focus-within\:-right-16:focus-within {
  right: -4rem;
}

.focus-within\:-bottom-16:focus-within {
  bottom: -4rem;
}

.focus-within\:-left-16:focus-within {
  left: -4rem;
}

.focus-within\:-top-20:focus-within {
  top: -5rem;
}

.focus-within\:-right-20:focus-within {
  right: -5rem;
}

.focus-within\:-bottom-20:focus-within {
  bottom: -5rem;
}

.focus-within\:-left-20:focus-within {
  left: -5rem;
}

.focus-within\:-top-24:focus-within {
  top: -6rem;
}

.focus-within\:-right-24:focus-within {
  right: -6rem;
}

.focus-within\:-bottom-24:focus-within {
  bottom: -6rem;
}

.focus-within\:-left-24:focus-within {
  left: -6rem;
}

.focus-within\:-top-28:focus-within {
  top: -7rem;
}

.focus-within\:-right-28:focus-within {
  right: -7rem;
}

.focus-within\:-bottom-28:focus-within {
  bottom: -7rem;
}

.focus-within\:-left-28:focus-within {
  left: -7rem;
}

.focus-within\:-top-32:focus-within {
  top: -8rem;
}

.focus-within\:-right-32:focus-within {
  right: -8rem;
}

.focus-within\:-bottom-32:focus-within {
  bottom: -8rem;
}

.focus-within\:-left-32:focus-within {
  left: -8rem;
}

.focus-within\:-top-36:focus-within {
  top: -9rem;
}

.focus-within\:-right-36:focus-within {
  right: -9rem;
}

.focus-within\:-bottom-36:focus-within {
  bottom: -9rem;
}

.focus-within\:-left-36:focus-within {
  left: -9rem;
}

.focus-within\:-top-40:focus-within {
  top: -10rem;
}

.focus-within\:-right-40:focus-within {
  right: -10rem;
}

.focus-within\:-bottom-40:focus-within {
  bottom: -10rem;
}

.focus-within\:-left-40:focus-within {
  left: -10rem;
}

.focus-within\:-top-44:focus-within {
  top: -11rem;
}

.focus-within\:-right-44:focus-within {
  right: -11rem;
}

.focus-within\:-bottom-44:focus-within {
  bottom: -11rem;
}

.focus-within\:-left-44:focus-within {
  left: -11rem;
}

.focus-within\:-top-48:focus-within {
  top: -12rem;
}

.focus-within\:-right-48:focus-within {
  right: -12rem;
}

.focus-within\:-bottom-48:focus-within {
  bottom: -12rem;
}

.focus-within\:-left-48:focus-within {
  left: -12rem;
}

.focus-within\:-top-52:focus-within {
  top: -13rem;
}

.focus-within\:-right-52:focus-within {
  right: -13rem;
}

.focus-within\:-bottom-52:focus-within {
  bottom: -13rem;
}

.focus-within\:-left-52:focus-within {
  left: -13rem;
}

.focus-within\:-top-56:focus-within {
  top: -14rem;
}

.focus-within\:-right-56:focus-within {
  right: -14rem;
}

.focus-within\:-bottom-56:focus-within {
  bottom: -14rem;
}

.focus-within\:-left-56:focus-within {
  left: -14rem;
}

.focus-within\:-top-60:focus-within {
  top: -15rem;
}

.focus-within\:-right-60:focus-within {
  right: -15rem;
}

.focus-within\:-bottom-60:focus-within {
  bottom: -15rem;
}

.focus-within\:-left-60:focus-within {
  left: -15rem;
}

.focus-within\:-top-64:focus-within {
  top: -16rem;
}

.focus-within\:-right-64:focus-within {
  right: -16rem;
}

.focus-within\:-bottom-64:focus-within {
  bottom: -16rem;
}

.focus-within\:-left-64:focus-within {
  left: -16rem;
}

.focus-within\:-top-72:focus-within {
  top: -18rem;
}

.focus-within\:-right-72:focus-within {
  right: -18rem;
}

.focus-within\:-bottom-72:focus-within {
  bottom: -18rem;
}

.focus-within\:-left-72:focus-within {
  left: -18rem;
}

.focus-within\:-top-80:focus-within {
  top: -20rem;
}

.focus-within\:-right-80:focus-within {
  right: -20rem;
}

.focus-within\:-bottom-80:focus-within {
  bottom: -20rem;
}

.focus-within\:-left-80:focus-within {
  left: -20rem;
}

.focus-within\:-top-96:focus-within {
  top: -24rem;
}

.focus-within\:-right-96:focus-within {
  right: -24rem;
}

.focus-within\:-bottom-96:focus-within {
  bottom: -24rem;
}

.focus-within\:-left-96:focus-within {
  left: -24rem;
}

.focus-within\:-top-px:focus-within {
  top: -1px;
}

.focus-within\:-right-px:focus-within {
  right: -1px;
}

.focus-within\:-bottom-px:focus-within {
  bottom: -1px;
}

.focus-within\:-left-px:focus-within {
  left: -1px;
}

.focus-within\:-top-0\.5:focus-within {
  top: -0.125rem;
}

.focus-within\:-right-0\.5:focus-within {
  right: -0.125rem;
}

.focus-within\:-bottom-0\.5:focus-within {
  bottom: -0.125rem;
}

.focus-within\:-left-0\.5:focus-within {
  left: -0.125rem;
}

.focus-within\:-top-1\.5:focus-within {
  top: -0.375rem;
}

.focus-within\:-right-1\.5:focus-within {
  right: -0.375rem;
}

.focus-within\:-bottom-1\.5:focus-within {
  bottom: -0.375rem;
}

.focus-within\:-left-1\.5:focus-within {
  left: -0.375rem;
}

.focus-within\:-top-2\.5:focus-within {
  top: -0.625rem;
}

.focus-within\:-right-2\.5:focus-within {
  right: -0.625rem;
}

.focus-within\:-bottom-2\.5:focus-within {
  bottom: -0.625rem;
}

.focus-within\:-left-2\.5:focus-within {
  left: -0.625rem;
}

.focus-within\:-top-3\.5:focus-within {
  top: -0.875rem;
}

.focus-within\:-right-3\.5:focus-within {
  right: -0.875rem;
}

.focus-within\:-bottom-3\.5:focus-within {
  bottom: -0.875rem;
}

.focus-within\:-left-3\.5:focus-within {
  left: -0.875rem;
}

.focus-within\:top-1\/2:focus-within {
  top: 50%;
}

.focus-within\:right-1\/2:focus-within {
  right: 50%;
}

.focus-within\:bottom-1\/2:focus-within {
  bottom: 50%;
}

.focus-within\:left-1\/2:focus-within {
  left: 50%;
}

.focus-within\:top-1\/3:focus-within {
  top: 33.333333%;
}

.focus-within\:right-1\/3:focus-within {
  right: 33.333333%;
}

.focus-within\:bottom-1\/3:focus-within {
  bottom: 33.333333%;
}

.focus-within\:left-1\/3:focus-within {
  left: 33.333333%;
}

.focus-within\:top-2\/3:focus-within {
  top: 66.666667%;
}

.focus-within\:right-2\/3:focus-within {
  right: 66.666667%;
}

.focus-within\:bottom-2\/3:focus-within {
  bottom: 66.666667%;
}

.focus-within\:left-2\/3:focus-within {
  left: 66.666667%;
}

.focus-within\:top-1\/4:focus-within {
  top: 25%;
}

.focus-within\:right-1\/4:focus-within {
  right: 25%;
}

.focus-within\:bottom-1\/4:focus-within {
  bottom: 25%;
}

.focus-within\:left-1\/4:focus-within {
  left: 25%;
}

.focus-within\:top-2\/4:focus-within {
  top: 50%;
}

.focus-within\:right-2\/4:focus-within {
  right: 50%;
}

.focus-within\:bottom-2\/4:focus-within {
  bottom: 50%;
}

.focus-within\:left-2\/4:focus-within {
  left: 50%;
}

.focus-within\:top-3\/4:focus-within {
  top: 75%;
}

.focus-within\:right-3\/4:focus-within {
  right: 75%;
}

.focus-within\:bottom-3\/4:focus-within {
  bottom: 75%;
}

.focus-within\:left-3\/4:focus-within {
  left: 75%;
}

.focus-within\:top-full:focus-within {
  top: 100%;
}

.focus-within\:right-full:focus-within {
  right: 100%;
}

.focus-within\:bottom-full:focus-within {
  bottom: 100%;
}

.focus-within\:left-full:focus-within {
  left: 100%;
}

.focus-within\:-top-1\/2:focus-within {
  top: -50%;
}

.focus-within\:-right-1\/2:focus-within {
  right: -50%;
}

.focus-within\:-bottom-1\/2:focus-within {
  bottom: -50%;
}

.focus-within\:-left-1\/2:focus-within {
  left: -50%;
}

.focus-within\:-top-1\/3:focus-within {
  top: -33.333333%;
}

.focus-within\:-right-1\/3:focus-within {
  right: -33.333333%;
}

.focus-within\:-bottom-1\/3:focus-within {
  bottom: -33.333333%;
}

.focus-within\:-left-1\/3:focus-within {
  left: -33.333333%;
}

.focus-within\:-top-2\/3:focus-within {
  top: -66.666667%;
}

.focus-within\:-right-2\/3:focus-within {
  right: -66.666667%;
}

.focus-within\:-bottom-2\/3:focus-within {
  bottom: -66.666667%;
}

.focus-within\:-left-2\/3:focus-within {
  left: -66.666667%;
}

.focus-within\:-top-1\/4:focus-within {
  top: -25%;
}

.focus-within\:-right-1\/4:focus-within {
  right: -25%;
}

.focus-within\:-bottom-1\/4:focus-within {
  bottom: -25%;
}

.focus-within\:-left-1\/4:focus-within {
  left: -25%;
}

.focus-within\:-top-2\/4:focus-within {
  top: -50%;
}

.focus-within\:-right-2\/4:focus-within {
  right: -50%;
}

.focus-within\:-bottom-2\/4:focus-within {
  bottom: -50%;
}

.focus-within\:-left-2\/4:focus-within {
  left: -50%;
}

.focus-within\:-top-3\/4:focus-within {
  top: -75%;
}

.focus-within\:-right-3\/4:focus-within {
  right: -75%;
}

.focus-within\:-bottom-3\/4:focus-within {
  bottom: -75%;
}

.focus-within\:-left-3\/4:focus-within {
  left: -75%;
}

.focus-within\:-top-full:focus-within {
  top: -100%;
}

.focus-within\:-right-full:focus-within {
  right: -100%;
}

.focus-within\:-bottom-full:focus-within {
  bottom: -100%;
}

.focus-within\:-left-full:focus-within {
  left: -100%;
}

.first\:inset-0:first-child {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.first\:inset-1:first-child {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.first\:inset-2:first-child {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.first\:inset-3:first-child {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.first\:inset-4:first-child {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.first\:inset-5:first-child {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.first\:inset-6:first-child {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.first\:inset-7:first-child {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.first\:inset-8:first-child {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.first\:inset-9:first-child {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.first\:inset-10:first-child {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.first\:inset-11:first-child {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.first\:inset-12:first-child {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.first\:inset-14:first-child {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.first\:inset-16:first-child {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.first\:inset-20:first-child {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.first\:inset-24:first-child {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.first\:inset-28:first-child {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.first\:inset-32:first-child {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.first\:inset-36:first-child {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.first\:inset-40:first-child {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.first\:inset-44:first-child {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.first\:inset-48:first-child {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.first\:inset-52:first-child {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.first\:inset-56:first-child {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.first\:inset-60:first-child {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.first\:inset-64:first-child {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.first\:inset-72:first-child {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.first\:inset-80:first-child {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.first\:inset-96:first-child {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.first\:inset-auto:first-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.first\:inset-px:first-child {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.first\:inset-0\.5:first-child {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.first\:inset-1\.5:first-child {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.first\:inset-2\.5:first-child {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.first\:inset-3\.5:first-child {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.first\:-inset-0:first-child {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.first\:-inset-1:first-child {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.first\:-inset-2:first-child {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.first\:-inset-3:first-child {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.first\:-inset-4:first-child {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.first\:-inset-5:first-child {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.first\:-inset-6:first-child {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.first\:-inset-7:first-child {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.first\:-inset-8:first-child {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.first\:-inset-9:first-child {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.first\:-inset-10:first-child {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.first\:-inset-11:first-child {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.first\:-inset-12:first-child {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.first\:-inset-14:first-child {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.first\:-inset-16:first-child {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.first\:-inset-20:first-child {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.first\:-inset-24:first-child {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.first\:-inset-28:first-child {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.first\:-inset-32:first-child {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.first\:-inset-36:first-child {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.first\:-inset-40:first-child {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.first\:-inset-44:first-child {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.first\:-inset-48:first-child {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.first\:-inset-52:first-child {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.first\:-inset-56:first-child {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.first\:-inset-60:first-child {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.first\:-inset-64:first-child {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.first\:-inset-72:first-child {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.first\:-inset-80:first-child {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.first\:-inset-96:first-child {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.first\:-inset-px:first-child {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.first\:-inset-0\.5:first-child {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.first\:-inset-1\.5:first-child {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.first\:-inset-2\.5:first-child {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.first\:-inset-3\.5:first-child {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.first\:inset-1\/2:first-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.first\:inset-1\/3:first-child {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.first\:inset-2\/3:first-child {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.first\:inset-1\/4:first-child {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.first\:inset-2\/4:first-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.first\:inset-3\/4:first-child {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.first\:inset-full:first-child {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.first\:-inset-1\/2:first-child {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.first\:-inset-1\/3:first-child {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.first\:-inset-2\/3:first-child {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.first\:-inset-1\/4:first-child {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.first\:-inset-2\/4:first-child {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.first\:-inset-3\/4:first-child {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.first\:-inset-full:first-child {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.first\:inset-y-0:first-child {
  top: 0px;
  bottom: 0px;
}

.first\:inset-x-0:first-child {
  right: 0px;
  left: 0px;
}

.first\:inset-y-1:first-child {
  top: 0.25rem;
  bottom: 0.25rem;
}

.first\:inset-x-1:first-child {
  right: 0.25rem;
  left: 0.25rem;
}

.first\:inset-y-2:first-child {
  top: 0.5rem;
  bottom: 0.5rem;
}

.first\:inset-x-2:first-child {
  right: 0.5rem;
  left: 0.5rem;
}

.first\:inset-y-3:first-child {
  top: 0.75rem;
  bottom: 0.75rem;
}

.first\:inset-x-3:first-child {
  right: 0.75rem;
  left: 0.75rem;
}

.first\:inset-y-4:first-child {
  top: 1rem;
  bottom: 1rem;
}

.first\:inset-x-4:first-child {
  right: 1rem;
  left: 1rem;
}

.first\:inset-y-5:first-child {
  top: 1.25rem;
  bottom: 1.25rem;
}

.first\:inset-x-5:first-child {
  right: 1.25rem;
  left: 1.25rem;
}

.first\:inset-y-6:first-child {
  top: 1.5rem;
  bottom: 1.5rem;
}

.first\:inset-x-6:first-child {
  right: 1.5rem;
  left: 1.5rem;
}

.first\:inset-y-7:first-child {
  top: 1.75rem;
  bottom: 1.75rem;
}

.first\:inset-x-7:first-child {
  right: 1.75rem;
  left: 1.75rem;
}

.first\:inset-y-8:first-child {
  top: 2rem;
  bottom: 2rem;
}

.first\:inset-x-8:first-child {
  right: 2rem;
  left: 2rem;
}

.first\:inset-y-9:first-child {
  top: 2.25rem;
  bottom: 2.25rem;
}

.first\:inset-x-9:first-child {
  right: 2.25rem;
  left: 2.25rem;
}

.first\:inset-y-10:first-child {
  top: 2.5rem;
  bottom: 2.5rem;
}

.first\:inset-x-10:first-child {
  right: 2.5rem;
  left: 2.5rem;
}

.first\:inset-y-11:first-child {
  top: 2.75rem;
  bottom: 2.75rem;
}

.first\:inset-x-11:first-child {
  right: 2.75rem;
  left: 2.75rem;
}

.first\:inset-y-12:first-child {
  top: 3rem;
  bottom: 3rem;
}

.first\:inset-x-12:first-child {
  right: 3rem;
  left: 3rem;
}

.first\:inset-y-14:first-child {
  top: 3.5rem;
  bottom: 3.5rem;
}

.first\:inset-x-14:first-child {
  right: 3.5rem;
  left: 3.5rem;
}

.first\:inset-y-16:first-child {
  top: 4rem;
  bottom: 4rem;
}

.first\:inset-x-16:first-child {
  right: 4rem;
  left: 4rem;
}

.first\:inset-y-20:first-child {
  top: 5rem;
  bottom: 5rem;
}

.first\:inset-x-20:first-child {
  right: 5rem;
  left: 5rem;
}

.first\:inset-y-24:first-child {
  top: 6rem;
  bottom: 6rem;
}

.first\:inset-x-24:first-child {
  right: 6rem;
  left: 6rem;
}

.first\:inset-y-28:first-child {
  top: 7rem;
  bottom: 7rem;
}

.first\:inset-x-28:first-child {
  right: 7rem;
  left: 7rem;
}

.first\:inset-y-32:first-child {
  top: 8rem;
  bottom: 8rem;
}

.first\:inset-x-32:first-child {
  right: 8rem;
  left: 8rem;
}

.first\:inset-y-36:first-child {
  top: 9rem;
  bottom: 9rem;
}

.first\:inset-x-36:first-child {
  right: 9rem;
  left: 9rem;
}

.first\:inset-y-40:first-child {
  top: 10rem;
  bottom: 10rem;
}

.first\:inset-x-40:first-child {
  right: 10rem;
  left: 10rem;
}

.first\:inset-y-44:first-child {
  top: 11rem;
  bottom: 11rem;
}

.first\:inset-x-44:first-child {
  right: 11rem;
  left: 11rem;
}

.first\:inset-y-48:first-child {
  top: 12rem;
  bottom: 12rem;
}

.first\:inset-x-48:first-child {
  right: 12rem;
  left: 12rem;
}

.first\:inset-y-52:first-child {
  top: 13rem;
  bottom: 13rem;
}

.first\:inset-x-52:first-child {
  right: 13rem;
  left: 13rem;
}

.first\:inset-y-56:first-child {
  top: 14rem;
  bottom: 14rem;
}

.first\:inset-x-56:first-child {
  right: 14rem;
  left: 14rem;
}

.first\:inset-y-60:first-child {
  top: 15rem;
  bottom: 15rem;
}

.first\:inset-x-60:first-child {
  right: 15rem;
  left: 15rem;
}

.first\:inset-y-64:first-child {
  top: 16rem;
  bottom: 16rem;
}

.first\:inset-x-64:first-child {
  right: 16rem;
  left: 16rem;
}

.first\:inset-y-72:first-child {
  top: 18rem;
  bottom: 18rem;
}

.first\:inset-x-72:first-child {
  right: 18rem;
  left: 18rem;
}

.first\:inset-y-80:first-child {
  top: 20rem;
  bottom: 20rem;
}

.first\:inset-x-80:first-child {
  right: 20rem;
  left: 20rem;
}

.first\:inset-y-96:first-child {
  top: 24rem;
  bottom: 24rem;
}

.first\:inset-x-96:first-child {
  right: 24rem;
  left: 24rem;
}

.first\:inset-y-auto:first-child {
  top: auto;
  bottom: auto;
}

.first\:inset-x-auto:first-child {
  right: auto;
  left: auto;
}

.first\:inset-y-px:first-child {
  top: 1px;
  bottom: 1px;
}

.first\:inset-x-px:first-child {
  right: 1px;
  left: 1px;
}

.first\:inset-y-0\.5:first-child {
  top: 0.125rem;
  bottom: 0.125rem;
}

.first\:inset-x-0\.5:first-child {
  right: 0.125rem;
  left: 0.125rem;
}

.first\:inset-y-1\.5:first-child {
  top: 0.375rem;
  bottom: 0.375rem;
}

.first\:inset-x-1\.5:first-child {
  right: 0.375rem;
  left: 0.375rem;
}

.first\:inset-y-2\.5:first-child {
  top: 0.625rem;
  bottom: 0.625rem;
}

.first\:inset-x-2\.5:first-child {
  right: 0.625rem;
  left: 0.625rem;
}

.first\:inset-y-3\.5:first-child {
  top: 0.875rem;
  bottom: 0.875rem;
}

.first\:inset-x-3\.5:first-child {
  right: 0.875rem;
  left: 0.875rem;
}

.first\:-inset-y-0:first-child {
  top: 0px;
  bottom: 0px;
}

.first\:-inset-x-0:first-child {
  right: 0px;
  left: 0px;
}

.first\:-inset-y-1:first-child {
  top: -0.25rem;
  bottom: -0.25rem;
}

.first\:-inset-x-1:first-child {
  right: -0.25rem;
  left: -0.25rem;
}

.first\:-inset-y-2:first-child {
  top: -0.5rem;
  bottom: -0.5rem;
}

.first\:-inset-x-2:first-child {
  right: -0.5rem;
  left: -0.5rem;
}

.first\:-inset-y-3:first-child {
  top: -0.75rem;
  bottom: -0.75rem;
}

.first\:-inset-x-3:first-child {
  right: -0.75rem;
  left: -0.75rem;
}

.first\:-inset-y-4:first-child {
  top: -1rem;
  bottom: -1rem;
}

.first\:-inset-x-4:first-child {
  right: -1rem;
  left: -1rem;
}

.first\:-inset-y-5:first-child {
  top: -1.25rem;
  bottom: -1.25rem;
}

.first\:-inset-x-5:first-child {
  right: -1.25rem;
  left: -1.25rem;
}

.first\:-inset-y-6:first-child {
  top: -1.5rem;
  bottom: -1.5rem;
}

.first\:-inset-x-6:first-child {
  right: -1.5rem;
  left: -1.5rem;
}

.first\:-inset-y-7:first-child {
  top: -1.75rem;
  bottom: -1.75rem;
}

.first\:-inset-x-7:first-child {
  right: -1.75rem;
  left: -1.75rem;
}

.first\:-inset-y-8:first-child {
  top: -2rem;
  bottom: -2rem;
}

.first\:-inset-x-8:first-child {
  right: -2rem;
  left: -2rem;
}

.first\:-inset-y-9:first-child {
  top: -2.25rem;
  bottom: -2.25rem;
}

.first\:-inset-x-9:first-child {
  right: -2.25rem;
  left: -2.25rem;
}

.first\:-inset-y-10:first-child {
  top: -2.5rem;
  bottom: -2.5rem;
}

.first\:-inset-x-10:first-child {
  right: -2.5rem;
  left: -2.5rem;
}

.first\:-inset-y-11:first-child {
  top: -2.75rem;
  bottom: -2.75rem;
}

.first\:-inset-x-11:first-child {
  right: -2.75rem;
  left: -2.75rem;
}

.first\:-inset-y-12:first-child {
  top: -3rem;
  bottom: -3rem;
}

.first\:-inset-x-12:first-child {
  right: -3rem;
  left: -3rem;
}

.first\:-inset-y-14:first-child {
  top: -3.5rem;
  bottom: -3.5rem;
}

.first\:-inset-x-14:first-child {
  right: -3.5rem;
  left: -3.5rem;
}

.first\:-inset-y-16:first-child {
  top: -4rem;
  bottom: -4rem;
}

.first\:-inset-x-16:first-child {
  right: -4rem;
  left: -4rem;
}

.first\:-inset-y-20:first-child {
  top: -5rem;
  bottom: -5rem;
}

.first\:-inset-x-20:first-child {
  right: -5rem;
  left: -5rem;
}

.first\:-inset-y-24:first-child {
  top: -6rem;
  bottom: -6rem;
}

.first\:-inset-x-24:first-child {
  right: -6rem;
  left: -6rem;
}

.first\:-inset-y-28:first-child {
  top: -7rem;
  bottom: -7rem;
}

.first\:-inset-x-28:first-child {
  right: -7rem;
  left: -7rem;
}

.first\:-inset-y-32:first-child {
  top: -8rem;
  bottom: -8rem;
}

.first\:-inset-x-32:first-child {
  right: -8rem;
  left: -8rem;
}

.first\:-inset-y-36:first-child {
  top: -9rem;
  bottom: -9rem;
}

.first\:-inset-x-36:first-child {
  right: -9rem;
  left: -9rem;
}

.first\:-inset-y-40:first-child {
  top: -10rem;
  bottom: -10rem;
}

.first\:-inset-x-40:first-child {
  right: -10rem;
  left: -10rem;
}

.first\:-inset-y-44:first-child {
  top: -11rem;
  bottom: -11rem;
}

.first\:-inset-x-44:first-child {
  right: -11rem;
  left: -11rem;
}

.first\:-inset-y-48:first-child {
  top: -12rem;
  bottom: -12rem;
}

.first\:-inset-x-48:first-child {
  right: -12rem;
  left: -12rem;
}

.first\:-inset-y-52:first-child {
  top: -13rem;
  bottom: -13rem;
}

.first\:-inset-x-52:first-child {
  right: -13rem;
  left: -13rem;
}

.first\:-inset-y-56:first-child {
  top: -14rem;
  bottom: -14rem;
}

.first\:-inset-x-56:first-child {
  right: -14rem;
  left: -14rem;
}

.first\:-inset-y-60:first-child {
  top: -15rem;
  bottom: -15rem;
}

.first\:-inset-x-60:first-child {
  right: -15rem;
  left: -15rem;
}

.first\:-inset-y-64:first-child {
  top: -16rem;
  bottom: -16rem;
}

.first\:-inset-x-64:first-child {
  right: -16rem;
  left: -16rem;
}

.first\:-inset-y-72:first-child {
  top: -18rem;
  bottom: -18rem;
}

.first\:-inset-x-72:first-child {
  right: -18rem;
  left: -18rem;
}

.first\:-inset-y-80:first-child {
  top: -20rem;
  bottom: -20rem;
}

.first\:-inset-x-80:first-child {
  right: -20rem;
  left: -20rem;
}

.first\:-inset-y-96:first-child {
  top: -24rem;
  bottom: -24rem;
}

.first\:-inset-x-96:first-child {
  right: -24rem;
  left: -24rem;
}

.first\:-inset-y-px:first-child {
  top: -1px;
  bottom: -1px;
}

.first\:-inset-x-px:first-child {
  right: -1px;
  left: -1px;
}

.first\:-inset-y-0\.5:first-child {
  top: -0.125rem;
  bottom: -0.125rem;
}

.first\:-inset-x-0\.5:first-child {
  right: -0.125rem;
  left: -0.125rem;
}

.first\:-inset-y-1\.5:first-child {
  top: -0.375rem;
  bottom: -0.375rem;
}

.first\:-inset-x-1\.5:first-child {
  right: -0.375rem;
  left: -0.375rem;
}

.first\:-inset-y-2\.5:first-child {
  top: -0.625rem;
  bottom: -0.625rem;
}

.first\:-inset-x-2\.5:first-child {
  right: -0.625rem;
  left: -0.625rem;
}

.first\:-inset-y-3\.5:first-child {
  top: -0.875rem;
  bottom: -0.875rem;
}

.first\:-inset-x-3\.5:first-child {
  right: -0.875rem;
  left: -0.875rem;
}

.first\:inset-y-1\/2:first-child {
  top: 50%;
  bottom: 50%;
}

.first\:inset-x-1\/2:first-child {
  right: 50%;
  left: 50%;
}

.first\:inset-y-1\/3:first-child {
  top: 33.333333%;
  bottom: 33.333333%;
}

.first\:inset-x-1\/3:first-child {
  right: 33.333333%;
  left: 33.333333%;
}

.first\:inset-y-2\/3:first-child {
  top: 66.666667%;
  bottom: 66.666667%;
}

.first\:inset-x-2\/3:first-child {
  right: 66.666667%;
  left: 66.666667%;
}

.first\:inset-y-1\/4:first-child {
  top: 25%;
  bottom: 25%;
}

.first\:inset-x-1\/4:first-child {
  right: 25%;
  left: 25%;
}

.first\:inset-y-2\/4:first-child {
  top: 50%;
  bottom: 50%;
}

.first\:inset-x-2\/4:first-child {
  right: 50%;
  left: 50%;
}

.first\:inset-y-3\/4:first-child {
  top: 75%;
  bottom: 75%;
}

.first\:inset-x-3\/4:first-child {
  right: 75%;
  left: 75%;
}

.first\:inset-y-full:first-child {
  top: 100%;
  bottom: 100%;
}

.first\:inset-x-full:first-child {
  right: 100%;
  left: 100%;
}

.first\:-inset-y-1\/2:first-child {
  top: -50%;
  bottom: -50%;
}

.first\:-inset-x-1\/2:first-child {
  right: -50%;
  left: -50%;
}

.first\:-inset-y-1\/3:first-child {
  top: -33.333333%;
  bottom: -33.333333%;
}

.first\:-inset-x-1\/3:first-child {
  right: -33.333333%;
  left: -33.333333%;
}

.first\:-inset-y-2\/3:first-child {
  top: -66.666667%;
  bottom: -66.666667%;
}

.first\:-inset-x-2\/3:first-child {
  right: -66.666667%;
  left: -66.666667%;
}

.first\:-inset-y-1\/4:first-child {
  top: -25%;
  bottom: -25%;
}

.first\:-inset-x-1\/4:first-child {
  right: -25%;
  left: -25%;
}

.first\:-inset-y-2\/4:first-child {
  top: -50%;
  bottom: -50%;
}

.first\:-inset-x-2\/4:first-child {
  right: -50%;
  left: -50%;
}

.first\:-inset-y-3\/4:first-child {
  top: -75%;
  bottom: -75%;
}

.first\:-inset-x-3\/4:first-child {
  right: -75%;
  left: -75%;
}

.first\:-inset-y-full:first-child {
  top: -100%;
  bottom: -100%;
}

.first\:-inset-x-full:first-child {
  right: -100%;
  left: -100%;
}

.first\:top-0:first-child {
  top: 0px;
}

.first\:right-0:first-child {
  right: 0px;
}

.first\:bottom-0:first-child {
  bottom: 0px;
}

.first\:left-0:first-child {
  left: 0px;
}

.first\:top-1:first-child {
  top: 0.25rem;
}

.first\:right-1:first-child {
  right: 0.25rem;
}

.first\:bottom-1:first-child {
  bottom: 0.25rem;
}

.first\:left-1:first-child {
  left: 0.25rem;
}

.first\:top-2:first-child {
  top: 0.5rem;
}

.first\:right-2:first-child {
  right: 0.5rem;
}

.first\:bottom-2:first-child {
  bottom: 0.5rem;
}

.first\:left-2:first-child {
  left: 0.5rem;
}

.first\:top-3:first-child {
  top: 0.75rem;
}

.first\:right-3:first-child {
  right: 0.75rem;
}

.first\:bottom-3:first-child {
  bottom: 0.75rem;
}

.first\:left-3:first-child {
  left: 0.75rem;
}

.first\:top-4:first-child {
  top: 1rem;
}

.first\:right-4:first-child {
  right: 1rem;
}

.first\:bottom-4:first-child {
  bottom: 1rem;
}

.first\:left-4:first-child {
  left: 1rem;
}

.first\:top-5:first-child {
  top: 1.25rem;
}

.first\:right-5:first-child {
  right: 1.25rem;
}

.first\:bottom-5:first-child {
  bottom: 1.25rem;
}

.first\:left-5:first-child {
  left: 1.25rem;
}

.first\:top-6:first-child {
  top: 1.5rem;
}

.first\:right-6:first-child {
  right: 1.5rem;
}

.first\:bottom-6:first-child {
  bottom: 1.5rem;
}

.first\:left-6:first-child {
  left: 1.5rem;
}

.first\:top-7:first-child {
  top: 1.75rem;
}

.first\:right-7:first-child {
  right: 1.75rem;
}

.first\:bottom-7:first-child {
  bottom: 1.75rem;
}

.first\:left-7:first-child {
  left: 1.75rem;
}

.first\:top-8:first-child {
  top: 2rem;
}

.first\:right-8:first-child {
  right: 2rem;
}

.first\:bottom-8:first-child {
  bottom: 2rem;
}

.first\:left-8:first-child {
  left: 2rem;
}

.first\:top-9:first-child {
  top: 2.25rem;
}

.first\:right-9:first-child {
  right: 2.25rem;
}

.first\:bottom-9:first-child {
  bottom: 2.25rem;
}

.first\:left-9:first-child {
  left: 2.25rem;
}

.first\:top-10:first-child {
  top: 2.5rem;
}

.first\:right-10:first-child {
  right: 2.5rem;
}

.first\:bottom-10:first-child {
  bottom: 2.5rem;
}

.first\:left-10:first-child {
  left: 2.5rem;
}

.first\:top-11:first-child {
  top: 2.75rem;
}

.first\:right-11:first-child {
  right: 2.75rem;
}

.first\:bottom-11:first-child {
  bottom: 2.75rem;
}

.first\:left-11:first-child {
  left: 2.75rem;
}

.first\:top-12:first-child {
  top: 3rem;
}

.first\:right-12:first-child {
  right: 3rem;
}

.first\:bottom-12:first-child {
  bottom: 3rem;
}

.first\:left-12:first-child {
  left: 3rem;
}

.first\:top-14:first-child {
  top: 3.5rem;
}

.first\:right-14:first-child {
  right: 3.5rem;
}

.first\:bottom-14:first-child {
  bottom: 3.5rem;
}

.first\:left-14:first-child {
  left: 3.5rem;
}

.first\:top-16:first-child {
  top: 4rem;
}

.first\:right-16:first-child {
  right: 4rem;
}

.first\:bottom-16:first-child {
  bottom: 4rem;
}

.first\:left-16:first-child {
  left: 4rem;
}

.first\:top-20:first-child {
  top: 5rem;
}

.first\:right-20:first-child {
  right: 5rem;
}

.first\:bottom-20:first-child {
  bottom: 5rem;
}

.first\:left-20:first-child {
  left: 5rem;
}

.first\:top-24:first-child {
  top: 6rem;
}

.first\:right-24:first-child {
  right: 6rem;
}

.first\:bottom-24:first-child {
  bottom: 6rem;
}

.first\:left-24:first-child {
  left: 6rem;
}

.first\:top-28:first-child {
  top: 7rem;
}

.first\:right-28:first-child {
  right: 7rem;
}

.first\:bottom-28:first-child {
  bottom: 7rem;
}

.first\:left-28:first-child {
  left: 7rem;
}

.first\:top-32:first-child {
  top: 8rem;
}

.first\:right-32:first-child {
  right: 8rem;
}

.first\:bottom-32:first-child {
  bottom: 8rem;
}

.first\:left-32:first-child {
  left: 8rem;
}

.first\:top-36:first-child {
  top: 9rem;
}

.first\:right-36:first-child {
  right: 9rem;
}

.first\:bottom-36:first-child {
  bottom: 9rem;
}

.first\:left-36:first-child {
  left: 9rem;
}

.first\:top-40:first-child {
  top: 10rem;
}

.first\:right-40:first-child {
  right: 10rem;
}

.first\:bottom-40:first-child {
  bottom: 10rem;
}

.first\:left-40:first-child {
  left: 10rem;
}

.first\:top-44:first-child {
  top: 11rem;
}

.first\:right-44:first-child {
  right: 11rem;
}

.first\:bottom-44:first-child {
  bottom: 11rem;
}

.first\:left-44:first-child {
  left: 11rem;
}

.first\:top-48:first-child {
  top: 12rem;
}

.first\:right-48:first-child {
  right: 12rem;
}

.first\:bottom-48:first-child {
  bottom: 12rem;
}

.first\:left-48:first-child {
  left: 12rem;
}

.first\:top-52:first-child {
  top: 13rem;
}

.first\:right-52:first-child {
  right: 13rem;
}

.first\:bottom-52:first-child {
  bottom: 13rem;
}

.first\:left-52:first-child {
  left: 13rem;
}

.first\:top-56:first-child {
  top: 14rem;
}

.first\:right-56:first-child {
  right: 14rem;
}

.first\:bottom-56:first-child {
  bottom: 14rem;
}

.first\:left-56:first-child {
  left: 14rem;
}

.first\:top-60:first-child {
  top: 15rem;
}

.first\:right-60:first-child {
  right: 15rem;
}

.first\:bottom-60:first-child {
  bottom: 15rem;
}

.first\:left-60:first-child {
  left: 15rem;
}

.first\:top-64:first-child {
  top: 16rem;
}

.first\:right-64:first-child {
  right: 16rem;
}

.first\:bottom-64:first-child {
  bottom: 16rem;
}

.first\:left-64:first-child {
  left: 16rem;
}

.first\:top-72:first-child {
  top: 18rem;
}

.first\:right-72:first-child {
  right: 18rem;
}

.first\:bottom-72:first-child {
  bottom: 18rem;
}

.first\:left-72:first-child {
  left: 18rem;
}

.first\:top-80:first-child {
  top: 20rem;
}

.first\:right-80:first-child {
  right: 20rem;
}

.first\:bottom-80:first-child {
  bottom: 20rem;
}

.first\:left-80:first-child {
  left: 20rem;
}

.first\:top-96:first-child {
  top: 24rem;
}

.first\:right-96:first-child {
  right: 24rem;
}

.first\:bottom-96:first-child {
  bottom: 24rem;
}

.first\:left-96:first-child {
  left: 24rem;
}

.first\:top-auto:first-child {
  top: auto;
}

.first\:right-auto:first-child {
  right: auto;
}

.first\:bottom-auto:first-child {
  bottom: auto;
}

.first\:left-auto:first-child {
  left: auto;
}

.first\:top-px:first-child {
  top: 1px;
}

.first\:right-px:first-child {
  right: 1px;
}

.first\:bottom-px:first-child {
  bottom: 1px;
}

.first\:left-px:first-child {
  left: 1px;
}

.first\:top-0\.5:first-child {
  top: 0.125rem;
}

.first\:right-0\.5:first-child {
  right: 0.125rem;
}

.first\:bottom-0\.5:first-child {
  bottom: 0.125rem;
}

.first\:left-0\.5:first-child {
  left: 0.125rem;
}

.first\:top-1\.5:first-child {
  top: 0.375rem;
}

.first\:right-1\.5:first-child {
  right: 0.375rem;
}

.first\:bottom-1\.5:first-child {
  bottom: 0.375rem;
}

.first\:left-1\.5:first-child {
  left: 0.375rem;
}

.first\:top-2\.5:first-child {
  top: 0.625rem;
}

.first\:right-2\.5:first-child {
  right: 0.625rem;
}

.first\:bottom-2\.5:first-child {
  bottom: 0.625rem;
}

.first\:left-2\.5:first-child {
  left: 0.625rem;
}

.first\:top-3\.5:first-child {
  top: 0.875rem;
}

.first\:right-3\.5:first-child {
  right: 0.875rem;
}

.first\:bottom-3\.5:first-child {
  bottom: 0.875rem;
}

.first\:left-3\.5:first-child {
  left: 0.875rem;
}

.first\:-top-0:first-child {
  top: 0px;
}

.first\:-right-0:first-child {
  right: 0px;
}

.first\:-bottom-0:first-child {
  bottom: 0px;
}

.first\:-left-0:first-child {
  left: 0px;
}

.first\:-top-1:first-child {
  top: -0.25rem;
}

.first\:-right-1:first-child {
  right: -0.25rem;
}

.first\:-bottom-1:first-child {
  bottom: -0.25rem;
}

.first\:-left-1:first-child {
  left: -0.25rem;
}

.first\:-top-2:first-child {
  top: -0.5rem;
}

.first\:-right-2:first-child {
  right: -0.5rem;
}

.first\:-bottom-2:first-child {
  bottom: -0.5rem;
}

.first\:-left-2:first-child {
  left: -0.5rem;
}

.first\:-top-3:first-child {
  top: -0.75rem;
}

.first\:-right-3:first-child {
  right: -0.75rem;
}

.first\:-bottom-3:first-child {
  bottom: -0.75rem;
}

.first\:-left-3:first-child {
  left: -0.75rem;
}

.first\:-top-4:first-child {
  top: -1rem;
}

.first\:-right-4:first-child {
  right: -1rem;
}

.first\:-bottom-4:first-child {
  bottom: -1rem;
}

.first\:-left-4:first-child {
  left: -1rem;
}

.first\:-top-5:first-child {
  top: -1.25rem;
}

.first\:-right-5:first-child {
  right: -1.25rem;
}

.first\:-bottom-5:first-child {
  bottom: -1.25rem;
}

.first\:-left-5:first-child {
  left: -1.25rem;
}

.first\:-top-6:first-child {
  top: -1.5rem;
}

.first\:-right-6:first-child {
  right: -1.5rem;
}

.first\:-bottom-6:first-child {
  bottom: -1.5rem;
}

.first\:-left-6:first-child {
  left: -1.5rem;
}

.first\:-top-7:first-child {
  top: -1.75rem;
}

.first\:-right-7:first-child {
  right: -1.75rem;
}

.first\:-bottom-7:first-child {
  bottom: -1.75rem;
}

.first\:-left-7:first-child {
  left: -1.75rem;
}

.first\:-top-8:first-child {
  top: -2rem;
}

.first\:-right-8:first-child {
  right: -2rem;
}

.first\:-bottom-8:first-child {
  bottom: -2rem;
}

.first\:-left-8:first-child {
  left: -2rem;
}

.first\:-top-9:first-child {
  top: -2.25rem;
}

.first\:-right-9:first-child {
  right: -2.25rem;
}

.first\:-bottom-9:first-child {
  bottom: -2.25rem;
}

.first\:-left-9:first-child {
  left: -2.25rem;
}

.first\:-top-10:first-child {
  top: -2.5rem;
}

.first\:-right-10:first-child {
  right: -2.5rem;
}

.first\:-bottom-10:first-child {
  bottom: -2.5rem;
}

.first\:-left-10:first-child {
  left: -2.5rem;
}

.first\:-top-11:first-child {
  top: -2.75rem;
}

.first\:-right-11:first-child {
  right: -2.75rem;
}

.first\:-bottom-11:first-child {
  bottom: -2.75rem;
}

.first\:-left-11:first-child {
  left: -2.75rem;
}

.first\:-top-12:first-child {
  top: -3rem;
}

.first\:-right-12:first-child {
  right: -3rem;
}

.first\:-bottom-12:first-child {
  bottom: -3rem;
}

.first\:-left-12:first-child {
  left: -3rem;
}

.first\:-top-14:first-child {
  top: -3.5rem;
}

.first\:-right-14:first-child {
  right: -3.5rem;
}

.first\:-bottom-14:first-child {
  bottom: -3.5rem;
}

.first\:-left-14:first-child {
  left: -3.5rem;
}

.first\:-top-16:first-child {
  top: -4rem;
}

.first\:-right-16:first-child {
  right: -4rem;
}

.first\:-bottom-16:first-child {
  bottom: -4rem;
}

.first\:-left-16:first-child {
  left: -4rem;
}

.first\:-top-20:first-child {
  top: -5rem;
}

.first\:-right-20:first-child {
  right: -5rem;
}

.first\:-bottom-20:first-child {
  bottom: -5rem;
}

.first\:-left-20:first-child {
  left: -5rem;
}

.first\:-top-24:first-child {
  top: -6rem;
}

.first\:-right-24:first-child {
  right: -6rem;
}

.first\:-bottom-24:first-child {
  bottom: -6rem;
}

.first\:-left-24:first-child {
  left: -6rem;
}

.first\:-top-28:first-child {
  top: -7rem;
}

.first\:-right-28:first-child {
  right: -7rem;
}

.first\:-bottom-28:first-child {
  bottom: -7rem;
}

.first\:-left-28:first-child {
  left: -7rem;
}

.first\:-top-32:first-child {
  top: -8rem;
}

.first\:-right-32:first-child {
  right: -8rem;
}

.first\:-bottom-32:first-child {
  bottom: -8rem;
}

.first\:-left-32:first-child {
  left: -8rem;
}

.first\:-top-36:first-child {
  top: -9rem;
}

.first\:-right-36:first-child {
  right: -9rem;
}

.first\:-bottom-36:first-child {
  bottom: -9rem;
}

.first\:-left-36:first-child {
  left: -9rem;
}

.first\:-top-40:first-child {
  top: -10rem;
}

.first\:-right-40:first-child {
  right: -10rem;
}

.first\:-bottom-40:first-child {
  bottom: -10rem;
}

.first\:-left-40:first-child {
  left: -10rem;
}

.first\:-top-44:first-child {
  top: -11rem;
}

.first\:-right-44:first-child {
  right: -11rem;
}

.first\:-bottom-44:first-child {
  bottom: -11rem;
}

.first\:-left-44:first-child {
  left: -11rem;
}

.first\:-top-48:first-child {
  top: -12rem;
}

.first\:-right-48:first-child {
  right: -12rem;
}

.first\:-bottom-48:first-child {
  bottom: -12rem;
}

.first\:-left-48:first-child {
  left: -12rem;
}

.first\:-top-52:first-child {
  top: -13rem;
}

.first\:-right-52:first-child {
  right: -13rem;
}

.first\:-bottom-52:first-child {
  bottom: -13rem;
}

.first\:-left-52:first-child {
  left: -13rem;
}

.first\:-top-56:first-child {
  top: -14rem;
}

.first\:-right-56:first-child {
  right: -14rem;
}

.first\:-bottom-56:first-child {
  bottom: -14rem;
}

.first\:-left-56:first-child {
  left: -14rem;
}

.first\:-top-60:first-child {
  top: -15rem;
}

.first\:-right-60:first-child {
  right: -15rem;
}

.first\:-bottom-60:first-child {
  bottom: -15rem;
}

.first\:-left-60:first-child {
  left: -15rem;
}

.first\:-top-64:first-child {
  top: -16rem;
}

.first\:-right-64:first-child {
  right: -16rem;
}

.first\:-bottom-64:first-child {
  bottom: -16rem;
}

.first\:-left-64:first-child {
  left: -16rem;
}

.first\:-top-72:first-child {
  top: -18rem;
}

.first\:-right-72:first-child {
  right: -18rem;
}

.first\:-bottom-72:first-child {
  bottom: -18rem;
}

.first\:-left-72:first-child {
  left: -18rem;
}

.first\:-top-80:first-child {
  top: -20rem;
}

.first\:-right-80:first-child {
  right: -20rem;
}

.first\:-bottom-80:first-child {
  bottom: -20rem;
}

.first\:-left-80:first-child {
  left: -20rem;
}

.first\:-top-96:first-child {
  top: -24rem;
}

.first\:-right-96:first-child {
  right: -24rem;
}

.first\:-bottom-96:first-child {
  bottom: -24rem;
}

.first\:-left-96:first-child {
  left: -24rem;
}

.first\:-top-px:first-child {
  top: -1px;
}

.first\:-right-px:first-child {
  right: -1px;
}

.first\:-bottom-px:first-child {
  bottom: -1px;
}

.first\:-left-px:first-child {
  left: -1px;
}

.first\:-top-0\.5:first-child {
  top: -0.125rem;
}

.first\:-right-0\.5:first-child {
  right: -0.125rem;
}

.first\:-bottom-0\.5:first-child {
  bottom: -0.125rem;
}

.first\:-left-0\.5:first-child {
  left: -0.125rem;
}

.first\:-top-1\.5:first-child {
  top: -0.375rem;
}

.first\:-right-1\.5:first-child {
  right: -0.375rem;
}

.first\:-bottom-1\.5:first-child {
  bottom: -0.375rem;
}

.first\:-left-1\.5:first-child {
  left: -0.375rem;
}

.first\:-top-2\.5:first-child {
  top: -0.625rem;
}

.first\:-right-2\.5:first-child {
  right: -0.625rem;
}

.first\:-bottom-2\.5:first-child {
  bottom: -0.625rem;
}

.first\:-left-2\.5:first-child {
  left: -0.625rem;
}

.first\:-top-3\.5:first-child {
  top: -0.875rem;
}

.first\:-right-3\.5:first-child {
  right: -0.875rem;
}

.first\:-bottom-3\.5:first-child {
  bottom: -0.875rem;
}

.first\:-left-3\.5:first-child {
  left: -0.875rem;
}

.first\:top-1\/2:first-child {
  top: 50%;
}

.first\:right-1\/2:first-child {
  right: 50%;
}

.first\:bottom-1\/2:first-child {
  bottom: 50%;
}

.first\:left-1\/2:first-child {
  left: 50%;
}

.first\:top-1\/3:first-child {
  top: 33.333333%;
}

.first\:right-1\/3:first-child {
  right: 33.333333%;
}

.first\:bottom-1\/3:first-child {
  bottom: 33.333333%;
}

.first\:left-1\/3:first-child {
  left: 33.333333%;
}

.first\:top-2\/3:first-child {
  top: 66.666667%;
}

.first\:right-2\/3:first-child {
  right: 66.666667%;
}

.first\:bottom-2\/3:first-child {
  bottom: 66.666667%;
}

.first\:left-2\/3:first-child {
  left: 66.666667%;
}

.first\:top-1\/4:first-child {
  top: 25%;
}

.first\:right-1\/4:first-child {
  right: 25%;
}

.first\:bottom-1\/4:first-child {
  bottom: 25%;
}

.first\:left-1\/4:first-child {
  left: 25%;
}

.first\:top-2\/4:first-child {
  top: 50%;
}

.first\:right-2\/4:first-child {
  right: 50%;
}

.first\:bottom-2\/4:first-child {
  bottom: 50%;
}

.first\:left-2\/4:first-child {
  left: 50%;
}

.first\:top-3\/4:first-child {
  top: 75%;
}

.first\:right-3\/4:first-child {
  right: 75%;
}

.first\:bottom-3\/4:first-child {
  bottom: 75%;
}

.first\:left-3\/4:first-child {
  left: 75%;
}

.first\:top-full:first-child {
  top: 100%;
}

.first\:right-full:first-child {
  right: 100%;
}

.first\:bottom-full:first-child {
  bottom: 100%;
}

.first\:left-full:first-child {
  left: 100%;
}

.first\:-top-1\/2:first-child {
  top: -50%;
}

.first\:-right-1\/2:first-child {
  right: -50%;
}

.first\:-bottom-1\/2:first-child {
  bottom: -50%;
}

.first\:-left-1\/2:first-child {
  left: -50%;
}

.first\:-top-1\/3:first-child {
  top: -33.333333%;
}

.first\:-right-1\/3:first-child {
  right: -33.333333%;
}

.first\:-bottom-1\/3:first-child {
  bottom: -33.333333%;
}

.first\:-left-1\/3:first-child {
  left: -33.333333%;
}

.first\:-top-2\/3:first-child {
  top: -66.666667%;
}

.first\:-right-2\/3:first-child {
  right: -66.666667%;
}

.first\:-bottom-2\/3:first-child {
  bottom: -66.666667%;
}

.first\:-left-2\/3:first-child {
  left: -66.666667%;
}

.first\:-top-1\/4:first-child {
  top: -25%;
}

.first\:-right-1\/4:first-child {
  right: -25%;
}

.first\:-bottom-1\/4:first-child {
  bottom: -25%;
}

.first\:-left-1\/4:first-child {
  left: -25%;
}

.first\:-top-2\/4:first-child {
  top: -50%;
}

.first\:-right-2\/4:first-child {
  right: -50%;
}

.first\:-bottom-2\/4:first-child {
  bottom: -50%;
}

.first\:-left-2\/4:first-child {
  left: -50%;
}

.first\:-top-3\/4:first-child {
  top: -75%;
}

.first\:-right-3\/4:first-child {
  right: -75%;
}

.first\:-bottom-3\/4:first-child {
  bottom: -75%;
}

.first\:-left-3\/4:first-child {
  left: -75%;
}

.first\:-top-full:first-child {
  top: -100%;
}

.first\:-right-full:first-child {
  right: -100%;
}

.first\:-bottom-full:first-child {
  bottom: -100%;
}

.first\:-left-full:first-child {
  left: -100%;
}

.last\:inset-0:last-child {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.last\:inset-1:last-child {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.last\:inset-2:last-child {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.last\:inset-3:last-child {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.last\:inset-4:last-child {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.last\:inset-5:last-child {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.last\:inset-6:last-child {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.last\:inset-7:last-child {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.last\:inset-8:last-child {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.last\:inset-9:last-child {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.last\:inset-10:last-child {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.last\:inset-11:last-child {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.last\:inset-12:last-child {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.last\:inset-14:last-child {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.last\:inset-16:last-child {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.last\:inset-20:last-child {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.last\:inset-24:last-child {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.last\:inset-28:last-child {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.last\:inset-32:last-child {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.last\:inset-36:last-child {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.last\:inset-40:last-child {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.last\:inset-44:last-child {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.last\:inset-48:last-child {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.last\:inset-52:last-child {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.last\:inset-56:last-child {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.last\:inset-60:last-child {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.last\:inset-64:last-child {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.last\:inset-72:last-child {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.last\:inset-80:last-child {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.last\:inset-96:last-child {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.last\:inset-auto:last-child {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.last\:inset-px:last-child {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.last\:inset-0\.5:last-child {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.last\:inset-1\.5:last-child {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.last\:inset-2\.5:last-child {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.last\:inset-3\.5:last-child {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.last\:-inset-0:last-child {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.last\:-inset-1:last-child {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.last\:-inset-2:last-child {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.last\:-inset-3:last-child {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.last\:-inset-4:last-child {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.last\:-inset-5:last-child {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.last\:-inset-6:last-child {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.last\:-inset-7:last-child {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.last\:-inset-8:last-child {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.last\:-inset-9:last-child {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.last\:-inset-10:last-child {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.last\:-inset-11:last-child {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.last\:-inset-12:last-child {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.last\:-inset-14:last-child {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.last\:-inset-16:last-child {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.last\:-inset-20:last-child {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.last\:-inset-24:last-child {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.last\:-inset-28:last-child {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.last\:-inset-32:last-child {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.last\:-inset-36:last-child {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.last\:-inset-40:last-child {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.last\:-inset-44:last-child {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.last\:-inset-48:last-child {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.last\:-inset-52:last-child {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.last\:-inset-56:last-child {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.last\:-inset-60:last-child {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.last\:-inset-64:last-child {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.last\:-inset-72:last-child {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.last\:-inset-80:last-child {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.last\:-inset-96:last-child {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.last\:-inset-px:last-child {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.last\:-inset-0\.5:last-child {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.last\:-inset-1\.5:last-child {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.last\:-inset-2\.5:last-child {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.last\:-inset-3\.5:last-child {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.last\:inset-1\/2:last-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.last\:inset-1\/3:last-child {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.last\:inset-2\/3:last-child {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.last\:inset-1\/4:last-child {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.last\:inset-2\/4:last-child {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.last\:inset-3\/4:last-child {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.last\:inset-full:last-child {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.last\:-inset-1\/2:last-child {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.last\:-inset-1\/3:last-child {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.last\:-inset-2\/3:last-child {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.last\:-inset-1\/4:last-child {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.last\:-inset-2\/4:last-child {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.last\:-inset-3\/4:last-child {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.last\:-inset-full:last-child {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.last\:inset-y-0:last-child {
  top: 0px;
  bottom: 0px;
}

.last\:inset-x-0:last-child {
  right: 0px;
  left: 0px;
}

.last\:inset-y-1:last-child {
  top: 0.25rem;
  bottom: 0.25rem;
}

.last\:inset-x-1:last-child {
  right: 0.25rem;
  left: 0.25rem;
}

.last\:inset-y-2:last-child {
  top: 0.5rem;
  bottom: 0.5rem;
}

.last\:inset-x-2:last-child {
  right: 0.5rem;
  left: 0.5rem;
}

.last\:inset-y-3:last-child {
  top: 0.75rem;
  bottom: 0.75rem;
}

.last\:inset-x-3:last-child {
  right: 0.75rem;
  left: 0.75rem;
}

.last\:inset-y-4:last-child {
  top: 1rem;
  bottom: 1rem;
}

.last\:inset-x-4:last-child {
  right: 1rem;
  left: 1rem;
}

.last\:inset-y-5:last-child {
  top: 1.25rem;
  bottom: 1.25rem;
}

.last\:inset-x-5:last-child {
  right: 1.25rem;
  left: 1.25rem;
}

.last\:inset-y-6:last-child {
  top: 1.5rem;
  bottom: 1.5rem;
}

.last\:inset-x-6:last-child {
  right: 1.5rem;
  left: 1.5rem;
}

.last\:inset-y-7:last-child {
  top: 1.75rem;
  bottom: 1.75rem;
}

.last\:inset-x-7:last-child {
  right: 1.75rem;
  left: 1.75rem;
}

.last\:inset-y-8:last-child {
  top: 2rem;
  bottom: 2rem;
}

.last\:inset-x-8:last-child {
  right: 2rem;
  left: 2rem;
}

.last\:inset-y-9:last-child {
  top: 2.25rem;
  bottom: 2.25rem;
}

.last\:inset-x-9:last-child {
  right: 2.25rem;
  left: 2.25rem;
}

.last\:inset-y-10:last-child {
  top: 2.5rem;
  bottom: 2.5rem;
}

.last\:inset-x-10:last-child {
  right: 2.5rem;
  left: 2.5rem;
}

.last\:inset-y-11:last-child {
  top: 2.75rem;
  bottom: 2.75rem;
}

.last\:inset-x-11:last-child {
  right: 2.75rem;
  left: 2.75rem;
}

.last\:inset-y-12:last-child {
  top: 3rem;
  bottom: 3rem;
}

.last\:inset-x-12:last-child {
  right: 3rem;
  left: 3rem;
}

.last\:inset-y-14:last-child {
  top: 3.5rem;
  bottom: 3.5rem;
}

.last\:inset-x-14:last-child {
  right: 3.5rem;
  left: 3.5rem;
}

.last\:inset-y-16:last-child {
  top: 4rem;
  bottom: 4rem;
}

.last\:inset-x-16:last-child {
  right: 4rem;
  left: 4rem;
}

.last\:inset-y-20:last-child {
  top: 5rem;
  bottom: 5rem;
}

.last\:inset-x-20:last-child {
  right: 5rem;
  left: 5rem;
}

.last\:inset-y-24:last-child {
  top: 6rem;
  bottom: 6rem;
}

.last\:inset-x-24:last-child {
  right: 6rem;
  left: 6rem;
}

.last\:inset-y-28:last-child {
  top: 7rem;
  bottom: 7rem;
}

.last\:inset-x-28:last-child {
  right: 7rem;
  left: 7rem;
}

.last\:inset-y-32:last-child {
  top: 8rem;
  bottom: 8rem;
}

.last\:inset-x-32:last-child {
  right: 8rem;
  left: 8rem;
}

.last\:inset-y-36:last-child {
  top: 9rem;
  bottom: 9rem;
}

.last\:inset-x-36:last-child {
  right: 9rem;
  left: 9rem;
}

.last\:inset-y-40:last-child {
  top: 10rem;
  bottom: 10rem;
}

.last\:inset-x-40:last-child {
  right: 10rem;
  left: 10rem;
}

.last\:inset-y-44:last-child {
  top: 11rem;
  bottom: 11rem;
}

.last\:inset-x-44:last-child {
  right: 11rem;
  left: 11rem;
}

.last\:inset-y-48:last-child {
  top: 12rem;
  bottom: 12rem;
}

.last\:inset-x-48:last-child {
  right: 12rem;
  left: 12rem;
}

.last\:inset-y-52:last-child {
  top: 13rem;
  bottom: 13rem;
}

.last\:inset-x-52:last-child {
  right: 13rem;
  left: 13rem;
}

.last\:inset-y-56:last-child {
  top: 14rem;
  bottom: 14rem;
}

.last\:inset-x-56:last-child {
  right: 14rem;
  left: 14rem;
}

.last\:inset-y-60:last-child {
  top: 15rem;
  bottom: 15rem;
}

.last\:inset-x-60:last-child {
  right: 15rem;
  left: 15rem;
}

.last\:inset-y-64:last-child {
  top: 16rem;
  bottom: 16rem;
}

.last\:inset-x-64:last-child {
  right: 16rem;
  left: 16rem;
}

.last\:inset-y-72:last-child {
  top: 18rem;
  bottom: 18rem;
}

.last\:inset-x-72:last-child {
  right: 18rem;
  left: 18rem;
}

.last\:inset-y-80:last-child {
  top: 20rem;
  bottom: 20rem;
}

.last\:inset-x-80:last-child {
  right: 20rem;
  left: 20rem;
}

.last\:inset-y-96:last-child {
  top: 24rem;
  bottom: 24rem;
}

.last\:inset-x-96:last-child {
  right: 24rem;
  left: 24rem;
}

.last\:inset-y-auto:last-child {
  top: auto;
  bottom: auto;
}

.last\:inset-x-auto:last-child {
  right: auto;
  left: auto;
}

.last\:inset-y-px:last-child {
  top: 1px;
  bottom: 1px;
}

.last\:inset-x-px:last-child {
  right: 1px;
  left: 1px;
}

.last\:inset-y-0\.5:last-child {
  top: 0.125rem;
  bottom: 0.125rem;
}

.last\:inset-x-0\.5:last-child {
  right: 0.125rem;
  left: 0.125rem;
}

.last\:inset-y-1\.5:last-child {
  top: 0.375rem;
  bottom: 0.375rem;
}

.last\:inset-x-1\.5:last-child {
  right: 0.375rem;
  left: 0.375rem;
}

.last\:inset-y-2\.5:last-child {
  top: 0.625rem;
  bottom: 0.625rem;
}

.last\:inset-x-2\.5:last-child {
  right: 0.625rem;
  left: 0.625rem;
}

.last\:inset-y-3\.5:last-child {
  top: 0.875rem;
  bottom: 0.875rem;
}

.last\:inset-x-3\.5:last-child {
  right: 0.875rem;
  left: 0.875rem;
}

.last\:-inset-y-0:last-child {
  top: 0px;
  bottom: 0px;
}

.last\:-inset-x-0:last-child {
  right: 0px;
  left: 0px;
}

.last\:-inset-y-1:last-child {
  top: -0.25rem;
  bottom: -0.25rem;
}

.last\:-inset-x-1:last-child {
  right: -0.25rem;
  left: -0.25rem;
}

.last\:-inset-y-2:last-child {
  top: -0.5rem;
  bottom: -0.5rem;
}

.last\:-inset-x-2:last-child {
  right: -0.5rem;
  left: -0.5rem;
}

.last\:-inset-y-3:last-child {
  top: -0.75rem;
  bottom: -0.75rem;
}

.last\:-inset-x-3:last-child {
  right: -0.75rem;
  left: -0.75rem;
}

.last\:-inset-y-4:last-child {
  top: -1rem;
  bottom: -1rem;
}

.last\:-inset-x-4:last-child {
  right: -1rem;
  left: -1rem;
}

.last\:-inset-y-5:last-child {
  top: -1.25rem;
  bottom: -1.25rem;
}

.last\:-inset-x-5:last-child {
  right: -1.25rem;
  left: -1.25rem;
}

.last\:-inset-y-6:last-child {
  top: -1.5rem;
  bottom: -1.5rem;
}

.last\:-inset-x-6:last-child {
  right: -1.5rem;
  left: -1.5rem;
}

.last\:-inset-y-7:last-child {
  top: -1.75rem;
  bottom: -1.75rem;
}

.last\:-inset-x-7:last-child {
  right: -1.75rem;
  left: -1.75rem;
}

.last\:-inset-y-8:last-child {
  top: -2rem;
  bottom: -2rem;
}

.last\:-inset-x-8:last-child {
  right: -2rem;
  left: -2rem;
}

.last\:-inset-y-9:last-child {
  top: -2.25rem;
  bottom: -2.25rem;
}

.last\:-inset-x-9:last-child {
  right: -2.25rem;
  left: -2.25rem;
}

.last\:-inset-y-10:last-child {
  top: -2.5rem;
  bottom: -2.5rem;
}

.last\:-inset-x-10:last-child {
  right: -2.5rem;
  left: -2.5rem;
}

.last\:-inset-y-11:last-child {
  top: -2.75rem;
  bottom: -2.75rem;
}

.last\:-inset-x-11:last-child {
  right: -2.75rem;
  left: -2.75rem;
}

.last\:-inset-y-12:last-child {
  top: -3rem;
  bottom: -3rem;
}

.last\:-inset-x-12:last-child {
  right: -3rem;
  left: -3rem;
}

.last\:-inset-y-14:last-child {
  top: -3.5rem;
  bottom: -3.5rem;
}

.last\:-inset-x-14:last-child {
  right: -3.5rem;
  left: -3.5rem;
}

.last\:-inset-y-16:last-child {
  top: -4rem;
  bottom: -4rem;
}

.last\:-inset-x-16:last-child {
  right: -4rem;
  left: -4rem;
}

.last\:-inset-y-20:last-child {
  top: -5rem;
  bottom: -5rem;
}

.last\:-inset-x-20:last-child {
  right: -5rem;
  left: -5rem;
}

.last\:-inset-y-24:last-child {
  top: -6rem;
  bottom: -6rem;
}

.last\:-inset-x-24:last-child {
  right: -6rem;
  left: -6rem;
}

.last\:-inset-y-28:last-child {
  top: -7rem;
  bottom: -7rem;
}

.last\:-inset-x-28:last-child {
  right: -7rem;
  left: -7rem;
}

.last\:-inset-y-32:last-child {
  top: -8rem;
  bottom: -8rem;
}

.last\:-inset-x-32:last-child {
  right: -8rem;
  left: -8rem;
}

.last\:-inset-y-36:last-child {
  top: -9rem;
  bottom: -9rem;
}

.last\:-inset-x-36:last-child {
  right: -9rem;
  left: -9rem;
}

.last\:-inset-y-40:last-child {
  top: -10rem;
  bottom: -10rem;
}

.last\:-inset-x-40:last-child {
  right: -10rem;
  left: -10rem;
}

.last\:-inset-y-44:last-child {
  top: -11rem;
  bottom: -11rem;
}

.last\:-inset-x-44:last-child {
  right: -11rem;
  left: -11rem;
}

.last\:-inset-y-48:last-child {
  top: -12rem;
  bottom: -12rem;
}

.last\:-inset-x-48:last-child {
  right: -12rem;
  left: -12rem;
}

.last\:-inset-y-52:last-child {
  top: -13rem;
  bottom: -13rem;
}

.last\:-inset-x-52:last-child {
  right: -13rem;
  left: -13rem;
}

.last\:-inset-y-56:last-child {
  top: -14rem;
  bottom: -14rem;
}

.last\:-inset-x-56:last-child {
  right: -14rem;
  left: -14rem;
}

.last\:-inset-y-60:last-child {
  top: -15rem;
  bottom: -15rem;
}

.last\:-inset-x-60:last-child {
  right: -15rem;
  left: -15rem;
}

.last\:-inset-y-64:last-child {
  top: -16rem;
  bottom: -16rem;
}

.last\:-inset-x-64:last-child {
  right: -16rem;
  left: -16rem;
}

.last\:-inset-y-72:last-child {
  top: -18rem;
  bottom: -18rem;
}

.last\:-inset-x-72:last-child {
  right: -18rem;
  left: -18rem;
}

.last\:-inset-y-80:last-child {
  top: -20rem;
  bottom: -20rem;
}

.last\:-inset-x-80:last-child {
  right: -20rem;
  left: -20rem;
}

.last\:-inset-y-96:last-child {
  top: -24rem;
  bottom: -24rem;
}

.last\:-inset-x-96:last-child {
  right: -24rem;
  left: -24rem;
}

.last\:-inset-y-px:last-child {
  top: -1px;
  bottom: -1px;
}

.last\:-inset-x-px:last-child {
  right: -1px;
  left: -1px;
}

.last\:-inset-y-0\.5:last-child {
  top: -0.125rem;
  bottom: -0.125rem;
}

.last\:-inset-x-0\.5:last-child {
  right: -0.125rem;
  left: -0.125rem;
}

.last\:-inset-y-1\.5:last-child {
  top: -0.375rem;
  bottom: -0.375rem;
}

.last\:-inset-x-1\.5:last-child {
  right: -0.375rem;
  left: -0.375rem;
}

.last\:-inset-y-2\.5:last-child {
  top: -0.625rem;
  bottom: -0.625rem;
}

.last\:-inset-x-2\.5:last-child {
  right: -0.625rem;
  left: -0.625rem;
}

.last\:-inset-y-3\.5:last-child {
  top: -0.875rem;
  bottom: -0.875rem;
}

.last\:-inset-x-3\.5:last-child {
  right: -0.875rem;
  left: -0.875rem;
}

.last\:inset-y-1\/2:last-child {
  top: 50%;
  bottom: 50%;
}

.last\:inset-x-1\/2:last-child {
  right: 50%;
  left: 50%;
}

.last\:inset-y-1\/3:last-child {
  top: 33.333333%;
  bottom: 33.333333%;
}

.last\:inset-x-1\/3:last-child {
  right: 33.333333%;
  left: 33.333333%;
}

.last\:inset-y-2\/3:last-child {
  top: 66.666667%;
  bottom: 66.666667%;
}

.last\:inset-x-2\/3:last-child {
  right: 66.666667%;
  left: 66.666667%;
}

.last\:inset-y-1\/4:last-child {
  top: 25%;
  bottom: 25%;
}

.last\:inset-x-1\/4:last-child {
  right: 25%;
  left: 25%;
}

.last\:inset-y-2\/4:last-child {
  top: 50%;
  bottom: 50%;
}

.last\:inset-x-2\/4:last-child {
  right: 50%;
  left: 50%;
}

.last\:inset-y-3\/4:last-child {
  top: 75%;
  bottom: 75%;
}

.last\:inset-x-3\/4:last-child {
  right: 75%;
  left: 75%;
}

.last\:inset-y-full:last-child {
  top: 100%;
  bottom: 100%;
}

.last\:inset-x-full:last-child {
  right: 100%;
  left: 100%;
}

.last\:-inset-y-1\/2:last-child {
  top: -50%;
  bottom: -50%;
}

.last\:-inset-x-1\/2:last-child {
  right: -50%;
  left: -50%;
}

.last\:-inset-y-1\/3:last-child {
  top: -33.333333%;
  bottom: -33.333333%;
}

.last\:-inset-x-1\/3:last-child {
  right: -33.333333%;
  left: -33.333333%;
}

.last\:-inset-y-2\/3:last-child {
  top: -66.666667%;
  bottom: -66.666667%;
}

.last\:-inset-x-2\/3:last-child {
  right: -66.666667%;
  left: -66.666667%;
}

.last\:-inset-y-1\/4:last-child {
  top: -25%;
  bottom: -25%;
}

.last\:-inset-x-1\/4:last-child {
  right: -25%;
  left: -25%;
}

.last\:-inset-y-2\/4:last-child {
  top: -50%;
  bottom: -50%;
}

.last\:-inset-x-2\/4:last-child {
  right: -50%;
  left: -50%;
}

.last\:-inset-y-3\/4:last-child {
  top: -75%;
  bottom: -75%;
}

.last\:-inset-x-3\/4:last-child {
  right: -75%;
  left: -75%;
}

.last\:-inset-y-full:last-child {
  top: -100%;
  bottom: -100%;
}

.last\:-inset-x-full:last-child {
  right: -100%;
  left: -100%;
}

.last\:top-0:last-child {
  top: 0px;
}

.last\:right-0:last-child {
  right: 0px;
}

.last\:bottom-0:last-child {
  bottom: 0px;
}

.last\:left-0:last-child {
  left: 0px;
}

.last\:top-1:last-child {
  top: 0.25rem;
}

.last\:right-1:last-child {
  right: 0.25rem;
}

.last\:bottom-1:last-child {
  bottom: 0.25rem;
}

.last\:left-1:last-child {
  left: 0.25rem;
}

.last\:top-2:last-child {
  top: 0.5rem;
}

.last\:right-2:last-child {
  right: 0.5rem;
}

.last\:bottom-2:last-child {
  bottom: 0.5rem;
}

.last\:left-2:last-child {
  left: 0.5rem;
}

.last\:top-3:last-child {
  top: 0.75rem;
}

.last\:right-3:last-child {
  right: 0.75rem;
}

.last\:bottom-3:last-child {
  bottom: 0.75rem;
}

.last\:left-3:last-child {
  left: 0.75rem;
}

.last\:top-4:last-child {
  top: 1rem;
}

.last\:right-4:last-child {
  right: 1rem;
}

.last\:bottom-4:last-child {
  bottom: 1rem;
}

.last\:left-4:last-child {
  left: 1rem;
}

.last\:top-5:last-child {
  top: 1.25rem;
}

.last\:right-5:last-child {
  right: 1.25rem;
}

.last\:bottom-5:last-child {
  bottom: 1.25rem;
}

.last\:left-5:last-child {
  left: 1.25rem;
}

.last\:top-6:last-child {
  top: 1.5rem;
}

.last\:right-6:last-child {
  right: 1.5rem;
}

.last\:bottom-6:last-child {
  bottom: 1.5rem;
}

.last\:left-6:last-child {
  left: 1.5rem;
}

.last\:top-7:last-child {
  top: 1.75rem;
}

.last\:right-7:last-child {
  right: 1.75rem;
}

.last\:bottom-7:last-child {
  bottom: 1.75rem;
}

.last\:left-7:last-child {
  left: 1.75rem;
}

.last\:top-8:last-child {
  top: 2rem;
}

.last\:right-8:last-child {
  right: 2rem;
}

.last\:bottom-8:last-child {
  bottom: 2rem;
}

.last\:left-8:last-child {
  left: 2rem;
}

.last\:top-9:last-child {
  top: 2.25rem;
}

.last\:right-9:last-child {
  right: 2.25rem;
}

.last\:bottom-9:last-child {
  bottom: 2.25rem;
}

.last\:left-9:last-child {
  left: 2.25rem;
}

.last\:top-10:last-child {
  top: 2.5rem;
}

.last\:right-10:last-child {
  right: 2.5rem;
}

.last\:bottom-10:last-child {
  bottom: 2.5rem;
}

.last\:left-10:last-child {
  left: 2.5rem;
}

.last\:top-11:last-child {
  top: 2.75rem;
}

.last\:right-11:last-child {
  right: 2.75rem;
}

.last\:bottom-11:last-child {
  bottom: 2.75rem;
}

.last\:left-11:last-child {
  left: 2.75rem;
}

.last\:top-12:last-child {
  top: 3rem;
}

.last\:right-12:last-child {
  right: 3rem;
}

.last\:bottom-12:last-child {
  bottom: 3rem;
}

.last\:left-12:last-child {
  left: 3rem;
}

.last\:top-14:last-child {
  top: 3.5rem;
}

.last\:right-14:last-child {
  right: 3.5rem;
}

.last\:bottom-14:last-child {
  bottom: 3.5rem;
}

.last\:left-14:last-child {
  left: 3.5rem;
}

.last\:top-16:last-child {
  top: 4rem;
}

.last\:right-16:last-child {
  right: 4rem;
}

.last\:bottom-16:last-child {
  bottom: 4rem;
}

.last\:left-16:last-child {
  left: 4rem;
}

.last\:top-20:last-child {
  top: 5rem;
}

.last\:right-20:last-child {
  right: 5rem;
}

.last\:bottom-20:last-child {
  bottom: 5rem;
}

.last\:left-20:last-child {
  left: 5rem;
}

.last\:top-24:last-child {
  top: 6rem;
}

.last\:right-24:last-child {
  right: 6rem;
}

.last\:bottom-24:last-child {
  bottom: 6rem;
}

.last\:left-24:last-child {
  left: 6rem;
}

.last\:top-28:last-child {
  top: 7rem;
}

.last\:right-28:last-child {
  right: 7rem;
}

.last\:bottom-28:last-child {
  bottom: 7rem;
}

.last\:left-28:last-child {
  left: 7rem;
}

.last\:top-32:last-child {
  top: 8rem;
}

.last\:right-32:last-child {
  right: 8rem;
}

.last\:bottom-32:last-child {
  bottom: 8rem;
}

.last\:left-32:last-child {
  left: 8rem;
}

.last\:top-36:last-child {
  top: 9rem;
}

.last\:right-36:last-child {
  right: 9rem;
}

.last\:bottom-36:last-child {
  bottom: 9rem;
}

.last\:left-36:last-child {
  left: 9rem;
}

.last\:top-40:last-child {
  top: 10rem;
}

.last\:right-40:last-child {
  right: 10rem;
}

.last\:bottom-40:last-child {
  bottom: 10rem;
}

.last\:left-40:last-child {
  left: 10rem;
}

.last\:top-44:last-child {
  top: 11rem;
}

.last\:right-44:last-child {
  right: 11rem;
}

.last\:bottom-44:last-child {
  bottom: 11rem;
}

.last\:left-44:last-child {
  left: 11rem;
}

.last\:top-48:last-child {
  top: 12rem;
}

.last\:right-48:last-child {
  right: 12rem;
}

.last\:bottom-48:last-child {
  bottom: 12rem;
}

.last\:left-48:last-child {
  left: 12rem;
}

.last\:top-52:last-child {
  top: 13rem;
}

.last\:right-52:last-child {
  right: 13rem;
}

.last\:bottom-52:last-child {
  bottom: 13rem;
}

.last\:left-52:last-child {
  left: 13rem;
}

.last\:top-56:last-child {
  top: 14rem;
}

.last\:right-56:last-child {
  right: 14rem;
}

.last\:bottom-56:last-child {
  bottom: 14rem;
}

.last\:left-56:last-child {
  left: 14rem;
}

.last\:top-60:last-child {
  top: 15rem;
}

.last\:right-60:last-child {
  right: 15rem;
}

.last\:bottom-60:last-child {
  bottom: 15rem;
}

.last\:left-60:last-child {
  left: 15rem;
}

.last\:top-64:last-child {
  top: 16rem;
}

.last\:right-64:last-child {
  right: 16rem;
}

.last\:bottom-64:last-child {
  bottom: 16rem;
}

.last\:left-64:last-child {
  left: 16rem;
}

.last\:top-72:last-child {
  top: 18rem;
}

.last\:right-72:last-child {
  right: 18rem;
}

.last\:bottom-72:last-child {
  bottom: 18rem;
}

.last\:left-72:last-child {
  left: 18rem;
}

.last\:top-80:last-child {
  top: 20rem;
}

.last\:right-80:last-child {
  right: 20rem;
}

.last\:bottom-80:last-child {
  bottom: 20rem;
}

.last\:left-80:last-child {
  left: 20rem;
}

.last\:top-96:last-child {
  top: 24rem;
}

.last\:right-96:last-child {
  right: 24rem;
}

.last\:bottom-96:last-child {
  bottom: 24rem;
}

.last\:left-96:last-child {
  left: 24rem;
}

.last\:top-auto:last-child {
  top: auto;
}

.last\:right-auto:last-child {
  right: auto;
}

.last\:bottom-auto:last-child {
  bottom: auto;
}

.last\:left-auto:last-child {
  left: auto;
}

.last\:top-px:last-child {
  top: 1px;
}

.last\:right-px:last-child {
  right: 1px;
}

.last\:bottom-px:last-child {
  bottom: 1px;
}

.last\:left-px:last-child {
  left: 1px;
}

.last\:top-0\.5:last-child {
  top: 0.125rem;
}

.last\:right-0\.5:last-child {
  right: 0.125rem;
}

.last\:bottom-0\.5:last-child {
  bottom: 0.125rem;
}

.last\:left-0\.5:last-child {
  left: 0.125rem;
}

.last\:top-1\.5:last-child {
  top: 0.375rem;
}

.last\:right-1\.5:last-child {
  right: 0.375rem;
}

.last\:bottom-1\.5:last-child {
  bottom: 0.375rem;
}

.last\:left-1\.5:last-child {
  left: 0.375rem;
}

.last\:top-2\.5:last-child {
  top: 0.625rem;
}

.last\:right-2\.5:last-child {
  right: 0.625rem;
}

.last\:bottom-2\.5:last-child {
  bottom: 0.625rem;
}

.last\:left-2\.5:last-child {
  left: 0.625rem;
}

.last\:top-3\.5:last-child {
  top: 0.875rem;
}

.last\:right-3\.5:last-child {
  right: 0.875rem;
}

.last\:bottom-3\.5:last-child {
  bottom: 0.875rem;
}

.last\:left-3\.5:last-child {
  left: 0.875rem;
}

.last\:-top-0:last-child {
  top: 0px;
}

.last\:-right-0:last-child {
  right: 0px;
}

.last\:-bottom-0:last-child {
  bottom: 0px;
}

.last\:-left-0:last-child {
  left: 0px;
}

.last\:-top-1:last-child {
  top: -0.25rem;
}

.last\:-right-1:last-child {
  right: -0.25rem;
}

.last\:-bottom-1:last-child {
  bottom: -0.25rem;
}

.last\:-left-1:last-child {
  left: -0.25rem;
}

.last\:-top-2:last-child {
  top: -0.5rem;
}

.last\:-right-2:last-child {
  right: -0.5rem;
}

.last\:-bottom-2:last-child {
  bottom: -0.5rem;
}

.last\:-left-2:last-child {
  left: -0.5rem;
}

.last\:-top-3:last-child {
  top: -0.75rem;
}

.last\:-right-3:last-child {
  right: -0.75rem;
}

.last\:-bottom-3:last-child {
  bottom: -0.75rem;
}

.last\:-left-3:last-child {
  left: -0.75rem;
}

.last\:-top-4:last-child {
  top: -1rem;
}

.last\:-right-4:last-child {
  right: -1rem;
}

.last\:-bottom-4:last-child {
  bottom: -1rem;
}

.last\:-left-4:last-child {
  left: -1rem;
}

.last\:-top-5:last-child {
  top: -1.25rem;
}

.last\:-right-5:last-child {
  right: -1.25rem;
}

.last\:-bottom-5:last-child {
  bottom: -1.25rem;
}

.last\:-left-5:last-child {
  left: -1.25rem;
}

.last\:-top-6:last-child {
  top: -1.5rem;
}

.last\:-right-6:last-child {
  right: -1.5rem;
}

.last\:-bottom-6:last-child {
  bottom: -1.5rem;
}

.last\:-left-6:last-child {
  left: -1.5rem;
}

.last\:-top-7:last-child {
  top: -1.75rem;
}

.last\:-right-7:last-child {
  right: -1.75rem;
}

.last\:-bottom-7:last-child {
  bottom: -1.75rem;
}

.last\:-left-7:last-child {
  left: -1.75rem;
}

.last\:-top-8:last-child {
  top: -2rem;
}

.last\:-right-8:last-child {
  right: -2rem;
}

.last\:-bottom-8:last-child {
  bottom: -2rem;
}

.last\:-left-8:last-child {
  left: -2rem;
}

.last\:-top-9:last-child {
  top: -2.25rem;
}

.last\:-right-9:last-child {
  right: -2.25rem;
}

.last\:-bottom-9:last-child {
  bottom: -2.25rem;
}

.last\:-left-9:last-child {
  left: -2.25rem;
}

.last\:-top-10:last-child {
  top: -2.5rem;
}

.last\:-right-10:last-child {
  right: -2.5rem;
}

.last\:-bottom-10:last-child {
  bottom: -2.5rem;
}

.last\:-left-10:last-child {
  left: -2.5rem;
}

.last\:-top-11:last-child {
  top: -2.75rem;
}

.last\:-right-11:last-child {
  right: -2.75rem;
}

.last\:-bottom-11:last-child {
  bottom: -2.75rem;
}

.last\:-left-11:last-child {
  left: -2.75rem;
}

.last\:-top-12:last-child {
  top: -3rem;
}

.last\:-right-12:last-child {
  right: -3rem;
}

.last\:-bottom-12:last-child {
  bottom: -3rem;
}

.last\:-left-12:last-child {
  left: -3rem;
}

.last\:-top-14:last-child {
  top: -3.5rem;
}

.last\:-right-14:last-child {
  right: -3.5rem;
}

.last\:-bottom-14:last-child {
  bottom: -3.5rem;
}

.last\:-left-14:last-child {
  left: -3.5rem;
}

.last\:-top-16:last-child {
  top: -4rem;
}

.last\:-right-16:last-child {
  right: -4rem;
}

.last\:-bottom-16:last-child {
  bottom: -4rem;
}

.last\:-left-16:last-child {
  left: -4rem;
}

.last\:-top-20:last-child {
  top: -5rem;
}

.last\:-right-20:last-child {
  right: -5rem;
}

.last\:-bottom-20:last-child {
  bottom: -5rem;
}

.last\:-left-20:last-child {
  left: -5rem;
}

.last\:-top-24:last-child {
  top: -6rem;
}

.last\:-right-24:last-child {
  right: -6rem;
}

.last\:-bottom-24:last-child {
  bottom: -6rem;
}

.last\:-left-24:last-child {
  left: -6rem;
}

.last\:-top-28:last-child {
  top: -7rem;
}

.last\:-right-28:last-child {
  right: -7rem;
}

.last\:-bottom-28:last-child {
  bottom: -7rem;
}

.last\:-left-28:last-child {
  left: -7rem;
}

.last\:-top-32:last-child {
  top: -8rem;
}

.last\:-right-32:last-child {
  right: -8rem;
}

.last\:-bottom-32:last-child {
  bottom: -8rem;
}

.last\:-left-32:last-child {
  left: -8rem;
}

.last\:-top-36:last-child {
  top: -9rem;
}

.last\:-right-36:last-child {
  right: -9rem;
}

.last\:-bottom-36:last-child {
  bottom: -9rem;
}

.last\:-left-36:last-child {
  left: -9rem;
}

.last\:-top-40:last-child {
  top: -10rem;
}

.last\:-right-40:last-child {
  right: -10rem;
}

.last\:-bottom-40:last-child {
  bottom: -10rem;
}

.last\:-left-40:last-child {
  left: -10rem;
}

.last\:-top-44:last-child {
  top: -11rem;
}

.last\:-right-44:last-child {
  right: -11rem;
}

.last\:-bottom-44:last-child {
  bottom: -11rem;
}

.last\:-left-44:last-child {
  left: -11rem;
}

.last\:-top-48:last-child {
  top: -12rem;
}

.last\:-right-48:last-child {
  right: -12rem;
}

.last\:-bottom-48:last-child {
  bottom: -12rem;
}

.last\:-left-48:last-child {
  left: -12rem;
}

.last\:-top-52:last-child {
  top: -13rem;
}

.last\:-right-52:last-child {
  right: -13rem;
}

.last\:-bottom-52:last-child {
  bottom: -13rem;
}

.last\:-left-52:last-child {
  left: -13rem;
}

.last\:-top-56:last-child {
  top: -14rem;
}

.last\:-right-56:last-child {
  right: -14rem;
}

.last\:-bottom-56:last-child {
  bottom: -14rem;
}

.last\:-left-56:last-child {
  left: -14rem;
}

.last\:-top-60:last-child {
  top: -15rem;
}

.last\:-right-60:last-child {
  right: -15rem;
}

.last\:-bottom-60:last-child {
  bottom: -15rem;
}

.last\:-left-60:last-child {
  left: -15rem;
}

.last\:-top-64:last-child {
  top: -16rem;
}

.last\:-right-64:last-child {
  right: -16rem;
}

.last\:-bottom-64:last-child {
  bottom: -16rem;
}

.last\:-left-64:last-child {
  left: -16rem;
}

.last\:-top-72:last-child {
  top: -18rem;
}

.last\:-right-72:last-child {
  right: -18rem;
}

.last\:-bottom-72:last-child {
  bottom: -18rem;
}

.last\:-left-72:last-child {
  left: -18rem;
}

.last\:-top-80:last-child {
  top: -20rem;
}

.last\:-right-80:last-child {
  right: -20rem;
}

.last\:-bottom-80:last-child {
  bottom: -20rem;
}

.last\:-left-80:last-child {
  left: -20rem;
}

.last\:-top-96:last-child {
  top: -24rem;
}

.last\:-right-96:last-child {
  right: -24rem;
}

.last\:-bottom-96:last-child {
  bottom: -24rem;
}

.last\:-left-96:last-child {
  left: -24rem;
}

.last\:-top-px:last-child {
  top: -1px;
}

.last\:-right-px:last-child {
  right: -1px;
}

.last\:-bottom-px:last-child {
  bottom: -1px;
}

.last\:-left-px:last-child {
  left: -1px;
}

.last\:-top-0\.5:last-child {
  top: -0.125rem;
}

.last\:-right-0\.5:last-child {
  right: -0.125rem;
}

.last\:-bottom-0\.5:last-child {
  bottom: -0.125rem;
}

.last\:-left-0\.5:last-child {
  left: -0.125rem;
}

.last\:-top-1\.5:last-child {
  top: -0.375rem;
}

.last\:-right-1\.5:last-child {
  right: -0.375rem;
}

.last\:-bottom-1\.5:last-child {
  bottom: -0.375rem;
}

.last\:-left-1\.5:last-child {
  left: -0.375rem;
}

.last\:-top-2\.5:last-child {
  top: -0.625rem;
}

.last\:-right-2\.5:last-child {
  right: -0.625rem;
}

.last\:-bottom-2\.5:last-child {
  bottom: -0.625rem;
}

.last\:-left-2\.5:last-child {
  left: -0.625rem;
}

.last\:-top-3\.5:last-child {
  top: -0.875rem;
}

.last\:-right-3\.5:last-child {
  right: -0.875rem;
}

.last\:-bottom-3\.5:last-child {
  bottom: -0.875rem;
}

.last\:-left-3\.5:last-child {
  left: -0.875rem;
}

.last\:top-1\/2:last-child {
  top: 50%;
}

.last\:right-1\/2:last-child {
  right: 50%;
}

.last\:bottom-1\/2:last-child {
  bottom: 50%;
}

.last\:left-1\/2:last-child {
  left: 50%;
}

.last\:top-1\/3:last-child {
  top: 33.333333%;
}

.last\:right-1\/3:last-child {
  right: 33.333333%;
}

.last\:bottom-1\/3:last-child {
  bottom: 33.333333%;
}

.last\:left-1\/3:last-child {
  left: 33.333333%;
}

.last\:top-2\/3:last-child {
  top: 66.666667%;
}

.last\:right-2\/3:last-child {
  right: 66.666667%;
}

.last\:bottom-2\/3:last-child {
  bottom: 66.666667%;
}

.last\:left-2\/3:last-child {
  left: 66.666667%;
}

.last\:top-1\/4:last-child {
  top: 25%;
}

.last\:right-1\/4:last-child {
  right: 25%;
}

.last\:bottom-1\/4:last-child {
  bottom: 25%;
}

.last\:left-1\/4:last-child {
  left: 25%;
}

.last\:top-2\/4:last-child {
  top: 50%;
}

.last\:right-2\/4:last-child {
  right: 50%;
}

.last\:bottom-2\/4:last-child {
  bottom: 50%;
}

.last\:left-2\/4:last-child {
  left: 50%;
}

.last\:top-3\/4:last-child {
  top: 75%;
}

.last\:right-3\/4:last-child {
  right: 75%;
}

.last\:bottom-3\/4:last-child {
  bottom: 75%;
}

.last\:left-3\/4:last-child {
  left: 75%;
}

.last\:top-full:last-child {
  top: 100%;
}

.last\:right-full:last-child {
  right: 100%;
}

.last\:bottom-full:last-child {
  bottom: 100%;
}

.last\:left-full:last-child {
  left: 100%;
}

.last\:-top-1\/2:last-child {
  top: -50%;
}

.last\:-right-1\/2:last-child {
  right: -50%;
}

.last\:-bottom-1\/2:last-child {
  bottom: -50%;
}

.last\:-left-1\/2:last-child {
  left: -50%;
}

.last\:-top-1\/3:last-child {
  top: -33.333333%;
}

.last\:-right-1\/3:last-child {
  right: -33.333333%;
}

.last\:-bottom-1\/3:last-child {
  bottom: -33.333333%;
}

.last\:-left-1\/3:last-child {
  left: -33.333333%;
}

.last\:-top-2\/3:last-child {
  top: -66.666667%;
}

.last\:-right-2\/3:last-child {
  right: -66.666667%;
}

.last\:-bottom-2\/3:last-child {
  bottom: -66.666667%;
}

.last\:-left-2\/3:last-child {
  left: -66.666667%;
}

.last\:-top-1\/4:last-child {
  top: -25%;
}

.last\:-right-1\/4:last-child {
  right: -25%;
}

.last\:-bottom-1\/4:last-child {
  bottom: -25%;
}

.last\:-left-1\/4:last-child {
  left: -25%;
}

.last\:-top-2\/4:last-child {
  top: -50%;
}

.last\:-right-2\/4:last-child {
  right: -50%;
}

.last\:-bottom-2\/4:last-child {
  bottom: -50%;
}

.last\:-left-2\/4:last-child {
  left: -50%;
}

.last\:-top-3\/4:last-child {
  top: -75%;
}

.last\:-right-3\/4:last-child {
  right: -75%;
}

.last\:-bottom-3\/4:last-child {
  bottom: -75%;
}

.last\:-left-3\/4:last-child {
  left: -75%;
}

.last\:-top-full:last-child {
  top: -100%;
}

.last\:-right-full:last-child {
  right: -100%;
}

.last\:-bottom-full:last-child {
  bottom: -100%;
}

.last\:-left-full:last-child {
  left: -100%;
}

.odd\:inset-0:nth-child(odd) {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.odd\:inset-1:nth-child(odd) {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.odd\:inset-2:nth-child(odd) {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.odd\:inset-3:nth-child(odd) {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.odd\:inset-4:nth-child(odd) {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.odd\:inset-5:nth-child(odd) {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.odd\:inset-6:nth-child(odd) {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.odd\:inset-7:nth-child(odd) {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.odd\:inset-8:nth-child(odd) {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.odd\:inset-9:nth-child(odd) {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.odd\:inset-10:nth-child(odd) {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.odd\:inset-11:nth-child(odd) {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.odd\:inset-12:nth-child(odd) {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.odd\:inset-14:nth-child(odd) {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.odd\:inset-16:nth-child(odd) {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.odd\:inset-20:nth-child(odd) {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.odd\:inset-24:nth-child(odd) {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.odd\:inset-28:nth-child(odd) {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.odd\:inset-32:nth-child(odd) {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.odd\:inset-36:nth-child(odd) {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.odd\:inset-40:nth-child(odd) {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.odd\:inset-44:nth-child(odd) {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.odd\:inset-48:nth-child(odd) {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.odd\:inset-52:nth-child(odd) {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.odd\:inset-56:nth-child(odd) {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.odd\:inset-60:nth-child(odd) {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.odd\:inset-64:nth-child(odd) {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.odd\:inset-72:nth-child(odd) {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.odd\:inset-80:nth-child(odd) {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.odd\:inset-96:nth-child(odd) {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.odd\:inset-auto:nth-child(odd) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.odd\:inset-px:nth-child(odd) {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.odd\:inset-0\.5:nth-child(odd) {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.odd\:inset-1\.5:nth-child(odd) {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.odd\:inset-2\.5:nth-child(odd) {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.odd\:inset-3\.5:nth-child(odd) {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.odd\:-inset-0:nth-child(odd) {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.odd\:-inset-1:nth-child(odd) {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.odd\:-inset-2:nth-child(odd) {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.odd\:-inset-3:nth-child(odd) {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.odd\:-inset-4:nth-child(odd) {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.odd\:-inset-5:nth-child(odd) {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.odd\:-inset-6:nth-child(odd) {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.odd\:-inset-7:nth-child(odd) {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.odd\:-inset-8:nth-child(odd) {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.odd\:-inset-9:nth-child(odd) {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.odd\:-inset-10:nth-child(odd) {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.odd\:-inset-11:nth-child(odd) {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.odd\:-inset-12:nth-child(odd) {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.odd\:-inset-14:nth-child(odd) {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.odd\:-inset-16:nth-child(odd) {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.odd\:-inset-20:nth-child(odd) {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.odd\:-inset-24:nth-child(odd) {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.odd\:-inset-28:nth-child(odd) {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.odd\:-inset-32:nth-child(odd) {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.odd\:-inset-36:nth-child(odd) {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.odd\:-inset-40:nth-child(odd) {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.odd\:-inset-44:nth-child(odd) {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.odd\:-inset-48:nth-child(odd) {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.odd\:-inset-52:nth-child(odd) {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.odd\:-inset-56:nth-child(odd) {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.odd\:-inset-60:nth-child(odd) {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.odd\:-inset-64:nth-child(odd) {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.odd\:-inset-72:nth-child(odd) {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.odd\:-inset-80:nth-child(odd) {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.odd\:-inset-96:nth-child(odd) {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.odd\:-inset-px:nth-child(odd) {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.odd\:-inset-0\.5:nth-child(odd) {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.odd\:-inset-1\.5:nth-child(odd) {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.odd\:-inset-2\.5:nth-child(odd) {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.odd\:-inset-3\.5:nth-child(odd) {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.odd\:inset-1\/2:nth-child(odd) {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.odd\:inset-1\/3:nth-child(odd) {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.odd\:inset-2\/3:nth-child(odd) {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.odd\:inset-1\/4:nth-child(odd) {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.odd\:inset-2\/4:nth-child(odd) {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.odd\:inset-3\/4:nth-child(odd) {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.odd\:inset-full:nth-child(odd) {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.odd\:-inset-1\/2:nth-child(odd) {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.odd\:-inset-1\/3:nth-child(odd) {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.odd\:-inset-2\/3:nth-child(odd) {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.odd\:-inset-1\/4:nth-child(odd) {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.odd\:-inset-2\/4:nth-child(odd) {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.odd\:-inset-3\/4:nth-child(odd) {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.odd\:-inset-full:nth-child(odd) {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.odd\:inset-y-0:nth-child(odd) {
  top: 0px;
  bottom: 0px;
}

.odd\:inset-x-0:nth-child(odd) {
  right: 0px;
  left: 0px;
}

.odd\:inset-y-1:nth-child(odd) {
  top: 0.25rem;
  bottom: 0.25rem;
}

.odd\:inset-x-1:nth-child(odd) {
  right: 0.25rem;
  left: 0.25rem;
}

.odd\:inset-y-2:nth-child(odd) {
  top: 0.5rem;
  bottom: 0.5rem;
}

.odd\:inset-x-2:nth-child(odd) {
  right: 0.5rem;
  left: 0.5rem;
}

.odd\:inset-y-3:nth-child(odd) {
  top: 0.75rem;
  bottom: 0.75rem;
}

.odd\:inset-x-3:nth-child(odd) {
  right: 0.75rem;
  left: 0.75rem;
}

.odd\:inset-y-4:nth-child(odd) {
  top: 1rem;
  bottom: 1rem;
}

.odd\:inset-x-4:nth-child(odd) {
  right: 1rem;
  left: 1rem;
}

.odd\:inset-y-5:nth-child(odd) {
  top: 1.25rem;
  bottom: 1.25rem;
}

.odd\:inset-x-5:nth-child(odd) {
  right: 1.25rem;
  left: 1.25rem;
}

.odd\:inset-y-6:nth-child(odd) {
  top: 1.5rem;
  bottom: 1.5rem;
}

.odd\:inset-x-6:nth-child(odd) {
  right: 1.5rem;
  left: 1.5rem;
}

.odd\:inset-y-7:nth-child(odd) {
  top: 1.75rem;
  bottom: 1.75rem;
}

.odd\:inset-x-7:nth-child(odd) {
  right: 1.75rem;
  left: 1.75rem;
}

.odd\:inset-y-8:nth-child(odd) {
  top: 2rem;
  bottom: 2rem;
}

.odd\:inset-x-8:nth-child(odd) {
  right: 2rem;
  left: 2rem;
}

.odd\:inset-y-9:nth-child(odd) {
  top: 2.25rem;
  bottom: 2.25rem;
}

.odd\:inset-x-9:nth-child(odd) {
  right: 2.25rem;
  left: 2.25rem;
}

.odd\:inset-y-10:nth-child(odd) {
  top: 2.5rem;
  bottom: 2.5rem;
}

.odd\:inset-x-10:nth-child(odd) {
  right: 2.5rem;
  left: 2.5rem;
}

.odd\:inset-y-11:nth-child(odd) {
  top: 2.75rem;
  bottom: 2.75rem;
}

.odd\:inset-x-11:nth-child(odd) {
  right: 2.75rem;
  left: 2.75rem;
}

.odd\:inset-y-12:nth-child(odd) {
  top: 3rem;
  bottom: 3rem;
}

.odd\:inset-x-12:nth-child(odd) {
  right: 3rem;
  left: 3rem;
}

.odd\:inset-y-14:nth-child(odd) {
  top: 3.5rem;
  bottom: 3.5rem;
}

.odd\:inset-x-14:nth-child(odd) {
  right: 3.5rem;
  left: 3.5rem;
}

.odd\:inset-y-16:nth-child(odd) {
  top: 4rem;
  bottom: 4rem;
}

.odd\:inset-x-16:nth-child(odd) {
  right: 4rem;
  left: 4rem;
}

.odd\:inset-y-20:nth-child(odd) {
  top: 5rem;
  bottom: 5rem;
}

.odd\:inset-x-20:nth-child(odd) {
  right: 5rem;
  left: 5rem;
}

.odd\:inset-y-24:nth-child(odd) {
  top: 6rem;
  bottom: 6rem;
}

.odd\:inset-x-24:nth-child(odd) {
  right: 6rem;
  left: 6rem;
}

.odd\:inset-y-28:nth-child(odd) {
  top: 7rem;
  bottom: 7rem;
}

.odd\:inset-x-28:nth-child(odd) {
  right: 7rem;
  left: 7rem;
}

.odd\:inset-y-32:nth-child(odd) {
  top: 8rem;
  bottom: 8rem;
}

.odd\:inset-x-32:nth-child(odd) {
  right: 8rem;
  left: 8rem;
}

.odd\:inset-y-36:nth-child(odd) {
  top: 9rem;
  bottom: 9rem;
}

.odd\:inset-x-36:nth-child(odd) {
  right: 9rem;
  left: 9rem;
}

.odd\:inset-y-40:nth-child(odd) {
  top: 10rem;
  bottom: 10rem;
}

.odd\:inset-x-40:nth-child(odd) {
  right: 10rem;
  left: 10rem;
}

.odd\:inset-y-44:nth-child(odd) {
  top: 11rem;
  bottom: 11rem;
}

.odd\:inset-x-44:nth-child(odd) {
  right: 11rem;
  left: 11rem;
}

.odd\:inset-y-48:nth-child(odd) {
  top: 12rem;
  bottom: 12rem;
}

.odd\:inset-x-48:nth-child(odd) {
  right: 12rem;
  left: 12rem;
}

.odd\:inset-y-52:nth-child(odd) {
  top: 13rem;
  bottom: 13rem;
}

.odd\:inset-x-52:nth-child(odd) {
  right: 13rem;
  left: 13rem;
}

.odd\:inset-y-56:nth-child(odd) {
  top: 14rem;
  bottom: 14rem;
}

.odd\:inset-x-56:nth-child(odd) {
  right: 14rem;
  left: 14rem;
}

.odd\:inset-y-60:nth-child(odd) {
  top: 15rem;
  bottom: 15rem;
}

.odd\:inset-x-60:nth-child(odd) {
  right: 15rem;
  left: 15rem;
}

.odd\:inset-y-64:nth-child(odd) {
  top: 16rem;
  bottom: 16rem;
}

.odd\:inset-x-64:nth-child(odd) {
  right: 16rem;
  left: 16rem;
}

.odd\:inset-y-72:nth-child(odd) {
  top: 18rem;
  bottom: 18rem;
}

.odd\:inset-x-72:nth-child(odd) {
  right: 18rem;
  left: 18rem;
}

.odd\:inset-y-80:nth-child(odd) {
  top: 20rem;
  bottom: 20rem;
}

.odd\:inset-x-80:nth-child(odd) {
  right: 20rem;
  left: 20rem;
}

.odd\:inset-y-96:nth-child(odd) {
  top: 24rem;
  bottom: 24rem;
}

.odd\:inset-x-96:nth-child(odd) {
  right: 24rem;
  left: 24rem;
}

.odd\:inset-y-auto:nth-child(odd) {
  top: auto;
  bottom: auto;
}

.odd\:inset-x-auto:nth-child(odd) {
  right: auto;
  left: auto;
}

.odd\:inset-y-px:nth-child(odd) {
  top: 1px;
  bottom: 1px;
}

.odd\:inset-x-px:nth-child(odd) {
  right: 1px;
  left: 1px;
}

.odd\:inset-y-0\.5:nth-child(odd) {
  top: 0.125rem;
  bottom: 0.125rem;
}

.odd\:inset-x-0\.5:nth-child(odd) {
  right: 0.125rem;
  left: 0.125rem;
}

.odd\:inset-y-1\.5:nth-child(odd) {
  top: 0.375rem;
  bottom: 0.375rem;
}

.odd\:inset-x-1\.5:nth-child(odd) {
  right: 0.375rem;
  left: 0.375rem;
}

.odd\:inset-y-2\.5:nth-child(odd) {
  top: 0.625rem;
  bottom: 0.625rem;
}

.odd\:inset-x-2\.5:nth-child(odd) {
  right: 0.625rem;
  left: 0.625rem;
}

.odd\:inset-y-3\.5:nth-child(odd) {
  top: 0.875rem;
  bottom: 0.875rem;
}

.odd\:inset-x-3\.5:nth-child(odd) {
  right: 0.875rem;
  left: 0.875rem;
}

.odd\:-inset-y-0:nth-child(odd) {
  top: 0px;
  bottom: 0px;
}

.odd\:-inset-x-0:nth-child(odd) {
  right: 0px;
  left: 0px;
}

.odd\:-inset-y-1:nth-child(odd) {
  top: -0.25rem;
  bottom: -0.25rem;
}

.odd\:-inset-x-1:nth-child(odd) {
  right: -0.25rem;
  left: -0.25rem;
}

.odd\:-inset-y-2:nth-child(odd) {
  top: -0.5rem;
  bottom: -0.5rem;
}

.odd\:-inset-x-2:nth-child(odd) {
  right: -0.5rem;
  left: -0.5rem;
}

.odd\:-inset-y-3:nth-child(odd) {
  top: -0.75rem;
  bottom: -0.75rem;
}

.odd\:-inset-x-3:nth-child(odd) {
  right: -0.75rem;
  left: -0.75rem;
}

.odd\:-inset-y-4:nth-child(odd) {
  top: -1rem;
  bottom: -1rem;
}

.odd\:-inset-x-4:nth-child(odd) {
  right: -1rem;
  left: -1rem;
}

.odd\:-inset-y-5:nth-child(odd) {
  top: -1.25rem;
  bottom: -1.25rem;
}

.odd\:-inset-x-5:nth-child(odd) {
  right: -1.25rem;
  left: -1.25rem;
}

.odd\:-inset-y-6:nth-child(odd) {
  top: -1.5rem;
  bottom: -1.5rem;
}

.odd\:-inset-x-6:nth-child(odd) {
  right: -1.5rem;
  left: -1.5rem;
}

.odd\:-inset-y-7:nth-child(odd) {
  top: -1.75rem;
  bottom: -1.75rem;
}

.odd\:-inset-x-7:nth-child(odd) {
  right: -1.75rem;
  left: -1.75rem;
}

.odd\:-inset-y-8:nth-child(odd) {
  top: -2rem;
  bottom: -2rem;
}

.odd\:-inset-x-8:nth-child(odd) {
  right: -2rem;
  left: -2rem;
}

.odd\:-inset-y-9:nth-child(odd) {
  top: -2.25rem;
  bottom: -2.25rem;
}

.odd\:-inset-x-9:nth-child(odd) {
  right: -2.25rem;
  left: -2.25rem;
}

.odd\:-inset-y-10:nth-child(odd) {
  top: -2.5rem;
  bottom: -2.5rem;
}

.odd\:-inset-x-10:nth-child(odd) {
  right: -2.5rem;
  left: -2.5rem;
}

.odd\:-inset-y-11:nth-child(odd) {
  top: -2.75rem;
  bottom: -2.75rem;
}

.odd\:-inset-x-11:nth-child(odd) {
  right: -2.75rem;
  left: -2.75rem;
}

.odd\:-inset-y-12:nth-child(odd) {
  top: -3rem;
  bottom: -3rem;
}

.odd\:-inset-x-12:nth-child(odd) {
  right: -3rem;
  left: -3rem;
}

.odd\:-inset-y-14:nth-child(odd) {
  top: -3.5rem;
  bottom: -3.5rem;
}

.odd\:-inset-x-14:nth-child(odd) {
  right: -3.5rem;
  left: -3.5rem;
}

.odd\:-inset-y-16:nth-child(odd) {
  top: -4rem;
  bottom: -4rem;
}

.odd\:-inset-x-16:nth-child(odd) {
  right: -4rem;
  left: -4rem;
}

.odd\:-inset-y-20:nth-child(odd) {
  top: -5rem;
  bottom: -5rem;
}

.odd\:-inset-x-20:nth-child(odd) {
  right: -5rem;
  left: -5rem;
}

.odd\:-inset-y-24:nth-child(odd) {
  top: -6rem;
  bottom: -6rem;
}

.odd\:-inset-x-24:nth-child(odd) {
  right: -6rem;
  left: -6rem;
}

.odd\:-inset-y-28:nth-child(odd) {
  top: -7rem;
  bottom: -7rem;
}

.odd\:-inset-x-28:nth-child(odd) {
  right: -7rem;
  left: -7rem;
}

.odd\:-inset-y-32:nth-child(odd) {
  top: -8rem;
  bottom: -8rem;
}

.odd\:-inset-x-32:nth-child(odd) {
  right: -8rem;
  left: -8rem;
}

.odd\:-inset-y-36:nth-child(odd) {
  top: -9rem;
  bottom: -9rem;
}

.odd\:-inset-x-36:nth-child(odd) {
  right: -9rem;
  left: -9rem;
}

.odd\:-inset-y-40:nth-child(odd) {
  top: -10rem;
  bottom: -10rem;
}

.odd\:-inset-x-40:nth-child(odd) {
  right: -10rem;
  left: -10rem;
}

.odd\:-inset-y-44:nth-child(odd) {
  top: -11rem;
  bottom: -11rem;
}

.odd\:-inset-x-44:nth-child(odd) {
  right: -11rem;
  left: -11rem;
}

.odd\:-inset-y-48:nth-child(odd) {
  top: -12rem;
  bottom: -12rem;
}

.odd\:-inset-x-48:nth-child(odd) {
  right: -12rem;
  left: -12rem;
}

.odd\:-inset-y-52:nth-child(odd) {
  top: -13rem;
  bottom: -13rem;
}

.odd\:-inset-x-52:nth-child(odd) {
  right: -13rem;
  left: -13rem;
}

.odd\:-inset-y-56:nth-child(odd) {
  top: -14rem;
  bottom: -14rem;
}

.odd\:-inset-x-56:nth-child(odd) {
  right: -14rem;
  left: -14rem;
}

.odd\:-inset-y-60:nth-child(odd) {
  top: -15rem;
  bottom: -15rem;
}

.odd\:-inset-x-60:nth-child(odd) {
  right: -15rem;
  left: -15rem;
}

.odd\:-inset-y-64:nth-child(odd) {
  top: -16rem;
  bottom: -16rem;
}

.odd\:-inset-x-64:nth-child(odd) {
  right: -16rem;
  left: -16rem;
}

.odd\:-inset-y-72:nth-child(odd) {
  top: -18rem;
  bottom: -18rem;
}

.odd\:-inset-x-72:nth-child(odd) {
  right: -18rem;
  left: -18rem;
}

.odd\:-inset-y-80:nth-child(odd) {
  top: -20rem;
  bottom: -20rem;
}

.odd\:-inset-x-80:nth-child(odd) {
  right: -20rem;
  left: -20rem;
}

.odd\:-inset-y-96:nth-child(odd) {
  top: -24rem;
  bottom: -24rem;
}

.odd\:-inset-x-96:nth-child(odd) {
  right: -24rem;
  left: -24rem;
}

.odd\:-inset-y-px:nth-child(odd) {
  top: -1px;
  bottom: -1px;
}

.odd\:-inset-x-px:nth-child(odd) {
  right: -1px;
  left: -1px;
}

.odd\:-inset-y-0\.5:nth-child(odd) {
  top: -0.125rem;
  bottom: -0.125rem;
}

.odd\:-inset-x-0\.5:nth-child(odd) {
  right: -0.125rem;
  left: -0.125rem;
}

.odd\:-inset-y-1\.5:nth-child(odd) {
  top: -0.375rem;
  bottom: -0.375rem;
}

.odd\:-inset-x-1\.5:nth-child(odd) {
  right: -0.375rem;
  left: -0.375rem;
}

.odd\:-inset-y-2\.5:nth-child(odd) {
  top: -0.625rem;
  bottom: -0.625rem;
}

.odd\:-inset-x-2\.5:nth-child(odd) {
  right: -0.625rem;
  left: -0.625rem;
}

.odd\:-inset-y-3\.5:nth-child(odd) {
  top: -0.875rem;
  bottom: -0.875rem;
}

.odd\:-inset-x-3\.5:nth-child(odd) {
  right: -0.875rem;
  left: -0.875rem;
}

.odd\:inset-y-1\/2:nth-child(odd) {
  top: 50%;
  bottom: 50%;
}

.odd\:inset-x-1\/2:nth-child(odd) {
  right: 50%;
  left: 50%;
}

.odd\:inset-y-1\/3:nth-child(odd) {
  top: 33.333333%;
  bottom: 33.333333%;
}

.odd\:inset-x-1\/3:nth-child(odd) {
  right: 33.333333%;
  left: 33.333333%;
}

.odd\:inset-y-2\/3:nth-child(odd) {
  top: 66.666667%;
  bottom: 66.666667%;
}

.odd\:inset-x-2\/3:nth-child(odd) {
  right: 66.666667%;
  left: 66.666667%;
}

.odd\:inset-y-1\/4:nth-child(odd) {
  top: 25%;
  bottom: 25%;
}

.odd\:inset-x-1\/4:nth-child(odd) {
  right: 25%;
  left: 25%;
}

.odd\:inset-y-2\/4:nth-child(odd) {
  top: 50%;
  bottom: 50%;
}

.odd\:inset-x-2\/4:nth-child(odd) {
  right: 50%;
  left: 50%;
}

.odd\:inset-y-3\/4:nth-child(odd) {
  top: 75%;
  bottom: 75%;
}

.odd\:inset-x-3\/4:nth-child(odd) {
  right: 75%;
  left: 75%;
}

.odd\:inset-y-full:nth-child(odd) {
  top: 100%;
  bottom: 100%;
}

.odd\:inset-x-full:nth-child(odd) {
  right: 100%;
  left: 100%;
}

.odd\:-inset-y-1\/2:nth-child(odd) {
  top: -50%;
  bottom: -50%;
}

.odd\:-inset-x-1\/2:nth-child(odd) {
  right: -50%;
  left: -50%;
}

.odd\:-inset-y-1\/3:nth-child(odd) {
  top: -33.333333%;
  bottom: -33.333333%;
}

.odd\:-inset-x-1\/3:nth-child(odd) {
  right: -33.333333%;
  left: -33.333333%;
}

.odd\:-inset-y-2\/3:nth-child(odd) {
  top: -66.666667%;
  bottom: -66.666667%;
}

.odd\:-inset-x-2\/3:nth-child(odd) {
  right: -66.666667%;
  left: -66.666667%;
}

.odd\:-inset-y-1\/4:nth-child(odd) {
  top: -25%;
  bottom: -25%;
}

.odd\:-inset-x-1\/4:nth-child(odd) {
  right: -25%;
  left: -25%;
}

.odd\:-inset-y-2\/4:nth-child(odd) {
  top: -50%;
  bottom: -50%;
}

.odd\:-inset-x-2\/4:nth-child(odd) {
  right: -50%;
  left: -50%;
}

.odd\:-inset-y-3\/4:nth-child(odd) {
  top: -75%;
  bottom: -75%;
}

.odd\:-inset-x-3\/4:nth-child(odd) {
  right: -75%;
  left: -75%;
}

.odd\:-inset-y-full:nth-child(odd) {
  top: -100%;
  bottom: -100%;
}

.odd\:-inset-x-full:nth-child(odd) {
  right: -100%;
  left: -100%;
}

.odd\:top-0:nth-child(odd) {
  top: 0px;
}

.odd\:right-0:nth-child(odd) {
  right: 0px;
}

.odd\:bottom-0:nth-child(odd) {
  bottom: 0px;
}

.odd\:left-0:nth-child(odd) {
  left: 0px;
}

.odd\:top-1:nth-child(odd) {
  top: 0.25rem;
}

.odd\:right-1:nth-child(odd) {
  right: 0.25rem;
}

.odd\:bottom-1:nth-child(odd) {
  bottom: 0.25rem;
}

.odd\:left-1:nth-child(odd) {
  left: 0.25rem;
}

.odd\:top-2:nth-child(odd) {
  top: 0.5rem;
}

.odd\:right-2:nth-child(odd) {
  right: 0.5rem;
}

.odd\:bottom-2:nth-child(odd) {
  bottom: 0.5rem;
}

.odd\:left-2:nth-child(odd) {
  left: 0.5rem;
}

.odd\:top-3:nth-child(odd) {
  top: 0.75rem;
}

.odd\:right-3:nth-child(odd) {
  right: 0.75rem;
}

.odd\:bottom-3:nth-child(odd) {
  bottom: 0.75rem;
}

.odd\:left-3:nth-child(odd) {
  left: 0.75rem;
}

.odd\:top-4:nth-child(odd) {
  top: 1rem;
}

.odd\:right-4:nth-child(odd) {
  right: 1rem;
}

.odd\:bottom-4:nth-child(odd) {
  bottom: 1rem;
}

.odd\:left-4:nth-child(odd) {
  left: 1rem;
}

.odd\:top-5:nth-child(odd) {
  top: 1.25rem;
}

.odd\:right-5:nth-child(odd) {
  right: 1.25rem;
}

.odd\:bottom-5:nth-child(odd) {
  bottom: 1.25rem;
}

.odd\:left-5:nth-child(odd) {
  left: 1.25rem;
}

.odd\:top-6:nth-child(odd) {
  top: 1.5rem;
}

.odd\:right-6:nth-child(odd) {
  right: 1.5rem;
}

.odd\:bottom-6:nth-child(odd) {
  bottom: 1.5rem;
}

.odd\:left-6:nth-child(odd) {
  left: 1.5rem;
}

.odd\:top-7:nth-child(odd) {
  top: 1.75rem;
}

.odd\:right-7:nth-child(odd) {
  right: 1.75rem;
}

.odd\:bottom-7:nth-child(odd) {
  bottom: 1.75rem;
}

.odd\:left-7:nth-child(odd) {
  left: 1.75rem;
}

.odd\:top-8:nth-child(odd) {
  top: 2rem;
}

.odd\:right-8:nth-child(odd) {
  right: 2rem;
}

.odd\:bottom-8:nth-child(odd) {
  bottom: 2rem;
}

.odd\:left-8:nth-child(odd) {
  left: 2rem;
}

.odd\:top-9:nth-child(odd) {
  top: 2.25rem;
}

.odd\:right-9:nth-child(odd) {
  right: 2.25rem;
}

.odd\:bottom-9:nth-child(odd) {
  bottom: 2.25rem;
}

.odd\:left-9:nth-child(odd) {
  left: 2.25rem;
}

.odd\:top-10:nth-child(odd) {
  top: 2.5rem;
}

.odd\:right-10:nth-child(odd) {
  right: 2.5rem;
}

.odd\:bottom-10:nth-child(odd) {
  bottom: 2.5rem;
}

.odd\:left-10:nth-child(odd) {
  left: 2.5rem;
}

.odd\:top-11:nth-child(odd) {
  top: 2.75rem;
}

.odd\:right-11:nth-child(odd) {
  right: 2.75rem;
}

.odd\:bottom-11:nth-child(odd) {
  bottom: 2.75rem;
}

.odd\:left-11:nth-child(odd) {
  left: 2.75rem;
}

.odd\:top-12:nth-child(odd) {
  top: 3rem;
}

.odd\:right-12:nth-child(odd) {
  right: 3rem;
}

.odd\:bottom-12:nth-child(odd) {
  bottom: 3rem;
}

.odd\:left-12:nth-child(odd) {
  left: 3rem;
}

.odd\:top-14:nth-child(odd) {
  top: 3.5rem;
}

.odd\:right-14:nth-child(odd) {
  right: 3.5rem;
}

.odd\:bottom-14:nth-child(odd) {
  bottom: 3.5rem;
}

.odd\:left-14:nth-child(odd) {
  left: 3.5rem;
}

.odd\:top-16:nth-child(odd) {
  top: 4rem;
}

.odd\:right-16:nth-child(odd) {
  right: 4rem;
}

.odd\:bottom-16:nth-child(odd) {
  bottom: 4rem;
}

.odd\:left-16:nth-child(odd) {
  left: 4rem;
}

.odd\:top-20:nth-child(odd) {
  top: 5rem;
}

.odd\:right-20:nth-child(odd) {
  right: 5rem;
}

.odd\:bottom-20:nth-child(odd) {
  bottom: 5rem;
}

.odd\:left-20:nth-child(odd) {
  left: 5rem;
}

.odd\:top-24:nth-child(odd) {
  top: 6rem;
}

.odd\:right-24:nth-child(odd) {
  right: 6rem;
}

.odd\:bottom-24:nth-child(odd) {
  bottom: 6rem;
}

.odd\:left-24:nth-child(odd) {
  left: 6rem;
}

.odd\:top-28:nth-child(odd) {
  top: 7rem;
}

.odd\:right-28:nth-child(odd) {
  right: 7rem;
}

.odd\:bottom-28:nth-child(odd) {
  bottom: 7rem;
}

.odd\:left-28:nth-child(odd) {
  left: 7rem;
}

.odd\:top-32:nth-child(odd) {
  top: 8rem;
}

.odd\:right-32:nth-child(odd) {
  right: 8rem;
}

.odd\:bottom-32:nth-child(odd) {
  bottom: 8rem;
}

.odd\:left-32:nth-child(odd) {
  left: 8rem;
}

.odd\:top-36:nth-child(odd) {
  top: 9rem;
}

.odd\:right-36:nth-child(odd) {
  right: 9rem;
}

.odd\:bottom-36:nth-child(odd) {
  bottom: 9rem;
}

.odd\:left-36:nth-child(odd) {
  left: 9rem;
}

.odd\:top-40:nth-child(odd) {
  top: 10rem;
}

.odd\:right-40:nth-child(odd) {
  right: 10rem;
}

.odd\:bottom-40:nth-child(odd) {
  bottom: 10rem;
}

.odd\:left-40:nth-child(odd) {
  left: 10rem;
}

.odd\:top-44:nth-child(odd) {
  top: 11rem;
}

.odd\:right-44:nth-child(odd) {
  right: 11rem;
}

.odd\:bottom-44:nth-child(odd) {
  bottom: 11rem;
}

.odd\:left-44:nth-child(odd) {
  left: 11rem;
}

.odd\:top-48:nth-child(odd) {
  top: 12rem;
}

.odd\:right-48:nth-child(odd) {
  right: 12rem;
}

.odd\:bottom-48:nth-child(odd) {
  bottom: 12rem;
}

.odd\:left-48:nth-child(odd) {
  left: 12rem;
}

.odd\:top-52:nth-child(odd) {
  top: 13rem;
}

.odd\:right-52:nth-child(odd) {
  right: 13rem;
}

.odd\:bottom-52:nth-child(odd) {
  bottom: 13rem;
}

.odd\:left-52:nth-child(odd) {
  left: 13rem;
}

.odd\:top-56:nth-child(odd) {
  top: 14rem;
}

.odd\:right-56:nth-child(odd) {
  right: 14rem;
}

.odd\:bottom-56:nth-child(odd) {
  bottom: 14rem;
}

.odd\:left-56:nth-child(odd) {
  left: 14rem;
}

.odd\:top-60:nth-child(odd) {
  top: 15rem;
}

.odd\:right-60:nth-child(odd) {
  right: 15rem;
}

.odd\:bottom-60:nth-child(odd) {
  bottom: 15rem;
}

.odd\:left-60:nth-child(odd) {
  left: 15rem;
}

.odd\:top-64:nth-child(odd) {
  top: 16rem;
}

.odd\:right-64:nth-child(odd) {
  right: 16rem;
}

.odd\:bottom-64:nth-child(odd) {
  bottom: 16rem;
}

.odd\:left-64:nth-child(odd) {
  left: 16rem;
}

.odd\:top-72:nth-child(odd) {
  top: 18rem;
}

.odd\:right-72:nth-child(odd) {
  right: 18rem;
}

.odd\:bottom-72:nth-child(odd) {
  bottom: 18rem;
}

.odd\:left-72:nth-child(odd) {
  left: 18rem;
}

.odd\:top-80:nth-child(odd) {
  top: 20rem;
}

.odd\:right-80:nth-child(odd) {
  right: 20rem;
}

.odd\:bottom-80:nth-child(odd) {
  bottom: 20rem;
}

.odd\:left-80:nth-child(odd) {
  left: 20rem;
}

.odd\:top-96:nth-child(odd) {
  top: 24rem;
}

.odd\:right-96:nth-child(odd) {
  right: 24rem;
}

.odd\:bottom-96:nth-child(odd) {
  bottom: 24rem;
}

.odd\:left-96:nth-child(odd) {
  left: 24rem;
}

.odd\:top-auto:nth-child(odd) {
  top: auto;
}

.odd\:right-auto:nth-child(odd) {
  right: auto;
}

.odd\:bottom-auto:nth-child(odd) {
  bottom: auto;
}

.odd\:left-auto:nth-child(odd) {
  left: auto;
}

.odd\:top-px:nth-child(odd) {
  top: 1px;
}

.odd\:right-px:nth-child(odd) {
  right: 1px;
}

.odd\:bottom-px:nth-child(odd) {
  bottom: 1px;
}

.odd\:left-px:nth-child(odd) {
  left: 1px;
}

.odd\:top-0\.5:nth-child(odd) {
  top: 0.125rem;
}

.odd\:right-0\.5:nth-child(odd) {
  right: 0.125rem;
}

.odd\:bottom-0\.5:nth-child(odd) {
  bottom: 0.125rem;
}

.odd\:left-0\.5:nth-child(odd) {
  left: 0.125rem;
}

.odd\:top-1\.5:nth-child(odd) {
  top: 0.375rem;
}

.odd\:right-1\.5:nth-child(odd) {
  right: 0.375rem;
}

.odd\:bottom-1\.5:nth-child(odd) {
  bottom: 0.375rem;
}

.odd\:left-1\.5:nth-child(odd) {
  left: 0.375rem;
}

.odd\:top-2\.5:nth-child(odd) {
  top: 0.625rem;
}

.odd\:right-2\.5:nth-child(odd) {
  right: 0.625rem;
}

.odd\:bottom-2\.5:nth-child(odd) {
  bottom: 0.625rem;
}

.odd\:left-2\.5:nth-child(odd) {
  left: 0.625rem;
}

.odd\:top-3\.5:nth-child(odd) {
  top: 0.875rem;
}

.odd\:right-3\.5:nth-child(odd) {
  right: 0.875rem;
}

.odd\:bottom-3\.5:nth-child(odd) {
  bottom: 0.875rem;
}

.odd\:left-3\.5:nth-child(odd) {
  left: 0.875rem;
}

.odd\:-top-0:nth-child(odd) {
  top: 0px;
}

.odd\:-right-0:nth-child(odd) {
  right: 0px;
}

.odd\:-bottom-0:nth-child(odd) {
  bottom: 0px;
}

.odd\:-left-0:nth-child(odd) {
  left: 0px;
}

.odd\:-top-1:nth-child(odd) {
  top: -0.25rem;
}

.odd\:-right-1:nth-child(odd) {
  right: -0.25rem;
}

.odd\:-bottom-1:nth-child(odd) {
  bottom: -0.25rem;
}

.odd\:-left-1:nth-child(odd) {
  left: -0.25rem;
}

.odd\:-top-2:nth-child(odd) {
  top: -0.5rem;
}

.odd\:-right-2:nth-child(odd) {
  right: -0.5rem;
}

.odd\:-bottom-2:nth-child(odd) {
  bottom: -0.5rem;
}

.odd\:-left-2:nth-child(odd) {
  left: -0.5rem;
}

.odd\:-top-3:nth-child(odd) {
  top: -0.75rem;
}

.odd\:-right-3:nth-child(odd) {
  right: -0.75rem;
}

.odd\:-bottom-3:nth-child(odd) {
  bottom: -0.75rem;
}

.odd\:-left-3:nth-child(odd) {
  left: -0.75rem;
}

.odd\:-top-4:nth-child(odd) {
  top: -1rem;
}

.odd\:-right-4:nth-child(odd) {
  right: -1rem;
}

.odd\:-bottom-4:nth-child(odd) {
  bottom: -1rem;
}

.odd\:-left-4:nth-child(odd) {
  left: -1rem;
}

.odd\:-top-5:nth-child(odd) {
  top: -1.25rem;
}

.odd\:-right-5:nth-child(odd) {
  right: -1.25rem;
}

.odd\:-bottom-5:nth-child(odd) {
  bottom: -1.25rem;
}

.odd\:-left-5:nth-child(odd) {
  left: -1.25rem;
}

.odd\:-top-6:nth-child(odd) {
  top: -1.5rem;
}

.odd\:-right-6:nth-child(odd) {
  right: -1.5rem;
}

.odd\:-bottom-6:nth-child(odd) {
  bottom: -1.5rem;
}

.odd\:-left-6:nth-child(odd) {
  left: -1.5rem;
}

.odd\:-top-7:nth-child(odd) {
  top: -1.75rem;
}

.odd\:-right-7:nth-child(odd) {
  right: -1.75rem;
}

.odd\:-bottom-7:nth-child(odd) {
  bottom: -1.75rem;
}

.odd\:-left-7:nth-child(odd) {
  left: -1.75rem;
}

.odd\:-top-8:nth-child(odd) {
  top: -2rem;
}

.odd\:-right-8:nth-child(odd) {
  right: -2rem;
}

.odd\:-bottom-8:nth-child(odd) {
  bottom: -2rem;
}

.odd\:-left-8:nth-child(odd) {
  left: -2rem;
}

.odd\:-top-9:nth-child(odd) {
  top: -2.25rem;
}

.odd\:-right-9:nth-child(odd) {
  right: -2.25rem;
}

.odd\:-bottom-9:nth-child(odd) {
  bottom: -2.25rem;
}

.odd\:-left-9:nth-child(odd) {
  left: -2.25rem;
}

.odd\:-top-10:nth-child(odd) {
  top: -2.5rem;
}

.odd\:-right-10:nth-child(odd) {
  right: -2.5rem;
}

.odd\:-bottom-10:nth-child(odd) {
  bottom: -2.5rem;
}

.odd\:-left-10:nth-child(odd) {
  left: -2.5rem;
}

.odd\:-top-11:nth-child(odd) {
  top: -2.75rem;
}

.odd\:-right-11:nth-child(odd) {
  right: -2.75rem;
}

.odd\:-bottom-11:nth-child(odd) {
  bottom: -2.75rem;
}

.odd\:-left-11:nth-child(odd) {
  left: -2.75rem;
}

.odd\:-top-12:nth-child(odd) {
  top: -3rem;
}

.odd\:-right-12:nth-child(odd) {
  right: -3rem;
}

.odd\:-bottom-12:nth-child(odd) {
  bottom: -3rem;
}

.odd\:-left-12:nth-child(odd) {
  left: -3rem;
}

.odd\:-top-14:nth-child(odd) {
  top: -3.5rem;
}

.odd\:-right-14:nth-child(odd) {
  right: -3.5rem;
}

.odd\:-bottom-14:nth-child(odd) {
  bottom: -3.5rem;
}

.odd\:-left-14:nth-child(odd) {
  left: -3.5rem;
}

.odd\:-top-16:nth-child(odd) {
  top: -4rem;
}

.odd\:-right-16:nth-child(odd) {
  right: -4rem;
}

.odd\:-bottom-16:nth-child(odd) {
  bottom: -4rem;
}

.odd\:-left-16:nth-child(odd) {
  left: -4rem;
}

.odd\:-top-20:nth-child(odd) {
  top: -5rem;
}

.odd\:-right-20:nth-child(odd) {
  right: -5rem;
}

.odd\:-bottom-20:nth-child(odd) {
  bottom: -5rem;
}

.odd\:-left-20:nth-child(odd) {
  left: -5rem;
}

.odd\:-top-24:nth-child(odd) {
  top: -6rem;
}

.odd\:-right-24:nth-child(odd) {
  right: -6rem;
}

.odd\:-bottom-24:nth-child(odd) {
  bottom: -6rem;
}

.odd\:-left-24:nth-child(odd) {
  left: -6rem;
}

.odd\:-top-28:nth-child(odd) {
  top: -7rem;
}

.odd\:-right-28:nth-child(odd) {
  right: -7rem;
}

.odd\:-bottom-28:nth-child(odd) {
  bottom: -7rem;
}

.odd\:-left-28:nth-child(odd) {
  left: -7rem;
}

.odd\:-top-32:nth-child(odd) {
  top: -8rem;
}

.odd\:-right-32:nth-child(odd) {
  right: -8rem;
}

.odd\:-bottom-32:nth-child(odd) {
  bottom: -8rem;
}

.odd\:-left-32:nth-child(odd) {
  left: -8rem;
}

.odd\:-top-36:nth-child(odd) {
  top: -9rem;
}

.odd\:-right-36:nth-child(odd) {
  right: -9rem;
}

.odd\:-bottom-36:nth-child(odd) {
  bottom: -9rem;
}

.odd\:-left-36:nth-child(odd) {
  left: -9rem;
}

.odd\:-top-40:nth-child(odd) {
  top: -10rem;
}

.odd\:-right-40:nth-child(odd) {
  right: -10rem;
}

.odd\:-bottom-40:nth-child(odd) {
  bottom: -10rem;
}

.odd\:-left-40:nth-child(odd) {
  left: -10rem;
}

.odd\:-top-44:nth-child(odd) {
  top: -11rem;
}

.odd\:-right-44:nth-child(odd) {
  right: -11rem;
}

.odd\:-bottom-44:nth-child(odd) {
  bottom: -11rem;
}

.odd\:-left-44:nth-child(odd) {
  left: -11rem;
}

.odd\:-top-48:nth-child(odd) {
  top: -12rem;
}

.odd\:-right-48:nth-child(odd) {
  right: -12rem;
}

.odd\:-bottom-48:nth-child(odd) {
  bottom: -12rem;
}

.odd\:-left-48:nth-child(odd) {
  left: -12rem;
}

.odd\:-top-52:nth-child(odd) {
  top: -13rem;
}

.odd\:-right-52:nth-child(odd) {
  right: -13rem;
}

.odd\:-bottom-52:nth-child(odd) {
  bottom: -13rem;
}

.odd\:-left-52:nth-child(odd) {
  left: -13rem;
}

.odd\:-top-56:nth-child(odd) {
  top: -14rem;
}

.odd\:-right-56:nth-child(odd) {
  right: -14rem;
}

.odd\:-bottom-56:nth-child(odd) {
  bottom: -14rem;
}

.odd\:-left-56:nth-child(odd) {
  left: -14rem;
}

.odd\:-top-60:nth-child(odd) {
  top: -15rem;
}

.odd\:-right-60:nth-child(odd) {
  right: -15rem;
}

.odd\:-bottom-60:nth-child(odd) {
  bottom: -15rem;
}

.odd\:-left-60:nth-child(odd) {
  left: -15rem;
}

.odd\:-top-64:nth-child(odd) {
  top: -16rem;
}

.odd\:-right-64:nth-child(odd) {
  right: -16rem;
}

.odd\:-bottom-64:nth-child(odd) {
  bottom: -16rem;
}

.odd\:-left-64:nth-child(odd) {
  left: -16rem;
}

.odd\:-top-72:nth-child(odd) {
  top: -18rem;
}

.odd\:-right-72:nth-child(odd) {
  right: -18rem;
}

.odd\:-bottom-72:nth-child(odd) {
  bottom: -18rem;
}

.odd\:-left-72:nth-child(odd) {
  left: -18rem;
}

.odd\:-top-80:nth-child(odd) {
  top: -20rem;
}

.odd\:-right-80:nth-child(odd) {
  right: -20rem;
}

.odd\:-bottom-80:nth-child(odd) {
  bottom: -20rem;
}

.odd\:-left-80:nth-child(odd) {
  left: -20rem;
}

.odd\:-top-96:nth-child(odd) {
  top: -24rem;
}

.odd\:-right-96:nth-child(odd) {
  right: -24rem;
}

.odd\:-bottom-96:nth-child(odd) {
  bottom: -24rem;
}

.odd\:-left-96:nth-child(odd) {
  left: -24rem;
}

.odd\:-top-px:nth-child(odd) {
  top: -1px;
}

.odd\:-right-px:nth-child(odd) {
  right: -1px;
}

.odd\:-bottom-px:nth-child(odd) {
  bottom: -1px;
}

.odd\:-left-px:nth-child(odd) {
  left: -1px;
}

.odd\:-top-0\.5:nth-child(odd) {
  top: -0.125rem;
}

.odd\:-right-0\.5:nth-child(odd) {
  right: -0.125rem;
}

.odd\:-bottom-0\.5:nth-child(odd) {
  bottom: -0.125rem;
}

.odd\:-left-0\.5:nth-child(odd) {
  left: -0.125rem;
}

.odd\:-top-1\.5:nth-child(odd) {
  top: -0.375rem;
}

.odd\:-right-1\.5:nth-child(odd) {
  right: -0.375rem;
}

.odd\:-bottom-1\.5:nth-child(odd) {
  bottom: -0.375rem;
}

.odd\:-left-1\.5:nth-child(odd) {
  left: -0.375rem;
}

.odd\:-top-2\.5:nth-child(odd) {
  top: -0.625rem;
}

.odd\:-right-2\.5:nth-child(odd) {
  right: -0.625rem;
}

.odd\:-bottom-2\.5:nth-child(odd) {
  bottom: -0.625rem;
}

.odd\:-left-2\.5:nth-child(odd) {
  left: -0.625rem;
}

.odd\:-top-3\.5:nth-child(odd) {
  top: -0.875rem;
}

.odd\:-right-3\.5:nth-child(odd) {
  right: -0.875rem;
}

.odd\:-bottom-3\.5:nth-child(odd) {
  bottom: -0.875rem;
}

.odd\:-left-3\.5:nth-child(odd) {
  left: -0.875rem;
}

.odd\:top-1\/2:nth-child(odd) {
  top: 50%;
}

.odd\:right-1\/2:nth-child(odd) {
  right: 50%;
}

.odd\:bottom-1\/2:nth-child(odd) {
  bottom: 50%;
}

.odd\:left-1\/2:nth-child(odd) {
  left: 50%;
}

.odd\:top-1\/3:nth-child(odd) {
  top: 33.333333%;
}

.odd\:right-1\/3:nth-child(odd) {
  right: 33.333333%;
}

.odd\:bottom-1\/3:nth-child(odd) {
  bottom: 33.333333%;
}

.odd\:left-1\/3:nth-child(odd) {
  left: 33.333333%;
}

.odd\:top-2\/3:nth-child(odd) {
  top: 66.666667%;
}

.odd\:right-2\/3:nth-child(odd) {
  right: 66.666667%;
}

.odd\:bottom-2\/3:nth-child(odd) {
  bottom: 66.666667%;
}

.odd\:left-2\/3:nth-child(odd) {
  left: 66.666667%;
}

.odd\:top-1\/4:nth-child(odd) {
  top: 25%;
}

.odd\:right-1\/4:nth-child(odd) {
  right: 25%;
}

.odd\:bottom-1\/4:nth-child(odd) {
  bottom: 25%;
}

.odd\:left-1\/4:nth-child(odd) {
  left: 25%;
}

.odd\:top-2\/4:nth-child(odd) {
  top: 50%;
}

.odd\:right-2\/4:nth-child(odd) {
  right: 50%;
}

.odd\:bottom-2\/4:nth-child(odd) {
  bottom: 50%;
}

.odd\:left-2\/4:nth-child(odd) {
  left: 50%;
}

.odd\:top-3\/4:nth-child(odd) {
  top: 75%;
}

.odd\:right-3\/4:nth-child(odd) {
  right: 75%;
}

.odd\:bottom-3\/4:nth-child(odd) {
  bottom: 75%;
}

.odd\:left-3\/4:nth-child(odd) {
  left: 75%;
}

.odd\:top-full:nth-child(odd) {
  top: 100%;
}

.odd\:right-full:nth-child(odd) {
  right: 100%;
}

.odd\:bottom-full:nth-child(odd) {
  bottom: 100%;
}

.odd\:left-full:nth-child(odd) {
  left: 100%;
}

.odd\:-top-1\/2:nth-child(odd) {
  top: -50%;
}

.odd\:-right-1\/2:nth-child(odd) {
  right: -50%;
}

.odd\:-bottom-1\/2:nth-child(odd) {
  bottom: -50%;
}

.odd\:-left-1\/2:nth-child(odd) {
  left: -50%;
}

.odd\:-top-1\/3:nth-child(odd) {
  top: -33.333333%;
}

.odd\:-right-1\/3:nth-child(odd) {
  right: -33.333333%;
}

.odd\:-bottom-1\/3:nth-child(odd) {
  bottom: -33.333333%;
}

.odd\:-left-1\/3:nth-child(odd) {
  left: -33.333333%;
}

.odd\:-top-2\/3:nth-child(odd) {
  top: -66.666667%;
}

.odd\:-right-2\/3:nth-child(odd) {
  right: -66.666667%;
}

.odd\:-bottom-2\/3:nth-child(odd) {
  bottom: -66.666667%;
}

.odd\:-left-2\/3:nth-child(odd) {
  left: -66.666667%;
}

.odd\:-top-1\/4:nth-child(odd) {
  top: -25%;
}

.odd\:-right-1\/4:nth-child(odd) {
  right: -25%;
}

.odd\:-bottom-1\/4:nth-child(odd) {
  bottom: -25%;
}

.odd\:-left-1\/4:nth-child(odd) {
  left: -25%;
}

.odd\:-top-2\/4:nth-child(odd) {
  top: -50%;
}

.odd\:-right-2\/4:nth-child(odd) {
  right: -50%;
}

.odd\:-bottom-2\/4:nth-child(odd) {
  bottom: -50%;
}

.odd\:-left-2\/4:nth-child(odd) {
  left: -50%;
}

.odd\:-top-3\/4:nth-child(odd) {
  top: -75%;
}

.odd\:-right-3\/4:nth-child(odd) {
  right: -75%;
}

.odd\:-bottom-3\/4:nth-child(odd) {
  bottom: -75%;
}

.odd\:-left-3\/4:nth-child(odd) {
  left: -75%;
}

.odd\:-top-full:nth-child(odd) {
  top: -100%;
}

.odd\:-right-full:nth-child(odd) {
  right: -100%;
}

.odd\:-bottom-full:nth-child(odd) {
  bottom: -100%;
}

.odd\:-left-full:nth-child(odd) {
  left: -100%;
}

.even\:inset-0:nth-child(even) {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.even\:inset-1:nth-child(even) {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.even\:inset-2:nth-child(even) {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.even\:inset-3:nth-child(even) {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.even\:inset-4:nth-child(even) {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.even\:inset-5:nth-child(even) {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.even\:inset-6:nth-child(even) {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.even\:inset-7:nth-child(even) {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.even\:inset-8:nth-child(even) {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.even\:inset-9:nth-child(even) {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.even\:inset-10:nth-child(even) {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.even\:inset-11:nth-child(even) {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.even\:inset-12:nth-child(even) {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.even\:inset-14:nth-child(even) {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.even\:inset-16:nth-child(even) {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.even\:inset-20:nth-child(even) {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.even\:inset-24:nth-child(even) {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.even\:inset-28:nth-child(even) {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.even\:inset-32:nth-child(even) {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.even\:inset-36:nth-child(even) {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.even\:inset-40:nth-child(even) {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.even\:inset-44:nth-child(even) {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.even\:inset-48:nth-child(even) {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.even\:inset-52:nth-child(even) {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.even\:inset-56:nth-child(even) {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.even\:inset-60:nth-child(even) {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.even\:inset-64:nth-child(even) {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.even\:inset-72:nth-child(even) {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.even\:inset-80:nth-child(even) {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.even\:inset-96:nth-child(even) {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.even\:inset-auto:nth-child(even) {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.even\:inset-px:nth-child(even) {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.even\:inset-0\.5:nth-child(even) {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.even\:inset-1\.5:nth-child(even) {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.even\:inset-2\.5:nth-child(even) {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.even\:inset-3\.5:nth-child(even) {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.even\:-inset-0:nth-child(even) {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.even\:-inset-1:nth-child(even) {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.even\:-inset-2:nth-child(even) {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.even\:-inset-3:nth-child(even) {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.even\:-inset-4:nth-child(even) {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.even\:-inset-5:nth-child(even) {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.even\:-inset-6:nth-child(even) {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.even\:-inset-7:nth-child(even) {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.even\:-inset-8:nth-child(even) {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.even\:-inset-9:nth-child(even) {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.even\:-inset-10:nth-child(even) {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.even\:-inset-11:nth-child(even) {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.even\:-inset-12:nth-child(even) {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.even\:-inset-14:nth-child(even) {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.even\:-inset-16:nth-child(even) {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.even\:-inset-20:nth-child(even) {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.even\:-inset-24:nth-child(even) {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.even\:-inset-28:nth-child(even) {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.even\:-inset-32:nth-child(even) {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.even\:-inset-36:nth-child(even) {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.even\:-inset-40:nth-child(even) {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.even\:-inset-44:nth-child(even) {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.even\:-inset-48:nth-child(even) {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.even\:-inset-52:nth-child(even) {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.even\:-inset-56:nth-child(even) {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.even\:-inset-60:nth-child(even) {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.even\:-inset-64:nth-child(even) {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.even\:-inset-72:nth-child(even) {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.even\:-inset-80:nth-child(even) {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.even\:-inset-96:nth-child(even) {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.even\:-inset-px:nth-child(even) {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.even\:-inset-0\.5:nth-child(even) {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.even\:-inset-1\.5:nth-child(even) {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.even\:-inset-2\.5:nth-child(even) {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.even\:-inset-3\.5:nth-child(even) {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.even\:inset-1\/2:nth-child(even) {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.even\:inset-1\/3:nth-child(even) {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.even\:inset-2\/3:nth-child(even) {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.even\:inset-1\/4:nth-child(even) {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.even\:inset-2\/4:nth-child(even) {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.even\:inset-3\/4:nth-child(even) {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.even\:inset-full:nth-child(even) {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.even\:-inset-1\/2:nth-child(even) {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.even\:-inset-1\/3:nth-child(even) {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.even\:-inset-2\/3:nth-child(even) {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.even\:-inset-1\/4:nth-child(even) {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.even\:-inset-2\/4:nth-child(even) {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.even\:-inset-3\/4:nth-child(even) {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.even\:-inset-full:nth-child(even) {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.even\:inset-y-0:nth-child(even) {
  top: 0px;
  bottom: 0px;
}

.even\:inset-x-0:nth-child(even) {
  right: 0px;
  left: 0px;
}

.even\:inset-y-1:nth-child(even) {
  top: 0.25rem;
  bottom: 0.25rem;
}

.even\:inset-x-1:nth-child(even) {
  right: 0.25rem;
  left: 0.25rem;
}

.even\:inset-y-2:nth-child(even) {
  top: 0.5rem;
  bottom: 0.5rem;
}

.even\:inset-x-2:nth-child(even) {
  right: 0.5rem;
  left: 0.5rem;
}

.even\:inset-y-3:nth-child(even) {
  top: 0.75rem;
  bottom: 0.75rem;
}

.even\:inset-x-3:nth-child(even) {
  right: 0.75rem;
  left: 0.75rem;
}

.even\:inset-y-4:nth-child(even) {
  top: 1rem;
  bottom: 1rem;
}

.even\:inset-x-4:nth-child(even) {
  right: 1rem;
  left: 1rem;
}

.even\:inset-y-5:nth-child(even) {
  top: 1.25rem;
  bottom: 1.25rem;
}

.even\:inset-x-5:nth-child(even) {
  right: 1.25rem;
  left: 1.25rem;
}

.even\:inset-y-6:nth-child(even) {
  top: 1.5rem;
  bottom: 1.5rem;
}

.even\:inset-x-6:nth-child(even) {
  right: 1.5rem;
  left: 1.5rem;
}

.even\:inset-y-7:nth-child(even) {
  top: 1.75rem;
  bottom: 1.75rem;
}

.even\:inset-x-7:nth-child(even) {
  right: 1.75rem;
  left: 1.75rem;
}

.even\:inset-y-8:nth-child(even) {
  top: 2rem;
  bottom: 2rem;
}

.even\:inset-x-8:nth-child(even) {
  right: 2rem;
  left: 2rem;
}

.even\:inset-y-9:nth-child(even) {
  top: 2.25rem;
  bottom: 2.25rem;
}

.even\:inset-x-9:nth-child(even) {
  right: 2.25rem;
  left: 2.25rem;
}

.even\:inset-y-10:nth-child(even) {
  top: 2.5rem;
  bottom: 2.5rem;
}

.even\:inset-x-10:nth-child(even) {
  right: 2.5rem;
  left: 2.5rem;
}

.even\:inset-y-11:nth-child(even) {
  top: 2.75rem;
  bottom: 2.75rem;
}

.even\:inset-x-11:nth-child(even) {
  right: 2.75rem;
  left: 2.75rem;
}

.even\:inset-y-12:nth-child(even) {
  top: 3rem;
  bottom: 3rem;
}

.even\:inset-x-12:nth-child(even) {
  right: 3rem;
  left: 3rem;
}

.even\:inset-y-14:nth-child(even) {
  top: 3.5rem;
  bottom: 3.5rem;
}

.even\:inset-x-14:nth-child(even) {
  right: 3.5rem;
  left: 3.5rem;
}

.even\:inset-y-16:nth-child(even) {
  top: 4rem;
  bottom: 4rem;
}

.even\:inset-x-16:nth-child(even) {
  right: 4rem;
  left: 4rem;
}

.even\:inset-y-20:nth-child(even) {
  top: 5rem;
  bottom: 5rem;
}

.even\:inset-x-20:nth-child(even) {
  right: 5rem;
  left: 5rem;
}

.even\:inset-y-24:nth-child(even) {
  top: 6rem;
  bottom: 6rem;
}

.even\:inset-x-24:nth-child(even) {
  right: 6rem;
  left: 6rem;
}

.even\:inset-y-28:nth-child(even) {
  top: 7rem;
  bottom: 7rem;
}

.even\:inset-x-28:nth-child(even) {
  right: 7rem;
  left: 7rem;
}

.even\:inset-y-32:nth-child(even) {
  top: 8rem;
  bottom: 8rem;
}

.even\:inset-x-32:nth-child(even) {
  right: 8rem;
  left: 8rem;
}

.even\:inset-y-36:nth-child(even) {
  top: 9rem;
  bottom: 9rem;
}

.even\:inset-x-36:nth-child(even) {
  right: 9rem;
  left: 9rem;
}

.even\:inset-y-40:nth-child(even) {
  top: 10rem;
  bottom: 10rem;
}

.even\:inset-x-40:nth-child(even) {
  right: 10rem;
  left: 10rem;
}

.even\:inset-y-44:nth-child(even) {
  top: 11rem;
  bottom: 11rem;
}

.even\:inset-x-44:nth-child(even) {
  right: 11rem;
  left: 11rem;
}

.even\:inset-y-48:nth-child(even) {
  top: 12rem;
  bottom: 12rem;
}

.even\:inset-x-48:nth-child(even) {
  right: 12rem;
  left: 12rem;
}

.even\:inset-y-52:nth-child(even) {
  top: 13rem;
  bottom: 13rem;
}

.even\:inset-x-52:nth-child(even) {
  right: 13rem;
  left: 13rem;
}

.even\:inset-y-56:nth-child(even) {
  top: 14rem;
  bottom: 14rem;
}

.even\:inset-x-56:nth-child(even) {
  right: 14rem;
  left: 14rem;
}

.even\:inset-y-60:nth-child(even) {
  top: 15rem;
  bottom: 15rem;
}

.even\:inset-x-60:nth-child(even) {
  right: 15rem;
  left: 15rem;
}

.even\:inset-y-64:nth-child(even) {
  top: 16rem;
  bottom: 16rem;
}

.even\:inset-x-64:nth-child(even) {
  right: 16rem;
  left: 16rem;
}

.even\:inset-y-72:nth-child(even) {
  top: 18rem;
  bottom: 18rem;
}

.even\:inset-x-72:nth-child(even) {
  right: 18rem;
  left: 18rem;
}

.even\:inset-y-80:nth-child(even) {
  top: 20rem;
  bottom: 20rem;
}

.even\:inset-x-80:nth-child(even) {
  right: 20rem;
  left: 20rem;
}

.even\:inset-y-96:nth-child(even) {
  top: 24rem;
  bottom: 24rem;
}

.even\:inset-x-96:nth-child(even) {
  right: 24rem;
  left: 24rem;
}

.even\:inset-y-auto:nth-child(even) {
  top: auto;
  bottom: auto;
}

.even\:inset-x-auto:nth-child(even) {
  right: auto;
  left: auto;
}

.even\:inset-y-px:nth-child(even) {
  top: 1px;
  bottom: 1px;
}

.even\:inset-x-px:nth-child(even) {
  right: 1px;
  left: 1px;
}

.even\:inset-y-0\.5:nth-child(even) {
  top: 0.125rem;
  bottom: 0.125rem;
}

.even\:inset-x-0\.5:nth-child(even) {
  right: 0.125rem;
  left: 0.125rem;
}

.even\:inset-y-1\.5:nth-child(even) {
  top: 0.375rem;
  bottom: 0.375rem;
}

.even\:inset-x-1\.5:nth-child(even) {
  right: 0.375rem;
  left: 0.375rem;
}

.even\:inset-y-2\.5:nth-child(even) {
  top: 0.625rem;
  bottom: 0.625rem;
}

.even\:inset-x-2\.5:nth-child(even) {
  right: 0.625rem;
  left: 0.625rem;
}

.even\:inset-y-3\.5:nth-child(even) {
  top: 0.875rem;
  bottom: 0.875rem;
}

.even\:inset-x-3\.5:nth-child(even) {
  right: 0.875rem;
  left: 0.875rem;
}

.even\:-inset-y-0:nth-child(even) {
  top: 0px;
  bottom: 0px;
}

.even\:-inset-x-0:nth-child(even) {
  right: 0px;
  left: 0px;
}

.even\:-inset-y-1:nth-child(even) {
  top: -0.25rem;
  bottom: -0.25rem;
}

.even\:-inset-x-1:nth-child(even) {
  right: -0.25rem;
  left: -0.25rem;
}

.even\:-inset-y-2:nth-child(even) {
  top: -0.5rem;
  bottom: -0.5rem;
}

.even\:-inset-x-2:nth-child(even) {
  right: -0.5rem;
  left: -0.5rem;
}

.even\:-inset-y-3:nth-child(even) {
  top: -0.75rem;
  bottom: -0.75rem;
}

.even\:-inset-x-3:nth-child(even) {
  right: -0.75rem;
  left: -0.75rem;
}

.even\:-inset-y-4:nth-child(even) {
  top: -1rem;
  bottom: -1rem;
}

.even\:-inset-x-4:nth-child(even) {
  right: -1rem;
  left: -1rem;
}

.even\:-inset-y-5:nth-child(even) {
  top: -1.25rem;
  bottom: -1.25rem;
}

.even\:-inset-x-5:nth-child(even) {
  right: -1.25rem;
  left: -1.25rem;
}

.even\:-inset-y-6:nth-child(even) {
  top: -1.5rem;
  bottom: -1.5rem;
}

.even\:-inset-x-6:nth-child(even) {
  right: -1.5rem;
  left: -1.5rem;
}

.even\:-inset-y-7:nth-child(even) {
  top: -1.75rem;
  bottom: -1.75rem;
}

.even\:-inset-x-7:nth-child(even) {
  right: -1.75rem;
  left: -1.75rem;
}

.even\:-inset-y-8:nth-child(even) {
  top: -2rem;
  bottom: -2rem;
}

.even\:-inset-x-8:nth-child(even) {
  right: -2rem;
  left: -2rem;
}

.even\:-inset-y-9:nth-child(even) {
  top: -2.25rem;
  bottom: -2.25rem;
}

.even\:-inset-x-9:nth-child(even) {
  right: -2.25rem;
  left: -2.25rem;
}

.even\:-inset-y-10:nth-child(even) {
  top: -2.5rem;
  bottom: -2.5rem;
}

.even\:-inset-x-10:nth-child(even) {
  right: -2.5rem;
  left: -2.5rem;
}

.even\:-inset-y-11:nth-child(even) {
  top: -2.75rem;
  bottom: -2.75rem;
}

.even\:-inset-x-11:nth-child(even) {
  right: -2.75rem;
  left: -2.75rem;
}

.even\:-inset-y-12:nth-child(even) {
  top: -3rem;
  bottom: -3rem;
}

.even\:-inset-x-12:nth-child(even) {
  right: -3rem;
  left: -3rem;
}

.even\:-inset-y-14:nth-child(even) {
  top: -3.5rem;
  bottom: -3.5rem;
}

.even\:-inset-x-14:nth-child(even) {
  right: -3.5rem;
  left: -3.5rem;
}

.even\:-inset-y-16:nth-child(even) {
  top: -4rem;
  bottom: -4rem;
}

.even\:-inset-x-16:nth-child(even) {
  right: -4rem;
  left: -4rem;
}

.even\:-inset-y-20:nth-child(even) {
  top: -5rem;
  bottom: -5rem;
}

.even\:-inset-x-20:nth-child(even) {
  right: -5rem;
  left: -5rem;
}

.even\:-inset-y-24:nth-child(even) {
  top: -6rem;
  bottom: -6rem;
}

.even\:-inset-x-24:nth-child(even) {
  right: -6rem;
  left: -6rem;
}

.even\:-inset-y-28:nth-child(even) {
  top: -7rem;
  bottom: -7rem;
}

.even\:-inset-x-28:nth-child(even) {
  right: -7rem;
  left: -7rem;
}

.even\:-inset-y-32:nth-child(even) {
  top: -8rem;
  bottom: -8rem;
}

.even\:-inset-x-32:nth-child(even) {
  right: -8rem;
  left: -8rem;
}

.even\:-inset-y-36:nth-child(even) {
  top: -9rem;
  bottom: -9rem;
}

.even\:-inset-x-36:nth-child(even) {
  right: -9rem;
  left: -9rem;
}

.even\:-inset-y-40:nth-child(even) {
  top: -10rem;
  bottom: -10rem;
}

.even\:-inset-x-40:nth-child(even) {
  right: -10rem;
  left: -10rem;
}

.even\:-inset-y-44:nth-child(even) {
  top: -11rem;
  bottom: -11rem;
}

.even\:-inset-x-44:nth-child(even) {
  right: -11rem;
  left: -11rem;
}

.even\:-inset-y-48:nth-child(even) {
  top: -12rem;
  bottom: -12rem;
}

.even\:-inset-x-48:nth-child(even) {
  right: -12rem;
  left: -12rem;
}

.even\:-inset-y-52:nth-child(even) {
  top: -13rem;
  bottom: -13rem;
}

.even\:-inset-x-52:nth-child(even) {
  right: -13rem;
  left: -13rem;
}

.even\:-inset-y-56:nth-child(even) {
  top: -14rem;
  bottom: -14rem;
}

.even\:-inset-x-56:nth-child(even) {
  right: -14rem;
  left: -14rem;
}

.even\:-inset-y-60:nth-child(even) {
  top: -15rem;
  bottom: -15rem;
}

.even\:-inset-x-60:nth-child(even) {
  right: -15rem;
  left: -15rem;
}

.even\:-inset-y-64:nth-child(even) {
  top: -16rem;
  bottom: -16rem;
}

.even\:-inset-x-64:nth-child(even) {
  right: -16rem;
  left: -16rem;
}

.even\:-inset-y-72:nth-child(even) {
  top: -18rem;
  bottom: -18rem;
}

.even\:-inset-x-72:nth-child(even) {
  right: -18rem;
  left: -18rem;
}

.even\:-inset-y-80:nth-child(even) {
  top: -20rem;
  bottom: -20rem;
}

.even\:-inset-x-80:nth-child(even) {
  right: -20rem;
  left: -20rem;
}

.even\:-inset-y-96:nth-child(even) {
  top: -24rem;
  bottom: -24rem;
}

.even\:-inset-x-96:nth-child(even) {
  right: -24rem;
  left: -24rem;
}

.even\:-inset-y-px:nth-child(even) {
  top: -1px;
  bottom: -1px;
}

.even\:-inset-x-px:nth-child(even) {
  right: -1px;
  left: -1px;
}

.even\:-inset-y-0\.5:nth-child(even) {
  top: -0.125rem;
  bottom: -0.125rem;
}

.even\:-inset-x-0\.5:nth-child(even) {
  right: -0.125rem;
  left: -0.125rem;
}

.even\:-inset-y-1\.5:nth-child(even) {
  top: -0.375rem;
  bottom: -0.375rem;
}

.even\:-inset-x-1\.5:nth-child(even) {
  right: -0.375rem;
  left: -0.375rem;
}

.even\:-inset-y-2\.5:nth-child(even) {
  top: -0.625rem;
  bottom: -0.625rem;
}

.even\:-inset-x-2\.5:nth-child(even) {
  right: -0.625rem;
  left: -0.625rem;
}

.even\:-inset-y-3\.5:nth-child(even) {
  top: -0.875rem;
  bottom: -0.875rem;
}

.even\:-inset-x-3\.5:nth-child(even) {
  right: -0.875rem;
  left: -0.875rem;
}

.even\:inset-y-1\/2:nth-child(even) {
  top: 50%;
  bottom: 50%;
}

.even\:inset-x-1\/2:nth-child(even) {
  right: 50%;
  left: 50%;
}

.even\:inset-y-1\/3:nth-child(even) {
  top: 33.333333%;
  bottom: 33.333333%;
}

.even\:inset-x-1\/3:nth-child(even) {
  right: 33.333333%;
  left: 33.333333%;
}

.even\:inset-y-2\/3:nth-child(even) {
  top: 66.666667%;
  bottom: 66.666667%;
}

.even\:inset-x-2\/3:nth-child(even) {
  right: 66.666667%;
  left: 66.666667%;
}

.even\:inset-y-1\/4:nth-child(even) {
  top: 25%;
  bottom: 25%;
}

.even\:inset-x-1\/4:nth-child(even) {
  right: 25%;
  left: 25%;
}

.even\:inset-y-2\/4:nth-child(even) {
  top: 50%;
  bottom: 50%;
}

.even\:inset-x-2\/4:nth-child(even) {
  right: 50%;
  left: 50%;
}

.even\:inset-y-3\/4:nth-child(even) {
  top: 75%;
  bottom: 75%;
}

.even\:inset-x-3\/4:nth-child(even) {
  right: 75%;
  left: 75%;
}

.even\:inset-y-full:nth-child(even) {
  top: 100%;
  bottom: 100%;
}

.even\:inset-x-full:nth-child(even) {
  right: 100%;
  left: 100%;
}

.even\:-inset-y-1\/2:nth-child(even) {
  top: -50%;
  bottom: -50%;
}

.even\:-inset-x-1\/2:nth-child(even) {
  right: -50%;
  left: -50%;
}

.even\:-inset-y-1\/3:nth-child(even) {
  top: -33.333333%;
  bottom: -33.333333%;
}

.even\:-inset-x-1\/3:nth-child(even) {
  right: -33.333333%;
  left: -33.333333%;
}

.even\:-inset-y-2\/3:nth-child(even) {
  top: -66.666667%;
  bottom: -66.666667%;
}

.even\:-inset-x-2\/3:nth-child(even) {
  right: -66.666667%;
  left: -66.666667%;
}

.even\:-inset-y-1\/4:nth-child(even) {
  top: -25%;
  bottom: -25%;
}

.even\:-inset-x-1\/4:nth-child(even) {
  right: -25%;
  left: -25%;
}

.even\:-inset-y-2\/4:nth-child(even) {
  top: -50%;
  bottom: -50%;
}

.even\:-inset-x-2\/4:nth-child(even) {
  right: -50%;
  left: -50%;
}

.even\:-inset-y-3\/4:nth-child(even) {
  top: -75%;
  bottom: -75%;
}

.even\:-inset-x-3\/4:nth-child(even) {
  right: -75%;
  left: -75%;
}

.even\:-inset-y-full:nth-child(even) {
  top: -100%;
  bottom: -100%;
}

.even\:-inset-x-full:nth-child(even) {
  right: -100%;
  left: -100%;
}

.even\:top-0:nth-child(even) {
  top: 0px;
}

.even\:right-0:nth-child(even) {
  right: 0px;
}

.even\:bottom-0:nth-child(even) {
  bottom: 0px;
}

.even\:left-0:nth-child(even) {
  left: 0px;
}

.even\:top-1:nth-child(even) {
  top: 0.25rem;
}

.even\:right-1:nth-child(even) {
  right: 0.25rem;
}

.even\:bottom-1:nth-child(even) {
  bottom: 0.25rem;
}

.even\:left-1:nth-child(even) {
  left: 0.25rem;
}

.even\:top-2:nth-child(even) {
  top: 0.5rem;
}

.even\:right-2:nth-child(even) {
  right: 0.5rem;
}

.even\:bottom-2:nth-child(even) {
  bottom: 0.5rem;
}

.even\:left-2:nth-child(even) {
  left: 0.5rem;
}

.even\:top-3:nth-child(even) {
  top: 0.75rem;
}

.even\:right-3:nth-child(even) {
  right: 0.75rem;
}

.even\:bottom-3:nth-child(even) {
  bottom: 0.75rem;
}

.even\:left-3:nth-child(even) {
  left: 0.75rem;
}

.even\:top-4:nth-child(even) {
  top: 1rem;
}

.even\:right-4:nth-child(even) {
  right: 1rem;
}

.even\:bottom-4:nth-child(even) {
  bottom: 1rem;
}

.even\:left-4:nth-child(even) {
  left: 1rem;
}

.even\:top-5:nth-child(even) {
  top: 1.25rem;
}

.even\:right-5:nth-child(even) {
  right: 1.25rem;
}

.even\:bottom-5:nth-child(even) {
  bottom: 1.25rem;
}

.even\:left-5:nth-child(even) {
  left: 1.25rem;
}

.even\:top-6:nth-child(even) {
  top: 1.5rem;
}

.even\:right-6:nth-child(even) {
  right: 1.5rem;
}

.even\:bottom-6:nth-child(even) {
  bottom: 1.5rem;
}

.even\:left-6:nth-child(even) {
  left: 1.5rem;
}

.even\:top-7:nth-child(even) {
  top: 1.75rem;
}

.even\:right-7:nth-child(even) {
  right: 1.75rem;
}

.even\:bottom-7:nth-child(even) {
  bottom: 1.75rem;
}

.even\:left-7:nth-child(even) {
  left: 1.75rem;
}

.even\:top-8:nth-child(even) {
  top: 2rem;
}

.even\:right-8:nth-child(even) {
  right: 2rem;
}

.even\:bottom-8:nth-child(even) {
  bottom: 2rem;
}

.even\:left-8:nth-child(even) {
  left: 2rem;
}

.even\:top-9:nth-child(even) {
  top: 2.25rem;
}

.even\:right-9:nth-child(even) {
  right: 2.25rem;
}

.even\:bottom-9:nth-child(even) {
  bottom: 2.25rem;
}

.even\:left-9:nth-child(even) {
  left: 2.25rem;
}

.even\:top-10:nth-child(even) {
  top: 2.5rem;
}

.even\:right-10:nth-child(even) {
  right: 2.5rem;
}

.even\:bottom-10:nth-child(even) {
  bottom: 2.5rem;
}

.even\:left-10:nth-child(even) {
  left: 2.5rem;
}

.even\:top-11:nth-child(even) {
  top: 2.75rem;
}

.even\:right-11:nth-child(even) {
  right: 2.75rem;
}

.even\:bottom-11:nth-child(even) {
  bottom: 2.75rem;
}

.even\:left-11:nth-child(even) {
  left: 2.75rem;
}

.even\:top-12:nth-child(even) {
  top: 3rem;
}

.even\:right-12:nth-child(even) {
  right: 3rem;
}

.even\:bottom-12:nth-child(even) {
  bottom: 3rem;
}

.even\:left-12:nth-child(even) {
  left: 3rem;
}

.even\:top-14:nth-child(even) {
  top: 3.5rem;
}

.even\:right-14:nth-child(even) {
  right: 3.5rem;
}

.even\:bottom-14:nth-child(even) {
  bottom: 3.5rem;
}

.even\:left-14:nth-child(even) {
  left: 3.5rem;
}

.even\:top-16:nth-child(even) {
  top: 4rem;
}

.even\:right-16:nth-child(even) {
  right: 4rem;
}

.even\:bottom-16:nth-child(even) {
  bottom: 4rem;
}

.even\:left-16:nth-child(even) {
  left: 4rem;
}

.even\:top-20:nth-child(even) {
  top: 5rem;
}

.even\:right-20:nth-child(even) {
  right: 5rem;
}

.even\:bottom-20:nth-child(even) {
  bottom: 5rem;
}

.even\:left-20:nth-child(even) {
  left: 5rem;
}

.even\:top-24:nth-child(even) {
  top: 6rem;
}

.even\:right-24:nth-child(even) {
  right: 6rem;
}

.even\:bottom-24:nth-child(even) {
  bottom: 6rem;
}

.even\:left-24:nth-child(even) {
  left: 6rem;
}

.even\:top-28:nth-child(even) {
  top: 7rem;
}

.even\:right-28:nth-child(even) {
  right: 7rem;
}

.even\:bottom-28:nth-child(even) {
  bottom: 7rem;
}

.even\:left-28:nth-child(even) {
  left: 7rem;
}

.even\:top-32:nth-child(even) {
  top: 8rem;
}

.even\:right-32:nth-child(even) {
  right: 8rem;
}

.even\:bottom-32:nth-child(even) {
  bottom: 8rem;
}

.even\:left-32:nth-child(even) {
  left: 8rem;
}

.even\:top-36:nth-child(even) {
  top: 9rem;
}

.even\:right-36:nth-child(even) {
  right: 9rem;
}

.even\:bottom-36:nth-child(even) {
  bottom: 9rem;
}

.even\:left-36:nth-child(even) {
  left: 9rem;
}

.even\:top-40:nth-child(even) {
  top: 10rem;
}

.even\:right-40:nth-child(even) {
  right: 10rem;
}

.even\:bottom-40:nth-child(even) {
  bottom: 10rem;
}

.even\:left-40:nth-child(even) {
  left: 10rem;
}

.even\:top-44:nth-child(even) {
  top: 11rem;
}

.even\:right-44:nth-child(even) {
  right: 11rem;
}

.even\:bottom-44:nth-child(even) {
  bottom: 11rem;
}

.even\:left-44:nth-child(even) {
  left: 11rem;
}

.even\:top-48:nth-child(even) {
  top: 12rem;
}

.even\:right-48:nth-child(even) {
  right: 12rem;
}

.even\:bottom-48:nth-child(even) {
  bottom: 12rem;
}

.even\:left-48:nth-child(even) {
  left: 12rem;
}

.even\:top-52:nth-child(even) {
  top: 13rem;
}

.even\:right-52:nth-child(even) {
  right: 13rem;
}

.even\:bottom-52:nth-child(even) {
  bottom: 13rem;
}

.even\:left-52:nth-child(even) {
  left: 13rem;
}

.even\:top-56:nth-child(even) {
  top: 14rem;
}

.even\:right-56:nth-child(even) {
  right: 14rem;
}

.even\:bottom-56:nth-child(even) {
  bottom: 14rem;
}

.even\:left-56:nth-child(even) {
  left: 14rem;
}

.even\:top-60:nth-child(even) {
  top: 15rem;
}

.even\:right-60:nth-child(even) {
  right: 15rem;
}

.even\:bottom-60:nth-child(even) {
  bottom: 15rem;
}

.even\:left-60:nth-child(even) {
  left: 15rem;
}

.even\:top-64:nth-child(even) {
  top: 16rem;
}

.even\:right-64:nth-child(even) {
  right: 16rem;
}

.even\:bottom-64:nth-child(even) {
  bottom: 16rem;
}

.even\:left-64:nth-child(even) {
  left: 16rem;
}

.even\:top-72:nth-child(even) {
  top: 18rem;
}

.even\:right-72:nth-child(even) {
  right: 18rem;
}

.even\:bottom-72:nth-child(even) {
  bottom: 18rem;
}

.even\:left-72:nth-child(even) {
  left: 18rem;
}

.even\:top-80:nth-child(even) {
  top: 20rem;
}

.even\:right-80:nth-child(even) {
  right: 20rem;
}

.even\:bottom-80:nth-child(even) {
  bottom: 20rem;
}

.even\:left-80:nth-child(even) {
  left: 20rem;
}

.even\:top-96:nth-child(even) {
  top: 24rem;
}

.even\:right-96:nth-child(even) {
  right: 24rem;
}

.even\:bottom-96:nth-child(even) {
  bottom: 24rem;
}

.even\:left-96:nth-child(even) {
  left: 24rem;
}

.even\:top-auto:nth-child(even) {
  top: auto;
}

.even\:right-auto:nth-child(even) {
  right: auto;
}

.even\:bottom-auto:nth-child(even) {
  bottom: auto;
}

.even\:left-auto:nth-child(even) {
  left: auto;
}

.even\:top-px:nth-child(even) {
  top: 1px;
}

.even\:right-px:nth-child(even) {
  right: 1px;
}

.even\:bottom-px:nth-child(even) {
  bottom: 1px;
}

.even\:left-px:nth-child(even) {
  left: 1px;
}

.even\:top-0\.5:nth-child(even) {
  top: 0.125rem;
}

.even\:right-0\.5:nth-child(even) {
  right: 0.125rem;
}

.even\:bottom-0\.5:nth-child(even) {
  bottom: 0.125rem;
}

.even\:left-0\.5:nth-child(even) {
  left: 0.125rem;
}

.even\:top-1\.5:nth-child(even) {
  top: 0.375rem;
}

.even\:right-1\.5:nth-child(even) {
  right: 0.375rem;
}

.even\:bottom-1\.5:nth-child(even) {
  bottom: 0.375rem;
}

.even\:left-1\.5:nth-child(even) {
  left: 0.375rem;
}

.even\:top-2\.5:nth-child(even) {
  top: 0.625rem;
}

.even\:right-2\.5:nth-child(even) {
  right: 0.625rem;
}

.even\:bottom-2\.5:nth-child(even) {
  bottom: 0.625rem;
}

.even\:left-2\.5:nth-child(even) {
  left: 0.625rem;
}

.even\:top-3\.5:nth-child(even) {
  top: 0.875rem;
}

.even\:right-3\.5:nth-child(even) {
  right: 0.875rem;
}

.even\:bottom-3\.5:nth-child(even) {
  bottom: 0.875rem;
}

.even\:left-3\.5:nth-child(even) {
  left: 0.875rem;
}

.even\:-top-0:nth-child(even) {
  top: 0px;
}

.even\:-right-0:nth-child(even) {
  right: 0px;
}

.even\:-bottom-0:nth-child(even) {
  bottom: 0px;
}

.even\:-left-0:nth-child(even) {
  left: 0px;
}

.even\:-top-1:nth-child(even) {
  top: -0.25rem;
}

.even\:-right-1:nth-child(even) {
  right: -0.25rem;
}

.even\:-bottom-1:nth-child(even) {
  bottom: -0.25rem;
}

.even\:-left-1:nth-child(even) {
  left: -0.25rem;
}

.even\:-top-2:nth-child(even) {
  top: -0.5rem;
}

.even\:-right-2:nth-child(even) {
  right: -0.5rem;
}

.even\:-bottom-2:nth-child(even) {
  bottom: -0.5rem;
}

.even\:-left-2:nth-child(even) {
  left: -0.5rem;
}

.even\:-top-3:nth-child(even) {
  top: -0.75rem;
}

.even\:-right-3:nth-child(even) {
  right: -0.75rem;
}

.even\:-bottom-3:nth-child(even) {
  bottom: -0.75rem;
}

.even\:-left-3:nth-child(even) {
  left: -0.75rem;
}

.even\:-top-4:nth-child(even) {
  top: -1rem;
}

.even\:-right-4:nth-child(even) {
  right: -1rem;
}

.even\:-bottom-4:nth-child(even) {
  bottom: -1rem;
}

.even\:-left-4:nth-child(even) {
  left: -1rem;
}

.even\:-top-5:nth-child(even) {
  top: -1.25rem;
}

.even\:-right-5:nth-child(even) {
  right: -1.25rem;
}

.even\:-bottom-5:nth-child(even) {
  bottom: -1.25rem;
}

.even\:-left-5:nth-child(even) {
  left: -1.25rem;
}

.even\:-top-6:nth-child(even) {
  top: -1.5rem;
}

.even\:-right-6:nth-child(even) {
  right: -1.5rem;
}

.even\:-bottom-6:nth-child(even) {
  bottom: -1.5rem;
}

.even\:-left-6:nth-child(even) {
  left: -1.5rem;
}

.even\:-top-7:nth-child(even) {
  top: -1.75rem;
}

.even\:-right-7:nth-child(even) {
  right: -1.75rem;
}

.even\:-bottom-7:nth-child(even) {
  bottom: -1.75rem;
}

.even\:-left-7:nth-child(even) {
  left: -1.75rem;
}

.even\:-top-8:nth-child(even) {
  top: -2rem;
}

.even\:-right-8:nth-child(even) {
  right: -2rem;
}

.even\:-bottom-8:nth-child(even) {
  bottom: -2rem;
}

.even\:-left-8:nth-child(even) {
  left: -2rem;
}

.even\:-top-9:nth-child(even) {
  top: -2.25rem;
}

.even\:-right-9:nth-child(even) {
  right: -2.25rem;
}

.even\:-bottom-9:nth-child(even) {
  bottom: -2.25rem;
}

.even\:-left-9:nth-child(even) {
  left: -2.25rem;
}

.even\:-top-10:nth-child(even) {
  top: -2.5rem;
}

.even\:-right-10:nth-child(even) {
  right: -2.5rem;
}

.even\:-bottom-10:nth-child(even) {
  bottom: -2.5rem;
}

.even\:-left-10:nth-child(even) {
  left: -2.5rem;
}

.even\:-top-11:nth-child(even) {
  top: -2.75rem;
}

.even\:-right-11:nth-child(even) {
  right: -2.75rem;
}

.even\:-bottom-11:nth-child(even) {
  bottom: -2.75rem;
}

.even\:-left-11:nth-child(even) {
  left: -2.75rem;
}

.even\:-top-12:nth-child(even) {
  top: -3rem;
}

.even\:-right-12:nth-child(even) {
  right: -3rem;
}

.even\:-bottom-12:nth-child(even) {
  bottom: -3rem;
}

.even\:-left-12:nth-child(even) {
  left: -3rem;
}

.even\:-top-14:nth-child(even) {
  top: -3.5rem;
}

.even\:-right-14:nth-child(even) {
  right: -3.5rem;
}

.even\:-bottom-14:nth-child(even) {
  bottom: -3.5rem;
}

.even\:-left-14:nth-child(even) {
  left: -3.5rem;
}

.even\:-top-16:nth-child(even) {
  top: -4rem;
}

.even\:-right-16:nth-child(even) {
  right: -4rem;
}

.even\:-bottom-16:nth-child(even) {
  bottom: -4rem;
}

.even\:-left-16:nth-child(even) {
  left: -4rem;
}

.even\:-top-20:nth-child(even) {
  top: -5rem;
}

.even\:-right-20:nth-child(even) {
  right: -5rem;
}

.even\:-bottom-20:nth-child(even) {
  bottom: -5rem;
}

.even\:-left-20:nth-child(even) {
  left: -5rem;
}

.even\:-top-24:nth-child(even) {
  top: -6rem;
}

.even\:-right-24:nth-child(even) {
  right: -6rem;
}

.even\:-bottom-24:nth-child(even) {
  bottom: -6rem;
}

.even\:-left-24:nth-child(even) {
  left: -6rem;
}

.even\:-top-28:nth-child(even) {
  top: -7rem;
}

.even\:-right-28:nth-child(even) {
  right: -7rem;
}

.even\:-bottom-28:nth-child(even) {
  bottom: -7rem;
}

.even\:-left-28:nth-child(even) {
  left: -7rem;
}

.even\:-top-32:nth-child(even) {
  top: -8rem;
}

.even\:-right-32:nth-child(even) {
  right: -8rem;
}

.even\:-bottom-32:nth-child(even) {
  bottom: -8rem;
}

.even\:-left-32:nth-child(even) {
  left: -8rem;
}

.even\:-top-36:nth-child(even) {
  top: -9rem;
}

.even\:-right-36:nth-child(even) {
  right: -9rem;
}

.even\:-bottom-36:nth-child(even) {
  bottom: -9rem;
}

.even\:-left-36:nth-child(even) {
  left: -9rem;
}

.even\:-top-40:nth-child(even) {
  top: -10rem;
}

.even\:-right-40:nth-child(even) {
  right: -10rem;
}

.even\:-bottom-40:nth-child(even) {
  bottom: -10rem;
}

.even\:-left-40:nth-child(even) {
  left: -10rem;
}

.even\:-top-44:nth-child(even) {
  top: -11rem;
}

.even\:-right-44:nth-child(even) {
  right: -11rem;
}

.even\:-bottom-44:nth-child(even) {
  bottom: -11rem;
}

.even\:-left-44:nth-child(even) {
  left: -11rem;
}

.even\:-top-48:nth-child(even) {
  top: -12rem;
}

.even\:-right-48:nth-child(even) {
  right: -12rem;
}

.even\:-bottom-48:nth-child(even) {
  bottom: -12rem;
}

.even\:-left-48:nth-child(even) {
  left: -12rem;
}

.even\:-top-52:nth-child(even) {
  top: -13rem;
}

.even\:-right-52:nth-child(even) {
  right: -13rem;
}

.even\:-bottom-52:nth-child(even) {
  bottom: -13rem;
}

.even\:-left-52:nth-child(even) {
  left: -13rem;
}

.even\:-top-56:nth-child(even) {
  top: -14rem;
}

.even\:-right-56:nth-child(even) {
  right: -14rem;
}

.even\:-bottom-56:nth-child(even) {
  bottom: -14rem;
}

.even\:-left-56:nth-child(even) {
  left: -14rem;
}

.even\:-top-60:nth-child(even) {
  top: -15rem;
}

.even\:-right-60:nth-child(even) {
  right: -15rem;
}

.even\:-bottom-60:nth-child(even) {
  bottom: -15rem;
}

.even\:-left-60:nth-child(even) {
  left: -15rem;
}

.even\:-top-64:nth-child(even) {
  top: -16rem;
}

.even\:-right-64:nth-child(even) {
  right: -16rem;
}

.even\:-bottom-64:nth-child(even) {
  bottom: -16rem;
}

.even\:-left-64:nth-child(even) {
  left: -16rem;
}

.even\:-top-72:nth-child(even) {
  top: -18rem;
}

.even\:-right-72:nth-child(even) {
  right: -18rem;
}

.even\:-bottom-72:nth-child(even) {
  bottom: -18rem;
}

.even\:-left-72:nth-child(even) {
  left: -18rem;
}

.even\:-top-80:nth-child(even) {
  top: -20rem;
}

.even\:-right-80:nth-child(even) {
  right: -20rem;
}

.even\:-bottom-80:nth-child(even) {
  bottom: -20rem;
}

.even\:-left-80:nth-child(even) {
  left: -20rem;
}

.even\:-top-96:nth-child(even) {
  top: -24rem;
}

.even\:-right-96:nth-child(even) {
  right: -24rem;
}

.even\:-bottom-96:nth-child(even) {
  bottom: -24rem;
}

.even\:-left-96:nth-child(even) {
  left: -24rem;
}

.even\:-top-px:nth-child(even) {
  top: -1px;
}

.even\:-right-px:nth-child(even) {
  right: -1px;
}

.even\:-bottom-px:nth-child(even) {
  bottom: -1px;
}

.even\:-left-px:nth-child(even) {
  left: -1px;
}

.even\:-top-0\.5:nth-child(even) {
  top: -0.125rem;
}

.even\:-right-0\.5:nth-child(even) {
  right: -0.125rem;
}

.even\:-bottom-0\.5:nth-child(even) {
  bottom: -0.125rem;
}

.even\:-left-0\.5:nth-child(even) {
  left: -0.125rem;
}

.even\:-top-1\.5:nth-child(even) {
  top: -0.375rem;
}

.even\:-right-1\.5:nth-child(even) {
  right: -0.375rem;
}

.even\:-bottom-1\.5:nth-child(even) {
  bottom: -0.375rem;
}

.even\:-left-1\.5:nth-child(even) {
  left: -0.375rem;
}

.even\:-top-2\.5:nth-child(even) {
  top: -0.625rem;
}

.even\:-right-2\.5:nth-child(even) {
  right: -0.625rem;
}

.even\:-bottom-2\.5:nth-child(even) {
  bottom: -0.625rem;
}

.even\:-left-2\.5:nth-child(even) {
  left: -0.625rem;
}

.even\:-top-3\.5:nth-child(even) {
  top: -0.875rem;
}

.even\:-right-3\.5:nth-child(even) {
  right: -0.875rem;
}

.even\:-bottom-3\.5:nth-child(even) {
  bottom: -0.875rem;
}

.even\:-left-3\.5:nth-child(even) {
  left: -0.875rem;
}

.even\:top-1\/2:nth-child(even) {
  top: 50%;
}

.even\:right-1\/2:nth-child(even) {
  right: 50%;
}

.even\:bottom-1\/2:nth-child(even) {
  bottom: 50%;
}

.even\:left-1\/2:nth-child(even) {
  left: 50%;
}

.even\:top-1\/3:nth-child(even) {
  top: 33.333333%;
}

.even\:right-1\/3:nth-child(even) {
  right: 33.333333%;
}

.even\:bottom-1\/3:nth-child(even) {
  bottom: 33.333333%;
}

.even\:left-1\/3:nth-child(even) {
  left: 33.333333%;
}

.even\:top-2\/3:nth-child(even) {
  top: 66.666667%;
}

.even\:right-2\/3:nth-child(even) {
  right: 66.666667%;
}

.even\:bottom-2\/3:nth-child(even) {
  bottom: 66.666667%;
}

.even\:left-2\/3:nth-child(even) {
  left: 66.666667%;
}

.even\:top-1\/4:nth-child(even) {
  top: 25%;
}

.even\:right-1\/4:nth-child(even) {
  right: 25%;
}

.even\:bottom-1\/4:nth-child(even) {
  bottom: 25%;
}

.even\:left-1\/4:nth-child(even) {
  left: 25%;
}

.even\:top-2\/4:nth-child(even) {
  top: 50%;
}

.even\:right-2\/4:nth-child(even) {
  right: 50%;
}

.even\:bottom-2\/4:nth-child(even) {
  bottom: 50%;
}

.even\:left-2\/4:nth-child(even) {
  left: 50%;
}

.even\:top-3\/4:nth-child(even) {
  top: 75%;
}

.even\:right-3\/4:nth-child(even) {
  right: 75%;
}

.even\:bottom-3\/4:nth-child(even) {
  bottom: 75%;
}

.even\:left-3\/4:nth-child(even) {
  left: 75%;
}

.even\:top-full:nth-child(even) {
  top: 100%;
}

.even\:right-full:nth-child(even) {
  right: 100%;
}

.even\:bottom-full:nth-child(even) {
  bottom: 100%;
}

.even\:left-full:nth-child(even) {
  left: 100%;
}

.even\:-top-1\/2:nth-child(even) {
  top: -50%;
}

.even\:-right-1\/2:nth-child(even) {
  right: -50%;
}

.even\:-bottom-1\/2:nth-child(even) {
  bottom: -50%;
}

.even\:-left-1\/2:nth-child(even) {
  left: -50%;
}

.even\:-top-1\/3:nth-child(even) {
  top: -33.333333%;
}

.even\:-right-1\/3:nth-child(even) {
  right: -33.333333%;
}

.even\:-bottom-1\/3:nth-child(even) {
  bottom: -33.333333%;
}

.even\:-left-1\/3:nth-child(even) {
  left: -33.333333%;
}

.even\:-top-2\/3:nth-child(even) {
  top: -66.666667%;
}

.even\:-right-2\/3:nth-child(even) {
  right: -66.666667%;
}

.even\:-bottom-2\/3:nth-child(even) {
  bottom: -66.666667%;
}

.even\:-left-2\/3:nth-child(even) {
  left: -66.666667%;
}

.even\:-top-1\/4:nth-child(even) {
  top: -25%;
}

.even\:-right-1\/4:nth-child(even) {
  right: -25%;
}

.even\:-bottom-1\/4:nth-child(even) {
  bottom: -25%;
}

.even\:-left-1\/4:nth-child(even) {
  left: -25%;
}

.even\:-top-2\/4:nth-child(even) {
  top: -50%;
}

.even\:-right-2\/4:nth-child(even) {
  right: -50%;
}

.even\:-bottom-2\/4:nth-child(even) {
  bottom: -50%;
}

.even\:-left-2\/4:nth-child(even) {
  left: -50%;
}

.even\:-top-3\/4:nth-child(even) {
  top: -75%;
}

.even\:-right-3\/4:nth-child(even) {
  right: -75%;
}

.even\:-bottom-3\/4:nth-child(even) {
  bottom: -75%;
}

.even\:-left-3\/4:nth-child(even) {
  left: -75%;
}

.even\:-top-full:nth-child(even) {
  top: -100%;
}

.even\:-right-full:nth-child(even) {
  right: -100%;
}

.even\:-bottom-full:nth-child(even) {
  bottom: -100%;
}

.even\:-left-full:nth-child(even) {
  left: -100%;
}

.hover\:inset-0:hover {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hover\:inset-1:hover {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.hover\:inset-2:hover {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.hover\:inset-3:hover {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.hover\:inset-4:hover {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.hover\:inset-5:hover {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.hover\:inset-6:hover {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.hover\:inset-7:hover {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.hover\:inset-8:hover {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.hover\:inset-9:hover {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.hover\:inset-10:hover {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.hover\:inset-11:hover {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.hover\:inset-12:hover {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.hover\:inset-14:hover {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.hover\:inset-16:hover {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.hover\:inset-20:hover {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.hover\:inset-24:hover {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.hover\:inset-28:hover {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.hover\:inset-32:hover {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.hover\:inset-36:hover {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.hover\:inset-40:hover {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.hover\:inset-44:hover {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.hover\:inset-48:hover {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.hover\:inset-52:hover {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.hover\:inset-56:hover {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.hover\:inset-60:hover {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.hover\:inset-64:hover {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.hover\:inset-72:hover {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.hover\:inset-80:hover {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.hover\:inset-96:hover {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.hover\:inset-auto:hover {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hover\:inset-px:hover {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.hover\:inset-0\.5:hover {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.hover\:inset-1\.5:hover {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.hover\:inset-2\.5:hover {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.hover\:inset-3\.5:hover {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.hover\:-inset-0:hover {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hover\:-inset-1:hover {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.hover\:-inset-2:hover {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.hover\:-inset-3:hover {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.hover\:-inset-4:hover {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.hover\:-inset-5:hover {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.hover\:-inset-6:hover {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.hover\:-inset-7:hover {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.hover\:-inset-8:hover {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.hover\:-inset-9:hover {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.hover\:-inset-10:hover {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.hover\:-inset-11:hover {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.hover\:-inset-12:hover {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.hover\:-inset-14:hover {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.hover\:-inset-16:hover {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.hover\:-inset-20:hover {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.hover\:-inset-24:hover {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.hover\:-inset-28:hover {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.hover\:-inset-32:hover {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.hover\:-inset-36:hover {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.hover\:-inset-40:hover {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.hover\:-inset-44:hover {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.hover\:-inset-48:hover {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.hover\:-inset-52:hover {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.hover\:-inset-56:hover {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.hover\:-inset-60:hover {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.hover\:-inset-64:hover {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.hover\:-inset-72:hover {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.hover\:-inset-80:hover {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.hover\:-inset-96:hover {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.hover\:-inset-px:hover {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.hover\:-inset-0\.5:hover {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.hover\:-inset-1\.5:hover {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.hover\:-inset-2\.5:hover {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.hover\:-inset-3\.5:hover {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.hover\:inset-1\/2:hover {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.hover\:inset-1\/3:hover {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.hover\:inset-2\/3:hover {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.hover\:inset-1\/4:hover {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.hover\:inset-2\/4:hover {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.hover\:inset-3\/4:hover {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.hover\:inset-full:hover {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.hover\:-inset-1\/2:hover {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.hover\:-inset-1\/3:hover {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.hover\:-inset-2\/3:hover {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.hover\:-inset-1\/4:hover {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.hover\:-inset-2\/4:hover {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.hover\:-inset-3\/4:hover {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.hover\:-inset-full:hover {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.hover\:inset-y-0:hover {
  top: 0px;
  bottom: 0px;
}

.hover\:inset-x-0:hover {
  right: 0px;
  left: 0px;
}

.hover\:inset-y-1:hover {
  top: 0.25rem;
  bottom: 0.25rem;
}

.hover\:inset-x-1:hover {
  right: 0.25rem;
  left: 0.25rem;
}

.hover\:inset-y-2:hover {
  top: 0.5rem;
  bottom: 0.5rem;
}

.hover\:inset-x-2:hover {
  right: 0.5rem;
  left: 0.5rem;
}

.hover\:inset-y-3:hover {
  top: 0.75rem;
  bottom: 0.75rem;
}

.hover\:inset-x-3:hover {
  right: 0.75rem;
  left: 0.75rem;
}

.hover\:inset-y-4:hover {
  top: 1rem;
  bottom: 1rem;
}

.hover\:inset-x-4:hover {
  right: 1rem;
  left: 1rem;
}

.hover\:inset-y-5:hover {
  top: 1.25rem;
  bottom: 1.25rem;
}

.hover\:inset-x-5:hover {
  right: 1.25rem;
  left: 1.25rem;
}

.hover\:inset-y-6:hover {
  top: 1.5rem;
  bottom: 1.5rem;
}

.hover\:inset-x-6:hover {
  right: 1.5rem;
  left: 1.5rem;
}

.hover\:inset-y-7:hover {
  top: 1.75rem;
  bottom: 1.75rem;
}

.hover\:inset-x-7:hover {
  right: 1.75rem;
  left: 1.75rem;
}

.hover\:inset-y-8:hover {
  top: 2rem;
  bottom: 2rem;
}

.hover\:inset-x-8:hover {
  right: 2rem;
  left: 2rem;
}

.hover\:inset-y-9:hover {
  top: 2.25rem;
  bottom: 2.25rem;
}

.hover\:inset-x-9:hover {
  right: 2.25rem;
  left: 2.25rem;
}

.hover\:inset-y-10:hover {
  top: 2.5rem;
  bottom: 2.5rem;
}

.hover\:inset-x-10:hover {
  right: 2.5rem;
  left: 2.5rem;
}

.hover\:inset-y-11:hover {
  top: 2.75rem;
  bottom: 2.75rem;
}

.hover\:inset-x-11:hover {
  right: 2.75rem;
  left: 2.75rem;
}

.hover\:inset-y-12:hover {
  top: 3rem;
  bottom: 3rem;
}

.hover\:inset-x-12:hover {
  right: 3rem;
  left: 3rem;
}

.hover\:inset-y-14:hover {
  top: 3.5rem;
  bottom: 3.5rem;
}

.hover\:inset-x-14:hover {
  right: 3.5rem;
  left: 3.5rem;
}

.hover\:inset-y-16:hover {
  top: 4rem;
  bottom: 4rem;
}

.hover\:inset-x-16:hover {
  right: 4rem;
  left: 4rem;
}

.hover\:inset-y-20:hover {
  top: 5rem;
  bottom: 5rem;
}

.hover\:inset-x-20:hover {
  right: 5rem;
  left: 5rem;
}

.hover\:inset-y-24:hover {
  top: 6rem;
  bottom: 6rem;
}

.hover\:inset-x-24:hover {
  right: 6rem;
  left: 6rem;
}

.hover\:inset-y-28:hover {
  top: 7rem;
  bottom: 7rem;
}

.hover\:inset-x-28:hover {
  right: 7rem;
  left: 7rem;
}

.hover\:inset-y-32:hover {
  top: 8rem;
  bottom: 8rem;
}

.hover\:inset-x-32:hover {
  right: 8rem;
  left: 8rem;
}

.hover\:inset-y-36:hover {
  top: 9rem;
  bottom: 9rem;
}

.hover\:inset-x-36:hover {
  right: 9rem;
  left: 9rem;
}

.hover\:inset-y-40:hover {
  top: 10rem;
  bottom: 10rem;
}

.hover\:inset-x-40:hover {
  right: 10rem;
  left: 10rem;
}

.hover\:inset-y-44:hover {
  top: 11rem;
  bottom: 11rem;
}

.hover\:inset-x-44:hover {
  right: 11rem;
  left: 11rem;
}

.hover\:inset-y-48:hover {
  top: 12rem;
  bottom: 12rem;
}

.hover\:inset-x-48:hover {
  right: 12rem;
  left: 12rem;
}

.hover\:inset-y-52:hover {
  top: 13rem;
  bottom: 13rem;
}

.hover\:inset-x-52:hover {
  right: 13rem;
  left: 13rem;
}

.hover\:inset-y-56:hover {
  top: 14rem;
  bottom: 14rem;
}

.hover\:inset-x-56:hover {
  right: 14rem;
  left: 14rem;
}

.hover\:inset-y-60:hover {
  top: 15rem;
  bottom: 15rem;
}

.hover\:inset-x-60:hover {
  right: 15rem;
  left: 15rem;
}

.hover\:inset-y-64:hover {
  top: 16rem;
  bottom: 16rem;
}

.hover\:inset-x-64:hover {
  right: 16rem;
  left: 16rem;
}

.hover\:inset-y-72:hover {
  top: 18rem;
  bottom: 18rem;
}

.hover\:inset-x-72:hover {
  right: 18rem;
  left: 18rem;
}

.hover\:inset-y-80:hover {
  top: 20rem;
  bottom: 20rem;
}

.hover\:inset-x-80:hover {
  right: 20rem;
  left: 20rem;
}

.hover\:inset-y-96:hover {
  top: 24rem;
  bottom: 24rem;
}

.hover\:inset-x-96:hover {
  right: 24rem;
  left: 24rem;
}

.hover\:inset-y-auto:hover {
  top: auto;
  bottom: auto;
}

.hover\:inset-x-auto:hover {
  right: auto;
  left: auto;
}

.hover\:inset-y-px:hover {
  top: 1px;
  bottom: 1px;
}

.hover\:inset-x-px:hover {
  right: 1px;
  left: 1px;
}

.hover\:inset-y-0\.5:hover {
  top: 0.125rem;
  bottom: 0.125rem;
}

.hover\:inset-x-0\.5:hover {
  right: 0.125rem;
  left: 0.125rem;
}

.hover\:inset-y-1\.5:hover {
  top: 0.375rem;
  bottom: 0.375rem;
}

.hover\:inset-x-1\.5:hover {
  right: 0.375rem;
  left: 0.375rem;
}

.hover\:inset-y-2\.5:hover {
  top: 0.625rem;
  bottom: 0.625rem;
}

.hover\:inset-x-2\.5:hover {
  right: 0.625rem;
  left: 0.625rem;
}

.hover\:inset-y-3\.5:hover {
  top: 0.875rem;
  bottom: 0.875rem;
}

.hover\:inset-x-3\.5:hover {
  right: 0.875rem;
  left: 0.875rem;
}

.hover\:-inset-y-0:hover {
  top: 0px;
  bottom: 0px;
}

.hover\:-inset-x-0:hover {
  right: 0px;
  left: 0px;
}

.hover\:-inset-y-1:hover {
  top: -0.25rem;
  bottom: -0.25rem;
}

.hover\:-inset-x-1:hover {
  right: -0.25rem;
  left: -0.25rem;
}

.hover\:-inset-y-2:hover {
  top: -0.5rem;
  bottom: -0.5rem;
}

.hover\:-inset-x-2:hover {
  right: -0.5rem;
  left: -0.5rem;
}

.hover\:-inset-y-3:hover {
  top: -0.75rem;
  bottom: -0.75rem;
}

.hover\:-inset-x-3:hover {
  right: -0.75rem;
  left: -0.75rem;
}

.hover\:-inset-y-4:hover {
  top: -1rem;
  bottom: -1rem;
}

.hover\:-inset-x-4:hover {
  right: -1rem;
  left: -1rem;
}

.hover\:-inset-y-5:hover {
  top: -1.25rem;
  bottom: -1.25rem;
}

.hover\:-inset-x-5:hover {
  right: -1.25rem;
  left: -1.25rem;
}

.hover\:-inset-y-6:hover {
  top: -1.5rem;
  bottom: -1.5rem;
}

.hover\:-inset-x-6:hover {
  right: -1.5rem;
  left: -1.5rem;
}

.hover\:-inset-y-7:hover {
  top: -1.75rem;
  bottom: -1.75rem;
}

.hover\:-inset-x-7:hover {
  right: -1.75rem;
  left: -1.75rem;
}

.hover\:-inset-y-8:hover {
  top: -2rem;
  bottom: -2rem;
}

.hover\:-inset-x-8:hover {
  right: -2rem;
  left: -2rem;
}

.hover\:-inset-y-9:hover {
  top: -2.25rem;
  bottom: -2.25rem;
}

.hover\:-inset-x-9:hover {
  right: -2.25rem;
  left: -2.25rem;
}

.hover\:-inset-y-10:hover {
  top: -2.5rem;
  bottom: -2.5rem;
}

.hover\:-inset-x-10:hover {
  right: -2.5rem;
  left: -2.5rem;
}

.hover\:-inset-y-11:hover {
  top: -2.75rem;
  bottom: -2.75rem;
}

.hover\:-inset-x-11:hover {
  right: -2.75rem;
  left: -2.75rem;
}

.hover\:-inset-y-12:hover {
  top: -3rem;
  bottom: -3rem;
}

.hover\:-inset-x-12:hover {
  right: -3rem;
  left: -3rem;
}

.hover\:-inset-y-14:hover {
  top: -3.5rem;
  bottom: -3.5rem;
}

.hover\:-inset-x-14:hover {
  right: -3.5rem;
  left: -3.5rem;
}

.hover\:-inset-y-16:hover {
  top: -4rem;
  bottom: -4rem;
}

.hover\:-inset-x-16:hover {
  right: -4rem;
  left: -4rem;
}

.hover\:-inset-y-20:hover {
  top: -5rem;
  bottom: -5rem;
}

.hover\:-inset-x-20:hover {
  right: -5rem;
  left: -5rem;
}

.hover\:-inset-y-24:hover {
  top: -6rem;
  bottom: -6rem;
}

.hover\:-inset-x-24:hover {
  right: -6rem;
  left: -6rem;
}

.hover\:-inset-y-28:hover {
  top: -7rem;
  bottom: -7rem;
}

.hover\:-inset-x-28:hover {
  right: -7rem;
  left: -7rem;
}

.hover\:-inset-y-32:hover {
  top: -8rem;
  bottom: -8rem;
}

.hover\:-inset-x-32:hover {
  right: -8rem;
  left: -8rem;
}

.hover\:-inset-y-36:hover {
  top: -9rem;
  bottom: -9rem;
}

.hover\:-inset-x-36:hover {
  right: -9rem;
  left: -9rem;
}

.hover\:-inset-y-40:hover {
  top: -10rem;
  bottom: -10rem;
}

.hover\:-inset-x-40:hover {
  right: -10rem;
  left: -10rem;
}

.hover\:-inset-y-44:hover {
  top: -11rem;
  bottom: -11rem;
}

.hover\:-inset-x-44:hover {
  right: -11rem;
  left: -11rem;
}

.hover\:-inset-y-48:hover {
  top: -12rem;
  bottom: -12rem;
}

.hover\:-inset-x-48:hover {
  right: -12rem;
  left: -12rem;
}

.hover\:-inset-y-52:hover {
  top: -13rem;
  bottom: -13rem;
}

.hover\:-inset-x-52:hover {
  right: -13rem;
  left: -13rem;
}

.hover\:-inset-y-56:hover {
  top: -14rem;
  bottom: -14rem;
}

.hover\:-inset-x-56:hover {
  right: -14rem;
  left: -14rem;
}

.hover\:-inset-y-60:hover {
  top: -15rem;
  bottom: -15rem;
}

.hover\:-inset-x-60:hover {
  right: -15rem;
  left: -15rem;
}

.hover\:-inset-y-64:hover {
  top: -16rem;
  bottom: -16rem;
}

.hover\:-inset-x-64:hover {
  right: -16rem;
  left: -16rem;
}

.hover\:-inset-y-72:hover {
  top: -18rem;
  bottom: -18rem;
}

.hover\:-inset-x-72:hover {
  right: -18rem;
  left: -18rem;
}

.hover\:-inset-y-80:hover {
  top: -20rem;
  bottom: -20rem;
}

.hover\:-inset-x-80:hover {
  right: -20rem;
  left: -20rem;
}

.hover\:-inset-y-96:hover {
  top: -24rem;
  bottom: -24rem;
}

.hover\:-inset-x-96:hover {
  right: -24rem;
  left: -24rem;
}

.hover\:-inset-y-px:hover {
  top: -1px;
  bottom: -1px;
}

.hover\:-inset-x-px:hover {
  right: -1px;
  left: -1px;
}

.hover\:-inset-y-0\.5:hover {
  top: -0.125rem;
  bottom: -0.125rem;
}

.hover\:-inset-x-0\.5:hover {
  right: -0.125rem;
  left: -0.125rem;
}

.hover\:-inset-y-1\.5:hover {
  top: -0.375rem;
  bottom: -0.375rem;
}

.hover\:-inset-x-1\.5:hover {
  right: -0.375rem;
  left: -0.375rem;
}

.hover\:-inset-y-2\.5:hover {
  top: -0.625rem;
  bottom: -0.625rem;
}

.hover\:-inset-x-2\.5:hover {
  right: -0.625rem;
  left: -0.625rem;
}

.hover\:-inset-y-3\.5:hover {
  top: -0.875rem;
  bottom: -0.875rem;
}

.hover\:-inset-x-3\.5:hover {
  right: -0.875rem;
  left: -0.875rem;
}

.hover\:inset-y-1\/2:hover {
  top: 50%;
  bottom: 50%;
}

.hover\:inset-x-1\/2:hover {
  right: 50%;
  left: 50%;
}

.hover\:inset-y-1\/3:hover {
  top: 33.333333%;
  bottom: 33.333333%;
}

.hover\:inset-x-1\/3:hover {
  right: 33.333333%;
  left: 33.333333%;
}

.hover\:inset-y-2\/3:hover {
  top: 66.666667%;
  bottom: 66.666667%;
}

.hover\:inset-x-2\/3:hover {
  right: 66.666667%;
  left: 66.666667%;
}

.hover\:inset-y-1\/4:hover {
  top: 25%;
  bottom: 25%;
}

.hover\:inset-x-1\/4:hover {
  right: 25%;
  left: 25%;
}

.hover\:inset-y-2\/4:hover {
  top: 50%;
  bottom: 50%;
}

.hover\:inset-x-2\/4:hover {
  right: 50%;
  left: 50%;
}

.hover\:inset-y-3\/4:hover {
  top: 75%;
  bottom: 75%;
}

.hover\:inset-x-3\/4:hover {
  right: 75%;
  left: 75%;
}

.hover\:inset-y-full:hover {
  top: 100%;
  bottom: 100%;
}

.hover\:inset-x-full:hover {
  right: 100%;
  left: 100%;
}

.hover\:-inset-y-1\/2:hover {
  top: -50%;
  bottom: -50%;
}

.hover\:-inset-x-1\/2:hover {
  right: -50%;
  left: -50%;
}

.hover\:-inset-y-1\/3:hover {
  top: -33.333333%;
  bottom: -33.333333%;
}

.hover\:-inset-x-1\/3:hover {
  right: -33.333333%;
  left: -33.333333%;
}

.hover\:-inset-y-2\/3:hover {
  top: -66.666667%;
  bottom: -66.666667%;
}

.hover\:-inset-x-2\/3:hover {
  right: -66.666667%;
  left: -66.666667%;
}

.hover\:-inset-y-1\/4:hover {
  top: -25%;
  bottom: -25%;
}

.hover\:-inset-x-1\/4:hover {
  right: -25%;
  left: -25%;
}

.hover\:-inset-y-2\/4:hover {
  top: -50%;
  bottom: -50%;
}

.hover\:-inset-x-2\/4:hover {
  right: -50%;
  left: -50%;
}

.hover\:-inset-y-3\/4:hover {
  top: -75%;
  bottom: -75%;
}

.hover\:-inset-x-3\/4:hover {
  right: -75%;
  left: -75%;
}

.hover\:-inset-y-full:hover {
  top: -100%;
  bottom: -100%;
}

.hover\:-inset-x-full:hover {
  right: -100%;
  left: -100%;
}

.hover\:top-0:hover {
  top: 0px;
}

.hover\:right-0:hover {
  right: 0px;
}

.hover\:bottom-0:hover {
  bottom: 0px;
}

.hover\:left-0:hover {
  left: 0px;
}

.hover\:top-1:hover {
  top: 0.25rem;
}

.hover\:right-1:hover {
  right: 0.25rem;
}

.hover\:bottom-1:hover {
  bottom: 0.25rem;
}

.hover\:left-1:hover {
  left: 0.25rem;
}

.hover\:top-2:hover {
  top: 0.5rem;
}

.hover\:right-2:hover {
  right: 0.5rem;
}

.hover\:bottom-2:hover {
  bottom: 0.5rem;
}

.hover\:left-2:hover {
  left: 0.5rem;
}

.hover\:top-3:hover {
  top: 0.75rem;
}

.hover\:right-3:hover {
  right: 0.75rem;
}

.hover\:bottom-3:hover {
  bottom: 0.75rem;
}

.hover\:left-3:hover {
  left: 0.75rem;
}

.hover\:top-4:hover {
  top: 1rem;
}

.hover\:right-4:hover {
  right: 1rem;
}

.hover\:bottom-4:hover {
  bottom: 1rem;
}

.hover\:left-4:hover {
  left: 1rem;
}

.hover\:top-5:hover {
  top: 1.25rem;
}

.hover\:right-5:hover {
  right: 1.25rem;
}

.hover\:bottom-5:hover {
  bottom: 1.25rem;
}

.hover\:left-5:hover {
  left: 1.25rem;
}

.hover\:top-6:hover {
  top: 1.5rem;
}

.hover\:right-6:hover {
  right: 1.5rem;
}

.hover\:bottom-6:hover {
  bottom: 1.5rem;
}

.hover\:left-6:hover {
  left: 1.5rem;
}

.hover\:top-7:hover {
  top: 1.75rem;
}

.hover\:right-7:hover {
  right: 1.75rem;
}

.hover\:bottom-7:hover {
  bottom: 1.75rem;
}

.hover\:left-7:hover {
  left: 1.75rem;
}

.hover\:top-8:hover {
  top: 2rem;
}

.hover\:right-8:hover {
  right: 2rem;
}

.hover\:bottom-8:hover {
  bottom: 2rem;
}

.hover\:left-8:hover {
  left: 2rem;
}

.hover\:top-9:hover {
  top: 2.25rem;
}

.hover\:right-9:hover {
  right: 2.25rem;
}

.hover\:bottom-9:hover {
  bottom: 2.25rem;
}

.hover\:left-9:hover {
  left: 2.25rem;
}

.hover\:top-10:hover {
  top: 2.5rem;
}

.hover\:right-10:hover {
  right: 2.5rem;
}

.hover\:bottom-10:hover {
  bottom: 2.5rem;
}

.hover\:left-10:hover {
  left: 2.5rem;
}

.hover\:top-11:hover {
  top: 2.75rem;
}

.hover\:right-11:hover {
  right: 2.75rem;
}

.hover\:bottom-11:hover {
  bottom: 2.75rem;
}

.hover\:left-11:hover {
  left: 2.75rem;
}

.hover\:top-12:hover {
  top: 3rem;
}

.hover\:right-12:hover {
  right: 3rem;
}

.hover\:bottom-12:hover {
  bottom: 3rem;
}

.hover\:left-12:hover {
  left: 3rem;
}

.hover\:top-14:hover {
  top: 3.5rem;
}

.hover\:right-14:hover {
  right: 3.5rem;
}

.hover\:bottom-14:hover {
  bottom: 3.5rem;
}

.hover\:left-14:hover {
  left: 3.5rem;
}

.hover\:top-16:hover {
  top: 4rem;
}

.hover\:right-16:hover {
  right: 4rem;
}

.hover\:bottom-16:hover {
  bottom: 4rem;
}

.hover\:left-16:hover {
  left: 4rem;
}

.hover\:top-20:hover {
  top: 5rem;
}

.hover\:right-20:hover {
  right: 5rem;
}

.hover\:bottom-20:hover {
  bottom: 5rem;
}

.hover\:left-20:hover {
  left: 5rem;
}

.hover\:top-24:hover {
  top: 6rem;
}

.hover\:right-24:hover {
  right: 6rem;
}

.hover\:bottom-24:hover {
  bottom: 6rem;
}

.hover\:left-24:hover {
  left: 6rem;
}

.hover\:top-28:hover {
  top: 7rem;
}

.hover\:right-28:hover {
  right: 7rem;
}

.hover\:bottom-28:hover {
  bottom: 7rem;
}

.hover\:left-28:hover {
  left: 7rem;
}

.hover\:top-32:hover {
  top: 8rem;
}

.hover\:right-32:hover {
  right: 8rem;
}

.hover\:bottom-32:hover {
  bottom: 8rem;
}

.hover\:left-32:hover {
  left: 8rem;
}

.hover\:top-36:hover {
  top: 9rem;
}

.hover\:right-36:hover {
  right: 9rem;
}

.hover\:bottom-36:hover {
  bottom: 9rem;
}

.hover\:left-36:hover {
  left: 9rem;
}

.hover\:top-40:hover {
  top: 10rem;
}

.hover\:right-40:hover {
  right: 10rem;
}

.hover\:bottom-40:hover {
  bottom: 10rem;
}

.hover\:left-40:hover {
  left: 10rem;
}

.hover\:top-44:hover {
  top: 11rem;
}

.hover\:right-44:hover {
  right: 11rem;
}

.hover\:bottom-44:hover {
  bottom: 11rem;
}

.hover\:left-44:hover {
  left: 11rem;
}

.hover\:top-48:hover {
  top: 12rem;
}

.hover\:right-48:hover {
  right: 12rem;
}

.hover\:bottom-48:hover {
  bottom: 12rem;
}

.hover\:left-48:hover {
  left: 12rem;
}

.hover\:top-52:hover {
  top: 13rem;
}

.hover\:right-52:hover {
  right: 13rem;
}

.hover\:bottom-52:hover {
  bottom: 13rem;
}

.hover\:left-52:hover {
  left: 13rem;
}

.hover\:top-56:hover {
  top: 14rem;
}

.hover\:right-56:hover {
  right: 14rem;
}

.hover\:bottom-56:hover {
  bottom: 14rem;
}

.hover\:left-56:hover {
  left: 14rem;
}

.hover\:top-60:hover {
  top: 15rem;
}

.hover\:right-60:hover {
  right: 15rem;
}

.hover\:bottom-60:hover {
  bottom: 15rem;
}

.hover\:left-60:hover {
  left: 15rem;
}

.hover\:top-64:hover {
  top: 16rem;
}

.hover\:right-64:hover {
  right: 16rem;
}

.hover\:bottom-64:hover {
  bottom: 16rem;
}

.hover\:left-64:hover {
  left: 16rem;
}

.hover\:top-72:hover {
  top: 18rem;
}

.hover\:right-72:hover {
  right: 18rem;
}

.hover\:bottom-72:hover {
  bottom: 18rem;
}

.hover\:left-72:hover {
  left: 18rem;
}

.hover\:top-80:hover {
  top: 20rem;
}

.hover\:right-80:hover {
  right: 20rem;
}

.hover\:bottom-80:hover {
  bottom: 20rem;
}

.hover\:left-80:hover {
  left: 20rem;
}

.hover\:top-96:hover {
  top: 24rem;
}

.hover\:right-96:hover {
  right: 24rem;
}

.hover\:bottom-96:hover {
  bottom: 24rem;
}

.hover\:left-96:hover {
  left: 24rem;
}

.hover\:top-auto:hover {
  top: auto;
}

.hover\:right-auto:hover {
  right: auto;
}

.hover\:bottom-auto:hover {
  bottom: auto;
}

.hover\:left-auto:hover {
  left: auto;
}

.hover\:top-px:hover {
  top: 1px;
}

.hover\:right-px:hover {
  right: 1px;
}

.hover\:bottom-px:hover {
  bottom: 1px;
}

.hover\:left-px:hover {
  left: 1px;
}

.hover\:top-0\.5:hover {
  top: 0.125rem;
}

.hover\:right-0\.5:hover {
  right: 0.125rem;
}

.hover\:bottom-0\.5:hover {
  bottom: 0.125rem;
}

.hover\:left-0\.5:hover {
  left: 0.125rem;
}

.hover\:top-1\.5:hover {
  top: 0.375rem;
}

.hover\:right-1\.5:hover {
  right: 0.375rem;
}

.hover\:bottom-1\.5:hover {
  bottom: 0.375rem;
}

.hover\:left-1\.5:hover {
  left: 0.375rem;
}

.hover\:top-2\.5:hover {
  top: 0.625rem;
}

.hover\:right-2\.5:hover {
  right: 0.625rem;
}

.hover\:bottom-2\.5:hover {
  bottom: 0.625rem;
}

.hover\:left-2\.5:hover {
  left: 0.625rem;
}

.hover\:top-3\.5:hover {
  top: 0.875rem;
}

.hover\:right-3\.5:hover {
  right: 0.875rem;
}

.hover\:bottom-3\.5:hover {
  bottom: 0.875rem;
}

.hover\:left-3\.5:hover {
  left: 0.875rem;
}

.hover\:-top-0:hover {
  top: 0px;
}

.hover\:-right-0:hover {
  right: 0px;
}

.hover\:-bottom-0:hover {
  bottom: 0px;
}

.hover\:-left-0:hover {
  left: 0px;
}

.hover\:-top-1:hover {
  top: -0.25rem;
}

.hover\:-right-1:hover {
  right: -0.25rem;
}

.hover\:-bottom-1:hover {
  bottom: -0.25rem;
}

.hover\:-left-1:hover {
  left: -0.25rem;
}

.hover\:-top-2:hover {
  top: -0.5rem;
}

.hover\:-right-2:hover {
  right: -0.5rem;
}

.hover\:-bottom-2:hover {
  bottom: -0.5rem;
}

.hover\:-left-2:hover {
  left: -0.5rem;
}

.hover\:-top-3:hover {
  top: -0.75rem;
}

.hover\:-right-3:hover {
  right: -0.75rem;
}

.hover\:-bottom-3:hover {
  bottom: -0.75rem;
}

.hover\:-left-3:hover {
  left: -0.75rem;
}

.hover\:-top-4:hover {
  top: -1rem;
}

.hover\:-right-4:hover {
  right: -1rem;
}

.hover\:-bottom-4:hover {
  bottom: -1rem;
}

.hover\:-left-4:hover {
  left: -1rem;
}

.hover\:-top-5:hover {
  top: -1.25rem;
}

.hover\:-right-5:hover {
  right: -1.25rem;
}

.hover\:-bottom-5:hover {
  bottom: -1.25rem;
}

.hover\:-left-5:hover {
  left: -1.25rem;
}

.hover\:-top-6:hover {
  top: -1.5rem;
}

.hover\:-right-6:hover {
  right: -1.5rem;
}

.hover\:-bottom-6:hover {
  bottom: -1.5rem;
}

.hover\:-left-6:hover {
  left: -1.5rem;
}

.hover\:-top-7:hover {
  top: -1.75rem;
}

.hover\:-right-7:hover {
  right: -1.75rem;
}

.hover\:-bottom-7:hover {
  bottom: -1.75rem;
}

.hover\:-left-7:hover {
  left: -1.75rem;
}

.hover\:-top-8:hover {
  top: -2rem;
}

.hover\:-right-8:hover {
  right: -2rem;
}

.hover\:-bottom-8:hover {
  bottom: -2rem;
}

.hover\:-left-8:hover {
  left: -2rem;
}

.hover\:-top-9:hover {
  top: -2.25rem;
}

.hover\:-right-9:hover {
  right: -2.25rem;
}

.hover\:-bottom-9:hover {
  bottom: -2.25rem;
}

.hover\:-left-9:hover {
  left: -2.25rem;
}

.hover\:-top-10:hover {
  top: -2.5rem;
}

.hover\:-right-10:hover {
  right: -2.5rem;
}

.hover\:-bottom-10:hover {
  bottom: -2.5rem;
}

.hover\:-left-10:hover {
  left: -2.5rem;
}

.hover\:-top-11:hover {
  top: -2.75rem;
}

.hover\:-right-11:hover {
  right: -2.75rem;
}

.hover\:-bottom-11:hover {
  bottom: -2.75rem;
}

.hover\:-left-11:hover {
  left: -2.75rem;
}

.hover\:-top-12:hover {
  top: -3rem;
}

.hover\:-right-12:hover {
  right: -3rem;
}

.hover\:-bottom-12:hover {
  bottom: -3rem;
}

.hover\:-left-12:hover {
  left: -3rem;
}

.hover\:-top-14:hover {
  top: -3.5rem;
}

.hover\:-right-14:hover {
  right: -3.5rem;
}

.hover\:-bottom-14:hover {
  bottom: -3.5rem;
}

.hover\:-left-14:hover {
  left: -3.5rem;
}

.hover\:-top-16:hover {
  top: -4rem;
}

.hover\:-right-16:hover {
  right: -4rem;
}

.hover\:-bottom-16:hover {
  bottom: -4rem;
}

.hover\:-left-16:hover {
  left: -4rem;
}

.hover\:-top-20:hover {
  top: -5rem;
}

.hover\:-right-20:hover {
  right: -5rem;
}

.hover\:-bottom-20:hover {
  bottom: -5rem;
}

.hover\:-left-20:hover {
  left: -5rem;
}

.hover\:-top-24:hover {
  top: -6rem;
}

.hover\:-right-24:hover {
  right: -6rem;
}

.hover\:-bottom-24:hover {
  bottom: -6rem;
}

.hover\:-left-24:hover {
  left: -6rem;
}

.hover\:-top-28:hover {
  top: -7rem;
}

.hover\:-right-28:hover {
  right: -7rem;
}

.hover\:-bottom-28:hover {
  bottom: -7rem;
}

.hover\:-left-28:hover {
  left: -7rem;
}

.hover\:-top-32:hover {
  top: -8rem;
}

.hover\:-right-32:hover {
  right: -8rem;
}

.hover\:-bottom-32:hover {
  bottom: -8rem;
}

.hover\:-left-32:hover {
  left: -8rem;
}

.hover\:-top-36:hover {
  top: -9rem;
}

.hover\:-right-36:hover {
  right: -9rem;
}

.hover\:-bottom-36:hover {
  bottom: -9rem;
}

.hover\:-left-36:hover {
  left: -9rem;
}

.hover\:-top-40:hover {
  top: -10rem;
}

.hover\:-right-40:hover {
  right: -10rem;
}

.hover\:-bottom-40:hover {
  bottom: -10rem;
}

.hover\:-left-40:hover {
  left: -10rem;
}

.hover\:-top-44:hover {
  top: -11rem;
}

.hover\:-right-44:hover {
  right: -11rem;
}

.hover\:-bottom-44:hover {
  bottom: -11rem;
}

.hover\:-left-44:hover {
  left: -11rem;
}

.hover\:-top-48:hover {
  top: -12rem;
}

.hover\:-right-48:hover {
  right: -12rem;
}

.hover\:-bottom-48:hover {
  bottom: -12rem;
}

.hover\:-left-48:hover {
  left: -12rem;
}

.hover\:-top-52:hover {
  top: -13rem;
}

.hover\:-right-52:hover {
  right: -13rem;
}

.hover\:-bottom-52:hover {
  bottom: -13rem;
}

.hover\:-left-52:hover {
  left: -13rem;
}

.hover\:-top-56:hover {
  top: -14rem;
}

.hover\:-right-56:hover {
  right: -14rem;
}

.hover\:-bottom-56:hover {
  bottom: -14rem;
}

.hover\:-left-56:hover {
  left: -14rem;
}

.hover\:-top-60:hover {
  top: -15rem;
}

.hover\:-right-60:hover {
  right: -15rem;
}

.hover\:-bottom-60:hover {
  bottom: -15rem;
}

.hover\:-left-60:hover {
  left: -15rem;
}

.hover\:-top-64:hover {
  top: -16rem;
}

.hover\:-right-64:hover {
  right: -16rem;
}

.hover\:-bottom-64:hover {
  bottom: -16rem;
}

.hover\:-left-64:hover {
  left: -16rem;
}

.hover\:-top-72:hover {
  top: -18rem;
}

.hover\:-right-72:hover {
  right: -18rem;
}

.hover\:-bottom-72:hover {
  bottom: -18rem;
}

.hover\:-left-72:hover {
  left: -18rem;
}

.hover\:-top-80:hover {
  top: -20rem;
}

.hover\:-right-80:hover {
  right: -20rem;
}

.hover\:-bottom-80:hover {
  bottom: -20rem;
}

.hover\:-left-80:hover {
  left: -20rem;
}

.hover\:-top-96:hover {
  top: -24rem;
}

.hover\:-right-96:hover {
  right: -24rem;
}

.hover\:-bottom-96:hover {
  bottom: -24rem;
}

.hover\:-left-96:hover {
  left: -24rem;
}

.hover\:-top-px:hover {
  top: -1px;
}

.hover\:-right-px:hover {
  right: -1px;
}

.hover\:-bottom-px:hover {
  bottom: -1px;
}

.hover\:-left-px:hover {
  left: -1px;
}

.hover\:-top-0\.5:hover {
  top: -0.125rem;
}

.hover\:-right-0\.5:hover {
  right: -0.125rem;
}

.hover\:-bottom-0\.5:hover {
  bottom: -0.125rem;
}

.hover\:-left-0\.5:hover {
  left: -0.125rem;
}

.hover\:-top-1\.5:hover {
  top: -0.375rem;
}

.hover\:-right-1\.5:hover {
  right: -0.375rem;
}

.hover\:-bottom-1\.5:hover {
  bottom: -0.375rem;
}

.hover\:-left-1\.5:hover {
  left: -0.375rem;
}

.hover\:-top-2\.5:hover {
  top: -0.625rem;
}

.hover\:-right-2\.5:hover {
  right: -0.625rem;
}

.hover\:-bottom-2\.5:hover {
  bottom: -0.625rem;
}

.hover\:-left-2\.5:hover {
  left: -0.625rem;
}

.hover\:-top-3\.5:hover {
  top: -0.875rem;
}

.hover\:-right-3\.5:hover {
  right: -0.875rem;
}

.hover\:-bottom-3\.5:hover {
  bottom: -0.875rem;
}

.hover\:-left-3\.5:hover {
  left: -0.875rem;
}

.hover\:top-1\/2:hover {
  top: 50%;
}

.hover\:right-1\/2:hover {
  right: 50%;
}

.hover\:bottom-1\/2:hover {
  bottom: 50%;
}

.hover\:left-1\/2:hover {
  left: 50%;
}

.hover\:top-1\/3:hover {
  top: 33.333333%;
}

.hover\:right-1\/3:hover {
  right: 33.333333%;
}

.hover\:bottom-1\/3:hover {
  bottom: 33.333333%;
}

.hover\:left-1\/3:hover {
  left: 33.333333%;
}

.hover\:top-2\/3:hover {
  top: 66.666667%;
}

.hover\:right-2\/3:hover {
  right: 66.666667%;
}

.hover\:bottom-2\/3:hover {
  bottom: 66.666667%;
}

.hover\:left-2\/3:hover {
  left: 66.666667%;
}

.hover\:top-1\/4:hover {
  top: 25%;
}

.hover\:right-1\/4:hover {
  right: 25%;
}

.hover\:bottom-1\/4:hover {
  bottom: 25%;
}

.hover\:left-1\/4:hover {
  left: 25%;
}

.hover\:top-2\/4:hover {
  top: 50%;
}

.hover\:right-2\/4:hover {
  right: 50%;
}

.hover\:bottom-2\/4:hover {
  bottom: 50%;
}

.hover\:left-2\/4:hover {
  left: 50%;
}

.hover\:top-3\/4:hover {
  top: 75%;
}

.hover\:right-3\/4:hover {
  right: 75%;
}

.hover\:bottom-3\/4:hover {
  bottom: 75%;
}

.hover\:left-3\/4:hover {
  left: 75%;
}

.hover\:top-full:hover {
  top: 100%;
}

.hover\:right-full:hover {
  right: 100%;
}

.hover\:bottom-full:hover {
  bottom: 100%;
}

.hover\:left-full:hover {
  left: 100%;
}

.hover\:-top-1\/2:hover {
  top: -50%;
}

.hover\:-right-1\/2:hover {
  right: -50%;
}

.hover\:-bottom-1\/2:hover {
  bottom: -50%;
}

.hover\:-left-1\/2:hover {
  left: -50%;
}

.hover\:-top-1\/3:hover {
  top: -33.333333%;
}

.hover\:-right-1\/3:hover {
  right: -33.333333%;
}

.hover\:-bottom-1\/3:hover {
  bottom: -33.333333%;
}

.hover\:-left-1\/3:hover {
  left: -33.333333%;
}

.hover\:-top-2\/3:hover {
  top: -66.666667%;
}

.hover\:-right-2\/3:hover {
  right: -66.666667%;
}

.hover\:-bottom-2\/3:hover {
  bottom: -66.666667%;
}

.hover\:-left-2\/3:hover {
  left: -66.666667%;
}

.hover\:-top-1\/4:hover {
  top: -25%;
}

.hover\:-right-1\/4:hover {
  right: -25%;
}

.hover\:-bottom-1\/4:hover {
  bottom: -25%;
}

.hover\:-left-1\/4:hover {
  left: -25%;
}

.hover\:-top-2\/4:hover {
  top: -50%;
}

.hover\:-right-2\/4:hover {
  right: -50%;
}

.hover\:-bottom-2\/4:hover {
  bottom: -50%;
}

.hover\:-left-2\/4:hover {
  left: -50%;
}

.hover\:-top-3\/4:hover {
  top: -75%;
}

.hover\:-right-3\/4:hover {
  right: -75%;
}

.hover\:-bottom-3\/4:hover {
  bottom: -75%;
}

.hover\:-left-3\/4:hover {
  left: -75%;
}

.hover\:-top-full:hover {
  top: -100%;
}

.hover\:-right-full:hover {
  right: -100%;
}

.hover\:-bottom-full:hover {
  bottom: -100%;
}

.hover\:-left-full:hover {
  left: -100%;
}

.focus\:inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:inset-1:focus {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.focus\:inset-2:focus {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.focus\:inset-3:focus {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.focus\:inset-4:focus {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.focus\:inset-5:focus {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.focus\:inset-6:focus {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.focus\:inset-7:focus {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.focus\:inset-8:focus {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.focus\:inset-9:focus {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.focus\:inset-10:focus {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.focus\:inset-11:focus {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.focus\:inset-12:focus {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.focus\:inset-14:focus {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.focus\:inset-16:focus {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.focus\:inset-20:focus {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.focus\:inset-24:focus {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.focus\:inset-28:focus {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.focus\:inset-32:focus {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.focus\:inset-36:focus {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.focus\:inset-40:focus {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.focus\:inset-44:focus {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.focus\:inset-48:focus {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.focus\:inset-52:focus {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.focus\:inset-56:focus {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.focus\:inset-60:focus {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.focus\:inset-64:focus {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.focus\:inset-72:focus {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.focus\:inset-80:focus {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.focus\:inset-96:focus {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:inset-px:focus {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.focus\:inset-0\.5:focus {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.focus\:inset-1\.5:focus {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.focus\:inset-2\.5:focus {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.focus\:inset-3\.5:focus {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.focus\:-inset-0:focus {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.focus\:-inset-1:focus {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.focus\:-inset-2:focus {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.focus\:-inset-3:focus {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.focus\:-inset-4:focus {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.focus\:-inset-5:focus {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.focus\:-inset-6:focus {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.focus\:-inset-7:focus {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.focus\:-inset-8:focus {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.focus\:-inset-9:focus {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.focus\:-inset-10:focus {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.focus\:-inset-11:focus {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.focus\:-inset-12:focus {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.focus\:-inset-14:focus {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.focus\:-inset-16:focus {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.focus\:-inset-20:focus {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.focus\:-inset-24:focus {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.focus\:-inset-28:focus {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.focus\:-inset-32:focus {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.focus\:-inset-36:focus {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.focus\:-inset-40:focus {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.focus\:-inset-44:focus {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.focus\:-inset-48:focus {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.focus\:-inset-52:focus {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.focus\:-inset-56:focus {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.focus\:-inset-60:focus {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.focus\:-inset-64:focus {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.focus\:-inset-72:focus {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.focus\:-inset-80:focus {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.focus\:-inset-96:focus {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.focus\:-inset-px:focus {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.focus\:-inset-0\.5:focus {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.focus\:-inset-1\.5:focus {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.focus\:-inset-2\.5:focus {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.focus\:-inset-3\.5:focus {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.focus\:inset-1\/2:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-1\/3:focus {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.focus\:inset-2\/3:focus {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.focus\:inset-1\/4:focus {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.focus\:inset-2\/4:focus {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.focus\:inset-3\/4:focus {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.focus\:inset-full:focus {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.focus\:-inset-1\/2:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-1\/3:focus {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.focus\:-inset-2\/3:focus {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.focus\:-inset-1\/4:focus {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.focus\:-inset-2\/4:focus {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.focus\:-inset-3\/4:focus {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.focus\:-inset-full:focus {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.focus\:inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:inset-x-0:focus {
  right: 0px;
  left: 0px;
}

.focus\:inset-y-1:focus {
  top: 0.25rem;
  bottom: 0.25rem;
}

.focus\:inset-x-1:focus {
  right: 0.25rem;
  left: 0.25rem;
}

.focus\:inset-y-2:focus {
  top: 0.5rem;
  bottom: 0.5rem;
}

.focus\:inset-x-2:focus {
  right: 0.5rem;
  left: 0.5rem;
}

.focus\:inset-y-3:focus {
  top: 0.75rem;
  bottom: 0.75rem;
}

.focus\:inset-x-3:focus {
  right: 0.75rem;
  left: 0.75rem;
}

.focus\:inset-y-4:focus {
  top: 1rem;
  bottom: 1rem;
}

.focus\:inset-x-4:focus {
  right: 1rem;
  left: 1rem;
}

.focus\:inset-y-5:focus {
  top: 1.25rem;
  bottom: 1.25rem;
}

.focus\:inset-x-5:focus {
  right: 1.25rem;
  left: 1.25rem;
}

.focus\:inset-y-6:focus {
  top: 1.5rem;
  bottom: 1.5rem;
}

.focus\:inset-x-6:focus {
  right: 1.5rem;
  left: 1.5rem;
}

.focus\:inset-y-7:focus {
  top: 1.75rem;
  bottom: 1.75rem;
}

.focus\:inset-x-7:focus {
  right: 1.75rem;
  left: 1.75rem;
}

.focus\:inset-y-8:focus {
  top: 2rem;
  bottom: 2rem;
}

.focus\:inset-x-8:focus {
  right: 2rem;
  left: 2rem;
}

.focus\:inset-y-9:focus {
  top: 2.25rem;
  bottom: 2.25rem;
}

.focus\:inset-x-9:focus {
  right: 2.25rem;
  left: 2.25rem;
}

.focus\:inset-y-10:focus {
  top: 2.5rem;
  bottom: 2.5rem;
}

.focus\:inset-x-10:focus {
  right: 2.5rem;
  left: 2.5rem;
}

.focus\:inset-y-11:focus {
  top: 2.75rem;
  bottom: 2.75rem;
}

.focus\:inset-x-11:focus {
  right: 2.75rem;
  left: 2.75rem;
}

.focus\:inset-y-12:focus {
  top: 3rem;
  bottom: 3rem;
}

.focus\:inset-x-12:focus {
  right: 3rem;
  left: 3rem;
}

.focus\:inset-y-14:focus {
  top: 3.5rem;
  bottom: 3.5rem;
}

.focus\:inset-x-14:focus {
  right: 3.5rem;
  left: 3.5rem;
}

.focus\:inset-y-16:focus {
  top: 4rem;
  bottom: 4rem;
}

.focus\:inset-x-16:focus {
  right: 4rem;
  left: 4rem;
}

.focus\:inset-y-20:focus {
  top: 5rem;
  bottom: 5rem;
}

.focus\:inset-x-20:focus {
  right: 5rem;
  left: 5rem;
}

.focus\:inset-y-24:focus {
  top: 6rem;
  bottom: 6rem;
}

.focus\:inset-x-24:focus {
  right: 6rem;
  left: 6rem;
}

.focus\:inset-y-28:focus {
  top: 7rem;
  bottom: 7rem;
}

.focus\:inset-x-28:focus {
  right: 7rem;
  left: 7rem;
}

.focus\:inset-y-32:focus {
  top: 8rem;
  bottom: 8rem;
}

.focus\:inset-x-32:focus {
  right: 8rem;
  left: 8rem;
}

.focus\:inset-y-36:focus {
  top: 9rem;
  bottom: 9rem;
}

.focus\:inset-x-36:focus {
  right: 9rem;
  left: 9rem;
}

.focus\:inset-y-40:focus {
  top: 10rem;
  bottom: 10rem;
}

.focus\:inset-x-40:focus {
  right: 10rem;
  left: 10rem;
}

.focus\:inset-y-44:focus {
  top: 11rem;
  bottom: 11rem;
}

.focus\:inset-x-44:focus {
  right: 11rem;
  left: 11rem;
}

.focus\:inset-y-48:focus {
  top: 12rem;
  bottom: 12rem;
}

.focus\:inset-x-48:focus {
  right: 12rem;
  left: 12rem;
}

.focus\:inset-y-52:focus {
  top: 13rem;
  bottom: 13rem;
}

.focus\:inset-x-52:focus {
  right: 13rem;
  left: 13rem;
}

.focus\:inset-y-56:focus {
  top: 14rem;
  bottom: 14rem;
}

.focus\:inset-x-56:focus {
  right: 14rem;
  left: 14rem;
}

.focus\:inset-y-60:focus {
  top: 15rem;
  bottom: 15rem;
}

.focus\:inset-x-60:focus {
  right: 15rem;
  left: 15rem;
}

.focus\:inset-y-64:focus {
  top: 16rem;
  bottom: 16rem;
}

.focus\:inset-x-64:focus {
  right: 16rem;
  left: 16rem;
}

.focus\:inset-y-72:focus {
  top: 18rem;
  bottom: 18rem;
}

.focus\:inset-x-72:focus {
  right: 18rem;
  left: 18rem;
}

.focus\:inset-y-80:focus {
  top: 20rem;
  bottom: 20rem;
}

.focus\:inset-x-80:focus {
  right: 20rem;
  left: 20rem;
}

.focus\:inset-y-96:focus {
  top: 24rem;
  bottom: 24rem;
}

.focus\:inset-x-96:focus {
  right: 24rem;
  left: 24rem;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-x-auto:focus {
  right: auto;
  left: auto;
}

.focus\:inset-y-px:focus {
  top: 1px;
  bottom: 1px;
}

.focus\:inset-x-px:focus {
  right: 1px;
  left: 1px;
}

.focus\:inset-y-0\.5:focus {
  top: 0.125rem;
  bottom: 0.125rem;
}

.focus\:inset-x-0\.5:focus {
  right: 0.125rem;
  left: 0.125rem;
}

.focus\:inset-y-1\.5:focus {
  top: 0.375rem;
  bottom: 0.375rem;
}

.focus\:inset-x-1\.5:focus {
  right: 0.375rem;
  left: 0.375rem;
}

.focus\:inset-y-2\.5:focus {
  top: 0.625rem;
  bottom: 0.625rem;
}

.focus\:inset-x-2\.5:focus {
  right: 0.625rem;
  left: 0.625rem;
}

.focus\:inset-y-3\.5:focus {
  top: 0.875rem;
  bottom: 0.875rem;
}

.focus\:inset-x-3\.5:focus {
  right: 0.875rem;
  left: 0.875rem;
}

.focus\:-inset-y-0:focus {
  top: 0px;
  bottom: 0px;
}

.focus\:-inset-x-0:focus {
  right: 0px;
  left: 0px;
}

.focus\:-inset-y-1:focus {
  top: -0.25rem;
  bottom: -0.25rem;
}

.focus\:-inset-x-1:focus {
  right: -0.25rem;
  left: -0.25rem;
}

.focus\:-inset-y-2:focus {
  top: -0.5rem;
  bottom: -0.5rem;
}

.focus\:-inset-x-2:focus {
  right: -0.5rem;
  left: -0.5rem;
}

.focus\:-inset-y-3:focus {
  top: -0.75rem;
  bottom: -0.75rem;
}

.focus\:-inset-x-3:focus {
  right: -0.75rem;
  left: -0.75rem;
}

.focus\:-inset-y-4:focus {
  top: -1rem;
  bottom: -1rem;
}

.focus\:-inset-x-4:focus {
  right: -1rem;
  left: -1rem;
}

.focus\:-inset-y-5:focus {
  top: -1.25rem;
  bottom: -1.25rem;
}

.focus\:-inset-x-5:focus {
  right: -1.25rem;
  left: -1.25rem;
}

.focus\:-inset-y-6:focus {
  top: -1.5rem;
  bottom: -1.5rem;
}

.focus\:-inset-x-6:focus {
  right: -1.5rem;
  left: -1.5rem;
}

.focus\:-inset-y-7:focus {
  top: -1.75rem;
  bottom: -1.75rem;
}

.focus\:-inset-x-7:focus {
  right: -1.75rem;
  left: -1.75rem;
}

.focus\:-inset-y-8:focus {
  top: -2rem;
  bottom: -2rem;
}

.focus\:-inset-x-8:focus {
  right: -2rem;
  left: -2rem;
}

.focus\:-inset-y-9:focus {
  top: -2.25rem;
  bottom: -2.25rem;
}

.focus\:-inset-x-9:focus {
  right: -2.25rem;
  left: -2.25rem;
}

.focus\:-inset-y-10:focus {
  top: -2.5rem;
  bottom: -2.5rem;
}

.focus\:-inset-x-10:focus {
  right: -2.5rem;
  left: -2.5rem;
}

.focus\:-inset-y-11:focus {
  top: -2.75rem;
  bottom: -2.75rem;
}

.focus\:-inset-x-11:focus {
  right: -2.75rem;
  left: -2.75rem;
}

.focus\:-inset-y-12:focus {
  top: -3rem;
  bottom: -3rem;
}

.focus\:-inset-x-12:focus {
  right: -3rem;
  left: -3rem;
}

.focus\:-inset-y-14:focus {
  top: -3.5rem;
  bottom: -3.5rem;
}

.focus\:-inset-x-14:focus {
  right: -3.5rem;
  left: -3.5rem;
}

.focus\:-inset-y-16:focus {
  top: -4rem;
  bottom: -4rem;
}

.focus\:-inset-x-16:focus {
  right: -4rem;
  left: -4rem;
}

.focus\:-inset-y-20:focus {
  top: -5rem;
  bottom: -5rem;
}

.focus\:-inset-x-20:focus {
  right: -5rem;
  left: -5rem;
}

.focus\:-inset-y-24:focus {
  top: -6rem;
  bottom: -6rem;
}

.focus\:-inset-x-24:focus {
  right: -6rem;
  left: -6rem;
}

.focus\:-inset-y-28:focus {
  top: -7rem;
  bottom: -7rem;
}

.focus\:-inset-x-28:focus {
  right: -7rem;
  left: -7rem;
}

.focus\:-inset-y-32:focus {
  top: -8rem;
  bottom: -8rem;
}

.focus\:-inset-x-32:focus {
  right: -8rem;
  left: -8rem;
}

.focus\:-inset-y-36:focus {
  top: -9rem;
  bottom: -9rem;
}

.focus\:-inset-x-36:focus {
  right: -9rem;
  left: -9rem;
}

.focus\:-inset-y-40:focus {
  top: -10rem;
  bottom: -10rem;
}

.focus\:-inset-x-40:focus {
  right: -10rem;
  left: -10rem;
}

.focus\:-inset-y-44:focus {
  top: -11rem;
  bottom: -11rem;
}

.focus\:-inset-x-44:focus {
  right: -11rem;
  left: -11rem;
}

.focus\:-inset-y-48:focus {
  top: -12rem;
  bottom: -12rem;
}

.focus\:-inset-x-48:focus {
  right: -12rem;
  left: -12rem;
}

.focus\:-inset-y-52:focus {
  top: -13rem;
  bottom: -13rem;
}

.focus\:-inset-x-52:focus {
  right: -13rem;
  left: -13rem;
}

.focus\:-inset-y-56:focus {
  top: -14rem;
  bottom: -14rem;
}

.focus\:-inset-x-56:focus {
  right: -14rem;
  left: -14rem;
}

.focus\:-inset-y-60:focus {
  top: -15rem;
  bottom: -15rem;
}

.focus\:-inset-x-60:focus {
  right: -15rem;
  left: -15rem;
}

.focus\:-inset-y-64:focus {
  top: -16rem;
  bottom: -16rem;
}

.focus\:-inset-x-64:focus {
  right: -16rem;
  left: -16rem;
}

.focus\:-inset-y-72:focus {
  top: -18rem;
  bottom: -18rem;
}

.focus\:-inset-x-72:focus {
  right: -18rem;
  left: -18rem;
}

.focus\:-inset-y-80:focus {
  top: -20rem;
  bottom: -20rem;
}

.focus\:-inset-x-80:focus {
  right: -20rem;
  left: -20rem;
}

.focus\:-inset-y-96:focus {
  top: -24rem;
  bottom: -24rem;
}

.focus\:-inset-x-96:focus {
  right: -24rem;
  left: -24rem;
}

.focus\:-inset-y-px:focus {
  top: -1px;
  bottom: -1px;
}

.focus\:-inset-x-px:focus {
  right: -1px;
  left: -1px;
}

.focus\:-inset-y-0\.5:focus {
  top: -0.125rem;
  bottom: -0.125rem;
}

.focus\:-inset-x-0\.5:focus {
  right: -0.125rem;
  left: -0.125rem;
}

.focus\:-inset-y-1\.5:focus {
  top: -0.375rem;
  bottom: -0.375rem;
}

.focus\:-inset-x-1\.5:focus {
  right: -0.375rem;
  left: -0.375rem;
}

.focus\:-inset-y-2\.5:focus {
  top: -0.625rem;
  bottom: -0.625rem;
}

.focus\:-inset-x-2\.5:focus {
  right: -0.625rem;
  left: -0.625rem;
}

.focus\:-inset-y-3\.5:focus {
  top: -0.875rem;
  bottom: -0.875rem;
}

.focus\:-inset-x-3\.5:focus {
  right: -0.875rem;
  left: -0.875rem;
}

.focus\:inset-y-1\/2:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-x-1\/2:focus {
  right: 50%;
  left: 50%;
}

.focus\:inset-y-1\/3:focus {
  top: 33.333333%;
  bottom: 33.333333%;
}

.focus\:inset-x-1\/3:focus {
  right: 33.333333%;
  left: 33.333333%;
}

.focus\:inset-y-2\/3:focus {
  top: 66.666667%;
  bottom: 66.666667%;
}

.focus\:inset-x-2\/3:focus {
  right: 66.666667%;
  left: 66.666667%;
}

.focus\:inset-y-1\/4:focus {
  top: 25%;
  bottom: 25%;
}

.focus\:inset-x-1\/4:focus {
  right: 25%;
  left: 25%;
}

.focus\:inset-y-2\/4:focus {
  top: 50%;
  bottom: 50%;
}

.focus\:inset-x-2\/4:focus {
  right: 50%;
  left: 50%;
}

.focus\:inset-y-3\/4:focus {
  top: 75%;
  bottom: 75%;
}

.focus\:inset-x-3\/4:focus {
  right: 75%;
  left: 75%;
}

.focus\:inset-y-full:focus {
  top: 100%;
  bottom: 100%;
}

.focus\:inset-x-full:focus {
  right: 100%;
  left: 100%;
}

.focus\:-inset-y-1\/2:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-x-1\/2:focus {
  right: -50%;
  left: -50%;
}

.focus\:-inset-y-1\/3:focus {
  top: -33.333333%;
  bottom: -33.333333%;
}

.focus\:-inset-x-1\/3:focus {
  right: -33.333333%;
  left: -33.333333%;
}

.focus\:-inset-y-2\/3:focus {
  top: -66.666667%;
  bottom: -66.666667%;
}

.focus\:-inset-x-2\/3:focus {
  right: -66.666667%;
  left: -66.666667%;
}

.focus\:-inset-y-1\/4:focus {
  top: -25%;
  bottom: -25%;
}

.focus\:-inset-x-1\/4:focus {
  right: -25%;
  left: -25%;
}

.focus\:-inset-y-2\/4:focus {
  top: -50%;
  bottom: -50%;
}

.focus\:-inset-x-2\/4:focus {
  right: -50%;
  left: -50%;
}

.focus\:-inset-y-3\/4:focus {
  top: -75%;
  bottom: -75%;
}

.focus\:-inset-x-3\/4:focus {
  right: -75%;
  left: -75%;
}

.focus\:-inset-y-full:focus {
  top: -100%;
  bottom: -100%;
}

.focus\:-inset-x-full:focus {
  right: -100%;
  left: -100%;
}

.focus\:top-0:focus {
  top: 0px;
}

.focus\:right-0:focus {
  right: 0px;
}

.focus\:bottom-0:focus {
  bottom: 0px;
}

.focus\:left-0:focus {
  left: 0px;
}

.focus\:top-1:focus {
  top: 0.25rem;
}

.focus\:right-1:focus {
  right: 0.25rem;
}

.focus\:bottom-1:focus {
  bottom: 0.25rem;
}

.focus\:left-1:focus {
  left: 0.25rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:right-2:focus {
  right: 0.5rem;
}

.focus\:bottom-2:focus {
  bottom: 0.5rem;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:top-3:focus {
  top: 0.75rem;
}

.focus\:right-3:focus {
  right: 0.75rem;
}

.focus\:bottom-3:focus {
  bottom: 0.75rem;
}

.focus\:left-3:focus {
  left: 0.75rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:right-4:focus {
  right: 1rem;
}

.focus\:bottom-4:focus {
  bottom: 1rem;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-5:focus {
  top: 1.25rem;
}

.focus\:right-5:focus {
  right: 1.25rem;
}

.focus\:bottom-5:focus {
  bottom: 1.25rem;
}

.focus\:left-5:focus {
  left: 1.25rem;
}

.focus\:top-6:focus {
  top: 1.5rem;
}

.focus\:right-6:focus {
  right: 1.5rem;
}

.focus\:bottom-6:focus {
  bottom: 1.5rem;
}

.focus\:left-6:focus {
  left: 1.5rem;
}

.focus\:top-7:focus {
  top: 1.75rem;
}

.focus\:right-7:focus {
  right: 1.75rem;
}

.focus\:bottom-7:focus {
  bottom: 1.75rem;
}

.focus\:left-7:focus {
  left: 1.75rem;
}

.focus\:top-8:focus {
  top: 2rem;
}

.focus\:right-8:focus {
  right: 2rem;
}

.focus\:bottom-8:focus {
  bottom: 2rem;
}

.focus\:left-8:focus {
  left: 2rem;
}

.focus\:top-9:focus {
  top: 2.25rem;
}

.focus\:right-9:focus {
  right: 2.25rem;
}

.focus\:bottom-9:focus {
  bottom: 2.25rem;
}

.focus\:left-9:focus {
  left: 2.25rem;
}

.focus\:top-10:focus {
  top: 2.5rem;
}

.focus\:right-10:focus {
  right: 2.5rem;
}

.focus\:bottom-10:focus {
  bottom: 2.5rem;
}

.focus\:left-10:focus {
  left: 2.5rem;
}

.focus\:top-11:focus {
  top: 2.75rem;
}

.focus\:right-11:focus {
  right: 2.75rem;
}

.focus\:bottom-11:focus {
  bottom: 2.75rem;
}

.focus\:left-11:focus {
  left: 2.75rem;
}

.focus\:top-12:focus {
  top: 3rem;
}

.focus\:right-12:focus {
  right: 3rem;
}

.focus\:bottom-12:focus {
  bottom: 3rem;
}

.focus\:left-12:focus {
  left: 3rem;
}

.focus\:top-14:focus {
  top: 3.5rem;
}

.focus\:right-14:focus {
  right: 3.5rem;
}

.focus\:bottom-14:focus {
  bottom: 3.5rem;
}

.focus\:left-14:focus {
  left: 3.5rem;
}

.focus\:top-16:focus {
  top: 4rem;
}

.focus\:right-16:focus {
  right: 4rem;
}

.focus\:bottom-16:focus {
  bottom: 4rem;
}

.focus\:left-16:focus {
  left: 4rem;
}

.focus\:top-20:focus {
  top: 5rem;
}

.focus\:right-20:focus {
  right: 5rem;
}

.focus\:bottom-20:focus {
  bottom: 5rem;
}

.focus\:left-20:focus {
  left: 5rem;
}

.focus\:top-24:focus {
  top: 6rem;
}

.focus\:right-24:focus {
  right: 6rem;
}

.focus\:bottom-24:focus {
  bottom: 6rem;
}

.focus\:left-24:focus {
  left: 6rem;
}

.focus\:top-28:focus {
  top: 7rem;
}

.focus\:right-28:focus {
  right: 7rem;
}

.focus\:bottom-28:focus {
  bottom: 7rem;
}

.focus\:left-28:focus {
  left: 7rem;
}

.focus\:top-32:focus {
  top: 8rem;
}

.focus\:right-32:focus {
  right: 8rem;
}

.focus\:bottom-32:focus {
  bottom: 8rem;
}

.focus\:left-32:focus {
  left: 8rem;
}

.focus\:top-36:focus {
  top: 9rem;
}

.focus\:right-36:focus {
  right: 9rem;
}

.focus\:bottom-36:focus {
  bottom: 9rem;
}

.focus\:left-36:focus {
  left: 9rem;
}

.focus\:top-40:focus {
  top: 10rem;
}

.focus\:right-40:focus {
  right: 10rem;
}

.focus\:bottom-40:focus {
  bottom: 10rem;
}

.focus\:left-40:focus {
  left: 10rem;
}

.focus\:top-44:focus {
  top: 11rem;
}

.focus\:right-44:focus {
  right: 11rem;
}

.focus\:bottom-44:focus {
  bottom: 11rem;
}

.focus\:left-44:focus {
  left: 11rem;
}

.focus\:top-48:focus {
  top: 12rem;
}

.focus\:right-48:focus {
  right: 12rem;
}

.focus\:bottom-48:focus {
  bottom: 12rem;
}

.focus\:left-48:focus {
  left: 12rem;
}

.focus\:top-52:focus {
  top: 13rem;
}

.focus\:right-52:focus {
  right: 13rem;
}

.focus\:bottom-52:focus {
  bottom: 13rem;
}

.focus\:left-52:focus {
  left: 13rem;
}

.focus\:top-56:focus {
  top: 14rem;
}

.focus\:right-56:focus {
  right: 14rem;
}

.focus\:bottom-56:focus {
  bottom: 14rem;
}

.focus\:left-56:focus {
  left: 14rem;
}

.focus\:top-60:focus {
  top: 15rem;
}

.focus\:right-60:focus {
  right: 15rem;
}

.focus\:bottom-60:focus {
  bottom: 15rem;
}

.focus\:left-60:focus {
  left: 15rem;
}

.focus\:top-64:focus {
  top: 16rem;
}

.focus\:right-64:focus {
  right: 16rem;
}

.focus\:bottom-64:focus {
  bottom: 16rem;
}

.focus\:left-64:focus {
  left: 16rem;
}

.focus\:top-72:focus {
  top: 18rem;
}

.focus\:right-72:focus {
  right: 18rem;
}

.focus\:bottom-72:focus {
  bottom: 18rem;
}

.focus\:left-72:focus {
  left: 18rem;
}

.focus\:top-80:focus {
  top: 20rem;
}

.focus\:right-80:focus {
  right: 20rem;
}

.focus\:bottom-80:focus {
  bottom: 20rem;
}

.focus\:left-80:focus {
  left: 20rem;
}

.focus\:top-96:focus {
  top: 24rem;
}

.focus\:right-96:focus {
  right: 24rem;
}

.focus\:bottom-96:focus {
  bottom: 24rem;
}

.focus\:left-96:focus {
  left: 24rem;
}

.focus\:top-auto:focus {
  top: auto;
}

.focus\:right-auto:focus {
  right: auto;
}

.focus\:bottom-auto:focus {
  bottom: auto;
}

.focus\:left-auto:focus {
  left: auto;
}

.focus\:top-px:focus {
  top: 1px;
}

.focus\:right-px:focus {
  right: 1px;
}

.focus\:bottom-px:focus {
  bottom: 1px;
}

.focus\:left-px:focus {
  left: 1px;
}

.focus\:top-0\.5:focus {
  top: 0.125rem;
}

.focus\:right-0\.5:focus {
  right: 0.125rem;
}

.focus\:bottom-0\.5:focus {
  bottom: 0.125rem;
}

.focus\:left-0\.5:focus {
  left: 0.125rem;
}

.focus\:top-1\.5:focus {
  top: 0.375rem;
}

.focus\:right-1\.5:focus {
  right: 0.375rem;
}

.focus\:bottom-1\.5:focus {
  bottom: 0.375rem;
}

.focus\:left-1\.5:focus {
  left: 0.375rem;
}

.focus\:top-2\.5:focus {
  top: 0.625rem;
}

.focus\:right-2\.5:focus {
  right: 0.625rem;
}

.focus\:bottom-2\.5:focus {
  bottom: 0.625rem;
}

.focus\:left-2\.5:focus {
  left: 0.625rem;
}

.focus\:top-3\.5:focus {
  top: 0.875rem;
}

.focus\:right-3\.5:focus {
  right: 0.875rem;
}

.focus\:bottom-3\.5:focus {
  bottom: 0.875rem;
}

.focus\:left-3\.5:focus {
  left: 0.875rem;
}

.focus\:-top-0:focus {
  top: 0px;
}

.focus\:-right-0:focus {
  right: 0px;
}

.focus\:-bottom-0:focus {
  bottom: 0px;
}

.focus\:-left-0:focus {
  left: 0px;
}

.focus\:-top-1:focus {
  top: -0.25rem;
}

.focus\:-right-1:focus {
  right: -0.25rem;
}

.focus\:-bottom-1:focus {
  bottom: -0.25rem;
}

.focus\:-left-1:focus {
  left: -0.25rem;
}

.focus\:-top-2:focus {
  top: -0.5rem;
}

.focus\:-right-2:focus {
  right: -0.5rem;
}

.focus\:-bottom-2:focus {
  bottom: -0.5rem;
}

.focus\:-left-2:focus {
  left: -0.5rem;
}

.focus\:-top-3:focus {
  top: -0.75rem;
}

.focus\:-right-3:focus {
  right: -0.75rem;
}

.focus\:-bottom-3:focus {
  bottom: -0.75rem;
}

.focus\:-left-3:focus {
  left: -0.75rem;
}

.focus\:-top-4:focus {
  top: -1rem;
}

.focus\:-right-4:focus {
  right: -1rem;
}

.focus\:-bottom-4:focus {
  bottom: -1rem;
}

.focus\:-left-4:focus {
  left: -1rem;
}

.focus\:-top-5:focus {
  top: -1.25rem;
}

.focus\:-right-5:focus {
  right: -1.25rem;
}

.focus\:-bottom-5:focus {
  bottom: -1.25rem;
}

.focus\:-left-5:focus {
  left: -1.25rem;
}

.focus\:-top-6:focus {
  top: -1.5rem;
}

.focus\:-right-6:focus {
  right: -1.5rem;
}

.focus\:-bottom-6:focus {
  bottom: -1.5rem;
}

.focus\:-left-6:focus {
  left: -1.5rem;
}

.focus\:-top-7:focus {
  top: -1.75rem;
}

.focus\:-right-7:focus {
  right: -1.75rem;
}

.focus\:-bottom-7:focus {
  bottom: -1.75rem;
}

.focus\:-left-7:focus {
  left: -1.75rem;
}

.focus\:-top-8:focus {
  top: -2rem;
}

.focus\:-right-8:focus {
  right: -2rem;
}

.focus\:-bottom-8:focus {
  bottom: -2rem;
}

.focus\:-left-8:focus {
  left: -2rem;
}

.focus\:-top-9:focus {
  top: -2.25rem;
}

.focus\:-right-9:focus {
  right: -2.25rem;
}

.focus\:-bottom-9:focus {
  bottom: -2.25rem;
}

.focus\:-left-9:focus {
  left: -2.25rem;
}

.focus\:-top-10:focus {
  top: -2.5rem;
}

.focus\:-right-10:focus {
  right: -2.5rem;
}

.focus\:-bottom-10:focus {
  bottom: -2.5rem;
}

.focus\:-left-10:focus {
  left: -2.5rem;
}

.focus\:-top-11:focus {
  top: -2.75rem;
}

.focus\:-right-11:focus {
  right: -2.75rem;
}

.focus\:-bottom-11:focus {
  bottom: -2.75rem;
}

.focus\:-left-11:focus {
  left: -2.75rem;
}

.focus\:-top-12:focus {
  top: -3rem;
}

.focus\:-right-12:focus {
  right: -3rem;
}

.focus\:-bottom-12:focus {
  bottom: -3rem;
}

.focus\:-left-12:focus {
  left: -3rem;
}

.focus\:-top-14:focus {
  top: -3.5rem;
}

.focus\:-right-14:focus {
  right: -3.5rem;
}

.focus\:-bottom-14:focus {
  bottom: -3.5rem;
}

.focus\:-left-14:focus {
  left: -3.5rem;
}

.focus\:-top-16:focus {
  top: -4rem;
}

.focus\:-right-16:focus {
  right: -4rem;
}

.focus\:-bottom-16:focus {
  bottom: -4rem;
}

.focus\:-left-16:focus {
  left: -4rem;
}

.focus\:-top-20:focus {
  top: -5rem;
}

.focus\:-right-20:focus {
  right: -5rem;
}

.focus\:-bottom-20:focus {
  bottom: -5rem;
}

.focus\:-left-20:focus {
  left: -5rem;
}

.focus\:-top-24:focus {
  top: -6rem;
}

.focus\:-right-24:focus {
  right: -6rem;
}

.focus\:-bottom-24:focus {
  bottom: -6rem;
}

.focus\:-left-24:focus {
  left: -6rem;
}

.focus\:-top-28:focus {
  top: -7rem;
}

.focus\:-right-28:focus {
  right: -7rem;
}

.focus\:-bottom-28:focus {
  bottom: -7rem;
}

.focus\:-left-28:focus {
  left: -7rem;
}

.focus\:-top-32:focus {
  top: -8rem;
}

.focus\:-right-32:focus {
  right: -8rem;
}

.focus\:-bottom-32:focus {
  bottom: -8rem;
}

.focus\:-left-32:focus {
  left: -8rem;
}

.focus\:-top-36:focus {
  top: -9rem;
}

.focus\:-right-36:focus {
  right: -9rem;
}

.focus\:-bottom-36:focus {
  bottom: -9rem;
}

.focus\:-left-36:focus {
  left: -9rem;
}

.focus\:-top-40:focus {
  top: -10rem;
}

.focus\:-right-40:focus {
  right: -10rem;
}

.focus\:-bottom-40:focus {
  bottom: -10rem;
}

.focus\:-left-40:focus {
  left: -10rem;
}

.focus\:-top-44:focus {
  top: -11rem;
}

.focus\:-right-44:focus {
  right: -11rem;
}

.focus\:-bottom-44:focus {
  bottom: -11rem;
}

.focus\:-left-44:focus {
  left: -11rem;
}

.focus\:-top-48:focus {
  top: -12rem;
}

.focus\:-right-48:focus {
  right: -12rem;
}

.focus\:-bottom-48:focus {
  bottom: -12rem;
}

.focus\:-left-48:focus {
  left: -12rem;
}

.focus\:-top-52:focus {
  top: -13rem;
}

.focus\:-right-52:focus {
  right: -13rem;
}

.focus\:-bottom-52:focus {
  bottom: -13rem;
}

.focus\:-left-52:focus {
  left: -13rem;
}

.focus\:-top-56:focus {
  top: -14rem;
}

.focus\:-right-56:focus {
  right: -14rem;
}

.focus\:-bottom-56:focus {
  bottom: -14rem;
}

.focus\:-left-56:focus {
  left: -14rem;
}

.focus\:-top-60:focus {
  top: -15rem;
}

.focus\:-right-60:focus {
  right: -15rem;
}

.focus\:-bottom-60:focus {
  bottom: -15rem;
}

.focus\:-left-60:focus {
  left: -15rem;
}

.focus\:-top-64:focus {
  top: -16rem;
}

.focus\:-right-64:focus {
  right: -16rem;
}

.focus\:-bottom-64:focus {
  bottom: -16rem;
}

.focus\:-left-64:focus {
  left: -16rem;
}

.focus\:-top-72:focus {
  top: -18rem;
}

.focus\:-right-72:focus {
  right: -18rem;
}

.focus\:-bottom-72:focus {
  bottom: -18rem;
}

.focus\:-left-72:focus {
  left: -18rem;
}

.focus\:-top-80:focus {
  top: -20rem;
}

.focus\:-right-80:focus {
  right: -20rem;
}

.focus\:-bottom-80:focus {
  bottom: -20rem;
}

.focus\:-left-80:focus {
  left: -20rem;
}

.focus\:-top-96:focus {
  top: -24rem;
}

.focus\:-right-96:focus {
  right: -24rem;
}

.focus\:-bottom-96:focus {
  bottom: -24rem;
}

.focus\:-left-96:focus {
  left: -24rem;
}

.focus\:-top-px:focus {
  top: -1px;
}

.focus\:-right-px:focus {
  right: -1px;
}

.focus\:-bottom-px:focus {
  bottom: -1px;
}

.focus\:-left-px:focus {
  left: -1px;
}

.focus\:-top-0\.5:focus {
  top: -0.125rem;
}

.focus\:-right-0\.5:focus {
  right: -0.125rem;
}

.focus\:-bottom-0\.5:focus {
  bottom: -0.125rem;
}

.focus\:-left-0\.5:focus {
  left: -0.125rem;
}

.focus\:-top-1\.5:focus {
  top: -0.375rem;
}

.focus\:-right-1\.5:focus {
  right: -0.375rem;
}

.focus\:-bottom-1\.5:focus {
  bottom: -0.375rem;
}

.focus\:-left-1\.5:focus {
  left: -0.375rem;
}

.focus\:-top-2\.5:focus {
  top: -0.625rem;
}

.focus\:-right-2\.5:focus {
  right: -0.625rem;
}

.focus\:-bottom-2\.5:focus {
  bottom: -0.625rem;
}

.focus\:-left-2\.5:focus {
  left: -0.625rem;
}

.focus\:-top-3\.5:focus {
  top: -0.875rem;
}

.focus\:-right-3\.5:focus {
  right: -0.875rem;
}

.focus\:-bottom-3\.5:focus {
  bottom: -0.875rem;
}

.focus\:-left-3\.5:focus {
  left: -0.875rem;
}

.focus\:top-1\/2:focus {
  top: 50%;
}

.focus\:right-1\/2:focus {
  right: 50%;
}

.focus\:bottom-1\/2:focus {
  bottom: 50%;
}

.focus\:left-1\/2:focus {
  left: 50%;
}

.focus\:top-1\/3:focus {
  top: 33.333333%;
}

.focus\:right-1\/3:focus {
  right: 33.333333%;
}

.focus\:bottom-1\/3:focus {
  bottom: 33.333333%;
}

.focus\:left-1\/3:focus {
  left: 33.333333%;
}

.focus\:top-2\/3:focus {
  top: 66.666667%;
}

.focus\:right-2\/3:focus {
  right: 66.666667%;
}

.focus\:bottom-2\/3:focus {
  bottom: 66.666667%;
}

.focus\:left-2\/3:focus {
  left: 66.666667%;
}

.focus\:top-1\/4:focus {
  top: 25%;
}

.focus\:right-1\/4:focus {
  right: 25%;
}

.focus\:bottom-1\/4:focus {
  bottom: 25%;
}

.focus\:left-1\/4:focus {
  left: 25%;
}

.focus\:top-2\/4:focus {
  top: 50%;
}

.focus\:right-2\/4:focus {
  right: 50%;
}

.focus\:bottom-2\/4:focus {
  bottom: 50%;
}

.focus\:left-2\/4:focus {
  left: 50%;
}

.focus\:top-3\/4:focus {
  top: 75%;
}

.focus\:right-3\/4:focus {
  right: 75%;
}

.focus\:bottom-3\/4:focus {
  bottom: 75%;
}

.focus\:left-3\/4:focus {
  left: 75%;
}

.focus\:top-full:focus {
  top: 100%;
}

.focus\:right-full:focus {
  right: 100%;
}

.focus\:bottom-full:focus {
  bottom: 100%;
}

.focus\:left-full:focus {
  left: 100%;
}

.focus\:-top-1\/2:focus {
  top: -50%;
}

.focus\:-right-1\/2:focus {
  right: -50%;
}

.focus\:-bottom-1\/2:focus {
  bottom: -50%;
}

.focus\:-left-1\/2:focus {
  left: -50%;
}

.focus\:-top-1\/3:focus {
  top: -33.333333%;
}

.focus\:-right-1\/3:focus {
  right: -33.333333%;
}

.focus\:-bottom-1\/3:focus {
  bottom: -33.333333%;
}

.focus\:-left-1\/3:focus {
  left: -33.333333%;
}

.focus\:-top-2\/3:focus {
  top: -66.666667%;
}

.focus\:-right-2\/3:focus {
  right: -66.666667%;
}

.focus\:-bottom-2\/3:focus {
  bottom: -66.666667%;
}

.focus\:-left-2\/3:focus {
  left: -66.666667%;
}

.focus\:-top-1\/4:focus {
  top: -25%;
}

.focus\:-right-1\/4:focus {
  right: -25%;
}

.focus\:-bottom-1\/4:focus {
  bottom: -25%;
}

.focus\:-left-1\/4:focus {
  left: -25%;
}

.focus\:-top-2\/4:focus {
  top: -50%;
}

.focus\:-right-2\/4:focus {
  right: -50%;
}

.focus\:-bottom-2\/4:focus {
  bottom: -50%;
}

.focus\:-left-2\/4:focus {
  left: -50%;
}

.focus\:-top-3\/4:focus {
  top: -75%;
}

.focus\:-right-3\/4:focus {
  right: -75%;
}

.focus\:-bottom-3\/4:focus {
  bottom: -75%;
}

.focus\:-left-3\/4:focus {
  left: -75%;
}

.focus\:-top-full:focus {
  top: -100%;
}

.focus\:-right-full:focus {
  right: -100%;
}

.focus\:-bottom-full:focus {
  bottom: -100%;
}

.focus\:-left-full:focus {
  left: -100%;
}

.active\:inset-0:active {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.active\:inset-1:active {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.active\:inset-2:active {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.active\:inset-3:active {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.active\:inset-4:active {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.active\:inset-5:active {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.active\:inset-6:active {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.active\:inset-7:active {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.active\:inset-8:active {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.active\:inset-9:active {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.active\:inset-10:active {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.active\:inset-11:active {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.active\:inset-12:active {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.active\:inset-14:active {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.active\:inset-16:active {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.active\:inset-20:active {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.active\:inset-24:active {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.active\:inset-28:active {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.active\:inset-32:active {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.active\:inset-36:active {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.active\:inset-40:active {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.active\:inset-44:active {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.active\:inset-48:active {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.active\:inset-52:active {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.active\:inset-56:active {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.active\:inset-60:active {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.active\:inset-64:active {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.active\:inset-72:active {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.active\:inset-80:active {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.active\:inset-96:active {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.active\:inset-auto:active {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.active\:inset-px:active {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.active\:inset-0\.5:active {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.active\:inset-1\.5:active {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.active\:inset-2\.5:active {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.active\:inset-3\.5:active {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.active\:-inset-0:active {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.active\:-inset-1:active {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.active\:-inset-2:active {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.active\:-inset-3:active {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.active\:-inset-4:active {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.active\:-inset-5:active {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.active\:-inset-6:active {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.active\:-inset-7:active {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.active\:-inset-8:active {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.active\:-inset-9:active {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.active\:-inset-10:active {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.active\:-inset-11:active {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.active\:-inset-12:active {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.active\:-inset-14:active {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.active\:-inset-16:active {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.active\:-inset-20:active {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.active\:-inset-24:active {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.active\:-inset-28:active {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.active\:-inset-32:active {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.active\:-inset-36:active {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.active\:-inset-40:active {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.active\:-inset-44:active {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.active\:-inset-48:active {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.active\:-inset-52:active {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.active\:-inset-56:active {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.active\:-inset-60:active {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.active\:-inset-64:active {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.active\:-inset-72:active {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.active\:-inset-80:active {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.active\:-inset-96:active {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.active\:-inset-px:active {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.active\:-inset-0\.5:active {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.active\:-inset-1\.5:active {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.active\:-inset-2\.5:active {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.active\:-inset-3\.5:active {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.active\:inset-1\/2:active {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.active\:inset-1\/3:active {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.active\:inset-2\/3:active {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.active\:inset-1\/4:active {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.active\:inset-2\/4:active {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.active\:inset-3\/4:active {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.active\:inset-full:active {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.active\:-inset-1\/2:active {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.active\:-inset-1\/3:active {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.active\:-inset-2\/3:active {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.active\:-inset-1\/4:active {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.active\:-inset-2\/4:active {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.active\:-inset-3\/4:active {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.active\:-inset-full:active {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.active\:inset-y-0:active {
  top: 0px;
  bottom: 0px;
}

.active\:inset-x-0:active {
  right: 0px;
  left: 0px;
}

.active\:inset-y-1:active {
  top: 0.25rem;
  bottom: 0.25rem;
}

.active\:inset-x-1:active {
  right: 0.25rem;
  left: 0.25rem;
}

.active\:inset-y-2:active {
  top: 0.5rem;
  bottom: 0.5rem;
}

.active\:inset-x-2:active {
  right: 0.5rem;
  left: 0.5rem;
}

.active\:inset-y-3:active {
  top: 0.75rem;
  bottom: 0.75rem;
}

.active\:inset-x-3:active {
  right: 0.75rem;
  left: 0.75rem;
}

.active\:inset-y-4:active {
  top: 1rem;
  bottom: 1rem;
}

.active\:inset-x-4:active {
  right: 1rem;
  left: 1rem;
}

.active\:inset-y-5:active {
  top: 1.25rem;
  bottom: 1.25rem;
}

.active\:inset-x-5:active {
  right: 1.25rem;
  left: 1.25rem;
}

.active\:inset-y-6:active {
  top: 1.5rem;
  bottom: 1.5rem;
}

.active\:inset-x-6:active {
  right: 1.5rem;
  left: 1.5rem;
}

.active\:inset-y-7:active {
  top: 1.75rem;
  bottom: 1.75rem;
}

.active\:inset-x-7:active {
  right: 1.75rem;
  left: 1.75rem;
}

.active\:inset-y-8:active {
  top: 2rem;
  bottom: 2rem;
}

.active\:inset-x-8:active {
  right: 2rem;
  left: 2rem;
}

.active\:inset-y-9:active {
  top: 2.25rem;
  bottom: 2.25rem;
}

.active\:inset-x-9:active {
  right: 2.25rem;
  left: 2.25rem;
}

.active\:inset-y-10:active {
  top: 2.5rem;
  bottom: 2.5rem;
}

.active\:inset-x-10:active {
  right: 2.5rem;
  left: 2.5rem;
}

.active\:inset-y-11:active {
  top: 2.75rem;
  bottom: 2.75rem;
}

.active\:inset-x-11:active {
  right: 2.75rem;
  left: 2.75rem;
}

.active\:inset-y-12:active {
  top: 3rem;
  bottom: 3rem;
}

.active\:inset-x-12:active {
  right: 3rem;
  left: 3rem;
}

.active\:inset-y-14:active {
  top: 3.5rem;
  bottom: 3.5rem;
}

.active\:inset-x-14:active {
  right: 3.5rem;
  left: 3.5rem;
}

.active\:inset-y-16:active {
  top: 4rem;
  bottom: 4rem;
}

.active\:inset-x-16:active {
  right: 4rem;
  left: 4rem;
}

.active\:inset-y-20:active {
  top: 5rem;
  bottom: 5rem;
}

.active\:inset-x-20:active {
  right: 5rem;
  left: 5rem;
}

.active\:inset-y-24:active {
  top: 6rem;
  bottom: 6rem;
}

.active\:inset-x-24:active {
  right: 6rem;
  left: 6rem;
}

.active\:inset-y-28:active {
  top: 7rem;
  bottom: 7rem;
}

.active\:inset-x-28:active {
  right: 7rem;
  left: 7rem;
}

.active\:inset-y-32:active {
  top: 8rem;
  bottom: 8rem;
}

.active\:inset-x-32:active {
  right: 8rem;
  left: 8rem;
}

.active\:inset-y-36:active {
  top: 9rem;
  bottom: 9rem;
}

.active\:inset-x-36:active {
  right: 9rem;
  left: 9rem;
}

.active\:inset-y-40:active {
  top: 10rem;
  bottom: 10rem;
}

.active\:inset-x-40:active {
  right: 10rem;
  left: 10rem;
}

.active\:inset-y-44:active {
  top: 11rem;
  bottom: 11rem;
}

.active\:inset-x-44:active {
  right: 11rem;
  left: 11rem;
}

.active\:inset-y-48:active {
  top: 12rem;
  bottom: 12rem;
}

.active\:inset-x-48:active {
  right: 12rem;
  left: 12rem;
}

.active\:inset-y-52:active {
  top: 13rem;
  bottom: 13rem;
}

.active\:inset-x-52:active {
  right: 13rem;
  left: 13rem;
}

.active\:inset-y-56:active {
  top: 14rem;
  bottom: 14rem;
}

.active\:inset-x-56:active {
  right: 14rem;
  left: 14rem;
}

.active\:inset-y-60:active {
  top: 15rem;
  bottom: 15rem;
}

.active\:inset-x-60:active {
  right: 15rem;
  left: 15rem;
}

.active\:inset-y-64:active {
  top: 16rem;
  bottom: 16rem;
}

.active\:inset-x-64:active {
  right: 16rem;
  left: 16rem;
}

.active\:inset-y-72:active {
  top: 18rem;
  bottom: 18rem;
}

.active\:inset-x-72:active {
  right: 18rem;
  left: 18rem;
}

.active\:inset-y-80:active {
  top: 20rem;
  bottom: 20rem;
}

.active\:inset-x-80:active {
  right: 20rem;
  left: 20rem;
}

.active\:inset-y-96:active {
  top: 24rem;
  bottom: 24rem;
}

.active\:inset-x-96:active {
  right: 24rem;
  left: 24rem;
}

.active\:inset-y-auto:active {
  top: auto;
  bottom: auto;
}

.active\:inset-x-auto:active {
  right: auto;
  left: auto;
}

.active\:inset-y-px:active {
  top: 1px;
  bottom: 1px;
}

.active\:inset-x-px:active {
  right: 1px;
  left: 1px;
}

.active\:inset-y-0\.5:active {
  top: 0.125rem;
  bottom: 0.125rem;
}

.active\:inset-x-0\.5:active {
  right: 0.125rem;
  left: 0.125rem;
}

.active\:inset-y-1\.5:active {
  top: 0.375rem;
  bottom: 0.375rem;
}

.active\:inset-x-1\.5:active {
  right: 0.375rem;
  left: 0.375rem;
}

.active\:inset-y-2\.5:active {
  top: 0.625rem;
  bottom: 0.625rem;
}

.active\:inset-x-2\.5:active {
  right: 0.625rem;
  left: 0.625rem;
}

.active\:inset-y-3\.5:active {
  top: 0.875rem;
  bottom: 0.875rem;
}

.active\:inset-x-3\.5:active {
  right: 0.875rem;
  left: 0.875rem;
}

.active\:-inset-y-0:active {
  top: 0px;
  bottom: 0px;
}

.active\:-inset-x-0:active {
  right: 0px;
  left: 0px;
}

.active\:-inset-y-1:active {
  top: -0.25rem;
  bottom: -0.25rem;
}

.active\:-inset-x-1:active {
  right: -0.25rem;
  left: -0.25rem;
}

.active\:-inset-y-2:active {
  top: -0.5rem;
  bottom: -0.5rem;
}

.active\:-inset-x-2:active {
  right: -0.5rem;
  left: -0.5rem;
}

.active\:-inset-y-3:active {
  top: -0.75rem;
  bottom: -0.75rem;
}

.active\:-inset-x-3:active {
  right: -0.75rem;
  left: -0.75rem;
}

.active\:-inset-y-4:active {
  top: -1rem;
  bottom: -1rem;
}

.active\:-inset-x-4:active {
  right: -1rem;
  left: -1rem;
}

.active\:-inset-y-5:active {
  top: -1.25rem;
  bottom: -1.25rem;
}

.active\:-inset-x-5:active {
  right: -1.25rem;
  left: -1.25rem;
}

.active\:-inset-y-6:active {
  top: -1.5rem;
  bottom: -1.5rem;
}

.active\:-inset-x-6:active {
  right: -1.5rem;
  left: -1.5rem;
}

.active\:-inset-y-7:active {
  top: -1.75rem;
  bottom: -1.75rem;
}

.active\:-inset-x-7:active {
  right: -1.75rem;
  left: -1.75rem;
}

.active\:-inset-y-8:active {
  top: -2rem;
  bottom: -2rem;
}

.active\:-inset-x-8:active {
  right: -2rem;
  left: -2rem;
}

.active\:-inset-y-9:active {
  top: -2.25rem;
  bottom: -2.25rem;
}

.active\:-inset-x-9:active {
  right: -2.25rem;
  left: -2.25rem;
}

.active\:-inset-y-10:active {
  top: -2.5rem;
  bottom: -2.5rem;
}

.active\:-inset-x-10:active {
  right: -2.5rem;
  left: -2.5rem;
}

.active\:-inset-y-11:active {
  top: -2.75rem;
  bottom: -2.75rem;
}

.active\:-inset-x-11:active {
  right: -2.75rem;
  left: -2.75rem;
}

.active\:-inset-y-12:active {
  top: -3rem;
  bottom: -3rem;
}

.active\:-inset-x-12:active {
  right: -3rem;
  left: -3rem;
}

.active\:-inset-y-14:active {
  top: -3.5rem;
  bottom: -3.5rem;
}

.active\:-inset-x-14:active {
  right: -3.5rem;
  left: -3.5rem;
}

.active\:-inset-y-16:active {
  top: -4rem;
  bottom: -4rem;
}

.active\:-inset-x-16:active {
  right: -4rem;
  left: -4rem;
}

.active\:-inset-y-20:active {
  top: -5rem;
  bottom: -5rem;
}

.active\:-inset-x-20:active {
  right: -5rem;
  left: -5rem;
}

.active\:-inset-y-24:active {
  top: -6rem;
  bottom: -6rem;
}

.active\:-inset-x-24:active {
  right: -6rem;
  left: -6rem;
}

.active\:-inset-y-28:active {
  top: -7rem;
  bottom: -7rem;
}

.active\:-inset-x-28:active {
  right: -7rem;
  left: -7rem;
}

.active\:-inset-y-32:active {
  top: -8rem;
  bottom: -8rem;
}

.active\:-inset-x-32:active {
  right: -8rem;
  left: -8rem;
}

.active\:-inset-y-36:active {
  top: -9rem;
  bottom: -9rem;
}

.active\:-inset-x-36:active {
  right: -9rem;
  left: -9rem;
}

.active\:-inset-y-40:active {
  top: -10rem;
  bottom: -10rem;
}

.active\:-inset-x-40:active {
  right: -10rem;
  left: -10rem;
}

.active\:-inset-y-44:active {
  top: -11rem;
  bottom: -11rem;
}

.active\:-inset-x-44:active {
  right: -11rem;
  left: -11rem;
}

.active\:-inset-y-48:active {
  top: -12rem;
  bottom: -12rem;
}

.active\:-inset-x-48:active {
  right: -12rem;
  left: -12rem;
}

.active\:-inset-y-52:active {
  top: -13rem;
  bottom: -13rem;
}

.active\:-inset-x-52:active {
  right: -13rem;
  left: -13rem;
}

.active\:-inset-y-56:active {
  top: -14rem;
  bottom: -14rem;
}

.active\:-inset-x-56:active {
  right: -14rem;
  left: -14rem;
}

.active\:-inset-y-60:active {
  top: -15rem;
  bottom: -15rem;
}

.active\:-inset-x-60:active {
  right: -15rem;
  left: -15rem;
}

.active\:-inset-y-64:active {
  top: -16rem;
  bottom: -16rem;
}

.active\:-inset-x-64:active {
  right: -16rem;
  left: -16rem;
}

.active\:-inset-y-72:active {
  top: -18rem;
  bottom: -18rem;
}

.active\:-inset-x-72:active {
  right: -18rem;
  left: -18rem;
}

.active\:-inset-y-80:active {
  top: -20rem;
  bottom: -20rem;
}

.active\:-inset-x-80:active {
  right: -20rem;
  left: -20rem;
}

.active\:-inset-y-96:active {
  top: -24rem;
  bottom: -24rem;
}

.active\:-inset-x-96:active {
  right: -24rem;
  left: -24rem;
}

.active\:-inset-y-px:active {
  top: -1px;
  bottom: -1px;
}

.active\:-inset-x-px:active {
  right: -1px;
  left: -1px;
}

.active\:-inset-y-0\.5:active {
  top: -0.125rem;
  bottom: -0.125rem;
}

.active\:-inset-x-0\.5:active {
  right: -0.125rem;
  left: -0.125rem;
}

.active\:-inset-y-1\.5:active {
  top: -0.375rem;
  bottom: -0.375rem;
}

.active\:-inset-x-1\.5:active {
  right: -0.375rem;
  left: -0.375rem;
}

.active\:-inset-y-2\.5:active {
  top: -0.625rem;
  bottom: -0.625rem;
}

.active\:-inset-x-2\.5:active {
  right: -0.625rem;
  left: -0.625rem;
}

.active\:-inset-y-3\.5:active {
  top: -0.875rem;
  bottom: -0.875rem;
}

.active\:-inset-x-3\.5:active {
  right: -0.875rem;
  left: -0.875rem;
}

.active\:inset-y-1\/2:active {
  top: 50%;
  bottom: 50%;
}

.active\:inset-x-1\/2:active {
  right: 50%;
  left: 50%;
}

.active\:inset-y-1\/3:active {
  top: 33.333333%;
  bottom: 33.333333%;
}

.active\:inset-x-1\/3:active {
  right: 33.333333%;
  left: 33.333333%;
}

.active\:inset-y-2\/3:active {
  top: 66.666667%;
  bottom: 66.666667%;
}

.active\:inset-x-2\/3:active {
  right: 66.666667%;
  left: 66.666667%;
}

.active\:inset-y-1\/4:active {
  top: 25%;
  bottom: 25%;
}

.active\:inset-x-1\/4:active {
  right: 25%;
  left: 25%;
}

.active\:inset-y-2\/4:active {
  top: 50%;
  bottom: 50%;
}

.active\:inset-x-2\/4:active {
  right: 50%;
  left: 50%;
}

.active\:inset-y-3\/4:active {
  top: 75%;
  bottom: 75%;
}

.active\:inset-x-3\/4:active {
  right: 75%;
  left: 75%;
}

.active\:inset-y-full:active {
  top: 100%;
  bottom: 100%;
}

.active\:inset-x-full:active {
  right: 100%;
  left: 100%;
}

.active\:-inset-y-1\/2:active {
  top: -50%;
  bottom: -50%;
}

.active\:-inset-x-1\/2:active {
  right: -50%;
  left: -50%;
}

.active\:-inset-y-1\/3:active {
  top: -33.333333%;
  bottom: -33.333333%;
}

.active\:-inset-x-1\/3:active {
  right: -33.333333%;
  left: -33.333333%;
}

.active\:-inset-y-2\/3:active {
  top: -66.666667%;
  bottom: -66.666667%;
}

.active\:-inset-x-2\/3:active {
  right: -66.666667%;
  left: -66.666667%;
}

.active\:-inset-y-1\/4:active {
  top: -25%;
  bottom: -25%;
}

.active\:-inset-x-1\/4:active {
  right: -25%;
  left: -25%;
}

.active\:-inset-y-2\/4:active {
  top: -50%;
  bottom: -50%;
}

.active\:-inset-x-2\/4:active {
  right: -50%;
  left: -50%;
}

.active\:-inset-y-3\/4:active {
  top: -75%;
  bottom: -75%;
}

.active\:-inset-x-3\/4:active {
  right: -75%;
  left: -75%;
}

.active\:-inset-y-full:active {
  top: -100%;
  bottom: -100%;
}

.active\:-inset-x-full:active {
  right: -100%;
  left: -100%;
}

.active\:top-0:active {
  top: 0px;
}

.active\:right-0:active {
  right: 0px;
}

.active\:bottom-0:active {
  bottom: 0px;
}

.active\:left-0:active {
  left: 0px;
}

.active\:top-1:active {
  top: 0.25rem;
}

.active\:right-1:active {
  right: 0.25rem;
}

.active\:bottom-1:active {
  bottom: 0.25rem;
}

.active\:left-1:active {
  left: 0.25rem;
}

.active\:top-2:active {
  top: 0.5rem;
}

.active\:right-2:active {
  right: 0.5rem;
}

.active\:bottom-2:active {
  bottom: 0.5rem;
}

.active\:left-2:active {
  left: 0.5rem;
}

.active\:top-3:active {
  top: 0.75rem;
}

.active\:right-3:active {
  right: 0.75rem;
}

.active\:bottom-3:active {
  bottom: 0.75rem;
}

.active\:left-3:active {
  left: 0.75rem;
}

.active\:top-4:active {
  top: 1rem;
}

.active\:right-4:active {
  right: 1rem;
}

.active\:bottom-4:active {
  bottom: 1rem;
}

.active\:left-4:active {
  left: 1rem;
}

.active\:top-5:active {
  top: 1.25rem;
}

.active\:right-5:active {
  right: 1.25rem;
}

.active\:bottom-5:active {
  bottom: 1.25rem;
}

.active\:left-5:active {
  left: 1.25rem;
}

.active\:top-6:active {
  top: 1.5rem;
}

.active\:right-6:active {
  right: 1.5rem;
}

.active\:bottom-6:active {
  bottom: 1.5rem;
}

.active\:left-6:active {
  left: 1.5rem;
}

.active\:top-7:active {
  top: 1.75rem;
}

.active\:right-7:active {
  right: 1.75rem;
}

.active\:bottom-7:active {
  bottom: 1.75rem;
}

.active\:left-7:active {
  left: 1.75rem;
}

.active\:top-8:active {
  top: 2rem;
}

.active\:right-8:active {
  right: 2rem;
}

.active\:bottom-8:active {
  bottom: 2rem;
}

.active\:left-8:active {
  left: 2rem;
}

.active\:top-9:active {
  top: 2.25rem;
}

.active\:right-9:active {
  right: 2.25rem;
}

.active\:bottom-9:active {
  bottom: 2.25rem;
}

.active\:left-9:active {
  left: 2.25rem;
}

.active\:top-10:active {
  top: 2.5rem;
}

.active\:right-10:active {
  right: 2.5rem;
}

.active\:bottom-10:active {
  bottom: 2.5rem;
}

.active\:left-10:active {
  left: 2.5rem;
}

.active\:top-11:active {
  top: 2.75rem;
}

.active\:right-11:active {
  right: 2.75rem;
}

.active\:bottom-11:active {
  bottom: 2.75rem;
}

.active\:left-11:active {
  left: 2.75rem;
}

.active\:top-12:active {
  top: 3rem;
}

.active\:right-12:active {
  right: 3rem;
}

.active\:bottom-12:active {
  bottom: 3rem;
}

.active\:left-12:active {
  left: 3rem;
}

.active\:top-14:active {
  top: 3.5rem;
}

.active\:right-14:active {
  right: 3.5rem;
}

.active\:bottom-14:active {
  bottom: 3.5rem;
}

.active\:left-14:active {
  left: 3.5rem;
}

.active\:top-16:active {
  top: 4rem;
}

.active\:right-16:active {
  right: 4rem;
}

.active\:bottom-16:active {
  bottom: 4rem;
}

.active\:left-16:active {
  left: 4rem;
}

.active\:top-20:active {
  top: 5rem;
}

.active\:right-20:active {
  right: 5rem;
}

.active\:bottom-20:active {
  bottom: 5rem;
}

.active\:left-20:active {
  left: 5rem;
}

.active\:top-24:active {
  top: 6rem;
}

.active\:right-24:active {
  right: 6rem;
}

.active\:bottom-24:active {
  bottom: 6rem;
}

.active\:left-24:active {
  left: 6rem;
}

.active\:top-28:active {
  top: 7rem;
}

.active\:right-28:active {
  right: 7rem;
}

.active\:bottom-28:active {
  bottom: 7rem;
}

.active\:left-28:active {
  left: 7rem;
}

.active\:top-32:active {
  top: 8rem;
}

.active\:right-32:active {
  right: 8rem;
}

.active\:bottom-32:active {
  bottom: 8rem;
}

.active\:left-32:active {
  left: 8rem;
}

.active\:top-36:active {
  top: 9rem;
}

.active\:right-36:active {
  right: 9rem;
}

.active\:bottom-36:active {
  bottom: 9rem;
}

.active\:left-36:active {
  left: 9rem;
}

.active\:top-40:active {
  top: 10rem;
}

.active\:right-40:active {
  right: 10rem;
}

.active\:bottom-40:active {
  bottom: 10rem;
}

.active\:left-40:active {
  left: 10rem;
}

.active\:top-44:active {
  top: 11rem;
}

.active\:right-44:active {
  right: 11rem;
}

.active\:bottom-44:active {
  bottom: 11rem;
}

.active\:left-44:active {
  left: 11rem;
}

.active\:top-48:active {
  top: 12rem;
}

.active\:right-48:active {
  right: 12rem;
}

.active\:bottom-48:active {
  bottom: 12rem;
}

.active\:left-48:active {
  left: 12rem;
}

.active\:top-52:active {
  top: 13rem;
}

.active\:right-52:active {
  right: 13rem;
}

.active\:bottom-52:active {
  bottom: 13rem;
}

.active\:left-52:active {
  left: 13rem;
}

.active\:top-56:active {
  top: 14rem;
}

.active\:right-56:active {
  right: 14rem;
}

.active\:bottom-56:active {
  bottom: 14rem;
}

.active\:left-56:active {
  left: 14rem;
}

.active\:top-60:active {
  top: 15rem;
}

.active\:right-60:active {
  right: 15rem;
}

.active\:bottom-60:active {
  bottom: 15rem;
}

.active\:left-60:active {
  left: 15rem;
}

.active\:top-64:active {
  top: 16rem;
}

.active\:right-64:active {
  right: 16rem;
}

.active\:bottom-64:active {
  bottom: 16rem;
}

.active\:left-64:active {
  left: 16rem;
}

.active\:top-72:active {
  top: 18rem;
}

.active\:right-72:active {
  right: 18rem;
}

.active\:bottom-72:active {
  bottom: 18rem;
}

.active\:left-72:active {
  left: 18rem;
}

.active\:top-80:active {
  top: 20rem;
}

.active\:right-80:active {
  right: 20rem;
}

.active\:bottom-80:active {
  bottom: 20rem;
}

.active\:left-80:active {
  left: 20rem;
}

.active\:top-96:active {
  top: 24rem;
}

.active\:right-96:active {
  right: 24rem;
}

.active\:bottom-96:active {
  bottom: 24rem;
}

.active\:left-96:active {
  left: 24rem;
}

.active\:top-auto:active {
  top: auto;
}

.active\:right-auto:active {
  right: auto;
}

.active\:bottom-auto:active {
  bottom: auto;
}

.active\:left-auto:active {
  left: auto;
}

.active\:top-px:active {
  top: 1px;
}

.active\:right-px:active {
  right: 1px;
}

.active\:bottom-px:active {
  bottom: 1px;
}

.active\:left-px:active {
  left: 1px;
}

.active\:top-0\.5:active {
  top: 0.125rem;
}

.active\:right-0\.5:active {
  right: 0.125rem;
}

.active\:bottom-0\.5:active {
  bottom: 0.125rem;
}

.active\:left-0\.5:active {
  left: 0.125rem;
}

.active\:top-1\.5:active {
  top: 0.375rem;
}

.active\:right-1\.5:active {
  right: 0.375rem;
}

.active\:bottom-1\.5:active {
  bottom: 0.375rem;
}

.active\:left-1\.5:active {
  left: 0.375rem;
}

.active\:top-2\.5:active {
  top: 0.625rem;
}

.active\:right-2\.5:active {
  right: 0.625rem;
}

.active\:bottom-2\.5:active {
  bottom: 0.625rem;
}

.active\:left-2\.5:active {
  left: 0.625rem;
}

.active\:top-3\.5:active {
  top: 0.875rem;
}

.active\:right-3\.5:active {
  right: 0.875rem;
}

.active\:bottom-3\.5:active {
  bottom: 0.875rem;
}

.active\:left-3\.5:active {
  left: 0.875rem;
}

.active\:-top-0:active {
  top: 0px;
}

.active\:-right-0:active {
  right: 0px;
}

.active\:-bottom-0:active {
  bottom: 0px;
}

.active\:-left-0:active {
  left: 0px;
}

.active\:-top-1:active {
  top: -0.25rem;
}

.active\:-right-1:active {
  right: -0.25rem;
}

.active\:-bottom-1:active {
  bottom: -0.25rem;
}

.active\:-left-1:active {
  left: -0.25rem;
}

.active\:-top-2:active {
  top: -0.5rem;
}

.active\:-right-2:active {
  right: -0.5rem;
}

.active\:-bottom-2:active {
  bottom: -0.5rem;
}

.active\:-left-2:active {
  left: -0.5rem;
}

.active\:-top-3:active {
  top: -0.75rem;
}

.active\:-right-3:active {
  right: -0.75rem;
}

.active\:-bottom-3:active {
  bottom: -0.75rem;
}

.active\:-left-3:active {
  left: -0.75rem;
}

.active\:-top-4:active {
  top: -1rem;
}

.active\:-right-4:active {
  right: -1rem;
}

.active\:-bottom-4:active {
  bottom: -1rem;
}

.active\:-left-4:active {
  left: -1rem;
}

.active\:-top-5:active {
  top: -1.25rem;
}

.active\:-right-5:active {
  right: -1.25rem;
}

.active\:-bottom-5:active {
  bottom: -1.25rem;
}

.active\:-left-5:active {
  left: -1.25rem;
}

.active\:-top-6:active {
  top: -1.5rem;
}

.active\:-right-6:active {
  right: -1.5rem;
}

.active\:-bottom-6:active {
  bottom: -1.5rem;
}

.active\:-left-6:active {
  left: -1.5rem;
}

.active\:-top-7:active {
  top: -1.75rem;
}

.active\:-right-7:active {
  right: -1.75rem;
}

.active\:-bottom-7:active {
  bottom: -1.75rem;
}

.active\:-left-7:active {
  left: -1.75rem;
}

.active\:-top-8:active {
  top: -2rem;
}

.active\:-right-8:active {
  right: -2rem;
}

.active\:-bottom-8:active {
  bottom: -2rem;
}

.active\:-left-8:active {
  left: -2rem;
}

.active\:-top-9:active {
  top: -2.25rem;
}

.active\:-right-9:active {
  right: -2.25rem;
}

.active\:-bottom-9:active {
  bottom: -2.25rem;
}

.active\:-left-9:active {
  left: -2.25rem;
}

.active\:-top-10:active {
  top: -2.5rem;
}

.active\:-right-10:active {
  right: -2.5rem;
}

.active\:-bottom-10:active {
  bottom: -2.5rem;
}

.active\:-left-10:active {
  left: -2.5rem;
}

.active\:-top-11:active {
  top: -2.75rem;
}

.active\:-right-11:active {
  right: -2.75rem;
}

.active\:-bottom-11:active {
  bottom: -2.75rem;
}

.active\:-left-11:active {
  left: -2.75rem;
}

.active\:-top-12:active {
  top: -3rem;
}

.active\:-right-12:active {
  right: -3rem;
}

.active\:-bottom-12:active {
  bottom: -3rem;
}

.active\:-left-12:active {
  left: -3rem;
}

.active\:-top-14:active {
  top: -3.5rem;
}

.active\:-right-14:active {
  right: -3.5rem;
}

.active\:-bottom-14:active {
  bottom: -3.5rem;
}

.active\:-left-14:active {
  left: -3.5rem;
}

.active\:-top-16:active {
  top: -4rem;
}

.active\:-right-16:active {
  right: -4rem;
}

.active\:-bottom-16:active {
  bottom: -4rem;
}

.active\:-left-16:active {
  left: -4rem;
}

.active\:-top-20:active {
  top: -5rem;
}

.active\:-right-20:active {
  right: -5rem;
}

.active\:-bottom-20:active {
  bottom: -5rem;
}

.active\:-left-20:active {
  left: -5rem;
}

.active\:-top-24:active {
  top: -6rem;
}

.active\:-right-24:active {
  right: -6rem;
}

.active\:-bottom-24:active {
  bottom: -6rem;
}

.active\:-left-24:active {
  left: -6rem;
}

.active\:-top-28:active {
  top: -7rem;
}

.active\:-right-28:active {
  right: -7rem;
}

.active\:-bottom-28:active {
  bottom: -7rem;
}

.active\:-left-28:active {
  left: -7rem;
}

.active\:-top-32:active {
  top: -8rem;
}

.active\:-right-32:active {
  right: -8rem;
}

.active\:-bottom-32:active {
  bottom: -8rem;
}

.active\:-left-32:active {
  left: -8rem;
}

.active\:-top-36:active {
  top: -9rem;
}

.active\:-right-36:active {
  right: -9rem;
}

.active\:-bottom-36:active {
  bottom: -9rem;
}

.active\:-left-36:active {
  left: -9rem;
}

.active\:-top-40:active {
  top: -10rem;
}

.active\:-right-40:active {
  right: -10rem;
}

.active\:-bottom-40:active {
  bottom: -10rem;
}

.active\:-left-40:active {
  left: -10rem;
}

.active\:-top-44:active {
  top: -11rem;
}

.active\:-right-44:active {
  right: -11rem;
}

.active\:-bottom-44:active {
  bottom: -11rem;
}

.active\:-left-44:active {
  left: -11rem;
}

.active\:-top-48:active {
  top: -12rem;
}

.active\:-right-48:active {
  right: -12rem;
}

.active\:-bottom-48:active {
  bottom: -12rem;
}

.active\:-left-48:active {
  left: -12rem;
}

.active\:-top-52:active {
  top: -13rem;
}

.active\:-right-52:active {
  right: -13rem;
}

.active\:-bottom-52:active {
  bottom: -13rem;
}

.active\:-left-52:active {
  left: -13rem;
}

.active\:-top-56:active {
  top: -14rem;
}

.active\:-right-56:active {
  right: -14rem;
}

.active\:-bottom-56:active {
  bottom: -14rem;
}

.active\:-left-56:active {
  left: -14rem;
}

.active\:-top-60:active {
  top: -15rem;
}

.active\:-right-60:active {
  right: -15rem;
}

.active\:-bottom-60:active {
  bottom: -15rem;
}

.active\:-left-60:active {
  left: -15rem;
}

.active\:-top-64:active {
  top: -16rem;
}

.active\:-right-64:active {
  right: -16rem;
}

.active\:-bottom-64:active {
  bottom: -16rem;
}

.active\:-left-64:active {
  left: -16rem;
}

.active\:-top-72:active {
  top: -18rem;
}

.active\:-right-72:active {
  right: -18rem;
}

.active\:-bottom-72:active {
  bottom: -18rem;
}

.active\:-left-72:active {
  left: -18rem;
}

.active\:-top-80:active {
  top: -20rem;
}

.active\:-right-80:active {
  right: -20rem;
}

.active\:-bottom-80:active {
  bottom: -20rem;
}

.active\:-left-80:active {
  left: -20rem;
}

.active\:-top-96:active {
  top: -24rem;
}

.active\:-right-96:active {
  right: -24rem;
}

.active\:-bottom-96:active {
  bottom: -24rem;
}

.active\:-left-96:active {
  left: -24rem;
}

.active\:-top-px:active {
  top: -1px;
}

.active\:-right-px:active {
  right: -1px;
}

.active\:-bottom-px:active {
  bottom: -1px;
}

.active\:-left-px:active {
  left: -1px;
}

.active\:-top-0\.5:active {
  top: -0.125rem;
}

.active\:-right-0\.5:active {
  right: -0.125rem;
}

.active\:-bottom-0\.5:active {
  bottom: -0.125rem;
}

.active\:-left-0\.5:active {
  left: -0.125rem;
}

.active\:-top-1\.5:active {
  top: -0.375rem;
}

.active\:-right-1\.5:active {
  right: -0.375rem;
}

.active\:-bottom-1\.5:active {
  bottom: -0.375rem;
}

.active\:-left-1\.5:active {
  left: -0.375rem;
}

.active\:-top-2\.5:active {
  top: -0.625rem;
}

.active\:-right-2\.5:active {
  right: -0.625rem;
}

.active\:-bottom-2\.5:active {
  bottom: -0.625rem;
}

.active\:-left-2\.5:active {
  left: -0.625rem;
}

.active\:-top-3\.5:active {
  top: -0.875rem;
}

.active\:-right-3\.5:active {
  right: -0.875rem;
}

.active\:-bottom-3\.5:active {
  bottom: -0.875rem;
}

.active\:-left-3\.5:active {
  left: -0.875rem;
}

.active\:top-1\/2:active {
  top: 50%;
}

.active\:right-1\/2:active {
  right: 50%;
}

.active\:bottom-1\/2:active {
  bottom: 50%;
}

.active\:left-1\/2:active {
  left: 50%;
}

.active\:top-1\/3:active {
  top: 33.333333%;
}

.active\:right-1\/3:active {
  right: 33.333333%;
}

.active\:bottom-1\/3:active {
  bottom: 33.333333%;
}

.active\:left-1\/3:active {
  left: 33.333333%;
}

.active\:top-2\/3:active {
  top: 66.666667%;
}

.active\:right-2\/3:active {
  right: 66.666667%;
}

.active\:bottom-2\/3:active {
  bottom: 66.666667%;
}

.active\:left-2\/3:active {
  left: 66.666667%;
}

.active\:top-1\/4:active {
  top: 25%;
}

.active\:right-1\/4:active {
  right: 25%;
}

.active\:bottom-1\/4:active {
  bottom: 25%;
}

.active\:left-1\/4:active {
  left: 25%;
}

.active\:top-2\/4:active {
  top: 50%;
}

.active\:right-2\/4:active {
  right: 50%;
}

.active\:bottom-2\/4:active {
  bottom: 50%;
}

.active\:left-2\/4:active {
  left: 50%;
}

.active\:top-3\/4:active {
  top: 75%;
}

.active\:right-3\/4:active {
  right: 75%;
}

.active\:bottom-3\/4:active {
  bottom: 75%;
}

.active\:left-3\/4:active {
  left: 75%;
}

.active\:top-full:active {
  top: 100%;
}

.active\:right-full:active {
  right: 100%;
}

.active\:bottom-full:active {
  bottom: 100%;
}

.active\:left-full:active {
  left: 100%;
}

.active\:-top-1\/2:active {
  top: -50%;
}

.active\:-right-1\/2:active {
  right: -50%;
}

.active\:-bottom-1\/2:active {
  bottom: -50%;
}

.active\:-left-1\/2:active {
  left: -50%;
}

.active\:-top-1\/3:active {
  top: -33.333333%;
}

.active\:-right-1\/3:active {
  right: -33.333333%;
}

.active\:-bottom-1\/3:active {
  bottom: -33.333333%;
}

.active\:-left-1\/3:active {
  left: -33.333333%;
}

.active\:-top-2\/3:active {
  top: -66.666667%;
}

.active\:-right-2\/3:active {
  right: -66.666667%;
}

.active\:-bottom-2\/3:active {
  bottom: -66.666667%;
}

.active\:-left-2\/3:active {
  left: -66.666667%;
}

.active\:-top-1\/4:active {
  top: -25%;
}

.active\:-right-1\/4:active {
  right: -25%;
}

.active\:-bottom-1\/4:active {
  bottom: -25%;
}

.active\:-left-1\/4:active {
  left: -25%;
}

.active\:-top-2\/4:active {
  top: -50%;
}

.active\:-right-2\/4:active {
  right: -50%;
}

.active\:-bottom-2\/4:active {
  bottom: -50%;
}

.active\:-left-2\/4:active {
  left: -50%;
}

.active\:-top-3\/4:active {
  top: -75%;
}

.active\:-right-3\/4:active {
  right: -75%;
}

.active\:-bottom-3\/4:active {
  bottom: -75%;
}

.active\:-left-3\/4:active {
  left: -75%;
}

.active\:-top-full:active {
  top: -100%;
}

.active\:-right-full:active {
  right: -100%;
}

.active\:-bottom-full:active {
  bottom: -100%;
}

.active\:-left-full:active {
  left: -100%;
}

.visited\:inset-0:visited {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.visited\:inset-1:visited {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.visited\:inset-2:visited {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.visited\:inset-3:visited {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.visited\:inset-4:visited {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.visited\:inset-5:visited {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.visited\:inset-6:visited {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.visited\:inset-7:visited {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.visited\:inset-8:visited {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.visited\:inset-9:visited {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.visited\:inset-10:visited {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.visited\:inset-11:visited {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.visited\:inset-12:visited {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.visited\:inset-14:visited {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.visited\:inset-16:visited {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.visited\:inset-20:visited {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.visited\:inset-24:visited {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.visited\:inset-28:visited {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.visited\:inset-32:visited {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.visited\:inset-36:visited {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.visited\:inset-40:visited {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.visited\:inset-44:visited {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.visited\:inset-48:visited {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.visited\:inset-52:visited {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.visited\:inset-56:visited {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.visited\:inset-60:visited {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.visited\:inset-64:visited {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.visited\:inset-72:visited {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.visited\:inset-80:visited {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.visited\:inset-96:visited {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.visited\:inset-auto:visited {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.visited\:inset-px:visited {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.visited\:inset-0\.5:visited {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.visited\:inset-1\.5:visited {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.visited\:inset-2\.5:visited {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.visited\:inset-3\.5:visited {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.visited\:-inset-0:visited {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.visited\:-inset-1:visited {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.visited\:-inset-2:visited {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.visited\:-inset-3:visited {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.visited\:-inset-4:visited {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.visited\:-inset-5:visited {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.visited\:-inset-6:visited {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.visited\:-inset-7:visited {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.visited\:-inset-8:visited {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.visited\:-inset-9:visited {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.visited\:-inset-10:visited {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.visited\:-inset-11:visited {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.visited\:-inset-12:visited {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.visited\:-inset-14:visited {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.visited\:-inset-16:visited {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.visited\:-inset-20:visited {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.visited\:-inset-24:visited {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.visited\:-inset-28:visited {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.visited\:-inset-32:visited {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.visited\:-inset-36:visited {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.visited\:-inset-40:visited {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.visited\:-inset-44:visited {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.visited\:-inset-48:visited {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.visited\:-inset-52:visited {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.visited\:-inset-56:visited {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.visited\:-inset-60:visited {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.visited\:-inset-64:visited {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.visited\:-inset-72:visited {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.visited\:-inset-80:visited {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.visited\:-inset-96:visited {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.visited\:-inset-px:visited {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.visited\:-inset-0\.5:visited {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.visited\:-inset-1\.5:visited {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.visited\:-inset-2\.5:visited {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.visited\:-inset-3\.5:visited {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.visited\:inset-1\/2:visited {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.visited\:inset-1\/3:visited {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.visited\:inset-2\/3:visited {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.visited\:inset-1\/4:visited {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.visited\:inset-2\/4:visited {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.visited\:inset-3\/4:visited {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.visited\:inset-full:visited {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.visited\:-inset-1\/2:visited {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.visited\:-inset-1\/3:visited {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.visited\:-inset-2\/3:visited {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.visited\:-inset-1\/4:visited {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.visited\:-inset-2\/4:visited {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.visited\:-inset-3\/4:visited {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.visited\:-inset-full:visited {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.visited\:inset-y-0:visited {
  top: 0px;
  bottom: 0px;
}

.visited\:inset-x-0:visited {
  right: 0px;
  left: 0px;
}

.visited\:inset-y-1:visited {
  top: 0.25rem;
  bottom: 0.25rem;
}

.visited\:inset-x-1:visited {
  right: 0.25rem;
  left: 0.25rem;
}

.visited\:inset-y-2:visited {
  top: 0.5rem;
  bottom: 0.5rem;
}

.visited\:inset-x-2:visited {
  right: 0.5rem;
  left: 0.5rem;
}

.visited\:inset-y-3:visited {
  top: 0.75rem;
  bottom: 0.75rem;
}

.visited\:inset-x-3:visited {
  right: 0.75rem;
  left: 0.75rem;
}

.visited\:inset-y-4:visited {
  top: 1rem;
  bottom: 1rem;
}

.visited\:inset-x-4:visited {
  right: 1rem;
  left: 1rem;
}

.visited\:inset-y-5:visited {
  top: 1.25rem;
  bottom: 1.25rem;
}

.visited\:inset-x-5:visited {
  right: 1.25rem;
  left: 1.25rem;
}

.visited\:inset-y-6:visited {
  top: 1.5rem;
  bottom: 1.5rem;
}

.visited\:inset-x-6:visited {
  right: 1.5rem;
  left: 1.5rem;
}

.visited\:inset-y-7:visited {
  top: 1.75rem;
  bottom: 1.75rem;
}

.visited\:inset-x-7:visited {
  right: 1.75rem;
  left: 1.75rem;
}

.visited\:inset-y-8:visited {
  top: 2rem;
  bottom: 2rem;
}

.visited\:inset-x-8:visited {
  right: 2rem;
  left: 2rem;
}

.visited\:inset-y-9:visited {
  top: 2.25rem;
  bottom: 2.25rem;
}

.visited\:inset-x-9:visited {
  right: 2.25rem;
  left: 2.25rem;
}

.visited\:inset-y-10:visited {
  top: 2.5rem;
  bottom: 2.5rem;
}

.visited\:inset-x-10:visited {
  right: 2.5rem;
  left: 2.5rem;
}

.visited\:inset-y-11:visited {
  top: 2.75rem;
  bottom: 2.75rem;
}

.visited\:inset-x-11:visited {
  right: 2.75rem;
  left: 2.75rem;
}

.visited\:inset-y-12:visited {
  top: 3rem;
  bottom: 3rem;
}

.visited\:inset-x-12:visited {
  right: 3rem;
  left: 3rem;
}

.visited\:inset-y-14:visited {
  top: 3.5rem;
  bottom: 3.5rem;
}

.visited\:inset-x-14:visited {
  right: 3.5rem;
  left: 3.5rem;
}

.visited\:inset-y-16:visited {
  top: 4rem;
  bottom: 4rem;
}

.visited\:inset-x-16:visited {
  right: 4rem;
  left: 4rem;
}

.visited\:inset-y-20:visited {
  top: 5rem;
  bottom: 5rem;
}

.visited\:inset-x-20:visited {
  right: 5rem;
  left: 5rem;
}

.visited\:inset-y-24:visited {
  top: 6rem;
  bottom: 6rem;
}

.visited\:inset-x-24:visited {
  right: 6rem;
  left: 6rem;
}

.visited\:inset-y-28:visited {
  top: 7rem;
  bottom: 7rem;
}

.visited\:inset-x-28:visited {
  right: 7rem;
  left: 7rem;
}

.visited\:inset-y-32:visited {
  top: 8rem;
  bottom: 8rem;
}

.visited\:inset-x-32:visited {
  right: 8rem;
  left: 8rem;
}

.visited\:inset-y-36:visited {
  top: 9rem;
  bottom: 9rem;
}

.visited\:inset-x-36:visited {
  right: 9rem;
  left: 9rem;
}

.visited\:inset-y-40:visited {
  top: 10rem;
  bottom: 10rem;
}

.visited\:inset-x-40:visited {
  right: 10rem;
  left: 10rem;
}

.visited\:inset-y-44:visited {
  top: 11rem;
  bottom: 11rem;
}

.visited\:inset-x-44:visited {
  right: 11rem;
  left: 11rem;
}

.visited\:inset-y-48:visited {
  top: 12rem;
  bottom: 12rem;
}

.visited\:inset-x-48:visited {
  right: 12rem;
  left: 12rem;
}

.visited\:inset-y-52:visited {
  top: 13rem;
  bottom: 13rem;
}

.visited\:inset-x-52:visited {
  right: 13rem;
  left: 13rem;
}

.visited\:inset-y-56:visited {
  top: 14rem;
  bottom: 14rem;
}

.visited\:inset-x-56:visited {
  right: 14rem;
  left: 14rem;
}

.visited\:inset-y-60:visited {
  top: 15rem;
  bottom: 15rem;
}

.visited\:inset-x-60:visited {
  right: 15rem;
  left: 15rem;
}

.visited\:inset-y-64:visited {
  top: 16rem;
  bottom: 16rem;
}

.visited\:inset-x-64:visited {
  right: 16rem;
  left: 16rem;
}

.visited\:inset-y-72:visited {
  top: 18rem;
  bottom: 18rem;
}

.visited\:inset-x-72:visited {
  right: 18rem;
  left: 18rem;
}

.visited\:inset-y-80:visited {
  top: 20rem;
  bottom: 20rem;
}

.visited\:inset-x-80:visited {
  right: 20rem;
  left: 20rem;
}

.visited\:inset-y-96:visited {
  top: 24rem;
  bottom: 24rem;
}

.visited\:inset-x-96:visited {
  right: 24rem;
  left: 24rem;
}

.visited\:inset-y-auto:visited {
  top: auto;
  bottom: auto;
}

.visited\:inset-x-auto:visited {
  right: auto;
  left: auto;
}

.visited\:inset-y-px:visited {
  top: 1px;
  bottom: 1px;
}

.visited\:inset-x-px:visited {
  right: 1px;
  left: 1px;
}

.visited\:inset-y-0\.5:visited {
  top: 0.125rem;
  bottom: 0.125rem;
}

.visited\:inset-x-0\.5:visited {
  right: 0.125rem;
  left: 0.125rem;
}

.visited\:inset-y-1\.5:visited {
  top: 0.375rem;
  bottom: 0.375rem;
}

.visited\:inset-x-1\.5:visited {
  right: 0.375rem;
  left: 0.375rem;
}

.visited\:inset-y-2\.5:visited {
  top: 0.625rem;
  bottom: 0.625rem;
}

.visited\:inset-x-2\.5:visited {
  right: 0.625rem;
  left: 0.625rem;
}

.visited\:inset-y-3\.5:visited {
  top: 0.875rem;
  bottom: 0.875rem;
}

.visited\:inset-x-3\.5:visited {
  right: 0.875rem;
  left: 0.875rem;
}

.visited\:-inset-y-0:visited {
  top: 0px;
  bottom: 0px;
}

.visited\:-inset-x-0:visited {
  right: 0px;
  left: 0px;
}

.visited\:-inset-y-1:visited {
  top: -0.25rem;
  bottom: -0.25rem;
}

.visited\:-inset-x-1:visited {
  right: -0.25rem;
  left: -0.25rem;
}

.visited\:-inset-y-2:visited {
  top: -0.5rem;
  bottom: -0.5rem;
}

.visited\:-inset-x-2:visited {
  right: -0.5rem;
  left: -0.5rem;
}

.visited\:-inset-y-3:visited {
  top: -0.75rem;
  bottom: -0.75rem;
}

.visited\:-inset-x-3:visited {
  right: -0.75rem;
  left: -0.75rem;
}

.visited\:-inset-y-4:visited {
  top: -1rem;
  bottom: -1rem;
}

.visited\:-inset-x-4:visited {
  right: -1rem;
  left: -1rem;
}

.visited\:-inset-y-5:visited {
  top: -1.25rem;
  bottom: -1.25rem;
}

.visited\:-inset-x-5:visited {
  right: -1.25rem;
  left: -1.25rem;
}

.visited\:-inset-y-6:visited {
  top: -1.5rem;
  bottom: -1.5rem;
}

.visited\:-inset-x-6:visited {
  right: -1.5rem;
  left: -1.5rem;
}

.visited\:-inset-y-7:visited {
  top: -1.75rem;
  bottom: -1.75rem;
}

.visited\:-inset-x-7:visited {
  right: -1.75rem;
  left: -1.75rem;
}

.visited\:-inset-y-8:visited {
  top: -2rem;
  bottom: -2rem;
}

.visited\:-inset-x-8:visited {
  right: -2rem;
  left: -2rem;
}

.visited\:-inset-y-9:visited {
  top: -2.25rem;
  bottom: -2.25rem;
}

.visited\:-inset-x-9:visited {
  right: -2.25rem;
  left: -2.25rem;
}

.visited\:-inset-y-10:visited {
  top: -2.5rem;
  bottom: -2.5rem;
}

.visited\:-inset-x-10:visited {
  right: -2.5rem;
  left: -2.5rem;
}

.visited\:-inset-y-11:visited {
  top: -2.75rem;
  bottom: -2.75rem;
}

.visited\:-inset-x-11:visited {
  right: -2.75rem;
  left: -2.75rem;
}

.visited\:-inset-y-12:visited {
  top: -3rem;
  bottom: -3rem;
}

.visited\:-inset-x-12:visited {
  right: -3rem;
  left: -3rem;
}

.visited\:-inset-y-14:visited {
  top: -3.5rem;
  bottom: -3.5rem;
}

.visited\:-inset-x-14:visited {
  right: -3.5rem;
  left: -3.5rem;
}

.visited\:-inset-y-16:visited {
  top: -4rem;
  bottom: -4rem;
}

.visited\:-inset-x-16:visited {
  right: -4rem;
  left: -4rem;
}

.visited\:-inset-y-20:visited {
  top: -5rem;
  bottom: -5rem;
}

.visited\:-inset-x-20:visited {
  right: -5rem;
  left: -5rem;
}

.visited\:-inset-y-24:visited {
  top: -6rem;
  bottom: -6rem;
}

.visited\:-inset-x-24:visited {
  right: -6rem;
  left: -6rem;
}

.visited\:-inset-y-28:visited {
  top: -7rem;
  bottom: -7rem;
}

.visited\:-inset-x-28:visited {
  right: -7rem;
  left: -7rem;
}

.visited\:-inset-y-32:visited {
  top: -8rem;
  bottom: -8rem;
}

.visited\:-inset-x-32:visited {
  right: -8rem;
  left: -8rem;
}

.visited\:-inset-y-36:visited {
  top: -9rem;
  bottom: -9rem;
}

.visited\:-inset-x-36:visited {
  right: -9rem;
  left: -9rem;
}

.visited\:-inset-y-40:visited {
  top: -10rem;
  bottom: -10rem;
}

.visited\:-inset-x-40:visited {
  right: -10rem;
  left: -10rem;
}

.visited\:-inset-y-44:visited {
  top: -11rem;
  bottom: -11rem;
}

.visited\:-inset-x-44:visited {
  right: -11rem;
  left: -11rem;
}

.visited\:-inset-y-48:visited {
  top: -12rem;
  bottom: -12rem;
}

.visited\:-inset-x-48:visited {
  right: -12rem;
  left: -12rem;
}

.visited\:-inset-y-52:visited {
  top: -13rem;
  bottom: -13rem;
}

.visited\:-inset-x-52:visited {
  right: -13rem;
  left: -13rem;
}

.visited\:-inset-y-56:visited {
  top: -14rem;
  bottom: -14rem;
}

.visited\:-inset-x-56:visited {
  right: -14rem;
  left: -14rem;
}

.visited\:-inset-y-60:visited {
  top: -15rem;
  bottom: -15rem;
}

.visited\:-inset-x-60:visited {
  right: -15rem;
  left: -15rem;
}

.visited\:-inset-y-64:visited {
  top: -16rem;
  bottom: -16rem;
}

.visited\:-inset-x-64:visited {
  right: -16rem;
  left: -16rem;
}

.visited\:-inset-y-72:visited {
  top: -18rem;
  bottom: -18rem;
}

.visited\:-inset-x-72:visited {
  right: -18rem;
  left: -18rem;
}

.visited\:-inset-y-80:visited {
  top: -20rem;
  bottom: -20rem;
}

.visited\:-inset-x-80:visited {
  right: -20rem;
  left: -20rem;
}

.visited\:-inset-y-96:visited {
  top: -24rem;
  bottom: -24rem;
}

.visited\:-inset-x-96:visited {
  right: -24rem;
  left: -24rem;
}

.visited\:-inset-y-px:visited {
  top: -1px;
  bottom: -1px;
}

.visited\:-inset-x-px:visited {
  right: -1px;
  left: -1px;
}

.visited\:-inset-y-0\.5:visited {
  top: -0.125rem;
  bottom: -0.125rem;
}

.visited\:-inset-x-0\.5:visited {
  right: -0.125rem;
  left: -0.125rem;
}

.visited\:-inset-y-1\.5:visited {
  top: -0.375rem;
  bottom: -0.375rem;
}

.visited\:-inset-x-1\.5:visited {
  right: -0.375rem;
  left: -0.375rem;
}

.visited\:-inset-y-2\.5:visited {
  top: -0.625rem;
  bottom: -0.625rem;
}

.visited\:-inset-x-2\.5:visited {
  right: -0.625rem;
  left: -0.625rem;
}

.visited\:-inset-y-3\.5:visited {
  top: -0.875rem;
  bottom: -0.875rem;
}

.visited\:-inset-x-3\.5:visited {
  right: -0.875rem;
  left: -0.875rem;
}

.visited\:inset-y-1\/2:visited {
  top: 50%;
  bottom: 50%;
}

.visited\:inset-x-1\/2:visited {
  right: 50%;
  left: 50%;
}

.visited\:inset-y-1\/3:visited {
  top: 33.333333%;
  bottom: 33.333333%;
}

.visited\:inset-x-1\/3:visited {
  right: 33.333333%;
  left: 33.333333%;
}

.visited\:inset-y-2\/3:visited {
  top: 66.666667%;
  bottom: 66.666667%;
}

.visited\:inset-x-2\/3:visited {
  right: 66.666667%;
  left: 66.666667%;
}

.visited\:inset-y-1\/4:visited {
  top: 25%;
  bottom: 25%;
}

.visited\:inset-x-1\/4:visited {
  right: 25%;
  left: 25%;
}

.visited\:inset-y-2\/4:visited {
  top: 50%;
  bottom: 50%;
}

.visited\:inset-x-2\/4:visited {
  right: 50%;
  left: 50%;
}

.visited\:inset-y-3\/4:visited {
  top: 75%;
  bottom: 75%;
}

.visited\:inset-x-3\/4:visited {
  right: 75%;
  left: 75%;
}

.visited\:inset-y-full:visited {
  top: 100%;
  bottom: 100%;
}

.visited\:inset-x-full:visited {
  right: 100%;
  left: 100%;
}

.visited\:-inset-y-1\/2:visited {
  top: -50%;
  bottom: -50%;
}

.visited\:-inset-x-1\/2:visited {
  right: -50%;
  left: -50%;
}

.visited\:-inset-y-1\/3:visited {
  top: -33.333333%;
  bottom: -33.333333%;
}

.visited\:-inset-x-1\/3:visited {
  right: -33.333333%;
  left: -33.333333%;
}

.visited\:-inset-y-2\/3:visited {
  top: -66.666667%;
  bottom: -66.666667%;
}

.visited\:-inset-x-2\/3:visited {
  right: -66.666667%;
  left: -66.666667%;
}

.visited\:-inset-y-1\/4:visited {
  top: -25%;
  bottom: -25%;
}

.visited\:-inset-x-1\/4:visited {
  right: -25%;
  left: -25%;
}

.visited\:-inset-y-2\/4:visited {
  top: -50%;
  bottom: -50%;
}

.visited\:-inset-x-2\/4:visited {
  right: -50%;
  left: -50%;
}

.visited\:-inset-y-3\/4:visited {
  top: -75%;
  bottom: -75%;
}

.visited\:-inset-x-3\/4:visited {
  right: -75%;
  left: -75%;
}

.visited\:-inset-y-full:visited {
  top: -100%;
  bottom: -100%;
}

.visited\:-inset-x-full:visited {
  right: -100%;
  left: -100%;
}

.visited\:top-0:visited {
  top: 0px;
}

.visited\:right-0:visited {
  right: 0px;
}

.visited\:bottom-0:visited {
  bottom: 0px;
}

.visited\:left-0:visited {
  left: 0px;
}

.visited\:top-1:visited {
  top: 0.25rem;
}

.visited\:right-1:visited {
  right: 0.25rem;
}

.visited\:bottom-1:visited {
  bottom: 0.25rem;
}

.visited\:left-1:visited {
  left: 0.25rem;
}

.visited\:top-2:visited {
  top: 0.5rem;
}

.visited\:right-2:visited {
  right: 0.5rem;
}

.visited\:bottom-2:visited {
  bottom: 0.5rem;
}

.visited\:left-2:visited {
  left: 0.5rem;
}

.visited\:top-3:visited {
  top: 0.75rem;
}

.visited\:right-3:visited {
  right: 0.75rem;
}

.visited\:bottom-3:visited {
  bottom: 0.75rem;
}

.visited\:left-3:visited {
  left: 0.75rem;
}

.visited\:top-4:visited {
  top: 1rem;
}

.visited\:right-4:visited {
  right: 1rem;
}

.visited\:bottom-4:visited {
  bottom: 1rem;
}

.visited\:left-4:visited {
  left: 1rem;
}

.visited\:top-5:visited {
  top: 1.25rem;
}

.visited\:right-5:visited {
  right: 1.25rem;
}

.visited\:bottom-5:visited {
  bottom: 1.25rem;
}

.visited\:left-5:visited {
  left: 1.25rem;
}

.visited\:top-6:visited {
  top: 1.5rem;
}

.visited\:right-6:visited {
  right: 1.5rem;
}

.visited\:bottom-6:visited {
  bottom: 1.5rem;
}

.visited\:left-6:visited {
  left: 1.5rem;
}

.visited\:top-7:visited {
  top: 1.75rem;
}

.visited\:right-7:visited {
  right: 1.75rem;
}

.visited\:bottom-7:visited {
  bottom: 1.75rem;
}

.visited\:left-7:visited {
  left: 1.75rem;
}

.visited\:top-8:visited {
  top: 2rem;
}

.visited\:right-8:visited {
  right: 2rem;
}

.visited\:bottom-8:visited {
  bottom: 2rem;
}

.visited\:left-8:visited {
  left: 2rem;
}

.visited\:top-9:visited {
  top: 2.25rem;
}

.visited\:right-9:visited {
  right: 2.25rem;
}

.visited\:bottom-9:visited {
  bottom: 2.25rem;
}

.visited\:left-9:visited {
  left: 2.25rem;
}

.visited\:top-10:visited {
  top: 2.5rem;
}

.visited\:right-10:visited {
  right: 2.5rem;
}

.visited\:bottom-10:visited {
  bottom: 2.5rem;
}

.visited\:left-10:visited {
  left: 2.5rem;
}

.visited\:top-11:visited {
  top: 2.75rem;
}

.visited\:right-11:visited {
  right: 2.75rem;
}

.visited\:bottom-11:visited {
  bottom: 2.75rem;
}

.visited\:left-11:visited {
  left: 2.75rem;
}

.visited\:top-12:visited {
  top: 3rem;
}

.visited\:right-12:visited {
  right: 3rem;
}

.visited\:bottom-12:visited {
  bottom: 3rem;
}

.visited\:left-12:visited {
  left: 3rem;
}

.visited\:top-14:visited {
  top: 3.5rem;
}

.visited\:right-14:visited {
  right: 3.5rem;
}

.visited\:bottom-14:visited {
  bottom: 3.5rem;
}

.visited\:left-14:visited {
  left: 3.5rem;
}

.visited\:top-16:visited {
  top: 4rem;
}

.visited\:right-16:visited {
  right: 4rem;
}

.visited\:bottom-16:visited {
  bottom: 4rem;
}

.visited\:left-16:visited {
  left: 4rem;
}

.visited\:top-20:visited {
  top: 5rem;
}

.visited\:right-20:visited {
  right: 5rem;
}

.visited\:bottom-20:visited {
  bottom: 5rem;
}

.visited\:left-20:visited {
  left: 5rem;
}

.visited\:top-24:visited {
  top: 6rem;
}

.visited\:right-24:visited {
  right: 6rem;
}

.visited\:bottom-24:visited {
  bottom: 6rem;
}

.visited\:left-24:visited {
  left: 6rem;
}

.visited\:top-28:visited {
  top: 7rem;
}

.visited\:right-28:visited {
  right: 7rem;
}

.visited\:bottom-28:visited {
  bottom: 7rem;
}

.visited\:left-28:visited {
  left: 7rem;
}

.visited\:top-32:visited {
  top: 8rem;
}

.visited\:right-32:visited {
  right: 8rem;
}

.visited\:bottom-32:visited {
  bottom: 8rem;
}

.visited\:left-32:visited {
  left: 8rem;
}

.visited\:top-36:visited {
  top: 9rem;
}

.visited\:right-36:visited {
  right: 9rem;
}

.visited\:bottom-36:visited {
  bottom: 9rem;
}

.visited\:left-36:visited {
  left: 9rem;
}

.visited\:top-40:visited {
  top: 10rem;
}

.visited\:right-40:visited {
  right: 10rem;
}

.visited\:bottom-40:visited {
  bottom: 10rem;
}

.visited\:left-40:visited {
  left: 10rem;
}

.visited\:top-44:visited {
  top: 11rem;
}

.visited\:right-44:visited {
  right: 11rem;
}

.visited\:bottom-44:visited {
  bottom: 11rem;
}

.visited\:left-44:visited {
  left: 11rem;
}

.visited\:top-48:visited {
  top: 12rem;
}

.visited\:right-48:visited {
  right: 12rem;
}

.visited\:bottom-48:visited {
  bottom: 12rem;
}

.visited\:left-48:visited {
  left: 12rem;
}

.visited\:top-52:visited {
  top: 13rem;
}

.visited\:right-52:visited {
  right: 13rem;
}

.visited\:bottom-52:visited {
  bottom: 13rem;
}

.visited\:left-52:visited {
  left: 13rem;
}

.visited\:top-56:visited {
  top: 14rem;
}

.visited\:right-56:visited {
  right: 14rem;
}

.visited\:bottom-56:visited {
  bottom: 14rem;
}

.visited\:left-56:visited {
  left: 14rem;
}

.visited\:top-60:visited {
  top: 15rem;
}

.visited\:right-60:visited {
  right: 15rem;
}

.visited\:bottom-60:visited {
  bottom: 15rem;
}

.visited\:left-60:visited {
  left: 15rem;
}

.visited\:top-64:visited {
  top: 16rem;
}

.visited\:right-64:visited {
  right: 16rem;
}

.visited\:bottom-64:visited {
  bottom: 16rem;
}

.visited\:left-64:visited {
  left: 16rem;
}

.visited\:top-72:visited {
  top: 18rem;
}

.visited\:right-72:visited {
  right: 18rem;
}

.visited\:bottom-72:visited {
  bottom: 18rem;
}

.visited\:left-72:visited {
  left: 18rem;
}

.visited\:top-80:visited {
  top: 20rem;
}

.visited\:right-80:visited {
  right: 20rem;
}

.visited\:bottom-80:visited {
  bottom: 20rem;
}

.visited\:left-80:visited {
  left: 20rem;
}

.visited\:top-96:visited {
  top: 24rem;
}

.visited\:right-96:visited {
  right: 24rem;
}

.visited\:bottom-96:visited {
  bottom: 24rem;
}

.visited\:left-96:visited {
  left: 24rem;
}

.visited\:top-auto:visited {
  top: auto;
}

.visited\:right-auto:visited {
  right: auto;
}

.visited\:bottom-auto:visited {
  bottom: auto;
}

.visited\:left-auto:visited {
  left: auto;
}

.visited\:top-px:visited {
  top: 1px;
}

.visited\:right-px:visited {
  right: 1px;
}

.visited\:bottom-px:visited {
  bottom: 1px;
}

.visited\:left-px:visited {
  left: 1px;
}

.visited\:top-0\.5:visited {
  top: 0.125rem;
}

.visited\:right-0\.5:visited {
  right: 0.125rem;
}

.visited\:bottom-0\.5:visited {
  bottom: 0.125rem;
}

.visited\:left-0\.5:visited {
  left: 0.125rem;
}

.visited\:top-1\.5:visited {
  top: 0.375rem;
}

.visited\:right-1\.5:visited {
  right: 0.375rem;
}

.visited\:bottom-1\.5:visited {
  bottom: 0.375rem;
}

.visited\:left-1\.5:visited {
  left: 0.375rem;
}

.visited\:top-2\.5:visited {
  top: 0.625rem;
}

.visited\:right-2\.5:visited {
  right: 0.625rem;
}

.visited\:bottom-2\.5:visited {
  bottom: 0.625rem;
}

.visited\:left-2\.5:visited {
  left: 0.625rem;
}

.visited\:top-3\.5:visited {
  top: 0.875rem;
}

.visited\:right-3\.5:visited {
  right: 0.875rem;
}

.visited\:bottom-3\.5:visited {
  bottom: 0.875rem;
}

.visited\:left-3\.5:visited {
  left: 0.875rem;
}

.visited\:-top-0:visited {
  top: 0px;
}

.visited\:-right-0:visited {
  right: 0px;
}

.visited\:-bottom-0:visited {
  bottom: 0px;
}

.visited\:-left-0:visited {
  left: 0px;
}

.visited\:-top-1:visited {
  top: -0.25rem;
}

.visited\:-right-1:visited {
  right: -0.25rem;
}

.visited\:-bottom-1:visited {
  bottom: -0.25rem;
}

.visited\:-left-1:visited {
  left: -0.25rem;
}

.visited\:-top-2:visited {
  top: -0.5rem;
}

.visited\:-right-2:visited {
  right: -0.5rem;
}

.visited\:-bottom-2:visited {
  bottom: -0.5rem;
}

.visited\:-left-2:visited {
  left: -0.5rem;
}

.visited\:-top-3:visited {
  top: -0.75rem;
}

.visited\:-right-3:visited {
  right: -0.75rem;
}

.visited\:-bottom-3:visited {
  bottom: -0.75rem;
}

.visited\:-left-3:visited {
  left: -0.75rem;
}

.visited\:-top-4:visited {
  top: -1rem;
}

.visited\:-right-4:visited {
  right: -1rem;
}

.visited\:-bottom-4:visited {
  bottom: -1rem;
}

.visited\:-left-4:visited {
  left: -1rem;
}

.visited\:-top-5:visited {
  top: -1.25rem;
}

.visited\:-right-5:visited {
  right: -1.25rem;
}

.visited\:-bottom-5:visited {
  bottom: -1.25rem;
}

.visited\:-left-5:visited {
  left: -1.25rem;
}

.visited\:-top-6:visited {
  top: -1.5rem;
}

.visited\:-right-6:visited {
  right: -1.5rem;
}

.visited\:-bottom-6:visited {
  bottom: -1.5rem;
}

.visited\:-left-6:visited {
  left: -1.5rem;
}

.visited\:-top-7:visited {
  top: -1.75rem;
}

.visited\:-right-7:visited {
  right: -1.75rem;
}

.visited\:-bottom-7:visited {
  bottom: -1.75rem;
}

.visited\:-left-7:visited {
  left: -1.75rem;
}

.visited\:-top-8:visited {
  top: -2rem;
}

.visited\:-right-8:visited {
  right: -2rem;
}

.visited\:-bottom-8:visited {
  bottom: -2rem;
}

.visited\:-left-8:visited {
  left: -2rem;
}

.visited\:-top-9:visited {
  top: -2.25rem;
}

.visited\:-right-9:visited {
  right: -2.25rem;
}

.visited\:-bottom-9:visited {
  bottom: -2.25rem;
}

.visited\:-left-9:visited {
  left: -2.25rem;
}

.visited\:-top-10:visited {
  top: -2.5rem;
}

.visited\:-right-10:visited {
  right: -2.5rem;
}

.visited\:-bottom-10:visited {
  bottom: -2.5rem;
}

.visited\:-left-10:visited {
  left: -2.5rem;
}

.visited\:-top-11:visited {
  top: -2.75rem;
}

.visited\:-right-11:visited {
  right: -2.75rem;
}

.visited\:-bottom-11:visited {
  bottom: -2.75rem;
}

.visited\:-left-11:visited {
  left: -2.75rem;
}

.visited\:-top-12:visited {
  top: -3rem;
}

.visited\:-right-12:visited {
  right: -3rem;
}

.visited\:-bottom-12:visited {
  bottom: -3rem;
}

.visited\:-left-12:visited {
  left: -3rem;
}

.visited\:-top-14:visited {
  top: -3.5rem;
}

.visited\:-right-14:visited {
  right: -3.5rem;
}

.visited\:-bottom-14:visited {
  bottom: -3.5rem;
}

.visited\:-left-14:visited {
  left: -3.5rem;
}

.visited\:-top-16:visited {
  top: -4rem;
}

.visited\:-right-16:visited {
  right: -4rem;
}

.visited\:-bottom-16:visited {
  bottom: -4rem;
}

.visited\:-left-16:visited {
  left: -4rem;
}

.visited\:-top-20:visited {
  top: -5rem;
}

.visited\:-right-20:visited {
  right: -5rem;
}

.visited\:-bottom-20:visited {
  bottom: -5rem;
}

.visited\:-left-20:visited {
  left: -5rem;
}

.visited\:-top-24:visited {
  top: -6rem;
}

.visited\:-right-24:visited {
  right: -6rem;
}

.visited\:-bottom-24:visited {
  bottom: -6rem;
}

.visited\:-left-24:visited {
  left: -6rem;
}

.visited\:-top-28:visited {
  top: -7rem;
}

.visited\:-right-28:visited {
  right: -7rem;
}

.visited\:-bottom-28:visited {
  bottom: -7rem;
}

.visited\:-left-28:visited {
  left: -7rem;
}

.visited\:-top-32:visited {
  top: -8rem;
}

.visited\:-right-32:visited {
  right: -8rem;
}

.visited\:-bottom-32:visited {
  bottom: -8rem;
}

.visited\:-left-32:visited {
  left: -8rem;
}

.visited\:-top-36:visited {
  top: -9rem;
}

.visited\:-right-36:visited {
  right: -9rem;
}

.visited\:-bottom-36:visited {
  bottom: -9rem;
}

.visited\:-left-36:visited {
  left: -9rem;
}

.visited\:-top-40:visited {
  top: -10rem;
}

.visited\:-right-40:visited {
  right: -10rem;
}

.visited\:-bottom-40:visited {
  bottom: -10rem;
}

.visited\:-left-40:visited {
  left: -10rem;
}

.visited\:-top-44:visited {
  top: -11rem;
}

.visited\:-right-44:visited {
  right: -11rem;
}

.visited\:-bottom-44:visited {
  bottom: -11rem;
}

.visited\:-left-44:visited {
  left: -11rem;
}

.visited\:-top-48:visited {
  top: -12rem;
}

.visited\:-right-48:visited {
  right: -12rem;
}

.visited\:-bottom-48:visited {
  bottom: -12rem;
}

.visited\:-left-48:visited {
  left: -12rem;
}

.visited\:-top-52:visited {
  top: -13rem;
}

.visited\:-right-52:visited {
  right: -13rem;
}

.visited\:-bottom-52:visited {
  bottom: -13rem;
}

.visited\:-left-52:visited {
  left: -13rem;
}

.visited\:-top-56:visited {
  top: -14rem;
}

.visited\:-right-56:visited {
  right: -14rem;
}

.visited\:-bottom-56:visited {
  bottom: -14rem;
}

.visited\:-left-56:visited {
  left: -14rem;
}

.visited\:-top-60:visited {
  top: -15rem;
}

.visited\:-right-60:visited {
  right: -15rem;
}

.visited\:-bottom-60:visited {
  bottom: -15rem;
}

.visited\:-left-60:visited {
  left: -15rem;
}

.visited\:-top-64:visited {
  top: -16rem;
}

.visited\:-right-64:visited {
  right: -16rem;
}

.visited\:-bottom-64:visited {
  bottom: -16rem;
}

.visited\:-left-64:visited {
  left: -16rem;
}

.visited\:-top-72:visited {
  top: -18rem;
}

.visited\:-right-72:visited {
  right: -18rem;
}

.visited\:-bottom-72:visited {
  bottom: -18rem;
}

.visited\:-left-72:visited {
  left: -18rem;
}

.visited\:-top-80:visited {
  top: -20rem;
}

.visited\:-right-80:visited {
  right: -20rem;
}

.visited\:-bottom-80:visited {
  bottom: -20rem;
}

.visited\:-left-80:visited {
  left: -20rem;
}

.visited\:-top-96:visited {
  top: -24rem;
}

.visited\:-right-96:visited {
  right: -24rem;
}

.visited\:-bottom-96:visited {
  bottom: -24rem;
}

.visited\:-left-96:visited {
  left: -24rem;
}

.visited\:-top-px:visited {
  top: -1px;
}

.visited\:-right-px:visited {
  right: -1px;
}

.visited\:-bottom-px:visited {
  bottom: -1px;
}

.visited\:-left-px:visited {
  left: -1px;
}

.visited\:-top-0\.5:visited {
  top: -0.125rem;
}

.visited\:-right-0\.5:visited {
  right: -0.125rem;
}

.visited\:-bottom-0\.5:visited {
  bottom: -0.125rem;
}

.visited\:-left-0\.5:visited {
  left: -0.125rem;
}

.visited\:-top-1\.5:visited {
  top: -0.375rem;
}

.visited\:-right-1\.5:visited {
  right: -0.375rem;
}

.visited\:-bottom-1\.5:visited {
  bottom: -0.375rem;
}

.visited\:-left-1\.5:visited {
  left: -0.375rem;
}

.visited\:-top-2\.5:visited {
  top: -0.625rem;
}

.visited\:-right-2\.5:visited {
  right: -0.625rem;
}

.visited\:-bottom-2\.5:visited {
  bottom: -0.625rem;
}

.visited\:-left-2\.5:visited {
  left: -0.625rem;
}

.visited\:-top-3\.5:visited {
  top: -0.875rem;
}

.visited\:-right-3\.5:visited {
  right: -0.875rem;
}

.visited\:-bottom-3\.5:visited {
  bottom: -0.875rem;
}

.visited\:-left-3\.5:visited {
  left: -0.875rem;
}

.visited\:top-1\/2:visited {
  top: 50%;
}

.visited\:right-1\/2:visited {
  right: 50%;
}

.visited\:bottom-1\/2:visited {
  bottom: 50%;
}

.visited\:left-1\/2:visited {
  left: 50%;
}

.visited\:top-1\/3:visited {
  top: 33.333333%;
}

.visited\:right-1\/3:visited {
  right: 33.333333%;
}

.visited\:bottom-1\/3:visited {
  bottom: 33.333333%;
}

.visited\:left-1\/3:visited {
  left: 33.333333%;
}

.visited\:top-2\/3:visited {
  top: 66.666667%;
}

.visited\:right-2\/3:visited {
  right: 66.666667%;
}

.visited\:bottom-2\/3:visited {
  bottom: 66.666667%;
}

.visited\:left-2\/3:visited {
  left: 66.666667%;
}

.visited\:top-1\/4:visited {
  top: 25%;
}

.visited\:right-1\/4:visited {
  right: 25%;
}

.visited\:bottom-1\/4:visited {
  bottom: 25%;
}

.visited\:left-1\/4:visited {
  left: 25%;
}

.visited\:top-2\/4:visited {
  top: 50%;
}

.visited\:right-2\/4:visited {
  right: 50%;
}

.visited\:bottom-2\/4:visited {
  bottom: 50%;
}

.visited\:left-2\/4:visited {
  left: 50%;
}

.visited\:top-3\/4:visited {
  top: 75%;
}

.visited\:right-3\/4:visited {
  right: 75%;
}

.visited\:bottom-3\/4:visited {
  bottom: 75%;
}

.visited\:left-3\/4:visited {
  left: 75%;
}

.visited\:top-full:visited {
  top: 100%;
}

.visited\:right-full:visited {
  right: 100%;
}

.visited\:bottom-full:visited {
  bottom: 100%;
}

.visited\:left-full:visited {
  left: 100%;
}

.visited\:-top-1\/2:visited {
  top: -50%;
}

.visited\:-right-1\/2:visited {
  right: -50%;
}

.visited\:-bottom-1\/2:visited {
  bottom: -50%;
}

.visited\:-left-1\/2:visited {
  left: -50%;
}

.visited\:-top-1\/3:visited {
  top: -33.333333%;
}

.visited\:-right-1\/3:visited {
  right: -33.333333%;
}

.visited\:-bottom-1\/3:visited {
  bottom: -33.333333%;
}

.visited\:-left-1\/3:visited {
  left: -33.333333%;
}

.visited\:-top-2\/3:visited {
  top: -66.666667%;
}

.visited\:-right-2\/3:visited {
  right: -66.666667%;
}

.visited\:-bottom-2\/3:visited {
  bottom: -66.666667%;
}

.visited\:-left-2\/3:visited {
  left: -66.666667%;
}

.visited\:-top-1\/4:visited {
  top: -25%;
}

.visited\:-right-1\/4:visited {
  right: -25%;
}

.visited\:-bottom-1\/4:visited {
  bottom: -25%;
}

.visited\:-left-1\/4:visited {
  left: -25%;
}

.visited\:-top-2\/4:visited {
  top: -50%;
}

.visited\:-right-2\/4:visited {
  right: -50%;
}

.visited\:-bottom-2\/4:visited {
  bottom: -50%;
}

.visited\:-left-2\/4:visited {
  left: -50%;
}

.visited\:-top-3\/4:visited {
  top: -75%;
}

.visited\:-right-3\/4:visited {
  right: -75%;
}

.visited\:-bottom-3\/4:visited {
  bottom: -75%;
}

.visited\:-left-3\/4:visited {
  left: -75%;
}

.visited\:-top-full:visited {
  top: -100%;
}

.visited\:-right-full:visited {
  right: -100%;
}

.visited\:-bottom-full:visited {
  bottom: -100%;
}

.visited\:-left-full:visited {
  left: -100%;
}

.disabled\:inset-0:disabled {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.disabled\:inset-1:disabled {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.disabled\:inset-2:disabled {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.disabled\:inset-3:disabled {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.disabled\:inset-4:disabled {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.disabled\:inset-5:disabled {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.disabled\:inset-6:disabled {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.disabled\:inset-7:disabled {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.disabled\:inset-8:disabled {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.disabled\:inset-9:disabled {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.disabled\:inset-10:disabled {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.disabled\:inset-11:disabled {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.disabled\:inset-12:disabled {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.disabled\:inset-14:disabled {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.disabled\:inset-16:disabled {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.disabled\:inset-20:disabled {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.disabled\:inset-24:disabled {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.disabled\:inset-28:disabled {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.disabled\:inset-32:disabled {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.disabled\:inset-36:disabled {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.disabled\:inset-40:disabled {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.disabled\:inset-44:disabled {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.disabled\:inset-48:disabled {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.disabled\:inset-52:disabled {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.disabled\:inset-56:disabled {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.disabled\:inset-60:disabled {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.disabled\:inset-64:disabled {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.disabled\:inset-72:disabled {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.disabled\:inset-80:disabled {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.disabled\:inset-96:disabled {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.disabled\:inset-auto:disabled {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.disabled\:inset-px:disabled {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.disabled\:inset-0\.5:disabled {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.disabled\:inset-1\.5:disabled {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.disabled\:inset-2\.5:disabled {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.disabled\:inset-3\.5:disabled {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.disabled\:-inset-0:disabled {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.disabled\:-inset-1:disabled {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.disabled\:-inset-2:disabled {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.disabled\:-inset-3:disabled {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.disabled\:-inset-4:disabled {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.disabled\:-inset-5:disabled {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.disabled\:-inset-6:disabled {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.disabled\:-inset-7:disabled {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.disabled\:-inset-8:disabled {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.disabled\:-inset-9:disabled {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.disabled\:-inset-10:disabled {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.disabled\:-inset-11:disabled {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.disabled\:-inset-12:disabled {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.disabled\:-inset-14:disabled {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.disabled\:-inset-16:disabled {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.disabled\:-inset-20:disabled {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.disabled\:-inset-24:disabled {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.disabled\:-inset-28:disabled {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.disabled\:-inset-32:disabled {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.disabled\:-inset-36:disabled {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.disabled\:-inset-40:disabled {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.disabled\:-inset-44:disabled {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.disabled\:-inset-48:disabled {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.disabled\:-inset-52:disabled {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.disabled\:-inset-56:disabled {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.disabled\:-inset-60:disabled {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.disabled\:-inset-64:disabled {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.disabled\:-inset-72:disabled {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.disabled\:-inset-80:disabled {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.disabled\:-inset-96:disabled {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.disabled\:-inset-px:disabled {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.disabled\:-inset-0\.5:disabled {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.disabled\:-inset-1\.5:disabled {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.disabled\:-inset-2\.5:disabled {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.disabled\:-inset-3\.5:disabled {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.disabled\:inset-1\/2:disabled {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.disabled\:inset-1\/3:disabled {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.disabled\:inset-2\/3:disabled {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.disabled\:inset-1\/4:disabled {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.disabled\:inset-2\/4:disabled {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.disabled\:inset-3\/4:disabled {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.disabled\:inset-full:disabled {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.disabled\:-inset-1\/2:disabled {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.disabled\:-inset-1\/3:disabled {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.disabled\:-inset-2\/3:disabled {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.disabled\:-inset-1\/4:disabled {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.disabled\:-inset-2\/4:disabled {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.disabled\:-inset-3\/4:disabled {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.disabled\:-inset-full:disabled {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.disabled\:inset-y-0:disabled {
  top: 0px;
  bottom: 0px;
}

.disabled\:inset-x-0:disabled {
  right: 0px;
  left: 0px;
}

.disabled\:inset-y-1:disabled {
  top: 0.25rem;
  bottom: 0.25rem;
}

.disabled\:inset-x-1:disabled {
  right: 0.25rem;
  left: 0.25rem;
}

.disabled\:inset-y-2:disabled {
  top: 0.5rem;
  bottom: 0.5rem;
}

.disabled\:inset-x-2:disabled {
  right: 0.5rem;
  left: 0.5rem;
}

.disabled\:inset-y-3:disabled {
  top: 0.75rem;
  bottom: 0.75rem;
}

.disabled\:inset-x-3:disabled {
  right: 0.75rem;
  left: 0.75rem;
}

.disabled\:inset-y-4:disabled {
  top: 1rem;
  bottom: 1rem;
}

.disabled\:inset-x-4:disabled {
  right: 1rem;
  left: 1rem;
}

.disabled\:inset-y-5:disabled {
  top: 1.25rem;
  bottom: 1.25rem;
}

.disabled\:inset-x-5:disabled {
  right: 1.25rem;
  left: 1.25rem;
}

.disabled\:inset-y-6:disabled {
  top: 1.5rem;
  bottom: 1.5rem;
}

.disabled\:inset-x-6:disabled {
  right: 1.5rem;
  left: 1.5rem;
}

.disabled\:inset-y-7:disabled {
  top: 1.75rem;
  bottom: 1.75rem;
}

.disabled\:inset-x-7:disabled {
  right: 1.75rem;
  left: 1.75rem;
}

.disabled\:inset-y-8:disabled {
  top: 2rem;
  bottom: 2rem;
}

.disabled\:inset-x-8:disabled {
  right: 2rem;
  left: 2rem;
}

.disabled\:inset-y-9:disabled {
  top: 2.25rem;
  bottom: 2.25rem;
}

.disabled\:inset-x-9:disabled {
  right: 2.25rem;
  left: 2.25rem;
}

.disabled\:inset-y-10:disabled {
  top: 2.5rem;
  bottom: 2.5rem;
}

.disabled\:inset-x-10:disabled {
  right: 2.5rem;
  left: 2.5rem;
}

.disabled\:inset-y-11:disabled {
  top: 2.75rem;
  bottom: 2.75rem;
}

.disabled\:inset-x-11:disabled {
  right: 2.75rem;
  left: 2.75rem;
}

.disabled\:inset-y-12:disabled {
  top: 3rem;
  bottom: 3rem;
}

.disabled\:inset-x-12:disabled {
  right: 3rem;
  left: 3rem;
}

.disabled\:inset-y-14:disabled {
  top: 3.5rem;
  bottom: 3.5rem;
}

.disabled\:inset-x-14:disabled {
  right: 3.5rem;
  left: 3.5rem;
}

.disabled\:inset-y-16:disabled {
  top: 4rem;
  bottom: 4rem;
}

.disabled\:inset-x-16:disabled {
  right: 4rem;
  left: 4rem;
}

.disabled\:inset-y-20:disabled {
  top: 5rem;
  bottom: 5rem;
}

.disabled\:inset-x-20:disabled {
  right: 5rem;
  left: 5rem;
}

.disabled\:inset-y-24:disabled {
  top: 6rem;
  bottom: 6rem;
}

.disabled\:inset-x-24:disabled {
  right: 6rem;
  left: 6rem;
}

.disabled\:inset-y-28:disabled {
  top: 7rem;
  bottom: 7rem;
}

.disabled\:inset-x-28:disabled {
  right: 7rem;
  left: 7rem;
}

.disabled\:inset-y-32:disabled {
  top: 8rem;
  bottom: 8rem;
}

.disabled\:inset-x-32:disabled {
  right: 8rem;
  left: 8rem;
}

.disabled\:inset-y-36:disabled {
  top: 9rem;
  bottom: 9rem;
}

.disabled\:inset-x-36:disabled {
  right: 9rem;
  left: 9rem;
}

.disabled\:inset-y-40:disabled {
  top: 10rem;
  bottom: 10rem;
}

.disabled\:inset-x-40:disabled {
  right: 10rem;
  left: 10rem;
}

.disabled\:inset-y-44:disabled {
  top: 11rem;
  bottom: 11rem;
}

.disabled\:inset-x-44:disabled {
  right: 11rem;
  left: 11rem;
}

.disabled\:inset-y-48:disabled {
  top: 12rem;
  bottom: 12rem;
}

.disabled\:inset-x-48:disabled {
  right: 12rem;
  left: 12rem;
}

.disabled\:inset-y-52:disabled {
  top: 13rem;
  bottom: 13rem;
}

.disabled\:inset-x-52:disabled {
  right: 13rem;
  left: 13rem;
}

.disabled\:inset-y-56:disabled {
  top: 14rem;
  bottom: 14rem;
}

.disabled\:inset-x-56:disabled {
  right: 14rem;
  left: 14rem;
}

.disabled\:inset-y-60:disabled {
  top: 15rem;
  bottom: 15rem;
}

.disabled\:inset-x-60:disabled {
  right: 15rem;
  left: 15rem;
}

.disabled\:inset-y-64:disabled {
  top: 16rem;
  bottom: 16rem;
}

.disabled\:inset-x-64:disabled {
  right: 16rem;
  left: 16rem;
}

.disabled\:inset-y-72:disabled {
  top: 18rem;
  bottom: 18rem;
}

.disabled\:inset-x-72:disabled {
  right: 18rem;
  left: 18rem;
}

.disabled\:inset-y-80:disabled {
  top: 20rem;
  bottom: 20rem;
}

.disabled\:inset-x-80:disabled {
  right: 20rem;
  left: 20rem;
}

.disabled\:inset-y-96:disabled {
  top: 24rem;
  bottom: 24rem;
}

.disabled\:inset-x-96:disabled {
  right: 24rem;
  left: 24rem;
}

.disabled\:inset-y-auto:disabled {
  top: auto;
  bottom: auto;
}

.disabled\:inset-x-auto:disabled {
  right: auto;
  left: auto;
}

.disabled\:inset-y-px:disabled {
  top: 1px;
  bottom: 1px;
}

.disabled\:inset-x-px:disabled {
  right: 1px;
  left: 1px;
}

.disabled\:inset-y-0\.5:disabled {
  top: 0.125rem;
  bottom: 0.125rem;
}

.disabled\:inset-x-0\.5:disabled {
  right: 0.125rem;
  left: 0.125rem;
}

.disabled\:inset-y-1\.5:disabled {
  top: 0.375rem;
  bottom: 0.375rem;
}

.disabled\:inset-x-1\.5:disabled {
  right: 0.375rem;
  left: 0.375rem;
}

.disabled\:inset-y-2\.5:disabled {
  top: 0.625rem;
  bottom: 0.625rem;
}

.disabled\:inset-x-2\.5:disabled {
  right: 0.625rem;
  left: 0.625rem;
}

.disabled\:inset-y-3\.5:disabled {
  top: 0.875rem;
  bottom: 0.875rem;
}

.disabled\:inset-x-3\.5:disabled {
  right: 0.875rem;
  left: 0.875rem;
}

.disabled\:-inset-y-0:disabled {
  top: 0px;
  bottom: 0px;
}

.disabled\:-inset-x-0:disabled {
  right: 0px;
  left: 0px;
}

.disabled\:-inset-y-1:disabled {
  top: -0.25rem;
  bottom: -0.25rem;
}

.disabled\:-inset-x-1:disabled {
  right: -0.25rem;
  left: -0.25rem;
}

.disabled\:-inset-y-2:disabled {
  top: -0.5rem;
  bottom: -0.5rem;
}

.disabled\:-inset-x-2:disabled {
  right: -0.5rem;
  left: -0.5rem;
}

.disabled\:-inset-y-3:disabled {
  top: -0.75rem;
  bottom: -0.75rem;
}

.disabled\:-inset-x-3:disabled {
  right: -0.75rem;
  left: -0.75rem;
}

.disabled\:-inset-y-4:disabled {
  top: -1rem;
  bottom: -1rem;
}

.disabled\:-inset-x-4:disabled {
  right: -1rem;
  left: -1rem;
}

.disabled\:-inset-y-5:disabled {
  top: -1.25rem;
  bottom: -1.25rem;
}

.disabled\:-inset-x-5:disabled {
  right: -1.25rem;
  left: -1.25rem;
}

.disabled\:-inset-y-6:disabled {
  top: -1.5rem;
  bottom: -1.5rem;
}

.disabled\:-inset-x-6:disabled {
  right: -1.5rem;
  left: -1.5rem;
}

.disabled\:-inset-y-7:disabled {
  top: -1.75rem;
  bottom: -1.75rem;
}

.disabled\:-inset-x-7:disabled {
  right: -1.75rem;
  left: -1.75rem;
}

.disabled\:-inset-y-8:disabled {
  top: -2rem;
  bottom: -2rem;
}

.disabled\:-inset-x-8:disabled {
  right: -2rem;
  left: -2rem;
}

.disabled\:-inset-y-9:disabled {
  top: -2.25rem;
  bottom: -2.25rem;
}

.disabled\:-inset-x-9:disabled {
  right: -2.25rem;
  left: -2.25rem;
}

.disabled\:-inset-y-10:disabled {
  top: -2.5rem;
  bottom: -2.5rem;
}

.disabled\:-inset-x-10:disabled {
  right: -2.5rem;
  left: -2.5rem;
}

.disabled\:-inset-y-11:disabled {
  top: -2.75rem;
  bottom: -2.75rem;
}

.disabled\:-inset-x-11:disabled {
  right: -2.75rem;
  left: -2.75rem;
}

.disabled\:-inset-y-12:disabled {
  top: -3rem;
  bottom: -3rem;
}

.disabled\:-inset-x-12:disabled {
  right: -3rem;
  left: -3rem;
}

.disabled\:-inset-y-14:disabled {
  top: -3.5rem;
  bottom: -3.5rem;
}

.disabled\:-inset-x-14:disabled {
  right: -3.5rem;
  left: -3.5rem;
}

.disabled\:-inset-y-16:disabled {
  top: -4rem;
  bottom: -4rem;
}

.disabled\:-inset-x-16:disabled {
  right: -4rem;
  left: -4rem;
}

.disabled\:-inset-y-20:disabled {
  top: -5rem;
  bottom: -5rem;
}

.disabled\:-inset-x-20:disabled {
  right: -5rem;
  left: -5rem;
}

.disabled\:-inset-y-24:disabled {
  top: -6rem;
  bottom: -6rem;
}

.disabled\:-inset-x-24:disabled {
  right: -6rem;
  left: -6rem;
}

.disabled\:-inset-y-28:disabled {
  top: -7rem;
  bottom: -7rem;
}

.disabled\:-inset-x-28:disabled {
  right: -7rem;
  left: -7rem;
}

.disabled\:-inset-y-32:disabled {
  top: -8rem;
  bottom: -8rem;
}

.disabled\:-inset-x-32:disabled {
  right: -8rem;
  left: -8rem;
}

.disabled\:-inset-y-36:disabled {
  top: -9rem;
  bottom: -9rem;
}

.disabled\:-inset-x-36:disabled {
  right: -9rem;
  left: -9rem;
}

.disabled\:-inset-y-40:disabled {
  top: -10rem;
  bottom: -10rem;
}

.disabled\:-inset-x-40:disabled {
  right: -10rem;
  left: -10rem;
}

.disabled\:-inset-y-44:disabled {
  top: -11rem;
  bottom: -11rem;
}

.disabled\:-inset-x-44:disabled {
  right: -11rem;
  left: -11rem;
}

.disabled\:-inset-y-48:disabled {
  top: -12rem;
  bottom: -12rem;
}

.disabled\:-inset-x-48:disabled {
  right: -12rem;
  left: -12rem;
}

.disabled\:-inset-y-52:disabled {
  top: -13rem;
  bottom: -13rem;
}

.disabled\:-inset-x-52:disabled {
  right: -13rem;
  left: -13rem;
}

.disabled\:-inset-y-56:disabled {
  top: -14rem;
  bottom: -14rem;
}

.disabled\:-inset-x-56:disabled {
  right: -14rem;
  left: -14rem;
}

.disabled\:-inset-y-60:disabled {
  top: -15rem;
  bottom: -15rem;
}

.disabled\:-inset-x-60:disabled {
  right: -15rem;
  left: -15rem;
}

.disabled\:-inset-y-64:disabled {
  top: -16rem;
  bottom: -16rem;
}

.disabled\:-inset-x-64:disabled {
  right: -16rem;
  left: -16rem;
}

.disabled\:-inset-y-72:disabled {
  top: -18rem;
  bottom: -18rem;
}

.disabled\:-inset-x-72:disabled {
  right: -18rem;
  left: -18rem;
}

.disabled\:-inset-y-80:disabled {
  top: -20rem;
  bottom: -20rem;
}

.disabled\:-inset-x-80:disabled {
  right: -20rem;
  left: -20rem;
}

.disabled\:-inset-y-96:disabled {
  top: -24rem;
  bottom: -24rem;
}

.disabled\:-inset-x-96:disabled {
  right: -24rem;
  left: -24rem;
}

.disabled\:-inset-y-px:disabled {
  top: -1px;
  bottom: -1px;
}

.disabled\:-inset-x-px:disabled {
  right: -1px;
  left: -1px;
}

.disabled\:-inset-y-0\.5:disabled {
  top: -0.125rem;
  bottom: -0.125rem;
}

.disabled\:-inset-x-0\.5:disabled {
  right: -0.125rem;
  left: -0.125rem;
}

.disabled\:-inset-y-1\.5:disabled {
  top: -0.375rem;
  bottom: -0.375rem;
}

.disabled\:-inset-x-1\.5:disabled {
  right: -0.375rem;
  left: -0.375rem;
}

.disabled\:-inset-y-2\.5:disabled {
  top: -0.625rem;
  bottom: -0.625rem;
}

.disabled\:-inset-x-2\.5:disabled {
  right: -0.625rem;
  left: -0.625rem;
}

.disabled\:-inset-y-3\.5:disabled {
  top: -0.875rem;
  bottom: -0.875rem;
}

.disabled\:-inset-x-3\.5:disabled {
  right: -0.875rem;
  left: -0.875rem;
}

.disabled\:inset-y-1\/2:disabled {
  top: 50%;
  bottom: 50%;
}

.disabled\:inset-x-1\/2:disabled {
  right: 50%;
  left: 50%;
}

.disabled\:inset-y-1\/3:disabled {
  top: 33.333333%;
  bottom: 33.333333%;
}

.disabled\:inset-x-1\/3:disabled {
  right: 33.333333%;
  left: 33.333333%;
}

.disabled\:inset-y-2\/3:disabled {
  top: 66.666667%;
  bottom: 66.666667%;
}

.disabled\:inset-x-2\/3:disabled {
  right: 66.666667%;
  left: 66.666667%;
}

.disabled\:inset-y-1\/4:disabled {
  top: 25%;
  bottom: 25%;
}

.disabled\:inset-x-1\/4:disabled {
  right: 25%;
  left: 25%;
}

.disabled\:inset-y-2\/4:disabled {
  top: 50%;
  bottom: 50%;
}

.disabled\:inset-x-2\/4:disabled {
  right: 50%;
  left: 50%;
}

.disabled\:inset-y-3\/4:disabled {
  top: 75%;
  bottom: 75%;
}

.disabled\:inset-x-3\/4:disabled {
  right: 75%;
  left: 75%;
}

.disabled\:inset-y-full:disabled {
  top: 100%;
  bottom: 100%;
}

.disabled\:inset-x-full:disabled {
  right: 100%;
  left: 100%;
}

.disabled\:-inset-y-1\/2:disabled {
  top: -50%;
  bottom: -50%;
}

.disabled\:-inset-x-1\/2:disabled {
  right: -50%;
  left: -50%;
}

.disabled\:-inset-y-1\/3:disabled {
  top: -33.333333%;
  bottom: -33.333333%;
}

.disabled\:-inset-x-1\/3:disabled {
  right: -33.333333%;
  left: -33.333333%;
}

.disabled\:-inset-y-2\/3:disabled {
  top: -66.666667%;
  bottom: -66.666667%;
}

.disabled\:-inset-x-2\/3:disabled {
  right: -66.666667%;
  left: -66.666667%;
}

.disabled\:-inset-y-1\/4:disabled {
  top: -25%;
  bottom: -25%;
}

.disabled\:-inset-x-1\/4:disabled {
  right: -25%;
  left: -25%;
}

.disabled\:-inset-y-2\/4:disabled {
  top: -50%;
  bottom: -50%;
}

.disabled\:-inset-x-2\/4:disabled {
  right: -50%;
  left: -50%;
}

.disabled\:-inset-y-3\/4:disabled {
  top: -75%;
  bottom: -75%;
}

.disabled\:-inset-x-3\/4:disabled {
  right: -75%;
  left: -75%;
}

.disabled\:-inset-y-full:disabled {
  top: -100%;
  bottom: -100%;
}

.disabled\:-inset-x-full:disabled {
  right: -100%;
  left: -100%;
}

.disabled\:top-0:disabled {
  top: 0px;
}

.disabled\:right-0:disabled {
  right: 0px;
}

.disabled\:bottom-0:disabled {
  bottom: 0px;
}

.disabled\:left-0:disabled {
  left: 0px;
}

.disabled\:top-1:disabled {
  top: 0.25rem;
}

.disabled\:right-1:disabled {
  right: 0.25rem;
}

.disabled\:bottom-1:disabled {
  bottom: 0.25rem;
}

.disabled\:left-1:disabled {
  left: 0.25rem;
}

.disabled\:top-2:disabled {
  top: 0.5rem;
}

.disabled\:right-2:disabled {
  right: 0.5rem;
}

.disabled\:bottom-2:disabled {
  bottom: 0.5rem;
}

.disabled\:left-2:disabled {
  left: 0.5rem;
}

.disabled\:top-3:disabled {
  top: 0.75rem;
}

.disabled\:right-3:disabled {
  right: 0.75rem;
}

.disabled\:bottom-3:disabled {
  bottom: 0.75rem;
}

.disabled\:left-3:disabled {
  left: 0.75rem;
}

.disabled\:top-4:disabled {
  top: 1rem;
}

.disabled\:right-4:disabled {
  right: 1rem;
}

.disabled\:bottom-4:disabled {
  bottom: 1rem;
}

.disabled\:left-4:disabled {
  left: 1rem;
}

.disabled\:top-5:disabled {
  top: 1.25rem;
}

.disabled\:right-5:disabled {
  right: 1.25rem;
}

.disabled\:bottom-5:disabled {
  bottom: 1.25rem;
}

.disabled\:left-5:disabled {
  left: 1.25rem;
}

.disabled\:top-6:disabled {
  top: 1.5rem;
}

.disabled\:right-6:disabled {
  right: 1.5rem;
}

.disabled\:bottom-6:disabled {
  bottom: 1.5rem;
}

.disabled\:left-6:disabled {
  left: 1.5rem;
}

.disabled\:top-7:disabled {
  top: 1.75rem;
}

.disabled\:right-7:disabled {
  right: 1.75rem;
}

.disabled\:bottom-7:disabled {
  bottom: 1.75rem;
}

.disabled\:left-7:disabled {
  left: 1.75rem;
}

.disabled\:top-8:disabled {
  top: 2rem;
}

.disabled\:right-8:disabled {
  right: 2rem;
}

.disabled\:bottom-8:disabled {
  bottom: 2rem;
}

.disabled\:left-8:disabled {
  left: 2rem;
}

.disabled\:top-9:disabled {
  top: 2.25rem;
}

.disabled\:right-9:disabled {
  right: 2.25rem;
}

.disabled\:bottom-9:disabled {
  bottom: 2.25rem;
}

.disabled\:left-9:disabled {
  left: 2.25rem;
}

.disabled\:top-10:disabled {
  top: 2.5rem;
}

.disabled\:right-10:disabled {
  right: 2.5rem;
}

.disabled\:bottom-10:disabled {
  bottom: 2.5rem;
}

.disabled\:left-10:disabled {
  left: 2.5rem;
}

.disabled\:top-11:disabled {
  top: 2.75rem;
}

.disabled\:right-11:disabled {
  right: 2.75rem;
}

.disabled\:bottom-11:disabled {
  bottom: 2.75rem;
}

.disabled\:left-11:disabled {
  left: 2.75rem;
}

.disabled\:top-12:disabled {
  top: 3rem;
}

.disabled\:right-12:disabled {
  right: 3rem;
}

.disabled\:bottom-12:disabled {
  bottom: 3rem;
}

.disabled\:left-12:disabled {
  left: 3rem;
}

.disabled\:top-14:disabled {
  top: 3.5rem;
}

.disabled\:right-14:disabled {
  right: 3.5rem;
}

.disabled\:bottom-14:disabled {
  bottom: 3.5rem;
}

.disabled\:left-14:disabled {
  left: 3.5rem;
}

.disabled\:top-16:disabled {
  top: 4rem;
}

.disabled\:right-16:disabled {
  right: 4rem;
}

.disabled\:bottom-16:disabled {
  bottom: 4rem;
}

.disabled\:left-16:disabled {
  left: 4rem;
}

.disabled\:top-20:disabled {
  top: 5rem;
}

.disabled\:right-20:disabled {
  right: 5rem;
}

.disabled\:bottom-20:disabled {
  bottom: 5rem;
}

.disabled\:left-20:disabled {
  left: 5rem;
}

.disabled\:top-24:disabled {
  top: 6rem;
}

.disabled\:right-24:disabled {
  right: 6rem;
}

.disabled\:bottom-24:disabled {
  bottom: 6rem;
}

.disabled\:left-24:disabled {
  left: 6rem;
}

.disabled\:top-28:disabled {
  top: 7rem;
}

.disabled\:right-28:disabled {
  right: 7rem;
}

.disabled\:bottom-28:disabled {
  bottom: 7rem;
}

.disabled\:left-28:disabled {
  left: 7rem;
}

.disabled\:top-32:disabled {
  top: 8rem;
}

.disabled\:right-32:disabled {
  right: 8rem;
}

.disabled\:bottom-32:disabled {
  bottom: 8rem;
}

.disabled\:left-32:disabled {
  left: 8rem;
}

.disabled\:top-36:disabled {
  top: 9rem;
}

.disabled\:right-36:disabled {
  right: 9rem;
}

.disabled\:bottom-36:disabled {
  bottom: 9rem;
}

.disabled\:left-36:disabled {
  left: 9rem;
}

.disabled\:top-40:disabled {
  top: 10rem;
}

.disabled\:right-40:disabled {
  right: 10rem;
}

.disabled\:bottom-40:disabled {
  bottom: 10rem;
}

.disabled\:left-40:disabled {
  left: 10rem;
}

.disabled\:top-44:disabled {
  top: 11rem;
}

.disabled\:right-44:disabled {
  right: 11rem;
}

.disabled\:bottom-44:disabled {
  bottom: 11rem;
}

.disabled\:left-44:disabled {
  left: 11rem;
}

.disabled\:top-48:disabled {
  top: 12rem;
}

.disabled\:right-48:disabled {
  right: 12rem;
}

.disabled\:bottom-48:disabled {
  bottom: 12rem;
}

.disabled\:left-48:disabled {
  left: 12rem;
}

.disabled\:top-52:disabled {
  top: 13rem;
}

.disabled\:right-52:disabled {
  right: 13rem;
}

.disabled\:bottom-52:disabled {
  bottom: 13rem;
}

.disabled\:left-52:disabled {
  left: 13rem;
}

.disabled\:top-56:disabled {
  top: 14rem;
}

.disabled\:right-56:disabled {
  right: 14rem;
}

.disabled\:bottom-56:disabled {
  bottom: 14rem;
}

.disabled\:left-56:disabled {
  left: 14rem;
}

.disabled\:top-60:disabled {
  top: 15rem;
}

.disabled\:right-60:disabled {
  right: 15rem;
}

.disabled\:bottom-60:disabled {
  bottom: 15rem;
}

.disabled\:left-60:disabled {
  left: 15rem;
}

.disabled\:top-64:disabled {
  top: 16rem;
}

.disabled\:right-64:disabled {
  right: 16rem;
}

.disabled\:bottom-64:disabled {
  bottom: 16rem;
}

.disabled\:left-64:disabled {
  left: 16rem;
}

.disabled\:top-72:disabled {
  top: 18rem;
}

.disabled\:right-72:disabled {
  right: 18rem;
}

.disabled\:bottom-72:disabled {
  bottom: 18rem;
}

.disabled\:left-72:disabled {
  left: 18rem;
}

.disabled\:top-80:disabled {
  top: 20rem;
}

.disabled\:right-80:disabled {
  right: 20rem;
}

.disabled\:bottom-80:disabled {
  bottom: 20rem;
}

.disabled\:left-80:disabled {
  left: 20rem;
}

.disabled\:top-96:disabled {
  top: 24rem;
}

.disabled\:right-96:disabled {
  right: 24rem;
}

.disabled\:bottom-96:disabled {
  bottom: 24rem;
}

.disabled\:left-96:disabled {
  left: 24rem;
}

.disabled\:top-auto:disabled {
  top: auto;
}

.disabled\:right-auto:disabled {
  right: auto;
}

.disabled\:bottom-auto:disabled {
  bottom: auto;
}

.disabled\:left-auto:disabled {
  left: auto;
}

.disabled\:top-px:disabled {
  top: 1px;
}

.disabled\:right-px:disabled {
  right: 1px;
}

.disabled\:bottom-px:disabled {
  bottom: 1px;
}

.disabled\:left-px:disabled {
  left: 1px;
}

.disabled\:top-0\.5:disabled {
  top: 0.125rem;
}

.disabled\:right-0\.5:disabled {
  right: 0.125rem;
}

.disabled\:bottom-0\.5:disabled {
  bottom: 0.125rem;
}

.disabled\:left-0\.5:disabled {
  left: 0.125rem;
}

.disabled\:top-1\.5:disabled {
  top: 0.375rem;
}

.disabled\:right-1\.5:disabled {
  right: 0.375rem;
}

.disabled\:bottom-1\.5:disabled {
  bottom: 0.375rem;
}

.disabled\:left-1\.5:disabled {
  left: 0.375rem;
}

.disabled\:top-2\.5:disabled {
  top: 0.625rem;
}

.disabled\:right-2\.5:disabled {
  right: 0.625rem;
}

.disabled\:bottom-2\.5:disabled {
  bottom: 0.625rem;
}

.disabled\:left-2\.5:disabled {
  left: 0.625rem;
}

.disabled\:top-3\.5:disabled {
  top: 0.875rem;
}

.disabled\:right-3\.5:disabled {
  right: 0.875rem;
}

.disabled\:bottom-3\.5:disabled {
  bottom: 0.875rem;
}

.disabled\:left-3\.5:disabled {
  left: 0.875rem;
}

.disabled\:-top-0:disabled {
  top: 0px;
}

.disabled\:-right-0:disabled {
  right: 0px;
}

.disabled\:-bottom-0:disabled {
  bottom: 0px;
}

.disabled\:-left-0:disabled {
  left: 0px;
}

.disabled\:-top-1:disabled {
  top: -0.25rem;
}

.disabled\:-right-1:disabled {
  right: -0.25rem;
}

.disabled\:-bottom-1:disabled {
  bottom: -0.25rem;
}

.disabled\:-left-1:disabled {
  left: -0.25rem;
}

.disabled\:-top-2:disabled {
  top: -0.5rem;
}

.disabled\:-right-2:disabled {
  right: -0.5rem;
}

.disabled\:-bottom-2:disabled {
  bottom: -0.5rem;
}

.disabled\:-left-2:disabled {
  left: -0.5rem;
}

.disabled\:-top-3:disabled {
  top: -0.75rem;
}

.disabled\:-right-3:disabled {
  right: -0.75rem;
}

.disabled\:-bottom-3:disabled {
  bottom: -0.75rem;
}

.disabled\:-left-3:disabled {
  left: -0.75rem;
}

.disabled\:-top-4:disabled {
  top: -1rem;
}

.disabled\:-right-4:disabled {
  right: -1rem;
}

.disabled\:-bottom-4:disabled {
  bottom: -1rem;
}

.disabled\:-left-4:disabled {
  left: -1rem;
}

.disabled\:-top-5:disabled {
  top: -1.25rem;
}

.disabled\:-right-5:disabled {
  right: -1.25rem;
}

.disabled\:-bottom-5:disabled {
  bottom: -1.25rem;
}

.disabled\:-left-5:disabled {
  left: -1.25rem;
}

.disabled\:-top-6:disabled {
  top: -1.5rem;
}

.disabled\:-right-6:disabled {
  right: -1.5rem;
}

.disabled\:-bottom-6:disabled {
  bottom: -1.5rem;
}

.disabled\:-left-6:disabled {
  left: -1.5rem;
}

.disabled\:-top-7:disabled {
  top: -1.75rem;
}

.disabled\:-right-7:disabled {
  right: -1.75rem;
}

.disabled\:-bottom-7:disabled {
  bottom: -1.75rem;
}

.disabled\:-left-7:disabled {
  left: -1.75rem;
}

.disabled\:-top-8:disabled {
  top: -2rem;
}

.disabled\:-right-8:disabled {
  right: -2rem;
}

.disabled\:-bottom-8:disabled {
  bottom: -2rem;
}

.disabled\:-left-8:disabled {
  left: -2rem;
}

.disabled\:-top-9:disabled {
  top: -2.25rem;
}

.disabled\:-right-9:disabled {
  right: -2.25rem;
}

.disabled\:-bottom-9:disabled {
  bottom: -2.25rem;
}

.disabled\:-left-9:disabled {
  left: -2.25rem;
}

.disabled\:-top-10:disabled {
  top: -2.5rem;
}

.disabled\:-right-10:disabled {
  right: -2.5rem;
}

.disabled\:-bottom-10:disabled {
  bottom: -2.5rem;
}

.disabled\:-left-10:disabled {
  left: -2.5rem;
}

.disabled\:-top-11:disabled {
  top: -2.75rem;
}

.disabled\:-right-11:disabled {
  right: -2.75rem;
}

.disabled\:-bottom-11:disabled {
  bottom: -2.75rem;
}

.disabled\:-left-11:disabled {
  left: -2.75rem;
}

.disabled\:-top-12:disabled {
  top: -3rem;
}

.disabled\:-right-12:disabled {
  right: -3rem;
}

.disabled\:-bottom-12:disabled {
  bottom: -3rem;
}

.disabled\:-left-12:disabled {
  left: -3rem;
}

.disabled\:-top-14:disabled {
  top: -3.5rem;
}

.disabled\:-right-14:disabled {
  right: -3.5rem;
}

.disabled\:-bottom-14:disabled {
  bottom: -3.5rem;
}

.disabled\:-left-14:disabled {
  left: -3.5rem;
}

.disabled\:-top-16:disabled {
  top: -4rem;
}

.disabled\:-right-16:disabled {
  right: -4rem;
}

.disabled\:-bottom-16:disabled {
  bottom: -4rem;
}

.disabled\:-left-16:disabled {
  left: -4rem;
}

.disabled\:-top-20:disabled {
  top: -5rem;
}

.disabled\:-right-20:disabled {
  right: -5rem;
}

.disabled\:-bottom-20:disabled {
  bottom: -5rem;
}

.disabled\:-left-20:disabled {
  left: -5rem;
}

.disabled\:-top-24:disabled {
  top: -6rem;
}

.disabled\:-right-24:disabled {
  right: -6rem;
}

.disabled\:-bottom-24:disabled {
  bottom: -6rem;
}

.disabled\:-left-24:disabled {
  left: -6rem;
}

.disabled\:-top-28:disabled {
  top: -7rem;
}

.disabled\:-right-28:disabled {
  right: -7rem;
}

.disabled\:-bottom-28:disabled {
  bottom: -7rem;
}

.disabled\:-left-28:disabled {
  left: -7rem;
}

.disabled\:-top-32:disabled {
  top: -8rem;
}

.disabled\:-right-32:disabled {
  right: -8rem;
}

.disabled\:-bottom-32:disabled {
  bottom: -8rem;
}

.disabled\:-left-32:disabled {
  left: -8rem;
}

.disabled\:-top-36:disabled {
  top: -9rem;
}

.disabled\:-right-36:disabled {
  right: -9rem;
}

.disabled\:-bottom-36:disabled {
  bottom: -9rem;
}

.disabled\:-left-36:disabled {
  left: -9rem;
}

.disabled\:-top-40:disabled {
  top: -10rem;
}

.disabled\:-right-40:disabled {
  right: -10rem;
}

.disabled\:-bottom-40:disabled {
  bottom: -10rem;
}

.disabled\:-left-40:disabled {
  left: -10rem;
}

.disabled\:-top-44:disabled {
  top: -11rem;
}

.disabled\:-right-44:disabled {
  right: -11rem;
}

.disabled\:-bottom-44:disabled {
  bottom: -11rem;
}

.disabled\:-left-44:disabled {
  left: -11rem;
}

.disabled\:-top-48:disabled {
  top: -12rem;
}

.disabled\:-right-48:disabled {
  right: -12rem;
}

.disabled\:-bottom-48:disabled {
  bottom: -12rem;
}

.disabled\:-left-48:disabled {
  left: -12rem;
}

.disabled\:-top-52:disabled {
  top: -13rem;
}

.disabled\:-right-52:disabled {
  right: -13rem;
}

.disabled\:-bottom-52:disabled {
  bottom: -13rem;
}

.disabled\:-left-52:disabled {
  left: -13rem;
}

.disabled\:-top-56:disabled {
  top: -14rem;
}

.disabled\:-right-56:disabled {
  right: -14rem;
}

.disabled\:-bottom-56:disabled {
  bottom: -14rem;
}

.disabled\:-left-56:disabled {
  left: -14rem;
}

.disabled\:-top-60:disabled {
  top: -15rem;
}

.disabled\:-right-60:disabled {
  right: -15rem;
}

.disabled\:-bottom-60:disabled {
  bottom: -15rem;
}

.disabled\:-left-60:disabled {
  left: -15rem;
}

.disabled\:-top-64:disabled {
  top: -16rem;
}

.disabled\:-right-64:disabled {
  right: -16rem;
}

.disabled\:-bottom-64:disabled {
  bottom: -16rem;
}

.disabled\:-left-64:disabled {
  left: -16rem;
}

.disabled\:-top-72:disabled {
  top: -18rem;
}

.disabled\:-right-72:disabled {
  right: -18rem;
}

.disabled\:-bottom-72:disabled {
  bottom: -18rem;
}

.disabled\:-left-72:disabled {
  left: -18rem;
}

.disabled\:-top-80:disabled {
  top: -20rem;
}

.disabled\:-right-80:disabled {
  right: -20rem;
}

.disabled\:-bottom-80:disabled {
  bottom: -20rem;
}

.disabled\:-left-80:disabled {
  left: -20rem;
}

.disabled\:-top-96:disabled {
  top: -24rem;
}

.disabled\:-right-96:disabled {
  right: -24rem;
}

.disabled\:-bottom-96:disabled {
  bottom: -24rem;
}

.disabled\:-left-96:disabled {
  left: -24rem;
}

.disabled\:-top-px:disabled {
  top: -1px;
}

.disabled\:-right-px:disabled {
  right: -1px;
}

.disabled\:-bottom-px:disabled {
  bottom: -1px;
}

.disabled\:-left-px:disabled {
  left: -1px;
}

.disabled\:-top-0\.5:disabled {
  top: -0.125rem;
}

.disabled\:-right-0\.5:disabled {
  right: -0.125rem;
}

.disabled\:-bottom-0\.5:disabled {
  bottom: -0.125rem;
}

.disabled\:-left-0\.5:disabled {
  left: -0.125rem;
}

.disabled\:-top-1\.5:disabled {
  top: -0.375rem;
}

.disabled\:-right-1\.5:disabled {
  right: -0.375rem;
}

.disabled\:-bottom-1\.5:disabled {
  bottom: -0.375rem;
}

.disabled\:-left-1\.5:disabled {
  left: -0.375rem;
}

.disabled\:-top-2\.5:disabled {
  top: -0.625rem;
}

.disabled\:-right-2\.5:disabled {
  right: -0.625rem;
}

.disabled\:-bottom-2\.5:disabled {
  bottom: -0.625rem;
}

.disabled\:-left-2\.5:disabled {
  left: -0.625rem;
}

.disabled\:-top-3\.5:disabled {
  top: -0.875rem;
}

.disabled\:-right-3\.5:disabled {
  right: -0.875rem;
}

.disabled\:-bottom-3\.5:disabled {
  bottom: -0.875rem;
}

.disabled\:-left-3\.5:disabled {
  left: -0.875rem;
}

.disabled\:top-1\/2:disabled {
  top: 50%;
}

.disabled\:right-1\/2:disabled {
  right: 50%;
}

.disabled\:bottom-1\/2:disabled {
  bottom: 50%;
}

.disabled\:left-1\/2:disabled {
  left: 50%;
}

.disabled\:top-1\/3:disabled {
  top: 33.333333%;
}

.disabled\:right-1\/3:disabled {
  right: 33.333333%;
}

.disabled\:bottom-1\/3:disabled {
  bottom: 33.333333%;
}

.disabled\:left-1\/3:disabled {
  left: 33.333333%;
}

.disabled\:top-2\/3:disabled {
  top: 66.666667%;
}

.disabled\:right-2\/3:disabled {
  right: 66.666667%;
}

.disabled\:bottom-2\/3:disabled {
  bottom: 66.666667%;
}

.disabled\:left-2\/3:disabled {
  left: 66.666667%;
}

.disabled\:top-1\/4:disabled {
  top: 25%;
}

.disabled\:right-1\/4:disabled {
  right: 25%;
}

.disabled\:bottom-1\/4:disabled {
  bottom: 25%;
}

.disabled\:left-1\/4:disabled {
  left: 25%;
}

.disabled\:top-2\/4:disabled {
  top: 50%;
}

.disabled\:right-2\/4:disabled {
  right: 50%;
}

.disabled\:bottom-2\/4:disabled {
  bottom: 50%;
}

.disabled\:left-2\/4:disabled {
  left: 50%;
}

.disabled\:top-3\/4:disabled {
  top: 75%;
}

.disabled\:right-3\/4:disabled {
  right: 75%;
}

.disabled\:bottom-3\/4:disabled {
  bottom: 75%;
}

.disabled\:left-3\/4:disabled {
  left: 75%;
}

.disabled\:top-full:disabled {
  top: 100%;
}

.disabled\:right-full:disabled {
  right: 100%;
}

.disabled\:bottom-full:disabled {
  bottom: 100%;
}

.disabled\:left-full:disabled {
  left: 100%;
}

.disabled\:-top-1\/2:disabled {
  top: -50%;
}

.disabled\:-right-1\/2:disabled {
  right: -50%;
}

.disabled\:-bottom-1\/2:disabled {
  bottom: -50%;
}

.disabled\:-left-1\/2:disabled {
  left: -50%;
}

.disabled\:-top-1\/3:disabled {
  top: -33.333333%;
}

.disabled\:-right-1\/3:disabled {
  right: -33.333333%;
}

.disabled\:-bottom-1\/3:disabled {
  bottom: -33.333333%;
}

.disabled\:-left-1\/3:disabled {
  left: -33.333333%;
}

.disabled\:-top-2\/3:disabled {
  top: -66.666667%;
}

.disabled\:-right-2\/3:disabled {
  right: -66.666667%;
}

.disabled\:-bottom-2\/3:disabled {
  bottom: -66.666667%;
}

.disabled\:-left-2\/3:disabled {
  left: -66.666667%;
}

.disabled\:-top-1\/4:disabled {
  top: -25%;
}

.disabled\:-right-1\/4:disabled {
  right: -25%;
}

.disabled\:-bottom-1\/4:disabled {
  bottom: -25%;
}

.disabled\:-left-1\/4:disabled {
  left: -25%;
}

.disabled\:-top-2\/4:disabled {
  top: -50%;
}

.disabled\:-right-2\/4:disabled {
  right: -50%;
}

.disabled\:-bottom-2\/4:disabled {
  bottom: -50%;
}

.disabled\:-left-2\/4:disabled {
  left: -50%;
}

.disabled\:-top-3\/4:disabled {
  top: -75%;
}

.disabled\:-right-3\/4:disabled {
  right: -75%;
}

.disabled\:-bottom-3\/4:disabled {
  bottom: -75%;
}

.disabled\:-left-3\/4:disabled {
  left: -75%;
}

.disabled\:-top-full:disabled {
  top: -100%;
}

.disabled\:-right-full:disabled {
  right: -100%;
}

.disabled\:-bottom-full:disabled {
  bottom: -100%;
}

.disabled\:-left-full:disabled {
  left: -100%;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.group:hover .group-hover\:resize-none {
  resize: none;
}

.group:hover .group-hover\:resize-y {
  resize: vertical;
}

.group:hover .group-hover\:resize-x {
  resize: horizontal;
}

.group:hover .group-hover\:resize {
  resize: both;
}

.focus-within\:resize-none:focus-within {
  resize: none;
}

.focus-within\:resize-y:focus-within {
  resize: vertical;
}

.focus-within\:resize-x:focus-within {
  resize: horizontal;
}

.focus-within\:resize:focus-within {
  resize: both;
}

.first\:resize-none:first-child {
  resize: none;
}

.first\:resize-y:first-child {
  resize: vertical;
}

.first\:resize-x:first-child {
  resize: horizontal;
}

.first\:resize:first-child {
  resize: both;
}

.last\:resize-none:last-child {
  resize: none;
}

.last\:resize-y:last-child {
  resize: vertical;
}

.last\:resize-x:last-child {
  resize: horizontal;
}

.last\:resize:last-child {
  resize: both;
}

.odd\:resize-none:nth-child(odd) {
  resize: none;
}

.odd\:resize-y:nth-child(odd) {
  resize: vertical;
}

.odd\:resize-x:nth-child(odd) {
  resize: horizontal;
}

.odd\:resize:nth-child(odd) {
  resize: both;
}

.even\:resize-none:nth-child(even) {
  resize: none;
}

.even\:resize-y:nth-child(even) {
  resize: vertical;
}

.even\:resize-x:nth-child(even) {
  resize: horizontal;
}

.even\:resize:nth-child(even) {
  resize: both;
}

.hover\:resize-none:hover {
  resize: none;
}

.hover\:resize-y:hover {
  resize: vertical;
}

.hover\:resize-x:hover {
  resize: horizontal;
}

.hover\:resize:hover {
  resize: both;
}

.focus\:resize-none:focus {
  resize: none;
}

.focus\:resize-y:focus {
  resize: vertical;
}

.focus\:resize-x:focus {
  resize: horizontal;
}

.focus\:resize:focus {
  resize: both;
}

.active\:resize-none:active {
  resize: none;
}

.active\:resize-y:active {
  resize: vertical;
}

.active\:resize-x:active {
  resize: horizontal;
}

.active\:resize:active {
  resize: both;
}

.visited\:resize-none:visited {
  resize: none;
}

.visited\:resize-y:visited {
  resize: vertical;
}

.visited\:resize-x:visited {
  resize: horizontal;
}

.visited\:resize:visited {
  resize: both;
}

.disabled\:resize-none:disabled {
  resize: none;
}

.disabled\:resize-y:disabled {
  resize: vertical;
}

.disabled\:resize-x:disabled {
  resize: horizontal;
}

.disabled\:resize:disabled {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 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);
}

.first\:shadow-sm:first-child {
  --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);
}

.first\:shadow:first-child {
  --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);
}

.first\:shadow-md:first-child {
  --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);
}

.first\:shadow-lg:first-child {
  --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);
}

.first\:shadow-xl:first-child {
  --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);
}

.first\:shadow-2xl:first-child {
  --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);
}

.first\:shadow-inner:first-child {
  --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);
}

.first\:shadow-none:first-child {
  --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);
}

.last\:shadow-sm:last-child {
  --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);
}

.last\:shadow:last-child {
  --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);
}

.last\:shadow-md:last-child {
  --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);
}

.last\:shadow-lg:last-child {
  --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);
}

.last\:shadow-xl:last-child {
  --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);
}

.last\:shadow-2xl:last-child {
  --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);
}

.last\:shadow-inner:last-child {
  --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);
}

.last\:shadow-none:last-child {
  --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);
}

.odd\:shadow-sm:nth-child(odd) {
  --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);
}

.odd\:shadow:nth-child(odd) {
  --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);
}

.odd\:shadow-md:nth-child(odd) {
  --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);
}

.odd\:shadow-lg:nth-child(odd) {
  --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);
}

.odd\:shadow-xl:nth-child(odd) {
  --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);
}

.odd\:shadow-2xl:nth-child(odd) {
  --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);
}

.odd\:shadow-inner:nth-child(odd) {
  --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);
}

.odd\:shadow-none:nth-child(odd) {
  --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);
}

.even\:shadow-sm:nth-child(even) {
  --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);
}

.even\:shadow:nth-child(even) {
  --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);
}

.even\:shadow-md:nth-child(even) {
  --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);
}

.even\:shadow-lg:nth-child(even) {
  --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);
}

.even\:shadow-xl:nth-child(even) {
  --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);
}

.even\:shadow-2xl:nth-child(even) {
  --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);
}

.even\:shadow-inner:nth-child(even) {
  --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);
}

.even\:shadow-none:nth-child(even) {
  --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);
}

.active\:shadow-sm:active {
  --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);
}

.active\:shadow:active {
  --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);
}

.active\:shadow-md:active {
  --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);
}

.active\:shadow-lg:active {
  --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);
}

.active\:shadow-xl:active {
  --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);
}

.active\:shadow-2xl:active {
  --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);
}

.active\:shadow-inner:active {
  --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);
}

.active\:shadow-none:active {
  --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);
}

.visited\:shadow-sm:visited {
  --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);
}

.visited\:shadow:visited {
  --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);
}

.visited\:shadow-md:visited {
  --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);
}

.visited\:shadow-lg:visited {
  --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);
}

.visited\:shadow-xl:visited {
  --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);
}

.visited\:shadow-2xl:visited {
  --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);
}

.visited\:shadow-inner:visited {
  --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);
}

.visited\:shadow-none:visited {
  --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);
}

.disabled\:shadow-sm:disabled {
  --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);
}

.disabled\:shadow:disabled {
  --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);
}

.disabled\:shadow-md:disabled {
  --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);
}

.disabled\:shadow-lg:disabled {
  --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);
}

.disabled\:shadow-xl:disabled {
  --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);
}

.disabled\:shadow-2xl:disabled {
  --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);
}

.disabled\:shadow-inner:disabled {
  --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);
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:ring-inset {
  --tw-ring-inset: inset;
}

.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-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.first\:ring-0:first-child {
  --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);
}

.first\:ring-1:first-child {
  --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);
}

.first\:ring-2:first-child {
  --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);
}

.first\:ring-4:first-child {
  --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);
}

.first\:ring-8:first-child {
  --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);
}

.first\:ring:first-child {
  --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);
}

.first\:ring-inset:first-child {
  --tw-ring-inset: inset;
}

.last\:ring-0:last-child {
  --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);
}

.last\:ring-1:last-child {
  --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);
}

.last\:ring-2:last-child {
  --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);
}

.last\:ring-4:last-child {
  --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);
}

.last\:ring-8:last-child {
  --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);
}

.last\:ring:last-child {
  --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);
}

.last\:ring-inset:last-child {
  --tw-ring-inset: inset;
}

.odd\:ring-0:nth-child(odd) {
  --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);
}

.odd\:ring-1:nth-child(odd) {
  --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);
}

.odd\:ring-2:nth-child(odd) {
  --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);
}

.odd\:ring-4:nth-child(odd) {
  --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);
}

.odd\:ring-8:nth-child(odd) {
  --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);
}

.odd\:ring:nth-child(odd) {
  --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);
}

.odd\:ring-inset:nth-child(odd) {
  --tw-ring-inset: inset;
}

.even\:ring-0:nth-child(even) {
  --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);
}

.even\:ring-1:nth-child(even) {
  --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);
}

.even\:ring-2:nth-child(even) {
  --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);
}

.even\:ring-4:nth-child(even) {
  --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);
}

.even\:ring-8:nth-child(even) {
  --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);
}

.even\:ring:nth-child(even) {
  --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);
}

.even\:ring-inset:nth-child(even) {
  --tw-ring-inset: inset;
}

.hover\:ring-0:hover {
  --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);
}

.hover\:ring-1:hover {
  --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);
}

.hover\:ring-2:hover {
  --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);
}

.hover\:ring-4:hover {
  --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);
}

.hover\:ring-8:hover {
  --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);
}

.hover\:ring:hover {
  --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);
}

.hover\:ring-inset:hover {
  --tw-ring-inset: inset;
}

.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);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.active\:ring-0:active {
  --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);
}

.active\:ring-1:active {
  --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);
}

.active\:ring-2:active {
  --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);
}

.active\:ring-4:active {
  --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);
}

.active\:ring-8:active {
  --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);
}

.active\:ring:active {
  --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);
}

.active\:ring-inset:active {
  --tw-ring-inset: inset;
}

.visited\:ring-0:visited {
  --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);
}

.visited\:ring-1:visited {
  --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);
}

.visited\:ring-2:visited {
  --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);
}

.visited\:ring-4:visited {
  --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);
}

.visited\:ring-8:visited {
  --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);
}

.visited\:ring:visited {
  --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);
}

.visited\:ring-inset:visited {
  --tw-ring-inset: inset;
}

.disabled\:ring-0:disabled {
  --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);
}

.disabled\:ring-1:disabled {
  --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);
}

.disabled\:ring-2:disabled {
  --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);
}

.disabled\:ring-4:disabled {
  --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);
}

.disabled\:ring-8:disabled {
  --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);
}

.disabled\:ring:disabled {
  --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);
}

.disabled\:ring-inset:disabled {
  --tw-ring-inset: inset;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-lightBlue-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-lightBlue-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-lightBlue-200 {
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-lightBlue-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-lightBlue-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-lightBlue-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-lightBlue-600 {
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-lightBlue-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-lightBlue-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-lightBlue-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}

.ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}

.ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}

.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-warmGray-50 {
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-warmGray-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-warmGray-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-warmGray-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-warmGray-400 {
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-warmGray-500 {
  --tw-ring-offset-color: #78716c;
}

.ring-offset-warmGray-600 {
  --tw-ring-offset-color: #57534e;
}

.ring-offset-warmGray-700 {
  --tw-ring-offset-color: #44403c;
}

.ring-offset-warmGray-800 {
  --tw-ring-offset-color: #292524;
}

.ring-offset-warmGray-900 {
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-trueGray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-trueGray-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-trueGray-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-trueGray-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-trueGray-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-trueGray-500 {
  --tw-ring-offset-color: #737373;
}

.ring-offset-trueGray-600 {
  --tw-ring-offset-color: #525252;
}

.ring-offset-trueGray-700 {
  --tw-ring-offset-color: #404040;
}

.ring-offset-trueGray-800 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-trueGray-900 {
  --tw-ring-offset-color: #171717;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-coolGray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-coolGray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-coolGray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-coolGray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-coolGray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-coolGray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-coolGray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-coolGray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-coolGray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-coolGray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-blueGray-50 {
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-blueGray-100 {
  --tw-ring-offset-color: #f1f5f9;
}

.ring-offset-blueGray-200 {
  --tw-ring-offset-color: #e2e8f0;
}

.ring-offset-blueGray-300 {
  --tw-ring-offset-color: #cbd5e1;
}

.ring-offset-blueGray-400 {
  --tw-ring-offset-color: #94a3b8;
}

.ring-offset-blueGray-500 {
  --tw-ring-offset-color: #64748b;
}

.ring-offset-blueGray-600 {
  --tw-ring-offset-color: #475569;
}

.ring-offset-blueGray-700 {
  --tw-ring-offset-color: #334155;
}

.ring-offset-blueGray-800 {
  --tw-ring-offset-color: #1e293b;
}

.ring-offset-blueGray-900 {
  --tw-ring-offset-color: #0f172a;
}

.ring-offset-current {
  --tw-ring-offset-color: current;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.group:hover .group-hover\:ring-offset-black {
  --tw-ring-offset-color: #000;
}

.group:hover .group-hover\:ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.group:hover .group-hover\:ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2;
}

.group:hover .group-hover\:ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.group:hover .group-hover\:ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3;
}

.group:hover .group-hover\:ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af;
}

.group:hover .group-hover\:ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185;
}

.group:hover .group-hover\:ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e;
}

.group:hover .group-hover\:ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48;
}

.group:hover .group-hover\:ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c;
}

.group:hover .group-hover\:ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239;
}

.group:hover .group-hover\:ring-offset-rose-900 {
  --tw-ring-offset-color: #881337;
}

.group:hover .group-hover\:ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.group:hover .group-hover\:ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.group:hover .group-hover\:ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.group:hover .group-hover\:ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.group:hover .group-hover\:ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.group:hover .group-hover\:ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.group:hover .group-hover\:ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.group:hover .group-hover\:ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.group:hover .group-hover\:ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.group:hover .group-hover\:ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.group:hover .group-hover\:ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.group:hover .group-hover\:ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff;
}

.group:hover .group-hover\:ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.group:hover .group-hover\:ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc;
}

.group:hover .group-hover\:ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.group:hover .group-hover\:ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef;
}

.group:hover .group-hover\:ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.group:hover .group-hover\:ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf;
}

.group:hover .group-hover\:ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f;
}

.group:hover .group-hover\:ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.group:hover .group-hover\:ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff;
}

.group:hover .group-hover\:ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.group:hover .group-hover\:ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.group:hover .group-hover\:ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.group:hover .group-hover\:ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc;
}

.group:hover .group-hover\:ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7;
}

.group:hover .group-hover\:ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea;
}

.group:hover .group-hover\:ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce;
}

.group:hover .group-hover\:ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.group:hover .group-hover\:ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.group:hover .group-hover\:ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.group:hover .group-hover\:ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe;
}

.group:hover .group-hover\:ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.group:hover .group-hover\:ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.group:hover .group-hover\:ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa;
}

.group:hover .group-hover\:ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.group:hover .group-hover\:ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed;
}

.group:hover .group-hover\:ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9;
}

.group:hover .group-hover\:ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6;
}

.group:hover .group-hover\:ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95;
}

.group:hover .group-hover\:ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.group:hover .group-hover\:ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.group:hover .group-hover\:ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.group:hover .group-hover\:ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.group:hover .group-hover\:ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.group:hover .group-hover\:ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.group:hover .group-hover\:ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.group:hover .group-hover\:ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.group:hover .group-hover\:ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.group:hover .group-hover\:ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.group:hover .group-hover\:ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.group:hover .group-hover\:ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.group:hover .group-hover\:ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.group:hover .group-hover\:ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.group:hover .group-hover\:ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.group:hover .group-hover\:ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.group:hover .group-hover\:ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.group:hover .group-hover\:ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.group:hover .group-hover\:ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.group:hover .group-hover\:ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.group:hover .group-hover\:ring-offset-lightBlue-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.group:hover .group-hover\:ring-offset-lightBlue-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.group:hover .group-hover\:ring-offset-lightBlue-200 {
  --tw-ring-offset-color: #bae6fd;
}

.group:hover .group-hover\:ring-offset-lightBlue-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.group:hover .group-hover\:ring-offset-lightBlue-400 {
  --tw-ring-offset-color: #38bdf8;
}

.group:hover .group-hover\:ring-offset-lightBlue-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.group:hover .group-hover\:ring-offset-lightBlue-600 {
  --tw-ring-offset-color: #0284c7;
}

.group:hover .group-hover\:ring-offset-lightBlue-700 {
  --tw-ring-offset-color: #0369a1;
}

.group:hover .group-hover\:ring-offset-lightBlue-800 {
  --tw-ring-offset-color: #075985;
}

.group:hover .group-hover\:ring-offset-lightBlue-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.group:hover .group-hover\:ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff;
}

.group:hover .group-hover\:ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe;
}

.group:hover .group-hover\:ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.group:hover .group-hover\:ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9;
}

.group:hover .group-hover\:ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee;
}

.group:hover .group-hover\:ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4;
}

.group:hover .group-hover\:ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2;
}

.group:hover .group-hover\:ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490;
}

.group:hover .group-hover\:ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75;
}

.group:hover .group-hover\:ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63;
}

.group:hover .group-hover\:ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.group:hover .group-hover\:ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.group:hover .group-hover\:ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4;
}

.group:hover .group-hover\:ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4;
}

.group:hover .group-hover\:ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.group:hover .group-hover\:ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6;
}

.group:hover .group-hover\:ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488;
}

.group:hover .group-hover\:ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e;
}

.group:hover .group-hover\:ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59;
}

.group:hover .group-hover\:ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a;
}

.group:hover .group-hover\:ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.group:hover .group-hover\:ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5;
}

.group:hover .group-hover\:ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.group:hover .group-hover\:ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.group:hover .group-hover\:ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399;
}

.group:hover .group-hover\:ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981;
}

.group:hover .group-hover\:ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669;
}

.group:hover .group-hover\:ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857;
}

.group:hover .group-hover\:ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46;
}

.group:hover .group-hover\:ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b;
}

.group:hover .group-hover\:ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.group:hover .group-hover\:ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7;
}

.group:hover .group-hover\:ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.group:hover .group-hover\:ring-offset-green-300 {
  --tw-ring-offset-color: #86efac;
}

.group:hover .group-hover\:ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80;
}

.group:hover .group-hover\:ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e;
}

.group:hover .group-hover\:ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a;
}

.group:hover .group-hover\:ring-offset-green-700 {
  --tw-ring-offset-color: #15803d;
}

.group:hover .group-hover\:ring-offset-green-800 {
  --tw-ring-offset-color: #166534;
}

.group:hover .group-hover\:ring-offset-green-900 {
  --tw-ring-offset-color: #14532d;
}

.group:hover .group-hover\:ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7;
}

.group:hover .group-hover\:ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb;
}

.group:hover .group-hover\:ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d;
}

.group:hover .group-hover\:ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.group:hover .group-hover\:ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635;
}

.group:hover .group-hover\:ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16;
}

.group:hover .group-hover\:ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d;
}

.group:hover .group-hover\:ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.group:hover .group-hover\:ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212;
}

.group:hover .group-hover\:ring-offset-lime-900 {
  --tw-ring-offset-color: #365314;
}

.group:hover .group-hover\:ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.group:hover .group-hover\:ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.group:hover .group-hover\:ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.group:hover .group-hover\:ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.group:hover .group-hover\:ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.group:hover .group-hover\:ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.group:hover .group-hover\:ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.group:hover .group-hover\:ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.group:hover .group-hover\:ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.group:hover .group-hover\:ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.group:hover .group-hover\:ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb;
}

.group:hover .group-hover\:ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7;
}

.group:hover .group-hover\:ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a;
}

.group:hover .group-hover\:ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d;
}

.group:hover .group-hover\:ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24;
}

.group:hover .group-hover\:ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b;
}

.group:hover .group-hover\:ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706;
}

.group:hover .group-hover\:ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309;
}

.group:hover .group-hover\:ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e;
}

.group:hover .group-hover\:ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f;
}

.group:hover .group-hover\:ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed;
}

.group:hover .group-hover\:ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5;
}

.group:hover .group-hover\:ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa;
}

.group:hover .group-hover\:ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74;
}

.group:hover .group-hover\:ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c;
}

.group:hover .group-hover\:ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316;
}

.group:hover .group-hover\:ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c;
}

.group:hover .group-hover\:ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c;
}

.group:hover .group-hover\:ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412;
}

.group:hover .group-hover\:ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12;
}

.group:hover .group-hover\:ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.group:hover .group-hover\:ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.group:hover .group-hover\:ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.group:hover .group-hover\:ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.group:hover .group-hover\:ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.group:hover .group-hover\:ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.group:hover .group-hover\:ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.group:hover .group-hover\:ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.group:hover .group-hover\:ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.group:hover .group-hover\:ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.group:hover .group-hover\:ring-offset-warmGray-50 {
  --tw-ring-offset-color: #fafaf9;
}

.group:hover .group-hover\:ring-offset-warmGray-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.group:hover .group-hover\:ring-offset-warmGray-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.group:hover .group-hover\:ring-offset-warmGray-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.group:hover .group-hover\:ring-offset-warmGray-400 {
  --tw-ring-offset-color: #a8a29e;
}

.group:hover .group-hover\:ring-offset-warmGray-500 {
  --tw-ring-offset-color: #78716c;
}

.group:hover .group-hover\:ring-offset-warmGray-600 {
  --tw-ring-offset-color: #57534e;
}

.group:hover .group-hover\:ring-offset-warmGray-700 {
  --tw-ring-offset-color: #44403c;
}

.group:hover .group-hover\:ring-offset-warmGray-800 {
  --tw-ring-offset-color: #292524;
}

.group:hover .group-hover\:ring-offset-warmGray-900 {
  --tw-ring-offset-color: #1c1917;
}

.group:hover .group-hover\:ring-offset-trueGray-50 {
  --tw-ring-offset-color: #fafafa;
}

.group:hover .group-hover\:ring-offset-trueGray-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.group:hover .group-hover\:ring-offset-trueGray-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.group:hover .group-hover\:ring-offset-trueGray-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.group:hover .group-hover\:ring-offset-trueGray-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.group:hover .group-hover\:ring-offset-trueGray-500 {
  --tw-ring-offset-color: #737373;
}

.group:hover .group-hover\:ring-offset-trueGray-600 {
  --tw-ring-offset-color: #525252;
}

.group:hover .group-hover\:ring-offset-trueGray-700 {
  --tw-ring-offset-color: #404040;
}

.group:hover .group-hover\:ring-offset-trueGray-800 {
  --tw-ring-offset-color: #262626;
}

.group:hover .group-hover\:ring-offset-trueGray-900 {
  --tw-ring-offset-color: #171717;
}

.group:hover .group-hover\:ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa;
}

.group:hover .group-hover\:ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.group:hover .group-hover\:ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.group:hover .group-hover\:ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.group:hover .group-hover\:ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.group:hover .group-hover\:ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a;
}

.group:hover .group-hover\:ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b;
}

.group:hover .group-hover\:ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46;
}

.group:hover .group-hover\:ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a;
}

.group:hover .group-hover\:ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b;
}

.group:hover .group-hover\:ring-offset-coolGray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.group:hover .group-hover\:ring-offset-coolGray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.group:hover .group-hover\:ring-offset-coolGray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.group:hover .group-hover\:ring-offset-coolGray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.group:hover .group-hover\:ring-offset-coolGray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.group:hover .group-hover\:ring-offset-coolGray-500 {
  --tw-ring-offset-color: #6b7280;
}

.group:hover .group-hover\:ring-offset-coolGray-600 {
  --tw-ring-offset-color: #4b5563;
}

.group:hover .group-hover\:ring-offset-coolGray-700 {
  --tw-ring-offset-color: #374151;
}

.group:hover .group-hover\:ring-offset-coolGray-800 {
  --tw-ring-offset-color: #1f2937;
}

.group:hover .group-hover\:ring-offset-coolGray-900 {
  --tw-ring-offset-color: #111827;
}

.group:hover .group-hover\:ring-offset-blueGray-50 {
  --tw-ring-offset-color: #f8fafc;
}

.group:hover .group-hover\:ring-offset-blueGray-100 {
  --tw-ring-offset-color: #f1f5f9;
}

.group:hover .group-hover\:ring-offset-blueGray-200 {
  --tw-ring-offset-color: #e2e8f0;
}

.group:hover .group-hover\:ring-offset-blueGray-300 {
  --tw-ring-offset-color: #cbd5e1;
}

.group:hover .group-hover\:ring-offset-blueGray-400 {
  --tw-ring-offset-color: #94a3b8;
}

.group:hover .group-hover\:ring-offset-blueGray-500 {
  --tw-ring-offset-color: #64748b;
}

.group:hover .group-hover\:ring-offset-blueGray-600 {
  --tw-ring-offset-color: #475569;
}

.group:hover .group-hover\:ring-offset-blueGray-700 {
  --tw-ring-offset-color: #334155;
}

.group:hover .group-hover\:ring-offset-blueGray-800 {
  --tw-ring-offset-color: #1e293b;
}

.group:hover .group-hover\:ring-offset-blueGray-900 {
  --tw-ring-offset-color: #0f172a;
}

.group:hover .group-hover\:ring-offset-current {
  --tw-ring-offset-color: current;
}

.group:hover .group-hover\:ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-rose-50:focus-within {
  --tw-ring-offset-color: #fff1f2;
}

.focus-within\:ring-offset-rose-100:focus-within {
  --tw-ring-offset-color: #ffe4e6;
}

.focus-within\:ring-offset-rose-200:focus-within {
  --tw-ring-offset-color: #fecdd3;
}

.focus-within\:ring-offset-rose-300:focus-within {
  --tw-ring-offset-color: #fda4af;
}

.focus-within\:ring-offset-rose-400:focus-within {
  --tw-ring-offset-color: #fb7185;
}

.focus-within\:ring-offset-rose-500:focus-within {
  --tw-ring-offset-color: #f43f5e;
}

.focus-within\:ring-offset-rose-600:focus-within {
  --tw-ring-offset-color: #e11d48;
}

.focus-within\:ring-offset-rose-700:focus-within {
  --tw-ring-offset-color: #be123c;
}

.focus-within\:ring-offset-rose-800:focus-within {
  --tw-ring-offset-color: #9f1239;
}

.focus-within\:ring-offset-rose-900:focus-within {
  --tw-ring-offset-color: #881337;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-fuchsia-50:focus-within {
  --tw-ring-offset-color: #fdf4ff;
}

.focus-within\:ring-offset-fuchsia-100:focus-within {
  --tw-ring-offset-color: #fae8ff;
}

.focus-within\:ring-offset-fuchsia-200:focus-within {
  --tw-ring-offset-color: #f5d0fe;
}

.focus-within\:ring-offset-fuchsia-300:focus-within {
  --tw-ring-offset-color: #f0abfc;
}

.focus-within\:ring-offset-fuchsia-400:focus-within {
  --tw-ring-offset-color: #e879f9;
}

.focus-within\:ring-offset-fuchsia-500:focus-within {
  --tw-ring-offset-color: #d946ef;
}

.focus-within\:ring-offset-fuchsia-600:focus-within {
  --tw-ring-offset-color: #c026d3;
}

.focus-within\:ring-offset-fuchsia-700:focus-within {
  --tw-ring-offset-color: #a21caf;
}

.focus-within\:ring-offset-fuchsia-800:focus-within {
  --tw-ring-offset-color: #86198f;
}

.focus-within\:ring-offset-fuchsia-900:focus-within {
  --tw-ring-offset-color: #701a75;
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #faf5ff;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #f3e8ff;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #e9d5ff;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #d8b4fe;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #c084fc;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #a855f7;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #9333ea;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #7e22ce;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #6b21a8;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #581c87;
}

.focus-within\:ring-offset-violet-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-violet-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-violet-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-violet-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-violet-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-violet-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-violet-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-violet-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-violet-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-violet-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-lightBlue-50:focus-within {
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-lightBlue-100:focus-within {
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-lightBlue-200:focus-within {
  --tw-ring-offset-color: #bae6fd;
}

.focus-within\:ring-offset-lightBlue-300:focus-within {
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-lightBlue-400:focus-within {
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-lightBlue-500:focus-within {
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-lightBlue-600:focus-within {
  --tw-ring-offset-color: #0284c7;
}

.focus-within\:ring-offset-lightBlue-700:focus-within {
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-lightBlue-800:focus-within {
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-lightBlue-900:focus-within {
  --tw-ring-offset-color: #0c4a6e;
}

.focus-within\:ring-offset-cyan-50:focus-within {
  --tw-ring-offset-color: #ecfeff;
}

.focus-within\:ring-offset-cyan-100:focus-within {
  --tw-ring-offset-color: #cffafe;
}

.focus-within\:ring-offset-cyan-200:focus-within {
  --tw-ring-offset-color: #a5f3fc;
}

.focus-within\:ring-offset-cyan-300:focus-within {
  --tw-ring-offset-color: #67e8f9;
}

.focus-within\:ring-offset-cyan-400:focus-within {
  --tw-ring-offset-color: #22d3ee;
}

.focus-within\:ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #06b6d4;
}

.focus-within\:ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #0891b2;
}

.focus-within\:ring-offset-cyan-700:focus-within {
  --tw-ring-offset-color: #0e7490;
}

.focus-within\:ring-offset-cyan-800:focus-within {
  --tw-ring-offset-color: #155e75;
}

.focus-within\:ring-offset-cyan-900:focus-within {
  --tw-ring-offset-color: #164e63;
}

.focus-within\:ring-offset-teal-50:focus-within {
  --tw-ring-offset-color: #f0fdfa;
}

.focus-within\:ring-offset-teal-100:focus-within {
  --tw-ring-offset-color: #ccfbf1;
}

.focus-within\:ring-offset-teal-200:focus-within {
  --tw-ring-offset-color: #99f6e4;
}

.focus-within\:ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #5eead4;
}

.focus-within\:ring-offset-teal-400:focus-within {
  --tw-ring-offset-color: #2dd4bf;
}

.focus-within\:ring-offset-teal-500:focus-within {
  --tw-ring-offset-color: #14b8a6;
}

.focus-within\:ring-offset-teal-600:focus-within {
  --tw-ring-offset-color: #0d9488;
}

.focus-within\:ring-offset-teal-700:focus-within {
  --tw-ring-offset-color: #0f766e;
}

.focus-within\:ring-offset-teal-800:focus-within {
  --tw-ring-offset-color: #115e59;
}

.focus-within\:ring-offset-teal-900:focus-within {
  --tw-ring-offset-color: #134e4a;
}

.focus-within\:ring-offset-emerald-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-emerald-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-emerald-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-emerald-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-emerald-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-emerald-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-emerald-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-emerald-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-emerald-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-emerald-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #f0fdf4;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #dcfce7;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #bbf7d0;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #86efac;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #4ade80;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #22c55e;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #16a34a;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #15803d;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #166534;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #14532d;
}

.focus-within\:ring-offset-lime-50:focus-within {
  --tw-ring-offset-color: #f7fee7;
}

.focus-within\:ring-offset-lime-100:focus-within {
  --tw-ring-offset-color: #ecfccb;
}

.focus-within\:ring-offset-lime-200:focus-within {
  --tw-ring-offset-color: #d9f99d;
}

.focus-within\:ring-offset-lime-300:focus-within {
  --tw-ring-offset-color: #bef264;
}

.focus-within\:ring-offset-lime-400:focus-within {
  --tw-ring-offset-color: #a3e635;
}

.focus-within\:ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #84cc16;
}

.focus-within\:ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #65a30d;
}

.focus-within\:ring-offset-lime-700:focus-within {
  --tw-ring-offset-color: #4d7c0f;
}

.focus-within\:ring-offset-lime-800:focus-within {
  --tw-ring-offset-color: #3f6212;
}

.focus-within\:ring-offset-lime-900:focus-within {
  --tw-ring-offset-color: #365314;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fefce8;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef9c3;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fef08a;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fde047;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #facc15;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #eab308;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #ca8a04;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #a16207;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #854d0e;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #713f12;
}

.focus-within\:ring-offset-amber-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-amber-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-amber-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-amber-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-amber-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-amber-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-amber-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-amber-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-amber-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-amber-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-orange-50:focus-within {
  --tw-ring-offset-color: #fff7ed;
}

.focus-within\:ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #ffedd5;
}

.focus-within\:ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #fed7aa;
}

.focus-within\:ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #fdba74;
}

.focus-within\:ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #fb923c;
}

.focus-within\:ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #f97316;
}

.focus-within\:ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #ea580c;
}

.focus-within\:ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #c2410c;
}

.focus-within\:ring-offset-orange-800:focus-within {
  --tw-ring-offset-color: #9a3412;
}

.focus-within\:ring-offset-orange-900:focus-within {
  --tw-ring-offset-color: #7c2d12;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-warmGray-50:focus-within {
  --tw-ring-offset-color: #fafaf9;
}

.focus-within\:ring-offset-warmGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f4;
}

.focus-within\:ring-offset-warmGray-200:focus-within {
  --tw-ring-offset-color: #e7e5e4;
}

.focus-within\:ring-offset-warmGray-300:focus-within {
  --tw-ring-offset-color: #d6d3d1;
}

.focus-within\:ring-offset-warmGray-400:focus-within {
  --tw-ring-offset-color: #a8a29e;
}

.focus-within\:ring-offset-warmGray-500:focus-within {
  --tw-ring-offset-color: #78716c;
}

.focus-within\:ring-offset-warmGray-600:focus-within {
  --tw-ring-offset-color: #57534e;
}

.focus-within\:ring-offset-warmGray-700:focus-within {
  --tw-ring-offset-color: #44403c;
}

.focus-within\:ring-offset-warmGray-800:focus-within {
  --tw-ring-offset-color: #292524;
}

.focus-within\:ring-offset-warmGray-900:focus-within {
  --tw-ring-offset-color: #1c1917;
}

.focus-within\:ring-offset-trueGray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-trueGray-100:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}

.focus-within\:ring-offset-trueGray-200:focus-within {
  --tw-ring-offset-color: #e5e5e5;
}

.focus-within\:ring-offset-trueGray-300:focus-within {
  --tw-ring-offset-color: #d4d4d4;
}

.focus-within\:ring-offset-trueGray-400:focus-within {
  --tw-ring-offset-color: #a3a3a3;
}

.focus-within\:ring-offset-trueGray-500:focus-within {
  --tw-ring-offset-color: #737373;
}

.focus-within\:ring-offset-trueGray-600:focus-within {
  --tw-ring-offset-color: #525252;
}

.focus-within\:ring-offset-trueGray-700:focus-within {
  --tw-ring-offset-color: #404040;
}

.focus-within\:ring-offset-trueGray-800:focus-within {
  --tw-ring-offset-color: #262626;
}

.focus-within\:ring-offset-trueGray-900:focus-within {
  --tw-ring-offset-color: #171717;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.focus-within\:ring-offset-coolGray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-coolGray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-coolGray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-coolGray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-coolGray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-coolGray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-coolGray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-coolGray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-coolGray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-coolGray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-blueGray-50:focus-within {
  --tw-ring-offset-color: #f8fafc;
}

.focus-within\:ring-offset-blueGray-100:focus-within {
  --tw-ring-offset-color: #f1f5f9;
}

.focus-within\:ring-offset-blueGray-200:focus-within {
  --tw-ring-offset-color: #e2e8f0;
}

.focus-within\:ring-offset-blueGray-300:focus-within {
  --tw-ring-offset-color: #cbd5e1;
}

.focus-within\:ring-offset-blueGray-400:focus-within {
  --tw-ring-offset-color: #94a3b8;
}

.focus-within\:ring-offset-blueGray-500:focus-within {
  --tw-ring-offset-color: #64748b;
}

.focus-within\:ring-offset-blueGray-600:focus-within {
  --tw-ring-offset-color: #475569;
}

.focus-within\:ring-offset-blueGray-700:focus-within {
  --tw-ring-offset-color: #334155;
}

.focus-within\:ring-offset-blueGray-800:focus-within {
  --tw-ring-offset-color: #1e293b;
}

.focus-within\:ring-offset-blueGray-900:focus-within {
  --tw-ring-offset-color: #0f172a;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: current;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.first\:ring-offset-black:first-child {
  --tw-ring-offset-color: #000;
}

.first\:ring-offset-white:first-child {
  --tw-ring-offset-color: #fff;
}

.first\:ring-offset-rose-50:first-child {
  --tw-ring-offset-color: #fff1f2;
}

.first\:ring-offset-rose-100:first-child {
  --tw-ring-offset-color: #ffe4e6;
}

.first\:ring-offset-rose-200:first-child {
  --tw-ring-offset-color: #fecdd3;
}

.first\:ring-offset-rose-300:first-child {
  --tw-ring-offset-color: #fda4af;
}

.first\:ring-offset-rose-400:first-child {
  --tw-ring-offset-color: #fb7185;
}

.first\:ring-offset-rose-500:first-child {
  --tw-ring-offset-color: #f43f5e;
}

.first\:ring-offset-rose-600:first-child {
  --tw-ring-offset-color: #e11d48;
}

.first\:ring-offset-rose-700:first-child {
  --tw-ring-offset-color: #be123c;
}

.first\:ring-offset-rose-800:first-child {
  --tw-ring-offset-color: #9f1239;
}

.first\:ring-offset-rose-900:first-child {
  --tw-ring-offset-color: #881337;
}

.first\:ring-offset-pink-50:first-child {
  --tw-ring-offset-color: #fdf2f8;
}

.first\:ring-offset-pink-100:first-child {
  --tw-ring-offset-color: #fce7f3;
}

.first\:ring-offset-pink-200:first-child {
  --tw-ring-offset-color: #fbcfe8;
}

.first\:ring-offset-pink-300:first-child {
  --tw-ring-offset-color: #f9a8d4;
}

.first\:ring-offset-pink-400:first-child {
  --tw-ring-offset-color: #f472b6;
}

.first\:ring-offset-pink-500:first-child {
  --tw-ring-offset-color: #ec4899;
}

.first\:ring-offset-pink-600:first-child {
  --tw-ring-offset-color: #db2777;
}

.first\:ring-offset-pink-700:first-child {
  --tw-ring-offset-color: #be185d;
}

.first\:ring-offset-pink-800:first-child {
  --tw-ring-offset-color: #9d174d;
}

.first\:ring-offset-pink-900:first-child {
  --tw-ring-offset-color: #831843;
}

.first\:ring-offset-fuchsia-50:first-child {
  --tw-ring-offset-color: #fdf4ff;
}

.first\:ring-offset-fuchsia-100:first-child {
  --tw-ring-offset-color: #fae8ff;
}

.first\:ring-offset-fuchsia-200:first-child {
  --tw-ring-offset-color: #f5d0fe;
}

.first\:ring-offset-fuchsia-300:first-child {
  --tw-ring-offset-color: #f0abfc;
}

.first\:ring-offset-fuchsia-400:first-child {
  --tw-ring-offset-color: #e879f9;
}

.first\:ring-offset-fuchsia-500:first-child {
  --tw-ring-offset-color: #d946ef;
}

.first\:ring-offset-fuchsia-600:first-child {
  --tw-ring-offset-color: #c026d3;
}

.first\:ring-offset-fuchsia-700:first-child {
  --tw-ring-offset-color: #a21caf;
}

.first\:ring-offset-fuchsia-800:first-child {
  --tw-ring-offset-color: #86198f;
}

.first\:ring-offset-fuchsia-900:first-child {
  --tw-ring-offset-color: #701a75;
}

.first\:ring-offset-purple-50:first-child {
  --tw-ring-offset-color: #faf5ff;
}

.first\:ring-offset-purple-100:first-child {
  --tw-ring-offset-color: #f3e8ff;
}

.first\:ring-offset-purple-200:first-child {
  --tw-ring-offset-color: #e9d5ff;
}

.first\:ring-offset-purple-300:first-child {
  --tw-ring-offset-color: #d8b4fe;
}

.first\:ring-offset-purple-400:first-child {
  --tw-ring-offset-color: #c084fc;
}

.first\:ring-offset-purple-500:first-child {
  --tw-ring-offset-color: #a855f7;
}

.first\:ring-offset-purple-600:first-child {
  --tw-ring-offset-color: #9333ea;
}

.first\:ring-offset-purple-700:first-child {
  --tw-ring-offset-color: #7e22ce;
}

.first\:ring-offset-purple-800:first-child {
  --tw-ring-offset-color: #6b21a8;
}

.first\:ring-offset-purple-900:first-child {
  --tw-ring-offset-color: #581c87;
}

.first\:ring-offset-violet-50:first-child {
  --tw-ring-offset-color: #f5f3ff;
}

.first\:ring-offset-violet-100:first-child {
  --tw-ring-offset-color: #ede9fe;
}

.first\:ring-offset-violet-200:first-child {
  --tw-ring-offset-color: #ddd6fe;
}

.first\:ring-offset-violet-300:first-child {
  --tw-ring-offset-color: #c4b5fd;
}

.first\:ring-offset-violet-400:first-child {
  --tw-ring-offset-color: #a78bfa;
}

.first\:ring-offset-violet-500:first-child {
  --tw-ring-offset-color: #8b5cf6;
}

.first\:ring-offset-violet-600:first-child {
  --tw-ring-offset-color: #7c3aed;
}

.first\:ring-offset-violet-700:first-child {
  --tw-ring-offset-color: #6d28d9;
}

.first\:ring-offset-violet-800:first-child {
  --tw-ring-offset-color: #5b21b6;
}

.first\:ring-offset-violet-900:first-child {
  --tw-ring-offset-color: #4c1d95;
}

.first\:ring-offset-indigo-50:first-child {
  --tw-ring-offset-color: #eef2ff;
}

.first\:ring-offset-indigo-100:first-child {
  --tw-ring-offset-color: #e0e7ff;
}

.first\:ring-offset-indigo-200:first-child {
  --tw-ring-offset-color: #c7d2fe;
}

.first\:ring-offset-indigo-300:first-child {
  --tw-ring-offset-color: #a5b4fc;
}

.first\:ring-offset-indigo-400:first-child {
  --tw-ring-offset-color: #818cf8;
}

.first\:ring-offset-indigo-500:first-child {
  --tw-ring-offset-color: #6366f1;
}

.first\:ring-offset-indigo-600:first-child {
  --tw-ring-offset-color: #4f46e5;
}

.first\:ring-offset-indigo-700:first-child {
  --tw-ring-offset-color: #4338ca;
}

.first\:ring-offset-indigo-800:first-child {
  --tw-ring-offset-color: #3730a3;
}

.first\:ring-offset-indigo-900:first-child {
  --tw-ring-offset-color: #312e81;
}

.first\:ring-offset-blue-50:first-child {
  --tw-ring-offset-color: #eff6ff;
}

.first\:ring-offset-blue-100:first-child {
  --tw-ring-offset-color: #dbeafe;
}

.first\:ring-offset-blue-200:first-child {
  --tw-ring-offset-color: #bfdbfe;
}

.first\:ring-offset-blue-300:first-child {
  --tw-ring-offset-color: #93c5fd;
}

.first\:ring-offset-blue-400:first-child {
  --tw-ring-offset-color: #60a5fa;
}

.first\:ring-offset-blue-500:first-child {
  --tw-ring-offset-color: #3b82f6;
}

.first\:ring-offset-blue-600:first-child {
  --tw-ring-offset-color: #2563eb;
}

.first\:ring-offset-blue-700:first-child {
  --tw-ring-offset-color: #1d4ed8;
}

.first\:ring-offset-blue-800:first-child {
  --tw-ring-offset-color: #1e40af;
}

.first\:ring-offset-blue-900:first-child {
  --tw-ring-offset-color: #1e3a8a;
}

.first\:ring-offset-lightBlue-50:first-child {
  --tw-ring-offset-color: #f0f9ff;
}

.first\:ring-offset-lightBlue-100:first-child {
  --tw-ring-offset-color: #e0f2fe;
}

.first\:ring-offset-lightBlue-200:first-child {
  --tw-ring-offset-color: #bae6fd;
}

.first\:ring-offset-lightBlue-300:first-child {
  --tw-ring-offset-color: #7dd3fc;
}

.first\:ring-offset-lightBlue-400:first-child {
  --tw-ring-offset-color: #38bdf8;
}

.first\:ring-offset-lightBlue-500:first-child {
  --tw-ring-offset-color: #0ea5e9;
}

.first\:ring-offset-lightBlue-600:first-child {
  --tw-ring-offset-color: #0284c7;
}

.first\:ring-offset-lightBlue-700:first-child {
  --tw-ring-offset-color: #0369a1;
}

.first\:ring-offset-lightBlue-800:first-child {
  --tw-ring-offset-color: #075985;
}

.first\:ring-offset-lightBlue-900:first-child {
  --tw-ring-offset-color: #0c4a6e;
}

.first\:ring-offset-cyan-50:first-child {
  --tw-ring-offset-color: #ecfeff;
}

.first\:ring-offset-cyan-100:first-child {
  --tw-ring-offset-color: #cffafe;
}

.first\:ring-offset-cyan-200:first-child {
  --tw-ring-offset-color: #a5f3fc;
}

.first\:ring-offset-cyan-300:first-child {
  --tw-ring-offset-color: #67e8f9;
}

.first\:ring-offset-cyan-400:first-child {
  --tw-ring-offset-color: #22d3ee;
}

.first\:ring-offset-cyan-500:first-child {
  --tw-ring-offset-color: #06b6d4;
}

.first\:ring-offset-cyan-600:first-child {
  --tw-ring-offset-color: #0891b2;
}

.first\:ring-offset-cyan-700:first-child {
  --tw-ring-offset-color: #0e7490;
}

.first\:ring-offset-cyan-800:first-child {
  --tw-ring-offset-color: #155e75;
}

.first\:ring-offset-cyan-900:first-child {
  --tw-ring-offset-color: #164e63;
}

.first\:ring-offset-teal-50:first-child {
  --tw-ring-offset-color: #f0fdfa;
}

.first\:ring-offset-teal-100:first-child {
  --tw-ring-offset-color: #ccfbf1;
}

.first\:ring-offset-teal-200:first-child {
  --tw-ring-offset-color: #99f6e4;
}

.first\:ring-offset-teal-300:first-child {
  --tw-ring-offset-color: #5eead4;
}

.first\:ring-offset-teal-400:first-child {
  --tw-ring-offset-color: #2dd4bf;
}

.first\:ring-offset-teal-500:first-child {
  --tw-ring-offset-color: #14b8a6;
}

.first\:ring-offset-teal-600:first-child {
  --tw-ring-offset-color: #0d9488;
}

.first\:ring-offset-teal-700:first-child {
  --tw-ring-offset-color: #0f766e;
}

.first\:ring-offset-teal-800:first-child {
  --tw-ring-offset-color: #115e59;
}

.first\:ring-offset-teal-900:first-child {
  --tw-ring-offset-color: #134e4a;
}

.first\:ring-offset-emerald-50:first-child {
  --tw-ring-offset-color: #ecfdf5;
}

.first\:ring-offset-emerald-100:first-child {
  --tw-ring-offset-color: #d1fae5;
}

.first\:ring-offset-emerald-200:first-child {
  --tw-ring-offset-color: #a7f3d0;
}

.first\:ring-offset-emerald-300:first-child {
  --tw-ring-offset-color: #6ee7b7;
}

.first\:ring-offset-emerald-400:first-child {
  --tw-ring-offset-color: #34d399;
}

.first\:ring-offset-emerald-500:first-child {
  --tw-ring-offset-color: #10b981;
}

.first\:ring-offset-emerald-600:first-child {
  --tw-ring-offset-color: #059669;
}

.first\:ring-offset-emerald-700:first-child {
  --tw-ring-offset-color: #047857;
}

.first\:ring-offset-emerald-800:first-child {
  --tw-ring-offset-color: #065f46;
}

.first\:ring-offset-emerald-900:first-child {
  --tw-ring-offset-color: #064e3b;
}

.first\:ring-offset-green-50:first-child {
  --tw-ring-offset-color: #f0fdf4;
}

.first\:ring-offset-green-100:first-child {
  --tw-ring-offset-color: #dcfce7;
}

.first\:ring-offset-green-200:first-child {
  --tw-ring-offset-color: #bbf7d0;
}

.first\:ring-offset-green-300:first-child {
  --tw-ring-offset-color: #86efac;
}

.first\:ring-offset-green-400:first-child {
  --tw-ring-offset-color: #4ade80;
}

.first\:ring-offset-green-500:first-child {
  --tw-ring-offset-color: #22c55e;
}

.first\:ring-offset-green-600:first-child {
  --tw-ring-offset-color: #16a34a;
}

.first\:ring-offset-green-700:first-child {
  --tw-ring-offset-color: #15803d;
}

.first\:ring-offset-green-800:first-child {
  --tw-ring-offset-color: #166534;
}

.first\:ring-offset-green-900:first-child {
  --tw-ring-offset-color: #14532d;
}

.first\:ring-offset-lime-50:first-child {
  --tw-ring-offset-color: #f7fee7;
}

.first\:ring-offset-lime-100:first-child {
  --tw-ring-offset-color: #ecfccb;
}

.first\:ring-offset-lime-200:first-child {
  --tw-ring-offset-color: #d9f99d;
}

.first\:ring-offset-lime-300:first-child {
  --tw-ring-offset-color: #bef264;
}

.first\:ring-offset-lime-400:first-child {
  --tw-ring-offset-color: #a3e635;
}

.first\:ring-offset-lime-500:first-child {
  --tw-ring-offset-color: #84cc16;
}

.first\:ring-offset-lime-600:first-child {
  --tw-ring-offset-color: #65a30d;
}

.first\:ring-offset-lime-700:first-child {
  --tw-ring-offset-color: #4d7c0f;
}

.first\:ring-offset-lime-800:first-child {
  --tw-ring-offset-color: #3f6212;
}

.first\:ring-offset-lime-900:first-child {
  --tw-ring-offset-color: #365314;
}

.first\:ring-offset-yellow-50:first-child {
  --tw-ring-offset-color: #fefce8;
}

.first\:ring-offset-yellow-100:first-child {
  --tw-ring-offset-color: #fef9c3;
}

.first\:ring-offset-yellow-200:first-child {
  --tw-ring-offset-color: #fef08a;
}

.first\:ring-offset-yellow-300:first-child {
  --tw-ring-offset-color: #fde047;
}

.first\:ring-offset-yellow-400:first-child {
  --tw-ring-offset-color: #facc15;
}

.first\:ring-offset-yellow-500:first-child {
  --tw-ring-offset-color: #eab308;
}

.first\:ring-offset-yellow-600:first-child {
  --tw-ring-offset-color: #ca8a04;
}

.first\:ring-offset-yellow-700:first-child {
  --tw-ring-offset-color: #a16207;
}

.first\:ring-offset-yellow-800:first-child {
  --tw-ring-offset-color: #854d0e;
}

.first\:ring-offset-yellow-900:first-child {
  --tw-ring-offset-color: #713f12;
}

.first\:ring-offset-amber-50:first-child {
  --tw-ring-offset-color: #fffbeb;
}

.first\:ring-offset-amber-100:first-child {
  --tw-ring-offset-color: #fef3c7;
}

.first\:ring-offset-amber-200:first-child {
  --tw-ring-offset-color: #fde68a;
}

.first\:ring-offset-amber-300:first-child {
  --tw-ring-offset-color: #fcd34d;
}

.first\:ring-offset-amber-400:first-child {
  --tw-ring-offset-color: #fbbf24;
}

.first\:ring-offset-amber-500:first-child {
  --tw-ring-offset-color: #f59e0b;
}

.first\:ring-offset-amber-600:first-child {
  --tw-ring-offset-color: #d97706;
}

.first\:ring-offset-amber-700:first-child {
  --tw-ring-offset-color: #b45309;
}

.first\:ring-offset-amber-800:first-child {
  --tw-ring-offset-color: #92400e;
}

.first\:ring-offset-amber-900:first-child {
  --tw-ring-offset-color: #78350f;
}

.first\:ring-offset-orange-50:first-child {
  --tw-ring-offset-color: #fff7ed;
}

.first\:ring-offset-orange-100:first-child {
  --tw-ring-offset-color: #ffedd5;
}

.first\:ring-offset-orange-200:first-child {
  --tw-ring-offset-color: #fed7aa;
}

.first\:ring-offset-orange-300:first-child {
  --tw-ring-offset-color: #fdba74;
}

.first\:ring-offset-orange-400:first-child {
  --tw-ring-offset-color: #fb923c;
}

.first\:ring-offset-orange-500:first-child {
  --tw-ring-offset-color: #f97316;
}

.first\:ring-offset-orange-600:first-child {
  --tw-ring-offset-color: #ea580c;
}

.first\:ring-offset-orange-700:first-child {
  --tw-ring-offset-color: #c2410c;
}

.first\:ring-offset-orange-800:first-child {
  --tw-ring-offset-color: #9a3412;
}

.first\:ring-offset-orange-900:first-child {
  --tw-ring-offset-color: #7c2d12;
}

.first\:ring-offset-red-50:first-child {
  --tw-ring-offset-color: #fef2f2;
}

.first\:ring-offset-red-100:first-child {
  --tw-ring-offset-color: #fee2e2;
}

.first\:ring-offset-red-200:first-child {
  --tw-ring-offset-color: #fecaca;
}

.first\:ring-offset-red-300:first-child {
  --tw-ring-offset-color: #fca5a5;
}

.first\:ring-offset-red-400:first-child {
  --tw-ring-offset-color: #f87171;
}

.first\:ring-offset-red-500:first-child {
  --tw-ring-offset-color: #ef4444;
}

.first\:ring-offset-red-600:first-child {
  --tw-ring-offset-color: #dc2626;
}

.first\:ring-offset-red-700:first-child {
  --tw-ring-offset-color: #b91c1c;
}

.first\:ring-offset-red-800:first-child {
  --tw-ring-offset-color: #991b1b;
}

.first\:ring-offset-red-900:first-child {
  --tw-ring-offset-color: #7f1d1d;
}

.first\:ring-offset-warmGray-50:first-child {
  --tw-ring-offset-color: #fafaf9;
}

.first\:ring-offset-warmGray-100:first-child {
  --tw-ring-offset-color: #f5f5f4;
}

.first\:ring-offset-warmGray-200:first-child {
  --tw-ring-offset-color: #e7e5e4;
}

.first\:ring-offset-warmGray-300:first-child {
  --tw-ring-offset-color: #d6d3d1;
}

.first\:ring-offset-warmGray-400:first-child {
  --tw-ring-offset-color: #a8a29e;
}

.first\:ring-offset-warmGray-500:first-child {
  --tw-ring-offset-color: #78716c;
}

.first\:ring-offset-warmGray-600:first-child {
  --tw-ring-offset-color: #57534e;
}

.first\:ring-offset-warmGray-700:first-child {
  --tw-ring-offset-color: #44403c;
}

.first\:ring-offset-warmGray-800:first-child {
  --tw-ring-offset-color: #292524;
}

.first\:ring-offset-warmGray-900:first-child {
  --tw-ring-offset-color: #1c1917;
}

.first\:ring-offset-trueGray-50:first-child {
  --tw-ring-offset-color: #fafafa;
}

.first\:ring-offset-trueGray-100:first-child {
  --tw-ring-offset-color: #f5f5f5;
}

.first\:ring-offset-trueGray-200:first-child {
  --tw-ring-offset-color: #e5e5e5;
}

.first\:ring-offset-trueGray-300:first-child {
  --tw-ring-offset-color: #d4d4d4;
}

.first\:ring-offset-trueGray-400:first-child {
  --tw-ring-offset-color: #a3a3a3;
}

.first\:ring-offset-trueGray-500:first-child {
  --tw-ring-offset-color: #737373;
}

.first\:ring-offset-trueGray-600:first-child {
  --tw-ring-offset-color: #525252;
}

.first\:ring-offset-trueGray-700:first-child {
  --tw-ring-offset-color: #404040;
}

.first\:ring-offset-trueGray-800:first-child {
  --tw-ring-offset-color: #262626;
}

.first\:ring-offset-trueGray-900:first-child {
  --tw-ring-offset-color: #171717;
}

.first\:ring-offset-gray-50:first-child {
  --tw-ring-offset-color: #fafafa;
}

.first\:ring-offset-gray-100:first-child {
  --tw-ring-offset-color: #f4f4f5;
}

.first\:ring-offset-gray-200:first-child {
  --tw-ring-offset-color: #e4e4e7;
}

.first\:ring-offset-gray-300:first-child {
  --tw-ring-offset-color: #d4d4d8;
}

.first\:ring-offset-gray-400:first-child {
  --tw-ring-offset-color: #a1a1aa;
}

.first\:ring-offset-gray-500:first-child {
  --tw-ring-offset-color: #71717a;
}

.first\:ring-offset-gray-600:first-child {
  --tw-ring-offset-color: #52525b;
}

.first\:ring-offset-gray-700:first-child {
  --tw-ring-offset-color: #3f3f46;
}

.first\:ring-offset-gray-800:first-child {
  --tw-ring-offset-color: #27272a;
}

.first\:ring-offset-gray-900:first-child {
  --tw-ring-offset-color: #18181b;
}

.first\:ring-offset-coolGray-50:first-child {
  --tw-ring-offset-color: #f9fafb;
}

.first\:ring-offset-coolGray-100:first-child {
  --tw-ring-offset-color: #f3f4f6;
}

.first\:ring-offset-coolGray-200:first-child {
  --tw-ring-offset-color: #e5e7eb;
}

.first\:ring-offset-coolGray-300:first-child {
  --tw-ring-offset-color: #d1d5db;
}

.first\:ring-offset-coolGray-400:first-child {
  --tw-ring-offset-color: #9ca3af;
}

.first\:ring-offset-coolGray-500:first-child {
  --tw-ring-offset-color: #6b7280;
}

.first\:ring-offset-coolGray-600:first-child {
  --tw-ring-offset-color: #4b5563;
}

.first\:ring-offset-coolGray-700:first-child {
  --tw-ring-offset-color: #374151;
}

.first\:ring-offset-coolGray-800:first-child {
  --tw-ring-offset-color: #1f2937;
}

.first\:ring-offset-coolGray-900:first-child {
  --tw-ring-offset-color: #111827;
}

.first\:ring-offset-blueGray-50:first-child {
  --tw-ring-offset-color: #f8fafc;
}

.first\:ring-offset-blueGray-100:first-child {
  --tw-ring-offset-color: #f1f5f9;
}

.first\:ring-offset-blueGray-200:first-child {
  --tw-ring-offset-color: #e2e8f0;
}

.first\:ring-offset-blueGray-300:first-child {
  --tw-ring-offset-color: #cbd5e1;
}

.first\:ring-offset-blueGray-400:first-child {
  --tw-ring-offset-color: #94a3b8;
}

.first\:ring-offset-blueGray-500:first-child {
  --tw-ring-offset-color: #64748b;
}

.first\:ring-offset-blueGray-600:first-child {
  --tw-ring-offset-color: #475569;
}

.first\:ring-offset-blueGray-700:first-child {
  --tw-ring-offset-color: #334155;
}

.first\:ring-offset-blueGray-800:first-child {
  --tw-ring-offset-color: #1e293b;
}

.first\:ring-offset-blueGray-900:first-child {
  --tw-ring-offset-color: #0f172a;
}

.first\:ring-offset-current:first-child {
  --tw-ring-offset-color: current;
}

.first\:ring-offset-transparent:first-child {
  --tw-ring-offset-color: transparent;
}

.last\:ring-offset-black:last-child {
  --tw-ring-offset-color: #000;
}

.last\:ring-offset-white:last-child {
  --tw-ring-offset-color: #fff;
}

.last\:ring-offset-rose-50:last-child {
  --tw-ring-offset-color: #fff1f2;
}

.last\:ring-offset-rose-100:last-child {
  --tw-ring-offset-color: #ffe4e6;
}

.last\:ring-offset-rose-200:last-child {
  --tw-ring-offset-color: #fecdd3;
}

.last\:ring-offset-rose-300:last-child {
  --tw-ring-offset-color: #fda4af;
}

.last\:ring-offset-rose-400:last-child {
  --tw-ring-offset-color: #fb7185;
}

.last\:ring-offset-rose-500:last-child {
  --tw-ring-offset-color: #f43f5e;
}

.last\:ring-offset-rose-600:last-child {
  --tw-ring-offset-color: #e11d48;
}

.last\:ring-offset-rose-700:last-child {
  --tw-ring-offset-color: #be123c;
}

.last\:ring-offset-rose-800:last-child {
  --tw-ring-offset-color: #9f1239;
}

.last\:ring-offset-rose-900:last-child {
  --tw-ring-offset-color: #881337;
}

.last\:ring-offset-pink-50:last-child {
  --tw-ring-offset-color: #fdf2f8;
}

.last\:ring-offset-pink-100:last-child {
  --tw-ring-offset-color: #fce7f3;
}

.last\:ring-offset-pink-200:last-child {
  --tw-ring-offset-color: #fbcfe8;
}

.last\:ring-offset-pink-300:last-child {
  --tw-ring-offset-color: #f9a8d4;
}

.last\:ring-offset-pink-400:last-child {
  --tw-ring-offset-color: #f472b6;
}

.last\:ring-offset-pink-500:last-child {
  --tw-ring-offset-color: #ec4899;
}

.last\:ring-offset-pink-600:last-child {
  --tw-ring-offset-color: #db2777;
}

.last\:ring-offset-pink-700:last-child {
  --tw-ring-offset-color: #be185d;
}

.last\:ring-offset-pink-800:last-child {
  --tw-ring-offset-color: #9d174d;
}

.last\:ring-offset-pink-900:last-child {
  --tw-ring-offset-color: #831843;
}

.last\:ring-offset-fuchsia-50:last-child {
  --tw-ring-offset-color: #fdf4ff;
}

.last\:ring-offset-fuchsia-100:last-child {
  --tw-ring-offset-color: #fae8ff;
}

.last\:ring-offset-fuchsia-200:last-child {
  --tw-ring-offset-color: #f5d0fe;
}

.last\:ring-offset-fuchsia-300:last-child {
  --tw-ring-offset-color: #f0abfc;
}

.last\:ring-offset-fuchsia-400:last-child {
  --tw-ring-offset-color: #e879f9;
}

.last\:ring-offset-fuchsia-500:last-child {
  --tw-ring-offset-color: #d946ef;
}

.last\:ring-offset-fuchsia-600:last-child {
  --tw-ring-offset-color: #c026d3;
}

.last\:ring-offset-fuchsia-700:last-child {
  --tw-ring-offset-color: #a21caf;
}

.last\:ring-offset-fuchsia-800:last-child {
  --tw-ring-offset-color: #86198f;
}

.last\:ring-offset-fuchsia-900:last-child {
  --tw-ring-offset-color: #701a75;
}

.last\:ring-offset-purple-50:last-child {
  --tw-ring-offset-color: #faf5ff;
}

.last\:ring-offset-purple-100:last-child {
  --tw-ring-offset-color: #f3e8ff;
}

.last\:ring-offset-purple-200:last-child {
  --tw-ring-offset-color: #e9d5ff;
}

.last\:ring-offset-purple-300:last-child {
  --tw-ring-offset-color: #d8b4fe;
}

.last\:ring-offset-purple-400:last-child {
  --tw-ring-offset-color: #c084fc;
}

.last\:ring-offset-purple-500:last-child {
  --tw-ring-offset-color: #a855f7;
}

.last\:ring-offset-purple-600:last-child {
  --tw-ring-offset-color: #9333ea;
}

.last\:ring-offset-purple-700:last-child {
  --tw-ring-offset-color: #7e22ce;
}

.last\:ring-offset-purple-800:last-child {
  --tw-ring-offset-color: #6b21a8;
}

.last\:ring-offset-purple-900:last-child {
  --tw-ring-offset-color: #581c87;
}

.last\:ring-offset-violet-50:last-child {
  --tw-ring-offset-color: #f5f3ff;
}

.last\:ring-offset-violet-100:last-child {
  --tw-ring-offset-color: #ede9fe;
}

.last\:ring-offset-violet-200:last-child {
  --tw-ring-offset-color: #ddd6fe;
}

.last\:ring-offset-violet-300:last-child {
  --tw-ring-offset-color: #c4b5fd;
}

.last\:ring-offset-violet-400:last-child {
  --tw-ring-offset-color: #a78bfa;
}

.last\:ring-offset-violet-500:last-child {
  --tw-ring-offset-color: #8b5cf6;
}

.last\:ring-offset-violet-600:last-child {
  --tw-ring-offset-color: #7c3aed;
}

.last\:ring-offset-violet-700:last-child {
  --tw-ring-offset-color: #6d28d9;
}

.last\:ring-offset-violet-800:last-child {
  --tw-ring-offset-color: #5b21b6;
}

.last\:ring-offset-violet-900:last-child {
  --tw-ring-offset-color: #4c1d95;
}

.last\:ring-offset-indigo-50:last-child {
  --tw-ring-offset-color: #eef2ff;
}

.last\:ring-offset-indigo-100:last-child {
  --tw-ring-offset-color: #e0e7ff;
}

.last\:ring-offset-indigo-200:last-child {
  --tw-ring-offset-color: #c7d2fe;
}

.last\:ring-offset-indigo-300:last-child {
  --tw-ring-offset-color: #a5b4fc;
}

.last\:ring-offset-indigo-400:last-child {
  --tw-ring-offset-color: #818cf8;
}

.last\:ring-offset-indigo-500:last-child {
  --tw-ring-offset-color: #6366f1;
}

.last\:ring-offset-indigo-600:last-child {
  --tw-ring-offset-color: #4f46e5;
}

.last\:ring-offset-indigo-700:last-child {
  --tw-ring-offset-color: #4338ca;
}

.last\:ring-offset-indigo-800:last-child {
  --tw-ring-offset-color: #3730a3;
}

.last\:ring-offset-indigo-900:last-child {
  --tw-ring-offset-color: #312e81;
}

.last\:ring-offset-blue-50:last-child {
  --tw-ring-offset-color: #eff6ff;
}

.last\:ring-offset-blue-100:last-child {
  --tw-ring-offset-color: #dbeafe;
}

.last\:ring-offset-blue-200:last-child {
  --tw-ring-offset-color: #bfdbfe;
}

.last\:ring-offset-blue-300:last-child {
  --tw-ring-offset-color: #93c5fd;
}

.last\:ring-offset-blue-400:last-child {
  --tw-ring-offset-color: #60a5fa;
}

.last\:ring-offset-blue-500:last-child {
  --tw-ring-offset-color: #3b82f6;
}

.last\:ring-offset-blue-600:last-child {
  --tw-ring-offset-color: #2563eb;
}

.last\:ring-offset-blue-700:last-child {
  --tw-ring-offset-color: #1d4ed8;
}

.last\:ring-offset-blue-800:last-child {
  --tw-ring-offset-color: #1e40af;
}

.last\:ring-offset-blue-900:last-child {
  --tw-ring-offset-color: #1e3a8a;
}

.last\:ring-offset-lightBlue-50:last-child {
  --tw-ring-offset-color: #f0f9ff;
}

.last\:ring-offset-lightBlue-100:last-child {
  --tw-ring-offset-color: #e0f2fe;
}

.last\:ring-offset-lightBlue-200:last-child {
  --tw-ring-offset-color: #bae6fd;
}

.last\:ring-offset-lightBlue-300:last-child {
  --tw-ring-offset-color: #7dd3fc;
}

.last\:ring-offset-lightBlue-400:last-child {
  --tw-ring-offset-color: #38bdf8;
}

.last\:ring-offset-lightBlue-500:last-child {
  --tw-ring-offset-color: #0ea5e9;
}

.last\:ring-offset-lightBlue-600:last-child {
  --tw-ring-offset-color: #0284c7;
}

.last\:ring-offset-lightBlue-700:last-child {
  --tw-ring-offset-color: #0369a1;
}

.last\:ring-offset-lightBlue-800:last-child {
  --tw-ring-offset-color: #075985;
}

.last\:ring-offset-lightBlue-900:last-child {
  --tw-ring-offset-color: #0c4a6e;
}

.last\:ring-offset-cyan-50:last-child {
  --tw-ring-offset-color: #ecfeff;
}

.last\:ring-offset-cyan-100:last-child {
  --tw-ring-offset-color: #cffafe;
}

.last\:ring-offset-cyan-200:last-child {
  --tw-ring-offset-color: #a5f3fc;
}

.last\:ring-offset-cyan-300:last-child {
  --tw-ring-offset-color: #67e8f9;
}

.last\:ring-offset-cyan-400:last-child {
  --tw-ring-offset-color: #22d3ee;
}

.last\:ring-offset-cyan-500:last-child {
  --tw-ring-offset-color: #06b6d4;
}

.last\:ring-offset-cyan-600:last-child {
  --tw-ring-offset-color: #0891b2;
}

.last\:ring-offset-cyan-700:last-child {
  --tw-ring-offset-color: #0e7490;
}

.last\:ring-offset-cyan-800:last-child {
  --tw-ring-offset-color: #155e75;
}

.last\:ring-offset-cyan-900:last-child {
  --tw-ring-offset-color: #164e63;
}

.last\:ring-offset-teal-50:last-child {
  --tw-ring-offset-color: #f0fdfa;
}

.last\:ring-offset-teal-100:last-child {
  --tw-ring-offset-color: #ccfbf1;
}

.last\:ring-offset-teal-200:last-child {
  --tw-ring-offset-color: #99f6e4;
}

.last\:ring-offset-teal-300:last-child {
  --tw-ring-offset-color: #5eead4;
}

.last\:ring-offset-teal-400:last-child {
  --tw-ring-offset-color: #2dd4bf;
}

.last\:ring-offset-teal-500:last-child {
  --tw-ring-offset-color: #14b8a6;
}

.last\:ring-offset-teal-600:last-child {
  --tw-ring-offset-color: #0d9488;
}

.last\:ring-offset-teal-700:last-child {
  --tw-ring-offset-color: #0f766e;
}

.last\:ring-offset-teal-800:last-child {
  --tw-ring-offset-color: #115e59;
}

.last\:ring-offset-teal-900:last-child {
  --tw-ring-offset-color: #134e4a;
}

.last\:ring-offset-emerald-50:last-child {
  --tw-ring-offset-color: #ecfdf5;
}

.last\:ring-offset-emerald-100:last-child {
  --tw-ring-offset-color: #d1fae5;
}

.last\:ring-offset-emerald-200:last-child {
  --tw-ring-offset-color: #a7f3d0;
}

.last\:ring-offset-emerald-300:last-child {
  --tw-ring-offset-color: #6ee7b7;
}

.last\:ring-offset-emerald-400:last-child {
  --tw-ring-offset-color: #34d399;
}

.last\:ring-offset-emerald-500:last-child {
  --tw-ring-offset-color: #10b981;
}

.last\:ring-offset-emerald-600:last-child {
  --tw-ring-offset-color: #059669;
}

.last\:ring-offset-emerald-700:last-child {
  --tw-ring-offset-color: #047857;
}

.last\:ring-offset-emerald-800:last-child {
  --tw-ring-offset-color: #065f46;
}

.last\:ring-offset-emerald-900:last-child {
  --tw-ring-offset-color: #064e3b;
}

.last\:ring-offset-green-50:last-child {
  --tw-ring-offset-color: #f0fdf4;
}

.last\:ring-offset-green-100:last-child {
  --tw-ring-offset-color: #dcfce7;
}

.last\:ring-offset-green-200:last-child {
  --tw-ring-offset-color: #bbf7d0;
}

.last\:ring-offset-green-300:last-child {
  --tw-ring-offset-color: #86efac;
}

.last\:ring-offset-green-400:last-child {
  --tw-ring-offset-color: #4ade80;
}

.last\:ring-offset-green-500:last-child {
  --tw-ring-offset-color: #22c55e;
}

.last\:ring-offset-green-600:last-child {
  --tw-ring-offset-color: #16a34a;
}

.last\:ring-offset-green-700:last-child {
  --tw-ring-offset-color: #15803d;
}

.last\:ring-offset-green-800:last-child {
  --tw-ring-offset-color: #166534;
}

.last\:ring-offset-green-900:last-child {
  --tw-ring-offset-color: #14532d;
}

.last\:ring-offset-lime-50:last-child {
  --tw-ring-offset-color: #f7fee7;
}

.last\:ring-offset-lime-100:last-child {
  --tw-ring-offset-color: #ecfccb;
}

.last\:ring-offset-lime-200:last-child {
  --tw-ring-offset-color: #d9f99d;
}

.last\:ring-offset-lime-300:last-child {
  --tw-ring-offset-color: #bef264;
}

.last\:ring-offset-lime-400:last-child {
  --tw-ring-offset-color: #a3e635;
}

.last\:ring-offset-lime-500:last-child {
  --tw-ring-offset-color: #84cc16;
}

.last\:ring-offset-lime-600:last-child {
  --tw-ring-offset-color: #65a30d;
}

.last\:ring-offset-lime-700:last-child {
  --tw-ring-offset-color: #4d7c0f;
}

.last\:ring-offset-lime-800:last-child {
  --tw-ring-offset-color: #3f6212;
}

.last\:ring-offset-lime-900:last-child {
  --tw-ring-offset-color: #365314;
}

.last\:ring-offset-yellow-50:last-child {
  --tw-ring-offset-color: #fefce8;
}

.last\:ring-offset-yellow-100:last-child {
  --tw-ring-offset-color: #fef9c3;
}

.last\:ring-offset-yellow-200:last-child {
  --tw-ring-offset-color: #fef08a;
}

.last\:ring-offset-yellow-300:last-child {
  --tw-ring-offset-color: #fde047;
}

.last\:ring-offset-yellow-400:last-child {
  --tw-ring-offset-color: #facc15;
}

.last\:ring-offset-yellow-500:last-child {
  --tw-ring-offset-color: #eab308;
}

.last\:ring-offset-yellow-600:last-child {
  --tw-ring-offset-color: #ca8a04;
}

.last\:ring-offset-yellow-700:last-child {
  --tw-ring-offset-color: #a16207;
}

.last\:ring-offset-yellow-800:last-child {
  --tw-ring-offset-color: #854d0e;
}

.last\:ring-offset-yellow-900:last-child {
  --tw-ring-offset-color: #713f12;
}

.last\:ring-offset-amber-50:last-child {
  --tw-ring-offset-color: #fffbeb;
}

.last\:ring-offset-amber-100:last-child {
  --tw-ring-offset-color: #fef3c7;
}

.last\:ring-offset-amber-200:last-child {
  --tw-ring-offset-color: #fde68a;
}

.last\:ring-offset-amber-300:last-child {
  --tw-ring-offset-color: #fcd34d;
}

.last\:ring-offset-amber-400:last-child {
  --tw-ring-offset-color: #fbbf24;
}

.last\:ring-offset-amber-500:last-child {
  --tw-ring-offset-color: #f59e0b;
}

.last\:ring-offset-amber-600:last-child {
  --tw-ring-offset-color: #d97706;
}

.last\:ring-offset-amber-700:last-child {
  --tw-ring-offset-color: #b45309;
}

.last\:ring-offset-amber-800:last-child {
  --tw-ring-offset-color: #92400e;
}

.last\:ring-offset-amber-900:last-child {
  --tw-ring-offset-color: #78350f;
}

.last\:ring-offset-orange-50:last-child {
  --tw-ring-offset-color: #fff7ed;
}

.last\:ring-offset-orange-100:last-child {
  --tw-ring-offset-color: #ffedd5;
}

.last\:ring-offset-orange-200:last-child {
  --tw-ring-offset-color: #fed7aa;
}

.last\:ring-offset-orange-300:last-child {
  --tw-ring-offset-color: #fdba74;
}

.last\:ring-offset-orange-400:last-child {
  --tw-ring-offset-color: #fb923c;
}

.last\:ring-offset-orange-500:last-child {
  --tw-ring-offset-color: #f97316;
}

.last\:ring-offset-orange-600:last-child {
  --tw-ring-offset-color: #ea580c;
}

.last\:ring-offset-orange-700:last-child {
  --tw-ring-offset-color: #c2410c;
}

.last\:ring-offset-orange-800:last-child {
  --tw-ring-offset-color: #9a3412;
}

.last\:ring-offset-orange-900:last-child {
  --tw-ring-offset-color: #7c2d12;
}

.last\:ring-offset-red-50:last-child {
  --tw-ring-offset-color: #fef2f2;
}

.last\:ring-offset-red-100:last-child {
  --tw-ring-offset-color: #fee2e2;
}

.last\:ring-offset-red-200:last-child {
  --tw-ring-offset-color: #fecaca;
}

.last\:ring-offset-red-300:last-child {
  --tw-ring-offset-color: #fca5a5;
}

.last\:ring-offset-red-400:last-child {
  --tw-ring-offset-color: #f87171;
}

.last\:ring-offset-red-500:last-child {
  --tw-ring-offset-color: #ef4444;
}

.last\:ring-offset-red-600:last-child {
  --tw-ring-offset-color: #dc2626;
}

.last\:ring-offset-red-700:last-child {
  --tw-ring-offset-color: #b91c1c;
}

.last\:ring-offset-red-800:last-child {
  --tw-ring-offset-color: #991b1b;
}

.last\:ring-offset-red-900:last-child {
  --tw-ring-offset-color: #7f1d1d;
}

.last\:ring-offset-warmGray-50:last-child {
  --tw-ring-offset-color: #fafaf9;
}

.last\:ring-offset-warmGray-100:last-child {
  --tw-ring-offset-color: #f5f5f4;
}

.last\:ring-offset-warmGray-200:last-child {
  --tw-ring-offset-color: #e7e5e4;
}

.last\:ring-offset-warmGray-300:last-child {
  --tw-ring-offset-color: #d6d3d1;
}

.last\:ring-offset-warmGray-400:last-child {
  --tw-ring-offset-color: #a8a29e;
}

.last\:ring-offset-warmGray-500:last-child {
  --tw-ring-offset-color: #78716c;
}

.last\:ring-offset-warmGray-600:last-child {
  --tw-ring-offset-color: #57534e;
}

.last\:ring-offset-warmGray-700:last-child {
  --tw-ring-offset-color: #44403c;
}

.last\:ring-offset-warmGray-800:last-child {
  --tw-ring-offset-color: #292524;
}

.last\:ring-offset-warmGray-900:last-child {
  --tw-ring-offset-color: #1c1917;
}

.last\:ring-offset-trueGray-50:last-child {
  --tw-ring-offset-color: #fafafa;
}

.last\:ring-offset-trueGray-100:last-child {
  --tw-ring-offset-color: #f5f5f5;
}

.last\:ring-offset-trueGray-200:last-child {
  --tw-ring-offset-color: #e5e5e5;
}

.last\:ring-offset-trueGray-300:last-child {
  --tw-ring-offset-color: #d4d4d4;
}

.last\:ring-offset-trueGray-400:last-child {
  --tw-ring-offset-color: #a3a3a3;
}

.last\:ring-offset-trueGray-500:last-child {
  --tw-ring-offset-color: #737373;
}

.last\:ring-offset-trueGray-600:last-child {
  --tw-ring-offset-color: #525252;
}

.last\:ring-offset-trueGray-700:last-child {
  --tw-ring-offset-color: #404040;
}

.last\:ring-offset-trueGray-800:last-child {
  --tw-ring-offset-color: #262626;
}

.last\:ring-offset-trueGray-900:last-child {
  --tw-ring-offset-color: #171717;
}

.last\:ring-offset-gray-50:last-child {
  --tw-ring-offset-color: #fafafa;
}

.last\:ring-offset-gray-100:last-child {
  --tw-ring-offset-color: #f4f4f5;
}

.last\:ring-offset-gray-200:last-child {
  --tw-ring-offset-color: #e4e4e7;
}

.last\:ring-offset-gray-300:last-child {
  --tw-ring-offset-color: #d4d4d8;
}

.last\:ring-offset-gray-400:last-child {
  --tw-ring-offset-color: #a1a1aa;
}

.last\:ring-offset-gray-500:last-child {
  --tw-ring-offset-color: #71717a;
}

.last\:ring-offset-gray-600:last-child {
  --tw-ring-offset-color: #52525b;
}

.last\:ring-offset-gray-700:last-child {
  --tw-ring-offset-color: #3f3f46;
}

.last\:ring-offset-gray-800:last-child {
  --tw-ring-offset-color: #27272a;
}

.last\:ring-offset-gray-900:last-child {
  --tw-ring-offset-color: #18181b;
}

.last\:ring-offset-coolGray-50:last-child {
  --tw-ring-offset-color: #f9fafb;
}

.last\:ring-offset-coolGray-100:last-child {
  --tw-ring-offset-color: #f3f4f6;
}

.last\:ring-offset-coolGray-200:last-child {
  --tw-ring-offset-color: #e5e7eb;
}

.last\:ring-offset-coolGray-300:last-child {
  --tw-ring-offset-color: #d1d5db;
}

.last\:ring-offset-coolGray-400:last-child {
  --tw-ring-offset-color: #9ca3af;
}

.last\:ring-offset-coolGray-500:last-child {
  --tw-ring-offset-color: #6b7280;
}

.last\:ring-offset-coolGray-600:last-child {
  --tw-ring-offset-color: #4b5563;
}

.last\:ring-offset-coolGray-700:last-child {
  --tw-ring-offset-color: #374151;
}

.last\:ring-offset-coolGray-800:last-child {
  --tw-ring-offset-color: #1f2937;
}

.last\:ring-offset-coolGray-900:last-child {
  --tw-ring-offset-color: #111827;
}

.last\:ring-offset-blueGray-50:last-child {
  --tw-ring-offset-color: #f8fafc;
}

.last\:ring-offset-blueGray-100:last-child {
  --tw-ring-offset-color: #f1f5f9;
}

.last\:ring-offset-blueGray-200:last-child {
  --tw-ring-offset-color: #e2e8f0;
}

.last\:ring-offset-blueGray-300:last-child {
  --tw-ring-offset-color: #cbd5e1;
}

.last\:ring-offset-blueGray-400:last-child {
  --tw-ring-offset-color: #94a3b8;
}

.last\:ring-offset-blueGray-500:last-child {
  --tw-ring-offset-color: #64748b;
}

.last\:ring-offset-blueGray-600:last-child {
  --tw-ring-offset-color: #475569;
}

.last\:ring-offset-blueGray-700:last-child {
  --tw-ring-offset-color: #334155;
}

.last\:ring-offset-blueGray-800:last-child {
  --tw-ring-offset-color: #1e293b;
}

.last\:ring-offset-blueGray-900:last-child {
  --tw-ring-offset-color: #0f172a;
}

.last\:ring-offset-current:last-child {
  --tw-ring-offset-color: current;
}

.last\:ring-offset-transparent:last-child {
  --tw-ring-offset-color: transparent;
}

.odd\:ring-offset-black:nth-child(odd) {
  --tw-ring-offset-color: #000;
}

.odd\:ring-offset-white:nth-child(odd) {
  --tw-ring-offset-color: #fff;
}

.odd\:ring-offset-rose-50:nth-child(odd) {
  --tw-ring-offset-color: #fff1f2;
}

.odd\:ring-offset-rose-100:nth-child(odd) {
  --tw-ring-offset-color: #ffe4e6;
}

.odd\:ring-offset-rose-200:nth-child(odd) {
  --tw-ring-offset-color: #fecdd3;
}

.odd\:ring-offset-rose-300:nth-child(odd) {
  --tw-ring-offset-color: #fda4af;
}

.odd\:ring-offset-rose-400:nth-child(odd) {
  --tw-ring-offset-color: #fb7185;
}

.odd\:ring-offset-rose-500:nth-child(odd) {
  --tw-ring-offset-color: #f43f5e;
}

.odd\:ring-offset-rose-600:nth-child(odd) {
  --tw-ring-offset-color: #e11d48;
}

.odd\:ring-offset-rose-700:nth-child(odd) {
  --tw-ring-offset-color: #be123c;
}

.odd\:ring-offset-rose-800:nth-child(odd) {
  --tw-ring-offset-color: #9f1239;
}

.odd\:ring-offset-rose-900:nth-child(odd) {
  --tw-ring-offset-color: #881337;
}

.odd\:ring-offset-pink-50:nth-child(odd) {
  --tw-ring-offset-color: #fdf2f8;
}

.odd\:ring-offset-pink-100:nth-child(odd) {
  --tw-ring-offset-color: #fce7f3;
}

.odd\:ring-offset-pink-200:nth-child(odd) {
  --tw-ring-offset-color: #fbcfe8;
}

.odd\:ring-offset-pink-300:nth-child(odd) {
  --tw-ring-offset-color: #f9a8d4;
}

.odd\:ring-offset-pink-400:nth-child(odd) {
  --tw-ring-offset-color: #f472b6;
}

.odd\:ring-offset-pink-500:nth-child(odd) {
  --tw-ring-offset-color: #ec4899;
}

.odd\:ring-offset-pink-600:nth-child(odd) {
  --tw-ring-offset-color: #db2777;
}

.odd\:ring-offset-pink-700:nth-child(odd) {
  --tw-ring-offset-color: #be185d;
}

.odd\:ring-offset-pink-800:nth-child(odd) {
  --tw-ring-offset-color: #9d174d;
}

.odd\:ring-offset-pink-900:nth-child(odd) {
  --tw-ring-offset-color: #831843;
}

.odd\:ring-offset-fuchsia-50:nth-child(odd) {
  --tw-ring-offset-color: #fdf4ff;
}

.odd\:ring-offset-fuchsia-100:nth-child(odd) {
  --tw-ring-offset-color: #fae8ff;
}

.odd\:ring-offset-fuchsia-200:nth-child(odd) {
  --tw-ring-offset-color: #f5d0fe;
}

.odd\:ring-offset-fuchsia-300:nth-child(odd) {
  --tw-ring-offset-color: #f0abfc;
}

.odd\:ring-offset-fuchsia-400:nth-child(odd) {
  --tw-ring-offset-color: #e879f9;
}

.odd\:ring-offset-fuchsia-500:nth-child(odd) {
  --tw-ring-offset-color: #d946ef;
}

.odd\:ring-offset-fuchsia-600:nth-child(odd) {
  --tw-ring-offset-color: #c026d3;
}

.odd\:ring-offset-fuchsia-700:nth-child(odd) {
  --tw-ring-offset-color: #a21caf;
}

.odd\:ring-offset-fuchsia-800:nth-child(odd) {
  --tw-ring-offset-color: #86198f;
}

.odd\:ring-offset-fuchsia-900:nth-child(odd) {
  --tw-ring-offset-color: #701a75;
}

.odd\:ring-offset-purple-50:nth-child(odd) {
  --tw-ring-offset-color: #faf5ff;
}

.odd\:ring-offset-purple-100:nth-child(odd) {
  --tw-ring-offset-color: #f3e8ff;
}

.odd\:ring-offset-purple-200:nth-child(odd) {
  --tw-ring-offset-color: #e9d5ff;
}

.odd\:ring-offset-purple-300:nth-child(odd) {
  --tw-ring-offset-color: #d8b4fe;
}

.odd\:ring-offset-purple-400:nth-child(odd) {
  --tw-ring-offset-color: #c084fc;
}

.odd\:ring-offset-purple-500:nth-child(odd) {
  --tw-ring-offset-color: #a855f7;
}

.odd\:ring-offset-purple-600:nth-child(odd) {
  --tw-ring-offset-color: #9333ea;
}

.odd\:ring-offset-purple-700:nth-child(odd) {
  --tw-ring-offset-color: #7e22ce;
}

.odd\:ring-offset-purple-800:nth-child(odd) {
  --tw-ring-offset-color: #6b21a8;
}

.odd\:ring-offset-purple-900:nth-child(odd) {
  --tw-ring-offset-color: #581c87;
}

.odd\:ring-offset-violet-50:nth-child(odd) {
  --tw-ring-offset-color: #f5f3ff;
}

.odd\:ring-offset-violet-100:nth-child(odd) {
  --tw-ring-offset-color: #ede9fe;
}

.odd\:ring-offset-violet-200:nth-child(odd) {
  --tw-ring-offset-color: #ddd6fe;
}

.odd\:ring-offset-violet-300:nth-child(odd) {
  --tw-ring-offset-color: #c4b5fd;
}

.odd\:ring-offset-violet-400:nth-child(odd) {
  --tw-ring-offset-color: #a78bfa;
}

.odd\:ring-offset-violet-500:nth-child(odd) {
  --tw-ring-offset-color: #8b5cf6;
}

.odd\:ring-offset-violet-600:nth-child(odd) {
  --tw-ring-offset-color: #7c3aed;
}

.odd\:ring-offset-violet-700:nth-child(odd) {
  --tw-ring-offset-color: #6d28d9;
}

.odd\:ring-offset-violet-800:nth-child(odd) {
  --tw-ring-offset-color: #5b21b6;
}

.odd\:ring-offset-violet-900:nth-child(odd) {
  --tw-ring-offset-color: #4c1d95;
}

.odd\:ring-offset-indigo-50:nth-child(odd) {
  --tw-ring-offset-color: #eef2ff;
}

.odd\:ring-offset-indigo-100:nth-child(odd) {
  --tw-ring-offset-color: #e0e7ff;
}

.odd\:ring-offset-indigo-200:nth-child(odd) {
  --tw-ring-offset-color: #c7d2fe;
}

.odd\:ring-offset-indigo-300:nth-child(odd) {
  --tw-ring-offset-color: #a5b4fc;
}

.odd\:ring-offset-indigo-400:nth-child(odd) {
  --tw-ring-offset-color: #818cf8;
}

.odd\:ring-offset-indigo-500:nth-child(odd) {
  --tw-ring-offset-color: #6366f1;
}

.odd\:ring-offset-indigo-600:nth-child(odd) {
  --tw-ring-offset-color: #4f46e5;
}

.odd\:ring-offset-indigo-700:nth-child(odd) {
  --tw-ring-offset-color: #4338ca;
}

.odd\:ring-offset-indigo-800:nth-child(odd) {
  --tw-ring-offset-color: #3730a3;
}

.odd\:ring-offset-indigo-900:nth-child(odd) {
  --tw-ring-offset-color: #312e81;
}

.odd\:ring-offset-blue-50:nth-child(odd) {
  --tw-ring-offset-color: #eff6ff;
}

.odd\:ring-offset-blue-100:nth-child(odd) {
  --tw-ring-offset-color: #dbeafe;
}

.odd\:ring-offset-blue-200:nth-child(odd) {
  --tw-ring-offset-color: #bfdbfe;
}

.odd\:ring-offset-blue-300:nth-child(odd) {
  --tw-ring-offset-color: #93c5fd;
}

.odd\:ring-offset-blue-400:nth-child(odd) {
  --tw-ring-offset-color: #60a5fa;
}

.odd\:ring-offset-blue-500:nth-child(odd) {
  --tw-ring-offset-color: #3b82f6;
}

.odd\:ring-offset-blue-600:nth-child(odd) {
  --tw-ring-offset-color: #2563eb;
}

.odd\:ring-offset-blue-700:nth-child(odd) {
  --tw-ring-offset-color: #1d4ed8;
}

.odd\:ring-offset-blue-800:nth-child(odd) {
  --tw-ring-offset-color: #1e40af;
}

.odd\:ring-offset-blue-900:nth-child(odd) {
  --tw-ring-offset-color: #1e3a8a;
}

.odd\:ring-offset-lightBlue-50:nth-child(odd) {
  --tw-ring-offset-color: #f0f9ff;
}

.odd\:ring-offset-lightBlue-100:nth-child(odd) {
  --tw-ring-offset-color: #e0f2fe;
}

.odd\:ring-offset-lightBlue-200:nth-child(odd) {
  --tw-ring-offset-color: #bae6fd;
}

.odd\:ring-offset-lightBlue-300:nth-child(odd) {
  --tw-ring-offset-color: #7dd3fc;
}

.odd\:ring-offset-lightBlue-400:nth-child(odd) {
  --tw-ring-offset-color: #38bdf8;
}

.odd\:ring-offset-lightBlue-500:nth-child(odd) {
  --tw-ring-offset-color: #0ea5e9;
}

.odd\:ring-offset-lightBlue-600:nth-child(odd) {
  --tw-ring-offset-color: #0284c7;
}

.odd\:ring-offset-lightBlue-700:nth-child(odd) {
  --tw-ring-offset-color: #0369a1;
}

.odd\:ring-offset-lightBlue-800:nth-child(odd) {
  --tw-ring-offset-color: #075985;
}

.odd\:ring-offset-lightBlue-900:nth-child(odd) {
  --tw-ring-offset-color: #0c4a6e;
}

.odd\:ring-offset-cyan-50:nth-child(odd) {
  --tw-ring-offset-color: #ecfeff;
}

.odd\:ring-offset-cyan-100:nth-child(odd) {
  --tw-ring-offset-color: #cffafe;
}

.odd\:ring-offset-cyan-200:nth-child(odd) {
  --tw-ring-offset-color: #a5f3fc;
}

.odd\:ring-offset-cyan-300:nth-child(odd) {
  --tw-ring-offset-color: #67e8f9;
}

.odd\:ring-offset-cyan-400:nth-child(odd) {
  --tw-ring-offset-color: #22d3ee;
}

.odd\:ring-offset-cyan-500:nth-child(odd) {
  --tw-ring-offset-color: #06b6d4;
}

.odd\:ring-offset-cyan-600:nth-child(odd) {
  --tw-ring-offset-color: #0891b2;
}

.odd\:ring-offset-cyan-700:nth-child(odd) {
  --tw-ring-offset-color: #0e7490;
}

.odd\:ring-offset-cyan-800:nth-child(odd) {
  --tw-ring-offset-color: #155e75;
}

.odd\:ring-offset-cyan-900:nth-child(odd) {
  --tw-ring-offset-color: #164e63;
}

.odd\:ring-offset-teal-50:nth-child(odd) {
  --tw-ring-offset-color: #f0fdfa;
}

.odd\:ring-offset-teal-100:nth-child(odd) {
  --tw-ring-offset-color: #ccfbf1;
}

.odd\:ring-offset-teal-200:nth-child(odd) {
  --tw-ring-offset-color: #99f6e4;
}

.odd\:ring-offset-teal-300:nth-child(odd) {
  --tw-ring-offset-color: #5eead4;
}

.odd\:ring-offset-teal-400:nth-child(odd) {
  --tw-ring-offset-color: #2dd4bf;
}

.odd\:ring-offset-teal-500:nth-child(odd) {
  --tw-ring-offset-color: #14b8a6;
}

.odd\:ring-offset-teal-600:nth-child(odd) {
  --tw-ring-offset-color: #0d9488;
}

.odd\:ring-offset-teal-700:nth-child(odd) {
  --tw-ring-offset-color: #0f766e;
}

.odd\:ring-offset-teal-800:nth-child(odd) {
  --tw-ring-offset-color: #115e59;
}

.odd\:ring-offset-teal-900:nth-child(odd) {
  --tw-ring-offset-color: #134e4a;
}

.odd\:ring-offset-emerald-50:nth-child(odd) {
  --tw-ring-offset-color: #ecfdf5;
}

.odd\:ring-offset-emerald-100:nth-child(odd) {
  --tw-ring-offset-color: #d1fae5;
}

.odd\:ring-offset-emerald-200:nth-child(odd) {
  --tw-ring-offset-color: #a7f3d0;
}

.odd\:ring-offset-emerald-300:nth-child(odd) {
  --tw-ring-offset-color: #6ee7b7;
}

.odd\:ring-offset-emerald-400:nth-child(odd) {
  --tw-ring-offset-color: #34d399;
}

.odd\:ring-offset-emerald-500:nth-child(odd) {
  --tw-ring-offset-color: #10b981;
}

.odd\:ring-offset-emerald-600:nth-child(odd) {
  --tw-ring-offset-color: #059669;
}

.odd\:ring-offset-emerald-700:nth-child(odd) {
  --tw-ring-offset-color: #047857;
}

.odd\:ring-offset-emerald-800:nth-child(odd) {
  --tw-ring-offset-color: #065f46;
}

.odd\:ring-offset-emerald-900:nth-child(odd) {
  --tw-ring-offset-color: #064e3b;
}

.odd\:ring-offset-green-50:nth-child(odd) {
  --tw-ring-offset-color: #f0fdf4;
}

.odd\:ring-offset-green-100:nth-child(odd) {
  --tw-ring-offset-color: #dcfce7;
}

.odd\:ring-offset-green-200:nth-child(odd) {
  --tw-ring-offset-color: #bbf7d0;
}

.odd\:ring-offset-green-300:nth-child(odd) {
  --tw-ring-offset-color: #86efac;
}

.odd\:ring-offset-green-400:nth-child(odd) {
  --tw-ring-offset-color: #4ade80;
}

.odd\:ring-offset-green-500:nth-child(odd) {
  --tw-ring-offset-color: #22c55e;
}

.odd\:ring-offset-green-600:nth-child(odd) {
  --tw-ring-offset-color: #16a34a;
}

.odd\:ring-offset-green-700:nth-child(odd) {
  --tw-ring-offset-color: #15803d;
}

.odd\:ring-offset-green-800:nth-child(odd) {
  --tw-ring-offset-color: #166534;
}

.odd\:ring-offset-green-900:nth-child(odd) {
  --tw-ring-offset-color: #14532d;
}

.odd\:ring-offset-lime-50:nth-child(odd) {
  --tw-ring-offset-color: #f7fee7;
}

.odd\:ring-offset-lime-100:nth-child(odd) {
  --tw-ring-offset-color: #ecfccb;
}

.odd\:ring-offset-lime-200:nth-child(odd) {
  --tw-ring-offset-color: #d9f99d;
}

.odd\:ring-offset-lime-300:nth-child(odd) {
  --tw-ring-offset-color: #bef264;
}

.odd\:ring-offset-lime-400:nth-child(odd) {
  --tw-ring-offset-color: #a3e635;
}

.odd\:ring-offset-lime-500:nth-child(odd) {
  --tw-ring-offset-color: #84cc16;
}

.odd\:ring-offset-lime-600:nth-child(odd) {
  --tw-ring-offset-color: #65a30d;
}

.odd\:ring-offset-lime-700:nth-child(odd) {
  --tw-ring-offset-color: #4d7c0f;
}

.odd\:ring-offset-lime-800:nth-child(odd) {
  --tw-ring-offset-color: #3f6212;
}

.odd\:ring-offset-lime-900:nth-child(odd) {
  --tw-ring-offset-color: #365314;
}

.odd\:ring-offset-yellow-50:nth-child(odd) {
  --tw-ring-offset-color: #fefce8;
}

.odd\:ring-offset-yellow-100:nth-child(odd) {
  --tw-ring-offset-color: #fef9c3;
}

.odd\:ring-offset-yellow-200:nth-child(odd) {
  --tw-ring-offset-color: #fef08a;
}

.odd\:ring-offset-yellow-300:nth-child(odd) {
  --tw-ring-offset-color: #fde047;
}

.odd\:ring-offset-yellow-400:nth-child(odd) {
  --tw-ring-offset-color: #facc15;
}

.odd\:ring-offset-yellow-500:nth-child(odd) {
  --tw-ring-offset-color: #eab308;
}

.odd\:ring-offset-yellow-600:nth-child(odd) {
  --tw-ring-offset-color: #ca8a04;
}

.odd\:ring-offset-yellow-700:nth-child(odd) {
  --tw-ring-offset-color: #a16207;
}

.odd\:ring-offset-yellow-800:nth-child(odd) {
  --tw-ring-offset-color: #854d0e;
}

.odd\:ring-offset-yellow-900:nth-child(odd) {
  --tw-ring-offset-color: #713f12;
}

.odd\:ring-offset-amber-50:nth-child(odd) {
  --tw-ring-offset-color: #fffbeb;
}

.odd\:ring-offset-amber-100:nth-child(odd) {
  --tw-ring-offset-color: #fef3c7;
}

.odd\:ring-offset-amber-200:nth-child(odd) {
  --tw-ring-offset-color: #fde68a;
}

.odd\:ring-offset-amber-300:nth-child(odd) {
  --tw-ring-offset-color: #fcd34d;
}

.odd\:ring-offset-amber-400:nth-child(odd) {
  --tw-ring-offset-color: #fbbf24;
}

.odd\:ring-offset-amber-500:nth-child(odd) {
  --tw-ring-offset-color: #f59e0b;
}

.odd\:ring-offset-amber-600:nth-child(odd) {
  --tw-ring-offset-color: #d97706;
}

.odd\:ring-offset-amber-700:nth-child(odd) {
  --tw-ring-offset-color: #b45309;
}

.odd\:ring-offset-amber-800:nth-child(odd) {
  --tw-ring-offset-color: #92400e;
}

.odd\:ring-offset-amber-900:nth-child(odd) {
  --tw-ring-offset-color: #78350f;
}

.odd\:ring-offset-orange-50:nth-child(odd) {
  --tw-ring-offset-color: #fff7ed;
}

.odd\:ring-offset-orange-100:nth-child(odd) {
  --tw-ring-offset-color: #ffedd5;
}

.odd\:ring-offset-orange-200:nth-child(odd) {
  --tw-ring-offset-color: #fed7aa;
}

.odd\:ring-offset-orange-300:nth-child(odd) {
  --tw-ring-offset-color: #fdba74;
}

.odd\:ring-offset-orange-400:nth-child(odd) {
  --tw-ring-offset-color: #fb923c;
}

.odd\:ring-offset-orange-500:nth-child(odd) {
  --tw-ring-offset-color: #f97316;
}

.odd\:ring-offset-orange-600:nth-child(odd) {
  --tw-ring-offset-color: #ea580c;
}

.odd\:ring-offset-orange-700:nth-child(odd) {
  --tw-ring-offset-color: #c2410c;
}

.odd\:ring-offset-orange-800:nth-child(odd) {
  --tw-ring-offset-color: #9a3412;
}

.odd\:ring-offset-orange-900:nth-child(odd) {
  --tw-ring-offset-color: #7c2d12;
}

.odd\:ring-offset-red-50:nth-child(odd) {
  --tw-ring-offset-color: #fef2f2;
}

.odd\:ring-offset-red-100:nth-child(odd) {
  --tw-ring-offset-color: #fee2e2;
}

.odd\:ring-offset-red-200:nth-child(odd) {
  --tw-ring-offset-color: #fecaca;
}

.odd\:ring-offset-red-300:nth-child(odd) {
  --tw-ring-offset-color: #fca5a5;
}

.odd\:ring-offset-red-400:nth-child(odd) {
  --tw-ring-offset-color: #f87171;
}

.odd\:ring-offset-red-500:nth-child(odd) {
  --tw-ring-offset-color: #ef4444;
}

.odd\:ring-offset-red-600:nth-child(odd) {
  --tw-ring-offset-color: #dc2626;
}

.odd\:ring-offset-red-700:nth-child(odd) {
  --tw-ring-offset-color: #b91c1c;
}

.odd\:ring-offset-red-800:nth-child(odd) {
  --tw-ring-offset-color: #991b1b;
}

.odd\:ring-offset-red-900:nth-child(odd) {
  --tw-ring-offset-color: #7f1d1d;
}

.odd\:ring-offset-warmGray-50:nth-child(odd) {
  --tw-ring-offset-color: #fafaf9;
}

.odd\:ring-offset-warmGray-100:nth-child(odd) {
  --tw-ring-offset-color: #f5f5f4;
}

.odd\:ring-offset-warmGray-200:nth-child(odd) {
  --tw-ring-offset-color: #e7e5e4;
}

.odd\:ring-offset-warmGray-300:nth-child(odd) {
  --tw-ring-offset-color: #d6d3d1;
}

.odd\:ring-offset-warmGray-400:nth-child(odd) {
  --tw-ring-offset-color: #a8a29e;
}

.odd\:ring-offset-warmGray-500:nth-child(odd) {
  --tw-ring-offset-color: #78716c;
}

.odd\:ring-offset-warmGray-600:nth-child(odd) {
  --tw-ring-offset-color: #57534e;
}

.odd\:ring-offset-warmGray-700:nth-child(odd) {
  --tw-ring-offset-color: #44403c;
}

.odd\:ring-offset-warmGray-800:nth-child(odd) {
  --tw-ring-offset-color: #292524;
}

.odd\:ring-offset-warmGray-900:nth-child(odd) {
  --tw-ring-offset-color: #1c1917;
}

.odd\:ring-offset-trueGray-50:nth-child(odd) {
  --tw-ring-offset-color: #fafafa;
}

.odd\:ring-offset-trueGray-100:nth-child(odd) {
  --tw-ring-offset-color: #f5f5f5;
}

.odd\:ring-offset-trueGray-200:nth-child(odd) {
  --tw-ring-offset-color: #e5e5e5;
}

.odd\:ring-offset-trueGray-300:nth-child(odd) {
  --tw-ring-offset-color: #d4d4d4;
}

.odd\:ring-offset-trueGray-400:nth-child(odd) {
  --tw-ring-offset-color: #a3a3a3;
}

.odd\:ring-offset-trueGray-500:nth-child(odd) {
  --tw-ring-offset-color: #737373;
}

.odd\:ring-offset-trueGray-600:nth-child(odd) {
  --tw-ring-offset-color: #525252;
}

.odd\:ring-offset-trueGray-700:nth-child(odd) {
  --tw-ring-offset-color: #404040;
}

.odd\:ring-offset-trueGray-800:nth-child(odd) {
  --tw-ring-offset-color: #262626;
}

.odd\:ring-offset-trueGray-900:nth-child(odd) {
  --tw-ring-offset-color: #171717;
}

.odd\:ring-offset-gray-50:nth-child(odd) {
  --tw-ring-offset-color: #fafafa;
}

.odd\:ring-offset-gray-100:nth-child(odd) {
  --tw-ring-offset-color: #f4f4f5;
}

.odd\:ring-offset-gray-200:nth-child(odd) {
  --tw-ring-offset-color: #e4e4e7;
}

.odd\:ring-offset-gray-300:nth-child(odd) {
  --tw-ring-offset-color: #d4d4d8;
}

.odd\:ring-offset-gray-400:nth-child(odd) {
  --tw-ring-offset-color: #a1a1aa;
}

.odd\:ring-offset-gray-500:nth-child(odd) {
  --tw-ring-offset-color: #71717a;
}

.odd\:ring-offset-gray-600:nth-child(odd) {
  --tw-ring-offset-color: #52525b;
}

.odd\:ring-offset-gray-700:nth-child(odd) {
  --tw-ring-offset-color: #3f3f46;
}

.odd\:ring-offset-gray-800:nth-child(odd) {
  --tw-ring-offset-color: #27272a;
}

.odd\:ring-offset-gray-900:nth-child(odd) {
  --tw-ring-offset-color: #18181b;
}

.odd\:ring-offset-coolGray-50:nth-child(odd) {
  --tw-ring-offset-color: #f9fafb;
}

.odd\:ring-offset-coolGray-100:nth-child(odd) {
  --tw-ring-offset-color: #f3f4f6;
}

.odd\:ring-offset-coolGray-200:nth-child(odd) {
  --tw-ring-offset-color: #e5e7eb;
}

.odd\:ring-offset-coolGray-300:nth-child(odd) {
  --tw-ring-offset-color: #d1d5db;
}

.odd\:ring-offset-coolGray-400:nth-child(odd) {
  --tw-ring-offset-color: #9ca3af;
}

.odd\:ring-offset-coolGray-500:nth-child(odd) {
  --tw-ring-offset-color: #6b7280;
}

.odd\:ring-offset-coolGray-600:nth-child(odd) {
  --tw-ring-offset-color: #4b5563;
}

.odd\:ring-offset-coolGray-700:nth-child(odd) {
  --tw-ring-offset-color: #374151;
}

.odd\:ring-offset-coolGray-800:nth-child(odd) {
  --tw-ring-offset-color: #1f2937;
}

.odd\:ring-offset-coolGray-900:nth-child(odd) {
  --tw-ring-offset-color: #111827;
}

.odd\:ring-offset-blueGray-50:nth-child(odd) {
  --tw-ring-offset-color: #f8fafc;
}

.odd\:ring-offset-blueGray-100:nth-child(odd) {
  --tw-ring-offset-color: #f1f5f9;
}

.odd\:ring-offset-blueGray-200:nth-child(odd) {
  --tw-ring-offset-color: #e2e8f0;
}

.odd\:ring-offset-blueGray-300:nth-child(odd) {
  --tw-ring-offset-color: #cbd5e1;
}

.odd\:ring-offset-blueGray-400:nth-child(odd) {
  --tw-ring-offset-color: #94a3b8;
}

.odd\:ring-offset-blueGray-500:nth-child(odd) {
  --tw-ring-offset-color: #64748b;
}

.odd\:ring-offset-blueGray-600:nth-child(odd) {
  --tw-ring-offset-color: #475569;
}

.odd\:ring-offset-blueGray-700:nth-child(odd) {
  --tw-ring-offset-color: #334155;
}

.odd\:ring-offset-blueGray-800:nth-child(odd) {
  --tw-ring-offset-color: #1e293b;
}

.odd\:ring-offset-blueGray-900:nth-child(odd) {
  --tw-ring-offset-color: #0f172a;
}

.odd\:ring-offset-current:nth-child(odd) {
  --tw-ring-offset-color: current;
}

.odd\:ring-offset-transparent:nth-child(odd) {
  --tw-ring-offset-color: transparent;
}

.even\:ring-offset-black:nth-child(even) {
  --tw-ring-offset-color: #000;
}

.even\:ring-offset-white:nth-child(even) {
  --tw-ring-offset-color: #fff;
}

.even\:ring-offset-rose-50:nth-child(even) {
  --tw-ring-offset-color: #fff1f2;
}

.even\:ring-offset-rose-100:nth-child(even) {
  --tw-ring-offset-color: #ffe4e6;
}

.even\:ring-offset-rose-200:nth-child(even) {
  --tw-ring-offset-color: #fecdd3;
}

.even\:ring-offset-rose-300:nth-child(even) {
  --tw-ring-offset-color: #fda4af;
}

.even\:ring-offset-rose-400:nth-child(even) {
  --tw-ring-offset-color: #fb7185;
}

.even\:ring-offset-rose-500:nth-child(even) {
  --tw-ring-offset-color: #f43f5e;
}

.even\:ring-offset-rose-600:nth-child(even) {
  --tw-ring-offset-color: #e11d48;
}

.even\:ring-offset-rose-700:nth-child(even) {
  --tw-ring-offset-color: #be123c;
}

.even\:ring-offset-rose-800:nth-child(even) {
  --tw-ring-offset-color: #9f1239;
}

.even\:ring-offset-rose-900:nth-child(even) {
  --tw-ring-offset-color: #881337;
}

.even\:ring-offset-pink-50:nth-child(even) {
  --tw-ring-offset-color: #fdf2f8;
}

.even\:ring-offset-pink-100:nth-child(even) {
  --tw-ring-offset-color: #fce7f3;
}

.even\:ring-offset-pink-200:nth-child(even) {
  --tw-ring-offset-color: #fbcfe8;
}

.even\:ring-offset-pink-300:nth-child(even) {
  --tw-ring-offset-color: #f9a8d4;
}

.even\:ring-offset-pink-400:nth-child(even) {
  --tw-ring-offset-color: #f472b6;
}

.even\:ring-offset-pink-500:nth-child(even) {
  --tw-ring-offset-color: #ec4899;
}

.even\:ring-offset-pink-600:nth-child(even) {
  --tw-ring-offset-color: #db2777;
}

.even\:ring-offset-pink-700:nth-child(even) {
  --tw-ring-offset-color: #be185d;
}

.even\:ring-offset-pink-800:nth-child(even) {
  --tw-ring-offset-color: #9d174d;
}

.even\:ring-offset-pink-900:nth-child(even) {
  --tw-ring-offset-color: #831843;
}

.even\:ring-offset-fuchsia-50:nth-child(even) {
  --tw-ring-offset-color: #fdf4ff;
}

.even\:ring-offset-fuchsia-100:nth-child(even) {
  --tw-ring-offset-color: #fae8ff;
}

.even\:ring-offset-fuchsia-200:nth-child(even) {
  --tw-ring-offset-color: #f5d0fe;
}

.even\:ring-offset-fuchsia-300:nth-child(even) {
  --tw-ring-offset-color: #f0abfc;
}

.even\:ring-offset-fuchsia-400:nth-child(even) {
  --tw-ring-offset-color: #e879f9;
}

.even\:ring-offset-fuchsia-500:nth-child(even) {
  --tw-ring-offset-color: #d946ef;
}

.even\:ring-offset-fuchsia-600:nth-child(even) {
  --tw-ring-offset-color: #c026d3;
}

.even\:ring-offset-fuchsia-700:nth-child(even) {
  --tw-ring-offset-color: #a21caf;
}

.even\:ring-offset-fuchsia-800:nth-child(even) {
  --tw-ring-offset-color: #86198f;
}

.even\:ring-offset-fuchsia-900:nth-child(even) {
  --tw-ring-offset-color: #701a75;
}

.even\:ring-offset-purple-50:nth-child(even) {
  --tw-ring-offset-color: #faf5ff;
}

.even\:ring-offset-purple-100:nth-child(even) {
  --tw-ring-offset-color: #f3e8ff;
}

.even\:ring-offset-purple-200:nth-child(even) {
  --tw-ring-offset-color: #e9d5ff;
}

.even\:ring-offset-purple-300:nth-child(even) {
  --tw-ring-offset-color: #d8b4fe;
}

.even\:ring-offset-purple-400:nth-child(even) {
  --tw-ring-offset-color: #c084fc;
}

.even\:ring-offset-purple-500:nth-child(even) {
  --tw-ring-offset-color: #a855f7;
}

.even\:ring-offset-purple-600:nth-child(even) {
  --tw-ring-offset-color: #9333ea;
}

.even\:ring-offset-purple-700:nth-child(even) {
  --tw-ring-offset-color: #7e22ce;
}

.even\:ring-offset-purple-800:nth-child(even) {
  --tw-ring-offset-color: #6b21a8;
}

.even\:ring-offset-purple-900:nth-child(even) {
  --tw-ring-offset-color: #581c87;
}

.even\:ring-offset-violet-50:nth-child(even) {
  --tw-ring-offset-color: #f5f3ff;
}

.even\:ring-offset-violet-100:nth-child(even) {
  --tw-ring-offset-color: #ede9fe;
}

.even\:ring-offset-violet-200:nth-child(even) {
  --tw-ring-offset-color: #ddd6fe;
}

.even\:ring-offset-violet-300:nth-child(even) {
  --tw-ring-offset-color: #c4b5fd;
}

.even\:ring-offset-violet-400:nth-child(even) {
  --tw-ring-offset-color: #a78bfa;
}

.even\:ring-offset-violet-500:nth-child(even) {
  --tw-ring-offset-color: #8b5cf6;
}

.even\:ring-offset-violet-600:nth-child(even) {
  --tw-ring-offset-color: #7c3aed;
}

.even\:ring-offset-violet-700:nth-child(even) {
  --tw-ring-offset-color: #6d28d9;
}

.even\:ring-offset-violet-800:nth-child(even) {
  --tw-ring-offset-color: #5b21b6;
}

.even\:ring-offset-violet-900:nth-child(even) {
  --tw-ring-offset-color: #4c1d95;
}

.even\:ring-offset-indigo-50:nth-child(even) {
  --tw-ring-offset-color: #eef2ff;
}

.even\:ring-offset-indigo-100:nth-child(even) {
  --tw-ring-offset-color: #e0e7ff;
}

.even\:ring-offset-indigo-200:nth-child(even) {
  --tw-ring-offset-color: #c7d2fe;
}

.even\:ring-offset-indigo-300:nth-child(even) {
  --tw-ring-offset-color: #a5b4fc;
}

.even\:ring-offset-indigo-400:nth-child(even) {
  --tw-ring-offset-color: #818cf8;
}

.even\:ring-offset-indigo-500:nth-child(even) {
  --tw-ring-offset-color: #6366f1;
}

.even\:ring-offset-indigo-600:nth-child(even) {
  --tw-ring-offset-color: #4f46e5;
}

.even\:ring-offset-indigo-700:nth-child(even) {
  --tw-ring-offset-color: #4338ca;
}

.even\:ring-offset-indigo-800:nth-child(even) {
  --tw-ring-offset-color: #3730a3;
}

.even\:ring-offset-indigo-900:nth-child(even) {
  --tw-ring-offset-color: #312e81;
}

.even\:ring-offset-blue-50:nth-child(even) {
  --tw-ring-offset-color: #eff6ff;
}

.even\:ring-offset-blue-100:nth-child(even) {
  --tw-ring-offset-color: #dbeafe;
}

.even\:ring-offset-blue-200:nth-child(even) {
  --tw-ring-offset-color: #bfdbfe;
}

.even\:ring-offset-blue-300:nth-child(even) {
  --tw-ring-offset-color: #93c5fd;
}

.even\:ring-offset-blue-400:nth-child(even) {
  --tw-ring-offset-color: #60a5fa;
}

.even\:ring-offset-blue-500:nth-child(even) {
  --tw-ring-offset-color: #3b82f6;
}

.even\:ring-offset-blue-600:nth-child(even) {
  --tw-ring-offset-color: #2563eb;
}

.even\:ring-offset-blue-700:nth-child(even) {
  --tw-ring-offset-color: #1d4ed8;
}

.even\:ring-offset-blue-800:nth-child(even) {
  --tw-ring-offset-color: #1e40af;
}

.even\:ring-offset-blue-900:nth-child(even) {
  --tw-ring-offset-color: #1e3a8a;
}

.even\:ring-offset-lightBlue-50:nth-child(even) {
  --tw-ring-offset-color: #f0f9ff;
}

.even\:ring-offset-lightBlue-100:nth-child(even) {
  --tw-ring-offset-color: #e0f2fe;
}

.even\:ring-offset-lightBlue-200:nth-child(even) {
  --tw-ring-offset-color: #bae6fd;
}

.even\:ring-offset-lightBlue-300:nth-child(even) {
  --tw-ring-offset-color: #7dd3fc;
}

.even\:ring-offset-lightBlue-400:nth-child(even) {
  --tw-ring-offset-color: #38bdf8;
}

.even\:ring-offset-lightBlue-500:nth-child(even) {
  --tw-ring-offset-color: #0ea5e9;
}

.even\:ring-offset-lightBlue-600:nth-child(even) {
  --tw-ring-offset-color: #0284c7;
}

.even\:ring-offset-lightBlue-700:nth-child(even) {
  --tw-ring-offset-color: #0369a1;
}

.even\:ring-offset-lightBlue-800:nth-child(even) {
  --tw-ring-offset-color: #075985;
}

.even\:ring-offset-lightBlue-900:nth-child(even) {
  --tw-ring-offset-color: #0c4a6e;
}

.even\:ring-offset-cyan-50:nth-child(even) {
  --tw-ring-offset-color: #ecfeff;
}

.even\:ring-offset-cyan-100:nth-child(even) {
  --tw-ring-offset-color: #cffafe;
}

.even\:ring-offset-cyan-200:nth-child(even) {
  --tw-ring-offset-color: #a5f3fc;
}

.even\:ring-offset-cyan-300:nth-child(even) {
  --tw-ring-offset-color: #67e8f9;
}

.even\:ring-offset-cyan-400:nth-child(even) {
  --tw-ring-offset-color: #22d3ee;
}

.even\:ring-offset-cyan-500:nth-child(even) {
  --tw-ring-offset-color: #06b6d4;
}

.even\:ring-offset-cyan-600:nth-child(even) {
  --tw-ring-offset-color: #0891b2;
}

.even\:ring-offset-cyan-700:nth-child(even) {
  --tw-ring-offset-color: #0e7490;
}

.even\:ring-offset-cyan-800:nth-child(even) {
  --tw-ring-offset-color: #155e75;
}

.even\:ring-offset-cyan-900:nth-child(even) {
  --tw-ring-offset-color: #164e63;
}

.even\:ring-offset-teal-50:nth-child(even) {
  --tw-ring-offset-color: #f0fdfa;
}

.even\:ring-offset-teal-100:nth-child(even) {
  --tw-ring-offset-color: #ccfbf1;
}

.even\:ring-offset-teal-200:nth-child(even) {
  --tw-ring-offset-color: #99f6e4;
}

.even\:ring-offset-teal-300:nth-child(even) {
  --tw-ring-offset-color: #5eead4;
}

.even\:ring-offset-teal-400:nth-child(even) {
  --tw-ring-offset-color: #2dd4bf;
}

.even\:ring-offset-teal-500:nth-child(even) {
  --tw-ring-offset-color: #14b8a6;
}

.even\:ring-offset-teal-600:nth-child(even) {
  --tw-ring-offset-color: #0d9488;
}

.even\:ring-offset-teal-700:nth-child(even) {
  --tw-ring-offset-color: #0f766e;
}

.even\:ring-offset-teal-800:nth-child(even) {
  --tw-ring-offset-color: #115e59;
}

.even\:ring-offset-teal-900:nth-child(even) {
  --tw-ring-offset-color: #134e4a;
}

.even\:ring-offset-emerald-50:nth-child(even) {
  --tw-ring-offset-color: #ecfdf5;
}

.even\:ring-offset-emerald-100:nth-child(even) {
  --tw-ring-offset-color: #d1fae5;
}

.even\:ring-offset-emerald-200:nth-child(even) {
  --tw-ring-offset-color: #a7f3d0;
}

.even\:ring-offset-emerald-300:nth-child(even) {
  --tw-ring-offset-color: #6ee7b7;
}

.even\:ring-offset-emerald-400:nth-child(even) {
  --tw-ring-offset-color: #34d399;
}

.even\:ring-offset-emerald-500:nth-child(even) {
  --tw-ring-offset-color: #10b981;
}

.even\:ring-offset-emerald-600:nth-child(even) {
  --tw-ring-offset-color: #059669;
}

.even\:ring-offset-emerald-700:nth-child(even) {
  --tw-ring-offset-color: #047857;
}

.even\:ring-offset-emerald-800:nth-child(even) {
  --tw-ring-offset-color: #065f46;
}

.even\:ring-offset-emerald-900:nth-child(even) {
  --tw-ring-offset-color: #064e3b;
}

.even\:ring-offset-green-50:nth-child(even) {
  --tw-ring-offset-color: #f0fdf4;
}

.even\:ring-offset-green-100:nth-child(even) {
  --tw-ring-offset-color: #dcfce7;
}

.even\:ring-offset-green-200:nth-child(even) {
  --tw-ring-offset-color: #bbf7d0;
}

.even\:ring-offset-green-300:nth-child(even) {
  --tw-ring-offset-color: #86efac;
}

.even\:ring-offset-green-400:nth-child(even) {
  --tw-ring-offset-color: #4ade80;
}

.even\:ring-offset-green-500:nth-child(even) {
  --tw-ring-offset-color: #22c55e;
}

.even\:ring-offset-green-600:nth-child(even) {
  --tw-ring-offset-color: #16a34a;
}

.even\:ring-offset-green-700:nth-child(even) {
  --tw-ring-offset-color: #15803d;
}

.even\:ring-offset-green-800:nth-child(even) {
  --tw-ring-offset-color: #166534;
}

.even\:ring-offset-green-900:nth-child(even) {
  --tw-ring-offset-color: #14532d;
}

.even\:ring-offset-lime-50:nth-child(even) {
  --tw-ring-offset-color: #f7fee7;
}

.even\:ring-offset-lime-100:nth-child(even) {
  --tw-ring-offset-color: #ecfccb;
}

.even\:ring-offset-lime-200:nth-child(even) {
  --tw-ring-offset-color: #d9f99d;
}

.even\:ring-offset-lime-300:nth-child(even) {
  --tw-ring-offset-color: #bef264;
}

.even\:ring-offset-lime-400:nth-child(even) {
  --tw-ring-offset-color: #a3e635;
}

.even\:ring-offset-lime-500:nth-child(even) {
  --tw-ring-offset-color: #84cc16;
}

.even\:ring-offset-lime-600:nth-child(even) {
  --tw-ring-offset-color: #65a30d;
}

.even\:ring-offset-lime-700:nth-child(even) {
  --tw-ring-offset-color: #4d7c0f;
}

.even\:ring-offset-lime-800:nth-child(even) {
  --tw-ring-offset-color: #3f6212;
}

.even\:ring-offset-lime-900:nth-child(even) {
  --tw-ring-offset-color: #365314;
}

.even\:ring-offset-yellow-50:nth-child(even) {
  --tw-ring-offset-color: #fefce8;
}

.even\:ring-offset-yellow-100:nth-child(even) {
  --tw-ring-offset-color: #fef9c3;
}

.even\:ring-offset-yellow-200:nth-child(even) {
  --tw-ring-offset-color: #fef08a;
}

.even\:ring-offset-yellow-300:nth-child(even) {
  --tw-ring-offset-color: #fde047;
}

.even\:ring-offset-yellow-400:nth-child(even) {
  --tw-ring-offset-color: #facc15;
}

.even\:ring-offset-yellow-500:nth-child(even) {
  --tw-ring-offset-color: #eab308;
}

.even\:ring-offset-yellow-600:nth-child(even) {
  --tw-ring-offset-color: #ca8a04;
}

.even\:ring-offset-yellow-700:nth-child(even) {
  --tw-ring-offset-color: #a16207;
}

.even\:ring-offset-yellow-800:nth-child(even) {
  --tw-ring-offset-color: #854d0e;
}

.even\:ring-offset-yellow-900:nth-child(even) {
  --tw-ring-offset-color: #713f12;
}

.even\:ring-offset-amber-50:nth-child(even) {
  --tw-ring-offset-color: #fffbeb;
}

.even\:ring-offset-amber-100:nth-child(even) {
  --tw-ring-offset-color: #fef3c7;
}

.even\:ring-offset-amber-200:nth-child(even) {
  --tw-ring-offset-color: #fde68a;
}

.even\:ring-offset-amber-300:nth-child(even) {
  --tw-ring-offset-color: #fcd34d;
}

.even\:ring-offset-amber-400:nth-child(even) {
  --tw-ring-offset-color: #fbbf24;
}

.even\:ring-offset-amber-500:nth-child(even) {
  --tw-ring-offset-color: #f59e0b;
}

.even\:ring-offset-amber-600:nth-child(even) {
  --tw-ring-offset-color: #d97706;
}

.even\:ring-offset-amber-700:nth-child(even) {
  --tw-ring-offset-color: #b45309;
}

.even\:ring-offset-amber-800:nth-child(even) {
  --tw-ring-offset-color: #92400e;
}

.even\:ring-offset-amber-900:nth-child(even) {
  --tw-ring-offset-color: #78350f;
}

.even\:ring-offset-orange-50:nth-child(even) {
  --tw-ring-offset-color: #fff7ed;
}

.even\:ring-offset-orange-100:nth-child(even) {
  --tw-ring-offset-color: #ffedd5;
}

.even\:ring-offset-orange-200:nth-child(even) {
  --tw-ring-offset-color: #fed7aa;
}

.even\:ring-offset-orange-300:nth-child(even) {
  --tw-ring-offset-color: #fdba74;
}

.even\:ring-offset-orange-400:nth-child(even) {
  --tw-ring-offset-color: #fb923c;
}

.even\:ring-offset-orange-500:nth-child(even) {
  --tw-ring-offset-color: #f97316;
}

.even\:ring-offset-orange-600:nth-child(even) {
  --tw-ring-offset-color: #ea580c;
}

.even\:ring-offset-orange-700:nth-child(even) {
  --tw-ring-offset-color: #c2410c;
}

.even\:ring-offset-orange-800:nth-child(even) {
  --tw-ring-offset-color: #9a3412;
}

.even\:ring-offset-orange-900:nth-child(even) {
  --tw-ring-offset-color: #7c2d12;
}

.even\:ring-offset-red-50:nth-child(even) {
  --tw-ring-offset-color: #fef2f2;
}

.even\:ring-offset-red-100:nth-child(even) {
  --tw-ring-offset-color: #fee2e2;
}

.even\:ring-offset-red-200:nth-child(even) {
  --tw-ring-offset-color: #fecaca;
}

.even\:ring-offset-red-300:nth-child(even) {
  --tw-ring-offset-color: #fca5a5;
}

.even\:ring-offset-red-400:nth-child(even) {
  --tw-ring-offset-color: #f87171;
}

.even\:ring-offset-red-500:nth-child(even) {
  --tw-ring-offset-color: #ef4444;
}

.even\:ring-offset-red-600:nth-child(even) {
  --tw-ring-offset-color: #dc2626;
}

.even\:ring-offset-red-700:nth-child(even) {
  --tw-ring-offset-color: #b91c1c;
}

.even\:ring-offset-red-800:nth-child(even) {
  --tw-ring-offset-color: #991b1b;
}

.even\:ring-offset-red-900:nth-child(even) {
  --tw-ring-offset-color: #7f1d1d;
}

.even\:ring-offset-warmGray-50:nth-child(even) {
  --tw-ring-offset-color: #fafaf9;
}

.even\:ring-offset-warmGray-100:nth-child(even) {
  --tw-ring-offset-color: #f5f5f4;
}

.even\:ring-offset-warmGray-200:nth-child(even) {
  --tw-ring-offset-color: #e7e5e4;
}

.even\:ring-offset-warmGray-300:nth-child(even) {
  --tw-ring-offset-color: #d6d3d1;
}

.even\:ring-offset-warmGray-400:nth-child(even) {
  --tw-ring-offset-color: #a8a29e;
}

.even\:ring-offset-warmGray-500:nth-child(even) {
  --tw-ring-offset-color: #78716c;
}

.even\:ring-offset-warmGray-600:nth-child(even) {
  --tw-ring-offset-color: #57534e;
}

.even\:ring-offset-warmGray-700:nth-child(even) {
  --tw-ring-offset-color: #44403c;
}

.even\:ring-offset-warmGray-800:nth-child(even) {
  --tw-ring-offset-color: #292524;
}

.even\:ring-offset-warmGray-900:nth-child(even) {
  --tw-ring-offset-color: #1c1917;
}

.even\:ring-offset-trueGray-50:nth-child(even) {
  --tw-ring-offset-color: #fafafa;
}

.even\:ring-offset-trueGray-100:nth-child(even) {
  --tw-ring-offset-color: #f5f5f5;
}

.even\:ring-offset-trueGray-200:nth-child(even) {
  --tw-ring-offset-color: #e5e5e5;
}

.even\:ring-offset-trueGray-300:nth-child(even) {
  --tw-ring-offset-color: #d4d4d4;
}

.even\:ring-offset-trueGray-400:nth-child(even) {
  --tw-ring-offset-color: #a3a3a3;
}

.even\:ring-offset-trueGray-500:nth-child(even) {
  --tw-ring-offset-color: #737373;
}

.even\:ring-offset-trueGray-600:nth-child(even) {
  --tw-ring-offset-color: #525252;
}

.even\:ring-offset-trueGray-700:nth-child(even) {
  --tw-ring-offset-color: #404040;
}

.even\:ring-offset-trueGray-800:nth-child(even) {
  --tw-ring-offset-color: #262626;
}

.even\:ring-offset-trueGray-900:nth-child(even) {
  --tw-ring-offset-color: #171717;
}

.even\:ring-offset-gray-50:nth-child(even) {
  --tw-ring-offset-color: #fafafa;
}

.even\:ring-offset-gray-100:nth-child(even) {
  --tw-ring-offset-color: #f4f4f5;
}

.even\:ring-offset-gray-200:nth-child(even) {
  --tw-ring-offset-color: #e4e4e7;
}

.even\:ring-offset-gray-300:nth-child(even) {
  --tw-ring-offset-color: #d4d4d8;
}

.even\:ring-offset-gray-400:nth-child(even) {
  --tw-ring-offset-color: #a1a1aa;
}

.even\:ring-offset-gray-500:nth-child(even) {
  --tw-ring-offset-color: #71717a;
}

.even\:ring-offset-gray-600:nth-child(even) {
  --tw-ring-offset-color: #52525b;
}

.even\:ring-offset-gray-700:nth-child(even) {
  --tw-ring-offset-color: #3f3f46;
}

.even\:ring-offset-gray-800:nth-child(even) {
  --tw-ring-offset-color: #27272a;
}

.even\:ring-offset-gray-900:nth-child(even) {
  --tw-ring-offset-color: #18181b;
}

.even\:ring-offset-coolGray-50:nth-child(even) {
  --tw-ring-offset-color: #f9fafb;
}

.even\:ring-offset-coolGray-100:nth-child(even) {
  --tw-ring-offset-color: #f3f4f6;
}

.even\:ring-offset-coolGray-200:nth-child(even) {
  --tw-ring-offset-color: #e5e7eb;
}

.even\:ring-offset-coolGray-300:nth-child(even) {
  --tw-ring-offset-color: #d1d5db;
}

.even\:ring-offset-coolGray-400:nth-child(even) {
  --tw-ring-offset-color: #9ca3af;
}

.even\:ring-offset-coolGray-500:nth-child(even) {
  --tw-ring-offset-color: #6b7280;
}

.even\:ring-offset-coolGray-600:nth-child(even) {
  --tw-ring-offset-color: #4b5563;
}

.even\:ring-offset-coolGray-700:nth-child(even) {
  --tw-ring-offset-color: #374151;
}

.even\:ring-offset-coolGray-800:nth-child(even) {
  --tw-ring-offset-color: #1f2937;
}

.even\:ring-offset-coolGray-900:nth-child(even) {
  --tw-ring-offset-color: #111827;
}

.even\:ring-offset-blueGray-50:nth-child(even) {
  --tw-ring-offset-color: #f8fafc;
}

.even\:ring-offset-blueGray-100:nth-child(even) {
  --tw-ring-offset-color: #f1f5f9;
}

.even\:ring-offset-blueGray-200:nth-child(even) {
  --tw-ring-offset-color: #e2e8f0;
}

.even\:ring-offset-blueGray-300:nth-child(even) {
  --tw-ring-offset-color: #cbd5e1;
}

.even\:ring-offset-blueGray-400:nth-child(even) {
  --tw-ring-offset-color: #94a3b8;
}

.even\:ring-offset-blueGray-500:nth-child(even) {
  --tw-ring-offset-color: #64748b;
}

.even\:ring-offset-blueGray-600:nth-child(even) {
  --tw-ring-offset-color: #475569;
}

.even\:ring-offset-blueGray-700:nth-child(even) {
  --tw-ring-offset-color: #334155;
}

.even\:ring-offset-blueGray-800:nth-child(even) {
  --tw-ring-offset-color: #1e293b;
}

.even\:ring-offset-blueGray-900:nth-child(even) {
  --tw-ring-offset-color: #0f172a;
}

.even\:ring-offset-current:nth-child(even) {
  --tw-ring-offset-color: current;
}

.even\:ring-offset-transparent:nth-child(even) {
  --tw-ring-offset-color: transparent;
}

.hover\:ring-offset-black:hover {
  --tw-ring-offset-color: #000;
}

.hover\:ring-offset-white:hover {
  --tw-ring-offset-color: #fff;
}

.hover\:ring-offset-rose-50:hover {
  --tw-ring-offset-color: #fff1f2;
}

.hover\:ring-offset-rose-100:hover {
  --tw-ring-offset-color: #ffe4e6;
}

.hover\:ring-offset-rose-200:hover {
  --tw-ring-offset-color: #fecdd3;
}

.hover\:ring-offset-rose-300:hover {
  --tw-ring-offset-color: #fda4af;
}

.hover\:ring-offset-rose-400:hover {
  --tw-ring-offset-color: #fb7185;
}

.hover\:ring-offset-rose-500:hover {
  --tw-ring-offset-color: #f43f5e;
}

.hover\:ring-offset-rose-600:hover {
  --tw-ring-offset-color: #e11d48;
}

.hover\:ring-offset-rose-700:hover {
  --tw-ring-offset-color: #be123c;
}

.hover\:ring-offset-rose-800:hover {
  --tw-ring-offset-color: #9f1239;
}

.hover\:ring-offset-rose-900:hover {
  --tw-ring-offset-color: #881337;
}

.hover\:ring-offset-pink-50:hover {
  --tw-ring-offset-color: #fdf2f8;
}

.hover\:ring-offset-pink-100:hover {
  --tw-ring-offset-color: #fce7f3;
}

.hover\:ring-offset-pink-200:hover {
  --tw-ring-offset-color: #fbcfe8;
}

.hover\:ring-offset-pink-300:hover {
  --tw-ring-offset-color: #f9a8d4;
}

.hover\:ring-offset-pink-400:hover {
  --tw-ring-offset-color: #f472b6;
}

.hover\:ring-offset-pink-500:hover {
  --tw-ring-offset-color: #ec4899;
}

.hover\:ring-offset-pink-600:hover {
  --tw-ring-offset-color: #db2777;
}

.hover\:ring-offset-pink-700:hover {
  --tw-ring-offset-color: #be185d;
}

.hover\:ring-offset-pink-800:hover {
  --tw-ring-offset-color: #9d174d;
}

.hover\:ring-offset-pink-900:hover {
  --tw-ring-offset-color: #831843;
}

.hover\:ring-offset-fuchsia-50:hover {
  --tw-ring-offset-color: #fdf4ff;
}

.hover\:ring-offset-fuchsia-100:hover {
  --tw-ring-offset-color: #fae8ff;
}

.hover\:ring-offset-fuchsia-200:hover {
  --tw-ring-offset-color: #f5d0fe;
}

.hover\:ring-offset-fuchsia-300:hover {
  --tw-ring-offset-color: #f0abfc;
}

.hover\:ring-offset-fuchsia-400:hover {
  --tw-ring-offset-color: #e879f9;
}

.hover\:ring-offset-fuchsia-500:hover {
  --tw-ring-offset-color: #d946ef;
}

.hover\:ring-offset-fuchsia-600:hover {
  --tw-ring-offset-color: #c026d3;
}

.hover\:ring-offset-fuchsia-700:hover {
  --tw-ring-offset-color: #a21caf;
}

.hover\:ring-offset-fuchsia-800:hover {
  --tw-ring-offset-color: #86198f;
}

.hover\:ring-offset-fuchsia-900:hover {
  --tw-ring-offset-color: #701a75;
}

.hover\:ring-offset-purple-50:hover {
  --tw-ring-offset-color: #faf5ff;
}

.hover\:ring-offset-purple-100:hover {
  --tw-ring-offset-color: #f3e8ff;
}

.hover\:ring-offset-purple-200:hover {
  --tw-ring-offset-color: #e9d5ff;
}

.hover\:ring-offset-purple-300:hover {
  --tw-ring-offset-color: #d8b4fe;
}

.hover\:ring-offset-purple-400:hover {
  --tw-ring-offset-color: #c084fc;
}

.hover\:ring-offset-purple-500:hover {
  --tw-ring-offset-color: #a855f7;
}

.hover\:ring-offset-purple-600:hover {
  --tw-ring-offset-color: #9333ea;
}

.hover\:ring-offset-purple-700:hover {
  --tw-ring-offset-color: #7e22ce;
}

.hover\:ring-offset-purple-800:hover {
  --tw-ring-offset-color: #6b21a8;
}

.hover\:ring-offset-purple-900:hover {
  --tw-ring-offset-color: #581c87;
}

.hover\:ring-offset-violet-50:hover {
  --tw-ring-offset-color: #f5f3ff;
}

.hover\:ring-offset-violet-100:hover {
  --tw-ring-offset-color: #ede9fe;
}

.hover\:ring-offset-violet-200:hover {
  --tw-ring-offset-color: #ddd6fe;
}

.hover\:ring-offset-violet-300:hover {
  --tw-ring-offset-color: #c4b5fd;
}

.hover\:ring-offset-violet-400:hover {
  --tw-ring-offset-color: #a78bfa;
}

.hover\:ring-offset-violet-500:hover {
  --tw-ring-offset-color: #8b5cf6;
}

.hover\:ring-offset-violet-600:hover {
  --tw-ring-offset-color: #7c3aed;
}

.hover\:ring-offset-violet-700:hover {
  --tw-ring-offset-color: #6d28d9;
}

.hover\:ring-offset-violet-800:hover {
  --tw-ring-offset-color: #5b21b6;
}

.hover\:ring-offset-violet-900:hover {
  --tw-ring-offset-color: #4c1d95;
}

.hover\:ring-offset-indigo-50:hover {
  --tw-ring-offset-color: #eef2ff;
}

.hover\:ring-offset-indigo-100:hover {
  --tw-ring-offset-color: #e0e7ff;
}

.hover\:ring-offset-indigo-200:hover {
  --tw-ring-offset-color: #c7d2fe;
}

.hover\:ring-offset-indigo-300:hover {
  --tw-ring-offset-color: #a5b4fc;
}

.hover\:ring-offset-indigo-400:hover {
  --tw-ring-offset-color: #818cf8;
}

.hover\:ring-offset-indigo-500:hover {
  --tw-ring-offset-color: #6366f1;
}

.hover\:ring-offset-indigo-600:hover {
  --tw-ring-offset-color: #4f46e5;
}

.hover\:ring-offset-indigo-700:hover {
  --tw-ring-offset-color: #4338ca;
}

.hover\:ring-offset-indigo-800:hover {
  --tw-ring-offset-color: #3730a3;
}

.hover\:ring-offset-indigo-900:hover {
  --tw-ring-offset-color: #312e81;
}

.hover\:ring-offset-blue-50:hover {
  --tw-ring-offset-color: #eff6ff;
}

.hover\:ring-offset-blue-100:hover {
  --tw-ring-offset-color: #dbeafe;
}

.hover\:ring-offset-blue-200:hover {
  --tw-ring-offset-color: #bfdbfe;
}

.hover\:ring-offset-blue-300:hover {
  --tw-ring-offset-color: #93c5fd;
}

.hover\:ring-offset-blue-400:hover {
  --tw-ring-offset-color: #60a5fa;
}

.hover\:ring-offset-blue-500:hover {
  --tw-ring-offset-color: #3b82f6;
}

.hover\:ring-offset-blue-600:hover {
  --tw-ring-offset-color: #2563eb;
}

.hover\:ring-offset-blue-700:hover {
  --tw-ring-offset-color: #1d4ed8;
}

.hover\:ring-offset-blue-800:hover {
  --tw-ring-offset-color: #1e40af;
}

.hover\:ring-offset-blue-900:hover {
  --tw-ring-offset-color: #1e3a8a;
}

.hover\:ring-offset-lightBlue-50:hover {
  --tw-ring-offset-color: #f0f9ff;
}

.hover\:ring-offset-lightBlue-100:hover {
  --tw-ring-offset-color: #e0f2fe;
}

.hover\:ring-offset-lightBlue-200:hover {
  --tw-ring-offset-color: #bae6fd;
}

.hover\:ring-offset-lightBlue-300:hover {
  --tw-ring-offset-color: #7dd3fc;
}

.hover\:ring-offset-lightBlue-400:hover {
  --tw-ring-offset-color: #38bdf8;
}

.hover\:ring-offset-lightBlue-500:hover {
  --tw-ring-offset-color: #0ea5e9;
}

.hover\:ring-offset-lightBlue-600:hover {
  --tw-ring-offset-color: #0284c7;
}

.hover\:ring-offset-lightBlue-700:hover {
  --tw-ring-offset-color: #0369a1;
}

.hover\:ring-offset-lightBlue-800:hover {
  --tw-ring-offset-color: #075985;
}

.hover\:ring-offset-lightBlue-900:hover {
  --tw-ring-offset-color: #0c4a6e;
}

.hover\:ring-offset-cyan-50:hover {
  --tw-ring-offset-color: #ecfeff;
}

.hover\:ring-offset-cyan-100:hover {
  --tw-ring-offset-color: #cffafe;
}

.hover\:ring-offset-cyan-200:hover {
  --tw-ring-offset-color: #a5f3fc;
}

.hover\:ring-offset-cyan-300:hover {
  --tw-ring-offset-color: #67e8f9;
}

.hover\:ring-offset-cyan-400:hover {
  --tw-ring-offset-color: #22d3ee;
}

.hover\:ring-offset-cyan-500:hover {
  --tw-ring-offset-color: #06b6d4;
}

.hover\:ring-offset-cyan-600:hover {
  --tw-ring-offset-color: #0891b2;
}

.hover\:ring-offset-cyan-700:hover {
  --tw-ring-offset-color: #0e7490;
}

.hover\:ring-offset-cyan-800:hover {
  --tw-ring-offset-color: #155e75;
}

.hover\:ring-offset-cyan-900:hover {
  --tw-ring-offset-color: #164e63;
}

.hover\:ring-offset-teal-50:hover {
  --tw-ring-offset-color: #f0fdfa;
}

.hover\:ring-offset-teal-100:hover {
  --tw-ring-offset-color: #ccfbf1;
}

.hover\:ring-offset-teal-200:hover {
  --tw-ring-offset-color: #99f6e4;
}

.hover\:ring-offset-teal-300:hover {
  --tw-ring-offset-color: #5eead4;
}

.hover\:ring-offset-teal-400:hover {
  --tw-ring-offset-color: #2dd4bf;
}

.hover\:ring-offset-teal-500:hover {
  --tw-ring-offset-color: #14b8a6;
}

.hover\:ring-offset-teal-600:hover {
  --tw-ring-offset-color: #0d9488;
}

.hover\:ring-offset-teal-700:hover {
  --tw-ring-offset-color: #0f766e;
}

.hover\:ring-offset-teal-800:hover {
  --tw-ring-offset-color: #115e59;
}

.hover\:ring-offset-teal-900:hover {
  --tw-ring-offset-color: #134e4a;
}

.hover\:ring-offset-emerald-50:hover {
  --tw-ring-offset-color: #ecfdf5;
}

.hover\:ring-offset-emerald-100:hover {
  --tw-ring-offset-color: #d1fae5;
}

.hover\:ring-offset-emerald-200:hover {
  --tw-ring-offset-color: #a7f3d0;
}

.hover\:ring-offset-emerald-300:hover {
  --tw-ring-offset-color: #6ee7b7;
}

.hover\:ring-offset-emerald-400:hover {
  --tw-ring-offset-color: #34d399;
}

.hover\:ring-offset-emerald-500:hover {
  --tw-ring-offset-color: #10b981;
}

.hover\:ring-offset-emerald-600:hover {
  --tw-ring-offset-color: #059669;
}

.hover\:ring-offset-emerald-700:hover {
  --tw-ring-offset-color: #047857;
}

.hover\:ring-offset-emerald-800:hover {
  --tw-ring-offset-color: #065f46;
}

.hover\:ring-offset-emerald-900:hover {
  --tw-ring-offset-color: #064e3b;
}

.hover\:ring-offset-green-50:hover {
  --tw-ring-offset-color: #f0fdf4;
}

.hover\:ring-offset-green-100:hover {
  --tw-ring-offset-color: #dcfce7;
}

.hover\:ring-offset-green-200:hover {
  --tw-ring-offset-color: #bbf7d0;
}

.hover\:ring-offset-green-300:hover {
  --tw-ring-offset-color: #86efac;
}

.hover\:ring-offset-green-400:hover {
  --tw-ring-offset-color: #4ade80;
}

.hover\:ring-offset-green-500:hover {
  --tw-ring-offset-color: #22c55e;
}

.hover\:ring-offset-green-600:hover {
  --tw-ring-offset-color: #16a34a;
}

.hover\:ring-offset-green-700:hover {
  --tw-ring-offset-color: #15803d;
}

.hover\:ring-offset-green-800:hover {
  --tw-ring-offset-color: #166534;
}

.hover\:ring-offset-green-900:hover {
  --tw-ring-offset-color: #14532d;
}

.hover\:ring-offset-lime-50:hover {
  --tw-ring-offset-color: #f7fee7;
}

.hover\:ring-offset-lime-100:hover {
  --tw-ring-offset-color: #ecfccb;
}

.hover\:ring-offset-lime-200:hover {
  --tw-ring-offset-color: #d9f99d;
}

.hover\:ring-offset-lime-300:hover {
  --tw-ring-offset-color: #bef264;
}

.hover\:ring-offset-lime-400:hover {
  --tw-ring-offset-color: #a3e635;
}

.hover\:ring-offset-lime-500:hover {
  --tw-ring-offset-color: #84cc16;
}

.hover\:ring-offset-lime-600:hover {
  --tw-ring-offset-color: #65a30d;
}

.hover\:ring-offset-lime-700:hover {
  --tw-ring-offset-color: #4d7c0f;
}

.hover\:ring-offset-lime-800:hover {
  --tw-ring-offset-color: #3f6212;
}

.hover\:ring-offset-lime-900:hover {
  --tw-ring-offset-color: #365314;
}

.hover\:ring-offset-yellow-50:hover {
  --tw-ring-offset-color: #fefce8;
}

.hover\:ring-offset-yellow-100:hover {
  --tw-ring-offset-color: #fef9c3;
}

.hover\:ring-offset-yellow-200:hover {
  --tw-ring-offset-color: #fef08a;
}

.hover\:ring-offset-yellow-300:hover {
  --tw-ring-offset-color: #fde047;
}

.hover\:ring-offset-yellow-400:hover {
  --tw-ring-offset-color: #facc15;
}

.hover\:ring-offset-yellow-500:hover {
  --tw-ring-offset-color: #eab308;
}

.hover\:ring-offset-yellow-600:hover {
  --tw-ring-offset-color: #ca8a04;
}

.hover\:ring-offset-yellow-700:hover {
  --tw-ring-offset-color: #a16207;
}

.hover\:ring-offset-yellow-800:hover {
  --tw-ring-offset-color: #854d0e;
}

.hover\:ring-offset-yellow-900:hover {
  --tw-ring-offset-color: #713f12;
}

.hover\:ring-offset-amber-50:hover {
  --tw-ring-offset-color: #fffbeb;
}

.hover\:ring-offset-amber-100:hover {
  --tw-ring-offset-color: #fef3c7;
}

.hover\:ring-offset-amber-200:hover {
  --tw-ring-offset-color: #fde68a;
}

.hover\:ring-offset-amber-300:hover {
  --tw-ring-offset-color: #fcd34d;
}

.hover\:ring-offset-amber-400:hover {
  --tw-ring-offset-color: #fbbf24;
}

.hover\:ring-offset-amber-500:hover {
  --tw-ring-offset-color: #f59e0b;
}

.hover\:ring-offset-amber-600:hover {
  --tw-ring-offset-color: #d97706;
}

.hover\:ring-offset-amber-700:hover {
  --tw-ring-offset-color: #b45309;
}

.hover\:ring-offset-amber-800:hover {
  --tw-ring-offset-color: #92400e;
}

.hover\:ring-offset-amber-900:hover {
  --tw-ring-offset-color: #78350f;
}

.hover\:ring-offset-orange-50:hover {
  --tw-ring-offset-color: #fff7ed;
}

.hover\:ring-offset-orange-100:hover {
  --tw-ring-offset-color: #ffedd5;
}

.hover\:ring-offset-orange-200:hover {
  --tw-ring-offset-color: #fed7aa;
}

.hover\:ring-offset-orange-300:hover {
  --tw-ring-offset-color: #fdba74;
}

.hover\:ring-offset-orange-400:hover {
  --tw-ring-offset-color: #fb923c;
}

.hover\:ring-offset-orange-500:hover {
  --tw-ring-offset-color: #f97316;
}

.hover\:ring-offset-orange-600:hover {
  --tw-ring-offset-color: #ea580c;
}

.hover\:ring-offset-orange-700:hover {
  --tw-ring-offset-color: #c2410c;
}

.hover\:ring-offset-orange-800:hover {
  --tw-ring-offset-color: #9a3412;
}

.hover\:ring-offset-orange-900:hover {
  --tw-ring-offset-color: #7c2d12;
}

.hover\:ring-offset-red-50:hover {
  --tw-ring-offset-color: #fef2f2;
}

.hover\:ring-offset-red-100:hover {
  --tw-ring-offset-color: #fee2e2;
}

.hover\:ring-offset-red-200:hover {
  --tw-ring-offset-color: #fecaca;
}

.hover\:ring-offset-red-300:hover {
  --tw-ring-offset-color: #fca5a5;
}

.hover\:ring-offset-red-400:hover {
  --tw-ring-offset-color: #f87171;
}

.hover\:ring-offset-red-500:hover {
  --tw-ring-offset-color: #ef4444;
}

.hover\:ring-offset-red-600:hover {
  --tw-ring-offset-color: #dc2626;
}

.hover\:ring-offset-red-700:hover {
  --tw-ring-offset-color: #b91c1c;
}

.hover\:ring-offset-red-800:hover {
  --tw-ring-offset-color: #991b1b;
}

.hover\:ring-offset-red-900:hover {
  --tw-ring-offset-color: #7f1d1d;
}

.hover\:ring-offset-warmGray-50:hover {
  --tw-ring-offset-color: #fafaf9;
}

.hover\:ring-offset-warmGray-100:hover {
  --tw-ring-offset-color: #f5f5f4;
}

.hover\:ring-offset-warmGray-200:hover {
  --tw-ring-offset-color: #e7e5e4;
}

.hover\:ring-offset-warmGray-300:hover {
  --tw-ring-offset-color: #d6d3d1;
}

.hover\:ring-offset-warmGray-400:hover {
  --tw-ring-offset-color: #a8a29e;
}

.hover\:ring-offset-warmGray-500:hover {
  --tw-ring-offset-color: #78716c;
}

.hover\:ring-offset-warmGray-600:hover {
  --tw-ring-offset-color: #57534e;
}

.hover\:ring-offset-warmGray-700:hover {
  --tw-ring-offset-color: #44403c;
}

.hover\:ring-offset-warmGray-800:hover {
  --tw-ring-offset-color: #292524;
}

.hover\:ring-offset-warmGray-900:hover {
  --tw-ring-offset-color: #1c1917;
}

.hover\:ring-offset-trueGray-50:hover {
  --tw-ring-offset-color: #fafafa;
}

.hover\:ring-offset-trueGray-100:hover {
  --tw-ring-offset-color: #f5f5f5;
}

.hover\:ring-offset-trueGray-200:hover {
  --tw-ring-offset-color: #e5e5e5;
}

.hover\:ring-offset-trueGray-300:hover {
  --tw-ring-offset-color: #d4d4d4;
}

.hover\:ring-offset-trueGray-400:hover {
  --tw-ring-offset-color: #a3a3a3;
}

.hover\:ring-offset-trueGray-500:hover {
  --tw-ring-offset-color: #737373;
}

.hover\:ring-offset-trueGray-600:hover {
  --tw-ring-offset-color: #525252;
}

.hover\:ring-offset-trueGray-700:hover {
  --tw-ring-offset-color: #404040;
}

.hover\:ring-offset-trueGray-800:hover {
  --tw-ring-offset-color: #262626;
}

.hover\:ring-offset-trueGray-900:hover {
  --tw-ring-offset-color: #171717;
}

.hover\:ring-offset-gray-50:hover {
  --tw-ring-offset-color: #fafafa;
}

.hover\:ring-offset-gray-100:hover {
  --tw-ring-offset-color: #f4f4f5;
}

.hover\:ring-offset-gray-200:hover {
  --tw-ring-offset-color: #e4e4e7;
}

.hover\:ring-offset-gray-300:hover {
  --tw-ring-offset-color: #d4d4d8;
}

.hover\:ring-offset-gray-400:hover {
  --tw-ring-offset-color: #a1a1aa;
}

.hover\:ring-offset-gray-500:hover {
  --tw-ring-offset-color: #71717a;
}

.hover\:ring-offset-gray-600:hover {
  --tw-ring-offset-color: #52525b;
}

.hover\:ring-offset-gray-700:hover {
  --tw-ring-offset-color: #3f3f46;
}

.hover\:ring-offset-gray-800:hover {
  --tw-ring-offset-color: #27272a;
}

.hover\:ring-offset-gray-900:hover {
  --tw-ring-offset-color: #18181b;
}

.hover\:ring-offset-coolGray-50:hover {
  --tw-ring-offset-color: #f9fafb;
}

.hover\:ring-offset-coolGray-100:hover {
  --tw-ring-offset-color: #f3f4f6;
}

.hover\:ring-offset-coolGray-200:hover {
  --tw-ring-offset-color: #e5e7eb;
}

.hover\:ring-offset-coolGray-300:hover {
  --tw-ring-offset-color: #d1d5db;
}

.hover\:ring-offset-coolGray-400:hover {
  --tw-ring-offset-color: #9ca3af;
}

.hover\:ring-offset-coolGray-500:hover {
  --tw-ring-offset-color: #6b7280;
}

.hover\:ring-offset-coolGray-600:hover {
  --tw-ring-offset-color: #4b5563;
}

.hover\:ring-offset-coolGray-700:hover {
  --tw-ring-offset-color: #374151;
}

.hover\:ring-offset-coolGray-800:hover {
  --tw-ring-offset-color: #1f2937;
}

.hover\:ring-offset-coolGray-900:hover {
  --tw-ring-offset-color: #111827;
}

.hover\:ring-offset-blueGray-50:hover {
  --tw-ring-offset-color: #f8fafc;
}

.hover\:ring-offset-blueGray-100:hover {
  --tw-ring-offset-color: #f1f5f9;
}

.hover\:ring-offset-blueGray-200:hover {
  --tw-ring-offset-color: #e2e8f0;
}

.hover\:ring-offset-blueGray-300:hover {
  --tw-ring-offset-color: #cbd5e1;
}

.hover\:ring-offset-blueGray-400:hover {
  --tw-ring-offset-color: #94a3b8;
}

.hover\:ring-offset-blueGray-500:hover {
  --tw-ring-offset-color: #64748b;
}

.hover\:ring-offset-blueGray-600:hover {
  --tw-ring-offset-color: #475569;
}

.hover\:ring-offset-blueGray-700:hover {
  --tw-ring-offset-color: #334155;
}

.hover\:ring-offset-blueGray-800:hover {
  --tw-ring-offset-color: #1e293b;
}

.hover\:ring-offset-blueGray-900:hover {
  --tw-ring-offset-color: #0f172a;
}

.hover\:ring-offset-current:hover {
  --tw-ring-offset-color: current;
}

.hover\:ring-offset-transparent:hover {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-rose-50:focus {
  --tw-ring-offset-color: #fff1f2;
}

.focus\:ring-offset-rose-100:focus {
  --tw-ring-offset-color: #ffe4e6;
}

.focus\:ring-offset-rose-200:focus {
  --tw-ring-offset-color: #fecdd3;
}

.focus\:ring-offset-rose-300:focus {
  --tw-ring-offset-color: #fda4af;
}

.focus\:ring-offset-rose-400:focus {
  --tw-ring-offset-color: #fb7185;
}

.focus\:ring-offset-rose-500:focus {
  --tw-ring-offset-color: #f43f5e;
}

.focus\:ring-offset-rose-600:focus {
  --tw-ring-offset-color: #e11d48;
}

.focus\:ring-offset-rose-700:focus {
  --tw-ring-offset-color: #be123c;
}

.focus\:ring-offset-rose-800:focus {
  --tw-ring-offset-color: #9f1239;
}

.focus\:ring-offset-rose-900:focus {
  --tw-ring-offset-color: #881337;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-fuchsia-50:focus {
  --tw-ring-offset-color: #fdf4ff;
}

.focus\:ring-offset-fuchsia-100:focus {
  --tw-ring-offset-color: #fae8ff;
}

.focus\:ring-offset-fuchsia-200:focus {
  --tw-ring-offset-color: #f5d0fe;
}

.focus\:ring-offset-fuchsia-300:focus {
  --tw-ring-offset-color: #f0abfc;
}

.focus\:ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #d946ef;
}

.focus\:ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a21caf;
}

.focus\:ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #86198f;
}

.focus\:ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75;
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #faf5ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #f3e8ff;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d5ff;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d8b4fe;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #c084fc;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #a855f7;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #9333ea;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #7e22ce;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #6b21a8;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #581c87;
}

.focus\:ring-offset-violet-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-violet-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-violet-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-violet-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-violet-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-violet-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-violet-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-violet-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-violet-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-violet-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-lightBlue-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-lightBlue-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-lightBlue-200:focus {
  --tw-ring-offset-color: #bae6fd;
}

.focus\:ring-offset-lightBlue-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-lightBlue-400:focus {
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-lightBlue-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-lightBlue-600:focus {
  --tw-ring-offset-color: #0284c7;
}

.focus\:ring-offset-lightBlue-700:focus {
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-lightBlue-800:focus {
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-lightBlue-900:focus {
  --tw-ring-offset-color: #0c4a6e;
}

.focus\:ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff;
}

.focus\:ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe;
}

.focus\:ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc;
}

.focus\:ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9;
}

.focus\:ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee;
}

.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4;
}

.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2;
}

.focus\:ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490;
}

.focus\:ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75;
}

.focus\:ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63;
}

.focus\:ring-offset-teal-50:focus {
  --tw-ring-offset-color: #f0fdfa;
}

.focus\:ring-offset-teal-100:focus {
  --tw-ring-offset-color: #ccfbf1;
}

.focus\:ring-offset-teal-200:focus {
  --tw-ring-offset-color: #99f6e4;
}

.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #5eead4;
}

.focus\:ring-offset-teal-400:focus {
  --tw-ring-offset-color: #2dd4bf;
}

.focus\:ring-offset-teal-500:focus {
  --tw-ring-offset-color: #14b8a6;
}

.focus\:ring-offset-teal-600:focus {
  --tw-ring-offset-color: #0d9488;
}

.focus\:ring-offset-teal-700:focus {
  --tw-ring-offset-color: #0f766e;
}

.focus\:ring-offset-teal-800:focus {
  --tw-ring-offset-color: #115e59;
}

.focus\:ring-offset-teal-900:focus {
  --tw-ring-offset-color: #134e4a;
}

.focus\:ring-offset-emerald-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-emerald-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-emerald-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-emerald-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-emerald-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-emerald-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-emerald-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-emerald-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-emerald-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-emerald-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #dcfce7;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbf7d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #86efac;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #4ade80;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #22c55e;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #16a34a;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #15803d;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #166534;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #14532d;
}

.focus\:ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7;
}

.focus\:ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb;
}

.focus\:ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d;
}

.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264;
}

.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635;
}

.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16;
}

.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d;
}

.focus\:ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f;
}

.focus\:ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212;
}

.focus\:ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef9c3;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fde047;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #facc15;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #ca8a04;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #a16207;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #854d0e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #713f12;
}

.focus\:ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-amber-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-amber-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-amber-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-amber-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-amber-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-amber-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-amber-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-amber-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-amber-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fff7ed;
}

.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffedd5;
}

.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #fed7aa;
}

.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #fdba74;
}

.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #fb923c;
}

.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #f97316;
}

.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ea580c;
}

.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #c2410c;
}

.focus\:ring-offset-orange-800:focus {
  --tw-ring-offset-color: #9a3412;
}

.focus\:ring-offset-orange-900:focus {
  --tw-ring-offset-color: #7c2d12;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-warmGray-50:focus {
  --tw-ring-offset-color: #fafaf9;
}

.focus\:ring-offset-warmGray-100:focus {
  --tw-ring-offset-color: #f5f5f4;
}

.focus\:ring-offset-warmGray-200:focus {
  --tw-ring-offset-color: #e7e5e4;
}

.focus\:ring-offset-warmGray-300:focus {
  --tw-ring-offset-color: #d6d3d1;
}

.focus\:ring-offset-warmGray-400:focus {
  --tw-ring-offset-color: #a8a29e;
}

.focus\:ring-offset-warmGray-500:focus {
  --tw-ring-offset-color: #78716c;
}

.focus\:ring-offset-warmGray-600:focus {
  --tw-ring-offset-color: #57534e;
}

.focus\:ring-offset-warmGray-700:focus {
  --tw-ring-offset-color: #44403c;
}

.focus\:ring-offset-warmGray-800:focus {
  --tw-ring-offset-color: #292524;
}

.focus\:ring-offset-warmGray-900:focus {
  --tw-ring-offset-color: #1c1917;
}

.focus\:ring-offset-trueGray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-trueGray-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}

.focus\:ring-offset-trueGray-200:focus {
  --tw-ring-offset-color: #e5e5e5;
}

.focus\:ring-offset-trueGray-300:focus {
  --tw-ring-offset-color: #d4d4d4;
}

.focus\:ring-offset-trueGray-400:focus {
  --tw-ring-offset-color: #a3a3a3;
}

.focus\:ring-offset-trueGray-500:focus {
  --tw-ring-offset-color: #737373;
}

.focus\:ring-offset-trueGray-600:focus {
  --tw-ring-offset-color: #525252;
}

.focus\:ring-offset-trueGray-700:focus {
  --tw-ring-offset-color: #404040;
}

.focus\:ring-offset-trueGray-800:focus {
  --tw-ring-offset-color: #262626;
}

.focus\:ring-offset-trueGray-900:focus {
  --tw-ring-offset-color: #171717;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b;
}

.focus\:ring-offset-coolGray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-coolGray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-coolGray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-coolGray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-coolGray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-coolGray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-coolGray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-coolGray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-coolGray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-coolGray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-blueGray-50:focus {
  --tw-ring-offset-color: #f8fafc;
}

.focus\:ring-offset-blueGray-100:focus {
  --tw-ring-offset-color: #f1f5f9;
}

.focus\:ring-offset-blueGray-200:focus {
  --tw-ring-offset-color: #e2e8f0;
}

.focus\:ring-offset-blueGray-300:focus {
  --tw-ring-offset-color: #cbd5e1;
}

.focus\:ring-offset-blueGray-400:focus {
  --tw-ring-offset-color: #94a3b8;
}

.focus\:ring-offset-blueGray-500:focus {
  --tw-ring-offset-color: #64748b;
}

.focus\:ring-offset-blueGray-600:focus {
  --tw-ring-offset-color: #475569;
}

.focus\:ring-offset-blueGray-700:focus {
  --tw-ring-offset-color: #334155;
}

.focus\:ring-offset-blueGray-800:focus {
  --tw-ring-offset-color: #1e293b;
}

.focus\:ring-offset-blueGray-900:focus {
  --tw-ring-offset-color: #0f172a;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: current;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.active\:ring-offset-black:active {
  --tw-ring-offset-color: #000;
}

.active\:ring-offset-white:active {
  --tw-ring-offset-color: #fff;
}

.active\:ring-offset-rose-50:active {
  --tw-ring-offset-color: #fff1f2;
}

.active\:ring-offset-rose-100:active {
  --tw-ring-offset-color: #ffe4e6;
}

.active\:ring-offset-rose-200:active {
  --tw-ring-offset-color: #fecdd3;
}

.active\:ring-offset-rose-300:active {
  --tw-ring-offset-color: #fda4af;
}

.active\:ring-offset-rose-400:active {
  --tw-ring-offset-color: #fb7185;
}

.active\:ring-offset-rose-500:active {
  --tw-ring-offset-color: #f43f5e;
}

.active\:ring-offset-rose-600:active {
  --tw-ring-offset-color: #e11d48;
}

.active\:ring-offset-rose-700:active {
  --tw-ring-offset-color: #be123c;
}

.active\:ring-offset-rose-800:active {
  --tw-ring-offset-color: #9f1239;
}

.active\:ring-offset-rose-900:active {
  --tw-ring-offset-color: #881337;
}

.active\:ring-offset-pink-50:active {
  --tw-ring-offset-color: #fdf2f8;
}

.active\:ring-offset-pink-100:active {
  --tw-ring-offset-color: #fce7f3;
}

.active\:ring-offset-pink-200:active {
  --tw-ring-offset-color: #fbcfe8;
}

.active\:ring-offset-pink-300:active {
  --tw-ring-offset-color: #f9a8d4;
}

.active\:ring-offset-pink-400:active {
  --tw-ring-offset-color: #f472b6;
}

.active\:ring-offset-pink-500:active {
  --tw-ring-offset-color: #ec4899;
}

.active\:ring-offset-pink-600:active {
  --tw-ring-offset-color: #db2777;
}

.active\:ring-offset-pink-700:active {
  --tw-ring-offset-color: #be185d;
}

.active\:ring-offset-pink-800:active {
  --tw-ring-offset-color: #9d174d;
}

.active\:ring-offset-pink-900:active {
  --tw-ring-offset-color: #831843;
}

.active\:ring-offset-fuchsia-50:active {
  --tw-ring-offset-color: #fdf4ff;
}

.active\:ring-offset-fuchsia-100:active {
  --tw-ring-offset-color: #fae8ff;
}

.active\:ring-offset-fuchsia-200:active {
  --tw-ring-offset-color: #f5d0fe;
}

.active\:ring-offset-fuchsia-300:active {
  --tw-ring-offset-color: #f0abfc;
}

.active\:ring-offset-fuchsia-400:active {
  --tw-ring-offset-color: #e879f9;
}

.active\:ring-offset-fuchsia-500:active {
  --tw-ring-offset-color: #d946ef;
}

.active\:ring-offset-fuchsia-600:active {
  --tw-ring-offset-color: #c026d3;
}

.active\:ring-offset-fuchsia-700:active {
  --tw-ring-offset-color: #a21caf;
}

.active\:ring-offset-fuchsia-800:active {
  --tw-ring-offset-color: #86198f;
}

.active\:ring-offset-fuchsia-900:active {
  --tw-ring-offset-color: #701a75;
}

.active\:ring-offset-purple-50:active {
  --tw-ring-offset-color: #faf5ff;
}

.active\:ring-offset-purple-100:active {
  --tw-ring-offset-color: #f3e8ff;
}

.active\:ring-offset-purple-200:active {
  --tw-ring-offset-color: #e9d5ff;
}

.active\:ring-offset-purple-300:active {
  --tw-ring-offset-color: #d8b4fe;
}

.active\:ring-offset-purple-400:active {
  --tw-ring-offset-color: #c084fc;
}

.active\:ring-offset-purple-500:active {
  --tw-ring-offset-color: #a855f7;
}

.active\:ring-offset-purple-600:active {
  --tw-ring-offset-color: #9333ea;
}

.active\:ring-offset-purple-700:active {
  --tw-ring-offset-color: #7e22ce;
}

.active\:ring-offset-purple-800:active {
  --tw-ring-offset-color: #6b21a8;
}

.active\:ring-offset-purple-900:active {
  --tw-ring-offset-color: #581c87;
}

.active\:ring-offset-violet-50:active {
  --tw-ring-offset-color: #f5f3ff;
}

.active\:ring-offset-violet-100:active {
  --tw-ring-offset-color: #ede9fe;
}

.active\:ring-offset-violet-200:active {
  --tw-ring-offset-color: #ddd6fe;
}

.active\:ring-offset-violet-300:active {
  --tw-ring-offset-color: #c4b5fd;
}

.active\:ring-offset-violet-400:active {
  --tw-ring-offset-color: #a78bfa;
}

.active\:ring-offset-violet-500:active {
  --tw-ring-offset-color: #8b5cf6;
}

.active\:ring-offset-violet-600:active {
  --tw-ring-offset-color: #7c3aed;
}

.active\:ring-offset-violet-700:active {
  --tw-ring-offset-color: #6d28d9;
}

.active\:ring-offset-violet-800:active {
  --tw-ring-offset-color: #5b21b6;
}

.active\:ring-offset-violet-900:active {
  --tw-ring-offset-color: #4c1d95;
}

.active\:ring-offset-indigo-50:active {
  --tw-ring-offset-color: #eef2ff;
}

.active\:ring-offset-indigo-100:active {
  --tw-ring-offset-color: #e0e7ff;
}

.active\:ring-offset-indigo-200:active {
  --tw-ring-offset-color: #c7d2fe;
}

.active\:ring-offset-indigo-300:active {
  --tw-ring-offset-color: #a5b4fc;
}

.active\:ring-offset-indigo-400:active {
  --tw-ring-offset-color: #818cf8;
}

.active\:ring-offset-indigo-500:active {
  --tw-ring-offset-color: #6366f1;
}

.active\:ring-offset-indigo-600:active {
  --tw-ring-offset-color: #4f46e5;
}

.active\:ring-offset-indigo-700:active {
  --tw-ring-offset-color: #4338ca;
}

.active\:ring-offset-indigo-800:active {
  --tw-ring-offset-color: #3730a3;
}

.active\:ring-offset-indigo-900:active {
  --tw-ring-offset-color: #312e81;
}

.active\:ring-offset-blue-50:active {
  --tw-ring-offset-color: #eff6ff;
}

.active\:ring-offset-blue-100:active {
  --tw-ring-offset-color: #dbeafe;
}

.active\:ring-offset-blue-200:active {
  --tw-ring-offset-color: #bfdbfe;
}

.active\:ring-offset-blue-300:active {
  --tw-ring-offset-color: #93c5fd;
}

.active\:ring-offset-blue-400:active {
  --tw-ring-offset-color: #60a5fa;
}

.active\:ring-offset-blue-500:active {
  --tw-ring-offset-color: #3b82f6;
}

.active\:ring-offset-blue-600:active {
  --tw-ring-offset-color: #2563eb;
}

.active\:ring-offset-blue-700:active {
  --tw-ring-offset-color: #1d4ed8;
}

.active\:ring-offset-blue-800:active {
  --tw-ring-offset-color: #1e40af;
}

.active\:ring-offset-blue-900:active {
  --tw-ring-offset-color: #1e3a8a;
}

.active\:ring-offset-lightBlue-50:active {
  --tw-ring-offset-color: #f0f9ff;
}

.active\:ring-offset-lightBlue-100:active {
  --tw-ring-offset-color: #e0f2fe;
}

.active\:ring-offset-lightBlue-200:active {
  --tw-ring-offset-color: #bae6fd;
}

.active\:ring-offset-lightBlue-300:active {
  --tw-ring-offset-color: #7dd3fc;
}

.active\:ring-offset-lightBlue-400:active {
  --tw-ring-offset-color: #38bdf8;
}

.active\:ring-offset-lightBlue-500:active {
  --tw-ring-offset-color: #0ea5e9;
}

.active\:ring-offset-lightBlue-600:active {
  --tw-ring-offset-color: #0284c7;
}

.active\:ring-offset-lightBlue-700:active {
  --tw-ring-offset-color: #0369a1;
}

.active\:ring-offset-lightBlue-800:active {
  --tw-ring-offset-color: #075985;
}

.active\:ring-offset-lightBlue-900:active {
  --tw-ring-offset-color: #0c4a6e;
}

.active\:ring-offset-cyan-50:active {
  --tw-ring-offset-color: #ecfeff;
}

.active\:ring-offset-cyan-100:active {
  --tw-ring-offset-color: #cffafe;
}

.active\:ring-offset-cyan-200:active {
  --tw-ring-offset-color: #a5f3fc;
}

.active\:ring-offset-cyan-300:active {
  --tw-ring-offset-color: #67e8f9;
}

.active\:ring-offset-cyan-400:active {
  --tw-ring-offset-color: #22d3ee;
}

.active\:ring-offset-cyan-500:active {
  --tw-ring-offset-color: #06b6d4;
}

.active\:ring-offset-cyan-600:active {
  --tw-ring-offset-color: #0891b2;
}

.active\:ring-offset-cyan-700:active {
  --tw-ring-offset-color: #0e7490;
}

.active\:ring-offset-cyan-800:active {
  --tw-ring-offset-color: #155e75;
}

.active\:ring-offset-cyan-900:active {
  --tw-ring-offset-color: #164e63;
}

.active\:ring-offset-teal-50:active {
  --tw-ring-offset-color: #f0fdfa;
}

.active\:ring-offset-teal-100:active {
  --tw-ring-offset-color: #ccfbf1;
}

.active\:ring-offset-teal-200:active {
  --tw-ring-offset-color: #99f6e4;
}

.active\:ring-offset-teal-300:active {
  --tw-ring-offset-color: #5eead4;
}

.active\:ring-offset-teal-400:active {
  --tw-ring-offset-color: #2dd4bf;
}

.active\:ring-offset-teal-500:active {
  --tw-ring-offset-color: #14b8a6;
}

.active\:ring-offset-teal-600:active {
  --tw-ring-offset-color: #0d9488;
}

.active\:ring-offset-teal-700:active {
  --tw-ring-offset-color: #0f766e;
}

.active\:ring-offset-teal-800:active {
  --tw-ring-offset-color: #115e59;
}

.active\:ring-offset-teal-900:active {
  --tw-ring-offset-color: #134e4a;
}

.active\:ring-offset-emerald-50:active {
  --tw-ring-offset-color: #ecfdf5;
}

.active\:ring-offset-emerald-100:active {
  --tw-ring-offset-color: #d1fae5;
}

.active\:ring-offset-emerald-200:active {
  --tw-ring-offset-color: #a7f3d0;
}

.active\:ring-offset-emerald-300:active {
  --tw-ring-offset-color: #6ee7b7;
}

.active\:ring-offset-emerald-400:active {
  --tw-ring-offset-color: #34d399;
}

.active\:ring-offset-emerald-500:active {
  --tw-ring-offset-color: #10b981;
}

.active\:ring-offset-emerald-600:active {
  --tw-ring-offset-color: #059669;
}

.active\:ring-offset-emerald-700:active {
  --tw-ring-offset-color: #047857;
}

.active\:ring-offset-emerald-800:active {
  --tw-ring-offset-color: #065f46;
}

.active\:ring-offset-emerald-900:active {
  --tw-ring-offset-color: #064e3b;
}

.active\:ring-offset-green-50:active {
  --tw-ring-offset-color: #f0fdf4;
}

.active\:ring-offset-green-100:active {
  --tw-ring-offset-color: #dcfce7;
}

.active\:ring-offset-green-200:active {
  --tw-ring-offset-color: #bbf7d0;
}

.active\:ring-offset-green-300:active {
  --tw-ring-offset-color: #86efac;
}

.active\:ring-offset-green-400:active {
  --tw-ring-offset-color: #4ade80;
}

.active\:ring-offset-green-500:active {
  --tw-ring-offset-color: #22c55e;
}

.active\:ring-offset-green-600:active {
  --tw-ring-offset-color: #16a34a;
}

.active\:ring-offset-green-700:active {
  --tw-ring-offset-color: #15803d;
}

.active\:ring-offset-green-800:active {
  --tw-ring-offset-color: #166534;
}

.active\:ring-offset-green-900:active {
  --tw-ring-offset-color: #14532d;
}

.active\:ring-offset-lime-50:active {
  --tw-ring-offset-color: #f7fee7;
}

.active\:ring-offset-lime-100:active {
  --tw-ring-offset-color: #ecfccb;
}

.active\:ring-offset-lime-200:active {
  --tw-ring-offset-color: #d9f99d;
}

.active\:ring-offset-lime-300:active {
  --tw-ring-offset-color: #bef264;
}

.active\:ring-offset-lime-400:active {
  --tw-ring-offset-color: #a3e635;
}

.active\:ring-offset-lime-500:active {
  --tw-ring-offset-color: #84cc16;
}

.active\:ring-offset-lime-600:active {
  --tw-ring-offset-color: #65a30d;
}

.active\:ring-offset-lime-700:active {
  --tw-ring-offset-color: #4d7c0f;
}

.active\:ring-offset-lime-800:active {
  --tw-ring-offset-color: #3f6212;
}

.active\:ring-offset-lime-900:active {
  --tw-ring-offset-color: #365314;
}

.active\:ring-offset-yellow-50:active {
  --tw-ring-offset-color: #fefce8;
}

.active\:ring-offset-yellow-100:active {
  --tw-ring-offset-color: #fef9c3;
}

.active\:ring-offset-yellow-200:active {
  --tw-ring-offset-color: #fef08a;
}

.active\:ring-offset-yellow-300:active {
  --tw-ring-offset-color: #fde047;
}

.active\:ring-offset-yellow-400:active {
  --tw-ring-offset-color: #facc15;
}

.active\:ring-offset-yellow-500:active {
  --tw-ring-offset-color: #eab308;
}

.active\:ring-offset-yellow-600:active {
  --tw-ring-offset-color: #ca8a04;
}

.active\:ring-offset-yellow-700:active {
  --tw-ring-offset-color: #a16207;
}

.active\:ring-offset-yellow-800:active {
  --tw-ring-offset-color: #854d0e;
}

.active\:ring-offset-yellow-900:active {
  --tw-ring-offset-color: #713f12;
}

.active\:ring-offset-amber-50:active {
  --tw-ring-offset-color: #fffbeb;
}

.active\:ring-offset-amber-100:active {
  --tw-ring-offset-color: #fef3c7;
}

.active\:ring-offset-amber-200:active {
  --tw-ring-offset-color: #fde68a;
}

.active\:ring-offset-amber-300:active {
  --tw-ring-offset-color: #fcd34d;
}

.active\:ring-offset-amber-400:active {
  --tw-ring-offset-color: #fbbf24;
}

.active\:ring-offset-amber-500:active {
  --tw-ring-offset-color: #f59e0b;
}

.active\:ring-offset-amber-600:active {
  --tw-ring-offset-color: #d97706;
}

.active\:ring-offset-amber-700:active {
  --tw-ring-offset-color: #b45309;
}

.active\:ring-offset-amber-800:active {
  --tw-ring-offset-color: #92400e;
}

.active\:ring-offset-amber-900:active {
  --tw-ring-offset-color: #78350f;
}

.active\:ring-offset-orange-50:active {
  --tw-ring-offset-color: #fff7ed;
}

.active\:ring-offset-orange-100:active {
  --tw-ring-offset-color: #ffedd5;
}

.active\:ring-offset-orange-200:active {
  --tw-ring-offset-color: #fed7aa;
}

.active\:ring-offset-orange-300:active {
  --tw-ring-offset-color: #fdba74;
}

.active\:ring-offset-orange-400:active {
  --tw-ring-offset-color: #fb923c;
}

.active\:ring-offset-orange-500:active {
  --tw-ring-offset-color: #f97316;
}

.active\:ring-offset-orange-600:active {
  --tw-ring-offset-color: #ea580c;
}

.active\:ring-offset-orange-700:active {
  --tw-ring-offset-color: #c2410c;
}

.active\:ring-offset-orange-800:active {
  --tw-ring-offset-color: #9a3412;
}

.active\:ring-offset-orange-900:active {
  --tw-ring-offset-color: #7c2d12;
}

.active\:ring-offset-red-50:active {
  --tw-ring-offset-color: #fef2f2;
}

.active\:ring-offset-red-100:active {
  --tw-ring-offset-color: #fee2e2;
}

.active\:ring-offset-red-200:active {
  --tw-ring-offset-color: #fecaca;
}

.active\:ring-offset-red-300:active {
  --tw-ring-offset-color: #fca5a5;
}

.active\:ring-offset-red-400:active {
  --tw-ring-offset-color: #f87171;
}

.active\:ring-offset-red-500:active {
  --tw-ring-offset-color: #ef4444;
}

.active\:ring-offset-red-600:active {
  --tw-ring-offset-color: #dc2626;
}

.active\:ring-offset-red-700:active {
  --tw-ring-offset-color: #b91c1c;
}

.active\:ring-offset-red-800:active {
  --tw-ring-offset-color: #991b1b;
}

.active\:ring-offset-red-900:active {
  --tw-ring-offset-color: #7f1d1d;
}

.active\:ring-offset-warmGray-50:active {
  --tw-ring-offset-color: #fafaf9;
}

.active\:ring-offset-warmGray-100:active {
  --tw-ring-offset-color: #f5f5f4;
}

.active\:ring-offset-warmGray-200:active {
  --tw-ring-offset-color: #e7e5e4;
}

.active\:ring-offset-warmGray-300:active {
  --tw-ring-offset-color: #d6d3d1;
}

.active\:ring-offset-warmGray-400:active {
  --tw-ring-offset-color: #a8a29e;
}

.active\:ring-offset-warmGray-500:active {
  --tw-ring-offset-color: #78716c;
}

.active\:ring-offset-warmGray-600:active {
  --tw-ring-offset-color: #57534e;
}

.active\:ring-offset-warmGray-700:active {
  --tw-ring-offset-color: #44403c;
}

.active\:ring-offset-warmGray-800:active {
  --tw-ring-offset-color: #292524;
}

.active\:ring-offset-warmGray-900:active {
  --tw-ring-offset-color: #1c1917;
}

.active\:ring-offset-trueGray-50:active {
  --tw-ring-offset-color: #fafafa;
}

.active\:ring-offset-trueGray-100:active {
  --tw-ring-offset-color: #f5f5f5;
}

.active\:ring-offset-trueGray-200:active {
  --tw-ring-offset-color: #e5e5e5;
}

.active\:ring-offset-trueGray-300:active {
  --tw-ring-offset-color: #d4d4d4;
}

.active\:ring-offset-trueGray-400:active {
  --tw-ring-offset-color: #a3a3a3;
}

.active\:ring-offset-trueGray-500:active {
  --tw-ring-offset-color: #737373;
}

.active\:ring-offset-trueGray-600:active {
  --tw-ring-offset-color: #525252;
}

.active\:ring-offset-trueGray-700:active {
  --tw-ring-offset-color: #404040;
}

.active\:ring-offset-trueGray-800:active {
  --tw-ring-offset-color: #262626;
}

.active\:ring-offset-trueGray-900:active {
  --tw-ring-offset-color: #171717;
}

.active\:ring-offset-gray-50:active {
  --tw-ring-offset-color: #fafafa;
}

.active\:ring-offset-gray-100:active {
  --tw-ring-offset-color: #f4f4f5;
}

.active\:ring-offset-gray-200:active {
  --tw-ring-offset-color: #e4e4e7;
}

.active\:ring-offset-gray-300:active {
  --tw-ring-offset-color: #d4d4d8;
}

.active\:ring-offset-gray-400:active {
  --tw-ring-offset-color: #a1a1aa;
}

.active\:ring-offset-gray-500:active {
  --tw-ring-offset-color: #71717a;
}

.active\:ring-offset-gray-600:active {
  --tw-ring-offset-color: #52525b;
}

.active\:ring-offset-gray-700:active {
  --tw-ring-offset-color: #3f3f46;
}

.active\:ring-offset-gray-800:active {
  --tw-ring-offset-color: #27272a;
}

.active\:ring-offset-gray-900:active {
  --tw-ring-offset-color: #18181b;
}

.active\:ring-offset-coolGray-50:active {
  --tw-ring-offset-color: #f9fafb;
}

.active\:ring-offset-coolGray-100:active {
  --tw-ring-offset-color: #f3f4f6;
}

.active\:ring-offset-coolGray-200:active {
  --tw-ring-offset-color: #e5e7eb;
}

.active\:ring-offset-coolGray-300:active {
  --tw-ring-offset-color: #d1d5db;
}

.active\:ring-offset-coolGray-400:active {
  --tw-ring-offset-color: #9ca3af;
}

.active\:ring-offset-coolGray-500:active {
  --tw-ring-offset-color: #6b7280;
}

.active\:ring-offset-coolGray-600:active {
  --tw-ring-offset-color: #4b5563;
}

.active\:ring-offset-coolGray-700:active {
  --tw-ring-offset-color: #374151;
}

.active\:ring-offset-coolGray-800:active {
  --tw-ring-offset-color: #1f2937;
}

.active\:ring-offset-coolGray-900:active {
  --tw-ring-offset-color: #111827;
}

.active\:ring-offset-blueGray-50:active {
  --tw-ring-offset-color: #f8fafc;
}

.active\:ring-offset-blueGray-100:active {
  --tw-ring-offset-color: #f1f5f9;
}

.active\:ring-offset-blueGray-200:active {
  --tw-ring-offset-color: #e2e8f0;
}

.active\:ring-offset-blueGray-300:active {
  --tw-ring-offset-color: #cbd5e1;
}

.active\:ring-offset-blueGray-400:active {
  --tw-ring-offset-color: #94a3b8;
}

.active\:ring-offset-blueGray-500:active {
  --tw-ring-offset-color: #64748b;
}

.active\:ring-offset-blueGray-600:active {
  --tw-ring-offset-color: #475569;
}

.active\:ring-offset-blueGray-700:active {
  --tw-ring-offset-color: #334155;
}

.active\:ring-offset-blueGray-800:active {
  --tw-ring-offset-color: #1e293b;
}

.active\:ring-offset-blueGray-900:active {
  --tw-ring-offset-color: #0f172a;
}

.active\:ring-offset-current:active {
  --tw-ring-offset-color: current;
}

.active\:ring-offset-transparent:active {
  --tw-ring-offset-color: transparent;
}

.visited\:ring-offset-black:visited {
  --tw-ring-offset-color: #000;
}

.visited\:ring-offset-white:visited {
  --tw-ring-offset-color: #fff;
}

.visited\:ring-offset-rose-50:visited {
  --tw-ring-offset-color: #fff1f2;
}

.visited\:ring-offset-rose-100:visited {
  --tw-ring-offset-color: #ffe4e6;
}

.visited\:ring-offset-rose-200:visited {
  --tw-ring-offset-color: #fecdd3;
}

.visited\:ring-offset-rose-300:visited {
  --tw-ring-offset-color: #fda4af;
}

.visited\:ring-offset-rose-400:visited {
  --tw-ring-offset-color: #fb7185;
}

.visited\:ring-offset-rose-500:visited {
  --tw-ring-offset-color: #f43f5e;
}

.visited\:ring-offset-rose-600:visited {
  --tw-ring-offset-color: #e11d48;
}

.visited\:ring-offset-rose-700:visited {
  --tw-ring-offset-color: #be123c;
}

.visited\:ring-offset-rose-800:visited {
  --tw-ring-offset-color: #9f1239;
}

.visited\:ring-offset-rose-900:visited {
  --tw-ring-offset-color: #881337;
}

.visited\:ring-offset-pink-50:visited {
  --tw-ring-offset-color: #fdf2f8;
}

.visited\:ring-offset-pink-100:visited {
  --tw-ring-offset-color: #fce7f3;
}

.visited\:ring-offset-pink-200:visited {
  --tw-ring-offset-color: #fbcfe8;
}

.visited\:ring-offset-pink-300:visited {
  --tw-ring-offset-color: #f9a8d4;
}

.visited\:ring-offset-pink-400:visited {
  --tw-ring-offset-color: #f472b6;
}

.visited\:ring-offset-pink-500:visited {
  --tw-ring-offset-color: #ec4899;
}

.visited\:ring-offset-pink-600:visited {
  --tw-ring-offset-color: #db2777;
}

.visited\:ring-offset-pink-700:visited {
  --tw-ring-offset-color: #be185d;
}

.visited\:ring-offset-pink-800:visited {
  --tw-ring-offset-color: #9d174d;
}

.visited\:ring-offset-pink-900:visited {
  --tw-ring-offset-color: #831843;
}

.visited\:ring-offset-fuchsia-50:visited {
  --tw-ring-offset-color: #fdf4ff;
}

.visited\:ring-offset-fuchsia-100:visited {
  --tw-ring-offset-color: #fae8ff;
}

.visited\:ring-offset-fuchsia-200:visited {
  --tw-ring-offset-color: #f5d0fe;
}

.visited\:ring-offset-fuchsia-300:visited {
  --tw-ring-offset-color: #f0abfc;
}

.visited\:ring-offset-fuchsia-400:visited {
  --tw-ring-offset-color: #e879f9;
}

.visited\:ring-offset-fuchsia-500:visited {
  --tw-ring-offset-color: #d946ef;
}

.visited\:ring-offset-fuchsia-600:visited {
  --tw-ring-offset-color: #c026d3;
}

.visited\:ring-offset-fuchsia-700:visited {
  --tw-ring-offset-color: #a21caf;
}

.visited\:ring-offset-fuchsia-800:visited {
  --tw-ring-offset-color: #86198f;
}

.visited\:ring-offset-fuchsia-900:visited {
  --tw-ring-offset-color: #701a75;
}

.visited\:ring-offset-purple-50:visited {
  --tw-ring-offset-color: #faf5ff;
}

.visited\:ring-offset-purple-100:visited {
  --tw-ring-offset-color: #f3e8ff;
}

.visited\:ring-offset-purple-200:visited {
  --tw-ring-offset-color: #e9d5ff;
}

.visited\:ring-offset-purple-300:visited {
  --tw-ring-offset-color: #d8b4fe;
}

.visited\:ring-offset-purple-400:visited {
  --tw-ring-offset-color: #c084fc;
}

.visited\:ring-offset-purple-500:visited {
  --tw-ring-offset-color: #a855f7;
}

.visited\:ring-offset-purple-600:visited {
  --tw-ring-offset-color: #9333ea;
}

.visited\:ring-offset-purple-700:visited {
  --tw-ring-offset-color: #7e22ce;
}

.visited\:ring-offset-purple-800:visited {
  --tw-ring-offset-color: #6b21a8;
}

.visited\:ring-offset-purple-900:visited {
  --tw-ring-offset-color: #581c87;
}

.visited\:ring-offset-violet-50:visited {
  --tw-ring-offset-color: #f5f3ff;
}

.visited\:ring-offset-violet-100:visited {
  --tw-ring-offset-color: #ede9fe;
}

.visited\:ring-offset-violet-200:visited {
  --tw-ring-offset-color: #ddd6fe;
}

.visited\:ring-offset-violet-300:visited {
  --tw-ring-offset-color: #c4b5fd;
}

.visited\:ring-offset-violet-400:visited {
  --tw-ring-offset-color: #a78bfa;
}

.visited\:ring-offset-violet-500:visited {
  --tw-ring-offset-color: #8b5cf6;
}

.visited\:ring-offset-violet-600:visited {
  --tw-ring-offset-color: #7c3aed;
}

.visited\:ring-offset-violet-700:visited {
  --tw-ring-offset-color: #6d28d9;
}

.visited\:ring-offset-violet-800:visited {
  --tw-ring-offset-color: #5b21b6;
}

.visited\:ring-offset-violet-900:visited {
  --tw-ring-offset-color: #4c1d95;
}

.visited\:ring-offset-indigo-50:visited {
  --tw-ring-offset-color: #eef2ff;
}

.visited\:ring-offset-indigo-100:visited {
  --tw-ring-offset-color: #e0e7ff;
}

.visited\:ring-offset-indigo-200:visited {
  --tw-ring-offset-color: #c7d2fe;
}

.visited\:ring-offset-indigo-300:visited {
  --tw-ring-offset-color: #a5b4fc;
}

.visited\:ring-offset-indigo-400:visited {
  --tw-ring-offset-color: #818cf8;
}

.visited\:ring-offset-indigo-500:visited {
  --tw-ring-offset-color: #6366f1;
}

.visited\:ring-offset-indigo-600:visited {
  --tw-ring-offset-color: #4f46e5;
}

.visited\:ring-offset-indigo-700:visited {
  --tw-ring-offset-color: #4338ca;
}

.visited\:ring-offset-indigo-800:visited {
  --tw-ring-offset-color: #3730a3;
}

.visited\:ring-offset-indigo-900:visited {
  --tw-ring-offset-color: #312e81;
}

.visited\:ring-offset-blue-50:visited {
  --tw-ring-offset-color: #eff6ff;
}

.visited\:ring-offset-blue-100:visited {
  --tw-ring-offset-color: #dbeafe;
}

.visited\:ring-offset-blue-200:visited {
  --tw-ring-offset-color: #bfdbfe;
}

.visited\:ring-offset-blue-300:visited {
  --tw-ring-offset-color: #93c5fd;
}

.visited\:ring-offset-blue-400:visited {
  --tw-ring-offset-color: #60a5fa;
}

.visited\:ring-offset-blue-500:visited {
  --tw-ring-offset-color: #3b82f6;
}

.visited\:ring-offset-blue-600:visited {
  --tw-ring-offset-color: #2563eb;
}

.visited\:ring-offset-blue-700:visited {
  --tw-ring-offset-color: #1d4ed8;
}

.visited\:ring-offset-blue-800:visited {
  --tw-ring-offset-color: #1e40af;
}

.visited\:ring-offset-blue-900:visited {
  --tw-ring-offset-color: #1e3a8a;
}

.visited\:ring-offset-lightBlue-50:visited {
  --tw-ring-offset-color: #f0f9ff;
}

.visited\:ring-offset-lightBlue-100:visited {
  --tw-ring-offset-color: #e0f2fe;
}

.visited\:ring-offset-lightBlue-200:visited {
  --tw-ring-offset-color: #bae6fd;
}

.visited\:ring-offset-lightBlue-300:visited {
  --tw-ring-offset-color: #7dd3fc;
}

.visited\:ring-offset-lightBlue-400:visited {
  --tw-ring-offset-color: #38bdf8;
}

.visited\:ring-offset-lightBlue-500:visited {
  --tw-ring-offset-color: #0ea5e9;
}

.visited\:ring-offset-lightBlue-600:visited {
  --tw-ring-offset-color: #0284c7;
}

.visited\:ring-offset-lightBlue-700:visited {
  --tw-ring-offset-color: #0369a1;
}

.visited\:ring-offset-lightBlue-800:visited {
  --tw-ring-offset-color: #075985;
}

.visited\:ring-offset-lightBlue-900:visited {
  --tw-ring-offset-color: #0c4a6e;
}

.visited\:ring-offset-cyan-50:visited {
  --tw-ring-offset-color: #ecfeff;
}

.visited\:ring-offset-cyan-100:visited {
  --tw-ring-offset-color: #cffafe;
}

.visited\:ring-offset-cyan-200:visited {
  --tw-ring-offset-color: #a5f3fc;
}

.visited\:ring-offset-cyan-300:visited {
  --tw-ring-offset-color: #67e8f9;
}

.visited\:ring-offset-cyan-400:visited {
  --tw-ring-offset-color: #22d3ee;
}

.visited\:ring-offset-cyan-500:visited {
  --tw-ring-offset-color: #06b6d4;
}

.visited\:ring-offset-cyan-600:visited {
  --tw-ring-offset-color: #0891b2;
}

.visited\:ring-offset-cyan-700:visited {
  --tw-ring-offset-color: #0e7490;
}

.visited\:ring-offset-cyan-800:visited {
  --tw-ring-offset-color: #155e75;
}

.visited\:ring-offset-cyan-900:visited {
  --tw-ring-offset-color: #164e63;
}

.visited\:ring-offset-teal-50:visited {
  --tw-ring-offset-color: #f0fdfa;
}

.visited\:ring-offset-teal-100:visited {
  --tw-ring-offset-color: #ccfbf1;
}

.visited\:ring-offset-teal-200:visited {
  --tw-ring-offset-color: #99f6e4;
}

.visited\:ring-offset-teal-300:visited {
  --tw-ring-offset-color: #5eead4;
}

.visited\:ring-offset-teal-400:visited {
  --tw-ring-offset-color: #2dd4bf;
}

.visited\:ring-offset-teal-500:visited {
  --tw-ring-offset-color: #14b8a6;
}

.visited\:ring-offset-teal-600:visited {
  --tw-ring-offset-color: #0d9488;
}

.visited\:ring-offset-teal-700:visited {
  --tw-ring-offset-color: #0f766e;
}

.visited\:ring-offset-teal-800:visited {
  --tw-ring-offset-color: #115e59;
}

.visited\:ring-offset-teal-900:visited {
  --tw-ring-offset-color: #134e4a;
}

.visited\:ring-offset-emerald-50:visited {
  --tw-ring-offset-color: #ecfdf5;
}

.visited\:ring-offset-emerald-100:visited {
  --tw-ring-offset-color: #d1fae5;
}

.visited\:ring-offset-emerald-200:visited {
  --tw-ring-offset-color: #a7f3d0;
}

.visited\:ring-offset-emerald-300:visited {
  --tw-ring-offset-color: #6ee7b7;
}

.visited\:ring-offset-emerald-400:visited {
  --tw-ring-offset-color: #34d399;
}

.visited\:ring-offset-emerald-500:visited {
  --tw-ring-offset-color: #10b981;
}

.visited\:ring-offset-emerald-600:visited {
  --tw-ring-offset-color: #059669;
}

.visited\:ring-offset-emerald-700:visited {
  --tw-ring-offset-color: #047857;
}

.visited\:ring-offset-emerald-800:visited {
  --tw-ring-offset-color: #065f46;
}

.visited\:ring-offset-emerald-900:visited {
  --tw-ring-offset-color: #064e3b;
}

.visited\:ring-offset-green-50:visited {
  --tw-ring-offset-color: #f0fdf4;
}

.visited\:ring-offset-green-100:visited {
  --tw-ring-offset-color: #dcfce7;
}

.visited\:ring-offset-green-200:visited {
  --tw-ring-offset-color: #bbf7d0;
}

.visited\:ring-offset-green-300:visited {
  --tw-ring-offset-color: #86efac;
}

.visited\:ring-offset-green-400:visited {
  --tw-ring-offset-color: #4ade80;
}

.visited\:ring-offset-green-500:visited {
  --tw-ring-offset-color: #22c55e;
}

.visited\:ring-offset-green-600:visited {
  --tw-ring-offset-color: #16a34a;
}

.visited\:ring-offset-green-700:visited {
  --tw-ring-offset-color: #15803d;
}

.visited\:ring-offset-green-800:visited {
  --tw-ring-offset-color: #166534;
}

.visited\:ring-offset-green-900:visited {
  --tw-ring-offset-color: #14532d;
}

.visited\:ring-offset-lime-50:visited {
  --tw-ring-offset-color: #f7fee7;
}

.visited\:ring-offset-lime-100:visited {
  --tw-ring-offset-color: #ecfccb;
}

.visited\:ring-offset-lime-200:visited {
  --tw-ring-offset-color: #d9f99d;
}

.visited\:ring-offset-lime-300:visited {
  --tw-ring-offset-color: #bef264;
}

.visited\:ring-offset-lime-400:visited {
  --tw-ring-offset-color: #a3e635;
}

.visited\:ring-offset-lime-500:visited {
  --tw-ring-offset-color: #84cc16;
}

.visited\:ring-offset-lime-600:visited {
  --tw-ring-offset-color: #65a30d;
}

.visited\:ring-offset-lime-700:visited {
  --tw-ring-offset-color: #4d7c0f;
}

.visited\:ring-offset-lime-800:visited {
  --tw-ring-offset-color: #3f6212;
}

.visited\:ring-offset-lime-900:visited {
  --tw-ring-offset-color: #365314;
}

.visited\:ring-offset-yellow-50:visited {
  --tw-ring-offset-color: #fefce8;
}

.visited\:ring-offset-yellow-100:visited {
  --tw-ring-offset-color: #fef9c3;
}

.visited\:ring-offset-yellow-200:visited {
  --tw-ring-offset-color: #fef08a;
}

.visited\:ring-offset-yellow-300:visited {
  --tw-ring-offset-color: #fde047;
}

.visited\:ring-offset-yellow-400:visited {
  --tw-ring-offset-color: #facc15;
}

.visited\:ring-offset-yellow-500:visited {
  --tw-ring-offset-color: #eab308;
}

.visited\:ring-offset-yellow-600:visited {
  --tw-ring-offset-color: #ca8a04;
}

.visited\:ring-offset-yellow-700:visited {
  --tw-ring-offset-color: #a16207;
}

.visited\:ring-offset-yellow-800:visited {
  --tw-ring-offset-color: #854d0e;
}

.visited\:ring-offset-yellow-900:visited {
  --tw-ring-offset-color: #713f12;
}

.visited\:ring-offset-amber-50:visited {
  --tw-ring-offset-color: #fffbeb;
}

.visited\:ring-offset-amber-100:visited {
  --tw-ring-offset-color: #fef3c7;
}

.visited\:ring-offset-amber-200:visited {
  --tw-ring-offset-color: #fde68a;
}

.visited\:ring-offset-amber-300:visited {
  --tw-ring-offset-color: #fcd34d;
}

.visited\:ring-offset-amber-400:visited {
  --tw-ring-offset-color: #fbbf24;
}

.visited\:ring-offset-amber-500:visited {
  --tw-ring-offset-color: #f59e0b;
}

.visited\:ring-offset-amber-600:visited {
  --tw-ring-offset-color: #d97706;
}

.visited\:ring-offset-amber-700:visited {
  --tw-ring-offset-color: #b45309;
}

.visited\:ring-offset-amber-800:visited {
  --tw-ring-offset-color: #92400e;
}

.visited\:ring-offset-amber-900:visited {
  --tw-ring-offset-color: #78350f;
}

.visited\:ring-offset-orange-50:visited {
  --tw-ring-offset-color: #fff7ed;
}

.visited\:ring-offset-orange-100:visited {
  --tw-ring-offset-color: #ffedd5;
}

.visited\:ring-offset-orange-200:visited {
  --tw-ring-offset-color: #fed7aa;
}

.visited\:ring-offset-orange-300:visited {
  --tw-ring-offset-color: #fdba74;
}

.visited\:ring-offset-orange-400:visited {
  --tw-ring-offset-color: #fb923c;
}

.visited\:ring-offset-orange-500:visited {
  --tw-ring-offset-color: #f97316;
}

.visited\:ring-offset-orange-600:visited {
  --tw-ring-offset-color: #ea580c;
}

.visited\:ring-offset-orange-700:visited {
  --tw-ring-offset-color: #c2410c;
}

.visited\:ring-offset-orange-800:visited {
  --tw-ring-offset-color: #9a3412;
}

.visited\:ring-offset-orange-900:visited {
  --tw-ring-offset-color: #7c2d12;
}

.visited\:ring-offset-red-50:visited {
  --tw-ring-offset-color: #fef2f2;
}

.visited\:ring-offset-red-100:visited {
  --tw-ring-offset-color: #fee2e2;
}

.visited\:ring-offset-red-200:visited {
  --tw-ring-offset-color: #fecaca;
}

.visited\:ring-offset-red-300:visited {
  --tw-ring-offset-color: #fca5a5;
}

.visited\:ring-offset-red-400:visited {
  --tw-ring-offset-color: #f87171;
}

.visited\:ring-offset-red-500:visited {
  --tw-ring-offset-color: #ef4444;
}

.visited\:ring-offset-red-600:visited {
  --tw-ring-offset-color: #dc2626;
}

.visited\:ring-offset-red-700:visited {
  --tw-ring-offset-color: #b91c1c;
}

.visited\:ring-offset-red-800:visited {
  --tw-ring-offset-color: #991b1b;
}

.visited\:ring-offset-red-900:visited {
  --tw-ring-offset-color: #7f1d1d;
}

.visited\:ring-offset-warmGray-50:visited {
  --tw-ring-offset-color: #fafaf9;
}

.visited\:ring-offset-warmGray-100:visited {
  --tw-ring-offset-color: #f5f5f4;
}

.visited\:ring-offset-warmGray-200:visited {
  --tw-ring-offset-color: #e7e5e4;
}

.visited\:ring-offset-warmGray-300:visited {
  --tw-ring-offset-color: #d6d3d1;
}

.visited\:ring-offset-warmGray-400:visited {
  --tw-ring-offset-color: #a8a29e;
}

.visited\:ring-offset-warmGray-500:visited {
  --tw-ring-offset-color: #78716c;
}

.visited\:ring-offset-warmGray-600:visited {
  --tw-ring-offset-color: #57534e;
}

.visited\:ring-offset-warmGray-700:visited {
  --tw-ring-offset-color: #44403c;
}

.visited\:ring-offset-warmGray-800:visited {
  --tw-ring-offset-color: #292524;
}

.visited\:ring-offset-warmGray-900:visited {
  --tw-ring-offset-color: #1c1917;
}

.visited\:ring-offset-trueGray-50:visited {
  --tw-ring-offset-color: #fafafa;
}

.visited\:ring-offset-trueGray-100:visited {
  --tw-ring-offset-color: #f5f5f5;
}

.visited\:ring-offset-trueGray-200:visited {
  --tw-ring-offset-color: #e5e5e5;
}

.visited\:ring-offset-trueGray-300:visited {
  --tw-ring-offset-color: #d4d4d4;
}

.visited\:ring-offset-trueGray-400:visited {
  --tw-ring-offset-color: #a3a3a3;
}

.visited\:ring-offset-trueGray-500:visited {
  --tw-ring-offset-color: #737373;
}

.visited\:ring-offset-trueGray-600:visited {
  --tw-ring-offset-color: #525252;
}

.visited\:ring-offset-trueGray-700:visited {
  --tw-ring-offset-color: #404040;
}

.visited\:ring-offset-trueGray-800:visited {
  --tw-ring-offset-color: #262626;
}

.visited\:ring-offset-trueGray-900:visited {
  --tw-ring-offset-color: #171717;
}

.visited\:ring-offset-gray-50:visited {
  --tw-ring-offset-color: #fafafa;
}

.visited\:ring-offset-gray-100:visited {
  --tw-ring-offset-color: #f4f4f5;
}

.visited\:ring-offset-gray-200:visited {
  --tw-ring-offset-color: #e4e4e7;
}

.visited\:ring-offset-gray-300:visited {
  --tw-ring-offset-color: #d4d4d8;
}

.visited\:ring-offset-gray-400:visited {
  --tw-ring-offset-color: #a1a1aa;
}

.visited\:ring-offset-gray-500:visited {
  --tw-ring-offset-color: #71717a;
}

.visited\:ring-offset-gray-600:visited {
  --tw-ring-offset-color: #52525b;
}

.visited\:ring-offset-gray-700:visited {
  --tw-ring-offset-color: #3f3f46;
}

.visited\:ring-offset-gray-800:visited {
  --tw-ring-offset-color: #27272a;
}

.visited\:ring-offset-gray-900:visited {
  --tw-ring-offset-color: #18181b;
}

.visited\:ring-offset-coolGray-50:visited {
  --tw-ring-offset-color: #f9fafb;
}

.visited\:ring-offset-coolGray-100:visited {
  --tw-ring-offset-color: #f3f4f6;
}

.visited\:ring-offset-coolGray-200:visited {
  --tw-ring-offset-color: #e5e7eb;
}

.visited\:ring-offset-coolGray-300:visited {
  --tw-ring-offset-color: #d1d5db;
}

.visited\:ring-offset-coolGray-400:visited {
  --tw-ring-offset-color: #9ca3af;
}

.visited\:ring-offset-coolGray-500:visited {
  --tw-ring-offset-color: #6b7280;
}

.visited\:ring-offset-coolGray-600:visited {
  --tw-ring-offset-color: #4b5563;
}

.visited\:ring-offset-coolGray-700:visited {
  --tw-ring-offset-color: #374151;
}

.visited\:ring-offset-coolGray-800:visited {
  --tw-ring-offset-color: #1f2937;
}

.visited\:ring-offset-coolGray-900:visited {
  --tw-ring-offset-color: #111827;
}

.visited\:ring-offset-blueGray-50:visited {
  --tw-ring-offset-color: #f8fafc;
}

.visited\:ring-offset-blueGray-100:visited {
  --tw-ring-offset-color: #f1f5f9;
}

.visited\:ring-offset-blueGray-200:visited {
  --tw-ring-offset-color: #e2e8f0;
}

.visited\:ring-offset-blueGray-300:visited {
  --tw-ring-offset-color: #cbd5e1;
}

.visited\:ring-offset-blueGray-400:visited {
  --tw-ring-offset-color: #94a3b8;
}

.visited\:ring-offset-blueGray-500:visited {
  --tw-ring-offset-color: #64748b;
}

.visited\:ring-offset-blueGray-600:visited {
  --tw-ring-offset-color: #475569;
}

.visited\:ring-offset-blueGray-700:visited {
  --tw-ring-offset-color: #334155;
}

.visited\:ring-offset-blueGray-800:visited {
  --tw-ring-offset-color: #1e293b;
}

.visited\:ring-offset-blueGray-900:visited {
  --tw-ring-offset-color: #0f172a;
}

.visited\:ring-offset-current:visited {
  --tw-ring-offset-color: current;
}

.visited\:ring-offset-transparent:visited {
  --tw-ring-offset-color: transparent;
}

.disabled\:ring-offset-black:disabled {
  --tw-ring-offset-color: #000;
}

.disabled\:ring-offset-white:disabled {
  --tw-ring-offset-color: #fff;
}

.disabled\:ring-offset-rose-50:disabled {
  --tw-ring-offset-color: #fff1f2;
}

.disabled\:ring-offset-rose-100:disabled {
  --tw-ring-offset-color: #ffe4e6;
}

.disabled\:ring-offset-rose-200:disabled {
  --tw-ring-offset-color: #fecdd3;
}

.disabled\:ring-offset-rose-300:disabled {
  --tw-ring-offset-color: #fda4af;
}

.disabled\:ring-offset-rose-400:disabled {
  --tw-ring-offset-color: #fb7185;
}

.disabled\:ring-offset-rose-500:disabled {
  --tw-ring-offset-color: #f43f5e;
}

.disabled\:ring-offset-rose-600:disabled {
  --tw-ring-offset-color: #e11d48;
}

.disabled\:ring-offset-rose-700:disabled {
  --tw-ring-offset-color: #be123c;
}

.disabled\:ring-offset-rose-800:disabled {
  --tw-ring-offset-color: #9f1239;
}

.disabled\:ring-offset-rose-900:disabled {
  --tw-ring-offset-color: #881337;
}

.disabled\:ring-offset-pink-50:disabled {
  --tw-ring-offset-color: #fdf2f8;
}

.disabled\:ring-offset-pink-100:disabled {
  --tw-ring-offset-color: #fce7f3;
}

.disabled\:ring-offset-pink-200:disabled {
  --tw-ring-offset-color: #fbcfe8;
}

.disabled\:ring-offset-pink-300:disabled {
  --tw-ring-offset-color: #f9a8d4;
}

.disabled\:ring-offset-pink-400:disabled {
  --tw-ring-offset-color: #f472b6;
}

.disabled\:ring-offset-pink-500:disabled {
  --tw-ring-offset-color: #ec4899;
}

.disabled\:ring-offset-pink-600:disabled {
  --tw-ring-offset-color: #db2777;
}

.disabled\:ring-offset-pink-700:disabled {
  --tw-ring-offset-color: #be185d;
}

.disabled\:ring-offset-pink-800:disabled {
  --tw-ring-offset-color: #9d174d;
}

.disabled\:ring-offset-pink-900:disabled {
  --tw-ring-offset-color: #831843;
}

.disabled\:ring-offset-fuchsia-50:disabled {
  --tw-ring-offset-color: #fdf4ff;
}

.disabled\:ring-offset-fuchsia-100:disabled {
  --tw-ring-offset-color: #fae8ff;
}

.disabled\:ring-offset-fuchsia-200:disabled {
  --tw-ring-offset-color: #f5d0fe;
}

.disabled\:ring-offset-fuchsia-300:disabled {
  --tw-ring-offset-color: #f0abfc;
}

.disabled\:ring-offset-fuchsia-400:disabled {
  --tw-ring-offset-color: #e879f9;
}

.disabled\:ring-offset-fuchsia-500:disabled {
  --tw-ring-offset-color: #d946ef;
}

.disabled\:ring-offset-fuchsia-600:disabled {
  --tw-ring-offset-color: #c026d3;
}

.disabled\:ring-offset-fuchsia-700:disabled {
  --tw-ring-offset-color: #a21caf;
}

.disabled\:ring-offset-fuchsia-800:disabled {
  --tw-ring-offset-color: #86198f;
}

.disabled\:ring-offset-fuchsia-900:disabled {
  --tw-ring-offset-color: #701a75;
}

.disabled\:ring-offset-purple-50:disabled {
  --tw-ring-offset-color: #faf5ff;
}

.disabled\:ring-offset-purple-100:disabled {
  --tw-ring-offset-color: #f3e8ff;
}

.disabled\:ring-offset-purple-200:disabled {
  --tw-ring-offset-color: #e9d5ff;
}

.disabled\:ring-offset-purple-300:disabled {
  --tw-ring-offset-color: #d8b4fe;
}

.disabled\:ring-offset-purple-400:disabled {
  --tw-ring-offset-color: #c084fc;
}

.disabled\:ring-offset-purple-500:disabled {
  --tw-ring-offset-color: #a855f7;
}

.disabled\:ring-offset-purple-600:disabled {
  --tw-ring-offset-color: #9333ea;
}

.disabled\:ring-offset-purple-700:disabled {
  --tw-ring-offset-color: #7e22ce;
}

.disabled\:ring-offset-purple-800:disabled {
  --tw-ring-offset-color: #6b21a8;
}

.disabled\:ring-offset-purple-900:disabled {
  --tw-ring-offset-color: #581c87;
}

.disabled\:ring-offset-violet-50:disabled {
  --tw-ring-offset-color: #f5f3ff;
}

.disabled\:ring-offset-violet-100:disabled {
  --tw-ring-offset-color: #ede9fe;
}

.disabled\:ring-offset-violet-200:disabled {
  --tw-ring-offset-color: #ddd6fe;
}

.disabled\:ring-offset-violet-300:disabled {
  --tw-ring-offset-color: #c4b5fd;
}

.disabled\:ring-offset-violet-400:disabled {
  --tw-ring-offset-color: #a78bfa;
}

.disabled\:ring-offset-violet-500:disabled {
  --tw-ring-offset-color: #8b5cf6;
}

.disabled\:ring-offset-violet-600:disabled {
  --tw-ring-offset-color: #7c3aed;
}

.disabled\:ring-offset-violet-700:disabled {
  --tw-ring-offset-color: #6d28d9;
}

.disabled\:ring-offset-violet-800:disabled {
  --tw-ring-offset-color: #5b21b6;
}

.disabled\:ring-offset-violet-900:disabled {
  --tw-ring-offset-color: #4c1d95;
}

.disabled\:ring-offset-indigo-50:disabled {
  --tw-ring-offset-color: #eef2ff;
}

.disabled\:ring-offset-indigo-100:disabled {
  --tw-ring-offset-color: #e0e7ff;
}

.disabled\:ring-offset-indigo-200:disabled {
  --tw-ring-offset-color: #c7d2fe;
}

.disabled\:ring-offset-indigo-300:disabled {
  --tw-ring-offset-color: #a5b4fc;
}

.disabled\:ring-offset-indigo-400:disabled {
  --tw-ring-offset-color: #818cf8;
}

.disabled\:ring-offset-indigo-500:disabled {
  --tw-ring-offset-color: #6366f1;
}

.disabled\:ring-offset-indigo-600:disabled {
  --tw-ring-offset-color: #4f46e5;
}

.disabled\:ring-offset-indigo-700:disabled {
  --tw-ring-offset-color: #4338ca;
}

.disabled\:ring-offset-indigo-800:disabled {
  --tw-ring-offset-color: #3730a3;
}

.disabled\:ring-offset-indigo-900:disabled {
  --tw-ring-offset-color: #312e81;
}

.disabled\:ring-offset-blue-50:disabled {
  --tw-ring-offset-color: #eff6ff;
}

.disabled\:ring-offset-blue-100:disabled {
  --tw-ring-offset-color: #dbeafe;
}

.disabled\:ring-offset-blue-200:disabled {
  --tw-ring-offset-color: #bfdbfe;
}

.disabled\:ring-offset-blue-300:disabled {
  --tw-ring-offset-color: #93c5fd;
}

.disabled\:ring-offset-blue-400:disabled {
  --tw-ring-offset-color: #60a5fa;
}

.disabled\:ring-offset-blue-500:disabled {
  --tw-ring-offset-color: #3b82f6;
}

.disabled\:ring-offset-blue-600:disabled {
  --tw-ring-offset-color: #2563eb;
}

.disabled\:ring-offset-blue-700:disabled {
  --tw-ring-offset-color: #1d4ed8;
}

.disabled\:ring-offset-blue-800:disabled {
  --tw-ring-offset-color: #1e40af;
}

.disabled\:ring-offset-blue-900:disabled {
  --tw-ring-offset-color: #1e3a8a;
}

.disabled\:ring-offset-lightBlue-50:disabled {
  --tw-ring-offset-color: #f0f9ff;
}

.disabled\:ring-offset-lightBlue-100:disabled {
  --tw-ring-offset-color: #e0f2fe;
}

.disabled\:ring-offset-lightBlue-200:disabled {
  --tw-ring-offset-color: #bae6fd;
}

.disabled\:ring-offset-lightBlue-300:disabled {
  --tw-ring-offset-color: #7dd3fc;
}

.disabled\:ring-offset-lightBlue-400:disabled {
  --tw-ring-offset-color: #38bdf8;
}

.disabled\:ring-offset-lightBlue-500:disabled {
  --tw-ring-offset-color: #0ea5e9;
}

.disabled\:ring-offset-lightBlue-600:disabled {
  --tw-ring-offset-color: #0284c7;
}

.disabled\:ring-offset-lightBlue-700:disabled {
  --tw-ring-offset-color: #0369a1;
}

.disabled\:ring-offset-lightBlue-800:disabled {
  --tw-ring-offset-color: #075985;
}

.disabled\:ring-offset-lightBlue-900:disabled {
  --tw-ring-offset-color: #0c4a6e;
}

.disabled\:ring-offset-cyan-50:disabled {
  --tw-ring-offset-color: #ecfeff;
}

.disabled\:ring-offset-cyan-100:disabled {
  --tw-ring-offset-color: #cffafe;
}

.disabled\:ring-offset-cyan-200:disabled {
  --tw-ring-offset-color: #a5f3fc;
}

.disabled\:ring-offset-cyan-300:disabled {
  --tw-ring-offset-color: #67e8f9;
}

.disabled\:ring-offset-cyan-400:disabled {
  --tw-ring-offset-color: #22d3ee;
}

.disabled\:ring-offset-cyan-500:disabled {
  --tw-ring-offset-color: #06b6d4;
}

.disabled\:ring-offset-cyan-600:disabled {
  --tw-ring-offset-color: #0891b2;
}

.disabled\:ring-offset-cyan-700:disabled {
  --tw-ring-offset-color: #0e7490;
}

.disabled\:ring-offset-cyan-800:disabled {
  --tw-ring-offset-color: #155e75;
}

.disabled\:ring-offset-cyan-900:disabled {
  --tw-ring-offset-color: #164e63;
}

.disabled\:ring-offset-teal-50:disabled {
  --tw-ring-offset-color: #f0fdfa;
}

.disabled\:ring-offset-teal-100:disabled {
  --tw-ring-offset-color: #ccfbf1;
}

.disabled\:ring-offset-teal-200:disabled {
  --tw-ring-offset-color: #99f6e4;
}

.disabled\:ring-offset-teal-300:disabled {
  --tw-ring-offset-color: #5eead4;
}

.disabled\:ring-offset-teal-400:disabled {
  --tw-ring-offset-color: #2dd4bf;
}

.disabled\:ring-offset-teal-500:disabled {
  --tw-ring-offset-color: #14b8a6;
}

.disabled\:ring-offset-teal-600:disabled {
  --tw-ring-offset-color: #0d9488;
}

.disabled\:ring-offset-teal-700:disabled {
  --tw-ring-offset-color: #0f766e;
}

.disabled\:ring-offset-teal-800:disabled {
  --tw-ring-offset-color: #115e59;
}

.disabled\:ring-offset-teal-900:disabled {
  --tw-ring-offset-color: #134e4a;
}

.disabled\:ring-offset-emerald-50:disabled {
  --tw-ring-offset-color: #ecfdf5;
}

.disabled\:ring-offset-emerald-100:disabled {
  --tw-ring-offset-color: #d1fae5;
}

.disabled\:ring-offset-emerald-200:disabled {
  --tw-ring-offset-color: #a7f3d0;
}

.disabled\:ring-offset-emerald-300:disabled {
  --tw-ring-offset-color: #6ee7b7;
}

.disabled\:ring-offset-emerald-400:disabled {
  --tw-ring-offset-color: #34d399;
}

.disabled\:ring-offset-emerald-500:disabled {
  --tw-ring-offset-color: #10b981;
}

.disabled\:ring-offset-emerald-600:disabled {
  --tw-ring-offset-color: #059669;
}

.disabled\:ring-offset-emerald-700:disabled {
  --tw-ring-offset-color: #047857;
}

.disabled\:ring-offset-emerald-800:disabled {
  --tw-ring-offset-color: #065f46;
}

.disabled\:ring-offset-emerald-900:disabled {
  --tw-ring-offset-color: #064e3b;
}

.disabled\:ring-offset-green-50:disabled {
  --tw-ring-offset-color: #f0fdf4;
}

.disabled\:ring-offset-green-100:disabled {
  --tw-ring-offset-color: #dcfce7;
}

.disabled\:ring-offset-green-200:disabled {
  --tw-ring-offset-color: #bbf7d0;
}

.disabled\:ring-offset-green-300:disabled {
  --tw-ring-offset-color: #86efac;
}

.disabled\:ring-offset-green-400:disabled {
  --tw-ring-offset-color: #4ade80;
}

.disabled\:ring-offset-green-500:disabled {
  --tw-ring-offset-color: #22c55e;
}

.disabled\:ring-offset-green-600:disabled {
  --tw-ring-offset-color: #16a34a;
}

.disabled\:ring-offset-green-700:disabled {
  --tw-ring-offset-color: #15803d;
}

.disabled\:ring-offset-green-800:disabled {
  --tw-ring-offset-color: #166534;
}

.disabled\:ring-offset-green-900:disabled {
  --tw-ring-offset-color: #14532d;
}

.disabled\:ring-offset-lime-50:disabled {
  --tw-ring-offset-color: #f7fee7;
}

.disabled\:ring-offset-lime-100:disabled {
  --tw-ring-offset-color: #ecfccb;
}

.disabled\:ring-offset-lime-200:disabled {
  --tw-ring-offset-color: #d9f99d;
}

.disabled\:ring-offset-lime-300:disabled {
  --tw-ring-offset-color: #bef264;
}

.disabled\:ring-offset-lime-400:disabled {
  --tw-ring-offset-color: #a3e635;
}

.disabled\:ring-offset-lime-500:disabled {
  --tw-ring-offset-color: #84cc16;
}

.disabled\:ring-offset-lime-600:disabled {
  --tw-ring-offset-color: #65a30d;
}

.disabled\:ring-offset-lime-700:disabled {
  --tw-ring-offset-color: #4d7c0f;
}

.disabled\:ring-offset-lime-800:disabled {
  --tw-ring-offset-color: #3f6212;
}

.disabled\:ring-offset-lime-900:disabled {
  --tw-ring-offset-color: #365314;
}

.disabled\:ring-offset-yellow-50:disabled {
  --tw-ring-offset-color: #fefce8;
}

.disabled\:ring-offset-yellow-100:disabled {
  --tw-ring-offset-color: #fef9c3;
}

.disabled\:ring-offset-yellow-200:disabled {
  --tw-ring-offset-color: #fef08a;
}

.disabled\:ring-offset-yellow-300:disabled {
  --tw-ring-offset-color: #fde047;
}

.disabled\:ring-offset-yellow-400:disabled {
  --tw-ring-offset-color: #facc15;
}

.disabled\:ring-offset-yellow-500:disabled {
  --tw-ring-offset-color: #eab308;
}

.disabled\:ring-offset-yellow-600:disabled {
  --tw-ring-offset-color: #ca8a04;
}

.disabled\:ring-offset-yellow-700:disabled {
  --tw-ring-offset-color: #a16207;
}

.disabled\:ring-offset-yellow-800:disabled {
  --tw-ring-offset-color: #854d0e;
}

.disabled\:ring-offset-yellow-900:disabled {
  --tw-ring-offset-color: #713f12;
}

.disabled\:ring-offset-amber-50:disabled {
  --tw-ring-offset-color: #fffbeb;
}

.disabled\:ring-offset-amber-100:disabled {
  --tw-ring-offset-color: #fef3c7;
}

.disabled\:ring-offset-amber-200:disabled {
  --tw-ring-offset-color: #fde68a;
}

.disabled\:ring-offset-amber-300:disabled {
  --tw-ring-offset-color: #fcd34d;
}

.disabled\:ring-offset-amber-400:disabled {
  --tw-ring-offset-color: #fbbf24;
}

.disabled\:ring-offset-amber-500:disabled {
  --tw-ring-offset-color: #f59e0b;
}

.disabled\:ring-offset-amber-600:disabled {
  --tw-ring-offset-color: #d97706;
}

.disabled\:ring-offset-amber-700:disabled {
  --tw-ring-offset-color: #b45309;
}

.disabled\:ring-offset-amber-800:disabled {
  --tw-ring-offset-color: #92400e;
}

.disabled\:ring-offset-amber-900:disabled {
  --tw-ring-offset-color: #78350f;
}

.disabled\:ring-offset-orange-50:disabled {
  --tw-ring-offset-color: #fff7ed;
}

.disabled\:ring-offset-orange-100:disabled {
  --tw-ring-offset-color: #ffedd5;
}

.disabled\:ring-offset-orange-200:disabled {
  --tw-ring-offset-color: #fed7aa;
}

.disabled\:ring-offset-orange-300:disabled {
  --tw-ring-offset-color: #fdba74;
}

.disabled\:ring-offset-orange-400:disabled {
  --tw-ring-offset-color: #fb923c;
}

.disabled\:ring-offset-orange-500:disabled {
  --tw-ring-offset-color: #f97316;
}

.disabled\:ring-offset-orange-600:disabled {
  --tw-ring-offset-color: #ea580c;
}

.disabled\:ring-offset-orange-700:disabled {
  --tw-ring-offset-color: #c2410c;
}

.disabled\:ring-offset-orange-800:disabled {
  --tw-ring-offset-color: #9a3412;
}

.disabled\:ring-offset-orange-900:disabled {
  --tw-ring-offset-color: #7c2d12;
}

.disabled\:ring-offset-red-50:disabled {
  --tw-ring-offset-color: #fef2f2;
}

.disabled\:ring-offset-red-100:disabled {
  --tw-ring-offset-color: #fee2e2;
}

.disabled\:ring-offset-red-200:disabled {
  --tw-ring-offset-color: #fecaca;
}

.disabled\:ring-offset-red-300:disabled {
  --tw-ring-offset-color: #fca5a5;
}

.disabled\:ring-offset-red-400:disabled {
  --tw-ring-offset-color: #f87171;
}

.disabled\:ring-offset-red-500:disabled {
  --tw-ring-offset-color: #ef4444;
}

.disabled\:ring-offset-red-600:disabled {
  --tw-ring-offset-color: #dc2626;
}

.disabled\:ring-offset-red-700:disabled {
  --tw-ring-offset-color: #b91c1c;
}

.disabled\:ring-offset-red-800:disabled {
  --tw-ring-offset-color: #991b1b;
}

.disabled\:ring-offset-red-900:disabled {
  --tw-ring-offset-color: #7f1d1d;
}

.disabled\:ring-offset-warmGray-50:disabled {
  --tw-ring-offset-color: #fafaf9;
}

.disabled\:ring-offset-warmGray-100:disabled {
  --tw-ring-offset-color: #f5f5f4;
}

.disabled\:ring-offset-warmGray-200:disabled {
  --tw-ring-offset-color: #e7e5e4;
}

.disabled\:ring-offset-warmGray-300:disabled {
  --tw-ring-offset-color: #d6d3d1;
}

.disabled\:ring-offset-warmGray-400:disabled {
  --tw-ring-offset-color: #a8a29e;
}

.disabled\:ring-offset-warmGray-500:disabled {
  --tw-ring-offset-color: #78716c;
}

.disabled\:ring-offset-warmGray-600:disabled {
  --tw-ring-offset-color: #57534e;
}

.disabled\:ring-offset-warmGray-700:disabled {
  --tw-ring-offset-color: #44403c;
}

.disabled\:ring-offset-warmGray-800:disabled {
  --tw-ring-offset-color: #292524;
}

.disabled\:ring-offset-warmGray-900:disabled {
  --tw-ring-offset-color: #1c1917;
}

.disabled\:ring-offset-trueGray-50:disabled {
  --tw-ring-offset-color: #fafafa;
}

.disabled\:ring-offset-trueGray-100:disabled {
  --tw-ring-offset-color: #f5f5f5;
}

.disabled\:ring-offset-trueGray-200:disabled {
  --tw-ring-offset-color: #e5e5e5;
}

.disabled\:ring-offset-trueGray-300:disabled {
  --tw-ring-offset-color: #d4d4d4;
}

.disabled\:ring-offset-trueGray-400:disabled {
  --tw-ring-offset-color: #a3a3a3;
}

.disabled\:ring-offset-trueGray-500:disabled {
  --tw-ring-offset-color: #737373;
}

.disabled\:ring-offset-trueGray-600:disabled {
  --tw-ring-offset-color: #525252;
}

.disabled\:ring-offset-trueGray-700:disabled {
  --tw-ring-offset-color: #404040;
}

.disabled\:ring-offset-trueGray-800:disabled {
  --tw-ring-offset-color: #262626;
}

.disabled\:ring-offset-trueGray-900:disabled {
  --tw-ring-offset-color: #171717;
}

.disabled\:ring-offset-gray-50:disabled {
  --tw-ring-offset-color: #fafafa;
}

.disabled\:ring-offset-gray-100:disabled {
  --tw-ring-offset-color: #f4f4f5;
}

.disabled\:ring-offset-gray-200:disabled {
  --tw-ring-offset-color: #e4e4e7;
}

.disabled\:ring-offset-gray-300:disabled {
  --tw-ring-offset-color: #d4d4d8;
}

.disabled\:ring-offset-gray-400:disabled {
  --tw-ring-offset-color: #a1a1aa;
}

.disabled\:ring-offset-gray-500:disabled {
  --tw-ring-offset-color: #71717a;
}

.disabled\:ring-offset-gray-600:disabled {
  --tw-ring-offset-color: #52525b;
}

.disabled\:ring-offset-gray-700:disabled {
  --tw-ring-offset-color: #3f3f46;
}

.disabled\:ring-offset-gray-800:disabled {
  --tw-ring-offset-color: #27272a;
}

.disabled\:ring-offset-gray-900:disabled {
  --tw-ring-offset-color: #18181b;
}

.disabled\:ring-offset-coolGray-50:disabled {
  --tw-ring-offset-color: #f9fafb;
}

.disabled\:ring-offset-coolGray-100:disabled {
  --tw-ring-offset-color: #f3f4f6;
}

.disabled\:ring-offset-coolGray-200:disabled {
  --tw-ring-offset-color: #e5e7eb;
}

.disabled\:ring-offset-coolGray-300:disabled {
  --tw-ring-offset-color: #d1d5db;
}

.disabled\:ring-offset-coolGray-400:disabled {
  --tw-ring-offset-color: #9ca3af;
}

.disabled\:ring-offset-coolGray-500:disabled {
  --tw-ring-offset-color: #6b7280;
}

.disabled\:ring-offset-coolGray-600:disabled {
  --tw-ring-offset-color: #4b5563;
}

.disabled\:ring-offset-coolGray-700:disabled {
  --tw-ring-offset-color: #374151;
}

.disabled\:ring-offset-coolGray-800:disabled {
  --tw-ring-offset-color: #1f2937;
}

.disabled\:ring-offset-coolGray-900:disabled {
  --tw-ring-offset-color: #111827;
}

.disabled\:ring-offset-blueGray-50:disabled {
  --tw-ring-offset-color: #f8fafc;
}

.disabled\:ring-offset-blueGray-100:disabled {
  --tw-ring-offset-color: #f1f5f9;
}

.disabled\:ring-offset-blueGray-200:disabled {
  --tw-ring-offset-color: #e2e8f0;
}

.disabled\:ring-offset-blueGray-300:disabled {
  --tw-ring-offset-color: #cbd5e1;
}

.disabled\:ring-offset-blueGray-400:disabled {
  --tw-ring-offset-color: #94a3b8;
}

.disabled\:ring-offset-blueGray-500:disabled {
  --tw-ring-offset-color: #64748b;
}

.disabled\:ring-offset-blueGray-600:disabled {
  --tw-ring-offset-color: #475569;
}

.disabled\:ring-offset-blueGray-700:disabled {
  --tw-ring-offset-color: #334155;
}

.disabled\:ring-offset-blueGray-800:disabled {
  --tw-ring-offset-color: #1e293b;
}

.disabled\:ring-offset-blueGray-900:disabled {
  --tw-ring-offset-color: #0f172a;
}

.disabled\:ring-offset-current:disabled {
  --tw-ring-offset-color: current;
}

.disabled\:ring-offset-transparent:disabled {
  --tw-ring-offset-color: transparent;
}

.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;
}

.group:hover .group-hover\:ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.group:hover .group-hover\:ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.group:hover .group-hover\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.group:hover .group-hover\: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;
}

.first\:ring-offset-0:first-child {
  --tw-ring-offset-width: 0px;
}

.first\:ring-offset-1:first-child {
  --tw-ring-offset-width: 1px;
}

.first\:ring-offset-2:first-child {
  --tw-ring-offset-width: 2px;
}

.first\:ring-offset-4:first-child {
  --tw-ring-offset-width: 4px;
}

.first\:ring-offset-8:first-child {
  --tw-ring-offset-width: 8px;
}

.last\:ring-offset-0:last-child {
  --tw-ring-offset-width: 0px;
}

.last\:ring-offset-1:last-child {
  --tw-ring-offset-width: 1px;
}

.last\:ring-offset-2:last-child {
  --tw-ring-offset-width: 2px;
}

.last\:ring-offset-4:last-child {
  --tw-ring-offset-width: 4px;
}

.last\:ring-offset-8:last-child {
  --tw-ring-offset-width: 8px;
}

.odd\:ring-offset-0:nth-child(odd) {
  --tw-ring-offset-width: 0px;
}

.odd\:ring-offset-1:nth-child(odd) {
  --tw-ring-offset-width: 1px;
}

.odd\:ring-offset-2:nth-child(odd) {
  --tw-ring-offset-width: 2px;
}

.odd\:ring-offset-4:nth-child(odd) {
  --tw-ring-offset-width: 4px;
}

.odd\:ring-offset-8:nth-child(odd) {
  --tw-ring-offset-width: 8px;
}

.even\:ring-offset-0:nth-child(even) {
  --tw-ring-offset-width: 0px;
}

.even\:ring-offset-1:nth-child(even) {
  --tw-ring-offset-width: 1px;
}

.even\:ring-offset-2:nth-child(even) {
  --tw-ring-offset-width: 2px;
}

.even\:ring-offset-4:nth-child(even) {
  --tw-ring-offset-width: 4px;
}

.even\:ring-offset-8:nth-child(even) {
  --tw-ring-offset-width: 8px;
}

.hover\:ring-offset-0:hover {
  --tw-ring-offset-width: 0px;
}

.hover\:ring-offset-1:hover {
  --tw-ring-offset-width: 1px;
}

.hover\:ring-offset-2:hover {
  --tw-ring-offset-width: 2px;
}

.hover\:ring-offset-4:hover {
  --tw-ring-offset-width: 4px;
}

.hover\:ring-offset-8:hover {
  --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;
}

.active\:ring-offset-0:active {
  --tw-ring-offset-width: 0px;
}

.active\:ring-offset-1:active {
  --tw-ring-offset-width: 1px;
}

.active\:ring-offset-2:active {
  --tw-ring-offset-width: 2px;
}

.active\:ring-offset-4:active {
  --tw-ring-offset-width: 4px;
}

.active\:ring-offset-8:active {
  --tw-ring-offset-width: 8px;
}

.visited\:ring-offset-0:visited {
  --tw-ring-offset-width: 0px;
}

.visited\:ring-offset-1:visited {
  --tw-ring-offset-width: 1px;
}

.visited\:ring-offset-2:visited {
  --tw-ring-offset-width: 2px;
}

.visited\:ring-offset-4:visited {
  --tw-ring-offset-width: 4px;
}

.visited\:ring-offset-8:visited {
  --tw-ring-offset-width: 8px;
}

.disabled\:ring-offset-0:disabled {
  --tw-ring-offset-width: 0px;
}

.disabled\:ring-offset-1:disabled {
  --tw-ring-offset-width: 1px;
}

.disabled\:ring-offset-2:disabled {
  --tw-ring-offset-width: 2px;
}

.disabled\:ring-offset-4:disabled {
  --tw-ring-offset-width: 4px;
}

.disabled\:ring-offset-8:disabled {
  --tw-ring-offset-width: 8px;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-lightBlue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-lightBlue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-lightBlue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.ring-lightBlue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-lightBlue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-lightBlue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-lightBlue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.ring-lightBlue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-lightBlue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-lightBlue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-warmGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.ring-warmGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.ring-warmGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.ring-warmGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.ring-warmGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.ring-warmGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.ring-warmGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.ring-warmGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.ring-warmGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.ring-warmGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.ring-trueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-trueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.ring-trueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-trueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.ring-trueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.ring-trueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.ring-trueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.ring-trueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.ring-trueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.ring-trueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.ring-coolGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-coolGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-coolGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-coolGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-coolGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-coolGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-coolGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-coolGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-coolGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-coolGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-blueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.ring-blueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.ring-blueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.ring-blueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.ring-blueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.ring-blueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.ring-blueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.ring-blueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.ring-blueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.ring-blueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.ring-current {
  --tw-ring-color: current;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.group:hover .group-hover\:ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lightBlue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-warmGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-trueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-coolGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-blueGray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.group:hover .group-hover\:ring-current {
  --tw-ring-color: current;
}

.group:hover .group-hover\:ring-transparent {
  --tw-ring-color: transparent;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-lightBlue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-warmGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-trueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-coolGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blueGray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: current;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.first\:ring-black:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.first\:ring-white:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.first\:ring-rose-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.first\:ring-rose-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.first\:ring-rose-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.first\:ring-rose-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.first\:ring-rose-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.first\:ring-rose-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.first\:ring-rose-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.first\:ring-rose-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.first\:ring-rose-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.first\:ring-rose-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.first\:ring-pink-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.first\:ring-pink-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.first\:ring-pink-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.first\:ring-pink-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.first\:ring-pink-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.first\:ring-pink-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.first\:ring-pink-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.first\:ring-pink-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.first\:ring-pink-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.first\:ring-pink-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.first\:ring-fuchsia-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.first\:ring-purple-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.first\:ring-purple-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.first\:ring-purple-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.first\:ring-purple-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.first\:ring-purple-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.first\:ring-purple-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.first\:ring-purple-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.first\:ring-purple-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.first\:ring-purple-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.first\:ring-purple-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.first\:ring-violet-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.first\:ring-violet-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.first\:ring-violet-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.first\:ring-violet-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.first\:ring-violet-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.first\:ring-violet-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.first\:ring-violet-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.first\:ring-violet-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.first\:ring-violet-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.first\:ring-violet-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.first\:ring-indigo-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.first\:ring-indigo-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.first\:ring-indigo-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.first\:ring-indigo-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.first\:ring-indigo-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.first\:ring-indigo-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.first\:ring-indigo-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.first\:ring-indigo-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.first\:ring-indigo-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.first\:ring-indigo-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.first\:ring-blue-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.first\:ring-blue-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.first\:ring-blue-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.first\:ring-blue-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.first\:ring-blue-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.first\:ring-blue-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.first\:ring-blue-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.first\:ring-blue-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.first\:ring-blue-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.first\:ring-blue-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.first\:ring-lightBlue-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.first\:ring-cyan-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.first\:ring-cyan-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.first\:ring-cyan-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.first\:ring-cyan-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.first\:ring-cyan-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.first\:ring-cyan-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.first\:ring-cyan-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.first\:ring-cyan-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.first\:ring-cyan-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.first\:ring-cyan-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.first\:ring-teal-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.first\:ring-teal-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.first\:ring-teal-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.first\:ring-teal-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.first\:ring-teal-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.first\:ring-teal-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.first\:ring-teal-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.first\:ring-teal-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.first\:ring-teal-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.first\:ring-teal-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.first\:ring-emerald-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.first\:ring-emerald-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.first\:ring-emerald-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.first\:ring-emerald-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.first\:ring-emerald-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.first\:ring-emerald-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.first\:ring-emerald-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.first\:ring-emerald-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.first\:ring-emerald-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.first\:ring-emerald-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.first\:ring-green-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.first\:ring-green-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.first\:ring-green-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.first\:ring-green-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.first\:ring-green-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.first\:ring-green-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.first\:ring-green-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.first\:ring-green-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.first\:ring-green-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.first\:ring-green-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.first\:ring-lime-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.first\:ring-lime-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.first\:ring-lime-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.first\:ring-lime-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.first\:ring-lime-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.first\:ring-lime-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.first\:ring-lime-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.first\:ring-lime-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.first\:ring-lime-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.first\:ring-lime-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.first\:ring-yellow-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.first\:ring-yellow-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.first\:ring-yellow-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.first\:ring-yellow-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.first\:ring-yellow-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.first\:ring-yellow-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.first\:ring-yellow-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.first\:ring-yellow-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.first\:ring-yellow-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.first\:ring-yellow-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.first\:ring-amber-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.first\:ring-amber-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.first\:ring-amber-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.first\:ring-amber-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.first\:ring-amber-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.first\:ring-amber-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.first\:ring-amber-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.first\:ring-amber-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.first\:ring-amber-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.first\:ring-amber-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.first\:ring-orange-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.first\:ring-orange-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.first\:ring-orange-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.first\:ring-orange-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.first\:ring-orange-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.first\:ring-orange-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.first\:ring-orange-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.first\:ring-orange-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.first\:ring-orange-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.first\:ring-orange-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.first\:ring-red-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.first\:ring-red-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.first\:ring-red-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.first\:ring-red-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.first\:ring-red-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.first\:ring-red-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.first\:ring-red-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.first\:ring-red-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.first\:ring-red-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.first\:ring-red-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.first\:ring-warmGray-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.first\:ring-warmGray-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.first\:ring-warmGray-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.first\:ring-warmGray-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.first\:ring-warmGray-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.first\:ring-warmGray-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.first\:ring-warmGray-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.first\:ring-warmGray-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.first\:ring-warmGray-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.first\:ring-warmGray-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.first\:ring-trueGray-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.first\:ring-trueGray-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.first\:ring-trueGray-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.first\:ring-trueGray-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.first\:ring-trueGray-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.first\:ring-trueGray-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.first\:ring-trueGray-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.first\:ring-trueGray-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.first\:ring-trueGray-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.first\:ring-trueGray-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.first\:ring-gray-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.first\:ring-gray-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.first\:ring-gray-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.first\:ring-gray-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.first\:ring-gray-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.first\:ring-gray-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.first\:ring-gray-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.first\:ring-gray-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.first\:ring-gray-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.first\:ring-gray-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.first\:ring-coolGray-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.first\:ring-coolGray-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.first\:ring-coolGray-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.first\:ring-coolGray-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.first\:ring-coolGray-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.first\:ring-coolGray-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.first\:ring-coolGray-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.first\:ring-coolGray-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.first\:ring-coolGray-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.first\:ring-coolGray-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.first\:ring-blueGray-50:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.first\:ring-blueGray-100:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.first\:ring-blueGray-200:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.first\:ring-blueGray-300:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.first\:ring-blueGray-400:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.first\:ring-blueGray-500:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.first\:ring-blueGray-600:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.first\:ring-blueGray-700:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.first\:ring-blueGray-800:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.first\:ring-blueGray-900:first-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.first\:ring-current:first-child {
  --tw-ring-color: current;
}

.first\:ring-transparent:first-child {
  --tw-ring-color: transparent;
}

.last\:ring-black:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.last\:ring-white:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.last\:ring-rose-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.last\:ring-rose-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.last\:ring-rose-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.last\:ring-rose-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.last\:ring-rose-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.last\:ring-rose-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.last\:ring-rose-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.last\:ring-rose-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.last\:ring-rose-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.last\:ring-rose-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.last\:ring-pink-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.last\:ring-pink-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.last\:ring-pink-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.last\:ring-pink-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.last\:ring-pink-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.last\:ring-pink-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.last\:ring-pink-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.last\:ring-pink-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.last\:ring-pink-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.last\:ring-pink-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.last\:ring-fuchsia-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.last\:ring-purple-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.last\:ring-purple-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.last\:ring-purple-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.last\:ring-purple-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.last\:ring-purple-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.last\:ring-purple-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.last\:ring-purple-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.last\:ring-purple-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.last\:ring-purple-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.last\:ring-purple-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.last\:ring-violet-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.last\:ring-violet-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.last\:ring-violet-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.last\:ring-violet-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.last\:ring-violet-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.last\:ring-violet-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.last\:ring-violet-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.last\:ring-violet-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.last\:ring-violet-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.last\:ring-violet-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.last\:ring-indigo-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.last\:ring-indigo-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.last\:ring-indigo-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.last\:ring-indigo-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.last\:ring-indigo-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.last\:ring-indigo-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.last\:ring-indigo-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.last\:ring-indigo-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.last\:ring-indigo-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.last\:ring-indigo-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.last\:ring-blue-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.last\:ring-blue-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.last\:ring-blue-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.last\:ring-blue-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.last\:ring-blue-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.last\:ring-blue-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.last\:ring-blue-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.last\:ring-blue-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.last\:ring-blue-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.last\:ring-blue-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.last\:ring-lightBlue-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.last\:ring-cyan-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.last\:ring-cyan-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.last\:ring-cyan-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.last\:ring-cyan-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.last\:ring-cyan-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.last\:ring-cyan-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.last\:ring-cyan-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.last\:ring-cyan-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.last\:ring-cyan-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.last\:ring-cyan-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.last\:ring-teal-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.last\:ring-teal-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.last\:ring-teal-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.last\:ring-teal-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.last\:ring-teal-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.last\:ring-teal-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.last\:ring-teal-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.last\:ring-teal-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.last\:ring-teal-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.last\:ring-teal-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.last\:ring-emerald-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.last\:ring-emerald-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.last\:ring-emerald-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.last\:ring-emerald-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.last\:ring-emerald-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.last\:ring-emerald-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.last\:ring-emerald-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.last\:ring-emerald-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.last\:ring-emerald-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.last\:ring-emerald-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.last\:ring-green-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.last\:ring-green-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.last\:ring-green-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.last\:ring-green-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.last\:ring-green-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.last\:ring-green-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.last\:ring-green-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.last\:ring-green-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.last\:ring-green-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.last\:ring-green-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.last\:ring-lime-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.last\:ring-lime-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.last\:ring-lime-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.last\:ring-lime-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.last\:ring-lime-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.last\:ring-lime-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.last\:ring-lime-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.last\:ring-lime-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.last\:ring-lime-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.last\:ring-lime-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.last\:ring-yellow-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.last\:ring-yellow-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.last\:ring-yellow-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.last\:ring-yellow-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.last\:ring-yellow-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.last\:ring-yellow-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.last\:ring-yellow-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.last\:ring-yellow-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.last\:ring-yellow-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.last\:ring-yellow-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.last\:ring-amber-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.last\:ring-amber-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.last\:ring-amber-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.last\:ring-amber-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.last\:ring-amber-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.last\:ring-amber-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.last\:ring-amber-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.last\:ring-amber-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.last\:ring-amber-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.last\:ring-amber-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.last\:ring-orange-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.last\:ring-orange-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.last\:ring-orange-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.last\:ring-orange-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.last\:ring-orange-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.last\:ring-orange-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.last\:ring-orange-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.last\:ring-orange-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.last\:ring-orange-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.last\:ring-orange-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.last\:ring-red-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.last\:ring-red-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.last\:ring-red-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.last\:ring-red-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.last\:ring-red-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.last\:ring-red-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.last\:ring-red-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.last\:ring-red-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.last\:ring-red-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.last\:ring-red-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.last\:ring-warmGray-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.last\:ring-warmGray-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.last\:ring-warmGray-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.last\:ring-warmGray-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.last\:ring-warmGray-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.last\:ring-warmGray-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.last\:ring-warmGray-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.last\:ring-warmGray-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.last\:ring-warmGray-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.last\:ring-warmGray-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.last\:ring-trueGray-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.last\:ring-trueGray-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.last\:ring-trueGray-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.last\:ring-trueGray-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.last\:ring-trueGray-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.last\:ring-trueGray-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.last\:ring-trueGray-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.last\:ring-trueGray-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.last\:ring-trueGray-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.last\:ring-trueGray-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.last\:ring-gray-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.last\:ring-gray-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.last\:ring-gray-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.last\:ring-gray-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.last\:ring-gray-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.last\:ring-gray-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.last\:ring-gray-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.last\:ring-gray-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.last\:ring-gray-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.last\:ring-gray-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.last\:ring-coolGray-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.last\:ring-coolGray-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.last\:ring-coolGray-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.last\:ring-coolGray-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.last\:ring-coolGray-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.last\:ring-coolGray-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.last\:ring-coolGray-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.last\:ring-coolGray-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.last\:ring-coolGray-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.last\:ring-coolGray-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.last\:ring-blueGray-50:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.last\:ring-blueGray-100:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.last\:ring-blueGray-200:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.last\:ring-blueGray-300:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.last\:ring-blueGray-400:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.last\:ring-blueGray-500:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.last\:ring-blueGray-600:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.last\:ring-blueGray-700:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.last\:ring-blueGray-800:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.last\:ring-blueGray-900:last-child {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.last\:ring-current:last-child {
  --tw-ring-color: current;
}

.last\:ring-transparent:last-child {
  --tw-ring-color: transparent;
}

.odd\:ring-black:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.odd\:ring-white:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.odd\:ring-rose-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.odd\:ring-rose-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.odd\:ring-rose-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.odd\:ring-rose-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.odd\:ring-rose-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.odd\:ring-rose-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.odd\:ring-rose-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.odd\:ring-rose-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.odd\:ring-rose-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.odd\:ring-rose-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.odd\:ring-pink-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.odd\:ring-pink-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.odd\:ring-pink-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.odd\:ring-pink-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.odd\:ring-pink-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.odd\:ring-pink-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.odd\:ring-pink-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.odd\:ring-pink-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.odd\:ring-pink-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.odd\:ring-pink-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.odd\:ring-fuchsia-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.odd\:ring-purple-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.odd\:ring-purple-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.odd\:ring-purple-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.odd\:ring-purple-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.odd\:ring-purple-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.odd\:ring-purple-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.odd\:ring-purple-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.odd\:ring-purple-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.odd\:ring-purple-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.odd\:ring-purple-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.odd\:ring-violet-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.odd\:ring-violet-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.odd\:ring-violet-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.odd\:ring-violet-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.odd\:ring-violet-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.odd\:ring-violet-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.odd\:ring-violet-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.odd\:ring-violet-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.odd\:ring-violet-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.odd\:ring-violet-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.odd\:ring-indigo-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.odd\:ring-indigo-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.odd\:ring-indigo-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.odd\:ring-indigo-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.odd\:ring-indigo-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.odd\:ring-indigo-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.odd\:ring-indigo-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.odd\:ring-indigo-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.odd\:ring-indigo-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.odd\:ring-indigo-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.odd\:ring-blue-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.odd\:ring-blue-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.odd\:ring-blue-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.odd\:ring-blue-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.odd\:ring-blue-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.odd\:ring-blue-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.odd\:ring-blue-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.odd\:ring-blue-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.odd\:ring-blue-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.odd\:ring-blue-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.odd\:ring-lightBlue-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.odd\:ring-cyan-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.odd\:ring-cyan-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.odd\:ring-cyan-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.odd\:ring-cyan-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.odd\:ring-cyan-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.odd\:ring-cyan-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.odd\:ring-cyan-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.odd\:ring-cyan-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.odd\:ring-cyan-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.odd\:ring-cyan-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.odd\:ring-teal-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.odd\:ring-teal-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.odd\:ring-teal-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.odd\:ring-teal-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.odd\:ring-teal-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.odd\:ring-teal-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.odd\:ring-teal-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.odd\:ring-teal-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.odd\:ring-teal-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.odd\:ring-teal-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.odd\:ring-emerald-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.odd\:ring-emerald-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.odd\:ring-emerald-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.odd\:ring-emerald-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.odd\:ring-emerald-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.odd\:ring-emerald-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.odd\:ring-emerald-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.odd\:ring-emerald-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.odd\:ring-emerald-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.odd\:ring-emerald-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.odd\:ring-green-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.odd\:ring-green-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.odd\:ring-green-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.odd\:ring-green-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.odd\:ring-green-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.odd\:ring-green-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.odd\:ring-green-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.odd\:ring-green-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.odd\:ring-green-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.odd\:ring-green-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.odd\:ring-lime-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.odd\:ring-lime-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.odd\:ring-lime-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.odd\:ring-lime-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.odd\:ring-lime-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.odd\:ring-lime-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.odd\:ring-lime-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.odd\:ring-lime-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.odd\:ring-lime-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.odd\:ring-lime-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.odd\:ring-yellow-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.odd\:ring-yellow-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.odd\:ring-yellow-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.odd\:ring-yellow-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.odd\:ring-yellow-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.odd\:ring-yellow-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.odd\:ring-yellow-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.odd\:ring-yellow-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.odd\:ring-yellow-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.odd\:ring-yellow-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.odd\:ring-amber-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.odd\:ring-amber-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.odd\:ring-amber-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.odd\:ring-amber-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.odd\:ring-amber-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.odd\:ring-amber-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.odd\:ring-amber-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.odd\:ring-amber-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.odd\:ring-amber-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.odd\:ring-amber-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.odd\:ring-orange-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.odd\:ring-orange-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.odd\:ring-orange-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.odd\:ring-orange-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.odd\:ring-orange-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.odd\:ring-orange-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.odd\:ring-orange-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.odd\:ring-orange-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.odd\:ring-orange-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.odd\:ring-orange-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.odd\:ring-red-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.odd\:ring-red-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.odd\:ring-red-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.odd\:ring-red-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.odd\:ring-red-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.odd\:ring-red-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.odd\:ring-red-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.odd\:ring-red-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.odd\:ring-red-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.odd\:ring-red-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.odd\:ring-warmGray-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.odd\:ring-trueGray-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.odd\:ring-gray-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.odd\:ring-gray-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.odd\:ring-gray-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.odd\:ring-gray-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.odd\:ring-gray-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.odd\:ring-gray-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.odd\:ring-gray-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.odd\:ring-gray-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.odd\:ring-gray-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.odd\:ring-gray-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.odd\:ring-coolGray-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-50:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-100:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-200:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-300:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-400:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-500:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-600:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-700:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-800:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.odd\:ring-blueGray-900:nth-child(odd) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.odd\:ring-current:nth-child(odd) {
  --tw-ring-color: current;
}

.odd\:ring-transparent:nth-child(odd) {
  --tw-ring-color: transparent;
}

.even\:ring-black:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.even\:ring-white:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.even\:ring-rose-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.even\:ring-rose-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.even\:ring-rose-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.even\:ring-rose-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.even\:ring-rose-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.even\:ring-rose-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.even\:ring-rose-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.even\:ring-rose-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.even\:ring-rose-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.even\:ring-rose-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.even\:ring-pink-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.even\:ring-pink-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.even\:ring-pink-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.even\:ring-pink-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.even\:ring-pink-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.even\:ring-pink-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.even\:ring-pink-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.even\:ring-pink-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.even\:ring-pink-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.even\:ring-pink-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.even\:ring-fuchsia-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.even\:ring-purple-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.even\:ring-purple-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.even\:ring-purple-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.even\:ring-purple-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.even\:ring-purple-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.even\:ring-purple-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.even\:ring-purple-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.even\:ring-purple-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.even\:ring-purple-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.even\:ring-purple-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.even\:ring-violet-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.even\:ring-violet-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.even\:ring-violet-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.even\:ring-violet-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.even\:ring-violet-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.even\:ring-violet-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.even\:ring-violet-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.even\:ring-violet-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.even\:ring-violet-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.even\:ring-violet-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.even\:ring-indigo-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.even\:ring-indigo-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.even\:ring-indigo-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.even\:ring-indigo-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.even\:ring-indigo-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.even\:ring-indigo-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.even\:ring-indigo-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.even\:ring-indigo-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.even\:ring-indigo-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.even\:ring-indigo-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.even\:ring-blue-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.even\:ring-blue-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.even\:ring-blue-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.even\:ring-blue-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.even\:ring-blue-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.even\:ring-blue-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.even\:ring-blue-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.even\:ring-blue-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.even\:ring-blue-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.even\:ring-blue-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.even\:ring-lightBlue-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.even\:ring-cyan-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.even\:ring-cyan-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.even\:ring-cyan-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.even\:ring-cyan-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.even\:ring-cyan-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.even\:ring-cyan-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.even\:ring-cyan-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.even\:ring-cyan-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.even\:ring-cyan-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.even\:ring-cyan-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.even\:ring-teal-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.even\:ring-teal-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.even\:ring-teal-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.even\:ring-teal-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.even\:ring-teal-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.even\:ring-teal-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.even\:ring-teal-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.even\:ring-teal-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.even\:ring-teal-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.even\:ring-teal-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.even\:ring-emerald-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.even\:ring-emerald-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.even\:ring-emerald-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.even\:ring-emerald-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.even\:ring-emerald-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.even\:ring-emerald-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.even\:ring-emerald-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.even\:ring-emerald-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.even\:ring-emerald-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.even\:ring-emerald-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.even\:ring-green-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.even\:ring-green-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.even\:ring-green-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.even\:ring-green-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.even\:ring-green-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.even\:ring-green-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.even\:ring-green-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.even\:ring-green-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.even\:ring-green-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.even\:ring-green-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.even\:ring-lime-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.even\:ring-lime-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.even\:ring-lime-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.even\:ring-lime-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.even\:ring-lime-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.even\:ring-lime-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.even\:ring-lime-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.even\:ring-lime-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.even\:ring-lime-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.even\:ring-lime-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.even\:ring-yellow-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.even\:ring-yellow-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.even\:ring-yellow-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.even\:ring-yellow-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.even\:ring-yellow-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.even\:ring-yellow-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.even\:ring-yellow-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.even\:ring-yellow-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.even\:ring-yellow-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.even\:ring-yellow-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.even\:ring-amber-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.even\:ring-amber-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.even\:ring-amber-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.even\:ring-amber-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.even\:ring-amber-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.even\:ring-amber-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.even\:ring-amber-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.even\:ring-amber-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.even\:ring-amber-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.even\:ring-amber-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.even\:ring-orange-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.even\:ring-orange-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.even\:ring-orange-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.even\:ring-orange-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.even\:ring-orange-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.even\:ring-orange-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.even\:ring-orange-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.even\:ring-orange-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.even\:ring-orange-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.even\:ring-orange-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.even\:ring-red-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.even\:ring-red-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.even\:ring-red-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.even\:ring-red-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.even\:ring-red-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.even\:ring-red-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.even\:ring-red-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.even\:ring-red-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.even\:ring-red-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.even\:ring-red-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.even\:ring-warmGray-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.even\:ring-warmGray-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.even\:ring-warmGray-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.even\:ring-warmGray-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.even\:ring-warmGray-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.even\:ring-warmGray-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.even\:ring-warmGray-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.even\:ring-warmGray-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.even\:ring-warmGray-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.even\:ring-warmGray-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.even\:ring-trueGray-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.even\:ring-trueGray-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.even\:ring-trueGray-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.even\:ring-trueGray-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.even\:ring-trueGray-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.even\:ring-trueGray-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.even\:ring-trueGray-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.even\:ring-trueGray-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.even\:ring-trueGray-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.even\:ring-trueGray-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.even\:ring-gray-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.even\:ring-gray-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.even\:ring-gray-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.even\:ring-gray-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.even\:ring-gray-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.even\:ring-gray-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.even\:ring-gray-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.even\:ring-gray-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.even\:ring-gray-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.even\:ring-gray-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.even\:ring-coolGray-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.even\:ring-coolGray-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.even\:ring-coolGray-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.even\:ring-coolGray-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.even\:ring-coolGray-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.even\:ring-coolGray-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.even\:ring-coolGray-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.even\:ring-coolGray-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.even\:ring-coolGray-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.even\:ring-coolGray-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.even\:ring-blueGray-50:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.even\:ring-blueGray-100:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.even\:ring-blueGray-200:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.even\:ring-blueGray-300:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.even\:ring-blueGray-400:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.even\:ring-blueGray-500:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.even\:ring-blueGray-600:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.even\:ring-blueGray-700:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.even\:ring-blueGray-800:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.even\:ring-blueGray-900:nth-child(even) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.even\:ring-current:nth-child(even) {
  --tw-ring-color: current;
}

.even\:ring-transparent:nth-child(even) {
  --tw-ring-color: transparent;
}

.hover\:ring-black:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.hover\:ring-white:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.hover\:ring-rose-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.hover\:ring-rose-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.hover\:ring-rose-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.hover\:ring-rose-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.hover\:ring-rose-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.hover\:ring-rose-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.hover\:ring-rose-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.hover\:ring-rose-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.hover\:ring-rose-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.hover\:ring-rose-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.hover\:ring-pink-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.hover\:ring-pink-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.hover\:ring-pink-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.hover\:ring-pink-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.hover\:ring-pink-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.hover\:ring-pink-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.hover\:ring-pink-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.hover\:ring-pink-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.hover\:ring-pink-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.hover\:ring-pink-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.hover\:ring-fuchsia-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.hover\:ring-purple-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.hover\:ring-purple-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.hover\:ring-purple-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.hover\:ring-purple-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.hover\:ring-purple-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.hover\:ring-purple-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.hover\:ring-purple-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.hover\:ring-purple-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.hover\:ring-purple-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.hover\:ring-purple-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.hover\:ring-violet-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.hover\:ring-violet-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.hover\:ring-violet-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.hover\:ring-violet-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.hover\:ring-violet-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.hover\:ring-violet-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.hover\:ring-violet-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.hover\:ring-violet-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.hover\:ring-violet-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.hover\:ring-violet-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.hover\:ring-indigo-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.hover\:ring-indigo-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.hover\:ring-indigo-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.hover\:ring-indigo-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.hover\:ring-indigo-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.hover\:ring-indigo-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.hover\:ring-indigo-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.hover\:ring-indigo-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.hover\:ring-indigo-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.hover\:ring-indigo-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.hover\:ring-blue-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.hover\:ring-blue-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.hover\:ring-blue-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.hover\:ring-blue-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.hover\:ring-blue-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.hover\:ring-blue-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.hover\:ring-blue-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.hover\:ring-blue-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.hover\:ring-blue-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.hover\:ring-blue-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.hover\:ring-lightBlue-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.hover\:ring-cyan-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.hover\:ring-cyan-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.hover\:ring-cyan-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.hover\:ring-cyan-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.hover\:ring-cyan-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.hover\:ring-cyan-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.hover\:ring-cyan-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.hover\:ring-cyan-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.hover\:ring-cyan-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.hover\:ring-cyan-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.hover\:ring-teal-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.hover\:ring-teal-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.hover\:ring-teal-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.hover\:ring-teal-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.hover\:ring-teal-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.hover\:ring-teal-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.hover\:ring-teal-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.hover\:ring-teal-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.hover\:ring-teal-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.hover\:ring-teal-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.hover\:ring-emerald-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.hover\:ring-emerald-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.hover\:ring-emerald-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.hover\:ring-emerald-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.hover\:ring-emerald-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.hover\:ring-emerald-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.hover\:ring-emerald-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.hover\:ring-emerald-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.hover\:ring-emerald-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.hover\:ring-emerald-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.hover\:ring-green-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.hover\:ring-green-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.hover\:ring-green-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.hover\:ring-green-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.hover\:ring-green-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.hover\:ring-green-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.hover\:ring-green-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.hover\:ring-green-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.hover\:ring-green-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.hover\:ring-green-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.hover\:ring-lime-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.hover\:ring-lime-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.hover\:ring-lime-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.hover\:ring-lime-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.hover\:ring-lime-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.hover\:ring-lime-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.hover\:ring-lime-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.hover\:ring-lime-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.hover\:ring-lime-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.hover\:ring-lime-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.hover\:ring-yellow-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.hover\:ring-yellow-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.hover\:ring-yellow-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.hover\:ring-yellow-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.hover\:ring-yellow-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.hover\:ring-yellow-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.hover\:ring-yellow-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.hover\:ring-yellow-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.hover\:ring-yellow-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.hover\:ring-yellow-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.hover\:ring-amber-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.hover\:ring-amber-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.hover\:ring-amber-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.hover\:ring-amber-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.hover\:ring-amber-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.hover\:ring-amber-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.hover\:ring-amber-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.hover\:ring-amber-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.hover\:ring-amber-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.hover\:ring-amber-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.hover\:ring-orange-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.hover\:ring-orange-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.hover\:ring-orange-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.hover\:ring-orange-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.hover\:ring-orange-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.hover\:ring-orange-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.hover\:ring-orange-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.hover\:ring-orange-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.hover\:ring-orange-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.hover\:ring-orange-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.hover\:ring-red-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.hover\:ring-red-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.hover\:ring-red-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.hover\:ring-red-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.hover\:ring-red-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.hover\:ring-red-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.hover\:ring-red-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.hover\:ring-red-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.hover\:ring-red-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.hover\:ring-red-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.hover\:ring-warmGray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.hover\:ring-trueGray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.hover\:ring-gray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.hover\:ring-gray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.hover\:ring-gray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.hover\:ring-gray-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.hover\:ring-gray-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.hover\:ring-gray-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.hover\:ring-gray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.hover\:ring-gray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.hover\:ring-gray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.hover\:ring-gray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.hover\:ring-coolGray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.hover\:ring-blueGray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.hover\:ring-current:hover {
  --tw-ring-color: current;
}

.hover\:ring-transparent:hover {
  --tw-ring-color: transparent;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-rose-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus\:ring-rose-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus\:ring-rose-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-rose-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus\:ring-rose-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus\:ring-rose-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-violet-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-violet-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-lightBlue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.focus\:ring-cyan-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus\:ring-cyan-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus\:ring-teal-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.focus\:ring-emerald-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-emerald-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-emerald-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-emerald-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-emerald-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.focus\:ring-lime-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.focus\:ring-amber-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-amber-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-amber-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-amber-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-amber-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-amber-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-orange-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus\:ring-warmGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-trueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-coolGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.focus\:ring-blueGray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus\:ring-current:focus {
  --tw-ring-color: current;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.active\:ring-black:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.active\:ring-white:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.active\:ring-rose-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.active\:ring-rose-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.active\:ring-rose-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.active\:ring-rose-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.active\:ring-rose-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.active\:ring-rose-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.active\:ring-rose-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.active\:ring-rose-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.active\:ring-rose-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.active\:ring-rose-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.active\:ring-pink-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.active\:ring-pink-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.active\:ring-pink-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.active\:ring-pink-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.active\:ring-pink-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.active\:ring-pink-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.active\:ring-pink-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.active\:ring-pink-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.active\:ring-pink-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.active\:ring-pink-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.active\:ring-fuchsia-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.active\:ring-purple-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.active\:ring-purple-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.active\:ring-purple-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.active\:ring-purple-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.active\:ring-purple-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.active\:ring-purple-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.active\:ring-purple-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.active\:ring-purple-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.active\:ring-purple-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.active\:ring-purple-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.active\:ring-violet-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.active\:ring-violet-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.active\:ring-violet-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.active\:ring-violet-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.active\:ring-violet-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.active\:ring-violet-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.active\:ring-violet-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.active\:ring-violet-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.active\:ring-violet-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.active\:ring-violet-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.active\:ring-indigo-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.active\:ring-indigo-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.active\:ring-indigo-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.active\:ring-indigo-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.active\:ring-indigo-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.active\:ring-indigo-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.active\:ring-indigo-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.active\:ring-indigo-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.active\:ring-indigo-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.active\:ring-indigo-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.active\:ring-blue-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.active\:ring-blue-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.active\:ring-blue-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.active\:ring-blue-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.active\:ring-blue-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.active\:ring-blue-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.active\:ring-blue-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.active\:ring-blue-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.active\:ring-blue-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.active\:ring-blue-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.active\:ring-lightBlue-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.active\:ring-cyan-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.active\:ring-cyan-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.active\:ring-cyan-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.active\:ring-cyan-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.active\:ring-cyan-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.active\:ring-cyan-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.active\:ring-cyan-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.active\:ring-cyan-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.active\:ring-cyan-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.active\:ring-cyan-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.active\:ring-teal-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.active\:ring-teal-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.active\:ring-teal-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.active\:ring-teal-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.active\:ring-teal-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.active\:ring-teal-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.active\:ring-teal-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.active\:ring-teal-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.active\:ring-teal-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.active\:ring-teal-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.active\:ring-emerald-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.active\:ring-emerald-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.active\:ring-emerald-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.active\:ring-emerald-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.active\:ring-emerald-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.active\:ring-emerald-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.active\:ring-emerald-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.active\:ring-emerald-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.active\:ring-emerald-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.active\:ring-emerald-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.active\:ring-green-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.active\:ring-green-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.active\:ring-green-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.active\:ring-green-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.active\:ring-green-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.active\:ring-green-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.active\:ring-green-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.active\:ring-green-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.active\:ring-green-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.active\:ring-green-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.active\:ring-lime-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.active\:ring-lime-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.active\:ring-lime-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.active\:ring-lime-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.active\:ring-lime-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.active\:ring-lime-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.active\:ring-lime-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.active\:ring-lime-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.active\:ring-lime-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.active\:ring-lime-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.active\:ring-yellow-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.active\:ring-yellow-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.active\:ring-yellow-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.active\:ring-yellow-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.active\:ring-yellow-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.active\:ring-yellow-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.active\:ring-yellow-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.active\:ring-yellow-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.active\:ring-yellow-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.active\:ring-yellow-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.active\:ring-amber-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.active\:ring-amber-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.active\:ring-amber-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.active\:ring-amber-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.active\:ring-amber-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.active\:ring-amber-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.active\:ring-amber-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.active\:ring-amber-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.active\:ring-amber-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.active\:ring-amber-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.active\:ring-orange-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.active\:ring-orange-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.active\:ring-orange-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.active\:ring-orange-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.active\:ring-orange-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.active\:ring-orange-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.active\:ring-orange-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.active\:ring-orange-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.active\:ring-orange-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.active\:ring-orange-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.active\:ring-red-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.active\:ring-red-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.active\:ring-red-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.active\:ring-red-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.active\:ring-red-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.active\:ring-red-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.active\:ring-red-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.active\:ring-red-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.active\:ring-red-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.active\:ring-red-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.active\:ring-warmGray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.active\:ring-warmGray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.active\:ring-warmGray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.active\:ring-warmGray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.active\:ring-warmGray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.active\:ring-warmGray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.active\:ring-warmGray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.active\:ring-warmGray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.active\:ring-warmGray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.active\:ring-warmGray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.active\:ring-trueGray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.active\:ring-trueGray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.active\:ring-trueGray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.active\:ring-trueGray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.active\:ring-trueGray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.active\:ring-trueGray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.active\:ring-trueGray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.active\:ring-trueGray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.active\:ring-trueGray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.active\:ring-trueGray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.active\:ring-gray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.active\:ring-gray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.active\:ring-gray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.active\:ring-gray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.active\:ring-gray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.active\:ring-gray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.active\:ring-gray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.active\:ring-gray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.active\:ring-gray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.active\:ring-gray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.active\:ring-coolGray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.active\:ring-coolGray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.active\:ring-coolGray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.active\:ring-coolGray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.active\:ring-coolGray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.active\:ring-coolGray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.active\:ring-coolGray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.active\:ring-coolGray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.active\:ring-coolGray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.active\:ring-coolGray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.active\:ring-blueGray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.active\:ring-blueGray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.active\:ring-blueGray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.active\:ring-blueGray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.active\:ring-blueGray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.active\:ring-blueGray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.active\:ring-blueGray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.active\:ring-blueGray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.active\:ring-blueGray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.active\:ring-blueGray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.active\:ring-current:active {
  --tw-ring-color: current;
}

.active\:ring-transparent:active {
  --tw-ring-color: transparent;
}

.visited\:ring-black:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.visited\:ring-white:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.visited\:ring-rose-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.visited\:ring-rose-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.visited\:ring-rose-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.visited\:ring-rose-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.visited\:ring-rose-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.visited\:ring-rose-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.visited\:ring-rose-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.visited\:ring-rose-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.visited\:ring-rose-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.visited\:ring-rose-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.visited\:ring-pink-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.visited\:ring-pink-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.visited\:ring-pink-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.visited\:ring-pink-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.visited\:ring-pink-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.visited\:ring-pink-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.visited\:ring-pink-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.visited\:ring-pink-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.visited\:ring-pink-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.visited\:ring-pink-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.visited\:ring-fuchsia-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.visited\:ring-purple-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.visited\:ring-purple-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.visited\:ring-purple-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.visited\:ring-purple-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.visited\:ring-purple-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.visited\:ring-purple-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.visited\:ring-purple-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.visited\:ring-purple-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.visited\:ring-purple-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.visited\:ring-purple-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.visited\:ring-violet-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.visited\:ring-violet-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.visited\:ring-violet-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.visited\:ring-violet-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.visited\:ring-violet-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.visited\:ring-violet-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.visited\:ring-violet-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.visited\:ring-violet-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.visited\:ring-violet-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.visited\:ring-violet-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.visited\:ring-indigo-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.visited\:ring-indigo-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.visited\:ring-indigo-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.visited\:ring-indigo-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.visited\:ring-indigo-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.visited\:ring-indigo-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.visited\:ring-indigo-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.visited\:ring-indigo-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.visited\:ring-indigo-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.visited\:ring-indigo-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.visited\:ring-blue-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.visited\:ring-blue-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.visited\:ring-blue-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.visited\:ring-blue-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.visited\:ring-blue-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.visited\:ring-blue-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.visited\:ring-blue-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.visited\:ring-blue-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.visited\:ring-blue-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.visited\:ring-blue-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.visited\:ring-lightBlue-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.visited\:ring-cyan-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.visited\:ring-cyan-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.visited\:ring-cyan-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.visited\:ring-cyan-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.visited\:ring-cyan-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.visited\:ring-cyan-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.visited\:ring-cyan-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.visited\:ring-cyan-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.visited\:ring-cyan-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.visited\:ring-cyan-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.visited\:ring-teal-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.visited\:ring-teal-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.visited\:ring-teal-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.visited\:ring-teal-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.visited\:ring-teal-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.visited\:ring-teal-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.visited\:ring-teal-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.visited\:ring-teal-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.visited\:ring-teal-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.visited\:ring-teal-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.visited\:ring-emerald-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.visited\:ring-emerald-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.visited\:ring-emerald-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.visited\:ring-emerald-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.visited\:ring-emerald-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.visited\:ring-emerald-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.visited\:ring-emerald-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.visited\:ring-emerald-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.visited\:ring-emerald-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.visited\:ring-emerald-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.visited\:ring-green-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.visited\:ring-green-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.visited\:ring-green-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.visited\:ring-green-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.visited\:ring-green-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.visited\:ring-green-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.visited\:ring-green-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.visited\:ring-green-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.visited\:ring-green-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.visited\:ring-green-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.visited\:ring-lime-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.visited\:ring-lime-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.visited\:ring-lime-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.visited\:ring-lime-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.visited\:ring-lime-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.visited\:ring-lime-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.visited\:ring-lime-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.visited\:ring-lime-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.visited\:ring-lime-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.visited\:ring-lime-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.visited\:ring-yellow-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.visited\:ring-yellow-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.visited\:ring-yellow-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.visited\:ring-yellow-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.visited\:ring-yellow-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.visited\:ring-yellow-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.visited\:ring-yellow-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.visited\:ring-yellow-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.visited\:ring-yellow-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.visited\:ring-yellow-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.visited\:ring-amber-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.visited\:ring-amber-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.visited\:ring-amber-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.visited\:ring-amber-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.visited\:ring-amber-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.visited\:ring-amber-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.visited\:ring-amber-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.visited\:ring-amber-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.visited\:ring-amber-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.visited\:ring-amber-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.visited\:ring-orange-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.visited\:ring-orange-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.visited\:ring-orange-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.visited\:ring-orange-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.visited\:ring-orange-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.visited\:ring-orange-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.visited\:ring-orange-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.visited\:ring-orange-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.visited\:ring-orange-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.visited\:ring-orange-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.visited\:ring-red-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.visited\:ring-red-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.visited\:ring-red-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.visited\:ring-red-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.visited\:ring-red-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.visited\:ring-red-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.visited\:ring-red-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.visited\:ring-red-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.visited\:ring-red-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.visited\:ring-red-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.visited\:ring-warmGray-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.visited\:ring-trueGray-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.visited\:ring-gray-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.visited\:ring-gray-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.visited\:ring-gray-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.visited\:ring-gray-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.visited\:ring-gray-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.visited\:ring-gray-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.visited\:ring-gray-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.visited\:ring-gray-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.visited\:ring-gray-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.visited\:ring-gray-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.visited\:ring-coolGray-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-50:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-100:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-200:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-300:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-400:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-500:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-600:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-700:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-800:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.visited\:ring-blueGray-900:visited {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.visited\:ring-current:visited {
  --tw-ring-color: current;
}

.visited\:ring-transparent:visited {
  --tw-ring-color: transparent;
}

.disabled\:ring-black:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.disabled\:ring-white:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.disabled\:ring-rose-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.disabled\:ring-rose-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.disabled\:ring-rose-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.disabled\:ring-rose-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.disabled\:ring-rose-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.disabled\:ring-rose-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.disabled\:ring-rose-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.disabled\:ring-rose-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.disabled\:ring-rose-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.disabled\:ring-rose-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.disabled\:ring-pink-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.disabled\:ring-pink-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.disabled\:ring-pink-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.disabled\:ring-pink-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.disabled\:ring-pink-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.disabled\:ring-pink-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.disabled\:ring-pink-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.disabled\:ring-pink-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.disabled\:ring-pink-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.disabled\:ring-pink-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.disabled\:ring-fuchsia-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.disabled\:ring-purple-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.disabled\:ring-purple-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.disabled\:ring-purple-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.disabled\:ring-purple-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.disabled\:ring-purple-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.disabled\:ring-purple-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.disabled\:ring-purple-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.disabled\:ring-purple-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.disabled\:ring-purple-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.disabled\:ring-purple-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
}

.disabled\:ring-violet-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.disabled\:ring-violet-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.disabled\:ring-violet-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.disabled\:ring-violet-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.disabled\:ring-violet-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.disabled\:ring-violet-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.disabled\:ring-violet-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.disabled\:ring-violet-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.disabled\:ring-violet-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.disabled\:ring-violet-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.disabled\:ring-indigo-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.disabled\:ring-blue-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.disabled\:ring-blue-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.disabled\:ring-blue-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.disabled\:ring-blue-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.disabled\:ring-blue-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.disabled\:ring-blue-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.disabled\:ring-blue-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.disabled\:ring-blue-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.disabled\:ring-blue-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.disabled\:ring-blue-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.disabled\:ring-lightBlue-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.disabled\:ring-cyan-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.disabled\:ring-teal-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.disabled\:ring-teal-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.disabled\:ring-teal-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.disabled\:ring-teal-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.disabled\:ring-teal-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.disabled\:ring-teal-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.disabled\:ring-teal-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.disabled\:ring-teal-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.disabled\:ring-teal-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.disabled\:ring-teal-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.disabled\:ring-emerald-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.disabled\:ring-green-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.disabled\:ring-green-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.disabled\:ring-green-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.disabled\:ring-green-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.disabled\:ring-green-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.disabled\:ring-green-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.disabled\:ring-green-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.disabled\:ring-green-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.disabled\:ring-green-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.disabled\:ring-green-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
}

.disabled\:ring-lime-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.disabled\:ring-lime-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.disabled\:ring-lime-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.disabled\:ring-lime-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.disabled\:ring-lime-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.disabled\:ring-lime-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.disabled\:ring-lime-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.disabled\:ring-lime-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.disabled\:ring-lime-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.disabled\:ring-lime-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.disabled\:ring-yellow-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
}

.disabled\:ring-amber-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.disabled\:ring-amber-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.disabled\:ring-amber-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.disabled\:ring-amber-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.disabled\:ring-amber-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.disabled\:ring-amber-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.disabled\:ring-amber-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.disabled\:ring-amber-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.disabled\:ring-amber-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.disabled\:ring-amber-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.disabled\:ring-orange-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.disabled\:ring-orange-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.disabled\:ring-orange-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.disabled\:ring-orange-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.disabled\:ring-orange-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.disabled\:ring-orange-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.disabled\:ring-orange-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.disabled\:ring-orange-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.disabled\:ring-orange-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.disabled\:ring-orange-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
}

.disabled\:ring-red-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.disabled\:ring-red-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.disabled\:ring-red-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.disabled\:ring-red-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.disabled\:ring-red-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.disabled\:ring-red-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.disabled\:ring-red-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.disabled\:ring-red-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.disabled\:ring-red-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.disabled\:ring-red-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.disabled\:ring-warmGray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.disabled\:ring-trueGray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
}

.disabled\:ring-gray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.disabled\:ring-gray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.disabled\:ring-gray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.disabled\:ring-gray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.disabled\:ring-gray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.disabled\:ring-gray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.disabled\:ring-gray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.disabled\:ring-gray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.disabled\:ring-gray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.disabled\:ring-gray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.disabled\:ring-coolGray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
}

.disabled\:ring-blueGray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.disabled\:ring-current:disabled {
  --tw-ring-color: current;
}

.disabled\:ring-transparent:disabled {
  --tw-ring-color: transparent;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.group:hover .group-hover\:ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.group:hover .group-hover\:ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.group:hover .group-hover\:ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.group:hover .group-hover\:ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.group:hover .group-hover\:ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.group:hover .group-hover\:ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.group:hover .group-hover\:ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.group:hover .group-hover\:ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.group:hover .group-hover\:ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.group:hover .group-hover\:ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.group:hover .group-hover\:ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.group:hover .group-hover\:ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.group:hover .group-hover\:ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.group:hover .group-hover\:ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.group:hover .group-hover\:ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.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;
}

.first\:ring-opacity-0:first-child {
  --tw-ring-opacity: 0;
}

.first\:ring-opacity-5:first-child {
  --tw-ring-opacity: 0.05;
}

.first\:ring-opacity-10:first-child {
  --tw-ring-opacity: 0.1;
}

.first\:ring-opacity-20:first-child {
  --tw-ring-opacity: 0.2;
}

.first\:ring-opacity-25:first-child {
  --tw-ring-opacity: 0.25;
}

.first\:ring-opacity-30:first-child {
  --tw-ring-opacity: 0.3;
}

.first\:ring-opacity-40:first-child {
  --tw-ring-opacity: 0.4;
}

.first\:ring-opacity-50:first-child {
  --tw-ring-opacity: 0.5;
}

.first\:ring-opacity-60:first-child {
  --tw-ring-opacity: 0.6;
}

.first\:ring-opacity-70:first-child {
  --tw-ring-opacity: 0.7;
}

.first\:ring-opacity-75:first-child {
  --tw-ring-opacity: 0.75;
}

.first\:ring-opacity-80:first-child {
  --tw-ring-opacity: 0.8;
}

.first\:ring-opacity-90:first-child {
  --tw-ring-opacity: 0.9;
}

.first\:ring-opacity-95:first-child {
  --tw-ring-opacity: 0.95;
}

.first\:ring-opacity-100:first-child {
  --tw-ring-opacity: 1;
}

.last\:ring-opacity-0:last-child {
  --tw-ring-opacity: 0;
}

.last\:ring-opacity-5:last-child {
  --tw-ring-opacity: 0.05;
}

.last\:ring-opacity-10:last-child {
  --tw-ring-opacity: 0.1;
}

.last\:ring-opacity-20:last-child {
  --tw-ring-opacity: 0.2;
}

.last\:ring-opacity-25:last-child {
  --tw-ring-opacity: 0.25;
}

.last\:ring-opacity-30:last-child {
  --tw-ring-opacity: 0.3;
}

.last\:ring-opacity-40:last-child {
  --tw-ring-opacity: 0.4;
}

.last\:ring-opacity-50:last-child {
  --tw-ring-opacity: 0.5;
}

.last\:ring-opacity-60:last-child {
  --tw-ring-opacity: 0.6;
}

.last\:ring-opacity-70:last-child {
  --tw-ring-opacity: 0.7;
}

.last\:ring-opacity-75:last-child {
  --tw-ring-opacity: 0.75;
}

.last\:ring-opacity-80:last-child {
  --tw-ring-opacity: 0.8;
}

.last\:ring-opacity-90:last-child {
  --tw-ring-opacity: 0.9;
}

.last\:ring-opacity-95:last-child {
  --tw-ring-opacity: 0.95;
}

.last\:ring-opacity-100:last-child {
  --tw-ring-opacity: 1;
}

.odd\:ring-opacity-0:nth-child(odd) {
  --tw-ring-opacity: 0;
}

.odd\:ring-opacity-5:nth-child(odd) {
  --tw-ring-opacity: 0.05;
}

.odd\:ring-opacity-10:nth-child(odd) {
  --tw-ring-opacity: 0.1;
}

.odd\:ring-opacity-20:nth-child(odd) {
  --tw-ring-opacity: 0.2;
}

.odd\:ring-opacity-25:nth-child(odd) {
  --tw-ring-opacity: 0.25;
}

.odd\:ring-opacity-30:nth-child(odd) {
  --tw-ring-opacity: 0.3;
}

.odd\:ring-opacity-40:nth-child(odd) {
  --tw-ring-opacity: 0.4;
}

.odd\:ring-opacity-50:nth-child(odd) {
  --tw-ring-opacity: 0.5;
}

.odd\:ring-opacity-60:nth-child(odd) {
  --tw-ring-opacity: 0.6;
}

.odd\:ring-opacity-70:nth-child(odd) {
  --tw-ring-opacity: 0.7;
}

.odd\:ring-opacity-75:nth-child(odd) {
  --tw-ring-opacity: 0.75;
}

.odd\:ring-opacity-80:nth-child(odd) {
  --tw-ring-opacity: 0.8;
}

.odd\:ring-opacity-90:nth-child(odd) {
  --tw-ring-opacity: 0.9;
}

.odd\:ring-opacity-95:nth-child(odd) {
  --tw-ring-opacity: 0.95;
}

.odd\:ring-opacity-100:nth-child(odd) {
  --tw-ring-opacity: 1;
}

.even\:ring-opacity-0:nth-child(even) {
  --tw-ring-opacity: 0;
}

.even\:ring-opacity-5:nth-child(even) {
  --tw-ring-opacity: 0.05;
}

.even\:ring-opacity-10:nth-child(even) {
  --tw-ring-opacity: 0.1;
}

.even\:ring-opacity-20:nth-child(even) {
  --tw-ring-opacity: 0.2;
}

.even\:ring-opacity-25:nth-child(even) {
  --tw-ring-opacity: 0.25;
}

.even\:ring-opacity-30:nth-child(even) {
  --tw-ring-opacity: 0.3;
}

.even\:ring-opacity-40:nth-child(even) {
  --tw-ring-opacity: 0.4;
}

.even\:ring-opacity-50:nth-child(even) {
  --tw-ring-opacity: 0.5;
}

.even\:ring-opacity-60:nth-child(even) {
  --tw-ring-opacity: 0.6;
}

.even\:ring-opacity-70:nth-child(even) {
  --tw-ring-opacity: 0.7;
}

.even\:ring-opacity-75:nth-child(even) {
  --tw-ring-opacity: 0.75;
}

.even\:ring-opacity-80:nth-child(even) {
  --tw-ring-opacity: 0.8;
}

.even\:ring-opacity-90:nth-child(even) {
  --tw-ring-opacity: 0.9;
}

.even\:ring-opacity-95:nth-child(even) {
  --tw-ring-opacity: 0.95;
}

.even\:ring-opacity-100:nth-child(even) {
  --tw-ring-opacity: 1;
}

.hover\:ring-opacity-0:hover {
  --tw-ring-opacity: 0;
}

.hover\:ring-opacity-5:hover {
  --tw-ring-opacity: 0.05;
}

.hover\:ring-opacity-10:hover {
  --tw-ring-opacity: 0.1;
}

.hover\:ring-opacity-20:hover {
  --tw-ring-opacity: 0.2;
}

.hover\:ring-opacity-25:hover {
  --tw-ring-opacity: 0.25;
}

.hover\:ring-opacity-30:hover {
  --tw-ring-opacity: 0.3;
}

.hover\:ring-opacity-40:hover {
  --tw-ring-opacity: 0.4;
}

.hover\:ring-opacity-50:hover {
  --tw-ring-opacity: 0.5;
}

.hover\:ring-opacity-60:hover {
  --tw-ring-opacity: 0.6;
}

.hover\:ring-opacity-70:hover {
  --tw-ring-opacity: 0.7;
}

.hover\:ring-opacity-75:hover {
  --tw-ring-opacity: 0.75;
}

.hover\:ring-opacity-80:hover {
  --tw-ring-opacity: 0.8;
}

.hover\:ring-opacity-90:hover {
  --tw-ring-opacity: 0.9;
}

.hover\:ring-opacity-95:hover {
  --tw-ring-opacity: 0.95;
}

.hover\:ring-opacity-100:hover {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.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;
}

.active\:ring-opacity-0:active {
  --tw-ring-opacity: 0;
}

.active\:ring-opacity-5:active {
  --tw-ring-opacity: 0.05;
}

.active\:ring-opacity-10:active {
  --tw-ring-opacity: 0.1;
}

.active\:ring-opacity-20:active {
  --tw-ring-opacity: 0.2;
}

.active\:ring-opacity-25:active {
  --tw-ring-opacity: 0.25;
}

.active\:ring-opacity-30:active {
  --tw-ring-opacity: 0.3;
}

.active\:ring-opacity-40:active {
  --tw-ring-opacity: 0.4;
}

.active\:ring-opacity-50:active {
  --tw-ring-opacity: 0.5;
}

.active\:ring-opacity-60:active {
  --tw-ring-opacity: 0.6;
}

.active\:ring-opacity-70:active {
  --tw-ring-opacity: 0.7;
}

.active\:ring-opacity-75:active {
  --tw-ring-opacity: 0.75;
}

.active\:ring-opacity-80:active {
  --tw-ring-opacity: 0.8;
}

.active\:ring-opacity-90:active {
  --tw-ring-opacity: 0.9;
}

.active\:ring-opacity-95:active {
  --tw-ring-opacity: 0.95;
}

.active\:ring-opacity-100:active {
  --tw-ring-opacity: 1;
}

.visited\:ring-opacity-0:visited {
  --tw-ring-opacity: 0;
}

.visited\:ring-opacity-5:visited {
  --tw-ring-opacity: 0.05;
}

.visited\:ring-opacity-10:visited {
  --tw-ring-opacity: 0.1;
}

.visited\:ring-opacity-20:visited {
  --tw-ring-opacity: 0.2;
}

.visited\:ring-opacity-25:visited {
  --tw-ring-opacity: 0.25;
}

.visited\:ring-opacity-30:visited {
  --tw-ring-opacity: 0.3;
}

.visited\:ring-opacity-40:visited {
  --tw-ring-opacity: 0.4;
}

.visited\:ring-opacity-50:visited {
  --tw-ring-opacity: 0.5;
}

.visited\:ring-opacity-60:visited {
  --tw-ring-opacity: 0.6;
}

.visited\:ring-opacity-70:visited {
  --tw-ring-opacity: 0.7;
}

.visited\:ring-opacity-75:visited {
  --tw-ring-opacity: 0.75;
}

.visited\:ring-opacity-80:visited {
  --tw-ring-opacity: 0.8;
}

.visited\:ring-opacity-90:visited {
  --tw-ring-opacity: 0.9;
}

.visited\:ring-opacity-95:visited {
  --tw-ring-opacity: 0.95;
}

.visited\:ring-opacity-100:visited {
  --tw-ring-opacity: 1;
}

.disabled\:ring-opacity-0:disabled {
  --tw-ring-opacity: 0;
}

.disabled\:ring-opacity-5:disabled {
  --tw-ring-opacity: 0.05;
}

.disabled\:ring-opacity-10:disabled {
  --tw-ring-opacity: 0.1;
}

.disabled\:ring-opacity-20:disabled {
  --tw-ring-opacity: 0.2;
}

.disabled\:ring-opacity-25:disabled {
  --tw-ring-opacity: 0.25;
}

.disabled\:ring-opacity-30:disabled {
  --tw-ring-opacity: 0.3;
}

.disabled\:ring-opacity-40:disabled {
  --tw-ring-opacity: 0.4;
}

.disabled\:ring-opacity-50:disabled {
  --tw-ring-opacity: 0.5;
}

.disabled\:ring-opacity-60:disabled {
  --tw-ring-opacity: 0.6;
}

.disabled\:ring-opacity-70:disabled {
  --tw-ring-opacity: 0.7;
}

.disabled\:ring-opacity-75:disabled {
  --tw-ring-opacity: 0.75;
}

.disabled\:ring-opacity-80:disabled {
  --tw-ring-opacity: 0.8;
}

.disabled\:ring-opacity-90:disabled {
  --tw-ring-opacity: 0.9;
}

.disabled\:ring-opacity-95:disabled {
  --tw-ring-opacity: 0.95;
}

.disabled\:ring-opacity-100:disabled {
  --tw-ring-opacity: 1;
}

.fill-current {
  fill: currentColor;
}

.group:hover .group-hover\:fill-current {
  fill: currentColor;
}

.focus-within\:fill-current:focus-within {
  fill: currentColor;
}

.first\:fill-current:first-child {
  fill: currentColor;
}

.last\:fill-current:last-child {
  fill: currentColor;
}

.odd\:fill-current:nth-child(odd) {
  fill: currentColor;
}

.even\:fill-current:nth-child(even) {
  fill: currentColor;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.focus\:fill-current:focus {
  fill: currentColor;
}

.active\:fill-current:active {
  fill: currentColor;
}

.visited\:fill-current:visited {
  fill: currentColor;
}

.disabled\:fill-current:disabled {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.group:hover .group-hover\:stroke-current {
  stroke: currentColor;
}

.focus-within\:stroke-current:focus-within {
  stroke: currentColor;
}

.first\:stroke-current:first-child {
  stroke: currentColor;
}

.last\:stroke-current:last-child {
  stroke: currentColor;
}

.odd\:stroke-current:nth-child(odd) {
  stroke: currentColor;
}

.even\:stroke-current:nth-child(even) {
  stroke: currentColor;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.focus\:stroke-current:focus {
  stroke: currentColor;
}

.active\:stroke-current:active {
  stroke: currentColor;
}

.visited\:stroke-current:visited {
  stroke: currentColor;
}

.disabled\:stroke-current:disabled {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.group:hover .group-hover\:stroke-0 {
  stroke-width: 0;
}

.group:hover .group-hover\:stroke-1 {
  stroke-width: 1;
}

.group:hover .group-hover\:stroke-2 {
  stroke-width: 2;
}

.focus-within\:stroke-0:focus-within {
  stroke-width: 0;
}

.focus-within\:stroke-1:focus-within {
  stroke-width: 1;
}

.focus-within\:stroke-2:focus-within {
  stroke-width: 2;
}

.first\:stroke-0:first-child {
  stroke-width: 0;
}

.first\:stroke-1:first-child {
  stroke-width: 1;
}

.first\:stroke-2:first-child {
  stroke-width: 2;
}

.last\:stroke-0:last-child {
  stroke-width: 0;
}

.last\:stroke-1:last-child {
  stroke-width: 1;
}

.last\:stroke-2:last-child {
  stroke-width: 2;
}

.odd\:stroke-0:nth-child(odd) {
  stroke-width: 0;
}

.odd\:stroke-1:nth-child(odd) {
  stroke-width: 1;
}

.odd\:stroke-2:nth-child(odd) {
  stroke-width: 2;
}

.even\:stroke-0:nth-child(even) {
  stroke-width: 0;
}

.even\:stroke-1:nth-child(even) {
  stroke-width: 1;
}

.even\:stroke-2:nth-child(even) {
  stroke-width: 2;
}

.hover\:stroke-0:hover {
  stroke-width: 0;
}

.hover\:stroke-1:hover {
  stroke-width: 1;
}

.hover\:stroke-2:hover {
  stroke-width: 2;
}

.focus\:stroke-0:focus {
  stroke-width: 0;
}

.focus\:stroke-1:focus {
  stroke-width: 1;
}

.focus\:stroke-2:focus {
  stroke-width: 2;
}

.active\:stroke-0:active {
  stroke-width: 0;
}

.active\:stroke-1:active {
  stroke-width: 1;
}

.active\:stroke-2:active {
  stroke-width: 2;
}

.visited\:stroke-0:visited {
  stroke-width: 0;
}

.visited\:stroke-1:visited {
  stroke-width: 1;
}

.visited\:stroke-2:visited {
  stroke-width: 2;
}

.disabled\:stroke-0:disabled {
  stroke-width: 0;
}

.disabled\:stroke-1:disabled {
  stroke-width: 1;
}

.disabled\:stroke-2:disabled {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.group:hover .group-hover\:table-auto {
  table-layout: auto;
}

.group:hover .group-hover\:table-fixed {
  table-layout: fixed;
}

.focus-within\:table-auto:focus-within {
  table-layout: auto;
}

.focus-within\:table-fixed:focus-within {
  table-layout: fixed;
}

.first\:table-auto:first-child {
  table-layout: auto;
}

.first\:table-fixed:first-child {
  table-layout: fixed;
}

.last\:table-auto:last-child {
  table-layout: auto;
}

.last\:table-fixed:last-child {
  table-layout: fixed;
}

.odd\:table-auto:nth-child(odd) {
  table-layout: auto;
}

.odd\:table-fixed:nth-child(odd) {
  table-layout: fixed;
}

.even\:table-auto:nth-child(even) {
  table-layout: auto;
}

.even\:table-fixed:nth-child(even) {
  table-layout: fixed;
}

.hover\:table-auto:hover {
  table-layout: auto;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.focus\:table-auto:focus {
  table-layout: auto;
}

.focus\:table-fixed:focus {
  table-layout: fixed;
}

.active\:table-auto:active {
  table-layout: auto;
}

.active\:table-fixed:active {
  table-layout: fixed;
}

.visited\:table-auto:visited {
  table-layout: auto;
}

.visited\:table-fixed:visited {
  table-layout: fixed;
}

.disabled\:table-auto:disabled {
  table-layout: auto;
}

.disabled\:table-fixed:disabled {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.group:hover .group-hover\:text-left {
  text-align: left;
}

.group:hover .group-hover\:text-center {
  text-align: center;
}

.group:hover .group-hover\:text-right {
  text-align: right;
}

.group:hover .group-hover\:text-justify {
  text-align: justify;
}

.focus-within\:text-left:focus-within {
  text-align: left;
}

.focus-within\:text-center:focus-within {
  text-align: center;
}

.focus-within\:text-right:focus-within {
  text-align: right;
}

.focus-within\:text-justify:focus-within {
  text-align: justify;
}

.first\:text-left:first-child {
  text-align: left;
}

.first\:text-center:first-child {
  text-align: center;
}

.first\:text-right:first-child {
  text-align: right;
}

.first\:text-justify:first-child {
  text-align: justify;
}

.last\:text-left:last-child {
  text-align: left;
}

.last\:text-center:last-child {
  text-align: center;
}

.last\:text-right:last-child {
  text-align: right;
}

.last\:text-justify:last-child {
  text-align: justify;
}

.odd\:text-left:nth-child(odd) {
  text-align: left;
}

.odd\:text-center:nth-child(odd) {
  text-align: center;
}

.odd\:text-right:nth-child(odd) {
  text-align: right;
}

.odd\:text-justify:nth-child(odd) {
  text-align: justify;
}

.even\:text-left:nth-child(even) {
  text-align: left;
}

.even\:text-center:nth-child(even) {
  text-align: center;
}

.even\:text-right:nth-child(even) {
  text-align: right;
}

.even\:text-justify:nth-child(even) {
  text-align: justify;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.active\:text-left:active {
  text-align: left;
}

.active\:text-center:active {
  text-align: center;
}

.active\:text-right:active {
  text-align: right;
}

.active\:text-justify:active {
  text-align: justify;
}

.visited\:text-left:visited {
  text-align: left;
}

.visited\:text-center:visited {
  text-align: center;
}

.visited\:text-right:visited {
  text-align: right;
}

.visited\:text-justify:visited {
  text-align: justify;
}

.disabled\:text-left:disabled {
  text-align: left;
}

.disabled\:text-center:disabled {
  text-align: center;
}

.disabled\:text-right:disabled {
  text-align: right;
}

.disabled\:text-justify:disabled {
  text-align: justify;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.text-current {
  color: current;
}

.text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-current {
  color: current;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-rose-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus-within\:text-rose-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus-within\:text-rose-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus-within\:text-rose-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus-within\:text-rose-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus-within\:text-rose-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus-within\:text-rose-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus-within\:text-rose-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus-within\:text-rose-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus-within\:text-rose-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus-within\:text-purple-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus-within\:text-violet-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-violet-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-violet-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-violet-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-violet-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-violet-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-violet-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-violet-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-violet-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-violet-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-within\:text-lightBlue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus-within\:text-cyan-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus-within\:text-cyan-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus-within\:text-cyan-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus-within\:text-cyan-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus-within\:text-cyan-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus-within\:text-cyan-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus-within\:text-cyan-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus-within\:text-cyan-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus-within\:text-cyan-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus-within\:text-cyan-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus-within\:text-teal-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus-within\:text-teal-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus-within\:text-teal-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus-within\:text-teal-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus-within\:text-teal-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus-within\:text-teal-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus-within\:text-teal-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus-within\:text-teal-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus-within\:text-teal-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus-within\:text-teal-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus-within\:text-emerald-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-emerald-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-emerald-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-emerald-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-emerald-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-emerald-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-emerald-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-emerald-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-emerald-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-emerald-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus-within\:text-lime-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus-within\:text-lime-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus-within\:text-lime-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus-within\:text-lime-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus-within\:text-lime-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus-within\:text-lime-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus-within\:text-lime-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus-within\:text-lime-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus-within\:text-lime-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus-within\:text-lime-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus-within\:text-amber-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-amber-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-amber-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-amber-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-amber-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-amber-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-amber-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-amber-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-amber-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-amber-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-orange-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus-within\:text-orange-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus-within\:text-orange-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus-within\:text-orange-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus-within\:text-orange-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus-within\:text-orange-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus-within\:text-orange-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus-within\:text-orange-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus-within\:text-orange-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus-within\:text-orange-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus-within\:text-warmGray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-trueGray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-coolGray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus-within\:text-blueGray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus-within\:text-current:focus-within {
  color: current;
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.first\:text-black:first-child {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.first\:text-white:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.first\:text-rose-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.first\:text-rose-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.first\:text-rose-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.first\:text-rose-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.first\:text-rose-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.first\:text-rose-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.first\:text-rose-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.first\:text-rose-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.first\:text-rose-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.first\:text-rose-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.first\:text-pink-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.first\:text-pink-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.first\:text-pink-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.first\:text-pink-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.first\:text-pink-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.first\:text-pink-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.first\:text-pink-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.first\:text-pink-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.first\:text-pink-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.first\:text-pink-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.first\:text-fuchsia-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.first\:text-fuchsia-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.first\:text-fuchsia-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.first\:text-fuchsia-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.first\:text-fuchsia-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.first\:text-fuchsia-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.first\:text-fuchsia-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.first\:text-fuchsia-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.first\:text-fuchsia-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.first\:text-fuchsia-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.first\:text-purple-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.first\:text-purple-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.first\:text-purple-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.first\:text-purple-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.first\:text-purple-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.first\:text-purple-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.first\:text-purple-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.first\:text-purple-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.first\:text-purple-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.first\:text-purple-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.first\:text-violet-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.first\:text-violet-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.first\:text-violet-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.first\:text-violet-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.first\:text-violet-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.first\:text-violet-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.first\:text-violet-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.first\:text-violet-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.first\:text-violet-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.first\:text-violet-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.first\:text-indigo-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.first\:text-indigo-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.first\:text-indigo-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.first\:text-indigo-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.first\:text-indigo-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.first\:text-indigo-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.first\:text-indigo-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.first\:text-indigo-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.first\:text-indigo-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.first\:text-indigo-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.first\:text-blue-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.first\:text-blue-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.first\:text-blue-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.first\:text-blue-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.first\:text-blue-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.first\:text-blue-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.first\:text-blue-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.first\:text-blue-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.first\:text-blue-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.first\:text-blue-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.first\:text-lightBlue-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.first\:text-lightBlue-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.first\:text-lightBlue-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.first\:text-lightBlue-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.first\:text-lightBlue-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.first\:text-lightBlue-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.first\:text-lightBlue-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.first\:text-lightBlue-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.first\:text-lightBlue-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.first\:text-lightBlue-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.first\:text-cyan-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.first\:text-cyan-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.first\:text-cyan-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.first\:text-cyan-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.first\:text-cyan-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.first\:text-cyan-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.first\:text-cyan-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.first\:text-cyan-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.first\:text-cyan-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.first\:text-cyan-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.first\:text-teal-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.first\:text-teal-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.first\:text-teal-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.first\:text-teal-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.first\:text-teal-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.first\:text-teal-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.first\:text-teal-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.first\:text-teal-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.first\:text-teal-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.first\:text-teal-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.first\:text-emerald-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.first\:text-emerald-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.first\:text-emerald-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.first\:text-emerald-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.first\:text-emerald-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.first\:text-emerald-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.first\:text-emerald-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.first\:text-emerald-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.first\:text-emerald-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.first\:text-emerald-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.first\:text-green-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.first\:text-green-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.first\:text-green-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.first\:text-green-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.first\:text-green-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.first\:text-green-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.first\:text-green-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.first\:text-green-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.first\:text-green-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.first\:text-green-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.first\:text-lime-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.first\:text-lime-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.first\:text-lime-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.first\:text-lime-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.first\:text-lime-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.first\:text-lime-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.first\:text-lime-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.first\:text-lime-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.first\:text-lime-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.first\:text-lime-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.first\:text-yellow-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.first\:text-yellow-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.first\:text-yellow-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.first\:text-yellow-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.first\:text-yellow-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.first\:text-yellow-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.first\:text-yellow-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.first\:text-yellow-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.first\:text-yellow-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.first\:text-yellow-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.first\:text-amber-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.first\:text-amber-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.first\:text-amber-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.first\:text-amber-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.first\:text-amber-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.first\:text-amber-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.first\:text-amber-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.first\:text-amber-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.first\:text-amber-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.first\:text-amber-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.first\:text-orange-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.first\:text-orange-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.first\:text-orange-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.first\:text-orange-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.first\:text-orange-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.first\:text-orange-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.first\:text-orange-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.first\:text-orange-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.first\:text-orange-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.first\:text-orange-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.first\:text-red-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.first\:text-red-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.first\:text-red-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.first\:text-red-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.first\:text-red-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.first\:text-red-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.first\:text-red-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.first\:text-red-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.first\:text-red-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.first\:text-red-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.first\:text-warmGray-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.first\:text-warmGray-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.first\:text-warmGray-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.first\:text-warmGray-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.first\:text-warmGray-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.first\:text-warmGray-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.first\:text-warmGray-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.first\:text-warmGray-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.first\:text-warmGray-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.first\:text-warmGray-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.first\:text-trueGray-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.first\:text-trueGray-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.first\:text-trueGray-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.first\:text-trueGray-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.first\:text-trueGray-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.first\:text-trueGray-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.first\:text-trueGray-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.first\:text-trueGray-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.first\:text-trueGray-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.first\:text-trueGray-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.first\:text-gray-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.first\:text-gray-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.first\:text-gray-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.first\:text-gray-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.first\:text-gray-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.first\:text-gray-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.first\:text-gray-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.first\:text-gray-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.first\:text-gray-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.first\:text-gray-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.first\:text-coolGray-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.first\:text-coolGray-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.first\:text-coolGray-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.first\:text-coolGray-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.first\:text-coolGray-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.first\:text-coolGray-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.first\:text-coolGray-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.first\:text-coolGray-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.first\:text-coolGray-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.first\:text-coolGray-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.first\:text-blueGray-50:first-child {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.first\:text-blueGray-100:first-child {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.first\:text-blueGray-200:first-child {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.first\:text-blueGray-300:first-child {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.first\:text-blueGray-400:first-child {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.first\:text-blueGray-500:first-child {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.first\:text-blueGray-600:first-child {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.first\:text-blueGray-700:first-child {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.first\:text-blueGray-800:first-child {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.first\:text-blueGray-900:first-child {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.first\:text-current:first-child {
  color: current;
}

.first\:text-transparent:first-child {
  color: transparent;
}

.last\:text-black:last-child {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.last\:text-white:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.last\:text-rose-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.last\:text-rose-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.last\:text-rose-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.last\:text-rose-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.last\:text-rose-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.last\:text-rose-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.last\:text-rose-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.last\:text-rose-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.last\:text-rose-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.last\:text-rose-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.last\:text-pink-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.last\:text-pink-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.last\:text-pink-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.last\:text-pink-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.last\:text-pink-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.last\:text-pink-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.last\:text-pink-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.last\:text-pink-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.last\:text-pink-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.last\:text-pink-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.last\:text-fuchsia-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.last\:text-fuchsia-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.last\:text-fuchsia-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.last\:text-fuchsia-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.last\:text-fuchsia-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.last\:text-fuchsia-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.last\:text-fuchsia-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.last\:text-fuchsia-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.last\:text-fuchsia-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.last\:text-fuchsia-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.last\:text-purple-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.last\:text-purple-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.last\:text-purple-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.last\:text-purple-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.last\:text-purple-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.last\:text-purple-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.last\:text-purple-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.last\:text-purple-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.last\:text-purple-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.last\:text-purple-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.last\:text-violet-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.last\:text-violet-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.last\:text-violet-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.last\:text-violet-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.last\:text-violet-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.last\:text-violet-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.last\:text-violet-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.last\:text-violet-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.last\:text-violet-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.last\:text-violet-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.last\:text-indigo-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.last\:text-indigo-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.last\:text-indigo-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.last\:text-indigo-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.last\:text-indigo-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.last\:text-indigo-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.last\:text-indigo-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.last\:text-indigo-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.last\:text-indigo-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.last\:text-indigo-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.last\:text-blue-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.last\:text-blue-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.last\:text-blue-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.last\:text-blue-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.last\:text-blue-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.last\:text-blue-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.last\:text-blue-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.last\:text-blue-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.last\:text-blue-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.last\:text-blue-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.last\:text-lightBlue-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.last\:text-lightBlue-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.last\:text-lightBlue-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.last\:text-lightBlue-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.last\:text-lightBlue-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.last\:text-lightBlue-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.last\:text-lightBlue-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.last\:text-lightBlue-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.last\:text-lightBlue-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.last\:text-lightBlue-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.last\:text-cyan-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.last\:text-cyan-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.last\:text-cyan-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.last\:text-cyan-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.last\:text-cyan-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.last\:text-cyan-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.last\:text-cyan-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.last\:text-cyan-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.last\:text-cyan-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.last\:text-cyan-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.last\:text-teal-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.last\:text-teal-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.last\:text-teal-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.last\:text-teal-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.last\:text-teal-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.last\:text-teal-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.last\:text-teal-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.last\:text-teal-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.last\:text-teal-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.last\:text-teal-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.last\:text-emerald-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.last\:text-emerald-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.last\:text-emerald-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.last\:text-emerald-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.last\:text-emerald-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.last\:text-emerald-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.last\:text-emerald-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.last\:text-emerald-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.last\:text-emerald-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.last\:text-emerald-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.last\:text-green-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.last\:text-green-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.last\:text-green-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.last\:text-green-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.last\:text-green-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.last\:text-green-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.last\:text-green-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.last\:text-green-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.last\:text-green-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.last\:text-green-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.last\:text-lime-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.last\:text-lime-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.last\:text-lime-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.last\:text-lime-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.last\:text-lime-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.last\:text-lime-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.last\:text-lime-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.last\:text-lime-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.last\:text-lime-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.last\:text-lime-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.last\:text-yellow-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.last\:text-yellow-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.last\:text-yellow-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.last\:text-yellow-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.last\:text-yellow-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.last\:text-yellow-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.last\:text-yellow-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.last\:text-yellow-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.last\:text-yellow-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.last\:text-yellow-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.last\:text-amber-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.last\:text-amber-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.last\:text-amber-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.last\:text-amber-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.last\:text-amber-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.last\:text-amber-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.last\:text-amber-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.last\:text-amber-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.last\:text-amber-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.last\:text-amber-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.last\:text-orange-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.last\:text-orange-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.last\:text-orange-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.last\:text-orange-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.last\:text-orange-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.last\:text-orange-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.last\:text-orange-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.last\:text-orange-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.last\:text-orange-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.last\:text-orange-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.last\:text-red-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.last\:text-red-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.last\:text-red-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.last\:text-red-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.last\:text-red-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.last\:text-red-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.last\:text-red-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.last\:text-red-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.last\:text-red-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.last\:text-red-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.last\:text-warmGray-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.last\:text-warmGray-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.last\:text-warmGray-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.last\:text-warmGray-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.last\:text-warmGray-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.last\:text-warmGray-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.last\:text-warmGray-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.last\:text-warmGray-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.last\:text-warmGray-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.last\:text-warmGray-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.last\:text-trueGray-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.last\:text-trueGray-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.last\:text-trueGray-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.last\:text-trueGray-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.last\:text-trueGray-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.last\:text-trueGray-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.last\:text-trueGray-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.last\:text-trueGray-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.last\:text-trueGray-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.last\:text-trueGray-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.last\:text-gray-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.last\:text-gray-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.last\:text-gray-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.last\:text-gray-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.last\:text-gray-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.last\:text-gray-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.last\:text-gray-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.last\:text-gray-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.last\:text-gray-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.last\:text-gray-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.last\:text-coolGray-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.last\:text-coolGray-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.last\:text-coolGray-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.last\:text-coolGray-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.last\:text-coolGray-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.last\:text-coolGray-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.last\:text-coolGray-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.last\:text-coolGray-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.last\:text-coolGray-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.last\:text-coolGray-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.last\:text-blueGray-50:last-child {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.last\:text-blueGray-100:last-child {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.last\:text-blueGray-200:last-child {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.last\:text-blueGray-300:last-child {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.last\:text-blueGray-400:last-child {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.last\:text-blueGray-500:last-child {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.last\:text-blueGray-600:last-child {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.last\:text-blueGray-700:last-child {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.last\:text-blueGray-800:last-child {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.last\:text-blueGray-900:last-child {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.last\:text-current:last-child {
  color: current;
}

.last\:text-transparent:last-child {
  color: transparent;
}

.odd\:text-black:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.odd\:text-white:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.odd\:text-rose-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.odd\:text-rose-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.odd\:text-rose-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.odd\:text-rose-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.odd\:text-rose-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.odd\:text-rose-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.odd\:text-rose-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.odd\:text-rose-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.odd\:text-rose-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.odd\:text-rose-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.odd\:text-pink-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.odd\:text-pink-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.odd\:text-pink-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.odd\:text-pink-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.odd\:text-pink-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.odd\:text-pink-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.odd\:text-pink-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.odd\:text-pink-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.odd\:text-pink-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.odd\:text-pink-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.odd\:text-fuchsia-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.odd\:text-fuchsia-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.odd\:text-fuchsia-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.odd\:text-fuchsia-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.odd\:text-fuchsia-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.odd\:text-fuchsia-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.odd\:text-fuchsia-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.odd\:text-fuchsia-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.odd\:text-fuchsia-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.odd\:text-fuchsia-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.odd\:text-purple-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.odd\:text-purple-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.odd\:text-purple-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.odd\:text-purple-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.odd\:text-purple-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.odd\:text-purple-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.odd\:text-purple-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.odd\:text-purple-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.odd\:text-purple-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.odd\:text-purple-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.odd\:text-violet-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.odd\:text-violet-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.odd\:text-violet-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.odd\:text-violet-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.odd\:text-violet-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.odd\:text-violet-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.odd\:text-violet-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.odd\:text-violet-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.odd\:text-violet-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.odd\:text-violet-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.odd\:text-indigo-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.odd\:text-indigo-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.odd\:text-indigo-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.odd\:text-indigo-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.odd\:text-indigo-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.odd\:text-indigo-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.odd\:text-indigo-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.odd\:text-indigo-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.odd\:text-indigo-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.odd\:text-indigo-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.odd\:text-blue-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.odd\:text-blue-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.odd\:text-blue-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.odd\:text-blue-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.odd\:text-blue-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.odd\:text-blue-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.odd\:text-blue-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.odd\:text-blue-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.odd\:text-blue-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.odd\:text-blue-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.odd\:text-lightBlue-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.odd\:text-lightBlue-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.odd\:text-lightBlue-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.odd\:text-lightBlue-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.odd\:text-lightBlue-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.odd\:text-lightBlue-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.odd\:text-lightBlue-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.odd\:text-lightBlue-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.odd\:text-lightBlue-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.odd\:text-lightBlue-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.odd\:text-cyan-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.odd\:text-cyan-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.odd\:text-cyan-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.odd\:text-cyan-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.odd\:text-cyan-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.odd\:text-cyan-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.odd\:text-cyan-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.odd\:text-cyan-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.odd\:text-cyan-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.odd\:text-cyan-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.odd\:text-teal-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.odd\:text-teal-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.odd\:text-teal-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.odd\:text-teal-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.odd\:text-teal-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.odd\:text-teal-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.odd\:text-teal-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.odd\:text-teal-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.odd\:text-teal-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.odd\:text-teal-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.odd\:text-emerald-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.odd\:text-emerald-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.odd\:text-emerald-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.odd\:text-emerald-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.odd\:text-emerald-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.odd\:text-emerald-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.odd\:text-emerald-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.odd\:text-emerald-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.odd\:text-emerald-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.odd\:text-emerald-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.odd\:text-green-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.odd\:text-green-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.odd\:text-green-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.odd\:text-green-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.odd\:text-green-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.odd\:text-green-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.odd\:text-green-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.odd\:text-green-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.odd\:text-green-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.odd\:text-green-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.odd\:text-lime-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.odd\:text-lime-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.odd\:text-lime-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.odd\:text-lime-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.odd\:text-lime-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.odd\:text-lime-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.odd\:text-lime-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.odd\:text-lime-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.odd\:text-lime-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.odd\:text-lime-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.odd\:text-yellow-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.odd\:text-yellow-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.odd\:text-yellow-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.odd\:text-yellow-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.odd\:text-yellow-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.odd\:text-yellow-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.odd\:text-yellow-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.odd\:text-yellow-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.odd\:text-yellow-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.odd\:text-yellow-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.odd\:text-amber-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.odd\:text-amber-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.odd\:text-amber-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.odd\:text-amber-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.odd\:text-amber-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.odd\:text-amber-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.odd\:text-amber-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.odd\:text-amber-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.odd\:text-amber-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.odd\:text-amber-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.odd\:text-orange-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.odd\:text-orange-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.odd\:text-orange-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.odd\:text-orange-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.odd\:text-orange-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.odd\:text-orange-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.odd\:text-orange-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.odd\:text-orange-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.odd\:text-orange-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.odd\:text-orange-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.odd\:text-red-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.odd\:text-red-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.odd\:text-red-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.odd\:text-red-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.odd\:text-red-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.odd\:text-red-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.odd\:text-red-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.odd\:text-red-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.odd\:text-red-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.odd\:text-red-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.odd\:text-warmGray-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.odd\:text-warmGray-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.odd\:text-warmGray-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.odd\:text-warmGray-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.odd\:text-warmGray-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.odd\:text-warmGray-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.odd\:text-warmGray-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.odd\:text-warmGray-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.odd\:text-warmGray-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.odd\:text-warmGray-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.odd\:text-trueGray-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.odd\:text-trueGray-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.odd\:text-trueGray-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.odd\:text-trueGray-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.odd\:text-trueGray-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.odd\:text-trueGray-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.odd\:text-trueGray-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.odd\:text-trueGray-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.odd\:text-trueGray-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.odd\:text-trueGray-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.odd\:text-gray-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.odd\:text-gray-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.odd\:text-gray-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.odd\:text-gray-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.odd\:text-gray-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.odd\:text-gray-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.odd\:text-gray-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.odd\:text-gray-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.odd\:text-gray-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.odd\:text-gray-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.odd\:text-coolGray-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.odd\:text-coolGray-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.odd\:text-coolGray-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.odd\:text-coolGray-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.odd\:text-coolGray-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.odd\:text-coolGray-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.odd\:text-coolGray-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.odd\:text-coolGray-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.odd\:text-coolGray-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.odd\:text-coolGray-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.odd\:text-blueGray-50:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.odd\:text-blueGray-100:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.odd\:text-blueGray-200:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.odd\:text-blueGray-300:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.odd\:text-blueGray-400:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.odd\:text-blueGray-500:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.odd\:text-blueGray-600:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.odd\:text-blueGray-700:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.odd\:text-blueGray-800:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.odd\:text-blueGray-900:nth-child(odd) {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.odd\:text-current:nth-child(odd) {
  color: current;
}

.odd\:text-transparent:nth-child(odd) {
  color: transparent;
}

.even\:text-black:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.even\:text-white:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.even\:text-rose-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.even\:text-rose-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.even\:text-rose-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.even\:text-rose-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.even\:text-rose-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.even\:text-rose-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.even\:text-rose-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.even\:text-rose-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.even\:text-rose-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.even\:text-rose-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.even\:text-pink-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.even\:text-pink-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.even\:text-pink-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.even\:text-pink-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.even\:text-pink-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.even\:text-pink-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.even\:text-pink-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.even\:text-pink-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.even\:text-pink-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.even\:text-pink-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.even\:text-fuchsia-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.even\:text-fuchsia-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.even\:text-fuchsia-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.even\:text-fuchsia-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.even\:text-fuchsia-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.even\:text-fuchsia-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.even\:text-fuchsia-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.even\:text-fuchsia-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.even\:text-fuchsia-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.even\:text-fuchsia-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.even\:text-purple-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.even\:text-purple-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.even\:text-purple-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.even\:text-purple-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.even\:text-purple-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.even\:text-purple-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.even\:text-purple-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.even\:text-purple-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.even\:text-purple-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.even\:text-purple-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.even\:text-violet-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.even\:text-violet-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.even\:text-violet-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.even\:text-violet-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.even\:text-violet-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.even\:text-violet-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.even\:text-violet-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.even\:text-violet-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.even\:text-violet-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.even\:text-violet-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.even\:text-indigo-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.even\:text-indigo-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.even\:text-indigo-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.even\:text-indigo-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.even\:text-indigo-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.even\:text-indigo-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.even\:text-indigo-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.even\:text-indigo-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.even\:text-indigo-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.even\:text-indigo-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.even\:text-blue-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.even\:text-blue-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.even\:text-blue-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.even\:text-blue-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.even\:text-blue-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.even\:text-blue-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.even\:text-blue-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.even\:text-blue-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.even\:text-blue-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.even\:text-blue-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.even\:text-lightBlue-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.even\:text-lightBlue-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.even\:text-lightBlue-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.even\:text-lightBlue-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.even\:text-lightBlue-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.even\:text-lightBlue-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.even\:text-lightBlue-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.even\:text-lightBlue-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.even\:text-lightBlue-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.even\:text-lightBlue-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.even\:text-cyan-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.even\:text-cyan-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.even\:text-cyan-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.even\:text-cyan-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.even\:text-cyan-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.even\:text-cyan-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.even\:text-cyan-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.even\:text-cyan-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.even\:text-cyan-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.even\:text-cyan-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.even\:text-teal-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.even\:text-teal-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.even\:text-teal-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.even\:text-teal-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.even\:text-teal-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.even\:text-teal-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.even\:text-teal-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.even\:text-teal-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.even\:text-teal-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.even\:text-teal-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.even\:text-emerald-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.even\:text-emerald-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.even\:text-emerald-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.even\:text-emerald-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.even\:text-emerald-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.even\:text-emerald-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.even\:text-emerald-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.even\:text-emerald-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.even\:text-emerald-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.even\:text-emerald-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.even\:text-green-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.even\:text-green-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.even\:text-green-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.even\:text-green-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.even\:text-green-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.even\:text-green-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.even\:text-green-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.even\:text-green-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.even\:text-green-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.even\:text-green-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.even\:text-lime-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.even\:text-lime-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.even\:text-lime-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.even\:text-lime-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.even\:text-lime-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.even\:text-lime-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.even\:text-lime-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.even\:text-lime-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.even\:text-lime-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.even\:text-lime-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.even\:text-yellow-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.even\:text-yellow-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.even\:text-yellow-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.even\:text-yellow-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.even\:text-yellow-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.even\:text-yellow-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.even\:text-yellow-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.even\:text-yellow-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.even\:text-yellow-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.even\:text-yellow-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.even\:text-amber-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.even\:text-amber-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.even\:text-amber-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.even\:text-amber-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.even\:text-amber-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.even\:text-amber-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.even\:text-amber-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.even\:text-amber-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.even\:text-amber-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.even\:text-amber-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.even\:text-orange-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.even\:text-orange-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.even\:text-orange-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.even\:text-orange-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.even\:text-orange-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.even\:text-orange-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.even\:text-orange-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.even\:text-orange-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.even\:text-orange-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.even\:text-orange-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.even\:text-red-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.even\:text-red-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.even\:text-red-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.even\:text-red-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.even\:text-red-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.even\:text-red-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.even\:text-red-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.even\:text-red-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.even\:text-red-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.even\:text-red-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.even\:text-warmGray-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.even\:text-warmGray-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.even\:text-warmGray-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.even\:text-warmGray-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.even\:text-warmGray-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.even\:text-warmGray-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.even\:text-warmGray-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.even\:text-warmGray-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.even\:text-warmGray-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.even\:text-warmGray-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.even\:text-trueGray-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.even\:text-trueGray-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.even\:text-trueGray-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.even\:text-trueGray-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.even\:text-trueGray-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.even\:text-trueGray-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.even\:text-trueGray-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.even\:text-trueGray-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.even\:text-trueGray-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.even\:text-trueGray-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.even\:text-gray-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.even\:text-gray-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.even\:text-gray-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.even\:text-gray-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.even\:text-gray-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.even\:text-gray-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.even\:text-gray-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.even\:text-gray-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.even\:text-gray-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.even\:text-gray-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.even\:text-coolGray-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.even\:text-coolGray-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.even\:text-coolGray-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.even\:text-coolGray-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.even\:text-coolGray-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.even\:text-coolGray-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.even\:text-coolGray-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.even\:text-coolGray-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.even\:text-coolGray-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.even\:text-coolGray-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.even\:text-blueGray-50:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.even\:text-blueGray-100:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.even\:text-blueGray-200:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.even\:text-blueGray-300:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.even\:text-blueGray-400:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.even\:text-blueGray-500:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.even\:text-blueGray-600:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.even\:text-blueGray-700:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.even\:text-blueGray-800:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.even\:text-blueGray-900:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.even\:text-current:nth-child(even) {
  color: current;
}

.even\:text-transparent:nth-child(even) {
  color: transparent;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-rose-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.hover\:text-rose-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.hover\:text-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.hover\:text-rose-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-fuchsia-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-100:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-200:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.hover\:text-fuchsia-300:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.hover\:text-violet-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-lightBlue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-lightBlue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-lightBlue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.hover\:text-lightBlue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-lightBlue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-lightBlue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-lightBlue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-lightBlue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-lightBlue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-lightBlue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.hover\:text-cyan-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.hover\:text-teal-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.hover\:text-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.hover\:text-lime-50:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.hover\:text-amber-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-orange-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-warmGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.hover\:text-warmGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.hover\:text-warmGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.hover\:text-warmGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.hover\:text-warmGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.hover\:text-warmGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.hover\:text-warmGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.hover\:text-warmGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.hover\:text-warmGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.hover\:text-warmGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.hover\:text-trueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-trueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.hover\:text-trueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-trueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.hover\:text-trueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.hover\:text-trueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.hover\:text-trueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-trueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.hover\:text-trueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-trueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:text-coolGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-coolGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-coolGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-coolGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-coolGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-coolGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-coolGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-coolGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-coolGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-coolGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-blueGray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.hover\:text-blueGray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.hover\:text-blueGray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.hover\:text-blueGray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.hover\:text-blueGray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.hover\:text-blueGray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.hover\:text-blueGray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.hover\:text-blueGray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.hover\:text-blueGray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.hover\:text-blueGray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.hover\:text-current:hover {
  color: current;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-rose-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus\:text-rose-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus\:text-rose-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus\:text-rose-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus\:text-rose-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus\:text-rose-500:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus\:text-rose-600:focus {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus\:text-rose-900:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-fuchsia-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-100:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-200:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus\:text-fuchsia-300:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus\:text-fuchsia-400:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus\:text-fuchsia-500:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus\:text-fuchsia-600:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.focus\:text-violet-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-violet-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-violet-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-violet-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-violet-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-violet-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-violet-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-violet-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-lightBlue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-lightBlue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-lightBlue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus\:text-lightBlue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-lightBlue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-lightBlue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-lightBlue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus\:text-lightBlue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-lightBlue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-lightBlue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus\:text-cyan-200:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus\:text-cyan-300:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus\:text-cyan-400:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus\:text-teal-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.focus\:text-emerald-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-emerald-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-emerald-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-emerald-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-emerald-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-emerald-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-emerald-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-emerald-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.focus\:text-lime-50:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus\:text-lime-100:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus\:text-lime-200:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus\:text-lime-300:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus\:text-lime-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus\:text-lime-900:focus {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.focus\:text-amber-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-amber-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-amber-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-amber-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-amber-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-amber-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-amber-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-amber-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-warmGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus\:text-warmGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus\:text-warmGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus\:text-warmGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus\:text-warmGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus\:text-warmGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus\:text-warmGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus\:text-warmGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus\:text-warmGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus\:text-warmGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus\:text-trueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-trueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus\:text-trueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus\:text-trueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus\:text-trueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus\:text-trueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus\:text-trueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus\:text-trueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus\:text-trueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus\:text-trueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:text-coolGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-coolGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-coolGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-coolGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-coolGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-coolGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-coolGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-coolGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-coolGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-coolGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-blueGray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus\:text-blueGray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.focus\:text-blueGray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.focus\:text-blueGray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.focus\:text-blueGray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.focus\:text-blueGray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.focus\:text-blueGray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.focus\:text-blueGray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.focus\:text-blueGray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.focus\:text-blueGray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus\:text-current:focus {
  color: current;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:text-rose-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.active\:text-rose-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.active\:text-rose-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.active\:text-rose-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.active\:text-rose-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.active\:text-rose-500:active {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.active\:text-rose-600:active {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.active\:text-rose-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.active\:text-rose-800:active {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.active\:text-rose-900:active {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.active\:text-pink-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.active\:text-pink-200:active {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.active\:text-pink-300:active {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.active\:text-pink-400:active {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.active\:text-pink-500:active {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.active\:text-pink-600:active {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.active\:text-pink-700:active {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.active\:text-pink-800:active {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.active\:text-pink-900:active {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.active\:text-fuchsia-50:active {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-100:active {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.active\:text-fuchsia-200:active {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.active\:text-fuchsia-300:active {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.active\:text-fuchsia-400:active {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.active\:text-fuchsia-500:active {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.active\:text-fuchsia-600:active {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.active\:text-fuchsia-700:active {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.active\:text-fuchsia-800:active {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.active\:text-fuchsia-900:active {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.active\:text-purple-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.active\:text-purple-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.active\:text-purple-200:active {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.active\:text-purple-300:active {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.active\:text-purple-400:active {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.active\:text-purple-500:active {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.active\:text-purple-600:active {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.active\:text-purple-700:active {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.active\:text-purple-800:active {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.active\:text-purple-900:active {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.active\:text-violet-50:active {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.active\:text-violet-100:active {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.active\:text-violet-200:active {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.active\:text-violet-300:active {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.active\:text-violet-400:active {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.active\:text-violet-500:active {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.active\:text-violet-600:active {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.active\:text-violet-700:active {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.active\:text-violet-800:active {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.active\:text-violet-900:active {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.active\:text-indigo-50:active {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.active\:text-indigo-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.active\:text-indigo-200:active {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.active\:text-indigo-300:active {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.active\:text-indigo-400:active {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.active\:text-indigo-500:active {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.active\:text-indigo-600:active {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.active\:text-indigo-700:active {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.active\:text-indigo-800:active {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.active\:text-indigo-900:active {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.active\:text-blue-50:active {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.active\:text-blue-900:active {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.active\:text-lightBlue-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.active\:text-lightBlue-100:active {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.active\:text-lightBlue-200:active {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.active\:text-lightBlue-300:active {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.active\:text-lightBlue-400:active {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.active\:text-lightBlue-500:active {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.active\:text-lightBlue-600:active {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.active\:text-lightBlue-700:active {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.active\:text-lightBlue-800:active {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.active\:text-lightBlue-900:active {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.active\:text-cyan-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.active\:text-cyan-100:active {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.active\:text-cyan-200:active {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.active\:text-cyan-300:active {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.active\:text-cyan-400:active {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.active\:text-cyan-500:active {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.active\:text-cyan-600:active {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.active\:text-cyan-700:active {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.active\:text-cyan-800:active {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.active\:text-cyan-900:active {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.active\:text-teal-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.active\:text-teal-100:active {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.active\:text-teal-200:active {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.active\:text-teal-300:active {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.active\:text-teal-400:active {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.active\:text-teal-500:active {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.active\:text-teal-600:active {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.active\:text-emerald-50:active {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.active\:text-emerald-100:active {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.active\:text-emerald-200:active {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.active\:text-emerald-300:active {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.active\:text-emerald-400:active {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.active\:text-emerald-500:active {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.active\:text-emerald-600:active {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.active\:text-emerald-700:active {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.active\:text-emerald-800:active {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.active\:text-emerald-900:active {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.active\:text-green-50:active {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.active\:text-green-100:active {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.active\:text-green-200:active {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.active\:text-green-300:active {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.active\:text-green-600:active {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.active\:text-green-700:active {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.active\:text-green-800:active {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.active\:text-green-900:active {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.active\:text-lime-50:active {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.active\:text-lime-100:active {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.active\:text-lime-200:active {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.active\:text-lime-300:active {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.active\:text-lime-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.active\:text-lime-500:active {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.active\:text-lime-600:active {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.active\:text-lime-700:active {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.active\:text-lime-800:active {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.active\:text-lime-900:active {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.active\:text-yellow-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.active\:text-yellow-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.active\:text-yellow-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.active\:text-yellow-400:active {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.active\:text-yellow-500:active {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.active\:text-yellow-600:active {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.active\:text-yellow-700:active {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.active\:text-yellow-800:active {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.active\:text-yellow-900:active {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.active\:text-amber-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.active\:text-amber-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.active\:text-amber-200:active {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.active\:text-amber-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.active\:text-amber-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.active\:text-amber-500:active {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.active\:text-amber-600:active {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.active\:text-amber-700:active {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.active\:text-amber-800:active {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.active\:text-amber-900:active {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.active\:text-orange-50:active {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.active\:text-orange-100:active {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.active\:text-orange-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.active\:text-orange-300:active {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.active\:text-orange-400:active {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.active\:text-orange-600:active {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.active\:text-orange-700:active {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.active\:text-orange-800:active {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.active\:text-orange-900:active {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.active\:text-warmGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.active\:text-warmGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.active\:text-warmGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.active\:text-warmGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.active\:text-warmGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.active\:text-warmGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.active\:text-warmGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.active\:text-warmGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.active\:text-warmGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.active\:text-warmGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.active\:text-trueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-trueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.active\:text-trueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.active\:text-trueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.active\:text-trueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.active\:text-trueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.active\:text-trueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.active\:text-trueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.active\:text-trueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.active\:text-trueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.active\:text-coolGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.active\:text-coolGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.active\:text-coolGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.active\:text-coolGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.active\:text-coolGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.active\:text-coolGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.active\:text-coolGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.active\:text-coolGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.active\:text-coolGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.active\:text-coolGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.active\:text-blueGray-50:active {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.active\:text-blueGray-100:active {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.active\:text-blueGray-200:active {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.active\:text-blueGray-300:active {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.active\:text-blueGray-400:active {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.active\:text-blueGray-500:active {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.active\:text-blueGray-600:active {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.active\:text-blueGray-700:active {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.active\:text-blueGray-800:active {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.active\:text-blueGray-900:active {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.active\:text-current:active {
  color: current;
}

.active\:text-transparent:active {
  color: transparent;
}

.visited\:text-black:visited {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.visited\:text-white:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.visited\:text-rose-50:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.visited\:text-rose-100:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.visited\:text-rose-200:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.visited\:text-rose-300:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.visited\:text-rose-400:visited {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.visited\:text-rose-500:visited {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.visited\:text-rose-600:visited {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.visited\:text-rose-700:visited {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.visited\:text-rose-800:visited {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.visited\:text-rose-900:visited {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.visited\:text-pink-50:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.visited\:text-pink-100:visited {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.visited\:text-pink-200:visited {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.visited\:text-pink-300:visited {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.visited\:text-pink-400:visited {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.visited\:text-pink-500:visited {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.visited\:text-pink-600:visited {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.visited\:text-pink-700:visited {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.visited\:text-pink-800:visited {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.visited\:text-pink-900:visited {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.visited\:text-fuchsia-50:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.visited\:text-fuchsia-100:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.visited\:text-fuchsia-200:visited {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.visited\:text-fuchsia-300:visited {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.visited\:text-fuchsia-400:visited {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.visited\:text-fuchsia-500:visited {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.visited\:text-fuchsia-600:visited {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.visited\:text-fuchsia-700:visited {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.visited\:text-fuchsia-800:visited {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.visited\:text-fuchsia-900:visited {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.visited\:text-purple-50:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.visited\:text-purple-100:visited {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.visited\:text-purple-200:visited {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.visited\:text-purple-300:visited {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.visited\:text-purple-400:visited {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.visited\:text-purple-500:visited {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.visited\:text-purple-600:visited {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.visited\:text-purple-700:visited {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.visited\:text-purple-800:visited {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.visited\:text-purple-900:visited {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.visited\:text-violet-50:visited {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.visited\:text-violet-100:visited {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.visited\:text-violet-200:visited {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.visited\:text-violet-300:visited {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.visited\:text-violet-400:visited {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.visited\:text-violet-500:visited {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.visited\:text-violet-600:visited {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.visited\:text-violet-700:visited {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.visited\:text-violet-800:visited {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.visited\:text-violet-900:visited {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.visited\:text-indigo-50:visited {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.visited\:text-indigo-100:visited {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.visited\:text-indigo-200:visited {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.visited\:text-indigo-300:visited {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.visited\:text-indigo-400:visited {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.visited\:text-indigo-500:visited {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.visited\:text-indigo-600:visited {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.visited\:text-indigo-700:visited {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.visited\:text-indigo-800:visited {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.visited\:text-indigo-900:visited {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.visited\:text-blue-50:visited {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.visited\:text-blue-100:visited {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.visited\:text-blue-200:visited {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.visited\:text-blue-300:visited {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.visited\:text-blue-400:visited {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.visited\:text-blue-500:visited {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.visited\:text-blue-600:visited {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.visited\:text-blue-700:visited {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.visited\:text-blue-800:visited {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.visited\:text-blue-900:visited {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.visited\:text-lightBlue-50:visited {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.visited\:text-lightBlue-100:visited {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.visited\:text-lightBlue-200:visited {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.visited\:text-lightBlue-300:visited {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.visited\:text-lightBlue-400:visited {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.visited\:text-lightBlue-500:visited {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.visited\:text-lightBlue-600:visited {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.visited\:text-lightBlue-700:visited {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.visited\:text-lightBlue-800:visited {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.visited\:text-lightBlue-900:visited {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.visited\:text-cyan-50:visited {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.visited\:text-cyan-100:visited {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.visited\:text-cyan-200:visited {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.visited\:text-cyan-300:visited {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.visited\:text-cyan-400:visited {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.visited\:text-cyan-500:visited {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.visited\:text-cyan-600:visited {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.visited\:text-cyan-700:visited {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.visited\:text-cyan-800:visited {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.visited\:text-cyan-900:visited {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.visited\:text-teal-50:visited {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.visited\:text-teal-100:visited {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.visited\:text-teal-200:visited {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.visited\:text-teal-300:visited {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.visited\:text-teal-400:visited {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.visited\:text-teal-500:visited {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.visited\:text-teal-600:visited {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.visited\:text-teal-700:visited {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.visited\:text-teal-800:visited {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.visited\:text-teal-900:visited {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.visited\:text-emerald-50:visited {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.visited\:text-emerald-100:visited {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.visited\:text-emerald-200:visited {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.visited\:text-emerald-300:visited {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.visited\:text-emerald-400:visited {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.visited\:text-emerald-500:visited {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.visited\:text-emerald-600:visited {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.visited\:text-emerald-700:visited {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.visited\:text-emerald-800:visited {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.visited\:text-emerald-900:visited {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.visited\:text-green-50:visited {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.visited\:text-green-100:visited {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.visited\:text-green-200:visited {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.visited\:text-green-300:visited {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.visited\:text-green-400:visited {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.visited\:text-green-500:visited {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.visited\:text-green-600:visited {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.visited\:text-green-700:visited {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.visited\:text-green-800:visited {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.visited\:text-green-900:visited {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.visited\:text-lime-50:visited {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.visited\:text-lime-100:visited {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.visited\:text-lime-200:visited {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.visited\:text-lime-300:visited {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.visited\:text-lime-400:visited {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.visited\:text-lime-500:visited {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.visited\:text-lime-600:visited {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.visited\:text-lime-700:visited {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.visited\:text-lime-800:visited {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.visited\:text-lime-900:visited {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.visited\:text-yellow-50:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.visited\:text-yellow-100:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.visited\:text-yellow-200:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.visited\:text-yellow-300:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.visited\:text-yellow-400:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.visited\:text-yellow-500:visited {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.visited\:text-yellow-600:visited {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.visited\:text-yellow-700:visited {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.visited\:text-yellow-800:visited {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.visited\:text-yellow-900:visited {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.visited\:text-amber-50:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.visited\:text-amber-100:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.visited\:text-amber-200:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.visited\:text-amber-300:visited {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.visited\:text-amber-400:visited {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.visited\:text-amber-500:visited {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.visited\:text-amber-600:visited {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.visited\:text-amber-700:visited {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.visited\:text-amber-800:visited {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.visited\:text-amber-900:visited {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.visited\:text-orange-50:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.visited\:text-orange-100:visited {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.visited\:text-orange-200:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.visited\:text-orange-300:visited {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.visited\:text-orange-400:visited {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.visited\:text-orange-500:visited {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.visited\:text-orange-600:visited {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.visited\:text-orange-700:visited {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.visited\:text-orange-800:visited {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.visited\:text-orange-900:visited {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.visited\:text-red-50:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.visited\:text-red-100:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.visited\:text-red-200:visited {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.visited\:text-red-300:visited {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.visited\:text-red-400:visited {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.visited\:text-red-500:visited {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.visited\:text-red-600:visited {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.visited\:text-red-700:visited {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.visited\:text-red-800:visited {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.visited\:text-red-900:visited {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.visited\:text-warmGray-50:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.visited\:text-warmGray-100:visited {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.visited\:text-warmGray-200:visited {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.visited\:text-warmGray-300:visited {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.visited\:text-warmGray-400:visited {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.visited\:text-warmGray-500:visited {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.visited\:text-warmGray-600:visited {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.visited\:text-warmGray-700:visited {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.visited\:text-warmGray-800:visited {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.visited\:text-warmGray-900:visited {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.visited\:text-trueGray-50:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.visited\:text-trueGray-100:visited {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.visited\:text-trueGray-200:visited {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.visited\:text-trueGray-300:visited {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.visited\:text-trueGray-400:visited {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.visited\:text-trueGray-500:visited {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.visited\:text-trueGray-600:visited {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.visited\:text-trueGray-700:visited {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.visited\:text-trueGray-800:visited {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.visited\:text-trueGray-900:visited {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.visited\:text-gray-50:visited {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.visited\:text-gray-100:visited {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.visited\:text-gray-200:visited {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.visited\:text-gray-300:visited {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.visited\:text-gray-400:visited {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.visited\:text-gray-500:visited {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.visited\:text-gray-600:visited {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.visited\:text-gray-700:visited {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.visited\:text-gray-800:visited {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.visited\:text-gray-900:visited {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.visited\:text-coolGray-50:visited {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.visited\:text-coolGray-100:visited {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.visited\:text-coolGray-200:visited {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.visited\:text-coolGray-300:visited {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.visited\:text-coolGray-400:visited {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.visited\:text-coolGray-500:visited {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.visited\:text-coolGray-600:visited {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.visited\:text-coolGray-700:visited {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.visited\:text-coolGray-800:visited {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.visited\:text-coolGray-900:visited {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.visited\:text-blueGray-50:visited {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.visited\:text-blueGray-100:visited {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.visited\:text-blueGray-200:visited {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.visited\:text-blueGray-300:visited {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.visited\:text-blueGray-400:visited {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.visited\:text-blueGray-500:visited {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.visited\:text-blueGray-600:visited {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.visited\:text-blueGray-700:visited {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.visited\:text-blueGray-800:visited {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.visited\:text-blueGray-900:visited {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.visited\:text-current:visited {
  color: current;
}

.visited\:text-transparent:visited {
  color: transparent;
}

.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.disabled\:text-rose-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.disabled\:text-rose-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.disabled\:text-rose-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.disabled\:text-rose-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.disabled\:text-rose-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.disabled\:text-rose-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.disabled\:text-rose-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.disabled\:text-rose-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.disabled\:text-rose-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.disabled\:text-rose-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.disabled\:text-pink-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.disabled\:text-pink-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.disabled\:text-pink-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.disabled\:text-pink-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.disabled\:text-pink-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.disabled\:text-pink-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.disabled\:text-pink-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.disabled\:text-pink-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.disabled\:text-pink-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.disabled\:text-pink-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.disabled\:text-fuchsia-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.disabled\:text-purple-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.disabled\:text-purple-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.disabled\:text-purple-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.disabled\:text-purple-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.disabled\:text-purple-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.disabled\:text-purple-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.disabled\:text-purple-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.disabled\:text-purple-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-text-opacity));
}

.disabled\:text-violet-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.disabled\:text-violet-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.disabled\:text-violet-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.disabled\:text-violet-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.disabled\:text-violet-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.disabled\:text-violet-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.disabled\:text-violet-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.disabled\:text-violet-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.disabled\:text-violet-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.disabled\:text-indigo-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.disabled\:text-indigo-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.disabled\:text-indigo-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.disabled\:text-indigo-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.disabled\:text-indigo-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.disabled\:text-indigo-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.disabled\:text-indigo-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.disabled\:text-indigo-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.disabled\:text-indigo-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.disabled\:text-blue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.disabled\:text-blue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.disabled\:text-blue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.disabled\:text-blue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.disabled\:text-blue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.disabled\:text-blue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.disabled\:text-blue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.disabled\:text-blue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.disabled\:text-blue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.disabled\:text-lightBlue-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-text-opacity));
}

.disabled\:text-cyan-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.disabled\:text-cyan-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.disabled\:text-cyan-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.disabled\:text-cyan-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.disabled\:text-cyan-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.disabled\:text-cyan-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.disabled\:text-cyan-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.disabled\:text-cyan-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.disabled\:text-cyan-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.disabled\:text-cyan-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.disabled\:text-teal-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.disabled\:text-teal-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.disabled\:text-teal-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.disabled\:text-teal-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.disabled\:text-teal-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.disabled\:text-teal-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.disabled\:text-teal-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.disabled\:text-teal-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.disabled\:text-teal-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.disabled\:text-teal-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-text-opacity));
}

.disabled\:text-emerald-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.disabled\:text-emerald-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.disabled\:text-emerald-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.disabled\:text-emerald-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.disabled\:text-emerald-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.disabled\:text-emerald-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.disabled\:text-emerald-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.disabled\:text-emerald-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.disabled\:text-emerald-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.disabled\:text-emerald-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.disabled\:text-green-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.disabled\:text-green-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.disabled\:text-green-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.disabled\:text-green-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.disabled\:text-green-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.disabled\:text-green-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.disabled\:text-green-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.disabled\:text-green-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.disabled\:text-green-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.disabled\:text-green-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-text-opacity));
}

.disabled\:text-lime-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.disabled\:text-lime-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.disabled\:text-lime-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.disabled\:text-lime-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.disabled\:text-lime-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.disabled\:text-lime-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.disabled\:text-lime-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.disabled\:text-lime-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.disabled\:text-lime-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.disabled\:text-lime-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-text-opacity));
}

.disabled\:text-yellow-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.disabled\:text-yellow-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.disabled\:text-yellow-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.disabled\:text-yellow-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.disabled\:text-yellow-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.disabled\:text-yellow-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.disabled\:text-yellow-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.disabled\:text-yellow-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.disabled\:text-yellow-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.disabled\:text-yellow-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-text-opacity));
}

.disabled\:text-amber-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.disabled\:text-amber-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.disabled\:text-amber-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.disabled\:text-amber-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.disabled\:text-amber-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.disabled\:text-amber-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.disabled\:text-amber-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.disabled\:text-amber-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.disabled\:text-amber-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.disabled\:text-amber-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.disabled\:text-orange-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.disabled\:text-orange-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.disabled\:text-orange-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.disabled\:text-orange-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.disabled\:text-orange-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.disabled\:text-orange-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.disabled\:text-orange-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.disabled\:text-orange-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-text-opacity));
}

.disabled\:text-red-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.disabled\:text-red-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.disabled\:text-red-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.disabled\:text-red-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.disabled\:text-red-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.disabled\:text-red-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.disabled\:text-red-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-red-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.disabled\:text-red-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.disabled\:text-red-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.disabled\:text-warmGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.disabled\:text-warmGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.disabled\:text-warmGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.disabled\:text-warmGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.disabled\:text-warmGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.disabled\:text-warmGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.disabled\:text-warmGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.disabled\:text-warmGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.disabled\:text-warmGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.disabled\:text-warmGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.disabled\:text-trueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-trueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.disabled\:text-trueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.disabled\:text-trueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.disabled\:text-trueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.disabled\:text-trueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.disabled\:text-trueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.disabled\:text-trueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.disabled\:text-trueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.disabled\:text-trueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.disabled\:text-gray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.disabled\:text-gray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.disabled\:text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.disabled\:text-gray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.disabled\:text-gray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.disabled\:text-coolGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.disabled\:text-coolGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.disabled\:text-coolGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.disabled\:text-coolGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.disabled\:text-coolGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.disabled\:text-coolGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.disabled\:text-coolGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.disabled\:text-coolGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.disabled\:text-coolGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.disabled\:text-coolGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.disabled\:text-blueGray-50:disabled {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.disabled\:text-blueGray-100:disabled {
  --tw-text-opacity: 1;
  color: rgba(241, 245, 249, var(--tw-text-opacity));
}

.disabled\:text-blueGray-200:disabled {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.disabled\:text-blueGray-300:disabled {
  --tw-text-opacity: 1;
  color: rgba(203, 213, 225, var(--tw-text-opacity));
}

.disabled\:text-blueGray-400:disabled {
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.disabled\:text-blueGray-500:disabled {
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.disabled\:text-blueGray-600:disabled {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.disabled\:text-blueGray-700:disabled {
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}

.disabled\:text-blueGray-800:disabled {
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}

.disabled\:text-blueGray-900:disabled {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.disabled\:text-current:disabled {
  color: current;
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.first\:text-opacity-0:first-child {
  --tw-text-opacity: 0;
}

.first\:text-opacity-5:first-child {
  --tw-text-opacity: 0.05;
}

.first\:text-opacity-10:first-child {
  --tw-text-opacity: 0.1;
}

.first\:text-opacity-20:first-child {
  --tw-text-opacity: 0.2;
}

.first\:text-opacity-25:first-child {
  --tw-text-opacity: 0.25;
}

.first\:text-opacity-30:first-child {
  --tw-text-opacity: 0.3;
}

.first\:text-opacity-40:first-child {
  --tw-text-opacity: 0.4;
}

.first\:text-opacity-50:first-child {
  --tw-text-opacity: 0.5;
}

.first\:text-opacity-60:first-child {
  --tw-text-opacity: 0.6;
}

.first\:text-opacity-70:first-child {
  --tw-text-opacity: 0.7;
}

.first\:text-opacity-75:first-child {
  --tw-text-opacity: 0.75;
}

.first\:text-opacity-80:first-child {
  --tw-text-opacity: 0.8;
}

.first\:text-opacity-90:first-child {
  --tw-text-opacity: 0.9;
}

.first\:text-opacity-95:first-child {
  --tw-text-opacity: 0.95;
}

.first\:text-opacity-100:first-child {
  --tw-text-opacity: 1;
}

.last\:text-opacity-0:last-child {
  --tw-text-opacity: 0;
}

.last\:text-opacity-5:last-child {
  --tw-text-opacity: 0.05;
}

.last\:text-opacity-10:last-child {
  --tw-text-opacity: 0.1;
}

.last\:text-opacity-20:last-child {
  --tw-text-opacity: 0.2;
}

.last\:text-opacity-25:last-child {
  --tw-text-opacity: 0.25;
}

.last\:text-opacity-30:last-child {
  --tw-text-opacity: 0.3;
}

.last\:text-opacity-40:last-child {
  --tw-text-opacity: 0.4;
}

.last\:text-opacity-50:last-child {
  --tw-text-opacity: 0.5;
}

.last\:text-opacity-60:last-child {
  --tw-text-opacity: 0.6;
}

.last\:text-opacity-70:last-child {
  --tw-text-opacity: 0.7;
}

.last\:text-opacity-75:last-child {
  --tw-text-opacity: 0.75;
}

.last\:text-opacity-80:last-child {
  --tw-text-opacity: 0.8;
}

.last\:text-opacity-90:last-child {
  --tw-text-opacity: 0.9;
}

.last\:text-opacity-95:last-child {
  --tw-text-opacity: 0.95;
}

.last\:text-opacity-100:last-child {
  --tw-text-opacity: 1;
}

.odd\:text-opacity-0:nth-child(odd) {
  --tw-text-opacity: 0;
}

.odd\:text-opacity-5:nth-child(odd) {
  --tw-text-opacity: 0.05;
}

.odd\:text-opacity-10:nth-child(odd) {
  --tw-text-opacity: 0.1;
}

.odd\:text-opacity-20:nth-child(odd) {
  --tw-text-opacity: 0.2;
}

.odd\:text-opacity-25:nth-child(odd) {
  --tw-text-opacity: 0.25;
}

.odd\:text-opacity-30:nth-child(odd) {
  --tw-text-opacity: 0.3;
}

.odd\:text-opacity-40:nth-child(odd) {
  --tw-text-opacity: 0.4;
}

.odd\:text-opacity-50:nth-child(odd) {
  --tw-text-opacity: 0.5;
}

.odd\:text-opacity-60:nth-child(odd) {
  --tw-text-opacity: 0.6;
}

.odd\:text-opacity-70:nth-child(odd) {
  --tw-text-opacity: 0.7;
}

.odd\:text-opacity-75:nth-child(odd) {
  --tw-text-opacity: 0.75;
}

.odd\:text-opacity-80:nth-child(odd) {
  --tw-text-opacity: 0.8;
}

.odd\:text-opacity-90:nth-child(odd) {
  --tw-text-opacity: 0.9;
}

.odd\:text-opacity-95:nth-child(odd) {
  --tw-text-opacity: 0.95;
}

.odd\:text-opacity-100:nth-child(odd) {
  --tw-text-opacity: 1;
}

.even\:text-opacity-0:nth-child(even) {
  --tw-text-opacity: 0;
}

.even\:text-opacity-5:nth-child(even) {
  --tw-text-opacity: 0.05;
}

.even\:text-opacity-10:nth-child(even) {
  --tw-text-opacity: 0.1;
}

.even\:text-opacity-20:nth-child(even) {
  --tw-text-opacity: 0.2;
}

.even\:text-opacity-25:nth-child(even) {
  --tw-text-opacity: 0.25;
}

.even\:text-opacity-30:nth-child(even) {
  --tw-text-opacity: 0.3;
}

.even\:text-opacity-40:nth-child(even) {
  --tw-text-opacity: 0.4;
}

.even\:text-opacity-50:nth-child(even) {
  --tw-text-opacity: 0.5;
}

.even\:text-opacity-60:nth-child(even) {
  --tw-text-opacity: 0.6;
}

.even\:text-opacity-70:nth-child(even) {
  --tw-text-opacity: 0.7;
}

.even\:text-opacity-75:nth-child(even) {
  --tw-text-opacity: 0.75;
}

.even\:text-opacity-80:nth-child(even) {
  --tw-text-opacity: 0.8;
}

.even\:text-opacity-90:nth-child(even) {
  --tw-text-opacity: 0.9;
}

.even\:text-opacity-95:nth-child(even) {
  --tw-text-opacity: 0.95;
}

.even\:text-opacity-100:nth-child(even) {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.active\:text-opacity-0:active {
  --tw-text-opacity: 0;
}

.active\:text-opacity-5:active {
  --tw-text-opacity: 0.05;
}

.active\:text-opacity-10:active {
  --tw-text-opacity: 0.1;
}

.active\:text-opacity-20:active {
  --tw-text-opacity: 0.2;
}

.active\:text-opacity-25:active {
  --tw-text-opacity: 0.25;
}

.active\:text-opacity-30:active {
  --tw-text-opacity: 0.3;
}

.active\:text-opacity-40:active {
  --tw-text-opacity: 0.4;
}

.active\:text-opacity-50:active {
  --tw-text-opacity: 0.5;
}

.active\:text-opacity-60:active {
  --tw-text-opacity: 0.6;
}

.active\:text-opacity-70:active {
  --tw-text-opacity: 0.7;
}

.active\:text-opacity-75:active {
  --tw-text-opacity: 0.75;
}

.active\:text-opacity-80:active {
  --tw-text-opacity: 0.8;
}

.active\:text-opacity-90:active {
  --tw-text-opacity: 0.9;
}

.active\:text-opacity-95:active {
  --tw-text-opacity: 0.95;
}

.active\:text-opacity-100:active {
  --tw-text-opacity: 1;
}

.visited\:text-opacity-0:visited {
  --tw-text-opacity: 0;
}

.visited\:text-opacity-5:visited {
  --tw-text-opacity: 0.05;
}

.visited\:text-opacity-10:visited {
  --tw-text-opacity: 0.1;
}

.visited\:text-opacity-20:visited {
  --tw-text-opacity: 0.2;
}

.visited\:text-opacity-25:visited {
  --tw-text-opacity: 0.25;
}

.visited\:text-opacity-30:visited {
  --tw-text-opacity: 0.3;
}

.visited\:text-opacity-40:visited {
  --tw-text-opacity: 0.4;
}

.visited\:text-opacity-50:visited {
  --tw-text-opacity: 0.5;
}

.visited\:text-opacity-60:visited {
  --tw-text-opacity: 0.6;
}

.visited\:text-opacity-70:visited {
  --tw-text-opacity: 0.7;
}

.visited\:text-opacity-75:visited {
  --tw-text-opacity: 0.75;
}

.visited\:text-opacity-80:visited {
  --tw-text-opacity: 0.8;
}

.visited\:text-opacity-90:visited {
  --tw-text-opacity: 0.9;
}

.visited\:text-opacity-95:visited {
  --tw-text-opacity: 0.95;
}

.visited\:text-opacity-100:visited {
  --tw-text-opacity: 1;
}

.disabled\:text-opacity-0:disabled {
  --tw-text-opacity: 0;
}

.disabled\:text-opacity-5:disabled {
  --tw-text-opacity: 0.05;
}

.disabled\:text-opacity-10:disabled {
  --tw-text-opacity: 0.1;
}

.disabled\:text-opacity-20:disabled {
  --tw-text-opacity: 0.2;
}

.disabled\:text-opacity-25:disabled {
  --tw-text-opacity: 0.25;
}

.disabled\:text-opacity-30:disabled {
  --tw-text-opacity: 0.3;
}

.disabled\:text-opacity-40:disabled {
  --tw-text-opacity: 0.4;
}

.disabled\:text-opacity-50:disabled {
  --tw-text-opacity: 0.5;
}

.disabled\:text-opacity-60:disabled {
  --tw-text-opacity: 0.6;
}

.disabled\:text-opacity-70:disabled {
  --tw-text-opacity: 0.7;
}

.disabled\:text-opacity-75:disabled {
  --tw-text-opacity: 0.75;
}

.disabled\:text-opacity-80:disabled {
  --tw-text-opacity: 0.8;
}

.disabled\:text-opacity-90:disabled {
  --tw-text-opacity: 0.9;
}

.disabled\:text-opacity-95:disabled {
  --tw-text-opacity: 0.95;
}

.disabled\:text-opacity-100:disabled {
  --tw-text-opacity: 1;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.group:hover .group-hover\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group:hover .group-hover\:overflow-ellipsis {
  text-overflow: ellipsis;
}

.group:hover .group-hover\:overflow-clip {
  text-overflow: clip;
}

.focus-within\:truncate:focus-within {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus-within\:overflow-ellipsis:focus-within {
  text-overflow: ellipsis;
}

.focus-within\:overflow-clip:focus-within {
  text-overflow: clip;
}

.first\:truncate:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first\:overflow-ellipsis:first-child {
  text-overflow: ellipsis;
}

.first\:overflow-clip:first-child {
  text-overflow: clip;
}

.last\:truncate:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.last\:overflow-ellipsis:last-child {
  text-overflow: ellipsis;
}

.last\:overflow-clip:last-child {
  text-overflow: clip;
}

.odd\:truncate:nth-child(odd) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.odd\:overflow-ellipsis:nth-child(odd) {
  text-overflow: ellipsis;
}

.odd\:overflow-clip:nth-child(odd) {
  text-overflow: clip;
}

.even\:truncate:nth-child(even) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.even\:overflow-ellipsis:nth-child(even) {
  text-overflow: ellipsis;
}

.even\:overflow-clip:nth-child(even) {
  text-overflow: clip;
}

.hover\:truncate:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover\:overflow-ellipsis:hover {
  text-overflow: ellipsis;
}

.hover\:overflow-clip:hover {
  text-overflow: clip;
}

.focus\:truncate:focus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus\:overflow-ellipsis:focus {
  text-overflow: ellipsis;
}

.focus\:overflow-clip:focus {
  text-overflow: clip;
}

.active\:truncate:active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active\:overflow-ellipsis:active {
  text-overflow: ellipsis;
}

.active\:overflow-clip:active {
  text-overflow: clip;
}

.visited\:truncate:visited {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visited\:overflow-ellipsis:visited {
  text-overflow: ellipsis;
}

.visited\:overflow-clip:visited {
  text-overflow: clip;
}

.disabled\:truncate:disabled {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disabled\:overflow-ellipsis:disabled {
  text-overflow: ellipsis;
}

.disabled\:overflow-clip:disabled {
  text-overflow: clip;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.group:hover .group-hover\:italic {
  font-style: italic;
}

.group:hover .group-hover\:not-italic {
  font-style: normal;
}

.focus-within\:italic:focus-within {
  font-style: italic;
}

.focus-within\:not-italic:focus-within {
  font-style: normal;
}

.first\:italic:first-child {
  font-style: italic;
}

.first\:not-italic:first-child {
  font-style: normal;
}

.last\:italic:last-child {
  font-style: italic;
}

.last\:not-italic:last-child {
  font-style: normal;
}

.odd\:italic:nth-child(odd) {
  font-style: italic;
}

.odd\:not-italic:nth-child(odd) {
  font-style: normal;
}

.even\:italic:nth-child(even) {
  font-style: italic;
}

.even\:not-italic:nth-child(even) {
  font-style: normal;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:not-italic:hover {
  font-style: normal;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:not-italic:focus {
  font-style: normal;
}

.active\:italic:active {
  font-style: italic;
}

.active\:not-italic:active {
  font-style: normal;
}

.visited\:italic:visited {
  font-style: italic;
}

.visited\:not-italic:visited {
  font-style: normal;
}

.disabled\:italic:disabled {
  font-style: italic;
}

.disabled\:not-italic:disabled {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group:hover .group-hover\:lowercase {
  text-transform: lowercase;
}

.group:hover .group-hover\:capitalize {
  text-transform: capitalize;
}

.group:hover .group-hover\:normal-case {
  text-transform: none;
}

.focus-within\:uppercase:focus-within {
  text-transform: uppercase;
}

.focus-within\:lowercase:focus-within {
  text-transform: lowercase;
}

.focus-within\:capitalize:focus-within {
  text-transform: capitalize;
}

.focus-within\:normal-case:focus-within {
  text-transform: none;
}

.first\:uppercase:first-child {
  text-transform: uppercase;
}

.first\:lowercase:first-child {
  text-transform: lowercase;
}

.first\:capitalize:first-child {
  text-transform: capitalize;
}

.first\:normal-case:first-child {
  text-transform: none;
}

.last\:uppercase:last-child {
  text-transform: uppercase;
}

.last\:lowercase:last-child {
  text-transform: lowercase;
}

.last\:capitalize:last-child {
  text-transform: capitalize;
}

.last\:normal-case:last-child {
  text-transform: none;
}

.odd\:uppercase:nth-child(odd) {
  text-transform: uppercase;
}

.odd\:lowercase:nth-child(odd) {
  text-transform: lowercase;
}

.odd\:capitalize:nth-child(odd) {
  text-transform: capitalize;
}

.odd\:normal-case:nth-child(odd) {
  text-transform: none;
}

.even\:uppercase:nth-child(even) {
  text-transform: uppercase;
}

.even\:lowercase:nth-child(even) {
  text-transform: lowercase;
}

.even\:capitalize:nth-child(even) {
  text-transform: capitalize;
}

.even\:normal-case:nth-child(even) {
  text-transform: none;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.active\:uppercase:active {
  text-transform: uppercase;
}

.active\:lowercase:active {
  text-transform: lowercase;
}

.active\:capitalize:active {
  text-transform: capitalize;
}

.active\:normal-case:active {
  text-transform: none;
}

.visited\:uppercase:visited {
  text-transform: uppercase;
}

.visited\:lowercase:visited {
  text-transform: lowercase;
}

.visited\:capitalize:visited {
  text-transform: capitalize;
}

.visited\:normal-case:visited {
  text-transform: none;
}

.disabled\:uppercase:disabled {
  text-transform: uppercase;
}

.disabled\:lowercase:disabled {
  text-transform: lowercase;
}

.disabled\:capitalize:disabled {
  text-transform: capitalize;
}

.disabled\:normal-case:disabled {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.first\:underline:first-child {
  text-decoration: underline;
}

.first\:line-through:first-child {
  text-decoration: line-through;
}

.first\:no-underline:first-child {
  text-decoration: none;
}

.last\:underline:last-child {
  text-decoration: underline;
}

.last\:line-through:last-child {
  text-decoration: line-through;
}

.last\:no-underline:last-child {
  text-decoration: none;
}

.odd\:underline:nth-child(odd) {
  text-decoration: underline;
}

.odd\:line-through:nth-child(odd) {
  text-decoration: line-through;
}

.odd\:no-underline:nth-child(odd) {
  text-decoration: none;
}

.even\:underline:nth-child(even) {
  text-decoration: underline;
}

.even\:line-through:nth-child(even) {
  text-decoration: line-through;
}

.even\:no-underline:nth-child(even) {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.active\:underline:active {
  text-decoration: underline;
}

.active\:line-through:active {
  text-decoration: line-through;
}

.active\:no-underline:active {
  text-decoration: none;
}

.visited\:underline:visited {
  text-decoration: underline;
}

.visited\:line-through:visited {
  text-decoration: line-through;
}

.visited\:no-underline:visited {
  text-decoration: none;
}

.disabled\:underline:disabled {
  text-decoration: underline;
}

.disabled\:line-through:disabled {
  text-decoration: line-through;
}

.disabled\:no-underline:disabled {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.group:hover .group-hover\:antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.group:hover .group-hover\:subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus-within\:antialiased:focus-within {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus-within\:subpixel-antialiased:focus-within {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.first\:antialiased:first-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.first\:subpixel-antialiased:first-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.last\:antialiased:last-child {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.last\:subpixel-antialiased:last-child {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.odd\:antialiased:nth-child(odd) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.odd\:subpixel-antialiased:nth-child(odd) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.even\:antialiased:nth-child(even) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.even\:subpixel-antialiased:nth-child(even) {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.active\:antialiased:active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active\:subpixel-antialiased:active {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.visited\:antialiased:visited {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visited\:subpixel-antialiased:visited {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.disabled\:antialiased:disabled {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.disabled\:subpixel-antialiased:disabled {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.group:hover .group-hover\:ordinal, .group:hover .group-hover\:slashed-zero, .group:hover .group-hover\:lining-nums, .group:hover .group-hover\:oldstyle-nums, .group:hover .group-hover\:proportional-nums, .group:hover .group-hover\:tabular-nums, .group:hover .group-hover\:diagonal-fractions, .group:hover .group-hover\: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);
}

.group:hover .group-hover\:normal-nums {
  font-variant-numeric: normal;
}

.group:hover .group-hover\:ordinal {
  --tw-ordinal: ordinal;
}

.group:hover .group-hover\:slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.group:hover .group-hover\:lining-nums {
  --tw-numeric-figure: lining-nums;
}

.group:hover .group-hover\:oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.group:hover .group-hover\:proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.group:hover .group-hover\:tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.group:hover .group-hover\:diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.group:hover .group-hover\:stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.focus-within\:ordinal:focus-within, .focus-within\:slashed-zero:focus-within, .focus-within\:lining-nums:focus-within, .focus-within\:oldstyle-nums:focus-within, .focus-within\:proportional-nums:focus-within, .focus-within\:tabular-nums:focus-within, .focus-within\:diagonal-fractions:focus-within, .focus-within\:stacked-fractions:focus-within {
  --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);
}

.focus-within\:normal-nums:focus-within {
  font-variant-numeric: normal;
}

.focus-within\:ordinal:focus-within {
  --tw-ordinal: ordinal;
}

.focus-within\:slashed-zero:focus-within {
  --tw-slashed-zero: slashed-zero;
}

.focus-within\:lining-nums:focus-within {
  --tw-numeric-figure: lining-nums;
}

.focus-within\:oldstyle-nums:focus-within {
  --tw-numeric-figure: oldstyle-nums;
}

.focus-within\:proportional-nums:focus-within {
  --tw-numeric-spacing: proportional-nums;
}

.focus-within\:tabular-nums:focus-within {
  --tw-numeric-spacing: tabular-nums;
}

.focus-within\:diagonal-fractions:focus-within {
  --tw-numeric-fraction: diagonal-fractions;
}

.focus-within\:stacked-fractions:focus-within {
  --tw-numeric-fraction: stacked-fractions;
}

.first\:ordinal:first-child, .first\:slashed-zero:first-child, .first\:lining-nums:first-child, .first\:oldstyle-nums:first-child, .first\:proportional-nums:first-child, .first\:tabular-nums:first-child, .first\:diagonal-fractions:first-child, .first\:stacked-fractions:first-child {
  --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);
}

.first\:normal-nums:first-child {
  font-variant-numeric: normal;
}

.first\:ordinal:first-child {
  --tw-ordinal: ordinal;
}

.first\:slashed-zero:first-child {
  --tw-slashed-zero: slashed-zero;
}

.first\:lining-nums:first-child {
  --tw-numeric-figure: lining-nums;
}

.first\:oldstyle-nums:first-child {
  --tw-numeric-figure: oldstyle-nums;
}

.first\:proportional-nums:first-child {
  --tw-numeric-spacing: proportional-nums;
}

.first\:tabular-nums:first-child {
  --tw-numeric-spacing: tabular-nums;
}

.first\:diagonal-fractions:first-child {
  --tw-numeric-fraction: diagonal-fractions;
}

.first\:stacked-fractions:first-child {
  --tw-numeric-fraction: stacked-fractions;
}

.last\:ordinal:last-child, .last\:slashed-zero:last-child, .last\:lining-nums:last-child, .last\:oldstyle-nums:last-child, .last\:proportional-nums:last-child, .last\:tabular-nums:last-child, .last\:diagonal-fractions:last-child, .last\:stacked-fractions:last-child {
  --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);
}

.last\:normal-nums:last-child {
  font-variant-numeric: normal;
}

.last\:ordinal:last-child {
  --tw-ordinal: ordinal;
}

.last\:slashed-zero:last-child {
  --tw-slashed-zero: slashed-zero;
}

.last\:lining-nums:last-child {
  --tw-numeric-figure: lining-nums;
}

.last\:oldstyle-nums:last-child {
  --tw-numeric-figure: oldstyle-nums;
}

.last\:proportional-nums:last-child {
  --tw-numeric-spacing: proportional-nums;
}

.last\:tabular-nums:last-child {
  --tw-numeric-spacing: tabular-nums;
}

.last\:diagonal-fractions:last-child {
  --tw-numeric-fraction: diagonal-fractions;
}

.last\:stacked-fractions:last-child {
  --tw-numeric-fraction: stacked-fractions;
}

.odd\:ordinal:nth-child(odd), .odd\:slashed-zero:nth-child(odd), .odd\:lining-nums:nth-child(odd), .odd\:oldstyle-nums:nth-child(odd), .odd\:proportional-nums:nth-child(odd), .odd\:tabular-nums:nth-child(odd), .odd\:diagonal-fractions:nth-child(odd), .odd\:stacked-fractions:nth-child(odd) {
  --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);
}

.odd\:normal-nums:nth-child(odd) {
  font-variant-numeric: normal;
}

.odd\:ordinal:nth-child(odd) {
  --tw-ordinal: ordinal;
}

.odd\:slashed-zero:nth-child(odd) {
  --tw-slashed-zero: slashed-zero;
}

.odd\:lining-nums:nth-child(odd) {
  --tw-numeric-figure: lining-nums;
}

.odd\:oldstyle-nums:nth-child(odd) {
  --tw-numeric-figure: oldstyle-nums;
}

.odd\:proportional-nums:nth-child(odd) {
  --tw-numeric-spacing: proportional-nums;
}

.odd\:tabular-nums:nth-child(odd) {
  --tw-numeric-spacing: tabular-nums;
}

.odd\:diagonal-fractions:nth-child(odd) {
  --tw-numeric-fraction: diagonal-fractions;
}

.odd\:stacked-fractions:nth-child(odd) {
  --tw-numeric-fraction: stacked-fractions;
}

.even\:ordinal:nth-child(even), .even\:slashed-zero:nth-child(even), .even\:lining-nums:nth-child(even), .even\:oldstyle-nums:nth-child(even), .even\:proportional-nums:nth-child(even), .even\:tabular-nums:nth-child(even), .even\:diagonal-fractions:nth-child(even), .even\:stacked-fractions:nth-child(even) {
  --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);
}

.even\:normal-nums:nth-child(even) {
  font-variant-numeric: normal;
}

.even\:ordinal:nth-child(even) {
  --tw-ordinal: ordinal;
}

.even\:slashed-zero:nth-child(even) {
  --tw-slashed-zero: slashed-zero;
}

.even\:lining-nums:nth-child(even) {
  --tw-numeric-figure: lining-nums;
}

.even\:oldstyle-nums:nth-child(even) {
  --tw-numeric-figure: oldstyle-nums;
}

.even\:proportional-nums:nth-child(even) {
  --tw-numeric-spacing: proportional-nums;
}

.even\:tabular-nums:nth-child(even) {
  --tw-numeric-spacing: tabular-nums;
}

.even\:diagonal-fractions:nth-child(even) {
  --tw-numeric-fraction: diagonal-fractions;
}

.even\:stacked-fractions:nth-child(even) {
  --tw-numeric-fraction: stacked-fractions;
}

.hover\:ordinal:hover, .hover\:slashed-zero:hover, .hover\:lining-nums:hover, .hover\:oldstyle-nums:hover, .hover\:proportional-nums:hover, .hover\:tabular-nums:hover, .hover\:diagonal-fractions:hover, .hover\:stacked-fractions:hover {
  --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);
}

.hover\:normal-nums:hover {
  font-variant-numeric: normal;
}

.hover\:ordinal:hover {
  --tw-ordinal: ordinal;
}

.hover\:slashed-zero:hover {
  --tw-slashed-zero: slashed-zero;
}

.hover\:lining-nums:hover {
  --tw-numeric-figure: lining-nums;
}

.hover\:oldstyle-nums:hover {
  --tw-numeric-figure: oldstyle-nums;
}

.hover\:proportional-nums:hover {
  --tw-numeric-spacing: proportional-nums;
}

.hover\:tabular-nums:hover {
  --tw-numeric-spacing: tabular-nums;
}

.hover\:diagonal-fractions:hover {
  --tw-numeric-fraction: diagonal-fractions;
}

.hover\:stacked-fractions:hover {
  --tw-numeric-fraction: stacked-fractions;
}

.focus\:ordinal:focus, .focus\:slashed-zero:focus, .focus\:lining-nums:focus, .focus\:oldstyle-nums:focus, .focus\:proportional-nums:focus, .focus\:tabular-nums:focus, .focus\:diagonal-fractions:focus, .focus\:stacked-fractions:focus {
  --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);
}

.focus\:normal-nums:focus {
  font-variant-numeric: normal;
}

.focus\:ordinal:focus {
  --tw-ordinal: ordinal;
}

.focus\:slashed-zero:focus {
  --tw-slashed-zero: slashed-zero;
}

.focus\:lining-nums:focus {
  --tw-numeric-figure: lining-nums;
}

.focus\:oldstyle-nums:focus {
  --tw-numeric-figure: oldstyle-nums;
}

.focus\:proportional-nums:focus {
  --tw-numeric-spacing: proportional-nums;
}

.focus\:tabular-nums:focus {
  --tw-numeric-spacing: tabular-nums;
}

.focus\:diagonal-fractions:focus {
  --tw-numeric-fraction: diagonal-fractions;
}

.focus\:stacked-fractions:focus {
  --tw-numeric-fraction: stacked-fractions;
}

.active\:ordinal:active, .active\:slashed-zero:active, .active\:lining-nums:active, .active\:oldstyle-nums:active, .active\:proportional-nums:active, .active\:tabular-nums:active, .active\:diagonal-fractions:active, .active\:stacked-fractions:active {
  --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);
}

.active\:normal-nums:active {
  font-variant-numeric: normal;
}

.active\:ordinal:active {
  --tw-ordinal: ordinal;
}

.active\:slashed-zero:active {
  --tw-slashed-zero: slashed-zero;
}

.active\:lining-nums:active {
  --tw-numeric-figure: lining-nums;
}

.active\:oldstyle-nums:active {
  --tw-numeric-figure: oldstyle-nums;
}

.active\:proportional-nums:active {
  --tw-numeric-spacing: proportional-nums;
}

.active\:tabular-nums:active {
  --tw-numeric-spacing: tabular-nums;
}

.active\:diagonal-fractions:active {
  --tw-numeric-fraction: diagonal-fractions;
}

.active\:stacked-fractions:active {
  --tw-numeric-fraction: stacked-fractions;
}

.visited\:ordinal:visited, .visited\:slashed-zero:visited, .visited\:lining-nums:visited, .visited\:oldstyle-nums:visited, .visited\:proportional-nums:visited, .visited\:tabular-nums:visited, .visited\:diagonal-fractions:visited, .visited\:stacked-fractions:visited {
  --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);
}

.visited\:normal-nums:visited {
  font-variant-numeric: normal;
}

.visited\:ordinal:visited {
  --tw-ordinal: ordinal;
}

.visited\:slashed-zero:visited {
  --tw-slashed-zero: slashed-zero;
}

.visited\:lining-nums:visited {
  --tw-numeric-figure: lining-nums;
}

.visited\:oldstyle-nums:visited {
  --tw-numeric-figure: oldstyle-nums;
}

.visited\:proportional-nums:visited {
  --tw-numeric-spacing: proportional-nums;
}

.visited\:tabular-nums:visited {
  --tw-numeric-spacing: tabular-nums;
}

.visited\:diagonal-fractions:visited {
  --tw-numeric-fraction: diagonal-fractions;
}

.visited\:stacked-fractions:visited {
  --tw-numeric-fraction: stacked-fractions;
}

.disabled\:ordinal:disabled, .disabled\:slashed-zero:disabled, .disabled\:lining-nums:disabled, .disabled\:oldstyle-nums:disabled, .disabled\:proportional-nums:disabled, .disabled\:tabular-nums:disabled, .disabled\:diagonal-fractions:disabled, .disabled\:stacked-fractions:disabled {
  --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);
}

.disabled\:normal-nums:disabled {
  font-variant-numeric: normal;
}

.disabled\:ordinal:disabled {
  --tw-ordinal: ordinal;
}

.disabled\:slashed-zero:disabled {
  --tw-slashed-zero: slashed-zero;
}

.disabled\:lining-nums:disabled {
  --tw-numeric-figure: lining-nums;
}

.disabled\:oldstyle-nums:disabled {
  --tw-numeric-figure: oldstyle-nums;
}

.disabled\:proportional-nums:disabled {
  --tw-numeric-spacing: proportional-nums;
}

.disabled\:tabular-nums:disabled {
  --tw-numeric-spacing: tabular-nums;
}

.disabled\:diagonal-fractions:disabled {
  --tw-numeric-fraction: diagonal-fractions;
}

.disabled\:stacked-fractions:disabled {
  --tw-numeric-fraction: stacked-fractions;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.group:hover .group-hover\:tracking-tighter {
  letter-spacing: -0.05em;
}

.group:hover .group-hover\:tracking-tight {
  letter-spacing: -0.025em;
}

.group:hover .group-hover\:tracking-normal {
  letter-spacing: 0em;
}

.group:hover .group-hover\:tracking-wide {
  letter-spacing: 0.025em;
}

.group:hover .group-hover\:tracking-wider {
  letter-spacing: 0.05em;
}

.group:hover .group-hover\:tracking-widest {
  letter-spacing: 0.1em;
}

.focus-within\:tracking-tighter:focus-within {
  letter-spacing: -0.05em;
}

.focus-within\:tracking-tight:focus-within {
  letter-spacing: -0.025em;
}

.focus-within\:tracking-normal:focus-within {
  letter-spacing: 0em;
}

.focus-within\:tracking-wide:focus-within {
  letter-spacing: 0.025em;
}

.focus-within\:tracking-wider:focus-within {
  letter-spacing: 0.05em;
}

.focus-within\:tracking-widest:focus-within {
  letter-spacing: 0.1em;
}

.first\:tracking-tighter:first-child {
  letter-spacing: -0.05em;
}

.first\:tracking-tight:first-child {
  letter-spacing: -0.025em;
}

.first\:tracking-normal:first-child {
  letter-spacing: 0em;
}

.first\:tracking-wide:first-child {
  letter-spacing: 0.025em;
}

.first\:tracking-wider:first-child {
  letter-spacing: 0.05em;
}

.first\:tracking-widest:first-child {
  letter-spacing: 0.1em;
}

.last\:tracking-tighter:last-child {
  letter-spacing: -0.05em;
}

.last\:tracking-tight:last-child {
  letter-spacing: -0.025em;
}

.last\:tracking-normal:last-child {
  letter-spacing: 0em;
}

.last\:tracking-wide:last-child {
  letter-spacing: 0.025em;
}

.last\:tracking-wider:last-child {
  letter-spacing: 0.05em;
}

.last\:tracking-widest:last-child {
  letter-spacing: 0.1em;
}

.odd\:tracking-tighter:nth-child(odd) {
  letter-spacing: -0.05em;
}

.odd\:tracking-tight:nth-child(odd) {
  letter-spacing: -0.025em;
}

.odd\:tracking-normal:nth-child(odd) {
  letter-spacing: 0em;
}

.odd\:tracking-wide:nth-child(odd) {
  letter-spacing: 0.025em;
}

.odd\:tracking-wider:nth-child(odd) {
  letter-spacing: 0.05em;
}

.odd\:tracking-widest:nth-child(odd) {
  letter-spacing: 0.1em;
}

.even\:tracking-tighter:nth-child(even) {
  letter-spacing: -0.05em;
}

.even\:tracking-tight:nth-child(even) {
  letter-spacing: -0.025em;
}

.even\:tracking-normal:nth-child(even) {
  letter-spacing: 0em;
}

.even\:tracking-wide:nth-child(even) {
  letter-spacing: 0.025em;
}

.even\:tracking-wider:nth-child(even) {
  letter-spacing: 0.05em;
}

.even\:tracking-widest:nth-child(even) {
  letter-spacing: 0.1em;
}

.hover\:tracking-tighter:hover {
  letter-spacing: -0.05em;
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.025em;
}

.hover\:tracking-normal:hover {
  letter-spacing: 0em;
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em;
}

.hover\:tracking-wider:hover {
  letter-spacing: 0.05em;
}

.hover\:tracking-widest:hover {
  letter-spacing: 0.1em;
}

.focus\:tracking-tighter:focus {
  letter-spacing: -0.05em;
}

.focus\:tracking-tight:focus {
  letter-spacing: -0.025em;
}

.focus\:tracking-normal:focus {
  letter-spacing: 0em;
}

.focus\:tracking-wide:focus {
  letter-spacing: 0.025em;
}

.focus\:tracking-wider:focus {
  letter-spacing: 0.05em;
}

.focus\:tracking-widest:focus {
  letter-spacing: 0.1em;
}

.active\:tracking-tighter:active {
  letter-spacing: -0.05em;
}

.active\:tracking-tight:active {
  letter-spacing: -0.025em;
}

.active\:tracking-normal:active {
  letter-spacing: 0em;
}

.active\:tracking-wide:active {
  letter-spacing: 0.025em;
}

.active\:tracking-wider:active {
  letter-spacing: 0.05em;
}

.active\:tracking-widest:active {
  letter-spacing: 0.1em;
}

.visited\:tracking-tighter:visited {
  letter-spacing: -0.05em;
}

.visited\:tracking-tight:visited {
  letter-spacing: -0.025em;
}

.visited\:tracking-normal:visited {
  letter-spacing: 0em;
}

.visited\:tracking-wide:visited {
  letter-spacing: 0.025em;
}

.visited\:tracking-wider:visited {
  letter-spacing: 0.05em;
}

.visited\:tracking-widest:visited {
  letter-spacing: 0.1em;
}

.disabled\:tracking-tighter:disabled {
  letter-spacing: -0.05em;
}

.disabled\:tracking-tight:disabled {
  letter-spacing: -0.025em;
}

.disabled\:tracking-normal:disabled {
  letter-spacing: 0em;
}

.disabled\:tracking-wide:disabled {
  letter-spacing: 0.025em;
}

.disabled\:tracking-wider:disabled {
  letter-spacing: 0.05em;
}

.disabled\:tracking-widest:disabled {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.group:hover .group-hover\:select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.group:hover .group-hover\:select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.group:hover .group-hover\:select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.group:hover .group-hover\:select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.focus-within\:select-none:focus-within {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus-within\:select-text:focus-within {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus-within\:select-all:focus-within {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.focus-within\:select-auto:focus-within {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.first\:select-none:first-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.first\:select-text:first-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.first\:select-all:first-child {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.first\:select-auto:first-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.last\:select-none:last-child {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.last\:select-text:last-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.last\:select-all:last-child {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.last\:select-auto:last-child {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.odd\:select-none:nth-child(odd) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.odd\:select-text:nth-child(odd) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.odd\:select-all:nth-child(odd) {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.odd\:select-auto:nth-child(odd) {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.even\:select-none:nth-child(even) {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.even\:select-text:nth-child(even) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.even\:select-all:nth-child(even) {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.even\:select-auto:nth-child(even) {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.hover\:select-none:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover\:select-text:hover {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.hover\:select-all:hover {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.hover\:select-auto:hover {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.focus\:select-none:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus\:select-text:focus {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus\:select-all:focus {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.focus\:select-auto:focus {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.active\:select-none:active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.active\:select-text:active {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.active\:select-all:active {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.active\:select-auto:active {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.visited\:select-none:visited {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.visited\:select-text:visited {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.visited\:select-all:visited {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.visited\:select-auto:visited {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.disabled\:select-none:disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.disabled\:select-text:disabled {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.disabled\:select-all:disabled {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.disabled\:select-auto:disabled {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.group:hover .group-hover\:align-baseline {
  vertical-align: baseline;
}

.group:hover .group-hover\:align-top {
  vertical-align: top;
}

.group:hover .group-hover\:align-middle {
  vertical-align: middle;
}

.group:hover .group-hover\:align-bottom {
  vertical-align: bottom;
}

.group:hover .group-hover\:align-text-top {
  vertical-align: text-top;
}

.group:hover .group-hover\:align-text-bottom {
  vertical-align: text-bottom;
}

.focus-within\:align-baseline:focus-within {
  vertical-align: baseline;
}

.focus-within\:align-top:focus-within {
  vertical-align: top;
}

.focus-within\:align-middle:focus-within {
  vertical-align: middle;
}

.focus-within\:align-bottom:focus-within {
  vertical-align: bottom;
}

.focus-within\:align-text-top:focus-within {
  vertical-align: text-top;
}

.focus-within\:align-text-bottom:focus-within {
  vertical-align: text-bottom;
}

.first\:align-baseline:first-child {
  vertical-align: baseline;
}

.first\:align-top:first-child {
  vertical-align: top;
}

.first\:align-middle:first-child {
  vertical-align: middle;
}

.first\:align-bottom:first-child {
  vertical-align: bottom;
}

.first\:align-text-top:first-child {
  vertical-align: text-top;
}

.first\:align-text-bottom:first-child {
  vertical-align: text-bottom;
}

.last\:align-baseline:last-child {
  vertical-align: baseline;
}

.last\:align-top:last-child {
  vertical-align: top;
}

.last\:align-middle:last-child {
  vertical-align: middle;
}

.last\:align-bottom:last-child {
  vertical-align: bottom;
}

.last\:align-text-top:last-child {
  vertical-align: text-top;
}

.last\:align-text-bottom:last-child {
  vertical-align: text-bottom;
}

.odd\:align-baseline:nth-child(odd) {
  vertical-align: baseline;
}

.odd\:align-top:nth-child(odd) {
  vertical-align: top;
}

.odd\:align-middle:nth-child(odd) {
  vertical-align: middle;
}

.odd\:align-bottom:nth-child(odd) {
  vertical-align: bottom;
}

.odd\:align-text-top:nth-child(odd) {
  vertical-align: text-top;
}

.odd\:align-text-bottom:nth-child(odd) {
  vertical-align: text-bottom;
}

.even\:align-baseline:nth-child(even) {
  vertical-align: baseline;
}

.even\:align-top:nth-child(even) {
  vertical-align: top;
}

.even\:align-middle:nth-child(even) {
  vertical-align: middle;
}

.even\:align-bottom:nth-child(even) {
  vertical-align: bottom;
}

.even\:align-text-top:nth-child(even) {
  vertical-align: text-top;
}

.even\:align-text-bottom:nth-child(even) {
  vertical-align: text-bottom;
}

.hover\:align-baseline:hover {
  vertical-align: baseline;
}

.hover\:align-top:hover {
  vertical-align: top;
}

.hover\:align-middle:hover {
  vertical-align: middle;
}

.hover\:align-bottom:hover {
  vertical-align: bottom;
}

.hover\:align-text-top:hover {
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover {
  vertical-align: text-bottom;
}

.focus\:align-baseline:focus {
  vertical-align: baseline;
}

.focus\:align-top:focus {
  vertical-align: top;
}

.focus\:align-middle:focus {
  vertical-align: middle;
}

.focus\:align-bottom:focus {
  vertical-align: bottom;
}

.focus\:align-text-top:focus {
  vertical-align: text-top;
}

.focus\:align-text-bottom:focus {
  vertical-align: text-bottom;
}

.active\:align-baseline:active {
  vertical-align: baseline;
}

.active\:align-top:active {
  vertical-align: top;
}

.active\:align-middle:active {
  vertical-align: middle;
}

.active\:align-bottom:active {
  vertical-align: bottom;
}

.active\:align-text-top:active {
  vertical-align: text-top;
}

.active\:align-text-bottom:active {
  vertical-align: text-bottom;
}

.visited\:align-baseline:visited {
  vertical-align: baseline;
}

.visited\:align-top:visited {
  vertical-align: top;
}

.visited\:align-middle:visited {
  vertical-align: middle;
}

.visited\:align-bottom:visited {
  vertical-align: bottom;
}

.visited\:align-text-top:visited {
  vertical-align: text-top;
}

.visited\:align-text-bottom:visited {
  vertical-align: text-bottom;
}

.disabled\:align-baseline:disabled {
  vertical-align: baseline;
}

.disabled\:align-top:disabled {
  vertical-align: top;
}

.disabled\:align-middle:disabled {
  vertical-align: middle;
}

.disabled\:align-bottom:disabled {
  vertical-align: bottom;
}

.disabled\:align-text-top:disabled {
  vertical-align: text-top;
}

.disabled\:align-text-bottom:disabled {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.focus-within\:visible:focus-within {
  visibility: visible;
}

.focus-within\:invisible:focus-within {
  visibility: hidden;
}

.first\:visible:first-child {
  visibility: visible;
}

.first\:invisible:first-child {
  visibility: hidden;
}

.last\:visible:last-child {
  visibility: visible;
}

.last\:invisible:last-child {
  visibility: hidden;
}

.odd\:visible:nth-child(odd) {
  visibility: visible;
}

.odd\:invisible:nth-child(odd) {
  visibility: hidden;
}

.even\:visible:nth-child(even) {
  visibility: visible;
}

.even\:invisible:nth-child(even) {
  visibility: hidden;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:invisible:hover {
  visibility: hidden;
}

.focus\:visible:focus {
  visibility: visible;
}

.focus\:invisible:focus {
  visibility: hidden;
}

.active\:visible:active {
  visibility: visible;
}

.active\:invisible:active {
  visibility: hidden;
}

.visited\:visible:visited {
  visibility: visible;
}

.visited\:invisible:visited {
  visibility: hidden;
}

.disabled\:visible:disabled {
  visibility: visible;
}

.disabled\:invisible:disabled {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.group:hover .group-hover\:whitespace-normal {
  white-space: normal;
}

.group:hover .group-hover\:whitespace-nowrap {
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-pre {
  white-space: pre;
}

.group:hover .group-hover\:whitespace-pre-line {
  white-space: pre-line;
}

.group:hover .group-hover\:whitespace-pre-wrap {
  white-space: pre-wrap;
}

.focus-within\:whitespace-normal:focus-within {
  white-space: normal;
}

.focus-within\:whitespace-nowrap:focus-within {
  white-space: nowrap;
}

.focus-within\:whitespace-pre:focus-within {
  white-space: pre;
}

.focus-within\:whitespace-pre-line:focus-within {
  white-space: pre-line;
}

.focus-within\:whitespace-pre-wrap:focus-within {
  white-space: pre-wrap;
}

.first\:whitespace-normal:first-child {
  white-space: normal;
}

.first\:whitespace-nowrap:first-child {
  white-space: nowrap;
}

.first\:whitespace-pre:first-child {
  white-space: pre;
}

.first\:whitespace-pre-line:first-child {
  white-space: pre-line;
}

.first\:whitespace-pre-wrap:first-child {
  white-space: pre-wrap;
}

.last\:whitespace-normal:last-child {
  white-space: normal;
}

.last\:whitespace-nowrap:last-child {
  white-space: nowrap;
}

.last\:whitespace-pre:last-child {
  white-space: pre;
}

.last\:whitespace-pre-line:last-child {
  white-space: pre-line;
}

.last\:whitespace-pre-wrap:last-child {
  white-space: pre-wrap;
}

.odd\:whitespace-normal:nth-child(odd) {
  white-space: normal;
}

.odd\:whitespace-nowrap:nth-child(odd) {
  white-space: nowrap;
}

.odd\:whitespace-pre:nth-child(odd) {
  white-space: pre;
}

.odd\:whitespace-pre-line:nth-child(odd) {
  white-space: pre-line;
}

.odd\:whitespace-pre-wrap:nth-child(odd) {
  white-space: pre-wrap;
}

.even\:whitespace-normal:nth-child(even) {
  white-space: normal;
}

.even\:whitespace-nowrap:nth-child(even) {
  white-space: nowrap;
}

.even\:whitespace-pre:nth-child(even) {
  white-space: pre;
}

.even\:whitespace-pre-line:nth-child(even) {
  white-space: pre-line;
}

.even\:whitespace-pre-wrap:nth-child(even) {
  white-space: pre-wrap;
}

.hover\:whitespace-normal:hover {
  white-space: normal;
}

.hover\:whitespace-nowrap:hover {
  white-space: nowrap;
}

.hover\:whitespace-pre:hover {
  white-space: pre;
}

.hover\:whitespace-pre-line:hover {
  white-space: pre-line;
}

.hover\:whitespace-pre-wrap:hover {
  white-space: pre-wrap;
}

.focus\:whitespace-normal:focus {
  white-space: normal;
}

.focus\:whitespace-nowrap:focus {
  white-space: nowrap;
}

.focus\:whitespace-pre:focus {
  white-space: pre;
}

.focus\:whitespace-pre-line:focus {
  white-space: pre-line;
}

.focus\:whitespace-pre-wrap:focus {
  white-space: pre-wrap;
}

.active\:whitespace-normal:active {
  white-space: normal;
}

.active\:whitespace-nowrap:active {
  white-space: nowrap;
}

.active\:whitespace-pre:active {
  white-space: pre;
}

.active\:whitespace-pre-line:active {
  white-space: pre-line;
}

.active\:whitespace-pre-wrap:active {
  white-space: pre-wrap;
}

.visited\:whitespace-normal:visited {
  white-space: normal;
}

.visited\:whitespace-nowrap:visited {
  white-space: nowrap;
}

.visited\:whitespace-pre:visited {
  white-space: pre;
}

.visited\:whitespace-pre-line:visited {
  white-space: pre-line;
}

.visited\:whitespace-pre-wrap:visited {
  white-space: pre-wrap;
}

.disabled\:whitespace-normal:disabled {
  white-space: normal;
}

.disabled\:whitespace-nowrap:disabled {
  white-space: nowrap;
}

.disabled\:whitespace-pre:disabled {
  white-space: pre;
}

.disabled\:whitespace-pre-line:disabled {
  white-space: pre-line;
}

.disabled\:whitespace-pre-wrap:disabled {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.group:hover .group-hover\:break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.group:hover .group-hover\:break-words {
  overflow-wrap: break-word;
}

.group:hover .group-hover\:break-all {
  word-break: break-all;
}

.focus-within\:break-normal:focus-within {
  overflow-wrap: normal;
  word-break: normal;
}

.focus-within\:break-words:focus-within {
  overflow-wrap: break-word;
}

.focus-within\:break-all:focus-within {
  word-break: break-all;
}

.first\:break-normal:first-child {
  overflow-wrap: normal;
  word-break: normal;
}

.first\:break-words:first-child {
  overflow-wrap: break-word;
}

.first\:break-all:first-child {
  word-break: break-all;
}

.last\:break-normal:last-child {
  overflow-wrap: normal;
  word-break: normal;
}

.last\:break-words:last-child {
  overflow-wrap: break-word;
}

.last\:break-all:last-child {
  word-break: break-all;
}

.odd\:break-normal:nth-child(odd) {
  overflow-wrap: normal;
  word-break: normal;
}

.odd\:break-words:nth-child(odd) {
  overflow-wrap: break-word;
}

.odd\:break-all:nth-child(odd) {
  word-break: break-all;
}

.even\:break-normal:nth-child(even) {
  overflow-wrap: normal;
  word-break: normal;
}

.even\:break-words:nth-child(even) {
  overflow-wrap: break-word;
}

.even\:break-all:nth-child(even) {
  word-break: break-all;
}

.hover\:break-normal:hover {
  overflow-wrap: normal;
  word-break: normal;
}

.hover\:break-words:hover {
  overflow-wrap: break-word;
}

.hover\:break-all:hover {
  word-break: break-all;
}

.focus\:break-normal:focus {
  overflow-wrap: normal;
  word-break: normal;
}

.focus\:break-words:focus {
  overflow-wrap: break-word;
}

.focus\:break-all:focus {
  word-break: break-all;
}

.active\:break-normal:active {
  overflow-wrap: normal;
  word-break: normal;
}

.active\:break-words:active {
  overflow-wrap: break-word;
}

.active\:break-all:active {
  word-break: break-all;
}

.visited\:break-normal:visited {
  overflow-wrap: normal;
  word-break: normal;
}

.visited\:break-words:visited {
  overflow-wrap: break-word;
}

.visited\:break-all:visited {
  word-break: break-all;
}

.disabled\:break-normal:disabled {
  overflow-wrap: normal;
  word-break: normal;
}

.disabled\:break-words:disabled {
  overflow-wrap: break-word;
}

.disabled\:break-all:disabled {
  word-break: break-all;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.group:hover .group-hover\:w-0 {
  width: 0px;
}

.group:hover .group-hover\:w-1 {
  width: 0.25rem;
}

.group:hover .group-hover\:w-2 {
  width: 0.5rem;
}

.group:hover .group-hover\:w-3 {
  width: 0.75rem;
}

.group:hover .group-hover\:w-4 {
  width: 1rem;
}

.group:hover .group-hover\:w-5 {
  width: 1.25rem;
}

.group:hover .group-hover\:w-6 {
  width: 1.5rem;
}

.group:hover .group-hover\:w-7 {
  width: 1.75rem;
}

.group:hover .group-hover\:w-8 {
  width: 2rem;
}

.group:hover .group-hover\:w-9 {
  width: 2.25rem;
}

.group:hover .group-hover\:w-10 {
  width: 2.5rem;
}

.group:hover .group-hover\:w-11 {
  width: 2.75rem;
}

.group:hover .group-hover\:w-12 {
  width: 3rem;
}

.group:hover .group-hover\:w-14 {
  width: 3.5rem;
}

.group:hover .group-hover\:w-16 {
  width: 4rem;
}

.group:hover .group-hover\:w-20 {
  width: 5rem;
}

.group:hover .group-hover\:w-24 {
  width: 6rem;
}

.group:hover .group-hover\:w-28 {
  width: 7rem;
}

.group:hover .group-hover\:w-32 {
  width: 8rem;
}

.group:hover .group-hover\:w-36 {
  width: 9rem;
}

.group:hover .group-hover\:w-40 {
  width: 10rem;
}

.group:hover .group-hover\:w-44 {
  width: 11rem;
}

.group:hover .group-hover\:w-48 {
  width: 12rem;
}

.group:hover .group-hover\:w-52 {
  width: 13rem;
}

.group:hover .group-hover\:w-56 {
  width: 14rem;
}

.group:hover .group-hover\:w-60 {
  width: 15rem;
}

.group:hover .group-hover\:w-64 {
  width: 16rem;
}

.group:hover .group-hover\:w-72 {
  width: 18rem;
}

.group:hover .group-hover\:w-80 {
  width: 20rem;
}

.group:hover .group-hover\:w-96 {
  width: 24rem;
}

.group:hover .group-hover\:w-auto {
  width: auto;
}

.group:hover .group-hover\:w-px {
  width: 1px;
}

.group:hover .group-hover\:w-0\.5 {
  width: 0.125rem;
}

.group:hover .group-hover\:w-1\.5 {
  width: 0.375rem;
}

.group:hover .group-hover\:w-2\.5 {
  width: 0.625rem;
}

.group:hover .group-hover\:w-3\.5 {
  width: 0.875rem;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:w-1\/3 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-2\/3 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-1\/4 {
  width: 25%;
}

.group:hover .group-hover\:w-2\/4 {
  width: 50%;
}

.group:hover .group-hover\:w-3\/4 {
  width: 75%;
}

.group:hover .group-hover\:w-1\/5 {
  width: 20%;
}

.group:hover .group-hover\:w-2\/5 {
  width: 40%;
}

.group:hover .group-hover\:w-3\/5 {
  width: 60%;
}

.group:hover .group-hover\:w-4\/5 {
  width: 80%;
}

.group:hover .group-hover\:w-1\/6 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-2\/6 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-3\/6 {
  width: 50%;
}

.group:hover .group-hover\:w-4\/6 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-5\/6 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-1\/12 {
  width: 8.333333%;
}

.group:hover .group-hover\:w-2\/12 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-3\/12 {
  width: 25%;
}

.group:hover .group-hover\:w-4\/12 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-5\/12 {
  width: 41.666667%;
}

.group:hover .group-hover\:w-6\/12 {
  width: 50%;
}

.group:hover .group-hover\:w-7\/12 {
  width: 58.333333%;
}

.group:hover .group-hover\:w-8\/12 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-9\/12 {
  width: 75%;
}

.group:hover .group-hover\:w-10\/12 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-11\/12 {
  width: 91.666667%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:w-screen {
  width: 100vw;
}

.group:hover .group-hover\:w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.group:hover .group-hover\:w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.focus-within\:w-0:focus-within {
  width: 0px;
}

.focus-within\:w-1:focus-within {
  width: 0.25rem;
}

.focus-within\:w-2:focus-within {
  width: 0.5rem;
}

.focus-within\:w-3:focus-within {
  width: 0.75rem;
}

.focus-within\:w-4:focus-within {
  width: 1rem;
}

.focus-within\:w-5:focus-within {
  width: 1.25rem;
}

.focus-within\:w-6:focus-within {
  width: 1.5rem;
}

.focus-within\:w-7:focus-within {
  width: 1.75rem;
}

.focus-within\:w-8:focus-within {
  width: 2rem;
}

.focus-within\:w-9:focus-within {
  width: 2.25rem;
}

.focus-within\:w-10:focus-within {
  width: 2.5rem;
}

.focus-within\:w-11:focus-within {
  width: 2.75rem;
}

.focus-within\:w-12:focus-within {
  width: 3rem;
}

.focus-within\:w-14:focus-within {
  width: 3.5rem;
}

.focus-within\:w-16:focus-within {
  width: 4rem;
}

.focus-within\:w-20:focus-within {
  width: 5rem;
}

.focus-within\:w-24:focus-within {
  width: 6rem;
}

.focus-within\:w-28:focus-within {
  width: 7rem;
}

.focus-within\:w-32:focus-within {
  width: 8rem;
}

.focus-within\:w-36:focus-within {
  width: 9rem;
}

.focus-within\:w-40:focus-within {
  width: 10rem;
}

.focus-within\:w-44:focus-within {
  width: 11rem;
}

.focus-within\:w-48:focus-within {
  width: 12rem;
}

.focus-within\:w-52:focus-within {
  width: 13rem;
}

.focus-within\:w-56:focus-within {
  width: 14rem;
}

.focus-within\:w-60:focus-within {
  width: 15rem;
}

.focus-within\:w-64:focus-within {
  width: 16rem;
}

.focus-within\:w-72:focus-within {
  width: 18rem;
}

.focus-within\:w-80:focus-within {
  width: 20rem;
}

.focus-within\:w-96:focus-within {
  width: 24rem;
}

.focus-within\:w-auto:focus-within {
  width: auto;
}

.focus-within\:w-px:focus-within {
  width: 1px;
}

.focus-within\:w-0\.5:focus-within {
  width: 0.125rem;
}

.focus-within\:w-1\.5:focus-within {
  width: 0.375rem;
}

.focus-within\:w-2\.5:focus-within {
  width: 0.625rem;
}

.focus-within\:w-3\.5:focus-within {
  width: 0.875rem;
}

.focus-within\:w-1\/2:focus-within {
  width: 50%;
}

.focus-within\:w-1\/3:focus-within {
  width: 33.333333%;
}

.focus-within\:w-2\/3:focus-within {
  width: 66.666667%;
}

.focus-within\:w-1\/4:focus-within {
  width: 25%;
}

.focus-within\:w-2\/4:focus-within {
  width: 50%;
}

.focus-within\:w-3\/4:focus-within {
  width: 75%;
}

.focus-within\:w-1\/5:focus-within {
  width: 20%;
}

.focus-within\:w-2\/5:focus-within {
  width: 40%;
}

.focus-within\:w-3\/5:focus-within {
  width: 60%;
}

.focus-within\:w-4\/5:focus-within {
  width: 80%;
}

.focus-within\:w-1\/6:focus-within {
  width: 16.666667%;
}

.focus-within\:w-2\/6:focus-within {
  width: 33.333333%;
}

.focus-within\:w-3\/6:focus-within {
  width: 50%;
}

.focus-within\:w-4\/6:focus-within {
  width: 66.666667%;
}

.focus-within\:w-5\/6:focus-within {
  width: 83.333333%;
}

.focus-within\:w-1\/12:focus-within {
  width: 8.333333%;
}

.focus-within\:w-2\/12:focus-within {
  width: 16.666667%;
}

.focus-within\:w-3\/12:focus-within {
  width: 25%;
}

.focus-within\:w-4\/12:focus-within {
  width: 33.333333%;
}

.focus-within\:w-5\/12:focus-within {
  width: 41.666667%;
}

.focus-within\:w-6\/12:focus-within {
  width: 50%;
}

.focus-within\:w-7\/12:focus-within {
  width: 58.333333%;
}

.focus-within\:w-8\/12:focus-within {
  width: 66.666667%;
}

.focus-within\:w-9\/12:focus-within {
  width: 75%;
}

.focus-within\:w-10\/12:focus-within {
  width: 83.333333%;
}

.focus-within\:w-11\/12:focus-within {
  width: 91.666667%;
}

.focus-within\:w-full:focus-within {
  width: 100%;
}

.focus-within\:w-screen:focus-within {
  width: 100vw;
}

.focus-within\:w-min:focus-within {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.focus-within\:w-max:focus-within {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.first\:w-0:first-child {
  width: 0px;
}

.first\:w-1:first-child {
  width: 0.25rem;
}

.first\:w-2:first-child {
  width: 0.5rem;
}

.first\:w-3:first-child {
  width: 0.75rem;
}

.first\:w-4:first-child {
  width: 1rem;
}

.first\:w-5:first-child {
  width: 1.25rem;
}

.first\:w-6:first-child {
  width: 1.5rem;
}

.first\:w-7:first-child {
  width: 1.75rem;
}

.first\:w-8:first-child {
  width: 2rem;
}

.first\:w-9:first-child {
  width: 2.25rem;
}

.first\:w-10:first-child {
  width: 2.5rem;
}

.first\:w-11:first-child {
  width: 2.75rem;
}

.first\:w-12:first-child {
  width: 3rem;
}

.first\:w-14:first-child {
  width: 3.5rem;
}

.first\:w-16:first-child {
  width: 4rem;
}

.first\:w-20:first-child {
  width: 5rem;
}

.first\:w-24:first-child {
  width: 6rem;
}

.first\:w-28:first-child {
  width: 7rem;
}

.first\:w-32:first-child {
  width: 8rem;
}

.first\:w-36:first-child {
  width: 9rem;
}

.first\:w-40:first-child {
  width: 10rem;
}

.first\:w-44:first-child {
  width: 11rem;
}

.first\:w-48:first-child {
  width: 12rem;
}

.first\:w-52:first-child {
  width: 13rem;
}

.first\:w-56:first-child {
  width: 14rem;
}

.first\:w-60:first-child {
  width: 15rem;
}

.first\:w-64:first-child {
  width: 16rem;
}

.first\:w-72:first-child {
  width: 18rem;
}

.first\:w-80:first-child {
  width: 20rem;
}

.first\:w-96:first-child {
  width: 24rem;
}

.first\:w-auto:first-child {
  width: auto;
}

.first\:w-px:first-child {
  width: 1px;
}

.first\:w-0\.5:first-child {
  width: 0.125rem;
}

.first\:w-1\.5:first-child {
  width: 0.375rem;
}

.first\:w-2\.5:first-child {
  width: 0.625rem;
}

.first\:w-3\.5:first-child {
  width: 0.875rem;
}

.first\:w-1\/2:first-child {
  width: 50%;
}

.first\:w-1\/3:first-child {
  width: 33.333333%;
}

.first\:w-2\/3:first-child {
  width: 66.666667%;
}

.first\:w-1\/4:first-child {
  width: 25%;
}

.first\:w-2\/4:first-child {
  width: 50%;
}

.first\:w-3\/4:first-child {
  width: 75%;
}

.first\:w-1\/5:first-child {
  width: 20%;
}

.first\:w-2\/5:first-child {
  width: 40%;
}

.first\:w-3\/5:first-child {
  width: 60%;
}

.first\:w-4\/5:first-child {
  width: 80%;
}

.first\:w-1\/6:first-child {
  width: 16.666667%;
}

.first\:w-2\/6:first-child {
  width: 33.333333%;
}

.first\:w-3\/6:first-child {
  width: 50%;
}

.first\:w-4\/6:first-child {
  width: 66.666667%;
}

.first\:w-5\/6:first-child {
  width: 83.333333%;
}

.first\:w-1\/12:first-child {
  width: 8.333333%;
}

.first\:w-2\/12:first-child {
  width: 16.666667%;
}

.first\:w-3\/12:first-child {
  width: 25%;
}

.first\:w-4\/12:first-child {
  width: 33.333333%;
}

.first\:w-5\/12:first-child {
  width: 41.666667%;
}

.first\:w-6\/12:first-child {
  width: 50%;
}

.first\:w-7\/12:first-child {
  width: 58.333333%;
}

.first\:w-8\/12:first-child {
  width: 66.666667%;
}

.first\:w-9\/12:first-child {
  width: 75%;
}

.first\:w-10\/12:first-child {
  width: 83.333333%;
}

.first\:w-11\/12:first-child {
  width: 91.666667%;
}

.first\:w-full:first-child {
  width: 100%;
}

.first\:w-screen:first-child {
  width: 100vw;
}

.first\:w-min:first-child {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.first\:w-max:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.last\:w-0:last-child {
  width: 0px;
}

.last\:w-1:last-child {
  width: 0.25rem;
}

.last\:w-2:last-child {
  width: 0.5rem;
}

.last\:w-3:last-child {
  width: 0.75rem;
}

.last\:w-4:last-child {
  width: 1rem;
}

.last\:w-5:last-child {
  width: 1.25rem;
}

.last\:w-6:last-child {
  width: 1.5rem;
}

.last\:w-7:last-child {
  width: 1.75rem;
}

.last\:w-8:last-child {
  width: 2rem;
}

.last\:w-9:last-child {
  width: 2.25rem;
}

.last\:w-10:last-child {
  width: 2.5rem;
}

.last\:w-11:last-child {
  width: 2.75rem;
}

.last\:w-12:last-child {
  width: 3rem;
}

.last\:w-14:last-child {
  width: 3.5rem;
}

.last\:w-16:last-child {
  width: 4rem;
}

.last\:w-20:last-child {
  width: 5rem;
}

.last\:w-24:last-child {
  width: 6rem;
}

.last\:w-28:last-child {
  width: 7rem;
}

.last\:w-32:last-child {
  width: 8rem;
}

.last\:w-36:last-child {
  width: 9rem;
}

.last\:w-40:last-child {
  width: 10rem;
}

.last\:w-44:last-child {
  width: 11rem;
}

.last\:w-48:last-child {
  width: 12rem;
}

.last\:w-52:last-child {
  width: 13rem;
}

.last\:w-56:last-child {
  width: 14rem;
}

.last\:w-60:last-child {
  width: 15rem;
}

.last\:w-64:last-child {
  width: 16rem;
}

.last\:w-72:last-child {
  width: 18rem;
}

.last\:w-80:last-child {
  width: 20rem;
}

.last\:w-96:last-child {
  width: 24rem;
}

.last\:w-auto:last-child {
  width: auto;
}

.last\:w-px:last-child {
  width: 1px;
}

.last\:w-0\.5:last-child {
  width: 0.125rem;
}

.last\:w-1\.5:last-child {
  width: 0.375rem;
}

.last\:w-2\.5:last-child {
  width: 0.625rem;
}

.last\:w-3\.5:last-child {
  width: 0.875rem;
}

.last\:w-1\/2:last-child {
  width: 50%;
}

.last\:w-1\/3:last-child {
  width: 33.333333%;
}

.last\:w-2\/3:last-child {
  width: 66.666667%;
}

.last\:w-1\/4:last-child {
  width: 25%;
}

.last\:w-2\/4:last-child {
  width: 50%;
}

.last\:w-3\/4:last-child {
  width: 75%;
}

.last\:w-1\/5:last-child {
  width: 20%;
}

.last\:w-2\/5:last-child {
  width: 40%;
}

.last\:w-3\/5:last-child {
  width: 60%;
}

.last\:w-4\/5:last-child {
  width: 80%;
}

.last\:w-1\/6:last-child {
  width: 16.666667%;
}

.last\:w-2\/6:last-child {
  width: 33.333333%;
}

.last\:w-3\/6:last-child {
  width: 50%;
}

.last\:w-4\/6:last-child {
  width: 66.666667%;
}

.last\:w-5\/6:last-child {
  width: 83.333333%;
}

.last\:w-1\/12:last-child {
  width: 8.333333%;
}

.last\:w-2\/12:last-child {
  width: 16.666667%;
}

.last\:w-3\/12:last-child {
  width: 25%;
}

.last\:w-4\/12:last-child {
  width: 33.333333%;
}

.last\:w-5\/12:last-child {
  width: 41.666667%;
}

.last\:w-6\/12:last-child {
  width: 50%;
}

.last\:w-7\/12:last-child {
  width: 58.333333%;
}

.last\:w-8\/12:last-child {
  width: 66.666667%;
}

.last\:w-9\/12:last-child {
  width: 75%;
}

.last\:w-10\/12:last-child {
  width: 83.333333%;
}

.last\:w-11\/12:last-child {
  width: 91.666667%;
}

.last\:w-full:last-child {
  width: 100%;
}

.last\:w-screen:last-child {
  width: 100vw;
}

.last\:w-min:last-child {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.last\:w-max:last-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.odd\:w-0:nth-child(odd) {
  width: 0px;
}

.odd\:w-1:nth-child(odd) {
  width: 0.25rem;
}

.odd\:w-2:nth-child(odd) {
  width: 0.5rem;
}

.odd\:w-3:nth-child(odd) {
  width: 0.75rem;
}

.odd\:w-4:nth-child(odd) {
  width: 1rem;
}

.odd\:w-5:nth-child(odd) {
  width: 1.25rem;
}

.odd\:w-6:nth-child(odd) {
  width: 1.5rem;
}

.odd\:w-7:nth-child(odd) {
  width: 1.75rem;
}

.odd\:w-8:nth-child(odd) {
  width: 2rem;
}

.odd\:w-9:nth-child(odd) {
  width: 2.25rem;
}

.odd\:w-10:nth-child(odd) {
  width: 2.5rem;
}

.odd\:w-11:nth-child(odd) {
  width: 2.75rem;
}

.odd\:w-12:nth-child(odd) {
  width: 3rem;
}

.odd\:w-14:nth-child(odd) {
  width: 3.5rem;
}

.odd\:w-16:nth-child(odd) {
  width: 4rem;
}

.odd\:w-20:nth-child(odd) {
  width: 5rem;
}

.odd\:w-24:nth-child(odd) {
  width: 6rem;
}

.odd\:w-28:nth-child(odd) {
  width: 7rem;
}

.odd\:w-32:nth-child(odd) {
  width: 8rem;
}

.odd\:w-36:nth-child(odd) {
  width: 9rem;
}

.odd\:w-40:nth-child(odd) {
  width: 10rem;
}

.odd\:w-44:nth-child(odd) {
  width: 11rem;
}

.odd\:w-48:nth-child(odd) {
  width: 12rem;
}

.odd\:w-52:nth-child(odd) {
  width: 13rem;
}

.odd\:w-56:nth-child(odd) {
  width: 14rem;
}

.odd\:w-60:nth-child(odd) {
  width: 15rem;
}

.odd\:w-64:nth-child(odd) {
  width: 16rem;
}

.odd\:w-72:nth-child(odd) {
  width: 18rem;
}

.odd\:w-80:nth-child(odd) {
  width: 20rem;
}

.odd\:w-96:nth-child(odd) {
  width: 24rem;
}

.odd\:w-auto:nth-child(odd) {
  width: auto;
}

.odd\:w-px:nth-child(odd) {
  width: 1px;
}

.odd\:w-0\.5:nth-child(odd) {
  width: 0.125rem;
}

.odd\:w-1\.5:nth-child(odd) {
  width: 0.375rem;
}

.odd\:w-2\.5:nth-child(odd) {
  width: 0.625rem;
}

.odd\:w-3\.5:nth-child(odd) {
  width: 0.875rem;
}

.odd\:w-1\/2:nth-child(odd) {
  width: 50%;
}

.odd\:w-1\/3:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-2\/3:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-1\/4:nth-child(odd) {
  width: 25%;
}

.odd\:w-2\/4:nth-child(odd) {
  width: 50%;
}

.odd\:w-3\/4:nth-child(odd) {
  width: 75%;
}

.odd\:w-1\/5:nth-child(odd) {
  width: 20%;
}

.odd\:w-2\/5:nth-child(odd) {
  width: 40%;
}

.odd\:w-3\/5:nth-child(odd) {
  width: 60%;
}

.odd\:w-4\/5:nth-child(odd) {
  width: 80%;
}

.odd\:w-1\/6:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-2\/6:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-3\/6:nth-child(odd) {
  width: 50%;
}

.odd\:w-4\/6:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-5\/6:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-1\/12:nth-child(odd) {
  width: 8.333333%;
}

.odd\:w-2\/12:nth-child(odd) {
  width: 16.666667%;
}

.odd\:w-3\/12:nth-child(odd) {
  width: 25%;
}

.odd\:w-4\/12:nth-child(odd) {
  width: 33.333333%;
}

.odd\:w-5\/12:nth-child(odd) {
  width: 41.666667%;
}

.odd\:w-6\/12:nth-child(odd) {
  width: 50%;
}

.odd\:w-7\/12:nth-child(odd) {
  width: 58.333333%;
}

.odd\:w-8\/12:nth-child(odd) {
  width: 66.666667%;
}

.odd\:w-9\/12:nth-child(odd) {
  width: 75%;
}

.odd\:w-10\/12:nth-child(odd) {
  width: 83.333333%;
}

.odd\:w-11\/12:nth-child(odd) {
  width: 91.666667%;
}

.odd\:w-full:nth-child(odd) {
  width: 100%;
}

.odd\:w-screen:nth-child(odd) {
  width: 100vw;
}

.odd\:w-min:nth-child(odd) {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.odd\:w-max:nth-child(odd) {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.even\:w-0:nth-child(even) {
  width: 0px;
}

.even\:w-1:nth-child(even) {
  width: 0.25rem;
}

.even\:w-2:nth-child(even) {
  width: 0.5rem;
}

.even\:w-3:nth-child(even) {
  width: 0.75rem;
}

.even\:w-4:nth-child(even) {
  width: 1rem;
}

.even\:w-5:nth-child(even) {
  width: 1.25rem;
}

.even\:w-6:nth-child(even) {
  width: 1.5rem;
}

.even\:w-7:nth-child(even) {
  width: 1.75rem;
}

.even\:w-8:nth-child(even) {
  width: 2rem;
}

.even\:w-9:nth-child(even) {
  width: 2.25rem;
}

.even\:w-10:nth-child(even) {
  width: 2.5rem;
}

.even\:w-11:nth-child(even) {
  width: 2.75rem;
}

.even\:w-12:nth-child(even) {
  width: 3rem;
}

.even\:w-14:nth-child(even) {
  width: 3.5rem;
}

.even\:w-16:nth-child(even) {
  width: 4rem;
}

.even\:w-20:nth-child(even) {
  width: 5rem;
}

.even\:w-24:nth-child(even) {
  width: 6rem;
}

.even\:w-28:nth-child(even) {
  width: 7rem;
}

.even\:w-32:nth-child(even) {
  width: 8rem;
}

.even\:w-36:nth-child(even) {
  width: 9rem;
}

.even\:w-40:nth-child(even) {
  width: 10rem;
}

.even\:w-44:nth-child(even) {
  width: 11rem;
}

.even\:w-48:nth-child(even) {
  width: 12rem;
}

.even\:w-52:nth-child(even) {
  width: 13rem;
}

.even\:w-56:nth-child(even) {
  width: 14rem;
}

.even\:w-60:nth-child(even) {
  width: 15rem;
}

.even\:w-64:nth-child(even) {
  width: 16rem;
}

.even\:w-72:nth-child(even) {
  width: 18rem;
}

.even\:w-80:nth-child(even) {
  width: 20rem;
}

.even\:w-96:nth-child(even) {
  width: 24rem;
}

.even\:w-auto:nth-child(even) {
  width: auto;
}

.even\:w-px:nth-child(even) {
  width: 1px;
}

.even\:w-0\.5:nth-child(even) {
  width: 0.125rem;
}

.even\:w-1\.5:nth-child(even) {
  width: 0.375rem;
}

.even\:w-2\.5:nth-child(even) {
  width: 0.625rem;
}

.even\:w-3\.5:nth-child(even) {
  width: 0.875rem;
}

.even\:w-1\/2:nth-child(even) {
  width: 50%;
}

.even\:w-1\/3:nth-child(even) {
  width: 33.333333%;
}

.even\:w-2\/3:nth-child(even) {
  width: 66.666667%;
}

.even\:w-1\/4:nth-child(even) {
  width: 25%;
}

.even\:w-2\/4:nth-child(even) {
  width: 50%;
}

.even\:w-3\/4:nth-child(even) {
  width: 75%;
}

.even\:w-1\/5:nth-child(even) {
  width: 20%;
}

.even\:w-2\/5:nth-child(even) {
  width: 40%;
}

.even\:w-3\/5:nth-child(even) {
  width: 60%;
}

.even\:w-4\/5:nth-child(even) {
  width: 80%;
}

.even\:w-1\/6:nth-child(even) {
  width: 16.666667%;
}

.even\:w-2\/6:nth-child(even) {
  width: 33.333333%;
}

.even\:w-3\/6:nth-child(even) {
  width: 50%;
}

.even\:w-4\/6:nth-child(even) {
  width: 66.666667%;
}

.even\:w-5\/6:nth-child(even) {
  width: 83.333333%;
}

.even\:w-1\/12:nth-child(even) {
  width: 8.333333%;
}

.even\:w-2\/12:nth-child(even) {
  width: 16.666667%;
}

.even\:w-3\/12:nth-child(even) {
  width: 25%;
}

.even\:w-4\/12:nth-child(even) {
  width: 33.333333%;
}

.even\:w-5\/12:nth-child(even) {
  width: 41.666667%;
}

.even\:w-6\/12:nth-child(even) {
  width: 50%;
}

.even\:w-7\/12:nth-child(even) {
  width: 58.333333%;
}

.even\:w-8\/12:nth-child(even) {
  width: 66.666667%;
}

.even\:w-9\/12:nth-child(even) {
  width: 75%;
}

.even\:w-10\/12:nth-child(even) {
  width: 83.333333%;
}

.even\:w-11\/12:nth-child(even) {
  width: 91.666667%;
}

.even\:w-full:nth-child(even) {
  width: 100%;
}

.even\:w-screen:nth-child(even) {
  width: 100vw;
}

.even\:w-min:nth-child(even) {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.even\:w-max:nth-child(even) {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hover\:w-0:hover {
  width: 0px;
}

.hover\:w-1:hover {
  width: 0.25rem;
}

.hover\:w-2:hover {
  width: 0.5rem;
}

.hover\:w-3:hover {
  width: 0.75rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.hover\:w-5:hover {
  width: 1.25rem;
}

.hover\:w-6:hover {
  width: 1.5rem;
}

.hover\:w-7:hover {
  width: 1.75rem;
}

.hover\:w-8:hover {
  width: 2rem;
}

.hover\:w-9:hover {
  width: 2.25rem;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:w-11:hover {
  width: 2.75rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

.hover\:w-14:hover {
  width: 3.5rem;
}

.hover\:w-16:hover {
  width: 4rem;
}

.hover\:w-20:hover {
  width: 5rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.hover\:w-28:hover {
  width: 7rem;
}

.hover\:w-32:hover {
  width: 8rem;
}

.hover\:w-36:hover {
  width: 9rem;
}

.hover\:w-40:hover {
  width: 10rem;
}

.hover\:w-44:hover {
  width: 11rem;
}

.hover\:w-48:hover {
  width: 12rem;
}

.hover\:w-52:hover {
  width: 13rem;
}

.hover\:w-56:hover {
  width: 14rem;
}

.hover\:w-60:hover {
  width: 15rem;
}

.hover\:w-64:hover {
  width: 16rem;
}

.hover\:w-72:hover {
  width: 18rem;
}

.hover\:w-80:hover {
  width: 20rem;
}

.hover\:w-96:hover {
  width: 24rem;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-0\.5:hover {
  width: 0.125rem;
}

.hover\:w-1\.5:hover {
  width: 0.375rem;
}

.hover\:w-2\.5:hover {
  width: 0.625rem;
}

.hover\:w-3\.5:hover {
  width: 0.875rem;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.333333%;
}

.hover\:w-2\/3:hover {
  width: 66.666667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-2\/4:hover {
  width: 50%;
}

.hover\:w-3\/4:hover {
  width: 75%;
}

.hover\:w-1\/5:hover {
  width: 20%;
}

.hover\:w-2\/5:hover {
  width: 40%;
}

.hover\:w-3\/5:hover {
  width: 60%;
}

.hover\:w-4\/5:hover {
  width: 80%;
}

.hover\:w-1\/6:hover {
  width: 16.666667%;
}

.hover\:w-2\/6:hover {
  width: 33.333333%;
}

.hover\:w-3\/6:hover {
  width: 50%;
}

.hover\:w-4\/6:hover {
  width: 66.666667%;
}

.hover\:w-5\/6:hover {
  width: 83.333333%;
}

.hover\:w-1\/12:hover {
  width: 8.333333%;
}

.hover\:w-2\/12:hover {
  width: 16.666667%;
}

.hover\:w-3\/12:hover {
  width: 25%;
}

.hover\:w-4\/12:hover {
  width: 33.333333%;
}

.hover\:w-5\/12:hover {
  width: 41.666667%;
}

.hover\:w-6\/12:hover {
  width: 50%;
}

.hover\:w-7\/12:hover {
  width: 58.333333%;
}

.hover\:w-8\/12:hover {
  width: 66.666667%;
}

.hover\:w-9\/12:hover {
  width: 75%;
}

.hover\:w-10\/12:hover {
  width: 83.333333%;
}

.hover\:w-11\/12:hover {
  width: 91.666667%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.hover\:w-min:hover {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.hover\:w-max:hover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.focus\:w-0:focus {
  width: 0px;
}

.focus\:w-1:focus {
  width: 0.25rem;
}

.focus\:w-2:focus {
  width: 0.5rem;
}

.focus\:w-3:focus {
  width: 0.75rem;
}

.focus\:w-4:focus {
  width: 1rem;
}

.focus\:w-5:focus {
  width: 1.25rem;
}

.focus\:w-6:focus {
  width: 1.5rem;
}

.focus\:w-7:focus {
  width: 1.75rem;
}

.focus\:w-8:focus {
  width: 2rem;
}

.focus\:w-9:focus {
  width: 2.25rem;
}

.focus\:w-10:focus {
  width: 2.5rem;
}

.focus\:w-11:focus {
  width: 2.75rem;
}

.focus\:w-12:focus {
  width: 3rem;
}

.focus\:w-14:focus {
  width: 3.5rem;
}

.focus\:w-16:focus {
  width: 4rem;
}

.focus\:w-20:focus {
  width: 5rem;
}

.focus\:w-24:focus {
  width: 6rem;
}

.focus\:w-28:focus {
  width: 7rem;
}

.focus\:w-32:focus {
  width: 8rem;
}

.focus\:w-36:focus {
  width: 9rem;
}

.focus\:w-40:focus {
  width: 10rem;
}

.focus\:w-44:focus {
  width: 11rem;
}

.focus\:w-48:focus {
  width: 12rem;
}

.focus\:w-52:focus {
  width: 13rem;
}

.focus\:w-56:focus {
  width: 14rem;
}

.focus\:w-60:focus {
  width: 15rem;
}

.focus\:w-64:focus {
  width: 16rem;
}

.focus\:w-72:focus {
  width: 18rem;
}

.focus\:w-80:focus {
  width: 20rem;
}

.focus\:w-96:focus {
  width: 24rem;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:w-px:focus {
  width: 1px;
}

.focus\:w-0\.5:focus {
  width: 0.125rem;
}

.focus\:w-1\.5:focus {
  width: 0.375rem;
}

.focus\:w-2\.5:focus {
  width: 0.625rem;
}

.focus\:w-3\.5:focus {
  width: 0.875rem;
}

.focus\:w-1\/2:focus {
  width: 50%;
}

.focus\:w-1\/3:focus {
  width: 33.333333%;
}

.focus\:w-2\/3:focus {
  width: 66.666667%;
}

.focus\:w-1\/4:focus {
  width: 25%;
}

.focus\:w-2\/4:focus {
  width: 50%;
}

.focus\:w-3\/4:focus {
  width: 75%;
}

.focus\:w-1\/5:focus {
  width: 20%;
}

.focus\:w-2\/5:focus {
  width: 40%;
}

.focus\:w-3\/5:focus {
  width: 60%;
}

.focus\:w-4\/5:focus {
  width: 80%;
}

.focus\:w-1\/6:focus {
  width: 16.666667%;
}

.focus\:w-2\/6:focus {
  width: 33.333333%;
}

.focus\:w-3\/6:focus {
  width: 50%;
}

.focus\:w-4\/6:focus {
  width: 66.666667%;
}

.focus\:w-5\/6:focus {
  width: 83.333333%;
}

.focus\:w-1\/12:focus {
  width: 8.333333%;
}

.focus\:w-2\/12:focus {
  width: 16.666667%;
}

.focus\:w-3\/12:focus {
  width: 25%;
}

.focus\:w-4\/12:focus {
  width: 33.333333%;
}

.focus\:w-5\/12:focus {
  width: 41.666667%;
}

.focus\:w-6\/12:focus {
  width: 50%;
}

.focus\:w-7\/12:focus {
  width: 58.333333%;
}

.focus\:w-8\/12:focus {
  width: 66.666667%;
}

.focus\:w-9\/12:focus {
  width: 75%;
}

.focus\:w-10\/12:focus {
  width: 83.333333%;
}

.focus\:w-11\/12:focus {
  width: 91.666667%;
}

.focus\:w-full:focus {
  width: 100%;
}

.focus\:w-screen:focus {
  width: 100vw;
}

.focus\:w-min:focus {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.focus\:w-max:focus {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.active\:w-0:active {
  width: 0px;
}

.active\:w-1:active {
  width: 0.25rem;
}

.active\:w-2:active {
  width: 0.5rem;
}

.active\:w-3:active {
  width: 0.75rem;
}

.active\:w-4:active {
  width: 1rem;
}

.active\:w-5:active {
  width: 1.25rem;
}

.active\:w-6:active {
  width: 1.5rem;
}

.active\:w-7:active {
  width: 1.75rem;
}

.active\:w-8:active {
  width: 2rem;
}

.active\:w-9:active {
  width: 2.25rem;
}

.active\:w-10:active {
  width: 2.5rem;
}

.active\:w-11:active {
  width: 2.75rem;
}

.active\:w-12:active {
  width: 3rem;
}

.active\:w-14:active {
  width: 3.5rem;
}

.active\:w-16:active {
  width: 4rem;
}

.active\:w-20:active {
  width: 5rem;
}

.active\:w-24:active {
  width: 6rem;
}

.active\:w-28:active {
  width: 7rem;
}

.active\:w-32:active {
  width: 8rem;
}

.active\:w-36:active {
  width: 9rem;
}

.active\:w-40:active {
  width: 10rem;
}

.active\:w-44:active {
  width: 11rem;
}

.active\:w-48:active {
  width: 12rem;
}

.active\:w-52:active {
  width: 13rem;
}

.active\:w-56:active {
  width: 14rem;
}

.active\:w-60:active {
  width: 15rem;
}

.active\:w-64:active {
  width: 16rem;
}

.active\:w-72:active {
  width: 18rem;
}

.active\:w-80:active {
  width: 20rem;
}

.active\:w-96:active {
  width: 24rem;
}

.active\:w-auto:active {
  width: auto;
}

.active\:w-px:active {
  width: 1px;
}

.active\:w-0\.5:active {
  width: 0.125rem;
}

.active\:w-1\.5:active {
  width: 0.375rem;
}

.active\:w-2\.5:active {
  width: 0.625rem;
}

.active\:w-3\.5:active {
  width: 0.875rem;
}

.active\:w-1\/2:active {
  width: 50%;
}

.active\:w-1\/3:active {
  width: 33.333333%;
}

.active\:w-2\/3:active {
  width: 66.666667%;
}

.active\:w-1\/4:active {
  width: 25%;
}

.active\:w-2\/4:active {
  width: 50%;
}

.active\:w-3\/4:active {
  width: 75%;
}

.active\:w-1\/5:active {
  width: 20%;
}

.active\:w-2\/5:active {
  width: 40%;
}

.active\:w-3\/5:active {
  width: 60%;
}

.active\:w-4\/5:active {
  width: 80%;
}

.active\:w-1\/6:active {
  width: 16.666667%;
}

.active\:w-2\/6:active {
  width: 33.333333%;
}

.active\:w-3\/6:active {
  width: 50%;
}

.active\:w-4\/6:active {
  width: 66.666667%;
}

.active\:w-5\/6:active {
  width: 83.333333%;
}

.active\:w-1\/12:active {
  width: 8.333333%;
}

.active\:w-2\/12:active {
  width: 16.666667%;
}

.active\:w-3\/12:active {
  width: 25%;
}

.active\:w-4\/12:active {
  width: 33.333333%;
}

.active\:w-5\/12:active {
  width: 41.666667%;
}

.active\:w-6\/12:active {
  width: 50%;
}

.active\:w-7\/12:active {
  width: 58.333333%;
}

.active\:w-8\/12:active {
  width: 66.666667%;
}

.active\:w-9\/12:active {
  width: 75%;
}

.active\:w-10\/12:active {
  width: 83.333333%;
}

.active\:w-11\/12:active {
  width: 91.666667%;
}

.active\:w-full:active {
  width: 100%;
}

.active\:w-screen:active {
  width: 100vw;
}

.active\:w-min:active {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.active\:w-max:active {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.visited\:w-0:visited {
  width: 0px;
}

.visited\:w-1:visited {
  width: 0.25rem;
}

.visited\:w-2:visited {
  width: 0.5rem;
}

.visited\:w-3:visited {
  width: 0.75rem;
}

.visited\:w-4:visited {
  width: 1rem;
}

.visited\:w-5:visited {
  width: 1.25rem;
}

.visited\:w-6:visited {
  width: 1.5rem;
}

.visited\:w-7:visited {
  width: 1.75rem;
}

.visited\:w-8:visited {
  width: 2rem;
}

.visited\:w-9:visited {
  width: 2.25rem;
}

.visited\:w-10:visited {
  width: 2.5rem;
}

.visited\:w-11:visited {
  width: 2.75rem;
}

.visited\:w-12:visited {
  width: 3rem;
}

.visited\:w-14:visited {
  width: 3.5rem;
}

.visited\:w-16:visited {
  width: 4rem;
}

.visited\:w-20:visited {
  width: 5rem;
}

.visited\:w-24:visited {
  width: 6rem;
}

.visited\:w-28:visited {
  width: 7rem;
}

.visited\:w-32:visited {
  width: 8rem;
}

.visited\:w-36:visited {
  width: 9rem;
}

.visited\:w-40:visited {
  width: 10rem;
}

.visited\:w-44:visited {
  width: 11rem;
}

.visited\:w-48:visited {
  width: 12rem;
}

.visited\:w-52:visited {
  width: 13rem;
}

.visited\:w-56:visited {
  width: 14rem;
}

.visited\:w-60:visited {
  width: 15rem;
}

.visited\:w-64:visited {
  width: 16rem;
}

.visited\:w-72:visited {
  width: 18rem;
}

.visited\:w-80:visited {
  width: 20rem;
}

.visited\:w-96:visited {
  width: 24rem;
}

.visited\:w-auto:visited {
  width: auto;
}

.visited\:w-px:visited {
  width: 1px;
}

.visited\:w-0\.5:visited {
  width: 0.125rem;
}

.visited\:w-1\.5:visited {
  width: 0.375rem;
}

.visited\:w-2\.5:visited {
  width: 0.625rem;
}

.visited\:w-3\.5:visited {
  width: 0.875rem;
}

.visited\:w-1\/2:visited {
  width: 50%;
}

.visited\:w-1\/3:visited {
  width: 33.333333%;
}

.visited\:w-2\/3:visited {
  width: 66.666667%;
}

.visited\:w-1\/4:visited {
  width: 25%;
}

.visited\:w-2\/4:visited {
  width: 50%;
}

.visited\:w-3\/4:visited {
  width: 75%;
}

.visited\:w-1\/5:visited {
  width: 20%;
}

.visited\:w-2\/5:visited {
  width: 40%;
}

.visited\:w-3\/5:visited {
  width: 60%;
}

.visited\:w-4\/5:visited {
  width: 80%;
}

.visited\:w-1\/6:visited {
  width: 16.666667%;
}

.visited\:w-2\/6:visited {
  width: 33.333333%;
}

.visited\:w-3\/6:visited {
  width: 50%;
}

.visited\:w-4\/6:visited {
  width: 66.666667%;
}

.visited\:w-5\/6:visited {
  width: 83.333333%;
}

.visited\:w-1\/12:visited {
  width: 8.333333%;
}

.visited\:w-2\/12:visited {
  width: 16.666667%;
}

.visited\:w-3\/12:visited {
  width: 25%;
}

.visited\:w-4\/12:visited {
  width: 33.333333%;
}

.visited\:w-5\/12:visited {
  width: 41.666667%;
}

.visited\:w-6\/12:visited {
  width: 50%;
}

.visited\:w-7\/12:visited {
  width: 58.333333%;
}

.visited\:w-8\/12:visited {
  width: 66.666667%;
}

.visited\:w-9\/12:visited {
  width: 75%;
}

.visited\:w-10\/12:visited {
  width: 83.333333%;
}

.visited\:w-11\/12:visited {
  width: 91.666667%;
}

.visited\:w-full:visited {
  width: 100%;
}

.visited\:w-screen:visited {
  width: 100vw;
}

.visited\:w-min:visited {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.visited\:w-max:visited {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.disabled\:w-0:disabled {
  width: 0px;
}

.disabled\:w-1:disabled {
  width: 0.25rem;
}

.disabled\:w-2:disabled {
  width: 0.5rem;
}

.disabled\:w-3:disabled {
  width: 0.75rem;
}

.disabled\:w-4:disabled {
  width: 1rem;
}

.disabled\:w-5:disabled {
  width: 1.25rem;
}

.disabled\:w-6:disabled {
  width: 1.5rem;
}

.disabled\:w-7:disabled {
  width: 1.75rem;
}

.disabled\:w-8:disabled {
  width: 2rem;
}

.disabled\:w-9:disabled {
  width: 2.25rem;
}

.disabled\:w-10:disabled {
  width: 2.5rem;
}

.disabled\:w-11:disabled {
  width: 2.75rem;
}

.disabled\:w-12:disabled {
  width: 3rem;
}

.disabled\:w-14:disabled {
  width: 3.5rem;
}

.disabled\:w-16:disabled {
  width: 4rem;
}

.disabled\:w-20:disabled {
  width: 5rem;
}

.disabled\:w-24:disabled {
  width: 6rem;
}

.disabled\:w-28:disabled {
  width: 7rem;
}

.disabled\:w-32:disabled {
  width: 8rem;
}

.disabled\:w-36:disabled {
  width: 9rem;
}

.disabled\:w-40:disabled {
  width: 10rem;
}

.disabled\:w-44:disabled {
  width: 11rem;
}

.disabled\:w-48:disabled {
  width: 12rem;
}

.disabled\:w-52:disabled {
  width: 13rem;
}

.disabled\:w-56:disabled {
  width: 14rem;
}

.disabled\:w-60:disabled {
  width: 15rem;
}

.disabled\:w-64:disabled {
  width: 16rem;
}

.disabled\:w-72:disabled {
  width: 18rem;
}

.disabled\:w-80:disabled {
  width: 20rem;
}

.disabled\:w-96:disabled {
  width: 24rem;
}

.disabled\:w-auto:disabled {
  width: auto;
}

.disabled\:w-px:disabled {
  width: 1px;
}

.disabled\:w-0\.5:disabled {
  width: 0.125rem;
}

.disabled\:w-1\.5:disabled {
  width: 0.375rem;
}

.disabled\:w-2\.5:disabled {
  width: 0.625rem;
}

.disabled\:w-3\.5:disabled {
  width: 0.875rem;
}

.disabled\:w-1\/2:disabled {
  width: 50%;
}

.disabled\:w-1\/3:disabled {
  width: 33.333333%;
}

.disabled\:w-2\/3:disabled {
  width: 66.666667%;
}

.disabled\:w-1\/4:disabled {
  width: 25%;
}

.disabled\:w-2\/4:disabled {
  width: 50%;
}

.disabled\:w-3\/4:disabled {
  width: 75%;
}

.disabled\:w-1\/5:disabled {
  width: 20%;
}

.disabled\:w-2\/5:disabled {
  width: 40%;
}

.disabled\:w-3\/5:disabled {
  width: 60%;
}

.disabled\:w-4\/5:disabled {
  width: 80%;
}

.disabled\:w-1\/6:disabled {
  width: 16.666667%;
}

.disabled\:w-2\/6:disabled {
  width: 33.333333%;
}

.disabled\:w-3\/6:disabled {
  width: 50%;
}

.disabled\:w-4\/6:disabled {
  width: 66.666667%;
}

.disabled\:w-5\/6:disabled {
  width: 83.333333%;
}

.disabled\:w-1\/12:disabled {
  width: 8.333333%;
}

.disabled\:w-2\/12:disabled {
  width: 16.666667%;
}

.disabled\:w-3\/12:disabled {
  width: 25%;
}

.disabled\:w-4\/12:disabled {
  width: 33.333333%;
}

.disabled\:w-5\/12:disabled {
  width: 41.666667%;
}

.disabled\:w-6\/12:disabled {
  width: 50%;
}

.disabled\:w-7\/12:disabled {
  width: 58.333333%;
}

.disabled\:w-8\/12:disabled {
  width: 66.666667%;
}

.disabled\:w-9\/12:disabled {
  width: 75%;
}

.disabled\:w-10\/12:disabled {
  width: 83.333333%;
}

.disabled\:w-11\/12:disabled {
  width: 91.666667%;
}

.disabled\:w-full:disabled {
  width: 100%;
}

.disabled\:w-screen:disabled {
  width: 100vw;
}

.disabled\:w-min:disabled {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.disabled\:w-max:disabled {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.group:hover .group-hover\:z-0 {
  z-index: 0;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:z-20 {
  z-index: 20;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:z-40 {
  z-index: 40;
}

.group:hover .group-hover\:z-50 {
  z-index: 50;
}

.group:hover .group-hover\:z-auto {
  z-index: auto;
}

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

.first\:z-0:first-child {
  z-index: 0;
}

.first\:z-10:first-child {
  z-index: 10;
}

.first\:z-20:first-child {
  z-index: 20;
}

.first\:z-30:first-child {
  z-index: 30;
}

.first\:z-40:first-child {
  z-index: 40;
}

.first\:z-50:first-child {
  z-index: 50;
}

.first\:z-auto:first-child {
  z-index: auto;
}

.last\:z-0:last-child {
  z-index: 0;
}

.last\:z-10:last-child {
  z-index: 10;
}

.last\:z-20:last-child {
  z-index: 20;
}

.last\:z-30:last-child {
  z-index: 30;
}

.last\:z-40:last-child {
  z-index: 40;
}

.last\:z-50:last-child {
  z-index: 50;
}

.last\:z-auto:last-child {
  z-index: auto;
}

.odd\:z-0:nth-child(odd) {
  z-index: 0;
}

.odd\:z-10:nth-child(odd) {
  z-index: 10;
}

.odd\:z-20:nth-child(odd) {
  z-index: 20;
}

.odd\:z-30:nth-child(odd) {
  z-index: 30;
}

.odd\:z-40:nth-child(odd) {
  z-index: 40;
}

.odd\:z-50:nth-child(odd) {
  z-index: 50;
}

.odd\:z-auto:nth-child(odd) {
  z-index: auto;
}

.even\:z-0:nth-child(even) {
  z-index: 0;
}

.even\:z-10:nth-child(even) {
  z-index: 10;
}

.even\:z-20:nth-child(even) {
  z-index: 20;
}

.even\:z-30:nth-child(even) {
  z-index: 30;
}

.even\:z-40:nth-child(even) {
  z-index: 40;
}

.even\:z-50:nth-child(even) {
  z-index: 50;
}

.even\:z-auto:nth-child(even) {
  z-index: auto;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.active\:z-0:active {
  z-index: 0;
}

.active\:z-10:active {
  z-index: 10;
}

.active\:z-20:active {
  z-index: 20;
}

.active\:z-30:active {
  z-index: 30;
}

.active\:z-40:active {
  z-index: 40;
}

.active\:z-50:active {
  z-index: 50;
}

.active\:z-auto:active {
  z-index: auto;
}

.visited\:z-0:visited {
  z-index: 0;
}

.visited\:z-10:visited {
  z-index: 10;
}

.visited\:z-20:visited {
  z-index: 20;
}

.visited\:z-30:visited {
  z-index: 30;
}

.visited\:z-40:visited {
  z-index: 40;
}

.visited\:z-50:visited {
  z-index: 50;
}

.visited\:z-auto:visited {
  z-index: auto;
}

.disabled\:z-0:disabled {
  z-index: 0;
}

.disabled\:z-10:disabled {
  z-index: 10;
}

.disabled\:z-20:disabled {
  z-index: 20;
}

.disabled\:z-30:disabled {
  z-index: 30;
}

.disabled\:z-40:disabled {
  z-index: 40;
}

.disabled\:z-50:disabled {
  z-index: 50;
}

.disabled\:z-auto:disabled {
  z-index: auto;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-x-0 {
  -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;
}

.group:hover .group-hover\:gap-0 {
  gap: 0px;
}

.group:hover .group-hover\:gap-1 {
  gap: 0.25rem;
}

.group:hover .group-hover\:gap-2 {
  gap: 0.5rem;
}

.group:hover .group-hover\:gap-3 {
  gap: 0.75rem;
}

.group:hover .group-hover\:gap-4 {
  gap: 1rem;
}

.group:hover .group-hover\:gap-5 {
  gap: 1.25rem;
}

.group:hover .group-hover\:gap-6 {
  gap: 1.5rem;
}

.group:hover .group-hover\:gap-7 {
  gap: 1.75rem;
}

.group:hover .group-hover\:gap-8 {
  gap: 2rem;
}

.group:hover .group-hover\:gap-9 {
  gap: 2.25rem;
}

.group:hover .group-hover\:gap-10 {
  gap: 2.5rem;
}

.group:hover .group-hover\:gap-11 {
  gap: 2.75rem;
}

.group:hover .group-hover\:gap-12 {
  gap: 3rem;
}

.group:hover .group-hover\:gap-14 {
  gap: 3.5rem;
}

.group:hover .group-hover\:gap-16 {
  gap: 4rem;
}

.group:hover .group-hover\:gap-20 {
  gap: 5rem;
}

.group:hover .group-hover\:gap-24 {
  gap: 6rem;
}

.group:hover .group-hover\:gap-28 {
  gap: 7rem;
}

.group:hover .group-hover\:gap-32 {
  gap: 8rem;
}

.group:hover .group-hover\:gap-36 {
  gap: 9rem;
}

.group:hover .group-hover\:gap-40 {
  gap: 10rem;
}

.group:hover .group-hover\:gap-44 {
  gap: 11rem;
}

.group:hover .group-hover\:gap-48 {
  gap: 12rem;
}

.group:hover .group-hover\:gap-52 {
  gap: 13rem;
}

.group:hover .group-hover\:gap-56 {
  gap: 14rem;
}

.group:hover .group-hover\:gap-60 {
  gap: 15rem;
}

.group:hover .group-hover\:gap-64 {
  gap: 16rem;
}

.group:hover .group-hover\:gap-72 {
  gap: 18rem;
}

.group:hover .group-hover\:gap-80 {
  gap: 20rem;
}

.group:hover .group-hover\:gap-96 {
  gap: 24rem;
}

.group:hover .group-hover\:gap-px {
  gap: 1px;
}

.group:hover .group-hover\:gap-0\.5 {
  gap: 0.125rem;
}

.group:hover .group-hover\:gap-1\.5 {
  gap: 0.375rem;
}

.group:hover .group-hover\:gap-2\.5 {
  gap: 0.625rem;
}

.group:hover .group-hover\:gap-3\.5 {
  gap: 0.875rem;
}

.group:hover .group-hover\:gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.group:hover .group-hover\:gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.group:hover .group-hover\:gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.group:hover .group-hover\:gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.group:hover .group-hover\:gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.group:hover .group-hover\:gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.group:hover .group-hover\:gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.group:hover .group-hover\:gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.group:hover .group-hover\:gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.group:hover .group-hover\:gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.group:hover .group-hover\:gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.group:hover .group-hover\:gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.group:hover .group-hover\:gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.group:hover .group-hover\:gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.group:hover .group-hover\:gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.group:hover .group-hover\:gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.group:hover .group-hover\:gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.group:hover .group-hover\:gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.group:hover .group-hover\:gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.group:hover .group-hover\:gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.group:hover .group-hover\:gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.group:hover .group-hover\:gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.group:hover .group-hover\:gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.group:hover .group-hover\:gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.group:hover .group-hover\:gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.group:hover .group-hover\:gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.group:hover .group-hover\:gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.group:hover .group-hover\:gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.group:hover .group-hover\:gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.group:hover .group-hover\:gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.group:hover .group-hover\:gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.group:hover .group-hover\:gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.group:hover .group-hover\:gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.group:hover .group-hover\:gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.group:hover .group-hover\:gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.group:hover .group-hover\:gap-y-0 {
  row-gap: 0px;
}

.group:hover .group-hover\:gap-y-1 {
  row-gap: 0.25rem;
}

.group:hover .group-hover\:gap-y-2 {
  row-gap: 0.5rem;
}

.group:hover .group-hover\:gap-y-3 {
  row-gap: 0.75rem;
}

.group:hover .group-hover\:gap-y-4 {
  row-gap: 1rem;
}

.group:hover .group-hover\:gap-y-5 {
  row-gap: 1.25rem;
}

.group:hover .group-hover\:gap-y-6 {
  row-gap: 1.5rem;
}

.group:hover .group-hover\:gap-y-7 {
  row-gap: 1.75rem;
}

.group:hover .group-hover\:gap-y-8 {
  row-gap: 2rem;
}

.group:hover .group-hover\:gap-y-9 {
  row-gap: 2.25rem;
}

.group:hover .group-hover\:gap-y-10 {
  row-gap: 2.5rem;
}

.group:hover .group-hover\:gap-y-11 {
  row-gap: 2.75rem;
}

.group:hover .group-hover\:gap-y-12 {
  row-gap: 3rem;
}

.group:hover .group-hover\:gap-y-14 {
  row-gap: 3.5rem;
}

.group:hover .group-hover\:gap-y-16 {
  row-gap: 4rem;
}

.group:hover .group-hover\:gap-y-20 {
  row-gap: 5rem;
}

.group:hover .group-hover\:gap-y-24 {
  row-gap: 6rem;
}

.group:hover .group-hover\:gap-y-28 {
  row-gap: 7rem;
}

.group:hover .group-hover\:gap-y-32 {
  row-gap: 8rem;
}

.group:hover .group-hover\:gap-y-36 {
  row-gap: 9rem;
}

.group:hover .group-hover\:gap-y-40 {
  row-gap: 10rem;
}

.group:hover .group-hover\:gap-y-44 {
  row-gap: 11rem;
}

.group:hover .group-hover\:gap-y-48 {
  row-gap: 12rem;
}

.group:hover .group-hover\:gap-y-52 {
  row-gap: 13rem;
}

.group:hover .group-hover\:gap-y-56 {
  row-gap: 14rem;
}

.group:hover .group-hover\:gap-y-60 {
  row-gap: 15rem;
}

.group:hover .group-hover\:gap-y-64 {
  row-gap: 16rem;
}

.group:hover .group-hover\:gap-y-72 {
  row-gap: 18rem;
}

.group:hover .group-hover\:gap-y-80 {
  row-gap: 20rem;
}

.group:hover .group-hover\:gap-y-96 {
  row-gap: 24rem;
}

.group:hover .group-hover\:gap-y-px {
  row-gap: 1px;
}

.group:hover .group-hover\:gap-y-0\.5 {
  row-gap: 0.125rem;
}

.group:hover .group-hover\:gap-y-1\.5 {
  row-gap: 0.375rem;
}

.group:hover .group-hover\:gap-y-2\.5 {
  row-gap: 0.625rem;
}

.group:hover .group-hover\:gap-y-3\.5 {
  row-gap: 0.875rem;
}

.focus-within\:gap-0:focus-within {
  gap: 0px;
}

.focus-within\:gap-1:focus-within {
  gap: 0.25rem;
}

.focus-within\:gap-2:focus-within {
  gap: 0.5rem;
}

.focus-within\:gap-3:focus-within {
  gap: 0.75rem;
}

.focus-within\:gap-4:focus-within {
  gap: 1rem;
}

.focus-within\:gap-5:focus-within {
  gap: 1.25rem;
}

.focus-within\:gap-6:focus-within {
  gap: 1.5rem;
}

.focus-within\:gap-7:focus-within {
  gap: 1.75rem;
}

.focus-within\:gap-8:focus-within {
  gap: 2rem;
}

.focus-within\:gap-9:focus-within {
  gap: 2.25rem;
}

.focus-within\:gap-10:focus-within {
  gap: 2.5rem;
}

.focus-within\:gap-11:focus-within {
  gap: 2.75rem;
}

.focus-within\:gap-12:focus-within {
  gap: 3rem;
}

.focus-within\:gap-14:focus-within {
  gap: 3.5rem;
}

.focus-within\:gap-16:focus-within {
  gap: 4rem;
}

.focus-within\:gap-20:focus-within {
  gap: 5rem;
}

.focus-within\:gap-24:focus-within {
  gap: 6rem;
}

.focus-within\:gap-28:focus-within {
  gap: 7rem;
}

.focus-within\:gap-32:focus-within {
  gap: 8rem;
}

.focus-within\:gap-36:focus-within {
  gap: 9rem;
}

.focus-within\:gap-40:focus-within {
  gap: 10rem;
}

.focus-within\:gap-44:focus-within {
  gap: 11rem;
}

.focus-within\:gap-48:focus-within {
  gap: 12rem;
}

.focus-within\:gap-52:focus-within {
  gap: 13rem;
}

.focus-within\:gap-56:focus-within {
  gap: 14rem;
}

.focus-within\:gap-60:focus-within {
  gap: 15rem;
}

.focus-within\:gap-64:focus-within {
  gap: 16rem;
}

.focus-within\:gap-72:focus-within {
  gap: 18rem;
}

.focus-within\:gap-80:focus-within {
  gap: 20rem;
}

.focus-within\:gap-96:focus-within {
  gap: 24rem;
}

.focus-within\:gap-px:focus-within {
  gap: 1px;
}

.focus-within\:gap-0\.5:focus-within {
  gap: 0.125rem;
}

.focus-within\:gap-1\.5:focus-within {
  gap: 0.375rem;
}

.focus-within\:gap-2\.5:focus-within {
  gap: 0.625rem;
}

.focus-within\:gap-3\.5:focus-within {
  gap: 0.875rem;
}

.focus-within\:gap-x-0:focus-within {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.focus-within\:gap-x-1:focus-within {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.focus-within\:gap-x-2:focus-within {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.focus-within\:gap-x-3:focus-within {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.focus-within\:gap-x-4:focus-within {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.focus-within\:gap-x-5:focus-within {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.focus-within\:gap-x-6:focus-within {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.focus-within\:gap-x-7:focus-within {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.focus-within\:gap-x-8:focus-within {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.focus-within\:gap-x-9:focus-within {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.focus-within\:gap-x-10:focus-within {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.focus-within\:gap-x-11:focus-within {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.focus-within\:gap-x-12:focus-within {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.focus-within\:gap-x-14:focus-within {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.focus-within\:gap-x-16:focus-within {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.focus-within\:gap-x-20:focus-within {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.focus-within\:gap-x-24:focus-within {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.focus-within\:gap-x-28:focus-within {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.focus-within\:gap-x-32:focus-within {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.focus-within\:gap-x-36:focus-within {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.focus-within\:gap-x-40:focus-within {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.focus-within\:gap-x-44:focus-within {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.focus-within\:gap-x-48:focus-within {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.focus-within\:gap-x-52:focus-within {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.focus-within\:gap-x-56:focus-within {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.focus-within\:gap-x-60:focus-within {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.focus-within\:gap-x-64:focus-within {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.focus-within\:gap-x-72:focus-within {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.focus-within\:gap-x-80:focus-within {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.focus-within\:gap-x-96:focus-within {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.focus-within\:gap-x-px:focus-within {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.focus-within\:gap-x-0\.5:focus-within {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.focus-within\:gap-x-1\.5:focus-within {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.focus-within\:gap-x-2\.5:focus-within {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.focus-within\:gap-x-3\.5:focus-within {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.focus-within\:gap-y-0:focus-within {
  row-gap: 0px;
}

.focus-within\:gap-y-1:focus-within {
  row-gap: 0.25rem;
}

.focus-within\:gap-y-2:focus-within {
  row-gap: 0.5rem;
}

.focus-within\:gap-y-3:focus-within {
  row-gap: 0.75rem;
}

.focus-within\:gap-y-4:focus-within {
  row-gap: 1rem;
}

.focus-within\:gap-y-5:focus-within {
  row-gap: 1.25rem;
}

.focus-within\:gap-y-6:focus-within {
  row-gap: 1.5rem;
}

.focus-within\:gap-y-7:focus-within {
  row-gap: 1.75rem;
}

.focus-within\:gap-y-8:focus-within {
  row-gap: 2rem;
}

.focus-within\:gap-y-9:focus-within {
  row-gap: 2.25rem;
}

.focus-within\:gap-y-10:focus-within {
  row-gap: 2.5rem;
}

.focus-within\:gap-y-11:focus-within {
  row-gap: 2.75rem;
}

.focus-within\:gap-y-12:focus-within {
  row-gap: 3rem;
}

.focus-within\:gap-y-14:focus-within {
  row-gap: 3.5rem;
}

.focus-within\:gap-y-16:focus-within {
  row-gap: 4rem;
}

.focus-within\:gap-y-20:focus-within {
  row-gap: 5rem;
}

.focus-within\:gap-y-24:focus-within {
  row-gap: 6rem;
}

.focus-within\:gap-y-28:focus-within {
  row-gap: 7rem;
}

.focus-within\:gap-y-32:focus-within {
  row-gap: 8rem;
}

.focus-within\:gap-y-36:focus-within {
  row-gap: 9rem;
}

.focus-within\:gap-y-40:focus-within {
  row-gap: 10rem;
}

.focus-within\:gap-y-44:focus-within {
  row-gap: 11rem;
}

.focus-within\:gap-y-48:focus-within {
  row-gap: 12rem;
}

.focus-within\:gap-y-52:focus-within {
  row-gap: 13rem;
}

.focus-within\:gap-y-56:focus-within {
  row-gap: 14rem;
}

.focus-within\:gap-y-60:focus-within {
  row-gap: 15rem;
}

.focus-within\:gap-y-64:focus-within {
  row-gap: 16rem;
}

.focus-within\:gap-y-72:focus-within {
  row-gap: 18rem;
}

.focus-within\:gap-y-80:focus-within {
  row-gap: 20rem;
}

.focus-within\:gap-y-96:focus-within {
  row-gap: 24rem;
}

.focus-within\:gap-y-px:focus-within {
  row-gap: 1px;
}

.focus-within\:gap-y-0\.5:focus-within {
  row-gap: 0.125rem;
}

.focus-within\:gap-y-1\.5:focus-within {
  row-gap: 0.375rem;
}

.focus-within\:gap-y-2\.5:focus-within {
  row-gap: 0.625rem;
}

.focus-within\:gap-y-3\.5:focus-within {
  row-gap: 0.875rem;
}

.first\:gap-0:first-child {
  gap: 0px;
}

.first\:gap-1:first-child {
  gap: 0.25rem;
}

.first\:gap-2:first-child {
  gap: 0.5rem;
}

.first\:gap-3:first-child {
  gap: 0.75rem;
}

.first\:gap-4:first-child {
  gap: 1rem;
}

.first\:gap-5:first-child {
  gap: 1.25rem;
}

.first\:gap-6:first-child {
  gap: 1.5rem;
}

.first\:gap-7:first-child {
  gap: 1.75rem;
}

.first\:gap-8:first-child {
  gap: 2rem;
}

.first\:gap-9:first-child {
  gap: 2.25rem;
}

.first\:gap-10:first-child {
  gap: 2.5rem;
}

.first\:gap-11:first-child {
  gap: 2.75rem;
}

.first\:gap-12:first-child {
  gap: 3rem;
}

.first\:gap-14:first-child {
  gap: 3.5rem;
}

.first\:gap-16:first-child {
  gap: 4rem;
}

.first\:gap-20:first-child {
  gap: 5rem;
}

.first\:gap-24:first-child {
  gap: 6rem;
}

.first\:gap-28:first-child {
  gap: 7rem;
}

.first\:gap-32:first-child {
  gap: 8rem;
}

.first\:gap-36:first-child {
  gap: 9rem;
}

.first\:gap-40:first-child {
  gap: 10rem;
}

.first\:gap-44:first-child {
  gap: 11rem;
}

.first\:gap-48:first-child {
  gap: 12rem;
}

.first\:gap-52:first-child {
  gap: 13rem;
}

.first\:gap-56:first-child {
  gap: 14rem;
}

.first\:gap-60:first-child {
  gap: 15rem;
}

.first\:gap-64:first-child {
  gap: 16rem;
}

.first\:gap-72:first-child {
  gap: 18rem;
}

.first\:gap-80:first-child {
  gap: 20rem;
}

.first\:gap-96:first-child {
  gap: 24rem;
}

.first\:gap-px:first-child {
  gap: 1px;
}

.first\:gap-0\.5:first-child {
  gap: 0.125rem;
}

.first\:gap-1\.5:first-child {
  gap: 0.375rem;
}

.first\:gap-2\.5:first-child {
  gap: 0.625rem;
}

.first\:gap-3\.5:first-child {
  gap: 0.875rem;
}

.first\:gap-x-0:first-child {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.first\:gap-x-1:first-child {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.first\:gap-x-2:first-child {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.first\:gap-x-3:first-child {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.first\:gap-x-4:first-child {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.first\:gap-x-5:first-child {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.first\:gap-x-6:first-child {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.first\:gap-x-7:first-child {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.first\:gap-x-8:first-child {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.first\:gap-x-9:first-child {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.first\:gap-x-10:first-child {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.first\:gap-x-11:first-child {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.first\:gap-x-12:first-child {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.first\:gap-x-14:first-child {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.first\:gap-x-16:first-child {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.first\:gap-x-20:first-child {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.first\:gap-x-24:first-child {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.first\:gap-x-28:first-child {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.first\:gap-x-32:first-child {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.first\:gap-x-36:first-child {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.first\:gap-x-40:first-child {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.first\:gap-x-44:first-child {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.first\:gap-x-48:first-child {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.first\:gap-x-52:first-child {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.first\:gap-x-56:first-child {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.first\:gap-x-60:first-child {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.first\:gap-x-64:first-child {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.first\:gap-x-72:first-child {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.first\:gap-x-80:first-child {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.first\:gap-x-96:first-child {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.first\:gap-x-px:first-child {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.first\:gap-x-0\.5:first-child {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.first\:gap-x-1\.5:first-child {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.first\:gap-x-2\.5:first-child {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.first\:gap-x-3\.5:first-child {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.first\:gap-y-0:first-child {
  row-gap: 0px;
}

.first\:gap-y-1:first-child {
  row-gap: 0.25rem;
}

.first\:gap-y-2:first-child {
  row-gap: 0.5rem;
}

.first\:gap-y-3:first-child {
  row-gap: 0.75rem;
}

.first\:gap-y-4:first-child {
  row-gap: 1rem;
}

.first\:gap-y-5:first-child {
  row-gap: 1.25rem;
}

.first\:gap-y-6:first-child {
  row-gap: 1.5rem;
}

.first\:gap-y-7:first-child {
  row-gap: 1.75rem;
}

.first\:gap-y-8:first-child {
  row-gap: 2rem;
}

.first\:gap-y-9:first-child {
  row-gap: 2.25rem;
}

.first\:gap-y-10:first-child {
  row-gap: 2.5rem;
}

.first\:gap-y-11:first-child {
  row-gap: 2.75rem;
}

.first\:gap-y-12:first-child {
  row-gap: 3rem;
}

.first\:gap-y-14:first-child {
  row-gap: 3.5rem;
}

.first\:gap-y-16:first-child {
  row-gap: 4rem;
}

.first\:gap-y-20:first-child {
  row-gap: 5rem;
}

.first\:gap-y-24:first-child {
  row-gap: 6rem;
}

.first\:gap-y-28:first-child {
  row-gap: 7rem;
}

.first\:gap-y-32:first-child {
  row-gap: 8rem;
}

.first\:gap-y-36:first-child {
  row-gap: 9rem;
}

.first\:gap-y-40:first-child {
  row-gap: 10rem;
}

.first\:gap-y-44:first-child {
  row-gap: 11rem;
}

.first\:gap-y-48:first-child {
  row-gap: 12rem;
}

.first\:gap-y-52:first-child {
  row-gap: 13rem;
}

.first\:gap-y-56:first-child {
  row-gap: 14rem;
}

.first\:gap-y-60:first-child {
  row-gap: 15rem;
}

.first\:gap-y-64:first-child {
  row-gap: 16rem;
}

.first\:gap-y-72:first-child {
  row-gap: 18rem;
}

.first\:gap-y-80:first-child {
  row-gap: 20rem;
}

.first\:gap-y-96:first-child {
  row-gap: 24rem;
}

.first\:gap-y-px:first-child {
  row-gap: 1px;
}

.first\:gap-y-0\.5:first-child {
  row-gap: 0.125rem;
}

.first\:gap-y-1\.5:first-child {
  row-gap: 0.375rem;
}

.first\:gap-y-2\.5:first-child {
  row-gap: 0.625rem;
}

.first\:gap-y-3\.5:first-child {
  row-gap: 0.875rem;
}

.last\:gap-0:last-child {
  gap: 0px;
}

.last\:gap-1:last-child {
  gap: 0.25rem;
}

.last\:gap-2:last-child {
  gap: 0.5rem;
}

.last\:gap-3:last-child {
  gap: 0.75rem;
}

.last\:gap-4:last-child {
  gap: 1rem;
}

.last\:gap-5:last-child {
  gap: 1.25rem;
}

.last\:gap-6:last-child {
  gap: 1.5rem;
}

.last\:gap-7:last-child {
  gap: 1.75rem;
}

.last\:gap-8:last-child {
  gap: 2rem;
}

.last\:gap-9:last-child {
  gap: 2.25rem;
}

.last\:gap-10:last-child {
  gap: 2.5rem;
}

.last\:gap-11:last-child {
  gap: 2.75rem;
}

.last\:gap-12:last-child {
  gap: 3rem;
}

.last\:gap-14:last-child {
  gap: 3.5rem;
}

.last\:gap-16:last-child {
  gap: 4rem;
}

.last\:gap-20:last-child {
  gap: 5rem;
}

.last\:gap-24:last-child {
  gap: 6rem;
}

.last\:gap-28:last-child {
  gap: 7rem;
}

.last\:gap-32:last-child {
  gap: 8rem;
}

.last\:gap-36:last-child {
  gap: 9rem;
}

.last\:gap-40:last-child {
  gap: 10rem;
}

.last\:gap-44:last-child {
  gap: 11rem;
}

.last\:gap-48:last-child {
  gap: 12rem;
}

.last\:gap-52:last-child {
  gap: 13rem;
}

.last\:gap-56:last-child {
  gap: 14rem;
}

.last\:gap-60:last-child {
  gap: 15rem;
}

.last\:gap-64:last-child {
  gap: 16rem;
}

.last\:gap-72:last-child {
  gap: 18rem;
}

.last\:gap-80:last-child {
  gap: 20rem;
}

.last\:gap-96:last-child {
  gap: 24rem;
}

.last\:gap-px:last-child {
  gap: 1px;
}

.last\:gap-0\.5:last-child {
  gap: 0.125rem;
}

.last\:gap-1\.5:last-child {
  gap: 0.375rem;
}

.last\:gap-2\.5:last-child {
  gap: 0.625rem;
}

.last\:gap-3\.5:last-child {
  gap: 0.875rem;
}

.last\:gap-x-0:last-child {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.last\:gap-x-1:last-child {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.last\:gap-x-2:last-child {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.last\:gap-x-3:last-child {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.last\:gap-x-4:last-child {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.last\:gap-x-5:last-child {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.last\:gap-x-6:last-child {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.last\:gap-x-7:last-child {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.last\:gap-x-8:last-child {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.last\:gap-x-9:last-child {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.last\:gap-x-10:last-child {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.last\:gap-x-11:last-child {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.last\:gap-x-12:last-child {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.last\:gap-x-14:last-child {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.last\:gap-x-16:last-child {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.last\:gap-x-20:last-child {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.last\:gap-x-24:last-child {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.last\:gap-x-28:last-child {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.last\:gap-x-32:last-child {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.last\:gap-x-36:last-child {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.last\:gap-x-40:last-child {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.last\:gap-x-44:last-child {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.last\:gap-x-48:last-child {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.last\:gap-x-52:last-child {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.last\:gap-x-56:last-child {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.last\:gap-x-60:last-child {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.last\:gap-x-64:last-child {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.last\:gap-x-72:last-child {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.last\:gap-x-80:last-child {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.last\:gap-x-96:last-child {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.last\:gap-x-px:last-child {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.last\:gap-x-0\.5:last-child {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.last\:gap-x-1\.5:last-child {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.last\:gap-x-2\.5:last-child {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.last\:gap-x-3\.5:last-child {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.last\:gap-y-0:last-child {
  row-gap: 0px;
}

.last\:gap-y-1:last-child {
  row-gap: 0.25rem;
}

.last\:gap-y-2:last-child {
  row-gap: 0.5rem;
}

.last\:gap-y-3:last-child {
  row-gap: 0.75rem;
}

.last\:gap-y-4:last-child {
  row-gap: 1rem;
}

.last\:gap-y-5:last-child {
  row-gap: 1.25rem;
}

.last\:gap-y-6:last-child {
  row-gap: 1.5rem;
}

.last\:gap-y-7:last-child {
  row-gap: 1.75rem;
}

.last\:gap-y-8:last-child {
  row-gap: 2rem;
}

.last\:gap-y-9:last-child {
  row-gap: 2.25rem;
}

.last\:gap-y-10:last-child {
  row-gap: 2.5rem;
}

.last\:gap-y-11:last-child {
  row-gap: 2.75rem;
}

.last\:gap-y-12:last-child {
  row-gap: 3rem;
}

.last\:gap-y-14:last-child {
  row-gap: 3.5rem;
}

.last\:gap-y-16:last-child {
  row-gap: 4rem;
}

.last\:gap-y-20:last-child {
  row-gap: 5rem;
}

.last\:gap-y-24:last-child {
  row-gap: 6rem;
}

.last\:gap-y-28:last-child {
  row-gap: 7rem;
}

.last\:gap-y-32:last-child {
  row-gap: 8rem;
}

.last\:gap-y-36:last-child {
  row-gap: 9rem;
}

.last\:gap-y-40:last-child {
  row-gap: 10rem;
}

.last\:gap-y-44:last-child {
  row-gap: 11rem;
}

.last\:gap-y-48:last-child {
  row-gap: 12rem;
}

.last\:gap-y-52:last-child {
  row-gap: 13rem;
}

.last\:gap-y-56:last-child {
  row-gap: 14rem;
}

.last\:gap-y-60:last-child {
  row-gap: 15rem;
}

.last\:gap-y-64:last-child {
  row-gap: 16rem;
}

.last\:gap-y-72:last-child {
  row-gap: 18rem;
}

.last\:gap-y-80:last-child {
  row-gap: 20rem;
}

.last\:gap-y-96:last-child {
  row-gap: 24rem;
}

.last\:gap-y-px:last-child {
  row-gap: 1px;
}

.last\:gap-y-0\.5:last-child {
  row-gap: 0.125rem;
}

.last\:gap-y-1\.5:last-child {
  row-gap: 0.375rem;
}

.last\:gap-y-2\.5:last-child {
  row-gap: 0.625rem;
}

.last\:gap-y-3\.5:last-child {
  row-gap: 0.875rem;
}

.odd\:gap-0:nth-child(odd) {
  gap: 0px;
}

.odd\:gap-1:nth-child(odd) {
  gap: 0.25rem;
}

.odd\:gap-2:nth-child(odd) {
  gap: 0.5rem;
}

.odd\:gap-3:nth-child(odd) {
  gap: 0.75rem;
}

.odd\:gap-4:nth-child(odd) {
  gap: 1rem;
}

.odd\:gap-5:nth-child(odd) {
  gap: 1.25rem;
}

.odd\:gap-6:nth-child(odd) {
  gap: 1.5rem;
}

.odd\:gap-7:nth-child(odd) {
  gap: 1.75rem;
}

.odd\:gap-8:nth-child(odd) {
  gap: 2rem;
}

.odd\:gap-9:nth-child(odd) {
  gap: 2.25rem;
}

.odd\:gap-10:nth-child(odd) {
  gap: 2.5rem;
}

.odd\:gap-11:nth-child(odd) {
  gap: 2.75rem;
}

.odd\:gap-12:nth-child(odd) {
  gap: 3rem;
}

.odd\:gap-14:nth-child(odd) {
  gap: 3.5rem;
}

.odd\:gap-16:nth-child(odd) {
  gap: 4rem;
}

.odd\:gap-20:nth-child(odd) {
  gap: 5rem;
}

.odd\:gap-24:nth-child(odd) {
  gap: 6rem;
}

.odd\:gap-28:nth-child(odd) {
  gap: 7rem;
}

.odd\:gap-32:nth-child(odd) {
  gap: 8rem;
}

.odd\:gap-36:nth-child(odd) {
  gap: 9rem;
}

.odd\:gap-40:nth-child(odd) {
  gap: 10rem;
}

.odd\:gap-44:nth-child(odd) {
  gap: 11rem;
}

.odd\:gap-48:nth-child(odd) {
  gap: 12rem;
}

.odd\:gap-52:nth-child(odd) {
  gap: 13rem;
}

.odd\:gap-56:nth-child(odd) {
  gap: 14rem;
}

.odd\:gap-60:nth-child(odd) {
  gap: 15rem;
}

.odd\:gap-64:nth-child(odd) {
  gap: 16rem;
}

.odd\:gap-72:nth-child(odd) {
  gap: 18rem;
}

.odd\:gap-80:nth-child(odd) {
  gap: 20rem;
}

.odd\:gap-96:nth-child(odd) {
  gap: 24rem;
}

.odd\:gap-px:nth-child(odd) {
  gap: 1px;
}

.odd\:gap-0\.5:nth-child(odd) {
  gap: 0.125rem;
}

.odd\:gap-1\.5:nth-child(odd) {
  gap: 0.375rem;
}

.odd\:gap-2\.5:nth-child(odd) {
  gap: 0.625rem;
}

.odd\:gap-3\.5:nth-child(odd) {
  gap: 0.875rem;
}

.odd\:gap-x-0:nth-child(odd) {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.odd\:gap-x-1:nth-child(odd) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.odd\:gap-x-2:nth-child(odd) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.odd\:gap-x-3:nth-child(odd) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.odd\:gap-x-4:nth-child(odd) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.odd\:gap-x-5:nth-child(odd) {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.odd\:gap-x-6:nth-child(odd) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.odd\:gap-x-7:nth-child(odd) {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.odd\:gap-x-8:nth-child(odd) {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.odd\:gap-x-9:nth-child(odd) {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.odd\:gap-x-10:nth-child(odd) {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.odd\:gap-x-11:nth-child(odd) {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.odd\:gap-x-12:nth-child(odd) {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.odd\:gap-x-14:nth-child(odd) {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.odd\:gap-x-16:nth-child(odd) {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.odd\:gap-x-20:nth-child(odd) {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.odd\:gap-x-24:nth-child(odd) {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.odd\:gap-x-28:nth-child(odd) {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.odd\:gap-x-32:nth-child(odd) {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.odd\:gap-x-36:nth-child(odd) {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.odd\:gap-x-40:nth-child(odd) {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.odd\:gap-x-44:nth-child(odd) {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.odd\:gap-x-48:nth-child(odd) {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.odd\:gap-x-52:nth-child(odd) {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.odd\:gap-x-56:nth-child(odd) {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.odd\:gap-x-60:nth-child(odd) {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.odd\:gap-x-64:nth-child(odd) {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.odd\:gap-x-72:nth-child(odd) {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.odd\:gap-x-80:nth-child(odd) {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.odd\:gap-x-96:nth-child(odd) {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.odd\:gap-x-px:nth-child(odd) {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.odd\:gap-x-0\.5:nth-child(odd) {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.odd\:gap-x-1\.5:nth-child(odd) {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.odd\:gap-x-2\.5:nth-child(odd) {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.odd\:gap-x-3\.5:nth-child(odd) {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.odd\:gap-y-0:nth-child(odd) {
  row-gap: 0px;
}

.odd\:gap-y-1:nth-child(odd) {
  row-gap: 0.25rem;
}

.odd\:gap-y-2:nth-child(odd) {
  row-gap: 0.5rem;
}

.odd\:gap-y-3:nth-child(odd) {
  row-gap: 0.75rem;
}

.odd\:gap-y-4:nth-child(odd) {
  row-gap: 1rem;
}

.odd\:gap-y-5:nth-child(odd) {
  row-gap: 1.25rem;
}

.odd\:gap-y-6:nth-child(odd) {
  row-gap: 1.5rem;
}

.odd\:gap-y-7:nth-child(odd) {
  row-gap: 1.75rem;
}

.odd\:gap-y-8:nth-child(odd) {
  row-gap: 2rem;
}

.odd\:gap-y-9:nth-child(odd) {
  row-gap: 2.25rem;
}

.odd\:gap-y-10:nth-child(odd) {
  row-gap: 2.5rem;
}

.odd\:gap-y-11:nth-child(odd) {
  row-gap: 2.75rem;
}

.odd\:gap-y-12:nth-child(odd) {
  row-gap: 3rem;
}

.odd\:gap-y-14:nth-child(odd) {
  row-gap: 3.5rem;
}

.odd\:gap-y-16:nth-child(odd) {
  row-gap: 4rem;
}

.odd\:gap-y-20:nth-child(odd) {
  row-gap: 5rem;
}

.odd\:gap-y-24:nth-child(odd) {
  row-gap: 6rem;
}

.odd\:gap-y-28:nth-child(odd) {
  row-gap: 7rem;
}

.odd\:gap-y-32:nth-child(odd) {
  row-gap: 8rem;
}

.odd\:gap-y-36:nth-child(odd) {
  row-gap: 9rem;
}

.odd\:gap-y-40:nth-child(odd) {
  row-gap: 10rem;
}

.odd\:gap-y-44:nth-child(odd) {
  row-gap: 11rem;
}

.odd\:gap-y-48:nth-child(odd) {
  row-gap: 12rem;
}

.odd\:gap-y-52:nth-child(odd) {
  row-gap: 13rem;
}

.odd\:gap-y-56:nth-child(odd) {
  row-gap: 14rem;
}

.odd\:gap-y-60:nth-child(odd) {
  row-gap: 15rem;
}

.odd\:gap-y-64:nth-child(odd) {
  row-gap: 16rem;
}

.odd\:gap-y-72:nth-child(odd) {
  row-gap: 18rem;
}

.odd\:gap-y-80:nth-child(odd) {
  row-gap: 20rem;
}

.odd\:gap-y-96:nth-child(odd) {
  row-gap: 24rem;
}

.odd\:gap-y-px:nth-child(odd) {
  row-gap: 1px;
}

.odd\:gap-y-0\.5:nth-child(odd) {
  row-gap: 0.125rem;
}

.odd\:gap-y-1\.5:nth-child(odd) {
  row-gap: 0.375rem;
}

.odd\:gap-y-2\.5:nth-child(odd) {
  row-gap: 0.625rem;
}

.odd\:gap-y-3\.5:nth-child(odd) {
  row-gap: 0.875rem;
}

.even\:gap-0:nth-child(even) {
  gap: 0px;
}

.even\:gap-1:nth-child(even) {
  gap: 0.25rem;
}

.even\:gap-2:nth-child(even) {
  gap: 0.5rem;
}

.even\:gap-3:nth-child(even) {
  gap: 0.75rem;
}

.even\:gap-4:nth-child(even) {
  gap: 1rem;
}

.even\:gap-5:nth-child(even) {
  gap: 1.25rem;
}

.even\:gap-6:nth-child(even) {
  gap: 1.5rem;
}

.even\:gap-7:nth-child(even) {
  gap: 1.75rem;
}

.even\:gap-8:nth-child(even) {
  gap: 2rem;
}

.even\:gap-9:nth-child(even) {
  gap: 2.25rem;
}

.even\:gap-10:nth-child(even) {
  gap: 2.5rem;
}

.even\:gap-11:nth-child(even) {
  gap: 2.75rem;
}

.even\:gap-12:nth-child(even) {
  gap: 3rem;
}

.even\:gap-14:nth-child(even) {
  gap: 3.5rem;
}

.even\:gap-16:nth-child(even) {
  gap: 4rem;
}

.even\:gap-20:nth-child(even) {
  gap: 5rem;
}

.even\:gap-24:nth-child(even) {
  gap: 6rem;
}

.even\:gap-28:nth-child(even) {
  gap: 7rem;
}

.even\:gap-32:nth-child(even) {
  gap: 8rem;
}

.even\:gap-36:nth-child(even) {
  gap: 9rem;
}

.even\:gap-40:nth-child(even) {
  gap: 10rem;
}

.even\:gap-44:nth-child(even) {
  gap: 11rem;
}

.even\:gap-48:nth-child(even) {
  gap: 12rem;
}

.even\:gap-52:nth-child(even) {
  gap: 13rem;
}

.even\:gap-56:nth-child(even) {
  gap: 14rem;
}

.even\:gap-60:nth-child(even) {
  gap: 15rem;
}

.even\:gap-64:nth-child(even) {
  gap: 16rem;
}

.even\:gap-72:nth-child(even) {
  gap: 18rem;
}

.even\:gap-80:nth-child(even) {
  gap: 20rem;
}

.even\:gap-96:nth-child(even) {
  gap: 24rem;
}

.even\:gap-px:nth-child(even) {
  gap: 1px;
}

.even\:gap-0\.5:nth-child(even) {
  gap: 0.125rem;
}

.even\:gap-1\.5:nth-child(even) {
  gap: 0.375rem;
}

.even\:gap-2\.5:nth-child(even) {
  gap: 0.625rem;
}

.even\:gap-3\.5:nth-child(even) {
  gap: 0.875rem;
}

.even\:gap-x-0:nth-child(even) {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.even\:gap-x-1:nth-child(even) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.even\:gap-x-2:nth-child(even) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.even\:gap-x-3:nth-child(even) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.even\:gap-x-4:nth-child(even) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.even\:gap-x-5:nth-child(even) {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.even\:gap-x-6:nth-child(even) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.even\:gap-x-7:nth-child(even) {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.even\:gap-x-8:nth-child(even) {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.even\:gap-x-9:nth-child(even) {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.even\:gap-x-10:nth-child(even) {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.even\:gap-x-11:nth-child(even) {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.even\:gap-x-12:nth-child(even) {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.even\:gap-x-14:nth-child(even) {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.even\:gap-x-16:nth-child(even) {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.even\:gap-x-20:nth-child(even) {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.even\:gap-x-24:nth-child(even) {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.even\:gap-x-28:nth-child(even) {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.even\:gap-x-32:nth-child(even) {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.even\:gap-x-36:nth-child(even) {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.even\:gap-x-40:nth-child(even) {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.even\:gap-x-44:nth-child(even) {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.even\:gap-x-48:nth-child(even) {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.even\:gap-x-52:nth-child(even) {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.even\:gap-x-56:nth-child(even) {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.even\:gap-x-60:nth-child(even) {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.even\:gap-x-64:nth-child(even) {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.even\:gap-x-72:nth-child(even) {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.even\:gap-x-80:nth-child(even) {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.even\:gap-x-96:nth-child(even) {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.even\:gap-x-px:nth-child(even) {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.even\:gap-x-0\.5:nth-child(even) {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.even\:gap-x-1\.5:nth-child(even) {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.even\:gap-x-2\.5:nth-child(even) {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.even\:gap-x-3\.5:nth-child(even) {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.even\:gap-y-0:nth-child(even) {
  row-gap: 0px;
}

.even\:gap-y-1:nth-child(even) {
  row-gap: 0.25rem;
}

.even\:gap-y-2:nth-child(even) {
  row-gap: 0.5rem;
}

.even\:gap-y-3:nth-child(even) {
  row-gap: 0.75rem;
}

.even\:gap-y-4:nth-child(even) {
  row-gap: 1rem;
}

.even\:gap-y-5:nth-child(even) {
  row-gap: 1.25rem;
}

.even\:gap-y-6:nth-child(even) {
  row-gap: 1.5rem;
}

.even\:gap-y-7:nth-child(even) {
  row-gap: 1.75rem;
}

.even\:gap-y-8:nth-child(even) {
  row-gap: 2rem;
}

.even\:gap-y-9:nth-child(even) {
  row-gap: 2.25rem;
}

.even\:gap-y-10:nth-child(even) {
  row-gap: 2.5rem;
}

.even\:gap-y-11:nth-child(even) {
  row-gap: 2.75rem;
}

.even\:gap-y-12:nth-child(even) {
  row-gap: 3rem;
}

.even\:gap-y-14:nth-child(even) {
  row-gap: 3.5rem;
}

.even\:gap-y-16:nth-child(even) {
  row-gap: 4rem;
}

.even\:gap-y-20:nth-child(even) {
  row-gap: 5rem;
}

.even\:gap-y-24:nth-child(even) {
  row-gap: 6rem;
}

.even\:gap-y-28:nth-child(even) {
  row-gap: 7rem;
}

.even\:gap-y-32:nth-child(even) {
  row-gap: 8rem;
}

.even\:gap-y-36:nth-child(even) {
  row-gap: 9rem;
}

.even\:gap-y-40:nth-child(even) {
  row-gap: 10rem;
}

.even\:gap-y-44:nth-child(even) {
  row-gap: 11rem;
}

.even\:gap-y-48:nth-child(even) {
  row-gap: 12rem;
}

.even\:gap-y-52:nth-child(even) {
  row-gap: 13rem;
}

.even\:gap-y-56:nth-child(even) {
  row-gap: 14rem;
}

.even\:gap-y-60:nth-child(even) {
  row-gap: 15rem;
}

.even\:gap-y-64:nth-child(even) {
  row-gap: 16rem;
}

.even\:gap-y-72:nth-child(even) {
  row-gap: 18rem;
}

.even\:gap-y-80:nth-child(even) {
  row-gap: 20rem;
}

.even\:gap-y-96:nth-child(even) {
  row-gap: 24rem;
}

.even\:gap-y-px:nth-child(even) {
  row-gap: 1px;
}

.even\:gap-y-0\.5:nth-child(even) {
  row-gap: 0.125rem;
}

.even\:gap-y-1\.5:nth-child(even) {
  row-gap: 0.375rem;
}

.even\:gap-y-2\.5:nth-child(even) {
  row-gap: 0.625rem;
}

.even\:gap-y-3\.5:nth-child(even) {
  row-gap: 0.875rem;
}

.hover\:gap-0:hover {
  gap: 0px;
}

.hover\:gap-1:hover {
  gap: 0.25rem;
}

.hover\:gap-2:hover {
  gap: 0.5rem;
}

.hover\:gap-3:hover {
  gap: 0.75rem;
}

.hover\:gap-4:hover {
  gap: 1rem;
}

.hover\:gap-5:hover {
  gap: 1.25rem;
}

.hover\:gap-6:hover {
  gap: 1.5rem;
}

.hover\:gap-7:hover {
  gap: 1.75rem;
}

.hover\:gap-8:hover {
  gap: 2rem;
}

.hover\:gap-9:hover {
  gap: 2.25rem;
}

.hover\:gap-10:hover {
  gap: 2.5rem;
}

.hover\:gap-11:hover {
  gap: 2.75rem;
}

.hover\:gap-12:hover {
  gap: 3rem;
}

.hover\:gap-14:hover {
  gap: 3.5rem;
}

.hover\:gap-16:hover {
  gap: 4rem;
}

.hover\:gap-20:hover {
  gap: 5rem;
}

.hover\:gap-24:hover {
  gap: 6rem;
}

.hover\:gap-28:hover {
  gap: 7rem;
}

.hover\:gap-32:hover {
  gap: 8rem;
}

.hover\:gap-36:hover {
  gap: 9rem;
}

.hover\:gap-40:hover {
  gap: 10rem;
}

.hover\:gap-44:hover {
  gap: 11rem;
}

.hover\:gap-48:hover {
  gap: 12rem;
}

.hover\:gap-52:hover {
  gap: 13rem;
}

.hover\:gap-56:hover {
  gap: 14rem;
}

.hover\:gap-60:hover {
  gap: 15rem;
}

.hover\:gap-64:hover {
  gap: 16rem;
}

.hover\:gap-72:hover {
  gap: 18rem;
}

.hover\:gap-80:hover {
  gap: 20rem;
}

.hover\:gap-96:hover {
  gap: 24rem;
}

.hover\:gap-px:hover {
  gap: 1px;
}

.hover\:gap-0\.5:hover {
  gap: 0.125rem;
}

.hover\:gap-1\.5:hover {
  gap: 0.375rem;
}

.hover\:gap-2\.5:hover {
  gap: 0.625rem;
}

.hover\:gap-3\.5:hover {
  gap: 0.875rem;
}

.hover\:gap-x-0:hover {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.hover\:gap-x-1:hover {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.hover\:gap-x-2:hover {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.hover\:gap-x-3:hover {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.hover\:gap-x-4:hover {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.hover\:gap-x-5:hover {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.hover\:gap-x-6:hover {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.hover\:gap-x-7:hover {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.hover\:gap-x-8:hover {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.hover\:gap-x-9:hover {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.hover\:gap-x-10:hover {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.hover\:gap-x-11:hover {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.hover\:gap-x-12:hover {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.hover\:gap-x-14:hover {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.hover\:gap-x-16:hover {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.hover\:gap-x-20:hover {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.hover\:gap-x-24:hover {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.hover\:gap-x-28:hover {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.hover\:gap-x-32:hover {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.hover\:gap-x-36:hover {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.hover\:gap-x-40:hover {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.hover\:gap-x-44:hover {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.hover\:gap-x-48:hover {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.hover\:gap-x-52:hover {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.hover\:gap-x-56:hover {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.hover\:gap-x-60:hover {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.hover\:gap-x-64:hover {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.hover\:gap-x-72:hover {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.hover\:gap-x-80:hover {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.hover\:gap-x-96:hover {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.hover\:gap-x-px:hover {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.hover\:gap-x-0\.5:hover {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.hover\:gap-x-1\.5:hover {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.hover\:gap-x-2\.5:hover {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.hover\:gap-x-3\.5:hover {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.hover\:gap-y-0:hover {
  row-gap: 0px;
}

.hover\:gap-y-1:hover {
  row-gap: 0.25rem;
}

.hover\:gap-y-2:hover {
  row-gap: 0.5rem;
}

.hover\:gap-y-3:hover {
  row-gap: 0.75rem;
}

.hover\:gap-y-4:hover {
  row-gap: 1rem;
}

.hover\:gap-y-5:hover {
  row-gap: 1.25rem;
}

.hover\:gap-y-6:hover {
  row-gap: 1.5rem;
}

.hover\:gap-y-7:hover {
  row-gap: 1.75rem;
}

.hover\:gap-y-8:hover {
  row-gap: 2rem;
}

.hover\:gap-y-9:hover {
  row-gap: 2.25rem;
}

.hover\:gap-y-10:hover {
  row-gap: 2.5rem;
}

.hover\:gap-y-11:hover {
  row-gap: 2.75rem;
}

.hover\:gap-y-12:hover {
  row-gap: 3rem;
}

.hover\:gap-y-14:hover {
  row-gap: 3.5rem;
}

.hover\:gap-y-16:hover {
  row-gap: 4rem;
}

.hover\:gap-y-20:hover {
  row-gap: 5rem;
}

.hover\:gap-y-24:hover {
  row-gap: 6rem;
}

.hover\:gap-y-28:hover {
  row-gap: 7rem;
}

.hover\:gap-y-32:hover {
  row-gap: 8rem;
}

.hover\:gap-y-36:hover {
  row-gap: 9rem;
}

.hover\:gap-y-40:hover {
  row-gap: 10rem;
}

.hover\:gap-y-44:hover {
  row-gap: 11rem;
}

.hover\:gap-y-48:hover {
  row-gap: 12rem;
}

.hover\:gap-y-52:hover {
  row-gap: 13rem;
}

.hover\:gap-y-56:hover {
  row-gap: 14rem;
}

.hover\:gap-y-60:hover {
  row-gap: 15rem;
}

.hover\:gap-y-64:hover {
  row-gap: 16rem;
}

.hover\:gap-y-72:hover {
  row-gap: 18rem;
}

.hover\:gap-y-80:hover {
  row-gap: 20rem;
}

.hover\:gap-y-96:hover {
  row-gap: 24rem;
}

.hover\:gap-y-px:hover {
  row-gap: 1px;
}

.hover\:gap-y-0\.5:hover {
  row-gap: 0.125rem;
}

.hover\:gap-y-1\.5:hover {
  row-gap: 0.375rem;
}

.hover\:gap-y-2\.5:hover {
  row-gap: 0.625rem;
}

.hover\:gap-y-3\.5:hover {
  row-gap: 0.875rem;
}

.focus\:gap-0:focus {
  gap: 0px;
}

.focus\:gap-1:focus {
  gap: 0.25rem;
}

.focus\:gap-2:focus {
  gap: 0.5rem;
}

.focus\:gap-3:focus {
  gap: 0.75rem;
}

.focus\:gap-4:focus {
  gap: 1rem;
}

.focus\:gap-5:focus {
  gap: 1.25rem;
}

.focus\:gap-6:focus {
  gap: 1.5rem;
}

.focus\:gap-7:focus {
  gap: 1.75rem;
}

.focus\:gap-8:focus {
  gap: 2rem;
}

.focus\:gap-9:focus {
  gap: 2.25rem;
}

.focus\:gap-10:focus {
  gap: 2.5rem;
}

.focus\:gap-11:focus {
  gap: 2.75rem;
}

.focus\:gap-12:focus {
  gap: 3rem;
}

.focus\:gap-14:focus {
  gap: 3.5rem;
}

.focus\:gap-16:focus {
  gap: 4rem;
}

.focus\:gap-20:focus {
  gap: 5rem;
}

.focus\:gap-24:focus {
  gap: 6rem;
}

.focus\:gap-28:focus {
  gap: 7rem;
}

.focus\:gap-32:focus {
  gap: 8rem;
}

.focus\:gap-36:focus {
  gap: 9rem;
}

.focus\:gap-40:focus {
  gap: 10rem;
}

.focus\:gap-44:focus {
  gap: 11rem;
}

.focus\:gap-48:focus {
  gap: 12rem;
}

.focus\:gap-52:focus {
  gap: 13rem;
}

.focus\:gap-56:focus {
  gap: 14rem;
}

.focus\:gap-60:focus {
  gap: 15rem;
}

.focus\:gap-64:focus {
  gap: 16rem;
}

.focus\:gap-72:focus {
  gap: 18rem;
}

.focus\:gap-80:focus {
  gap: 20rem;
}

.focus\:gap-96:focus {
  gap: 24rem;
}

.focus\:gap-px:focus {
  gap: 1px;
}

.focus\:gap-0\.5:focus {
  gap: 0.125rem;
}

.focus\:gap-1\.5:focus {
  gap: 0.375rem;
}

.focus\:gap-2\.5:focus {
  gap: 0.625rem;
}

.focus\:gap-3\.5:focus {
  gap: 0.875rem;
}

.focus\:gap-x-0:focus {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.focus\:gap-x-1:focus {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.focus\:gap-x-2:focus {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.focus\:gap-x-3:focus {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.focus\:gap-x-4:focus {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.focus\:gap-x-5:focus {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.focus\:gap-x-6:focus {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.focus\:gap-x-7:focus {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.focus\:gap-x-8:focus {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.focus\:gap-x-9:focus {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.focus\:gap-x-10:focus {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.focus\:gap-x-11:focus {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.focus\:gap-x-12:focus {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.focus\:gap-x-14:focus {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.focus\:gap-x-16:focus {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.focus\:gap-x-20:focus {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.focus\:gap-x-24:focus {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.focus\:gap-x-28:focus {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.focus\:gap-x-32:focus {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.focus\:gap-x-36:focus {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.focus\:gap-x-40:focus {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.focus\:gap-x-44:focus {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.focus\:gap-x-48:focus {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.focus\:gap-x-52:focus {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.focus\:gap-x-56:focus {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.focus\:gap-x-60:focus {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.focus\:gap-x-64:focus {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.focus\:gap-x-72:focus {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.focus\:gap-x-80:focus {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.focus\:gap-x-96:focus {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.focus\:gap-x-px:focus {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.focus\:gap-x-0\.5:focus {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.focus\:gap-x-1\.5:focus {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.focus\:gap-x-2\.5:focus {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.focus\:gap-x-3\.5:focus {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.focus\:gap-y-0:focus {
  row-gap: 0px;
}

.focus\:gap-y-1:focus {
  row-gap: 0.25rem;
}

.focus\:gap-y-2:focus {
  row-gap: 0.5rem;
}

.focus\:gap-y-3:focus {
  row-gap: 0.75rem;
}

.focus\:gap-y-4:focus {
  row-gap: 1rem;
}

.focus\:gap-y-5:focus {
  row-gap: 1.25rem;
}

.focus\:gap-y-6:focus {
  row-gap: 1.5rem;
}

.focus\:gap-y-7:focus {
  row-gap: 1.75rem;
}

.focus\:gap-y-8:focus {
  row-gap: 2rem;
}

.focus\:gap-y-9:focus {
  row-gap: 2.25rem;
}

.focus\:gap-y-10:focus {
  row-gap: 2.5rem;
}

.focus\:gap-y-11:focus {
  row-gap: 2.75rem;
}

.focus\:gap-y-12:focus {
  row-gap: 3rem;
}

.focus\:gap-y-14:focus {
  row-gap: 3.5rem;
}

.focus\:gap-y-16:focus {
  row-gap: 4rem;
}

.focus\:gap-y-20:focus {
  row-gap: 5rem;
}

.focus\:gap-y-24:focus {
  row-gap: 6rem;
}

.focus\:gap-y-28:focus {
  row-gap: 7rem;
}

.focus\:gap-y-32:focus {
  row-gap: 8rem;
}

.focus\:gap-y-36:focus {
  row-gap: 9rem;
}

.focus\:gap-y-40:focus {
  row-gap: 10rem;
}

.focus\:gap-y-44:focus {
  row-gap: 11rem;
}

.focus\:gap-y-48:focus {
  row-gap: 12rem;
}

.focus\:gap-y-52:focus {
  row-gap: 13rem;
}

.focus\:gap-y-56:focus {
  row-gap: 14rem;
}

.focus\:gap-y-60:focus {
  row-gap: 15rem;
}

.focus\:gap-y-64:focus {
  row-gap: 16rem;
}

.focus\:gap-y-72:focus {
  row-gap: 18rem;
}

.focus\:gap-y-80:focus {
  row-gap: 20rem;
}

.focus\:gap-y-96:focus {
  row-gap: 24rem;
}

.focus\:gap-y-px:focus {
  row-gap: 1px;
}

.focus\:gap-y-0\.5:focus {
  row-gap: 0.125rem;
}

.focus\:gap-y-1\.5:focus {
  row-gap: 0.375rem;
}

.focus\:gap-y-2\.5:focus {
  row-gap: 0.625rem;
}

.focus\:gap-y-3\.5:focus {
  row-gap: 0.875rem;
}

.active\:gap-0:active {
  gap: 0px;
}

.active\:gap-1:active {
  gap: 0.25rem;
}

.active\:gap-2:active {
  gap: 0.5rem;
}

.active\:gap-3:active {
  gap: 0.75rem;
}

.active\:gap-4:active {
  gap: 1rem;
}

.active\:gap-5:active {
  gap: 1.25rem;
}

.active\:gap-6:active {
  gap: 1.5rem;
}

.active\:gap-7:active {
  gap: 1.75rem;
}

.active\:gap-8:active {
  gap: 2rem;
}

.active\:gap-9:active {
  gap: 2.25rem;
}

.active\:gap-10:active {
  gap: 2.5rem;
}

.active\:gap-11:active {
  gap: 2.75rem;
}

.active\:gap-12:active {
  gap: 3rem;
}

.active\:gap-14:active {
  gap: 3.5rem;
}

.active\:gap-16:active {
  gap: 4rem;
}

.active\:gap-20:active {
  gap: 5rem;
}

.active\:gap-24:active {
  gap: 6rem;
}

.active\:gap-28:active {
  gap: 7rem;
}

.active\:gap-32:active {
  gap: 8rem;
}

.active\:gap-36:active {
  gap: 9rem;
}

.active\:gap-40:active {
  gap: 10rem;
}

.active\:gap-44:active {
  gap: 11rem;
}

.active\:gap-48:active {
  gap: 12rem;
}

.active\:gap-52:active {
  gap: 13rem;
}

.active\:gap-56:active {
  gap: 14rem;
}

.active\:gap-60:active {
  gap: 15rem;
}

.active\:gap-64:active {
  gap: 16rem;
}

.active\:gap-72:active {
  gap: 18rem;
}

.active\:gap-80:active {
  gap: 20rem;
}

.active\:gap-96:active {
  gap: 24rem;
}

.active\:gap-px:active {
  gap: 1px;
}

.active\:gap-0\.5:active {
  gap: 0.125rem;
}

.active\:gap-1\.5:active {
  gap: 0.375rem;
}

.active\:gap-2\.5:active {
  gap: 0.625rem;
}

.active\:gap-3\.5:active {
  gap: 0.875rem;
}

.active\:gap-x-0:active {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.active\:gap-x-1:active {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.active\:gap-x-2:active {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.active\:gap-x-3:active {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.active\:gap-x-4:active {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.active\:gap-x-5:active {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.active\:gap-x-6:active {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.active\:gap-x-7:active {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.active\:gap-x-8:active {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.active\:gap-x-9:active {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.active\:gap-x-10:active {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.active\:gap-x-11:active {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.active\:gap-x-12:active {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.active\:gap-x-14:active {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.active\:gap-x-16:active {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.active\:gap-x-20:active {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.active\:gap-x-24:active {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.active\:gap-x-28:active {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.active\:gap-x-32:active {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.active\:gap-x-36:active {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.active\:gap-x-40:active {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.active\:gap-x-44:active {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.active\:gap-x-48:active {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.active\:gap-x-52:active {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.active\:gap-x-56:active {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.active\:gap-x-60:active {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.active\:gap-x-64:active {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.active\:gap-x-72:active {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.active\:gap-x-80:active {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.active\:gap-x-96:active {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.active\:gap-x-px:active {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.active\:gap-x-0\.5:active {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.active\:gap-x-1\.5:active {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.active\:gap-x-2\.5:active {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.active\:gap-x-3\.5:active {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.active\:gap-y-0:active {
  row-gap: 0px;
}

.active\:gap-y-1:active {
  row-gap: 0.25rem;
}

.active\:gap-y-2:active {
  row-gap: 0.5rem;
}

.active\:gap-y-3:active {
  row-gap: 0.75rem;
}

.active\:gap-y-4:active {
  row-gap: 1rem;
}

.active\:gap-y-5:active {
  row-gap: 1.25rem;
}

.active\:gap-y-6:active {
  row-gap: 1.5rem;
}

.active\:gap-y-7:active {
  row-gap: 1.75rem;
}

.active\:gap-y-8:active {
  row-gap: 2rem;
}

.active\:gap-y-9:active {
  row-gap: 2.25rem;
}

.active\:gap-y-10:active {
  row-gap: 2.5rem;
}

.active\:gap-y-11:active {
  row-gap: 2.75rem;
}

.active\:gap-y-12:active {
  row-gap: 3rem;
}

.active\:gap-y-14:active {
  row-gap: 3.5rem;
}

.active\:gap-y-16:active {
  row-gap: 4rem;
}

.active\:gap-y-20:active {
  row-gap: 5rem;
}

.active\:gap-y-24:active {
  row-gap: 6rem;
}

.active\:gap-y-28:active {
  row-gap: 7rem;
}

.active\:gap-y-32:active {
  row-gap: 8rem;
}

.active\:gap-y-36:active {
  row-gap: 9rem;
}

.active\:gap-y-40:active {
  row-gap: 10rem;
}

.active\:gap-y-44:active {
  row-gap: 11rem;
}

.active\:gap-y-48:active {
  row-gap: 12rem;
}

.active\:gap-y-52:active {
  row-gap: 13rem;
}

.active\:gap-y-56:active {
  row-gap: 14rem;
}

.active\:gap-y-60:active {
  row-gap: 15rem;
}

.active\:gap-y-64:active {
  row-gap: 16rem;
}

.active\:gap-y-72:active {
  row-gap: 18rem;
}

.active\:gap-y-80:active {
  row-gap: 20rem;
}

.active\:gap-y-96:active {
  row-gap: 24rem;
}

.active\:gap-y-px:active {
  row-gap: 1px;
}

.active\:gap-y-0\.5:active {
  row-gap: 0.125rem;
}

.active\:gap-y-1\.5:active {
  row-gap: 0.375rem;
}

.active\:gap-y-2\.5:active {
  row-gap: 0.625rem;
}

.active\:gap-y-3\.5:active {
  row-gap: 0.875rem;
}

.visited\:gap-0:visited {
  gap: 0px;
}

.visited\:gap-1:visited {
  gap: 0.25rem;
}

.visited\:gap-2:visited {
  gap: 0.5rem;
}

.visited\:gap-3:visited {
  gap: 0.75rem;
}

.visited\:gap-4:visited {
  gap: 1rem;
}

.visited\:gap-5:visited {
  gap: 1.25rem;
}

.visited\:gap-6:visited {
  gap: 1.5rem;
}

.visited\:gap-7:visited {
  gap: 1.75rem;
}

.visited\:gap-8:visited {
  gap: 2rem;
}

.visited\:gap-9:visited {
  gap: 2.25rem;
}

.visited\:gap-10:visited {
  gap: 2.5rem;
}

.visited\:gap-11:visited {
  gap: 2.75rem;
}

.visited\:gap-12:visited {
  gap: 3rem;
}

.visited\:gap-14:visited {
  gap: 3.5rem;
}

.visited\:gap-16:visited {
  gap: 4rem;
}

.visited\:gap-20:visited {
  gap: 5rem;
}

.visited\:gap-24:visited {
  gap: 6rem;
}

.visited\:gap-28:visited {
  gap: 7rem;
}

.visited\:gap-32:visited {
  gap: 8rem;
}

.visited\:gap-36:visited {
  gap: 9rem;
}

.visited\:gap-40:visited {
  gap: 10rem;
}

.visited\:gap-44:visited {
  gap: 11rem;
}

.visited\:gap-48:visited {
  gap: 12rem;
}

.visited\:gap-52:visited {
  gap: 13rem;
}

.visited\:gap-56:visited {
  gap: 14rem;
}

.visited\:gap-60:visited {
  gap: 15rem;
}

.visited\:gap-64:visited {
  gap: 16rem;
}

.visited\:gap-72:visited {
  gap: 18rem;
}

.visited\:gap-80:visited {
  gap: 20rem;
}

.visited\:gap-96:visited {
  gap: 24rem;
}

.visited\:gap-px:visited {
  gap: 1px;
}

.visited\:gap-0\.5:visited {
  gap: 0.125rem;
}

.visited\:gap-1\.5:visited {
  gap: 0.375rem;
}

.visited\:gap-2\.5:visited {
  gap: 0.625rem;
}

.visited\:gap-3\.5:visited {
  gap: 0.875rem;
}

.visited\:gap-x-0:visited {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.visited\:gap-x-1:visited {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.visited\:gap-x-2:visited {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.visited\:gap-x-3:visited {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.visited\:gap-x-4:visited {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.visited\:gap-x-5:visited {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.visited\:gap-x-6:visited {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.visited\:gap-x-7:visited {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.visited\:gap-x-8:visited {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.visited\:gap-x-9:visited {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.visited\:gap-x-10:visited {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.visited\:gap-x-11:visited {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.visited\:gap-x-12:visited {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.visited\:gap-x-14:visited {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.visited\:gap-x-16:visited {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.visited\:gap-x-20:visited {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.visited\:gap-x-24:visited {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.visited\:gap-x-28:visited {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.visited\:gap-x-32:visited {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.visited\:gap-x-36:visited {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.visited\:gap-x-40:visited {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.visited\:gap-x-44:visited {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.visited\:gap-x-48:visited {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.visited\:gap-x-52:visited {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.visited\:gap-x-56:visited {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.visited\:gap-x-60:visited {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.visited\:gap-x-64:visited {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.visited\:gap-x-72:visited {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.visited\:gap-x-80:visited {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.visited\:gap-x-96:visited {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.visited\:gap-x-px:visited {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.visited\:gap-x-0\.5:visited {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.visited\:gap-x-1\.5:visited {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.visited\:gap-x-2\.5:visited {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.visited\:gap-x-3\.5:visited {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.visited\:gap-y-0:visited {
  row-gap: 0px;
}

.visited\:gap-y-1:visited {
  row-gap: 0.25rem;
}

.visited\:gap-y-2:visited {
  row-gap: 0.5rem;
}

.visited\:gap-y-3:visited {
  row-gap: 0.75rem;
}

.visited\:gap-y-4:visited {
  row-gap: 1rem;
}

.visited\:gap-y-5:visited {
  row-gap: 1.25rem;
}

.visited\:gap-y-6:visited {
  row-gap: 1.5rem;
}

.visited\:gap-y-7:visited {
  row-gap: 1.75rem;
}

.visited\:gap-y-8:visited {
  row-gap: 2rem;
}

.visited\:gap-y-9:visited {
  row-gap: 2.25rem;
}

.visited\:gap-y-10:visited {
  row-gap: 2.5rem;
}

.visited\:gap-y-11:visited {
  row-gap: 2.75rem;
}

.visited\:gap-y-12:visited {
  row-gap: 3rem;
}

.visited\:gap-y-14:visited {
  row-gap: 3.5rem;
}

.visited\:gap-y-16:visited {
  row-gap: 4rem;
}

.visited\:gap-y-20:visited {
  row-gap: 5rem;
}

.visited\:gap-y-24:visited {
  row-gap: 6rem;
}

.visited\:gap-y-28:visited {
  row-gap: 7rem;
}

.visited\:gap-y-32:visited {
  row-gap: 8rem;
}

.visited\:gap-y-36:visited {
  row-gap: 9rem;
}

.visited\:gap-y-40:visited {
  row-gap: 10rem;
}

.visited\:gap-y-44:visited {
  row-gap: 11rem;
}

.visited\:gap-y-48:visited {
  row-gap: 12rem;
}

.visited\:gap-y-52:visited {
  row-gap: 13rem;
}

.visited\:gap-y-56:visited {
  row-gap: 14rem;
}

.visited\:gap-y-60:visited {
  row-gap: 15rem;
}

.visited\:gap-y-64:visited {
  row-gap: 16rem;
}

.visited\:gap-y-72:visited {
  row-gap: 18rem;
}

.visited\:gap-y-80:visited {
  row-gap: 20rem;
}

.visited\:gap-y-96:visited {
  row-gap: 24rem;
}

.visited\:gap-y-px:visited {
  row-gap: 1px;
}

.visited\:gap-y-0\.5:visited {
  row-gap: 0.125rem;
}

.visited\:gap-y-1\.5:visited {
  row-gap: 0.375rem;
}

.visited\:gap-y-2\.5:visited {
  row-gap: 0.625rem;
}

.visited\:gap-y-3\.5:visited {
  row-gap: 0.875rem;
}

.disabled\:gap-0:disabled {
  gap: 0px;
}

.disabled\:gap-1:disabled {
  gap: 0.25rem;
}

.disabled\:gap-2:disabled {
  gap: 0.5rem;
}

.disabled\:gap-3:disabled {
  gap: 0.75rem;
}

.disabled\:gap-4:disabled {
  gap: 1rem;
}

.disabled\:gap-5:disabled {
  gap: 1.25rem;
}

.disabled\:gap-6:disabled {
  gap: 1.5rem;
}

.disabled\:gap-7:disabled {
  gap: 1.75rem;
}

.disabled\:gap-8:disabled {
  gap: 2rem;
}

.disabled\:gap-9:disabled {
  gap: 2.25rem;
}

.disabled\:gap-10:disabled {
  gap: 2.5rem;
}

.disabled\:gap-11:disabled {
  gap: 2.75rem;
}

.disabled\:gap-12:disabled {
  gap: 3rem;
}

.disabled\:gap-14:disabled {
  gap: 3.5rem;
}

.disabled\:gap-16:disabled {
  gap: 4rem;
}

.disabled\:gap-20:disabled {
  gap: 5rem;
}

.disabled\:gap-24:disabled {
  gap: 6rem;
}

.disabled\:gap-28:disabled {
  gap: 7rem;
}

.disabled\:gap-32:disabled {
  gap: 8rem;
}

.disabled\:gap-36:disabled {
  gap: 9rem;
}

.disabled\:gap-40:disabled {
  gap: 10rem;
}

.disabled\:gap-44:disabled {
  gap: 11rem;
}

.disabled\:gap-48:disabled {
  gap: 12rem;
}

.disabled\:gap-52:disabled {
  gap: 13rem;
}

.disabled\:gap-56:disabled {
  gap: 14rem;
}

.disabled\:gap-60:disabled {
  gap: 15rem;
}

.disabled\:gap-64:disabled {
  gap: 16rem;
}

.disabled\:gap-72:disabled {
  gap: 18rem;
}

.disabled\:gap-80:disabled {
  gap: 20rem;
}

.disabled\:gap-96:disabled {
  gap: 24rem;
}

.disabled\:gap-px:disabled {
  gap: 1px;
}

.disabled\:gap-0\.5:disabled {
  gap: 0.125rem;
}

.disabled\:gap-1\.5:disabled {
  gap: 0.375rem;
}

.disabled\:gap-2\.5:disabled {
  gap: 0.625rem;
}

.disabled\:gap-3\.5:disabled {
  gap: 0.875rem;
}

.disabled\:gap-x-0:disabled {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.disabled\:gap-x-1:disabled {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.disabled\:gap-x-2:disabled {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.disabled\:gap-x-3:disabled {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.disabled\:gap-x-4:disabled {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.disabled\:gap-x-5:disabled {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.disabled\:gap-x-6:disabled {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.disabled\:gap-x-7:disabled {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.disabled\:gap-x-8:disabled {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.disabled\:gap-x-9:disabled {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.disabled\:gap-x-10:disabled {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.disabled\:gap-x-11:disabled {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.disabled\:gap-x-12:disabled {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.disabled\:gap-x-14:disabled {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.disabled\:gap-x-16:disabled {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.disabled\:gap-x-20:disabled {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.disabled\:gap-x-24:disabled {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.disabled\:gap-x-28:disabled {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.disabled\:gap-x-32:disabled {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.disabled\:gap-x-36:disabled {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.disabled\:gap-x-40:disabled {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.disabled\:gap-x-44:disabled {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.disabled\:gap-x-48:disabled {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.disabled\:gap-x-52:disabled {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.disabled\:gap-x-56:disabled {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.disabled\:gap-x-60:disabled {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.disabled\:gap-x-64:disabled {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.disabled\:gap-x-72:disabled {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.disabled\:gap-x-80:disabled {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.disabled\:gap-x-96:disabled {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.disabled\:gap-x-px:disabled {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.disabled\:gap-x-0\.5:disabled {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.disabled\:gap-x-1\.5:disabled {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.disabled\:gap-x-2\.5:disabled {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.disabled\:gap-x-3\.5:disabled {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.disabled\:gap-y-0:disabled {
  row-gap: 0px;
}

.disabled\:gap-y-1:disabled {
  row-gap: 0.25rem;
}

.disabled\:gap-y-2:disabled {
  row-gap: 0.5rem;
}

.disabled\:gap-y-3:disabled {
  row-gap: 0.75rem;
}

.disabled\:gap-y-4:disabled {
  row-gap: 1rem;
}

.disabled\:gap-y-5:disabled {
  row-gap: 1.25rem;
}

.disabled\:gap-y-6:disabled {
  row-gap: 1.5rem;
}

.disabled\:gap-y-7:disabled {
  row-gap: 1.75rem;
}

.disabled\:gap-y-8:disabled {
  row-gap: 2rem;
}

.disabled\:gap-y-9:disabled {
  row-gap: 2.25rem;
}

.disabled\:gap-y-10:disabled {
  row-gap: 2.5rem;
}

.disabled\:gap-y-11:disabled {
  row-gap: 2.75rem;
}

.disabled\:gap-y-12:disabled {
  row-gap: 3rem;
}

.disabled\:gap-y-14:disabled {
  row-gap: 3.5rem;
}

.disabled\:gap-y-16:disabled {
  row-gap: 4rem;
}

.disabled\:gap-y-20:disabled {
  row-gap: 5rem;
}

.disabled\:gap-y-24:disabled {
  row-gap: 6rem;
}

.disabled\:gap-y-28:disabled {
  row-gap: 7rem;
}

.disabled\:gap-y-32:disabled {
  row-gap: 8rem;
}

.disabled\:gap-y-36:disabled {
  row-gap: 9rem;
}

.disabled\:gap-y-40:disabled {
  row-gap: 10rem;
}

.disabled\:gap-y-44:disabled {
  row-gap: 11rem;
}

.disabled\:gap-y-48:disabled {
  row-gap: 12rem;
}

.disabled\:gap-y-52:disabled {
  row-gap: 13rem;
}

.disabled\:gap-y-56:disabled {
  row-gap: 14rem;
}

.disabled\:gap-y-60:disabled {
  row-gap: 15rem;
}

.disabled\:gap-y-64:disabled {
  row-gap: 16rem;
}

.disabled\:gap-y-72:disabled {
  row-gap: 18rem;
}

.disabled\:gap-y-80:disabled {
  row-gap: 20rem;
}

.disabled\:gap-y-96:disabled {
  row-gap: 24rem;
}

.disabled\:gap-y-px:disabled {
  row-gap: 1px;
}

.disabled\:gap-y-0\.5:disabled {
  row-gap: 0.125rem;
}

.disabled\:gap-y-1\.5:disabled {
  row-gap: 0.375rem;
}

.disabled\:gap-y-2\.5:disabled {
  row-gap: 0.625rem;
}

.disabled\:gap-y-3\.5:disabled {
  row-gap: 0.875rem;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.group:hover .group-hover\:grid-flow-row {
  grid-auto-flow: row;
}

.group:hover .group-hover\:grid-flow-col {
  grid-auto-flow: column;
}

.group:hover .group-hover\:grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.group:hover .group-hover\:grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.focus-within\:grid-flow-row:focus-within {
  grid-auto-flow: row;
}

.focus-within\:grid-flow-col:focus-within {
  grid-auto-flow: column;
}

.focus-within\:grid-flow-row-dense:focus-within {
  grid-auto-flow: row dense;
}

.focus-within\:grid-flow-col-dense:focus-within {
  grid-auto-flow: column dense;
}

.first\:grid-flow-row:first-child {
  grid-auto-flow: row;
}

.first\:grid-flow-col:first-child {
  grid-auto-flow: column;
}

.first\:grid-flow-row-dense:first-child {
  grid-auto-flow: row dense;
}

.first\:grid-flow-col-dense:first-child {
  grid-auto-flow: column dense;
}

.last\:grid-flow-row:last-child {
  grid-auto-flow: row;
}

.last\:grid-flow-col:last-child {
  grid-auto-flow: column;
}

.last\:grid-flow-row-dense:last-child {
  grid-auto-flow: row dense;
}

.last\:grid-flow-col-dense:last-child {
  grid-auto-flow: column dense;
}

.odd\:grid-flow-row:nth-child(odd) {
  grid-auto-flow: row;
}

.odd\:grid-flow-col:nth-child(odd) {
  grid-auto-flow: column;
}

.odd\:grid-flow-row-dense:nth-child(odd) {
  grid-auto-flow: row dense;
}

.odd\:grid-flow-col-dense:nth-child(odd) {
  grid-auto-flow: column dense;
}

.even\:grid-flow-row:nth-child(even) {
  grid-auto-flow: row;
}

.even\:grid-flow-col:nth-child(even) {
  grid-auto-flow: column;
}

.even\:grid-flow-row-dense:nth-child(even) {
  grid-auto-flow: row dense;
}

.even\:grid-flow-col-dense:nth-child(even) {
  grid-auto-flow: column dense;
}

.hover\:grid-flow-row:hover {
  grid-auto-flow: row;
}

.hover\:grid-flow-col:hover {
  grid-auto-flow: column;
}

.hover\:grid-flow-row-dense:hover {
  grid-auto-flow: row dense;
}

.hover\:grid-flow-col-dense:hover {
  grid-auto-flow: column dense;
}

.focus\:grid-flow-row:focus {
  grid-auto-flow: row;
}

.focus\:grid-flow-col:focus {
  grid-auto-flow: column;
}

.focus\:grid-flow-row-dense:focus {
  grid-auto-flow: row dense;
}

.focus\:grid-flow-col-dense:focus {
  grid-auto-flow: column dense;
}

.active\:grid-flow-row:active {
  grid-auto-flow: row;
}

.active\:grid-flow-col:active {
  grid-auto-flow: column;
}

.active\:grid-flow-row-dense:active {
  grid-auto-flow: row dense;
}

.active\:grid-flow-col-dense:active {
  grid-auto-flow: column dense;
}

.visited\:grid-flow-row:visited {
  grid-auto-flow: row;
}

.visited\:grid-flow-col:visited {
  grid-auto-flow: column;
}

.visited\:grid-flow-row-dense:visited {
  grid-auto-flow: row dense;
}

.visited\:grid-flow-col-dense:visited {
  grid-auto-flow: column dense;
}

.disabled\:grid-flow-row:disabled {
  grid-auto-flow: row;
}

.disabled\:grid-flow-col:disabled {
  grid-auto-flow: column;
}

.disabled\:grid-flow-row-dense:disabled {
  grid-auto-flow: row dense;
}

.disabled\:grid-flow-col-dense:disabled {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.group:hover .group-hover\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-cols-none {
  grid-template-columns: none;
}

.focus-within\:grid-cols-1:focus-within {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus-within\:grid-cols-2:focus-within {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus-within\:grid-cols-3:focus-within {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus-within\:grid-cols-4:focus-within {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus-within\:grid-cols-5:focus-within {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus-within\:grid-cols-6:focus-within {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus-within\:grid-cols-7:focus-within {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus-within\:grid-cols-8:focus-within {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus-within\:grid-cols-9:focus-within {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus-within\:grid-cols-10:focus-within {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus-within\:grid-cols-11:focus-within {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus-within\:grid-cols-12:focus-within {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus-within\:grid-cols-none:focus-within {
  grid-template-columns: none;
}

.first\:grid-cols-1:first-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.first\:grid-cols-2:first-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.first\:grid-cols-3:first-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.first\:grid-cols-4:first-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.first\:grid-cols-5:first-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.first\:grid-cols-6:first-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.first\:grid-cols-7:first-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.first\:grid-cols-8:first-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.first\:grid-cols-9:first-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.first\:grid-cols-10:first-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.first\:grid-cols-11:first-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.first\:grid-cols-12:first-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.first\:grid-cols-none:first-child {
  grid-template-columns: none;
}

.last\:grid-cols-1:last-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.last\:grid-cols-2:last-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.last\:grid-cols-3:last-child {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.last\:grid-cols-4:last-child {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.last\:grid-cols-5:last-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.last\:grid-cols-6:last-child {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.last\:grid-cols-7:last-child {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.last\:grid-cols-8:last-child {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.last\:grid-cols-9:last-child {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.last\:grid-cols-10:last-child {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.last\:grid-cols-11:last-child {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.last\:grid-cols-12:last-child {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.last\:grid-cols-none:last-child {
  grid-template-columns: none;
}

.odd\:grid-cols-1:nth-child(odd) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.odd\:grid-cols-2:nth-child(odd) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.odd\:grid-cols-3:nth-child(odd) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odd\:grid-cols-4:nth-child(odd) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.odd\:grid-cols-5:nth-child(odd) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.odd\:grid-cols-6:nth-child(odd) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.odd\:grid-cols-7:nth-child(odd) {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.odd\:grid-cols-8:nth-child(odd) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.odd\:grid-cols-9:nth-child(odd) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.odd\:grid-cols-10:nth-child(odd) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.odd\:grid-cols-11:nth-child(odd) {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.odd\:grid-cols-12:nth-child(odd) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.odd\:grid-cols-none:nth-child(odd) {
  grid-template-columns: none;
}

.even\:grid-cols-1:nth-child(even) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.even\:grid-cols-2:nth-child(even) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.even\:grid-cols-3:nth-child(even) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.even\:grid-cols-4:nth-child(even) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.even\:grid-cols-5:nth-child(even) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.even\:grid-cols-6:nth-child(even) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.even\:grid-cols-7:nth-child(even) {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.even\:grid-cols-8:nth-child(even) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.even\:grid-cols-9:nth-child(even) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.even\:grid-cols-10:nth-child(even) {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.even\:grid-cols-11:nth-child(even) {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.even\:grid-cols-12:nth-child(even) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.even\:grid-cols-none:nth-child(even) {
  grid-template-columns: none;
}

.hover\:grid-cols-1:hover {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hover\:grid-cols-2:hover {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hover\:grid-cols-3:hover {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hover\:grid-cols-4:hover {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hover\:grid-cols-5:hover {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hover\:grid-cols-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hover\:grid-cols-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hover\:grid-cols-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hover\:grid-cols-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hover\:grid-cols-10:hover {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.hover\:grid-cols-11:hover {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.hover\:grid-cols-12:hover {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hover\:grid-cols-none:hover {
  grid-template-columns: none;
}

.focus\:grid-cols-1:focus {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus\:grid-cols-2:focus {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus\:grid-cols-3:focus {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus\:grid-cols-4:focus {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus\:grid-cols-5:focus {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus\:grid-cols-6:focus {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus\:grid-cols-7:focus {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus\:grid-cols-8:focus {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus\:grid-cols-9:focus {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus\:grid-cols-10:focus {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus\:grid-cols-11:focus {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus\:grid-cols-12:focus {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus\:grid-cols-none:focus {
  grid-template-columns: none;
}

.active\:grid-cols-1:active {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.active\:grid-cols-2:active {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.active\:grid-cols-3:active {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.active\:grid-cols-4:active {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.active\:grid-cols-5:active {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.active\:grid-cols-6:active {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.active\:grid-cols-7:active {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.active\:grid-cols-8:active {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.active\:grid-cols-9:active {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.active\:grid-cols-10:active {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.active\:grid-cols-11:active {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.active\:grid-cols-12:active {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.active\:grid-cols-none:active {
  grid-template-columns: none;
}

.visited\:grid-cols-1:visited {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.visited\:grid-cols-2:visited {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visited\:grid-cols-3:visited {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visited\:grid-cols-4:visited {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visited\:grid-cols-5:visited {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.visited\:grid-cols-6:visited {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.visited\:grid-cols-7:visited {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.visited\:grid-cols-8:visited {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.visited\:grid-cols-9:visited {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.visited\:grid-cols-10:visited {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.visited\:grid-cols-11:visited {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.visited\:grid-cols-12:visited {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.visited\:grid-cols-none:visited {
  grid-template-columns: none;
}

.disabled\:grid-cols-1:disabled {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.disabled\:grid-cols-2:disabled {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.disabled\:grid-cols-3:disabled {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.disabled\:grid-cols-4:disabled {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.disabled\:grid-cols-5:disabled {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.disabled\:grid-cols-6:disabled {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.disabled\:grid-cols-7:disabled {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.disabled\:grid-cols-8:disabled {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.disabled\:grid-cols-9:disabled {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.disabled\:grid-cols-10:disabled {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.disabled\:grid-cols-11:disabled {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.disabled\:grid-cols-12:disabled {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.disabled\:grid-cols-none:disabled {
  grid-template-columns: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.group:hover .group-hover\:auto-cols-auto {
  grid-auto-columns: auto;
}

.group:hover .group-hover\:auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.group:hover .group-hover\:auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.group:hover .group-hover\:auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.focus-within\:auto-cols-auto:focus-within {
  grid-auto-columns: auto;
}

.focus-within\:auto-cols-min:focus-within {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.focus-within\:auto-cols-max:focus-within {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.focus-within\:auto-cols-fr:focus-within {
  grid-auto-columns: minmax(0, 1fr);
}

.first\:auto-cols-auto:first-child {
  grid-auto-columns: auto;
}

.first\:auto-cols-min:first-child {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.first\:auto-cols-max:first-child {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.first\:auto-cols-fr:first-child {
  grid-auto-columns: minmax(0, 1fr);
}

.last\:auto-cols-auto:last-child {
  grid-auto-columns: auto;
}

.last\:auto-cols-min:last-child {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.last\:auto-cols-max:last-child {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.last\:auto-cols-fr:last-child {
  grid-auto-columns: minmax(0, 1fr);
}

.odd\:auto-cols-auto:nth-child(odd) {
  grid-auto-columns: auto;
}

.odd\:auto-cols-min:nth-child(odd) {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.odd\:auto-cols-max:nth-child(odd) {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.odd\:auto-cols-fr:nth-child(odd) {
  grid-auto-columns: minmax(0, 1fr);
}

.even\:auto-cols-auto:nth-child(even) {
  grid-auto-columns: auto;
}

.even\:auto-cols-min:nth-child(even) {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.even\:auto-cols-max:nth-child(even) {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.even\:auto-cols-fr:nth-child(even) {
  grid-auto-columns: minmax(0, 1fr);
}

.hover\:auto-cols-auto:hover {
  grid-auto-columns: auto;
}

.hover\:auto-cols-min:hover {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.hover\:auto-cols-max:hover {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.hover\:auto-cols-fr:hover {
  grid-auto-columns: minmax(0, 1fr);
}

.focus\:auto-cols-auto:focus {
  grid-auto-columns: auto;
}

.focus\:auto-cols-min:focus {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.focus\:auto-cols-max:focus {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.focus\:auto-cols-fr:focus {
  grid-auto-columns: minmax(0, 1fr);
}

.active\:auto-cols-auto:active {
  grid-auto-columns: auto;
}

.active\:auto-cols-min:active {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.active\:auto-cols-max:active {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.active\:auto-cols-fr:active {
  grid-auto-columns: minmax(0, 1fr);
}

.visited\:auto-cols-auto:visited {
  grid-auto-columns: auto;
}

.visited\:auto-cols-min:visited {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.visited\:auto-cols-max:visited {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.visited\:auto-cols-fr:visited {
  grid-auto-columns: minmax(0, 1fr);
}

.disabled\:auto-cols-auto:disabled {
  grid-auto-columns: auto;
}

.disabled\:auto-cols-min:disabled {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.disabled\:auto-cols-max:disabled {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.disabled\:auto-cols-fr:disabled {
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.group:hover .group-hover\:col-auto {
  grid-column: auto;
}

.group:hover .group-hover\:col-span-1 {
  grid-column: span 1 / span 1;
}

.group:hover .group-hover\:col-span-2 {
  grid-column: span 2 / span 2;
}

.group:hover .group-hover\:col-span-3 {
  grid-column: span 3 / span 3;
}

.group:hover .group-hover\:col-span-4 {
  grid-column: span 4 / span 4;
}

.group:hover .group-hover\:col-span-5 {
  grid-column: span 5 / span 5;
}

.group:hover .group-hover\:col-span-6 {
  grid-column: span 6 / span 6;
}

.group:hover .group-hover\:col-span-7 {
  grid-column: span 7 / span 7;
}

.group:hover .group-hover\:col-span-8 {
  grid-column: span 8 / span 8;
}

.group:hover .group-hover\:col-span-9 {
  grid-column: span 9 / span 9;
}

.group:hover .group-hover\:col-span-10 {
  grid-column: span 10 / span 10;
}

.group:hover .group-hover\:col-span-11 {
  grid-column: span 11 / span 11;
}

.group:hover .group-hover\:col-span-12 {
  grid-column: span 12 / span 12;
}

.group:hover .group-hover\:col-span-full {
  grid-column: 1 / -1;
}

.focus-within\:col-auto:focus-within {
  grid-column: auto;
}

.focus-within\:col-span-1:focus-within {
  grid-column: span 1 / span 1;
}

.focus-within\:col-span-2:focus-within {
  grid-column: span 2 / span 2;
}

.focus-within\:col-span-3:focus-within {
  grid-column: span 3 / span 3;
}

.focus-within\:col-span-4:focus-within {
  grid-column: span 4 / span 4;
}

.focus-within\:col-span-5:focus-within {
  grid-column: span 5 / span 5;
}

.focus-within\:col-span-6:focus-within {
  grid-column: span 6 / span 6;
}

.focus-within\:col-span-7:focus-within {
  grid-column: span 7 / span 7;
}

.focus-within\:col-span-8:focus-within {
  grid-column: span 8 / span 8;
}

.focus-within\:col-span-9:focus-within {
  grid-column: span 9 / span 9;
}

.focus-within\:col-span-10:focus-within {
  grid-column: span 10 / span 10;
}

.focus-within\:col-span-11:focus-within {
  grid-column: span 11 / span 11;
}

.focus-within\:col-span-12:focus-within {
  grid-column: span 12 / span 12;
}

.focus-within\:col-span-full:focus-within {
  grid-column: 1 / -1;
}

.first\:col-auto:first-child {
  grid-column: auto;
}

.first\:col-span-1:first-child {
  grid-column: span 1 / span 1;
}

.first\:col-span-2:first-child {
  grid-column: span 2 / span 2;
}

.first\:col-span-3:first-child {
  grid-column: span 3 / span 3;
}

.first\:col-span-4:first-child {
  grid-column: span 4 / span 4;
}

.first\:col-span-5:first-child {
  grid-column: span 5 / span 5;
}

.first\:col-span-6:first-child {
  grid-column: span 6 / span 6;
}

.first\:col-span-7:first-child {
  grid-column: span 7 / span 7;
}

.first\:col-span-8:first-child {
  grid-column: span 8 / span 8;
}

.first\:col-span-9:first-child {
  grid-column: span 9 / span 9;
}

.first\:col-span-10:first-child {
  grid-column: span 10 / span 10;
}

.first\:col-span-11:first-child {
  grid-column: span 11 / span 11;
}

.first\:col-span-12:first-child {
  grid-column: span 12 / span 12;
}

.first\:col-span-full:first-child {
  grid-column: 1 / -1;
}

.last\:col-auto:last-child {
  grid-column: auto;
}

.last\:col-span-1:last-child {
  grid-column: span 1 / span 1;
}

.last\:col-span-2:last-child {
  grid-column: span 2 / span 2;
}

.last\:col-span-3:last-child {
  grid-column: span 3 / span 3;
}

.last\:col-span-4:last-child {
  grid-column: span 4 / span 4;
}

.last\:col-span-5:last-child {
  grid-column: span 5 / span 5;
}

.last\:col-span-6:last-child {
  grid-column: span 6 / span 6;
}

.last\:col-span-7:last-child {
  grid-column: span 7 / span 7;
}

.last\:col-span-8:last-child {
  grid-column: span 8 / span 8;
}

.last\:col-span-9:last-child {
  grid-column: span 9 / span 9;
}

.last\:col-span-10:last-child {
  grid-column: span 10 / span 10;
}

.last\:col-span-11:last-child {
  grid-column: span 11 / span 11;
}

.last\:col-span-12:last-child {
  grid-column: span 12 / span 12;
}

.last\:col-span-full:last-child {
  grid-column: 1 / -1;
}

.odd\:col-auto:nth-child(odd) {
  grid-column: auto;
}

.odd\:col-span-1:nth-child(odd) {
  grid-column: span 1 / span 1;
}

.odd\:col-span-2:nth-child(odd) {
  grid-column: span 2 / span 2;
}

.odd\:col-span-3:nth-child(odd) {
  grid-column: span 3 / span 3;
}

.odd\:col-span-4:nth-child(odd) {
  grid-column: span 4 / span 4;
}

.odd\:col-span-5:nth-child(odd) {
  grid-column: span 5 / span 5;
}

.odd\:col-span-6:nth-child(odd) {
  grid-column: span 6 / span 6;
}

.odd\:col-span-7:nth-child(odd) {
  grid-column: span 7 / span 7;
}

.odd\:col-span-8:nth-child(odd) {
  grid-column: span 8 / span 8;
}

.odd\:col-span-9:nth-child(odd) {
  grid-column: span 9 / span 9;
}

.odd\:col-span-10:nth-child(odd) {
  grid-column: span 10 / span 10;
}

.odd\:col-span-11:nth-child(odd) {
  grid-column: span 11 / span 11;
}

.odd\:col-span-12:nth-child(odd) {
  grid-column: span 12 / span 12;
}

.odd\:col-span-full:nth-child(odd) {
  grid-column: 1 / -1;
}

.even\:col-auto:nth-child(even) {
  grid-column: auto;
}

.even\:col-span-1:nth-child(even) {
  grid-column: span 1 / span 1;
}

.even\:col-span-2:nth-child(even) {
  grid-column: span 2 / span 2;
}

.even\:col-span-3:nth-child(even) {
  grid-column: span 3 / span 3;
}

.even\:col-span-4:nth-child(even) {
  grid-column: span 4 / span 4;
}

.even\:col-span-5:nth-child(even) {
  grid-column: span 5 / span 5;
}

.even\:col-span-6:nth-child(even) {
  grid-column: span 6 / span 6;
}

.even\:col-span-7:nth-child(even) {
  grid-column: span 7 / span 7;
}

.even\:col-span-8:nth-child(even) {
  grid-column: span 8 / span 8;
}

.even\:col-span-9:nth-child(even) {
  grid-column: span 9 / span 9;
}

.even\:col-span-10:nth-child(even) {
  grid-column: span 10 / span 10;
}

.even\:col-span-11:nth-child(even) {
  grid-column: span 11 / span 11;
}

.even\:col-span-12:nth-child(even) {
  grid-column: span 12 / span 12;
}

.even\:col-span-full:nth-child(even) {
  grid-column: 1 / -1;
}

.hover\:col-auto:hover {
  grid-column: auto;
}

.hover\:col-span-1:hover {
  grid-column: span 1 / span 1;
}

.hover\:col-span-2:hover {
  grid-column: span 2 / span 2;
}

.hover\:col-span-3:hover {
  grid-column: span 3 / span 3;
}

.hover\:col-span-4:hover {
  grid-column: span 4 / span 4;
}

.hover\:col-span-5:hover {
  grid-column: span 5 / span 5;
}

.hover\:col-span-6:hover {
  grid-column: span 6 / span 6;
}

.hover\:col-span-7:hover {
  grid-column: span 7 / span 7;
}

.hover\:col-span-8:hover {
  grid-column: span 8 / span 8;
}

.hover\:col-span-9:hover {
  grid-column: span 9 / span 9;
}

.hover\:col-span-10:hover {
  grid-column: span 10 / span 10;
}

.hover\:col-span-11:hover {
  grid-column: span 11 / span 11;
}

.hover\:col-span-12:hover {
  grid-column: span 12 / span 12;
}

.hover\:col-span-full:hover {
  grid-column: 1 / -1;
}

.focus\:col-auto:focus {
  grid-column: auto;
}

.focus\:col-span-1:focus {
  grid-column: span 1 / span 1;
}

.focus\:col-span-2:focus {
  grid-column: span 2 / span 2;
}

.focus\:col-span-3:focus {
  grid-column: span 3 / span 3;
}

.focus\:col-span-4:focus {
  grid-column: span 4 / span 4;
}

.focus\:col-span-5:focus {
  grid-column: span 5 / span 5;
}

.focus\:col-span-6:focus {
  grid-column: span 6 / span 6;
}

.focus\:col-span-7:focus {
  grid-column: span 7 / span 7;
}

.focus\:col-span-8:focus {
  grid-column: span 8 / span 8;
}

.focus\:col-span-9:focus {
  grid-column: span 9 / span 9;
}

.focus\:col-span-10:focus {
  grid-column: span 10 / span 10;
}

.focus\:col-span-11:focus {
  grid-column: span 11 / span 11;
}

.focus\:col-span-12:focus {
  grid-column: span 12 / span 12;
}

.focus\:col-span-full:focus {
  grid-column: 1 / -1;
}

.active\:col-auto:active {
  grid-column: auto;
}

.active\:col-span-1:active {
  grid-column: span 1 / span 1;
}

.active\:col-span-2:active {
  grid-column: span 2 / span 2;
}

.active\:col-span-3:active {
  grid-column: span 3 / span 3;
}

.active\:col-span-4:active {
  grid-column: span 4 / span 4;
}

.active\:col-span-5:active {
  grid-column: span 5 / span 5;
}

.active\:col-span-6:active {
  grid-column: span 6 / span 6;
}

.active\:col-span-7:active {
  grid-column: span 7 / span 7;
}

.active\:col-span-8:active {
  grid-column: span 8 / span 8;
}

.active\:col-span-9:active {
  grid-column: span 9 / span 9;
}

.active\:col-span-10:active {
  grid-column: span 10 / span 10;
}

.active\:col-span-11:active {
  grid-column: span 11 / span 11;
}

.active\:col-span-12:active {
  grid-column: span 12 / span 12;
}

.active\:col-span-full:active {
  grid-column: 1 / -1;
}

.visited\:col-auto:visited {
  grid-column: auto;
}

.visited\:col-span-1:visited {
  grid-column: span 1 / span 1;
}

.visited\:col-span-2:visited {
  grid-column: span 2 / span 2;
}

.visited\:col-span-3:visited {
  grid-column: span 3 / span 3;
}

.visited\:col-span-4:visited {
  grid-column: span 4 / span 4;
}

.visited\:col-span-5:visited {
  grid-column: span 5 / span 5;
}

.visited\:col-span-6:visited {
  grid-column: span 6 / span 6;
}

.visited\:col-span-7:visited {
  grid-column: span 7 / span 7;
}

.visited\:col-span-8:visited {
  grid-column: span 8 / span 8;
}

.visited\:col-span-9:visited {
  grid-column: span 9 / span 9;
}

.visited\:col-span-10:visited {
  grid-column: span 10 / span 10;
}

.visited\:col-span-11:visited {
  grid-column: span 11 / span 11;
}

.visited\:col-span-12:visited {
  grid-column: span 12 / span 12;
}

.visited\:col-span-full:visited {
  grid-column: 1 / -1;
}

.disabled\:col-auto:disabled {
  grid-column: auto;
}

.disabled\:col-span-1:disabled {
  grid-column: span 1 / span 1;
}

.disabled\:col-span-2:disabled {
  grid-column: span 2 / span 2;
}

.disabled\:col-span-3:disabled {
  grid-column: span 3 / span 3;
}

.disabled\:col-span-4:disabled {
  grid-column: span 4 / span 4;
}

.disabled\:col-span-5:disabled {
  grid-column: span 5 / span 5;
}

.disabled\:col-span-6:disabled {
  grid-column: span 6 / span 6;
}

.disabled\:col-span-7:disabled {
  grid-column: span 7 / span 7;
}

.disabled\:col-span-8:disabled {
  grid-column: span 8 / span 8;
}

.disabled\:col-span-9:disabled {
  grid-column: span 9 / span 9;
}

.disabled\:col-span-10:disabled {
  grid-column: span 10 / span 10;
}

.disabled\:col-span-11:disabled {
  grid-column: span 11 / span 11;
}

.disabled\:col-span-12:disabled {
  grid-column: span 12 / span 12;
}

.disabled\:col-span-full:disabled {
  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;
}

.group:hover .group-hover\:col-start-1 {
  grid-column-start: 1;
}

.group:hover .group-hover\:col-start-2 {
  grid-column-start: 2;
}

.group:hover .group-hover\:col-start-3 {
  grid-column-start: 3;
}

.group:hover .group-hover\:col-start-4 {
  grid-column-start: 4;
}

.group:hover .group-hover\:col-start-5 {
  grid-column-start: 5;
}

.group:hover .group-hover\:col-start-6 {
  grid-column-start: 6;
}

.group:hover .group-hover\:col-start-7 {
  grid-column-start: 7;
}

.group:hover .group-hover\:col-start-8 {
  grid-column-start: 8;
}

.group:hover .group-hover\:col-start-9 {
  grid-column-start: 9;
}

.group:hover .group-hover\:col-start-10 {
  grid-column-start: 10;
}

.group:hover .group-hover\:col-start-11 {
  grid-column-start: 11;
}

.group:hover .group-hover\:col-start-12 {
  grid-column-start: 12;
}

.group:hover .group-hover\:col-start-13 {
  grid-column-start: 13;
}

.group:hover .group-hover\:col-start-auto {
  grid-column-start: auto;
}

.focus-within\:col-start-1:focus-within {
  grid-column-start: 1;
}

.focus-within\:col-start-2:focus-within {
  grid-column-start: 2;
}

.focus-within\:col-start-3:focus-within {
  grid-column-start: 3;
}

.focus-within\:col-start-4:focus-within {
  grid-column-start: 4;
}

.focus-within\:col-start-5:focus-within {
  grid-column-start: 5;
}

.focus-within\:col-start-6:focus-within {
  grid-column-start: 6;
}

.focus-within\:col-start-7:focus-within {
  grid-column-start: 7;
}

.focus-within\:col-start-8:focus-within {
  grid-column-start: 8;
}

.focus-within\:col-start-9:focus-within {
  grid-column-start: 9;
}

.focus-within\:col-start-10:focus-within {
  grid-column-start: 10;
}

.focus-within\:col-start-11:focus-within {
  grid-column-start: 11;
}

.focus-within\:col-start-12:focus-within {
  grid-column-start: 12;
}

.focus-within\:col-start-13:focus-within {
  grid-column-start: 13;
}

.focus-within\:col-start-auto:focus-within {
  grid-column-start: auto;
}

.first\:col-start-1:first-child {
  grid-column-start: 1;
}

.first\:col-start-2:first-child {
  grid-column-start: 2;
}

.first\:col-start-3:first-child {
  grid-column-start: 3;
}

.first\:col-start-4:first-child {
  grid-column-start: 4;
}

.first\:col-start-5:first-child {
  grid-column-start: 5;
}

.first\:col-start-6:first-child {
  grid-column-start: 6;
}

.first\:col-start-7:first-child {
  grid-column-start: 7;
}

.first\:col-start-8:first-child {
  grid-column-start: 8;
}

.first\:col-start-9:first-child {
  grid-column-start: 9;
}

.first\:col-start-10:first-child {
  grid-column-start: 10;
}

.first\:col-start-11:first-child {
  grid-column-start: 11;
}

.first\:col-start-12:first-child {
  grid-column-start: 12;
}

.first\:col-start-13:first-child {
  grid-column-start: 13;
}

.first\:col-start-auto:first-child {
  grid-column-start: auto;
}

.last\:col-start-1:last-child {
  grid-column-start: 1;
}

.last\:col-start-2:last-child {
  grid-column-start: 2;
}

.last\:col-start-3:last-child {
  grid-column-start: 3;
}

.last\:col-start-4:last-child {
  grid-column-start: 4;
}

.last\:col-start-5:last-child {
  grid-column-start: 5;
}

.last\:col-start-6:last-child {
  grid-column-start: 6;
}

.last\:col-start-7:last-child {
  grid-column-start: 7;
}

.last\:col-start-8:last-child {
  grid-column-start: 8;
}

.last\:col-start-9:last-child {
  grid-column-start: 9;
}

.last\:col-start-10:last-child {
  grid-column-start: 10;
}

.last\:col-start-11:last-child {
  grid-column-start: 11;
}

.last\:col-start-12:last-child {
  grid-column-start: 12;
}

.last\:col-start-13:last-child {
  grid-column-start: 13;
}

.last\:col-start-auto:last-child {
  grid-column-start: auto;
}

.odd\:col-start-1:nth-child(odd) {
  grid-column-start: 1;
}

.odd\:col-start-2:nth-child(odd) {
  grid-column-start: 2;
}

.odd\:col-start-3:nth-child(odd) {
  grid-column-start: 3;
}

.odd\:col-start-4:nth-child(odd) {
  grid-column-start: 4;
}

.odd\:col-start-5:nth-child(odd) {
  grid-column-start: 5;
}

.odd\:col-start-6:nth-child(odd) {
  grid-column-start: 6;
}

.odd\:col-start-7:nth-child(odd) {
  grid-column-start: 7;
}

.odd\:col-start-8:nth-child(odd) {
  grid-column-start: 8;
}

.odd\:col-start-9:nth-child(odd) {
  grid-column-start: 9;
}

.odd\:col-start-10:nth-child(odd) {
  grid-column-start: 10;
}

.odd\:col-start-11:nth-child(odd) {
  grid-column-start: 11;
}

.odd\:col-start-12:nth-child(odd) {
  grid-column-start: 12;
}

.odd\:col-start-13:nth-child(odd) {
  grid-column-start: 13;
}

.odd\:col-start-auto:nth-child(odd) {
  grid-column-start: auto;
}

.even\:col-start-1:nth-child(even) {
  grid-column-start: 1;
}

.even\:col-start-2:nth-child(even) {
  grid-column-start: 2;
}

.even\:col-start-3:nth-child(even) {
  grid-column-start: 3;
}

.even\:col-start-4:nth-child(even) {
  grid-column-start: 4;
}

.even\:col-start-5:nth-child(even) {
  grid-column-start: 5;
}

.even\:col-start-6:nth-child(even) {
  grid-column-start: 6;
}

.even\:col-start-7:nth-child(even) {
  grid-column-start: 7;
}

.even\:col-start-8:nth-child(even) {
  grid-column-start: 8;
}

.even\:col-start-9:nth-child(even) {
  grid-column-start: 9;
}

.even\:col-start-10:nth-child(even) {
  grid-column-start: 10;
}

.even\:col-start-11:nth-child(even) {
  grid-column-start: 11;
}

.even\:col-start-12:nth-child(even) {
  grid-column-start: 12;
}

.even\:col-start-13:nth-child(even) {
  grid-column-start: 13;
}

.even\:col-start-auto:nth-child(even) {
  grid-column-start: auto;
}

.hover\:col-start-1:hover {
  grid-column-start: 1;
}

.hover\:col-start-2:hover {
  grid-column-start: 2;
}

.hover\:col-start-3:hover {
  grid-column-start: 3;
}

.hover\:col-start-4:hover {
  grid-column-start: 4;
}

.hover\:col-start-5:hover {
  grid-column-start: 5;
}

.hover\:col-start-6:hover {
  grid-column-start: 6;
}

.hover\:col-start-7:hover {
  grid-column-start: 7;
}

.hover\:col-start-8:hover {
  grid-column-start: 8;
}

.hover\:col-start-9:hover {
  grid-column-start: 9;
}

.hover\:col-start-10:hover {
  grid-column-start: 10;
}

.hover\:col-start-11:hover {
  grid-column-start: 11;
}

.hover\:col-start-12:hover {
  grid-column-start: 12;
}

.hover\:col-start-13:hover {
  grid-column-start: 13;
}

.hover\:col-start-auto:hover {
  grid-column-start: auto;
}

.focus\:col-start-1:focus {
  grid-column-start: 1;
}

.focus\:col-start-2:focus {
  grid-column-start: 2;
}

.focus\:col-start-3:focus {
  grid-column-start: 3;
}

.focus\:col-start-4:focus {
  grid-column-start: 4;
}

.focus\:col-start-5:focus {
  grid-column-start: 5;
}

.focus\:col-start-6:focus {
  grid-column-start: 6;
}

.focus\:col-start-7:focus {
  grid-column-start: 7;
}

.focus\:col-start-8:focus {
  grid-column-start: 8;
}

.focus\:col-start-9:focus {
  grid-column-start: 9;
}

.focus\:col-start-10:focus {
  grid-column-start: 10;
}

.focus\:col-start-11:focus {
  grid-column-start: 11;
}

.focus\:col-start-12:focus {
  grid-column-start: 12;
}

.focus\:col-start-13:focus {
  grid-column-start: 13;
}

.focus\:col-start-auto:focus {
  grid-column-start: auto;
}

.active\:col-start-1:active {
  grid-column-start: 1;
}

.active\:col-start-2:active {
  grid-column-start: 2;
}

.active\:col-start-3:active {
  grid-column-start: 3;
}

.active\:col-start-4:active {
  grid-column-start: 4;
}

.active\:col-start-5:active {
  grid-column-start: 5;
}

.active\:col-start-6:active {
  grid-column-start: 6;
}

.active\:col-start-7:active {
  grid-column-start: 7;
}

.active\:col-start-8:active {
  grid-column-start: 8;
}

.active\:col-start-9:active {
  grid-column-start: 9;
}

.active\:col-start-10:active {
  grid-column-start: 10;
}

.active\:col-start-11:active {
  grid-column-start: 11;
}

.active\:col-start-12:active {
  grid-column-start: 12;
}

.active\:col-start-13:active {
  grid-column-start: 13;
}

.active\:col-start-auto:active {
  grid-column-start: auto;
}

.visited\:col-start-1:visited {
  grid-column-start: 1;
}

.visited\:col-start-2:visited {
  grid-column-start: 2;
}

.visited\:col-start-3:visited {
  grid-column-start: 3;
}

.visited\:col-start-4:visited {
  grid-column-start: 4;
}

.visited\:col-start-5:visited {
  grid-column-start: 5;
}

.visited\:col-start-6:visited {
  grid-column-start: 6;
}

.visited\:col-start-7:visited {
  grid-column-start: 7;
}

.visited\:col-start-8:visited {
  grid-column-start: 8;
}

.visited\:col-start-9:visited {
  grid-column-start: 9;
}

.visited\:col-start-10:visited {
  grid-column-start: 10;
}

.visited\:col-start-11:visited {
  grid-column-start: 11;
}

.visited\:col-start-12:visited {
  grid-column-start: 12;
}

.visited\:col-start-13:visited {
  grid-column-start: 13;
}

.visited\:col-start-auto:visited {
  grid-column-start: auto;
}

.disabled\:col-start-1:disabled {
  grid-column-start: 1;
}

.disabled\:col-start-2:disabled {
  grid-column-start: 2;
}

.disabled\:col-start-3:disabled {
  grid-column-start: 3;
}

.disabled\:col-start-4:disabled {
  grid-column-start: 4;
}

.disabled\:col-start-5:disabled {
  grid-column-start: 5;
}

.disabled\:col-start-6:disabled {
  grid-column-start: 6;
}

.disabled\:col-start-7:disabled {
  grid-column-start: 7;
}

.disabled\:col-start-8:disabled {
  grid-column-start: 8;
}

.disabled\:col-start-9:disabled {
  grid-column-start: 9;
}

.disabled\:col-start-10:disabled {
  grid-column-start: 10;
}

.disabled\:col-start-11:disabled {
  grid-column-start: 11;
}

.disabled\:col-start-12:disabled {
  grid-column-start: 12;
}

.disabled\:col-start-13:disabled {
  grid-column-start: 13;
}

.disabled\:col-start-auto:disabled {
  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;
}

.group:hover .group-hover\:col-end-1 {
  grid-column-end: 1;
}

.group:hover .group-hover\:col-end-2 {
  grid-column-end: 2;
}

.group:hover .group-hover\:col-end-3 {
  grid-column-end: 3;
}

.group:hover .group-hover\:col-end-4 {
  grid-column-end: 4;
}

.group:hover .group-hover\:col-end-5 {
  grid-column-end: 5;
}

.group:hover .group-hover\:col-end-6 {
  grid-column-end: 6;
}

.group:hover .group-hover\:col-end-7 {
  grid-column-end: 7;
}

.group:hover .group-hover\:col-end-8 {
  grid-column-end: 8;
}

.group:hover .group-hover\:col-end-9 {
  grid-column-end: 9;
}

.group:hover .group-hover\:col-end-10 {
  grid-column-end: 10;
}

.group:hover .group-hover\:col-end-11 {
  grid-column-end: 11;
}

.group:hover .group-hover\:col-end-12 {
  grid-column-end: 12;
}

.group:hover .group-hover\:col-end-13 {
  grid-column-end: 13;
}

.group:hover .group-hover\:col-end-auto {
  grid-column-end: auto;
}

.focus-within\:col-end-1:focus-within {
  grid-column-end: 1;
}

.focus-within\:col-end-2:focus-within {
  grid-column-end: 2;
}

.focus-within\:col-end-3:focus-within {
  grid-column-end: 3;
}

.focus-within\:col-end-4:focus-within {
  grid-column-end: 4;
}

.focus-within\:col-end-5:focus-within {
  grid-column-end: 5;
}

.focus-within\:col-end-6:focus-within {
  grid-column-end: 6;
}

.focus-within\:col-end-7:focus-within {
  grid-column-end: 7;
}

.focus-within\:col-end-8:focus-within {
  grid-column-end: 8;
}

.focus-within\:col-end-9:focus-within {
  grid-column-end: 9;
}

.focus-within\:col-end-10:focus-within {
  grid-column-end: 10;
}

.focus-within\:col-end-11:focus-within {
  grid-column-end: 11;
}

.focus-within\:col-end-12:focus-within {
  grid-column-end: 12;
}

.focus-within\:col-end-13:focus-within {
  grid-column-end: 13;
}

.focus-within\:col-end-auto:focus-within {
  grid-column-end: auto;
}

.first\:col-end-1:first-child {
  grid-column-end: 1;
}

.first\:col-end-2:first-child {
  grid-column-end: 2;
}

.first\:col-end-3:first-child {
  grid-column-end: 3;
}

.first\:col-end-4:first-child {
  grid-column-end: 4;
}

.first\:col-end-5:first-child {
  grid-column-end: 5;
}

.first\:col-end-6:first-child {
  grid-column-end: 6;
}

.first\:col-end-7:first-child {
  grid-column-end: 7;
}

.first\:col-end-8:first-child {
  grid-column-end: 8;
}

.first\:col-end-9:first-child {
  grid-column-end: 9;
}

.first\:col-end-10:first-child {
  grid-column-end: 10;
}

.first\:col-end-11:first-child {
  grid-column-end: 11;
}

.first\:col-end-12:first-child {
  grid-column-end: 12;
}

.first\:col-end-13:first-child {
  grid-column-end: 13;
}

.first\:col-end-auto:first-child {
  grid-column-end: auto;
}

.last\:col-end-1:last-child {
  grid-column-end: 1;
}

.last\:col-end-2:last-child {
  grid-column-end: 2;
}

.last\:col-end-3:last-child {
  grid-column-end: 3;
}

.last\:col-end-4:last-child {
  grid-column-end: 4;
}

.last\:col-end-5:last-child {
  grid-column-end: 5;
}

.last\:col-end-6:last-child {
  grid-column-end: 6;
}

.last\:col-end-7:last-child {
  grid-column-end: 7;
}

.last\:col-end-8:last-child {
  grid-column-end: 8;
}

.last\:col-end-9:last-child {
  grid-column-end: 9;
}

.last\:col-end-10:last-child {
  grid-column-end: 10;
}

.last\:col-end-11:last-child {
  grid-column-end: 11;
}

.last\:col-end-12:last-child {
  grid-column-end: 12;
}

.last\:col-end-13:last-child {
  grid-column-end: 13;
}

.last\:col-end-auto:last-child {
  grid-column-end: auto;
}

.odd\:col-end-1:nth-child(odd) {
  grid-column-end: 1;
}

.odd\:col-end-2:nth-child(odd) {
  grid-column-end: 2;
}

.odd\:col-end-3:nth-child(odd) {
  grid-column-end: 3;
}

.odd\:col-end-4:nth-child(odd) {
  grid-column-end: 4;
}

.odd\:col-end-5:nth-child(odd) {
  grid-column-end: 5;
}

.odd\:col-end-6:nth-child(odd) {
  grid-column-end: 6;
}

.odd\:col-end-7:nth-child(odd) {
  grid-column-end: 7;
}

.odd\:col-end-8:nth-child(odd) {
  grid-column-end: 8;
}

.odd\:col-end-9:nth-child(odd) {
  grid-column-end: 9;
}

.odd\:col-end-10:nth-child(odd) {
  grid-column-end: 10;
}

.odd\:col-end-11:nth-child(odd) {
  grid-column-end: 11;
}

.odd\:col-end-12:nth-child(odd) {
  grid-column-end: 12;
}

.odd\:col-end-13:nth-child(odd) {
  grid-column-end: 13;
}

.odd\:col-end-auto:nth-child(odd) {
  grid-column-end: auto;
}

.even\:col-end-1:nth-child(even) {
  grid-column-end: 1;
}

.even\:col-end-2:nth-child(even) {
  grid-column-end: 2;
}

.even\:col-end-3:nth-child(even) {
  grid-column-end: 3;
}

.even\:col-end-4:nth-child(even) {
  grid-column-end: 4;
}

.even\:col-end-5:nth-child(even) {
  grid-column-end: 5;
}

.even\:col-end-6:nth-child(even) {
  grid-column-end: 6;
}

.even\:col-end-7:nth-child(even) {
  grid-column-end: 7;
}

.even\:col-end-8:nth-child(even) {
  grid-column-end: 8;
}

.even\:col-end-9:nth-child(even) {
  grid-column-end: 9;
}

.even\:col-end-10:nth-child(even) {
  grid-column-end: 10;
}

.even\:col-end-11:nth-child(even) {
  grid-column-end: 11;
}

.even\:col-end-12:nth-child(even) {
  grid-column-end: 12;
}

.even\:col-end-13:nth-child(even) {
  grid-column-end: 13;
}

.even\:col-end-auto:nth-child(even) {
  grid-column-end: auto;
}

.hover\:col-end-1:hover {
  grid-column-end: 1;
}

.hover\:col-end-2:hover {
  grid-column-end: 2;
}

.hover\:col-end-3:hover {
  grid-column-end: 3;
}

.hover\:col-end-4:hover {
  grid-column-end: 4;
}

.hover\:col-end-5:hover {
  grid-column-end: 5;
}

.hover\:col-end-6:hover {
  grid-column-end: 6;
}

.hover\:col-end-7:hover {
  grid-column-end: 7;
}

.hover\:col-end-8:hover {
  grid-column-end: 8;
}

.hover\:col-end-9:hover {
  grid-column-end: 9;
}

.hover\:col-end-10:hover {
  grid-column-end: 10;
}

.hover\:col-end-11:hover {
  grid-column-end: 11;
}

.hover\:col-end-12:hover {
  grid-column-end: 12;
}

.hover\:col-end-13:hover {
  grid-column-end: 13;
}

.hover\:col-end-auto:hover {
  grid-column-end: auto;
}

.focus\:col-end-1:focus {
  grid-column-end: 1;
}

.focus\:col-end-2:focus {
  grid-column-end: 2;
}

.focus\:col-end-3:focus {
  grid-column-end: 3;
}

.focus\:col-end-4:focus {
  grid-column-end: 4;
}

.focus\:col-end-5:focus {
  grid-column-end: 5;
}

.focus\:col-end-6:focus {
  grid-column-end: 6;
}

.focus\:col-end-7:focus {
  grid-column-end: 7;
}

.focus\:col-end-8:focus {
  grid-column-end: 8;
}

.focus\:col-end-9:focus {
  grid-column-end: 9;
}

.focus\:col-end-10:focus {
  grid-column-end: 10;
}

.focus\:col-end-11:focus {
  grid-column-end: 11;
}

.focus\:col-end-12:focus {
  grid-column-end: 12;
}

.focus\:col-end-13:focus {
  grid-column-end: 13;
}

.focus\:col-end-auto:focus {
  grid-column-end: auto;
}

.active\:col-end-1:active {
  grid-column-end: 1;
}

.active\:col-end-2:active {
  grid-column-end: 2;
}

.active\:col-end-3:active {
  grid-column-end: 3;
}

.active\:col-end-4:active {
  grid-column-end: 4;
}

.active\:col-end-5:active {
  grid-column-end: 5;
}

.active\:col-end-6:active {
  grid-column-end: 6;
}

.active\:col-end-7:active {
  grid-column-end: 7;
}

.active\:col-end-8:active {
  grid-column-end: 8;
}

.active\:col-end-9:active {
  grid-column-end: 9;
}

.active\:col-end-10:active {
  grid-column-end: 10;
}

.active\:col-end-11:active {
  grid-column-end: 11;
}

.active\:col-end-12:active {
  grid-column-end: 12;
}

.active\:col-end-13:active {
  grid-column-end: 13;
}

.active\:col-end-auto:active {
  grid-column-end: auto;
}

.visited\:col-end-1:visited {
  grid-column-end: 1;
}

.visited\:col-end-2:visited {
  grid-column-end: 2;
}

.visited\:col-end-3:visited {
  grid-column-end: 3;
}

.visited\:col-end-4:visited {
  grid-column-end: 4;
}

.visited\:col-end-5:visited {
  grid-column-end: 5;
}

.visited\:col-end-6:visited {
  grid-column-end: 6;
}

.visited\:col-end-7:visited {
  grid-column-end: 7;
}

.visited\:col-end-8:visited {
  grid-column-end: 8;
}

.visited\:col-end-9:visited {
  grid-column-end: 9;
}

.visited\:col-end-10:visited {
  grid-column-end: 10;
}

.visited\:col-end-11:visited {
  grid-column-end: 11;
}

.visited\:col-end-12:visited {
  grid-column-end: 12;
}

.visited\:col-end-13:visited {
  grid-column-end: 13;
}

.visited\:col-end-auto:visited {
  grid-column-end: auto;
}

.disabled\:col-end-1:disabled {
  grid-column-end: 1;
}

.disabled\:col-end-2:disabled {
  grid-column-end: 2;
}

.disabled\:col-end-3:disabled {
  grid-column-end: 3;
}

.disabled\:col-end-4:disabled {
  grid-column-end: 4;
}

.disabled\:col-end-5:disabled {
  grid-column-end: 5;
}

.disabled\:col-end-6:disabled {
  grid-column-end: 6;
}

.disabled\:col-end-7:disabled {
  grid-column-end: 7;
}

.disabled\:col-end-8:disabled {
  grid-column-end: 8;
}

.disabled\:col-end-9:disabled {
  grid-column-end: 9;
}

.disabled\:col-end-10:disabled {
  grid-column-end: 10;
}

.disabled\:col-end-11:disabled {
  grid-column-end: 11;
}

.disabled\:col-end-12:disabled {
  grid-column-end: 12;
}

.disabled\:col-end-13:disabled {
  grid-column-end: 13;
}

.disabled\:col-end-auto:disabled {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.group:hover .group-hover\:grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.group:hover .group-hover\:grid-rows-none {
  grid-template-rows: none;
}

.focus-within\:grid-rows-1:focus-within {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus-within\:grid-rows-2:focus-within {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus-within\:grid-rows-3:focus-within {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus-within\:grid-rows-4:focus-within {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus-within\:grid-rows-5:focus-within {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus-within\:grid-rows-6:focus-within {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus-within\:grid-rows-none:focus-within {
  grid-template-rows: none;
}

.first\:grid-rows-1:first-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.first\:grid-rows-2:first-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.first\:grid-rows-3:first-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.first\:grid-rows-4:first-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.first\:grid-rows-5:first-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.first\:grid-rows-6:first-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.first\:grid-rows-none:first-child {
  grid-template-rows: none;
}

.last\:grid-rows-1:last-child {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.last\:grid-rows-2:last-child {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.last\:grid-rows-3:last-child {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.last\:grid-rows-4:last-child {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.last\:grid-rows-5:last-child {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.last\:grid-rows-6:last-child {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.last\:grid-rows-none:last-child {
  grid-template-rows: none;
}

.odd\:grid-rows-1:nth-child(odd) {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.odd\:grid-rows-2:nth-child(odd) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.odd\:grid-rows-3:nth-child(odd) {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.odd\:grid-rows-4:nth-child(odd) {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.odd\:grid-rows-5:nth-child(odd) {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.odd\:grid-rows-6:nth-child(odd) {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.odd\:grid-rows-none:nth-child(odd) {
  grid-template-rows: none;
}

.even\:grid-rows-1:nth-child(even) {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.even\:grid-rows-2:nth-child(even) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.even\:grid-rows-3:nth-child(even) {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.even\:grid-rows-4:nth-child(even) {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.even\:grid-rows-5:nth-child(even) {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.even\:grid-rows-6:nth-child(even) {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.even\:grid-rows-none:nth-child(even) {
  grid-template-rows: none;
}

.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hover\:grid-rows-none:hover {
  grid-template-rows: none;
}

.focus\:grid-rows-1:focus {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus\:grid-rows-2:focus {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus\:grid-rows-3:focus {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus\:grid-rows-4:focus {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus\:grid-rows-5:focus {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus\:grid-rows-6:focus {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus\:grid-rows-none:focus {
  grid-template-rows: none;
}

.active\:grid-rows-1:active {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.active\:grid-rows-2:active {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.active\:grid-rows-3:active {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.active\:grid-rows-4:active {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.active\:grid-rows-5:active {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.active\:grid-rows-6:active {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.active\:grid-rows-none:active {
  grid-template-rows: none;
}

.visited\:grid-rows-1:visited {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.visited\:grid-rows-2:visited {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.visited\:grid-rows-3:visited {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.visited\:grid-rows-4:visited {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.visited\:grid-rows-5:visited {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.visited\:grid-rows-6:visited {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.visited\:grid-rows-none:visited {
  grid-template-rows: none;
}

.disabled\:grid-rows-1:disabled {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.disabled\:grid-rows-2:disabled {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.disabled\:grid-rows-3:disabled {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.disabled\:grid-rows-4:disabled {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.disabled\:grid-rows-5:disabled {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.disabled\:grid-rows-6:disabled {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.disabled\:grid-rows-none:disabled {
  grid-template-rows: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.group:hover .group-hover\:auto-rows-auto {
  grid-auto-rows: auto;
}

.group:hover .group-hover\:auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.group:hover .group-hover\:auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.group:hover .group-hover\:auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.focus-within\:auto-rows-auto:focus-within {
  grid-auto-rows: auto;
}

.focus-within\:auto-rows-min:focus-within {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.focus-within\:auto-rows-max:focus-within {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.focus-within\:auto-rows-fr:focus-within {
  grid-auto-rows: minmax(0, 1fr);
}

.first\:auto-rows-auto:first-child {
  grid-auto-rows: auto;
}

.first\:auto-rows-min:first-child {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.first\:auto-rows-max:first-child {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.first\:auto-rows-fr:first-child {
  grid-auto-rows: minmax(0, 1fr);
}

.last\:auto-rows-auto:last-child {
  grid-auto-rows: auto;
}

.last\:auto-rows-min:last-child {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.last\:auto-rows-max:last-child {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.last\:auto-rows-fr:last-child {
  grid-auto-rows: minmax(0, 1fr);
}

.odd\:auto-rows-auto:nth-child(odd) {
  grid-auto-rows: auto;
}

.odd\:auto-rows-min:nth-child(odd) {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.odd\:auto-rows-max:nth-child(odd) {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.odd\:auto-rows-fr:nth-child(odd) {
  grid-auto-rows: minmax(0, 1fr);
}

.even\:auto-rows-auto:nth-child(even) {
  grid-auto-rows: auto;
}

.even\:auto-rows-min:nth-child(even) {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.even\:auto-rows-max:nth-child(even) {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.even\:auto-rows-fr:nth-child(even) {
  grid-auto-rows: minmax(0, 1fr);
}

.hover\:auto-rows-auto:hover {
  grid-auto-rows: auto;
}

.hover\:auto-rows-min:hover {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.hover\:auto-rows-max:hover {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.hover\:auto-rows-fr:hover {
  grid-auto-rows: minmax(0, 1fr);
}

.focus\:auto-rows-auto:focus {
  grid-auto-rows: auto;
}

.focus\:auto-rows-min:focus {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.focus\:auto-rows-max:focus {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.focus\:auto-rows-fr:focus {
  grid-auto-rows: minmax(0, 1fr);
}

.active\:auto-rows-auto:active {
  grid-auto-rows: auto;
}

.active\:auto-rows-min:active {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.active\:auto-rows-max:active {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.active\:auto-rows-fr:active {
  grid-auto-rows: minmax(0, 1fr);
}

.visited\:auto-rows-auto:visited {
  grid-auto-rows: auto;
}

.visited\:auto-rows-min:visited {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.visited\:auto-rows-max:visited {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.visited\:auto-rows-fr:visited {
  grid-auto-rows: minmax(0, 1fr);
}

.disabled\:auto-rows-auto:disabled {
  grid-auto-rows: auto;
}

.disabled\:auto-rows-min:disabled {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.disabled\:auto-rows-max:disabled {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.disabled\:auto-rows-fr:disabled {
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.group:hover .group-hover\:row-auto {
  grid-row: auto;
}

.group:hover .group-hover\:row-span-1 {
  grid-row: span 1 / span 1;
}

.group:hover .group-hover\:row-span-2 {
  grid-row: span 2 / span 2;
}

.group:hover .group-hover\:row-span-3 {
  grid-row: span 3 / span 3;
}

.group:hover .group-hover\:row-span-4 {
  grid-row: span 4 / span 4;
}

.group:hover .group-hover\:row-span-5 {
  grid-row: span 5 / span 5;
}

.group:hover .group-hover\:row-span-6 {
  grid-row: span 6 / span 6;
}

.group:hover .group-hover\:row-span-full {
  grid-row: 1 / -1;
}

.focus-within\:row-auto:focus-within {
  grid-row: auto;
}

.focus-within\:row-span-1:focus-within {
  grid-row: span 1 / span 1;
}

.focus-within\:row-span-2:focus-within {
  grid-row: span 2 / span 2;
}

.focus-within\:row-span-3:focus-within {
  grid-row: span 3 / span 3;
}

.focus-within\:row-span-4:focus-within {
  grid-row: span 4 / span 4;
}

.focus-within\:row-span-5:focus-within {
  grid-row: span 5 / span 5;
}

.focus-within\:row-span-6:focus-within {
  grid-row: span 6 / span 6;
}

.focus-within\:row-span-full:focus-within {
  grid-row: 1 / -1;
}

.first\:row-auto:first-child {
  grid-row: auto;
}

.first\:row-span-1:first-child {
  grid-row: span 1 / span 1;
}

.first\:row-span-2:first-child {
  grid-row: span 2 / span 2;
}

.first\:row-span-3:first-child {
  grid-row: span 3 / span 3;
}

.first\:row-span-4:first-child {
  grid-row: span 4 / span 4;
}

.first\:row-span-5:first-child {
  grid-row: span 5 / span 5;
}

.first\:row-span-6:first-child {
  grid-row: span 6 / span 6;
}

.first\:row-span-full:first-child {
  grid-row: 1 / -1;
}

.last\:row-auto:last-child {
  grid-row: auto;
}

.last\:row-span-1:last-child {
  grid-row: span 1 / span 1;
}

.last\:row-span-2:last-child {
  grid-row: span 2 / span 2;
}

.last\:row-span-3:last-child {
  grid-row: span 3 / span 3;
}

.last\:row-span-4:last-child {
  grid-row: span 4 / span 4;
}

.last\:row-span-5:last-child {
  grid-row: span 5 / span 5;
}

.last\:row-span-6:last-child {
  grid-row: span 6 / span 6;
}

.last\:row-span-full:last-child {
  grid-row: 1 / -1;
}

.odd\:row-auto:nth-child(odd) {
  grid-row: auto;
}

.odd\:row-span-1:nth-child(odd) {
  grid-row: span 1 / span 1;
}

.odd\:row-span-2:nth-child(odd) {
  grid-row: span 2 / span 2;
}

.odd\:row-span-3:nth-child(odd) {
  grid-row: span 3 / span 3;
}

.odd\:row-span-4:nth-child(odd) {
  grid-row: span 4 / span 4;
}

.odd\:row-span-5:nth-child(odd) {
  grid-row: span 5 / span 5;
}

.odd\:row-span-6:nth-child(odd) {
  grid-row: span 6 / span 6;
}

.odd\:row-span-full:nth-child(odd) {
  grid-row: 1 / -1;
}

.even\:row-auto:nth-child(even) {
  grid-row: auto;
}

.even\:row-span-1:nth-child(even) {
  grid-row: span 1 / span 1;
}

.even\:row-span-2:nth-child(even) {
  grid-row: span 2 / span 2;
}

.even\:row-span-3:nth-child(even) {
  grid-row: span 3 / span 3;
}

.even\:row-span-4:nth-child(even) {
  grid-row: span 4 / span 4;
}

.even\:row-span-5:nth-child(even) {
  grid-row: span 5 / span 5;
}

.even\:row-span-6:nth-child(even) {
  grid-row: span 6 / span 6;
}

.even\:row-span-full:nth-child(even) {
  grid-row: 1 / -1;
}

.hover\:row-auto:hover {
  grid-row: auto;
}

.hover\:row-span-1:hover {
  grid-row: span 1 / span 1;
}

.hover\:row-span-2:hover {
  grid-row: span 2 / span 2;
}

.hover\:row-span-3:hover {
  grid-row: span 3 / span 3;
}

.hover\:row-span-4:hover {
  grid-row: span 4 / span 4;
}

.hover\:row-span-5:hover {
  grid-row: span 5 / span 5;
}

.hover\:row-span-6:hover {
  grid-row: span 6 / span 6;
}

.hover\:row-span-full:hover {
  grid-row: 1 / -1;
}

.focus\:row-auto:focus {
  grid-row: auto;
}

.focus\:row-span-1:focus {
  grid-row: span 1 / span 1;
}

.focus\:row-span-2:focus {
  grid-row: span 2 / span 2;
}

.focus\:row-span-3:focus {
  grid-row: span 3 / span 3;
}

.focus\:row-span-4:focus {
  grid-row: span 4 / span 4;
}

.focus\:row-span-5:focus {
  grid-row: span 5 / span 5;
}

.focus\:row-span-6:focus {
  grid-row: span 6 / span 6;
}

.focus\:row-span-full:focus {
  grid-row: 1 / -1;
}

.active\:row-auto:active {
  grid-row: auto;
}

.active\:row-span-1:active {
  grid-row: span 1 / span 1;
}

.active\:row-span-2:active {
  grid-row: span 2 / span 2;
}

.active\:row-span-3:active {
  grid-row: span 3 / span 3;
}

.active\:row-span-4:active {
  grid-row: span 4 / span 4;
}

.active\:row-span-5:active {
  grid-row: span 5 / span 5;
}

.active\:row-span-6:active {
  grid-row: span 6 / span 6;
}

.active\:row-span-full:active {
  grid-row: 1 / -1;
}

.visited\:row-auto:visited {
  grid-row: auto;
}

.visited\:row-span-1:visited {
  grid-row: span 1 / span 1;
}

.visited\:row-span-2:visited {
  grid-row: span 2 / span 2;
}

.visited\:row-span-3:visited {
  grid-row: span 3 / span 3;
}

.visited\:row-span-4:visited {
  grid-row: span 4 / span 4;
}

.visited\:row-span-5:visited {
  grid-row: span 5 / span 5;
}

.visited\:row-span-6:visited {
  grid-row: span 6 / span 6;
}

.visited\:row-span-full:visited {
  grid-row: 1 / -1;
}

.disabled\:row-auto:disabled {
  grid-row: auto;
}

.disabled\:row-span-1:disabled {
  grid-row: span 1 / span 1;
}

.disabled\:row-span-2:disabled {
  grid-row: span 2 / span 2;
}

.disabled\:row-span-3:disabled {
  grid-row: span 3 / span 3;
}

.disabled\:row-span-4:disabled {
  grid-row: span 4 / span 4;
}

.disabled\:row-span-5:disabled {
  grid-row: span 5 / span 5;
}

.disabled\:row-span-6:disabled {
  grid-row: span 6 / span 6;
}

.disabled\:row-span-full:disabled {
  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;
}

.group:hover .group-hover\:row-start-1 {
  grid-row-start: 1;
}

.group:hover .group-hover\:row-start-2 {
  grid-row-start: 2;
}

.group:hover .group-hover\:row-start-3 {
  grid-row-start: 3;
}

.group:hover .group-hover\:row-start-4 {
  grid-row-start: 4;
}

.group:hover .group-hover\:row-start-5 {
  grid-row-start: 5;
}

.group:hover .group-hover\:row-start-6 {
  grid-row-start: 6;
}

.group:hover .group-hover\:row-start-7 {
  grid-row-start: 7;
}

.group:hover .group-hover\:row-start-auto {
  grid-row-start: auto;
}

.focus-within\:row-start-1:focus-within {
  grid-row-start: 1;
}

.focus-within\:row-start-2:focus-within {
  grid-row-start: 2;
}

.focus-within\:row-start-3:focus-within {
  grid-row-start: 3;
}

.focus-within\:row-start-4:focus-within {
  grid-row-start: 4;
}

.focus-within\:row-start-5:focus-within {
  grid-row-start: 5;
}

.focus-within\:row-start-6:focus-within {
  grid-row-start: 6;
}

.focus-within\:row-start-7:focus-within {
  grid-row-start: 7;
}

.focus-within\:row-start-auto:focus-within {
  grid-row-start: auto;
}

.first\:row-start-1:first-child {
  grid-row-start: 1;
}

.first\:row-start-2:first-child {
  grid-row-start: 2;
}

.first\:row-start-3:first-child {
  grid-row-start: 3;
}

.first\:row-start-4:first-child {
  grid-row-start: 4;
}

.first\:row-start-5:first-child {
  grid-row-start: 5;
}

.first\:row-start-6:first-child {
  grid-row-start: 6;
}

.first\:row-start-7:first-child {
  grid-row-start: 7;
}

.first\:row-start-auto:first-child {
  grid-row-start: auto;
}

.last\:row-start-1:last-child {
  grid-row-start: 1;
}

.last\:row-start-2:last-child {
  grid-row-start: 2;
}

.last\:row-start-3:last-child {
  grid-row-start: 3;
}

.last\:row-start-4:last-child {
  grid-row-start: 4;
}

.last\:row-start-5:last-child {
  grid-row-start: 5;
}

.last\:row-start-6:last-child {
  grid-row-start: 6;
}

.last\:row-start-7:last-child {
  grid-row-start: 7;
}

.last\:row-start-auto:last-child {
  grid-row-start: auto;
}

.odd\:row-start-1:nth-child(odd) {
  grid-row-start: 1;
}

.odd\:row-start-2:nth-child(odd) {
  grid-row-start: 2;
}

.odd\:row-start-3:nth-child(odd) {
  grid-row-start: 3;
}

.odd\:row-start-4:nth-child(odd) {
  grid-row-start: 4;
}

.odd\:row-start-5:nth-child(odd) {
  grid-row-start: 5;
}

.odd\:row-start-6:nth-child(odd) {
  grid-row-start: 6;
}

.odd\:row-start-7:nth-child(odd) {
  grid-row-start: 7;
}

.odd\:row-start-auto:nth-child(odd) {
  grid-row-start: auto;
}

.even\:row-start-1:nth-child(even) {
  grid-row-start: 1;
}

.even\:row-start-2:nth-child(even) {
  grid-row-start: 2;
}

.even\:row-start-3:nth-child(even) {
  grid-row-start: 3;
}

.even\:row-start-4:nth-child(even) {
  grid-row-start: 4;
}

.even\:row-start-5:nth-child(even) {
  grid-row-start: 5;
}

.even\:row-start-6:nth-child(even) {
  grid-row-start: 6;
}

.even\:row-start-7:nth-child(even) {
  grid-row-start: 7;
}

.even\:row-start-auto:nth-child(even) {
  grid-row-start: auto;
}

.hover\:row-start-1:hover {
  grid-row-start: 1;
}

.hover\:row-start-2:hover {
  grid-row-start: 2;
}

.hover\:row-start-3:hover {
  grid-row-start: 3;
}

.hover\:row-start-4:hover {
  grid-row-start: 4;
}

.hover\:row-start-5:hover {
  grid-row-start: 5;
}

.hover\:row-start-6:hover {
  grid-row-start: 6;
}

.hover\:row-start-7:hover {
  grid-row-start: 7;
}

.hover\:row-start-auto:hover {
  grid-row-start: auto;
}

.focus\:row-start-1:focus {
  grid-row-start: 1;
}

.focus\:row-start-2:focus {
  grid-row-start: 2;
}

.focus\:row-start-3:focus {
  grid-row-start: 3;
}

.focus\:row-start-4:focus {
  grid-row-start: 4;
}

.focus\:row-start-5:focus {
  grid-row-start: 5;
}

.focus\:row-start-6:focus {
  grid-row-start: 6;
}

.focus\:row-start-7:focus {
  grid-row-start: 7;
}

.focus\:row-start-auto:focus {
  grid-row-start: auto;
}

.active\:row-start-1:active {
  grid-row-start: 1;
}

.active\:row-start-2:active {
  grid-row-start: 2;
}

.active\:row-start-3:active {
  grid-row-start: 3;
}

.active\:row-start-4:active {
  grid-row-start: 4;
}

.active\:row-start-5:active {
  grid-row-start: 5;
}

.active\:row-start-6:active {
  grid-row-start: 6;
}

.active\:row-start-7:active {
  grid-row-start: 7;
}

.active\:row-start-auto:active {
  grid-row-start: auto;
}

.visited\:row-start-1:visited {
  grid-row-start: 1;
}

.visited\:row-start-2:visited {
  grid-row-start: 2;
}

.visited\:row-start-3:visited {
  grid-row-start: 3;
}

.visited\:row-start-4:visited {
  grid-row-start: 4;
}

.visited\:row-start-5:visited {
  grid-row-start: 5;
}

.visited\:row-start-6:visited {
  grid-row-start: 6;
}

.visited\:row-start-7:visited {
  grid-row-start: 7;
}

.visited\:row-start-auto:visited {
  grid-row-start: auto;
}

.disabled\:row-start-1:disabled {
  grid-row-start: 1;
}

.disabled\:row-start-2:disabled {
  grid-row-start: 2;
}

.disabled\:row-start-3:disabled {
  grid-row-start: 3;
}

.disabled\:row-start-4:disabled {
  grid-row-start: 4;
}

.disabled\:row-start-5:disabled {
  grid-row-start: 5;
}

.disabled\:row-start-6:disabled {
  grid-row-start: 6;
}

.disabled\:row-start-7:disabled {
  grid-row-start: 7;
}

.disabled\:row-start-auto:disabled {
  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;
}

.group:hover .group-hover\:row-end-1 {
  grid-row-end: 1;
}

.group:hover .group-hover\:row-end-2 {
  grid-row-end: 2;
}

.group:hover .group-hover\:row-end-3 {
  grid-row-end: 3;
}

.group:hover .group-hover\:row-end-4 {
  grid-row-end: 4;
}

.group:hover .group-hover\:row-end-5 {
  grid-row-end: 5;
}

.group:hover .group-hover\:row-end-6 {
  grid-row-end: 6;
}

.group:hover .group-hover\:row-end-7 {
  grid-row-end: 7;
}

.group:hover .group-hover\:row-end-auto {
  grid-row-end: auto;
}

.focus-within\:row-end-1:focus-within {
  grid-row-end: 1;
}

.focus-within\:row-end-2:focus-within {
  grid-row-end: 2;
}

.focus-within\:row-end-3:focus-within {
  grid-row-end: 3;
}

.focus-within\:row-end-4:focus-within {
  grid-row-end: 4;
}

.focus-within\:row-end-5:focus-within {
  grid-row-end: 5;
}

.focus-within\:row-end-6:focus-within {
  grid-row-end: 6;
}

.focus-within\:row-end-7:focus-within {
  grid-row-end: 7;
}

.focus-within\:row-end-auto:focus-within {
  grid-row-end: auto;
}

.first\:row-end-1:first-child {
  grid-row-end: 1;
}

.first\:row-end-2:first-child {
  grid-row-end: 2;
}

.first\:row-end-3:first-child {
  grid-row-end: 3;
}

.first\:row-end-4:first-child {
  grid-row-end: 4;
}

.first\:row-end-5:first-child {
  grid-row-end: 5;
}

.first\:row-end-6:first-child {
  grid-row-end: 6;
}

.first\:row-end-7:first-child {
  grid-row-end: 7;
}

.first\:row-end-auto:first-child {
  grid-row-end: auto;
}

.last\:row-end-1:last-child {
  grid-row-end: 1;
}

.last\:row-end-2:last-child {
  grid-row-end: 2;
}

.last\:row-end-3:last-child {
  grid-row-end: 3;
}

.last\:row-end-4:last-child {
  grid-row-end: 4;
}

.last\:row-end-5:last-child {
  grid-row-end: 5;
}

.last\:row-end-6:last-child {
  grid-row-end: 6;
}

.last\:row-end-7:last-child {
  grid-row-end: 7;
}

.last\:row-end-auto:last-child {
  grid-row-end: auto;
}

.odd\:row-end-1:nth-child(odd) {
  grid-row-end: 1;
}

.odd\:row-end-2:nth-child(odd) {
  grid-row-end: 2;
}

.odd\:row-end-3:nth-child(odd) {
  grid-row-end: 3;
}

.odd\:row-end-4:nth-child(odd) {
  grid-row-end: 4;
}

.odd\:row-end-5:nth-child(odd) {
  grid-row-end: 5;
}

.odd\:row-end-6:nth-child(odd) {
  grid-row-end: 6;
}

.odd\:row-end-7:nth-child(odd) {
  grid-row-end: 7;
}

.odd\:row-end-auto:nth-child(odd) {
  grid-row-end: auto;
}

.even\:row-end-1:nth-child(even) {
  grid-row-end: 1;
}

.even\:row-end-2:nth-child(even) {
  grid-row-end: 2;
}

.even\:row-end-3:nth-child(even) {
  grid-row-end: 3;
}

.even\:row-end-4:nth-child(even) {
  grid-row-end: 4;
}

.even\:row-end-5:nth-child(even) {
  grid-row-end: 5;
}

.even\:row-end-6:nth-child(even) {
  grid-row-end: 6;
}

.even\:row-end-7:nth-child(even) {
  grid-row-end: 7;
}

.even\:row-end-auto:nth-child(even) {
  grid-row-end: auto;
}

.hover\:row-end-1:hover {
  grid-row-end: 1;
}

.hover\:row-end-2:hover {
  grid-row-end: 2;
}

.hover\:row-end-3:hover {
  grid-row-end: 3;
}

.hover\:row-end-4:hover {
  grid-row-end: 4;
}

.hover\:row-end-5:hover {
  grid-row-end: 5;
}

.hover\:row-end-6:hover {
  grid-row-end: 6;
}

.hover\:row-end-7:hover {
  grid-row-end: 7;
}

.hover\:row-end-auto:hover {
  grid-row-end: auto;
}

.focus\:row-end-1:focus {
  grid-row-end: 1;
}

.focus\:row-end-2:focus {
  grid-row-end: 2;
}

.focus\:row-end-3:focus {
  grid-row-end: 3;
}

.focus\:row-end-4:focus {
  grid-row-end: 4;
}

.focus\:row-end-5:focus {
  grid-row-end: 5;
}

.focus\:row-end-6:focus {
  grid-row-end: 6;
}

.focus\:row-end-7:focus {
  grid-row-end: 7;
}

.focus\:row-end-auto:focus {
  grid-row-end: auto;
}

.active\:row-end-1:active {
  grid-row-end: 1;
}

.active\:row-end-2:active {
  grid-row-end: 2;
}

.active\:row-end-3:active {
  grid-row-end: 3;
}

.active\:row-end-4:active {
  grid-row-end: 4;
}

.active\:row-end-5:active {
  grid-row-end: 5;
}

.active\:row-end-6:active {
  grid-row-end: 6;
}

.active\:row-end-7:active {
  grid-row-end: 7;
}

.active\:row-end-auto:active {
  grid-row-end: auto;
}

.visited\:row-end-1:visited {
  grid-row-end: 1;
}

.visited\:row-end-2:visited {
  grid-row-end: 2;
}

.visited\:row-end-3:visited {
  grid-row-end: 3;
}

.visited\:row-end-4:visited {
  grid-row-end: 4;
}

.visited\:row-end-5:visited {
  grid-row-end: 5;
}

.visited\:row-end-6:visited {
  grid-row-end: 6;
}

.visited\:row-end-7:visited {
  grid-row-end: 7;
}

.visited\:row-end-auto:visited {
  grid-row-end: auto;
}

.disabled\:row-end-1:disabled {
  grid-row-end: 1;
}

.disabled\:row-end-2:disabled {
  grid-row-end: 2;
}

.disabled\:row-end-3:disabled {
  grid-row-end: 3;
}

.disabled\:row-end-4:disabled {
  grid-row-end: 4;
}

.disabled\:row-end-5:disabled {
  grid-row-end: 5;
}

.disabled\:row-end-6:disabled {
  grid-row-end: 6;
}

.disabled\:row-end-7:disabled {
  grid-row-end: 7;
}

.disabled\:row-end-auto:disabled {
  grid-row-end: auto;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:transform-none {
  transform: none;
}

.focus-within\:transform:focus-within {
  --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));
}

.focus-within\:transform-gpu:focus-within {
  --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));
}

.focus-within\:transform-none:focus-within {
  transform: none;
}

.first\:transform:first-child {
  --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));
}

.first\:transform-gpu:first-child {
  --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));
}

.first\:transform-none:first-child {
  transform: none;
}

.last\:transform:last-child {
  --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));
}

.last\:transform-gpu:last-child {
  --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));
}

.last\:transform-none:last-child {
  transform: none;
}

.odd\:transform:nth-child(odd) {
  --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));
}

.odd\:transform-gpu:nth-child(odd) {
  --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));
}

.odd\:transform-none:nth-child(odd) {
  transform: none;
}

.even\:transform:nth-child(even) {
  --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));
}

.even\:transform-gpu:nth-child(even) {
  --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));
}

.even\:transform-none:nth-child(even) {
  transform: none;
}

.hover\:transform:hover {
  --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));
}

.hover\:transform-gpu:hover {
  --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));
}

.hover\:transform-none:hover {
  transform: none;
}

.focus\:transform:focus {
  --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));
}

.focus\:transform-gpu:focus {
  --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));
}

.focus\:transform-none:focus {
  transform: none;
}

.active\:transform:active {
  --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));
}

.active\:transform-gpu:active {
  --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));
}

.active\:transform-none:active {
  transform: none;
}

.visited\:transform:visited {
  --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));
}

.visited\:transform-gpu:visited {
  --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));
}

.visited\:transform-none:visited {
  transform: none;
}

.disabled\:transform:disabled {
  --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));
}

.disabled\:transform-gpu:disabled {
  --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));
}

.disabled\:transform-none:disabled {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.group:hover .group-hover\:origin-center {
  transform-origin: center;
}

.group:hover .group-hover\:origin-top {
  transform-origin: top;
}

.group:hover .group-hover\:origin-top-right {
  transform-origin: top right;
}

.group:hover .group-hover\:origin-right {
  transform-origin: right;
}

.group:hover .group-hover\:origin-bottom-right {
  transform-origin: bottom right;
}

.group:hover .group-hover\:origin-bottom {
  transform-origin: bottom;
}

.group:hover .group-hover\:origin-bottom-left {
  transform-origin: bottom left;
}

.group:hover .group-hover\:origin-left {
  transform-origin: left;
}

.group:hover .group-hover\:origin-top-left {
  transform-origin: top left;
}

.focus-within\:origin-center:focus-within {
  transform-origin: center;
}

.focus-within\:origin-top:focus-within {
  transform-origin: top;
}

.focus-within\:origin-top-right:focus-within {
  transform-origin: top right;
}

.focus-within\:origin-right:focus-within {
  transform-origin: right;
}

.focus-within\:origin-bottom-right:focus-within {
  transform-origin: bottom right;
}

.focus-within\:origin-bottom:focus-within {
  transform-origin: bottom;
}

.focus-within\:origin-bottom-left:focus-within {
  transform-origin: bottom left;
}

.focus-within\:origin-left:focus-within {
  transform-origin: left;
}

.focus-within\:origin-top-left:focus-within {
  transform-origin: top left;
}

.first\:origin-center:first-child {
  transform-origin: center;
}

.first\:origin-top:first-child {
  transform-origin: top;
}

.first\:origin-top-right:first-child {
  transform-origin: top right;
}

.first\:origin-right:first-child {
  transform-origin: right;
}

.first\:origin-bottom-right:first-child {
  transform-origin: bottom right;
}

.first\:origin-bottom:first-child {
  transform-origin: bottom;
}

.first\:origin-bottom-left:first-child {
  transform-origin: bottom left;
}

.first\:origin-left:first-child {
  transform-origin: left;
}

.first\:origin-top-left:first-child {
  transform-origin: top left;
}

.last\:origin-center:last-child {
  transform-origin: center;
}

.last\:origin-top:last-child {
  transform-origin: top;
}

.last\:origin-top-right:last-child {
  transform-origin: top right;
}

.last\:origin-right:last-child {
  transform-origin: right;
}

.last\:origin-bottom-right:last-child {
  transform-origin: bottom right;
}

.last\:origin-bottom:last-child {
  transform-origin: bottom;
}

.last\:origin-bottom-left:last-child {
  transform-origin: bottom left;
}

.last\:origin-left:last-child {
  transform-origin: left;
}

.last\:origin-top-left:last-child {
  transform-origin: top left;
}

.odd\:origin-center:nth-child(odd) {
  transform-origin: center;
}

.odd\:origin-top:nth-child(odd) {
  transform-origin: top;
}

.odd\:origin-top-right:nth-child(odd) {
  transform-origin: top right;
}

.odd\:origin-right:nth-child(odd) {
  transform-origin: right;
}

.odd\:origin-bottom-right:nth-child(odd) {
  transform-origin: bottom right;
}

.odd\:origin-bottom:nth-child(odd) {
  transform-origin: bottom;
}

.odd\:origin-bottom-left:nth-child(odd) {
  transform-origin: bottom left;
}

.odd\:origin-left:nth-child(odd) {
  transform-origin: left;
}

.odd\:origin-top-left:nth-child(odd) {
  transform-origin: top left;
}

.even\:origin-center:nth-child(even) {
  transform-origin: center;
}

.even\:origin-top:nth-child(even) {
  transform-origin: top;
}

.even\:origin-top-right:nth-child(even) {
  transform-origin: top right;
}

.even\:origin-right:nth-child(even) {
  transform-origin: right;
}

.even\:origin-bottom-right:nth-child(even) {
  transform-origin: bottom right;
}

.even\:origin-bottom:nth-child(even) {
  transform-origin: bottom;
}

.even\:origin-bottom-left:nth-child(even) {
  transform-origin: bottom left;
}

.even\:origin-left:nth-child(even) {
  transform-origin: left;
}

.even\:origin-top-left:nth-child(even) {
  transform-origin: top left;
}

.hover\:origin-center:hover {
  transform-origin: center;
}

.hover\:origin-top:hover {
  transform-origin: top;
}

.hover\:origin-top-right:hover {
  transform-origin: top right;
}

.hover\:origin-right:hover {
  transform-origin: right;
}

.hover\:origin-bottom-right:hover {
  transform-origin: bottom right;
}

.hover\:origin-bottom:hover {
  transform-origin: bottom;
}

.hover\:origin-bottom-left:hover {
  transform-origin: bottom left;
}

.hover\:origin-left:hover {
  transform-origin: left;
}

.hover\:origin-top-left:hover {
  transform-origin: top left;
}

.focus\:origin-center:focus {
  transform-origin: center;
}

.focus\:origin-top:focus {
  transform-origin: top;
}

.focus\:origin-top-right:focus {
  transform-origin: top right;
}

.focus\:origin-right:focus {
  transform-origin: right;
}

.focus\:origin-bottom-right:focus {
  transform-origin: bottom right;
}

.focus\:origin-bottom:focus {
  transform-origin: bottom;
}

.focus\:origin-bottom-left:focus {
  transform-origin: bottom left;
}

.focus\:origin-left:focus {
  transform-origin: left;
}

.focus\:origin-top-left:focus {
  transform-origin: top left;
}

.active\:origin-center:active {
  transform-origin: center;
}

.active\:origin-top:active {
  transform-origin: top;
}

.active\:origin-top-right:active {
  transform-origin: top right;
}

.active\:origin-right:active {
  transform-origin: right;
}

.active\:origin-bottom-right:active {
  transform-origin: bottom right;
}

.active\:origin-bottom:active {
  transform-origin: bottom;
}

.active\:origin-bottom-left:active {
  transform-origin: bottom left;
}

.active\:origin-left:active {
  transform-origin: left;
}

.active\:origin-top-left:active {
  transform-origin: top left;
}

.visited\:origin-center:visited {
  transform-origin: center;
}

.visited\:origin-top:visited {
  transform-origin: top;
}

.visited\:origin-top-right:visited {
  transform-origin: top right;
}

.visited\:origin-right:visited {
  transform-origin: right;
}

.visited\:origin-bottom-right:visited {
  transform-origin: bottom right;
}

.visited\:origin-bottom:visited {
  transform-origin: bottom;
}

.visited\:origin-bottom-left:visited {
  transform-origin: bottom left;
}

.visited\:origin-left:visited {
  transform-origin: left;
}

.visited\:origin-top-left:visited {
  transform-origin: top left;
}

.disabled\:origin-center:disabled {
  transform-origin: center;
}

.disabled\:origin-top:disabled {
  transform-origin: top;
}

.disabled\:origin-top-right:disabled {
  transform-origin: top right;
}

.disabled\:origin-right:disabled {
  transform-origin: right;
}

.disabled\:origin-bottom-right:disabled {
  transform-origin: bottom right;
}

.disabled\:origin-bottom:disabled {
  transform-origin: bottom;
}

.disabled\:origin-bottom-left:disabled {
  transform-origin: bottom left;
}

.disabled\:origin-left:disabled {
  transform-origin: left;
}

.disabled\:origin-top-left:disabled {
  transform-origin: top left;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.group:hover .group-hover\:scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.group:hover .group-hover\:scale-x-0 {
  --tw-scale-x: 0;
}

.group:hover .group-hover\:scale-x-50 {
  --tw-scale-x: .5;
}

.group:hover .group-hover\:scale-x-75 {
  --tw-scale-x: .75;
}

.group:hover .group-hover\:scale-x-90 {
  --tw-scale-x: .9;
}

.group:hover .group-hover\:scale-x-95 {
  --tw-scale-x: .95;
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 1;
}

.group:hover .group-hover\:scale-x-105 {
  --tw-scale-x: 1.05;
}

.group:hover .group-hover\:scale-x-110 {
  --tw-scale-x: 1.1;
}

.group:hover .group-hover\:scale-x-125 {
  --tw-scale-x: 1.25;
}

.group:hover .group-hover\:scale-x-150 {
  --tw-scale-x: 1.5;
}

.group:hover .group-hover\:scale-y-0 {
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-y-50 {
  --tw-scale-y: .5;
}

.group:hover .group-hover\:scale-y-75 {
  --tw-scale-y: .75;
}

.group:hover .group-hover\:scale-y-90 {
  --tw-scale-y: .9;
}

.group:hover .group-hover\:scale-y-95 {
  --tw-scale-y: .95;
}

.group:hover .group-hover\:scale-y-100 {
  --tw-scale-y: 1;
}

.group:hover .group-hover\:scale-y-105 {
  --tw-scale-y: 1.05;
}

.group:hover .group-hover\:scale-y-110 {
  --tw-scale-y: 1.1;
}

.group:hover .group-hover\:scale-y-125 {
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-y-150 {
  --tw-scale-y: 1.5;
}

.focus-within\:scale-0:focus-within {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus-within\:scale-50:focus-within {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus-within\:scale-75:focus-within {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus-within\:scale-90:focus-within {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus-within\:scale-95:focus-within {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus-within\:scale-100:focus-within {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus-within\:scale-105:focus-within {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus-within\:scale-110:focus-within {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus-within\:scale-125:focus-within {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus-within\:scale-150:focus-within {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus-within\:scale-x-0:focus-within {
  --tw-scale-x: 0;
}

.focus-within\:scale-x-50:focus-within {
  --tw-scale-x: .5;
}

.focus-within\:scale-x-75:focus-within {
  --tw-scale-x: .75;
}

.focus-within\:scale-x-90:focus-within {
  --tw-scale-x: .9;
}

.focus-within\:scale-x-95:focus-within {
  --tw-scale-x: .95;
}

.focus-within\:scale-x-100:focus-within {
  --tw-scale-x: 1;
}

.focus-within\:scale-x-105:focus-within {
  --tw-scale-x: 1.05;
}

.focus-within\:scale-x-110:focus-within {
  --tw-scale-x: 1.1;
}

.focus-within\:scale-x-125:focus-within {
  --tw-scale-x: 1.25;
}

.focus-within\:scale-x-150:focus-within {
  --tw-scale-x: 1.5;
}

.focus-within\:scale-y-0:focus-within {
  --tw-scale-y: 0;
}

.focus-within\:scale-y-50:focus-within {
  --tw-scale-y: .5;
}

.focus-within\:scale-y-75:focus-within {
  --tw-scale-y: .75;
}

.focus-within\:scale-y-90:focus-within {
  --tw-scale-y: .9;
}

.focus-within\:scale-y-95:focus-within {
  --tw-scale-y: .95;
}

.focus-within\:scale-y-100:focus-within {
  --tw-scale-y: 1;
}

.focus-within\:scale-y-105:focus-within {
  --tw-scale-y: 1.05;
}

.focus-within\:scale-y-110:focus-within {
  --tw-scale-y: 1.1;
}

.focus-within\:scale-y-125:focus-within {
  --tw-scale-y: 1.25;
}

.focus-within\:scale-y-150:focus-within {
  --tw-scale-y: 1.5;
}

.first\:scale-0:first-child {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.first\:scale-50:first-child {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.first\:scale-75:first-child {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.first\:scale-90:first-child {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.first\:scale-95:first-child {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.first\:scale-100:first-child {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.first\:scale-105:first-child {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.first\:scale-110:first-child {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.first\:scale-125:first-child {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.first\:scale-150:first-child {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.first\:scale-x-0:first-child {
  --tw-scale-x: 0;
}

.first\:scale-x-50:first-child {
  --tw-scale-x: .5;
}

.first\:scale-x-75:first-child {
  --tw-scale-x: .75;
}

.first\:scale-x-90:first-child {
  --tw-scale-x: .9;
}

.first\:scale-x-95:first-child {
  --tw-scale-x: .95;
}

.first\:scale-x-100:first-child {
  --tw-scale-x: 1;
}

.first\:scale-x-105:first-child {
  --tw-scale-x: 1.05;
}

.first\:scale-x-110:first-child {
  --tw-scale-x: 1.1;
}

.first\:scale-x-125:first-child {
  --tw-scale-x: 1.25;
}

.first\:scale-x-150:first-child {
  --tw-scale-x: 1.5;
}

.first\:scale-y-0:first-child {
  --tw-scale-y: 0;
}

.first\:scale-y-50:first-child {
  --tw-scale-y: .5;
}

.first\:scale-y-75:first-child {
  --tw-scale-y: .75;
}

.first\:scale-y-90:first-child {
  --tw-scale-y: .9;
}

.first\:scale-y-95:first-child {
  --tw-scale-y: .95;
}

.first\:scale-y-100:first-child {
  --tw-scale-y: 1;
}

.first\:scale-y-105:first-child {
  --tw-scale-y: 1.05;
}

.first\:scale-y-110:first-child {
  --tw-scale-y: 1.1;
}

.first\:scale-y-125:first-child {
  --tw-scale-y: 1.25;
}

.first\:scale-y-150:first-child {
  --tw-scale-y: 1.5;
}

.last\:scale-0:last-child {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.last\:scale-50:last-child {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.last\:scale-75:last-child {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.last\:scale-90:last-child {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.last\:scale-95:last-child {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.last\:scale-100:last-child {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.last\:scale-105:last-child {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.last\:scale-110:last-child {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.last\:scale-125:last-child {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.last\:scale-150:last-child {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.last\:scale-x-0:last-child {
  --tw-scale-x: 0;
}

.last\:scale-x-50:last-child {
  --tw-scale-x: .5;
}

.last\:scale-x-75:last-child {
  --tw-scale-x: .75;
}

.last\:scale-x-90:last-child {
  --tw-scale-x: .9;
}

.last\:scale-x-95:last-child {
  --tw-scale-x: .95;
}

.last\:scale-x-100:last-child {
  --tw-scale-x: 1;
}

.last\:scale-x-105:last-child {
  --tw-scale-x: 1.05;
}

.last\:scale-x-110:last-child {
  --tw-scale-x: 1.1;
}

.last\:scale-x-125:last-child {
  --tw-scale-x: 1.25;
}

.last\:scale-x-150:last-child {
  --tw-scale-x: 1.5;
}

.last\:scale-y-0:last-child {
  --tw-scale-y: 0;
}

.last\:scale-y-50:last-child {
  --tw-scale-y: .5;
}

.last\:scale-y-75:last-child {
  --tw-scale-y: .75;
}

.last\:scale-y-90:last-child {
  --tw-scale-y: .9;
}

.last\:scale-y-95:last-child {
  --tw-scale-y: .95;
}

.last\:scale-y-100:last-child {
  --tw-scale-y: 1;
}

.last\:scale-y-105:last-child {
  --tw-scale-y: 1.05;
}

.last\:scale-y-110:last-child {
  --tw-scale-y: 1.1;
}

.last\:scale-y-125:last-child {
  --tw-scale-y: 1.25;
}

.last\:scale-y-150:last-child {
  --tw-scale-y: 1.5;
}

.odd\:scale-0:nth-child(odd) {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.odd\:scale-50:nth-child(odd) {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.odd\:scale-75:nth-child(odd) {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.odd\:scale-90:nth-child(odd) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.odd\:scale-95:nth-child(odd) {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.odd\:scale-100:nth-child(odd) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.odd\:scale-105:nth-child(odd) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.odd\:scale-110:nth-child(odd) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.odd\:scale-125:nth-child(odd) {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.odd\:scale-150:nth-child(odd) {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.odd\:scale-x-0:nth-child(odd) {
  --tw-scale-x: 0;
}

.odd\:scale-x-50:nth-child(odd) {
  --tw-scale-x: .5;
}

.odd\:scale-x-75:nth-child(odd) {
  --tw-scale-x: .75;
}

.odd\:scale-x-90:nth-child(odd) {
  --tw-scale-x: .9;
}

.odd\:scale-x-95:nth-child(odd) {
  --tw-scale-x: .95;
}

.odd\:scale-x-100:nth-child(odd) {
  --tw-scale-x: 1;
}

.odd\:scale-x-105:nth-child(odd) {
  --tw-scale-x: 1.05;
}

.odd\:scale-x-110:nth-child(odd) {
  --tw-scale-x: 1.1;
}

.odd\:scale-x-125:nth-child(odd) {
  --tw-scale-x: 1.25;
}

.odd\:scale-x-150:nth-child(odd) {
  --tw-scale-x: 1.5;
}

.odd\:scale-y-0:nth-child(odd) {
  --tw-scale-y: 0;
}

.odd\:scale-y-50:nth-child(odd) {
  --tw-scale-y: .5;
}

.odd\:scale-y-75:nth-child(odd) {
  --tw-scale-y: .75;
}

.odd\:scale-y-90:nth-child(odd) {
  --tw-scale-y: .9;
}

.odd\:scale-y-95:nth-child(odd) {
  --tw-scale-y: .95;
}

.odd\:scale-y-100:nth-child(odd) {
  --tw-scale-y: 1;
}

.odd\:scale-y-105:nth-child(odd) {
  --tw-scale-y: 1.05;
}

.odd\:scale-y-110:nth-child(odd) {
  --tw-scale-y: 1.1;
}

.odd\:scale-y-125:nth-child(odd) {
  --tw-scale-y: 1.25;
}

.odd\:scale-y-150:nth-child(odd) {
  --tw-scale-y: 1.5;
}

.even\:scale-0:nth-child(even) {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.even\:scale-50:nth-child(even) {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.even\:scale-75:nth-child(even) {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.even\:scale-90:nth-child(even) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.even\:scale-95:nth-child(even) {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.even\:scale-100:nth-child(even) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.even\:scale-105:nth-child(even) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.even\:scale-110:nth-child(even) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.even\:scale-125:nth-child(even) {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.even\:scale-150:nth-child(even) {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.even\:scale-x-0:nth-child(even) {
  --tw-scale-x: 0;
}

.even\:scale-x-50:nth-child(even) {
  --tw-scale-x: .5;
}

.even\:scale-x-75:nth-child(even) {
  --tw-scale-x: .75;
}

.even\:scale-x-90:nth-child(even) {
  --tw-scale-x: .9;
}

.even\:scale-x-95:nth-child(even) {
  --tw-scale-x: .95;
}

.even\:scale-x-100:nth-child(even) {
  --tw-scale-x: 1;
}

.even\:scale-x-105:nth-child(even) {
  --tw-scale-x: 1.05;
}

.even\:scale-x-110:nth-child(even) {
  --tw-scale-x: 1.1;
}

.even\:scale-x-125:nth-child(even) {
  --tw-scale-x: 1.25;
}

.even\:scale-x-150:nth-child(even) {
  --tw-scale-x: 1.5;
}

.even\:scale-y-0:nth-child(even) {
  --tw-scale-y: 0;
}

.even\:scale-y-50:nth-child(even) {
  --tw-scale-y: .5;
}

.even\:scale-y-75:nth-child(even) {
  --tw-scale-y: .75;
}

.even\:scale-y-90:nth-child(even) {
  --tw-scale-y: .9;
}

.even\:scale-y-95:nth-child(even) {
  --tw-scale-y: .95;
}

.even\:scale-y-100:nth-child(even) {
  --tw-scale-y: 1;
}

.even\:scale-y-105:nth-child(even) {
  --tw-scale-y: 1.05;
}

.even\:scale-y-110:nth-child(even) {
  --tw-scale-y: 1.1;
}

.even\:scale-y-125:nth-child(even) {
  --tw-scale-y: 1.25;
}

.even\:scale-y-150:nth-child(even) {
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

.active\:scale-0:active {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.active\:scale-50:active {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.active\:scale-75:active {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.active\:scale-100:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.active\:scale-105:active {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.active\:scale-125:active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.active\:scale-150:active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.active\:scale-x-0:active {
  --tw-scale-x: 0;
}

.active\:scale-x-50:active {
  --tw-scale-x: .5;
}

.active\:scale-x-75:active {
  --tw-scale-x: .75;
}

.active\:scale-x-90:active {
  --tw-scale-x: .9;
}

.active\:scale-x-95:active {
  --tw-scale-x: .95;
}

.active\:scale-x-100:active {
  --tw-scale-x: 1;
}

.active\:scale-x-105:active {
  --tw-scale-x: 1.05;
}

.active\:scale-x-110:active {
  --tw-scale-x: 1.1;
}

.active\:scale-x-125:active {
  --tw-scale-x: 1.25;
}

.active\:scale-x-150:active {
  --tw-scale-x: 1.5;
}

.active\:scale-y-0:active {
  --tw-scale-y: 0;
}

.active\:scale-y-50:active {
  --tw-scale-y: .5;
}

.active\:scale-y-75:active {
  --tw-scale-y: .75;
}

.active\:scale-y-90:active {
  --tw-scale-y: .9;
}

.active\:scale-y-95:active {
  --tw-scale-y: .95;
}

.active\:scale-y-100:active {
  --tw-scale-y: 1;
}

.active\:scale-y-105:active {
  --tw-scale-y: 1.05;
}

.active\:scale-y-110:active {
  --tw-scale-y: 1.1;
}

.active\:scale-y-125:active {
  --tw-scale-y: 1.25;
}

.active\:scale-y-150:active {
  --tw-scale-y: 1.5;
}

.visited\:scale-0:visited {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.visited\:scale-50:visited {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.visited\:scale-75:visited {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.visited\:scale-90:visited {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.visited\:scale-95:visited {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.visited\:scale-100:visited {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.visited\:scale-105:visited {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.visited\:scale-110:visited {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.visited\:scale-125:visited {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.visited\:scale-150:visited {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.visited\:scale-x-0:visited {
  --tw-scale-x: 0;
}

.visited\:scale-x-50:visited {
  --tw-scale-x: .5;
}

.visited\:scale-x-75:visited {
  --tw-scale-x: .75;
}

.visited\:scale-x-90:visited {
  --tw-scale-x: .9;
}

.visited\:scale-x-95:visited {
  --tw-scale-x: .95;
}

.visited\:scale-x-100:visited {
  --tw-scale-x: 1;
}

.visited\:scale-x-105:visited {
  --tw-scale-x: 1.05;
}

.visited\:scale-x-110:visited {
  --tw-scale-x: 1.1;
}

.visited\:scale-x-125:visited {
  --tw-scale-x: 1.25;
}

.visited\:scale-x-150:visited {
  --tw-scale-x: 1.5;
}

.visited\:scale-y-0:visited {
  --tw-scale-y: 0;
}

.visited\:scale-y-50:visited {
  --tw-scale-y: .5;
}

.visited\:scale-y-75:visited {
  --tw-scale-y: .75;
}

.visited\:scale-y-90:visited {
  --tw-scale-y: .9;
}

.visited\:scale-y-95:visited {
  --tw-scale-y: .95;
}

.visited\:scale-y-100:visited {
  --tw-scale-y: 1;
}

.visited\:scale-y-105:visited {
  --tw-scale-y: 1.05;
}

.visited\:scale-y-110:visited {
  --tw-scale-y: 1.1;
}

.visited\:scale-y-125:visited {
  --tw-scale-y: 1.25;
}

.visited\:scale-y-150:visited {
  --tw-scale-y: 1.5;
}

.disabled\:scale-0:disabled {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.disabled\:scale-50:disabled {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.disabled\:scale-75:disabled {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.disabled\:scale-90:disabled {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.disabled\:scale-95:disabled {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.disabled\:scale-100:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.disabled\:scale-105:disabled {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.disabled\:scale-110:disabled {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.disabled\:scale-125:disabled {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.disabled\:scale-150:disabled {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.disabled\:scale-x-0:disabled {
  --tw-scale-x: 0;
}

.disabled\:scale-x-50:disabled {
  --tw-scale-x: .5;
}

.disabled\:scale-x-75:disabled {
  --tw-scale-x: .75;
}

.disabled\:scale-x-90:disabled {
  --tw-scale-x: .9;
}

.disabled\:scale-x-95:disabled {
  --tw-scale-x: .95;
}

.disabled\:scale-x-100:disabled {
  --tw-scale-x: 1;
}

.disabled\:scale-x-105:disabled {
  --tw-scale-x: 1.05;
}

.disabled\:scale-x-110:disabled {
  --tw-scale-x: 1.1;
}

.disabled\:scale-x-125:disabled {
  --tw-scale-x: 1.25;
}

.disabled\:scale-x-150:disabled {
  --tw-scale-x: 1.5;
}

.disabled\:scale-y-0:disabled {
  --tw-scale-y: 0;
}

.disabled\:scale-y-50:disabled {
  --tw-scale-y: .5;
}

.disabled\:scale-y-75:disabled {
  --tw-scale-y: .75;
}

.disabled\:scale-y-90:disabled {
  --tw-scale-y: .9;
}

.disabled\:scale-y-95:disabled {
  --tw-scale-y: .95;
}

.disabled\:scale-y-100:disabled {
  --tw-scale-y: 1;
}

.disabled\:scale-y-105:disabled {
  --tw-scale-y: 1.05;
}

.disabled\:scale-y-110:disabled {
  --tw-scale-y: 1.1;
}

.disabled\:scale-y-125:disabled {
  --tw-scale-y: 1.25;
}

.disabled\:scale-y-150:disabled {
  --tw-scale-y: 1.5;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.group:hover .group-hover\:rotate-0 {
  --tw-rotate: 0deg;
}

.group:hover .group-hover\:rotate-1 {
  --tw-rotate: 1deg;
}

.group:hover .group-hover\:rotate-2 {
  --tw-rotate: 2deg;
}

.group:hover .group-hover\:rotate-3 {
  --tw-rotate: 3deg;
}

.group:hover .group-hover\:rotate-6 {
  --tw-rotate: 6deg;
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
}

.group:hover .group-hover\:rotate-90 {
  --tw-rotate: 90deg;
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
}

.group:hover .group-hover\:-rotate-180 {
  --tw-rotate: -180deg;
}

.group:hover .group-hover\:-rotate-90 {
  --tw-rotate: -90deg;
}

.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
}

.group:hover .group-hover\:-rotate-12 {
  --tw-rotate: -12deg;
}

.group:hover .group-hover\:-rotate-6 {
  --tw-rotate: -6deg;
}

.group:hover .group-hover\:-rotate-3 {
  --tw-rotate: -3deg;
}

.group:hover .group-hover\:-rotate-2 {
  --tw-rotate: -2deg;
}

.group:hover .group-hover\:-rotate-1 {
  --tw-rotate: -1deg;
}

.focus-within\:rotate-0:focus-within {
  --tw-rotate: 0deg;
}

.focus-within\:rotate-1:focus-within {
  --tw-rotate: 1deg;
}

.focus-within\:rotate-2:focus-within {
  --tw-rotate: 2deg;
}

.focus-within\:rotate-3:focus-within {
  --tw-rotate: 3deg;
}

.focus-within\:rotate-6:focus-within {
  --tw-rotate: 6deg;
}

.focus-within\:rotate-12:focus-within {
  --tw-rotate: 12deg;
}

.focus-within\:rotate-45:focus-within {
  --tw-rotate: 45deg;
}

.focus-within\:rotate-90:focus-within {
  --tw-rotate: 90deg;
}

.focus-within\:rotate-180:focus-within {
  --tw-rotate: 180deg;
}

.focus-within\:-rotate-180:focus-within {
  --tw-rotate: -180deg;
}

.focus-within\:-rotate-90:focus-within {
  --tw-rotate: -90deg;
}

.focus-within\:-rotate-45:focus-within {
  --tw-rotate: -45deg;
}

.focus-within\:-rotate-12:focus-within {
  --tw-rotate: -12deg;
}

.focus-within\:-rotate-6:focus-within {
  --tw-rotate: -6deg;
}

.focus-within\:-rotate-3:focus-within {
  --tw-rotate: -3deg;
}

.focus-within\:-rotate-2:focus-within {
  --tw-rotate: -2deg;
}

.focus-within\:-rotate-1:focus-within {
  --tw-rotate: -1deg;
}

.first\:rotate-0:first-child {
  --tw-rotate: 0deg;
}

.first\:rotate-1:first-child {
  --tw-rotate: 1deg;
}

.first\:rotate-2:first-child {
  --tw-rotate: 2deg;
}

.first\:rotate-3:first-child {
  --tw-rotate: 3deg;
}

.first\:rotate-6:first-child {
  --tw-rotate: 6deg;
}

.first\:rotate-12:first-child {
  --tw-rotate: 12deg;
}

.first\:rotate-45:first-child {
  --tw-rotate: 45deg;
}

.first\:rotate-90:first-child {
  --tw-rotate: 90deg;
}

.first\:rotate-180:first-child {
  --tw-rotate: 180deg;
}

.first\:-rotate-180:first-child {
  --tw-rotate: -180deg;
}

.first\:-rotate-90:first-child {
  --tw-rotate: -90deg;
}

.first\:-rotate-45:first-child {
  --tw-rotate: -45deg;
}

.first\:-rotate-12:first-child {
  --tw-rotate: -12deg;
}

.first\:-rotate-6:first-child {
  --tw-rotate: -6deg;
}

.first\:-rotate-3:first-child {
  --tw-rotate: -3deg;
}

.first\:-rotate-2:first-child {
  --tw-rotate: -2deg;
}

.first\:-rotate-1:first-child {
  --tw-rotate: -1deg;
}

.last\:rotate-0:last-child {
  --tw-rotate: 0deg;
}

.last\:rotate-1:last-child {
  --tw-rotate: 1deg;
}

.last\:rotate-2:last-child {
  --tw-rotate: 2deg;
}

.last\:rotate-3:last-child {
  --tw-rotate: 3deg;
}

.last\:rotate-6:last-child {
  --tw-rotate: 6deg;
}

.last\:rotate-12:last-child {
  --tw-rotate: 12deg;
}

.last\:rotate-45:last-child {
  --tw-rotate: 45deg;
}

.last\:rotate-90:last-child {
  --tw-rotate: 90deg;
}

.last\:rotate-180:last-child {
  --tw-rotate: 180deg;
}

.last\:-rotate-180:last-child {
  --tw-rotate: -180deg;
}

.last\:-rotate-90:last-child {
  --tw-rotate: -90deg;
}

.last\:-rotate-45:last-child {
  --tw-rotate: -45deg;
}

.last\:-rotate-12:last-child {
  --tw-rotate: -12deg;
}

.last\:-rotate-6:last-child {
  --tw-rotate: -6deg;
}

.last\:-rotate-3:last-child {
  --tw-rotate: -3deg;
}

.last\:-rotate-2:last-child {
  --tw-rotate: -2deg;
}

.last\:-rotate-1:last-child {
  --tw-rotate: -1deg;
}

.odd\:rotate-0:nth-child(odd) {
  --tw-rotate: 0deg;
}

.odd\:rotate-1:nth-child(odd) {
  --tw-rotate: 1deg;
}

.odd\:rotate-2:nth-child(odd) {
  --tw-rotate: 2deg;
}

.odd\:rotate-3:nth-child(odd) {
  --tw-rotate: 3deg;
}

.odd\:rotate-6:nth-child(odd) {
  --tw-rotate: 6deg;
}

.odd\:rotate-12:nth-child(odd) {
  --tw-rotate: 12deg;
}

.odd\:rotate-45:nth-child(odd) {
  --tw-rotate: 45deg;
}

.odd\:rotate-90:nth-child(odd) {
  --tw-rotate: 90deg;
}

.odd\:rotate-180:nth-child(odd) {
  --tw-rotate: 180deg;
}

.odd\:-rotate-180:nth-child(odd) {
  --tw-rotate: -180deg;
}

.odd\:-rotate-90:nth-child(odd) {
  --tw-rotate: -90deg;
}

.odd\:-rotate-45:nth-child(odd) {
  --tw-rotate: -45deg;
}

.odd\:-rotate-12:nth-child(odd) {
  --tw-rotate: -12deg;
}

.odd\:-rotate-6:nth-child(odd) {
  --tw-rotate: -6deg;
}

.odd\:-rotate-3:nth-child(odd) {
  --tw-rotate: -3deg;
}

.odd\:-rotate-2:nth-child(odd) {
  --tw-rotate: -2deg;
}

.odd\:-rotate-1:nth-child(odd) {
  --tw-rotate: -1deg;
}

.even\:rotate-0:nth-child(even) {
  --tw-rotate: 0deg;
}

.even\:rotate-1:nth-child(even) {
  --tw-rotate: 1deg;
}

.even\:rotate-2:nth-child(even) {
  --tw-rotate: 2deg;
}

.even\:rotate-3:nth-child(even) {
  --tw-rotate: 3deg;
}

.even\:rotate-6:nth-child(even) {
  --tw-rotate: 6deg;
}

.even\:rotate-12:nth-child(even) {
  --tw-rotate: 12deg;
}

.even\:rotate-45:nth-child(even) {
  --tw-rotate: 45deg;
}

.even\:rotate-90:nth-child(even) {
  --tw-rotate: 90deg;
}

.even\:rotate-180:nth-child(even) {
  --tw-rotate: 180deg;
}

.even\:-rotate-180:nth-child(even) {
  --tw-rotate: -180deg;
}

.even\:-rotate-90:nth-child(even) {
  --tw-rotate: -90deg;
}

.even\:-rotate-45:nth-child(even) {
  --tw-rotate: -45deg;
}

.even\:-rotate-12:nth-child(even) {
  --tw-rotate: -12deg;
}

.even\:-rotate-6:nth-child(even) {
  --tw-rotate: -6deg;
}

.even\:-rotate-3:nth-child(even) {
  --tw-rotate: -3deg;
}

.even\:-rotate-2:nth-child(even) {
  --tw-rotate: -2deg;
}

.even\:-rotate-1:nth-child(even) {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.active\:rotate-0:active {
  --tw-rotate: 0deg;
}

.active\:rotate-1:active {
  --tw-rotate: 1deg;
}

.active\:rotate-2:active {
  --tw-rotate: 2deg;
}

.active\:rotate-3:active {
  --tw-rotate: 3deg;
}

.active\:rotate-6:active {
  --tw-rotate: 6deg;
}

.active\:rotate-12:active {
  --tw-rotate: 12deg;
}

.active\:rotate-45:active {
  --tw-rotate: 45deg;
}

.active\:rotate-90:active {
  --tw-rotate: 90deg;
}

.active\:rotate-180:active {
  --tw-rotate: 180deg;
}

.active\:-rotate-180:active {
  --tw-rotate: -180deg;
}

.active\:-rotate-90:active {
  --tw-rotate: -90deg;
}

.active\:-rotate-45:active {
  --tw-rotate: -45deg;
}

.active\:-rotate-12:active {
  --tw-rotate: -12deg;
}

.active\:-rotate-6:active {
  --tw-rotate: -6deg;
}

.active\:-rotate-3:active {
  --tw-rotate: -3deg;
}

.active\:-rotate-2:active {
  --tw-rotate: -2deg;
}

.active\:-rotate-1:active {
  --tw-rotate: -1deg;
}

.visited\:rotate-0:visited {
  --tw-rotate: 0deg;
}

.visited\:rotate-1:visited {
  --tw-rotate: 1deg;
}

.visited\:rotate-2:visited {
  --tw-rotate: 2deg;
}

.visited\:rotate-3:visited {
  --tw-rotate: 3deg;
}

.visited\:rotate-6:visited {
  --tw-rotate: 6deg;
}

.visited\:rotate-12:visited {
  --tw-rotate: 12deg;
}

.visited\:rotate-45:visited {
  --tw-rotate: 45deg;
}

.visited\:rotate-90:visited {
  --tw-rotate: 90deg;
}

.visited\:rotate-180:visited {
  --tw-rotate: 180deg;
}

.visited\:-rotate-180:visited {
  --tw-rotate: -180deg;
}

.visited\:-rotate-90:visited {
  --tw-rotate: -90deg;
}

.visited\:-rotate-45:visited {
  --tw-rotate: -45deg;
}

.visited\:-rotate-12:visited {
  --tw-rotate: -12deg;
}

.visited\:-rotate-6:visited {
  --tw-rotate: -6deg;
}

.visited\:-rotate-3:visited {
  --tw-rotate: -3deg;
}

.visited\:-rotate-2:visited {
  --tw-rotate: -2deg;
}

.visited\:-rotate-1:visited {
  --tw-rotate: -1deg;
}

.disabled\:rotate-0:disabled {
  --tw-rotate: 0deg;
}

.disabled\:rotate-1:disabled {
  --tw-rotate: 1deg;
}

.disabled\:rotate-2:disabled {
  --tw-rotate: 2deg;
}

.disabled\:rotate-3:disabled {
  --tw-rotate: 3deg;
}

.disabled\:rotate-6:disabled {
  --tw-rotate: 6deg;
}

.disabled\:rotate-12:disabled {
  --tw-rotate: 12deg;
}

.disabled\:rotate-45:disabled {
  --tw-rotate: 45deg;
}

.disabled\:rotate-90:disabled {
  --tw-rotate: 90deg;
}

.disabled\:rotate-180:disabled {
  --tw-rotate: 180deg;
}

.disabled\:-rotate-180:disabled {
  --tw-rotate: -180deg;
}

.disabled\:-rotate-90:disabled {
  --tw-rotate: -90deg;
}

.disabled\:-rotate-45:disabled {
  --tw-rotate: -45deg;
}

.disabled\:-rotate-12:disabled {
  --tw-rotate: -12deg;
}

.disabled\:-rotate-6:disabled {
  --tw-rotate: -6deg;
}

.disabled\:-rotate-3:disabled {
  --tw-rotate: -3deg;
}

.disabled\:-rotate-2:disabled {
  --tw-rotate: -2deg;
}

.disabled\:-rotate-1:disabled {
  --tw-rotate: -1deg;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.group:hover .group-hover\:translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.group:hover .group-hover\:translate-x-4 {
  --tw-translate-x: 1rem;
}

.group:hover .group-hover\:translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.group:hover .group-hover\:translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.group:hover .group-hover\:translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.group:hover .group-hover\:translate-x-8 {
  --tw-translate-x: 2rem;
}

.group:hover .group-hover\:translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.group:hover .group-hover\:translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.group:hover .group-hover\:translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.group:hover .group-hover\:translate-x-12 {
  --tw-translate-x: 3rem;
}

.group:hover .group-hover\:translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.group:hover .group-hover\:translate-x-16 {
  --tw-translate-x: 4rem;
}

.group:hover .group-hover\:translate-x-20 {
  --tw-translate-x: 5rem;
}

.group:hover .group-hover\:translate-x-24 {
  --tw-translate-x: 6rem;
}

.group:hover .group-hover\:translate-x-28 {
  --tw-translate-x: 7rem;
}

.group:hover .group-hover\:translate-x-32 {
  --tw-translate-x: 8rem;
}

.group:hover .group-hover\:translate-x-36 {
  --tw-translate-x: 9rem;
}

.group:hover .group-hover\:translate-x-40 {
  --tw-translate-x: 10rem;
}

.group:hover .group-hover\:translate-x-44 {
  --tw-translate-x: 11rem;
}

.group:hover .group-hover\:translate-x-48 {
  --tw-translate-x: 12rem;
}

.group:hover .group-hover\:translate-x-52 {
  --tw-translate-x: 13rem;
}

.group:hover .group-hover\:translate-x-56 {
  --tw-translate-x: 14rem;
}

.group:hover .group-hover\:translate-x-60 {
  --tw-translate-x: 15rem;
}

.group:hover .group-hover\:translate-x-64 {
  --tw-translate-x: 16rem;
}

.group:hover .group-hover\:translate-x-72 {
  --tw-translate-x: 18rem;
}

.group:hover .group-hover\:translate-x-80 {
  --tw-translate-x: 20rem;
}

.group:hover .group-hover\:translate-x-96 {
  --tw-translate-x: 24rem;
}

.group:hover .group-hover\:translate-x-px {
  --tw-translate-x: 1px;
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.group:hover .group-hover\:translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.group:hover .group-hover\:translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.group:hover .group-hover\:translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.group:hover .group-hover\:-translate-x-0 {
  --tw-translate-x: 0px;
}

.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.group:hover .group-hover\:-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.group:hover .group-hover\:-translate-x-4 {
  --tw-translate-x: -1rem;
}

.group:hover .group-hover\:-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.group:hover .group-hover\:-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.group:hover .group-hover\:-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.group:hover .group-hover\:-translate-x-8 {
  --tw-translate-x: -2rem;
}

.group:hover .group-hover\:-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.group:hover .group-hover\:-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.group:hover .group-hover\:-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.group:hover .group-hover\:-translate-x-12 {
  --tw-translate-x: -3rem;
}

.group:hover .group-hover\:-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.group:hover .group-hover\:-translate-x-16 {
  --tw-translate-x: -4rem;
}

.group:hover .group-hover\:-translate-x-20 {
  --tw-translate-x: -5rem;
}

.group:hover .group-hover\:-translate-x-24 {
  --tw-translate-x: -6rem;
}

.group:hover .group-hover\:-translate-x-28 {
  --tw-translate-x: -7rem;
}

.group:hover .group-hover\:-translate-x-32 {
  --tw-translate-x: -8rem;
}

.group:hover .group-hover\:-translate-x-36 {
  --tw-translate-x: -9rem;
}

.group:hover .group-hover\:-translate-x-40 {
  --tw-translate-x: -10rem;
}

.group:hover .group-hover\:-translate-x-44 {
  --tw-translate-x: -11rem;
}

.group:hover .group-hover\:-translate-x-48 {
  --tw-translate-x: -12rem;
}

.group:hover .group-hover\:-translate-x-52 {
  --tw-translate-x: -13rem;
}

.group:hover .group-hover\:-translate-x-56 {
  --tw-translate-x: -14rem;
}

.group:hover .group-hover\:-translate-x-60 {
  --tw-translate-x: -15rem;
}

.group:hover .group-hover\:-translate-x-64 {
  --tw-translate-x: -16rem;
}

.group:hover .group-hover\:-translate-x-72 {
  --tw-translate-x: -18rem;
}

.group:hover .group-hover\:-translate-x-80 {
  --tw-translate-x: -20rem;
}

.group:hover .group-hover\:-translate-x-96 {
  --tw-translate-x: -24rem;
}

.group:hover .group-hover\:-translate-x-px {
  --tw-translate-x: -1px;
}

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.group:hover .group-hover\:-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.group:hover .group-hover\:-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.group:hover .group-hover\:-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.group:hover .group-hover\:translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.group:hover .group-hover\:translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.group:hover .group-hover\:translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.group:hover .group-hover\:translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.group:hover .group-hover\:translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.group:hover .group-hover\:translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.group:hover .group-hover\:translate-x-full {
  --tw-translate-x: 100%;
}

.group:hover .group-hover\:-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.group:hover .group-hover\:-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.group:hover .group-hover\:-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.group:hover .group-hover\:-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.group:hover .group-hover\:-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.group:hover .group-hover\:-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.group:hover .group-hover\:-translate-x-full {
  --tw-translate-x: -100%;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
}

.group:hover .group-hover\:translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.group:hover .group-hover\:translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.group:hover .group-hover\:translate-y-4 {
  --tw-translate-y: 1rem;
}

.group:hover .group-hover\:translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.group:hover .group-hover\:translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.group:hover .group-hover\:translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.group:hover .group-hover\:translate-y-8 {
  --tw-translate-y: 2rem;
}

.group:hover .group-hover\:translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.group:hover .group-hover\:translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.group:hover .group-hover\:translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.group:hover .group-hover\:translate-y-12 {
  --tw-translate-y: 3rem;
}

.group:hover .group-hover\:translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.group:hover .group-hover\:translate-y-16 {
  --tw-translate-y: 4rem;
}

.group:hover .group-hover\:translate-y-20 {
  --tw-translate-y: 5rem;
}

.group:hover .group-hover\:translate-y-24 {
  --tw-translate-y: 6rem;
}

.group:hover .group-hover\:translate-y-28 {
  --tw-translate-y: 7rem;
}

.group:hover .group-hover\:translate-y-32 {
  --tw-translate-y: 8rem;
}

.group:hover .group-hover\:translate-y-36 {
  --tw-translate-y: 9rem;
}

.group:hover .group-hover\:translate-y-40 {
  --tw-translate-y: 10rem;
}

.group:hover .group-hover\:translate-y-44 {
  --tw-translate-y: 11rem;
}

.group:hover .group-hover\:translate-y-48 {
  --tw-translate-y: 12rem;
}

.group:hover .group-hover\:translate-y-52 {
  --tw-translate-y: 13rem;
}

.group:hover .group-hover\:translate-y-56 {
  --tw-translate-y: 14rem;
}

.group:hover .group-hover\:translate-y-60 {
  --tw-translate-y: 15rem;
}

.group:hover .group-hover\:translate-y-64 {
  --tw-translate-y: 16rem;
}

.group:hover .group-hover\:translate-y-72 {
  --tw-translate-y: 18rem;
}

.group:hover .group-hover\:translate-y-80 {
  --tw-translate-y: 20rem;
}

.group:hover .group-hover\:translate-y-96 {
  --tw-translate-y: 24rem;
}

.group:hover .group-hover\:translate-y-px {
  --tw-translate-y: 1px;
}

.group:hover .group-hover\:translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.group:hover .group-hover\:translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.group:hover .group-hover\:translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.group:hover .group-hover\:translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.group:hover .group-hover\:-translate-y-0 {
  --tw-translate-y: 0px;
}

.group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.group:hover .group-hover\:-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.group:hover .group-hover\:-translate-y-4 {
  --tw-translate-y: -1rem;
}

.group:hover .group-hover\:-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.group:hover .group-hover\:-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.group:hover .group-hover\:-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.group:hover .group-hover\:-translate-y-8 {
  --tw-translate-y: -2rem;
}

.group:hover .group-hover\:-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.group:hover .group-hover\:-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.group:hover .group-hover\:-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.group:hover .group-hover\:-translate-y-12 {
  --tw-translate-y: -3rem;
}

.group:hover .group-hover\:-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.group:hover .group-hover\:-translate-y-16 {
  --tw-translate-y: -4rem;
}

.group:hover .group-hover\:-translate-y-20 {
  --tw-translate-y: -5rem;
}

.group:hover .group-hover\:-translate-y-24 {
  --tw-translate-y: -6rem;
}

.group:hover .group-hover\:-translate-y-28 {
  --tw-translate-y: -7rem;
}

.group:hover .group-hover\:-translate-y-32 {
  --tw-translate-y: -8rem;
}

.group:hover .group-hover\:-translate-y-36 {
  --tw-translate-y: -9rem;
}

.group:hover .group-hover\:-translate-y-40 {
  --tw-translate-y: -10rem;
}

.group:hover .group-hover\:-translate-y-44 {
  --tw-translate-y: -11rem;
}

.group:hover .group-hover\:-translate-y-48 {
  --tw-translate-y: -12rem;
}

.group:hover .group-hover\:-translate-y-52 {
  --tw-translate-y: -13rem;
}

.group:hover .group-hover\:-translate-y-56 {
  --tw-translate-y: -14rem;
}

.group:hover .group-hover\:-translate-y-60 {
  --tw-translate-y: -15rem;
}

.group:hover .group-hover\:-translate-y-64 {
  --tw-translate-y: -16rem;
}

.group:hover .group-hover\:-translate-y-72 {
  --tw-translate-y: -18rem;
}

.group:hover .group-hover\:-translate-y-80 {
  --tw-translate-y: -20rem;
}

.group:hover .group-hover\:-translate-y-96 {
  --tw-translate-y: -24rem;
}

.group:hover .group-hover\:-translate-y-px {
  --tw-translate-y: -1px;
}

.group:hover .group-hover\:-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.group:hover .group-hover\:-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.group:hover .group-hover\:-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.group:hover .group-hover\:-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.group:hover .group-hover\:translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.group:hover .group-hover\:translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.group:hover .group-hover\:translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.group:hover .group-hover\:translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.group:hover .group-hover\:translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.group:hover .group-hover\:translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.group:hover .group-hover\:translate-y-full {
  --tw-translate-y: 100%;
}

.group:hover .group-hover\:-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.group:hover .group-hover\:-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.group:hover .group-hover\:-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.group:hover .group-hover\:-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.group:hover .group-hover\:-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.group:hover .group-hover\:-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.group:hover .group-hover\:-translate-y-full {
  --tw-translate-y: -100%;
}

.focus-within\:translate-x-0:focus-within {
  --tw-translate-x: 0px;
}

.focus-within\:translate-x-1:focus-within {
  --tw-translate-x: 0.25rem;
}

.focus-within\:translate-x-2:focus-within {
  --tw-translate-x: 0.5rem;
}

.focus-within\:translate-x-3:focus-within {
  --tw-translate-x: 0.75rem;
}

.focus-within\:translate-x-4:focus-within {
  --tw-translate-x: 1rem;
}

.focus-within\:translate-x-5:focus-within {
  --tw-translate-x: 1.25rem;
}

.focus-within\:translate-x-6:focus-within {
  --tw-translate-x: 1.5rem;
}

.focus-within\:translate-x-7:focus-within {
  --tw-translate-x: 1.75rem;
}

.focus-within\:translate-x-8:focus-within {
  --tw-translate-x: 2rem;
}

.focus-within\:translate-x-9:focus-within {
  --tw-translate-x: 2.25rem;
}

.focus-within\:translate-x-10:focus-within {
  --tw-translate-x: 2.5rem;
}

.focus-within\:translate-x-11:focus-within {
  --tw-translate-x: 2.75rem;
}

.focus-within\:translate-x-12:focus-within {
  --tw-translate-x: 3rem;
}

.focus-within\:translate-x-14:focus-within {
  --tw-translate-x: 3.5rem;
}

.focus-within\:translate-x-16:focus-within {
  --tw-translate-x: 4rem;
}

.focus-within\:translate-x-20:focus-within {
  --tw-translate-x: 5rem;
}

.focus-within\:translate-x-24:focus-within {
  --tw-translate-x: 6rem;
}

.focus-within\:translate-x-28:focus-within {
  --tw-translate-x: 7rem;
}

.focus-within\:translate-x-32:focus-within {
  --tw-translate-x: 8rem;
}

.focus-within\:translate-x-36:focus-within {
  --tw-translate-x: 9rem;
}

.focus-within\:translate-x-40:focus-within {
  --tw-translate-x: 10rem;
}

.focus-within\:translate-x-44:focus-within {
  --tw-translate-x: 11rem;
}

.focus-within\:translate-x-48:focus-within {
  --tw-translate-x: 12rem;
}

.focus-within\:translate-x-52:focus-within {
  --tw-translate-x: 13rem;
}

.focus-within\:translate-x-56:focus-within {
  --tw-translate-x: 14rem;
}

.focus-within\:translate-x-60:focus-within {
  --tw-translate-x: 15rem;
}

.focus-within\:translate-x-64:focus-within {
  --tw-translate-x: 16rem;
}

.focus-within\:translate-x-72:focus-within {
  --tw-translate-x: 18rem;
}

.focus-within\:translate-x-80:focus-within {
  --tw-translate-x: 20rem;
}

.focus-within\:translate-x-96:focus-within {
  --tw-translate-x: 24rem;
}

.focus-within\:translate-x-px:focus-within {
  --tw-translate-x: 1px;
}

.focus-within\:translate-x-0\.5:focus-within {
  --tw-translate-x: 0.125rem;
}

.focus-within\:translate-x-1\.5:focus-within {
  --tw-translate-x: 0.375rem;
}

.focus-within\:translate-x-2\.5:focus-within {
  --tw-translate-x: 0.625rem;
}

.focus-within\:translate-x-3\.5:focus-within {
  --tw-translate-x: 0.875rem;
}

.focus-within\:-translate-x-0:focus-within {
  --tw-translate-x: 0px;
}

.focus-within\:-translate-x-1:focus-within {
  --tw-translate-x: -0.25rem;
}

.focus-within\:-translate-x-2:focus-within {
  --tw-translate-x: -0.5rem;
}

.focus-within\:-translate-x-3:focus-within {
  --tw-translate-x: -0.75rem;
}

.focus-within\:-translate-x-4:focus-within {
  --tw-translate-x: -1rem;
}

.focus-within\:-translate-x-5:focus-within {
  --tw-translate-x: -1.25rem;
}

.focus-within\:-translate-x-6:focus-within {
  --tw-translate-x: -1.5rem;
}

.focus-within\:-translate-x-7:focus-within {
  --tw-translate-x: -1.75rem;
}

.focus-within\:-translate-x-8:focus-within {
  --tw-translate-x: -2rem;
}

.focus-within\:-translate-x-9:focus-within {
  --tw-translate-x: -2.25rem;
}

.focus-within\:-translate-x-10:focus-within {
  --tw-translate-x: -2.5rem;
}

.focus-within\:-translate-x-11:focus-within {
  --tw-translate-x: -2.75rem;
}

.focus-within\:-translate-x-12:focus-within {
  --tw-translate-x: -3rem;
}

.focus-within\:-translate-x-14:focus-within {
  --tw-translate-x: -3.5rem;
}

.focus-within\:-translate-x-16:focus-within {
  --tw-translate-x: -4rem;
}

.focus-within\:-translate-x-20:focus-within {
  --tw-translate-x: -5rem;
}

.focus-within\:-translate-x-24:focus-within {
  --tw-translate-x: -6rem;
}

.focus-within\:-translate-x-28:focus-within {
  --tw-translate-x: -7rem;
}

.focus-within\:-translate-x-32:focus-within {
  --tw-translate-x: -8rem;
}

.focus-within\:-translate-x-36:focus-within {
  --tw-translate-x: -9rem;
}

.focus-within\:-translate-x-40:focus-within {
  --tw-translate-x: -10rem;
}

.focus-within\:-translate-x-44:focus-within {
  --tw-translate-x: -11rem;
}

.focus-within\:-translate-x-48:focus-within {
  --tw-translate-x: -12rem;
}

.focus-within\:-translate-x-52:focus-within {
  --tw-translate-x: -13rem;
}

.focus-within\:-translate-x-56:focus-within {
  --tw-translate-x: -14rem;
}

.focus-within\:-translate-x-60:focus-within {
  --tw-translate-x: -15rem;
}

.focus-within\:-translate-x-64:focus-within {
  --tw-translate-x: -16rem;
}

.focus-within\:-translate-x-72:focus-within {
  --tw-translate-x: -18rem;
}

.focus-within\:-translate-x-80:focus-within {
  --tw-translate-x: -20rem;
}

.focus-within\:-translate-x-96:focus-within {
  --tw-translate-x: -24rem;
}

.focus-within\:-translate-x-px:focus-within {
  --tw-translate-x: -1px;
}

.focus-within\:-translate-x-0\.5:focus-within {
  --tw-translate-x: -0.125rem;
}

.focus-within\:-translate-x-1\.5:focus-within {
  --tw-translate-x: -0.375rem;
}

.focus-within\:-translate-x-2\.5:focus-within {
  --tw-translate-x: -0.625rem;
}

.focus-within\:-translate-x-3\.5:focus-within {
  --tw-translate-x: -0.875rem;
}

.focus-within\:translate-x-1\/2:focus-within {
  --tw-translate-x: 50%;
}

.focus-within\:translate-x-1\/3:focus-within {
  --tw-translate-x: 33.333333%;
}

.focus-within\:translate-x-2\/3:focus-within {
  --tw-translate-x: 66.666667%;
}

.focus-within\:translate-x-1\/4:focus-within {
  --tw-translate-x: 25%;
}

.focus-within\:translate-x-2\/4:focus-within {
  --tw-translate-x: 50%;
}

.focus-within\:translate-x-3\/4:focus-within {
  --tw-translate-x: 75%;
}

.focus-within\:translate-x-full:focus-within {
  --tw-translate-x: 100%;
}

.focus-within\:-translate-x-1\/2:focus-within {
  --tw-translate-x: -50%;
}

.focus-within\:-translate-x-1\/3:focus-within {
  --tw-translate-x: -33.333333%;
}

.focus-within\:-translate-x-2\/3:focus-within {
  --tw-translate-x: -66.666667%;
}

.focus-within\:-translate-x-1\/4:focus-within {
  --tw-translate-x: -25%;
}

.focus-within\:-translate-x-2\/4:focus-within {
  --tw-translate-x: -50%;
}

.focus-within\:-translate-x-3\/4:focus-within {
  --tw-translate-x: -75%;
}

.focus-within\:-translate-x-full:focus-within {
  --tw-translate-x: -100%;
}

.focus-within\:translate-y-0:focus-within {
  --tw-translate-y: 0px;
}

.focus-within\:translate-y-1:focus-within {
  --tw-translate-y: 0.25rem;
}

.focus-within\:translate-y-2:focus-within {
  --tw-translate-y: 0.5rem;
}

.focus-within\:translate-y-3:focus-within {
  --tw-translate-y: 0.75rem;
}

.focus-within\:translate-y-4:focus-within {
  --tw-translate-y: 1rem;
}

.focus-within\:translate-y-5:focus-within {
  --tw-translate-y: 1.25rem;
}

.focus-within\:translate-y-6:focus-within {
  --tw-translate-y: 1.5rem;
}

.focus-within\:translate-y-7:focus-within {
  --tw-translate-y: 1.75rem;
}

.focus-within\:translate-y-8:focus-within {
  --tw-translate-y: 2rem;
}

.focus-within\:translate-y-9:focus-within {
  --tw-translate-y: 2.25rem;
}

.focus-within\:translate-y-10:focus-within {
  --tw-translate-y: 2.5rem;
}

.focus-within\:translate-y-11:focus-within {
  --tw-translate-y: 2.75rem;
}

.focus-within\:translate-y-12:focus-within {
  --tw-translate-y: 3rem;
}

.focus-within\:translate-y-14:focus-within {
  --tw-translate-y: 3.5rem;
}

.focus-within\:translate-y-16:focus-within {
  --tw-translate-y: 4rem;
}

.focus-within\:translate-y-20:focus-within {
  --tw-translate-y: 5rem;
}

.focus-within\:translate-y-24:focus-within {
  --tw-translate-y: 6rem;
}

.focus-within\:translate-y-28:focus-within {
  --tw-translate-y: 7rem;
}

.focus-within\:translate-y-32:focus-within {
  --tw-translate-y: 8rem;
}

.focus-within\:translate-y-36:focus-within {
  --tw-translate-y: 9rem;
}

.focus-within\:translate-y-40:focus-within {
  --tw-translate-y: 10rem;
}

.focus-within\:translate-y-44:focus-within {
  --tw-translate-y: 11rem;
}

.focus-within\:translate-y-48:focus-within {
  --tw-translate-y: 12rem;
}

.focus-within\:translate-y-52:focus-within {
  --tw-translate-y: 13rem;
}

.focus-within\:translate-y-56:focus-within {
  --tw-translate-y: 14rem;
}

.focus-within\:translate-y-60:focus-within {
  --tw-translate-y: 15rem;
}

.focus-within\:translate-y-64:focus-within {
  --tw-translate-y: 16rem;
}

.focus-within\:translate-y-72:focus-within {
  --tw-translate-y: 18rem;
}

.focus-within\:translate-y-80:focus-within {
  --tw-translate-y: 20rem;
}

.focus-within\:translate-y-96:focus-within {
  --tw-translate-y: 24rem;
}

.focus-within\:translate-y-px:focus-within {
  --tw-translate-y: 1px;
}

.focus-within\:translate-y-0\.5:focus-within {
  --tw-translate-y: 0.125rem;
}

.focus-within\:translate-y-1\.5:focus-within {
  --tw-translate-y: 0.375rem;
}

.focus-within\:translate-y-2\.5:focus-within {
  --tw-translate-y: 0.625rem;
}

.focus-within\:translate-y-3\.5:focus-within {
  --tw-translate-y: 0.875rem;
}

.focus-within\:-translate-y-0:focus-within {
  --tw-translate-y: 0px;
}

.focus-within\:-translate-y-1:focus-within {
  --tw-translate-y: -0.25rem;
}

.focus-within\:-translate-y-2:focus-within {
  --tw-translate-y: -0.5rem;
}

.focus-within\:-translate-y-3:focus-within {
  --tw-translate-y: -0.75rem;
}

.focus-within\:-translate-y-4:focus-within {
  --tw-translate-y: -1rem;
}

.focus-within\:-translate-y-5:focus-within {
  --tw-translate-y: -1.25rem;
}

.focus-within\:-translate-y-6:focus-within {
  --tw-translate-y: -1.5rem;
}

.focus-within\:-translate-y-7:focus-within {
  --tw-translate-y: -1.75rem;
}

.focus-within\:-translate-y-8:focus-within {
  --tw-translate-y: -2rem;
}

.focus-within\:-translate-y-9:focus-within {
  --tw-translate-y: -2.25rem;
}

.focus-within\:-translate-y-10:focus-within {
  --tw-translate-y: -2.5rem;
}

.focus-within\:-translate-y-11:focus-within {
  --tw-translate-y: -2.75rem;
}

.focus-within\:-translate-y-12:focus-within {
  --tw-translate-y: -3rem;
}

.focus-within\:-translate-y-14:focus-within {
  --tw-translate-y: -3.5rem;
}

.focus-within\:-translate-y-16:focus-within {
  --tw-translate-y: -4rem;
}

.focus-within\:-translate-y-20:focus-within {
  --tw-translate-y: -5rem;
}

.focus-within\:-translate-y-24:focus-within {
  --tw-translate-y: -6rem;
}

.focus-within\:-translate-y-28:focus-within {
  --tw-translate-y: -7rem;
}

.focus-within\:-translate-y-32:focus-within {
  --tw-translate-y: -8rem;
}

.focus-within\:-translate-y-36:focus-within {
  --tw-translate-y: -9rem;
}

.focus-within\:-translate-y-40:focus-within {
  --tw-translate-y: -10rem;
}

.focus-within\:-translate-y-44:focus-within {
  --tw-translate-y: -11rem;
}

.focus-within\:-translate-y-48:focus-within {
  --tw-translate-y: -12rem;
}

.focus-within\:-translate-y-52:focus-within {
  --tw-translate-y: -13rem;
}

.focus-within\:-translate-y-56:focus-within {
  --tw-translate-y: -14rem;
}

.focus-within\:-translate-y-60:focus-within {
  --tw-translate-y: -15rem;
}

.focus-within\:-translate-y-64:focus-within {
  --tw-translate-y: -16rem;
}

.focus-within\:-translate-y-72:focus-within {
  --tw-translate-y: -18rem;
}

.focus-within\:-translate-y-80:focus-within {
  --tw-translate-y: -20rem;
}

.focus-within\:-translate-y-96:focus-within {
  --tw-translate-y: -24rem;
}

.focus-within\:-translate-y-px:focus-within {
  --tw-translate-y: -1px;
}

.focus-within\:-translate-y-0\.5:focus-within {
  --tw-translate-y: -0.125rem;
}

.focus-within\:-translate-y-1\.5:focus-within {
  --tw-translate-y: -0.375rem;
}

.focus-within\:-translate-y-2\.5:focus-within {
  --tw-translate-y: -0.625rem;
}

.focus-within\:-translate-y-3\.5:focus-within {
  --tw-translate-y: -0.875rem;
}

.focus-within\:translate-y-1\/2:focus-within {
  --tw-translate-y: 50%;
}

.focus-within\:translate-y-1\/3:focus-within {
  --tw-translate-y: 33.333333%;
}

.focus-within\:translate-y-2\/3:focus-within {
  --tw-translate-y: 66.666667%;
}

.focus-within\:translate-y-1\/4:focus-within {
  --tw-translate-y: 25%;
}

.focus-within\:translate-y-2\/4:focus-within {
  --tw-translate-y: 50%;
}

.focus-within\:translate-y-3\/4:focus-within {
  --tw-translate-y: 75%;
}

.focus-within\:translate-y-full:focus-within {
  --tw-translate-y: 100%;
}

.focus-within\:-translate-y-1\/2:focus-within {
  --tw-translate-y: -50%;
}

.focus-within\:-translate-y-1\/3:focus-within {
  --tw-translate-y: -33.333333%;
}

.focus-within\:-translate-y-2\/3:focus-within {
  --tw-translate-y: -66.666667%;
}

.focus-within\:-translate-y-1\/4:focus-within {
  --tw-translate-y: -25%;
}

.focus-within\:-translate-y-2\/4:focus-within {
  --tw-translate-y: -50%;
}

.focus-within\:-translate-y-3\/4:focus-within {
  --tw-translate-y: -75%;
}

.focus-within\:-translate-y-full:focus-within {
  --tw-translate-y: -100%;
}

.first\:translate-x-0:first-child {
  --tw-translate-x: 0px;
}

.first\:translate-x-1:first-child {
  --tw-translate-x: 0.25rem;
}

.first\:translate-x-2:first-child {
  --tw-translate-x: 0.5rem;
}

.first\:translate-x-3:first-child {
  --tw-translate-x: 0.75rem;
}

.first\:translate-x-4:first-child {
  --tw-translate-x: 1rem;
}

.first\:translate-x-5:first-child {
  --tw-translate-x: 1.25rem;
}

.first\:translate-x-6:first-child {
  --tw-translate-x: 1.5rem;
}

.first\:translate-x-7:first-child {
  --tw-translate-x: 1.75rem;
}

.first\:translate-x-8:first-child {
  --tw-translate-x: 2rem;
}

.first\:translate-x-9:first-child {
  --tw-translate-x: 2.25rem;
}

.first\:translate-x-10:first-child {
  --tw-translate-x: 2.5rem;
}

.first\:translate-x-11:first-child {
  --tw-translate-x: 2.75rem;
}

.first\:translate-x-12:first-child {
  --tw-translate-x: 3rem;
}

.first\:translate-x-14:first-child {
  --tw-translate-x: 3.5rem;
}

.first\:translate-x-16:first-child {
  --tw-translate-x: 4rem;
}

.first\:translate-x-20:first-child {
  --tw-translate-x: 5rem;
}

.first\:translate-x-24:first-child {
  --tw-translate-x: 6rem;
}

.first\:translate-x-28:first-child {
  --tw-translate-x: 7rem;
}

.first\:translate-x-32:first-child {
  --tw-translate-x: 8rem;
}

.first\:translate-x-36:first-child {
  --tw-translate-x: 9rem;
}

.first\:translate-x-40:first-child {
  --tw-translate-x: 10rem;
}

.first\:translate-x-44:first-child {
  --tw-translate-x: 11rem;
}

.first\:translate-x-48:first-child {
  --tw-translate-x: 12rem;
}

.first\:translate-x-52:first-child {
  --tw-translate-x: 13rem;
}

.first\:translate-x-56:first-child {
  --tw-translate-x: 14rem;
}

.first\:translate-x-60:first-child {
  --tw-translate-x: 15rem;
}

.first\:translate-x-64:first-child {
  --tw-translate-x: 16rem;
}

.first\:translate-x-72:first-child {
  --tw-translate-x: 18rem;
}

.first\:translate-x-80:first-child {
  --tw-translate-x: 20rem;
}

.first\:translate-x-96:first-child {
  --tw-translate-x: 24rem;
}

.first\:translate-x-px:first-child {
  --tw-translate-x: 1px;
}

.first\:translate-x-0\.5:first-child {
  --tw-translate-x: 0.125rem;
}

.first\:translate-x-1\.5:first-child {
  --tw-translate-x: 0.375rem;
}

.first\:translate-x-2\.5:first-child {
  --tw-translate-x: 0.625rem;
}

.first\:translate-x-3\.5:first-child {
  --tw-translate-x: 0.875rem;
}

.first\:-translate-x-0:first-child {
  --tw-translate-x: 0px;
}

.first\:-translate-x-1:first-child {
  --tw-translate-x: -0.25rem;
}

.first\:-translate-x-2:first-child {
  --tw-translate-x: -0.5rem;
}

.first\:-translate-x-3:first-child {
  --tw-translate-x: -0.75rem;
}

.first\:-translate-x-4:first-child {
  --tw-translate-x: -1rem;
}

.first\:-translate-x-5:first-child {
  --tw-translate-x: -1.25rem;
}

.first\:-translate-x-6:first-child {
  --tw-translate-x: -1.5rem;
}

.first\:-translate-x-7:first-child {
  --tw-translate-x: -1.75rem;
}

.first\:-translate-x-8:first-child {
  --tw-translate-x: -2rem;
}

.first\:-translate-x-9:first-child {
  --tw-translate-x: -2.25rem;
}

.first\:-translate-x-10:first-child {
  --tw-translate-x: -2.5rem;
}

.first\:-translate-x-11:first-child {
  --tw-translate-x: -2.75rem;
}

.first\:-translate-x-12:first-child {
  --tw-translate-x: -3rem;
}

.first\:-translate-x-14:first-child {
  --tw-translate-x: -3.5rem;
}

.first\:-translate-x-16:first-child {
  --tw-translate-x: -4rem;
}

.first\:-translate-x-20:first-child {
  --tw-translate-x: -5rem;
}

.first\:-translate-x-24:first-child {
  --tw-translate-x: -6rem;
}

.first\:-translate-x-28:first-child {
  --tw-translate-x: -7rem;
}

.first\:-translate-x-32:first-child {
  --tw-translate-x: -8rem;
}

.first\:-translate-x-36:first-child {
  --tw-translate-x: -9rem;
}

.first\:-translate-x-40:first-child {
  --tw-translate-x: -10rem;
}

.first\:-translate-x-44:first-child {
  --tw-translate-x: -11rem;
}

.first\:-translate-x-48:first-child {
  --tw-translate-x: -12rem;
}

.first\:-translate-x-52:first-child {
  --tw-translate-x: -13rem;
}

.first\:-translate-x-56:first-child {
  --tw-translate-x: -14rem;
}

.first\:-translate-x-60:first-child {
  --tw-translate-x: -15rem;
}

.first\:-translate-x-64:first-child {
  --tw-translate-x: -16rem;
}

.first\:-translate-x-72:first-child {
  --tw-translate-x: -18rem;
}

.first\:-translate-x-80:first-child {
  --tw-translate-x: -20rem;
}

.first\:-translate-x-96:first-child {
  --tw-translate-x: -24rem;
}

.first\:-translate-x-px:first-child {
  --tw-translate-x: -1px;
}

.first\:-translate-x-0\.5:first-child {
  --tw-translate-x: -0.125rem;
}

.first\:-translate-x-1\.5:first-child {
  --tw-translate-x: -0.375rem;
}

.first\:-translate-x-2\.5:first-child {
  --tw-translate-x: -0.625rem;
}

.first\:-translate-x-3\.5:first-child {
  --tw-translate-x: -0.875rem;
}

.first\:translate-x-1\/2:first-child {
  --tw-translate-x: 50%;
}

.first\:translate-x-1\/3:first-child {
  --tw-translate-x: 33.333333%;
}

.first\:translate-x-2\/3:first-child {
  --tw-translate-x: 66.666667%;
}

.first\:translate-x-1\/4:first-child {
  --tw-translate-x: 25%;
}

.first\:translate-x-2\/4:first-child {
  --tw-translate-x: 50%;
}

.first\:translate-x-3\/4:first-child {
  --tw-translate-x: 75%;
}

.first\:translate-x-full:first-child {
  --tw-translate-x: 100%;
}

.first\:-translate-x-1\/2:first-child {
  --tw-translate-x: -50%;
}

.first\:-translate-x-1\/3:first-child {
  --tw-translate-x: -33.333333%;
}

.first\:-translate-x-2\/3:first-child {
  --tw-translate-x: -66.666667%;
}

.first\:-translate-x-1\/4:first-child {
  --tw-translate-x: -25%;
}

.first\:-translate-x-2\/4:first-child {
  --tw-translate-x: -50%;
}

.first\:-translate-x-3\/4:first-child {
  --tw-translate-x: -75%;
}

.first\:-translate-x-full:first-child {
  --tw-translate-x: -100%;
}

.first\:translate-y-0:first-child {
  --tw-translate-y: 0px;
}

.first\:translate-y-1:first-child {
  --tw-translate-y: 0.25rem;
}

.first\:translate-y-2:first-child {
  --tw-translate-y: 0.5rem;
}

.first\:translate-y-3:first-child {
  --tw-translate-y: 0.75rem;
}

.first\:translate-y-4:first-child {
  --tw-translate-y: 1rem;
}

.first\:translate-y-5:first-child {
  --tw-translate-y: 1.25rem;
}

.first\:translate-y-6:first-child {
  --tw-translate-y: 1.5rem;
}

.first\:translate-y-7:first-child {
  --tw-translate-y: 1.75rem;
}

.first\:translate-y-8:first-child {
  --tw-translate-y: 2rem;
}

.first\:translate-y-9:first-child {
  --tw-translate-y: 2.25rem;
}

.first\:translate-y-10:first-child {
  --tw-translate-y: 2.5rem;
}

.first\:translate-y-11:first-child {
  --tw-translate-y: 2.75rem;
}

.first\:translate-y-12:first-child {
  --tw-translate-y: 3rem;
}

.first\:translate-y-14:first-child {
  --tw-translate-y: 3.5rem;
}

.first\:translate-y-16:first-child {
  --tw-translate-y: 4rem;
}

.first\:translate-y-20:first-child {
  --tw-translate-y: 5rem;
}

.first\:translate-y-24:first-child {
  --tw-translate-y: 6rem;
}

.first\:translate-y-28:first-child {
  --tw-translate-y: 7rem;
}

.first\:translate-y-32:first-child {
  --tw-translate-y: 8rem;
}

.first\:translate-y-36:first-child {
  --tw-translate-y: 9rem;
}

.first\:translate-y-40:first-child {
  --tw-translate-y: 10rem;
}

.first\:translate-y-44:first-child {
  --tw-translate-y: 11rem;
}

.first\:translate-y-48:first-child {
  --tw-translate-y: 12rem;
}

.first\:translate-y-52:first-child {
  --tw-translate-y: 13rem;
}

.first\:translate-y-56:first-child {
  --tw-translate-y: 14rem;
}

.first\:translate-y-60:first-child {
  --tw-translate-y: 15rem;
}

.first\:translate-y-64:first-child {
  --tw-translate-y: 16rem;
}

.first\:translate-y-72:first-child {
  --tw-translate-y: 18rem;
}

.first\:translate-y-80:first-child {
  --tw-translate-y: 20rem;
}

.first\:translate-y-96:first-child {
  --tw-translate-y: 24rem;
}

.first\:translate-y-px:first-child {
  --tw-translate-y: 1px;
}

.first\:translate-y-0\.5:first-child {
  --tw-translate-y: 0.125rem;
}

.first\:translate-y-1\.5:first-child {
  --tw-translate-y: 0.375rem;
}

.first\:translate-y-2\.5:first-child {
  --tw-translate-y: 0.625rem;
}

.first\:translate-y-3\.5:first-child {
  --tw-translate-y: 0.875rem;
}

.first\:-translate-y-0:first-child {
  --tw-translate-y: 0px;
}

.first\:-translate-y-1:first-child {
  --tw-translate-y: -0.25rem;
}

.first\:-translate-y-2:first-child {
  --tw-translate-y: -0.5rem;
}

.first\:-translate-y-3:first-child {
  --tw-translate-y: -0.75rem;
}

.first\:-translate-y-4:first-child {
  --tw-translate-y: -1rem;
}

.first\:-translate-y-5:first-child {
  --tw-translate-y: -1.25rem;
}

.first\:-translate-y-6:first-child {
  --tw-translate-y: -1.5rem;
}

.first\:-translate-y-7:first-child {
  --tw-translate-y: -1.75rem;
}

.first\:-translate-y-8:first-child {
  --tw-translate-y: -2rem;
}

.first\:-translate-y-9:first-child {
  --tw-translate-y: -2.25rem;
}

.first\:-translate-y-10:first-child {
  --tw-translate-y: -2.5rem;
}

.first\:-translate-y-11:first-child {
  --tw-translate-y: -2.75rem;
}

.first\:-translate-y-12:first-child {
  --tw-translate-y: -3rem;
}

.first\:-translate-y-14:first-child {
  --tw-translate-y: -3.5rem;
}

.first\:-translate-y-16:first-child {
  --tw-translate-y: -4rem;
}

.first\:-translate-y-20:first-child {
  --tw-translate-y: -5rem;
}

.first\:-translate-y-24:first-child {
  --tw-translate-y: -6rem;
}

.first\:-translate-y-28:first-child {
  --tw-translate-y: -7rem;
}

.first\:-translate-y-32:first-child {
  --tw-translate-y: -8rem;
}

.first\:-translate-y-36:first-child {
  --tw-translate-y: -9rem;
}

.first\:-translate-y-40:first-child {
  --tw-translate-y: -10rem;
}

.first\:-translate-y-44:first-child {
  --tw-translate-y: -11rem;
}

.first\:-translate-y-48:first-child {
  --tw-translate-y: -12rem;
}

.first\:-translate-y-52:first-child {
  --tw-translate-y: -13rem;
}

.first\:-translate-y-56:first-child {
  --tw-translate-y: -14rem;
}

.first\:-translate-y-60:first-child {
  --tw-translate-y: -15rem;
}

.first\:-translate-y-64:first-child {
  --tw-translate-y: -16rem;
}

.first\:-translate-y-72:first-child {
  --tw-translate-y: -18rem;
}

.first\:-translate-y-80:first-child {
  --tw-translate-y: -20rem;
}

.first\:-translate-y-96:first-child {
  --tw-translate-y: -24rem;
}

.first\:-translate-y-px:first-child {
  --tw-translate-y: -1px;
}

.first\:-translate-y-0\.5:first-child {
  --tw-translate-y: -0.125rem;
}

.first\:-translate-y-1\.5:first-child {
  --tw-translate-y: -0.375rem;
}

.first\:-translate-y-2\.5:first-child {
  --tw-translate-y: -0.625rem;
}

.first\:-translate-y-3\.5:first-child {
  --tw-translate-y: -0.875rem;
}

.first\:translate-y-1\/2:first-child {
  --tw-translate-y: 50%;
}

.first\:translate-y-1\/3:first-child {
  --tw-translate-y: 33.333333%;
}

.first\:translate-y-2\/3:first-child {
  --tw-translate-y: 66.666667%;
}

.first\:translate-y-1\/4:first-child {
  --tw-translate-y: 25%;
}

.first\:translate-y-2\/4:first-child {
  --tw-translate-y: 50%;
}

.first\:translate-y-3\/4:first-child {
  --tw-translate-y: 75%;
}

.first\:translate-y-full:first-child {
  --tw-translate-y: 100%;
}

.first\:-translate-y-1\/2:first-child {
  --tw-translate-y: -50%;
}

.first\:-translate-y-1\/3:first-child {
  --tw-translate-y: -33.333333%;
}

.first\:-translate-y-2\/3:first-child {
  --tw-translate-y: -66.666667%;
}

.first\:-translate-y-1\/4:first-child {
  --tw-translate-y: -25%;
}

.first\:-translate-y-2\/4:first-child {
  --tw-translate-y: -50%;
}

.first\:-translate-y-3\/4:first-child {
  --tw-translate-y: -75%;
}

.first\:-translate-y-full:first-child {
  --tw-translate-y: -100%;
}

.last\:translate-x-0:last-child {
  --tw-translate-x: 0px;
}

.last\:translate-x-1:last-child {
  --tw-translate-x: 0.25rem;
}

.last\:translate-x-2:last-child {
  --tw-translate-x: 0.5rem;
}

.last\:translate-x-3:last-child {
  --tw-translate-x: 0.75rem;
}

.last\:translate-x-4:last-child {
  --tw-translate-x: 1rem;
}

.last\:translate-x-5:last-child {
  --tw-translate-x: 1.25rem;
}

.last\:translate-x-6:last-child {
  --tw-translate-x: 1.5rem;
}

.last\:translate-x-7:last-child {
  --tw-translate-x: 1.75rem;
}

.last\:translate-x-8:last-child {
  --tw-translate-x: 2rem;
}

.last\:translate-x-9:last-child {
  --tw-translate-x: 2.25rem;
}

.last\:translate-x-10:last-child {
  --tw-translate-x: 2.5rem;
}

.last\:translate-x-11:last-child {
  --tw-translate-x: 2.75rem;
}

.last\:translate-x-12:last-child {
  --tw-translate-x: 3rem;
}

.last\:translate-x-14:last-child {
  --tw-translate-x: 3.5rem;
}

.last\:translate-x-16:last-child {
  --tw-translate-x: 4rem;
}

.last\:translate-x-20:last-child {
  --tw-translate-x: 5rem;
}

.last\:translate-x-24:last-child {
  --tw-translate-x: 6rem;
}

.last\:translate-x-28:last-child {
  --tw-translate-x: 7rem;
}

.last\:translate-x-32:last-child {
  --tw-translate-x: 8rem;
}

.last\:translate-x-36:last-child {
  --tw-translate-x: 9rem;
}

.last\:translate-x-40:last-child {
  --tw-translate-x: 10rem;
}

.last\:translate-x-44:last-child {
  --tw-translate-x: 11rem;
}

.last\:translate-x-48:last-child {
  --tw-translate-x: 12rem;
}

.last\:translate-x-52:last-child {
  --tw-translate-x: 13rem;
}

.last\:translate-x-56:last-child {
  --tw-translate-x: 14rem;
}

.last\:translate-x-60:last-child {
  --tw-translate-x: 15rem;
}

.last\:translate-x-64:last-child {
  --tw-translate-x: 16rem;
}

.last\:translate-x-72:last-child {
  --tw-translate-x: 18rem;
}

.last\:translate-x-80:last-child {
  --tw-translate-x: 20rem;
}

.last\:translate-x-96:last-child {
  --tw-translate-x: 24rem;
}

.last\:translate-x-px:last-child {
  --tw-translate-x: 1px;
}

.last\:translate-x-0\.5:last-child {
  --tw-translate-x: 0.125rem;
}

.last\:translate-x-1\.5:last-child {
  --tw-translate-x: 0.375rem;
}

.last\:translate-x-2\.5:last-child {
  --tw-translate-x: 0.625rem;
}

.last\:translate-x-3\.5:last-child {
  --tw-translate-x: 0.875rem;
}

.last\:-translate-x-0:last-child {
  --tw-translate-x: 0px;
}

.last\:-translate-x-1:last-child {
  --tw-translate-x: -0.25rem;
}

.last\:-translate-x-2:last-child {
  --tw-translate-x: -0.5rem;
}

.last\:-translate-x-3:last-child {
  --tw-translate-x: -0.75rem;
}

.last\:-translate-x-4:last-child {
  --tw-translate-x: -1rem;
}

.last\:-translate-x-5:last-child {
  --tw-translate-x: -1.25rem;
}

.last\:-translate-x-6:last-child {
  --tw-translate-x: -1.5rem;
}

.last\:-translate-x-7:last-child {
  --tw-translate-x: -1.75rem;
}

.last\:-translate-x-8:last-child {
  --tw-translate-x: -2rem;
}

.last\:-translate-x-9:last-child {
  --tw-translate-x: -2.25rem;
}

.last\:-translate-x-10:last-child {
  --tw-translate-x: -2.5rem;
}

.last\:-translate-x-11:last-child {
  --tw-translate-x: -2.75rem;
}

.last\:-translate-x-12:last-child {
  --tw-translate-x: -3rem;
}

.last\:-translate-x-14:last-child {
  --tw-translate-x: -3.5rem;
}

.last\:-translate-x-16:last-child {
  --tw-translate-x: -4rem;
}

.last\:-translate-x-20:last-child {
  --tw-translate-x: -5rem;
}

.last\:-translate-x-24:last-child {
  --tw-translate-x: -6rem;
}

.last\:-translate-x-28:last-child {
  --tw-translate-x: -7rem;
}

.last\:-translate-x-32:last-child {
  --tw-translate-x: -8rem;
}

.last\:-translate-x-36:last-child {
  --tw-translate-x: -9rem;
}

.last\:-translate-x-40:last-child {
  --tw-translate-x: -10rem;
}

.last\:-translate-x-44:last-child {
  --tw-translate-x: -11rem;
}

.last\:-translate-x-48:last-child {
  --tw-translate-x: -12rem;
}

.last\:-translate-x-52:last-child {
  --tw-translate-x: -13rem;
}

.last\:-translate-x-56:last-child {
  --tw-translate-x: -14rem;
}

.last\:-translate-x-60:last-child {
  --tw-translate-x: -15rem;
}

.last\:-translate-x-64:last-child {
  --tw-translate-x: -16rem;
}

.last\:-translate-x-72:last-child {
  --tw-translate-x: -18rem;
}

.last\:-translate-x-80:last-child {
  --tw-translate-x: -20rem;
}

.last\:-translate-x-96:last-child {
  --tw-translate-x: -24rem;
}

.last\:-translate-x-px:last-child {
  --tw-translate-x: -1px;
}

.last\:-translate-x-0\.5:last-child {
  --tw-translate-x: -0.125rem;
}

.last\:-translate-x-1\.5:last-child {
  --tw-translate-x: -0.375rem;
}

.last\:-translate-x-2\.5:last-child {
  --tw-translate-x: -0.625rem;
}

.last\:-translate-x-3\.5:last-child {
  --tw-translate-x: -0.875rem;
}

.last\:translate-x-1\/2:last-child {
  --tw-translate-x: 50%;
}

.last\:translate-x-1\/3:last-child {
  --tw-translate-x: 33.333333%;
}

.last\:translate-x-2\/3:last-child {
  --tw-translate-x: 66.666667%;
}

.last\:translate-x-1\/4:last-child {
  --tw-translate-x: 25%;
}

.last\:translate-x-2\/4:last-child {
  --tw-translate-x: 50%;
}

.last\:translate-x-3\/4:last-child {
  --tw-translate-x: 75%;
}

.last\:translate-x-full:last-child {
  --tw-translate-x: 100%;
}

.last\:-translate-x-1\/2:last-child {
  --tw-translate-x: -50%;
}

.last\:-translate-x-1\/3:last-child {
  --tw-translate-x: -33.333333%;
}

.last\:-translate-x-2\/3:last-child {
  --tw-translate-x: -66.666667%;
}

.last\:-translate-x-1\/4:last-child {
  --tw-translate-x: -25%;
}

.last\:-translate-x-2\/4:last-child {
  --tw-translate-x: -50%;
}

.last\:-translate-x-3\/4:last-child {
  --tw-translate-x: -75%;
}

.last\:-translate-x-full:last-child {
  --tw-translate-x: -100%;
}

.last\:translate-y-0:last-child {
  --tw-translate-y: 0px;
}

.last\:translate-y-1:last-child {
  --tw-translate-y: 0.25rem;
}

.last\:translate-y-2:last-child {
  --tw-translate-y: 0.5rem;
}

.last\:translate-y-3:last-child {
  --tw-translate-y: 0.75rem;
}

.last\:translate-y-4:last-child {
  --tw-translate-y: 1rem;
}

.last\:translate-y-5:last-child {
  --tw-translate-y: 1.25rem;
}

.last\:translate-y-6:last-child {
  --tw-translate-y: 1.5rem;
}

.last\:translate-y-7:last-child {
  --tw-translate-y: 1.75rem;
}

.last\:translate-y-8:last-child {
  --tw-translate-y: 2rem;
}

.last\:translate-y-9:last-child {
  --tw-translate-y: 2.25rem;
}

.last\:translate-y-10:last-child {
  --tw-translate-y: 2.5rem;
}

.last\:translate-y-11:last-child {
  --tw-translate-y: 2.75rem;
}

.last\:translate-y-12:last-child {
  --tw-translate-y: 3rem;
}

.last\:translate-y-14:last-child {
  --tw-translate-y: 3.5rem;
}

.last\:translate-y-16:last-child {
  --tw-translate-y: 4rem;
}

.last\:translate-y-20:last-child {
  --tw-translate-y: 5rem;
}

.last\:translate-y-24:last-child {
  --tw-translate-y: 6rem;
}

.last\:translate-y-28:last-child {
  --tw-translate-y: 7rem;
}

.last\:translate-y-32:last-child {
  --tw-translate-y: 8rem;
}

.last\:translate-y-36:last-child {
  --tw-translate-y: 9rem;
}

.last\:translate-y-40:last-child {
  --tw-translate-y: 10rem;
}

.last\:translate-y-44:last-child {
  --tw-translate-y: 11rem;
}

.last\:translate-y-48:last-child {
  --tw-translate-y: 12rem;
}

.last\:translate-y-52:last-child {
  --tw-translate-y: 13rem;
}

.last\:translate-y-56:last-child {
  --tw-translate-y: 14rem;
}

.last\:translate-y-60:last-child {
  --tw-translate-y: 15rem;
}

.last\:translate-y-64:last-child {
  --tw-translate-y: 16rem;
}

.last\:translate-y-72:last-child {
  --tw-translate-y: 18rem;
}

.last\:translate-y-80:last-child {
  --tw-translate-y: 20rem;
}

.last\:translate-y-96:last-child {
  --tw-translate-y: 24rem;
}

.last\:translate-y-px:last-child {
  --tw-translate-y: 1px;
}

.last\:translate-y-0\.5:last-child {
  --tw-translate-y: 0.125rem;
}

.last\:translate-y-1\.5:last-child {
  --tw-translate-y: 0.375rem;
}

.last\:translate-y-2\.5:last-child {
  --tw-translate-y: 0.625rem;
}

.last\:translate-y-3\.5:last-child {
  --tw-translate-y: 0.875rem;
}

.last\:-translate-y-0:last-child {
  --tw-translate-y: 0px;
}

.last\:-translate-y-1:last-child {
  --tw-translate-y: -0.25rem;
}

.last\:-translate-y-2:last-child {
  --tw-translate-y: -0.5rem;
}

.last\:-translate-y-3:last-child {
  --tw-translate-y: -0.75rem;
}

.last\:-translate-y-4:last-child {
  --tw-translate-y: -1rem;
}

.last\:-translate-y-5:last-child {
  --tw-translate-y: -1.25rem;
}

.last\:-translate-y-6:last-child {
  --tw-translate-y: -1.5rem;
}

.last\:-translate-y-7:last-child {
  --tw-translate-y: -1.75rem;
}

.last\:-translate-y-8:last-child {
  --tw-translate-y: -2rem;
}

.last\:-translate-y-9:last-child {
  --tw-translate-y: -2.25rem;
}

.last\:-translate-y-10:last-child {
  --tw-translate-y: -2.5rem;
}

.last\:-translate-y-11:last-child {
  --tw-translate-y: -2.75rem;
}

.last\:-translate-y-12:last-child {
  --tw-translate-y: -3rem;
}

.last\:-translate-y-14:last-child {
  --tw-translate-y: -3.5rem;
}

.last\:-translate-y-16:last-child {
  --tw-translate-y: -4rem;
}

.last\:-translate-y-20:last-child {
  --tw-translate-y: -5rem;
}

.last\:-translate-y-24:last-child {
  --tw-translate-y: -6rem;
}

.last\:-translate-y-28:last-child {
  --tw-translate-y: -7rem;
}

.last\:-translate-y-32:last-child {
  --tw-translate-y: -8rem;
}

.last\:-translate-y-36:last-child {
  --tw-translate-y: -9rem;
}

.last\:-translate-y-40:last-child {
  --tw-translate-y: -10rem;
}

.last\:-translate-y-44:last-child {
  --tw-translate-y: -11rem;
}

.last\:-translate-y-48:last-child {
  --tw-translate-y: -12rem;
}

.last\:-translate-y-52:last-child {
  --tw-translate-y: -13rem;
}

.last\:-translate-y-56:last-child {
  --tw-translate-y: -14rem;
}

.last\:-translate-y-60:last-child {
  --tw-translate-y: -15rem;
}

.last\:-translate-y-64:last-child {
  --tw-translate-y: -16rem;
}

.last\:-translate-y-72:last-child {
  --tw-translate-y: -18rem;
}

.last\:-translate-y-80:last-child {
  --tw-translate-y: -20rem;
}

.last\:-translate-y-96:last-child {
  --tw-translate-y: -24rem;
}

.last\:-translate-y-px:last-child {
  --tw-translate-y: -1px;
}

.last\:-translate-y-0\.5:last-child {
  --tw-translate-y: -0.125rem;
}

.last\:-translate-y-1\.5:last-child {
  --tw-translate-y: -0.375rem;
}

.last\:-translate-y-2\.5:last-child {
  --tw-translate-y: -0.625rem;
}

.last\:-translate-y-3\.5:last-child {
  --tw-translate-y: -0.875rem;
}

.last\:translate-y-1\/2:last-child {
  --tw-translate-y: 50%;
}

.last\:translate-y-1\/3:last-child {
  --tw-translate-y: 33.333333%;
}

.last\:translate-y-2\/3:last-child {
  --tw-translate-y: 66.666667%;
}

.last\:translate-y-1\/4:last-child {
  --tw-translate-y: 25%;
}

.last\:translate-y-2\/4:last-child {
  --tw-translate-y: 50%;
}

.last\:translate-y-3\/4:last-child {
  --tw-translate-y: 75%;
}

.last\:translate-y-full:last-child {
  --tw-translate-y: 100%;
}

.last\:-translate-y-1\/2:last-child {
  --tw-translate-y: -50%;
}

.last\:-translate-y-1\/3:last-child {
  --tw-translate-y: -33.333333%;
}

.last\:-translate-y-2\/3:last-child {
  --tw-translate-y: -66.666667%;
}

.last\:-translate-y-1\/4:last-child {
  --tw-translate-y: -25%;
}

.last\:-translate-y-2\/4:last-child {
  --tw-translate-y: -50%;
}

.last\:-translate-y-3\/4:last-child {
  --tw-translate-y: -75%;
}

.last\:-translate-y-full:last-child {
  --tw-translate-y: -100%;
}

.odd\:translate-x-0:nth-child(odd) {
  --tw-translate-x: 0px;
}

.odd\:translate-x-1:nth-child(odd) {
  --tw-translate-x: 0.25rem;
}

.odd\:translate-x-2:nth-child(odd) {
  --tw-translate-x: 0.5rem;
}

.odd\:translate-x-3:nth-child(odd) {
  --tw-translate-x: 0.75rem;
}

.odd\:translate-x-4:nth-child(odd) {
  --tw-translate-x: 1rem;
}

.odd\:translate-x-5:nth-child(odd) {
  --tw-translate-x: 1.25rem;
}

.odd\:translate-x-6:nth-child(odd) {
  --tw-translate-x: 1.5rem;
}

.odd\:translate-x-7:nth-child(odd) {
  --tw-translate-x: 1.75rem;
}

.odd\:translate-x-8:nth-child(odd) {
  --tw-translate-x: 2rem;
}

.odd\:translate-x-9:nth-child(odd) {
  --tw-translate-x: 2.25rem;
}

.odd\:translate-x-10:nth-child(odd) {
  --tw-translate-x: 2.5rem;
}

.odd\:translate-x-11:nth-child(odd) {
  --tw-translate-x: 2.75rem;
}

.odd\:translate-x-12:nth-child(odd) {
  --tw-translate-x: 3rem;
}

.odd\:translate-x-14:nth-child(odd) {
  --tw-translate-x: 3.5rem;
}

.odd\:translate-x-16:nth-child(odd) {
  --tw-translate-x: 4rem;
}

.odd\:translate-x-20:nth-child(odd) {
  --tw-translate-x: 5rem;
}

.odd\:translate-x-24:nth-child(odd) {
  --tw-translate-x: 6rem;
}

.odd\:translate-x-28:nth-child(odd) {
  --tw-translate-x: 7rem;
}

.odd\:translate-x-32:nth-child(odd) {
  --tw-translate-x: 8rem;
}

.odd\:translate-x-36:nth-child(odd) {
  --tw-translate-x: 9rem;
}

.odd\:translate-x-40:nth-child(odd) {
  --tw-translate-x: 10rem;
}

.odd\:translate-x-44:nth-child(odd) {
  --tw-translate-x: 11rem;
}

.odd\:translate-x-48:nth-child(odd) {
  --tw-translate-x: 12rem;
}

.odd\:translate-x-52:nth-child(odd) {
  --tw-translate-x: 13rem;
}

.odd\:translate-x-56:nth-child(odd) {
  --tw-translate-x: 14rem;
}

.odd\:translate-x-60:nth-child(odd) {
  --tw-translate-x: 15rem;
}

.odd\:translate-x-64:nth-child(odd) {
  --tw-translate-x: 16rem;
}

.odd\:translate-x-72:nth-child(odd) {
  --tw-translate-x: 18rem;
}

.odd\:translate-x-80:nth-child(odd) {
  --tw-translate-x: 20rem;
}

.odd\:translate-x-96:nth-child(odd) {
  --tw-translate-x: 24rem;
}

.odd\:translate-x-px:nth-child(odd) {
  --tw-translate-x: 1px;
}

.odd\:translate-x-0\.5:nth-child(odd) {
  --tw-translate-x: 0.125rem;
}

.odd\:translate-x-1\.5:nth-child(odd) {
  --tw-translate-x: 0.375rem;
}

.odd\:translate-x-2\.5:nth-child(odd) {
  --tw-translate-x: 0.625rem;
}

.odd\:translate-x-3\.5:nth-child(odd) {
  --tw-translate-x: 0.875rem;
}

.odd\:-translate-x-0:nth-child(odd) {
  --tw-translate-x: 0px;
}

.odd\:-translate-x-1:nth-child(odd) {
  --tw-translate-x: -0.25rem;
}

.odd\:-translate-x-2:nth-child(odd) {
  --tw-translate-x: -0.5rem;
}

.odd\:-translate-x-3:nth-child(odd) {
  --tw-translate-x: -0.75rem;
}

.odd\:-translate-x-4:nth-child(odd) {
  --tw-translate-x: -1rem;
}

.odd\:-translate-x-5:nth-child(odd) {
  --tw-translate-x: -1.25rem;
}

.odd\:-translate-x-6:nth-child(odd) {
  --tw-translate-x: -1.5rem;
}

.odd\:-translate-x-7:nth-child(odd) {
  --tw-translate-x: -1.75rem;
}

.odd\:-translate-x-8:nth-child(odd) {
  --tw-translate-x: -2rem;
}

.odd\:-translate-x-9:nth-child(odd) {
  --tw-translate-x: -2.25rem;
}

.odd\:-translate-x-10:nth-child(odd) {
  --tw-translate-x: -2.5rem;
}

.odd\:-translate-x-11:nth-child(odd) {
  --tw-translate-x: -2.75rem;
}

.odd\:-translate-x-12:nth-child(odd) {
  --tw-translate-x: -3rem;
}

.odd\:-translate-x-14:nth-child(odd) {
  --tw-translate-x: -3.5rem;
}

.odd\:-translate-x-16:nth-child(odd) {
  --tw-translate-x: -4rem;
}

.odd\:-translate-x-20:nth-child(odd) {
  --tw-translate-x: -5rem;
}

.odd\:-translate-x-24:nth-child(odd) {
  --tw-translate-x: -6rem;
}

.odd\:-translate-x-28:nth-child(odd) {
  --tw-translate-x: -7rem;
}

.odd\:-translate-x-32:nth-child(odd) {
  --tw-translate-x: -8rem;
}

.odd\:-translate-x-36:nth-child(odd) {
  --tw-translate-x: -9rem;
}

.odd\:-translate-x-40:nth-child(odd) {
  --tw-translate-x: -10rem;
}

.odd\:-translate-x-44:nth-child(odd) {
  --tw-translate-x: -11rem;
}

.odd\:-translate-x-48:nth-child(odd) {
  --tw-translate-x: -12rem;
}

.odd\:-translate-x-52:nth-child(odd) {
  --tw-translate-x: -13rem;
}

.odd\:-translate-x-56:nth-child(odd) {
  --tw-translate-x: -14rem;
}

.odd\:-translate-x-60:nth-child(odd) {
  --tw-translate-x: -15rem;
}

.odd\:-translate-x-64:nth-child(odd) {
  --tw-translate-x: -16rem;
}

.odd\:-translate-x-72:nth-child(odd) {
  --tw-translate-x: -18rem;
}

.odd\:-translate-x-80:nth-child(odd) {
  --tw-translate-x: -20rem;
}

.odd\:-translate-x-96:nth-child(odd) {
  --tw-translate-x: -24rem;
}

.odd\:-translate-x-px:nth-child(odd) {
  --tw-translate-x: -1px;
}

.odd\:-translate-x-0\.5:nth-child(odd) {
  --tw-translate-x: -0.125rem;
}

.odd\:-translate-x-1\.5:nth-child(odd) {
  --tw-translate-x: -0.375rem;
}

.odd\:-translate-x-2\.5:nth-child(odd) {
  --tw-translate-x: -0.625rem;
}

.odd\:-translate-x-3\.5:nth-child(odd) {
  --tw-translate-x: -0.875rem;
}

.odd\:translate-x-1\/2:nth-child(odd) {
  --tw-translate-x: 50%;
}

.odd\:translate-x-1\/3:nth-child(odd) {
  --tw-translate-x: 33.333333%;
}

.odd\:translate-x-2\/3:nth-child(odd) {
  --tw-translate-x: 66.666667%;
}

.odd\:translate-x-1\/4:nth-child(odd) {
  --tw-translate-x: 25%;
}

.odd\:translate-x-2\/4:nth-child(odd) {
  --tw-translate-x: 50%;
}

.odd\:translate-x-3\/4:nth-child(odd) {
  --tw-translate-x: 75%;
}

.odd\:translate-x-full:nth-child(odd) {
  --tw-translate-x: 100%;
}

.odd\:-translate-x-1\/2:nth-child(odd) {
  --tw-translate-x: -50%;
}

.odd\:-translate-x-1\/3:nth-child(odd) {
  --tw-translate-x: -33.333333%;
}

.odd\:-translate-x-2\/3:nth-child(odd) {
  --tw-translate-x: -66.666667%;
}

.odd\:-translate-x-1\/4:nth-child(odd) {
  --tw-translate-x: -25%;
}

.odd\:-translate-x-2\/4:nth-child(odd) {
  --tw-translate-x: -50%;
}

.odd\:-translate-x-3\/4:nth-child(odd) {
  --tw-translate-x: -75%;
}

.odd\:-translate-x-full:nth-child(odd) {
  --tw-translate-x: -100%;
}

.odd\:translate-y-0:nth-child(odd) {
  --tw-translate-y: 0px;
}

.odd\:translate-y-1:nth-child(odd) {
  --tw-translate-y: 0.25rem;
}

.odd\:translate-y-2:nth-child(odd) {
  --tw-translate-y: 0.5rem;
}

.odd\:translate-y-3:nth-child(odd) {
  --tw-translate-y: 0.75rem;
}

.odd\:translate-y-4:nth-child(odd) {
  --tw-translate-y: 1rem;
}

.odd\:translate-y-5:nth-child(odd) {
  --tw-translate-y: 1.25rem;
}

.odd\:translate-y-6:nth-child(odd) {
  --tw-translate-y: 1.5rem;
}

.odd\:translate-y-7:nth-child(odd) {
  --tw-translate-y: 1.75rem;
}

.odd\:translate-y-8:nth-child(odd) {
  --tw-translate-y: 2rem;
}

.odd\:translate-y-9:nth-child(odd) {
  --tw-translate-y: 2.25rem;
}

.odd\:translate-y-10:nth-child(odd) {
  --tw-translate-y: 2.5rem;
}

.odd\:translate-y-11:nth-child(odd) {
  --tw-translate-y: 2.75rem;
}

.odd\:translate-y-12:nth-child(odd) {
  --tw-translate-y: 3rem;
}

.odd\:translate-y-14:nth-child(odd) {
  --tw-translate-y: 3.5rem;
}

.odd\:translate-y-16:nth-child(odd) {
  --tw-translate-y: 4rem;
}

.odd\:translate-y-20:nth-child(odd) {
  --tw-translate-y: 5rem;
}

.odd\:translate-y-24:nth-child(odd) {
  --tw-translate-y: 6rem;
}

.odd\:translate-y-28:nth-child(odd) {
  --tw-translate-y: 7rem;
}

.odd\:translate-y-32:nth-child(odd) {
  --tw-translate-y: 8rem;
}

.odd\:translate-y-36:nth-child(odd) {
  --tw-translate-y: 9rem;
}

.odd\:translate-y-40:nth-child(odd) {
  --tw-translate-y: 10rem;
}

.odd\:translate-y-44:nth-child(odd) {
  --tw-translate-y: 11rem;
}

.odd\:translate-y-48:nth-child(odd) {
  --tw-translate-y: 12rem;
}

.odd\:translate-y-52:nth-child(odd) {
  --tw-translate-y: 13rem;
}

.odd\:translate-y-56:nth-child(odd) {
  --tw-translate-y: 14rem;
}

.odd\:translate-y-60:nth-child(odd) {
  --tw-translate-y: 15rem;
}

.odd\:translate-y-64:nth-child(odd) {
  --tw-translate-y: 16rem;
}

.odd\:translate-y-72:nth-child(odd) {
  --tw-translate-y: 18rem;
}

.odd\:translate-y-80:nth-child(odd) {
  --tw-translate-y: 20rem;
}

.odd\:translate-y-96:nth-child(odd) {
  --tw-translate-y: 24rem;
}

.odd\:translate-y-px:nth-child(odd) {
  --tw-translate-y: 1px;
}

.odd\:translate-y-0\.5:nth-child(odd) {
  --tw-translate-y: 0.125rem;
}

.odd\:translate-y-1\.5:nth-child(odd) {
  --tw-translate-y: 0.375rem;
}

.odd\:translate-y-2\.5:nth-child(odd) {
  --tw-translate-y: 0.625rem;
}

.odd\:translate-y-3\.5:nth-child(odd) {
  --tw-translate-y: 0.875rem;
}

.odd\:-translate-y-0:nth-child(odd) {
  --tw-translate-y: 0px;
}

.odd\:-translate-y-1:nth-child(odd) {
  --tw-translate-y: -0.25rem;
}

.odd\:-translate-y-2:nth-child(odd) {
  --tw-translate-y: -0.5rem;
}

.odd\:-translate-y-3:nth-child(odd) {
  --tw-translate-y: -0.75rem;
}

.odd\:-translate-y-4:nth-child(odd) {
  --tw-translate-y: -1rem;
}

.odd\:-translate-y-5:nth-child(odd) {
  --tw-translate-y: -1.25rem;
}

.odd\:-translate-y-6:nth-child(odd) {
  --tw-translate-y: -1.5rem;
}

.odd\:-translate-y-7:nth-child(odd) {
  --tw-translate-y: -1.75rem;
}

.odd\:-translate-y-8:nth-child(odd) {
  --tw-translate-y: -2rem;
}

.odd\:-translate-y-9:nth-child(odd) {
  --tw-translate-y: -2.25rem;
}

.odd\:-translate-y-10:nth-child(odd) {
  --tw-translate-y: -2.5rem;
}

.odd\:-translate-y-11:nth-child(odd) {
  --tw-translate-y: -2.75rem;
}

.odd\:-translate-y-12:nth-child(odd) {
  --tw-translate-y: -3rem;
}

.odd\:-translate-y-14:nth-child(odd) {
  --tw-translate-y: -3.5rem;
}

.odd\:-translate-y-16:nth-child(odd) {
  --tw-translate-y: -4rem;
}

.odd\:-translate-y-20:nth-child(odd) {
  --tw-translate-y: -5rem;
}

.odd\:-translate-y-24:nth-child(odd) {
  --tw-translate-y: -6rem;
}

.odd\:-translate-y-28:nth-child(odd) {
  --tw-translate-y: -7rem;
}

.odd\:-translate-y-32:nth-child(odd) {
  --tw-translate-y: -8rem;
}

.odd\:-translate-y-36:nth-child(odd) {
  --tw-translate-y: -9rem;
}

.odd\:-translate-y-40:nth-child(odd) {
  --tw-translate-y: -10rem;
}

.odd\:-translate-y-44:nth-child(odd) {
  --tw-translate-y: -11rem;
}

.odd\:-translate-y-48:nth-child(odd) {
  --tw-translate-y: -12rem;
}

.odd\:-translate-y-52:nth-child(odd) {
  --tw-translate-y: -13rem;
}

.odd\:-translate-y-56:nth-child(odd) {
  --tw-translate-y: -14rem;
}

.odd\:-translate-y-60:nth-child(odd) {
  --tw-translate-y: -15rem;
}

.odd\:-translate-y-64:nth-child(odd) {
  --tw-translate-y: -16rem;
}

.odd\:-translate-y-72:nth-child(odd) {
  --tw-translate-y: -18rem;
}

.odd\:-translate-y-80:nth-child(odd) {
  --tw-translate-y: -20rem;
}

.odd\:-translate-y-96:nth-child(odd) {
  --tw-translate-y: -24rem;
}

.odd\:-translate-y-px:nth-child(odd) {
  --tw-translate-y: -1px;
}

.odd\:-translate-y-0\.5:nth-child(odd) {
  --tw-translate-y: -0.125rem;
}

.odd\:-translate-y-1\.5:nth-child(odd) {
  --tw-translate-y: -0.375rem;
}

.odd\:-translate-y-2\.5:nth-child(odd) {
  --tw-translate-y: -0.625rem;
}

.odd\:-translate-y-3\.5:nth-child(odd) {
  --tw-translate-y: -0.875rem;
}

.odd\:translate-y-1\/2:nth-child(odd) {
  --tw-translate-y: 50%;
}

.odd\:translate-y-1\/3:nth-child(odd) {
  --tw-translate-y: 33.333333%;
}

.odd\:translate-y-2\/3:nth-child(odd) {
  --tw-translate-y: 66.666667%;
}

.odd\:translate-y-1\/4:nth-child(odd) {
  --tw-translate-y: 25%;
}

.odd\:translate-y-2\/4:nth-child(odd) {
  --tw-translate-y: 50%;
}

.odd\:translate-y-3\/4:nth-child(odd) {
  --tw-translate-y: 75%;
}

.odd\:translate-y-full:nth-child(odd) {
  --tw-translate-y: 100%;
}

.odd\:-translate-y-1\/2:nth-child(odd) {
  --tw-translate-y: -50%;
}

.odd\:-translate-y-1\/3:nth-child(odd) {
  --tw-translate-y: -33.333333%;
}

.odd\:-translate-y-2\/3:nth-child(odd) {
  --tw-translate-y: -66.666667%;
}

.odd\:-translate-y-1\/4:nth-child(odd) {
  --tw-translate-y: -25%;
}

.odd\:-translate-y-2\/4:nth-child(odd) {
  --tw-translate-y: -50%;
}

.odd\:-translate-y-3\/4:nth-child(odd) {
  --tw-translate-y: -75%;
}

.odd\:-translate-y-full:nth-child(odd) {
  --tw-translate-y: -100%;
}

.even\:translate-x-0:nth-child(even) {
  --tw-translate-x: 0px;
}

.even\:translate-x-1:nth-child(even) {
  --tw-translate-x: 0.25rem;
}

.even\:translate-x-2:nth-child(even) {
  --tw-translate-x: 0.5rem;
}

.even\:translate-x-3:nth-child(even) {
  --tw-translate-x: 0.75rem;
}

.even\:translate-x-4:nth-child(even) {
  --tw-translate-x: 1rem;
}

.even\:translate-x-5:nth-child(even) {
  --tw-translate-x: 1.25rem;
}

.even\:translate-x-6:nth-child(even) {
  --tw-translate-x: 1.5rem;
}

.even\:translate-x-7:nth-child(even) {
  --tw-translate-x: 1.75rem;
}

.even\:translate-x-8:nth-child(even) {
  --tw-translate-x: 2rem;
}

.even\:translate-x-9:nth-child(even) {
  --tw-translate-x: 2.25rem;
}

.even\:translate-x-10:nth-child(even) {
  --tw-translate-x: 2.5rem;
}

.even\:translate-x-11:nth-child(even) {
  --tw-translate-x: 2.75rem;
}

.even\:translate-x-12:nth-child(even) {
  --tw-translate-x: 3rem;
}

.even\:translate-x-14:nth-child(even) {
  --tw-translate-x: 3.5rem;
}

.even\:translate-x-16:nth-child(even) {
  --tw-translate-x: 4rem;
}

.even\:translate-x-20:nth-child(even) {
  --tw-translate-x: 5rem;
}

.even\:translate-x-24:nth-child(even) {
  --tw-translate-x: 6rem;
}

.even\:translate-x-28:nth-child(even) {
  --tw-translate-x: 7rem;
}

.even\:translate-x-32:nth-child(even) {
  --tw-translate-x: 8rem;
}

.even\:translate-x-36:nth-child(even) {
  --tw-translate-x: 9rem;
}

.even\:translate-x-40:nth-child(even) {
  --tw-translate-x: 10rem;
}

.even\:translate-x-44:nth-child(even) {
  --tw-translate-x: 11rem;
}

.even\:translate-x-48:nth-child(even) {
  --tw-translate-x: 12rem;
}

.even\:translate-x-52:nth-child(even) {
  --tw-translate-x: 13rem;
}

.even\:translate-x-56:nth-child(even) {
  --tw-translate-x: 14rem;
}

.even\:translate-x-60:nth-child(even) {
  --tw-translate-x: 15rem;
}

.even\:translate-x-64:nth-child(even) {
  --tw-translate-x: 16rem;
}

.even\:translate-x-72:nth-child(even) {
  --tw-translate-x: 18rem;
}

.even\:translate-x-80:nth-child(even) {
  --tw-translate-x: 20rem;
}

.even\:translate-x-96:nth-child(even) {
  --tw-translate-x: 24rem;
}

.even\:translate-x-px:nth-child(even) {
  --tw-translate-x: 1px;
}

.even\:translate-x-0\.5:nth-child(even) {
  --tw-translate-x: 0.125rem;
}

.even\:translate-x-1\.5:nth-child(even) {
  --tw-translate-x: 0.375rem;
}

.even\:translate-x-2\.5:nth-child(even) {
  --tw-translate-x: 0.625rem;
}

.even\:translate-x-3\.5:nth-child(even) {
  --tw-translate-x: 0.875rem;
}

.even\:-translate-x-0:nth-child(even) {
  --tw-translate-x: 0px;
}

.even\:-translate-x-1:nth-child(even) {
  --tw-translate-x: -0.25rem;
}

.even\:-translate-x-2:nth-child(even) {
  --tw-translate-x: -0.5rem;
}

.even\:-translate-x-3:nth-child(even) {
  --tw-translate-x: -0.75rem;
}

.even\:-translate-x-4:nth-child(even) {
  --tw-translate-x: -1rem;
}

.even\:-translate-x-5:nth-child(even) {
  --tw-translate-x: -1.25rem;
}

.even\:-translate-x-6:nth-child(even) {
  --tw-translate-x: -1.5rem;
}

.even\:-translate-x-7:nth-child(even) {
  --tw-translate-x: -1.75rem;
}

.even\:-translate-x-8:nth-child(even) {
  --tw-translate-x: -2rem;
}

.even\:-translate-x-9:nth-child(even) {
  --tw-translate-x: -2.25rem;
}

.even\:-translate-x-10:nth-child(even) {
  --tw-translate-x: -2.5rem;
}

.even\:-translate-x-11:nth-child(even) {
  --tw-translate-x: -2.75rem;
}

.even\:-translate-x-12:nth-child(even) {
  --tw-translate-x: -3rem;
}

.even\:-translate-x-14:nth-child(even) {
  --tw-translate-x: -3.5rem;
}

.even\:-translate-x-16:nth-child(even) {
  --tw-translate-x: -4rem;
}

.even\:-translate-x-20:nth-child(even) {
  --tw-translate-x: -5rem;
}

.even\:-translate-x-24:nth-child(even) {
  --tw-translate-x: -6rem;
}

.even\:-translate-x-28:nth-child(even) {
  --tw-translate-x: -7rem;
}

.even\:-translate-x-32:nth-child(even) {
  --tw-translate-x: -8rem;
}

.even\:-translate-x-36:nth-child(even) {
  --tw-translate-x: -9rem;
}

.even\:-translate-x-40:nth-child(even) {
  --tw-translate-x: -10rem;
}

.even\:-translate-x-44:nth-child(even) {
  --tw-translate-x: -11rem;
}

.even\:-translate-x-48:nth-child(even) {
  --tw-translate-x: -12rem;
}

.even\:-translate-x-52:nth-child(even) {
  --tw-translate-x: -13rem;
}

.even\:-translate-x-56:nth-child(even) {
  --tw-translate-x: -14rem;
}

.even\:-translate-x-60:nth-child(even) {
  --tw-translate-x: -15rem;
}

.even\:-translate-x-64:nth-child(even) {
  --tw-translate-x: -16rem;
}

.even\:-translate-x-72:nth-child(even) {
  --tw-translate-x: -18rem;
}

.even\:-translate-x-80:nth-child(even) {
  --tw-translate-x: -20rem;
}

.even\:-translate-x-96:nth-child(even) {
  --tw-translate-x: -24rem;
}

.even\:-translate-x-px:nth-child(even) {
  --tw-translate-x: -1px;
}

.even\:-translate-x-0\.5:nth-child(even) {
  --tw-translate-x: -0.125rem;
}

.even\:-translate-x-1\.5:nth-child(even) {
  --tw-translate-x: -0.375rem;
}

.even\:-translate-x-2\.5:nth-child(even) {
  --tw-translate-x: -0.625rem;
}

.even\:-translate-x-3\.5:nth-child(even) {
  --tw-translate-x: -0.875rem;
}

.even\:translate-x-1\/2:nth-child(even) {
  --tw-translate-x: 50%;
}

.even\:translate-x-1\/3:nth-child(even) {
  --tw-translate-x: 33.333333%;
}

.even\:translate-x-2\/3:nth-child(even) {
  --tw-translate-x: 66.666667%;
}

.even\:translate-x-1\/4:nth-child(even) {
  --tw-translate-x: 25%;
}

.even\:translate-x-2\/4:nth-child(even) {
  --tw-translate-x: 50%;
}

.even\:translate-x-3\/4:nth-child(even) {
  --tw-translate-x: 75%;
}

.even\:translate-x-full:nth-child(even) {
  --tw-translate-x: 100%;
}

.even\:-translate-x-1\/2:nth-child(even) {
  --tw-translate-x: -50%;
}

.even\:-translate-x-1\/3:nth-child(even) {
  --tw-translate-x: -33.333333%;
}

.even\:-translate-x-2\/3:nth-child(even) {
  --tw-translate-x: -66.666667%;
}

.even\:-translate-x-1\/4:nth-child(even) {
  --tw-translate-x: -25%;
}

.even\:-translate-x-2\/4:nth-child(even) {
  --tw-translate-x: -50%;
}

.even\:-translate-x-3\/4:nth-child(even) {
  --tw-translate-x: -75%;
}

.even\:-translate-x-full:nth-child(even) {
  --tw-translate-x: -100%;
}

.even\:translate-y-0:nth-child(even) {
  --tw-translate-y: 0px;
}

.even\:translate-y-1:nth-child(even) {
  --tw-translate-y: 0.25rem;
}

.even\:translate-y-2:nth-child(even) {
  --tw-translate-y: 0.5rem;
}

.even\:translate-y-3:nth-child(even) {
  --tw-translate-y: 0.75rem;
}

.even\:translate-y-4:nth-child(even) {
  --tw-translate-y: 1rem;
}

.even\:translate-y-5:nth-child(even) {
  --tw-translate-y: 1.25rem;
}

.even\:translate-y-6:nth-child(even) {
  --tw-translate-y: 1.5rem;
}

.even\:translate-y-7:nth-child(even) {
  --tw-translate-y: 1.75rem;
}

.even\:translate-y-8:nth-child(even) {
  --tw-translate-y: 2rem;
}

.even\:translate-y-9:nth-child(even) {
  --tw-translate-y: 2.25rem;
}

.even\:translate-y-10:nth-child(even) {
  --tw-translate-y: 2.5rem;
}

.even\:translate-y-11:nth-child(even) {
  --tw-translate-y: 2.75rem;
}

.even\:translate-y-12:nth-child(even) {
  --tw-translate-y: 3rem;
}

.even\:translate-y-14:nth-child(even) {
  --tw-translate-y: 3.5rem;
}

.even\:translate-y-16:nth-child(even) {
  --tw-translate-y: 4rem;
}

.even\:translate-y-20:nth-child(even) {
  --tw-translate-y: 5rem;
}

.even\:translate-y-24:nth-child(even) {
  --tw-translate-y: 6rem;
}

.even\:translate-y-28:nth-child(even) {
  --tw-translate-y: 7rem;
}

.even\:translate-y-32:nth-child(even) {
  --tw-translate-y: 8rem;
}

.even\:translate-y-36:nth-child(even) {
  --tw-translate-y: 9rem;
}

.even\:translate-y-40:nth-child(even) {
  --tw-translate-y: 10rem;
}

.even\:translate-y-44:nth-child(even) {
  --tw-translate-y: 11rem;
}

.even\:translate-y-48:nth-child(even) {
  --tw-translate-y: 12rem;
}

.even\:translate-y-52:nth-child(even) {
  --tw-translate-y: 13rem;
}

.even\:translate-y-56:nth-child(even) {
  --tw-translate-y: 14rem;
}

.even\:translate-y-60:nth-child(even) {
  --tw-translate-y: 15rem;
}

.even\:translate-y-64:nth-child(even) {
  --tw-translate-y: 16rem;
}

.even\:translate-y-72:nth-child(even) {
  --tw-translate-y: 18rem;
}

.even\:translate-y-80:nth-child(even) {
  --tw-translate-y: 20rem;
}

.even\:translate-y-96:nth-child(even) {
  --tw-translate-y: 24rem;
}

.even\:translate-y-px:nth-child(even) {
  --tw-translate-y: 1px;
}

.even\:translate-y-0\.5:nth-child(even) {
  --tw-translate-y: 0.125rem;
}

.even\:translate-y-1\.5:nth-child(even) {
  --tw-translate-y: 0.375rem;
}

.even\:translate-y-2\.5:nth-child(even) {
  --tw-translate-y: 0.625rem;
}

.even\:translate-y-3\.5:nth-child(even) {
  --tw-translate-y: 0.875rem;
}

.even\:-translate-y-0:nth-child(even) {
  --tw-translate-y: 0px;
}

.even\:-translate-y-1:nth-child(even) {
  --tw-translate-y: -0.25rem;
}

.even\:-translate-y-2:nth-child(even) {
  --tw-translate-y: -0.5rem;
}

.even\:-translate-y-3:nth-child(even) {
  --tw-translate-y: -0.75rem;
}

.even\:-translate-y-4:nth-child(even) {
  --tw-translate-y: -1rem;
}

.even\:-translate-y-5:nth-child(even) {
  --tw-translate-y: -1.25rem;
}

.even\:-translate-y-6:nth-child(even) {
  --tw-translate-y: -1.5rem;
}

.even\:-translate-y-7:nth-child(even) {
  --tw-translate-y: -1.75rem;
}

.even\:-translate-y-8:nth-child(even) {
  --tw-translate-y: -2rem;
}

.even\:-translate-y-9:nth-child(even) {
  --tw-translate-y: -2.25rem;
}

.even\:-translate-y-10:nth-child(even) {
  --tw-translate-y: -2.5rem;
}

.even\:-translate-y-11:nth-child(even) {
  --tw-translate-y: -2.75rem;
}

.even\:-translate-y-12:nth-child(even) {
  --tw-translate-y: -3rem;
}

.even\:-translate-y-14:nth-child(even) {
  --tw-translate-y: -3.5rem;
}

.even\:-translate-y-16:nth-child(even) {
  --tw-translate-y: -4rem;
}

.even\:-translate-y-20:nth-child(even) {
  --tw-translate-y: -5rem;
}

.even\:-translate-y-24:nth-child(even) {
  --tw-translate-y: -6rem;
}

.even\:-translate-y-28:nth-child(even) {
  --tw-translate-y: -7rem;
}

.even\:-translate-y-32:nth-child(even) {
  --tw-translate-y: -8rem;
}

.even\:-translate-y-36:nth-child(even) {
  --tw-translate-y: -9rem;
}

.even\:-translate-y-40:nth-child(even) {
  --tw-translate-y: -10rem;
}

.even\:-translate-y-44:nth-child(even) {
  --tw-translate-y: -11rem;
}

.even\:-translate-y-48:nth-child(even) {
  --tw-translate-y: -12rem;
}

.even\:-translate-y-52:nth-child(even) {
  --tw-translate-y: -13rem;
}

.even\:-translate-y-56:nth-child(even) {
  --tw-translate-y: -14rem;
}

.even\:-translate-y-60:nth-child(even) {
  --tw-translate-y: -15rem;
}

.even\:-translate-y-64:nth-child(even) {
  --tw-translate-y: -16rem;
}

.even\:-translate-y-72:nth-child(even) {
  --tw-translate-y: -18rem;
}

.even\:-translate-y-80:nth-child(even) {
  --tw-translate-y: -20rem;
}

.even\:-translate-y-96:nth-child(even) {
  --tw-translate-y: -24rem;
}

.even\:-translate-y-px:nth-child(even) {
  --tw-translate-y: -1px;
}

.even\:-translate-y-0\.5:nth-child(even) {
  --tw-translate-y: -0.125rem;
}

.even\:-translate-y-1\.5:nth-child(even) {
  --tw-translate-y: -0.375rem;
}

.even\:-translate-y-2\.5:nth-child(even) {
  --tw-translate-y: -0.625rem;
}

.even\:-translate-y-3\.5:nth-child(even) {
  --tw-translate-y: -0.875rem;
}

.even\:translate-y-1\/2:nth-child(even) {
  --tw-translate-y: 50%;
}

.even\:translate-y-1\/3:nth-child(even) {
  --tw-translate-y: 33.333333%;
}

.even\:translate-y-2\/3:nth-child(even) {
  --tw-translate-y: 66.666667%;
}

.even\:translate-y-1\/4:nth-child(even) {
  --tw-translate-y: 25%;
}

.even\:translate-y-2\/4:nth-child(even) {
  --tw-translate-y: 50%;
}

.even\:translate-y-3\/4:nth-child(even) {
  --tw-translate-y: 75%;
}

.even\:translate-y-full:nth-child(even) {
  --tw-translate-y: 100%;
}

.even\:-translate-y-1\/2:nth-child(even) {
  --tw-translate-y: -50%;
}

.even\:-translate-y-1\/3:nth-child(even) {
  --tw-translate-y: -33.333333%;
}

.even\:-translate-y-2\/3:nth-child(even) {
  --tw-translate-y: -66.666667%;
}

.even\:-translate-y-1\/4:nth-child(even) {
  --tw-translate-y: -25%;
}

.even\:-translate-y-2\/4:nth-child(even) {
  --tw-translate-y: -50%;
}

.even\:-translate-y-3\/4:nth-child(even) {
  --tw-translate-y: -75%;
}

.even\:-translate-y-full:nth-child(even) {
  --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%;
}

.active\:translate-x-0:active {
  --tw-translate-x: 0px;
}

.active\:translate-x-1:active {
  --tw-translate-x: 0.25rem;
}

.active\:translate-x-2:active {
  --tw-translate-x: 0.5rem;
}

.active\:translate-x-3:active {
  --tw-translate-x: 0.75rem;
}

.active\:translate-x-4:active {
  --tw-translate-x: 1rem;
}

.active\:translate-x-5:active {
  --tw-translate-x: 1.25rem;
}

.active\:translate-x-6:active {
  --tw-translate-x: 1.5rem;
}

.active\:translate-x-7:active {
  --tw-translate-x: 1.75rem;
}

.active\:translate-x-8:active {
  --tw-translate-x: 2rem;
}

.active\:translate-x-9:active {
  --tw-translate-x: 2.25rem;
}

.active\:translate-x-10:active {
  --tw-translate-x: 2.5rem;
}

.active\:translate-x-11:active {
  --tw-translate-x: 2.75rem;
}

.active\:translate-x-12:active {
  --tw-translate-x: 3rem;
}

.active\:translate-x-14:active {
  --tw-translate-x: 3.5rem;
}

.active\:translate-x-16:active {
  --tw-translate-x: 4rem;
}

.active\:translate-x-20:active {
  --tw-translate-x: 5rem;
}

.active\:translate-x-24:active {
  --tw-translate-x: 6rem;
}

.active\:translate-x-28:active {
  --tw-translate-x: 7rem;
}

.active\:translate-x-32:active {
  --tw-translate-x: 8rem;
}

.active\:translate-x-36:active {
  --tw-translate-x: 9rem;
}

.active\:translate-x-40:active {
  --tw-translate-x: 10rem;
}

.active\:translate-x-44:active {
  --tw-translate-x: 11rem;
}

.active\:translate-x-48:active {
  --tw-translate-x: 12rem;
}

.active\:translate-x-52:active {
  --tw-translate-x: 13rem;
}

.active\:translate-x-56:active {
  --tw-translate-x: 14rem;
}

.active\:translate-x-60:active {
  --tw-translate-x: 15rem;
}

.active\:translate-x-64:active {
  --tw-translate-x: 16rem;
}

.active\:translate-x-72:active {
  --tw-translate-x: 18rem;
}

.active\:translate-x-80:active {
  --tw-translate-x: 20rem;
}

.active\:translate-x-96:active {
  --tw-translate-x: 24rem;
}

.active\:translate-x-px:active {
  --tw-translate-x: 1px;
}

.active\:translate-x-0\.5:active {
  --tw-translate-x: 0.125rem;
}

.active\:translate-x-1\.5:active {
  --tw-translate-x: 0.375rem;
}

.active\:translate-x-2\.5:active {
  --tw-translate-x: 0.625rem;
}

.active\:translate-x-3\.5:active {
  --tw-translate-x: 0.875rem;
}

.active\:-translate-x-0:active {
  --tw-translate-x: 0px;
}

.active\:-translate-x-1:active {
  --tw-translate-x: -0.25rem;
}

.active\:-translate-x-2:active {
  --tw-translate-x: -0.5rem;
}

.active\:-translate-x-3:active {
  --tw-translate-x: -0.75rem;
}

.active\:-translate-x-4:active {
  --tw-translate-x: -1rem;
}

.active\:-translate-x-5:active {
  --tw-translate-x: -1.25rem;
}

.active\:-translate-x-6:active {
  --tw-translate-x: -1.5rem;
}

.active\:-translate-x-7:active {
  --tw-translate-x: -1.75rem;
}

.active\:-translate-x-8:active {
  --tw-translate-x: -2rem;
}

.active\:-translate-x-9:active {
  --tw-translate-x: -2.25rem;
}

.active\:-translate-x-10:active {
  --tw-translate-x: -2.5rem;
}

.active\:-translate-x-11:active {
  --tw-translate-x: -2.75rem;
}

.active\:-translate-x-12:active {
  --tw-translate-x: -3rem;
}

.active\:-translate-x-14:active {
  --tw-translate-x: -3.5rem;
}

.active\:-translate-x-16:active {
  --tw-translate-x: -4rem;
}

.active\:-translate-x-20:active {
  --tw-translate-x: -5rem;
}

.active\:-translate-x-24:active {
  --tw-translate-x: -6rem;
}

.active\:-translate-x-28:active {
  --tw-translate-x: -7rem;
}

.active\:-translate-x-32:active {
  --tw-translate-x: -8rem;
}

.active\:-translate-x-36:active {
  --tw-translate-x: -9rem;
}

.active\:-translate-x-40:active {
  --tw-translate-x: -10rem;
}

.active\:-translate-x-44:active {
  --tw-translate-x: -11rem;
}

.active\:-translate-x-48:active {
  --tw-translate-x: -12rem;
}

.active\:-translate-x-52:active {
  --tw-translate-x: -13rem;
}

.active\:-translate-x-56:active {
  --tw-translate-x: -14rem;
}

.active\:-translate-x-60:active {
  --tw-translate-x: -15rem;
}

.active\:-translate-x-64:active {
  --tw-translate-x: -16rem;
}

.active\:-translate-x-72:active {
  --tw-translate-x: -18rem;
}

.active\:-translate-x-80:active {
  --tw-translate-x: -20rem;
}

.active\:-translate-x-96:active {
  --tw-translate-x: -24rem;
}

.active\:-translate-x-px:active {
  --tw-translate-x: -1px;
}

.active\:-translate-x-0\.5:active {
  --tw-translate-x: -0.125rem;
}

.active\:-translate-x-1\.5:active {
  --tw-translate-x: -0.375rem;
}

.active\:-translate-x-2\.5:active {
  --tw-translate-x: -0.625rem;
}

.active\:-translate-x-3\.5:active {
  --tw-translate-x: -0.875rem;
}

.active\:translate-x-1\/2:active {
  --tw-translate-x: 50%;
}

.active\:translate-x-1\/3:active {
  --tw-translate-x: 33.333333%;
}

.active\:translate-x-2\/3:active {
  --tw-translate-x: 66.666667%;
}

.active\:translate-x-1\/4:active {
  --tw-translate-x: 25%;
}

.active\:translate-x-2\/4:active {
  --tw-translate-x: 50%;
}

.active\:translate-x-3\/4:active {
  --tw-translate-x: 75%;
}

.active\:translate-x-full:active {
  --tw-translate-x: 100%;
}

.active\:-translate-x-1\/2:active {
  --tw-translate-x: -50%;
}

.active\:-translate-x-1\/3:active {
  --tw-translate-x: -33.333333%;
}

.active\:-translate-x-2\/3:active {
  --tw-translate-x: -66.666667%;
}

.active\:-translate-x-1\/4:active {
  --tw-translate-x: -25%;
}

.active\:-translate-x-2\/4:active {
  --tw-translate-x: -50%;
}

.active\:-translate-x-3\/4:active {
  --tw-translate-x: -75%;
}

.active\:-translate-x-full:active {
  --tw-translate-x: -100%;
}

.active\:translate-y-0:active {
  --tw-translate-y: 0px;
}

.active\:translate-y-1:active {
  --tw-translate-y: 0.25rem;
}

.active\:translate-y-2:active {
  --tw-translate-y: 0.5rem;
}

.active\:translate-y-3:active {
  --tw-translate-y: 0.75rem;
}

.active\:translate-y-4:active {
  --tw-translate-y: 1rem;
}

.active\:translate-y-5:active {
  --tw-translate-y: 1.25rem;
}

.active\:translate-y-6:active {
  --tw-translate-y: 1.5rem;
}

.active\:translate-y-7:active {
  --tw-translate-y: 1.75rem;
}

.active\:translate-y-8:active {
  --tw-translate-y: 2rem;
}

.active\:translate-y-9:active {
  --tw-translate-y: 2.25rem;
}

.active\:translate-y-10:active {
  --tw-translate-y: 2.5rem;
}

.active\:translate-y-11:active {
  --tw-translate-y: 2.75rem;
}

.active\:translate-y-12:active {
  --tw-translate-y: 3rem;
}

.active\:translate-y-14:active {
  --tw-translate-y: 3.5rem;
}

.active\:translate-y-16:active {
  --tw-translate-y: 4rem;
}

.active\:translate-y-20:active {
  --tw-translate-y: 5rem;
}

.active\:translate-y-24:active {
  --tw-translate-y: 6rem;
}

.active\:translate-y-28:active {
  --tw-translate-y: 7rem;
}

.active\:translate-y-32:active {
  --tw-translate-y: 8rem;
}

.active\:translate-y-36:active {
  --tw-translate-y: 9rem;
}

.active\:translate-y-40:active {
  --tw-translate-y: 10rem;
}

.active\:translate-y-44:active {
  --tw-translate-y: 11rem;
}

.active\:translate-y-48:active {
  --tw-translate-y: 12rem;
}

.active\:translate-y-52:active {
  --tw-translate-y: 13rem;
}

.active\:translate-y-56:active {
  --tw-translate-y: 14rem;
}

.active\:translate-y-60:active {
  --tw-translate-y: 15rem;
}

.active\:translate-y-64:active {
  --tw-translate-y: 16rem;
}

.active\:translate-y-72:active {
  --tw-translate-y: 18rem;
}

.active\:translate-y-80:active {
  --tw-translate-y: 20rem;
}

.active\:translate-y-96:active {
  --tw-translate-y: 24rem;
}

.active\:translate-y-px:active {
  --tw-translate-y: 1px;
}

.active\:translate-y-0\.5:active {
  --tw-translate-y: 0.125rem;
}

.active\:translate-y-1\.5:active {
  --tw-translate-y: 0.375rem;
}

.active\:translate-y-2\.5:active {
  --tw-translate-y: 0.625rem;
}

.active\:translate-y-3\.5:active {
  --tw-translate-y: 0.875rem;
}

.active\:-translate-y-0:active {
  --tw-translate-y: 0px;
}

.active\:-translate-y-1:active {
  --tw-translate-y: -0.25rem;
}

.active\:-translate-y-2:active {
  --tw-translate-y: -0.5rem;
}

.active\:-translate-y-3:active {
  --tw-translate-y: -0.75rem;
}

.active\:-translate-y-4:active {
  --tw-translate-y: -1rem;
}

.active\:-translate-y-5:active {
  --tw-translate-y: -1.25rem;
}

.active\:-translate-y-6:active {
  --tw-translate-y: -1.5rem;
}

.active\:-translate-y-7:active {
  --tw-translate-y: -1.75rem;
}

.active\:-translate-y-8:active {
  --tw-translate-y: -2rem;
}

.active\:-translate-y-9:active {
  --tw-translate-y: -2.25rem;
}

.active\:-translate-y-10:active {
  --tw-translate-y: -2.5rem;
}

.active\:-translate-y-11:active {
  --tw-translate-y: -2.75rem;
}

.active\:-translate-y-12:active {
  --tw-translate-y: -3rem;
}

.active\:-translate-y-14:active {
  --tw-translate-y: -3.5rem;
}

.active\:-translate-y-16:active {
  --tw-translate-y: -4rem;
}

.active\:-translate-y-20:active {
  --tw-translate-y: -5rem;
}

.active\:-translate-y-24:active {
  --tw-translate-y: -6rem;
}

.active\:-translate-y-28:active {
  --tw-translate-y: -7rem;
}

.active\:-translate-y-32:active {
  --tw-translate-y: -8rem;
}

.active\:-translate-y-36:active {
  --tw-translate-y: -9rem;
}

.active\:-translate-y-40:active {
  --tw-translate-y: -10rem;
}

.active\:-translate-y-44:active {
  --tw-translate-y: -11rem;
}

.active\:-translate-y-48:active {
  --tw-translate-y: -12rem;
}

.active\:-translate-y-52:active {
  --tw-translate-y: -13rem;
}

.active\:-translate-y-56:active {
  --tw-translate-y: -14rem;
}

.active\:-translate-y-60:active {
  --tw-translate-y: -15rem;
}

.active\:-translate-y-64:active {
  --tw-translate-y: -16rem;
}

.active\:-translate-y-72:active {
  --tw-translate-y: -18rem;
}

.active\:-translate-y-80:active {
  --tw-translate-y: -20rem;
}

.active\:-translate-y-96:active {
  --tw-translate-y: -24rem;
}

.active\:-translate-y-px:active {
  --tw-translate-y: -1px;
}

.active\:-translate-y-0\.5:active {
  --tw-translate-y: -0.125rem;
}

.active\:-translate-y-1\.5:active {
  --tw-translate-y: -0.375rem;
}

.active\:-translate-y-2\.5:active {
  --tw-translate-y: -0.625rem;
}

.active\:-translate-y-3\.5:active {
  --tw-translate-y: -0.875rem;
}

.active\:translate-y-1\/2:active {
  --tw-translate-y: 50%;
}

.active\:translate-y-1\/3:active {
  --tw-translate-y: 33.333333%;
}

.active\:translate-y-2\/3:active {
  --tw-translate-y: 66.666667%;
}

.active\:translate-y-1\/4:active {
  --tw-translate-y: 25%;
}

.active\:translate-y-2\/4:active {
  --tw-translate-y: 50%;
}

.active\:translate-y-3\/4:active {
  --tw-translate-y: 75%;
}

.active\:translate-y-full:active {
  --tw-translate-y: 100%;
}

.active\:-translate-y-1\/2:active {
  --tw-translate-y: -50%;
}

.active\:-translate-y-1\/3:active {
  --tw-translate-y: -33.333333%;
}

.active\:-translate-y-2\/3:active {
  --tw-translate-y: -66.666667%;
}

.active\:-translate-y-1\/4:active {
  --tw-translate-y: -25%;
}

.active\:-translate-y-2\/4:active {
  --tw-translate-y: -50%;
}

.active\:-translate-y-3\/4:active {
  --tw-translate-y: -75%;
}

.active\:-translate-y-full:active {
  --tw-translate-y: -100%;
}

.visited\:translate-x-0:visited {
  --tw-translate-x: 0px;
}

.visited\:translate-x-1:visited {
  --tw-translate-x: 0.25rem;
}

.visited\:translate-x-2:visited {
  --tw-translate-x: 0.5rem;
}

.visited\:translate-x-3:visited {
  --tw-translate-x: 0.75rem;
}

.visited\:translate-x-4:visited {
  --tw-translate-x: 1rem;
}

.visited\:translate-x-5:visited {
  --tw-translate-x: 1.25rem;
}

.visited\:translate-x-6:visited {
  --tw-translate-x: 1.5rem;
}

.visited\:translate-x-7:visited {
  --tw-translate-x: 1.75rem;
}

.visited\:translate-x-8:visited {
  --tw-translate-x: 2rem;
}

.visited\:translate-x-9:visited {
  --tw-translate-x: 2.25rem;
}

.visited\:translate-x-10:visited {
  --tw-translate-x: 2.5rem;
}

.visited\:translate-x-11:visited {
  --tw-translate-x: 2.75rem;
}

.visited\:translate-x-12:visited {
  --tw-translate-x: 3rem;
}

.visited\:translate-x-14:visited {
  --tw-translate-x: 3.5rem;
}

.visited\:translate-x-16:visited {
  --tw-translate-x: 4rem;
}

.visited\:translate-x-20:visited {
  --tw-translate-x: 5rem;
}

.visited\:translate-x-24:visited {
  --tw-translate-x: 6rem;
}

.visited\:translate-x-28:visited {
  --tw-translate-x: 7rem;
}

.visited\:translate-x-32:visited {
  --tw-translate-x: 8rem;
}

.visited\:translate-x-36:visited {
  --tw-translate-x: 9rem;
}

.visited\:translate-x-40:visited {
  --tw-translate-x: 10rem;
}

.visited\:translate-x-44:visited {
  --tw-translate-x: 11rem;
}

.visited\:translate-x-48:visited {
  --tw-translate-x: 12rem;
}

.visited\:translate-x-52:visited {
  --tw-translate-x: 13rem;
}

.visited\:translate-x-56:visited {
  --tw-translate-x: 14rem;
}

.visited\:translate-x-60:visited {
  --tw-translate-x: 15rem;
}

.visited\:translate-x-64:visited {
  --tw-translate-x: 16rem;
}

.visited\:translate-x-72:visited {
  --tw-translate-x: 18rem;
}

.visited\:translate-x-80:visited {
  --tw-translate-x: 20rem;
}

.visited\:translate-x-96:visited {
  --tw-translate-x: 24rem;
}

.visited\:translate-x-px:visited {
  --tw-translate-x: 1px;
}

.visited\:translate-x-0\.5:visited {
  --tw-translate-x: 0.125rem;
}

.visited\:translate-x-1\.5:visited {
  --tw-translate-x: 0.375rem;
}

.visited\:translate-x-2\.5:visited {
  --tw-translate-x: 0.625rem;
}

.visited\:translate-x-3\.5:visited {
  --tw-translate-x: 0.875rem;
}

.visited\:-translate-x-0:visited {
  --tw-translate-x: 0px;
}

.visited\:-translate-x-1:visited {
  --tw-translate-x: -0.25rem;
}

.visited\:-translate-x-2:visited {
  --tw-translate-x: -0.5rem;
}

.visited\:-translate-x-3:visited {
  --tw-translate-x: -0.75rem;
}

.visited\:-translate-x-4:visited {
  --tw-translate-x: -1rem;
}

.visited\:-translate-x-5:visited {
  --tw-translate-x: -1.25rem;
}

.visited\:-translate-x-6:visited {
  --tw-translate-x: -1.5rem;
}

.visited\:-translate-x-7:visited {
  --tw-translate-x: -1.75rem;
}

.visited\:-translate-x-8:visited {
  --tw-translate-x: -2rem;
}

.visited\:-translate-x-9:visited {
  --tw-translate-x: -2.25rem;
}

.visited\:-translate-x-10:visited {
  --tw-translate-x: -2.5rem;
}

.visited\:-translate-x-11:visited {
  --tw-translate-x: -2.75rem;
}

.visited\:-translate-x-12:visited {
  --tw-translate-x: -3rem;
}

.visited\:-translate-x-14:visited {
  --tw-translate-x: -3.5rem;
}

.visited\:-translate-x-16:visited {
  --tw-translate-x: -4rem;
}

.visited\:-translate-x-20:visited {
  --tw-translate-x: -5rem;
}

.visited\:-translate-x-24:visited {
  --tw-translate-x: -6rem;
}

.visited\:-translate-x-28:visited {
  --tw-translate-x: -7rem;
}

.visited\:-translate-x-32:visited {
  --tw-translate-x: -8rem;
}

.visited\:-translate-x-36:visited {
  --tw-translate-x: -9rem;
}

.visited\:-translate-x-40:visited {
  --tw-translate-x: -10rem;
}

.visited\:-translate-x-44:visited {
  --tw-translate-x: -11rem;
}

.visited\:-translate-x-48:visited {
  --tw-translate-x: -12rem;
}

.visited\:-translate-x-52:visited {
  --tw-translate-x: -13rem;
}

.visited\:-translate-x-56:visited {
  --tw-translate-x: -14rem;
}

.visited\:-translate-x-60:visited {
  --tw-translate-x: -15rem;
}

.visited\:-translate-x-64:visited {
  --tw-translate-x: -16rem;
}

.visited\:-translate-x-72:visited {
  --tw-translate-x: -18rem;
}

.visited\:-translate-x-80:visited {
  --tw-translate-x: -20rem;
}

.visited\:-translate-x-96:visited {
  --tw-translate-x: -24rem;
}

.visited\:-translate-x-px:visited {
  --tw-translate-x: -1px;
}

.visited\:-translate-x-0\.5:visited {
  --tw-translate-x: -0.125rem;
}

.visited\:-translate-x-1\.5:visited {
  --tw-translate-x: -0.375rem;
}

.visited\:-translate-x-2\.5:visited {
  --tw-translate-x: -0.625rem;
}

.visited\:-translate-x-3\.5:visited {
  --tw-translate-x: -0.875rem;
}

.visited\:translate-x-1\/2:visited {
  --tw-translate-x: 50%;
}

.visited\:translate-x-1\/3:visited {
  --tw-translate-x: 33.333333%;
}

.visited\:translate-x-2\/3:visited {
  --tw-translate-x: 66.666667%;
}

.visited\:translate-x-1\/4:visited {
  --tw-translate-x: 25%;
}

.visited\:translate-x-2\/4:visited {
  --tw-translate-x: 50%;
}

.visited\:translate-x-3\/4:visited {
  --tw-translate-x: 75%;
}

.visited\:translate-x-full:visited {
  --tw-translate-x: 100%;
}

.visited\:-translate-x-1\/2:visited {
  --tw-translate-x: -50%;
}

.visited\:-translate-x-1\/3:visited {
  --tw-translate-x: -33.333333%;
}

.visited\:-translate-x-2\/3:visited {
  --tw-translate-x: -66.666667%;
}

.visited\:-translate-x-1\/4:visited {
  --tw-translate-x: -25%;
}

.visited\:-translate-x-2\/4:visited {
  --tw-translate-x: -50%;
}

.visited\:-translate-x-3\/4:visited {
  --tw-translate-x: -75%;
}

.visited\:-translate-x-full:visited {
  --tw-translate-x: -100%;
}

.visited\:translate-y-0:visited {
  --tw-translate-y: 0px;
}

.visited\:translate-y-1:visited {
  --tw-translate-y: 0.25rem;
}

.visited\:translate-y-2:visited {
  --tw-translate-y: 0.5rem;
}

.visited\:translate-y-3:visited {
  --tw-translate-y: 0.75rem;
}

.visited\:translate-y-4:visited {
  --tw-translate-y: 1rem;
}

.visited\:translate-y-5:visited {
  --tw-translate-y: 1.25rem;
}

.visited\:translate-y-6:visited {
  --tw-translate-y: 1.5rem;
}

.visited\:translate-y-7:visited {
  --tw-translate-y: 1.75rem;
}

.visited\:translate-y-8:visited {
  --tw-translate-y: 2rem;
}

.visited\:translate-y-9:visited {
  --tw-translate-y: 2.25rem;
}

.visited\:translate-y-10:visited {
  --tw-translate-y: 2.5rem;
}

.visited\:translate-y-11:visited {
  --tw-translate-y: 2.75rem;
}

.visited\:translate-y-12:visited {
  --tw-translate-y: 3rem;
}

.visited\:translate-y-14:visited {
  --tw-translate-y: 3.5rem;
}

.visited\:translate-y-16:visited {
  --tw-translate-y: 4rem;
}

.visited\:translate-y-20:visited {
  --tw-translate-y: 5rem;
}

.visited\:translate-y-24:visited {
  --tw-translate-y: 6rem;
}

.visited\:translate-y-28:visited {
  --tw-translate-y: 7rem;
}

.visited\:translate-y-32:visited {
  --tw-translate-y: 8rem;
}

.visited\:translate-y-36:visited {
  --tw-translate-y: 9rem;
}

.visited\:translate-y-40:visited {
  --tw-translate-y: 10rem;
}

.visited\:translate-y-44:visited {
  --tw-translate-y: 11rem;
}

.visited\:translate-y-48:visited {
  --tw-translate-y: 12rem;
}

.visited\:translate-y-52:visited {
  --tw-translate-y: 13rem;
}

.visited\:translate-y-56:visited {
  --tw-translate-y: 14rem;
}

.visited\:translate-y-60:visited {
  --tw-translate-y: 15rem;
}

.visited\:translate-y-64:visited {
  --tw-translate-y: 16rem;
}

.visited\:translate-y-72:visited {
  --tw-translate-y: 18rem;
}

.visited\:translate-y-80:visited {
  --tw-translate-y: 20rem;
}

.visited\:translate-y-96:visited {
  --tw-translate-y: 24rem;
}

.visited\:translate-y-px:visited {
  --tw-translate-y: 1px;
}

.visited\:translate-y-0\.5:visited {
  --tw-translate-y: 0.125rem;
}

.visited\:translate-y-1\.5:visited {
  --tw-translate-y: 0.375rem;
}

.visited\:translate-y-2\.5:visited {
  --tw-translate-y: 0.625rem;
}

.visited\:translate-y-3\.5:visited {
  --tw-translate-y: 0.875rem;
}

.visited\:-translate-y-0:visited {
  --tw-translate-y: 0px;
}

.visited\:-translate-y-1:visited {
  --tw-translate-y: -0.25rem;
}

.visited\:-translate-y-2:visited {
  --tw-translate-y: -0.5rem;
}

.visited\:-translate-y-3:visited {
  --tw-translate-y: -0.75rem;
}

.visited\:-translate-y-4:visited {
  --tw-translate-y: -1rem;
}

.visited\:-translate-y-5:visited {
  --tw-translate-y: -1.25rem;
}

.visited\:-translate-y-6:visited {
  --tw-translate-y: -1.5rem;
}

.visited\:-translate-y-7:visited {
  --tw-translate-y: -1.75rem;
}

.visited\:-translate-y-8:visited {
  --tw-translate-y: -2rem;
}

.visited\:-translate-y-9:visited {
  --tw-translate-y: -2.25rem;
}

.visited\:-translate-y-10:visited {
  --tw-translate-y: -2.5rem;
}

.visited\:-translate-y-11:visited {
  --tw-translate-y: -2.75rem;
}

.visited\:-translate-y-12:visited {
  --tw-translate-y: -3rem;
}

.visited\:-translate-y-14:visited {
  --tw-translate-y: -3.5rem;
}

.visited\:-translate-y-16:visited {
  --tw-translate-y: -4rem;
}

.visited\:-translate-y-20:visited {
  --tw-translate-y: -5rem;
}

.visited\:-translate-y-24:visited {
  --tw-translate-y: -6rem;
}

.visited\:-translate-y-28:visited {
  --tw-translate-y: -7rem;
}

.visited\:-translate-y-32:visited {
  --tw-translate-y: -8rem;
}

.visited\:-translate-y-36:visited {
  --tw-translate-y: -9rem;
}

.visited\:-translate-y-40:visited {
  --tw-translate-y: -10rem;
}

.visited\:-translate-y-44:visited {
  --tw-translate-y: -11rem;
}

.visited\:-translate-y-48:visited {
  --tw-translate-y: -12rem;
}

.visited\:-translate-y-52:visited {
  --tw-translate-y: -13rem;
}

.visited\:-translate-y-56:visited {
  --tw-translate-y: -14rem;
}

.visited\:-translate-y-60:visited {
  --tw-translate-y: -15rem;
}

.visited\:-translate-y-64:visited {
  --tw-translate-y: -16rem;
}

.visited\:-translate-y-72:visited {
  --tw-translate-y: -18rem;
}

.visited\:-translate-y-80:visited {
  --tw-translate-y: -20rem;
}

.visited\:-translate-y-96:visited {
  --tw-translate-y: -24rem;
}

.visited\:-translate-y-px:visited {
  --tw-translate-y: -1px;
}

.visited\:-translate-y-0\.5:visited {
  --tw-translate-y: -0.125rem;
}

.visited\:-translate-y-1\.5:visited {
  --tw-translate-y: -0.375rem;
}

.visited\:-translate-y-2\.5:visited {
  --tw-translate-y: -0.625rem;
}

.visited\:-translate-y-3\.5:visited {
  --tw-translate-y: -0.875rem;
}

.visited\:translate-y-1\/2:visited {
  --tw-translate-y: 50%;
}

.visited\:translate-y-1\/3:visited {
  --tw-translate-y: 33.333333%;
}

.visited\:translate-y-2\/3:visited {
  --tw-translate-y: 66.666667%;
}

.visited\:translate-y-1\/4:visited {
  --tw-translate-y: 25%;
}

.visited\:translate-y-2\/4:visited {
  --tw-translate-y: 50%;
}

.visited\:translate-y-3\/4:visited {
  --tw-translate-y: 75%;
}

.visited\:translate-y-full:visited {
  --tw-translate-y: 100%;
}

.visited\:-translate-y-1\/2:visited {
  --tw-translate-y: -50%;
}

.visited\:-translate-y-1\/3:visited {
  --tw-translate-y: -33.333333%;
}

.visited\:-translate-y-2\/3:visited {
  --tw-translate-y: -66.666667%;
}

.visited\:-translate-y-1\/4:visited {
  --tw-translate-y: -25%;
}

.visited\:-translate-y-2\/4:visited {
  --tw-translate-y: -50%;
}

.visited\:-translate-y-3\/4:visited {
  --tw-translate-y: -75%;
}

.visited\:-translate-y-full:visited {
  --tw-translate-y: -100%;
}

.disabled\:translate-x-0:disabled {
  --tw-translate-x: 0px;
}

.disabled\:translate-x-1:disabled {
  --tw-translate-x: 0.25rem;
}

.disabled\:translate-x-2:disabled {
  --tw-translate-x: 0.5rem;
}

.disabled\:translate-x-3:disabled {
  --tw-translate-x: 0.75rem;
}

.disabled\:translate-x-4:disabled {
  --tw-translate-x: 1rem;
}

.disabled\:translate-x-5:disabled {
  --tw-translate-x: 1.25rem;
}

.disabled\:translate-x-6:disabled {
  --tw-translate-x: 1.5rem;
}

.disabled\:translate-x-7:disabled {
  --tw-translate-x: 1.75rem;
}

.disabled\:translate-x-8:disabled {
  --tw-translate-x: 2rem;
}

.disabled\:translate-x-9:disabled {
  --tw-translate-x: 2.25rem;
}

.disabled\:translate-x-10:disabled {
  --tw-translate-x: 2.5rem;
}

.disabled\:translate-x-11:disabled {
  --tw-translate-x: 2.75rem;
}

.disabled\:translate-x-12:disabled {
  --tw-translate-x: 3rem;
}

.disabled\:translate-x-14:disabled {
  --tw-translate-x: 3.5rem;
}

.disabled\:translate-x-16:disabled {
  --tw-translate-x: 4rem;
}

.disabled\:translate-x-20:disabled {
  --tw-translate-x: 5rem;
}

.disabled\:translate-x-24:disabled {
  --tw-translate-x: 6rem;
}

.disabled\:translate-x-28:disabled {
  --tw-translate-x: 7rem;
}

.disabled\:translate-x-32:disabled {
  --tw-translate-x: 8rem;
}

.disabled\:translate-x-36:disabled {
  --tw-translate-x: 9rem;
}

.disabled\:translate-x-40:disabled {
  --tw-translate-x: 10rem;
}

.disabled\:translate-x-44:disabled {
  --tw-translate-x: 11rem;
}

.disabled\:translate-x-48:disabled {
  --tw-translate-x: 12rem;
}

.disabled\:translate-x-52:disabled {
  --tw-translate-x: 13rem;
}

.disabled\:translate-x-56:disabled {
  --tw-translate-x: 14rem;
}

.disabled\:translate-x-60:disabled {
  --tw-translate-x: 15rem;
}

.disabled\:translate-x-64:disabled {
  --tw-translate-x: 16rem;
}

.disabled\:translate-x-72:disabled {
  --tw-translate-x: 18rem;
}

.disabled\:translate-x-80:disabled {
  --tw-translate-x: 20rem;
}

.disabled\:translate-x-96:disabled {
  --tw-translate-x: 24rem;
}

.disabled\:translate-x-px:disabled {
  --tw-translate-x: 1px;
}

.disabled\:translate-x-0\.5:disabled {
  --tw-translate-x: 0.125rem;
}

.disabled\:translate-x-1\.5:disabled {
  --tw-translate-x: 0.375rem;
}

.disabled\:translate-x-2\.5:disabled {
  --tw-translate-x: 0.625rem;
}

.disabled\:translate-x-3\.5:disabled {
  --tw-translate-x: 0.875rem;
}

.disabled\:-translate-x-0:disabled {
  --tw-translate-x: 0px;
}

.disabled\:-translate-x-1:disabled {
  --tw-translate-x: -0.25rem;
}

.disabled\:-translate-x-2:disabled {
  --tw-translate-x: -0.5rem;
}

.disabled\:-translate-x-3:disabled {
  --tw-translate-x: -0.75rem;
}

.disabled\:-translate-x-4:disabled {
  --tw-translate-x: -1rem;
}

.disabled\:-translate-x-5:disabled {
  --tw-translate-x: -1.25rem;
}

.disabled\:-translate-x-6:disabled {
  --tw-translate-x: -1.5rem;
}

.disabled\:-translate-x-7:disabled {
  --tw-translate-x: -1.75rem;
}

.disabled\:-translate-x-8:disabled {
  --tw-translate-x: -2rem;
}

.disabled\:-translate-x-9:disabled {
  --tw-translate-x: -2.25rem;
}

.disabled\:-translate-x-10:disabled {
  --tw-translate-x: -2.5rem;
}

.disabled\:-translate-x-11:disabled {
  --tw-translate-x: -2.75rem;
}

.disabled\:-translate-x-12:disabled {
  --tw-translate-x: -3rem;
}

.disabled\:-translate-x-14:disabled {
  --tw-translate-x: -3.5rem;
}

.disabled\:-translate-x-16:disabled {
  --tw-translate-x: -4rem;
}

.disabled\:-translate-x-20:disabled {
  --tw-translate-x: -5rem;
}

.disabled\:-translate-x-24:disabled {
  --tw-translate-x: -6rem;
}

.disabled\:-translate-x-28:disabled {
  --tw-translate-x: -7rem;
}

.disabled\:-translate-x-32:disabled {
  --tw-translate-x: -8rem;
}

.disabled\:-translate-x-36:disabled {
  --tw-translate-x: -9rem;
}

.disabled\:-translate-x-40:disabled {
  --tw-translate-x: -10rem;
}

.disabled\:-translate-x-44:disabled {
  --tw-translate-x: -11rem;
}

.disabled\:-translate-x-48:disabled {
  --tw-translate-x: -12rem;
}

.disabled\:-translate-x-52:disabled {
  --tw-translate-x: -13rem;
}

.disabled\:-translate-x-56:disabled {
  --tw-translate-x: -14rem;
}

.disabled\:-translate-x-60:disabled {
  --tw-translate-x: -15rem;
}

.disabled\:-translate-x-64:disabled {
  --tw-translate-x: -16rem;
}

.disabled\:-translate-x-72:disabled {
  --tw-translate-x: -18rem;
}

.disabled\:-translate-x-80:disabled {
  --tw-translate-x: -20rem;
}

.disabled\:-translate-x-96:disabled {
  --tw-translate-x: -24rem;
}

.disabled\:-translate-x-px:disabled {
  --tw-translate-x: -1px;
}

.disabled\:-translate-x-0\.5:disabled {
  --tw-translate-x: -0.125rem;
}

.disabled\:-translate-x-1\.5:disabled {
  --tw-translate-x: -0.375rem;
}

.disabled\:-translate-x-2\.5:disabled {
  --tw-translate-x: -0.625rem;
}

.disabled\:-translate-x-3\.5:disabled {
  --tw-translate-x: -0.875rem;
}

.disabled\:translate-x-1\/2:disabled {
  --tw-translate-x: 50%;
}

.disabled\:translate-x-1\/3:disabled {
  --tw-translate-x: 33.333333%;
}

.disabled\:translate-x-2\/3:disabled {
  --tw-translate-x: 66.666667%;
}

.disabled\:translate-x-1\/4:disabled {
  --tw-translate-x: 25%;
}

.disabled\:translate-x-2\/4:disabled {
  --tw-translate-x: 50%;
}

.disabled\:translate-x-3\/4:disabled {
  --tw-translate-x: 75%;
}

.disabled\:translate-x-full:disabled {
  --tw-translate-x: 100%;
}

.disabled\:-translate-x-1\/2:disabled {
  --tw-translate-x: -50%;
}

.disabled\:-translate-x-1\/3:disabled {
  --tw-translate-x: -33.333333%;
}

.disabled\:-translate-x-2\/3:disabled {
  --tw-translate-x: -66.666667%;
}

.disabled\:-translate-x-1\/4:disabled {
  --tw-translate-x: -25%;
}

.disabled\:-translate-x-2\/4:disabled {
  --tw-translate-x: -50%;
}

.disabled\:-translate-x-3\/4:disabled {
  --tw-translate-x: -75%;
}

.disabled\:-translate-x-full:disabled {
  --tw-translate-x: -100%;
}

.disabled\:translate-y-0:disabled {
  --tw-translate-y: 0px;
}

.disabled\:translate-y-1:disabled {
  --tw-translate-y: 0.25rem;
}

.disabled\:translate-y-2:disabled {
  --tw-translate-y: 0.5rem;
}

.disabled\:translate-y-3:disabled {
  --tw-translate-y: 0.75rem;
}

.disabled\:translate-y-4:disabled {
  --tw-translate-y: 1rem;
}

.disabled\:translate-y-5:disabled {
  --tw-translate-y: 1.25rem;
}

.disabled\:translate-y-6:disabled {
  --tw-translate-y: 1.5rem;
}

.disabled\:translate-y-7:disabled {
  --tw-translate-y: 1.75rem;
}

.disabled\:translate-y-8:disabled {
  --tw-translate-y: 2rem;
}

.disabled\:translate-y-9:disabled {
  --tw-translate-y: 2.25rem;
}

.disabled\:translate-y-10:disabled {
  --tw-translate-y: 2.5rem;
}

.disabled\:translate-y-11:disabled {
  --tw-translate-y: 2.75rem;
}

.disabled\:translate-y-12:disabled {
  --tw-translate-y: 3rem;
}

.disabled\:translate-y-14:disabled {
  --tw-translate-y: 3.5rem;
}

.disabled\:translate-y-16:disabled {
  --tw-translate-y: 4rem;
}

.disabled\:translate-y-20:disabled {
  --tw-translate-y: 5rem;
}

.disabled\:translate-y-24:disabled {
  --tw-translate-y: 6rem;
}

.disabled\:translate-y-28:disabled {
  --tw-translate-y: 7rem;
}

.disabled\:translate-y-32:disabled {
  --tw-translate-y: 8rem;
}

.disabled\:translate-y-36:disabled {
  --tw-translate-y: 9rem;
}

.disabled\:translate-y-40:disabled {
  --tw-translate-y: 10rem;
}

.disabled\:translate-y-44:disabled {
  --tw-translate-y: 11rem;
}

.disabled\:translate-y-48:disabled {
  --tw-translate-y: 12rem;
}

.disabled\:translate-y-52:disabled {
  --tw-translate-y: 13rem;
}

.disabled\:translate-y-56:disabled {
  --tw-translate-y: 14rem;
}

.disabled\:translate-y-60:disabled {
  --tw-translate-y: 15rem;
}

.disabled\:translate-y-64:disabled {
  --tw-translate-y: 16rem;
}

.disabled\:translate-y-72:disabled {
  --tw-translate-y: 18rem;
}

.disabled\:translate-y-80:disabled {
  --tw-translate-y: 20rem;
}

.disabled\:translate-y-96:disabled {
  --tw-translate-y: 24rem;
}

.disabled\:translate-y-px:disabled {
  --tw-translate-y: 1px;
}

.disabled\:translate-y-0\.5:disabled {
  --tw-translate-y: 0.125rem;
}

.disabled\:translate-y-1\.5:disabled {
  --tw-translate-y: 0.375rem;
}

.disabled\:translate-y-2\.5:disabled {
  --tw-translate-y: 0.625rem;
}

.disabled\:translate-y-3\.5:disabled {
  --tw-translate-y: 0.875rem;
}

.disabled\:-translate-y-0:disabled {
  --tw-translate-y: 0px;
}

.disabled\:-translate-y-1:disabled {
  --tw-translate-y: -0.25rem;
}

.disabled\:-translate-y-2:disabled {
  --tw-translate-y: -0.5rem;
}

.disabled\:-translate-y-3:disabled {
  --tw-translate-y: -0.75rem;
}

.disabled\:-translate-y-4:disabled {
  --tw-translate-y: -1rem;
}

.disabled\:-translate-y-5:disabled {
  --tw-translate-y: -1.25rem;
}

.disabled\:-translate-y-6:disabled {
  --tw-translate-y: -1.5rem;
}

.disabled\:-translate-y-7:disabled {
  --tw-translate-y: -1.75rem;
}

.disabled\:-translate-y-8:disabled {
  --tw-translate-y: -2rem;
}

.disabled\:-translate-y-9:disabled {
  --tw-translate-y: -2.25rem;
}

.disabled\:-translate-y-10:disabled {
  --tw-translate-y: -2.5rem;
}

.disabled\:-translate-y-11:disabled {
  --tw-translate-y: -2.75rem;
}

.disabled\:-translate-y-12:disabled {
  --tw-translate-y: -3rem;
}

.disabled\:-translate-y-14:disabled {
  --tw-translate-y: -3.5rem;
}

.disabled\:-translate-y-16:disabled {
  --tw-translate-y: -4rem;
}

.disabled\:-translate-y-20:disabled {
  --tw-translate-y: -5rem;
}

.disabled\:-translate-y-24:disabled {
  --tw-translate-y: -6rem;
}

.disabled\:-translate-y-28:disabled {
  --tw-translate-y: -7rem;
}

.disabled\:-translate-y-32:disabled {
  --tw-translate-y: -8rem;
}

.disabled\:-translate-y-36:disabled {
  --tw-translate-y: -9rem;
}

.disabled\:-translate-y-40:disabled {
  --tw-translate-y: -10rem;
}

.disabled\:-translate-y-44:disabled {
  --tw-translate-y: -11rem;
}

.disabled\:-translate-y-48:disabled {
  --tw-translate-y: -12rem;
}

.disabled\:-translate-y-52:disabled {
  --tw-translate-y: -13rem;
}

.disabled\:-translate-y-56:disabled {
  --tw-translate-y: -14rem;
}

.disabled\:-translate-y-60:disabled {
  --tw-translate-y: -15rem;
}

.disabled\:-translate-y-64:disabled {
  --tw-translate-y: -16rem;
}

.disabled\:-translate-y-72:disabled {
  --tw-translate-y: -18rem;
}

.disabled\:-translate-y-80:disabled {
  --tw-translate-y: -20rem;
}

.disabled\:-translate-y-96:disabled {
  --tw-translate-y: -24rem;
}

.disabled\:-translate-y-px:disabled {
  --tw-translate-y: -1px;
}

.disabled\:-translate-y-0\.5:disabled {
  --tw-translate-y: -0.125rem;
}

.disabled\:-translate-y-1\.5:disabled {
  --tw-translate-y: -0.375rem;
}

.disabled\:-translate-y-2\.5:disabled {
  --tw-translate-y: -0.625rem;
}

.disabled\:-translate-y-3\.5:disabled {
  --tw-translate-y: -0.875rem;
}

.disabled\:translate-y-1\/2:disabled {
  --tw-translate-y: 50%;
}

.disabled\:translate-y-1\/3:disabled {
  --tw-translate-y: 33.333333%;
}

.disabled\:translate-y-2\/3:disabled {
  --tw-translate-y: 66.666667%;
}

.disabled\:translate-y-1\/4:disabled {
  --tw-translate-y: 25%;
}

.disabled\:translate-y-2\/4:disabled {
  --tw-translate-y: 50%;
}

.disabled\:translate-y-3\/4:disabled {
  --tw-translate-y: 75%;
}

.disabled\:translate-y-full:disabled {
  --tw-translate-y: 100%;
}

.disabled\:-translate-y-1\/2:disabled {
  --tw-translate-y: -50%;
}

.disabled\:-translate-y-1\/3:disabled {
  --tw-translate-y: -33.333333%;
}

.disabled\:-translate-y-2\/3:disabled {
  --tw-translate-y: -66.666667%;
}

.disabled\:-translate-y-1\/4:disabled {
  --tw-translate-y: -25%;
}

.disabled\:-translate-y-2\/4:disabled {
  --tw-translate-y: -50%;
}

.disabled\:-translate-y-3\/4:disabled {
  --tw-translate-y: -75%;
}

.disabled\:-translate-y-full:disabled {
  --tw-translate-y: -100%;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.group:hover .group-hover\:skew-x-0 {
  --tw-skew-x: 0deg;
}

.group:hover .group-hover\:skew-x-1 {
  --tw-skew-x: 1deg;
}

.group:hover .group-hover\:skew-x-2 {
  --tw-skew-x: 2deg;
}

.group:hover .group-hover\:skew-x-3 {
  --tw-skew-x: 3deg;
}

.group:hover .group-hover\:skew-x-6 {
  --tw-skew-x: 6deg;
}

.group:hover .group-hover\:skew-x-12 {
  --tw-skew-x: 12deg;
}

.group:hover .group-hover\:-skew-x-12 {
  --tw-skew-x: -12deg;
}

.group:hover .group-hover\:-skew-x-6 {
  --tw-skew-x: -6deg;
}

.group:hover .group-hover\:-skew-x-3 {
  --tw-skew-x: -3deg;
}

.group:hover .group-hover\:-skew-x-2 {
  --tw-skew-x: -2deg;
}

.group:hover .group-hover\:-skew-x-1 {
  --tw-skew-x: -1deg;
}

.group:hover .group-hover\:skew-y-0 {
  --tw-skew-y: 0deg;
}

.group:hover .group-hover\:skew-y-1 {
  --tw-skew-y: 1deg;
}

.group:hover .group-hover\:skew-y-2 {
  --tw-skew-y: 2deg;
}

.group:hover .group-hover\:skew-y-3 {
  --tw-skew-y: 3deg;
}

.group:hover .group-hover\:skew-y-6 {
  --tw-skew-y: 6deg;
}

.group:hover .group-hover\:skew-y-12 {
  --tw-skew-y: 12deg;
}

.group:hover .group-hover\:-skew-y-12 {
  --tw-skew-y: -12deg;
}

.group:hover .group-hover\:-skew-y-6 {
  --tw-skew-y: -6deg;
}

.group:hover .group-hover\:-skew-y-3 {
  --tw-skew-y: -3deg;
}

.group:hover .group-hover\:-skew-y-2 {
  --tw-skew-y: -2deg;
}

.group:hover .group-hover\:-skew-y-1 {
  --tw-skew-y: -1deg;
}

.focus-within\:skew-x-0:focus-within {
  --tw-skew-x: 0deg;
}

.focus-within\:skew-x-1:focus-within {
  --tw-skew-x: 1deg;
}

.focus-within\:skew-x-2:focus-within {
  --tw-skew-x: 2deg;
}

.focus-within\:skew-x-3:focus-within {
  --tw-skew-x: 3deg;
}

.focus-within\:skew-x-6:focus-within {
  --tw-skew-x: 6deg;
}

.focus-within\:skew-x-12:focus-within {
  --tw-skew-x: 12deg;
}

.focus-within\:-skew-x-12:focus-within {
  --tw-skew-x: -12deg;
}

.focus-within\:-skew-x-6:focus-within {
  --tw-skew-x: -6deg;
}

.focus-within\:-skew-x-3:focus-within {
  --tw-skew-x: -3deg;
}

.focus-within\:-skew-x-2:focus-within {
  --tw-skew-x: -2deg;
}

.focus-within\:-skew-x-1:focus-within {
  --tw-skew-x: -1deg;
}

.focus-within\:skew-y-0:focus-within {
  --tw-skew-y: 0deg;
}

.focus-within\:skew-y-1:focus-within {
  --tw-skew-y: 1deg;
}

.focus-within\:skew-y-2:focus-within {
  --tw-skew-y: 2deg;
}

.focus-within\:skew-y-3:focus-within {
  --tw-skew-y: 3deg;
}

.focus-within\:skew-y-6:focus-within {
  --tw-skew-y: 6deg;
}

.focus-within\:skew-y-12:focus-within {
  --tw-skew-y: 12deg;
}

.focus-within\:-skew-y-12:focus-within {
  --tw-skew-y: -12deg;
}

.focus-within\:-skew-y-6:focus-within {
  --tw-skew-y: -6deg;
}

.focus-within\:-skew-y-3:focus-within {
  --tw-skew-y: -3deg;
}

.focus-within\:-skew-y-2:focus-within {
  --tw-skew-y: -2deg;
}

.focus-within\:-skew-y-1:focus-within {
  --tw-skew-y: -1deg;
}

.first\:skew-x-0:first-child {
  --tw-skew-x: 0deg;
}

.first\:skew-x-1:first-child {
  --tw-skew-x: 1deg;
}

.first\:skew-x-2:first-child {
  --tw-skew-x: 2deg;
}

.first\:skew-x-3:first-child {
  --tw-skew-x: 3deg;
}

.first\:skew-x-6:first-child {
  --tw-skew-x: 6deg;
}

.first\:skew-x-12:first-child {
  --tw-skew-x: 12deg;
}

.first\:-skew-x-12:first-child {
  --tw-skew-x: -12deg;
}

.first\:-skew-x-6:first-child {
  --tw-skew-x: -6deg;
}

.first\:-skew-x-3:first-child {
  --tw-skew-x: -3deg;
}

.first\:-skew-x-2:first-child {
  --tw-skew-x: -2deg;
}

.first\:-skew-x-1:first-child {
  --tw-skew-x: -1deg;
}

.first\:skew-y-0:first-child {
  --tw-skew-y: 0deg;
}

.first\:skew-y-1:first-child {
  --tw-skew-y: 1deg;
}

.first\:skew-y-2:first-child {
  --tw-skew-y: 2deg;
}

.first\:skew-y-3:first-child {
  --tw-skew-y: 3deg;
}

.first\:skew-y-6:first-child {
  --tw-skew-y: 6deg;
}

.first\:skew-y-12:first-child {
  --tw-skew-y: 12deg;
}

.first\:-skew-y-12:first-child {
  --tw-skew-y: -12deg;
}

.first\:-skew-y-6:first-child {
  --tw-skew-y: -6deg;
}

.first\:-skew-y-3:first-child {
  --tw-skew-y: -3deg;
}

.first\:-skew-y-2:first-child {
  --tw-skew-y: -2deg;
}

.first\:-skew-y-1:first-child {
  --tw-skew-y: -1deg;
}

.last\:skew-x-0:last-child {
  --tw-skew-x: 0deg;
}

.last\:skew-x-1:last-child {
  --tw-skew-x: 1deg;
}

.last\:skew-x-2:last-child {
  --tw-skew-x: 2deg;
}

.last\:skew-x-3:last-child {
  --tw-skew-x: 3deg;
}

.last\:skew-x-6:last-child {
  --tw-skew-x: 6deg;
}

.last\:skew-x-12:last-child {
  --tw-skew-x: 12deg;
}

.last\:-skew-x-12:last-child {
  --tw-skew-x: -12deg;
}

.last\:-skew-x-6:last-child {
  --tw-skew-x: -6deg;
}

.last\:-skew-x-3:last-child {
  --tw-skew-x: -3deg;
}

.last\:-skew-x-2:last-child {
  --tw-skew-x: -2deg;
}

.last\:-skew-x-1:last-child {
  --tw-skew-x: -1deg;
}

.last\:skew-y-0:last-child {
  --tw-skew-y: 0deg;
}

.last\:skew-y-1:last-child {
  --tw-skew-y: 1deg;
}

.last\:skew-y-2:last-child {
  --tw-skew-y: 2deg;
}

.last\:skew-y-3:last-child {
  --tw-skew-y: 3deg;
}

.last\:skew-y-6:last-child {
  --tw-skew-y: 6deg;
}

.last\:skew-y-12:last-child {
  --tw-skew-y: 12deg;
}

.last\:-skew-y-12:last-child {
  --tw-skew-y: -12deg;
}

.last\:-skew-y-6:last-child {
  --tw-skew-y: -6deg;
}

.last\:-skew-y-3:last-child {
  --tw-skew-y: -3deg;
}

.last\:-skew-y-2:last-child {
  --tw-skew-y: -2deg;
}

.last\:-skew-y-1:last-child {
  --tw-skew-y: -1deg;
}

.odd\:skew-x-0:nth-child(odd) {
  --tw-skew-x: 0deg;
}

.odd\:skew-x-1:nth-child(odd) {
  --tw-skew-x: 1deg;
}

.odd\:skew-x-2:nth-child(odd) {
  --tw-skew-x: 2deg;
}

.odd\:skew-x-3:nth-child(odd) {
  --tw-skew-x: 3deg;
}

.odd\:skew-x-6:nth-child(odd) {
  --tw-skew-x: 6deg;
}

.odd\:skew-x-12:nth-child(odd) {
  --tw-skew-x: 12deg;
}

.odd\:-skew-x-12:nth-child(odd) {
  --tw-skew-x: -12deg;
}

.odd\:-skew-x-6:nth-child(odd) {
  --tw-skew-x: -6deg;
}

.odd\:-skew-x-3:nth-child(odd) {
  --tw-skew-x: -3deg;
}

.odd\:-skew-x-2:nth-child(odd) {
  --tw-skew-x: -2deg;
}

.odd\:-skew-x-1:nth-child(odd) {
  --tw-skew-x: -1deg;
}

.odd\:skew-y-0:nth-child(odd) {
  --tw-skew-y: 0deg;
}

.odd\:skew-y-1:nth-child(odd) {
  --tw-skew-y: 1deg;
}

.odd\:skew-y-2:nth-child(odd) {
  --tw-skew-y: 2deg;
}

.odd\:skew-y-3:nth-child(odd) {
  --tw-skew-y: 3deg;
}

.odd\:skew-y-6:nth-child(odd) {
  --tw-skew-y: 6deg;
}

.odd\:skew-y-12:nth-child(odd) {
  --tw-skew-y: 12deg;
}

.odd\:-skew-y-12:nth-child(odd) {
  --tw-skew-y: -12deg;
}

.odd\:-skew-y-6:nth-child(odd) {
  --tw-skew-y: -6deg;
}

.odd\:-skew-y-3:nth-child(odd) {
  --tw-skew-y: -3deg;
}

.odd\:-skew-y-2:nth-child(odd) {
  --tw-skew-y: -2deg;
}

.odd\:-skew-y-1:nth-child(odd) {
  --tw-skew-y: -1deg;
}

.even\:skew-x-0:nth-child(even) {
  --tw-skew-x: 0deg;
}

.even\:skew-x-1:nth-child(even) {
  --tw-skew-x: 1deg;
}

.even\:skew-x-2:nth-child(even) {
  --tw-skew-x: 2deg;
}

.even\:skew-x-3:nth-child(even) {
  --tw-skew-x: 3deg;
}

.even\:skew-x-6:nth-child(even) {
  --tw-skew-x: 6deg;
}

.even\:skew-x-12:nth-child(even) {
  --tw-skew-x: 12deg;
}

.even\:-skew-x-12:nth-child(even) {
  --tw-skew-x: -12deg;
}

.even\:-skew-x-6:nth-child(even) {
  --tw-skew-x: -6deg;
}

.even\:-skew-x-3:nth-child(even) {
  --tw-skew-x: -3deg;
}

.even\:-skew-x-2:nth-child(even) {
  --tw-skew-x: -2deg;
}

.even\:-skew-x-1:nth-child(even) {
  --tw-skew-x: -1deg;
}

.even\:skew-y-0:nth-child(even) {
  --tw-skew-y: 0deg;
}

.even\:skew-y-1:nth-child(even) {
  --tw-skew-y: 1deg;
}

.even\:skew-y-2:nth-child(even) {
  --tw-skew-y: 2deg;
}

.even\:skew-y-3:nth-child(even) {
  --tw-skew-y: 3deg;
}

.even\:skew-y-6:nth-child(even) {
  --tw-skew-y: 6deg;
}

.even\:skew-y-12:nth-child(even) {
  --tw-skew-y: 12deg;
}

.even\:-skew-y-12:nth-child(even) {
  --tw-skew-y: -12deg;
}

.even\:-skew-y-6:nth-child(even) {
  --tw-skew-y: -6deg;
}

.even\:-skew-y-3:nth-child(even) {
  --tw-skew-y: -3deg;
}

.even\:-skew-y-2:nth-child(even) {
  --tw-skew-y: -2deg;
}

.even\:-skew-y-1:nth-child(even) {
  --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;
}

.active\:skew-x-0:active {
  --tw-skew-x: 0deg;
}

.active\:skew-x-1:active {
  --tw-skew-x: 1deg;
}

.active\:skew-x-2:active {
  --tw-skew-x: 2deg;
}

.active\:skew-x-3:active {
  --tw-skew-x: 3deg;
}

.active\:skew-x-6:active {
  --tw-skew-x: 6deg;
}

.active\:skew-x-12:active {
  --tw-skew-x: 12deg;
}

.active\:-skew-x-12:active {
  --tw-skew-x: -12deg;
}

.active\:-skew-x-6:active {
  --tw-skew-x: -6deg;
}

.active\:-skew-x-3:active {
  --tw-skew-x: -3deg;
}

.active\:-skew-x-2:active {
  --tw-skew-x: -2deg;
}

.active\:-skew-x-1:active {
  --tw-skew-x: -1deg;
}

.active\:skew-y-0:active {
  --tw-skew-y: 0deg;
}

.active\:skew-y-1:active {
  --tw-skew-y: 1deg;
}

.active\:skew-y-2:active {
  --tw-skew-y: 2deg;
}

.active\:skew-y-3:active {
  --tw-skew-y: 3deg;
}

.active\:skew-y-6:active {
  --tw-skew-y: 6deg;
}

.active\:skew-y-12:active {
  --tw-skew-y: 12deg;
}

.active\:-skew-y-12:active {
  --tw-skew-y: -12deg;
}

.active\:-skew-y-6:active {
  --tw-skew-y: -6deg;
}

.active\:-skew-y-3:active {
  --tw-skew-y: -3deg;
}

.active\:-skew-y-2:active {
  --tw-skew-y: -2deg;
}

.active\:-skew-y-1:active {
  --tw-skew-y: -1deg;
}

.visited\:skew-x-0:visited {
  --tw-skew-x: 0deg;
}

.visited\:skew-x-1:visited {
  --tw-skew-x: 1deg;
}

.visited\:skew-x-2:visited {
  --tw-skew-x: 2deg;
}

.visited\:skew-x-3:visited {
  --tw-skew-x: 3deg;
}

.visited\:skew-x-6:visited {
  --tw-skew-x: 6deg;
}

.visited\:skew-x-12:visited {
  --tw-skew-x: 12deg;
}

.visited\:-skew-x-12:visited {
  --tw-skew-x: -12deg;
}

.visited\:-skew-x-6:visited {
  --tw-skew-x: -6deg;
}

.visited\:-skew-x-3:visited {
  --tw-skew-x: -3deg;
}

.visited\:-skew-x-2:visited {
  --tw-skew-x: -2deg;
}

.visited\:-skew-x-1:visited {
  --tw-skew-x: -1deg;
}

.visited\:skew-y-0:visited {
  --tw-skew-y: 0deg;
}

.visited\:skew-y-1:visited {
  --tw-skew-y: 1deg;
}

.visited\:skew-y-2:visited {
  --tw-skew-y: 2deg;
}

.visited\:skew-y-3:visited {
  --tw-skew-y: 3deg;
}

.visited\:skew-y-6:visited {
  --tw-skew-y: 6deg;
}

.visited\:skew-y-12:visited {
  --tw-skew-y: 12deg;
}

.visited\:-skew-y-12:visited {
  --tw-skew-y: -12deg;
}

.visited\:-skew-y-6:visited {
  --tw-skew-y: -6deg;
}

.visited\:-skew-y-3:visited {
  --tw-skew-y: -3deg;
}

.visited\:-skew-y-2:visited {
  --tw-skew-y: -2deg;
}

.visited\:-skew-y-1:visited {
  --tw-skew-y: -1deg;
}

.disabled\:skew-x-0:disabled {
  --tw-skew-x: 0deg;
}

.disabled\:skew-x-1:disabled {
  --tw-skew-x: 1deg;
}

.disabled\:skew-x-2:disabled {
  --tw-skew-x: 2deg;
}

.disabled\:skew-x-3:disabled {
  --tw-skew-x: 3deg;
}

.disabled\:skew-x-6:disabled {
  --tw-skew-x: 6deg;
}

.disabled\:skew-x-12:disabled {
  --tw-skew-x: 12deg;
}

.disabled\:-skew-x-12:disabled {
  --tw-skew-x: -12deg;
}

.disabled\:-skew-x-6:disabled {
  --tw-skew-x: -6deg;
}

.disabled\:-skew-x-3:disabled {
  --tw-skew-x: -3deg;
}

.disabled\:-skew-x-2:disabled {
  --tw-skew-x: -2deg;
}

.disabled\:-skew-x-1:disabled {
  --tw-skew-x: -1deg;
}

.disabled\:skew-y-0:disabled {
  --tw-skew-y: 0deg;
}

.disabled\:skew-y-1:disabled {
  --tw-skew-y: 1deg;
}

.disabled\:skew-y-2:disabled {
  --tw-skew-y: 2deg;
}

.disabled\:skew-y-3:disabled {
  --tw-skew-y: 3deg;
}

.disabled\:skew-y-6:disabled {
  --tw-skew-y: 6deg;
}

.disabled\:skew-y-12:disabled {
  --tw-skew-y: 12deg;
}

.disabled\:-skew-y-12:disabled {
  --tw-skew-y: -12deg;
}

.disabled\:-skew-y-6:disabled {
  --tw-skew-y: -6deg;
}

.disabled\:-skew-y-3:disabled {
  --tw-skew-y: -3deg;
}

.disabled\:-skew-y-2:disabled {
  --tw-skew-y: -2deg;
}

.disabled\:-skew-y-1:disabled {
  --tw-skew-y: -1deg;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  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;
}

.group:hover .group-hover\:transition-none {
  transition-property: none;
}

.group:hover .group-hover\:transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\: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;
}

.group:hover .group-hover\:transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition-none:focus-within {
  transition-property: none;
}

.focus-within\:transition-all:focus-within {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition:focus-within {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition-colors:focus-within {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition-opacity:focus-within {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition-shadow:focus-within {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-within\:transition-transform:focus-within {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition-none:first-child {
  transition-property: none;
}

.first\:transition-all:first-child {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition:first-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition-colors:first-child {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition-opacity:first-child {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition-shadow:first-child {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.first\:transition-transform:first-child {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition-none:last-child {
  transition-property: none;
}

.last\:transition-all:last-child {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition:last-child {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition-colors:last-child {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition-opacity:last-child {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition-shadow:last-child {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.last\:transition-transform:last-child {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition-none:nth-child(odd) {
  transition-property: none;
}

.odd\:transition-all:nth-child(odd) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition:nth-child(odd) {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition-colors:nth-child(odd) {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition-opacity:nth-child(odd) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition-shadow:nth-child(odd) {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.odd\:transition-transform:nth-child(odd) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition-none:nth-child(even) {
  transition-property: none;
}

.even\:transition-all:nth-child(even) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition:nth-child(even) {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition-colors:nth-child(even) {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition-opacity:nth-child(even) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition-shadow:nth-child(even) {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.even\:transition-transform:nth-child(even) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-none:hover {
  transition-property: none;
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition:hover {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-colors:hover {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-opacity:hover {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-shadow:hover {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-transform:hover {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition-none:focus {
  transition-property: none;
}

.focus\:transition-all:focus {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition:focus {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition-colors:focus {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition-opacity:focus {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition-shadow:focus {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:transition-transform:focus {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition-none:active {
  transition-property: none;
}

.active\:transition-all:active {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition:active {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition-colors:active {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition-opacity:active {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition-shadow:active {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:transition-transform:active {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition-none:visited {
  transition-property: none;
}

.visited\:transition-all:visited {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition:visited {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition-colors:visited {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition-opacity:visited {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition-shadow:visited {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.visited\:transition-transform:visited {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition-none:disabled {
  transition-property: none;
}

.disabled\:transition-all:disabled {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition:disabled {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition-colors:disabled {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition-opacity:disabled {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition-shadow:disabled {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.disabled\:transition-transform:disabled {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:ease-linear {
  transition-timing-function: linear;
}

.group:hover .group-hover\:ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group:hover .group-hover\:ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.group:hover .group-hover\:ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.focus-within\:ease-linear:focus-within {
  transition-timing-function: linear;
}

.focus-within\:ease-in:focus-within {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.focus-within\:ease-out:focus-within {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus-within\:ease-in-out:focus-within {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.first\:ease-linear:first-child {
  transition-timing-function: linear;
}

.first\:ease-in:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.first\:ease-out:first-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.first\:ease-in-out:first-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.last\:ease-linear:last-child {
  transition-timing-function: linear;
}

.last\:ease-in:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.last\:ease-out:last-child {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.last\:ease-in-out:last-child {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.odd\:ease-linear:nth-child(odd) {
  transition-timing-function: linear;
}

.odd\:ease-in:nth-child(odd) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.odd\:ease-out:nth-child(odd) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.odd\:ease-in-out:nth-child(odd) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.even\:ease-linear:nth-child(even) {
  transition-timing-function: linear;
}

.even\:ease-in:nth-child(even) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.even\:ease-out:nth-child(even) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.even\:ease-in-out:nth-child(even) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:ease-linear:hover {
  transition-timing-function: linear;
}

.hover\:ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.focus\:ease-linear:focus {
  transition-timing-function: linear;
}

.focus\:ease-in:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.focus\:ease-out:focus {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus\:ease-in-out:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.active\:ease-linear:active {
  transition-timing-function: linear;
}

.active\:ease-in:active {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.active\:ease-out:active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.active\:ease-in-out:active {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.visited\:ease-linear:visited {
  transition-timing-function: linear;
}

.visited\:ease-in:visited {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.visited\:ease-out:visited {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.visited\:ease-in-out:visited {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.disabled\:ease-linear:disabled {
  transition-timing-function: linear;
}

.disabled\:ease-in:disabled {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.disabled\:ease-out:disabled {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.disabled\:ease-in-out:disabled {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.group:hover .group-hover\:duration-75 {
  transition-duration: 75ms;
}

.group:hover .group-hover\:duration-100 {
  transition-duration: 100ms;
}

.group:hover .group-hover\:duration-150 {
  transition-duration: 150ms;
}

.group:hover .group-hover\:duration-200 {
  transition-duration: 200ms;
}

.group:hover .group-hover\:duration-300 {
  transition-duration: 300ms;
}

.group:hover .group-hover\:duration-500 {
  transition-duration: 500ms;
}

.group:hover .group-hover\:duration-700 {
  transition-duration: 700ms;
}

.group:hover .group-hover\:duration-1000 {
  transition-duration: 1000ms;
}

.focus-within\:duration-75:focus-within {
  transition-duration: 75ms;
}

.focus-within\:duration-100:focus-within {
  transition-duration: 100ms;
}

.focus-within\:duration-150:focus-within {
  transition-duration: 150ms;
}

.focus-within\:duration-200:focus-within {
  transition-duration: 200ms;
}

.focus-within\:duration-300:focus-within {
  transition-duration: 300ms;
}

.focus-within\:duration-500:focus-within {
  transition-duration: 500ms;
}

.focus-within\:duration-700:focus-within {
  transition-duration: 700ms;
}

.focus-within\:duration-1000:focus-within {
  transition-duration: 1000ms;
}

.first\:duration-75:first-child {
  transition-duration: 75ms;
}

.first\:duration-100:first-child {
  transition-duration: 100ms;
}

.first\:duration-150:first-child {
  transition-duration: 150ms;
}

.first\:duration-200:first-child {
  transition-duration: 200ms;
}

.first\:duration-300:first-child {
  transition-duration: 300ms;
}

.first\:duration-500:first-child {
  transition-duration: 500ms;
}

.first\:duration-700:first-child {
  transition-duration: 700ms;
}

.first\:duration-1000:first-child {
  transition-duration: 1000ms;
}

.last\:duration-75:last-child {
  transition-duration: 75ms;
}

.last\:duration-100:last-child {
  transition-duration: 100ms;
}

.last\:duration-150:last-child {
  transition-duration: 150ms;
}

.last\:duration-200:last-child {
  transition-duration: 200ms;
}

.last\:duration-300:last-child {
  transition-duration: 300ms;
}

.last\:duration-500:last-child {
  transition-duration: 500ms;
}

.last\:duration-700:last-child {
  transition-duration: 700ms;
}

.last\:duration-1000:last-child {
  transition-duration: 1000ms;
}

.odd\:duration-75:nth-child(odd) {
  transition-duration: 75ms;
}

.odd\:duration-100:nth-child(odd) {
  transition-duration: 100ms;
}

.odd\:duration-150:nth-child(odd) {
  transition-duration: 150ms;
}

.odd\:duration-200:nth-child(odd) {
  transition-duration: 200ms;
}

.odd\:duration-300:nth-child(odd) {
  transition-duration: 300ms;
}

.odd\:duration-500:nth-child(odd) {
  transition-duration: 500ms;
}

.odd\:duration-700:nth-child(odd) {
  transition-duration: 700ms;
}

.odd\:duration-1000:nth-child(odd) {
  transition-duration: 1000ms;
}

.even\:duration-75:nth-child(even) {
  transition-duration: 75ms;
}

.even\:duration-100:nth-child(even) {
  transition-duration: 100ms;
}

.even\:duration-150:nth-child(even) {
  transition-duration: 150ms;
}

.even\:duration-200:nth-child(even) {
  transition-duration: 200ms;
}

.even\:duration-300:nth-child(even) {
  transition-duration: 300ms;
}

.even\:duration-500:nth-child(even) {
  transition-duration: 500ms;
}

.even\:duration-700:nth-child(even) {
  transition-duration: 700ms;
}

.even\:duration-1000:nth-child(even) {
  transition-duration: 1000ms;
}

.hover\:duration-75:hover {
  transition-duration: 75ms;
}

.hover\:duration-100:hover {
  transition-duration: 100ms;
}

.hover\:duration-150:hover {
  transition-duration: 150ms;
}

.hover\:duration-200:hover {
  transition-duration: 200ms;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.hover\:duration-500:hover {
  transition-duration: 500ms;
}

.hover\:duration-700:hover {
  transition-duration: 700ms;
}

.hover\:duration-1000:hover {
  transition-duration: 1000ms;
}

.focus\:duration-75:focus {
  transition-duration: 75ms;
}

.focus\:duration-100:focus {
  transition-duration: 100ms;
}

.focus\:duration-150:focus {
  transition-duration: 150ms;
}

.focus\:duration-200:focus {
  transition-duration: 200ms;
}

.focus\:duration-300:focus {
  transition-duration: 300ms;
}

.focus\:duration-500:focus {
  transition-duration: 500ms;
}

.focus\:duration-700:focus {
  transition-duration: 700ms;
}

.focus\:duration-1000:focus {
  transition-duration: 1000ms;
}

.active\:duration-75:active {
  transition-duration: 75ms;
}

.active\:duration-100:active {
  transition-duration: 100ms;
}

.active\:duration-150:active {
  transition-duration: 150ms;
}

.active\:duration-200:active {
  transition-duration: 200ms;
}

.active\:duration-300:active {
  transition-duration: 300ms;
}

.active\:duration-500:active {
  transition-duration: 500ms;
}

.active\:duration-700:active {
  transition-duration: 700ms;
}

.active\:duration-1000:active {
  transition-duration: 1000ms;
}

.visited\:duration-75:visited {
  transition-duration: 75ms;
}

.visited\:duration-100:visited {
  transition-duration: 100ms;
}

.visited\:duration-150:visited {
  transition-duration: 150ms;
}

.visited\:duration-200:visited {
  transition-duration: 200ms;
}

.visited\:duration-300:visited {
  transition-duration: 300ms;
}

.visited\:duration-500:visited {
  transition-duration: 500ms;
}

.visited\:duration-700:visited {
  transition-duration: 700ms;
}

.visited\:duration-1000:visited {
  transition-duration: 1000ms;
}

.disabled\:duration-75:disabled {
  transition-duration: 75ms;
}

.disabled\:duration-100:disabled {
  transition-duration: 100ms;
}

.disabled\:duration-150:disabled {
  transition-duration: 150ms;
}

.disabled\:duration-200:disabled {
  transition-duration: 200ms;
}

.disabled\:duration-300:disabled {
  transition-duration: 300ms;
}

.disabled\:duration-500:disabled {
  transition-duration: 500ms;
}

.disabled\:duration-700:disabled {
  transition-duration: 700ms;
}

.disabled\:duration-1000:disabled {
  transition-duration: 1000ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.group:hover .group-hover\:delay-75 {
  transition-delay: 75ms;
}

.group:hover .group-hover\:delay-100 {
  transition-delay: 100ms;
}

.group:hover .group-hover\:delay-150 {
  transition-delay: 150ms;
}

.group:hover .group-hover\:delay-200 {
  transition-delay: 200ms;
}

.group:hover .group-hover\:delay-300 {
  transition-delay: 300ms;
}

.group:hover .group-hover\:delay-500 {
  transition-delay: 500ms;
}

.group:hover .group-hover\:delay-700 {
  transition-delay: 700ms;
}

.group:hover .group-hover\:delay-1000 {
  transition-delay: 1000ms;
}

.focus-within\:delay-75:focus-within {
  transition-delay: 75ms;
}

.focus-within\:delay-100:focus-within {
  transition-delay: 100ms;
}

.focus-within\:delay-150:focus-within {
  transition-delay: 150ms;
}

.focus-within\:delay-200:focus-within {
  transition-delay: 200ms;
}

.focus-within\:delay-300:focus-within {
  transition-delay: 300ms;
}

.focus-within\:delay-500:focus-within {
  transition-delay: 500ms;
}

.focus-within\:delay-700:focus-within {
  transition-delay: 700ms;
}

.focus-within\:delay-1000:focus-within {
  transition-delay: 1000ms;
}

.first\:delay-75:first-child {
  transition-delay: 75ms;
}

.first\:delay-100:first-child {
  transition-delay: 100ms;
}

.first\:delay-150:first-child {
  transition-delay: 150ms;
}

.first\:delay-200:first-child {
  transition-delay: 200ms;
}

.first\:delay-300:first-child {
  transition-delay: 300ms;
}

.first\:delay-500:first-child {
  transition-delay: 500ms;
}

.first\:delay-700:first-child {
  transition-delay: 700ms;
}

.first\:delay-1000:first-child {
  transition-delay: 1000ms;
}

.last\:delay-75:last-child {
  transition-delay: 75ms;
}

.last\:delay-100:last-child {
  transition-delay: 100ms;
}

.last\:delay-150:last-child {
  transition-delay: 150ms;
}

.last\:delay-200:last-child {
  transition-delay: 200ms;
}

.last\:delay-300:last-child {
  transition-delay: 300ms;
}

.last\:delay-500:last-child {
  transition-delay: 500ms;
}

.last\:delay-700:last-child {
  transition-delay: 700ms;
}

.last\:delay-1000:last-child {
  transition-delay: 1000ms;
}

.odd\:delay-75:nth-child(odd) {
  transition-delay: 75ms;
}

.odd\:delay-100:nth-child(odd) {
  transition-delay: 100ms;
}

.odd\:delay-150:nth-child(odd) {
  transition-delay: 150ms;
}

.odd\:delay-200:nth-child(odd) {
  transition-delay: 200ms;
}

.odd\:delay-300:nth-child(odd) {
  transition-delay: 300ms;
}

.odd\:delay-500:nth-child(odd) {
  transition-delay: 500ms;
}

.odd\:delay-700:nth-child(odd) {
  transition-delay: 700ms;
}

.odd\:delay-1000:nth-child(odd) {
  transition-delay: 1000ms;
}

.even\:delay-75:nth-child(even) {
  transition-delay: 75ms;
}

.even\:delay-100:nth-child(even) {
  transition-delay: 100ms;
}

.even\:delay-150:nth-child(even) {
  transition-delay: 150ms;
}

.even\:delay-200:nth-child(even) {
  transition-delay: 200ms;
}

.even\:delay-300:nth-child(even) {
  transition-delay: 300ms;
}

.even\:delay-500:nth-child(even) {
  transition-delay: 500ms;
}

.even\:delay-700:nth-child(even) {
  transition-delay: 700ms;
}

.even\:delay-1000:nth-child(even) {
  transition-delay: 1000ms;
}

.hover\:delay-75:hover {
  transition-delay: 75ms;
}

.hover\:delay-100:hover {
  transition-delay: 100ms;
}

.hover\:delay-150:hover {
  transition-delay: 150ms;
}

.hover\:delay-200:hover {
  transition-delay: 200ms;
}

.hover\:delay-300:hover {
  transition-delay: 300ms;
}

.hover\:delay-500:hover {
  transition-delay: 500ms;
}

.hover\:delay-700:hover {
  transition-delay: 700ms;
}

.hover\:delay-1000:hover {
  transition-delay: 1000ms;
}

.focus\:delay-75:focus {
  transition-delay: 75ms;
}

.focus\:delay-100:focus {
  transition-delay: 100ms;
}

.focus\:delay-150:focus {
  transition-delay: 150ms;
}

.focus\:delay-200:focus {
  transition-delay: 200ms;
}

.focus\:delay-300:focus {
  transition-delay: 300ms;
}

.focus\:delay-500:focus {
  transition-delay: 500ms;
}

.focus\:delay-700:focus {
  transition-delay: 700ms;
}

.focus\:delay-1000:focus {
  transition-delay: 1000ms;
}

.active\:delay-75:active {
  transition-delay: 75ms;
}

.active\:delay-100:active {
  transition-delay: 100ms;
}

.active\:delay-150:active {
  transition-delay: 150ms;
}

.active\:delay-200:active {
  transition-delay: 200ms;
}

.active\:delay-300:active {
  transition-delay: 300ms;
}

.active\:delay-500:active {
  transition-delay: 500ms;
}

.active\:delay-700:active {
  transition-delay: 700ms;
}

.active\:delay-1000:active {
  transition-delay: 1000ms;
}

.visited\:delay-75:visited {
  transition-delay: 75ms;
}

.visited\:delay-100:visited {
  transition-delay: 100ms;
}

.visited\:delay-150:visited {
  transition-delay: 150ms;
}

.visited\:delay-200:visited {
  transition-delay: 200ms;
}

.visited\:delay-300:visited {
  transition-delay: 300ms;
}

.visited\:delay-500:visited {
  transition-delay: 500ms;
}

.visited\:delay-700:visited {
  transition-delay: 700ms;
}

.visited\:delay-1000:visited {
  transition-delay: 1000ms;
}

.disabled\:delay-75:disabled {
  transition-delay: 75ms;
}

.disabled\:delay-100:disabled {
  transition-delay: 100ms;
}

.disabled\:delay-150:disabled {
  transition-delay: 150ms;
}

.disabled\:delay-200:disabled {
  transition-delay: 200ms;
}

.disabled\:delay-300:disabled {
  transition-delay: 300ms;
}

.disabled\:delay-500:disabled {
  transition-delay: 500ms;
}

.disabled\:delay-700:disabled {
  transition-delay: 700ms;
}

.disabled\:delay-1000:disabled {
  transition-delay: 1000ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.group:hover .group-hover\:animate-none {
  -webkit-animation: none;
          animation: none;
}

.group:hover .group-hover\:animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.group:hover .group-hover\:animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.group:hover .group-hover\:animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.group:hover .group-hover\:animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.focus-within\:animate-none:focus-within {
  -webkit-animation: none;
          animation: none;
}

.focus-within\:animate-spin:focus-within {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.focus-within\:animate-ping:focus-within {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.focus-within\:animate-pulse:focus-within {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.focus-within\:animate-bounce:focus-within {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.first\:animate-none:first-child {
  -webkit-animation: none;
          animation: none;
}

.first\:animate-spin:first-child {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.first\:animate-ping:first-child {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.first\:animate-pulse:first-child {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.first\:animate-bounce:first-child {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.last\:animate-none:last-child {
  -webkit-animation: none;
          animation: none;
}

.last\:animate-spin:last-child {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.last\:animate-ping:last-child {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.last\:animate-pulse:last-child {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.last\:animate-bounce:last-child {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.odd\:animate-none:nth-child(odd) {
  -webkit-animation: none;
          animation: none;
}

.odd\:animate-spin:nth-child(odd) {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.odd\:animate-ping:nth-child(odd) {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.odd\:animate-pulse:nth-child(odd) {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.odd\:animate-bounce:nth-child(odd) {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.even\:animate-none:nth-child(even) {
  -webkit-animation: none;
          animation: none;
}

.even\:animate-spin:nth-child(even) {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.even\:animate-ping:nth-child(even) {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.even\:animate-pulse:nth-child(even) {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.even\:animate-bounce:nth-child(even) {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.hover\:animate-none:hover {
  -webkit-animation: none;
          animation: none;
}

.hover\:animate-spin:hover {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.hover\:animate-ping:hover {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hover\:animate-pulse:hover {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hover\:animate-bounce:hover {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.focus\:animate-none:focus {
  -webkit-animation: none;
          animation: none;
}

.focus\:animate-spin:focus {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.focus\:animate-ping:focus {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.focus\:animate-pulse:focus {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.focus\:animate-bounce:focus {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.active\:animate-none:active {
  -webkit-animation: none;
          animation: none;
}

.active\:animate-spin:active {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.active\:animate-ping:active {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.active\:animate-pulse:active {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.active\:animate-bounce:active {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.visited\:animate-none:visited {
  -webkit-animation: none;
          animation: none;
}

.visited\:animate-spin:visited {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.visited\:animate-ping:visited {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.visited\:animate-pulse:visited {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.visited\:animate-bounce:visited {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.disabled\:animate-none:disabled {
  -webkit-animation: none;
          animation: none;
}

.disabled\:animate-spin:disabled {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.disabled\:animate-ping:disabled {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.disabled\:animate-pulse:disabled {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.disabled\:animate-bounce:disabled {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .group:hover .sm\:group-hover\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:focus-within\:container:focus-within {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:first\:container:first-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:last\:container:last-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:odd\:container:nth-child(odd) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:even\:container:nth-child(even) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:hover\:container:hover {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:focus\:container:focus {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:active\:container:active {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:visited\:container:visited {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:disabled\:container:disabled {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:-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));
  }

  .group:hover .sm\:group-hover\:-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)));
  }

  .group:hover .sm\:group-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .group:hover .sm\:group-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:focus-within\:space-y-0:focus-within > :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\:focus-within\:space-x-0:focus-within > :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\:focus-within\:space-y-1:focus-within > :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\:focus-within\:space-x-1:focus-within > :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\:focus-within\:space-y-2:focus-within > :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\:focus-within\:space-x-2:focus-within > :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\:focus-within\:space-y-3:focus-within > :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\:focus-within\:space-x-3:focus-within > :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\:focus-within\:space-y-4:focus-within > :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\:focus-within\:space-x-4:focus-within > :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\:focus-within\:space-y-5:focus-within > :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\:focus-within\:space-x-5:focus-within > :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\:focus-within\:space-y-6:focus-within > :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\:focus-within\:space-x-6:focus-within > :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\:focus-within\:space-y-7:focus-within > :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\:focus-within\:space-x-7:focus-within > :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\:focus-within\:space-y-8:focus-within > :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\:focus-within\:space-x-8:focus-within > :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\:focus-within\:space-y-9:focus-within > :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\:focus-within\:space-x-9:focus-within > :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\:focus-within\:space-y-10:focus-within > :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\:focus-within\:space-x-10:focus-within > :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\:focus-within\:space-y-11:focus-within > :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\:focus-within\:space-x-11:focus-within > :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\:focus-within\:space-y-12:focus-within > :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\:focus-within\:space-x-12:focus-within > :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\:focus-within\:space-y-14:focus-within > :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\:focus-within\:space-x-14:focus-within > :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\:focus-within\:space-y-16:focus-within > :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\:focus-within\:space-x-16:focus-within > :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\:focus-within\:space-y-20:focus-within > :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\:focus-within\:space-x-20:focus-within > :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\:focus-within\:space-y-24:focus-within > :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\:focus-within\:space-x-24:focus-within > :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\:focus-within\:space-y-28:focus-within > :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\:focus-within\:space-x-28:focus-within > :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\:focus-within\:space-y-32:focus-within > :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\:focus-within\:space-x-32:focus-within > :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\:focus-within\:space-y-36:focus-within > :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\:focus-within\:space-x-36:focus-within > :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\:focus-within\:space-y-40:focus-within > :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\:focus-within\:space-x-40:focus-within > :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\:focus-within\:space-y-44:focus-within > :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\:focus-within\:space-x-44:focus-within > :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\:focus-within\:space-y-48:focus-within > :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\:focus-within\:space-x-48:focus-within > :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\:focus-within\:space-y-52:focus-within > :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\:focus-within\:space-x-52:focus-within > :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\:focus-within\:space-y-56:focus-within > :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\:focus-within\:space-x-56:focus-within > :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\:focus-within\:space-y-60:focus-within > :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\:focus-within\:space-x-60:focus-within > :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\:focus-within\:space-y-64:focus-within > :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\:focus-within\:space-x-64:focus-within > :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\:focus-within\:space-y-72:focus-within > :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\:focus-within\:space-x-72:focus-within > :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\:focus-within\:space-y-80:focus-within > :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\:focus-within\:space-x-80:focus-within > :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\:focus-within\:space-y-96:focus-within > :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\:focus-within\:space-x-96:focus-within > :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\:focus-within\:space-y-px:focus-within > :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\:focus-within\:space-x-px:focus-within > :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\:focus-within\:space-y-0\.5:focus-within > :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\:focus-within\:space-x-0\.5:focus-within > :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\:focus-within\:space-y-1\.5:focus-within > :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\:focus-within\:space-x-1\.5:focus-within > :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\:focus-within\:space-y-2\.5:focus-within > :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\:focus-within\:space-x-2\.5:focus-within > :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\:focus-within\:space-y-3\.5:focus-within > :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\:focus-within\:space-x-3\.5:focus-within > :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\:focus-within\:-space-y-0:focus-within > :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\:focus-within\:-space-x-0:focus-within > :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\:focus-within\:-space-y-1:focus-within > :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\:focus-within\:-space-x-1:focus-within > :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\:focus-within\:-space-y-2:focus-within > :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\:focus-within\:-space-x-2:focus-within > :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\:focus-within\:-space-y-3:focus-within > :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\:focus-within\:-space-x-3:focus-within > :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\:focus-within\:-space-y-4:focus-within > :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\:focus-within\:-space-x-4:focus-within > :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\:focus-within\:-space-y-5:focus-within > :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\:focus-within\:-space-x-5:focus-within > :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\:focus-within\:-space-y-6:focus-within > :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\:focus-within\:-space-x-6:focus-within > :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\:focus-within\:-space-y-7:focus-within > :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\:focus-within\:-space-x-7:focus-within > :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\:focus-within\:-space-y-8:focus-within > :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\:focus-within\:-space-x-8:focus-within > :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\:focus-within\:-space-y-9:focus-within > :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\:focus-within\:-space-x-9:focus-within > :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\:focus-within\:-space-y-10:focus-within > :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\:focus-within\:-space-x-10:focus-within > :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\:focus-within\:-space-y-11:focus-within > :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\:focus-within\:-space-x-11:focus-within > :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\:focus-within\:-space-y-12:focus-within > :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\:focus-within\:-space-x-12:focus-within > :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\:focus-within\:-space-y-14:focus-within > :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\:focus-within\:-space-x-14:focus-within > :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\:focus-within\:-space-y-16:focus-within > :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\:focus-within\:-space-x-16:focus-within > :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\:focus-within\:-space-y-20:focus-within > :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\:focus-within\:-space-x-20:focus-within > :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\:focus-within\:-space-y-24:focus-within > :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\:focus-within\:-space-x-24:focus-within > :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\:focus-within\:-space-y-28:focus-within > :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\:focus-within\:-space-x-28:focus-within > :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\:focus-within\:-space-y-32:focus-within > :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\:focus-within\:-space-x-32:focus-within > :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\:focus-within\:-space-y-36:focus-within > :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\:focus-within\:-space-x-36:focus-within > :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\:focus-within\:-space-y-40:focus-within > :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\:focus-within\:-space-x-40:focus-within > :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\:focus-within\:-space-y-44:focus-within > :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\:focus-within\:-space-x-44:focus-within > :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\:focus-within\:-space-y-48:focus-within > :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\:focus-within\:-space-x-48:focus-within > :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\:focus-within\:-space-y-52:focus-within > :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\:focus-within\:-space-x-52:focus-within > :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\:focus-within\:-space-y-56:focus-within > :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\:focus-within\:-space-x-56:focus-within > :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\:focus-within\:-space-y-60:focus-within > :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\:focus-within\:-space-x-60:focus-within > :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\:focus-within\:-space-y-64:focus-within > :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\:focus-within\:-space-x-64:focus-within > :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\:focus-within\:-space-y-72:focus-within > :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\:focus-within\:-space-x-72:focus-within > :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\:focus-within\:-space-y-80:focus-within > :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\:focus-within\:-space-x-80:focus-within > :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\:focus-within\:-space-y-96:focus-within > :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\:focus-within\:-space-x-96:focus-within > :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\:focus-within\:-space-y-px:focus-within > :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\:focus-within\:-space-x-px:focus-within > :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\:focus-within\:-space-y-0\.5:focus-within > :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\:focus-within\:-space-x-0\.5:focus-within > :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\:focus-within\:-space-y-1\.5:focus-within > :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\:focus-within\:-space-x-1\.5:focus-within > :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\:focus-within\:-space-y-2\.5:focus-within > :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\:focus-within\:-space-x-2\.5:focus-within > :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\:focus-within\:-space-y-3\.5:focus-within > :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\:focus-within\:-space-x-3\.5:focus-within > :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\:focus-within\:space-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:focus-within\:space-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:first\:space-y-0:first-child > :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\:first\:space-x-0:first-child > :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\:first\:space-y-1:first-child > :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\:first\:space-x-1:first-child > :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\:first\:space-y-2:first-child > :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\:first\:space-x-2:first-child > :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\:first\:space-y-3:first-child > :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\:first\:space-x-3:first-child > :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\:first\:space-y-4:first-child > :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\:first\:space-x-4:first-child > :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\:first\:space-y-5:first-child > :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\:first\:space-x-5:first-child > :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\:first\:space-y-6:first-child > :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\:first\:space-x-6:first-child > :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\:first\:space-y-7:first-child > :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\:first\:space-x-7:first-child > :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\:first\:space-y-8:first-child > :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\:first\:space-x-8:first-child > :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\:first\:space-y-9:first-child > :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\:first\:space-x-9:first-child > :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\:first\:space-y-10:first-child > :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\:first\:space-x-10:first-child > :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\:first\:space-y-11:first-child > :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\:first\:space-x-11:first-child > :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\:first\:space-y-12:first-child > :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\:first\:space-x-12:first-child > :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\:first\:space-y-14:first-child > :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\:first\:space-x-14:first-child > :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\:first\:space-y-16:first-child > :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\:first\:space-x-16:first-child > :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\:first\:space-y-20:first-child > :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\:first\:space-x-20:first-child > :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\:first\:space-y-24:first-child > :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\:first\:space-x-24:first-child > :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\:first\:space-y-28:first-child > :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\:first\:space-x-28:first-child > :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\:first\:space-y-32:first-child > :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\:first\:space-x-32:first-child > :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\:first\:space-y-36:first-child > :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\:first\:space-x-36:first-child > :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\:first\:space-y-40:first-child > :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\:first\:space-x-40:first-child > :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\:first\:space-y-44:first-child > :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\:first\:space-x-44:first-child > :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\:first\:space-y-48:first-child > :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\:first\:space-x-48:first-child > :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\:first\:space-y-52:first-child > :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\:first\:space-x-52:first-child > :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\:first\:space-y-56:first-child > :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\:first\:space-x-56:first-child > :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\:first\:space-y-60:first-child > :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\:first\:space-x-60:first-child > :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\:first\:space-y-64:first-child > :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\:first\:space-x-64:first-child > :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\:first\:space-y-72:first-child > :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\:first\:space-x-72:first-child > :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\:first\:space-y-80:first-child > :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\:first\:space-x-80:first-child > :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\:first\:space-y-96:first-child > :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\:first\:space-x-96:first-child > :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\:first\:space-y-px:first-child > :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\:first\:space-x-px:first-child > :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\:first\:space-y-0\.5:first-child > :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\:first\:space-x-0\.5:first-child > :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\:first\:space-y-1\.5:first-child > :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\:first\:space-x-1\.5:first-child > :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\:first\:space-y-2\.5:first-child > :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\:first\:space-x-2\.5:first-child > :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\:first\:space-y-3\.5:first-child > :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\:first\:space-x-3\.5:first-child > :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\:first\:-space-y-0:first-child > :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\:first\:-space-x-0:first-child > :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\:first\:-space-y-1:first-child > :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\:first\:-space-x-1:first-child > :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\:first\:-space-y-2:first-child > :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\:first\:-space-x-2:first-child > :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\:first\:-space-y-3:first-child > :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\:first\:-space-x-3:first-child > :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\:first\:-space-y-4:first-child > :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\:first\:-space-x-4:first-child > :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\:first\:-space-y-5:first-child > :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\:first\:-space-x-5:first-child > :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\:first\:-space-y-6:first-child > :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\:first\:-space-x-6:first-child > :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\:first\:-space-y-7:first-child > :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\:first\:-space-x-7:first-child > :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\:first\:-space-y-8:first-child > :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\:first\:-space-x-8:first-child > :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\:first\:-space-y-9:first-child > :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\:first\:-space-x-9:first-child > :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\:first\:-space-y-10:first-child > :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\:first\:-space-x-10:first-child > :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\:first\:-space-y-11:first-child > :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\:first\:-space-x-11:first-child > :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\:first\:-space-y-12:first-child > :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\:first\:-space-x-12:first-child > :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\:first\:-space-y-14:first-child > :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\:first\:-space-x-14:first-child > :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\:first\:-space-y-16:first-child > :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\:first\:-space-x-16:first-child > :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\:first\:-space-y-20:first-child > :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\:first\:-space-x-20:first-child > :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\:first\:-space-y-24:first-child > :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\:first\:-space-x-24:first-child > :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\:first\:-space-y-28:first-child > :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\:first\:-space-x-28:first-child > :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\:first\:-space-y-32:first-child > :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\:first\:-space-x-32:first-child > :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\:first\:-space-y-36:first-child > :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\:first\:-space-x-36:first-child > :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\:first\:-space-y-40:first-child > :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\:first\:-space-x-40:first-child > :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\:first\:-space-y-44:first-child > :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\:first\:-space-x-44:first-child > :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\:first\:-space-y-48:first-child > :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\:first\:-space-x-48:first-child > :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\:first\:-space-y-52:first-child > :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\:first\:-space-x-52:first-child > :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\:first\:-space-y-56:first-child > :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\:first\:-space-x-56:first-child > :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\:first\:-space-y-60:first-child > :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\:first\:-space-x-60:first-child > :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\:first\:-space-y-64:first-child > :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\:first\:-space-x-64:first-child > :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\:first\:-space-y-72:first-child > :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\:first\:-space-x-72:first-child > :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\:first\:-space-y-80:first-child > :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\:first\:-space-x-80:first-child > :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\:first\:-space-y-96:first-child > :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\:first\:-space-x-96:first-child > :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\:first\:-space-y-px:first-child > :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\:first\:-space-x-px:first-child > :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\:first\:-space-y-0\.5:first-child > :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\:first\:-space-x-0\.5:first-child > :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\:first\:-space-y-1\.5:first-child > :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\:first\:-space-x-1\.5:first-child > :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\:first\:-space-y-2\.5:first-child > :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\:first\:-space-x-2\.5:first-child > :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\:first\:-space-y-3\.5:first-child > :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\:first\:-space-x-3\.5:first-child > :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\:first\:space-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:first\:space-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:last\:space-y-0:last-child > :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\:last\:space-x-0:last-child > :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\:last\:space-y-1:last-child > :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\:last\:space-x-1:last-child > :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\:last\:space-y-2:last-child > :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\:last\:space-x-2:last-child > :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\:last\:space-y-3:last-child > :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\:last\:space-x-3:last-child > :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\:last\:space-y-4:last-child > :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\:last\:space-x-4:last-child > :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\:last\:space-y-5:last-child > :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\:last\:space-x-5:last-child > :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\:last\:space-y-6:last-child > :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\:last\:space-x-6:last-child > :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\:last\:space-y-7:last-child > :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\:last\:space-x-7:last-child > :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\:last\:space-y-8:last-child > :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\:last\:space-x-8:last-child > :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\:last\:space-y-9:last-child > :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\:last\:space-x-9:last-child > :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\:last\:space-y-10:last-child > :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\:last\:space-x-10:last-child > :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\:last\:space-y-11:last-child > :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\:last\:space-x-11:last-child > :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\:last\:space-y-12:last-child > :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\:last\:space-x-12:last-child > :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\:last\:space-y-14:last-child > :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\:last\:space-x-14:last-child > :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\:last\:space-y-16:last-child > :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\:last\:space-x-16:last-child > :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\:last\:space-y-20:last-child > :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\:last\:space-x-20:last-child > :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\:last\:space-y-24:last-child > :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\:last\:space-x-24:last-child > :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\:last\:space-y-28:last-child > :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\:last\:space-x-28:last-child > :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\:last\:space-y-32:last-child > :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\:last\:space-x-32:last-child > :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\:last\:space-y-36:last-child > :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\:last\:space-x-36:last-child > :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\:last\:space-y-40:last-child > :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\:last\:space-x-40:last-child > :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\:last\:space-y-44:last-child > :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\:last\:space-x-44:last-child > :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\:last\:space-y-48:last-child > :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\:last\:space-x-48:last-child > :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\:last\:space-y-52:last-child > :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\:last\:space-x-52:last-child > :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\:last\:space-y-56:last-child > :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\:last\:space-x-56:last-child > :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\:last\:space-y-60:last-child > :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\:last\:space-x-60:last-child > :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\:last\:space-y-64:last-child > :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\:last\:space-x-64:last-child > :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\:last\:space-y-72:last-child > :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\:last\:space-x-72:last-child > :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\:last\:space-y-80:last-child > :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\:last\:space-x-80:last-child > :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\:last\:space-y-96:last-child > :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\:last\:space-x-96:last-child > :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\:last\:space-y-px:last-child > :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\:last\:space-x-px:last-child > :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\:last\:space-y-0\.5:last-child > :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\:last\:space-x-0\.5:last-child > :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\:last\:space-y-1\.5:last-child > :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\:last\:space-x-1\.5:last-child > :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\:last\:space-y-2\.5:last-child > :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\:last\:space-x-2\.5:last-child > :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\:last\:space-y-3\.5:last-child > :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\:last\:space-x-3\.5:last-child > :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\:last\:-space-y-0:last-child > :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\:last\:-space-x-0:last-child > :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\:last\:-space-y-1:last-child > :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\:last\:-space-x-1:last-child > :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\:last\:-space-y-2:last-child > :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\:last\:-space-x-2:last-child > :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\:last\:-space-y-3:last-child > :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\:last\:-space-x-3:last-child > :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\:last\:-space-y-4:last-child > :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\:last\:-space-x-4:last-child > :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\:last\:-space-y-5:last-child > :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\:last\:-space-x-5:last-child > :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\:last\:-space-y-6:last-child > :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\:last\:-space-x-6:last-child > :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\:last\:-space-y-7:last-child > :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\:last\:-space-x-7:last-child > :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\:last\:-space-y-8:last-child > :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\:last\:-space-x-8:last-child > :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\:last\:-space-y-9:last-child > :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\:last\:-space-x-9:last-child > :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\:last\:-space-y-10:last-child > :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\:last\:-space-x-10:last-child > :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\:last\:-space-y-11:last-child > :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\:last\:-space-x-11:last-child > :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\:last\:-space-y-12:last-child > :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\:last\:-space-x-12:last-child > :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\:last\:-space-y-14:last-child > :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\:last\:-space-x-14:last-child > :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\:last\:-space-y-16:last-child > :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\:last\:-space-x-16:last-child > :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\:last\:-space-y-20:last-child > :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\:last\:-space-x-20:last-child > :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\:last\:-space-y-24:last-child > :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\:last\:-space-x-24:last-child > :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\:last\:-space-y-28:last-child > :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\:last\:-space-x-28:last-child > :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\:last\:-space-y-32:last-child > :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\:last\:-space-x-32:last-child > :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\:last\:-space-y-36:last-child > :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\:last\:-space-x-36:last-child > :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\:last\:-space-y-40:last-child > :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\:last\:-space-x-40:last-child > :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\:last\:-space-y-44:last-child > :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\:last\:-space-x-44:last-child > :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\:last\:-space-y-48:last-child > :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\:last\:-space-x-48:last-child > :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\:last\:-space-y-52:last-child > :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\:last\:-space-x-52:last-child > :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\:last\:-space-y-56:last-child > :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\:last\:-space-x-56:last-child > :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\:last\:-space-y-60:last-child > :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\:last\:-space-x-60:last-child > :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\:last\:-space-y-64:last-child > :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\:last\:-space-x-64:last-child > :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\:last\:-space-y-72:last-child > :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\:last\:-space-x-72:last-child > :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\:last\:-space-y-80:last-child > :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\:last\:-space-x-80:last-child > :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\:last\:-space-y-96:last-child > :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\:last\:-space-x-96:last-child > :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\:last\:-space-y-px:last-child > :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\:last\:-space-x-px:last-child > :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\:last\:-space-y-0\.5:last-child > :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\:last\:-space-x-0\.5:last-child > :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\:last\:-space-y-1\.5:last-child > :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\:last\:-space-x-1\.5:last-child > :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\:last\:-space-y-2\.5:last-child > :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\:last\:-space-x-2\.5:last-child > :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\:last\:-space-y-3\.5:last-child > :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\:last\:-space-x-3\.5:last-child > :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\:last\:space-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:last\:space-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:odd\:space-y-0:nth-child(odd) > :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\:odd\:space-x-0:nth-child(odd) > :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\:odd\:space-y-1:nth-child(odd) > :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\:odd\:space-x-1:nth-child(odd) > :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\:odd\:space-y-2:nth-child(odd) > :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\:odd\:space-x-2:nth-child(odd) > :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\:odd\:space-y-3:nth-child(odd) > :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\:odd\:space-x-3:nth-child(odd) > :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\:odd\:space-y-4:nth-child(odd) > :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\:odd\:space-x-4:nth-child(odd) > :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\:odd\:space-y-5:nth-child(odd) > :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\:odd\:space-x-5:nth-child(odd) > :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\:odd\:space-y-6:nth-child(odd) > :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\:odd\:space-x-6:nth-child(odd) > :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\:odd\:space-y-7:nth-child(odd) > :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\:odd\:space-x-7:nth-child(odd) > :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\:odd\:space-y-8:nth-child(odd) > :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\:odd\:space-x-8:nth-child(odd) > :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\:odd\:space-y-9:nth-child(odd) > :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\:odd\:space-x-9:nth-child(odd) > :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\:odd\:space-y-10:nth-child(odd) > :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\:odd\:space-x-10:nth-child(odd) > :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\:odd\:space-y-11:nth-child(odd) > :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\:odd\:space-x-11:nth-child(odd) > :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\:odd\:space-y-12:nth-child(odd) > :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\:odd\:space-x-12:nth-child(odd) > :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\:odd\:space-y-14:nth-child(odd) > :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\:odd\:space-x-14:nth-child(odd) > :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\:odd\:space-y-16:nth-child(odd) > :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\:odd\:space-x-16:nth-child(odd) > :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\:odd\:space-y-20:nth-child(odd) > :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\:odd\:space-x-20:nth-child(odd) > :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\:odd\:space-y-24:nth-child(odd) > :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\:odd\:space-x-24:nth-child(odd) > :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\:odd\:space-y-28:nth-child(odd) > :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\:odd\:space-x-28:nth-child(odd) > :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\:odd\:space-y-32:nth-child(odd) > :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\:odd\:space-x-32:nth-child(odd) > :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\:odd\:space-y-36:nth-child(odd) > :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\:odd\:space-x-36:nth-child(odd) > :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\:odd\:space-y-40:nth-child(odd) > :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\:odd\:space-x-40:nth-child(odd) > :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\:odd\:space-y-44:nth-child(odd) > :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\:odd\:space-x-44:nth-child(odd) > :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\:odd\:space-y-48:nth-child(odd) > :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\:odd\:space-x-48:nth-child(odd) > :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\:odd\:space-y-52:nth-child(odd) > :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\:odd\:space-x-52:nth-child(odd) > :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\:odd\:space-y-56:nth-child(odd) > :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\:odd\:space-x-56:nth-child(odd) > :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\:odd\:space-y-60:nth-child(odd) > :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\:odd\:space-x-60:nth-child(odd) > :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\:odd\:space-y-64:nth-child(odd) > :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\:odd\:space-x-64:nth-child(odd) > :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\:odd\:space-y-72:nth-child(odd) > :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\:odd\:space-x-72:nth-child(odd) > :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\:odd\:space-y-80:nth-child(odd) > :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\:odd\:space-x-80:nth-child(odd) > :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\:odd\:space-y-96:nth-child(odd) > :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\:odd\:space-x-96:nth-child(odd) > :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\:odd\:space-y-px:nth-child(odd) > :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\:odd\:space-x-px:nth-child(odd) > :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\:odd\:space-y-0\.5:nth-child(odd) > :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\:odd\:space-x-0\.5:nth-child(odd) > :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\:odd\:space-y-1\.5:nth-child(odd) > :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\:odd\:space-x-1\.5:nth-child(odd) > :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\:odd\:space-y-2\.5:nth-child(odd) > :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\:odd\:space-x-2\.5:nth-child(odd) > :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\:odd\:space-y-3\.5:nth-child(odd) > :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\:odd\:space-x-3\.5:nth-child(odd) > :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\:odd\:-space-y-0:nth-child(odd) > :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\:odd\:-space-x-0:nth-child(odd) > :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\:odd\:-space-y-1:nth-child(odd) > :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\:odd\:-space-x-1:nth-child(odd) > :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\:odd\:-space-y-2:nth-child(odd) > :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\:odd\:-space-x-2:nth-child(odd) > :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\:odd\:-space-y-3:nth-child(odd) > :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\:odd\:-space-x-3:nth-child(odd) > :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\:odd\:-space-y-4:nth-child(odd) > :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\:odd\:-space-x-4:nth-child(odd) > :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\:odd\:-space-y-5:nth-child(odd) > :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\:odd\:-space-x-5:nth-child(odd) > :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\:odd\:-space-y-6:nth-child(odd) > :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\:odd\:-space-x-6:nth-child(odd) > :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\:odd\:-space-y-7:nth-child(odd) > :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\:odd\:-space-x-7:nth-child(odd) > :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\:odd\:-space-y-8:nth-child(odd) > :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\:odd\:-space-x-8:nth-child(odd) > :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\:odd\:-space-y-9:nth-child(odd) > :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\:odd\:-space-x-9:nth-child(odd) > :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\:odd\:-space-y-10:nth-child(odd) > :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\:odd\:-space-x-10:nth-child(odd) > :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\:odd\:-space-y-11:nth-child(odd) > :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\:odd\:-space-x-11:nth-child(odd) > :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\:odd\:-space-y-12:nth-child(odd) > :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\:odd\:-space-x-12:nth-child(odd) > :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\:odd\:-space-y-14:nth-child(odd) > :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\:odd\:-space-x-14:nth-child(odd) > :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\:odd\:-space-y-16:nth-child(odd) > :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\:odd\:-space-x-16:nth-child(odd) > :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\:odd\:-space-y-20:nth-child(odd) > :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\:odd\:-space-x-20:nth-child(odd) > :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\:odd\:-space-y-24:nth-child(odd) > :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\:odd\:-space-x-24:nth-child(odd) > :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\:odd\:-space-y-28:nth-child(odd) > :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\:odd\:-space-x-28:nth-child(odd) > :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\:odd\:-space-y-32:nth-child(odd) > :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\:odd\:-space-x-32:nth-child(odd) > :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\:odd\:-space-y-36:nth-child(odd) > :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\:odd\:-space-x-36:nth-child(odd) > :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\:odd\:-space-y-40:nth-child(odd) > :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\:odd\:-space-x-40:nth-child(odd) > :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\:odd\:-space-y-44:nth-child(odd) > :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\:odd\:-space-x-44:nth-child(odd) > :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\:odd\:-space-y-48:nth-child(odd) > :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\:odd\:-space-x-48:nth-child(odd) > :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\:odd\:-space-y-52:nth-child(odd) > :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\:odd\:-space-x-52:nth-child(odd) > :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\:odd\:-space-y-56:nth-child(odd) > :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\:odd\:-space-x-56:nth-child(odd) > :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\:odd\:-space-y-60:nth-child(odd) > :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\:odd\:-space-x-60:nth-child(odd) > :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\:odd\:-space-y-64:nth-child(odd) > :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\:odd\:-space-x-64:nth-child(odd) > :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\:odd\:-space-y-72:nth-child(odd) > :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\:odd\:-space-x-72:nth-child(odd) > :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\:odd\:-space-y-80:nth-child(odd) > :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\:odd\:-space-x-80:nth-child(odd) > :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\:odd\:-space-y-96:nth-child(odd) > :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\:odd\:-space-x-96:nth-child(odd) > :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\:odd\:-space-y-px:nth-child(odd) > :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\:odd\:-space-x-px:nth-child(odd) > :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\:odd\:-space-y-0\.5:nth-child(odd) > :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\:odd\:-space-x-0\.5:nth-child(odd) > :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\:odd\:-space-y-1\.5:nth-child(odd) > :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\:odd\:-space-x-1\.5:nth-child(odd) > :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\:odd\:-space-y-2\.5:nth-child(odd) > :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\:odd\:-space-x-2\.5:nth-child(odd) > :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\:odd\:-space-y-3\.5:nth-child(odd) > :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\:odd\:-space-x-3\.5:nth-child(odd) > :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\:odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:even\:space-y-0:nth-child(even) > :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\:even\:space-x-0:nth-child(even) > :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\:even\:space-y-1:nth-child(even) > :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\:even\:space-x-1:nth-child(even) > :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\:even\:space-y-2:nth-child(even) > :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\:even\:space-x-2:nth-child(even) > :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\:even\:space-y-3:nth-child(even) > :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\:even\:space-x-3:nth-child(even) > :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\:even\:space-y-4:nth-child(even) > :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\:even\:space-x-4:nth-child(even) > :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\:even\:space-y-5:nth-child(even) > :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\:even\:space-x-5:nth-child(even) > :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\:even\:space-y-6:nth-child(even) > :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\:even\:space-x-6:nth-child(even) > :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\:even\:space-y-7:nth-child(even) > :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\:even\:space-x-7:nth-child(even) > :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\:even\:space-y-8:nth-child(even) > :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\:even\:space-x-8:nth-child(even) > :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\:even\:space-y-9:nth-child(even) > :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\:even\:space-x-9:nth-child(even) > :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\:even\:space-y-10:nth-child(even) > :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\:even\:space-x-10:nth-child(even) > :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\:even\:space-y-11:nth-child(even) > :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\:even\:space-x-11:nth-child(even) > :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\:even\:space-y-12:nth-child(even) > :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\:even\:space-x-12:nth-child(even) > :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\:even\:space-y-14:nth-child(even) > :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\:even\:space-x-14:nth-child(even) > :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\:even\:space-y-16:nth-child(even) > :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\:even\:space-x-16:nth-child(even) > :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\:even\:space-y-20:nth-child(even) > :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\:even\:space-x-20:nth-child(even) > :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\:even\:space-y-24:nth-child(even) > :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\:even\:space-x-24:nth-child(even) > :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\:even\:space-y-28:nth-child(even) > :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\:even\:space-x-28:nth-child(even) > :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\:even\:space-y-32:nth-child(even) > :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\:even\:space-x-32:nth-child(even) > :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\:even\:space-y-36:nth-child(even) > :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\:even\:space-x-36:nth-child(even) > :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\:even\:space-y-40:nth-child(even) > :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\:even\:space-x-40:nth-child(even) > :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\:even\:space-y-44:nth-child(even) > :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\:even\:space-x-44:nth-child(even) > :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\:even\:space-y-48:nth-child(even) > :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\:even\:space-x-48:nth-child(even) > :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\:even\:space-y-52:nth-child(even) > :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\:even\:space-x-52:nth-child(even) > :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\:even\:space-y-56:nth-child(even) > :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\:even\:space-x-56:nth-child(even) > :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\:even\:space-y-60:nth-child(even) > :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\:even\:space-x-60:nth-child(even) > :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\:even\:space-y-64:nth-child(even) > :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\:even\:space-x-64:nth-child(even) > :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\:even\:space-y-72:nth-child(even) > :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\:even\:space-x-72:nth-child(even) > :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\:even\:space-y-80:nth-child(even) > :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\:even\:space-x-80:nth-child(even) > :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\:even\:space-y-96:nth-child(even) > :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\:even\:space-x-96:nth-child(even) > :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\:even\:space-y-px:nth-child(even) > :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\:even\:space-x-px:nth-child(even) > :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\:even\:space-y-0\.5:nth-child(even) > :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\:even\:space-x-0\.5:nth-child(even) > :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\:even\:space-y-1\.5:nth-child(even) > :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\:even\:space-x-1\.5:nth-child(even) > :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\:even\:space-y-2\.5:nth-child(even) > :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\:even\:space-x-2\.5:nth-child(even) > :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\:even\:space-y-3\.5:nth-child(even) > :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\:even\:space-x-3\.5:nth-child(even) > :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\:even\:-space-y-0:nth-child(even) > :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\:even\:-space-x-0:nth-child(even) > :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\:even\:-space-y-1:nth-child(even) > :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\:even\:-space-x-1:nth-child(even) > :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\:even\:-space-y-2:nth-child(even) > :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\:even\:-space-x-2:nth-child(even) > :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\:even\:-space-y-3:nth-child(even) > :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\:even\:-space-x-3:nth-child(even) > :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\:even\:-space-y-4:nth-child(even) > :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\:even\:-space-x-4:nth-child(even) > :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\:even\:-space-y-5:nth-child(even) > :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\:even\:-space-x-5:nth-child(even) > :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\:even\:-space-y-6:nth-child(even) > :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\:even\:-space-x-6:nth-child(even) > :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\:even\:-space-y-7:nth-child(even) > :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\:even\:-space-x-7:nth-child(even) > :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\:even\:-space-y-8:nth-child(even) > :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\:even\:-space-x-8:nth-child(even) > :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\:even\:-space-y-9:nth-child(even) > :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\:even\:-space-x-9:nth-child(even) > :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\:even\:-space-y-10:nth-child(even) > :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\:even\:-space-x-10:nth-child(even) > :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\:even\:-space-y-11:nth-child(even) > :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\:even\:-space-x-11:nth-child(even) > :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\:even\:-space-y-12:nth-child(even) > :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\:even\:-space-x-12:nth-child(even) > :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\:even\:-space-y-14:nth-child(even) > :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\:even\:-space-x-14:nth-child(even) > :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\:even\:-space-y-16:nth-child(even) > :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\:even\:-space-x-16:nth-child(even) > :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\:even\:-space-y-20:nth-child(even) > :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\:even\:-space-x-20:nth-child(even) > :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\:even\:-space-y-24:nth-child(even) > :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\:even\:-space-x-24:nth-child(even) > :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\:even\:-space-y-28:nth-child(even) > :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\:even\:-space-x-28:nth-child(even) > :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\:even\:-space-y-32:nth-child(even) > :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\:even\:-space-x-32:nth-child(even) > :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\:even\:-space-y-36:nth-child(even) > :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\:even\:-space-x-36:nth-child(even) > :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\:even\:-space-y-40:nth-child(even) > :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\:even\:-space-x-40:nth-child(even) > :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\:even\:-space-y-44:nth-child(even) > :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\:even\:-space-x-44:nth-child(even) > :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\:even\:-space-y-48:nth-child(even) > :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\:even\:-space-x-48:nth-child(even) > :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\:even\:-space-y-52:nth-child(even) > :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\:even\:-space-x-52:nth-child(even) > :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\:even\:-space-y-56:nth-child(even) > :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\:even\:-space-x-56:nth-child(even) > :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\:even\:-space-y-60:nth-child(even) > :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\:even\:-space-x-60:nth-child(even) > :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\:even\:-space-y-64:nth-child(even) > :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\:even\:-space-x-64:nth-child(even) > :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\:even\:-space-y-72:nth-child(even) > :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\:even\:-space-x-72:nth-child(even) > :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\:even\:-space-y-80:nth-child(even) > :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\:even\:-space-x-80:nth-child(even) > :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\:even\:-space-y-96:nth-child(even) > :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\:even\:-space-x-96:nth-child(even) > :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\:even\:-space-y-px:nth-child(even) > :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\:even\:-space-x-px:nth-child(even) > :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\:even\:-space-y-0\.5:nth-child(even) > :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\:even\:-space-x-0\.5:nth-child(even) > :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\:even\:-space-y-1\.5:nth-child(even) > :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\:even\:-space-x-1\.5:nth-child(even) > :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\:even\:-space-y-2\.5:nth-child(even) > :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\:even\:-space-x-2\.5:nth-child(even) > :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\:even\:-space-y-3\.5:nth-child(even) > :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\:even\:-space-x-3\.5:nth-child(even) > :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\:even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:hover\:space-y-0:hover > :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\:hover\:space-x-0:hover > :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\:hover\:space-y-1:hover > :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\:hover\:space-x-1:hover > :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\:hover\:space-y-2:hover > :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\:hover\:space-x-2:hover > :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\:hover\:space-y-3:hover > :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\:hover\:space-x-3:hover > :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\:hover\:space-y-4:hover > :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\:hover\:space-x-4:hover > :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\:hover\:space-y-5:hover > :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\:hover\:space-x-5:hover > :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\:hover\:space-y-6:hover > :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\:hover\:space-x-6:hover > :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\:hover\:space-y-7:hover > :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\:hover\:space-x-7:hover > :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\:hover\:space-y-8:hover > :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\:hover\:space-x-8:hover > :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\:hover\:space-y-9:hover > :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\:hover\:space-x-9:hover > :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\:hover\:space-y-10:hover > :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\:hover\:space-x-10:hover > :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\:hover\:space-y-11:hover > :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\:hover\:space-x-11:hover > :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\:hover\:space-y-12:hover > :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\:hover\:space-x-12:hover > :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\:hover\:space-y-14:hover > :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\:hover\:space-x-14:hover > :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\:hover\:space-y-16:hover > :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\:hover\:space-x-16:hover > :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\:hover\:space-y-20:hover > :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\:hover\:space-x-20:hover > :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\:hover\:space-y-24:hover > :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\:hover\:space-x-24:hover > :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\:hover\:space-y-28:hover > :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\:hover\:space-x-28:hover > :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\:hover\:space-y-32:hover > :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\:hover\:space-x-32:hover > :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\:hover\:space-y-36:hover > :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\:hover\:space-x-36:hover > :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\:hover\:space-y-40:hover > :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\:hover\:space-x-40:hover > :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\:hover\:space-y-44:hover > :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\:hover\:space-x-44:hover > :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\:hover\:space-y-48:hover > :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\:hover\:space-x-48:hover > :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\:hover\:space-y-52:hover > :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\:hover\:space-x-52:hover > :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\:hover\:space-y-56:hover > :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\:hover\:space-x-56:hover > :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\:hover\:space-y-60:hover > :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\:hover\:space-x-60:hover > :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\:hover\:space-y-64:hover > :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\:hover\:space-x-64:hover > :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\:hover\:space-y-72:hover > :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\:hover\:space-x-72:hover > :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\:hover\:space-y-80:hover > :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\:hover\:space-x-80:hover > :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\:hover\:space-y-96:hover > :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\:hover\:space-x-96:hover > :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\:hover\:space-y-px:hover > :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\:hover\:space-x-px:hover > :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\:hover\:space-y-0\.5:hover > :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\:hover\:space-x-0\.5:hover > :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\:hover\:space-y-1\.5:hover > :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\:hover\:space-x-1\.5:hover > :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\:hover\:space-y-2\.5:hover > :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\:hover\:space-x-2\.5:hover > :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\:hover\:space-y-3\.5:hover > :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\:hover\:space-x-3\.5:hover > :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\:hover\:-space-y-0:hover > :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\:hover\:-space-x-0:hover > :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\:hover\:-space-y-1:hover > :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\:hover\:-space-x-1:hover > :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\:hover\:-space-y-2:hover > :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\:hover\:-space-x-2:hover > :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\:hover\:-space-y-3:hover > :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\:hover\:-space-x-3:hover > :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\:hover\:-space-y-4:hover > :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\:hover\:-space-x-4:hover > :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\:hover\:-space-y-5:hover > :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\:hover\:-space-x-5:hover > :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\:hover\:-space-y-6:hover > :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\:hover\:-space-x-6:hover > :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\:hover\:-space-y-7:hover > :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\:hover\:-space-x-7:hover > :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\:hover\:-space-y-8:hover > :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\:hover\:-space-x-8:hover > :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\:hover\:-space-y-9:hover > :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\:hover\:-space-x-9:hover > :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\:hover\:-space-y-10:hover > :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\:hover\:-space-x-10:hover > :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\:hover\:-space-y-11:hover > :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\:hover\:-space-x-11:hover > :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\:hover\:-space-y-12:hover > :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\:hover\:-space-x-12:hover > :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\:hover\:-space-y-14:hover > :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\:hover\:-space-x-14:hover > :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\:hover\:-space-y-16:hover > :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\:hover\:-space-x-16:hover > :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\:hover\:-space-y-20:hover > :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\:hover\:-space-x-20:hover > :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\:hover\:-space-y-24:hover > :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\:hover\:-space-x-24:hover > :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\:hover\:-space-y-28:hover > :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\:hover\:-space-x-28:hover > :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\:hover\:-space-y-32:hover > :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\:hover\:-space-x-32:hover > :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\:hover\:-space-y-36:hover > :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\:hover\:-space-x-36:hover > :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\:hover\:-space-y-40:hover > :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\:hover\:-space-x-40:hover > :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\:hover\:-space-y-44:hover > :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\:hover\:-space-x-44:hover > :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\:hover\:-space-y-48:hover > :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\:hover\:-space-x-48:hover > :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\:hover\:-space-y-52:hover > :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\:hover\:-space-x-52:hover > :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\:hover\:-space-y-56:hover > :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\:hover\:-space-x-56:hover > :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\:hover\:-space-y-60:hover > :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\:hover\:-space-x-60:hover > :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\:hover\:-space-y-64:hover > :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\:hover\:-space-x-64:hover > :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\:hover\:-space-y-72:hover > :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\:hover\:-space-x-72:hover > :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\:hover\:-space-y-80:hover > :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\:hover\:-space-x-80:hover > :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\:hover\:-space-y-96:hover > :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\:hover\:-space-x-96:hover > :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\:hover\:-space-y-px:hover > :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\:hover\:-space-x-px:hover > :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\:hover\:-space-y-0\.5:hover > :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\:hover\:-space-x-0\.5:hover > :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\:hover\:-space-y-1\.5:hover > :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\:hover\:-space-x-1\.5:hover > :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\:hover\:-space-y-2\.5:hover > :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\:hover\:-space-x-2\.5:hover > :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\:hover\:-space-y-3\.5:hover > :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\:hover\:-space-x-3\.5:hover > :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\:hover\:space-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:hover\:space-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:focus\:space-y-0:focus > :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\:focus\:space-x-0:focus > :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\:focus\:space-y-1:focus > :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\:focus\:space-x-1:focus > :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\:focus\:space-y-2:focus > :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\:focus\:space-x-2:focus > :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\:focus\:space-y-3:focus > :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\:focus\:space-x-3:focus > :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\:focus\:space-y-4:focus > :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\:focus\:space-x-4:focus > :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\:focus\:space-y-5:focus > :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\:focus\:space-x-5:focus > :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\:focus\:space-y-6:focus > :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\:focus\:space-x-6:focus > :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\:focus\:space-y-7:focus > :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\:focus\:space-x-7:focus > :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\:focus\:space-y-8:focus > :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\:focus\:space-x-8:focus > :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\:focus\:space-y-9:focus > :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\:focus\:space-x-9:focus > :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\:focus\:space-y-10:focus > :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\:focus\:space-x-10:focus > :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\:focus\:space-y-11:focus > :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\:focus\:space-x-11:focus > :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\:focus\:space-y-12:focus > :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\:focus\:space-x-12:focus > :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\:focus\:space-y-14:focus > :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\:focus\:space-x-14:focus > :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\:focus\:space-y-16:focus > :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\:focus\:space-x-16:focus > :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\:focus\:space-y-20:focus > :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\:focus\:space-x-20:focus > :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\:focus\:space-y-24:focus > :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\:focus\:space-x-24:focus > :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\:focus\:space-y-28:focus > :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\:focus\:space-x-28:focus > :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\:focus\:space-y-32:focus > :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\:focus\:space-x-32:focus > :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\:focus\:space-y-36:focus > :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\:focus\:space-x-36:focus > :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\:focus\:space-y-40:focus > :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\:focus\:space-x-40:focus > :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\:focus\:space-y-44:focus > :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\:focus\:space-x-44:focus > :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\:focus\:space-y-48:focus > :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\:focus\:space-x-48:focus > :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\:focus\:space-y-52:focus > :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\:focus\:space-x-52:focus > :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\:focus\:space-y-56:focus > :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\:focus\:space-x-56:focus > :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\:focus\:space-y-60:focus > :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\:focus\:space-x-60:focus > :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\:focus\:space-y-64:focus > :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\:focus\:space-x-64:focus > :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\:focus\:space-y-72:focus > :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\:focus\:space-x-72:focus > :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\:focus\:space-y-80:focus > :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\:focus\:space-x-80:focus > :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\:focus\:space-y-96:focus > :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\:focus\:space-x-96:focus > :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\:focus\:space-y-px:focus > :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\:focus\:space-x-px:focus > :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\:focus\:space-y-0\.5:focus > :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\:focus\:space-x-0\.5:focus > :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\:focus\:space-y-1\.5:focus > :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\:focus\:space-x-1\.5:focus > :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\:focus\:space-y-2\.5:focus > :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\:focus\:space-x-2\.5:focus > :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\:focus\:space-y-3\.5:focus > :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\:focus\:space-x-3\.5:focus > :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\:focus\:-space-y-0:focus > :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\:focus\:-space-x-0:focus > :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\:focus\:-space-y-1:focus > :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\:focus\:-space-x-1:focus > :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\:focus\:-space-y-2:focus > :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\:focus\:-space-x-2:focus > :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\:focus\:-space-y-3:focus > :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\:focus\:-space-x-3:focus > :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\:focus\:-space-y-4:focus > :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\:focus\:-space-x-4:focus > :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\:focus\:-space-y-5:focus > :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\:focus\:-space-x-5:focus > :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\:focus\:-space-y-6:focus > :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\:focus\:-space-x-6:focus > :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\:focus\:-space-y-7:focus > :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\:focus\:-space-x-7:focus > :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\:focus\:-space-y-8:focus > :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\:focus\:-space-x-8:focus > :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\:focus\:-space-y-9:focus > :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\:focus\:-space-x-9:focus > :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\:focus\:-space-y-10:focus > :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\:focus\:-space-x-10:focus > :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\:focus\:-space-y-11:focus > :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\:focus\:-space-x-11:focus > :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\:focus\:-space-y-12:focus > :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\:focus\:-space-x-12:focus > :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\:focus\:-space-y-14:focus > :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\:focus\:-space-x-14:focus > :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\:focus\:-space-y-16:focus > :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\:focus\:-space-x-16:focus > :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\:focus\:-space-y-20:focus > :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\:focus\:-space-x-20:focus > :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\:focus\:-space-y-24:focus > :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\:focus\:-space-x-24:focus > :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\:focus\:-space-y-28:focus > :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\:focus\:-space-x-28:focus > :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\:focus\:-space-y-32:focus > :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\:focus\:-space-x-32:focus > :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\:focus\:-space-y-36:focus > :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\:focus\:-space-x-36:focus > :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\:focus\:-space-y-40:focus > :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\:focus\:-space-x-40:focus > :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\:focus\:-space-y-44:focus > :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\:focus\:-space-x-44:focus > :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\:focus\:-space-y-48:focus > :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\:focus\:-space-x-48:focus > :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\:focus\:-space-y-52:focus > :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\:focus\:-space-x-52:focus > :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\:focus\:-space-y-56:focus > :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\:focus\:-space-x-56:focus > :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\:focus\:-space-y-60:focus > :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\:focus\:-space-x-60:focus > :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\:focus\:-space-y-64:focus > :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\:focus\:-space-x-64:focus > :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\:focus\:-space-y-72:focus > :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\:focus\:-space-x-72:focus > :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\:focus\:-space-y-80:focus > :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\:focus\:-space-x-80:focus > :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\:focus\:-space-y-96:focus > :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\:focus\:-space-x-96:focus > :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\:focus\:-space-y-px:focus > :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\:focus\:-space-x-px:focus > :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\:focus\:-space-y-0\.5:focus > :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\:focus\:-space-x-0\.5:focus > :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\:focus\:-space-y-1\.5:focus > :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\:focus\:-space-x-1\.5:focus > :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\:focus\:-space-y-2\.5:focus > :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\:focus\:-space-x-2\.5:focus > :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\:focus\:-space-y-3\.5:focus > :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\:focus\:-space-x-3\.5:focus > :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\:focus\:space-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:focus\:space-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:active\:space-y-0:active > :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\:active\:space-x-0:active > :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\:active\:space-y-1:active > :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\:active\:space-x-1:active > :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\:active\:space-y-2:active > :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\:active\:space-x-2:active > :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\:active\:space-y-3:active > :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\:active\:space-x-3:active > :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\:active\:space-y-4:active > :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\:active\:space-x-4:active > :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\:active\:space-y-5:active > :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\:active\:space-x-5:active > :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\:active\:space-y-6:active > :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\:active\:space-x-6:active > :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\:active\:space-y-7:active > :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\:active\:space-x-7:active > :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\:active\:space-y-8:active > :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\:active\:space-x-8:active > :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\:active\:space-y-9:active > :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\:active\:space-x-9:active > :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\:active\:space-y-10:active > :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\:active\:space-x-10:active > :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\:active\:space-y-11:active > :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\:active\:space-x-11:active > :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\:active\:space-y-12:active > :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\:active\:space-x-12:active > :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\:active\:space-y-14:active > :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\:active\:space-x-14:active > :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\:active\:space-y-16:active > :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\:active\:space-x-16:active > :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\:active\:space-y-20:active > :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\:active\:space-x-20:active > :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\:active\:space-y-24:active > :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\:active\:space-x-24:active > :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\:active\:space-y-28:active > :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\:active\:space-x-28:active > :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\:active\:space-y-32:active > :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\:active\:space-x-32:active > :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\:active\:space-y-36:active > :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\:active\:space-x-36:active > :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\:active\:space-y-40:active > :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\:active\:space-x-40:active > :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\:active\:space-y-44:active > :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\:active\:space-x-44:active > :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\:active\:space-y-48:active > :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\:active\:space-x-48:active > :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\:active\:space-y-52:active > :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\:active\:space-x-52:active > :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\:active\:space-y-56:active > :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\:active\:space-x-56:active > :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\:active\:space-y-60:active > :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\:active\:space-x-60:active > :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\:active\:space-y-64:active > :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\:active\:space-x-64:active > :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\:active\:space-y-72:active > :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\:active\:space-x-72:active > :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\:active\:space-y-80:active > :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\:active\:space-x-80:active > :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\:active\:space-y-96:active > :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\:active\:space-x-96:active > :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\:active\:space-y-px:active > :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\:active\:space-x-px:active > :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\:active\:space-y-0\.5:active > :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\:active\:space-x-0\.5:active > :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\:active\:space-y-1\.5:active > :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\:active\:space-x-1\.5:active > :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\:active\:space-y-2\.5:active > :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\:active\:space-x-2\.5:active > :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\:active\:space-y-3\.5:active > :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\:active\:space-x-3\.5:active > :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\:active\:-space-y-0:active > :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\:active\:-space-x-0:active > :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\:active\:-space-y-1:active > :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\:active\:-space-x-1:active > :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\:active\:-space-y-2:active > :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\:active\:-space-x-2:active > :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\:active\:-space-y-3:active > :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\:active\:-space-x-3:active > :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\:active\:-space-y-4:active > :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\:active\:-space-x-4:active > :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\:active\:-space-y-5:active > :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\:active\:-space-x-5:active > :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\:active\:-space-y-6:active > :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\:active\:-space-x-6:active > :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\:active\:-space-y-7:active > :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\:active\:-space-x-7:active > :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\:active\:-space-y-8:active > :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\:active\:-space-x-8:active > :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\:active\:-space-y-9:active > :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\:active\:-space-x-9:active > :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\:active\:-space-y-10:active > :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\:active\:-space-x-10:active > :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\:active\:-space-y-11:active > :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\:active\:-space-x-11:active > :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\:active\:-space-y-12:active > :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\:active\:-space-x-12:active > :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\:active\:-space-y-14:active > :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\:active\:-space-x-14:active > :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\:active\:-space-y-16:active > :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\:active\:-space-x-16:active > :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\:active\:-space-y-20:active > :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\:active\:-space-x-20:active > :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\:active\:-space-y-24:active > :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\:active\:-space-x-24:active > :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\:active\:-space-y-28:active > :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\:active\:-space-x-28:active > :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\:active\:-space-y-32:active > :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\:active\:-space-x-32:active > :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\:active\:-space-y-36:active > :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\:active\:-space-x-36:active > :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\:active\:-space-y-40:active > :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\:active\:-space-x-40:active > :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\:active\:-space-y-44:active > :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\:active\:-space-x-44:active > :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\:active\:-space-y-48:active > :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\:active\:-space-x-48:active > :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\:active\:-space-y-52:active > :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\:active\:-space-x-52:active > :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\:active\:-space-y-56:active > :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\:active\:-space-x-56:active > :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\:active\:-space-y-60:active > :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\:active\:-space-x-60:active > :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\:active\:-space-y-64:active > :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\:active\:-space-x-64:active > :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\:active\:-space-y-72:active > :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\:active\:-space-x-72:active > :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\:active\:-space-y-80:active > :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\:active\:-space-x-80:active > :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\:active\:-space-y-96:active > :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\:active\:-space-x-96:active > :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\:active\:-space-y-px:active > :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\:active\:-space-x-px:active > :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\:active\:-space-y-0\.5:active > :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\:active\:-space-x-0\.5:active > :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\:active\:-space-y-1\.5:active > :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\:active\:-space-x-1\.5:active > :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\:active\:-space-y-2\.5:active > :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\:active\:-space-x-2\.5:active > :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\:active\:-space-y-3\.5:active > :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\:active\:-space-x-3\.5:active > :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\:active\:space-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:active\:space-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:visited\:space-y-0:visited > :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\:visited\:space-x-0:visited > :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\:visited\:space-y-1:visited > :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\:visited\:space-x-1:visited > :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\:visited\:space-y-2:visited > :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\:visited\:space-x-2:visited > :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\:visited\:space-y-3:visited > :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\:visited\:space-x-3:visited > :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\:visited\:space-y-4:visited > :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\:visited\:space-x-4:visited > :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\:visited\:space-y-5:visited > :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\:visited\:space-x-5:visited > :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\:visited\:space-y-6:visited > :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\:visited\:space-x-6:visited > :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\:visited\:space-y-7:visited > :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\:visited\:space-x-7:visited > :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\:visited\:space-y-8:visited > :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\:visited\:space-x-8:visited > :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\:visited\:space-y-9:visited > :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\:visited\:space-x-9:visited > :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\:visited\:space-y-10:visited > :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\:visited\:space-x-10:visited > :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\:visited\:space-y-11:visited > :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\:visited\:space-x-11:visited > :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\:visited\:space-y-12:visited > :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\:visited\:space-x-12:visited > :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\:visited\:space-y-14:visited > :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\:visited\:space-x-14:visited > :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\:visited\:space-y-16:visited > :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\:visited\:space-x-16:visited > :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\:visited\:space-y-20:visited > :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\:visited\:space-x-20:visited > :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\:visited\:space-y-24:visited > :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\:visited\:space-x-24:visited > :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\:visited\:space-y-28:visited > :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\:visited\:space-x-28:visited > :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\:visited\:space-y-32:visited > :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\:visited\:space-x-32:visited > :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\:visited\:space-y-36:visited > :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\:visited\:space-x-36:visited > :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\:visited\:space-y-40:visited > :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\:visited\:space-x-40:visited > :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\:visited\:space-y-44:visited > :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\:visited\:space-x-44:visited > :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\:visited\:space-y-48:visited > :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\:visited\:space-x-48:visited > :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\:visited\:space-y-52:visited > :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\:visited\:space-x-52:visited > :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\:visited\:space-y-56:visited > :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\:visited\:space-x-56:visited > :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\:visited\:space-y-60:visited > :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\:visited\:space-x-60:visited > :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\:visited\:space-y-64:visited > :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\:visited\:space-x-64:visited > :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\:visited\:space-y-72:visited > :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\:visited\:space-x-72:visited > :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\:visited\:space-y-80:visited > :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\:visited\:space-x-80:visited > :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\:visited\:space-y-96:visited > :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\:visited\:space-x-96:visited > :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\:visited\:space-y-px:visited > :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\:visited\:space-x-px:visited > :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\:visited\:space-y-0\.5:visited > :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\:visited\:space-x-0\.5:visited > :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\:visited\:space-y-1\.5:visited > :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\:visited\:space-x-1\.5:visited > :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\:visited\:space-y-2\.5:visited > :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\:visited\:space-x-2\.5:visited > :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\:visited\:space-y-3\.5:visited > :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\:visited\:space-x-3\.5:visited > :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\:visited\:-space-y-0:visited > :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\:visited\:-space-x-0:visited > :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\:visited\:-space-y-1:visited > :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\:visited\:-space-x-1:visited > :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\:visited\:-space-y-2:visited > :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\:visited\:-space-x-2:visited > :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\:visited\:-space-y-3:visited > :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\:visited\:-space-x-3:visited > :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\:visited\:-space-y-4:visited > :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\:visited\:-space-x-4:visited > :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\:visited\:-space-y-5:visited > :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\:visited\:-space-x-5:visited > :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\:visited\:-space-y-6:visited > :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\:visited\:-space-x-6:visited > :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\:visited\:-space-y-7:visited > :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\:visited\:-space-x-7:visited > :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\:visited\:-space-y-8:visited > :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\:visited\:-space-x-8:visited > :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\:visited\:-space-y-9:visited > :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\:visited\:-space-x-9:visited > :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\:visited\:-space-y-10:visited > :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\:visited\:-space-x-10:visited > :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\:visited\:-space-y-11:visited > :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\:visited\:-space-x-11:visited > :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\:visited\:-space-y-12:visited > :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\:visited\:-space-x-12:visited > :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\:visited\:-space-y-14:visited > :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\:visited\:-space-x-14:visited > :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\:visited\:-space-y-16:visited > :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\:visited\:-space-x-16:visited > :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\:visited\:-space-y-20:visited > :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\:visited\:-space-x-20:visited > :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\:visited\:-space-y-24:visited > :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\:visited\:-space-x-24:visited > :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\:visited\:-space-y-28:visited > :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\:visited\:-space-x-28:visited > :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\:visited\:-space-y-32:visited > :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\:visited\:-space-x-32:visited > :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\:visited\:-space-y-36:visited > :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\:visited\:-space-x-36:visited > :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\:visited\:-space-y-40:visited > :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\:visited\:-space-x-40:visited > :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\:visited\:-space-y-44:visited > :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\:visited\:-space-x-44:visited > :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\:visited\:-space-y-48:visited > :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\:visited\:-space-x-48:visited > :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\:visited\:-space-y-52:visited > :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\:visited\:-space-x-52:visited > :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\:visited\:-space-y-56:visited > :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\:visited\:-space-x-56:visited > :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\:visited\:-space-y-60:visited > :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\:visited\:-space-x-60:visited > :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\:visited\:-space-y-64:visited > :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\:visited\:-space-x-64:visited > :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\:visited\:-space-y-72:visited > :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\:visited\:-space-x-72:visited > :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\:visited\:-space-y-80:visited > :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\:visited\:-space-x-80:visited > :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\:visited\:-space-y-96:visited > :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\:visited\:-space-x-96:visited > :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\:visited\:-space-y-px:visited > :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\:visited\:-space-x-px:visited > :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\:visited\:-space-y-0\.5:visited > :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\:visited\:-space-x-0\.5:visited > :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\:visited\:-space-y-1\.5:visited > :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\:visited\:-space-x-1\.5:visited > :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\:visited\:-space-y-2\.5:visited > :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\:visited\:-space-x-2\.5:visited > :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\:visited\:-space-y-3\.5:visited > :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\:visited\:-space-x-3\.5:visited > :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\:visited\:space-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:visited\:space-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:disabled\:space-y-0:disabled > :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\:disabled\:space-x-0:disabled > :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\:disabled\:space-y-1:disabled > :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\:disabled\:space-x-1:disabled > :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\:disabled\:space-y-2:disabled > :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\:disabled\:space-x-2:disabled > :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\:disabled\:space-y-3:disabled > :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\:disabled\:space-x-3:disabled > :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\:disabled\:space-y-4:disabled > :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\:disabled\:space-x-4:disabled > :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\:disabled\:space-y-5:disabled > :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\:disabled\:space-x-5:disabled > :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\:disabled\:space-y-6:disabled > :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\:disabled\:space-x-6:disabled > :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\:disabled\:space-y-7:disabled > :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\:disabled\:space-x-7:disabled > :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\:disabled\:space-y-8:disabled > :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\:disabled\:space-x-8:disabled > :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\:disabled\:space-y-9:disabled > :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\:disabled\:space-x-9:disabled > :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\:disabled\:space-y-10:disabled > :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\:disabled\:space-x-10:disabled > :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\:disabled\:space-y-11:disabled > :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\:disabled\:space-x-11:disabled > :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\:disabled\:space-y-12:disabled > :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\:disabled\:space-x-12:disabled > :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\:disabled\:space-y-14:disabled > :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\:disabled\:space-x-14:disabled > :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\:disabled\:space-y-16:disabled > :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\:disabled\:space-x-16:disabled > :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\:disabled\:space-y-20:disabled > :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\:disabled\:space-x-20:disabled > :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\:disabled\:space-y-24:disabled > :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\:disabled\:space-x-24:disabled > :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\:disabled\:space-y-28:disabled > :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\:disabled\:space-x-28:disabled > :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\:disabled\:space-y-32:disabled > :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\:disabled\:space-x-32:disabled > :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\:disabled\:space-y-36:disabled > :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\:disabled\:space-x-36:disabled > :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\:disabled\:space-y-40:disabled > :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\:disabled\:space-x-40:disabled > :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\:disabled\:space-y-44:disabled > :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\:disabled\:space-x-44:disabled > :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\:disabled\:space-y-48:disabled > :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\:disabled\:space-x-48:disabled > :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\:disabled\:space-y-52:disabled > :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\:disabled\:space-x-52:disabled > :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\:disabled\:space-y-56:disabled > :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\:disabled\:space-x-56:disabled > :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\:disabled\:space-y-60:disabled > :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\:disabled\:space-x-60:disabled > :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\:disabled\:space-y-64:disabled > :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\:disabled\:space-x-64:disabled > :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\:disabled\:space-y-72:disabled > :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\:disabled\:space-x-72:disabled > :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\:disabled\:space-y-80:disabled > :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\:disabled\:space-x-80:disabled > :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\:disabled\:space-y-96:disabled > :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\:disabled\:space-x-96:disabled > :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\:disabled\:space-y-px:disabled > :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\:disabled\:space-x-px:disabled > :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\:disabled\:space-y-0\.5:disabled > :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\:disabled\:space-x-0\.5:disabled > :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\:disabled\:space-y-1\.5:disabled > :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\:disabled\:space-x-1\.5:disabled > :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\:disabled\:space-y-2\.5:disabled > :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\:disabled\:space-x-2\.5:disabled > :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\:disabled\:space-y-3\.5:disabled > :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\:disabled\:space-x-3\.5:disabled > :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\:disabled\:-space-y-0:disabled > :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\:disabled\:-space-x-0:disabled > :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\:disabled\:-space-y-1:disabled > :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\:disabled\:-space-x-1:disabled > :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\:disabled\:-space-y-2:disabled > :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\:disabled\:-space-x-2:disabled > :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\:disabled\:-space-y-3:disabled > :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\:disabled\:-space-x-3:disabled > :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\:disabled\:-space-y-4:disabled > :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\:disabled\:-space-x-4:disabled > :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\:disabled\:-space-y-5:disabled > :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\:disabled\:-space-x-5:disabled > :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\:disabled\:-space-y-6:disabled > :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\:disabled\:-space-x-6:disabled > :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\:disabled\:-space-y-7:disabled > :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\:disabled\:-space-x-7:disabled > :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\:disabled\:-space-y-8:disabled > :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\:disabled\:-space-x-8:disabled > :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\:disabled\:-space-y-9:disabled > :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\:disabled\:-space-x-9:disabled > :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\:disabled\:-space-y-10:disabled > :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\:disabled\:-space-x-10:disabled > :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\:disabled\:-space-y-11:disabled > :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\:disabled\:-space-x-11:disabled > :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\:disabled\:-space-y-12:disabled > :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\:disabled\:-space-x-12:disabled > :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\:disabled\:-space-y-14:disabled > :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\:disabled\:-space-x-14:disabled > :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\:disabled\:-space-y-16:disabled > :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\:disabled\:-space-x-16:disabled > :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\:disabled\:-space-y-20:disabled > :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\:disabled\:-space-x-20:disabled > :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\:disabled\:-space-y-24:disabled > :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\:disabled\:-space-x-24:disabled > :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\:disabled\:-space-y-28:disabled > :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\:disabled\:-space-x-28:disabled > :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\:disabled\:-space-y-32:disabled > :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\:disabled\:-space-x-32:disabled > :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\:disabled\:-space-y-36:disabled > :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\:disabled\:-space-x-36:disabled > :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\:disabled\:-space-y-40:disabled > :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\:disabled\:-space-x-40:disabled > :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\:disabled\:-space-y-44:disabled > :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\:disabled\:-space-x-44:disabled > :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\:disabled\:-space-y-48:disabled > :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\:disabled\:-space-x-48:disabled > :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\:disabled\:-space-y-52:disabled > :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\:disabled\:-space-x-52:disabled > :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\:disabled\:-space-y-56:disabled > :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\:disabled\:-space-x-56:disabled > :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\:disabled\:-space-y-60:disabled > :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\:disabled\:-space-x-60:disabled > :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\:disabled\:-space-y-64:disabled > :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\:disabled\:-space-x-64:disabled > :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\:disabled\:-space-y-72:disabled > :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\:disabled\:-space-x-72:disabled > :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\:disabled\:-space-y-80:disabled > :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\:disabled\:-space-x-80:disabled > :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\:disabled\:-space-y-96:disabled > :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\:disabled\:-space-x-96:disabled > :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\:disabled\:-space-y-px:disabled > :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\:disabled\:-space-x-px:disabled > :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\:disabled\:-space-y-0\.5:disabled > :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\:disabled\:-space-x-0\.5:disabled > :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\:disabled\:-space-y-1\.5:disabled > :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\:disabled\:-space-x-1\.5:disabled > :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\:disabled\:-space-y-2\.5:disabled > :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\:disabled\:-space-x-2\.5:disabled > :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\:disabled\:-space-y-3\.5:disabled > :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\:disabled\:-space-x-3\.5:disabled > :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\:disabled\:space-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:disabled\:space-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .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-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-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-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-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-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-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-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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)));
  }

  .group:hover .sm\:group-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .group:hover .sm\:group-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:focus-within\:divide-y-0:focus-within > :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\:focus-within\:divide-x-0:focus-within > :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\:focus-within\:divide-y-2:focus-within > :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\:focus-within\:divide-x-2:focus-within > :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\:focus-within\:divide-y-4:focus-within > :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\:focus-within\:divide-x-4:focus-within > :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\:focus-within\:divide-y-8:focus-within > :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\:focus-within\:divide-x-8:focus-within > :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\:focus-within\:divide-y:focus-within > :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\:focus-within\:divide-x:focus-within > :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\:focus-within\:divide-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:focus-within\:divide-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:first\:divide-y-0:first-child > :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\:first\:divide-x-0:first-child > :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\:first\:divide-y-2:first-child > :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\:first\:divide-x-2:first-child > :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\:first\:divide-y-4:first-child > :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\:first\:divide-x-4:first-child > :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\:first\:divide-y-8:first-child > :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\:first\:divide-x-8:first-child > :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\:first\:divide-y:first-child > :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\:first\:divide-x:first-child > :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\:first\:divide-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:first\:divide-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:last\:divide-y-0:last-child > :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\:last\:divide-x-0:last-child > :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\:last\:divide-y-2:last-child > :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\:last\:divide-x-2:last-child > :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\:last\:divide-y-4:last-child > :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\:last\:divide-x-4:last-child > :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\:last\:divide-y-8:last-child > :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\:last\:divide-x-8:last-child > :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\:last\:divide-y:last-child > :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\:last\:divide-x:last-child > :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\:last\:divide-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:last\:divide-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:odd\:divide-y-0:nth-child(odd) > :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\:odd\:divide-x-0:nth-child(odd) > :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\:odd\:divide-y-2:nth-child(odd) > :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\:odd\:divide-x-2:nth-child(odd) > :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\:odd\:divide-y-4:nth-child(odd) > :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\:odd\:divide-x-4:nth-child(odd) > :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\:odd\:divide-y-8:nth-child(odd) > :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\:odd\:divide-x-8:nth-child(odd) > :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\:odd\:divide-y:nth-child(odd) > :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\:odd\:divide-x:nth-child(odd) > :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\:odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:even\:divide-y-0:nth-child(even) > :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\:even\:divide-x-0:nth-child(even) > :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\:even\:divide-y-2:nth-child(even) > :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\:even\:divide-x-2:nth-child(even) > :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\:even\:divide-y-4:nth-child(even) > :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\:even\:divide-x-4:nth-child(even) > :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\:even\:divide-y-8:nth-child(even) > :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\:even\:divide-x-8:nth-child(even) > :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\:even\:divide-y:nth-child(even) > :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\:even\:divide-x:nth-child(even) > :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\:even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:hover\:divide-y-0:hover > :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\:hover\:divide-x-0:hover > :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\:hover\:divide-y-2:hover > :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\:hover\:divide-x-2:hover > :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\:hover\:divide-y-4:hover > :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\:hover\:divide-x-4:hover > :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\:hover\:divide-y-8:hover > :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\:hover\:divide-x-8:hover > :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\:hover\:divide-y:hover > :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\:hover\:divide-x:hover > :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\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:focus\:divide-y-0:focus > :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\:focus\:divide-x-0:focus > :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\:focus\:divide-y-2:focus > :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\:focus\:divide-x-2:focus > :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\:focus\:divide-y-4:focus > :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\:focus\:divide-x-4:focus > :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\:focus\:divide-y-8:focus > :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\:focus\:divide-x-8:focus > :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\:focus\:divide-y:focus > :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\:focus\:divide-x:focus > :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\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:active\:divide-y-0:active > :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\:active\:divide-x-0:active > :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\:active\:divide-y-2:active > :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\:active\:divide-x-2:active > :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\:active\:divide-y-4:active > :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\:active\:divide-x-4:active > :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\:active\:divide-y-8:active > :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\:active\:divide-x-8:active > :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\:active\:divide-y:active > :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\:active\:divide-x:active > :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\:active\:divide-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:active\:divide-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:visited\:divide-y-0:visited > :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\:visited\:divide-x-0:visited > :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\:visited\:divide-y-2:visited > :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\:visited\:divide-x-2:visited > :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\:visited\:divide-y-4:visited > :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\:visited\:divide-x-4:visited > :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\:visited\:divide-y-8:visited > :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\:visited\:divide-x-8:visited > :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\:visited\:divide-y:visited > :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\:visited\:divide-x:visited > :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\:visited\:divide-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:visited\:divide-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:disabled\:divide-y-0:disabled > :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\:disabled\:divide-x-0:disabled > :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\:disabled\:divide-y-2:disabled > :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\:disabled\:divide-x-2:disabled > :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\:disabled\:divide-y-4:disabled > :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\:disabled\:divide-x-4:disabled > :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\:disabled\:divide-y-8:disabled > :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\:disabled\:divide-x-8:disabled > :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\:disabled\:divide-y:disabled > :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\:disabled\:divide-x:disabled > :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\:disabled\:divide-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:disabled\:divide-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .group:hover .sm\:group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .group:hover .sm\:group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-white:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-white:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-white:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-white:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-white:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-white:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .sm\:disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .group:hover .sm\:group-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .group:hover .sm\:group-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .group:hover .sm\:group-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .group:hover .sm\:group-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:focus-within\:divide-solid:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:focus-within\:divide-dashed:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:focus-within\:divide-dotted:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:focus-within\:divide-double:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:focus-within\:divide-none:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:first\:divide-solid:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:first\:divide-dashed:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:first\:divide-dotted:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:first\:divide-double:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:first\:divide-none:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:last\:divide-solid:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:last\:divide-dashed:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:last\:divide-dotted:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:last\:divide-double:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:last\:divide-none:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:hover\:divide-dashed:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:hover\:divide-dotted:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:hover\:divide-double:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:hover\:divide-none:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:focus\:divide-solid:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:focus\:divide-dashed:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:focus\:divide-dotted:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:focus\:divide-double:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:focus\:divide-none:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:active\:divide-solid:active > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:active\:divide-dashed:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:active\:divide-dotted:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:active\:divide-double:active > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:active\:divide-none:active > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:visited\:divide-solid:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:visited\:divide-dashed:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:visited\:divide-dotted:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:visited\:divide-double:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:visited\:divide-none:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:disabled\:divide-solid:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:disabled\:divide-dashed:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:disabled\:divide-dotted:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:disabled\:divide-double:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:disabled\:divide-none:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .group:hover .sm\:group-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:focus-within\:divide-opacity-0:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:focus-within\:divide-opacity-5:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:focus-within\:divide-opacity-10:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:focus-within\:divide-opacity-20:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:focus-within\:divide-opacity-25:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:focus-within\:divide-opacity-30:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:focus-within\:divide-opacity-40:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:focus-within\:divide-opacity-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:focus-within\:divide-opacity-60:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:focus-within\:divide-opacity-70:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:focus-within\:divide-opacity-75:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:focus-within\:divide-opacity-80:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:focus-within\:divide-opacity-90:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:focus-within\:divide-opacity-95:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:first\:divide-opacity-0:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:first\:divide-opacity-5:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:first\:divide-opacity-10:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:first\:divide-opacity-20:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:first\:divide-opacity-25:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:first\:divide-opacity-30:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:first\:divide-opacity-40:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:first\:divide-opacity-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:first\:divide-opacity-60:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:first\:divide-opacity-70:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:first\:divide-opacity-75:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:first\:divide-opacity-80:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:first\:divide-opacity-90:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:first\:divide-opacity-95:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:last\:divide-opacity-0:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:last\:divide-opacity-5:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:last\:divide-opacity-10:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:last\:divide-opacity-20:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:last\:divide-opacity-25:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:last\:divide-opacity-30:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:last\:divide-opacity-40:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:last\:divide-opacity-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:last\:divide-opacity-60:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:last\:divide-opacity-70:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:last\:divide-opacity-75:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:last\:divide-opacity-80:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:last\:divide-opacity-90:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:last\:divide-opacity-95:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:hover\:divide-opacity-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:hover\:divide-opacity-5:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:hover\:divide-opacity-10:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:hover\:divide-opacity-20:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:hover\:divide-opacity-25:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:hover\:divide-opacity-30:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:hover\:divide-opacity-40:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:hover\:divide-opacity-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:hover\:divide-opacity-60:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:hover\:divide-opacity-70:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:hover\:divide-opacity-75:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:hover\:divide-opacity-80:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:hover\:divide-opacity-90:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:hover\:divide-opacity-95:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:focus\:divide-opacity-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:focus\:divide-opacity-5:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:focus\:divide-opacity-10:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:focus\:divide-opacity-20:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:focus\:divide-opacity-25:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:focus\:divide-opacity-30:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:focus\:divide-opacity-40:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:focus\:divide-opacity-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:focus\:divide-opacity-60:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:focus\:divide-opacity-70:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:focus\:divide-opacity-75:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:focus\:divide-opacity-80:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:focus\:divide-opacity-90:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:focus\:divide-opacity-95:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:active\:divide-opacity-0:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:active\:divide-opacity-5:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:active\:divide-opacity-10:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:active\:divide-opacity-20:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:active\:divide-opacity-25:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:active\:divide-opacity-30:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:active\:divide-opacity-40:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:active\:divide-opacity-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:active\:divide-opacity-60:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:active\:divide-opacity-70:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:active\:divide-opacity-75:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:active\:divide-opacity-80:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:active\:divide-opacity-90:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:active\:divide-opacity-95:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:visited\:divide-opacity-0:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:visited\:divide-opacity-5:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:visited\:divide-opacity-10:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:visited\:divide-opacity-20:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:visited\:divide-opacity-25:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:visited\:divide-opacity-30:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:visited\:divide-opacity-40:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:visited\:divide-opacity-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:visited\:divide-opacity-60:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:visited\:divide-opacity-70:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:visited\:divide-opacity-75:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:visited\:divide-opacity-80:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:visited\:divide-opacity-90:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:visited\:divide-opacity-95:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:disabled\:divide-opacity-75:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:disabled\:divide-opacity-95:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .sm\:group-hover\: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;
  }

  .group:hover .sm\:group-hover\: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\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    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\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .sm\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .sm\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .sm\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .sm\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .sm\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .sm\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .sm\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .sm\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .sm\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .sm\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .sm\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .sm\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .sm\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .sm\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .sm\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .sm\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .sm\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .sm\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .sm\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .sm\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .sm\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .sm\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .sm\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .sm\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .sm\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .sm\:active\:bg-local:active {
    background-attachment: local;
  }

  .sm\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .sm\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .sm\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .sm\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .sm\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .sm\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .sm\:disabled\:bg-scroll:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .sm\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .sm\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .sm\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:focus-within\:bg-clip-border:focus-within {
    background-clip: border-box;
  }

  .sm\:focus-within\:bg-clip-padding:focus-within {
    background-clip: padding-box;
  }

  .sm\:focus-within\:bg-clip-content:focus-within {
    background-clip: content-box;
  }

  .sm\:focus-within\:bg-clip-text:focus-within {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .sm\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .sm\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .sm\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .sm\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .sm\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .sm\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:odd\:bg-clip-border:nth-child(odd) {
    background-clip: border-box;
  }

  .sm\:odd\:bg-clip-padding:nth-child(odd) {
    background-clip: padding-box;
  }

  .sm\:odd\:bg-clip-content:nth-child(odd) {
    background-clip: content-box;
  }

  .sm\:odd\:bg-clip-text:nth-child(odd) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:even\:bg-clip-border:nth-child(even) {
    background-clip: border-box;
  }

  .sm\:even\:bg-clip-padding:nth-child(even) {
    background-clip: padding-box;
  }

  .sm\:even\:bg-clip-content:nth-child(even) {
    background-clip: content-box;
  }

  .sm\:even\:bg-clip-text:nth-child(even) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .sm\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .sm\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .sm\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .sm\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .sm\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .sm\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:active\:bg-clip-border:active {
    background-clip: border-box;
  }

  .sm\:active\:bg-clip-padding:active {
    background-clip: padding-box;
  }

  .sm\:active\:bg-clip-content:active {
    background-clip: content-box;
  }

  .sm\:active\:bg-clip-text:active {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:visited\:bg-clip-border:visited {
    background-clip: border-box;
  }

  .sm\:visited\:bg-clip-padding:visited {
    background-clip: padding-box;
  }

  .sm\:visited\:bg-clip-content:visited {
    background-clip: content-box;
  }

  .sm\:visited\:bg-clip-text:visited {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:disabled\:bg-clip-border:disabled {
    background-clip: border-box;
  }

  .sm\:disabled\:bg-clip-padding:disabled {
    background-clip: padding-box;
  }

  .sm\:disabled\:bg-clip-content:disabled {
    background-clip: content-box;
  }

  .sm\:disabled\:bg-clip-text:disabled {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:bg-current {
    background-color: current;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: current;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warmGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-trueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-coolGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: current;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:first\:bg-black:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-white:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-rose-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-pink-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-fuchsia-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-purple-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-violet-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-indigo-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lightBlue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-cyan-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-teal-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-emerald-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-green-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-lime-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-yellow-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-amber-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-orange-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-red-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-warmGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-trueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-gray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-coolGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-blueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:first\:bg-current:first-child {
    background-color: current;
  }

  .sm\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .sm\:last\:bg-black:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-white:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-rose-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-pink-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-fuchsia-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-purple-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-violet-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-indigo-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lightBlue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-cyan-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-teal-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-emerald-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-green-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-lime-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-yellow-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-amber-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-orange-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-red-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-warmGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-trueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-gray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-coolGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-blueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:last\:bg-current:last-child {
    background-color: current;
  }

  .sm\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .sm\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-rose-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-fuchsia-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-violet-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lightBlue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-cyan-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-teal-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-emerald-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-lime-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-amber-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-orange-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-warmGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-trueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-coolGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-blueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:odd\:bg-current:nth-child(odd) {
    background-color: current;
  }

  .sm\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .sm\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-rose-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-pink-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-fuchsia-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-purple-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-violet-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-indigo-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lightBlue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-cyan-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-teal-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-emerald-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-lime-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-yellow-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-amber-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-orange-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-red-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warmGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-trueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-gray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-coolGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-blueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-current:nth-child(even) {
    background-color: current;
  }

  .sm\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lightBlue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warmGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-trueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-coolGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-current:hover {
    background-color: current;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lightBlue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warmGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-trueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-coolGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-current:focus {
    background-color: current;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-rose-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-pink-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-fuchsia-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-purple-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-violet-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-indigo-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lightBlue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-cyan-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-teal-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-emerald-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-green-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-lime-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-yellow-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-amber-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-orange-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-red-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-warmGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-trueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-coolGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-blueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:active\:bg-current:active {
    background-color: current;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:visited\:bg-black:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-white:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-rose-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-pink-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-fuchsia-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-purple-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-violet-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-indigo-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lightBlue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-cyan-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-teal-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-emerald-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-green-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-lime-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-yellow-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-amber-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-orange-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-red-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-warmGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-trueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-gray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-coolGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-blueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:visited\:bg-current:visited {
    background-color: current;
  }

  .sm\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .sm\:disabled\:bg-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-rose-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-pink-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-fuchsia-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-purple-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-violet-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-indigo-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lightBlue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-cyan-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-teal-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-emerald-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-green-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-lime-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-yellow-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-amber-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-orange-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-red-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-warmGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-trueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-coolGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-blueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:disabled\:bg-current:disabled {
    background-color: current;
  }

  .sm\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .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));
  }

  .group:hover .sm\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .group:hover .sm\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-none:focus-within {
    background-image: none;
  }

  .sm\:focus-within\:bg-gradient-to-t:focus-within {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-tr:focus-within {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-r:focus-within {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-br:focus-within {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-b:focus-within {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-bl:focus-within {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-l:focus-within {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:focus-within\:bg-gradient-to-tl:focus-within {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-none:first-child {
    background-image: none;
  }

  .sm\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-none:last-child {
    background-image: none;
  }

  .sm\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-none:nth-child(odd) {
    background-image: none;
  }

  .sm\:odd\:bg-gradient-to-t:nth-child(odd) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-tr:nth-child(odd) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-r:nth-child(odd) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-br:nth-child(odd) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-b:nth-child(odd) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-bl:nth-child(odd) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-l:nth-child(odd) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:odd\:bg-gradient-to-tl:nth-child(odd) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-none:nth-child(even) {
    background-image: none;
  }

  .sm\:even\:bg-gradient-to-t:nth-child(even) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-tr:nth-child(even) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-r:nth-child(even) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-br:nth-child(even) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-b:nth-child(even) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-bl:nth-child(even) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-l:nth-child(even) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:even\:bg-gradient-to-tl:nth-child(even) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-none:hover {
    background-image: none;
  }

  .sm\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-none:focus {
    background-image: none;
  }

  .sm\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-none:active {
    background-image: none;
  }

  .sm\:active\:bg-gradient-to-t:active {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-tr:active {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-br:active {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-b:active {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-bl:active {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-l:active {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:active\:bg-gradient-to-tl:active {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-none:visited {
    background-image: none;
  }

  .sm\:visited\:bg-gradient-to-t:visited {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-tr:visited {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-r:visited {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-br:visited {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-b:visited {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-bl:visited {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-l:visited {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:visited\:bg-gradient-to-tl:visited {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-none:disabled {
    background-image: none;
  }

  .sm\:disabled\:bg-gradient-to-t:disabled {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-tr:disabled {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-r:disabled {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-br:disabled {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-bl:disabled {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-l:disabled {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:disabled\:bg-gradient-to-tl:disabled {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .sm\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .sm\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .sm\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .sm\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .sm\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .sm\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .sm\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .sm\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .sm\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .sm\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .sm\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .sm\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .sm\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .sm\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .sm\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .sm\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .sm\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .sm\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .sm\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .sm\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .sm\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .sm\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .sm\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .sm\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .sm\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .sm\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .sm\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .sm\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .sm\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .sm\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .sm\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .sm\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .sm\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .sm\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .sm\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .sm\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .sm\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .sm\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .sm\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .sm\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .sm\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .sm\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .sm\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .sm\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .sm\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .sm\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .sm\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .sm\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .sm\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .sm\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .sm\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .sm\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .sm\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .sm\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .sm\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .sm\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .sm\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .sm\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .sm\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .sm\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .sm\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .sm\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .sm\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .sm\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .sm\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .sm\:to-current {
    --tw-gradient-to: current;
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .group:hover .sm\:group-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .sm\:group-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .sm\:group-hover\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .sm\:group-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .sm\:group-hover\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .sm\:group-hover\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .sm\:group-hover\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .sm\:group-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .sm\:group-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .sm\:group-hover\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .sm\:group-hover\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .sm\:group-hover\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .sm\:group-hover\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .sm\:group-hover\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .sm\:group-hover\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .sm\:group-hover\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .sm\:group-hover\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .sm\:group-hover\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .sm\:group-hover\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .sm\:group-hover\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .sm\:group-hover\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .sm\:group-hover\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .sm\:group-hover\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .sm\:group-hover\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .sm\:group-hover\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .sm\:group-hover\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .sm\:group-hover\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .sm\:group-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .sm\:group-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .sm\:group-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .sm\:group-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .sm\:group-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .sm\:group-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .sm\:group-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .sm\:group-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .sm\:group-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .sm\:group-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .sm\:group-hover\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .sm\:group-hover\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .sm\:group-hover\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .sm\:group-hover\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .sm\:group-hover\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .sm\:group-hover\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .sm\:group-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .sm\:group-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .sm\:group-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .sm\:group-hover\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .sm\:group-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .sm\:group-hover\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .sm\:group-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .sm\:group-hover\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .sm\:group-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .sm\:group-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .sm\:group-hover\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .sm\:group-hover\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .sm\:group-hover\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .sm\:group-hover\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .sm\:group-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .sm\:group-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .sm\:group-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .sm\:group-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .sm\:group-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .sm\:group-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .sm\:group-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .sm\:group-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .sm\:group-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .sm\:group-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .sm\:group-hover\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .sm\:group-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .sm\:group-hover\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .sm\:group-hover\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .sm\:group-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .sm\:group-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .sm\:group-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .sm\:group-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .sm\:group-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .sm\:group-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .sm\:group-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .sm\:group-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .sm\:group-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .sm\:group-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .sm\:group-hover\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .sm\:group-hover\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .sm\:group-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .sm\:group-hover\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .sm\:group-hover\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .sm\:group-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .sm\:group-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .sm\:group-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .group:hover .sm\:group-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .group:hover .sm\:group-hover\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .group:hover .sm\:group-hover\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .group:hover .sm\:group-hover\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .group:hover .sm\:group-hover\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .group:hover .sm\:group-hover\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .group:hover .sm\:group-hover\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .group:hover .sm\:group-hover\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .group:hover .sm\:group-hover\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .group:hover .sm\:group-hover\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .group:hover .sm\:group-hover\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .group:hover .sm\:group-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .group:hover .sm\:group-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .group:hover .sm\:group-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .group:hover .sm\:group-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .group:hover .sm\:group-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .group:hover .sm\:group-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .group:hover .sm\:group-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .group:hover .sm\:group-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .group:hover .sm\:group-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .group:hover .sm\:group-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .group:hover .sm\:group-hover\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .group:hover .sm\:group-hover\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .group:hover .sm\:group-hover\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .group:hover .sm\:group-hover\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .group:hover .sm\:group-hover\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .group:hover .sm\:group-hover\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .group:hover .sm\:group-hover\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .group:hover .sm\:group-hover\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .group:hover .sm\:group-hover\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .group:hover .sm\:group-hover\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .group:hover .sm\:group-hover\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .group:hover .sm\:group-hover\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .group:hover .sm\:group-hover\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .group:hover .sm\:group-hover\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .group:hover .sm\:group-hover\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .group:hover .sm\:group-hover\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .group:hover .sm\:group-hover\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .group:hover .sm\:group-hover\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .group:hover .sm\:group-hover\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .group:hover .sm\:group-hover\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .group:hover .sm\:group-hover\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .group:hover .sm\:group-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .group:hover .sm\:group-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .group:hover .sm\:group-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .group:hover .sm\:group-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .group:hover .sm\:group-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .group:hover .sm\:group-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .group:hover .sm\:group-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .group:hover .sm\:group-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .group:hover .sm\:group-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .group:hover .sm\:group-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .group:hover .sm\:group-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .group:hover .sm\:group-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .group:hover .sm\:group-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .group:hover .sm\:group-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .group:hover .sm\:group-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .group:hover .sm\:group-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .group:hover .sm\:group-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .group:hover .sm\:group-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .group:hover .sm\:group-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .group:hover .sm\:group-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .group:hover .sm\:group-hover\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .group:hover .sm\:group-hover\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .group:hover .sm\:group-hover\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .group:hover .sm\:group-hover\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .group:hover .sm\:group-hover\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .group:hover .sm\:group-hover\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .group:hover .sm\:group-hover\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .group:hover .sm\:group-hover\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .group:hover .sm\:group-hover\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .group:hover .sm\:group-hover\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .group:hover .sm\:group-hover\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .group:hover .sm\:group-hover\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .group:hover .sm\:group-hover\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .group:hover .sm\:group-hover\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .group:hover .sm\:group-hover\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .group:hover .sm\:group-hover\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .group:hover .sm\:group-hover\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .group:hover .sm\:group-hover\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .group:hover .sm\:group-hover\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .group:hover .sm\:group-hover\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .group:hover .sm\:group-hover\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .group:hover .sm\:group-hover\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .group:hover .sm\:group-hover\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .group:hover .sm\:group-hover\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .group:hover .sm\:group-hover\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .group:hover .sm\:group-hover\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .group:hover .sm\:group-hover\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .group:hover .sm\:group-hover\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .group:hover .sm\:group-hover\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .group:hover .sm\:group-hover\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .group:hover .sm\:group-hover\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .group:hover .sm\:group-hover\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .group:hover .sm\:group-hover\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .group:hover .sm\:group-hover\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .group:hover .sm\:group-hover\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .group:hover .sm\:group-hover\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .group:hover .sm\:group-hover\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .group:hover .sm\:group-hover\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .group:hover .sm\:group-hover\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .group:hover .sm\:group-hover\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .group:hover .sm\:group-hover\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .group:hover .sm\:group-hover\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .group:hover .sm\:group-hover\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .group:hover .sm\:group-hover\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .group:hover .sm\:group-hover\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .group:hover .sm\:group-hover\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .group:hover .sm\:group-hover\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .group:hover .sm\:group-hover\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .group:hover .sm\:group-hover\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .group:hover .sm\:group-hover\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .group:hover .sm\:group-hover\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .group:hover .sm\:group-hover\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .group:hover .sm\:group-hover\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .group:hover .sm\:group-hover\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .group:hover .sm\:group-hover\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .group:hover .sm\:group-hover\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .group:hover .sm\:group-hover\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .group:hover .sm\:group-hover\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .group:hover .sm\:group-hover\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .group:hover .sm\:group-hover\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .group:hover .sm\:group-hover\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .group:hover .sm\:group-hover\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .group:hover .sm\:group-hover\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .group:hover .sm\:group-hover\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .group:hover .sm\:group-hover\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .group:hover .sm\:group-hover\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .group:hover .sm\:group-hover\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .group:hover .sm\:group-hover\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .group:hover .sm\:group-hover\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .group:hover .sm\:group-hover\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .group:hover .sm\:group-hover\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .group:hover .sm\:group-hover\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .group:hover .sm\:group-hover\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .group:hover .sm\:group-hover\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .group:hover .sm\:group-hover\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .group:hover .sm\:group-hover\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .group:hover .sm\:group-hover\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .group:hover .sm\:group-hover\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .group:hover .sm\:group-hover\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .group:hover .sm\:group-hover\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .group:hover .sm\:group-hover\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .group:hover .sm\:group-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .group:hover .sm\:group-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .group:hover .sm\:group-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .group:hover .sm\:group-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .group:hover .sm\:group-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .group:hover .sm\:group-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .group:hover .sm\:group-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .group:hover .sm\:group-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .group:hover .sm\:group-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .group:hover .sm\:group-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .group:hover .sm\:group-hover\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .group:hover .sm\:group-hover\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .group:hover .sm\:group-hover\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .group:hover .sm\:group-hover\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .group:hover .sm\:group-hover\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .group:hover .sm\:group-hover\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .group:hover .sm\:group-hover\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .group:hover .sm\:group-hover\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .group:hover .sm\:group-hover\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .group:hover .sm\:group-hover\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .group:hover .sm\:group-hover\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .sm\:group-hover\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .group:hover .sm\:group-hover\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .group:hover .sm\:group-hover\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .group:hover .sm\:group-hover\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .group:hover .sm\:group-hover\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .group:hover .sm\:group-hover\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .group:hover .sm\:group-hover\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .group:hover .sm\:group-hover\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .group:hover .sm\:group-hover\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .group:hover .sm\:group-hover\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .sm\:group-hover\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .group:hover .sm\:group-hover\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .group:hover .sm\:group-hover\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .group:hover .sm\:group-hover\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .group:hover .sm\:group-hover\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .group:hover .sm\:group-hover\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .group:hover .sm\:group-hover\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .group:hover .sm\:group-hover\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .group:hover .sm\:group-hover\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .group:hover .sm\:group-hover\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .group:hover .sm\:group-hover\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .group:hover .sm\:group-hover\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .group:hover .sm\:group-hover\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .group:hover .sm\:group-hover\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .group:hover .sm\:group-hover\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .group:hover .sm\:group-hover\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .group:hover .sm\:group-hover\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .group:hover .sm\:group-hover\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .group:hover .sm\:group-hover\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .group:hover .sm\:group-hover\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .group:hover .sm\:group-hover\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .group:hover .sm\:group-hover\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .group:hover .sm\:group-hover\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .group:hover .sm\:group-hover\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .group:hover .sm\:group-hover\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .group:hover .sm\:group-hover\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .group:hover .sm\:group-hover\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .group:hover .sm\:group-hover\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .group:hover .sm\:group-hover\:to-current {
    --tw-gradient-to: current;
  }

  .group:hover .sm\:group-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:focus-within\:from-black:focus-within {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus-within\:from-white:focus-within {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus-within\:from-rose-50:focus-within {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus-within\:from-rose-100:focus-within {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus-within\:from-rose-200:focus-within {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus-within\:from-rose-300:focus-within {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus-within\:from-rose-400:focus-within {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus-within\:from-rose-500:focus-within {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus-within\:from-rose-600:focus-within {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus-within\:from-rose-700:focus-within {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus-within\:from-rose-800:focus-within {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus-within\:from-rose-900:focus-within {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus-within\:from-pink-50:focus-within {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus-within\:from-pink-100:focus-within {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus-within\:from-pink-200:focus-within {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus-within\:from-pink-300:focus-within {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus-within\:from-pink-400:focus-within {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus-within\:from-pink-500:focus-within {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus-within\:from-pink-600:focus-within {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus-within\:from-pink-700:focus-within {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus-within\:from-pink-800:focus-within {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus-within\:from-pink-900:focus-within {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus-within\:from-fuchsia-50:focus-within {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus-within\:from-fuchsia-100:focus-within {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus-within\:from-fuchsia-200:focus-within {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus-within\:from-fuchsia-300:focus-within {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus-within\:from-fuchsia-400:focus-within {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus-within\:from-fuchsia-500:focus-within {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus-within\:from-fuchsia-600:focus-within {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus-within\:from-fuchsia-700:focus-within {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus-within\:from-fuchsia-800:focus-within {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus-within\:from-fuchsia-900:focus-within {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus-within\:from-purple-50:focus-within {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus-within\:from-purple-100:focus-within {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:focus-within\:from-purple-200:focus-within {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:focus-within\:from-purple-300:focus-within {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:focus-within\:from-purple-400:focus-within {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:focus-within\:from-purple-500:focus-within {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:focus-within\:from-purple-600:focus-within {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:focus-within\:from-purple-700:focus-within {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:focus-within\:from-purple-800:focus-within {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:focus-within\:from-purple-900:focus-within {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:focus-within\:from-violet-50:focus-within {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus-within\:from-violet-100:focus-within {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus-within\:from-violet-200:focus-within {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus-within\:from-violet-300:focus-within {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus-within\:from-violet-400:focus-within {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus-within\:from-violet-500:focus-within {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus-within\:from-violet-600:focus-within {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus-within\:from-violet-700:focus-within {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus-within\:from-violet-800:focus-within {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus-within\:from-violet-900:focus-within {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus-within\:from-indigo-50:focus-within {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus-within\:from-indigo-100:focus-within {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus-within\:from-indigo-200:focus-within {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus-within\:from-indigo-300:focus-within {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus-within\:from-indigo-400:focus-within {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus-within\:from-indigo-500:focus-within {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus-within\:from-indigo-600:focus-within {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus-within\:from-indigo-700:focus-within {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus-within\:from-indigo-800:focus-within {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus-within\:from-indigo-900:focus-within {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus-within\:from-blue-50:focus-within {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus-within\:from-blue-100:focus-within {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus-within\:from-blue-200:focus-within {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus-within\:from-blue-300:focus-within {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus-within\:from-blue-400:focus-within {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus-within\:from-blue-500:focus-within {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus-within\:from-blue-600:focus-within {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus-within\:from-blue-700:focus-within {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus-within\:from-blue-800:focus-within {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus-within\:from-blue-900:focus-within {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus-within\:from-lightBlue-50:focus-within {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus-within\:from-lightBlue-100:focus-within {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus-within\:from-lightBlue-200:focus-within {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus-within\:from-lightBlue-300:focus-within {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus-within\:from-lightBlue-400:focus-within {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus-within\:from-lightBlue-500:focus-within {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus-within\:from-lightBlue-600:focus-within {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus-within\:from-lightBlue-700:focus-within {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus-within\:from-lightBlue-800:focus-within {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus-within\:from-lightBlue-900:focus-within {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus-within\:from-cyan-50:focus-within {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:focus-within\:from-cyan-100:focus-within {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:focus-within\:from-cyan-200:focus-within {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:focus-within\:from-cyan-300:focus-within {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:focus-within\:from-cyan-400:focus-within {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:focus-within\:from-cyan-500:focus-within {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:focus-within\:from-cyan-600:focus-within {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:focus-within\:from-cyan-700:focus-within {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:focus-within\:from-cyan-800:focus-within {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:focus-within\:from-cyan-900:focus-within {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:focus-within\:from-teal-50:focus-within {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:focus-within\:from-teal-100:focus-within {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:focus-within\:from-teal-200:focus-within {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:focus-within\:from-teal-300:focus-within {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:focus-within\:from-teal-400:focus-within {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:focus-within\:from-teal-500:focus-within {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:focus-within\:from-teal-600:focus-within {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:focus-within\:from-teal-700:focus-within {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:focus-within\:from-teal-800:focus-within {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:focus-within\:from-teal-900:focus-within {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:focus-within\:from-emerald-50:focus-within {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus-within\:from-emerald-100:focus-within {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus-within\:from-emerald-200:focus-within {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus-within\:from-emerald-300:focus-within {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus-within\:from-emerald-400:focus-within {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus-within\:from-emerald-500:focus-within {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus-within\:from-emerald-600:focus-within {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus-within\:from-emerald-700:focus-within {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus-within\:from-emerald-800:focus-within {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus-within\:from-emerald-900:focus-within {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus-within\:from-green-50:focus-within {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus-within\:from-green-100:focus-within {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus-within\:from-green-200:focus-within {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus-within\:from-green-300:focus-within {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus-within\:from-green-400:focus-within {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus-within\:from-green-500:focus-within {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus-within\:from-green-600:focus-within {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus-within\:from-green-700:focus-within {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus-within\:from-green-800:focus-within {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus-within\:from-green-900:focus-within {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus-within\:from-lime-50:focus-within {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:focus-within\:from-lime-100:focus-within {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:focus-within\:from-lime-200:focus-within {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:focus-within\:from-lime-300:focus-within {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:focus-within\:from-lime-400:focus-within {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:focus-within\:from-lime-500:focus-within {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:focus-within\:from-lime-600:focus-within {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:focus-within\:from-lime-700:focus-within {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:focus-within\:from-lime-800:focus-within {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:focus-within\:from-lime-900:focus-within {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:focus-within\:from-yellow-50:focus-within {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:focus-within\:from-yellow-100:focus-within {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:focus-within\:from-yellow-200:focus-within {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:focus-within\:from-yellow-300:focus-within {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:focus-within\:from-yellow-400:focus-within {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:focus-within\:from-yellow-500:focus-within {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:focus-within\:from-yellow-600:focus-within {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:focus-within\:from-yellow-700:focus-within {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:focus-within\:from-yellow-800:focus-within {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:focus-within\:from-yellow-900:focus-within {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:focus-within\:from-amber-50:focus-within {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus-within\:from-amber-100:focus-within {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus-within\:from-amber-200:focus-within {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus-within\:from-amber-300:focus-within {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus-within\:from-amber-400:focus-within {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus-within\:from-amber-500:focus-within {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus-within\:from-amber-600:focus-within {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus-within\:from-amber-700:focus-within {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus-within\:from-amber-800:focus-within {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus-within\:from-amber-900:focus-within {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus-within\:from-orange-50:focus-within {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:focus-within\:from-orange-100:focus-within {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:focus-within\:from-orange-200:focus-within {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:focus-within\:from-orange-300:focus-within {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:focus-within\:from-orange-400:focus-within {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:focus-within\:from-orange-500:focus-within {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:focus-within\:from-orange-600:focus-within {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:focus-within\:from-orange-700:focus-within {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:focus-within\:from-orange-800:focus-within {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:focus-within\:from-orange-900:focus-within {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:focus-within\:from-red-50:focus-within {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus-within\:from-red-100:focus-within {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus-within\:from-red-200:focus-within {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus-within\:from-red-300:focus-within {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus-within\:from-red-400:focus-within {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus-within\:from-red-500:focus-within {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus-within\:from-red-600:focus-within {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus-within\:from-red-700:focus-within {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus-within\:from-red-800:focus-within {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus-within\:from-red-900:focus-within {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus-within\:from-warmGray-50:focus-within {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:focus-within\:from-warmGray-100:focus-within {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:focus-within\:from-warmGray-200:focus-within {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:focus-within\:from-warmGray-300:focus-within {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:focus-within\:from-warmGray-400:focus-within {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:focus-within\:from-warmGray-500:focus-within {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:focus-within\:from-warmGray-600:focus-within {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:focus-within\:from-warmGray-700:focus-within {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:focus-within\:from-warmGray-800:focus-within {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:focus-within\:from-warmGray-900:focus-within {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:focus-within\:from-trueGray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus-within\:from-trueGray-100:focus-within {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus-within\:from-trueGray-200:focus-within {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus-within\:from-trueGray-300:focus-within {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:focus-within\:from-trueGray-400:focus-within {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:focus-within\:from-trueGray-500:focus-within {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:focus-within\:from-trueGray-600:focus-within {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:focus-within\:from-trueGray-700:focus-within {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:focus-within\:from-trueGray-800:focus-within {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus-within\:from-trueGray-900:focus-within {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:focus-within\:from-gray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus-within\:from-gray-100:focus-within {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:focus-within\:from-gray-200:focus-within {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:focus-within\:from-gray-300:focus-within {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:focus-within\:from-gray-400:focus-within {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:focus-within\:from-gray-500:focus-within {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:focus-within\:from-gray-600:focus-within {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:focus-within\:from-gray-700:focus-within {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:focus-within\:from-gray-800:focus-within {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:focus-within\:from-gray-900:focus-within {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:focus-within\:from-coolGray-50:focus-within {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus-within\:from-coolGray-100:focus-within {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus-within\:from-coolGray-200:focus-within {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus-within\:from-coolGray-300:focus-within {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus-within\:from-coolGray-400:focus-within {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus-within\:from-coolGray-500:focus-within {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus-within\:from-coolGray-600:focus-within {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus-within\:from-coolGray-700:focus-within {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus-within\:from-coolGray-800:focus-within {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus-within\:from-coolGray-900:focus-within {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus-within\:from-blueGray-50:focus-within {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:focus-within\:from-blueGray-100:focus-within {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:focus-within\:from-blueGray-200:focus-within {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:focus-within\:from-blueGray-300:focus-within {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:focus-within\:from-blueGray-400:focus-within {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:focus-within\:from-blueGray-500:focus-within {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:focus-within\:from-blueGray-600:focus-within {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:focus-within\:from-blueGray-700:focus-within {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:focus-within\:from-blueGray-800:focus-within {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:focus-within\:from-blueGray-900:focus-within {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:focus-within\:from-current:focus-within {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus-within\:from-transparent:focus-within {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus-within\:via-black:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus-within\:via-white:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus-within\:via-rose-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus-within\:via-rose-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus-within\:via-rose-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus-within\:via-rose-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus-within\:via-rose-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus-within\:via-rose-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus-within\:via-rose-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus-within\:via-rose-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus-within\:via-rose-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus-within\:via-rose-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus-within\:via-pink-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus-within\:via-pink-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus-within\:via-pink-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus-within\:via-pink-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus-within\:via-pink-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus-within\:via-pink-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus-within\:via-pink-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus-within\:via-pink-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus-within\:via-pink-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus-within\:via-pink-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus-within\:via-fuchsia-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus-within\:via-fuchsia-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus-within\:via-fuchsia-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus-within\:via-fuchsia-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus-within\:via-fuchsia-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus-within\:via-fuchsia-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus-within\:via-fuchsia-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus-within\:via-fuchsia-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus-within\:via-fuchsia-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus-within\:via-fuchsia-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus-within\:via-purple-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus-within\:via-purple-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:focus-within\:via-purple-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:focus-within\:via-purple-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:focus-within\:via-purple-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:focus-within\:via-purple-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:focus-within\:via-purple-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:focus-within\:via-purple-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:focus-within\:via-purple-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:focus-within\:via-purple-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:focus-within\:via-violet-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus-within\:via-violet-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus-within\:via-violet-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus-within\:via-violet-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus-within\:via-violet-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus-within\:via-violet-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus-within\:via-violet-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus-within\:via-violet-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus-within\:via-violet-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus-within\:via-violet-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus-within\:via-indigo-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus-within\:via-indigo-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus-within\:via-indigo-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus-within\:via-indigo-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus-within\:via-indigo-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus-within\:via-indigo-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus-within\:via-indigo-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus-within\:via-indigo-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus-within\:via-indigo-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus-within\:via-indigo-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus-within\:via-blue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus-within\:via-blue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus-within\:via-blue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus-within\:via-blue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus-within\:via-blue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus-within\:via-blue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus-within\:via-blue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus-within\:via-blue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus-within\:via-blue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus-within\:via-blue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus-within\:via-lightBlue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus-within\:via-lightBlue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus-within\:via-lightBlue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus-within\:via-lightBlue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus-within\:via-lightBlue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus-within\:via-lightBlue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus-within\:via-lightBlue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus-within\:via-lightBlue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus-within\:via-lightBlue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus-within\:via-lightBlue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus-within\:via-cyan-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:focus-within\:via-cyan-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:focus-within\:via-cyan-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:focus-within\:via-cyan-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:focus-within\:via-cyan-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:focus-within\:via-cyan-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:focus-within\:via-cyan-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:focus-within\:via-cyan-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:focus-within\:via-cyan-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:focus-within\:via-cyan-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:focus-within\:via-teal-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:focus-within\:via-teal-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:focus-within\:via-teal-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:focus-within\:via-teal-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:focus-within\:via-teal-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:focus-within\:via-teal-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:focus-within\:via-teal-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:focus-within\:via-teal-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:focus-within\:via-teal-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:focus-within\:via-teal-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:focus-within\:via-emerald-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus-within\:via-emerald-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus-within\:via-emerald-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus-within\:via-emerald-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus-within\:via-emerald-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus-within\:via-emerald-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus-within\:via-emerald-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus-within\:via-emerald-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus-within\:via-emerald-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus-within\:via-emerald-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus-within\:via-green-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus-within\:via-green-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus-within\:via-green-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus-within\:via-green-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus-within\:via-green-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus-within\:via-green-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus-within\:via-green-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus-within\:via-green-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus-within\:via-green-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus-within\:via-green-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus-within\:via-lime-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:focus-within\:via-lime-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:focus-within\:via-lime-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:focus-within\:via-lime-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:focus-within\:via-lime-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:focus-within\:via-lime-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:focus-within\:via-lime-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:focus-within\:via-lime-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:focus-within\:via-lime-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:focus-within\:via-lime-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:focus-within\:via-yellow-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:focus-within\:via-yellow-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:focus-within\:via-yellow-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:focus-within\:via-yellow-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:focus-within\:via-yellow-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:focus-within\:via-yellow-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:focus-within\:via-yellow-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:focus-within\:via-yellow-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:focus-within\:via-yellow-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:focus-within\:via-yellow-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:focus-within\:via-amber-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus-within\:via-amber-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus-within\:via-amber-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus-within\:via-amber-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus-within\:via-amber-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus-within\:via-amber-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus-within\:via-amber-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus-within\:via-amber-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus-within\:via-amber-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus-within\:via-amber-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus-within\:via-orange-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:focus-within\:via-orange-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:focus-within\:via-orange-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:focus-within\:via-orange-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:focus-within\:via-orange-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:focus-within\:via-orange-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:focus-within\:via-orange-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:focus-within\:via-orange-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:focus-within\:via-orange-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:focus-within\:via-orange-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:focus-within\:via-red-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus-within\:via-red-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus-within\:via-red-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus-within\:via-red-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus-within\:via-red-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus-within\:via-red-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus-within\:via-red-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus-within\:via-red-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus-within\:via-red-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus-within\:via-red-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus-within\:via-warmGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:focus-within\:via-warmGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:focus-within\:via-warmGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:focus-within\:via-warmGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:focus-within\:via-warmGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:focus-within\:via-warmGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:focus-within\:via-warmGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:focus-within\:via-warmGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:focus-within\:via-warmGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:focus-within\:via-warmGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:focus-within\:via-trueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus-within\:via-trueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus-within\:via-trueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus-within\:via-trueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:focus-within\:via-trueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:focus-within\:via-trueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:focus-within\:via-trueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:focus-within\:via-trueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:focus-within\:via-trueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus-within\:via-trueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:focus-within\:via-gray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus-within\:via-gray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:focus-within\:via-gray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:focus-within\:via-gray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:focus-within\:via-gray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:focus-within\:via-gray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:focus-within\:via-gray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:focus-within\:via-gray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:focus-within\:via-gray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:focus-within\:via-gray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:focus-within\:via-coolGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus-within\:via-coolGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus-within\:via-coolGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus-within\:via-coolGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus-within\:via-coolGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus-within\:via-coolGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus-within\:via-coolGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus-within\:via-coolGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus-within\:via-coolGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus-within\:via-coolGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus-within\:via-blueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:focus-within\:via-blueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:focus-within\:via-blueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:focus-within\:via-blueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:focus-within\:via-blueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:focus-within\:via-blueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:focus-within\:via-blueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:focus-within\:via-blueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:focus-within\:via-blueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:focus-within\:via-blueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:focus-within\:via-current:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus-within\:via-transparent:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus-within\:to-black:focus-within {
    --tw-gradient-to: #000;
  }

  .sm\:focus-within\:to-white:focus-within {
    --tw-gradient-to: #fff;
  }

  .sm\:focus-within\:to-rose-50:focus-within {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:focus-within\:to-rose-100:focus-within {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:focus-within\:to-rose-200:focus-within {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:focus-within\:to-rose-300:focus-within {
    --tw-gradient-to: #fda4af;
  }

  .sm\:focus-within\:to-rose-400:focus-within {
    --tw-gradient-to: #fb7185;
  }

  .sm\:focus-within\:to-rose-500:focus-within {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:focus-within\:to-rose-600:focus-within {
    --tw-gradient-to: #e11d48;
  }

  .sm\:focus-within\:to-rose-700:focus-within {
    --tw-gradient-to: #be123c;
  }

  .sm\:focus-within\:to-rose-800:focus-within {
    --tw-gradient-to: #9f1239;
  }

  .sm\:focus-within\:to-rose-900:focus-within {
    --tw-gradient-to: #881337;
  }

  .sm\:focus-within\:to-pink-50:focus-within {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus-within\:to-pink-100:focus-within {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus-within\:to-pink-200:focus-within {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus-within\:to-pink-300:focus-within {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus-within\:to-pink-400:focus-within {
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus-within\:to-pink-500:focus-within {
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus-within\:to-pink-600:focus-within {
    --tw-gradient-to: #db2777;
  }

  .sm\:focus-within\:to-pink-700:focus-within {
    --tw-gradient-to: #be185d;
  }

  .sm\:focus-within\:to-pink-800:focus-within {
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus-within\:to-pink-900:focus-within {
    --tw-gradient-to: #831843;
  }

  .sm\:focus-within\:to-fuchsia-50:focus-within {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:focus-within\:to-fuchsia-100:focus-within {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:focus-within\:to-fuchsia-200:focus-within {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:focus-within\:to-fuchsia-300:focus-within {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:focus-within\:to-fuchsia-400:focus-within {
    --tw-gradient-to: #e879f9;
  }

  .sm\:focus-within\:to-fuchsia-500:focus-within {
    --tw-gradient-to: #d946ef;
  }

  .sm\:focus-within\:to-fuchsia-600:focus-within {
    --tw-gradient-to: #c026d3;
  }

  .sm\:focus-within\:to-fuchsia-700:focus-within {
    --tw-gradient-to: #a21caf;
  }

  .sm\:focus-within\:to-fuchsia-800:focus-within {
    --tw-gradient-to: #86198f;
  }

  .sm\:focus-within\:to-fuchsia-900:focus-within {
    --tw-gradient-to: #701a75;
  }

  .sm\:focus-within\:to-purple-50:focus-within {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:focus-within\:to-purple-100:focus-within {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:focus-within\:to-purple-200:focus-within {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:focus-within\:to-purple-300:focus-within {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:focus-within\:to-purple-400:focus-within {
    --tw-gradient-to: #c084fc;
  }

  .sm\:focus-within\:to-purple-500:focus-within {
    --tw-gradient-to: #a855f7;
  }

  .sm\:focus-within\:to-purple-600:focus-within {
    --tw-gradient-to: #9333ea;
  }

  .sm\:focus-within\:to-purple-700:focus-within {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:focus-within\:to-purple-800:focus-within {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:focus-within\:to-purple-900:focus-within {
    --tw-gradient-to: #581c87;
  }

  .sm\:focus-within\:to-violet-50:focus-within {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus-within\:to-violet-100:focus-within {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus-within\:to-violet-200:focus-within {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus-within\:to-violet-300:focus-within {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus-within\:to-violet-400:focus-within {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus-within\:to-violet-500:focus-within {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus-within\:to-violet-600:focus-within {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus-within\:to-violet-700:focus-within {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus-within\:to-violet-800:focus-within {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus-within\:to-violet-900:focus-within {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus-within\:to-indigo-50:focus-within {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus-within\:to-indigo-100:focus-within {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus-within\:to-indigo-200:focus-within {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus-within\:to-indigo-300:focus-within {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus-within\:to-indigo-400:focus-within {
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus-within\:to-indigo-500:focus-within {
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus-within\:to-indigo-600:focus-within {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus-within\:to-indigo-700:focus-within {
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus-within\:to-indigo-800:focus-within {
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus-within\:to-indigo-900:focus-within {
    --tw-gradient-to: #312e81;
  }

  .sm\:focus-within\:to-blue-50:focus-within {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus-within\:to-blue-100:focus-within {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus-within\:to-blue-200:focus-within {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus-within\:to-blue-300:focus-within {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus-within\:to-blue-400:focus-within {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:focus-within\:to-blue-500:focus-within {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus-within\:to-blue-600:focus-within {
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus-within\:to-blue-700:focus-within {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus-within\:to-blue-800:focus-within {
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus-within\:to-blue-900:focus-within {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus-within\:to-lightBlue-50:focus-within {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:focus-within\:to-lightBlue-100:focus-within {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:focus-within\:to-lightBlue-200:focus-within {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:focus-within\:to-lightBlue-300:focus-within {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:focus-within\:to-lightBlue-400:focus-within {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:focus-within\:to-lightBlue-500:focus-within {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:focus-within\:to-lightBlue-600:focus-within {
    --tw-gradient-to: #0284c7;
  }

  .sm\:focus-within\:to-lightBlue-700:focus-within {
    --tw-gradient-to: #0369a1;
  }

  .sm\:focus-within\:to-lightBlue-800:focus-within {
    --tw-gradient-to: #075985;
  }

  .sm\:focus-within\:to-lightBlue-900:focus-within {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:focus-within\:to-cyan-50:focus-within {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:focus-within\:to-cyan-100:focus-within {
    --tw-gradient-to: #cffafe;
  }

  .sm\:focus-within\:to-cyan-200:focus-within {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:focus-within\:to-cyan-300:focus-within {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:focus-within\:to-cyan-400:focus-within {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:focus-within\:to-cyan-500:focus-within {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:focus-within\:to-cyan-600:focus-within {
    --tw-gradient-to: #0891b2;
  }

  .sm\:focus-within\:to-cyan-700:focus-within {
    --tw-gradient-to: #0e7490;
  }

  .sm\:focus-within\:to-cyan-800:focus-within {
    --tw-gradient-to: #155e75;
  }

  .sm\:focus-within\:to-cyan-900:focus-within {
    --tw-gradient-to: #164e63;
  }

  .sm\:focus-within\:to-teal-50:focus-within {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:focus-within\:to-teal-100:focus-within {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:focus-within\:to-teal-200:focus-within {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:focus-within\:to-teal-300:focus-within {
    --tw-gradient-to: #5eead4;
  }

  .sm\:focus-within\:to-teal-400:focus-within {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:focus-within\:to-teal-500:focus-within {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:focus-within\:to-teal-600:focus-within {
    --tw-gradient-to: #0d9488;
  }

  .sm\:focus-within\:to-teal-700:focus-within {
    --tw-gradient-to: #0f766e;
  }

  .sm\:focus-within\:to-teal-800:focus-within {
    --tw-gradient-to: #115e59;
  }

  .sm\:focus-within\:to-teal-900:focus-within {
    --tw-gradient-to: #134e4a;
  }

  .sm\:focus-within\:to-emerald-50:focus-within {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus-within\:to-emerald-100:focus-within {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus-within\:to-emerald-200:focus-within {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus-within\:to-emerald-300:focus-within {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus-within\:to-emerald-400:focus-within {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus-within\:to-emerald-500:focus-within {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus-within\:to-emerald-600:focus-within {
    --tw-gradient-to: #059669;
  }

  .sm\:focus-within\:to-emerald-700:focus-within {
    --tw-gradient-to: #047857;
  }

  .sm\:focus-within\:to-emerald-800:focus-within {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus-within\:to-emerald-900:focus-within {
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus-within\:to-green-50:focus-within {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:focus-within\:to-green-100:focus-within {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:focus-within\:to-green-200:focus-within {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:focus-within\:to-green-300:focus-within {
    --tw-gradient-to: #86efac;
  }

  .sm\:focus-within\:to-green-400:focus-within {
    --tw-gradient-to: #4ade80;
  }

  .sm\:focus-within\:to-green-500:focus-within {
    --tw-gradient-to: #22c55e;
  }

  .sm\:focus-within\:to-green-600:focus-within {
    --tw-gradient-to: #16a34a;
  }

  .sm\:focus-within\:to-green-700:focus-within {
    --tw-gradient-to: #15803d;
  }

  .sm\:focus-within\:to-green-800:focus-within {
    --tw-gradient-to: #166534;
  }

  .sm\:focus-within\:to-green-900:focus-within {
    --tw-gradient-to: #14532d;
  }

  .sm\:focus-within\:to-lime-50:focus-within {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:focus-within\:to-lime-100:focus-within {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:focus-within\:to-lime-200:focus-within {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:focus-within\:to-lime-300:focus-within {
    --tw-gradient-to: #bef264;
  }

  .sm\:focus-within\:to-lime-400:focus-within {
    --tw-gradient-to: #a3e635;
  }

  .sm\:focus-within\:to-lime-500:focus-within {
    --tw-gradient-to: #84cc16;
  }

  .sm\:focus-within\:to-lime-600:focus-within {
    --tw-gradient-to: #65a30d;
  }

  .sm\:focus-within\:to-lime-700:focus-within {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:focus-within\:to-lime-800:focus-within {
    --tw-gradient-to: #3f6212;
  }

  .sm\:focus-within\:to-lime-900:focus-within {
    --tw-gradient-to: #365314;
  }

  .sm\:focus-within\:to-yellow-50:focus-within {
    --tw-gradient-to: #fefce8;
  }

  .sm\:focus-within\:to-yellow-100:focus-within {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:focus-within\:to-yellow-200:focus-within {
    --tw-gradient-to: #fef08a;
  }

  .sm\:focus-within\:to-yellow-300:focus-within {
    --tw-gradient-to: #fde047;
  }

  .sm\:focus-within\:to-yellow-400:focus-within {
    --tw-gradient-to: #facc15;
  }

  .sm\:focus-within\:to-yellow-500:focus-within {
    --tw-gradient-to: #eab308;
  }

  .sm\:focus-within\:to-yellow-600:focus-within {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:focus-within\:to-yellow-700:focus-within {
    --tw-gradient-to: #a16207;
  }

  .sm\:focus-within\:to-yellow-800:focus-within {
    --tw-gradient-to: #854d0e;
  }

  .sm\:focus-within\:to-yellow-900:focus-within {
    --tw-gradient-to: #713f12;
  }

  .sm\:focus-within\:to-amber-50:focus-within {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus-within\:to-amber-100:focus-within {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus-within\:to-amber-200:focus-within {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus-within\:to-amber-300:focus-within {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus-within\:to-amber-400:focus-within {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus-within\:to-amber-500:focus-within {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus-within\:to-amber-600:focus-within {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus-within\:to-amber-700:focus-within {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus-within\:to-amber-800:focus-within {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus-within\:to-amber-900:focus-within {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus-within\:to-orange-50:focus-within {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:focus-within\:to-orange-100:focus-within {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:focus-within\:to-orange-200:focus-within {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:focus-within\:to-orange-300:focus-within {
    --tw-gradient-to: #fdba74;
  }

  .sm\:focus-within\:to-orange-400:focus-within {
    --tw-gradient-to: #fb923c;
  }

  .sm\:focus-within\:to-orange-500:focus-within {
    --tw-gradient-to: #f97316;
  }

  .sm\:focus-within\:to-orange-600:focus-within {
    --tw-gradient-to: #ea580c;
  }

  .sm\:focus-within\:to-orange-700:focus-within {
    --tw-gradient-to: #c2410c;
  }

  .sm\:focus-within\:to-orange-800:focus-within {
    --tw-gradient-to: #9a3412;
  }

  .sm\:focus-within\:to-orange-900:focus-within {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:focus-within\:to-red-50:focus-within {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus-within\:to-red-100:focus-within {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus-within\:to-red-200:focus-within {
    --tw-gradient-to: #fecaca;
  }

  .sm\:focus-within\:to-red-300:focus-within {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:focus-within\:to-red-400:focus-within {
    --tw-gradient-to: #f87171;
  }

  .sm\:focus-within\:to-red-500:focus-within {
    --tw-gradient-to: #ef4444;
  }

  .sm\:focus-within\:to-red-600:focus-within {
    --tw-gradient-to: #dc2626;
  }

  .sm\:focus-within\:to-red-700:focus-within {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:focus-within\:to-red-800:focus-within {
    --tw-gradient-to: #991b1b;
  }

  .sm\:focus-within\:to-red-900:focus-within {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:focus-within\:to-warmGray-50:focus-within {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:focus-within\:to-warmGray-100:focus-within {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:focus-within\:to-warmGray-200:focus-within {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:focus-within\:to-warmGray-300:focus-within {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:focus-within\:to-warmGray-400:focus-within {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:focus-within\:to-warmGray-500:focus-within {
    --tw-gradient-to: #78716c;
  }

  .sm\:focus-within\:to-warmGray-600:focus-within {
    --tw-gradient-to: #57534e;
  }

  .sm\:focus-within\:to-warmGray-700:focus-within {
    --tw-gradient-to: #44403c;
  }

  .sm\:focus-within\:to-warmGray-800:focus-within {
    --tw-gradient-to: #292524;
  }

  .sm\:focus-within\:to-warmGray-900:focus-within {
    --tw-gradient-to: #1c1917;
  }

  .sm\:focus-within\:to-trueGray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .sm\:focus-within\:to-trueGray-100:focus-within {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:focus-within\:to-trueGray-200:focus-within {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:focus-within\:to-trueGray-300:focus-within {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:focus-within\:to-trueGray-400:focus-within {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:focus-within\:to-trueGray-500:focus-within {
    --tw-gradient-to: #737373;
  }

  .sm\:focus-within\:to-trueGray-600:focus-within {
    --tw-gradient-to: #525252;
  }

  .sm\:focus-within\:to-trueGray-700:focus-within {
    --tw-gradient-to: #404040;
  }

  .sm\:focus-within\:to-trueGray-800:focus-within {
    --tw-gradient-to: #262626;
  }

  .sm\:focus-within\:to-trueGray-900:focus-within {
    --tw-gradient-to: #171717;
  }

  .sm\:focus-within\:to-gray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .sm\:focus-within\:to-gray-100:focus-within {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:focus-within\:to-gray-200:focus-within {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:focus-within\:to-gray-300:focus-within {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:focus-within\:to-gray-400:focus-within {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:focus-within\:to-gray-500:focus-within {
    --tw-gradient-to: #71717a;
  }

  .sm\:focus-within\:to-gray-600:focus-within {
    --tw-gradient-to: #52525b;
  }

  .sm\:focus-within\:to-gray-700:focus-within {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:focus-within\:to-gray-800:focus-within {
    --tw-gradient-to: #27272a;
  }

  .sm\:focus-within\:to-gray-900:focus-within {
    --tw-gradient-to: #18181b;
  }

  .sm\:focus-within\:to-coolGray-50:focus-within {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus-within\:to-coolGray-100:focus-within {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus-within\:to-coolGray-200:focus-within {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus-within\:to-coolGray-300:focus-within {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus-within\:to-coolGray-400:focus-within {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus-within\:to-coolGray-500:focus-within {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus-within\:to-coolGray-600:focus-within {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus-within\:to-coolGray-700:focus-within {
    --tw-gradient-to: #374151;
  }

  .sm\:focus-within\:to-coolGray-800:focus-within {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus-within\:to-coolGray-900:focus-within {
    --tw-gradient-to: #111827;
  }

  .sm\:focus-within\:to-blueGray-50:focus-within {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:focus-within\:to-blueGray-100:focus-within {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:focus-within\:to-blueGray-200:focus-within {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:focus-within\:to-blueGray-300:focus-within {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:focus-within\:to-blueGray-400:focus-within {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:focus-within\:to-blueGray-500:focus-within {
    --tw-gradient-to: #64748b;
  }

  .sm\:focus-within\:to-blueGray-600:focus-within {
    --tw-gradient-to: #475569;
  }

  .sm\:focus-within\:to-blueGray-700:focus-within {
    --tw-gradient-to: #334155;
  }

  .sm\:focus-within\:to-blueGray-800:focus-within {
    --tw-gradient-to: #1e293b;
  }

  .sm\:focus-within\:to-blueGray-900:focus-within {
    --tw-gradient-to: #0f172a;
  }

  .sm\:focus-within\:to-current:focus-within {
    --tw-gradient-to: current;
  }

  .sm\:focus-within\:to-transparent:focus-within {
    --tw-gradient-to: transparent;
  }

  .sm\:first\:from-black:first-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:first\:from-white:first-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:first\:from-rose-50:first-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:first\:from-rose-100:first-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:first\:from-rose-200:first-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:first\:from-rose-300:first-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:first\:from-rose-400:first-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:first\:from-rose-500:first-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:first\:from-rose-600:first-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:first\:from-rose-700:first-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:first\:from-rose-800:first-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:first\:from-rose-900:first-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:first\:from-pink-50:first-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:first\:from-pink-100:first-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:first\:from-pink-200:first-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:first\:from-pink-300:first-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:first\:from-pink-400:first-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:first\:from-pink-500:first-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:first\:from-pink-600:first-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:first\:from-pink-700:first-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:first\:from-pink-800:first-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:first\:from-pink-900:first-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:first\:from-fuchsia-50:first-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:first\:from-fuchsia-100:first-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:first\:from-fuchsia-200:first-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:first\:from-fuchsia-300:first-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:first\:from-fuchsia-400:first-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:first\:from-fuchsia-500:first-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:first\:from-fuchsia-600:first-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:first\:from-fuchsia-700:first-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:first\:from-fuchsia-800:first-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:first\:from-fuchsia-900:first-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:first\:from-purple-50:first-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:first\:from-purple-100:first-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:first\:from-purple-200:first-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:first\:from-purple-300:first-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:first\:from-purple-400:first-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:first\:from-purple-500:first-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:first\:from-purple-600:first-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:first\:from-purple-700:first-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:first\:from-purple-800:first-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:first\:from-purple-900:first-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:first\:from-violet-50:first-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:first\:from-violet-100:first-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:first\:from-violet-200:first-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:first\:from-violet-300:first-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:first\:from-violet-400:first-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:first\:from-violet-500:first-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:first\:from-violet-600:first-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:first\:from-violet-700:first-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:first\:from-violet-800:first-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:first\:from-violet-900:first-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:first\:from-indigo-50:first-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:first\:from-indigo-100:first-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:first\:from-indigo-200:first-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:first\:from-indigo-300:first-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:first\:from-indigo-400:first-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:first\:from-indigo-500:first-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:first\:from-indigo-600:first-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:first\:from-indigo-700:first-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:first\:from-indigo-800:first-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:first\:from-indigo-900:first-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:first\:from-blue-50:first-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:first\:from-blue-100:first-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:first\:from-blue-200:first-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:first\:from-blue-300:first-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:first\:from-blue-400:first-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:first\:from-blue-500:first-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:first\:from-blue-600:first-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:first\:from-blue-700:first-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:first\:from-blue-800:first-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:first\:from-blue-900:first-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:first\:from-lightBlue-50:first-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:first\:from-lightBlue-100:first-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:first\:from-lightBlue-200:first-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:first\:from-lightBlue-300:first-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:first\:from-lightBlue-400:first-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:first\:from-lightBlue-500:first-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:first\:from-lightBlue-600:first-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:first\:from-lightBlue-700:first-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:first\:from-lightBlue-800:first-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:first\:from-lightBlue-900:first-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:first\:from-cyan-50:first-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:first\:from-cyan-100:first-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:first\:from-cyan-200:first-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:first\:from-cyan-300:first-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:first\:from-cyan-400:first-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:first\:from-cyan-500:first-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:first\:from-cyan-600:first-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:first\:from-cyan-700:first-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:first\:from-cyan-800:first-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:first\:from-cyan-900:first-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:first\:from-teal-50:first-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:first\:from-teal-100:first-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:first\:from-teal-200:first-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:first\:from-teal-300:first-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:first\:from-teal-400:first-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:first\:from-teal-500:first-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:first\:from-teal-600:first-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:first\:from-teal-700:first-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:first\:from-teal-800:first-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:first\:from-teal-900:first-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:first\:from-emerald-50:first-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:first\:from-emerald-100:first-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:first\:from-emerald-200:first-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:first\:from-emerald-300:first-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:first\:from-emerald-400:first-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:first\:from-emerald-500:first-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:first\:from-emerald-600:first-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:first\:from-emerald-700:first-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:first\:from-emerald-800:first-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:first\:from-emerald-900:first-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:first\:from-green-50:first-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:first\:from-green-100:first-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:first\:from-green-200:first-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:first\:from-green-300:first-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:first\:from-green-400:first-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:first\:from-green-500:first-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:first\:from-green-600:first-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:first\:from-green-700:first-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:first\:from-green-800:first-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:first\:from-green-900:first-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:first\:from-lime-50:first-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:first\:from-lime-100:first-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:first\:from-lime-200:first-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:first\:from-lime-300:first-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:first\:from-lime-400:first-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:first\:from-lime-500:first-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:first\:from-lime-600:first-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:first\:from-lime-700:first-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:first\:from-lime-800:first-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:first\:from-lime-900:first-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:first\:from-yellow-50:first-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:first\:from-yellow-100:first-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:first\:from-yellow-200:first-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:first\:from-yellow-300:first-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:first\:from-yellow-400:first-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:first\:from-yellow-500:first-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:first\:from-yellow-600:first-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:first\:from-yellow-700:first-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:first\:from-yellow-800:first-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:first\:from-yellow-900:first-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:first\:from-amber-50:first-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:first\:from-amber-100:first-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:first\:from-amber-200:first-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:first\:from-amber-300:first-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:first\:from-amber-400:first-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:first\:from-amber-500:first-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:first\:from-amber-600:first-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:first\:from-amber-700:first-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:first\:from-amber-800:first-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:first\:from-amber-900:first-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:first\:from-orange-50:first-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:first\:from-orange-100:first-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:first\:from-orange-200:first-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:first\:from-orange-300:first-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:first\:from-orange-400:first-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:first\:from-orange-500:first-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:first\:from-orange-600:first-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:first\:from-orange-700:first-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:first\:from-orange-800:first-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:first\:from-orange-900:first-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:first\:from-red-50:first-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:first\:from-red-100:first-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:first\:from-red-200:first-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:first\:from-red-300:first-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:first\:from-red-400:first-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:first\:from-red-500:first-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:first\:from-red-600:first-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:first\:from-red-700:first-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:first\:from-red-800:first-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:first\:from-red-900:first-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:first\:from-warmGray-50:first-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:first\:from-warmGray-100:first-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:first\:from-warmGray-200:first-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:first\:from-warmGray-300:first-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:first\:from-warmGray-400:first-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:first\:from-warmGray-500:first-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:first\:from-warmGray-600:first-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:first\:from-warmGray-700:first-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:first\:from-warmGray-800:first-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:first\:from-warmGray-900:first-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:first\:from-trueGray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:first\:from-trueGray-100:first-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:first\:from-trueGray-200:first-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:first\:from-trueGray-300:first-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:first\:from-trueGray-400:first-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:first\:from-trueGray-500:first-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:first\:from-trueGray-600:first-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:first\:from-trueGray-700:first-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:first\:from-trueGray-800:first-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:first\:from-trueGray-900:first-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:first\:from-gray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:first\:from-gray-100:first-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:first\:from-gray-200:first-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:first\:from-gray-300:first-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:first\:from-gray-400:first-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:first\:from-gray-500:first-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:first\:from-gray-600:first-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:first\:from-gray-700:first-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:first\:from-gray-800:first-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:first\:from-gray-900:first-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:first\:from-coolGray-50:first-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:first\:from-coolGray-100:first-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:first\:from-coolGray-200:first-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:first\:from-coolGray-300:first-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:first\:from-coolGray-400:first-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:first\:from-coolGray-500:first-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:first\:from-coolGray-600:first-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:first\:from-coolGray-700:first-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:first\:from-coolGray-800:first-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:first\:from-coolGray-900:first-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:first\:from-blueGray-50:first-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:first\:from-blueGray-100:first-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:first\:from-blueGray-200:first-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:first\:from-blueGray-300:first-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:first\:from-blueGray-400:first-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:first\:from-blueGray-500:first-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:first\:from-blueGray-600:first-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:first\:from-blueGray-700:first-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:first\:from-blueGray-800:first-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:first\:from-blueGray-900:first-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:first\:from-current:first-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:first\:from-transparent:first-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:first\:via-black:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:first\:via-white:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:first\:via-rose-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:first\:via-rose-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:first\:via-rose-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:first\:via-rose-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:first\:via-rose-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:first\:via-rose-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:first\:via-rose-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:first\:via-rose-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:first\:via-rose-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:first\:via-rose-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:first\:via-pink-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:first\:via-pink-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:first\:via-pink-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:first\:via-pink-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:first\:via-pink-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:first\:via-pink-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:first\:via-pink-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:first\:via-pink-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:first\:via-pink-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:first\:via-pink-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:first\:via-fuchsia-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:first\:via-fuchsia-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:first\:via-fuchsia-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:first\:via-fuchsia-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:first\:via-fuchsia-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:first\:via-fuchsia-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:first\:via-fuchsia-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:first\:via-fuchsia-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:first\:via-fuchsia-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:first\:via-fuchsia-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:first\:via-purple-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:first\:via-purple-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:first\:via-purple-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:first\:via-purple-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:first\:via-purple-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:first\:via-purple-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:first\:via-purple-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:first\:via-purple-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:first\:via-purple-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:first\:via-purple-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:first\:via-violet-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:first\:via-violet-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:first\:via-violet-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:first\:via-violet-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:first\:via-violet-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:first\:via-violet-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:first\:via-violet-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:first\:via-violet-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:first\:via-violet-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:first\:via-violet-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:first\:via-indigo-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:first\:via-indigo-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:first\:via-indigo-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:first\:via-indigo-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:first\:via-indigo-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:first\:via-indigo-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:first\:via-indigo-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:first\:via-indigo-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:first\:via-indigo-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:first\:via-indigo-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:first\:via-blue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:first\:via-blue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:first\:via-blue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:first\:via-blue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:first\:via-blue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:first\:via-blue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:first\:via-blue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:first\:via-blue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:first\:via-blue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:first\:via-blue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:first\:via-lightBlue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:first\:via-lightBlue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:first\:via-lightBlue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:first\:via-lightBlue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:first\:via-lightBlue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:first\:via-lightBlue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:first\:via-lightBlue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:first\:via-lightBlue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:first\:via-lightBlue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:first\:via-lightBlue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:first\:via-cyan-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:first\:via-cyan-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:first\:via-cyan-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:first\:via-cyan-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:first\:via-cyan-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:first\:via-cyan-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:first\:via-cyan-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:first\:via-cyan-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:first\:via-cyan-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:first\:via-cyan-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:first\:via-teal-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:first\:via-teal-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:first\:via-teal-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:first\:via-teal-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:first\:via-teal-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:first\:via-teal-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:first\:via-teal-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:first\:via-teal-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:first\:via-teal-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:first\:via-teal-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:first\:via-emerald-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:first\:via-emerald-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:first\:via-emerald-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:first\:via-emerald-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:first\:via-emerald-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:first\:via-emerald-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:first\:via-emerald-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:first\:via-emerald-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:first\:via-emerald-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:first\:via-emerald-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:first\:via-green-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:first\:via-green-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:first\:via-green-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:first\:via-green-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:first\:via-green-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:first\:via-green-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:first\:via-green-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:first\:via-green-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:first\:via-green-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:first\:via-green-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:first\:via-lime-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:first\:via-lime-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:first\:via-lime-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:first\:via-lime-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:first\:via-lime-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:first\:via-lime-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:first\:via-lime-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:first\:via-lime-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:first\:via-lime-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:first\:via-lime-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:first\:via-yellow-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:first\:via-yellow-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:first\:via-yellow-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:first\:via-yellow-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:first\:via-yellow-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:first\:via-yellow-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:first\:via-yellow-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:first\:via-yellow-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:first\:via-yellow-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:first\:via-yellow-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:first\:via-amber-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:first\:via-amber-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:first\:via-amber-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:first\:via-amber-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:first\:via-amber-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:first\:via-amber-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:first\:via-amber-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:first\:via-amber-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:first\:via-amber-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:first\:via-amber-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:first\:via-orange-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:first\:via-orange-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:first\:via-orange-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:first\:via-orange-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:first\:via-orange-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:first\:via-orange-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:first\:via-orange-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:first\:via-orange-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:first\:via-orange-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:first\:via-orange-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:first\:via-red-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:first\:via-red-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:first\:via-red-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:first\:via-red-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:first\:via-red-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:first\:via-red-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:first\:via-red-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:first\:via-red-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:first\:via-red-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:first\:via-red-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:first\:via-warmGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:first\:via-warmGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:first\:via-warmGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:first\:via-warmGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:first\:via-warmGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:first\:via-warmGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:first\:via-warmGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:first\:via-warmGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:first\:via-warmGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:first\:via-warmGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:first\:via-trueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:first\:via-trueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:first\:via-trueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:first\:via-trueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:first\:via-trueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:first\:via-trueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:first\:via-trueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:first\:via-trueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:first\:via-trueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:first\:via-trueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:first\:via-gray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:first\:via-gray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:first\:via-gray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:first\:via-gray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:first\:via-gray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:first\:via-gray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:first\:via-gray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:first\:via-gray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:first\:via-gray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:first\:via-gray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:first\:via-coolGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:first\:via-coolGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:first\:via-coolGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:first\:via-coolGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:first\:via-coolGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:first\:via-coolGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:first\:via-coolGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:first\:via-coolGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:first\:via-coolGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:first\:via-coolGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:first\:via-blueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:first\:via-blueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:first\:via-blueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:first\:via-blueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:first\:via-blueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:first\:via-blueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:first\:via-blueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:first\:via-blueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:first\:via-blueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:first\:via-blueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:first\:via-current:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:first\:via-transparent:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:first\:to-black:first-child {
    --tw-gradient-to: #000;
  }

  .sm\:first\:to-white:first-child {
    --tw-gradient-to: #fff;
  }

  .sm\:first\:to-rose-50:first-child {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:first\:to-rose-100:first-child {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:first\:to-rose-200:first-child {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:first\:to-rose-300:first-child {
    --tw-gradient-to: #fda4af;
  }

  .sm\:first\:to-rose-400:first-child {
    --tw-gradient-to: #fb7185;
  }

  .sm\:first\:to-rose-500:first-child {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:first\:to-rose-600:first-child {
    --tw-gradient-to: #e11d48;
  }

  .sm\:first\:to-rose-700:first-child {
    --tw-gradient-to: #be123c;
  }

  .sm\:first\:to-rose-800:first-child {
    --tw-gradient-to: #9f1239;
  }

  .sm\:first\:to-rose-900:first-child {
    --tw-gradient-to: #881337;
  }

  .sm\:first\:to-pink-50:first-child {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:first\:to-pink-100:first-child {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:first\:to-pink-200:first-child {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:first\:to-pink-300:first-child {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:first\:to-pink-400:first-child {
    --tw-gradient-to: #f472b6;
  }

  .sm\:first\:to-pink-500:first-child {
    --tw-gradient-to: #ec4899;
  }

  .sm\:first\:to-pink-600:first-child {
    --tw-gradient-to: #db2777;
  }

  .sm\:first\:to-pink-700:first-child {
    --tw-gradient-to: #be185d;
  }

  .sm\:first\:to-pink-800:first-child {
    --tw-gradient-to: #9d174d;
  }

  .sm\:first\:to-pink-900:first-child {
    --tw-gradient-to: #831843;
  }

  .sm\:first\:to-fuchsia-50:first-child {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:first\:to-fuchsia-100:first-child {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:first\:to-fuchsia-200:first-child {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:first\:to-fuchsia-300:first-child {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:first\:to-fuchsia-400:first-child {
    --tw-gradient-to: #e879f9;
  }

  .sm\:first\:to-fuchsia-500:first-child {
    --tw-gradient-to: #d946ef;
  }

  .sm\:first\:to-fuchsia-600:first-child {
    --tw-gradient-to: #c026d3;
  }

  .sm\:first\:to-fuchsia-700:first-child {
    --tw-gradient-to: #a21caf;
  }

  .sm\:first\:to-fuchsia-800:first-child {
    --tw-gradient-to: #86198f;
  }

  .sm\:first\:to-fuchsia-900:first-child {
    --tw-gradient-to: #701a75;
  }

  .sm\:first\:to-purple-50:first-child {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:first\:to-purple-100:first-child {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:first\:to-purple-200:first-child {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:first\:to-purple-300:first-child {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:first\:to-purple-400:first-child {
    --tw-gradient-to: #c084fc;
  }

  .sm\:first\:to-purple-500:first-child {
    --tw-gradient-to: #a855f7;
  }

  .sm\:first\:to-purple-600:first-child {
    --tw-gradient-to: #9333ea;
  }

  .sm\:first\:to-purple-700:first-child {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:first\:to-purple-800:first-child {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:first\:to-purple-900:first-child {
    --tw-gradient-to: #581c87;
  }

  .sm\:first\:to-violet-50:first-child {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:first\:to-violet-100:first-child {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:first\:to-violet-200:first-child {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:first\:to-violet-300:first-child {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:first\:to-violet-400:first-child {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:first\:to-violet-500:first-child {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:first\:to-violet-600:first-child {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:first\:to-violet-700:first-child {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:first\:to-violet-800:first-child {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:first\:to-violet-900:first-child {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:first\:to-indigo-50:first-child {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:first\:to-indigo-100:first-child {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:first\:to-indigo-200:first-child {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:first\:to-indigo-300:first-child {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:first\:to-indigo-400:first-child {
    --tw-gradient-to: #818cf8;
  }

  .sm\:first\:to-indigo-500:first-child {
    --tw-gradient-to: #6366f1;
  }

  .sm\:first\:to-indigo-600:first-child {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:first\:to-indigo-700:first-child {
    --tw-gradient-to: #4338ca;
  }

  .sm\:first\:to-indigo-800:first-child {
    --tw-gradient-to: #3730a3;
  }

  .sm\:first\:to-indigo-900:first-child {
    --tw-gradient-to: #312e81;
  }

  .sm\:first\:to-blue-50:first-child {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:first\:to-blue-100:first-child {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:first\:to-blue-200:first-child {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:first\:to-blue-300:first-child {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:first\:to-blue-400:first-child {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:first\:to-blue-500:first-child {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:first\:to-blue-600:first-child {
    --tw-gradient-to: #2563eb;
  }

  .sm\:first\:to-blue-700:first-child {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:first\:to-blue-800:first-child {
    --tw-gradient-to: #1e40af;
  }

  .sm\:first\:to-blue-900:first-child {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:first\:to-lightBlue-50:first-child {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:first\:to-lightBlue-100:first-child {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:first\:to-lightBlue-200:first-child {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:first\:to-lightBlue-300:first-child {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:first\:to-lightBlue-400:first-child {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:first\:to-lightBlue-500:first-child {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:first\:to-lightBlue-600:first-child {
    --tw-gradient-to: #0284c7;
  }

  .sm\:first\:to-lightBlue-700:first-child {
    --tw-gradient-to: #0369a1;
  }

  .sm\:first\:to-lightBlue-800:first-child {
    --tw-gradient-to: #075985;
  }

  .sm\:first\:to-lightBlue-900:first-child {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:first\:to-cyan-50:first-child {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:first\:to-cyan-100:first-child {
    --tw-gradient-to: #cffafe;
  }

  .sm\:first\:to-cyan-200:first-child {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:first\:to-cyan-300:first-child {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:first\:to-cyan-400:first-child {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:first\:to-cyan-500:first-child {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:first\:to-cyan-600:first-child {
    --tw-gradient-to: #0891b2;
  }

  .sm\:first\:to-cyan-700:first-child {
    --tw-gradient-to: #0e7490;
  }

  .sm\:first\:to-cyan-800:first-child {
    --tw-gradient-to: #155e75;
  }

  .sm\:first\:to-cyan-900:first-child {
    --tw-gradient-to: #164e63;
  }

  .sm\:first\:to-teal-50:first-child {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:first\:to-teal-100:first-child {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:first\:to-teal-200:first-child {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:first\:to-teal-300:first-child {
    --tw-gradient-to: #5eead4;
  }

  .sm\:first\:to-teal-400:first-child {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:first\:to-teal-500:first-child {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:first\:to-teal-600:first-child {
    --tw-gradient-to: #0d9488;
  }

  .sm\:first\:to-teal-700:first-child {
    --tw-gradient-to: #0f766e;
  }

  .sm\:first\:to-teal-800:first-child {
    --tw-gradient-to: #115e59;
  }

  .sm\:first\:to-teal-900:first-child {
    --tw-gradient-to: #134e4a;
  }

  .sm\:first\:to-emerald-50:first-child {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:first\:to-emerald-100:first-child {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:first\:to-emerald-200:first-child {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:first\:to-emerald-300:first-child {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:first\:to-emerald-400:first-child {
    --tw-gradient-to: #34d399;
  }

  .sm\:first\:to-emerald-500:first-child {
    --tw-gradient-to: #10b981;
  }

  .sm\:first\:to-emerald-600:first-child {
    --tw-gradient-to: #059669;
  }

  .sm\:first\:to-emerald-700:first-child {
    --tw-gradient-to: #047857;
  }

  .sm\:first\:to-emerald-800:first-child {
    --tw-gradient-to: #065f46;
  }

  .sm\:first\:to-emerald-900:first-child {
    --tw-gradient-to: #064e3b;
  }

  .sm\:first\:to-green-50:first-child {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:first\:to-green-100:first-child {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:first\:to-green-200:first-child {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:first\:to-green-300:first-child {
    --tw-gradient-to: #86efac;
  }

  .sm\:first\:to-green-400:first-child {
    --tw-gradient-to: #4ade80;
  }

  .sm\:first\:to-green-500:first-child {
    --tw-gradient-to: #22c55e;
  }

  .sm\:first\:to-green-600:first-child {
    --tw-gradient-to: #16a34a;
  }

  .sm\:first\:to-green-700:first-child {
    --tw-gradient-to: #15803d;
  }

  .sm\:first\:to-green-800:first-child {
    --tw-gradient-to: #166534;
  }

  .sm\:first\:to-green-900:first-child {
    --tw-gradient-to: #14532d;
  }

  .sm\:first\:to-lime-50:first-child {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:first\:to-lime-100:first-child {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:first\:to-lime-200:first-child {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:first\:to-lime-300:first-child {
    --tw-gradient-to: #bef264;
  }

  .sm\:first\:to-lime-400:first-child {
    --tw-gradient-to: #a3e635;
  }

  .sm\:first\:to-lime-500:first-child {
    --tw-gradient-to: #84cc16;
  }

  .sm\:first\:to-lime-600:first-child {
    --tw-gradient-to: #65a30d;
  }

  .sm\:first\:to-lime-700:first-child {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:first\:to-lime-800:first-child {
    --tw-gradient-to: #3f6212;
  }

  .sm\:first\:to-lime-900:first-child {
    --tw-gradient-to: #365314;
  }

  .sm\:first\:to-yellow-50:first-child {
    --tw-gradient-to: #fefce8;
  }

  .sm\:first\:to-yellow-100:first-child {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:first\:to-yellow-200:first-child {
    --tw-gradient-to: #fef08a;
  }

  .sm\:first\:to-yellow-300:first-child {
    --tw-gradient-to: #fde047;
  }

  .sm\:first\:to-yellow-400:first-child {
    --tw-gradient-to: #facc15;
  }

  .sm\:first\:to-yellow-500:first-child {
    --tw-gradient-to: #eab308;
  }

  .sm\:first\:to-yellow-600:first-child {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:first\:to-yellow-700:first-child {
    --tw-gradient-to: #a16207;
  }

  .sm\:first\:to-yellow-800:first-child {
    --tw-gradient-to: #854d0e;
  }

  .sm\:first\:to-yellow-900:first-child {
    --tw-gradient-to: #713f12;
  }

  .sm\:first\:to-amber-50:first-child {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:first\:to-amber-100:first-child {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:first\:to-amber-200:first-child {
    --tw-gradient-to: #fde68a;
  }

  .sm\:first\:to-amber-300:first-child {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:first\:to-amber-400:first-child {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:first\:to-amber-500:first-child {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:first\:to-amber-600:first-child {
    --tw-gradient-to: #d97706;
  }

  .sm\:first\:to-amber-700:first-child {
    --tw-gradient-to: #b45309;
  }

  .sm\:first\:to-amber-800:first-child {
    --tw-gradient-to: #92400e;
  }

  .sm\:first\:to-amber-900:first-child {
    --tw-gradient-to: #78350f;
  }

  .sm\:first\:to-orange-50:first-child {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:first\:to-orange-100:first-child {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:first\:to-orange-200:first-child {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:first\:to-orange-300:first-child {
    --tw-gradient-to: #fdba74;
  }

  .sm\:first\:to-orange-400:first-child {
    --tw-gradient-to: #fb923c;
  }

  .sm\:first\:to-orange-500:first-child {
    --tw-gradient-to: #f97316;
  }

  .sm\:first\:to-orange-600:first-child {
    --tw-gradient-to: #ea580c;
  }

  .sm\:first\:to-orange-700:first-child {
    --tw-gradient-to: #c2410c;
  }

  .sm\:first\:to-orange-800:first-child {
    --tw-gradient-to: #9a3412;
  }

  .sm\:first\:to-orange-900:first-child {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:first\:to-red-50:first-child {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:first\:to-red-100:first-child {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:first\:to-red-200:first-child {
    --tw-gradient-to: #fecaca;
  }

  .sm\:first\:to-red-300:first-child {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:first\:to-red-400:first-child {
    --tw-gradient-to: #f87171;
  }

  .sm\:first\:to-red-500:first-child {
    --tw-gradient-to: #ef4444;
  }

  .sm\:first\:to-red-600:first-child {
    --tw-gradient-to: #dc2626;
  }

  .sm\:first\:to-red-700:first-child {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:first\:to-red-800:first-child {
    --tw-gradient-to: #991b1b;
  }

  .sm\:first\:to-red-900:first-child {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:first\:to-warmGray-50:first-child {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:first\:to-warmGray-100:first-child {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:first\:to-warmGray-200:first-child {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:first\:to-warmGray-300:first-child {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:first\:to-warmGray-400:first-child {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:first\:to-warmGray-500:first-child {
    --tw-gradient-to: #78716c;
  }

  .sm\:first\:to-warmGray-600:first-child {
    --tw-gradient-to: #57534e;
  }

  .sm\:first\:to-warmGray-700:first-child {
    --tw-gradient-to: #44403c;
  }

  .sm\:first\:to-warmGray-800:first-child {
    --tw-gradient-to: #292524;
  }

  .sm\:first\:to-warmGray-900:first-child {
    --tw-gradient-to: #1c1917;
  }

  .sm\:first\:to-trueGray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .sm\:first\:to-trueGray-100:first-child {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:first\:to-trueGray-200:first-child {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:first\:to-trueGray-300:first-child {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:first\:to-trueGray-400:first-child {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:first\:to-trueGray-500:first-child {
    --tw-gradient-to: #737373;
  }

  .sm\:first\:to-trueGray-600:first-child {
    --tw-gradient-to: #525252;
  }

  .sm\:first\:to-trueGray-700:first-child {
    --tw-gradient-to: #404040;
  }

  .sm\:first\:to-trueGray-800:first-child {
    --tw-gradient-to: #262626;
  }

  .sm\:first\:to-trueGray-900:first-child {
    --tw-gradient-to: #171717;
  }

  .sm\:first\:to-gray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .sm\:first\:to-gray-100:first-child {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:first\:to-gray-200:first-child {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:first\:to-gray-300:first-child {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:first\:to-gray-400:first-child {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:first\:to-gray-500:first-child {
    --tw-gradient-to: #71717a;
  }

  .sm\:first\:to-gray-600:first-child {
    --tw-gradient-to: #52525b;
  }

  .sm\:first\:to-gray-700:first-child {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:first\:to-gray-800:first-child {
    --tw-gradient-to: #27272a;
  }

  .sm\:first\:to-gray-900:first-child {
    --tw-gradient-to: #18181b;
  }

  .sm\:first\:to-coolGray-50:first-child {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:first\:to-coolGray-100:first-child {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:first\:to-coolGray-200:first-child {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:first\:to-coolGray-300:first-child {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:first\:to-coolGray-400:first-child {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:first\:to-coolGray-500:first-child {
    --tw-gradient-to: #6b7280;
  }

  .sm\:first\:to-coolGray-600:first-child {
    --tw-gradient-to: #4b5563;
  }

  .sm\:first\:to-coolGray-700:first-child {
    --tw-gradient-to: #374151;
  }

  .sm\:first\:to-coolGray-800:first-child {
    --tw-gradient-to: #1f2937;
  }

  .sm\:first\:to-coolGray-900:first-child {
    --tw-gradient-to: #111827;
  }

  .sm\:first\:to-blueGray-50:first-child {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:first\:to-blueGray-100:first-child {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:first\:to-blueGray-200:first-child {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:first\:to-blueGray-300:first-child {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:first\:to-blueGray-400:first-child {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:first\:to-blueGray-500:first-child {
    --tw-gradient-to: #64748b;
  }

  .sm\:first\:to-blueGray-600:first-child {
    --tw-gradient-to: #475569;
  }

  .sm\:first\:to-blueGray-700:first-child {
    --tw-gradient-to: #334155;
  }

  .sm\:first\:to-blueGray-800:first-child {
    --tw-gradient-to: #1e293b;
  }

  .sm\:first\:to-blueGray-900:first-child {
    --tw-gradient-to: #0f172a;
  }

  .sm\:first\:to-current:first-child {
    --tw-gradient-to: current;
  }

  .sm\:first\:to-transparent:first-child {
    --tw-gradient-to: transparent;
  }

  .sm\:last\:from-black:last-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:last\:from-white:last-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:last\:from-rose-50:last-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:last\:from-rose-100:last-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:last\:from-rose-200:last-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:last\:from-rose-300:last-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:last\:from-rose-400:last-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:last\:from-rose-500:last-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:last\:from-rose-600:last-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:last\:from-rose-700:last-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:last\:from-rose-800:last-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:last\:from-rose-900:last-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:last\:from-pink-50:last-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:last\:from-pink-100:last-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:last\:from-pink-200:last-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:last\:from-pink-300:last-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:last\:from-pink-400:last-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:last\:from-pink-500:last-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:last\:from-pink-600:last-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:last\:from-pink-700:last-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:last\:from-pink-800:last-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:last\:from-pink-900:last-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:last\:from-fuchsia-50:last-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:last\:from-fuchsia-100:last-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:last\:from-fuchsia-200:last-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:last\:from-fuchsia-300:last-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:last\:from-fuchsia-400:last-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:last\:from-fuchsia-500:last-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:last\:from-fuchsia-600:last-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:last\:from-fuchsia-700:last-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:last\:from-fuchsia-800:last-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:last\:from-fuchsia-900:last-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:last\:from-purple-50:last-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:last\:from-purple-100:last-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:last\:from-purple-200:last-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:last\:from-purple-300:last-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:last\:from-purple-400:last-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:last\:from-purple-500:last-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:last\:from-purple-600:last-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:last\:from-purple-700:last-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:last\:from-purple-800:last-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:last\:from-purple-900:last-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:last\:from-violet-50:last-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:last\:from-violet-100:last-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:last\:from-violet-200:last-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:last\:from-violet-300:last-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:last\:from-violet-400:last-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:last\:from-violet-500:last-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:last\:from-violet-600:last-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:last\:from-violet-700:last-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:last\:from-violet-800:last-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:last\:from-violet-900:last-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:last\:from-indigo-50:last-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:last\:from-indigo-100:last-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:last\:from-indigo-200:last-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:last\:from-indigo-300:last-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:last\:from-indigo-400:last-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:last\:from-indigo-500:last-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:last\:from-indigo-600:last-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:last\:from-indigo-700:last-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:last\:from-indigo-800:last-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:last\:from-indigo-900:last-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:last\:from-blue-50:last-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:last\:from-blue-100:last-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:last\:from-blue-200:last-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:last\:from-blue-300:last-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:last\:from-blue-400:last-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:last\:from-blue-500:last-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:last\:from-blue-600:last-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:last\:from-blue-700:last-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:last\:from-blue-800:last-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:last\:from-blue-900:last-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:last\:from-lightBlue-50:last-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:last\:from-lightBlue-100:last-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:last\:from-lightBlue-200:last-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:last\:from-lightBlue-300:last-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:last\:from-lightBlue-400:last-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:last\:from-lightBlue-500:last-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:last\:from-lightBlue-600:last-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:last\:from-lightBlue-700:last-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:last\:from-lightBlue-800:last-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:last\:from-lightBlue-900:last-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:last\:from-cyan-50:last-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:last\:from-cyan-100:last-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:last\:from-cyan-200:last-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:last\:from-cyan-300:last-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:last\:from-cyan-400:last-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:last\:from-cyan-500:last-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:last\:from-cyan-600:last-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:last\:from-cyan-700:last-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:last\:from-cyan-800:last-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:last\:from-cyan-900:last-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:last\:from-teal-50:last-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:last\:from-teal-100:last-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:last\:from-teal-200:last-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:last\:from-teal-300:last-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:last\:from-teal-400:last-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:last\:from-teal-500:last-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:last\:from-teal-600:last-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:last\:from-teal-700:last-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:last\:from-teal-800:last-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:last\:from-teal-900:last-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:last\:from-emerald-50:last-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:last\:from-emerald-100:last-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:last\:from-emerald-200:last-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:last\:from-emerald-300:last-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:last\:from-emerald-400:last-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:last\:from-emerald-500:last-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:last\:from-emerald-600:last-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:last\:from-emerald-700:last-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:last\:from-emerald-800:last-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:last\:from-emerald-900:last-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:last\:from-green-50:last-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:last\:from-green-100:last-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:last\:from-green-200:last-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:last\:from-green-300:last-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:last\:from-green-400:last-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:last\:from-green-500:last-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:last\:from-green-600:last-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:last\:from-green-700:last-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:last\:from-green-800:last-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:last\:from-green-900:last-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:last\:from-lime-50:last-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:last\:from-lime-100:last-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:last\:from-lime-200:last-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:last\:from-lime-300:last-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:last\:from-lime-400:last-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:last\:from-lime-500:last-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:last\:from-lime-600:last-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:last\:from-lime-700:last-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:last\:from-lime-800:last-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:last\:from-lime-900:last-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:last\:from-yellow-50:last-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:last\:from-yellow-100:last-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:last\:from-yellow-200:last-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:last\:from-yellow-300:last-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:last\:from-yellow-400:last-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:last\:from-yellow-500:last-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:last\:from-yellow-600:last-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:last\:from-yellow-700:last-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:last\:from-yellow-800:last-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:last\:from-yellow-900:last-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:last\:from-amber-50:last-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:last\:from-amber-100:last-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:last\:from-amber-200:last-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:last\:from-amber-300:last-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:last\:from-amber-400:last-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:last\:from-amber-500:last-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:last\:from-amber-600:last-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:last\:from-amber-700:last-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:last\:from-amber-800:last-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:last\:from-amber-900:last-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:last\:from-orange-50:last-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:last\:from-orange-100:last-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:last\:from-orange-200:last-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:last\:from-orange-300:last-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:last\:from-orange-400:last-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:last\:from-orange-500:last-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:last\:from-orange-600:last-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:last\:from-orange-700:last-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:last\:from-orange-800:last-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:last\:from-orange-900:last-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:last\:from-red-50:last-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:last\:from-red-100:last-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:last\:from-red-200:last-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:last\:from-red-300:last-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:last\:from-red-400:last-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:last\:from-red-500:last-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:last\:from-red-600:last-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:last\:from-red-700:last-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:last\:from-red-800:last-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:last\:from-red-900:last-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:last\:from-warmGray-50:last-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:last\:from-warmGray-100:last-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:last\:from-warmGray-200:last-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:last\:from-warmGray-300:last-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:last\:from-warmGray-400:last-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:last\:from-warmGray-500:last-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:last\:from-warmGray-600:last-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:last\:from-warmGray-700:last-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:last\:from-warmGray-800:last-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:last\:from-warmGray-900:last-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:last\:from-trueGray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:last\:from-trueGray-100:last-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:last\:from-trueGray-200:last-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:last\:from-trueGray-300:last-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:last\:from-trueGray-400:last-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:last\:from-trueGray-500:last-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:last\:from-trueGray-600:last-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:last\:from-trueGray-700:last-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:last\:from-trueGray-800:last-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:last\:from-trueGray-900:last-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:last\:from-gray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:last\:from-gray-100:last-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:last\:from-gray-200:last-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:last\:from-gray-300:last-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:last\:from-gray-400:last-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:last\:from-gray-500:last-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:last\:from-gray-600:last-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:last\:from-gray-700:last-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:last\:from-gray-800:last-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:last\:from-gray-900:last-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:last\:from-coolGray-50:last-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:last\:from-coolGray-100:last-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:last\:from-coolGray-200:last-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:last\:from-coolGray-300:last-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:last\:from-coolGray-400:last-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:last\:from-coolGray-500:last-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:last\:from-coolGray-600:last-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:last\:from-coolGray-700:last-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:last\:from-coolGray-800:last-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:last\:from-coolGray-900:last-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:last\:from-blueGray-50:last-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:last\:from-blueGray-100:last-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:last\:from-blueGray-200:last-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:last\:from-blueGray-300:last-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:last\:from-blueGray-400:last-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:last\:from-blueGray-500:last-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:last\:from-blueGray-600:last-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:last\:from-blueGray-700:last-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:last\:from-blueGray-800:last-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:last\:from-blueGray-900:last-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:last\:from-current:last-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:last\:from-transparent:last-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:last\:via-black:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:last\:via-white:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:last\:via-rose-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:last\:via-rose-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:last\:via-rose-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:last\:via-rose-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:last\:via-rose-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:last\:via-rose-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:last\:via-rose-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:last\:via-rose-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:last\:via-rose-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:last\:via-rose-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:last\:via-pink-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:last\:via-pink-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:last\:via-pink-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:last\:via-pink-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:last\:via-pink-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:last\:via-pink-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:last\:via-pink-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:last\:via-pink-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:last\:via-pink-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:last\:via-pink-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:last\:via-fuchsia-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:last\:via-fuchsia-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:last\:via-fuchsia-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:last\:via-fuchsia-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:last\:via-fuchsia-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:last\:via-fuchsia-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:last\:via-fuchsia-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:last\:via-fuchsia-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:last\:via-fuchsia-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:last\:via-fuchsia-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:last\:via-purple-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:last\:via-purple-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:last\:via-purple-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:last\:via-purple-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:last\:via-purple-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:last\:via-purple-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:last\:via-purple-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:last\:via-purple-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:last\:via-purple-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:last\:via-purple-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:last\:via-violet-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:last\:via-violet-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:last\:via-violet-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:last\:via-violet-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:last\:via-violet-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:last\:via-violet-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:last\:via-violet-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:last\:via-violet-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:last\:via-violet-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:last\:via-violet-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:last\:via-indigo-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:last\:via-indigo-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:last\:via-indigo-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:last\:via-indigo-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:last\:via-indigo-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:last\:via-indigo-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:last\:via-indigo-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:last\:via-indigo-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:last\:via-indigo-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:last\:via-indigo-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:last\:via-blue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:last\:via-blue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:last\:via-blue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:last\:via-blue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:last\:via-blue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:last\:via-blue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:last\:via-blue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:last\:via-blue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:last\:via-blue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:last\:via-blue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:last\:via-lightBlue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:last\:via-lightBlue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:last\:via-lightBlue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:last\:via-lightBlue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:last\:via-lightBlue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:last\:via-lightBlue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:last\:via-lightBlue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:last\:via-lightBlue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:last\:via-lightBlue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:last\:via-lightBlue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:last\:via-cyan-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:last\:via-cyan-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:last\:via-cyan-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:last\:via-cyan-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:last\:via-cyan-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:last\:via-cyan-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:last\:via-cyan-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:last\:via-cyan-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:last\:via-cyan-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:last\:via-cyan-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:last\:via-teal-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:last\:via-teal-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:last\:via-teal-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:last\:via-teal-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:last\:via-teal-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:last\:via-teal-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:last\:via-teal-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:last\:via-teal-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:last\:via-teal-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:last\:via-teal-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:last\:via-emerald-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:last\:via-emerald-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:last\:via-emerald-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:last\:via-emerald-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:last\:via-emerald-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:last\:via-emerald-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:last\:via-emerald-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:last\:via-emerald-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:last\:via-emerald-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:last\:via-emerald-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:last\:via-green-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:last\:via-green-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:last\:via-green-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:last\:via-green-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:last\:via-green-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:last\:via-green-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:last\:via-green-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:last\:via-green-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:last\:via-green-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:last\:via-green-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:last\:via-lime-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:last\:via-lime-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:last\:via-lime-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:last\:via-lime-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:last\:via-lime-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:last\:via-lime-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:last\:via-lime-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:last\:via-lime-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:last\:via-lime-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:last\:via-lime-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:last\:via-yellow-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:last\:via-yellow-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:last\:via-yellow-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:last\:via-yellow-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:last\:via-yellow-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:last\:via-yellow-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:last\:via-yellow-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:last\:via-yellow-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:last\:via-yellow-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:last\:via-yellow-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:last\:via-amber-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:last\:via-amber-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:last\:via-amber-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:last\:via-amber-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:last\:via-amber-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:last\:via-amber-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:last\:via-amber-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:last\:via-amber-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:last\:via-amber-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:last\:via-amber-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:last\:via-orange-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:last\:via-orange-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:last\:via-orange-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:last\:via-orange-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:last\:via-orange-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:last\:via-orange-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:last\:via-orange-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:last\:via-orange-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:last\:via-orange-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:last\:via-orange-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:last\:via-red-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:last\:via-red-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:last\:via-red-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:last\:via-red-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:last\:via-red-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:last\:via-red-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:last\:via-red-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:last\:via-red-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:last\:via-red-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:last\:via-red-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:last\:via-warmGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:last\:via-warmGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:last\:via-warmGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:last\:via-warmGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:last\:via-warmGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:last\:via-warmGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:last\:via-warmGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:last\:via-warmGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:last\:via-warmGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:last\:via-warmGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:last\:via-trueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:last\:via-trueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:last\:via-trueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:last\:via-trueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:last\:via-trueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:last\:via-trueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:last\:via-trueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:last\:via-trueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:last\:via-trueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:last\:via-trueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:last\:via-gray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:last\:via-gray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:last\:via-gray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:last\:via-gray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:last\:via-gray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:last\:via-gray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:last\:via-gray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:last\:via-gray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:last\:via-gray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:last\:via-gray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:last\:via-coolGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:last\:via-coolGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:last\:via-coolGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:last\:via-coolGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:last\:via-coolGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:last\:via-coolGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:last\:via-coolGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:last\:via-coolGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:last\:via-coolGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:last\:via-coolGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:last\:via-blueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:last\:via-blueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:last\:via-blueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:last\:via-blueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:last\:via-blueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:last\:via-blueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:last\:via-blueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:last\:via-blueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:last\:via-blueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:last\:via-blueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:last\:via-current:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:last\:via-transparent:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:last\:to-black:last-child {
    --tw-gradient-to: #000;
  }

  .sm\:last\:to-white:last-child {
    --tw-gradient-to: #fff;
  }

  .sm\:last\:to-rose-50:last-child {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:last\:to-rose-100:last-child {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:last\:to-rose-200:last-child {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:last\:to-rose-300:last-child {
    --tw-gradient-to: #fda4af;
  }

  .sm\:last\:to-rose-400:last-child {
    --tw-gradient-to: #fb7185;
  }

  .sm\:last\:to-rose-500:last-child {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:last\:to-rose-600:last-child {
    --tw-gradient-to: #e11d48;
  }

  .sm\:last\:to-rose-700:last-child {
    --tw-gradient-to: #be123c;
  }

  .sm\:last\:to-rose-800:last-child {
    --tw-gradient-to: #9f1239;
  }

  .sm\:last\:to-rose-900:last-child {
    --tw-gradient-to: #881337;
  }

  .sm\:last\:to-pink-50:last-child {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:last\:to-pink-100:last-child {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:last\:to-pink-200:last-child {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:last\:to-pink-300:last-child {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:last\:to-pink-400:last-child {
    --tw-gradient-to: #f472b6;
  }

  .sm\:last\:to-pink-500:last-child {
    --tw-gradient-to: #ec4899;
  }

  .sm\:last\:to-pink-600:last-child {
    --tw-gradient-to: #db2777;
  }

  .sm\:last\:to-pink-700:last-child {
    --tw-gradient-to: #be185d;
  }

  .sm\:last\:to-pink-800:last-child {
    --tw-gradient-to: #9d174d;
  }

  .sm\:last\:to-pink-900:last-child {
    --tw-gradient-to: #831843;
  }

  .sm\:last\:to-fuchsia-50:last-child {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:last\:to-fuchsia-100:last-child {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:last\:to-fuchsia-200:last-child {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:last\:to-fuchsia-300:last-child {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:last\:to-fuchsia-400:last-child {
    --tw-gradient-to: #e879f9;
  }

  .sm\:last\:to-fuchsia-500:last-child {
    --tw-gradient-to: #d946ef;
  }

  .sm\:last\:to-fuchsia-600:last-child {
    --tw-gradient-to: #c026d3;
  }

  .sm\:last\:to-fuchsia-700:last-child {
    --tw-gradient-to: #a21caf;
  }

  .sm\:last\:to-fuchsia-800:last-child {
    --tw-gradient-to: #86198f;
  }

  .sm\:last\:to-fuchsia-900:last-child {
    --tw-gradient-to: #701a75;
  }

  .sm\:last\:to-purple-50:last-child {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:last\:to-purple-100:last-child {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:last\:to-purple-200:last-child {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:last\:to-purple-300:last-child {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:last\:to-purple-400:last-child {
    --tw-gradient-to: #c084fc;
  }

  .sm\:last\:to-purple-500:last-child {
    --tw-gradient-to: #a855f7;
  }

  .sm\:last\:to-purple-600:last-child {
    --tw-gradient-to: #9333ea;
  }

  .sm\:last\:to-purple-700:last-child {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:last\:to-purple-800:last-child {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:last\:to-purple-900:last-child {
    --tw-gradient-to: #581c87;
  }

  .sm\:last\:to-violet-50:last-child {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:last\:to-violet-100:last-child {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:last\:to-violet-200:last-child {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:last\:to-violet-300:last-child {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:last\:to-violet-400:last-child {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:last\:to-violet-500:last-child {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:last\:to-violet-600:last-child {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:last\:to-violet-700:last-child {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:last\:to-violet-800:last-child {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:last\:to-violet-900:last-child {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:last\:to-indigo-50:last-child {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:last\:to-indigo-100:last-child {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:last\:to-indigo-200:last-child {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:last\:to-indigo-300:last-child {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:last\:to-indigo-400:last-child {
    --tw-gradient-to: #818cf8;
  }

  .sm\:last\:to-indigo-500:last-child {
    --tw-gradient-to: #6366f1;
  }

  .sm\:last\:to-indigo-600:last-child {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:last\:to-indigo-700:last-child {
    --tw-gradient-to: #4338ca;
  }

  .sm\:last\:to-indigo-800:last-child {
    --tw-gradient-to: #3730a3;
  }

  .sm\:last\:to-indigo-900:last-child {
    --tw-gradient-to: #312e81;
  }

  .sm\:last\:to-blue-50:last-child {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:last\:to-blue-100:last-child {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:last\:to-blue-200:last-child {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:last\:to-blue-300:last-child {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:last\:to-blue-400:last-child {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:last\:to-blue-500:last-child {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:last\:to-blue-600:last-child {
    --tw-gradient-to: #2563eb;
  }

  .sm\:last\:to-blue-700:last-child {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:last\:to-blue-800:last-child {
    --tw-gradient-to: #1e40af;
  }

  .sm\:last\:to-blue-900:last-child {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:last\:to-lightBlue-50:last-child {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:last\:to-lightBlue-100:last-child {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:last\:to-lightBlue-200:last-child {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:last\:to-lightBlue-300:last-child {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:last\:to-lightBlue-400:last-child {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:last\:to-lightBlue-500:last-child {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:last\:to-lightBlue-600:last-child {
    --tw-gradient-to: #0284c7;
  }

  .sm\:last\:to-lightBlue-700:last-child {
    --tw-gradient-to: #0369a1;
  }

  .sm\:last\:to-lightBlue-800:last-child {
    --tw-gradient-to: #075985;
  }

  .sm\:last\:to-lightBlue-900:last-child {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:last\:to-cyan-50:last-child {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:last\:to-cyan-100:last-child {
    --tw-gradient-to: #cffafe;
  }

  .sm\:last\:to-cyan-200:last-child {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:last\:to-cyan-300:last-child {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:last\:to-cyan-400:last-child {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:last\:to-cyan-500:last-child {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:last\:to-cyan-600:last-child {
    --tw-gradient-to: #0891b2;
  }

  .sm\:last\:to-cyan-700:last-child {
    --tw-gradient-to: #0e7490;
  }

  .sm\:last\:to-cyan-800:last-child {
    --tw-gradient-to: #155e75;
  }

  .sm\:last\:to-cyan-900:last-child {
    --tw-gradient-to: #164e63;
  }

  .sm\:last\:to-teal-50:last-child {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:last\:to-teal-100:last-child {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:last\:to-teal-200:last-child {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:last\:to-teal-300:last-child {
    --tw-gradient-to: #5eead4;
  }

  .sm\:last\:to-teal-400:last-child {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:last\:to-teal-500:last-child {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:last\:to-teal-600:last-child {
    --tw-gradient-to: #0d9488;
  }

  .sm\:last\:to-teal-700:last-child {
    --tw-gradient-to: #0f766e;
  }

  .sm\:last\:to-teal-800:last-child {
    --tw-gradient-to: #115e59;
  }

  .sm\:last\:to-teal-900:last-child {
    --tw-gradient-to: #134e4a;
  }

  .sm\:last\:to-emerald-50:last-child {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:last\:to-emerald-100:last-child {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:last\:to-emerald-200:last-child {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:last\:to-emerald-300:last-child {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:last\:to-emerald-400:last-child {
    --tw-gradient-to: #34d399;
  }

  .sm\:last\:to-emerald-500:last-child {
    --tw-gradient-to: #10b981;
  }

  .sm\:last\:to-emerald-600:last-child {
    --tw-gradient-to: #059669;
  }

  .sm\:last\:to-emerald-700:last-child {
    --tw-gradient-to: #047857;
  }

  .sm\:last\:to-emerald-800:last-child {
    --tw-gradient-to: #065f46;
  }

  .sm\:last\:to-emerald-900:last-child {
    --tw-gradient-to: #064e3b;
  }

  .sm\:last\:to-green-50:last-child {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:last\:to-green-100:last-child {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:last\:to-green-200:last-child {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:last\:to-green-300:last-child {
    --tw-gradient-to: #86efac;
  }

  .sm\:last\:to-green-400:last-child {
    --tw-gradient-to: #4ade80;
  }

  .sm\:last\:to-green-500:last-child {
    --tw-gradient-to: #22c55e;
  }

  .sm\:last\:to-green-600:last-child {
    --tw-gradient-to: #16a34a;
  }

  .sm\:last\:to-green-700:last-child {
    --tw-gradient-to: #15803d;
  }

  .sm\:last\:to-green-800:last-child {
    --tw-gradient-to: #166534;
  }

  .sm\:last\:to-green-900:last-child {
    --tw-gradient-to: #14532d;
  }

  .sm\:last\:to-lime-50:last-child {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:last\:to-lime-100:last-child {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:last\:to-lime-200:last-child {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:last\:to-lime-300:last-child {
    --tw-gradient-to: #bef264;
  }

  .sm\:last\:to-lime-400:last-child {
    --tw-gradient-to: #a3e635;
  }

  .sm\:last\:to-lime-500:last-child {
    --tw-gradient-to: #84cc16;
  }

  .sm\:last\:to-lime-600:last-child {
    --tw-gradient-to: #65a30d;
  }

  .sm\:last\:to-lime-700:last-child {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:last\:to-lime-800:last-child {
    --tw-gradient-to: #3f6212;
  }

  .sm\:last\:to-lime-900:last-child {
    --tw-gradient-to: #365314;
  }

  .sm\:last\:to-yellow-50:last-child {
    --tw-gradient-to: #fefce8;
  }

  .sm\:last\:to-yellow-100:last-child {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:last\:to-yellow-200:last-child {
    --tw-gradient-to: #fef08a;
  }

  .sm\:last\:to-yellow-300:last-child {
    --tw-gradient-to: #fde047;
  }

  .sm\:last\:to-yellow-400:last-child {
    --tw-gradient-to: #facc15;
  }

  .sm\:last\:to-yellow-500:last-child {
    --tw-gradient-to: #eab308;
  }

  .sm\:last\:to-yellow-600:last-child {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:last\:to-yellow-700:last-child {
    --tw-gradient-to: #a16207;
  }

  .sm\:last\:to-yellow-800:last-child {
    --tw-gradient-to: #854d0e;
  }

  .sm\:last\:to-yellow-900:last-child {
    --tw-gradient-to: #713f12;
  }

  .sm\:last\:to-amber-50:last-child {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:last\:to-amber-100:last-child {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:last\:to-amber-200:last-child {
    --tw-gradient-to: #fde68a;
  }

  .sm\:last\:to-amber-300:last-child {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:last\:to-amber-400:last-child {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:last\:to-amber-500:last-child {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:last\:to-amber-600:last-child {
    --tw-gradient-to: #d97706;
  }

  .sm\:last\:to-amber-700:last-child {
    --tw-gradient-to: #b45309;
  }

  .sm\:last\:to-amber-800:last-child {
    --tw-gradient-to: #92400e;
  }

  .sm\:last\:to-amber-900:last-child {
    --tw-gradient-to: #78350f;
  }

  .sm\:last\:to-orange-50:last-child {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:last\:to-orange-100:last-child {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:last\:to-orange-200:last-child {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:last\:to-orange-300:last-child {
    --tw-gradient-to: #fdba74;
  }

  .sm\:last\:to-orange-400:last-child {
    --tw-gradient-to: #fb923c;
  }

  .sm\:last\:to-orange-500:last-child {
    --tw-gradient-to: #f97316;
  }

  .sm\:last\:to-orange-600:last-child {
    --tw-gradient-to: #ea580c;
  }

  .sm\:last\:to-orange-700:last-child {
    --tw-gradient-to: #c2410c;
  }

  .sm\:last\:to-orange-800:last-child {
    --tw-gradient-to: #9a3412;
  }

  .sm\:last\:to-orange-900:last-child {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:last\:to-red-50:last-child {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:last\:to-red-100:last-child {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:last\:to-red-200:last-child {
    --tw-gradient-to: #fecaca;
  }

  .sm\:last\:to-red-300:last-child {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:last\:to-red-400:last-child {
    --tw-gradient-to: #f87171;
  }

  .sm\:last\:to-red-500:last-child {
    --tw-gradient-to: #ef4444;
  }

  .sm\:last\:to-red-600:last-child {
    --tw-gradient-to: #dc2626;
  }

  .sm\:last\:to-red-700:last-child {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:last\:to-red-800:last-child {
    --tw-gradient-to: #991b1b;
  }

  .sm\:last\:to-red-900:last-child {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:last\:to-warmGray-50:last-child {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:last\:to-warmGray-100:last-child {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:last\:to-warmGray-200:last-child {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:last\:to-warmGray-300:last-child {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:last\:to-warmGray-400:last-child {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:last\:to-warmGray-500:last-child {
    --tw-gradient-to: #78716c;
  }

  .sm\:last\:to-warmGray-600:last-child {
    --tw-gradient-to: #57534e;
  }

  .sm\:last\:to-warmGray-700:last-child {
    --tw-gradient-to: #44403c;
  }

  .sm\:last\:to-warmGray-800:last-child {
    --tw-gradient-to: #292524;
  }

  .sm\:last\:to-warmGray-900:last-child {
    --tw-gradient-to: #1c1917;
  }

  .sm\:last\:to-trueGray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .sm\:last\:to-trueGray-100:last-child {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:last\:to-trueGray-200:last-child {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:last\:to-trueGray-300:last-child {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:last\:to-trueGray-400:last-child {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:last\:to-trueGray-500:last-child {
    --tw-gradient-to: #737373;
  }

  .sm\:last\:to-trueGray-600:last-child {
    --tw-gradient-to: #525252;
  }

  .sm\:last\:to-trueGray-700:last-child {
    --tw-gradient-to: #404040;
  }

  .sm\:last\:to-trueGray-800:last-child {
    --tw-gradient-to: #262626;
  }

  .sm\:last\:to-trueGray-900:last-child {
    --tw-gradient-to: #171717;
  }

  .sm\:last\:to-gray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .sm\:last\:to-gray-100:last-child {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:last\:to-gray-200:last-child {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:last\:to-gray-300:last-child {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:last\:to-gray-400:last-child {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:last\:to-gray-500:last-child {
    --tw-gradient-to: #71717a;
  }

  .sm\:last\:to-gray-600:last-child {
    --tw-gradient-to: #52525b;
  }

  .sm\:last\:to-gray-700:last-child {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:last\:to-gray-800:last-child {
    --tw-gradient-to: #27272a;
  }

  .sm\:last\:to-gray-900:last-child {
    --tw-gradient-to: #18181b;
  }

  .sm\:last\:to-coolGray-50:last-child {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:last\:to-coolGray-100:last-child {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:last\:to-coolGray-200:last-child {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:last\:to-coolGray-300:last-child {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:last\:to-coolGray-400:last-child {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:last\:to-coolGray-500:last-child {
    --tw-gradient-to: #6b7280;
  }

  .sm\:last\:to-coolGray-600:last-child {
    --tw-gradient-to: #4b5563;
  }

  .sm\:last\:to-coolGray-700:last-child {
    --tw-gradient-to: #374151;
  }

  .sm\:last\:to-coolGray-800:last-child {
    --tw-gradient-to: #1f2937;
  }

  .sm\:last\:to-coolGray-900:last-child {
    --tw-gradient-to: #111827;
  }

  .sm\:last\:to-blueGray-50:last-child {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:last\:to-blueGray-100:last-child {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:last\:to-blueGray-200:last-child {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:last\:to-blueGray-300:last-child {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:last\:to-blueGray-400:last-child {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:last\:to-blueGray-500:last-child {
    --tw-gradient-to: #64748b;
  }

  .sm\:last\:to-blueGray-600:last-child {
    --tw-gradient-to: #475569;
  }

  .sm\:last\:to-blueGray-700:last-child {
    --tw-gradient-to: #334155;
  }

  .sm\:last\:to-blueGray-800:last-child {
    --tw-gradient-to: #1e293b;
  }

  .sm\:last\:to-blueGray-900:last-child {
    --tw-gradient-to: #0f172a;
  }

  .sm\:last\:to-current:last-child {
    --tw-gradient-to: current;
  }

  .sm\:last\:to-transparent:last-child {
    --tw-gradient-to: transparent;
  }

  .sm\:odd\:from-black:nth-child(odd) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:odd\:from-white:nth-child(odd) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:odd\:from-rose-50:nth-child(odd) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:odd\:from-rose-100:nth-child(odd) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:odd\:from-rose-200:nth-child(odd) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:odd\:from-rose-300:nth-child(odd) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:odd\:from-rose-400:nth-child(odd) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:odd\:from-rose-500:nth-child(odd) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:odd\:from-rose-600:nth-child(odd) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:odd\:from-rose-700:nth-child(odd) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:odd\:from-rose-800:nth-child(odd) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:odd\:from-rose-900:nth-child(odd) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:odd\:from-pink-50:nth-child(odd) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:odd\:from-pink-100:nth-child(odd) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:odd\:from-pink-200:nth-child(odd) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:odd\:from-pink-300:nth-child(odd) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:odd\:from-pink-400:nth-child(odd) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:odd\:from-pink-500:nth-child(odd) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:odd\:from-pink-600:nth-child(odd) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:odd\:from-pink-700:nth-child(odd) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:odd\:from-pink-800:nth-child(odd) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:odd\:from-pink-900:nth-child(odd) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:odd\:from-fuchsia-50:nth-child(odd) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:odd\:from-fuchsia-100:nth-child(odd) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:odd\:from-fuchsia-200:nth-child(odd) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:odd\:from-fuchsia-300:nth-child(odd) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:odd\:from-fuchsia-400:nth-child(odd) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:odd\:from-fuchsia-500:nth-child(odd) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:odd\:from-fuchsia-600:nth-child(odd) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:odd\:from-fuchsia-700:nth-child(odd) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:odd\:from-fuchsia-800:nth-child(odd) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:odd\:from-fuchsia-900:nth-child(odd) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:odd\:from-purple-50:nth-child(odd) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:odd\:from-purple-100:nth-child(odd) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:odd\:from-purple-200:nth-child(odd) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:odd\:from-purple-300:nth-child(odd) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:odd\:from-purple-400:nth-child(odd) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:odd\:from-purple-500:nth-child(odd) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:odd\:from-purple-600:nth-child(odd) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:odd\:from-purple-700:nth-child(odd) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:odd\:from-purple-800:nth-child(odd) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:odd\:from-purple-900:nth-child(odd) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:odd\:from-violet-50:nth-child(odd) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:odd\:from-violet-100:nth-child(odd) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:odd\:from-violet-200:nth-child(odd) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:odd\:from-violet-300:nth-child(odd) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:odd\:from-violet-400:nth-child(odd) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:odd\:from-violet-500:nth-child(odd) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:odd\:from-violet-600:nth-child(odd) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:odd\:from-violet-700:nth-child(odd) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:odd\:from-violet-800:nth-child(odd) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:odd\:from-violet-900:nth-child(odd) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:odd\:from-indigo-50:nth-child(odd) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:odd\:from-indigo-100:nth-child(odd) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:odd\:from-indigo-200:nth-child(odd) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:odd\:from-indigo-300:nth-child(odd) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:odd\:from-indigo-400:nth-child(odd) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:odd\:from-indigo-500:nth-child(odd) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:odd\:from-indigo-600:nth-child(odd) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:odd\:from-indigo-700:nth-child(odd) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:odd\:from-indigo-800:nth-child(odd) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:odd\:from-indigo-900:nth-child(odd) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:odd\:from-blue-50:nth-child(odd) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:odd\:from-blue-100:nth-child(odd) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:odd\:from-blue-200:nth-child(odd) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:odd\:from-blue-300:nth-child(odd) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:odd\:from-blue-400:nth-child(odd) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:odd\:from-blue-500:nth-child(odd) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:odd\:from-blue-600:nth-child(odd) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:odd\:from-blue-700:nth-child(odd) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:odd\:from-blue-800:nth-child(odd) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:odd\:from-blue-900:nth-child(odd) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:odd\:from-lightBlue-50:nth-child(odd) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:odd\:from-lightBlue-100:nth-child(odd) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:odd\:from-lightBlue-200:nth-child(odd) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:odd\:from-lightBlue-300:nth-child(odd) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:odd\:from-lightBlue-400:nth-child(odd) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:odd\:from-lightBlue-500:nth-child(odd) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:odd\:from-lightBlue-600:nth-child(odd) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:odd\:from-lightBlue-700:nth-child(odd) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:odd\:from-lightBlue-800:nth-child(odd) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:odd\:from-lightBlue-900:nth-child(odd) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:odd\:from-cyan-50:nth-child(odd) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:odd\:from-cyan-100:nth-child(odd) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:odd\:from-cyan-200:nth-child(odd) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:odd\:from-cyan-300:nth-child(odd) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:odd\:from-cyan-400:nth-child(odd) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:odd\:from-cyan-500:nth-child(odd) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:odd\:from-cyan-600:nth-child(odd) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:odd\:from-cyan-700:nth-child(odd) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:odd\:from-cyan-800:nth-child(odd) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:odd\:from-cyan-900:nth-child(odd) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:odd\:from-teal-50:nth-child(odd) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:odd\:from-teal-100:nth-child(odd) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:odd\:from-teal-200:nth-child(odd) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:odd\:from-teal-300:nth-child(odd) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:odd\:from-teal-400:nth-child(odd) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:odd\:from-teal-500:nth-child(odd) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:odd\:from-teal-600:nth-child(odd) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:odd\:from-teal-700:nth-child(odd) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:odd\:from-teal-800:nth-child(odd) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:odd\:from-teal-900:nth-child(odd) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:odd\:from-emerald-50:nth-child(odd) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:odd\:from-emerald-100:nth-child(odd) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:odd\:from-emerald-200:nth-child(odd) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:odd\:from-emerald-300:nth-child(odd) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:odd\:from-emerald-400:nth-child(odd) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:odd\:from-emerald-500:nth-child(odd) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:odd\:from-emerald-600:nth-child(odd) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:odd\:from-emerald-700:nth-child(odd) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:odd\:from-emerald-800:nth-child(odd) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:odd\:from-emerald-900:nth-child(odd) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:odd\:from-green-50:nth-child(odd) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:odd\:from-green-100:nth-child(odd) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:odd\:from-green-200:nth-child(odd) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:odd\:from-green-300:nth-child(odd) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:odd\:from-green-400:nth-child(odd) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:odd\:from-green-500:nth-child(odd) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:odd\:from-green-600:nth-child(odd) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:odd\:from-green-700:nth-child(odd) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:odd\:from-green-800:nth-child(odd) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:odd\:from-green-900:nth-child(odd) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:odd\:from-lime-50:nth-child(odd) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:odd\:from-lime-100:nth-child(odd) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:odd\:from-lime-200:nth-child(odd) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:odd\:from-lime-300:nth-child(odd) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:odd\:from-lime-400:nth-child(odd) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:odd\:from-lime-500:nth-child(odd) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:odd\:from-lime-600:nth-child(odd) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:odd\:from-lime-700:nth-child(odd) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:odd\:from-lime-800:nth-child(odd) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:odd\:from-lime-900:nth-child(odd) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:odd\:from-yellow-50:nth-child(odd) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:odd\:from-yellow-100:nth-child(odd) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:odd\:from-yellow-200:nth-child(odd) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:odd\:from-yellow-300:nth-child(odd) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:odd\:from-yellow-400:nth-child(odd) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:odd\:from-yellow-500:nth-child(odd) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:odd\:from-yellow-600:nth-child(odd) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:odd\:from-yellow-700:nth-child(odd) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:odd\:from-yellow-800:nth-child(odd) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:odd\:from-yellow-900:nth-child(odd) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:odd\:from-amber-50:nth-child(odd) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:odd\:from-amber-100:nth-child(odd) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:odd\:from-amber-200:nth-child(odd) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:odd\:from-amber-300:nth-child(odd) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:odd\:from-amber-400:nth-child(odd) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:odd\:from-amber-500:nth-child(odd) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:odd\:from-amber-600:nth-child(odd) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:odd\:from-amber-700:nth-child(odd) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:odd\:from-amber-800:nth-child(odd) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:odd\:from-amber-900:nth-child(odd) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:odd\:from-orange-50:nth-child(odd) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:odd\:from-orange-100:nth-child(odd) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:odd\:from-orange-200:nth-child(odd) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:odd\:from-orange-300:nth-child(odd) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:odd\:from-orange-400:nth-child(odd) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:odd\:from-orange-500:nth-child(odd) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:odd\:from-orange-600:nth-child(odd) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:odd\:from-orange-700:nth-child(odd) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:odd\:from-orange-800:nth-child(odd) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:odd\:from-orange-900:nth-child(odd) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:odd\:from-red-50:nth-child(odd) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:odd\:from-red-100:nth-child(odd) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:odd\:from-red-200:nth-child(odd) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:odd\:from-red-300:nth-child(odd) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:odd\:from-red-400:nth-child(odd) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:odd\:from-red-500:nth-child(odd) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:odd\:from-red-600:nth-child(odd) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:odd\:from-red-700:nth-child(odd) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:odd\:from-red-800:nth-child(odd) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:odd\:from-red-900:nth-child(odd) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:odd\:from-warmGray-50:nth-child(odd) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:odd\:from-warmGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:odd\:from-warmGray-200:nth-child(odd) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:odd\:from-warmGray-300:nth-child(odd) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:odd\:from-warmGray-400:nth-child(odd) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:odd\:from-warmGray-500:nth-child(odd) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:odd\:from-warmGray-600:nth-child(odd) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:odd\:from-warmGray-700:nth-child(odd) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:odd\:from-warmGray-800:nth-child(odd) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:odd\:from-warmGray-900:nth-child(odd) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:odd\:from-trueGray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:odd\:from-trueGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:odd\:from-trueGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:odd\:from-trueGray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:odd\:from-trueGray-400:nth-child(odd) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:odd\:from-trueGray-500:nth-child(odd) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:odd\:from-trueGray-600:nth-child(odd) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:odd\:from-trueGray-700:nth-child(odd) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:odd\:from-trueGray-800:nth-child(odd) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:odd\:from-trueGray-900:nth-child(odd) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:odd\:from-gray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:odd\:from-gray-100:nth-child(odd) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:odd\:from-gray-200:nth-child(odd) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:odd\:from-gray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:odd\:from-gray-400:nth-child(odd) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:odd\:from-gray-500:nth-child(odd) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:odd\:from-gray-600:nth-child(odd) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:odd\:from-gray-700:nth-child(odd) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:odd\:from-gray-800:nth-child(odd) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:odd\:from-gray-900:nth-child(odd) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:odd\:from-coolGray-50:nth-child(odd) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:odd\:from-coolGray-100:nth-child(odd) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:odd\:from-coolGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:odd\:from-coolGray-300:nth-child(odd) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:odd\:from-coolGray-400:nth-child(odd) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:odd\:from-coolGray-500:nth-child(odd) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:odd\:from-coolGray-600:nth-child(odd) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:odd\:from-coolGray-700:nth-child(odd) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:odd\:from-coolGray-800:nth-child(odd) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:odd\:from-coolGray-900:nth-child(odd) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:odd\:from-blueGray-50:nth-child(odd) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:odd\:from-blueGray-100:nth-child(odd) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:odd\:from-blueGray-200:nth-child(odd) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:odd\:from-blueGray-300:nth-child(odd) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:odd\:from-blueGray-400:nth-child(odd) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:odd\:from-blueGray-500:nth-child(odd) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:odd\:from-blueGray-600:nth-child(odd) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:odd\:from-blueGray-700:nth-child(odd) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:odd\:from-blueGray-800:nth-child(odd) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:odd\:from-blueGray-900:nth-child(odd) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:odd\:from-current:nth-child(odd) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:odd\:from-transparent:nth-child(odd) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:odd\:via-black:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:odd\:via-white:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:odd\:via-rose-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:odd\:via-rose-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:odd\:via-rose-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:odd\:via-rose-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:odd\:via-rose-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:odd\:via-rose-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:odd\:via-rose-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:odd\:via-rose-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:odd\:via-rose-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:odd\:via-rose-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:odd\:via-pink-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:odd\:via-pink-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:odd\:via-pink-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:odd\:via-pink-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:odd\:via-pink-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:odd\:via-pink-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:odd\:via-pink-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:odd\:via-pink-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:odd\:via-pink-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:odd\:via-pink-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:odd\:via-fuchsia-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:odd\:via-fuchsia-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:odd\:via-fuchsia-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:odd\:via-fuchsia-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:odd\:via-fuchsia-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:odd\:via-fuchsia-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:odd\:via-fuchsia-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:odd\:via-fuchsia-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:odd\:via-fuchsia-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:odd\:via-fuchsia-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:odd\:via-purple-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:odd\:via-purple-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:odd\:via-purple-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:odd\:via-purple-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:odd\:via-purple-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:odd\:via-purple-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:odd\:via-purple-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:odd\:via-purple-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:odd\:via-purple-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:odd\:via-purple-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:odd\:via-violet-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:odd\:via-violet-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:odd\:via-violet-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:odd\:via-violet-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:odd\:via-violet-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:odd\:via-violet-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:odd\:via-violet-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:odd\:via-violet-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:odd\:via-violet-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:odd\:via-violet-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:odd\:via-indigo-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:odd\:via-indigo-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:odd\:via-indigo-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:odd\:via-indigo-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:odd\:via-indigo-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:odd\:via-indigo-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:odd\:via-indigo-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:odd\:via-indigo-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:odd\:via-indigo-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:odd\:via-indigo-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:odd\:via-blue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:odd\:via-blue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:odd\:via-blue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:odd\:via-blue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:odd\:via-blue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:odd\:via-blue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:odd\:via-blue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:odd\:via-blue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:odd\:via-blue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:odd\:via-blue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:odd\:via-lightBlue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:odd\:via-lightBlue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:odd\:via-lightBlue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:odd\:via-lightBlue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:odd\:via-lightBlue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:odd\:via-lightBlue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:odd\:via-lightBlue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:odd\:via-lightBlue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:odd\:via-lightBlue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:odd\:via-lightBlue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:odd\:via-cyan-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:odd\:via-cyan-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:odd\:via-cyan-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:odd\:via-cyan-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:odd\:via-cyan-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:odd\:via-cyan-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:odd\:via-cyan-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:odd\:via-cyan-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:odd\:via-cyan-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:odd\:via-cyan-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:odd\:via-teal-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:odd\:via-teal-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:odd\:via-teal-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:odd\:via-teal-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:odd\:via-teal-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:odd\:via-teal-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:odd\:via-teal-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:odd\:via-teal-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:odd\:via-teal-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:odd\:via-teal-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:odd\:via-emerald-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:odd\:via-emerald-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:odd\:via-emerald-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:odd\:via-emerald-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:odd\:via-emerald-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:odd\:via-emerald-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:odd\:via-emerald-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:odd\:via-emerald-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:odd\:via-emerald-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:odd\:via-emerald-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:odd\:via-green-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:odd\:via-green-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:odd\:via-green-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:odd\:via-green-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:odd\:via-green-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:odd\:via-green-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:odd\:via-green-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:odd\:via-green-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:odd\:via-green-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:odd\:via-green-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:odd\:via-lime-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:odd\:via-lime-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:odd\:via-lime-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:odd\:via-lime-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:odd\:via-lime-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:odd\:via-lime-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:odd\:via-lime-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:odd\:via-lime-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:odd\:via-lime-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:odd\:via-lime-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:odd\:via-yellow-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:odd\:via-yellow-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:odd\:via-yellow-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:odd\:via-yellow-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:odd\:via-yellow-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:odd\:via-yellow-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:odd\:via-yellow-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:odd\:via-yellow-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:odd\:via-yellow-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:odd\:via-yellow-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:odd\:via-amber-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:odd\:via-amber-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:odd\:via-amber-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:odd\:via-amber-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:odd\:via-amber-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:odd\:via-amber-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:odd\:via-amber-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:odd\:via-amber-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:odd\:via-amber-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:odd\:via-amber-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:odd\:via-orange-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:odd\:via-orange-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:odd\:via-orange-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:odd\:via-orange-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:odd\:via-orange-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:odd\:via-orange-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:odd\:via-orange-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:odd\:via-orange-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:odd\:via-orange-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:odd\:via-orange-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:odd\:via-red-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:odd\:via-red-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:odd\:via-red-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:odd\:via-red-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:odd\:via-red-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:odd\:via-red-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:odd\:via-red-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:odd\:via-red-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:odd\:via-red-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:odd\:via-red-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:odd\:via-warmGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:odd\:via-warmGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:odd\:via-warmGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:odd\:via-warmGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:odd\:via-warmGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:odd\:via-warmGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:odd\:via-warmGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:odd\:via-warmGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:odd\:via-warmGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:odd\:via-warmGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:odd\:via-trueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:odd\:via-trueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:odd\:via-trueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:odd\:via-trueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:odd\:via-trueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:odd\:via-trueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:odd\:via-trueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:odd\:via-trueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:odd\:via-trueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:odd\:via-trueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:odd\:via-gray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:odd\:via-gray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:odd\:via-gray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:odd\:via-gray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:odd\:via-gray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:odd\:via-gray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:odd\:via-gray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:odd\:via-gray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:odd\:via-gray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:odd\:via-gray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:odd\:via-coolGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:odd\:via-coolGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:odd\:via-coolGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:odd\:via-coolGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:odd\:via-coolGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:odd\:via-coolGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:odd\:via-coolGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:odd\:via-coolGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:odd\:via-coolGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:odd\:via-coolGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:odd\:via-blueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:odd\:via-blueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:odd\:via-blueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:odd\:via-blueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:odd\:via-blueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:odd\:via-blueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:odd\:via-blueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:odd\:via-blueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:odd\:via-blueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:odd\:via-blueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:odd\:via-current:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:odd\:via-transparent:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:odd\:to-black:nth-child(odd) {
    --tw-gradient-to: #000;
  }

  .sm\:odd\:to-white:nth-child(odd) {
    --tw-gradient-to: #fff;
  }

  .sm\:odd\:to-rose-50:nth-child(odd) {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:odd\:to-rose-100:nth-child(odd) {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:odd\:to-rose-200:nth-child(odd) {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:odd\:to-rose-300:nth-child(odd) {
    --tw-gradient-to: #fda4af;
  }

  .sm\:odd\:to-rose-400:nth-child(odd) {
    --tw-gradient-to: #fb7185;
  }

  .sm\:odd\:to-rose-500:nth-child(odd) {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:odd\:to-rose-600:nth-child(odd) {
    --tw-gradient-to: #e11d48;
  }

  .sm\:odd\:to-rose-700:nth-child(odd) {
    --tw-gradient-to: #be123c;
  }

  .sm\:odd\:to-rose-800:nth-child(odd) {
    --tw-gradient-to: #9f1239;
  }

  .sm\:odd\:to-rose-900:nth-child(odd) {
    --tw-gradient-to: #881337;
  }

  .sm\:odd\:to-pink-50:nth-child(odd) {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:odd\:to-pink-100:nth-child(odd) {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:odd\:to-pink-200:nth-child(odd) {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:odd\:to-pink-300:nth-child(odd) {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:odd\:to-pink-400:nth-child(odd) {
    --tw-gradient-to: #f472b6;
  }

  .sm\:odd\:to-pink-500:nth-child(odd) {
    --tw-gradient-to: #ec4899;
  }

  .sm\:odd\:to-pink-600:nth-child(odd) {
    --tw-gradient-to: #db2777;
  }

  .sm\:odd\:to-pink-700:nth-child(odd) {
    --tw-gradient-to: #be185d;
  }

  .sm\:odd\:to-pink-800:nth-child(odd) {
    --tw-gradient-to: #9d174d;
  }

  .sm\:odd\:to-pink-900:nth-child(odd) {
    --tw-gradient-to: #831843;
  }

  .sm\:odd\:to-fuchsia-50:nth-child(odd) {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:odd\:to-fuchsia-100:nth-child(odd) {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:odd\:to-fuchsia-200:nth-child(odd) {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:odd\:to-fuchsia-300:nth-child(odd) {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:odd\:to-fuchsia-400:nth-child(odd) {
    --tw-gradient-to: #e879f9;
  }

  .sm\:odd\:to-fuchsia-500:nth-child(odd) {
    --tw-gradient-to: #d946ef;
  }

  .sm\:odd\:to-fuchsia-600:nth-child(odd) {
    --tw-gradient-to: #c026d3;
  }

  .sm\:odd\:to-fuchsia-700:nth-child(odd) {
    --tw-gradient-to: #a21caf;
  }

  .sm\:odd\:to-fuchsia-800:nth-child(odd) {
    --tw-gradient-to: #86198f;
  }

  .sm\:odd\:to-fuchsia-900:nth-child(odd) {
    --tw-gradient-to: #701a75;
  }

  .sm\:odd\:to-purple-50:nth-child(odd) {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:odd\:to-purple-100:nth-child(odd) {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:odd\:to-purple-200:nth-child(odd) {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:odd\:to-purple-300:nth-child(odd) {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:odd\:to-purple-400:nth-child(odd) {
    --tw-gradient-to: #c084fc;
  }

  .sm\:odd\:to-purple-500:nth-child(odd) {
    --tw-gradient-to: #a855f7;
  }

  .sm\:odd\:to-purple-600:nth-child(odd) {
    --tw-gradient-to: #9333ea;
  }

  .sm\:odd\:to-purple-700:nth-child(odd) {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:odd\:to-purple-800:nth-child(odd) {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:odd\:to-purple-900:nth-child(odd) {
    --tw-gradient-to: #581c87;
  }

  .sm\:odd\:to-violet-50:nth-child(odd) {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:odd\:to-violet-100:nth-child(odd) {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:odd\:to-violet-200:nth-child(odd) {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:odd\:to-violet-300:nth-child(odd) {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:odd\:to-violet-400:nth-child(odd) {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:odd\:to-violet-500:nth-child(odd) {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:odd\:to-violet-600:nth-child(odd) {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:odd\:to-violet-700:nth-child(odd) {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:odd\:to-violet-800:nth-child(odd) {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:odd\:to-violet-900:nth-child(odd) {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:odd\:to-indigo-50:nth-child(odd) {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:odd\:to-indigo-100:nth-child(odd) {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:odd\:to-indigo-200:nth-child(odd) {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:odd\:to-indigo-300:nth-child(odd) {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:odd\:to-indigo-400:nth-child(odd) {
    --tw-gradient-to: #818cf8;
  }

  .sm\:odd\:to-indigo-500:nth-child(odd) {
    --tw-gradient-to: #6366f1;
  }

  .sm\:odd\:to-indigo-600:nth-child(odd) {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:odd\:to-indigo-700:nth-child(odd) {
    --tw-gradient-to: #4338ca;
  }

  .sm\:odd\:to-indigo-800:nth-child(odd) {
    --tw-gradient-to: #3730a3;
  }

  .sm\:odd\:to-indigo-900:nth-child(odd) {
    --tw-gradient-to: #312e81;
  }

  .sm\:odd\:to-blue-50:nth-child(odd) {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:odd\:to-blue-100:nth-child(odd) {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:odd\:to-blue-200:nth-child(odd) {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:odd\:to-blue-300:nth-child(odd) {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:odd\:to-blue-400:nth-child(odd) {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:odd\:to-blue-500:nth-child(odd) {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:odd\:to-blue-600:nth-child(odd) {
    --tw-gradient-to: #2563eb;
  }

  .sm\:odd\:to-blue-700:nth-child(odd) {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:odd\:to-blue-800:nth-child(odd) {
    --tw-gradient-to: #1e40af;
  }

  .sm\:odd\:to-blue-900:nth-child(odd) {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:odd\:to-lightBlue-50:nth-child(odd) {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:odd\:to-lightBlue-100:nth-child(odd) {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:odd\:to-lightBlue-200:nth-child(odd) {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:odd\:to-lightBlue-300:nth-child(odd) {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:odd\:to-lightBlue-400:nth-child(odd) {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:odd\:to-lightBlue-500:nth-child(odd) {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:odd\:to-lightBlue-600:nth-child(odd) {
    --tw-gradient-to: #0284c7;
  }

  .sm\:odd\:to-lightBlue-700:nth-child(odd) {
    --tw-gradient-to: #0369a1;
  }

  .sm\:odd\:to-lightBlue-800:nth-child(odd) {
    --tw-gradient-to: #075985;
  }

  .sm\:odd\:to-lightBlue-900:nth-child(odd) {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:odd\:to-cyan-50:nth-child(odd) {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:odd\:to-cyan-100:nth-child(odd) {
    --tw-gradient-to: #cffafe;
  }

  .sm\:odd\:to-cyan-200:nth-child(odd) {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:odd\:to-cyan-300:nth-child(odd) {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:odd\:to-cyan-400:nth-child(odd) {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:odd\:to-cyan-500:nth-child(odd) {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:odd\:to-cyan-600:nth-child(odd) {
    --tw-gradient-to: #0891b2;
  }

  .sm\:odd\:to-cyan-700:nth-child(odd) {
    --tw-gradient-to: #0e7490;
  }

  .sm\:odd\:to-cyan-800:nth-child(odd) {
    --tw-gradient-to: #155e75;
  }

  .sm\:odd\:to-cyan-900:nth-child(odd) {
    --tw-gradient-to: #164e63;
  }

  .sm\:odd\:to-teal-50:nth-child(odd) {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:odd\:to-teal-100:nth-child(odd) {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:odd\:to-teal-200:nth-child(odd) {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:odd\:to-teal-300:nth-child(odd) {
    --tw-gradient-to: #5eead4;
  }

  .sm\:odd\:to-teal-400:nth-child(odd) {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:odd\:to-teal-500:nth-child(odd) {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:odd\:to-teal-600:nth-child(odd) {
    --tw-gradient-to: #0d9488;
  }

  .sm\:odd\:to-teal-700:nth-child(odd) {
    --tw-gradient-to: #0f766e;
  }

  .sm\:odd\:to-teal-800:nth-child(odd) {
    --tw-gradient-to: #115e59;
  }

  .sm\:odd\:to-teal-900:nth-child(odd) {
    --tw-gradient-to: #134e4a;
  }

  .sm\:odd\:to-emerald-50:nth-child(odd) {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:odd\:to-emerald-100:nth-child(odd) {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:odd\:to-emerald-200:nth-child(odd) {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:odd\:to-emerald-300:nth-child(odd) {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:odd\:to-emerald-400:nth-child(odd) {
    --tw-gradient-to: #34d399;
  }

  .sm\:odd\:to-emerald-500:nth-child(odd) {
    --tw-gradient-to: #10b981;
  }

  .sm\:odd\:to-emerald-600:nth-child(odd) {
    --tw-gradient-to: #059669;
  }

  .sm\:odd\:to-emerald-700:nth-child(odd) {
    --tw-gradient-to: #047857;
  }

  .sm\:odd\:to-emerald-800:nth-child(odd) {
    --tw-gradient-to: #065f46;
  }

  .sm\:odd\:to-emerald-900:nth-child(odd) {
    --tw-gradient-to: #064e3b;
  }

  .sm\:odd\:to-green-50:nth-child(odd) {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:odd\:to-green-100:nth-child(odd) {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:odd\:to-green-200:nth-child(odd) {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:odd\:to-green-300:nth-child(odd) {
    --tw-gradient-to: #86efac;
  }

  .sm\:odd\:to-green-400:nth-child(odd) {
    --tw-gradient-to: #4ade80;
  }

  .sm\:odd\:to-green-500:nth-child(odd) {
    --tw-gradient-to: #22c55e;
  }

  .sm\:odd\:to-green-600:nth-child(odd) {
    --tw-gradient-to: #16a34a;
  }

  .sm\:odd\:to-green-700:nth-child(odd) {
    --tw-gradient-to: #15803d;
  }

  .sm\:odd\:to-green-800:nth-child(odd) {
    --tw-gradient-to: #166534;
  }

  .sm\:odd\:to-green-900:nth-child(odd) {
    --tw-gradient-to: #14532d;
  }

  .sm\:odd\:to-lime-50:nth-child(odd) {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:odd\:to-lime-100:nth-child(odd) {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:odd\:to-lime-200:nth-child(odd) {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:odd\:to-lime-300:nth-child(odd) {
    --tw-gradient-to: #bef264;
  }

  .sm\:odd\:to-lime-400:nth-child(odd) {
    --tw-gradient-to: #a3e635;
  }

  .sm\:odd\:to-lime-500:nth-child(odd) {
    --tw-gradient-to: #84cc16;
  }

  .sm\:odd\:to-lime-600:nth-child(odd) {
    --tw-gradient-to: #65a30d;
  }

  .sm\:odd\:to-lime-700:nth-child(odd) {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:odd\:to-lime-800:nth-child(odd) {
    --tw-gradient-to: #3f6212;
  }

  .sm\:odd\:to-lime-900:nth-child(odd) {
    --tw-gradient-to: #365314;
  }

  .sm\:odd\:to-yellow-50:nth-child(odd) {
    --tw-gradient-to: #fefce8;
  }

  .sm\:odd\:to-yellow-100:nth-child(odd) {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:odd\:to-yellow-200:nth-child(odd) {
    --tw-gradient-to: #fef08a;
  }

  .sm\:odd\:to-yellow-300:nth-child(odd) {
    --tw-gradient-to: #fde047;
  }

  .sm\:odd\:to-yellow-400:nth-child(odd) {
    --tw-gradient-to: #facc15;
  }

  .sm\:odd\:to-yellow-500:nth-child(odd) {
    --tw-gradient-to: #eab308;
  }

  .sm\:odd\:to-yellow-600:nth-child(odd) {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:odd\:to-yellow-700:nth-child(odd) {
    --tw-gradient-to: #a16207;
  }

  .sm\:odd\:to-yellow-800:nth-child(odd) {
    --tw-gradient-to: #854d0e;
  }

  .sm\:odd\:to-yellow-900:nth-child(odd) {
    --tw-gradient-to: #713f12;
  }

  .sm\:odd\:to-amber-50:nth-child(odd) {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:odd\:to-amber-100:nth-child(odd) {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:odd\:to-amber-200:nth-child(odd) {
    --tw-gradient-to: #fde68a;
  }

  .sm\:odd\:to-amber-300:nth-child(odd) {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:odd\:to-amber-400:nth-child(odd) {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:odd\:to-amber-500:nth-child(odd) {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:odd\:to-amber-600:nth-child(odd) {
    --tw-gradient-to: #d97706;
  }

  .sm\:odd\:to-amber-700:nth-child(odd) {
    --tw-gradient-to: #b45309;
  }

  .sm\:odd\:to-amber-800:nth-child(odd) {
    --tw-gradient-to: #92400e;
  }

  .sm\:odd\:to-amber-900:nth-child(odd) {
    --tw-gradient-to: #78350f;
  }

  .sm\:odd\:to-orange-50:nth-child(odd) {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:odd\:to-orange-100:nth-child(odd) {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:odd\:to-orange-200:nth-child(odd) {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:odd\:to-orange-300:nth-child(odd) {
    --tw-gradient-to: #fdba74;
  }

  .sm\:odd\:to-orange-400:nth-child(odd) {
    --tw-gradient-to: #fb923c;
  }

  .sm\:odd\:to-orange-500:nth-child(odd) {
    --tw-gradient-to: #f97316;
  }

  .sm\:odd\:to-orange-600:nth-child(odd) {
    --tw-gradient-to: #ea580c;
  }

  .sm\:odd\:to-orange-700:nth-child(odd) {
    --tw-gradient-to: #c2410c;
  }

  .sm\:odd\:to-orange-800:nth-child(odd) {
    --tw-gradient-to: #9a3412;
  }

  .sm\:odd\:to-orange-900:nth-child(odd) {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:odd\:to-red-50:nth-child(odd) {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:odd\:to-red-100:nth-child(odd) {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:odd\:to-red-200:nth-child(odd) {
    --tw-gradient-to: #fecaca;
  }

  .sm\:odd\:to-red-300:nth-child(odd) {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:odd\:to-red-400:nth-child(odd) {
    --tw-gradient-to: #f87171;
  }

  .sm\:odd\:to-red-500:nth-child(odd) {
    --tw-gradient-to: #ef4444;
  }

  .sm\:odd\:to-red-600:nth-child(odd) {
    --tw-gradient-to: #dc2626;
  }

  .sm\:odd\:to-red-700:nth-child(odd) {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:odd\:to-red-800:nth-child(odd) {
    --tw-gradient-to: #991b1b;
  }

  .sm\:odd\:to-red-900:nth-child(odd) {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:odd\:to-warmGray-50:nth-child(odd) {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:odd\:to-warmGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:odd\:to-warmGray-200:nth-child(odd) {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:odd\:to-warmGray-300:nth-child(odd) {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:odd\:to-warmGray-400:nth-child(odd) {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:odd\:to-warmGray-500:nth-child(odd) {
    --tw-gradient-to: #78716c;
  }

  .sm\:odd\:to-warmGray-600:nth-child(odd) {
    --tw-gradient-to: #57534e;
  }

  .sm\:odd\:to-warmGray-700:nth-child(odd) {
    --tw-gradient-to: #44403c;
  }

  .sm\:odd\:to-warmGray-800:nth-child(odd) {
    --tw-gradient-to: #292524;
  }

  .sm\:odd\:to-warmGray-900:nth-child(odd) {
    --tw-gradient-to: #1c1917;
  }

  .sm\:odd\:to-trueGray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .sm\:odd\:to-trueGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:odd\:to-trueGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:odd\:to-trueGray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:odd\:to-trueGray-400:nth-child(odd) {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:odd\:to-trueGray-500:nth-child(odd) {
    --tw-gradient-to: #737373;
  }

  .sm\:odd\:to-trueGray-600:nth-child(odd) {
    --tw-gradient-to: #525252;
  }

  .sm\:odd\:to-trueGray-700:nth-child(odd) {
    --tw-gradient-to: #404040;
  }

  .sm\:odd\:to-trueGray-800:nth-child(odd) {
    --tw-gradient-to: #262626;
  }

  .sm\:odd\:to-trueGray-900:nth-child(odd) {
    --tw-gradient-to: #171717;
  }

  .sm\:odd\:to-gray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .sm\:odd\:to-gray-100:nth-child(odd) {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:odd\:to-gray-200:nth-child(odd) {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:odd\:to-gray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:odd\:to-gray-400:nth-child(odd) {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:odd\:to-gray-500:nth-child(odd) {
    --tw-gradient-to: #71717a;
  }

  .sm\:odd\:to-gray-600:nth-child(odd) {
    --tw-gradient-to: #52525b;
  }

  .sm\:odd\:to-gray-700:nth-child(odd) {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:odd\:to-gray-800:nth-child(odd) {
    --tw-gradient-to: #27272a;
  }

  .sm\:odd\:to-gray-900:nth-child(odd) {
    --tw-gradient-to: #18181b;
  }

  .sm\:odd\:to-coolGray-50:nth-child(odd) {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:odd\:to-coolGray-100:nth-child(odd) {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:odd\:to-coolGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:odd\:to-coolGray-300:nth-child(odd) {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:odd\:to-coolGray-400:nth-child(odd) {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:odd\:to-coolGray-500:nth-child(odd) {
    --tw-gradient-to: #6b7280;
  }

  .sm\:odd\:to-coolGray-600:nth-child(odd) {
    --tw-gradient-to: #4b5563;
  }

  .sm\:odd\:to-coolGray-700:nth-child(odd) {
    --tw-gradient-to: #374151;
  }

  .sm\:odd\:to-coolGray-800:nth-child(odd) {
    --tw-gradient-to: #1f2937;
  }

  .sm\:odd\:to-coolGray-900:nth-child(odd) {
    --tw-gradient-to: #111827;
  }

  .sm\:odd\:to-blueGray-50:nth-child(odd) {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:odd\:to-blueGray-100:nth-child(odd) {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:odd\:to-blueGray-200:nth-child(odd) {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:odd\:to-blueGray-300:nth-child(odd) {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:odd\:to-blueGray-400:nth-child(odd) {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:odd\:to-blueGray-500:nth-child(odd) {
    --tw-gradient-to: #64748b;
  }

  .sm\:odd\:to-blueGray-600:nth-child(odd) {
    --tw-gradient-to: #475569;
  }

  .sm\:odd\:to-blueGray-700:nth-child(odd) {
    --tw-gradient-to: #334155;
  }

  .sm\:odd\:to-blueGray-800:nth-child(odd) {
    --tw-gradient-to: #1e293b;
  }

  .sm\:odd\:to-blueGray-900:nth-child(odd) {
    --tw-gradient-to: #0f172a;
  }

  .sm\:odd\:to-current:nth-child(odd) {
    --tw-gradient-to: current;
  }

  .sm\:odd\:to-transparent:nth-child(odd) {
    --tw-gradient-to: transparent;
  }

  .sm\:even\:from-black:nth-child(even) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:even\:from-white:nth-child(even) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:even\:from-rose-50:nth-child(even) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:even\:from-rose-100:nth-child(even) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:even\:from-rose-200:nth-child(even) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:even\:from-rose-300:nth-child(even) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:even\:from-rose-400:nth-child(even) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:even\:from-rose-500:nth-child(even) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:even\:from-rose-600:nth-child(even) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:even\:from-rose-700:nth-child(even) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:even\:from-rose-800:nth-child(even) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:even\:from-rose-900:nth-child(even) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:even\:from-pink-50:nth-child(even) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:even\:from-pink-100:nth-child(even) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:even\:from-pink-200:nth-child(even) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:even\:from-pink-300:nth-child(even) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:even\:from-pink-400:nth-child(even) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:even\:from-pink-500:nth-child(even) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:even\:from-pink-600:nth-child(even) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:even\:from-pink-700:nth-child(even) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:even\:from-pink-800:nth-child(even) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:even\:from-pink-900:nth-child(even) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:even\:from-fuchsia-50:nth-child(even) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:even\:from-fuchsia-100:nth-child(even) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:even\:from-fuchsia-200:nth-child(even) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:even\:from-fuchsia-300:nth-child(even) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:even\:from-fuchsia-400:nth-child(even) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:even\:from-fuchsia-500:nth-child(even) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:even\:from-fuchsia-600:nth-child(even) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:even\:from-fuchsia-700:nth-child(even) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:even\:from-fuchsia-800:nth-child(even) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:even\:from-fuchsia-900:nth-child(even) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:even\:from-purple-50:nth-child(even) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:even\:from-purple-100:nth-child(even) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:even\:from-purple-200:nth-child(even) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:even\:from-purple-300:nth-child(even) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:even\:from-purple-400:nth-child(even) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:even\:from-purple-500:nth-child(even) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:even\:from-purple-600:nth-child(even) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:even\:from-purple-700:nth-child(even) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:even\:from-purple-800:nth-child(even) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:even\:from-purple-900:nth-child(even) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:even\:from-violet-50:nth-child(even) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:even\:from-violet-100:nth-child(even) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:even\:from-violet-200:nth-child(even) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:even\:from-violet-300:nth-child(even) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:even\:from-violet-400:nth-child(even) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:even\:from-violet-500:nth-child(even) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:even\:from-violet-600:nth-child(even) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:even\:from-violet-700:nth-child(even) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:even\:from-violet-800:nth-child(even) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:even\:from-violet-900:nth-child(even) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:even\:from-indigo-50:nth-child(even) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:even\:from-indigo-100:nth-child(even) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:even\:from-indigo-200:nth-child(even) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:even\:from-indigo-300:nth-child(even) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:even\:from-indigo-400:nth-child(even) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:even\:from-indigo-500:nth-child(even) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:even\:from-indigo-600:nth-child(even) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:even\:from-indigo-700:nth-child(even) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:even\:from-indigo-800:nth-child(even) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:even\:from-indigo-900:nth-child(even) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:even\:from-blue-50:nth-child(even) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:even\:from-blue-100:nth-child(even) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:even\:from-blue-200:nth-child(even) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:even\:from-blue-300:nth-child(even) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:even\:from-blue-400:nth-child(even) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:even\:from-blue-500:nth-child(even) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:even\:from-blue-600:nth-child(even) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:even\:from-blue-700:nth-child(even) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:even\:from-blue-800:nth-child(even) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:even\:from-blue-900:nth-child(even) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:even\:from-lightBlue-50:nth-child(even) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:even\:from-lightBlue-100:nth-child(even) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:even\:from-lightBlue-200:nth-child(even) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:even\:from-lightBlue-300:nth-child(even) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:even\:from-lightBlue-400:nth-child(even) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:even\:from-lightBlue-500:nth-child(even) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:even\:from-lightBlue-600:nth-child(even) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:even\:from-lightBlue-700:nth-child(even) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:even\:from-lightBlue-800:nth-child(even) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:even\:from-lightBlue-900:nth-child(even) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:even\:from-cyan-50:nth-child(even) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:even\:from-cyan-100:nth-child(even) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:even\:from-cyan-200:nth-child(even) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:even\:from-cyan-300:nth-child(even) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:even\:from-cyan-400:nth-child(even) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:even\:from-cyan-500:nth-child(even) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:even\:from-cyan-600:nth-child(even) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:even\:from-cyan-700:nth-child(even) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:even\:from-cyan-800:nth-child(even) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:even\:from-cyan-900:nth-child(even) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:even\:from-teal-50:nth-child(even) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:even\:from-teal-100:nth-child(even) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:even\:from-teal-200:nth-child(even) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:even\:from-teal-300:nth-child(even) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:even\:from-teal-400:nth-child(even) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:even\:from-teal-500:nth-child(even) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:even\:from-teal-600:nth-child(even) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:even\:from-teal-700:nth-child(even) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:even\:from-teal-800:nth-child(even) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:even\:from-teal-900:nth-child(even) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:even\:from-emerald-50:nth-child(even) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:even\:from-emerald-100:nth-child(even) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:even\:from-emerald-200:nth-child(even) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:even\:from-emerald-300:nth-child(even) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:even\:from-emerald-400:nth-child(even) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:even\:from-emerald-500:nth-child(even) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:even\:from-emerald-600:nth-child(even) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:even\:from-emerald-700:nth-child(even) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:even\:from-emerald-800:nth-child(even) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:even\:from-emerald-900:nth-child(even) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:even\:from-green-50:nth-child(even) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:even\:from-green-100:nth-child(even) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:even\:from-green-200:nth-child(even) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:even\:from-green-300:nth-child(even) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:even\:from-green-400:nth-child(even) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:even\:from-green-500:nth-child(even) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:even\:from-green-600:nth-child(even) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:even\:from-green-700:nth-child(even) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:even\:from-green-800:nth-child(even) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:even\:from-green-900:nth-child(even) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:even\:from-lime-50:nth-child(even) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:even\:from-lime-100:nth-child(even) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:even\:from-lime-200:nth-child(even) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:even\:from-lime-300:nth-child(even) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:even\:from-lime-400:nth-child(even) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:even\:from-lime-500:nth-child(even) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:even\:from-lime-600:nth-child(even) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:even\:from-lime-700:nth-child(even) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:even\:from-lime-800:nth-child(even) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:even\:from-lime-900:nth-child(even) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:even\:from-yellow-50:nth-child(even) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:even\:from-yellow-100:nth-child(even) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:even\:from-yellow-200:nth-child(even) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:even\:from-yellow-300:nth-child(even) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:even\:from-yellow-400:nth-child(even) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:even\:from-yellow-500:nth-child(even) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:even\:from-yellow-600:nth-child(even) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:even\:from-yellow-700:nth-child(even) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:even\:from-yellow-800:nth-child(even) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:even\:from-yellow-900:nth-child(even) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:even\:from-amber-50:nth-child(even) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:even\:from-amber-100:nth-child(even) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:even\:from-amber-200:nth-child(even) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:even\:from-amber-300:nth-child(even) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:even\:from-amber-400:nth-child(even) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:even\:from-amber-500:nth-child(even) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:even\:from-amber-600:nth-child(even) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:even\:from-amber-700:nth-child(even) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:even\:from-amber-800:nth-child(even) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:even\:from-amber-900:nth-child(even) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:even\:from-orange-50:nth-child(even) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:even\:from-orange-100:nth-child(even) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:even\:from-orange-200:nth-child(even) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:even\:from-orange-300:nth-child(even) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:even\:from-orange-400:nth-child(even) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:even\:from-orange-500:nth-child(even) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:even\:from-orange-600:nth-child(even) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:even\:from-orange-700:nth-child(even) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:even\:from-orange-800:nth-child(even) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:even\:from-orange-900:nth-child(even) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:even\:from-red-50:nth-child(even) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:even\:from-red-100:nth-child(even) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:even\:from-red-200:nth-child(even) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:even\:from-red-300:nth-child(even) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:even\:from-red-400:nth-child(even) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:even\:from-red-500:nth-child(even) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:even\:from-red-600:nth-child(even) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:even\:from-red-700:nth-child(even) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:even\:from-red-800:nth-child(even) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:even\:from-red-900:nth-child(even) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:even\:from-warmGray-50:nth-child(even) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:even\:from-warmGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:even\:from-warmGray-200:nth-child(even) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:even\:from-warmGray-300:nth-child(even) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:even\:from-warmGray-400:nth-child(even) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:even\:from-warmGray-500:nth-child(even) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:even\:from-warmGray-600:nth-child(even) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:even\:from-warmGray-700:nth-child(even) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:even\:from-warmGray-800:nth-child(even) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:even\:from-warmGray-900:nth-child(even) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:even\:from-trueGray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:even\:from-trueGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:even\:from-trueGray-200:nth-child(even) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:even\:from-trueGray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:even\:from-trueGray-400:nth-child(even) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:even\:from-trueGray-500:nth-child(even) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:even\:from-trueGray-600:nth-child(even) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:even\:from-trueGray-700:nth-child(even) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:even\:from-trueGray-800:nth-child(even) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:even\:from-trueGray-900:nth-child(even) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:even\:from-gray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:even\:from-gray-100:nth-child(even) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:even\:from-gray-200:nth-child(even) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:even\:from-gray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:even\:from-gray-400:nth-child(even) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:even\:from-gray-500:nth-child(even) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:even\:from-gray-600:nth-child(even) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:even\:from-gray-700:nth-child(even) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:even\:from-gray-800:nth-child(even) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:even\:from-gray-900:nth-child(even) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:even\:from-coolGray-50:nth-child(even) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:even\:from-coolGray-100:nth-child(even) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:even\:from-coolGray-200:nth-child(even) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:even\:from-coolGray-300:nth-child(even) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:even\:from-coolGray-400:nth-child(even) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:even\:from-coolGray-500:nth-child(even) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:even\:from-coolGray-600:nth-child(even) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:even\:from-coolGray-700:nth-child(even) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:even\:from-coolGray-800:nth-child(even) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:even\:from-coolGray-900:nth-child(even) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:even\:from-blueGray-50:nth-child(even) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:even\:from-blueGray-100:nth-child(even) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:even\:from-blueGray-200:nth-child(even) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:even\:from-blueGray-300:nth-child(even) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:even\:from-blueGray-400:nth-child(even) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:even\:from-blueGray-500:nth-child(even) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:even\:from-blueGray-600:nth-child(even) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:even\:from-blueGray-700:nth-child(even) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:even\:from-blueGray-800:nth-child(even) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:even\:from-blueGray-900:nth-child(even) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:even\:from-current:nth-child(even) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:even\:from-transparent:nth-child(even) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:even\:via-black:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:even\:via-white:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:even\:via-rose-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:even\:via-rose-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:even\:via-rose-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:even\:via-rose-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:even\:via-rose-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:even\:via-rose-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:even\:via-rose-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:even\:via-rose-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:even\:via-rose-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:even\:via-rose-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:even\:via-pink-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:even\:via-pink-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:even\:via-pink-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:even\:via-pink-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:even\:via-pink-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:even\:via-pink-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:even\:via-pink-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:even\:via-pink-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:even\:via-pink-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:even\:via-pink-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:even\:via-fuchsia-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:even\:via-fuchsia-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:even\:via-fuchsia-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:even\:via-fuchsia-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:even\:via-fuchsia-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:even\:via-fuchsia-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:even\:via-fuchsia-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:even\:via-fuchsia-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:even\:via-fuchsia-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:even\:via-fuchsia-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:even\:via-purple-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:even\:via-purple-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:even\:via-purple-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:even\:via-purple-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:even\:via-purple-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:even\:via-purple-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:even\:via-purple-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:even\:via-purple-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:even\:via-purple-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:even\:via-purple-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:even\:via-violet-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:even\:via-violet-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:even\:via-violet-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:even\:via-violet-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:even\:via-violet-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:even\:via-violet-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:even\:via-violet-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:even\:via-violet-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:even\:via-violet-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:even\:via-violet-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:even\:via-indigo-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:even\:via-indigo-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:even\:via-indigo-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:even\:via-indigo-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:even\:via-indigo-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:even\:via-indigo-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:even\:via-indigo-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:even\:via-indigo-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:even\:via-indigo-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:even\:via-indigo-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:even\:via-blue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:even\:via-blue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:even\:via-blue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:even\:via-blue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:even\:via-blue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:even\:via-blue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:even\:via-blue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:even\:via-blue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:even\:via-blue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:even\:via-blue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:even\:via-lightBlue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:even\:via-lightBlue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:even\:via-lightBlue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:even\:via-lightBlue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:even\:via-lightBlue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:even\:via-lightBlue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:even\:via-lightBlue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:even\:via-lightBlue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:even\:via-lightBlue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:even\:via-lightBlue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:even\:via-cyan-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:even\:via-cyan-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:even\:via-cyan-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:even\:via-cyan-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:even\:via-cyan-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:even\:via-cyan-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:even\:via-cyan-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:even\:via-cyan-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:even\:via-cyan-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:even\:via-cyan-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:even\:via-teal-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:even\:via-teal-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:even\:via-teal-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:even\:via-teal-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:even\:via-teal-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:even\:via-teal-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:even\:via-teal-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:even\:via-teal-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:even\:via-teal-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:even\:via-teal-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:even\:via-emerald-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:even\:via-emerald-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:even\:via-emerald-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:even\:via-emerald-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:even\:via-emerald-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:even\:via-emerald-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:even\:via-emerald-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:even\:via-emerald-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:even\:via-emerald-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:even\:via-emerald-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:even\:via-green-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:even\:via-green-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:even\:via-green-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:even\:via-green-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:even\:via-green-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:even\:via-green-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:even\:via-green-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:even\:via-green-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:even\:via-green-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:even\:via-green-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:even\:via-lime-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:even\:via-lime-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:even\:via-lime-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:even\:via-lime-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:even\:via-lime-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:even\:via-lime-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:even\:via-lime-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:even\:via-lime-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:even\:via-lime-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:even\:via-lime-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:even\:via-yellow-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:even\:via-yellow-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:even\:via-yellow-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:even\:via-yellow-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:even\:via-yellow-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:even\:via-yellow-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:even\:via-yellow-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:even\:via-yellow-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:even\:via-yellow-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:even\:via-yellow-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:even\:via-amber-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:even\:via-amber-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:even\:via-amber-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:even\:via-amber-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:even\:via-amber-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:even\:via-amber-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:even\:via-amber-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:even\:via-amber-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:even\:via-amber-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:even\:via-amber-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:even\:via-orange-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:even\:via-orange-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:even\:via-orange-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:even\:via-orange-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:even\:via-orange-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:even\:via-orange-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:even\:via-orange-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:even\:via-orange-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:even\:via-orange-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:even\:via-orange-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:even\:via-red-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:even\:via-red-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:even\:via-red-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:even\:via-red-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:even\:via-red-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:even\:via-red-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:even\:via-red-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:even\:via-red-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:even\:via-red-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:even\:via-red-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:even\:via-warmGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:even\:via-warmGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:even\:via-warmGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:even\:via-warmGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:even\:via-warmGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:even\:via-warmGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:even\:via-warmGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:even\:via-warmGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:even\:via-warmGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:even\:via-warmGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:even\:via-trueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:even\:via-trueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:even\:via-trueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:even\:via-trueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:even\:via-trueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:even\:via-trueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:even\:via-trueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:even\:via-trueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:even\:via-trueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:even\:via-trueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:even\:via-gray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:even\:via-gray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:even\:via-gray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:even\:via-gray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:even\:via-gray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:even\:via-gray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:even\:via-gray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:even\:via-gray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:even\:via-gray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:even\:via-gray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:even\:via-coolGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:even\:via-coolGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:even\:via-coolGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:even\:via-coolGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:even\:via-coolGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:even\:via-coolGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:even\:via-coolGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:even\:via-coolGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:even\:via-coolGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:even\:via-coolGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:even\:via-blueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:even\:via-blueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:even\:via-blueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:even\:via-blueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:even\:via-blueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:even\:via-blueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:even\:via-blueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:even\:via-blueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:even\:via-blueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:even\:via-blueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:even\:via-current:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:even\:via-transparent:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:even\:to-black:nth-child(even) {
    --tw-gradient-to: #000;
  }

  .sm\:even\:to-white:nth-child(even) {
    --tw-gradient-to: #fff;
  }

  .sm\:even\:to-rose-50:nth-child(even) {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:even\:to-rose-100:nth-child(even) {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:even\:to-rose-200:nth-child(even) {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:even\:to-rose-300:nth-child(even) {
    --tw-gradient-to: #fda4af;
  }

  .sm\:even\:to-rose-400:nth-child(even) {
    --tw-gradient-to: #fb7185;
  }

  .sm\:even\:to-rose-500:nth-child(even) {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:even\:to-rose-600:nth-child(even) {
    --tw-gradient-to: #e11d48;
  }

  .sm\:even\:to-rose-700:nth-child(even) {
    --tw-gradient-to: #be123c;
  }

  .sm\:even\:to-rose-800:nth-child(even) {
    --tw-gradient-to: #9f1239;
  }

  .sm\:even\:to-rose-900:nth-child(even) {
    --tw-gradient-to: #881337;
  }

  .sm\:even\:to-pink-50:nth-child(even) {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:even\:to-pink-100:nth-child(even) {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:even\:to-pink-200:nth-child(even) {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:even\:to-pink-300:nth-child(even) {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:even\:to-pink-400:nth-child(even) {
    --tw-gradient-to: #f472b6;
  }

  .sm\:even\:to-pink-500:nth-child(even) {
    --tw-gradient-to: #ec4899;
  }

  .sm\:even\:to-pink-600:nth-child(even) {
    --tw-gradient-to: #db2777;
  }

  .sm\:even\:to-pink-700:nth-child(even) {
    --tw-gradient-to: #be185d;
  }

  .sm\:even\:to-pink-800:nth-child(even) {
    --tw-gradient-to: #9d174d;
  }

  .sm\:even\:to-pink-900:nth-child(even) {
    --tw-gradient-to: #831843;
  }

  .sm\:even\:to-fuchsia-50:nth-child(even) {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:even\:to-fuchsia-100:nth-child(even) {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:even\:to-fuchsia-200:nth-child(even) {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:even\:to-fuchsia-300:nth-child(even) {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:even\:to-fuchsia-400:nth-child(even) {
    --tw-gradient-to: #e879f9;
  }

  .sm\:even\:to-fuchsia-500:nth-child(even) {
    --tw-gradient-to: #d946ef;
  }

  .sm\:even\:to-fuchsia-600:nth-child(even) {
    --tw-gradient-to: #c026d3;
  }

  .sm\:even\:to-fuchsia-700:nth-child(even) {
    --tw-gradient-to: #a21caf;
  }

  .sm\:even\:to-fuchsia-800:nth-child(even) {
    --tw-gradient-to: #86198f;
  }

  .sm\:even\:to-fuchsia-900:nth-child(even) {
    --tw-gradient-to: #701a75;
  }

  .sm\:even\:to-purple-50:nth-child(even) {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:even\:to-purple-100:nth-child(even) {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:even\:to-purple-200:nth-child(even) {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:even\:to-purple-300:nth-child(even) {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:even\:to-purple-400:nth-child(even) {
    --tw-gradient-to: #c084fc;
  }

  .sm\:even\:to-purple-500:nth-child(even) {
    --tw-gradient-to: #a855f7;
  }

  .sm\:even\:to-purple-600:nth-child(even) {
    --tw-gradient-to: #9333ea;
  }

  .sm\:even\:to-purple-700:nth-child(even) {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:even\:to-purple-800:nth-child(even) {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:even\:to-purple-900:nth-child(even) {
    --tw-gradient-to: #581c87;
  }

  .sm\:even\:to-violet-50:nth-child(even) {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:even\:to-violet-100:nth-child(even) {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:even\:to-violet-200:nth-child(even) {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:even\:to-violet-300:nth-child(even) {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:even\:to-violet-400:nth-child(even) {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:even\:to-violet-500:nth-child(even) {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:even\:to-violet-600:nth-child(even) {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:even\:to-violet-700:nth-child(even) {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:even\:to-violet-800:nth-child(even) {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:even\:to-violet-900:nth-child(even) {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:even\:to-indigo-50:nth-child(even) {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:even\:to-indigo-100:nth-child(even) {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:even\:to-indigo-200:nth-child(even) {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:even\:to-indigo-300:nth-child(even) {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:even\:to-indigo-400:nth-child(even) {
    --tw-gradient-to: #818cf8;
  }

  .sm\:even\:to-indigo-500:nth-child(even) {
    --tw-gradient-to: #6366f1;
  }

  .sm\:even\:to-indigo-600:nth-child(even) {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:even\:to-indigo-700:nth-child(even) {
    --tw-gradient-to: #4338ca;
  }

  .sm\:even\:to-indigo-800:nth-child(even) {
    --tw-gradient-to: #3730a3;
  }

  .sm\:even\:to-indigo-900:nth-child(even) {
    --tw-gradient-to: #312e81;
  }

  .sm\:even\:to-blue-50:nth-child(even) {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:even\:to-blue-100:nth-child(even) {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:even\:to-blue-200:nth-child(even) {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:even\:to-blue-300:nth-child(even) {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:even\:to-blue-400:nth-child(even) {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:even\:to-blue-500:nth-child(even) {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:even\:to-blue-600:nth-child(even) {
    --tw-gradient-to: #2563eb;
  }

  .sm\:even\:to-blue-700:nth-child(even) {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:even\:to-blue-800:nth-child(even) {
    --tw-gradient-to: #1e40af;
  }

  .sm\:even\:to-blue-900:nth-child(even) {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:even\:to-lightBlue-50:nth-child(even) {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:even\:to-lightBlue-100:nth-child(even) {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:even\:to-lightBlue-200:nth-child(even) {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:even\:to-lightBlue-300:nth-child(even) {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:even\:to-lightBlue-400:nth-child(even) {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:even\:to-lightBlue-500:nth-child(even) {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:even\:to-lightBlue-600:nth-child(even) {
    --tw-gradient-to: #0284c7;
  }

  .sm\:even\:to-lightBlue-700:nth-child(even) {
    --tw-gradient-to: #0369a1;
  }

  .sm\:even\:to-lightBlue-800:nth-child(even) {
    --tw-gradient-to: #075985;
  }

  .sm\:even\:to-lightBlue-900:nth-child(even) {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:even\:to-cyan-50:nth-child(even) {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:even\:to-cyan-100:nth-child(even) {
    --tw-gradient-to: #cffafe;
  }

  .sm\:even\:to-cyan-200:nth-child(even) {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:even\:to-cyan-300:nth-child(even) {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:even\:to-cyan-400:nth-child(even) {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:even\:to-cyan-500:nth-child(even) {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:even\:to-cyan-600:nth-child(even) {
    --tw-gradient-to: #0891b2;
  }

  .sm\:even\:to-cyan-700:nth-child(even) {
    --tw-gradient-to: #0e7490;
  }

  .sm\:even\:to-cyan-800:nth-child(even) {
    --tw-gradient-to: #155e75;
  }

  .sm\:even\:to-cyan-900:nth-child(even) {
    --tw-gradient-to: #164e63;
  }

  .sm\:even\:to-teal-50:nth-child(even) {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:even\:to-teal-100:nth-child(even) {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:even\:to-teal-200:nth-child(even) {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:even\:to-teal-300:nth-child(even) {
    --tw-gradient-to: #5eead4;
  }

  .sm\:even\:to-teal-400:nth-child(even) {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:even\:to-teal-500:nth-child(even) {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:even\:to-teal-600:nth-child(even) {
    --tw-gradient-to: #0d9488;
  }

  .sm\:even\:to-teal-700:nth-child(even) {
    --tw-gradient-to: #0f766e;
  }

  .sm\:even\:to-teal-800:nth-child(even) {
    --tw-gradient-to: #115e59;
  }

  .sm\:even\:to-teal-900:nth-child(even) {
    --tw-gradient-to: #134e4a;
  }

  .sm\:even\:to-emerald-50:nth-child(even) {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:even\:to-emerald-100:nth-child(even) {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:even\:to-emerald-200:nth-child(even) {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:even\:to-emerald-300:nth-child(even) {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:even\:to-emerald-400:nth-child(even) {
    --tw-gradient-to: #34d399;
  }

  .sm\:even\:to-emerald-500:nth-child(even) {
    --tw-gradient-to: #10b981;
  }

  .sm\:even\:to-emerald-600:nth-child(even) {
    --tw-gradient-to: #059669;
  }

  .sm\:even\:to-emerald-700:nth-child(even) {
    --tw-gradient-to: #047857;
  }

  .sm\:even\:to-emerald-800:nth-child(even) {
    --tw-gradient-to: #065f46;
  }

  .sm\:even\:to-emerald-900:nth-child(even) {
    --tw-gradient-to: #064e3b;
  }

  .sm\:even\:to-green-50:nth-child(even) {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:even\:to-green-100:nth-child(even) {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:even\:to-green-200:nth-child(even) {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:even\:to-green-300:nth-child(even) {
    --tw-gradient-to: #86efac;
  }

  .sm\:even\:to-green-400:nth-child(even) {
    --tw-gradient-to: #4ade80;
  }

  .sm\:even\:to-green-500:nth-child(even) {
    --tw-gradient-to: #22c55e;
  }

  .sm\:even\:to-green-600:nth-child(even) {
    --tw-gradient-to: #16a34a;
  }

  .sm\:even\:to-green-700:nth-child(even) {
    --tw-gradient-to: #15803d;
  }

  .sm\:even\:to-green-800:nth-child(even) {
    --tw-gradient-to: #166534;
  }

  .sm\:even\:to-green-900:nth-child(even) {
    --tw-gradient-to: #14532d;
  }

  .sm\:even\:to-lime-50:nth-child(even) {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:even\:to-lime-100:nth-child(even) {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:even\:to-lime-200:nth-child(even) {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:even\:to-lime-300:nth-child(even) {
    --tw-gradient-to: #bef264;
  }

  .sm\:even\:to-lime-400:nth-child(even) {
    --tw-gradient-to: #a3e635;
  }

  .sm\:even\:to-lime-500:nth-child(even) {
    --tw-gradient-to: #84cc16;
  }

  .sm\:even\:to-lime-600:nth-child(even) {
    --tw-gradient-to: #65a30d;
  }

  .sm\:even\:to-lime-700:nth-child(even) {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:even\:to-lime-800:nth-child(even) {
    --tw-gradient-to: #3f6212;
  }

  .sm\:even\:to-lime-900:nth-child(even) {
    --tw-gradient-to: #365314;
  }

  .sm\:even\:to-yellow-50:nth-child(even) {
    --tw-gradient-to: #fefce8;
  }

  .sm\:even\:to-yellow-100:nth-child(even) {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:even\:to-yellow-200:nth-child(even) {
    --tw-gradient-to: #fef08a;
  }

  .sm\:even\:to-yellow-300:nth-child(even) {
    --tw-gradient-to: #fde047;
  }

  .sm\:even\:to-yellow-400:nth-child(even) {
    --tw-gradient-to: #facc15;
  }

  .sm\:even\:to-yellow-500:nth-child(even) {
    --tw-gradient-to: #eab308;
  }

  .sm\:even\:to-yellow-600:nth-child(even) {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:even\:to-yellow-700:nth-child(even) {
    --tw-gradient-to: #a16207;
  }

  .sm\:even\:to-yellow-800:nth-child(even) {
    --tw-gradient-to: #854d0e;
  }

  .sm\:even\:to-yellow-900:nth-child(even) {
    --tw-gradient-to: #713f12;
  }

  .sm\:even\:to-amber-50:nth-child(even) {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:even\:to-amber-100:nth-child(even) {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:even\:to-amber-200:nth-child(even) {
    --tw-gradient-to: #fde68a;
  }

  .sm\:even\:to-amber-300:nth-child(even) {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:even\:to-amber-400:nth-child(even) {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:even\:to-amber-500:nth-child(even) {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:even\:to-amber-600:nth-child(even) {
    --tw-gradient-to: #d97706;
  }

  .sm\:even\:to-amber-700:nth-child(even) {
    --tw-gradient-to: #b45309;
  }

  .sm\:even\:to-amber-800:nth-child(even) {
    --tw-gradient-to: #92400e;
  }

  .sm\:even\:to-amber-900:nth-child(even) {
    --tw-gradient-to: #78350f;
  }

  .sm\:even\:to-orange-50:nth-child(even) {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:even\:to-orange-100:nth-child(even) {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:even\:to-orange-200:nth-child(even) {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:even\:to-orange-300:nth-child(even) {
    --tw-gradient-to: #fdba74;
  }

  .sm\:even\:to-orange-400:nth-child(even) {
    --tw-gradient-to: #fb923c;
  }

  .sm\:even\:to-orange-500:nth-child(even) {
    --tw-gradient-to: #f97316;
  }

  .sm\:even\:to-orange-600:nth-child(even) {
    --tw-gradient-to: #ea580c;
  }

  .sm\:even\:to-orange-700:nth-child(even) {
    --tw-gradient-to: #c2410c;
  }

  .sm\:even\:to-orange-800:nth-child(even) {
    --tw-gradient-to: #9a3412;
  }

  .sm\:even\:to-orange-900:nth-child(even) {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:even\:to-red-50:nth-child(even) {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:even\:to-red-100:nth-child(even) {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:even\:to-red-200:nth-child(even) {
    --tw-gradient-to: #fecaca;
  }

  .sm\:even\:to-red-300:nth-child(even) {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:even\:to-red-400:nth-child(even) {
    --tw-gradient-to: #f87171;
  }

  .sm\:even\:to-red-500:nth-child(even) {
    --tw-gradient-to: #ef4444;
  }

  .sm\:even\:to-red-600:nth-child(even) {
    --tw-gradient-to: #dc2626;
  }

  .sm\:even\:to-red-700:nth-child(even) {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:even\:to-red-800:nth-child(even) {
    --tw-gradient-to: #991b1b;
  }

  .sm\:even\:to-red-900:nth-child(even) {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:even\:to-warmGray-50:nth-child(even) {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:even\:to-warmGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:even\:to-warmGray-200:nth-child(even) {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:even\:to-warmGray-300:nth-child(even) {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:even\:to-warmGray-400:nth-child(even) {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:even\:to-warmGray-500:nth-child(even) {
    --tw-gradient-to: #78716c;
  }

  .sm\:even\:to-warmGray-600:nth-child(even) {
    --tw-gradient-to: #57534e;
  }

  .sm\:even\:to-warmGray-700:nth-child(even) {
    --tw-gradient-to: #44403c;
  }

  .sm\:even\:to-warmGray-800:nth-child(even) {
    --tw-gradient-to: #292524;
  }

  .sm\:even\:to-warmGray-900:nth-child(even) {
    --tw-gradient-to: #1c1917;
  }

  .sm\:even\:to-trueGray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .sm\:even\:to-trueGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:even\:to-trueGray-200:nth-child(even) {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:even\:to-trueGray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:even\:to-trueGray-400:nth-child(even) {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:even\:to-trueGray-500:nth-child(even) {
    --tw-gradient-to: #737373;
  }

  .sm\:even\:to-trueGray-600:nth-child(even) {
    --tw-gradient-to: #525252;
  }

  .sm\:even\:to-trueGray-700:nth-child(even) {
    --tw-gradient-to: #404040;
  }

  .sm\:even\:to-trueGray-800:nth-child(even) {
    --tw-gradient-to: #262626;
  }

  .sm\:even\:to-trueGray-900:nth-child(even) {
    --tw-gradient-to: #171717;
  }

  .sm\:even\:to-gray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .sm\:even\:to-gray-100:nth-child(even) {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:even\:to-gray-200:nth-child(even) {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:even\:to-gray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:even\:to-gray-400:nth-child(even) {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:even\:to-gray-500:nth-child(even) {
    --tw-gradient-to: #71717a;
  }

  .sm\:even\:to-gray-600:nth-child(even) {
    --tw-gradient-to: #52525b;
  }

  .sm\:even\:to-gray-700:nth-child(even) {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:even\:to-gray-800:nth-child(even) {
    --tw-gradient-to: #27272a;
  }

  .sm\:even\:to-gray-900:nth-child(even) {
    --tw-gradient-to: #18181b;
  }

  .sm\:even\:to-coolGray-50:nth-child(even) {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:even\:to-coolGray-100:nth-child(even) {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:even\:to-coolGray-200:nth-child(even) {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:even\:to-coolGray-300:nth-child(even) {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:even\:to-coolGray-400:nth-child(even) {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:even\:to-coolGray-500:nth-child(even) {
    --tw-gradient-to: #6b7280;
  }

  .sm\:even\:to-coolGray-600:nth-child(even) {
    --tw-gradient-to: #4b5563;
  }

  .sm\:even\:to-coolGray-700:nth-child(even) {
    --tw-gradient-to: #374151;
  }

  .sm\:even\:to-coolGray-800:nth-child(even) {
    --tw-gradient-to: #1f2937;
  }

  .sm\:even\:to-coolGray-900:nth-child(even) {
    --tw-gradient-to: #111827;
  }

  .sm\:even\:to-blueGray-50:nth-child(even) {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:even\:to-blueGray-100:nth-child(even) {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:even\:to-blueGray-200:nth-child(even) {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:even\:to-blueGray-300:nth-child(even) {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:even\:to-blueGray-400:nth-child(even) {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:even\:to-blueGray-500:nth-child(even) {
    --tw-gradient-to: #64748b;
  }

  .sm\:even\:to-blueGray-600:nth-child(even) {
    --tw-gradient-to: #475569;
  }

  .sm\:even\:to-blueGray-700:nth-child(even) {
    --tw-gradient-to: #334155;
  }

  .sm\:even\:to-blueGray-800:nth-child(even) {
    --tw-gradient-to: #1e293b;
  }

  .sm\:even\:to-blueGray-900:nth-child(even) {
    --tw-gradient-to: #0f172a;
  }

  .sm\:even\:to-current:nth-child(even) {
    --tw-gradient-to: current;
  }

  .sm\:even\:to-transparent:nth-child(even) {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-rose-50:hover {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:hover\:from-rose-100:hover {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:hover\:from-rose-200:hover {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:hover\:from-rose-300:hover {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:hover\:from-rose-400:hover {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:hover\:from-rose-500:hover {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:hover\:from-rose-600:hover {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:hover\:from-rose-700:hover {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:hover\:from-rose-800:hover {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:hover\:from-rose-900:hover {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:hover\:from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:hover\:from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:hover\:from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:hover\:from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:hover\:from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:hover\:from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:hover\:from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:hover\:from-fuchsia-800:hover {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:hover\:from-fuchsia-900:hover {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:hover\:from-purple-50:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:hover\:from-violet-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:from-violet-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:from-violet-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:from-violet-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:from-violet-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:from-violet-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:from-violet-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:from-violet-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:from-violet-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:from-violet-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:hover\:from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:hover\:from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:hover\:from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:hover\:from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:hover\:from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:hover\:from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:hover\:from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:hover\:from-lightBlue-800:hover {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:hover\:from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:hover\:from-teal-50:hover {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:hover\:from-teal-100:hover {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:hover\:from-teal-200:hover {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:hover\:from-teal-300:hover {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:hover\:from-teal-400:hover {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:hover\:from-teal-500:hover {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:hover\:from-teal-600:hover {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:hover\:from-teal-700:hover {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:hover\:from-teal-800:hover {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:hover\:from-teal-900:hover {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:hover\:from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:from-emerald-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:from-emerald-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:from-emerald-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:from-emerald-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:from-emerald-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:from-emerald-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:from-emerald-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:hover\:from-amber-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:from-amber-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:from-amber-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:from-amber-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:from-amber-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:from-amber-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:from-amber-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:from-amber-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:from-amber-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:from-amber-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:from-orange-50:hover {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:hover\:from-orange-200:hover {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:hover\:from-orange-300:hover {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:hover\:from-orange-400:hover {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:hover\:from-orange-500:hover {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:hover\:from-orange-700:hover {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:hover\:from-orange-800:hover {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:hover\:from-orange-900:hover {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:from-warmGray-50:hover {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:hover\:from-warmGray-100:hover {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:hover\:from-warmGray-200:hover {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:hover\:from-warmGray-300:hover {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:hover\:from-warmGray-400:hover {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:hover\:from-warmGray-500:hover {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:hover\:from-warmGray-600:hover {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:hover\:from-warmGray-700:hover {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:hover\:from-warmGray-800:hover {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:hover\:from-warmGray-900:hover {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:hover\:from-trueGray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:hover\:from-trueGray-100:hover {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:hover\:from-trueGray-200:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:hover\:from-trueGray-300:hover {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:hover\:from-trueGray-400:hover {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:hover\:from-trueGray-500:hover {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:hover\:from-trueGray-600:hover {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:hover\:from-trueGray-700:hover {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:hover\:from-trueGray-800:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:hover\:from-trueGray-900:hover {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:hover\:from-coolGray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-coolGray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:from-coolGray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:from-coolGray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:from-coolGray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:from-coolGray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:from-coolGray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:from-coolGray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:from-coolGray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:from-coolGray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:hover\:from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:hover\:from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:hover\:from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:hover\:from-blueGray-500:hover {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:hover\:from-blueGray-600:hover {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:hover\:from-blueGray-700:hover {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:hover\:from-blueGray-800:hover {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:hover\:from-blueGray-900:hover {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:hover\:via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:hover\:via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:hover\:via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:hover\:via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:hover\:via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:hover\:via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:hover\:via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:hover\:via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:hover\:via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:hover\:via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:hover\:via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:hover\:via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:hover\:via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:hover\:via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:hover\:via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:hover\:via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:hover\:via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:hover\:via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:hover\:via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:hover\:via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:hover\:via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:hover\:via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:hover\:via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:hover\:via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:hover\:via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:hover\:via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:hover\:via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:hover\:via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:hover\:via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:hover\:via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:hover\:via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:via-warmGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:hover\:via-warmGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:hover\:via-warmGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:hover\:via-warmGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:hover\:via-warmGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:hover\:via-warmGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:hover\:via-warmGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:hover\:via-warmGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:hover\:via-warmGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:hover\:via-warmGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:hover\:via-trueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:hover\:via-trueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:hover\:via-trueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:hover\:via-trueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:hover\:via-trueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:hover\:via-trueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:hover\:via-trueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:hover\:via-trueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:hover\:via-trueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:hover\:via-trueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:hover\:via-coolGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-coolGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-coolGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-coolGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-coolGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-coolGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-coolGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-coolGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-coolGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-coolGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:hover\:via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:hover\:via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:hover\:via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:hover\:via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:hover\:via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:hover\:via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:hover\:via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:hover\:via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-rose-50:hover {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:hover\:to-rose-100:hover {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:hover\:to-rose-200:hover {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:hover\:to-rose-300:hover {
    --tw-gradient-to: #fda4af;
  }

  .sm\:hover\:to-rose-400:hover {
    --tw-gradient-to: #fb7185;
  }

  .sm\:hover\:to-rose-500:hover {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:hover\:to-rose-600:hover {
    --tw-gradient-to: #e11d48;
  }

  .sm\:hover\:to-rose-700:hover {
    --tw-gradient-to: #be123c;
  }

  .sm\:hover\:to-rose-800:hover {
    --tw-gradient-to: #9f1239;
  }

  .sm\:hover\:to-rose-900:hover {
    --tw-gradient-to: #881337;
  }

  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .sm\:hover\:to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:hover\:to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:hover\:to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:hover\:to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:hover\:to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9;
  }

  .sm\:hover\:to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef;
  }

  .sm\:hover\:to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3;
  }

  .sm\:hover\:to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf;
  }

  .sm\:hover\:to-fuchsia-800:hover {
    --tw-gradient-to: #86198f;
  }

  .sm\:hover\:to-fuchsia-900:hover {
    --tw-gradient-to: #701a75;
  }

  .sm\:hover\:to-purple-50:hover {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #c084fc;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #a855f7;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #9333ea;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #581c87;
  }

  .sm\:hover\:to-violet-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-violet-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-violet-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-violet-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-violet-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-violet-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-violet-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-violet-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-violet-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-violet-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:hover\:to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:hover\:to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:hover\:to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:hover\:to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:hover\:to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:hover\:to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:hover\:to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7;
  }

  .sm\:hover\:to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1;
  }

  .sm\:hover\:to-lightBlue-800:hover {
    --tw-gradient-to: #075985;
  }

  .sm\:hover\:to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe;
  }

  .sm\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2;
  }

  .sm\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490;
  }

  .sm\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75;
  }

  .sm\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63;
  }

  .sm\:hover\:to-teal-50:hover {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:hover\:to-teal-100:hover {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:hover\:to-teal-200:hover {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:hover\:to-teal-300:hover {
    --tw-gradient-to: #5eead4;
  }

  .sm\:hover\:to-teal-400:hover {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:hover\:to-teal-500:hover {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:hover\:to-teal-600:hover {
    --tw-gradient-to: #0d9488;
  }

  .sm\:hover\:to-teal-700:hover {
    --tw-gradient-to: #0f766e;
  }

  .sm\:hover\:to-teal-800:hover {
    --tw-gradient-to: #115e59;
  }

  .sm\:hover\:to-teal-900:hover {
    --tw-gradient-to: #134e4a;
  }

  .sm\:hover\:to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-emerald-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:hover\:to-emerald-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm\:hover\:to-emerald-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm\:hover\:to-emerald-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm\:hover\:to-emerald-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm\:hover\:to-emerald-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-emerald-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #86efac;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #4ade80;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #22c55e;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #16a34a;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #15803d;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #166534;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #14532d;
  }

  .sm\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264;
  }

  .sm\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635;
  }

  .sm\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16;
  }

  .sm\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d;
  }

  .sm\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212;
  }

  .sm\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314;
  }

  .sm\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fefce8;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fde047;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #facc15;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #a16207;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #854d0e;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #713f12;
  }

  .sm\:hover\:to-amber-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-amber-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-amber-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-amber-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-amber-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:hover\:to-amber-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-amber-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-amber-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-amber-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-amber-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-orange-50:hover {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:hover\:to-orange-200:hover {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:hover\:to-orange-300:hover {
    --tw-gradient-to: #fdba74;
  }

  .sm\:hover\:to-orange-400:hover {
    --tw-gradient-to: #fb923c;
  }

  .sm\:hover\:to-orange-500:hover {
    --tw-gradient-to: #f97316;
  }

  .sm\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ea580c;
  }

  .sm\:hover\:to-orange-700:hover {
    --tw-gradient-to: #c2410c;
  }

  .sm\:hover\:to-orange-800:hover {
    --tw-gradient-to: #9a3412;
  }

  .sm\:hover\:to-orange-900:hover {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:hover\:to-warmGray-50:hover {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:hover\:to-warmGray-100:hover {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:hover\:to-warmGray-200:hover {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:hover\:to-warmGray-300:hover {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:hover\:to-warmGray-400:hover {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:hover\:to-warmGray-500:hover {
    --tw-gradient-to: #78716c;
  }

  .sm\:hover\:to-warmGray-600:hover {
    --tw-gradient-to: #57534e;
  }

  .sm\:hover\:to-warmGray-700:hover {
    --tw-gradient-to: #44403c;
  }

  .sm\:hover\:to-warmGray-800:hover {
    --tw-gradient-to: #292524;
  }

  .sm\:hover\:to-warmGray-900:hover {
    --tw-gradient-to: #1c1917;
  }

  .sm\:hover\:to-trueGray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .sm\:hover\:to-trueGray-100:hover {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:hover\:to-trueGray-200:hover {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:hover\:to-trueGray-300:hover {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:hover\:to-trueGray-400:hover {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:hover\:to-trueGray-500:hover {
    --tw-gradient-to: #737373;
  }

  .sm\:hover\:to-trueGray-600:hover {
    --tw-gradient-to: #525252;
  }

  .sm\:hover\:to-trueGray-700:hover {
    --tw-gradient-to: #404040;
  }

  .sm\:hover\:to-trueGray-800:hover {
    --tw-gradient-to: #262626;
  }

  .sm\:hover\:to-trueGray-900:hover {
    --tw-gradient-to: #171717;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .sm\:hover\:to-coolGray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-coolGray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-coolGray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-coolGray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-coolGray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-coolGray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-coolGray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-coolGray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-coolGray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-coolGray-900:hover {
    --tw-gradient-to: #111827;
  }

  .sm\:hover\:to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:hover\:to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:hover\:to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:hover\:to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:hover\:to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:hover\:to-blueGray-500:hover {
    --tw-gradient-to: #64748b;
  }

  .sm\:hover\:to-blueGray-600:hover {
    --tw-gradient-to: #475569;
  }

  .sm\:hover\:to-blueGray-700:hover {
    --tw-gradient-to: #334155;
  }

  .sm\:hover\:to-blueGray-800:hover {
    --tw-gradient-to: #1e293b;
  }

  .sm\:hover\:to-blueGray-900:hover {
    --tw-gradient-to: #0f172a;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: current;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-rose-50:focus {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus\:from-rose-100:focus {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus\:from-rose-200:focus {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus\:from-rose-300:focus {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus\:from-rose-400:focus {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus\:from-rose-500:focus {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus\:from-rose-600:focus {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus\:from-rose-700:focus {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus\:from-rose-800:focus {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus\:from-rose-900:focus {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus\:from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus\:from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus\:from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus\:from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus\:from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus\:from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus\:from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus\:from-fuchsia-800:focus {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus\:from-fuchsia-900:focus {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus\:from-purple-50:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:focus\:from-violet-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:from-violet-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:from-violet-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:from-violet-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:from-violet-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:from-violet-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:from-violet-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:from-violet-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:from-violet-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:from-violet-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus\:from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus\:from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus\:from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus\:from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus\:from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus\:from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus\:from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus\:from-lightBlue-800:focus {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus\:from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:focus\:from-teal-50:focus {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:focus\:from-teal-100:focus {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:focus\:from-teal-200:focus {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:focus\:from-teal-300:focus {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:focus\:from-teal-400:focus {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:focus\:from-teal-500:focus {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:focus\:from-teal-600:focus {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:focus\:from-teal-700:focus {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:focus\:from-teal-800:focus {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:focus\:from-teal-900:focus {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:focus\:from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:from-emerald-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:from-emerald-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:from-emerald-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:from-emerald-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:from-emerald-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:from-emerald-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:from-emerald-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:focus\:from-amber-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:from-amber-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:from-amber-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:from-amber-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:from-amber-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:from-amber-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:from-amber-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:from-amber-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:from-amber-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:from-amber-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:from-orange-50:focus {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:focus\:from-orange-200:focus {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:focus\:from-orange-300:focus {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:focus\:from-orange-400:focus {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:focus\:from-orange-500:focus {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:focus\:from-orange-700:focus {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:focus\:from-orange-800:focus {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:focus\:from-orange-900:focus {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:from-warmGray-50:focus {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:focus\:from-warmGray-100:focus {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:focus\:from-warmGray-200:focus {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:focus\:from-warmGray-300:focus {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:focus\:from-warmGray-400:focus {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:focus\:from-warmGray-500:focus {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:focus\:from-warmGray-600:focus {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:focus\:from-warmGray-700:focus {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:focus\:from-warmGray-800:focus {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:focus\:from-warmGray-900:focus {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:focus\:from-trueGray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus\:from-trueGray-100:focus {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus\:from-trueGray-200:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus\:from-trueGray-300:focus {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:focus\:from-trueGray-400:focus {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:focus\:from-trueGray-500:focus {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:focus\:from-trueGray-600:focus {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:focus\:from-trueGray-700:focus {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:focus\:from-trueGray-800:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus\:from-trueGray-900:focus {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:focus\:from-coolGray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-coolGray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:from-coolGray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:from-coolGray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:from-coolGray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:from-coolGray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:from-coolGray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:from-coolGray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:from-coolGray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:from-coolGray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:focus\:from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:focus\:from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:focus\:from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:focus\:from-blueGray-500:focus {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:focus\:from-blueGray-600:focus {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:focus\:from-blueGray-700:focus {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:focus\:from-blueGray-800:focus {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:focus\:from-blueGray-900:focus {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:focus\:via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:focus\:via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:focus\:via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:focus\:via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:focus\:via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:focus\:via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:focus\:via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:focus\:via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:focus\:via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:focus\:via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:focus\:via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:focus\:via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:focus\:via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:focus\:via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:focus\:via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:focus\:via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:focus\:via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:focus\:via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:focus\:via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:focus\:via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:focus\:via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:focus\:via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:focus\:via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:focus\:via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:focus\:via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:focus\:via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:focus\:via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:focus\:via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:focus\:via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:focus\:via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:focus\:via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:via-warmGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:focus\:via-warmGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:focus\:via-warmGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:focus\:via-warmGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:focus\:via-warmGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:focus\:via-warmGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:focus\:via-warmGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:focus\:via-warmGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:focus\:via-warmGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:focus\:via-warmGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:focus\:via-trueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus\:via-trueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus\:via-trueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:focus\:via-trueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:focus\:via-trueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:focus\:via-trueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:focus\:via-trueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:focus\:via-trueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:focus\:via-trueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:focus\:via-trueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:focus\:via-coolGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-coolGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-coolGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-coolGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-coolGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-coolGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-coolGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-coolGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-coolGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-coolGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:focus\:via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:focus\:via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:focus\:via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:focus\:via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:focus\:via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:focus\:via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:focus\:via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:focus\:via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-rose-50:focus {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:focus\:to-rose-100:focus {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:focus\:to-rose-200:focus {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:focus\:to-rose-300:focus {
    --tw-gradient-to: #fda4af;
  }

  .sm\:focus\:to-rose-400:focus {
    --tw-gradient-to: #fb7185;
  }

  .sm\:focus\:to-rose-500:focus {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:focus\:to-rose-600:focus {
    --tw-gradient-to: #e11d48;
  }

  .sm\:focus\:to-rose-700:focus {
    --tw-gradient-to: #be123c;
  }

  .sm\:focus\:to-rose-800:focus {
    --tw-gradient-to: #9f1239;
  }

  .sm\:focus\:to-rose-900:focus {
    --tw-gradient-to: #881337;
  }

  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .sm\:focus\:to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:focus\:to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:focus\:to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:focus\:to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:focus\:to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9;
  }

  .sm\:focus\:to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef;
  }

  .sm\:focus\:to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3;
  }

  .sm\:focus\:to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf;
  }

  .sm\:focus\:to-fuchsia-800:focus {
    --tw-gradient-to: #86198f;
  }

  .sm\:focus\:to-fuchsia-900:focus {
    --tw-gradient-to: #701a75;
  }

  .sm\:focus\:to-purple-50:focus {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #c084fc;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #a855f7;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #9333ea;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #581c87;
  }

  .sm\:focus\:to-violet-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-violet-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-violet-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-violet-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-violet-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-violet-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-violet-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-violet-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-violet-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-violet-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus\:to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:focus\:to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:focus\:to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:focus\:to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:focus\:to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:focus\:to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:focus\:to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7;
  }

  .sm\:focus\:to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1;
  }

  .sm\:focus\:to-lightBlue-800:focus {
    --tw-gradient-to: #075985;
  }

  .sm\:focus\:to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe;
  }

  .sm\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2;
  }

  .sm\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490;
  }

  .sm\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75;
  }

  .sm\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63;
  }

  .sm\:focus\:to-teal-50:focus {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:focus\:to-teal-100:focus {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:focus\:to-teal-200:focus {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:focus\:to-teal-300:focus {
    --tw-gradient-to: #5eead4;
  }

  .sm\:focus\:to-teal-400:focus {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:focus\:to-teal-500:focus {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:focus\:to-teal-600:focus {
    --tw-gradient-to: #0d9488;
  }

  .sm\:focus\:to-teal-700:focus {
    --tw-gradient-to: #0f766e;
  }

  .sm\:focus\:to-teal-800:focus {
    --tw-gradient-to: #115e59;
  }

  .sm\:focus\:to-teal-900:focus {
    --tw-gradient-to: #134e4a;
  }

  .sm\:focus\:to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-emerald-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus\:to-emerald-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus\:to-emerald-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus\:to-emerald-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm\:focus\:to-emerald-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm\:focus\:to-emerald-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-emerald-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #86efac;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #4ade80;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #22c55e;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #16a34a;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #15803d;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #166534;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #14532d;
  }

  .sm\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264;
  }

  .sm\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635;
  }

  .sm\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16;
  }

  .sm\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d;
  }

  .sm\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212;
  }

  .sm\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314;
  }

  .sm\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fefce8;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fde047;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #facc15;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #a16207;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #854d0e;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #713f12;
  }

  .sm\:focus\:to-amber-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-amber-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-amber-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-amber-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-amber-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus\:to-amber-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-amber-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-amber-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-amber-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-amber-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-orange-50:focus {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:focus\:to-orange-200:focus {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:focus\:to-orange-300:focus {
    --tw-gradient-to: #fdba74;
  }

  .sm\:focus\:to-orange-400:focus {
    --tw-gradient-to: #fb923c;
  }

  .sm\:focus\:to-orange-500:focus {
    --tw-gradient-to: #f97316;
  }

  .sm\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ea580c;
  }

  .sm\:focus\:to-orange-700:focus {
    --tw-gradient-to: #c2410c;
  }

  .sm\:focus\:to-orange-800:focus {
    --tw-gradient-to: #9a3412;
  }

  .sm\:focus\:to-orange-900:focus {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:focus\:to-warmGray-50:focus {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:focus\:to-warmGray-100:focus {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:focus\:to-warmGray-200:focus {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:focus\:to-warmGray-300:focus {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:focus\:to-warmGray-400:focus {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:focus\:to-warmGray-500:focus {
    --tw-gradient-to: #78716c;
  }

  .sm\:focus\:to-warmGray-600:focus {
    --tw-gradient-to: #57534e;
  }

  .sm\:focus\:to-warmGray-700:focus {
    --tw-gradient-to: #44403c;
  }

  .sm\:focus\:to-warmGray-800:focus {
    --tw-gradient-to: #292524;
  }

  .sm\:focus\:to-warmGray-900:focus {
    --tw-gradient-to: #1c1917;
  }

  .sm\:focus\:to-trueGray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .sm\:focus\:to-trueGray-100:focus {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:focus\:to-trueGray-200:focus {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:focus\:to-trueGray-300:focus {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:focus\:to-trueGray-400:focus {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:focus\:to-trueGray-500:focus {
    --tw-gradient-to: #737373;
  }

  .sm\:focus\:to-trueGray-600:focus {
    --tw-gradient-to: #525252;
  }

  .sm\:focus\:to-trueGray-700:focus {
    --tw-gradient-to: #404040;
  }

  .sm\:focus\:to-trueGray-800:focus {
    --tw-gradient-to: #262626;
  }

  .sm\:focus\:to-trueGray-900:focus {
    --tw-gradient-to: #171717;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .sm\:focus\:to-coolGray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-coolGray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-coolGray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-coolGray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-coolGray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-coolGray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-coolGray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-coolGray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-coolGray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-coolGray-900:focus {
    --tw-gradient-to: #111827;
  }

  .sm\:focus\:to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:focus\:to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:focus\:to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:focus\:to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:focus\:to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:focus\:to-blueGray-500:focus {
    --tw-gradient-to: #64748b;
  }

  .sm\:focus\:to-blueGray-600:focus {
    --tw-gradient-to: #475569;
  }

  .sm\:focus\:to-blueGray-700:focus {
    --tw-gradient-to: #334155;
  }

  .sm\:focus\:to-blueGray-800:focus {
    --tw-gradient-to: #1e293b;
  }

  .sm\:focus\:to-blueGray-900:focus {
    --tw-gradient-to: #0f172a;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: current;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:active\:from-black:active {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:active\:from-white:active {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:active\:from-rose-50:active {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:active\:from-rose-100:active {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:active\:from-rose-200:active {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:active\:from-rose-300:active {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:active\:from-rose-400:active {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:active\:from-rose-500:active {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:active\:from-rose-600:active {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:active\:from-rose-700:active {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:active\:from-rose-800:active {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:active\:from-rose-900:active {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:active\:from-pink-50:active {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:active\:from-pink-100:active {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:active\:from-pink-200:active {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:active\:from-pink-300:active {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:active\:from-pink-400:active {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:active\:from-pink-500:active {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:active\:from-pink-600:active {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:active\:from-pink-700:active {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:active\:from-pink-800:active {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:active\:from-pink-900:active {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:active\:from-fuchsia-50:active {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:active\:from-fuchsia-100:active {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:active\:from-fuchsia-200:active {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:active\:from-fuchsia-300:active {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:active\:from-fuchsia-400:active {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:active\:from-fuchsia-500:active {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:active\:from-fuchsia-600:active {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:active\:from-fuchsia-700:active {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:active\:from-fuchsia-800:active {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:active\:from-fuchsia-900:active {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:active\:from-purple-50:active {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:active\:from-purple-100:active {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:active\:from-purple-200:active {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:active\:from-purple-300:active {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:active\:from-purple-400:active {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:active\:from-purple-500:active {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:active\:from-purple-600:active {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:active\:from-purple-700:active {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:active\:from-purple-800:active {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:active\:from-purple-900:active {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:active\:from-violet-50:active {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:active\:from-violet-100:active {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:active\:from-violet-200:active {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:active\:from-violet-300:active {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:active\:from-violet-400:active {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:active\:from-violet-500:active {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:active\:from-violet-600:active {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:active\:from-violet-700:active {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:active\:from-violet-800:active {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:active\:from-violet-900:active {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:active\:from-indigo-50:active {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:active\:from-indigo-100:active {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:active\:from-indigo-200:active {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:active\:from-indigo-300:active {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:active\:from-indigo-400:active {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:active\:from-indigo-500:active {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:active\:from-indigo-600:active {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:active\:from-indigo-700:active {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:active\:from-indigo-800:active {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:active\:from-indigo-900:active {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:active\:from-blue-50:active {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:active\:from-blue-100:active {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:active\:from-blue-200:active {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:active\:from-blue-300:active {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:active\:from-blue-400:active {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:active\:from-blue-500:active {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:active\:from-blue-600:active {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:active\:from-blue-700:active {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:active\:from-blue-800:active {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:active\:from-blue-900:active {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:active\:from-lightBlue-50:active {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:active\:from-lightBlue-100:active {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:active\:from-lightBlue-200:active {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:active\:from-lightBlue-300:active {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:active\:from-lightBlue-400:active {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:active\:from-lightBlue-500:active {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:active\:from-lightBlue-600:active {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:active\:from-lightBlue-700:active {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:active\:from-lightBlue-800:active {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:active\:from-lightBlue-900:active {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:active\:from-cyan-50:active {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:active\:from-cyan-100:active {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:active\:from-cyan-200:active {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:active\:from-cyan-300:active {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:active\:from-cyan-400:active {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:active\:from-cyan-500:active {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:active\:from-cyan-600:active {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:active\:from-cyan-700:active {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:active\:from-cyan-800:active {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:active\:from-cyan-900:active {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:active\:from-teal-50:active {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:active\:from-teal-100:active {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:active\:from-teal-200:active {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:active\:from-teal-300:active {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:active\:from-teal-400:active {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:active\:from-teal-500:active {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:active\:from-teal-600:active {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:active\:from-teal-700:active {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:active\:from-teal-800:active {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:active\:from-teal-900:active {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:active\:from-emerald-50:active {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:active\:from-emerald-100:active {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:active\:from-emerald-200:active {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:active\:from-emerald-300:active {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:active\:from-emerald-400:active {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:active\:from-emerald-500:active {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:active\:from-emerald-600:active {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:active\:from-emerald-700:active {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:active\:from-emerald-800:active {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:active\:from-emerald-900:active {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:active\:from-green-50:active {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:active\:from-green-100:active {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:active\:from-green-200:active {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:active\:from-green-300:active {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:active\:from-green-400:active {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:active\:from-green-500:active {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:active\:from-green-600:active {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:active\:from-green-700:active {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:active\:from-green-800:active {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:active\:from-green-900:active {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:active\:from-lime-50:active {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:active\:from-lime-100:active {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:active\:from-lime-200:active {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:active\:from-lime-300:active {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:active\:from-lime-400:active {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:active\:from-lime-500:active {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:active\:from-lime-600:active {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:active\:from-lime-700:active {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:active\:from-lime-800:active {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:active\:from-lime-900:active {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:active\:from-yellow-50:active {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:active\:from-yellow-100:active {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:active\:from-yellow-200:active {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:active\:from-yellow-300:active {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:active\:from-yellow-400:active {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:active\:from-yellow-500:active {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:active\:from-yellow-600:active {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:active\:from-yellow-700:active {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:active\:from-yellow-800:active {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:active\:from-yellow-900:active {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:active\:from-amber-50:active {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:active\:from-amber-100:active {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:active\:from-amber-200:active {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:active\:from-amber-300:active {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:active\:from-amber-400:active {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:active\:from-amber-500:active {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:active\:from-amber-600:active {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:active\:from-amber-700:active {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:active\:from-amber-800:active {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:active\:from-amber-900:active {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:active\:from-orange-50:active {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:active\:from-orange-100:active {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:active\:from-orange-200:active {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:active\:from-orange-300:active {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:active\:from-orange-400:active {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:active\:from-orange-500:active {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:active\:from-orange-600:active {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:active\:from-orange-700:active {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:active\:from-orange-800:active {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:active\:from-orange-900:active {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:active\:from-red-50:active {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:active\:from-red-100:active {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:active\:from-red-200:active {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:active\:from-red-300:active {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:active\:from-red-400:active {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:active\:from-red-500:active {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:active\:from-red-600:active {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:active\:from-red-700:active {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:active\:from-red-800:active {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:active\:from-red-900:active {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:active\:from-warmGray-50:active {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:active\:from-warmGray-100:active {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:active\:from-warmGray-200:active {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:active\:from-warmGray-300:active {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:active\:from-warmGray-400:active {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:active\:from-warmGray-500:active {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:active\:from-warmGray-600:active {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:active\:from-warmGray-700:active {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:active\:from-warmGray-800:active {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:active\:from-warmGray-900:active {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:active\:from-trueGray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:active\:from-trueGray-100:active {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:active\:from-trueGray-200:active {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:active\:from-trueGray-300:active {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:active\:from-trueGray-400:active {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:active\:from-trueGray-500:active {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:active\:from-trueGray-600:active {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:active\:from-trueGray-700:active {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:active\:from-trueGray-800:active {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:active\:from-trueGray-900:active {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:active\:from-gray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:active\:from-gray-100:active {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:active\:from-gray-200:active {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:active\:from-gray-300:active {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:active\:from-gray-400:active {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:active\:from-gray-500:active {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:active\:from-gray-600:active {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:active\:from-gray-700:active {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:active\:from-gray-800:active {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:active\:from-gray-900:active {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:active\:from-coolGray-50:active {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:active\:from-coolGray-100:active {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:active\:from-coolGray-200:active {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:active\:from-coolGray-300:active {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:active\:from-coolGray-400:active {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:active\:from-coolGray-500:active {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:active\:from-coolGray-600:active {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:active\:from-coolGray-700:active {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:active\:from-coolGray-800:active {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:active\:from-coolGray-900:active {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:active\:from-blueGray-50:active {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:active\:from-blueGray-100:active {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:active\:from-blueGray-200:active {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:active\:from-blueGray-300:active {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:active\:from-blueGray-400:active {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:active\:from-blueGray-500:active {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:active\:from-blueGray-600:active {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:active\:from-blueGray-700:active {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:active\:from-blueGray-800:active {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:active\:from-blueGray-900:active {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:active\:from-current:active {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:active\:from-transparent:active {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:active\:via-black:active {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:active\:via-white:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:active\:via-rose-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:active\:via-rose-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:active\:via-rose-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:active\:via-rose-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:active\:via-rose-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:active\:via-rose-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:active\:via-rose-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:active\:via-rose-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:active\:via-rose-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:active\:via-rose-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:active\:via-pink-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:active\:via-pink-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:active\:via-pink-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:active\:via-pink-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:active\:via-pink-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:active\:via-pink-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:active\:via-pink-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:active\:via-pink-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:active\:via-pink-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:active\:via-pink-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:active\:via-fuchsia-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:active\:via-fuchsia-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:active\:via-fuchsia-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:active\:via-fuchsia-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:active\:via-fuchsia-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:active\:via-fuchsia-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:active\:via-fuchsia-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:active\:via-fuchsia-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:active\:via-fuchsia-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:active\:via-fuchsia-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:active\:via-purple-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:active\:via-purple-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:active\:via-purple-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:active\:via-purple-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:active\:via-purple-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:active\:via-purple-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:active\:via-purple-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:active\:via-purple-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:active\:via-purple-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:active\:via-purple-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:active\:via-violet-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:active\:via-violet-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:active\:via-violet-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:active\:via-violet-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:active\:via-violet-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:active\:via-violet-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:active\:via-violet-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:active\:via-violet-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:active\:via-violet-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:active\:via-violet-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:active\:via-indigo-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:active\:via-indigo-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:active\:via-indigo-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:active\:via-indigo-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:active\:via-indigo-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:active\:via-indigo-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:active\:via-indigo-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:active\:via-indigo-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:active\:via-indigo-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:active\:via-indigo-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:active\:via-blue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:active\:via-blue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:active\:via-blue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:active\:via-blue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:active\:via-blue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:active\:via-blue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:active\:via-blue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:active\:via-blue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:active\:via-blue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:active\:via-blue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:active\:via-lightBlue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:active\:via-lightBlue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:active\:via-lightBlue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:active\:via-lightBlue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:active\:via-lightBlue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:active\:via-lightBlue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:active\:via-lightBlue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:active\:via-lightBlue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:active\:via-lightBlue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:active\:via-lightBlue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:active\:via-cyan-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:active\:via-cyan-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:active\:via-cyan-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:active\:via-cyan-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:active\:via-cyan-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:active\:via-cyan-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:active\:via-cyan-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:active\:via-cyan-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:active\:via-cyan-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:active\:via-cyan-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:active\:via-teal-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:active\:via-teal-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:active\:via-teal-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:active\:via-teal-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:active\:via-teal-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:active\:via-teal-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:active\:via-teal-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:active\:via-teal-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:active\:via-teal-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:active\:via-teal-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:active\:via-emerald-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:active\:via-emerald-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:active\:via-emerald-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:active\:via-emerald-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:active\:via-emerald-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:active\:via-emerald-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:active\:via-emerald-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:active\:via-emerald-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:active\:via-emerald-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:active\:via-emerald-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:active\:via-green-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:active\:via-green-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:active\:via-green-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:active\:via-green-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:active\:via-green-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:active\:via-green-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:active\:via-green-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:active\:via-green-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:active\:via-green-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:active\:via-green-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:active\:via-lime-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:active\:via-lime-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:active\:via-lime-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:active\:via-lime-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:active\:via-lime-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:active\:via-lime-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:active\:via-lime-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:active\:via-lime-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:active\:via-lime-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:active\:via-lime-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:active\:via-yellow-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:active\:via-yellow-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:active\:via-yellow-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:active\:via-yellow-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:active\:via-yellow-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:active\:via-yellow-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:active\:via-yellow-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:active\:via-yellow-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:active\:via-yellow-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:active\:via-yellow-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:active\:via-amber-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:active\:via-amber-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:active\:via-amber-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:active\:via-amber-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:active\:via-amber-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:active\:via-amber-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:active\:via-amber-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:active\:via-amber-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:active\:via-amber-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:active\:via-amber-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:active\:via-orange-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:active\:via-orange-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:active\:via-orange-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:active\:via-orange-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:active\:via-orange-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:active\:via-orange-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:active\:via-orange-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:active\:via-orange-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:active\:via-orange-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:active\:via-orange-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:active\:via-red-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:active\:via-red-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:active\:via-red-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:active\:via-red-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:active\:via-red-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:active\:via-red-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:active\:via-red-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:active\:via-red-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:active\:via-red-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:active\:via-red-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:active\:via-warmGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:active\:via-warmGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:active\:via-warmGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:active\:via-warmGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:active\:via-warmGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:active\:via-warmGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:active\:via-warmGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:active\:via-warmGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:active\:via-warmGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:active\:via-warmGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:active\:via-trueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:active\:via-trueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:active\:via-trueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:active\:via-trueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:active\:via-trueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:active\:via-trueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:active\:via-trueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:active\:via-trueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:active\:via-trueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:active\:via-trueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:active\:via-gray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:active\:via-gray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:active\:via-gray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:active\:via-gray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:active\:via-gray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:active\:via-gray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:active\:via-gray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:active\:via-gray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:active\:via-gray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:active\:via-gray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:active\:via-coolGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:active\:via-coolGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:active\:via-coolGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:active\:via-coolGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:active\:via-coolGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:active\:via-coolGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:active\:via-coolGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:active\:via-coolGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:active\:via-coolGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:active\:via-coolGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:active\:via-blueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:active\:via-blueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:active\:via-blueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:active\:via-blueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:active\:via-blueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:active\:via-blueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:active\:via-blueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:active\:via-blueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:active\:via-blueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:active\:via-blueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:active\:via-current:active {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:active\:via-transparent:active {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:active\:to-black:active {
    --tw-gradient-to: #000;
  }

  .sm\:active\:to-white:active {
    --tw-gradient-to: #fff;
  }

  .sm\:active\:to-rose-50:active {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:active\:to-rose-100:active {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:active\:to-rose-200:active {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:active\:to-rose-300:active {
    --tw-gradient-to: #fda4af;
  }

  .sm\:active\:to-rose-400:active {
    --tw-gradient-to: #fb7185;
  }

  .sm\:active\:to-rose-500:active {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:active\:to-rose-600:active {
    --tw-gradient-to: #e11d48;
  }

  .sm\:active\:to-rose-700:active {
    --tw-gradient-to: #be123c;
  }

  .sm\:active\:to-rose-800:active {
    --tw-gradient-to: #9f1239;
  }

  .sm\:active\:to-rose-900:active {
    --tw-gradient-to: #881337;
  }

  .sm\:active\:to-pink-50:active {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:active\:to-pink-100:active {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:active\:to-pink-200:active {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:active\:to-pink-300:active {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:active\:to-pink-400:active {
    --tw-gradient-to: #f472b6;
  }

  .sm\:active\:to-pink-500:active {
    --tw-gradient-to: #ec4899;
  }

  .sm\:active\:to-pink-600:active {
    --tw-gradient-to: #db2777;
  }

  .sm\:active\:to-pink-700:active {
    --tw-gradient-to: #be185d;
  }

  .sm\:active\:to-pink-800:active {
    --tw-gradient-to: #9d174d;
  }

  .sm\:active\:to-pink-900:active {
    --tw-gradient-to: #831843;
  }

  .sm\:active\:to-fuchsia-50:active {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:active\:to-fuchsia-100:active {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:active\:to-fuchsia-200:active {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:active\:to-fuchsia-300:active {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:active\:to-fuchsia-400:active {
    --tw-gradient-to: #e879f9;
  }

  .sm\:active\:to-fuchsia-500:active {
    --tw-gradient-to: #d946ef;
  }

  .sm\:active\:to-fuchsia-600:active {
    --tw-gradient-to: #c026d3;
  }

  .sm\:active\:to-fuchsia-700:active {
    --tw-gradient-to: #a21caf;
  }

  .sm\:active\:to-fuchsia-800:active {
    --tw-gradient-to: #86198f;
  }

  .sm\:active\:to-fuchsia-900:active {
    --tw-gradient-to: #701a75;
  }

  .sm\:active\:to-purple-50:active {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:active\:to-purple-100:active {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:active\:to-purple-200:active {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:active\:to-purple-300:active {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:active\:to-purple-400:active {
    --tw-gradient-to: #c084fc;
  }

  .sm\:active\:to-purple-500:active {
    --tw-gradient-to: #a855f7;
  }

  .sm\:active\:to-purple-600:active {
    --tw-gradient-to: #9333ea;
  }

  .sm\:active\:to-purple-700:active {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:active\:to-purple-800:active {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:active\:to-purple-900:active {
    --tw-gradient-to: #581c87;
  }

  .sm\:active\:to-violet-50:active {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:active\:to-violet-100:active {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:active\:to-violet-200:active {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:active\:to-violet-300:active {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:active\:to-violet-400:active {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:active\:to-violet-500:active {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:active\:to-violet-600:active {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:active\:to-violet-700:active {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:active\:to-violet-800:active {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:active\:to-violet-900:active {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:active\:to-indigo-50:active {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:active\:to-indigo-100:active {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:active\:to-indigo-200:active {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:active\:to-indigo-300:active {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:active\:to-indigo-400:active {
    --tw-gradient-to: #818cf8;
  }

  .sm\:active\:to-indigo-500:active {
    --tw-gradient-to: #6366f1;
  }

  .sm\:active\:to-indigo-600:active {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:active\:to-indigo-700:active {
    --tw-gradient-to: #4338ca;
  }

  .sm\:active\:to-indigo-800:active {
    --tw-gradient-to: #3730a3;
  }

  .sm\:active\:to-indigo-900:active {
    --tw-gradient-to: #312e81;
  }

  .sm\:active\:to-blue-50:active {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:active\:to-blue-100:active {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:active\:to-blue-200:active {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:active\:to-blue-300:active {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:active\:to-blue-400:active {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:active\:to-blue-500:active {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:active\:to-blue-600:active {
    --tw-gradient-to: #2563eb;
  }

  .sm\:active\:to-blue-700:active {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:active\:to-blue-800:active {
    --tw-gradient-to: #1e40af;
  }

  .sm\:active\:to-blue-900:active {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:active\:to-lightBlue-50:active {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:active\:to-lightBlue-100:active {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:active\:to-lightBlue-200:active {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:active\:to-lightBlue-300:active {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:active\:to-lightBlue-400:active {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:active\:to-lightBlue-500:active {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:active\:to-lightBlue-600:active {
    --tw-gradient-to: #0284c7;
  }

  .sm\:active\:to-lightBlue-700:active {
    --tw-gradient-to: #0369a1;
  }

  .sm\:active\:to-lightBlue-800:active {
    --tw-gradient-to: #075985;
  }

  .sm\:active\:to-lightBlue-900:active {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:active\:to-cyan-50:active {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:active\:to-cyan-100:active {
    --tw-gradient-to: #cffafe;
  }

  .sm\:active\:to-cyan-200:active {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:active\:to-cyan-300:active {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:active\:to-cyan-400:active {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:active\:to-cyan-500:active {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:active\:to-cyan-600:active {
    --tw-gradient-to: #0891b2;
  }

  .sm\:active\:to-cyan-700:active {
    --tw-gradient-to: #0e7490;
  }

  .sm\:active\:to-cyan-800:active {
    --tw-gradient-to: #155e75;
  }

  .sm\:active\:to-cyan-900:active {
    --tw-gradient-to: #164e63;
  }

  .sm\:active\:to-teal-50:active {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:active\:to-teal-100:active {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:active\:to-teal-200:active {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:active\:to-teal-300:active {
    --tw-gradient-to: #5eead4;
  }

  .sm\:active\:to-teal-400:active {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:active\:to-teal-500:active {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:active\:to-teal-600:active {
    --tw-gradient-to: #0d9488;
  }

  .sm\:active\:to-teal-700:active {
    --tw-gradient-to: #0f766e;
  }

  .sm\:active\:to-teal-800:active {
    --tw-gradient-to: #115e59;
  }

  .sm\:active\:to-teal-900:active {
    --tw-gradient-to: #134e4a;
  }

  .sm\:active\:to-emerald-50:active {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:active\:to-emerald-100:active {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:active\:to-emerald-200:active {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:active\:to-emerald-300:active {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:active\:to-emerald-400:active {
    --tw-gradient-to: #34d399;
  }

  .sm\:active\:to-emerald-500:active {
    --tw-gradient-to: #10b981;
  }

  .sm\:active\:to-emerald-600:active {
    --tw-gradient-to: #059669;
  }

  .sm\:active\:to-emerald-700:active {
    --tw-gradient-to: #047857;
  }

  .sm\:active\:to-emerald-800:active {
    --tw-gradient-to: #065f46;
  }

  .sm\:active\:to-emerald-900:active {
    --tw-gradient-to: #064e3b;
  }

  .sm\:active\:to-green-50:active {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:active\:to-green-100:active {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:active\:to-green-200:active {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:active\:to-green-300:active {
    --tw-gradient-to: #86efac;
  }

  .sm\:active\:to-green-400:active {
    --tw-gradient-to: #4ade80;
  }

  .sm\:active\:to-green-500:active {
    --tw-gradient-to: #22c55e;
  }

  .sm\:active\:to-green-600:active {
    --tw-gradient-to: #16a34a;
  }

  .sm\:active\:to-green-700:active {
    --tw-gradient-to: #15803d;
  }

  .sm\:active\:to-green-800:active {
    --tw-gradient-to: #166534;
  }

  .sm\:active\:to-green-900:active {
    --tw-gradient-to: #14532d;
  }

  .sm\:active\:to-lime-50:active {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:active\:to-lime-100:active {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:active\:to-lime-200:active {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:active\:to-lime-300:active {
    --tw-gradient-to: #bef264;
  }

  .sm\:active\:to-lime-400:active {
    --tw-gradient-to: #a3e635;
  }

  .sm\:active\:to-lime-500:active {
    --tw-gradient-to: #84cc16;
  }

  .sm\:active\:to-lime-600:active {
    --tw-gradient-to: #65a30d;
  }

  .sm\:active\:to-lime-700:active {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:active\:to-lime-800:active {
    --tw-gradient-to: #3f6212;
  }

  .sm\:active\:to-lime-900:active {
    --tw-gradient-to: #365314;
  }

  .sm\:active\:to-yellow-50:active {
    --tw-gradient-to: #fefce8;
  }

  .sm\:active\:to-yellow-100:active {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:active\:to-yellow-200:active {
    --tw-gradient-to: #fef08a;
  }

  .sm\:active\:to-yellow-300:active {
    --tw-gradient-to: #fde047;
  }

  .sm\:active\:to-yellow-400:active {
    --tw-gradient-to: #facc15;
  }

  .sm\:active\:to-yellow-500:active {
    --tw-gradient-to: #eab308;
  }

  .sm\:active\:to-yellow-600:active {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:active\:to-yellow-700:active {
    --tw-gradient-to: #a16207;
  }

  .sm\:active\:to-yellow-800:active {
    --tw-gradient-to: #854d0e;
  }

  .sm\:active\:to-yellow-900:active {
    --tw-gradient-to: #713f12;
  }

  .sm\:active\:to-amber-50:active {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:active\:to-amber-100:active {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:active\:to-amber-200:active {
    --tw-gradient-to: #fde68a;
  }

  .sm\:active\:to-amber-300:active {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:active\:to-amber-400:active {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:active\:to-amber-500:active {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:active\:to-amber-600:active {
    --tw-gradient-to: #d97706;
  }

  .sm\:active\:to-amber-700:active {
    --tw-gradient-to: #b45309;
  }

  .sm\:active\:to-amber-800:active {
    --tw-gradient-to: #92400e;
  }

  .sm\:active\:to-amber-900:active {
    --tw-gradient-to: #78350f;
  }

  .sm\:active\:to-orange-50:active {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:active\:to-orange-100:active {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:active\:to-orange-200:active {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:active\:to-orange-300:active {
    --tw-gradient-to: #fdba74;
  }

  .sm\:active\:to-orange-400:active {
    --tw-gradient-to: #fb923c;
  }

  .sm\:active\:to-orange-500:active {
    --tw-gradient-to: #f97316;
  }

  .sm\:active\:to-orange-600:active {
    --tw-gradient-to: #ea580c;
  }

  .sm\:active\:to-orange-700:active {
    --tw-gradient-to: #c2410c;
  }

  .sm\:active\:to-orange-800:active {
    --tw-gradient-to: #9a3412;
  }

  .sm\:active\:to-orange-900:active {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:active\:to-red-50:active {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:active\:to-red-100:active {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:active\:to-red-200:active {
    --tw-gradient-to: #fecaca;
  }

  .sm\:active\:to-red-300:active {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:active\:to-red-400:active {
    --tw-gradient-to: #f87171;
  }

  .sm\:active\:to-red-500:active {
    --tw-gradient-to: #ef4444;
  }

  .sm\:active\:to-red-600:active {
    --tw-gradient-to: #dc2626;
  }

  .sm\:active\:to-red-700:active {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:active\:to-red-800:active {
    --tw-gradient-to: #991b1b;
  }

  .sm\:active\:to-red-900:active {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:active\:to-warmGray-50:active {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:active\:to-warmGray-100:active {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:active\:to-warmGray-200:active {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:active\:to-warmGray-300:active {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:active\:to-warmGray-400:active {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:active\:to-warmGray-500:active {
    --tw-gradient-to: #78716c;
  }

  .sm\:active\:to-warmGray-600:active {
    --tw-gradient-to: #57534e;
  }

  .sm\:active\:to-warmGray-700:active {
    --tw-gradient-to: #44403c;
  }

  .sm\:active\:to-warmGray-800:active {
    --tw-gradient-to: #292524;
  }

  .sm\:active\:to-warmGray-900:active {
    --tw-gradient-to: #1c1917;
  }

  .sm\:active\:to-trueGray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .sm\:active\:to-trueGray-100:active {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:active\:to-trueGray-200:active {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:active\:to-trueGray-300:active {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:active\:to-trueGray-400:active {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:active\:to-trueGray-500:active {
    --tw-gradient-to: #737373;
  }

  .sm\:active\:to-trueGray-600:active {
    --tw-gradient-to: #525252;
  }

  .sm\:active\:to-trueGray-700:active {
    --tw-gradient-to: #404040;
  }

  .sm\:active\:to-trueGray-800:active {
    --tw-gradient-to: #262626;
  }

  .sm\:active\:to-trueGray-900:active {
    --tw-gradient-to: #171717;
  }

  .sm\:active\:to-gray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .sm\:active\:to-gray-100:active {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:active\:to-gray-200:active {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:active\:to-gray-300:active {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:active\:to-gray-400:active {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:active\:to-gray-500:active {
    --tw-gradient-to: #71717a;
  }

  .sm\:active\:to-gray-600:active {
    --tw-gradient-to: #52525b;
  }

  .sm\:active\:to-gray-700:active {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:active\:to-gray-800:active {
    --tw-gradient-to: #27272a;
  }

  .sm\:active\:to-gray-900:active {
    --tw-gradient-to: #18181b;
  }

  .sm\:active\:to-coolGray-50:active {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:active\:to-coolGray-100:active {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:active\:to-coolGray-200:active {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:active\:to-coolGray-300:active {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:active\:to-coolGray-400:active {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:active\:to-coolGray-500:active {
    --tw-gradient-to: #6b7280;
  }

  .sm\:active\:to-coolGray-600:active {
    --tw-gradient-to: #4b5563;
  }

  .sm\:active\:to-coolGray-700:active {
    --tw-gradient-to: #374151;
  }

  .sm\:active\:to-coolGray-800:active {
    --tw-gradient-to: #1f2937;
  }

  .sm\:active\:to-coolGray-900:active {
    --tw-gradient-to: #111827;
  }

  .sm\:active\:to-blueGray-50:active {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:active\:to-blueGray-100:active {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:active\:to-blueGray-200:active {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:active\:to-blueGray-300:active {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:active\:to-blueGray-400:active {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:active\:to-blueGray-500:active {
    --tw-gradient-to: #64748b;
  }

  .sm\:active\:to-blueGray-600:active {
    --tw-gradient-to: #475569;
  }

  .sm\:active\:to-blueGray-700:active {
    --tw-gradient-to: #334155;
  }

  .sm\:active\:to-blueGray-800:active {
    --tw-gradient-to: #1e293b;
  }

  .sm\:active\:to-blueGray-900:active {
    --tw-gradient-to: #0f172a;
  }

  .sm\:active\:to-current:active {
    --tw-gradient-to: current;
  }

  .sm\:active\:to-transparent:active {
    --tw-gradient-to: transparent;
  }

  .sm\:visited\:from-black:visited {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:visited\:from-white:visited {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:visited\:from-rose-50:visited {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:visited\:from-rose-100:visited {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:visited\:from-rose-200:visited {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:visited\:from-rose-300:visited {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:visited\:from-rose-400:visited {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:visited\:from-rose-500:visited {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:visited\:from-rose-600:visited {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:visited\:from-rose-700:visited {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:visited\:from-rose-800:visited {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:visited\:from-rose-900:visited {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:visited\:from-pink-50:visited {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:visited\:from-pink-100:visited {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:visited\:from-pink-200:visited {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:visited\:from-pink-300:visited {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:visited\:from-pink-400:visited {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:visited\:from-pink-500:visited {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:visited\:from-pink-600:visited {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:visited\:from-pink-700:visited {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:visited\:from-pink-800:visited {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:visited\:from-pink-900:visited {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:visited\:from-fuchsia-50:visited {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:visited\:from-fuchsia-100:visited {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:visited\:from-fuchsia-200:visited {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:visited\:from-fuchsia-300:visited {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:visited\:from-fuchsia-400:visited {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:visited\:from-fuchsia-500:visited {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:visited\:from-fuchsia-600:visited {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:visited\:from-fuchsia-700:visited {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:visited\:from-fuchsia-800:visited {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:visited\:from-fuchsia-900:visited {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:visited\:from-purple-50:visited {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:visited\:from-purple-100:visited {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:visited\:from-purple-200:visited {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:visited\:from-purple-300:visited {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:visited\:from-purple-400:visited {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:visited\:from-purple-500:visited {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:visited\:from-purple-600:visited {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:visited\:from-purple-700:visited {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:visited\:from-purple-800:visited {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:visited\:from-purple-900:visited {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:visited\:from-violet-50:visited {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:visited\:from-violet-100:visited {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:visited\:from-violet-200:visited {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:visited\:from-violet-300:visited {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:visited\:from-violet-400:visited {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:visited\:from-violet-500:visited {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:visited\:from-violet-600:visited {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:visited\:from-violet-700:visited {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:visited\:from-violet-800:visited {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:visited\:from-violet-900:visited {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:visited\:from-indigo-50:visited {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:visited\:from-indigo-100:visited {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:visited\:from-indigo-200:visited {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:visited\:from-indigo-300:visited {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:visited\:from-indigo-400:visited {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:visited\:from-indigo-500:visited {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:visited\:from-indigo-600:visited {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:visited\:from-indigo-700:visited {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:visited\:from-indigo-800:visited {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:visited\:from-indigo-900:visited {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:visited\:from-blue-50:visited {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:visited\:from-blue-100:visited {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:visited\:from-blue-200:visited {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:visited\:from-blue-300:visited {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:visited\:from-blue-400:visited {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:visited\:from-blue-500:visited {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:visited\:from-blue-600:visited {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:visited\:from-blue-700:visited {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:visited\:from-blue-800:visited {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:visited\:from-blue-900:visited {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:visited\:from-lightBlue-50:visited {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:visited\:from-lightBlue-100:visited {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:visited\:from-lightBlue-200:visited {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:visited\:from-lightBlue-300:visited {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:visited\:from-lightBlue-400:visited {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:visited\:from-lightBlue-500:visited {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:visited\:from-lightBlue-600:visited {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:visited\:from-lightBlue-700:visited {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:visited\:from-lightBlue-800:visited {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:visited\:from-lightBlue-900:visited {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:visited\:from-cyan-50:visited {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:visited\:from-cyan-100:visited {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:visited\:from-cyan-200:visited {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:visited\:from-cyan-300:visited {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:visited\:from-cyan-400:visited {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:visited\:from-cyan-500:visited {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:visited\:from-cyan-600:visited {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:visited\:from-cyan-700:visited {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:visited\:from-cyan-800:visited {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:visited\:from-cyan-900:visited {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:visited\:from-teal-50:visited {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:visited\:from-teal-100:visited {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:visited\:from-teal-200:visited {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:visited\:from-teal-300:visited {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:visited\:from-teal-400:visited {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:visited\:from-teal-500:visited {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:visited\:from-teal-600:visited {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:visited\:from-teal-700:visited {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:visited\:from-teal-800:visited {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:visited\:from-teal-900:visited {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:visited\:from-emerald-50:visited {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:visited\:from-emerald-100:visited {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:visited\:from-emerald-200:visited {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:visited\:from-emerald-300:visited {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:visited\:from-emerald-400:visited {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:visited\:from-emerald-500:visited {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:visited\:from-emerald-600:visited {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:visited\:from-emerald-700:visited {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:visited\:from-emerald-800:visited {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:visited\:from-emerald-900:visited {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:visited\:from-green-50:visited {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:visited\:from-green-100:visited {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:visited\:from-green-200:visited {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:visited\:from-green-300:visited {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:visited\:from-green-400:visited {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:visited\:from-green-500:visited {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:visited\:from-green-600:visited {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:visited\:from-green-700:visited {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:visited\:from-green-800:visited {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:visited\:from-green-900:visited {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:visited\:from-lime-50:visited {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:visited\:from-lime-100:visited {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:visited\:from-lime-200:visited {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:visited\:from-lime-300:visited {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:visited\:from-lime-400:visited {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:visited\:from-lime-500:visited {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:visited\:from-lime-600:visited {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:visited\:from-lime-700:visited {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:visited\:from-lime-800:visited {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:visited\:from-lime-900:visited {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:visited\:from-yellow-50:visited {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:visited\:from-yellow-100:visited {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:visited\:from-yellow-200:visited {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:visited\:from-yellow-300:visited {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:visited\:from-yellow-400:visited {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:visited\:from-yellow-500:visited {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:visited\:from-yellow-600:visited {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:visited\:from-yellow-700:visited {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:visited\:from-yellow-800:visited {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:visited\:from-yellow-900:visited {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:visited\:from-amber-50:visited {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:visited\:from-amber-100:visited {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:visited\:from-amber-200:visited {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:visited\:from-amber-300:visited {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:visited\:from-amber-400:visited {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:visited\:from-amber-500:visited {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:visited\:from-amber-600:visited {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:visited\:from-amber-700:visited {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:visited\:from-amber-800:visited {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:visited\:from-amber-900:visited {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:visited\:from-orange-50:visited {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:visited\:from-orange-100:visited {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:visited\:from-orange-200:visited {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:visited\:from-orange-300:visited {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:visited\:from-orange-400:visited {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:visited\:from-orange-500:visited {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:visited\:from-orange-600:visited {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:visited\:from-orange-700:visited {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:visited\:from-orange-800:visited {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:visited\:from-orange-900:visited {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:visited\:from-red-50:visited {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:visited\:from-red-100:visited {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:visited\:from-red-200:visited {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:visited\:from-red-300:visited {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:visited\:from-red-400:visited {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:visited\:from-red-500:visited {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:visited\:from-red-600:visited {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:visited\:from-red-700:visited {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:visited\:from-red-800:visited {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:visited\:from-red-900:visited {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:visited\:from-warmGray-50:visited {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:visited\:from-warmGray-100:visited {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:visited\:from-warmGray-200:visited {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:visited\:from-warmGray-300:visited {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:visited\:from-warmGray-400:visited {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:visited\:from-warmGray-500:visited {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:visited\:from-warmGray-600:visited {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:visited\:from-warmGray-700:visited {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:visited\:from-warmGray-800:visited {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:visited\:from-warmGray-900:visited {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:visited\:from-trueGray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:visited\:from-trueGray-100:visited {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:visited\:from-trueGray-200:visited {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:visited\:from-trueGray-300:visited {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:visited\:from-trueGray-400:visited {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:visited\:from-trueGray-500:visited {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:visited\:from-trueGray-600:visited {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:visited\:from-trueGray-700:visited {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:visited\:from-trueGray-800:visited {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:visited\:from-trueGray-900:visited {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:visited\:from-gray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:visited\:from-gray-100:visited {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:visited\:from-gray-200:visited {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:visited\:from-gray-300:visited {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:visited\:from-gray-400:visited {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:visited\:from-gray-500:visited {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:visited\:from-gray-600:visited {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:visited\:from-gray-700:visited {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:visited\:from-gray-800:visited {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:visited\:from-gray-900:visited {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:visited\:from-coolGray-50:visited {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:visited\:from-coolGray-100:visited {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:visited\:from-coolGray-200:visited {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:visited\:from-coolGray-300:visited {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:visited\:from-coolGray-400:visited {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:visited\:from-coolGray-500:visited {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:visited\:from-coolGray-600:visited {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:visited\:from-coolGray-700:visited {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:visited\:from-coolGray-800:visited {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:visited\:from-coolGray-900:visited {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:visited\:from-blueGray-50:visited {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:visited\:from-blueGray-100:visited {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:visited\:from-blueGray-200:visited {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:visited\:from-blueGray-300:visited {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:visited\:from-blueGray-400:visited {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:visited\:from-blueGray-500:visited {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:visited\:from-blueGray-600:visited {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:visited\:from-blueGray-700:visited {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:visited\:from-blueGray-800:visited {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:visited\:from-blueGray-900:visited {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:visited\:from-current:visited {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:visited\:from-transparent:visited {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:visited\:via-black:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:visited\:via-white:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:visited\:via-rose-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:visited\:via-rose-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:visited\:via-rose-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:visited\:via-rose-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:visited\:via-rose-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:visited\:via-rose-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:visited\:via-rose-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:visited\:via-rose-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:visited\:via-rose-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:visited\:via-rose-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:visited\:via-pink-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:visited\:via-pink-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:visited\:via-pink-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:visited\:via-pink-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:visited\:via-pink-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:visited\:via-pink-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:visited\:via-pink-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:visited\:via-pink-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:visited\:via-pink-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:visited\:via-pink-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:visited\:via-fuchsia-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:visited\:via-fuchsia-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:visited\:via-fuchsia-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:visited\:via-fuchsia-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:visited\:via-fuchsia-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:visited\:via-fuchsia-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:visited\:via-fuchsia-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:visited\:via-fuchsia-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:visited\:via-fuchsia-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:visited\:via-fuchsia-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:visited\:via-purple-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:visited\:via-purple-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:visited\:via-purple-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:visited\:via-purple-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:visited\:via-purple-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:visited\:via-purple-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:visited\:via-purple-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:visited\:via-purple-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:visited\:via-purple-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:visited\:via-purple-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:visited\:via-violet-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:visited\:via-violet-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:visited\:via-violet-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:visited\:via-violet-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:visited\:via-violet-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:visited\:via-violet-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:visited\:via-violet-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:visited\:via-violet-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:visited\:via-violet-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:visited\:via-violet-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:visited\:via-indigo-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:visited\:via-indigo-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:visited\:via-indigo-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:visited\:via-indigo-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:visited\:via-indigo-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:visited\:via-indigo-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:visited\:via-indigo-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:visited\:via-indigo-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:visited\:via-indigo-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:visited\:via-indigo-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:visited\:via-blue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:visited\:via-blue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:visited\:via-blue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:visited\:via-blue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:visited\:via-blue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:visited\:via-blue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:visited\:via-blue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:visited\:via-blue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:visited\:via-blue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:visited\:via-blue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:visited\:via-lightBlue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:visited\:via-lightBlue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:visited\:via-lightBlue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:visited\:via-lightBlue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:visited\:via-lightBlue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:visited\:via-lightBlue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:visited\:via-lightBlue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:visited\:via-lightBlue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:visited\:via-lightBlue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:visited\:via-lightBlue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:visited\:via-cyan-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:visited\:via-cyan-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:visited\:via-cyan-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:visited\:via-cyan-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:visited\:via-cyan-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:visited\:via-cyan-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:visited\:via-cyan-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:visited\:via-cyan-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:visited\:via-cyan-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:visited\:via-cyan-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:visited\:via-teal-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:visited\:via-teal-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:visited\:via-teal-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:visited\:via-teal-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:visited\:via-teal-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:visited\:via-teal-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:visited\:via-teal-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:visited\:via-teal-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:visited\:via-teal-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:visited\:via-teal-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:visited\:via-emerald-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:visited\:via-emerald-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:visited\:via-emerald-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:visited\:via-emerald-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:visited\:via-emerald-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:visited\:via-emerald-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:visited\:via-emerald-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:visited\:via-emerald-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:visited\:via-emerald-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:visited\:via-emerald-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:visited\:via-green-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:visited\:via-green-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:visited\:via-green-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:visited\:via-green-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:visited\:via-green-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:visited\:via-green-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:visited\:via-green-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:visited\:via-green-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:visited\:via-green-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:visited\:via-green-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:visited\:via-lime-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:visited\:via-lime-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:visited\:via-lime-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:visited\:via-lime-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:visited\:via-lime-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:visited\:via-lime-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:visited\:via-lime-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:visited\:via-lime-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:visited\:via-lime-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:visited\:via-lime-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:visited\:via-yellow-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:visited\:via-yellow-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:visited\:via-yellow-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:visited\:via-yellow-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:visited\:via-yellow-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:visited\:via-yellow-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:visited\:via-yellow-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:visited\:via-yellow-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:visited\:via-yellow-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:visited\:via-yellow-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:visited\:via-amber-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:visited\:via-amber-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:visited\:via-amber-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:visited\:via-amber-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:visited\:via-amber-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:visited\:via-amber-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:visited\:via-amber-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:visited\:via-amber-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:visited\:via-amber-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:visited\:via-amber-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:visited\:via-orange-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:visited\:via-orange-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:visited\:via-orange-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:visited\:via-orange-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:visited\:via-orange-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:visited\:via-orange-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:visited\:via-orange-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:visited\:via-orange-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:visited\:via-orange-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:visited\:via-orange-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:visited\:via-red-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:visited\:via-red-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:visited\:via-red-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:visited\:via-red-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:visited\:via-red-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:visited\:via-red-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:visited\:via-red-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:visited\:via-red-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:visited\:via-red-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:visited\:via-red-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:visited\:via-warmGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:visited\:via-warmGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:visited\:via-warmGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:visited\:via-warmGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:visited\:via-warmGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:visited\:via-warmGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:visited\:via-warmGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:visited\:via-warmGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:visited\:via-warmGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:visited\:via-warmGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:visited\:via-trueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:visited\:via-trueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:visited\:via-trueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:visited\:via-trueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:visited\:via-trueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:visited\:via-trueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:visited\:via-trueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:visited\:via-trueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:visited\:via-trueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:visited\:via-trueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:visited\:via-gray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:visited\:via-gray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:visited\:via-gray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:visited\:via-gray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:visited\:via-gray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:visited\:via-gray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:visited\:via-gray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:visited\:via-gray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:visited\:via-gray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:visited\:via-gray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:visited\:via-coolGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:visited\:via-coolGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:visited\:via-coolGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:visited\:via-coolGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:visited\:via-coolGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:visited\:via-coolGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:visited\:via-coolGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:visited\:via-coolGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:visited\:via-coolGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:visited\:via-coolGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:visited\:via-blueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:visited\:via-blueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:visited\:via-blueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:visited\:via-blueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:visited\:via-blueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:visited\:via-blueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:visited\:via-blueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:visited\:via-blueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:visited\:via-blueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:visited\:via-blueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:visited\:via-current:visited {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:visited\:via-transparent:visited {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:visited\:to-black:visited {
    --tw-gradient-to: #000;
  }

  .sm\:visited\:to-white:visited {
    --tw-gradient-to: #fff;
  }

  .sm\:visited\:to-rose-50:visited {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:visited\:to-rose-100:visited {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:visited\:to-rose-200:visited {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:visited\:to-rose-300:visited {
    --tw-gradient-to: #fda4af;
  }

  .sm\:visited\:to-rose-400:visited {
    --tw-gradient-to: #fb7185;
  }

  .sm\:visited\:to-rose-500:visited {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:visited\:to-rose-600:visited {
    --tw-gradient-to: #e11d48;
  }

  .sm\:visited\:to-rose-700:visited {
    --tw-gradient-to: #be123c;
  }

  .sm\:visited\:to-rose-800:visited {
    --tw-gradient-to: #9f1239;
  }

  .sm\:visited\:to-rose-900:visited {
    --tw-gradient-to: #881337;
  }

  .sm\:visited\:to-pink-50:visited {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:visited\:to-pink-100:visited {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:visited\:to-pink-200:visited {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:visited\:to-pink-300:visited {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:visited\:to-pink-400:visited {
    --tw-gradient-to: #f472b6;
  }

  .sm\:visited\:to-pink-500:visited {
    --tw-gradient-to: #ec4899;
  }

  .sm\:visited\:to-pink-600:visited {
    --tw-gradient-to: #db2777;
  }

  .sm\:visited\:to-pink-700:visited {
    --tw-gradient-to: #be185d;
  }

  .sm\:visited\:to-pink-800:visited {
    --tw-gradient-to: #9d174d;
  }

  .sm\:visited\:to-pink-900:visited {
    --tw-gradient-to: #831843;
  }

  .sm\:visited\:to-fuchsia-50:visited {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:visited\:to-fuchsia-100:visited {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:visited\:to-fuchsia-200:visited {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:visited\:to-fuchsia-300:visited {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:visited\:to-fuchsia-400:visited {
    --tw-gradient-to: #e879f9;
  }

  .sm\:visited\:to-fuchsia-500:visited {
    --tw-gradient-to: #d946ef;
  }

  .sm\:visited\:to-fuchsia-600:visited {
    --tw-gradient-to: #c026d3;
  }

  .sm\:visited\:to-fuchsia-700:visited {
    --tw-gradient-to: #a21caf;
  }

  .sm\:visited\:to-fuchsia-800:visited {
    --tw-gradient-to: #86198f;
  }

  .sm\:visited\:to-fuchsia-900:visited {
    --tw-gradient-to: #701a75;
  }

  .sm\:visited\:to-purple-50:visited {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:visited\:to-purple-100:visited {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:visited\:to-purple-200:visited {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:visited\:to-purple-300:visited {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:visited\:to-purple-400:visited {
    --tw-gradient-to: #c084fc;
  }

  .sm\:visited\:to-purple-500:visited {
    --tw-gradient-to: #a855f7;
  }

  .sm\:visited\:to-purple-600:visited {
    --tw-gradient-to: #9333ea;
  }

  .sm\:visited\:to-purple-700:visited {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:visited\:to-purple-800:visited {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:visited\:to-purple-900:visited {
    --tw-gradient-to: #581c87;
  }

  .sm\:visited\:to-violet-50:visited {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:visited\:to-violet-100:visited {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:visited\:to-violet-200:visited {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:visited\:to-violet-300:visited {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:visited\:to-violet-400:visited {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:visited\:to-violet-500:visited {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:visited\:to-violet-600:visited {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:visited\:to-violet-700:visited {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:visited\:to-violet-800:visited {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:visited\:to-violet-900:visited {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:visited\:to-indigo-50:visited {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:visited\:to-indigo-100:visited {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:visited\:to-indigo-200:visited {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:visited\:to-indigo-300:visited {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:visited\:to-indigo-400:visited {
    --tw-gradient-to: #818cf8;
  }

  .sm\:visited\:to-indigo-500:visited {
    --tw-gradient-to: #6366f1;
  }

  .sm\:visited\:to-indigo-600:visited {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:visited\:to-indigo-700:visited {
    --tw-gradient-to: #4338ca;
  }

  .sm\:visited\:to-indigo-800:visited {
    --tw-gradient-to: #3730a3;
  }

  .sm\:visited\:to-indigo-900:visited {
    --tw-gradient-to: #312e81;
  }

  .sm\:visited\:to-blue-50:visited {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:visited\:to-blue-100:visited {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:visited\:to-blue-200:visited {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:visited\:to-blue-300:visited {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:visited\:to-blue-400:visited {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:visited\:to-blue-500:visited {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:visited\:to-blue-600:visited {
    --tw-gradient-to: #2563eb;
  }

  .sm\:visited\:to-blue-700:visited {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:visited\:to-blue-800:visited {
    --tw-gradient-to: #1e40af;
  }

  .sm\:visited\:to-blue-900:visited {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:visited\:to-lightBlue-50:visited {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:visited\:to-lightBlue-100:visited {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:visited\:to-lightBlue-200:visited {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:visited\:to-lightBlue-300:visited {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:visited\:to-lightBlue-400:visited {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:visited\:to-lightBlue-500:visited {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:visited\:to-lightBlue-600:visited {
    --tw-gradient-to: #0284c7;
  }

  .sm\:visited\:to-lightBlue-700:visited {
    --tw-gradient-to: #0369a1;
  }

  .sm\:visited\:to-lightBlue-800:visited {
    --tw-gradient-to: #075985;
  }

  .sm\:visited\:to-lightBlue-900:visited {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:visited\:to-cyan-50:visited {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:visited\:to-cyan-100:visited {
    --tw-gradient-to: #cffafe;
  }

  .sm\:visited\:to-cyan-200:visited {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:visited\:to-cyan-300:visited {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:visited\:to-cyan-400:visited {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:visited\:to-cyan-500:visited {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:visited\:to-cyan-600:visited {
    --tw-gradient-to: #0891b2;
  }

  .sm\:visited\:to-cyan-700:visited {
    --tw-gradient-to: #0e7490;
  }

  .sm\:visited\:to-cyan-800:visited {
    --tw-gradient-to: #155e75;
  }

  .sm\:visited\:to-cyan-900:visited {
    --tw-gradient-to: #164e63;
  }

  .sm\:visited\:to-teal-50:visited {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:visited\:to-teal-100:visited {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:visited\:to-teal-200:visited {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:visited\:to-teal-300:visited {
    --tw-gradient-to: #5eead4;
  }

  .sm\:visited\:to-teal-400:visited {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:visited\:to-teal-500:visited {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:visited\:to-teal-600:visited {
    --tw-gradient-to: #0d9488;
  }

  .sm\:visited\:to-teal-700:visited {
    --tw-gradient-to: #0f766e;
  }

  .sm\:visited\:to-teal-800:visited {
    --tw-gradient-to: #115e59;
  }

  .sm\:visited\:to-teal-900:visited {
    --tw-gradient-to: #134e4a;
  }

  .sm\:visited\:to-emerald-50:visited {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:visited\:to-emerald-100:visited {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:visited\:to-emerald-200:visited {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:visited\:to-emerald-300:visited {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:visited\:to-emerald-400:visited {
    --tw-gradient-to: #34d399;
  }

  .sm\:visited\:to-emerald-500:visited {
    --tw-gradient-to: #10b981;
  }

  .sm\:visited\:to-emerald-600:visited {
    --tw-gradient-to: #059669;
  }

  .sm\:visited\:to-emerald-700:visited {
    --tw-gradient-to: #047857;
  }

  .sm\:visited\:to-emerald-800:visited {
    --tw-gradient-to: #065f46;
  }

  .sm\:visited\:to-emerald-900:visited {
    --tw-gradient-to: #064e3b;
  }

  .sm\:visited\:to-green-50:visited {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:visited\:to-green-100:visited {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:visited\:to-green-200:visited {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:visited\:to-green-300:visited {
    --tw-gradient-to: #86efac;
  }

  .sm\:visited\:to-green-400:visited {
    --tw-gradient-to: #4ade80;
  }

  .sm\:visited\:to-green-500:visited {
    --tw-gradient-to: #22c55e;
  }

  .sm\:visited\:to-green-600:visited {
    --tw-gradient-to: #16a34a;
  }

  .sm\:visited\:to-green-700:visited {
    --tw-gradient-to: #15803d;
  }

  .sm\:visited\:to-green-800:visited {
    --tw-gradient-to: #166534;
  }

  .sm\:visited\:to-green-900:visited {
    --tw-gradient-to: #14532d;
  }

  .sm\:visited\:to-lime-50:visited {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:visited\:to-lime-100:visited {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:visited\:to-lime-200:visited {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:visited\:to-lime-300:visited {
    --tw-gradient-to: #bef264;
  }

  .sm\:visited\:to-lime-400:visited {
    --tw-gradient-to: #a3e635;
  }

  .sm\:visited\:to-lime-500:visited {
    --tw-gradient-to: #84cc16;
  }

  .sm\:visited\:to-lime-600:visited {
    --tw-gradient-to: #65a30d;
  }

  .sm\:visited\:to-lime-700:visited {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:visited\:to-lime-800:visited {
    --tw-gradient-to: #3f6212;
  }

  .sm\:visited\:to-lime-900:visited {
    --tw-gradient-to: #365314;
  }

  .sm\:visited\:to-yellow-50:visited {
    --tw-gradient-to: #fefce8;
  }

  .sm\:visited\:to-yellow-100:visited {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:visited\:to-yellow-200:visited {
    --tw-gradient-to: #fef08a;
  }

  .sm\:visited\:to-yellow-300:visited {
    --tw-gradient-to: #fde047;
  }

  .sm\:visited\:to-yellow-400:visited {
    --tw-gradient-to: #facc15;
  }

  .sm\:visited\:to-yellow-500:visited {
    --tw-gradient-to: #eab308;
  }

  .sm\:visited\:to-yellow-600:visited {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:visited\:to-yellow-700:visited {
    --tw-gradient-to: #a16207;
  }

  .sm\:visited\:to-yellow-800:visited {
    --tw-gradient-to: #854d0e;
  }

  .sm\:visited\:to-yellow-900:visited {
    --tw-gradient-to: #713f12;
  }

  .sm\:visited\:to-amber-50:visited {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:visited\:to-amber-100:visited {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:visited\:to-amber-200:visited {
    --tw-gradient-to: #fde68a;
  }

  .sm\:visited\:to-amber-300:visited {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:visited\:to-amber-400:visited {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:visited\:to-amber-500:visited {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:visited\:to-amber-600:visited {
    --tw-gradient-to: #d97706;
  }

  .sm\:visited\:to-amber-700:visited {
    --tw-gradient-to: #b45309;
  }

  .sm\:visited\:to-amber-800:visited {
    --tw-gradient-to: #92400e;
  }

  .sm\:visited\:to-amber-900:visited {
    --tw-gradient-to: #78350f;
  }

  .sm\:visited\:to-orange-50:visited {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:visited\:to-orange-100:visited {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:visited\:to-orange-200:visited {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:visited\:to-orange-300:visited {
    --tw-gradient-to: #fdba74;
  }

  .sm\:visited\:to-orange-400:visited {
    --tw-gradient-to: #fb923c;
  }

  .sm\:visited\:to-orange-500:visited {
    --tw-gradient-to: #f97316;
  }

  .sm\:visited\:to-orange-600:visited {
    --tw-gradient-to: #ea580c;
  }

  .sm\:visited\:to-orange-700:visited {
    --tw-gradient-to: #c2410c;
  }

  .sm\:visited\:to-orange-800:visited {
    --tw-gradient-to: #9a3412;
  }

  .sm\:visited\:to-orange-900:visited {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:visited\:to-red-50:visited {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:visited\:to-red-100:visited {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:visited\:to-red-200:visited {
    --tw-gradient-to: #fecaca;
  }

  .sm\:visited\:to-red-300:visited {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:visited\:to-red-400:visited {
    --tw-gradient-to: #f87171;
  }

  .sm\:visited\:to-red-500:visited {
    --tw-gradient-to: #ef4444;
  }

  .sm\:visited\:to-red-600:visited {
    --tw-gradient-to: #dc2626;
  }

  .sm\:visited\:to-red-700:visited {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:visited\:to-red-800:visited {
    --tw-gradient-to: #991b1b;
  }

  .sm\:visited\:to-red-900:visited {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:visited\:to-warmGray-50:visited {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:visited\:to-warmGray-100:visited {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:visited\:to-warmGray-200:visited {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:visited\:to-warmGray-300:visited {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:visited\:to-warmGray-400:visited {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:visited\:to-warmGray-500:visited {
    --tw-gradient-to: #78716c;
  }

  .sm\:visited\:to-warmGray-600:visited {
    --tw-gradient-to: #57534e;
  }

  .sm\:visited\:to-warmGray-700:visited {
    --tw-gradient-to: #44403c;
  }

  .sm\:visited\:to-warmGray-800:visited {
    --tw-gradient-to: #292524;
  }

  .sm\:visited\:to-warmGray-900:visited {
    --tw-gradient-to: #1c1917;
  }

  .sm\:visited\:to-trueGray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .sm\:visited\:to-trueGray-100:visited {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:visited\:to-trueGray-200:visited {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:visited\:to-trueGray-300:visited {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:visited\:to-trueGray-400:visited {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:visited\:to-trueGray-500:visited {
    --tw-gradient-to: #737373;
  }

  .sm\:visited\:to-trueGray-600:visited {
    --tw-gradient-to: #525252;
  }

  .sm\:visited\:to-trueGray-700:visited {
    --tw-gradient-to: #404040;
  }

  .sm\:visited\:to-trueGray-800:visited {
    --tw-gradient-to: #262626;
  }

  .sm\:visited\:to-trueGray-900:visited {
    --tw-gradient-to: #171717;
  }

  .sm\:visited\:to-gray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .sm\:visited\:to-gray-100:visited {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:visited\:to-gray-200:visited {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:visited\:to-gray-300:visited {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:visited\:to-gray-400:visited {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:visited\:to-gray-500:visited {
    --tw-gradient-to: #71717a;
  }

  .sm\:visited\:to-gray-600:visited {
    --tw-gradient-to: #52525b;
  }

  .sm\:visited\:to-gray-700:visited {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:visited\:to-gray-800:visited {
    --tw-gradient-to: #27272a;
  }

  .sm\:visited\:to-gray-900:visited {
    --tw-gradient-to: #18181b;
  }

  .sm\:visited\:to-coolGray-50:visited {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:visited\:to-coolGray-100:visited {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:visited\:to-coolGray-200:visited {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:visited\:to-coolGray-300:visited {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:visited\:to-coolGray-400:visited {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:visited\:to-coolGray-500:visited {
    --tw-gradient-to: #6b7280;
  }

  .sm\:visited\:to-coolGray-600:visited {
    --tw-gradient-to: #4b5563;
  }

  .sm\:visited\:to-coolGray-700:visited {
    --tw-gradient-to: #374151;
  }

  .sm\:visited\:to-coolGray-800:visited {
    --tw-gradient-to: #1f2937;
  }

  .sm\:visited\:to-coolGray-900:visited {
    --tw-gradient-to: #111827;
  }

  .sm\:visited\:to-blueGray-50:visited {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:visited\:to-blueGray-100:visited {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:visited\:to-blueGray-200:visited {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:visited\:to-blueGray-300:visited {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:visited\:to-blueGray-400:visited {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:visited\:to-blueGray-500:visited {
    --tw-gradient-to: #64748b;
  }

  .sm\:visited\:to-blueGray-600:visited {
    --tw-gradient-to: #475569;
  }

  .sm\:visited\:to-blueGray-700:visited {
    --tw-gradient-to: #334155;
  }

  .sm\:visited\:to-blueGray-800:visited {
    --tw-gradient-to: #1e293b;
  }

  .sm\:visited\:to-blueGray-900:visited {
    --tw-gradient-to: #0f172a;
  }

  .sm\:visited\:to-current:visited {
    --tw-gradient-to: current;
  }

  .sm\:visited\:to-transparent:visited {
    --tw-gradient-to: transparent;
  }

  .sm\:disabled\:from-black:disabled {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:disabled\:from-white:disabled {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:disabled\:from-rose-50:disabled {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:disabled\:from-rose-100:disabled {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:disabled\:from-rose-200:disabled {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:disabled\:from-rose-300:disabled {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:disabled\:from-rose-400:disabled {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:disabled\:from-rose-500:disabled {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:disabled\:from-rose-600:disabled {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:disabled\:from-rose-700:disabled {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:disabled\:from-rose-800:disabled {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:disabled\:from-rose-900:disabled {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:disabled\:from-pink-50:disabled {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:disabled\:from-pink-100:disabled {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:disabled\:from-pink-200:disabled {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:disabled\:from-pink-300:disabled {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:disabled\:from-pink-400:disabled {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:disabled\:from-pink-500:disabled {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:disabled\:from-pink-600:disabled {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:disabled\:from-pink-700:disabled {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:disabled\:from-pink-800:disabled {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:disabled\:from-pink-900:disabled {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:disabled\:from-fuchsia-50:disabled {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:disabled\:from-fuchsia-100:disabled {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:disabled\:from-fuchsia-200:disabled {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:disabled\:from-fuchsia-300:disabled {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:disabled\:from-fuchsia-400:disabled {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:disabled\:from-fuchsia-500:disabled {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:disabled\:from-fuchsia-600:disabled {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:disabled\:from-fuchsia-700:disabled {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:disabled\:from-fuchsia-800:disabled {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:disabled\:from-fuchsia-900:disabled {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:disabled\:from-purple-50:disabled {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:disabled\:from-purple-100:disabled {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:disabled\:from-purple-200:disabled {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:disabled\:from-purple-300:disabled {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:disabled\:from-purple-400:disabled {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:disabled\:from-purple-500:disabled {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:disabled\:from-purple-600:disabled {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:disabled\:from-purple-700:disabled {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:disabled\:from-purple-800:disabled {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:disabled\:from-purple-900:disabled {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:disabled\:from-violet-50:disabled {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:disabled\:from-violet-100:disabled {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:disabled\:from-violet-200:disabled {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:disabled\:from-violet-300:disabled {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:disabled\:from-violet-400:disabled {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:disabled\:from-violet-500:disabled {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:disabled\:from-violet-600:disabled {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:disabled\:from-violet-700:disabled {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:disabled\:from-violet-800:disabled {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:disabled\:from-violet-900:disabled {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:disabled\:from-indigo-50:disabled {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:disabled\:from-indigo-100:disabled {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:disabled\:from-indigo-200:disabled {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:disabled\:from-indigo-300:disabled {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:disabled\:from-indigo-400:disabled {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:disabled\:from-indigo-500:disabled {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:disabled\:from-indigo-600:disabled {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:disabled\:from-indigo-700:disabled {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:disabled\:from-indigo-800:disabled {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:disabled\:from-indigo-900:disabled {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:disabled\:from-blue-50:disabled {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:disabled\:from-blue-100:disabled {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:disabled\:from-blue-200:disabled {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:disabled\:from-blue-300:disabled {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:disabled\:from-blue-400:disabled {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:disabled\:from-blue-500:disabled {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:disabled\:from-blue-600:disabled {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:disabled\:from-blue-700:disabled {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:disabled\:from-blue-800:disabled {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:disabled\:from-blue-900:disabled {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:disabled\:from-lightBlue-50:disabled {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:disabled\:from-lightBlue-100:disabled {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:disabled\:from-lightBlue-200:disabled {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:disabled\:from-lightBlue-300:disabled {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:disabled\:from-lightBlue-400:disabled {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:disabled\:from-lightBlue-500:disabled {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:disabled\:from-lightBlue-600:disabled {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:disabled\:from-lightBlue-700:disabled {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:disabled\:from-lightBlue-800:disabled {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:disabled\:from-lightBlue-900:disabled {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:disabled\:from-cyan-50:disabled {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:disabled\:from-cyan-100:disabled {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:disabled\:from-cyan-200:disabled {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:disabled\:from-cyan-300:disabled {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:disabled\:from-cyan-400:disabled {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:disabled\:from-cyan-500:disabled {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:disabled\:from-cyan-600:disabled {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:disabled\:from-cyan-700:disabled {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:disabled\:from-cyan-800:disabled {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:disabled\:from-cyan-900:disabled {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:disabled\:from-teal-50:disabled {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:disabled\:from-teal-100:disabled {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:disabled\:from-teal-200:disabled {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:disabled\:from-teal-300:disabled {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:disabled\:from-teal-400:disabled {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:disabled\:from-teal-500:disabled {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:disabled\:from-teal-600:disabled {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:disabled\:from-teal-700:disabled {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:disabled\:from-teal-800:disabled {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:disabled\:from-teal-900:disabled {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:disabled\:from-emerald-50:disabled {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:disabled\:from-emerald-100:disabled {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:disabled\:from-emerald-200:disabled {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:disabled\:from-emerald-300:disabled {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:disabled\:from-emerald-400:disabled {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:disabled\:from-emerald-500:disabled {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:disabled\:from-emerald-600:disabled {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:disabled\:from-emerald-700:disabled {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:disabled\:from-emerald-800:disabled {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:disabled\:from-emerald-900:disabled {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:disabled\:from-green-50:disabled {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:disabled\:from-green-100:disabled {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:disabled\:from-green-200:disabled {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:disabled\:from-green-300:disabled {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:disabled\:from-green-400:disabled {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:disabled\:from-green-500:disabled {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:disabled\:from-green-600:disabled {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:disabled\:from-green-700:disabled {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:disabled\:from-green-800:disabled {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:disabled\:from-green-900:disabled {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:disabled\:from-lime-50:disabled {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:disabled\:from-lime-100:disabled {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:disabled\:from-lime-200:disabled {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:disabled\:from-lime-300:disabled {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:disabled\:from-lime-400:disabled {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:disabled\:from-lime-500:disabled {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:disabled\:from-lime-600:disabled {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:disabled\:from-lime-700:disabled {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:disabled\:from-lime-800:disabled {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:disabled\:from-lime-900:disabled {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:disabled\:from-yellow-50:disabled {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:disabled\:from-yellow-100:disabled {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:disabled\:from-yellow-200:disabled {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:disabled\:from-yellow-300:disabled {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:disabled\:from-yellow-400:disabled {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:disabled\:from-yellow-500:disabled {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:disabled\:from-yellow-600:disabled {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:disabled\:from-yellow-700:disabled {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:disabled\:from-yellow-800:disabled {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:disabled\:from-yellow-900:disabled {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:disabled\:from-amber-50:disabled {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:disabled\:from-amber-100:disabled {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:disabled\:from-amber-200:disabled {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:disabled\:from-amber-300:disabled {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:disabled\:from-amber-400:disabled {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:disabled\:from-amber-500:disabled {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:disabled\:from-amber-600:disabled {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:disabled\:from-amber-700:disabled {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:disabled\:from-amber-800:disabled {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:disabled\:from-amber-900:disabled {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:disabled\:from-orange-50:disabled {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:disabled\:from-orange-100:disabled {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:disabled\:from-orange-200:disabled {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:disabled\:from-orange-300:disabled {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:disabled\:from-orange-400:disabled {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:disabled\:from-orange-500:disabled {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:disabled\:from-orange-600:disabled {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:disabled\:from-orange-700:disabled {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:disabled\:from-orange-800:disabled {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:disabled\:from-orange-900:disabled {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:disabled\:from-red-50:disabled {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:disabled\:from-red-100:disabled {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:disabled\:from-red-200:disabled {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:disabled\:from-red-300:disabled {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:disabled\:from-red-400:disabled {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:disabled\:from-red-500:disabled {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:disabled\:from-red-600:disabled {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:disabled\:from-red-700:disabled {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:disabled\:from-red-800:disabled {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:disabled\:from-red-900:disabled {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:disabled\:from-warmGray-50:disabled {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:disabled\:from-warmGray-100:disabled {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:disabled\:from-warmGray-200:disabled {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:disabled\:from-warmGray-300:disabled {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:disabled\:from-warmGray-400:disabled {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:disabled\:from-warmGray-500:disabled {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:disabled\:from-warmGray-600:disabled {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:disabled\:from-warmGray-700:disabled {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:disabled\:from-warmGray-800:disabled {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:disabled\:from-warmGray-900:disabled {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:disabled\:from-trueGray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:disabled\:from-trueGray-100:disabled {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:disabled\:from-trueGray-200:disabled {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:disabled\:from-trueGray-300:disabled {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:disabled\:from-trueGray-400:disabled {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:disabled\:from-trueGray-500:disabled {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:disabled\:from-trueGray-600:disabled {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:disabled\:from-trueGray-700:disabled {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:disabled\:from-trueGray-800:disabled {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:disabled\:from-trueGray-900:disabled {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:disabled\:from-gray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:disabled\:from-gray-100:disabled {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:disabled\:from-gray-200:disabled {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:disabled\:from-gray-300:disabled {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:disabled\:from-gray-400:disabled {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:disabled\:from-gray-500:disabled {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:disabled\:from-gray-600:disabled {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:disabled\:from-gray-700:disabled {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:disabled\:from-gray-800:disabled {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:disabled\:from-gray-900:disabled {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:disabled\:from-coolGray-50:disabled {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:disabled\:from-coolGray-100:disabled {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:disabled\:from-coolGray-200:disabled {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:disabled\:from-coolGray-300:disabled {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:disabled\:from-coolGray-400:disabled {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:disabled\:from-coolGray-500:disabled {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:disabled\:from-coolGray-600:disabled {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:disabled\:from-coolGray-700:disabled {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:disabled\:from-coolGray-800:disabled {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:disabled\:from-coolGray-900:disabled {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:disabled\:from-blueGray-50:disabled {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:disabled\:from-blueGray-100:disabled {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:disabled\:from-blueGray-200:disabled {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:disabled\:from-blueGray-300:disabled {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:disabled\:from-blueGray-400:disabled {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:disabled\:from-blueGray-500:disabled {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:disabled\:from-blueGray-600:disabled {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:disabled\:from-blueGray-700:disabled {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:disabled\:from-blueGray-800:disabled {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:disabled\:from-blueGray-900:disabled {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:disabled\:from-current:disabled {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:disabled\:from-transparent:disabled {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:disabled\:via-black:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:disabled\:via-white:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:disabled\:via-rose-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .sm\:disabled\:via-rose-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .sm\:disabled\:via-rose-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .sm\:disabled\:via-rose-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .sm\:disabled\:via-rose-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .sm\:disabled\:via-rose-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .sm\:disabled\:via-rose-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .sm\:disabled\:via-rose-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .sm\:disabled\:via-rose-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .sm\:disabled\:via-rose-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .sm\:disabled\:via-pink-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:disabled\:via-pink-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:disabled\:via-pink-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:disabled\:via-pink-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:disabled\:via-pink-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:disabled\:via-pink-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:disabled\:via-pink-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:disabled\:via-pink-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:disabled\:via-pink-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:disabled\:via-pink-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:disabled\:via-fuchsia-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .sm\:disabled\:via-fuchsia-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .sm\:disabled\:via-fuchsia-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .sm\:disabled\:via-fuchsia-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .sm\:disabled\:via-fuchsia-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .sm\:disabled\:via-fuchsia-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .sm\:disabled\:via-fuchsia-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .sm\:disabled\:via-fuchsia-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .sm\:disabled\:via-fuchsia-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .sm\:disabled\:via-fuchsia-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .sm\:disabled\:via-purple-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:disabled\:via-purple-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .sm\:disabled\:via-purple-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .sm\:disabled\:via-purple-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .sm\:disabled\:via-purple-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .sm\:disabled\:via-purple-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .sm\:disabled\:via-purple-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .sm\:disabled\:via-purple-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .sm\:disabled\:via-purple-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .sm\:disabled\:via-purple-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .sm\:disabled\:via-violet-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:disabled\:via-violet-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:disabled\:via-violet-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:disabled\:via-violet-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:disabled\:via-violet-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:disabled\:via-violet-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:disabled\:via-violet-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:disabled\:via-violet-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:disabled\:via-violet-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:disabled\:via-violet-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:disabled\:via-indigo-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:disabled\:via-indigo-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:disabled\:via-indigo-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:disabled\:via-indigo-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:disabled\:via-indigo-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:disabled\:via-indigo-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:disabled\:via-indigo-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:disabled\:via-indigo-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:disabled\:via-indigo-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:disabled\:via-indigo-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:disabled\:via-blue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:disabled\:via-blue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:disabled\:via-blue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:disabled\:via-blue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:disabled\:via-blue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:disabled\:via-blue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:disabled\:via-blue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:disabled\:via-blue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:disabled\:via-blue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:disabled\:via-blue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:disabled\:via-lightBlue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .sm\:disabled\:via-lightBlue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .sm\:disabled\:via-lightBlue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .sm\:disabled\:via-lightBlue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .sm\:disabled\:via-lightBlue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .sm\:disabled\:via-lightBlue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .sm\:disabled\:via-lightBlue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .sm\:disabled\:via-lightBlue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .sm\:disabled\:via-lightBlue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .sm\:disabled\:via-lightBlue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .sm\:disabled\:via-cyan-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .sm\:disabled\:via-cyan-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .sm\:disabled\:via-cyan-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .sm\:disabled\:via-cyan-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .sm\:disabled\:via-cyan-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .sm\:disabled\:via-cyan-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .sm\:disabled\:via-cyan-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .sm\:disabled\:via-cyan-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .sm\:disabled\:via-cyan-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .sm\:disabled\:via-cyan-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .sm\:disabled\:via-teal-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .sm\:disabled\:via-teal-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .sm\:disabled\:via-teal-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .sm\:disabled\:via-teal-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .sm\:disabled\:via-teal-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .sm\:disabled\:via-teal-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .sm\:disabled\:via-teal-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .sm\:disabled\:via-teal-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .sm\:disabled\:via-teal-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .sm\:disabled\:via-teal-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .sm\:disabled\:via-emerald-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:disabled\:via-emerald-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:disabled\:via-emerald-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:disabled\:via-emerald-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:disabled\:via-emerald-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:disabled\:via-emerald-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:disabled\:via-emerald-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:disabled\:via-emerald-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:disabled\:via-emerald-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:disabled\:via-emerald-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:disabled\:via-green-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .sm\:disabled\:via-green-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .sm\:disabled\:via-green-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .sm\:disabled\:via-green-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .sm\:disabled\:via-green-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .sm\:disabled\:via-green-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .sm\:disabled\:via-green-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .sm\:disabled\:via-green-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .sm\:disabled\:via-green-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .sm\:disabled\:via-green-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .sm\:disabled\:via-lime-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .sm\:disabled\:via-lime-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .sm\:disabled\:via-lime-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .sm\:disabled\:via-lime-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .sm\:disabled\:via-lime-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .sm\:disabled\:via-lime-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .sm\:disabled\:via-lime-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .sm\:disabled\:via-lime-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .sm\:disabled\:via-lime-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .sm\:disabled\:via-lime-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .sm\:disabled\:via-yellow-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .sm\:disabled\:via-yellow-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .sm\:disabled\:via-yellow-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .sm\:disabled\:via-yellow-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .sm\:disabled\:via-yellow-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .sm\:disabled\:via-yellow-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .sm\:disabled\:via-yellow-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .sm\:disabled\:via-yellow-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .sm\:disabled\:via-yellow-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .sm\:disabled\:via-yellow-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .sm\:disabled\:via-amber-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:disabled\:via-amber-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:disabled\:via-amber-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:disabled\:via-amber-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:disabled\:via-amber-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:disabled\:via-amber-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:disabled\:via-amber-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:disabled\:via-amber-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:disabled\:via-amber-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:disabled\:via-amber-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:disabled\:via-orange-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .sm\:disabled\:via-orange-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .sm\:disabled\:via-orange-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .sm\:disabled\:via-orange-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .sm\:disabled\:via-orange-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .sm\:disabled\:via-orange-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .sm\:disabled\:via-orange-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .sm\:disabled\:via-orange-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .sm\:disabled\:via-orange-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .sm\:disabled\:via-orange-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .sm\:disabled\:via-red-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:disabled\:via-red-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:disabled\:via-red-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:disabled\:via-red-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:disabled\:via-red-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:disabled\:via-red-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:disabled\:via-red-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:disabled\:via-red-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:disabled\:via-red-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:disabled\:via-red-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:disabled\:via-warmGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .sm\:disabled\:via-warmGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .sm\:disabled\:via-warmGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .sm\:disabled\:via-warmGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .sm\:disabled\:via-warmGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .sm\:disabled\:via-warmGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .sm\:disabled\:via-warmGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .sm\:disabled\:via-warmGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .sm\:disabled\:via-warmGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .sm\:disabled\:via-warmGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .sm\:disabled\:via-trueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:disabled\:via-trueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:disabled\:via-trueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .sm\:disabled\:via-trueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .sm\:disabled\:via-trueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .sm\:disabled\:via-trueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .sm\:disabled\:via-trueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .sm\:disabled\:via-trueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .sm\:disabled\:via-trueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .sm\:disabled\:via-trueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .sm\:disabled\:via-gray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .sm\:disabled\:via-gray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .sm\:disabled\:via-gray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .sm\:disabled\:via-gray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .sm\:disabled\:via-gray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .sm\:disabled\:via-gray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .sm\:disabled\:via-gray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .sm\:disabled\:via-gray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .sm\:disabled\:via-gray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .sm\:disabled\:via-gray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .sm\:disabled\:via-coolGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:disabled\:via-coolGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:disabled\:via-coolGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:disabled\:via-coolGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:disabled\:via-coolGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:disabled\:via-coolGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:disabled\:via-coolGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:disabled\:via-coolGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:disabled\:via-coolGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:disabled\:via-coolGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:disabled\:via-blueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .sm\:disabled\:via-blueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .sm\:disabled\:via-blueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .sm\:disabled\:via-blueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .sm\:disabled\:via-blueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .sm\:disabled\:via-blueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .sm\:disabled\:via-blueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .sm\:disabled\:via-blueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .sm\:disabled\:via-blueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .sm\:disabled\:via-blueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .sm\:disabled\:via-current:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:disabled\:via-transparent:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:disabled\:to-black:disabled {
    --tw-gradient-to: #000;
  }

  .sm\:disabled\:to-white:disabled {
    --tw-gradient-to: #fff;
  }

  .sm\:disabled\:to-rose-50:disabled {
    --tw-gradient-to: #fff1f2;
  }

  .sm\:disabled\:to-rose-100:disabled {
    --tw-gradient-to: #ffe4e6;
  }

  .sm\:disabled\:to-rose-200:disabled {
    --tw-gradient-to: #fecdd3;
  }

  .sm\:disabled\:to-rose-300:disabled {
    --tw-gradient-to: #fda4af;
  }

  .sm\:disabled\:to-rose-400:disabled {
    --tw-gradient-to: #fb7185;
  }

  .sm\:disabled\:to-rose-500:disabled {
    --tw-gradient-to: #f43f5e;
  }

  .sm\:disabled\:to-rose-600:disabled {
    --tw-gradient-to: #e11d48;
  }

  .sm\:disabled\:to-rose-700:disabled {
    --tw-gradient-to: #be123c;
  }

  .sm\:disabled\:to-rose-800:disabled {
    --tw-gradient-to: #9f1239;
  }

  .sm\:disabled\:to-rose-900:disabled {
    --tw-gradient-to: #881337;
  }

  .sm\:disabled\:to-pink-50:disabled {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:disabled\:to-pink-100:disabled {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:disabled\:to-pink-200:disabled {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:disabled\:to-pink-300:disabled {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:disabled\:to-pink-400:disabled {
    --tw-gradient-to: #f472b6;
  }

  .sm\:disabled\:to-pink-500:disabled {
    --tw-gradient-to: #ec4899;
  }

  .sm\:disabled\:to-pink-600:disabled {
    --tw-gradient-to: #db2777;
  }

  .sm\:disabled\:to-pink-700:disabled {
    --tw-gradient-to: #be185d;
  }

  .sm\:disabled\:to-pink-800:disabled {
    --tw-gradient-to: #9d174d;
  }

  .sm\:disabled\:to-pink-900:disabled {
    --tw-gradient-to: #831843;
  }

  .sm\:disabled\:to-fuchsia-50:disabled {
    --tw-gradient-to: #fdf4ff;
  }

  .sm\:disabled\:to-fuchsia-100:disabled {
    --tw-gradient-to: #fae8ff;
  }

  .sm\:disabled\:to-fuchsia-200:disabled {
    --tw-gradient-to: #f5d0fe;
  }

  .sm\:disabled\:to-fuchsia-300:disabled {
    --tw-gradient-to: #f0abfc;
  }

  .sm\:disabled\:to-fuchsia-400:disabled {
    --tw-gradient-to: #e879f9;
  }

  .sm\:disabled\:to-fuchsia-500:disabled {
    --tw-gradient-to: #d946ef;
  }

  .sm\:disabled\:to-fuchsia-600:disabled {
    --tw-gradient-to: #c026d3;
  }

  .sm\:disabled\:to-fuchsia-700:disabled {
    --tw-gradient-to: #a21caf;
  }

  .sm\:disabled\:to-fuchsia-800:disabled {
    --tw-gradient-to: #86198f;
  }

  .sm\:disabled\:to-fuchsia-900:disabled {
    --tw-gradient-to: #701a75;
  }

  .sm\:disabled\:to-purple-50:disabled {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:disabled\:to-purple-100:disabled {
    --tw-gradient-to: #f3e8ff;
  }

  .sm\:disabled\:to-purple-200:disabled {
    --tw-gradient-to: #e9d5ff;
  }

  .sm\:disabled\:to-purple-300:disabled {
    --tw-gradient-to: #d8b4fe;
  }

  .sm\:disabled\:to-purple-400:disabled {
    --tw-gradient-to: #c084fc;
  }

  .sm\:disabled\:to-purple-500:disabled {
    --tw-gradient-to: #a855f7;
  }

  .sm\:disabled\:to-purple-600:disabled {
    --tw-gradient-to: #9333ea;
  }

  .sm\:disabled\:to-purple-700:disabled {
    --tw-gradient-to: #7e22ce;
  }

  .sm\:disabled\:to-purple-800:disabled {
    --tw-gradient-to: #6b21a8;
  }

  .sm\:disabled\:to-purple-900:disabled {
    --tw-gradient-to: #581c87;
  }

  .sm\:disabled\:to-violet-50:disabled {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:disabled\:to-violet-100:disabled {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:disabled\:to-violet-200:disabled {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:disabled\:to-violet-300:disabled {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:disabled\:to-violet-400:disabled {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:disabled\:to-violet-500:disabled {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:disabled\:to-violet-600:disabled {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:disabled\:to-violet-700:disabled {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:disabled\:to-violet-800:disabled {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:disabled\:to-violet-900:disabled {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:disabled\:to-indigo-50:disabled {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:disabled\:to-indigo-100:disabled {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:disabled\:to-indigo-200:disabled {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:disabled\:to-indigo-300:disabled {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:disabled\:to-indigo-400:disabled {
    --tw-gradient-to: #818cf8;
  }

  .sm\:disabled\:to-indigo-500:disabled {
    --tw-gradient-to: #6366f1;
  }

  .sm\:disabled\:to-indigo-600:disabled {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:disabled\:to-indigo-700:disabled {
    --tw-gradient-to: #4338ca;
  }

  .sm\:disabled\:to-indigo-800:disabled {
    --tw-gradient-to: #3730a3;
  }

  .sm\:disabled\:to-indigo-900:disabled {
    --tw-gradient-to: #312e81;
  }

  .sm\:disabled\:to-blue-50:disabled {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:disabled\:to-blue-100:disabled {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:disabled\:to-blue-200:disabled {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:disabled\:to-blue-300:disabled {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:disabled\:to-blue-400:disabled {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:disabled\:to-blue-500:disabled {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:disabled\:to-blue-600:disabled {
    --tw-gradient-to: #2563eb;
  }

  .sm\:disabled\:to-blue-700:disabled {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:disabled\:to-blue-800:disabled {
    --tw-gradient-to: #1e40af;
  }

  .sm\:disabled\:to-blue-900:disabled {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:disabled\:to-lightBlue-50:disabled {
    --tw-gradient-to: #f0f9ff;
  }

  .sm\:disabled\:to-lightBlue-100:disabled {
    --tw-gradient-to: #e0f2fe;
  }

  .sm\:disabled\:to-lightBlue-200:disabled {
    --tw-gradient-to: #bae6fd;
  }

  .sm\:disabled\:to-lightBlue-300:disabled {
    --tw-gradient-to: #7dd3fc;
  }

  .sm\:disabled\:to-lightBlue-400:disabled {
    --tw-gradient-to: #38bdf8;
  }

  .sm\:disabled\:to-lightBlue-500:disabled {
    --tw-gradient-to: #0ea5e9;
  }

  .sm\:disabled\:to-lightBlue-600:disabled {
    --tw-gradient-to: #0284c7;
  }

  .sm\:disabled\:to-lightBlue-700:disabled {
    --tw-gradient-to: #0369a1;
  }

  .sm\:disabled\:to-lightBlue-800:disabled {
    --tw-gradient-to: #075985;
  }

  .sm\:disabled\:to-lightBlue-900:disabled {
    --tw-gradient-to: #0c4a6e;
  }

  .sm\:disabled\:to-cyan-50:disabled {
    --tw-gradient-to: #ecfeff;
  }

  .sm\:disabled\:to-cyan-100:disabled {
    --tw-gradient-to: #cffafe;
  }

  .sm\:disabled\:to-cyan-200:disabled {
    --tw-gradient-to: #a5f3fc;
  }

  .sm\:disabled\:to-cyan-300:disabled {
    --tw-gradient-to: #67e8f9;
  }

  .sm\:disabled\:to-cyan-400:disabled {
    --tw-gradient-to: #22d3ee;
  }

  .sm\:disabled\:to-cyan-500:disabled {
    --tw-gradient-to: #06b6d4;
  }

  .sm\:disabled\:to-cyan-600:disabled {
    --tw-gradient-to: #0891b2;
  }

  .sm\:disabled\:to-cyan-700:disabled {
    --tw-gradient-to: #0e7490;
  }

  .sm\:disabled\:to-cyan-800:disabled {
    --tw-gradient-to: #155e75;
  }

  .sm\:disabled\:to-cyan-900:disabled {
    --tw-gradient-to: #164e63;
  }

  .sm\:disabled\:to-teal-50:disabled {
    --tw-gradient-to: #f0fdfa;
  }

  .sm\:disabled\:to-teal-100:disabled {
    --tw-gradient-to: #ccfbf1;
  }

  .sm\:disabled\:to-teal-200:disabled {
    --tw-gradient-to: #99f6e4;
  }

  .sm\:disabled\:to-teal-300:disabled {
    --tw-gradient-to: #5eead4;
  }

  .sm\:disabled\:to-teal-400:disabled {
    --tw-gradient-to: #2dd4bf;
  }

  .sm\:disabled\:to-teal-500:disabled {
    --tw-gradient-to: #14b8a6;
  }

  .sm\:disabled\:to-teal-600:disabled {
    --tw-gradient-to: #0d9488;
  }

  .sm\:disabled\:to-teal-700:disabled {
    --tw-gradient-to: #0f766e;
  }

  .sm\:disabled\:to-teal-800:disabled {
    --tw-gradient-to: #115e59;
  }

  .sm\:disabled\:to-teal-900:disabled {
    --tw-gradient-to: #134e4a;
  }

  .sm\:disabled\:to-emerald-50:disabled {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:disabled\:to-emerald-100:disabled {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:disabled\:to-emerald-200:disabled {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:disabled\:to-emerald-300:disabled {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:disabled\:to-emerald-400:disabled {
    --tw-gradient-to: #34d399;
  }

  .sm\:disabled\:to-emerald-500:disabled {
    --tw-gradient-to: #10b981;
  }

  .sm\:disabled\:to-emerald-600:disabled {
    --tw-gradient-to: #059669;
  }

  .sm\:disabled\:to-emerald-700:disabled {
    --tw-gradient-to: #047857;
  }

  .sm\:disabled\:to-emerald-800:disabled {
    --tw-gradient-to: #065f46;
  }

  .sm\:disabled\:to-emerald-900:disabled {
    --tw-gradient-to: #064e3b;
  }

  .sm\:disabled\:to-green-50:disabled {
    --tw-gradient-to: #f0fdf4;
  }

  .sm\:disabled\:to-green-100:disabled {
    --tw-gradient-to: #dcfce7;
  }

  .sm\:disabled\:to-green-200:disabled {
    --tw-gradient-to: #bbf7d0;
  }

  .sm\:disabled\:to-green-300:disabled {
    --tw-gradient-to: #86efac;
  }

  .sm\:disabled\:to-green-400:disabled {
    --tw-gradient-to: #4ade80;
  }

  .sm\:disabled\:to-green-500:disabled {
    --tw-gradient-to: #22c55e;
  }

  .sm\:disabled\:to-green-600:disabled {
    --tw-gradient-to: #16a34a;
  }

  .sm\:disabled\:to-green-700:disabled {
    --tw-gradient-to: #15803d;
  }

  .sm\:disabled\:to-green-800:disabled {
    --tw-gradient-to: #166534;
  }

  .sm\:disabled\:to-green-900:disabled {
    --tw-gradient-to: #14532d;
  }

  .sm\:disabled\:to-lime-50:disabled {
    --tw-gradient-to: #f7fee7;
  }

  .sm\:disabled\:to-lime-100:disabled {
    --tw-gradient-to: #ecfccb;
  }

  .sm\:disabled\:to-lime-200:disabled {
    --tw-gradient-to: #d9f99d;
  }

  .sm\:disabled\:to-lime-300:disabled {
    --tw-gradient-to: #bef264;
  }

  .sm\:disabled\:to-lime-400:disabled {
    --tw-gradient-to: #a3e635;
  }

  .sm\:disabled\:to-lime-500:disabled {
    --tw-gradient-to: #84cc16;
  }

  .sm\:disabled\:to-lime-600:disabled {
    --tw-gradient-to: #65a30d;
  }

  .sm\:disabled\:to-lime-700:disabled {
    --tw-gradient-to: #4d7c0f;
  }

  .sm\:disabled\:to-lime-800:disabled {
    --tw-gradient-to: #3f6212;
  }

  .sm\:disabled\:to-lime-900:disabled {
    --tw-gradient-to: #365314;
  }

  .sm\:disabled\:to-yellow-50:disabled {
    --tw-gradient-to: #fefce8;
  }

  .sm\:disabled\:to-yellow-100:disabled {
    --tw-gradient-to: #fef9c3;
  }

  .sm\:disabled\:to-yellow-200:disabled {
    --tw-gradient-to: #fef08a;
  }

  .sm\:disabled\:to-yellow-300:disabled {
    --tw-gradient-to: #fde047;
  }

  .sm\:disabled\:to-yellow-400:disabled {
    --tw-gradient-to: #facc15;
  }

  .sm\:disabled\:to-yellow-500:disabled {
    --tw-gradient-to: #eab308;
  }

  .sm\:disabled\:to-yellow-600:disabled {
    --tw-gradient-to: #ca8a04;
  }

  .sm\:disabled\:to-yellow-700:disabled {
    --tw-gradient-to: #a16207;
  }

  .sm\:disabled\:to-yellow-800:disabled {
    --tw-gradient-to: #854d0e;
  }

  .sm\:disabled\:to-yellow-900:disabled {
    --tw-gradient-to: #713f12;
  }

  .sm\:disabled\:to-amber-50:disabled {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:disabled\:to-amber-100:disabled {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:disabled\:to-amber-200:disabled {
    --tw-gradient-to: #fde68a;
  }

  .sm\:disabled\:to-amber-300:disabled {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:disabled\:to-amber-400:disabled {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:disabled\:to-amber-500:disabled {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:disabled\:to-amber-600:disabled {
    --tw-gradient-to: #d97706;
  }

  .sm\:disabled\:to-amber-700:disabled {
    --tw-gradient-to: #b45309;
  }

  .sm\:disabled\:to-amber-800:disabled {
    --tw-gradient-to: #92400e;
  }

  .sm\:disabled\:to-amber-900:disabled {
    --tw-gradient-to: #78350f;
  }

  .sm\:disabled\:to-orange-50:disabled {
    --tw-gradient-to: #fff7ed;
  }

  .sm\:disabled\:to-orange-100:disabled {
    --tw-gradient-to: #ffedd5;
  }

  .sm\:disabled\:to-orange-200:disabled {
    --tw-gradient-to: #fed7aa;
  }

  .sm\:disabled\:to-orange-300:disabled {
    --tw-gradient-to: #fdba74;
  }

  .sm\:disabled\:to-orange-400:disabled {
    --tw-gradient-to: #fb923c;
  }

  .sm\:disabled\:to-orange-500:disabled {
    --tw-gradient-to: #f97316;
  }

  .sm\:disabled\:to-orange-600:disabled {
    --tw-gradient-to: #ea580c;
  }

  .sm\:disabled\:to-orange-700:disabled {
    --tw-gradient-to: #c2410c;
  }

  .sm\:disabled\:to-orange-800:disabled {
    --tw-gradient-to: #9a3412;
  }

  .sm\:disabled\:to-orange-900:disabled {
    --tw-gradient-to: #7c2d12;
  }

  .sm\:disabled\:to-red-50:disabled {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:disabled\:to-red-100:disabled {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:disabled\:to-red-200:disabled {
    --tw-gradient-to: #fecaca;
  }

  .sm\:disabled\:to-red-300:disabled {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:disabled\:to-red-400:disabled {
    --tw-gradient-to: #f87171;
  }

  .sm\:disabled\:to-red-500:disabled {
    --tw-gradient-to: #ef4444;
  }

  .sm\:disabled\:to-red-600:disabled {
    --tw-gradient-to: #dc2626;
  }

  .sm\:disabled\:to-red-700:disabled {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:disabled\:to-red-800:disabled {
    --tw-gradient-to: #991b1b;
  }

  .sm\:disabled\:to-red-900:disabled {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:disabled\:to-warmGray-50:disabled {
    --tw-gradient-to: #fafaf9;
  }

  .sm\:disabled\:to-warmGray-100:disabled {
    --tw-gradient-to: #f5f5f4;
  }

  .sm\:disabled\:to-warmGray-200:disabled {
    --tw-gradient-to: #e7e5e4;
  }

  .sm\:disabled\:to-warmGray-300:disabled {
    --tw-gradient-to: #d6d3d1;
  }

  .sm\:disabled\:to-warmGray-400:disabled {
    --tw-gradient-to: #a8a29e;
  }

  .sm\:disabled\:to-warmGray-500:disabled {
    --tw-gradient-to: #78716c;
  }

  .sm\:disabled\:to-warmGray-600:disabled {
    --tw-gradient-to: #57534e;
  }

  .sm\:disabled\:to-warmGray-700:disabled {
    --tw-gradient-to: #44403c;
  }

  .sm\:disabled\:to-warmGray-800:disabled {
    --tw-gradient-to: #292524;
  }

  .sm\:disabled\:to-warmGray-900:disabled {
    --tw-gradient-to: #1c1917;
  }

  .sm\:disabled\:to-trueGray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .sm\:disabled\:to-trueGray-100:disabled {
    --tw-gradient-to: #f5f5f5;
  }

  .sm\:disabled\:to-trueGray-200:disabled {
    --tw-gradient-to: #e5e5e5;
  }

  .sm\:disabled\:to-trueGray-300:disabled {
    --tw-gradient-to: #d4d4d4;
  }

  .sm\:disabled\:to-trueGray-400:disabled {
    --tw-gradient-to: #a3a3a3;
  }

  .sm\:disabled\:to-trueGray-500:disabled {
    --tw-gradient-to: #737373;
  }

  .sm\:disabled\:to-trueGray-600:disabled {
    --tw-gradient-to: #525252;
  }

  .sm\:disabled\:to-trueGray-700:disabled {
    --tw-gradient-to: #404040;
  }

  .sm\:disabled\:to-trueGray-800:disabled {
    --tw-gradient-to: #262626;
  }

  .sm\:disabled\:to-trueGray-900:disabled {
    --tw-gradient-to: #171717;
  }

  .sm\:disabled\:to-gray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .sm\:disabled\:to-gray-100:disabled {
    --tw-gradient-to: #f4f4f5;
  }

  .sm\:disabled\:to-gray-200:disabled {
    --tw-gradient-to: #e4e4e7;
  }

  .sm\:disabled\:to-gray-300:disabled {
    --tw-gradient-to: #d4d4d8;
  }

  .sm\:disabled\:to-gray-400:disabled {
    --tw-gradient-to: #a1a1aa;
  }

  .sm\:disabled\:to-gray-500:disabled {
    --tw-gradient-to: #71717a;
  }

  .sm\:disabled\:to-gray-600:disabled {
    --tw-gradient-to: #52525b;
  }

  .sm\:disabled\:to-gray-700:disabled {
    --tw-gradient-to: #3f3f46;
  }

  .sm\:disabled\:to-gray-800:disabled {
    --tw-gradient-to: #27272a;
  }

  .sm\:disabled\:to-gray-900:disabled {
    --tw-gradient-to: #18181b;
  }

  .sm\:disabled\:to-coolGray-50:disabled {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:disabled\:to-coolGray-100:disabled {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:disabled\:to-coolGray-200:disabled {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:disabled\:to-coolGray-300:disabled {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:disabled\:to-coolGray-400:disabled {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:disabled\:to-coolGray-500:disabled {
    --tw-gradient-to: #6b7280;
  }

  .sm\:disabled\:to-coolGray-600:disabled {
    --tw-gradient-to: #4b5563;
  }

  .sm\:disabled\:to-coolGray-700:disabled {
    --tw-gradient-to: #374151;
  }

  .sm\:disabled\:to-coolGray-800:disabled {
    --tw-gradient-to: #1f2937;
  }

  .sm\:disabled\:to-coolGray-900:disabled {
    --tw-gradient-to: #111827;
  }

  .sm\:disabled\:to-blueGray-50:disabled {
    --tw-gradient-to: #f8fafc;
  }

  .sm\:disabled\:to-blueGray-100:disabled {
    --tw-gradient-to: #f1f5f9;
  }

  .sm\:disabled\:to-blueGray-200:disabled {
    --tw-gradient-to: #e2e8f0;
  }

  .sm\:disabled\:to-blueGray-300:disabled {
    --tw-gradient-to: #cbd5e1;
  }

  .sm\:disabled\:to-blueGray-400:disabled {
    --tw-gradient-to: #94a3b8;
  }

  .sm\:disabled\:to-blueGray-500:disabled {
    --tw-gradient-to: #64748b;
  }

  .sm\:disabled\:to-blueGray-600:disabled {
    --tw-gradient-to: #475569;
  }

  .sm\:disabled\:to-blueGray-700:disabled {
    --tw-gradient-to: #334155;
  }

  .sm\:disabled\:to-blueGray-800:disabled {
    --tw-gradient-to: #1e293b;
  }

  .sm\:disabled\:to-blueGray-900:disabled {
    --tw-gradient-to: #0f172a;
  }

  .sm\:disabled\:to-current:disabled {
    --tw-gradient-to: current;
  }

  .sm\:disabled\:to-transparent:disabled {
    --tw-gradient-to: transparent;
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .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-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-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\:first\:bg-opacity-0:first-child {
    --tw-bg-opacity: 0;
  }

  .sm\:first\:bg-opacity-5:first-child {
    --tw-bg-opacity: 0.05;
  }

  .sm\:first\:bg-opacity-10:first-child {
    --tw-bg-opacity: 0.1;
  }

  .sm\:first\:bg-opacity-20:first-child {
    --tw-bg-opacity: 0.2;
  }

  .sm\:first\:bg-opacity-25:first-child {
    --tw-bg-opacity: 0.25;
  }

  .sm\:first\:bg-opacity-30:first-child {
    --tw-bg-opacity: 0.3;
  }

  .sm\:first\:bg-opacity-40:first-child {
    --tw-bg-opacity: 0.4;
  }

  .sm\:first\:bg-opacity-50:first-child {
    --tw-bg-opacity: 0.5;
  }

  .sm\:first\:bg-opacity-60:first-child {
    --tw-bg-opacity: 0.6;
  }

  .sm\:first\:bg-opacity-70:first-child {
    --tw-bg-opacity: 0.7;
  }

  .sm\:first\:bg-opacity-75:first-child {
    --tw-bg-opacity: 0.75;
  }

  .sm\:first\:bg-opacity-80:first-child {
    --tw-bg-opacity: 0.8;
  }

  .sm\:first\:bg-opacity-90:first-child {
    --tw-bg-opacity: 0.9;
  }

  .sm\:first\:bg-opacity-95:first-child {
    --tw-bg-opacity: 0.95;
  }

  .sm\:first\:bg-opacity-100:first-child {
    --tw-bg-opacity: 1;
  }

  .sm\:last\:bg-opacity-0:last-child {
    --tw-bg-opacity: 0;
  }

  .sm\:last\:bg-opacity-5:last-child {
    --tw-bg-opacity: 0.05;
  }

  .sm\:last\:bg-opacity-10:last-child {
    --tw-bg-opacity: 0.1;
  }

  .sm\:last\:bg-opacity-20:last-child {
    --tw-bg-opacity: 0.2;
  }

  .sm\:last\:bg-opacity-25:last-child {
    --tw-bg-opacity: 0.25;
  }

  .sm\:last\:bg-opacity-30:last-child {
    --tw-bg-opacity: 0.3;
  }

  .sm\:last\:bg-opacity-40:last-child {
    --tw-bg-opacity: 0.4;
  }

  .sm\:last\:bg-opacity-50:last-child {
    --tw-bg-opacity: 0.5;
  }

  .sm\:last\:bg-opacity-60:last-child {
    --tw-bg-opacity: 0.6;
  }

  .sm\:last\:bg-opacity-70:last-child {
    --tw-bg-opacity: 0.7;
  }

  .sm\:last\:bg-opacity-75:last-child {
    --tw-bg-opacity: 0.75;
  }

  .sm\:last\:bg-opacity-80:last-child {
    --tw-bg-opacity: 0.8;
  }

  .sm\:last\:bg-opacity-90:last-child {
    --tw-bg-opacity: 0.9;
  }

  .sm\:last\:bg-opacity-95:last-child {
    --tw-bg-opacity: 0.95;
  }

  .sm\:last\:bg-opacity-100:last-child {
    --tw-bg-opacity: 1;
  }

  .sm\:odd\:bg-opacity-0:nth-child(odd) {
    --tw-bg-opacity: 0;
  }

  .sm\:odd\:bg-opacity-5:nth-child(odd) {
    --tw-bg-opacity: 0.05;
  }

  .sm\:odd\:bg-opacity-10:nth-child(odd) {
    --tw-bg-opacity: 0.1;
  }

  .sm\:odd\:bg-opacity-20:nth-child(odd) {
    --tw-bg-opacity: 0.2;
  }

  .sm\:odd\:bg-opacity-25:nth-child(odd) {
    --tw-bg-opacity: 0.25;
  }

  .sm\:odd\:bg-opacity-30:nth-child(odd) {
    --tw-bg-opacity: 0.3;
  }

  .sm\:odd\:bg-opacity-40:nth-child(odd) {
    --tw-bg-opacity: 0.4;
  }

  .sm\:odd\:bg-opacity-50:nth-child(odd) {
    --tw-bg-opacity: 0.5;
  }

  .sm\:odd\:bg-opacity-60:nth-child(odd) {
    --tw-bg-opacity: 0.6;
  }

  .sm\:odd\:bg-opacity-70:nth-child(odd) {
    --tw-bg-opacity: 0.7;
  }

  .sm\:odd\:bg-opacity-75:nth-child(odd) {
    --tw-bg-opacity: 0.75;
  }

  .sm\:odd\:bg-opacity-80:nth-child(odd) {
    --tw-bg-opacity: 0.8;
  }

  .sm\:odd\:bg-opacity-90:nth-child(odd) {
    --tw-bg-opacity: 0.9;
  }

  .sm\:odd\:bg-opacity-95:nth-child(odd) {
    --tw-bg-opacity: 0.95;
  }

  .sm\:odd\:bg-opacity-100:nth-child(odd) {
    --tw-bg-opacity: 1;
  }

  .sm\:even\:bg-opacity-0:nth-child(even) {
    --tw-bg-opacity: 0;
  }

  .sm\:even\:bg-opacity-5:nth-child(even) {
    --tw-bg-opacity: 0.05;
  }

  .sm\:even\:bg-opacity-10:nth-child(even) {
    --tw-bg-opacity: 0.1;
  }

  .sm\:even\:bg-opacity-20:nth-child(even) {
    --tw-bg-opacity: 0.2;
  }

  .sm\:even\:bg-opacity-25:nth-child(even) {
    --tw-bg-opacity: 0.25;
  }

  .sm\:even\:bg-opacity-30:nth-child(even) {
    --tw-bg-opacity: 0.3;
  }

  .sm\:even\:bg-opacity-40:nth-child(even) {
    --tw-bg-opacity: 0.4;
  }

  .sm\:even\:bg-opacity-50:nth-child(even) {
    --tw-bg-opacity: 0.5;
  }

  .sm\:even\:bg-opacity-60:nth-child(even) {
    --tw-bg-opacity: 0.6;
  }

  .sm\:even\:bg-opacity-70:nth-child(even) {
    --tw-bg-opacity: 0.7;
  }

  .sm\:even\:bg-opacity-75:nth-child(even) {
    --tw-bg-opacity: 0.75;
  }

  .sm\:even\:bg-opacity-80:nth-child(even) {
    --tw-bg-opacity: 0.8;
  }

  .sm\:even\:bg-opacity-90:nth-child(even) {
    --tw-bg-opacity: 0.9;
  }

  .sm\:even\:bg-opacity-95:nth-child(even) {
    --tw-bg-opacity: 0.95;
  }

  .sm\:even\:bg-opacity-100:nth-child(even) {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .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-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\:active\:bg-opacity-0:active {
    --tw-bg-opacity: 0;
  }

  .sm\:active\:bg-opacity-5:active {
    --tw-bg-opacity: 0.05;
  }

  .sm\:active\:bg-opacity-10:active {
    --tw-bg-opacity: 0.1;
  }

  .sm\:active\:bg-opacity-20:active {
    --tw-bg-opacity: 0.2;
  }

  .sm\:active\:bg-opacity-25:active {
    --tw-bg-opacity: 0.25;
  }

  .sm\:active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
  }

  .sm\:active\:bg-opacity-40:active {
    --tw-bg-opacity: 0.4;
  }

  .sm\:active\:bg-opacity-50:active {
    --tw-bg-opacity: 0.5;
  }

  .sm\:active\:bg-opacity-60:active {
    --tw-bg-opacity: 0.6;
  }

  .sm\:active\:bg-opacity-70:active {
    --tw-bg-opacity: 0.7;
  }

  .sm\:active\:bg-opacity-75:active {
    --tw-bg-opacity: 0.75;
  }

  .sm\:active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }

  .sm\:active\:bg-opacity-90:active {
    --tw-bg-opacity: 0.9;
  }

  .sm\:active\:bg-opacity-95:active {
    --tw-bg-opacity: 0.95;
  }

  .sm\:active\:bg-opacity-100:active {
    --tw-bg-opacity: 1;
  }

  .sm\:visited\:bg-opacity-0:visited {
    --tw-bg-opacity: 0;
  }

  .sm\:visited\:bg-opacity-5:visited {
    --tw-bg-opacity: 0.05;
  }

  .sm\:visited\:bg-opacity-10:visited {
    --tw-bg-opacity: 0.1;
  }

  .sm\:visited\:bg-opacity-20:visited {
    --tw-bg-opacity: 0.2;
  }

  .sm\:visited\:bg-opacity-25:visited {
    --tw-bg-opacity: 0.25;
  }

  .sm\:visited\:bg-opacity-30:visited {
    --tw-bg-opacity: 0.3;
  }

  .sm\:visited\:bg-opacity-40:visited {
    --tw-bg-opacity: 0.4;
  }

  .sm\:visited\:bg-opacity-50:visited {
    --tw-bg-opacity: 0.5;
  }

  .sm\:visited\:bg-opacity-60:visited {
    --tw-bg-opacity: 0.6;
  }

  .sm\:visited\:bg-opacity-70:visited {
    --tw-bg-opacity: 0.7;
  }

  .sm\:visited\:bg-opacity-75:visited {
    --tw-bg-opacity: 0.75;
  }

  .sm\:visited\:bg-opacity-80:visited {
    --tw-bg-opacity: 0.8;
  }

  .sm\:visited\:bg-opacity-90:visited {
    --tw-bg-opacity: 0.9;
  }

  .sm\:visited\:bg-opacity-95:visited {
    --tw-bg-opacity: 0.95;
  }

  .sm\:visited\:bg-opacity-100:visited {
    --tw-bg-opacity: 1;
  }

  .sm\:disabled\:bg-opacity-0:disabled {
    --tw-bg-opacity: 0;
  }

  .sm\:disabled\:bg-opacity-5:disabled {
    --tw-bg-opacity: 0.05;
  }

  .sm\:disabled\:bg-opacity-10:disabled {
    --tw-bg-opacity: 0.1;
  }

  .sm\:disabled\:bg-opacity-20:disabled {
    --tw-bg-opacity: 0.2;
  }

  .sm\:disabled\:bg-opacity-25:disabled {
    --tw-bg-opacity: 0.25;
  }

  .sm\:disabled\:bg-opacity-30:disabled {
    --tw-bg-opacity: 0.3;
  }

  .sm\:disabled\:bg-opacity-40:disabled {
    --tw-bg-opacity: 0.4;
  }

  .sm\:disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5;
  }

  .sm\:disabled\:bg-opacity-60:disabled {
    --tw-bg-opacity: 0.6;
  }

  .sm\:disabled\:bg-opacity-70:disabled {
    --tw-bg-opacity: 0.7;
  }

  .sm\:disabled\:bg-opacity-75:disabled {
    --tw-bg-opacity: 0.75;
  }

  .sm\:disabled\:bg-opacity-80:disabled {
    --tw-bg-opacity: 0.8;
  }

  .sm\:disabled\:bg-opacity-90:disabled {
    --tw-bg-opacity: 0.9;
  }

  .sm\:disabled\:bg-opacity-95:disabled {
    --tw-bg-opacity: 0.95;
  }

  .sm\:disabled\:bg-opacity-100:disabled {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .group:hover .sm\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .sm\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .sm\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .sm\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .sm\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .sm\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .sm\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .sm\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .sm\:group-hover\:bg-top {
    background-position: top;
  }

  .sm\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .sm\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .sm\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .sm\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .sm\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .sm\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .sm\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .sm\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .sm\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .sm\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .sm\:first\:bg-center:first-child {
    background-position: center;
  }

  .sm\:first\:bg-left:first-child {
    background-position: left;
  }

  .sm\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .sm\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .sm\:first\:bg-right:first-child {
    background-position: right;
  }

  .sm\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .sm\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .sm\:first\:bg-top:first-child {
    background-position: top;
  }

  .sm\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .sm\:last\:bg-center:last-child {
    background-position: center;
  }

  .sm\:last\:bg-left:last-child {
    background-position: left;
  }

  .sm\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .sm\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .sm\:last\:bg-right:last-child {
    background-position: right;
  }

  .sm\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .sm\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .sm\:last\:bg-top:last-child {
    background-position: top;
  }

  .sm\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .sm\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .sm\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .sm\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .sm\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .sm\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .sm\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .sm\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .sm\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .sm\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .sm\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .sm\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .sm\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .sm\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .sm\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .sm\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .sm\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .sm\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .sm\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .sm\:hover\:bg-center:hover {
    background-position: center;
  }

  .sm\:hover\:bg-left:hover {
    background-position: left;
  }

  .sm\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .sm\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .sm\:hover\:bg-right:hover {
    background-position: right;
  }

  .sm\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .sm\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .sm\:hover\:bg-top:hover {
    background-position: top;
  }

  .sm\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .sm\:focus\:bg-center:focus {
    background-position: center;
  }

  .sm\:focus\:bg-left:focus {
    background-position: left;
  }

  .sm\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .sm\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .sm\:focus\:bg-right:focus {
    background-position: right;
  }

  .sm\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .sm\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .sm\:focus\:bg-top:focus {
    background-position: top;
  }

  .sm\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .sm\:active\:bg-center:active {
    background-position: center;
  }

  .sm\:active\:bg-left:active {
    background-position: left;
  }

  .sm\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .sm\:active\:bg-left-top:active {
    background-position: left top;
  }

  .sm\:active\:bg-right:active {
    background-position: right;
  }

  .sm\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .sm\:active\:bg-right-top:active {
    background-position: right top;
  }

  .sm\:active\:bg-top:active {
    background-position: top;
  }

  .sm\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .sm\:visited\:bg-center:visited {
    background-position: center;
  }

  .sm\:visited\:bg-left:visited {
    background-position: left;
  }

  .sm\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .sm\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .sm\:visited\:bg-right:visited {
    background-position: right;
  }

  .sm\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .sm\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .sm\:visited\:bg-top:visited {
    background-position: top;
  }

  .sm\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .sm\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .sm\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .sm\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .sm\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .sm\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .sm\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .sm\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .sm\:disabled\:bg-top:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .sm\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .sm\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .sm\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .sm\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .sm\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .sm\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .sm\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .sm\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .sm\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .sm\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .sm\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .sm\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .sm\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .sm\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .sm\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .sm\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .sm\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .sm\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .sm\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .sm\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .sm\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .sm\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .sm\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .sm\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .sm\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .sm\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .sm\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .sm\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .sm\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .sm\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .sm\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .sm\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .sm\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .sm\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .sm\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .sm\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .sm\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .sm\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .sm\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .sm\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .sm\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .sm\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .sm\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .sm\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .sm\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .sm\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .sm\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .sm\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .sm\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .sm\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .sm\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .sm\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .sm\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .sm\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .sm\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .sm\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .sm\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .sm\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .sm\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .sm\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .sm\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .sm\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .sm\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .sm\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .group:hover .sm\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .sm\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .sm\:group-hover\:bg-contain {
    background-size: contain;
  }

  .sm\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .sm\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .sm\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .sm\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .sm\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .sm\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .sm\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .sm\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .sm\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .sm\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .sm\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .sm\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .sm\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .sm\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .sm\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .sm\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .sm\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .sm\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .sm\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .sm\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .sm\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .sm\:active\:bg-auto:active {
    background-size: auto;
  }

  .sm\:active\:bg-cover:active {
    background-size: cover;
  }

  .sm\:active\:bg-contain:active {
    background-size: contain;
  }

  .sm\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .sm\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .sm\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .sm\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .sm\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .sm\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .group:hover .sm\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .sm\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .sm\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .sm\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .sm\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .sm\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .sm\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .sm\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .sm\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .sm\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .sm\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .sm\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .sm\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .sm\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .sm\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .sm\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .sm\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .sm\:active\:border-separate:active {
    border-collapse: separate;
  }

  .sm\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .sm\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .sm\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .sm\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:border-current {
    border-color: current;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: current;
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lightBlue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warmGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-trueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-coolGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: current;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:first\:border-black:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:first\:border-white:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:first\:border-rose-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:first\:border-pink-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:first\:border-fuchsia-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:first\:border-purple-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:first\:border-violet-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:first\:border-indigo-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:first\:border-blue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:first\:border-lightBlue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:first\:border-cyan-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:first\:border-teal-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:first\:border-emerald-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:first\:border-green-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:first\:border-lime-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:first\:border-yellow-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:first\:border-amber-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:first\:border-orange-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:first\:border-red-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:first\:border-warmGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:first\:border-trueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:first\:border-gray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:first\:border-coolGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:first\:border-blueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:first\:border-current:first-child {
    border-color: current;
  }

  .sm\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .sm\:last\:border-black:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:last\:border-white:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:last\:border-rose-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:last\:border-pink-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:last\:border-fuchsia-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:last\:border-purple-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:last\:border-violet-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:last\:border-indigo-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:last\:border-blue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:last\:border-lightBlue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:last\:border-cyan-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:last\:border-teal-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:last\:border-emerald-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:last\:border-green-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:last\:border-lime-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:last\:border-yellow-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:last\:border-amber-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:last\:border-orange-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:last\:border-red-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:last\:border-warmGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:last\:border-trueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:last\:border-gray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:last\:border-coolGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:last\:border-blueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:last\:border-current:last-child {
    border-color: current;
  }

  .sm\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .sm\:odd\:border-black:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:odd\:border-white:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:odd\:border-rose-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:odd\:border-pink-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:odd\:border-fuchsia-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:odd\:border-purple-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:odd\:border-violet-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:odd\:border-indigo-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lightBlue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:odd\:border-cyan-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:odd\:border-teal-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:odd\:border-emerald-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:odd\:border-green-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:odd\:border-lime-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:odd\:border-yellow-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:odd\:border-amber-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:odd\:border-orange-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:odd\:border-red-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:odd\:border-warmGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:odd\:border-trueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:odd\:border-gray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:odd\:border-coolGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:odd\:border-blueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:odd\:border-current:nth-child(odd) {
    border-color: current;
  }

  .sm\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .sm\:even\:border-black:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:even\:border-white:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:even\:border-rose-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:even\:border-pink-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:even\:border-fuchsia-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:even\:border-purple-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:even\:border-violet-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:even\:border-indigo-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:even\:border-blue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:even\:border-lightBlue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:even\:border-cyan-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:even\:border-teal-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:even\:border-emerald-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:even\:border-green-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:even\:border-lime-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:even\:border-yellow-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:even\:border-amber-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:even\:border-orange-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:even\:border-red-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:even\:border-warmGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:even\:border-trueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:even\:border-gray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:even\:border-coolGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:even\:border-blueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:even\:border-current:nth-child(even) {
    border-color: current;
  }

  .sm\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lightBlue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warmGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-trueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-coolGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:hover\:border-current:hover {
    border-color: current;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lightBlue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warmGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-trueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-coolGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:focus\:border-current:focus {
    border-color: current;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:active\:border-black:active {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:active\:border-rose-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:active\:border-pink-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:active\:border-fuchsia-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:active\:border-purple-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:active\:border-violet-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:active\:border-indigo-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:active\:border-blue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:active\:border-lightBlue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:active\:border-cyan-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:active\:border-teal-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:active\:border-emerald-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:active\:border-green-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:active\:border-lime-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:active\:border-yellow-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:active\:border-amber-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:active\:border-orange-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:active\:border-red-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:active\:border-warmGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:active\:border-trueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:active\:border-gray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:active\:border-coolGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:active\:border-blueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:active\:border-current:active {
    border-color: current;
  }

  .sm\:active\:border-transparent:active {
    border-color: transparent;
  }

  .sm\:visited\:border-black:visited {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:visited\:border-white:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:visited\:border-rose-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:visited\:border-pink-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:visited\:border-fuchsia-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:visited\:border-purple-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:visited\:border-violet-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:visited\:border-indigo-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lightBlue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:visited\:border-cyan-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:visited\:border-teal-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:visited\:border-emerald-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:visited\:border-green-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:visited\:border-lime-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:visited\:border-yellow-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:visited\:border-amber-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:visited\:border-orange-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:visited\:border-red-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:visited\:border-warmGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:visited\:border-trueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:visited\:border-gray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:visited\:border-coolGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:visited\:border-blueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:visited\:border-current:visited {
    border-color: current;
  }

  .sm\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .sm\:disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-white:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-rose-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-pink-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-fuchsia-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-purple-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-violet-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-indigo-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lightBlue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-cyan-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-teal-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-emerald-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-green-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-lime-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-yellow-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-amber-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-orange-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-red-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-warmGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-trueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-gray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-coolGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-blueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:disabled\:border-current:disabled {
    border-color: current;
  }

  .sm\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .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-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-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\:first\:border-opacity-0:first-child {
    --tw-border-opacity: 0;
  }

  .sm\:first\:border-opacity-5:first-child {
    --tw-border-opacity: 0.05;
  }

  .sm\:first\:border-opacity-10:first-child {
    --tw-border-opacity: 0.1;
  }

  .sm\:first\:border-opacity-20:first-child {
    --tw-border-opacity: 0.2;
  }

  .sm\:first\:border-opacity-25:first-child {
    --tw-border-opacity: 0.25;
  }

  .sm\:first\:border-opacity-30:first-child {
    --tw-border-opacity: 0.3;
  }

  .sm\:first\:border-opacity-40:first-child {
    --tw-border-opacity: 0.4;
  }

  .sm\:first\:border-opacity-50:first-child {
    --tw-border-opacity: 0.5;
  }

  .sm\:first\:border-opacity-60:first-child {
    --tw-border-opacity: 0.6;
  }

  .sm\:first\:border-opacity-70:first-child {
    --tw-border-opacity: 0.7;
  }

  .sm\:first\:border-opacity-75:first-child {
    --tw-border-opacity: 0.75;
  }

  .sm\:first\:border-opacity-80:first-child {
    --tw-border-opacity: 0.8;
  }

  .sm\:first\:border-opacity-90:first-child {
    --tw-border-opacity: 0.9;
  }

  .sm\:first\:border-opacity-95:first-child {
    --tw-border-opacity: 0.95;
  }

  .sm\:first\:border-opacity-100:first-child {
    --tw-border-opacity: 1;
  }

  .sm\:last\:border-opacity-0:last-child {
    --tw-border-opacity: 0;
  }

  .sm\:last\:border-opacity-5:last-child {
    --tw-border-opacity: 0.05;
  }

  .sm\:last\:border-opacity-10:last-child {
    --tw-border-opacity: 0.1;
  }

  .sm\:last\:border-opacity-20:last-child {
    --tw-border-opacity: 0.2;
  }

  .sm\:last\:border-opacity-25:last-child {
    --tw-border-opacity: 0.25;
  }

  .sm\:last\:border-opacity-30:last-child {
    --tw-border-opacity: 0.3;
  }

  .sm\:last\:border-opacity-40:last-child {
    --tw-border-opacity: 0.4;
  }

  .sm\:last\:border-opacity-50:last-child {
    --tw-border-opacity: 0.5;
  }

  .sm\:last\:border-opacity-60:last-child {
    --tw-border-opacity: 0.6;
  }

  .sm\:last\:border-opacity-70:last-child {
    --tw-border-opacity: 0.7;
  }

  .sm\:last\:border-opacity-75:last-child {
    --tw-border-opacity: 0.75;
  }

  .sm\:last\:border-opacity-80:last-child {
    --tw-border-opacity: 0.8;
  }

  .sm\:last\:border-opacity-90:last-child {
    --tw-border-opacity: 0.9;
  }

  .sm\:last\:border-opacity-95:last-child {
    --tw-border-opacity: 0.95;
  }

  .sm\:last\:border-opacity-100:last-child {
    --tw-border-opacity: 1;
  }

  .sm\:odd\:border-opacity-0:nth-child(odd) {
    --tw-border-opacity: 0;
  }

  .sm\:odd\:border-opacity-5:nth-child(odd) {
    --tw-border-opacity: 0.05;
  }

  .sm\:odd\:border-opacity-10:nth-child(odd) {
    --tw-border-opacity: 0.1;
  }

  .sm\:odd\:border-opacity-20:nth-child(odd) {
    --tw-border-opacity: 0.2;
  }

  .sm\:odd\:border-opacity-25:nth-child(odd) {
    --tw-border-opacity: 0.25;
  }

  .sm\:odd\:border-opacity-30:nth-child(odd) {
    --tw-border-opacity: 0.3;
  }

  .sm\:odd\:border-opacity-40:nth-child(odd) {
    --tw-border-opacity: 0.4;
  }

  .sm\:odd\:border-opacity-50:nth-child(odd) {
    --tw-border-opacity: 0.5;
  }

  .sm\:odd\:border-opacity-60:nth-child(odd) {
    --tw-border-opacity: 0.6;
  }

  .sm\:odd\:border-opacity-70:nth-child(odd) {
    --tw-border-opacity: 0.7;
  }

  .sm\:odd\:border-opacity-75:nth-child(odd) {
    --tw-border-opacity: 0.75;
  }

  .sm\:odd\:border-opacity-80:nth-child(odd) {
    --tw-border-opacity: 0.8;
  }

  .sm\:odd\:border-opacity-90:nth-child(odd) {
    --tw-border-opacity: 0.9;
  }

  .sm\:odd\:border-opacity-95:nth-child(odd) {
    --tw-border-opacity: 0.95;
  }

  .sm\:odd\:border-opacity-100:nth-child(odd) {
    --tw-border-opacity: 1;
  }

  .sm\:even\:border-opacity-0:nth-child(even) {
    --tw-border-opacity: 0;
  }

  .sm\:even\:border-opacity-5:nth-child(even) {
    --tw-border-opacity: 0.05;
  }

  .sm\:even\:border-opacity-10:nth-child(even) {
    --tw-border-opacity: 0.1;
  }

  .sm\:even\:border-opacity-20:nth-child(even) {
    --tw-border-opacity: 0.2;
  }

  .sm\:even\:border-opacity-25:nth-child(even) {
    --tw-border-opacity: 0.25;
  }

  .sm\:even\:border-opacity-30:nth-child(even) {
    --tw-border-opacity: 0.3;
  }

  .sm\:even\:border-opacity-40:nth-child(even) {
    --tw-border-opacity: 0.4;
  }

  .sm\:even\:border-opacity-50:nth-child(even) {
    --tw-border-opacity: 0.5;
  }

  .sm\:even\:border-opacity-60:nth-child(even) {
    --tw-border-opacity: 0.6;
  }

  .sm\:even\:border-opacity-70:nth-child(even) {
    --tw-border-opacity: 0.7;
  }

  .sm\:even\:border-opacity-75:nth-child(even) {
    --tw-border-opacity: 0.75;
  }

  .sm\:even\:border-opacity-80:nth-child(even) {
    --tw-border-opacity: 0.8;
  }

  .sm\:even\:border-opacity-90:nth-child(even) {
    --tw-border-opacity: 0.9;
  }

  .sm\:even\:border-opacity-95:nth-child(even) {
    --tw-border-opacity: 0.95;
  }

  .sm\:even\:border-opacity-100:nth-child(even) {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .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-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\:active\:border-opacity-0:active {
    --tw-border-opacity: 0;
  }

  .sm\:active\:border-opacity-5:active {
    --tw-border-opacity: 0.05;
  }

  .sm\:active\:border-opacity-10:active {
    --tw-border-opacity: 0.1;
  }

  .sm\:active\:border-opacity-20:active {
    --tw-border-opacity: 0.2;
  }

  .sm\:active\:border-opacity-25:active {
    --tw-border-opacity: 0.25;
  }

  .sm\:active\:border-opacity-30:active {
    --tw-border-opacity: 0.3;
  }

  .sm\:active\:border-opacity-40:active {
    --tw-border-opacity: 0.4;
  }

  .sm\:active\:border-opacity-50:active {
    --tw-border-opacity: 0.5;
  }

  .sm\:active\:border-opacity-60:active {
    --tw-border-opacity: 0.6;
  }

  .sm\:active\:border-opacity-70:active {
    --tw-border-opacity: 0.7;
  }

  .sm\:active\:border-opacity-75:active {
    --tw-border-opacity: 0.75;
  }

  .sm\:active\:border-opacity-80:active {
    --tw-border-opacity: 0.8;
  }

  .sm\:active\:border-opacity-90:active {
    --tw-border-opacity: 0.9;
  }

  .sm\:active\:border-opacity-95:active {
    --tw-border-opacity: 0.95;
  }

  .sm\:active\:border-opacity-100:active {
    --tw-border-opacity: 1;
  }

  .sm\:visited\:border-opacity-0:visited {
    --tw-border-opacity: 0;
  }

  .sm\:visited\:border-opacity-5:visited {
    --tw-border-opacity: 0.05;
  }

  .sm\:visited\:border-opacity-10:visited {
    --tw-border-opacity: 0.1;
  }

  .sm\:visited\:border-opacity-20:visited {
    --tw-border-opacity: 0.2;
  }

  .sm\:visited\:border-opacity-25:visited {
    --tw-border-opacity: 0.25;
  }

  .sm\:visited\:border-opacity-30:visited {
    --tw-border-opacity: 0.3;
  }

  .sm\:visited\:border-opacity-40:visited {
    --tw-border-opacity: 0.4;
  }

  .sm\:visited\:border-opacity-50:visited {
    --tw-border-opacity: 0.5;
  }

  .sm\:visited\:border-opacity-60:visited {
    --tw-border-opacity: 0.6;
  }

  .sm\:visited\:border-opacity-70:visited {
    --tw-border-opacity: 0.7;
  }

  .sm\:visited\:border-opacity-75:visited {
    --tw-border-opacity: 0.75;
  }

  .sm\:visited\:border-opacity-80:visited {
    --tw-border-opacity: 0.8;
  }

  .sm\:visited\:border-opacity-90:visited {
    --tw-border-opacity: 0.9;
  }

  .sm\:visited\:border-opacity-95:visited {
    --tw-border-opacity: 0.95;
  }

  .sm\:visited\:border-opacity-100:visited {
    --tw-border-opacity: 1;
  }

  .sm\:disabled\:border-opacity-0:disabled {
    --tw-border-opacity: 0;
  }

  .sm\:disabled\:border-opacity-5:disabled {
    --tw-border-opacity: 0.05;
  }

  .sm\:disabled\:border-opacity-10:disabled {
    --tw-border-opacity: 0.1;
  }

  .sm\:disabled\:border-opacity-20:disabled {
    --tw-border-opacity: 0.2;
  }

  .sm\:disabled\:border-opacity-25:disabled {
    --tw-border-opacity: 0.25;
  }

  .sm\:disabled\:border-opacity-30:disabled {
    --tw-border-opacity: 0.3;
  }

  .sm\:disabled\:border-opacity-40:disabled {
    --tw-border-opacity: 0.4;
  }

  .sm\:disabled\:border-opacity-50:disabled {
    --tw-border-opacity: 0.5;
  }

  .sm\:disabled\:border-opacity-60:disabled {
    --tw-border-opacity: 0.6;
  }

  .sm\:disabled\:border-opacity-70:disabled {
    --tw-border-opacity: 0.7;
  }

  .sm\:disabled\:border-opacity-75:disabled {
    --tw-border-opacity: 0.75;
  }

  .sm\:disabled\:border-opacity-80:disabled {
    --tw-border-opacity: 0.8;
  }

  .sm\:disabled\:border-opacity-90:disabled {
    --tw-border-opacity: 0.9;
  }

  .sm\:disabled\:border-opacity-95:disabled {
    --tw-border-opacity: 0.95;
  }

  .sm\:disabled\:border-opacity-100:disabled {
    --tw-border-opacity: 1;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-none {
    border-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .group:hover .sm\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-none:focus-within {
    border-radius: 0px;
  }

  .sm\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-md:focus-within {
    border-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-xl:focus-within {
    border-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-2xl:focus-within {
    border-radius: 1rem;
  }

  .sm\:focus-within\:rounded-3xl:focus-within {
    border-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .sm\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-t-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-r-md:focus-within {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-b-md:focus-within {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-l-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-t-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-r-xl:focus-within {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-b-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-l-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-t-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:focus-within\:rounded-r-2xl:focus-within {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:focus-within\:rounded-b-2xl:focus-within {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus-within\:rounded-l-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus-within\:rounded-t-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-r-3xl:focus-within {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-b-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-l-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0px;
  }

  .sm\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0px;
  }

  .sm\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0px;
  }

  .sm\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0px;
  }

  .sm\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus-within\:rounded-tl-md:focus-within {
    border-top-left-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-tr-md:focus-within {
    border-top-right-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-br-md:focus-within {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-bl-md:focus-within {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus-within\:rounded-tl-xl:focus-within {
    border-top-left-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-tr-xl:focus-within {
    border-top-right-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-br-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-bl-xl:focus-within {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus-within\:rounded-tl-2xl:focus-within {
    border-top-left-radius: 1rem;
  }

  .sm\:focus-within\:rounded-tr-2xl:focus-within {
    border-top-right-radius: 1rem;
  }

  .sm\:focus-within\:rounded-br-2xl:focus-within {
    border-bottom-right-radius: 1rem;
  }

  .sm\:focus-within\:rounded-bl-2xl:focus-within {
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus-within\:rounded-tl-3xl:focus-within {
    border-top-left-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-tr-3xl:focus-within {
    border-top-right-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-br-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-bl-3xl:focus-within {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-none:first-child {
    border-radius: 0px;
  }

  .sm\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .sm\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .sm\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .sm\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .sm\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .sm\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .sm\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .sm\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .sm\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0px;
  }

  .sm\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0px;
  }

  .sm\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0px;
  }

  .sm\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0px;
  }

  .sm\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .sm\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .sm\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .sm\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .sm\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .sm\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .sm\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .sm\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .sm\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .sm\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .sm\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-none:last-child {
    border-radius: 0px;
  }

  .sm\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .sm\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .sm\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .sm\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .sm\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .sm\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .sm\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .sm\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .sm\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0px;
  }

  .sm\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0px;
  }

  .sm\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0px;
  }

  .sm\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0px;
  }

  .sm\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .sm\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .sm\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .sm\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .sm\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .sm\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .sm\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .sm\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .sm\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .sm\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .sm\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .sm\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0px;
  }

  .sm\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .sm\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .sm\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .sm\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .sm\:odd\:rounded-xl:nth-child(odd) {
    border-radius: 0.75rem;
  }

  .sm\:odd\:rounded-2xl:nth-child(odd) {
    border-radius: 1rem;
  }

  .sm\:odd\:rounded-3xl:nth-child(odd) {
    border-radius: 1.5rem;
  }

  .sm\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .sm\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-t-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:odd\:rounded-r-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:odd\:rounded-b-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:odd\:rounded-l-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:odd\:rounded-t-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:odd\:rounded-r-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:odd\:rounded-b-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:odd\:rounded-l-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:odd\:rounded-t-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:odd\:rounded-r-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:odd\:rounded-b-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:odd\:rounded-l-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0px;
  }

  .sm\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0px;
  }

  .sm\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
  }

  .sm\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0px;
  }

  .sm\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:odd\:rounded-tl-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
  }

  .sm\:odd\:rounded-tr-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
  }

  .sm\:odd\:rounded-br-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:odd\:rounded-bl-xl:nth-child(odd) {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:odd\:rounded-tl-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
  }

  .sm\:odd\:rounded-tr-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
  }

  .sm\:odd\:rounded-br-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
  }

  .sm\:odd\:rounded-bl-2xl:nth-child(odd) {
    border-bottom-left-radius: 1rem;
  }

  .sm\:odd\:rounded-tl-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
  }

  .sm\:odd\:rounded-tr-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
  }

  .sm\:odd\:rounded-br-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:odd\:rounded-bl-3xl:nth-child(odd) {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .sm\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .sm\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-none:nth-child(even) {
    border-radius: 0px;
  }

  .sm\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .sm\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .sm\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .sm\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .sm\:even\:rounded-xl:nth-child(even) {
    border-radius: 0.75rem;
  }

  .sm\:even\:rounded-2xl:nth-child(even) {
    border-radius: 1rem;
  }

  .sm\:even\:rounded-3xl:nth-child(even) {
    border-radius: 1.5rem;
  }

  .sm\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .sm\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-t-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:even\:rounded-r-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:even\:rounded-b-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:even\:rounded-l-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:even\:rounded-t-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:even\:rounded-r-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:even\:rounded-b-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:even\:rounded-l-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:even\:rounded-t-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:even\:rounded-r-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:even\:rounded-b-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:even\:rounded-l-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0px;
  }

  .sm\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0px;
  }

  .sm\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0px;
  }

  .sm\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0px;
  }

  .sm\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:even\:rounded-tl-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
  }

  .sm\:even\:rounded-tr-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
  }

  .sm\:even\:rounded-br-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:even\:rounded-bl-xl:nth-child(even) {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:even\:rounded-tl-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
  }

  .sm\:even\:rounded-tr-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
  }

  .sm\:even\:rounded-br-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
  }

  .sm\:even\:rounded-bl-2xl:nth-child(even) {
    border-bottom-left-radius: 1rem;
  }

  .sm\:even\:rounded-tl-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
  }

  .sm\:even\:rounded-tr-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
  }

  .sm\:even\:rounded-br-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:even\:rounded-bl-3xl:nth-child(even) {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .sm\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .sm\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .sm\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-none:hover {
    border-radius: 0px;
  }

  .sm\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .sm\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .sm\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .sm\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .sm\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .sm\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .sm\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0px;
  }

  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0px;
  }

  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0px;
  }

  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0px;
  }

  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .sm\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .sm\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .sm\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .sm\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .sm\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .sm\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .sm\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .sm\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-none:focus {
    border-radius: 0px;
  }

  .sm\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .sm\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .sm\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .sm\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .sm\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .sm\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .sm\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .sm\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .sm\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0px;
  }

  .sm\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0px;
  }

  .sm\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0px;
  }

  .sm\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0px;
  }

  .sm\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .sm\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .sm\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .sm\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .sm\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .sm\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .sm\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .sm\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .sm\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .sm\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .sm\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-none:active {
    border-radius: 0px;
  }

  .sm\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .sm\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .sm\:active\:rounded-md:active {
    border-radius: 0.375rem;
  }

  .sm\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .sm\:active\:rounded-xl:active {
    border-radius: 0.75rem;
  }

  .sm\:active\:rounded-2xl:active {
    border-radius: 1rem;
  }

  .sm\:active\:rounded-3xl:active {
    border-radius: 1.5rem;
  }

  .sm\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .sm\:active\:rounded-t-none:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:active\:rounded-r-none:active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:active\:rounded-l-none:active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-t-md:active {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:active\:rounded-r-md:active {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:active\:rounded-b-md:active {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:active\:rounded-l-md:active {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-t-xl:active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:active\:rounded-r-xl:active {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:active\:rounded-b-xl:active {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:active\:rounded-l-xl:active {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:active\:rounded-t-2xl:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:active\:rounded-r-2xl:active {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:active\:rounded-b-2xl:active {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:active\:rounded-l-2xl:active {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:active\:rounded-t-3xl:active {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:active\:rounded-r-3xl:active {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:active\:rounded-b-3xl:active {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:active\:rounded-l-3xl:active {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-tl-none:active {
    border-top-left-radius: 0px;
  }

  .sm\:active\:rounded-tr-none:active {
    border-top-right-radius: 0px;
  }

  .sm\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0px;
  }

  .sm\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0px;
  }

  .sm\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:active\:rounded-tl-md:active {
    border-top-left-radius: 0.375rem;
  }

  .sm\:active\:rounded-tr-md:active {
    border-top-right-radius: 0.375rem;
  }

  .sm\:active\:rounded-br-md:active {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:active\:rounded-bl-md:active {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:active\:rounded-tl-xl:active {
    border-top-left-radius: 0.75rem;
  }

  .sm\:active\:rounded-tr-xl:active {
    border-top-right-radius: 0.75rem;
  }

  .sm\:active\:rounded-br-xl:active {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:active\:rounded-bl-xl:active {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:active\:rounded-tl-2xl:active {
    border-top-left-radius: 1rem;
  }

  .sm\:active\:rounded-tr-2xl:active {
    border-top-right-radius: 1rem;
  }

  .sm\:active\:rounded-br-2xl:active {
    border-bottom-right-radius: 1rem;
  }

  .sm\:active\:rounded-bl-2xl:active {
    border-bottom-left-radius: 1rem;
  }

  .sm\:active\:rounded-tl-3xl:active {
    border-top-left-radius: 1.5rem;
  }

  .sm\:active\:rounded-tr-3xl:active {
    border-top-right-radius: 1.5rem;
  }

  .sm\:active\:rounded-br-3xl:active {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:active\:rounded-bl-3xl:active {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .sm\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-none:visited {
    border-radius: 0px;
  }

  .sm\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .sm\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .sm\:visited\:rounded-md:visited {
    border-radius: 0.375rem;
  }

  .sm\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .sm\:visited\:rounded-xl:visited {
    border-radius: 0.75rem;
  }

  .sm\:visited\:rounded-2xl:visited {
    border-radius: 1rem;
  }

  .sm\:visited\:rounded-3xl:visited {
    border-radius: 1.5rem;
  }

  .sm\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .sm\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-t-md:visited {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:visited\:rounded-r-md:visited {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:visited\:rounded-b-md:visited {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:visited\:rounded-l-md:visited {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-t-xl:visited {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:visited\:rounded-r-xl:visited {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:visited\:rounded-b-xl:visited {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:visited\:rounded-l-xl:visited {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:visited\:rounded-t-2xl:visited {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:visited\:rounded-r-2xl:visited {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:visited\:rounded-b-2xl:visited {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:visited\:rounded-l-2xl:visited {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:visited\:rounded-t-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:visited\:rounded-r-3xl:visited {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:visited\:rounded-b-3xl:visited {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:visited\:rounded-l-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0px;
  }

  .sm\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0px;
  }

  .sm\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0px;
  }

  .sm\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0px;
  }

  .sm\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:visited\:rounded-tl-md:visited {
    border-top-left-radius: 0.375rem;
  }

  .sm\:visited\:rounded-tr-md:visited {
    border-top-right-radius: 0.375rem;
  }

  .sm\:visited\:rounded-br-md:visited {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:visited\:rounded-bl-md:visited {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:visited\:rounded-tl-xl:visited {
    border-top-left-radius: 0.75rem;
  }

  .sm\:visited\:rounded-tr-xl:visited {
    border-top-right-radius: 0.75rem;
  }

  .sm\:visited\:rounded-br-xl:visited {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:visited\:rounded-bl-xl:visited {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:visited\:rounded-tl-2xl:visited {
    border-top-left-radius: 1rem;
  }

  .sm\:visited\:rounded-tr-2xl:visited {
    border-top-right-radius: 1rem;
  }

  .sm\:visited\:rounded-br-2xl:visited {
    border-bottom-right-radius: 1rem;
  }

  .sm\:visited\:rounded-bl-2xl:visited {
    border-bottom-left-radius: 1rem;
  }

  .sm\:visited\:rounded-tl-3xl:visited {
    border-top-left-radius: 1.5rem;
  }

  .sm\:visited\:rounded-tr-3xl:visited {
    border-top-right-radius: 1.5rem;
  }

  .sm\:visited\:rounded-br-3xl:visited {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:visited\:rounded-bl-3xl:visited {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .sm\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .sm\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .sm\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-none:disabled {
    border-radius: 0px;
  }

  .sm\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .sm\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-md:disabled {
    border-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-xl:disabled {
    border-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-2xl:disabled {
    border-radius: 1rem;
  }

  .sm\:disabled\:rounded-3xl:disabled {
    border-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .sm\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-t-md:disabled {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-r-md:disabled {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-b-md:disabled {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-l-md:disabled {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-t-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-r-xl:disabled {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-b-xl:disabled {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-l-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-t-2xl:disabled {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:disabled\:rounded-r-2xl:disabled {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:disabled\:rounded-b-2xl:disabled {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:disabled\:rounded-l-2xl:disabled {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:disabled\:rounded-t-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-r-3xl:disabled {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-b-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-l-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0px;
  }

  .sm\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0px;
  }

  .sm\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0px;
  }

  .sm\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0px;
  }

  .sm\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:disabled\:rounded-tl-md:disabled {
    border-top-left-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-tr-md:disabled {
    border-top-right-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-br-md:disabled {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-bl-md:disabled {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:disabled\:rounded-tl-xl:disabled {
    border-top-left-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-tr-xl:disabled {
    border-top-right-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-br-xl:disabled {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-bl-xl:disabled {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:disabled\:rounded-tl-2xl:disabled {
    border-top-left-radius: 1rem;
  }

  .sm\:disabled\:rounded-tr-2xl:disabled {
    border-top-right-radius: 1rem;
  }

  .sm\:disabled\:rounded-br-2xl:disabled {
    border-bottom-right-radius: 1rem;
  }

  .sm\:disabled\:rounded-bl-2xl:disabled {
    border-bottom-left-radius: 1rem;
  }

  .sm\:disabled\:rounded-tl-3xl:disabled {
    border-top-left-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-tr-3xl:disabled {
    border-top-right-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-br-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-bl-3xl:disabled {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .sm\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .sm\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .group:hover .sm\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .sm\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .sm\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .sm\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .sm\:group-hover\:border-none {
    border-style: none;
  }

  .sm\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .sm\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .sm\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .sm\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .sm\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .sm\:first\:border-solid:first-child {
    border-style: solid;
  }

  .sm\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .sm\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .sm\:first\:border-double:first-child {
    border-style: double;
  }

  .sm\:first\:border-none:first-child {
    border-style: none;
  }

  .sm\:last\:border-solid:last-child {
    border-style: solid;
  }

  .sm\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .sm\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .sm\:last\:border-double:last-child {
    border-style: double;
  }

  .sm\:last\:border-none:last-child {
    border-style: none;
  }

  .sm\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .sm\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .sm\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .sm\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .sm\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .sm\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .sm\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .sm\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .sm\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .sm\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm\:hover\:border-double:hover {
    border-style: double;
  }

  .sm\:hover\:border-none:hover {
    border-style: none;
  }

  .sm\:focus\:border-solid:focus {
    border-style: solid;
  }

  .sm\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .sm\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .sm\:focus\:border-double:focus {
    border-style: double;
  }

  .sm\:focus\:border-none:focus {
    border-style: none;
  }

  .sm\:active\:border-solid:active {
    border-style: solid;
  }

  .sm\:active\:border-dashed:active {
    border-style: dashed;
  }

  .sm\:active\:border-dotted:active {
    border-style: dotted;
  }

  .sm\:active\:border-double:active {
    border-style: double;
  }

  .sm\:active\:border-none:active {
    border-style: none;
  }

  .sm\:visited\:border-solid:visited {
    border-style: solid;
  }

  .sm\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .sm\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .sm\:visited\:border-double:visited {
    border-style: double;
  }

  .sm\:visited\:border-none:visited {
    border-style: none;
  }

  .sm\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .sm\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .sm\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .sm\:disabled\:border-double:disabled {
    border-style: double;
  }

  .sm\:disabled\:border-none:disabled {
    border-style: none;
  }

  .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-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-0 {
    border-width: 0px;
  }

  .group:hover .sm\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .sm\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .group:hover .sm\:group-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .group:hover .sm\:group-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .group:hover .sm\:group-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .group:hover .sm\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .sm\:focus-within\:border-0:focus-within {
    border-width: 0px;
  }

  .sm\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .sm\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .sm\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .sm\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .sm\:focus-within\:border-t-0:focus-within {
    border-top-width: 0px;
  }

  .sm\:focus-within\:border-r-0:focus-within {
    border-right-width: 0px;
  }

  .sm\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0px;
  }

  .sm\:focus-within\:border-l-0:focus-within {
    border-left-width: 0px;
  }

  .sm\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .sm\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .sm\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .sm\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .sm\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .sm\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .sm\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .sm\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .sm\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .sm\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .sm\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .sm\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .sm\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .sm\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .sm\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .sm\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .sm\:first\:border-0:first-child {
    border-width: 0px;
  }

  .sm\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm\:first\:border:first-child {
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .sm\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .sm\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .sm\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .sm\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0px;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .sm\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .sm\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .sm\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .sm\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .sm\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .sm\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .sm\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .sm\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .sm\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .sm\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .sm\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .sm\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .sm\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .sm\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .sm\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .sm\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .sm\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .sm\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .sm\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .sm\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .sm\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .sm\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .sm\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .sm\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .sm\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .sm\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .sm\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .sm\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .sm\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .sm\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .sm\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .sm\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .sm\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .sm\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .sm\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .sm\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .sm\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .sm\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .sm\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .sm\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .sm\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .sm\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .sm\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .sm\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .sm\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .sm\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .sm\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .sm\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .sm\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .sm\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0px;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm\:hover\:border:hover {
    border-width: 1px;
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm\:focus\:border-0:focus {
    border-width: 0px;
  }

  .sm\:focus\:border-2:focus {
    border-width: 2px;
  }

  .sm\:focus\:border-4:focus {
    border-width: 4px;
  }

  .sm\:focus\:border-8:focus {
    border-width: 8px;
  }

  .sm\:focus\:border:focus {
    border-width: 1px;
  }

  .sm\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .sm\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .sm\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .sm\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .sm\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .sm\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .sm\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .sm\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .sm\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .sm\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .sm\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .sm\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .sm\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .sm\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .sm\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .sm\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .sm\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .sm\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .sm\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .sm\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .sm\:active\:border-0:active {
    border-width: 0px;
  }

  .sm\:active\:border-2:active {
    border-width: 2px;
  }

  .sm\:active\:border-4:active {
    border-width: 4px;
  }

  .sm\:active\:border-8:active {
    border-width: 8px;
  }

  .sm\:active\:border:active {
    border-width: 1px;
  }

  .sm\:active\:border-t-0:active {
    border-top-width: 0px;
  }

  .sm\:active\:border-r-0:active {
    border-right-width: 0px;
  }

  .sm\:active\:border-b-0:active {
    border-bottom-width: 0px;
  }

  .sm\:active\:border-l-0:active {
    border-left-width: 0px;
  }

  .sm\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .sm\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .sm\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .sm\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .sm\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .sm\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .sm\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .sm\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .sm\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .sm\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .sm\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .sm\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .sm\:active\:border-t:active {
    border-top-width: 1px;
  }

  .sm\:active\:border-r:active {
    border-right-width: 1px;
  }

  .sm\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .sm\:active\:border-l:active {
    border-left-width: 1px;
  }

  .sm\:visited\:border-0:visited {
    border-width: 0px;
  }

  .sm\:visited\:border-2:visited {
    border-width: 2px;
  }

  .sm\:visited\:border-4:visited {
    border-width: 4px;
  }

  .sm\:visited\:border-8:visited {
    border-width: 8px;
  }

  .sm\:visited\:border:visited {
    border-width: 1px;
  }

  .sm\:visited\:border-t-0:visited {
    border-top-width: 0px;
  }

  .sm\:visited\:border-r-0:visited {
    border-right-width: 0px;
  }

  .sm\:visited\:border-b-0:visited {
    border-bottom-width: 0px;
  }

  .sm\:visited\:border-l-0:visited {
    border-left-width: 0px;
  }

  .sm\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .sm\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .sm\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .sm\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .sm\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .sm\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .sm\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .sm\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .sm\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .sm\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .sm\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .sm\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .sm\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .sm\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .sm\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .sm\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .sm\:disabled\:border-0:disabled {
    border-width: 0px;
  }

  .sm\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .sm\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .sm\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .sm\:disabled\:border:disabled {
    border-width: 1px;
  }

  .sm\:disabled\:border-t-0:disabled {
    border-top-width: 0px;
  }

  .sm\:disabled\:border-r-0:disabled {
    border-right-width: 0px;
  }

  .sm\:disabled\:border-b-0:disabled {
    border-bottom-width: 0px;
  }

  .sm\:disabled\:border-l-0:disabled {
    border-left-width: 0px;
  }

  .sm\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .sm\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .sm\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .sm\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .sm\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .sm\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .sm\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .sm\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .sm\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .sm\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .sm\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .sm\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .sm\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .sm\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .sm\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .sm\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .group:hover .sm\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .sm\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .sm\:focus-within\:box-border:focus-within {
    box-sizing: border-box;
  }

  .sm\:focus-within\:box-content:focus-within {
    box-sizing: content-box;
  }

  .sm\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .sm\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .sm\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .sm\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .sm\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .sm\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .sm\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .sm\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .sm\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .sm\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .sm\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .sm\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .sm\:active\:box-border:active {
    box-sizing: border-box;
  }

  .sm\:active\:box-content:active {
    box-sizing: content-box;
  }

  .sm\:visited\:box-border:visited {
    box-sizing: border-box;
  }

  .sm\:visited\:box-content:visited {
    box-sizing: content-box;
  }

  .sm\:disabled\:box-border:disabled {
    box-sizing: border-box;
  }

  .sm\:disabled\:box-content:disabled {
    box-sizing: content-box;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .sm\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .sm\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .sm\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .sm\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .sm\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .sm\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .sm\:group-hover\:cursor-help {
    cursor: help;
  }

  .group:hover .sm\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .sm\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .sm\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .sm\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .sm\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .sm\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .sm\:focus-within\:cursor-help:focus-within {
    cursor: help;
  }

  .sm\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .sm\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .sm\:first\:cursor-default:first-child {
    cursor: default;
  }

  .sm\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .sm\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .sm\:first\:cursor-text:first-child {
    cursor: text;
  }

  .sm\:first\:cursor-move:first-child {
    cursor: move;
  }

  .sm\:first\:cursor-help:first-child {
    cursor: help;
  }

  .sm\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .sm\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .sm\:last\:cursor-default:last-child {
    cursor: default;
  }

  .sm\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .sm\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .sm\:last\:cursor-text:last-child {
    cursor: text;
  }

  .sm\:last\:cursor-move:last-child {
    cursor: move;
  }

  .sm\:last\:cursor-help:last-child {
    cursor: help;
  }

  .sm\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .sm\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .sm\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .sm\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .sm\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .sm\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .sm\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .sm\:odd\:cursor-help:nth-child(odd) {
    cursor: help;
  }

  .sm\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .sm\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .sm\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .sm\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .sm\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .sm\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .sm\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .sm\:even\:cursor-help:nth-child(even) {
    cursor: help;
  }

  .sm\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .sm\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .sm\:hover\:cursor-default:hover {
    cursor: default;
  }

  .sm\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .sm\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .sm\:hover\:cursor-text:hover {
    cursor: text;
  }

  .sm\:hover\:cursor-move:hover {
    cursor: move;
  }

  .sm\:hover\:cursor-help:hover {
    cursor: help;
  }

  .sm\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .sm\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .sm\:focus\:cursor-default:focus {
    cursor: default;
  }

  .sm\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .sm\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .sm\:focus\:cursor-text:focus {
    cursor: text;
  }

  .sm\:focus\:cursor-move:focus {
    cursor: move;
  }

  .sm\:focus\:cursor-help:focus {
    cursor: help;
  }

  .sm\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .sm\:active\:cursor-auto:active {
    cursor: auto;
  }

  .sm\:active\:cursor-default:active {
    cursor: default;
  }

  .sm\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .sm\:active\:cursor-wait:active {
    cursor: wait;
  }

  .sm\:active\:cursor-text:active {
    cursor: text;
  }

  .sm\:active\:cursor-move:active {
    cursor: move;
  }

  .sm\:active\:cursor-help:active {
    cursor: help;
  }

  .sm\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .sm\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .sm\:visited\:cursor-default:visited {
    cursor: default;
  }

  .sm\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .sm\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .sm\:visited\:cursor-text:visited {
    cursor: text;
  }

  .sm\:visited\:cursor-move:visited {
    cursor: move;
  }

  .sm\:visited\:cursor-help:visited {
    cursor: help;
  }

  .sm\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .sm\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .sm\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .sm\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .sm\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .sm\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .sm\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .sm\:disabled\:cursor-help:disabled {
    cursor: help;
  }

  .sm\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:hidden {
    display: none;
  }

  .group:hover .sm\:group-hover\:block {
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm\:group-hover\:flex {
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .sm\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .sm\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .sm\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .sm\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .sm\:group-hover\:grid {
    display: grid;
  }

  .group:hover .sm\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .sm\:group-hover\:contents {
    display: contents;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none;
  }

  .sm\:focus-within\:block:focus-within {
    display: block;
  }

  .sm\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .sm\:focus-within\:inline:focus-within {
    display: inline;
  }

  .sm\:focus-within\:flex:focus-within {
    display: flex;
  }

  .sm\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .sm\:focus-within\:table:focus-within {
    display: table;
  }

  .sm\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .sm\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .sm\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .sm\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .sm\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .sm\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .sm\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .sm\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .sm\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .sm\:focus-within\:grid:focus-within {
    display: grid;
  }

  .sm\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .sm\:focus-within\:contents:focus-within {
    display: contents;
  }

  .sm\:focus-within\:hidden:focus-within {
    display: none;
  }

  .sm\:first\:block:first-child {
    display: block;
  }

  .sm\:first\:inline-block:first-child {
    display: inline-block;
  }

  .sm\:first\:inline:first-child {
    display: inline;
  }

  .sm\:first\:flex:first-child {
    display: flex;
  }

  .sm\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .sm\:first\:table:first-child {
    display: table;
  }

  .sm\:first\:table-caption:first-child {
    display: table-caption;
  }

  .sm\:first\:table-cell:first-child {
    display: table-cell;
  }

  .sm\:first\:table-column:first-child {
    display: table-column;
  }

  .sm\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .sm\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .sm\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .sm\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .sm\:first\:table-row:first-child {
    display: table-row;
  }

  .sm\:first\:flow-root:first-child {
    display: flow-root;
  }

  .sm\:first\:grid:first-child {
    display: grid;
  }

  .sm\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .sm\:first\:contents:first-child {
    display: contents;
  }

  .sm\:first\:hidden:first-child {
    display: none;
  }

  .sm\:last\:block:last-child {
    display: block;
  }

  .sm\:last\:inline-block:last-child {
    display: inline-block;
  }

  .sm\:last\:inline:last-child {
    display: inline;
  }

  .sm\:last\:flex:last-child {
    display: flex;
  }

  .sm\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .sm\:last\:table:last-child {
    display: table;
  }

  .sm\:last\:table-caption:last-child {
    display: table-caption;
  }

  .sm\:last\:table-cell:last-child {
    display: table-cell;
  }

  .sm\:last\:table-column:last-child {
    display: table-column;
  }

  .sm\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .sm\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .sm\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .sm\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .sm\:last\:table-row:last-child {
    display: table-row;
  }

  .sm\:last\:flow-root:last-child {
    display: flow-root;
  }

  .sm\:last\:grid:last-child {
    display: grid;
  }

  .sm\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .sm\:last\:contents:last-child {
    display: contents;
  }

  .sm\:last\:hidden:last-child {
    display: none;
  }

  .sm\:odd\:block:nth-child(odd) {
    display: block;
  }

  .sm\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .sm\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .sm\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .sm\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .sm\:odd\:table:nth-child(odd) {
    display: table;
  }

  .sm\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .sm\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .sm\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .sm\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .sm\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .sm\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .sm\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .sm\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .sm\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .sm\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .sm\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .sm\:odd\:contents:nth-child(odd) {
    display: contents;
  }

  .sm\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .sm\:even\:block:nth-child(even) {
    display: block;
  }

  .sm\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .sm\:even\:inline:nth-child(even) {
    display: inline;
  }

  .sm\:even\:flex:nth-child(even) {
    display: flex;
  }

  .sm\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .sm\:even\:table:nth-child(even) {
    display: table;
  }

  .sm\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .sm\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .sm\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .sm\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .sm\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .sm\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .sm\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .sm\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .sm\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .sm\:even\:grid:nth-child(even) {
    display: grid;
  }

  .sm\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .sm\:even\:contents:nth-child(even) {
    display: contents;
  }

  .sm\:even\:hidden:nth-child(even) {
    display: none;
  }

  .sm\:hover\:block:hover {
    display: block;
  }

  .sm\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm\:hover\:inline:hover {
    display: inline;
  }

  .sm\:hover\:flex:hover {
    display: flex;
  }

  .sm\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .sm\:hover\:table:hover {
    display: table;
  }

  .sm\:hover\:table-caption:hover {
    display: table-caption;
  }

  .sm\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm\:hover\:table-column:hover {
    display: table-column;
  }

  .sm\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .sm\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .sm\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .sm\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .sm\:hover\:table-row:hover {
    display: table-row;
  }

  .sm\:hover\:flow-root:hover {
    display: flow-root;
  }

  .sm\:hover\:grid:hover {
    display: grid;
  }

  .sm\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .sm\:hover\:contents:hover {
    display: contents;
  }

  .sm\:hover\:hidden:hover {
    display: none;
  }

  .sm\:focus\:block:focus {
    display: block;
  }

  .sm\:focus\:inline-block:focus {
    display: inline-block;
  }

  .sm\:focus\:inline:focus {
    display: inline;
  }

  .sm\:focus\:flex:focus {
    display: flex;
  }

  .sm\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .sm\:focus\:table:focus {
    display: table;
  }

  .sm\:focus\:table-caption:focus {
    display: table-caption;
  }

  .sm\:focus\:table-cell:focus {
    display: table-cell;
  }

  .sm\:focus\:table-column:focus {
    display: table-column;
  }

  .sm\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .sm\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .sm\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .sm\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .sm\:focus\:table-row:focus {
    display: table-row;
  }

  .sm\:focus\:flow-root:focus {
    display: flow-root;
  }

  .sm\:focus\:grid:focus {
    display: grid;
  }

  .sm\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .sm\:focus\:contents:focus {
    display: contents;
  }

  .sm\:focus\:hidden:focus {
    display: none;
  }

  .sm\:active\:block:active {
    display: block;
  }

  .sm\:active\:inline-block:active {
    display: inline-block;
  }

  .sm\:active\:inline:active {
    display: inline;
  }

  .sm\:active\:flex:active {
    display: flex;
  }

  .sm\:active\:inline-flex:active {
    display: inline-flex;
  }

  .sm\:active\:table:active {
    display: table;
  }

  .sm\:active\:table-caption:active {
    display: table-caption;
  }

  .sm\:active\:table-cell:active {
    display: table-cell;
  }

  .sm\:active\:table-column:active {
    display: table-column;
  }

  .sm\:active\:table-column-group:active {
    display: table-column-group;
  }

  .sm\:active\:table-footer-group:active {
    display: table-footer-group;
  }

  .sm\:active\:table-header-group:active {
    display: table-header-group;
  }

  .sm\:active\:table-row-group:active {
    display: table-row-group;
  }

  .sm\:active\:table-row:active {
    display: table-row;
  }

  .sm\:active\:flow-root:active {
    display: flow-root;
  }

  .sm\:active\:grid:active {
    display: grid;
  }

  .sm\:active\:inline-grid:active {
    display: inline-grid;
  }

  .sm\:active\:contents:active {
    display: contents;
  }

  .sm\:active\:hidden:active {
    display: none;
  }

  .sm\:visited\:block:visited {
    display: block;
  }

  .sm\:visited\:inline-block:visited {
    display: inline-block;
  }

  .sm\:visited\:inline:visited {
    display: inline;
  }

  .sm\:visited\:flex:visited {
    display: flex;
  }

  .sm\:visited\:inline-flex:visited {
    display: inline-flex;
  }

  .sm\:visited\:table:visited {
    display: table;
  }

  .sm\:visited\:table-caption:visited {
    display: table-caption;
  }

  .sm\:visited\:table-cell:visited {
    display: table-cell;
  }

  .sm\:visited\:table-column:visited {
    display: table-column;
  }

  .sm\:visited\:table-column-group:visited {
    display: table-column-group;
  }

  .sm\:visited\:table-footer-group:visited {
    display: table-footer-group;
  }

  .sm\:visited\:table-header-group:visited {
    display: table-header-group;
  }

  .sm\:visited\:table-row-group:visited {
    display: table-row-group;
  }

  .sm\:visited\:table-row:visited {
    display: table-row;
  }

  .sm\:visited\:flow-root:visited {
    display: flow-root;
  }

  .sm\:visited\:grid:visited {
    display: grid;
  }

  .sm\:visited\:inline-grid:visited {
    display: inline-grid;
  }

  .sm\:visited\:contents:visited {
    display: contents;
  }

  .sm\:visited\:hidden:visited {
    display: none;
  }

  .sm\:disabled\:block:disabled {
    display: block;
  }

  .sm\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .sm\:disabled\:inline:disabled {
    display: inline;
  }

  .sm\:disabled\:flex:disabled {
    display: flex;
  }

  .sm\:disabled\:inline-flex:disabled {
    display: inline-flex;
  }

  .sm\:disabled\:table:disabled {
    display: table;
  }

  .sm\:disabled\:table-caption:disabled {
    display: table-caption;
  }

  .sm\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .sm\:disabled\:table-column:disabled {
    display: table-column;
  }

  .sm\:disabled\:table-column-group:disabled {
    display: table-column-group;
  }

  .sm\:disabled\:table-footer-group:disabled {
    display: table-footer-group;
  }

  .sm\:disabled\:table-header-group:disabled {
    display: table-header-group;
  }

  .sm\:disabled\:table-row-group:disabled {
    display: table-row-group;
  }

  .sm\:disabled\:table-row:disabled {
    display: table-row;
  }

  .sm\:disabled\:flow-root:disabled {
    display: flow-root;
  }

  .sm\:disabled\:grid:disabled {
    display: grid;
  }

  .sm\:disabled\:inline-grid:disabled {
    display: inline-grid;
  }

  .sm\:disabled\:contents:disabled {
    display: contents;
  }

  .sm\:disabled\:hidden:disabled {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .sm\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .sm\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .sm\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .sm\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .sm\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .sm\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .sm\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .sm\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .sm\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .sm\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .sm\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .sm\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .sm\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .sm\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .sm\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .sm\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .sm\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .sm\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .sm\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .sm\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .sm\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .sm\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .sm\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .sm\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .sm\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .sm\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .sm\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .sm\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .sm\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .sm\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .sm\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .sm\:active\:flex-row:active {
    flex-direction: row;
  }

  .sm\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .sm\:active\:flex-col:active {
    flex-direction: column;
  }

  .sm\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .sm\:visited\:flex-row:visited {
    flex-direction: row;
  }

  .sm\:visited\:flex-row-reverse:visited {
    flex-direction: row-reverse;
  }

  .sm\:visited\:flex-col:visited {
    flex-direction: column;
  }

  .sm\:visited\:flex-col-reverse:visited {
    flex-direction: column-reverse;
  }

  .sm\:disabled\:flex-row:disabled {
    flex-direction: row;
  }

  .sm\:disabled\:flex-row-reverse:disabled {
    flex-direction: row-reverse;
  }

  .sm\:disabled\:flex-col:disabled {
    flex-direction: column;
  }

  .sm\:disabled\:flex-col-reverse:disabled {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .group:hover .sm\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .sm\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .sm\:group-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .sm\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus-within\:flex-nowrap:focus-within {
    flex-wrap: nowrap;
  }

  .sm\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .sm\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:first\:flex-nowrap:first-child {
    flex-wrap: nowrap;
  }

  .sm\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .sm\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .sm\:last\:flex-nowrap:last-child {
    flex-wrap: nowrap;
  }

  .sm\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .sm\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .sm\:odd\:flex-nowrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .sm\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .sm\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .sm\:even\:flex-nowrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .sm\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .sm\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .sm\:hover\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }

  .sm\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .sm\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }

  .sm\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .sm\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .sm\:active\:flex-nowrap:active {
    flex-wrap: nowrap;
  }

  .sm\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .sm\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .sm\:visited\:flex-nowrap:visited {
    flex-wrap: nowrap;
  }

  .sm\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .sm\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .sm\:disabled\:flex-nowrap:disabled {
    flex-wrap: nowrap;
  }

  .sm\:place-items-auto {
    place-items: auto;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .group:hover .sm\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .sm\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .sm\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .sm\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .sm\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:focus-within\:place-items-auto:focus-within {
    place-items: auto;
  }

  .sm\:focus-within\:place-items-start:focus-within {
    place-items: start;
  }

  .sm\:focus-within\:place-items-end:focus-within {
    place-items: end;
  }

  .sm\:focus-within\:place-items-center:focus-within {
    place-items: center;
  }

  .sm\:focus-within\:place-items-stretch:focus-within {
    place-items: stretch;
  }

  .sm\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .sm\:first\:place-items-start:first-child {
    place-items: start;
  }

  .sm\:first\:place-items-end:first-child {
    place-items: end;
  }

  .sm\:first\:place-items-center:first-child {
    place-items: center;
  }

  .sm\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .sm\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .sm\:last\:place-items-start:last-child {
    place-items: start;
  }

  .sm\:last\:place-items-end:last-child {
    place-items: end;
  }

  .sm\:last\:place-items-center:last-child {
    place-items: center;
  }

  .sm\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .sm\:odd\:place-items-auto:nth-child(odd) {
    place-items: auto;
  }

  .sm\:odd\:place-items-start:nth-child(odd) {
    place-items: start;
  }

  .sm\:odd\:place-items-end:nth-child(odd) {
    place-items: end;
  }

  .sm\:odd\:place-items-center:nth-child(odd) {
    place-items: center;
  }

  .sm\:odd\:place-items-stretch:nth-child(odd) {
    place-items: stretch;
  }

  .sm\:even\:place-items-auto:nth-child(even) {
    place-items: auto;
  }

  .sm\:even\:place-items-start:nth-child(even) {
    place-items: start;
  }

  .sm\:even\:place-items-end:nth-child(even) {
    place-items: end;
  }

  .sm\:even\:place-items-center:nth-child(even) {
    place-items: center;
  }

  .sm\:even\:place-items-stretch:nth-child(even) {
    place-items: stretch;
  }

  .sm\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .sm\:hover\:place-items-start:hover {
    place-items: start;
  }

  .sm\:hover\:place-items-end:hover {
    place-items: end;
  }

  .sm\:hover\:place-items-center:hover {
    place-items: center;
  }

  .sm\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .sm\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .sm\:focus\:place-items-start:focus {
    place-items: start;
  }

  .sm\:focus\:place-items-end:focus {
    place-items: end;
  }

  .sm\:focus\:place-items-center:focus {
    place-items: center;
  }

  .sm\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .sm\:active\:place-items-auto:active {
    place-items: auto;
  }

  .sm\:active\:place-items-start:active {
    place-items: start;
  }

  .sm\:active\:place-items-end:active {
    place-items: end;
  }

  .sm\:active\:place-items-center:active {
    place-items: center;
  }

  .sm\:active\:place-items-stretch:active {
    place-items: stretch;
  }

  .sm\:visited\:place-items-auto:visited {
    place-items: auto;
  }

  .sm\:visited\:place-items-start:visited {
    place-items: start;
  }

  .sm\:visited\:place-items-end:visited {
    place-items: end;
  }

  .sm\:visited\:place-items-center:visited {
    place-items: center;
  }

  .sm\:visited\:place-items-stretch:visited {
    place-items: stretch;
  }

  .sm\:disabled\:place-items-auto:disabled {
    place-items: auto;
  }

  .sm\:disabled\:place-items-start:disabled {
    place-items: start;
  }

  .sm\:disabled\:place-items-end:disabled {
    place-items: end;
  }

  .sm\:disabled\:place-items-center:disabled {
    place-items: center;
  }

  .sm\:disabled\:place-items-stretch:disabled {
    place-items: stretch;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .group:hover .sm\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .sm\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .sm\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .sm\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .sm\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .sm\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .sm\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:focus-within\:place-content-center:focus-within {
    place-content: center;
  }

  .sm\:focus-within\:place-content-start:focus-within {
    place-content: start;
  }

  .sm\:focus-within\:place-content-end:focus-within {
    place-content: end;
  }

  .sm\:focus-within\:place-content-between:focus-within {
    place-content: space-between;
  }

  .sm\:focus-within\:place-content-around:focus-within {
    place-content: space-around;
  }

  .sm\:focus-within\:place-content-evenly:focus-within {
    place-content: space-evenly;
  }

  .sm\:focus-within\:place-content-stretch:focus-within {
    place-content: stretch;
  }

  .sm\:first\:place-content-center:first-child {
    place-content: center;
  }

  .sm\:first\:place-content-start:first-child {
    place-content: start;
  }

  .sm\:first\:place-content-end:first-child {
    place-content: end;
  }

  .sm\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .sm\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .sm\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .sm\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .sm\:last\:place-content-center:last-child {
    place-content: center;
  }

  .sm\:last\:place-content-start:last-child {
    place-content: start;
  }

  .sm\:last\:place-content-end:last-child {
    place-content: end;
  }

  .sm\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .sm\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .sm\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .sm\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .sm\:odd\:place-content-center:nth-child(odd) {
    place-content: center;
  }

  .sm\:odd\:place-content-start:nth-child(odd) {
    place-content: start;
  }

  .sm\:odd\:place-content-end:nth-child(odd) {
    place-content: end;
  }

  .sm\:odd\:place-content-between:nth-child(odd) {
    place-content: space-between;
  }

  .sm\:odd\:place-content-around:nth-child(odd) {
    place-content: space-around;
  }

  .sm\:odd\:place-content-evenly:nth-child(odd) {
    place-content: space-evenly;
  }

  .sm\:odd\:place-content-stretch:nth-child(odd) {
    place-content: stretch;
  }

  .sm\:even\:place-content-center:nth-child(even) {
    place-content: center;
  }

  .sm\:even\:place-content-start:nth-child(even) {
    place-content: start;
  }

  .sm\:even\:place-content-end:nth-child(even) {
    place-content: end;
  }

  .sm\:even\:place-content-between:nth-child(even) {
    place-content: space-between;
  }

  .sm\:even\:place-content-around:nth-child(even) {
    place-content: space-around;
  }

  .sm\:even\:place-content-evenly:nth-child(even) {
    place-content: space-evenly;
  }

  .sm\:even\:place-content-stretch:nth-child(even) {
    place-content: stretch;
  }

  .sm\:hover\:place-content-center:hover {
    place-content: center;
  }

  .sm\:hover\:place-content-start:hover {
    place-content: start;
  }

  .sm\:hover\:place-content-end:hover {
    place-content: end;
  }

  .sm\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .sm\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .sm\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .sm\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .sm\:focus\:place-content-center:focus {
    place-content: center;
  }

  .sm\:focus\:place-content-start:focus {
    place-content: start;
  }

  .sm\:focus\:place-content-end:focus {
    place-content: end;
  }

  .sm\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .sm\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .sm\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .sm\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .sm\:active\:place-content-center:active {
    place-content: center;
  }

  .sm\:active\:place-content-start:active {
    place-content: start;
  }

  .sm\:active\:place-content-end:active {
    place-content: end;
  }

  .sm\:active\:place-content-between:active {
    place-content: space-between;
  }

  .sm\:active\:place-content-around:active {
    place-content: space-around;
  }

  .sm\:active\:place-content-evenly:active {
    place-content: space-evenly;
  }

  .sm\:active\:place-content-stretch:active {
    place-content: stretch;
  }

  .sm\:visited\:place-content-center:visited {
    place-content: center;
  }

  .sm\:visited\:place-content-start:visited {
    place-content: start;
  }

  .sm\:visited\:place-content-end:visited {
    place-content: end;
  }

  .sm\:visited\:place-content-between:visited {
    place-content: space-between;
  }

  .sm\:visited\:place-content-around:visited {
    place-content: space-around;
  }

  .sm\:visited\:place-content-evenly:visited {
    place-content: space-evenly;
  }

  .sm\:visited\:place-content-stretch:visited {
    place-content: stretch;
  }

  .sm\:disabled\:place-content-center:disabled {
    place-content: center;
  }

  .sm\:disabled\:place-content-start:disabled {
    place-content: start;
  }

  .sm\:disabled\:place-content-end:disabled {
    place-content: end;
  }

  .sm\:disabled\:place-content-between:disabled {
    place-content: space-between;
  }

  .sm\:disabled\:place-content-around:disabled {
    place-content: space-around;
  }

  .sm\:disabled\:place-content-evenly:disabled {
    place-content: space-evenly;
  }

  .sm\:disabled\:place-content-stretch:disabled {
    place-content: stretch;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .group:hover .sm\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .sm\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .sm\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .sm\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .sm\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:focus-within\:place-self-auto:focus-within {
    place-self: auto;
  }

  .sm\:focus-within\:place-self-start:focus-within {
    place-self: start;
  }

  .sm\:focus-within\:place-self-end:focus-within {
    place-self: end;
  }

  .sm\:focus-within\:place-self-center:focus-within {
    place-self: center;
  }

  .sm\:focus-within\:place-self-stretch:focus-within {
    place-self: stretch;
  }

  .sm\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .sm\:first\:place-self-start:first-child {
    place-self: start;
  }

  .sm\:first\:place-self-end:first-child {
    place-self: end;
  }

  .sm\:first\:place-self-center:first-child {
    place-self: center;
  }

  .sm\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .sm\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .sm\:last\:place-self-start:last-child {
    place-self: start;
  }

  .sm\:last\:place-self-end:last-child {
    place-self: end;
  }

  .sm\:last\:place-self-center:last-child {
    place-self: center;
  }

  .sm\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .sm\:odd\:place-self-auto:nth-child(odd) {
    place-self: auto;
  }

  .sm\:odd\:place-self-start:nth-child(odd) {
    place-self: start;
  }

  .sm\:odd\:place-self-end:nth-child(odd) {
    place-self: end;
  }

  .sm\:odd\:place-self-center:nth-child(odd) {
    place-self: center;
  }

  .sm\:odd\:place-self-stretch:nth-child(odd) {
    place-self: stretch;
  }

  .sm\:even\:place-self-auto:nth-child(even) {
    place-self: auto;
  }

  .sm\:even\:place-self-start:nth-child(even) {
    place-self: start;
  }

  .sm\:even\:place-self-end:nth-child(even) {
    place-self: end;
  }

  .sm\:even\:place-self-center:nth-child(even) {
    place-self: center;
  }

  .sm\:even\:place-self-stretch:nth-child(even) {
    place-self: stretch;
  }

  .sm\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .sm\:hover\:place-self-start:hover {
    place-self: start;
  }

  .sm\:hover\:place-self-end:hover {
    place-self: end;
  }

  .sm\:hover\:place-self-center:hover {
    place-self: center;
  }

  .sm\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .sm\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .sm\:focus\:place-self-start:focus {
    place-self: start;
  }

  .sm\:focus\:place-self-end:focus {
    place-self: end;
  }

  .sm\:focus\:place-self-center:focus {
    place-self: center;
  }

  .sm\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .sm\:active\:place-self-auto:active {
    place-self: auto;
  }

  .sm\:active\:place-self-start:active {
    place-self: start;
  }

  .sm\:active\:place-self-end:active {
    place-self: end;
  }

  .sm\:active\:place-self-center:active {
    place-self: center;
  }

  .sm\:active\:place-self-stretch:active {
    place-self: stretch;
  }

  .sm\:visited\:place-self-auto:visited {
    place-self: auto;
  }

  .sm\:visited\:place-self-start:visited {
    place-self: start;
  }

  .sm\:visited\:place-self-end:visited {
    place-self: end;
  }

  .sm\:visited\:place-self-center:visited {
    place-self: center;
  }

  .sm\:visited\:place-self-stretch:visited {
    place-self: stretch;
  }

  .sm\:disabled\:place-self-auto:disabled {
    place-self: auto;
  }

  .sm\:disabled\:place-self-start:disabled {
    place-self: start;
  }

  .sm\:disabled\:place-self-end:disabled {
    place-self: end;
  }

  .sm\:disabled\:place-self-center:disabled {
    place-self: center;
  }

  .sm\:disabled\:place-self-stretch:disabled {
    place-self: stretch;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .group:hover .sm\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .sm\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .sm\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .sm\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .sm\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .sm\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .sm\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .sm\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .sm\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .sm\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .sm\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .sm\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .sm\:first\:items-center:first-child {
    align-items: center;
  }

  .sm\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .sm\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .sm\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .sm\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .sm\:last\:items-center:last-child {
    align-items: center;
  }

  .sm\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .sm\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .sm\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .sm\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .sm\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .sm\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .sm\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .sm\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .sm\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .sm\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .sm\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .sm\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .sm\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .sm\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .sm\:hover\:items-center:hover {
    align-items: center;
  }

  .sm\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .sm\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .sm\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .sm\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .sm\:focus\:items-center:focus {
    align-items: center;
  }

  .sm\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .sm\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .sm\:active\:items-start:active {
    align-items: flex-start;
  }

  .sm\:active\:items-end:active {
    align-items: flex-end;
  }

  .sm\:active\:items-center:active {
    align-items: center;
  }

  .sm\:active\:items-baseline:active {
    align-items: baseline;
  }

  .sm\:active\:items-stretch:active {
    align-items: stretch;
  }

  .sm\:visited\:items-start:visited {
    align-items: flex-start;
  }

  .sm\:visited\:items-end:visited {
    align-items: flex-end;
  }

  .sm\:visited\:items-center:visited {
    align-items: center;
  }

  .sm\:visited\:items-baseline:visited {
    align-items: baseline;
  }

  .sm\:visited\:items-stretch:visited {
    align-items: stretch;
  }

  .sm\:disabled\:items-start:disabled {
    align-items: flex-start;
  }

  .sm\:disabled\:items-end:disabled {
    align-items: flex-end;
  }

  .sm\:disabled\:items-center:disabled {
    align-items: center;
  }

  .sm\:disabled\:items-baseline:disabled {
    align-items: baseline;
  }

  .sm\:disabled\:items-stretch:disabled {
    align-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .group:hover .sm\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .sm\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .sm\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .sm\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .sm\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .sm\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .sm\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .sm\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .sm\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .sm\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .sm\:focus-within\:content-evenly:focus-within {
    align-content: space-evenly;
  }

  .sm\:first\:content-center:first-child {
    align-content: center;
  }

  .sm\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .sm\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .sm\:first\:content-between:first-child {
    align-content: space-between;
  }

  .sm\:first\:content-around:first-child {
    align-content: space-around;
  }

  .sm\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .sm\:last\:content-center:last-child {
    align-content: center;
  }

  .sm\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .sm\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .sm\:last\:content-between:last-child {
    align-content: space-between;
  }

  .sm\:last\:content-around:last-child {
    align-content: space-around;
  }

  .sm\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .sm\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .sm\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .sm\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .sm\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .sm\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .sm\:odd\:content-evenly:nth-child(odd) {
    align-content: space-evenly;
  }

  .sm\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .sm\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .sm\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .sm\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .sm\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .sm\:even\:content-evenly:nth-child(even) {
    align-content: space-evenly;
  }

  .sm\:hover\:content-center:hover {
    align-content: center;
  }

  .sm\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .sm\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .sm\:hover\:content-between:hover {
    align-content: space-between;
  }

  .sm\:hover\:content-around:hover {
    align-content: space-around;
  }

  .sm\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .sm\:focus\:content-center:focus {
    align-content: center;
  }

  .sm\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .sm\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .sm\:focus\:content-between:focus {
    align-content: space-between;
  }

  .sm\:focus\:content-around:focus {
    align-content: space-around;
  }

  .sm\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .sm\:active\:content-center:active {
    align-content: center;
  }

  .sm\:active\:content-start:active {
    align-content: flex-start;
  }

  .sm\:active\:content-end:active {
    align-content: flex-end;
  }

  .sm\:active\:content-between:active {
    align-content: space-between;
  }

  .sm\:active\:content-around:active {
    align-content: space-around;
  }

  .sm\:active\:content-evenly:active {
    align-content: space-evenly;
  }

  .sm\:visited\:content-center:visited {
    align-content: center;
  }

  .sm\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .sm\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .sm\:visited\:content-between:visited {
    align-content: space-between;
  }

  .sm\:visited\:content-around:visited {
    align-content: space-around;
  }

  .sm\:visited\:content-evenly:visited {
    align-content: space-evenly;
  }

  .sm\:disabled\:content-center:disabled {
    align-content: center;
  }

  .sm\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .sm\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .sm\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .sm\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .sm\:disabled\:content-evenly:disabled {
    align-content: space-evenly;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .group:hover .sm\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .sm\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .sm\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .sm\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .sm\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .sm\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .sm\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .sm\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .sm\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .sm\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .sm\:first\:self-auto:first-child {
    align-self: auto;
  }

  .sm\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .sm\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .sm\:first\:self-center:first-child {
    align-self: center;
  }

  .sm\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .sm\:last\:self-auto:last-child {
    align-self: auto;
  }

  .sm\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .sm\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .sm\:last\:self-center:last-child {
    align-self: center;
  }

  .sm\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .sm\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .sm\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .sm\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .sm\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .sm\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .sm\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .sm\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .sm\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .sm\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .sm\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .sm\:hover\:self-auto:hover {
    align-self: auto;
  }

  .sm\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .sm\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .sm\:hover\:self-center:hover {
    align-self: center;
  }

  .sm\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .sm\:focus\:self-auto:focus {
    align-self: auto;
  }

  .sm\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .sm\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .sm\:focus\:self-center:focus {
    align-self: center;
  }

  .sm\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .sm\:active\:self-auto:active {
    align-self: auto;
  }

  .sm\:active\:self-start:active {
    align-self: flex-start;
  }

  .sm\:active\:self-end:active {
    align-self: flex-end;
  }

  .sm\:active\:self-center:active {
    align-self: center;
  }

  .sm\:active\:self-stretch:active {
    align-self: stretch;
  }

  .sm\:visited\:self-auto:visited {
    align-self: auto;
  }

  .sm\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .sm\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .sm\:visited\:self-center:visited {
    align-self: center;
  }

  .sm\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .sm\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .sm\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .sm\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .sm\:disabled\:self-center:disabled {
    align-self: center;
  }

  .sm\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .sm\:justify-items-auto {
    justify-items: auto;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .group:hover .sm\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .sm\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .sm\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .sm\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .sm\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:focus-within\:justify-items-auto:focus-within {
    justify-items: auto;
  }

  .sm\:focus-within\:justify-items-start:focus-within {
    justify-items: start;
  }

  .sm\:focus-within\:justify-items-end:focus-within {
    justify-items: end;
  }

  .sm\:focus-within\:justify-items-center:focus-within {
    justify-items: center;
  }

  .sm\:focus-within\:justify-items-stretch:focus-within {
    justify-items: stretch;
  }

  .sm\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .sm\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .sm\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .sm\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .sm\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .sm\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .sm\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .sm\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .sm\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .sm\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .sm\:odd\:justify-items-auto:nth-child(odd) {
    justify-items: auto;
  }

  .sm\:odd\:justify-items-start:nth-child(odd) {
    justify-items: start;
  }

  .sm\:odd\:justify-items-end:nth-child(odd) {
    justify-items: end;
  }

  .sm\:odd\:justify-items-center:nth-child(odd) {
    justify-items: center;
  }

  .sm\:odd\:justify-items-stretch:nth-child(odd) {
    justify-items: stretch;
  }

  .sm\:even\:justify-items-auto:nth-child(even) {
    justify-items: auto;
  }

  .sm\:even\:justify-items-start:nth-child(even) {
    justify-items: start;
  }

  .sm\:even\:justify-items-end:nth-child(even) {
    justify-items: end;
  }

  .sm\:even\:justify-items-center:nth-child(even) {
    justify-items: center;
  }

  .sm\:even\:justify-items-stretch:nth-child(even) {
    justify-items: stretch;
  }

  .sm\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .sm\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .sm\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .sm\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .sm\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .sm\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .sm\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .sm\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .sm\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .sm\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .sm\:active\:justify-items-auto:active {
    justify-items: auto;
  }

  .sm\:active\:justify-items-start:active {
    justify-items: start;
  }

  .sm\:active\:justify-items-end:active {
    justify-items: end;
  }

  .sm\:active\:justify-items-center:active {
    justify-items: center;
  }

  .sm\:active\:justify-items-stretch:active {
    justify-items: stretch;
  }

  .sm\:visited\:justify-items-auto:visited {
    justify-items: auto;
  }

  .sm\:visited\:justify-items-start:visited {
    justify-items: start;
  }

  .sm\:visited\:justify-items-end:visited {
    justify-items: end;
  }

  .sm\:visited\:justify-items-center:visited {
    justify-items: center;
  }

  .sm\:visited\:justify-items-stretch:visited {
    justify-items: stretch;
  }

  .sm\:disabled\:justify-items-auto:disabled {
    justify-items: auto;
  }

  .sm\:disabled\:justify-items-start:disabled {
    justify-items: start;
  }

  .sm\:disabled\:justify-items-end:disabled {
    justify-items: end;
  }

  .sm\:disabled\:justify-items-center:disabled {
    justify-items: center;
  }

  .sm\:disabled\:justify-items-stretch:disabled {
    justify-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .group:hover .sm\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .sm\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .sm\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .sm\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .sm\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .sm\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .sm\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .sm\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .sm\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .sm\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .sm\:focus-within\:justify-evenly:focus-within {
    justify-content: space-evenly;
  }

  .sm\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .sm\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .sm\:first\:justify-center:first-child {
    justify-content: center;
  }

  .sm\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .sm\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .sm\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .sm\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .sm\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .sm\:last\:justify-center:last-child {
    justify-content: center;
  }

  .sm\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .sm\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .sm\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .sm\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .sm\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .sm\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .sm\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .sm\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .sm\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .sm\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .sm\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .sm\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .sm\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .sm\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .sm\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .sm\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .sm\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .sm\:hover\:justify-center:hover {
    justify-content: center;
  }

  .sm\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .sm\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .sm\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .sm\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .sm\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .sm\:focus\:justify-center:focus {
    justify-content: center;
  }

  .sm\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .sm\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .sm\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .sm\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .sm\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .sm\:active\:justify-center:active {
    justify-content: center;
  }

  .sm\:active\:justify-between:active {
    justify-content: space-between;
  }

  .sm\:active\:justify-around:active {
    justify-content: space-around;
  }

  .sm\:active\:justify-evenly:active {
    justify-content: space-evenly;
  }

  .sm\:visited\:justify-start:visited {
    justify-content: flex-start;
  }

  .sm\:visited\:justify-end:visited {
    justify-content: flex-end;
  }

  .sm\:visited\:justify-center:visited {
    justify-content: center;
  }

  .sm\:visited\:justify-between:visited {
    justify-content: space-between;
  }

  .sm\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .sm\:visited\:justify-evenly:visited {
    justify-content: space-evenly;
  }

  .sm\:disabled\:justify-start:disabled {
    justify-content: flex-start;
  }

  .sm\:disabled\:justify-end:disabled {
    justify-content: flex-end;
  }

  .sm\:disabled\:justify-center:disabled {
    justify-content: center;
  }

  .sm\:disabled\:justify-between:disabled {
    justify-content: space-between;
  }

  .sm\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .sm\:disabled\:justify-evenly:disabled {
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .group:hover .sm\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .sm\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .sm\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .sm\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .sm\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:focus-within\:justify-self-auto:focus-within {
    justify-self: auto;
  }

  .sm\:focus-within\:justify-self-start:focus-within {
    justify-self: start;
  }

  .sm\:focus-within\:justify-self-end:focus-within {
    justify-self: end;
  }

  .sm\:focus-within\:justify-self-center:focus-within {
    justify-self: center;
  }

  .sm\:focus-within\:justify-self-stretch:focus-within {
    justify-self: stretch;
  }

  .sm\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .sm\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .sm\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .sm\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .sm\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .sm\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .sm\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .sm\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .sm\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .sm\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .sm\:odd\:justify-self-auto:nth-child(odd) {
    justify-self: auto;
  }

  .sm\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .sm\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .sm\:odd\:justify-self-center:nth-child(odd) {
    justify-self: center;
  }

  .sm\:odd\:justify-self-stretch:nth-child(odd) {
    justify-self: stretch;
  }

  .sm\:even\:justify-self-auto:nth-child(even) {
    justify-self: auto;
  }

  .sm\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }

  .sm\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .sm\:even\:justify-self-center:nth-child(even) {
    justify-self: center;
  }

  .sm\:even\:justify-self-stretch:nth-child(even) {
    justify-self: stretch;
  }

  .sm\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .sm\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .sm\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .sm\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .sm\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .sm\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .sm\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .sm\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .sm\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .sm\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .sm\:active\:justify-self-auto:active {
    justify-self: auto;
  }

  .sm\:active\:justify-self-start:active {
    justify-self: start;
  }

  .sm\:active\:justify-self-end:active {
    justify-self: end;
  }

  .sm\:active\:justify-self-center:active {
    justify-self: center;
  }

  .sm\:active\:justify-self-stretch:active {
    justify-self: stretch;
  }

  .sm\:visited\:justify-self-auto:visited {
    justify-self: auto;
  }

  .sm\:visited\:justify-self-start:visited {
    justify-self: start;
  }

  .sm\:visited\:justify-self-end:visited {
    justify-self: end;
  }

  .sm\:visited\:justify-self-center:visited {
    justify-self: center;
  }

  .sm\:visited\:justify-self-stretch:visited {
    justify-self: stretch;
  }

  .sm\:disabled\:justify-self-auto:disabled {
    justify-self: auto;
  }

  .sm\:disabled\:justify-self-start:disabled {
    justify-self: start;
  }

  .sm\:disabled\:justify-self-end:disabled {
    justify-self: end;
  }

  .sm\:disabled\:justify-self-center:disabled {
    justify-self: center;
  }

  .sm\:disabled\:justify-self-stretch:disabled {
    justify-self: stretch;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .group:hover .sm\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .sm\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-none {
    flex: none;
  }

  .sm\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .sm\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .sm\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .sm\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .sm\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .sm\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .sm\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .sm\:first\:flex-none:first-child {
    flex: none;
  }

  .sm\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .sm\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .sm\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .sm\:last\:flex-none:last-child {
    flex: none;
  }

  .sm\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .sm\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .sm\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .sm\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .sm\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .sm\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .sm\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .sm\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .sm\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .sm\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .sm\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .sm\:hover\:flex-none:hover {
    flex: none;
  }

  .sm\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .sm\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .sm\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .sm\:focus\:flex-none:focus {
    flex: none;
  }

  .sm\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .sm\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .sm\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .sm\:active\:flex-none:active {
    flex: none;
  }

  .sm\:visited\:flex-1:visited {
    flex: 1 1 0%;
  }

  .sm\:visited\:flex-auto:visited {
    flex: 1 1 auto;
  }

  .sm\:visited\:flex-initial:visited {
    flex: 0 1 auto;
  }

  .sm\:visited\:flex-none:visited {
    flex: none;
  }

  .sm\:disabled\:flex-1:disabled {
    flex: 1 1 0%;
  }

  .sm\:disabled\:flex-auto:disabled {
    flex: 1 1 auto;
  }

  .sm\:disabled\:flex-initial:disabled {
    flex: 0 1 auto;
  }

  .sm\:disabled\:flex-none:disabled {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .sm\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .sm\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .sm\:focus-within\:flex-grow-0:focus-within {
    flex-grow: 0;
  }

  .sm\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .sm\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .sm\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .sm\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .sm\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .sm\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .sm\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .sm\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .sm\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .sm\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .sm\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .sm\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .sm\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .sm\:active\:flex-grow-0:active {
    flex-grow: 0;
  }

  .sm\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .sm\:visited\:flex-grow-0:visited {
    flex-grow: 0;
  }

  .sm\:visited\:flex-grow:visited {
    flex-grow: 1;
  }

  .sm\:disabled\:flex-grow-0:disabled {
    flex-grow: 0;
  }

  .sm\:disabled\:flex-grow:disabled {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .sm\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .sm\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .sm\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .sm\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .sm\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .sm\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .sm\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .sm\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .sm\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .sm\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .sm\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .sm\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .sm\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .sm\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .sm\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .sm\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .sm\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .sm\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .sm\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .sm\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .sm\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .group:hover .sm\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .sm\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .sm\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .sm\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .sm\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .sm\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .sm\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .sm\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .sm\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .sm\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .sm\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .sm\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .sm\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .sm\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .sm\:group-hover\:order-none {
    order: 0;
  }

  .sm\:focus-within\:order-1:focus-within {
    order: 1;
  }

  .sm\:focus-within\:order-2:focus-within {
    order: 2;
  }

  .sm\:focus-within\:order-3:focus-within {
    order: 3;
  }

  .sm\:focus-within\:order-4:focus-within {
    order: 4;
  }

  .sm\:focus-within\:order-5:focus-within {
    order: 5;
  }

  .sm\:focus-within\:order-6:focus-within {
    order: 6;
  }

  .sm\:focus-within\:order-7:focus-within {
    order: 7;
  }

  .sm\:focus-within\:order-8:focus-within {
    order: 8;
  }

  .sm\:focus-within\:order-9:focus-within {
    order: 9;
  }

  .sm\:focus-within\:order-10:focus-within {
    order: 10;
  }

  .sm\:focus-within\:order-11:focus-within {
    order: 11;
  }

  .sm\:focus-within\:order-12:focus-within {
    order: 12;
  }

  .sm\:focus-within\:order-first:focus-within {
    order: -9999;
  }

  .sm\:focus-within\:order-last:focus-within {
    order: 9999;
  }

  .sm\:focus-within\:order-none:focus-within {
    order: 0;
  }

  .sm\:first\:order-1:first-child {
    order: 1;
  }

  .sm\:first\:order-2:first-child {
    order: 2;
  }

  .sm\:first\:order-3:first-child {
    order: 3;
  }

  .sm\:first\:order-4:first-child {
    order: 4;
  }

  .sm\:first\:order-5:first-child {
    order: 5;
  }

  .sm\:first\:order-6:first-child {
    order: 6;
  }

  .sm\:first\:order-7:first-child {
    order: 7;
  }

  .sm\:first\:order-8:first-child {
    order: 8;
  }

  .sm\:first\:order-9:first-child {
    order: 9;
  }

  .sm\:first\:order-10:first-child {
    order: 10;
  }

  .sm\:first\:order-11:first-child {
    order: 11;
  }

  .sm\:first\:order-12:first-child {
    order: 12;
  }

  .sm\:first\:order-first:first-child {
    order: -9999;
  }

  .sm\:first\:order-last:first-child {
    order: 9999;
  }

  .sm\:first\:order-none:first-child {
    order: 0;
  }

  .sm\:last\:order-1:last-child {
    order: 1;
  }

  .sm\:last\:order-2:last-child {
    order: 2;
  }

  .sm\:last\:order-3:last-child {
    order: 3;
  }

  .sm\:last\:order-4:last-child {
    order: 4;
  }

  .sm\:last\:order-5:last-child {
    order: 5;
  }

  .sm\:last\:order-6:last-child {
    order: 6;
  }

  .sm\:last\:order-7:last-child {
    order: 7;
  }

  .sm\:last\:order-8:last-child {
    order: 8;
  }

  .sm\:last\:order-9:last-child {
    order: 9;
  }

  .sm\:last\:order-10:last-child {
    order: 10;
  }

  .sm\:last\:order-11:last-child {
    order: 11;
  }

  .sm\:last\:order-12:last-child {
    order: 12;
  }

  .sm\:last\:order-first:last-child {
    order: -9999;
  }

  .sm\:last\:order-last:last-child {
    order: 9999;
  }

  .sm\:last\:order-none:last-child {
    order: 0;
  }

  .sm\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .sm\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .sm\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .sm\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .sm\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .sm\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .sm\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .sm\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .sm\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .sm\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .sm\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .sm\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .sm\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .sm\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .sm\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .sm\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .sm\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .sm\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .sm\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .sm\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .sm\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .sm\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .sm\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .sm\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .sm\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .sm\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .sm\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .sm\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .sm\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .sm\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .sm\:hover\:order-1:hover {
    order: 1;
  }

  .sm\:hover\:order-2:hover {
    order: 2;
  }

  .sm\:hover\:order-3:hover {
    order: 3;
  }

  .sm\:hover\:order-4:hover {
    order: 4;
  }

  .sm\:hover\:order-5:hover {
    order: 5;
  }

  .sm\:hover\:order-6:hover {
    order: 6;
  }

  .sm\:hover\:order-7:hover {
    order: 7;
  }

  .sm\:hover\:order-8:hover {
    order: 8;
  }

  .sm\:hover\:order-9:hover {
    order: 9;
  }

  .sm\:hover\:order-10:hover {
    order: 10;
  }

  .sm\:hover\:order-11:hover {
    order: 11;
  }

  .sm\:hover\:order-12:hover {
    order: 12;
  }

  .sm\:hover\:order-first:hover {
    order: -9999;
  }

  .sm\:hover\:order-last:hover {
    order: 9999;
  }

  .sm\:hover\:order-none:hover {
    order: 0;
  }

  .sm\:focus\:order-1:focus {
    order: 1;
  }

  .sm\:focus\:order-2:focus {
    order: 2;
  }

  .sm\:focus\:order-3:focus {
    order: 3;
  }

  .sm\:focus\:order-4:focus {
    order: 4;
  }

  .sm\:focus\:order-5:focus {
    order: 5;
  }

  .sm\:focus\:order-6:focus {
    order: 6;
  }

  .sm\:focus\:order-7:focus {
    order: 7;
  }

  .sm\:focus\:order-8:focus {
    order: 8;
  }

  .sm\:focus\:order-9:focus {
    order: 9;
  }

  .sm\:focus\:order-10:focus {
    order: 10;
  }

  .sm\:focus\:order-11:focus {
    order: 11;
  }

  .sm\:focus\:order-12:focus {
    order: 12;
  }

  .sm\:focus\:order-first:focus {
    order: -9999;
  }

  .sm\:focus\:order-last:focus {
    order: 9999;
  }

  .sm\:focus\:order-none:focus {
    order: 0;
  }

  .sm\:active\:order-1:active {
    order: 1;
  }

  .sm\:active\:order-2:active {
    order: 2;
  }

  .sm\:active\:order-3:active {
    order: 3;
  }

  .sm\:active\:order-4:active {
    order: 4;
  }

  .sm\:active\:order-5:active {
    order: 5;
  }

  .sm\:active\:order-6:active {
    order: 6;
  }

  .sm\:active\:order-7:active {
    order: 7;
  }

  .sm\:active\:order-8:active {
    order: 8;
  }

  .sm\:active\:order-9:active {
    order: 9;
  }

  .sm\:active\:order-10:active {
    order: 10;
  }

  .sm\:active\:order-11:active {
    order: 11;
  }

  .sm\:active\:order-12:active {
    order: 12;
  }

  .sm\:active\:order-first:active {
    order: -9999;
  }

  .sm\:active\:order-last:active {
    order: 9999;
  }

  .sm\:active\:order-none:active {
    order: 0;
  }

  .sm\:visited\:order-1:visited {
    order: 1;
  }

  .sm\:visited\:order-2:visited {
    order: 2;
  }

  .sm\:visited\:order-3:visited {
    order: 3;
  }

  .sm\:visited\:order-4:visited {
    order: 4;
  }

  .sm\:visited\:order-5:visited {
    order: 5;
  }

  .sm\:visited\:order-6:visited {
    order: 6;
  }

  .sm\:visited\:order-7:visited {
    order: 7;
  }

  .sm\:visited\:order-8:visited {
    order: 8;
  }

  .sm\:visited\:order-9:visited {
    order: 9;
  }

  .sm\:visited\:order-10:visited {
    order: 10;
  }

  .sm\:visited\:order-11:visited {
    order: 11;
  }

  .sm\:visited\:order-12:visited {
    order: 12;
  }

  .sm\:visited\:order-first:visited {
    order: -9999;
  }

  .sm\:visited\:order-last:visited {
    order: 9999;
  }

  .sm\:visited\:order-none:visited {
    order: 0;
  }

  .sm\:disabled\:order-1:disabled {
    order: 1;
  }

  .sm\:disabled\:order-2:disabled {
    order: 2;
  }

  .sm\:disabled\:order-3:disabled {
    order: 3;
  }

  .sm\:disabled\:order-4:disabled {
    order: 4;
  }

  .sm\:disabled\:order-5:disabled {
    order: 5;
  }

  .sm\:disabled\:order-6:disabled {
    order: 6;
  }

  .sm\:disabled\:order-7:disabled {
    order: 7;
  }

  .sm\:disabled\:order-8:disabled {
    order: 8;
  }

  .sm\:disabled\:order-9:disabled {
    order: 9;
  }

  .sm\:disabled\:order-10:disabled {
    order: 10;
  }

  .sm\:disabled\:order-11:disabled {
    order: 11;
  }

  .sm\:disabled\:order-12:disabled {
    order: 12;
  }

  .sm\:disabled\:order-first:disabled {
    order: -9999;
  }

  .sm\:disabled\:order-last:disabled {
    order: 9999;
  }

  .sm\:disabled\:order-none:disabled {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .group:hover .sm\:group-hover\:float-right {
    float: right;
  }

  .group:hover .sm\:group-hover\:float-left {
    float: left;
  }

  .group:hover .sm\:group-hover\:float-none {
    float: none;
  }

  .sm\:focus-within\:float-right:focus-within {
    float: right;
  }

  .sm\:focus-within\:float-left:focus-within {
    float: left;
  }

  .sm\:focus-within\:float-none:focus-within {
    float: none;
  }

  .sm\:first\:float-right:first-child {
    float: right;
  }

  .sm\:first\:float-left:first-child {
    float: left;
  }

  .sm\:first\:float-none:first-child {
    float: none;
  }

  .sm\:last\:float-right:last-child {
    float: right;
  }

  .sm\:last\:float-left:last-child {
    float: left;
  }

  .sm\:last\:float-none:last-child {
    float: none;
  }

  .sm\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .sm\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .sm\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .sm\:even\:float-right:nth-child(even) {
    float: right;
  }

  .sm\:even\:float-left:nth-child(even) {
    float: left;
  }

  .sm\:even\:float-none:nth-child(even) {
    float: none;
  }

  .sm\:hover\:float-right:hover {
    float: right;
  }

  .sm\:hover\:float-left:hover {
    float: left;
  }

  .sm\:hover\:float-none:hover {
    float: none;
  }

  .sm\:focus\:float-right:focus {
    float: right;
  }

  .sm\:focus\:float-left:focus {
    float: left;
  }

  .sm\:focus\:float-none:focus {
    float: none;
  }

  .sm\:active\:float-right:active {
    float: right;
  }

  .sm\:active\:float-left:active {
    float: left;
  }

  .sm\:active\:float-none:active {
    float: none;
  }

  .sm\:visited\:float-right:visited {
    float: right;
  }

  .sm\:visited\:float-left:visited {
    float: left;
  }

  .sm\:visited\:float-none:visited {
    float: none;
  }

  .sm\:disabled\:float-right:disabled {
    float: right;
  }

  .sm\:disabled\:float-left:disabled {
    float: left;
  }

  .sm\:disabled\:float-none:disabled {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .group:hover .sm\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .sm\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .sm\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .sm\:group-hover\:clear-none {
    clear: none;
  }

  .sm\:focus-within\:clear-left:focus-within {
    clear: left;
  }

  .sm\:focus-within\:clear-right:focus-within {
    clear: right;
  }

  .sm\:focus-within\:clear-both:focus-within {
    clear: both;
  }

  .sm\:focus-within\:clear-none:focus-within {
    clear: none;
  }

  .sm\:first\:clear-left:first-child {
    clear: left;
  }

  .sm\:first\:clear-right:first-child {
    clear: right;
  }

  .sm\:first\:clear-both:first-child {
    clear: both;
  }

  .sm\:first\:clear-none:first-child {
    clear: none;
  }

  .sm\:last\:clear-left:last-child {
    clear: left;
  }

  .sm\:last\:clear-right:last-child {
    clear: right;
  }

  .sm\:last\:clear-both:last-child {
    clear: both;
  }

  .sm\:last\:clear-none:last-child {
    clear: none;
  }

  .sm\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .sm\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .sm\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .sm\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .sm\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .sm\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .sm\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .sm\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .sm\:hover\:clear-left:hover {
    clear: left;
  }

  .sm\:hover\:clear-right:hover {
    clear: right;
  }

  .sm\:hover\:clear-both:hover {
    clear: both;
  }

  .sm\:hover\:clear-none:hover {
    clear: none;
  }

  .sm\:focus\:clear-left:focus {
    clear: left;
  }

  .sm\:focus\:clear-right:focus {
    clear: right;
  }

  .sm\:focus\:clear-both:focus {
    clear: both;
  }

  .sm\:focus\:clear-none:focus {
    clear: none;
  }

  .sm\:active\:clear-left:active {
    clear: left;
  }

  .sm\:active\:clear-right:active {
    clear: right;
  }

  .sm\:active\:clear-both:active {
    clear: both;
  }

  .sm\:active\:clear-none:active {
    clear: none;
  }

  .sm\:visited\:clear-left:visited {
    clear: left;
  }

  .sm\:visited\:clear-right:visited {
    clear: right;
  }

  .sm\:visited\:clear-both:visited {
    clear: both;
  }

  .sm\:visited\:clear-none:visited {
    clear: none;
  }

  .sm\:disabled\:clear-left:disabled {
    clear: left;
  }

  .sm\:disabled\:clear-right:disabled {
    clear: right;
  }

  .sm\:disabled\:clear-both:disabled {
    clear: both;
  }

  .sm\:disabled\:clear-none:disabled {
    clear: none;
  }

  .sm\:font-sans {
    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";
  }

  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .sm\:group-hover\:font-sans {
    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";
  }

  .group:hover .sm\:group-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .sm\:group-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:focus-within\:font-sans:focus-within {
    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";
  }

  .sm\:focus-within\:font-serif:focus-within {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:focus-within\:font-mono:focus-within {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:first\:font-sans:first-child {
    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";
  }

  .sm\:first\:font-serif:first-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:first\:font-mono:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:last\:font-sans:last-child {
    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";
  }

  .sm\:last\:font-serif:last-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:last\:font-mono:last-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:odd\:font-sans:nth-child(odd) {
    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";
  }

  .sm\:odd\:font-serif:nth-child(odd) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:odd\:font-mono:nth-child(odd) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:even\:font-sans:nth-child(even) {
    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";
  }

  .sm\:even\:font-serif:nth-child(even) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:even\:font-mono:nth-child(even) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:hover\:font-sans:hover {
    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";
  }

  .sm\:hover\:font-serif:hover {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:hover\:font-mono:hover {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:focus\:font-sans:focus {
    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";
  }

  .sm\:focus\:font-serif:focus {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:focus\:font-mono:focus {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:active\:font-sans:active {
    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";
  }

  .sm\:active\:font-serif:active {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:active\:font-mono:active {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:visited\:font-sans:visited {
    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";
  }

  .sm\:visited\:font-serif:visited {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:visited\:font-mono:visited {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:disabled\:font-sans:disabled {
    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";
  }

  .sm\:disabled\:font-serif:disabled {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:disabled\:font-mono:disabled {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:font-thin {
    font-weight: 100;
  }

  .group:hover .sm\:group-hover\:font-extralight {
    font-weight: 200;
  }

  .group:hover .sm\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .sm\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .sm\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .sm\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .sm\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .sm\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .sm\:group-hover\:font-black {
    font-weight: 900;
  }

  .sm\:focus-within\:font-thin:focus-within {
    font-weight: 100;
  }

  .sm\:focus-within\:font-extralight:focus-within {
    font-weight: 200;
  }

  .sm\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .sm\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .sm\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .sm\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .sm\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .sm\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .sm\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .sm\:first\:font-thin:first-child {
    font-weight: 100;
  }

  .sm\:first\:font-extralight:first-child {
    font-weight: 200;
  }

  .sm\:first\:font-light:first-child {
    font-weight: 300;
  }

  .sm\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .sm\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .sm\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .sm\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .sm\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .sm\:first\:font-black:first-child {
    font-weight: 900;
  }

  .sm\:last\:font-thin:last-child {
    font-weight: 100;
  }

  .sm\:last\:font-extralight:last-child {
    font-weight: 200;
  }

  .sm\:last\:font-light:last-child {
    font-weight: 300;
  }

  .sm\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .sm\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .sm\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .sm\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .sm\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .sm\:last\:font-black:last-child {
    font-weight: 900;
  }

  .sm\:odd\:font-thin:nth-child(odd) {
    font-weight: 100;
  }

  .sm\:odd\:font-extralight:nth-child(odd) {
    font-weight: 200;
  }

  .sm\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .sm\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .sm\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .sm\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .sm\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .sm\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .sm\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .sm\:even\:font-thin:nth-child(even) {
    font-weight: 100;
  }

  .sm\:even\:font-extralight:nth-child(even) {
    font-weight: 200;
  }

  .sm\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .sm\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .sm\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .sm\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .sm\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .sm\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .sm\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:active\:font-thin:active {
    font-weight: 100;
  }

  .sm\:active\:font-extralight:active {
    font-weight: 200;
  }

  .sm\:active\:font-light:active {
    font-weight: 300;
  }

  .sm\:active\:font-normal:active {
    font-weight: 400;
  }

  .sm\:active\:font-medium:active {
    font-weight: 500;
  }

  .sm\:active\:font-semibold:active {
    font-weight: 600;
  }

  .sm\:active\:font-bold:active {
    font-weight: 700;
  }

  .sm\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .sm\:active\:font-black:active {
    font-weight: 900;
  }

  .sm\:visited\:font-thin:visited {
    font-weight: 100;
  }

  .sm\:visited\:font-extralight:visited {
    font-weight: 200;
  }

  .sm\:visited\:font-light:visited {
    font-weight: 300;
  }

  .sm\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .sm\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .sm\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .sm\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .sm\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .sm\:visited\:font-black:visited {
    font-weight: 900;
  }

  .sm\:disabled\:font-thin:disabled {
    font-weight: 100;
  }

  .sm\:disabled\:font-extralight:disabled {
    font-weight: 200;
  }

  .sm\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .sm\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .sm\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .sm\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .sm\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .sm\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .sm\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .sm\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .sm\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .sm\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .sm\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .sm\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .sm\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .sm\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:h-11 {
    height: 2.75rem;
  }

  .group:hover .sm\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .sm\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .sm\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .sm\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .sm\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .sm\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .sm\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .sm\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .sm\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .sm\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .sm\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .sm\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .sm\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .sm\:group-hover\:h-60 {
    height: 15rem;
  }

  .group:hover .sm\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .sm\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .sm\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .sm\:group-hover\:h-96 {
    height: 24rem;
  }

  .group:hover .sm\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .sm\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .sm\:group-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .group:hover .sm\:group-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .group:hover .sm\:group-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .group:hover .sm\:group-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .group:hover .sm\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .sm\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .sm\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .sm\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .sm\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .sm\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .sm\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .sm\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .sm\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .sm\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .sm\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .sm\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .sm\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .sm\:group-hover\:h-screen {
    height: 100vh;
  }

  .sm\:focus-within\:h-0:focus-within {
    height: 0px;
  }

  .sm\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .sm\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .sm\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .sm\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .sm\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .sm\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .sm\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .sm\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .sm\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .sm\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .sm\:focus-within\:h-11:focus-within {
    height: 2.75rem;
  }

  .sm\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .sm\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .sm\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .sm\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .sm\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .sm\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .sm\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .sm\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .sm\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .sm\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .sm\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .sm\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .sm\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .sm\:focus-within\:h-60:focus-within {
    height: 15rem;
  }

  .sm\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .sm\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .sm\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .sm\:focus-within\:h-96:focus-within {
    height: 24rem;
  }

  .sm\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .sm\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .sm\:focus-within\:h-0\.5:focus-within {
    height: 0.125rem;
  }

  .sm\:focus-within\:h-1\.5:focus-within {
    height: 0.375rem;
  }

  .sm\:focus-within\:h-2\.5:focus-within {
    height: 0.625rem;
  }

  .sm\:focus-within\:h-3\.5:focus-within {
    height: 0.875rem;
  }

  .sm\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .sm\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .sm\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .sm\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .sm\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .sm\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .sm\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .sm\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .sm\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .sm\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .sm\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .sm\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .sm\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .sm\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .sm\:first\:h-0:first-child {
    height: 0px;
  }

  .sm\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .sm\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .sm\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .sm\:first\:h-4:first-child {
    height: 1rem;
  }

  .sm\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .sm\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .sm\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .sm\:first\:h-8:first-child {
    height: 2rem;
  }

  .sm\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .sm\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .sm\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .sm\:first\:h-12:first-child {
    height: 3rem;
  }

  .sm\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .sm\:first\:h-16:first-child {
    height: 4rem;
  }

  .sm\:first\:h-20:first-child {
    height: 5rem;
  }

  .sm\:first\:h-24:first-child {
    height: 6rem;
  }

  .sm\:first\:h-28:first-child {
    height: 7rem;
  }

  .sm\:first\:h-32:first-child {
    height: 8rem;
  }

  .sm\:first\:h-36:first-child {
    height: 9rem;
  }

  .sm\:first\:h-40:first-child {
    height: 10rem;
  }

  .sm\:first\:h-44:first-child {
    height: 11rem;
  }

  .sm\:first\:h-48:first-child {
    height: 12rem;
  }

  .sm\:first\:h-52:first-child {
    height: 13rem;
  }

  .sm\:first\:h-56:first-child {
    height: 14rem;
  }

  .sm\:first\:h-60:first-child {
    height: 15rem;
  }

  .sm\:first\:h-64:first-child {
    height: 16rem;
  }

  .sm\:first\:h-72:first-child {
    height: 18rem;
  }

  .sm\:first\:h-80:first-child {
    height: 20rem;
  }

  .sm\:first\:h-96:first-child {
    height: 24rem;
  }

  .sm\:first\:h-auto:first-child {
    height: auto;
  }

  .sm\:first\:h-px:first-child {
    height: 1px;
  }

  .sm\:first\:h-0\.5:first-child {
    height: 0.125rem;
  }

  .sm\:first\:h-1\.5:first-child {
    height: 0.375rem;
  }

  .sm\:first\:h-2\.5:first-child {
    height: 0.625rem;
  }

  .sm\:first\:h-3\.5:first-child {
    height: 0.875rem;
  }

  .sm\:first\:h-1\/2:first-child {
    height: 50%;
  }

  .sm\:first\:h-1\/3:first-child {
    height: 33.333333%;
  }

  .sm\:first\:h-2\/3:first-child {
    height: 66.666667%;
  }

  .sm\:first\:h-1\/4:first-child {
    height: 25%;
  }

  .sm\:first\:h-2\/4:first-child {
    height: 50%;
  }

  .sm\:first\:h-3\/4:first-child {
    height: 75%;
  }

  .sm\:first\:h-1\/5:first-child {
    height: 20%;
  }

  .sm\:first\:h-2\/5:first-child {
    height: 40%;
  }

  .sm\:first\:h-3\/5:first-child {
    height: 60%;
  }

  .sm\:first\:h-4\/5:first-child {
    height: 80%;
  }

  .sm\:first\:h-1\/6:first-child {
    height: 16.666667%;
  }

  .sm\:first\:h-2\/6:first-child {
    height: 33.333333%;
  }

  .sm\:first\:h-3\/6:first-child {
    height: 50%;
  }

  .sm\:first\:h-4\/6:first-child {
    height: 66.666667%;
  }

  .sm\:first\:h-5\/6:first-child {
    height: 83.333333%;
  }

  .sm\:first\:h-full:first-child {
    height: 100%;
  }

  .sm\:first\:h-screen:first-child {
    height: 100vh;
  }

  .sm\:last\:h-0:last-child {
    height: 0px;
  }

  .sm\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .sm\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .sm\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .sm\:last\:h-4:last-child {
    height: 1rem;
  }

  .sm\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .sm\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .sm\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .sm\:last\:h-8:last-child {
    height: 2rem;
  }

  .sm\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .sm\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .sm\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .sm\:last\:h-12:last-child {
    height: 3rem;
  }

  .sm\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .sm\:last\:h-16:last-child {
    height: 4rem;
  }

  .sm\:last\:h-20:last-child {
    height: 5rem;
  }

  .sm\:last\:h-24:last-child {
    height: 6rem;
  }

  .sm\:last\:h-28:last-child {
    height: 7rem;
  }

  .sm\:last\:h-32:last-child {
    height: 8rem;
  }

  .sm\:last\:h-36:last-child {
    height: 9rem;
  }

  .sm\:last\:h-40:last-child {
    height: 10rem;
  }

  .sm\:last\:h-44:last-child {
    height: 11rem;
  }

  .sm\:last\:h-48:last-child {
    height: 12rem;
  }

  .sm\:last\:h-52:last-child {
    height: 13rem;
  }

  .sm\:last\:h-56:last-child {
    height: 14rem;
  }

  .sm\:last\:h-60:last-child {
    height: 15rem;
  }

  .sm\:last\:h-64:last-child {
    height: 16rem;
  }

  .sm\:last\:h-72:last-child {
    height: 18rem;
  }

  .sm\:last\:h-80:last-child {
    height: 20rem;
  }

  .sm\:last\:h-96:last-child {
    height: 24rem;
  }

  .sm\:last\:h-auto:last-child {
    height: auto;
  }

  .sm\:last\:h-px:last-child {
    height: 1px;
  }

  .sm\:last\:h-0\.5:last-child {
    height: 0.125rem;
  }

  .sm\:last\:h-1\.5:last-child {
    height: 0.375rem;
  }

  .sm\:last\:h-2\.5:last-child {
    height: 0.625rem;
  }

  .sm\:last\:h-3\.5:last-child {
    height: 0.875rem;
  }

  .sm\:last\:h-1\/2:last-child {
    height: 50%;
  }

  .sm\:last\:h-1\/3:last-child {
    height: 33.333333%;
  }

  .sm\:last\:h-2\/3:last-child {
    height: 66.666667%;
  }

  .sm\:last\:h-1\/4:last-child {
    height: 25%;
  }

  .sm\:last\:h-2\/4:last-child {
    height: 50%;
  }

  .sm\:last\:h-3\/4:last-child {
    height: 75%;
  }

  .sm\:last\:h-1\/5:last-child {
    height: 20%;
  }

  .sm\:last\:h-2\/5:last-child {
    height: 40%;
  }

  .sm\:last\:h-3\/5:last-child {
    height: 60%;
  }

  .sm\:last\:h-4\/5:last-child {
    height: 80%;
  }

  .sm\:last\:h-1\/6:last-child {
    height: 16.666667%;
  }

  .sm\:last\:h-2\/6:last-child {
    height: 33.333333%;
  }

  .sm\:last\:h-3\/6:last-child {
    height: 50%;
  }

  .sm\:last\:h-4\/6:last-child {
    height: 66.666667%;
  }

  .sm\:last\:h-5\/6:last-child {
    height: 83.333333%;
  }

  .sm\:last\:h-full:last-child {
    height: 100%;
  }

  .sm\:last\:h-screen:last-child {
    height: 100vh;
  }

  .sm\:odd\:h-0:nth-child(odd) {
    height: 0px;
  }

  .sm\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .sm\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .sm\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .sm\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .sm\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .sm\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .sm\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .sm\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .sm\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .sm\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .sm\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .sm\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .sm\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .sm\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .sm\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .sm\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .sm\:odd\:h-28:nth-child(odd) {
    height: 7rem;
  }

  .sm\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .sm\:odd\:h-36:nth-child(odd) {
    height: 9rem;
  }

  .sm\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .sm\:odd\:h-44:nth-child(odd) {
    height: 11rem;
  }

  .sm\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .sm\:odd\:h-52:nth-child(odd) {
    height: 13rem;
  }

  .sm\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .sm\:odd\:h-60:nth-child(odd) {
    height: 15rem;
  }

  .sm\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .sm\:odd\:h-72:nth-child(odd) {
    height: 18rem;
  }

  .sm\:odd\:h-80:nth-child(odd) {
    height: 20rem;
  }

  .sm\:odd\:h-96:nth-child(odd) {
    height: 24rem;
  }

  .sm\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .sm\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .sm\:odd\:h-0\.5:nth-child(odd) {
    height: 0.125rem;
  }

  .sm\:odd\:h-1\.5:nth-child(odd) {
    height: 0.375rem;
  }

  .sm\:odd\:h-2\.5:nth-child(odd) {
    height: 0.625rem;
  }

  .sm\:odd\:h-3\.5:nth-child(odd) {
    height: 0.875rem;
  }

  .sm\:odd\:h-1\/2:nth-child(odd) {
    height: 50%;
  }

  .sm\:odd\:h-1\/3:nth-child(odd) {
    height: 33.333333%;
  }

  .sm\:odd\:h-2\/3:nth-child(odd) {
    height: 66.666667%;
  }

  .sm\:odd\:h-1\/4:nth-child(odd) {
    height: 25%;
  }

  .sm\:odd\:h-2\/4:nth-child(odd) {
    height: 50%;
  }

  .sm\:odd\:h-3\/4:nth-child(odd) {
    height: 75%;
  }

  .sm\:odd\:h-1\/5:nth-child(odd) {
    height: 20%;
  }

  .sm\:odd\:h-2\/5:nth-child(odd) {
    height: 40%;
  }

  .sm\:odd\:h-3\/5:nth-child(odd) {
    height: 60%;
  }

  .sm\:odd\:h-4\/5:nth-child(odd) {
    height: 80%;
  }

  .sm\:odd\:h-1\/6:nth-child(odd) {
    height: 16.666667%;
  }

  .sm\:odd\:h-2\/6:nth-child(odd) {
    height: 33.333333%;
  }

  .sm\:odd\:h-3\/6:nth-child(odd) {
    height: 50%;
  }

  .sm\:odd\:h-4\/6:nth-child(odd) {
    height: 66.666667%;
  }

  .sm\:odd\:h-5\/6:nth-child(odd) {
    height: 83.333333%;
  }

  .sm\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .sm\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .sm\:even\:h-0:nth-child(even) {
    height: 0px;
  }

  .sm\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .sm\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .sm\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .sm\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .sm\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .sm\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .sm\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .sm\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .sm\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .sm\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .sm\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .sm\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .sm\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .sm\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .sm\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .sm\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .sm\:even\:h-28:nth-child(even) {
    height: 7rem;
  }

  .sm\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .sm\:even\:h-36:nth-child(even) {
    height: 9rem;
  }

  .sm\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .sm\:even\:h-44:nth-child(even) {
    height: 11rem;
  }

  .sm\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .sm\:even\:h-52:nth-child(even) {
    height: 13rem;
  }

  .sm\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .sm\:even\:h-60:nth-child(even) {
    height: 15rem;
  }

  .sm\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .sm\:even\:h-72:nth-child(even) {
    height: 18rem;
  }

  .sm\:even\:h-80:nth-child(even) {
    height: 20rem;
  }

  .sm\:even\:h-96:nth-child(even) {
    height: 24rem;
  }

  .sm\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .sm\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .sm\:even\:h-0\.5:nth-child(even) {
    height: 0.125rem;
  }

  .sm\:even\:h-1\.5:nth-child(even) {
    height: 0.375rem;
  }

  .sm\:even\:h-2\.5:nth-child(even) {
    height: 0.625rem;
  }

  .sm\:even\:h-3\.5:nth-child(even) {
    height: 0.875rem;
  }

  .sm\:even\:h-1\/2:nth-child(even) {
    height: 50%;
  }

  .sm\:even\:h-1\/3:nth-child(even) {
    height: 33.333333%;
  }

  .sm\:even\:h-2\/3:nth-child(even) {
    height: 66.666667%;
  }

  .sm\:even\:h-1\/4:nth-child(even) {
    height: 25%;
  }

  .sm\:even\:h-2\/4:nth-child(even) {
    height: 50%;
  }

  .sm\:even\:h-3\/4:nth-child(even) {
    height: 75%;
  }

  .sm\:even\:h-1\/5:nth-child(even) {
    height: 20%;
  }

  .sm\:even\:h-2\/5:nth-child(even) {
    height: 40%;
  }

  .sm\:even\:h-3\/5:nth-child(even) {
    height: 60%;
  }

  .sm\:even\:h-4\/5:nth-child(even) {
    height: 80%;
  }

  .sm\:even\:h-1\/6:nth-child(even) {
    height: 16.666667%;
  }

  .sm\:even\:h-2\/6:nth-child(even) {
    height: 33.333333%;
  }

  .sm\:even\:h-3\/6:nth-child(even) {
    height: 50%;
  }

  .sm\:even\:h-4\/6:nth-child(even) {
    height: 66.666667%;
  }

  .sm\:even\:h-5\/6:nth-child(even) {
    height: 83.333333%;
  }

  .sm\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .sm\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .sm\:hover\:h-0:hover {
    height: 0px;
  }

  .sm\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .sm\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .sm\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .sm\:hover\:h-4:hover {
    height: 1rem;
  }

  .sm\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .sm\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .sm\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .sm\:hover\:h-8:hover {
    height: 2rem;
  }

  .sm\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .sm\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .sm\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .sm\:hover\:h-12:hover {
    height: 3rem;
  }

  .sm\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .sm\:hover\:h-16:hover {
    height: 4rem;
  }

  .sm\:hover\:h-20:hover {
    height: 5rem;
  }

  .sm\:hover\:h-24:hover {
    height: 6rem;
  }

  .sm\:hover\:h-28:hover {
    height: 7rem;
  }

  .sm\:hover\:h-32:hover {
    height: 8rem;
  }

  .sm\:hover\:h-36:hover {
    height: 9rem;
  }

  .sm\:hover\:h-40:hover {
    height: 10rem;
  }

  .sm\:hover\:h-44:hover {
    height: 11rem;
  }

  .sm\:hover\:h-48:hover {
    height: 12rem;
  }

  .sm\:hover\:h-52:hover {
    height: 13rem;
  }

  .sm\:hover\:h-56:hover {
    height: 14rem;
  }

  .sm\:hover\:h-60:hover {
    height: 15rem;
  }

  .sm\:hover\:h-64:hover {
    height: 16rem;
  }

  .sm\:hover\:h-72:hover {
    height: 18rem;
  }

  .sm\:hover\:h-80:hover {
    height: 20rem;
  }

  .sm\:hover\:h-96:hover {
    height: 24rem;
  }

  .sm\:hover\:h-auto:hover {
    height: auto;
  }

  .sm\:hover\:h-px:hover {
    height: 1px;
  }

  .sm\:hover\:h-0\.5:hover {
    height: 0.125rem;
  }

  .sm\:hover\:h-1\.5:hover {
    height: 0.375rem;
  }

  .sm\:hover\:h-2\.5:hover {
    height: 0.625rem;
  }

  .sm\:hover\:h-3\.5:hover {
    height: 0.875rem;
  }

  .sm\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .sm\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .sm\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .sm\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .sm\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .sm\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .sm\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .sm\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .sm\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .sm\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .sm\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .sm\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .sm\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .sm\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .sm\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .sm\:hover\:h-full:hover {
    height: 100%;
  }

  .sm\:hover\:h-screen:hover {
    height: 100vh;
  }

  .sm\:focus\:h-0:focus {
    height: 0px;
  }

  .sm\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .sm\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .sm\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .sm\:focus\:h-4:focus {
    height: 1rem;
  }

  .sm\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .sm\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .sm\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .sm\:focus\:h-8:focus {
    height: 2rem;
  }

  .sm\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .sm\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .sm\:focus\:h-11:focus {
    height: 2.75rem;
  }

  .sm\:focus\:h-12:focus {
    height: 3rem;
  }

  .sm\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .sm\:focus\:h-16:focus {
    height: 4rem;
  }

  .sm\:focus\:h-20:focus {
    height: 5rem;
  }

  .sm\:focus\:h-24:focus {
    height: 6rem;
  }

  .sm\:focus\:h-28:focus {
    height: 7rem;
  }

  .sm\:focus\:h-32:focus {
    height: 8rem;
  }

  .sm\:focus\:h-36:focus {
    height: 9rem;
  }

  .sm\:focus\:h-40:focus {
    height: 10rem;
  }

  .sm\:focus\:h-44:focus {
    height: 11rem;
  }

  .sm\:focus\:h-48:focus {
    height: 12rem;
  }

  .sm\:focus\:h-52:focus {
    height: 13rem;
  }

  .sm\:focus\:h-56:focus {
    height: 14rem;
  }

  .sm\:focus\:h-60:focus {
    height: 15rem;
  }

  .sm\:focus\:h-64:focus {
    height: 16rem;
  }

  .sm\:focus\:h-72:focus {
    height: 18rem;
  }

  .sm\:focus\:h-80:focus {
    height: 20rem;
  }

  .sm\:focus\:h-96:focus {
    height: 24rem;
  }

  .sm\:focus\:h-auto:focus {
    height: auto;
  }

  .sm\:focus\:h-px:focus {
    height: 1px;
  }

  .sm\:focus\:h-0\.5:focus {
    height: 0.125rem;
  }

  .sm\:focus\:h-1\.5:focus {
    height: 0.375rem;
  }

  .sm\:focus\:h-2\.5:focus {
    height: 0.625rem;
  }

  .sm\:focus\:h-3\.5:focus {
    height: 0.875rem;
  }

  .sm\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .sm\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .sm\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .sm\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .sm\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .sm\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .sm\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .sm\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .sm\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .sm\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .sm\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .sm\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .sm\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .sm\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .sm\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .sm\:focus\:h-full:focus {
    height: 100%;
  }

  .sm\:focus\:h-screen:focus {
    height: 100vh;
  }

  .sm\:active\:h-0:active {
    height: 0px;
  }

  .sm\:active\:h-1:active {
    height: 0.25rem;
  }

  .sm\:active\:h-2:active {
    height: 0.5rem;
  }

  .sm\:active\:h-3:active {
    height: 0.75rem;
  }

  .sm\:active\:h-4:active {
    height: 1rem;
  }

  .sm\:active\:h-5:active {
    height: 1.25rem;
  }

  .sm\:active\:h-6:active {
    height: 1.5rem;
  }

  .sm\:active\:h-7:active {
    height: 1.75rem;
  }

  .sm\:active\:h-8:active {
    height: 2rem;
  }

  .sm\:active\:h-9:active {
    height: 2.25rem;
  }

  .sm\:active\:h-10:active {
    height: 2.5rem;
  }

  .sm\:active\:h-11:active {
    height: 2.75rem;
  }

  .sm\:active\:h-12:active {
    height: 3rem;
  }

  .sm\:active\:h-14:active {
    height: 3.5rem;
  }

  .sm\:active\:h-16:active {
    height: 4rem;
  }

  .sm\:active\:h-20:active {
    height: 5rem;
  }

  .sm\:active\:h-24:active {
    height: 6rem;
  }

  .sm\:active\:h-28:active {
    height: 7rem;
  }

  .sm\:active\:h-32:active {
    height: 8rem;
  }

  .sm\:active\:h-36:active {
    height: 9rem;
  }

  .sm\:active\:h-40:active {
    height: 10rem;
  }

  .sm\:active\:h-44:active {
    height: 11rem;
  }

  .sm\:active\:h-48:active {
    height: 12rem;
  }

  .sm\:active\:h-52:active {
    height: 13rem;
  }

  .sm\:active\:h-56:active {
    height: 14rem;
  }

  .sm\:active\:h-60:active {
    height: 15rem;
  }

  .sm\:active\:h-64:active {
    height: 16rem;
  }

  .sm\:active\:h-72:active {
    height: 18rem;
  }

  .sm\:active\:h-80:active {
    height: 20rem;
  }

  .sm\:active\:h-96:active {
    height: 24rem;
  }

  .sm\:active\:h-auto:active {
    height: auto;
  }

  .sm\:active\:h-px:active {
    height: 1px;
  }

  .sm\:active\:h-0\.5:active {
    height: 0.125rem;
  }

  .sm\:active\:h-1\.5:active {
    height: 0.375rem;
  }

  .sm\:active\:h-2\.5:active {
    height: 0.625rem;
  }

  .sm\:active\:h-3\.5:active {
    height: 0.875rem;
  }

  .sm\:active\:h-1\/2:active {
    height: 50%;
  }

  .sm\:active\:h-1\/3:active {
    height: 33.333333%;
  }

  .sm\:active\:h-2\/3:active {
    height: 66.666667%;
  }

  .sm\:active\:h-1\/4:active {
    height: 25%;
  }

  .sm\:active\:h-2\/4:active {
    height: 50%;
  }

  .sm\:active\:h-3\/4:active {
    height: 75%;
  }

  .sm\:active\:h-1\/5:active {
    height: 20%;
  }

  .sm\:active\:h-2\/5:active {
    height: 40%;
  }

  .sm\:active\:h-3\/5:active {
    height: 60%;
  }

  .sm\:active\:h-4\/5:active {
    height: 80%;
  }

  .sm\:active\:h-1\/6:active {
    height: 16.666667%;
  }

  .sm\:active\:h-2\/6:active {
    height: 33.333333%;
  }

  .sm\:active\:h-3\/6:active {
    height: 50%;
  }

  .sm\:active\:h-4\/6:active {
    height: 66.666667%;
  }

  .sm\:active\:h-5\/6:active {
    height: 83.333333%;
  }

  .sm\:active\:h-full:active {
    height: 100%;
  }

  .sm\:active\:h-screen:active {
    height: 100vh;
  }

  .sm\:visited\:h-0:visited {
    height: 0px;
  }

  .sm\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .sm\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .sm\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .sm\:visited\:h-4:visited {
    height: 1rem;
  }

  .sm\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .sm\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .sm\:visited\:h-7:visited {
    height: 1.75rem;
  }

  .sm\:visited\:h-8:visited {
    height: 2rem;
  }

  .sm\:visited\:h-9:visited {
    height: 2.25rem;
  }

  .sm\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .sm\:visited\:h-11:visited {
    height: 2.75rem;
  }

  .sm\:visited\:h-12:visited {
    height: 3rem;
  }

  .sm\:visited\:h-14:visited {
    height: 3.5rem;
  }

  .sm\:visited\:h-16:visited {
    height: 4rem;
  }

  .sm\:visited\:h-20:visited {
    height: 5rem;
  }

  .sm\:visited\:h-24:visited {
    height: 6rem;
  }

  .sm\:visited\:h-28:visited {
    height: 7rem;
  }

  .sm\:visited\:h-32:visited {
    height: 8rem;
  }

  .sm\:visited\:h-36:visited {
    height: 9rem;
  }

  .sm\:visited\:h-40:visited {
    height: 10rem;
  }

  .sm\:visited\:h-44:visited {
    height: 11rem;
  }

  .sm\:visited\:h-48:visited {
    height: 12rem;
  }

  .sm\:visited\:h-52:visited {
    height: 13rem;
  }

  .sm\:visited\:h-56:visited {
    height: 14rem;
  }

  .sm\:visited\:h-60:visited {
    height: 15rem;
  }

  .sm\:visited\:h-64:visited {
    height: 16rem;
  }

  .sm\:visited\:h-72:visited {
    height: 18rem;
  }

  .sm\:visited\:h-80:visited {
    height: 20rem;
  }

  .sm\:visited\:h-96:visited {
    height: 24rem;
  }

  .sm\:visited\:h-auto:visited {
    height: auto;
  }

  .sm\:visited\:h-px:visited {
    height: 1px;
  }

  .sm\:visited\:h-0\.5:visited {
    height: 0.125rem;
  }

  .sm\:visited\:h-1\.5:visited {
    height: 0.375rem;
  }

  .sm\:visited\:h-2\.5:visited {
    height: 0.625rem;
  }

  .sm\:visited\:h-3\.5:visited {
    height: 0.875rem;
  }

  .sm\:visited\:h-1\/2:visited {
    height: 50%;
  }

  .sm\:visited\:h-1\/3:visited {
    height: 33.333333%;
  }

  .sm\:visited\:h-2\/3:visited {
    height: 66.666667%;
  }

  .sm\:visited\:h-1\/4:visited {
    height: 25%;
  }

  .sm\:visited\:h-2\/4:visited {
    height: 50%;
  }

  .sm\:visited\:h-3\/4:visited {
    height: 75%;
  }

  .sm\:visited\:h-1\/5:visited {
    height: 20%;
  }

  .sm\:visited\:h-2\/5:visited {
    height: 40%;
  }

  .sm\:visited\:h-3\/5:visited {
    height: 60%;
  }

  .sm\:visited\:h-4\/5:visited {
    height: 80%;
  }

  .sm\:visited\:h-1\/6:visited {
    height: 16.666667%;
  }

  .sm\:visited\:h-2\/6:visited {
    height: 33.333333%;
  }

  .sm\:visited\:h-3\/6:visited {
    height: 50%;
  }

  .sm\:visited\:h-4\/6:visited {
    height: 66.666667%;
  }

  .sm\:visited\:h-5\/6:visited {
    height: 83.333333%;
  }

  .sm\:visited\:h-full:visited {
    height: 100%;
  }

  .sm\:visited\:h-screen:visited {
    height: 100vh;
  }

  .sm\:disabled\:h-0:disabled {
    height: 0px;
  }

  .sm\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .sm\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .sm\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .sm\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .sm\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .sm\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .sm\:disabled\:h-7:disabled {
    height: 1.75rem;
  }

  .sm\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .sm\:disabled\:h-9:disabled {
    height: 2.25rem;
  }

  .sm\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .sm\:disabled\:h-11:disabled {
    height: 2.75rem;
  }

  .sm\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .sm\:disabled\:h-14:disabled {
    height: 3.5rem;
  }

  .sm\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .sm\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .sm\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .sm\:disabled\:h-28:disabled {
    height: 7rem;
  }

  .sm\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .sm\:disabled\:h-36:disabled {
    height: 9rem;
  }

  .sm\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .sm\:disabled\:h-44:disabled {
    height: 11rem;
  }

  .sm\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .sm\:disabled\:h-52:disabled {
    height: 13rem;
  }

  .sm\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .sm\:disabled\:h-60:disabled {
    height: 15rem;
  }

  .sm\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .sm\:disabled\:h-72:disabled {
    height: 18rem;
  }

  .sm\:disabled\:h-80:disabled {
    height: 20rem;
  }

  .sm\:disabled\:h-96:disabled {
    height: 24rem;
  }

  .sm\:disabled\:h-auto:disabled {
    height: auto;
  }

  .sm\:disabled\:h-px:disabled {
    height: 1px;
  }

  .sm\:disabled\:h-0\.5:disabled {
    height: 0.125rem;
  }

  .sm\:disabled\:h-1\.5:disabled {
    height: 0.375rem;
  }

  .sm\:disabled\:h-2\.5:disabled {
    height: 0.625rem;
  }

  .sm\:disabled\:h-3\.5:disabled {
    height: 0.875rem;
  }

  .sm\:disabled\:h-1\/2:disabled {
    height: 50%;
  }

  .sm\:disabled\:h-1\/3:disabled {
    height: 33.333333%;
  }

  .sm\:disabled\:h-2\/3:disabled {
    height: 66.666667%;
  }

  .sm\:disabled\:h-1\/4:disabled {
    height: 25%;
  }

  .sm\:disabled\:h-2\/4:disabled {
    height: 50%;
  }

  .sm\:disabled\:h-3\/4:disabled {
    height: 75%;
  }

  .sm\:disabled\:h-1\/5:disabled {
    height: 20%;
  }

  .sm\:disabled\:h-2\/5:disabled {
    height: 40%;
  }

  .sm\:disabled\:h-3\/5:disabled {
    height: 60%;
  }

  .sm\:disabled\:h-4\/5:disabled {
    height: 80%;
  }

  .sm\:disabled\:h-1\/6:disabled {
    height: 16.666667%;
  }

  .sm\:disabled\:h-2\/6:disabled {
    height: 33.333333%;
  }

  .sm\:disabled\:h-3\/6:disabled {
    height: 50%;
  }

  .sm\:disabled\:h-4\/6:disabled {
    height: 66.666667%;
  }

  .sm\:disabled\:h-5\/6:disabled {
    height: 83.333333%;
  }

  .sm\:disabled\:h-full:disabled {
    height: 100%;
  }

  .sm\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .group:hover .sm\:group-hover\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:hover .sm\:group-hover\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .group:hover .sm\:group-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:focus-within\:text-base:focus-within {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:focus-within\:text-6xl:focus-within {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:focus-within\:text-7xl:focus-within {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:focus-within\:text-8xl:focus-within {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:focus-within\:text-9xl:focus-within {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:first\:text-xs:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:first\:text-sm:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:first\:text-base:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:first\:text-lg:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:first\:text-xl:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:first\:text-2xl:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:first\:text-3xl:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:first\:text-4xl:first-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:first\:text-5xl:first-child {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:first\:text-6xl:first-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:first\:text-7xl:first-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:first\:text-8xl:first-child {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:first\:text-9xl:first-child {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:last\:text-xs:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:last\:text-sm:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:last\:text-base:last-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:last\:text-xl:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:last\:text-2xl:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:last\:text-3xl:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:last\:text-4xl:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:last\:text-5xl:last-child {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:last\:text-6xl:last-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:last\:text-7xl:last-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:last\:text-8xl:last-child {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:last\:text-9xl:last-child {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:odd\:text-6xl:nth-child(odd) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:odd\:text-7xl:nth-child(odd) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:odd\:text-8xl:nth-child(odd) {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:odd\:text-9xl:nth-child(odd) {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:even\:text-base:nth-child(even) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:even\:text-6xl:nth-child(even) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:even\:text-7xl:nth-child(even) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:even\:text-8xl:nth-child(even) {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:even\:text-9xl:nth-child(even) {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:active\:text-xs:active {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:active\:text-sm:active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:active\:text-base:active {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:active\:text-lg:active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:active\:text-xl:active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:active\:text-2xl:active {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:active\:text-3xl:active {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:active\:text-4xl:active {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:active\:text-5xl:active {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:active\:text-6xl:active {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:active\:text-7xl:active {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:active\:text-8xl:active {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:active\:text-9xl:active {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:visited\:text-xs:visited {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:visited\:text-sm:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:visited\:text-base:visited {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:visited\:text-lg:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:visited\:text-xl:visited {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:visited\:text-2xl:visited {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:visited\:text-3xl:visited {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:visited\:text-4xl:visited {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:visited\:text-5xl:visited {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:visited\:text-6xl:visited {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:visited\:text-7xl:visited {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:visited\:text-8xl:visited {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:visited\:text-9xl:visited {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:disabled\:text-base:disabled {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:disabled\:text-5xl:disabled {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:disabled\:text-6xl:disabled {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:disabled\:text-7xl:disabled {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:disabled\:text-8xl:disabled {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:disabled\:text-9xl:disabled {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .group:hover .sm\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .sm\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .sm\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .sm\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .sm\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .sm\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .sm\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .sm\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .sm\:group-hover\:leading-loose {
    line-height: 2;
  }

  .sm\:focus-within\:leading-3:focus-within {
    line-height: .75rem;
  }

  .sm\:focus-within\:leading-4:focus-within {
    line-height: 1rem;
  }

  .sm\:focus-within\:leading-5:focus-within {
    line-height: 1.25rem;
  }

  .sm\:focus-within\:leading-6:focus-within {
    line-height: 1.5rem;
  }

  .sm\:focus-within\:leading-7:focus-within {
    line-height: 1.75rem;
  }

  .sm\:focus-within\:leading-8:focus-within {
    line-height: 2rem;
  }

  .sm\:focus-within\:leading-9:focus-within {
    line-height: 2.25rem;
  }

  .sm\:focus-within\:leading-10:focus-within {
    line-height: 2.5rem;
  }

  .sm\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .sm\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .sm\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .sm\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .sm\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .sm\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .sm\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .sm\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .sm\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .sm\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .sm\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .sm\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .sm\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .sm\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .sm\:first\:leading-none:first-child {
    line-height: 1;
  }

  .sm\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .sm\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .sm\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .sm\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .sm\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .sm\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .sm\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .sm\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .sm\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .sm\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .sm\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .sm\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .sm\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .sm\:last\:leading-none:last-child {
    line-height: 1;
  }

  .sm\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .sm\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .sm\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .sm\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .sm\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .sm\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .sm\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .sm\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .sm\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .sm\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .sm\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .sm\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .sm\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .sm\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .sm\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .sm\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .sm\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .sm\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .sm\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .sm\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .sm\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .sm\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .sm\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .sm\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .sm\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .sm\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .sm\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .sm\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .sm\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .sm\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .sm\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .sm\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .sm\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .sm\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .sm\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .sm\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .sm\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .sm\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .sm\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .sm\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .sm\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .sm\:hover\:leading-none:hover {
    line-height: 1;
  }

  .sm\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .sm\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .sm\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .sm\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .sm\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .sm\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .sm\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .sm\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .sm\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .sm\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .sm\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .sm\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .sm\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .sm\:focus\:leading-none:focus {
    line-height: 1;
  }

  .sm\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .sm\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .sm\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .sm\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .sm\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .sm\:active\:leading-3:active {
    line-height: .75rem;
  }

  .sm\:active\:leading-4:active {
    line-height: 1rem;
  }

  .sm\:active\:leading-5:active {
    line-height: 1.25rem;
  }

  .sm\:active\:leading-6:active {
    line-height: 1.5rem;
  }

  .sm\:active\:leading-7:active {
    line-height: 1.75rem;
  }

  .sm\:active\:leading-8:active {
    line-height: 2rem;
  }

  .sm\:active\:leading-9:active {
    line-height: 2.25rem;
  }

  .sm\:active\:leading-10:active {
    line-height: 2.5rem;
  }

  .sm\:active\:leading-none:active {
    line-height: 1;
  }

  .sm\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .sm\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .sm\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .sm\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .sm\:active\:leading-loose:active {
    line-height: 2;
  }

  .sm\:visited\:leading-3:visited {
    line-height: .75rem;
  }

  .sm\:visited\:leading-4:visited {
    line-height: 1rem;
  }

  .sm\:visited\:leading-5:visited {
    line-height: 1.25rem;
  }

  .sm\:visited\:leading-6:visited {
    line-height: 1.5rem;
  }

  .sm\:visited\:leading-7:visited {
    line-height: 1.75rem;
  }

  .sm\:visited\:leading-8:visited {
    line-height: 2rem;
  }

  .sm\:visited\:leading-9:visited {
    line-height: 2.25rem;
  }

  .sm\:visited\:leading-10:visited {
    line-height: 2.5rem;
  }

  .sm\:visited\:leading-none:visited {
    line-height: 1;
  }

  .sm\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .sm\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .sm\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .sm\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .sm\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .sm\:disabled\:leading-3:disabled {
    line-height: .75rem;
  }

  .sm\:disabled\:leading-4:disabled {
    line-height: 1rem;
  }

  .sm\:disabled\:leading-5:disabled {
    line-height: 1.25rem;
  }

  .sm\:disabled\:leading-6:disabled {
    line-height: 1.5rem;
  }

  .sm\:disabled\:leading-7:disabled {
    line-height: 1.75rem;
  }

  .sm\:disabled\:leading-8:disabled {
    line-height: 2rem;
  }

  .sm\:disabled\:leading-9:disabled {
    line-height: 2.25rem;
  }

  .sm\:disabled\:leading-10:disabled {
    line-height: 2.5rem;
  }

  .sm\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .sm\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .sm\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .sm\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .sm\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .sm\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .group:hover .sm\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .sm\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .sm\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .sm\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .sm\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .sm\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .sm\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .sm\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .sm\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .sm\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .sm\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .sm\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .sm\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .sm\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .sm\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .sm\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .sm\:active\:list-inside:active {
    list-style-position: inside;
  }

  .sm\:active\:list-outside:active {
    list-style-position: outside;
  }

  .sm\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .sm\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .sm\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .sm\:disabled\:list-outside:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .sm\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .sm\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .sm\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .sm\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .sm\:first\:list-none:first-child {
    list-style-type: none;
  }

  .sm\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .sm\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .sm\:last\:list-none:last-child {
    list-style-type: none;
  }

  .sm\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .sm\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .sm\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .sm\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .sm\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .sm\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .sm\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .sm\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .sm\:hover\:list-none:hover {
    list-style-type: none;
  }

  .sm\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .sm\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .sm\:focus\:list-none:focus {
    list-style-type: none;
  }

  .sm\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .sm\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .sm\:active\:list-none:active {
    list-style-type: none;
  }

  .sm\:active\:list-disc:active {
    list-style-type: disc;
  }

  .sm\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .sm\:visited\:list-none:visited {
    list-style-type: none;
  }

  .sm\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .sm\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .sm\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .sm\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .sm\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .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\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .group:hover .sm\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .sm\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .sm\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .sm\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .sm\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .sm\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .sm\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .sm\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .sm\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .sm\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .sm\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .sm\:group-hover\:m-11 {
    margin: 2.75rem;
  }

  .group:hover .sm\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .sm\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .sm\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .sm\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .sm\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .sm\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .sm\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .sm\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .sm\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .sm\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .sm\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .sm\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .sm\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .sm\:group-hover\:m-60 {
    margin: 15rem;
  }

  .group:hover .sm\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .sm\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .sm\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .sm\:group-hover\:m-96 {
    margin: 24rem;
  }

  .group:hover .sm\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .sm\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .sm\:group-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .group:hover .sm\:group-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .group:hover .sm\:group-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .group:hover .sm\:group-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .sm\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .sm\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .sm\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-m-11 {
    margin: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .sm\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .sm\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .sm\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .sm\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .sm\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .sm\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .sm\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .sm\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .sm\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .sm\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .sm\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .sm\:group-hover\:-m-60 {
    margin: -15rem;
  }

  .group:hover .sm\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .sm\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .sm\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .sm\:group-hover\:-m-96 {
    margin: -24rem;
  }

  .group:hover .sm\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .sm\:group-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .group:hover .sm\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .sm\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .group:hover .sm\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .sm\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .sm\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .sm\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .sm\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .group:hover .sm\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .sm\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .group:hover .sm\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .group:hover .sm\:group-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .group:hover .sm\:group-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .group:hover .sm\:group-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .sm\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .sm\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .sm\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .sm\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .sm\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .sm\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .sm\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .sm\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .sm\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .sm\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .group:hover .sm\:group-hover\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .group:hover .sm\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .sm\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .sm\:group-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .group:hover .sm\:group-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .group:hover .sm\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .sm\:group-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .group:hover .sm\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .sm\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .sm\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .sm\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .sm\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .sm\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .sm\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .sm\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .sm\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .sm\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .group:hover .sm\:group-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .group:hover .sm\:group-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .group:hover .sm\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .sm\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .sm\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .sm\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .sm\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .sm\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .sm\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .sm\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .sm\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .sm\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .sm\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .sm\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .sm\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .sm\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .sm\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .sm\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .sm\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .sm\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .sm\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .sm\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .sm\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .sm\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .sm\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .sm\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .sm\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .sm\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .sm\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .sm\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .sm\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .sm\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .sm\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .sm\:group-hover\:mt-60 {
    margin-top: 15rem;
  }

  .group:hover .sm\:group-hover\:mr-60 {
    margin-right: 15rem;
  }

  .group:hover .sm\:group-hover\:mb-60 {
    margin-bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:ml-60 {
    margin-left: 15rem;
  }

  .group:hover .sm\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .sm\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .sm\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .sm\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .sm\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .sm\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .sm\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .sm\:group-hover\:mt-96 {
    margin-top: 24rem;
  }

  .group:hover .sm\:group-hover\:mr-96 {
    margin-right: 24rem;
  }

  .group:hover .sm\:group-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:ml-96 {
    margin-left: 24rem;
  }

  .group:hover .sm\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .sm\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .sm\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .sm\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .sm\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .sm\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .sm\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .sm\:group-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .group:hover .sm\:group-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .group:hover .sm\:group-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .group:hover .sm\:group-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .group:hover .sm\:group-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .group:hover .sm\:group-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .group:hover .sm\:group-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .group:hover .sm\:group-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .group:hover .sm\:group-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .group:hover .sm\:group-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .group:hover .sm\:group-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .group:hover .sm\:group-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .sm\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .sm\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .sm\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .sm\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .sm\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .sm\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .sm\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .sm\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .sm\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .sm\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .sm\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .sm\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .sm\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .sm\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .sm\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .sm\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .sm\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .sm\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .sm\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .sm\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .sm\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .sm\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .sm\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .sm\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .sm\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .sm\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .sm\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .sm\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .sm\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .sm\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .sm\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .sm\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .sm\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .sm\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .sm\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .sm\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .sm\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .sm\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .sm\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .sm\:group-hover\:-mt-60 {
    margin-top: -15rem;
  }

  .group:hover .sm\:group-hover\:-mr-60 {
    margin-right: -15rem;
  }

  .group:hover .sm\:group-hover\:-mb-60 {
    margin-bottom: -15rem;
  }

  .group:hover .sm\:group-hover\:-ml-60 {
    margin-left: -15rem;
  }

  .group:hover .sm\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .sm\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .sm\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .sm\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .sm\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .sm\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .sm\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .sm\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .sm\:group-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .group:hover .sm\:group-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .group:hover .sm\:group-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .group:hover .sm\:group-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .group:hover .sm\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .sm\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .sm\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .sm\:group-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:focus-within\:m-0:focus-within {
    margin: 0px;
  }

  .sm\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .sm\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .sm\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .sm\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .sm\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .sm\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .sm\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .sm\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .sm\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .sm\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .sm\:focus-within\:m-11:focus-within {
    margin: 2.75rem;
  }

  .sm\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .sm\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .sm\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .sm\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .sm\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .sm\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .sm\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .sm\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .sm\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .sm\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .sm\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .sm\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .sm\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .sm\:focus-within\:m-60:focus-within {
    margin: 15rem;
  }

  .sm\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .sm\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .sm\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .sm\:focus-within\:m-96:focus-within {
    margin: 24rem;
  }

  .sm\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .sm\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .sm\:focus-within\:m-0\.5:focus-within {
    margin: 0.125rem;
  }

  .sm\:focus-within\:m-1\.5:focus-within {
    margin: 0.375rem;
  }

  .sm\:focus-within\:m-2\.5:focus-within {
    margin: 0.625rem;
  }

  .sm\:focus-within\:m-3\.5:focus-within {
    margin: 0.875rem;
  }

  .sm\:focus-within\:-m-0:focus-within {
    margin: 0px;
  }

  .sm\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .sm\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .sm\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .sm\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .sm\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .sm\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .sm\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .sm\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .sm\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .sm\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .sm\:focus-within\:-m-11:focus-within {
    margin: -2.75rem;
  }

  .sm\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .sm\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .sm\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .sm\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .sm\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .sm\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .sm\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .sm\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .sm\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .sm\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .sm\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .sm\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .sm\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .sm\:focus-within\:-m-60:focus-within {
    margin: -15rem;
  }

  .sm\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .sm\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .sm\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .sm\:focus-within\:-m-96:focus-within {
    margin: -24rem;
  }

  .sm\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .sm\:focus-within\:-m-0\.5:focus-within {
    margin: -0.125rem;
  }

  .sm\:focus-within\:-m-1\.5:focus-within {
    margin: -0.375rem;
  }

  .sm\:focus-within\:-m-2\.5:focus-within {
    margin: -0.625rem;
  }

  .sm\:focus-within\:-m-3\.5:focus-within {
    margin: -0.875rem;
  }

  .sm\:focus-within\:my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:focus-within\:mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:my-11:focus-within {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:focus-within\:mx-11:focus-within {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus-within\:my-60:focus-within {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:focus-within\:mx-60:focus-within {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:focus-within\:my-96:focus-within {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:focus-within\:mx-96:focus-within {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus-within\:my-0\.5:focus-within {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:focus-within\:mx-0\.5:focus-within {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:focus-within\:my-1\.5:focus-within {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:focus-within\:mx-1\.5:focus-within {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:focus-within\:my-2\.5:focus-within {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:focus-within\:mx-2\.5:focus-within {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:focus-within\:my-3\.5:focus-within {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:focus-within\:mx-3\.5:focus-within {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:focus-within\:-my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:focus-within\:-mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-my-11:focus-within {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:focus-within\:-mx-11:focus-within {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus-within\:-my-60:focus-within {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:focus-within\:-mx-60:focus-within {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:focus-within\:-my-96:focus-within {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:focus-within\:-mx-96:focus-within {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus-within\:-my-0\.5:focus-within {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:focus-within\:-mx-0\.5:focus-within {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:focus-within\:-my-1\.5:focus-within {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:focus-within\:-mx-1\.5:focus-within {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:focus-within\:-my-2\.5:focus-within {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:focus-within\:-mx-2\.5:focus-within {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:focus-within\:-my-3\.5:focus-within {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:focus-within\:-mx-3\.5:focus-within {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:focus-within\:mt-0:focus-within {
    margin-top: 0px;
  }

  .sm\:focus-within\:mr-0:focus-within {
    margin-right: 0px;
  }

  .sm\:focus-within\:mb-0:focus-within {
    margin-bottom: 0px;
  }

  .sm\:focus-within\:ml-0:focus-within {
    margin-left: 0px;
  }

  .sm\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .sm\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .sm\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .sm\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .sm\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .sm\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .sm\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .sm\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .sm\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .sm\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .sm\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .sm\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .sm\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .sm\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .sm\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .sm\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .sm\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .sm\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .sm\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .sm\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .sm\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .sm\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .sm\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .sm\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .sm\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .sm\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .sm\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .sm\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .sm\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .sm\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .sm\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .sm\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .sm\:focus-within\:mt-11:focus-within {
    margin-top: 2.75rem;
  }

  .sm\:focus-within\:mr-11:focus-within {
    margin-right: 2.75rem;
  }

  .sm\:focus-within\:mb-11:focus-within {
    margin-bottom: 2.75rem;
  }

  .sm\:focus-within\:ml-11:focus-within {
    margin-left: 2.75rem;
  }

  .sm\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .sm\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .sm\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .sm\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .sm\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .sm\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .sm\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .sm\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .sm\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .sm\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .sm\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .sm\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .sm\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .sm\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .sm\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .sm\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .sm\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .sm\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .sm\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .sm\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .sm\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .sm\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .sm\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .sm\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .sm\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .sm\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .sm\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .sm\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .sm\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .sm\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .sm\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .sm\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .sm\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .sm\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .sm\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .sm\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .sm\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .sm\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .sm\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .sm\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .sm\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .sm\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .sm\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .sm\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .sm\:focus-within\:mt-60:focus-within {
    margin-top: 15rem;
  }

  .sm\:focus-within\:mr-60:focus-within {
    margin-right: 15rem;
  }

  .sm\:focus-within\:mb-60:focus-within {
    margin-bottom: 15rem;
  }

  .sm\:focus-within\:ml-60:focus-within {
    margin-left: 15rem;
  }

  .sm\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .sm\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .sm\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .sm\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .sm\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .sm\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .sm\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .sm\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .sm\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .sm\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .sm\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .sm\:focus-within\:mt-96:focus-within {
    margin-top: 24rem;
  }

  .sm\:focus-within\:mr-96:focus-within {
    margin-right: 24rem;
  }

  .sm\:focus-within\:mb-96:focus-within {
    margin-bottom: 24rem;
  }

  .sm\:focus-within\:ml-96:focus-within {
    margin-left: 24rem;
  }

  .sm\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .sm\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .sm\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .sm\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .sm\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .sm\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .sm\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .sm\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .sm\:focus-within\:mt-0\.5:focus-within {
    margin-top: 0.125rem;
  }

  .sm\:focus-within\:mr-0\.5:focus-within {
    margin-right: 0.125rem;
  }

  .sm\:focus-within\:mb-0\.5:focus-within {
    margin-bottom: 0.125rem;
  }

  .sm\:focus-within\:ml-0\.5:focus-within {
    margin-left: 0.125rem;
  }

  .sm\:focus-within\:mt-1\.5:focus-within {
    margin-top: 0.375rem;
  }

  .sm\:focus-within\:mr-1\.5:focus-within {
    margin-right: 0.375rem;
  }

  .sm\:focus-within\:mb-1\.5:focus-within {
    margin-bottom: 0.375rem;
  }

  .sm\:focus-within\:ml-1\.5:focus-within {
    margin-left: 0.375rem;
  }

  .sm\:focus-within\:mt-2\.5:focus-within {
    margin-top: 0.625rem;
  }

  .sm\:focus-within\:mr-2\.5:focus-within {
    margin-right: 0.625rem;
  }

  .sm\:focus-within\:mb-2\.5:focus-within {
    margin-bottom: 0.625rem;
  }

  .sm\:focus-within\:ml-2\.5:focus-within {
    margin-left: 0.625rem;
  }

  .sm\:focus-within\:mt-3\.5:focus-within {
    margin-top: 0.875rem;
  }

  .sm\:focus-within\:mr-3\.5:focus-within {
    margin-right: 0.875rem;
  }

  .sm\:focus-within\:mb-3\.5:focus-within {
    margin-bottom: 0.875rem;
  }

  .sm\:focus-within\:ml-3\.5:focus-within {
    margin-left: 0.875rem;
  }

  .sm\:focus-within\:-mt-0:focus-within {
    margin-top: 0px;
  }

  .sm\:focus-within\:-mr-0:focus-within {
    margin-right: 0px;
  }

  .sm\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0px;
  }

  .sm\:focus-within\:-ml-0:focus-within {
    margin-left: 0px;
  }

  .sm\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .sm\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .sm\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .sm\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .sm\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .sm\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .sm\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .sm\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .sm\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .sm\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .sm\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .sm\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .sm\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .sm\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .sm\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .sm\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .sm\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .sm\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .sm\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .sm\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .sm\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .sm\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .sm\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .sm\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .sm\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .sm\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .sm\:focus-within\:-mt-11:focus-within {
    margin-top: -2.75rem;
  }

  .sm\:focus-within\:-mr-11:focus-within {
    margin-right: -2.75rem;
  }

  .sm\:focus-within\:-mb-11:focus-within {
    margin-bottom: -2.75rem;
  }

  .sm\:focus-within\:-ml-11:focus-within {
    margin-left: -2.75rem;
  }

  .sm\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .sm\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .sm\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .sm\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .sm\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .sm\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .sm\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .sm\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .sm\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .sm\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .sm\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .sm\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .sm\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .sm\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .sm\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .sm\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .sm\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .sm\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .sm\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .sm\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .sm\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .sm\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .sm\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .sm\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .sm\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .sm\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .sm\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .sm\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .sm\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .sm\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .sm\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .sm\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .sm\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .sm\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .sm\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .sm\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .sm\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .sm\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .sm\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .sm\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .sm\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .sm\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .sm\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .sm\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .sm\:focus-within\:-mt-60:focus-within {
    margin-top: -15rem;
  }

  .sm\:focus-within\:-mr-60:focus-within {
    margin-right: -15rem;
  }

  .sm\:focus-within\:-mb-60:focus-within {
    margin-bottom: -15rem;
  }

  .sm\:focus-within\:-ml-60:focus-within {
    margin-left: -15rem;
  }

  .sm\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .sm\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .sm\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .sm\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .sm\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .sm\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .sm\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .sm\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .sm\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .sm\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .sm\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .sm\:focus-within\:-mt-96:focus-within {
    margin-top: -24rem;
  }

  .sm\:focus-within\:-mr-96:focus-within {
    margin-right: -24rem;
  }

  .sm\:focus-within\:-mb-96:focus-within {
    margin-bottom: -24rem;
  }

  .sm\:focus-within\:-ml-96:focus-within {
    margin-left: -24rem;
  }

  .sm\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .sm\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .sm\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .sm\:focus-within\:-mt-0\.5:focus-within {
    margin-top: -0.125rem;
  }

  .sm\:focus-within\:-mr-0\.5:focus-within {
    margin-right: -0.125rem;
  }

  .sm\:focus-within\:-mb-0\.5:focus-within {
    margin-bottom: -0.125rem;
  }

  .sm\:focus-within\:-ml-0\.5:focus-within {
    margin-left: -0.125rem;
  }

  .sm\:focus-within\:-mt-1\.5:focus-within {
    margin-top: -0.375rem;
  }

  .sm\:focus-within\:-mr-1\.5:focus-within {
    margin-right: -0.375rem;
  }

  .sm\:focus-within\:-mb-1\.5:focus-within {
    margin-bottom: -0.375rem;
  }

  .sm\:focus-within\:-ml-1\.5:focus-within {
    margin-left: -0.375rem;
  }

  .sm\:focus-within\:-mt-2\.5:focus-within {
    margin-top: -0.625rem;
  }

  .sm\:focus-within\:-mr-2\.5:focus-within {
    margin-right: -0.625rem;
  }

  .sm\:focus-within\:-mb-2\.5:focus-within {
    margin-bottom: -0.625rem;
  }

  .sm\:focus-within\:-ml-2\.5:focus-within {
    margin-left: -0.625rem;
  }

  .sm\:focus-within\:-mt-3\.5:focus-within {
    margin-top: -0.875rem;
  }

  .sm\:focus-within\:-mr-3\.5:focus-within {
    margin-right: -0.875rem;
  }

  .sm\:focus-within\:-mb-3\.5:focus-within {
    margin-bottom: -0.875rem;
  }

  .sm\:focus-within\:-ml-3\.5:focus-within {
    margin-left: -0.875rem;
  }

  .sm\:first\:m-0:first-child {
    margin: 0px;
  }

  .sm\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .sm\:first\:m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .sm\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .sm\:first\:m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .sm\:first\:m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:m-28:first-child {
    margin: 7rem;
  }

  .sm\:first\:m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:m-36:first-child {
    margin: 9rem;
  }

  .sm\:first\:m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:m-44:first-child {
    margin: 11rem;
  }

  .sm\:first\:m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:m-52:first-child {
    margin: 13rem;
  }

  .sm\:first\:m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:m-60:first-child {
    margin: 15rem;
  }

  .sm\:first\:m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:m-72:first-child {
    margin: 18rem;
  }

  .sm\:first\:m-80:first-child {
    margin: 20rem;
  }

  .sm\:first\:m-96:first-child {
    margin: 24rem;
  }

  .sm\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:m-0\.5:first-child {
    margin: 0.125rem;
  }

  .sm\:first\:m-1\.5:first-child {
    margin: 0.375rem;
  }

  .sm\:first\:m-2\.5:first-child {
    margin: 0.625rem;
  }

  .sm\:first\:m-3\.5:first-child {
    margin: 0.875rem;
  }

  .sm\:first\:-m-0:first-child {
    margin: 0px;
  }

  .sm\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .sm\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .sm\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .sm\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .sm\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .sm\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .sm\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:-m-44:first-child {
    margin: -11rem;
  }

  .sm\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:-m-52:first-child {
    margin: -13rem;
  }

  .sm\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:-m-60:first-child {
    margin: -15rem;
  }

  .sm\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:-m-72:first-child {
    margin: -18rem;
  }

  .sm\:first\:-m-80:first-child {
    margin: -20rem;
  }

  .sm\:first\:-m-96:first-child {
    margin: -24rem;
  }

  .sm\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:-m-0\.5:first-child {
    margin: -0.125rem;
  }

  .sm\:first\:-m-1\.5:first-child {
    margin: -0.375rem;
  }

  .sm\:first\:-m-2\.5:first-child {
    margin: -0.625rem;
  }

  .sm\:first\:-m-3\.5:first-child {
    margin: -0.875rem;
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-44:first-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:first\:mx-44:first-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-52:first-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:first\:mx-52:first-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-60:first-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:first\:mx-60:first-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-72:first-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:first\:mx-72:first-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:first\:my-80:first-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:first\:mx-80:first-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:first\:my-96:first-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:first\:mx-96:first-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:my-0\.5:first-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:first\:mx-0\.5:first-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:first\:my-1\.5:first-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:first\:mx-1\.5:first-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:first\:my-2\.5:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:first\:mx-2\.5:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:first\:my-3\.5:first-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:first\:mx-3\.5:first-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-44:first-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:first\:-mx-44:first-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-52:first-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:first\:-mx-52:first-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-60:first-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:first\:-mx-60:first-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-72:first-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:first\:-mx-72:first-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:first\:-my-80:first-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:first\:-mx-80:first-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:first\:-my-96:first-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:first\:-mx-96:first-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:-my-0\.5:first-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-mx-0\.5:first-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:first\:-my-1\.5:first-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-mx-1\.5:first-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:first\:-my-2\.5:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-mx-2\.5:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:first\:-my-3\.5:first-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:first\:-mx-3\.5:first-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .sm\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .sm\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .sm\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .sm\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .sm\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .sm\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .sm\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .sm\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .sm\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .sm\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .sm\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .sm\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .sm\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .sm\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .sm\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .sm\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .sm\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .sm\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .sm\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .sm\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:mt-44:first-child {
    margin-top: 11rem;
  }

  .sm\:first\:mr-44:first-child {
    margin-right: 11rem;
  }

  .sm\:first\:mb-44:first-child {
    margin-bottom: 11rem;
  }

  .sm\:first\:ml-44:first-child {
    margin-left: 11rem;
  }

  .sm\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:mt-52:first-child {
    margin-top: 13rem;
  }

  .sm\:first\:mr-52:first-child {
    margin-right: 13rem;
  }

  .sm\:first\:mb-52:first-child {
    margin-bottom: 13rem;
  }

  .sm\:first\:ml-52:first-child {
    margin-left: 13rem;
  }

  .sm\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:mt-60:first-child {
    margin-top: 15rem;
  }

  .sm\:first\:mr-60:first-child {
    margin-right: 15rem;
  }

  .sm\:first\:mb-60:first-child {
    margin-bottom: 15rem;
  }

  .sm\:first\:ml-60:first-child {
    margin-left: 15rem;
  }

  .sm\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:mt-72:first-child {
    margin-top: 18rem;
  }

  .sm\:first\:mr-72:first-child {
    margin-right: 18rem;
  }

  .sm\:first\:mb-72:first-child {
    margin-bottom: 18rem;
  }

  .sm\:first\:ml-72:first-child {
    margin-left: 18rem;
  }

  .sm\:first\:mt-80:first-child {
    margin-top: 20rem;
  }

  .sm\:first\:mr-80:first-child {
    margin-right: 20rem;
  }

  .sm\:first\:mb-80:first-child {
    margin-bottom: 20rem;
  }

  .sm\:first\:ml-80:first-child {
    margin-left: 20rem;
  }

  .sm\:first\:mt-96:first-child {
    margin-top: 24rem;
  }

  .sm\:first\:mr-96:first-child {
    margin-right: 24rem;
  }

  .sm\:first\:mb-96:first-child {
    margin-bottom: 24rem;
  }

  .sm\:first\:ml-96:first-child {
    margin-left: 24rem;
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:mt-0\.5:first-child {
    margin-top: 0.125rem;
  }

  .sm\:first\:mr-0\.5:first-child {
    margin-right: 0.125rem;
  }

  .sm\:first\:mb-0\.5:first-child {
    margin-bottom: 0.125rem;
  }

  .sm\:first\:ml-0\.5:first-child {
    margin-left: 0.125rem;
  }

  .sm\:first\:mt-1\.5:first-child {
    margin-top: 0.375rem;
  }

  .sm\:first\:mr-1\.5:first-child {
    margin-right: 0.375rem;
  }

  .sm\:first\:mb-1\.5:first-child {
    margin-bottom: 0.375rem;
  }

  .sm\:first\:ml-1\.5:first-child {
    margin-left: 0.375rem;
  }

  .sm\:first\:mt-2\.5:first-child {
    margin-top: 0.625rem;
  }

  .sm\:first\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .sm\:first\:mb-2\.5:first-child {
    margin-bottom: 0.625rem;
  }

  .sm\:first\:ml-2\.5:first-child {
    margin-left: 0.625rem;
  }

  .sm\:first\:mt-3\.5:first-child {
    margin-top: 0.875rem;
  }

  .sm\:first\:mr-3\.5:first-child {
    margin-right: 0.875rem;
  }

  .sm\:first\:mb-3\.5:first-child {
    margin-bottom: 0.875rem;
  }

  .sm\:first\:ml-3\.5:first-child {
    margin-left: 0.875rem;
  }

  .sm\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .sm\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .sm\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .sm\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .sm\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .sm\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .sm\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .sm\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .sm\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .sm\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .sm\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .sm\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .sm\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .sm\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .sm\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .sm\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .sm\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .sm\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .sm\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .sm\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .sm\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .sm\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .sm\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:-mt-44:first-child {
    margin-top: -11rem;
  }

  .sm\:first\:-mr-44:first-child {
    margin-right: -11rem;
  }

  .sm\:first\:-mb-44:first-child {
    margin-bottom: -11rem;
  }

  .sm\:first\:-ml-44:first-child {
    margin-left: -11rem;
  }

  .sm\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:-mt-52:first-child {
    margin-top: -13rem;
  }

  .sm\:first\:-mr-52:first-child {
    margin-right: -13rem;
  }

  .sm\:first\:-mb-52:first-child {
    margin-bottom: -13rem;
  }

  .sm\:first\:-ml-52:first-child {
    margin-left: -13rem;
  }

  .sm\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:-mt-60:first-child {
    margin-top: -15rem;
  }

  .sm\:first\:-mr-60:first-child {
    margin-right: -15rem;
  }

  .sm\:first\:-mb-60:first-child {
    margin-bottom: -15rem;
  }

  .sm\:first\:-ml-60:first-child {
    margin-left: -15rem;
  }

  .sm\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:-mt-72:first-child {
    margin-top: -18rem;
  }

  .sm\:first\:-mr-72:first-child {
    margin-right: -18rem;
  }

  .sm\:first\:-mb-72:first-child {
    margin-bottom: -18rem;
  }

  .sm\:first\:-ml-72:first-child {
    margin-left: -18rem;
  }

  .sm\:first\:-mt-80:first-child {
    margin-top: -20rem;
  }

  .sm\:first\:-mr-80:first-child {
    margin-right: -20rem;
  }

  .sm\:first\:-mb-80:first-child {
    margin-bottom: -20rem;
  }

  .sm\:first\:-ml-80:first-child {
    margin-left: -20rem;
  }

  .sm\:first\:-mt-96:first-child {
    margin-top: -24rem;
  }

  .sm\:first\:-mr-96:first-child {
    margin-right: -24rem;
  }

  .sm\:first\:-mb-96:first-child {
    margin-bottom: -24rem;
  }

  .sm\:first\:-ml-96:first-child {
    margin-left: -24rem;
  }

  .sm\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:first\:-mt-0\.5:first-child {
    margin-top: -0.125rem;
  }

  .sm\:first\:-mr-0\.5:first-child {
    margin-right: -0.125rem;
  }

  .sm\:first\:-mb-0\.5:first-child {
    margin-bottom: -0.125rem;
  }

  .sm\:first\:-ml-0\.5:first-child {
    margin-left: -0.125rem;
  }

  .sm\:first\:-mt-1\.5:first-child {
    margin-top: -0.375rem;
  }

  .sm\:first\:-mr-1\.5:first-child {
    margin-right: -0.375rem;
  }

  .sm\:first\:-mb-1\.5:first-child {
    margin-bottom: -0.375rem;
  }

  .sm\:first\:-ml-1\.5:first-child {
    margin-left: -0.375rem;
  }

  .sm\:first\:-mt-2\.5:first-child {
    margin-top: -0.625rem;
  }

  .sm\:first\:-mr-2\.5:first-child {
    margin-right: -0.625rem;
  }

  .sm\:first\:-mb-2\.5:first-child {
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-ml-2\.5:first-child {
    margin-left: -0.625rem;
  }

  .sm\:first\:-mt-3\.5:first-child {
    margin-top: -0.875rem;
  }

  .sm\:first\:-mr-3\.5:first-child {
    margin-right: -0.875rem;
  }

  .sm\:first\:-mb-3\.5:first-child {
    margin-bottom: -0.875rem;
  }

  .sm\:first\:-ml-3\.5:first-child {
    margin-left: -0.875rem;
  }

  .sm\:last\:m-0:last-child {
    margin: 0px;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-28:last-child {
    margin: 7rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-36:last-child {
    margin: 9rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-44:last-child {
    margin: 11rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-52:last-child {
    margin: 13rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-60:last-child {
    margin: 15rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-72:last-child {
    margin: 18rem;
  }

  .sm\:last\:m-80:last-child {
    margin: 20rem;
  }

  .sm\:last\:m-96:last-child {
    margin: 24rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:m-0\.5:last-child {
    margin: 0.125rem;
  }

  .sm\:last\:m-1\.5:last-child {
    margin: 0.375rem;
  }

  .sm\:last\:m-2\.5:last-child {
    margin: 0.625rem;
  }

  .sm\:last\:m-3\.5:last-child {
    margin: 0.875rem;
  }

  .sm\:last\:-m-0:last-child {
    margin: 0px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-44:last-child {
    margin: -11rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-52:last-child {
    margin: -13rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-60:last-child {
    margin: -15rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-72:last-child {
    margin: -18rem;
  }

  .sm\:last\:-m-80:last-child {
    margin: -20rem;
  }

  .sm\:last\:-m-96:last-child {
    margin: -24rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:-m-0\.5:last-child {
    margin: -0.125rem;
  }

  .sm\:last\:-m-1\.5:last-child {
    margin: -0.375rem;
  }

  .sm\:last\:-m-2\.5:last-child {
    margin: -0.625rem;
  }

  .sm\:last\:-m-3\.5:last-child {
    margin: -0.875rem;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-44:last-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:last\:mx-44:last-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-52:last-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:last\:mx-52:last-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-60:last-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:last\:mx-60:last-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-72:last-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:last\:mx-72:last-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:last\:my-80:last-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:last\:mx-80:last-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:last\:my-96:last-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:last\:mx-96:last-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:my-0\.5:last-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:last\:mx-0\.5:last-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:last\:my-1\.5:last-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:last\:mx-1\.5:last-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:last\:my-2\.5:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:last\:mx-2\.5:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:last\:my-3\.5:last-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:last\:mx-3\.5:last-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-44:last-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:last\:-mx-44:last-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-52:last-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:last\:-mx-52:last-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-60:last-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:last\:-mx-60:last-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-72:last-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:last\:-mx-72:last-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:last\:-my-80:last-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:last\:-mx-80:last-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:last\:-my-96:last-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:last\:-mx-96:last-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:-my-0\.5:last-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:last\:-mx-0\.5:last-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:last\:-my-1\.5:last-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:last\:-mx-1\.5:last-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:last\:-my-2\.5:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-mx-2\.5:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:last\:-my-3\.5:last-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:last\:-mx-3\.5:last-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .sm\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .sm\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .sm\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .sm\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .sm\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .sm\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .sm\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .sm\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .sm\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .sm\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .sm\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .sm\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .sm\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .sm\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .sm\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .sm\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .sm\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .sm\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-44:last-child {
    margin-top: 11rem;
  }

  .sm\:last\:mr-44:last-child {
    margin-right: 11rem;
  }

  .sm\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .sm\:last\:ml-44:last-child {
    margin-left: 11rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-52:last-child {
    margin-top: 13rem;
  }

  .sm\:last\:mr-52:last-child {
    margin-right: 13rem;
  }

  .sm\:last\:mb-52:last-child {
    margin-bottom: 13rem;
  }

  .sm\:last\:ml-52:last-child {
    margin-left: 13rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-60:last-child {
    margin-top: 15rem;
  }

  .sm\:last\:mr-60:last-child {
    margin-right: 15rem;
  }

  .sm\:last\:mb-60:last-child {
    margin-bottom: 15rem;
  }

  .sm\:last\:ml-60:last-child {
    margin-left: 15rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-72:last-child {
    margin-top: 18rem;
  }

  .sm\:last\:mr-72:last-child {
    margin-right: 18rem;
  }

  .sm\:last\:mb-72:last-child {
    margin-bottom: 18rem;
  }

  .sm\:last\:ml-72:last-child {
    margin-left: 18rem;
  }

  .sm\:last\:mt-80:last-child {
    margin-top: 20rem;
  }

  .sm\:last\:mr-80:last-child {
    margin-right: 20rem;
  }

  .sm\:last\:mb-80:last-child {
    margin-bottom: 20rem;
  }

  .sm\:last\:ml-80:last-child {
    margin-left: 20rem;
  }

  .sm\:last\:mt-96:last-child {
    margin-top: 24rem;
  }

  .sm\:last\:mr-96:last-child {
    margin-right: 24rem;
  }

  .sm\:last\:mb-96:last-child {
    margin-bottom: 24rem;
  }

  .sm\:last\:ml-96:last-child {
    margin-left: 24rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:mt-0\.5:last-child {
    margin-top: 0.125rem;
  }

  .sm\:last\:mr-0\.5:last-child {
    margin-right: 0.125rem;
  }

  .sm\:last\:mb-0\.5:last-child {
    margin-bottom: 0.125rem;
  }

  .sm\:last\:ml-0\.5:last-child {
    margin-left: 0.125rem;
  }

  .sm\:last\:mt-1\.5:last-child {
    margin-top: 0.375rem;
  }

  .sm\:last\:mr-1\.5:last-child {
    margin-right: 0.375rem;
  }

  .sm\:last\:mb-1\.5:last-child {
    margin-bottom: 0.375rem;
  }

  .sm\:last\:ml-1\.5:last-child {
    margin-left: 0.375rem;
  }

  .sm\:last\:mt-2\.5:last-child {
    margin-top: 0.625rem;
  }

  .sm\:last\:mr-2\.5:last-child {
    margin-right: 0.625rem;
  }

  .sm\:last\:mb-2\.5:last-child {
    margin-bottom: 0.625rem;
  }

  .sm\:last\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .sm\:last\:mt-3\.5:last-child {
    margin-top: 0.875rem;
  }

  .sm\:last\:mr-3\.5:last-child {
    margin-right: 0.875rem;
  }

  .sm\:last\:mb-3\.5:last-child {
    margin-bottom: 0.875rem;
  }

  .sm\:last\:ml-3\.5:last-child {
    margin-left: 0.875rem;
  }

  .sm\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .sm\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .sm\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .sm\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .sm\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .sm\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .sm\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .sm\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .sm\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .sm\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .sm\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .sm\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .sm\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .sm\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .sm\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .sm\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .sm\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .sm\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .sm\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .sm\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .sm\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-44:last-child {
    margin-top: -11rem;
  }

  .sm\:last\:-mr-44:last-child {
    margin-right: -11rem;
  }

  .sm\:last\:-mb-44:last-child {
    margin-bottom: -11rem;
  }

  .sm\:last\:-ml-44:last-child {
    margin-left: -11rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-52:last-child {
    margin-top: -13rem;
  }

  .sm\:last\:-mr-52:last-child {
    margin-right: -13rem;
  }

  .sm\:last\:-mb-52:last-child {
    margin-bottom: -13rem;
  }

  .sm\:last\:-ml-52:last-child {
    margin-left: -13rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-60:last-child {
    margin-top: -15rem;
  }

  .sm\:last\:-mr-60:last-child {
    margin-right: -15rem;
  }

  .sm\:last\:-mb-60:last-child {
    margin-bottom: -15rem;
  }

  .sm\:last\:-ml-60:last-child {
    margin-left: -15rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-72:last-child {
    margin-top: -18rem;
  }

  .sm\:last\:-mr-72:last-child {
    margin-right: -18rem;
  }

  .sm\:last\:-mb-72:last-child {
    margin-bottom: -18rem;
  }

  .sm\:last\:-ml-72:last-child {
    margin-left: -18rem;
  }

  .sm\:last\:-mt-80:last-child {
    margin-top: -20rem;
  }

  .sm\:last\:-mr-80:last-child {
    margin-right: -20rem;
  }

  .sm\:last\:-mb-80:last-child {
    margin-bottom: -20rem;
  }

  .sm\:last\:-ml-80:last-child {
    margin-left: -20rem;
  }

  .sm\:last\:-mt-96:last-child {
    margin-top: -24rem;
  }

  .sm\:last\:-mr-96:last-child {
    margin-right: -24rem;
  }

  .sm\:last\:-mb-96:last-child {
    margin-bottom: -24rem;
  }

  .sm\:last\:-ml-96:last-child {
    margin-left: -24rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:last\:-mt-0\.5:last-child {
    margin-top: -0.125rem;
  }

  .sm\:last\:-mr-0\.5:last-child {
    margin-right: -0.125rem;
  }

  .sm\:last\:-mb-0\.5:last-child {
    margin-bottom: -0.125rem;
  }

  .sm\:last\:-ml-0\.5:last-child {
    margin-left: -0.125rem;
  }

  .sm\:last\:-mt-1\.5:last-child {
    margin-top: -0.375rem;
  }

  .sm\:last\:-mr-1\.5:last-child {
    margin-right: -0.375rem;
  }

  .sm\:last\:-mb-1\.5:last-child {
    margin-bottom: -0.375rem;
  }

  .sm\:last\:-ml-1\.5:last-child {
    margin-left: -0.375rem;
  }

  .sm\:last\:-mt-2\.5:last-child {
    margin-top: -0.625rem;
  }

  .sm\:last\:-mr-2\.5:last-child {
    margin-right: -0.625rem;
  }

  .sm\:last\:-mb-2\.5:last-child {
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-ml-2\.5:last-child {
    margin-left: -0.625rem;
  }

  .sm\:last\:-mt-3\.5:last-child {
    margin-top: -0.875rem;
  }

  .sm\:last\:-mr-3\.5:last-child {
    margin-right: -0.875rem;
  }

  .sm\:last\:-mb-3\.5:last-child {
    margin-bottom: -0.875rem;
  }

  .sm\:last\:-ml-3\.5:last-child {
    margin-left: -0.875rem;
  }

  .sm\:odd\:m-0:nth-child(odd) {
    margin: 0px;
  }

  .sm\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .sm\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .sm\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .sm\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .sm\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .sm\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .sm\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .sm\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .sm\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .sm\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .sm\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .sm\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .sm\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .sm\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .sm\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .sm\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .sm\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .sm\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .sm\:odd\:m-36:nth-child(odd) {
    margin: 9rem;
  }

  .sm\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .sm\:odd\:m-44:nth-child(odd) {
    margin: 11rem;
  }

  .sm\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .sm\:odd\:m-52:nth-child(odd) {
    margin: 13rem;
  }

  .sm\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .sm\:odd\:m-60:nth-child(odd) {
    margin: 15rem;
  }

  .sm\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .sm\:odd\:m-72:nth-child(odd) {
    margin: 18rem;
  }

  .sm\:odd\:m-80:nth-child(odd) {
    margin: 20rem;
  }

  .sm\:odd\:m-96:nth-child(odd) {
    margin: 24rem;
  }

  .sm\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .sm\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .sm\:odd\:m-0\.5:nth-child(odd) {
    margin: 0.125rem;
  }

  .sm\:odd\:m-1\.5:nth-child(odd) {
    margin: 0.375rem;
  }

  .sm\:odd\:m-2\.5:nth-child(odd) {
    margin: 0.625rem;
  }

  .sm\:odd\:m-3\.5:nth-child(odd) {
    margin: 0.875rem;
  }

  .sm\:odd\:-m-0:nth-child(odd) {
    margin: 0px;
  }

  .sm\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .sm\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .sm\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .sm\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .sm\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .sm\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .sm\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .sm\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .sm\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .sm\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .sm\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .sm\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .sm\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .sm\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .sm\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .sm\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .sm\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .sm\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .sm\:odd\:-m-36:nth-child(odd) {
    margin: -9rem;
  }

  .sm\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .sm\:odd\:-m-44:nth-child(odd) {
    margin: -11rem;
  }

  .sm\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .sm\:odd\:-m-52:nth-child(odd) {
    margin: -13rem;
  }

  .sm\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .sm\:odd\:-m-60:nth-child(odd) {
    margin: -15rem;
  }

  .sm\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .sm\:odd\:-m-72:nth-child(odd) {
    margin: -18rem;
  }

  .sm\:odd\:-m-80:nth-child(odd) {
    margin: -20rem;
  }

  .sm\:odd\:-m-96:nth-child(odd) {
    margin: -24rem;
  }

  .sm\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .sm\:odd\:-m-0\.5:nth-child(odd) {
    margin: -0.125rem;
  }

  .sm\:odd\:-m-1\.5:nth-child(odd) {
    margin: -0.375rem;
  }

  .sm\:odd\:-m-2\.5:nth-child(odd) {
    margin: -0.625rem;
  }

  .sm\:odd\:-m-3\.5:nth-child(odd) {
    margin: -0.875rem;
  }

  .sm\:odd\:my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:odd\:mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:odd\:my-36:nth-child(odd) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:odd\:mx-36:nth-child(odd) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:odd\:my-44:nth-child(odd) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:odd\:mx-44:nth-child(odd) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:odd\:my-52:nth-child(odd) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:odd\:mx-52:nth-child(odd) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:odd\:my-60:nth-child(odd) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:odd\:mx-60:nth-child(odd) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:odd\:my-72:nth-child(odd) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:odd\:mx-72:nth-child(odd) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:odd\:my-80:nth-child(odd) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:odd\:mx-80:nth-child(odd) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:odd\:my-96:nth-child(odd) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:odd\:mx-96:nth-child(odd) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:odd\:my-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:odd\:mx-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:odd\:my-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:odd\:mx-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:odd\:my-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:odd\:mx-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:odd\:my-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:odd\:mx-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:odd\:-my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:odd\:-mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:odd\:-my-36:nth-child(odd) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:odd\:-mx-36:nth-child(odd) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:odd\:-my-44:nth-child(odd) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:odd\:-mx-44:nth-child(odd) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:odd\:-my-52:nth-child(odd) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:odd\:-mx-52:nth-child(odd) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:odd\:-my-60:nth-child(odd) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:odd\:-mx-60:nth-child(odd) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:odd\:-my-72:nth-child(odd) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:odd\:-mx-72:nth-child(odd) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:odd\:-my-80:nth-child(odd) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:odd\:-mx-80:nth-child(odd) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:odd\:-my-96:nth-child(odd) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:odd\:-mx-96:nth-child(odd) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:odd\:-my-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:odd\:-mx-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:odd\:-my-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:odd\:-mx-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:odd\:-my-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:odd\:-mx-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:odd\:-my-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:odd\:-mx-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:odd\:mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .sm\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .sm\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .sm\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .sm\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .sm\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .sm\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .sm\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .sm\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .sm\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .sm\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .sm\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .sm\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .sm\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .sm\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .sm\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .sm\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .sm\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .sm\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .sm\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .sm\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .sm\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .sm\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .sm\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .sm\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .sm\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .sm\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .sm\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .sm\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .sm\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .sm\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .sm\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .sm\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .sm\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .sm\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .sm\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .sm\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .sm\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .sm\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .sm\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .sm\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .sm\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .sm\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .sm\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .sm\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .sm\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .sm\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .sm\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .sm\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .sm\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .sm\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .sm\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .sm\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .sm\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .sm\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .sm\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .sm\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .sm\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .sm\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .sm\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .sm\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .sm\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .sm\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .sm\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .sm\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .sm\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .sm\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .sm\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .sm\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .sm\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .sm\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .sm\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .sm\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .sm\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .sm\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .sm\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .sm\:odd\:mt-36:nth-child(odd) {
    margin-top: 9rem;
  }

  .sm\:odd\:mr-36:nth-child(odd) {
    margin-right: 9rem;
  }

  .sm\:odd\:mb-36:nth-child(odd) {
    margin-bottom: 9rem;
  }

  .sm\:odd\:ml-36:nth-child(odd) {
    margin-left: 9rem;
  }

  .sm\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .sm\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .sm\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .sm\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .sm\:odd\:mt-44:nth-child(odd) {
    margin-top: 11rem;
  }

  .sm\:odd\:mr-44:nth-child(odd) {
    margin-right: 11rem;
  }

  .sm\:odd\:mb-44:nth-child(odd) {
    margin-bottom: 11rem;
  }

  .sm\:odd\:ml-44:nth-child(odd) {
    margin-left: 11rem;
  }

  .sm\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .sm\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .sm\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .sm\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .sm\:odd\:mt-52:nth-child(odd) {
    margin-top: 13rem;
  }

  .sm\:odd\:mr-52:nth-child(odd) {
    margin-right: 13rem;
  }

  .sm\:odd\:mb-52:nth-child(odd) {
    margin-bottom: 13rem;
  }

  .sm\:odd\:ml-52:nth-child(odd) {
    margin-left: 13rem;
  }

  .sm\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .sm\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .sm\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .sm\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .sm\:odd\:mt-60:nth-child(odd) {
    margin-top: 15rem;
  }

  .sm\:odd\:mr-60:nth-child(odd) {
    margin-right: 15rem;
  }

  .sm\:odd\:mb-60:nth-child(odd) {
    margin-bottom: 15rem;
  }

  .sm\:odd\:ml-60:nth-child(odd) {
    margin-left: 15rem;
  }

  .sm\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .sm\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .sm\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .sm\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .sm\:odd\:mt-72:nth-child(odd) {
    margin-top: 18rem;
  }

  .sm\:odd\:mr-72:nth-child(odd) {
    margin-right: 18rem;
  }

  .sm\:odd\:mb-72:nth-child(odd) {
    margin-bottom: 18rem;
  }

  .sm\:odd\:ml-72:nth-child(odd) {
    margin-left: 18rem;
  }

  .sm\:odd\:mt-80:nth-child(odd) {
    margin-top: 20rem;
  }

  .sm\:odd\:mr-80:nth-child(odd) {
    margin-right: 20rem;
  }

  .sm\:odd\:mb-80:nth-child(odd) {
    margin-bottom: 20rem;
  }

  .sm\:odd\:ml-80:nth-child(odd) {
    margin-left: 20rem;
  }

  .sm\:odd\:mt-96:nth-child(odd) {
    margin-top: 24rem;
  }

  .sm\:odd\:mr-96:nth-child(odd) {
    margin-right: 24rem;
  }

  .sm\:odd\:mb-96:nth-child(odd) {
    margin-bottom: 24rem;
  }

  .sm\:odd\:ml-96:nth-child(odd) {
    margin-left: 24rem;
  }

  .sm\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .sm\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .sm\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .sm\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .sm\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .sm\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .sm\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .sm\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .sm\:odd\:mt-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
  }

  .sm\:odd\:mr-0\.5:nth-child(odd) {
    margin-right: 0.125rem;
  }

  .sm\:odd\:mb-0\.5:nth-child(odd) {
    margin-bottom: 0.125rem;
  }

  .sm\:odd\:ml-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
  }

  .sm\:odd\:mt-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
  }

  .sm\:odd\:mr-1\.5:nth-child(odd) {
    margin-right: 0.375rem;
  }

  .sm\:odd\:mb-1\.5:nth-child(odd) {
    margin-bottom: 0.375rem;
  }

  .sm\:odd\:ml-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
  }

  .sm\:odd\:mt-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
  }

  .sm\:odd\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }

  .sm\:odd\:mb-2\.5:nth-child(odd) {
    margin-bottom: 0.625rem;
  }

  .sm\:odd\:ml-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
  }

  .sm\:odd\:mt-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
  }

  .sm\:odd\:mr-3\.5:nth-child(odd) {
    margin-right: 0.875rem;
  }

  .sm\:odd\:mb-3\.5:nth-child(odd) {
    margin-bottom: 0.875rem;
  }

  .sm\:odd\:ml-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
  }

  .sm\:odd\:-mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .sm\:odd\:-mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .sm\:odd\:-mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .sm\:odd\:-ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .sm\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .sm\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .sm\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .sm\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .sm\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .sm\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .sm\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .sm\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .sm\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .sm\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .sm\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .sm\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .sm\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .sm\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .sm\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .sm\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .sm\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .sm\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .sm\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .sm\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .sm\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .sm\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .sm\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .sm\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .sm\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .sm\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .sm\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .sm\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .sm\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .sm\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .sm\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .sm\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .sm\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .sm\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .sm\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .sm\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .sm\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .sm\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .sm\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .sm\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .sm\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .sm\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .sm\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .sm\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .sm\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .sm\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .sm\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .sm\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .sm\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .sm\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .sm\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .sm\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .sm\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .sm\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .sm\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .sm\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .sm\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .sm\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .sm\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .sm\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .sm\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .sm\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .sm\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .sm\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .sm\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .sm\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .sm\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .sm\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .sm\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .sm\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .sm\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .sm\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .sm\:odd\:-mt-36:nth-child(odd) {
    margin-top: -9rem;
  }

  .sm\:odd\:-mr-36:nth-child(odd) {
    margin-right: -9rem;
  }

  .sm\:odd\:-mb-36:nth-child(odd) {
    margin-bottom: -9rem;
  }

  .sm\:odd\:-ml-36:nth-child(odd) {
    margin-left: -9rem;
  }

  .sm\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .sm\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .sm\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .sm\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .sm\:odd\:-mt-44:nth-child(odd) {
    margin-top: -11rem;
  }

  .sm\:odd\:-mr-44:nth-child(odd) {
    margin-right: -11rem;
  }

  .sm\:odd\:-mb-44:nth-child(odd) {
    margin-bottom: -11rem;
  }

  .sm\:odd\:-ml-44:nth-child(odd) {
    margin-left: -11rem;
  }

  .sm\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .sm\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .sm\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .sm\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .sm\:odd\:-mt-52:nth-child(odd) {
    margin-top: -13rem;
  }

  .sm\:odd\:-mr-52:nth-child(odd) {
    margin-right: -13rem;
  }

  .sm\:odd\:-mb-52:nth-child(odd) {
    margin-bottom: -13rem;
  }

  .sm\:odd\:-ml-52:nth-child(odd) {
    margin-left: -13rem;
  }

  .sm\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .sm\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .sm\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .sm\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .sm\:odd\:-mt-60:nth-child(odd) {
    margin-top: -15rem;
  }

  .sm\:odd\:-mr-60:nth-child(odd) {
    margin-right: -15rem;
  }

  .sm\:odd\:-mb-60:nth-child(odd) {
    margin-bottom: -15rem;
  }

  .sm\:odd\:-ml-60:nth-child(odd) {
    margin-left: -15rem;
  }

  .sm\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .sm\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .sm\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .sm\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .sm\:odd\:-mt-72:nth-child(odd) {
    margin-top: -18rem;
  }

  .sm\:odd\:-mr-72:nth-child(odd) {
    margin-right: -18rem;
  }

  .sm\:odd\:-mb-72:nth-child(odd) {
    margin-bottom: -18rem;
  }

  .sm\:odd\:-ml-72:nth-child(odd) {
    margin-left: -18rem;
  }

  .sm\:odd\:-mt-80:nth-child(odd) {
    margin-top: -20rem;
  }

  .sm\:odd\:-mr-80:nth-child(odd) {
    margin-right: -20rem;
  }

  .sm\:odd\:-mb-80:nth-child(odd) {
    margin-bottom: -20rem;
  }

  .sm\:odd\:-ml-80:nth-child(odd) {
    margin-left: -20rem;
  }

  .sm\:odd\:-mt-96:nth-child(odd) {
    margin-top: -24rem;
  }

  .sm\:odd\:-mr-96:nth-child(odd) {
    margin-right: -24rem;
  }

  .sm\:odd\:-mb-96:nth-child(odd) {
    margin-bottom: -24rem;
  }

  .sm\:odd\:-ml-96:nth-child(odd) {
    margin-left: -24rem;
  }

  .sm\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .sm\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .sm\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .sm\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .sm\:odd\:-mt-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
  }

  .sm\:odd\:-mr-0\.5:nth-child(odd) {
    margin-right: -0.125rem;
  }

  .sm\:odd\:-mb-0\.5:nth-child(odd) {
    margin-bottom: -0.125rem;
  }

  .sm\:odd\:-ml-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
  }

  .sm\:odd\:-mt-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
  }

  .sm\:odd\:-mr-1\.5:nth-child(odd) {
    margin-right: -0.375rem;
  }

  .sm\:odd\:-mb-1\.5:nth-child(odd) {
    margin-bottom: -0.375rem;
  }

  .sm\:odd\:-ml-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
  }

  .sm\:odd\:-mt-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
  }

  .sm\:odd\:-mr-2\.5:nth-child(odd) {
    margin-right: -0.625rem;
  }

  .sm\:odd\:-mb-2\.5:nth-child(odd) {
    margin-bottom: -0.625rem;
  }

  .sm\:odd\:-ml-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
  }

  .sm\:odd\:-mt-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
  }

  .sm\:odd\:-mr-3\.5:nth-child(odd) {
    margin-right: -0.875rem;
  }

  .sm\:odd\:-mb-3\.5:nth-child(odd) {
    margin-bottom: -0.875rem;
  }

  .sm\:odd\:-ml-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
  }

  .sm\:even\:m-0:nth-child(even) {
    margin: 0px;
  }

  .sm\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .sm\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .sm\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .sm\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .sm\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .sm\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .sm\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .sm\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .sm\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .sm\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .sm\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .sm\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .sm\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .sm\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .sm\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .sm\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .sm\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .sm\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .sm\:even\:m-36:nth-child(even) {
    margin: 9rem;
  }

  .sm\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .sm\:even\:m-44:nth-child(even) {
    margin: 11rem;
  }

  .sm\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .sm\:even\:m-52:nth-child(even) {
    margin: 13rem;
  }

  .sm\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .sm\:even\:m-60:nth-child(even) {
    margin: 15rem;
  }

  .sm\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .sm\:even\:m-72:nth-child(even) {
    margin: 18rem;
  }

  .sm\:even\:m-80:nth-child(even) {
    margin: 20rem;
  }

  .sm\:even\:m-96:nth-child(even) {
    margin: 24rem;
  }

  .sm\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .sm\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .sm\:even\:m-0\.5:nth-child(even) {
    margin: 0.125rem;
  }

  .sm\:even\:m-1\.5:nth-child(even) {
    margin: 0.375rem;
  }

  .sm\:even\:m-2\.5:nth-child(even) {
    margin: 0.625rem;
  }

  .sm\:even\:m-3\.5:nth-child(even) {
    margin: 0.875rem;
  }

  .sm\:even\:-m-0:nth-child(even) {
    margin: 0px;
  }

  .sm\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .sm\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .sm\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .sm\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .sm\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .sm\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .sm\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .sm\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .sm\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .sm\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .sm\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .sm\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .sm\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .sm\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .sm\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .sm\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .sm\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .sm\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .sm\:even\:-m-36:nth-child(even) {
    margin: -9rem;
  }

  .sm\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .sm\:even\:-m-44:nth-child(even) {
    margin: -11rem;
  }

  .sm\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .sm\:even\:-m-52:nth-child(even) {
    margin: -13rem;
  }

  .sm\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .sm\:even\:-m-60:nth-child(even) {
    margin: -15rem;
  }

  .sm\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .sm\:even\:-m-72:nth-child(even) {
    margin: -18rem;
  }

  .sm\:even\:-m-80:nth-child(even) {
    margin: -20rem;
  }

  .sm\:even\:-m-96:nth-child(even) {
    margin: -24rem;
  }

  .sm\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .sm\:even\:-m-0\.5:nth-child(even) {
    margin: -0.125rem;
  }

  .sm\:even\:-m-1\.5:nth-child(even) {
    margin: -0.375rem;
  }

  .sm\:even\:-m-2\.5:nth-child(even) {
    margin: -0.625rem;
  }

  .sm\:even\:-m-3\.5:nth-child(even) {
    margin: -0.875rem;
  }

  .sm\:even\:my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:even\:mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:even\:my-36:nth-child(even) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:even\:mx-36:nth-child(even) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:even\:my-44:nth-child(even) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:even\:mx-44:nth-child(even) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:even\:my-52:nth-child(even) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:even\:mx-52:nth-child(even) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:even\:my-60:nth-child(even) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:even\:mx-60:nth-child(even) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:even\:my-72:nth-child(even) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:even\:mx-72:nth-child(even) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:even\:my-80:nth-child(even) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:even\:mx-80:nth-child(even) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:even\:my-96:nth-child(even) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:even\:mx-96:nth-child(even) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:even\:my-0\.5:nth-child(even) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:even\:mx-0\.5:nth-child(even) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:even\:my-1\.5:nth-child(even) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:even\:mx-1\.5:nth-child(even) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:even\:my-2\.5:nth-child(even) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:even\:mx-2\.5:nth-child(even) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:even\:my-3\.5:nth-child(even) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:even\:mx-3\.5:nth-child(even) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:even\:-my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:even\:-mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:even\:-my-36:nth-child(even) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:even\:-mx-36:nth-child(even) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:even\:-my-44:nth-child(even) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:even\:-mx-44:nth-child(even) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:even\:-my-52:nth-child(even) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:even\:-mx-52:nth-child(even) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:even\:-my-60:nth-child(even) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:even\:-mx-60:nth-child(even) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:even\:-my-72:nth-child(even) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:even\:-mx-72:nth-child(even) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:even\:-my-80:nth-child(even) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:even\:-mx-80:nth-child(even) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:even\:-my-96:nth-child(even) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:even\:-mx-96:nth-child(even) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:even\:-my-0\.5:nth-child(even) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:even\:-mx-0\.5:nth-child(even) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:even\:-my-1\.5:nth-child(even) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:even\:-mx-1\.5:nth-child(even) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:even\:-my-2\.5:nth-child(even) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:even\:-mx-2\.5:nth-child(even) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:even\:-my-3\.5:nth-child(even) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:even\:-mx-3\.5:nth-child(even) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:even\:mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .sm\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .sm\:even\:mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .sm\:even\:ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .sm\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .sm\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .sm\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .sm\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .sm\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .sm\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .sm\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .sm\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .sm\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .sm\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .sm\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .sm\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .sm\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .sm\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .sm\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .sm\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .sm\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .sm\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .sm\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .sm\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .sm\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .sm\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .sm\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .sm\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .sm\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .sm\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .sm\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .sm\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .sm\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .sm\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .sm\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .sm\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .sm\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .sm\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .sm\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .sm\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .sm\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .sm\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .sm\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .sm\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .sm\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .sm\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .sm\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .sm\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .sm\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .sm\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .sm\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .sm\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .sm\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .sm\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .sm\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .sm\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .sm\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .sm\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .sm\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .sm\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .sm\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .sm\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .sm\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .sm\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .sm\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .sm\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .sm\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .sm\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .sm\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .sm\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .sm\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .sm\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .sm\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .sm\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .sm\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .sm\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .sm\:even\:mt-36:nth-child(even) {
    margin-top: 9rem;
  }

  .sm\:even\:mr-36:nth-child(even) {
    margin-right: 9rem;
  }

  .sm\:even\:mb-36:nth-child(even) {
    margin-bottom: 9rem;
  }

  .sm\:even\:ml-36:nth-child(even) {
    margin-left: 9rem;
  }

  .sm\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .sm\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .sm\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .sm\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .sm\:even\:mt-44:nth-child(even) {
    margin-top: 11rem;
  }

  .sm\:even\:mr-44:nth-child(even) {
    margin-right: 11rem;
  }

  .sm\:even\:mb-44:nth-child(even) {
    margin-bottom: 11rem;
  }

  .sm\:even\:ml-44:nth-child(even) {
    margin-left: 11rem;
  }

  .sm\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .sm\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .sm\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .sm\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .sm\:even\:mt-52:nth-child(even) {
    margin-top: 13rem;
  }

  .sm\:even\:mr-52:nth-child(even) {
    margin-right: 13rem;
  }

  .sm\:even\:mb-52:nth-child(even) {
    margin-bottom: 13rem;
  }

  .sm\:even\:ml-52:nth-child(even) {
    margin-left: 13rem;
  }

  .sm\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .sm\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .sm\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .sm\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .sm\:even\:mt-60:nth-child(even) {
    margin-top: 15rem;
  }

  .sm\:even\:mr-60:nth-child(even) {
    margin-right: 15rem;
  }

  .sm\:even\:mb-60:nth-child(even) {
    margin-bottom: 15rem;
  }

  .sm\:even\:ml-60:nth-child(even) {
    margin-left: 15rem;
  }

  .sm\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .sm\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .sm\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .sm\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .sm\:even\:mt-72:nth-child(even) {
    margin-top: 18rem;
  }

  .sm\:even\:mr-72:nth-child(even) {
    margin-right: 18rem;
  }

  .sm\:even\:mb-72:nth-child(even) {
    margin-bottom: 18rem;
  }

  .sm\:even\:ml-72:nth-child(even) {
    margin-left: 18rem;
  }

  .sm\:even\:mt-80:nth-child(even) {
    margin-top: 20rem;
  }

  .sm\:even\:mr-80:nth-child(even) {
    margin-right: 20rem;
  }

  .sm\:even\:mb-80:nth-child(even) {
    margin-bottom: 20rem;
  }

  .sm\:even\:ml-80:nth-child(even) {
    margin-left: 20rem;
  }

  .sm\:even\:mt-96:nth-child(even) {
    margin-top: 24rem;
  }

  .sm\:even\:mr-96:nth-child(even) {
    margin-right: 24rem;
  }

  .sm\:even\:mb-96:nth-child(even) {
    margin-bottom: 24rem;
  }

  .sm\:even\:ml-96:nth-child(even) {
    margin-left: 24rem;
  }

  .sm\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .sm\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .sm\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .sm\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .sm\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .sm\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .sm\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .sm\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .sm\:even\:mt-0\.5:nth-child(even) {
    margin-top: 0.125rem;
  }

  .sm\:even\:mr-0\.5:nth-child(even) {
    margin-right: 0.125rem;
  }

  .sm\:even\:mb-0\.5:nth-child(even) {
    margin-bottom: 0.125rem;
  }

  .sm\:even\:ml-0\.5:nth-child(even) {
    margin-left: 0.125rem;
  }

  .sm\:even\:mt-1\.5:nth-child(even) {
    margin-top: 0.375rem;
  }

  .sm\:even\:mr-1\.5:nth-child(even) {
    margin-right: 0.375rem;
  }

  .sm\:even\:mb-1\.5:nth-child(even) {
    margin-bottom: 0.375rem;
  }

  .sm\:even\:ml-1\.5:nth-child(even) {
    margin-left: 0.375rem;
  }

  .sm\:even\:mt-2\.5:nth-child(even) {
    margin-top: 0.625rem;
  }

  .sm\:even\:mr-2\.5:nth-child(even) {
    margin-right: 0.625rem;
  }

  .sm\:even\:mb-2\.5:nth-child(even) {
    margin-bottom: 0.625rem;
  }

  .sm\:even\:ml-2\.5:nth-child(even) {
    margin-left: 0.625rem;
  }

  .sm\:even\:mt-3\.5:nth-child(even) {
    margin-top: 0.875rem;
  }

  .sm\:even\:mr-3\.5:nth-child(even) {
    margin-right: 0.875rem;
  }

  .sm\:even\:mb-3\.5:nth-child(even) {
    margin-bottom: 0.875rem;
  }

  .sm\:even\:ml-3\.5:nth-child(even) {
    margin-left: 0.875rem;
  }

  .sm\:even\:-mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .sm\:even\:-mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .sm\:even\:-mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .sm\:even\:-ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .sm\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .sm\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .sm\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .sm\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .sm\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .sm\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .sm\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .sm\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .sm\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .sm\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .sm\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .sm\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .sm\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .sm\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .sm\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .sm\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .sm\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .sm\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .sm\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .sm\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .sm\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .sm\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .sm\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .sm\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .sm\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .sm\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .sm\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .sm\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .sm\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .sm\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .sm\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .sm\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .sm\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .sm\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .sm\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .sm\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .sm\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .sm\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .sm\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .sm\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .sm\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .sm\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .sm\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .sm\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .sm\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .sm\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .sm\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .sm\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .sm\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .sm\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .sm\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .sm\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .sm\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .sm\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .sm\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .sm\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .sm\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .sm\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .sm\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .sm\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .sm\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .sm\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .sm\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .sm\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .sm\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .sm\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .sm\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .sm\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .sm\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .sm\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .sm\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .sm\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .sm\:even\:-mt-36:nth-child(even) {
    margin-top: -9rem;
  }

  .sm\:even\:-mr-36:nth-child(even) {
    margin-right: -9rem;
  }

  .sm\:even\:-mb-36:nth-child(even) {
    margin-bottom: -9rem;
  }

  .sm\:even\:-ml-36:nth-child(even) {
    margin-left: -9rem;
  }

  .sm\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .sm\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .sm\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .sm\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .sm\:even\:-mt-44:nth-child(even) {
    margin-top: -11rem;
  }

  .sm\:even\:-mr-44:nth-child(even) {
    margin-right: -11rem;
  }

  .sm\:even\:-mb-44:nth-child(even) {
    margin-bottom: -11rem;
  }

  .sm\:even\:-ml-44:nth-child(even) {
    margin-left: -11rem;
  }

  .sm\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .sm\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .sm\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .sm\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .sm\:even\:-mt-52:nth-child(even) {
    margin-top: -13rem;
  }

  .sm\:even\:-mr-52:nth-child(even) {
    margin-right: -13rem;
  }

  .sm\:even\:-mb-52:nth-child(even) {
    margin-bottom: -13rem;
  }

  .sm\:even\:-ml-52:nth-child(even) {
    margin-left: -13rem;
  }

  .sm\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .sm\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .sm\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .sm\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .sm\:even\:-mt-60:nth-child(even) {
    margin-top: -15rem;
  }

  .sm\:even\:-mr-60:nth-child(even) {
    margin-right: -15rem;
  }

  .sm\:even\:-mb-60:nth-child(even) {
    margin-bottom: -15rem;
  }

  .sm\:even\:-ml-60:nth-child(even) {
    margin-left: -15rem;
  }

  .sm\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .sm\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .sm\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .sm\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .sm\:even\:-mt-72:nth-child(even) {
    margin-top: -18rem;
  }

  .sm\:even\:-mr-72:nth-child(even) {
    margin-right: -18rem;
  }

  .sm\:even\:-mb-72:nth-child(even) {
    margin-bottom: -18rem;
  }

  .sm\:even\:-ml-72:nth-child(even) {
    margin-left: -18rem;
  }

  .sm\:even\:-mt-80:nth-child(even) {
    margin-top: -20rem;
  }

  .sm\:even\:-mr-80:nth-child(even) {
    margin-right: -20rem;
  }

  .sm\:even\:-mb-80:nth-child(even) {
    margin-bottom: -20rem;
  }

  .sm\:even\:-ml-80:nth-child(even) {
    margin-left: -20rem;
  }

  .sm\:even\:-mt-96:nth-child(even) {
    margin-top: -24rem;
  }

  .sm\:even\:-mr-96:nth-child(even) {
    margin-right: -24rem;
  }

  .sm\:even\:-mb-96:nth-child(even) {
    margin-bottom: -24rem;
  }

  .sm\:even\:-ml-96:nth-child(even) {
    margin-left: -24rem;
  }

  .sm\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .sm\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .sm\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .sm\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .sm\:even\:-mt-0\.5:nth-child(even) {
    margin-top: -0.125rem;
  }

  .sm\:even\:-mr-0\.5:nth-child(even) {
    margin-right: -0.125rem;
  }

  .sm\:even\:-mb-0\.5:nth-child(even) {
    margin-bottom: -0.125rem;
  }

  .sm\:even\:-ml-0\.5:nth-child(even) {
    margin-left: -0.125rem;
  }

  .sm\:even\:-mt-1\.5:nth-child(even) {
    margin-top: -0.375rem;
  }

  .sm\:even\:-mr-1\.5:nth-child(even) {
    margin-right: -0.375rem;
  }

  .sm\:even\:-mb-1\.5:nth-child(even) {
    margin-bottom: -0.375rem;
  }

  .sm\:even\:-ml-1\.5:nth-child(even) {
    margin-left: -0.375rem;
  }

  .sm\:even\:-mt-2\.5:nth-child(even) {
    margin-top: -0.625rem;
  }

  .sm\:even\:-mr-2\.5:nth-child(even) {
    margin-right: -0.625rem;
  }

  .sm\:even\:-mb-2\.5:nth-child(even) {
    margin-bottom: -0.625rem;
  }

  .sm\:even\:-ml-2\.5:nth-child(even) {
    margin-left: -0.625rem;
  }

  .sm\:even\:-mt-3\.5:nth-child(even) {
    margin-top: -0.875rem;
  }

  .sm\:even\:-mr-3\.5:nth-child(even) {
    margin-right: -0.875rem;
  }

  .sm\:even\:-mb-3\.5:nth-child(even) {
    margin-bottom: -0.875rem;
  }

  .sm\:even\:-ml-3\.5:nth-child(even) {
    margin-left: -0.875rem;
  }

  .sm\:hover\:m-0:hover {
    margin: 0px;
  }

  .sm\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-28:hover {
    margin: 7rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-36:hover {
    margin: 9rem;
  }

  .sm\:hover\:m-40:hover {
    margin: 10rem;
  }

  .sm\:hover\:m-44:hover {
    margin: 11rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-52:hover {
    margin: 13rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-60:hover {
    margin: 15rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-72:hover {
    margin: 18rem;
  }

  .sm\:hover\:m-80:hover {
    margin: 20rem;
  }

  .sm\:hover\:m-96:hover {
    margin: 24rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .sm\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .sm\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .sm\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .sm\:hover\:-m-0:hover {
    margin: 0px;
  }

  .sm\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .sm\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .sm\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .sm\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .sm\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .sm\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .sm\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .sm\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .sm\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .sm\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .sm\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .sm\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .sm\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .sm\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .sm\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .sm\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .sm\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .sm\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .sm\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .sm\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .sm\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .sm\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .sm\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .sm\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .sm\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .sm\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .sm\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .sm\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .sm\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .sm\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .sm\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .sm\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .sm\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .sm\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .sm\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .sm\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .sm\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .sm\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .sm\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .sm\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .sm\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .sm\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .sm\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .sm\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .sm\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .sm\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .sm\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .sm\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .sm\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .sm\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .sm\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .sm\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .sm\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .sm\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .sm\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .sm\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .sm\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .sm\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .sm\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .sm\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .sm\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .sm\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .sm\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .sm\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .sm\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .sm\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .sm\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .sm\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .sm\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .sm\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .sm\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .sm\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .sm\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .sm\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .sm\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .sm\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .sm\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .sm\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .sm\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .sm\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .sm\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .sm\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .sm\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .sm\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .sm\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .sm\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .sm\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .sm\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .sm\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .sm\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .sm\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .sm\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .sm\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .sm\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .sm\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .sm\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .sm\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .sm\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .sm\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .sm\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .sm\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .sm\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .sm\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .sm\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .sm\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .sm\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .sm\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .sm\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .sm\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .sm\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .sm\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .sm\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .sm\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .sm\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .sm\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .sm\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .sm\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .sm\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .sm\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .sm\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .sm\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .sm\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .sm\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .sm\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .sm\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .sm\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .sm\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .sm\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .sm\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .sm\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .sm\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .sm\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .sm\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .sm\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .sm\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .sm\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .sm\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .sm\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .sm\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .sm\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .sm\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .sm\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .sm\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .sm\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .sm\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .sm\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .sm\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .sm\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .sm\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .sm\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .sm\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .sm\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .sm\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .sm\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .sm\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .sm\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .sm\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .sm\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .sm\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .sm\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .sm\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .sm\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .sm\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .sm\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .sm\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .sm\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .sm\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .sm\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .sm\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .sm\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .sm\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .sm\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .sm\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .sm\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .sm\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .sm\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .sm\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .sm\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .sm\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .sm\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .sm\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .sm\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .sm\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .sm\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .sm\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .sm\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .sm\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .sm\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .sm\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .sm\:focus\:m-0:focus {
    margin: 0px;
  }

  .sm\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .sm\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .sm\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .sm\:focus\:m-4:focus {
    margin: 1rem;
  }

  .sm\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .sm\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .sm\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .sm\:focus\:m-8:focus {
    margin: 2rem;
  }

  .sm\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .sm\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .sm\:focus\:m-11:focus {
    margin: 2.75rem;
  }

  .sm\:focus\:m-12:focus {
    margin: 3rem;
  }

  .sm\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .sm\:focus\:m-16:focus {
    margin: 4rem;
  }

  .sm\:focus\:m-20:focus {
    margin: 5rem;
  }

  .sm\:focus\:m-24:focus {
    margin: 6rem;
  }

  .sm\:focus\:m-28:focus {
    margin: 7rem;
  }

  .sm\:focus\:m-32:focus {
    margin: 8rem;
  }

  .sm\:focus\:m-36:focus {
    margin: 9rem;
  }

  .sm\:focus\:m-40:focus {
    margin: 10rem;
  }

  .sm\:focus\:m-44:focus {
    margin: 11rem;
  }

  .sm\:focus\:m-48:focus {
    margin: 12rem;
  }

  .sm\:focus\:m-52:focus {
    margin: 13rem;
  }

  .sm\:focus\:m-56:focus {
    margin: 14rem;
  }

  .sm\:focus\:m-60:focus {
    margin: 15rem;
  }

  .sm\:focus\:m-64:focus {
    margin: 16rem;
  }

  .sm\:focus\:m-72:focus {
    margin: 18rem;
  }

  .sm\:focus\:m-80:focus {
    margin: 20rem;
  }

  .sm\:focus\:m-96:focus {
    margin: 24rem;
  }

  .sm\:focus\:m-auto:focus {
    margin: auto;
  }

  .sm\:focus\:m-px:focus {
    margin: 1px;
  }

  .sm\:focus\:m-0\.5:focus {
    margin: 0.125rem;
  }

  .sm\:focus\:m-1\.5:focus {
    margin: 0.375rem;
  }

  .sm\:focus\:m-2\.5:focus {
    margin: 0.625rem;
  }

  .sm\:focus\:m-3\.5:focus {
    margin: 0.875rem;
  }

  .sm\:focus\:-m-0:focus {
    margin: 0px;
  }

  .sm\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .sm\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .sm\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .sm\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .sm\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .sm\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .sm\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .sm\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .sm\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .sm\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .sm\:focus\:-m-11:focus {
    margin: -2.75rem;
  }

  .sm\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .sm\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .sm\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .sm\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .sm\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .sm\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .sm\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .sm\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .sm\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .sm\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .sm\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .sm\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .sm\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .sm\:focus\:-m-60:focus {
    margin: -15rem;
  }

  .sm\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .sm\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .sm\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .sm\:focus\:-m-96:focus {
    margin: -24rem;
  }

  .sm\:focus\:-m-px:focus {
    margin: -1px;
  }

  .sm\:focus\:-m-0\.5:focus {
    margin: -0.125rem;
  }

  .sm\:focus\:-m-1\.5:focus {
    margin: -0.375rem;
  }

  .sm\:focus\:-m-2\.5:focus {
    margin: -0.625rem;
  }

  .sm\:focus\:-m-3\.5:focus {
    margin: -0.875rem;
  }

  .sm\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus\:my-11:focus {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:focus\:mx-11:focus {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus\:my-60:focus {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:focus\:mx-60:focus {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:focus\:my-96:focus {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:focus\:mx-96:focus {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus\:my-0\.5:focus {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:focus\:mx-0\.5:focus {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:focus\:my-1\.5:focus {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:focus\:mx-1\.5:focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:focus\:my-2\.5:focus {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:focus\:mx-2\.5:focus {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:focus\:my-3\.5:focus {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:focus\:mx-3\.5:focus {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus\:-my-11:focus {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:focus\:-mx-11:focus {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus\:-my-60:focus {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:focus\:-mx-60:focus {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:focus\:-my-96:focus {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:focus\:-mx-96:focus {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus\:-my-0\.5:focus {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:focus\:-mx-0\.5:focus {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:focus\:-my-1\.5:focus {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:focus\:-mx-1\.5:focus {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:focus\:-my-2\.5:focus {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:focus\:-mx-2\.5:focus {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:focus\:-my-3\.5:focus {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:focus\:-mx-3\.5:focus {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .sm\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .sm\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .sm\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .sm\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .sm\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .sm\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .sm\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .sm\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .sm\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .sm\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .sm\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .sm\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .sm\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .sm\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .sm\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .sm\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .sm\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .sm\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .sm\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .sm\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .sm\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .sm\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .sm\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .sm\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .sm\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .sm\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .sm\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .sm\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .sm\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .sm\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .sm\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .sm\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .sm\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .sm\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .sm\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .sm\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .sm\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .sm\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .sm\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .sm\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .sm\:focus\:mt-11:focus {
    margin-top: 2.75rem;
  }

  .sm\:focus\:mr-11:focus {
    margin-right: 2.75rem;
  }

  .sm\:focus\:mb-11:focus {
    margin-bottom: 2.75rem;
  }

  .sm\:focus\:ml-11:focus {
    margin-left: 2.75rem;
  }

  .sm\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .sm\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .sm\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .sm\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .sm\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .sm\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .sm\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .sm\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .sm\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .sm\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .sm\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .sm\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .sm\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .sm\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .sm\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .sm\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .sm\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .sm\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .sm\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .sm\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .sm\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .sm\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .sm\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .sm\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .sm\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .sm\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .sm\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .sm\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .sm\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .sm\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .sm\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .sm\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .sm\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .sm\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .sm\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .sm\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .sm\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .sm\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .sm\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .sm\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .sm\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .sm\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .sm\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .sm\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .sm\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .sm\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .sm\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .sm\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .sm\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .sm\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .sm\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .sm\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .sm\:focus\:mt-60:focus {
    margin-top: 15rem;
  }

  .sm\:focus\:mr-60:focus {
    margin-right: 15rem;
  }

  .sm\:focus\:mb-60:focus {
    margin-bottom: 15rem;
  }

  .sm\:focus\:ml-60:focus {
    margin-left: 15rem;
  }

  .sm\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .sm\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .sm\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .sm\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .sm\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .sm\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .sm\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .sm\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .sm\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .sm\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .sm\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .sm\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .sm\:focus\:mt-96:focus {
    margin-top: 24rem;
  }

  .sm\:focus\:mr-96:focus {
    margin-right: 24rem;
  }

  .sm\:focus\:mb-96:focus {
    margin-bottom: 24rem;
  }

  .sm\:focus\:ml-96:focus {
    margin-left: 24rem;
  }

  .sm\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .sm\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .sm\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .sm\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .sm\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .sm\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .sm\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .sm\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .sm\:focus\:mt-0\.5:focus {
    margin-top: 0.125rem;
  }

  .sm\:focus\:mr-0\.5:focus {
    margin-right: 0.125rem;
  }

  .sm\:focus\:mb-0\.5:focus {
    margin-bottom: 0.125rem;
  }

  .sm\:focus\:ml-0\.5:focus {
    margin-left: 0.125rem;
  }

  .sm\:focus\:mt-1\.5:focus {
    margin-top: 0.375rem;
  }

  .sm\:focus\:mr-1\.5:focus {
    margin-right: 0.375rem;
  }

  .sm\:focus\:mb-1\.5:focus {
    margin-bottom: 0.375rem;
  }

  .sm\:focus\:ml-1\.5:focus {
    margin-left: 0.375rem;
  }

  .sm\:focus\:mt-2\.5:focus {
    margin-top: 0.625rem;
  }

  .sm\:focus\:mr-2\.5:focus {
    margin-right: 0.625rem;
  }

  .sm\:focus\:mb-2\.5:focus {
    margin-bottom: 0.625rem;
  }

  .sm\:focus\:ml-2\.5:focus {
    margin-left: 0.625rem;
  }

  .sm\:focus\:mt-3\.5:focus {
    margin-top: 0.875rem;
  }

  .sm\:focus\:mr-3\.5:focus {
    margin-right: 0.875rem;
  }

  .sm\:focus\:mb-3\.5:focus {
    margin-bottom: 0.875rem;
  }

  .sm\:focus\:ml-3\.5:focus {
    margin-left: 0.875rem;
  }

  .sm\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .sm\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .sm\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .sm\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .sm\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .sm\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .sm\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .sm\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .sm\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .sm\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .sm\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .sm\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .sm\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .sm\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .sm\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .sm\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .sm\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .sm\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .sm\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .sm\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .sm\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .sm\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .sm\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .sm\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .sm\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .sm\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .sm\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .sm\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .sm\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .sm\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .sm\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .sm\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .sm\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .sm\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .sm\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .sm\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .sm\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .sm\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .sm\:focus\:-mt-11:focus {
    margin-top: -2.75rem;
  }

  .sm\:focus\:-mr-11:focus {
    margin-right: -2.75rem;
  }

  .sm\:focus\:-mb-11:focus {
    margin-bottom: -2.75rem;
  }

  .sm\:focus\:-ml-11:focus {
    margin-left: -2.75rem;
  }

  .sm\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .sm\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .sm\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .sm\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .sm\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .sm\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .sm\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .sm\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .sm\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .sm\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .sm\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .sm\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .sm\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .sm\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .sm\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .sm\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .sm\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .sm\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .sm\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .sm\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .sm\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .sm\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .sm\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .sm\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .sm\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .sm\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .sm\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .sm\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .sm\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .sm\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .sm\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .sm\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .sm\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .sm\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .sm\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .sm\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .sm\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .sm\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .sm\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .sm\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .sm\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .sm\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .sm\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .sm\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .sm\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .sm\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .sm\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .sm\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .sm\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .sm\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .sm\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .sm\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .sm\:focus\:-mt-60:focus {
    margin-top: -15rem;
  }

  .sm\:focus\:-mr-60:focus {
    margin-right: -15rem;
  }

  .sm\:focus\:-mb-60:focus {
    margin-bottom: -15rem;
  }

  .sm\:focus\:-ml-60:focus {
    margin-left: -15rem;
  }

  .sm\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .sm\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .sm\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .sm\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .sm\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .sm\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .sm\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .sm\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .sm\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .sm\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .sm\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .sm\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .sm\:focus\:-mt-96:focus {
    margin-top: -24rem;
  }

  .sm\:focus\:-mr-96:focus {
    margin-right: -24rem;
  }

  .sm\:focus\:-mb-96:focus {
    margin-bottom: -24rem;
  }

  .sm\:focus\:-ml-96:focus {
    margin-left: -24rem;
  }

  .sm\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .sm\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .sm\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .sm\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .sm\:focus\:-mt-0\.5:focus {
    margin-top: -0.125rem;
  }

  .sm\:focus\:-mr-0\.5:focus {
    margin-right: -0.125rem;
  }

  .sm\:focus\:-mb-0\.5:focus {
    margin-bottom: -0.125rem;
  }

  .sm\:focus\:-ml-0\.5:focus {
    margin-left: -0.125rem;
  }

  .sm\:focus\:-mt-1\.5:focus {
    margin-top: -0.375rem;
  }

  .sm\:focus\:-mr-1\.5:focus {
    margin-right: -0.375rem;
  }

  .sm\:focus\:-mb-1\.5:focus {
    margin-bottom: -0.375rem;
  }

  .sm\:focus\:-ml-1\.5:focus {
    margin-left: -0.375rem;
  }

  .sm\:focus\:-mt-2\.5:focus {
    margin-top: -0.625rem;
  }

  .sm\:focus\:-mr-2\.5:focus {
    margin-right: -0.625rem;
  }

  .sm\:focus\:-mb-2\.5:focus {
    margin-bottom: -0.625rem;
  }

  .sm\:focus\:-ml-2\.5:focus {
    margin-left: -0.625rem;
  }

  .sm\:focus\:-mt-3\.5:focus {
    margin-top: -0.875rem;
  }

  .sm\:focus\:-mr-3\.5:focus {
    margin-right: -0.875rem;
  }

  .sm\:focus\:-mb-3\.5:focus {
    margin-bottom: -0.875rem;
  }

  .sm\:focus\:-ml-3\.5:focus {
    margin-left: -0.875rem;
  }

  .sm\:active\:m-0:active {
    margin: 0px;
  }

  .sm\:active\:m-1:active {
    margin: 0.25rem;
  }

  .sm\:active\:m-2:active {
    margin: 0.5rem;
  }

  .sm\:active\:m-3:active {
    margin: 0.75rem;
  }

  .sm\:active\:m-4:active {
    margin: 1rem;
  }

  .sm\:active\:m-5:active {
    margin: 1.25rem;
  }

  .sm\:active\:m-6:active {
    margin: 1.5rem;
  }

  .sm\:active\:m-7:active {
    margin: 1.75rem;
  }

  .sm\:active\:m-8:active {
    margin: 2rem;
  }

  .sm\:active\:m-9:active {
    margin: 2.25rem;
  }

  .sm\:active\:m-10:active {
    margin: 2.5rem;
  }

  .sm\:active\:m-11:active {
    margin: 2.75rem;
  }

  .sm\:active\:m-12:active {
    margin: 3rem;
  }

  .sm\:active\:m-14:active {
    margin: 3.5rem;
  }

  .sm\:active\:m-16:active {
    margin: 4rem;
  }

  .sm\:active\:m-20:active {
    margin: 5rem;
  }

  .sm\:active\:m-24:active {
    margin: 6rem;
  }

  .sm\:active\:m-28:active {
    margin: 7rem;
  }

  .sm\:active\:m-32:active {
    margin: 8rem;
  }

  .sm\:active\:m-36:active {
    margin: 9rem;
  }

  .sm\:active\:m-40:active {
    margin: 10rem;
  }

  .sm\:active\:m-44:active {
    margin: 11rem;
  }

  .sm\:active\:m-48:active {
    margin: 12rem;
  }

  .sm\:active\:m-52:active {
    margin: 13rem;
  }

  .sm\:active\:m-56:active {
    margin: 14rem;
  }

  .sm\:active\:m-60:active {
    margin: 15rem;
  }

  .sm\:active\:m-64:active {
    margin: 16rem;
  }

  .sm\:active\:m-72:active {
    margin: 18rem;
  }

  .sm\:active\:m-80:active {
    margin: 20rem;
  }

  .sm\:active\:m-96:active {
    margin: 24rem;
  }

  .sm\:active\:m-auto:active {
    margin: auto;
  }

  .sm\:active\:m-px:active {
    margin: 1px;
  }

  .sm\:active\:m-0\.5:active {
    margin: 0.125rem;
  }

  .sm\:active\:m-1\.5:active {
    margin: 0.375rem;
  }

  .sm\:active\:m-2\.5:active {
    margin: 0.625rem;
  }

  .sm\:active\:m-3\.5:active {
    margin: 0.875rem;
  }

  .sm\:active\:-m-0:active {
    margin: 0px;
  }

  .sm\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .sm\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .sm\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .sm\:active\:-m-4:active {
    margin: -1rem;
  }

  .sm\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .sm\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .sm\:active\:-m-7:active {
    margin: -1.75rem;
  }

  .sm\:active\:-m-8:active {
    margin: -2rem;
  }

  .sm\:active\:-m-9:active {
    margin: -2.25rem;
  }

  .sm\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .sm\:active\:-m-11:active {
    margin: -2.75rem;
  }

  .sm\:active\:-m-12:active {
    margin: -3rem;
  }

  .sm\:active\:-m-14:active {
    margin: -3.5rem;
  }

  .sm\:active\:-m-16:active {
    margin: -4rem;
  }

  .sm\:active\:-m-20:active {
    margin: -5rem;
  }

  .sm\:active\:-m-24:active {
    margin: -6rem;
  }

  .sm\:active\:-m-28:active {
    margin: -7rem;
  }

  .sm\:active\:-m-32:active {
    margin: -8rem;
  }

  .sm\:active\:-m-36:active {
    margin: -9rem;
  }

  .sm\:active\:-m-40:active {
    margin: -10rem;
  }

  .sm\:active\:-m-44:active {
    margin: -11rem;
  }

  .sm\:active\:-m-48:active {
    margin: -12rem;
  }

  .sm\:active\:-m-52:active {
    margin: -13rem;
  }

  .sm\:active\:-m-56:active {
    margin: -14rem;
  }

  .sm\:active\:-m-60:active {
    margin: -15rem;
  }

  .sm\:active\:-m-64:active {
    margin: -16rem;
  }

  .sm\:active\:-m-72:active {
    margin: -18rem;
  }

  .sm\:active\:-m-80:active {
    margin: -20rem;
  }

  .sm\:active\:-m-96:active {
    margin: -24rem;
  }

  .sm\:active\:-m-px:active {
    margin: -1px;
  }

  .sm\:active\:-m-0\.5:active {
    margin: -0.125rem;
  }

  .sm\:active\:-m-1\.5:active {
    margin: -0.375rem;
  }

  .sm\:active\:-m-2\.5:active {
    margin: -0.625rem;
  }

  .sm\:active\:-m-3\.5:active {
    margin: -0.875rem;
  }

  .sm\:active\:my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:active\:mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:active\:my-7:active {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:active\:mx-7:active {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:active\:my-9:active {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:active\:mx-9:active {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:active\:my-11:active {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:active\:mx-11:active {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:active\:my-14:active {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:active\:mx-14:active {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:active\:my-28:active {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:active\:mx-28:active {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:active\:my-36:active {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:active\:mx-36:active {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:active\:my-44:active {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:active\:mx-44:active {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:active\:my-52:active {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:active\:mx-52:active {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:active\:my-60:active {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:active\:mx-60:active {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:active\:my-72:active {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:active\:mx-72:active {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:active\:my-80:active {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:active\:mx-80:active {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:active\:my-96:active {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:active\:mx-96:active {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:active\:my-0\.5:active {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:active\:mx-0\.5:active {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:active\:my-1\.5:active {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:active\:mx-1\.5:active {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:active\:my-2\.5:active {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:active\:mx-2\.5:active {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:active\:my-3\.5:active {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:active\:mx-3\.5:active {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:active\:-my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:active\:-mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:active\:-my-7:active {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:active\:-mx-7:active {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:active\:-my-9:active {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:active\:-mx-9:active {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:active\:-my-11:active {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:active\:-mx-11:active {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:active\:-my-14:active {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:active\:-mx-14:active {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:active\:-my-28:active {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:active\:-mx-28:active {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:active\:-my-36:active {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:active\:-mx-36:active {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:active\:-my-44:active {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:active\:-mx-44:active {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:active\:-my-52:active {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:active\:-mx-52:active {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:active\:-my-60:active {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:active\:-mx-60:active {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:active\:-my-72:active {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:active\:-mx-72:active {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:active\:-my-80:active {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:active\:-mx-80:active {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:active\:-my-96:active {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:active\:-mx-96:active {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:active\:-my-0\.5:active {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:active\:-mx-0\.5:active {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:active\:-my-1\.5:active {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:active\:-mx-1\.5:active {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:active\:-my-2\.5:active {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:active\:-mx-2\.5:active {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:active\:-my-3\.5:active {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:active\:-mx-3\.5:active {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:active\:mt-0:active {
    margin-top: 0px;
  }

  .sm\:active\:mr-0:active {
    margin-right: 0px;
  }

  .sm\:active\:mb-0:active {
    margin-bottom: 0px;
  }

  .sm\:active\:ml-0:active {
    margin-left: 0px;
  }

  .sm\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .sm\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .sm\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .sm\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .sm\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .sm\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .sm\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .sm\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .sm\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .sm\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .sm\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .sm\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .sm\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .sm\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .sm\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .sm\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .sm\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .sm\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .sm\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .sm\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .sm\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .sm\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .sm\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .sm\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .sm\:active\:mt-7:active {
    margin-top: 1.75rem;
  }

  .sm\:active\:mr-7:active {
    margin-right: 1.75rem;
  }

  .sm\:active\:mb-7:active {
    margin-bottom: 1.75rem;
  }

  .sm\:active\:ml-7:active {
    margin-left: 1.75rem;
  }

  .sm\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .sm\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .sm\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .sm\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .sm\:active\:mt-9:active {
    margin-top: 2.25rem;
  }

  .sm\:active\:mr-9:active {
    margin-right: 2.25rem;
  }

  .sm\:active\:mb-9:active {
    margin-bottom: 2.25rem;
  }

  .sm\:active\:ml-9:active {
    margin-left: 2.25rem;
  }

  .sm\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .sm\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .sm\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .sm\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .sm\:active\:mt-11:active {
    margin-top: 2.75rem;
  }

  .sm\:active\:mr-11:active {
    margin-right: 2.75rem;
  }

  .sm\:active\:mb-11:active {
    margin-bottom: 2.75rem;
  }

  .sm\:active\:ml-11:active {
    margin-left: 2.75rem;
  }

  .sm\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .sm\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .sm\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .sm\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .sm\:active\:mt-14:active {
    margin-top: 3.5rem;
  }

  .sm\:active\:mr-14:active {
    margin-right: 3.5rem;
  }

  .sm\:active\:mb-14:active {
    margin-bottom: 3.5rem;
  }

  .sm\:active\:ml-14:active {
    margin-left: 3.5rem;
  }

  .sm\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .sm\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .sm\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .sm\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .sm\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .sm\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .sm\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .sm\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .sm\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .sm\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .sm\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .sm\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .sm\:active\:mt-28:active {
    margin-top: 7rem;
  }

  .sm\:active\:mr-28:active {
    margin-right: 7rem;
  }

  .sm\:active\:mb-28:active {
    margin-bottom: 7rem;
  }

  .sm\:active\:ml-28:active {
    margin-left: 7rem;
  }

  .sm\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .sm\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .sm\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .sm\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .sm\:active\:mt-36:active {
    margin-top: 9rem;
  }

  .sm\:active\:mr-36:active {
    margin-right: 9rem;
  }

  .sm\:active\:mb-36:active {
    margin-bottom: 9rem;
  }

  .sm\:active\:ml-36:active {
    margin-left: 9rem;
  }

  .sm\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .sm\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .sm\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .sm\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .sm\:active\:mt-44:active {
    margin-top: 11rem;
  }

  .sm\:active\:mr-44:active {
    margin-right: 11rem;
  }

  .sm\:active\:mb-44:active {
    margin-bottom: 11rem;
  }

  .sm\:active\:ml-44:active {
    margin-left: 11rem;
  }

  .sm\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .sm\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .sm\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .sm\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .sm\:active\:mt-52:active {
    margin-top: 13rem;
  }

  .sm\:active\:mr-52:active {
    margin-right: 13rem;
  }

  .sm\:active\:mb-52:active {
    margin-bottom: 13rem;
  }

  .sm\:active\:ml-52:active {
    margin-left: 13rem;
  }

  .sm\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .sm\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .sm\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .sm\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .sm\:active\:mt-60:active {
    margin-top: 15rem;
  }

  .sm\:active\:mr-60:active {
    margin-right: 15rem;
  }

  .sm\:active\:mb-60:active {
    margin-bottom: 15rem;
  }

  .sm\:active\:ml-60:active {
    margin-left: 15rem;
  }

  .sm\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .sm\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .sm\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .sm\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .sm\:active\:mt-72:active {
    margin-top: 18rem;
  }

  .sm\:active\:mr-72:active {
    margin-right: 18rem;
  }

  .sm\:active\:mb-72:active {
    margin-bottom: 18rem;
  }

  .sm\:active\:ml-72:active {
    margin-left: 18rem;
  }

  .sm\:active\:mt-80:active {
    margin-top: 20rem;
  }

  .sm\:active\:mr-80:active {
    margin-right: 20rem;
  }

  .sm\:active\:mb-80:active {
    margin-bottom: 20rem;
  }

  .sm\:active\:ml-80:active {
    margin-left: 20rem;
  }

  .sm\:active\:mt-96:active {
    margin-top: 24rem;
  }

  .sm\:active\:mr-96:active {
    margin-right: 24rem;
  }

  .sm\:active\:mb-96:active {
    margin-bottom: 24rem;
  }

  .sm\:active\:ml-96:active {
    margin-left: 24rem;
  }

  .sm\:active\:mt-auto:active {
    margin-top: auto;
  }

  .sm\:active\:mr-auto:active {
    margin-right: auto;
  }

  .sm\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .sm\:active\:ml-auto:active {
    margin-left: auto;
  }

  .sm\:active\:mt-px:active {
    margin-top: 1px;
  }

  .sm\:active\:mr-px:active {
    margin-right: 1px;
  }

  .sm\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .sm\:active\:ml-px:active {
    margin-left: 1px;
  }

  .sm\:active\:mt-0\.5:active {
    margin-top: 0.125rem;
  }

  .sm\:active\:mr-0\.5:active {
    margin-right: 0.125rem;
  }

  .sm\:active\:mb-0\.5:active {
    margin-bottom: 0.125rem;
  }

  .sm\:active\:ml-0\.5:active {
    margin-left: 0.125rem;
  }

  .sm\:active\:mt-1\.5:active {
    margin-top: 0.375rem;
  }

  .sm\:active\:mr-1\.5:active {
    margin-right: 0.375rem;
  }

  .sm\:active\:mb-1\.5:active {
    margin-bottom: 0.375rem;
  }

  .sm\:active\:ml-1\.5:active {
    margin-left: 0.375rem;
  }

  .sm\:active\:mt-2\.5:active {
    margin-top: 0.625rem;
  }

  .sm\:active\:mr-2\.5:active {
    margin-right: 0.625rem;
  }

  .sm\:active\:mb-2\.5:active {
    margin-bottom: 0.625rem;
  }

  .sm\:active\:ml-2\.5:active {
    margin-left: 0.625rem;
  }

  .sm\:active\:mt-3\.5:active {
    margin-top: 0.875rem;
  }

  .sm\:active\:mr-3\.5:active {
    margin-right: 0.875rem;
  }

  .sm\:active\:mb-3\.5:active {
    margin-bottom: 0.875rem;
  }

  .sm\:active\:ml-3\.5:active {
    margin-left: 0.875rem;
  }

  .sm\:active\:-mt-0:active {
    margin-top: 0px;
  }

  .sm\:active\:-mr-0:active {
    margin-right: 0px;
  }

  .sm\:active\:-mb-0:active {
    margin-bottom: 0px;
  }

  .sm\:active\:-ml-0:active {
    margin-left: 0px;
  }

  .sm\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .sm\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .sm\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .sm\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .sm\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .sm\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .sm\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .sm\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .sm\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .sm\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .sm\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .sm\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .sm\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .sm\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .sm\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .sm\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .sm\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .sm\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .sm\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .sm\:active\:-mt-7:active {
    margin-top: -1.75rem;
  }

  .sm\:active\:-mr-7:active {
    margin-right: -1.75rem;
  }

  .sm\:active\:-mb-7:active {
    margin-bottom: -1.75rem;
  }

  .sm\:active\:-ml-7:active {
    margin-left: -1.75rem;
  }

  .sm\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .sm\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .sm\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .sm\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .sm\:active\:-mt-9:active {
    margin-top: -2.25rem;
  }

  .sm\:active\:-mr-9:active {
    margin-right: -2.25rem;
  }

  .sm\:active\:-mb-9:active {
    margin-bottom: -2.25rem;
  }

  .sm\:active\:-ml-9:active {
    margin-left: -2.25rem;
  }

  .sm\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .sm\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .sm\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .sm\:active\:-mt-11:active {
    margin-top: -2.75rem;
  }

  .sm\:active\:-mr-11:active {
    margin-right: -2.75rem;
  }

  .sm\:active\:-mb-11:active {
    margin-bottom: -2.75rem;
  }

  .sm\:active\:-ml-11:active {
    margin-left: -2.75rem;
  }

  .sm\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .sm\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .sm\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .sm\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .sm\:active\:-mt-14:active {
    margin-top: -3.5rem;
  }

  .sm\:active\:-mr-14:active {
    margin-right: -3.5rem;
  }

  .sm\:active\:-mb-14:active {
    margin-bottom: -3.5rem;
  }

  .sm\:active\:-ml-14:active {
    margin-left: -3.5rem;
  }

  .sm\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .sm\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .sm\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .sm\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .sm\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .sm\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .sm\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .sm\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .sm\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .sm\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .sm\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .sm\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .sm\:active\:-mt-28:active {
    margin-top: -7rem;
  }

  .sm\:active\:-mr-28:active {
    margin-right: -7rem;
  }

  .sm\:active\:-mb-28:active {
    margin-bottom: -7rem;
  }

  .sm\:active\:-ml-28:active {
    margin-left: -7rem;
  }

  .sm\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .sm\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .sm\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .sm\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .sm\:active\:-mt-36:active {
    margin-top: -9rem;
  }

  .sm\:active\:-mr-36:active {
    margin-right: -9rem;
  }

  .sm\:active\:-mb-36:active {
    margin-bottom: -9rem;
  }

  .sm\:active\:-ml-36:active {
    margin-left: -9rem;
  }

  .sm\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .sm\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .sm\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .sm\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .sm\:active\:-mt-44:active {
    margin-top: -11rem;
  }

  .sm\:active\:-mr-44:active {
    margin-right: -11rem;
  }

  .sm\:active\:-mb-44:active {
    margin-bottom: -11rem;
  }

  .sm\:active\:-ml-44:active {
    margin-left: -11rem;
  }

  .sm\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .sm\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .sm\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .sm\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .sm\:active\:-mt-52:active {
    margin-top: -13rem;
  }

  .sm\:active\:-mr-52:active {
    margin-right: -13rem;
  }

  .sm\:active\:-mb-52:active {
    margin-bottom: -13rem;
  }

  .sm\:active\:-ml-52:active {
    margin-left: -13rem;
  }

  .sm\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .sm\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .sm\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .sm\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .sm\:active\:-mt-60:active {
    margin-top: -15rem;
  }

  .sm\:active\:-mr-60:active {
    margin-right: -15rem;
  }

  .sm\:active\:-mb-60:active {
    margin-bottom: -15rem;
  }

  .sm\:active\:-ml-60:active {
    margin-left: -15rem;
  }

  .sm\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .sm\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .sm\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .sm\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .sm\:active\:-mt-72:active {
    margin-top: -18rem;
  }

  .sm\:active\:-mr-72:active {
    margin-right: -18rem;
  }

  .sm\:active\:-mb-72:active {
    margin-bottom: -18rem;
  }

  .sm\:active\:-ml-72:active {
    margin-left: -18rem;
  }

  .sm\:active\:-mt-80:active {
    margin-top: -20rem;
  }

  .sm\:active\:-mr-80:active {
    margin-right: -20rem;
  }

  .sm\:active\:-mb-80:active {
    margin-bottom: -20rem;
  }

  .sm\:active\:-ml-80:active {
    margin-left: -20rem;
  }

  .sm\:active\:-mt-96:active {
    margin-top: -24rem;
  }

  .sm\:active\:-mr-96:active {
    margin-right: -24rem;
  }

  .sm\:active\:-mb-96:active {
    margin-bottom: -24rem;
  }

  .sm\:active\:-ml-96:active {
    margin-left: -24rem;
  }

  .sm\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .sm\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .sm\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .sm\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .sm\:active\:-mt-0\.5:active {
    margin-top: -0.125rem;
  }

  .sm\:active\:-mr-0\.5:active {
    margin-right: -0.125rem;
  }

  .sm\:active\:-mb-0\.5:active {
    margin-bottom: -0.125rem;
  }

  .sm\:active\:-ml-0\.5:active {
    margin-left: -0.125rem;
  }

  .sm\:active\:-mt-1\.5:active {
    margin-top: -0.375rem;
  }

  .sm\:active\:-mr-1\.5:active {
    margin-right: -0.375rem;
  }

  .sm\:active\:-mb-1\.5:active {
    margin-bottom: -0.375rem;
  }

  .sm\:active\:-ml-1\.5:active {
    margin-left: -0.375rem;
  }

  .sm\:active\:-mt-2\.5:active {
    margin-top: -0.625rem;
  }

  .sm\:active\:-mr-2\.5:active {
    margin-right: -0.625rem;
  }

  .sm\:active\:-mb-2\.5:active {
    margin-bottom: -0.625rem;
  }

  .sm\:active\:-ml-2\.5:active {
    margin-left: -0.625rem;
  }

  .sm\:active\:-mt-3\.5:active {
    margin-top: -0.875rem;
  }

  .sm\:active\:-mr-3\.5:active {
    margin-right: -0.875rem;
  }

  .sm\:active\:-mb-3\.5:active {
    margin-bottom: -0.875rem;
  }

  .sm\:active\:-ml-3\.5:active {
    margin-left: -0.875rem;
  }

  .sm\:visited\:m-0:visited {
    margin: 0px;
  }

  .sm\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .sm\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .sm\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .sm\:visited\:m-4:visited {
    margin: 1rem;
  }

  .sm\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .sm\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .sm\:visited\:m-7:visited {
    margin: 1.75rem;
  }

  .sm\:visited\:m-8:visited {
    margin: 2rem;
  }

  .sm\:visited\:m-9:visited {
    margin: 2.25rem;
  }

  .sm\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .sm\:visited\:m-11:visited {
    margin: 2.75rem;
  }

  .sm\:visited\:m-12:visited {
    margin: 3rem;
  }

  .sm\:visited\:m-14:visited {
    margin: 3.5rem;
  }

  .sm\:visited\:m-16:visited {
    margin: 4rem;
  }

  .sm\:visited\:m-20:visited {
    margin: 5rem;
  }

  .sm\:visited\:m-24:visited {
    margin: 6rem;
  }

  .sm\:visited\:m-28:visited {
    margin: 7rem;
  }

  .sm\:visited\:m-32:visited {
    margin: 8rem;
  }

  .sm\:visited\:m-36:visited {
    margin: 9rem;
  }

  .sm\:visited\:m-40:visited {
    margin: 10rem;
  }

  .sm\:visited\:m-44:visited {
    margin: 11rem;
  }

  .sm\:visited\:m-48:visited {
    margin: 12rem;
  }

  .sm\:visited\:m-52:visited {
    margin: 13rem;
  }

  .sm\:visited\:m-56:visited {
    margin: 14rem;
  }

  .sm\:visited\:m-60:visited {
    margin: 15rem;
  }

  .sm\:visited\:m-64:visited {
    margin: 16rem;
  }

  .sm\:visited\:m-72:visited {
    margin: 18rem;
  }

  .sm\:visited\:m-80:visited {
    margin: 20rem;
  }

  .sm\:visited\:m-96:visited {
    margin: 24rem;
  }

  .sm\:visited\:m-auto:visited {
    margin: auto;
  }

  .sm\:visited\:m-px:visited {
    margin: 1px;
  }

  .sm\:visited\:m-0\.5:visited {
    margin: 0.125rem;
  }

  .sm\:visited\:m-1\.5:visited {
    margin: 0.375rem;
  }

  .sm\:visited\:m-2\.5:visited {
    margin: 0.625rem;
  }

  .sm\:visited\:m-3\.5:visited {
    margin: 0.875rem;
  }

  .sm\:visited\:-m-0:visited {
    margin: 0px;
  }

  .sm\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .sm\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .sm\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .sm\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .sm\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .sm\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .sm\:visited\:-m-7:visited {
    margin: -1.75rem;
  }

  .sm\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .sm\:visited\:-m-9:visited {
    margin: -2.25rem;
  }

  .sm\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .sm\:visited\:-m-11:visited {
    margin: -2.75rem;
  }

  .sm\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .sm\:visited\:-m-14:visited {
    margin: -3.5rem;
  }

  .sm\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .sm\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .sm\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .sm\:visited\:-m-28:visited {
    margin: -7rem;
  }

  .sm\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .sm\:visited\:-m-36:visited {
    margin: -9rem;
  }

  .sm\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .sm\:visited\:-m-44:visited {
    margin: -11rem;
  }

  .sm\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .sm\:visited\:-m-52:visited {
    margin: -13rem;
  }

  .sm\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .sm\:visited\:-m-60:visited {
    margin: -15rem;
  }

  .sm\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .sm\:visited\:-m-72:visited {
    margin: -18rem;
  }

  .sm\:visited\:-m-80:visited {
    margin: -20rem;
  }

  .sm\:visited\:-m-96:visited {
    margin: -24rem;
  }

  .sm\:visited\:-m-px:visited {
    margin: -1px;
  }

  .sm\:visited\:-m-0\.5:visited {
    margin: -0.125rem;
  }

  .sm\:visited\:-m-1\.5:visited {
    margin: -0.375rem;
  }

  .sm\:visited\:-m-2\.5:visited {
    margin: -0.625rem;
  }

  .sm\:visited\:-m-3\.5:visited {
    margin: -0.875rem;
  }

  .sm\:visited\:my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:visited\:mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:visited\:my-7:visited {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:visited\:mx-7:visited {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:visited\:my-9:visited {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:visited\:mx-9:visited {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:visited\:my-11:visited {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:visited\:mx-11:visited {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:visited\:my-14:visited {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:visited\:mx-14:visited {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:visited\:my-28:visited {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:visited\:mx-28:visited {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:visited\:my-36:visited {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:visited\:mx-36:visited {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:visited\:my-44:visited {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:visited\:mx-44:visited {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:visited\:my-52:visited {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:visited\:mx-52:visited {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:visited\:my-60:visited {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:visited\:mx-60:visited {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:visited\:my-72:visited {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:visited\:mx-72:visited {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:visited\:my-80:visited {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:visited\:mx-80:visited {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:visited\:my-96:visited {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:visited\:mx-96:visited {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:visited\:my-0\.5:visited {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:visited\:mx-0\.5:visited {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:visited\:my-1\.5:visited {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:visited\:mx-1\.5:visited {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:visited\:my-2\.5:visited {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:visited\:mx-2\.5:visited {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:visited\:my-3\.5:visited {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:visited\:mx-3\.5:visited {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:visited\:-my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:visited\:-mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:visited\:-my-7:visited {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:visited\:-mx-7:visited {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:visited\:-my-9:visited {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:visited\:-mx-9:visited {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:visited\:-my-11:visited {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:visited\:-mx-11:visited {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:visited\:-my-14:visited {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:visited\:-mx-14:visited {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:visited\:-my-28:visited {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:visited\:-mx-28:visited {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:visited\:-my-36:visited {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:visited\:-mx-36:visited {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:visited\:-my-44:visited {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:visited\:-mx-44:visited {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:visited\:-my-52:visited {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:visited\:-mx-52:visited {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:visited\:-my-60:visited {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:visited\:-mx-60:visited {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:visited\:-my-72:visited {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:visited\:-mx-72:visited {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:visited\:-my-80:visited {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:visited\:-mx-80:visited {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:visited\:-my-96:visited {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:visited\:-mx-96:visited {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:visited\:-my-0\.5:visited {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:visited\:-mx-0\.5:visited {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:visited\:-my-1\.5:visited {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:visited\:-mx-1\.5:visited {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:visited\:-my-2\.5:visited {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:visited\:-mx-2\.5:visited {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:visited\:-my-3\.5:visited {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:visited\:-mx-3\.5:visited {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:visited\:mt-0:visited {
    margin-top: 0px;
  }

  .sm\:visited\:mr-0:visited {
    margin-right: 0px;
  }

  .sm\:visited\:mb-0:visited {
    margin-bottom: 0px;
  }

  .sm\:visited\:ml-0:visited {
    margin-left: 0px;
  }

  .sm\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .sm\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .sm\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .sm\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .sm\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .sm\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .sm\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .sm\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .sm\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .sm\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .sm\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .sm\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .sm\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .sm\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .sm\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .sm\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .sm\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .sm\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .sm\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .sm\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .sm\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .sm\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .sm\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .sm\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .sm\:visited\:mt-7:visited {
    margin-top: 1.75rem;
  }

  .sm\:visited\:mr-7:visited {
    margin-right: 1.75rem;
  }

  .sm\:visited\:mb-7:visited {
    margin-bottom: 1.75rem;
  }

  .sm\:visited\:ml-7:visited {
    margin-left: 1.75rem;
  }

  .sm\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .sm\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .sm\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .sm\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .sm\:visited\:mt-9:visited {
    margin-top: 2.25rem;
  }

  .sm\:visited\:mr-9:visited {
    margin-right: 2.25rem;
  }

  .sm\:visited\:mb-9:visited {
    margin-bottom: 2.25rem;
  }

  .sm\:visited\:ml-9:visited {
    margin-left: 2.25rem;
  }

  .sm\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .sm\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .sm\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .sm\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .sm\:visited\:mt-11:visited {
    margin-top: 2.75rem;
  }

  .sm\:visited\:mr-11:visited {
    margin-right: 2.75rem;
  }

  .sm\:visited\:mb-11:visited {
    margin-bottom: 2.75rem;
  }

  .sm\:visited\:ml-11:visited {
    margin-left: 2.75rem;
  }

  .sm\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .sm\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .sm\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .sm\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .sm\:visited\:mt-14:visited {
    margin-top: 3.5rem;
  }

  .sm\:visited\:mr-14:visited {
    margin-right: 3.5rem;
  }

  .sm\:visited\:mb-14:visited {
    margin-bottom: 3.5rem;
  }

  .sm\:visited\:ml-14:visited {
    margin-left: 3.5rem;
  }

  .sm\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .sm\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .sm\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .sm\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .sm\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .sm\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .sm\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .sm\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .sm\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .sm\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .sm\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .sm\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .sm\:visited\:mt-28:visited {
    margin-top: 7rem;
  }

  .sm\:visited\:mr-28:visited {
    margin-right: 7rem;
  }

  .sm\:visited\:mb-28:visited {
    margin-bottom: 7rem;
  }

  .sm\:visited\:ml-28:visited {
    margin-left: 7rem;
  }

  .sm\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .sm\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .sm\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .sm\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .sm\:visited\:mt-36:visited {
    margin-top: 9rem;
  }

  .sm\:visited\:mr-36:visited {
    margin-right: 9rem;
  }

  .sm\:visited\:mb-36:visited {
    margin-bottom: 9rem;
  }

  .sm\:visited\:ml-36:visited {
    margin-left: 9rem;
  }

  .sm\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .sm\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .sm\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .sm\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .sm\:visited\:mt-44:visited {
    margin-top: 11rem;
  }

  .sm\:visited\:mr-44:visited {
    margin-right: 11rem;
  }

  .sm\:visited\:mb-44:visited {
    margin-bottom: 11rem;
  }

  .sm\:visited\:ml-44:visited {
    margin-left: 11rem;
  }

  .sm\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .sm\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .sm\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .sm\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .sm\:visited\:mt-52:visited {
    margin-top: 13rem;
  }

  .sm\:visited\:mr-52:visited {
    margin-right: 13rem;
  }

  .sm\:visited\:mb-52:visited {
    margin-bottom: 13rem;
  }

  .sm\:visited\:ml-52:visited {
    margin-left: 13rem;
  }

  .sm\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .sm\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .sm\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .sm\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .sm\:visited\:mt-60:visited {
    margin-top: 15rem;
  }

  .sm\:visited\:mr-60:visited {
    margin-right: 15rem;
  }

  .sm\:visited\:mb-60:visited {
    margin-bottom: 15rem;
  }

  .sm\:visited\:ml-60:visited {
    margin-left: 15rem;
  }

  .sm\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .sm\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .sm\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .sm\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .sm\:visited\:mt-72:visited {
    margin-top: 18rem;
  }

  .sm\:visited\:mr-72:visited {
    margin-right: 18rem;
  }

  .sm\:visited\:mb-72:visited {
    margin-bottom: 18rem;
  }

  .sm\:visited\:ml-72:visited {
    margin-left: 18rem;
  }

  .sm\:visited\:mt-80:visited {
    margin-top: 20rem;
  }

  .sm\:visited\:mr-80:visited {
    margin-right: 20rem;
  }

  .sm\:visited\:mb-80:visited {
    margin-bottom: 20rem;
  }

  .sm\:visited\:ml-80:visited {
    margin-left: 20rem;
  }

  .sm\:visited\:mt-96:visited {
    margin-top: 24rem;
  }

  .sm\:visited\:mr-96:visited {
    margin-right: 24rem;
  }

  .sm\:visited\:mb-96:visited {
    margin-bottom: 24rem;
  }

  .sm\:visited\:ml-96:visited {
    margin-left: 24rem;
  }

  .sm\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .sm\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .sm\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .sm\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .sm\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .sm\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .sm\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .sm\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .sm\:visited\:mt-0\.5:visited {
    margin-top: 0.125rem;
  }

  .sm\:visited\:mr-0\.5:visited {
    margin-right: 0.125rem;
  }

  .sm\:visited\:mb-0\.5:visited {
    margin-bottom: 0.125rem;
  }

  .sm\:visited\:ml-0\.5:visited {
    margin-left: 0.125rem;
  }

  .sm\:visited\:mt-1\.5:visited {
    margin-top: 0.375rem;
  }

  .sm\:visited\:mr-1\.5:visited {
    margin-right: 0.375rem;
  }

  .sm\:visited\:mb-1\.5:visited {
    margin-bottom: 0.375rem;
  }

  .sm\:visited\:ml-1\.5:visited {
    margin-left: 0.375rem;
  }

  .sm\:visited\:mt-2\.5:visited {
    margin-top: 0.625rem;
  }

  .sm\:visited\:mr-2\.5:visited {
    margin-right: 0.625rem;
  }

  .sm\:visited\:mb-2\.5:visited {
    margin-bottom: 0.625rem;
  }

  .sm\:visited\:ml-2\.5:visited {
    margin-left: 0.625rem;
  }

  .sm\:visited\:mt-3\.5:visited {
    margin-top: 0.875rem;
  }

  .sm\:visited\:mr-3\.5:visited {
    margin-right: 0.875rem;
  }

  .sm\:visited\:mb-3\.5:visited {
    margin-bottom: 0.875rem;
  }

  .sm\:visited\:ml-3\.5:visited {
    margin-left: 0.875rem;
  }

  .sm\:visited\:-mt-0:visited {
    margin-top: 0px;
  }

  .sm\:visited\:-mr-0:visited {
    margin-right: 0px;
  }

  .sm\:visited\:-mb-0:visited {
    margin-bottom: 0px;
  }

  .sm\:visited\:-ml-0:visited {
    margin-left: 0px;
  }

  .sm\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .sm\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .sm\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .sm\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .sm\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .sm\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .sm\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .sm\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .sm\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .sm\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .sm\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .sm\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .sm\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .sm\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .sm\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .sm\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .sm\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .sm\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .sm\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .sm\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .sm\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .sm\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .sm\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .sm\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .sm\:visited\:-mt-7:visited {
    margin-top: -1.75rem;
  }

  .sm\:visited\:-mr-7:visited {
    margin-right: -1.75rem;
  }

  .sm\:visited\:-mb-7:visited {
    margin-bottom: -1.75rem;
  }

  .sm\:visited\:-ml-7:visited {
    margin-left: -1.75rem;
  }

  .sm\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .sm\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .sm\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .sm\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .sm\:visited\:-mt-9:visited {
    margin-top: -2.25rem;
  }

  .sm\:visited\:-mr-9:visited {
    margin-right: -2.25rem;
  }

  .sm\:visited\:-mb-9:visited {
    margin-bottom: -2.25rem;
  }

  .sm\:visited\:-ml-9:visited {
    margin-left: -2.25rem;
  }

  .sm\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .sm\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .sm\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .sm\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .sm\:visited\:-mt-11:visited {
    margin-top: -2.75rem;
  }

  .sm\:visited\:-mr-11:visited {
    margin-right: -2.75rem;
  }

  .sm\:visited\:-mb-11:visited {
    margin-bottom: -2.75rem;
  }

  .sm\:visited\:-ml-11:visited {
    margin-left: -2.75rem;
  }

  .sm\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .sm\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .sm\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .sm\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .sm\:visited\:-mt-14:visited {
    margin-top: -3.5rem;
  }

  .sm\:visited\:-mr-14:visited {
    margin-right: -3.5rem;
  }

  .sm\:visited\:-mb-14:visited {
    margin-bottom: -3.5rem;
  }

  .sm\:visited\:-ml-14:visited {
    margin-left: -3.5rem;
  }

  .sm\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .sm\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .sm\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .sm\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .sm\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .sm\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .sm\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .sm\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .sm\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .sm\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .sm\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .sm\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .sm\:visited\:-mt-28:visited {
    margin-top: -7rem;
  }

  .sm\:visited\:-mr-28:visited {
    margin-right: -7rem;
  }

  .sm\:visited\:-mb-28:visited {
    margin-bottom: -7rem;
  }

  .sm\:visited\:-ml-28:visited {
    margin-left: -7rem;
  }

  .sm\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .sm\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .sm\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .sm\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .sm\:visited\:-mt-36:visited {
    margin-top: -9rem;
  }

  .sm\:visited\:-mr-36:visited {
    margin-right: -9rem;
  }

  .sm\:visited\:-mb-36:visited {
    margin-bottom: -9rem;
  }

  .sm\:visited\:-ml-36:visited {
    margin-left: -9rem;
  }

  .sm\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .sm\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .sm\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .sm\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .sm\:visited\:-mt-44:visited {
    margin-top: -11rem;
  }

  .sm\:visited\:-mr-44:visited {
    margin-right: -11rem;
  }

  .sm\:visited\:-mb-44:visited {
    margin-bottom: -11rem;
  }

  .sm\:visited\:-ml-44:visited {
    margin-left: -11rem;
  }

  .sm\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .sm\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .sm\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .sm\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .sm\:visited\:-mt-52:visited {
    margin-top: -13rem;
  }

  .sm\:visited\:-mr-52:visited {
    margin-right: -13rem;
  }

  .sm\:visited\:-mb-52:visited {
    margin-bottom: -13rem;
  }

  .sm\:visited\:-ml-52:visited {
    margin-left: -13rem;
  }

  .sm\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .sm\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .sm\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .sm\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .sm\:visited\:-mt-60:visited {
    margin-top: -15rem;
  }

  .sm\:visited\:-mr-60:visited {
    margin-right: -15rem;
  }

  .sm\:visited\:-mb-60:visited {
    margin-bottom: -15rem;
  }

  .sm\:visited\:-ml-60:visited {
    margin-left: -15rem;
  }

  .sm\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .sm\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .sm\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .sm\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .sm\:visited\:-mt-72:visited {
    margin-top: -18rem;
  }

  .sm\:visited\:-mr-72:visited {
    margin-right: -18rem;
  }

  .sm\:visited\:-mb-72:visited {
    margin-bottom: -18rem;
  }

  .sm\:visited\:-ml-72:visited {
    margin-left: -18rem;
  }

  .sm\:visited\:-mt-80:visited {
    margin-top: -20rem;
  }

  .sm\:visited\:-mr-80:visited {
    margin-right: -20rem;
  }

  .sm\:visited\:-mb-80:visited {
    margin-bottom: -20rem;
  }

  .sm\:visited\:-ml-80:visited {
    margin-left: -20rem;
  }

  .sm\:visited\:-mt-96:visited {
    margin-top: -24rem;
  }

  .sm\:visited\:-mr-96:visited {
    margin-right: -24rem;
  }

  .sm\:visited\:-mb-96:visited {
    margin-bottom: -24rem;
  }

  .sm\:visited\:-ml-96:visited {
    margin-left: -24rem;
  }

  .sm\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .sm\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .sm\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .sm\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .sm\:visited\:-mt-0\.5:visited {
    margin-top: -0.125rem;
  }

  .sm\:visited\:-mr-0\.5:visited {
    margin-right: -0.125rem;
  }

  .sm\:visited\:-mb-0\.5:visited {
    margin-bottom: -0.125rem;
  }

  .sm\:visited\:-ml-0\.5:visited {
    margin-left: -0.125rem;
  }

  .sm\:visited\:-mt-1\.5:visited {
    margin-top: -0.375rem;
  }

  .sm\:visited\:-mr-1\.5:visited {
    margin-right: -0.375rem;
  }

  .sm\:visited\:-mb-1\.5:visited {
    margin-bottom: -0.375rem;
  }

  .sm\:visited\:-ml-1\.5:visited {
    margin-left: -0.375rem;
  }

  .sm\:visited\:-mt-2\.5:visited {
    margin-top: -0.625rem;
  }

  .sm\:visited\:-mr-2\.5:visited {
    margin-right: -0.625rem;
  }

  .sm\:visited\:-mb-2\.5:visited {
    margin-bottom: -0.625rem;
  }

  .sm\:visited\:-ml-2\.5:visited {
    margin-left: -0.625rem;
  }

  .sm\:visited\:-mt-3\.5:visited {
    margin-top: -0.875rem;
  }

  .sm\:visited\:-mr-3\.5:visited {
    margin-right: -0.875rem;
  }

  .sm\:visited\:-mb-3\.5:visited {
    margin-bottom: -0.875rem;
  }

  .sm\:visited\:-ml-3\.5:visited {
    margin-left: -0.875rem;
  }

  .sm\:disabled\:m-0:disabled {
    margin: 0px;
  }

  .sm\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .sm\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .sm\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .sm\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .sm\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .sm\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .sm\:disabled\:m-7:disabled {
    margin: 1.75rem;
  }

  .sm\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .sm\:disabled\:m-9:disabled {
    margin: 2.25rem;
  }

  .sm\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .sm\:disabled\:m-11:disabled {
    margin: 2.75rem;
  }

  .sm\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .sm\:disabled\:m-14:disabled {
    margin: 3.5rem;
  }

  .sm\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .sm\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .sm\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .sm\:disabled\:m-28:disabled {
    margin: 7rem;
  }

  .sm\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .sm\:disabled\:m-36:disabled {
    margin: 9rem;
  }

  .sm\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .sm\:disabled\:m-44:disabled {
    margin: 11rem;
  }

  .sm\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .sm\:disabled\:m-52:disabled {
    margin: 13rem;
  }

  .sm\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .sm\:disabled\:m-60:disabled {
    margin: 15rem;
  }

  .sm\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .sm\:disabled\:m-72:disabled {
    margin: 18rem;
  }

  .sm\:disabled\:m-80:disabled {
    margin: 20rem;
  }

  .sm\:disabled\:m-96:disabled {
    margin: 24rem;
  }

  .sm\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .sm\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .sm\:disabled\:m-0\.5:disabled {
    margin: 0.125rem;
  }

  .sm\:disabled\:m-1\.5:disabled {
    margin: 0.375rem;
  }

  .sm\:disabled\:m-2\.5:disabled {
    margin: 0.625rem;
  }

  .sm\:disabled\:m-3\.5:disabled {
    margin: 0.875rem;
  }

  .sm\:disabled\:-m-0:disabled {
    margin: 0px;
  }

  .sm\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .sm\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .sm\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .sm\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .sm\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .sm\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .sm\:disabled\:-m-7:disabled {
    margin: -1.75rem;
  }

  .sm\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .sm\:disabled\:-m-9:disabled {
    margin: -2.25rem;
  }

  .sm\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .sm\:disabled\:-m-11:disabled {
    margin: -2.75rem;
  }

  .sm\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .sm\:disabled\:-m-14:disabled {
    margin: -3.5rem;
  }

  .sm\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .sm\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .sm\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .sm\:disabled\:-m-28:disabled {
    margin: -7rem;
  }

  .sm\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .sm\:disabled\:-m-36:disabled {
    margin: -9rem;
  }

  .sm\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .sm\:disabled\:-m-44:disabled {
    margin: -11rem;
  }

  .sm\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .sm\:disabled\:-m-52:disabled {
    margin: -13rem;
  }

  .sm\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .sm\:disabled\:-m-60:disabled {
    margin: -15rem;
  }

  .sm\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .sm\:disabled\:-m-72:disabled {
    margin: -18rem;
  }

  .sm\:disabled\:-m-80:disabled {
    margin: -20rem;
  }

  .sm\:disabled\:-m-96:disabled {
    margin: -24rem;
  }

  .sm\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .sm\:disabled\:-m-0\.5:disabled {
    margin: -0.125rem;
  }

  .sm\:disabled\:-m-1\.5:disabled {
    margin: -0.375rem;
  }

  .sm\:disabled\:-m-2\.5:disabled {
    margin: -0.625rem;
  }

  .sm\:disabled\:-m-3\.5:disabled {
    margin: -0.875rem;
  }

  .sm\:disabled\:my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:disabled\:mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:disabled\:my-7:disabled {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:disabled\:mx-7:disabled {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:disabled\:my-9:disabled {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:disabled\:mx-9:disabled {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:disabled\:my-11:disabled {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:disabled\:mx-11:disabled {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:disabled\:my-14:disabled {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:disabled\:mx-14:disabled {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:disabled\:my-28:disabled {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:disabled\:mx-28:disabled {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:disabled\:my-36:disabled {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:disabled\:mx-36:disabled {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:disabled\:my-44:disabled {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:disabled\:mx-44:disabled {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:disabled\:my-52:disabled {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:disabled\:mx-52:disabled {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:disabled\:my-60:disabled {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:disabled\:mx-60:disabled {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:disabled\:my-72:disabled {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:disabled\:mx-72:disabled {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:disabled\:my-80:disabled {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:disabled\:mx-80:disabled {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:disabled\:my-96:disabled {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:disabled\:mx-96:disabled {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:disabled\:my-0\.5:disabled {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:disabled\:mx-0\.5:disabled {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:disabled\:my-1\.5:disabled {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:disabled\:mx-1\.5:disabled {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:disabled\:my-2\.5:disabled {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:disabled\:mx-2\.5:disabled {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:disabled\:my-3\.5:disabled {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:disabled\:mx-3\.5:disabled {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:disabled\:-my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:disabled\:-mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:disabled\:-my-7:disabled {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:disabled\:-mx-7:disabled {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:disabled\:-my-9:disabled {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:disabled\:-mx-9:disabled {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:disabled\:-my-11:disabled {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:disabled\:-mx-11:disabled {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:disabled\:-my-14:disabled {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:disabled\:-mx-14:disabled {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:disabled\:-my-28:disabled {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:disabled\:-mx-28:disabled {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:disabled\:-my-36:disabled {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:disabled\:-mx-36:disabled {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:disabled\:-my-44:disabled {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:disabled\:-mx-44:disabled {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:disabled\:-my-52:disabled {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:disabled\:-mx-52:disabled {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:disabled\:-my-60:disabled {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:disabled\:-mx-60:disabled {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:disabled\:-my-72:disabled {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:disabled\:-mx-72:disabled {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:disabled\:-my-80:disabled {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:disabled\:-mx-80:disabled {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:disabled\:-my-96:disabled {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:disabled\:-mx-96:disabled {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:disabled\:-my-0\.5:disabled {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:disabled\:-mx-0\.5:disabled {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:disabled\:-my-1\.5:disabled {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:disabled\:-mx-1\.5:disabled {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:disabled\:-my-2\.5:disabled {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:disabled\:-mx-2\.5:disabled {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:disabled\:-my-3\.5:disabled {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:disabled\:-mx-3\.5:disabled {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:disabled\:mt-0:disabled {
    margin-top: 0px;
  }

  .sm\:disabled\:mr-0:disabled {
    margin-right: 0px;
  }

  .sm\:disabled\:mb-0:disabled {
    margin-bottom: 0px;
  }

  .sm\:disabled\:ml-0:disabled {
    margin-left: 0px;
  }

  .sm\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .sm\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .sm\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .sm\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .sm\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .sm\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .sm\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .sm\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .sm\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .sm\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .sm\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .sm\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .sm\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .sm\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .sm\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .sm\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .sm\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .sm\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .sm\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .sm\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .sm\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .sm\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .sm\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .sm\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .sm\:disabled\:mt-7:disabled {
    margin-top: 1.75rem;
  }

  .sm\:disabled\:mr-7:disabled {
    margin-right: 1.75rem;
  }

  .sm\:disabled\:mb-7:disabled {
    margin-bottom: 1.75rem;
  }

  .sm\:disabled\:ml-7:disabled {
    margin-left: 1.75rem;
  }

  .sm\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .sm\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .sm\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .sm\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .sm\:disabled\:mt-9:disabled {
    margin-top: 2.25rem;
  }

  .sm\:disabled\:mr-9:disabled {
    margin-right: 2.25rem;
  }

  .sm\:disabled\:mb-9:disabled {
    margin-bottom: 2.25rem;
  }

  .sm\:disabled\:ml-9:disabled {
    margin-left: 2.25rem;
  }

  .sm\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .sm\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .sm\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .sm\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .sm\:disabled\:mt-11:disabled {
    margin-top: 2.75rem;
  }

  .sm\:disabled\:mr-11:disabled {
    margin-right: 2.75rem;
  }

  .sm\:disabled\:mb-11:disabled {
    margin-bottom: 2.75rem;
  }

  .sm\:disabled\:ml-11:disabled {
    margin-left: 2.75rem;
  }

  .sm\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .sm\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .sm\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .sm\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .sm\:disabled\:mt-14:disabled {
    margin-top: 3.5rem;
  }

  .sm\:disabled\:mr-14:disabled {
    margin-right: 3.5rem;
  }

  .sm\:disabled\:mb-14:disabled {
    margin-bottom: 3.5rem;
  }

  .sm\:disabled\:ml-14:disabled {
    margin-left: 3.5rem;
  }

  .sm\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .sm\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .sm\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .sm\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .sm\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .sm\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .sm\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .sm\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .sm\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .sm\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .sm\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .sm\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .sm\:disabled\:mt-28:disabled {
    margin-top: 7rem;
  }

  .sm\:disabled\:mr-28:disabled {
    margin-right: 7rem;
  }

  .sm\:disabled\:mb-28:disabled {
    margin-bottom: 7rem;
  }

  .sm\:disabled\:ml-28:disabled {
    margin-left: 7rem;
  }

  .sm\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .sm\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .sm\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .sm\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .sm\:disabled\:mt-36:disabled {
    margin-top: 9rem;
  }

  .sm\:disabled\:mr-36:disabled {
    margin-right: 9rem;
  }

  .sm\:disabled\:mb-36:disabled {
    margin-bottom: 9rem;
  }

  .sm\:disabled\:ml-36:disabled {
    margin-left: 9rem;
  }

  .sm\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .sm\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .sm\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .sm\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .sm\:disabled\:mt-44:disabled {
    margin-top: 11rem;
  }

  .sm\:disabled\:mr-44:disabled {
    margin-right: 11rem;
  }

  .sm\:disabled\:mb-44:disabled {
    margin-bottom: 11rem;
  }

  .sm\:disabled\:ml-44:disabled {
    margin-left: 11rem;
  }

  .sm\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .sm\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .sm\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .sm\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .sm\:disabled\:mt-52:disabled {
    margin-top: 13rem;
  }

  .sm\:disabled\:mr-52:disabled {
    margin-right: 13rem;
  }

  .sm\:disabled\:mb-52:disabled {
    margin-bottom: 13rem;
  }

  .sm\:disabled\:ml-52:disabled {
    margin-left: 13rem;
  }

  .sm\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .sm\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .sm\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .sm\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .sm\:disabled\:mt-60:disabled {
    margin-top: 15rem;
  }

  .sm\:disabled\:mr-60:disabled {
    margin-right: 15rem;
  }

  .sm\:disabled\:mb-60:disabled {
    margin-bottom: 15rem;
  }

  .sm\:disabled\:ml-60:disabled {
    margin-left: 15rem;
  }

  .sm\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .sm\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .sm\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .sm\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .sm\:disabled\:mt-72:disabled {
    margin-top: 18rem;
  }

  .sm\:disabled\:mr-72:disabled {
    margin-right: 18rem;
  }

  .sm\:disabled\:mb-72:disabled {
    margin-bottom: 18rem;
  }

  .sm\:disabled\:ml-72:disabled {
    margin-left: 18rem;
  }

  .sm\:disabled\:mt-80:disabled {
    margin-top: 20rem;
  }

  .sm\:disabled\:mr-80:disabled {
    margin-right: 20rem;
  }

  .sm\:disabled\:mb-80:disabled {
    margin-bottom: 20rem;
  }

  .sm\:disabled\:ml-80:disabled {
    margin-left: 20rem;
  }

  .sm\:disabled\:mt-96:disabled {
    margin-top: 24rem;
  }

  .sm\:disabled\:mr-96:disabled {
    margin-right: 24rem;
  }

  .sm\:disabled\:mb-96:disabled {
    margin-bottom: 24rem;
  }

  .sm\:disabled\:ml-96:disabled {
    margin-left: 24rem;
  }

  .sm\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .sm\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .sm\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .sm\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .sm\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .sm\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .sm\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .sm\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .sm\:disabled\:mt-0\.5:disabled {
    margin-top: 0.125rem;
  }

  .sm\:disabled\:mr-0\.5:disabled {
    margin-right: 0.125rem;
  }

  .sm\:disabled\:mb-0\.5:disabled {
    margin-bottom: 0.125rem;
  }

  .sm\:disabled\:ml-0\.5:disabled {
    margin-left: 0.125rem;
  }

  .sm\:disabled\:mt-1\.5:disabled {
    margin-top: 0.375rem;
  }

  .sm\:disabled\:mr-1\.5:disabled {
    margin-right: 0.375rem;
  }

  .sm\:disabled\:mb-1\.5:disabled {
    margin-bottom: 0.375rem;
  }

  .sm\:disabled\:ml-1\.5:disabled {
    margin-left: 0.375rem;
  }

  .sm\:disabled\:mt-2\.5:disabled {
    margin-top: 0.625rem;
  }

  .sm\:disabled\:mr-2\.5:disabled {
    margin-right: 0.625rem;
  }

  .sm\:disabled\:mb-2\.5:disabled {
    margin-bottom: 0.625rem;
  }

  .sm\:disabled\:ml-2\.5:disabled {
    margin-left: 0.625rem;
  }

  .sm\:disabled\:mt-3\.5:disabled {
    margin-top: 0.875rem;
  }

  .sm\:disabled\:mr-3\.5:disabled {
    margin-right: 0.875rem;
  }

  .sm\:disabled\:mb-3\.5:disabled {
    margin-bottom: 0.875rem;
  }

  .sm\:disabled\:ml-3\.5:disabled {
    margin-left: 0.875rem;
  }

  .sm\:disabled\:-mt-0:disabled {
    margin-top: 0px;
  }

  .sm\:disabled\:-mr-0:disabled {
    margin-right: 0px;
  }

  .sm\:disabled\:-mb-0:disabled {
    margin-bottom: 0px;
  }

  .sm\:disabled\:-ml-0:disabled {
    margin-left: 0px;
  }

  .sm\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .sm\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .sm\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .sm\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .sm\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .sm\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .sm\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .sm\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .sm\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .sm\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .sm\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .sm\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .sm\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .sm\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .sm\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .sm\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .sm\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .sm\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .sm\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .sm\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .sm\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .sm\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .sm\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .sm\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .sm\:disabled\:-mt-7:disabled {
    margin-top: -1.75rem;
  }

  .sm\:disabled\:-mr-7:disabled {
    margin-right: -1.75rem;
  }

  .sm\:disabled\:-mb-7:disabled {
    margin-bottom: -1.75rem;
  }

  .sm\:disabled\:-ml-7:disabled {
    margin-left: -1.75rem;
  }

  .sm\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .sm\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .sm\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .sm\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .sm\:disabled\:-mt-9:disabled {
    margin-top: -2.25rem;
  }

  .sm\:disabled\:-mr-9:disabled {
    margin-right: -2.25rem;
  }

  .sm\:disabled\:-mb-9:disabled {
    margin-bottom: -2.25rem;
  }

  .sm\:disabled\:-ml-9:disabled {
    margin-left: -2.25rem;
  }

  .sm\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .sm\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .sm\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .sm\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .sm\:disabled\:-mt-11:disabled {
    margin-top: -2.75rem;
  }

  .sm\:disabled\:-mr-11:disabled {
    margin-right: -2.75rem;
  }

  .sm\:disabled\:-mb-11:disabled {
    margin-bottom: -2.75rem;
  }

  .sm\:disabled\:-ml-11:disabled {
    margin-left: -2.75rem;
  }

  .sm\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .sm\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .sm\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .sm\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .sm\:disabled\:-mt-14:disabled {
    margin-top: -3.5rem;
  }

  .sm\:disabled\:-mr-14:disabled {
    margin-right: -3.5rem;
  }

  .sm\:disabled\:-mb-14:disabled {
    margin-bottom: -3.5rem;
  }

  .sm\:disabled\:-ml-14:disabled {
    margin-left: -3.5rem;
  }

  .sm\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .sm\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .sm\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .sm\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .sm\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .sm\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .sm\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .sm\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .sm\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .sm\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .sm\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .sm\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .sm\:disabled\:-mt-28:disabled {
    margin-top: -7rem;
  }

  .sm\:disabled\:-mr-28:disabled {
    margin-right: -7rem;
  }

  .sm\:disabled\:-mb-28:disabled {
    margin-bottom: -7rem;
  }

  .sm\:disabled\:-ml-28:disabled {
    margin-left: -7rem;
  }

  .sm\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .sm\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .sm\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .sm\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .sm\:disabled\:-mt-36:disabled {
    margin-top: -9rem;
  }

  .sm\:disabled\:-mr-36:disabled {
    margin-right: -9rem;
  }

  .sm\:disabled\:-mb-36:disabled {
    margin-bottom: -9rem;
  }

  .sm\:disabled\:-ml-36:disabled {
    margin-left: -9rem;
  }

  .sm\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .sm\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .sm\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .sm\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .sm\:disabled\:-mt-44:disabled {
    margin-top: -11rem;
  }

  .sm\:disabled\:-mr-44:disabled {
    margin-right: -11rem;
  }

  .sm\:disabled\:-mb-44:disabled {
    margin-bottom: -11rem;
  }

  .sm\:disabled\:-ml-44:disabled {
    margin-left: -11rem;
  }

  .sm\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .sm\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .sm\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .sm\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .sm\:disabled\:-mt-52:disabled {
    margin-top: -13rem;
  }

  .sm\:disabled\:-mr-52:disabled {
    margin-right: -13rem;
  }

  .sm\:disabled\:-mb-52:disabled {
    margin-bottom: -13rem;
  }

  .sm\:disabled\:-ml-52:disabled {
    margin-left: -13rem;
  }

  .sm\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .sm\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .sm\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .sm\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .sm\:disabled\:-mt-60:disabled {
    margin-top: -15rem;
  }

  .sm\:disabled\:-mr-60:disabled {
    margin-right: -15rem;
  }

  .sm\:disabled\:-mb-60:disabled {
    margin-bottom: -15rem;
  }

  .sm\:disabled\:-ml-60:disabled {
    margin-left: -15rem;
  }

  .sm\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .sm\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .sm\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .sm\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .sm\:disabled\:-mt-72:disabled {
    margin-top: -18rem;
  }

  .sm\:disabled\:-mr-72:disabled {
    margin-right: -18rem;
  }

  .sm\:disabled\:-mb-72:disabled {
    margin-bottom: -18rem;
  }

  .sm\:disabled\:-ml-72:disabled {
    margin-left: -18rem;
  }

  .sm\:disabled\:-mt-80:disabled {
    margin-top: -20rem;
  }

  .sm\:disabled\:-mr-80:disabled {
    margin-right: -20rem;
  }

  .sm\:disabled\:-mb-80:disabled {
    margin-bottom: -20rem;
  }

  .sm\:disabled\:-ml-80:disabled {
    margin-left: -20rem;
  }

  .sm\:disabled\:-mt-96:disabled {
    margin-top: -24rem;
  }

  .sm\:disabled\:-mr-96:disabled {
    margin-right: -24rem;
  }

  .sm\:disabled\:-mb-96:disabled {
    margin-bottom: -24rem;
  }

  .sm\:disabled\:-ml-96:disabled {
    margin-left: -24rem;
  }

  .sm\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .sm\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .sm\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .sm\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .sm\:disabled\:-mt-0\.5:disabled {
    margin-top: -0.125rem;
  }

  .sm\:disabled\:-mr-0\.5:disabled {
    margin-right: -0.125rem;
  }

  .sm\:disabled\:-mb-0\.5:disabled {
    margin-bottom: -0.125rem;
  }

  .sm\:disabled\:-ml-0\.5:disabled {
    margin-left: -0.125rem;
  }

  .sm\:disabled\:-mt-1\.5:disabled {
    margin-top: -0.375rem;
  }

  .sm\:disabled\:-mr-1\.5:disabled {
    margin-right: -0.375rem;
  }

  .sm\:disabled\:-mb-1\.5:disabled {
    margin-bottom: -0.375rem;
  }

  .sm\:disabled\:-ml-1\.5:disabled {
    margin-left: -0.375rem;
  }

  .sm\:disabled\:-mt-2\.5:disabled {
    margin-top: -0.625rem;
  }

  .sm\:disabled\:-mr-2\.5:disabled {
    margin-right: -0.625rem;
  }

  .sm\:disabled\:-mb-2\.5:disabled {
    margin-bottom: -0.625rem;
  }

  .sm\:disabled\:-ml-2\.5:disabled {
    margin-left: -0.625rem;
  }

  .sm\:disabled\:-mt-3\.5:disabled {
    margin-top: -0.875rem;
  }

  .sm\:disabled\:-mr-3\.5:disabled {
    margin-right: -0.875rem;
  }

  .sm\:disabled\:-mb-3\.5:disabled {
    margin-bottom: -0.875rem;
  }

  .sm\:disabled\:-ml-3\.5:disabled {
    margin-left: -0.875rem;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .sm\:group-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .group:hover .sm\:group-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .group:hover .sm\:group-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .group:hover .sm\:group-hover\:max-h-4 {
    max-height: 1rem;
  }

  .group:hover .sm\:group-hover\:max-h-5 {
    max-height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:max-h-8 {
    max-height: 2rem;
  }

  .group:hover .sm\:group-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .group:hover .sm\:group-hover\:max-h-10 {
    max-height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .group:hover .sm\:group-hover\:max-h-12 {
    max-height: 3rem;
  }

  .group:hover .sm\:group-hover\:max-h-14 {
    max-height: 3.5rem;
  }

  .group:hover .sm\:group-hover\:max-h-16 {
    max-height: 4rem;
  }

  .group:hover .sm\:group-hover\:max-h-20 {
    max-height: 5rem;
  }

  .group:hover .sm\:group-hover\:max-h-24 {
    max-height: 6rem;
  }

  .group:hover .sm\:group-hover\:max-h-28 {
    max-height: 7rem;
  }

  .group:hover .sm\:group-hover\:max-h-32 {
    max-height: 8rem;
  }

  .group:hover .sm\:group-hover\:max-h-36 {
    max-height: 9rem;
  }

  .group:hover .sm\:group-hover\:max-h-40 {
    max-height: 10rem;
  }

  .group:hover .sm\:group-hover\:max-h-44 {
    max-height: 11rem;
  }

  .group:hover .sm\:group-hover\:max-h-48 {
    max-height: 12rem;
  }

  .group:hover .sm\:group-hover\:max-h-52 {
    max-height: 13rem;
  }

  .group:hover .sm\:group-hover\:max-h-56 {
    max-height: 14rem;
  }

  .group:hover .sm\:group-hover\:max-h-60 {
    max-height: 15rem;
  }

  .group:hover .sm\:group-hover\:max-h-64 {
    max-height: 16rem;
  }

  .group:hover .sm\:group-hover\:max-h-72 {
    max-height: 18rem;
  }

  .group:hover .sm\:group-hover\:max-h-80 {
    max-height: 20rem;
  }

  .group:hover .sm\:group-hover\:max-h-96 {
    max-height: 24rem;
  }

  .group:hover .sm\:group-hover\:max-h-px {
    max-height: 1px;
  }

  .group:hover .sm\:group-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .group:hover .sm\:group-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .group:hover .sm\:group-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .group:hover .sm\:group-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .group:hover .sm\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .sm\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:focus-within\:max-h-0:focus-within {
    max-height: 0px;
  }

  .sm\:focus-within\:max-h-1:focus-within {
    max-height: 0.25rem;
  }

  .sm\:focus-within\:max-h-2:focus-within {
    max-height: 0.5rem;
  }

  .sm\:focus-within\:max-h-3:focus-within {
    max-height: 0.75rem;
  }

  .sm\:focus-within\:max-h-4:focus-within {
    max-height: 1rem;
  }

  .sm\:focus-within\:max-h-5:focus-within {
    max-height: 1.25rem;
  }

  .sm\:focus-within\:max-h-6:focus-within {
    max-height: 1.5rem;
  }

  .sm\:focus-within\:max-h-7:focus-within {
    max-height: 1.75rem;
  }

  .sm\:focus-within\:max-h-8:focus-within {
    max-height: 2rem;
  }

  .sm\:focus-within\:max-h-9:focus-within {
    max-height: 2.25rem;
  }

  .sm\:focus-within\:max-h-10:focus-within {
    max-height: 2.5rem;
  }

  .sm\:focus-within\:max-h-11:focus-within {
    max-height: 2.75rem;
  }

  .sm\:focus-within\:max-h-12:focus-within {
    max-height: 3rem;
  }

  .sm\:focus-within\:max-h-14:focus-within {
    max-height: 3.5rem;
  }

  .sm\:focus-within\:max-h-16:focus-within {
    max-height: 4rem;
  }

  .sm\:focus-within\:max-h-20:focus-within {
    max-height: 5rem;
  }

  .sm\:focus-within\:max-h-24:focus-within {
    max-height: 6rem;
  }

  .sm\:focus-within\:max-h-28:focus-within {
    max-height: 7rem;
  }

  .sm\:focus-within\:max-h-32:focus-within {
    max-height: 8rem;
  }

  .sm\:focus-within\:max-h-36:focus-within {
    max-height: 9rem;
  }

  .sm\:focus-within\:max-h-40:focus-within {
    max-height: 10rem;
  }

  .sm\:focus-within\:max-h-44:focus-within {
    max-height: 11rem;
  }

  .sm\:focus-within\:max-h-48:focus-within {
    max-height: 12rem;
  }

  .sm\:focus-within\:max-h-52:focus-within {
    max-height: 13rem;
  }

  .sm\:focus-within\:max-h-56:focus-within {
    max-height: 14rem;
  }

  .sm\:focus-within\:max-h-60:focus-within {
    max-height: 15rem;
  }

  .sm\:focus-within\:max-h-64:focus-within {
    max-height: 16rem;
  }

  .sm\:focus-within\:max-h-72:focus-within {
    max-height: 18rem;
  }

  .sm\:focus-within\:max-h-80:focus-within {
    max-height: 20rem;
  }

  .sm\:focus-within\:max-h-96:focus-within {
    max-height: 24rem;
  }

  .sm\:focus-within\:max-h-px:focus-within {
    max-height: 1px;
  }

  .sm\:focus-within\:max-h-0\.5:focus-within {
    max-height: 0.125rem;
  }

  .sm\:focus-within\:max-h-1\.5:focus-within {
    max-height: 0.375rem;
  }

  .sm\:focus-within\:max-h-2\.5:focus-within {
    max-height: 0.625rem;
  }

  .sm\:focus-within\:max-h-3\.5:focus-within {
    max-height: 0.875rem;
  }

  .sm\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .sm\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .sm\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .sm\:first\:max-h-1:first-child {
    max-height: 0.25rem;
  }

  .sm\:first\:max-h-2:first-child {
    max-height: 0.5rem;
  }

  .sm\:first\:max-h-3:first-child {
    max-height: 0.75rem;
  }

  .sm\:first\:max-h-4:first-child {
    max-height: 1rem;
  }

  .sm\:first\:max-h-5:first-child {
    max-height: 1.25rem;
  }

  .sm\:first\:max-h-6:first-child {
    max-height: 1.5rem;
  }

  .sm\:first\:max-h-7:first-child {
    max-height: 1.75rem;
  }

  .sm\:first\:max-h-8:first-child {
    max-height: 2rem;
  }

  .sm\:first\:max-h-9:first-child {
    max-height: 2.25rem;
  }

  .sm\:first\:max-h-10:first-child {
    max-height: 2.5rem;
  }

  .sm\:first\:max-h-11:first-child {
    max-height: 2.75rem;
  }

  .sm\:first\:max-h-12:first-child {
    max-height: 3rem;
  }

  .sm\:first\:max-h-14:first-child {
    max-height: 3.5rem;
  }

  .sm\:first\:max-h-16:first-child {
    max-height: 4rem;
  }

  .sm\:first\:max-h-20:first-child {
    max-height: 5rem;
  }

  .sm\:first\:max-h-24:first-child {
    max-height: 6rem;
  }

  .sm\:first\:max-h-28:first-child {
    max-height: 7rem;
  }

  .sm\:first\:max-h-32:first-child {
    max-height: 8rem;
  }

  .sm\:first\:max-h-36:first-child {
    max-height: 9rem;
  }

  .sm\:first\:max-h-40:first-child {
    max-height: 10rem;
  }

  .sm\:first\:max-h-44:first-child {
    max-height: 11rem;
  }

  .sm\:first\:max-h-48:first-child {
    max-height: 12rem;
  }

  .sm\:first\:max-h-52:first-child {
    max-height: 13rem;
  }

  .sm\:first\:max-h-56:first-child {
    max-height: 14rem;
  }

  .sm\:first\:max-h-60:first-child {
    max-height: 15rem;
  }

  .sm\:first\:max-h-64:first-child {
    max-height: 16rem;
  }

  .sm\:first\:max-h-72:first-child {
    max-height: 18rem;
  }

  .sm\:first\:max-h-80:first-child {
    max-height: 20rem;
  }

  .sm\:first\:max-h-96:first-child {
    max-height: 24rem;
  }

  .sm\:first\:max-h-px:first-child {
    max-height: 1px;
  }

  .sm\:first\:max-h-0\.5:first-child {
    max-height: 0.125rem;
  }

  .sm\:first\:max-h-1\.5:first-child {
    max-height: 0.375rem;
  }

  .sm\:first\:max-h-2\.5:first-child {
    max-height: 0.625rem;
  }

  .sm\:first\:max-h-3\.5:first-child {
    max-height: 0.875rem;
  }

  .sm\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .sm\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .sm\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .sm\:last\:max-h-1:last-child {
    max-height: 0.25rem;
  }

  .sm\:last\:max-h-2:last-child {
    max-height: 0.5rem;
  }

  .sm\:last\:max-h-3:last-child {
    max-height: 0.75rem;
  }

  .sm\:last\:max-h-4:last-child {
    max-height: 1rem;
  }

  .sm\:last\:max-h-5:last-child {
    max-height: 1.25rem;
  }

  .sm\:last\:max-h-6:last-child {
    max-height: 1.5rem;
  }

  .sm\:last\:max-h-7:last-child {
    max-height: 1.75rem;
  }

  .sm\:last\:max-h-8:last-child {
    max-height: 2rem;
  }

  .sm\:last\:max-h-9:last-child {
    max-height: 2.25rem;
  }

  .sm\:last\:max-h-10:last-child {
    max-height: 2.5rem;
  }

  .sm\:last\:max-h-11:last-child {
    max-height: 2.75rem;
  }

  .sm\:last\:max-h-12:last-child {
    max-height: 3rem;
  }

  .sm\:last\:max-h-14:last-child {
    max-height: 3.5rem;
  }

  .sm\:last\:max-h-16:last-child {
    max-height: 4rem;
  }

  .sm\:last\:max-h-20:last-child {
    max-height: 5rem;
  }

  .sm\:last\:max-h-24:last-child {
    max-height: 6rem;
  }

  .sm\:last\:max-h-28:last-child {
    max-height: 7rem;
  }

  .sm\:last\:max-h-32:last-child {
    max-height: 8rem;
  }

  .sm\:last\:max-h-36:last-child {
    max-height: 9rem;
  }

  .sm\:last\:max-h-40:last-child {
    max-height: 10rem;
  }

  .sm\:last\:max-h-44:last-child {
    max-height: 11rem;
  }

  .sm\:last\:max-h-48:last-child {
    max-height: 12rem;
  }

  .sm\:last\:max-h-52:last-child {
    max-height: 13rem;
  }

  .sm\:last\:max-h-56:last-child {
    max-height: 14rem;
  }

  .sm\:last\:max-h-60:last-child {
    max-height: 15rem;
  }

  .sm\:last\:max-h-64:last-child {
    max-height: 16rem;
  }

  .sm\:last\:max-h-72:last-child {
    max-height: 18rem;
  }

  .sm\:last\:max-h-80:last-child {
    max-height: 20rem;
  }

  .sm\:last\:max-h-96:last-child {
    max-height: 24rem;
  }

  .sm\:last\:max-h-px:last-child {
    max-height: 1px;
  }

  .sm\:last\:max-h-0\.5:last-child {
    max-height: 0.125rem;
  }

  .sm\:last\:max-h-1\.5:last-child {
    max-height: 0.375rem;
  }

  .sm\:last\:max-h-2\.5:last-child {
    max-height: 0.625rem;
  }

  .sm\:last\:max-h-3\.5:last-child {
    max-height: 0.875rem;
  }

  .sm\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .sm\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .sm\:odd\:max-h-0:nth-child(odd) {
    max-height: 0px;
  }

  .sm\:odd\:max-h-1:nth-child(odd) {
    max-height: 0.25rem;
  }

  .sm\:odd\:max-h-2:nth-child(odd) {
    max-height: 0.5rem;
  }

  .sm\:odd\:max-h-3:nth-child(odd) {
    max-height: 0.75rem;
  }

  .sm\:odd\:max-h-4:nth-child(odd) {
    max-height: 1rem;
  }

  .sm\:odd\:max-h-5:nth-child(odd) {
    max-height: 1.25rem;
  }

  .sm\:odd\:max-h-6:nth-child(odd) {
    max-height: 1.5rem;
  }

  .sm\:odd\:max-h-7:nth-child(odd) {
    max-height: 1.75rem;
  }

  .sm\:odd\:max-h-8:nth-child(odd) {
    max-height: 2rem;
  }

  .sm\:odd\:max-h-9:nth-child(odd) {
    max-height: 2.25rem;
  }

  .sm\:odd\:max-h-10:nth-child(odd) {
    max-height: 2.5rem;
  }

  .sm\:odd\:max-h-11:nth-child(odd) {
    max-height: 2.75rem;
  }

  .sm\:odd\:max-h-12:nth-child(odd) {
    max-height: 3rem;
  }

  .sm\:odd\:max-h-14:nth-child(odd) {
    max-height: 3.5rem;
  }

  .sm\:odd\:max-h-16:nth-child(odd) {
    max-height: 4rem;
  }

  .sm\:odd\:max-h-20:nth-child(odd) {
    max-height: 5rem;
  }

  .sm\:odd\:max-h-24:nth-child(odd) {
    max-height: 6rem;
  }

  .sm\:odd\:max-h-28:nth-child(odd) {
    max-height: 7rem;
  }

  .sm\:odd\:max-h-32:nth-child(odd) {
    max-height: 8rem;
  }

  .sm\:odd\:max-h-36:nth-child(odd) {
    max-height: 9rem;
  }

  .sm\:odd\:max-h-40:nth-child(odd) {
    max-height: 10rem;
  }

  .sm\:odd\:max-h-44:nth-child(odd) {
    max-height: 11rem;
  }

  .sm\:odd\:max-h-48:nth-child(odd) {
    max-height: 12rem;
  }

  .sm\:odd\:max-h-52:nth-child(odd) {
    max-height: 13rem;
  }

  .sm\:odd\:max-h-56:nth-child(odd) {
    max-height: 14rem;
  }

  .sm\:odd\:max-h-60:nth-child(odd) {
    max-height: 15rem;
  }

  .sm\:odd\:max-h-64:nth-child(odd) {
    max-height: 16rem;
  }

  .sm\:odd\:max-h-72:nth-child(odd) {
    max-height: 18rem;
  }

  .sm\:odd\:max-h-80:nth-child(odd) {
    max-height: 20rem;
  }

  .sm\:odd\:max-h-96:nth-child(odd) {
    max-height: 24rem;
  }

  .sm\:odd\:max-h-px:nth-child(odd) {
    max-height: 1px;
  }

  .sm\:odd\:max-h-0\.5:nth-child(odd) {
    max-height: 0.125rem;
  }

  .sm\:odd\:max-h-1\.5:nth-child(odd) {
    max-height: 0.375rem;
  }

  .sm\:odd\:max-h-2\.5:nth-child(odd) {
    max-height: 0.625rem;
  }

  .sm\:odd\:max-h-3\.5:nth-child(odd) {
    max-height: 0.875rem;
  }

  .sm\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .sm\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .sm\:even\:max-h-0:nth-child(even) {
    max-height: 0px;
  }

  .sm\:even\:max-h-1:nth-child(even) {
    max-height: 0.25rem;
  }

  .sm\:even\:max-h-2:nth-child(even) {
    max-height: 0.5rem;
  }

  .sm\:even\:max-h-3:nth-child(even) {
    max-height: 0.75rem;
  }

  .sm\:even\:max-h-4:nth-child(even) {
    max-height: 1rem;
  }

  .sm\:even\:max-h-5:nth-child(even) {
    max-height: 1.25rem;
  }

  .sm\:even\:max-h-6:nth-child(even) {
    max-height: 1.5rem;
  }

  .sm\:even\:max-h-7:nth-child(even) {
    max-height: 1.75rem;
  }

  .sm\:even\:max-h-8:nth-child(even) {
    max-height: 2rem;
  }

  .sm\:even\:max-h-9:nth-child(even) {
    max-height: 2.25rem;
  }

  .sm\:even\:max-h-10:nth-child(even) {
    max-height: 2.5rem;
  }

  .sm\:even\:max-h-11:nth-child(even) {
    max-height: 2.75rem;
  }

  .sm\:even\:max-h-12:nth-child(even) {
    max-height: 3rem;
  }

  .sm\:even\:max-h-14:nth-child(even) {
    max-height: 3.5rem;
  }

  .sm\:even\:max-h-16:nth-child(even) {
    max-height: 4rem;
  }

  .sm\:even\:max-h-20:nth-child(even) {
    max-height: 5rem;
  }

  .sm\:even\:max-h-24:nth-child(even) {
    max-height: 6rem;
  }

  .sm\:even\:max-h-28:nth-child(even) {
    max-height: 7rem;
  }

  .sm\:even\:max-h-32:nth-child(even) {
    max-height: 8rem;
  }

  .sm\:even\:max-h-36:nth-child(even) {
    max-height: 9rem;
  }

  .sm\:even\:max-h-40:nth-child(even) {
    max-height: 10rem;
  }

  .sm\:even\:max-h-44:nth-child(even) {
    max-height: 11rem;
  }

  .sm\:even\:max-h-48:nth-child(even) {
    max-height: 12rem;
  }

  .sm\:even\:max-h-52:nth-child(even) {
    max-height: 13rem;
  }

  .sm\:even\:max-h-56:nth-child(even) {
    max-height: 14rem;
  }

  .sm\:even\:max-h-60:nth-child(even) {
    max-height: 15rem;
  }

  .sm\:even\:max-h-64:nth-child(even) {
    max-height: 16rem;
  }

  .sm\:even\:max-h-72:nth-child(even) {
    max-height: 18rem;
  }

  .sm\:even\:max-h-80:nth-child(even) {
    max-height: 20rem;
  }

  .sm\:even\:max-h-96:nth-child(even) {
    max-height: 24rem;
  }

  .sm\:even\:max-h-px:nth-child(even) {
    max-height: 1px;
  }

  .sm\:even\:max-h-0\.5:nth-child(even) {
    max-height: 0.125rem;
  }

  .sm\:even\:max-h-1\.5:nth-child(even) {
    max-height: 0.375rem;
  }

  .sm\:even\:max-h-2\.5:nth-child(even) {
    max-height: 0.625rem;
  }

  .sm\:even\:max-h-3\.5:nth-child(even) {
    max-height: 0.875rem;
  }

  .sm\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .sm\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .sm\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .sm\:hover\:max-h-1:hover {
    max-height: 0.25rem;
  }

  .sm\:hover\:max-h-2:hover {
    max-height: 0.5rem;
  }

  .sm\:hover\:max-h-3:hover {
    max-height: 0.75rem;
  }

  .sm\:hover\:max-h-4:hover {
    max-height: 1rem;
  }

  .sm\:hover\:max-h-5:hover {
    max-height: 1.25rem;
  }

  .sm\:hover\:max-h-6:hover {
    max-height: 1.5rem;
  }

  .sm\:hover\:max-h-7:hover {
    max-height: 1.75rem;
  }

  .sm\:hover\:max-h-8:hover {
    max-height: 2rem;
  }

  .sm\:hover\:max-h-9:hover {
    max-height: 2.25rem;
  }

  .sm\:hover\:max-h-10:hover {
    max-height: 2.5rem;
  }

  .sm\:hover\:max-h-11:hover {
    max-height: 2.75rem;
  }

  .sm\:hover\:max-h-12:hover {
    max-height: 3rem;
  }

  .sm\:hover\:max-h-14:hover {
    max-height: 3.5rem;
  }

  .sm\:hover\:max-h-16:hover {
    max-height: 4rem;
  }

  .sm\:hover\:max-h-20:hover {
    max-height: 5rem;
  }

  .sm\:hover\:max-h-24:hover {
    max-height: 6rem;
  }

  .sm\:hover\:max-h-28:hover {
    max-height: 7rem;
  }

  .sm\:hover\:max-h-32:hover {
    max-height: 8rem;
  }

  .sm\:hover\:max-h-36:hover {
    max-height: 9rem;
  }

  .sm\:hover\:max-h-40:hover {
    max-height: 10rem;
  }

  .sm\:hover\:max-h-44:hover {
    max-height: 11rem;
  }

  .sm\:hover\:max-h-48:hover {
    max-height: 12rem;
  }

  .sm\:hover\:max-h-52:hover {
    max-height: 13rem;
  }

  .sm\:hover\:max-h-56:hover {
    max-height: 14rem;
  }

  .sm\:hover\:max-h-60:hover {
    max-height: 15rem;
  }

  .sm\:hover\:max-h-64:hover {
    max-height: 16rem;
  }

  .sm\:hover\:max-h-72:hover {
    max-height: 18rem;
  }

  .sm\:hover\:max-h-80:hover {
    max-height: 20rem;
  }

  .sm\:hover\:max-h-96:hover {
    max-height: 24rem;
  }

  .sm\:hover\:max-h-px:hover {
    max-height: 1px;
  }

  .sm\:hover\:max-h-0\.5:hover {
    max-height: 0.125rem;
  }

  .sm\:hover\:max-h-1\.5:hover {
    max-height: 0.375rem;
  }

  .sm\:hover\:max-h-2\.5:hover {
    max-height: 0.625rem;
  }

  .sm\:hover\:max-h-3\.5:hover {
    max-height: 0.875rem;
  }

  .sm\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .sm\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .sm\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .sm\:focus\:max-h-1:focus {
    max-height: 0.25rem;
  }

  .sm\:focus\:max-h-2:focus {
    max-height: 0.5rem;
  }

  .sm\:focus\:max-h-3:focus {
    max-height: 0.75rem;
  }

  .sm\:focus\:max-h-4:focus {
    max-height: 1rem;
  }

  .sm\:focus\:max-h-5:focus {
    max-height: 1.25rem;
  }

  .sm\:focus\:max-h-6:focus {
    max-height: 1.5rem;
  }

  .sm\:focus\:max-h-7:focus {
    max-height: 1.75rem;
  }

  .sm\:focus\:max-h-8:focus {
    max-height: 2rem;
  }

  .sm\:focus\:max-h-9:focus {
    max-height: 2.25rem;
  }

  .sm\:focus\:max-h-10:focus {
    max-height: 2.5rem;
  }

  .sm\:focus\:max-h-11:focus {
    max-height: 2.75rem;
  }

  .sm\:focus\:max-h-12:focus {
    max-height: 3rem;
  }

  .sm\:focus\:max-h-14:focus {
    max-height: 3.5rem;
  }

  .sm\:focus\:max-h-16:focus {
    max-height: 4rem;
  }

  .sm\:focus\:max-h-20:focus {
    max-height: 5rem;
  }

  .sm\:focus\:max-h-24:focus {
    max-height: 6rem;
  }

  .sm\:focus\:max-h-28:focus {
    max-height: 7rem;
  }

  .sm\:focus\:max-h-32:focus {
    max-height: 8rem;
  }

  .sm\:focus\:max-h-36:focus {
    max-height: 9rem;
  }

  .sm\:focus\:max-h-40:focus {
    max-height: 10rem;
  }

  .sm\:focus\:max-h-44:focus {
    max-height: 11rem;
  }

  .sm\:focus\:max-h-48:focus {
    max-height: 12rem;
  }

  .sm\:focus\:max-h-52:focus {
    max-height: 13rem;
  }

  .sm\:focus\:max-h-56:focus {
    max-height: 14rem;
  }

  .sm\:focus\:max-h-60:focus {
    max-height: 15rem;
  }

  .sm\:focus\:max-h-64:focus {
    max-height: 16rem;
  }

  .sm\:focus\:max-h-72:focus {
    max-height: 18rem;
  }

  .sm\:focus\:max-h-80:focus {
    max-height: 20rem;
  }

  .sm\:focus\:max-h-96:focus {
    max-height: 24rem;
  }

  .sm\:focus\:max-h-px:focus {
    max-height: 1px;
  }

  .sm\:focus\:max-h-0\.5:focus {
    max-height: 0.125rem;
  }

  .sm\:focus\:max-h-1\.5:focus {
    max-height: 0.375rem;
  }

  .sm\:focus\:max-h-2\.5:focus {
    max-height: 0.625rem;
  }

  .sm\:focus\:max-h-3\.5:focus {
    max-height: 0.875rem;
  }

  .sm\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .sm\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .sm\:active\:max-h-0:active {
    max-height: 0px;
  }

  .sm\:active\:max-h-1:active {
    max-height: 0.25rem;
  }

  .sm\:active\:max-h-2:active {
    max-height: 0.5rem;
  }

  .sm\:active\:max-h-3:active {
    max-height: 0.75rem;
  }

  .sm\:active\:max-h-4:active {
    max-height: 1rem;
  }

  .sm\:active\:max-h-5:active {
    max-height: 1.25rem;
  }

  .sm\:active\:max-h-6:active {
    max-height: 1.5rem;
  }

  .sm\:active\:max-h-7:active {
    max-height: 1.75rem;
  }

  .sm\:active\:max-h-8:active {
    max-height: 2rem;
  }

  .sm\:active\:max-h-9:active {
    max-height: 2.25rem;
  }

  .sm\:active\:max-h-10:active {
    max-height: 2.5rem;
  }

  .sm\:active\:max-h-11:active {
    max-height: 2.75rem;
  }

  .sm\:active\:max-h-12:active {
    max-height: 3rem;
  }

  .sm\:active\:max-h-14:active {
    max-height: 3.5rem;
  }

  .sm\:active\:max-h-16:active {
    max-height: 4rem;
  }

  .sm\:active\:max-h-20:active {
    max-height: 5rem;
  }

  .sm\:active\:max-h-24:active {
    max-height: 6rem;
  }

  .sm\:active\:max-h-28:active {
    max-height: 7rem;
  }

  .sm\:active\:max-h-32:active {
    max-height: 8rem;
  }

  .sm\:active\:max-h-36:active {
    max-height: 9rem;
  }

  .sm\:active\:max-h-40:active {
    max-height: 10rem;
  }

  .sm\:active\:max-h-44:active {
    max-height: 11rem;
  }

  .sm\:active\:max-h-48:active {
    max-height: 12rem;
  }

  .sm\:active\:max-h-52:active {
    max-height: 13rem;
  }

  .sm\:active\:max-h-56:active {
    max-height: 14rem;
  }

  .sm\:active\:max-h-60:active {
    max-height: 15rem;
  }

  .sm\:active\:max-h-64:active {
    max-height: 16rem;
  }

  .sm\:active\:max-h-72:active {
    max-height: 18rem;
  }

  .sm\:active\:max-h-80:active {
    max-height: 20rem;
  }

  .sm\:active\:max-h-96:active {
    max-height: 24rem;
  }

  .sm\:active\:max-h-px:active {
    max-height: 1px;
  }

  .sm\:active\:max-h-0\.5:active {
    max-height: 0.125rem;
  }

  .sm\:active\:max-h-1\.5:active {
    max-height: 0.375rem;
  }

  .sm\:active\:max-h-2\.5:active {
    max-height: 0.625rem;
  }

  .sm\:active\:max-h-3\.5:active {
    max-height: 0.875rem;
  }

  .sm\:active\:max-h-full:active {
    max-height: 100%;
  }

  .sm\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .sm\:visited\:max-h-0:visited {
    max-height: 0px;
  }

  .sm\:visited\:max-h-1:visited {
    max-height: 0.25rem;
  }

  .sm\:visited\:max-h-2:visited {
    max-height: 0.5rem;
  }

  .sm\:visited\:max-h-3:visited {
    max-height: 0.75rem;
  }

  .sm\:visited\:max-h-4:visited {
    max-height: 1rem;
  }

  .sm\:visited\:max-h-5:visited {
    max-height: 1.25rem;
  }

  .sm\:visited\:max-h-6:visited {
    max-height: 1.5rem;
  }

  .sm\:visited\:max-h-7:visited {
    max-height: 1.75rem;
  }

  .sm\:visited\:max-h-8:visited {
    max-height: 2rem;
  }

  .sm\:visited\:max-h-9:visited {
    max-height: 2.25rem;
  }

  .sm\:visited\:max-h-10:visited {
    max-height: 2.5rem;
  }

  .sm\:visited\:max-h-11:visited {
    max-height: 2.75rem;
  }

  .sm\:visited\:max-h-12:visited {
    max-height: 3rem;
  }

  .sm\:visited\:max-h-14:visited {
    max-height: 3.5rem;
  }

  .sm\:visited\:max-h-16:visited {
    max-height: 4rem;
  }

  .sm\:visited\:max-h-20:visited {
    max-height: 5rem;
  }

  .sm\:visited\:max-h-24:visited {
    max-height: 6rem;
  }

  .sm\:visited\:max-h-28:visited {
    max-height: 7rem;
  }

  .sm\:visited\:max-h-32:visited {
    max-height: 8rem;
  }

  .sm\:visited\:max-h-36:visited {
    max-height: 9rem;
  }

  .sm\:visited\:max-h-40:visited {
    max-height: 10rem;
  }

  .sm\:visited\:max-h-44:visited {
    max-height: 11rem;
  }

  .sm\:visited\:max-h-48:visited {
    max-height: 12rem;
  }

  .sm\:visited\:max-h-52:visited {
    max-height: 13rem;
  }

  .sm\:visited\:max-h-56:visited {
    max-height: 14rem;
  }

  .sm\:visited\:max-h-60:visited {
    max-height: 15rem;
  }

  .sm\:visited\:max-h-64:visited {
    max-height: 16rem;
  }

  .sm\:visited\:max-h-72:visited {
    max-height: 18rem;
  }

  .sm\:visited\:max-h-80:visited {
    max-height: 20rem;
  }

  .sm\:visited\:max-h-96:visited {
    max-height: 24rem;
  }

  .sm\:visited\:max-h-px:visited {
    max-height: 1px;
  }

  .sm\:visited\:max-h-0\.5:visited {
    max-height: 0.125rem;
  }

  .sm\:visited\:max-h-1\.5:visited {
    max-height: 0.375rem;
  }

  .sm\:visited\:max-h-2\.5:visited {
    max-height: 0.625rem;
  }

  .sm\:visited\:max-h-3\.5:visited {
    max-height: 0.875rem;
  }

  .sm\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .sm\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .sm\:disabled\:max-h-0:disabled {
    max-height: 0px;
  }

  .sm\:disabled\:max-h-1:disabled {
    max-height: 0.25rem;
  }

  .sm\:disabled\:max-h-2:disabled {
    max-height: 0.5rem;
  }

  .sm\:disabled\:max-h-3:disabled {
    max-height: 0.75rem;
  }

  .sm\:disabled\:max-h-4:disabled {
    max-height: 1rem;
  }

  .sm\:disabled\:max-h-5:disabled {
    max-height: 1.25rem;
  }

  .sm\:disabled\:max-h-6:disabled {
    max-height: 1.5rem;
  }

  .sm\:disabled\:max-h-7:disabled {
    max-height: 1.75rem;
  }

  .sm\:disabled\:max-h-8:disabled {
    max-height: 2rem;
  }

  .sm\:disabled\:max-h-9:disabled {
    max-height: 2.25rem;
  }

  .sm\:disabled\:max-h-10:disabled {
    max-height: 2.5rem;
  }

  .sm\:disabled\:max-h-11:disabled {
    max-height: 2.75rem;
  }

  .sm\:disabled\:max-h-12:disabled {
    max-height: 3rem;
  }

  .sm\:disabled\:max-h-14:disabled {
    max-height: 3.5rem;
  }

  .sm\:disabled\:max-h-16:disabled {
    max-height: 4rem;
  }

  .sm\:disabled\:max-h-20:disabled {
    max-height: 5rem;
  }

  .sm\:disabled\:max-h-24:disabled {
    max-height: 6rem;
  }

  .sm\:disabled\:max-h-28:disabled {
    max-height: 7rem;
  }

  .sm\:disabled\:max-h-32:disabled {
    max-height: 8rem;
  }

  .sm\:disabled\:max-h-36:disabled {
    max-height: 9rem;
  }

  .sm\:disabled\:max-h-40:disabled {
    max-height: 10rem;
  }

  .sm\:disabled\:max-h-44:disabled {
    max-height: 11rem;
  }

  .sm\:disabled\:max-h-48:disabled {
    max-height: 12rem;
  }

  .sm\:disabled\:max-h-52:disabled {
    max-height: 13rem;
  }

  .sm\:disabled\:max-h-56:disabled {
    max-height: 14rem;
  }

  .sm\:disabled\:max-h-60:disabled {
    max-height: 15rem;
  }

  .sm\:disabled\:max-h-64:disabled {
    max-height: 16rem;
  }

  .sm\:disabled\:max-h-72:disabled {
    max-height: 18rem;
  }

  .sm\:disabled\:max-h-80:disabled {
    max-height: 20rem;
  }

  .sm\:disabled\:max-h-96:disabled {
    max-height: 24rem;
  }

  .sm\:disabled\:max-h-px:disabled {
    max-height: 1px;
  }

  .sm\:disabled\:max-h-0\.5:disabled {
    max-height: 0.125rem;
  }

  .sm\:disabled\:max-h-1\.5:disabled {
    max-height: 0.375rem;
  }

  .sm\:disabled\:max-h-2\.5:disabled {
    max-height: 0.625rem;
  }

  .sm\:disabled\:max-h-3\.5:disabled {
    max-height: 0.875rem;
  }

  .sm\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .sm\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .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: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .group:hover .sm\:group-hover\:max-w-0 {
    max-width: 0rem;
  }

  .group:hover .sm\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .sm\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .sm\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .sm\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .sm\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .sm\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .sm\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .sm\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .sm\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .sm\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .sm\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .sm\:group-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .group:hover .sm\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .sm\:group-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .group:hover .sm\:group-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .group:hover .sm\:group-hover\:max-w-prose {
    max-width: 65ch;
  }

  .group:hover .sm\:group-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .group:hover .sm\:group-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .group:hover .sm\:group-hover\:max-w-screen-lg {
    max-width: 1024px;
  }

  .group:hover .sm\:group-hover\:max-w-screen-xl {
    max-width: 1280px;
  }

  .group:hover .sm\:group-hover\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .sm\:focus-within\:max-w-0:focus-within {
    max-width: 0rem;
  }

  .sm\:focus-within\:max-w-none:focus-within {
    max-width: none;
  }

  .sm\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .sm\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .sm\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .sm\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .sm\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .sm\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .sm\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .sm\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .sm\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .sm\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .sm\:focus-within\:max-w-7xl:focus-within {
    max-width: 80rem;
  }

  .sm\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .sm\:focus-within\:max-w-min:focus-within {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:focus-within\:max-w-max:focus-within {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:focus-within\:max-w-prose:focus-within {
    max-width: 65ch;
  }

  .sm\:focus-within\:max-w-screen-sm:focus-within {
    max-width: 640px;
  }

  .sm\:focus-within\:max-w-screen-md:focus-within {
    max-width: 768px;
  }

  .sm\:focus-within\:max-w-screen-lg:focus-within {
    max-width: 1024px;
  }

  .sm\:focus-within\:max-w-screen-xl:focus-within {
    max-width: 1280px;
  }

  .sm\:focus-within\:max-w-screen-2xl:focus-within {
    max-width: 1536px;
  }

  .sm\:first\:max-w-0:first-child {
    max-width: 0rem;
  }

  .sm\:first\:max-w-none:first-child {
    max-width: none;
  }

  .sm\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .sm\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .sm\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .sm\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .sm\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .sm\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .sm\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .sm\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .sm\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .sm\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .sm\:first\:max-w-7xl:first-child {
    max-width: 80rem;
  }

  .sm\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .sm\:first\:max-w-min:first-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:first\:max-w-max:first-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:first\:max-w-prose:first-child {
    max-width: 65ch;
  }

  .sm\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .sm\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .sm\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .sm\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .sm\:first\:max-w-screen-2xl:first-child {
    max-width: 1536px;
  }

  .sm\:last\:max-w-0:last-child {
    max-width: 0rem;
  }

  .sm\:last\:max-w-none:last-child {
    max-width: none;
  }

  .sm\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .sm\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .sm\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .sm\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .sm\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .sm\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .sm\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .sm\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .sm\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .sm\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .sm\:last\:max-w-7xl:last-child {
    max-width: 80rem;
  }

  .sm\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .sm\:last\:max-w-min:last-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:last\:max-w-max:last-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:last\:max-w-prose:last-child {
    max-width: 65ch;
  }

  .sm\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .sm\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .sm\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .sm\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .sm\:last\:max-w-screen-2xl:last-child {
    max-width: 1536px;
  }

  .sm\:odd\:max-w-0:nth-child(odd) {
    max-width: 0rem;
  }

  .sm\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .sm\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .sm\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .sm\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .sm\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .sm\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .sm\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .sm\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .sm\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .sm\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .sm\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .sm\:odd\:max-w-7xl:nth-child(odd) {
    max-width: 80rem;
  }

  .sm\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .sm\:odd\:max-w-min:nth-child(odd) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:odd\:max-w-max:nth-child(odd) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:odd\:max-w-prose:nth-child(odd) {
    max-width: 65ch;
  }

  .sm\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .sm\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .sm\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .sm\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .sm\:odd\:max-w-screen-2xl:nth-child(odd) {
    max-width: 1536px;
  }

  .sm\:even\:max-w-0:nth-child(even) {
    max-width: 0rem;
  }

  .sm\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .sm\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .sm\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .sm\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .sm\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .sm\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .sm\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .sm\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .sm\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .sm\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .sm\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .sm\:even\:max-w-7xl:nth-child(even) {
    max-width: 80rem;
  }

  .sm\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .sm\:even\:max-w-min:nth-child(even) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:even\:max-w-max:nth-child(even) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:even\:max-w-prose:nth-child(even) {
    max-width: 65ch;
  }

  .sm\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .sm\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .sm\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .sm\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .sm\:even\:max-w-screen-2xl:nth-child(even) {
    max-width: 1536px;
  }

  .sm\:hover\:max-w-0:hover {
    max-width: 0rem;
  }

  .sm\:hover\:max-w-none:hover {
    max-width: none;
  }

  .sm\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .sm\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .sm\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .sm\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .sm\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .sm\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .sm\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .sm\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .sm\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .sm\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .sm\:hover\:max-w-7xl:hover {
    max-width: 80rem;
  }

  .sm\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .sm\:hover\:max-w-min:hover {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:hover\:max-w-max:hover {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:hover\:max-w-prose:hover {
    max-width: 65ch;
  }

  .sm\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .sm\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .sm\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .sm\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .sm\:hover\:max-w-screen-2xl:hover {
    max-width: 1536px;
  }

  .sm\:focus\:max-w-0:focus {
    max-width: 0rem;
  }

  .sm\:focus\:max-w-none:focus {
    max-width: none;
  }

  .sm\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .sm\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .sm\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .sm\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .sm\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .sm\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .sm\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .sm\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .sm\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .sm\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .sm\:focus\:max-w-7xl:focus {
    max-width: 80rem;
  }

  .sm\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .sm\:focus\:max-w-min:focus {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:focus\:max-w-max:focus {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:focus\:max-w-prose:focus {
    max-width: 65ch;
  }

  .sm\:focus\:max-w-screen-sm:focus {
    max-width: 640px;
  }

  .sm\:focus\:max-w-screen-md:focus {
    max-width: 768px;
  }

  .sm\:focus\:max-w-screen-lg:focus {
    max-width: 1024px;
  }

  .sm\:focus\:max-w-screen-xl:focus {
    max-width: 1280px;
  }

  .sm\:focus\:max-w-screen-2xl:focus {
    max-width: 1536px;
  }

  .sm\:active\:max-w-0:active {
    max-width: 0rem;
  }

  .sm\:active\:max-w-none:active {
    max-width: none;
  }

  .sm\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .sm\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .sm\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .sm\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .sm\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .sm\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .sm\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .sm\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .sm\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .sm\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .sm\:active\:max-w-7xl:active {
    max-width: 80rem;
  }

  .sm\:active\:max-w-full:active {
    max-width: 100%;
  }

  .sm\:active\:max-w-min:active {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:active\:max-w-max:active {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:active\:max-w-prose:active {
    max-width: 65ch;
  }

  .sm\:active\:max-w-screen-sm:active {
    max-width: 640px;
  }

  .sm\:active\:max-w-screen-md:active {
    max-width: 768px;
  }

  .sm\:active\:max-w-screen-lg:active {
    max-width: 1024px;
  }

  .sm\:active\:max-w-screen-xl:active {
    max-width: 1280px;
  }

  .sm\:active\:max-w-screen-2xl:active {
    max-width: 1536px;
  }

  .sm\:visited\:max-w-0:visited {
    max-width: 0rem;
  }

  .sm\:visited\:max-w-none:visited {
    max-width: none;
  }

  .sm\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .sm\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .sm\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .sm\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .sm\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .sm\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .sm\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .sm\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .sm\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .sm\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .sm\:visited\:max-w-7xl:visited {
    max-width: 80rem;
  }

  .sm\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .sm\:visited\:max-w-min:visited {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:visited\:max-w-max:visited {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:visited\:max-w-prose:visited {
    max-width: 65ch;
  }

  .sm\:visited\:max-w-screen-sm:visited {
    max-width: 640px;
  }

  .sm\:visited\:max-w-screen-md:visited {
    max-width: 768px;
  }

  .sm\:visited\:max-w-screen-lg:visited {
    max-width: 1024px;
  }

  .sm\:visited\:max-w-screen-xl:visited {
    max-width: 1280px;
  }

  .sm\:visited\:max-w-screen-2xl:visited {
    max-width: 1536px;
  }

  .sm\:disabled\:max-w-0:disabled {
    max-width: 0rem;
  }

  .sm\:disabled\:max-w-none:disabled {
    max-width: none;
  }

  .sm\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .sm\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .sm\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .sm\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .sm\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .sm\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .sm\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .sm\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .sm\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .sm\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .sm\:disabled\:max-w-7xl:disabled {
    max-width: 80rem;
  }

  .sm\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .sm\:disabled\:max-w-min:disabled {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:disabled\:max-w-max:disabled {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:disabled\:max-w-prose:disabled {
    max-width: 65ch;
  }

  .sm\:disabled\:max-w-screen-sm:disabled {
    max-width: 640px;
  }

  .sm\:disabled\:max-w-screen-md:disabled {
    max-width: 768px;
  }

  .sm\:disabled\:max-w-screen-lg:disabled {
    max-width: 1024px;
  }

  .sm\:disabled\:max-w-screen-xl:disabled {
    max-width: 1280px;
  }

  .sm\:disabled\:max-w-screen-2xl:disabled {
    max-width: 1536px;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .sm\:group-hover\:min-h-0 {
    min-height: 0px;
  }

  .group:hover .sm\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .sm\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:focus-within\:min-h-0:focus-within {
    min-height: 0px;
  }

  .sm\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .sm\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .sm\:first\:min-h-0:first-child {
    min-height: 0px;
  }

  .sm\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .sm\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .sm\:last\:min-h-0:last-child {
    min-height: 0px;
  }

  .sm\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .sm\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .sm\:odd\:min-h-0:nth-child(odd) {
    min-height: 0px;
  }

  .sm\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .sm\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .sm\:even\:min-h-0:nth-child(even) {
    min-height: 0px;
  }

  .sm\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .sm\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .sm\:hover\:min-h-0:hover {
    min-height: 0px;
  }

  .sm\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .sm\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .sm\:focus\:min-h-0:focus {
    min-height: 0px;
  }

  .sm\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .sm\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .sm\:active\:min-h-0:active {
    min-height: 0px;
  }

  .sm\:active\:min-h-full:active {
    min-height: 100%;
  }

  .sm\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .sm\:visited\:min-h-0:visited {
    min-height: 0px;
  }

  .sm\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .sm\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .sm\:disabled\:min-h-0:disabled {
    min-height: 0px;
  }

  .sm\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .sm\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .group:hover .sm\:group-hover\:min-w-0 {
    min-width: 0px;
  }

  .group:hover .sm\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .group:hover .sm\:group-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .group:hover .sm\:group-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:focus-within\:min-w-0:focus-within {
    min-width: 0px;
  }

  .sm\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .sm\:focus-within\:min-w-min:focus-within {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:focus-within\:min-w-max:focus-within {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:first\:min-w-0:first-child {
    min-width: 0px;
  }

  .sm\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .sm\:first\:min-w-min:first-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:first\:min-w-max:first-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:last\:min-w-0:last-child {
    min-width: 0px;
  }

  .sm\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .sm\:last\:min-w-min:last-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:last\:min-w-max:last-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:odd\:min-w-0:nth-child(odd) {
    min-width: 0px;
  }

  .sm\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .sm\:odd\:min-w-min:nth-child(odd) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:odd\:min-w-max:nth-child(odd) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:even\:min-w-0:nth-child(even) {
    min-width: 0px;
  }

  .sm\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .sm\:even\:min-w-min:nth-child(even) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:even\:min-w-max:nth-child(even) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:hover\:min-w-0:hover {
    min-width: 0px;
  }

  .sm\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .sm\:hover\:min-w-min:hover {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:hover\:min-w-max:hover {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:focus\:min-w-0:focus {
    min-width: 0px;
  }

  .sm\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .sm\:focus\:min-w-min:focus {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:focus\:min-w-max:focus {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:active\:min-w-0:active {
    min-width: 0px;
  }

  .sm\:active\:min-w-full:active {
    min-width: 100%;
  }

  .sm\:active\:min-w-min:active {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:active\:min-w-max:active {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:visited\:min-w-0:visited {
    min-width: 0px;
  }

  .sm\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .sm\:visited\:min-w-min:visited {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:visited\:min-w-max:visited {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:disabled\:min-w-0:disabled {
    min-width: 0px;
  }

  .sm\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .sm\:disabled\:min-w-min:disabled {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:disabled\:min-w-max:disabled {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .sm\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .sm\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .sm\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .sm\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:odd\:object-contain:nth-child(odd) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:odd\:object-cover:nth-child(odd) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:odd\:object-fill:nth-child(odd) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:odd\:object-none:nth-child(odd) {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:odd\:object-scale-down:nth-child(odd) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:even\:object-contain:nth-child(even) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:even\:object-cover:nth-child(even) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:even\:object-fill:nth-child(even) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:even\:object-none:nth-child(even) {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:even\:object-scale-down:nth-child(even) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:visited\:object-contain:visited {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:visited\:object-cover:visited {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:visited\:object-fill:visited {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:visited\:object-none:visited {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:visited\:object-scale-down:visited {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:disabled\:object-contain:disabled {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:disabled\:object-cover:disabled {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:disabled\:object-fill:disabled {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:disabled\:object-none:disabled {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:disabled\:object-scale-down:disabled {
    -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;
  }

  .group:hover .sm\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .sm\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .sm\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .sm\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .sm\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .sm\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .sm\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .sm\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .sm\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:odd\:object-bottom:nth-child(odd) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:odd\:object-center:nth-child(odd) {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:odd\:object-left:nth-child(odd) {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:odd\:object-left-bottom:nth-child(odd) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:odd\:object-left-top:nth-child(odd) {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:odd\:object-right:nth-child(odd) {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:odd\:object-right-bottom:nth-child(odd) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:odd\:object-right-top:nth-child(odd) {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:odd\:object-top:nth-child(odd) {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:even\:object-bottom:nth-child(even) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:even\:object-center:nth-child(even) {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:even\:object-left:nth-child(even) {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:even\:object-left-bottom:nth-child(even) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:even\:object-left-top:nth-child(even) {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:even\:object-right:nth-child(even) {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:even\:object-right-bottom:nth-child(even) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:even\:object-right-top:nth-child(even) {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:even\:object-top:nth-child(even) {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:visited\:object-bottom:visited {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:visited\:object-center:visited {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:visited\:object-left:visited {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:visited\:object-left-bottom:visited {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:visited\:object-left-top:visited {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:visited\:object-right:visited {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:visited\:object-right-bottom:visited {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:visited\:object-right-top:visited {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:visited\:object-top:visited {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:disabled\:object-bottom:disabled {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:disabled\:object-center:disabled {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:disabled\:object-left:disabled {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:disabled\:object-left-bottom:disabled {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:disabled\:object-left-top:disabled {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:disabled\:object-right:disabled {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:disabled\:object-right-bottom:disabled {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:disabled\:object-right-top:disabled {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:disabled\:object-top:disabled {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .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-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-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\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .sm\:first\:opacity-5:first-child {
    opacity: 0.05;
  }

  .sm\:first\:opacity-10:first-child {
    opacity: 0.1;
  }

  .sm\:first\:opacity-20:first-child {
    opacity: 0.2;
  }

  .sm\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .sm\:first\:opacity-30:first-child {
    opacity: 0.3;
  }

  .sm\:first\:opacity-40:first-child {
    opacity: 0.4;
  }

  .sm\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .sm\:first\:opacity-60:first-child {
    opacity: 0.6;
  }

  .sm\:first\:opacity-70:first-child {
    opacity: 0.7;
  }

  .sm\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .sm\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .sm\:first\:opacity-90:first-child {
    opacity: 0.9;
  }

  .sm\:first\:opacity-95:first-child {
    opacity: 0.95;
  }

  .sm\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .sm\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .sm\:last\:opacity-5:last-child {
    opacity: 0.05;
  }

  .sm\:last\:opacity-10:last-child {
    opacity: 0.1;
  }

  .sm\:last\:opacity-20:last-child {
    opacity: 0.2;
  }

  .sm\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .sm\:last\:opacity-30:last-child {
    opacity: 0.3;
  }

  .sm\:last\:opacity-40:last-child {
    opacity: 0.4;
  }

  .sm\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .sm\:last\:opacity-60:last-child {
    opacity: 0.6;
  }

  .sm\:last\:opacity-70:last-child {
    opacity: 0.7;
  }

  .sm\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .sm\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .sm\:last\:opacity-90:last-child {
    opacity: 0.9;
  }

  .sm\:last\:opacity-95:last-child {
    opacity: 0.95;
  }

  .sm\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .sm\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .sm\:odd\:opacity-5:nth-child(odd) {
    opacity: 0.05;
  }

  .sm\:odd\:opacity-10:nth-child(odd) {
    opacity: 0.1;
  }

  .sm\:odd\:opacity-20:nth-child(odd) {
    opacity: 0.2;
  }

  .sm\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .sm\:odd\:opacity-30:nth-child(odd) {
    opacity: 0.3;
  }

  .sm\:odd\:opacity-40:nth-child(odd) {
    opacity: 0.4;
  }

  .sm\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .sm\:odd\:opacity-60:nth-child(odd) {
    opacity: 0.6;
  }

  .sm\:odd\:opacity-70:nth-child(odd) {
    opacity: 0.7;
  }

  .sm\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .sm\:odd\:opacity-80:nth-child(odd) {
    opacity: 0.8;
  }

  .sm\:odd\:opacity-90:nth-child(odd) {
    opacity: 0.9;
  }

  .sm\:odd\:opacity-95:nth-child(odd) {
    opacity: 0.95;
  }

  .sm\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .sm\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .sm\:even\:opacity-5:nth-child(even) {
    opacity: 0.05;
  }

  .sm\:even\:opacity-10:nth-child(even) {
    opacity: 0.1;
  }

  .sm\:even\:opacity-20:nth-child(even) {
    opacity: 0.2;
  }

  .sm\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .sm\:even\:opacity-30:nth-child(even) {
    opacity: 0.3;
  }

  .sm\:even\:opacity-40:nth-child(even) {
    opacity: 0.4;
  }

  .sm\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .sm\:even\:opacity-60:nth-child(even) {
    opacity: 0.6;
  }

  .sm\:even\:opacity-70:nth-child(even) {
    opacity: 0.7;
  }

  .sm\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .sm\:even\:opacity-80:nth-child(even) {
    opacity: 0.8;
  }

  .sm\:even\:opacity-90:nth-child(even) {
    opacity: 0.9;
  }

  .sm\:even\:opacity-95:nth-child(even) {
    opacity: 0.95;
  }

  .sm\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .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-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\:active\:opacity-0:active {
    opacity: 0;
  }

  .sm\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .sm\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .sm\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .sm\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .sm\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .sm\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .sm\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .sm\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .sm\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .sm\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .sm\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .sm\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .sm\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .sm\:active\:opacity-100:active {
    opacity: 1;
  }

  .sm\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .sm\:visited\:opacity-5:visited {
    opacity: 0.05;
  }

  .sm\:visited\:opacity-10:visited {
    opacity: 0.1;
  }

  .sm\:visited\:opacity-20:visited {
    opacity: 0.2;
  }

  .sm\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .sm\:visited\:opacity-30:visited {
    opacity: 0.3;
  }

  .sm\:visited\:opacity-40:visited {
    opacity: 0.4;
  }

  .sm\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .sm\:visited\:opacity-60:visited {
    opacity: 0.6;
  }

  .sm\:visited\:opacity-70:visited {
    opacity: 0.7;
  }

  .sm\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .sm\:visited\:opacity-80:visited {
    opacity: 0.8;
  }

  .sm\:visited\:opacity-90:visited {
    opacity: 0.9;
  }

  .sm\:visited\:opacity-95:visited {
    opacity: 0.95;
  }

  .sm\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .sm\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .sm\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .sm\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .sm\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .sm\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .sm\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .sm\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .sm\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .sm\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .sm\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .sm\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .sm\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .sm\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .sm\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .sm\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .sm\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .sm\:group-hover\: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\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:odd\:outline-none:nth-child(odd) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:odd\:outline-white:nth-child(odd) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:odd\:outline-black:nth-child(odd) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:even\:outline-none:nth-child(even) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:even\:outline-white:nth-child(even) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:even\:outline-black:nth-child(even) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:hover\:outline-black:hover {
    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\:active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:active\:outline-white:active {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:active\:outline-black:active {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:visited\:outline-none:visited {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:visited\:outline-white:visited {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:visited\:outline-black:visited {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:disabled\:outline-none:disabled {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:disabled\:outline-white:disabled {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:disabled\:outline-black:disabled {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .sm\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .sm\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .sm\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .sm\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .sm\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .sm\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .sm\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .sm\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .sm\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .sm\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .sm\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .sm\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .sm\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .sm\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .sm\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .sm\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .sm\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .sm\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .sm\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .sm\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .sm\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .sm\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .sm\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .sm\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .sm\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .sm\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .sm\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .sm\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .sm\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .sm\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .sm\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .sm\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .sm\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .sm\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .sm\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .sm\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .sm\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .sm\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .sm\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .sm\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .sm\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .sm\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .sm\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .sm\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .sm\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .sm\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .sm\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .sm\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .sm\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .sm\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .sm\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .sm\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .sm\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .sm\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .sm\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .sm\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .sm\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .sm\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .sm\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .sm\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .sm\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .sm\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .sm\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .sm\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .sm\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .sm\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .sm\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .sm\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .sm\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .sm\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .sm\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .sm\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .sm\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .sm\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .sm\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .sm\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .sm\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .sm\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .sm\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .sm\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .sm\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .sm\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .sm\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .sm\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .sm\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .sm\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .sm\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .sm\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .sm\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .sm\:active\:overflow-auto:active {
    overflow: auto;
  }

  .sm\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .sm\:active\:overflow-visible:active {
    overflow: visible;
  }

  .sm\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .sm\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .sm\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .sm\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .sm\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .sm\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .sm\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .sm\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .sm\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .sm\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .sm\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .sm\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .sm\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .sm\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .sm\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .sm\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .sm\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .sm\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .sm\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .sm\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .sm\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .sm\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .sm\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .sm\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .sm\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .sm\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .sm\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .sm\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .sm\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .sm\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .sm\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .sm\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .sm\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .group:hover .sm\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .sm\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .sm\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .sm\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .sm\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .sm\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .sm\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .sm\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .sm\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:focus-within\:overscroll-auto:focus-within {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:focus-within\:overscroll-contain:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:focus-within\:overscroll-none:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:focus-within\:overscroll-y-auto:focus-within {
    overscroll-behavior-y: auto;
  }

  .sm\:focus-within\:overscroll-y-contain:focus-within {
    overscroll-behavior-y: contain;
  }

  .sm\:focus-within\:overscroll-y-none:focus-within {
    overscroll-behavior-y: none;
  }

  .sm\:focus-within\:overscroll-x-auto:focus-within {
    overscroll-behavior-x: auto;
  }

  .sm\:focus-within\:overscroll-x-contain:focus-within {
    overscroll-behavior-x: contain;
  }

  .sm\:focus-within\:overscroll-x-none:focus-within {
    overscroll-behavior-x: none;
  }

  .sm\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .sm\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .sm\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .sm\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .sm\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .sm\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .sm\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .sm\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .sm\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .sm\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .sm\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .sm\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .sm\:odd\:overscroll-auto:nth-child(odd) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:odd\:overscroll-contain:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:odd\:overscroll-none:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:odd\:overscroll-y-auto:nth-child(odd) {
    overscroll-behavior-y: auto;
  }

  .sm\:odd\:overscroll-y-contain:nth-child(odd) {
    overscroll-behavior-y: contain;
  }

  .sm\:odd\:overscroll-y-none:nth-child(odd) {
    overscroll-behavior-y: none;
  }

  .sm\:odd\:overscroll-x-auto:nth-child(odd) {
    overscroll-behavior-x: auto;
  }

  .sm\:odd\:overscroll-x-contain:nth-child(odd) {
    overscroll-behavior-x: contain;
  }

  .sm\:odd\:overscroll-x-none:nth-child(odd) {
    overscroll-behavior-x: none;
  }

  .sm\:even\:overscroll-auto:nth-child(even) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:even\:overscroll-contain:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:even\:overscroll-none:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:even\:overscroll-y-auto:nth-child(even) {
    overscroll-behavior-y: auto;
  }

  .sm\:even\:overscroll-y-contain:nth-child(even) {
    overscroll-behavior-y: contain;
  }

  .sm\:even\:overscroll-y-none:nth-child(even) {
    overscroll-behavior-y: none;
  }

  .sm\:even\:overscroll-x-auto:nth-child(even) {
    overscroll-behavior-x: auto;
  }

  .sm\:even\:overscroll-x-contain:nth-child(even) {
    overscroll-behavior-x: contain;
  }

  .sm\:even\:overscroll-x-none:nth-child(even) {
    overscroll-behavior-x: none;
  }

  .sm\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .sm\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .sm\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .sm\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .sm\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .sm\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .sm\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .sm\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .sm\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .sm\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .sm\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .sm\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .sm\:active\:overscroll-auto:active {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:active\:overscroll-contain:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:active\:overscroll-none:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:active\:overscroll-y-auto:active {
    overscroll-behavior-y: auto;
  }

  .sm\:active\:overscroll-y-contain:active {
    overscroll-behavior-y: contain;
  }

  .sm\:active\:overscroll-y-none:active {
    overscroll-behavior-y: none;
  }

  .sm\:active\:overscroll-x-auto:active {
    overscroll-behavior-x: auto;
  }

  .sm\:active\:overscroll-x-contain:active {
    overscroll-behavior-x: contain;
  }

  .sm\:active\:overscroll-x-none:active {
    overscroll-behavior-x: none;
  }

  .sm\:visited\:overscroll-auto:visited {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:visited\:overscroll-contain:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:visited\:overscroll-none:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:visited\:overscroll-y-auto:visited {
    overscroll-behavior-y: auto;
  }

  .sm\:visited\:overscroll-y-contain:visited {
    overscroll-behavior-y: contain;
  }

  .sm\:visited\:overscroll-y-none:visited {
    overscroll-behavior-y: none;
  }

  .sm\:visited\:overscroll-x-auto:visited {
    overscroll-behavior-x: auto;
  }

  .sm\:visited\:overscroll-x-contain:visited {
    overscroll-behavior-x: contain;
  }

  .sm\:visited\:overscroll-x-none:visited {
    overscroll-behavior-x: none;
  }

  .sm\:disabled\:overscroll-auto:disabled {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:disabled\:overscroll-contain:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:disabled\:overscroll-none:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:disabled\:overscroll-y-auto:disabled {
    overscroll-behavior-y: auto;
  }

  .sm\:disabled\:overscroll-y-contain:disabled {
    overscroll-behavior-y: contain;
  }

  .sm\:disabled\:overscroll-y-none:disabled {
    overscroll-behavior-y: none;
  }

  .sm\:disabled\:overscroll-x-auto:disabled {
    overscroll-behavior-x: auto;
  }

  .sm\:disabled\:overscroll-x-contain:disabled {
    overscroll-behavior-x: contain;
  }

  .sm\:disabled\:overscroll-x-none:disabled {
    overscroll-behavior-x: none;
  }

  .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\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .group:hover .sm\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .sm\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .sm\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .sm\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .sm\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .sm\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .sm\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .sm\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .sm\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .sm\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .sm\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .sm\:group-hover\:p-11 {
    padding: 2.75rem;
  }

  .group:hover .sm\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .sm\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .sm\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .sm\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .sm\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .sm\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .sm\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .sm\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .sm\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .sm\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .sm\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .sm\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .sm\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .sm\:group-hover\:p-60 {
    padding: 15rem;
  }

  .group:hover .sm\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .sm\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .sm\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .sm\:group-hover\:p-96 {
    padding: 24rem;
  }

  .group:hover .sm\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .sm\:group-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .group:hover .sm\:group-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .group:hover .sm\:group-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .group:hover .sm\:group-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .group:hover .sm\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .sm\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .group:hover .sm\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .sm\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .sm\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .sm\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .sm\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .group:hover .sm\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .sm\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .sm\:group-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .group:hover .sm\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .group:hover .sm\:group-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .group:hover .sm\:group-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .group:hover .sm\:group-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .group:hover .sm\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .sm\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .sm\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .sm\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .sm\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .sm\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .sm\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .sm\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .sm\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .group:hover .sm\:group-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .group:hover .sm\:group-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .group:hover .sm\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .sm\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .sm\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .sm\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .sm\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .sm\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .sm\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .sm\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .sm\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .sm\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .sm\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .sm\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .sm\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .sm\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .sm\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .sm\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .sm\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .sm\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .sm\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .sm\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .sm\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .sm\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .sm\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .sm\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .sm\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .sm\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .sm\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .sm\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .sm\:group-hover\:pt-60 {
    padding-top: 15rem;
  }

  .group:hover .sm\:group-hover\:pr-60 {
    padding-right: 15rem;
  }

  .group:hover .sm\:group-hover\:pb-60 {
    padding-bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:pl-60 {
    padding-left: 15rem;
  }

  .group:hover .sm\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .sm\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .sm\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .sm\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .sm\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .sm\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .sm\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .sm\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .sm\:group-hover\:pt-96 {
    padding-top: 24rem;
  }

  .group:hover .sm\:group-hover\:pr-96 {
    padding-right: 24rem;
  }

  .group:hover .sm\:group-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:pl-96 {
    padding-left: 24rem;
  }

  .group:hover .sm\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .sm\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .sm\:group-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .group:hover .sm\:group-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .group:hover .sm\:group-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .group:hover .sm\:group-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .group:hover .sm\:group-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .group:hover .sm\:group-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .group:hover .sm\:group-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .group:hover .sm\:group-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .group:hover .sm\:group-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .group:hover .sm\:group-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .group:hover .sm\:group-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .group:hover .sm\:group-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:focus-within\:p-0:focus-within {
    padding: 0px;
  }

  .sm\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .sm\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .sm\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .sm\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .sm\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .sm\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .sm\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .sm\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .sm\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .sm\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .sm\:focus-within\:p-11:focus-within {
    padding: 2.75rem;
  }

  .sm\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .sm\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .sm\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .sm\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .sm\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .sm\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .sm\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .sm\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .sm\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .sm\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .sm\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .sm\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .sm\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .sm\:focus-within\:p-60:focus-within {
    padding: 15rem;
  }

  .sm\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .sm\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .sm\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .sm\:focus-within\:p-96:focus-within {
    padding: 24rem;
  }

  .sm\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .sm\:focus-within\:p-0\.5:focus-within {
    padding: 0.125rem;
  }

  .sm\:focus-within\:p-1\.5:focus-within {
    padding: 0.375rem;
  }

  .sm\:focus-within\:p-2\.5:focus-within {
    padding: 0.625rem;
  }

  .sm\:focus-within\:p-3\.5:focus-within {
    padding: 0.875rem;
  }

  .sm\:focus-within\:py-0:focus-within {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:focus-within\:px-0:focus-within {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:py-11:focus-within {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:focus-within\:px-11:focus-within {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus-within\:py-60:focus-within {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:focus-within\:px-60:focus-within {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:focus-within\:py-96:focus-within {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:focus-within\:px-96:focus-within {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus-within\:py-0\.5:focus-within {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:focus-within\:px-0\.5:focus-within {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:focus-within\:py-1\.5:focus-within {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:focus-within\:px-1\.5:focus-within {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:focus-within\:py-2\.5:focus-within {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:focus-within\:px-2\.5:focus-within {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:focus-within\:py-3\.5:focus-within {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:focus-within\:px-3\.5:focus-within {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:focus-within\:pt-0:focus-within {
    padding-top: 0px;
  }

  .sm\:focus-within\:pr-0:focus-within {
    padding-right: 0px;
  }

  .sm\:focus-within\:pb-0:focus-within {
    padding-bottom: 0px;
  }

  .sm\:focus-within\:pl-0:focus-within {
    padding-left: 0px;
  }

  .sm\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .sm\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .sm\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .sm\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .sm\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .sm\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .sm\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .sm\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .sm\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .sm\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .sm\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .sm\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .sm\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .sm\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .sm\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .sm\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .sm\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .sm\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .sm\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .sm\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .sm\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .sm\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .sm\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .sm\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .sm\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .sm\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .sm\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .sm\:focus-within\:pt-11:focus-within {
    padding-top: 2.75rem;
  }

  .sm\:focus-within\:pr-11:focus-within {
    padding-right: 2.75rem;
  }

  .sm\:focus-within\:pb-11:focus-within {
    padding-bottom: 2.75rem;
  }

  .sm\:focus-within\:pl-11:focus-within {
    padding-left: 2.75rem;
  }

  .sm\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .sm\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .sm\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .sm\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .sm\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .sm\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .sm\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .sm\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .sm\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .sm\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .sm\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .sm\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .sm\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .sm\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .sm\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .sm\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .sm\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .sm\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .sm\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .sm\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .sm\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .sm\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .sm\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .sm\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .sm\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .sm\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .sm\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .sm\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .sm\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .sm\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .sm\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .sm\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .sm\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .sm\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .sm\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .sm\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .sm\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .sm\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .sm\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .sm\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .sm\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .sm\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .sm\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .sm\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .sm\:focus-within\:pt-60:focus-within {
    padding-top: 15rem;
  }

  .sm\:focus-within\:pr-60:focus-within {
    padding-right: 15rem;
  }

  .sm\:focus-within\:pb-60:focus-within {
    padding-bottom: 15rem;
  }

  .sm\:focus-within\:pl-60:focus-within {
    padding-left: 15rem;
  }

  .sm\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .sm\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .sm\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .sm\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .sm\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .sm\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .sm\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .sm\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .sm\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .sm\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .sm\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .sm\:focus-within\:pt-96:focus-within {
    padding-top: 24rem;
  }

  .sm\:focus-within\:pr-96:focus-within {
    padding-right: 24rem;
  }

  .sm\:focus-within\:pb-96:focus-within {
    padding-bottom: 24rem;
  }

  .sm\:focus-within\:pl-96:focus-within {
    padding-left: 24rem;
  }

  .sm\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .sm\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .sm\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .sm\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .sm\:focus-within\:pt-0\.5:focus-within {
    padding-top: 0.125rem;
  }

  .sm\:focus-within\:pr-0\.5:focus-within {
    padding-right: 0.125rem;
  }

  .sm\:focus-within\:pb-0\.5:focus-within {
    padding-bottom: 0.125rem;
  }

  .sm\:focus-within\:pl-0\.5:focus-within {
    padding-left: 0.125rem;
  }

  .sm\:focus-within\:pt-1\.5:focus-within {
    padding-top: 0.375rem;
  }

  .sm\:focus-within\:pr-1\.5:focus-within {
    padding-right: 0.375rem;
  }

  .sm\:focus-within\:pb-1\.5:focus-within {
    padding-bottom: 0.375rem;
  }

  .sm\:focus-within\:pl-1\.5:focus-within {
    padding-left: 0.375rem;
  }

  .sm\:focus-within\:pt-2\.5:focus-within {
    padding-top: 0.625rem;
  }

  .sm\:focus-within\:pr-2\.5:focus-within {
    padding-right: 0.625rem;
  }

  .sm\:focus-within\:pb-2\.5:focus-within {
    padding-bottom: 0.625rem;
  }

  .sm\:focus-within\:pl-2\.5:focus-within {
    padding-left: 0.625rem;
  }

  .sm\:focus-within\:pt-3\.5:focus-within {
    padding-top: 0.875rem;
  }

  .sm\:focus-within\:pr-3\.5:focus-within {
    padding-right: 0.875rem;
  }

  .sm\:focus-within\:pb-3\.5:focus-within {
    padding-bottom: 0.875rem;
  }

  .sm\:focus-within\:pl-3\.5:focus-within {
    padding-left: 0.875rem;
  }

  .sm\:first\:p-0:first-child {
    padding: 0px;
  }

  .sm\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .sm\:first\:p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .sm\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .sm\:first\:p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .sm\:first\:p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:p-28:first-child {
    padding: 7rem;
  }

  .sm\:first\:p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:p-36:first-child {
    padding: 9rem;
  }

  .sm\:first\:p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:p-44:first-child {
    padding: 11rem;
  }

  .sm\:first\:p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:p-52:first-child {
    padding: 13rem;
  }

  .sm\:first\:p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:p-60:first-child {
    padding: 15rem;
  }

  .sm\:first\:p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:p-72:first-child {
    padding: 18rem;
  }

  .sm\:first\:p-80:first-child {
    padding: 20rem;
  }

  .sm\:first\:p-96:first-child {
    padding: 24rem;
  }

  .sm\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:p-0\.5:first-child {
    padding: 0.125rem;
  }

  .sm\:first\:p-1\.5:first-child {
    padding: 0.375rem;
  }

  .sm\:first\:p-2\.5:first-child {
    padding: 0.625rem;
  }

  .sm\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:py-0\.5:first-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:first\:px-0\.5:first-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:first\:py-1\.5:first-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:first\:px-1\.5:first-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:first\:py-2\.5:first-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:first\:px-2\.5:first-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .sm\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .sm\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .sm\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .sm\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .sm\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .sm\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .sm\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .sm\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .sm\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .sm\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .sm\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .sm\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .sm\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .sm\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .sm\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .sm\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .sm\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .sm\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .sm\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .sm\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .sm\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .sm\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .sm\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .sm\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .sm\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .sm\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .sm\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .sm\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .sm\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .sm\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .sm\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .sm\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .sm\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .sm\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .sm\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .sm\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .sm\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .sm\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .sm\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .sm\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .sm\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .sm\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .sm\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .sm\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:first\:pt-0\.5:first-child {
    padding-top: 0.125rem;
  }

  .sm\:first\:pr-0\.5:first-child {
    padding-right: 0.125rem;
  }

  .sm\:first\:pb-0\.5:first-child {
    padding-bottom: 0.125rem;
  }

  .sm\:first\:pl-0\.5:first-child {
    padding-left: 0.125rem;
  }

  .sm\:first\:pt-1\.5:first-child {
    padding-top: 0.375rem;
  }

  .sm\:first\:pr-1\.5:first-child {
    padding-right: 0.375rem;
  }

  .sm\:first\:pb-1\.5:first-child {
    padding-bottom: 0.375rem;
  }

  .sm\:first\:pl-1\.5:first-child {
    padding-left: 0.375rem;
  }

  .sm\:first\:pt-2\.5:first-child {
    padding-top: 0.625rem;
  }

  .sm\:first\:pr-2\.5:first-child {
    padding-right: 0.625rem;
  }

  .sm\:first\:pb-2\.5:first-child {
    padding-bottom: 0.625rem;
  }

  .sm\:first\:pl-2\.5:first-child {
    padding-left: 0.625rem;
  }

  .sm\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .sm\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .sm\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .sm\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .sm\:last\:p-0:last-child {
    padding: 0px;
  }

  .sm\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .sm\:last\:p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .sm\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .sm\:last\:p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .sm\:last\:p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:p-28:last-child {
    padding: 7rem;
  }

  .sm\:last\:p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:p-36:last-child {
    padding: 9rem;
  }

  .sm\:last\:p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:p-44:last-child {
    padding: 11rem;
  }

  .sm\:last\:p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:p-52:last-child {
    padding: 13rem;
  }

  .sm\:last\:p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:p-60:last-child {
    padding: 15rem;
  }

  .sm\:last\:p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:p-72:last-child {
    padding: 18rem;
  }

  .sm\:last\:p-80:last-child {
    padding: 20rem;
  }

  .sm\:last\:p-96:last-child {
    padding: 24rem;
  }

  .sm\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:p-0\.5:last-child {
    padding: 0.125rem;
  }

  .sm\:last\:p-1\.5:last-child {
    padding: 0.375rem;
  }

  .sm\:last\:p-2\.5:last-child {
    padding: 0.625rem;
  }

  .sm\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:py-0\.5:last-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:last\:px-0\.5:last-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:last\:py-1\.5:last-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:last\:px-1\.5:last-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:last\:py-2\.5:last-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:last\:px-2\.5:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .sm\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .sm\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .sm\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .sm\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .sm\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .sm\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .sm\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .sm\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .sm\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .sm\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .sm\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .sm\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .sm\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .sm\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .sm\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .sm\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .sm\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .sm\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .sm\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .sm\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .sm\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .sm\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .sm\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .sm\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .sm\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .sm\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .sm\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .sm\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .sm\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .sm\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .sm\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .sm\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .sm\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .sm\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .sm\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .sm\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .sm\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .sm\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .sm\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .sm\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .sm\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .sm\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .sm\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .sm\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:last\:pt-0\.5:last-child {
    padding-top: 0.125rem;
  }

  .sm\:last\:pr-0\.5:last-child {
    padding-right: 0.125rem;
  }

  .sm\:last\:pb-0\.5:last-child {
    padding-bottom: 0.125rem;
  }

  .sm\:last\:pl-0\.5:last-child {
    padding-left: 0.125rem;
  }

  .sm\:last\:pt-1\.5:last-child {
    padding-top: 0.375rem;
  }

  .sm\:last\:pr-1\.5:last-child {
    padding-right: 0.375rem;
  }

  .sm\:last\:pb-1\.5:last-child {
    padding-bottom: 0.375rem;
  }

  .sm\:last\:pl-1\.5:last-child {
    padding-left: 0.375rem;
  }

  .sm\:last\:pt-2\.5:last-child {
    padding-top: 0.625rem;
  }

  .sm\:last\:pr-2\.5:last-child {
    padding-right: 0.625rem;
  }

  .sm\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }

  .sm\:last\:pl-2\.5:last-child {
    padding-left: 0.625rem;
  }

  .sm\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .sm\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .sm\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .sm\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .sm\:odd\:p-0:nth-child(odd) {
    padding: 0px;
  }

  .sm\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .sm\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .sm\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .sm\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .sm\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .sm\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .sm\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .sm\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .sm\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .sm\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .sm\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .sm\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .sm\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .sm\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .sm\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .sm\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .sm\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .sm\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .sm\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .sm\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .sm\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .sm\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .sm\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .sm\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .sm\:odd\:p-60:nth-child(odd) {
    padding: 15rem;
  }

  .sm\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .sm\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .sm\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .sm\:odd\:p-96:nth-child(odd) {
    padding: 24rem;
  }

  .sm\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .sm\:odd\:p-0\.5:nth-child(odd) {
    padding: 0.125rem;
  }

  .sm\:odd\:p-1\.5:nth-child(odd) {
    padding: 0.375rem;
  }

  .sm\:odd\:p-2\.5:nth-child(odd) {
    padding: 0.625rem;
  }

  .sm\:odd\:p-3\.5:nth-child(odd) {
    padding: 0.875rem;
  }

  .sm\:odd\:py-0:nth-child(odd) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:odd\:px-0:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:odd\:py-60:nth-child(odd) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:odd\:px-60:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:odd\:py-96:nth-child(odd) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:odd\:px-96:nth-child(odd) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:odd\:py-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:odd\:px-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:odd\:py-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:odd\:px-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:odd\:py-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:odd\:px-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:odd\:py-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:odd\:px-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:odd\:pt-0:nth-child(odd) {
    padding-top: 0px;
  }

  .sm\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .sm\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0px;
  }

  .sm\:odd\:pl-0:nth-child(odd) {
    padding-left: 0px;
  }

  .sm\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .sm\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .sm\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .sm\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .sm\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .sm\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .sm\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .sm\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .sm\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .sm\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .sm\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .sm\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .sm\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .sm\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .sm\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .sm\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .sm\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .sm\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .sm\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .sm\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .sm\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .sm\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .sm\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .sm\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .sm\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .sm\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .sm\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .sm\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .sm\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .sm\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .sm\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .sm\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .sm\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .sm\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .sm\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .sm\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .sm\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .sm\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .sm\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .sm\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .sm\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .sm\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .sm\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .sm\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .sm\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .sm\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .sm\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .sm\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .sm\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .sm\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .sm\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .sm\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .sm\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .sm\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .sm\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .sm\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .sm\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .sm\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .sm\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .sm\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .sm\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .sm\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .sm\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .sm\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .sm\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .sm\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .sm\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .sm\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .sm\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .sm\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .sm\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .sm\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .sm\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .sm\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .sm\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .sm\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .sm\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .sm\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .sm\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .sm\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .sm\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .sm\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .sm\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .sm\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .sm\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .sm\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .sm\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .sm\:odd\:pt-60:nth-child(odd) {
    padding-top: 15rem;
  }

  .sm\:odd\:pr-60:nth-child(odd) {
    padding-right: 15rem;
  }

  .sm\:odd\:pb-60:nth-child(odd) {
    padding-bottom: 15rem;
  }

  .sm\:odd\:pl-60:nth-child(odd) {
    padding-left: 15rem;
  }

  .sm\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .sm\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .sm\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .sm\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .sm\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .sm\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .sm\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .sm\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .sm\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .sm\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .sm\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .sm\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .sm\:odd\:pt-96:nth-child(odd) {
    padding-top: 24rem;
  }

  .sm\:odd\:pr-96:nth-child(odd) {
    padding-right: 24rem;
  }

  .sm\:odd\:pb-96:nth-child(odd) {
    padding-bottom: 24rem;
  }

  .sm\:odd\:pl-96:nth-child(odd) {
    padding-left: 24rem;
  }

  .sm\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .sm\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .sm\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .sm\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .sm\:odd\:pt-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
  }

  .sm\:odd\:pr-0\.5:nth-child(odd) {
    padding-right: 0.125rem;
  }

  .sm\:odd\:pb-0\.5:nth-child(odd) {
    padding-bottom: 0.125rem;
  }

  .sm\:odd\:pl-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
  }

  .sm\:odd\:pt-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
  }

  .sm\:odd\:pr-1\.5:nth-child(odd) {
    padding-right: 0.375rem;
  }

  .sm\:odd\:pb-1\.5:nth-child(odd) {
    padding-bottom: 0.375rem;
  }

  .sm\:odd\:pl-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
  }

  .sm\:odd\:pt-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
  }

  .sm\:odd\:pr-2\.5:nth-child(odd) {
    padding-right: 0.625rem;
  }

  .sm\:odd\:pb-2\.5:nth-child(odd) {
    padding-bottom: 0.625rem;
  }

  .sm\:odd\:pl-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
  }

  .sm\:odd\:pt-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
  }

  .sm\:odd\:pr-3\.5:nth-child(odd) {
    padding-right: 0.875rem;
  }

  .sm\:odd\:pb-3\.5:nth-child(odd) {
    padding-bottom: 0.875rem;
  }

  .sm\:odd\:pl-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
  }

  .sm\:even\:p-0:nth-child(even) {
    padding: 0px;
  }

  .sm\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .sm\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .sm\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .sm\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .sm\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .sm\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .sm\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .sm\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .sm\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .sm\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .sm\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .sm\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .sm\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .sm\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .sm\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .sm\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .sm\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .sm\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .sm\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .sm\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .sm\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .sm\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .sm\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .sm\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .sm\:even\:p-60:nth-child(even) {
    padding: 15rem;
  }

  .sm\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .sm\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .sm\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .sm\:even\:p-96:nth-child(even) {
    padding: 24rem;
  }

  .sm\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .sm\:even\:p-0\.5:nth-child(even) {
    padding: 0.125rem;
  }

  .sm\:even\:p-1\.5:nth-child(even) {
    padding: 0.375rem;
  }

  .sm\:even\:p-2\.5:nth-child(even) {
    padding: 0.625rem;
  }

  .sm\:even\:p-3\.5:nth-child(even) {
    padding: 0.875rem;
  }

  .sm\:even\:py-0:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:even\:px-0:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:even\:py-60:nth-child(even) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:even\:px-60:nth-child(even) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:even\:py-96:nth-child(even) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:even\:px-96:nth-child(even) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:even\:py-0\.5:nth-child(even) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:even\:px-0\.5:nth-child(even) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:even\:py-1\.5:nth-child(even) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:even\:px-1\.5:nth-child(even) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:even\:py-2\.5:nth-child(even) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:even\:px-2\.5:nth-child(even) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:even\:py-3\.5:nth-child(even) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:even\:px-3\.5:nth-child(even) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:even\:pt-0:nth-child(even) {
    padding-top: 0px;
  }

  .sm\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }

  .sm\:even\:pb-0:nth-child(even) {
    padding-bottom: 0px;
  }

  .sm\:even\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .sm\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .sm\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .sm\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .sm\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .sm\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .sm\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .sm\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .sm\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .sm\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .sm\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .sm\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .sm\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .sm\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .sm\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .sm\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .sm\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .sm\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .sm\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .sm\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .sm\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .sm\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .sm\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .sm\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .sm\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .sm\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .sm\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .sm\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .sm\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .sm\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .sm\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .sm\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .sm\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .sm\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .sm\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .sm\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .sm\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .sm\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .sm\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .sm\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .sm\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .sm\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .sm\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .sm\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .sm\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .sm\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .sm\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .sm\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .sm\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .sm\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .sm\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .sm\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .sm\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .sm\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .sm\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .sm\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .sm\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .sm\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .sm\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .sm\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .sm\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .sm\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .sm\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .sm\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .sm\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .sm\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .sm\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .sm\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .sm\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .sm\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .sm\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .sm\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .sm\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .sm\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .sm\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .sm\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .sm\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .sm\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .sm\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .sm\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .sm\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .sm\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .sm\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .sm\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .sm\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .sm\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .sm\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .sm\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .sm\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .sm\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .sm\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .sm\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .sm\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .sm\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .sm\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .sm\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .sm\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .sm\:even\:pt-60:nth-child(even) {
    padding-top: 15rem;
  }

  .sm\:even\:pr-60:nth-child(even) {
    padding-right: 15rem;
  }

  .sm\:even\:pb-60:nth-child(even) {
    padding-bottom: 15rem;
  }

  .sm\:even\:pl-60:nth-child(even) {
    padding-left: 15rem;
  }

  .sm\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .sm\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .sm\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .sm\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .sm\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .sm\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .sm\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .sm\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .sm\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .sm\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .sm\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .sm\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .sm\:even\:pt-96:nth-child(even) {
    padding-top: 24rem;
  }

  .sm\:even\:pr-96:nth-child(even) {
    padding-right: 24rem;
  }

  .sm\:even\:pb-96:nth-child(even) {
    padding-bottom: 24rem;
  }

  .sm\:even\:pl-96:nth-child(even) {
    padding-left: 24rem;
  }

  .sm\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .sm\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .sm\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .sm\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .sm\:even\:pt-0\.5:nth-child(even) {
    padding-top: 0.125rem;
  }

  .sm\:even\:pr-0\.5:nth-child(even) {
    padding-right: 0.125rem;
  }

  .sm\:even\:pb-0\.5:nth-child(even) {
    padding-bottom: 0.125rem;
  }

  .sm\:even\:pl-0\.5:nth-child(even) {
    padding-left: 0.125rem;
  }

  .sm\:even\:pt-1\.5:nth-child(even) {
    padding-top: 0.375rem;
  }

  .sm\:even\:pr-1\.5:nth-child(even) {
    padding-right: 0.375rem;
  }

  .sm\:even\:pb-1\.5:nth-child(even) {
    padding-bottom: 0.375rem;
  }

  .sm\:even\:pl-1\.5:nth-child(even) {
    padding-left: 0.375rem;
  }

  .sm\:even\:pt-2\.5:nth-child(even) {
    padding-top: 0.625rem;
  }

  .sm\:even\:pr-2\.5:nth-child(even) {
    padding-right: 0.625rem;
  }

  .sm\:even\:pb-2\.5:nth-child(even) {
    padding-bottom: 0.625rem;
  }

  .sm\:even\:pl-2\.5:nth-child(even) {
    padding-left: 0.625rem;
  }

  .sm\:even\:pt-3\.5:nth-child(even) {
    padding-top: 0.875rem;
  }

  .sm\:even\:pr-3\.5:nth-child(even) {
    padding-right: 0.875rem;
  }

  .sm\:even\:pb-3\.5:nth-child(even) {
    padding-bottom: 0.875rem;
  }

  .sm\:even\:pl-3\.5:nth-child(even) {
    padding-left: 0.875rem;
  }

  .sm\:hover\:p-0:hover {
    padding: 0px;
  }

  .sm\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-28:hover {
    padding: 7rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-36:hover {
    padding: 9rem;
  }

  .sm\:hover\:p-40:hover {
    padding: 10rem;
  }

  .sm\:hover\:p-44:hover {
    padding: 11rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 12rem;
  }

  .sm\:hover\:p-52:hover {
    padding: 13rem;
  }

  .sm\:hover\:p-56:hover {
    padding: 14rem;
  }

  .sm\:hover\:p-60:hover {
    padding: 15rem;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-72:hover {
    padding: 18rem;
  }

  .sm\:hover\:p-80:hover {
    padding: 20rem;
  }

  .sm\:hover\:p-96:hover {
    padding: 24rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .sm\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .sm\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .sm\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:hover\:py-60:hover {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:hover\:px-60:hover {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .sm\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .sm\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .sm\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .sm\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .sm\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .sm\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .sm\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .sm\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .sm\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .sm\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .sm\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .sm\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .sm\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .sm\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .sm\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .sm\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .sm\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .sm\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .sm\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .sm\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .sm\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .sm\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .sm\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .sm\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .sm\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .sm\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .sm\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .sm\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .sm\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .sm\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .sm\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .sm\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .sm\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .sm\:hover\:pt-60:hover {
    padding-top: 15rem;
  }

  .sm\:hover\:pr-60:hover {
    padding-right: 15rem;
  }

  .sm\:hover\:pb-60:hover {
    padding-bottom: 15rem;
  }

  .sm\:hover\:pl-60:hover {
    padding-left: 15rem;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .sm\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .sm\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .sm\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .sm\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .sm\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .sm\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .sm\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .sm\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .sm\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .sm\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .sm\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .sm\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .sm\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .sm\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .sm\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .sm\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .sm\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .sm\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .sm\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .sm\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .sm\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .sm\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .sm\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .sm\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .sm\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .sm\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .sm\:focus\:p-0:focus {
    padding: 0px;
  }

  .sm\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .sm\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .sm\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .sm\:focus\:p-4:focus {
    padding: 1rem;
  }

  .sm\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .sm\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .sm\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .sm\:focus\:p-8:focus {
    padding: 2rem;
  }

  .sm\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .sm\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .sm\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .sm\:focus\:p-12:focus {
    padding: 3rem;
  }

  .sm\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .sm\:focus\:p-16:focus {
    padding: 4rem;
  }

  .sm\:focus\:p-20:focus {
    padding: 5rem;
  }

  .sm\:focus\:p-24:focus {
    padding: 6rem;
  }

  .sm\:focus\:p-28:focus {
    padding: 7rem;
  }

  .sm\:focus\:p-32:focus {
    padding: 8rem;
  }

  .sm\:focus\:p-36:focus {
    padding: 9rem;
  }

  .sm\:focus\:p-40:focus {
    padding: 10rem;
  }

  .sm\:focus\:p-44:focus {
    padding: 11rem;
  }

  .sm\:focus\:p-48:focus {
    padding: 12rem;
  }

  .sm\:focus\:p-52:focus {
    padding: 13rem;
  }

  .sm\:focus\:p-56:focus {
    padding: 14rem;
  }

  .sm\:focus\:p-60:focus {
    padding: 15rem;
  }

  .sm\:focus\:p-64:focus {
    padding: 16rem;
  }

  .sm\:focus\:p-72:focus {
    padding: 18rem;
  }

  .sm\:focus\:p-80:focus {
    padding: 20rem;
  }

  .sm\:focus\:p-96:focus {
    padding: 24rem;
  }

  .sm\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm\:focus\:p-0\.5:focus {
    padding: 0.125rem;
  }

  .sm\:focus\:p-1\.5:focus {
    padding: 0.375rem;
  }

  .sm\:focus\:p-2\.5:focus {
    padding: 0.625rem;
  }

  .sm\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .sm\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus\:py-0\.5:focus {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:focus\:px-0\.5:focus {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:focus\:py-1\.5:focus {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:focus\:px-1\.5:focus {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:focus\:py-2\.5:focus {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:focus\:px-2\.5:focus {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .sm\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .sm\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .sm\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .sm\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .sm\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .sm\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .sm\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .sm\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .sm\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .sm\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .sm\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .sm\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .sm\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .sm\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .sm\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .sm\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .sm\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .sm\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .sm\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .sm\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .sm\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .sm\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .sm\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .sm\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .sm\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .sm\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .sm\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .sm\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .sm\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .sm\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .sm\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .sm\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .sm\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .sm\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .sm\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .sm\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .sm\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .sm\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .sm\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .sm\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .sm\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .sm\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .sm\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .sm\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .sm\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .sm\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .sm\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .sm\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .sm\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .sm\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .sm\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .sm\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .sm\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .sm\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .sm\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .sm\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .sm\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .sm\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .sm\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .sm\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .sm\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .sm\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .sm\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .sm\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .sm\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .sm\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .sm\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .sm\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .sm\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .sm\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .sm\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .sm\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .sm\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .sm\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .sm\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .sm\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .sm\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .sm\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .sm\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .sm\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .sm\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .sm\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .sm\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .sm\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .sm\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .sm\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .sm\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .sm\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .sm\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .sm\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .sm\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .sm\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .sm\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .sm\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .sm\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .sm\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .sm\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .sm\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .sm\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .sm\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .sm\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .sm\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .sm\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .sm\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .sm\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .sm\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .sm\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .sm\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .sm\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .sm\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .sm\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .sm\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .sm\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .sm\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .sm\:focus\:pt-0\.5:focus {
    padding-top: 0.125rem;
  }

  .sm\:focus\:pr-0\.5:focus {
    padding-right: 0.125rem;
  }

  .sm\:focus\:pb-0\.5:focus {
    padding-bottom: 0.125rem;
  }

  .sm\:focus\:pl-0\.5:focus {
    padding-left: 0.125rem;
  }

  .sm\:focus\:pt-1\.5:focus {
    padding-top: 0.375rem;
  }

  .sm\:focus\:pr-1\.5:focus {
    padding-right: 0.375rem;
  }

  .sm\:focus\:pb-1\.5:focus {
    padding-bottom: 0.375rem;
  }

  .sm\:focus\:pl-1\.5:focus {
    padding-left: 0.375rem;
  }

  .sm\:focus\:pt-2\.5:focus {
    padding-top: 0.625rem;
  }

  .sm\:focus\:pr-2\.5:focus {
    padding-right: 0.625rem;
  }

  .sm\:focus\:pb-2\.5:focus {
    padding-bottom: 0.625rem;
  }

  .sm\:focus\:pl-2\.5:focus {
    padding-left: 0.625rem;
  }

  .sm\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .sm\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .sm\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .sm\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .sm\:active\:p-0:active {
    padding: 0px;
  }

  .sm\:active\:p-1:active {
    padding: 0.25rem;
  }

  .sm\:active\:p-2:active {
    padding: 0.5rem;
  }

  .sm\:active\:p-3:active {
    padding: 0.75rem;
  }

  .sm\:active\:p-4:active {
    padding: 1rem;
  }

  .sm\:active\:p-5:active {
    padding: 1.25rem;
  }

  .sm\:active\:p-6:active {
    padding: 1.5rem;
  }

  .sm\:active\:p-7:active {
    padding: 1.75rem;
  }

  .sm\:active\:p-8:active {
    padding: 2rem;
  }

  .sm\:active\:p-9:active {
    padding: 2.25rem;
  }

  .sm\:active\:p-10:active {
    padding: 2.5rem;
  }

  .sm\:active\:p-11:active {
    padding: 2.75rem;
  }

  .sm\:active\:p-12:active {
    padding: 3rem;
  }

  .sm\:active\:p-14:active {
    padding: 3.5rem;
  }

  .sm\:active\:p-16:active {
    padding: 4rem;
  }

  .sm\:active\:p-20:active {
    padding: 5rem;
  }

  .sm\:active\:p-24:active {
    padding: 6rem;
  }

  .sm\:active\:p-28:active {
    padding: 7rem;
  }

  .sm\:active\:p-32:active {
    padding: 8rem;
  }

  .sm\:active\:p-36:active {
    padding: 9rem;
  }

  .sm\:active\:p-40:active {
    padding: 10rem;
  }

  .sm\:active\:p-44:active {
    padding: 11rem;
  }

  .sm\:active\:p-48:active {
    padding: 12rem;
  }

  .sm\:active\:p-52:active {
    padding: 13rem;
  }

  .sm\:active\:p-56:active {
    padding: 14rem;
  }

  .sm\:active\:p-60:active {
    padding: 15rem;
  }

  .sm\:active\:p-64:active {
    padding: 16rem;
  }

  .sm\:active\:p-72:active {
    padding: 18rem;
  }

  .sm\:active\:p-80:active {
    padding: 20rem;
  }

  .sm\:active\:p-96:active {
    padding: 24rem;
  }

  .sm\:active\:p-px:active {
    padding: 1px;
  }

  .sm\:active\:p-0\.5:active {
    padding: 0.125rem;
  }

  .sm\:active\:p-1\.5:active {
    padding: 0.375rem;
  }

  .sm\:active\:p-2\.5:active {
    padding: 0.625rem;
  }

  .sm\:active\:p-3\.5:active {
    padding: 0.875rem;
  }

  .sm\:active\:py-0:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:active\:px-0:active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:active\:py-7:active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:active\:px-7:active {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:active\:py-9:active {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:active\:px-9:active {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:active\:py-11:active {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:active\:px-11:active {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:active\:py-14:active {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:active\:px-14:active {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:active\:py-28:active {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:active\:px-28:active {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:active\:py-36:active {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:active\:px-36:active {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:active\:py-44:active {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:active\:px-44:active {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:active\:py-52:active {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:active\:px-52:active {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:active\:py-60:active {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:active\:px-60:active {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:active\:py-72:active {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:active\:px-72:active {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:active\:py-80:active {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:active\:px-80:active {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:active\:py-96:active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:active\:px-96:active {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:active\:py-0\.5:active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:active\:px-0\.5:active {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:active\:py-1\.5:active {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:active\:px-1\.5:active {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:active\:py-2\.5:active {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:active\:px-2\.5:active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:active\:py-3\.5:active {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:active\:px-3\.5:active {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:active\:pt-0:active {
    padding-top: 0px;
  }

  .sm\:active\:pr-0:active {
    padding-right: 0px;
  }

  .sm\:active\:pb-0:active {
    padding-bottom: 0px;
  }

  .sm\:active\:pl-0:active {
    padding-left: 0px;
  }

  .sm\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .sm\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .sm\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .sm\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .sm\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .sm\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .sm\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .sm\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .sm\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .sm\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .sm\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .sm\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .sm\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .sm\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .sm\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .sm\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .sm\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .sm\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .sm\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .sm\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .sm\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .sm\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .sm\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .sm\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .sm\:active\:pt-7:active {
    padding-top: 1.75rem;
  }

  .sm\:active\:pr-7:active {
    padding-right: 1.75rem;
  }

  .sm\:active\:pb-7:active {
    padding-bottom: 1.75rem;
  }

  .sm\:active\:pl-7:active {
    padding-left: 1.75rem;
  }

  .sm\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .sm\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .sm\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .sm\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .sm\:active\:pt-9:active {
    padding-top: 2.25rem;
  }

  .sm\:active\:pr-9:active {
    padding-right: 2.25rem;
  }

  .sm\:active\:pb-9:active {
    padding-bottom: 2.25rem;
  }

  .sm\:active\:pl-9:active {
    padding-left: 2.25rem;
  }

  .sm\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .sm\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .sm\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .sm\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .sm\:active\:pt-11:active {
    padding-top: 2.75rem;
  }

  .sm\:active\:pr-11:active {
    padding-right: 2.75rem;
  }

  .sm\:active\:pb-11:active {
    padding-bottom: 2.75rem;
  }

  .sm\:active\:pl-11:active {
    padding-left: 2.75rem;
  }

  .sm\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .sm\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .sm\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .sm\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .sm\:active\:pt-14:active {
    padding-top: 3.5rem;
  }

  .sm\:active\:pr-14:active {
    padding-right: 3.5rem;
  }

  .sm\:active\:pb-14:active {
    padding-bottom: 3.5rem;
  }

  .sm\:active\:pl-14:active {
    padding-left: 3.5rem;
  }

  .sm\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .sm\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .sm\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .sm\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .sm\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .sm\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .sm\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .sm\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .sm\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .sm\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .sm\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .sm\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .sm\:active\:pt-28:active {
    padding-top: 7rem;
  }

  .sm\:active\:pr-28:active {
    padding-right: 7rem;
  }

  .sm\:active\:pb-28:active {
    padding-bottom: 7rem;
  }

  .sm\:active\:pl-28:active {
    padding-left: 7rem;
  }

  .sm\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .sm\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .sm\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .sm\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .sm\:active\:pt-36:active {
    padding-top: 9rem;
  }

  .sm\:active\:pr-36:active {
    padding-right: 9rem;
  }

  .sm\:active\:pb-36:active {
    padding-bottom: 9rem;
  }

  .sm\:active\:pl-36:active {
    padding-left: 9rem;
  }

  .sm\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .sm\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .sm\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .sm\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .sm\:active\:pt-44:active {
    padding-top: 11rem;
  }

  .sm\:active\:pr-44:active {
    padding-right: 11rem;
  }

  .sm\:active\:pb-44:active {
    padding-bottom: 11rem;
  }

  .sm\:active\:pl-44:active {
    padding-left: 11rem;
  }

  .sm\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .sm\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .sm\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .sm\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .sm\:active\:pt-52:active {
    padding-top: 13rem;
  }

  .sm\:active\:pr-52:active {
    padding-right: 13rem;
  }

  .sm\:active\:pb-52:active {
    padding-bottom: 13rem;
  }

  .sm\:active\:pl-52:active {
    padding-left: 13rem;
  }

  .sm\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .sm\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .sm\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .sm\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .sm\:active\:pt-60:active {
    padding-top: 15rem;
  }

  .sm\:active\:pr-60:active {
    padding-right: 15rem;
  }

  .sm\:active\:pb-60:active {
    padding-bottom: 15rem;
  }

  .sm\:active\:pl-60:active {
    padding-left: 15rem;
  }

  .sm\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .sm\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .sm\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .sm\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .sm\:active\:pt-72:active {
    padding-top: 18rem;
  }

  .sm\:active\:pr-72:active {
    padding-right: 18rem;
  }

  .sm\:active\:pb-72:active {
    padding-bottom: 18rem;
  }

  .sm\:active\:pl-72:active {
    padding-left: 18rem;
  }

  .sm\:active\:pt-80:active {
    padding-top: 20rem;
  }

  .sm\:active\:pr-80:active {
    padding-right: 20rem;
  }

  .sm\:active\:pb-80:active {
    padding-bottom: 20rem;
  }

  .sm\:active\:pl-80:active {
    padding-left: 20rem;
  }

  .sm\:active\:pt-96:active {
    padding-top: 24rem;
  }

  .sm\:active\:pr-96:active {
    padding-right: 24rem;
  }

  .sm\:active\:pb-96:active {
    padding-bottom: 24rem;
  }

  .sm\:active\:pl-96:active {
    padding-left: 24rem;
  }

  .sm\:active\:pt-px:active {
    padding-top: 1px;
  }

  .sm\:active\:pr-px:active {
    padding-right: 1px;
  }

  .sm\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .sm\:active\:pl-px:active {
    padding-left: 1px;
  }

  .sm\:active\:pt-0\.5:active {
    padding-top: 0.125rem;
  }

  .sm\:active\:pr-0\.5:active {
    padding-right: 0.125rem;
  }

  .sm\:active\:pb-0\.5:active {
    padding-bottom: 0.125rem;
  }

  .sm\:active\:pl-0\.5:active {
    padding-left: 0.125rem;
  }

  .sm\:active\:pt-1\.5:active {
    padding-top: 0.375rem;
  }

  .sm\:active\:pr-1\.5:active {
    padding-right: 0.375rem;
  }

  .sm\:active\:pb-1\.5:active {
    padding-bottom: 0.375rem;
  }

  .sm\:active\:pl-1\.5:active {
    padding-left: 0.375rem;
  }

  .sm\:active\:pt-2\.5:active {
    padding-top: 0.625rem;
  }

  .sm\:active\:pr-2\.5:active {
    padding-right: 0.625rem;
  }

  .sm\:active\:pb-2\.5:active {
    padding-bottom: 0.625rem;
  }

  .sm\:active\:pl-2\.5:active {
    padding-left: 0.625rem;
  }

  .sm\:active\:pt-3\.5:active {
    padding-top: 0.875rem;
  }

  .sm\:active\:pr-3\.5:active {
    padding-right: 0.875rem;
  }

  .sm\:active\:pb-3\.5:active {
    padding-bottom: 0.875rem;
  }

  .sm\:active\:pl-3\.5:active {
    padding-left: 0.875rem;
  }

  .sm\:visited\:p-0:visited {
    padding: 0px;
  }

  .sm\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .sm\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .sm\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .sm\:visited\:p-4:visited {
    padding: 1rem;
  }

  .sm\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .sm\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .sm\:visited\:p-7:visited {
    padding: 1.75rem;
  }

  .sm\:visited\:p-8:visited {
    padding: 2rem;
  }

  .sm\:visited\:p-9:visited {
    padding: 2.25rem;
  }

  .sm\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .sm\:visited\:p-11:visited {
    padding: 2.75rem;
  }

  .sm\:visited\:p-12:visited {
    padding: 3rem;
  }

  .sm\:visited\:p-14:visited {
    padding: 3.5rem;
  }

  .sm\:visited\:p-16:visited {
    padding: 4rem;
  }

  .sm\:visited\:p-20:visited {
    padding: 5rem;
  }

  .sm\:visited\:p-24:visited {
    padding: 6rem;
  }

  .sm\:visited\:p-28:visited {
    padding: 7rem;
  }

  .sm\:visited\:p-32:visited {
    padding: 8rem;
  }

  .sm\:visited\:p-36:visited {
    padding: 9rem;
  }

  .sm\:visited\:p-40:visited {
    padding: 10rem;
  }

  .sm\:visited\:p-44:visited {
    padding: 11rem;
  }

  .sm\:visited\:p-48:visited {
    padding: 12rem;
  }

  .sm\:visited\:p-52:visited {
    padding: 13rem;
  }

  .sm\:visited\:p-56:visited {
    padding: 14rem;
  }

  .sm\:visited\:p-60:visited {
    padding: 15rem;
  }

  .sm\:visited\:p-64:visited {
    padding: 16rem;
  }

  .sm\:visited\:p-72:visited {
    padding: 18rem;
  }

  .sm\:visited\:p-80:visited {
    padding: 20rem;
  }

  .sm\:visited\:p-96:visited {
    padding: 24rem;
  }

  .sm\:visited\:p-px:visited {
    padding: 1px;
  }

  .sm\:visited\:p-0\.5:visited {
    padding: 0.125rem;
  }

  .sm\:visited\:p-1\.5:visited {
    padding: 0.375rem;
  }

  .sm\:visited\:p-2\.5:visited {
    padding: 0.625rem;
  }

  .sm\:visited\:p-3\.5:visited {
    padding: 0.875rem;
  }

  .sm\:visited\:py-0:visited {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:visited\:px-0:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:visited\:py-7:visited {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:visited\:px-7:visited {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:visited\:py-9:visited {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:visited\:px-9:visited {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:visited\:py-11:visited {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:visited\:px-11:visited {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:visited\:py-14:visited {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:visited\:px-14:visited {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:visited\:py-28:visited {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:visited\:px-28:visited {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:visited\:py-36:visited {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:visited\:px-36:visited {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:visited\:py-44:visited {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:visited\:px-44:visited {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:visited\:py-52:visited {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:visited\:px-52:visited {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:visited\:py-60:visited {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:visited\:px-60:visited {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:visited\:py-72:visited {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:visited\:px-72:visited {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:visited\:py-80:visited {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:visited\:px-80:visited {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:visited\:py-96:visited {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:visited\:px-96:visited {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:visited\:py-0\.5:visited {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:visited\:px-0\.5:visited {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:visited\:py-1\.5:visited {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:visited\:px-1\.5:visited {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:visited\:py-2\.5:visited {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:visited\:px-2\.5:visited {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:visited\:py-3\.5:visited {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:visited\:px-3\.5:visited {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:visited\:pt-0:visited {
    padding-top: 0px;
  }

  .sm\:visited\:pr-0:visited {
    padding-right: 0px;
  }

  .sm\:visited\:pb-0:visited {
    padding-bottom: 0px;
  }

  .sm\:visited\:pl-0:visited {
    padding-left: 0px;
  }

  .sm\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .sm\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .sm\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .sm\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .sm\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .sm\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .sm\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .sm\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .sm\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .sm\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .sm\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .sm\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .sm\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .sm\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .sm\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .sm\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .sm\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .sm\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .sm\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .sm\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .sm\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .sm\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .sm\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .sm\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .sm\:visited\:pt-7:visited {
    padding-top: 1.75rem;
  }

  .sm\:visited\:pr-7:visited {
    padding-right: 1.75rem;
  }

  .sm\:visited\:pb-7:visited {
    padding-bottom: 1.75rem;
  }

  .sm\:visited\:pl-7:visited {
    padding-left: 1.75rem;
  }

  .sm\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .sm\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .sm\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .sm\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .sm\:visited\:pt-9:visited {
    padding-top: 2.25rem;
  }

  .sm\:visited\:pr-9:visited {
    padding-right: 2.25rem;
  }

  .sm\:visited\:pb-9:visited {
    padding-bottom: 2.25rem;
  }

  .sm\:visited\:pl-9:visited {
    padding-left: 2.25rem;
  }

  .sm\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .sm\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .sm\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .sm\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .sm\:visited\:pt-11:visited {
    padding-top: 2.75rem;
  }

  .sm\:visited\:pr-11:visited {
    padding-right: 2.75rem;
  }

  .sm\:visited\:pb-11:visited {
    padding-bottom: 2.75rem;
  }

  .sm\:visited\:pl-11:visited {
    padding-left: 2.75rem;
  }

  .sm\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .sm\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .sm\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .sm\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .sm\:visited\:pt-14:visited {
    padding-top: 3.5rem;
  }

  .sm\:visited\:pr-14:visited {
    padding-right: 3.5rem;
  }

  .sm\:visited\:pb-14:visited {
    padding-bottom: 3.5rem;
  }

  .sm\:visited\:pl-14:visited {
    padding-left: 3.5rem;
  }

  .sm\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .sm\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .sm\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .sm\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .sm\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .sm\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .sm\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .sm\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .sm\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .sm\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .sm\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .sm\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .sm\:visited\:pt-28:visited {
    padding-top: 7rem;
  }

  .sm\:visited\:pr-28:visited {
    padding-right: 7rem;
  }

  .sm\:visited\:pb-28:visited {
    padding-bottom: 7rem;
  }

  .sm\:visited\:pl-28:visited {
    padding-left: 7rem;
  }

  .sm\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .sm\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .sm\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .sm\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .sm\:visited\:pt-36:visited {
    padding-top: 9rem;
  }

  .sm\:visited\:pr-36:visited {
    padding-right: 9rem;
  }

  .sm\:visited\:pb-36:visited {
    padding-bottom: 9rem;
  }

  .sm\:visited\:pl-36:visited {
    padding-left: 9rem;
  }

  .sm\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .sm\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .sm\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .sm\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .sm\:visited\:pt-44:visited {
    padding-top: 11rem;
  }

  .sm\:visited\:pr-44:visited {
    padding-right: 11rem;
  }

  .sm\:visited\:pb-44:visited {
    padding-bottom: 11rem;
  }

  .sm\:visited\:pl-44:visited {
    padding-left: 11rem;
  }

  .sm\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .sm\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .sm\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .sm\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .sm\:visited\:pt-52:visited {
    padding-top: 13rem;
  }

  .sm\:visited\:pr-52:visited {
    padding-right: 13rem;
  }

  .sm\:visited\:pb-52:visited {
    padding-bottom: 13rem;
  }

  .sm\:visited\:pl-52:visited {
    padding-left: 13rem;
  }

  .sm\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .sm\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .sm\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .sm\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .sm\:visited\:pt-60:visited {
    padding-top: 15rem;
  }

  .sm\:visited\:pr-60:visited {
    padding-right: 15rem;
  }

  .sm\:visited\:pb-60:visited {
    padding-bottom: 15rem;
  }

  .sm\:visited\:pl-60:visited {
    padding-left: 15rem;
  }

  .sm\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .sm\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .sm\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .sm\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .sm\:visited\:pt-72:visited {
    padding-top: 18rem;
  }

  .sm\:visited\:pr-72:visited {
    padding-right: 18rem;
  }

  .sm\:visited\:pb-72:visited {
    padding-bottom: 18rem;
  }

  .sm\:visited\:pl-72:visited {
    padding-left: 18rem;
  }

  .sm\:visited\:pt-80:visited {
    padding-top: 20rem;
  }

  .sm\:visited\:pr-80:visited {
    padding-right: 20rem;
  }

  .sm\:visited\:pb-80:visited {
    padding-bottom: 20rem;
  }

  .sm\:visited\:pl-80:visited {
    padding-left: 20rem;
  }

  .sm\:visited\:pt-96:visited {
    padding-top: 24rem;
  }

  .sm\:visited\:pr-96:visited {
    padding-right: 24rem;
  }

  .sm\:visited\:pb-96:visited {
    padding-bottom: 24rem;
  }

  .sm\:visited\:pl-96:visited {
    padding-left: 24rem;
  }

  .sm\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .sm\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .sm\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .sm\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .sm\:visited\:pt-0\.5:visited {
    padding-top: 0.125rem;
  }

  .sm\:visited\:pr-0\.5:visited {
    padding-right: 0.125rem;
  }

  .sm\:visited\:pb-0\.5:visited {
    padding-bottom: 0.125rem;
  }

  .sm\:visited\:pl-0\.5:visited {
    padding-left: 0.125rem;
  }

  .sm\:visited\:pt-1\.5:visited {
    padding-top: 0.375rem;
  }

  .sm\:visited\:pr-1\.5:visited {
    padding-right: 0.375rem;
  }

  .sm\:visited\:pb-1\.5:visited {
    padding-bottom: 0.375rem;
  }

  .sm\:visited\:pl-1\.5:visited {
    padding-left: 0.375rem;
  }

  .sm\:visited\:pt-2\.5:visited {
    padding-top: 0.625rem;
  }

  .sm\:visited\:pr-2\.5:visited {
    padding-right: 0.625rem;
  }

  .sm\:visited\:pb-2\.5:visited {
    padding-bottom: 0.625rem;
  }

  .sm\:visited\:pl-2\.5:visited {
    padding-left: 0.625rem;
  }

  .sm\:visited\:pt-3\.5:visited {
    padding-top: 0.875rem;
  }

  .sm\:visited\:pr-3\.5:visited {
    padding-right: 0.875rem;
  }

  .sm\:visited\:pb-3\.5:visited {
    padding-bottom: 0.875rem;
  }

  .sm\:visited\:pl-3\.5:visited {
    padding-left: 0.875rem;
  }

  .sm\:disabled\:p-0:disabled {
    padding: 0px;
  }

  .sm\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .sm\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .sm\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .sm\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .sm\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .sm\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .sm\:disabled\:p-7:disabled {
    padding: 1.75rem;
  }

  .sm\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .sm\:disabled\:p-9:disabled {
    padding: 2.25rem;
  }

  .sm\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .sm\:disabled\:p-11:disabled {
    padding: 2.75rem;
  }

  .sm\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .sm\:disabled\:p-14:disabled {
    padding: 3.5rem;
  }

  .sm\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .sm\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .sm\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .sm\:disabled\:p-28:disabled {
    padding: 7rem;
  }

  .sm\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .sm\:disabled\:p-36:disabled {
    padding: 9rem;
  }

  .sm\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .sm\:disabled\:p-44:disabled {
    padding: 11rem;
  }

  .sm\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .sm\:disabled\:p-52:disabled {
    padding: 13rem;
  }

  .sm\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .sm\:disabled\:p-60:disabled {
    padding: 15rem;
  }

  .sm\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .sm\:disabled\:p-72:disabled {
    padding: 18rem;
  }

  .sm\:disabled\:p-80:disabled {
    padding: 20rem;
  }

  .sm\:disabled\:p-96:disabled {
    padding: 24rem;
  }

  .sm\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .sm\:disabled\:p-0\.5:disabled {
    padding: 0.125rem;
  }

  .sm\:disabled\:p-1\.5:disabled {
    padding: 0.375rem;
  }

  .sm\:disabled\:p-2\.5:disabled {
    padding: 0.625rem;
  }

  .sm\:disabled\:p-3\.5:disabled {
    padding: 0.875rem;
  }

  .sm\:disabled\:py-0:disabled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:disabled\:px-0:disabled {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:disabled\:py-7:disabled {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:disabled\:px-7:disabled {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:disabled\:py-9:disabled {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:disabled\:px-9:disabled {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:disabled\:py-11:disabled {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:disabled\:px-11:disabled {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:disabled\:py-14:disabled {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:disabled\:px-14:disabled {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:disabled\:py-28:disabled {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:disabled\:px-28:disabled {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:disabled\:py-36:disabled {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:disabled\:px-36:disabled {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:disabled\:py-44:disabled {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:disabled\:px-44:disabled {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:disabled\:py-52:disabled {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:disabled\:px-52:disabled {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:disabled\:py-60:disabled {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:disabled\:px-60:disabled {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:disabled\:py-72:disabled {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:disabled\:px-72:disabled {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:disabled\:py-80:disabled {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:disabled\:px-80:disabled {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:disabled\:py-96:disabled {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:disabled\:px-96:disabled {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:disabled\:py-0\.5:disabled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:disabled\:px-0\.5:disabled {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:disabled\:py-1\.5:disabled {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:disabled\:px-1\.5:disabled {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:disabled\:py-2\.5:disabled {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:disabled\:px-2\.5:disabled {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:disabled\:py-3\.5:disabled {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:disabled\:px-3\.5:disabled {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:disabled\:pt-0:disabled {
    padding-top: 0px;
  }

  .sm\:disabled\:pr-0:disabled {
    padding-right: 0px;
  }

  .sm\:disabled\:pb-0:disabled {
    padding-bottom: 0px;
  }

  .sm\:disabled\:pl-0:disabled {
    padding-left: 0px;
  }

  .sm\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .sm\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .sm\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .sm\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .sm\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .sm\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .sm\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .sm\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .sm\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .sm\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .sm\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .sm\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .sm\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .sm\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .sm\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .sm\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .sm\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .sm\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .sm\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .sm\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .sm\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .sm\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .sm\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .sm\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .sm\:disabled\:pt-7:disabled {
    padding-top: 1.75rem;
  }

  .sm\:disabled\:pr-7:disabled {
    padding-right: 1.75rem;
  }

  .sm\:disabled\:pb-7:disabled {
    padding-bottom: 1.75rem;
  }

  .sm\:disabled\:pl-7:disabled {
    padding-left: 1.75rem;
  }

  .sm\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .sm\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .sm\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .sm\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .sm\:disabled\:pt-9:disabled {
    padding-top: 2.25rem;
  }

  .sm\:disabled\:pr-9:disabled {
    padding-right: 2.25rem;
  }

  .sm\:disabled\:pb-9:disabled {
    padding-bottom: 2.25rem;
  }

  .sm\:disabled\:pl-9:disabled {
    padding-left: 2.25rem;
  }

  .sm\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .sm\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .sm\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .sm\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .sm\:disabled\:pt-11:disabled {
    padding-top: 2.75rem;
  }

  .sm\:disabled\:pr-11:disabled {
    padding-right: 2.75rem;
  }

  .sm\:disabled\:pb-11:disabled {
    padding-bottom: 2.75rem;
  }

  .sm\:disabled\:pl-11:disabled {
    padding-left: 2.75rem;
  }

  .sm\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .sm\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .sm\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .sm\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .sm\:disabled\:pt-14:disabled {
    padding-top: 3.5rem;
  }

  .sm\:disabled\:pr-14:disabled {
    padding-right: 3.5rem;
  }

  .sm\:disabled\:pb-14:disabled {
    padding-bottom: 3.5rem;
  }

  .sm\:disabled\:pl-14:disabled {
    padding-left: 3.5rem;
  }

  .sm\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .sm\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .sm\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .sm\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .sm\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .sm\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .sm\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .sm\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .sm\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .sm\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .sm\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .sm\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .sm\:disabled\:pt-28:disabled {
    padding-top: 7rem;
  }

  .sm\:disabled\:pr-28:disabled {
    padding-right: 7rem;
  }

  .sm\:disabled\:pb-28:disabled {
    padding-bottom: 7rem;
  }

  .sm\:disabled\:pl-28:disabled {
    padding-left: 7rem;
  }

  .sm\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .sm\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .sm\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .sm\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .sm\:disabled\:pt-36:disabled {
    padding-top: 9rem;
  }

  .sm\:disabled\:pr-36:disabled {
    padding-right: 9rem;
  }

  .sm\:disabled\:pb-36:disabled {
    padding-bottom: 9rem;
  }

  .sm\:disabled\:pl-36:disabled {
    padding-left: 9rem;
  }

  .sm\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .sm\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .sm\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .sm\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .sm\:disabled\:pt-44:disabled {
    padding-top: 11rem;
  }

  .sm\:disabled\:pr-44:disabled {
    padding-right: 11rem;
  }

  .sm\:disabled\:pb-44:disabled {
    padding-bottom: 11rem;
  }

  .sm\:disabled\:pl-44:disabled {
    padding-left: 11rem;
  }

  .sm\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .sm\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .sm\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .sm\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .sm\:disabled\:pt-52:disabled {
    padding-top: 13rem;
  }

  .sm\:disabled\:pr-52:disabled {
    padding-right: 13rem;
  }

  .sm\:disabled\:pb-52:disabled {
    padding-bottom: 13rem;
  }

  .sm\:disabled\:pl-52:disabled {
    padding-left: 13rem;
  }

  .sm\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .sm\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .sm\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .sm\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .sm\:disabled\:pt-60:disabled {
    padding-top: 15rem;
  }

  .sm\:disabled\:pr-60:disabled {
    padding-right: 15rem;
  }

  .sm\:disabled\:pb-60:disabled {
    padding-bottom: 15rem;
  }

  .sm\:disabled\:pl-60:disabled {
    padding-left: 15rem;
  }

  .sm\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .sm\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .sm\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .sm\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .sm\:disabled\:pt-72:disabled {
    padding-top: 18rem;
  }

  .sm\:disabled\:pr-72:disabled {
    padding-right: 18rem;
  }

  .sm\:disabled\:pb-72:disabled {
    padding-bottom: 18rem;
  }

  .sm\:disabled\:pl-72:disabled {
    padding-left: 18rem;
  }

  .sm\:disabled\:pt-80:disabled {
    padding-top: 20rem;
  }

  .sm\:disabled\:pr-80:disabled {
    padding-right: 20rem;
  }

  .sm\:disabled\:pb-80:disabled {
    padding-bottom: 20rem;
  }

  .sm\:disabled\:pl-80:disabled {
    padding-left: 20rem;
  }

  .sm\:disabled\:pt-96:disabled {
    padding-top: 24rem;
  }

  .sm\:disabled\:pr-96:disabled {
    padding-right: 24rem;
  }

  .sm\:disabled\:pb-96:disabled {
    padding-bottom: 24rem;
  }

  .sm\:disabled\:pl-96:disabled {
    padding-left: 24rem;
  }

  .sm\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .sm\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .sm\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .sm\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .sm\:disabled\:pt-0\.5:disabled {
    padding-top: 0.125rem;
  }

  .sm\:disabled\:pr-0\.5:disabled {
    padding-right: 0.125rem;
  }

  .sm\:disabled\:pb-0\.5:disabled {
    padding-bottom: 0.125rem;
  }

  .sm\:disabled\:pl-0\.5:disabled {
    padding-left: 0.125rem;
  }

  .sm\:disabled\:pt-1\.5:disabled {
    padding-top: 0.375rem;
  }

  .sm\:disabled\:pr-1\.5:disabled {
    padding-right: 0.375rem;
  }

  .sm\:disabled\:pb-1\.5:disabled {
    padding-bottom: 0.375rem;
  }

  .sm\:disabled\:pl-1\.5:disabled {
    padding-left: 0.375rem;
  }

  .sm\:disabled\:pt-2\.5:disabled {
    padding-top: 0.625rem;
  }

  .sm\:disabled\:pr-2\.5:disabled {
    padding-right: 0.625rem;
  }

  .sm\:disabled\:pb-2\.5:disabled {
    padding-bottom: 0.625rem;
  }

  .sm\:disabled\:pl-2\.5:disabled {
    padding-left: 0.625rem;
  }

  .sm\:disabled\:pt-3\.5:disabled {
    padding-top: 0.875rem;
  }

  .sm\:disabled\:pr-3\.5:disabled {
    padding-right: 0.875rem;
  }

  .sm\:disabled\:pb-3\.5:disabled {
    padding-bottom: 0.875rem;
  }

  .sm\:disabled\:pl-3\.5:disabled {
    padding-left: 0.875rem;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .sm\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .sm\:placeholder-current::placeholder {
    color: current;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .sm\:group-hover\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .group:hover .sm\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .group:hover .sm\:group-hover\:placeholder-current::placeholder {
    color: current;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-black:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-white:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-rose-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-violet-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-cyan-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-emerald-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-green-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-lime-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-amber-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-red-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-warmGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-trueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-coolGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-blueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus-within\:placeholder-current:focus-within::-moz-placeholder {
    color: current;
  }

  .sm\:focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
    color: current;
  }

  .sm\:focus-within\:placeholder-current:focus-within::placeholder {
    color: current;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-black:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-black:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-white:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-white:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-rose-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-pink-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-fuchsia-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-purple-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-violet-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-indigo-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lightBlue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-cyan-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-teal-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-emerald-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-green-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-lime-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-yellow-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-amber-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-orange-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-red-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-warmGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-trueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-gray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-coolGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-blueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:first\:placeholder-current:first-child::-moz-placeholder {
    color: current;
  }

  .sm\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: current;
  }

  .sm\:first\:placeholder-current:first-child::placeholder {
    color: current;
  }

  .sm\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-black:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-black:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-white:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-white:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-rose-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-pink-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-fuchsia-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-purple-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-violet-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-indigo-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lightBlue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-cyan-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-teal-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-emerald-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-green-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-lime-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-yellow-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-amber-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-orange-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-red-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-warmGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-trueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-gray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-coolGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-blueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:last\:placeholder-current:last-child::-moz-placeholder {
    color: current;
  }

  .sm\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: current;
  }

  .sm\:last\:placeholder-current:last-child::placeholder {
    color: current;
  }

  .sm\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-rose-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-violet-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-lime-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-amber-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
    color: current;
  }

  .sm\:odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
    color: current;
  }

  .sm\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: current;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .sm\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-black:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-white:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-rose-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-violet-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-cyan-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-emerald-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-lime-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-amber-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-warmGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-trueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-coolGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-blueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:even\:placeholder-current:nth-child(even)::-moz-placeholder {
    color: current;
  }

  .sm\:even\:placeholder-current:nth-child(even):-ms-input-placeholder {
    color: current;
  }

  .sm\:even\:placeholder-current:nth-child(even)::placeholder {
    color: current;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .sm\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-black:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-black:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-white:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-white:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-rose-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-pink-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-fuchsia-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-purple-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-violet-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-indigo-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lightBlue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-cyan-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-teal-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-emerald-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-green-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-lime-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-yellow-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-amber-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-orange-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-red-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-warmGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-trueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-gray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-coolGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-blueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:hover\:placeholder-current:hover::-moz-placeholder {
    color: current;
  }

  .sm\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: current;
  }

  .sm\:hover\:placeholder-current:hover::placeholder {
    color: current;
  }

  .sm\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warmGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-trueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-coolGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: current;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: current;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: current;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-black:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-black:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-black:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-white:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-white:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-white:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-rose-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-pink-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-fuchsia-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-purple-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-violet-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-indigo-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lightBlue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-cyan-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-teal-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-emerald-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-green-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-lime-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-yellow-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-amber-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-orange-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-red-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-warmGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-trueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-gray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-coolGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-blueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:active\:placeholder-current:active::-moz-placeholder {
    color: current;
  }

  .sm\:active\:placeholder-current:active:-ms-input-placeholder {
    color: current;
  }

  .sm\:active\:placeholder-current:active::placeholder {
    color: current;
  }

  .sm\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-black:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-black:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-black:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-white:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-white:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-white:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-rose-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-pink-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-fuchsia-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-purple-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-violet-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-indigo-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lightBlue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-cyan-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-teal-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-emerald-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-green-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-lime-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-yellow-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-amber-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-orange-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-red-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-warmGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-trueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-gray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-coolGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-blueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:visited\:placeholder-current:visited::-moz-placeholder {
    color: current;
  }

  .sm\:visited\:placeholder-current:visited:-ms-input-placeholder {
    color: current;
  }

  .sm\:visited\:placeholder-current:visited::placeholder {
    color: current;
  }

  .sm\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-black:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-black:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-white:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-white:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-rose-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-pink-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-fuchsia-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-purple-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-violet-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-indigo-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lightBlue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-cyan-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-teal-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-emerald-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-green-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-lime-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-yellow-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-amber-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-orange-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-red-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-warmGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-trueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-gray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-coolGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-blueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:disabled\:placeholder-current:disabled::-moz-placeholder {
    color: current;
  }

  .sm\:disabled\:placeholder-current:disabled:-ms-input-placeholder {
    color: current;
  }

  .sm\:disabled\:placeholder-current:disabled::placeholder {
    color: current;
  }

  .sm\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .sm\:group-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus-within\:placeholder-opacity-0:focus-within::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus-within\:placeholder-opacity-5:focus-within::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus-within\:placeholder-opacity-10:focus-within::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus-within\:placeholder-opacity-20:focus-within::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus-within\:placeholder-opacity-25:focus-within::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus-within\:placeholder-opacity-30:focus-within::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus-within\:placeholder-opacity-40:focus-within::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus-within\:placeholder-opacity-50:focus-within::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus-within\:placeholder-opacity-60:focus-within::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus-within\:placeholder-opacity-70:focus-within::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus-within\:placeholder-opacity-75:focus-within::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus-within\:placeholder-opacity-80:focus-within::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus-within\:placeholder-opacity-90:focus-within::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus-within\:placeholder-opacity-95:focus-within::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus-within\:placeholder-opacity-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:first\:placeholder-opacity-0:first-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:first\:placeholder-opacity-5:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:first\:placeholder-opacity-5:first-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:first\:placeholder-opacity-10:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:first\:placeholder-opacity-10:first-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:first\:placeholder-opacity-20:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:first\:placeholder-opacity-20:first-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:first\:placeholder-opacity-25:first-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:first\:placeholder-opacity-30:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:first\:placeholder-opacity-30:first-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:first\:placeholder-opacity-40:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:first\:placeholder-opacity-40:first-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:first\:placeholder-opacity-50:first-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:first\:placeholder-opacity-60:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:first\:placeholder-opacity-60:first-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:first\:placeholder-opacity-70:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:first\:placeholder-opacity-70:first-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:first\:placeholder-opacity-75:first-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:first\:placeholder-opacity-80:first-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:first\:placeholder-opacity-90:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:first\:placeholder-opacity-90:first-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:first\:placeholder-opacity-95:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:first\:placeholder-opacity-95:first-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:first\:placeholder-opacity-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:last\:placeholder-opacity-0:last-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:last\:placeholder-opacity-5:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:last\:placeholder-opacity-5:last-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:last\:placeholder-opacity-10:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:last\:placeholder-opacity-10:last-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:last\:placeholder-opacity-20:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:last\:placeholder-opacity-20:last-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:last\:placeholder-opacity-25:last-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:last\:placeholder-opacity-30:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:last\:placeholder-opacity-30:last-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:last\:placeholder-opacity-40:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:last\:placeholder-opacity-40:last-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:last\:placeholder-opacity-50:last-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:last\:placeholder-opacity-60:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:last\:placeholder-opacity-60:last-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:last\:placeholder-opacity-70:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:last\:placeholder-opacity-70:last-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:last\:placeholder-opacity-75:last-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:last\:placeholder-opacity-80:last-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:last\:placeholder-opacity-90:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:last\:placeholder-opacity-90:last-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:last\:placeholder-opacity-95:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:last\:placeholder-opacity-95:last-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:last\:placeholder-opacity-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:even\:placeholder-opacity-5:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:even\:placeholder-opacity-10:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:even\:placeholder-opacity-20:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:even\:placeholder-opacity-30:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:even\:placeholder-opacity-40:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:even\:placeholder-opacity-60:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:even\:placeholder-opacity-70:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:even\:placeholder-opacity-80:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:even\:placeholder-opacity-90:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:even\:placeholder-opacity-95:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:hover\:placeholder-opacity-0:hover::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:hover\:placeholder-opacity-5:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:hover\:placeholder-opacity-5:hover::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:hover\:placeholder-opacity-10:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:hover\:placeholder-opacity-10:hover::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:hover\:placeholder-opacity-20:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:hover\:placeholder-opacity-20:hover::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:hover\:placeholder-opacity-25:hover::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:hover\:placeholder-opacity-30:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:hover\:placeholder-opacity-30:hover::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:hover\:placeholder-opacity-40:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:hover\:placeholder-opacity-40:hover::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:hover\:placeholder-opacity-50:hover::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:hover\:placeholder-opacity-60:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:hover\:placeholder-opacity-60:hover::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:hover\:placeholder-opacity-70:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:hover\:placeholder-opacity-70:hover::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:hover\:placeholder-opacity-75:hover::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:hover\:placeholder-opacity-80:hover::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:hover\:placeholder-opacity-90:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:hover\:placeholder-opacity-90:hover::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:hover\:placeholder-opacity-95:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:hover\:placeholder-opacity-95:hover::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:hover\:placeholder-opacity-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:active\:placeholder-opacity-0:active::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:active\:placeholder-opacity-0:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:active\:placeholder-opacity-0:active::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:active\:placeholder-opacity-5:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:active\:placeholder-opacity-5:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:active\:placeholder-opacity-5:active::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:active\:placeholder-opacity-10:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:active\:placeholder-opacity-10:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:active\:placeholder-opacity-10:active::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:active\:placeholder-opacity-20:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:active\:placeholder-opacity-20:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:active\:placeholder-opacity-20:active::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:active\:placeholder-opacity-25:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:active\:placeholder-opacity-25:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:active\:placeholder-opacity-25:active::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:active\:placeholder-opacity-30:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:active\:placeholder-opacity-30:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:active\:placeholder-opacity-30:active::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:active\:placeholder-opacity-40:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:active\:placeholder-opacity-40:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:active\:placeholder-opacity-40:active::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:active\:placeholder-opacity-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:active\:placeholder-opacity-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:active\:placeholder-opacity-50:active::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:active\:placeholder-opacity-60:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:active\:placeholder-opacity-60:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:active\:placeholder-opacity-60:active::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:active\:placeholder-opacity-70:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:active\:placeholder-opacity-70:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:active\:placeholder-opacity-70:active::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:active\:placeholder-opacity-75:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:active\:placeholder-opacity-75:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:active\:placeholder-opacity-75:active::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:active\:placeholder-opacity-80:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:active\:placeholder-opacity-80:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:active\:placeholder-opacity-80:active::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:active\:placeholder-opacity-90:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:active\:placeholder-opacity-90:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:active\:placeholder-opacity-90:active::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:active\:placeholder-opacity-95:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:active\:placeholder-opacity-95:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:active\:placeholder-opacity-95:active::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:active\:placeholder-opacity-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:active\:placeholder-opacity-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:active\:placeholder-opacity-100:active::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:visited\:placeholder-opacity-0:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:visited\:placeholder-opacity-0:visited::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:visited\:placeholder-opacity-5:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:visited\:placeholder-opacity-5:visited::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:visited\:placeholder-opacity-10:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:visited\:placeholder-opacity-10:visited::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:visited\:placeholder-opacity-20:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:visited\:placeholder-opacity-20:visited::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:visited\:placeholder-opacity-25:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:visited\:placeholder-opacity-25:visited::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:visited\:placeholder-opacity-30:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:visited\:placeholder-opacity-30:visited::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:visited\:placeholder-opacity-40:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:visited\:placeholder-opacity-40:visited::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:visited\:placeholder-opacity-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:visited\:placeholder-opacity-50:visited::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:visited\:placeholder-opacity-60:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:visited\:placeholder-opacity-60:visited::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:visited\:placeholder-opacity-70:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:visited\:placeholder-opacity-70:visited::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:visited\:placeholder-opacity-75:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:visited\:placeholder-opacity-75:visited::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:visited\:placeholder-opacity-80:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:visited\:placeholder-opacity-80:visited::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:visited\:placeholder-opacity-90:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:visited\:placeholder-opacity-90:visited::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:visited\:placeholder-opacity-95:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:visited\:placeholder-opacity-95:visited::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:visited\:placeholder-opacity-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:visited\:placeholder-opacity-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:disabled\:placeholder-opacity-0:disabled::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:disabled\:placeholder-opacity-5:disabled::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:disabled\:placeholder-opacity-10:disabled::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:disabled\:placeholder-opacity-20:disabled::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:disabled\:placeholder-opacity-25:disabled::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:disabled\:placeholder-opacity-30:disabled::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:disabled\:placeholder-opacity-40:disabled::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:disabled\:placeholder-opacity-50:disabled::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:disabled\:placeholder-opacity-60:disabled::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:disabled\:placeholder-opacity-70:disabled::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:disabled\:placeholder-opacity-75:disabled::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:disabled\:placeholder-opacity-80:disabled::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:disabled\:placeholder-opacity-90:disabled::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:disabled\:placeholder-opacity-95:disabled::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:disabled\:placeholder-opacity-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .sm\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .sm\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .sm\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .sm\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .sm\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .sm\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .sm\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .sm\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .sm\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .sm\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .sm\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .sm\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .sm\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .sm\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .sm\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .sm\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .sm\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .sm\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .sm\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .sm\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .sm\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .group:hover .sm\:group-hover\:static {
    position: static;
  }

  .group:hover .sm\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .sm\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .sm\:group-hover\:relative {
    position: relative;
  }

  .group:hover .sm\:group-hover\:sticky {
    position: sticky;
  }

  .sm\:focus-within\:static:focus-within {
    position: static;
  }

  .sm\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .sm\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .sm\:focus-within\:relative:focus-within {
    position: relative;
  }

  .sm\:focus-within\:sticky:focus-within {
    position: sticky;
  }

  .sm\:first\:static:first-child {
    position: static;
  }

  .sm\:first\:fixed:first-child {
    position: fixed;
  }

  .sm\:first\:absolute:first-child {
    position: absolute;
  }

  .sm\:first\:relative:first-child {
    position: relative;
  }

  .sm\:first\:sticky:first-child {
    position: sticky;
  }

  .sm\:last\:static:last-child {
    position: static;
  }

  .sm\:last\:fixed:last-child {
    position: fixed;
  }

  .sm\:last\:absolute:last-child {
    position: absolute;
  }

  .sm\:last\:relative:last-child {
    position: relative;
  }

  .sm\:last\:sticky:last-child {
    position: sticky;
  }

  .sm\:odd\:static:nth-child(odd) {
    position: static;
  }

  .sm\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .sm\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .sm\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .sm\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .sm\:even\:static:nth-child(even) {
    position: static;
  }

  .sm\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .sm\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .sm\:even\:relative:nth-child(even) {
    position: relative;
  }

  .sm\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .sm\:hover\:static:hover {
    position: static;
  }

  .sm\:hover\:fixed:hover {
    position: fixed;
  }

  .sm\:hover\:absolute:hover {
    position: absolute;
  }

  .sm\:hover\:relative:hover {
    position: relative;
  }

  .sm\:hover\:sticky:hover {
    position: sticky;
  }

  .sm\:focus\:static:focus {
    position: static;
  }

  .sm\:focus\:fixed:focus {
    position: fixed;
  }

  .sm\:focus\:absolute:focus {
    position: absolute;
  }

  .sm\:focus\:relative:focus {
    position: relative;
  }

  .sm\:focus\:sticky:focus {
    position: sticky;
  }

  .sm\:active\:static:active {
    position: static;
  }

  .sm\:active\:fixed:active {
    position: fixed;
  }

  .sm\:active\:absolute:active {
    position: absolute;
  }

  .sm\:active\:relative:active {
    position: relative;
  }

  .sm\:active\:sticky:active {
    position: sticky;
  }

  .sm\:visited\:static:visited {
    position: static;
  }

  .sm\:visited\:fixed:visited {
    position: fixed;
  }

  .sm\:visited\:absolute:visited {
    position: absolute;
  }

  .sm\:visited\:relative:visited {
    position: relative;
  }

  .sm\:visited\:sticky:visited {
    position: sticky;
  }

  .sm\:disabled\:static:disabled {
    position: static;
  }

  .sm\:disabled\:fixed:disabled {
    position: fixed;
  }

  .sm\:disabled\:absolute:disabled {
    position: absolute;
  }

  .sm\:disabled\:relative:disabled {
    position: relative;
  }

  .sm\:disabled\:sticky:disabled {
    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-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .group:hover .sm\:group-hover\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .sm\:group-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .group:hover .sm\:group-hover\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .sm\:group-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .group:hover .sm\:group-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .sm\:group-hover\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .sm\:group-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .group:hover .sm\:group-hover\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .group:hover .sm\:group-hover\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .group:hover .sm\:group-hover\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .group:hover .sm\:group-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .group:hover .sm\:group-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .group:hover .sm\:group-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .group:hover .sm\:group-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .group:hover .sm\:group-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .group:hover .sm\:group-hover\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .group:hover .sm\:group-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .group:hover .sm\:group-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .group:hover .sm\:group-hover\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .group:hover .sm\:group-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .group:hover .sm\:group-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .group:hover .sm\:group-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .group:hover .sm\:group-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .group:hover .sm\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .sm\:group-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .group:hover .sm\:group-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .sm\:group-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .sm\:group-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .sm\:group-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .sm\:group-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .group:hover .sm\:group-hover\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .group:hover .sm\:group-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .group:hover .sm\:group-hover\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .group:hover .sm\:group-hover\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .group:hover .sm\:group-hover\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .group:hover .sm\:group-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .group:hover .sm\:group-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .group:hover .sm\:group-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .group:hover .sm\:group-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .group:hover .sm\:group-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .group:hover .sm\:group-hover\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .group:hover .sm\:group-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .group:hover .sm\:group-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .group:hover .sm\:group-hover\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .group:hover .sm\:group-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .group:hover .sm\:group-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .group:hover .sm\:group-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .group:hover .sm\:group-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .group:hover .sm\:group-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .group:hover .sm\:group-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .sm\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .sm\:group-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .sm\:group-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .sm\:group-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .group:hover .sm\:group-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .sm\:group-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .group:hover .sm\:group-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .group:hover .sm\:group-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .group:hover .sm\:group-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .group:hover .sm\:group-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .group:hover .sm\:group-hover\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .sm\:group-hover\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .sm\:group-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .group:hover .sm\:group-hover\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .sm\:group-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .group:hover .sm\:group-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .sm\:group-hover\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .sm\:group-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .group:hover .sm\:group-hover\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .group:hover .sm\:group-hover\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .group:hover .sm\:group-hover\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .group:hover .sm\:group-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .group:hover .sm\:group-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .group:hover .sm\:group-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .group:hover .sm\:group-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .group:hover .sm\:group-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .group:hover .sm\:group-hover\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .group:hover .sm\:group-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .group:hover .sm\:group-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .group:hover .sm\:group-hover\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .group:hover .sm\:group-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .group:hover .sm\:group-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .group:hover .sm\:group-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .group:hover .sm\:group-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .group:hover .sm\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .sm\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .sm\:group-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .group:hover .sm\:group-hover\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .group:hover .sm\:group-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .sm\:group-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .sm\:group-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .sm\:group-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .sm\:group-hover\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .sm\:group-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .group:hover .sm\:group-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .sm\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .sm\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .sm\:group-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .group:hover .sm\:group-hover\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .sm\:group-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .group:hover .sm\:group-hover\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .sm\:group-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .group:hover .sm\:group-hover\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .group:hover .sm\:group-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .sm\:group-hover\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .group:hover .sm\:group-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .group:hover .sm\:group-hover\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .group:hover .sm\:group-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .group:hover .sm\:group-hover\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .group:hover .sm\:group-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .group:hover .sm\:group-hover\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .group:hover .sm\:group-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .group:hover .sm\:group-hover\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .group:hover .sm\:group-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .group:hover .sm\:group-hover\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .group:hover .sm\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .sm\:group-hover\:right-0 {
    right: 0px;
  }

  .group:hover .sm\:group-hover\:bottom-0 {
    bottom: 0px;
  }

  .group:hover .sm\:group-hover\:left-0 {
    left: 0px;
  }

  .group:hover .sm\:group-hover\:top-1 {
    top: 0.25rem;
  }

  .group:hover .sm\:group-hover\:right-1 {
    right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:left-1 {
    left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:top-2 {
    top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:top-3 {
    top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:right-3 {
    right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:left-3 {
    left: 0.75rem;
  }

  .group:hover .sm\:group-hover\:top-4 {
    top: 1rem;
  }

  .group:hover .sm\:group-hover\:right-4 {
    right: 1rem;
  }

  .group:hover .sm\:group-hover\:bottom-4 {
    bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:left-4 {
    left: 1rem;
  }

  .group:hover .sm\:group-hover\:top-5 {
    top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:right-5 {
    right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:bottom-5 {
    bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:left-5 {
    left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:top-6 {
    top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:right-6 {
    right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:left-6 {
    left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:top-7 {
    top: 1.75rem;
  }

  .group:hover .sm\:group-hover\:right-7 {
    right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:left-7 {
    left: 1.75rem;
  }

  .group:hover .sm\:group-hover\:top-8 {
    top: 2rem;
  }

  .group:hover .sm\:group-hover\:right-8 {
    right: 2rem;
  }

  .group:hover .sm\:group-hover\:bottom-8 {
    bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:left-8 {
    left: 2rem;
  }

  .group:hover .sm\:group-hover\:top-9 {
    top: 2.25rem;
  }

  .group:hover .sm\:group-hover\:right-9 {
    right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:left-9 {
    left: 2.25rem;
  }

  .group:hover .sm\:group-hover\:top-10 {
    top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:right-10 {
    right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:bottom-10 {
    bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:left-10 {
    left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:top-11 {
    top: 2.75rem;
  }

  .group:hover .sm\:group-hover\:right-11 {
    right: 2.75rem;
  }

  .group:hover .sm\:group-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .group:hover .sm\:group-hover\:left-11 {
    left: 2.75rem;
  }

  .group:hover .sm\:group-hover\:top-12 {
    top: 3rem;
  }

  .group:hover .sm\:group-hover\:right-12 {
    right: 3rem;
  }

  .group:hover .sm\:group-hover\:bottom-12 {
    bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:left-12 {
    left: 3rem;
  }

  .group:hover .sm\:group-hover\:top-14 {
    top: 3.5rem;
  }

  .group:hover .sm\:group-hover\:right-14 {
    right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:bottom-14 {
    bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:left-14 {
    left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:top-16 {
    top: 4rem;
  }

  .group:hover .sm\:group-hover\:right-16 {
    right: 4rem;
  }

  .group:hover .sm\:group-hover\:bottom-16 {
    bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:left-16 {
    left: 4rem;
  }

  .group:hover .sm\:group-hover\:top-20 {
    top: 5rem;
  }

  .group:hover .sm\:group-hover\:right-20 {
    right: 5rem;
  }

  .group:hover .sm\:group-hover\:bottom-20 {
    bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:left-20 {
    left: 5rem;
  }

  .group:hover .sm\:group-hover\:top-24 {
    top: 6rem;
  }

  .group:hover .sm\:group-hover\:right-24 {
    right: 6rem;
  }

  .group:hover .sm\:group-hover\:bottom-24 {
    bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:left-24 {
    left: 6rem;
  }

  .group:hover .sm\:group-hover\:top-28 {
    top: 7rem;
  }

  .group:hover .sm\:group-hover\:right-28 {
    right: 7rem;
  }

  .group:hover .sm\:group-hover\:bottom-28 {
    bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:left-28 {
    left: 7rem;
  }

  .group:hover .sm\:group-hover\:top-32 {
    top: 8rem;
  }

  .group:hover .sm\:group-hover\:right-32 {
    right: 8rem;
  }

  .group:hover .sm\:group-hover\:bottom-32 {
    bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:left-32 {
    left: 8rem;
  }

  .group:hover .sm\:group-hover\:top-36 {
    top: 9rem;
  }

  .group:hover .sm\:group-hover\:right-36 {
    right: 9rem;
  }

  .group:hover .sm\:group-hover\:bottom-36 {
    bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:left-36 {
    left: 9rem;
  }

  .group:hover .sm\:group-hover\:top-40 {
    top: 10rem;
  }

  .group:hover .sm\:group-hover\:right-40 {
    right: 10rem;
  }

  .group:hover .sm\:group-hover\:bottom-40 {
    bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:left-40 {
    left: 10rem;
  }

  .group:hover .sm\:group-hover\:top-44 {
    top: 11rem;
  }

  .group:hover .sm\:group-hover\:right-44 {
    right: 11rem;
  }

  .group:hover .sm\:group-hover\:bottom-44 {
    bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .sm\:group-hover\:top-48 {
    top: 12rem;
  }

  .group:hover .sm\:group-hover\:right-48 {
    right: 12rem;
  }

  .group:hover .sm\:group-hover\:bottom-48 {
    bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:left-48 {
    left: 12rem;
  }

  .group:hover .sm\:group-hover\:top-52 {
    top: 13rem;
  }

  .group:hover .sm\:group-hover\:right-52 {
    right: 13rem;
  }

  .group:hover .sm\:group-hover\:bottom-52 {
    bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:left-52 {
    left: 13rem;
  }

  .group:hover .sm\:group-hover\:top-56 {
    top: 14rem;
  }

  .group:hover .sm\:group-hover\:right-56 {
    right: 14rem;
  }

  .group:hover .sm\:group-hover\:bottom-56 {
    bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:left-56 {
    left: 14rem;
  }

  .group:hover .sm\:group-hover\:top-60 {
    top: 15rem;
  }

  .group:hover .sm\:group-hover\:right-60 {
    right: 15rem;
  }

  .group:hover .sm\:group-hover\:bottom-60 {
    bottom: 15rem;
  }

  .group:hover .sm\:group-hover\:left-60 {
    left: 15rem;
  }

  .group:hover .sm\:group-hover\:top-64 {
    top: 16rem;
  }

  .group:hover .sm\:group-hover\:right-64 {
    right: 16rem;
  }

  .group:hover .sm\:group-hover\:bottom-64 {
    bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:left-64 {
    left: 16rem;
  }

  .group:hover .sm\:group-hover\:top-72 {
    top: 18rem;
  }

  .group:hover .sm\:group-hover\:right-72 {
    right: 18rem;
  }

  .group:hover .sm\:group-hover\:bottom-72 {
    bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:left-72 {
    left: 18rem;
  }

  .group:hover .sm\:group-hover\:top-80 {
    top: 20rem;
  }

  .group:hover .sm\:group-hover\:right-80 {
    right: 20rem;
  }

  .group:hover .sm\:group-hover\:bottom-80 {
    bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:left-80 {
    left: 20rem;
  }

  .group:hover .sm\:group-hover\:top-96 {
    top: 24rem;
  }

  .group:hover .sm\:group-hover\:right-96 {
    right: 24rem;
  }

  .group:hover .sm\:group-hover\:bottom-96 {
    bottom: 24rem;
  }

  .group:hover .sm\:group-hover\:left-96 {
    left: 24rem;
  }

  .group:hover .sm\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .sm\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .sm\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .sm\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .sm\:group-hover\:top-px {
    top: 1px;
  }

  .group:hover .sm\:group-hover\:right-px {
    right: 1px;
  }

  .group:hover .sm\:group-hover\:bottom-px {
    bottom: 1px;
  }

  .group:hover .sm\:group-hover\:left-px {
    left: 1px;
  }

  .group:hover .sm\:group-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .group:hover .sm\:group-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .group:hover .sm\:group-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .group:hover .sm\:group-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .group:hover .sm\:group-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .group:hover .sm\:group-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .group:hover .sm\:group-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .group:hover .sm\:group-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .group:hover .sm\:group-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .group:hover .sm\:group-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .group:hover .sm\:group-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .group:hover .sm\:group-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .group:hover .sm\:group-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .group:hover .sm\:group-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .group:hover .sm\:group-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .group:hover .sm\:group-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-top-0 {
    top: 0px;
  }

  .group:hover .sm\:group-hover\:-right-0 {
    right: 0px;
  }

  .group:hover .sm\:group-hover\:-bottom-0 {
    bottom: 0px;
  }

  .group:hover .sm\:group-hover\:-left-0 {
    left: 0px;
  }

  .group:hover .sm\:group-hover\:-top-1 {
    top: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-right-1 {
    right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-left-1 {
    left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-top-2 {
    top: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-right-2 {
    right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-left-2 {
    left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-top-3 {
    top: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-right-3 {
    right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-left-3 {
    left: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-top-4 {
    top: -1rem;
  }

  .group:hover .sm\:group-hover\:-right-4 {
    right: -1rem;
  }

  .group:hover .sm\:group-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .group:hover .sm\:group-hover\:-left-4 {
    left: -1rem;
  }

  .group:hover .sm\:group-hover\:-top-5 {
    top: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-right-5 {
    right: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-bottom-5 {
    bottom: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-left-5 {
    left: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-top-6 {
    top: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-right-6 {
    right: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-left-6 {
    left: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-top-7 {
    top: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-right-7 {
    right: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-left-7 {
    left: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-top-8 {
    top: -2rem;
  }

  .group:hover .sm\:group-hover\:-right-8 {
    right: -2rem;
  }

  .group:hover .sm\:group-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .group:hover .sm\:group-hover\:-left-8 {
    left: -2rem;
  }

  .group:hover .sm\:group-hover\:-top-9 {
    top: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-right-9 {
    right: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-left-9 {
    left: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-top-10 {
    top: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-right-10 {
    right: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-left-10 {
    left: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-top-11 {
    top: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-right-11 {
    right: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-left-11 {
    left: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-top-12 {
    top: -3rem;
  }

  .group:hover .sm\:group-hover\:-right-12 {
    right: -3rem;
  }

  .group:hover .sm\:group-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .group:hover .sm\:group-hover\:-left-12 {
    left: -3rem;
  }

  .group:hover .sm\:group-hover\:-top-14 {
    top: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-right-14 {
    right: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-bottom-14 {
    bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-left-14 {
    left: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-top-16 {
    top: -4rem;
  }

  .group:hover .sm\:group-hover\:-right-16 {
    right: -4rem;
  }

  .group:hover .sm\:group-hover\:-bottom-16 {
    bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-left-16 {
    left: -4rem;
  }

  .group:hover .sm\:group-hover\:-top-20 {
    top: -5rem;
  }

  .group:hover .sm\:group-hover\:-right-20 {
    right: -5rem;
  }

  .group:hover .sm\:group-hover\:-bottom-20 {
    bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-left-20 {
    left: -5rem;
  }

  .group:hover .sm\:group-hover\:-top-24 {
    top: -6rem;
  }

  .group:hover .sm\:group-hover\:-right-24 {
    right: -6rem;
  }

  .group:hover .sm\:group-hover\:-bottom-24 {
    bottom: -6rem;
  }

  .group:hover .sm\:group-hover\:-left-24 {
    left: -6rem;
  }

  .group:hover .sm\:group-hover\:-top-28 {
    top: -7rem;
  }

  .group:hover .sm\:group-hover\:-right-28 {
    right: -7rem;
  }

  .group:hover .sm\:group-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-left-28 {
    left: -7rem;
  }

  .group:hover .sm\:group-hover\:-top-32 {
    top: -8rem;
  }

  .group:hover .sm\:group-hover\:-right-32 {
    right: -8rem;
  }

  .group:hover .sm\:group-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .group:hover .sm\:group-hover\:-left-32 {
    left: -8rem;
  }

  .group:hover .sm\:group-hover\:-top-36 {
    top: -9rem;
  }

  .group:hover .sm\:group-hover\:-right-36 {
    right: -9rem;
  }

  .group:hover .sm\:group-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-left-36 {
    left: -9rem;
  }

  .group:hover .sm\:group-hover\:-top-40 {
    top: -10rem;
  }

  .group:hover .sm\:group-hover\:-right-40 {
    right: -10rem;
  }

  .group:hover .sm\:group-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-left-40 {
    left: -10rem;
  }

  .group:hover .sm\:group-hover\:-top-44 {
    top: -11rem;
  }

  .group:hover .sm\:group-hover\:-right-44 {
    right: -11rem;
  }

  .group:hover .sm\:group-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-left-44 {
    left: -11rem;
  }

  .group:hover .sm\:group-hover\:-top-48 {
    top: -12rem;
  }

  .group:hover .sm\:group-hover\:-right-48 {
    right: -12rem;
  }

  .group:hover .sm\:group-hover\:-bottom-48 {
    bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-left-48 {
    left: -12rem;
  }

  .group:hover .sm\:group-hover\:-top-52 {
    top: -13rem;
  }

  .group:hover .sm\:group-hover\:-right-52 {
    right: -13rem;
  }

  .group:hover .sm\:group-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-left-52 {
    left: -13rem;
  }

  .group:hover .sm\:group-hover\:-top-56 {
    top: -14rem;
  }

  .group:hover .sm\:group-hover\:-right-56 {
    right: -14rem;
  }

  .group:hover .sm\:group-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-left-56 {
    left: -14rem;
  }

  .group:hover .sm\:group-hover\:-top-60 {
    top: -15rem;
  }

  .group:hover .sm\:group-hover\:-right-60 {
    right: -15rem;
  }

  .group:hover .sm\:group-hover\:-bottom-60 {
    bottom: -15rem;
  }

  .group:hover .sm\:group-hover\:-left-60 {
    left: -15rem;
  }

  .group:hover .sm\:group-hover\:-top-64 {
    top: -16rem;
  }

  .group:hover .sm\:group-hover\:-right-64 {
    right: -16rem;
  }

  .group:hover .sm\:group-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-left-64 {
    left: -16rem;
  }

  .group:hover .sm\:group-hover\:-top-72 {
    top: -18rem;
  }

  .group:hover .sm\:group-hover\:-right-72 {
    right: -18rem;
  }

  .group:hover .sm\:group-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-left-72 {
    left: -18rem;
  }

  .group:hover .sm\:group-hover\:-top-80 {
    top: -20rem;
  }

  .group:hover .sm\:group-hover\:-right-80 {
    right: -20rem;
  }

  .group:hover .sm\:group-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-left-80 {
    left: -20rem;
  }

  .group:hover .sm\:group-hover\:-top-96 {
    top: -24rem;
  }

  .group:hover .sm\:group-hover\:-right-96 {
    right: -24rem;
  }

  .group:hover .sm\:group-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .group:hover .sm\:group-hover\:-left-96 {
    left: -24rem;
  }

  .group:hover .sm\:group-hover\:-top-px {
    top: -1px;
  }

  .group:hover .sm\:group-hover\:-right-px {
    right: -1px;
  }

  .group:hover .sm\:group-hover\:-bottom-px {
    bottom: -1px;
  }

  .group:hover .sm\:group-hover\:-left-px {
    left: -1px;
  }

  .group:hover .sm\:group-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .group:hover .sm\:group-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .group:hover .sm\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .sm\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .sm\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .sm\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .group:hover .sm\:group-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .group:hover .sm\:group-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .group:hover .sm\:group-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .group:hover .sm\:group-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .group:hover .sm\:group-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .group:hover .sm\:group-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .group:hover .sm\:group-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .group:hover .sm\:group-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .group:hover .sm\:group-hover\:top-1\/4 {
    top: 25%;
  }

  .group:hover .sm\:group-hover\:right-1\/4 {
    right: 25%;
  }

  .group:hover .sm\:group-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .group:hover .sm\:group-hover\:left-1\/4 {
    left: 25%;
  }

  .group:hover .sm\:group-hover\:top-2\/4 {
    top: 50%;
  }

  .group:hover .sm\:group-hover\:right-2\/4 {
    right: 50%;
  }

  .group:hover .sm\:group-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .group:hover .sm\:group-hover\:left-2\/4 {
    left: 50%;
  }

  .group:hover .sm\:group-hover\:top-3\/4 {
    top: 75%;
  }

  .group:hover .sm\:group-hover\:right-3\/4 {
    right: 75%;
  }

  .group:hover .sm\:group-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .group:hover .sm\:group-hover\:left-3\/4 {
    left: 75%;
  }

  .group:hover .sm\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .sm\:group-hover\:right-full {
    right: 100%;
  }

  .group:hover .sm\:group-hover\:bottom-full {
    bottom: 100%;
  }

  .group:hover .sm\:group-hover\:left-full {
    left: 100%;
  }

  .group:hover .sm\:group-hover\:-top-1\/2 {
    top: -50%;
  }

  .group:hover .sm\:group-hover\:-right-1\/2 {
    right: -50%;
  }

  .group:hover .sm\:group-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-left-1\/2 {
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-top-1\/4 {
    top: -25%;
  }

  .group:hover .sm\:group-hover\:-right-1\/4 {
    right: -25%;
  }

  .group:hover .sm\:group-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .group:hover .sm\:group-hover\:-left-1\/4 {
    left: -25%;
  }

  .group:hover .sm\:group-hover\:-top-2\/4 {
    top: -50%;
  }

  .group:hover .sm\:group-hover\:-right-2\/4 {
    right: -50%;
  }

  .group:hover .sm\:group-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-left-2\/4 {
    left: -50%;
  }

  .group:hover .sm\:group-hover\:-top-3\/4 {
    top: -75%;
  }

  .group:hover .sm\:group-hover\:-right-3\/4 {
    right: -75%;
  }

  .group:hover .sm\:group-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .group:hover .sm\:group-hover\:-left-3\/4 {
    left: -75%;
  }

  .group:hover .sm\:group-hover\:-top-full {
    top: -100%;
  }

  .group:hover .sm\:group-hover\:-right-full {
    right: -100%;
  }

  .group:hover .sm\:group-hover\:-bottom-full {
    bottom: -100%;
  }

  .group:hover .sm\:group-hover\:-left-full {
    left: -100%;
  }

  .sm\:focus-within\:inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:focus-within\:inset-1:focus-within {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:focus-within\:inset-2:focus-within {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:focus-within\:inset-3:focus-within {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:focus-within\:inset-4:focus-within {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:focus-within\:inset-5:focus-within {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:focus-within\:inset-6:focus-within {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:focus-within\:inset-7:focus-within {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:focus-within\:inset-8:focus-within {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:focus-within\:inset-9:focus-within {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:focus-within\:inset-10:focus-within {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:focus-within\:inset-11:focus-within {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:focus-within\:inset-12:focus-within {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:focus-within\:inset-14:focus-within {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:focus-within\:inset-16:focus-within {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:focus-within\:inset-20:focus-within {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:focus-within\:inset-24:focus-within {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:focus-within\:inset-28:focus-within {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:focus-within\:inset-32:focus-within {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:focus-within\:inset-36:focus-within {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:focus-within\:inset-40:focus-within {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:focus-within\:inset-44:focus-within {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:focus-within\:inset-48:focus-within {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:focus-within\:inset-52:focus-within {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:focus-within\:inset-56:focus-within {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:focus-within\:inset-60:focus-within {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:focus-within\:inset-64:focus-within {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:focus-within\:inset-72:focus-within {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:focus-within\:inset-80:focus-within {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:focus-within\:inset-96:focus-within {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus-within\:inset-px:focus-within {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:focus-within\:inset-0\.5:focus-within {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:focus-within\:inset-1\.5:focus-within {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:focus-within\:inset-2\.5:focus-within {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:focus-within\:inset-3\.5:focus-within {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:focus-within\:-inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:focus-within\:-inset-1:focus-within {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:focus-within\:-inset-2:focus-within {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:focus-within\:-inset-3:focus-within {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:focus-within\:-inset-4:focus-within {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:focus-within\:-inset-5:focus-within {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:focus-within\:-inset-6:focus-within {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:focus-within\:-inset-7:focus-within {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:focus-within\:-inset-8:focus-within {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:focus-within\:-inset-9:focus-within {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:focus-within\:-inset-10:focus-within {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:focus-within\:-inset-11:focus-within {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:focus-within\:-inset-12:focus-within {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:focus-within\:-inset-14:focus-within {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:focus-within\:-inset-16:focus-within {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:focus-within\:-inset-20:focus-within {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:focus-within\:-inset-24:focus-within {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:focus-within\:-inset-28:focus-within {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:focus-within\:-inset-32:focus-within {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:focus-within\:-inset-36:focus-within {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:focus-within\:-inset-40:focus-within {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:focus-within\:-inset-44:focus-within {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:focus-within\:-inset-48:focus-within {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:focus-within\:-inset-52:focus-within {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:focus-within\:-inset-56:focus-within {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:focus-within\:-inset-60:focus-within {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:focus-within\:-inset-64:focus-within {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:focus-within\:-inset-72:focus-within {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:focus-within\:-inset-80:focus-within {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:focus-within\:-inset-96:focus-within {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:focus-within\:-inset-px:focus-within {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:focus-within\:-inset-0\.5:focus-within {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:focus-within\:-inset-1\.5:focus-within {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:focus-within\:-inset-2\.5:focus-within {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:focus-within\:-inset-3\.5:focus-within {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:focus-within\:inset-1\/2:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:focus-within\:inset-1\/3:focus-within {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:focus-within\:inset-2\/3:focus-within {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:focus-within\:inset-1\/4:focus-within {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:focus-within\:inset-2\/4:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:focus-within\:inset-3\/4:focus-within {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:focus-within\:inset-full:focus-within {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:focus-within\:-inset-1\/2:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:focus-within\:-inset-1\/3:focus-within {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:focus-within\:-inset-2\/3:focus-within {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:focus-within\:-inset-1\/4:focus-within {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:focus-within\:-inset-2\/4:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:focus-within\:-inset-3\/4:focus-within {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:focus-within\:-inset-full:focus-within {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:focus-within\:inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .sm\:focus-within\:inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .sm\:focus-within\:inset-y-1:focus-within {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:focus-within\:inset-x-1:focus-within {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:focus-within\:inset-y-2:focus-within {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:focus-within\:inset-x-2:focus-within {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:focus-within\:inset-y-3:focus-within {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:focus-within\:inset-x-3:focus-within {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:focus-within\:inset-y-4:focus-within {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:focus-within\:inset-x-4:focus-within {
    right: 1rem;
    left: 1rem;
  }

  .sm\:focus-within\:inset-y-5:focus-within {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:focus-within\:inset-x-5:focus-within {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:focus-within\:inset-y-6:focus-within {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:focus-within\:inset-x-6:focus-within {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:focus-within\:inset-y-7:focus-within {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:focus-within\:inset-x-7:focus-within {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:focus-within\:inset-y-8:focus-within {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:focus-within\:inset-x-8:focus-within {
    right: 2rem;
    left: 2rem;
  }

  .sm\:focus-within\:inset-y-9:focus-within {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:focus-within\:inset-x-9:focus-within {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:focus-within\:inset-y-10:focus-within {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:focus-within\:inset-x-10:focus-within {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:focus-within\:inset-y-11:focus-within {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:focus-within\:inset-x-11:focus-within {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:focus-within\:inset-y-12:focus-within {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:focus-within\:inset-x-12:focus-within {
    right: 3rem;
    left: 3rem;
  }

  .sm\:focus-within\:inset-y-14:focus-within {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:focus-within\:inset-x-14:focus-within {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:focus-within\:inset-y-16:focus-within {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:focus-within\:inset-x-16:focus-within {
    right: 4rem;
    left: 4rem;
  }

  .sm\:focus-within\:inset-y-20:focus-within {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:focus-within\:inset-x-20:focus-within {
    right: 5rem;
    left: 5rem;
  }

  .sm\:focus-within\:inset-y-24:focus-within {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:focus-within\:inset-x-24:focus-within {
    right: 6rem;
    left: 6rem;
  }

  .sm\:focus-within\:inset-y-28:focus-within {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:focus-within\:inset-x-28:focus-within {
    right: 7rem;
    left: 7rem;
  }

  .sm\:focus-within\:inset-y-32:focus-within {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:focus-within\:inset-x-32:focus-within {
    right: 8rem;
    left: 8rem;
  }

  .sm\:focus-within\:inset-y-36:focus-within {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:focus-within\:inset-x-36:focus-within {
    right: 9rem;
    left: 9rem;
  }

  .sm\:focus-within\:inset-y-40:focus-within {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:focus-within\:inset-x-40:focus-within {
    right: 10rem;
    left: 10rem;
  }

  .sm\:focus-within\:inset-y-44:focus-within {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:focus-within\:inset-x-44:focus-within {
    right: 11rem;
    left: 11rem;
  }

  .sm\:focus-within\:inset-y-48:focus-within {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:focus-within\:inset-x-48:focus-within {
    right: 12rem;
    left: 12rem;
  }

  .sm\:focus-within\:inset-y-52:focus-within {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:focus-within\:inset-x-52:focus-within {
    right: 13rem;
    left: 13rem;
  }

  .sm\:focus-within\:inset-y-56:focus-within {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:focus-within\:inset-x-56:focus-within {
    right: 14rem;
    left: 14rem;
  }

  .sm\:focus-within\:inset-y-60:focus-within {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:focus-within\:inset-x-60:focus-within {
    right: 15rem;
    left: 15rem;
  }

  .sm\:focus-within\:inset-y-64:focus-within {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:focus-within\:inset-x-64:focus-within {
    right: 16rem;
    left: 16rem;
  }

  .sm\:focus-within\:inset-y-72:focus-within {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:focus-within\:inset-x-72:focus-within {
    right: 18rem;
    left: 18rem;
  }

  .sm\:focus-within\:inset-y-80:focus-within {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:focus-within\:inset-x-80:focus-within {
    right: 20rem;
    left: 20rem;
  }

  .sm\:focus-within\:inset-y-96:focus-within {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:focus-within\:inset-x-96:focus-within {
    right: 24rem;
    left: 24rem;
  }

  .sm\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .sm\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .sm\:focus-within\:inset-y-px:focus-within {
    top: 1px;
    bottom: 1px;
  }

  .sm\:focus-within\:inset-x-px:focus-within {
    right: 1px;
    left: 1px;
  }

  .sm\:focus-within\:inset-y-0\.5:focus-within {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:focus-within\:inset-x-0\.5:focus-within {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:focus-within\:inset-y-1\.5:focus-within {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:focus-within\:inset-x-1\.5:focus-within {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:focus-within\:inset-y-2\.5:focus-within {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:focus-within\:inset-x-2\.5:focus-within {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:focus-within\:inset-y-3\.5:focus-within {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:focus-within\:inset-x-3\.5:focus-within {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:focus-within\:-inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .sm\:focus-within\:-inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .sm\:focus-within\:-inset-y-1:focus-within {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:focus-within\:-inset-x-1:focus-within {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:focus-within\:-inset-y-2:focus-within {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:focus-within\:-inset-x-2:focus-within {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:focus-within\:-inset-y-3:focus-within {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:focus-within\:-inset-x-3:focus-within {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:focus-within\:-inset-y-4:focus-within {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:focus-within\:-inset-x-4:focus-within {
    right: -1rem;
    left: -1rem;
  }

  .sm\:focus-within\:-inset-y-5:focus-within {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:focus-within\:-inset-x-5:focus-within {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:focus-within\:-inset-y-6:focus-within {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:focus-within\:-inset-x-6:focus-within {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:focus-within\:-inset-y-7:focus-within {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:focus-within\:-inset-x-7:focus-within {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:focus-within\:-inset-y-8:focus-within {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:focus-within\:-inset-x-8:focus-within {
    right: -2rem;
    left: -2rem;
  }

  .sm\:focus-within\:-inset-y-9:focus-within {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:focus-within\:-inset-x-9:focus-within {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:focus-within\:-inset-y-10:focus-within {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:focus-within\:-inset-x-10:focus-within {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:focus-within\:-inset-y-11:focus-within {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:focus-within\:-inset-x-11:focus-within {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:focus-within\:-inset-y-12:focus-within {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:focus-within\:-inset-x-12:focus-within {
    right: -3rem;
    left: -3rem;
  }

  .sm\:focus-within\:-inset-y-14:focus-within {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:focus-within\:-inset-x-14:focus-within {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:focus-within\:-inset-y-16:focus-within {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:focus-within\:-inset-x-16:focus-within {
    right: -4rem;
    left: -4rem;
  }

  .sm\:focus-within\:-inset-y-20:focus-within {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:focus-within\:-inset-x-20:focus-within {
    right: -5rem;
    left: -5rem;
  }

  .sm\:focus-within\:-inset-y-24:focus-within {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:focus-within\:-inset-x-24:focus-within {
    right: -6rem;
    left: -6rem;
  }

  .sm\:focus-within\:-inset-y-28:focus-within {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:focus-within\:-inset-x-28:focus-within {
    right: -7rem;
    left: -7rem;
  }

  .sm\:focus-within\:-inset-y-32:focus-within {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:focus-within\:-inset-x-32:focus-within {
    right: -8rem;
    left: -8rem;
  }

  .sm\:focus-within\:-inset-y-36:focus-within {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:focus-within\:-inset-x-36:focus-within {
    right: -9rem;
    left: -9rem;
  }

  .sm\:focus-within\:-inset-y-40:focus-within {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:focus-within\:-inset-x-40:focus-within {
    right: -10rem;
    left: -10rem;
  }

  .sm\:focus-within\:-inset-y-44:focus-within {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:focus-within\:-inset-x-44:focus-within {
    right: -11rem;
    left: -11rem;
  }

  .sm\:focus-within\:-inset-y-48:focus-within {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:focus-within\:-inset-x-48:focus-within {
    right: -12rem;
    left: -12rem;
  }

  .sm\:focus-within\:-inset-y-52:focus-within {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:focus-within\:-inset-x-52:focus-within {
    right: -13rem;
    left: -13rem;
  }

  .sm\:focus-within\:-inset-y-56:focus-within {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:focus-within\:-inset-x-56:focus-within {
    right: -14rem;
    left: -14rem;
  }

  .sm\:focus-within\:-inset-y-60:focus-within {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:focus-within\:-inset-x-60:focus-within {
    right: -15rem;
    left: -15rem;
  }

  .sm\:focus-within\:-inset-y-64:focus-within {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:focus-within\:-inset-x-64:focus-within {
    right: -16rem;
    left: -16rem;
  }

  .sm\:focus-within\:-inset-y-72:focus-within {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:focus-within\:-inset-x-72:focus-within {
    right: -18rem;
    left: -18rem;
  }

  .sm\:focus-within\:-inset-y-80:focus-within {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:focus-within\:-inset-x-80:focus-within {
    right: -20rem;
    left: -20rem;
  }

  .sm\:focus-within\:-inset-y-96:focus-within {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:focus-within\:-inset-x-96:focus-within {
    right: -24rem;
    left: -24rem;
  }

  .sm\:focus-within\:-inset-y-px:focus-within {
    top: -1px;
    bottom: -1px;
  }

  .sm\:focus-within\:-inset-x-px:focus-within {
    right: -1px;
    left: -1px;
  }

  .sm\:focus-within\:-inset-y-0\.5:focus-within {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:focus-within\:-inset-x-0\.5:focus-within {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:focus-within\:-inset-y-1\.5:focus-within {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:focus-within\:-inset-x-1\.5:focus-within {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:focus-within\:-inset-y-2\.5:focus-within {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:focus-within\:-inset-x-2\.5:focus-within {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:focus-within\:-inset-y-3\.5:focus-within {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:focus-within\:-inset-x-3\.5:focus-within {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:focus-within\:inset-y-1\/2:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .sm\:focus-within\:inset-x-1\/2:focus-within {
    right: 50%;
    left: 50%;
  }

  .sm\:focus-within\:inset-y-1\/3:focus-within {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:focus-within\:inset-x-1\/3:focus-within {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:focus-within\:inset-y-2\/3:focus-within {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:focus-within\:inset-x-2\/3:focus-within {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:focus-within\:inset-y-1\/4:focus-within {
    top: 25%;
    bottom: 25%;
  }

  .sm\:focus-within\:inset-x-1\/4:focus-within {
    right: 25%;
    left: 25%;
  }

  .sm\:focus-within\:inset-y-2\/4:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .sm\:focus-within\:inset-x-2\/4:focus-within {
    right: 50%;
    left: 50%;
  }

  .sm\:focus-within\:inset-y-3\/4:focus-within {
    top: 75%;
    bottom: 75%;
  }

  .sm\:focus-within\:inset-x-3\/4:focus-within {
    right: 75%;
    left: 75%;
  }

  .sm\:focus-within\:inset-y-full:focus-within {
    top: 100%;
    bottom: 100%;
  }

  .sm\:focus-within\:inset-x-full:focus-within {
    right: 100%;
    left: 100%;
  }

  .sm\:focus-within\:-inset-y-1\/2:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .sm\:focus-within\:-inset-x-1\/2:focus-within {
    right: -50%;
    left: -50%;
  }

  .sm\:focus-within\:-inset-y-1\/3:focus-within {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:focus-within\:-inset-x-1\/3:focus-within {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:focus-within\:-inset-y-2\/3:focus-within {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:focus-within\:-inset-x-2\/3:focus-within {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:focus-within\:-inset-y-1\/4:focus-within {
    top: -25%;
    bottom: -25%;
  }

  .sm\:focus-within\:-inset-x-1\/4:focus-within {
    right: -25%;
    left: -25%;
  }

  .sm\:focus-within\:-inset-y-2\/4:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .sm\:focus-within\:-inset-x-2\/4:focus-within {
    right: -50%;
    left: -50%;
  }

  .sm\:focus-within\:-inset-y-3\/4:focus-within {
    top: -75%;
    bottom: -75%;
  }

  .sm\:focus-within\:-inset-x-3\/4:focus-within {
    right: -75%;
    left: -75%;
  }

  .sm\:focus-within\:-inset-y-full:focus-within {
    top: -100%;
    bottom: -100%;
  }

  .sm\:focus-within\:-inset-x-full:focus-within {
    right: -100%;
    left: -100%;
  }

  .sm\:focus-within\:top-0:focus-within {
    top: 0px;
  }

  .sm\:focus-within\:right-0:focus-within {
    right: 0px;
  }

  .sm\:focus-within\:bottom-0:focus-within {
    bottom: 0px;
  }

  .sm\:focus-within\:left-0:focus-within {
    left: 0px;
  }

  .sm\:focus-within\:top-1:focus-within {
    top: 0.25rem;
  }

  .sm\:focus-within\:right-1:focus-within {
    right: 0.25rem;
  }

  .sm\:focus-within\:bottom-1:focus-within {
    bottom: 0.25rem;
  }

  .sm\:focus-within\:left-1:focus-within {
    left: 0.25rem;
  }

  .sm\:focus-within\:top-2:focus-within {
    top: 0.5rem;
  }

  .sm\:focus-within\:right-2:focus-within {
    right: 0.5rem;
  }

  .sm\:focus-within\:bottom-2:focus-within {
    bottom: 0.5rem;
  }

  .sm\:focus-within\:left-2:focus-within {
    left: 0.5rem;
  }

  .sm\:focus-within\:top-3:focus-within {
    top: 0.75rem;
  }

  .sm\:focus-within\:right-3:focus-within {
    right: 0.75rem;
  }

  .sm\:focus-within\:bottom-3:focus-within {
    bottom: 0.75rem;
  }

  .sm\:focus-within\:left-3:focus-within {
    left: 0.75rem;
  }

  .sm\:focus-within\:top-4:focus-within {
    top: 1rem;
  }

  .sm\:focus-within\:right-4:focus-within {
    right: 1rem;
  }

  .sm\:focus-within\:bottom-4:focus-within {
    bottom: 1rem;
  }

  .sm\:focus-within\:left-4:focus-within {
    left: 1rem;
  }

  .sm\:focus-within\:top-5:focus-within {
    top: 1.25rem;
  }

  .sm\:focus-within\:right-5:focus-within {
    right: 1.25rem;
  }

  .sm\:focus-within\:bottom-5:focus-within {
    bottom: 1.25rem;
  }

  .sm\:focus-within\:left-5:focus-within {
    left: 1.25rem;
  }

  .sm\:focus-within\:top-6:focus-within {
    top: 1.5rem;
  }

  .sm\:focus-within\:right-6:focus-within {
    right: 1.5rem;
  }

  .sm\:focus-within\:bottom-6:focus-within {
    bottom: 1.5rem;
  }

  .sm\:focus-within\:left-6:focus-within {
    left: 1.5rem;
  }

  .sm\:focus-within\:top-7:focus-within {
    top: 1.75rem;
  }

  .sm\:focus-within\:right-7:focus-within {
    right: 1.75rem;
  }

  .sm\:focus-within\:bottom-7:focus-within {
    bottom: 1.75rem;
  }

  .sm\:focus-within\:left-7:focus-within {
    left: 1.75rem;
  }

  .sm\:focus-within\:top-8:focus-within {
    top: 2rem;
  }

  .sm\:focus-within\:right-8:focus-within {
    right: 2rem;
  }

  .sm\:focus-within\:bottom-8:focus-within {
    bottom: 2rem;
  }

  .sm\:focus-within\:left-8:focus-within {
    left: 2rem;
  }

  .sm\:focus-within\:top-9:focus-within {
    top: 2.25rem;
  }

  .sm\:focus-within\:right-9:focus-within {
    right: 2.25rem;
  }

  .sm\:focus-within\:bottom-9:focus-within {
    bottom: 2.25rem;
  }

  .sm\:focus-within\:left-9:focus-within {
    left: 2.25rem;
  }

  .sm\:focus-within\:top-10:focus-within {
    top: 2.5rem;
  }

  .sm\:focus-within\:right-10:focus-within {
    right: 2.5rem;
  }

  .sm\:focus-within\:bottom-10:focus-within {
    bottom: 2.5rem;
  }

  .sm\:focus-within\:left-10:focus-within {
    left: 2.5rem;
  }

  .sm\:focus-within\:top-11:focus-within {
    top: 2.75rem;
  }

  .sm\:focus-within\:right-11:focus-within {
    right: 2.75rem;
  }

  .sm\:focus-within\:bottom-11:focus-within {
    bottom: 2.75rem;
  }

  .sm\:focus-within\:left-11:focus-within {
    left: 2.75rem;
  }

  .sm\:focus-within\:top-12:focus-within {
    top: 3rem;
  }

  .sm\:focus-within\:right-12:focus-within {
    right: 3rem;
  }

  .sm\:focus-within\:bottom-12:focus-within {
    bottom: 3rem;
  }

  .sm\:focus-within\:left-12:focus-within {
    left: 3rem;
  }

  .sm\:focus-within\:top-14:focus-within {
    top: 3.5rem;
  }

  .sm\:focus-within\:right-14:focus-within {
    right: 3.5rem;
  }

  .sm\:focus-within\:bottom-14:focus-within {
    bottom: 3.5rem;
  }

  .sm\:focus-within\:left-14:focus-within {
    left: 3.5rem;
  }

  .sm\:focus-within\:top-16:focus-within {
    top: 4rem;
  }

  .sm\:focus-within\:right-16:focus-within {
    right: 4rem;
  }

  .sm\:focus-within\:bottom-16:focus-within {
    bottom: 4rem;
  }

  .sm\:focus-within\:left-16:focus-within {
    left: 4rem;
  }

  .sm\:focus-within\:top-20:focus-within {
    top: 5rem;
  }

  .sm\:focus-within\:right-20:focus-within {
    right: 5rem;
  }

  .sm\:focus-within\:bottom-20:focus-within {
    bottom: 5rem;
  }

  .sm\:focus-within\:left-20:focus-within {
    left: 5rem;
  }

  .sm\:focus-within\:top-24:focus-within {
    top: 6rem;
  }

  .sm\:focus-within\:right-24:focus-within {
    right: 6rem;
  }

  .sm\:focus-within\:bottom-24:focus-within {
    bottom: 6rem;
  }

  .sm\:focus-within\:left-24:focus-within {
    left: 6rem;
  }

  .sm\:focus-within\:top-28:focus-within {
    top: 7rem;
  }

  .sm\:focus-within\:right-28:focus-within {
    right: 7rem;
  }

  .sm\:focus-within\:bottom-28:focus-within {
    bottom: 7rem;
  }

  .sm\:focus-within\:left-28:focus-within {
    left: 7rem;
  }

  .sm\:focus-within\:top-32:focus-within {
    top: 8rem;
  }

  .sm\:focus-within\:right-32:focus-within {
    right: 8rem;
  }

  .sm\:focus-within\:bottom-32:focus-within {
    bottom: 8rem;
  }

  .sm\:focus-within\:left-32:focus-within {
    left: 8rem;
  }

  .sm\:focus-within\:top-36:focus-within {
    top: 9rem;
  }

  .sm\:focus-within\:right-36:focus-within {
    right: 9rem;
  }

  .sm\:focus-within\:bottom-36:focus-within {
    bottom: 9rem;
  }

  .sm\:focus-within\:left-36:focus-within {
    left: 9rem;
  }

  .sm\:focus-within\:top-40:focus-within {
    top: 10rem;
  }

  .sm\:focus-within\:right-40:focus-within {
    right: 10rem;
  }

  .sm\:focus-within\:bottom-40:focus-within {
    bottom: 10rem;
  }

  .sm\:focus-within\:left-40:focus-within {
    left: 10rem;
  }

  .sm\:focus-within\:top-44:focus-within {
    top: 11rem;
  }

  .sm\:focus-within\:right-44:focus-within {
    right: 11rem;
  }

  .sm\:focus-within\:bottom-44:focus-within {
    bottom: 11rem;
  }

  .sm\:focus-within\:left-44:focus-within {
    left: 11rem;
  }

  .sm\:focus-within\:top-48:focus-within {
    top: 12rem;
  }

  .sm\:focus-within\:right-48:focus-within {
    right: 12rem;
  }

  .sm\:focus-within\:bottom-48:focus-within {
    bottom: 12rem;
  }

  .sm\:focus-within\:left-48:focus-within {
    left: 12rem;
  }

  .sm\:focus-within\:top-52:focus-within {
    top: 13rem;
  }

  .sm\:focus-within\:right-52:focus-within {
    right: 13rem;
  }

  .sm\:focus-within\:bottom-52:focus-within {
    bottom: 13rem;
  }

  .sm\:focus-within\:left-52:focus-within {
    left: 13rem;
  }

  .sm\:focus-within\:top-56:focus-within {
    top: 14rem;
  }

  .sm\:focus-within\:right-56:focus-within {
    right: 14rem;
  }

  .sm\:focus-within\:bottom-56:focus-within {
    bottom: 14rem;
  }

  .sm\:focus-within\:left-56:focus-within {
    left: 14rem;
  }

  .sm\:focus-within\:top-60:focus-within {
    top: 15rem;
  }

  .sm\:focus-within\:right-60:focus-within {
    right: 15rem;
  }

  .sm\:focus-within\:bottom-60:focus-within {
    bottom: 15rem;
  }

  .sm\:focus-within\:left-60:focus-within {
    left: 15rem;
  }

  .sm\:focus-within\:top-64:focus-within {
    top: 16rem;
  }

  .sm\:focus-within\:right-64:focus-within {
    right: 16rem;
  }

  .sm\:focus-within\:bottom-64:focus-within {
    bottom: 16rem;
  }

  .sm\:focus-within\:left-64:focus-within {
    left: 16rem;
  }

  .sm\:focus-within\:top-72:focus-within {
    top: 18rem;
  }

  .sm\:focus-within\:right-72:focus-within {
    right: 18rem;
  }

  .sm\:focus-within\:bottom-72:focus-within {
    bottom: 18rem;
  }

  .sm\:focus-within\:left-72:focus-within {
    left: 18rem;
  }

  .sm\:focus-within\:top-80:focus-within {
    top: 20rem;
  }

  .sm\:focus-within\:right-80:focus-within {
    right: 20rem;
  }

  .sm\:focus-within\:bottom-80:focus-within {
    bottom: 20rem;
  }

  .sm\:focus-within\:left-80:focus-within {
    left: 20rem;
  }

  .sm\:focus-within\:top-96:focus-within {
    top: 24rem;
  }

  .sm\:focus-within\:right-96:focus-within {
    right: 24rem;
  }

  .sm\:focus-within\:bottom-96:focus-within {
    bottom: 24rem;
  }

  .sm\:focus-within\:left-96:focus-within {
    left: 24rem;
  }

  .sm\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .sm\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .sm\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .sm\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .sm\:focus-within\:top-px:focus-within {
    top: 1px;
  }

  .sm\:focus-within\:right-px:focus-within {
    right: 1px;
  }

  .sm\:focus-within\:bottom-px:focus-within {
    bottom: 1px;
  }

  .sm\:focus-within\:left-px:focus-within {
    left: 1px;
  }

  .sm\:focus-within\:top-0\.5:focus-within {
    top: 0.125rem;
  }

  .sm\:focus-within\:right-0\.5:focus-within {
    right: 0.125rem;
  }

  .sm\:focus-within\:bottom-0\.5:focus-within {
    bottom: 0.125rem;
  }

  .sm\:focus-within\:left-0\.5:focus-within {
    left: 0.125rem;
  }

  .sm\:focus-within\:top-1\.5:focus-within {
    top: 0.375rem;
  }

  .sm\:focus-within\:right-1\.5:focus-within {
    right: 0.375rem;
  }

  .sm\:focus-within\:bottom-1\.5:focus-within {
    bottom: 0.375rem;
  }

  .sm\:focus-within\:left-1\.5:focus-within {
    left: 0.375rem;
  }

  .sm\:focus-within\:top-2\.5:focus-within {
    top: 0.625rem;
  }

  .sm\:focus-within\:right-2\.5:focus-within {
    right: 0.625rem;
  }

  .sm\:focus-within\:bottom-2\.5:focus-within {
    bottom: 0.625rem;
  }

  .sm\:focus-within\:left-2\.5:focus-within {
    left: 0.625rem;
  }

  .sm\:focus-within\:top-3\.5:focus-within {
    top: 0.875rem;
  }

  .sm\:focus-within\:right-3\.5:focus-within {
    right: 0.875rem;
  }

  .sm\:focus-within\:bottom-3\.5:focus-within {
    bottom: 0.875rem;
  }

  .sm\:focus-within\:left-3\.5:focus-within {
    left: 0.875rem;
  }

  .sm\:focus-within\:-top-0:focus-within {
    top: 0px;
  }

  .sm\:focus-within\:-right-0:focus-within {
    right: 0px;
  }

  .sm\:focus-within\:-bottom-0:focus-within {
    bottom: 0px;
  }

  .sm\:focus-within\:-left-0:focus-within {
    left: 0px;
  }

  .sm\:focus-within\:-top-1:focus-within {
    top: -0.25rem;
  }

  .sm\:focus-within\:-right-1:focus-within {
    right: -0.25rem;
  }

  .sm\:focus-within\:-bottom-1:focus-within {
    bottom: -0.25rem;
  }

  .sm\:focus-within\:-left-1:focus-within {
    left: -0.25rem;
  }

  .sm\:focus-within\:-top-2:focus-within {
    top: -0.5rem;
  }

  .sm\:focus-within\:-right-2:focus-within {
    right: -0.5rem;
  }

  .sm\:focus-within\:-bottom-2:focus-within {
    bottom: -0.5rem;
  }

  .sm\:focus-within\:-left-2:focus-within {
    left: -0.5rem;
  }

  .sm\:focus-within\:-top-3:focus-within {
    top: -0.75rem;
  }

  .sm\:focus-within\:-right-3:focus-within {
    right: -0.75rem;
  }

  .sm\:focus-within\:-bottom-3:focus-within {
    bottom: -0.75rem;
  }

  .sm\:focus-within\:-left-3:focus-within {
    left: -0.75rem;
  }

  .sm\:focus-within\:-top-4:focus-within {
    top: -1rem;
  }

  .sm\:focus-within\:-right-4:focus-within {
    right: -1rem;
  }

  .sm\:focus-within\:-bottom-4:focus-within {
    bottom: -1rem;
  }

  .sm\:focus-within\:-left-4:focus-within {
    left: -1rem;
  }

  .sm\:focus-within\:-top-5:focus-within {
    top: -1.25rem;
  }

  .sm\:focus-within\:-right-5:focus-within {
    right: -1.25rem;
  }

  .sm\:focus-within\:-bottom-5:focus-within {
    bottom: -1.25rem;
  }

  .sm\:focus-within\:-left-5:focus-within {
    left: -1.25rem;
  }

  .sm\:focus-within\:-top-6:focus-within {
    top: -1.5rem;
  }

  .sm\:focus-within\:-right-6:focus-within {
    right: -1.5rem;
  }

  .sm\:focus-within\:-bottom-6:focus-within {
    bottom: -1.5rem;
  }

  .sm\:focus-within\:-left-6:focus-within {
    left: -1.5rem;
  }

  .sm\:focus-within\:-top-7:focus-within {
    top: -1.75rem;
  }

  .sm\:focus-within\:-right-7:focus-within {
    right: -1.75rem;
  }

  .sm\:focus-within\:-bottom-7:focus-within {
    bottom: -1.75rem;
  }

  .sm\:focus-within\:-left-7:focus-within {
    left: -1.75rem;
  }

  .sm\:focus-within\:-top-8:focus-within {
    top: -2rem;
  }

  .sm\:focus-within\:-right-8:focus-within {
    right: -2rem;
  }

  .sm\:focus-within\:-bottom-8:focus-within {
    bottom: -2rem;
  }

  .sm\:focus-within\:-left-8:focus-within {
    left: -2rem;
  }

  .sm\:focus-within\:-top-9:focus-within {
    top: -2.25rem;
  }

  .sm\:focus-within\:-right-9:focus-within {
    right: -2.25rem;
  }

  .sm\:focus-within\:-bottom-9:focus-within {
    bottom: -2.25rem;
  }

  .sm\:focus-within\:-left-9:focus-within {
    left: -2.25rem;
  }

  .sm\:focus-within\:-top-10:focus-within {
    top: -2.5rem;
  }

  .sm\:focus-within\:-right-10:focus-within {
    right: -2.5rem;
  }

  .sm\:focus-within\:-bottom-10:focus-within {
    bottom: -2.5rem;
  }

  .sm\:focus-within\:-left-10:focus-within {
    left: -2.5rem;
  }

  .sm\:focus-within\:-top-11:focus-within {
    top: -2.75rem;
  }

  .sm\:focus-within\:-right-11:focus-within {
    right: -2.75rem;
  }

  .sm\:focus-within\:-bottom-11:focus-within {
    bottom: -2.75rem;
  }

  .sm\:focus-within\:-left-11:focus-within {
    left: -2.75rem;
  }

  .sm\:focus-within\:-top-12:focus-within {
    top: -3rem;
  }

  .sm\:focus-within\:-right-12:focus-within {
    right: -3rem;
  }

  .sm\:focus-within\:-bottom-12:focus-within {
    bottom: -3rem;
  }

  .sm\:focus-within\:-left-12:focus-within {
    left: -3rem;
  }

  .sm\:focus-within\:-top-14:focus-within {
    top: -3.5rem;
  }

  .sm\:focus-within\:-right-14:focus-within {
    right: -3.5rem;
  }

  .sm\:focus-within\:-bottom-14:focus-within {
    bottom: -3.5rem;
  }

  .sm\:focus-within\:-left-14:focus-within {
    left: -3.5rem;
  }

  .sm\:focus-within\:-top-16:focus-within {
    top: -4rem;
  }

  .sm\:focus-within\:-right-16:focus-within {
    right: -4rem;
  }

  .sm\:focus-within\:-bottom-16:focus-within {
    bottom: -4rem;
  }

  .sm\:focus-within\:-left-16:focus-within {
    left: -4rem;
  }

  .sm\:focus-within\:-top-20:focus-within {
    top: -5rem;
  }

  .sm\:focus-within\:-right-20:focus-within {
    right: -5rem;
  }

  .sm\:focus-within\:-bottom-20:focus-within {
    bottom: -5rem;
  }

  .sm\:focus-within\:-left-20:focus-within {
    left: -5rem;
  }

  .sm\:focus-within\:-top-24:focus-within {
    top: -6rem;
  }

  .sm\:focus-within\:-right-24:focus-within {
    right: -6rem;
  }

  .sm\:focus-within\:-bottom-24:focus-within {
    bottom: -6rem;
  }

  .sm\:focus-within\:-left-24:focus-within {
    left: -6rem;
  }

  .sm\:focus-within\:-top-28:focus-within {
    top: -7rem;
  }

  .sm\:focus-within\:-right-28:focus-within {
    right: -7rem;
  }

  .sm\:focus-within\:-bottom-28:focus-within {
    bottom: -7rem;
  }

  .sm\:focus-within\:-left-28:focus-within {
    left: -7rem;
  }

  .sm\:focus-within\:-top-32:focus-within {
    top: -8rem;
  }

  .sm\:focus-within\:-right-32:focus-within {
    right: -8rem;
  }

  .sm\:focus-within\:-bottom-32:focus-within {
    bottom: -8rem;
  }

  .sm\:focus-within\:-left-32:focus-within {
    left: -8rem;
  }

  .sm\:focus-within\:-top-36:focus-within {
    top: -9rem;
  }

  .sm\:focus-within\:-right-36:focus-within {
    right: -9rem;
  }

  .sm\:focus-within\:-bottom-36:focus-within {
    bottom: -9rem;
  }

  .sm\:focus-within\:-left-36:focus-within {
    left: -9rem;
  }

  .sm\:focus-within\:-top-40:focus-within {
    top: -10rem;
  }

  .sm\:focus-within\:-right-40:focus-within {
    right: -10rem;
  }

  .sm\:focus-within\:-bottom-40:focus-within {
    bottom: -10rem;
  }

  .sm\:focus-within\:-left-40:focus-within {
    left: -10rem;
  }

  .sm\:focus-within\:-top-44:focus-within {
    top: -11rem;
  }

  .sm\:focus-within\:-right-44:focus-within {
    right: -11rem;
  }

  .sm\:focus-within\:-bottom-44:focus-within {
    bottom: -11rem;
  }

  .sm\:focus-within\:-left-44:focus-within {
    left: -11rem;
  }

  .sm\:focus-within\:-top-48:focus-within {
    top: -12rem;
  }

  .sm\:focus-within\:-right-48:focus-within {
    right: -12rem;
  }

  .sm\:focus-within\:-bottom-48:focus-within {
    bottom: -12rem;
  }

  .sm\:focus-within\:-left-48:focus-within {
    left: -12rem;
  }

  .sm\:focus-within\:-top-52:focus-within {
    top: -13rem;
  }

  .sm\:focus-within\:-right-52:focus-within {
    right: -13rem;
  }

  .sm\:focus-within\:-bottom-52:focus-within {
    bottom: -13rem;
  }

  .sm\:focus-within\:-left-52:focus-within {
    left: -13rem;
  }

  .sm\:focus-within\:-top-56:focus-within {
    top: -14rem;
  }

  .sm\:focus-within\:-right-56:focus-within {
    right: -14rem;
  }

  .sm\:focus-within\:-bottom-56:focus-within {
    bottom: -14rem;
  }

  .sm\:focus-within\:-left-56:focus-within {
    left: -14rem;
  }

  .sm\:focus-within\:-top-60:focus-within {
    top: -15rem;
  }

  .sm\:focus-within\:-right-60:focus-within {
    right: -15rem;
  }

  .sm\:focus-within\:-bottom-60:focus-within {
    bottom: -15rem;
  }

  .sm\:focus-within\:-left-60:focus-within {
    left: -15rem;
  }

  .sm\:focus-within\:-top-64:focus-within {
    top: -16rem;
  }

  .sm\:focus-within\:-right-64:focus-within {
    right: -16rem;
  }

  .sm\:focus-within\:-bottom-64:focus-within {
    bottom: -16rem;
  }

  .sm\:focus-within\:-left-64:focus-within {
    left: -16rem;
  }

  .sm\:focus-within\:-top-72:focus-within {
    top: -18rem;
  }

  .sm\:focus-within\:-right-72:focus-within {
    right: -18rem;
  }

  .sm\:focus-within\:-bottom-72:focus-within {
    bottom: -18rem;
  }

  .sm\:focus-within\:-left-72:focus-within {
    left: -18rem;
  }

  .sm\:focus-within\:-top-80:focus-within {
    top: -20rem;
  }

  .sm\:focus-within\:-right-80:focus-within {
    right: -20rem;
  }

  .sm\:focus-within\:-bottom-80:focus-within {
    bottom: -20rem;
  }

  .sm\:focus-within\:-left-80:focus-within {
    left: -20rem;
  }

  .sm\:focus-within\:-top-96:focus-within {
    top: -24rem;
  }

  .sm\:focus-within\:-right-96:focus-within {
    right: -24rem;
  }

  .sm\:focus-within\:-bottom-96:focus-within {
    bottom: -24rem;
  }

  .sm\:focus-within\:-left-96:focus-within {
    left: -24rem;
  }

  .sm\:focus-within\:-top-px:focus-within {
    top: -1px;
  }

  .sm\:focus-within\:-right-px:focus-within {
    right: -1px;
  }

  .sm\:focus-within\:-bottom-px:focus-within {
    bottom: -1px;
  }

  .sm\:focus-within\:-left-px:focus-within {
    left: -1px;
  }

  .sm\:focus-within\:-top-0\.5:focus-within {
    top: -0.125rem;
  }

  .sm\:focus-within\:-right-0\.5:focus-within {
    right: -0.125rem;
  }

  .sm\:focus-within\:-bottom-0\.5:focus-within {
    bottom: -0.125rem;
  }

  .sm\:focus-within\:-left-0\.5:focus-within {
    left: -0.125rem;
  }

  .sm\:focus-within\:-top-1\.5:focus-within {
    top: -0.375rem;
  }

  .sm\:focus-within\:-right-1\.5:focus-within {
    right: -0.375rem;
  }

  .sm\:focus-within\:-bottom-1\.5:focus-within {
    bottom: -0.375rem;
  }

  .sm\:focus-within\:-left-1\.5:focus-within {
    left: -0.375rem;
  }

  .sm\:focus-within\:-top-2\.5:focus-within {
    top: -0.625rem;
  }

  .sm\:focus-within\:-right-2\.5:focus-within {
    right: -0.625rem;
  }

  .sm\:focus-within\:-bottom-2\.5:focus-within {
    bottom: -0.625rem;
  }

  .sm\:focus-within\:-left-2\.5:focus-within {
    left: -0.625rem;
  }

  .sm\:focus-within\:-top-3\.5:focus-within {
    top: -0.875rem;
  }

  .sm\:focus-within\:-right-3\.5:focus-within {
    right: -0.875rem;
  }

  .sm\:focus-within\:-bottom-3\.5:focus-within {
    bottom: -0.875rem;
  }

  .sm\:focus-within\:-left-3\.5:focus-within {
    left: -0.875rem;
  }

  .sm\:focus-within\:top-1\/2:focus-within {
    top: 50%;
  }

  .sm\:focus-within\:right-1\/2:focus-within {
    right: 50%;
  }

  .sm\:focus-within\:bottom-1\/2:focus-within {
    bottom: 50%;
  }

  .sm\:focus-within\:left-1\/2:focus-within {
    left: 50%;
  }

  .sm\:focus-within\:top-1\/3:focus-within {
    top: 33.333333%;
  }

  .sm\:focus-within\:right-1\/3:focus-within {
    right: 33.333333%;
  }

  .sm\:focus-within\:bottom-1\/3:focus-within {
    bottom: 33.333333%;
  }

  .sm\:focus-within\:left-1\/3:focus-within {
    left: 33.333333%;
  }

  .sm\:focus-within\:top-2\/3:focus-within {
    top: 66.666667%;
  }

  .sm\:focus-within\:right-2\/3:focus-within {
    right: 66.666667%;
  }

  .sm\:focus-within\:bottom-2\/3:focus-within {
    bottom: 66.666667%;
  }

  .sm\:focus-within\:left-2\/3:focus-within {
    left: 66.666667%;
  }

  .sm\:focus-within\:top-1\/4:focus-within {
    top: 25%;
  }

  .sm\:focus-within\:right-1\/4:focus-within {
    right: 25%;
  }

  .sm\:focus-within\:bottom-1\/4:focus-within {
    bottom: 25%;
  }

  .sm\:focus-within\:left-1\/4:focus-within {
    left: 25%;
  }

  .sm\:focus-within\:top-2\/4:focus-within {
    top: 50%;
  }

  .sm\:focus-within\:right-2\/4:focus-within {
    right: 50%;
  }

  .sm\:focus-within\:bottom-2\/4:focus-within {
    bottom: 50%;
  }

  .sm\:focus-within\:left-2\/4:focus-within {
    left: 50%;
  }

  .sm\:focus-within\:top-3\/4:focus-within {
    top: 75%;
  }

  .sm\:focus-within\:right-3\/4:focus-within {
    right: 75%;
  }

  .sm\:focus-within\:bottom-3\/4:focus-within {
    bottom: 75%;
  }

  .sm\:focus-within\:left-3\/4:focus-within {
    left: 75%;
  }

  .sm\:focus-within\:top-full:focus-within {
    top: 100%;
  }

  .sm\:focus-within\:right-full:focus-within {
    right: 100%;
  }

  .sm\:focus-within\:bottom-full:focus-within {
    bottom: 100%;
  }

  .sm\:focus-within\:left-full:focus-within {
    left: 100%;
  }

  .sm\:focus-within\:-top-1\/2:focus-within {
    top: -50%;
  }

  .sm\:focus-within\:-right-1\/2:focus-within {
    right: -50%;
  }

  .sm\:focus-within\:-bottom-1\/2:focus-within {
    bottom: -50%;
  }

  .sm\:focus-within\:-left-1\/2:focus-within {
    left: -50%;
  }

  .sm\:focus-within\:-top-1\/3:focus-within {
    top: -33.333333%;
  }

  .sm\:focus-within\:-right-1\/3:focus-within {
    right: -33.333333%;
  }

  .sm\:focus-within\:-bottom-1\/3:focus-within {
    bottom: -33.333333%;
  }

  .sm\:focus-within\:-left-1\/3:focus-within {
    left: -33.333333%;
  }

  .sm\:focus-within\:-top-2\/3:focus-within {
    top: -66.666667%;
  }

  .sm\:focus-within\:-right-2\/3:focus-within {
    right: -66.666667%;
  }

  .sm\:focus-within\:-bottom-2\/3:focus-within {
    bottom: -66.666667%;
  }

  .sm\:focus-within\:-left-2\/3:focus-within {
    left: -66.666667%;
  }

  .sm\:focus-within\:-top-1\/4:focus-within {
    top: -25%;
  }

  .sm\:focus-within\:-right-1\/4:focus-within {
    right: -25%;
  }

  .sm\:focus-within\:-bottom-1\/4:focus-within {
    bottom: -25%;
  }

  .sm\:focus-within\:-left-1\/4:focus-within {
    left: -25%;
  }

  .sm\:focus-within\:-top-2\/4:focus-within {
    top: -50%;
  }

  .sm\:focus-within\:-right-2\/4:focus-within {
    right: -50%;
  }

  .sm\:focus-within\:-bottom-2\/4:focus-within {
    bottom: -50%;
  }

  .sm\:focus-within\:-left-2\/4:focus-within {
    left: -50%;
  }

  .sm\:focus-within\:-top-3\/4:focus-within {
    top: -75%;
  }

  .sm\:focus-within\:-right-3\/4:focus-within {
    right: -75%;
  }

  .sm\:focus-within\:-bottom-3\/4:focus-within {
    bottom: -75%;
  }

  .sm\:focus-within\:-left-3\/4:focus-within {
    left: -75%;
  }

  .sm\:focus-within\:-top-full:focus-within {
    top: -100%;
  }

  .sm\:focus-within\:-right-full:focus-within {
    right: -100%;
  }

  .sm\:focus-within\:-bottom-full:focus-within {
    bottom: -100%;
  }

  .sm\:focus-within\:-left-full:focus-within {
    left: -100%;
  }

  .sm\:first\:inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:first\:inset-1:first-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:first\:inset-2:first-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:first\:inset-3:first-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:first\:inset-4:first-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:first\:inset-5:first-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:first\:inset-6:first-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:first\:inset-7:first-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:first\:inset-8:first-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:first\:inset-9:first-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:first\:inset-10:first-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:first\:inset-11:first-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:first\:inset-12:first-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:first\:inset-14:first-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:first\:inset-16:first-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:first\:inset-20:first-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:first\:inset-24:first-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:first\:inset-28:first-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:first\:inset-32:first-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:first\:inset-36:first-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:first\:inset-40:first-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:first\:inset-44:first-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:first\:inset-48:first-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:first\:inset-52:first-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:first\:inset-56:first-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:first\:inset-60:first-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:first\:inset-64:first-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:first\:inset-72:first-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:first\:inset-80:first-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:first\:inset-96:first-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:first\:inset-px:first-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:first\:inset-0\.5:first-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:first\:inset-1\.5:first-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:first\:inset-2\.5:first-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:first\:inset-3\.5:first-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:first\:-inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:first\:-inset-1:first-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:first\:-inset-2:first-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:first\:-inset-3:first-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:first\:-inset-4:first-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:first\:-inset-5:first-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:first\:-inset-6:first-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:first\:-inset-7:first-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:first\:-inset-8:first-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:first\:-inset-9:first-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:first\:-inset-10:first-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:first\:-inset-11:first-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:first\:-inset-12:first-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:first\:-inset-14:first-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:first\:-inset-16:first-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:first\:-inset-20:first-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:first\:-inset-24:first-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:first\:-inset-28:first-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:first\:-inset-32:first-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:first\:-inset-36:first-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:first\:-inset-40:first-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:first\:-inset-44:first-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:first\:-inset-48:first-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:first\:-inset-52:first-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:first\:-inset-56:first-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:first\:-inset-60:first-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:first\:-inset-64:first-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:first\:-inset-72:first-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:first\:-inset-80:first-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:first\:-inset-96:first-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:first\:-inset-px:first-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:first\:-inset-0\.5:first-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:first\:-inset-1\.5:first-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:first\:-inset-2\.5:first-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:first\:-inset-3\.5:first-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:first\:inset-1\/3:first-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:first\:inset-2\/3:first-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:first\:inset-1\/4:first-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:first\:inset-2\/4:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:first\:inset-3\/4:first-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:first\:inset-full:first-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:first\:-inset-1\/2:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:first\:-inset-1\/3:first-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:first\:-inset-2\/3:first-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:first\:-inset-1\/4:first-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:first\:-inset-2\/4:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:first\:-inset-3\/4:first-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:first\:-inset-full:first-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:first\:inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .sm\:first\:inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .sm\:first\:inset-y-1:first-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:first\:inset-x-1:first-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:first\:inset-y-2:first-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:first\:inset-x-2:first-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:first\:inset-y-3:first-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:first\:inset-x-3:first-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:first\:inset-y-4:first-child {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:first\:inset-x-4:first-child {
    right: 1rem;
    left: 1rem;
  }

  .sm\:first\:inset-y-5:first-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:first\:inset-x-5:first-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:first\:inset-y-6:first-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:first\:inset-x-6:first-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:first\:inset-y-7:first-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:first\:inset-x-7:first-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:first\:inset-y-8:first-child {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:first\:inset-x-8:first-child {
    right: 2rem;
    left: 2rem;
  }

  .sm\:first\:inset-y-9:first-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:first\:inset-x-9:first-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:first\:inset-y-10:first-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:first\:inset-x-10:first-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:first\:inset-y-11:first-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:first\:inset-x-11:first-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:first\:inset-y-12:first-child {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:first\:inset-x-12:first-child {
    right: 3rem;
    left: 3rem;
  }

  .sm\:first\:inset-y-14:first-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:first\:inset-x-14:first-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:first\:inset-y-16:first-child {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:first\:inset-x-16:first-child {
    right: 4rem;
    left: 4rem;
  }

  .sm\:first\:inset-y-20:first-child {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:first\:inset-x-20:first-child {
    right: 5rem;
    left: 5rem;
  }

  .sm\:first\:inset-y-24:first-child {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:first\:inset-x-24:first-child {
    right: 6rem;
    left: 6rem;
  }

  .sm\:first\:inset-y-28:first-child {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:first\:inset-x-28:first-child {
    right: 7rem;
    left: 7rem;
  }

  .sm\:first\:inset-y-32:first-child {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:first\:inset-x-32:first-child {
    right: 8rem;
    left: 8rem;
  }

  .sm\:first\:inset-y-36:first-child {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:first\:inset-x-36:first-child {
    right: 9rem;
    left: 9rem;
  }

  .sm\:first\:inset-y-40:first-child {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:first\:inset-x-40:first-child {
    right: 10rem;
    left: 10rem;
  }

  .sm\:first\:inset-y-44:first-child {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:first\:inset-x-44:first-child {
    right: 11rem;
    left: 11rem;
  }

  .sm\:first\:inset-y-48:first-child {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:first\:inset-x-48:first-child {
    right: 12rem;
    left: 12rem;
  }

  .sm\:first\:inset-y-52:first-child {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:first\:inset-x-52:first-child {
    right: 13rem;
    left: 13rem;
  }

  .sm\:first\:inset-y-56:first-child {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:first\:inset-x-56:first-child {
    right: 14rem;
    left: 14rem;
  }

  .sm\:first\:inset-y-60:first-child {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:first\:inset-x-60:first-child {
    right: 15rem;
    left: 15rem;
  }

  .sm\:first\:inset-y-64:first-child {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:first\:inset-x-64:first-child {
    right: 16rem;
    left: 16rem;
  }

  .sm\:first\:inset-y-72:first-child {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:first\:inset-x-72:first-child {
    right: 18rem;
    left: 18rem;
  }

  .sm\:first\:inset-y-80:first-child {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:first\:inset-x-80:first-child {
    right: 20rem;
    left: 20rem;
  }

  .sm\:first\:inset-y-96:first-child {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:first\:inset-x-96:first-child {
    right: 24rem;
    left: 24rem;
  }

  .sm\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .sm\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .sm\:first\:inset-y-px:first-child {
    top: 1px;
    bottom: 1px;
  }

  .sm\:first\:inset-x-px:first-child {
    right: 1px;
    left: 1px;
  }

  .sm\:first\:inset-y-0\.5:first-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:first\:inset-x-0\.5:first-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:first\:inset-y-1\.5:first-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:first\:inset-x-1\.5:first-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:first\:inset-y-2\.5:first-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:first\:inset-x-2\.5:first-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:first\:inset-y-3\.5:first-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:first\:inset-x-3\.5:first-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:first\:-inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .sm\:first\:-inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .sm\:first\:-inset-y-1:first-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:first\:-inset-x-1:first-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:first\:-inset-y-2:first-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:first\:-inset-x-2:first-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:first\:-inset-y-3:first-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:first\:-inset-x-3:first-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:first\:-inset-y-4:first-child {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:first\:-inset-x-4:first-child {
    right: -1rem;
    left: -1rem;
  }

  .sm\:first\:-inset-y-5:first-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:first\:-inset-x-5:first-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:first\:-inset-y-6:first-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:first\:-inset-x-6:first-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:first\:-inset-y-7:first-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:first\:-inset-x-7:first-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:first\:-inset-y-8:first-child {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:first\:-inset-x-8:first-child {
    right: -2rem;
    left: -2rem;
  }

  .sm\:first\:-inset-y-9:first-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:first\:-inset-x-9:first-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:first\:-inset-y-10:first-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:first\:-inset-x-10:first-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:first\:-inset-y-11:first-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:first\:-inset-x-11:first-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:first\:-inset-y-12:first-child {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:first\:-inset-x-12:first-child {
    right: -3rem;
    left: -3rem;
  }

  .sm\:first\:-inset-y-14:first-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:first\:-inset-x-14:first-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:first\:-inset-y-16:first-child {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:first\:-inset-x-16:first-child {
    right: -4rem;
    left: -4rem;
  }

  .sm\:first\:-inset-y-20:first-child {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:first\:-inset-x-20:first-child {
    right: -5rem;
    left: -5rem;
  }

  .sm\:first\:-inset-y-24:first-child {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:first\:-inset-x-24:first-child {
    right: -6rem;
    left: -6rem;
  }

  .sm\:first\:-inset-y-28:first-child {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:first\:-inset-x-28:first-child {
    right: -7rem;
    left: -7rem;
  }

  .sm\:first\:-inset-y-32:first-child {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:first\:-inset-x-32:first-child {
    right: -8rem;
    left: -8rem;
  }

  .sm\:first\:-inset-y-36:first-child {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:first\:-inset-x-36:first-child {
    right: -9rem;
    left: -9rem;
  }

  .sm\:first\:-inset-y-40:first-child {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:first\:-inset-x-40:first-child {
    right: -10rem;
    left: -10rem;
  }

  .sm\:first\:-inset-y-44:first-child {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:first\:-inset-x-44:first-child {
    right: -11rem;
    left: -11rem;
  }

  .sm\:first\:-inset-y-48:first-child {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:first\:-inset-x-48:first-child {
    right: -12rem;
    left: -12rem;
  }

  .sm\:first\:-inset-y-52:first-child {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:first\:-inset-x-52:first-child {
    right: -13rem;
    left: -13rem;
  }

  .sm\:first\:-inset-y-56:first-child {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:first\:-inset-x-56:first-child {
    right: -14rem;
    left: -14rem;
  }

  .sm\:first\:-inset-y-60:first-child {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:first\:-inset-x-60:first-child {
    right: -15rem;
    left: -15rem;
  }

  .sm\:first\:-inset-y-64:first-child {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:first\:-inset-x-64:first-child {
    right: -16rem;
    left: -16rem;
  }

  .sm\:first\:-inset-y-72:first-child {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:first\:-inset-x-72:first-child {
    right: -18rem;
    left: -18rem;
  }

  .sm\:first\:-inset-y-80:first-child {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:first\:-inset-x-80:first-child {
    right: -20rem;
    left: -20rem;
  }

  .sm\:first\:-inset-y-96:first-child {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:first\:-inset-x-96:first-child {
    right: -24rem;
    left: -24rem;
  }

  .sm\:first\:-inset-y-px:first-child {
    top: -1px;
    bottom: -1px;
  }

  .sm\:first\:-inset-x-px:first-child {
    right: -1px;
    left: -1px;
  }

  .sm\:first\:-inset-y-0\.5:first-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:first\:-inset-x-0\.5:first-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:first\:-inset-y-1\.5:first-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:first\:-inset-x-1\.5:first-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:first\:-inset-y-2\.5:first-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:first\:-inset-x-2\.5:first-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:first\:-inset-y-3\.5:first-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:first\:-inset-x-3\.5:first-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .sm\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .sm\:first\:inset-y-1\/3:first-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:first\:inset-x-1\/3:first-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:first\:inset-y-2\/3:first-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:first\:inset-x-2\/3:first-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:first\:inset-y-1\/4:first-child {
    top: 25%;
    bottom: 25%;
  }

  .sm\:first\:inset-x-1\/4:first-child {
    right: 25%;
    left: 25%;
  }

  .sm\:first\:inset-y-2\/4:first-child {
    top: 50%;
    bottom: 50%;
  }

  .sm\:first\:inset-x-2\/4:first-child {
    right: 50%;
    left: 50%;
  }

  .sm\:first\:inset-y-3\/4:first-child {
    top: 75%;
    bottom: 75%;
  }

  .sm\:first\:inset-x-3\/4:first-child {
    right: 75%;
    left: 75%;
  }

  .sm\:first\:inset-y-full:first-child {
    top: 100%;
    bottom: 100%;
  }

  .sm\:first\:inset-x-full:first-child {
    right: 100%;
    left: 100%;
  }

  .sm\:first\:-inset-y-1\/2:first-child {
    top: -50%;
    bottom: -50%;
  }

  .sm\:first\:-inset-x-1\/2:first-child {
    right: -50%;
    left: -50%;
  }

  .sm\:first\:-inset-y-1\/3:first-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:first\:-inset-x-1\/3:first-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:first\:-inset-y-2\/3:first-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:first\:-inset-x-2\/3:first-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:first\:-inset-y-1\/4:first-child {
    top: -25%;
    bottom: -25%;
  }

  .sm\:first\:-inset-x-1\/4:first-child {
    right: -25%;
    left: -25%;
  }

  .sm\:first\:-inset-y-2\/4:first-child {
    top: -50%;
    bottom: -50%;
  }

  .sm\:first\:-inset-x-2\/4:first-child {
    right: -50%;
    left: -50%;
  }

  .sm\:first\:-inset-y-3\/4:first-child {
    top: -75%;
    bottom: -75%;
  }

  .sm\:first\:-inset-x-3\/4:first-child {
    right: -75%;
    left: -75%;
  }

  .sm\:first\:-inset-y-full:first-child {
    top: -100%;
    bottom: -100%;
  }

  .sm\:first\:-inset-x-full:first-child {
    right: -100%;
    left: -100%;
  }

  .sm\:first\:top-0:first-child {
    top: 0px;
  }

  .sm\:first\:right-0:first-child {
    right: 0px;
  }

  .sm\:first\:bottom-0:first-child {
    bottom: 0px;
  }

  .sm\:first\:left-0:first-child {
    left: 0px;
  }

  .sm\:first\:top-1:first-child {
    top: 0.25rem;
  }

  .sm\:first\:right-1:first-child {
    right: 0.25rem;
  }

  .sm\:first\:bottom-1:first-child {
    bottom: 0.25rem;
  }

  .sm\:first\:left-1:first-child {
    left: 0.25rem;
  }

  .sm\:first\:top-2:first-child {
    top: 0.5rem;
  }

  .sm\:first\:right-2:first-child {
    right: 0.5rem;
  }

  .sm\:first\:bottom-2:first-child {
    bottom: 0.5rem;
  }

  .sm\:first\:left-2:first-child {
    left: 0.5rem;
  }

  .sm\:first\:top-3:first-child {
    top: 0.75rem;
  }

  .sm\:first\:right-3:first-child {
    right: 0.75rem;
  }

  .sm\:first\:bottom-3:first-child {
    bottom: 0.75rem;
  }

  .sm\:first\:left-3:first-child {
    left: 0.75rem;
  }

  .sm\:first\:top-4:first-child {
    top: 1rem;
  }

  .sm\:first\:right-4:first-child {
    right: 1rem;
  }

  .sm\:first\:bottom-4:first-child {
    bottom: 1rem;
  }

  .sm\:first\:left-4:first-child {
    left: 1rem;
  }

  .sm\:first\:top-5:first-child {
    top: 1.25rem;
  }

  .sm\:first\:right-5:first-child {
    right: 1.25rem;
  }

  .sm\:first\:bottom-5:first-child {
    bottom: 1.25rem;
  }

  .sm\:first\:left-5:first-child {
    left: 1.25rem;
  }

  .sm\:first\:top-6:first-child {
    top: 1.5rem;
  }

  .sm\:first\:right-6:first-child {
    right: 1.5rem;
  }

  .sm\:first\:bottom-6:first-child {
    bottom: 1.5rem;
  }

  .sm\:first\:left-6:first-child {
    left: 1.5rem;
  }

  .sm\:first\:top-7:first-child {
    top: 1.75rem;
  }

  .sm\:first\:right-7:first-child {
    right: 1.75rem;
  }

  .sm\:first\:bottom-7:first-child {
    bottom: 1.75rem;
  }

  .sm\:first\:left-7:first-child {
    left: 1.75rem;
  }

  .sm\:first\:top-8:first-child {
    top: 2rem;
  }

  .sm\:first\:right-8:first-child {
    right: 2rem;
  }

  .sm\:first\:bottom-8:first-child {
    bottom: 2rem;
  }

  .sm\:first\:left-8:first-child {
    left: 2rem;
  }

  .sm\:first\:top-9:first-child {
    top: 2.25rem;
  }

  .sm\:first\:right-9:first-child {
    right: 2.25rem;
  }

  .sm\:first\:bottom-9:first-child {
    bottom: 2.25rem;
  }

  .sm\:first\:left-9:first-child {
    left: 2.25rem;
  }

  .sm\:first\:top-10:first-child {
    top: 2.5rem;
  }

  .sm\:first\:right-10:first-child {
    right: 2.5rem;
  }

  .sm\:first\:bottom-10:first-child {
    bottom: 2.5rem;
  }

  .sm\:first\:left-10:first-child {
    left: 2.5rem;
  }

  .sm\:first\:top-11:first-child {
    top: 2.75rem;
  }

  .sm\:first\:right-11:first-child {
    right: 2.75rem;
  }

  .sm\:first\:bottom-11:first-child {
    bottom: 2.75rem;
  }

  .sm\:first\:left-11:first-child {
    left: 2.75rem;
  }

  .sm\:first\:top-12:first-child {
    top: 3rem;
  }

  .sm\:first\:right-12:first-child {
    right: 3rem;
  }

  .sm\:first\:bottom-12:first-child {
    bottom: 3rem;
  }

  .sm\:first\:left-12:first-child {
    left: 3rem;
  }

  .sm\:first\:top-14:first-child {
    top: 3.5rem;
  }

  .sm\:first\:right-14:first-child {
    right: 3.5rem;
  }

  .sm\:first\:bottom-14:first-child {
    bottom: 3.5rem;
  }

  .sm\:first\:left-14:first-child {
    left: 3.5rem;
  }

  .sm\:first\:top-16:first-child {
    top: 4rem;
  }

  .sm\:first\:right-16:first-child {
    right: 4rem;
  }

  .sm\:first\:bottom-16:first-child {
    bottom: 4rem;
  }

  .sm\:first\:left-16:first-child {
    left: 4rem;
  }

  .sm\:first\:top-20:first-child {
    top: 5rem;
  }

  .sm\:first\:right-20:first-child {
    right: 5rem;
  }

  .sm\:first\:bottom-20:first-child {
    bottom: 5rem;
  }

  .sm\:first\:left-20:first-child {
    left: 5rem;
  }

  .sm\:first\:top-24:first-child {
    top: 6rem;
  }

  .sm\:first\:right-24:first-child {
    right: 6rem;
  }

  .sm\:first\:bottom-24:first-child {
    bottom: 6rem;
  }

  .sm\:first\:left-24:first-child {
    left: 6rem;
  }

  .sm\:first\:top-28:first-child {
    top: 7rem;
  }

  .sm\:first\:right-28:first-child {
    right: 7rem;
  }

  .sm\:first\:bottom-28:first-child {
    bottom: 7rem;
  }

  .sm\:first\:left-28:first-child {
    left: 7rem;
  }

  .sm\:first\:top-32:first-child {
    top: 8rem;
  }

  .sm\:first\:right-32:first-child {
    right: 8rem;
  }

  .sm\:first\:bottom-32:first-child {
    bottom: 8rem;
  }

  .sm\:first\:left-32:first-child {
    left: 8rem;
  }

  .sm\:first\:top-36:first-child {
    top: 9rem;
  }

  .sm\:first\:right-36:first-child {
    right: 9rem;
  }

  .sm\:first\:bottom-36:first-child {
    bottom: 9rem;
  }

  .sm\:first\:left-36:first-child {
    left: 9rem;
  }

  .sm\:first\:top-40:first-child {
    top: 10rem;
  }

  .sm\:first\:right-40:first-child {
    right: 10rem;
  }

  .sm\:first\:bottom-40:first-child {
    bottom: 10rem;
  }

  .sm\:first\:left-40:first-child {
    left: 10rem;
  }

  .sm\:first\:top-44:first-child {
    top: 11rem;
  }

  .sm\:first\:right-44:first-child {
    right: 11rem;
  }

  .sm\:first\:bottom-44:first-child {
    bottom: 11rem;
  }

  .sm\:first\:left-44:first-child {
    left: 11rem;
  }

  .sm\:first\:top-48:first-child {
    top: 12rem;
  }

  .sm\:first\:right-48:first-child {
    right: 12rem;
  }

  .sm\:first\:bottom-48:first-child {
    bottom: 12rem;
  }

  .sm\:first\:left-48:first-child {
    left: 12rem;
  }

  .sm\:first\:top-52:first-child {
    top: 13rem;
  }

  .sm\:first\:right-52:first-child {
    right: 13rem;
  }

  .sm\:first\:bottom-52:first-child {
    bottom: 13rem;
  }

  .sm\:first\:left-52:first-child {
    left: 13rem;
  }

  .sm\:first\:top-56:first-child {
    top: 14rem;
  }

  .sm\:first\:right-56:first-child {
    right: 14rem;
  }

  .sm\:first\:bottom-56:first-child {
    bottom: 14rem;
  }

  .sm\:first\:left-56:first-child {
    left: 14rem;
  }

  .sm\:first\:top-60:first-child {
    top: 15rem;
  }

  .sm\:first\:right-60:first-child {
    right: 15rem;
  }

  .sm\:first\:bottom-60:first-child {
    bottom: 15rem;
  }

  .sm\:first\:left-60:first-child {
    left: 15rem;
  }

  .sm\:first\:top-64:first-child {
    top: 16rem;
  }

  .sm\:first\:right-64:first-child {
    right: 16rem;
  }

  .sm\:first\:bottom-64:first-child {
    bottom: 16rem;
  }

  .sm\:first\:left-64:first-child {
    left: 16rem;
  }

  .sm\:first\:top-72:first-child {
    top: 18rem;
  }

  .sm\:first\:right-72:first-child {
    right: 18rem;
  }

  .sm\:first\:bottom-72:first-child {
    bottom: 18rem;
  }

  .sm\:first\:left-72:first-child {
    left: 18rem;
  }

  .sm\:first\:top-80:first-child {
    top: 20rem;
  }

  .sm\:first\:right-80:first-child {
    right: 20rem;
  }

  .sm\:first\:bottom-80:first-child {
    bottom: 20rem;
  }

  .sm\:first\:left-80:first-child {
    left: 20rem;
  }

  .sm\:first\:top-96:first-child {
    top: 24rem;
  }

  .sm\:first\:right-96:first-child {
    right: 24rem;
  }

  .sm\:first\:bottom-96:first-child {
    bottom: 24rem;
  }

  .sm\:first\:left-96:first-child {
    left: 24rem;
  }

  .sm\:first\:top-auto:first-child {
    top: auto;
  }

  .sm\:first\:right-auto:first-child {
    right: auto;
  }

  .sm\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .sm\:first\:left-auto:first-child {
    left: auto;
  }

  .sm\:first\:top-px:first-child {
    top: 1px;
  }

  .sm\:first\:right-px:first-child {
    right: 1px;
  }

  .sm\:first\:bottom-px:first-child {
    bottom: 1px;
  }

  .sm\:first\:left-px:first-child {
    left: 1px;
  }

  .sm\:first\:top-0\.5:first-child {
    top: 0.125rem;
  }

  .sm\:first\:right-0\.5:first-child {
    right: 0.125rem;
  }

  .sm\:first\:bottom-0\.5:first-child {
    bottom: 0.125rem;
  }

  .sm\:first\:left-0\.5:first-child {
    left: 0.125rem;
  }

  .sm\:first\:top-1\.5:first-child {
    top: 0.375rem;
  }

  .sm\:first\:right-1\.5:first-child {
    right: 0.375rem;
  }

  .sm\:first\:bottom-1\.5:first-child {
    bottom: 0.375rem;
  }

  .sm\:first\:left-1\.5:first-child {
    left: 0.375rem;
  }

  .sm\:first\:top-2\.5:first-child {
    top: 0.625rem;
  }

  .sm\:first\:right-2\.5:first-child {
    right: 0.625rem;
  }

  .sm\:first\:bottom-2\.5:first-child {
    bottom: 0.625rem;
  }

  .sm\:first\:left-2\.5:first-child {
    left: 0.625rem;
  }

  .sm\:first\:top-3\.5:first-child {
    top: 0.875rem;
  }

  .sm\:first\:right-3\.5:first-child {
    right: 0.875rem;
  }

  .sm\:first\:bottom-3\.5:first-child {
    bottom: 0.875rem;
  }

  .sm\:first\:left-3\.5:first-child {
    left: 0.875rem;
  }

  .sm\:first\:-top-0:first-child {
    top: 0px;
  }

  .sm\:first\:-right-0:first-child {
    right: 0px;
  }

  .sm\:first\:-bottom-0:first-child {
    bottom: 0px;
  }

  .sm\:first\:-left-0:first-child {
    left: 0px;
  }

  .sm\:first\:-top-1:first-child {
    top: -0.25rem;
  }

  .sm\:first\:-right-1:first-child {
    right: -0.25rem;
  }

  .sm\:first\:-bottom-1:first-child {
    bottom: -0.25rem;
  }

  .sm\:first\:-left-1:first-child {
    left: -0.25rem;
  }

  .sm\:first\:-top-2:first-child {
    top: -0.5rem;
  }

  .sm\:first\:-right-2:first-child {
    right: -0.5rem;
  }

  .sm\:first\:-bottom-2:first-child {
    bottom: -0.5rem;
  }

  .sm\:first\:-left-2:first-child {
    left: -0.5rem;
  }

  .sm\:first\:-top-3:first-child {
    top: -0.75rem;
  }

  .sm\:first\:-right-3:first-child {
    right: -0.75rem;
  }

  .sm\:first\:-bottom-3:first-child {
    bottom: -0.75rem;
  }

  .sm\:first\:-left-3:first-child {
    left: -0.75rem;
  }

  .sm\:first\:-top-4:first-child {
    top: -1rem;
  }

  .sm\:first\:-right-4:first-child {
    right: -1rem;
  }

  .sm\:first\:-bottom-4:first-child {
    bottom: -1rem;
  }

  .sm\:first\:-left-4:first-child {
    left: -1rem;
  }

  .sm\:first\:-top-5:first-child {
    top: -1.25rem;
  }

  .sm\:first\:-right-5:first-child {
    right: -1.25rem;
  }

  .sm\:first\:-bottom-5:first-child {
    bottom: -1.25rem;
  }

  .sm\:first\:-left-5:first-child {
    left: -1.25rem;
  }

  .sm\:first\:-top-6:first-child {
    top: -1.5rem;
  }

  .sm\:first\:-right-6:first-child {
    right: -1.5rem;
  }

  .sm\:first\:-bottom-6:first-child {
    bottom: -1.5rem;
  }

  .sm\:first\:-left-6:first-child {
    left: -1.5rem;
  }

  .sm\:first\:-top-7:first-child {
    top: -1.75rem;
  }

  .sm\:first\:-right-7:first-child {
    right: -1.75rem;
  }

  .sm\:first\:-bottom-7:first-child {
    bottom: -1.75rem;
  }

  .sm\:first\:-left-7:first-child {
    left: -1.75rem;
  }

  .sm\:first\:-top-8:first-child {
    top: -2rem;
  }

  .sm\:first\:-right-8:first-child {
    right: -2rem;
  }

  .sm\:first\:-bottom-8:first-child {
    bottom: -2rem;
  }

  .sm\:first\:-left-8:first-child {
    left: -2rem;
  }

  .sm\:first\:-top-9:first-child {
    top: -2.25rem;
  }

  .sm\:first\:-right-9:first-child {
    right: -2.25rem;
  }

  .sm\:first\:-bottom-9:first-child {
    bottom: -2.25rem;
  }

  .sm\:first\:-left-9:first-child {
    left: -2.25rem;
  }

  .sm\:first\:-top-10:first-child {
    top: -2.5rem;
  }

  .sm\:first\:-right-10:first-child {
    right: -2.5rem;
  }

  .sm\:first\:-bottom-10:first-child {
    bottom: -2.5rem;
  }

  .sm\:first\:-left-10:first-child {
    left: -2.5rem;
  }

  .sm\:first\:-top-11:first-child {
    top: -2.75rem;
  }

  .sm\:first\:-right-11:first-child {
    right: -2.75rem;
  }

  .sm\:first\:-bottom-11:first-child {
    bottom: -2.75rem;
  }

  .sm\:first\:-left-11:first-child {
    left: -2.75rem;
  }

  .sm\:first\:-top-12:first-child {
    top: -3rem;
  }

  .sm\:first\:-right-12:first-child {
    right: -3rem;
  }

  .sm\:first\:-bottom-12:first-child {
    bottom: -3rem;
  }

  .sm\:first\:-left-12:first-child {
    left: -3rem;
  }

  .sm\:first\:-top-14:first-child {
    top: -3.5rem;
  }

  .sm\:first\:-right-14:first-child {
    right: -3.5rem;
  }

  .sm\:first\:-bottom-14:first-child {
    bottom: -3.5rem;
  }

  .sm\:first\:-left-14:first-child {
    left: -3.5rem;
  }

  .sm\:first\:-top-16:first-child {
    top: -4rem;
  }

  .sm\:first\:-right-16:first-child {
    right: -4rem;
  }

  .sm\:first\:-bottom-16:first-child {
    bottom: -4rem;
  }

  .sm\:first\:-left-16:first-child {
    left: -4rem;
  }

  .sm\:first\:-top-20:first-child {
    top: -5rem;
  }

  .sm\:first\:-right-20:first-child {
    right: -5rem;
  }

  .sm\:first\:-bottom-20:first-child {
    bottom: -5rem;
  }

  .sm\:first\:-left-20:first-child {
    left: -5rem;
  }

  .sm\:first\:-top-24:first-child {
    top: -6rem;
  }

  .sm\:first\:-right-24:first-child {
    right: -6rem;
  }

  .sm\:first\:-bottom-24:first-child {
    bottom: -6rem;
  }

  .sm\:first\:-left-24:first-child {
    left: -6rem;
  }

  .sm\:first\:-top-28:first-child {
    top: -7rem;
  }

  .sm\:first\:-right-28:first-child {
    right: -7rem;
  }

  .sm\:first\:-bottom-28:first-child {
    bottom: -7rem;
  }

  .sm\:first\:-left-28:first-child {
    left: -7rem;
  }

  .sm\:first\:-top-32:first-child {
    top: -8rem;
  }

  .sm\:first\:-right-32:first-child {
    right: -8rem;
  }

  .sm\:first\:-bottom-32:first-child {
    bottom: -8rem;
  }

  .sm\:first\:-left-32:first-child {
    left: -8rem;
  }

  .sm\:first\:-top-36:first-child {
    top: -9rem;
  }

  .sm\:first\:-right-36:first-child {
    right: -9rem;
  }

  .sm\:first\:-bottom-36:first-child {
    bottom: -9rem;
  }

  .sm\:first\:-left-36:first-child {
    left: -9rem;
  }

  .sm\:first\:-top-40:first-child {
    top: -10rem;
  }

  .sm\:first\:-right-40:first-child {
    right: -10rem;
  }

  .sm\:first\:-bottom-40:first-child {
    bottom: -10rem;
  }

  .sm\:first\:-left-40:first-child {
    left: -10rem;
  }

  .sm\:first\:-top-44:first-child {
    top: -11rem;
  }

  .sm\:first\:-right-44:first-child {
    right: -11rem;
  }

  .sm\:first\:-bottom-44:first-child {
    bottom: -11rem;
  }

  .sm\:first\:-left-44:first-child {
    left: -11rem;
  }

  .sm\:first\:-top-48:first-child {
    top: -12rem;
  }

  .sm\:first\:-right-48:first-child {
    right: -12rem;
  }

  .sm\:first\:-bottom-48:first-child {
    bottom: -12rem;
  }

  .sm\:first\:-left-48:first-child {
    left: -12rem;
  }

  .sm\:first\:-top-52:first-child {
    top: -13rem;
  }

  .sm\:first\:-right-52:first-child {
    right: -13rem;
  }

  .sm\:first\:-bottom-52:first-child {
    bottom: -13rem;
  }

  .sm\:first\:-left-52:first-child {
    left: -13rem;
  }

  .sm\:first\:-top-56:first-child {
    top: -14rem;
  }

  .sm\:first\:-right-56:first-child {
    right: -14rem;
  }

  .sm\:first\:-bottom-56:first-child {
    bottom: -14rem;
  }

  .sm\:first\:-left-56:first-child {
    left: -14rem;
  }

  .sm\:first\:-top-60:first-child {
    top: -15rem;
  }

  .sm\:first\:-right-60:first-child {
    right: -15rem;
  }

  .sm\:first\:-bottom-60:first-child {
    bottom: -15rem;
  }

  .sm\:first\:-left-60:first-child {
    left: -15rem;
  }

  .sm\:first\:-top-64:first-child {
    top: -16rem;
  }

  .sm\:first\:-right-64:first-child {
    right: -16rem;
  }

  .sm\:first\:-bottom-64:first-child {
    bottom: -16rem;
  }

  .sm\:first\:-left-64:first-child {
    left: -16rem;
  }

  .sm\:first\:-top-72:first-child {
    top: -18rem;
  }

  .sm\:first\:-right-72:first-child {
    right: -18rem;
  }

  .sm\:first\:-bottom-72:first-child {
    bottom: -18rem;
  }

  .sm\:first\:-left-72:first-child {
    left: -18rem;
  }

  .sm\:first\:-top-80:first-child {
    top: -20rem;
  }

  .sm\:first\:-right-80:first-child {
    right: -20rem;
  }

  .sm\:first\:-bottom-80:first-child {
    bottom: -20rem;
  }

  .sm\:first\:-left-80:first-child {
    left: -20rem;
  }

  .sm\:first\:-top-96:first-child {
    top: -24rem;
  }

  .sm\:first\:-right-96:first-child {
    right: -24rem;
  }

  .sm\:first\:-bottom-96:first-child {
    bottom: -24rem;
  }

  .sm\:first\:-left-96:first-child {
    left: -24rem;
  }

  .sm\:first\:-top-px:first-child {
    top: -1px;
  }

  .sm\:first\:-right-px:first-child {
    right: -1px;
  }

  .sm\:first\:-bottom-px:first-child {
    bottom: -1px;
  }

  .sm\:first\:-left-px:first-child {
    left: -1px;
  }

  .sm\:first\:-top-0\.5:first-child {
    top: -0.125rem;
  }

  .sm\:first\:-right-0\.5:first-child {
    right: -0.125rem;
  }

  .sm\:first\:-bottom-0\.5:first-child {
    bottom: -0.125rem;
  }

  .sm\:first\:-left-0\.5:first-child {
    left: -0.125rem;
  }

  .sm\:first\:-top-1\.5:first-child {
    top: -0.375rem;
  }

  .sm\:first\:-right-1\.5:first-child {
    right: -0.375rem;
  }

  .sm\:first\:-bottom-1\.5:first-child {
    bottom: -0.375rem;
  }

  .sm\:first\:-left-1\.5:first-child {
    left: -0.375rem;
  }

  .sm\:first\:-top-2\.5:first-child {
    top: -0.625rem;
  }

  .sm\:first\:-right-2\.5:first-child {
    right: -0.625rem;
  }

  .sm\:first\:-bottom-2\.5:first-child {
    bottom: -0.625rem;
  }

  .sm\:first\:-left-2\.5:first-child {
    left: -0.625rem;
  }

  .sm\:first\:-top-3\.5:first-child {
    top: -0.875rem;
  }

  .sm\:first\:-right-3\.5:first-child {
    right: -0.875rem;
  }

  .sm\:first\:-bottom-3\.5:first-child {
    bottom: -0.875rem;
  }

  .sm\:first\:-left-3\.5:first-child {
    left: -0.875rem;
  }

  .sm\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .sm\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .sm\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .sm\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .sm\:first\:top-1\/3:first-child {
    top: 33.333333%;
  }

  .sm\:first\:right-1\/3:first-child {
    right: 33.333333%;
  }

  .sm\:first\:bottom-1\/3:first-child {
    bottom: 33.333333%;
  }

  .sm\:first\:left-1\/3:first-child {
    left: 33.333333%;
  }

  .sm\:first\:top-2\/3:first-child {
    top: 66.666667%;
  }

  .sm\:first\:right-2\/3:first-child {
    right: 66.666667%;
  }

  .sm\:first\:bottom-2\/3:first-child {
    bottom: 66.666667%;
  }

  .sm\:first\:left-2\/3:first-child {
    left: 66.666667%;
  }

  .sm\:first\:top-1\/4:first-child {
    top: 25%;
  }

  .sm\:first\:right-1\/4:first-child {
    right: 25%;
  }

  .sm\:first\:bottom-1\/4:first-child {
    bottom: 25%;
  }

  .sm\:first\:left-1\/4:first-child {
    left: 25%;
  }

  .sm\:first\:top-2\/4:first-child {
    top: 50%;
  }

  .sm\:first\:right-2\/4:first-child {
    right: 50%;
  }

  .sm\:first\:bottom-2\/4:first-child {
    bottom: 50%;
  }

  .sm\:first\:left-2\/4:first-child {
    left: 50%;
  }

  .sm\:first\:top-3\/4:first-child {
    top: 75%;
  }

  .sm\:first\:right-3\/4:first-child {
    right: 75%;
  }

  .sm\:first\:bottom-3\/4:first-child {
    bottom: 75%;
  }

  .sm\:first\:left-3\/4:first-child {
    left: 75%;
  }

  .sm\:first\:top-full:first-child {
    top: 100%;
  }

  .sm\:first\:right-full:first-child {
    right: 100%;
  }

  .sm\:first\:bottom-full:first-child {
    bottom: 100%;
  }

  .sm\:first\:left-full:first-child {
    left: 100%;
  }

  .sm\:first\:-top-1\/2:first-child {
    top: -50%;
  }

  .sm\:first\:-right-1\/2:first-child {
    right: -50%;
  }

  .sm\:first\:-bottom-1\/2:first-child {
    bottom: -50%;
  }

  .sm\:first\:-left-1\/2:first-child {
    left: -50%;
  }

  .sm\:first\:-top-1\/3:first-child {
    top: -33.333333%;
  }

  .sm\:first\:-right-1\/3:first-child {
    right: -33.333333%;
  }

  .sm\:first\:-bottom-1\/3:first-child {
    bottom: -33.333333%;
  }

  .sm\:first\:-left-1\/3:first-child {
    left: -33.333333%;
  }

  .sm\:first\:-top-2\/3:first-child {
    top: -66.666667%;
  }

  .sm\:first\:-right-2\/3:first-child {
    right: -66.666667%;
  }

  .sm\:first\:-bottom-2\/3:first-child {
    bottom: -66.666667%;
  }

  .sm\:first\:-left-2\/3:first-child {
    left: -66.666667%;
  }

  .sm\:first\:-top-1\/4:first-child {
    top: -25%;
  }

  .sm\:first\:-right-1\/4:first-child {
    right: -25%;
  }

  .sm\:first\:-bottom-1\/4:first-child {
    bottom: -25%;
  }

  .sm\:first\:-left-1\/4:first-child {
    left: -25%;
  }

  .sm\:first\:-top-2\/4:first-child {
    top: -50%;
  }

  .sm\:first\:-right-2\/4:first-child {
    right: -50%;
  }

  .sm\:first\:-bottom-2\/4:first-child {
    bottom: -50%;
  }

  .sm\:first\:-left-2\/4:first-child {
    left: -50%;
  }

  .sm\:first\:-top-3\/4:first-child {
    top: -75%;
  }

  .sm\:first\:-right-3\/4:first-child {
    right: -75%;
  }

  .sm\:first\:-bottom-3\/4:first-child {
    bottom: -75%;
  }

  .sm\:first\:-left-3\/4:first-child {
    left: -75%;
  }

  .sm\:first\:-top-full:first-child {
    top: -100%;
  }

  .sm\:first\:-right-full:first-child {
    right: -100%;
  }

  .sm\:first\:-bottom-full:first-child {
    bottom: -100%;
  }

  .sm\:first\:-left-full:first-child {
    left: -100%;
  }

  .sm\:last\:inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:last\:inset-1:last-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:last\:inset-2:last-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:last\:inset-3:last-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:last\:inset-4:last-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:last\:inset-5:last-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:last\:inset-6:last-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:last\:inset-7:last-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:last\:inset-8:last-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:last\:inset-9:last-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:last\:inset-10:last-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:last\:inset-11:last-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:last\:inset-12:last-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:last\:inset-14:last-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:last\:inset-16:last-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:last\:inset-20:last-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:last\:inset-24:last-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:last\:inset-28:last-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:last\:inset-32:last-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:last\:inset-36:last-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:last\:inset-40:last-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:last\:inset-44:last-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:last\:inset-48:last-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:last\:inset-52:last-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:last\:inset-56:last-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:last\:inset-60:last-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:last\:inset-64:last-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:last\:inset-72:last-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:last\:inset-80:last-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:last\:inset-96:last-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:last\:inset-px:last-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:last\:inset-0\.5:last-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:last\:inset-1\.5:last-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:last\:inset-2\.5:last-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:last\:inset-3\.5:last-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:last\:-inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:last\:-inset-1:last-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:last\:-inset-2:last-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:last\:-inset-3:last-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:last\:-inset-4:last-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:last\:-inset-5:last-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:last\:-inset-6:last-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:last\:-inset-7:last-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:last\:-inset-8:last-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:last\:-inset-9:last-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:last\:-inset-10:last-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:last\:-inset-11:last-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:last\:-inset-12:last-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:last\:-inset-14:last-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:last\:-inset-16:last-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:last\:-inset-20:last-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:last\:-inset-24:last-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:last\:-inset-28:last-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:last\:-inset-32:last-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:last\:-inset-36:last-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:last\:-inset-40:last-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:last\:-inset-44:last-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:last\:-inset-48:last-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:last\:-inset-52:last-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:last\:-inset-56:last-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:last\:-inset-60:last-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:last\:-inset-64:last-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:last\:-inset-72:last-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:last\:-inset-80:last-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:last\:-inset-96:last-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:last\:-inset-px:last-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:last\:-inset-0\.5:last-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:last\:-inset-1\.5:last-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:last\:-inset-2\.5:last-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:last\:-inset-3\.5:last-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:last\:inset-1\/3:last-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:last\:inset-2\/3:last-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:last\:inset-1\/4:last-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:last\:inset-2\/4:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:last\:inset-3\/4:last-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:last\:inset-full:last-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:last\:-inset-1\/2:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:last\:-inset-1\/3:last-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:last\:-inset-2\/3:last-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:last\:-inset-1\/4:last-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:last\:-inset-2\/4:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:last\:-inset-3\/4:last-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:last\:-inset-full:last-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:last\:inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .sm\:last\:inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .sm\:last\:inset-y-1:last-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:last\:inset-x-1:last-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:last\:inset-y-2:last-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:last\:inset-x-2:last-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:last\:inset-y-3:last-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:last\:inset-x-3:last-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:last\:inset-y-4:last-child {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:last\:inset-x-4:last-child {
    right: 1rem;
    left: 1rem;
  }

  .sm\:last\:inset-y-5:last-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:last\:inset-x-5:last-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:last\:inset-y-6:last-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:last\:inset-x-6:last-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:last\:inset-y-7:last-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:last\:inset-x-7:last-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:last\:inset-y-8:last-child {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:last\:inset-x-8:last-child {
    right: 2rem;
    left: 2rem;
  }

  .sm\:last\:inset-y-9:last-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:last\:inset-x-9:last-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:last\:inset-y-10:last-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:last\:inset-x-10:last-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:last\:inset-y-11:last-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:last\:inset-x-11:last-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:last\:inset-y-12:last-child {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:last\:inset-x-12:last-child {
    right: 3rem;
    left: 3rem;
  }

  .sm\:last\:inset-y-14:last-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:last\:inset-x-14:last-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:last\:inset-y-16:last-child {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:last\:inset-x-16:last-child {
    right: 4rem;
    left: 4rem;
  }

  .sm\:last\:inset-y-20:last-child {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:last\:inset-x-20:last-child {
    right: 5rem;
    left: 5rem;
  }

  .sm\:last\:inset-y-24:last-child {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:last\:inset-x-24:last-child {
    right: 6rem;
    left: 6rem;
  }

  .sm\:last\:inset-y-28:last-child {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:last\:inset-x-28:last-child {
    right: 7rem;
    left: 7rem;
  }

  .sm\:last\:inset-y-32:last-child {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:last\:inset-x-32:last-child {
    right: 8rem;
    left: 8rem;
  }

  .sm\:last\:inset-y-36:last-child {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:last\:inset-x-36:last-child {
    right: 9rem;
    left: 9rem;
  }

  .sm\:last\:inset-y-40:last-child {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:last\:inset-x-40:last-child {
    right: 10rem;
    left: 10rem;
  }

  .sm\:last\:inset-y-44:last-child {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:last\:inset-x-44:last-child {
    right: 11rem;
    left: 11rem;
  }

  .sm\:last\:inset-y-48:last-child {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:last\:inset-x-48:last-child {
    right: 12rem;
    left: 12rem;
  }

  .sm\:last\:inset-y-52:last-child {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:last\:inset-x-52:last-child {
    right: 13rem;
    left: 13rem;
  }

  .sm\:last\:inset-y-56:last-child {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:last\:inset-x-56:last-child {
    right: 14rem;
    left: 14rem;
  }

  .sm\:last\:inset-y-60:last-child {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:last\:inset-x-60:last-child {
    right: 15rem;
    left: 15rem;
  }

  .sm\:last\:inset-y-64:last-child {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:last\:inset-x-64:last-child {
    right: 16rem;
    left: 16rem;
  }

  .sm\:last\:inset-y-72:last-child {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:last\:inset-x-72:last-child {
    right: 18rem;
    left: 18rem;
  }

  .sm\:last\:inset-y-80:last-child {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:last\:inset-x-80:last-child {
    right: 20rem;
    left: 20rem;
  }

  .sm\:last\:inset-y-96:last-child {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:last\:inset-x-96:last-child {
    right: 24rem;
    left: 24rem;
  }

  .sm\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .sm\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .sm\:last\:inset-y-px:last-child {
    top: 1px;
    bottom: 1px;
  }

  .sm\:last\:inset-x-px:last-child {
    right: 1px;
    left: 1px;
  }

  .sm\:last\:inset-y-0\.5:last-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:last\:inset-x-0\.5:last-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:last\:inset-y-1\.5:last-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:last\:inset-x-1\.5:last-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:last\:inset-y-2\.5:last-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:last\:inset-x-2\.5:last-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:last\:inset-y-3\.5:last-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:last\:inset-x-3\.5:last-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:last\:-inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .sm\:last\:-inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .sm\:last\:-inset-y-1:last-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:last\:-inset-x-1:last-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:last\:-inset-y-2:last-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:last\:-inset-x-2:last-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:last\:-inset-y-3:last-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:last\:-inset-x-3:last-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:last\:-inset-y-4:last-child {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:last\:-inset-x-4:last-child {
    right: -1rem;
    left: -1rem;
  }

  .sm\:last\:-inset-y-5:last-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:last\:-inset-x-5:last-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:last\:-inset-y-6:last-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:last\:-inset-x-6:last-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:last\:-inset-y-7:last-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:last\:-inset-x-7:last-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:last\:-inset-y-8:last-child {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:last\:-inset-x-8:last-child {
    right: -2rem;
    left: -2rem;
  }

  .sm\:last\:-inset-y-9:last-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:last\:-inset-x-9:last-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:last\:-inset-y-10:last-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:last\:-inset-x-10:last-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:last\:-inset-y-11:last-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:last\:-inset-x-11:last-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:last\:-inset-y-12:last-child {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:last\:-inset-x-12:last-child {
    right: -3rem;
    left: -3rem;
  }

  .sm\:last\:-inset-y-14:last-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:last\:-inset-x-14:last-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:last\:-inset-y-16:last-child {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:last\:-inset-x-16:last-child {
    right: -4rem;
    left: -4rem;
  }

  .sm\:last\:-inset-y-20:last-child {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:last\:-inset-x-20:last-child {
    right: -5rem;
    left: -5rem;
  }

  .sm\:last\:-inset-y-24:last-child {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:last\:-inset-x-24:last-child {
    right: -6rem;
    left: -6rem;
  }

  .sm\:last\:-inset-y-28:last-child {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:last\:-inset-x-28:last-child {
    right: -7rem;
    left: -7rem;
  }

  .sm\:last\:-inset-y-32:last-child {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:last\:-inset-x-32:last-child {
    right: -8rem;
    left: -8rem;
  }

  .sm\:last\:-inset-y-36:last-child {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:last\:-inset-x-36:last-child {
    right: -9rem;
    left: -9rem;
  }

  .sm\:last\:-inset-y-40:last-child {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:last\:-inset-x-40:last-child {
    right: -10rem;
    left: -10rem;
  }

  .sm\:last\:-inset-y-44:last-child {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:last\:-inset-x-44:last-child {
    right: -11rem;
    left: -11rem;
  }

  .sm\:last\:-inset-y-48:last-child {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:last\:-inset-x-48:last-child {
    right: -12rem;
    left: -12rem;
  }

  .sm\:last\:-inset-y-52:last-child {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:last\:-inset-x-52:last-child {
    right: -13rem;
    left: -13rem;
  }

  .sm\:last\:-inset-y-56:last-child {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:last\:-inset-x-56:last-child {
    right: -14rem;
    left: -14rem;
  }

  .sm\:last\:-inset-y-60:last-child {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:last\:-inset-x-60:last-child {
    right: -15rem;
    left: -15rem;
  }

  .sm\:last\:-inset-y-64:last-child {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:last\:-inset-x-64:last-child {
    right: -16rem;
    left: -16rem;
  }

  .sm\:last\:-inset-y-72:last-child {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:last\:-inset-x-72:last-child {
    right: -18rem;
    left: -18rem;
  }

  .sm\:last\:-inset-y-80:last-child {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:last\:-inset-x-80:last-child {
    right: -20rem;
    left: -20rem;
  }

  .sm\:last\:-inset-y-96:last-child {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:last\:-inset-x-96:last-child {
    right: -24rem;
    left: -24rem;
  }

  .sm\:last\:-inset-y-px:last-child {
    top: -1px;
    bottom: -1px;
  }

  .sm\:last\:-inset-x-px:last-child {
    right: -1px;
    left: -1px;
  }

  .sm\:last\:-inset-y-0\.5:last-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:last\:-inset-x-0\.5:last-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:last\:-inset-y-1\.5:last-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:last\:-inset-x-1\.5:last-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:last\:-inset-y-2\.5:last-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:last\:-inset-x-2\.5:last-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:last\:-inset-y-3\.5:last-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:last\:-inset-x-3\.5:last-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .sm\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .sm\:last\:inset-y-1\/3:last-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:last\:inset-x-1\/3:last-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:last\:inset-y-2\/3:last-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:last\:inset-x-2\/3:last-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:last\:inset-y-1\/4:last-child {
    top: 25%;
    bottom: 25%;
  }

  .sm\:last\:inset-x-1\/4:last-child {
    right: 25%;
    left: 25%;
  }

  .sm\:last\:inset-y-2\/4:last-child {
    top: 50%;
    bottom: 50%;
  }

  .sm\:last\:inset-x-2\/4:last-child {
    right: 50%;
    left: 50%;
  }

  .sm\:last\:inset-y-3\/4:last-child {
    top: 75%;
    bottom: 75%;
  }

  .sm\:last\:inset-x-3\/4:last-child {
    right: 75%;
    left: 75%;
  }

  .sm\:last\:inset-y-full:last-child {
    top: 100%;
    bottom: 100%;
  }

  .sm\:last\:inset-x-full:last-child {
    right: 100%;
    left: 100%;
  }

  .sm\:last\:-inset-y-1\/2:last-child {
    top: -50%;
    bottom: -50%;
  }

  .sm\:last\:-inset-x-1\/2:last-child {
    right: -50%;
    left: -50%;
  }

  .sm\:last\:-inset-y-1\/3:last-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:last\:-inset-x-1\/3:last-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:last\:-inset-y-2\/3:last-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:last\:-inset-x-2\/3:last-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:last\:-inset-y-1\/4:last-child {
    top: -25%;
    bottom: -25%;
  }

  .sm\:last\:-inset-x-1\/4:last-child {
    right: -25%;
    left: -25%;
  }

  .sm\:last\:-inset-y-2\/4:last-child {
    top: -50%;
    bottom: -50%;
  }

  .sm\:last\:-inset-x-2\/4:last-child {
    right: -50%;
    left: -50%;
  }

  .sm\:last\:-inset-y-3\/4:last-child {
    top: -75%;
    bottom: -75%;
  }

  .sm\:last\:-inset-x-3\/4:last-child {
    right: -75%;
    left: -75%;
  }

  .sm\:last\:-inset-y-full:last-child {
    top: -100%;
    bottom: -100%;
  }

  .sm\:last\:-inset-x-full:last-child {
    right: -100%;
    left: -100%;
  }

  .sm\:last\:top-0:last-child {
    top: 0px;
  }

  .sm\:last\:right-0:last-child {
    right: 0px;
  }

  .sm\:last\:bottom-0:last-child {
    bottom: 0px;
  }

  .sm\:last\:left-0:last-child {
    left: 0px;
  }

  .sm\:last\:top-1:last-child {
    top: 0.25rem;
  }

  .sm\:last\:right-1:last-child {
    right: 0.25rem;
  }

  .sm\:last\:bottom-1:last-child {
    bottom: 0.25rem;
  }

  .sm\:last\:left-1:last-child {
    left: 0.25rem;
  }

  .sm\:last\:top-2:last-child {
    top: 0.5rem;
  }

  .sm\:last\:right-2:last-child {
    right: 0.5rem;
  }

  .sm\:last\:bottom-2:last-child {
    bottom: 0.5rem;
  }

  .sm\:last\:left-2:last-child {
    left: 0.5rem;
  }

  .sm\:last\:top-3:last-child {
    top: 0.75rem;
  }

  .sm\:last\:right-3:last-child {
    right: 0.75rem;
  }

  .sm\:last\:bottom-3:last-child {
    bottom: 0.75rem;
  }

  .sm\:last\:left-3:last-child {
    left: 0.75rem;
  }

  .sm\:last\:top-4:last-child {
    top: 1rem;
  }

  .sm\:last\:right-4:last-child {
    right: 1rem;
  }

  .sm\:last\:bottom-4:last-child {
    bottom: 1rem;
  }

  .sm\:last\:left-4:last-child {
    left: 1rem;
  }

  .sm\:last\:top-5:last-child {
    top: 1.25rem;
  }

  .sm\:last\:right-5:last-child {
    right: 1.25rem;
  }

  .sm\:last\:bottom-5:last-child {
    bottom: 1.25rem;
  }

  .sm\:last\:left-5:last-child {
    left: 1.25rem;
  }

  .sm\:last\:top-6:last-child {
    top: 1.5rem;
  }

  .sm\:last\:right-6:last-child {
    right: 1.5rem;
  }

  .sm\:last\:bottom-6:last-child {
    bottom: 1.5rem;
  }

  .sm\:last\:left-6:last-child {
    left: 1.5rem;
  }

  .sm\:last\:top-7:last-child {
    top: 1.75rem;
  }

  .sm\:last\:right-7:last-child {
    right: 1.75rem;
  }

  .sm\:last\:bottom-7:last-child {
    bottom: 1.75rem;
  }

  .sm\:last\:left-7:last-child {
    left: 1.75rem;
  }

  .sm\:last\:top-8:last-child {
    top: 2rem;
  }

  .sm\:last\:right-8:last-child {
    right: 2rem;
  }

  .sm\:last\:bottom-8:last-child {
    bottom: 2rem;
  }

  .sm\:last\:left-8:last-child {
    left: 2rem;
  }

  .sm\:last\:top-9:last-child {
    top: 2.25rem;
  }

  .sm\:last\:right-9:last-child {
    right: 2.25rem;
  }

  .sm\:last\:bottom-9:last-child {
    bottom: 2.25rem;
  }

  .sm\:last\:left-9:last-child {
    left: 2.25rem;
  }

  .sm\:last\:top-10:last-child {
    top: 2.5rem;
  }

  .sm\:last\:right-10:last-child {
    right: 2.5rem;
  }

  .sm\:last\:bottom-10:last-child {
    bottom: 2.5rem;
  }

  .sm\:last\:left-10:last-child {
    left: 2.5rem;
  }

  .sm\:last\:top-11:last-child {
    top: 2.75rem;
  }

  .sm\:last\:right-11:last-child {
    right: 2.75rem;
  }

  .sm\:last\:bottom-11:last-child {
    bottom: 2.75rem;
  }

  .sm\:last\:left-11:last-child {
    left: 2.75rem;
  }

  .sm\:last\:top-12:last-child {
    top: 3rem;
  }

  .sm\:last\:right-12:last-child {
    right: 3rem;
  }

  .sm\:last\:bottom-12:last-child {
    bottom: 3rem;
  }

  .sm\:last\:left-12:last-child {
    left: 3rem;
  }

  .sm\:last\:top-14:last-child {
    top: 3.5rem;
  }

  .sm\:last\:right-14:last-child {
    right: 3.5rem;
  }

  .sm\:last\:bottom-14:last-child {
    bottom: 3.5rem;
  }

  .sm\:last\:left-14:last-child {
    left: 3.5rem;
  }

  .sm\:last\:top-16:last-child {
    top: 4rem;
  }

  .sm\:last\:right-16:last-child {
    right: 4rem;
  }

  .sm\:last\:bottom-16:last-child {
    bottom: 4rem;
  }

  .sm\:last\:left-16:last-child {
    left: 4rem;
  }

  .sm\:last\:top-20:last-child {
    top: 5rem;
  }

  .sm\:last\:right-20:last-child {
    right: 5rem;
  }

  .sm\:last\:bottom-20:last-child {
    bottom: 5rem;
  }

  .sm\:last\:left-20:last-child {
    left: 5rem;
  }

  .sm\:last\:top-24:last-child {
    top: 6rem;
  }

  .sm\:last\:right-24:last-child {
    right: 6rem;
  }

  .sm\:last\:bottom-24:last-child {
    bottom: 6rem;
  }

  .sm\:last\:left-24:last-child {
    left: 6rem;
  }

  .sm\:last\:top-28:last-child {
    top: 7rem;
  }

  .sm\:last\:right-28:last-child {
    right: 7rem;
  }

  .sm\:last\:bottom-28:last-child {
    bottom: 7rem;
  }

  .sm\:last\:left-28:last-child {
    left: 7rem;
  }

  .sm\:last\:top-32:last-child {
    top: 8rem;
  }

  .sm\:last\:right-32:last-child {
    right: 8rem;
  }

  .sm\:last\:bottom-32:last-child {
    bottom: 8rem;
  }

  .sm\:last\:left-32:last-child {
    left: 8rem;
  }

  .sm\:last\:top-36:last-child {
    top: 9rem;
  }

  .sm\:last\:right-36:last-child {
    right: 9rem;
  }

  .sm\:last\:bottom-36:last-child {
    bottom: 9rem;
  }

  .sm\:last\:left-36:last-child {
    left: 9rem;
  }

  .sm\:last\:top-40:last-child {
    top: 10rem;
  }

  .sm\:last\:right-40:last-child {
    right: 10rem;
  }

  .sm\:last\:bottom-40:last-child {
    bottom: 10rem;
  }

  .sm\:last\:left-40:last-child {
    left: 10rem;
  }

  .sm\:last\:top-44:last-child {
    top: 11rem;
  }

  .sm\:last\:right-44:last-child {
    right: 11rem;
  }

  .sm\:last\:bottom-44:last-child {
    bottom: 11rem;
  }

  .sm\:last\:left-44:last-child {
    left: 11rem;
  }

  .sm\:last\:top-48:last-child {
    top: 12rem;
  }

  .sm\:last\:right-48:last-child {
    right: 12rem;
  }

  .sm\:last\:bottom-48:last-child {
    bottom: 12rem;
  }

  .sm\:last\:left-48:last-child {
    left: 12rem;
  }

  .sm\:last\:top-52:last-child {
    top: 13rem;
  }

  .sm\:last\:right-52:last-child {
    right: 13rem;
  }

  .sm\:last\:bottom-52:last-child {
    bottom: 13rem;
  }

  .sm\:last\:left-52:last-child {
    left: 13rem;
  }

  .sm\:last\:top-56:last-child {
    top: 14rem;
  }

  .sm\:last\:right-56:last-child {
    right: 14rem;
  }

  .sm\:last\:bottom-56:last-child {
    bottom: 14rem;
  }

  .sm\:last\:left-56:last-child {
    left: 14rem;
  }

  .sm\:last\:top-60:last-child {
    top: 15rem;
  }

  .sm\:last\:right-60:last-child {
    right: 15rem;
  }

  .sm\:last\:bottom-60:last-child {
    bottom: 15rem;
  }

  .sm\:last\:left-60:last-child {
    left: 15rem;
  }

  .sm\:last\:top-64:last-child {
    top: 16rem;
  }

  .sm\:last\:right-64:last-child {
    right: 16rem;
  }

  .sm\:last\:bottom-64:last-child {
    bottom: 16rem;
  }

  .sm\:last\:left-64:last-child {
    left: 16rem;
  }

  .sm\:last\:top-72:last-child {
    top: 18rem;
  }

  .sm\:last\:right-72:last-child {
    right: 18rem;
  }

  .sm\:last\:bottom-72:last-child {
    bottom: 18rem;
  }

  .sm\:last\:left-72:last-child {
    left: 18rem;
  }

  .sm\:last\:top-80:last-child {
    top: 20rem;
  }

  .sm\:last\:right-80:last-child {
    right: 20rem;
  }

  .sm\:last\:bottom-80:last-child {
    bottom: 20rem;
  }

  .sm\:last\:left-80:last-child {
    left: 20rem;
  }

  .sm\:last\:top-96:last-child {
    top: 24rem;
  }

  .sm\:last\:right-96:last-child {
    right: 24rem;
  }

  .sm\:last\:bottom-96:last-child {
    bottom: 24rem;
  }

  .sm\:last\:left-96:last-child {
    left: 24rem;
  }

  .sm\:last\:top-auto:last-child {
    top: auto;
  }

  .sm\:last\:right-auto:last-child {
    right: auto;
  }

  .sm\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .sm\:last\:left-auto:last-child {
    left: auto;
  }

  .sm\:last\:top-px:last-child {
    top: 1px;
  }

  .sm\:last\:right-px:last-child {
    right: 1px;
  }

  .sm\:last\:bottom-px:last-child {
    bottom: 1px;
  }

  .sm\:last\:left-px:last-child {
    left: 1px;
  }

  .sm\:last\:top-0\.5:last-child {
    top: 0.125rem;
  }

  .sm\:last\:right-0\.5:last-child {
    right: 0.125rem;
  }

  .sm\:last\:bottom-0\.5:last-child {
    bottom: 0.125rem;
  }

  .sm\:last\:left-0\.5:last-child {
    left: 0.125rem;
  }

  .sm\:last\:top-1\.5:last-child {
    top: 0.375rem;
  }

  .sm\:last\:right-1\.5:last-child {
    right: 0.375rem;
  }

  .sm\:last\:bottom-1\.5:last-child {
    bottom: 0.375rem;
  }

  .sm\:last\:left-1\.5:last-child {
    left: 0.375rem;
  }

  .sm\:last\:top-2\.5:last-child {
    top: 0.625rem;
  }

  .sm\:last\:right-2\.5:last-child {
    right: 0.625rem;
  }

  .sm\:last\:bottom-2\.5:last-child {
    bottom: 0.625rem;
  }

  .sm\:last\:left-2\.5:last-child {
    left: 0.625rem;
  }

  .sm\:last\:top-3\.5:last-child {
    top: 0.875rem;
  }

  .sm\:last\:right-3\.5:last-child {
    right: 0.875rem;
  }

  .sm\:last\:bottom-3\.5:last-child {
    bottom: 0.875rem;
  }

  .sm\:last\:left-3\.5:last-child {
    left: 0.875rem;
  }

  .sm\:last\:-top-0:last-child {
    top: 0px;
  }

  .sm\:last\:-right-0:last-child {
    right: 0px;
  }

  .sm\:last\:-bottom-0:last-child {
    bottom: 0px;
  }

  .sm\:last\:-left-0:last-child {
    left: 0px;
  }

  .sm\:last\:-top-1:last-child {
    top: -0.25rem;
  }

  .sm\:last\:-right-1:last-child {
    right: -0.25rem;
  }

  .sm\:last\:-bottom-1:last-child {
    bottom: -0.25rem;
  }

  .sm\:last\:-left-1:last-child {
    left: -0.25rem;
  }

  .sm\:last\:-top-2:last-child {
    top: -0.5rem;
  }

  .sm\:last\:-right-2:last-child {
    right: -0.5rem;
  }

  .sm\:last\:-bottom-2:last-child {
    bottom: -0.5rem;
  }

  .sm\:last\:-left-2:last-child {
    left: -0.5rem;
  }

  .sm\:last\:-top-3:last-child {
    top: -0.75rem;
  }

  .sm\:last\:-right-3:last-child {
    right: -0.75rem;
  }

  .sm\:last\:-bottom-3:last-child {
    bottom: -0.75rem;
  }

  .sm\:last\:-left-3:last-child {
    left: -0.75rem;
  }

  .sm\:last\:-top-4:last-child {
    top: -1rem;
  }

  .sm\:last\:-right-4:last-child {
    right: -1rem;
  }

  .sm\:last\:-bottom-4:last-child {
    bottom: -1rem;
  }

  .sm\:last\:-left-4:last-child {
    left: -1rem;
  }

  .sm\:last\:-top-5:last-child {
    top: -1.25rem;
  }

  .sm\:last\:-right-5:last-child {
    right: -1.25rem;
  }

  .sm\:last\:-bottom-5:last-child {
    bottom: -1.25rem;
  }

  .sm\:last\:-left-5:last-child {
    left: -1.25rem;
  }

  .sm\:last\:-top-6:last-child {
    top: -1.5rem;
  }

  .sm\:last\:-right-6:last-child {
    right: -1.5rem;
  }

  .sm\:last\:-bottom-6:last-child {
    bottom: -1.5rem;
  }

  .sm\:last\:-left-6:last-child {
    left: -1.5rem;
  }

  .sm\:last\:-top-7:last-child {
    top: -1.75rem;
  }

  .sm\:last\:-right-7:last-child {
    right: -1.75rem;
  }

  .sm\:last\:-bottom-7:last-child {
    bottom: -1.75rem;
  }

  .sm\:last\:-left-7:last-child {
    left: -1.75rem;
  }

  .sm\:last\:-top-8:last-child {
    top: -2rem;
  }

  .sm\:last\:-right-8:last-child {
    right: -2rem;
  }

  .sm\:last\:-bottom-8:last-child {
    bottom: -2rem;
  }

  .sm\:last\:-left-8:last-child {
    left: -2rem;
  }

  .sm\:last\:-top-9:last-child {
    top: -2.25rem;
  }

  .sm\:last\:-right-9:last-child {
    right: -2.25rem;
  }

  .sm\:last\:-bottom-9:last-child {
    bottom: -2.25rem;
  }

  .sm\:last\:-left-9:last-child {
    left: -2.25rem;
  }

  .sm\:last\:-top-10:last-child {
    top: -2.5rem;
  }

  .sm\:last\:-right-10:last-child {
    right: -2.5rem;
  }

  .sm\:last\:-bottom-10:last-child {
    bottom: -2.5rem;
  }

  .sm\:last\:-left-10:last-child {
    left: -2.5rem;
  }

  .sm\:last\:-top-11:last-child {
    top: -2.75rem;
  }

  .sm\:last\:-right-11:last-child {
    right: -2.75rem;
  }

  .sm\:last\:-bottom-11:last-child {
    bottom: -2.75rem;
  }

  .sm\:last\:-left-11:last-child {
    left: -2.75rem;
  }

  .sm\:last\:-top-12:last-child {
    top: -3rem;
  }

  .sm\:last\:-right-12:last-child {
    right: -3rem;
  }

  .sm\:last\:-bottom-12:last-child {
    bottom: -3rem;
  }

  .sm\:last\:-left-12:last-child {
    left: -3rem;
  }

  .sm\:last\:-top-14:last-child {
    top: -3.5rem;
  }

  .sm\:last\:-right-14:last-child {
    right: -3.5rem;
  }

  .sm\:last\:-bottom-14:last-child {
    bottom: -3.5rem;
  }

  .sm\:last\:-left-14:last-child {
    left: -3.5rem;
  }

  .sm\:last\:-top-16:last-child {
    top: -4rem;
  }

  .sm\:last\:-right-16:last-child {
    right: -4rem;
  }

  .sm\:last\:-bottom-16:last-child {
    bottom: -4rem;
  }

  .sm\:last\:-left-16:last-child {
    left: -4rem;
  }

  .sm\:last\:-top-20:last-child {
    top: -5rem;
  }

  .sm\:last\:-right-20:last-child {
    right: -5rem;
  }

  .sm\:last\:-bottom-20:last-child {
    bottom: -5rem;
  }

  .sm\:last\:-left-20:last-child {
    left: -5rem;
  }

  .sm\:last\:-top-24:last-child {
    top: -6rem;
  }

  .sm\:last\:-right-24:last-child {
    right: -6rem;
  }

  .sm\:last\:-bottom-24:last-child {
    bottom: -6rem;
  }

  .sm\:last\:-left-24:last-child {
    left: -6rem;
  }

  .sm\:last\:-top-28:last-child {
    top: -7rem;
  }

  .sm\:last\:-right-28:last-child {
    right: -7rem;
  }

  .sm\:last\:-bottom-28:last-child {
    bottom: -7rem;
  }

  .sm\:last\:-left-28:last-child {
    left: -7rem;
  }

  .sm\:last\:-top-32:last-child {
    top: -8rem;
  }

  .sm\:last\:-right-32:last-child {
    right: -8rem;
  }

  .sm\:last\:-bottom-32:last-child {
    bottom: -8rem;
  }

  .sm\:last\:-left-32:last-child {
    left: -8rem;
  }

  .sm\:last\:-top-36:last-child {
    top: -9rem;
  }

  .sm\:last\:-right-36:last-child {
    right: -9rem;
  }

  .sm\:last\:-bottom-36:last-child {
    bottom: -9rem;
  }

  .sm\:last\:-left-36:last-child {
    left: -9rem;
  }

  .sm\:last\:-top-40:last-child {
    top: -10rem;
  }

  .sm\:last\:-right-40:last-child {
    right: -10rem;
  }

  .sm\:last\:-bottom-40:last-child {
    bottom: -10rem;
  }

  .sm\:last\:-left-40:last-child {
    left: -10rem;
  }

  .sm\:last\:-top-44:last-child {
    top: -11rem;
  }

  .sm\:last\:-right-44:last-child {
    right: -11rem;
  }

  .sm\:last\:-bottom-44:last-child {
    bottom: -11rem;
  }

  .sm\:last\:-left-44:last-child {
    left: -11rem;
  }

  .sm\:last\:-top-48:last-child {
    top: -12rem;
  }

  .sm\:last\:-right-48:last-child {
    right: -12rem;
  }

  .sm\:last\:-bottom-48:last-child {
    bottom: -12rem;
  }

  .sm\:last\:-left-48:last-child {
    left: -12rem;
  }

  .sm\:last\:-top-52:last-child {
    top: -13rem;
  }

  .sm\:last\:-right-52:last-child {
    right: -13rem;
  }

  .sm\:last\:-bottom-52:last-child {
    bottom: -13rem;
  }

  .sm\:last\:-left-52:last-child {
    left: -13rem;
  }

  .sm\:last\:-top-56:last-child {
    top: -14rem;
  }

  .sm\:last\:-right-56:last-child {
    right: -14rem;
  }

  .sm\:last\:-bottom-56:last-child {
    bottom: -14rem;
  }

  .sm\:last\:-left-56:last-child {
    left: -14rem;
  }

  .sm\:last\:-top-60:last-child {
    top: -15rem;
  }

  .sm\:last\:-right-60:last-child {
    right: -15rem;
  }

  .sm\:last\:-bottom-60:last-child {
    bottom: -15rem;
  }

  .sm\:last\:-left-60:last-child {
    left: -15rem;
  }

  .sm\:last\:-top-64:last-child {
    top: -16rem;
  }

  .sm\:last\:-right-64:last-child {
    right: -16rem;
  }

  .sm\:last\:-bottom-64:last-child {
    bottom: -16rem;
  }

  .sm\:last\:-left-64:last-child {
    left: -16rem;
  }

  .sm\:last\:-top-72:last-child {
    top: -18rem;
  }

  .sm\:last\:-right-72:last-child {
    right: -18rem;
  }

  .sm\:last\:-bottom-72:last-child {
    bottom: -18rem;
  }

  .sm\:last\:-left-72:last-child {
    left: -18rem;
  }

  .sm\:last\:-top-80:last-child {
    top: -20rem;
  }

  .sm\:last\:-right-80:last-child {
    right: -20rem;
  }

  .sm\:last\:-bottom-80:last-child {
    bottom: -20rem;
  }

  .sm\:last\:-left-80:last-child {
    left: -20rem;
  }

  .sm\:last\:-top-96:last-child {
    top: -24rem;
  }

  .sm\:last\:-right-96:last-child {
    right: -24rem;
  }

  .sm\:last\:-bottom-96:last-child {
    bottom: -24rem;
  }

  .sm\:last\:-left-96:last-child {
    left: -24rem;
  }

  .sm\:last\:-top-px:last-child {
    top: -1px;
  }

  .sm\:last\:-right-px:last-child {
    right: -1px;
  }

  .sm\:last\:-bottom-px:last-child {
    bottom: -1px;
  }

  .sm\:last\:-left-px:last-child {
    left: -1px;
  }

  .sm\:last\:-top-0\.5:last-child {
    top: -0.125rem;
  }

  .sm\:last\:-right-0\.5:last-child {
    right: -0.125rem;
  }

  .sm\:last\:-bottom-0\.5:last-child {
    bottom: -0.125rem;
  }

  .sm\:last\:-left-0\.5:last-child {
    left: -0.125rem;
  }

  .sm\:last\:-top-1\.5:last-child {
    top: -0.375rem;
  }

  .sm\:last\:-right-1\.5:last-child {
    right: -0.375rem;
  }

  .sm\:last\:-bottom-1\.5:last-child {
    bottom: -0.375rem;
  }

  .sm\:last\:-left-1\.5:last-child {
    left: -0.375rem;
  }

  .sm\:last\:-top-2\.5:last-child {
    top: -0.625rem;
  }

  .sm\:last\:-right-2\.5:last-child {
    right: -0.625rem;
  }

  .sm\:last\:-bottom-2\.5:last-child {
    bottom: -0.625rem;
  }

  .sm\:last\:-left-2\.5:last-child {
    left: -0.625rem;
  }

  .sm\:last\:-top-3\.5:last-child {
    top: -0.875rem;
  }

  .sm\:last\:-right-3\.5:last-child {
    right: -0.875rem;
  }

  .sm\:last\:-bottom-3\.5:last-child {
    bottom: -0.875rem;
  }

  .sm\:last\:-left-3\.5:last-child {
    left: -0.875rem;
  }

  .sm\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .sm\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .sm\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .sm\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .sm\:last\:top-1\/3:last-child {
    top: 33.333333%;
  }

  .sm\:last\:right-1\/3:last-child {
    right: 33.333333%;
  }

  .sm\:last\:bottom-1\/3:last-child {
    bottom: 33.333333%;
  }

  .sm\:last\:left-1\/3:last-child {
    left: 33.333333%;
  }

  .sm\:last\:top-2\/3:last-child {
    top: 66.666667%;
  }

  .sm\:last\:right-2\/3:last-child {
    right: 66.666667%;
  }

  .sm\:last\:bottom-2\/3:last-child {
    bottom: 66.666667%;
  }

  .sm\:last\:left-2\/3:last-child {
    left: 66.666667%;
  }

  .sm\:last\:top-1\/4:last-child {
    top: 25%;
  }

  .sm\:last\:right-1\/4:last-child {
    right: 25%;
  }

  .sm\:last\:bottom-1\/4:last-child {
    bottom: 25%;
  }

  .sm\:last\:left-1\/4:last-child {
    left: 25%;
  }

  .sm\:last\:top-2\/4:last-child {
    top: 50%;
  }

  .sm\:last\:right-2\/4:last-child {
    right: 50%;
  }

  .sm\:last\:bottom-2\/4:last-child {
    bottom: 50%;
  }

  .sm\:last\:left-2\/4:last-child {
    left: 50%;
  }

  .sm\:last\:top-3\/4:last-child {
    top: 75%;
  }

  .sm\:last\:right-3\/4:last-child {
    right: 75%;
  }

  .sm\:last\:bottom-3\/4:last-child {
    bottom: 75%;
  }

  .sm\:last\:left-3\/4:last-child {
    left: 75%;
  }

  .sm\:last\:top-full:last-child {
    top: 100%;
  }

  .sm\:last\:right-full:last-child {
    right: 100%;
  }

  .sm\:last\:bottom-full:last-child {
    bottom: 100%;
  }

  .sm\:last\:left-full:last-child {
    left: 100%;
  }

  .sm\:last\:-top-1\/2:last-child {
    top: -50%;
  }

  .sm\:last\:-right-1\/2:last-child {
    right: -50%;
  }

  .sm\:last\:-bottom-1\/2:last-child {
    bottom: -50%;
  }

  .sm\:last\:-left-1\/2:last-child {
    left: -50%;
  }

  .sm\:last\:-top-1\/3:last-child {
    top: -33.333333%;
  }

  .sm\:last\:-right-1\/3:last-child {
    right: -33.333333%;
  }

  .sm\:last\:-bottom-1\/3:last-child {
    bottom: -33.333333%;
  }

  .sm\:last\:-left-1\/3:last-child {
    left: -33.333333%;
  }

  .sm\:last\:-top-2\/3:last-child {
    top: -66.666667%;
  }

  .sm\:last\:-right-2\/3:last-child {
    right: -66.666667%;
  }

  .sm\:last\:-bottom-2\/3:last-child {
    bottom: -66.666667%;
  }

  .sm\:last\:-left-2\/3:last-child {
    left: -66.666667%;
  }

  .sm\:last\:-top-1\/4:last-child {
    top: -25%;
  }

  .sm\:last\:-right-1\/4:last-child {
    right: -25%;
  }

  .sm\:last\:-bottom-1\/4:last-child {
    bottom: -25%;
  }

  .sm\:last\:-left-1\/4:last-child {
    left: -25%;
  }

  .sm\:last\:-top-2\/4:last-child {
    top: -50%;
  }

  .sm\:last\:-right-2\/4:last-child {
    right: -50%;
  }

  .sm\:last\:-bottom-2\/4:last-child {
    bottom: -50%;
  }

  .sm\:last\:-left-2\/4:last-child {
    left: -50%;
  }

  .sm\:last\:-top-3\/4:last-child {
    top: -75%;
  }

  .sm\:last\:-right-3\/4:last-child {
    right: -75%;
  }

  .sm\:last\:-bottom-3\/4:last-child {
    bottom: -75%;
  }

  .sm\:last\:-left-3\/4:last-child {
    left: -75%;
  }

  .sm\:last\:-top-full:last-child {
    top: -100%;
  }

  .sm\:last\:-right-full:last-child {
    right: -100%;
  }

  .sm\:last\:-bottom-full:last-child {
    bottom: -100%;
  }

  .sm\:last\:-left-full:last-child {
    left: -100%;
  }

  .sm\:odd\:inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:odd\:inset-1:nth-child(odd) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:odd\:inset-2:nth-child(odd) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:odd\:inset-3:nth-child(odd) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:odd\:inset-4:nth-child(odd) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:odd\:inset-5:nth-child(odd) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:odd\:inset-6:nth-child(odd) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:odd\:inset-7:nth-child(odd) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:odd\:inset-8:nth-child(odd) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:odd\:inset-9:nth-child(odd) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:odd\:inset-10:nth-child(odd) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:odd\:inset-11:nth-child(odd) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:odd\:inset-12:nth-child(odd) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:odd\:inset-14:nth-child(odd) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:odd\:inset-16:nth-child(odd) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:odd\:inset-20:nth-child(odd) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:odd\:inset-24:nth-child(odd) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:odd\:inset-28:nth-child(odd) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:odd\:inset-32:nth-child(odd) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:odd\:inset-36:nth-child(odd) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:odd\:inset-40:nth-child(odd) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:odd\:inset-44:nth-child(odd) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:odd\:inset-48:nth-child(odd) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:odd\:inset-52:nth-child(odd) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:odd\:inset-56:nth-child(odd) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:odd\:inset-60:nth-child(odd) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:odd\:inset-64:nth-child(odd) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:odd\:inset-72:nth-child(odd) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:odd\:inset-80:nth-child(odd) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:odd\:inset-96:nth-child(odd) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:odd\:inset-px:nth-child(odd) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:odd\:inset-0\.5:nth-child(odd) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:odd\:inset-1\.5:nth-child(odd) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:odd\:inset-2\.5:nth-child(odd) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:odd\:inset-3\.5:nth-child(odd) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:odd\:-inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:odd\:-inset-1:nth-child(odd) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:odd\:-inset-2:nth-child(odd) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:odd\:-inset-3:nth-child(odd) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:odd\:-inset-4:nth-child(odd) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:odd\:-inset-5:nth-child(odd) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:odd\:-inset-6:nth-child(odd) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:odd\:-inset-7:nth-child(odd) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:odd\:-inset-8:nth-child(odd) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:odd\:-inset-9:nth-child(odd) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:odd\:-inset-10:nth-child(odd) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:odd\:-inset-11:nth-child(odd) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:odd\:-inset-12:nth-child(odd) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:odd\:-inset-14:nth-child(odd) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:odd\:-inset-16:nth-child(odd) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:odd\:-inset-20:nth-child(odd) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:odd\:-inset-24:nth-child(odd) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:odd\:-inset-28:nth-child(odd) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:odd\:-inset-32:nth-child(odd) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:odd\:-inset-36:nth-child(odd) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:odd\:-inset-40:nth-child(odd) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:odd\:-inset-44:nth-child(odd) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:odd\:-inset-48:nth-child(odd) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:odd\:-inset-52:nth-child(odd) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:odd\:-inset-56:nth-child(odd) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:odd\:-inset-60:nth-child(odd) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:odd\:-inset-64:nth-child(odd) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:odd\:-inset-72:nth-child(odd) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:odd\:-inset-80:nth-child(odd) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:odd\:-inset-96:nth-child(odd) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:odd\:-inset-px:nth-child(odd) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:odd\:-inset-0\.5:nth-child(odd) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:odd\:-inset-1\.5:nth-child(odd) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:odd\:-inset-2\.5:nth-child(odd) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:odd\:-inset-3\.5:nth-child(odd) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:odd\:inset-1\/2:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:odd\:inset-1\/3:nth-child(odd) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:odd\:inset-2\/3:nth-child(odd) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:odd\:inset-1\/4:nth-child(odd) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:odd\:inset-2\/4:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:odd\:inset-3\/4:nth-child(odd) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:odd\:inset-full:nth-child(odd) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:odd\:-inset-1\/2:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:odd\:-inset-1\/3:nth-child(odd) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:odd\:-inset-2\/3:nth-child(odd) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:odd\:-inset-1\/4:nth-child(odd) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:odd\:-inset-2\/4:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:odd\:-inset-3\/4:nth-child(odd) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:odd\:-inset-full:nth-child(odd) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:odd\:inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .sm\:odd\:inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .sm\:odd\:inset-y-1:nth-child(odd) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:odd\:inset-x-1:nth-child(odd) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:odd\:inset-y-2:nth-child(odd) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:odd\:inset-x-2:nth-child(odd) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:odd\:inset-y-3:nth-child(odd) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:odd\:inset-x-3:nth-child(odd) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:odd\:inset-y-4:nth-child(odd) {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:odd\:inset-x-4:nth-child(odd) {
    right: 1rem;
    left: 1rem;
  }

  .sm\:odd\:inset-y-5:nth-child(odd) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:odd\:inset-x-5:nth-child(odd) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:odd\:inset-y-6:nth-child(odd) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:odd\:inset-x-6:nth-child(odd) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:odd\:inset-y-7:nth-child(odd) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:odd\:inset-x-7:nth-child(odd) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:odd\:inset-y-8:nth-child(odd) {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:odd\:inset-x-8:nth-child(odd) {
    right: 2rem;
    left: 2rem;
  }

  .sm\:odd\:inset-y-9:nth-child(odd) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:odd\:inset-x-9:nth-child(odd) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:odd\:inset-y-10:nth-child(odd) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:odd\:inset-x-10:nth-child(odd) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:odd\:inset-y-11:nth-child(odd) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:odd\:inset-x-11:nth-child(odd) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:odd\:inset-y-12:nth-child(odd) {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:odd\:inset-x-12:nth-child(odd) {
    right: 3rem;
    left: 3rem;
  }

  .sm\:odd\:inset-y-14:nth-child(odd) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:odd\:inset-x-14:nth-child(odd) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:odd\:inset-y-16:nth-child(odd) {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:odd\:inset-x-16:nth-child(odd) {
    right: 4rem;
    left: 4rem;
  }

  .sm\:odd\:inset-y-20:nth-child(odd) {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:odd\:inset-x-20:nth-child(odd) {
    right: 5rem;
    left: 5rem;
  }

  .sm\:odd\:inset-y-24:nth-child(odd) {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:odd\:inset-x-24:nth-child(odd) {
    right: 6rem;
    left: 6rem;
  }

  .sm\:odd\:inset-y-28:nth-child(odd) {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:odd\:inset-x-28:nth-child(odd) {
    right: 7rem;
    left: 7rem;
  }

  .sm\:odd\:inset-y-32:nth-child(odd) {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:odd\:inset-x-32:nth-child(odd) {
    right: 8rem;
    left: 8rem;
  }

  .sm\:odd\:inset-y-36:nth-child(odd) {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:odd\:inset-x-36:nth-child(odd) {
    right: 9rem;
    left: 9rem;
  }

  .sm\:odd\:inset-y-40:nth-child(odd) {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:odd\:inset-x-40:nth-child(odd) {
    right: 10rem;
    left: 10rem;
  }

  .sm\:odd\:inset-y-44:nth-child(odd) {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:odd\:inset-x-44:nth-child(odd) {
    right: 11rem;
    left: 11rem;
  }

  .sm\:odd\:inset-y-48:nth-child(odd) {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:odd\:inset-x-48:nth-child(odd) {
    right: 12rem;
    left: 12rem;
  }

  .sm\:odd\:inset-y-52:nth-child(odd) {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:odd\:inset-x-52:nth-child(odd) {
    right: 13rem;
    left: 13rem;
  }

  .sm\:odd\:inset-y-56:nth-child(odd) {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:odd\:inset-x-56:nth-child(odd) {
    right: 14rem;
    left: 14rem;
  }

  .sm\:odd\:inset-y-60:nth-child(odd) {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:odd\:inset-x-60:nth-child(odd) {
    right: 15rem;
    left: 15rem;
  }

  .sm\:odd\:inset-y-64:nth-child(odd) {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:odd\:inset-x-64:nth-child(odd) {
    right: 16rem;
    left: 16rem;
  }

  .sm\:odd\:inset-y-72:nth-child(odd) {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:odd\:inset-x-72:nth-child(odd) {
    right: 18rem;
    left: 18rem;
  }

  .sm\:odd\:inset-y-80:nth-child(odd) {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:odd\:inset-x-80:nth-child(odd) {
    right: 20rem;
    left: 20rem;
  }

  .sm\:odd\:inset-y-96:nth-child(odd) {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:odd\:inset-x-96:nth-child(odd) {
    right: 24rem;
    left: 24rem;
  }

  .sm\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .sm\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .sm\:odd\:inset-y-px:nth-child(odd) {
    top: 1px;
    bottom: 1px;
  }

  .sm\:odd\:inset-x-px:nth-child(odd) {
    right: 1px;
    left: 1px;
  }

  .sm\:odd\:inset-y-0\.5:nth-child(odd) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:odd\:inset-x-0\.5:nth-child(odd) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:odd\:inset-y-1\.5:nth-child(odd) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:odd\:inset-x-1\.5:nth-child(odd) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:odd\:inset-y-2\.5:nth-child(odd) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:odd\:inset-x-2\.5:nth-child(odd) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:odd\:inset-y-3\.5:nth-child(odd) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:odd\:inset-x-3\.5:nth-child(odd) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:odd\:-inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .sm\:odd\:-inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .sm\:odd\:-inset-y-1:nth-child(odd) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:odd\:-inset-x-1:nth-child(odd) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:odd\:-inset-y-2:nth-child(odd) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:odd\:-inset-x-2:nth-child(odd) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:odd\:-inset-y-3:nth-child(odd) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:odd\:-inset-x-3:nth-child(odd) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:odd\:-inset-y-4:nth-child(odd) {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:odd\:-inset-x-4:nth-child(odd) {
    right: -1rem;
    left: -1rem;
  }

  .sm\:odd\:-inset-y-5:nth-child(odd) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:odd\:-inset-x-5:nth-child(odd) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:odd\:-inset-y-6:nth-child(odd) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:odd\:-inset-x-6:nth-child(odd) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:odd\:-inset-y-7:nth-child(odd) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:odd\:-inset-x-7:nth-child(odd) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:odd\:-inset-y-8:nth-child(odd) {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:odd\:-inset-x-8:nth-child(odd) {
    right: -2rem;
    left: -2rem;
  }

  .sm\:odd\:-inset-y-9:nth-child(odd) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:odd\:-inset-x-9:nth-child(odd) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:odd\:-inset-y-10:nth-child(odd) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:odd\:-inset-x-10:nth-child(odd) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:odd\:-inset-y-11:nth-child(odd) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:odd\:-inset-x-11:nth-child(odd) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:odd\:-inset-y-12:nth-child(odd) {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:odd\:-inset-x-12:nth-child(odd) {
    right: -3rem;
    left: -3rem;
  }

  .sm\:odd\:-inset-y-14:nth-child(odd) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:odd\:-inset-x-14:nth-child(odd) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:odd\:-inset-y-16:nth-child(odd) {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:odd\:-inset-x-16:nth-child(odd) {
    right: -4rem;
    left: -4rem;
  }

  .sm\:odd\:-inset-y-20:nth-child(odd) {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:odd\:-inset-x-20:nth-child(odd) {
    right: -5rem;
    left: -5rem;
  }

  .sm\:odd\:-inset-y-24:nth-child(odd) {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:odd\:-inset-x-24:nth-child(odd) {
    right: -6rem;
    left: -6rem;
  }

  .sm\:odd\:-inset-y-28:nth-child(odd) {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:odd\:-inset-x-28:nth-child(odd) {
    right: -7rem;
    left: -7rem;
  }

  .sm\:odd\:-inset-y-32:nth-child(odd) {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:odd\:-inset-x-32:nth-child(odd) {
    right: -8rem;
    left: -8rem;
  }

  .sm\:odd\:-inset-y-36:nth-child(odd) {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:odd\:-inset-x-36:nth-child(odd) {
    right: -9rem;
    left: -9rem;
  }

  .sm\:odd\:-inset-y-40:nth-child(odd) {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:odd\:-inset-x-40:nth-child(odd) {
    right: -10rem;
    left: -10rem;
  }

  .sm\:odd\:-inset-y-44:nth-child(odd) {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:odd\:-inset-x-44:nth-child(odd) {
    right: -11rem;
    left: -11rem;
  }

  .sm\:odd\:-inset-y-48:nth-child(odd) {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:odd\:-inset-x-48:nth-child(odd) {
    right: -12rem;
    left: -12rem;
  }

  .sm\:odd\:-inset-y-52:nth-child(odd) {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:odd\:-inset-x-52:nth-child(odd) {
    right: -13rem;
    left: -13rem;
  }

  .sm\:odd\:-inset-y-56:nth-child(odd) {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:odd\:-inset-x-56:nth-child(odd) {
    right: -14rem;
    left: -14rem;
  }

  .sm\:odd\:-inset-y-60:nth-child(odd) {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:odd\:-inset-x-60:nth-child(odd) {
    right: -15rem;
    left: -15rem;
  }

  .sm\:odd\:-inset-y-64:nth-child(odd) {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:odd\:-inset-x-64:nth-child(odd) {
    right: -16rem;
    left: -16rem;
  }

  .sm\:odd\:-inset-y-72:nth-child(odd) {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:odd\:-inset-x-72:nth-child(odd) {
    right: -18rem;
    left: -18rem;
  }

  .sm\:odd\:-inset-y-80:nth-child(odd) {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:odd\:-inset-x-80:nth-child(odd) {
    right: -20rem;
    left: -20rem;
  }

  .sm\:odd\:-inset-y-96:nth-child(odd) {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:odd\:-inset-x-96:nth-child(odd) {
    right: -24rem;
    left: -24rem;
  }

  .sm\:odd\:-inset-y-px:nth-child(odd) {
    top: -1px;
    bottom: -1px;
  }

  .sm\:odd\:-inset-x-px:nth-child(odd) {
    right: -1px;
    left: -1px;
  }

  .sm\:odd\:-inset-y-0\.5:nth-child(odd) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:odd\:-inset-x-0\.5:nth-child(odd) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:odd\:-inset-y-1\.5:nth-child(odd) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:odd\:-inset-x-1\.5:nth-child(odd) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:odd\:-inset-y-2\.5:nth-child(odd) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:odd\:-inset-x-2\.5:nth-child(odd) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:odd\:-inset-y-3\.5:nth-child(odd) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:odd\:-inset-x-3\.5:nth-child(odd) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:odd\:inset-y-1\/2:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .sm\:odd\:inset-x-1\/2:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .sm\:odd\:inset-y-1\/3:nth-child(odd) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:odd\:inset-x-1\/3:nth-child(odd) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:odd\:inset-y-2\/3:nth-child(odd) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:odd\:inset-x-2\/3:nth-child(odd) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:odd\:inset-y-1\/4:nth-child(odd) {
    top: 25%;
    bottom: 25%;
  }

  .sm\:odd\:inset-x-1\/4:nth-child(odd) {
    right: 25%;
    left: 25%;
  }

  .sm\:odd\:inset-y-2\/4:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .sm\:odd\:inset-x-2\/4:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .sm\:odd\:inset-y-3\/4:nth-child(odd) {
    top: 75%;
    bottom: 75%;
  }

  .sm\:odd\:inset-x-3\/4:nth-child(odd) {
    right: 75%;
    left: 75%;
  }

  .sm\:odd\:inset-y-full:nth-child(odd) {
    top: 100%;
    bottom: 100%;
  }

  .sm\:odd\:inset-x-full:nth-child(odd) {
    right: 100%;
    left: 100%;
  }

  .sm\:odd\:-inset-y-1\/2:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .sm\:odd\:-inset-x-1\/2:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .sm\:odd\:-inset-y-1\/3:nth-child(odd) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:odd\:-inset-x-1\/3:nth-child(odd) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:odd\:-inset-y-2\/3:nth-child(odd) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:odd\:-inset-x-2\/3:nth-child(odd) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:odd\:-inset-y-1\/4:nth-child(odd) {
    top: -25%;
    bottom: -25%;
  }

  .sm\:odd\:-inset-x-1\/4:nth-child(odd) {
    right: -25%;
    left: -25%;
  }

  .sm\:odd\:-inset-y-2\/4:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .sm\:odd\:-inset-x-2\/4:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .sm\:odd\:-inset-y-3\/4:nth-child(odd) {
    top: -75%;
    bottom: -75%;
  }

  .sm\:odd\:-inset-x-3\/4:nth-child(odd) {
    right: -75%;
    left: -75%;
  }

  .sm\:odd\:-inset-y-full:nth-child(odd) {
    top: -100%;
    bottom: -100%;
  }

  .sm\:odd\:-inset-x-full:nth-child(odd) {
    right: -100%;
    left: -100%;
  }

  .sm\:odd\:top-0:nth-child(odd) {
    top: 0px;
  }

  .sm\:odd\:right-0:nth-child(odd) {
    right: 0px;
  }

  .sm\:odd\:bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .sm\:odd\:left-0:nth-child(odd) {
    left: 0px;
  }

  .sm\:odd\:top-1:nth-child(odd) {
    top: 0.25rem;
  }

  .sm\:odd\:right-1:nth-child(odd) {
    right: 0.25rem;
  }

  .sm\:odd\:bottom-1:nth-child(odd) {
    bottom: 0.25rem;
  }

  .sm\:odd\:left-1:nth-child(odd) {
    left: 0.25rem;
  }

  .sm\:odd\:top-2:nth-child(odd) {
    top: 0.5rem;
  }

  .sm\:odd\:right-2:nth-child(odd) {
    right: 0.5rem;
  }

  .sm\:odd\:bottom-2:nth-child(odd) {
    bottom: 0.5rem;
  }

  .sm\:odd\:left-2:nth-child(odd) {
    left: 0.5rem;
  }

  .sm\:odd\:top-3:nth-child(odd) {
    top: 0.75rem;
  }

  .sm\:odd\:right-3:nth-child(odd) {
    right: 0.75rem;
  }

  .sm\:odd\:bottom-3:nth-child(odd) {
    bottom: 0.75rem;
  }

  .sm\:odd\:left-3:nth-child(odd) {
    left: 0.75rem;
  }

  .sm\:odd\:top-4:nth-child(odd) {
    top: 1rem;
  }

  .sm\:odd\:right-4:nth-child(odd) {
    right: 1rem;
  }

  .sm\:odd\:bottom-4:nth-child(odd) {
    bottom: 1rem;
  }

  .sm\:odd\:left-4:nth-child(odd) {
    left: 1rem;
  }

  .sm\:odd\:top-5:nth-child(odd) {
    top: 1.25rem;
  }

  .sm\:odd\:right-5:nth-child(odd) {
    right: 1.25rem;
  }

  .sm\:odd\:bottom-5:nth-child(odd) {
    bottom: 1.25rem;
  }

  .sm\:odd\:left-5:nth-child(odd) {
    left: 1.25rem;
  }

  .sm\:odd\:top-6:nth-child(odd) {
    top: 1.5rem;
  }

  .sm\:odd\:right-6:nth-child(odd) {
    right: 1.5rem;
  }

  .sm\:odd\:bottom-6:nth-child(odd) {
    bottom: 1.5rem;
  }

  .sm\:odd\:left-6:nth-child(odd) {
    left: 1.5rem;
  }

  .sm\:odd\:top-7:nth-child(odd) {
    top: 1.75rem;
  }

  .sm\:odd\:right-7:nth-child(odd) {
    right: 1.75rem;
  }

  .sm\:odd\:bottom-7:nth-child(odd) {
    bottom: 1.75rem;
  }

  .sm\:odd\:left-7:nth-child(odd) {
    left: 1.75rem;
  }

  .sm\:odd\:top-8:nth-child(odd) {
    top: 2rem;
  }

  .sm\:odd\:right-8:nth-child(odd) {
    right: 2rem;
  }

  .sm\:odd\:bottom-8:nth-child(odd) {
    bottom: 2rem;
  }

  .sm\:odd\:left-8:nth-child(odd) {
    left: 2rem;
  }

  .sm\:odd\:top-9:nth-child(odd) {
    top: 2.25rem;
  }

  .sm\:odd\:right-9:nth-child(odd) {
    right: 2.25rem;
  }

  .sm\:odd\:bottom-9:nth-child(odd) {
    bottom: 2.25rem;
  }

  .sm\:odd\:left-9:nth-child(odd) {
    left: 2.25rem;
  }

  .sm\:odd\:top-10:nth-child(odd) {
    top: 2.5rem;
  }

  .sm\:odd\:right-10:nth-child(odd) {
    right: 2.5rem;
  }

  .sm\:odd\:bottom-10:nth-child(odd) {
    bottom: 2.5rem;
  }

  .sm\:odd\:left-10:nth-child(odd) {
    left: 2.5rem;
  }

  .sm\:odd\:top-11:nth-child(odd) {
    top: 2.75rem;
  }

  .sm\:odd\:right-11:nth-child(odd) {
    right: 2.75rem;
  }

  .sm\:odd\:bottom-11:nth-child(odd) {
    bottom: 2.75rem;
  }

  .sm\:odd\:left-11:nth-child(odd) {
    left: 2.75rem;
  }

  .sm\:odd\:top-12:nth-child(odd) {
    top: 3rem;
  }

  .sm\:odd\:right-12:nth-child(odd) {
    right: 3rem;
  }

  .sm\:odd\:bottom-12:nth-child(odd) {
    bottom: 3rem;
  }

  .sm\:odd\:left-12:nth-child(odd) {
    left: 3rem;
  }

  .sm\:odd\:top-14:nth-child(odd) {
    top: 3.5rem;
  }

  .sm\:odd\:right-14:nth-child(odd) {
    right: 3.5rem;
  }

  .sm\:odd\:bottom-14:nth-child(odd) {
    bottom: 3.5rem;
  }

  .sm\:odd\:left-14:nth-child(odd) {
    left: 3.5rem;
  }

  .sm\:odd\:top-16:nth-child(odd) {
    top: 4rem;
  }

  .sm\:odd\:right-16:nth-child(odd) {
    right: 4rem;
  }

  .sm\:odd\:bottom-16:nth-child(odd) {
    bottom: 4rem;
  }

  .sm\:odd\:left-16:nth-child(odd) {
    left: 4rem;
  }

  .sm\:odd\:top-20:nth-child(odd) {
    top: 5rem;
  }

  .sm\:odd\:right-20:nth-child(odd) {
    right: 5rem;
  }

  .sm\:odd\:bottom-20:nth-child(odd) {
    bottom: 5rem;
  }

  .sm\:odd\:left-20:nth-child(odd) {
    left: 5rem;
  }

  .sm\:odd\:top-24:nth-child(odd) {
    top: 6rem;
  }

  .sm\:odd\:right-24:nth-child(odd) {
    right: 6rem;
  }

  .sm\:odd\:bottom-24:nth-child(odd) {
    bottom: 6rem;
  }

  .sm\:odd\:left-24:nth-child(odd) {
    left: 6rem;
  }

  .sm\:odd\:top-28:nth-child(odd) {
    top: 7rem;
  }

  .sm\:odd\:right-28:nth-child(odd) {
    right: 7rem;
  }

  .sm\:odd\:bottom-28:nth-child(odd) {
    bottom: 7rem;
  }

  .sm\:odd\:left-28:nth-child(odd) {
    left: 7rem;
  }

  .sm\:odd\:top-32:nth-child(odd) {
    top: 8rem;
  }

  .sm\:odd\:right-32:nth-child(odd) {
    right: 8rem;
  }

  .sm\:odd\:bottom-32:nth-child(odd) {
    bottom: 8rem;
  }

  .sm\:odd\:left-32:nth-child(odd) {
    left: 8rem;
  }

  .sm\:odd\:top-36:nth-child(odd) {
    top: 9rem;
  }

  .sm\:odd\:right-36:nth-child(odd) {
    right: 9rem;
  }

  .sm\:odd\:bottom-36:nth-child(odd) {
    bottom: 9rem;
  }

  .sm\:odd\:left-36:nth-child(odd) {
    left: 9rem;
  }

  .sm\:odd\:top-40:nth-child(odd) {
    top: 10rem;
  }

  .sm\:odd\:right-40:nth-child(odd) {
    right: 10rem;
  }

  .sm\:odd\:bottom-40:nth-child(odd) {
    bottom: 10rem;
  }

  .sm\:odd\:left-40:nth-child(odd) {
    left: 10rem;
  }

  .sm\:odd\:top-44:nth-child(odd) {
    top: 11rem;
  }

  .sm\:odd\:right-44:nth-child(odd) {
    right: 11rem;
  }

  .sm\:odd\:bottom-44:nth-child(odd) {
    bottom: 11rem;
  }

  .sm\:odd\:left-44:nth-child(odd) {
    left: 11rem;
  }

  .sm\:odd\:top-48:nth-child(odd) {
    top: 12rem;
  }

  .sm\:odd\:right-48:nth-child(odd) {
    right: 12rem;
  }

  .sm\:odd\:bottom-48:nth-child(odd) {
    bottom: 12rem;
  }

  .sm\:odd\:left-48:nth-child(odd) {
    left: 12rem;
  }

  .sm\:odd\:top-52:nth-child(odd) {
    top: 13rem;
  }

  .sm\:odd\:right-52:nth-child(odd) {
    right: 13rem;
  }

  .sm\:odd\:bottom-52:nth-child(odd) {
    bottom: 13rem;
  }

  .sm\:odd\:left-52:nth-child(odd) {
    left: 13rem;
  }

  .sm\:odd\:top-56:nth-child(odd) {
    top: 14rem;
  }

  .sm\:odd\:right-56:nth-child(odd) {
    right: 14rem;
  }

  .sm\:odd\:bottom-56:nth-child(odd) {
    bottom: 14rem;
  }

  .sm\:odd\:left-56:nth-child(odd) {
    left: 14rem;
  }

  .sm\:odd\:top-60:nth-child(odd) {
    top: 15rem;
  }

  .sm\:odd\:right-60:nth-child(odd) {
    right: 15rem;
  }

  .sm\:odd\:bottom-60:nth-child(odd) {
    bottom: 15rem;
  }

  .sm\:odd\:left-60:nth-child(odd) {
    left: 15rem;
  }

  .sm\:odd\:top-64:nth-child(odd) {
    top: 16rem;
  }

  .sm\:odd\:right-64:nth-child(odd) {
    right: 16rem;
  }

  .sm\:odd\:bottom-64:nth-child(odd) {
    bottom: 16rem;
  }

  .sm\:odd\:left-64:nth-child(odd) {
    left: 16rem;
  }

  .sm\:odd\:top-72:nth-child(odd) {
    top: 18rem;
  }

  .sm\:odd\:right-72:nth-child(odd) {
    right: 18rem;
  }

  .sm\:odd\:bottom-72:nth-child(odd) {
    bottom: 18rem;
  }

  .sm\:odd\:left-72:nth-child(odd) {
    left: 18rem;
  }

  .sm\:odd\:top-80:nth-child(odd) {
    top: 20rem;
  }

  .sm\:odd\:right-80:nth-child(odd) {
    right: 20rem;
  }

  .sm\:odd\:bottom-80:nth-child(odd) {
    bottom: 20rem;
  }

  .sm\:odd\:left-80:nth-child(odd) {
    left: 20rem;
  }

  .sm\:odd\:top-96:nth-child(odd) {
    top: 24rem;
  }

  .sm\:odd\:right-96:nth-child(odd) {
    right: 24rem;
  }

  .sm\:odd\:bottom-96:nth-child(odd) {
    bottom: 24rem;
  }

  .sm\:odd\:left-96:nth-child(odd) {
    left: 24rem;
  }

  .sm\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .sm\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .sm\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .sm\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .sm\:odd\:top-px:nth-child(odd) {
    top: 1px;
  }

  .sm\:odd\:right-px:nth-child(odd) {
    right: 1px;
  }

  .sm\:odd\:bottom-px:nth-child(odd) {
    bottom: 1px;
  }

  .sm\:odd\:left-px:nth-child(odd) {
    left: 1px;
  }

  .sm\:odd\:top-0\.5:nth-child(odd) {
    top: 0.125rem;
  }

  .sm\:odd\:right-0\.5:nth-child(odd) {
    right: 0.125rem;
  }

  .sm\:odd\:bottom-0\.5:nth-child(odd) {
    bottom: 0.125rem;
  }

  .sm\:odd\:left-0\.5:nth-child(odd) {
    left: 0.125rem;
  }

  .sm\:odd\:top-1\.5:nth-child(odd) {
    top: 0.375rem;
  }

  .sm\:odd\:right-1\.5:nth-child(odd) {
    right: 0.375rem;
  }

  .sm\:odd\:bottom-1\.5:nth-child(odd) {
    bottom: 0.375rem;
  }

  .sm\:odd\:left-1\.5:nth-child(odd) {
    left: 0.375rem;
  }

  .sm\:odd\:top-2\.5:nth-child(odd) {
    top: 0.625rem;
  }

  .sm\:odd\:right-2\.5:nth-child(odd) {
    right: 0.625rem;
  }

  .sm\:odd\:bottom-2\.5:nth-child(odd) {
    bottom: 0.625rem;
  }

  .sm\:odd\:left-2\.5:nth-child(odd) {
    left: 0.625rem;
  }

  .sm\:odd\:top-3\.5:nth-child(odd) {
    top: 0.875rem;
  }

  .sm\:odd\:right-3\.5:nth-child(odd) {
    right: 0.875rem;
  }

  .sm\:odd\:bottom-3\.5:nth-child(odd) {
    bottom: 0.875rem;
  }

  .sm\:odd\:left-3\.5:nth-child(odd) {
    left: 0.875rem;
  }

  .sm\:odd\:-top-0:nth-child(odd) {
    top: 0px;
  }

  .sm\:odd\:-right-0:nth-child(odd) {
    right: 0px;
  }

  .sm\:odd\:-bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .sm\:odd\:-left-0:nth-child(odd) {
    left: 0px;
  }

  .sm\:odd\:-top-1:nth-child(odd) {
    top: -0.25rem;
  }

  .sm\:odd\:-right-1:nth-child(odd) {
    right: -0.25rem;
  }

  .sm\:odd\:-bottom-1:nth-child(odd) {
    bottom: -0.25rem;
  }

  .sm\:odd\:-left-1:nth-child(odd) {
    left: -0.25rem;
  }

  .sm\:odd\:-top-2:nth-child(odd) {
    top: -0.5rem;
  }

  .sm\:odd\:-right-2:nth-child(odd) {
    right: -0.5rem;
  }

  .sm\:odd\:-bottom-2:nth-child(odd) {
    bottom: -0.5rem;
  }

  .sm\:odd\:-left-2:nth-child(odd) {
    left: -0.5rem;
  }

  .sm\:odd\:-top-3:nth-child(odd) {
    top: -0.75rem;
  }

  .sm\:odd\:-right-3:nth-child(odd) {
    right: -0.75rem;
  }

  .sm\:odd\:-bottom-3:nth-child(odd) {
    bottom: -0.75rem;
  }

  .sm\:odd\:-left-3:nth-child(odd) {
    left: -0.75rem;
  }

  .sm\:odd\:-top-4:nth-child(odd) {
    top: -1rem;
  }

  .sm\:odd\:-right-4:nth-child(odd) {
    right: -1rem;
  }

  .sm\:odd\:-bottom-4:nth-child(odd) {
    bottom: -1rem;
  }

  .sm\:odd\:-left-4:nth-child(odd) {
    left: -1rem;
  }

  .sm\:odd\:-top-5:nth-child(odd) {
    top: -1.25rem;
  }

  .sm\:odd\:-right-5:nth-child(odd) {
    right: -1.25rem;
  }

  .sm\:odd\:-bottom-5:nth-child(odd) {
    bottom: -1.25rem;
  }

  .sm\:odd\:-left-5:nth-child(odd) {
    left: -1.25rem;
  }

  .sm\:odd\:-top-6:nth-child(odd) {
    top: -1.5rem;
  }

  .sm\:odd\:-right-6:nth-child(odd) {
    right: -1.5rem;
  }

  .sm\:odd\:-bottom-6:nth-child(odd) {
    bottom: -1.5rem;
  }

  .sm\:odd\:-left-6:nth-child(odd) {
    left: -1.5rem;
  }

  .sm\:odd\:-top-7:nth-child(odd) {
    top: -1.75rem;
  }

  .sm\:odd\:-right-7:nth-child(odd) {
    right: -1.75rem;
  }

  .sm\:odd\:-bottom-7:nth-child(odd) {
    bottom: -1.75rem;
  }

  .sm\:odd\:-left-7:nth-child(odd) {
    left: -1.75rem;
  }

  .sm\:odd\:-top-8:nth-child(odd) {
    top: -2rem;
  }

  .sm\:odd\:-right-8:nth-child(odd) {
    right: -2rem;
  }

  .sm\:odd\:-bottom-8:nth-child(odd) {
    bottom: -2rem;
  }

  .sm\:odd\:-left-8:nth-child(odd) {
    left: -2rem;
  }

  .sm\:odd\:-top-9:nth-child(odd) {
    top: -2.25rem;
  }

  .sm\:odd\:-right-9:nth-child(odd) {
    right: -2.25rem;
  }

  .sm\:odd\:-bottom-9:nth-child(odd) {
    bottom: -2.25rem;
  }

  .sm\:odd\:-left-9:nth-child(odd) {
    left: -2.25rem;
  }

  .sm\:odd\:-top-10:nth-child(odd) {
    top: -2.5rem;
  }

  .sm\:odd\:-right-10:nth-child(odd) {
    right: -2.5rem;
  }

  .sm\:odd\:-bottom-10:nth-child(odd) {
    bottom: -2.5rem;
  }

  .sm\:odd\:-left-10:nth-child(odd) {
    left: -2.5rem;
  }

  .sm\:odd\:-top-11:nth-child(odd) {
    top: -2.75rem;
  }

  .sm\:odd\:-right-11:nth-child(odd) {
    right: -2.75rem;
  }

  .sm\:odd\:-bottom-11:nth-child(odd) {
    bottom: -2.75rem;
  }

  .sm\:odd\:-left-11:nth-child(odd) {
    left: -2.75rem;
  }

  .sm\:odd\:-top-12:nth-child(odd) {
    top: -3rem;
  }

  .sm\:odd\:-right-12:nth-child(odd) {
    right: -3rem;
  }

  .sm\:odd\:-bottom-12:nth-child(odd) {
    bottom: -3rem;
  }

  .sm\:odd\:-left-12:nth-child(odd) {
    left: -3rem;
  }

  .sm\:odd\:-top-14:nth-child(odd) {
    top: -3.5rem;
  }

  .sm\:odd\:-right-14:nth-child(odd) {
    right: -3.5rem;
  }

  .sm\:odd\:-bottom-14:nth-child(odd) {
    bottom: -3.5rem;
  }

  .sm\:odd\:-left-14:nth-child(odd) {
    left: -3.5rem;
  }

  .sm\:odd\:-top-16:nth-child(odd) {
    top: -4rem;
  }

  .sm\:odd\:-right-16:nth-child(odd) {
    right: -4rem;
  }

  .sm\:odd\:-bottom-16:nth-child(odd) {
    bottom: -4rem;
  }

  .sm\:odd\:-left-16:nth-child(odd) {
    left: -4rem;
  }

  .sm\:odd\:-top-20:nth-child(odd) {
    top: -5rem;
  }

  .sm\:odd\:-right-20:nth-child(odd) {
    right: -5rem;
  }

  .sm\:odd\:-bottom-20:nth-child(odd) {
    bottom: -5rem;
  }

  .sm\:odd\:-left-20:nth-child(odd) {
    left: -5rem;
  }

  .sm\:odd\:-top-24:nth-child(odd) {
    top: -6rem;
  }

  .sm\:odd\:-right-24:nth-child(odd) {
    right: -6rem;
  }

  .sm\:odd\:-bottom-24:nth-child(odd) {
    bottom: -6rem;
  }

  .sm\:odd\:-left-24:nth-child(odd) {
    left: -6rem;
  }

  .sm\:odd\:-top-28:nth-child(odd) {
    top: -7rem;
  }

  .sm\:odd\:-right-28:nth-child(odd) {
    right: -7rem;
  }

  .sm\:odd\:-bottom-28:nth-child(odd) {
    bottom: -7rem;
  }

  .sm\:odd\:-left-28:nth-child(odd) {
    left: -7rem;
  }

  .sm\:odd\:-top-32:nth-child(odd) {
    top: -8rem;
  }

  .sm\:odd\:-right-32:nth-child(odd) {
    right: -8rem;
  }

  .sm\:odd\:-bottom-32:nth-child(odd) {
    bottom: -8rem;
  }

  .sm\:odd\:-left-32:nth-child(odd) {
    left: -8rem;
  }

  .sm\:odd\:-top-36:nth-child(odd) {
    top: -9rem;
  }

  .sm\:odd\:-right-36:nth-child(odd) {
    right: -9rem;
  }

  .sm\:odd\:-bottom-36:nth-child(odd) {
    bottom: -9rem;
  }

  .sm\:odd\:-left-36:nth-child(odd) {
    left: -9rem;
  }

  .sm\:odd\:-top-40:nth-child(odd) {
    top: -10rem;
  }

  .sm\:odd\:-right-40:nth-child(odd) {
    right: -10rem;
  }

  .sm\:odd\:-bottom-40:nth-child(odd) {
    bottom: -10rem;
  }

  .sm\:odd\:-left-40:nth-child(odd) {
    left: -10rem;
  }

  .sm\:odd\:-top-44:nth-child(odd) {
    top: -11rem;
  }

  .sm\:odd\:-right-44:nth-child(odd) {
    right: -11rem;
  }

  .sm\:odd\:-bottom-44:nth-child(odd) {
    bottom: -11rem;
  }

  .sm\:odd\:-left-44:nth-child(odd) {
    left: -11rem;
  }

  .sm\:odd\:-top-48:nth-child(odd) {
    top: -12rem;
  }

  .sm\:odd\:-right-48:nth-child(odd) {
    right: -12rem;
  }

  .sm\:odd\:-bottom-48:nth-child(odd) {
    bottom: -12rem;
  }

  .sm\:odd\:-left-48:nth-child(odd) {
    left: -12rem;
  }

  .sm\:odd\:-top-52:nth-child(odd) {
    top: -13rem;
  }

  .sm\:odd\:-right-52:nth-child(odd) {
    right: -13rem;
  }

  .sm\:odd\:-bottom-52:nth-child(odd) {
    bottom: -13rem;
  }

  .sm\:odd\:-left-52:nth-child(odd) {
    left: -13rem;
  }

  .sm\:odd\:-top-56:nth-child(odd) {
    top: -14rem;
  }

  .sm\:odd\:-right-56:nth-child(odd) {
    right: -14rem;
  }

  .sm\:odd\:-bottom-56:nth-child(odd) {
    bottom: -14rem;
  }

  .sm\:odd\:-left-56:nth-child(odd) {
    left: -14rem;
  }

  .sm\:odd\:-top-60:nth-child(odd) {
    top: -15rem;
  }

  .sm\:odd\:-right-60:nth-child(odd) {
    right: -15rem;
  }

  .sm\:odd\:-bottom-60:nth-child(odd) {
    bottom: -15rem;
  }

  .sm\:odd\:-left-60:nth-child(odd) {
    left: -15rem;
  }

  .sm\:odd\:-top-64:nth-child(odd) {
    top: -16rem;
  }

  .sm\:odd\:-right-64:nth-child(odd) {
    right: -16rem;
  }

  .sm\:odd\:-bottom-64:nth-child(odd) {
    bottom: -16rem;
  }

  .sm\:odd\:-left-64:nth-child(odd) {
    left: -16rem;
  }

  .sm\:odd\:-top-72:nth-child(odd) {
    top: -18rem;
  }

  .sm\:odd\:-right-72:nth-child(odd) {
    right: -18rem;
  }

  .sm\:odd\:-bottom-72:nth-child(odd) {
    bottom: -18rem;
  }

  .sm\:odd\:-left-72:nth-child(odd) {
    left: -18rem;
  }

  .sm\:odd\:-top-80:nth-child(odd) {
    top: -20rem;
  }

  .sm\:odd\:-right-80:nth-child(odd) {
    right: -20rem;
  }

  .sm\:odd\:-bottom-80:nth-child(odd) {
    bottom: -20rem;
  }

  .sm\:odd\:-left-80:nth-child(odd) {
    left: -20rem;
  }

  .sm\:odd\:-top-96:nth-child(odd) {
    top: -24rem;
  }

  .sm\:odd\:-right-96:nth-child(odd) {
    right: -24rem;
  }

  .sm\:odd\:-bottom-96:nth-child(odd) {
    bottom: -24rem;
  }

  .sm\:odd\:-left-96:nth-child(odd) {
    left: -24rem;
  }

  .sm\:odd\:-top-px:nth-child(odd) {
    top: -1px;
  }

  .sm\:odd\:-right-px:nth-child(odd) {
    right: -1px;
  }

  .sm\:odd\:-bottom-px:nth-child(odd) {
    bottom: -1px;
  }

  .sm\:odd\:-left-px:nth-child(odd) {
    left: -1px;
  }

  .sm\:odd\:-top-0\.5:nth-child(odd) {
    top: -0.125rem;
  }

  .sm\:odd\:-right-0\.5:nth-child(odd) {
    right: -0.125rem;
  }

  .sm\:odd\:-bottom-0\.5:nth-child(odd) {
    bottom: -0.125rem;
  }

  .sm\:odd\:-left-0\.5:nth-child(odd) {
    left: -0.125rem;
  }

  .sm\:odd\:-top-1\.5:nth-child(odd) {
    top: -0.375rem;
  }

  .sm\:odd\:-right-1\.5:nth-child(odd) {
    right: -0.375rem;
  }

  .sm\:odd\:-bottom-1\.5:nth-child(odd) {
    bottom: -0.375rem;
  }

  .sm\:odd\:-left-1\.5:nth-child(odd) {
    left: -0.375rem;
  }

  .sm\:odd\:-top-2\.5:nth-child(odd) {
    top: -0.625rem;
  }

  .sm\:odd\:-right-2\.5:nth-child(odd) {
    right: -0.625rem;
  }

  .sm\:odd\:-bottom-2\.5:nth-child(odd) {
    bottom: -0.625rem;
  }

  .sm\:odd\:-left-2\.5:nth-child(odd) {
    left: -0.625rem;
  }

  .sm\:odd\:-top-3\.5:nth-child(odd) {
    top: -0.875rem;
  }

  .sm\:odd\:-right-3\.5:nth-child(odd) {
    right: -0.875rem;
  }

  .sm\:odd\:-bottom-3\.5:nth-child(odd) {
    bottom: -0.875rem;
  }

  .sm\:odd\:-left-3\.5:nth-child(odd) {
    left: -0.875rem;
  }

  .sm\:odd\:top-1\/2:nth-child(odd) {
    top: 50%;
  }

  .sm\:odd\:right-1\/2:nth-child(odd) {
    right: 50%;
  }

  .sm\:odd\:bottom-1\/2:nth-child(odd) {
    bottom: 50%;
  }

  .sm\:odd\:left-1\/2:nth-child(odd) {
    left: 50%;
  }

  .sm\:odd\:top-1\/3:nth-child(odd) {
    top: 33.333333%;
  }

  .sm\:odd\:right-1\/3:nth-child(odd) {
    right: 33.333333%;
  }

  .sm\:odd\:bottom-1\/3:nth-child(odd) {
    bottom: 33.333333%;
  }

  .sm\:odd\:left-1\/3:nth-child(odd) {
    left: 33.333333%;
  }

  .sm\:odd\:top-2\/3:nth-child(odd) {
    top: 66.666667%;
  }

  .sm\:odd\:right-2\/3:nth-child(odd) {
    right: 66.666667%;
  }

  .sm\:odd\:bottom-2\/3:nth-child(odd) {
    bottom: 66.666667%;
  }

  .sm\:odd\:left-2\/3:nth-child(odd) {
    left: 66.666667%;
  }

  .sm\:odd\:top-1\/4:nth-child(odd) {
    top: 25%;
  }

  .sm\:odd\:right-1\/4:nth-child(odd) {
    right: 25%;
  }

  .sm\:odd\:bottom-1\/4:nth-child(odd) {
    bottom: 25%;
  }

  .sm\:odd\:left-1\/4:nth-child(odd) {
    left: 25%;
  }

  .sm\:odd\:top-2\/4:nth-child(odd) {
    top: 50%;
  }

  .sm\:odd\:right-2\/4:nth-child(odd) {
    right: 50%;
  }

  .sm\:odd\:bottom-2\/4:nth-child(odd) {
    bottom: 50%;
  }

  .sm\:odd\:left-2\/4:nth-child(odd) {
    left: 50%;
  }

  .sm\:odd\:top-3\/4:nth-child(odd) {
    top: 75%;
  }

  .sm\:odd\:right-3\/4:nth-child(odd) {
    right: 75%;
  }

  .sm\:odd\:bottom-3\/4:nth-child(odd) {
    bottom: 75%;
  }

  .sm\:odd\:left-3\/4:nth-child(odd) {
    left: 75%;
  }

  .sm\:odd\:top-full:nth-child(odd) {
    top: 100%;
  }

  .sm\:odd\:right-full:nth-child(odd) {
    right: 100%;
  }

  .sm\:odd\:bottom-full:nth-child(odd) {
    bottom: 100%;
  }

  .sm\:odd\:left-full:nth-child(odd) {
    left: 100%;
  }

  .sm\:odd\:-top-1\/2:nth-child(odd) {
    top: -50%;
  }

  .sm\:odd\:-right-1\/2:nth-child(odd) {
    right: -50%;
  }

  .sm\:odd\:-bottom-1\/2:nth-child(odd) {
    bottom: -50%;
  }

  .sm\:odd\:-left-1\/2:nth-child(odd) {
    left: -50%;
  }

  .sm\:odd\:-top-1\/3:nth-child(odd) {
    top: -33.333333%;
  }

  .sm\:odd\:-right-1\/3:nth-child(odd) {
    right: -33.333333%;
  }

  .sm\:odd\:-bottom-1\/3:nth-child(odd) {
    bottom: -33.333333%;
  }

  .sm\:odd\:-left-1\/3:nth-child(odd) {
    left: -33.333333%;
  }

  .sm\:odd\:-top-2\/3:nth-child(odd) {
    top: -66.666667%;
  }

  .sm\:odd\:-right-2\/3:nth-child(odd) {
    right: -66.666667%;
  }

  .sm\:odd\:-bottom-2\/3:nth-child(odd) {
    bottom: -66.666667%;
  }

  .sm\:odd\:-left-2\/3:nth-child(odd) {
    left: -66.666667%;
  }

  .sm\:odd\:-top-1\/4:nth-child(odd) {
    top: -25%;
  }

  .sm\:odd\:-right-1\/4:nth-child(odd) {
    right: -25%;
  }

  .sm\:odd\:-bottom-1\/4:nth-child(odd) {
    bottom: -25%;
  }

  .sm\:odd\:-left-1\/4:nth-child(odd) {
    left: -25%;
  }

  .sm\:odd\:-top-2\/4:nth-child(odd) {
    top: -50%;
  }

  .sm\:odd\:-right-2\/4:nth-child(odd) {
    right: -50%;
  }

  .sm\:odd\:-bottom-2\/4:nth-child(odd) {
    bottom: -50%;
  }

  .sm\:odd\:-left-2\/4:nth-child(odd) {
    left: -50%;
  }

  .sm\:odd\:-top-3\/4:nth-child(odd) {
    top: -75%;
  }

  .sm\:odd\:-right-3\/4:nth-child(odd) {
    right: -75%;
  }

  .sm\:odd\:-bottom-3\/4:nth-child(odd) {
    bottom: -75%;
  }

  .sm\:odd\:-left-3\/4:nth-child(odd) {
    left: -75%;
  }

  .sm\:odd\:-top-full:nth-child(odd) {
    top: -100%;
  }

  .sm\:odd\:-right-full:nth-child(odd) {
    right: -100%;
  }

  .sm\:odd\:-bottom-full:nth-child(odd) {
    bottom: -100%;
  }

  .sm\:odd\:-left-full:nth-child(odd) {
    left: -100%;
  }

  .sm\:even\:inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:even\:inset-1:nth-child(even) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:even\:inset-2:nth-child(even) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:even\:inset-3:nth-child(even) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:even\:inset-4:nth-child(even) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:even\:inset-5:nth-child(even) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:even\:inset-6:nth-child(even) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:even\:inset-7:nth-child(even) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:even\:inset-8:nth-child(even) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:even\:inset-9:nth-child(even) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:even\:inset-10:nth-child(even) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:even\:inset-11:nth-child(even) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:even\:inset-12:nth-child(even) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:even\:inset-14:nth-child(even) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:even\:inset-16:nth-child(even) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:even\:inset-20:nth-child(even) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:even\:inset-24:nth-child(even) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:even\:inset-28:nth-child(even) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:even\:inset-32:nth-child(even) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:even\:inset-36:nth-child(even) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:even\:inset-40:nth-child(even) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:even\:inset-44:nth-child(even) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:even\:inset-48:nth-child(even) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:even\:inset-52:nth-child(even) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:even\:inset-56:nth-child(even) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:even\:inset-60:nth-child(even) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:even\:inset-64:nth-child(even) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:even\:inset-72:nth-child(even) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:even\:inset-80:nth-child(even) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:even\:inset-96:nth-child(even) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:even\:inset-px:nth-child(even) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:even\:inset-0\.5:nth-child(even) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:even\:inset-1\.5:nth-child(even) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:even\:inset-2\.5:nth-child(even) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:even\:inset-3\.5:nth-child(even) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:even\:-inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:even\:-inset-1:nth-child(even) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:even\:-inset-2:nth-child(even) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:even\:-inset-3:nth-child(even) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:even\:-inset-4:nth-child(even) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:even\:-inset-5:nth-child(even) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:even\:-inset-6:nth-child(even) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:even\:-inset-7:nth-child(even) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:even\:-inset-8:nth-child(even) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:even\:-inset-9:nth-child(even) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:even\:-inset-10:nth-child(even) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:even\:-inset-11:nth-child(even) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:even\:-inset-12:nth-child(even) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:even\:-inset-14:nth-child(even) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:even\:-inset-16:nth-child(even) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:even\:-inset-20:nth-child(even) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:even\:-inset-24:nth-child(even) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:even\:-inset-28:nth-child(even) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:even\:-inset-32:nth-child(even) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:even\:-inset-36:nth-child(even) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:even\:-inset-40:nth-child(even) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:even\:-inset-44:nth-child(even) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:even\:-inset-48:nth-child(even) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:even\:-inset-52:nth-child(even) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:even\:-inset-56:nth-child(even) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:even\:-inset-60:nth-child(even) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:even\:-inset-64:nth-child(even) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:even\:-inset-72:nth-child(even) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:even\:-inset-80:nth-child(even) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:even\:-inset-96:nth-child(even) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:even\:-inset-px:nth-child(even) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:even\:-inset-0\.5:nth-child(even) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:even\:-inset-1\.5:nth-child(even) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:even\:-inset-2\.5:nth-child(even) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:even\:-inset-3\.5:nth-child(even) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:even\:inset-1\/2:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:even\:inset-1\/3:nth-child(even) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:even\:inset-2\/3:nth-child(even) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:even\:inset-1\/4:nth-child(even) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:even\:inset-2\/4:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:even\:inset-3\/4:nth-child(even) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:even\:inset-full:nth-child(even) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:even\:-inset-1\/2:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:even\:-inset-1\/3:nth-child(even) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:even\:-inset-2\/3:nth-child(even) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:even\:-inset-1\/4:nth-child(even) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:even\:-inset-2\/4:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:even\:-inset-3\/4:nth-child(even) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:even\:-inset-full:nth-child(even) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:even\:inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .sm\:even\:inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .sm\:even\:inset-y-1:nth-child(even) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:even\:inset-x-1:nth-child(even) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:even\:inset-y-2:nth-child(even) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:even\:inset-x-2:nth-child(even) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:even\:inset-y-3:nth-child(even) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:even\:inset-x-3:nth-child(even) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:even\:inset-y-4:nth-child(even) {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:even\:inset-x-4:nth-child(even) {
    right: 1rem;
    left: 1rem;
  }

  .sm\:even\:inset-y-5:nth-child(even) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:even\:inset-x-5:nth-child(even) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:even\:inset-y-6:nth-child(even) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:even\:inset-x-6:nth-child(even) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:even\:inset-y-7:nth-child(even) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:even\:inset-x-7:nth-child(even) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:even\:inset-y-8:nth-child(even) {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:even\:inset-x-8:nth-child(even) {
    right: 2rem;
    left: 2rem;
  }

  .sm\:even\:inset-y-9:nth-child(even) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:even\:inset-x-9:nth-child(even) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:even\:inset-y-10:nth-child(even) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:even\:inset-x-10:nth-child(even) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:even\:inset-y-11:nth-child(even) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:even\:inset-x-11:nth-child(even) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:even\:inset-y-12:nth-child(even) {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:even\:inset-x-12:nth-child(even) {
    right: 3rem;
    left: 3rem;
  }

  .sm\:even\:inset-y-14:nth-child(even) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:even\:inset-x-14:nth-child(even) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:even\:inset-y-16:nth-child(even) {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:even\:inset-x-16:nth-child(even) {
    right: 4rem;
    left: 4rem;
  }

  .sm\:even\:inset-y-20:nth-child(even) {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:even\:inset-x-20:nth-child(even) {
    right: 5rem;
    left: 5rem;
  }

  .sm\:even\:inset-y-24:nth-child(even) {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:even\:inset-x-24:nth-child(even) {
    right: 6rem;
    left: 6rem;
  }

  .sm\:even\:inset-y-28:nth-child(even) {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:even\:inset-x-28:nth-child(even) {
    right: 7rem;
    left: 7rem;
  }

  .sm\:even\:inset-y-32:nth-child(even) {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:even\:inset-x-32:nth-child(even) {
    right: 8rem;
    left: 8rem;
  }

  .sm\:even\:inset-y-36:nth-child(even) {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:even\:inset-x-36:nth-child(even) {
    right: 9rem;
    left: 9rem;
  }

  .sm\:even\:inset-y-40:nth-child(even) {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:even\:inset-x-40:nth-child(even) {
    right: 10rem;
    left: 10rem;
  }

  .sm\:even\:inset-y-44:nth-child(even) {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:even\:inset-x-44:nth-child(even) {
    right: 11rem;
    left: 11rem;
  }

  .sm\:even\:inset-y-48:nth-child(even) {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:even\:inset-x-48:nth-child(even) {
    right: 12rem;
    left: 12rem;
  }

  .sm\:even\:inset-y-52:nth-child(even) {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:even\:inset-x-52:nth-child(even) {
    right: 13rem;
    left: 13rem;
  }

  .sm\:even\:inset-y-56:nth-child(even) {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:even\:inset-x-56:nth-child(even) {
    right: 14rem;
    left: 14rem;
  }

  .sm\:even\:inset-y-60:nth-child(even) {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:even\:inset-x-60:nth-child(even) {
    right: 15rem;
    left: 15rem;
  }

  .sm\:even\:inset-y-64:nth-child(even) {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:even\:inset-x-64:nth-child(even) {
    right: 16rem;
    left: 16rem;
  }

  .sm\:even\:inset-y-72:nth-child(even) {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:even\:inset-x-72:nth-child(even) {
    right: 18rem;
    left: 18rem;
  }

  .sm\:even\:inset-y-80:nth-child(even) {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:even\:inset-x-80:nth-child(even) {
    right: 20rem;
    left: 20rem;
  }

  .sm\:even\:inset-y-96:nth-child(even) {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:even\:inset-x-96:nth-child(even) {
    right: 24rem;
    left: 24rem;
  }

  .sm\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .sm\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .sm\:even\:inset-y-px:nth-child(even) {
    top: 1px;
    bottom: 1px;
  }

  .sm\:even\:inset-x-px:nth-child(even) {
    right: 1px;
    left: 1px;
  }

  .sm\:even\:inset-y-0\.5:nth-child(even) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:even\:inset-x-0\.5:nth-child(even) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:even\:inset-y-1\.5:nth-child(even) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:even\:inset-x-1\.5:nth-child(even) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:even\:inset-y-2\.5:nth-child(even) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:even\:inset-x-2\.5:nth-child(even) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:even\:inset-y-3\.5:nth-child(even) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:even\:inset-x-3\.5:nth-child(even) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:even\:-inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .sm\:even\:-inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .sm\:even\:-inset-y-1:nth-child(even) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:even\:-inset-x-1:nth-child(even) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:even\:-inset-y-2:nth-child(even) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:even\:-inset-x-2:nth-child(even) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:even\:-inset-y-3:nth-child(even) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:even\:-inset-x-3:nth-child(even) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:even\:-inset-y-4:nth-child(even) {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:even\:-inset-x-4:nth-child(even) {
    right: -1rem;
    left: -1rem;
  }

  .sm\:even\:-inset-y-5:nth-child(even) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:even\:-inset-x-5:nth-child(even) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:even\:-inset-y-6:nth-child(even) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:even\:-inset-x-6:nth-child(even) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:even\:-inset-y-7:nth-child(even) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:even\:-inset-x-7:nth-child(even) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:even\:-inset-y-8:nth-child(even) {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:even\:-inset-x-8:nth-child(even) {
    right: -2rem;
    left: -2rem;
  }

  .sm\:even\:-inset-y-9:nth-child(even) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:even\:-inset-x-9:nth-child(even) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:even\:-inset-y-10:nth-child(even) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:even\:-inset-x-10:nth-child(even) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:even\:-inset-y-11:nth-child(even) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:even\:-inset-x-11:nth-child(even) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:even\:-inset-y-12:nth-child(even) {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:even\:-inset-x-12:nth-child(even) {
    right: -3rem;
    left: -3rem;
  }

  .sm\:even\:-inset-y-14:nth-child(even) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:even\:-inset-x-14:nth-child(even) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:even\:-inset-y-16:nth-child(even) {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:even\:-inset-x-16:nth-child(even) {
    right: -4rem;
    left: -4rem;
  }

  .sm\:even\:-inset-y-20:nth-child(even) {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:even\:-inset-x-20:nth-child(even) {
    right: -5rem;
    left: -5rem;
  }

  .sm\:even\:-inset-y-24:nth-child(even) {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:even\:-inset-x-24:nth-child(even) {
    right: -6rem;
    left: -6rem;
  }

  .sm\:even\:-inset-y-28:nth-child(even) {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:even\:-inset-x-28:nth-child(even) {
    right: -7rem;
    left: -7rem;
  }

  .sm\:even\:-inset-y-32:nth-child(even) {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:even\:-inset-x-32:nth-child(even) {
    right: -8rem;
    left: -8rem;
  }

  .sm\:even\:-inset-y-36:nth-child(even) {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:even\:-inset-x-36:nth-child(even) {
    right: -9rem;
    left: -9rem;
  }

  .sm\:even\:-inset-y-40:nth-child(even) {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:even\:-inset-x-40:nth-child(even) {
    right: -10rem;
    left: -10rem;
  }

  .sm\:even\:-inset-y-44:nth-child(even) {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:even\:-inset-x-44:nth-child(even) {
    right: -11rem;
    left: -11rem;
  }

  .sm\:even\:-inset-y-48:nth-child(even) {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:even\:-inset-x-48:nth-child(even) {
    right: -12rem;
    left: -12rem;
  }

  .sm\:even\:-inset-y-52:nth-child(even) {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:even\:-inset-x-52:nth-child(even) {
    right: -13rem;
    left: -13rem;
  }

  .sm\:even\:-inset-y-56:nth-child(even) {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:even\:-inset-x-56:nth-child(even) {
    right: -14rem;
    left: -14rem;
  }

  .sm\:even\:-inset-y-60:nth-child(even) {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:even\:-inset-x-60:nth-child(even) {
    right: -15rem;
    left: -15rem;
  }

  .sm\:even\:-inset-y-64:nth-child(even) {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:even\:-inset-x-64:nth-child(even) {
    right: -16rem;
    left: -16rem;
  }

  .sm\:even\:-inset-y-72:nth-child(even) {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:even\:-inset-x-72:nth-child(even) {
    right: -18rem;
    left: -18rem;
  }

  .sm\:even\:-inset-y-80:nth-child(even) {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:even\:-inset-x-80:nth-child(even) {
    right: -20rem;
    left: -20rem;
  }

  .sm\:even\:-inset-y-96:nth-child(even) {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:even\:-inset-x-96:nth-child(even) {
    right: -24rem;
    left: -24rem;
  }

  .sm\:even\:-inset-y-px:nth-child(even) {
    top: -1px;
    bottom: -1px;
  }

  .sm\:even\:-inset-x-px:nth-child(even) {
    right: -1px;
    left: -1px;
  }

  .sm\:even\:-inset-y-0\.5:nth-child(even) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:even\:-inset-x-0\.5:nth-child(even) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:even\:-inset-y-1\.5:nth-child(even) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:even\:-inset-x-1\.5:nth-child(even) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:even\:-inset-y-2\.5:nth-child(even) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:even\:-inset-x-2\.5:nth-child(even) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:even\:-inset-y-3\.5:nth-child(even) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:even\:-inset-x-3\.5:nth-child(even) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:even\:inset-y-1\/2:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .sm\:even\:inset-x-1\/2:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .sm\:even\:inset-y-1\/3:nth-child(even) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:even\:inset-x-1\/3:nth-child(even) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:even\:inset-y-2\/3:nth-child(even) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:even\:inset-x-2\/3:nth-child(even) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:even\:inset-y-1\/4:nth-child(even) {
    top: 25%;
    bottom: 25%;
  }

  .sm\:even\:inset-x-1\/4:nth-child(even) {
    right: 25%;
    left: 25%;
  }

  .sm\:even\:inset-y-2\/4:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .sm\:even\:inset-x-2\/4:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .sm\:even\:inset-y-3\/4:nth-child(even) {
    top: 75%;
    bottom: 75%;
  }

  .sm\:even\:inset-x-3\/4:nth-child(even) {
    right: 75%;
    left: 75%;
  }

  .sm\:even\:inset-y-full:nth-child(even) {
    top: 100%;
    bottom: 100%;
  }

  .sm\:even\:inset-x-full:nth-child(even) {
    right: 100%;
    left: 100%;
  }

  .sm\:even\:-inset-y-1\/2:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .sm\:even\:-inset-x-1\/2:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .sm\:even\:-inset-y-1\/3:nth-child(even) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:even\:-inset-x-1\/3:nth-child(even) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:even\:-inset-y-2\/3:nth-child(even) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:even\:-inset-x-2\/3:nth-child(even) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:even\:-inset-y-1\/4:nth-child(even) {
    top: -25%;
    bottom: -25%;
  }

  .sm\:even\:-inset-x-1\/4:nth-child(even) {
    right: -25%;
    left: -25%;
  }

  .sm\:even\:-inset-y-2\/4:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .sm\:even\:-inset-x-2\/4:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .sm\:even\:-inset-y-3\/4:nth-child(even) {
    top: -75%;
    bottom: -75%;
  }

  .sm\:even\:-inset-x-3\/4:nth-child(even) {
    right: -75%;
    left: -75%;
  }

  .sm\:even\:-inset-y-full:nth-child(even) {
    top: -100%;
    bottom: -100%;
  }

  .sm\:even\:-inset-x-full:nth-child(even) {
    right: -100%;
    left: -100%;
  }

  .sm\:even\:top-0:nth-child(even) {
    top: 0px;
  }

  .sm\:even\:right-0:nth-child(even) {
    right: 0px;
  }

  .sm\:even\:bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .sm\:even\:left-0:nth-child(even) {
    left: 0px;
  }

  .sm\:even\:top-1:nth-child(even) {
    top: 0.25rem;
  }

  .sm\:even\:right-1:nth-child(even) {
    right: 0.25rem;
  }

  .sm\:even\:bottom-1:nth-child(even) {
    bottom: 0.25rem;
  }

  .sm\:even\:left-1:nth-child(even) {
    left: 0.25rem;
  }

  .sm\:even\:top-2:nth-child(even) {
    top: 0.5rem;
  }

  .sm\:even\:right-2:nth-child(even) {
    right: 0.5rem;
  }

  .sm\:even\:bottom-2:nth-child(even) {
    bottom: 0.5rem;
  }

  .sm\:even\:left-2:nth-child(even) {
    left: 0.5rem;
  }

  .sm\:even\:top-3:nth-child(even) {
    top: 0.75rem;
  }

  .sm\:even\:right-3:nth-child(even) {
    right: 0.75rem;
  }

  .sm\:even\:bottom-3:nth-child(even) {
    bottom: 0.75rem;
  }

  .sm\:even\:left-3:nth-child(even) {
    left: 0.75rem;
  }

  .sm\:even\:top-4:nth-child(even) {
    top: 1rem;
  }

  .sm\:even\:right-4:nth-child(even) {
    right: 1rem;
  }

  .sm\:even\:bottom-4:nth-child(even) {
    bottom: 1rem;
  }

  .sm\:even\:left-4:nth-child(even) {
    left: 1rem;
  }

  .sm\:even\:top-5:nth-child(even) {
    top: 1.25rem;
  }

  .sm\:even\:right-5:nth-child(even) {
    right: 1.25rem;
  }

  .sm\:even\:bottom-5:nth-child(even) {
    bottom: 1.25rem;
  }

  .sm\:even\:left-5:nth-child(even) {
    left: 1.25rem;
  }

  .sm\:even\:top-6:nth-child(even) {
    top: 1.5rem;
  }

  .sm\:even\:right-6:nth-child(even) {
    right: 1.5rem;
  }

  .sm\:even\:bottom-6:nth-child(even) {
    bottom: 1.5rem;
  }

  .sm\:even\:left-6:nth-child(even) {
    left: 1.5rem;
  }

  .sm\:even\:top-7:nth-child(even) {
    top: 1.75rem;
  }

  .sm\:even\:right-7:nth-child(even) {
    right: 1.75rem;
  }

  .sm\:even\:bottom-7:nth-child(even) {
    bottom: 1.75rem;
  }

  .sm\:even\:left-7:nth-child(even) {
    left: 1.75rem;
  }

  .sm\:even\:top-8:nth-child(even) {
    top: 2rem;
  }

  .sm\:even\:right-8:nth-child(even) {
    right: 2rem;
  }

  .sm\:even\:bottom-8:nth-child(even) {
    bottom: 2rem;
  }

  .sm\:even\:left-8:nth-child(even) {
    left: 2rem;
  }

  .sm\:even\:top-9:nth-child(even) {
    top: 2.25rem;
  }

  .sm\:even\:right-9:nth-child(even) {
    right: 2.25rem;
  }

  .sm\:even\:bottom-9:nth-child(even) {
    bottom: 2.25rem;
  }

  .sm\:even\:left-9:nth-child(even) {
    left: 2.25rem;
  }

  .sm\:even\:top-10:nth-child(even) {
    top: 2.5rem;
  }

  .sm\:even\:right-10:nth-child(even) {
    right: 2.5rem;
  }

  .sm\:even\:bottom-10:nth-child(even) {
    bottom: 2.5rem;
  }

  .sm\:even\:left-10:nth-child(even) {
    left: 2.5rem;
  }

  .sm\:even\:top-11:nth-child(even) {
    top: 2.75rem;
  }

  .sm\:even\:right-11:nth-child(even) {
    right: 2.75rem;
  }

  .sm\:even\:bottom-11:nth-child(even) {
    bottom: 2.75rem;
  }

  .sm\:even\:left-11:nth-child(even) {
    left: 2.75rem;
  }

  .sm\:even\:top-12:nth-child(even) {
    top: 3rem;
  }

  .sm\:even\:right-12:nth-child(even) {
    right: 3rem;
  }

  .sm\:even\:bottom-12:nth-child(even) {
    bottom: 3rem;
  }

  .sm\:even\:left-12:nth-child(even) {
    left: 3rem;
  }

  .sm\:even\:top-14:nth-child(even) {
    top: 3.5rem;
  }

  .sm\:even\:right-14:nth-child(even) {
    right: 3.5rem;
  }

  .sm\:even\:bottom-14:nth-child(even) {
    bottom: 3.5rem;
  }

  .sm\:even\:left-14:nth-child(even) {
    left: 3.5rem;
  }

  .sm\:even\:top-16:nth-child(even) {
    top: 4rem;
  }

  .sm\:even\:right-16:nth-child(even) {
    right: 4rem;
  }

  .sm\:even\:bottom-16:nth-child(even) {
    bottom: 4rem;
  }

  .sm\:even\:left-16:nth-child(even) {
    left: 4rem;
  }

  .sm\:even\:top-20:nth-child(even) {
    top: 5rem;
  }

  .sm\:even\:right-20:nth-child(even) {
    right: 5rem;
  }

  .sm\:even\:bottom-20:nth-child(even) {
    bottom: 5rem;
  }

  .sm\:even\:left-20:nth-child(even) {
    left: 5rem;
  }

  .sm\:even\:top-24:nth-child(even) {
    top: 6rem;
  }

  .sm\:even\:right-24:nth-child(even) {
    right: 6rem;
  }

  .sm\:even\:bottom-24:nth-child(even) {
    bottom: 6rem;
  }

  .sm\:even\:left-24:nth-child(even) {
    left: 6rem;
  }

  .sm\:even\:top-28:nth-child(even) {
    top: 7rem;
  }

  .sm\:even\:right-28:nth-child(even) {
    right: 7rem;
  }

  .sm\:even\:bottom-28:nth-child(even) {
    bottom: 7rem;
  }

  .sm\:even\:left-28:nth-child(even) {
    left: 7rem;
  }

  .sm\:even\:top-32:nth-child(even) {
    top: 8rem;
  }

  .sm\:even\:right-32:nth-child(even) {
    right: 8rem;
  }

  .sm\:even\:bottom-32:nth-child(even) {
    bottom: 8rem;
  }

  .sm\:even\:left-32:nth-child(even) {
    left: 8rem;
  }

  .sm\:even\:top-36:nth-child(even) {
    top: 9rem;
  }

  .sm\:even\:right-36:nth-child(even) {
    right: 9rem;
  }

  .sm\:even\:bottom-36:nth-child(even) {
    bottom: 9rem;
  }

  .sm\:even\:left-36:nth-child(even) {
    left: 9rem;
  }

  .sm\:even\:top-40:nth-child(even) {
    top: 10rem;
  }

  .sm\:even\:right-40:nth-child(even) {
    right: 10rem;
  }

  .sm\:even\:bottom-40:nth-child(even) {
    bottom: 10rem;
  }

  .sm\:even\:left-40:nth-child(even) {
    left: 10rem;
  }

  .sm\:even\:top-44:nth-child(even) {
    top: 11rem;
  }

  .sm\:even\:right-44:nth-child(even) {
    right: 11rem;
  }

  .sm\:even\:bottom-44:nth-child(even) {
    bottom: 11rem;
  }

  .sm\:even\:left-44:nth-child(even) {
    left: 11rem;
  }

  .sm\:even\:top-48:nth-child(even) {
    top: 12rem;
  }

  .sm\:even\:right-48:nth-child(even) {
    right: 12rem;
  }

  .sm\:even\:bottom-48:nth-child(even) {
    bottom: 12rem;
  }

  .sm\:even\:left-48:nth-child(even) {
    left: 12rem;
  }

  .sm\:even\:top-52:nth-child(even) {
    top: 13rem;
  }

  .sm\:even\:right-52:nth-child(even) {
    right: 13rem;
  }

  .sm\:even\:bottom-52:nth-child(even) {
    bottom: 13rem;
  }

  .sm\:even\:left-52:nth-child(even) {
    left: 13rem;
  }

  .sm\:even\:top-56:nth-child(even) {
    top: 14rem;
  }

  .sm\:even\:right-56:nth-child(even) {
    right: 14rem;
  }

  .sm\:even\:bottom-56:nth-child(even) {
    bottom: 14rem;
  }

  .sm\:even\:left-56:nth-child(even) {
    left: 14rem;
  }

  .sm\:even\:top-60:nth-child(even) {
    top: 15rem;
  }

  .sm\:even\:right-60:nth-child(even) {
    right: 15rem;
  }

  .sm\:even\:bottom-60:nth-child(even) {
    bottom: 15rem;
  }

  .sm\:even\:left-60:nth-child(even) {
    left: 15rem;
  }

  .sm\:even\:top-64:nth-child(even) {
    top: 16rem;
  }

  .sm\:even\:right-64:nth-child(even) {
    right: 16rem;
  }

  .sm\:even\:bottom-64:nth-child(even) {
    bottom: 16rem;
  }

  .sm\:even\:left-64:nth-child(even) {
    left: 16rem;
  }

  .sm\:even\:top-72:nth-child(even) {
    top: 18rem;
  }

  .sm\:even\:right-72:nth-child(even) {
    right: 18rem;
  }

  .sm\:even\:bottom-72:nth-child(even) {
    bottom: 18rem;
  }

  .sm\:even\:left-72:nth-child(even) {
    left: 18rem;
  }

  .sm\:even\:top-80:nth-child(even) {
    top: 20rem;
  }

  .sm\:even\:right-80:nth-child(even) {
    right: 20rem;
  }

  .sm\:even\:bottom-80:nth-child(even) {
    bottom: 20rem;
  }

  .sm\:even\:left-80:nth-child(even) {
    left: 20rem;
  }

  .sm\:even\:top-96:nth-child(even) {
    top: 24rem;
  }

  .sm\:even\:right-96:nth-child(even) {
    right: 24rem;
  }

  .sm\:even\:bottom-96:nth-child(even) {
    bottom: 24rem;
  }

  .sm\:even\:left-96:nth-child(even) {
    left: 24rem;
  }

  .sm\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .sm\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .sm\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .sm\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .sm\:even\:top-px:nth-child(even) {
    top: 1px;
  }

  .sm\:even\:right-px:nth-child(even) {
    right: 1px;
  }

  .sm\:even\:bottom-px:nth-child(even) {
    bottom: 1px;
  }

  .sm\:even\:left-px:nth-child(even) {
    left: 1px;
  }

  .sm\:even\:top-0\.5:nth-child(even) {
    top: 0.125rem;
  }

  .sm\:even\:right-0\.5:nth-child(even) {
    right: 0.125rem;
  }

  .sm\:even\:bottom-0\.5:nth-child(even) {
    bottom: 0.125rem;
  }

  .sm\:even\:left-0\.5:nth-child(even) {
    left: 0.125rem;
  }

  .sm\:even\:top-1\.5:nth-child(even) {
    top: 0.375rem;
  }

  .sm\:even\:right-1\.5:nth-child(even) {
    right: 0.375rem;
  }

  .sm\:even\:bottom-1\.5:nth-child(even) {
    bottom: 0.375rem;
  }

  .sm\:even\:left-1\.5:nth-child(even) {
    left: 0.375rem;
  }

  .sm\:even\:top-2\.5:nth-child(even) {
    top: 0.625rem;
  }

  .sm\:even\:right-2\.5:nth-child(even) {
    right: 0.625rem;
  }

  .sm\:even\:bottom-2\.5:nth-child(even) {
    bottom: 0.625rem;
  }

  .sm\:even\:left-2\.5:nth-child(even) {
    left: 0.625rem;
  }

  .sm\:even\:top-3\.5:nth-child(even) {
    top: 0.875rem;
  }

  .sm\:even\:right-3\.5:nth-child(even) {
    right: 0.875rem;
  }

  .sm\:even\:bottom-3\.5:nth-child(even) {
    bottom: 0.875rem;
  }

  .sm\:even\:left-3\.5:nth-child(even) {
    left: 0.875rem;
  }

  .sm\:even\:-top-0:nth-child(even) {
    top: 0px;
  }

  .sm\:even\:-right-0:nth-child(even) {
    right: 0px;
  }

  .sm\:even\:-bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .sm\:even\:-left-0:nth-child(even) {
    left: 0px;
  }

  .sm\:even\:-top-1:nth-child(even) {
    top: -0.25rem;
  }

  .sm\:even\:-right-1:nth-child(even) {
    right: -0.25rem;
  }

  .sm\:even\:-bottom-1:nth-child(even) {
    bottom: -0.25rem;
  }

  .sm\:even\:-left-1:nth-child(even) {
    left: -0.25rem;
  }

  .sm\:even\:-top-2:nth-child(even) {
    top: -0.5rem;
  }

  .sm\:even\:-right-2:nth-child(even) {
    right: -0.5rem;
  }

  .sm\:even\:-bottom-2:nth-child(even) {
    bottom: -0.5rem;
  }

  .sm\:even\:-left-2:nth-child(even) {
    left: -0.5rem;
  }

  .sm\:even\:-top-3:nth-child(even) {
    top: -0.75rem;
  }

  .sm\:even\:-right-3:nth-child(even) {
    right: -0.75rem;
  }

  .sm\:even\:-bottom-3:nth-child(even) {
    bottom: -0.75rem;
  }

  .sm\:even\:-left-3:nth-child(even) {
    left: -0.75rem;
  }

  .sm\:even\:-top-4:nth-child(even) {
    top: -1rem;
  }

  .sm\:even\:-right-4:nth-child(even) {
    right: -1rem;
  }

  .sm\:even\:-bottom-4:nth-child(even) {
    bottom: -1rem;
  }

  .sm\:even\:-left-4:nth-child(even) {
    left: -1rem;
  }

  .sm\:even\:-top-5:nth-child(even) {
    top: -1.25rem;
  }

  .sm\:even\:-right-5:nth-child(even) {
    right: -1.25rem;
  }

  .sm\:even\:-bottom-5:nth-child(even) {
    bottom: -1.25rem;
  }

  .sm\:even\:-left-5:nth-child(even) {
    left: -1.25rem;
  }

  .sm\:even\:-top-6:nth-child(even) {
    top: -1.5rem;
  }

  .sm\:even\:-right-6:nth-child(even) {
    right: -1.5rem;
  }

  .sm\:even\:-bottom-6:nth-child(even) {
    bottom: -1.5rem;
  }

  .sm\:even\:-left-6:nth-child(even) {
    left: -1.5rem;
  }

  .sm\:even\:-top-7:nth-child(even) {
    top: -1.75rem;
  }

  .sm\:even\:-right-7:nth-child(even) {
    right: -1.75rem;
  }

  .sm\:even\:-bottom-7:nth-child(even) {
    bottom: -1.75rem;
  }

  .sm\:even\:-left-7:nth-child(even) {
    left: -1.75rem;
  }

  .sm\:even\:-top-8:nth-child(even) {
    top: -2rem;
  }

  .sm\:even\:-right-8:nth-child(even) {
    right: -2rem;
  }

  .sm\:even\:-bottom-8:nth-child(even) {
    bottom: -2rem;
  }

  .sm\:even\:-left-8:nth-child(even) {
    left: -2rem;
  }

  .sm\:even\:-top-9:nth-child(even) {
    top: -2.25rem;
  }

  .sm\:even\:-right-9:nth-child(even) {
    right: -2.25rem;
  }

  .sm\:even\:-bottom-9:nth-child(even) {
    bottom: -2.25rem;
  }

  .sm\:even\:-left-9:nth-child(even) {
    left: -2.25rem;
  }

  .sm\:even\:-top-10:nth-child(even) {
    top: -2.5rem;
  }

  .sm\:even\:-right-10:nth-child(even) {
    right: -2.5rem;
  }

  .sm\:even\:-bottom-10:nth-child(even) {
    bottom: -2.5rem;
  }

  .sm\:even\:-left-10:nth-child(even) {
    left: -2.5rem;
  }

  .sm\:even\:-top-11:nth-child(even) {
    top: -2.75rem;
  }

  .sm\:even\:-right-11:nth-child(even) {
    right: -2.75rem;
  }

  .sm\:even\:-bottom-11:nth-child(even) {
    bottom: -2.75rem;
  }

  .sm\:even\:-left-11:nth-child(even) {
    left: -2.75rem;
  }

  .sm\:even\:-top-12:nth-child(even) {
    top: -3rem;
  }

  .sm\:even\:-right-12:nth-child(even) {
    right: -3rem;
  }

  .sm\:even\:-bottom-12:nth-child(even) {
    bottom: -3rem;
  }

  .sm\:even\:-left-12:nth-child(even) {
    left: -3rem;
  }

  .sm\:even\:-top-14:nth-child(even) {
    top: -3.5rem;
  }

  .sm\:even\:-right-14:nth-child(even) {
    right: -3.5rem;
  }

  .sm\:even\:-bottom-14:nth-child(even) {
    bottom: -3.5rem;
  }

  .sm\:even\:-left-14:nth-child(even) {
    left: -3.5rem;
  }

  .sm\:even\:-top-16:nth-child(even) {
    top: -4rem;
  }

  .sm\:even\:-right-16:nth-child(even) {
    right: -4rem;
  }

  .sm\:even\:-bottom-16:nth-child(even) {
    bottom: -4rem;
  }

  .sm\:even\:-left-16:nth-child(even) {
    left: -4rem;
  }

  .sm\:even\:-top-20:nth-child(even) {
    top: -5rem;
  }

  .sm\:even\:-right-20:nth-child(even) {
    right: -5rem;
  }

  .sm\:even\:-bottom-20:nth-child(even) {
    bottom: -5rem;
  }

  .sm\:even\:-left-20:nth-child(even) {
    left: -5rem;
  }

  .sm\:even\:-top-24:nth-child(even) {
    top: -6rem;
  }

  .sm\:even\:-right-24:nth-child(even) {
    right: -6rem;
  }

  .sm\:even\:-bottom-24:nth-child(even) {
    bottom: -6rem;
  }

  .sm\:even\:-left-24:nth-child(even) {
    left: -6rem;
  }

  .sm\:even\:-top-28:nth-child(even) {
    top: -7rem;
  }

  .sm\:even\:-right-28:nth-child(even) {
    right: -7rem;
  }

  .sm\:even\:-bottom-28:nth-child(even) {
    bottom: -7rem;
  }

  .sm\:even\:-left-28:nth-child(even) {
    left: -7rem;
  }

  .sm\:even\:-top-32:nth-child(even) {
    top: -8rem;
  }

  .sm\:even\:-right-32:nth-child(even) {
    right: -8rem;
  }

  .sm\:even\:-bottom-32:nth-child(even) {
    bottom: -8rem;
  }

  .sm\:even\:-left-32:nth-child(even) {
    left: -8rem;
  }

  .sm\:even\:-top-36:nth-child(even) {
    top: -9rem;
  }

  .sm\:even\:-right-36:nth-child(even) {
    right: -9rem;
  }

  .sm\:even\:-bottom-36:nth-child(even) {
    bottom: -9rem;
  }

  .sm\:even\:-left-36:nth-child(even) {
    left: -9rem;
  }

  .sm\:even\:-top-40:nth-child(even) {
    top: -10rem;
  }

  .sm\:even\:-right-40:nth-child(even) {
    right: -10rem;
  }

  .sm\:even\:-bottom-40:nth-child(even) {
    bottom: -10rem;
  }

  .sm\:even\:-left-40:nth-child(even) {
    left: -10rem;
  }

  .sm\:even\:-top-44:nth-child(even) {
    top: -11rem;
  }

  .sm\:even\:-right-44:nth-child(even) {
    right: -11rem;
  }

  .sm\:even\:-bottom-44:nth-child(even) {
    bottom: -11rem;
  }

  .sm\:even\:-left-44:nth-child(even) {
    left: -11rem;
  }

  .sm\:even\:-top-48:nth-child(even) {
    top: -12rem;
  }

  .sm\:even\:-right-48:nth-child(even) {
    right: -12rem;
  }

  .sm\:even\:-bottom-48:nth-child(even) {
    bottom: -12rem;
  }

  .sm\:even\:-left-48:nth-child(even) {
    left: -12rem;
  }

  .sm\:even\:-top-52:nth-child(even) {
    top: -13rem;
  }

  .sm\:even\:-right-52:nth-child(even) {
    right: -13rem;
  }

  .sm\:even\:-bottom-52:nth-child(even) {
    bottom: -13rem;
  }

  .sm\:even\:-left-52:nth-child(even) {
    left: -13rem;
  }

  .sm\:even\:-top-56:nth-child(even) {
    top: -14rem;
  }

  .sm\:even\:-right-56:nth-child(even) {
    right: -14rem;
  }

  .sm\:even\:-bottom-56:nth-child(even) {
    bottom: -14rem;
  }

  .sm\:even\:-left-56:nth-child(even) {
    left: -14rem;
  }

  .sm\:even\:-top-60:nth-child(even) {
    top: -15rem;
  }

  .sm\:even\:-right-60:nth-child(even) {
    right: -15rem;
  }

  .sm\:even\:-bottom-60:nth-child(even) {
    bottom: -15rem;
  }

  .sm\:even\:-left-60:nth-child(even) {
    left: -15rem;
  }

  .sm\:even\:-top-64:nth-child(even) {
    top: -16rem;
  }

  .sm\:even\:-right-64:nth-child(even) {
    right: -16rem;
  }

  .sm\:even\:-bottom-64:nth-child(even) {
    bottom: -16rem;
  }

  .sm\:even\:-left-64:nth-child(even) {
    left: -16rem;
  }

  .sm\:even\:-top-72:nth-child(even) {
    top: -18rem;
  }

  .sm\:even\:-right-72:nth-child(even) {
    right: -18rem;
  }

  .sm\:even\:-bottom-72:nth-child(even) {
    bottom: -18rem;
  }

  .sm\:even\:-left-72:nth-child(even) {
    left: -18rem;
  }

  .sm\:even\:-top-80:nth-child(even) {
    top: -20rem;
  }

  .sm\:even\:-right-80:nth-child(even) {
    right: -20rem;
  }

  .sm\:even\:-bottom-80:nth-child(even) {
    bottom: -20rem;
  }

  .sm\:even\:-left-80:nth-child(even) {
    left: -20rem;
  }

  .sm\:even\:-top-96:nth-child(even) {
    top: -24rem;
  }

  .sm\:even\:-right-96:nth-child(even) {
    right: -24rem;
  }

  .sm\:even\:-bottom-96:nth-child(even) {
    bottom: -24rem;
  }

  .sm\:even\:-left-96:nth-child(even) {
    left: -24rem;
  }

  .sm\:even\:-top-px:nth-child(even) {
    top: -1px;
  }

  .sm\:even\:-right-px:nth-child(even) {
    right: -1px;
  }

  .sm\:even\:-bottom-px:nth-child(even) {
    bottom: -1px;
  }

  .sm\:even\:-left-px:nth-child(even) {
    left: -1px;
  }

  .sm\:even\:-top-0\.5:nth-child(even) {
    top: -0.125rem;
  }

  .sm\:even\:-right-0\.5:nth-child(even) {
    right: -0.125rem;
  }

  .sm\:even\:-bottom-0\.5:nth-child(even) {
    bottom: -0.125rem;
  }

  .sm\:even\:-left-0\.5:nth-child(even) {
    left: -0.125rem;
  }

  .sm\:even\:-top-1\.5:nth-child(even) {
    top: -0.375rem;
  }

  .sm\:even\:-right-1\.5:nth-child(even) {
    right: -0.375rem;
  }

  .sm\:even\:-bottom-1\.5:nth-child(even) {
    bottom: -0.375rem;
  }

  .sm\:even\:-left-1\.5:nth-child(even) {
    left: -0.375rem;
  }

  .sm\:even\:-top-2\.5:nth-child(even) {
    top: -0.625rem;
  }

  .sm\:even\:-right-2\.5:nth-child(even) {
    right: -0.625rem;
  }

  .sm\:even\:-bottom-2\.5:nth-child(even) {
    bottom: -0.625rem;
  }

  .sm\:even\:-left-2\.5:nth-child(even) {
    left: -0.625rem;
  }

  .sm\:even\:-top-3\.5:nth-child(even) {
    top: -0.875rem;
  }

  .sm\:even\:-right-3\.5:nth-child(even) {
    right: -0.875rem;
  }

  .sm\:even\:-bottom-3\.5:nth-child(even) {
    bottom: -0.875rem;
  }

  .sm\:even\:-left-3\.5:nth-child(even) {
    left: -0.875rem;
  }

  .sm\:even\:top-1\/2:nth-child(even) {
    top: 50%;
  }

  .sm\:even\:right-1\/2:nth-child(even) {
    right: 50%;
  }

  .sm\:even\:bottom-1\/2:nth-child(even) {
    bottom: 50%;
  }

  .sm\:even\:left-1\/2:nth-child(even) {
    left: 50%;
  }

  .sm\:even\:top-1\/3:nth-child(even) {
    top: 33.333333%;
  }

  .sm\:even\:right-1\/3:nth-child(even) {
    right: 33.333333%;
  }

  .sm\:even\:bottom-1\/3:nth-child(even) {
    bottom: 33.333333%;
  }

  .sm\:even\:left-1\/3:nth-child(even) {
    left: 33.333333%;
  }

  .sm\:even\:top-2\/3:nth-child(even) {
    top: 66.666667%;
  }

  .sm\:even\:right-2\/3:nth-child(even) {
    right: 66.666667%;
  }

  .sm\:even\:bottom-2\/3:nth-child(even) {
    bottom: 66.666667%;
  }

  .sm\:even\:left-2\/3:nth-child(even) {
    left: 66.666667%;
  }

  .sm\:even\:top-1\/4:nth-child(even) {
    top: 25%;
  }

  .sm\:even\:right-1\/4:nth-child(even) {
    right: 25%;
  }

  .sm\:even\:bottom-1\/4:nth-child(even) {
    bottom: 25%;
  }

  .sm\:even\:left-1\/4:nth-child(even) {
    left: 25%;
  }

  .sm\:even\:top-2\/4:nth-child(even) {
    top: 50%;
  }

  .sm\:even\:right-2\/4:nth-child(even) {
    right: 50%;
  }

  .sm\:even\:bottom-2\/4:nth-child(even) {
    bottom: 50%;
  }

  .sm\:even\:left-2\/4:nth-child(even) {
    left: 50%;
  }

  .sm\:even\:top-3\/4:nth-child(even) {
    top: 75%;
  }

  .sm\:even\:right-3\/4:nth-child(even) {
    right: 75%;
  }

  .sm\:even\:bottom-3\/4:nth-child(even) {
    bottom: 75%;
  }

  .sm\:even\:left-3\/4:nth-child(even) {
    left: 75%;
  }

  .sm\:even\:top-full:nth-child(even) {
    top: 100%;
  }

  .sm\:even\:right-full:nth-child(even) {
    right: 100%;
  }

  .sm\:even\:bottom-full:nth-child(even) {
    bottom: 100%;
  }

  .sm\:even\:left-full:nth-child(even) {
    left: 100%;
  }

  .sm\:even\:-top-1\/2:nth-child(even) {
    top: -50%;
  }

  .sm\:even\:-right-1\/2:nth-child(even) {
    right: -50%;
  }

  .sm\:even\:-bottom-1\/2:nth-child(even) {
    bottom: -50%;
  }

  .sm\:even\:-left-1\/2:nth-child(even) {
    left: -50%;
  }

  .sm\:even\:-top-1\/3:nth-child(even) {
    top: -33.333333%;
  }

  .sm\:even\:-right-1\/3:nth-child(even) {
    right: -33.333333%;
  }

  .sm\:even\:-bottom-1\/3:nth-child(even) {
    bottom: -33.333333%;
  }

  .sm\:even\:-left-1\/3:nth-child(even) {
    left: -33.333333%;
  }

  .sm\:even\:-top-2\/3:nth-child(even) {
    top: -66.666667%;
  }

  .sm\:even\:-right-2\/3:nth-child(even) {
    right: -66.666667%;
  }

  .sm\:even\:-bottom-2\/3:nth-child(even) {
    bottom: -66.666667%;
  }

  .sm\:even\:-left-2\/3:nth-child(even) {
    left: -66.666667%;
  }

  .sm\:even\:-top-1\/4:nth-child(even) {
    top: -25%;
  }

  .sm\:even\:-right-1\/4:nth-child(even) {
    right: -25%;
  }

  .sm\:even\:-bottom-1\/4:nth-child(even) {
    bottom: -25%;
  }

  .sm\:even\:-left-1\/4:nth-child(even) {
    left: -25%;
  }

  .sm\:even\:-top-2\/4:nth-child(even) {
    top: -50%;
  }

  .sm\:even\:-right-2\/4:nth-child(even) {
    right: -50%;
  }

  .sm\:even\:-bottom-2\/4:nth-child(even) {
    bottom: -50%;
  }

  .sm\:even\:-left-2\/4:nth-child(even) {
    left: -50%;
  }

  .sm\:even\:-top-3\/4:nth-child(even) {
    top: -75%;
  }

  .sm\:even\:-right-3\/4:nth-child(even) {
    right: -75%;
  }

  .sm\:even\:-bottom-3\/4:nth-child(even) {
    bottom: -75%;
  }

  .sm\:even\:-left-3\/4:nth-child(even) {
    left: -75%;
  }

  .sm\:even\:-top-full:nth-child(even) {
    top: -100%;
  }

  .sm\:even\:-right-full:nth-child(even) {
    right: -100%;
  }

  .sm\:even\:-bottom-full:nth-child(even) {
    bottom: -100%;
  }

  .sm\:even\:-left-full:nth-child(even) {
    left: -100%;
  }

  .sm\:hover\:inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:hover\:inset-1:hover {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:hover\:inset-2:hover {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:hover\:inset-3:hover {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:hover\:inset-4:hover {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:hover\:inset-5:hover {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:hover\:inset-6:hover {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:hover\:inset-7:hover {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:hover\:inset-8:hover {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:hover\:inset-9:hover {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:hover\:inset-10:hover {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:hover\:inset-11:hover {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:hover\:inset-12:hover {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:hover\:inset-14:hover {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:hover\:inset-16:hover {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:hover\:inset-20:hover {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:hover\:inset-24:hover {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:hover\:inset-28:hover {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:hover\:inset-32:hover {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:hover\:inset-36:hover {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:hover\:inset-40:hover {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:hover\:inset-44:hover {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:hover\:inset-48:hover {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:hover\:inset-52:hover {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:hover\:inset-56:hover {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:hover\:inset-60:hover {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:hover\:inset-64:hover {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:hover\:inset-72:hover {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:hover\:inset-80:hover {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:hover\:inset-96:hover {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:hover\:inset-px:hover {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:hover\:inset-0\.5:hover {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:hover\:inset-1\.5:hover {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:hover\:inset-2\.5:hover {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:hover\:inset-3\.5:hover {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:hover\:-inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:hover\:-inset-1:hover {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:hover\:-inset-2:hover {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:hover\:-inset-3:hover {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:hover\:-inset-4:hover {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:hover\:-inset-5:hover {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:hover\:-inset-6:hover {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:hover\:-inset-7:hover {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:hover\:-inset-8:hover {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:hover\:-inset-9:hover {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:hover\:-inset-10:hover {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:hover\:-inset-11:hover {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:hover\:-inset-12:hover {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:hover\:-inset-14:hover {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:hover\:-inset-16:hover {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:hover\:-inset-20:hover {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:hover\:-inset-24:hover {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:hover\:-inset-28:hover {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:hover\:-inset-32:hover {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:hover\:-inset-36:hover {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:hover\:-inset-40:hover {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:hover\:-inset-44:hover {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:hover\:-inset-48:hover {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:hover\:-inset-52:hover {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:hover\:-inset-56:hover {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:hover\:-inset-60:hover {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:hover\:-inset-64:hover {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:hover\:-inset-72:hover {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:hover\:-inset-80:hover {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:hover\:-inset-96:hover {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:hover\:-inset-px:hover {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:hover\:-inset-0\.5:hover {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:hover\:-inset-1\.5:hover {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:hover\:-inset-2\.5:hover {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:hover\:-inset-3\.5:hover {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:hover\:inset-1\/3:hover {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:hover\:inset-2\/3:hover {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:hover\:inset-1\/4:hover {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:hover\:inset-2\/4:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:hover\:inset-3\/4:hover {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:hover\:inset-full:hover {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:hover\:-inset-1\/2:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:hover\:-inset-1\/3:hover {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:hover\:-inset-2\/3:hover {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:hover\:-inset-1\/4:hover {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:hover\:-inset-2\/4:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:hover\:-inset-3\/4:hover {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:hover\:-inset-full:hover {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:hover\:inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .sm\:hover\:inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .sm\:hover\:inset-y-1:hover {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:hover\:inset-x-1:hover {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:hover\:inset-y-2:hover {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:hover\:inset-x-2:hover {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:hover\:inset-y-3:hover {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:hover\:inset-x-3:hover {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:hover\:inset-y-4:hover {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:hover\:inset-x-4:hover {
    right: 1rem;
    left: 1rem;
  }

  .sm\:hover\:inset-y-5:hover {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:hover\:inset-x-5:hover {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:hover\:inset-y-6:hover {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:hover\:inset-x-6:hover {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:hover\:inset-y-7:hover {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:hover\:inset-x-7:hover {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:hover\:inset-y-8:hover {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:hover\:inset-x-8:hover {
    right: 2rem;
    left: 2rem;
  }

  .sm\:hover\:inset-y-9:hover {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:hover\:inset-x-9:hover {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:hover\:inset-y-10:hover {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:hover\:inset-x-10:hover {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:hover\:inset-y-11:hover {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:hover\:inset-x-11:hover {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:hover\:inset-y-12:hover {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:hover\:inset-x-12:hover {
    right: 3rem;
    left: 3rem;
  }

  .sm\:hover\:inset-y-14:hover {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:hover\:inset-x-14:hover {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:hover\:inset-y-16:hover {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:hover\:inset-x-16:hover {
    right: 4rem;
    left: 4rem;
  }

  .sm\:hover\:inset-y-20:hover {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:hover\:inset-x-20:hover {
    right: 5rem;
    left: 5rem;
  }

  .sm\:hover\:inset-y-24:hover {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:hover\:inset-x-24:hover {
    right: 6rem;
    left: 6rem;
  }

  .sm\:hover\:inset-y-28:hover {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:hover\:inset-x-28:hover {
    right: 7rem;
    left: 7rem;
  }

  .sm\:hover\:inset-y-32:hover {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:hover\:inset-x-32:hover {
    right: 8rem;
    left: 8rem;
  }

  .sm\:hover\:inset-y-36:hover {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:hover\:inset-x-36:hover {
    right: 9rem;
    left: 9rem;
  }

  .sm\:hover\:inset-y-40:hover {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:hover\:inset-x-40:hover {
    right: 10rem;
    left: 10rem;
  }

  .sm\:hover\:inset-y-44:hover {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:hover\:inset-x-44:hover {
    right: 11rem;
    left: 11rem;
  }

  .sm\:hover\:inset-y-48:hover {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:hover\:inset-x-48:hover {
    right: 12rem;
    left: 12rem;
  }

  .sm\:hover\:inset-y-52:hover {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:hover\:inset-x-52:hover {
    right: 13rem;
    left: 13rem;
  }

  .sm\:hover\:inset-y-56:hover {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:hover\:inset-x-56:hover {
    right: 14rem;
    left: 14rem;
  }

  .sm\:hover\:inset-y-60:hover {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:hover\:inset-x-60:hover {
    right: 15rem;
    left: 15rem;
  }

  .sm\:hover\:inset-y-64:hover {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:hover\:inset-x-64:hover {
    right: 16rem;
    left: 16rem;
  }

  .sm\:hover\:inset-y-72:hover {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:hover\:inset-x-72:hover {
    right: 18rem;
    left: 18rem;
  }

  .sm\:hover\:inset-y-80:hover {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:hover\:inset-x-80:hover {
    right: 20rem;
    left: 20rem;
  }

  .sm\:hover\:inset-y-96:hover {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:hover\:inset-x-96:hover {
    right: 24rem;
    left: 24rem;
  }

  .sm\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .sm\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .sm\:hover\:inset-y-px:hover {
    top: 1px;
    bottom: 1px;
  }

  .sm\:hover\:inset-x-px:hover {
    right: 1px;
    left: 1px;
  }

  .sm\:hover\:inset-y-0\.5:hover {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:hover\:inset-x-0\.5:hover {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:hover\:inset-y-1\.5:hover {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:hover\:inset-x-1\.5:hover {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:hover\:inset-y-2\.5:hover {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:hover\:inset-x-2\.5:hover {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:hover\:inset-y-3\.5:hover {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:hover\:inset-x-3\.5:hover {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:hover\:-inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .sm\:hover\:-inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .sm\:hover\:-inset-y-1:hover {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:hover\:-inset-x-1:hover {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:hover\:-inset-y-2:hover {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:hover\:-inset-x-2:hover {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:hover\:-inset-y-3:hover {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:hover\:-inset-x-3:hover {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:hover\:-inset-y-4:hover {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:hover\:-inset-x-4:hover {
    right: -1rem;
    left: -1rem;
  }

  .sm\:hover\:-inset-y-5:hover {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:hover\:-inset-x-5:hover {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:hover\:-inset-y-6:hover {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:hover\:-inset-x-6:hover {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:hover\:-inset-y-7:hover {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:hover\:-inset-x-7:hover {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:hover\:-inset-y-8:hover {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:hover\:-inset-x-8:hover {
    right: -2rem;
    left: -2rem;
  }

  .sm\:hover\:-inset-y-9:hover {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:hover\:-inset-x-9:hover {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:hover\:-inset-y-10:hover {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:hover\:-inset-x-10:hover {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:hover\:-inset-y-11:hover {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:hover\:-inset-x-11:hover {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:hover\:-inset-y-12:hover {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:hover\:-inset-x-12:hover {
    right: -3rem;
    left: -3rem;
  }

  .sm\:hover\:-inset-y-14:hover {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:hover\:-inset-x-14:hover {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:hover\:-inset-y-16:hover {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:hover\:-inset-x-16:hover {
    right: -4rem;
    left: -4rem;
  }

  .sm\:hover\:-inset-y-20:hover {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:hover\:-inset-x-20:hover {
    right: -5rem;
    left: -5rem;
  }

  .sm\:hover\:-inset-y-24:hover {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:hover\:-inset-x-24:hover {
    right: -6rem;
    left: -6rem;
  }

  .sm\:hover\:-inset-y-28:hover {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:hover\:-inset-x-28:hover {
    right: -7rem;
    left: -7rem;
  }

  .sm\:hover\:-inset-y-32:hover {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:hover\:-inset-x-32:hover {
    right: -8rem;
    left: -8rem;
  }

  .sm\:hover\:-inset-y-36:hover {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:hover\:-inset-x-36:hover {
    right: -9rem;
    left: -9rem;
  }

  .sm\:hover\:-inset-y-40:hover {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:hover\:-inset-x-40:hover {
    right: -10rem;
    left: -10rem;
  }

  .sm\:hover\:-inset-y-44:hover {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:hover\:-inset-x-44:hover {
    right: -11rem;
    left: -11rem;
  }

  .sm\:hover\:-inset-y-48:hover {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:hover\:-inset-x-48:hover {
    right: -12rem;
    left: -12rem;
  }

  .sm\:hover\:-inset-y-52:hover {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:hover\:-inset-x-52:hover {
    right: -13rem;
    left: -13rem;
  }

  .sm\:hover\:-inset-y-56:hover {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:hover\:-inset-x-56:hover {
    right: -14rem;
    left: -14rem;
  }

  .sm\:hover\:-inset-y-60:hover {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:hover\:-inset-x-60:hover {
    right: -15rem;
    left: -15rem;
  }

  .sm\:hover\:-inset-y-64:hover {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:hover\:-inset-x-64:hover {
    right: -16rem;
    left: -16rem;
  }

  .sm\:hover\:-inset-y-72:hover {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:hover\:-inset-x-72:hover {
    right: -18rem;
    left: -18rem;
  }

  .sm\:hover\:-inset-y-80:hover {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:hover\:-inset-x-80:hover {
    right: -20rem;
    left: -20rem;
  }

  .sm\:hover\:-inset-y-96:hover {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:hover\:-inset-x-96:hover {
    right: -24rem;
    left: -24rem;
  }

  .sm\:hover\:-inset-y-px:hover {
    top: -1px;
    bottom: -1px;
  }

  .sm\:hover\:-inset-x-px:hover {
    right: -1px;
    left: -1px;
  }

  .sm\:hover\:-inset-y-0\.5:hover {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:hover\:-inset-x-0\.5:hover {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:hover\:-inset-y-1\.5:hover {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:hover\:-inset-x-1\.5:hover {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:hover\:-inset-y-2\.5:hover {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:hover\:-inset-x-2\.5:hover {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:hover\:-inset-y-3\.5:hover {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:hover\:-inset-x-3\.5:hover {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .sm\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .sm\:hover\:inset-y-1\/3:hover {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:hover\:inset-x-1\/3:hover {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:hover\:inset-y-2\/3:hover {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:hover\:inset-x-2\/3:hover {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:hover\:inset-y-1\/4:hover {
    top: 25%;
    bottom: 25%;
  }

  .sm\:hover\:inset-x-1\/4:hover {
    right: 25%;
    left: 25%;
  }

  .sm\:hover\:inset-y-2\/4:hover {
    top: 50%;
    bottom: 50%;
  }

  .sm\:hover\:inset-x-2\/4:hover {
    right: 50%;
    left: 50%;
  }

  .sm\:hover\:inset-y-3\/4:hover {
    top: 75%;
    bottom: 75%;
  }

  .sm\:hover\:inset-x-3\/4:hover {
    right: 75%;
    left: 75%;
  }

  .sm\:hover\:inset-y-full:hover {
    top: 100%;
    bottom: 100%;
  }

  .sm\:hover\:inset-x-full:hover {
    right: 100%;
    left: 100%;
  }

  .sm\:hover\:-inset-y-1\/2:hover {
    top: -50%;
    bottom: -50%;
  }

  .sm\:hover\:-inset-x-1\/2:hover {
    right: -50%;
    left: -50%;
  }

  .sm\:hover\:-inset-y-1\/3:hover {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:hover\:-inset-x-1\/3:hover {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:hover\:-inset-y-2\/3:hover {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:hover\:-inset-x-2\/3:hover {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:hover\:-inset-y-1\/4:hover {
    top: -25%;
    bottom: -25%;
  }

  .sm\:hover\:-inset-x-1\/4:hover {
    right: -25%;
    left: -25%;
  }

  .sm\:hover\:-inset-y-2\/4:hover {
    top: -50%;
    bottom: -50%;
  }

  .sm\:hover\:-inset-x-2\/4:hover {
    right: -50%;
    left: -50%;
  }

  .sm\:hover\:-inset-y-3\/4:hover {
    top: -75%;
    bottom: -75%;
  }

  .sm\:hover\:-inset-x-3\/4:hover {
    right: -75%;
    left: -75%;
  }

  .sm\:hover\:-inset-y-full:hover {
    top: -100%;
    bottom: -100%;
  }

  .sm\:hover\:-inset-x-full:hover {
    right: -100%;
    left: -100%;
  }

  .sm\:hover\:top-0:hover {
    top: 0px;
  }

  .sm\:hover\:right-0:hover {
    right: 0px;
  }

  .sm\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .sm\:hover\:left-0:hover {
    left: 0px;
  }

  .sm\:hover\:top-1:hover {
    top: 0.25rem;
  }

  .sm\:hover\:right-1:hover {
    right: 0.25rem;
  }

  .sm\:hover\:bottom-1:hover {
    bottom: 0.25rem;
  }

  .sm\:hover\:left-1:hover {
    left: 0.25rem;
  }

  .sm\:hover\:top-2:hover {
    top: 0.5rem;
  }

  .sm\:hover\:right-2:hover {
    right: 0.5rem;
  }

  .sm\:hover\:bottom-2:hover {
    bottom: 0.5rem;
  }

  .sm\:hover\:left-2:hover {
    left: 0.5rem;
  }

  .sm\:hover\:top-3:hover {
    top: 0.75rem;
  }

  .sm\:hover\:right-3:hover {
    right: 0.75rem;
  }

  .sm\:hover\:bottom-3:hover {
    bottom: 0.75rem;
  }

  .sm\:hover\:left-3:hover {
    left: 0.75rem;
  }

  .sm\:hover\:top-4:hover {
    top: 1rem;
  }

  .sm\:hover\:right-4:hover {
    right: 1rem;
  }

  .sm\:hover\:bottom-4:hover {
    bottom: 1rem;
  }

  .sm\:hover\:left-4:hover {
    left: 1rem;
  }

  .sm\:hover\:top-5:hover {
    top: 1.25rem;
  }

  .sm\:hover\:right-5:hover {
    right: 1.25rem;
  }

  .sm\:hover\:bottom-5:hover {
    bottom: 1.25rem;
  }

  .sm\:hover\:left-5:hover {
    left: 1.25rem;
  }

  .sm\:hover\:top-6:hover {
    top: 1.5rem;
  }

  .sm\:hover\:right-6:hover {
    right: 1.5rem;
  }

  .sm\:hover\:bottom-6:hover {
    bottom: 1.5rem;
  }

  .sm\:hover\:left-6:hover {
    left: 1.5rem;
  }

  .sm\:hover\:top-7:hover {
    top: 1.75rem;
  }

  .sm\:hover\:right-7:hover {
    right: 1.75rem;
  }

  .sm\:hover\:bottom-7:hover {
    bottom: 1.75rem;
  }

  .sm\:hover\:left-7:hover {
    left: 1.75rem;
  }

  .sm\:hover\:top-8:hover {
    top: 2rem;
  }

  .sm\:hover\:right-8:hover {
    right: 2rem;
  }

  .sm\:hover\:bottom-8:hover {
    bottom: 2rem;
  }

  .sm\:hover\:left-8:hover {
    left: 2rem;
  }

  .sm\:hover\:top-9:hover {
    top: 2.25rem;
  }

  .sm\:hover\:right-9:hover {
    right: 2.25rem;
  }

  .sm\:hover\:bottom-9:hover {
    bottom: 2.25rem;
  }

  .sm\:hover\:left-9:hover {
    left: 2.25rem;
  }

  .sm\:hover\:top-10:hover {
    top: 2.5rem;
  }

  .sm\:hover\:right-10:hover {
    right: 2.5rem;
  }

  .sm\:hover\:bottom-10:hover {
    bottom: 2.5rem;
  }

  .sm\:hover\:left-10:hover {
    left: 2.5rem;
  }

  .sm\:hover\:top-11:hover {
    top: 2.75rem;
  }

  .sm\:hover\:right-11:hover {
    right: 2.75rem;
  }

  .sm\:hover\:bottom-11:hover {
    bottom: 2.75rem;
  }

  .sm\:hover\:left-11:hover {
    left: 2.75rem;
  }

  .sm\:hover\:top-12:hover {
    top: 3rem;
  }

  .sm\:hover\:right-12:hover {
    right: 3rem;
  }

  .sm\:hover\:bottom-12:hover {
    bottom: 3rem;
  }

  .sm\:hover\:left-12:hover {
    left: 3rem;
  }

  .sm\:hover\:top-14:hover {
    top: 3.5rem;
  }

  .sm\:hover\:right-14:hover {
    right: 3.5rem;
  }

  .sm\:hover\:bottom-14:hover {
    bottom: 3.5rem;
  }

  .sm\:hover\:left-14:hover {
    left: 3.5rem;
  }

  .sm\:hover\:top-16:hover {
    top: 4rem;
  }

  .sm\:hover\:right-16:hover {
    right: 4rem;
  }

  .sm\:hover\:bottom-16:hover {
    bottom: 4rem;
  }

  .sm\:hover\:left-16:hover {
    left: 4rem;
  }

  .sm\:hover\:top-20:hover {
    top: 5rem;
  }

  .sm\:hover\:right-20:hover {
    right: 5rem;
  }

  .sm\:hover\:bottom-20:hover {
    bottom: 5rem;
  }

  .sm\:hover\:left-20:hover {
    left: 5rem;
  }

  .sm\:hover\:top-24:hover {
    top: 6rem;
  }

  .sm\:hover\:right-24:hover {
    right: 6rem;
  }

  .sm\:hover\:bottom-24:hover {
    bottom: 6rem;
  }

  .sm\:hover\:left-24:hover {
    left: 6rem;
  }

  .sm\:hover\:top-28:hover {
    top: 7rem;
  }

  .sm\:hover\:right-28:hover {
    right: 7rem;
  }

  .sm\:hover\:bottom-28:hover {
    bottom: 7rem;
  }

  .sm\:hover\:left-28:hover {
    left: 7rem;
  }

  .sm\:hover\:top-32:hover {
    top: 8rem;
  }

  .sm\:hover\:right-32:hover {
    right: 8rem;
  }

  .sm\:hover\:bottom-32:hover {
    bottom: 8rem;
  }

  .sm\:hover\:left-32:hover {
    left: 8rem;
  }

  .sm\:hover\:top-36:hover {
    top: 9rem;
  }

  .sm\:hover\:right-36:hover {
    right: 9rem;
  }

  .sm\:hover\:bottom-36:hover {
    bottom: 9rem;
  }

  .sm\:hover\:left-36:hover {
    left: 9rem;
  }

  .sm\:hover\:top-40:hover {
    top: 10rem;
  }

  .sm\:hover\:right-40:hover {
    right: 10rem;
  }

  .sm\:hover\:bottom-40:hover {
    bottom: 10rem;
  }

  .sm\:hover\:left-40:hover {
    left: 10rem;
  }

  .sm\:hover\:top-44:hover {
    top: 11rem;
  }

  .sm\:hover\:right-44:hover {
    right: 11rem;
  }

  .sm\:hover\:bottom-44:hover {
    bottom: 11rem;
  }

  .sm\:hover\:left-44:hover {
    left: 11rem;
  }

  .sm\:hover\:top-48:hover {
    top: 12rem;
  }

  .sm\:hover\:right-48:hover {
    right: 12rem;
  }

  .sm\:hover\:bottom-48:hover {
    bottom: 12rem;
  }

  .sm\:hover\:left-48:hover {
    left: 12rem;
  }

  .sm\:hover\:top-52:hover {
    top: 13rem;
  }

  .sm\:hover\:right-52:hover {
    right: 13rem;
  }

  .sm\:hover\:bottom-52:hover {
    bottom: 13rem;
  }

  .sm\:hover\:left-52:hover {
    left: 13rem;
  }

  .sm\:hover\:top-56:hover {
    top: 14rem;
  }

  .sm\:hover\:right-56:hover {
    right: 14rem;
  }

  .sm\:hover\:bottom-56:hover {
    bottom: 14rem;
  }

  .sm\:hover\:left-56:hover {
    left: 14rem;
  }

  .sm\:hover\:top-60:hover {
    top: 15rem;
  }

  .sm\:hover\:right-60:hover {
    right: 15rem;
  }

  .sm\:hover\:bottom-60:hover {
    bottom: 15rem;
  }

  .sm\:hover\:left-60:hover {
    left: 15rem;
  }

  .sm\:hover\:top-64:hover {
    top: 16rem;
  }

  .sm\:hover\:right-64:hover {
    right: 16rem;
  }

  .sm\:hover\:bottom-64:hover {
    bottom: 16rem;
  }

  .sm\:hover\:left-64:hover {
    left: 16rem;
  }

  .sm\:hover\:top-72:hover {
    top: 18rem;
  }

  .sm\:hover\:right-72:hover {
    right: 18rem;
  }

  .sm\:hover\:bottom-72:hover {
    bottom: 18rem;
  }

  .sm\:hover\:left-72:hover {
    left: 18rem;
  }

  .sm\:hover\:top-80:hover {
    top: 20rem;
  }

  .sm\:hover\:right-80:hover {
    right: 20rem;
  }

  .sm\:hover\:bottom-80:hover {
    bottom: 20rem;
  }

  .sm\:hover\:left-80:hover {
    left: 20rem;
  }

  .sm\:hover\:top-96:hover {
    top: 24rem;
  }

  .sm\:hover\:right-96:hover {
    right: 24rem;
  }

  .sm\:hover\:bottom-96:hover {
    bottom: 24rem;
  }

  .sm\:hover\:left-96:hover {
    left: 24rem;
  }

  .sm\:hover\:top-auto:hover {
    top: auto;
  }

  .sm\:hover\:right-auto:hover {
    right: auto;
  }

  .sm\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .sm\:hover\:left-auto:hover {
    left: auto;
  }

  .sm\:hover\:top-px:hover {
    top: 1px;
  }

  .sm\:hover\:right-px:hover {
    right: 1px;
  }

  .sm\:hover\:bottom-px:hover {
    bottom: 1px;
  }

  .sm\:hover\:left-px:hover {
    left: 1px;
  }

  .sm\:hover\:top-0\.5:hover {
    top: 0.125rem;
  }

  .sm\:hover\:right-0\.5:hover {
    right: 0.125rem;
  }

  .sm\:hover\:bottom-0\.5:hover {
    bottom: 0.125rem;
  }

  .sm\:hover\:left-0\.5:hover {
    left: 0.125rem;
  }

  .sm\:hover\:top-1\.5:hover {
    top: 0.375rem;
  }

  .sm\:hover\:right-1\.5:hover {
    right: 0.375rem;
  }

  .sm\:hover\:bottom-1\.5:hover {
    bottom: 0.375rem;
  }

  .sm\:hover\:left-1\.5:hover {
    left: 0.375rem;
  }

  .sm\:hover\:top-2\.5:hover {
    top: 0.625rem;
  }

  .sm\:hover\:right-2\.5:hover {
    right: 0.625rem;
  }

  .sm\:hover\:bottom-2\.5:hover {
    bottom: 0.625rem;
  }

  .sm\:hover\:left-2\.5:hover {
    left: 0.625rem;
  }

  .sm\:hover\:top-3\.5:hover {
    top: 0.875rem;
  }

  .sm\:hover\:right-3\.5:hover {
    right: 0.875rem;
  }

  .sm\:hover\:bottom-3\.5:hover {
    bottom: 0.875rem;
  }

  .sm\:hover\:left-3\.5:hover {
    left: 0.875rem;
  }

  .sm\:hover\:-top-0:hover {
    top: 0px;
  }

  .sm\:hover\:-right-0:hover {
    right: 0px;
  }

  .sm\:hover\:-bottom-0:hover {
    bottom: 0px;
  }

  .sm\:hover\:-left-0:hover {
    left: 0px;
  }

  .sm\:hover\:-top-1:hover {
    top: -0.25rem;
  }

  .sm\:hover\:-right-1:hover {
    right: -0.25rem;
  }

  .sm\:hover\:-bottom-1:hover {
    bottom: -0.25rem;
  }

  .sm\:hover\:-left-1:hover {
    left: -0.25rem;
  }

  .sm\:hover\:-top-2:hover {
    top: -0.5rem;
  }

  .sm\:hover\:-right-2:hover {
    right: -0.5rem;
  }

  .sm\:hover\:-bottom-2:hover {
    bottom: -0.5rem;
  }

  .sm\:hover\:-left-2:hover {
    left: -0.5rem;
  }

  .sm\:hover\:-top-3:hover {
    top: -0.75rem;
  }

  .sm\:hover\:-right-3:hover {
    right: -0.75rem;
  }

  .sm\:hover\:-bottom-3:hover {
    bottom: -0.75rem;
  }

  .sm\:hover\:-left-3:hover {
    left: -0.75rem;
  }

  .sm\:hover\:-top-4:hover {
    top: -1rem;
  }

  .sm\:hover\:-right-4:hover {
    right: -1rem;
  }

  .sm\:hover\:-bottom-4:hover {
    bottom: -1rem;
  }

  .sm\:hover\:-left-4:hover {
    left: -1rem;
  }

  .sm\:hover\:-top-5:hover {
    top: -1.25rem;
  }

  .sm\:hover\:-right-5:hover {
    right: -1.25rem;
  }

  .sm\:hover\:-bottom-5:hover {
    bottom: -1.25rem;
  }

  .sm\:hover\:-left-5:hover {
    left: -1.25rem;
  }

  .sm\:hover\:-top-6:hover {
    top: -1.5rem;
  }

  .sm\:hover\:-right-6:hover {
    right: -1.5rem;
  }

  .sm\:hover\:-bottom-6:hover {
    bottom: -1.5rem;
  }

  .sm\:hover\:-left-6:hover {
    left: -1.5rem;
  }

  .sm\:hover\:-top-7:hover {
    top: -1.75rem;
  }

  .sm\:hover\:-right-7:hover {
    right: -1.75rem;
  }

  .sm\:hover\:-bottom-7:hover {
    bottom: -1.75rem;
  }

  .sm\:hover\:-left-7:hover {
    left: -1.75rem;
  }

  .sm\:hover\:-top-8:hover {
    top: -2rem;
  }

  .sm\:hover\:-right-8:hover {
    right: -2rem;
  }

  .sm\:hover\:-bottom-8:hover {
    bottom: -2rem;
  }

  .sm\:hover\:-left-8:hover {
    left: -2rem;
  }

  .sm\:hover\:-top-9:hover {
    top: -2.25rem;
  }

  .sm\:hover\:-right-9:hover {
    right: -2.25rem;
  }

  .sm\:hover\:-bottom-9:hover {
    bottom: -2.25rem;
  }

  .sm\:hover\:-left-9:hover {
    left: -2.25rem;
  }

  .sm\:hover\:-top-10:hover {
    top: -2.5rem;
  }

  .sm\:hover\:-right-10:hover {
    right: -2.5rem;
  }

  .sm\:hover\:-bottom-10:hover {
    bottom: -2.5rem;
  }

  .sm\:hover\:-left-10:hover {
    left: -2.5rem;
  }

  .sm\:hover\:-top-11:hover {
    top: -2.75rem;
  }

  .sm\:hover\:-right-11:hover {
    right: -2.75rem;
  }

  .sm\:hover\:-bottom-11:hover {
    bottom: -2.75rem;
  }

  .sm\:hover\:-left-11:hover {
    left: -2.75rem;
  }

  .sm\:hover\:-top-12:hover {
    top: -3rem;
  }

  .sm\:hover\:-right-12:hover {
    right: -3rem;
  }

  .sm\:hover\:-bottom-12:hover {
    bottom: -3rem;
  }

  .sm\:hover\:-left-12:hover {
    left: -3rem;
  }

  .sm\:hover\:-top-14:hover {
    top: -3.5rem;
  }

  .sm\:hover\:-right-14:hover {
    right: -3.5rem;
  }

  .sm\:hover\:-bottom-14:hover {
    bottom: -3.5rem;
  }

  .sm\:hover\:-left-14:hover {
    left: -3.5rem;
  }

  .sm\:hover\:-top-16:hover {
    top: -4rem;
  }

  .sm\:hover\:-right-16:hover {
    right: -4rem;
  }

  .sm\:hover\:-bottom-16:hover {
    bottom: -4rem;
  }

  .sm\:hover\:-left-16:hover {
    left: -4rem;
  }

  .sm\:hover\:-top-20:hover {
    top: -5rem;
  }

  .sm\:hover\:-right-20:hover {
    right: -5rem;
  }

  .sm\:hover\:-bottom-20:hover {
    bottom: -5rem;
  }

  .sm\:hover\:-left-20:hover {
    left: -5rem;
  }

  .sm\:hover\:-top-24:hover {
    top: -6rem;
  }

  .sm\:hover\:-right-24:hover {
    right: -6rem;
  }

  .sm\:hover\:-bottom-24:hover {
    bottom: -6rem;
  }

  .sm\:hover\:-left-24:hover {
    left: -6rem;
  }

  .sm\:hover\:-top-28:hover {
    top: -7rem;
  }

  .sm\:hover\:-right-28:hover {
    right: -7rem;
  }

  .sm\:hover\:-bottom-28:hover {
    bottom: -7rem;
  }

  .sm\:hover\:-left-28:hover {
    left: -7rem;
  }

  .sm\:hover\:-top-32:hover {
    top: -8rem;
  }

  .sm\:hover\:-right-32:hover {
    right: -8rem;
  }

  .sm\:hover\:-bottom-32:hover {
    bottom: -8rem;
  }

  .sm\:hover\:-left-32:hover {
    left: -8rem;
  }

  .sm\:hover\:-top-36:hover {
    top: -9rem;
  }

  .sm\:hover\:-right-36:hover {
    right: -9rem;
  }

  .sm\:hover\:-bottom-36:hover {
    bottom: -9rem;
  }

  .sm\:hover\:-left-36:hover {
    left: -9rem;
  }

  .sm\:hover\:-top-40:hover {
    top: -10rem;
  }

  .sm\:hover\:-right-40:hover {
    right: -10rem;
  }

  .sm\:hover\:-bottom-40:hover {
    bottom: -10rem;
  }

  .sm\:hover\:-left-40:hover {
    left: -10rem;
  }

  .sm\:hover\:-top-44:hover {
    top: -11rem;
  }

  .sm\:hover\:-right-44:hover {
    right: -11rem;
  }

  .sm\:hover\:-bottom-44:hover {
    bottom: -11rem;
  }

  .sm\:hover\:-left-44:hover {
    left: -11rem;
  }

  .sm\:hover\:-top-48:hover {
    top: -12rem;
  }

  .sm\:hover\:-right-48:hover {
    right: -12rem;
  }

  .sm\:hover\:-bottom-48:hover {
    bottom: -12rem;
  }

  .sm\:hover\:-left-48:hover {
    left: -12rem;
  }

  .sm\:hover\:-top-52:hover {
    top: -13rem;
  }

  .sm\:hover\:-right-52:hover {
    right: -13rem;
  }

  .sm\:hover\:-bottom-52:hover {
    bottom: -13rem;
  }

  .sm\:hover\:-left-52:hover {
    left: -13rem;
  }

  .sm\:hover\:-top-56:hover {
    top: -14rem;
  }

  .sm\:hover\:-right-56:hover {
    right: -14rem;
  }

  .sm\:hover\:-bottom-56:hover {
    bottom: -14rem;
  }

  .sm\:hover\:-left-56:hover {
    left: -14rem;
  }

  .sm\:hover\:-top-60:hover {
    top: -15rem;
  }

  .sm\:hover\:-right-60:hover {
    right: -15rem;
  }

  .sm\:hover\:-bottom-60:hover {
    bottom: -15rem;
  }

  .sm\:hover\:-left-60:hover {
    left: -15rem;
  }

  .sm\:hover\:-top-64:hover {
    top: -16rem;
  }

  .sm\:hover\:-right-64:hover {
    right: -16rem;
  }

  .sm\:hover\:-bottom-64:hover {
    bottom: -16rem;
  }

  .sm\:hover\:-left-64:hover {
    left: -16rem;
  }

  .sm\:hover\:-top-72:hover {
    top: -18rem;
  }

  .sm\:hover\:-right-72:hover {
    right: -18rem;
  }

  .sm\:hover\:-bottom-72:hover {
    bottom: -18rem;
  }

  .sm\:hover\:-left-72:hover {
    left: -18rem;
  }

  .sm\:hover\:-top-80:hover {
    top: -20rem;
  }

  .sm\:hover\:-right-80:hover {
    right: -20rem;
  }

  .sm\:hover\:-bottom-80:hover {
    bottom: -20rem;
  }

  .sm\:hover\:-left-80:hover {
    left: -20rem;
  }

  .sm\:hover\:-top-96:hover {
    top: -24rem;
  }

  .sm\:hover\:-right-96:hover {
    right: -24rem;
  }

  .sm\:hover\:-bottom-96:hover {
    bottom: -24rem;
  }

  .sm\:hover\:-left-96:hover {
    left: -24rem;
  }

  .sm\:hover\:-top-px:hover {
    top: -1px;
  }

  .sm\:hover\:-right-px:hover {
    right: -1px;
  }

  .sm\:hover\:-bottom-px:hover {
    bottom: -1px;
  }

  .sm\:hover\:-left-px:hover {
    left: -1px;
  }

  .sm\:hover\:-top-0\.5:hover {
    top: -0.125rem;
  }

  .sm\:hover\:-right-0\.5:hover {
    right: -0.125rem;
  }

  .sm\:hover\:-bottom-0\.5:hover {
    bottom: -0.125rem;
  }

  .sm\:hover\:-left-0\.5:hover {
    left: -0.125rem;
  }

  .sm\:hover\:-top-1\.5:hover {
    top: -0.375rem;
  }

  .sm\:hover\:-right-1\.5:hover {
    right: -0.375rem;
  }

  .sm\:hover\:-bottom-1\.5:hover {
    bottom: -0.375rem;
  }

  .sm\:hover\:-left-1\.5:hover {
    left: -0.375rem;
  }

  .sm\:hover\:-top-2\.5:hover {
    top: -0.625rem;
  }

  .sm\:hover\:-right-2\.5:hover {
    right: -0.625rem;
  }

  .sm\:hover\:-bottom-2\.5:hover {
    bottom: -0.625rem;
  }

  .sm\:hover\:-left-2\.5:hover {
    left: -0.625rem;
  }

  .sm\:hover\:-top-3\.5:hover {
    top: -0.875rem;
  }

  .sm\:hover\:-right-3\.5:hover {
    right: -0.875rem;
  }

  .sm\:hover\:-bottom-3\.5:hover {
    bottom: -0.875rem;
  }

  .sm\:hover\:-left-3\.5:hover {
    left: -0.875rem;
  }

  .sm\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .sm\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .sm\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .sm\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .sm\:hover\:top-1\/3:hover {
    top: 33.333333%;
  }

  .sm\:hover\:right-1\/3:hover {
    right: 33.333333%;
  }

  .sm\:hover\:bottom-1\/3:hover {
    bottom: 33.333333%;
  }

  .sm\:hover\:left-1\/3:hover {
    left: 33.333333%;
  }

  .sm\:hover\:top-2\/3:hover {
    top: 66.666667%;
  }

  .sm\:hover\:right-2\/3:hover {
    right: 66.666667%;
  }

  .sm\:hover\:bottom-2\/3:hover {
    bottom: 66.666667%;
  }

  .sm\:hover\:left-2\/3:hover {
    left: 66.666667%;
  }

  .sm\:hover\:top-1\/4:hover {
    top: 25%;
  }

  .sm\:hover\:right-1\/4:hover {
    right: 25%;
  }

  .sm\:hover\:bottom-1\/4:hover {
    bottom: 25%;
  }

  .sm\:hover\:left-1\/4:hover {
    left: 25%;
  }

  .sm\:hover\:top-2\/4:hover {
    top: 50%;
  }

  .sm\:hover\:right-2\/4:hover {
    right: 50%;
  }

  .sm\:hover\:bottom-2\/4:hover {
    bottom: 50%;
  }

  .sm\:hover\:left-2\/4:hover {
    left: 50%;
  }

  .sm\:hover\:top-3\/4:hover {
    top: 75%;
  }

  .sm\:hover\:right-3\/4:hover {
    right: 75%;
  }

  .sm\:hover\:bottom-3\/4:hover {
    bottom: 75%;
  }

  .sm\:hover\:left-3\/4:hover {
    left: 75%;
  }

  .sm\:hover\:top-full:hover {
    top: 100%;
  }

  .sm\:hover\:right-full:hover {
    right: 100%;
  }

  .sm\:hover\:bottom-full:hover {
    bottom: 100%;
  }

  .sm\:hover\:left-full:hover {
    left: 100%;
  }

  .sm\:hover\:-top-1\/2:hover {
    top: -50%;
  }

  .sm\:hover\:-right-1\/2:hover {
    right: -50%;
  }

  .sm\:hover\:-bottom-1\/2:hover {
    bottom: -50%;
  }

  .sm\:hover\:-left-1\/2:hover {
    left: -50%;
  }

  .sm\:hover\:-top-1\/3:hover {
    top: -33.333333%;
  }

  .sm\:hover\:-right-1\/3:hover {
    right: -33.333333%;
  }

  .sm\:hover\:-bottom-1\/3:hover {
    bottom: -33.333333%;
  }

  .sm\:hover\:-left-1\/3:hover {
    left: -33.333333%;
  }

  .sm\:hover\:-top-2\/3:hover {
    top: -66.666667%;
  }

  .sm\:hover\:-right-2\/3:hover {
    right: -66.666667%;
  }

  .sm\:hover\:-bottom-2\/3:hover {
    bottom: -66.666667%;
  }

  .sm\:hover\:-left-2\/3:hover {
    left: -66.666667%;
  }

  .sm\:hover\:-top-1\/4:hover {
    top: -25%;
  }

  .sm\:hover\:-right-1\/4:hover {
    right: -25%;
  }

  .sm\:hover\:-bottom-1\/4:hover {
    bottom: -25%;
  }

  .sm\:hover\:-left-1\/4:hover {
    left: -25%;
  }

  .sm\:hover\:-top-2\/4:hover {
    top: -50%;
  }

  .sm\:hover\:-right-2\/4:hover {
    right: -50%;
  }

  .sm\:hover\:-bottom-2\/4:hover {
    bottom: -50%;
  }

  .sm\:hover\:-left-2\/4:hover {
    left: -50%;
  }

  .sm\:hover\:-top-3\/4:hover {
    top: -75%;
  }

  .sm\:hover\:-right-3\/4:hover {
    right: -75%;
  }

  .sm\:hover\:-bottom-3\/4:hover {
    bottom: -75%;
  }

  .sm\:hover\:-left-3\/4:hover {
    left: -75%;
  }

  .sm\:hover\:-top-full:hover {
    top: -100%;
  }

  .sm\:hover\:-right-full:hover {
    right: -100%;
  }

  .sm\:hover\:-bottom-full:hover {
    bottom: -100%;
  }

  .sm\:hover\:-left-full:hover {
    left: -100%;
  }

  .sm\:focus\:inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:focus\:inset-1:focus {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:focus\:inset-2:focus {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:focus\:inset-3:focus {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:focus\:inset-4:focus {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:focus\:inset-5:focus {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:focus\:inset-6:focus {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:focus\:inset-7:focus {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:focus\:inset-8:focus {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:focus\:inset-9:focus {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:focus\:inset-10:focus {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:focus\:inset-11:focus {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:focus\:inset-12:focus {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:focus\:inset-14:focus {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:focus\:inset-16:focus {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:focus\:inset-20:focus {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:focus\:inset-24:focus {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:focus\:inset-28:focus {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:focus\:inset-32:focus {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:focus\:inset-36:focus {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:focus\:inset-40:focus {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:focus\:inset-44:focus {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:focus\:inset-48:focus {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:focus\:inset-52:focus {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:focus\:inset-56:focus {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:focus\:inset-60:focus {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:focus\:inset-64:focus {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:focus\:inset-72:focus {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:focus\:inset-80:focus {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:focus\:inset-96:focus {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus\:inset-px:focus {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:focus\:inset-0\.5:focus {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:focus\:inset-1\.5:focus {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:focus\:inset-2\.5:focus {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:focus\:inset-3\.5:focus {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:focus\:-inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:focus\:-inset-1:focus {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:focus\:-inset-2:focus {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:focus\:-inset-3:focus {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:focus\:-inset-4:focus {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:focus\:-inset-5:focus {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:focus\:-inset-6:focus {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:focus\:-inset-7:focus {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:focus\:-inset-8:focus {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:focus\:-inset-9:focus {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:focus\:-inset-10:focus {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:focus\:-inset-11:focus {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:focus\:-inset-12:focus {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:focus\:-inset-14:focus {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:focus\:-inset-20:focus {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:focus\:-inset-24:focus {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:focus\:-inset-28:focus {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:focus\:-inset-32:focus {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:focus\:-inset-36:focus {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:focus\:-inset-40:focus {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:focus\:-inset-44:focus {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:focus\:-inset-48:focus {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:focus\:-inset-52:focus {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:focus\:-inset-56:focus {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:focus\:-inset-60:focus {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:focus\:-inset-64:focus {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:focus\:-inset-72:focus {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:focus\:-inset-80:focus {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:focus\:-inset-96:focus {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:focus\:-inset-px:focus {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:focus\:-inset-0\.5:focus {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:focus\:-inset-1\.5:focus {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:focus\:-inset-2\.5:focus {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:focus\:-inset-3\.5:focus {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:focus\:inset-1\/3:focus {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:focus\:inset-2\/3:focus {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:focus\:inset-1\/4:focus {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:focus\:inset-2\/4:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:focus\:inset-3\/4:focus {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:focus\:inset-full:focus {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:focus\:-inset-1\/2:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:focus\:-inset-1\/3:focus {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:focus\:-inset-2\/3:focus {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:focus\:-inset-1\/4:focus {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:focus\:-inset-2\/4:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:focus\:-inset-3\/4:focus {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:focus\:-inset-full:focus {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:focus\:inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .sm\:focus\:inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .sm\:focus\:inset-y-1:focus {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:focus\:inset-x-1:focus {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:focus\:inset-y-2:focus {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:focus\:inset-x-2:focus {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:focus\:inset-y-3:focus {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:focus\:inset-x-3:focus {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:focus\:inset-y-4:focus {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:focus\:inset-x-4:focus {
    right: 1rem;
    left: 1rem;
  }

  .sm\:focus\:inset-y-5:focus {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:focus\:inset-x-5:focus {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:focus\:inset-y-6:focus {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:focus\:inset-x-6:focus {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:focus\:inset-y-7:focus {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:focus\:inset-x-7:focus {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:focus\:inset-y-8:focus {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:focus\:inset-x-8:focus {
    right: 2rem;
    left: 2rem;
  }

  .sm\:focus\:inset-y-9:focus {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:focus\:inset-x-9:focus {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:focus\:inset-y-10:focus {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:focus\:inset-x-10:focus {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:focus\:inset-y-11:focus {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:focus\:inset-x-11:focus {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:focus\:inset-y-12:focus {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:focus\:inset-x-12:focus {
    right: 3rem;
    left: 3rem;
  }

  .sm\:focus\:inset-y-14:focus {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:focus\:inset-x-14:focus {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:focus\:inset-y-16:focus {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:focus\:inset-x-16:focus {
    right: 4rem;
    left: 4rem;
  }

  .sm\:focus\:inset-y-20:focus {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:focus\:inset-x-20:focus {
    right: 5rem;
    left: 5rem;
  }

  .sm\:focus\:inset-y-24:focus {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:focus\:inset-x-24:focus {
    right: 6rem;
    left: 6rem;
  }

  .sm\:focus\:inset-y-28:focus {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:focus\:inset-x-28:focus {
    right: 7rem;
    left: 7rem;
  }

  .sm\:focus\:inset-y-32:focus {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:focus\:inset-x-32:focus {
    right: 8rem;
    left: 8rem;
  }

  .sm\:focus\:inset-y-36:focus {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:focus\:inset-x-36:focus {
    right: 9rem;
    left: 9rem;
  }

  .sm\:focus\:inset-y-40:focus {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:focus\:inset-x-40:focus {
    right: 10rem;
    left: 10rem;
  }

  .sm\:focus\:inset-y-44:focus {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:focus\:inset-x-44:focus {
    right: 11rem;
    left: 11rem;
  }

  .sm\:focus\:inset-y-48:focus {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:focus\:inset-x-48:focus {
    right: 12rem;
    left: 12rem;
  }

  .sm\:focus\:inset-y-52:focus {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:focus\:inset-x-52:focus {
    right: 13rem;
    left: 13rem;
  }

  .sm\:focus\:inset-y-56:focus {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:focus\:inset-x-56:focus {
    right: 14rem;
    left: 14rem;
  }

  .sm\:focus\:inset-y-60:focus {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:focus\:inset-x-60:focus {
    right: 15rem;
    left: 15rem;
  }

  .sm\:focus\:inset-y-64:focus {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:focus\:inset-x-64:focus {
    right: 16rem;
    left: 16rem;
  }

  .sm\:focus\:inset-y-72:focus {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:focus\:inset-x-72:focus {
    right: 18rem;
    left: 18rem;
  }

  .sm\:focus\:inset-y-80:focus {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:focus\:inset-x-80:focus {
    right: 20rem;
    left: 20rem;
  }

  .sm\:focus\:inset-y-96:focus {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:focus\:inset-x-96:focus {
    right: 24rem;
    left: 24rem;
  }

  .sm\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .sm\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .sm\:focus\:inset-y-px:focus {
    top: 1px;
    bottom: 1px;
  }

  .sm\:focus\:inset-x-px:focus {
    right: 1px;
    left: 1px;
  }

  .sm\:focus\:inset-y-0\.5:focus {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:focus\:inset-x-0\.5:focus {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:focus\:inset-y-1\.5:focus {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:focus\:inset-x-1\.5:focus {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:focus\:inset-y-2\.5:focus {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:focus\:inset-x-2\.5:focus {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:focus\:inset-y-3\.5:focus {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:focus\:inset-x-3\.5:focus {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:focus\:-inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .sm\:focus\:-inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .sm\:focus\:-inset-y-1:focus {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:focus\:-inset-x-1:focus {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:focus\:-inset-y-2:focus {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:focus\:-inset-x-2:focus {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:focus\:-inset-y-3:focus {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:focus\:-inset-x-3:focus {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:focus\:-inset-y-4:focus {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:focus\:-inset-x-4:focus {
    right: -1rem;
    left: -1rem;
  }

  .sm\:focus\:-inset-y-5:focus {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:focus\:-inset-x-5:focus {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:focus\:-inset-y-6:focus {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:focus\:-inset-x-6:focus {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:focus\:-inset-y-7:focus {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:focus\:-inset-x-7:focus {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:focus\:-inset-y-8:focus {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:focus\:-inset-x-8:focus {
    right: -2rem;
    left: -2rem;
  }

  .sm\:focus\:-inset-y-9:focus {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:focus\:-inset-x-9:focus {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:focus\:-inset-y-10:focus {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:focus\:-inset-x-10:focus {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:focus\:-inset-y-11:focus {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:focus\:-inset-x-11:focus {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:focus\:-inset-y-12:focus {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:focus\:-inset-x-12:focus {
    right: -3rem;
    left: -3rem;
  }

  .sm\:focus\:-inset-y-14:focus {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:focus\:-inset-x-14:focus {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .sm\:focus\:-inset-y-20:focus {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:focus\:-inset-x-20:focus {
    right: -5rem;
    left: -5rem;
  }

  .sm\:focus\:-inset-y-24:focus {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:focus\:-inset-x-24:focus {
    right: -6rem;
    left: -6rem;
  }

  .sm\:focus\:-inset-y-28:focus {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:focus\:-inset-x-28:focus {
    right: -7rem;
    left: -7rem;
  }

  .sm\:focus\:-inset-y-32:focus {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:focus\:-inset-x-32:focus {
    right: -8rem;
    left: -8rem;
  }

  .sm\:focus\:-inset-y-36:focus {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:focus\:-inset-x-36:focus {
    right: -9rem;
    left: -9rem;
  }

  .sm\:focus\:-inset-y-40:focus {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:focus\:-inset-x-40:focus {
    right: -10rem;
    left: -10rem;
  }

  .sm\:focus\:-inset-y-44:focus {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:focus\:-inset-x-44:focus {
    right: -11rem;
    left: -11rem;
  }

  .sm\:focus\:-inset-y-48:focus {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:focus\:-inset-x-48:focus {
    right: -12rem;
    left: -12rem;
  }

  .sm\:focus\:-inset-y-52:focus {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:focus\:-inset-x-52:focus {
    right: -13rem;
    left: -13rem;
  }

  .sm\:focus\:-inset-y-56:focus {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:focus\:-inset-x-56:focus {
    right: -14rem;
    left: -14rem;
  }

  .sm\:focus\:-inset-y-60:focus {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:focus\:-inset-x-60:focus {
    right: -15rem;
    left: -15rem;
  }

  .sm\:focus\:-inset-y-64:focus {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:focus\:-inset-x-64:focus {
    right: -16rem;
    left: -16rem;
  }

  .sm\:focus\:-inset-y-72:focus {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:focus\:-inset-x-72:focus {
    right: -18rem;
    left: -18rem;
  }

  .sm\:focus\:-inset-y-80:focus {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:focus\:-inset-x-80:focus {
    right: -20rem;
    left: -20rem;
  }

  .sm\:focus\:-inset-y-96:focus {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:focus\:-inset-x-96:focus {
    right: -24rem;
    left: -24rem;
  }

  .sm\:focus\:-inset-y-px:focus {
    top: -1px;
    bottom: -1px;
  }

  .sm\:focus\:-inset-x-px:focus {
    right: -1px;
    left: -1px;
  }

  .sm\:focus\:-inset-y-0\.5:focus {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:focus\:-inset-x-0\.5:focus {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:focus\:-inset-y-1\.5:focus {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:focus\:-inset-x-1\.5:focus {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:focus\:-inset-y-2\.5:focus {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:focus\:-inset-x-2\.5:focus {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:focus\:-inset-y-3\.5:focus {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:focus\:-inset-x-3\.5:focus {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .sm\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .sm\:focus\:inset-y-1\/3:focus {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:focus\:inset-x-1\/3:focus {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:focus\:inset-y-2\/3:focus {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:focus\:inset-x-2\/3:focus {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:focus\:inset-y-1\/4:focus {
    top: 25%;
    bottom: 25%;
  }

  .sm\:focus\:inset-x-1\/4:focus {
    right: 25%;
    left: 25%;
  }

  .sm\:focus\:inset-y-2\/4:focus {
    top: 50%;
    bottom: 50%;
  }

  .sm\:focus\:inset-x-2\/4:focus {
    right: 50%;
    left: 50%;
  }

  .sm\:focus\:inset-y-3\/4:focus {
    top: 75%;
    bottom: 75%;
  }

  .sm\:focus\:inset-x-3\/4:focus {
    right: 75%;
    left: 75%;
  }

  .sm\:focus\:inset-y-full:focus {
    top: 100%;
    bottom: 100%;
  }

  .sm\:focus\:inset-x-full:focus {
    right: 100%;
    left: 100%;
  }

  .sm\:focus\:-inset-y-1\/2:focus {
    top: -50%;
    bottom: -50%;
  }

  .sm\:focus\:-inset-x-1\/2:focus {
    right: -50%;
    left: -50%;
  }

  .sm\:focus\:-inset-y-1\/3:focus {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:focus\:-inset-x-1\/3:focus {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:focus\:-inset-y-2\/3:focus {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:focus\:-inset-x-2\/3:focus {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:focus\:-inset-y-1\/4:focus {
    top: -25%;
    bottom: -25%;
  }

  .sm\:focus\:-inset-x-1\/4:focus {
    right: -25%;
    left: -25%;
  }

  .sm\:focus\:-inset-y-2\/4:focus {
    top: -50%;
    bottom: -50%;
  }

  .sm\:focus\:-inset-x-2\/4:focus {
    right: -50%;
    left: -50%;
  }

  .sm\:focus\:-inset-y-3\/4:focus {
    top: -75%;
    bottom: -75%;
  }

  .sm\:focus\:-inset-x-3\/4:focus {
    right: -75%;
    left: -75%;
  }

  .sm\:focus\:-inset-y-full:focus {
    top: -100%;
    bottom: -100%;
  }

  .sm\:focus\:-inset-x-full:focus {
    right: -100%;
    left: -100%;
  }

  .sm\:focus\:top-0:focus {
    top: 0px;
  }

  .sm\:focus\:right-0:focus {
    right: 0px;
  }

  .sm\:focus\:bottom-0:focus {
    bottom: 0px;
  }

  .sm\:focus\:left-0:focus {
    left: 0px;
  }

  .sm\:focus\:top-1:focus {
    top: 0.25rem;
  }

  .sm\:focus\:right-1:focus {
    right: 0.25rem;
  }

  .sm\:focus\:bottom-1:focus {
    bottom: 0.25rem;
  }

  .sm\:focus\:left-1:focus {
    left: 0.25rem;
  }

  .sm\:focus\:top-2:focus {
    top: 0.5rem;
  }

  .sm\:focus\:right-2:focus {
    right: 0.5rem;
  }

  .sm\:focus\:bottom-2:focus {
    bottom: 0.5rem;
  }

  .sm\:focus\:left-2:focus {
    left: 0.5rem;
  }

  .sm\:focus\:top-3:focus {
    top: 0.75rem;
  }

  .sm\:focus\:right-3:focus {
    right: 0.75rem;
  }

  .sm\:focus\:bottom-3:focus {
    bottom: 0.75rem;
  }

  .sm\:focus\:left-3:focus {
    left: 0.75rem;
  }

  .sm\:focus\:top-4:focus {
    top: 1rem;
  }

  .sm\:focus\:right-4:focus {
    right: 1rem;
  }

  .sm\:focus\:bottom-4:focus {
    bottom: 1rem;
  }

  .sm\:focus\:left-4:focus {
    left: 1rem;
  }

  .sm\:focus\:top-5:focus {
    top: 1.25rem;
  }

  .sm\:focus\:right-5:focus {
    right: 1.25rem;
  }

  .sm\:focus\:bottom-5:focus {
    bottom: 1.25rem;
  }

  .sm\:focus\:left-5:focus {
    left: 1.25rem;
  }

  .sm\:focus\:top-6:focus {
    top: 1.5rem;
  }

  .sm\:focus\:right-6:focus {
    right: 1.5rem;
  }

  .sm\:focus\:bottom-6:focus {
    bottom: 1.5rem;
  }

  .sm\:focus\:left-6:focus {
    left: 1.5rem;
  }

  .sm\:focus\:top-7:focus {
    top: 1.75rem;
  }

  .sm\:focus\:right-7:focus {
    right: 1.75rem;
  }

  .sm\:focus\:bottom-7:focus {
    bottom: 1.75rem;
  }

  .sm\:focus\:left-7:focus {
    left: 1.75rem;
  }

  .sm\:focus\:top-8:focus {
    top: 2rem;
  }

  .sm\:focus\:right-8:focus {
    right: 2rem;
  }

  .sm\:focus\:bottom-8:focus {
    bottom: 2rem;
  }

  .sm\:focus\:left-8:focus {
    left: 2rem;
  }

  .sm\:focus\:top-9:focus {
    top: 2.25rem;
  }

  .sm\:focus\:right-9:focus {
    right: 2.25rem;
  }

  .sm\:focus\:bottom-9:focus {
    bottom: 2.25rem;
  }

  .sm\:focus\:left-9:focus {
    left: 2.25rem;
  }

  .sm\:focus\:top-10:focus {
    top: 2.5rem;
  }

  .sm\:focus\:right-10:focus {
    right: 2.5rem;
  }

  .sm\:focus\:bottom-10:focus {
    bottom: 2.5rem;
  }

  .sm\:focus\:left-10:focus {
    left: 2.5rem;
  }

  .sm\:focus\:top-11:focus {
    top: 2.75rem;
  }

  .sm\:focus\:right-11:focus {
    right: 2.75rem;
  }

  .sm\:focus\:bottom-11:focus {
    bottom: 2.75rem;
  }

  .sm\:focus\:left-11:focus {
    left: 2.75rem;
  }

  .sm\:focus\:top-12:focus {
    top: 3rem;
  }

  .sm\:focus\:right-12:focus {
    right: 3rem;
  }

  .sm\:focus\:bottom-12:focus {
    bottom: 3rem;
  }

  .sm\:focus\:left-12:focus {
    left: 3rem;
  }

  .sm\:focus\:top-14:focus {
    top: 3.5rem;
  }

  .sm\:focus\:right-14:focus {
    right: 3.5rem;
  }

  .sm\:focus\:bottom-14:focus {
    bottom: 3.5rem;
  }

  .sm\:focus\:left-14:focus {
    left: 3.5rem;
  }

  .sm\:focus\:top-16:focus {
    top: 4rem;
  }

  .sm\:focus\:right-16:focus {
    right: 4rem;
  }

  .sm\:focus\:bottom-16:focus {
    bottom: 4rem;
  }

  .sm\:focus\:left-16:focus {
    left: 4rem;
  }

  .sm\:focus\:top-20:focus {
    top: 5rem;
  }

  .sm\:focus\:right-20:focus {
    right: 5rem;
  }

  .sm\:focus\:bottom-20:focus {
    bottom: 5rem;
  }

  .sm\:focus\:left-20:focus {
    left: 5rem;
  }

  .sm\:focus\:top-24:focus {
    top: 6rem;
  }

  .sm\:focus\:right-24:focus {
    right: 6rem;
  }

  .sm\:focus\:bottom-24:focus {
    bottom: 6rem;
  }

  .sm\:focus\:left-24:focus {
    left: 6rem;
  }

  .sm\:focus\:top-28:focus {
    top: 7rem;
  }

  .sm\:focus\:right-28:focus {
    right: 7rem;
  }

  .sm\:focus\:bottom-28:focus {
    bottom: 7rem;
  }

  .sm\:focus\:left-28:focus {
    left: 7rem;
  }

  .sm\:focus\:top-32:focus {
    top: 8rem;
  }

  .sm\:focus\:right-32:focus {
    right: 8rem;
  }

  .sm\:focus\:bottom-32:focus {
    bottom: 8rem;
  }

  .sm\:focus\:left-32:focus {
    left: 8rem;
  }

  .sm\:focus\:top-36:focus {
    top: 9rem;
  }

  .sm\:focus\:right-36:focus {
    right: 9rem;
  }

  .sm\:focus\:bottom-36:focus {
    bottom: 9rem;
  }

  .sm\:focus\:left-36:focus {
    left: 9rem;
  }

  .sm\:focus\:top-40:focus {
    top: 10rem;
  }

  .sm\:focus\:right-40:focus {
    right: 10rem;
  }

  .sm\:focus\:bottom-40:focus {
    bottom: 10rem;
  }

  .sm\:focus\:left-40:focus {
    left: 10rem;
  }

  .sm\:focus\:top-44:focus {
    top: 11rem;
  }

  .sm\:focus\:right-44:focus {
    right: 11rem;
  }

  .sm\:focus\:bottom-44:focus {
    bottom: 11rem;
  }

  .sm\:focus\:left-44:focus {
    left: 11rem;
  }

  .sm\:focus\:top-48:focus {
    top: 12rem;
  }

  .sm\:focus\:right-48:focus {
    right: 12rem;
  }

  .sm\:focus\:bottom-48:focus {
    bottom: 12rem;
  }

  .sm\:focus\:left-48:focus {
    left: 12rem;
  }

  .sm\:focus\:top-52:focus {
    top: 13rem;
  }

  .sm\:focus\:right-52:focus {
    right: 13rem;
  }

  .sm\:focus\:bottom-52:focus {
    bottom: 13rem;
  }

  .sm\:focus\:left-52:focus {
    left: 13rem;
  }

  .sm\:focus\:top-56:focus {
    top: 14rem;
  }

  .sm\:focus\:right-56:focus {
    right: 14rem;
  }

  .sm\:focus\:bottom-56:focus {
    bottom: 14rem;
  }

  .sm\:focus\:left-56:focus {
    left: 14rem;
  }

  .sm\:focus\:top-60:focus {
    top: 15rem;
  }

  .sm\:focus\:right-60:focus {
    right: 15rem;
  }

  .sm\:focus\:bottom-60:focus {
    bottom: 15rem;
  }

  .sm\:focus\:left-60:focus {
    left: 15rem;
  }

  .sm\:focus\:top-64:focus {
    top: 16rem;
  }

  .sm\:focus\:right-64:focus {
    right: 16rem;
  }

  .sm\:focus\:bottom-64:focus {
    bottom: 16rem;
  }

  .sm\:focus\:left-64:focus {
    left: 16rem;
  }

  .sm\:focus\:top-72:focus {
    top: 18rem;
  }

  .sm\:focus\:right-72:focus {
    right: 18rem;
  }

  .sm\:focus\:bottom-72:focus {
    bottom: 18rem;
  }

  .sm\:focus\:left-72:focus {
    left: 18rem;
  }

  .sm\:focus\:top-80:focus {
    top: 20rem;
  }

  .sm\:focus\:right-80:focus {
    right: 20rem;
  }

  .sm\:focus\:bottom-80:focus {
    bottom: 20rem;
  }

  .sm\:focus\:left-80:focus {
    left: 20rem;
  }

  .sm\:focus\:top-96:focus {
    top: 24rem;
  }

  .sm\:focus\:right-96:focus {
    right: 24rem;
  }

  .sm\:focus\:bottom-96:focus {
    bottom: 24rem;
  }

  .sm\:focus\:left-96:focus {
    left: 24rem;
  }

  .sm\:focus\:top-auto:focus {
    top: auto;
  }

  .sm\:focus\:right-auto:focus {
    right: auto;
  }

  .sm\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .sm\:focus\:left-auto:focus {
    left: auto;
  }

  .sm\:focus\:top-px:focus {
    top: 1px;
  }

  .sm\:focus\:right-px:focus {
    right: 1px;
  }

  .sm\:focus\:bottom-px:focus {
    bottom: 1px;
  }

  .sm\:focus\:left-px:focus {
    left: 1px;
  }

  .sm\:focus\:top-0\.5:focus {
    top: 0.125rem;
  }

  .sm\:focus\:right-0\.5:focus {
    right: 0.125rem;
  }

  .sm\:focus\:bottom-0\.5:focus {
    bottom: 0.125rem;
  }

  .sm\:focus\:left-0\.5:focus {
    left: 0.125rem;
  }

  .sm\:focus\:top-1\.5:focus {
    top: 0.375rem;
  }

  .sm\:focus\:right-1\.5:focus {
    right: 0.375rem;
  }

  .sm\:focus\:bottom-1\.5:focus {
    bottom: 0.375rem;
  }

  .sm\:focus\:left-1\.5:focus {
    left: 0.375rem;
  }

  .sm\:focus\:top-2\.5:focus {
    top: 0.625rem;
  }

  .sm\:focus\:right-2\.5:focus {
    right: 0.625rem;
  }

  .sm\:focus\:bottom-2\.5:focus {
    bottom: 0.625rem;
  }

  .sm\:focus\:left-2\.5:focus {
    left: 0.625rem;
  }

  .sm\:focus\:top-3\.5:focus {
    top: 0.875rem;
  }

  .sm\:focus\:right-3\.5:focus {
    right: 0.875rem;
  }

  .sm\:focus\:bottom-3\.5:focus {
    bottom: 0.875rem;
  }

  .sm\:focus\:left-3\.5:focus {
    left: 0.875rem;
  }

  .sm\:focus\:-top-0:focus {
    top: 0px;
  }

  .sm\:focus\:-right-0:focus {
    right: 0px;
  }

  .sm\:focus\:-bottom-0:focus {
    bottom: 0px;
  }

  .sm\:focus\:-left-0:focus {
    left: 0px;
  }

  .sm\:focus\:-top-1:focus {
    top: -0.25rem;
  }

  .sm\:focus\:-right-1:focus {
    right: -0.25rem;
  }

  .sm\:focus\:-bottom-1:focus {
    bottom: -0.25rem;
  }

  .sm\:focus\:-left-1:focus {
    left: -0.25rem;
  }

  .sm\:focus\:-top-2:focus {
    top: -0.5rem;
  }

  .sm\:focus\:-right-2:focus {
    right: -0.5rem;
  }

  .sm\:focus\:-bottom-2:focus {
    bottom: -0.5rem;
  }

  .sm\:focus\:-left-2:focus {
    left: -0.5rem;
  }

  .sm\:focus\:-top-3:focus {
    top: -0.75rem;
  }

  .sm\:focus\:-right-3:focus {
    right: -0.75rem;
  }

  .sm\:focus\:-bottom-3:focus {
    bottom: -0.75rem;
  }

  .sm\:focus\:-left-3:focus {
    left: -0.75rem;
  }

  .sm\:focus\:-top-4:focus {
    top: -1rem;
  }

  .sm\:focus\:-right-4:focus {
    right: -1rem;
  }

  .sm\:focus\:-bottom-4:focus {
    bottom: -1rem;
  }

  .sm\:focus\:-left-4:focus {
    left: -1rem;
  }

  .sm\:focus\:-top-5:focus {
    top: -1.25rem;
  }

  .sm\:focus\:-right-5:focus {
    right: -1.25rem;
  }

  .sm\:focus\:-bottom-5:focus {
    bottom: -1.25rem;
  }

  .sm\:focus\:-left-5:focus {
    left: -1.25rem;
  }

  .sm\:focus\:-top-6:focus {
    top: -1.5rem;
  }

  .sm\:focus\:-right-6:focus {
    right: -1.5rem;
  }

  .sm\:focus\:-bottom-6:focus {
    bottom: -1.5rem;
  }

  .sm\:focus\:-left-6:focus {
    left: -1.5rem;
  }

  .sm\:focus\:-top-7:focus {
    top: -1.75rem;
  }

  .sm\:focus\:-right-7:focus {
    right: -1.75rem;
  }

  .sm\:focus\:-bottom-7:focus {
    bottom: -1.75rem;
  }

  .sm\:focus\:-left-7:focus {
    left: -1.75rem;
  }

  .sm\:focus\:-top-8:focus {
    top: -2rem;
  }

  .sm\:focus\:-right-8:focus {
    right: -2rem;
  }

  .sm\:focus\:-bottom-8:focus {
    bottom: -2rem;
  }

  .sm\:focus\:-left-8:focus {
    left: -2rem;
  }

  .sm\:focus\:-top-9:focus {
    top: -2.25rem;
  }

  .sm\:focus\:-right-9:focus {
    right: -2.25rem;
  }

  .sm\:focus\:-bottom-9:focus {
    bottom: -2.25rem;
  }

  .sm\:focus\:-left-9:focus {
    left: -2.25rem;
  }

  .sm\:focus\:-top-10:focus {
    top: -2.5rem;
  }

  .sm\:focus\:-right-10:focus {
    right: -2.5rem;
  }

  .sm\:focus\:-bottom-10:focus {
    bottom: -2.5rem;
  }

  .sm\:focus\:-left-10:focus {
    left: -2.5rem;
  }

  .sm\:focus\:-top-11:focus {
    top: -2.75rem;
  }

  .sm\:focus\:-right-11:focus {
    right: -2.75rem;
  }

  .sm\:focus\:-bottom-11:focus {
    bottom: -2.75rem;
  }

  .sm\:focus\:-left-11:focus {
    left: -2.75rem;
  }

  .sm\:focus\:-top-12:focus {
    top: -3rem;
  }

  .sm\:focus\:-right-12:focus {
    right: -3rem;
  }

  .sm\:focus\:-bottom-12:focus {
    bottom: -3rem;
  }

  .sm\:focus\:-left-12:focus {
    left: -3rem;
  }

  .sm\:focus\:-top-14:focus {
    top: -3.5rem;
  }

  .sm\:focus\:-right-14:focus {
    right: -3.5rem;
  }

  .sm\:focus\:-bottom-14:focus {
    bottom: -3.5rem;
  }

  .sm\:focus\:-left-14:focus {
    left: -3.5rem;
  }

  .sm\:focus\:-top-16:focus {
    top: -4rem;
  }

  .sm\:focus\:-right-16:focus {
    right: -4rem;
  }

  .sm\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .sm\:focus\:-left-16:focus {
    left: -4rem;
  }

  .sm\:focus\:-top-20:focus {
    top: -5rem;
  }

  .sm\:focus\:-right-20:focus {
    right: -5rem;
  }

  .sm\:focus\:-bottom-20:focus {
    bottom: -5rem;
  }

  .sm\:focus\:-left-20:focus {
    left: -5rem;
  }

  .sm\:focus\:-top-24:focus {
    top: -6rem;
  }

  .sm\:focus\:-right-24:focus {
    right: -6rem;
  }

  .sm\:focus\:-bottom-24:focus {
    bottom: -6rem;
  }

  .sm\:focus\:-left-24:focus {
    left: -6rem;
  }

  .sm\:focus\:-top-28:focus {
    top: -7rem;
  }

  .sm\:focus\:-right-28:focus {
    right: -7rem;
  }

  .sm\:focus\:-bottom-28:focus {
    bottom: -7rem;
  }

  .sm\:focus\:-left-28:focus {
    left: -7rem;
  }

  .sm\:focus\:-top-32:focus {
    top: -8rem;
  }

  .sm\:focus\:-right-32:focus {
    right: -8rem;
  }

  .sm\:focus\:-bottom-32:focus {
    bottom: -8rem;
  }

  .sm\:focus\:-left-32:focus {
    left: -8rem;
  }

  .sm\:focus\:-top-36:focus {
    top: -9rem;
  }

  .sm\:focus\:-right-36:focus {
    right: -9rem;
  }

  .sm\:focus\:-bottom-36:focus {
    bottom: -9rem;
  }

  .sm\:focus\:-left-36:focus {
    left: -9rem;
  }

  .sm\:focus\:-top-40:focus {
    top: -10rem;
  }

  .sm\:focus\:-right-40:focus {
    right: -10rem;
  }

  .sm\:focus\:-bottom-40:focus {
    bottom: -10rem;
  }

  .sm\:focus\:-left-40:focus {
    left: -10rem;
  }

  .sm\:focus\:-top-44:focus {
    top: -11rem;
  }

  .sm\:focus\:-right-44:focus {
    right: -11rem;
  }

  .sm\:focus\:-bottom-44:focus {
    bottom: -11rem;
  }

  .sm\:focus\:-left-44:focus {
    left: -11rem;
  }

  .sm\:focus\:-top-48:focus {
    top: -12rem;
  }

  .sm\:focus\:-right-48:focus {
    right: -12rem;
  }

  .sm\:focus\:-bottom-48:focus {
    bottom: -12rem;
  }

  .sm\:focus\:-left-48:focus {
    left: -12rem;
  }

  .sm\:focus\:-top-52:focus {
    top: -13rem;
  }

  .sm\:focus\:-right-52:focus {
    right: -13rem;
  }

  .sm\:focus\:-bottom-52:focus {
    bottom: -13rem;
  }

  .sm\:focus\:-left-52:focus {
    left: -13rem;
  }

  .sm\:focus\:-top-56:focus {
    top: -14rem;
  }

  .sm\:focus\:-right-56:focus {
    right: -14rem;
  }

  .sm\:focus\:-bottom-56:focus {
    bottom: -14rem;
  }

  .sm\:focus\:-left-56:focus {
    left: -14rem;
  }

  .sm\:focus\:-top-60:focus {
    top: -15rem;
  }

  .sm\:focus\:-right-60:focus {
    right: -15rem;
  }

  .sm\:focus\:-bottom-60:focus {
    bottom: -15rem;
  }

  .sm\:focus\:-left-60:focus {
    left: -15rem;
  }

  .sm\:focus\:-top-64:focus {
    top: -16rem;
  }

  .sm\:focus\:-right-64:focus {
    right: -16rem;
  }

  .sm\:focus\:-bottom-64:focus {
    bottom: -16rem;
  }

  .sm\:focus\:-left-64:focus {
    left: -16rem;
  }

  .sm\:focus\:-top-72:focus {
    top: -18rem;
  }

  .sm\:focus\:-right-72:focus {
    right: -18rem;
  }

  .sm\:focus\:-bottom-72:focus {
    bottom: -18rem;
  }

  .sm\:focus\:-left-72:focus {
    left: -18rem;
  }

  .sm\:focus\:-top-80:focus {
    top: -20rem;
  }

  .sm\:focus\:-right-80:focus {
    right: -20rem;
  }

  .sm\:focus\:-bottom-80:focus {
    bottom: -20rem;
  }

  .sm\:focus\:-left-80:focus {
    left: -20rem;
  }

  .sm\:focus\:-top-96:focus {
    top: -24rem;
  }

  .sm\:focus\:-right-96:focus {
    right: -24rem;
  }

  .sm\:focus\:-bottom-96:focus {
    bottom: -24rem;
  }

  .sm\:focus\:-left-96:focus {
    left: -24rem;
  }

  .sm\:focus\:-top-px:focus {
    top: -1px;
  }

  .sm\:focus\:-right-px:focus {
    right: -1px;
  }

  .sm\:focus\:-bottom-px:focus {
    bottom: -1px;
  }

  .sm\:focus\:-left-px:focus {
    left: -1px;
  }

  .sm\:focus\:-top-0\.5:focus {
    top: -0.125rem;
  }

  .sm\:focus\:-right-0\.5:focus {
    right: -0.125rem;
  }

  .sm\:focus\:-bottom-0\.5:focus {
    bottom: -0.125rem;
  }

  .sm\:focus\:-left-0\.5:focus {
    left: -0.125rem;
  }

  .sm\:focus\:-top-1\.5:focus {
    top: -0.375rem;
  }

  .sm\:focus\:-right-1\.5:focus {
    right: -0.375rem;
  }

  .sm\:focus\:-bottom-1\.5:focus {
    bottom: -0.375rem;
  }

  .sm\:focus\:-left-1\.5:focus {
    left: -0.375rem;
  }

  .sm\:focus\:-top-2\.5:focus {
    top: -0.625rem;
  }

  .sm\:focus\:-right-2\.5:focus {
    right: -0.625rem;
  }

  .sm\:focus\:-bottom-2\.5:focus {
    bottom: -0.625rem;
  }

  .sm\:focus\:-left-2\.5:focus {
    left: -0.625rem;
  }

  .sm\:focus\:-top-3\.5:focus {
    top: -0.875rem;
  }

  .sm\:focus\:-right-3\.5:focus {
    right: -0.875rem;
  }

  .sm\:focus\:-bottom-3\.5:focus {
    bottom: -0.875rem;
  }

  .sm\:focus\:-left-3\.5:focus {
    left: -0.875rem;
  }

  .sm\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .sm\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .sm\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .sm\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .sm\:focus\:top-1\/3:focus {
    top: 33.333333%;
  }

  .sm\:focus\:right-1\/3:focus {
    right: 33.333333%;
  }

  .sm\:focus\:bottom-1\/3:focus {
    bottom: 33.333333%;
  }

  .sm\:focus\:left-1\/3:focus {
    left: 33.333333%;
  }

  .sm\:focus\:top-2\/3:focus {
    top: 66.666667%;
  }

  .sm\:focus\:right-2\/3:focus {
    right: 66.666667%;
  }

  .sm\:focus\:bottom-2\/3:focus {
    bottom: 66.666667%;
  }

  .sm\:focus\:left-2\/3:focus {
    left: 66.666667%;
  }

  .sm\:focus\:top-1\/4:focus {
    top: 25%;
  }

  .sm\:focus\:right-1\/4:focus {
    right: 25%;
  }

  .sm\:focus\:bottom-1\/4:focus {
    bottom: 25%;
  }

  .sm\:focus\:left-1\/4:focus {
    left: 25%;
  }

  .sm\:focus\:top-2\/4:focus {
    top: 50%;
  }

  .sm\:focus\:right-2\/4:focus {
    right: 50%;
  }

  .sm\:focus\:bottom-2\/4:focus {
    bottom: 50%;
  }

  .sm\:focus\:left-2\/4:focus {
    left: 50%;
  }

  .sm\:focus\:top-3\/4:focus {
    top: 75%;
  }

  .sm\:focus\:right-3\/4:focus {
    right: 75%;
  }

  .sm\:focus\:bottom-3\/4:focus {
    bottom: 75%;
  }

  .sm\:focus\:left-3\/4:focus {
    left: 75%;
  }

  .sm\:focus\:top-full:focus {
    top: 100%;
  }

  .sm\:focus\:right-full:focus {
    right: 100%;
  }

  .sm\:focus\:bottom-full:focus {
    bottom: 100%;
  }

  .sm\:focus\:left-full:focus {
    left: 100%;
  }

  .sm\:focus\:-top-1\/2:focus {
    top: -50%;
  }

  .sm\:focus\:-right-1\/2:focus {
    right: -50%;
  }

  .sm\:focus\:-bottom-1\/2:focus {
    bottom: -50%;
  }

  .sm\:focus\:-left-1\/2:focus {
    left: -50%;
  }

  .sm\:focus\:-top-1\/3:focus {
    top: -33.333333%;
  }

  .sm\:focus\:-right-1\/3:focus {
    right: -33.333333%;
  }

  .sm\:focus\:-bottom-1\/3:focus {
    bottom: -33.333333%;
  }

  .sm\:focus\:-left-1\/3:focus {
    left: -33.333333%;
  }

  .sm\:focus\:-top-2\/3:focus {
    top: -66.666667%;
  }

  .sm\:focus\:-right-2\/3:focus {
    right: -66.666667%;
  }

  .sm\:focus\:-bottom-2\/3:focus {
    bottom: -66.666667%;
  }

  .sm\:focus\:-left-2\/3:focus {
    left: -66.666667%;
  }

  .sm\:focus\:-top-1\/4:focus {
    top: -25%;
  }

  .sm\:focus\:-right-1\/4:focus {
    right: -25%;
  }

  .sm\:focus\:-bottom-1\/4:focus {
    bottom: -25%;
  }

  .sm\:focus\:-left-1\/4:focus {
    left: -25%;
  }

  .sm\:focus\:-top-2\/4:focus {
    top: -50%;
  }

  .sm\:focus\:-right-2\/4:focus {
    right: -50%;
  }

  .sm\:focus\:-bottom-2\/4:focus {
    bottom: -50%;
  }

  .sm\:focus\:-left-2\/4:focus {
    left: -50%;
  }

  .sm\:focus\:-top-3\/4:focus {
    top: -75%;
  }

  .sm\:focus\:-right-3\/4:focus {
    right: -75%;
  }

  .sm\:focus\:-bottom-3\/4:focus {
    bottom: -75%;
  }

  .sm\:focus\:-left-3\/4:focus {
    left: -75%;
  }

  .sm\:focus\:-top-full:focus {
    top: -100%;
  }

  .sm\:focus\:-right-full:focus {
    right: -100%;
  }

  .sm\:focus\:-bottom-full:focus {
    bottom: -100%;
  }

  .sm\:focus\:-left-full:focus {
    left: -100%;
  }

  .sm\:active\:inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:active\:inset-1:active {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:active\:inset-2:active {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:active\:inset-3:active {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:active\:inset-4:active {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:active\:inset-5:active {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:active\:inset-6:active {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:active\:inset-7:active {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:active\:inset-8:active {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:active\:inset-9:active {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:active\:inset-10:active {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:active\:inset-11:active {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:active\:inset-12:active {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:active\:inset-14:active {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:active\:inset-16:active {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:active\:inset-20:active {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:active\:inset-24:active {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:active\:inset-28:active {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:active\:inset-32:active {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:active\:inset-36:active {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:active\:inset-40:active {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:active\:inset-44:active {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:active\:inset-48:active {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:active\:inset-52:active {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:active\:inset-56:active {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:active\:inset-60:active {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:active\:inset-64:active {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:active\:inset-72:active {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:active\:inset-80:active {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:active\:inset-96:active {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:active\:inset-px:active {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:active\:inset-0\.5:active {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:active\:inset-1\.5:active {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:active\:inset-2\.5:active {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:active\:inset-3\.5:active {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:active\:-inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:active\:-inset-1:active {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:active\:-inset-2:active {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:active\:-inset-3:active {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:active\:-inset-4:active {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:active\:-inset-5:active {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:active\:-inset-6:active {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:active\:-inset-7:active {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:active\:-inset-8:active {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:active\:-inset-9:active {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:active\:-inset-10:active {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:active\:-inset-11:active {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:active\:-inset-12:active {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:active\:-inset-14:active {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:active\:-inset-16:active {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:active\:-inset-20:active {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:active\:-inset-24:active {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:active\:-inset-28:active {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:active\:-inset-32:active {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:active\:-inset-36:active {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:active\:-inset-40:active {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:active\:-inset-44:active {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:active\:-inset-48:active {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:active\:-inset-52:active {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:active\:-inset-56:active {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:active\:-inset-60:active {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:active\:-inset-64:active {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:active\:-inset-72:active {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:active\:-inset-80:active {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:active\:-inset-96:active {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:active\:-inset-px:active {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:active\:-inset-0\.5:active {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:active\:-inset-1\.5:active {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:active\:-inset-2\.5:active {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:active\:-inset-3\.5:active {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:active\:inset-1\/2:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:active\:inset-1\/3:active {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:active\:inset-2\/3:active {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:active\:inset-1\/4:active {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:active\:inset-2\/4:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:active\:inset-3\/4:active {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:active\:inset-full:active {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:active\:-inset-1\/2:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:active\:-inset-1\/3:active {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:active\:-inset-2\/3:active {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:active\:-inset-1\/4:active {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:active\:-inset-2\/4:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:active\:-inset-3\/4:active {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:active\:-inset-full:active {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:active\:inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .sm\:active\:inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .sm\:active\:inset-y-1:active {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:active\:inset-x-1:active {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:active\:inset-y-2:active {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:active\:inset-x-2:active {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:active\:inset-y-3:active {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:active\:inset-x-3:active {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:active\:inset-y-4:active {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:active\:inset-x-4:active {
    right: 1rem;
    left: 1rem;
  }

  .sm\:active\:inset-y-5:active {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:active\:inset-x-5:active {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:active\:inset-y-6:active {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:active\:inset-x-6:active {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:active\:inset-y-7:active {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:active\:inset-x-7:active {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:active\:inset-y-8:active {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:active\:inset-x-8:active {
    right: 2rem;
    left: 2rem;
  }

  .sm\:active\:inset-y-9:active {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:active\:inset-x-9:active {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:active\:inset-y-10:active {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:active\:inset-x-10:active {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:active\:inset-y-11:active {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:active\:inset-x-11:active {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:active\:inset-y-12:active {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:active\:inset-x-12:active {
    right: 3rem;
    left: 3rem;
  }

  .sm\:active\:inset-y-14:active {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:active\:inset-x-14:active {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:active\:inset-y-16:active {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:active\:inset-x-16:active {
    right: 4rem;
    left: 4rem;
  }

  .sm\:active\:inset-y-20:active {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:active\:inset-x-20:active {
    right: 5rem;
    left: 5rem;
  }

  .sm\:active\:inset-y-24:active {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:active\:inset-x-24:active {
    right: 6rem;
    left: 6rem;
  }

  .sm\:active\:inset-y-28:active {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:active\:inset-x-28:active {
    right: 7rem;
    left: 7rem;
  }

  .sm\:active\:inset-y-32:active {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:active\:inset-x-32:active {
    right: 8rem;
    left: 8rem;
  }

  .sm\:active\:inset-y-36:active {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:active\:inset-x-36:active {
    right: 9rem;
    left: 9rem;
  }

  .sm\:active\:inset-y-40:active {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:active\:inset-x-40:active {
    right: 10rem;
    left: 10rem;
  }

  .sm\:active\:inset-y-44:active {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:active\:inset-x-44:active {
    right: 11rem;
    left: 11rem;
  }

  .sm\:active\:inset-y-48:active {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:active\:inset-x-48:active {
    right: 12rem;
    left: 12rem;
  }

  .sm\:active\:inset-y-52:active {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:active\:inset-x-52:active {
    right: 13rem;
    left: 13rem;
  }

  .sm\:active\:inset-y-56:active {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:active\:inset-x-56:active {
    right: 14rem;
    left: 14rem;
  }

  .sm\:active\:inset-y-60:active {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:active\:inset-x-60:active {
    right: 15rem;
    left: 15rem;
  }

  .sm\:active\:inset-y-64:active {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:active\:inset-x-64:active {
    right: 16rem;
    left: 16rem;
  }

  .sm\:active\:inset-y-72:active {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:active\:inset-x-72:active {
    right: 18rem;
    left: 18rem;
  }

  .sm\:active\:inset-y-80:active {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:active\:inset-x-80:active {
    right: 20rem;
    left: 20rem;
  }

  .sm\:active\:inset-y-96:active {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:active\:inset-x-96:active {
    right: 24rem;
    left: 24rem;
  }

  .sm\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .sm\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .sm\:active\:inset-y-px:active {
    top: 1px;
    bottom: 1px;
  }

  .sm\:active\:inset-x-px:active {
    right: 1px;
    left: 1px;
  }

  .sm\:active\:inset-y-0\.5:active {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:active\:inset-x-0\.5:active {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:active\:inset-y-1\.5:active {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:active\:inset-x-1\.5:active {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:active\:inset-y-2\.5:active {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:active\:inset-x-2\.5:active {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:active\:inset-y-3\.5:active {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:active\:inset-x-3\.5:active {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:active\:-inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .sm\:active\:-inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .sm\:active\:-inset-y-1:active {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:active\:-inset-x-1:active {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:active\:-inset-y-2:active {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:active\:-inset-x-2:active {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:active\:-inset-y-3:active {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:active\:-inset-x-3:active {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:active\:-inset-y-4:active {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:active\:-inset-x-4:active {
    right: -1rem;
    left: -1rem;
  }

  .sm\:active\:-inset-y-5:active {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:active\:-inset-x-5:active {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:active\:-inset-y-6:active {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:active\:-inset-x-6:active {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:active\:-inset-y-7:active {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:active\:-inset-x-7:active {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:active\:-inset-y-8:active {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:active\:-inset-x-8:active {
    right: -2rem;
    left: -2rem;
  }

  .sm\:active\:-inset-y-9:active {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:active\:-inset-x-9:active {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:active\:-inset-y-10:active {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:active\:-inset-x-10:active {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:active\:-inset-y-11:active {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:active\:-inset-x-11:active {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:active\:-inset-y-12:active {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:active\:-inset-x-12:active {
    right: -3rem;
    left: -3rem;
  }

  .sm\:active\:-inset-y-14:active {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:active\:-inset-x-14:active {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:active\:-inset-y-16:active {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:active\:-inset-x-16:active {
    right: -4rem;
    left: -4rem;
  }

  .sm\:active\:-inset-y-20:active {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:active\:-inset-x-20:active {
    right: -5rem;
    left: -5rem;
  }

  .sm\:active\:-inset-y-24:active {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:active\:-inset-x-24:active {
    right: -6rem;
    left: -6rem;
  }

  .sm\:active\:-inset-y-28:active {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:active\:-inset-x-28:active {
    right: -7rem;
    left: -7rem;
  }

  .sm\:active\:-inset-y-32:active {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:active\:-inset-x-32:active {
    right: -8rem;
    left: -8rem;
  }

  .sm\:active\:-inset-y-36:active {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:active\:-inset-x-36:active {
    right: -9rem;
    left: -9rem;
  }

  .sm\:active\:-inset-y-40:active {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:active\:-inset-x-40:active {
    right: -10rem;
    left: -10rem;
  }

  .sm\:active\:-inset-y-44:active {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:active\:-inset-x-44:active {
    right: -11rem;
    left: -11rem;
  }

  .sm\:active\:-inset-y-48:active {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:active\:-inset-x-48:active {
    right: -12rem;
    left: -12rem;
  }

  .sm\:active\:-inset-y-52:active {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:active\:-inset-x-52:active {
    right: -13rem;
    left: -13rem;
  }

  .sm\:active\:-inset-y-56:active {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:active\:-inset-x-56:active {
    right: -14rem;
    left: -14rem;
  }

  .sm\:active\:-inset-y-60:active {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:active\:-inset-x-60:active {
    right: -15rem;
    left: -15rem;
  }

  .sm\:active\:-inset-y-64:active {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:active\:-inset-x-64:active {
    right: -16rem;
    left: -16rem;
  }

  .sm\:active\:-inset-y-72:active {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:active\:-inset-x-72:active {
    right: -18rem;
    left: -18rem;
  }

  .sm\:active\:-inset-y-80:active {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:active\:-inset-x-80:active {
    right: -20rem;
    left: -20rem;
  }

  .sm\:active\:-inset-y-96:active {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:active\:-inset-x-96:active {
    right: -24rem;
    left: -24rem;
  }

  .sm\:active\:-inset-y-px:active {
    top: -1px;
    bottom: -1px;
  }

  .sm\:active\:-inset-x-px:active {
    right: -1px;
    left: -1px;
  }

  .sm\:active\:-inset-y-0\.5:active {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:active\:-inset-x-0\.5:active {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:active\:-inset-y-1\.5:active {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:active\:-inset-x-1\.5:active {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:active\:-inset-y-2\.5:active {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:active\:-inset-x-2\.5:active {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:active\:-inset-y-3\.5:active {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:active\:-inset-x-3\.5:active {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:active\:inset-y-1\/2:active {
    top: 50%;
    bottom: 50%;
  }

  .sm\:active\:inset-x-1\/2:active {
    right: 50%;
    left: 50%;
  }

  .sm\:active\:inset-y-1\/3:active {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:active\:inset-x-1\/3:active {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:active\:inset-y-2\/3:active {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:active\:inset-x-2\/3:active {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:active\:inset-y-1\/4:active {
    top: 25%;
    bottom: 25%;
  }

  .sm\:active\:inset-x-1\/4:active {
    right: 25%;
    left: 25%;
  }

  .sm\:active\:inset-y-2\/4:active {
    top: 50%;
    bottom: 50%;
  }

  .sm\:active\:inset-x-2\/4:active {
    right: 50%;
    left: 50%;
  }

  .sm\:active\:inset-y-3\/4:active {
    top: 75%;
    bottom: 75%;
  }

  .sm\:active\:inset-x-3\/4:active {
    right: 75%;
    left: 75%;
  }

  .sm\:active\:inset-y-full:active {
    top: 100%;
    bottom: 100%;
  }

  .sm\:active\:inset-x-full:active {
    right: 100%;
    left: 100%;
  }

  .sm\:active\:-inset-y-1\/2:active {
    top: -50%;
    bottom: -50%;
  }

  .sm\:active\:-inset-x-1\/2:active {
    right: -50%;
    left: -50%;
  }

  .sm\:active\:-inset-y-1\/3:active {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:active\:-inset-x-1\/3:active {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:active\:-inset-y-2\/3:active {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:active\:-inset-x-2\/3:active {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:active\:-inset-y-1\/4:active {
    top: -25%;
    bottom: -25%;
  }

  .sm\:active\:-inset-x-1\/4:active {
    right: -25%;
    left: -25%;
  }

  .sm\:active\:-inset-y-2\/4:active {
    top: -50%;
    bottom: -50%;
  }

  .sm\:active\:-inset-x-2\/4:active {
    right: -50%;
    left: -50%;
  }

  .sm\:active\:-inset-y-3\/4:active {
    top: -75%;
    bottom: -75%;
  }

  .sm\:active\:-inset-x-3\/4:active {
    right: -75%;
    left: -75%;
  }

  .sm\:active\:-inset-y-full:active {
    top: -100%;
    bottom: -100%;
  }

  .sm\:active\:-inset-x-full:active {
    right: -100%;
    left: -100%;
  }

  .sm\:active\:top-0:active {
    top: 0px;
  }

  .sm\:active\:right-0:active {
    right: 0px;
  }

  .sm\:active\:bottom-0:active {
    bottom: 0px;
  }

  .sm\:active\:left-0:active {
    left: 0px;
  }

  .sm\:active\:top-1:active {
    top: 0.25rem;
  }

  .sm\:active\:right-1:active {
    right: 0.25rem;
  }

  .sm\:active\:bottom-1:active {
    bottom: 0.25rem;
  }

  .sm\:active\:left-1:active {
    left: 0.25rem;
  }

  .sm\:active\:top-2:active {
    top: 0.5rem;
  }

  .sm\:active\:right-2:active {
    right: 0.5rem;
  }

  .sm\:active\:bottom-2:active {
    bottom: 0.5rem;
  }

  .sm\:active\:left-2:active {
    left: 0.5rem;
  }

  .sm\:active\:top-3:active {
    top: 0.75rem;
  }

  .sm\:active\:right-3:active {
    right: 0.75rem;
  }

  .sm\:active\:bottom-3:active {
    bottom: 0.75rem;
  }

  .sm\:active\:left-3:active {
    left: 0.75rem;
  }

  .sm\:active\:top-4:active {
    top: 1rem;
  }

  .sm\:active\:right-4:active {
    right: 1rem;
  }

  .sm\:active\:bottom-4:active {
    bottom: 1rem;
  }

  .sm\:active\:left-4:active {
    left: 1rem;
  }

  .sm\:active\:top-5:active {
    top: 1.25rem;
  }

  .sm\:active\:right-5:active {
    right: 1.25rem;
  }

  .sm\:active\:bottom-5:active {
    bottom: 1.25rem;
  }

  .sm\:active\:left-5:active {
    left: 1.25rem;
  }

  .sm\:active\:top-6:active {
    top: 1.5rem;
  }

  .sm\:active\:right-6:active {
    right: 1.5rem;
  }

  .sm\:active\:bottom-6:active {
    bottom: 1.5rem;
  }

  .sm\:active\:left-6:active {
    left: 1.5rem;
  }

  .sm\:active\:top-7:active {
    top: 1.75rem;
  }

  .sm\:active\:right-7:active {
    right: 1.75rem;
  }

  .sm\:active\:bottom-7:active {
    bottom: 1.75rem;
  }

  .sm\:active\:left-7:active {
    left: 1.75rem;
  }

  .sm\:active\:top-8:active {
    top: 2rem;
  }

  .sm\:active\:right-8:active {
    right: 2rem;
  }

  .sm\:active\:bottom-8:active {
    bottom: 2rem;
  }

  .sm\:active\:left-8:active {
    left: 2rem;
  }

  .sm\:active\:top-9:active {
    top: 2.25rem;
  }

  .sm\:active\:right-9:active {
    right: 2.25rem;
  }

  .sm\:active\:bottom-9:active {
    bottom: 2.25rem;
  }

  .sm\:active\:left-9:active {
    left: 2.25rem;
  }

  .sm\:active\:top-10:active {
    top: 2.5rem;
  }

  .sm\:active\:right-10:active {
    right: 2.5rem;
  }

  .sm\:active\:bottom-10:active {
    bottom: 2.5rem;
  }

  .sm\:active\:left-10:active {
    left: 2.5rem;
  }

  .sm\:active\:top-11:active {
    top: 2.75rem;
  }

  .sm\:active\:right-11:active {
    right: 2.75rem;
  }

  .sm\:active\:bottom-11:active {
    bottom: 2.75rem;
  }

  .sm\:active\:left-11:active {
    left: 2.75rem;
  }

  .sm\:active\:top-12:active {
    top: 3rem;
  }

  .sm\:active\:right-12:active {
    right: 3rem;
  }

  .sm\:active\:bottom-12:active {
    bottom: 3rem;
  }

  .sm\:active\:left-12:active {
    left: 3rem;
  }

  .sm\:active\:top-14:active {
    top: 3.5rem;
  }

  .sm\:active\:right-14:active {
    right: 3.5rem;
  }

  .sm\:active\:bottom-14:active {
    bottom: 3.5rem;
  }

  .sm\:active\:left-14:active {
    left: 3.5rem;
  }

  .sm\:active\:top-16:active {
    top: 4rem;
  }

  .sm\:active\:right-16:active {
    right: 4rem;
  }

  .sm\:active\:bottom-16:active {
    bottom: 4rem;
  }

  .sm\:active\:left-16:active {
    left: 4rem;
  }

  .sm\:active\:top-20:active {
    top: 5rem;
  }

  .sm\:active\:right-20:active {
    right: 5rem;
  }

  .sm\:active\:bottom-20:active {
    bottom: 5rem;
  }

  .sm\:active\:left-20:active {
    left: 5rem;
  }

  .sm\:active\:top-24:active {
    top: 6rem;
  }

  .sm\:active\:right-24:active {
    right: 6rem;
  }

  .sm\:active\:bottom-24:active {
    bottom: 6rem;
  }

  .sm\:active\:left-24:active {
    left: 6rem;
  }

  .sm\:active\:top-28:active {
    top: 7rem;
  }

  .sm\:active\:right-28:active {
    right: 7rem;
  }

  .sm\:active\:bottom-28:active {
    bottom: 7rem;
  }

  .sm\:active\:left-28:active {
    left: 7rem;
  }

  .sm\:active\:top-32:active {
    top: 8rem;
  }

  .sm\:active\:right-32:active {
    right: 8rem;
  }

  .sm\:active\:bottom-32:active {
    bottom: 8rem;
  }

  .sm\:active\:left-32:active {
    left: 8rem;
  }

  .sm\:active\:top-36:active {
    top: 9rem;
  }

  .sm\:active\:right-36:active {
    right: 9rem;
  }

  .sm\:active\:bottom-36:active {
    bottom: 9rem;
  }

  .sm\:active\:left-36:active {
    left: 9rem;
  }

  .sm\:active\:top-40:active {
    top: 10rem;
  }

  .sm\:active\:right-40:active {
    right: 10rem;
  }

  .sm\:active\:bottom-40:active {
    bottom: 10rem;
  }

  .sm\:active\:left-40:active {
    left: 10rem;
  }

  .sm\:active\:top-44:active {
    top: 11rem;
  }

  .sm\:active\:right-44:active {
    right: 11rem;
  }

  .sm\:active\:bottom-44:active {
    bottom: 11rem;
  }

  .sm\:active\:left-44:active {
    left: 11rem;
  }

  .sm\:active\:top-48:active {
    top: 12rem;
  }

  .sm\:active\:right-48:active {
    right: 12rem;
  }

  .sm\:active\:bottom-48:active {
    bottom: 12rem;
  }

  .sm\:active\:left-48:active {
    left: 12rem;
  }

  .sm\:active\:top-52:active {
    top: 13rem;
  }

  .sm\:active\:right-52:active {
    right: 13rem;
  }

  .sm\:active\:bottom-52:active {
    bottom: 13rem;
  }

  .sm\:active\:left-52:active {
    left: 13rem;
  }

  .sm\:active\:top-56:active {
    top: 14rem;
  }

  .sm\:active\:right-56:active {
    right: 14rem;
  }

  .sm\:active\:bottom-56:active {
    bottom: 14rem;
  }

  .sm\:active\:left-56:active {
    left: 14rem;
  }

  .sm\:active\:top-60:active {
    top: 15rem;
  }

  .sm\:active\:right-60:active {
    right: 15rem;
  }

  .sm\:active\:bottom-60:active {
    bottom: 15rem;
  }

  .sm\:active\:left-60:active {
    left: 15rem;
  }

  .sm\:active\:top-64:active {
    top: 16rem;
  }

  .sm\:active\:right-64:active {
    right: 16rem;
  }

  .sm\:active\:bottom-64:active {
    bottom: 16rem;
  }

  .sm\:active\:left-64:active {
    left: 16rem;
  }

  .sm\:active\:top-72:active {
    top: 18rem;
  }

  .sm\:active\:right-72:active {
    right: 18rem;
  }

  .sm\:active\:bottom-72:active {
    bottom: 18rem;
  }

  .sm\:active\:left-72:active {
    left: 18rem;
  }

  .sm\:active\:top-80:active {
    top: 20rem;
  }

  .sm\:active\:right-80:active {
    right: 20rem;
  }

  .sm\:active\:bottom-80:active {
    bottom: 20rem;
  }

  .sm\:active\:left-80:active {
    left: 20rem;
  }

  .sm\:active\:top-96:active {
    top: 24rem;
  }

  .sm\:active\:right-96:active {
    right: 24rem;
  }

  .sm\:active\:bottom-96:active {
    bottom: 24rem;
  }

  .sm\:active\:left-96:active {
    left: 24rem;
  }

  .sm\:active\:top-auto:active {
    top: auto;
  }

  .sm\:active\:right-auto:active {
    right: auto;
  }

  .sm\:active\:bottom-auto:active {
    bottom: auto;
  }

  .sm\:active\:left-auto:active {
    left: auto;
  }

  .sm\:active\:top-px:active {
    top: 1px;
  }

  .sm\:active\:right-px:active {
    right: 1px;
  }

  .sm\:active\:bottom-px:active {
    bottom: 1px;
  }

  .sm\:active\:left-px:active {
    left: 1px;
  }

  .sm\:active\:top-0\.5:active {
    top: 0.125rem;
  }

  .sm\:active\:right-0\.5:active {
    right: 0.125rem;
  }

  .sm\:active\:bottom-0\.5:active {
    bottom: 0.125rem;
  }

  .sm\:active\:left-0\.5:active {
    left: 0.125rem;
  }

  .sm\:active\:top-1\.5:active {
    top: 0.375rem;
  }

  .sm\:active\:right-1\.5:active {
    right: 0.375rem;
  }

  .sm\:active\:bottom-1\.5:active {
    bottom: 0.375rem;
  }

  .sm\:active\:left-1\.5:active {
    left: 0.375rem;
  }

  .sm\:active\:top-2\.5:active {
    top: 0.625rem;
  }

  .sm\:active\:right-2\.5:active {
    right: 0.625rem;
  }

  .sm\:active\:bottom-2\.5:active {
    bottom: 0.625rem;
  }

  .sm\:active\:left-2\.5:active {
    left: 0.625rem;
  }

  .sm\:active\:top-3\.5:active {
    top: 0.875rem;
  }

  .sm\:active\:right-3\.5:active {
    right: 0.875rem;
  }

  .sm\:active\:bottom-3\.5:active {
    bottom: 0.875rem;
  }

  .sm\:active\:left-3\.5:active {
    left: 0.875rem;
  }

  .sm\:active\:-top-0:active {
    top: 0px;
  }

  .sm\:active\:-right-0:active {
    right: 0px;
  }

  .sm\:active\:-bottom-0:active {
    bottom: 0px;
  }

  .sm\:active\:-left-0:active {
    left: 0px;
  }

  .sm\:active\:-top-1:active {
    top: -0.25rem;
  }

  .sm\:active\:-right-1:active {
    right: -0.25rem;
  }

  .sm\:active\:-bottom-1:active {
    bottom: -0.25rem;
  }

  .sm\:active\:-left-1:active {
    left: -0.25rem;
  }

  .sm\:active\:-top-2:active {
    top: -0.5rem;
  }

  .sm\:active\:-right-2:active {
    right: -0.5rem;
  }

  .sm\:active\:-bottom-2:active {
    bottom: -0.5rem;
  }

  .sm\:active\:-left-2:active {
    left: -0.5rem;
  }

  .sm\:active\:-top-3:active {
    top: -0.75rem;
  }

  .sm\:active\:-right-3:active {
    right: -0.75rem;
  }

  .sm\:active\:-bottom-3:active {
    bottom: -0.75rem;
  }

  .sm\:active\:-left-3:active {
    left: -0.75rem;
  }

  .sm\:active\:-top-4:active {
    top: -1rem;
  }

  .sm\:active\:-right-4:active {
    right: -1rem;
  }

  .sm\:active\:-bottom-4:active {
    bottom: -1rem;
  }

  .sm\:active\:-left-4:active {
    left: -1rem;
  }

  .sm\:active\:-top-5:active {
    top: -1.25rem;
  }

  .sm\:active\:-right-5:active {
    right: -1.25rem;
  }

  .sm\:active\:-bottom-5:active {
    bottom: -1.25rem;
  }

  .sm\:active\:-left-5:active {
    left: -1.25rem;
  }

  .sm\:active\:-top-6:active {
    top: -1.5rem;
  }

  .sm\:active\:-right-6:active {
    right: -1.5rem;
  }

  .sm\:active\:-bottom-6:active {
    bottom: -1.5rem;
  }

  .sm\:active\:-left-6:active {
    left: -1.5rem;
  }

  .sm\:active\:-top-7:active {
    top: -1.75rem;
  }

  .sm\:active\:-right-7:active {
    right: -1.75rem;
  }

  .sm\:active\:-bottom-7:active {
    bottom: -1.75rem;
  }

  .sm\:active\:-left-7:active {
    left: -1.75rem;
  }

  .sm\:active\:-top-8:active {
    top: -2rem;
  }

  .sm\:active\:-right-8:active {
    right: -2rem;
  }

  .sm\:active\:-bottom-8:active {
    bottom: -2rem;
  }

  .sm\:active\:-left-8:active {
    left: -2rem;
  }

  .sm\:active\:-top-9:active {
    top: -2.25rem;
  }

  .sm\:active\:-right-9:active {
    right: -2.25rem;
  }

  .sm\:active\:-bottom-9:active {
    bottom: -2.25rem;
  }

  .sm\:active\:-left-9:active {
    left: -2.25rem;
  }

  .sm\:active\:-top-10:active {
    top: -2.5rem;
  }

  .sm\:active\:-right-10:active {
    right: -2.5rem;
  }

  .sm\:active\:-bottom-10:active {
    bottom: -2.5rem;
  }

  .sm\:active\:-left-10:active {
    left: -2.5rem;
  }

  .sm\:active\:-top-11:active {
    top: -2.75rem;
  }

  .sm\:active\:-right-11:active {
    right: -2.75rem;
  }

  .sm\:active\:-bottom-11:active {
    bottom: -2.75rem;
  }

  .sm\:active\:-left-11:active {
    left: -2.75rem;
  }

  .sm\:active\:-top-12:active {
    top: -3rem;
  }

  .sm\:active\:-right-12:active {
    right: -3rem;
  }

  .sm\:active\:-bottom-12:active {
    bottom: -3rem;
  }

  .sm\:active\:-left-12:active {
    left: -3rem;
  }

  .sm\:active\:-top-14:active {
    top: -3.5rem;
  }

  .sm\:active\:-right-14:active {
    right: -3.5rem;
  }

  .sm\:active\:-bottom-14:active {
    bottom: -3.5rem;
  }

  .sm\:active\:-left-14:active {
    left: -3.5rem;
  }

  .sm\:active\:-top-16:active {
    top: -4rem;
  }

  .sm\:active\:-right-16:active {
    right: -4rem;
  }

  .sm\:active\:-bottom-16:active {
    bottom: -4rem;
  }

  .sm\:active\:-left-16:active {
    left: -4rem;
  }

  .sm\:active\:-top-20:active {
    top: -5rem;
  }

  .sm\:active\:-right-20:active {
    right: -5rem;
  }

  .sm\:active\:-bottom-20:active {
    bottom: -5rem;
  }

  .sm\:active\:-left-20:active {
    left: -5rem;
  }

  .sm\:active\:-top-24:active {
    top: -6rem;
  }

  .sm\:active\:-right-24:active {
    right: -6rem;
  }

  .sm\:active\:-bottom-24:active {
    bottom: -6rem;
  }

  .sm\:active\:-left-24:active {
    left: -6rem;
  }

  .sm\:active\:-top-28:active {
    top: -7rem;
  }

  .sm\:active\:-right-28:active {
    right: -7rem;
  }

  .sm\:active\:-bottom-28:active {
    bottom: -7rem;
  }

  .sm\:active\:-left-28:active {
    left: -7rem;
  }

  .sm\:active\:-top-32:active {
    top: -8rem;
  }

  .sm\:active\:-right-32:active {
    right: -8rem;
  }

  .sm\:active\:-bottom-32:active {
    bottom: -8rem;
  }

  .sm\:active\:-left-32:active {
    left: -8rem;
  }

  .sm\:active\:-top-36:active {
    top: -9rem;
  }

  .sm\:active\:-right-36:active {
    right: -9rem;
  }

  .sm\:active\:-bottom-36:active {
    bottom: -9rem;
  }

  .sm\:active\:-left-36:active {
    left: -9rem;
  }

  .sm\:active\:-top-40:active {
    top: -10rem;
  }

  .sm\:active\:-right-40:active {
    right: -10rem;
  }

  .sm\:active\:-bottom-40:active {
    bottom: -10rem;
  }

  .sm\:active\:-left-40:active {
    left: -10rem;
  }

  .sm\:active\:-top-44:active {
    top: -11rem;
  }

  .sm\:active\:-right-44:active {
    right: -11rem;
  }

  .sm\:active\:-bottom-44:active {
    bottom: -11rem;
  }

  .sm\:active\:-left-44:active {
    left: -11rem;
  }

  .sm\:active\:-top-48:active {
    top: -12rem;
  }

  .sm\:active\:-right-48:active {
    right: -12rem;
  }

  .sm\:active\:-bottom-48:active {
    bottom: -12rem;
  }

  .sm\:active\:-left-48:active {
    left: -12rem;
  }

  .sm\:active\:-top-52:active {
    top: -13rem;
  }

  .sm\:active\:-right-52:active {
    right: -13rem;
  }

  .sm\:active\:-bottom-52:active {
    bottom: -13rem;
  }

  .sm\:active\:-left-52:active {
    left: -13rem;
  }

  .sm\:active\:-top-56:active {
    top: -14rem;
  }

  .sm\:active\:-right-56:active {
    right: -14rem;
  }

  .sm\:active\:-bottom-56:active {
    bottom: -14rem;
  }

  .sm\:active\:-left-56:active {
    left: -14rem;
  }

  .sm\:active\:-top-60:active {
    top: -15rem;
  }

  .sm\:active\:-right-60:active {
    right: -15rem;
  }

  .sm\:active\:-bottom-60:active {
    bottom: -15rem;
  }

  .sm\:active\:-left-60:active {
    left: -15rem;
  }

  .sm\:active\:-top-64:active {
    top: -16rem;
  }

  .sm\:active\:-right-64:active {
    right: -16rem;
  }

  .sm\:active\:-bottom-64:active {
    bottom: -16rem;
  }

  .sm\:active\:-left-64:active {
    left: -16rem;
  }

  .sm\:active\:-top-72:active {
    top: -18rem;
  }

  .sm\:active\:-right-72:active {
    right: -18rem;
  }

  .sm\:active\:-bottom-72:active {
    bottom: -18rem;
  }

  .sm\:active\:-left-72:active {
    left: -18rem;
  }

  .sm\:active\:-top-80:active {
    top: -20rem;
  }

  .sm\:active\:-right-80:active {
    right: -20rem;
  }

  .sm\:active\:-bottom-80:active {
    bottom: -20rem;
  }

  .sm\:active\:-left-80:active {
    left: -20rem;
  }

  .sm\:active\:-top-96:active {
    top: -24rem;
  }

  .sm\:active\:-right-96:active {
    right: -24rem;
  }

  .sm\:active\:-bottom-96:active {
    bottom: -24rem;
  }

  .sm\:active\:-left-96:active {
    left: -24rem;
  }

  .sm\:active\:-top-px:active {
    top: -1px;
  }

  .sm\:active\:-right-px:active {
    right: -1px;
  }

  .sm\:active\:-bottom-px:active {
    bottom: -1px;
  }

  .sm\:active\:-left-px:active {
    left: -1px;
  }

  .sm\:active\:-top-0\.5:active {
    top: -0.125rem;
  }

  .sm\:active\:-right-0\.5:active {
    right: -0.125rem;
  }

  .sm\:active\:-bottom-0\.5:active {
    bottom: -0.125rem;
  }

  .sm\:active\:-left-0\.5:active {
    left: -0.125rem;
  }

  .sm\:active\:-top-1\.5:active {
    top: -0.375rem;
  }

  .sm\:active\:-right-1\.5:active {
    right: -0.375rem;
  }

  .sm\:active\:-bottom-1\.5:active {
    bottom: -0.375rem;
  }

  .sm\:active\:-left-1\.5:active {
    left: -0.375rem;
  }

  .sm\:active\:-top-2\.5:active {
    top: -0.625rem;
  }

  .sm\:active\:-right-2\.5:active {
    right: -0.625rem;
  }

  .sm\:active\:-bottom-2\.5:active {
    bottom: -0.625rem;
  }

  .sm\:active\:-left-2\.5:active {
    left: -0.625rem;
  }

  .sm\:active\:-top-3\.5:active {
    top: -0.875rem;
  }

  .sm\:active\:-right-3\.5:active {
    right: -0.875rem;
  }

  .sm\:active\:-bottom-3\.5:active {
    bottom: -0.875rem;
  }

  .sm\:active\:-left-3\.5:active {
    left: -0.875rem;
  }

  .sm\:active\:top-1\/2:active {
    top: 50%;
  }

  .sm\:active\:right-1\/2:active {
    right: 50%;
  }

  .sm\:active\:bottom-1\/2:active {
    bottom: 50%;
  }

  .sm\:active\:left-1\/2:active {
    left: 50%;
  }

  .sm\:active\:top-1\/3:active {
    top: 33.333333%;
  }

  .sm\:active\:right-1\/3:active {
    right: 33.333333%;
  }

  .sm\:active\:bottom-1\/3:active {
    bottom: 33.333333%;
  }

  .sm\:active\:left-1\/3:active {
    left: 33.333333%;
  }

  .sm\:active\:top-2\/3:active {
    top: 66.666667%;
  }

  .sm\:active\:right-2\/3:active {
    right: 66.666667%;
  }

  .sm\:active\:bottom-2\/3:active {
    bottom: 66.666667%;
  }

  .sm\:active\:left-2\/3:active {
    left: 66.666667%;
  }

  .sm\:active\:top-1\/4:active {
    top: 25%;
  }

  .sm\:active\:right-1\/4:active {
    right: 25%;
  }

  .sm\:active\:bottom-1\/4:active {
    bottom: 25%;
  }

  .sm\:active\:left-1\/4:active {
    left: 25%;
  }

  .sm\:active\:top-2\/4:active {
    top: 50%;
  }

  .sm\:active\:right-2\/4:active {
    right: 50%;
  }

  .sm\:active\:bottom-2\/4:active {
    bottom: 50%;
  }

  .sm\:active\:left-2\/4:active {
    left: 50%;
  }

  .sm\:active\:top-3\/4:active {
    top: 75%;
  }

  .sm\:active\:right-3\/4:active {
    right: 75%;
  }

  .sm\:active\:bottom-3\/4:active {
    bottom: 75%;
  }

  .sm\:active\:left-3\/4:active {
    left: 75%;
  }

  .sm\:active\:top-full:active {
    top: 100%;
  }

  .sm\:active\:right-full:active {
    right: 100%;
  }

  .sm\:active\:bottom-full:active {
    bottom: 100%;
  }

  .sm\:active\:left-full:active {
    left: 100%;
  }

  .sm\:active\:-top-1\/2:active {
    top: -50%;
  }

  .sm\:active\:-right-1\/2:active {
    right: -50%;
  }

  .sm\:active\:-bottom-1\/2:active {
    bottom: -50%;
  }

  .sm\:active\:-left-1\/2:active {
    left: -50%;
  }

  .sm\:active\:-top-1\/3:active {
    top: -33.333333%;
  }

  .sm\:active\:-right-1\/3:active {
    right: -33.333333%;
  }

  .sm\:active\:-bottom-1\/3:active {
    bottom: -33.333333%;
  }

  .sm\:active\:-left-1\/3:active {
    left: -33.333333%;
  }

  .sm\:active\:-top-2\/3:active {
    top: -66.666667%;
  }

  .sm\:active\:-right-2\/3:active {
    right: -66.666667%;
  }

  .sm\:active\:-bottom-2\/3:active {
    bottom: -66.666667%;
  }

  .sm\:active\:-left-2\/3:active {
    left: -66.666667%;
  }

  .sm\:active\:-top-1\/4:active {
    top: -25%;
  }

  .sm\:active\:-right-1\/4:active {
    right: -25%;
  }

  .sm\:active\:-bottom-1\/4:active {
    bottom: -25%;
  }

  .sm\:active\:-left-1\/4:active {
    left: -25%;
  }

  .sm\:active\:-top-2\/4:active {
    top: -50%;
  }

  .sm\:active\:-right-2\/4:active {
    right: -50%;
  }

  .sm\:active\:-bottom-2\/4:active {
    bottom: -50%;
  }

  .sm\:active\:-left-2\/4:active {
    left: -50%;
  }

  .sm\:active\:-top-3\/4:active {
    top: -75%;
  }

  .sm\:active\:-right-3\/4:active {
    right: -75%;
  }

  .sm\:active\:-bottom-3\/4:active {
    bottom: -75%;
  }

  .sm\:active\:-left-3\/4:active {
    left: -75%;
  }

  .sm\:active\:-top-full:active {
    top: -100%;
  }

  .sm\:active\:-right-full:active {
    right: -100%;
  }

  .sm\:active\:-bottom-full:active {
    bottom: -100%;
  }

  .sm\:active\:-left-full:active {
    left: -100%;
  }

  .sm\:visited\:inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:visited\:inset-1:visited {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:visited\:inset-2:visited {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:visited\:inset-3:visited {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:visited\:inset-4:visited {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:visited\:inset-5:visited {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:visited\:inset-6:visited {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:visited\:inset-7:visited {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:visited\:inset-8:visited {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:visited\:inset-9:visited {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:visited\:inset-10:visited {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:visited\:inset-11:visited {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:visited\:inset-12:visited {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:visited\:inset-14:visited {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:visited\:inset-16:visited {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:visited\:inset-20:visited {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:visited\:inset-24:visited {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:visited\:inset-28:visited {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:visited\:inset-32:visited {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:visited\:inset-36:visited {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:visited\:inset-40:visited {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:visited\:inset-44:visited {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:visited\:inset-48:visited {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:visited\:inset-52:visited {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:visited\:inset-56:visited {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:visited\:inset-60:visited {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:visited\:inset-64:visited {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:visited\:inset-72:visited {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:visited\:inset-80:visited {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:visited\:inset-96:visited {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:visited\:inset-px:visited {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:visited\:inset-0\.5:visited {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:visited\:inset-1\.5:visited {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:visited\:inset-2\.5:visited {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:visited\:inset-3\.5:visited {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:visited\:-inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:visited\:-inset-1:visited {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:visited\:-inset-2:visited {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:visited\:-inset-3:visited {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:visited\:-inset-4:visited {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:visited\:-inset-5:visited {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:visited\:-inset-6:visited {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:visited\:-inset-7:visited {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:visited\:-inset-8:visited {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:visited\:-inset-9:visited {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:visited\:-inset-10:visited {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:visited\:-inset-11:visited {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:visited\:-inset-12:visited {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:visited\:-inset-14:visited {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:visited\:-inset-16:visited {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:visited\:-inset-20:visited {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:visited\:-inset-24:visited {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:visited\:-inset-28:visited {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:visited\:-inset-32:visited {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:visited\:-inset-36:visited {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:visited\:-inset-40:visited {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:visited\:-inset-44:visited {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:visited\:-inset-48:visited {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:visited\:-inset-52:visited {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:visited\:-inset-56:visited {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:visited\:-inset-60:visited {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:visited\:-inset-64:visited {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:visited\:-inset-72:visited {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:visited\:-inset-80:visited {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:visited\:-inset-96:visited {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:visited\:-inset-px:visited {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:visited\:-inset-0\.5:visited {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:visited\:-inset-1\.5:visited {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:visited\:-inset-2\.5:visited {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:visited\:-inset-3\.5:visited {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:visited\:inset-1\/2:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:visited\:inset-1\/3:visited {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:visited\:inset-2\/3:visited {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:visited\:inset-1\/4:visited {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:visited\:inset-2\/4:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:visited\:inset-3\/4:visited {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:visited\:inset-full:visited {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:visited\:-inset-1\/2:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:visited\:-inset-1\/3:visited {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:visited\:-inset-2\/3:visited {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:visited\:-inset-1\/4:visited {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:visited\:-inset-2\/4:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:visited\:-inset-3\/4:visited {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:visited\:-inset-full:visited {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:visited\:inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .sm\:visited\:inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .sm\:visited\:inset-y-1:visited {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:visited\:inset-x-1:visited {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:visited\:inset-y-2:visited {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:visited\:inset-x-2:visited {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:visited\:inset-y-3:visited {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:visited\:inset-x-3:visited {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:visited\:inset-y-4:visited {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:visited\:inset-x-4:visited {
    right: 1rem;
    left: 1rem;
  }

  .sm\:visited\:inset-y-5:visited {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:visited\:inset-x-5:visited {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:visited\:inset-y-6:visited {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:visited\:inset-x-6:visited {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:visited\:inset-y-7:visited {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:visited\:inset-x-7:visited {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:visited\:inset-y-8:visited {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:visited\:inset-x-8:visited {
    right: 2rem;
    left: 2rem;
  }

  .sm\:visited\:inset-y-9:visited {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:visited\:inset-x-9:visited {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:visited\:inset-y-10:visited {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:visited\:inset-x-10:visited {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:visited\:inset-y-11:visited {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:visited\:inset-x-11:visited {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:visited\:inset-y-12:visited {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:visited\:inset-x-12:visited {
    right: 3rem;
    left: 3rem;
  }

  .sm\:visited\:inset-y-14:visited {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:visited\:inset-x-14:visited {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:visited\:inset-y-16:visited {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:visited\:inset-x-16:visited {
    right: 4rem;
    left: 4rem;
  }

  .sm\:visited\:inset-y-20:visited {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:visited\:inset-x-20:visited {
    right: 5rem;
    left: 5rem;
  }

  .sm\:visited\:inset-y-24:visited {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:visited\:inset-x-24:visited {
    right: 6rem;
    left: 6rem;
  }

  .sm\:visited\:inset-y-28:visited {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:visited\:inset-x-28:visited {
    right: 7rem;
    left: 7rem;
  }

  .sm\:visited\:inset-y-32:visited {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:visited\:inset-x-32:visited {
    right: 8rem;
    left: 8rem;
  }

  .sm\:visited\:inset-y-36:visited {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:visited\:inset-x-36:visited {
    right: 9rem;
    left: 9rem;
  }

  .sm\:visited\:inset-y-40:visited {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:visited\:inset-x-40:visited {
    right: 10rem;
    left: 10rem;
  }

  .sm\:visited\:inset-y-44:visited {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:visited\:inset-x-44:visited {
    right: 11rem;
    left: 11rem;
  }

  .sm\:visited\:inset-y-48:visited {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:visited\:inset-x-48:visited {
    right: 12rem;
    left: 12rem;
  }

  .sm\:visited\:inset-y-52:visited {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:visited\:inset-x-52:visited {
    right: 13rem;
    left: 13rem;
  }

  .sm\:visited\:inset-y-56:visited {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:visited\:inset-x-56:visited {
    right: 14rem;
    left: 14rem;
  }

  .sm\:visited\:inset-y-60:visited {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:visited\:inset-x-60:visited {
    right: 15rem;
    left: 15rem;
  }

  .sm\:visited\:inset-y-64:visited {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:visited\:inset-x-64:visited {
    right: 16rem;
    left: 16rem;
  }

  .sm\:visited\:inset-y-72:visited {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:visited\:inset-x-72:visited {
    right: 18rem;
    left: 18rem;
  }

  .sm\:visited\:inset-y-80:visited {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:visited\:inset-x-80:visited {
    right: 20rem;
    left: 20rem;
  }

  .sm\:visited\:inset-y-96:visited {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:visited\:inset-x-96:visited {
    right: 24rem;
    left: 24rem;
  }

  .sm\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .sm\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .sm\:visited\:inset-y-px:visited {
    top: 1px;
    bottom: 1px;
  }

  .sm\:visited\:inset-x-px:visited {
    right: 1px;
    left: 1px;
  }

  .sm\:visited\:inset-y-0\.5:visited {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:visited\:inset-x-0\.5:visited {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:visited\:inset-y-1\.5:visited {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:visited\:inset-x-1\.5:visited {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:visited\:inset-y-2\.5:visited {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:visited\:inset-x-2\.5:visited {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:visited\:inset-y-3\.5:visited {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:visited\:inset-x-3\.5:visited {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:visited\:-inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .sm\:visited\:-inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .sm\:visited\:-inset-y-1:visited {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:visited\:-inset-x-1:visited {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:visited\:-inset-y-2:visited {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:visited\:-inset-x-2:visited {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:visited\:-inset-y-3:visited {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:visited\:-inset-x-3:visited {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:visited\:-inset-y-4:visited {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:visited\:-inset-x-4:visited {
    right: -1rem;
    left: -1rem;
  }

  .sm\:visited\:-inset-y-5:visited {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:visited\:-inset-x-5:visited {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:visited\:-inset-y-6:visited {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:visited\:-inset-x-6:visited {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:visited\:-inset-y-7:visited {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:visited\:-inset-x-7:visited {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:visited\:-inset-y-8:visited {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:visited\:-inset-x-8:visited {
    right: -2rem;
    left: -2rem;
  }

  .sm\:visited\:-inset-y-9:visited {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:visited\:-inset-x-9:visited {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:visited\:-inset-y-10:visited {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:visited\:-inset-x-10:visited {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:visited\:-inset-y-11:visited {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:visited\:-inset-x-11:visited {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:visited\:-inset-y-12:visited {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:visited\:-inset-x-12:visited {
    right: -3rem;
    left: -3rem;
  }

  .sm\:visited\:-inset-y-14:visited {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:visited\:-inset-x-14:visited {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:visited\:-inset-y-16:visited {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:visited\:-inset-x-16:visited {
    right: -4rem;
    left: -4rem;
  }

  .sm\:visited\:-inset-y-20:visited {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:visited\:-inset-x-20:visited {
    right: -5rem;
    left: -5rem;
  }

  .sm\:visited\:-inset-y-24:visited {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:visited\:-inset-x-24:visited {
    right: -6rem;
    left: -6rem;
  }

  .sm\:visited\:-inset-y-28:visited {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:visited\:-inset-x-28:visited {
    right: -7rem;
    left: -7rem;
  }

  .sm\:visited\:-inset-y-32:visited {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:visited\:-inset-x-32:visited {
    right: -8rem;
    left: -8rem;
  }

  .sm\:visited\:-inset-y-36:visited {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:visited\:-inset-x-36:visited {
    right: -9rem;
    left: -9rem;
  }

  .sm\:visited\:-inset-y-40:visited {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:visited\:-inset-x-40:visited {
    right: -10rem;
    left: -10rem;
  }

  .sm\:visited\:-inset-y-44:visited {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:visited\:-inset-x-44:visited {
    right: -11rem;
    left: -11rem;
  }

  .sm\:visited\:-inset-y-48:visited {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:visited\:-inset-x-48:visited {
    right: -12rem;
    left: -12rem;
  }

  .sm\:visited\:-inset-y-52:visited {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:visited\:-inset-x-52:visited {
    right: -13rem;
    left: -13rem;
  }

  .sm\:visited\:-inset-y-56:visited {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:visited\:-inset-x-56:visited {
    right: -14rem;
    left: -14rem;
  }

  .sm\:visited\:-inset-y-60:visited {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:visited\:-inset-x-60:visited {
    right: -15rem;
    left: -15rem;
  }

  .sm\:visited\:-inset-y-64:visited {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:visited\:-inset-x-64:visited {
    right: -16rem;
    left: -16rem;
  }

  .sm\:visited\:-inset-y-72:visited {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:visited\:-inset-x-72:visited {
    right: -18rem;
    left: -18rem;
  }

  .sm\:visited\:-inset-y-80:visited {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:visited\:-inset-x-80:visited {
    right: -20rem;
    left: -20rem;
  }

  .sm\:visited\:-inset-y-96:visited {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:visited\:-inset-x-96:visited {
    right: -24rem;
    left: -24rem;
  }

  .sm\:visited\:-inset-y-px:visited {
    top: -1px;
    bottom: -1px;
  }

  .sm\:visited\:-inset-x-px:visited {
    right: -1px;
    left: -1px;
  }

  .sm\:visited\:-inset-y-0\.5:visited {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:visited\:-inset-x-0\.5:visited {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:visited\:-inset-y-1\.5:visited {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:visited\:-inset-x-1\.5:visited {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:visited\:-inset-y-2\.5:visited {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:visited\:-inset-x-2\.5:visited {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:visited\:-inset-y-3\.5:visited {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:visited\:-inset-x-3\.5:visited {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:visited\:inset-y-1\/2:visited {
    top: 50%;
    bottom: 50%;
  }

  .sm\:visited\:inset-x-1\/2:visited {
    right: 50%;
    left: 50%;
  }

  .sm\:visited\:inset-y-1\/3:visited {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:visited\:inset-x-1\/3:visited {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:visited\:inset-y-2\/3:visited {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:visited\:inset-x-2\/3:visited {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:visited\:inset-y-1\/4:visited {
    top: 25%;
    bottom: 25%;
  }

  .sm\:visited\:inset-x-1\/4:visited {
    right: 25%;
    left: 25%;
  }

  .sm\:visited\:inset-y-2\/4:visited {
    top: 50%;
    bottom: 50%;
  }

  .sm\:visited\:inset-x-2\/4:visited {
    right: 50%;
    left: 50%;
  }

  .sm\:visited\:inset-y-3\/4:visited {
    top: 75%;
    bottom: 75%;
  }

  .sm\:visited\:inset-x-3\/4:visited {
    right: 75%;
    left: 75%;
  }

  .sm\:visited\:inset-y-full:visited {
    top: 100%;
    bottom: 100%;
  }

  .sm\:visited\:inset-x-full:visited {
    right: 100%;
    left: 100%;
  }

  .sm\:visited\:-inset-y-1\/2:visited {
    top: -50%;
    bottom: -50%;
  }

  .sm\:visited\:-inset-x-1\/2:visited {
    right: -50%;
    left: -50%;
  }

  .sm\:visited\:-inset-y-1\/3:visited {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:visited\:-inset-x-1\/3:visited {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:visited\:-inset-y-2\/3:visited {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:visited\:-inset-x-2\/3:visited {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:visited\:-inset-y-1\/4:visited {
    top: -25%;
    bottom: -25%;
  }

  .sm\:visited\:-inset-x-1\/4:visited {
    right: -25%;
    left: -25%;
  }

  .sm\:visited\:-inset-y-2\/4:visited {
    top: -50%;
    bottom: -50%;
  }

  .sm\:visited\:-inset-x-2\/4:visited {
    right: -50%;
    left: -50%;
  }

  .sm\:visited\:-inset-y-3\/4:visited {
    top: -75%;
    bottom: -75%;
  }

  .sm\:visited\:-inset-x-3\/4:visited {
    right: -75%;
    left: -75%;
  }

  .sm\:visited\:-inset-y-full:visited {
    top: -100%;
    bottom: -100%;
  }

  .sm\:visited\:-inset-x-full:visited {
    right: -100%;
    left: -100%;
  }

  .sm\:visited\:top-0:visited {
    top: 0px;
  }

  .sm\:visited\:right-0:visited {
    right: 0px;
  }

  .sm\:visited\:bottom-0:visited {
    bottom: 0px;
  }

  .sm\:visited\:left-0:visited {
    left: 0px;
  }

  .sm\:visited\:top-1:visited {
    top: 0.25rem;
  }

  .sm\:visited\:right-1:visited {
    right: 0.25rem;
  }

  .sm\:visited\:bottom-1:visited {
    bottom: 0.25rem;
  }

  .sm\:visited\:left-1:visited {
    left: 0.25rem;
  }

  .sm\:visited\:top-2:visited {
    top: 0.5rem;
  }

  .sm\:visited\:right-2:visited {
    right: 0.5rem;
  }

  .sm\:visited\:bottom-2:visited {
    bottom: 0.5rem;
  }

  .sm\:visited\:left-2:visited {
    left: 0.5rem;
  }

  .sm\:visited\:top-3:visited {
    top: 0.75rem;
  }

  .sm\:visited\:right-3:visited {
    right: 0.75rem;
  }

  .sm\:visited\:bottom-3:visited {
    bottom: 0.75rem;
  }

  .sm\:visited\:left-3:visited {
    left: 0.75rem;
  }

  .sm\:visited\:top-4:visited {
    top: 1rem;
  }

  .sm\:visited\:right-4:visited {
    right: 1rem;
  }

  .sm\:visited\:bottom-4:visited {
    bottom: 1rem;
  }

  .sm\:visited\:left-4:visited {
    left: 1rem;
  }

  .sm\:visited\:top-5:visited {
    top: 1.25rem;
  }

  .sm\:visited\:right-5:visited {
    right: 1.25rem;
  }

  .sm\:visited\:bottom-5:visited {
    bottom: 1.25rem;
  }

  .sm\:visited\:left-5:visited {
    left: 1.25rem;
  }

  .sm\:visited\:top-6:visited {
    top: 1.5rem;
  }

  .sm\:visited\:right-6:visited {
    right: 1.5rem;
  }

  .sm\:visited\:bottom-6:visited {
    bottom: 1.5rem;
  }

  .sm\:visited\:left-6:visited {
    left: 1.5rem;
  }

  .sm\:visited\:top-7:visited {
    top: 1.75rem;
  }

  .sm\:visited\:right-7:visited {
    right: 1.75rem;
  }

  .sm\:visited\:bottom-7:visited {
    bottom: 1.75rem;
  }

  .sm\:visited\:left-7:visited {
    left: 1.75rem;
  }

  .sm\:visited\:top-8:visited {
    top: 2rem;
  }

  .sm\:visited\:right-8:visited {
    right: 2rem;
  }

  .sm\:visited\:bottom-8:visited {
    bottom: 2rem;
  }

  .sm\:visited\:left-8:visited {
    left: 2rem;
  }

  .sm\:visited\:top-9:visited {
    top: 2.25rem;
  }

  .sm\:visited\:right-9:visited {
    right: 2.25rem;
  }

  .sm\:visited\:bottom-9:visited {
    bottom: 2.25rem;
  }

  .sm\:visited\:left-9:visited {
    left: 2.25rem;
  }

  .sm\:visited\:top-10:visited {
    top: 2.5rem;
  }

  .sm\:visited\:right-10:visited {
    right: 2.5rem;
  }

  .sm\:visited\:bottom-10:visited {
    bottom: 2.5rem;
  }

  .sm\:visited\:left-10:visited {
    left: 2.5rem;
  }

  .sm\:visited\:top-11:visited {
    top: 2.75rem;
  }

  .sm\:visited\:right-11:visited {
    right: 2.75rem;
  }

  .sm\:visited\:bottom-11:visited {
    bottom: 2.75rem;
  }

  .sm\:visited\:left-11:visited {
    left: 2.75rem;
  }

  .sm\:visited\:top-12:visited {
    top: 3rem;
  }

  .sm\:visited\:right-12:visited {
    right: 3rem;
  }

  .sm\:visited\:bottom-12:visited {
    bottom: 3rem;
  }

  .sm\:visited\:left-12:visited {
    left: 3rem;
  }

  .sm\:visited\:top-14:visited {
    top: 3.5rem;
  }

  .sm\:visited\:right-14:visited {
    right: 3.5rem;
  }

  .sm\:visited\:bottom-14:visited {
    bottom: 3.5rem;
  }

  .sm\:visited\:left-14:visited {
    left: 3.5rem;
  }

  .sm\:visited\:top-16:visited {
    top: 4rem;
  }

  .sm\:visited\:right-16:visited {
    right: 4rem;
  }

  .sm\:visited\:bottom-16:visited {
    bottom: 4rem;
  }

  .sm\:visited\:left-16:visited {
    left: 4rem;
  }

  .sm\:visited\:top-20:visited {
    top: 5rem;
  }

  .sm\:visited\:right-20:visited {
    right: 5rem;
  }

  .sm\:visited\:bottom-20:visited {
    bottom: 5rem;
  }

  .sm\:visited\:left-20:visited {
    left: 5rem;
  }

  .sm\:visited\:top-24:visited {
    top: 6rem;
  }

  .sm\:visited\:right-24:visited {
    right: 6rem;
  }

  .sm\:visited\:bottom-24:visited {
    bottom: 6rem;
  }

  .sm\:visited\:left-24:visited {
    left: 6rem;
  }

  .sm\:visited\:top-28:visited {
    top: 7rem;
  }

  .sm\:visited\:right-28:visited {
    right: 7rem;
  }

  .sm\:visited\:bottom-28:visited {
    bottom: 7rem;
  }

  .sm\:visited\:left-28:visited {
    left: 7rem;
  }

  .sm\:visited\:top-32:visited {
    top: 8rem;
  }

  .sm\:visited\:right-32:visited {
    right: 8rem;
  }

  .sm\:visited\:bottom-32:visited {
    bottom: 8rem;
  }

  .sm\:visited\:left-32:visited {
    left: 8rem;
  }

  .sm\:visited\:top-36:visited {
    top: 9rem;
  }

  .sm\:visited\:right-36:visited {
    right: 9rem;
  }

  .sm\:visited\:bottom-36:visited {
    bottom: 9rem;
  }

  .sm\:visited\:left-36:visited {
    left: 9rem;
  }

  .sm\:visited\:top-40:visited {
    top: 10rem;
  }

  .sm\:visited\:right-40:visited {
    right: 10rem;
  }

  .sm\:visited\:bottom-40:visited {
    bottom: 10rem;
  }

  .sm\:visited\:left-40:visited {
    left: 10rem;
  }

  .sm\:visited\:top-44:visited {
    top: 11rem;
  }

  .sm\:visited\:right-44:visited {
    right: 11rem;
  }

  .sm\:visited\:bottom-44:visited {
    bottom: 11rem;
  }

  .sm\:visited\:left-44:visited {
    left: 11rem;
  }

  .sm\:visited\:top-48:visited {
    top: 12rem;
  }

  .sm\:visited\:right-48:visited {
    right: 12rem;
  }

  .sm\:visited\:bottom-48:visited {
    bottom: 12rem;
  }

  .sm\:visited\:left-48:visited {
    left: 12rem;
  }

  .sm\:visited\:top-52:visited {
    top: 13rem;
  }

  .sm\:visited\:right-52:visited {
    right: 13rem;
  }

  .sm\:visited\:bottom-52:visited {
    bottom: 13rem;
  }

  .sm\:visited\:left-52:visited {
    left: 13rem;
  }

  .sm\:visited\:top-56:visited {
    top: 14rem;
  }

  .sm\:visited\:right-56:visited {
    right: 14rem;
  }

  .sm\:visited\:bottom-56:visited {
    bottom: 14rem;
  }

  .sm\:visited\:left-56:visited {
    left: 14rem;
  }

  .sm\:visited\:top-60:visited {
    top: 15rem;
  }

  .sm\:visited\:right-60:visited {
    right: 15rem;
  }

  .sm\:visited\:bottom-60:visited {
    bottom: 15rem;
  }

  .sm\:visited\:left-60:visited {
    left: 15rem;
  }

  .sm\:visited\:top-64:visited {
    top: 16rem;
  }

  .sm\:visited\:right-64:visited {
    right: 16rem;
  }

  .sm\:visited\:bottom-64:visited {
    bottom: 16rem;
  }

  .sm\:visited\:left-64:visited {
    left: 16rem;
  }

  .sm\:visited\:top-72:visited {
    top: 18rem;
  }

  .sm\:visited\:right-72:visited {
    right: 18rem;
  }

  .sm\:visited\:bottom-72:visited {
    bottom: 18rem;
  }

  .sm\:visited\:left-72:visited {
    left: 18rem;
  }

  .sm\:visited\:top-80:visited {
    top: 20rem;
  }

  .sm\:visited\:right-80:visited {
    right: 20rem;
  }

  .sm\:visited\:bottom-80:visited {
    bottom: 20rem;
  }

  .sm\:visited\:left-80:visited {
    left: 20rem;
  }

  .sm\:visited\:top-96:visited {
    top: 24rem;
  }

  .sm\:visited\:right-96:visited {
    right: 24rem;
  }

  .sm\:visited\:bottom-96:visited {
    bottom: 24rem;
  }

  .sm\:visited\:left-96:visited {
    left: 24rem;
  }

  .sm\:visited\:top-auto:visited {
    top: auto;
  }

  .sm\:visited\:right-auto:visited {
    right: auto;
  }

  .sm\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .sm\:visited\:left-auto:visited {
    left: auto;
  }

  .sm\:visited\:top-px:visited {
    top: 1px;
  }

  .sm\:visited\:right-px:visited {
    right: 1px;
  }

  .sm\:visited\:bottom-px:visited {
    bottom: 1px;
  }

  .sm\:visited\:left-px:visited {
    left: 1px;
  }

  .sm\:visited\:top-0\.5:visited {
    top: 0.125rem;
  }

  .sm\:visited\:right-0\.5:visited {
    right: 0.125rem;
  }

  .sm\:visited\:bottom-0\.5:visited {
    bottom: 0.125rem;
  }

  .sm\:visited\:left-0\.5:visited {
    left: 0.125rem;
  }

  .sm\:visited\:top-1\.5:visited {
    top: 0.375rem;
  }

  .sm\:visited\:right-1\.5:visited {
    right: 0.375rem;
  }

  .sm\:visited\:bottom-1\.5:visited {
    bottom: 0.375rem;
  }

  .sm\:visited\:left-1\.5:visited {
    left: 0.375rem;
  }

  .sm\:visited\:top-2\.5:visited {
    top: 0.625rem;
  }

  .sm\:visited\:right-2\.5:visited {
    right: 0.625rem;
  }

  .sm\:visited\:bottom-2\.5:visited {
    bottom: 0.625rem;
  }

  .sm\:visited\:left-2\.5:visited {
    left: 0.625rem;
  }

  .sm\:visited\:top-3\.5:visited {
    top: 0.875rem;
  }

  .sm\:visited\:right-3\.5:visited {
    right: 0.875rem;
  }

  .sm\:visited\:bottom-3\.5:visited {
    bottom: 0.875rem;
  }

  .sm\:visited\:left-3\.5:visited {
    left: 0.875rem;
  }

  .sm\:visited\:-top-0:visited {
    top: 0px;
  }

  .sm\:visited\:-right-0:visited {
    right: 0px;
  }

  .sm\:visited\:-bottom-0:visited {
    bottom: 0px;
  }

  .sm\:visited\:-left-0:visited {
    left: 0px;
  }

  .sm\:visited\:-top-1:visited {
    top: -0.25rem;
  }

  .sm\:visited\:-right-1:visited {
    right: -0.25rem;
  }

  .sm\:visited\:-bottom-1:visited {
    bottom: -0.25rem;
  }

  .sm\:visited\:-left-1:visited {
    left: -0.25rem;
  }

  .sm\:visited\:-top-2:visited {
    top: -0.5rem;
  }

  .sm\:visited\:-right-2:visited {
    right: -0.5rem;
  }

  .sm\:visited\:-bottom-2:visited {
    bottom: -0.5rem;
  }

  .sm\:visited\:-left-2:visited {
    left: -0.5rem;
  }

  .sm\:visited\:-top-3:visited {
    top: -0.75rem;
  }

  .sm\:visited\:-right-3:visited {
    right: -0.75rem;
  }

  .sm\:visited\:-bottom-3:visited {
    bottom: -0.75rem;
  }

  .sm\:visited\:-left-3:visited {
    left: -0.75rem;
  }

  .sm\:visited\:-top-4:visited {
    top: -1rem;
  }

  .sm\:visited\:-right-4:visited {
    right: -1rem;
  }

  .sm\:visited\:-bottom-4:visited {
    bottom: -1rem;
  }

  .sm\:visited\:-left-4:visited {
    left: -1rem;
  }

  .sm\:visited\:-top-5:visited {
    top: -1.25rem;
  }

  .sm\:visited\:-right-5:visited {
    right: -1.25rem;
  }

  .sm\:visited\:-bottom-5:visited {
    bottom: -1.25rem;
  }

  .sm\:visited\:-left-5:visited {
    left: -1.25rem;
  }

  .sm\:visited\:-top-6:visited {
    top: -1.5rem;
  }

  .sm\:visited\:-right-6:visited {
    right: -1.5rem;
  }

  .sm\:visited\:-bottom-6:visited {
    bottom: -1.5rem;
  }

  .sm\:visited\:-left-6:visited {
    left: -1.5rem;
  }

  .sm\:visited\:-top-7:visited {
    top: -1.75rem;
  }

  .sm\:visited\:-right-7:visited {
    right: -1.75rem;
  }

  .sm\:visited\:-bottom-7:visited {
    bottom: -1.75rem;
  }

  .sm\:visited\:-left-7:visited {
    left: -1.75rem;
  }

  .sm\:visited\:-top-8:visited {
    top: -2rem;
  }

  .sm\:visited\:-right-8:visited {
    right: -2rem;
  }

  .sm\:visited\:-bottom-8:visited {
    bottom: -2rem;
  }

  .sm\:visited\:-left-8:visited {
    left: -2rem;
  }

  .sm\:visited\:-top-9:visited {
    top: -2.25rem;
  }

  .sm\:visited\:-right-9:visited {
    right: -2.25rem;
  }

  .sm\:visited\:-bottom-9:visited {
    bottom: -2.25rem;
  }

  .sm\:visited\:-left-9:visited {
    left: -2.25rem;
  }

  .sm\:visited\:-top-10:visited {
    top: -2.5rem;
  }

  .sm\:visited\:-right-10:visited {
    right: -2.5rem;
  }

  .sm\:visited\:-bottom-10:visited {
    bottom: -2.5rem;
  }

  .sm\:visited\:-left-10:visited {
    left: -2.5rem;
  }

  .sm\:visited\:-top-11:visited {
    top: -2.75rem;
  }

  .sm\:visited\:-right-11:visited {
    right: -2.75rem;
  }

  .sm\:visited\:-bottom-11:visited {
    bottom: -2.75rem;
  }

  .sm\:visited\:-left-11:visited {
    left: -2.75rem;
  }

  .sm\:visited\:-top-12:visited {
    top: -3rem;
  }

  .sm\:visited\:-right-12:visited {
    right: -3rem;
  }

  .sm\:visited\:-bottom-12:visited {
    bottom: -3rem;
  }

  .sm\:visited\:-left-12:visited {
    left: -3rem;
  }

  .sm\:visited\:-top-14:visited {
    top: -3.5rem;
  }

  .sm\:visited\:-right-14:visited {
    right: -3.5rem;
  }

  .sm\:visited\:-bottom-14:visited {
    bottom: -3.5rem;
  }

  .sm\:visited\:-left-14:visited {
    left: -3.5rem;
  }

  .sm\:visited\:-top-16:visited {
    top: -4rem;
  }

  .sm\:visited\:-right-16:visited {
    right: -4rem;
  }

  .sm\:visited\:-bottom-16:visited {
    bottom: -4rem;
  }

  .sm\:visited\:-left-16:visited {
    left: -4rem;
  }

  .sm\:visited\:-top-20:visited {
    top: -5rem;
  }

  .sm\:visited\:-right-20:visited {
    right: -5rem;
  }

  .sm\:visited\:-bottom-20:visited {
    bottom: -5rem;
  }

  .sm\:visited\:-left-20:visited {
    left: -5rem;
  }

  .sm\:visited\:-top-24:visited {
    top: -6rem;
  }

  .sm\:visited\:-right-24:visited {
    right: -6rem;
  }

  .sm\:visited\:-bottom-24:visited {
    bottom: -6rem;
  }

  .sm\:visited\:-left-24:visited {
    left: -6rem;
  }

  .sm\:visited\:-top-28:visited {
    top: -7rem;
  }

  .sm\:visited\:-right-28:visited {
    right: -7rem;
  }

  .sm\:visited\:-bottom-28:visited {
    bottom: -7rem;
  }

  .sm\:visited\:-left-28:visited {
    left: -7rem;
  }

  .sm\:visited\:-top-32:visited {
    top: -8rem;
  }

  .sm\:visited\:-right-32:visited {
    right: -8rem;
  }

  .sm\:visited\:-bottom-32:visited {
    bottom: -8rem;
  }

  .sm\:visited\:-left-32:visited {
    left: -8rem;
  }

  .sm\:visited\:-top-36:visited {
    top: -9rem;
  }

  .sm\:visited\:-right-36:visited {
    right: -9rem;
  }

  .sm\:visited\:-bottom-36:visited {
    bottom: -9rem;
  }

  .sm\:visited\:-left-36:visited {
    left: -9rem;
  }

  .sm\:visited\:-top-40:visited {
    top: -10rem;
  }

  .sm\:visited\:-right-40:visited {
    right: -10rem;
  }

  .sm\:visited\:-bottom-40:visited {
    bottom: -10rem;
  }

  .sm\:visited\:-left-40:visited {
    left: -10rem;
  }

  .sm\:visited\:-top-44:visited {
    top: -11rem;
  }

  .sm\:visited\:-right-44:visited {
    right: -11rem;
  }

  .sm\:visited\:-bottom-44:visited {
    bottom: -11rem;
  }

  .sm\:visited\:-left-44:visited {
    left: -11rem;
  }

  .sm\:visited\:-top-48:visited {
    top: -12rem;
  }

  .sm\:visited\:-right-48:visited {
    right: -12rem;
  }

  .sm\:visited\:-bottom-48:visited {
    bottom: -12rem;
  }

  .sm\:visited\:-left-48:visited {
    left: -12rem;
  }

  .sm\:visited\:-top-52:visited {
    top: -13rem;
  }

  .sm\:visited\:-right-52:visited {
    right: -13rem;
  }

  .sm\:visited\:-bottom-52:visited {
    bottom: -13rem;
  }

  .sm\:visited\:-left-52:visited {
    left: -13rem;
  }

  .sm\:visited\:-top-56:visited {
    top: -14rem;
  }

  .sm\:visited\:-right-56:visited {
    right: -14rem;
  }

  .sm\:visited\:-bottom-56:visited {
    bottom: -14rem;
  }

  .sm\:visited\:-left-56:visited {
    left: -14rem;
  }

  .sm\:visited\:-top-60:visited {
    top: -15rem;
  }

  .sm\:visited\:-right-60:visited {
    right: -15rem;
  }

  .sm\:visited\:-bottom-60:visited {
    bottom: -15rem;
  }

  .sm\:visited\:-left-60:visited {
    left: -15rem;
  }

  .sm\:visited\:-top-64:visited {
    top: -16rem;
  }

  .sm\:visited\:-right-64:visited {
    right: -16rem;
  }

  .sm\:visited\:-bottom-64:visited {
    bottom: -16rem;
  }

  .sm\:visited\:-left-64:visited {
    left: -16rem;
  }

  .sm\:visited\:-top-72:visited {
    top: -18rem;
  }

  .sm\:visited\:-right-72:visited {
    right: -18rem;
  }

  .sm\:visited\:-bottom-72:visited {
    bottom: -18rem;
  }

  .sm\:visited\:-left-72:visited {
    left: -18rem;
  }

  .sm\:visited\:-top-80:visited {
    top: -20rem;
  }

  .sm\:visited\:-right-80:visited {
    right: -20rem;
  }

  .sm\:visited\:-bottom-80:visited {
    bottom: -20rem;
  }

  .sm\:visited\:-left-80:visited {
    left: -20rem;
  }

  .sm\:visited\:-top-96:visited {
    top: -24rem;
  }

  .sm\:visited\:-right-96:visited {
    right: -24rem;
  }

  .sm\:visited\:-bottom-96:visited {
    bottom: -24rem;
  }

  .sm\:visited\:-left-96:visited {
    left: -24rem;
  }

  .sm\:visited\:-top-px:visited {
    top: -1px;
  }

  .sm\:visited\:-right-px:visited {
    right: -1px;
  }

  .sm\:visited\:-bottom-px:visited {
    bottom: -1px;
  }

  .sm\:visited\:-left-px:visited {
    left: -1px;
  }

  .sm\:visited\:-top-0\.5:visited {
    top: -0.125rem;
  }

  .sm\:visited\:-right-0\.5:visited {
    right: -0.125rem;
  }

  .sm\:visited\:-bottom-0\.5:visited {
    bottom: -0.125rem;
  }

  .sm\:visited\:-left-0\.5:visited {
    left: -0.125rem;
  }

  .sm\:visited\:-top-1\.5:visited {
    top: -0.375rem;
  }

  .sm\:visited\:-right-1\.5:visited {
    right: -0.375rem;
  }

  .sm\:visited\:-bottom-1\.5:visited {
    bottom: -0.375rem;
  }

  .sm\:visited\:-left-1\.5:visited {
    left: -0.375rem;
  }

  .sm\:visited\:-top-2\.5:visited {
    top: -0.625rem;
  }

  .sm\:visited\:-right-2\.5:visited {
    right: -0.625rem;
  }

  .sm\:visited\:-bottom-2\.5:visited {
    bottom: -0.625rem;
  }

  .sm\:visited\:-left-2\.5:visited {
    left: -0.625rem;
  }

  .sm\:visited\:-top-3\.5:visited {
    top: -0.875rem;
  }

  .sm\:visited\:-right-3\.5:visited {
    right: -0.875rem;
  }

  .sm\:visited\:-bottom-3\.5:visited {
    bottom: -0.875rem;
  }

  .sm\:visited\:-left-3\.5:visited {
    left: -0.875rem;
  }

  .sm\:visited\:top-1\/2:visited {
    top: 50%;
  }

  .sm\:visited\:right-1\/2:visited {
    right: 50%;
  }

  .sm\:visited\:bottom-1\/2:visited {
    bottom: 50%;
  }

  .sm\:visited\:left-1\/2:visited {
    left: 50%;
  }

  .sm\:visited\:top-1\/3:visited {
    top: 33.333333%;
  }

  .sm\:visited\:right-1\/3:visited {
    right: 33.333333%;
  }

  .sm\:visited\:bottom-1\/3:visited {
    bottom: 33.333333%;
  }

  .sm\:visited\:left-1\/3:visited {
    left: 33.333333%;
  }

  .sm\:visited\:top-2\/3:visited {
    top: 66.666667%;
  }

  .sm\:visited\:right-2\/3:visited {
    right: 66.666667%;
  }

  .sm\:visited\:bottom-2\/3:visited {
    bottom: 66.666667%;
  }

  .sm\:visited\:left-2\/3:visited {
    left: 66.666667%;
  }

  .sm\:visited\:top-1\/4:visited {
    top: 25%;
  }

  .sm\:visited\:right-1\/4:visited {
    right: 25%;
  }

  .sm\:visited\:bottom-1\/4:visited {
    bottom: 25%;
  }

  .sm\:visited\:left-1\/4:visited {
    left: 25%;
  }

  .sm\:visited\:top-2\/4:visited {
    top: 50%;
  }

  .sm\:visited\:right-2\/4:visited {
    right: 50%;
  }

  .sm\:visited\:bottom-2\/4:visited {
    bottom: 50%;
  }

  .sm\:visited\:left-2\/4:visited {
    left: 50%;
  }

  .sm\:visited\:top-3\/4:visited {
    top: 75%;
  }

  .sm\:visited\:right-3\/4:visited {
    right: 75%;
  }

  .sm\:visited\:bottom-3\/4:visited {
    bottom: 75%;
  }

  .sm\:visited\:left-3\/4:visited {
    left: 75%;
  }

  .sm\:visited\:top-full:visited {
    top: 100%;
  }

  .sm\:visited\:right-full:visited {
    right: 100%;
  }

  .sm\:visited\:bottom-full:visited {
    bottom: 100%;
  }

  .sm\:visited\:left-full:visited {
    left: 100%;
  }

  .sm\:visited\:-top-1\/2:visited {
    top: -50%;
  }

  .sm\:visited\:-right-1\/2:visited {
    right: -50%;
  }

  .sm\:visited\:-bottom-1\/2:visited {
    bottom: -50%;
  }

  .sm\:visited\:-left-1\/2:visited {
    left: -50%;
  }

  .sm\:visited\:-top-1\/3:visited {
    top: -33.333333%;
  }

  .sm\:visited\:-right-1\/3:visited {
    right: -33.333333%;
  }

  .sm\:visited\:-bottom-1\/3:visited {
    bottom: -33.333333%;
  }

  .sm\:visited\:-left-1\/3:visited {
    left: -33.333333%;
  }

  .sm\:visited\:-top-2\/3:visited {
    top: -66.666667%;
  }

  .sm\:visited\:-right-2\/3:visited {
    right: -66.666667%;
  }

  .sm\:visited\:-bottom-2\/3:visited {
    bottom: -66.666667%;
  }

  .sm\:visited\:-left-2\/3:visited {
    left: -66.666667%;
  }

  .sm\:visited\:-top-1\/4:visited {
    top: -25%;
  }

  .sm\:visited\:-right-1\/4:visited {
    right: -25%;
  }

  .sm\:visited\:-bottom-1\/4:visited {
    bottom: -25%;
  }

  .sm\:visited\:-left-1\/4:visited {
    left: -25%;
  }

  .sm\:visited\:-top-2\/4:visited {
    top: -50%;
  }

  .sm\:visited\:-right-2\/4:visited {
    right: -50%;
  }

  .sm\:visited\:-bottom-2\/4:visited {
    bottom: -50%;
  }

  .sm\:visited\:-left-2\/4:visited {
    left: -50%;
  }

  .sm\:visited\:-top-3\/4:visited {
    top: -75%;
  }

  .sm\:visited\:-right-3\/4:visited {
    right: -75%;
  }

  .sm\:visited\:-bottom-3\/4:visited {
    bottom: -75%;
  }

  .sm\:visited\:-left-3\/4:visited {
    left: -75%;
  }

  .sm\:visited\:-top-full:visited {
    top: -100%;
  }

  .sm\:visited\:-right-full:visited {
    right: -100%;
  }

  .sm\:visited\:-bottom-full:visited {
    bottom: -100%;
  }

  .sm\:visited\:-left-full:visited {
    left: -100%;
  }

  .sm\:disabled\:inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:disabled\:inset-1:disabled {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:disabled\:inset-2:disabled {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:disabled\:inset-3:disabled {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:disabled\:inset-4:disabled {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:disabled\:inset-5:disabled {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:disabled\:inset-6:disabled {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:disabled\:inset-7:disabled {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:disabled\:inset-8:disabled {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:disabled\:inset-9:disabled {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:disabled\:inset-10:disabled {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:disabled\:inset-11:disabled {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:disabled\:inset-12:disabled {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:disabled\:inset-14:disabled {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:disabled\:inset-16:disabled {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:disabled\:inset-20:disabled {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:disabled\:inset-24:disabled {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:disabled\:inset-28:disabled {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:disabled\:inset-32:disabled {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:disabled\:inset-36:disabled {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:disabled\:inset-40:disabled {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:disabled\:inset-44:disabled {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:disabled\:inset-48:disabled {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:disabled\:inset-52:disabled {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:disabled\:inset-56:disabled {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:disabled\:inset-60:disabled {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:disabled\:inset-64:disabled {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:disabled\:inset-72:disabled {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:disabled\:inset-80:disabled {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:disabled\:inset-96:disabled {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:disabled\:inset-px:disabled {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:disabled\:inset-0\.5:disabled {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:disabled\:inset-1\.5:disabled {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:disabled\:inset-2\.5:disabled {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:disabled\:inset-3\.5:disabled {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:disabled\:-inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:disabled\:-inset-1:disabled {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:disabled\:-inset-2:disabled {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:disabled\:-inset-3:disabled {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:disabled\:-inset-4:disabled {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:disabled\:-inset-5:disabled {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:disabled\:-inset-6:disabled {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:disabled\:-inset-7:disabled {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:disabled\:-inset-8:disabled {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:disabled\:-inset-9:disabled {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:disabled\:-inset-10:disabled {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:disabled\:-inset-11:disabled {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:disabled\:-inset-12:disabled {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:disabled\:-inset-14:disabled {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:disabled\:-inset-16:disabled {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:disabled\:-inset-20:disabled {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:disabled\:-inset-24:disabled {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:disabled\:-inset-28:disabled {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:disabled\:-inset-32:disabled {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:disabled\:-inset-36:disabled {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:disabled\:-inset-40:disabled {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:disabled\:-inset-44:disabled {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:disabled\:-inset-48:disabled {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:disabled\:-inset-52:disabled {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:disabled\:-inset-56:disabled {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:disabled\:-inset-60:disabled {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:disabled\:-inset-64:disabled {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:disabled\:-inset-72:disabled {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:disabled\:-inset-80:disabled {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:disabled\:-inset-96:disabled {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:disabled\:-inset-px:disabled {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:disabled\:-inset-0\.5:disabled {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:disabled\:-inset-1\.5:disabled {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:disabled\:-inset-2\.5:disabled {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:disabled\:-inset-3\.5:disabled {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:disabled\:inset-1\/2:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:disabled\:inset-1\/3:disabled {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:disabled\:inset-2\/3:disabled {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:disabled\:inset-1\/4:disabled {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:disabled\:inset-2\/4:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:disabled\:inset-3\/4:disabled {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:disabled\:inset-full:disabled {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:disabled\:-inset-1\/2:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:disabled\:-inset-1\/3:disabled {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:disabled\:-inset-2\/3:disabled {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:disabled\:-inset-1\/4:disabled {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:disabled\:-inset-2\/4:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:disabled\:-inset-3\/4:disabled {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:disabled\:-inset-full:disabled {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:disabled\:inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .sm\:disabled\:inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .sm\:disabled\:inset-y-1:disabled {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:disabled\:inset-x-1:disabled {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:disabled\:inset-y-2:disabled {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:disabled\:inset-x-2:disabled {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:disabled\:inset-y-3:disabled {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:disabled\:inset-x-3:disabled {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:disabled\:inset-y-4:disabled {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:disabled\:inset-x-4:disabled {
    right: 1rem;
    left: 1rem;
  }

  .sm\:disabled\:inset-y-5:disabled {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:disabled\:inset-x-5:disabled {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:disabled\:inset-y-6:disabled {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:disabled\:inset-x-6:disabled {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:disabled\:inset-y-7:disabled {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:disabled\:inset-x-7:disabled {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:disabled\:inset-y-8:disabled {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:disabled\:inset-x-8:disabled {
    right: 2rem;
    left: 2rem;
  }

  .sm\:disabled\:inset-y-9:disabled {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:disabled\:inset-x-9:disabled {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:disabled\:inset-y-10:disabled {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:disabled\:inset-x-10:disabled {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:disabled\:inset-y-11:disabled {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:disabled\:inset-x-11:disabled {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:disabled\:inset-y-12:disabled {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:disabled\:inset-x-12:disabled {
    right: 3rem;
    left: 3rem;
  }

  .sm\:disabled\:inset-y-14:disabled {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:disabled\:inset-x-14:disabled {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:disabled\:inset-y-16:disabled {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:disabled\:inset-x-16:disabled {
    right: 4rem;
    left: 4rem;
  }

  .sm\:disabled\:inset-y-20:disabled {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:disabled\:inset-x-20:disabled {
    right: 5rem;
    left: 5rem;
  }

  .sm\:disabled\:inset-y-24:disabled {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:disabled\:inset-x-24:disabled {
    right: 6rem;
    left: 6rem;
  }

  .sm\:disabled\:inset-y-28:disabled {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:disabled\:inset-x-28:disabled {
    right: 7rem;
    left: 7rem;
  }

  .sm\:disabled\:inset-y-32:disabled {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:disabled\:inset-x-32:disabled {
    right: 8rem;
    left: 8rem;
  }

  .sm\:disabled\:inset-y-36:disabled {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:disabled\:inset-x-36:disabled {
    right: 9rem;
    left: 9rem;
  }

  .sm\:disabled\:inset-y-40:disabled {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:disabled\:inset-x-40:disabled {
    right: 10rem;
    left: 10rem;
  }

  .sm\:disabled\:inset-y-44:disabled {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:disabled\:inset-x-44:disabled {
    right: 11rem;
    left: 11rem;
  }

  .sm\:disabled\:inset-y-48:disabled {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:disabled\:inset-x-48:disabled {
    right: 12rem;
    left: 12rem;
  }

  .sm\:disabled\:inset-y-52:disabled {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:disabled\:inset-x-52:disabled {
    right: 13rem;
    left: 13rem;
  }

  .sm\:disabled\:inset-y-56:disabled {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:disabled\:inset-x-56:disabled {
    right: 14rem;
    left: 14rem;
  }

  .sm\:disabled\:inset-y-60:disabled {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:disabled\:inset-x-60:disabled {
    right: 15rem;
    left: 15rem;
  }

  .sm\:disabled\:inset-y-64:disabled {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:disabled\:inset-x-64:disabled {
    right: 16rem;
    left: 16rem;
  }

  .sm\:disabled\:inset-y-72:disabled {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:disabled\:inset-x-72:disabled {
    right: 18rem;
    left: 18rem;
  }

  .sm\:disabled\:inset-y-80:disabled {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:disabled\:inset-x-80:disabled {
    right: 20rem;
    left: 20rem;
  }

  .sm\:disabled\:inset-y-96:disabled {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:disabled\:inset-x-96:disabled {
    right: 24rem;
    left: 24rem;
  }

  .sm\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .sm\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .sm\:disabled\:inset-y-px:disabled {
    top: 1px;
    bottom: 1px;
  }

  .sm\:disabled\:inset-x-px:disabled {
    right: 1px;
    left: 1px;
  }

  .sm\:disabled\:inset-y-0\.5:disabled {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:disabled\:inset-x-0\.5:disabled {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:disabled\:inset-y-1\.5:disabled {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:disabled\:inset-x-1\.5:disabled {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:disabled\:inset-y-2\.5:disabled {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:disabled\:inset-x-2\.5:disabled {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:disabled\:inset-y-3\.5:disabled {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:disabled\:inset-x-3\.5:disabled {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:disabled\:-inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .sm\:disabled\:-inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .sm\:disabled\:-inset-y-1:disabled {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:disabled\:-inset-x-1:disabled {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:disabled\:-inset-y-2:disabled {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:disabled\:-inset-x-2:disabled {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:disabled\:-inset-y-3:disabled {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:disabled\:-inset-x-3:disabled {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:disabled\:-inset-y-4:disabled {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:disabled\:-inset-x-4:disabled {
    right: -1rem;
    left: -1rem;
  }

  .sm\:disabled\:-inset-y-5:disabled {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:disabled\:-inset-x-5:disabled {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:disabled\:-inset-y-6:disabled {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:disabled\:-inset-x-6:disabled {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:disabled\:-inset-y-7:disabled {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:disabled\:-inset-x-7:disabled {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:disabled\:-inset-y-8:disabled {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:disabled\:-inset-x-8:disabled {
    right: -2rem;
    left: -2rem;
  }

  .sm\:disabled\:-inset-y-9:disabled {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:disabled\:-inset-x-9:disabled {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:disabled\:-inset-y-10:disabled {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:disabled\:-inset-x-10:disabled {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:disabled\:-inset-y-11:disabled {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:disabled\:-inset-x-11:disabled {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:disabled\:-inset-y-12:disabled {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:disabled\:-inset-x-12:disabled {
    right: -3rem;
    left: -3rem;
  }

  .sm\:disabled\:-inset-y-14:disabled {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:disabled\:-inset-x-14:disabled {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:disabled\:-inset-y-16:disabled {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:disabled\:-inset-x-16:disabled {
    right: -4rem;
    left: -4rem;
  }

  .sm\:disabled\:-inset-y-20:disabled {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:disabled\:-inset-x-20:disabled {
    right: -5rem;
    left: -5rem;
  }

  .sm\:disabled\:-inset-y-24:disabled {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:disabled\:-inset-x-24:disabled {
    right: -6rem;
    left: -6rem;
  }

  .sm\:disabled\:-inset-y-28:disabled {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:disabled\:-inset-x-28:disabled {
    right: -7rem;
    left: -7rem;
  }

  .sm\:disabled\:-inset-y-32:disabled {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:disabled\:-inset-x-32:disabled {
    right: -8rem;
    left: -8rem;
  }

  .sm\:disabled\:-inset-y-36:disabled {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:disabled\:-inset-x-36:disabled {
    right: -9rem;
    left: -9rem;
  }

  .sm\:disabled\:-inset-y-40:disabled {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:disabled\:-inset-x-40:disabled {
    right: -10rem;
    left: -10rem;
  }

  .sm\:disabled\:-inset-y-44:disabled {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:disabled\:-inset-x-44:disabled {
    right: -11rem;
    left: -11rem;
  }

  .sm\:disabled\:-inset-y-48:disabled {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:disabled\:-inset-x-48:disabled {
    right: -12rem;
    left: -12rem;
  }

  .sm\:disabled\:-inset-y-52:disabled {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:disabled\:-inset-x-52:disabled {
    right: -13rem;
    left: -13rem;
  }

  .sm\:disabled\:-inset-y-56:disabled {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:disabled\:-inset-x-56:disabled {
    right: -14rem;
    left: -14rem;
  }

  .sm\:disabled\:-inset-y-60:disabled {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:disabled\:-inset-x-60:disabled {
    right: -15rem;
    left: -15rem;
  }

  .sm\:disabled\:-inset-y-64:disabled {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:disabled\:-inset-x-64:disabled {
    right: -16rem;
    left: -16rem;
  }

  .sm\:disabled\:-inset-y-72:disabled {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:disabled\:-inset-x-72:disabled {
    right: -18rem;
    left: -18rem;
  }

  .sm\:disabled\:-inset-y-80:disabled {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:disabled\:-inset-x-80:disabled {
    right: -20rem;
    left: -20rem;
  }

  .sm\:disabled\:-inset-y-96:disabled {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:disabled\:-inset-x-96:disabled {
    right: -24rem;
    left: -24rem;
  }

  .sm\:disabled\:-inset-y-px:disabled {
    top: -1px;
    bottom: -1px;
  }

  .sm\:disabled\:-inset-x-px:disabled {
    right: -1px;
    left: -1px;
  }

  .sm\:disabled\:-inset-y-0\.5:disabled {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:disabled\:-inset-x-0\.5:disabled {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:disabled\:-inset-y-1\.5:disabled {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:disabled\:-inset-x-1\.5:disabled {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:disabled\:-inset-y-2\.5:disabled {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:disabled\:-inset-x-2\.5:disabled {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:disabled\:-inset-y-3\.5:disabled {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:disabled\:-inset-x-3\.5:disabled {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:disabled\:inset-y-1\/2:disabled {
    top: 50%;
    bottom: 50%;
  }

  .sm\:disabled\:inset-x-1\/2:disabled {
    right: 50%;
    left: 50%;
  }

  .sm\:disabled\:inset-y-1\/3:disabled {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:disabled\:inset-x-1\/3:disabled {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:disabled\:inset-y-2\/3:disabled {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:disabled\:inset-x-2\/3:disabled {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:disabled\:inset-y-1\/4:disabled {
    top: 25%;
    bottom: 25%;
  }

  .sm\:disabled\:inset-x-1\/4:disabled {
    right: 25%;
    left: 25%;
  }

  .sm\:disabled\:inset-y-2\/4:disabled {
    top: 50%;
    bottom: 50%;
  }

  .sm\:disabled\:inset-x-2\/4:disabled {
    right: 50%;
    left: 50%;
  }

  .sm\:disabled\:inset-y-3\/4:disabled {
    top: 75%;
    bottom: 75%;
  }

  .sm\:disabled\:inset-x-3\/4:disabled {
    right: 75%;
    left: 75%;
  }

  .sm\:disabled\:inset-y-full:disabled {
    top: 100%;
    bottom: 100%;
  }

  .sm\:disabled\:inset-x-full:disabled {
    right: 100%;
    left: 100%;
  }

  .sm\:disabled\:-inset-y-1\/2:disabled {
    top: -50%;
    bottom: -50%;
  }

  .sm\:disabled\:-inset-x-1\/2:disabled {
    right: -50%;
    left: -50%;
  }

  .sm\:disabled\:-inset-y-1\/3:disabled {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:disabled\:-inset-x-1\/3:disabled {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:disabled\:-inset-y-2\/3:disabled {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:disabled\:-inset-x-2\/3:disabled {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:disabled\:-inset-y-1\/4:disabled {
    top: -25%;
    bottom: -25%;
  }

  .sm\:disabled\:-inset-x-1\/4:disabled {
    right: -25%;
    left: -25%;
  }

  .sm\:disabled\:-inset-y-2\/4:disabled {
    top: -50%;
    bottom: -50%;
  }

  .sm\:disabled\:-inset-x-2\/4:disabled {
    right: -50%;
    left: -50%;
  }

  .sm\:disabled\:-inset-y-3\/4:disabled {
    top: -75%;
    bottom: -75%;
  }

  .sm\:disabled\:-inset-x-3\/4:disabled {
    right: -75%;
    left: -75%;
  }

  .sm\:disabled\:-inset-y-full:disabled {
    top: -100%;
    bottom: -100%;
  }

  .sm\:disabled\:-inset-x-full:disabled {
    right: -100%;
    left: -100%;
  }

  .sm\:disabled\:top-0:disabled {
    top: 0px;
  }

  .sm\:disabled\:right-0:disabled {
    right: 0px;
  }

  .sm\:disabled\:bottom-0:disabled {
    bottom: 0px;
  }

  .sm\:disabled\:left-0:disabled {
    left: 0px;
  }

  .sm\:disabled\:top-1:disabled {
    top: 0.25rem;
  }

  .sm\:disabled\:right-1:disabled {
    right: 0.25rem;
  }

  .sm\:disabled\:bottom-1:disabled {
    bottom: 0.25rem;
  }

  .sm\:disabled\:left-1:disabled {
    left: 0.25rem;
  }

  .sm\:disabled\:top-2:disabled {
    top: 0.5rem;
  }

  .sm\:disabled\:right-2:disabled {
    right: 0.5rem;
  }

  .sm\:disabled\:bottom-2:disabled {
    bottom: 0.5rem;
  }

  .sm\:disabled\:left-2:disabled {
    left: 0.5rem;
  }

  .sm\:disabled\:top-3:disabled {
    top: 0.75rem;
  }

  .sm\:disabled\:right-3:disabled {
    right: 0.75rem;
  }

  .sm\:disabled\:bottom-3:disabled {
    bottom: 0.75rem;
  }

  .sm\:disabled\:left-3:disabled {
    left: 0.75rem;
  }

  .sm\:disabled\:top-4:disabled {
    top: 1rem;
  }

  .sm\:disabled\:right-4:disabled {
    right: 1rem;
  }

  .sm\:disabled\:bottom-4:disabled {
    bottom: 1rem;
  }

  .sm\:disabled\:left-4:disabled {
    left: 1rem;
  }

  .sm\:disabled\:top-5:disabled {
    top: 1.25rem;
  }

  .sm\:disabled\:right-5:disabled {
    right: 1.25rem;
  }

  .sm\:disabled\:bottom-5:disabled {
    bottom: 1.25rem;
  }

  .sm\:disabled\:left-5:disabled {
    left: 1.25rem;
  }

  .sm\:disabled\:top-6:disabled {
    top: 1.5rem;
  }

  .sm\:disabled\:right-6:disabled {
    right: 1.5rem;
  }

  .sm\:disabled\:bottom-6:disabled {
    bottom: 1.5rem;
  }

  .sm\:disabled\:left-6:disabled {
    left: 1.5rem;
  }

  .sm\:disabled\:top-7:disabled {
    top: 1.75rem;
  }

  .sm\:disabled\:right-7:disabled {
    right: 1.75rem;
  }

  .sm\:disabled\:bottom-7:disabled {
    bottom: 1.75rem;
  }

  .sm\:disabled\:left-7:disabled {
    left: 1.75rem;
  }

  .sm\:disabled\:top-8:disabled {
    top: 2rem;
  }

  .sm\:disabled\:right-8:disabled {
    right: 2rem;
  }

  .sm\:disabled\:bottom-8:disabled {
    bottom: 2rem;
  }

  .sm\:disabled\:left-8:disabled {
    left: 2rem;
  }

  .sm\:disabled\:top-9:disabled {
    top: 2.25rem;
  }

  .sm\:disabled\:right-9:disabled {
    right: 2.25rem;
  }

  .sm\:disabled\:bottom-9:disabled {
    bottom: 2.25rem;
  }

  .sm\:disabled\:left-9:disabled {
    left: 2.25rem;
  }

  .sm\:disabled\:top-10:disabled {
    top: 2.5rem;
  }

  .sm\:disabled\:right-10:disabled {
    right: 2.5rem;
  }

  .sm\:disabled\:bottom-10:disabled {
    bottom: 2.5rem;
  }

  .sm\:disabled\:left-10:disabled {
    left: 2.5rem;
  }

  .sm\:disabled\:top-11:disabled {
    top: 2.75rem;
  }

  .sm\:disabled\:right-11:disabled {
    right: 2.75rem;
  }

  .sm\:disabled\:bottom-11:disabled {
    bottom: 2.75rem;
  }

  .sm\:disabled\:left-11:disabled {
    left: 2.75rem;
  }

  .sm\:disabled\:top-12:disabled {
    top: 3rem;
  }

  .sm\:disabled\:right-12:disabled {
    right: 3rem;
  }

  .sm\:disabled\:bottom-12:disabled {
    bottom: 3rem;
  }

  .sm\:disabled\:left-12:disabled {
    left: 3rem;
  }

  .sm\:disabled\:top-14:disabled {
    top: 3.5rem;
  }

  .sm\:disabled\:right-14:disabled {
    right: 3.5rem;
  }

  .sm\:disabled\:bottom-14:disabled {
    bottom: 3.5rem;
  }

  .sm\:disabled\:left-14:disabled {
    left: 3.5rem;
  }

  .sm\:disabled\:top-16:disabled {
    top: 4rem;
  }

  .sm\:disabled\:right-16:disabled {
    right: 4rem;
  }

  .sm\:disabled\:bottom-16:disabled {
    bottom: 4rem;
  }

  .sm\:disabled\:left-16:disabled {
    left: 4rem;
  }

  .sm\:disabled\:top-20:disabled {
    top: 5rem;
  }

  .sm\:disabled\:right-20:disabled {
    right: 5rem;
  }

  .sm\:disabled\:bottom-20:disabled {
    bottom: 5rem;
  }

  .sm\:disabled\:left-20:disabled {
    left: 5rem;
  }

  .sm\:disabled\:top-24:disabled {
    top: 6rem;
  }

  .sm\:disabled\:right-24:disabled {
    right: 6rem;
  }

  .sm\:disabled\:bottom-24:disabled {
    bottom: 6rem;
  }

  .sm\:disabled\:left-24:disabled {
    left: 6rem;
  }

  .sm\:disabled\:top-28:disabled {
    top: 7rem;
  }

  .sm\:disabled\:right-28:disabled {
    right: 7rem;
  }

  .sm\:disabled\:bottom-28:disabled {
    bottom: 7rem;
  }

  .sm\:disabled\:left-28:disabled {
    left: 7rem;
  }

  .sm\:disabled\:top-32:disabled {
    top: 8rem;
  }

  .sm\:disabled\:right-32:disabled {
    right: 8rem;
  }

  .sm\:disabled\:bottom-32:disabled {
    bottom: 8rem;
  }

  .sm\:disabled\:left-32:disabled {
    left: 8rem;
  }

  .sm\:disabled\:top-36:disabled {
    top: 9rem;
  }

  .sm\:disabled\:right-36:disabled {
    right: 9rem;
  }

  .sm\:disabled\:bottom-36:disabled {
    bottom: 9rem;
  }

  .sm\:disabled\:left-36:disabled {
    left: 9rem;
  }

  .sm\:disabled\:top-40:disabled {
    top: 10rem;
  }

  .sm\:disabled\:right-40:disabled {
    right: 10rem;
  }

  .sm\:disabled\:bottom-40:disabled {
    bottom: 10rem;
  }

  .sm\:disabled\:left-40:disabled {
    left: 10rem;
  }

  .sm\:disabled\:top-44:disabled {
    top: 11rem;
  }

  .sm\:disabled\:right-44:disabled {
    right: 11rem;
  }

  .sm\:disabled\:bottom-44:disabled {
    bottom: 11rem;
  }

  .sm\:disabled\:left-44:disabled {
    left: 11rem;
  }

  .sm\:disabled\:top-48:disabled {
    top: 12rem;
  }

  .sm\:disabled\:right-48:disabled {
    right: 12rem;
  }

  .sm\:disabled\:bottom-48:disabled {
    bottom: 12rem;
  }

  .sm\:disabled\:left-48:disabled {
    left: 12rem;
  }

  .sm\:disabled\:top-52:disabled {
    top: 13rem;
  }

  .sm\:disabled\:right-52:disabled {
    right: 13rem;
  }

  .sm\:disabled\:bottom-52:disabled {
    bottom: 13rem;
  }

  .sm\:disabled\:left-52:disabled {
    left: 13rem;
  }

  .sm\:disabled\:top-56:disabled {
    top: 14rem;
  }

  .sm\:disabled\:right-56:disabled {
    right: 14rem;
  }

  .sm\:disabled\:bottom-56:disabled {
    bottom: 14rem;
  }

  .sm\:disabled\:left-56:disabled {
    left: 14rem;
  }

  .sm\:disabled\:top-60:disabled {
    top: 15rem;
  }

  .sm\:disabled\:right-60:disabled {
    right: 15rem;
  }

  .sm\:disabled\:bottom-60:disabled {
    bottom: 15rem;
  }

  .sm\:disabled\:left-60:disabled {
    left: 15rem;
  }

  .sm\:disabled\:top-64:disabled {
    top: 16rem;
  }

  .sm\:disabled\:right-64:disabled {
    right: 16rem;
  }

  .sm\:disabled\:bottom-64:disabled {
    bottom: 16rem;
  }

  .sm\:disabled\:left-64:disabled {
    left: 16rem;
  }

  .sm\:disabled\:top-72:disabled {
    top: 18rem;
  }

  .sm\:disabled\:right-72:disabled {
    right: 18rem;
  }

  .sm\:disabled\:bottom-72:disabled {
    bottom: 18rem;
  }

  .sm\:disabled\:left-72:disabled {
    left: 18rem;
  }

  .sm\:disabled\:top-80:disabled {
    top: 20rem;
  }

  .sm\:disabled\:right-80:disabled {
    right: 20rem;
  }

  .sm\:disabled\:bottom-80:disabled {
    bottom: 20rem;
  }

  .sm\:disabled\:left-80:disabled {
    left: 20rem;
  }

  .sm\:disabled\:top-96:disabled {
    top: 24rem;
  }

  .sm\:disabled\:right-96:disabled {
    right: 24rem;
  }

  .sm\:disabled\:bottom-96:disabled {
    bottom: 24rem;
  }

  .sm\:disabled\:left-96:disabled {
    left: 24rem;
  }

  .sm\:disabled\:top-auto:disabled {
    top: auto;
  }

  .sm\:disabled\:right-auto:disabled {
    right: auto;
  }

  .sm\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .sm\:disabled\:left-auto:disabled {
    left: auto;
  }

  .sm\:disabled\:top-px:disabled {
    top: 1px;
  }

  .sm\:disabled\:right-px:disabled {
    right: 1px;
  }

  .sm\:disabled\:bottom-px:disabled {
    bottom: 1px;
  }

  .sm\:disabled\:left-px:disabled {
    left: 1px;
  }

  .sm\:disabled\:top-0\.5:disabled {
    top: 0.125rem;
  }

  .sm\:disabled\:right-0\.5:disabled {
    right: 0.125rem;
  }

  .sm\:disabled\:bottom-0\.5:disabled {
    bottom: 0.125rem;
  }

  .sm\:disabled\:left-0\.5:disabled {
    left: 0.125rem;
  }

  .sm\:disabled\:top-1\.5:disabled {
    top: 0.375rem;
  }

  .sm\:disabled\:right-1\.5:disabled {
    right: 0.375rem;
  }

  .sm\:disabled\:bottom-1\.5:disabled {
    bottom: 0.375rem;
  }

  .sm\:disabled\:left-1\.5:disabled {
    left: 0.375rem;
  }

  .sm\:disabled\:top-2\.5:disabled {
    top: 0.625rem;
  }

  .sm\:disabled\:right-2\.5:disabled {
    right: 0.625rem;
  }

  .sm\:disabled\:bottom-2\.5:disabled {
    bottom: 0.625rem;
  }

  .sm\:disabled\:left-2\.5:disabled {
    left: 0.625rem;
  }

  .sm\:disabled\:top-3\.5:disabled {
    top: 0.875rem;
  }

  .sm\:disabled\:right-3\.5:disabled {
    right: 0.875rem;
  }

  .sm\:disabled\:bottom-3\.5:disabled {
    bottom: 0.875rem;
  }

  .sm\:disabled\:left-3\.5:disabled {
    left: 0.875rem;
  }

  .sm\:disabled\:-top-0:disabled {
    top: 0px;
  }

  .sm\:disabled\:-right-0:disabled {
    right: 0px;
  }

  .sm\:disabled\:-bottom-0:disabled {
    bottom: 0px;
  }

  .sm\:disabled\:-left-0:disabled {
    left: 0px;
  }

  .sm\:disabled\:-top-1:disabled {
    top: -0.25rem;
  }

  .sm\:disabled\:-right-1:disabled {
    right: -0.25rem;
  }

  .sm\:disabled\:-bottom-1:disabled {
    bottom: -0.25rem;
  }

  .sm\:disabled\:-left-1:disabled {
    left: -0.25rem;
  }

  .sm\:disabled\:-top-2:disabled {
    top: -0.5rem;
  }

  .sm\:disabled\:-right-2:disabled {
    right: -0.5rem;
  }

  .sm\:disabled\:-bottom-2:disabled {
    bottom: -0.5rem;
  }

  .sm\:disabled\:-left-2:disabled {
    left: -0.5rem;
  }

  .sm\:disabled\:-top-3:disabled {
    top: -0.75rem;
  }

  .sm\:disabled\:-right-3:disabled {
    right: -0.75rem;
  }

  .sm\:disabled\:-bottom-3:disabled {
    bottom: -0.75rem;
  }

  .sm\:disabled\:-left-3:disabled {
    left: -0.75rem;
  }

  .sm\:disabled\:-top-4:disabled {
    top: -1rem;
  }

  .sm\:disabled\:-right-4:disabled {
    right: -1rem;
  }

  .sm\:disabled\:-bottom-4:disabled {
    bottom: -1rem;
  }

  .sm\:disabled\:-left-4:disabled {
    left: -1rem;
  }

  .sm\:disabled\:-top-5:disabled {
    top: -1.25rem;
  }

  .sm\:disabled\:-right-5:disabled {
    right: -1.25rem;
  }

  .sm\:disabled\:-bottom-5:disabled {
    bottom: -1.25rem;
  }

  .sm\:disabled\:-left-5:disabled {
    left: -1.25rem;
  }

  .sm\:disabled\:-top-6:disabled {
    top: -1.5rem;
  }

  .sm\:disabled\:-right-6:disabled {
    right: -1.5rem;
  }

  .sm\:disabled\:-bottom-6:disabled {
    bottom: -1.5rem;
  }

  .sm\:disabled\:-left-6:disabled {
    left: -1.5rem;
  }

  .sm\:disabled\:-top-7:disabled {
    top: -1.75rem;
  }

  .sm\:disabled\:-right-7:disabled {
    right: -1.75rem;
  }

  .sm\:disabled\:-bottom-7:disabled {
    bottom: -1.75rem;
  }

  .sm\:disabled\:-left-7:disabled {
    left: -1.75rem;
  }

  .sm\:disabled\:-top-8:disabled {
    top: -2rem;
  }

  .sm\:disabled\:-right-8:disabled {
    right: -2rem;
  }

  .sm\:disabled\:-bottom-8:disabled {
    bottom: -2rem;
  }

  .sm\:disabled\:-left-8:disabled {
    left: -2rem;
  }

  .sm\:disabled\:-top-9:disabled {
    top: -2.25rem;
  }

  .sm\:disabled\:-right-9:disabled {
    right: -2.25rem;
  }

  .sm\:disabled\:-bottom-9:disabled {
    bottom: -2.25rem;
  }

  .sm\:disabled\:-left-9:disabled {
    left: -2.25rem;
  }

  .sm\:disabled\:-top-10:disabled {
    top: -2.5rem;
  }

  .sm\:disabled\:-right-10:disabled {
    right: -2.5rem;
  }

  .sm\:disabled\:-bottom-10:disabled {
    bottom: -2.5rem;
  }

  .sm\:disabled\:-left-10:disabled {
    left: -2.5rem;
  }

  .sm\:disabled\:-top-11:disabled {
    top: -2.75rem;
  }

  .sm\:disabled\:-right-11:disabled {
    right: -2.75rem;
  }

  .sm\:disabled\:-bottom-11:disabled {
    bottom: -2.75rem;
  }

  .sm\:disabled\:-left-11:disabled {
    left: -2.75rem;
  }

  .sm\:disabled\:-top-12:disabled {
    top: -3rem;
  }

  .sm\:disabled\:-right-12:disabled {
    right: -3rem;
  }

  .sm\:disabled\:-bottom-12:disabled {
    bottom: -3rem;
  }

  .sm\:disabled\:-left-12:disabled {
    left: -3rem;
  }

  .sm\:disabled\:-top-14:disabled {
    top: -3.5rem;
  }

  .sm\:disabled\:-right-14:disabled {
    right: -3.5rem;
  }

  .sm\:disabled\:-bottom-14:disabled {
    bottom: -3.5rem;
  }

  .sm\:disabled\:-left-14:disabled {
    left: -3.5rem;
  }

  .sm\:disabled\:-top-16:disabled {
    top: -4rem;
  }

  .sm\:disabled\:-right-16:disabled {
    right: -4rem;
  }

  .sm\:disabled\:-bottom-16:disabled {
    bottom: -4rem;
  }

  .sm\:disabled\:-left-16:disabled {
    left: -4rem;
  }

  .sm\:disabled\:-top-20:disabled {
    top: -5rem;
  }

  .sm\:disabled\:-right-20:disabled {
    right: -5rem;
  }

  .sm\:disabled\:-bottom-20:disabled {
    bottom: -5rem;
  }

  .sm\:disabled\:-left-20:disabled {
    left: -5rem;
  }

  .sm\:disabled\:-top-24:disabled {
    top: -6rem;
  }

  .sm\:disabled\:-right-24:disabled {
    right: -6rem;
  }

  .sm\:disabled\:-bottom-24:disabled {
    bottom: -6rem;
  }

  .sm\:disabled\:-left-24:disabled {
    left: -6rem;
  }

  .sm\:disabled\:-top-28:disabled {
    top: -7rem;
  }

  .sm\:disabled\:-right-28:disabled {
    right: -7rem;
  }

  .sm\:disabled\:-bottom-28:disabled {
    bottom: -7rem;
  }

  .sm\:disabled\:-left-28:disabled {
    left: -7rem;
  }

  .sm\:disabled\:-top-32:disabled {
    top: -8rem;
  }

  .sm\:disabled\:-right-32:disabled {
    right: -8rem;
  }

  .sm\:disabled\:-bottom-32:disabled {
    bottom: -8rem;
  }

  .sm\:disabled\:-left-32:disabled {
    left: -8rem;
  }

  .sm\:disabled\:-top-36:disabled {
    top: -9rem;
  }

  .sm\:disabled\:-right-36:disabled {
    right: -9rem;
  }

  .sm\:disabled\:-bottom-36:disabled {
    bottom: -9rem;
  }

  .sm\:disabled\:-left-36:disabled {
    left: -9rem;
  }

  .sm\:disabled\:-top-40:disabled {
    top: -10rem;
  }

  .sm\:disabled\:-right-40:disabled {
    right: -10rem;
  }

  .sm\:disabled\:-bottom-40:disabled {
    bottom: -10rem;
  }

  .sm\:disabled\:-left-40:disabled {
    left: -10rem;
  }

  .sm\:disabled\:-top-44:disabled {
    top: -11rem;
  }

  .sm\:disabled\:-right-44:disabled {
    right: -11rem;
  }

  .sm\:disabled\:-bottom-44:disabled {
    bottom: -11rem;
  }

  .sm\:disabled\:-left-44:disabled {
    left: -11rem;
  }

  .sm\:disabled\:-top-48:disabled {
    top: -12rem;
  }

  .sm\:disabled\:-right-48:disabled {
    right: -12rem;
  }

  .sm\:disabled\:-bottom-48:disabled {
    bottom: -12rem;
  }

  .sm\:disabled\:-left-48:disabled {
    left: -12rem;
  }

  .sm\:disabled\:-top-52:disabled {
    top: -13rem;
  }

  .sm\:disabled\:-right-52:disabled {
    right: -13rem;
  }

  .sm\:disabled\:-bottom-52:disabled {
    bottom: -13rem;
  }

  .sm\:disabled\:-left-52:disabled {
    left: -13rem;
  }

  .sm\:disabled\:-top-56:disabled {
    top: -14rem;
  }

  .sm\:disabled\:-right-56:disabled {
    right: -14rem;
  }

  .sm\:disabled\:-bottom-56:disabled {
    bottom: -14rem;
  }

  .sm\:disabled\:-left-56:disabled {
    left: -14rem;
  }

  .sm\:disabled\:-top-60:disabled {
    top: -15rem;
  }

  .sm\:disabled\:-right-60:disabled {
    right: -15rem;
  }

  .sm\:disabled\:-bottom-60:disabled {
    bottom: -15rem;
  }

  .sm\:disabled\:-left-60:disabled {
    left: -15rem;
  }

  .sm\:disabled\:-top-64:disabled {
    top: -16rem;
  }

  .sm\:disabled\:-right-64:disabled {
    right: -16rem;
  }

  .sm\:disabled\:-bottom-64:disabled {
    bottom: -16rem;
  }

  .sm\:disabled\:-left-64:disabled {
    left: -16rem;
  }

  .sm\:disabled\:-top-72:disabled {
    top: -18rem;
  }

  .sm\:disabled\:-right-72:disabled {
    right: -18rem;
  }

  .sm\:disabled\:-bottom-72:disabled {
    bottom: -18rem;
  }

  .sm\:disabled\:-left-72:disabled {
    left: -18rem;
  }

  .sm\:disabled\:-top-80:disabled {
    top: -20rem;
  }

  .sm\:disabled\:-right-80:disabled {
    right: -20rem;
  }

  .sm\:disabled\:-bottom-80:disabled {
    bottom: -20rem;
  }

  .sm\:disabled\:-left-80:disabled {
    left: -20rem;
  }

  .sm\:disabled\:-top-96:disabled {
    top: -24rem;
  }

  .sm\:disabled\:-right-96:disabled {
    right: -24rem;
  }

  .sm\:disabled\:-bottom-96:disabled {
    bottom: -24rem;
  }

  .sm\:disabled\:-left-96:disabled {
    left: -24rem;
  }

  .sm\:disabled\:-top-px:disabled {
    top: -1px;
  }

  .sm\:disabled\:-right-px:disabled {
    right: -1px;
  }

  .sm\:disabled\:-bottom-px:disabled {
    bottom: -1px;
  }

  .sm\:disabled\:-left-px:disabled {
    left: -1px;
  }

  .sm\:disabled\:-top-0\.5:disabled {
    top: -0.125rem;
  }

  .sm\:disabled\:-right-0\.5:disabled {
    right: -0.125rem;
  }

  .sm\:disabled\:-bottom-0\.5:disabled {
    bottom: -0.125rem;
  }

  .sm\:disabled\:-left-0\.5:disabled {
    left: -0.125rem;
  }

  .sm\:disabled\:-top-1\.5:disabled {
    top: -0.375rem;
  }

  .sm\:disabled\:-right-1\.5:disabled {
    right: -0.375rem;
  }

  .sm\:disabled\:-bottom-1\.5:disabled {
    bottom: -0.375rem;
  }

  .sm\:disabled\:-left-1\.5:disabled {
    left: -0.375rem;
  }

  .sm\:disabled\:-top-2\.5:disabled {
    top: -0.625rem;
  }

  .sm\:disabled\:-right-2\.5:disabled {
    right: -0.625rem;
  }

  .sm\:disabled\:-bottom-2\.5:disabled {
    bottom: -0.625rem;
  }

  .sm\:disabled\:-left-2\.5:disabled {
    left: -0.625rem;
  }

  .sm\:disabled\:-top-3\.5:disabled {
    top: -0.875rem;
  }

  .sm\:disabled\:-right-3\.5:disabled {
    right: -0.875rem;
  }

  .sm\:disabled\:-bottom-3\.5:disabled {
    bottom: -0.875rem;
  }

  .sm\:disabled\:-left-3\.5:disabled {
    left: -0.875rem;
  }

  .sm\:disabled\:top-1\/2:disabled {
    top: 50%;
  }

  .sm\:disabled\:right-1\/2:disabled {
    right: 50%;
  }

  .sm\:disabled\:bottom-1\/2:disabled {
    bottom: 50%;
  }

  .sm\:disabled\:left-1\/2:disabled {
    left: 50%;
  }

  .sm\:disabled\:top-1\/3:disabled {
    top: 33.333333%;
  }

  .sm\:disabled\:right-1\/3:disabled {
    right: 33.333333%;
  }

  .sm\:disabled\:bottom-1\/3:disabled {
    bottom: 33.333333%;
  }

  .sm\:disabled\:left-1\/3:disabled {
    left: 33.333333%;
  }

  .sm\:disabled\:top-2\/3:disabled {
    top: 66.666667%;
  }

  .sm\:disabled\:right-2\/3:disabled {
    right: 66.666667%;
  }

  .sm\:disabled\:bottom-2\/3:disabled {
    bottom: 66.666667%;
  }

  .sm\:disabled\:left-2\/3:disabled {
    left: 66.666667%;
  }

  .sm\:disabled\:top-1\/4:disabled {
    top: 25%;
  }

  .sm\:disabled\:right-1\/4:disabled {
    right: 25%;
  }

  .sm\:disabled\:bottom-1\/4:disabled {
    bottom: 25%;
  }

  .sm\:disabled\:left-1\/4:disabled {
    left: 25%;
  }

  .sm\:disabled\:top-2\/4:disabled {
    top: 50%;
  }

  .sm\:disabled\:right-2\/4:disabled {
    right: 50%;
  }

  .sm\:disabled\:bottom-2\/4:disabled {
    bottom: 50%;
  }

  .sm\:disabled\:left-2\/4:disabled {
    left: 50%;
  }

  .sm\:disabled\:top-3\/4:disabled {
    top: 75%;
  }

  .sm\:disabled\:right-3\/4:disabled {
    right: 75%;
  }

  .sm\:disabled\:bottom-3\/4:disabled {
    bottom: 75%;
  }

  .sm\:disabled\:left-3\/4:disabled {
    left: 75%;
  }

  .sm\:disabled\:top-full:disabled {
    top: 100%;
  }

  .sm\:disabled\:right-full:disabled {
    right: 100%;
  }

  .sm\:disabled\:bottom-full:disabled {
    bottom: 100%;
  }

  .sm\:disabled\:left-full:disabled {
    left: 100%;
  }

  .sm\:disabled\:-top-1\/2:disabled {
    top: -50%;
  }

  .sm\:disabled\:-right-1\/2:disabled {
    right: -50%;
  }

  .sm\:disabled\:-bottom-1\/2:disabled {
    bottom: -50%;
  }

  .sm\:disabled\:-left-1\/2:disabled {
    left: -50%;
  }

  .sm\:disabled\:-top-1\/3:disabled {
    top: -33.333333%;
  }

  .sm\:disabled\:-right-1\/3:disabled {
    right: -33.333333%;
  }

  .sm\:disabled\:-bottom-1\/3:disabled {
    bottom: -33.333333%;
  }

  .sm\:disabled\:-left-1\/3:disabled {
    left: -33.333333%;
  }

  .sm\:disabled\:-top-2\/3:disabled {
    top: -66.666667%;
  }

  .sm\:disabled\:-right-2\/3:disabled {
    right: -66.666667%;
  }

  .sm\:disabled\:-bottom-2\/3:disabled {
    bottom: -66.666667%;
  }

  .sm\:disabled\:-left-2\/3:disabled {
    left: -66.666667%;
  }

  .sm\:disabled\:-top-1\/4:disabled {
    top: -25%;
  }

  .sm\:disabled\:-right-1\/4:disabled {
    right: -25%;
  }

  .sm\:disabled\:-bottom-1\/4:disabled {
    bottom: -25%;
  }

  .sm\:disabled\:-left-1\/4:disabled {
    left: -25%;
  }

  .sm\:disabled\:-top-2\/4:disabled {
    top: -50%;
  }

  .sm\:disabled\:-right-2\/4:disabled {
    right: -50%;
  }

  .sm\:disabled\:-bottom-2\/4:disabled {
    bottom: -50%;
  }

  .sm\:disabled\:-left-2\/4:disabled {
    left: -50%;
  }

  .sm\:disabled\:-top-3\/4:disabled {
    top: -75%;
  }

  .sm\:disabled\:-right-3\/4:disabled {
    right: -75%;
  }

  .sm\:disabled\:-bottom-3\/4:disabled {
    bottom: -75%;
  }

  .sm\:disabled\:-left-3\/4:disabled {
    left: -75%;
  }

  .sm\:disabled\:-top-full:disabled {
    top: -100%;
  }

  .sm\:disabled\:-right-full:disabled {
    right: -100%;
  }

  .sm\:disabled\:-bottom-full:disabled {
    bottom: -100%;
  }

  .sm\:disabled\:-left-full:disabled {
    left: -100%;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .group:hover .sm\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .sm\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .sm\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .sm\:group-hover\:resize {
    resize: both;
  }

  .sm\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .sm\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .sm\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .sm\:focus-within\:resize:focus-within {
    resize: both;
  }

  .sm\:first\:resize-none:first-child {
    resize: none;
  }

  .sm\:first\:resize-y:first-child {
    resize: vertical;
  }

  .sm\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .sm\:first\:resize:first-child {
    resize: both;
  }

  .sm\:last\:resize-none:last-child {
    resize: none;
  }

  .sm\:last\:resize-y:last-child {
    resize: vertical;
  }

  .sm\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .sm\:last\:resize:last-child {
    resize: both;
  }

  .sm\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .sm\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .sm\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .sm\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .sm\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .sm\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .sm\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .sm\:even\:resize:nth-child(even) {
    resize: both;
  }

  .sm\:hover\:resize-none:hover {
    resize: none;
  }

  .sm\:hover\:resize-y:hover {
    resize: vertical;
  }

  .sm\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .sm\:hover\:resize:hover {
    resize: both;
  }

  .sm\:focus\:resize-none:focus {
    resize: none;
  }

  .sm\:focus\:resize-y:focus {
    resize: vertical;
  }

  .sm\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .sm\:focus\:resize:focus {
    resize: both;
  }

  .sm\:active\:resize-none:active {
    resize: none;
  }

  .sm\:active\:resize-y:active {
    resize: vertical;
  }

  .sm\:active\:resize-x:active {
    resize: horizontal;
  }

  .sm\:active\:resize:active {
    resize: both;
  }

  .sm\:visited\:resize-none:visited {
    resize: none;
  }

  .sm\:visited\:resize-y:visited {
    resize: vertical;
  }

  .sm\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .sm\:visited\:resize:visited {
    resize: both;
  }

  .sm\:disabled\:resize-none:disabled {
    resize: none;
  }

  .sm\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .sm\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .sm\:disabled\:resize:disabled {
    resize: both;
  }

  .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\:first\:shadow-sm:first-child {
    --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\:first\:shadow:first-child {
    --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\:first\:shadow-md:first-child {
    --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\:first\:shadow-lg:first-child {
    --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\:first\:shadow-xl:first-child {
    --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\:first\:shadow-2xl:first-child {
    --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\:first\:shadow-inner:first-child {
    --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\:first\:shadow-none:first-child {
    --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\:last\:shadow-sm:last-child {
    --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\:last\:shadow:last-child {
    --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\:last\:shadow-md:last-child {
    --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\:last\:shadow-lg:last-child {
    --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\:last\:shadow-xl:last-child {
    --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\:last\:shadow-2xl:last-child {
    --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\:last\:shadow-inner:last-child {
    --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\:last\:shadow-none:last-child {
    --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\:odd\:shadow-sm:nth-child(odd) {
    --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\:odd\:shadow:nth-child(odd) {
    --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\:odd\:shadow-md:nth-child(odd) {
    --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\:odd\:shadow-lg:nth-child(odd) {
    --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\:odd\:shadow-xl:nth-child(odd) {
    --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\:odd\:shadow-2xl:nth-child(odd) {
    --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\:odd\:shadow-inner:nth-child(odd) {
    --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\:odd\:shadow-none:nth-child(odd) {
    --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\:even\:shadow-sm:nth-child(even) {
    --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\:even\:shadow:nth-child(even) {
    --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\:even\:shadow-md:nth-child(even) {
    --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\:even\:shadow-lg:nth-child(even) {
    --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\:even\:shadow-xl:nth-child(even) {
    --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\:even\:shadow-2xl:nth-child(even) {
    --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\:even\:shadow-inner:nth-child(even) {
    --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\:even\:shadow-none:nth-child(even) {
    --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\:active\:shadow-sm:active {
    --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\:active\:shadow:active {
    --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\:active\:shadow-md:active {
    --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\:active\:shadow-lg:active {
    --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\:active\:shadow-xl:active {
    --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\:active\:shadow-2xl:active {
    --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\:active\:shadow-inner:active {
    --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\:active\:shadow-none:active {
    --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\:visited\:shadow-sm:visited {
    --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\:visited\:shadow:visited {
    --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\:visited\:shadow-md:visited {
    --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\:visited\:shadow-lg:visited {
    --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\:visited\:shadow-xl:visited {
    --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\:visited\:shadow-2xl:visited {
    --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\:visited\:shadow-inner:visited {
    --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\:visited\:shadow-none:visited {
    --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\:disabled\:shadow-sm:disabled {
    --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\:disabled\:shadow:disabled {
    --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\:disabled\:shadow-md:disabled {
    --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\:disabled\:shadow-lg:disabled {
    --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\:disabled\:shadow-xl:disabled {
    --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\:disabled\:shadow-2xl:disabled {
    --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\:disabled\:shadow-inner:disabled {
    --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\:disabled\:shadow-none:disabled {
    --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\: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\:ring-inset {
    --tw-ring-inset: inset;
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .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-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:first\:ring-0:first-child {
    --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\:first\:ring-1:first-child {
    --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\:first\:ring-2:first-child {
    --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\:first\:ring-4:first-child {
    --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\:first\:ring-8:first-child {
    --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\:first\:ring:first-child {
    --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\:first\:ring-inset:first-child {
    --tw-ring-inset: inset;
  }

  .sm\:last\:ring-0:last-child {
    --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\:last\:ring-1:last-child {
    --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\:last\:ring-2:last-child {
    --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\:last\:ring-4:last-child {
    --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\:last\:ring-8:last-child {
    --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\:last\:ring:last-child {
    --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\:last\:ring-inset:last-child {
    --tw-ring-inset: inset;
  }

  .sm\:odd\:ring-0:nth-child(odd) {
    --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\:odd\:ring-1:nth-child(odd) {
    --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\:odd\:ring-2:nth-child(odd) {
    --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\:odd\:ring-4:nth-child(odd) {
    --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\:odd\:ring-8:nth-child(odd) {
    --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\:odd\:ring:nth-child(odd) {
    --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\:odd\:ring-inset:nth-child(odd) {
    --tw-ring-inset: inset;
  }

  .sm\:even\:ring-0:nth-child(even) {
    --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\:even\:ring-1:nth-child(even) {
    --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\:even\:ring-2:nth-child(even) {
    --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\:even\:ring-4:nth-child(even) {
    --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\:even\:ring-8:nth-child(even) {
    --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\:even\:ring:nth-child(even) {
    --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\:even\:ring-inset:nth-child(even) {
    --tw-ring-inset: inset;
  }

  .sm\:hover\:ring-0:hover {
    --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\:hover\:ring-1:hover {
    --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\:hover\:ring-2:hover {
    --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\:hover\:ring-4:hover {
    --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\:hover\:ring-8:hover {
    --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\:hover\:ring:hover {
    --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\:hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .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\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:active\:ring-0:active {
    --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\:active\:ring-1:active {
    --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\:active\:ring-2:active {
    --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\:active\:ring-4:active {
    --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\:active\:ring-8:active {
    --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\:active\:ring:active {
    --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\:active\:ring-inset:active {
    --tw-ring-inset: inset;
  }

  .sm\:visited\:ring-0:visited {
    --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\:visited\:ring-1:visited {
    --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\:visited\:ring-2:visited {
    --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\:visited\:ring-4:visited {
    --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\:visited\:ring-8:visited {
    --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\:visited\:ring:visited {
    --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\:visited\:ring-inset:visited {
    --tw-ring-inset: inset;
  }

  .sm\:disabled\:ring-0:disabled {
    --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\:disabled\:ring-1:disabled {
    --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\:disabled\:ring-2:disabled {
    --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\:disabled\:ring-4:disabled {
    --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\:disabled\:ring-8:disabled {
    --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\:disabled\:ring:disabled {
    --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\:disabled\:ring-inset:disabled {
    --tw-ring-inset: inset;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .sm\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .sm\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .sm\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .sm\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .sm\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .sm\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .sm\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .sm\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .sm\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .sm\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .group:hover .sm\:group-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .group:hover .sm\:group-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .group:hover .sm\:group-hover\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .group:hover .sm\:group-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .group:hover .sm\:group-hover\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .group:hover .sm\:group-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .group:hover .sm\:group-hover\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .group:hover .sm\:group-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .group:hover .sm\:group-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .group:hover .sm\:group-hover\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .group:hover .sm\:group-hover\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .group:hover .sm\:group-hover\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .group:hover .sm\:group-hover\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .group:hover .sm\:group-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .group:hover .sm\:group-hover\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .group:hover .sm\:group-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .group:hover .sm\:group-hover\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .group:hover .sm\:group-hover\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .group:hover .sm\:group-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .group:hover .sm\:group-hover\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .group:hover .sm\:group-hover\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .group:hover .sm\:group-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .group:hover .sm\:group-hover\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .group:hover .sm\:group-hover\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .group:hover .sm\:group-hover\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .group:hover .sm\:group-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus-within\:ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus-within\:ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus-within\:ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus-within\:ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus-within\:ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus-within\:ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus-within\:ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus-within\:ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus-within\:ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus-within\:ring-offset-warmGray-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:focus-within\:ring-offset-warmGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:focus-within\:ring-offset-warmGray-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:focus-within\:ring-offset-warmGray-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:focus-within\:ring-offset-warmGray-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:focus-within\:ring-offset-warmGray-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:focus-within\:ring-offset-warmGray-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:focus-within\:ring-offset-warmGray-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:focus-within\:ring-offset-warmGray-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .sm\:focus-within\:ring-offset-warmGray-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:focus-within\:ring-offset-trueGray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus-within\:ring-offset-trueGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:focus-within\:ring-offset-trueGray-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus-within\:ring-offset-trueGray-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:focus-within\:ring-offset-trueGray-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:focus-within\:ring-offset-trueGray-500:focus-within {
    --tw-ring-offset-color: #737373;
  }

  .sm\:focus-within\:ring-offset-trueGray-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .sm\:focus-within\:ring-offset-trueGray-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .sm\:focus-within\:ring-offset-trueGray-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus-within\:ring-offset-trueGray-900:focus-within {
    --tw-ring-offset-color: #171717;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:focus-within\:ring-offset-coolGray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-coolGray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-coolGray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-coolGray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-coolGray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-coolGray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-coolGray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-coolGray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-coolGray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-coolGray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:focus-within\:ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:focus-within\:ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:focus-within\:ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:focus-within\:ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:focus-within\:ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:focus-within\:ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569;
  }

  .sm\:focus-within\:ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155;
  }

  .sm\:focus-within\:ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:focus-within\:ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: current;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:first\:ring-offset-black:first-child {
    --tw-ring-offset-color: #000;
  }

  .sm\:first\:ring-offset-white:first-child {
    --tw-ring-offset-color: #fff;
  }

  .sm\:first\:ring-offset-rose-50:first-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:first\:ring-offset-rose-100:first-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:first\:ring-offset-rose-200:first-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:first\:ring-offset-rose-300:first-child {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:first\:ring-offset-rose-400:first-child {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:first\:ring-offset-rose-500:first-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:first\:ring-offset-rose-600:first-child {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:first\:ring-offset-rose-700:first-child {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:first\:ring-offset-rose-800:first-child {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:first\:ring-offset-rose-900:first-child {
    --tw-ring-offset-color: #881337;
  }

  .sm\:first\:ring-offset-pink-50:first-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:first\:ring-offset-pink-100:first-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:first\:ring-offset-pink-200:first-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:first\:ring-offset-pink-300:first-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:first\:ring-offset-pink-400:first-child {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:first\:ring-offset-pink-500:first-child {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:first\:ring-offset-pink-600:first-child {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:first\:ring-offset-pink-700:first-child {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:first\:ring-offset-pink-800:first-child {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:first\:ring-offset-pink-900:first-child {
    --tw-ring-offset-color: #831843;
  }

  .sm\:first\:ring-offset-fuchsia-50:first-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:first\:ring-offset-fuchsia-100:first-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:first\:ring-offset-fuchsia-200:first-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:first\:ring-offset-fuchsia-300:first-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:first\:ring-offset-fuchsia-400:first-child {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:first\:ring-offset-fuchsia-500:first-child {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:first\:ring-offset-fuchsia-600:first-child {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:first\:ring-offset-fuchsia-700:first-child {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:first\:ring-offset-fuchsia-800:first-child {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:first\:ring-offset-fuchsia-900:first-child {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:first\:ring-offset-purple-50:first-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:first\:ring-offset-purple-100:first-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:first\:ring-offset-purple-200:first-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:first\:ring-offset-purple-300:first-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:first\:ring-offset-purple-400:first-child {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:first\:ring-offset-purple-500:first-child {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:first\:ring-offset-purple-600:first-child {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:first\:ring-offset-purple-700:first-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:first\:ring-offset-purple-800:first-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:first\:ring-offset-purple-900:first-child {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:first\:ring-offset-violet-50:first-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:first\:ring-offset-violet-100:first-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:first\:ring-offset-violet-200:first-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:first\:ring-offset-violet-300:first-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:first\:ring-offset-violet-400:first-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:first\:ring-offset-violet-500:first-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:first\:ring-offset-violet-600:first-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:first\:ring-offset-violet-700:first-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:first\:ring-offset-violet-800:first-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:first\:ring-offset-violet-900:first-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:first\:ring-offset-indigo-50:first-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:first\:ring-offset-indigo-100:first-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:first\:ring-offset-indigo-200:first-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:first\:ring-offset-indigo-300:first-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:first\:ring-offset-indigo-400:first-child {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:first\:ring-offset-indigo-500:first-child {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:first\:ring-offset-indigo-600:first-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:first\:ring-offset-indigo-700:first-child {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:first\:ring-offset-indigo-800:first-child {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:first\:ring-offset-indigo-900:first-child {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:first\:ring-offset-blue-50:first-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:first\:ring-offset-blue-100:first-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:first\:ring-offset-blue-200:first-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:first\:ring-offset-blue-300:first-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:first\:ring-offset-blue-400:first-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:first\:ring-offset-blue-500:first-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:first\:ring-offset-blue-600:first-child {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:first\:ring-offset-blue-700:first-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:first\:ring-offset-blue-800:first-child {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:first\:ring-offset-blue-900:first-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:first\:ring-offset-lightBlue-50:first-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:first\:ring-offset-lightBlue-100:first-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:first\:ring-offset-lightBlue-200:first-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:first\:ring-offset-lightBlue-300:first-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:first\:ring-offset-lightBlue-400:first-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:first\:ring-offset-lightBlue-500:first-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:first\:ring-offset-lightBlue-600:first-child {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:first\:ring-offset-lightBlue-700:first-child {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:first\:ring-offset-lightBlue-800:first-child {
    --tw-ring-offset-color: #075985;
  }

  .sm\:first\:ring-offset-lightBlue-900:first-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:first\:ring-offset-cyan-50:first-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:first\:ring-offset-cyan-100:first-child {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:first\:ring-offset-cyan-200:first-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:first\:ring-offset-cyan-300:first-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:first\:ring-offset-cyan-400:first-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:first\:ring-offset-cyan-500:first-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:first\:ring-offset-cyan-600:first-child {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:first\:ring-offset-cyan-700:first-child {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:first\:ring-offset-cyan-800:first-child {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:first\:ring-offset-cyan-900:first-child {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:first\:ring-offset-teal-50:first-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:first\:ring-offset-teal-100:first-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:first\:ring-offset-teal-200:first-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:first\:ring-offset-teal-300:first-child {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:first\:ring-offset-teal-400:first-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:first\:ring-offset-teal-500:first-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:first\:ring-offset-teal-600:first-child {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:first\:ring-offset-teal-700:first-child {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:first\:ring-offset-teal-800:first-child {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:first\:ring-offset-teal-900:first-child {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:first\:ring-offset-emerald-50:first-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:first\:ring-offset-emerald-100:first-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:first\:ring-offset-emerald-200:first-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:first\:ring-offset-emerald-300:first-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:first\:ring-offset-emerald-400:first-child {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:first\:ring-offset-emerald-500:first-child {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:first\:ring-offset-emerald-600:first-child {
    --tw-ring-offset-color: #059669;
  }

  .sm\:first\:ring-offset-emerald-700:first-child {
    --tw-ring-offset-color: #047857;
  }

  .sm\:first\:ring-offset-emerald-800:first-child {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:first\:ring-offset-emerald-900:first-child {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:first\:ring-offset-green-50:first-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:first\:ring-offset-green-100:first-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:first\:ring-offset-green-200:first-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:first\:ring-offset-green-300:first-child {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:first\:ring-offset-green-400:first-child {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:first\:ring-offset-green-500:first-child {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:first\:ring-offset-green-600:first-child {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:first\:ring-offset-green-700:first-child {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:first\:ring-offset-green-800:first-child {
    --tw-ring-offset-color: #166534;
  }

  .sm\:first\:ring-offset-green-900:first-child {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:first\:ring-offset-lime-50:first-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:first\:ring-offset-lime-100:first-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:first\:ring-offset-lime-200:first-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:first\:ring-offset-lime-300:first-child {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:first\:ring-offset-lime-400:first-child {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:first\:ring-offset-lime-500:first-child {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:first\:ring-offset-lime-600:first-child {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:first\:ring-offset-lime-700:first-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:first\:ring-offset-lime-800:first-child {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:first\:ring-offset-lime-900:first-child {
    --tw-ring-offset-color: #365314;
  }

  .sm\:first\:ring-offset-yellow-50:first-child {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:first\:ring-offset-yellow-100:first-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:first\:ring-offset-yellow-200:first-child {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:first\:ring-offset-yellow-300:first-child {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:first\:ring-offset-yellow-400:first-child {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:first\:ring-offset-yellow-500:first-child {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:first\:ring-offset-yellow-600:first-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:first\:ring-offset-yellow-700:first-child {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:first\:ring-offset-yellow-800:first-child {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:first\:ring-offset-yellow-900:first-child {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:first\:ring-offset-amber-50:first-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:first\:ring-offset-amber-100:first-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:first\:ring-offset-amber-200:first-child {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:first\:ring-offset-amber-300:first-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:first\:ring-offset-amber-400:first-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:first\:ring-offset-amber-500:first-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:first\:ring-offset-amber-600:first-child {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:first\:ring-offset-amber-700:first-child {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:first\:ring-offset-amber-800:first-child {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:first\:ring-offset-amber-900:first-child {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:first\:ring-offset-orange-50:first-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:first\:ring-offset-orange-100:first-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:first\:ring-offset-orange-200:first-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:first\:ring-offset-orange-300:first-child {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:first\:ring-offset-orange-400:first-child {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:first\:ring-offset-orange-500:first-child {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:first\:ring-offset-orange-600:first-child {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:first\:ring-offset-orange-700:first-child {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:first\:ring-offset-orange-800:first-child {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:first\:ring-offset-orange-900:first-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:first\:ring-offset-red-50:first-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:first\:ring-offset-red-100:first-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:first\:ring-offset-red-200:first-child {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:first\:ring-offset-red-300:first-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:first\:ring-offset-red-400:first-child {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:first\:ring-offset-red-500:first-child {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:first\:ring-offset-red-600:first-child {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:first\:ring-offset-red-700:first-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:first\:ring-offset-red-800:first-child {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:first\:ring-offset-red-900:first-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:first\:ring-offset-warmGray-50:first-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:first\:ring-offset-warmGray-100:first-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:first\:ring-offset-warmGray-200:first-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:first\:ring-offset-warmGray-300:first-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:first\:ring-offset-warmGray-400:first-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:first\:ring-offset-warmGray-500:first-child {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:first\:ring-offset-warmGray-600:first-child {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:first\:ring-offset-warmGray-700:first-child {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:first\:ring-offset-warmGray-800:first-child {
    --tw-ring-offset-color: #292524;
  }

  .sm\:first\:ring-offset-warmGray-900:first-child {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:first\:ring-offset-trueGray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:first\:ring-offset-trueGray-100:first-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:first\:ring-offset-trueGray-200:first-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:first\:ring-offset-trueGray-300:first-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:first\:ring-offset-trueGray-400:first-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:first\:ring-offset-trueGray-500:first-child {
    --tw-ring-offset-color: #737373;
  }

  .sm\:first\:ring-offset-trueGray-600:first-child {
    --tw-ring-offset-color: #525252;
  }

  .sm\:first\:ring-offset-trueGray-700:first-child {
    --tw-ring-offset-color: #404040;
  }

  .sm\:first\:ring-offset-trueGray-800:first-child {
    --tw-ring-offset-color: #262626;
  }

  .sm\:first\:ring-offset-trueGray-900:first-child {
    --tw-ring-offset-color: #171717;
  }

  .sm\:first\:ring-offset-gray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:first\:ring-offset-gray-100:first-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:first\:ring-offset-gray-200:first-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:first\:ring-offset-gray-300:first-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:first\:ring-offset-gray-400:first-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:first\:ring-offset-gray-500:first-child {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:first\:ring-offset-gray-600:first-child {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:first\:ring-offset-gray-700:first-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:first\:ring-offset-gray-800:first-child {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:first\:ring-offset-gray-900:first-child {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:first\:ring-offset-coolGray-50:first-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:first\:ring-offset-coolGray-100:first-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:first\:ring-offset-coolGray-200:first-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:first\:ring-offset-coolGray-300:first-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:first\:ring-offset-coolGray-400:first-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:first\:ring-offset-coolGray-500:first-child {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:first\:ring-offset-coolGray-600:first-child {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:first\:ring-offset-coolGray-700:first-child {
    --tw-ring-offset-color: #374151;
  }

  .sm\:first\:ring-offset-coolGray-800:first-child {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:first\:ring-offset-coolGray-900:first-child {
    --tw-ring-offset-color: #111827;
  }

  .sm\:first\:ring-offset-blueGray-50:first-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:first\:ring-offset-blueGray-100:first-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:first\:ring-offset-blueGray-200:first-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:first\:ring-offset-blueGray-300:first-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:first\:ring-offset-blueGray-400:first-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:first\:ring-offset-blueGray-500:first-child {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:first\:ring-offset-blueGray-600:first-child {
    --tw-ring-offset-color: #475569;
  }

  .sm\:first\:ring-offset-blueGray-700:first-child {
    --tw-ring-offset-color: #334155;
  }

  .sm\:first\:ring-offset-blueGray-800:first-child {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:first\:ring-offset-blueGray-900:first-child {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:first\:ring-offset-current:first-child {
    --tw-ring-offset-color: current;
  }

  .sm\:first\:ring-offset-transparent:first-child {
    --tw-ring-offset-color: transparent;
  }

  .sm\:last\:ring-offset-black:last-child {
    --tw-ring-offset-color: #000;
  }

  .sm\:last\:ring-offset-white:last-child {
    --tw-ring-offset-color: #fff;
  }

  .sm\:last\:ring-offset-rose-50:last-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:last\:ring-offset-rose-100:last-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:last\:ring-offset-rose-200:last-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:last\:ring-offset-rose-300:last-child {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:last\:ring-offset-rose-400:last-child {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:last\:ring-offset-rose-500:last-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:last\:ring-offset-rose-600:last-child {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:last\:ring-offset-rose-700:last-child {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:last\:ring-offset-rose-800:last-child {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:last\:ring-offset-rose-900:last-child {
    --tw-ring-offset-color: #881337;
  }

  .sm\:last\:ring-offset-pink-50:last-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:last\:ring-offset-pink-100:last-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:last\:ring-offset-pink-200:last-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:last\:ring-offset-pink-300:last-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:last\:ring-offset-pink-400:last-child {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:last\:ring-offset-pink-500:last-child {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:last\:ring-offset-pink-600:last-child {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:last\:ring-offset-pink-700:last-child {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:last\:ring-offset-pink-800:last-child {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:last\:ring-offset-pink-900:last-child {
    --tw-ring-offset-color: #831843;
  }

  .sm\:last\:ring-offset-fuchsia-50:last-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:last\:ring-offset-fuchsia-100:last-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:last\:ring-offset-fuchsia-200:last-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:last\:ring-offset-fuchsia-300:last-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:last\:ring-offset-fuchsia-400:last-child {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:last\:ring-offset-fuchsia-500:last-child {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:last\:ring-offset-fuchsia-600:last-child {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:last\:ring-offset-fuchsia-700:last-child {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:last\:ring-offset-fuchsia-800:last-child {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:last\:ring-offset-fuchsia-900:last-child {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:last\:ring-offset-purple-50:last-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:last\:ring-offset-purple-100:last-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:last\:ring-offset-purple-200:last-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:last\:ring-offset-purple-300:last-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:last\:ring-offset-purple-400:last-child {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:last\:ring-offset-purple-500:last-child {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:last\:ring-offset-purple-600:last-child {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:last\:ring-offset-purple-700:last-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:last\:ring-offset-purple-800:last-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:last\:ring-offset-purple-900:last-child {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:last\:ring-offset-violet-50:last-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:last\:ring-offset-violet-100:last-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:last\:ring-offset-violet-200:last-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:last\:ring-offset-violet-300:last-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:last\:ring-offset-violet-400:last-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:last\:ring-offset-violet-500:last-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:last\:ring-offset-violet-600:last-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:last\:ring-offset-violet-700:last-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:last\:ring-offset-violet-800:last-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:last\:ring-offset-violet-900:last-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:last\:ring-offset-indigo-50:last-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:last\:ring-offset-indigo-100:last-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:last\:ring-offset-indigo-200:last-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:last\:ring-offset-indigo-300:last-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:last\:ring-offset-indigo-400:last-child {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:last\:ring-offset-indigo-500:last-child {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:last\:ring-offset-indigo-600:last-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:last\:ring-offset-indigo-700:last-child {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:last\:ring-offset-indigo-800:last-child {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:last\:ring-offset-indigo-900:last-child {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:last\:ring-offset-blue-50:last-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:last\:ring-offset-blue-100:last-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:last\:ring-offset-blue-200:last-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:last\:ring-offset-blue-300:last-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:last\:ring-offset-blue-400:last-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:last\:ring-offset-blue-500:last-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:last\:ring-offset-blue-600:last-child {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:last\:ring-offset-blue-700:last-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:last\:ring-offset-blue-800:last-child {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:last\:ring-offset-blue-900:last-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:last\:ring-offset-lightBlue-50:last-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:last\:ring-offset-lightBlue-100:last-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:last\:ring-offset-lightBlue-200:last-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:last\:ring-offset-lightBlue-300:last-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:last\:ring-offset-lightBlue-400:last-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:last\:ring-offset-lightBlue-500:last-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:last\:ring-offset-lightBlue-600:last-child {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:last\:ring-offset-lightBlue-700:last-child {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:last\:ring-offset-lightBlue-800:last-child {
    --tw-ring-offset-color: #075985;
  }

  .sm\:last\:ring-offset-lightBlue-900:last-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:last\:ring-offset-cyan-50:last-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:last\:ring-offset-cyan-100:last-child {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:last\:ring-offset-cyan-200:last-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:last\:ring-offset-cyan-300:last-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:last\:ring-offset-cyan-400:last-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:last\:ring-offset-cyan-500:last-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:last\:ring-offset-cyan-600:last-child {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:last\:ring-offset-cyan-700:last-child {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:last\:ring-offset-cyan-800:last-child {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:last\:ring-offset-cyan-900:last-child {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:last\:ring-offset-teal-50:last-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:last\:ring-offset-teal-100:last-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:last\:ring-offset-teal-200:last-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:last\:ring-offset-teal-300:last-child {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:last\:ring-offset-teal-400:last-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:last\:ring-offset-teal-500:last-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:last\:ring-offset-teal-600:last-child {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:last\:ring-offset-teal-700:last-child {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:last\:ring-offset-teal-800:last-child {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:last\:ring-offset-teal-900:last-child {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:last\:ring-offset-emerald-50:last-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:last\:ring-offset-emerald-100:last-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:last\:ring-offset-emerald-200:last-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:last\:ring-offset-emerald-300:last-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:last\:ring-offset-emerald-400:last-child {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:last\:ring-offset-emerald-500:last-child {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:last\:ring-offset-emerald-600:last-child {
    --tw-ring-offset-color: #059669;
  }

  .sm\:last\:ring-offset-emerald-700:last-child {
    --tw-ring-offset-color: #047857;
  }

  .sm\:last\:ring-offset-emerald-800:last-child {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:last\:ring-offset-emerald-900:last-child {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:last\:ring-offset-green-50:last-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:last\:ring-offset-green-100:last-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:last\:ring-offset-green-200:last-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:last\:ring-offset-green-300:last-child {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:last\:ring-offset-green-400:last-child {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:last\:ring-offset-green-500:last-child {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:last\:ring-offset-green-600:last-child {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:last\:ring-offset-green-700:last-child {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:last\:ring-offset-green-800:last-child {
    --tw-ring-offset-color: #166534;
  }

  .sm\:last\:ring-offset-green-900:last-child {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:last\:ring-offset-lime-50:last-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:last\:ring-offset-lime-100:last-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:last\:ring-offset-lime-200:last-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:last\:ring-offset-lime-300:last-child {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:last\:ring-offset-lime-400:last-child {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:last\:ring-offset-lime-500:last-child {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:last\:ring-offset-lime-600:last-child {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:last\:ring-offset-lime-700:last-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:last\:ring-offset-lime-800:last-child {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:last\:ring-offset-lime-900:last-child {
    --tw-ring-offset-color: #365314;
  }

  .sm\:last\:ring-offset-yellow-50:last-child {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:last\:ring-offset-yellow-100:last-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:last\:ring-offset-yellow-200:last-child {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:last\:ring-offset-yellow-300:last-child {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:last\:ring-offset-yellow-400:last-child {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:last\:ring-offset-yellow-500:last-child {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:last\:ring-offset-yellow-600:last-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:last\:ring-offset-yellow-700:last-child {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:last\:ring-offset-yellow-800:last-child {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:last\:ring-offset-yellow-900:last-child {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:last\:ring-offset-amber-50:last-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:last\:ring-offset-amber-100:last-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:last\:ring-offset-amber-200:last-child {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:last\:ring-offset-amber-300:last-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:last\:ring-offset-amber-400:last-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:last\:ring-offset-amber-500:last-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:last\:ring-offset-amber-600:last-child {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:last\:ring-offset-amber-700:last-child {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:last\:ring-offset-amber-800:last-child {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:last\:ring-offset-amber-900:last-child {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:last\:ring-offset-orange-50:last-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:last\:ring-offset-orange-100:last-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:last\:ring-offset-orange-200:last-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:last\:ring-offset-orange-300:last-child {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:last\:ring-offset-orange-400:last-child {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:last\:ring-offset-orange-500:last-child {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:last\:ring-offset-orange-600:last-child {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:last\:ring-offset-orange-700:last-child {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:last\:ring-offset-orange-800:last-child {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:last\:ring-offset-orange-900:last-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:last\:ring-offset-red-50:last-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:last\:ring-offset-red-100:last-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:last\:ring-offset-red-200:last-child {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:last\:ring-offset-red-300:last-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:last\:ring-offset-red-400:last-child {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:last\:ring-offset-red-500:last-child {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:last\:ring-offset-red-600:last-child {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:last\:ring-offset-red-700:last-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:last\:ring-offset-red-800:last-child {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:last\:ring-offset-red-900:last-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:last\:ring-offset-warmGray-50:last-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:last\:ring-offset-warmGray-100:last-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:last\:ring-offset-warmGray-200:last-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:last\:ring-offset-warmGray-300:last-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:last\:ring-offset-warmGray-400:last-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:last\:ring-offset-warmGray-500:last-child {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:last\:ring-offset-warmGray-600:last-child {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:last\:ring-offset-warmGray-700:last-child {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:last\:ring-offset-warmGray-800:last-child {
    --tw-ring-offset-color: #292524;
  }

  .sm\:last\:ring-offset-warmGray-900:last-child {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:last\:ring-offset-trueGray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:last\:ring-offset-trueGray-100:last-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:last\:ring-offset-trueGray-200:last-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:last\:ring-offset-trueGray-300:last-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:last\:ring-offset-trueGray-400:last-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:last\:ring-offset-trueGray-500:last-child {
    --tw-ring-offset-color: #737373;
  }

  .sm\:last\:ring-offset-trueGray-600:last-child {
    --tw-ring-offset-color: #525252;
  }

  .sm\:last\:ring-offset-trueGray-700:last-child {
    --tw-ring-offset-color: #404040;
  }

  .sm\:last\:ring-offset-trueGray-800:last-child {
    --tw-ring-offset-color: #262626;
  }

  .sm\:last\:ring-offset-trueGray-900:last-child {
    --tw-ring-offset-color: #171717;
  }

  .sm\:last\:ring-offset-gray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:last\:ring-offset-gray-100:last-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:last\:ring-offset-gray-200:last-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:last\:ring-offset-gray-300:last-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:last\:ring-offset-gray-400:last-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:last\:ring-offset-gray-500:last-child {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:last\:ring-offset-gray-600:last-child {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:last\:ring-offset-gray-700:last-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:last\:ring-offset-gray-800:last-child {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:last\:ring-offset-gray-900:last-child {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:last\:ring-offset-coolGray-50:last-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:last\:ring-offset-coolGray-100:last-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:last\:ring-offset-coolGray-200:last-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:last\:ring-offset-coolGray-300:last-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:last\:ring-offset-coolGray-400:last-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:last\:ring-offset-coolGray-500:last-child {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:last\:ring-offset-coolGray-600:last-child {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:last\:ring-offset-coolGray-700:last-child {
    --tw-ring-offset-color: #374151;
  }

  .sm\:last\:ring-offset-coolGray-800:last-child {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:last\:ring-offset-coolGray-900:last-child {
    --tw-ring-offset-color: #111827;
  }

  .sm\:last\:ring-offset-blueGray-50:last-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:last\:ring-offset-blueGray-100:last-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:last\:ring-offset-blueGray-200:last-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:last\:ring-offset-blueGray-300:last-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:last\:ring-offset-blueGray-400:last-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:last\:ring-offset-blueGray-500:last-child {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:last\:ring-offset-blueGray-600:last-child {
    --tw-ring-offset-color: #475569;
  }

  .sm\:last\:ring-offset-blueGray-700:last-child {
    --tw-ring-offset-color: #334155;
  }

  .sm\:last\:ring-offset-blueGray-800:last-child {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:last\:ring-offset-blueGray-900:last-child {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:last\:ring-offset-current:last-child {
    --tw-ring-offset-color: current;
  }

  .sm\:last\:ring-offset-transparent:last-child {
    --tw-ring-offset-color: transparent;
  }

  .sm\:odd\:ring-offset-black:nth-child(odd) {
    --tw-ring-offset-color: #000;
  }

  .sm\:odd\:ring-offset-white:nth-child(odd) {
    --tw-ring-offset-color: #fff;
  }

  .sm\:odd\:ring-offset-rose-50:nth-child(odd) {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:odd\:ring-offset-rose-100:nth-child(odd) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:odd\:ring-offset-rose-200:nth-child(odd) {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:odd\:ring-offset-rose-300:nth-child(odd) {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:odd\:ring-offset-rose-400:nth-child(odd) {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:odd\:ring-offset-rose-500:nth-child(odd) {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:odd\:ring-offset-rose-600:nth-child(odd) {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:odd\:ring-offset-rose-700:nth-child(odd) {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:odd\:ring-offset-rose-800:nth-child(odd) {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:odd\:ring-offset-rose-900:nth-child(odd) {
    --tw-ring-offset-color: #881337;
  }

  .sm\:odd\:ring-offset-pink-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:odd\:ring-offset-pink-100:nth-child(odd) {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:odd\:ring-offset-pink-200:nth-child(odd) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:odd\:ring-offset-pink-300:nth-child(odd) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:odd\:ring-offset-pink-400:nth-child(odd) {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:odd\:ring-offset-pink-500:nth-child(odd) {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:odd\:ring-offset-pink-600:nth-child(odd) {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:odd\:ring-offset-pink-700:nth-child(odd) {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:odd\:ring-offset-pink-800:nth-child(odd) {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:odd\:ring-offset-pink-900:nth-child(odd) {
    --tw-ring-offset-color: #831843;
  }

  .sm\:odd\:ring-offset-fuchsia-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:odd\:ring-offset-fuchsia-100:nth-child(odd) {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:odd\:ring-offset-fuchsia-200:nth-child(odd) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:odd\:ring-offset-fuchsia-300:nth-child(odd) {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:odd\:ring-offset-fuchsia-400:nth-child(odd) {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:odd\:ring-offset-fuchsia-500:nth-child(odd) {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:odd\:ring-offset-fuchsia-600:nth-child(odd) {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:odd\:ring-offset-fuchsia-700:nth-child(odd) {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:odd\:ring-offset-fuchsia-800:nth-child(odd) {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:odd\:ring-offset-fuchsia-900:nth-child(odd) {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:odd\:ring-offset-purple-50:nth-child(odd) {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:odd\:ring-offset-purple-100:nth-child(odd) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:odd\:ring-offset-purple-200:nth-child(odd) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:odd\:ring-offset-purple-300:nth-child(odd) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:odd\:ring-offset-purple-400:nth-child(odd) {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:odd\:ring-offset-purple-500:nth-child(odd) {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:odd\:ring-offset-purple-600:nth-child(odd) {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:odd\:ring-offset-purple-700:nth-child(odd) {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:odd\:ring-offset-purple-800:nth-child(odd) {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:odd\:ring-offset-purple-900:nth-child(odd) {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:odd\:ring-offset-violet-50:nth-child(odd) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:odd\:ring-offset-violet-100:nth-child(odd) {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:odd\:ring-offset-violet-200:nth-child(odd) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:odd\:ring-offset-violet-300:nth-child(odd) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:odd\:ring-offset-violet-400:nth-child(odd) {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:odd\:ring-offset-violet-500:nth-child(odd) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:odd\:ring-offset-violet-600:nth-child(odd) {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:odd\:ring-offset-violet-700:nth-child(odd) {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:odd\:ring-offset-violet-800:nth-child(odd) {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:odd\:ring-offset-violet-900:nth-child(odd) {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:odd\:ring-offset-indigo-50:nth-child(odd) {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:odd\:ring-offset-indigo-100:nth-child(odd) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:odd\:ring-offset-indigo-200:nth-child(odd) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:odd\:ring-offset-indigo-300:nth-child(odd) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:odd\:ring-offset-indigo-400:nth-child(odd) {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:odd\:ring-offset-indigo-500:nth-child(odd) {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:odd\:ring-offset-indigo-600:nth-child(odd) {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:odd\:ring-offset-indigo-700:nth-child(odd) {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:odd\:ring-offset-indigo-800:nth-child(odd) {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:odd\:ring-offset-indigo-900:nth-child(odd) {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:odd\:ring-offset-blue-50:nth-child(odd) {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:odd\:ring-offset-blue-100:nth-child(odd) {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:odd\:ring-offset-blue-200:nth-child(odd) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:odd\:ring-offset-blue-300:nth-child(odd) {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:odd\:ring-offset-blue-400:nth-child(odd) {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:odd\:ring-offset-blue-500:nth-child(odd) {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:odd\:ring-offset-blue-600:nth-child(odd) {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:odd\:ring-offset-blue-700:nth-child(odd) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:odd\:ring-offset-blue-800:nth-child(odd) {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:odd\:ring-offset-blue-900:nth-child(odd) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:odd\:ring-offset-lightBlue-50:nth-child(odd) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:odd\:ring-offset-lightBlue-100:nth-child(odd) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:odd\:ring-offset-lightBlue-200:nth-child(odd) {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:odd\:ring-offset-lightBlue-300:nth-child(odd) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:odd\:ring-offset-lightBlue-400:nth-child(odd) {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:odd\:ring-offset-lightBlue-500:nth-child(odd) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:odd\:ring-offset-lightBlue-600:nth-child(odd) {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:odd\:ring-offset-lightBlue-700:nth-child(odd) {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:odd\:ring-offset-lightBlue-800:nth-child(odd) {
    --tw-ring-offset-color: #075985;
  }

  .sm\:odd\:ring-offset-lightBlue-900:nth-child(odd) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:odd\:ring-offset-cyan-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:odd\:ring-offset-cyan-100:nth-child(odd) {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:odd\:ring-offset-cyan-200:nth-child(odd) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:odd\:ring-offset-cyan-300:nth-child(odd) {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:odd\:ring-offset-cyan-400:nth-child(odd) {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:odd\:ring-offset-cyan-500:nth-child(odd) {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:odd\:ring-offset-cyan-600:nth-child(odd) {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:odd\:ring-offset-cyan-700:nth-child(odd) {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:odd\:ring-offset-cyan-800:nth-child(odd) {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:odd\:ring-offset-cyan-900:nth-child(odd) {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:odd\:ring-offset-teal-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:odd\:ring-offset-teal-100:nth-child(odd) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:odd\:ring-offset-teal-200:nth-child(odd) {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:odd\:ring-offset-teal-300:nth-child(odd) {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:odd\:ring-offset-teal-400:nth-child(odd) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:odd\:ring-offset-teal-500:nth-child(odd) {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:odd\:ring-offset-teal-600:nth-child(odd) {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:odd\:ring-offset-teal-700:nth-child(odd) {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:odd\:ring-offset-teal-800:nth-child(odd) {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:odd\:ring-offset-teal-900:nth-child(odd) {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:odd\:ring-offset-emerald-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:odd\:ring-offset-emerald-100:nth-child(odd) {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:odd\:ring-offset-emerald-200:nth-child(odd) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:odd\:ring-offset-emerald-300:nth-child(odd) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:odd\:ring-offset-emerald-400:nth-child(odd) {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:odd\:ring-offset-emerald-500:nth-child(odd) {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:odd\:ring-offset-emerald-600:nth-child(odd) {
    --tw-ring-offset-color: #059669;
  }

  .sm\:odd\:ring-offset-emerald-700:nth-child(odd) {
    --tw-ring-offset-color: #047857;
  }

  .sm\:odd\:ring-offset-emerald-800:nth-child(odd) {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:odd\:ring-offset-emerald-900:nth-child(odd) {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:odd\:ring-offset-green-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:odd\:ring-offset-green-100:nth-child(odd) {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:odd\:ring-offset-green-200:nth-child(odd) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:odd\:ring-offset-green-300:nth-child(odd) {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:odd\:ring-offset-green-400:nth-child(odd) {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:odd\:ring-offset-green-500:nth-child(odd) {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:odd\:ring-offset-green-600:nth-child(odd) {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:odd\:ring-offset-green-700:nth-child(odd) {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:odd\:ring-offset-green-800:nth-child(odd) {
    --tw-ring-offset-color: #166534;
  }

  .sm\:odd\:ring-offset-green-900:nth-child(odd) {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:odd\:ring-offset-lime-50:nth-child(odd) {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:odd\:ring-offset-lime-100:nth-child(odd) {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:odd\:ring-offset-lime-200:nth-child(odd) {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:odd\:ring-offset-lime-300:nth-child(odd) {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:odd\:ring-offset-lime-400:nth-child(odd) {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:odd\:ring-offset-lime-500:nth-child(odd) {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:odd\:ring-offset-lime-600:nth-child(odd) {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:odd\:ring-offset-lime-700:nth-child(odd) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:odd\:ring-offset-lime-800:nth-child(odd) {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:odd\:ring-offset-lime-900:nth-child(odd) {
    --tw-ring-offset-color: #365314;
  }

  .sm\:odd\:ring-offset-yellow-50:nth-child(odd) {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:odd\:ring-offset-yellow-100:nth-child(odd) {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:odd\:ring-offset-yellow-200:nth-child(odd) {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:odd\:ring-offset-yellow-300:nth-child(odd) {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:odd\:ring-offset-yellow-400:nth-child(odd) {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:odd\:ring-offset-yellow-500:nth-child(odd) {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:odd\:ring-offset-yellow-600:nth-child(odd) {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:odd\:ring-offset-yellow-700:nth-child(odd) {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:odd\:ring-offset-yellow-800:nth-child(odd) {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:odd\:ring-offset-yellow-900:nth-child(odd) {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:odd\:ring-offset-amber-50:nth-child(odd) {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:odd\:ring-offset-amber-100:nth-child(odd) {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:odd\:ring-offset-amber-200:nth-child(odd) {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:odd\:ring-offset-amber-300:nth-child(odd) {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:odd\:ring-offset-amber-400:nth-child(odd) {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:odd\:ring-offset-amber-500:nth-child(odd) {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:odd\:ring-offset-amber-600:nth-child(odd) {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:odd\:ring-offset-amber-700:nth-child(odd) {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:odd\:ring-offset-amber-800:nth-child(odd) {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:odd\:ring-offset-amber-900:nth-child(odd) {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:odd\:ring-offset-orange-50:nth-child(odd) {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:odd\:ring-offset-orange-100:nth-child(odd) {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:odd\:ring-offset-orange-200:nth-child(odd) {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:odd\:ring-offset-orange-300:nth-child(odd) {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:odd\:ring-offset-orange-400:nth-child(odd) {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:odd\:ring-offset-orange-500:nth-child(odd) {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:odd\:ring-offset-orange-600:nth-child(odd) {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:odd\:ring-offset-orange-700:nth-child(odd) {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:odd\:ring-offset-orange-800:nth-child(odd) {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:odd\:ring-offset-orange-900:nth-child(odd) {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:odd\:ring-offset-red-50:nth-child(odd) {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:odd\:ring-offset-red-100:nth-child(odd) {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:odd\:ring-offset-red-200:nth-child(odd) {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:odd\:ring-offset-red-300:nth-child(odd) {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:odd\:ring-offset-red-400:nth-child(odd) {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:odd\:ring-offset-red-500:nth-child(odd) {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:odd\:ring-offset-red-600:nth-child(odd) {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:odd\:ring-offset-red-700:nth-child(odd) {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:odd\:ring-offset-red-800:nth-child(odd) {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:odd\:ring-offset-red-900:nth-child(odd) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:odd\:ring-offset-warmGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:odd\:ring-offset-warmGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:odd\:ring-offset-warmGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:odd\:ring-offset-warmGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:odd\:ring-offset-warmGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:odd\:ring-offset-warmGray-500:nth-child(odd) {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:odd\:ring-offset-warmGray-600:nth-child(odd) {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:odd\:ring-offset-warmGray-700:nth-child(odd) {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:odd\:ring-offset-warmGray-800:nth-child(odd) {
    --tw-ring-offset-color: #292524;
  }

  .sm\:odd\:ring-offset-warmGray-900:nth-child(odd) {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:odd\:ring-offset-trueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:odd\:ring-offset-trueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:odd\:ring-offset-trueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:odd\:ring-offset-trueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:odd\:ring-offset-trueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:odd\:ring-offset-trueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #737373;
  }

  .sm\:odd\:ring-offset-trueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #525252;
  }

  .sm\:odd\:ring-offset-trueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #404040;
  }

  .sm\:odd\:ring-offset-trueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #262626;
  }

  .sm\:odd\:ring-offset-trueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #171717;
  }

  .sm\:odd\:ring-offset-gray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:odd\:ring-offset-gray-100:nth-child(odd) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:odd\:ring-offset-gray-200:nth-child(odd) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:odd\:ring-offset-gray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:odd\:ring-offset-gray-400:nth-child(odd) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:odd\:ring-offset-gray-500:nth-child(odd) {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:odd\:ring-offset-gray-600:nth-child(odd) {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:odd\:ring-offset-gray-700:nth-child(odd) {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:odd\:ring-offset-gray-800:nth-child(odd) {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:odd\:ring-offset-gray-900:nth-child(odd) {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:odd\:ring-offset-coolGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:odd\:ring-offset-coolGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:odd\:ring-offset-coolGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:odd\:ring-offset-coolGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:odd\:ring-offset-coolGray-400:nth-child(odd) {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:odd\:ring-offset-coolGray-500:nth-child(odd) {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:odd\:ring-offset-coolGray-600:nth-child(odd) {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:odd\:ring-offset-coolGray-700:nth-child(odd) {
    --tw-ring-offset-color: #374151;
  }

  .sm\:odd\:ring-offset-coolGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:odd\:ring-offset-coolGray-900:nth-child(odd) {
    --tw-ring-offset-color: #111827;
  }

  .sm\:odd\:ring-offset-blueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:odd\:ring-offset-blueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:odd\:ring-offset-blueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:odd\:ring-offset-blueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:odd\:ring-offset-blueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:odd\:ring-offset-blueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:odd\:ring-offset-blueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #475569;
  }

  .sm\:odd\:ring-offset-blueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #334155;
  }

  .sm\:odd\:ring-offset-blueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:odd\:ring-offset-blueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:odd\:ring-offset-current:nth-child(odd) {
    --tw-ring-offset-color: current;
  }

  .sm\:odd\:ring-offset-transparent:nth-child(odd) {
    --tw-ring-offset-color: transparent;
  }

  .sm\:even\:ring-offset-black:nth-child(even) {
    --tw-ring-offset-color: #000;
  }

  .sm\:even\:ring-offset-white:nth-child(even) {
    --tw-ring-offset-color: #fff;
  }

  .sm\:even\:ring-offset-rose-50:nth-child(even) {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:even\:ring-offset-rose-100:nth-child(even) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:even\:ring-offset-rose-200:nth-child(even) {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:even\:ring-offset-rose-300:nth-child(even) {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:even\:ring-offset-rose-400:nth-child(even) {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:even\:ring-offset-rose-500:nth-child(even) {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:even\:ring-offset-rose-600:nth-child(even) {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:even\:ring-offset-rose-700:nth-child(even) {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:even\:ring-offset-rose-800:nth-child(even) {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:even\:ring-offset-rose-900:nth-child(even) {
    --tw-ring-offset-color: #881337;
  }

  .sm\:even\:ring-offset-pink-50:nth-child(even) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:even\:ring-offset-pink-100:nth-child(even) {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:even\:ring-offset-pink-200:nth-child(even) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:even\:ring-offset-pink-300:nth-child(even) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:even\:ring-offset-pink-400:nth-child(even) {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:even\:ring-offset-pink-500:nth-child(even) {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:even\:ring-offset-pink-600:nth-child(even) {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:even\:ring-offset-pink-700:nth-child(even) {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:even\:ring-offset-pink-800:nth-child(even) {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:even\:ring-offset-pink-900:nth-child(even) {
    --tw-ring-offset-color: #831843;
  }

  .sm\:even\:ring-offset-fuchsia-50:nth-child(even) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:even\:ring-offset-fuchsia-100:nth-child(even) {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:even\:ring-offset-fuchsia-200:nth-child(even) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:even\:ring-offset-fuchsia-300:nth-child(even) {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:even\:ring-offset-fuchsia-400:nth-child(even) {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:even\:ring-offset-fuchsia-500:nth-child(even) {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:even\:ring-offset-fuchsia-600:nth-child(even) {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:even\:ring-offset-fuchsia-700:nth-child(even) {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:even\:ring-offset-fuchsia-800:nth-child(even) {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:even\:ring-offset-fuchsia-900:nth-child(even) {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:even\:ring-offset-purple-50:nth-child(even) {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:even\:ring-offset-purple-100:nth-child(even) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:even\:ring-offset-purple-200:nth-child(even) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:even\:ring-offset-purple-300:nth-child(even) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:even\:ring-offset-purple-400:nth-child(even) {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:even\:ring-offset-purple-500:nth-child(even) {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:even\:ring-offset-purple-600:nth-child(even) {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:even\:ring-offset-purple-700:nth-child(even) {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:even\:ring-offset-purple-800:nth-child(even) {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:even\:ring-offset-purple-900:nth-child(even) {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:even\:ring-offset-violet-50:nth-child(even) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:even\:ring-offset-violet-100:nth-child(even) {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:even\:ring-offset-violet-200:nth-child(even) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:even\:ring-offset-violet-300:nth-child(even) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:even\:ring-offset-violet-400:nth-child(even) {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:even\:ring-offset-violet-500:nth-child(even) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:even\:ring-offset-violet-600:nth-child(even) {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:even\:ring-offset-violet-700:nth-child(even) {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:even\:ring-offset-violet-800:nth-child(even) {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:even\:ring-offset-violet-900:nth-child(even) {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:even\:ring-offset-indigo-50:nth-child(even) {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:even\:ring-offset-indigo-100:nth-child(even) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:even\:ring-offset-indigo-200:nth-child(even) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:even\:ring-offset-indigo-300:nth-child(even) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:even\:ring-offset-indigo-400:nth-child(even) {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:even\:ring-offset-indigo-500:nth-child(even) {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:even\:ring-offset-indigo-600:nth-child(even) {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:even\:ring-offset-indigo-700:nth-child(even) {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:even\:ring-offset-indigo-800:nth-child(even) {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:even\:ring-offset-indigo-900:nth-child(even) {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:even\:ring-offset-blue-50:nth-child(even) {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:even\:ring-offset-blue-100:nth-child(even) {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:even\:ring-offset-blue-200:nth-child(even) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:even\:ring-offset-blue-300:nth-child(even) {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:even\:ring-offset-blue-400:nth-child(even) {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:even\:ring-offset-blue-500:nth-child(even) {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:even\:ring-offset-blue-600:nth-child(even) {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:even\:ring-offset-blue-700:nth-child(even) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:even\:ring-offset-blue-800:nth-child(even) {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:even\:ring-offset-blue-900:nth-child(even) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:even\:ring-offset-lightBlue-50:nth-child(even) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:even\:ring-offset-lightBlue-100:nth-child(even) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:even\:ring-offset-lightBlue-200:nth-child(even) {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:even\:ring-offset-lightBlue-300:nth-child(even) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:even\:ring-offset-lightBlue-400:nth-child(even) {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:even\:ring-offset-lightBlue-500:nth-child(even) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:even\:ring-offset-lightBlue-600:nth-child(even) {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:even\:ring-offset-lightBlue-700:nth-child(even) {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:even\:ring-offset-lightBlue-800:nth-child(even) {
    --tw-ring-offset-color: #075985;
  }

  .sm\:even\:ring-offset-lightBlue-900:nth-child(even) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:even\:ring-offset-cyan-50:nth-child(even) {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:even\:ring-offset-cyan-100:nth-child(even) {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:even\:ring-offset-cyan-200:nth-child(even) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:even\:ring-offset-cyan-300:nth-child(even) {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:even\:ring-offset-cyan-400:nth-child(even) {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:even\:ring-offset-cyan-500:nth-child(even) {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:even\:ring-offset-cyan-600:nth-child(even) {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:even\:ring-offset-cyan-700:nth-child(even) {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:even\:ring-offset-cyan-800:nth-child(even) {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:even\:ring-offset-cyan-900:nth-child(even) {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:even\:ring-offset-teal-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:even\:ring-offset-teal-100:nth-child(even) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:even\:ring-offset-teal-200:nth-child(even) {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:even\:ring-offset-teal-300:nth-child(even) {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:even\:ring-offset-teal-400:nth-child(even) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:even\:ring-offset-teal-500:nth-child(even) {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:even\:ring-offset-teal-600:nth-child(even) {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:even\:ring-offset-teal-700:nth-child(even) {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:even\:ring-offset-teal-800:nth-child(even) {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:even\:ring-offset-teal-900:nth-child(even) {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:even\:ring-offset-emerald-50:nth-child(even) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:even\:ring-offset-emerald-100:nth-child(even) {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:even\:ring-offset-emerald-200:nth-child(even) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:even\:ring-offset-emerald-300:nth-child(even) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:even\:ring-offset-emerald-400:nth-child(even) {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:even\:ring-offset-emerald-500:nth-child(even) {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:even\:ring-offset-emerald-600:nth-child(even) {
    --tw-ring-offset-color: #059669;
  }

  .sm\:even\:ring-offset-emerald-700:nth-child(even) {
    --tw-ring-offset-color: #047857;
  }

  .sm\:even\:ring-offset-emerald-800:nth-child(even) {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:even\:ring-offset-emerald-900:nth-child(even) {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:even\:ring-offset-green-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:even\:ring-offset-green-100:nth-child(even) {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:even\:ring-offset-green-200:nth-child(even) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:even\:ring-offset-green-300:nth-child(even) {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:even\:ring-offset-green-400:nth-child(even) {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:even\:ring-offset-green-500:nth-child(even) {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:even\:ring-offset-green-600:nth-child(even) {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:even\:ring-offset-green-700:nth-child(even) {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:even\:ring-offset-green-800:nth-child(even) {
    --tw-ring-offset-color: #166534;
  }

  .sm\:even\:ring-offset-green-900:nth-child(even) {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:even\:ring-offset-lime-50:nth-child(even) {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:even\:ring-offset-lime-100:nth-child(even) {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:even\:ring-offset-lime-200:nth-child(even) {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:even\:ring-offset-lime-300:nth-child(even) {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:even\:ring-offset-lime-400:nth-child(even) {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:even\:ring-offset-lime-500:nth-child(even) {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:even\:ring-offset-lime-600:nth-child(even) {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:even\:ring-offset-lime-700:nth-child(even) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:even\:ring-offset-lime-800:nth-child(even) {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:even\:ring-offset-lime-900:nth-child(even) {
    --tw-ring-offset-color: #365314;
  }

  .sm\:even\:ring-offset-yellow-50:nth-child(even) {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:even\:ring-offset-yellow-100:nth-child(even) {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:even\:ring-offset-yellow-200:nth-child(even) {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:even\:ring-offset-yellow-300:nth-child(even) {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:even\:ring-offset-yellow-400:nth-child(even) {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:even\:ring-offset-yellow-500:nth-child(even) {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:even\:ring-offset-yellow-600:nth-child(even) {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:even\:ring-offset-yellow-700:nth-child(even) {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:even\:ring-offset-yellow-800:nth-child(even) {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:even\:ring-offset-yellow-900:nth-child(even) {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:even\:ring-offset-amber-50:nth-child(even) {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:even\:ring-offset-amber-100:nth-child(even) {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:even\:ring-offset-amber-200:nth-child(even) {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:even\:ring-offset-amber-300:nth-child(even) {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:even\:ring-offset-amber-400:nth-child(even) {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:even\:ring-offset-amber-500:nth-child(even) {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:even\:ring-offset-amber-600:nth-child(even) {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:even\:ring-offset-amber-700:nth-child(even) {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:even\:ring-offset-amber-800:nth-child(even) {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:even\:ring-offset-amber-900:nth-child(even) {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:even\:ring-offset-orange-50:nth-child(even) {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:even\:ring-offset-orange-100:nth-child(even) {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:even\:ring-offset-orange-200:nth-child(even) {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:even\:ring-offset-orange-300:nth-child(even) {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:even\:ring-offset-orange-400:nth-child(even) {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:even\:ring-offset-orange-500:nth-child(even) {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:even\:ring-offset-orange-600:nth-child(even) {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:even\:ring-offset-orange-700:nth-child(even) {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:even\:ring-offset-orange-800:nth-child(even) {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:even\:ring-offset-orange-900:nth-child(even) {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:even\:ring-offset-red-50:nth-child(even) {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:even\:ring-offset-red-100:nth-child(even) {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:even\:ring-offset-red-200:nth-child(even) {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:even\:ring-offset-red-300:nth-child(even) {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:even\:ring-offset-red-400:nth-child(even) {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:even\:ring-offset-red-500:nth-child(even) {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:even\:ring-offset-red-600:nth-child(even) {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:even\:ring-offset-red-700:nth-child(even) {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:even\:ring-offset-red-800:nth-child(even) {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:even\:ring-offset-red-900:nth-child(even) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:even\:ring-offset-warmGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:even\:ring-offset-warmGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:even\:ring-offset-warmGray-200:nth-child(even) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:even\:ring-offset-warmGray-300:nth-child(even) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:even\:ring-offset-warmGray-400:nth-child(even) {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:even\:ring-offset-warmGray-500:nth-child(even) {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:even\:ring-offset-warmGray-600:nth-child(even) {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:even\:ring-offset-warmGray-700:nth-child(even) {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:even\:ring-offset-warmGray-800:nth-child(even) {
    --tw-ring-offset-color: #292524;
  }

  .sm\:even\:ring-offset-warmGray-900:nth-child(even) {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:even\:ring-offset-trueGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:even\:ring-offset-trueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:even\:ring-offset-trueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:even\:ring-offset-trueGray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:even\:ring-offset-trueGray-400:nth-child(even) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:even\:ring-offset-trueGray-500:nth-child(even) {
    --tw-ring-offset-color: #737373;
  }

  .sm\:even\:ring-offset-trueGray-600:nth-child(even) {
    --tw-ring-offset-color: #525252;
  }

  .sm\:even\:ring-offset-trueGray-700:nth-child(even) {
    --tw-ring-offset-color: #404040;
  }

  .sm\:even\:ring-offset-trueGray-800:nth-child(even) {
    --tw-ring-offset-color: #262626;
  }

  .sm\:even\:ring-offset-trueGray-900:nth-child(even) {
    --tw-ring-offset-color: #171717;
  }

  .sm\:even\:ring-offset-gray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:even\:ring-offset-gray-100:nth-child(even) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:even\:ring-offset-gray-200:nth-child(even) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:even\:ring-offset-gray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:even\:ring-offset-gray-400:nth-child(even) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:even\:ring-offset-gray-500:nth-child(even) {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:even\:ring-offset-gray-600:nth-child(even) {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:even\:ring-offset-gray-700:nth-child(even) {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:even\:ring-offset-gray-800:nth-child(even) {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:even\:ring-offset-gray-900:nth-child(even) {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:even\:ring-offset-coolGray-50:nth-child(even) {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:even\:ring-offset-coolGray-100:nth-child(even) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:even\:ring-offset-coolGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:even\:ring-offset-coolGray-300:nth-child(even) {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:even\:ring-offset-coolGray-400:nth-child(even) {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:even\:ring-offset-coolGray-500:nth-child(even) {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:even\:ring-offset-coolGray-600:nth-child(even) {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:even\:ring-offset-coolGray-700:nth-child(even) {
    --tw-ring-offset-color: #374151;
  }

  .sm\:even\:ring-offset-coolGray-800:nth-child(even) {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:even\:ring-offset-coolGray-900:nth-child(even) {
    --tw-ring-offset-color: #111827;
  }

  .sm\:even\:ring-offset-blueGray-50:nth-child(even) {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:even\:ring-offset-blueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:even\:ring-offset-blueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:even\:ring-offset-blueGray-300:nth-child(even) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:even\:ring-offset-blueGray-400:nth-child(even) {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:even\:ring-offset-blueGray-500:nth-child(even) {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:even\:ring-offset-blueGray-600:nth-child(even) {
    --tw-ring-offset-color: #475569;
  }

  .sm\:even\:ring-offset-blueGray-700:nth-child(even) {
    --tw-ring-offset-color: #334155;
  }

  .sm\:even\:ring-offset-blueGray-800:nth-child(even) {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:even\:ring-offset-blueGray-900:nth-child(even) {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:even\:ring-offset-current:nth-child(even) {
    --tw-ring-offset-color: current;
  }

  .sm\:even\:ring-offset-transparent:nth-child(even) {
    --tw-ring-offset-color: transparent;
  }

  .sm\:hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .sm\:hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .sm\:hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .sm\:hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .sm\:hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:hover\:ring-offset-lightBlue-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:hover\:ring-offset-lightBlue-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:hover\:ring-offset-lightBlue-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:hover\:ring-offset-lightBlue-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:hover\:ring-offset-lightBlue-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:hover\:ring-offset-lightBlue-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:hover\:ring-offset-lightBlue-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:hover\:ring-offset-lightBlue-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:hover\:ring-offset-lightBlue-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .sm\:hover\:ring-offset-lightBlue-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .sm\:hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .sm\:hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .sm\:hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .sm\:hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:hover\:ring-offset-warmGray-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:hover\:ring-offset-warmGray-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:hover\:ring-offset-warmGray-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:hover\:ring-offset-warmGray-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:hover\:ring-offset-warmGray-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:hover\:ring-offset-warmGray-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:hover\:ring-offset-warmGray-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:hover\:ring-offset-warmGray-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:hover\:ring-offset-warmGray-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .sm\:hover\:ring-offset-warmGray-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:hover\:ring-offset-trueGray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:hover\:ring-offset-trueGray-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:hover\:ring-offset-trueGray-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:hover\:ring-offset-trueGray-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:hover\:ring-offset-trueGray-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:hover\:ring-offset-trueGray-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .sm\:hover\:ring-offset-trueGray-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .sm\:hover\:ring-offset-trueGray-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .sm\:hover\:ring-offset-trueGray-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .sm\:hover\:ring-offset-trueGray-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .sm\:hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:hover\:ring-offset-coolGray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:hover\:ring-offset-coolGray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:hover\:ring-offset-coolGray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:hover\:ring-offset-coolGray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:hover\:ring-offset-coolGray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:hover\:ring-offset-coolGray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:hover\:ring-offset-coolGray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:hover\:ring-offset-coolGray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .sm\:hover\:ring-offset-coolGray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:hover\:ring-offset-coolGray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .sm\:hover\:ring-offset-blueGray-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:hover\:ring-offset-blueGray-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:hover\:ring-offset-blueGray-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:hover\:ring-offset-blueGray-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:hover\:ring-offset-blueGray-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:hover\:ring-offset-blueGray-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:hover\:ring-offset-blueGray-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .sm\:hover\:ring-offset-blueGray-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .sm\:hover\:ring-offset-blueGray-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:hover\:ring-offset-blueGray-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:hover\:ring-offset-current:hover {
    --tw-ring-offset-color: current;
  }

  .sm\:hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus\:ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus\:ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus\:ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus\:ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus\:ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus\:ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus\:ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus\:ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus\:ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus\:ring-offset-warmGray-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:focus\:ring-offset-warmGray-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:focus\:ring-offset-warmGray-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:focus\:ring-offset-warmGray-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:focus\:ring-offset-warmGray-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:focus\:ring-offset-warmGray-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:focus\:ring-offset-warmGray-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:focus\:ring-offset-warmGray-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:focus\:ring-offset-warmGray-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .sm\:focus\:ring-offset-warmGray-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:focus\:ring-offset-trueGray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus\:ring-offset-trueGray-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:focus\:ring-offset-trueGray-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus\:ring-offset-trueGray-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:focus\:ring-offset-trueGray-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:focus\:ring-offset-trueGray-500:focus {
    --tw-ring-offset-color: #737373;
  }

  .sm\:focus\:ring-offset-trueGray-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .sm\:focus\:ring-offset-trueGray-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .sm\:focus\:ring-offset-trueGray-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus\:ring-offset-trueGray-900:focus {
    --tw-ring-offset-color: #171717;
  }

  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:focus\:ring-offset-coolGray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-coolGray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus\:ring-offset-coolGray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus\:ring-offset-coolGray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus\:ring-offset-coolGray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus\:ring-offset-coolGray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus\:ring-offset-coolGray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus\:ring-offset-coolGray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus\:ring-offset-coolGray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus\:ring-offset-coolGray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus\:ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:focus\:ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:focus\:ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:focus\:ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:focus\:ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:focus\:ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:focus\:ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569;
  }

  .sm\:focus\:ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155;
  }

  .sm\:focus\:ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:focus\:ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: current;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:active\:ring-offset-black:active {
    --tw-ring-offset-color: #000;
  }

  .sm\:active\:ring-offset-white:active {
    --tw-ring-offset-color: #fff;
  }

  .sm\:active\:ring-offset-rose-50:active {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:active\:ring-offset-rose-100:active {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:active\:ring-offset-rose-200:active {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:active\:ring-offset-rose-300:active {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:active\:ring-offset-rose-400:active {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:active\:ring-offset-rose-500:active {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:active\:ring-offset-rose-600:active {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:active\:ring-offset-rose-700:active {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:active\:ring-offset-rose-800:active {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:active\:ring-offset-rose-900:active {
    --tw-ring-offset-color: #881337;
  }

  .sm\:active\:ring-offset-pink-50:active {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:active\:ring-offset-pink-100:active {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:active\:ring-offset-pink-200:active {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:active\:ring-offset-pink-300:active {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:active\:ring-offset-pink-400:active {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:active\:ring-offset-pink-500:active {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:active\:ring-offset-pink-600:active {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:active\:ring-offset-pink-700:active {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:active\:ring-offset-pink-800:active {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:active\:ring-offset-pink-900:active {
    --tw-ring-offset-color: #831843;
  }

  .sm\:active\:ring-offset-fuchsia-50:active {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:active\:ring-offset-fuchsia-100:active {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:active\:ring-offset-fuchsia-200:active {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:active\:ring-offset-fuchsia-300:active {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:active\:ring-offset-fuchsia-400:active {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:active\:ring-offset-fuchsia-500:active {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:active\:ring-offset-fuchsia-600:active {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:active\:ring-offset-fuchsia-700:active {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:active\:ring-offset-fuchsia-800:active {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:active\:ring-offset-fuchsia-900:active {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:active\:ring-offset-purple-50:active {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:active\:ring-offset-purple-100:active {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:active\:ring-offset-purple-200:active {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:active\:ring-offset-purple-300:active {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:active\:ring-offset-purple-400:active {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:active\:ring-offset-purple-500:active {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:active\:ring-offset-purple-600:active {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:active\:ring-offset-purple-700:active {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:active\:ring-offset-purple-800:active {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:active\:ring-offset-purple-900:active {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:active\:ring-offset-violet-50:active {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:active\:ring-offset-violet-100:active {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:active\:ring-offset-violet-200:active {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:active\:ring-offset-violet-300:active {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:active\:ring-offset-violet-400:active {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:active\:ring-offset-violet-500:active {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:active\:ring-offset-violet-600:active {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:active\:ring-offset-violet-700:active {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:active\:ring-offset-violet-800:active {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:active\:ring-offset-violet-900:active {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:active\:ring-offset-indigo-50:active {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:active\:ring-offset-indigo-100:active {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:active\:ring-offset-indigo-200:active {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:active\:ring-offset-indigo-300:active {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:active\:ring-offset-indigo-400:active {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:active\:ring-offset-indigo-500:active {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:active\:ring-offset-indigo-600:active {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:active\:ring-offset-indigo-700:active {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:active\:ring-offset-indigo-800:active {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:active\:ring-offset-indigo-900:active {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:active\:ring-offset-blue-50:active {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:active\:ring-offset-blue-100:active {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:active\:ring-offset-blue-200:active {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:active\:ring-offset-blue-300:active {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:active\:ring-offset-blue-400:active {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:active\:ring-offset-blue-500:active {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:active\:ring-offset-blue-600:active {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:active\:ring-offset-blue-700:active {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:active\:ring-offset-blue-800:active {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:active\:ring-offset-blue-900:active {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:active\:ring-offset-lightBlue-50:active {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:active\:ring-offset-lightBlue-100:active {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:active\:ring-offset-lightBlue-200:active {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:active\:ring-offset-lightBlue-300:active {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:active\:ring-offset-lightBlue-400:active {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:active\:ring-offset-lightBlue-500:active {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:active\:ring-offset-lightBlue-600:active {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:active\:ring-offset-lightBlue-700:active {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:active\:ring-offset-lightBlue-800:active {
    --tw-ring-offset-color: #075985;
  }

  .sm\:active\:ring-offset-lightBlue-900:active {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:active\:ring-offset-cyan-50:active {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:active\:ring-offset-cyan-100:active {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:active\:ring-offset-cyan-200:active {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:active\:ring-offset-cyan-300:active {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:active\:ring-offset-cyan-400:active {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:active\:ring-offset-cyan-500:active {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:active\:ring-offset-cyan-600:active {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:active\:ring-offset-cyan-700:active {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:active\:ring-offset-cyan-800:active {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:active\:ring-offset-cyan-900:active {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:active\:ring-offset-teal-50:active {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:active\:ring-offset-teal-100:active {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:active\:ring-offset-teal-200:active {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:active\:ring-offset-teal-300:active {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:active\:ring-offset-teal-400:active {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:active\:ring-offset-teal-500:active {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:active\:ring-offset-teal-600:active {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:active\:ring-offset-teal-700:active {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:active\:ring-offset-teal-800:active {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:active\:ring-offset-teal-900:active {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:active\:ring-offset-emerald-50:active {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:active\:ring-offset-emerald-100:active {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:active\:ring-offset-emerald-200:active {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:active\:ring-offset-emerald-300:active {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:active\:ring-offset-emerald-400:active {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:active\:ring-offset-emerald-500:active {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:active\:ring-offset-emerald-600:active {
    --tw-ring-offset-color: #059669;
  }

  .sm\:active\:ring-offset-emerald-700:active {
    --tw-ring-offset-color: #047857;
  }

  .sm\:active\:ring-offset-emerald-800:active {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:active\:ring-offset-emerald-900:active {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:active\:ring-offset-green-50:active {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:active\:ring-offset-green-100:active {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:active\:ring-offset-green-200:active {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:active\:ring-offset-green-300:active {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:active\:ring-offset-green-400:active {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:active\:ring-offset-green-500:active {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:active\:ring-offset-green-600:active {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:active\:ring-offset-green-700:active {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:active\:ring-offset-green-800:active {
    --tw-ring-offset-color: #166534;
  }

  .sm\:active\:ring-offset-green-900:active {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:active\:ring-offset-lime-50:active {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:active\:ring-offset-lime-100:active {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:active\:ring-offset-lime-200:active {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:active\:ring-offset-lime-300:active {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:active\:ring-offset-lime-400:active {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:active\:ring-offset-lime-500:active {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:active\:ring-offset-lime-600:active {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:active\:ring-offset-lime-700:active {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:active\:ring-offset-lime-800:active {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:active\:ring-offset-lime-900:active {
    --tw-ring-offset-color: #365314;
  }

  .sm\:active\:ring-offset-yellow-50:active {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:active\:ring-offset-yellow-100:active {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:active\:ring-offset-yellow-200:active {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:active\:ring-offset-yellow-300:active {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:active\:ring-offset-yellow-400:active {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:active\:ring-offset-yellow-500:active {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:active\:ring-offset-yellow-600:active {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:active\:ring-offset-yellow-700:active {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:active\:ring-offset-yellow-800:active {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:active\:ring-offset-yellow-900:active {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:active\:ring-offset-amber-50:active {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:active\:ring-offset-amber-100:active {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:active\:ring-offset-amber-200:active {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:active\:ring-offset-amber-300:active {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:active\:ring-offset-amber-400:active {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:active\:ring-offset-amber-500:active {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:active\:ring-offset-amber-600:active {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:active\:ring-offset-amber-700:active {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:active\:ring-offset-amber-800:active {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:active\:ring-offset-amber-900:active {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:active\:ring-offset-orange-50:active {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:active\:ring-offset-orange-100:active {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:active\:ring-offset-orange-200:active {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:active\:ring-offset-orange-300:active {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:active\:ring-offset-orange-400:active {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:active\:ring-offset-orange-500:active {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:active\:ring-offset-orange-600:active {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:active\:ring-offset-orange-700:active {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:active\:ring-offset-orange-800:active {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:active\:ring-offset-orange-900:active {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:active\:ring-offset-red-50:active {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:active\:ring-offset-red-100:active {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:active\:ring-offset-red-200:active {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:active\:ring-offset-red-300:active {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:active\:ring-offset-red-400:active {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:active\:ring-offset-red-500:active {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:active\:ring-offset-red-600:active {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:active\:ring-offset-red-700:active {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:active\:ring-offset-red-800:active {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:active\:ring-offset-red-900:active {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:active\:ring-offset-warmGray-50:active {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:active\:ring-offset-warmGray-100:active {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:active\:ring-offset-warmGray-200:active {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:active\:ring-offset-warmGray-300:active {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:active\:ring-offset-warmGray-400:active {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:active\:ring-offset-warmGray-500:active {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:active\:ring-offset-warmGray-600:active {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:active\:ring-offset-warmGray-700:active {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:active\:ring-offset-warmGray-800:active {
    --tw-ring-offset-color: #292524;
  }

  .sm\:active\:ring-offset-warmGray-900:active {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:active\:ring-offset-trueGray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:active\:ring-offset-trueGray-100:active {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:active\:ring-offset-trueGray-200:active {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:active\:ring-offset-trueGray-300:active {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:active\:ring-offset-trueGray-400:active {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:active\:ring-offset-trueGray-500:active {
    --tw-ring-offset-color: #737373;
  }

  .sm\:active\:ring-offset-trueGray-600:active {
    --tw-ring-offset-color: #525252;
  }

  .sm\:active\:ring-offset-trueGray-700:active {
    --tw-ring-offset-color: #404040;
  }

  .sm\:active\:ring-offset-trueGray-800:active {
    --tw-ring-offset-color: #262626;
  }

  .sm\:active\:ring-offset-trueGray-900:active {
    --tw-ring-offset-color: #171717;
  }

  .sm\:active\:ring-offset-gray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:active\:ring-offset-gray-100:active {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:active\:ring-offset-gray-200:active {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:active\:ring-offset-gray-300:active {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:active\:ring-offset-gray-400:active {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:active\:ring-offset-gray-500:active {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:active\:ring-offset-gray-600:active {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:active\:ring-offset-gray-700:active {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:active\:ring-offset-gray-800:active {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:active\:ring-offset-gray-900:active {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:active\:ring-offset-coolGray-50:active {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:active\:ring-offset-coolGray-100:active {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:active\:ring-offset-coolGray-200:active {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:active\:ring-offset-coolGray-300:active {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:active\:ring-offset-coolGray-400:active {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:active\:ring-offset-coolGray-500:active {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:active\:ring-offset-coolGray-600:active {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:active\:ring-offset-coolGray-700:active {
    --tw-ring-offset-color: #374151;
  }

  .sm\:active\:ring-offset-coolGray-800:active {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:active\:ring-offset-coolGray-900:active {
    --tw-ring-offset-color: #111827;
  }

  .sm\:active\:ring-offset-blueGray-50:active {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:active\:ring-offset-blueGray-100:active {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:active\:ring-offset-blueGray-200:active {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:active\:ring-offset-blueGray-300:active {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:active\:ring-offset-blueGray-400:active {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:active\:ring-offset-blueGray-500:active {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:active\:ring-offset-blueGray-600:active {
    --tw-ring-offset-color: #475569;
  }

  .sm\:active\:ring-offset-blueGray-700:active {
    --tw-ring-offset-color: #334155;
  }

  .sm\:active\:ring-offset-blueGray-800:active {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:active\:ring-offset-blueGray-900:active {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:active\:ring-offset-current:active {
    --tw-ring-offset-color: current;
  }

  .sm\:active\:ring-offset-transparent:active {
    --tw-ring-offset-color: transparent;
  }

  .sm\:visited\:ring-offset-black:visited {
    --tw-ring-offset-color: #000;
  }

  .sm\:visited\:ring-offset-white:visited {
    --tw-ring-offset-color: #fff;
  }

  .sm\:visited\:ring-offset-rose-50:visited {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:visited\:ring-offset-rose-100:visited {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:visited\:ring-offset-rose-200:visited {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:visited\:ring-offset-rose-300:visited {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:visited\:ring-offset-rose-400:visited {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:visited\:ring-offset-rose-500:visited {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:visited\:ring-offset-rose-600:visited {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:visited\:ring-offset-rose-700:visited {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:visited\:ring-offset-rose-800:visited {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:visited\:ring-offset-rose-900:visited {
    --tw-ring-offset-color: #881337;
  }

  .sm\:visited\:ring-offset-pink-50:visited {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:visited\:ring-offset-pink-100:visited {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:visited\:ring-offset-pink-200:visited {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:visited\:ring-offset-pink-300:visited {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:visited\:ring-offset-pink-400:visited {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:visited\:ring-offset-pink-500:visited {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:visited\:ring-offset-pink-600:visited {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:visited\:ring-offset-pink-700:visited {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:visited\:ring-offset-pink-800:visited {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:visited\:ring-offset-pink-900:visited {
    --tw-ring-offset-color: #831843;
  }

  .sm\:visited\:ring-offset-fuchsia-50:visited {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:visited\:ring-offset-fuchsia-100:visited {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:visited\:ring-offset-fuchsia-200:visited {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:visited\:ring-offset-fuchsia-300:visited {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:visited\:ring-offset-fuchsia-400:visited {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:visited\:ring-offset-fuchsia-500:visited {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:visited\:ring-offset-fuchsia-600:visited {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:visited\:ring-offset-fuchsia-700:visited {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:visited\:ring-offset-fuchsia-800:visited {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:visited\:ring-offset-fuchsia-900:visited {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:visited\:ring-offset-purple-50:visited {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:visited\:ring-offset-purple-100:visited {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:visited\:ring-offset-purple-200:visited {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:visited\:ring-offset-purple-300:visited {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:visited\:ring-offset-purple-400:visited {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:visited\:ring-offset-purple-500:visited {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:visited\:ring-offset-purple-600:visited {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:visited\:ring-offset-purple-700:visited {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:visited\:ring-offset-purple-800:visited {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:visited\:ring-offset-purple-900:visited {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:visited\:ring-offset-violet-50:visited {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:visited\:ring-offset-violet-100:visited {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:visited\:ring-offset-violet-200:visited {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:visited\:ring-offset-violet-300:visited {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:visited\:ring-offset-violet-400:visited {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:visited\:ring-offset-violet-500:visited {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:visited\:ring-offset-violet-600:visited {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:visited\:ring-offset-violet-700:visited {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:visited\:ring-offset-violet-800:visited {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:visited\:ring-offset-violet-900:visited {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:visited\:ring-offset-indigo-50:visited {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:visited\:ring-offset-indigo-100:visited {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:visited\:ring-offset-indigo-200:visited {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:visited\:ring-offset-indigo-300:visited {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:visited\:ring-offset-indigo-400:visited {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:visited\:ring-offset-indigo-500:visited {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:visited\:ring-offset-indigo-600:visited {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:visited\:ring-offset-indigo-700:visited {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:visited\:ring-offset-indigo-800:visited {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:visited\:ring-offset-indigo-900:visited {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:visited\:ring-offset-blue-50:visited {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:visited\:ring-offset-blue-100:visited {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:visited\:ring-offset-blue-200:visited {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:visited\:ring-offset-blue-300:visited {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:visited\:ring-offset-blue-400:visited {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:visited\:ring-offset-blue-500:visited {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:visited\:ring-offset-blue-600:visited {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:visited\:ring-offset-blue-700:visited {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:visited\:ring-offset-blue-800:visited {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:visited\:ring-offset-blue-900:visited {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:visited\:ring-offset-lightBlue-50:visited {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:visited\:ring-offset-lightBlue-100:visited {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:visited\:ring-offset-lightBlue-200:visited {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:visited\:ring-offset-lightBlue-300:visited {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:visited\:ring-offset-lightBlue-400:visited {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:visited\:ring-offset-lightBlue-500:visited {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:visited\:ring-offset-lightBlue-600:visited {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:visited\:ring-offset-lightBlue-700:visited {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:visited\:ring-offset-lightBlue-800:visited {
    --tw-ring-offset-color: #075985;
  }

  .sm\:visited\:ring-offset-lightBlue-900:visited {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:visited\:ring-offset-cyan-50:visited {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:visited\:ring-offset-cyan-100:visited {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:visited\:ring-offset-cyan-200:visited {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:visited\:ring-offset-cyan-300:visited {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:visited\:ring-offset-cyan-400:visited {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:visited\:ring-offset-cyan-500:visited {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:visited\:ring-offset-cyan-600:visited {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:visited\:ring-offset-cyan-700:visited {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:visited\:ring-offset-cyan-800:visited {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:visited\:ring-offset-cyan-900:visited {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:visited\:ring-offset-teal-50:visited {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:visited\:ring-offset-teal-100:visited {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:visited\:ring-offset-teal-200:visited {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:visited\:ring-offset-teal-300:visited {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:visited\:ring-offset-teal-400:visited {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:visited\:ring-offset-teal-500:visited {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:visited\:ring-offset-teal-600:visited {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:visited\:ring-offset-teal-700:visited {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:visited\:ring-offset-teal-800:visited {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:visited\:ring-offset-teal-900:visited {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:visited\:ring-offset-emerald-50:visited {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:visited\:ring-offset-emerald-100:visited {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:visited\:ring-offset-emerald-200:visited {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:visited\:ring-offset-emerald-300:visited {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:visited\:ring-offset-emerald-400:visited {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:visited\:ring-offset-emerald-500:visited {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:visited\:ring-offset-emerald-600:visited {
    --tw-ring-offset-color: #059669;
  }

  .sm\:visited\:ring-offset-emerald-700:visited {
    --tw-ring-offset-color: #047857;
  }

  .sm\:visited\:ring-offset-emerald-800:visited {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:visited\:ring-offset-emerald-900:visited {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:visited\:ring-offset-green-50:visited {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:visited\:ring-offset-green-100:visited {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:visited\:ring-offset-green-200:visited {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:visited\:ring-offset-green-300:visited {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:visited\:ring-offset-green-400:visited {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:visited\:ring-offset-green-500:visited {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:visited\:ring-offset-green-600:visited {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:visited\:ring-offset-green-700:visited {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:visited\:ring-offset-green-800:visited {
    --tw-ring-offset-color: #166534;
  }

  .sm\:visited\:ring-offset-green-900:visited {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:visited\:ring-offset-lime-50:visited {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:visited\:ring-offset-lime-100:visited {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:visited\:ring-offset-lime-200:visited {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:visited\:ring-offset-lime-300:visited {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:visited\:ring-offset-lime-400:visited {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:visited\:ring-offset-lime-500:visited {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:visited\:ring-offset-lime-600:visited {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:visited\:ring-offset-lime-700:visited {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:visited\:ring-offset-lime-800:visited {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:visited\:ring-offset-lime-900:visited {
    --tw-ring-offset-color: #365314;
  }

  .sm\:visited\:ring-offset-yellow-50:visited {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:visited\:ring-offset-yellow-100:visited {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:visited\:ring-offset-yellow-200:visited {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:visited\:ring-offset-yellow-300:visited {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:visited\:ring-offset-yellow-400:visited {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:visited\:ring-offset-yellow-500:visited {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:visited\:ring-offset-yellow-600:visited {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:visited\:ring-offset-yellow-700:visited {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:visited\:ring-offset-yellow-800:visited {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:visited\:ring-offset-yellow-900:visited {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:visited\:ring-offset-amber-50:visited {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:visited\:ring-offset-amber-100:visited {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:visited\:ring-offset-amber-200:visited {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:visited\:ring-offset-amber-300:visited {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:visited\:ring-offset-amber-400:visited {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:visited\:ring-offset-amber-500:visited {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:visited\:ring-offset-amber-600:visited {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:visited\:ring-offset-amber-700:visited {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:visited\:ring-offset-amber-800:visited {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:visited\:ring-offset-amber-900:visited {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:visited\:ring-offset-orange-50:visited {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:visited\:ring-offset-orange-100:visited {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:visited\:ring-offset-orange-200:visited {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:visited\:ring-offset-orange-300:visited {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:visited\:ring-offset-orange-400:visited {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:visited\:ring-offset-orange-500:visited {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:visited\:ring-offset-orange-600:visited {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:visited\:ring-offset-orange-700:visited {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:visited\:ring-offset-orange-800:visited {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:visited\:ring-offset-orange-900:visited {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:visited\:ring-offset-red-50:visited {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:visited\:ring-offset-red-100:visited {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:visited\:ring-offset-red-200:visited {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:visited\:ring-offset-red-300:visited {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:visited\:ring-offset-red-400:visited {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:visited\:ring-offset-red-500:visited {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:visited\:ring-offset-red-600:visited {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:visited\:ring-offset-red-700:visited {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:visited\:ring-offset-red-800:visited {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:visited\:ring-offset-red-900:visited {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:visited\:ring-offset-warmGray-50:visited {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:visited\:ring-offset-warmGray-100:visited {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:visited\:ring-offset-warmGray-200:visited {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:visited\:ring-offset-warmGray-300:visited {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:visited\:ring-offset-warmGray-400:visited {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:visited\:ring-offset-warmGray-500:visited {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:visited\:ring-offset-warmGray-600:visited {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:visited\:ring-offset-warmGray-700:visited {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:visited\:ring-offset-warmGray-800:visited {
    --tw-ring-offset-color: #292524;
  }

  .sm\:visited\:ring-offset-warmGray-900:visited {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:visited\:ring-offset-trueGray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:visited\:ring-offset-trueGray-100:visited {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:visited\:ring-offset-trueGray-200:visited {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:visited\:ring-offset-trueGray-300:visited {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:visited\:ring-offset-trueGray-400:visited {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:visited\:ring-offset-trueGray-500:visited {
    --tw-ring-offset-color: #737373;
  }

  .sm\:visited\:ring-offset-trueGray-600:visited {
    --tw-ring-offset-color: #525252;
  }

  .sm\:visited\:ring-offset-trueGray-700:visited {
    --tw-ring-offset-color: #404040;
  }

  .sm\:visited\:ring-offset-trueGray-800:visited {
    --tw-ring-offset-color: #262626;
  }

  .sm\:visited\:ring-offset-trueGray-900:visited {
    --tw-ring-offset-color: #171717;
  }

  .sm\:visited\:ring-offset-gray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:visited\:ring-offset-gray-100:visited {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:visited\:ring-offset-gray-200:visited {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:visited\:ring-offset-gray-300:visited {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:visited\:ring-offset-gray-400:visited {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:visited\:ring-offset-gray-500:visited {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:visited\:ring-offset-gray-600:visited {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:visited\:ring-offset-gray-700:visited {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:visited\:ring-offset-gray-800:visited {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:visited\:ring-offset-gray-900:visited {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:visited\:ring-offset-coolGray-50:visited {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:visited\:ring-offset-coolGray-100:visited {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:visited\:ring-offset-coolGray-200:visited {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:visited\:ring-offset-coolGray-300:visited {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:visited\:ring-offset-coolGray-400:visited {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:visited\:ring-offset-coolGray-500:visited {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:visited\:ring-offset-coolGray-600:visited {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:visited\:ring-offset-coolGray-700:visited {
    --tw-ring-offset-color: #374151;
  }

  .sm\:visited\:ring-offset-coolGray-800:visited {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:visited\:ring-offset-coolGray-900:visited {
    --tw-ring-offset-color: #111827;
  }

  .sm\:visited\:ring-offset-blueGray-50:visited {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:visited\:ring-offset-blueGray-100:visited {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:visited\:ring-offset-blueGray-200:visited {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:visited\:ring-offset-blueGray-300:visited {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:visited\:ring-offset-blueGray-400:visited {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:visited\:ring-offset-blueGray-500:visited {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:visited\:ring-offset-blueGray-600:visited {
    --tw-ring-offset-color: #475569;
  }

  .sm\:visited\:ring-offset-blueGray-700:visited {
    --tw-ring-offset-color: #334155;
  }

  .sm\:visited\:ring-offset-blueGray-800:visited {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:visited\:ring-offset-blueGray-900:visited {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:visited\:ring-offset-current:visited {
    --tw-ring-offset-color: current;
  }

  .sm\:visited\:ring-offset-transparent:visited {
    --tw-ring-offset-color: transparent;
  }

  .sm\:disabled\:ring-offset-black:disabled {
    --tw-ring-offset-color: #000;
  }

  .sm\:disabled\:ring-offset-white:disabled {
    --tw-ring-offset-color: #fff;
  }

  .sm\:disabled\:ring-offset-rose-50:disabled {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:disabled\:ring-offset-rose-100:disabled {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:disabled\:ring-offset-rose-200:disabled {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:disabled\:ring-offset-rose-300:disabled {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:disabled\:ring-offset-rose-400:disabled {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:disabled\:ring-offset-rose-500:disabled {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:disabled\:ring-offset-rose-600:disabled {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:disabled\:ring-offset-rose-700:disabled {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:disabled\:ring-offset-rose-800:disabled {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:disabled\:ring-offset-rose-900:disabled {
    --tw-ring-offset-color: #881337;
  }

  .sm\:disabled\:ring-offset-pink-50:disabled {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:disabled\:ring-offset-pink-100:disabled {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:disabled\:ring-offset-pink-200:disabled {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:disabled\:ring-offset-pink-300:disabled {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:disabled\:ring-offset-pink-400:disabled {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:disabled\:ring-offset-pink-500:disabled {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:disabled\:ring-offset-pink-600:disabled {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:disabled\:ring-offset-pink-700:disabled {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:disabled\:ring-offset-pink-800:disabled {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:disabled\:ring-offset-pink-900:disabled {
    --tw-ring-offset-color: #831843;
  }

  .sm\:disabled\:ring-offset-fuchsia-50:disabled {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:disabled\:ring-offset-fuchsia-100:disabled {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:disabled\:ring-offset-fuchsia-200:disabled {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:disabled\:ring-offset-fuchsia-300:disabled {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:disabled\:ring-offset-fuchsia-400:disabled {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:disabled\:ring-offset-fuchsia-500:disabled {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:disabled\:ring-offset-fuchsia-600:disabled {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:disabled\:ring-offset-fuchsia-700:disabled {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:disabled\:ring-offset-fuchsia-800:disabled {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:disabled\:ring-offset-fuchsia-900:disabled {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:disabled\:ring-offset-purple-50:disabled {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:disabled\:ring-offset-purple-100:disabled {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:disabled\:ring-offset-purple-200:disabled {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:disabled\:ring-offset-purple-300:disabled {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:disabled\:ring-offset-purple-400:disabled {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:disabled\:ring-offset-purple-500:disabled {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:disabled\:ring-offset-purple-600:disabled {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:disabled\:ring-offset-purple-700:disabled {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:disabled\:ring-offset-purple-800:disabled {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:disabled\:ring-offset-purple-900:disabled {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:disabled\:ring-offset-violet-50:disabled {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:disabled\:ring-offset-violet-100:disabled {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:disabled\:ring-offset-violet-200:disabled {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:disabled\:ring-offset-violet-300:disabled {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:disabled\:ring-offset-violet-400:disabled {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:disabled\:ring-offset-violet-500:disabled {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:disabled\:ring-offset-violet-600:disabled {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:disabled\:ring-offset-violet-700:disabled {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:disabled\:ring-offset-violet-800:disabled {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:disabled\:ring-offset-violet-900:disabled {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:disabled\:ring-offset-indigo-50:disabled {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:disabled\:ring-offset-indigo-100:disabled {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:disabled\:ring-offset-indigo-200:disabled {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:disabled\:ring-offset-indigo-300:disabled {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:disabled\:ring-offset-indigo-400:disabled {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:disabled\:ring-offset-indigo-500:disabled {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:disabled\:ring-offset-indigo-600:disabled {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:disabled\:ring-offset-indigo-700:disabled {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:disabled\:ring-offset-indigo-800:disabled {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:disabled\:ring-offset-indigo-900:disabled {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:disabled\:ring-offset-blue-50:disabled {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:disabled\:ring-offset-blue-100:disabled {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:disabled\:ring-offset-blue-200:disabled {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:disabled\:ring-offset-blue-300:disabled {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:disabled\:ring-offset-blue-400:disabled {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:disabled\:ring-offset-blue-500:disabled {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:disabled\:ring-offset-blue-600:disabled {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:disabled\:ring-offset-blue-700:disabled {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:disabled\:ring-offset-blue-800:disabled {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:disabled\:ring-offset-blue-900:disabled {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:disabled\:ring-offset-lightBlue-50:disabled {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:disabled\:ring-offset-lightBlue-100:disabled {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:disabled\:ring-offset-lightBlue-200:disabled {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:disabled\:ring-offset-lightBlue-300:disabled {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:disabled\:ring-offset-lightBlue-400:disabled {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:disabled\:ring-offset-lightBlue-500:disabled {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:disabled\:ring-offset-lightBlue-600:disabled {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:disabled\:ring-offset-lightBlue-700:disabled {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:disabled\:ring-offset-lightBlue-800:disabled {
    --tw-ring-offset-color: #075985;
  }

  .sm\:disabled\:ring-offset-lightBlue-900:disabled {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm\:disabled\:ring-offset-cyan-50:disabled {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:disabled\:ring-offset-cyan-100:disabled {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:disabled\:ring-offset-cyan-200:disabled {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:disabled\:ring-offset-cyan-300:disabled {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:disabled\:ring-offset-cyan-400:disabled {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:disabled\:ring-offset-cyan-500:disabled {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:disabled\:ring-offset-cyan-600:disabled {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:disabled\:ring-offset-cyan-700:disabled {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:disabled\:ring-offset-cyan-800:disabled {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:disabled\:ring-offset-cyan-900:disabled {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:disabled\:ring-offset-teal-50:disabled {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:disabled\:ring-offset-teal-100:disabled {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:disabled\:ring-offset-teal-200:disabled {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:disabled\:ring-offset-teal-300:disabled {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:disabled\:ring-offset-teal-400:disabled {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:disabled\:ring-offset-teal-500:disabled {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:disabled\:ring-offset-teal-600:disabled {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:disabled\:ring-offset-teal-700:disabled {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:disabled\:ring-offset-teal-800:disabled {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:disabled\:ring-offset-teal-900:disabled {
    --tw-ring-offset-color: #134e4a;
  }

  .sm\:disabled\:ring-offset-emerald-50:disabled {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:disabled\:ring-offset-emerald-100:disabled {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:disabled\:ring-offset-emerald-200:disabled {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:disabled\:ring-offset-emerald-300:disabled {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:disabled\:ring-offset-emerald-400:disabled {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:disabled\:ring-offset-emerald-500:disabled {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:disabled\:ring-offset-emerald-600:disabled {
    --tw-ring-offset-color: #059669;
  }

  .sm\:disabled\:ring-offset-emerald-700:disabled {
    --tw-ring-offset-color: #047857;
  }

  .sm\:disabled\:ring-offset-emerald-800:disabled {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:disabled\:ring-offset-emerald-900:disabled {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:disabled\:ring-offset-green-50:disabled {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:disabled\:ring-offset-green-100:disabled {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:disabled\:ring-offset-green-200:disabled {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:disabled\:ring-offset-green-300:disabled {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:disabled\:ring-offset-green-400:disabled {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:disabled\:ring-offset-green-500:disabled {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:disabled\:ring-offset-green-600:disabled {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:disabled\:ring-offset-green-700:disabled {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:disabled\:ring-offset-green-800:disabled {
    --tw-ring-offset-color: #166534;
  }

  .sm\:disabled\:ring-offset-green-900:disabled {
    --tw-ring-offset-color: #14532d;
  }

  .sm\:disabled\:ring-offset-lime-50:disabled {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:disabled\:ring-offset-lime-100:disabled {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:disabled\:ring-offset-lime-200:disabled {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:disabled\:ring-offset-lime-300:disabled {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:disabled\:ring-offset-lime-400:disabled {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:disabled\:ring-offset-lime-500:disabled {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:disabled\:ring-offset-lime-600:disabled {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:disabled\:ring-offset-lime-700:disabled {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:disabled\:ring-offset-lime-800:disabled {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:disabled\:ring-offset-lime-900:disabled {
    --tw-ring-offset-color: #365314;
  }

  .sm\:disabled\:ring-offset-yellow-50:disabled {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:disabled\:ring-offset-yellow-100:disabled {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:disabled\:ring-offset-yellow-200:disabled {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:disabled\:ring-offset-yellow-300:disabled {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:disabled\:ring-offset-yellow-400:disabled {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:disabled\:ring-offset-yellow-500:disabled {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:disabled\:ring-offset-yellow-600:disabled {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:disabled\:ring-offset-yellow-700:disabled {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:disabled\:ring-offset-yellow-800:disabled {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:disabled\:ring-offset-yellow-900:disabled {
    --tw-ring-offset-color: #713f12;
  }

  .sm\:disabled\:ring-offset-amber-50:disabled {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:disabled\:ring-offset-amber-100:disabled {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:disabled\:ring-offset-amber-200:disabled {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:disabled\:ring-offset-amber-300:disabled {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:disabled\:ring-offset-amber-400:disabled {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:disabled\:ring-offset-amber-500:disabled {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:disabled\:ring-offset-amber-600:disabled {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:disabled\:ring-offset-amber-700:disabled {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:disabled\:ring-offset-amber-800:disabled {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:disabled\:ring-offset-amber-900:disabled {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:disabled\:ring-offset-orange-50:disabled {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:disabled\:ring-offset-orange-100:disabled {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:disabled\:ring-offset-orange-200:disabled {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:disabled\:ring-offset-orange-300:disabled {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:disabled\:ring-offset-orange-400:disabled {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:disabled\:ring-offset-orange-500:disabled {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:disabled\:ring-offset-orange-600:disabled {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:disabled\:ring-offset-orange-700:disabled {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:disabled\:ring-offset-orange-800:disabled {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:disabled\:ring-offset-orange-900:disabled {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm\:disabled\:ring-offset-red-50:disabled {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:disabled\:ring-offset-red-100:disabled {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:disabled\:ring-offset-red-200:disabled {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:disabled\:ring-offset-red-300:disabled {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:disabled\:ring-offset-red-400:disabled {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:disabled\:ring-offset-red-500:disabled {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:disabled\:ring-offset-red-600:disabled {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:disabled\:ring-offset-red-700:disabled {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:disabled\:ring-offset-red-800:disabled {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:disabled\:ring-offset-red-900:disabled {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:disabled\:ring-offset-warmGray-50:disabled {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:disabled\:ring-offset-warmGray-100:disabled {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:disabled\:ring-offset-warmGray-200:disabled {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:disabled\:ring-offset-warmGray-300:disabled {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:disabled\:ring-offset-warmGray-400:disabled {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:disabled\:ring-offset-warmGray-500:disabled {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:disabled\:ring-offset-warmGray-600:disabled {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:disabled\:ring-offset-warmGray-700:disabled {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:disabled\:ring-offset-warmGray-800:disabled {
    --tw-ring-offset-color: #292524;
  }

  .sm\:disabled\:ring-offset-warmGray-900:disabled {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:disabled\:ring-offset-trueGray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:disabled\:ring-offset-trueGray-100:disabled {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:disabled\:ring-offset-trueGray-200:disabled {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:disabled\:ring-offset-trueGray-300:disabled {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:disabled\:ring-offset-trueGray-400:disabled {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:disabled\:ring-offset-trueGray-500:disabled {
    --tw-ring-offset-color: #737373;
  }

  .sm\:disabled\:ring-offset-trueGray-600:disabled {
    --tw-ring-offset-color: #525252;
  }

  .sm\:disabled\:ring-offset-trueGray-700:disabled {
    --tw-ring-offset-color: #404040;
  }

  .sm\:disabled\:ring-offset-trueGray-800:disabled {
    --tw-ring-offset-color: #262626;
  }

  .sm\:disabled\:ring-offset-trueGray-900:disabled {
    --tw-ring-offset-color: #171717;
  }

  .sm\:disabled\:ring-offset-gray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:disabled\:ring-offset-gray-100:disabled {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:disabled\:ring-offset-gray-200:disabled {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:disabled\:ring-offset-gray-300:disabled {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:disabled\:ring-offset-gray-400:disabled {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:disabled\:ring-offset-gray-500:disabled {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:disabled\:ring-offset-gray-600:disabled {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:disabled\:ring-offset-gray-700:disabled {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:disabled\:ring-offset-gray-800:disabled {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:disabled\:ring-offset-gray-900:disabled {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:disabled\:ring-offset-coolGray-50:disabled {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:disabled\:ring-offset-coolGray-100:disabled {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:disabled\:ring-offset-coolGray-200:disabled {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:disabled\:ring-offset-coolGray-300:disabled {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:disabled\:ring-offset-coolGray-400:disabled {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:disabled\:ring-offset-coolGray-500:disabled {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:disabled\:ring-offset-coolGray-600:disabled {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:disabled\:ring-offset-coolGray-700:disabled {
    --tw-ring-offset-color: #374151;
  }

  .sm\:disabled\:ring-offset-coolGray-800:disabled {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:disabled\:ring-offset-coolGray-900:disabled {
    --tw-ring-offset-color: #111827;
  }

  .sm\:disabled\:ring-offset-blueGray-50:disabled {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:disabled\:ring-offset-blueGray-100:disabled {
    --tw-ring-offset-color: #f1f5f9;
  }

  .sm\:disabled\:ring-offset-blueGray-200:disabled {
    --tw-ring-offset-color: #e2e8f0;
  }

  .sm\:disabled\:ring-offset-blueGray-300:disabled {
    --tw-ring-offset-color: #cbd5e1;
  }

  .sm\:disabled\:ring-offset-blueGray-400:disabled {
    --tw-ring-offset-color: #94a3b8;
  }

  .sm\:disabled\:ring-offset-blueGray-500:disabled {
    --tw-ring-offset-color: #64748b;
  }

  .sm\:disabled\:ring-offset-blueGray-600:disabled {
    --tw-ring-offset-color: #475569;
  }

  .sm\:disabled\:ring-offset-blueGray-700:disabled {
    --tw-ring-offset-color: #334155;
  }

  .sm\:disabled\:ring-offset-blueGray-800:disabled {
    --tw-ring-offset-color: #1e293b;
  }

  .sm\:disabled\:ring-offset-blueGray-900:disabled {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:disabled\:ring-offset-current:disabled {
    --tw-ring-offset-color: current;
  }

  .sm\:disabled\:ring-offset-transparent:disabled {
    --tw-ring-offset-color: transparent;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .group:hover .sm\:group-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .group:hover .sm\:group-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .group:hover .sm\:group-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .group:hover .sm\:group-hover\: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\:first\:ring-offset-0:first-child {
    --tw-ring-offset-width: 0px;
  }

  .sm\:first\:ring-offset-1:first-child {
    --tw-ring-offset-width: 1px;
  }

  .sm\:first\:ring-offset-2:first-child {
    --tw-ring-offset-width: 2px;
  }

  .sm\:first\:ring-offset-4:first-child {
    --tw-ring-offset-width: 4px;
  }

  .sm\:first\:ring-offset-8:first-child {
    --tw-ring-offset-width: 8px;
  }

  .sm\:last\:ring-offset-0:last-child {
    --tw-ring-offset-width: 0px;
  }

  .sm\:last\:ring-offset-1:last-child {
    --tw-ring-offset-width: 1px;
  }

  .sm\:last\:ring-offset-2:last-child {
    --tw-ring-offset-width: 2px;
  }

  .sm\:last\:ring-offset-4:last-child {
    --tw-ring-offset-width: 4px;
  }

  .sm\:last\:ring-offset-8:last-child {
    --tw-ring-offset-width: 8px;
  }

  .sm\:odd\:ring-offset-0:nth-child(odd) {
    --tw-ring-offset-width: 0px;
  }

  .sm\:odd\:ring-offset-1:nth-child(odd) {
    --tw-ring-offset-width: 1px;
  }

  .sm\:odd\:ring-offset-2:nth-child(odd) {
    --tw-ring-offset-width: 2px;
  }

  .sm\:odd\:ring-offset-4:nth-child(odd) {
    --tw-ring-offset-width: 4px;
  }

  .sm\:odd\:ring-offset-8:nth-child(odd) {
    --tw-ring-offset-width: 8px;
  }

  .sm\:even\:ring-offset-0:nth-child(even) {
    --tw-ring-offset-width: 0px;
  }

  .sm\:even\:ring-offset-1:nth-child(even) {
    --tw-ring-offset-width: 1px;
  }

  .sm\:even\:ring-offset-2:nth-child(even) {
    --tw-ring-offset-width: 2px;
  }

  .sm\:even\:ring-offset-4:nth-child(even) {
    --tw-ring-offset-width: 4px;
  }

  .sm\:even\:ring-offset-8:nth-child(even) {
    --tw-ring-offset-width: 8px;
  }

  .sm\:hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .sm\:hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .sm\:hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .sm\:hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .sm\:hover\:ring-offset-8:hover {
    --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\:active\:ring-offset-0:active {
    --tw-ring-offset-width: 0px;
  }

  .sm\:active\:ring-offset-1:active {
    --tw-ring-offset-width: 1px;
  }

  .sm\:active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
  }

  .sm\:active\:ring-offset-4:active {
    --tw-ring-offset-width: 4px;
  }

  .sm\:active\:ring-offset-8:active {
    --tw-ring-offset-width: 8px;
  }

  .sm\:visited\:ring-offset-0:visited {
    --tw-ring-offset-width: 0px;
  }

  .sm\:visited\:ring-offset-1:visited {
    --tw-ring-offset-width: 1px;
  }

  .sm\:visited\:ring-offset-2:visited {
    --tw-ring-offset-width: 2px;
  }

  .sm\:visited\:ring-offset-4:visited {
    --tw-ring-offset-width: 4px;
  }

  .sm\:visited\:ring-offset-8:visited {
    --tw-ring-offset-width: 8px;
  }

  .sm\:disabled\:ring-offset-0:disabled {
    --tw-ring-offset-width: 0px;
  }

  .sm\:disabled\:ring-offset-1:disabled {
    --tw-ring-offset-width: 1px;
  }

  .sm\:disabled\:ring-offset-2:disabled {
    --tw-ring-offset-width: 2px;
  }

  .sm\:disabled\:ring-offset-4:disabled {
    --tw-ring-offset-width: 4px;
  }

  .sm\:disabled\:ring-offset-8:disabled {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:ring-current {
    --tw-ring-color: current;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .group:hover .sm\:group-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .group:hover .sm\:group-hover\:ring-current {
    --tw-ring-color: current;
  }

  .group:hover .sm\:group-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warmGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-trueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-coolGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: current;
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:first\:ring-black:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-white:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-rose-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-pink-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-fuchsia-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-purple-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-violet-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-indigo-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lightBlue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-cyan-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-teal-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-emerald-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-green-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-lime-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-yellow-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-amber-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-orange-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-red-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-warmGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-trueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-gray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-coolGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-blueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:first\:ring-current:first-child {
    --tw-ring-color: current;
  }

  .sm\:first\:ring-transparent:first-child {
    --tw-ring-color: transparent;
  }

  .sm\:last\:ring-black:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-white:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-rose-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-pink-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-fuchsia-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-purple-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-violet-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-indigo-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lightBlue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-cyan-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-teal-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-emerald-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-green-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-lime-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-yellow-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-amber-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-orange-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-red-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-warmGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-trueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-gray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-coolGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-blueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:last\:ring-current:last-child {
    --tw-ring-color: current;
  }

  .sm\:last\:ring-transparent:last-child {
    --tw-ring-color: transparent;
  }

  .sm\:odd\:ring-black:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-white:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-rose-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-pink-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-fuchsia-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-purple-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-violet-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-indigo-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lightBlue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-cyan-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-teal-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-emerald-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-green-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-lime-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-yellow-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-amber-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-orange-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-red-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-warmGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-trueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-gray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-coolGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-blueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:odd\:ring-current:nth-child(odd) {
    --tw-ring-color: current;
  }

  .sm\:odd\:ring-transparent:nth-child(odd) {
    --tw-ring-color: transparent;
  }

  .sm\:even\:ring-black:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-white:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-rose-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-pink-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-fuchsia-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-purple-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-violet-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-indigo-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lightBlue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-cyan-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-teal-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-emerald-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-green-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-lime-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-yellow-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-amber-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-orange-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-red-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-warmGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-trueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-gray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-coolGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-blueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:even\:ring-current:nth-child(even) {
    --tw-ring-color: current;
  }

  .sm\:even\:ring-transparent:nth-child(even) {
    --tw-ring-color: transparent;
  }

  .sm\:hover\:ring-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lightBlue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-warmGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-trueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-coolGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-blueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:hover\:ring-current:hover {
    --tw-ring-color: current;
  }

  .sm\:hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lightBlue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warmGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-trueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-coolGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: current;
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:active\:ring-black:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-white:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-rose-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-pink-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-fuchsia-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-purple-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-violet-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-indigo-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lightBlue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-cyan-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-teal-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-emerald-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-green-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-lime-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-yellow-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-amber-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-orange-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-red-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-warmGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-trueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-gray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-coolGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-blueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:active\:ring-current:active {
    --tw-ring-color: current;
  }

  .sm\:active\:ring-transparent:active {
    --tw-ring-color: transparent;
  }

  .sm\:visited\:ring-black:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-white:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-rose-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-pink-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-fuchsia-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-purple-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-violet-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-indigo-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lightBlue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-cyan-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-teal-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-emerald-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-green-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-lime-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-yellow-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-amber-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-orange-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-red-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-warmGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-trueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-gray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-coolGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-blueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:visited\:ring-current:visited {
    --tw-ring-color: current;
  }

  .sm\:visited\:ring-transparent:visited {
    --tw-ring-color: transparent;
  }

  .sm\:disabled\:ring-black:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-white:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-rose-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-pink-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-fuchsia-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-purple-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-violet-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-indigo-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lightBlue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-cyan-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-teal-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-emerald-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-green-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-lime-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-yellow-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-amber-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-orange-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-red-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-warmGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-trueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-gray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-coolGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-blueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:disabled\:ring-current:disabled {
    --tw-ring-color: current;
  }

  .sm\:disabled\:ring-transparent:disabled {
    --tw-ring-color: transparent;
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .group:hover .sm\:group-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .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\:first\:ring-opacity-0:first-child {
    --tw-ring-opacity: 0;
  }

  .sm\:first\:ring-opacity-5:first-child {
    --tw-ring-opacity: 0.05;
  }

  .sm\:first\:ring-opacity-10:first-child {
    --tw-ring-opacity: 0.1;
  }

  .sm\:first\:ring-opacity-20:first-child {
    --tw-ring-opacity: 0.2;
  }

  .sm\:first\:ring-opacity-25:first-child {
    --tw-ring-opacity: 0.25;
  }

  .sm\:first\:ring-opacity-30:first-child {
    --tw-ring-opacity: 0.3;
  }

  .sm\:first\:ring-opacity-40:first-child {
    --tw-ring-opacity: 0.4;
  }

  .sm\:first\:ring-opacity-50:first-child {
    --tw-ring-opacity: 0.5;
  }

  .sm\:first\:ring-opacity-60:first-child {
    --tw-ring-opacity: 0.6;
  }

  .sm\:first\:ring-opacity-70:first-child {
    --tw-ring-opacity: 0.7;
  }

  .sm\:first\:ring-opacity-75:first-child {
    --tw-ring-opacity: 0.75;
  }

  .sm\:first\:ring-opacity-80:first-child {
    --tw-ring-opacity: 0.8;
  }

  .sm\:first\:ring-opacity-90:first-child {
    --tw-ring-opacity: 0.9;
  }

  .sm\:first\:ring-opacity-95:first-child {
    --tw-ring-opacity: 0.95;
  }

  .sm\:first\:ring-opacity-100:first-child {
    --tw-ring-opacity: 1;
  }

  .sm\:last\:ring-opacity-0:last-child {
    --tw-ring-opacity: 0;
  }

  .sm\:last\:ring-opacity-5:last-child {
    --tw-ring-opacity: 0.05;
  }

  .sm\:last\:ring-opacity-10:last-child {
    --tw-ring-opacity: 0.1;
  }

  .sm\:last\:ring-opacity-20:last-child {
    --tw-ring-opacity: 0.2;
  }

  .sm\:last\:ring-opacity-25:last-child {
    --tw-ring-opacity: 0.25;
  }

  .sm\:last\:ring-opacity-30:last-child {
    --tw-ring-opacity: 0.3;
  }

  .sm\:last\:ring-opacity-40:last-child {
    --tw-ring-opacity: 0.4;
  }

  .sm\:last\:ring-opacity-50:last-child {
    --tw-ring-opacity: 0.5;
  }

  .sm\:last\:ring-opacity-60:last-child {
    --tw-ring-opacity: 0.6;
  }

  .sm\:last\:ring-opacity-70:last-child {
    --tw-ring-opacity: 0.7;
  }

  .sm\:last\:ring-opacity-75:last-child {
    --tw-ring-opacity: 0.75;
  }

  .sm\:last\:ring-opacity-80:last-child {
    --tw-ring-opacity: 0.8;
  }

  .sm\:last\:ring-opacity-90:last-child {
    --tw-ring-opacity: 0.9;
  }

  .sm\:last\:ring-opacity-95:last-child {
    --tw-ring-opacity: 0.95;
  }

  .sm\:last\:ring-opacity-100:last-child {
    --tw-ring-opacity: 1;
  }

  .sm\:odd\:ring-opacity-0:nth-child(odd) {
    --tw-ring-opacity: 0;
  }

  .sm\:odd\:ring-opacity-5:nth-child(odd) {
    --tw-ring-opacity: 0.05;
  }

  .sm\:odd\:ring-opacity-10:nth-child(odd) {
    --tw-ring-opacity: 0.1;
  }

  .sm\:odd\:ring-opacity-20:nth-child(odd) {
    --tw-ring-opacity: 0.2;
  }

  .sm\:odd\:ring-opacity-25:nth-child(odd) {
    --tw-ring-opacity: 0.25;
  }

  .sm\:odd\:ring-opacity-30:nth-child(odd) {
    --tw-ring-opacity: 0.3;
  }

  .sm\:odd\:ring-opacity-40:nth-child(odd) {
    --tw-ring-opacity: 0.4;
  }

  .sm\:odd\:ring-opacity-50:nth-child(odd) {
    --tw-ring-opacity: 0.5;
  }

  .sm\:odd\:ring-opacity-60:nth-child(odd) {
    --tw-ring-opacity: 0.6;
  }

  .sm\:odd\:ring-opacity-70:nth-child(odd) {
    --tw-ring-opacity: 0.7;
  }

  .sm\:odd\:ring-opacity-75:nth-child(odd) {
    --tw-ring-opacity: 0.75;
  }

  .sm\:odd\:ring-opacity-80:nth-child(odd) {
    --tw-ring-opacity: 0.8;
  }

  .sm\:odd\:ring-opacity-90:nth-child(odd) {
    --tw-ring-opacity: 0.9;
  }

  .sm\:odd\:ring-opacity-95:nth-child(odd) {
    --tw-ring-opacity: 0.95;
  }

  .sm\:odd\:ring-opacity-100:nth-child(odd) {
    --tw-ring-opacity: 1;
  }

  .sm\:even\:ring-opacity-0:nth-child(even) {
    --tw-ring-opacity: 0;
  }

  .sm\:even\:ring-opacity-5:nth-child(even) {
    --tw-ring-opacity: 0.05;
  }

  .sm\:even\:ring-opacity-10:nth-child(even) {
    --tw-ring-opacity: 0.1;
  }

  .sm\:even\:ring-opacity-20:nth-child(even) {
    --tw-ring-opacity: 0.2;
  }

  .sm\:even\:ring-opacity-25:nth-child(even) {
    --tw-ring-opacity: 0.25;
  }

  .sm\:even\:ring-opacity-30:nth-child(even) {
    --tw-ring-opacity: 0.3;
  }

  .sm\:even\:ring-opacity-40:nth-child(even) {
    --tw-ring-opacity: 0.4;
  }

  .sm\:even\:ring-opacity-50:nth-child(even) {
    --tw-ring-opacity: 0.5;
  }

  .sm\:even\:ring-opacity-60:nth-child(even) {
    --tw-ring-opacity: 0.6;
  }

  .sm\:even\:ring-opacity-70:nth-child(even) {
    --tw-ring-opacity: 0.7;
  }

  .sm\:even\:ring-opacity-75:nth-child(even) {
    --tw-ring-opacity: 0.75;
  }

  .sm\:even\:ring-opacity-80:nth-child(even) {
    --tw-ring-opacity: 0.8;
  }

  .sm\:even\:ring-opacity-90:nth-child(even) {
    --tw-ring-opacity: 0.9;
  }

  .sm\:even\:ring-opacity-95:nth-child(even) {
    --tw-ring-opacity: 0.95;
  }

  .sm\:even\:ring-opacity-100:nth-child(even) {
    --tw-ring-opacity: 1;
  }

  .sm\:hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .sm\:hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .sm\:hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .sm\:hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .sm\:hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .sm\:hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .sm\:hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .sm\:hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .sm\:hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .sm\:hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .sm\:hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .sm\:hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .sm\:hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .sm\:hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .sm\:hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .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\:active\:ring-opacity-0:active {
    --tw-ring-opacity: 0;
  }

  .sm\:active\:ring-opacity-5:active {
    --tw-ring-opacity: 0.05;
  }

  .sm\:active\:ring-opacity-10:active {
    --tw-ring-opacity: 0.1;
  }

  .sm\:active\:ring-opacity-20:active {
    --tw-ring-opacity: 0.2;
  }

  .sm\:active\:ring-opacity-25:active {
    --tw-ring-opacity: 0.25;
  }

  .sm\:active\:ring-opacity-30:active {
    --tw-ring-opacity: 0.3;
  }

  .sm\:active\:ring-opacity-40:active {
    --tw-ring-opacity: 0.4;
  }

  .sm\:active\:ring-opacity-50:active {
    --tw-ring-opacity: 0.5;
  }

  .sm\:active\:ring-opacity-60:active {
    --tw-ring-opacity: 0.6;
  }

  .sm\:active\:ring-opacity-70:active {
    --tw-ring-opacity: 0.7;
  }

  .sm\:active\:ring-opacity-75:active {
    --tw-ring-opacity: 0.75;
  }

  .sm\:active\:ring-opacity-80:active {
    --tw-ring-opacity: 0.8;
  }

  .sm\:active\:ring-opacity-90:active {
    --tw-ring-opacity: 0.9;
  }

  .sm\:active\:ring-opacity-95:active {
    --tw-ring-opacity: 0.95;
  }

  .sm\:active\:ring-opacity-100:active {
    --tw-ring-opacity: 1;
  }

  .sm\:visited\:ring-opacity-0:visited {
    --tw-ring-opacity: 0;
  }

  .sm\:visited\:ring-opacity-5:visited {
    --tw-ring-opacity: 0.05;
  }

  .sm\:visited\:ring-opacity-10:visited {
    --tw-ring-opacity: 0.1;
  }

  .sm\:visited\:ring-opacity-20:visited {
    --tw-ring-opacity: 0.2;
  }

  .sm\:visited\:ring-opacity-25:visited {
    --tw-ring-opacity: 0.25;
  }

  .sm\:visited\:ring-opacity-30:visited {
    --tw-ring-opacity: 0.3;
  }

  .sm\:visited\:ring-opacity-40:visited {
    --tw-ring-opacity: 0.4;
  }

  .sm\:visited\:ring-opacity-50:visited {
    --tw-ring-opacity: 0.5;
  }

  .sm\:visited\:ring-opacity-60:visited {
    --tw-ring-opacity: 0.6;
  }

  .sm\:visited\:ring-opacity-70:visited {
    --tw-ring-opacity: 0.7;
  }

  .sm\:visited\:ring-opacity-75:visited {
    --tw-ring-opacity: 0.75;
  }

  .sm\:visited\:ring-opacity-80:visited {
    --tw-ring-opacity: 0.8;
  }

  .sm\:visited\:ring-opacity-90:visited {
    --tw-ring-opacity: 0.9;
  }

  .sm\:visited\:ring-opacity-95:visited {
    --tw-ring-opacity: 0.95;
  }

  .sm\:visited\:ring-opacity-100:visited {
    --tw-ring-opacity: 1;
  }

  .sm\:disabled\:ring-opacity-0:disabled {
    --tw-ring-opacity: 0;
  }

  .sm\:disabled\:ring-opacity-5:disabled {
    --tw-ring-opacity: 0.05;
  }

  .sm\:disabled\:ring-opacity-10:disabled {
    --tw-ring-opacity: 0.1;
  }

  .sm\:disabled\:ring-opacity-20:disabled {
    --tw-ring-opacity: 0.2;
  }

  .sm\:disabled\:ring-opacity-25:disabled {
    --tw-ring-opacity: 0.25;
  }

  .sm\:disabled\:ring-opacity-30:disabled {
    --tw-ring-opacity: 0.3;
  }

  .sm\:disabled\:ring-opacity-40:disabled {
    --tw-ring-opacity: 0.4;
  }

  .sm\:disabled\:ring-opacity-50:disabled {
    --tw-ring-opacity: 0.5;
  }

  .sm\:disabled\:ring-opacity-60:disabled {
    --tw-ring-opacity: 0.6;
  }

  .sm\:disabled\:ring-opacity-70:disabled {
    --tw-ring-opacity: 0.7;
  }

  .sm\:disabled\:ring-opacity-75:disabled {
    --tw-ring-opacity: 0.75;
  }

  .sm\:disabled\:ring-opacity-80:disabled {
    --tw-ring-opacity: 0.8;
  }

  .sm\:disabled\:ring-opacity-90:disabled {
    --tw-ring-opacity: 0.9;
  }

  .sm\:disabled\:ring-opacity-95:disabled {
    --tw-ring-opacity: 0.95;
  }

  .sm\:disabled\:ring-opacity-100:disabled {
    --tw-ring-opacity: 1;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .group:hover .sm\:group-hover\:fill-current {
    fill: currentColor;
  }

  .sm\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .sm\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .sm\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .sm\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .sm\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .sm\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .sm\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .sm\:active\:fill-current:active {
    fill: currentColor;
  }

  .sm\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .sm\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .sm\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .sm\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .sm\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .sm\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .sm\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .sm\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .sm\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .sm\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .sm\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .sm\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .sm\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .group:hover .sm\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .sm\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .sm\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:focus-within\:stroke-0:focus-within {
    stroke-width: 0;
  }

  .sm\:focus-within\:stroke-1:focus-within {
    stroke-width: 1;
  }

  .sm\:focus-within\:stroke-2:focus-within {
    stroke-width: 2;
  }

  .sm\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .sm\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .sm\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .sm\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .sm\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .sm\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .sm\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .sm\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .sm\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .sm\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .sm\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .sm\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .sm\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .sm\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .sm\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .sm\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .sm\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .sm\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .sm\:active\:stroke-0:active {
    stroke-width: 0;
  }

  .sm\:active\:stroke-1:active {
    stroke-width: 1;
  }

  .sm\:active\:stroke-2:active {
    stroke-width: 2;
  }

  .sm\:visited\:stroke-0:visited {
    stroke-width: 0;
  }

  .sm\:visited\:stroke-1:visited {
    stroke-width: 1;
  }

  .sm\:visited\:stroke-2:visited {
    stroke-width: 2;
  }

  .sm\:disabled\:stroke-0:disabled {
    stroke-width: 0;
  }

  .sm\:disabled\:stroke-1:disabled {
    stroke-width: 1;
  }

  .sm\:disabled\:stroke-2:disabled {
    stroke-width: 2;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .sm\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .sm\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .sm\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .sm\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .sm\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .sm\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .sm\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .sm\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .sm\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .sm\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .sm\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .sm\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .sm\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .sm\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .sm\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .sm\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .sm\:active\:table-auto:active {
    table-layout: auto;
  }

  .sm\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .sm\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .sm\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .sm\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .sm\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .group:hover .sm\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .sm\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .sm\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .sm\:group-hover\:text-justify {
    text-align: justify;
  }

  .sm\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .sm\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .sm\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .sm\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .sm\:first\:text-left:first-child {
    text-align: left;
  }

  .sm\:first\:text-center:first-child {
    text-align: center;
  }

  .sm\:first\:text-right:first-child {
    text-align: right;
  }

  .sm\:first\:text-justify:first-child {
    text-align: justify;
  }

  .sm\:last\:text-left:last-child {
    text-align: left;
  }

  .sm\:last\:text-center:last-child {
    text-align: center;
  }

  .sm\:last\:text-right:last-child {
    text-align: right;
  }

  .sm\:last\:text-justify:last-child {
    text-align: justify;
  }

  .sm\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .sm\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .sm\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .sm\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .sm\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .sm\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .sm\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .sm\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .sm\:hover\:text-left:hover {
    text-align: left;
  }

  .sm\:hover\:text-center:hover {
    text-align: center;
  }

  .sm\:hover\:text-right:hover {
    text-align: right;
  }

  .sm\:hover\:text-justify:hover {
    text-align: justify;
  }

  .sm\:focus\:text-left:focus {
    text-align: left;
  }

  .sm\:focus\:text-center:focus {
    text-align: center;
  }

  .sm\:focus\:text-right:focus {
    text-align: right;
  }

  .sm\:focus\:text-justify:focus {
    text-align: justify;
  }

  .sm\:active\:text-left:active {
    text-align: left;
  }

  .sm\:active\:text-center:active {
    text-align: center;
  }

  .sm\:active\:text-right:active {
    text-align: right;
  }

  .sm\:active\:text-justify:active {
    text-align: justify;
  }

  .sm\:visited\:text-left:visited {
    text-align: left;
  }

  .sm\:visited\:text-center:visited {
    text-align: center;
  }

  .sm\:visited\:text-right:visited {
    text-align: right;
  }

  .sm\:visited\:text-justify:visited {
    text-align: justify;
  }

  .sm\:disabled\:text-left:disabled {
    text-align: left;
  }

  .sm\:disabled\:text-center:disabled {
    text-align: center;
  }

  .sm\:disabled\:text-right:disabled {
    text-align: right;
  }

  .sm\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:text-current {
    color: current;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-current {
    color: current;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lightBlue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warmGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-trueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-coolGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-current:focus-within {
    color: current;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:first\:text-black:first-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:first\:text-white:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:first\:text-rose-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:first\:text-pink-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:first\:text-fuchsia-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:first\:text-purple-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:first\:text-violet-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:first\:text-indigo-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:first\:text-blue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:first\:text-lightBlue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:first\:text-cyan-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:first\:text-teal-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:first\:text-emerald-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:first\:text-green-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:first\:text-lime-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:first\:text-yellow-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:first\:text-amber-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:first\:text-orange-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:first\:text-red-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:first\:text-warmGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:first\:text-trueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:first\:text-gray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:first\:text-coolGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:first\:text-blueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:first\:text-current:first-child {
    color: current;
  }

  .sm\:first\:text-transparent:first-child {
    color: transparent;
  }

  .sm\:last\:text-black:last-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:last\:text-white:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:last\:text-rose-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:last\:text-pink-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:last\:text-fuchsia-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:last\:text-purple-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:last\:text-violet-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:last\:text-indigo-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:last\:text-blue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:last\:text-lightBlue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:last\:text-cyan-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:last\:text-teal-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:last\:text-emerald-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:last\:text-green-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:last\:text-lime-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:last\:text-yellow-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:last\:text-amber-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:last\:text-orange-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:last\:text-red-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:last\:text-warmGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:last\:text-trueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:last\:text-gray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:last\:text-coolGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:last\:text-blueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:last\:text-current:last-child {
    color: current;
  }

  .sm\:last\:text-transparent:last-child {
    color: transparent;
  }

  .sm\:odd\:text-black:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:odd\:text-white:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:odd\:text-rose-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:odd\:text-pink-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:odd\:text-fuchsia-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:odd\:text-purple-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:odd\:text-violet-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:odd\:text-indigo-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lightBlue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:odd\:text-cyan-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:odd\:text-teal-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:odd\:text-emerald-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:odd\:text-green-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:odd\:text-lime-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:odd\:text-yellow-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:odd\:text-amber-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:odd\:text-orange-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:odd\:text-red-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:odd\:text-warmGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:odd\:text-trueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:odd\:text-gray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:odd\:text-coolGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:odd\:text-blueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:odd\:text-current:nth-child(odd) {
    color: current;
  }

  .sm\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .sm\:even\:text-black:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:even\:text-white:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:even\:text-rose-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:even\:text-pink-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:even\:text-fuchsia-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:even\:text-purple-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:even\:text-violet-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:even\:text-indigo-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:even\:text-blue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:even\:text-lightBlue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:even\:text-cyan-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:even\:text-teal-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:even\:text-emerald-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:even\:text-green-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:even\:text-lime-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:even\:text-yellow-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:even\:text-amber-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:even\:text-orange-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:even\:text-red-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:even\:text-warmGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:even\:text-trueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:even\:text-gray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:even\:text-coolGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:even\:text-blueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:even\:text-current:nth-child(even) {
    color: current;
  }

  .sm\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lightBlue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warmGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-trueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-coolGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:hover\:text-current:hover {
    color: current;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lightBlue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warmGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-trueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-coolGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:focus\:text-current:focus {
    color: current;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-500:active {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-600:active {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-800:active {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:active\:text-rose-900:active {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-100:active {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-200:active {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-300:active {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-400:active {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-500:active {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-600:active {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-800:active {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:active\:text-pink-900:active {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-100:active {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-200:active {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-300:active {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-400:active {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-500:active {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-600:active {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-700:active {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-800:active {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:active\:text-fuchsia-900:active {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-200:active {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-300:active {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-400:active {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-500:active {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-600:active {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-700:active {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-800:active {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:active\:text-purple-900:active {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-50:active {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-100:active {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-200:active {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-300:active {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-400:active {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-500:active {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-600:active {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-700:active {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-800:active {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:active\:text-violet-900:active {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-50:active {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-200:active {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-300:active {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-400:active {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-500:active {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-600:active {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-700:active {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-800:active {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:active\:text-indigo-900:active {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-50:active {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-100:active {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-200:active {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-300:active {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-400:active {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-500:active {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-600:active {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-700:active {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:active\:text-blue-900:active {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-200:active {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-300:active {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-400:active {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-500:active {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-600:active {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-700:active {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-800:active {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:active\:text-lightBlue-900:active {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-100:active {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-200:active {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-300:active {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-400:active {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-500:active {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-600:active {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-700:active {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-800:active {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:active\:text-cyan-900:active {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-100:active {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-200:active {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-300:active {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-400:active {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-500:active {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-600:active {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-700:active {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-800:active {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:active\:text-teal-900:active {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-100:active {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-200:active {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-300:active {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-400:active {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-500:active {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-600:active {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-700:active {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-800:active {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:active\:text-emerald-900:active {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-100:active {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-200:active {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-300:active {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-400:active {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-500:active {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-600:active {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-700:active {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-800:active {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:active\:text-green-900:active {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-50:active {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-100:active {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-200:active {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-300:active {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-500:active {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-600:active {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-700:active {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-800:active {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:active\:text-lime-900:active {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-400:active {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-500:active {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-600:active {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-700:active {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-800:active {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:active\:text-yellow-900:active {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-200:active {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-500:active {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-600:active {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-700:active {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-800:active {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:active\:text-amber-900:active {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-500:active {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-600:active {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-700:active {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-800:active {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:active\:text-orange-900:active {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-400:active {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-500:active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-600:active {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-700:active {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-800:active {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:active\:text-red-900:active {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:active\:text-warmGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:active\:text-trueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-100:active {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-200:active {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-400:active {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:active\:text-gray-900:active {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:active\:text-coolGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:active\:text-blueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:active\:text-current:active {
    color: current;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:visited\:text-black:visited {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:text-white:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-500:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-600:visited {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-800:visited {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:visited\:text-rose-900:visited {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-100:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-200:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-300:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-400:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-500:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-600:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-800:visited {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:visited\:text-pink-900:visited {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-100:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-200:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-300:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-400:visited {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-500:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-600:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-700:visited {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-800:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:visited\:text-fuchsia-900:visited {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-200:visited {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-300:visited {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-400:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-500:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-700:visited {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-800:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:visited\:text-purple-900:visited {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-50:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-100:visited {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-200:visited {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-300:visited {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-400:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-500:visited {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-700:visited {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-800:visited {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:visited\:text-violet-900:visited {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-50:visited {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-200:visited {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-300:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-400:visited {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-500:visited {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-600:visited {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-700:visited {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-800:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:visited\:text-indigo-900:visited {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lightBlue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-100:visited {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-200:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-300:visited {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-400:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-500:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-600:visited {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-700:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-800:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:visited\:text-cyan-900:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-100:visited {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-200:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-300:visited {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-400:visited {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-500:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-600:visited {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-700:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-800:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:visited\:text-teal-900:visited {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-100:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-200:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-300:visited {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-400:visited {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-500:visited {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-600:visited {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-700:visited {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-800:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:visited\:text-emerald-900:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-100:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-200:visited {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-300:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-400:visited {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-500:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-600:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-700:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-800:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:visited\:text-green-900:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-50:visited {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-100:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-200:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-300:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-500:visited {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-600:visited {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-700:visited {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-800:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:visited\:text-lime-900:visited {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-400:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-500:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-600:visited {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-700:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-800:visited {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:visited\:text-yellow-900:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-200:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-500:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-600:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-700:visited {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-800:visited {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:visited\:text-amber-900:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-500:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-600:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-700:visited {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-800:visited {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:visited\:text-orange-900:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-400:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-500:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-600:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-700:visited {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-800:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:visited\:text-red-900:visited {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:visited\:text-warmGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:visited\:text-trueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:visited\:text-gray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:visited\:text-coolGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:visited\:text-blueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:visited\:text-current:visited {
    color: current;
  }

  .sm\:visited\:text-transparent:visited {
    color: transparent;
  }

  .sm\:disabled\:text-black:disabled {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-rose-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-pink-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-fuchsia-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-purple-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-violet-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-indigo-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lightBlue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-cyan-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-teal-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-emerald-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-green-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-lime-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-yellow-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-amber-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-orange-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-red-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-warmGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-trueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-gray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-coolGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-blueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:disabled\:text-current:disabled {
    color: current;
  }

  .sm\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .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-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-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\:first\:text-opacity-0:first-child {
    --tw-text-opacity: 0;
  }

  .sm\:first\:text-opacity-5:first-child {
    --tw-text-opacity: 0.05;
  }

  .sm\:first\:text-opacity-10:first-child {
    --tw-text-opacity: 0.1;
  }

  .sm\:first\:text-opacity-20:first-child {
    --tw-text-opacity: 0.2;
  }

  .sm\:first\:text-opacity-25:first-child {
    --tw-text-opacity: 0.25;
  }

  .sm\:first\:text-opacity-30:first-child {
    --tw-text-opacity: 0.3;
  }

  .sm\:first\:text-opacity-40:first-child {
    --tw-text-opacity: 0.4;
  }

  .sm\:first\:text-opacity-50:first-child {
    --tw-text-opacity: 0.5;
  }

  .sm\:first\:text-opacity-60:first-child {
    --tw-text-opacity: 0.6;
  }

  .sm\:first\:text-opacity-70:first-child {
    --tw-text-opacity: 0.7;
  }

  .sm\:first\:text-opacity-75:first-child {
    --tw-text-opacity: 0.75;
  }

  .sm\:first\:text-opacity-80:first-child {
    --tw-text-opacity: 0.8;
  }

  .sm\:first\:text-opacity-90:first-child {
    --tw-text-opacity: 0.9;
  }

  .sm\:first\:text-opacity-95:first-child {
    --tw-text-opacity: 0.95;
  }

  .sm\:first\:text-opacity-100:first-child {
    --tw-text-opacity: 1;
  }

  .sm\:last\:text-opacity-0:last-child {
    --tw-text-opacity: 0;
  }

  .sm\:last\:text-opacity-5:last-child {
    --tw-text-opacity: 0.05;
  }

  .sm\:last\:text-opacity-10:last-child {
    --tw-text-opacity: 0.1;
  }

  .sm\:last\:text-opacity-20:last-child {
    --tw-text-opacity: 0.2;
  }

  .sm\:last\:text-opacity-25:last-child {
    --tw-text-opacity: 0.25;
  }

  .sm\:last\:text-opacity-30:last-child {
    --tw-text-opacity: 0.3;
  }

  .sm\:last\:text-opacity-40:last-child {
    --tw-text-opacity: 0.4;
  }

  .sm\:last\:text-opacity-50:last-child {
    --tw-text-opacity: 0.5;
  }

  .sm\:last\:text-opacity-60:last-child {
    --tw-text-opacity: 0.6;
  }

  .sm\:last\:text-opacity-70:last-child {
    --tw-text-opacity: 0.7;
  }

  .sm\:last\:text-opacity-75:last-child {
    --tw-text-opacity: 0.75;
  }

  .sm\:last\:text-opacity-80:last-child {
    --tw-text-opacity: 0.8;
  }

  .sm\:last\:text-opacity-90:last-child {
    --tw-text-opacity: 0.9;
  }

  .sm\:last\:text-opacity-95:last-child {
    --tw-text-opacity: 0.95;
  }

  .sm\:last\:text-opacity-100:last-child {
    --tw-text-opacity: 1;
  }

  .sm\:odd\:text-opacity-0:nth-child(odd) {
    --tw-text-opacity: 0;
  }

  .sm\:odd\:text-opacity-5:nth-child(odd) {
    --tw-text-opacity: 0.05;
  }

  .sm\:odd\:text-opacity-10:nth-child(odd) {
    --tw-text-opacity: 0.1;
  }

  .sm\:odd\:text-opacity-20:nth-child(odd) {
    --tw-text-opacity: 0.2;
  }

  .sm\:odd\:text-opacity-25:nth-child(odd) {
    --tw-text-opacity: 0.25;
  }

  .sm\:odd\:text-opacity-30:nth-child(odd) {
    --tw-text-opacity: 0.3;
  }

  .sm\:odd\:text-opacity-40:nth-child(odd) {
    --tw-text-opacity: 0.4;
  }

  .sm\:odd\:text-opacity-50:nth-child(odd) {
    --tw-text-opacity: 0.5;
  }

  .sm\:odd\:text-opacity-60:nth-child(odd) {
    --tw-text-opacity: 0.6;
  }

  .sm\:odd\:text-opacity-70:nth-child(odd) {
    --tw-text-opacity: 0.7;
  }

  .sm\:odd\:text-opacity-75:nth-child(odd) {
    --tw-text-opacity: 0.75;
  }

  .sm\:odd\:text-opacity-80:nth-child(odd) {
    --tw-text-opacity: 0.8;
  }

  .sm\:odd\:text-opacity-90:nth-child(odd) {
    --tw-text-opacity: 0.9;
  }

  .sm\:odd\:text-opacity-95:nth-child(odd) {
    --tw-text-opacity: 0.95;
  }

  .sm\:odd\:text-opacity-100:nth-child(odd) {
    --tw-text-opacity: 1;
  }

  .sm\:even\:text-opacity-0:nth-child(even) {
    --tw-text-opacity: 0;
  }

  .sm\:even\:text-opacity-5:nth-child(even) {
    --tw-text-opacity: 0.05;
  }

  .sm\:even\:text-opacity-10:nth-child(even) {
    --tw-text-opacity: 0.1;
  }

  .sm\:even\:text-opacity-20:nth-child(even) {
    --tw-text-opacity: 0.2;
  }

  .sm\:even\:text-opacity-25:nth-child(even) {
    --tw-text-opacity: 0.25;
  }

  .sm\:even\:text-opacity-30:nth-child(even) {
    --tw-text-opacity: 0.3;
  }

  .sm\:even\:text-opacity-40:nth-child(even) {
    --tw-text-opacity: 0.4;
  }

  .sm\:even\:text-opacity-50:nth-child(even) {
    --tw-text-opacity: 0.5;
  }

  .sm\:even\:text-opacity-60:nth-child(even) {
    --tw-text-opacity: 0.6;
  }

  .sm\:even\:text-opacity-70:nth-child(even) {
    --tw-text-opacity: 0.7;
  }

  .sm\:even\:text-opacity-75:nth-child(even) {
    --tw-text-opacity: 0.75;
  }

  .sm\:even\:text-opacity-80:nth-child(even) {
    --tw-text-opacity: 0.8;
  }

  .sm\:even\:text-opacity-90:nth-child(even) {
    --tw-text-opacity: 0.9;
  }

  .sm\:even\:text-opacity-95:nth-child(even) {
    --tw-text-opacity: 0.95;
  }

  .sm\:even\:text-opacity-100:nth-child(even) {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .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-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\:active\:text-opacity-0:active {
    --tw-text-opacity: 0;
  }

  .sm\:active\:text-opacity-5:active {
    --tw-text-opacity: 0.05;
  }

  .sm\:active\:text-opacity-10:active {
    --tw-text-opacity: 0.1;
  }

  .sm\:active\:text-opacity-20:active {
    --tw-text-opacity: 0.2;
  }

  .sm\:active\:text-opacity-25:active {
    --tw-text-opacity: 0.25;
  }

  .sm\:active\:text-opacity-30:active {
    --tw-text-opacity: 0.3;
  }

  .sm\:active\:text-opacity-40:active {
    --tw-text-opacity: 0.4;
  }

  .sm\:active\:text-opacity-50:active {
    --tw-text-opacity: 0.5;
  }

  .sm\:active\:text-opacity-60:active {
    --tw-text-opacity: 0.6;
  }

  .sm\:active\:text-opacity-70:active {
    --tw-text-opacity: 0.7;
  }

  .sm\:active\:text-opacity-75:active {
    --tw-text-opacity: 0.75;
  }

  .sm\:active\:text-opacity-80:active {
    --tw-text-opacity: 0.8;
  }

  .sm\:active\:text-opacity-90:active {
    --tw-text-opacity: 0.9;
  }

  .sm\:active\:text-opacity-95:active {
    --tw-text-opacity: 0.95;
  }

  .sm\:active\:text-opacity-100:active {
    --tw-text-opacity: 1;
  }

  .sm\:visited\:text-opacity-0:visited {
    --tw-text-opacity: 0;
  }

  .sm\:visited\:text-opacity-5:visited {
    --tw-text-opacity: 0.05;
  }

  .sm\:visited\:text-opacity-10:visited {
    --tw-text-opacity: 0.1;
  }

  .sm\:visited\:text-opacity-20:visited {
    --tw-text-opacity: 0.2;
  }

  .sm\:visited\:text-opacity-25:visited {
    --tw-text-opacity: 0.25;
  }

  .sm\:visited\:text-opacity-30:visited {
    --tw-text-opacity: 0.3;
  }

  .sm\:visited\:text-opacity-40:visited {
    --tw-text-opacity: 0.4;
  }

  .sm\:visited\:text-opacity-50:visited {
    --tw-text-opacity: 0.5;
  }

  .sm\:visited\:text-opacity-60:visited {
    --tw-text-opacity: 0.6;
  }

  .sm\:visited\:text-opacity-70:visited {
    --tw-text-opacity: 0.7;
  }

  .sm\:visited\:text-opacity-75:visited {
    --tw-text-opacity: 0.75;
  }

  .sm\:visited\:text-opacity-80:visited {
    --tw-text-opacity: 0.8;
  }

  .sm\:visited\:text-opacity-90:visited {
    --tw-text-opacity: 0.9;
  }

  .sm\:visited\:text-opacity-95:visited {
    --tw-text-opacity: 0.95;
  }

  .sm\:visited\:text-opacity-100:visited {
    --tw-text-opacity: 1;
  }

  .sm\:disabled\:text-opacity-0:disabled {
    --tw-text-opacity: 0;
  }

  .sm\:disabled\:text-opacity-5:disabled {
    --tw-text-opacity: 0.05;
  }

  .sm\:disabled\:text-opacity-10:disabled {
    --tw-text-opacity: 0.1;
  }

  .sm\:disabled\:text-opacity-20:disabled {
    --tw-text-opacity: 0.2;
  }

  .sm\:disabled\:text-opacity-25:disabled {
    --tw-text-opacity: 0.25;
  }

  .sm\:disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3;
  }

  .sm\:disabled\:text-opacity-40:disabled {
    --tw-text-opacity: 0.4;
  }

  .sm\:disabled\:text-opacity-50:disabled {
    --tw-text-opacity: 0.5;
  }

  .sm\:disabled\:text-opacity-60:disabled {
    --tw-text-opacity: 0.6;
  }

  .sm\:disabled\:text-opacity-70:disabled {
    --tw-text-opacity: 0.7;
  }

  .sm\:disabled\:text-opacity-75:disabled {
    --tw-text-opacity: 0.75;
  }

  .sm\:disabled\:text-opacity-80:disabled {
    --tw-text-opacity: 0.8;
  }

  .sm\:disabled\:text-opacity-90:disabled {
    --tw-text-opacity: 0.9;
  }

  .sm\:disabled\:text-opacity-95:disabled {
    --tw-text-opacity: 0.95;
  }

  .sm\:disabled\:text-opacity-100:disabled {
    --tw-text-opacity: 1;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .group:hover .sm\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .group:hover .sm\:group-hover\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus-within\:overflow-ellipsis:focus-within {
    text-overflow: ellipsis;
  }

  .sm\:focus-within\:overflow-clip:focus-within {
    text-overflow: clip;
  }

  .sm\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:first\:overflow-ellipsis:first-child {
    text-overflow: ellipsis;
  }

  .sm\:first\:overflow-clip:first-child {
    text-overflow: clip;
  }

  .sm\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:last\:overflow-ellipsis:last-child {
    text-overflow: ellipsis;
  }

  .sm\:last\:overflow-clip:last-child {
    text-overflow: clip;
  }

  .sm\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:odd\:overflow-ellipsis:nth-child(odd) {
    text-overflow: ellipsis;
  }

  .sm\:odd\:overflow-clip:nth-child(odd) {
    text-overflow: clip;
  }

  .sm\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:even\:overflow-ellipsis:nth-child(even) {
    text-overflow: ellipsis;
  }

  .sm\:even\:overflow-clip:nth-child(even) {
    text-overflow: clip;
  }

  .sm\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:hover\:overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .sm\:hover\:overflow-clip:hover {
    text-overflow: clip;
  }

  .sm\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus\:overflow-ellipsis:focus {
    text-overflow: ellipsis;
  }

  .sm\:focus\:overflow-clip:focus {
    text-overflow: clip;
  }

  .sm\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:active\:overflow-ellipsis:active {
    text-overflow: ellipsis;
  }

  .sm\:active\:overflow-clip:active {
    text-overflow: clip;
  }

  .sm\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:visited\:overflow-ellipsis:visited {
    text-overflow: ellipsis;
  }

  .sm\:visited\:overflow-clip:visited {
    text-overflow: clip;
  }

  .sm\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:disabled\:overflow-ellipsis:disabled {
    text-overflow: ellipsis;
  }

  .sm\:disabled\:overflow-clip:disabled {
    text-overflow: clip;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .group:hover .sm\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .sm\:group-hover\:not-italic {
    font-style: normal;
  }

  .sm\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .sm\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .sm\:first\:italic:first-child {
    font-style: italic;
  }

  .sm\:first\:not-italic:first-child {
    font-style: normal;
  }

  .sm\:last\:italic:last-child {
    font-style: italic;
  }

  .sm\:last\:not-italic:last-child {
    font-style: normal;
  }

  .sm\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .sm\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .sm\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .sm\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:not-italic:hover {
    font-style: normal;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:not-italic:focus {
    font-style: normal;
  }

  .sm\:active\:italic:active {
    font-style: italic;
  }

  .sm\:active\:not-italic:active {
    font-style: normal;
  }

  .sm\:visited\:italic:visited {
    font-style: italic;
  }

  .sm\:visited\:not-italic:visited {
    font-style: normal;
  }

  .sm\:disabled\:italic:disabled {
    font-style: italic;
  }

  .sm\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .group:hover .sm\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .sm\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .sm\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .sm\:group-hover\:normal-case {
    text-transform: none;
  }

  .sm\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .sm\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .sm\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .sm\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .sm\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .sm\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .sm\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .sm\:first\:normal-case:first-child {
    text-transform: none;
  }

  .sm\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .sm\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .sm\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .sm\:last\:normal-case:last-child {
    text-transform: none;
  }

  .sm\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .sm\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .sm\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .sm\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .sm\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .sm\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .sm\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .sm\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .sm\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .sm\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .sm\:active\:normal-case:active {
    text-transform: none;
  }

  .sm\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .sm\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .sm\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .sm\:visited\:normal-case:visited {
    text-transform: none;
  }

  .sm\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .sm\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .sm\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .sm\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .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\:first\:underline:first-child {
    text-decoration: underline;
  }

  .sm\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .sm\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .sm\:last\:underline:last-child {
    text-decoration: underline;
  }

  .sm\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .sm\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .sm\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .sm\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .sm\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .sm\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .sm\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .sm\:even\:no-underline:nth-child(even) {
    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\:active\:underline:active {
    text-decoration: underline;
  }

  .sm\:active\:line-through:active {
    text-decoration: line-through;
  }

  .sm\:active\:no-underline:active {
    text-decoration: none;
  }

  .sm\:visited\:underline:visited {
    text-decoration: underline;
  }

  .sm\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .sm\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .sm\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .sm\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .sm\:disabled\:no-underline:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .sm\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --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;
  }

  .group:hover .sm\:group-hover\:ordinal, .group:hover .sm\:group-hover\:slashed-zero, .group:hover .sm\:group-hover\:lining-nums, .group:hover .sm\:group-hover\:oldstyle-nums, .group:hover .sm\:group-hover\:proportional-nums, .group:hover .sm\:group-hover\:tabular-nums, .group:hover .sm\:group-hover\:diagonal-fractions, .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .sm\:group-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .group:hover .sm\:group-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .group:hover .sm\:group-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .group:hover .sm\:group-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .group:hover .sm\:group-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .group:hover .sm\:group-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .group:hover .sm\:group-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .group:hover .sm\:group-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:focus-within\:ordinal:focus-within, .sm\:focus-within\:slashed-zero:focus-within, .sm\:focus-within\:lining-nums:focus-within, .sm\:focus-within\:oldstyle-nums:focus-within, .sm\:focus-within\:proportional-nums:focus-within, .sm\:focus-within\:tabular-nums:focus-within, .sm\:focus-within\:diagonal-fractions:focus-within, .sm\:focus-within\:stacked-fractions:focus-within {
    --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\:focus-within\:normal-nums:focus-within {
    font-variant-numeric: normal;
  }

  .sm\:focus-within\:ordinal:focus-within {
    --tw-ordinal: ordinal;
  }

  .sm\:focus-within\:slashed-zero:focus-within {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:focus-within\:lining-nums:focus-within {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:focus-within\:oldstyle-nums:focus-within {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:focus-within\:proportional-nums:focus-within {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:focus-within\:tabular-nums:focus-within {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:focus-within\:diagonal-fractions:focus-within {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:focus-within\:stacked-fractions:focus-within {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:first\:ordinal:first-child, .sm\:first\:slashed-zero:first-child, .sm\:first\:lining-nums:first-child, .sm\:first\:oldstyle-nums:first-child, .sm\:first\:proportional-nums:first-child, .sm\:first\:tabular-nums:first-child, .sm\:first\:diagonal-fractions:first-child, .sm\:first\:stacked-fractions:first-child {
    --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\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .sm\:first\:ordinal:first-child {
    --tw-ordinal: ordinal;
  }

  .sm\:first\:slashed-zero:first-child {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:first\:lining-nums:first-child {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:first\:oldstyle-nums:first-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:first\:proportional-nums:first-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:first\:tabular-nums:first-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:first\:diagonal-fractions:first-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:first\:stacked-fractions:first-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:last\:ordinal:last-child, .sm\:last\:slashed-zero:last-child, .sm\:last\:lining-nums:last-child, .sm\:last\:oldstyle-nums:last-child, .sm\:last\:proportional-nums:last-child, .sm\:last\:tabular-nums:last-child, .sm\:last\:diagonal-fractions:last-child, .sm\:last\:stacked-fractions:last-child {
    --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\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .sm\:last\:ordinal:last-child {
    --tw-ordinal: ordinal;
  }

  .sm\:last\:slashed-zero:last-child {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:last\:lining-nums:last-child {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:last\:oldstyle-nums:last-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:last\:proportional-nums:last-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:last\:tabular-nums:last-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:last\:diagonal-fractions:last-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:last\:stacked-fractions:last-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:odd\:ordinal:nth-child(odd), .sm\:odd\:slashed-zero:nth-child(odd), .sm\:odd\:lining-nums:nth-child(odd), .sm\:odd\:oldstyle-nums:nth-child(odd), .sm\:odd\:proportional-nums:nth-child(odd), .sm\:odd\:tabular-nums:nth-child(odd), .sm\:odd\:diagonal-fractions:nth-child(odd), .sm\:odd\:stacked-fractions:nth-child(odd) {
    --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\:odd\:normal-nums:nth-child(odd) {
    font-variant-numeric: normal;
  }

  .sm\:odd\:ordinal:nth-child(odd) {
    --tw-ordinal: ordinal;
  }

  .sm\:odd\:slashed-zero:nth-child(odd) {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:odd\:lining-nums:nth-child(odd) {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:odd\:oldstyle-nums:nth-child(odd) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:odd\:proportional-nums:nth-child(odd) {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:odd\:tabular-nums:nth-child(odd) {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:odd\:diagonal-fractions:nth-child(odd) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:odd\:stacked-fractions:nth-child(odd) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:even\:ordinal:nth-child(even), .sm\:even\:slashed-zero:nth-child(even), .sm\:even\:lining-nums:nth-child(even), .sm\:even\:oldstyle-nums:nth-child(even), .sm\:even\:proportional-nums:nth-child(even), .sm\:even\:tabular-nums:nth-child(even), .sm\:even\:diagonal-fractions:nth-child(even), .sm\:even\:stacked-fractions:nth-child(even) {
    --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\:even\:normal-nums:nth-child(even) {
    font-variant-numeric: normal;
  }

  .sm\:even\:ordinal:nth-child(even) {
    --tw-ordinal: ordinal;
  }

  .sm\:even\:slashed-zero:nth-child(even) {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:even\:lining-nums:nth-child(even) {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:even\:oldstyle-nums:nth-child(even) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:even\:proportional-nums:nth-child(even) {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:even\:tabular-nums:nth-child(even) {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:even\:diagonal-fractions:nth-child(even) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:even\:stacked-fractions:nth-child(even) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:hover\:ordinal:hover, .sm\:hover\:slashed-zero:hover, .sm\:hover\:lining-nums:hover, .sm\:hover\:oldstyle-nums:hover, .sm\:hover\:proportional-nums:hover, .sm\:hover\:tabular-nums:hover, .sm\:hover\:diagonal-fractions:hover, .sm\:hover\:stacked-fractions:hover {
    --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\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .sm\:hover\:ordinal:hover {
    --tw-ordinal: ordinal;
  }

  .sm\:hover\:slashed-zero:hover {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:hover\:lining-nums:hover {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:hover\:oldstyle-nums:hover {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:hover\:proportional-nums:hover {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:hover\:tabular-nums:hover {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:hover\:diagonal-fractions:hover {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:hover\:stacked-fractions:hover {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:focus\:ordinal:focus, .sm\:focus\:slashed-zero:focus, .sm\:focus\:lining-nums:focus, .sm\:focus\:oldstyle-nums:focus, .sm\:focus\:proportional-nums:focus, .sm\:focus\:tabular-nums:focus, .sm\:focus\:diagonal-fractions:focus, .sm\:focus\:stacked-fractions:focus {
    --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\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .sm\:focus\:ordinal:focus {
    --tw-ordinal: ordinal;
  }

  .sm\:focus\:slashed-zero:focus {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:focus\:lining-nums:focus {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:focus\:oldstyle-nums:focus {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:focus\:proportional-nums:focus {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:focus\:tabular-nums:focus {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:focus\:diagonal-fractions:focus {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:focus\:stacked-fractions:focus {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:active\:ordinal:active, .sm\:active\:slashed-zero:active, .sm\:active\:lining-nums:active, .sm\:active\:oldstyle-nums:active, .sm\:active\:proportional-nums:active, .sm\:active\:tabular-nums:active, .sm\:active\:diagonal-fractions:active, .sm\:active\:stacked-fractions:active {
    --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\:active\:normal-nums:active {
    font-variant-numeric: normal;
  }

  .sm\:active\:ordinal:active {
    --tw-ordinal: ordinal;
  }

  .sm\:active\:slashed-zero:active {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:active\:lining-nums:active {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:active\:oldstyle-nums:active {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:active\:proportional-nums:active {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:active\:tabular-nums:active {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:active\:diagonal-fractions:active {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:active\:stacked-fractions:active {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:visited\:ordinal:visited, .sm\:visited\:slashed-zero:visited, .sm\:visited\:lining-nums:visited, .sm\:visited\:oldstyle-nums:visited, .sm\:visited\:proportional-nums:visited, .sm\:visited\:tabular-nums:visited, .sm\:visited\:diagonal-fractions:visited, .sm\:visited\:stacked-fractions:visited {
    --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\:visited\:normal-nums:visited {
    font-variant-numeric: normal;
  }

  .sm\:visited\:ordinal:visited {
    --tw-ordinal: ordinal;
  }

  .sm\:visited\:slashed-zero:visited {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:visited\:lining-nums:visited {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:visited\:oldstyle-nums:visited {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:visited\:proportional-nums:visited {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:visited\:tabular-nums:visited {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:visited\:diagonal-fractions:visited {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:visited\:stacked-fractions:visited {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:disabled\:ordinal:disabled, .sm\:disabled\:slashed-zero:disabled, .sm\:disabled\:lining-nums:disabled, .sm\:disabled\:oldstyle-nums:disabled, .sm\:disabled\:proportional-nums:disabled, .sm\:disabled\:tabular-nums:disabled, .sm\:disabled\:diagonal-fractions:disabled, .sm\:disabled\:stacked-fractions:disabled {
    --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\:disabled\:normal-nums:disabled {
    font-variant-numeric: normal;
  }

  .sm\:disabled\:ordinal:disabled {
    --tw-ordinal: ordinal;
  }

  .sm\:disabled\:slashed-zero:disabled {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:disabled\:lining-nums:disabled {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:disabled\:oldstyle-nums:disabled {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:disabled\:proportional-nums:disabled {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:disabled\:tabular-nums:disabled {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:disabled\:diagonal-fractions:disabled {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:disabled\:stacked-fractions:disabled {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .sm\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .sm\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .sm\:group-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .group:hover .sm\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .sm\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .sm\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .sm\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .sm\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0em;
  }

  .sm\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .sm\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .sm\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .sm\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .sm\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .sm\:first\:tracking-normal:first-child {
    letter-spacing: 0em;
  }

  .sm\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .sm\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .sm\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .sm\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .sm\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .sm\:last\:tracking-normal:last-child {
    letter-spacing: 0em;
  }

  .sm\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .sm\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .sm\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .sm\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .sm\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .sm\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0em;
  }

  .sm\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .sm\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .sm\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .sm\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .sm\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .sm\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0em;
  }

  .sm\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .sm\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .sm\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .sm\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .sm\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .sm\:hover\:tracking-normal:hover {
    letter-spacing: 0em;
  }

  .sm\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .sm\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .sm\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .sm\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .sm\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .sm\:focus\:tracking-normal:focus {
    letter-spacing: 0em;
  }

  .sm\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .sm\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .sm\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .sm\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .sm\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .sm\:active\:tracking-normal:active {
    letter-spacing: 0em;
  }

  .sm\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .sm\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .sm\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .sm\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .sm\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .sm\:visited\:tracking-normal:visited {
    letter-spacing: 0em;
  }

  .sm\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .sm\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .sm\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .sm\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .sm\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .sm\:disabled\:tracking-normal:disabled {
    letter-spacing: 0em;
  }

  .sm\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .sm\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .sm\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .sm\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .sm\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .sm\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .sm\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .sm\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .sm\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .sm\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .sm\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .sm\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .sm\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .sm\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .sm\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .sm\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .sm\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .sm\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .sm\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .sm\:first\:align-top:first-child {
    vertical-align: top;
  }

  .sm\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .sm\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .sm\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .sm\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .sm\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .sm\:last\:align-top:last-child {
    vertical-align: top;
  }

  .sm\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .sm\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .sm\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .sm\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .sm\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .sm\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .sm\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .sm\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .sm\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .sm\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .sm\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .sm\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .sm\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .sm\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .sm\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .sm\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .sm\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .sm\:hover\:align-top:hover {
    vertical-align: top;
  }

  .sm\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .sm\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .sm\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .sm\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .sm\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .sm\:focus\:align-top:focus {
    vertical-align: top;
  }

  .sm\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .sm\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .sm\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .sm\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .sm\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .sm\:active\:align-top:active {
    vertical-align: top;
  }

  .sm\:active\:align-middle:active {
    vertical-align: middle;
  }

  .sm\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .sm\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .sm\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .sm\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .sm\:visited\:align-top:visited {
    vertical-align: top;
  }

  .sm\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .sm\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .sm\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .sm\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .sm\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .sm\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .sm\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .sm\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .sm\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .sm\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .group:hover .sm\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .sm\:group-hover\:invisible {
    visibility: hidden;
  }

  .sm\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .sm\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .sm\:first\:visible:first-child {
    visibility: visible;
  }

  .sm\:first\:invisible:first-child {
    visibility: hidden;
  }

  .sm\:last\:visible:last-child {
    visibility: visible;
  }

  .sm\:last\:invisible:last-child {
    visibility: hidden;
  }

  .sm\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .sm\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .sm\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .sm\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .sm\:hover\:visible:hover {
    visibility: visible;
  }

  .sm\:hover\:invisible:hover {
    visibility: hidden;
  }

  .sm\:focus\:visible:focus {
    visibility: visible;
  }

  .sm\:focus\:invisible:focus {
    visibility: hidden;
  }

  .sm\:active\:visible:active {
    visibility: visible;
  }

  .sm\:active\:invisible:active {
    visibility: hidden;
  }

  .sm\:visited\:visible:visited {
    visibility: visible;
  }

  .sm\:visited\:invisible:visited {
    visibility: hidden;
  }

  .sm\:disabled\:visible:disabled {
    visibility: visible;
  }

  .sm\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .sm\:group-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .sm\:focus-within\:whitespace-nowrap:focus-within {
    white-space: nowrap;
  }

  .sm\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .sm\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .sm\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .sm\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .sm\:first\:whitespace-nowrap:first-child {
    white-space: nowrap;
  }

  .sm\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .sm\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .sm\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .sm\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .sm\:last\:whitespace-nowrap:last-child {
    white-space: nowrap;
  }

  .sm\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .sm\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .sm\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .sm\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .sm\:odd\:whitespace-nowrap:nth-child(odd) {
    white-space: nowrap;
  }

  .sm\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .sm\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .sm\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .sm\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .sm\:even\:whitespace-nowrap:nth-child(even) {
    white-space: nowrap;
  }

  .sm\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .sm\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .sm\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .sm\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .sm\:hover\:whitespace-nowrap:hover {
    white-space: nowrap;
  }

  .sm\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .sm\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .sm\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .sm\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .sm\:focus\:whitespace-nowrap:focus {
    white-space: nowrap;
  }

  .sm\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .sm\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .sm\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .sm\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .sm\:active\:whitespace-nowrap:active {
    white-space: nowrap;
  }

  .sm\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .sm\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .sm\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .sm\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .sm\:visited\:whitespace-nowrap:visited {
    white-space: nowrap;
  }

  .sm\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .sm\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .sm\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .sm\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .sm\:disabled\:whitespace-nowrap:disabled {
    white-space: nowrap;
  }

  .sm\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .sm\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .sm\:disabled\:whitespace-pre-wrap:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .sm\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .sm\:group-hover\:break-all {
    word-break: break-all;
  }

  .sm\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .sm\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .sm\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .sm\:first\:break-all:first-child {
    word-break: break-all;
  }

  .sm\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .sm\:last\:break-all:last-child {
    word-break: break-all;
  }

  .sm\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .sm\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .sm\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .sm\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .sm\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .sm\:hover\:break-all:hover {
    word-break: break-all;
  }

  .sm\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .sm\:focus\:break-all:focus {
    word-break: break-all;
  }

  .sm\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .sm\:active\:break-all:active {
    word-break: break-all;
  }

  .sm\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .sm\:visited\:break-all:visited {
    word-break: break-all;
  }

  .sm\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .sm\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .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: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .sm\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .sm\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .sm\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .sm\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .sm\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .sm\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .sm\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .sm\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .sm\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .sm\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .sm\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .sm\:group-hover\:w-11 {
    width: 2.75rem;
  }

  .group:hover .sm\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .sm\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .sm\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .sm\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .sm\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .sm\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .sm\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .sm\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .sm\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .sm\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .sm\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .sm\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .sm\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .sm\:group-hover\:w-60 {
    width: 15rem;
  }

  .group:hover .sm\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .sm\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .sm\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .sm\:group-hover\:w-96 {
    width: 24rem;
  }

  .group:hover .sm\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .sm\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .sm\:group-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .group:hover .sm\:group-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .group:hover .sm\:group-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .group:hover .sm\:group-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .group:hover .sm\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .sm\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .sm\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .sm\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .sm\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .sm\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .sm\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .sm\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .sm\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .sm\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .sm\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .sm\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .sm\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:focus-within\:w-0:focus-within {
    width: 0px;
  }

  .sm\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .sm\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .sm\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .sm\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .sm\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .sm\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .sm\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .sm\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .sm\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .sm\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .sm\:focus-within\:w-11:focus-within {
    width: 2.75rem;
  }

  .sm\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .sm\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .sm\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .sm\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .sm\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .sm\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .sm\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .sm\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .sm\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .sm\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .sm\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .sm\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .sm\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .sm\:focus-within\:w-60:focus-within {
    width: 15rem;
  }

  .sm\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .sm\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .sm\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .sm\:focus-within\:w-96:focus-within {
    width: 24rem;
  }

  .sm\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .sm\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .sm\:focus-within\:w-0\.5:focus-within {
    width: 0.125rem;
  }

  .sm\:focus-within\:w-1\.5:focus-within {
    width: 0.375rem;
  }

  .sm\:focus-within\:w-2\.5:focus-within {
    width: 0.625rem;
  }

  .sm\:focus-within\:w-3\.5:focus-within {
    width: 0.875rem;
  }

  .sm\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .sm\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .sm\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .sm\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .sm\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .sm\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .sm\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .sm\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .sm\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .sm\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .sm\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .sm\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .sm\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:first\:w-0:first-child {
    width: 0px;
  }

  .sm\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .sm\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .sm\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .sm\:first\:w-4:first-child {
    width: 1rem;
  }

  .sm\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .sm\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .sm\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .sm\:first\:w-8:first-child {
    width: 2rem;
  }

  .sm\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .sm\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .sm\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .sm\:first\:w-12:first-child {
    width: 3rem;
  }

  .sm\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .sm\:first\:w-16:first-child {
    width: 4rem;
  }

  .sm\:first\:w-20:first-child {
    width: 5rem;
  }

  .sm\:first\:w-24:first-child {
    width: 6rem;
  }

  .sm\:first\:w-28:first-child {
    width: 7rem;
  }

  .sm\:first\:w-32:first-child {
    width: 8rem;
  }

  .sm\:first\:w-36:first-child {
    width: 9rem;
  }

  .sm\:first\:w-40:first-child {
    width: 10rem;
  }

  .sm\:first\:w-44:first-child {
    width: 11rem;
  }

  .sm\:first\:w-48:first-child {
    width: 12rem;
  }

  .sm\:first\:w-52:first-child {
    width: 13rem;
  }

  .sm\:first\:w-56:first-child {
    width: 14rem;
  }

  .sm\:first\:w-60:first-child {
    width: 15rem;
  }

  .sm\:first\:w-64:first-child {
    width: 16rem;
  }

  .sm\:first\:w-72:first-child {
    width: 18rem;
  }

  .sm\:first\:w-80:first-child {
    width: 20rem;
  }

  .sm\:first\:w-96:first-child {
    width: 24rem;
  }

  .sm\:first\:w-auto:first-child {
    width: auto;
  }

  .sm\:first\:w-px:first-child {
    width: 1px;
  }

  .sm\:first\:w-0\.5:first-child {
    width: 0.125rem;
  }

  .sm\:first\:w-1\.5:first-child {
    width: 0.375rem;
  }

  .sm\:first\:w-2\.5:first-child {
    width: 0.625rem;
  }

  .sm\:first\:w-3\.5:first-child {
    width: 0.875rem;
  }

  .sm\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .sm\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .sm\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .sm\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .sm\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .sm\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .sm\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .sm\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .sm\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .sm\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .sm\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .sm\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .sm\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .sm\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .sm\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .sm\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .sm\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .sm\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .sm\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .sm\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .sm\:first\:w-full:first-child {
    width: 100%;
  }

  .sm\:first\:w-screen:first-child {
    width: 100vw;
  }

  .sm\:first\:w-min:first-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:first\:w-max:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:last\:w-0:last-child {
    width: 0px;
  }

  .sm\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .sm\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .sm\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .sm\:last\:w-4:last-child {
    width: 1rem;
  }

  .sm\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .sm\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .sm\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .sm\:last\:w-8:last-child {
    width: 2rem;
  }

  .sm\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .sm\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .sm\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .sm\:last\:w-12:last-child {
    width: 3rem;
  }

  .sm\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .sm\:last\:w-16:last-child {
    width: 4rem;
  }

  .sm\:last\:w-20:last-child {
    width: 5rem;
  }

  .sm\:last\:w-24:last-child {
    width: 6rem;
  }

  .sm\:last\:w-28:last-child {
    width: 7rem;
  }

  .sm\:last\:w-32:last-child {
    width: 8rem;
  }

  .sm\:last\:w-36:last-child {
    width: 9rem;
  }

  .sm\:last\:w-40:last-child {
    width: 10rem;
  }

  .sm\:last\:w-44:last-child {
    width: 11rem;
  }

  .sm\:last\:w-48:last-child {
    width: 12rem;
  }

  .sm\:last\:w-52:last-child {
    width: 13rem;
  }

  .sm\:last\:w-56:last-child {
    width: 14rem;
  }

  .sm\:last\:w-60:last-child {
    width: 15rem;
  }

  .sm\:last\:w-64:last-child {
    width: 16rem;
  }

  .sm\:last\:w-72:last-child {
    width: 18rem;
  }

  .sm\:last\:w-80:last-child {
    width: 20rem;
  }

  .sm\:last\:w-96:last-child {
    width: 24rem;
  }

  .sm\:last\:w-auto:last-child {
    width: auto;
  }

  .sm\:last\:w-px:last-child {
    width: 1px;
  }

  .sm\:last\:w-0\.5:last-child {
    width: 0.125rem;
  }

  .sm\:last\:w-1\.5:last-child {
    width: 0.375rem;
  }

  .sm\:last\:w-2\.5:last-child {
    width: 0.625rem;
  }

  .sm\:last\:w-3\.5:last-child {
    width: 0.875rem;
  }

  .sm\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .sm\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .sm\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .sm\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .sm\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .sm\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .sm\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .sm\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .sm\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .sm\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .sm\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .sm\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .sm\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .sm\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .sm\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .sm\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .sm\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .sm\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .sm\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .sm\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .sm\:last\:w-full:last-child {
    width: 100%;
  }

  .sm\:last\:w-screen:last-child {
    width: 100vw;
  }

  .sm\:last\:w-min:last-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:last\:w-max:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:odd\:w-0:nth-child(odd) {
    width: 0px;
  }

  .sm\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .sm\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .sm\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .sm\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .sm\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .sm\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .sm\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .sm\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .sm\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .sm\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .sm\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .sm\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .sm\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .sm\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .sm\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .sm\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .sm\:odd\:w-28:nth-child(odd) {
    width: 7rem;
  }

  .sm\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .sm\:odd\:w-36:nth-child(odd) {
    width: 9rem;
  }

  .sm\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .sm\:odd\:w-44:nth-child(odd) {
    width: 11rem;
  }

  .sm\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .sm\:odd\:w-52:nth-child(odd) {
    width: 13rem;
  }

  .sm\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .sm\:odd\:w-60:nth-child(odd) {
    width: 15rem;
  }

  .sm\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .sm\:odd\:w-72:nth-child(odd) {
    width: 18rem;
  }

  .sm\:odd\:w-80:nth-child(odd) {
    width: 20rem;
  }

  .sm\:odd\:w-96:nth-child(odd) {
    width: 24rem;
  }

  .sm\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .sm\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .sm\:odd\:w-0\.5:nth-child(odd) {
    width: 0.125rem;
  }

  .sm\:odd\:w-1\.5:nth-child(odd) {
    width: 0.375rem;
  }

  .sm\:odd\:w-2\.5:nth-child(odd) {
    width: 0.625rem;
  }

  .sm\:odd\:w-3\.5:nth-child(odd) {
    width: 0.875rem;
  }

  .sm\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .sm\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .sm\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .sm\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .sm\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .sm\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .sm\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .sm\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .sm\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .sm\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .sm\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .sm\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .sm\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .sm\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .sm\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .sm\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .sm\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .sm\:odd\:w-min:nth-child(odd) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:odd\:w-max:nth-child(odd) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:even\:w-0:nth-child(even) {
    width: 0px;
  }

  .sm\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .sm\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .sm\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .sm\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .sm\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .sm\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .sm\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .sm\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .sm\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .sm\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .sm\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .sm\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .sm\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .sm\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .sm\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .sm\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .sm\:even\:w-28:nth-child(even) {
    width: 7rem;
  }

  .sm\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .sm\:even\:w-36:nth-child(even) {
    width: 9rem;
  }

  .sm\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .sm\:even\:w-44:nth-child(even) {
    width: 11rem;
  }

  .sm\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .sm\:even\:w-52:nth-child(even) {
    width: 13rem;
  }

  .sm\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .sm\:even\:w-60:nth-child(even) {
    width: 15rem;
  }

  .sm\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .sm\:even\:w-72:nth-child(even) {
    width: 18rem;
  }

  .sm\:even\:w-80:nth-child(even) {
    width: 20rem;
  }

  .sm\:even\:w-96:nth-child(even) {
    width: 24rem;
  }

  .sm\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .sm\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .sm\:even\:w-0\.5:nth-child(even) {
    width: 0.125rem;
  }

  .sm\:even\:w-1\.5:nth-child(even) {
    width: 0.375rem;
  }

  .sm\:even\:w-2\.5:nth-child(even) {
    width: 0.625rem;
  }

  .sm\:even\:w-3\.5:nth-child(even) {
    width: 0.875rem;
  }

  .sm\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .sm\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .sm\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .sm\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .sm\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .sm\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .sm\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .sm\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .sm\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .sm\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .sm\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .sm\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .sm\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .sm\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .sm\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .sm\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .sm\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .sm\:even\:w-min:nth-child(even) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:even\:w-max:nth-child(even) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:hover\:w-0:hover {
    width: 0px;
  }

  .sm\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .sm\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .sm\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .sm\:hover\:w-4:hover {
    width: 1rem;
  }

  .sm\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .sm\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .sm\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .sm\:hover\:w-8:hover {
    width: 2rem;
  }

  .sm\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .sm\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .sm\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .sm\:hover\:w-12:hover {
    width: 3rem;
  }

  .sm\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .sm\:hover\:w-16:hover {
    width: 4rem;
  }

  .sm\:hover\:w-20:hover {
    width: 5rem;
  }

  .sm\:hover\:w-24:hover {
    width: 6rem;
  }

  .sm\:hover\:w-28:hover {
    width: 7rem;
  }

  .sm\:hover\:w-32:hover {
    width: 8rem;
  }

  .sm\:hover\:w-36:hover {
    width: 9rem;
  }

  .sm\:hover\:w-40:hover {
    width: 10rem;
  }

  .sm\:hover\:w-44:hover {
    width: 11rem;
  }

  .sm\:hover\:w-48:hover {
    width: 12rem;
  }

  .sm\:hover\:w-52:hover {
    width: 13rem;
  }

  .sm\:hover\:w-56:hover {
    width: 14rem;
  }

  .sm\:hover\:w-60:hover {
    width: 15rem;
  }

  .sm\:hover\:w-64:hover {
    width: 16rem;
  }

  .sm\:hover\:w-72:hover {
    width: 18rem;
  }

  .sm\:hover\:w-80:hover {
    width: 20rem;
  }

  .sm\:hover\:w-96:hover {
    width: 24rem;
  }

  .sm\:hover\:w-auto:hover {
    width: auto;
  }

  .sm\:hover\:w-px:hover {
    width: 1px;
  }

  .sm\:hover\:w-0\.5:hover {
    width: 0.125rem;
  }

  .sm\:hover\:w-1\.5:hover {
    width: 0.375rem;
  }

  .sm\:hover\:w-2\.5:hover {
    width: 0.625rem;
  }

  .sm\:hover\:w-3\.5:hover {
    width: 0.875rem;
  }

  .sm\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .sm\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .sm\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .sm\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .sm\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .sm\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .sm\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .sm\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .sm\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .sm\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .sm\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .sm\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .sm\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .sm\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .sm\:hover\:w-full:hover {
    width: 100%;
  }

  .sm\:hover\:w-screen:hover {
    width: 100vw;
  }

  .sm\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:focus\:w-0:focus {
    width: 0px;
  }

  .sm\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .sm\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .sm\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .sm\:focus\:w-4:focus {
    width: 1rem;
  }

  .sm\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .sm\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .sm\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .sm\:focus\:w-8:focus {
    width: 2rem;
  }

  .sm\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .sm\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .sm\:focus\:w-11:focus {
    width: 2.75rem;
  }

  .sm\:focus\:w-12:focus {
    width: 3rem;
  }

  .sm\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .sm\:focus\:w-16:focus {
    width: 4rem;
  }

  .sm\:focus\:w-20:focus {
    width: 5rem;
  }

  .sm\:focus\:w-24:focus {
    width: 6rem;
  }

  .sm\:focus\:w-28:focus {
    width: 7rem;
  }

  .sm\:focus\:w-32:focus {
    width: 8rem;
  }

  .sm\:focus\:w-36:focus {
    width: 9rem;
  }

  .sm\:focus\:w-40:focus {
    width: 10rem;
  }

  .sm\:focus\:w-44:focus {
    width: 11rem;
  }

  .sm\:focus\:w-48:focus {
    width: 12rem;
  }

  .sm\:focus\:w-52:focus {
    width: 13rem;
  }

  .sm\:focus\:w-56:focus {
    width: 14rem;
  }

  .sm\:focus\:w-60:focus {
    width: 15rem;
  }

  .sm\:focus\:w-64:focus {
    width: 16rem;
  }

  .sm\:focus\:w-72:focus {
    width: 18rem;
  }

  .sm\:focus\:w-80:focus {
    width: 20rem;
  }

  .sm\:focus\:w-96:focus {
    width: 24rem;
  }

  .sm\:focus\:w-auto:focus {
    width: auto;
  }

  .sm\:focus\:w-px:focus {
    width: 1px;
  }

  .sm\:focus\:w-0\.5:focus {
    width: 0.125rem;
  }

  .sm\:focus\:w-1\.5:focus {
    width: 0.375rem;
  }

  .sm\:focus\:w-2\.5:focus {
    width: 0.625rem;
  }

  .sm\:focus\:w-3\.5:focus {
    width: 0.875rem;
  }

  .sm\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .sm\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .sm\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .sm\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .sm\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .sm\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .sm\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .sm\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .sm\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .sm\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .sm\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .sm\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .sm\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .sm\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .sm\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .sm\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .sm\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .sm\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .sm\:focus\:w-full:focus {
    width: 100%;
  }

  .sm\:focus\:w-screen:focus {
    width: 100vw;
  }

  .sm\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:active\:w-0:active {
    width: 0px;
  }

  .sm\:active\:w-1:active {
    width: 0.25rem;
  }

  .sm\:active\:w-2:active {
    width: 0.5rem;
  }

  .sm\:active\:w-3:active {
    width: 0.75rem;
  }

  .sm\:active\:w-4:active {
    width: 1rem;
  }

  .sm\:active\:w-5:active {
    width: 1.25rem;
  }

  .sm\:active\:w-6:active {
    width: 1.5rem;
  }

  .sm\:active\:w-7:active {
    width: 1.75rem;
  }

  .sm\:active\:w-8:active {
    width: 2rem;
  }

  .sm\:active\:w-9:active {
    width: 2.25rem;
  }

  .sm\:active\:w-10:active {
    width: 2.5rem;
  }

  .sm\:active\:w-11:active {
    width: 2.75rem;
  }

  .sm\:active\:w-12:active {
    width: 3rem;
  }

  .sm\:active\:w-14:active {
    width: 3.5rem;
  }

  .sm\:active\:w-16:active {
    width: 4rem;
  }

  .sm\:active\:w-20:active {
    width: 5rem;
  }

  .sm\:active\:w-24:active {
    width: 6rem;
  }

  .sm\:active\:w-28:active {
    width: 7rem;
  }

  .sm\:active\:w-32:active {
    width: 8rem;
  }

  .sm\:active\:w-36:active {
    width: 9rem;
  }

  .sm\:active\:w-40:active {
    width: 10rem;
  }

  .sm\:active\:w-44:active {
    width: 11rem;
  }

  .sm\:active\:w-48:active {
    width: 12rem;
  }

  .sm\:active\:w-52:active {
    width: 13rem;
  }

  .sm\:active\:w-56:active {
    width: 14rem;
  }

  .sm\:active\:w-60:active {
    width: 15rem;
  }

  .sm\:active\:w-64:active {
    width: 16rem;
  }

  .sm\:active\:w-72:active {
    width: 18rem;
  }

  .sm\:active\:w-80:active {
    width: 20rem;
  }

  .sm\:active\:w-96:active {
    width: 24rem;
  }

  .sm\:active\:w-auto:active {
    width: auto;
  }

  .sm\:active\:w-px:active {
    width: 1px;
  }

  .sm\:active\:w-0\.5:active {
    width: 0.125rem;
  }

  .sm\:active\:w-1\.5:active {
    width: 0.375rem;
  }

  .sm\:active\:w-2\.5:active {
    width: 0.625rem;
  }

  .sm\:active\:w-3\.5:active {
    width: 0.875rem;
  }

  .sm\:active\:w-1\/2:active {
    width: 50%;
  }

  .sm\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .sm\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .sm\:active\:w-1\/4:active {
    width: 25%;
  }

  .sm\:active\:w-2\/4:active {
    width: 50%;
  }

  .sm\:active\:w-3\/4:active {
    width: 75%;
  }

  .sm\:active\:w-1\/5:active {
    width: 20%;
  }

  .sm\:active\:w-2\/5:active {
    width: 40%;
  }

  .sm\:active\:w-3\/5:active {
    width: 60%;
  }

  .sm\:active\:w-4\/5:active {
    width: 80%;
  }

  .sm\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .sm\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .sm\:active\:w-3\/6:active {
    width: 50%;
  }

  .sm\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .sm\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .sm\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .sm\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .sm\:active\:w-3\/12:active {
    width: 25%;
  }

  .sm\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .sm\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .sm\:active\:w-6\/12:active {
    width: 50%;
  }

  .sm\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .sm\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .sm\:active\:w-9\/12:active {
    width: 75%;
  }

  .sm\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .sm\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .sm\:active\:w-full:active {
    width: 100%;
  }

  .sm\:active\:w-screen:active {
    width: 100vw;
  }

  .sm\:active\:w-min:active {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:active\:w-max:active {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:visited\:w-0:visited {
    width: 0px;
  }

  .sm\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .sm\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .sm\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .sm\:visited\:w-4:visited {
    width: 1rem;
  }

  .sm\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .sm\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .sm\:visited\:w-7:visited {
    width: 1.75rem;
  }

  .sm\:visited\:w-8:visited {
    width: 2rem;
  }

  .sm\:visited\:w-9:visited {
    width: 2.25rem;
  }

  .sm\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .sm\:visited\:w-11:visited {
    width: 2.75rem;
  }

  .sm\:visited\:w-12:visited {
    width: 3rem;
  }

  .sm\:visited\:w-14:visited {
    width: 3.5rem;
  }

  .sm\:visited\:w-16:visited {
    width: 4rem;
  }

  .sm\:visited\:w-20:visited {
    width: 5rem;
  }

  .sm\:visited\:w-24:visited {
    width: 6rem;
  }

  .sm\:visited\:w-28:visited {
    width: 7rem;
  }

  .sm\:visited\:w-32:visited {
    width: 8rem;
  }

  .sm\:visited\:w-36:visited {
    width: 9rem;
  }

  .sm\:visited\:w-40:visited {
    width: 10rem;
  }

  .sm\:visited\:w-44:visited {
    width: 11rem;
  }

  .sm\:visited\:w-48:visited {
    width: 12rem;
  }

  .sm\:visited\:w-52:visited {
    width: 13rem;
  }

  .sm\:visited\:w-56:visited {
    width: 14rem;
  }

  .sm\:visited\:w-60:visited {
    width: 15rem;
  }

  .sm\:visited\:w-64:visited {
    width: 16rem;
  }

  .sm\:visited\:w-72:visited {
    width: 18rem;
  }

  .sm\:visited\:w-80:visited {
    width: 20rem;
  }

  .sm\:visited\:w-96:visited {
    width: 24rem;
  }

  .sm\:visited\:w-auto:visited {
    width: auto;
  }

  .sm\:visited\:w-px:visited {
    width: 1px;
  }

  .sm\:visited\:w-0\.5:visited {
    width: 0.125rem;
  }

  .sm\:visited\:w-1\.5:visited {
    width: 0.375rem;
  }

  .sm\:visited\:w-2\.5:visited {
    width: 0.625rem;
  }

  .sm\:visited\:w-3\.5:visited {
    width: 0.875rem;
  }

  .sm\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .sm\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .sm\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .sm\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .sm\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .sm\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .sm\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .sm\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .sm\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .sm\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .sm\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .sm\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .sm\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .sm\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .sm\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .sm\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .sm\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .sm\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .sm\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .sm\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .sm\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .sm\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .sm\:visited\:w-full:visited {
    width: 100%;
  }

  .sm\:visited\:w-screen:visited {
    width: 100vw;
  }

  .sm\:visited\:w-min:visited {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:visited\:w-max:visited {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:disabled\:w-0:disabled {
    width: 0px;
  }

  .sm\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .sm\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .sm\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .sm\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .sm\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .sm\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .sm\:disabled\:w-7:disabled {
    width: 1.75rem;
  }

  .sm\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .sm\:disabled\:w-9:disabled {
    width: 2.25rem;
  }

  .sm\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .sm\:disabled\:w-11:disabled {
    width: 2.75rem;
  }

  .sm\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .sm\:disabled\:w-14:disabled {
    width: 3.5rem;
  }

  .sm\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .sm\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .sm\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .sm\:disabled\:w-28:disabled {
    width: 7rem;
  }

  .sm\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .sm\:disabled\:w-36:disabled {
    width: 9rem;
  }

  .sm\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .sm\:disabled\:w-44:disabled {
    width: 11rem;
  }

  .sm\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .sm\:disabled\:w-52:disabled {
    width: 13rem;
  }

  .sm\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .sm\:disabled\:w-60:disabled {
    width: 15rem;
  }

  .sm\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .sm\:disabled\:w-72:disabled {
    width: 18rem;
  }

  .sm\:disabled\:w-80:disabled {
    width: 20rem;
  }

  .sm\:disabled\:w-96:disabled {
    width: 24rem;
  }

  .sm\:disabled\:w-auto:disabled {
    width: auto;
  }

  .sm\:disabled\:w-px:disabled {
    width: 1px;
  }

  .sm\:disabled\:w-0\.5:disabled {
    width: 0.125rem;
  }

  .sm\:disabled\:w-1\.5:disabled {
    width: 0.375rem;
  }

  .sm\:disabled\:w-2\.5:disabled {
    width: 0.625rem;
  }

  .sm\:disabled\:w-3\.5:disabled {
    width: 0.875rem;
  }

  .sm\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .sm\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .sm\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .sm\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .sm\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .sm\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .sm\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .sm\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .sm\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .sm\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .sm\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .sm\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .sm\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .sm\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .sm\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .sm\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .sm\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .sm\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .sm\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .sm\:disabled\:w-full:disabled {
    width: 100%;
  }

  .sm\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .sm\:disabled\:w-min:disabled {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:disabled\:w-max:disabled {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .sm\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .sm\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .sm\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .sm\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .sm\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .sm\:group-hover\:z-auto {
    z-index: auto;
  }

  .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\:first\:z-0:first-child {
    z-index: 0;
  }

  .sm\:first\:z-10:first-child {
    z-index: 10;
  }

  .sm\:first\:z-20:first-child {
    z-index: 20;
  }

  .sm\:first\:z-30:first-child {
    z-index: 30;
  }

  .sm\:first\:z-40:first-child {
    z-index: 40;
  }

  .sm\:first\:z-50:first-child {
    z-index: 50;
  }

  .sm\:first\:z-auto:first-child {
    z-index: auto;
  }

  .sm\:last\:z-0:last-child {
    z-index: 0;
  }

  .sm\:last\:z-10:last-child {
    z-index: 10;
  }

  .sm\:last\:z-20:last-child {
    z-index: 20;
  }

  .sm\:last\:z-30:last-child {
    z-index: 30;
  }

  .sm\:last\:z-40:last-child {
    z-index: 40;
  }

  .sm\:last\:z-50:last-child {
    z-index: 50;
  }

  .sm\:last\:z-auto:last-child {
    z-index: auto;
  }

  .sm\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .sm\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .sm\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .sm\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .sm\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .sm\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .sm\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .sm\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .sm\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .sm\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .sm\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .sm\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .sm\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .sm\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .sm\:hover\:z-0:hover {
    z-index: 0;
  }

  .sm\:hover\:z-10:hover {
    z-index: 10;
  }

  .sm\:hover\:z-20:hover {
    z-index: 20;
  }

  .sm\:hover\:z-30:hover {
    z-index: 30;
  }

  .sm\:hover\:z-40:hover {
    z-index: 40;
  }

  .sm\:hover\:z-50:hover {
    z-index: 50;
  }

  .sm\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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\:active\:z-0:active {
    z-index: 0;
  }

  .sm\:active\:z-10:active {
    z-index: 10;
  }

  .sm\:active\:z-20:active {
    z-index: 20;
  }

  .sm\:active\:z-30:active {
    z-index: 30;
  }

  .sm\:active\:z-40:active {
    z-index: 40;
  }

  .sm\:active\:z-50:active {
    z-index: 50;
  }

  .sm\:active\:z-auto:active {
    z-index: auto;
  }

  .sm\:visited\:z-0:visited {
    z-index: 0;
  }

  .sm\:visited\:z-10:visited {
    z-index: 10;
  }

  .sm\:visited\:z-20:visited {
    z-index: 20;
  }

  .sm\:visited\:z-30:visited {
    z-index: 30;
  }

  .sm\:visited\:z-40:visited {
    z-index: 40;
  }

  .sm\:visited\:z-50:visited {
    z-index: 50;
  }

  .sm\:visited\:z-auto:visited {
    z-index: auto;
  }

  .sm\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .sm\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .sm\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .sm\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .sm\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .sm\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .sm\:disabled\:z-auto:disabled {
    z-index: auto;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:gap-0 {
    gap: 0px;
  }

  .group:hover .sm\:group-hover\:gap-1 {
    gap: 0.25rem;
  }

  .group:hover .sm\:group-hover\:gap-2 {
    gap: 0.5rem;
  }

  .group:hover .sm\:group-hover\:gap-3 {
    gap: 0.75rem;
  }

  .group:hover .sm\:group-hover\:gap-4 {
    gap: 1rem;
  }

  .group:hover .sm\:group-hover\:gap-5 {
    gap: 1.25rem;
  }

  .group:hover .sm\:group-hover\:gap-6 {
    gap: 1.5rem;
  }

  .group:hover .sm\:group-hover\:gap-7 {
    gap: 1.75rem;
  }

  .group:hover .sm\:group-hover\:gap-8 {
    gap: 2rem;
  }

  .group:hover .sm\:group-hover\:gap-9 {
    gap: 2.25rem;
  }

  .group:hover .sm\:group-hover\:gap-10 {
    gap: 2.5rem;
  }

  .group:hover .sm\:group-hover\:gap-11 {
    gap: 2.75rem;
  }

  .group:hover .sm\:group-hover\:gap-12 {
    gap: 3rem;
  }

  .group:hover .sm\:group-hover\:gap-14 {
    gap: 3.5rem;
  }

  .group:hover .sm\:group-hover\:gap-16 {
    gap: 4rem;
  }

  .group:hover .sm\:group-hover\:gap-20 {
    gap: 5rem;
  }

  .group:hover .sm\:group-hover\:gap-24 {
    gap: 6rem;
  }

  .group:hover .sm\:group-hover\:gap-28 {
    gap: 7rem;
  }

  .group:hover .sm\:group-hover\:gap-32 {
    gap: 8rem;
  }

  .group:hover .sm\:group-hover\:gap-36 {
    gap: 9rem;
  }

  .group:hover .sm\:group-hover\:gap-40 {
    gap: 10rem;
  }

  .group:hover .sm\:group-hover\:gap-44 {
    gap: 11rem;
  }

  .group:hover .sm\:group-hover\:gap-48 {
    gap: 12rem;
  }

  .group:hover .sm\:group-hover\:gap-52 {
    gap: 13rem;
  }

  .group:hover .sm\:group-hover\:gap-56 {
    gap: 14rem;
  }

  .group:hover .sm\:group-hover\:gap-60 {
    gap: 15rem;
  }

  .group:hover .sm\:group-hover\:gap-64 {
    gap: 16rem;
  }

  .group:hover .sm\:group-hover\:gap-72 {
    gap: 18rem;
  }

  .group:hover .sm\:group-hover\:gap-80 {
    gap: 20rem;
  }

  .group:hover .sm\:group-hover\:gap-96 {
    gap: 24rem;
  }

  .group:hover .sm\:group-hover\:gap-px {
    gap: 1px;
  }

  .group:hover .sm\:group-hover\:gap-0\.5 {
    gap: 0.125rem;
  }

  .group:hover .sm\:group-hover\:gap-1\.5 {
    gap: 0.375rem;
  }

  .group:hover .sm\:group-hover\:gap-2\.5 {
    gap: 0.625rem;
  }

  .group:hover .sm\:group-hover\:gap-3\.5 {
    gap: 0.875rem;
  }

  .group:hover .sm\:group-hover\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .sm\:group-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .sm\:group-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .sm\:group-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .group:hover .sm\:group-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .group:hover .sm\:group-hover\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .group:hover .sm\:group-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .group:hover .sm\:group-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .group:hover .sm\:group-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .group:hover .sm\:group-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .group:hover .sm\:group-hover\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .group:hover .sm\:group-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .group:hover .sm\:group-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .group:hover .sm\:group-hover\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .group:hover .sm\:group-hover\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .group:hover .sm\:group-hover\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .group:hover .sm\:group-hover\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .group:hover .sm\:group-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .group:hover .sm\:group-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .group:hover .sm\:group-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .group:hover .sm\:group-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .group:hover .sm\:group-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .group:hover .sm\:group-hover\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .group:hover .sm\:group-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .group:hover .sm\:group-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .group:hover .sm\:group-hover\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .group:hover .sm\:group-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .group:hover .sm\:group-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .group:hover .sm\:group-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .group:hover .sm\:group-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .group:hover .sm\:group-hover\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .sm\:group-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .group:hover .sm\:group-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .group:hover .sm\:group-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .group:hover .sm\:group-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .group:hover .sm\:group-hover\:gap-y-0 {
    row-gap: 0px;
  }

  .group:hover .sm\:group-hover\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .group:hover .sm\:group-hover\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .group:hover .sm\:group-hover\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .group:hover .sm\:group-hover\:gap-y-4 {
    row-gap: 1rem;
  }

  .group:hover .sm\:group-hover\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .group:hover .sm\:group-hover\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .group:hover .sm\:group-hover\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .group:hover .sm\:group-hover\:gap-y-8 {
    row-gap: 2rem;
  }

  .group:hover .sm\:group-hover\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .group:hover .sm\:group-hover\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .group:hover .sm\:group-hover\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .group:hover .sm\:group-hover\:gap-y-12 {
    row-gap: 3rem;
  }

  .group:hover .sm\:group-hover\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .group:hover .sm\:group-hover\:gap-y-16 {
    row-gap: 4rem;
  }

  .group:hover .sm\:group-hover\:gap-y-20 {
    row-gap: 5rem;
  }

  .group:hover .sm\:group-hover\:gap-y-24 {
    row-gap: 6rem;
  }

  .group:hover .sm\:group-hover\:gap-y-28 {
    row-gap: 7rem;
  }

  .group:hover .sm\:group-hover\:gap-y-32 {
    row-gap: 8rem;
  }

  .group:hover .sm\:group-hover\:gap-y-36 {
    row-gap: 9rem;
  }

  .group:hover .sm\:group-hover\:gap-y-40 {
    row-gap: 10rem;
  }

  .group:hover .sm\:group-hover\:gap-y-44 {
    row-gap: 11rem;
  }

  .group:hover .sm\:group-hover\:gap-y-48 {
    row-gap: 12rem;
  }

  .group:hover .sm\:group-hover\:gap-y-52 {
    row-gap: 13rem;
  }

  .group:hover .sm\:group-hover\:gap-y-56 {
    row-gap: 14rem;
  }

  .group:hover .sm\:group-hover\:gap-y-60 {
    row-gap: 15rem;
  }

  .group:hover .sm\:group-hover\:gap-y-64 {
    row-gap: 16rem;
  }

  .group:hover .sm\:group-hover\:gap-y-72 {
    row-gap: 18rem;
  }

  .group:hover .sm\:group-hover\:gap-y-80 {
    row-gap: 20rem;
  }

  .group:hover .sm\:group-hover\:gap-y-96 {
    row-gap: 24rem;
  }

  .group:hover .sm\:group-hover\:gap-y-px {
    row-gap: 1px;
  }

  .group:hover .sm\:group-hover\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .group:hover .sm\:group-hover\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .group:hover .sm\:group-hover\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .group:hover .sm\:group-hover\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:focus-within\:gap-0:focus-within {
    gap: 0px;
  }

  .sm\:focus-within\:gap-1:focus-within {
    gap: 0.25rem;
  }

  .sm\:focus-within\:gap-2:focus-within {
    gap: 0.5rem;
  }

  .sm\:focus-within\:gap-3:focus-within {
    gap: 0.75rem;
  }

  .sm\:focus-within\:gap-4:focus-within {
    gap: 1rem;
  }

  .sm\:focus-within\:gap-5:focus-within {
    gap: 1.25rem;
  }

  .sm\:focus-within\:gap-6:focus-within {
    gap: 1.5rem;
  }

  .sm\:focus-within\:gap-7:focus-within {
    gap: 1.75rem;
  }

  .sm\:focus-within\:gap-8:focus-within {
    gap: 2rem;
  }

  .sm\:focus-within\:gap-9:focus-within {
    gap: 2.25rem;
  }

  .sm\:focus-within\:gap-10:focus-within {
    gap: 2.5rem;
  }

  .sm\:focus-within\:gap-11:focus-within {
    gap: 2.75rem;
  }

  .sm\:focus-within\:gap-12:focus-within {
    gap: 3rem;
  }

  .sm\:focus-within\:gap-14:focus-within {
    gap: 3.5rem;
  }

  .sm\:focus-within\:gap-16:focus-within {
    gap: 4rem;
  }

  .sm\:focus-within\:gap-20:focus-within {
    gap: 5rem;
  }

  .sm\:focus-within\:gap-24:focus-within {
    gap: 6rem;
  }

  .sm\:focus-within\:gap-28:focus-within {
    gap: 7rem;
  }

  .sm\:focus-within\:gap-32:focus-within {
    gap: 8rem;
  }

  .sm\:focus-within\:gap-36:focus-within {
    gap: 9rem;
  }

  .sm\:focus-within\:gap-40:focus-within {
    gap: 10rem;
  }

  .sm\:focus-within\:gap-44:focus-within {
    gap: 11rem;
  }

  .sm\:focus-within\:gap-48:focus-within {
    gap: 12rem;
  }

  .sm\:focus-within\:gap-52:focus-within {
    gap: 13rem;
  }

  .sm\:focus-within\:gap-56:focus-within {
    gap: 14rem;
  }

  .sm\:focus-within\:gap-60:focus-within {
    gap: 15rem;
  }

  .sm\:focus-within\:gap-64:focus-within {
    gap: 16rem;
  }

  .sm\:focus-within\:gap-72:focus-within {
    gap: 18rem;
  }

  .sm\:focus-within\:gap-80:focus-within {
    gap: 20rem;
  }

  .sm\:focus-within\:gap-96:focus-within {
    gap: 24rem;
  }

  .sm\:focus-within\:gap-px:focus-within {
    gap: 1px;
  }

  .sm\:focus-within\:gap-0\.5:focus-within {
    gap: 0.125rem;
  }

  .sm\:focus-within\:gap-1\.5:focus-within {
    gap: 0.375rem;
  }

  .sm\:focus-within\:gap-2\.5:focus-within {
    gap: 0.625rem;
  }

  .sm\:focus-within\:gap-3\.5:focus-within {
    gap: 0.875rem;
  }

  .sm\:focus-within\:gap-x-0:focus-within {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:focus-within\:gap-x-1:focus-within {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:focus-within\:gap-x-2:focus-within {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:focus-within\:gap-x-3:focus-within {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:focus-within\:gap-x-4:focus-within {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:focus-within\:gap-x-5:focus-within {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:focus-within\:gap-x-6:focus-within {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:focus-within\:gap-x-7:focus-within {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:focus-within\:gap-x-8:focus-within {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:focus-within\:gap-x-9:focus-within {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:focus-within\:gap-x-10:focus-within {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:focus-within\:gap-x-11:focus-within {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:focus-within\:gap-x-12:focus-within {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:focus-within\:gap-x-14:focus-within {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:focus-within\:gap-x-16:focus-within {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:focus-within\:gap-x-20:focus-within {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:focus-within\:gap-x-24:focus-within {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:focus-within\:gap-x-28:focus-within {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:focus-within\:gap-x-32:focus-within {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:focus-within\:gap-x-36:focus-within {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:focus-within\:gap-x-40:focus-within {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:focus-within\:gap-x-44:focus-within {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:focus-within\:gap-x-48:focus-within {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:focus-within\:gap-x-52:focus-within {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:focus-within\:gap-x-56:focus-within {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:focus-within\:gap-x-60:focus-within {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:focus-within\:gap-x-64:focus-within {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:focus-within\:gap-x-72:focus-within {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:focus-within\:gap-x-80:focus-within {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:focus-within\:gap-x-96:focus-within {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:focus-within\:gap-x-px:focus-within {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:focus-within\:gap-x-0\.5:focus-within {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:focus-within\:gap-x-1\.5:focus-within {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:focus-within\:gap-x-2\.5:focus-within {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:focus-within\:gap-x-3\.5:focus-within {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:focus-within\:gap-y-0:focus-within {
    row-gap: 0px;
  }

  .sm\:focus-within\:gap-y-1:focus-within {
    row-gap: 0.25rem;
  }

  .sm\:focus-within\:gap-y-2:focus-within {
    row-gap: 0.5rem;
  }

  .sm\:focus-within\:gap-y-3:focus-within {
    row-gap: 0.75rem;
  }

  .sm\:focus-within\:gap-y-4:focus-within {
    row-gap: 1rem;
  }

  .sm\:focus-within\:gap-y-5:focus-within {
    row-gap: 1.25rem;
  }

  .sm\:focus-within\:gap-y-6:focus-within {
    row-gap: 1.5rem;
  }

  .sm\:focus-within\:gap-y-7:focus-within {
    row-gap: 1.75rem;
  }

  .sm\:focus-within\:gap-y-8:focus-within {
    row-gap: 2rem;
  }

  .sm\:focus-within\:gap-y-9:focus-within {
    row-gap: 2.25rem;
  }

  .sm\:focus-within\:gap-y-10:focus-within {
    row-gap: 2.5rem;
  }

  .sm\:focus-within\:gap-y-11:focus-within {
    row-gap: 2.75rem;
  }

  .sm\:focus-within\:gap-y-12:focus-within {
    row-gap: 3rem;
  }

  .sm\:focus-within\:gap-y-14:focus-within {
    row-gap: 3.5rem;
  }

  .sm\:focus-within\:gap-y-16:focus-within {
    row-gap: 4rem;
  }

  .sm\:focus-within\:gap-y-20:focus-within {
    row-gap: 5rem;
  }

  .sm\:focus-within\:gap-y-24:focus-within {
    row-gap: 6rem;
  }

  .sm\:focus-within\:gap-y-28:focus-within {
    row-gap: 7rem;
  }

  .sm\:focus-within\:gap-y-32:focus-within {
    row-gap: 8rem;
  }

  .sm\:focus-within\:gap-y-36:focus-within {
    row-gap: 9rem;
  }

  .sm\:focus-within\:gap-y-40:focus-within {
    row-gap: 10rem;
  }

  .sm\:focus-within\:gap-y-44:focus-within {
    row-gap: 11rem;
  }

  .sm\:focus-within\:gap-y-48:focus-within {
    row-gap: 12rem;
  }

  .sm\:focus-within\:gap-y-52:focus-within {
    row-gap: 13rem;
  }

  .sm\:focus-within\:gap-y-56:focus-within {
    row-gap: 14rem;
  }

  .sm\:focus-within\:gap-y-60:focus-within {
    row-gap: 15rem;
  }

  .sm\:focus-within\:gap-y-64:focus-within {
    row-gap: 16rem;
  }

  .sm\:focus-within\:gap-y-72:focus-within {
    row-gap: 18rem;
  }

  .sm\:focus-within\:gap-y-80:focus-within {
    row-gap: 20rem;
  }

  .sm\:focus-within\:gap-y-96:focus-within {
    row-gap: 24rem;
  }

  .sm\:focus-within\:gap-y-px:focus-within {
    row-gap: 1px;
  }

  .sm\:focus-within\:gap-y-0\.5:focus-within {
    row-gap: 0.125rem;
  }

  .sm\:focus-within\:gap-y-1\.5:focus-within {
    row-gap: 0.375rem;
  }

  .sm\:focus-within\:gap-y-2\.5:focus-within {
    row-gap: 0.625rem;
  }

  .sm\:focus-within\:gap-y-3\.5:focus-within {
    row-gap: 0.875rem;
  }

  .sm\:first\:gap-0:first-child {
    gap: 0px;
  }

  .sm\:first\:gap-1:first-child {
    gap: 0.25rem;
  }

  .sm\:first\:gap-2:first-child {
    gap: 0.5rem;
  }

  .sm\:first\:gap-3:first-child {
    gap: 0.75rem;
  }

  .sm\:first\:gap-4:first-child {
    gap: 1rem;
  }

  .sm\:first\:gap-5:first-child {
    gap: 1.25rem;
  }

  .sm\:first\:gap-6:first-child {
    gap: 1.5rem;
  }

  .sm\:first\:gap-7:first-child {
    gap: 1.75rem;
  }

  .sm\:first\:gap-8:first-child {
    gap: 2rem;
  }

  .sm\:first\:gap-9:first-child {
    gap: 2.25rem;
  }

  .sm\:first\:gap-10:first-child {
    gap: 2.5rem;
  }

  .sm\:first\:gap-11:first-child {
    gap: 2.75rem;
  }

  .sm\:first\:gap-12:first-child {
    gap: 3rem;
  }

  .sm\:first\:gap-14:first-child {
    gap: 3.5rem;
  }

  .sm\:first\:gap-16:first-child {
    gap: 4rem;
  }

  .sm\:first\:gap-20:first-child {
    gap: 5rem;
  }

  .sm\:first\:gap-24:first-child {
    gap: 6rem;
  }

  .sm\:first\:gap-28:first-child {
    gap: 7rem;
  }

  .sm\:first\:gap-32:first-child {
    gap: 8rem;
  }

  .sm\:first\:gap-36:first-child {
    gap: 9rem;
  }

  .sm\:first\:gap-40:first-child {
    gap: 10rem;
  }

  .sm\:first\:gap-44:first-child {
    gap: 11rem;
  }

  .sm\:first\:gap-48:first-child {
    gap: 12rem;
  }

  .sm\:first\:gap-52:first-child {
    gap: 13rem;
  }

  .sm\:first\:gap-56:first-child {
    gap: 14rem;
  }

  .sm\:first\:gap-60:first-child {
    gap: 15rem;
  }

  .sm\:first\:gap-64:first-child {
    gap: 16rem;
  }

  .sm\:first\:gap-72:first-child {
    gap: 18rem;
  }

  .sm\:first\:gap-80:first-child {
    gap: 20rem;
  }

  .sm\:first\:gap-96:first-child {
    gap: 24rem;
  }

  .sm\:first\:gap-px:first-child {
    gap: 1px;
  }

  .sm\:first\:gap-0\.5:first-child {
    gap: 0.125rem;
  }

  .sm\:first\:gap-1\.5:first-child {
    gap: 0.375rem;
  }

  .sm\:first\:gap-2\.5:first-child {
    gap: 0.625rem;
  }

  .sm\:first\:gap-3\.5:first-child {
    gap: 0.875rem;
  }

  .sm\:first\:gap-x-0:first-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:first\:gap-x-1:first-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:first\:gap-x-2:first-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:first\:gap-x-3:first-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:first\:gap-x-4:first-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:first\:gap-x-5:first-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:first\:gap-x-6:first-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:first\:gap-x-7:first-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:first\:gap-x-8:first-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:first\:gap-x-9:first-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:first\:gap-x-10:first-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:first\:gap-x-11:first-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:first\:gap-x-12:first-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:first\:gap-x-14:first-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:first\:gap-x-16:first-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:first\:gap-x-20:first-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:first\:gap-x-24:first-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:first\:gap-x-28:first-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:first\:gap-x-32:first-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:first\:gap-x-36:first-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:first\:gap-x-40:first-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:first\:gap-x-44:first-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:first\:gap-x-48:first-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:first\:gap-x-52:first-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:first\:gap-x-56:first-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:first\:gap-x-60:first-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:first\:gap-x-64:first-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:first\:gap-x-72:first-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:first\:gap-x-80:first-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:first\:gap-x-96:first-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:first\:gap-x-px:first-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:first\:gap-x-0\.5:first-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:first\:gap-x-1\.5:first-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:first\:gap-x-2\.5:first-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:first\:gap-x-3\.5:first-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:first\:gap-y-0:first-child {
    row-gap: 0px;
  }

  .sm\:first\:gap-y-1:first-child {
    row-gap: 0.25rem;
  }

  .sm\:first\:gap-y-2:first-child {
    row-gap: 0.5rem;
  }

  .sm\:first\:gap-y-3:first-child {
    row-gap: 0.75rem;
  }

  .sm\:first\:gap-y-4:first-child {
    row-gap: 1rem;
  }

  .sm\:first\:gap-y-5:first-child {
    row-gap: 1.25rem;
  }

  .sm\:first\:gap-y-6:first-child {
    row-gap: 1.5rem;
  }

  .sm\:first\:gap-y-7:first-child {
    row-gap: 1.75rem;
  }

  .sm\:first\:gap-y-8:first-child {
    row-gap: 2rem;
  }

  .sm\:first\:gap-y-9:first-child {
    row-gap: 2.25rem;
  }

  .sm\:first\:gap-y-10:first-child {
    row-gap: 2.5rem;
  }

  .sm\:first\:gap-y-11:first-child {
    row-gap: 2.75rem;
  }

  .sm\:first\:gap-y-12:first-child {
    row-gap: 3rem;
  }

  .sm\:first\:gap-y-14:first-child {
    row-gap: 3.5rem;
  }

  .sm\:first\:gap-y-16:first-child {
    row-gap: 4rem;
  }

  .sm\:first\:gap-y-20:first-child {
    row-gap: 5rem;
  }

  .sm\:first\:gap-y-24:first-child {
    row-gap: 6rem;
  }

  .sm\:first\:gap-y-28:first-child {
    row-gap: 7rem;
  }

  .sm\:first\:gap-y-32:first-child {
    row-gap: 8rem;
  }

  .sm\:first\:gap-y-36:first-child {
    row-gap: 9rem;
  }

  .sm\:first\:gap-y-40:first-child {
    row-gap: 10rem;
  }

  .sm\:first\:gap-y-44:first-child {
    row-gap: 11rem;
  }

  .sm\:first\:gap-y-48:first-child {
    row-gap: 12rem;
  }

  .sm\:first\:gap-y-52:first-child {
    row-gap: 13rem;
  }

  .sm\:first\:gap-y-56:first-child {
    row-gap: 14rem;
  }

  .sm\:first\:gap-y-60:first-child {
    row-gap: 15rem;
  }

  .sm\:first\:gap-y-64:first-child {
    row-gap: 16rem;
  }

  .sm\:first\:gap-y-72:first-child {
    row-gap: 18rem;
  }

  .sm\:first\:gap-y-80:first-child {
    row-gap: 20rem;
  }

  .sm\:first\:gap-y-96:first-child {
    row-gap: 24rem;
  }

  .sm\:first\:gap-y-px:first-child {
    row-gap: 1px;
  }

  .sm\:first\:gap-y-0\.5:first-child {
    row-gap: 0.125rem;
  }

  .sm\:first\:gap-y-1\.5:first-child {
    row-gap: 0.375rem;
  }

  .sm\:first\:gap-y-2\.5:first-child {
    row-gap: 0.625rem;
  }

  .sm\:first\:gap-y-3\.5:first-child {
    row-gap: 0.875rem;
  }

  .sm\:last\:gap-0:last-child {
    gap: 0px;
  }

  .sm\:last\:gap-1:last-child {
    gap: 0.25rem;
  }

  .sm\:last\:gap-2:last-child {
    gap: 0.5rem;
  }

  .sm\:last\:gap-3:last-child {
    gap: 0.75rem;
  }

  .sm\:last\:gap-4:last-child {
    gap: 1rem;
  }

  .sm\:last\:gap-5:last-child {
    gap: 1.25rem;
  }

  .sm\:last\:gap-6:last-child {
    gap: 1.5rem;
  }

  .sm\:last\:gap-7:last-child {
    gap: 1.75rem;
  }

  .sm\:last\:gap-8:last-child {
    gap: 2rem;
  }

  .sm\:last\:gap-9:last-child {
    gap: 2.25rem;
  }

  .sm\:last\:gap-10:last-child {
    gap: 2.5rem;
  }

  .sm\:last\:gap-11:last-child {
    gap: 2.75rem;
  }

  .sm\:last\:gap-12:last-child {
    gap: 3rem;
  }

  .sm\:last\:gap-14:last-child {
    gap: 3.5rem;
  }

  .sm\:last\:gap-16:last-child {
    gap: 4rem;
  }

  .sm\:last\:gap-20:last-child {
    gap: 5rem;
  }

  .sm\:last\:gap-24:last-child {
    gap: 6rem;
  }

  .sm\:last\:gap-28:last-child {
    gap: 7rem;
  }

  .sm\:last\:gap-32:last-child {
    gap: 8rem;
  }

  .sm\:last\:gap-36:last-child {
    gap: 9rem;
  }

  .sm\:last\:gap-40:last-child {
    gap: 10rem;
  }

  .sm\:last\:gap-44:last-child {
    gap: 11rem;
  }

  .sm\:last\:gap-48:last-child {
    gap: 12rem;
  }

  .sm\:last\:gap-52:last-child {
    gap: 13rem;
  }

  .sm\:last\:gap-56:last-child {
    gap: 14rem;
  }

  .sm\:last\:gap-60:last-child {
    gap: 15rem;
  }

  .sm\:last\:gap-64:last-child {
    gap: 16rem;
  }

  .sm\:last\:gap-72:last-child {
    gap: 18rem;
  }

  .sm\:last\:gap-80:last-child {
    gap: 20rem;
  }

  .sm\:last\:gap-96:last-child {
    gap: 24rem;
  }

  .sm\:last\:gap-px:last-child {
    gap: 1px;
  }

  .sm\:last\:gap-0\.5:last-child {
    gap: 0.125rem;
  }

  .sm\:last\:gap-1\.5:last-child {
    gap: 0.375rem;
  }

  .sm\:last\:gap-2\.5:last-child {
    gap: 0.625rem;
  }

  .sm\:last\:gap-3\.5:last-child {
    gap: 0.875rem;
  }

  .sm\:last\:gap-x-0:last-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:last\:gap-x-1:last-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:last\:gap-x-2:last-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:last\:gap-x-3:last-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:last\:gap-x-4:last-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:last\:gap-x-5:last-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:last\:gap-x-6:last-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:last\:gap-x-7:last-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:last\:gap-x-8:last-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:last\:gap-x-9:last-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:last\:gap-x-10:last-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:last\:gap-x-11:last-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:last\:gap-x-12:last-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:last\:gap-x-14:last-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:last\:gap-x-16:last-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:last\:gap-x-20:last-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:last\:gap-x-24:last-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:last\:gap-x-28:last-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:last\:gap-x-32:last-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:last\:gap-x-36:last-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:last\:gap-x-40:last-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:last\:gap-x-44:last-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:last\:gap-x-48:last-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:last\:gap-x-52:last-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:last\:gap-x-56:last-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:last\:gap-x-60:last-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:last\:gap-x-64:last-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:last\:gap-x-72:last-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:last\:gap-x-80:last-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:last\:gap-x-96:last-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:last\:gap-x-px:last-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:last\:gap-x-0\.5:last-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:last\:gap-x-1\.5:last-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:last\:gap-x-2\.5:last-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:last\:gap-x-3\.5:last-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:last\:gap-y-0:last-child {
    row-gap: 0px;
  }

  .sm\:last\:gap-y-1:last-child {
    row-gap: 0.25rem;
  }

  .sm\:last\:gap-y-2:last-child {
    row-gap: 0.5rem;
  }

  .sm\:last\:gap-y-3:last-child {
    row-gap: 0.75rem;
  }

  .sm\:last\:gap-y-4:last-child {
    row-gap: 1rem;
  }

  .sm\:last\:gap-y-5:last-child {
    row-gap: 1.25rem;
  }

  .sm\:last\:gap-y-6:last-child {
    row-gap: 1.5rem;
  }

  .sm\:last\:gap-y-7:last-child {
    row-gap: 1.75rem;
  }

  .sm\:last\:gap-y-8:last-child {
    row-gap: 2rem;
  }

  .sm\:last\:gap-y-9:last-child {
    row-gap: 2.25rem;
  }

  .sm\:last\:gap-y-10:last-child {
    row-gap: 2.5rem;
  }

  .sm\:last\:gap-y-11:last-child {
    row-gap: 2.75rem;
  }

  .sm\:last\:gap-y-12:last-child {
    row-gap: 3rem;
  }

  .sm\:last\:gap-y-14:last-child {
    row-gap: 3.5rem;
  }

  .sm\:last\:gap-y-16:last-child {
    row-gap: 4rem;
  }

  .sm\:last\:gap-y-20:last-child {
    row-gap: 5rem;
  }

  .sm\:last\:gap-y-24:last-child {
    row-gap: 6rem;
  }

  .sm\:last\:gap-y-28:last-child {
    row-gap: 7rem;
  }

  .sm\:last\:gap-y-32:last-child {
    row-gap: 8rem;
  }

  .sm\:last\:gap-y-36:last-child {
    row-gap: 9rem;
  }

  .sm\:last\:gap-y-40:last-child {
    row-gap: 10rem;
  }

  .sm\:last\:gap-y-44:last-child {
    row-gap: 11rem;
  }

  .sm\:last\:gap-y-48:last-child {
    row-gap: 12rem;
  }

  .sm\:last\:gap-y-52:last-child {
    row-gap: 13rem;
  }

  .sm\:last\:gap-y-56:last-child {
    row-gap: 14rem;
  }

  .sm\:last\:gap-y-60:last-child {
    row-gap: 15rem;
  }

  .sm\:last\:gap-y-64:last-child {
    row-gap: 16rem;
  }

  .sm\:last\:gap-y-72:last-child {
    row-gap: 18rem;
  }

  .sm\:last\:gap-y-80:last-child {
    row-gap: 20rem;
  }

  .sm\:last\:gap-y-96:last-child {
    row-gap: 24rem;
  }

  .sm\:last\:gap-y-px:last-child {
    row-gap: 1px;
  }

  .sm\:last\:gap-y-0\.5:last-child {
    row-gap: 0.125rem;
  }

  .sm\:last\:gap-y-1\.5:last-child {
    row-gap: 0.375rem;
  }

  .sm\:last\:gap-y-2\.5:last-child {
    row-gap: 0.625rem;
  }

  .sm\:last\:gap-y-3\.5:last-child {
    row-gap: 0.875rem;
  }

  .sm\:odd\:gap-0:nth-child(odd) {
    gap: 0px;
  }

  .sm\:odd\:gap-1:nth-child(odd) {
    gap: 0.25rem;
  }

  .sm\:odd\:gap-2:nth-child(odd) {
    gap: 0.5rem;
  }

  .sm\:odd\:gap-3:nth-child(odd) {
    gap: 0.75rem;
  }

  .sm\:odd\:gap-4:nth-child(odd) {
    gap: 1rem;
  }

  .sm\:odd\:gap-5:nth-child(odd) {
    gap: 1.25rem;
  }

  .sm\:odd\:gap-6:nth-child(odd) {
    gap: 1.5rem;
  }

  .sm\:odd\:gap-7:nth-child(odd) {
    gap: 1.75rem;
  }

  .sm\:odd\:gap-8:nth-child(odd) {
    gap: 2rem;
  }

  .sm\:odd\:gap-9:nth-child(odd) {
    gap: 2.25rem;
  }

  .sm\:odd\:gap-10:nth-child(odd) {
    gap: 2.5rem;
  }

  .sm\:odd\:gap-11:nth-child(odd) {
    gap: 2.75rem;
  }

  .sm\:odd\:gap-12:nth-child(odd) {
    gap: 3rem;
  }

  .sm\:odd\:gap-14:nth-child(odd) {
    gap: 3.5rem;
  }

  .sm\:odd\:gap-16:nth-child(odd) {
    gap: 4rem;
  }

  .sm\:odd\:gap-20:nth-child(odd) {
    gap: 5rem;
  }

  .sm\:odd\:gap-24:nth-child(odd) {
    gap: 6rem;
  }

  .sm\:odd\:gap-28:nth-child(odd) {
    gap: 7rem;
  }

  .sm\:odd\:gap-32:nth-child(odd) {
    gap: 8rem;
  }

  .sm\:odd\:gap-36:nth-child(odd) {
    gap: 9rem;
  }

  .sm\:odd\:gap-40:nth-child(odd) {
    gap: 10rem;
  }

  .sm\:odd\:gap-44:nth-child(odd) {
    gap: 11rem;
  }

  .sm\:odd\:gap-48:nth-child(odd) {
    gap: 12rem;
  }

  .sm\:odd\:gap-52:nth-child(odd) {
    gap: 13rem;
  }

  .sm\:odd\:gap-56:nth-child(odd) {
    gap: 14rem;
  }

  .sm\:odd\:gap-60:nth-child(odd) {
    gap: 15rem;
  }

  .sm\:odd\:gap-64:nth-child(odd) {
    gap: 16rem;
  }

  .sm\:odd\:gap-72:nth-child(odd) {
    gap: 18rem;
  }

  .sm\:odd\:gap-80:nth-child(odd) {
    gap: 20rem;
  }

  .sm\:odd\:gap-96:nth-child(odd) {
    gap: 24rem;
  }

  .sm\:odd\:gap-px:nth-child(odd) {
    gap: 1px;
  }

  .sm\:odd\:gap-0\.5:nth-child(odd) {
    gap: 0.125rem;
  }

  .sm\:odd\:gap-1\.5:nth-child(odd) {
    gap: 0.375rem;
  }

  .sm\:odd\:gap-2\.5:nth-child(odd) {
    gap: 0.625rem;
  }

  .sm\:odd\:gap-3\.5:nth-child(odd) {
    gap: 0.875rem;
  }

  .sm\:odd\:gap-x-0:nth-child(odd) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:odd\:gap-x-1:nth-child(odd) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:odd\:gap-x-2:nth-child(odd) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:odd\:gap-x-3:nth-child(odd) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:odd\:gap-x-4:nth-child(odd) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:odd\:gap-x-5:nth-child(odd) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:odd\:gap-x-6:nth-child(odd) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:odd\:gap-x-7:nth-child(odd) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:odd\:gap-x-8:nth-child(odd) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:odd\:gap-x-9:nth-child(odd) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:odd\:gap-x-10:nth-child(odd) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:odd\:gap-x-11:nth-child(odd) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:odd\:gap-x-12:nth-child(odd) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:odd\:gap-x-14:nth-child(odd) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:odd\:gap-x-16:nth-child(odd) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:odd\:gap-x-20:nth-child(odd) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:odd\:gap-x-24:nth-child(odd) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:odd\:gap-x-28:nth-child(odd) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:odd\:gap-x-32:nth-child(odd) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:odd\:gap-x-36:nth-child(odd) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:odd\:gap-x-40:nth-child(odd) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:odd\:gap-x-44:nth-child(odd) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:odd\:gap-x-48:nth-child(odd) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:odd\:gap-x-52:nth-child(odd) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:odd\:gap-x-56:nth-child(odd) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:odd\:gap-x-60:nth-child(odd) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:odd\:gap-x-64:nth-child(odd) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:odd\:gap-x-72:nth-child(odd) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:odd\:gap-x-80:nth-child(odd) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:odd\:gap-x-96:nth-child(odd) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:odd\:gap-x-px:nth-child(odd) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:odd\:gap-x-0\.5:nth-child(odd) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:odd\:gap-x-1\.5:nth-child(odd) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:odd\:gap-x-2\.5:nth-child(odd) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:odd\:gap-x-3\.5:nth-child(odd) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:odd\:gap-y-0:nth-child(odd) {
    row-gap: 0px;
  }

  .sm\:odd\:gap-y-1:nth-child(odd) {
    row-gap: 0.25rem;
  }

  .sm\:odd\:gap-y-2:nth-child(odd) {
    row-gap: 0.5rem;
  }

  .sm\:odd\:gap-y-3:nth-child(odd) {
    row-gap: 0.75rem;
  }

  .sm\:odd\:gap-y-4:nth-child(odd) {
    row-gap: 1rem;
  }

  .sm\:odd\:gap-y-5:nth-child(odd) {
    row-gap: 1.25rem;
  }

  .sm\:odd\:gap-y-6:nth-child(odd) {
    row-gap: 1.5rem;
  }

  .sm\:odd\:gap-y-7:nth-child(odd) {
    row-gap: 1.75rem;
  }

  .sm\:odd\:gap-y-8:nth-child(odd) {
    row-gap: 2rem;
  }

  .sm\:odd\:gap-y-9:nth-child(odd) {
    row-gap: 2.25rem;
  }

  .sm\:odd\:gap-y-10:nth-child(odd) {
    row-gap: 2.5rem;
  }

  .sm\:odd\:gap-y-11:nth-child(odd) {
    row-gap: 2.75rem;
  }

  .sm\:odd\:gap-y-12:nth-child(odd) {
    row-gap: 3rem;
  }

  .sm\:odd\:gap-y-14:nth-child(odd) {
    row-gap: 3.5rem;
  }

  .sm\:odd\:gap-y-16:nth-child(odd) {
    row-gap: 4rem;
  }

  .sm\:odd\:gap-y-20:nth-child(odd) {
    row-gap: 5rem;
  }

  .sm\:odd\:gap-y-24:nth-child(odd) {
    row-gap: 6rem;
  }

  .sm\:odd\:gap-y-28:nth-child(odd) {
    row-gap: 7rem;
  }

  .sm\:odd\:gap-y-32:nth-child(odd) {
    row-gap: 8rem;
  }

  .sm\:odd\:gap-y-36:nth-child(odd) {
    row-gap: 9rem;
  }

  .sm\:odd\:gap-y-40:nth-child(odd) {
    row-gap: 10rem;
  }

  .sm\:odd\:gap-y-44:nth-child(odd) {
    row-gap: 11rem;
  }

  .sm\:odd\:gap-y-48:nth-child(odd) {
    row-gap: 12rem;
  }

  .sm\:odd\:gap-y-52:nth-child(odd) {
    row-gap: 13rem;
  }

  .sm\:odd\:gap-y-56:nth-child(odd) {
    row-gap: 14rem;
  }

  .sm\:odd\:gap-y-60:nth-child(odd) {
    row-gap: 15rem;
  }

  .sm\:odd\:gap-y-64:nth-child(odd) {
    row-gap: 16rem;
  }

  .sm\:odd\:gap-y-72:nth-child(odd) {
    row-gap: 18rem;
  }

  .sm\:odd\:gap-y-80:nth-child(odd) {
    row-gap: 20rem;
  }

  .sm\:odd\:gap-y-96:nth-child(odd) {
    row-gap: 24rem;
  }

  .sm\:odd\:gap-y-px:nth-child(odd) {
    row-gap: 1px;
  }

  .sm\:odd\:gap-y-0\.5:nth-child(odd) {
    row-gap: 0.125rem;
  }

  .sm\:odd\:gap-y-1\.5:nth-child(odd) {
    row-gap: 0.375rem;
  }

  .sm\:odd\:gap-y-2\.5:nth-child(odd) {
    row-gap: 0.625rem;
  }

  .sm\:odd\:gap-y-3\.5:nth-child(odd) {
    row-gap: 0.875rem;
  }

  .sm\:even\:gap-0:nth-child(even) {
    gap: 0px;
  }

  .sm\:even\:gap-1:nth-child(even) {
    gap: 0.25rem;
  }

  .sm\:even\:gap-2:nth-child(even) {
    gap: 0.5rem;
  }

  .sm\:even\:gap-3:nth-child(even) {
    gap: 0.75rem;
  }

  .sm\:even\:gap-4:nth-child(even) {
    gap: 1rem;
  }

  .sm\:even\:gap-5:nth-child(even) {
    gap: 1.25rem;
  }

  .sm\:even\:gap-6:nth-child(even) {
    gap: 1.5rem;
  }

  .sm\:even\:gap-7:nth-child(even) {
    gap: 1.75rem;
  }

  .sm\:even\:gap-8:nth-child(even) {
    gap: 2rem;
  }

  .sm\:even\:gap-9:nth-child(even) {
    gap: 2.25rem;
  }

  .sm\:even\:gap-10:nth-child(even) {
    gap: 2.5rem;
  }

  .sm\:even\:gap-11:nth-child(even) {
    gap: 2.75rem;
  }

  .sm\:even\:gap-12:nth-child(even) {
    gap: 3rem;
  }

  .sm\:even\:gap-14:nth-child(even) {
    gap: 3.5rem;
  }

  .sm\:even\:gap-16:nth-child(even) {
    gap: 4rem;
  }

  .sm\:even\:gap-20:nth-child(even) {
    gap: 5rem;
  }

  .sm\:even\:gap-24:nth-child(even) {
    gap: 6rem;
  }

  .sm\:even\:gap-28:nth-child(even) {
    gap: 7rem;
  }

  .sm\:even\:gap-32:nth-child(even) {
    gap: 8rem;
  }

  .sm\:even\:gap-36:nth-child(even) {
    gap: 9rem;
  }

  .sm\:even\:gap-40:nth-child(even) {
    gap: 10rem;
  }

  .sm\:even\:gap-44:nth-child(even) {
    gap: 11rem;
  }

  .sm\:even\:gap-48:nth-child(even) {
    gap: 12rem;
  }

  .sm\:even\:gap-52:nth-child(even) {
    gap: 13rem;
  }

  .sm\:even\:gap-56:nth-child(even) {
    gap: 14rem;
  }

  .sm\:even\:gap-60:nth-child(even) {
    gap: 15rem;
  }

  .sm\:even\:gap-64:nth-child(even) {
    gap: 16rem;
  }

  .sm\:even\:gap-72:nth-child(even) {
    gap: 18rem;
  }

  .sm\:even\:gap-80:nth-child(even) {
    gap: 20rem;
  }

  .sm\:even\:gap-96:nth-child(even) {
    gap: 24rem;
  }

  .sm\:even\:gap-px:nth-child(even) {
    gap: 1px;
  }

  .sm\:even\:gap-0\.5:nth-child(even) {
    gap: 0.125rem;
  }

  .sm\:even\:gap-1\.5:nth-child(even) {
    gap: 0.375rem;
  }

  .sm\:even\:gap-2\.5:nth-child(even) {
    gap: 0.625rem;
  }

  .sm\:even\:gap-3\.5:nth-child(even) {
    gap: 0.875rem;
  }

  .sm\:even\:gap-x-0:nth-child(even) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:even\:gap-x-1:nth-child(even) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:even\:gap-x-2:nth-child(even) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:even\:gap-x-3:nth-child(even) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:even\:gap-x-4:nth-child(even) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:even\:gap-x-5:nth-child(even) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:even\:gap-x-6:nth-child(even) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:even\:gap-x-7:nth-child(even) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:even\:gap-x-8:nth-child(even) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:even\:gap-x-9:nth-child(even) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:even\:gap-x-10:nth-child(even) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:even\:gap-x-11:nth-child(even) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:even\:gap-x-12:nth-child(even) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:even\:gap-x-14:nth-child(even) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:even\:gap-x-16:nth-child(even) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:even\:gap-x-20:nth-child(even) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:even\:gap-x-24:nth-child(even) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:even\:gap-x-28:nth-child(even) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:even\:gap-x-32:nth-child(even) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:even\:gap-x-36:nth-child(even) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:even\:gap-x-40:nth-child(even) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:even\:gap-x-44:nth-child(even) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:even\:gap-x-48:nth-child(even) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:even\:gap-x-52:nth-child(even) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:even\:gap-x-56:nth-child(even) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:even\:gap-x-60:nth-child(even) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:even\:gap-x-64:nth-child(even) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:even\:gap-x-72:nth-child(even) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:even\:gap-x-80:nth-child(even) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:even\:gap-x-96:nth-child(even) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:even\:gap-x-px:nth-child(even) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:even\:gap-x-0\.5:nth-child(even) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:even\:gap-x-1\.5:nth-child(even) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:even\:gap-x-2\.5:nth-child(even) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:even\:gap-x-3\.5:nth-child(even) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:even\:gap-y-0:nth-child(even) {
    row-gap: 0px;
  }

  .sm\:even\:gap-y-1:nth-child(even) {
    row-gap: 0.25rem;
  }

  .sm\:even\:gap-y-2:nth-child(even) {
    row-gap: 0.5rem;
  }

  .sm\:even\:gap-y-3:nth-child(even) {
    row-gap: 0.75rem;
  }

  .sm\:even\:gap-y-4:nth-child(even) {
    row-gap: 1rem;
  }

  .sm\:even\:gap-y-5:nth-child(even) {
    row-gap: 1.25rem;
  }

  .sm\:even\:gap-y-6:nth-child(even) {
    row-gap: 1.5rem;
  }

  .sm\:even\:gap-y-7:nth-child(even) {
    row-gap: 1.75rem;
  }

  .sm\:even\:gap-y-8:nth-child(even) {
    row-gap: 2rem;
  }

  .sm\:even\:gap-y-9:nth-child(even) {
    row-gap: 2.25rem;
  }

  .sm\:even\:gap-y-10:nth-child(even) {
    row-gap: 2.5rem;
  }

  .sm\:even\:gap-y-11:nth-child(even) {
    row-gap: 2.75rem;
  }

  .sm\:even\:gap-y-12:nth-child(even) {
    row-gap: 3rem;
  }

  .sm\:even\:gap-y-14:nth-child(even) {
    row-gap: 3.5rem;
  }

  .sm\:even\:gap-y-16:nth-child(even) {
    row-gap: 4rem;
  }

  .sm\:even\:gap-y-20:nth-child(even) {
    row-gap: 5rem;
  }

  .sm\:even\:gap-y-24:nth-child(even) {
    row-gap: 6rem;
  }

  .sm\:even\:gap-y-28:nth-child(even) {
    row-gap: 7rem;
  }

  .sm\:even\:gap-y-32:nth-child(even) {
    row-gap: 8rem;
  }

  .sm\:even\:gap-y-36:nth-child(even) {
    row-gap: 9rem;
  }

  .sm\:even\:gap-y-40:nth-child(even) {
    row-gap: 10rem;
  }

  .sm\:even\:gap-y-44:nth-child(even) {
    row-gap: 11rem;
  }

  .sm\:even\:gap-y-48:nth-child(even) {
    row-gap: 12rem;
  }

  .sm\:even\:gap-y-52:nth-child(even) {
    row-gap: 13rem;
  }

  .sm\:even\:gap-y-56:nth-child(even) {
    row-gap: 14rem;
  }

  .sm\:even\:gap-y-60:nth-child(even) {
    row-gap: 15rem;
  }

  .sm\:even\:gap-y-64:nth-child(even) {
    row-gap: 16rem;
  }

  .sm\:even\:gap-y-72:nth-child(even) {
    row-gap: 18rem;
  }

  .sm\:even\:gap-y-80:nth-child(even) {
    row-gap: 20rem;
  }

  .sm\:even\:gap-y-96:nth-child(even) {
    row-gap: 24rem;
  }

  .sm\:even\:gap-y-px:nth-child(even) {
    row-gap: 1px;
  }

  .sm\:even\:gap-y-0\.5:nth-child(even) {
    row-gap: 0.125rem;
  }

  .sm\:even\:gap-y-1\.5:nth-child(even) {
    row-gap: 0.375rem;
  }

  .sm\:even\:gap-y-2\.5:nth-child(even) {
    row-gap: 0.625rem;
  }

  .sm\:even\:gap-y-3\.5:nth-child(even) {
    row-gap: 0.875rem;
  }

  .sm\:hover\:gap-0:hover {
    gap: 0px;
  }

  .sm\:hover\:gap-1:hover {
    gap: 0.25rem;
  }

  .sm\:hover\:gap-2:hover {
    gap: 0.5rem;
  }

  .sm\:hover\:gap-3:hover {
    gap: 0.75rem;
  }

  .sm\:hover\:gap-4:hover {
    gap: 1rem;
  }

  .sm\:hover\:gap-5:hover {
    gap: 1.25rem;
  }

  .sm\:hover\:gap-6:hover {
    gap: 1.5rem;
  }

  .sm\:hover\:gap-7:hover {
    gap: 1.75rem;
  }

  .sm\:hover\:gap-8:hover {
    gap: 2rem;
  }

  .sm\:hover\:gap-9:hover {
    gap: 2.25rem;
  }

  .sm\:hover\:gap-10:hover {
    gap: 2.5rem;
  }

  .sm\:hover\:gap-11:hover {
    gap: 2.75rem;
  }

  .sm\:hover\:gap-12:hover {
    gap: 3rem;
  }

  .sm\:hover\:gap-14:hover {
    gap: 3.5rem;
  }

  .sm\:hover\:gap-16:hover {
    gap: 4rem;
  }

  .sm\:hover\:gap-20:hover {
    gap: 5rem;
  }

  .sm\:hover\:gap-24:hover {
    gap: 6rem;
  }

  .sm\:hover\:gap-28:hover {
    gap: 7rem;
  }

  .sm\:hover\:gap-32:hover {
    gap: 8rem;
  }

  .sm\:hover\:gap-36:hover {
    gap: 9rem;
  }

  .sm\:hover\:gap-40:hover {
    gap: 10rem;
  }

  .sm\:hover\:gap-44:hover {
    gap: 11rem;
  }

  .sm\:hover\:gap-48:hover {
    gap: 12rem;
  }

  .sm\:hover\:gap-52:hover {
    gap: 13rem;
  }

  .sm\:hover\:gap-56:hover {
    gap: 14rem;
  }

  .sm\:hover\:gap-60:hover {
    gap: 15rem;
  }

  .sm\:hover\:gap-64:hover {
    gap: 16rem;
  }

  .sm\:hover\:gap-72:hover {
    gap: 18rem;
  }

  .sm\:hover\:gap-80:hover {
    gap: 20rem;
  }

  .sm\:hover\:gap-96:hover {
    gap: 24rem;
  }

  .sm\:hover\:gap-px:hover {
    gap: 1px;
  }

  .sm\:hover\:gap-0\.5:hover {
    gap: 0.125rem;
  }

  .sm\:hover\:gap-1\.5:hover {
    gap: 0.375rem;
  }

  .sm\:hover\:gap-2\.5:hover {
    gap: 0.625rem;
  }

  .sm\:hover\:gap-3\.5:hover {
    gap: 0.875rem;
  }

  .sm\:hover\:gap-x-0:hover {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:hover\:gap-x-1:hover {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:hover\:gap-x-2:hover {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:hover\:gap-x-3:hover {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:hover\:gap-x-5:hover {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:hover\:gap-x-6:hover {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:hover\:gap-x-7:hover {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:hover\:gap-x-8:hover {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:hover\:gap-x-9:hover {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:hover\:gap-x-10:hover {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:hover\:gap-x-11:hover {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:hover\:gap-x-12:hover {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:hover\:gap-x-14:hover {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:hover\:gap-x-16:hover {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:hover\:gap-x-20:hover {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:hover\:gap-x-24:hover {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:hover\:gap-x-28:hover {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:hover\:gap-x-32:hover {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:hover\:gap-x-36:hover {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:hover\:gap-x-40:hover {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:hover\:gap-x-44:hover {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:hover\:gap-x-48:hover {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:hover\:gap-x-52:hover {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:hover\:gap-x-56:hover {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:hover\:gap-x-60:hover {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:hover\:gap-x-64:hover {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:hover\:gap-x-72:hover {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:hover\:gap-x-80:hover {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:hover\:gap-x-96:hover {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:hover\:gap-x-px:hover {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:hover\:gap-x-0\.5:hover {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:hover\:gap-x-1\.5:hover {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:hover\:gap-x-2\.5:hover {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:hover\:gap-x-3\.5:hover {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:hover\:gap-y-0:hover {
    row-gap: 0px;
  }

  .sm\:hover\:gap-y-1:hover {
    row-gap: 0.25rem;
  }

  .sm\:hover\:gap-y-2:hover {
    row-gap: 0.5rem;
  }

  .sm\:hover\:gap-y-3:hover {
    row-gap: 0.75rem;
  }

  .sm\:hover\:gap-y-4:hover {
    row-gap: 1rem;
  }

  .sm\:hover\:gap-y-5:hover {
    row-gap: 1.25rem;
  }

  .sm\:hover\:gap-y-6:hover {
    row-gap: 1.5rem;
  }

  .sm\:hover\:gap-y-7:hover {
    row-gap: 1.75rem;
  }

  .sm\:hover\:gap-y-8:hover {
    row-gap: 2rem;
  }

  .sm\:hover\:gap-y-9:hover {
    row-gap: 2.25rem;
  }

  .sm\:hover\:gap-y-10:hover {
    row-gap: 2.5rem;
  }

  .sm\:hover\:gap-y-11:hover {
    row-gap: 2.75rem;
  }

  .sm\:hover\:gap-y-12:hover {
    row-gap: 3rem;
  }

  .sm\:hover\:gap-y-14:hover {
    row-gap: 3.5rem;
  }

  .sm\:hover\:gap-y-16:hover {
    row-gap: 4rem;
  }

  .sm\:hover\:gap-y-20:hover {
    row-gap: 5rem;
  }

  .sm\:hover\:gap-y-24:hover {
    row-gap: 6rem;
  }

  .sm\:hover\:gap-y-28:hover {
    row-gap: 7rem;
  }

  .sm\:hover\:gap-y-32:hover {
    row-gap: 8rem;
  }

  .sm\:hover\:gap-y-36:hover {
    row-gap: 9rem;
  }

  .sm\:hover\:gap-y-40:hover {
    row-gap: 10rem;
  }

  .sm\:hover\:gap-y-44:hover {
    row-gap: 11rem;
  }

  .sm\:hover\:gap-y-48:hover {
    row-gap: 12rem;
  }

  .sm\:hover\:gap-y-52:hover {
    row-gap: 13rem;
  }

  .sm\:hover\:gap-y-56:hover {
    row-gap: 14rem;
  }

  .sm\:hover\:gap-y-60:hover {
    row-gap: 15rem;
  }

  .sm\:hover\:gap-y-64:hover {
    row-gap: 16rem;
  }

  .sm\:hover\:gap-y-72:hover {
    row-gap: 18rem;
  }

  .sm\:hover\:gap-y-80:hover {
    row-gap: 20rem;
  }

  .sm\:hover\:gap-y-96:hover {
    row-gap: 24rem;
  }

  .sm\:hover\:gap-y-px:hover {
    row-gap: 1px;
  }

  .sm\:hover\:gap-y-0\.5:hover {
    row-gap: 0.125rem;
  }

  .sm\:hover\:gap-y-1\.5:hover {
    row-gap: 0.375rem;
  }

  .sm\:hover\:gap-y-2\.5:hover {
    row-gap: 0.625rem;
  }

  .sm\:hover\:gap-y-3\.5:hover {
    row-gap: 0.875rem;
  }

  .sm\:focus\:gap-0:focus {
    gap: 0px;
  }

  .sm\:focus\:gap-1:focus {
    gap: 0.25rem;
  }

  .sm\:focus\:gap-2:focus {
    gap: 0.5rem;
  }

  .sm\:focus\:gap-3:focus {
    gap: 0.75rem;
  }

  .sm\:focus\:gap-4:focus {
    gap: 1rem;
  }

  .sm\:focus\:gap-5:focus {
    gap: 1.25rem;
  }

  .sm\:focus\:gap-6:focus {
    gap: 1.5rem;
  }

  .sm\:focus\:gap-7:focus {
    gap: 1.75rem;
  }

  .sm\:focus\:gap-8:focus {
    gap: 2rem;
  }

  .sm\:focus\:gap-9:focus {
    gap: 2.25rem;
  }

  .sm\:focus\:gap-10:focus {
    gap: 2.5rem;
  }

  .sm\:focus\:gap-11:focus {
    gap: 2.75rem;
  }

  .sm\:focus\:gap-12:focus {
    gap: 3rem;
  }

  .sm\:focus\:gap-14:focus {
    gap: 3.5rem;
  }

  .sm\:focus\:gap-16:focus {
    gap: 4rem;
  }

  .sm\:focus\:gap-20:focus {
    gap: 5rem;
  }

  .sm\:focus\:gap-24:focus {
    gap: 6rem;
  }

  .sm\:focus\:gap-28:focus {
    gap: 7rem;
  }

  .sm\:focus\:gap-32:focus {
    gap: 8rem;
  }

  .sm\:focus\:gap-36:focus {
    gap: 9rem;
  }

  .sm\:focus\:gap-40:focus {
    gap: 10rem;
  }

  .sm\:focus\:gap-44:focus {
    gap: 11rem;
  }

  .sm\:focus\:gap-48:focus {
    gap: 12rem;
  }

  .sm\:focus\:gap-52:focus {
    gap: 13rem;
  }

  .sm\:focus\:gap-56:focus {
    gap: 14rem;
  }

  .sm\:focus\:gap-60:focus {
    gap: 15rem;
  }

  .sm\:focus\:gap-64:focus {
    gap: 16rem;
  }

  .sm\:focus\:gap-72:focus {
    gap: 18rem;
  }

  .sm\:focus\:gap-80:focus {
    gap: 20rem;
  }

  .sm\:focus\:gap-96:focus {
    gap: 24rem;
  }

  .sm\:focus\:gap-px:focus {
    gap: 1px;
  }

  .sm\:focus\:gap-0\.5:focus {
    gap: 0.125rem;
  }

  .sm\:focus\:gap-1\.5:focus {
    gap: 0.375rem;
  }

  .sm\:focus\:gap-2\.5:focus {
    gap: 0.625rem;
  }

  .sm\:focus\:gap-3\.5:focus {
    gap: 0.875rem;
  }

  .sm\:focus\:gap-x-0:focus {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:focus\:gap-x-1:focus {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:focus\:gap-x-2:focus {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:focus\:gap-x-3:focus {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:focus\:gap-x-4:focus {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:focus\:gap-x-5:focus {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:focus\:gap-x-6:focus {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:focus\:gap-x-7:focus {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:focus\:gap-x-8:focus {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:focus\:gap-x-9:focus {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:focus\:gap-x-10:focus {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:focus\:gap-x-11:focus {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:focus\:gap-x-12:focus {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:focus\:gap-x-14:focus {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:focus\:gap-x-16:focus {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:focus\:gap-x-20:focus {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:focus\:gap-x-24:focus {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:focus\:gap-x-28:focus {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:focus\:gap-x-32:focus {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:focus\:gap-x-36:focus {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:focus\:gap-x-40:focus {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:focus\:gap-x-44:focus {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:focus\:gap-x-48:focus {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:focus\:gap-x-52:focus {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:focus\:gap-x-56:focus {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:focus\:gap-x-60:focus {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:focus\:gap-x-64:focus {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:focus\:gap-x-72:focus {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:focus\:gap-x-80:focus {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:focus\:gap-x-96:focus {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:focus\:gap-x-px:focus {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:focus\:gap-x-0\.5:focus {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:focus\:gap-x-1\.5:focus {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:focus\:gap-x-2\.5:focus {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:focus\:gap-x-3\.5:focus {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:focus\:gap-y-0:focus {
    row-gap: 0px;
  }

  .sm\:focus\:gap-y-1:focus {
    row-gap: 0.25rem;
  }

  .sm\:focus\:gap-y-2:focus {
    row-gap: 0.5rem;
  }

  .sm\:focus\:gap-y-3:focus {
    row-gap: 0.75rem;
  }

  .sm\:focus\:gap-y-4:focus {
    row-gap: 1rem;
  }

  .sm\:focus\:gap-y-5:focus {
    row-gap: 1.25rem;
  }

  .sm\:focus\:gap-y-6:focus {
    row-gap: 1.5rem;
  }

  .sm\:focus\:gap-y-7:focus {
    row-gap: 1.75rem;
  }

  .sm\:focus\:gap-y-8:focus {
    row-gap: 2rem;
  }

  .sm\:focus\:gap-y-9:focus {
    row-gap: 2.25rem;
  }

  .sm\:focus\:gap-y-10:focus {
    row-gap: 2.5rem;
  }

  .sm\:focus\:gap-y-11:focus {
    row-gap: 2.75rem;
  }

  .sm\:focus\:gap-y-12:focus {
    row-gap: 3rem;
  }

  .sm\:focus\:gap-y-14:focus {
    row-gap: 3.5rem;
  }

  .sm\:focus\:gap-y-16:focus {
    row-gap: 4rem;
  }

  .sm\:focus\:gap-y-20:focus {
    row-gap: 5rem;
  }

  .sm\:focus\:gap-y-24:focus {
    row-gap: 6rem;
  }

  .sm\:focus\:gap-y-28:focus {
    row-gap: 7rem;
  }

  .sm\:focus\:gap-y-32:focus {
    row-gap: 8rem;
  }

  .sm\:focus\:gap-y-36:focus {
    row-gap: 9rem;
  }

  .sm\:focus\:gap-y-40:focus {
    row-gap: 10rem;
  }

  .sm\:focus\:gap-y-44:focus {
    row-gap: 11rem;
  }

  .sm\:focus\:gap-y-48:focus {
    row-gap: 12rem;
  }

  .sm\:focus\:gap-y-52:focus {
    row-gap: 13rem;
  }

  .sm\:focus\:gap-y-56:focus {
    row-gap: 14rem;
  }

  .sm\:focus\:gap-y-60:focus {
    row-gap: 15rem;
  }

  .sm\:focus\:gap-y-64:focus {
    row-gap: 16rem;
  }

  .sm\:focus\:gap-y-72:focus {
    row-gap: 18rem;
  }

  .sm\:focus\:gap-y-80:focus {
    row-gap: 20rem;
  }

  .sm\:focus\:gap-y-96:focus {
    row-gap: 24rem;
  }

  .sm\:focus\:gap-y-px:focus {
    row-gap: 1px;
  }

  .sm\:focus\:gap-y-0\.5:focus {
    row-gap: 0.125rem;
  }

  .sm\:focus\:gap-y-1\.5:focus {
    row-gap: 0.375rem;
  }

  .sm\:focus\:gap-y-2\.5:focus {
    row-gap: 0.625rem;
  }

  .sm\:focus\:gap-y-3\.5:focus {
    row-gap: 0.875rem;
  }

  .sm\:active\:gap-0:active {
    gap: 0px;
  }

  .sm\:active\:gap-1:active {
    gap: 0.25rem;
  }

  .sm\:active\:gap-2:active {
    gap: 0.5rem;
  }

  .sm\:active\:gap-3:active {
    gap: 0.75rem;
  }

  .sm\:active\:gap-4:active {
    gap: 1rem;
  }

  .sm\:active\:gap-5:active {
    gap: 1.25rem;
  }

  .sm\:active\:gap-6:active {
    gap: 1.5rem;
  }

  .sm\:active\:gap-7:active {
    gap: 1.75rem;
  }

  .sm\:active\:gap-8:active {
    gap: 2rem;
  }

  .sm\:active\:gap-9:active {
    gap: 2.25rem;
  }

  .sm\:active\:gap-10:active {
    gap: 2.5rem;
  }

  .sm\:active\:gap-11:active {
    gap: 2.75rem;
  }

  .sm\:active\:gap-12:active {
    gap: 3rem;
  }

  .sm\:active\:gap-14:active {
    gap: 3.5rem;
  }

  .sm\:active\:gap-16:active {
    gap: 4rem;
  }

  .sm\:active\:gap-20:active {
    gap: 5rem;
  }

  .sm\:active\:gap-24:active {
    gap: 6rem;
  }

  .sm\:active\:gap-28:active {
    gap: 7rem;
  }

  .sm\:active\:gap-32:active {
    gap: 8rem;
  }

  .sm\:active\:gap-36:active {
    gap: 9rem;
  }

  .sm\:active\:gap-40:active {
    gap: 10rem;
  }

  .sm\:active\:gap-44:active {
    gap: 11rem;
  }

  .sm\:active\:gap-48:active {
    gap: 12rem;
  }

  .sm\:active\:gap-52:active {
    gap: 13rem;
  }

  .sm\:active\:gap-56:active {
    gap: 14rem;
  }

  .sm\:active\:gap-60:active {
    gap: 15rem;
  }

  .sm\:active\:gap-64:active {
    gap: 16rem;
  }

  .sm\:active\:gap-72:active {
    gap: 18rem;
  }

  .sm\:active\:gap-80:active {
    gap: 20rem;
  }

  .sm\:active\:gap-96:active {
    gap: 24rem;
  }

  .sm\:active\:gap-px:active {
    gap: 1px;
  }

  .sm\:active\:gap-0\.5:active {
    gap: 0.125rem;
  }

  .sm\:active\:gap-1\.5:active {
    gap: 0.375rem;
  }

  .sm\:active\:gap-2\.5:active {
    gap: 0.625rem;
  }

  .sm\:active\:gap-3\.5:active {
    gap: 0.875rem;
  }

  .sm\:active\:gap-x-0:active {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:active\:gap-x-1:active {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:active\:gap-x-2:active {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:active\:gap-x-3:active {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:active\:gap-x-4:active {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:active\:gap-x-5:active {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:active\:gap-x-6:active {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:active\:gap-x-7:active {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:active\:gap-x-8:active {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:active\:gap-x-9:active {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:active\:gap-x-10:active {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:active\:gap-x-11:active {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:active\:gap-x-12:active {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:active\:gap-x-14:active {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:active\:gap-x-16:active {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:active\:gap-x-20:active {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:active\:gap-x-24:active {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:active\:gap-x-28:active {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:active\:gap-x-32:active {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:active\:gap-x-36:active {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:active\:gap-x-40:active {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:active\:gap-x-44:active {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:active\:gap-x-48:active {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:active\:gap-x-52:active {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:active\:gap-x-56:active {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:active\:gap-x-60:active {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:active\:gap-x-64:active {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:active\:gap-x-72:active {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:active\:gap-x-80:active {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:active\:gap-x-96:active {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:active\:gap-x-px:active {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:active\:gap-x-0\.5:active {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:active\:gap-x-1\.5:active {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:active\:gap-x-2\.5:active {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:active\:gap-x-3\.5:active {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:active\:gap-y-0:active {
    row-gap: 0px;
  }

  .sm\:active\:gap-y-1:active {
    row-gap: 0.25rem;
  }

  .sm\:active\:gap-y-2:active {
    row-gap: 0.5rem;
  }

  .sm\:active\:gap-y-3:active {
    row-gap: 0.75rem;
  }

  .sm\:active\:gap-y-4:active {
    row-gap: 1rem;
  }

  .sm\:active\:gap-y-5:active {
    row-gap: 1.25rem;
  }

  .sm\:active\:gap-y-6:active {
    row-gap: 1.5rem;
  }

  .sm\:active\:gap-y-7:active {
    row-gap: 1.75rem;
  }

  .sm\:active\:gap-y-8:active {
    row-gap: 2rem;
  }

  .sm\:active\:gap-y-9:active {
    row-gap: 2.25rem;
  }

  .sm\:active\:gap-y-10:active {
    row-gap: 2.5rem;
  }

  .sm\:active\:gap-y-11:active {
    row-gap: 2.75rem;
  }

  .sm\:active\:gap-y-12:active {
    row-gap: 3rem;
  }

  .sm\:active\:gap-y-14:active {
    row-gap: 3.5rem;
  }

  .sm\:active\:gap-y-16:active {
    row-gap: 4rem;
  }

  .sm\:active\:gap-y-20:active {
    row-gap: 5rem;
  }

  .sm\:active\:gap-y-24:active {
    row-gap: 6rem;
  }

  .sm\:active\:gap-y-28:active {
    row-gap: 7rem;
  }

  .sm\:active\:gap-y-32:active {
    row-gap: 8rem;
  }

  .sm\:active\:gap-y-36:active {
    row-gap: 9rem;
  }

  .sm\:active\:gap-y-40:active {
    row-gap: 10rem;
  }

  .sm\:active\:gap-y-44:active {
    row-gap: 11rem;
  }

  .sm\:active\:gap-y-48:active {
    row-gap: 12rem;
  }

  .sm\:active\:gap-y-52:active {
    row-gap: 13rem;
  }

  .sm\:active\:gap-y-56:active {
    row-gap: 14rem;
  }

  .sm\:active\:gap-y-60:active {
    row-gap: 15rem;
  }

  .sm\:active\:gap-y-64:active {
    row-gap: 16rem;
  }

  .sm\:active\:gap-y-72:active {
    row-gap: 18rem;
  }

  .sm\:active\:gap-y-80:active {
    row-gap: 20rem;
  }

  .sm\:active\:gap-y-96:active {
    row-gap: 24rem;
  }

  .sm\:active\:gap-y-px:active {
    row-gap: 1px;
  }

  .sm\:active\:gap-y-0\.5:active {
    row-gap: 0.125rem;
  }

  .sm\:active\:gap-y-1\.5:active {
    row-gap: 0.375rem;
  }

  .sm\:active\:gap-y-2\.5:active {
    row-gap: 0.625rem;
  }

  .sm\:active\:gap-y-3\.5:active {
    row-gap: 0.875rem;
  }

  .sm\:visited\:gap-0:visited {
    gap: 0px;
  }

  .sm\:visited\:gap-1:visited {
    gap: 0.25rem;
  }

  .sm\:visited\:gap-2:visited {
    gap: 0.5rem;
  }

  .sm\:visited\:gap-3:visited {
    gap: 0.75rem;
  }

  .sm\:visited\:gap-4:visited {
    gap: 1rem;
  }

  .sm\:visited\:gap-5:visited {
    gap: 1.25rem;
  }

  .sm\:visited\:gap-6:visited {
    gap: 1.5rem;
  }

  .sm\:visited\:gap-7:visited {
    gap: 1.75rem;
  }

  .sm\:visited\:gap-8:visited {
    gap: 2rem;
  }

  .sm\:visited\:gap-9:visited {
    gap: 2.25rem;
  }

  .sm\:visited\:gap-10:visited {
    gap: 2.5rem;
  }

  .sm\:visited\:gap-11:visited {
    gap: 2.75rem;
  }

  .sm\:visited\:gap-12:visited {
    gap: 3rem;
  }

  .sm\:visited\:gap-14:visited {
    gap: 3.5rem;
  }

  .sm\:visited\:gap-16:visited {
    gap: 4rem;
  }

  .sm\:visited\:gap-20:visited {
    gap: 5rem;
  }

  .sm\:visited\:gap-24:visited {
    gap: 6rem;
  }

  .sm\:visited\:gap-28:visited {
    gap: 7rem;
  }

  .sm\:visited\:gap-32:visited {
    gap: 8rem;
  }

  .sm\:visited\:gap-36:visited {
    gap: 9rem;
  }

  .sm\:visited\:gap-40:visited {
    gap: 10rem;
  }

  .sm\:visited\:gap-44:visited {
    gap: 11rem;
  }

  .sm\:visited\:gap-48:visited {
    gap: 12rem;
  }

  .sm\:visited\:gap-52:visited {
    gap: 13rem;
  }

  .sm\:visited\:gap-56:visited {
    gap: 14rem;
  }

  .sm\:visited\:gap-60:visited {
    gap: 15rem;
  }

  .sm\:visited\:gap-64:visited {
    gap: 16rem;
  }

  .sm\:visited\:gap-72:visited {
    gap: 18rem;
  }

  .sm\:visited\:gap-80:visited {
    gap: 20rem;
  }

  .sm\:visited\:gap-96:visited {
    gap: 24rem;
  }

  .sm\:visited\:gap-px:visited {
    gap: 1px;
  }

  .sm\:visited\:gap-0\.5:visited {
    gap: 0.125rem;
  }

  .sm\:visited\:gap-1\.5:visited {
    gap: 0.375rem;
  }

  .sm\:visited\:gap-2\.5:visited {
    gap: 0.625rem;
  }

  .sm\:visited\:gap-3\.5:visited {
    gap: 0.875rem;
  }

  .sm\:visited\:gap-x-0:visited {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:visited\:gap-x-1:visited {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:visited\:gap-x-2:visited {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:visited\:gap-x-3:visited {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:visited\:gap-x-4:visited {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:visited\:gap-x-5:visited {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:visited\:gap-x-6:visited {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:visited\:gap-x-7:visited {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:visited\:gap-x-8:visited {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:visited\:gap-x-9:visited {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:visited\:gap-x-10:visited {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:visited\:gap-x-11:visited {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:visited\:gap-x-12:visited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:visited\:gap-x-14:visited {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:visited\:gap-x-16:visited {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:visited\:gap-x-20:visited {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:visited\:gap-x-24:visited {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:visited\:gap-x-28:visited {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:visited\:gap-x-32:visited {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:visited\:gap-x-36:visited {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:visited\:gap-x-40:visited {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:visited\:gap-x-44:visited {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:visited\:gap-x-48:visited {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:visited\:gap-x-52:visited {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:visited\:gap-x-56:visited {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:visited\:gap-x-60:visited {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:visited\:gap-x-64:visited {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:visited\:gap-x-72:visited {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:visited\:gap-x-80:visited {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:visited\:gap-x-96:visited {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:visited\:gap-x-px:visited {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:visited\:gap-x-0\.5:visited {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:visited\:gap-x-1\.5:visited {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:visited\:gap-x-2\.5:visited {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:visited\:gap-x-3\.5:visited {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:visited\:gap-y-0:visited {
    row-gap: 0px;
  }

  .sm\:visited\:gap-y-1:visited {
    row-gap: 0.25rem;
  }

  .sm\:visited\:gap-y-2:visited {
    row-gap: 0.5rem;
  }

  .sm\:visited\:gap-y-3:visited {
    row-gap: 0.75rem;
  }

  .sm\:visited\:gap-y-4:visited {
    row-gap: 1rem;
  }

  .sm\:visited\:gap-y-5:visited {
    row-gap: 1.25rem;
  }

  .sm\:visited\:gap-y-6:visited {
    row-gap: 1.5rem;
  }

  .sm\:visited\:gap-y-7:visited {
    row-gap: 1.75rem;
  }

  .sm\:visited\:gap-y-8:visited {
    row-gap: 2rem;
  }

  .sm\:visited\:gap-y-9:visited {
    row-gap: 2.25rem;
  }

  .sm\:visited\:gap-y-10:visited {
    row-gap: 2.5rem;
  }

  .sm\:visited\:gap-y-11:visited {
    row-gap: 2.75rem;
  }

  .sm\:visited\:gap-y-12:visited {
    row-gap: 3rem;
  }

  .sm\:visited\:gap-y-14:visited {
    row-gap: 3.5rem;
  }

  .sm\:visited\:gap-y-16:visited {
    row-gap: 4rem;
  }

  .sm\:visited\:gap-y-20:visited {
    row-gap: 5rem;
  }

  .sm\:visited\:gap-y-24:visited {
    row-gap: 6rem;
  }

  .sm\:visited\:gap-y-28:visited {
    row-gap: 7rem;
  }

  .sm\:visited\:gap-y-32:visited {
    row-gap: 8rem;
  }

  .sm\:visited\:gap-y-36:visited {
    row-gap: 9rem;
  }

  .sm\:visited\:gap-y-40:visited {
    row-gap: 10rem;
  }

  .sm\:visited\:gap-y-44:visited {
    row-gap: 11rem;
  }

  .sm\:visited\:gap-y-48:visited {
    row-gap: 12rem;
  }

  .sm\:visited\:gap-y-52:visited {
    row-gap: 13rem;
  }

  .sm\:visited\:gap-y-56:visited {
    row-gap: 14rem;
  }

  .sm\:visited\:gap-y-60:visited {
    row-gap: 15rem;
  }

  .sm\:visited\:gap-y-64:visited {
    row-gap: 16rem;
  }

  .sm\:visited\:gap-y-72:visited {
    row-gap: 18rem;
  }

  .sm\:visited\:gap-y-80:visited {
    row-gap: 20rem;
  }

  .sm\:visited\:gap-y-96:visited {
    row-gap: 24rem;
  }

  .sm\:visited\:gap-y-px:visited {
    row-gap: 1px;
  }

  .sm\:visited\:gap-y-0\.5:visited {
    row-gap: 0.125rem;
  }

  .sm\:visited\:gap-y-1\.5:visited {
    row-gap: 0.375rem;
  }

  .sm\:visited\:gap-y-2\.5:visited {
    row-gap: 0.625rem;
  }

  .sm\:visited\:gap-y-3\.5:visited {
    row-gap: 0.875rem;
  }

  .sm\:disabled\:gap-0:disabled {
    gap: 0px;
  }

  .sm\:disabled\:gap-1:disabled {
    gap: 0.25rem;
  }

  .sm\:disabled\:gap-2:disabled {
    gap: 0.5rem;
  }

  .sm\:disabled\:gap-3:disabled {
    gap: 0.75rem;
  }

  .sm\:disabled\:gap-4:disabled {
    gap: 1rem;
  }

  .sm\:disabled\:gap-5:disabled {
    gap: 1.25rem;
  }

  .sm\:disabled\:gap-6:disabled {
    gap: 1.5rem;
  }

  .sm\:disabled\:gap-7:disabled {
    gap: 1.75rem;
  }

  .sm\:disabled\:gap-8:disabled {
    gap: 2rem;
  }

  .sm\:disabled\:gap-9:disabled {
    gap: 2.25rem;
  }

  .sm\:disabled\:gap-10:disabled {
    gap: 2.5rem;
  }

  .sm\:disabled\:gap-11:disabled {
    gap: 2.75rem;
  }

  .sm\:disabled\:gap-12:disabled {
    gap: 3rem;
  }

  .sm\:disabled\:gap-14:disabled {
    gap: 3.5rem;
  }

  .sm\:disabled\:gap-16:disabled {
    gap: 4rem;
  }

  .sm\:disabled\:gap-20:disabled {
    gap: 5rem;
  }

  .sm\:disabled\:gap-24:disabled {
    gap: 6rem;
  }

  .sm\:disabled\:gap-28:disabled {
    gap: 7rem;
  }

  .sm\:disabled\:gap-32:disabled {
    gap: 8rem;
  }

  .sm\:disabled\:gap-36:disabled {
    gap: 9rem;
  }

  .sm\:disabled\:gap-40:disabled {
    gap: 10rem;
  }

  .sm\:disabled\:gap-44:disabled {
    gap: 11rem;
  }

  .sm\:disabled\:gap-48:disabled {
    gap: 12rem;
  }

  .sm\:disabled\:gap-52:disabled {
    gap: 13rem;
  }

  .sm\:disabled\:gap-56:disabled {
    gap: 14rem;
  }

  .sm\:disabled\:gap-60:disabled {
    gap: 15rem;
  }

  .sm\:disabled\:gap-64:disabled {
    gap: 16rem;
  }

  .sm\:disabled\:gap-72:disabled {
    gap: 18rem;
  }

  .sm\:disabled\:gap-80:disabled {
    gap: 20rem;
  }

  .sm\:disabled\:gap-96:disabled {
    gap: 24rem;
  }

  .sm\:disabled\:gap-px:disabled {
    gap: 1px;
  }

  .sm\:disabled\:gap-0\.5:disabled {
    gap: 0.125rem;
  }

  .sm\:disabled\:gap-1\.5:disabled {
    gap: 0.375rem;
  }

  .sm\:disabled\:gap-2\.5:disabled {
    gap: 0.625rem;
  }

  .sm\:disabled\:gap-3\.5:disabled {
    gap: 0.875rem;
  }

  .sm\:disabled\:gap-x-0:disabled {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:disabled\:gap-x-1:disabled {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:disabled\:gap-x-2:disabled {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:disabled\:gap-x-3:disabled {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:disabled\:gap-x-4:disabled {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:disabled\:gap-x-5:disabled {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:disabled\:gap-x-6:disabled {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:disabled\:gap-x-7:disabled {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:disabled\:gap-x-8:disabled {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:disabled\:gap-x-9:disabled {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:disabled\:gap-x-10:disabled {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:disabled\:gap-x-11:disabled {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:disabled\:gap-x-12:disabled {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:disabled\:gap-x-14:disabled {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:disabled\:gap-x-16:disabled {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:disabled\:gap-x-20:disabled {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:disabled\:gap-x-24:disabled {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:disabled\:gap-x-28:disabled {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:disabled\:gap-x-32:disabled {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:disabled\:gap-x-36:disabled {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:disabled\:gap-x-40:disabled {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:disabled\:gap-x-44:disabled {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:disabled\:gap-x-48:disabled {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:disabled\:gap-x-52:disabled {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:disabled\:gap-x-56:disabled {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:disabled\:gap-x-60:disabled {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:disabled\:gap-x-64:disabled {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:disabled\:gap-x-72:disabled {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:disabled\:gap-x-80:disabled {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:disabled\:gap-x-96:disabled {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:disabled\:gap-x-px:disabled {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:disabled\:gap-x-0\.5:disabled {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:disabled\:gap-x-1\.5:disabled {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:disabled\:gap-x-2\.5:disabled {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:disabled\:gap-x-3\.5:disabled {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:disabled\:gap-y-0:disabled {
    row-gap: 0px;
  }

  .sm\:disabled\:gap-y-1:disabled {
    row-gap: 0.25rem;
  }

  .sm\:disabled\:gap-y-2:disabled {
    row-gap: 0.5rem;
  }

  .sm\:disabled\:gap-y-3:disabled {
    row-gap: 0.75rem;
  }

  .sm\:disabled\:gap-y-4:disabled {
    row-gap: 1rem;
  }

  .sm\:disabled\:gap-y-5:disabled {
    row-gap: 1.25rem;
  }

  .sm\:disabled\:gap-y-6:disabled {
    row-gap: 1.5rem;
  }

  .sm\:disabled\:gap-y-7:disabled {
    row-gap: 1.75rem;
  }

  .sm\:disabled\:gap-y-8:disabled {
    row-gap: 2rem;
  }

  .sm\:disabled\:gap-y-9:disabled {
    row-gap: 2.25rem;
  }

  .sm\:disabled\:gap-y-10:disabled {
    row-gap: 2.5rem;
  }

  .sm\:disabled\:gap-y-11:disabled {
    row-gap: 2.75rem;
  }

  .sm\:disabled\:gap-y-12:disabled {
    row-gap: 3rem;
  }

  .sm\:disabled\:gap-y-14:disabled {
    row-gap: 3.5rem;
  }

  .sm\:disabled\:gap-y-16:disabled {
    row-gap: 4rem;
  }

  .sm\:disabled\:gap-y-20:disabled {
    row-gap: 5rem;
  }

  .sm\:disabled\:gap-y-24:disabled {
    row-gap: 6rem;
  }

  .sm\:disabled\:gap-y-28:disabled {
    row-gap: 7rem;
  }

  .sm\:disabled\:gap-y-32:disabled {
    row-gap: 8rem;
  }

  .sm\:disabled\:gap-y-36:disabled {
    row-gap: 9rem;
  }

  .sm\:disabled\:gap-y-40:disabled {
    row-gap: 10rem;
  }

  .sm\:disabled\:gap-y-44:disabled {
    row-gap: 11rem;
  }

  .sm\:disabled\:gap-y-48:disabled {
    row-gap: 12rem;
  }

  .sm\:disabled\:gap-y-52:disabled {
    row-gap: 13rem;
  }

  .sm\:disabled\:gap-y-56:disabled {
    row-gap: 14rem;
  }

  .sm\:disabled\:gap-y-60:disabled {
    row-gap: 15rem;
  }

  .sm\:disabled\:gap-y-64:disabled {
    row-gap: 16rem;
  }

  .sm\:disabled\:gap-y-72:disabled {
    row-gap: 18rem;
  }

  .sm\:disabled\:gap-y-80:disabled {
    row-gap: 20rem;
  }

  .sm\:disabled\:gap-y-96:disabled {
    row-gap: 24rem;
  }

  .sm\:disabled\:gap-y-px:disabled {
    row-gap: 1px;
  }

  .sm\:disabled\:gap-y-0\.5:disabled {
    row-gap: 0.125rem;
  }

  .sm\:disabled\:gap-y-1\.5:disabled {
    row-gap: 0.375rem;
  }

  .sm\:disabled\:gap-y-2\.5:disabled {
    row-gap: 0.625rem;
  }

  .sm\:disabled\:gap-y-3\.5:disabled {
    row-gap: 0.875rem;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .sm\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .sm\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .sm\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:focus-within\:grid-flow-row:focus-within {
    grid-auto-flow: row;
  }

  .sm\:focus-within\:grid-flow-col:focus-within {
    grid-auto-flow: column;
  }

  .sm\:focus-within\:grid-flow-row-dense:focus-within {
    grid-auto-flow: row dense;
  }

  .sm\:focus-within\:grid-flow-col-dense:focus-within {
    grid-auto-flow: column dense;
  }

  .sm\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .sm\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .sm\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .sm\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .sm\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .sm\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .sm\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .sm\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .sm\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .sm\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .sm\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .sm\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .sm\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .sm\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .sm\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .sm\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .sm\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .sm\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .sm\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .sm\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .sm\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .sm\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .sm\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .sm\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .sm\:active\:grid-flow-row:active {
    grid-auto-flow: row;
  }

  .sm\:active\:grid-flow-col:active {
    grid-auto-flow: column;
  }

  .sm\:active\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }

  .sm\:active\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }

  .sm\:visited\:grid-flow-row:visited {
    grid-auto-flow: row;
  }

  .sm\:visited\:grid-flow-col:visited {
    grid-auto-flow: column;
  }

  .sm\:visited\:grid-flow-row-dense:visited {
    grid-auto-flow: row dense;
  }

  .sm\:visited\:grid-flow-col-dense:visited {
    grid-auto-flow: column dense;
  }

  .sm\:disabled\:grid-flow-row:disabled {
    grid-auto-flow: row;
  }

  .sm\:disabled\:grid-flow-col:disabled {
    grid-auto-flow: column;
  }

  .sm\:disabled\:grid-flow-row-dense:disabled {
    grid-auto-flow: row dense;
  }

  .sm\:disabled\:grid-flow-col-dense:disabled {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .group:hover .sm\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:focus-within\:grid-cols-1:focus-within {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-2:focus-within {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-3:focus-within {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-4:focus-within {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-5:focus-within {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-6:focus-within {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-7:focus-within {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-8:focus-within {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-9:focus-within {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-10:focus-within {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-11:focus-within {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-12:focus-within {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-cols-none:focus-within {
    grid-template-columns: none;
  }

  .sm\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .sm\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .sm\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .sm\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .sm\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .sm\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .sm\:active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:active\:grid-cols-none:active {
    grid-template-columns: none;
  }

  .sm\:visited\:grid-cols-1:visited {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-2:visited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-3:visited {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-4:visited {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-5:visited {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-6:visited {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-7:visited {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-8:visited {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-9:visited {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-10:visited {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-11:visited {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-12:visited {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:visited\:grid-cols-none:visited {
    grid-template-columns: none;
  }

  .sm\:disabled\:grid-cols-1:disabled {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-2:disabled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-3:disabled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-4:disabled {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-5:disabled {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-6:disabled {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-7:disabled {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-8:disabled {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-9:disabled {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-10:disabled {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-11:disabled {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-12:disabled {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-cols-none:disabled {
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .sm\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .sm\:group-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .group:hover .sm\:group-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .group:hover .sm\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:focus-within\:auto-cols-auto:focus-within {
    grid-auto-columns: auto;
  }

  .sm\:focus-within\:auto-cols-min:focus-within {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:focus-within\:auto-cols-max:focus-within {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:focus-within\:auto-cols-fr:focus-within {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .sm\:first\:auto-cols-min:first-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:first\:auto-cols-max:first-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .sm\:last\:auto-cols-min:last-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:last\:auto-cols-max:last-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:odd\:auto-cols-auto:nth-child(odd) {
    grid-auto-columns: auto;
  }

  .sm\:odd\:auto-cols-min:nth-child(odd) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:odd\:auto-cols-max:nth-child(odd) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:odd\:auto-cols-fr:nth-child(odd) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:even\:auto-cols-auto:nth-child(even) {
    grid-auto-columns: auto;
  }

  .sm\:even\:auto-cols-min:nth-child(even) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:even\:auto-cols-max:nth-child(even) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:even\:auto-cols-fr:nth-child(even) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .sm\:hover\:auto-cols-min:hover {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:hover\:auto-cols-max:hover {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .sm\:focus\:auto-cols-min:focus {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:focus\:auto-cols-max:focus {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:active\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }

  .sm\:active\:auto-cols-min:active {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:active\:auto-cols-max:active {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:active\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:visited\:auto-cols-auto:visited {
    grid-auto-columns: auto;
  }

  .sm\:visited\:auto-cols-min:visited {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:visited\:auto-cols-max:visited {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:visited\:auto-cols-fr:visited {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:disabled\:auto-cols-auto:disabled {
    grid-auto-columns: auto;
  }

  .sm\:disabled\:auto-cols-min:disabled {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:disabled\:auto-cols-max:disabled {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:disabled\:auto-cols-fr:disabled {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .group:hover .sm\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .sm\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .sm\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .sm\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .sm\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .sm\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .sm\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .sm\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .sm\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .sm\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .sm\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .sm\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .sm\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .sm\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:focus-within\:col-auto:focus-within {
    grid-column: auto;
  }

  .sm\:focus-within\:col-span-1:focus-within {
    grid-column: span 1 / span 1;
  }

  .sm\:focus-within\:col-span-2:focus-within {
    grid-column: span 2 / span 2;
  }

  .sm\:focus-within\:col-span-3:focus-within {
    grid-column: span 3 / span 3;
  }

  .sm\:focus-within\:col-span-4:focus-within {
    grid-column: span 4 / span 4;
  }

  .sm\:focus-within\:col-span-5:focus-within {
    grid-column: span 5 / span 5;
  }

  .sm\:focus-within\:col-span-6:focus-within {
    grid-column: span 6 / span 6;
  }

  .sm\:focus-within\:col-span-7:focus-within {
    grid-column: span 7 / span 7;
  }

  .sm\:focus-within\:col-span-8:focus-within {
    grid-column: span 8 / span 8;
  }

  .sm\:focus-within\:col-span-9:focus-within {
    grid-column: span 9 / span 9;
  }

  .sm\:focus-within\:col-span-10:focus-within {
    grid-column: span 10 / span 10;
  }

  .sm\:focus-within\:col-span-11:focus-within {
    grid-column: span 11 / span 11;
  }

  .sm\:focus-within\:col-span-12:focus-within {
    grid-column: span 12 / span 12;
  }

  .sm\:focus-within\:col-span-full:focus-within {
    grid-column: 1 / -1;
  }

  .sm\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .sm\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .sm\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .sm\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .sm\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .sm\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .sm\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .sm\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .sm\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .sm\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .sm\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .sm\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .sm\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .sm\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .sm\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .sm\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .sm\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .sm\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .sm\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .sm\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .sm\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .sm\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .sm\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .sm\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .sm\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .sm\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .sm\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .sm\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .sm\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .sm\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .sm\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .sm\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .sm\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .sm\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .sm\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .sm\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .sm\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .sm\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .sm\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .sm\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .sm\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .sm\:odd\:col-span-full:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .sm\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .sm\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .sm\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .sm\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .sm\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .sm\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .sm\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .sm\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .sm\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .sm\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .sm\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .sm\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .sm\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .sm\:even\:col-span-full:nth-child(even) {
    grid-column: 1 / -1;
  }

  .sm\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .sm\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .sm\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .sm\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .sm\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .sm\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .sm\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .sm\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .sm\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .sm\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .sm\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .sm\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .sm\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .sm\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .sm\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .sm\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .sm\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .sm\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .sm\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .sm\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .sm\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .sm\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .sm\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .sm\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .sm\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .sm\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .sm\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .sm\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .sm\:active\:col-auto:active {
    grid-column: auto;
  }

  .sm\:active\:col-span-1:active {
    grid-column: span 1 / span 1;
  }

  .sm\:active\:col-span-2:active {
    grid-column: span 2 / span 2;
  }

  .sm\:active\:col-span-3:active {
    grid-column: span 3 / span 3;
  }

  .sm\:active\:col-span-4:active {
    grid-column: span 4 / span 4;
  }

  .sm\:active\:col-span-5:active {
    grid-column: span 5 / span 5;
  }

  .sm\:active\:col-span-6:active {
    grid-column: span 6 / span 6;
  }

  .sm\:active\:col-span-7:active {
    grid-column: span 7 / span 7;
  }

  .sm\:active\:col-span-8:active {
    grid-column: span 8 / span 8;
  }

  .sm\:active\:col-span-9:active {
    grid-column: span 9 / span 9;
  }

  .sm\:active\:col-span-10:active {
    grid-column: span 10 / span 10;
  }

  .sm\:active\:col-span-11:active {
    grid-column: span 11 / span 11;
  }

  .sm\:active\:col-span-12:active {
    grid-column: span 12 / span 12;
  }

  .sm\:active\:col-span-full:active {
    grid-column: 1 / -1;
  }

  .sm\:visited\:col-auto:visited {
    grid-column: auto;
  }

  .sm\:visited\:col-span-1:visited {
    grid-column: span 1 / span 1;
  }

  .sm\:visited\:col-span-2:visited {
    grid-column: span 2 / span 2;
  }

  .sm\:visited\:col-span-3:visited {
    grid-column: span 3 / span 3;
  }

  .sm\:visited\:col-span-4:visited {
    grid-column: span 4 / span 4;
  }

  .sm\:visited\:col-span-5:visited {
    grid-column: span 5 / span 5;
  }

  .sm\:visited\:col-span-6:visited {
    grid-column: span 6 / span 6;
  }

  .sm\:visited\:col-span-7:visited {
    grid-column: span 7 / span 7;
  }

  .sm\:visited\:col-span-8:visited {
    grid-column: span 8 / span 8;
  }

  .sm\:visited\:col-span-9:visited {
    grid-column: span 9 / span 9;
  }

  .sm\:visited\:col-span-10:visited {
    grid-column: span 10 / span 10;
  }

  .sm\:visited\:col-span-11:visited {
    grid-column: span 11 / span 11;
  }

  .sm\:visited\:col-span-12:visited {
    grid-column: span 12 / span 12;
  }

  .sm\:visited\:col-span-full:visited {
    grid-column: 1 / -1;
  }

  .sm\:disabled\:col-auto:disabled {
    grid-column: auto;
  }

  .sm\:disabled\:col-span-1:disabled {
    grid-column: span 1 / span 1;
  }

  .sm\:disabled\:col-span-2:disabled {
    grid-column: span 2 / span 2;
  }

  .sm\:disabled\:col-span-3:disabled {
    grid-column: span 3 / span 3;
  }

  .sm\:disabled\:col-span-4:disabled {
    grid-column: span 4 / span 4;
  }

  .sm\:disabled\:col-span-5:disabled {
    grid-column: span 5 / span 5;
  }

  .sm\:disabled\:col-span-6:disabled {
    grid-column: span 6 / span 6;
  }

  .sm\:disabled\:col-span-7:disabled {
    grid-column: span 7 / span 7;
  }

  .sm\:disabled\:col-span-8:disabled {
    grid-column: span 8 / span 8;
  }

  .sm\:disabled\:col-span-9:disabled {
    grid-column: span 9 / span 9;
  }

  .sm\:disabled\:col-span-10:disabled {
    grid-column: span 10 / span 10;
  }

  .sm\:disabled\:col-span-11:disabled {
    grid-column: span 11 / span 11;
  }

  .sm\:disabled\:col-span-12:disabled {
    grid-column: span 12 / span 12;
  }

  .sm\:disabled\:col-span-full:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .sm\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .sm\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .sm\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .sm\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .sm\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .sm\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .sm\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .sm\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .sm\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .sm\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .sm\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .sm\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .sm\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:focus-within\:col-start-1:focus-within {
    grid-column-start: 1;
  }

  .sm\:focus-within\:col-start-2:focus-within {
    grid-column-start: 2;
  }

  .sm\:focus-within\:col-start-3:focus-within {
    grid-column-start: 3;
  }

  .sm\:focus-within\:col-start-4:focus-within {
    grid-column-start: 4;
  }

  .sm\:focus-within\:col-start-5:focus-within {
    grid-column-start: 5;
  }

  .sm\:focus-within\:col-start-6:focus-within {
    grid-column-start: 6;
  }

  .sm\:focus-within\:col-start-7:focus-within {
    grid-column-start: 7;
  }

  .sm\:focus-within\:col-start-8:focus-within {
    grid-column-start: 8;
  }

  .sm\:focus-within\:col-start-9:focus-within {
    grid-column-start: 9;
  }

  .sm\:focus-within\:col-start-10:focus-within {
    grid-column-start: 10;
  }

  .sm\:focus-within\:col-start-11:focus-within {
    grid-column-start: 11;
  }

  .sm\:focus-within\:col-start-12:focus-within {
    grid-column-start: 12;
  }

  .sm\:focus-within\:col-start-13:focus-within {
    grid-column-start: 13;
  }

  .sm\:focus-within\:col-start-auto:focus-within {
    grid-column-start: auto;
  }

  .sm\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .sm\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .sm\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .sm\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .sm\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .sm\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .sm\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .sm\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .sm\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .sm\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .sm\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .sm\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .sm\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .sm\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .sm\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .sm\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .sm\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .sm\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .sm\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .sm\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .sm\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .sm\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .sm\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .sm\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .sm\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .sm\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .sm\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .sm\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .sm\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .sm\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .sm\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .sm\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .sm\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .sm\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .sm\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .sm\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .sm\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .sm\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .sm\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .sm\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .sm\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .sm\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .sm\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .sm\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .sm\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .sm\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .sm\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .sm\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .sm\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .sm\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .sm\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .sm\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .sm\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .sm\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .sm\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .sm\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .sm\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .sm\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .sm\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .sm\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .sm\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .sm\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .sm\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .sm\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .sm\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .sm\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .sm\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .sm\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .sm\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .sm\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .sm\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .sm\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .sm\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .sm\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .sm\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .sm\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .sm\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .sm\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .sm\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .sm\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .sm\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .sm\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .sm\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .sm\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .sm\:active\:col-start-1:active {
    grid-column-start: 1;
  }

  .sm\:active\:col-start-2:active {
    grid-column-start: 2;
  }

  .sm\:active\:col-start-3:active {
    grid-column-start: 3;
  }

  .sm\:active\:col-start-4:active {
    grid-column-start: 4;
  }

  .sm\:active\:col-start-5:active {
    grid-column-start: 5;
  }

  .sm\:active\:col-start-6:active {
    grid-column-start: 6;
  }

  .sm\:active\:col-start-7:active {
    grid-column-start: 7;
  }

  .sm\:active\:col-start-8:active {
    grid-column-start: 8;
  }

  .sm\:active\:col-start-9:active {
    grid-column-start: 9;
  }

  .sm\:active\:col-start-10:active {
    grid-column-start: 10;
  }

  .sm\:active\:col-start-11:active {
    grid-column-start: 11;
  }

  .sm\:active\:col-start-12:active {
    grid-column-start: 12;
  }

  .sm\:active\:col-start-13:active {
    grid-column-start: 13;
  }

  .sm\:active\:col-start-auto:active {
    grid-column-start: auto;
  }

  .sm\:visited\:col-start-1:visited {
    grid-column-start: 1;
  }

  .sm\:visited\:col-start-2:visited {
    grid-column-start: 2;
  }

  .sm\:visited\:col-start-3:visited {
    grid-column-start: 3;
  }

  .sm\:visited\:col-start-4:visited {
    grid-column-start: 4;
  }

  .sm\:visited\:col-start-5:visited {
    grid-column-start: 5;
  }

  .sm\:visited\:col-start-6:visited {
    grid-column-start: 6;
  }

  .sm\:visited\:col-start-7:visited {
    grid-column-start: 7;
  }

  .sm\:visited\:col-start-8:visited {
    grid-column-start: 8;
  }

  .sm\:visited\:col-start-9:visited {
    grid-column-start: 9;
  }

  .sm\:visited\:col-start-10:visited {
    grid-column-start: 10;
  }

  .sm\:visited\:col-start-11:visited {
    grid-column-start: 11;
  }

  .sm\:visited\:col-start-12:visited {
    grid-column-start: 12;
  }

  .sm\:visited\:col-start-13:visited {
    grid-column-start: 13;
  }

  .sm\:visited\:col-start-auto:visited {
    grid-column-start: auto;
  }

  .sm\:disabled\:col-start-1:disabled {
    grid-column-start: 1;
  }

  .sm\:disabled\:col-start-2:disabled {
    grid-column-start: 2;
  }

  .sm\:disabled\:col-start-3:disabled {
    grid-column-start: 3;
  }

  .sm\:disabled\:col-start-4:disabled {
    grid-column-start: 4;
  }

  .sm\:disabled\:col-start-5:disabled {
    grid-column-start: 5;
  }

  .sm\:disabled\:col-start-6:disabled {
    grid-column-start: 6;
  }

  .sm\:disabled\:col-start-7:disabled {
    grid-column-start: 7;
  }

  .sm\:disabled\:col-start-8:disabled {
    grid-column-start: 8;
  }

  .sm\:disabled\:col-start-9:disabled {
    grid-column-start: 9;
  }

  .sm\:disabled\:col-start-10:disabled {
    grid-column-start: 10;
  }

  .sm\:disabled\:col-start-11:disabled {
    grid-column-start: 11;
  }

  .sm\:disabled\:col-start-12:disabled {
    grid-column-start: 12;
  }

  .sm\:disabled\:col-start-13:disabled {
    grid-column-start: 13;
  }

  .sm\:disabled\:col-start-auto:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .sm\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .sm\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .sm\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .sm\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .sm\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .sm\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .sm\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .sm\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .sm\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .sm\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .sm\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .sm\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .sm\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:focus-within\:col-end-1:focus-within {
    grid-column-end: 1;
  }

  .sm\:focus-within\:col-end-2:focus-within {
    grid-column-end: 2;
  }

  .sm\:focus-within\:col-end-3:focus-within {
    grid-column-end: 3;
  }

  .sm\:focus-within\:col-end-4:focus-within {
    grid-column-end: 4;
  }

  .sm\:focus-within\:col-end-5:focus-within {
    grid-column-end: 5;
  }

  .sm\:focus-within\:col-end-6:focus-within {
    grid-column-end: 6;
  }

  .sm\:focus-within\:col-end-7:focus-within {
    grid-column-end: 7;
  }

  .sm\:focus-within\:col-end-8:focus-within {
    grid-column-end: 8;
  }

  .sm\:focus-within\:col-end-9:focus-within {
    grid-column-end: 9;
  }

  .sm\:focus-within\:col-end-10:focus-within {
    grid-column-end: 10;
  }

  .sm\:focus-within\:col-end-11:focus-within {
    grid-column-end: 11;
  }

  .sm\:focus-within\:col-end-12:focus-within {
    grid-column-end: 12;
  }

  .sm\:focus-within\:col-end-13:focus-within {
    grid-column-end: 13;
  }

  .sm\:focus-within\:col-end-auto:focus-within {
    grid-column-end: auto;
  }

  .sm\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .sm\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .sm\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .sm\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .sm\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .sm\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .sm\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .sm\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .sm\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .sm\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .sm\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .sm\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .sm\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .sm\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .sm\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .sm\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .sm\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .sm\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .sm\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .sm\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .sm\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .sm\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .sm\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .sm\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .sm\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .sm\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .sm\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .sm\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .sm\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .sm\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .sm\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .sm\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .sm\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .sm\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .sm\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .sm\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .sm\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .sm\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .sm\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .sm\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .sm\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .sm\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .sm\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .sm\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .sm\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .sm\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .sm\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .sm\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .sm\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .sm\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .sm\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .sm\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .sm\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .sm\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .sm\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .sm\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .sm\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .sm\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .sm\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .sm\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .sm\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .sm\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .sm\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .sm\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .sm\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .sm\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .sm\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .sm\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .sm\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .sm\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .sm\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .sm\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .sm\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .sm\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .sm\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .sm\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .sm\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .sm\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .sm\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .sm\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .sm\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .sm\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .sm\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .sm\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .sm\:active\:col-end-1:active {
    grid-column-end: 1;
  }

  .sm\:active\:col-end-2:active {
    grid-column-end: 2;
  }

  .sm\:active\:col-end-3:active {
    grid-column-end: 3;
  }

  .sm\:active\:col-end-4:active {
    grid-column-end: 4;
  }

  .sm\:active\:col-end-5:active {
    grid-column-end: 5;
  }

  .sm\:active\:col-end-6:active {
    grid-column-end: 6;
  }

  .sm\:active\:col-end-7:active {
    grid-column-end: 7;
  }

  .sm\:active\:col-end-8:active {
    grid-column-end: 8;
  }

  .sm\:active\:col-end-9:active {
    grid-column-end: 9;
  }

  .sm\:active\:col-end-10:active {
    grid-column-end: 10;
  }

  .sm\:active\:col-end-11:active {
    grid-column-end: 11;
  }

  .sm\:active\:col-end-12:active {
    grid-column-end: 12;
  }

  .sm\:active\:col-end-13:active {
    grid-column-end: 13;
  }

  .sm\:active\:col-end-auto:active {
    grid-column-end: auto;
  }

  .sm\:visited\:col-end-1:visited {
    grid-column-end: 1;
  }

  .sm\:visited\:col-end-2:visited {
    grid-column-end: 2;
  }

  .sm\:visited\:col-end-3:visited {
    grid-column-end: 3;
  }

  .sm\:visited\:col-end-4:visited {
    grid-column-end: 4;
  }

  .sm\:visited\:col-end-5:visited {
    grid-column-end: 5;
  }

  .sm\:visited\:col-end-6:visited {
    grid-column-end: 6;
  }

  .sm\:visited\:col-end-7:visited {
    grid-column-end: 7;
  }

  .sm\:visited\:col-end-8:visited {
    grid-column-end: 8;
  }

  .sm\:visited\:col-end-9:visited {
    grid-column-end: 9;
  }

  .sm\:visited\:col-end-10:visited {
    grid-column-end: 10;
  }

  .sm\:visited\:col-end-11:visited {
    grid-column-end: 11;
  }

  .sm\:visited\:col-end-12:visited {
    grid-column-end: 12;
  }

  .sm\:visited\:col-end-13:visited {
    grid-column-end: 13;
  }

  .sm\:visited\:col-end-auto:visited {
    grid-column-end: auto;
  }

  .sm\:disabled\:col-end-1:disabled {
    grid-column-end: 1;
  }

  .sm\:disabled\:col-end-2:disabled {
    grid-column-end: 2;
  }

  .sm\:disabled\:col-end-3:disabled {
    grid-column-end: 3;
  }

  .sm\:disabled\:col-end-4:disabled {
    grid-column-end: 4;
  }

  .sm\:disabled\:col-end-5:disabled {
    grid-column-end: 5;
  }

  .sm\:disabled\:col-end-6:disabled {
    grid-column-end: 6;
  }

  .sm\:disabled\:col-end-7:disabled {
    grid-column-end: 7;
  }

  .sm\:disabled\:col-end-8:disabled {
    grid-column-end: 8;
  }

  .sm\:disabled\:col-end-9:disabled {
    grid-column-end: 9;
  }

  .sm\:disabled\:col-end-10:disabled {
    grid-column-end: 10;
  }

  .sm\:disabled\:col-end-11:disabled {
    grid-column-end: 11;
  }

  .sm\:disabled\:col-end-12:disabled {
    grid-column-end: 12;
  }

  .sm\:disabled\:col-end-13:disabled {
    grid-column-end: 13;
  }

  .sm\:disabled\:col-end-auto:disabled {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .group:hover .sm\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .sm\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:focus-within\:grid-rows-1:focus-within {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-2:focus-within {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-3:focus-within {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-4:focus-within {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-5:focus-within {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-6:focus-within {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:focus-within\:grid-rows-none:focus-within {
    grid-template-rows: none;
  }

  .sm\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .sm\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .sm\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .sm\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .sm\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .sm\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .sm\:active\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:active\:grid-rows-none:active {
    grid-template-rows: none;
  }

  .sm\:visited\:grid-rows-1:visited {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-2:visited {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-3:visited {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-4:visited {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-5:visited {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-6:visited {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:visited\:grid-rows-none:visited {
    grid-template-rows: none;
  }

  .sm\:disabled\:grid-rows-1:disabled {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-2:disabled {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-3:disabled {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-4:disabled {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-5:disabled {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-6:disabled {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:disabled\:grid-rows-none:disabled {
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .sm\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .sm\:group-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .group:hover .sm\:group-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .group:hover .sm\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:focus-within\:auto-rows-auto:focus-within {
    grid-auto-rows: auto;
  }

  .sm\:focus-within\:auto-rows-min:focus-within {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:focus-within\:auto-rows-max:focus-within {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:focus-within\:auto-rows-fr:focus-within {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .sm\:first\:auto-rows-min:first-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:first\:auto-rows-max:first-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .sm\:last\:auto-rows-min:last-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:last\:auto-rows-max:last-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:odd\:auto-rows-auto:nth-child(odd) {
    grid-auto-rows: auto;
  }

  .sm\:odd\:auto-rows-min:nth-child(odd) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:odd\:auto-rows-max:nth-child(odd) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:odd\:auto-rows-fr:nth-child(odd) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:even\:auto-rows-auto:nth-child(even) {
    grid-auto-rows: auto;
  }

  .sm\:even\:auto-rows-min:nth-child(even) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:even\:auto-rows-max:nth-child(even) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:even\:auto-rows-fr:nth-child(even) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .sm\:hover\:auto-rows-min:hover {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:hover\:auto-rows-max:hover {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .sm\:focus\:auto-rows-min:focus {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:focus\:auto-rows-max:focus {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:active\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }

  .sm\:active\:auto-rows-min:active {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:active\:auto-rows-max:active {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:active\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:visited\:auto-rows-auto:visited {
    grid-auto-rows: auto;
  }

  .sm\:visited\:auto-rows-min:visited {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:visited\:auto-rows-max:visited {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:visited\:auto-rows-fr:visited {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:disabled\:auto-rows-auto:disabled {
    grid-auto-rows: auto;
  }

  .sm\:disabled\:auto-rows-min:disabled {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:disabled\:auto-rows-max:disabled {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:disabled\:auto-rows-fr:disabled {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .group:hover .sm\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .sm\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .sm\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .sm\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .sm\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .sm\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .sm\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .sm\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:focus-within\:row-auto:focus-within {
    grid-row: auto;
  }

  .sm\:focus-within\:row-span-1:focus-within {
    grid-row: span 1 / span 1;
  }

  .sm\:focus-within\:row-span-2:focus-within {
    grid-row: span 2 / span 2;
  }

  .sm\:focus-within\:row-span-3:focus-within {
    grid-row: span 3 / span 3;
  }

  .sm\:focus-within\:row-span-4:focus-within {
    grid-row: span 4 / span 4;
  }

  .sm\:focus-within\:row-span-5:focus-within {
    grid-row: span 5 / span 5;
  }

  .sm\:focus-within\:row-span-6:focus-within {
    grid-row: span 6 / span 6;
  }

  .sm\:focus-within\:row-span-full:focus-within {
    grid-row: 1 / -1;
  }

  .sm\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .sm\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .sm\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .sm\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .sm\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .sm\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .sm\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .sm\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .sm\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .sm\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .sm\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .sm\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .sm\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .sm\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .sm\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .sm\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .sm\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .sm\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .sm\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .sm\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .sm\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .sm\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .sm\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .sm\:odd\:row-span-full:nth-child(odd) {
    grid-row: 1 / -1;
  }

  .sm\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .sm\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .sm\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .sm\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .sm\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .sm\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .sm\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .sm\:even\:row-span-full:nth-child(even) {
    grid-row: 1 / -1;
  }

  .sm\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .sm\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .sm\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .sm\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .sm\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .sm\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .sm\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .sm\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .sm\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .sm\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .sm\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .sm\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .sm\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .sm\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .sm\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .sm\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .sm\:active\:row-auto:active {
    grid-row: auto;
  }

  .sm\:active\:row-span-1:active {
    grid-row: span 1 / span 1;
  }

  .sm\:active\:row-span-2:active {
    grid-row: span 2 / span 2;
  }

  .sm\:active\:row-span-3:active {
    grid-row: span 3 / span 3;
  }

  .sm\:active\:row-span-4:active {
    grid-row: span 4 / span 4;
  }

  .sm\:active\:row-span-5:active {
    grid-row: span 5 / span 5;
  }

  .sm\:active\:row-span-6:active {
    grid-row: span 6 / span 6;
  }

  .sm\:active\:row-span-full:active {
    grid-row: 1 / -1;
  }

  .sm\:visited\:row-auto:visited {
    grid-row: auto;
  }

  .sm\:visited\:row-span-1:visited {
    grid-row: span 1 / span 1;
  }

  .sm\:visited\:row-span-2:visited {
    grid-row: span 2 / span 2;
  }

  .sm\:visited\:row-span-3:visited {
    grid-row: span 3 / span 3;
  }

  .sm\:visited\:row-span-4:visited {
    grid-row: span 4 / span 4;
  }

  .sm\:visited\:row-span-5:visited {
    grid-row: span 5 / span 5;
  }

  .sm\:visited\:row-span-6:visited {
    grid-row: span 6 / span 6;
  }

  .sm\:visited\:row-span-full:visited {
    grid-row: 1 / -1;
  }

  .sm\:disabled\:row-auto:disabled {
    grid-row: auto;
  }

  .sm\:disabled\:row-span-1:disabled {
    grid-row: span 1 / span 1;
  }

  .sm\:disabled\:row-span-2:disabled {
    grid-row: span 2 / span 2;
  }

  .sm\:disabled\:row-span-3:disabled {
    grid-row: span 3 / span 3;
  }

  .sm\:disabled\:row-span-4:disabled {
    grid-row: span 4 / span 4;
  }

  .sm\:disabled\:row-span-5:disabled {
    grid-row: span 5 / span 5;
  }

  .sm\:disabled\:row-span-6:disabled {
    grid-row: span 6 / span 6;
  }

  .sm\:disabled\:row-span-full:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .sm\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .sm\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .sm\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .sm\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .sm\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .sm\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .sm\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:focus-within\:row-start-1:focus-within {
    grid-row-start: 1;
  }

  .sm\:focus-within\:row-start-2:focus-within {
    grid-row-start: 2;
  }

  .sm\:focus-within\:row-start-3:focus-within {
    grid-row-start: 3;
  }

  .sm\:focus-within\:row-start-4:focus-within {
    grid-row-start: 4;
  }

  .sm\:focus-within\:row-start-5:focus-within {
    grid-row-start: 5;
  }

  .sm\:focus-within\:row-start-6:focus-within {
    grid-row-start: 6;
  }

  .sm\:focus-within\:row-start-7:focus-within {
    grid-row-start: 7;
  }

  .sm\:focus-within\:row-start-auto:focus-within {
    grid-row-start: auto;
  }

  .sm\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .sm\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .sm\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .sm\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .sm\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .sm\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .sm\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .sm\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .sm\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .sm\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .sm\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .sm\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .sm\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .sm\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .sm\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .sm\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .sm\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .sm\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .sm\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .sm\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .sm\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .sm\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .sm\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .sm\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .sm\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .sm\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .sm\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .sm\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .sm\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .sm\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .sm\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .sm\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .sm\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .sm\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .sm\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .sm\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .sm\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .sm\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .sm\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .sm\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .sm\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .sm\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .sm\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .sm\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .sm\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .sm\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .sm\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .sm\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .sm\:active\:row-start-1:active {
    grid-row-start: 1;
  }

  .sm\:active\:row-start-2:active {
    grid-row-start: 2;
  }

  .sm\:active\:row-start-3:active {
    grid-row-start: 3;
  }

  .sm\:active\:row-start-4:active {
    grid-row-start: 4;
  }

  .sm\:active\:row-start-5:active {
    grid-row-start: 5;
  }

  .sm\:active\:row-start-6:active {
    grid-row-start: 6;
  }

  .sm\:active\:row-start-7:active {
    grid-row-start: 7;
  }

  .sm\:active\:row-start-auto:active {
    grid-row-start: auto;
  }

  .sm\:visited\:row-start-1:visited {
    grid-row-start: 1;
  }

  .sm\:visited\:row-start-2:visited {
    grid-row-start: 2;
  }

  .sm\:visited\:row-start-3:visited {
    grid-row-start: 3;
  }

  .sm\:visited\:row-start-4:visited {
    grid-row-start: 4;
  }

  .sm\:visited\:row-start-5:visited {
    grid-row-start: 5;
  }

  .sm\:visited\:row-start-6:visited {
    grid-row-start: 6;
  }

  .sm\:visited\:row-start-7:visited {
    grid-row-start: 7;
  }

  .sm\:visited\:row-start-auto:visited {
    grid-row-start: auto;
  }

  .sm\:disabled\:row-start-1:disabled {
    grid-row-start: 1;
  }

  .sm\:disabled\:row-start-2:disabled {
    grid-row-start: 2;
  }

  .sm\:disabled\:row-start-3:disabled {
    grid-row-start: 3;
  }

  .sm\:disabled\:row-start-4:disabled {
    grid-row-start: 4;
  }

  .sm\:disabled\:row-start-5:disabled {
    grid-row-start: 5;
  }

  .sm\:disabled\:row-start-6:disabled {
    grid-row-start: 6;
  }

  .sm\:disabled\:row-start-7:disabled {
    grid-row-start: 7;
  }

  .sm\:disabled\:row-start-auto:disabled {
    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;
  }

  .group:hover .sm\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .sm\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .sm\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .sm\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .sm\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .sm\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .sm\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .sm\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:focus-within\:row-end-1:focus-within {
    grid-row-end: 1;
  }

  .sm\:focus-within\:row-end-2:focus-within {
    grid-row-end: 2;
  }

  .sm\:focus-within\:row-end-3:focus-within {
    grid-row-end: 3;
  }

  .sm\:focus-within\:row-end-4:focus-within {
    grid-row-end: 4;
  }

  .sm\:focus-within\:row-end-5:focus-within {
    grid-row-end: 5;
  }

  .sm\:focus-within\:row-end-6:focus-within {
    grid-row-end: 6;
  }

  .sm\:focus-within\:row-end-7:focus-within {
    grid-row-end: 7;
  }

  .sm\:focus-within\:row-end-auto:focus-within {
    grid-row-end: auto;
  }

  .sm\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .sm\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .sm\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .sm\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .sm\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .sm\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .sm\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .sm\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .sm\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .sm\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .sm\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .sm\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .sm\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .sm\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .sm\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .sm\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .sm\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .sm\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .sm\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .sm\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .sm\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .sm\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .sm\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .sm\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .sm\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .sm\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .sm\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .sm\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .sm\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .sm\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .sm\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .sm\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .sm\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .sm\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .sm\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .sm\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .sm\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .sm\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .sm\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .sm\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .sm\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .sm\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .sm\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .sm\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .sm\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .sm\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .sm\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .sm\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .sm\:active\:row-end-1:active {
    grid-row-end: 1;
  }

  .sm\:active\:row-end-2:active {
    grid-row-end: 2;
  }

  .sm\:active\:row-end-3:active {
    grid-row-end: 3;
  }

  .sm\:active\:row-end-4:active {
    grid-row-end: 4;
  }

  .sm\:active\:row-end-5:active {
    grid-row-end: 5;
  }

  .sm\:active\:row-end-6:active {
    grid-row-end: 6;
  }

  .sm\:active\:row-end-7:active {
    grid-row-end: 7;
  }

  .sm\:active\:row-end-auto:active {
    grid-row-end: auto;
  }

  .sm\:visited\:row-end-1:visited {
    grid-row-end: 1;
  }

  .sm\:visited\:row-end-2:visited {
    grid-row-end: 2;
  }

  .sm\:visited\:row-end-3:visited {
    grid-row-end: 3;
  }

  .sm\:visited\:row-end-4:visited {
    grid-row-end: 4;
  }

  .sm\:visited\:row-end-5:visited {
    grid-row-end: 5;
  }

  .sm\:visited\:row-end-6:visited {
    grid-row-end: 6;
  }

  .sm\:visited\:row-end-7:visited {
    grid-row-end: 7;
  }

  .sm\:visited\:row-end-auto:visited {
    grid-row-end: auto;
  }

  .sm\:disabled\:row-end-1:disabled {
    grid-row-end: 1;
  }

  .sm\:disabled\:row-end-2:disabled {
    grid-row-end: 2;
  }

  .sm\:disabled\:row-end-3:disabled {
    grid-row-end: 3;
  }

  .sm\:disabled\:row-end-4:disabled {
    grid-row-end: 4;
  }

  .sm\:disabled\:row-end-5:disabled {
    grid-row-end: 5;
  }

  .sm\:disabled\:row-end-6:disabled {
    grid-row-end: 6;
  }

  .sm\:disabled\:row-end-7:disabled {
    grid-row-end: 7;
  }

  .sm\:disabled\:row-end-auto:disabled {
    grid-row-end: auto;
  }

  .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;
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\: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));
  }

  .group:hover .sm\:group-hover\:transform-none {
    transform: none;
  }

  .sm\:focus-within\:transform:focus-within {
    --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\:focus-within\:transform-gpu:focus-within {
    --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\:focus-within\:transform-none:focus-within {
    transform: none;
  }

  .sm\:first\:transform:first-child {
    --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\:first\:transform-gpu:first-child {
    --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\:first\:transform-none:first-child {
    transform: none;
  }

  .sm\:last\:transform:last-child {
    --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\:last\:transform-gpu:last-child {
    --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\:last\:transform-none:last-child {
    transform: none;
  }

  .sm\:odd\:transform:nth-child(odd) {
    --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\:odd\:transform-gpu:nth-child(odd) {
    --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\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .sm\:even\:transform:nth-child(even) {
    --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\:even\:transform-gpu:nth-child(even) {
    --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\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .sm\:hover\:transform:hover {
    --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\:hover\:transform-gpu:hover {
    --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\:hover\:transform-none:hover {
    transform: none;
  }

  .sm\:focus\:transform:focus {
    --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\:focus\:transform-gpu:focus {
    --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\:focus\:transform-none:focus {
    transform: none;
  }

  .sm\:active\:transform:active {
    --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\:active\:transform-gpu:active {
    --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\:active\:transform-none:active {
    transform: none;
  }

  .sm\:visited\:transform:visited {
    --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\:visited\:transform-gpu:visited {
    --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\:visited\:transform-none:visited {
    transform: none;
  }

  .sm\:disabled\:transform:disabled {
    --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\:disabled\:transform-gpu:disabled {
    --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\:disabled\:transform-none:disabled {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .group:hover .sm\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .sm\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .sm\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .sm\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .sm\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .sm\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .sm\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .sm\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .sm\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:focus-within\:origin-center:focus-within {
    transform-origin: center;
  }

  .sm\:focus-within\:origin-top:focus-within {
    transform-origin: top;
  }

  .sm\:focus-within\:origin-top-right:focus-within {
    transform-origin: top right;
  }

  .sm\:focus-within\:origin-right:focus-within {
    transform-origin: right;
  }

  .sm\:focus-within\:origin-bottom-right:focus-within {
    transform-origin: bottom right;
  }

  .sm\:focus-within\:origin-bottom:focus-within {
    transform-origin: bottom;
  }

  .sm\:focus-within\:origin-bottom-left:focus-within {
    transform-origin: bottom left;
  }

  .sm\:focus-within\:origin-left:focus-within {
    transform-origin: left;
  }

  .sm\:focus-within\:origin-top-left:focus-within {
    transform-origin: top left;
  }

  .sm\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .sm\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .sm\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .sm\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .sm\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .sm\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .sm\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .sm\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .sm\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .sm\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .sm\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .sm\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .sm\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .sm\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .sm\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .sm\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .sm\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .sm\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .sm\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .sm\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .sm\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .sm\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .sm\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .sm\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .sm\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .sm\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .sm\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .sm\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .sm\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .sm\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .sm\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .sm\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .sm\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .sm\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .sm\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .sm\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .sm\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .sm\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .sm\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .sm\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .sm\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .sm\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .sm\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .sm\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .sm\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .sm\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .sm\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .sm\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .sm\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .sm\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .sm\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .sm\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .sm\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .sm\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .sm\:active\:origin-center:active {
    transform-origin: center;
  }

  .sm\:active\:origin-top:active {
    transform-origin: top;
  }

  .sm\:active\:origin-top-right:active {
    transform-origin: top right;
  }

  .sm\:active\:origin-right:active {
    transform-origin: right;
  }

  .sm\:active\:origin-bottom-right:active {
    transform-origin: bottom right;
  }

  .sm\:active\:origin-bottom:active {
    transform-origin: bottom;
  }

  .sm\:active\:origin-bottom-left:active {
    transform-origin: bottom left;
  }

  .sm\:active\:origin-left:active {
    transform-origin: left;
  }

  .sm\:active\:origin-top-left:active {
    transform-origin: top left;
  }

  .sm\:visited\:origin-center:visited {
    transform-origin: center;
  }

  .sm\:visited\:origin-top:visited {
    transform-origin: top;
  }

  .sm\:visited\:origin-top-right:visited {
    transform-origin: top right;
  }

  .sm\:visited\:origin-right:visited {
    transform-origin: right;
  }

  .sm\:visited\:origin-bottom-right:visited {
    transform-origin: bottom right;
  }

  .sm\:visited\:origin-bottom:visited {
    transform-origin: bottom;
  }

  .sm\:visited\:origin-bottom-left:visited {
    transform-origin: bottom left;
  }

  .sm\:visited\:origin-left:visited {
    transform-origin: left;
  }

  .sm\:visited\:origin-top-left:visited {
    transform-origin: top left;
  }

  .sm\:disabled\:origin-center:disabled {
    transform-origin: center;
  }

  .sm\:disabled\:origin-top:disabled {
    transform-origin: top;
  }

  .sm\:disabled\:origin-top-right:disabled {
    transform-origin: top right;
  }

  .sm\:disabled\:origin-right:disabled {
    transform-origin: right;
  }

  .sm\:disabled\:origin-bottom-right:disabled {
    transform-origin: bottom right;
  }

  .sm\:disabled\:origin-bottom:disabled {
    transform-origin: bottom;
  }

  .sm\:disabled\:origin-bottom-left:disabled {
    transform-origin: bottom left;
  }

  .sm\:disabled\:origin-left:disabled {
    transform-origin: left;
  }

  .sm\:disabled\:origin-top-left:disabled {
    transform-origin: top left;
  }

  .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\: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;
  }

  .group:hover .sm\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .sm\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .sm\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .sm\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .sm\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .sm\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .sm\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .sm\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .sm\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .sm\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .sm\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .sm\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .sm\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .sm\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .sm\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .sm\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .sm\:group-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:focus-within\:scale-0:focus-within {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus-within\:scale-50:focus-within {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus-within\:scale-75:focus-within {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus-within\:scale-90:focus-within {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus-within\:scale-95:focus-within {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus-within\:scale-100:focus-within {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus-within\:scale-105:focus-within {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus-within\:scale-110:focus-within {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus-within\:scale-125:focus-within {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus-within\:scale-150:focus-within {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus-within\:scale-x-0:focus-within {
    --tw-scale-x: 0;
  }

  .sm\:focus-within\:scale-x-50:focus-within {
    --tw-scale-x: .5;
  }

  .sm\:focus-within\:scale-x-75:focus-within {
    --tw-scale-x: .75;
  }

  .sm\:focus-within\:scale-x-90:focus-within {
    --tw-scale-x: .9;
  }

  .sm\:focus-within\:scale-x-95:focus-within {
    --tw-scale-x: .95;
  }

  .sm\:focus-within\:scale-x-100:focus-within {
    --tw-scale-x: 1;
  }

  .sm\:focus-within\:scale-x-105:focus-within {
    --tw-scale-x: 1.05;
  }

  .sm\:focus-within\:scale-x-110:focus-within {
    --tw-scale-x: 1.1;
  }

  .sm\:focus-within\:scale-x-125:focus-within {
    --tw-scale-x: 1.25;
  }

  .sm\:focus-within\:scale-x-150:focus-within {
    --tw-scale-x: 1.5;
  }

  .sm\:focus-within\:scale-y-0:focus-within {
    --tw-scale-y: 0;
  }

  .sm\:focus-within\:scale-y-50:focus-within {
    --tw-scale-y: .5;
  }

  .sm\:focus-within\:scale-y-75:focus-within {
    --tw-scale-y: .75;
  }

  .sm\:focus-within\:scale-y-90:focus-within {
    --tw-scale-y: .9;
  }

  .sm\:focus-within\:scale-y-95:focus-within {
    --tw-scale-y: .95;
  }

  .sm\:focus-within\:scale-y-100:focus-within {
    --tw-scale-y: 1;
  }

  .sm\:focus-within\:scale-y-105:focus-within {
    --tw-scale-y: 1.05;
  }

  .sm\:focus-within\:scale-y-110:focus-within {
    --tw-scale-y: 1.1;
  }

  .sm\:focus-within\:scale-y-125:focus-within {
    --tw-scale-y: 1.25;
  }

  .sm\:focus-within\:scale-y-150:focus-within {
    --tw-scale-y: 1.5;
  }

  .sm\:first\:scale-0:first-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:first\:scale-50:first-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:first\:scale-75:first-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:first\:scale-90:first-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:first\:scale-95:first-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:first\:scale-100:first-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:first\:scale-105:first-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:first\:scale-110:first-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:first\:scale-125:first-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:first\:scale-150:first-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:first\:scale-x-0:first-child {
    --tw-scale-x: 0;
  }

  .sm\:first\:scale-x-50:first-child {
    --tw-scale-x: .5;
  }

  .sm\:first\:scale-x-75:first-child {
    --tw-scale-x: .75;
  }

  .sm\:first\:scale-x-90:first-child {
    --tw-scale-x: .9;
  }

  .sm\:first\:scale-x-95:first-child {
    --tw-scale-x: .95;
  }

  .sm\:first\:scale-x-100:first-child {
    --tw-scale-x: 1;
  }

  .sm\:first\:scale-x-105:first-child {
    --tw-scale-x: 1.05;
  }

  .sm\:first\:scale-x-110:first-child {
    --tw-scale-x: 1.1;
  }

  .sm\:first\:scale-x-125:first-child {
    --tw-scale-x: 1.25;
  }

  .sm\:first\:scale-x-150:first-child {
    --tw-scale-x: 1.5;
  }

  .sm\:first\:scale-y-0:first-child {
    --tw-scale-y: 0;
  }

  .sm\:first\:scale-y-50:first-child {
    --tw-scale-y: .5;
  }

  .sm\:first\:scale-y-75:first-child {
    --tw-scale-y: .75;
  }

  .sm\:first\:scale-y-90:first-child {
    --tw-scale-y: .9;
  }

  .sm\:first\:scale-y-95:first-child {
    --tw-scale-y: .95;
  }

  .sm\:first\:scale-y-100:first-child {
    --tw-scale-y: 1;
  }

  .sm\:first\:scale-y-105:first-child {
    --tw-scale-y: 1.05;
  }

  .sm\:first\:scale-y-110:first-child {
    --tw-scale-y: 1.1;
  }

  .sm\:first\:scale-y-125:first-child {
    --tw-scale-y: 1.25;
  }

  .sm\:first\:scale-y-150:first-child {
    --tw-scale-y: 1.5;
  }

  .sm\:last\:scale-0:last-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:last\:scale-50:last-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:last\:scale-75:last-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:last\:scale-90:last-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:last\:scale-95:last-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:last\:scale-100:last-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:last\:scale-105:last-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:last\:scale-110:last-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:last\:scale-125:last-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:last\:scale-150:last-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:last\:scale-x-0:last-child {
    --tw-scale-x: 0;
  }

  .sm\:last\:scale-x-50:last-child {
    --tw-scale-x: .5;
  }

  .sm\:last\:scale-x-75:last-child {
    --tw-scale-x: .75;
  }

  .sm\:last\:scale-x-90:last-child {
    --tw-scale-x: .9;
  }

  .sm\:last\:scale-x-95:last-child {
    --tw-scale-x: .95;
  }

  .sm\:last\:scale-x-100:last-child {
    --tw-scale-x: 1;
  }

  .sm\:last\:scale-x-105:last-child {
    --tw-scale-x: 1.05;
  }

  .sm\:last\:scale-x-110:last-child {
    --tw-scale-x: 1.1;
  }

  .sm\:last\:scale-x-125:last-child {
    --tw-scale-x: 1.25;
  }

  .sm\:last\:scale-x-150:last-child {
    --tw-scale-x: 1.5;
  }

  .sm\:last\:scale-y-0:last-child {
    --tw-scale-y: 0;
  }

  .sm\:last\:scale-y-50:last-child {
    --tw-scale-y: .5;
  }

  .sm\:last\:scale-y-75:last-child {
    --tw-scale-y: .75;
  }

  .sm\:last\:scale-y-90:last-child {
    --tw-scale-y: .9;
  }

  .sm\:last\:scale-y-95:last-child {
    --tw-scale-y: .95;
  }

  .sm\:last\:scale-y-100:last-child {
    --tw-scale-y: 1;
  }

  .sm\:last\:scale-y-105:last-child {
    --tw-scale-y: 1.05;
  }

  .sm\:last\:scale-y-110:last-child {
    --tw-scale-y: 1.1;
  }

  .sm\:last\:scale-y-125:last-child {
    --tw-scale-y: 1.25;
  }

  .sm\:last\:scale-y-150:last-child {
    --tw-scale-y: 1.5;
  }

  .sm\:odd\:scale-0:nth-child(odd) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:odd\:scale-50:nth-child(odd) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:odd\:scale-75:nth-child(odd) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:odd\:scale-90:nth-child(odd) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:odd\:scale-95:nth-child(odd) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:odd\:scale-100:nth-child(odd) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:odd\:scale-105:nth-child(odd) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:odd\:scale-110:nth-child(odd) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:odd\:scale-125:nth-child(odd) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:odd\:scale-150:nth-child(odd) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:odd\:scale-x-0:nth-child(odd) {
    --tw-scale-x: 0;
  }

  .sm\:odd\:scale-x-50:nth-child(odd) {
    --tw-scale-x: .5;
  }

  .sm\:odd\:scale-x-75:nth-child(odd) {
    --tw-scale-x: .75;
  }

  .sm\:odd\:scale-x-90:nth-child(odd) {
    --tw-scale-x: .9;
  }

  .sm\:odd\:scale-x-95:nth-child(odd) {
    --tw-scale-x: .95;
  }

  .sm\:odd\:scale-x-100:nth-child(odd) {
    --tw-scale-x: 1;
  }

  .sm\:odd\:scale-x-105:nth-child(odd) {
    --tw-scale-x: 1.05;
  }

  .sm\:odd\:scale-x-110:nth-child(odd) {
    --tw-scale-x: 1.1;
  }

  .sm\:odd\:scale-x-125:nth-child(odd) {
    --tw-scale-x: 1.25;
  }

  .sm\:odd\:scale-x-150:nth-child(odd) {
    --tw-scale-x: 1.5;
  }

  .sm\:odd\:scale-y-0:nth-child(odd) {
    --tw-scale-y: 0;
  }

  .sm\:odd\:scale-y-50:nth-child(odd) {
    --tw-scale-y: .5;
  }

  .sm\:odd\:scale-y-75:nth-child(odd) {
    --tw-scale-y: .75;
  }

  .sm\:odd\:scale-y-90:nth-child(odd) {
    --tw-scale-y: .9;
  }

  .sm\:odd\:scale-y-95:nth-child(odd) {
    --tw-scale-y: .95;
  }

  .sm\:odd\:scale-y-100:nth-child(odd) {
    --tw-scale-y: 1;
  }

  .sm\:odd\:scale-y-105:nth-child(odd) {
    --tw-scale-y: 1.05;
  }

  .sm\:odd\:scale-y-110:nth-child(odd) {
    --tw-scale-y: 1.1;
  }

  .sm\:odd\:scale-y-125:nth-child(odd) {
    --tw-scale-y: 1.25;
  }

  .sm\:odd\:scale-y-150:nth-child(odd) {
    --tw-scale-y: 1.5;
  }

  .sm\:even\:scale-0:nth-child(even) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:even\:scale-50:nth-child(even) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:even\:scale-75:nth-child(even) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:even\:scale-90:nth-child(even) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:even\:scale-95:nth-child(even) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:even\:scale-100:nth-child(even) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:even\:scale-105:nth-child(even) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:even\:scale-110:nth-child(even) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:even\:scale-125:nth-child(even) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:even\:scale-150:nth-child(even) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:even\:scale-x-0:nth-child(even) {
    --tw-scale-x: 0;
  }

  .sm\:even\:scale-x-50:nth-child(even) {
    --tw-scale-x: .5;
  }

  .sm\:even\:scale-x-75:nth-child(even) {
    --tw-scale-x: .75;
  }

  .sm\:even\:scale-x-90:nth-child(even) {
    --tw-scale-x: .9;
  }

  .sm\:even\:scale-x-95:nth-child(even) {
    --tw-scale-x: .95;
  }

  .sm\:even\:scale-x-100:nth-child(even) {
    --tw-scale-x: 1;
  }

  .sm\:even\:scale-x-105:nth-child(even) {
    --tw-scale-x: 1.05;
  }

  .sm\:even\:scale-x-110:nth-child(even) {
    --tw-scale-x: 1.1;
  }

  .sm\:even\:scale-x-125:nth-child(even) {
    --tw-scale-x: 1.25;
  }

  .sm\:even\:scale-x-150:nth-child(even) {
    --tw-scale-x: 1.5;
  }

  .sm\:even\:scale-y-0:nth-child(even) {
    --tw-scale-y: 0;
  }

  .sm\:even\:scale-y-50:nth-child(even) {
    --tw-scale-y: .5;
  }

  .sm\:even\:scale-y-75:nth-child(even) {
    --tw-scale-y: .75;
  }

  .sm\:even\:scale-y-90:nth-child(even) {
    --tw-scale-y: .9;
  }

  .sm\:even\:scale-y-95:nth-child(even) {
    --tw-scale-y: .95;
  }

  .sm\:even\:scale-y-100:nth-child(even) {
    --tw-scale-y: 1;
  }

  .sm\:even\:scale-y-105:nth-child(even) {
    --tw-scale-y: 1.05;
  }

  .sm\:even\:scale-y-110:nth-child(even) {
    --tw-scale-y: 1.1;
  }

  .sm\:even\:scale-y-125:nth-child(even) {
    --tw-scale-y: 1.25;
  }

  .sm\:even\:scale-y-150:nth-child(even) {
    --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\: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-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\: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\:active\:scale-0:active {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:active\:scale-50:active {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:active\:scale-75:active {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:active\:scale-100:active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:active\:scale-105:active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:active\:scale-110:active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:active\:scale-125:active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:active\:scale-150:active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:active\:scale-x-0:active {
    --tw-scale-x: 0;
  }

  .sm\:active\:scale-x-50:active {
    --tw-scale-x: .5;
  }

  .sm\:active\:scale-x-75:active {
    --tw-scale-x: .75;
  }

  .sm\:active\:scale-x-90:active {
    --tw-scale-x: .9;
  }

  .sm\:active\:scale-x-95:active {
    --tw-scale-x: .95;
  }

  .sm\:active\:scale-x-100:active {
    --tw-scale-x: 1;
  }

  .sm\:active\:scale-x-105:active {
    --tw-scale-x: 1.05;
  }

  .sm\:active\:scale-x-110:active {
    --tw-scale-x: 1.1;
  }

  .sm\:active\:scale-x-125:active {
    --tw-scale-x: 1.25;
  }

  .sm\:active\:scale-x-150:active {
    --tw-scale-x: 1.5;
  }

  .sm\:active\:scale-y-0:active {
    --tw-scale-y: 0;
  }

  .sm\:active\:scale-y-50:active {
    --tw-scale-y: .5;
  }

  .sm\:active\:scale-y-75:active {
    --tw-scale-y: .75;
  }

  .sm\:active\:scale-y-90:active {
    --tw-scale-y: .9;
  }

  .sm\:active\:scale-y-95:active {
    --tw-scale-y: .95;
  }

  .sm\:active\:scale-y-100:active {
    --tw-scale-y: 1;
  }

  .sm\:active\:scale-y-105:active {
    --tw-scale-y: 1.05;
  }

  .sm\:active\:scale-y-110:active {
    --tw-scale-y: 1.1;
  }

  .sm\:active\:scale-y-125:active {
    --tw-scale-y: 1.25;
  }

  .sm\:active\:scale-y-150:active {
    --tw-scale-y: 1.5;
  }

  .sm\:visited\:scale-0:visited {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:visited\:scale-50:visited {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:visited\:scale-75:visited {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:visited\:scale-90:visited {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:visited\:scale-95:visited {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:visited\:scale-100:visited {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:visited\:scale-105:visited {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:visited\:scale-110:visited {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:visited\:scale-125:visited {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:visited\:scale-150:visited {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:visited\:scale-x-0:visited {
    --tw-scale-x: 0;
  }

  .sm\:visited\:scale-x-50:visited {
    --tw-scale-x: .5;
  }

  .sm\:visited\:scale-x-75:visited {
    --tw-scale-x: .75;
  }

  .sm\:visited\:scale-x-90:visited {
    --tw-scale-x: .9;
  }

  .sm\:visited\:scale-x-95:visited {
    --tw-scale-x: .95;
  }

  .sm\:visited\:scale-x-100:visited {
    --tw-scale-x: 1;
  }

  .sm\:visited\:scale-x-105:visited {
    --tw-scale-x: 1.05;
  }

  .sm\:visited\:scale-x-110:visited {
    --tw-scale-x: 1.1;
  }

  .sm\:visited\:scale-x-125:visited {
    --tw-scale-x: 1.25;
  }

  .sm\:visited\:scale-x-150:visited {
    --tw-scale-x: 1.5;
  }

  .sm\:visited\:scale-y-0:visited {
    --tw-scale-y: 0;
  }

  .sm\:visited\:scale-y-50:visited {
    --tw-scale-y: .5;
  }

  .sm\:visited\:scale-y-75:visited {
    --tw-scale-y: .75;
  }

  .sm\:visited\:scale-y-90:visited {
    --tw-scale-y: .9;
  }

  .sm\:visited\:scale-y-95:visited {
    --tw-scale-y: .95;
  }

  .sm\:visited\:scale-y-100:visited {
    --tw-scale-y: 1;
  }

  .sm\:visited\:scale-y-105:visited {
    --tw-scale-y: 1.05;
  }

  .sm\:visited\:scale-y-110:visited {
    --tw-scale-y: 1.1;
  }

  .sm\:visited\:scale-y-125:visited {
    --tw-scale-y: 1.25;
  }

  .sm\:visited\:scale-y-150:visited {
    --tw-scale-y: 1.5;
  }

  .sm\:disabled\:scale-0:disabled {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:disabled\:scale-50:disabled {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:disabled\:scale-75:disabled {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:disabled\:scale-90:disabled {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:disabled\:scale-95:disabled {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:disabled\:scale-100:disabled {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:disabled\:scale-105:disabled {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:disabled\:scale-110:disabled {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:disabled\:scale-125:disabled {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:disabled\:scale-150:disabled {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:disabled\:scale-x-0:disabled {
    --tw-scale-x: 0;
  }

  .sm\:disabled\:scale-x-50:disabled {
    --tw-scale-x: .5;
  }

  .sm\:disabled\:scale-x-75:disabled {
    --tw-scale-x: .75;
  }

  .sm\:disabled\:scale-x-90:disabled {
    --tw-scale-x: .9;
  }

  .sm\:disabled\:scale-x-95:disabled {
    --tw-scale-x: .95;
  }

  .sm\:disabled\:scale-x-100:disabled {
    --tw-scale-x: 1;
  }

  .sm\:disabled\:scale-x-105:disabled {
    --tw-scale-x: 1.05;
  }

  .sm\:disabled\:scale-x-110:disabled {
    --tw-scale-x: 1.1;
  }

  .sm\:disabled\:scale-x-125:disabled {
    --tw-scale-x: 1.25;
  }

  .sm\:disabled\:scale-x-150:disabled {
    --tw-scale-x: 1.5;
  }

  .sm\:disabled\:scale-y-0:disabled {
    --tw-scale-y: 0;
  }

  .sm\:disabled\:scale-y-50:disabled {
    --tw-scale-y: .5;
  }

  .sm\:disabled\:scale-y-75:disabled {
    --tw-scale-y: .75;
  }

  .sm\:disabled\:scale-y-90:disabled {
    --tw-scale-y: .9;
  }

  .sm\:disabled\:scale-y-95:disabled {
    --tw-scale-y: .95;
  }

  .sm\:disabled\:scale-y-100:disabled {
    --tw-scale-y: 1;
  }

  .sm\:disabled\:scale-y-105:disabled {
    --tw-scale-y: 1.05;
  }

  .sm\:disabled\:scale-y-110:disabled {
    --tw-scale-y: 1.1;
  }

  .sm\:disabled\:scale-y-125:disabled {
    --tw-scale-y: 1.25;
  }

  .sm\:disabled\:scale-y-150:disabled {
    --tw-scale-y: 1.5;
  }

  .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-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .group:hover .sm\:group-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .group:hover .sm\:group-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .group:hover .sm\:group-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .group:hover .sm\:group-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .group:hover .sm\:group-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .group:hover .sm\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .group:hover .sm\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .group:hover .sm\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .group:hover .sm\:group-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .group:hover .sm\:group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .group:hover .sm\:group-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .group:hover .sm\:group-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .group:hover .sm\:group-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .group:hover .sm\:group-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .group:hover .sm\:group-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .group:hover .sm\:group-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:focus-within\:rotate-0:focus-within {
    --tw-rotate: 0deg;
  }

  .sm\:focus-within\:rotate-1:focus-within {
    --tw-rotate: 1deg;
  }

  .sm\:focus-within\:rotate-2:focus-within {
    --tw-rotate: 2deg;
  }

  .sm\:focus-within\:rotate-3:focus-within {
    --tw-rotate: 3deg;
  }

  .sm\:focus-within\:rotate-6:focus-within {
    --tw-rotate: 6deg;
  }

  .sm\:focus-within\:rotate-12:focus-within {
    --tw-rotate: 12deg;
  }

  .sm\:focus-within\:rotate-45:focus-within {
    --tw-rotate: 45deg;
  }

  .sm\:focus-within\:rotate-90:focus-within {
    --tw-rotate: 90deg;
  }

  .sm\:focus-within\:rotate-180:focus-within {
    --tw-rotate: 180deg;
  }

  .sm\:focus-within\:-rotate-180:focus-within {
    --tw-rotate: -180deg;
  }

  .sm\:focus-within\:-rotate-90:focus-within {
    --tw-rotate: -90deg;
  }

  .sm\:focus-within\:-rotate-45:focus-within {
    --tw-rotate: -45deg;
  }

  .sm\:focus-within\:-rotate-12:focus-within {
    --tw-rotate: -12deg;
  }

  .sm\:focus-within\:-rotate-6:focus-within {
    --tw-rotate: -6deg;
  }

  .sm\:focus-within\:-rotate-3:focus-within {
    --tw-rotate: -3deg;
  }

  .sm\:focus-within\:-rotate-2:focus-within {
    --tw-rotate: -2deg;
  }

  .sm\:focus-within\:-rotate-1:focus-within {
    --tw-rotate: -1deg;
  }

  .sm\:first\:rotate-0:first-child {
    --tw-rotate: 0deg;
  }

  .sm\:first\:rotate-1:first-child {
    --tw-rotate: 1deg;
  }

  .sm\:first\:rotate-2:first-child {
    --tw-rotate: 2deg;
  }

  .sm\:first\:rotate-3:first-child {
    --tw-rotate: 3deg;
  }

  .sm\:first\:rotate-6:first-child {
    --tw-rotate: 6deg;
  }

  .sm\:first\:rotate-12:first-child {
    --tw-rotate: 12deg;
  }

  .sm\:first\:rotate-45:first-child {
    --tw-rotate: 45deg;
  }

  .sm\:first\:rotate-90:first-child {
    --tw-rotate: 90deg;
  }

  .sm\:first\:rotate-180:first-child {
    --tw-rotate: 180deg;
  }

  .sm\:first\:-rotate-180:first-child {
    --tw-rotate: -180deg;
  }

  .sm\:first\:-rotate-90:first-child {
    --tw-rotate: -90deg;
  }

  .sm\:first\:-rotate-45:first-child {
    --tw-rotate: -45deg;
  }

  .sm\:first\:-rotate-12:first-child {
    --tw-rotate: -12deg;
  }

  .sm\:first\:-rotate-6:first-child {
    --tw-rotate: -6deg;
  }

  .sm\:first\:-rotate-3:first-child {
    --tw-rotate: -3deg;
  }

  .sm\:first\:-rotate-2:first-child {
    --tw-rotate: -2deg;
  }

  .sm\:first\:-rotate-1:first-child {
    --tw-rotate: -1deg;
  }

  .sm\:last\:rotate-0:last-child {
    --tw-rotate: 0deg;
  }

  .sm\:last\:rotate-1:last-child {
    --tw-rotate: 1deg;
  }

  .sm\:last\:rotate-2:last-child {
    --tw-rotate: 2deg;
  }

  .sm\:last\:rotate-3:last-child {
    --tw-rotate: 3deg;
  }

  .sm\:last\:rotate-6:last-child {
    --tw-rotate: 6deg;
  }

  .sm\:last\:rotate-12:last-child {
    --tw-rotate: 12deg;
  }

  .sm\:last\:rotate-45:last-child {
    --tw-rotate: 45deg;
  }

  .sm\:last\:rotate-90:last-child {
    --tw-rotate: 90deg;
  }

  .sm\:last\:rotate-180:last-child {
    --tw-rotate: 180deg;
  }

  .sm\:last\:-rotate-180:last-child {
    --tw-rotate: -180deg;
  }

  .sm\:last\:-rotate-90:last-child {
    --tw-rotate: -90deg;
  }

  .sm\:last\:-rotate-45:last-child {
    --tw-rotate: -45deg;
  }

  .sm\:last\:-rotate-12:last-child {
    --tw-rotate: -12deg;
  }

  .sm\:last\:-rotate-6:last-child {
    --tw-rotate: -6deg;
  }

  .sm\:last\:-rotate-3:last-child {
    --tw-rotate: -3deg;
  }

  .sm\:last\:-rotate-2:last-child {
    --tw-rotate: -2deg;
  }

  .sm\:last\:-rotate-1:last-child {
    --tw-rotate: -1deg;
  }

  .sm\:odd\:rotate-0:nth-child(odd) {
    --tw-rotate: 0deg;
  }

  .sm\:odd\:rotate-1:nth-child(odd) {
    --tw-rotate: 1deg;
  }

  .sm\:odd\:rotate-2:nth-child(odd) {
    --tw-rotate: 2deg;
  }

  .sm\:odd\:rotate-3:nth-child(odd) {
    --tw-rotate: 3deg;
  }

  .sm\:odd\:rotate-6:nth-child(odd) {
    --tw-rotate: 6deg;
  }

  .sm\:odd\:rotate-12:nth-child(odd) {
    --tw-rotate: 12deg;
  }

  .sm\:odd\:rotate-45:nth-child(odd) {
    --tw-rotate: 45deg;
  }

  .sm\:odd\:rotate-90:nth-child(odd) {
    --tw-rotate: 90deg;
  }

  .sm\:odd\:rotate-180:nth-child(odd) {
    --tw-rotate: 180deg;
  }

  .sm\:odd\:-rotate-180:nth-child(odd) {
    --tw-rotate: -180deg;
  }

  .sm\:odd\:-rotate-90:nth-child(odd) {
    --tw-rotate: -90deg;
  }

  .sm\:odd\:-rotate-45:nth-child(odd) {
    --tw-rotate: -45deg;
  }

  .sm\:odd\:-rotate-12:nth-child(odd) {
    --tw-rotate: -12deg;
  }

  .sm\:odd\:-rotate-6:nth-child(odd) {
    --tw-rotate: -6deg;
  }

  .sm\:odd\:-rotate-3:nth-child(odd) {
    --tw-rotate: -3deg;
  }

  .sm\:odd\:-rotate-2:nth-child(odd) {
    --tw-rotate: -2deg;
  }

  .sm\:odd\:-rotate-1:nth-child(odd) {
    --tw-rotate: -1deg;
  }

  .sm\:even\:rotate-0:nth-child(even) {
    --tw-rotate: 0deg;
  }

  .sm\:even\:rotate-1:nth-child(even) {
    --tw-rotate: 1deg;
  }

  .sm\:even\:rotate-2:nth-child(even) {
    --tw-rotate: 2deg;
  }

  .sm\:even\:rotate-3:nth-child(even) {
    --tw-rotate: 3deg;
  }

  .sm\:even\:rotate-6:nth-child(even) {
    --tw-rotate: 6deg;
  }

  .sm\:even\:rotate-12:nth-child(even) {
    --tw-rotate: 12deg;
  }

  .sm\:even\:rotate-45:nth-child(even) {
    --tw-rotate: 45deg;
  }

  .sm\:even\:rotate-90:nth-child(even) {
    --tw-rotate: 90deg;
  }

  .sm\:even\:rotate-180:nth-child(even) {
    --tw-rotate: 180deg;
  }

  .sm\:even\:-rotate-180:nth-child(even) {
    --tw-rotate: -180deg;
  }

  .sm\:even\:-rotate-90:nth-child(even) {
    --tw-rotate: -90deg;
  }

  .sm\:even\:-rotate-45:nth-child(even) {
    --tw-rotate: -45deg;
  }

  .sm\:even\:-rotate-12:nth-child(even) {
    --tw-rotate: -12deg;
  }

  .sm\:even\:-rotate-6:nth-child(even) {
    --tw-rotate: -6deg;
  }

  .sm\:even\:-rotate-3:nth-child(even) {
    --tw-rotate: -3deg;
  }

  .sm\:even\:-rotate-2:nth-child(even) {
    --tw-rotate: -2deg;
  }

  .sm\:even\:-rotate-1:nth-child(even) {
    --tw-rotate: -1deg;
  }

  .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-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .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\: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-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .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\:active\:rotate-0:active {
    --tw-rotate: 0deg;
  }

  .sm\:active\:rotate-1:active {
    --tw-rotate: 1deg;
  }

  .sm\:active\:rotate-2:active {
    --tw-rotate: 2deg;
  }

  .sm\:active\:rotate-3:active {
    --tw-rotate: 3deg;
  }

  .sm\:active\:rotate-6:active {
    --tw-rotate: 6deg;
  }

  .sm\:active\:rotate-12:active {
    --tw-rotate: 12deg;
  }

  .sm\:active\:rotate-45:active {
    --tw-rotate: 45deg;
  }

  .sm\:active\:rotate-90:active {
    --tw-rotate: 90deg;
  }

  .sm\:active\:rotate-180:active {
    --tw-rotate: 180deg;
  }

  .sm\:active\:-rotate-180:active {
    --tw-rotate: -180deg;
  }

  .sm\:active\:-rotate-90:active {
    --tw-rotate: -90deg;
  }

  .sm\:active\:-rotate-45:active {
    --tw-rotate: -45deg;
  }

  .sm\:active\:-rotate-12:active {
    --tw-rotate: -12deg;
  }

  .sm\:active\:-rotate-6:active {
    --tw-rotate: -6deg;
  }

  .sm\:active\:-rotate-3:active {
    --tw-rotate: -3deg;
  }

  .sm\:active\:-rotate-2:active {
    --tw-rotate: -2deg;
  }

  .sm\:active\:-rotate-1:active {
    --tw-rotate: -1deg;
  }

  .sm\:visited\:rotate-0:visited {
    --tw-rotate: 0deg;
  }

  .sm\:visited\:rotate-1:visited {
    --tw-rotate: 1deg;
  }

  .sm\:visited\:rotate-2:visited {
    --tw-rotate: 2deg;
  }

  .sm\:visited\:rotate-3:visited {
    --tw-rotate: 3deg;
  }

  .sm\:visited\:rotate-6:visited {
    --tw-rotate: 6deg;
  }

  .sm\:visited\:rotate-12:visited {
    --tw-rotate: 12deg;
  }

  .sm\:visited\:rotate-45:visited {
    --tw-rotate: 45deg;
  }

  .sm\:visited\:rotate-90:visited {
    --tw-rotate: 90deg;
  }

  .sm\:visited\:rotate-180:visited {
    --tw-rotate: 180deg;
  }

  .sm\:visited\:-rotate-180:visited {
    --tw-rotate: -180deg;
  }

  .sm\:visited\:-rotate-90:visited {
    --tw-rotate: -90deg;
  }

  .sm\:visited\:-rotate-45:visited {
    --tw-rotate: -45deg;
  }

  .sm\:visited\:-rotate-12:visited {
    --tw-rotate: -12deg;
  }

  .sm\:visited\:-rotate-6:visited {
    --tw-rotate: -6deg;
  }

  .sm\:visited\:-rotate-3:visited {
    --tw-rotate: -3deg;
  }

  .sm\:visited\:-rotate-2:visited {
    --tw-rotate: -2deg;
  }

  .sm\:visited\:-rotate-1:visited {
    --tw-rotate: -1deg;
  }

  .sm\:disabled\:rotate-0:disabled {
    --tw-rotate: 0deg;
  }

  .sm\:disabled\:rotate-1:disabled {
    --tw-rotate: 1deg;
  }

  .sm\:disabled\:rotate-2:disabled {
    --tw-rotate: 2deg;
  }

  .sm\:disabled\:rotate-3:disabled {
    --tw-rotate: 3deg;
  }

  .sm\:disabled\:rotate-6:disabled {
    --tw-rotate: 6deg;
  }

  .sm\:disabled\:rotate-12:disabled {
    --tw-rotate: 12deg;
  }

  .sm\:disabled\:rotate-45:disabled {
    --tw-rotate: 45deg;
  }

  .sm\:disabled\:rotate-90:disabled {
    --tw-rotate: 90deg;
  }

  .sm\:disabled\:rotate-180:disabled {
    --tw-rotate: 180deg;
  }

  .sm\:disabled\:-rotate-180:disabled {
    --tw-rotate: -180deg;
  }

  .sm\:disabled\:-rotate-90:disabled {
    --tw-rotate: -90deg;
  }

  .sm\:disabled\:-rotate-45:disabled {
    --tw-rotate: -45deg;
  }

  .sm\:disabled\:-rotate-12:disabled {
    --tw-rotate: -12deg;
  }

  .sm\:disabled\:-rotate-6:disabled {
    --tw-rotate: -6deg;
  }

  .sm\:disabled\:-rotate-3:disabled {
    --tw-rotate: -3deg;
  }

  .sm\:disabled\:-rotate-2:disabled {
    --tw-rotate: -2deg;
  }

  .sm\:disabled\:-rotate-1:disabled {
    --tw-rotate: -1deg;
  }

  .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%;
  }

  .group:hover .sm\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .sm\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .group:hover .sm\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .group:hover .sm\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .group:hover .sm\:group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .group:hover .sm\:group-hover\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .group:hover .sm\:group-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .group:hover .sm\:group-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .group:hover .sm\:group-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .group:hover .sm\:group-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .group:hover .sm\:group-hover\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .group:hover .sm\:group-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .group:hover .sm\:group-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .group:hover .sm\:group-hover\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .group:hover .sm\:group-hover\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .group:hover .sm\:group-hover\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .group:hover .sm\:group-hover\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .group:hover .sm\:group-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .group:hover .sm\:group-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .group:hover .sm\:group-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .group:hover .sm\:group-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .group:hover .sm\:group-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .group:hover .sm\:group-hover\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .group:hover .sm\:group-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .group:hover .sm\:group-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .group:hover .sm\:group-hover\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .group:hover .sm\:group-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .group:hover .sm\:group-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .group:hover .sm\:group-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .group:hover .sm\:group-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .group:hover .sm\:group-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .group:hover .sm\:group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .group:hover .sm\:group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .group:hover .sm\:group-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .group:hover .sm\:group-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .sm\:group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .group:hover .sm\:group-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .group:hover .sm\:group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .group:hover .sm\:group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .group:hover .sm\:group-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .group:hover .sm\:group-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .group:hover .sm\:group-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .group:hover .sm\:group-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .group:hover .sm\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .group:hover .sm\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .group:hover .sm\:group-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .group:hover .sm\:group-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .group:hover .sm\:group-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .group:hover .sm\:group-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .group:hover .sm\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .sm\:group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .group:hover .sm\:group-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .group:hover .sm\:group-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .group:hover .sm\:group-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .group:hover .sm\:group-hover\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .group:hover .sm\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .group:hover .sm\:group-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .group:hover .sm\:group-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .group:hover .sm\:group-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .group:hover .sm\:group-hover\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .group:hover .sm\:group-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .group:hover .sm\:group-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .group:hover .sm\:group-hover\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .group:hover .sm\:group-hover\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .group:hover .sm\:group-hover\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .group:hover .sm\:group-hover\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .group:hover .sm\:group-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .group:hover .sm\:group-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .group:hover .sm\:group-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .group:hover .sm\:group-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .group:hover .sm\:group-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .group:hover .sm\:group-hover\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .group:hover .sm\:group-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .group:hover .sm\:group-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .group:hover .sm\:group-hover\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .group:hover .sm\:group-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .group:hover .sm\:group-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .group:hover .sm\:group-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .group:hover .sm\:group-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .group:hover .sm\:group-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .group:hover .sm\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .group:hover .sm\:group-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .group:hover .sm\:group-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .group:hover .sm\:group-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .sm\:group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .group:hover .sm\:group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .group:hover .sm\:group-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .group:hover .sm\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .group:hover .sm\:group-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .group:hover .sm\:group-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .group:hover .sm\:group-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .group:hover .sm\:group-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .group:hover .sm\:group-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .group:hover .sm\:group-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .group:hover .sm\:group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .group:hover .sm\:group-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .group:hover .sm\:group-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .group:hover .sm\:group-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .group:hover .sm\:group-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .group:hover .sm\:group-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .group:hover .sm\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:focus-within\:translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .sm\:focus-within\:translate-x-1:focus-within {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus-within\:translate-x-2:focus-within {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus-within\:translate-x-3:focus-within {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus-within\:translate-x-4:focus-within {
    --tw-translate-x: 1rem;
  }

  .sm\:focus-within\:translate-x-5:focus-within {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus-within\:translate-x-6:focus-within {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus-within\:translate-x-7:focus-within {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus-within\:translate-x-8:focus-within {
    --tw-translate-x: 2rem;
  }

  .sm\:focus-within\:translate-x-9:focus-within {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus-within\:translate-x-10:focus-within {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus-within\:translate-x-11:focus-within {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus-within\:translate-x-12:focus-within {
    --tw-translate-x: 3rem;
  }

  .sm\:focus-within\:translate-x-14:focus-within {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus-within\:translate-x-16:focus-within {
    --tw-translate-x: 4rem;
  }

  .sm\:focus-within\:translate-x-20:focus-within {
    --tw-translate-x: 5rem;
  }

  .sm\:focus-within\:translate-x-24:focus-within {
    --tw-translate-x: 6rem;
  }

  .sm\:focus-within\:translate-x-28:focus-within {
    --tw-translate-x: 7rem;
  }

  .sm\:focus-within\:translate-x-32:focus-within {
    --tw-translate-x: 8rem;
  }

  .sm\:focus-within\:translate-x-36:focus-within {
    --tw-translate-x: 9rem;
  }

  .sm\:focus-within\:translate-x-40:focus-within {
    --tw-translate-x: 10rem;
  }

  .sm\:focus-within\:translate-x-44:focus-within {
    --tw-translate-x: 11rem;
  }

  .sm\:focus-within\:translate-x-48:focus-within {
    --tw-translate-x: 12rem;
  }

  .sm\:focus-within\:translate-x-52:focus-within {
    --tw-translate-x: 13rem;
  }

  .sm\:focus-within\:translate-x-56:focus-within {
    --tw-translate-x: 14rem;
  }

  .sm\:focus-within\:translate-x-60:focus-within {
    --tw-translate-x: 15rem;
  }

  .sm\:focus-within\:translate-x-64:focus-within {
    --tw-translate-x: 16rem;
  }

  .sm\:focus-within\:translate-x-72:focus-within {
    --tw-translate-x: 18rem;
  }

  .sm\:focus-within\:translate-x-80:focus-within {
    --tw-translate-x: 20rem;
  }

  .sm\:focus-within\:translate-x-96:focus-within {
    --tw-translate-x: 24rem;
  }

  .sm\:focus-within\:translate-x-px:focus-within {
    --tw-translate-x: 1px;
  }

  .sm\:focus-within\:translate-x-0\.5:focus-within {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus-within\:translate-x-1\.5:focus-within {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus-within\:translate-x-2\.5:focus-within {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus-within\:translate-x-3\.5:focus-within {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus-within\:-translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .sm\:focus-within\:-translate-x-1:focus-within {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus-within\:-translate-x-2:focus-within {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus-within\:-translate-x-3:focus-within {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus-within\:-translate-x-4:focus-within {
    --tw-translate-x: -1rem;
  }

  .sm\:focus-within\:-translate-x-5:focus-within {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus-within\:-translate-x-6:focus-within {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus-within\:-translate-x-7:focus-within {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus-within\:-translate-x-8:focus-within {
    --tw-translate-x: -2rem;
  }

  .sm\:focus-within\:-translate-x-9:focus-within {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus-within\:-translate-x-10:focus-within {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus-within\:-translate-x-11:focus-within {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus-within\:-translate-x-12:focus-within {
    --tw-translate-x: -3rem;
  }

  .sm\:focus-within\:-translate-x-14:focus-within {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus-within\:-translate-x-16:focus-within {
    --tw-translate-x: -4rem;
  }

  .sm\:focus-within\:-translate-x-20:focus-within {
    --tw-translate-x: -5rem;
  }

  .sm\:focus-within\:-translate-x-24:focus-within {
    --tw-translate-x: -6rem;
  }

  .sm\:focus-within\:-translate-x-28:focus-within {
    --tw-translate-x: -7rem;
  }

  .sm\:focus-within\:-translate-x-32:focus-within {
    --tw-translate-x: -8rem;
  }

  .sm\:focus-within\:-translate-x-36:focus-within {
    --tw-translate-x: -9rem;
  }

  .sm\:focus-within\:-translate-x-40:focus-within {
    --tw-translate-x: -10rem;
  }

  .sm\:focus-within\:-translate-x-44:focus-within {
    --tw-translate-x: -11rem;
  }

  .sm\:focus-within\:-translate-x-48:focus-within {
    --tw-translate-x: -12rem;
  }

  .sm\:focus-within\:-translate-x-52:focus-within {
    --tw-translate-x: -13rem;
  }

  .sm\:focus-within\:-translate-x-56:focus-within {
    --tw-translate-x: -14rem;
  }

  .sm\:focus-within\:-translate-x-60:focus-within {
    --tw-translate-x: -15rem;
  }

  .sm\:focus-within\:-translate-x-64:focus-within {
    --tw-translate-x: -16rem;
  }

  .sm\:focus-within\:-translate-x-72:focus-within {
    --tw-translate-x: -18rem;
  }

  .sm\:focus-within\:-translate-x-80:focus-within {
    --tw-translate-x: -20rem;
  }

  .sm\:focus-within\:-translate-x-96:focus-within {
    --tw-translate-x: -24rem;
  }

  .sm\:focus-within\:-translate-x-px:focus-within {
    --tw-translate-x: -1px;
  }

  .sm\:focus-within\:-translate-x-0\.5:focus-within {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus-within\:-translate-x-1\.5:focus-within {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus-within\:-translate-x-2\.5:focus-within {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus-within\:-translate-x-3\.5:focus-within {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus-within\:translate-x-1\/2:focus-within {
    --tw-translate-x: 50%;
  }

  .sm\:focus-within\:translate-x-1\/3:focus-within {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus-within\:translate-x-2\/3:focus-within {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus-within\:translate-x-1\/4:focus-within {
    --tw-translate-x: 25%;
  }

  .sm\:focus-within\:translate-x-2\/4:focus-within {
    --tw-translate-x: 50%;
  }

  .sm\:focus-within\:translate-x-3\/4:focus-within {
    --tw-translate-x: 75%;
  }

  .sm\:focus-within\:translate-x-full:focus-within {
    --tw-translate-x: 100%;
  }

  .sm\:focus-within\:-translate-x-1\/2:focus-within {
    --tw-translate-x: -50%;
  }

  .sm\:focus-within\:-translate-x-1\/3:focus-within {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus-within\:-translate-x-2\/3:focus-within {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus-within\:-translate-x-1\/4:focus-within {
    --tw-translate-x: -25%;
  }

  .sm\:focus-within\:-translate-x-2\/4:focus-within {
    --tw-translate-x: -50%;
  }

  .sm\:focus-within\:-translate-x-3\/4:focus-within {
    --tw-translate-x: -75%;
  }

  .sm\:focus-within\:-translate-x-full:focus-within {
    --tw-translate-x: -100%;
  }

  .sm\:focus-within\:translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .sm\:focus-within\:translate-y-1:focus-within {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus-within\:translate-y-2:focus-within {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus-within\:translate-y-3:focus-within {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus-within\:translate-y-4:focus-within {
    --tw-translate-y: 1rem;
  }

  .sm\:focus-within\:translate-y-5:focus-within {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus-within\:translate-y-6:focus-within {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus-within\:translate-y-7:focus-within {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus-within\:translate-y-8:focus-within {
    --tw-translate-y: 2rem;
  }

  .sm\:focus-within\:translate-y-9:focus-within {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus-within\:translate-y-10:focus-within {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus-within\:translate-y-11:focus-within {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus-within\:translate-y-12:focus-within {
    --tw-translate-y: 3rem;
  }

  .sm\:focus-within\:translate-y-14:focus-within {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus-within\:translate-y-16:focus-within {
    --tw-translate-y: 4rem;
  }

  .sm\:focus-within\:translate-y-20:focus-within {
    --tw-translate-y: 5rem;
  }

  .sm\:focus-within\:translate-y-24:focus-within {
    --tw-translate-y: 6rem;
  }

  .sm\:focus-within\:translate-y-28:focus-within {
    --tw-translate-y: 7rem;
  }

  .sm\:focus-within\:translate-y-32:focus-within {
    --tw-translate-y: 8rem;
  }

  .sm\:focus-within\:translate-y-36:focus-within {
    --tw-translate-y: 9rem;
  }

  .sm\:focus-within\:translate-y-40:focus-within {
    --tw-translate-y: 10rem;
  }

  .sm\:focus-within\:translate-y-44:focus-within {
    --tw-translate-y: 11rem;
  }

  .sm\:focus-within\:translate-y-48:focus-within {
    --tw-translate-y: 12rem;
  }

  .sm\:focus-within\:translate-y-52:focus-within {
    --tw-translate-y: 13rem;
  }

  .sm\:focus-within\:translate-y-56:focus-within {
    --tw-translate-y: 14rem;
  }

  .sm\:focus-within\:translate-y-60:focus-within {
    --tw-translate-y: 15rem;
  }

  .sm\:focus-within\:translate-y-64:focus-within {
    --tw-translate-y: 16rem;
  }

  .sm\:focus-within\:translate-y-72:focus-within {
    --tw-translate-y: 18rem;
  }

  .sm\:focus-within\:translate-y-80:focus-within {
    --tw-translate-y: 20rem;
  }

  .sm\:focus-within\:translate-y-96:focus-within {
    --tw-translate-y: 24rem;
  }

  .sm\:focus-within\:translate-y-px:focus-within {
    --tw-translate-y: 1px;
  }

  .sm\:focus-within\:translate-y-0\.5:focus-within {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus-within\:translate-y-1\.5:focus-within {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus-within\:translate-y-2\.5:focus-within {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus-within\:translate-y-3\.5:focus-within {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus-within\:-translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .sm\:focus-within\:-translate-y-1:focus-within {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus-within\:-translate-y-2:focus-within {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus-within\:-translate-y-3:focus-within {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus-within\:-translate-y-4:focus-within {
    --tw-translate-y: -1rem;
  }

  .sm\:focus-within\:-translate-y-5:focus-within {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus-within\:-translate-y-6:focus-within {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus-within\:-translate-y-7:focus-within {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus-within\:-translate-y-8:focus-within {
    --tw-translate-y: -2rem;
  }

  .sm\:focus-within\:-translate-y-9:focus-within {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus-within\:-translate-y-10:focus-within {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus-within\:-translate-y-11:focus-within {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus-within\:-translate-y-12:focus-within {
    --tw-translate-y: -3rem;
  }

  .sm\:focus-within\:-translate-y-14:focus-within {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus-within\:-translate-y-16:focus-within {
    --tw-translate-y: -4rem;
  }

  .sm\:focus-within\:-translate-y-20:focus-within {
    --tw-translate-y: -5rem;
  }

  .sm\:focus-within\:-translate-y-24:focus-within {
    --tw-translate-y: -6rem;
  }

  .sm\:focus-within\:-translate-y-28:focus-within {
    --tw-translate-y: -7rem;
  }

  .sm\:focus-within\:-translate-y-32:focus-within {
    --tw-translate-y: -8rem;
  }

  .sm\:focus-within\:-translate-y-36:focus-within {
    --tw-translate-y: -9rem;
  }

  .sm\:focus-within\:-translate-y-40:focus-within {
    --tw-translate-y: -10rem;
  }

  .sm\:focus-within\:-translate-y-44:focus-within {
    --tw-translate-y: -11rem;
  }

  .sm\:focus-within\:-translate-y-48:focus-within {
    --tw-translate-y: -12rem;
  }

  .sm\:focus-within\:-translate-y-52:focus-within {
    --tw-translate-y: -13rem;
  }

  .sm\:focus-within\:-translate-y-56:focus-within {
    --tw-translate-y: -14rem;
  }

  .sm\:focus-within\:-translate-y-60:focus-within {
    --tw-translate-y: -15rem;
  }

  .sm\:focus-within\:-translate-y-64:focus-within {
    --tw-translate-y: -16rem;
  }

  .sm\:focus-within\:-translate-y-72:focus-within {
    --tw-translate-y: -18rem;
  }

  .sm\:focus-within\:-translate-y-80:focus-within {
    --tw-translate-y: -20rem;
  }

  .sm\:focus-within\:-translate-y-96:focus-within {
    --tw-translate-y: -24rem;
  }

  .sm\:focus-within\:-translate-y-px:focus-within {
    --tw-translate-y: -1px;
  }

  .sm\:focus-within\:-translate-y-0\.5:focus-within {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus-within\:-translate-y-1\.5:focus-within {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus-within\:-translate-y-2\.5:focus-within {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus-within\:-translate-y-3\.5:focus-within {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus-within\:translate-y-1\/2:focus-within {
    --tw-translate-y: 50%;
  }

  .sm\:focus-within\:translate-y-1\/3:focus-within {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus-within\:translate-y-2\/3:focus-within {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus-within\:translate-y-1\/4:focus-within {
    --tw-translate-y: 25%;
  }

  .sm\:focus-within\:translate-y-2\/4:focus-within {
    --tw-translate-y: 50%;
  }

  .sm\:focus-within\:translate-y-3\/4:focus-within {
    --tw-translate-y: 75%;
  }

  .sm\:focus-within\:translate-y-full:focus-within {
    --tw-translate-y: 100%;
  }

  .sm\:focus-within\:-translate-y-1\/2:focus-within {
    --tw-translate-y: -50%;
  }

  .sm\:focus-within\:-translate-y-1\/3:focus-within {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus-within\:-translate-y-2\/3:focus-within {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus-within\:-translate-y-1\/4:focus-within {
    --tw-translate-y: -25%;
  }

  .sm\:focus-within\:-translate-y-2\/4:focus-within {
    --tw-translate-y: -50%;
  }

  .sm\:focus-within\:-translate-y-3\/4:focus-within {
    --tw-translate-y: -75%;
  }

  .sm\:focus-within\:-translate-y-full:focus-within {
    --tw-translate-y: -100%;
  }

  .sm\:first\:translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .sm\:first\:translate-x-1:first-child {
    --tw-translate-x: 0.25rem;
  }

  .sm\:first\:translate-x-2:first-child {
    --tw-translate-x: 0.5rem;
  }

  .sm\:first\:translate-x-3:first-child {
    --tw-translate-x: 0.75rem;
  }

  .sm\:first\:translate-x-4:first-child {
    --tw-translate-x: 1rem;
  }

  .sm\:first\:translate-x-5:first-child {
    --tw-translate-x: 1.25rem;
  }

  .sm\:first\:translate-x-6:first-child {
    --tw-translate-x: 1.5rem;
  }

  .sm\:first\:translate-x-7:first-child {
    --tw-translate-x: 1.75rem;
  }

  .sm\:first\:translate-x-8:first-child {
    --tw-translate-x: 2rem;
  }

  .sm\:first\:translate-x-9:first-child {
    --tw-translate-x: 2.25rem;
  }

  .sm\:first\:translate-x-10:first-child {
    --tw-translate-x: 2.5rem;
  }

  .sm\:first\:translate-x-11:first-child {
    --tw-translate-x: 2.75rem;
  }

  .sm\:first\:translate-x-12:first-child {
    --tw-translate-x: 3rem;
  }

  .sm\:first\:translate-x-14:first-child {
    --tw-translate-x: 3.5rem;
  }

  .sm\:first\:translate-x-16:first-child {
    --tw-translate-x: 4rem;
  }

  .sm\:first\:translate-x-20:first-child {
    --tw-translate-x: 5rem;
  }

  .sm\:first\:translate-x-24:first-child {
    --tw-translate-x: 6rem;
  }

  .sm\:first\:translate-x-28:first-child {
    --tw-translate-x: 7rem;
  }

  .sm\:first\:translate-x-32:first-child {
    --tw-translate-x: 8rem;
  }

  .sm\:first\:translate-x-36:first-child {
    --tw-translate-x: 9rem;
  }

  .sm\:first\:translate-x-40:first-child {
    --tw-translate-x: 10rem;
  }

  .sm\:first\:translate-x-44:first-child {
    --tw-translate-x: 11rem;
  }

  .sm\:first\:translate-x-48:first-child {
    --tw-translate-x: 12rem;
  }

  .sm\:first\:translate-x-52:first-child {
    --tw-translate-x: 13rem;
  }

  .sm\:first\:translate-x-56:first-child {
    --tw-translate-x: 14rem;
  }

  .sm\:first\:translate-x-60:first-child {
    --tw-translate-x: 15rem;
  }

  .sm\:first\:translate-x-64:first-child {
    --tw-translate-x: 16rem;
  }

  .sm\:first\:translate-x-72:first-child {
    --tw-translate-x: 18rem;
  }

  .sm\:first\:translate-x-80:first-child {
    --tw-translate-x: 20rem;
  }

  .sm\:first\:translate-x-96:first-child {
    --tw-translate-x: 24rem;
  }

  .sm\:first\:translate-x-px:first-child {
    --tw-translate-x: 1px;
  }

  .sm\:first\:translate-x-0\.5:first-child {
    --tw-translate-x: 0.125rem;
  }

  .sm\:first\:translate-x-1\.5:first-child {
    --tw-translate-x: 0.375rem;
  }

  .sm\:first\:translate-x-2\.5:first-child {
    --tw-translate-x: 0.625rem;
  }

  .sm\:first\:translate-x-3\.5:first-child {
    --tw-translate-x: 0.875rem;
  }

  .sm\:first\:-translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .sm\:first\:-translate-x-1:first-child {
    --tw-translate-x: -0.25rem;
  }

  .sm\:first\:-translate-x-2:first-child {
    --tw-translate-x: -0.5rem;
  }

  .sm\:first\:-translate-x-3:first-child {
    --tw-translate-x: -0.75rem;
  }

  .sm\:first\:-translate-x-4:first-child {
    --tw-translate-x: -1rem;
  }

  .sm\:first\:-translate-x-5:first-child {
    --tw-translate-x: -1.25rem;
  }

  .sm\:first\:-translate-x-6:first-child {
    --tw-translate-x: -1.5rem;
  }

  .sm\:first\:-translate-x-7:first-child {
    --tw-translate-x: -1.75rem;
  }

  .sm\:first\:-translate-x-8:first-child {
    --tw-translate-x: -2rem;
  }

  .sm\:first\:-translate-x-9:first-child {
    --tw-translate-x: -2.25rem;
  }

  .sm\:first\:-translate-x-10:first-child {
    --tw-translate-x: -2.5rem;
  }

  .sm\:first\:-translate-x-11:first-child {
    --tw-translate-x: -2.75rem;
  }

  .sm\:first\:-translate-x-12:first-child {
    --tw-translate-x: -3rem;
  }

  .sm\:first\:-translate-x-14:first-child {
    --tw-translate-x: -3.5rem;
  }

  .sm\:first\:-translate-x-16:first-child {
    --tw-translate-x: -4rem;
  }

  .sm\:first\:-translate-x-20:first-child {
    --tw-translate-x: -5rem;
  }

  .sm\:first\:-translate-x-24:first-child {
    --tw-translate-x: -6rem;
  }

  .sm\:first\:-translate-x-28:first-child {
    --tw-translate-x: -7rem;
  }

  .sm\:first\:-translate-x-32:first-child {
    --tw-translate-x: -8rem;
  }

  .sm\:first\:-translate-x-36:first-child {
    --tw-translate-x: -9rem;
  }

  .sm\:first\:-translate-x-40:first-child {
    --tw-translate-x: -10rem;
  }

  .sm\:first\:-translate-x-44:first-child {
    --tw-translate-x: -11rem;
  }

  .sm\:first\:-translate-x-48:first-child {
    --tw-translate-x: -12rem;
  }

  .sm\:first\:-translate-x-52:first-child {
    --tw-translate-x: -13rem;
  }

  .sm\:first\:-translate-x-56:first-child {
    --tw-translate-x: -14rem;
  }

  .sm\:first\:-translate-x-60:first-child {
    --tw-translate-x: -15rem;
  }

  .sm\:first\:-translate-x-64:first-child {
    --tw-translate-x: -16rem;
  }

  .sm\:first\:-translate-x-72:first-child {
    --tw-translate-x: -18rem;
  }

  .sm\:first\:-translate-x-80:first-child {
    --tw-translate-x: -20rem;
  }

  .sm\:first\:-translate-x-96:first-child {
    --tw-translate-x: -24rem;
  }

  .sm\:first\:-translate-x-px:first-child {
    --tw-translate-x: -1px;
  }

  .sm\:first\:-translate-x-0\.5:first-child {
    --tw-translate-x: -0.125rem;
  }

  .sm\:first\:-translate-x-1\.5:first-child {
    --tw-translate-x: -0.375rem;
  }

  .sm\:first\:-translate-x-2\.5:first-child {
    --tw-translate-x: -0.625rem;
  }

  .sm\:first\:-translate-x-3\.5:first-child {
    --tw-translate-x: -0.875rem;
  }

  .sm\:first\:translate-x-1\/2:first-child {
    --tw-translate-x: 50%;
  }

  .sm\:first\:translate-x-1\/3:first-child {
    --tw-translate-x: 33.333333%;
  }

  .sm\:first\:translate-x-2\/3:first-child {
    --tw-translate-x: 66.666667%;
  }

  .sm\:first\:translate-x-1\/4:first-child {
    --tw-translate-x: 25%;
  }

  .sm\:first\:translate-x-2\/4:first-child {
    --tw-translate-x: 50%;
  }

  .sm\:first\:translate-x-3\/4:first-child {
    --tw-translate-x: 75%;
  }

  .sm\:first\:translate-x-full:first-child {
    --tw-translate-x: 100%;
  }

  .sm\:first\:-translate-x-1\/2:first-child {
    --tw-translate-x: -50%;
  }

  .sm\:first\:-translate-x-1\/3:first-child {
    --tw-translate-x: -33.333333%;
  }

  .sm\:first\:-translate-x-2\/3:first-child {
    --tw-translate-x: -66.666667%;
  }

  .sm\:first\:-translate-x-1\/4:first-child {
    --tw-translate-x: -25%;
  }

  .sm\:first\:-translate-x-2\/4:first-child {
    --tw-translate-x: -50%;
  }

  .sm\:first\:-translate-x-3\/4:first-child {
    --tw-translate-x: -75%;
  }

  .sm\:first\:-translate-x-full:first-child {
    --tw-translate-x: -100%;
  }

  .sm\:first\:translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .sm\:first\:translate-y-1:first-child {
    --tw-translate-y: 0.25rem;
  }

  .sm\:first\:translate-y-2:first-child {
    --tw-translate-y: 0.5rem;
  }

  .sm\:first\:translate-y-3:first-child {
    --tw-translate-y: 0.75rem;
  }

  .sm\:first\:translate-y-4:first-child {
    --tw-translate-y: 1rem;
  }

  .sm\:first\:translate-y-5:first-child {
    --tw-translate-y: 1.25rem;
  }

  .sm\:first\:translate-y-6:first-child {
    --tw-translate-y: 1.5rem;
  }

  .sm\:first\:translate-y-7:first-child {
    --tw-translate-y: 1.75rem;
  }

  .sm\:first\:translate-y-8:first-child {
    --tw-translate-y: 2rem;
  }

  .sm\:first\:translate-y-9:first-child {
    --tw-translate-y: 2.25rem;
  }

  .sm\:first\:translate-y-10:first-child {
    --tw-translate-y: 2.5rem;
  }

  .sm\:first\:translate-y-11:first-child {
    --tw-translate-y: 2.75rem;
  }

  .sm\:first\:translate-y-12:first-child {
    --tw-translate-y: 3rem;
  }

  .sm\:first\:translate-y-14:first-child {
    --tw-translate-y: 3.5rem;
  }

  .sm\:first\:translate-y-16:first-child {
    --tw-translate-y: 4rem;
  }

  .sm\:first\:translate-y-20:first-child {
    --tw-translate-y: 5rem;
  }

  .sm\:first\:translate-y-24:first-child {
    --tw-translate-y: 6rem;
  }

  .sm\:first\:translate-y-28:first-child {
    --tw-translate-y: 7rem;
  }

  .sm\:first\:translate-y-32:first-child {
    --tw-translate-y: 8rem;
  }

  .sm\:first\:translate-y-36:first-child {
    --tw-translate-y: 9rem;
  }

  .sm\:first\:translate-y-40:first-child {
    --tw-translate-y: 10rem;
  }

  .sm\:first\:translate-y-44:first-child {
    --tw-translate-y: 11rem;
  }

  .sm\:first\:translate-y-48:first-child {
    --tw-translate-y: 12rem;
  }

  .sm\:first\:translate-y-52:first-child {
    --tw-translate-y: 13rem;
  }

  .sm\:first\:translate-y-56:first-child {
    --tw-translate-y: 14rem;
  }

  .sm\:first\:translate-y-60:first-child {
    --tw-translate-y: 15rem;
  }

  .sm\:first\:translate-y-64:first-child {
    --tw-translate-y: 16rem;
  }

  .sm\:first\:translate-y-72:first-child {
    --tw-translate-y: 18rem;
  }

  .sm\:first\:translate-y-80:first-child {
    --tw-translate-y: 20rem;
  }

  .sm\:first\:translate-y-96:first-child {
    --tw-translate-y: 24rem;
  }

  .sm\:first\:translate-y-px:first-child {
    --tw-translate-y: 1px;
  }

  .sm\:first\:translate-y-0\.5:first-child {
    --tw-translate-y: 0.125rem;
  }

  .sm\:first\:translate-y-1\.5:first-child {
    --tw-translate-y: 0.375rem;
  }

  .sm\:first\:translate-y-2\.5:first-child {
    --tw-translate-y: 0.625rem;
  }

  .sm\:first\:translate-y-3\.5:first-child {
    --tw-translate-y: 0.875rem;
  }

  .sm\:first\:-translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .sm\:first\:-translate-y-1:first-child {
    --tw-translate-y: -0.25rem;
  }

  .sm\:first\:-translate-y-2:first-child {
    --tw-translate-y: -0.5rem;
  }

  .sm\:first\:-translate-y-3:first-child {
    --tw-translate-y: -0.75rem;
  }

  .sm\:first\:-translate-y-4:first-child {
    --tw-translate-y: -1rem;
  }

  .sm\:first\:-translate-y-5:first-child {
    --tw-translate-y: -1.25rem;
  }

  .sm\:first\:-translate-y-6:first-child {
    --tw-translate-y: -1.5rem;
  }

  .sm\:first\:-translate-y-7:first-child {
    --tw-translate-y: -1.75rem;
  }

  .sm\:first\:-translate-y-8:first-child {
    --tw-translate-y: -2rem;
  }

  .sm\:first\:-translate-y-9:first-child {
    --tw-translate-y: -2.25rem;
  }

  .sm\:first\:-translate-y-10:first-child {
    --tw-translate-y: -2.5rem;
  }

  .sm\:first\:-translate-y-11:first-child {
    --tw-translate-y: -2.75rem;
  }

  .sm\:first\:-translate-y-12:first-child {
    --tw-translate-y: -3rem;
  }

  .sm\:first\:-translate-y-14:first-child {
    --tw-translate-y: -3.5rem;
  }

  .sm\:first\:-translate-y-16:first-child {
    --tw-translate-y: -4rem;
  }

  .sm\:first\:-translate-y-20:first-child {
    --tw-translate-y: -5rem;
  }

  .sm\:first\:-translate-y-24:first-child {
    --tw-translate-y: -6rem;
  }

  .sm\:first\:-translate-y-28:first-child {
    --tw-translate-y: -7rem;
  }

  .sm\:first\:-translate-y-32:first-child {
    --tw-translate-y: -8rem;
  }

  .sm\:first\:-translate-y-36:first-child {
    --tw-translate-y: -9rem;
  }

  .sm\:first\:-translate-y-40:first-child {
    --tw-translate-y: -10rem;
  }

  .sm\:first\:-translate-y-44:first-child {
    --tw-translate-y: -11rem;
  }

  .sm\:first\:-translate-y-48:first-child {
    --tw-translate-y: -12rem;
  }

  .sm\:first\:-translate-y-52:first-child {
    --tw-translate-y: -13rem;
  }

  .sm\:first\:-translate-y-56:first-child {
    --tw-translate-y: -14rem;
  }

  .sm\:first\:-translate-y-60:first-child {
    --tw-translate-y: -15rem;
  }

  .sm\:first\:-translate-y-64:first-child {
    --tw-translate-y: -16rem;
  }

  .sm\:first\:-translate-y-72:first-child {
    --tw-translate-y: -18rem;
  }

  .sm\:first\:-translate-y-80:first-child {
    --tw-translate-y: -20rem;
  }

  .sm\:first\:-translate-y-96:first-child {
    --tw-translate-y: -24rem;
  }

  .sm\:first\:-translate-y-px:first-child {
    --tw-translate-y: -1px;
  }

  .sm\:first\:-translate-y-0\.5:first-child {
    --tw-translate-y: -0.125rem;
  }

  .sm\:first\:-translate-y-1\.5:first-child {
    --tw-translate-y: -0.375rem;
  }

  .sm\:first\:-translate-y-2\.5:first-child {
    --tw-translate-y: -0.625rem;
  }

  .sm\:first\:-translate-y-3\.5:first-child {
    --tw-translate-y: -0.875rem;
  }

  .sm\:first\:translate-y-1\/2:first-child {
    --tw-translate-y: 50%;
  }

  .sm\:first\:translate-y-1\/3:first-child {
    --tw-translate-y: 33.333333%;
  }

  .sm\:first\:translate-y-2\/3:first-child {
    --tw-translate-y: 66.666667%;
  }

  .sm\:first\:translate-y-1\/4:first-child {
    --tw-translate-y: 25%;
  }

  .sm\:first\:translate-y-2\/4:first-child {
    --tw-translate-y: 50%;
  }

  .sm\:first\:translate-y-3\/4:first-child {
    --tw-translate-y: 75%;
  }

  .sm\:first\:translate-y-full:first-child {
    --tw-translate-y: 100%;
  }

  .sm\:first\:-translate-y-1\/2:first-child {
    --tw-translate-y: -50%;
  }

  .sm\:first\:-translate-y-1\/3:first-child {
    --tw-translate-y: -33.333333%;
  }

  .sm\:first\:-translate-y-2\/3:first-child {
    --tw-translate-y: -66.666667%;
  }

  .sm\:first\:-translate-y-1\/4:first-child {
    --tw-translate-y: -25%;
  }

  .sm\:first\:-translate-y-2\/4:first-child {
    --tw-translate-y: -50%;
  }

  .sm\:first\:-translate-y-3\/4:first-child {
    --tw-translate-y: -75%;
  }

  .sm\:first\:-translate-y-full:first-child {
    --tw-translate-y: -100%;
  }

  .sm\:last\:translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .sm\:last\:translate-x-1:last-child {
    --tw-translate-x: 0.25rem;
  }

  .sm\:last\:translate-x-2:last-child {
    --tw-translate-x: 0.5rem;
  }

  .sm\:last\:translate-x-3:last-child {
    --tw-translate-x: 0.75rem;
  }

  .sm\:last\:translate-x-4:last-child {
    --tw-translate-x: 1rem;
  }

  .sm\:last\:translate-x-5:last-child {
    --tw-translate-x: 1.25rem;
  }

  .sm\:last\:translate-x-6:last-child {
    --tw-translate-x: 1.5rem;
  }

  .sm\:last\:translate-x-7:last-child {
    --tw-translate-x: 1.75rem;
  }

  .sm\:last\:translate-x-8:last-child {
    --tw-translate-x: 2rem;
  }

  .sm\:last\:translate-x-9:last-child {
    --tw-translate-x: 2.25rem;
  }

  .sm\:last\:translate-x-10:last-child {
    --tw-translate-x: 2.5rem;
  }

  .sm\:last\:translate-x-11:last-child {
    --tw-translate-x: 2.75rem;
  }

  .sm\:last\:translate-x-12:last-child {
    --tw-translate-x: 3rem;
  }

  .sm\:last\:translate-x-14:last-child {
    --tw-translate-x: 3.5rem;
  }

  .sm\:last\:translate-x-16:last-child {
    --tw-translate-x: 4rem;
  }

  .sm\:last\:translate-x-20:last-child {
    --tw-translate-x: 5rem;
  }

  .sm\:last\:translate-x-24:last-child {
    --tw-translate-x: 6rem;
  }

  .sm\:last\:translate-x-28:last-child {
    --tw-translate-x: 7rem;
  }

  .sm\:last\:translate-x-32:last-child {
    --tw-translate-x: 8rem;
  }

  .sm\:last\:translate-x-36:last-child {
    --tw-translate-x: 9rem;
  }

  .sm\:last\:translate-x-40:last-child {
    --tw-translate-x: 10rem;
  }

  .sm\:last\:translate-x-44:last-child {
    --tw-translate-x: 11rem;
  }

  .sm\:last\:translate-x-48:last-child {
    --tw-translate-x: 12rem;
  }

  .sm\:last\:translate-x-52:last-child {
    --tw-translate-x: 13rem;
  }

  .sm\:last\:translate-x-56:last-child {
    --tw-translate-x: 14rem;
  }

  .sm\:last\:translate-x-60:last-child {
    --tw-translate-x: 15rem;
  }

  .sm\:last\:translate-x-64:last-child {
    --tw-translate-x: 16rem;
  }

  .sm\:last\:translate-x-72:last-child {
    --tw-translate-x: 18rem;
  }

  .sm\:last\:translate-x-80:last-child {
    --tw-translate-x: 20rem;
  }

  .sm\:last\:translate-x-96:last-child {
    --tw-translate-x: 24rem;
  }

  .sm\:last\:translate-x-px:last-child {
    --tw-translate-x: 1px;
  }

  .sm\:last\:translate-x-0\.5:last-child {
    --tw-translate-x: 0.125rem;
  }

  .sm\:last\:translate-x-1\.5:last-child {
    --tw-translate-x: 0.375rem;
  }

  .sm\:last\:translate-x-2\.5:last-child {
    --tw-translate-x: 0.625rem;
  }

  .sm\:last\:translate-x-3\.5:last-child {
    --tw-translate-x: 0.875rem;
  }

  .sm\:last\:-translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .sm\:last\:-translate-x-1:last-child {
    --tw-translate-x: -0.25rem;
  }

  .sm\:last\:-translate-x-2:last-child {
    --tw-translate-x: -0.5rem;
  }

  .sm\:last\:-translate-x-3:last-child {
    --tw-translate-x: -0.75rem;
  }

  .sm\:last\:-translate-x-4:last-child {
    --tw-translate-x: -1rem;
  }

  .sm\:last\:-translate-x-5:last-child {
    --tw-translate-x: -1.25rem;
  }

  .sm\:last\:-translate-x-6:last-child {
    --tw-translate-x: -1.5rem;
  }

  .sm\:last\:-translate-x-7:last-child {
    --tw-translate-x: -1.75rem;
  }

  .sm\:last\:-translate-x-8:last-child {
    --tw-translate-x: -2rem;
  }

  .sm\:last\:-translate-x-9:last-child {
    --tw-translate-x: -2.25rem;
  }

  .sm\:last\:-translate-x-10:last-child {
    --tw-translate-x: -2.5rem;
  }

  .sm\:last\:-translate-x-11:last-child {
    --tw-translate-x: -2.75rem;
  }

  .sm\:last\:-translate-x-12:last-child {
    --tw-translate-x: -3rem;
  }

  .sm\:last\:-translate-x-14:last-child {
    --tw-translate-x: -3.5rem;
  }

  .sm\:last\:-translate-x-16:last-child {
    --tw-translate-x: -4rem;
  }

  .sm\:last\:-translate-x-20:last-child {
    --tw-translate-x: -5rem;
  }

  .sm\:last\:-translate-x-24:last-child {
    --tw-translate-x: -6rem;
  }

  .sm\:last\:-translate-x-28:last-child {
    --tw-translate-x: -7rem;
  }

  .sm\:last\:-translate-x-32:last-child {
    --tw-translate-x: -8rem;
  }

  .sm\:last\:-translate-x-36:last-child {
    --tw-translate-x: -9rem;
  }

  .sm\:last\:-translate-x-40:last-child {
    --tw-translate-x: -10rem;
  }

  .sm\:last\:-translate-x-44:last-child {
    --tw-translate-x: -11rem;
  }

  .sm\:last\:-translate-x-48:last-child {
    --tw-translate-x: -12rem;
  }

  .sm\:last\:-translate-x-52:last-child {
    --tw-translate-x: -13rem;
  }

  .sm\:last\:-translate-x-56:last-child {
    --tw-translate-x: -14rem;
  }

  .sm\:last\:-translate-x-60:last-child {
    --tw-translate-x: -15rem;
  }

  .sm\:last\:-translate-x-64:last-child {
    --tw-translate-x: -16rem;
  }

  .sm\:last\:-translate-x-72:last-child {
    --tw-translate-x: -18rem;
  }

  .sm\:last\:-translate-x-80:last-child {
    --tw-translate-x: -20rem;
  }

  .sm\:last\:-translate-x-96:last-child {
    --tw-translate-x: -24rem;
  }

  .sm\:last\:-translate-x-px:last-child {
    --tw-translate-x: -1px;
  }

  .sm\:last\:-translate-x-0\.5:last-child {
    --tw-translate-x: -0.125rem;
  }

  .sm\:last\:-translate-x-1\.5:last-child {
    --tw-translate-x: -0.375rem;
  }

  .sm\:last\:-translate-x-2\.5:last-child {
    --tw-translate-x: -0.625rem;
  }

  .sm\:last\:-translate-x-3\.5:last-child {
    --tw-translate-x: -0.875rem;
  }

  .sm\:last\:translate-x-1\/2:last-child {
    --tw-translate-x: 50%;
  }

  .sm\:last\:translate-x-1\/3:last-child {
    --tw-translate-x: 33.333333%;
  }

  .sm\:last\:translate-x-2\/3:last-child {
    --tw-translate-x: 66.666667%;
  }

  .sm\:last\:translate-x-1\/4:last-child {
    --tw-translate-x: 25%;
  }

  .sm\:last\:translate-x-2\/4:last-child {
    --tw-translate-x: 50%;
  }

  .sm\:last\:translate-x-3\/4:last-child {
    --tw-translate-x: 75%;
  }

  .sm\:last\:translate-x-full:last-child {
    --tw-translate-x: 100%;
  }

  .sm\:last\:-translate-x-1\/2:last-child {
    --tw-translate-x: -50%;
  }

  .sm\:last\:-translate-x-1\/3:last-child {
    --tw-translate-x: -33.333333%;
  }

  .sm\:last\:-translate-x-2\/3:last-child {
    --tw-translate-x: -66.666667%;
  }

  .sm\:last\:-translate-x-1\/4:last-child {
    --tw-translate-x: -25%;
  }

  .sm\:last\:-translate-x-2\/4:last-child {
    --tw-translate-x: -50%;
  }

  .sm\:last\:-translate-x-3\/4:last-child {
    --tw-translate-x: -75%;
  }

  .sm\:last\:-translate-x-full:last-child {
    --tw-translate-x: -100%;
  }

  .sm\:last\:translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .sm\:last\:translate-y-1:last-child {
    --tw-translate-y: 0.25rem;
  }

  .sm\:last\:translate-y-2:last-child {
    --tw-translate-y: 0.5rem;
  }

  .sm\:last\:translate-y-3:last-child {
    --tw-translate-y: 0.75rem;
  }

  .sm\:last\:translate-y-4:last-child {
    --tw-translate-y: 1rem;
  }

  .sm\:last\:translate-y-5:last-child {
    --tw-translate-y: 1.25rem;
  }

  .sm\:last\:translate-y-6:last-child {
    --tw-translate-y: 1.5rem;
  }

  .sm\:last\:translate-y-7:last-child {
    --tw-translate-y: 1.75rem;
  }

  .sm\:last\:translate-y-8:last-child {
    --tw-translate-y: 2rem;
  }

  .sm\:last\:translate-y-9:last-child {
    --tw-translate-y: 2.25rem;
  }

  .sm\:last\:translate-y-10:last-child {
    --tw-translate-y: 2.5rem;
  }

  .sm\:last\:translate-y-11:last-child {
    --tw-translate-y: 2.75rem;
  }

  .sm\:last\:translate-y-12:last-child {
    --tw-translate-y: 3rem;
  }

  .sm\:last\:translate-y-14:last-child {
    --tw-translate-y: 3.5rem;
  }

  .sm\:last\:translate-y-16:last-child {
    --tw-translate-y: 4rem;
  }

  .sm\:last\:translate-y-20:last-child {
    --tw-translate-y: 5rem;
  }

  .sm\:last\:translate-y-24:last-child {
    --tw-translate-y: 6rem;
  }

  .sm\:last\:translate-y-28:last-child {
    --tw-translate-y: 7rem;
  }

  .sm\:last\:translate-y-32:last-child {
    --tw-translate-y: 8rem;
  }

  .sm\:last\:translate-y-36:last-child {
    --tw-translate-y: 9rem;
  }

  .sm\:last\:translate-y-40:last-child {
    --tw-translate-y: 10rem;
  }

  .sm\:last\:translate-y-44:last-child {
    --tw-translate-y: 11rem;
  }

  .sm\:last\:translate-y-48:last-child {
    --tw-translate-y: 12rem;
  }

  .sm\:last\:translate-y-52:last-child {
    --tw-translate-y: 13rem;
  }

  .sm\:last\:translate-y-56:last-child {
    --tw-translate-y: 14rem;
  }

  .sm\:last\:translate-y-60:last-child {
    --tw-translate-y: 15rem;
  }

  .sm\:last\:translate-y-64:last-child {
    --tw-translate-y: 16rem;
  }

  .sm\:last\:translate-y-72:last-child {
    --tw-translate-y: 18rem;
  }

  .sm\:last\:translate-y-80:last-child {
    --tw-translate-y: 20rem;
  }

  .sm\:last\:translate-y-96:last-child {
    --tw-translate-y: 24rem;
  }

  .sm\:last\:translate-y-px:last-child {
    --tw-translate-y: 1px;
  }

  .sm\:last\:translate-y-0\.5:last-child {
    --tw-translate-y: 0.125rem;
  }

  .sm\:last\:translate-y-1\.5:last-child {
    --tw-translate-y: 0.375rem;
  }

  .sm\:last\:translate-y-2\.5:last-child {
    --tw-translate-y: 0.625rem;
  }

  .sm\:last\:translate-y-3\.5:last-child {
    --tw-translate-y: 0.875rem;
  }

  .sm\:last\:-translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .sm\:last\:-translate-y-1:last-child {
    --tw-translate-y: -0.25rem;
  }

  .sm\:last\:-translate-y-2:last-child {
    --tw-translate-y: -0.5rem;
  }

  .sm\:last\:-translate-y-3:last-child {
    --tw-translate-y: -0.75rem;
  }

  .sm\:last\:-translate-y-4:last-child {
    --tw-translate-y: -1rem;
  }

  .sm\:last\:-translate-y-5:last-child {
    --tw-translate-y: -1.25rem;
  }

  .sm\:last\:-translate-y-6:last-child {
    --tw-translate-y: -1.5rem;
  }

  .sm\:last\:-translate-y-7:last-child {
    --tw-translate-y: -1.75rem;
  }

  .sm\:last\:-translate-y-8:last-child {
    --tw-translate-y: -2rem;
  }

  .sm\:last\:-translate-y-9:last-child {
    --tw-translate-y: -2.25rem;
  }

  .sm\:last\:-translate-y-10:last-child {
    --tw-translate-y: -2.5rem;
  }

  .sm\:last\:-translate-y-11:last-child {
    --tw-translate-y: -2.75rem;
  }

  .sm\:last\:-translate-y-12:last-child {
    --tw-translate-y: -3rem;
  }

  .sm\:last\:-translate-y-14:last-child {
    --tw-translate-y: -3.5rem;
  }

  .sm\:last\:-translate-y-16:last-child {
    --tw-translate-y: -4rem;
  }

  .sm\:last\:-translate-y-20:last-child {
    --tw-translate-y: -5rem;
  }

  .sm\:last\:-translate-y-24:last-child {
    --tw-translate-y: -6rem;
  }

  .sm\:last\:-translate-y-28:last-child {
    --tw-translate-y: -7rem;
  }

  .sm\:last\:-translate-y-32:last-child {
    --tw-translate-y: -8rem;
  }

  .sm\:last\:-translate-y-36:last-child {
    --tw-translate-y: -9rem;
  }

  .sm\:last\:-translate-y-40:last-child {
    --tw-translate-y: -10rem;
  }

  .sm\:last\:-translate-y-44:last-child {
    --tw-translate-y: -11rem;
  }

  .sm\:last\:-translate-y-48:last-child {
    --tw-translate-y: -12rem;
  }

  .sm\:last\:-translate-y-52:last-child {
    --tw-translate-y: -13rem;
  }

  .sm\:last\:-translate-y-56:last-child {
    --tw-translate-y: -14rem;
  }

  .sm\:last\:-translate-y-60:last-child {
    --tw-translate-y: -15rem;
  }

  .sm\:last\:-translate-y-64:last-child {
    --tw-translate-y: -16rem;
  }

  .sm\:last\:-translate-y-72:last-child {
    --tw-translate-y: -18rem;
  }

  .sm\:last\:-translate-y-80:last-child {
    --tw-translate-y: -20rem;
  }

  .sm\:last\:-translate-y-96:last-child {
    --tw-translate-y: -24rem;
  }

  .sm\:last\:-translate-y-px:last-child {
    --tw-translate-y: -1px;
  }

  .sm\:last\:-translate-y-0\.5:last-child {
    --tw-translate-y: -0.125rem;
  }

  .sm\:last\:-translate-y-1\.5:last-child {
    --tw-translate-y: -0.375rem;
  }

  .sm\:last\:-translate-y-2\.5:last-child {
    --tw-translate-y: -0.625rem;
  }

  .sm\:last\:-translate-y-3\.5:last-child {
    --tw-translate-y: -0.875rem;
  }

  .sm\:last\:translate-y-1\/2:last-child {
    --tw-translate-y: 50%;
  }

  .sm\:last\:translate-y-1\/3:last-child {
    --tw-translate-y: 33.333333%;
  }

  .sm\:last\:translate-y-2\/3:last-child {
    --tw-translate-y: 66.666667%;
  }

  .sm\:last\:translate-y-1\/4:last-child {
    --tw-translate-y: 25%;
  }

  .sm\:last\:translate-y-2\/4:last-child {
    --tw-translate-y: 50%;
  }

  .sm\:last\:translate-y-3\/4:last-child {
    --tw-translate-y: 75%;
  }

  .sm\:last\:translate-y-full:last-child {
    --tw-translate-y: 100%;
  }

  .sm\:last\:-translate-y-1\/2:last-child {
    --tw-translate-y: -50%;
  }

  .sm\:last\:-translate-y-1\/3:last-child {
    --tw-translate-y: -33.333333%;
  }

  .sm\:last\:-translate-y-2\/3:last-child {
    --tw-translate-y: -66.666667%;
  }

  .sm\:last\:-translate-y-1\/4:last-child {
    --tw-translate-y: -25%;
  }

  .sm\:last\:-translate-y-2\/4:last-child {
    --tw-translate-y: -50%;
  }

  .sm\:last\:-translate-y-3\/4:last-child {
    --tw-translate-y: -75%;
  }

  .sm\:last\:-translate-y-full:last-child {
    --tw-translate-y: -100%;
  }

  .sm\:odd\:translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .sm\:odd\:translate-x-1:nth-child(odd) {
    --tw-translate-x: 0.25rem;
  }

  .sm\:odd\:translate-x-2:nth-child(odd) {
    --tw-translate-x: 0.5rem;
  }

  .sm\:odd\:translate-x-3:nth-child(odd) {
    --tw-translate-x: 0.75rem;
  }

  .sm\:odd\:translate-x-4:nth-child(odd) {
    --tw-translate-x: 1rem;
  }

  .sm\:odd\:translate-x-5:nth-child(odd) {
    --tw-translate-x: 1.25rem;
  }

  .sm\:odd\:translate-x-6:nth-child(odd) {
    --tw-translate-x: 1.5rem;
  }

  .sm\:odd\:translate-x-7:nth-child(odd) {
    --tw-translate-x: 1.75rem;
  }

  .sm\:odd\:translate-x-8:nth-child(odd) {
    --tw-translate-x: 2rem;
  }

  .sm\:odd\:translate-x-9:nth-child(odd) {
    --tw-translate-x: 2.25rem;
  }

  .sm\:odd\:translate-x-10:nth-child(odd) {
    --tw-translate-x: 2.5rem;
  }

  .sm\:odd\:translate-x-11:nth-child(odd) {
    --tw-translate-x: 2.75rem;
  }

  .sm\:odd\:translate-x-12:nth-child(odd) {
    --tw-translate-x: 3rem;
  }

  .sm\:odd\:translate-x-14:nth-child(odd) {
    --tw-translate-x: 3.5rem;
  }

  .sm\:odd\:translate-x-16:nth-child(odd) {
    --tw-translate-x: 4rem;
  }

  .sm\:odd\:translate-x-20:nth-child(odd) {
    --tw-translate-x: 5rem;
  }

  .sm\:odd\:translate-x-24:nth-child(odd) {
    --tw-translate-x: 6rem;
  }

  .sm\:odd\:translate-x-28:nth-child(odd) {
    --tw-translate-x: 7rem;
  }

  .sm\:odd\:translate-x-32:nth-child(odd) {
    --tw-translate-x: 8rem;
  }

  .sm\:odd\:translate-x-36:nth-child(odd) {
    --tw-translate-x: 9rem;
  }

  .sm\:odd\:translate-x-40:nth-child(odd) {
    --tw-translate-x: 10rem;
  }

  .sm\:odd\:translate-x-44:nth-child(odd) {
    --tw-translate-x: 11rem;
  }

  .sm\:odd\:translate-x-48:nth-child(odd) {
    --tw-translate-x: 12rem;
  }

  .sm\:odd\:translate-x-52:nth-child(odd) {
    --tw-translate-x: 13rem;
  }

  .sm\:odd\:translate-x-56:nth-child(odd) {
    --tw-translate-x: 14rem;
  }

  .sm\:odd\:translate-x-60:nth-child(odd) {
    --tw-translate-x: 15rem;
  }

  .sm\:odd\:translate-x-64:nth-child(odd) {
    --tw-translate-x: 16rem;
  }

  .sm\:odd\:translate-x-72:nth-child(odd) {
    --tw-translate-x: 18rem;
  }

  .sm\:odd\:translate-x-80:nth-child(odd) {
    --tw-translate-x: 20rem;
  }

  .sm\:odd\:translate-x-96:nth-child(odd) {
    --tw-translate-x: 24rem;
  }

  .sm\:odd\:translate-x-px:nth-child(odd) {
    --tw-translate-x: 1px;
  }

  .sm\:odd\:translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: 0.125rem;
  }

  .sm\:odd\:translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: 0.375rem;
  }

  .sm\:odd\:translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: 0.625rem;
  }

  .sm\:odd\:translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: 0.875rem;
  }

  .sm\:odd\:-translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .sm\:odd\:-translate-x-1:nth-child(odd) {
    --tw-translate-x: -0.25rem;
  }

  .sm\:odd\:-translate-x-2:nth-child(odd) {
    --tw-translate-x: -0.5rem;
  }

  .sm\:odd\:-translate-x-3:nth-child(odd) {
    --tw-translate-x: -0.75rem;
  }

  .sm\:odd\:-translate-x-4:nth-child(odd) {
    --tw-translate-x: -1rem;
  }

  .sm\:odd\:-translate-x-5:nth-child(odd) {
    --tw-translate-x: -1.25rem;
  }

  .sm\:odd\:-translate-x-6:nth-child(odd) {
    --tw-translate-x: -1.5rem;
  }

  .sm\:odd\:-translate-x-7:nth-child(odd) {
    --tw-translate-x: -1.75rem;
  }

  .sm\:odd\:-translate-x-8:nth-child(odd) {
    --tw-translate-x: -2rem;
  }

  .sm\:odd\:-translate-x-9:nth-child(odd) {
    --tw-translate-x: -2.25rem;
  }

  .sm\:odd\:-translate-x-10:nth-child(odd) {
    --tw-translate-x: -2.5rem;
  }

  .sm\:odd\:-translate-x-11:nth-child(odd) {
    --tw-translate-x: -2.75rem;
  }

  .sm\:odd\:-translate-x-12:nth-child(odd) {
    --tw-translate-x: -3rem;
  }

  .sm\:odd\:-translate-x-14:nth-child(odd) {
    --tw-translate-x: -3.5rem;
  }

  .sm\:odd\:-translate-x-16:nth-child(odd) {
    --tw-translate-x: -4rem;
  }

  .sm\:odd\:-translate-x-20:nth-child(odd) {
    --tw-translate-x: -5rem;
  }

  .sm\:odd\:-translate-x-24:nth-child(odd) {
    --tw-translate-x: -6rem;
  }

  .sm\:odd\:-translate-x-28:nth-child(odd) {
    --tw-translate-x: -7rem;
  }

  .sm\:odd\:-translate-x-32:nth-child(odd) {
    --tw-translate-x: -8rem;
  }

  .sm\:odd\:-translate-x-36:nth-child(odd) {
    --tw-translate-x: -9rem;
  }

  .sm\:odd\:-translate-x-40:nth-child(odd) {
    --tw-translate-x: -10rem;
  }

  .sm\:odd\:-translate-x-44:nth-child(odd) {
    --tw-translate-x: -11rem;
  }

  .sm\:odd\:-translate-x-48:nth-child(odd) {
    --tw-translate-x: -12rem;
  }

  .sm\:odd\:-translate-x-52:nth-child(odd) {
    --tw-translate-x: -13rem;
  }

  .sm\:odd\:-translate-x-56:nth-child(odd) {
    --tw-translate-x: -14rem;
  }

  .sm\:odd\:-translate-x-60:nth-child(odd) {
    --tw-translate-x: -15rem;
  }

  .sm\:odd\:-translate-x-64:nth-child(odd) {
    --tw-translate-x: -16rem;
  }

  .sm\:odd\:-translate-x-72:nth-child(odd) {
    --tw-translate-x: -18rem;
  }

  .sm\:odd\:-translate-x-80:nth-child(odd) {
    --tw-translate-x: -20rem;
  }

  .sm\:odd\:-translate-x-96:nth-child(odd) {
    --tw-translate-x: -24rem;
  }

  .sm\:odd\:-translate-x-px:nth-child(odd) {
    --tw-translate-x: -1px;
  }

  .sm\:odd\:-translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: -0.125rem;
  }

  .sm\:odd\:-translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: -0.375rem;
  }

  .sm\:odd\:-translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: -0.625rem;
  }

  .sm\:odd\:-translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: -0.875rem;
  }

  .sm\:odd\:translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .sm\:odd\:translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: 33.333333%;
  }

  .sm\:odd\:translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: 66.666667%;
  }

  .sm\:odd\:translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: 25%;
  }

  .sm\:odd\:translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .sm\:odd\:translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: 75%;
  }

  .sm\:odd\:translate-x-full:nth-child(odd) {
    --tw-translate-x: 100%;
  }

  .sm\:odd\:-translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .sm\:odd\:-translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: -33.333333%;
  }

  .sm\:odd\:-translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: -66.666667%;
  }

  .sm\:odd\:-translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: -25%;
  }

  .sm\:odd\:-translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .sm\:odd\:-translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: -75%;
  }

  .sm\:odd\:-translate-x-full:nth-child(odd) {
    --tw-translate-x: -100%;
  }

  .sm\:odd\:translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .sm\:odd\:translate-y-1:nth-child(odd) {
    --tw-translate-y: 0.25rem;
  }

  .sm\:odd\:translate-y-2:nth-child(odd) {
    --tw-translate-y: 0.5rem;
  }

  .sm\:odd\:translate-y-3:nth-child(odd) {
    --tw-translate-y: 0.75rem;
  }

  .sm\:odd\:translate-y-4:nth-child(odd) {
    --tw-translate-y: 1rem;
  }

  .sm\:odd\:translate-y-5:nth-child(odd) {
    --tw-translate-y: 1.25rem;
  }

  .sm\:odd\:translate-y-6:nth-child(odd) {
    --tw-translate-y: 1.5rem;
  }

  .sm\:odd\:translate-y-7:nth-child(odd) {
    --tw-translate-y: 1.75rem;
  }

  .sm\:odd\:translate-y-8:nth-child(odd) {
    --tw-translate-y: 2rem;
  }

  .sm\:odd\:translate-y-9:nth-child(odd) {
    --tw-translate-y: 2.25rem;
  }

  .sm\:odd\:translate-y-10:nth-child(odd) {
    --tw-translate-y: 2.5rem;
  }

  .sm\:odd\:translate-y-11:nth-child(odd) {
    --tw-translate-y: 2.75rem;
  }

  .sm\:odd\:translate-y-12:nth-child(odd) {
    --tw-translate-y: 3rem;
  }

  .sm\:odd\:translate-y-14:nth-child(odd) {
    --tw-translate-y: 3.5rem;
  }

  .sm\:odd\:translate-y-16:nth-child(odd) {
    --tw-translate-y: 4rem;
  }

  .sm\:odd\:translate-y-20:nth-child(odd) {
    --tw-translate-y: 5rem;
  }

  .sm\:odd\:translate-y-24:nth-child(odd) {
    --tw-translate-y: 6rem;
  }

  .sm\:odd\:translate-y-28:nth-child(odd) {
    --tw-translate-y: 7rem;
  }

  .sm\:odd\:translate-y-32:nth-child(odd) {
    --tw-translate-y: 8rem;
  }

  .sm\:odd\:translate-y-36:nth-child(odd) {
    --tw-translate-y: 9rem;
  }

  .sm\:odd\:translate-y-40:nth-child(odd) {
    --tw-translate-y: 10rem;
  }

  .sm\:odd\:translate-y-44:nth-child(odd) {
    --tw-translate-y: 11rem;
  }

  .sm\:odd\:translate-y-48:nth-child(odd) {
    --tw-translate-y: 12rem;
  }

  .sm\:odd\:translate-y-52:nth-child(odd) {
    --tw-translate-y: 13rem;
  }

  .sm\:odd\:translate-y-56:nth-child(odd) {
    --tw-translate-y: 14rem;
  }

  .sm\:odd\:translate-y-60:nth-child(odd) {
    --tw-translate-y: 15rem;
  }

  .sm\:odd\:translate-y-64:nth-child(odd) {
    --tw-translate-y: 16rem;
  }

  .sm\:odd\:translate-y-72:nth-child(odd) {
    --tw-translate-y: 18rem;
  }

  .sm\:odd\:translate-y-80:nth-child(odd) {
    --tw-translate-y: 20rem;
  }

  .sm\:odd\:translate-y-96:nth-child(odd) {
    --tw-translate-y: 24rem;
  }

  .sm\:odd\:translate-y-px:nth-child(odd) {
    --tw-translate-y: 1px;
  }

  .sm\:odd\:translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: 0.125rem;
  }

  .sm\:odd\:translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: 0.375rem;
  }

  .sm\:odd\:translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: 0.625rem;
  }

  .sm\:odd\:translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: 0.875rem;
  }

  .sm\:odd\:-translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .sm\:odd\:-translate-y-1:nth-child(odd) {
    --tw-translate-y: -0.25rem;
  }

  .sm\:odd\:-translate-y-2:nth-child(odd) {
    --tw-translate-y: -0.5rem;
  }

  .sm\:odd\:-translate-y-3:nth-child(odd) {
    --tw-translate-y: -0.75rem;
  }

  .sm\:odd\:-translate-y-4:nth-child(odd) {
    --tw-translate-y: -1rem;
  }

  .sm\:odd\:-translate-y-5:nth-child(odd) {
    --tw-translate-y: -1.25rem;
  }

  .sm\:odd\:-translate-y-6:nth-child(odd) {
    --tw-translate-y: -1.5rem;
  }

  .sm\:odd\:-translate-y-7:nth-child(odd) {
    --tw-translate-y: -1.75rem;
  }

  .sm\:odd\:-translate-y-8:nth-child(odd) {
    --tw-translate-y: -2rem;
  }

  .sm\:odd\:-translate-y-9:nth-child(odd) {
    --tw-translate-y: -2.25rem;
  }

  .sm\:odd\:-translate-y-10:nth-child(odd) {
    --tw-translate-y: -2.5rem;
  }

  .sm\:odd\:-translate-y-11:nth-child(odd) {
    --tw-translate-y: -2.75rem;
  }

  .sm\:odd\:-translate-y-12:nth-child(odd) {
    --tw-translate-y: -3rem;
  }

  .sm\:odd\:-translate-y-14:nth-child(odd) {
    --tw-translate-y: -3.5rem;
  }

  .sm\:odd\:-translate-y-16:nth-child(odd) {
    --tw-translate-y: -4rem;
  }

  .sm\:odd\:-translate-y-20:nth-child(odd) {
    --tw-translate-y: -5rem;
  }

  .sm\:odd\:-translate-y-24:nth-child(odd) {
    --tw-translate-y: -6rem;
  }

  .sm\:odd\:-translate-y-28:nth-child(odd) {
    --tw-translate-y: -7rem;
  }

  .sm\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }

  .sm\:odd\:-translate-y-36:nth-child(odd) {
    --tw-translate-y: -9rem;
  }

  .sm\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }

  .sm\:odd\:-translate-y-44:nth-child(odd) {
    --tw-translate-y: -11rem;
  }

  .sm\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }

  .sm\:odd\:-translate-y-52:nth-child(odd) {
    --tw-translate-y: -13rem;
  }

  .sm\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }

  .sm\:odd\:-translate-y-60:nth-child(odd) {
    --tw-translate-y: -15rem;
  }

  .sm\:odd\:-translate-y-64:nth-child(odd) {
    --tw-translate-y: -16rem;
  }

  .sm\:odd\:-translate-y-72:nth-child(odd) {
    --tw-translate-y: -18rem;
  }

  .sm\:odd\:-translate-y-80:nth-child(odd) {
    --tw-translate-y: -20rem;
  }

  .sm\:odd\:-translate-y-96:nth-child(odd) {
    --tw-translate-y: -24rem;
  }

  .sm\:odd\:-translate-y-px:nth-child(odd) {
    --tw-translate-y: -1px;
  }

  .sm\:odd\:-translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: -0.125rem;
  }

  .sm\:odd\:-translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: -0.375rem;
  }

  .sm\:odd\:-translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: -0.625rem;
  }

  .sm\:odd\:-translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: -0.875rem;
  }

  .sm\:odd\:translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .sm\:odd\:translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: 33.333333%;
  }

  .sm\:odd\:translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: 66.666667%;
  }

  .sm\:odd\:translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: 25%;
  }

  .sm\:odd\:translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .sm\:odd\:translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: 75%;
  }

  .sm\:odd\:translate-y-full:nth-child(odd) {
    --tw-translate-y: 100%;
  }

  .sm\:odd\:-translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .sm\:odd\:-translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: -33.333333%;
  }

  .sm\:odd\:-translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: -66.666667%;
  }

  .sm\:odd\:-translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: -25%;
  }

  .sm\:odd\:-translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .sm\:odd\:-translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: -75%;
  }

  .sm\:odd\:-translate-y-full:nth-child(odd) {
    --tw-translate-y: -100%;
  }

  .sm\:even\:translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .sm\:even\:translate-x-1:nth-child(even) {
    --tw-translate-x: 0.25rem;
  }

  .sm\:even\:translate-x-2:nth-child(even) {
    --tw-translate-x: 0.5rem;
  }

  .sm\:even\:translate-x-3:nth-child(even) {
    --tw-translate-x: 0.75rem;
  }

  .sm\:even\:translate-x-4:nth-child(even) {
    --tw-translate-x: 1rem;
  }

  .sm\:even\:translate-x-5:nth-child(even) {
    --tw-translate-x: 1.25rem;
  }

  .sm\:even\:translate-x-6:nth-child(even) {
    --tw-translate-x: 1.5rem;
  }

  .sm\:even\:translate-x-7:nth-child(even) {
    --tw-translate-x: 1.75rem;
  }

  .sm\:even\:translate-x-8:nth-child(even) {
    --tw-translate-x: 2rem;
  }

  .sm\:even\:translate-x-9:nth-child(even) {
    --tw-translate-x: 2.25rem;
  }

  .sm\:even\:translate-x-10:nth-child(even) {
    --tw-translate-x: 2.5rem;
  }

  .sm\:even\:translate-x-11:nth-child(even) {
    --tw-translate-x: 2.75rem;
  }

  .sm\:even\:translate-x-12:nth-child(even) {
    --tw-translate-x: 3rem;
  }

  .sm\:even\:translate-x-14:nth-child(even) {
    --tw-translate-x: 3.5rem;
  }

  .sm\:even\:translate-x-16:nth-child(even) {
    --tw-translate-x: 4rem;
  }

  .sm\:even\:translate-x-20:nth-child(even) {
    --tw-translate-x: 5rem;
  }

  .sm\:even\:translate-x-24:nth-child(even) {
    --tw-translate-x: 6rem;
  }

  .sm\:even\:translate-x-28:nth-child(even) {
    --tw-translate-x: 7rem;
  }

  .sm\:even\:translate-x-32:nth-child(even) {
    --tw-translate-x: 8rem;
  }

  .sm\:even\:translate-x-36:nth-child(even) {
    --tw-translate-x: 9rem;
  }

  .sm\:even\:translate-x-40:nth-child(even) {
    --tw-translate-x: 10rem;
  }

  .sm\:even\:translate-x-44:nth-child(even) {
    --tw-translate-x: 11rem;
  }

  .sm\:even\:translate-x-48:nth-child(even) {
    --tw-translate-x: 12rem;
  }

  .sm\:even\:translate-x-52:nth-child(even) {
    --tw-translate-x: 13rem;
  }

  .sm\:even\:translate-x-56:nth-child(even) {
    --tw-translate-x: 14rem;
  }

  .sm\:even\:translate-x-60:nth-child(even) {
    --tw-translate-x: 15rem;
  }

  .sm\:even\:translate-x-64:nth-child(even) {
    --tw-translate-x: 16rem;
  }

  .sm\:even\:translate-x-72:nth-child(even) {
    --tw-translate-x: 18rem;
  }

  .sm\:even\:translate-x-80:nth-child(even) {
    --tw-translate-x: 20rem;
  }

  .sm\:even\:translate-x-96:nth-child(even) {
    --tw-translate-x: 24rem;
  }

  .sm\:even\:translate-x-px:nth-child(even) {
    --tw-translate-x: 1px;
  }

  .sm\:even\:translate-x-0\.5:nth-child(even) {
    --tw-translate-x: 0.125rem;
  }

  .sm\:even\:translate-x-1\.5:nth-child(even) {
    --tw-translate-x: 0.375rem;
  }

  .sm\:even\:translate-x-2\.5:nth-child(even) {
    --tw-translate-x: 0.625rem;
  }

  .sm\:even\:translate-x-3\.5:nth-child(even) {
    --tw-translate-x: 0.875rem;
  }

  .sm\:even\:-translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .sm\:even\:-translate-x-1:nth-child(even) {
    --tw-translate-x: -0.25rem;
  }

  .sm\:even\:-translate-x-2:nth-child(even) {
    --tw-translate-x: -0.5rem;
  }

  .sm\:even\:-translate-x-3:nth-child(even) {
    --tw-translate-x: -0.75rem;
  }

  .sm\:even\:-translate-x-4:nth-child(even) {
    --tw-translate-x: -1rem;
  }

  .sm\:even\:-translate-x-5:nth-child(even) {
    --tw-translate-x: -1.25rem;
  }

  .sm\:even\:-translate-x-6:nth-child(even) {
    --tw-translate-x: -1.5rem;
  }

  .sm\:even\:-translate-x-7:nth-child(even) {
    --tw-translate-x: -1.75rem;
  }

  .sm\:even\:-translate-x-8:nth-child(even) {
    --tw-translate-x: -2rem;
  }

  .sm\:even\:-translate-x-9:nth-child(even) {
    --tw-translate-x: -2.25rem;
  }

  .sm\:even\:-translate-x-10:nth-child(even) {
    --tw-translate-x: -2.5rem;
  }

  .sm\:even\:-translate-x-11:nth-child(even) {
    --tw-translate-x: -2.75rem;
  }

  .sm\:even\:-translate-x-12:nth-child(even) {
    --tw-translate-x: -3rem;
  }

  .sm\:even\:-translate-x-14:nth-child(even) {
    --tw-translate-x: -3.5rem;
  }

  .sm\:even\:-translate-x-16:nth-child(even) {
    --tw-translate-x: -4rem;
  }

  .sm\:even\:-translate-x-20:nth-child(even) {
    --tw-translate-x: -5rem;
  }

  .sm\:even\:-translate-x-24:nth-child(even) {
    --tw-translate-x: -6rem;
  }

  .sm\:even\:-translate-x-28:nth-child(even) {
    --tw-translate-x: -7rem;
  }

  .sm\:even\:-translate-x-32:nth-child(even) {
    --tw-translate-x: -8rem;
  }

  .sm\:even\:-translate-x-36:nth-child(even) {
    --tw-translate-x: -9rem;
  }

  .sm\:even\:-translate-x-40:nth-child(even) {
    --tw-translate-x: -10rem;
  }

  .sm\:even\:-translate-x-44:nth-child(even) {
    --tw-translate-x: -11rem;
  }

  .sm\:even\:-translate-x-48:nth-child(even) {
    --tw-translate-x: -12rem;
  }

  .sm\:even\:-translate-x-52:nth-child(even) {
    --tw-translate-x: -13rem;
  }

  .sm\:even\:-translate-x-56:nth-child(even) {
    --tw-translate-x: -14rem;
  }

  .sm\:even\:-translate-x-60:nth-child(even) {
    --tw-translate-x: -15rem;
  }

  .sm\:even\:-translate-x-64:nth-child(even) {
    --tw-translate-x: -16rem;
  }

  .sm\:even\:-translate-x-72:nth-child(even) {
    --tw-translate-x: -18rem;
  }

  .sm\:even\:-translate-x-80:nth-child(even) {
    --tw-translate-x: -20rem;
  }

  .sm\:even\:-translate-x-96:nth-child(even) {
    --tw-translate-x: -24rem;
  }

  .sm\:even\:-translate-x-px:nth-child(even) {
    --tw-translate-x: -1px;
  }

  .sm\:even\:-translate-x-0\.5:nth-child(even) {
    --tw-translate-x: -0.125rem;
  }

  .sm\:even\:-translate-x-1\.5:nth-child(even) {
    --tw-translate-x: -0.375rem;
  }

  .sm\:even\:-translate-x-2\.5:nth-child(even) {
    --tw-translate-x: -0.625rem;
  }

  .sm\:even\:-translate-x-3\.5:nth-child(even) {
    --tw-translate-x: -0.875rem;
  }

  .sm\:even\:translate-x-1\/2:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .sm\:even\:translate-x-1\/3:nth-child(even) {
    --tw-translate-x: 33.333333%;
  }

  .sm\:even\:translate-x-2\/3:nth-child(even) {
    --tw-translate-x: 66.666667%;
  }

  .sm\:even\:translate-x-1\/4:nth-child(even) {
    --tw-translate-x: 25%;
  }

  .sm\:even\:translate-x-2\/4:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .sm\:even\:translate-x-3\/4:nth-child(even) {
    --tw-translate-x: 75%;
  }

  .sm\:even\:translate-x-full:nth-child(even) {
    --tw-translate-x: 100%;
  }

  .sm\:even\:-translate-x-1\/2:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .sm\:even\:-translate-x-1\/3:nth-child(even) {
    --tw-translate-x: -33.333333%;
  }

  .sm\:even\:-translate-x-2\/3:nth-child(even) {
    --tw-translate-x: -66.666667%;
  }

  .sm\:even\:-translate-x-1\/4:nth-child(even) {
    --tw-translate-x: -25%;
  }

  .sm\:even\:-translate-x-2\/4:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .sm\:even\:-translate-x-3\/4:nth-child(even) {
    --tw-translate-x: -75%;
  }

  .sm\:even\:-translate-x-full:nth-child(even) {
    --tw-translate-x: -100%;
  }

  .sm\:even\:translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .sm\:even\:translate-y-1:nth-child(even) {
    --tw-translate-y: 0.25rem;
  }

  .sm\:even\:translate-y-2:nth-child(even) {
    --tw-translate-y: 0.5rem;
  }

  .sm\:even\:translate-y-3:nth-child(even) {
    --tw-translate-y: 0.75rem;
  }

  .sm\:even\:translate-y-4:nth-child(even) {
    --tw-translate-y: 1rem;
  }

  .sm\:even\:translate-y-5:nth-child(even) {
    --tw-translate-y: 1.25rem;
  }

  .sm\:even\:translate-y-6:nth-child(even) {
    --tw-translate-y: 1.5rem;
  }

  .sm\:even\:translate-y-7:nth-child(even) {
    --tw-translate-y: 1.75rem;
  }

  .sm\:even\:translate-y-8:nth-child(even) {
    --tw-translate-y: 2rem;
  }

  .sm\:even\:translate-y-9:nth-child(even) {
    --tw-translate-y: 2.25rem;
  }

  .sm\:even\:translate-y-10:nth-child(even) {
    --tw-translate-y: 2.5rem;
  }

  .sm\:even\:translate-y-11:nth-child(even) {
    --tw-translate-y: 2.75rem;
  }

  .sm\:even\:translate-y-12:nth-child(even) {
    --tw-translate-y: 3rem;
  }

  .sm\:even\:translate-y-14:nth-child(even) {
    --tw-translate-y: 3.5rem;
  }

  .sm\:even\:translate-y-16:nth-child(even) {
    --tw-translate-y: 4rem;
  }

  .sm\:even\:translate-y-20:nth-child(even) {
    --tw-translate-y: 5rem;
  }

  .sm\:even\:translate-y-24:nth-child(even) {
    --tw-translate-y: 6rem;
  }

  .sm\:even\:translate-y-28:nth-child(even) {
    --tw-translate-y: 7rem;
  }

  .sm\:even\:translate-y-32:nth-child(even) {
    --tw-translate-y: 8rem;
  }

  .sm\:even\:translate-y-36:nth-child(even) {
    --tw-translate-y: 9rem;
  }

  .sm\:even\:translate-y-40:nth-child(even) {
    --tw-translate-y: 10rem;
  }

  .sm\:even\:translate-y-44:nth-child(even) {
    --tw-translate-y: 11rem;
  }

  .sm\:even\:translate-y-48:nth-child(even) {
    --tw-translate-y: 12rem;
  }

  .sm\:even\:translate-y-52:nth-child(even) {
    --tw-translate-y: 13rem;
  }

  .sm\:even\:translate-y-56:nth-child(even) {
    --tw-translate-y: 14rem;
  }

  .sm\:even\:translate-y-60:nth-child(even) {
    --tw-translate-y: 15rem;
  }

  .sm\:even\:translate-y-64:nth-child(even) {
    --tw-translate-y: 16rem;
  }

  .sm\:even\:translate-y-72:nth-child(even) {
    --tw-translate-y: 18rem;
  }

  .sm\:even\:translate-y-80:nth-child(even) {
    --tw-translate-y: 20rem;
  }

  .sm\:even\:translate-y-96:nth-child(even) {
    --tw-translate-y: 24rem;
  }

  .sm\:even\:translate-y-px:nth-child(even) {
    --tw-translate-y: 1px;
  }

  .sm\:even\:translate-y-0\.5:nth-child(even) {
    --tw-translate-y: 0.125rem;
  }

  .sm\:even\:translate-y-1\.5:nth-child(even) {
    --tw-translate-y: 0.375rem;
  }

  .sm\:even\:translate-y-2\.5:nth-child(even) {
    --tw-translate-y: 0.625rem;
  }

  .sm\:even\:translate-y-3\.5:nth-child(even) {
    --tw-translate-y: 0.875rem;
  }

  .sm\:even\:-translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .sm\:even\:-translate-y-1:nth-child(even) {
    --tw-translate-y: -0.25rem;
  }

  .sm\:even\:-translate-y-2:nth-child(even) {
    --tw-translate-y: -0.5rem;
  }

  .sm\:even\:-translate-y-3:nth-child(even) {
    --tw-translate-y: -0.75rem;
  }

  .sm\:even\:-translate-y-4:nth-child(even) {
    --tw-translate-y: -1rem;
  }

  .sm\:even\:-translate-y-5:nth-child(even) {
    --tw-translate-y: -1.25rem;
  }

  .sm\:even\:-translate-y-6:nth-child(even) {
    --tw-translate-y: -1.5rem;
  }

  .sm\:even\:-translate-y-7:nth-child(even) {
    --tw-translate-y: -1.75rem;
  }

  .sm\:even\:-translate-y-8:nth-child(even) {
    --tw-translate-y: -2rem;
  }

  .sm\:even\:-translate-y-9:nth-child(even) {
    --tw-translate-y: -2.25rem;
  }

  .sm\:even\:-translate-y-10:nth-child(even) {
    --tw-translate-y: -2.5rem;
  }

  .sm\:even\:-translate-y-11:nth-child(even) {
    --tw-translate-y: -2.75rem;
  }

  .sm\:even\:-translate-y-12:nth-child(even) {
    --tw-translate-y: -3rem;
  }

  .sm\:even\:-translate-y-14:nth-child(even) {
    --tw-translate-y: -3.5rem;
  }

  .sm\:even\:-translate-y-16:nth-child(even) {
    --tw-translate-y: -4rem;
  }

  .sm\:even\:-translate-y-20:nth-child(even) {
    --tw-translate-y: -5rem;
  }

  .sm\:even\:-translate-y-24:nth-child(even) {
    --tw-translate-y: -6rem;
  }

  .sm\:even\:-translate-y-28:nth-child(even) {
    --tw-translate-y: -7rem;
  }

  .sm\:even\:-translate-y-32:nth-child(even) {
    --tw-translate-y: -8rem;
  }

  .sm\:even\:-translate-y-36:nth-child(even) {
    --tw-translate-y: -9rem;
  }

  .sm\:even\:-translate-y-40:nth-child(even) {
    --tw-translate-y: -10rem;
  }

  .sm\:even\:-translate-y-44:nth-child(even) {
    --tw-translate-y: -11rem;
  }

  .sm\:even\:-translate-y-48:nth-child(even) {
    --tw-translate-y: -12rem;
  }

  .sm\:even\:-translate-y-52:nth-child(even) {
    --tw-translate-y: -13rem;
  }

  .sm\:even\:-translate-y-56:nth-child(even) {
    --tw-translate-y: -14rem;
  }

  .sm\:even\:-translate-y-60:nth-child(even) {
    --tw-translate-y: -15rem;
  }

  .sm\:even\:-translate-y-64:nth-child(even) {
    --tw-translate-y: -16rem;
  }

  .sm\:even\:-translate-y-72:nth-child(even) {
    --tw-translate-y: -18rem;
  }

  .sm\:even\:-translate-y-80:nth-child(even) {
    --tw-translate-y: -20rem;
  }

  .sm\:even\:-translate-y-96:nth-child(even) {
    --tw-translate-y: -24rem;
  }

  .sm\:even\:-translate-y-px:nth-child(even) {
    --tw-translate-y: -1px;
  }

  .sm\:even\:-translate-y-0\.5:nth-child(even) {
    --tw-translate-y: -0.125rem;
  }

  .sm\:even\:-translate-y-1\.5:nth-child(even) {
    --tw-translate-y: -0.375rem;
  }

  .sm\:even\:-translate-y-2\.5:nth-child(even) {
    --tw-translate-y: -0.625rem;
  }

  .sm\:even\:-translate-y-3\.5:nth-child(even) {
    --tw-translate-y: -0.875rem;
  }

  .sm\:even\:translate-y-1\/2:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .sm\:even\:translate-y-1\/3:nth-child(even) {
    --tw-translate-y: 33.333333%;
  }

  .sm\:even\:translate-y-2\/3:nth-child(even) {
    --tw-translate-y: 66.666667%;
  }

  .sm\:even\:translate-y-1\/4:nth-child(even) {
    --tw-translate-y: 25%;
  }

  .sm\:even\:translate-y-2\/4:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .sm\:even\:translate-y-3\/4:nth-child(even) {
    --tw-translate-y: 75%;
  }

  .sm\:even\:translate-y-full:nth-child(even) {
    --tw-translate-y: 100%;
  }

  .sm\:even\:-translate-y-1\/2:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .sm\:even\:-translate-y-1\/3:nth-child(even) {
    --tw-translate-y: -33.333333%;
  }

  .sm\:even\:-translate-y-2\/3:nth-child(even) {
    --tw-translate-y: -66.666667%;
  }

  .sm\:even\:-translate-y-1\/4:nth-child(even) {
    --tw-translate-y: -25%;
  }

  .sm\:even\:-translate-y-2\/4:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .sm\:even\:-translate-y-3\/4:nth-child(even) {
    --tw-translate-y: -75%;
  }

  .sm\:even\:-translate-y-full:nth-child(even) {
    --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\:active\:translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .sm\:active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
  }

  .sm\:active\:translate-x-2:active {
    --tw-translate-x: 0.5rem;
  }

  .sm\:active\:translate-x-3:active {
    --tw-translate-x: 0.75rem;
  }

  .sm\:active\:translate-x-4:active {
    --tw-translate-x: 1rem;
  }

  .sm\:active\:translate-x-5:active {
    --tw-translate-x: 1.25rem;
  }

  .sm\:active\:translate-x-6:active {
    --tw-translate-x: 1.5rem;
  }

  .sm\:active\:translate-x-7:active {
    --tw-translate-x: 1.75rem;
  }

  .sm\:active\:translate-x-8:active {
    --tw-translate-x: 2rem;
  }

  .sm\:active\:translate-x-9:active {
    --tw-translate-x: 2.25rem;
  }

  .sm\:active\:translate-x-10:active {
    --tw-translate-x: 2.5rem;
  }

  .sm\:active\:translate-x-11:active {
    --tw-translate-x: 2.75rem;
  }

  .sm\:active\:translate-x-12:active {
    --tw-translate-x: 3rem;
  }

  .sm\:active\:translate-x-14:active {
    --tw-translate-x: 3.5rem;
  }

  .sm\:active\:translate-x-16:active {
    --tw-translate-x: 4rem;
  }

  .sm\:active\:translate-x-20:active {
    --tw-translate-x: 5rem;
  }

  .sm\:active\:translate-x-24:active {
    --tw-translate-x: 6rem;
  }

  .sm\:active\:translate-x-28:active {
    --tw-translate-x: 7rem;
  }

  .sm\:active\:translate-x-32:active {
    --tw-translate-x: 8rem;
  }

  .sm\:active\:translate-x-36:active {
    --tw-translate-x: 9rem;
  }

  .sm\:active\:translate-x-40:active {
    --tw-translate-x: 10rem;
  }

  .sm\:active\:translate-x-44:active {
    --tw-translate-x: 11rem;
  }

  .sm\:active\:translate-x-48:active {
    --tw-translate-x: 12rem;
  }

  .sm\:active\:translate-x-52:active {
    --tw-translate-x: 13rem;
  }

  .sm\:active\:translate-x-56:active {
    --tw-translate-x: 14rem;
  }

  .sm\:active\:translate-x-60:active {
    --tw-translate-x: 15rem;
  }

  .sm\:active\:translate-x-64:active {
    --tw-translate-x: 16rem;
  }

  .sm\:active\:translate-x-72:active {
    --tw-translate-x: 18rem;
  }

  .sm\:active\:translate-x-80:active {
    --tw-translate-x: 20rem;
  }

  .sm\:active\:translate-x-96:active {
    --tw-translate-x: 24rem;
  }

  .sm\:active\:translate-x-px:active {
    --tw-translate-x: 1px;
  }

  .sm\:active\:translate-x-0\.5:active {
    --tw-translate-x: 0.125rem;
  }

  .sm\:active\:translate-x-1\.5:active {
    --tw-translate-x: 0.375rem;
  }

  .sm\:active\:translate-x-2\.5:active {
    --tw-translate-x: 0.625rem;
  }

  .sm\:active\:translate-x-3\.5:active {
    --tw-translate-x: 0.875rem;
  }

  .sm\:active\:-translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .sm\:active\:-translate-x-1:active {
    --tw-translate-x: -0.25rem;
  }

  .sm\:active\:-translate-x-2:active {
    --tw-translate-x: -0.5rem;
  }

  .sm\:active\:-translate-x-3:active {
    --tw-translate-x: -0.75rem;
  }

  .sm\:active\:-translate-x-4:active {
    --tw-translate-x: -1rem;
  }

  .sm\:active\:-translate-x-5:active {
    --tw-translate-x: -1.25rem;
  }

  .sm\:active\:-translate-x-6:active {
    --tw-translate-x: -1.5rem;
  }

  .sm\:active\:-translate-x-7:active {
    --tw-translate-x: -1.75rem;
  }

  .sm\:active\:-translate-x-8:active {
    --tw-translate-x: -2rem;
  }

  .sm\:active\:-translate-x-9:active {
    --tw-translate-x: -2.25rem;
  }

  .sm\:active\:-translate-x-10:active {
    --tw-translate-x: -2.5rem;
  }

  .sm\:active\:-translate-x-11:active {
    --tw-translate-x: -2.75rem;
  }

  .sm\:active\:-translate-x-12:active {
    --tw-translate-x: -3rem;
  }

  .sm\:active\:-translate-x-14:active {
    --tw-translate-x: -3.5rem;
  }

  .sm\:active\:-translate-x-16:active {
    --tw-translate-x: -4rem;
  }

  .sm\:active\:-translate-x-20:active {
    --tw-translate-x: -5rem;
  }

  .sm\:active\:-translate-x-24:active {
    --tw-translate-x: -6rem;
  }

  .sm\:active\:-translate-x-28:active {
    --tw-translate-x: -7rem;
  }

  .sm\:active\:-translate-x-32:active {
    --tw-translate-x: -8rem;
  }

  .sm\:active\:-translate-x-36:active {
    --tw-translate-x: -9rem;
  }

  .sm\:active\:-translate-x-40:active {
    --tw-translate-x: -10rem;
  }

  .sm\:active\:-translate-x-44:active {
    --tw-translate-x: -11rem;
  }

  .sm\:active\:-translate-x-48:active {
    --tw-translate-x: -12rem;
  }

  .sm\:active\:-translate-x-52:active {
    --tw-translate-x: -13rem;
  }

  .sm\:active\:-translate-x-56:active {
    --tw-translate-x: -14rem;
  }

  .sm\:active\:-translate-x-60:active {
    --tw-translate-x: -15rem;
  }

  .sm\:active\:-translate-x-64:active {
    --tw-translate-x: -16rem;
  }

  .sm\:active\:-translate-x-72:active {
    --tw-translate-x: -18rem;
  }

  .sm\:active\:-translate-x-80:active {
    --tw-translate-x: -20rem;
  }

  .sm\:active\:-translate-x-96:active {
    --tw-translate-x: -24rem;
  }

  .sm\:active\:-translate-x-px:active {
    --tw-translate-x: -1px;
  }

  .sm\:active\:-translate-x-0\.5:active {
    --tw-translate-x: -0.125rem;
  }

  .sm\:active\:-translate-x-1\.5:active {
    --tw-translate-x: -0.375rem;
  }

  .sm\:active\:-translate-x-2\.5:active {
    --tw-translate-x: -0.625rem;
  }

  .sm\:active\:-translate-x-3\.5:active {
    --tw-translate-x: -0.875rem;
  }

  .sm\:active\:translate-x-1\/2:active {
    --tw-translate-x: 50%;
  }

  .sm\:active\:translate-x-1\/3:active {
    --tw-translate-x: 33.333333%;
  }

  .sm\:active\:translate-x-2\/3:active {
    --tw-translate-x: 66.666667%;
  }

  .sm\:active\:translate-x-1\/4:active {
    --tw-translate-x: 25%;
  }

  .sm\:active\:translate-x-2\/4:active {
    --tw-translate-x: 50%;
  }

  .sm\:active\:translate-x-3\/4:active {
    --tw-translate-x: 75%;
  }

  .sm\:active\:translate-x-full:active {
    --tw-translate-x: 100%;
  }

  .sm\:active\:-translate-x-1\/2:active {
    --tw-translate-x: -50%;
  }

  .sm\:active\:-translate-x-1\/3:active {
    --tw-translate-x: -33.333333%;
  }

  .sm\:active\:-translate-x-2\/3:active {
    --tw-translate-x: -66.666667%;
  }

  .sm\:active\:-translate-x-1\/4:active {
    --tw-translate-x: -25%;
  }

  .sm\:active\:-translate-x-2\/4:active {
    --tw-translate-x: -50%;
  }

  .sm\:active\:-translate-x-3\/4:active {
    --tw-translate-x: -75%;
  }

  .sm\:active\:-translate-x-full:active {
    --tw-translate-x: -100%;
  }

  .sm\:active\:translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .sm\:active\:translate-y-1:active {
    --tw-translate-y: 0.25rem;
  }

  .sm\:active\:translate-y-2:active {
    --tw-translate-y: 0.5rem;
  }

  .sm\:active\:translate-y-3:active {
    --tw-translate-y: 0.75rem;
  }

  .sm\:active\:translate-y-4:active {
    --tw-translate-y: 1rem;
  }

  .sm\:active\:translate-y-5:active {
    --tw-translate-y: 1.25rem;
  }

  .sm\:active\:translate-y-6:active {
    --tw-translate-y: 1.5rem;
  }

  .sm\:active\:translate-y-7:active {
    --tw-translate-y: 1.75rem;
  }

  .sm\:active\:translate-y-8:active {
    --tw-translate-y: 2rem;
  }

  .sm\:active\:translate-y-9:active {
    --tw-translate-y: 2.25rem;
  }

  .sm\:active\:translate-y-10:active {
    --tw-translate-y: 2.5rem;
  }

  .sm\:active\:translate-y-11:active {
    --tw-translate-y: 2.75rem;
  }

  .sm\:active\:translate-y-12:active {
    --tw-translate-y: 3rem;
  }

  .sm\:active\:translate-y-14:active {
    --tw-translate-y: 3.5rem;
  }

  .sm\:active\:translate-y-16:active {
    --tw-translate-y: 4rem;
  }

  .sm\:active\:translate-y-20:active {
    --tw-translate-y: 5rem;
  }

  .sm\:active\:translate-y-24:active {
    --tw-translate-y: 6rem;
  }

  .sm\:active\:translate-y-28:active {
    --tw-translate-y: 7rem;
  }

  .sm\:active\:translate-y-32:active {
    --tw-translate-y: 8rem;
  }

  .sm\:active\:translate-y-36:active {
    --tw-translate-y: 9rem;
  }

  .sm\:active\:translate-y-40:active {
    --tw-translate-y: 10rem;
  }

  .sm\:active\:translate-y-44:active {
    --tw-translate-y: 11rem;
  }

  .sm\:active\:translate-y-48:active {
    --tw-translate-y: 12rem;
  }

  .sm\:active\:translate-y-52:active {
    --tw-translate-y: 13rem;
  }

  .sm\:active\:translate-y-56:active {
    --tw-translate-y: 14rem;
  }

  .sm\:active\:translate-y-60:active {
    --tw-translate-y: 15rem;
  }

  .sm\:active\:translate-y-64:active {
    --tw-translate-y: 16rem;
  }

  .sm\:active\:translate-y-72:active {
    --tw-translate-y: 18rem;
  }

  .sm\:active\:translate-y-80:active {
    --tw-translate-y: 20rem;
  }

  .sm\:active\:translate-y-96:active {
    --tw-translate-y: 24rem;
  }

  .sm\:active\:translate-y-px:active {
    --tw-translate-y: 1px;
  }

  .sm\:active\:translate-y-0\.5:active {
    --tw-translate-y: 0.125rem;
  }

  .sm\:active\:translate-y-1\.5:active {
    --tw-translate-y: 0.375rem;
  }

  .sm\:active\:translate-y-2\.5:active {
    --tw-translate-y: 0.625rem;
  }

  .sm\:active\:translate-y-3\.5:active {
    --tw-translate-y: 0.875rem;
  }

  .sm\:active\:-translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .sm\:active\:-translate-y-1:active {
    --tw-translate-y: -0.25rem;
  }

  .sm\:active\:-translate-y-2:active {
    --tw-translate-y: -0.5rem;
  }

  .sm\:active\:-translate-y-3:active {
    --tw-translate-y: -0.75rem;
  }

  .sm\:active\:-translate-y-4:active {
    --tw-translate-y: -1rem;
  }

  .sm\:active\:-translate-y-5:active {
    --tw-translate-y: -1.25rem;
  }

  .sm\:active\:-translate-y-6:active {
    --tw-translate-y: -1.5rem;
  }

  .sm\:active\:-translate-y-7:active {
    --tw-translate-y: -1.75rem;
  }

  .sm\:active\:-translate-y-8:active {
    --tw-translate-y: -2rem;
  }

  .sm\:active\:-translate-y-9:active {
    --tw-translate-y: -2.25rem;
  }

  .sm\:active\:-translate-y-10:active {
    --tw-translate-y: -2.5rem;
  }

  .sm\:active\:-translate-y-11:active {
    --tw-translate-y: -2.75rem;
  }

  .sm\:active\:-translate-y-12:active {
    --tw-translate-y: -3rem;
  }

  .sm\:active\:-translate-y-14:active {
    --tw-translate-y: -3.5rem;
  }

  .sm\:active\:-translate-y-16:active {
    --tw-translate-y: -4rem;
  }

  .sm\:active\:-translate-y-20:active {
    --tw-translate-y: -5rem;
  }

  .sm\:active\:-translate-y-24:active {
    --tw-translate-y: -6rem;
  }

  .sm\:active\:-translate-y-28:active {
    --tw-translate-y: -7rem;
  }

  .sm\:active\:-translate-y-32:active {
    --tw-translate-y: -8rem;
  }

  .sm\:active\:-translate-y-36:active {
    --tw-translate-y: -9rem;
  }

  .sm\:active\:-translate-y-40:active {
    --tw-translate-y: -10rem;
  }

  .sm\:active\:-translate-y-44:active {
    --tw-translate-y: -11rem;
  }

  .sm\:active\:-translate-y-48:active {
    --tw-translate-y: -12rem;
  }

  .sm\:active\:-translate-y-52:active {
    --tw-translate-y: -13rem;
  }

  .sm\:active\:-translate-y-56:active {
    --tw-translate-y: -14rem;
  }

  .sm\:active\:-translate-y-60:active {
    --tw-translate-y: -15rem;
  }

  .sm\:active\:-translate-y-64:active {
    --tw-translate-y: -16rem;
  }

  .sm\:active\:-translate-y-72:active {
    --tw-translate-y: -18rem;
  }

  .sm\:active\:-translate-y-80:active {
    --tw-translate-y: -20rem;
  }

  .sm\:active\:-translate-y-96:active {
    --tw-translate-y: -24rem;
  }

  .sm\:active\:-translate-y-px:active {
    --tw-translate-y: -1px;
  }

  .sm\:active\:-translate-y-0\.5:active {
    --tw-translate-y: -0.125rem;
  }

  .sm\:active\:-translate-y-1\.5:active {
    --tw-translate-y: -0.375rem;
  }

  .sm\:active\:-translate-y-2\.5:active {
    --tw-translate-y: -0.625rem;
  }

  .sm\:active\:-translate-y-3\.5:active {
    --tw-translate-y: -0.875rem;
  }

  .sm\:active\:translate-y-1\/2:active {
    --tw-translate-y: 50%;
  }

  .sm\:active\:translate-y-1\/3:active {
    --tw-translate-y: 33.333333%;
  }

  .sm\:active\:translate-y-2\/3:active {
    --tw-translate-y: 66.666667%;
  }

  .sm\:active\:translate-y-1\/4:active {
    --tw-translate-y: 25%;
  }

  .sm\:active\:translate-y-2\/4:active {
    --tw-translate-y: 50%;
  }

  .sm\:active\:translate-y-3\/4:active {
    --tw-translate-y: 75%;
  }

  .sm\:active\:translate-y-full:active {
    --tw-translate-y: 100%;
  }

  .sm\:active\:-translate-y-1\/2:active {
    --tw-translate-y: -50%;
  }

  .sm\:active\:-translate-y-1\/3:active {
    --tw-translate-y: -33.333333%;
  }

  .sm\:active\:-translate-y-2\/3:active {
    --tw-translate-y: -66.666667%;
  }

  .sm\:active\:-translate-y-1\/4:active {
    --tw-translate-y: -25%;
  }

  .sm\:active\:-translate-y-2\/4:active {
    --tw-translate-y: -50%;
  }

  .sm\:active\:-translate-y-3\/4:active {
    --tw-translate-y: -75%;
  }

  .sm\:active\:-translate-y-full:active {
    --tw-translate-y: -100%;
  }

  .sm\:visited\:translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .sm\:visited\:translate-x-1:visited {
    --tw-translate-x: 0.25rem;
  }

  .sm\:visited\:translate-x-2:visited {
    --tw-translate-x: 0.5rem;
  }

  .sm\:visited\:translate-x-3:visited {
    --tw-translate-x: 0.75rem;
  }

  .sm\:visited\:translate-x-4:visited {
    --tw-translate-x: 1rem;
  }

  .sm\:visited\:translate-x-5:visited {
    --tw-translate-x: 1.25rem;
  }

  .sm\:visited\:translate-x-6:visited {
    --tw-translate-x: 1.5rem;
  }

  .sm\:visited\:translate-x-7:visited {
    --tw-translate-x: 1.75rem;
  }

  .sm\:visited\:translate-x-8:visited {
    --tw-translate-x: 2rem;
  }

  .sm\:visited\:translate-x-9:visited {
    --tw-translate-x: 2.25rem;
  }

  .sm\:visited\:translate-x-10:visited {
    --tw-translate-x: 2.5rem;
  }

  .sm\:visited\:translate-x-11:visited {
    --tw-translate-x: 2.75rem;
  }

  .sm\:visited\:translate-x-12:visited {
    --tw-translate-x: 3rem;
  }

  .sm\:visited\:translate-x-14:visited {
    --tw-translate-x: 3.5rem;
  }

  .sm\:visited\:translate-x-16:visited {
    --tw-translate-x: 4rem;
  }

  .sm\:visited\:translate-x-20:visited {
    --tw-translate-x: 5rem;
  }

  .sm\:visited\:translate-x-24:visited {
    --tw-translate-x: 6rem;
  }

  .sm\:visited\:translate-x-28:visited {
    --tw-translate-x: 7rem;
  }

  .sm\:visited\:translate-x-32:visited {
    --tw-translate-x: 8rem;
  }

  .sm\:visited\:translate-x-36:visited {
    --tw-translate-x: 9rem;
  }

  .sm\:visited\:translate-x-40:visited {
    --tw-translate-x: 10rem;
  }

  .sm\:visited\:translate-x-44:visited {
    --tw-translate-x: 11rem;
  }

  .sm\:visited\:translate-x-48:visited {
    --tw-translate-x: 12rem;
  }

  .sm\:visited\:translate-x-52:visited {
    --tw-translate-x: 13rem;
  }

  .sm\:visited\:translate-x-56:visited {
    --tw-translate-x: 14rem;
  }

  .sm\:visited\:translate-x-60:visited {
    --tw-translate-x: 15rem;
  }

  .sm\:visited\:translate-x-64:visited {
    --tw-translate-x: 16rem;
  }

  .sm\:visited\:translate-x-72:visited {
    --tw-translate-x: 18rem;
  }

  .sm\:visited\:translate-x-80:visited {
    --tw-translate-x: 20rem;
  }

  .sm\:visited\:translate-x-96:visited {
    --tw-translate-x: 24rem;
  }

  .sm\:visited\:translate-x-px:visited {
    --tw-translate-x: 1px;
  }

  .sm\:visited\:translate-x-0\.5:visited {
    --tw-translate-x: 0.125rem;
  }

  .sm\:visited\:translate-x-1\.5:visited {
    --tw-translate-x: 0.375rem;
  }

  .sm\:visited\:translate-x-2\.5:visited {
    --tw-translate-x: 0.625rem;
  }

  .sm\:visited\:translate-x-3\.5:visited {
    --tw-translate-x: 0.875rem;
  }

  .sm\:visited\:-translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .sm\:visited\:-translate-x-1:visited {
    --tw-translate-x: -0.25rem;
  }

  .sm\:visited\:-translate-x-2:visited {
    --tw-translate-x: -0.5rem;
  }

  .sm\:visited\:-translate-x-3:visited {
    --tw-translate-x: -0.75rem;
  }

  .sm\:visited\:-translate-x-4:visited {
    --tw-translate-x: -1rem;
  }

  .sm\:visited\:-translate-x-5:visited {
    --tw-translate-x: -1.25rem;
  }

  .sm\:visited\:-translate-x-6:visited {
    --tw-translate-x: -1.5rem;
  }

  .sm\:visited\:-translate-x-7:visited {
    --tw-translate-x: -1.75rem;
  }

  .sm\:visited\:-translate-x-8:visited {
    --tw-translate-x: -2rem;
  }

  .sm\:visited\:-translate-x-9:visited {
    --tw-translate-x: -2.25rem;
  }

  .sm\:visited\:-translate-x-10:visited {
    --tw-translate-x: -2.5rem;
  }

  .sm\:visited\:-translate-x-11:visited {
    --tw-translate-x: -2.75rem;
  }

  .sm\:visited\:-translate-x-12:visited {
    --tw-translate-x: -3rem;
  }

  .sm\:visited\:-translate-x-14:visited {
    --tw-translate-x: -3.5rem;
  }

  .sm\:visited\:-translate-x-16:visited {
    --tw-translate-x: -4rem;
  }

  .sm\:visited\:-translate-x-20:visited {
    --tw-translate-x: -5rem;
  }

  .sm\:visited\:-translate-x-24:visited {
    --tw-translate-x: -6rem;
  }

  .sm\:visited\:-translate-x-28:visited {
    --tw-translate-x: -7rem;
  }

  .sm\:visited\:-translate-x-32:visited {
    --tw-translate-x: -8rem;
  }

  .sm\:visited\:-translate-x-36:visited {
    --tw-translate-x: -9rem;
  }

  .sm\:visited\:-translate-x-40:visited {
    --tw-translate-x: -10rem;
  }

  .sm\:visited\:-translate-x-44:visited {
    --tw-translate-x: -11rem;
  }

  .sm\:visited\:-translate-x-48:visited {
    --tw-translate-x: -12rem;
  }

  .sm\:visited\:-translate-x-52:visited {
    --tw-translate-x: -13rem;
  }

  .sm\:visited\:-translate-x-56:visited {
    --tw-translate-x: -14rem;
  }

  .sm\:visited\:-translate-x-60:visited {
    --tw-translate-x: -15rem;
  }

  .sm\:visited\:-translate-x-64:visited {
    --tw-translate-x: -16rem;
  }

  .sm\:visited\:-translate-x-72:visited {
    --tw-translate-x: -18rem;
  }

  .sm\:visited\:-translate-x-80:visited {
    --tw-translate-x: -20rem;
  }

  .sm\:visited\:-translate-x-96:visited {
    --tw-translate-x: -24rem;
  }

  .sm\:visited\:-translate-x-px:visited {
    --tw-translate-x: -1px;
  }

  .sm\:visited\:-translate-x-0\.5:visited {
    --tw-translate-x: -0.125rem;
  }

  .sm\:visited\:-translate-x-1\.5:visited {
    --tw-translate-x: -0.375rem;
  }

  .sm\:visited\:-translate-x-2\.5:visited {
    --tw-translate-x: -0.625rem;
  }

  .sm\:visited\:-translate-x-3\.5:visited {
    --tw-translate-x: -0.875rem;
  }

  .sm\:visited\:translate-x-1\/2:visited {
    --tw-translate-x: 50%;
  }

  .sm\:visited\:translate-x-1\/3:visited {
    --tw-translate-x: 33.333333%;
  }

  .sm\:visited\:translate-x-2\/3:visited {
    --tw-translate-x: 66.666667%;
  }

  .sm\:visited\:translate-x-1\/4:visited {
    --tw-translate-x: 25%;
  }

  .sm\:visited\:translate-x-2\/4:visited {
    --tw-translate-x: 50%;
  }

  .sm\:visited\:translate-x-3\/4:visited {
    --tw-translate-x: 75%;
  }

  .sm\:visited\:translate-x-full:visited {
    --tw-translate-x: 100%;
  }

  .sm\:visited\:-translate-x-1\/2:visited {
    --tw-translate-x: -50%;
  }

  .sm\:visited\:-translate-x-1\/3:visited {
    --tw-translate-x: -33.333333%;
  }

  .sm\:visited\:-translate-x-2\/3:visited {
    --tw-translate-x: -66.666667%;
  }

  .sm\:visited\:-translate-x-1\/4:visited {
    --tw-translate-x: -25%;
  }

  .sm\:visited\:-translate-x-2\/4:visited {
    --tw-translate-x: -50%;
  }

  .sm\:visited\:-translate-x-3\/4:visited {
    --tw-translate-x: -75%;
  }

  .sm\:visited\:-translate-x-full:visited {
    --tw-translate-x: -100%;
  }

  .sm\:visited\:translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .sm\:visited\:translate-y-1:visited {
    --tw-translate-y: 0.25rem;
  }

  .sm\:visited\:translate-y-2:visited {
    --tw-translate-y: 0.5rem;
  }

  .sm\:visited\:translate-y-3:visited {
    --tw-translate-y: 0.75rem;
  }

  .sm\:visited\:translate-y-4:visited {
    --tw-translate-y: 1rem;
  }

  .sm\:visited\:translate-y-5:visited {
    --tw-translate-y: 1.25rem;
  }

  .sm\:visited\:translate-y-6:visited {
    --tw-translate-y: 1.5rem;
  }

  .sm\:visited\:translate-y-7:visited {
    --tw-translate-y: 1.75rem;
  }

  .sm\:visited\:translate-y-8:visited {
    --tw-translate-y: 2rem;
  }

  .sm\:visited\:translate-y-9:visited {
    --tw-translate-y: 2.25rem;
  }

  .sm\:visited\:translate-y-10:visited {
    --tw-translate-y: 2.5rem;
  }

  .sm\:visited\:translate-y-11:visited {
    --tw-translate-y: 2.75rem;
  }

  .sm\:visited\:translate-y-12:visited {
    --tw-translate-y: 3rem;
  }

  .sm\:visited\:translate-y-14:visited {
    --tw-translate-y: 3.5rem;
  }

  .sm\:visited\:translate-y-16:visited {
    --tw-translate-y: 4rem;
  }

  .sm\:visited\:translate-y-20:visited {
    --tw-translate-y: 5rem;
  }

  .sm\:visited\:translate-y-24:visited {
    --tw-translate-y: 6rem;
  }

  .sm\:visited\:translate-y-28:visited {
    --tw-translate-y: 7rem;
  }

  .sm\:visited\:translate-y-32:visited {
    --tw-translate-y: 8rem;
  }

  .sm\:visited\:translate-y-36:visited {
    --tw-translate-y: 9rem;
  }

  .sm\:visited\:translate-y-40:visited {
    --tw-translate-y: 10rem;
  }

  .sm\:visited\:translate-y-44:visited {
    --tw-translate-y: 11rem;
  }

  .sm\:visited\:translate-y-48:visited {
    --tw-translate-y: 12rem;
  }

  .sm\:visited\:translate-y-52:visited {
    --tw-translate-y: 13rem;
  }

  .sm\:visited\:translate-y-56:visited {
    --tw-translate-y: 14rem;
  }

  .sm\:visited\:translate-y-60:visited {
    --tw-translate-y: 15rem;
  }

  .sm\:visited\:translate-y-64:visited {
    --tw-translate-y: 16rem;
  }

  .sm\:visited\:translate-y-72:visited {
    --tw-translate-y: 18rem;
  }

  .sm\:visited\:translate-y-80:visited {
    --tw-translate-y: 20rem;
  }

  .sm\:visited\:translate-y-96:visited {
    --tw-translate-y: 24rem;
  }

  .sm\:visited\:translate-y-px:visited {
    --tw-translate-y: 1px;
  }

  .sm\:visited\:translate-y-0\.5:visited {
    --tw-translate-y: 0.125rem;
  }

  .sm\:visited\:translate-y-1\.5:visited {
    --tw-translate-y: 0.375rem;
  }

  .sm\:visited\:translate-y-2\.5:visited {
    --tw-translate-y: 0.625rem;
  }

  .sm\:visited\:translate-y-3\.5:visited {
    --tw-translate-y: 0.875rem;
  }

  .sm\:visited\:-translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .sm\:visited\:-translate-y-1:visited {
    --tw-translate-y: -0.25rem;
  }

  .sm\:visited\:-translate-y-2:visited {
    --tw-translate-y: -0.5rem;
  }

  .sm\:visited\:-translate-y-3:visited {
    --tw-translate-y: -0.75rem;
  }

  .sm\:visited\:-translate-y-4:visited {
    --tw-translate-y: -1rem;
  }

  .sm\:visited\:-translate-y-5:visited {
    --tw-translate-y: -1.25rem;
  }

  .sm\:visited\:-translate-y-6:visited {
    --tw-translate-y: -1.5rem;
  }

  .sm\:visited\:-translate-y-7:visited {
    --tw-translate-y: -1.75rem;
  }

  .sm\:visited\:-translate-y-8:visited {
    --tw-translate-y: -2rem;
  }

  .sm\:visited\:-translate-y-9:visited {
    --tw-translate-y: -2.25rem;
  }

  .sm\:visited\:-translate-y-10:visited {
    --tw-translate-y: -2.5rem;
  }

  .sm\:visited\:-translate-y-11:visited {
    --tw-translate-y: -2.75rem;
  }

  .sm\:visited\:-translate-y-12:visited {
    --tw-translate-y: -3rem;
  }

  .sm\:visited\:-translate-y-14:visited {
    --tw-translate-y: -3.5rem;
  }

  .sm\:visited\:-translate-y-16:visited {
    --tw-translate-y: -4rem;
  }

  .sm\:visited\:-translate-y-20:visited {
    --tw-translate-y: -5rem;
  }

  .sm\:visited\:-translate-y-24:visited {
    --tw-translate-y: -6rem;
  }

  .sm\:visited\:-translate-y-28:visited {
    --tw-translate-y: -7rem;
  }

  .sm\:visited\:-translate-y-32:visited {
    --tw-translate-y: -8rem;
  }

  .sm\:visited\:-translate-y-36:visited {
    --tw-translate-y: -9rem;
  }

  .sm\:visited\:-translate-y-40:visited {
    --tw-translate-y: -10rem;
  }

  .sm\:visited\:-translate-y-44:visited {
    --tw-translate-y: -11rem;
  }

  .sm\:visited\:-translate-y-48:visited {
    --tw-translate-y: -12rem;
  }

  .sm\:visited\:-translate-y-52:visited {
    --tw-translate-y: -13rem;
  }

  .sm\:visited\:-translate-y-56:visited {
    --tw-translate-y: -14rem;
  }

  .sm\:visited\:-translate-y-60:visited {
    --tw-translate-y: -15rem;
  }

  .sm\:visited\:-translate-y-64:visited {
    --tw-translate-y: -16rem;
  }

  .sm\:visited\:-translate-y-72:visited {
    --tw-translate-y: -18rem;
  }

  .sm\:visited\:-translate-y-80:visited {
    --tw-translate-y: -20rem;
  }

  .sm\:visited\:-translate-y-96:visited {
    --tw-translate-y: -24rem;
  }

  .sm\:visited\:-translate-y-px:visited {
    --tw-translate-y: -1px;
  }

  .sm\:visited\:-translate-y-0\.5:visited {
    --tw-translate-y: -0.125rem;
  }

  .sm\:visited\:-translate-y-1\.5:visited {
    --tw-translate-y: -0.375rem;
  }

  .sm\:visited\:-translate-y-2\.5:visited {
    --tw-translate-y: -0.625rem;
  }

  .sm\:visited\:-translate-y-3\.5:visited {
    --tw-translate-y: -0.875rem;
  }

  .sm\:visited\:translate-y-1\/2:visited {
    --tw-translate-y: 50%;
  }

  .sm\:visited\:translate-y-1\/3:visited {
    --tw-translate-y: 33.333333%;
  }

  .sm\:visited\:translate-y-2\/3:visited {
    --tw-translate-y: 66.666667%;
  }

  .sm\:visited\:translate-y-1\/4:visited {
    --tw-translate-y: 25%;
  }

  .sm\:visited\:translate-y-2\/4:visited {
    --tw-translate-y: 50%;
  }

  .sm\:visited\:translate-y-3\/4:visited {
    --tw-translate-y: 75%;
  }

  .sm\:visited\:translate-y-full:visited {
    --tw-translate-y: 100%;
  }

  .sm\:visited\:-translate-y-1\/2:visited {
    --tw-translate-y: -50%;
  }

  .sm\:visited\:-translate-y-1\/3:visited {
    --tw-translate-y: -33.333333%;
  }

  .sm\:visited\:-translate-y-2\/3:visited {
    --tw-translate-y: -66.666667%;
  }

  .sm\:visited\:-translate-y-1\/4:visited {
    --tw-translate-y: -25%;
  }

  .sm\:visited\:-translate-y-2\/4:visited {
    --tw-translate-y: -50%;
  }

  .sm\:visited\:-translate-y-3\/4:visited {
    --tw-translate-y: -75%;
  }

  .sm\:visited\:-translate-y-full:visited {
    --tw-translate-y: -100%;
  }

  .sm\:disabled\:translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .sm\:disabled\:translate-x-1:disabled {
    --tw-translate-x: 0.25rem;
  }

  .sm\:disabled\:translate-x-2:disabled {
    --tw-translate-x: 0.5rem;
  }

  .sm\:disabled\:translate-x-3:disabled {
    --tw-translate-x: 0.75rem;
  }

  .sm\:disabled\:translate-x-4:disabled {
    --tw-translate-x: 1rem;
  }

  .sm\:disabled\:translate-x-5:disabled {
    --tw-translate-x: 1.25rem;
  }

  .sm\:disabled\:translate-x-6:disabled {
    --tw-translate-x: 1.5rem;
  }

  .sm\:disabled\:translate-x-7:disabled {
    --tw-translate-x: 1.75rem;
  }

  .sm\:disabled\:translate-x-8:disabled {
    --tw-translate-x: 2rem;
  }

  .sm\:disabled\:translate-x-9:disabled {
    --tw-translate-x: 2.25rem;
  }

  .sm\:disabled\:translate-x-10:disabled {
    --tw-translate-x: 2.5rem;
  }

  .sm\:disabled\:translate-x-11:disabled {
    --tw-translate-x: 2.75rem;
  }

  .sm\:disabled\:translate-x-12:disabled {
    --tw-translate-x: 3rem;
  }

  .sm\:disabled\:translate-x-14:disabled {
    --tw-translate-x: 3.5rem;
  }

  .sm\:disabled\:translate-x-16:disabled {
    --tw-translate-x: 4rem;
  }

  .sm\:disabled\:translate-x-20:disabled {
    --tw-translate-x: 5rem;
  }

  .sm\:disabled\:translate-x-24:disabled {
    --tw-translate-x: 6rem;
  }

  .sm\:disabled\:translate-x-28:disabled {
    --tw-translate-x: 7rem;
  }

  .sm\:disabled\:translate-x-32:disabled {
    --tw-translate-x: 8rem;
  }

  .sm\:disabled\:translate-x-36:disabled {
    --tw-translate-x: 9rem;
  }

  .sm\:disabled\:translate-x-40:disabled {
    --tw-translate-x: 10rem;
  }

  .sm\:disabled\:translate-x-44:disabled {
    --tw-translate-x: 11rem;
  }

  .sm\:disabled\:translate-x-48:disabled {
    --tw-translate-x: 12rem;
  }

  .sm\:disabled\:translate-x-52:disabled {
    --tw-translate-x: 13rem;
  }

  .sm\:disabled\:translate-x-56:disabled {
    --tw-translate-x: 14rem;
  }

  .sm\:disabled\:translate-x-60:disabled {
    --tw-translate-x: 15rem;
  }

  .sm\:disabled\:translate-x-64:disabled {
    --tw-translate-x: 16rem;
  }

  .sm\:disabled\:translate-x-72:disabled {
    --tw-translate-x: 18rem;
  }

  .sm\:disabled\:translate-x-80:disabled {
    --tw-translate-x: 20rem;
  }

  .sm\:disabled\:translate-x-96:disabled {
    --tw-translate-x: 24rem;
  }

  .sm\:disabled\:translate-x-px:disabled {
    --tw-translate-x: 1px;
  }

  .sm\:disabled\:translate-x-0\.5:disabled {
    --tw-translate-x: 0.125rem;
  }

  .sm\:disabled\:translate-x-1\.5:disabled {
    --tw-translate-x: 0.375rem;
  }

  .sm\:disabled\:translate-x-2\.5:disabled {
    --tw-translate-x: 0.625rem;
  }

  .sm\:disabled\:translate-x-3\.5:disabled {
    --tw-translate-x: 0.875rem;
  }

  .sm\:disabled\:-translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .sm\:disabled\:-translate-x-1:disabled {
    --tw-translate-x: -0.25rem;
  }

  .sm\:disabled\:-translate-x-2:disabled {
    --tw-translate-x: -0.5rem;
  }

  .sm\:disabled\:-translate-x-3:disabled {
    --tw-translate-x: -0.75rem;
  }

  .sm\:disabled\:-translate-x-4:disabled {
    --tw-translate-x: -1rem;
  }

  .sm\:disabled\:-translate-x-5:disabled {
    --tw-translate-x: -1.25rem;
  }

  .sm\:disabled\:-translate-x-6:disabled {
    --tw-translate-x: -1.5rem;
  }

  .sm\:disabled\:-translate-x-7:disabled {
    --tw-translate-x: -1.75rem;
  }

  .sm\:disabled\:-translate-x-8:disabled {
    --tw-translate-x: -2rem;
  }

  .sm\:disabled\:-translate-x-9:disabled {
    --tw-translate-x: -2.25rem;
  }

  .sm\:disabled\:-translate-x-10:disabled {
    --tw-translate-x: -2.5rem;
  }

  .sm\:disabled\:-translate-x-11:disabled {
    --tw-translate-x: -2.75rem;
  }

  .sm\:disabled\:-translate-x-12:disabled {
    --tw-translate-x: -3rem;
  }

  .sm\:disabled\:-translate-x-14:disabled {
    --tw-translate-x: -3.5rem;
  }

  .sm\:disabled\:-translate-x-16:disabled {
    --tw-translate-x: -4rem;
  }

  .sm\:disabled\:-translate-x-20:disabled {
    --tw-translate-x: -5rem;
  }

  .sm\:disabled\:-translate-x-24:disabled {
    --tw-translate-x: -6rem;
  }

  .sm\:disabled\:-translate-x-28:disabled {
    --tw-translate-x: -7rem;
  }

  .sm\:disabled\:-translate-x-32:disabled {
    --tw-translate-x: -8rem;
  }

  .sm\:disabled\:-translate-x-36:disabled {
    --tw-translate-x: -9rem;
  }

  .sm\:disabled\:-translate-x-40:disabled {
    --tw-translate-x: -10rem;
  }

  .sm\:disabled\:-translate-x-44:disabled {
    --tw-translate-x: -11rem;
  }

  .sm\:disabled\:-translate-x-48:disabled {
    --tw-translate-x: -12rem;
  }

  .sm\:disabled\:-translate-x-52:disabled {
    --tw-translate-x: -13rem;
  }

  .sm\:disabled\:-translate-x-56:disabled {
    --tw-translate-x: -14rem;
  }

  .sm\:disabled\:-translate-x-60:disabled {
    --tw-translate-x: -15rem;
  }

  .sm\:disabled\:-translate-x-64:disabled {
    --tw-translate-x: -16rem;
  }

  .sm\:disabled\:-translate-x-72:disabled {
    --tw-translate-x: -18rem;
  }

  .sm\:disabled\:-translate-x-80:disabled {
    --tw-translate-x: -20rem;
  }

  .sm\:disabled\:-translate-x-96:disabled {
    --tw-translate-x: -24rem;
  }

  .sm\:disabled\:-translate-x-px:disabled {
    --tw-translate-x: -1px;
  }

  .sm\:disabled\:-translate-x-0\.5:disabled {
    --tw-translate-x: -0.125rem;
  }

  .sm\:disabled\:-translate-x-1\.5:disabled {
    --tw-translate-x: -0.375rem;
  }

  .sm\:disabled\:-translate-x-2\.5:disabled {
    --tw-translate-x: -0.625rem;
  }

  .sm\:disabled\:-translate-x-3\.5:disabled {
    --tw-translate-x: -0.875rem;
  }

  .sm\:disabled\:translate-x-1\/2:disabled {
    --tw-translate-x: 50%;
  }

  .sm\:disabled\:translate-x-1\/3:disabled {
    --tw-translate-x: 33.333333%;
  }

  .sm\:disabled\:translate-x-2\/3:disabled {
    --tw-translate-x: 66.666667%;
  }

  .sm\:disabled\:translate-x-1\/4:disabled {
    --tw-translate-x: 25%;
  }

  .sm\:disabled\:translate-x-2\/4:disabled {
    --tw-translate-x: 50%;
  }

  .sm\:disabled\:translate-x-3\/4:disabled {
    --tw-translate-x: 75%;
  }

  .sm\:disabled\:translate-x-full:disabled {
    --tw-translate-x: 100%;
  }

  .sm\:disabled\:-translate-x-1\/2:disabled {
    --tw-translate-x: -50%;
  }

  .sm\:disabled\:-translate-x-1\/3:disabled {
    --tw-translate-x: -33.333333%;
  }

  .sm\:disabled\:-translate-x-2\/3:disabled {
    --tw-translate-x: -66.666667%;
  }

  .sm\:disabled\:-translate-x-1\/4:disabled {
    --tw-translate-x: -25%;
  }

  .sm\:disabled\:-translate-x-2\/4:disabled {
    --tw-translate-x: -50%;
  }

  .sm\:disabled\:-translate-x-3\/4:disabled {
    --tw-translate-x: -75%;
  }

  .sm\:disabled\:-translate-x-full:disabled {
    --tw-translate-x: -100%;
  }

  .sm\:disabled\:translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .sm\:disabled\:translate-y-1:disabled {
    --tw-translate-y: 0.25rem;
  }

  .sm\:disabled\:translate-y-2:disabled {
    --tw-translate-y: 0.5rem;
  }

  .sm\:disabled\:translate-y-3:disabled {
    --tw-translate-y: 0.75rem;
  }

  .sm\:disabled\:translate-y-4:disabled {
    --tw-translate-y: 1rem;
  }

  .sm\:disabled\:translate-y-5:disabled {
    --tw-translate-y: 1.25rem;
  }

  .sm\:disabled\:translate-y-6:disabled {
    --tw-translate-y: 1.5rem;
  }

  .sm\:disabled\:translate-y-7:disabled {
    --tw-translate-y: 1.75rem;
  }

  .sm\:disabled\:translate-y-8:disabled {
    --tw-translate-y: 2rem;
  }

  .sm\:disabled\:translate-y-9:disabled {
    --tw-translate-y: 2.25rem;
  }

  .sm\:disabled\:translate-y-10:disabled {
    --tw-translate-y: 2.5rem;
  }

  .sm\:disabled\:translate-y-11:disabled {
    --tw-translate-y: 2.75rem;
  }

  .sm\:disabled\:translate-y-12:disabled {
    --tw-translate-y: 3rem;
  }

  .sm\:disabled\:translate-y-14:disabled {
    --tw-translate-y: 3.5rem;
  }

  .sm\:disabled\:translate-y-16:disabled {
    --tw-translate-y: 4rem;
  }

  .sm\:disabled\:translate-y-20:disabled {
    --tw-translate-y: 5rem;
  }

  .sm\:disabled\:translate-y-24:disabled {
    --tw-translate-y: 6rem;
  }

  .sm\:disabled\:translate-y-28:disabled {
    --tw-translate-y: 7rem;
  }

  .sm\:disabled\:translate-y-32:disabled {
    --tw-translate-y: 8rem;
  }

  .sm\:disabled\:translate-y-36:disabled {
    --tw-translate-y: 9rem;
  }

  .sm\:disabled\:translate-y-40:disabled {
    --tw-translate-y: 10rem;
  }

  .sm\:disabled\:translate-y-44:disabled {
    --tw-translate-y: 11rem;
  }

  .sm\:disabled\:translate-y-48:disabled {
    --tw-translate-y: 12rem;
  }

  .sm\:disabled\:translate-y-52:disabled {
    --tw-translate-y: 13rem;
  }

  .sm\:disabled\:translate-y-56:disabled {
    --tw-translate-y: 14rem;
  }

  .sm\:disabled\:translate-y-60:disabled {
    --tw-translate-y: 15rem;
  }

  .sm\:disabled\:translate-y-64:disabled {
    --tw-translate-y: 16rem;
  }

  .sm\:disabled\:translate-y-72:disabled {
    --tw-translate-y: 18rem;
  }

  .sm\:disabled\:translate-y-80:disabled {
    --tw-translate-y: 20rem;
  }

  .sm\:disabled\:translate-y-96:disabled {
    --tw-translate-y: 24rem;
  }

  .sm\:disabled\:translate-y-px:disabled {
    --tw-translate-y: 1px;
  }

  .sm\:disabled\:translate-y-0\.5:disabled {
    --tw-translate-y: 0.125rem;
  }

  .sm\:disabled\:translate-y-1\.5:disabled {
    --tw-translate-y: 0.375rem;
  }

  .sm\:disabled\:translate-y-2\.5:disabled {
    --tw-translate-y: 0.625rem;
  }

  .sm\:disabled\:translate-y-3\.5:disabled {
    --tw-translate-y: 0.875rem;
  }

  .sm\:disabled\:-translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .sm\:disabled\:-translate-y-1:disabled {
    --tw-translate-y: -0.25rem;
  }

  .sm\:disabled\:-translate-y-2:disabled {
    --tw-translate-y: -0.5rem;
  }

  .sm\:disabled\:-translate-y-3:disabled {
    --tw-translate-y: -0.75rem;
  }

  .sm\:disabled\:-translate-y-4:disabled {
    --tw-translate-y: -1rem;
  }

  .sm\:disabled\:-translate-y-5:disabled {
    --tw-translate-y: -1.25rem;
  }

  .sm\:disabled\:-translate-y-6:disabled {
    --tw-translate-y: -1.5rem;
  }

  .sm\:disabled\:-translate-y-7:disabled {
    --tw-translate-y: -1.75rem;
  }

  .sm\:disabled\:-translate-y-8:disabled {
    --tw-translate-y: -2rem;
  }

  .sm\:disabled\:-translate-y-9:disabled {
    --tw-translate-y: -2.25rem;
  }

  .sm\:disabled\:-translate-y-10:disabled {
    --tw-translate-y: -2.5rem;
  }

  .sm\:disabled\:-translate-y-11:disabled {
    --tw-translate-y: -2.75rem;
  }

  .sm\:disabled\:-translate-y-12:disabled {
    --tw-translate-y: -3rem;
  }

  .sm\:disabled\:-translate-y-14:disabled {
    --tw-translate-y: -3.5rem;
  }

  .sm\:disabled\:-translate-y-16:disabled {
    --tw-translate-y: -4rem;
  }

  .sm\:disabled\:-translate-y-20:disabled {
    --tw-translate-y: -5rem;
  }

  .sm\:disabled\:-translate-y-24:disabled {
    --tw-translate-y: -6rem;
  }

  .sm\:disabled\:-translate-y-28:disabled {
    --tw-translate-y: -7rem;
  }

  .sm\:disabled\:-translate-y-32:disabled {
    --tw-translate-y: -8rem;
  }

  .sm\:disabled\:-translate-y-36:disabled {
    --tw-translate-y: -9rem;
  }

  .sm\:disabled\:-translate-y-40:disabled {
    --tw-translate-y: -10rem;
  }

  .sm\:disabled\:-translate-y-44:disabled {
    --tw-translate-y: -11rem;
  }

  .sm\:disabled\:-translate-y-48:disabled {
    --tw-translate-y: -12rem;
  }

  .sm\:disabled\:-translate-y-52:disabled {
    --tw-translate-y: -13rem;
  }

  .sm\:disabled\:-translate-y-56:disabled {
    --tw-translate-y: -14rem;
  }

  .sm\:disabled\:-translate-y-60:disabled {
    --tw-translate-y: -15rem;
  }

  .sm\:disabled\:-translate-y-64:disabled {
    --tw-translate-y: -16rem;
  }

  .sm\:disabled\:-translate-y-72:disabled {
    --tw-translate-y: -18rem;
  }

  .sm\:disabled\:-translate-y-80:disabled {
    --tw-translate-y: -20rem;
  }

  .sm\:disabled\:-translate-y-96:disabled {
    --tw-translate-y: -24rem;
  }

  .sm\:disabled\:-translate-y-px:disabled {
    --tw-translate-y: -1px;
  }

  .sm\:disabled\:-translate-y-0\.5:disabled {
    --tw-translate-y: -0.125rem;
  }

  .sm\:disabled\:-translate-y-1\.5:disabled {
    --tw-translate-y: -0.375rem;
  }

  .sm\:disabled\:-translate-y-2\.5:disabled {
    --tw-translate-y: -0.625rem;
  }

  .sm\:disabled\:-translate-y-3\.5:disabled {
    --tw-translate-y: -0.875rem;
  }

  .sm\:disabled\:translate-y-1\/2:disabled {
    --tw-translate-y: 50%;
  }

  .sm\:disabled\:translate-y-1\/3:disabled {
    --tw-translate-y: 33.333333%;
  }

  .sm\:disabled\:translate-y-2\/3:disabled {
    --tw-translate-y: 66.666667%;
  }

  .sm\:disabled\:translate-y-1\/4:disabled {
    --tw-translate-y: 25%;
  }

  .sm\:disabled\:translate-y-2\/4:disabled {
    --tw-translate-y: 50%;
  }

  .sm\:disabled\:translate-y-3\/4:disabled {
    --tw-translate-y: 75%;
  }

  .sm\:disabled\:translate-y-full:disabled {
    --tw-translate-y: 100%;
  }

  .sm\:disabled\:-translate-y-1\/2:disabled {
    --tw-translate-y: -50%;
  }

  .sm\:disabled\:-translate-y-1\/3:disabled {
    --tw-translate-y: -33.333333%;
  }

  .sm\:disabled\:-translate-y-2\/3:disabled {
    --tw-translate-y: -66.666667%;
  }

  .sm\:disabled\:-translate-y-1\/4:disabled {
    --tw-translate-y: -25%;
  }

  .sm\:disabled\:-translate-y-2\/4:disabled {
    --tw-translate-y: -50%;
  }

  .sm\:disabled\:-translate-y-3\/4:disabled {
    --tw-translate-y: -75%;
  }

  .sm\:disabled\:-translate-y-full:disabled {
    --tw-translate-y: -100%;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .group:hover .sm\:group-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .group:hover .sm\:group-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .group:hover .sm\:group-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .group:hover .sm\:group-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .group:hover .sm\:group-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .group:hover .sm\:group-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .group:hover .sm\:group-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .group:hover .sm\:group-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .group:hover .sm\:group-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .group:hover .sm\:group-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .group:hover .sm\:group-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .group:hover .sm\:group-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .group:hover .sm\:group-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .group:hover .sm\:group-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .group:hover .sm\:group-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .group:hover .sm\:group-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .group:hover .sm\:group-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .group:hover .sm\:group-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .group:hover .sm\:group-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .group:hover .sm\:group-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .group:hover .sm\:group-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:focus-within\:skew-x-0:focus-within {
    --tw-skew-x: 0deg;
  }

  .sm\:focus-within\:skew-x-1:focus-within {
    --tw-skew-x: 1deg;
  }

  .sm\:focus-within\:skew-x-2:focus-within {
    --tw-skew-x: 2deg;
  }

  .sm\:focus-within\:skew-x-3:focus-within {
    --tw-skew-x: 3deg;
  }

  .sm\:focus-within\:skew-x-6:focus-within {
    --tw-skew-x: 6deg;
  }

  .sm\:focus-within\:skew-x-12:focus-within {
    --tw-skew-x: 12deg;
  }

  .sm\:focus-within\:-skew-x-12:focus-within {
    --tw-skew-x: -12deg;
  }

  .sm\:focus-within\:-skew-x-6:focus-within {
    --tw-skew-x: -6deg;
  }

  .sm\:focus-within\:-skew-x-3:focus-within {
    --tw-skew-x: -3deg;
  }

  .sm\:focus-within\:-skew-x-2:focus-within {
    --tw-skew-x: -2deg;
  }

  .sm\:focus-within\:-skew-x-1:focus-within {
    --tw-skew-x: -1deg;
  }

  .sm\:focus-within\:skew-y-0:focus-within {
    --tw-skew-y: 0deg;
  }

  .sm\:focus-within\:skew-y-1:focus-within {
    --tw-skew-y: 1deg;
  }

  .sm\:focus-within\:skew-y-2:focus-within {
    --tw-skew-y: 2deg;
  }

  .sm\:focus-within\:skew-y-3:focus-within {
    --tw-skew-y: 3deg;
  }

  .sm\:focus-within\:skew-y-6:focus-within {
    --tw-skew-y: 6deg;
  }

  .sm\:focus-within\:skew-y-12:focus-within {
    --tw-skew-y: 12deg;
  }

  .sm\:focus-within\:-skew-y-12:focus-within {
    --tw-skew-y: -12deg;
  }

  .sm\:focus-within\:-skew-y-6:focus-within {
    --tw-skew-y: -6deg;
  }

  .sm\:focus-within\:-skew-y-3:focus-within {
    --tw-skew-y: -3deg;
  }

  .sm\:focus-within\:-skew-y-2:focus-within {
    --tw-skew-y: -2deg;
  }

  .sm\:focus-within\:-skew-y-1:focus-within {
    --tw-skew-y: -1deg;
  }

  .sm\:first\:skew-x-0:first-child {
    --tw-skew-x: 0deg;
  }

  .sm\:first\:skew-x-1:first-child {
    --tw-skew-x: 1deg;
  }

  .sm\:first\:skew-x-2:first-child {
    --tw-skew-x: 2deg;
  }

  .sm\:first\:skew-x-3:first-child {
    --tw-skew-x: 3deg;
  }

  .sm\:first\:skew-x-6:first-child {
    --tw-skew-x: 6deg;
  }

  .sm\:first\:skew-x-12:first-child {
    --tw-skew-x: 12deg;
  }

  .sm\:first\:-skew-x-12:first-child {
    --tw-skew-x: -12deg;
  }

  .sm\:first\:-skew-x-6:first-child {
    --tw-skew-x: -6deg;
  }

  .sm\:first\:-skew-x-3:first-child {
    --tw-skew-x: -3deg;
  }

  .sm\:first\:-skew-x-2:first-child {
    --tw-skew-x: -2deg;
  }

  .sm\:first\:-skew-x-1:first-child {
    --tw-skew-x: -1deg;
  }

  .sm\:first\:skew-y-0:first-child {
    --tw-skew-y: 0deg;
  }

  .sm\:first\:skew-y-1:first-child {
    --tw-skew-y: 1deg;
  }

  .sm\:first\:skew-y-2:first-child {
    --tw-skew-y: 2deg;
  }

  .sm\:first\:skew-y-3:first-child {
    --tw-skew-y: 3deg;
  }

  .sm\:first\:skew-y-6:first-child {
    --tw-skew-y: 6deg;
  }

  .sm\:first\:skew-y-12:first-child {
    --tw-skew-y: 12deg;
  }

  .sm\:first\:-skew-y-12:first-child {
    --tw-skew-y: -12deg;
  }

  .sm\:first\:-skew-y-6:first-child {
    --tw-skew-y: -6deg;
  }

  .sm\:first\:-skew-y-3:first-child {
    --tw-skew-y: -3deg;
  }

  .sm\:first\:-skew-y-2:first-child {
    --tw-skew-y: -2deg;
  }

  .sm\:first\:-skew-y-1:first-child {
    --tw-skew-y: -1deg;
  }

  .sm\:last\:skew-x-0:last-child {
    --tw-skew-x: 0deg;
  }

  .sm\:last\:skew-x-1:last-child {
    --tw-skew-x: 1deg;
  }

  .sm\:last\:skew-x-2:last-child {
    --tw-skew-x: 2deg;
  }

  .sm\:last\:skew-x-3:last-child {
    --tw-skew-x: 3deg;
  }

  .sm\:last\:skew-x-6:last-child {
    --tw-skew-x: 6deg;
  }

  .sm\:last\:skew-x-12:last-child {
    --tw-skew-x: 12deg;
  }

  .sm\:last\:-skew-x-12:last-child {
    --tw-skew-x: -12deg;
  }

  .sm\:last\:-skew-x-6:last-child {
    --tw-skew-x: -6deg;
  }

  .sm\:last\:-skew-x-3:last-child {
    --tw-skew-x: -3deg;
  }

  .sm\:last\:-skew-x-2:last-child {
    --tw-skew-x: -2deg;
  }

  .sm\:last\:-skew-x-1:last-child {
    --tw-skew-x: -1deg;
  }

  .sm\:last\:skew-y-0:last-child {
    --tw-skew-y: 0deg;
  }

  .sm\:last\:skew-y-1:last-child {
    --tw-skew-y: 1deg;
  }

  .sm\:last\:skew-y-2:last-child {
    --tw-skew-y: 2deg;
  }

  .sm\:last\:skew-y-3:last-child {
    --tw-skew-y: 3deg;
  }

  .sm\:last\:skew-y-6:last-child {
    --tw-skew-y: 6deg;
  }

  .sm\:last\:skew-y-12:last-child {
    --tw-skew-y: 12deg;
  }

  .sm\:last\:-skew-y-12:last-child {
    --tw-skew-y: -12deg;
  }

  .sm\:last\:-skew-y-6:last-child {
    --tw-skew-y: -6deg;
  }

  .sm\:last\:-skew-y-3:last-child {
    --tw-skew-y: -3deg;
  }

  .sm\:last\:-skew-y-2:last-child {
    --tw-skew-y: -2deg;
  }

  .sm\:last\:-skew-y-1:last-child {
    --tw-skew-y: -1deg;
  }

  .sm\:odd\:skew-x-0:nth-child(odd) {
    --tw-skew-x: 0deg;
  }

  .sm\:odd\:skew-x-1:nth-child(odd) {
    --tw-skew-x: 1deg;
  }

  .sm\:odd\:skew-x-2:nth-child(odd) {
    --tw-skew-x: 2deg;
  }

  .sm\:odd\:skew-x-3:nth-child(odd) {
    --tw-skew-x: 3deg;
  }

  .sm\:odd\:skew-x-6:nth-child(odd) {
    --tw-skew-x: 6deg;
  }

  .sm\:odd\:skew-x-12:nth-child(odd) {
    --tw-skew-x: 12deg;
  }

  .sm\:odd\:-skew-x-12:nth-child(odd) {
    --tw-skew-x: -12deg;
  }

  .sm\:odd\:-skew-x-6:nth-child(odd) {
    --tw-skew-x: -6deg;
  }

  .sm\:odd\:-skew-x-3:nth-child(odd) {
    --tw-skew-x: -3deg;
  }

  .sm\:odd\:-skew-x-2:nth-child(odd) {
    --tw-skew-x: -2deg;
  }

  .sm\:odd\:-skew-x-1:nth-child(odd) {
    --tw-skew-x: -1deg;
  }

  .sm\:odd\:skew-y-0:nth-child(odd) {
    --tw-skew-y: 0deg;
  }

  .sm\:odd\:skew-y-1:nth-child(odd) {
    --tw-skew-y: 1deg;
  }

  .sm\:odd\:skew-y-2:nth-child(odd) {
    --tw-skew-y: 2deg;
  }

  .sm\:odd\:skew-y-3:nth-child(odd) {
    --tw-skew-y: 3deg;
  }

  .sm\:odd\:skew-y-6:nth-child(odd) {
    --tw-skew-y: 6deg;
  }

  .sm\:odd\:skew-y-12:nth-child(odd) {
    --tw-skew-y: 12deg;
  }

  .sm\:odd\:-skew-y-12:nth-child(odd) {
    --tw-skew-y: -12deg;
  }

  .sm\:odd\:-skew-y-6:nth-child(odd) {
    --tw-skew-y: -6deg;
  }

  .sm\:odd\:-skew-y-3:nth-child(odd) {
    --tw-skew-y: -3deg;
  }

  .sm\:odd\:-skew-y-2:nth-child(odd) {
    --tw-skew-y: -2deg;
  }

  .sm\:odd\:-skew-y-1:nth-child(odd) {
    --tw-skew-y: -1deg;
  }

  .sm\:even\:skew-x-0:nth-child(even) {
    --tw-skew-x: 0deg;
  }

  .sm\:even\:skew-x-1:nth-child(even) {
    --tw-skew-x: 1deg;
  }

  .sm\:even\:skew-x-2:nth-child(even) {
    --tw-skew-x: 2deg;
  }

  .sm\:even\:skew-x-3:nth-child(even) {
    --tw-skew-x: 3deg;
  }

  .sm\:even\:skew-x-6:nth-child(even) {
    --tw-skew-x: 6deg;
  }

  .sm\:even\:skew-x-12:nth-child(even) {
    --tw-skew-x: 12deg;
  }

  .sm\:even\:-skew-x-12:nth-child(even) {
    --tw-skew-x: -12deg;
  }

  .sm\:even\:-skew-x-6:nth-child(even) {
    --tw-skew-x: -6deg;
  }

  .sm\:even\:-skew-x-3:nth-child(even) {
    --tw-skew-x: -3deg;
  }

  .sm\:even\:-skew-x-2:nth-child(even) {
    --tw-skew-x: -2deg;
  }

  .sm\:even\:-skew-x-1:nth-child(even) {
    --tw-skew-x: -1deg;
  }

  .sm\:even\:skew-y-0:nth-child(even) {
    --tw-skew-y: 0deg;
  }

  .sm\:even\:skew-y-1:nth-child(even) {
    --tw-skew-y: 1deg;
  }

  .sm\:even\:skew-y-2:nth-child(even) {
    --tw-skew-y: 2deg;
  }

  .sm\:even\:skew-y-3:nth-child(even) {
    --tw-skew-y: 3deg;
  }

  .sm\:even\:skew-y-6:nth-child(even) {
    --tw-skew-y: 6deg;
  }

  .sm\:even\:skew-y-12:nth-child(even) {
    --tw-skew-y: 12deg;
  }

  .sm\:even\:-skew-y-12:nth-child(even) {
    --tw-skew-y: -12deg;
  }

  .sm\:even\:-skew-y-6:nth-child(even) {
    --tw-skew-y: -6deg;
  }

  .sm\:even\:-skew-y-3:nth-child(even) {
    --tw-skew-y: -3deg;
  }

  .sm\:even\:-skew-y-2:nth-child(even) {
    --tw-skew-y: -2deg;
  }

  .sm\:even\:-skew-y-1:nth-child(even) {
    --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\:active\:skew-x-0:active {
    --tw-skew-x: 0deg;
  }

  .sm\:active\:skew-x-1:active {
    --tw-skew-x: 1deg;
  }

  .sm\:active\:skew-x-2:active {
    --tw-skew-x: 2deg;
  }

  .sm\:active\:skew-x-3:active {
    --tw-skew-x: 3deg;
  }

  .sm\:active\:skew-x-6:active {
    --tw-skew-x: 6deg;
  }

  .sm\:active\:skew-x-12:active {
    --tw-skew-x: 12deg;
  }

  .sm\:active\:-skew-x-12:active {
    --tw-skew-x: -12deg;
  }

  .sm\:active\:-skew-x-6:active {
    --tw-skew-x: -6deg;
  }

  .sm\:active\:-skew-x-3:active {
    --tw-skew-x: -3deg;
  }

  .sm\:active\:-skew-x-2:active {
    --tw-skew-x: -2deg;
  }

  .sm\:active\:-skew-x-1:active {
    --tw-skew-x: -1deg;
  }

  .sm\:active\:skew-y-0:active {
    --tw-skew-y: 0deg;
  }

  .sm\:active\:skew-y-1:active {
    --tw-skew-y: 1deg;
  }

  .sm\:active\:skew-y-2:active {
    --tw-skew-y: 2deg;
  }

  .sm\:active\:skew-y-3:active {
    --tw-skew-y: 3deg;
  }

  .sm\:active\:skew-y-6:active {
    --tw-skew-y: 6deg;
  }

  .sm\:active\:skew-y-12:active {
    --tw-skew-y: 12deg;
  }

  .sm\:active\:-skew-y-12:active {
    --tw-skew-y: -12deg;
  }

  .sm\:active\:-skew-y-6:active {
    --tw-skew-y: -6deg;
  }

  .sm\:active\:-skew-y-3:active {
    --tw-skew-y: -3deg;
  }

  .sm\:active\:-skew-y-2:active {
    --tw-skew-y: -2deg;
  }

  .sm\:active\:-skew-y-1:active {
    --tw-skew-y: -1deg;
  }

  .sm\:visited\:skew-x-0:visited {
    --tw-skew-x: 0deg;
  }

  .sm\:visited\:skew-x-1:visited {
    --tw-skew-x: 1deg;
  }

  .sm\:visited\:skew-x-2:visited {
    --tw-skew-x: 2deg;
  }

  .sm\:visited\:skew-x-3:visited {
    --tw-skew-x: 3deg;
  }

  .sm\:visited\:skew-x-6:visited {
    --tw-skew-x: 6deg;
  }

  .sm\:visited\:skew-x-12:visited {
    --tw-skew-x: 12deg;
  }

  .sm\:visited\:-skew-x-12:visited {
    --tw-skew-x: -12deg;
  }

  .sm\:visited\:-skew-x-6:visited {
    --tw-skew-x: -6deg;
  }

  .sm\:visited\:-skew-x-3:visited {
    --tw-skew-x: -3deg;
  }

  .sm\:visited\:-skew-x-2:visited {
    --tw-skew-x: -2deg;
  }

  .sm\:visited\:-skew-x-1:visited {
    --tw-skew-x: -1deg;
  }

  .sm\:visited\:skew-y-0:visited {
    --tw-skew-y: 0deg;
  }

  .sm\:visited\:skew-y-1:visited {
    --tw-skew-y: 1deg;
  }

  .sm\:visited\:skew-y-2:visited {
    --tw-skew-y: 2deg;
  }

  .sm\:visited\:skew-y-3:visited {
    --tw-skew-y: 3deg;
  }

  .sm\:visited\:skew-y-6:visited {
    --tw-skew-y: 6deg;
  }

  .sm\:visited\:skew-y-12:visited {
    --tw-skew-y: 12deg;
  }

  .sm\:visited\:-skew-y-12:visited {
    --tw-skew-y: -12deg;
  }

  .sm\:visited\:-skew-y-6:visited {
    --tw-skew-y: -6deg;
  }

  .sm\:visited\:-skew-y-3:visited {
    --tw-skew-y: -3deg;
  }

  .sm\:visited\:-skew-y-2:visited {
    --tw-skew-y: -2deg;
  }

  .sm\:visited\:-skew-y-1:visited {
    --tw-skew-y: -1deg;
  }

  .sm\:disabled\:skew-x-0:disabled {
    --tw-skew-x: 0deg;
  }

  .sm\:disabled\:skew-x-1:disabled {
    --tw-skew-x: 1deg;
  }

  .sm\:disabled\:skew-x-2:disabled {
    --tw-skew-x: 2deg;
  }

  .sm\:disabled\:skew-x-3:disabled {
    --tw-skew-x: 3deg;
  }

  .sm\:disabled\:skew-x-6:disabled {
    --tw-skew-x: 6deg;
  }

  .sm\:disabled\:skew-x-12:disabled {
    --tw-skew-x: 12deg;
  }

  .sm\:disabled\:-skew-x-12:disabled {
    --tw-skew-x: -12deg;
  }

  .sm\:disabled\:-skew-x-6:disabled {
    --tw-skew-x: -6deg;
  }

  .sm\:disabled\:-skew-x-3:disabled {
    --tw-skew-x: -3deg;
  }

  .sm\:disabled\:-skew-x-2:disabled {
    --tw-skew-x: -2deg;
  }

  .sm\:disabled\:-skew-x-1:disabled {
    --tw-skew-x: -1deg;
  }

  .sm\:disabled\:skew-y-0:disabled {
    --tw-skew-y: 0deg;
  }

  .sm\:disabled\:skew-y-1:disabled {
    --tw-skew-y: 1deg;
  }

  .sm\:disabled\:skew-y-2:disabled {
    --tw-skew-y: 2deg;
  }

  .sm\:disabled\:skew-y-3:disabled {
    --tw-skew-y: 3deg;
  }

  .sm\:disabled\:skew-y-6:disabled {
    --tw-skew-y: 6deg;
  }

  .sm\:disabled\:skew-y-12:disabled {
    --tw-skew-y: 12deg;
  }

  .sm\:disabled\:-skew-y-12:disabled {
    --tw-skew-y: -12deg;
  }

  .sm\:disabled\:-skew-y-6:disabled {
    --tw-skew-y: -6deg;
  }

  .sm\:disabled\:-skew-y-3:disabled {
    --tw-skew-y: -3deg;
  }

  .sm\:disabled\:-skew-y-2:disabled {
    --tw-skew-y: -2deg;
  }

  .sm\:disabled\:-skew-y-1:disabled {
    --tw-skew-y: -1deg;
  }

  .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;
    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;
  }

  .group:hover .sm\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .sm\:group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .sm\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .sm\:group-hover\: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;
  }

  .group:hover .sm\:group-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .sm\:group-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .sm\:group-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition-none:focus-within {
    transition-property: none;
  }

  .sm\:focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition:focus-within {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition-colors:focus-within {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition-opacity:focus-within {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition-shadow:focus-within {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus-within\:transition-transform:focus-within {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition-none:first-child {
    transition-property: none;
  }

  .sm\:first\:transition-all:first-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition-opacity:first-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:first\:transition-transform:first-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition-none:last-child {
    transition-property: none;
  }

  .sm\:last\:transition-all:last-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition-opacity:last-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:last\:transition-transform:last-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .sm\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .sm\:even\:transition-all:nth-child(even) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition-none:hover {
    transition-property: none;
  }

  .sm\:hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:transition-transform:hover {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition-none:focus {
    transition-property: none;
  }

  .sm\:focus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition-opacity:focus {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:focus\:transition-transform:focus {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition-none:active {
    transition-property: none;
  }

  .sm\:active\:transition-all:active {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition:active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition-colors:active {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition-opacity:active {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition-shadow:active {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:active\:transition-transform:active {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition-none:visited {
    transition-property: none;
  }

  .sm\:visited\:transition-all:visited {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition:visited {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition-colors:visited {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition-opacity:visited {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition-shadow:visited {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:visited\:transition-transform:visited {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition-none:disabled {
    transition-property: none;
  }

  .sm\:disabled\:transition-all:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition:disabled {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition-colors:disabled {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition-opacity:disabled {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition-shadow:disabled {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:disabled\:transition-transform:disabled {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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);
  }

  .group:hover .sm\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .sm\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .sm\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .sm\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:focus-within\:ease-linear:focus-within {
    transition-timing-function: linear;
  }

  .sm\:focus-within\:ease-in:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:focus-within\:ease-out:focus-within {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:focus-within\:ease-in-out:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .sm\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .sm\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .sm\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .sm\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .sm\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .sm\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:active\:ease-linear:active {
    transition-timing-function: linear;
  }

  .sm\:active\:ease-in:active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:active\:ease-out:active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:active\:ease-in-out:active {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:visited\:ease-linear:visited {
    transition-timing-function: linear;
  }

  .sm\:visited\:ease-in:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:visited\:ease-out:visited {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:visited\:ease-in-out:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:disabled\:ease-linear:disabled {
    transition-timing-function: linear;
  }

  .sm\:disabled\:ease-in:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:disabled\:ease-out:disabled {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:disabled\:ease-in-out:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .group:hover .sm\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .sm\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .sm\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .sm\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .sm\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .sm\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .sm\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .sm\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:focus-within\:duration-75:focus-within {
    transition-duration: 75ms;
  }

  .sm\:focus-within\:duration-100:focus-within {
    transition-duration: 100ms;
  }

  .sm\:focus-within\:duration-150:focus-within {
    transition-duration: 150ms;
  }

  .sm\:focus-within\:duration-200:focus-within {
    transition-duration: 200ms;
  }

  .sm\:focus-within\:duration-300:focus-within {
    transition-duration: 300ms;
  }

  .sm\:focus-within\:duration-500:focus-within {
    transition-duration: 500ms;
  }

  .sm\:focus-within\:duration-700:focus-within {
    transition-duration: 700ms;
  }

  .sm\:focus-within\:duration-1000:focus-within {
    transition-duration: 1000ms;
  }

  .sm\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .sm\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .sm\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .sm\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .sm\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .sm\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .sm\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .sm\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .sm\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .sm\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .sm\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .sm\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .sm\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .sm\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .sm\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .sm\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .sm\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .sm\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .sm\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .sm\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .sm\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .sm\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .sm\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .sm\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .sm\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .sm\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .sm\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .sm\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .sm\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .sm\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .sm\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .sm\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .sm\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .sm\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .sm\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .sm\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .sm\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .sm\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .sm\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .sm\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .sm\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .sm\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .sm\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .sm\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .sm\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .sm\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .sm\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .sm\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .sm\:active\:duration-75:active {
    transition-duration: 75ms;
  }

  .sm\:active\:duration-100:active {
    transition-duration: 100ms;
  }

  .sm\:active\:duration-150:active {
    transition-duration: 150ms;
  }

  .sm\:active\:duration-200:active {
    transition-duration: 200ms;
  }

  .sm\:active\:duration-300:active {
    transition-duration: 300ms;
  }

  .sm\:active\:duration-500:active {
    transition-duration: 500ms;
  }

  .sm\:active\:duration-700:active {
    transition-duration: 700ms;
  }

  .sm\:active\:duration-1000:active {
    transition-duration: 1000ms;
  }

  .sm\:visited\:duration-75:visited {
    transition-duration: 75ms;
  }

  .sm\:visited\:duration-100:visited {
    transition-duration: 100ms;
  }

  .sm\:visited\:duration-150:visited {
    transition-duration: 150ms;
  }

  .sm\:visited\:duration-200:visited {
    transition-duration: 200ms;
  }

  .sm\:visited\:duration-300:visited {
    transition-duration: 300ms;
  }

  .sm\:visited\:duration-500:visited {
    transition-duration: 500ms;
  }

  .sm\:visited\:duration-700:visited {
    transition-duration: 700ms;
  }

  .sm\:visited\:duration-1000:visited {
    transition-duration: 1000ms;
  }

  .sm\:disabled\:duration-75:disabled {
    transition-duration: 75ms;
  }

  .sm\:disabled\:duration-100:disabled {
    transition-duration: 100ms;
  }

  .sm\:disabled\:duration-150:disabled {
    transition-duration: 150ms;
  }

  .sm\:disabled\:duration-200:disabled {
    transition-duration: 200ms;
  }

  .sm\:disabled\:duration-300:disabled {
    transition-duration: 300ms;
  }

  .sm\:disabled\:duration-500:disabled {
    transition-duration: 500ms;
  }

  .sm\:disabled\:duration-700:disabled {
    transition-duration: 700ms;
  }

  .sm\:disabled\:duration-1000:disabled {
    transition-duration: 1000ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .group:hover .sm\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .sm\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .sm\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .sm\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .sm\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .sm\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .sm\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .sm\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:focus-within\:delay-75:focus-within {
    transition-delay: 75ms;
  }

  .sm\:focus-within\:delay-100:focus-within {
    transition-delay: 100ms;
  }

  .sm\:focus-within\:delay-150:focus-within {
    transition-delay: 150ms;
  }

  .sm\:focus-within\:delay-200:focus-within {
    transition-delay: 200ms;
  }

  .sm\:focus-within\:delay-300:focus-within {
    transition-delay: 300ms;
  }

  .sm\:focus-within\:delay-500:focus-within {
    transition-delay: 500ms;
  }

  .sm\:focus-within\:delay-700:focus-within {
    transition-delay: 700ms;
  }

  .sm\:focus-within\:delay-1000:focus-within {
    transition-delay: 1000ms;
  }

  .sm\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .sm\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .sm\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .sm\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .sm\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .sm\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .sm\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .sm\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .sm\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .sm\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .sm\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .sm\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .sm\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .sm\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .sm\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .sm\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .sm\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .sm\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .sm\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .sm\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .sm\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .sm\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .sm\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .sm\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .sm\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .sm\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .sm\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .sm\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .sm\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .sm\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .sm\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .sm\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .sm\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .sm\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .sm\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .sm\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .sm\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .sm\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .sm\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .sm\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .sm\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .sm\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .sm\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .sm\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .sm\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .sm\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .sm\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .sm\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .sm\:active\:delay-75:active {
    transition-delay: 75ms;
  }

  .sm\:active\:delay-100:active {
    transition-delay: 100ms;
  }

  .sm\:active\:delay-150:active {
    transition-delay: 150ms;
  }

  .sm\:active\:delay-200:active {
    transition-delay: 200ms;
  }

  .sm\:active\:delay-300:active {
    transition-delay: 300ms;
  }

  .sm\:active\:delay-500:active {
    transition-delay: 500ms;
  }

  .sm\:active\:delay-700:active {
    transition-delay: 700ms;
  }

  .sm\:active\:delay-1000:active {
    transition-delay: 1000ms;
  }

  .sm\:visited\:delay-75:visited {
    transition-delay: 75ms;
  }

  .sm\:visited\:delay-100:visited {
    transition-delay: 100ms;
  }

  .sm\:visited\:delay-150:visited {
    transition-delay: 150ms;
  }

  .sm\:visited\:delay-200:visited {
    transition-delay: 200ms;
  }

  .sm\:visited\:delay-300:visited {
    transition-delay: 300ms;
  }

  .sm\:visited\:delay-500:visited {
    transition-delay: 500ms;
  }

  .sm\:visited\:delay-700:visited {
    transition-delay: 700ms;
  }

  .sm\:visited\:delay-1000:visited {
    transition-delay: 1000ms;
  }

  .sm\:disabled\:delay-75:disabled {
    transition-delay: 75ms;
  }

  .sm\:disabled\:delay-100:disabled {
    transition-delay: 100ms;
  }

  .sm\:disabled\:delay-150:disabled {
    transition-delay: 150ms;
  }

  .sm\:disabled\:delay-200:disabled {
    transition-delay: 200ms;
  }

  .sm\:disabled\:delay-300:disabled {
    transition-delay: 300ms;
  }

  .sm\:disabled\:delay-500:disabled {
    transition-delay: 500ms;
  }

  .sm\:disabled\:delay-700:disabled {
    transition-delay: 700ms;
  }

  .sm\:disabled\:delay-1000:disabled {
    transition-delay: 1000ms;
  }

  .sm\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .group:hover .sm\:group-hover\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .group:hover .sm\:group-hover\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .group:hover .sm\:group-hover\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .sm\:group-hover\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .sm\:group-hover\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:focus-within\:animate-none:focus-within {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:focus-within\:animate-spin:focus-within {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:focus-within\:animate-ping:focus-within {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:focus-within\:animate-pulse:focus-within {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:focus-within\:animate-bounce:focus-within {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:first\:animate-none:first-child {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:first\:animate-spin:first-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:first\:animate-ping:first-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:first\:animate-pulse:first-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:first\:animate-bounce:first-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:last\:animate-none:last-child {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:last\:animate-spin:last-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:last\:animate-ping:last-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:last\:animate-pulse:last-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:last\:animate-bounce:last-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:odd\:animate-none:nth-child(odd) {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:odd\:animate-spin:nth-child(odd) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:odd\:animate-ping:nth-child(odd) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:odd\:animate-pulse:nth-child(odd) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:odd\:animate-bounce:nth-child(odd) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:even\:animate-none:nth-child(even) {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:even\:animate-spin:nth-child(even) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:even\:animate-ping:nth-child(even) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:even\:animate-pulse:nth-child(even) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:even\:animate-bounce:nth-child(even) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:hover\:animate-none:hover {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:hover\:animate-spin:hover {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:hover\:animate-ping:hover {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:hover\:animate-pulse:hover {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:hover\:animate-bounce:hover {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:focus\:animate-none:focus {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:focus\:animate-spin:focus {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:focus\:animate-ping:focus {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:focus\:animate-pulse:focus {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:focus\:animate-bounce:focus {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:active\:animate-none:active {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:active\:animate-spin:active {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:active\:animate-ping:active {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:active\:animate-pulse:active {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:active\:animate-bounce:active {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:visited\:animate-none:visited {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:visited\:animate-spin:visited {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:visited\:animate-ping:visited {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:visited\:animate-pulse:visited {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:visited\:animate-bounce:visited {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:disabled\:animate-none:disabled {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:disabled\:animate-spin:disabled {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:disabled\:animate-ping:disabled {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:disabled\:animate-pulse:disabled {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:disabled\:animate-bounce:disabled {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .group:hover .md\:group-hover\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:focus-within\:container:focus-within {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:first\:container:first-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:last\:container:last-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:odd\:container:nth-child(odd) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:even\:container:nth-child(even) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:hover\:container:hover {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:focus\:container:focus {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:active\:container:active {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:visited\:container:visited {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:disabled\:container:disabled {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:-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));
  }

  .group:hover .md\:group-hover\:-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)));
  }

  .group:hover .md\:group-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .group:hover .md\:group-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:focus-within\:space-y-0:focus-within > :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\:focus-within\:space-x-0:focus-within > :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\:focus-within\:space-y-1:focus-within > :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\:focus-within\:space-x-1:focus-within > :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\:focus-within\:space-y-2:focus-within > :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\:focus-within\:space-x-2:focus-within > :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\:focus-within\:space-y-3:focus-within > :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\:focus-within\:space-x-3:focus-within > :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\:focus-within\:space-y-4:focus-within > :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\:focus-within\:space-x-4:focus-within > :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\:focus-within\:space-y-5:focus-within > :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\:focus-within\:space-x-5:focus-within > :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\:focus-within\:space-y-6:focus-within > :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\:focus-within\:space-x-6:focus-within > :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\:focus-within\:space-y-7:focus-within > :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\:focus-within\:space-x-7:focus-within > :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\:focus-within\:space-y-8:focus-within > :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\:focus-within\:space-x-8:focus-within > :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\:focus-within\:space-y-9:focus-within > :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\:focus-within\:space-x-9:focus-within > :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\:focus-within\:space-y-10:focus-within > :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\:focus-within\:space-x-10:focus-within > :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\:focus-within\:space-y-11:focus-within > :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\:focus-within\:space-x-11:focus-within > :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\:focus-within\:space-y-12:focus-within > :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\:focus-within\:space-x-12:focus-within > :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\:focus-within\:space-y-14:focus-within > :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\:focus-within\:space-x-14:focus-within > :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\:focus-within\:space-y-16:focus-within > :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\:focus-within\:space-x-16:focus-within > :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\:focus-within\:space-y-20:focus-within > :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\:focus-within\:space-x-20:focus-within > :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\:focus-within\:space-y-24:focus-within > :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\:focus-within\:space-x-24:focus-within > :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\:focus-within\:space-y-28:focus-within > :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\:focus-within\:space-x-28:focus-within > :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\:focus-within\:space-y-32:focus-within > :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\:focus-within\:space-x-32:focus-within > :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\:focus-within\:space-y-36:focus-within > :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\:focus-within\:space-x-36:focus-within > :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\:focus-within\:space-y-40:focus-within > :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\:focus-within\:space-x-40:focus-within > :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\:focus-within\:space-y-44:focus-within > :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\:focus-within\:space-x-44:focus-within > :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\:focus-within\:space-y-48:focus-within > :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\:focus-within\:space-x-48:focus-within > :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\:focus-within\:space-y-52:focus-within > :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\:focus-within\:space-x-52:focus-within > :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\:focus-within\:space-y-56:focus-within > :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\:focus-within\:space-x-56:focus-within > :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\:focus-within\:space-y-60:focus-within > :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\:focus-within\:space-x-60:focus-within > :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\:focus-within\:space-y-64:focus-within > :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\:focus-within\:space-x-64:focus-within > :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\:focus-within\:space-y-72:focus-within > :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\:focus-within\:space-x-72:focus-within > :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\:focus-within\:space-y-80:focus-within > :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\:focus-within\:space-x-80:focus-within > :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\:focus-within\:space-y-96:focus-within > :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\:focus-within\:space-x-96:focus-within > :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\:focus-within\:space-y-px:focus-within > :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\:focus-within\:space-x-px:focus-within > :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\:focus-within\:space-y-0\.5:focus-within > :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\:focus-within\:space-x-0\.5:focus-within > :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\:focus-within\:space-y-1\.5:focus-within > :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\:focus-within\:space-x-1\.5:focus-within > :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\:focus-within\:space-y-2\.5:focus-within > :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\:focus-within\:space-x-2\.5:focus-within > :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\:focus-within\:space-y-3\.5:focus-within > :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\:focus-within\:space-x-3\.5:focus-within > :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\:focus-within\:-space-y-0:focus-within > :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\:focus-within\:-space-x-0:focus-within > :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\:focus-within\:-space-y-1:focus-within > :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\:focus-within\:-space-x-1:focus-within > :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\:focus-within\:-space-y-2:focus-within > :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\:focus-within\:-space-x-2:focus-within > :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\:focus-within\:-space-y-3:focus-within > :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\:focus-within\:-space-x-3:focus-within > :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\:focus-within\:-space-y-4:focus-within > :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\:focus-within\:-space-x-4:focus-within > :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\:focus-within\:-space-y-5:focus-within > :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\:focus-within\:-space-x-5:focus-within > :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\:focus-within\:-space-y-6:focus-within > :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\:focus-within\:-space-x-6:focus-within > :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\:focus-within\:-space-y-7:focus-within > :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\:focus-within\:-space-x-7:focus-within > :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\:focus-within\:-space-y-8:focus-within > :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\:focus-within\:-space-x-8:focus-within > :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\:focus-within\:-space-y-9:focus-within > :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\:focus-within\:-space-x-9:focus-within > :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\:focus-within\:-space-y-10:focus-within > :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\:focus-within\:-space-x-10:focus-within > :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\:focus-within\:-space-y-11:focus-within > :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\:focus-within\:-space-x-11:focus-within > :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\:focus-within\:-space-y-12:focus-within > :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\:focus-within\:-space-x-12:focus-within > :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\:focus-within\:-space-y-14:focus-within > :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\:focus-within\:-space-x-14:focus-within > :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\:focus-within\:-space-y-16:focus-within > :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\:focus-within\:-space-x-16:focus-within > :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\:focus-within\:-space-y-20:focus-within > :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\:focus-within\:-space-x-20:focus-within > :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\:focus-within\:-space-y-24:focus-within > :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\:focus-within\:-space-x-24:focus-within > :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\:focus-within\:-space-y-28:focus-within > :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\:focus-within\:-space-x-28:focus-within > :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\:focus-within\:-space-y-32:focus-within > :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\:focus-within\:-space-x-32:focus-within > :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\:focus-within\:-space-y-36:focus-within > :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\:focus-within\:-space-x-36:focus-within > :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\:focus-within\:-space-y-40:focus-within > :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\:focus-within\:-space-x-40:focus-within > :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\:focus-within\:-space-y-44:focus-within > :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\:focus-within\:-space-x-44:focus-within > :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\:focus-within\:-space-y-48:focus-within > :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\:focus-within\:-space-x-48:focus-within > :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\:focus-within\:-space-y-52:focus-within > :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\:focus-within\:-space-x-52:focus-within > :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\:focus-within\:-space-y-56:focus-within > :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\:focus-within\:-space-x-56:focus-within > :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\:focus-within\:-space-y-60:focus-within > :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\:focus-within\:-space-x-60:focus-within > :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\:focus-within\:-space-y-64:focus-within > :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\:focus-within\:-space-x-64:focus-within > :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\:focus-within\:-space-y-72:focus-within > :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\:focus-within\:-space-x-72:focus-within > :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\:focus-within\:-space-y-80:focus-within > :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\:focus-within\:-space-x-80:focus-within > :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\:focus-within\:-space-y-96:focus-within > :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\:focus-within\:-space-x-96:focus-within > :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\:focus-within\:-space-y-px:focus-within > :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\:focus-within\:-space-x-px:focus-within > :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\:focus-within\:-space-y-0\.5:focus-within > :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\:focus-within\:-space-x-0\.5:focus-within > :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\:focus-within\:-space-y-1\.5:focus-within > :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\:focus-within\:-space-x-1\.5:focus-within > :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\:focus-within\:-space-y-2\.5:focus-within > :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\:focus-within\:-space-x-2\.5:focus-within > :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\:focus-within\:-space-y-3\.5:focus-within > :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\:focus-within\:-space-x-3\.5:focus-within > :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\:focus-within\:space-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:focus-within\:space-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:first\:space-y-0:first-child > :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\:first\:space-x-0:first-child > :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\:first\:space-y-1:first-child > :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\:first\:space-x-1:first-child > :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\:first\:space-y-2:first-child > :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\:first\:space-x-2:first-child > :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\:first\:space-y-3:first-child > :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\:first\:space-x-3:first-child > :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\:first\:space-y-4:first-child > :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\:first\:space-x-4:first-child > :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\:first\:space-y-5:first-child > :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\:first\:space-x-5:first-child > :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\:first\:space-y-6:first-child > :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\:first\:space-x-6:first-child > :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\:first\:space-y-7:first-child > :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\:first\:space-x-7:first-child > :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\:first\:space-y-8:first-child > :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\:first\:space-x-8:first-child > :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\:first\:space-y-9:first-child > :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\:first\:space-x-9:first-child > :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\:first\:space-y-10:first-child > :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\:first\:space-x-10:first-child > :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\:first\:space-y-11:first-child > :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\:first\:space-x-11:first-child > :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\:first\:space-y-12:first-child > :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\:first\:space-x-12:first-child > :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\:first\:space-y-14:first-child > :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\:first\:space-x-14:first-child > :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\:first\:space-y-16:first-child > :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\:first\:space-x-16:first-child > :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\:first\:space-y-20:first-child > :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\:first\:space-x-20:first-child > :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\:first\:space-y-24:first-child > :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\:first\:space-x-24:first-child > :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\:first\:space-y-28:first-child > :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\:first\:space-x-28:first-child > :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\:first\:space-y-32:first-child > :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\:first\:space-x-32:first-child > :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\:first\:space-y-36:first-child > :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\:first\:space-x-36:first-child > :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\:first\:space-y-40:first-child > :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\:first\:space-x-40:first-child > :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\:first\:space-y-44:first-child > :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\:first\:space-x-44:first-child > :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\:first\:space-y-48:first-child > :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\:first\:space-x-48:first-child > :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\:first\:space-y-52:first-child > :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\:first\:space-x-52:first-child > :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\:first\:space-y-56:first-child > :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\:first\:space-x-56:first-child > :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\:first\:space-y-60:first-child > :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\:first\:space-x-60:first-child > :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\:first\:space-y-64:first-child > :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\:first\:space-x-64:first-child > :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\:first\:space-y-72:first-child > :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\:first\:space-x-72:first-child > :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\:first\:space-y-80:first-child > :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\:first\:space-x-80:first-child > :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\:first\:space-y-96:first-child > :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\:first\:space-x-96:first-child > :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\:first\:space-y-px:first-child > :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\:first\:space-x-px:first-child > :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\:first\:space-y-0\.5:first-child > :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\:first\:space-x-0\.5:first-child > :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\:first\:space-y-1\.5:first-child > :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\:first\:space-x-1\.5:first-child > :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\:first\:space-y-2\.5:first-child > :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\:first\:space-x-2\.5:first-child > :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\:first\:space-y-3\.5:first-child > :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\:first\:space-x-3\.5:first-child > :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\:first\:-space-y-0:first-child > :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\:first\:-space-x-0:first-child > :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\:first\:-space-y-1:first-child > :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\:first\:-space-x-1:first-child > :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\:first\:-space-y-2:first-child > :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\:first\:-space-x-2:first-child > :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\:first\:-space-y-3:first-child > :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\:first\:-space-x-3:first-child > :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\:first\:-space-y-4:first-child > :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\:first\:-space-x-4:first-child > :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\:first\:-space-y-5:first-child > :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\:first\:-space-x-5:first-child > :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\:first\:-space-y-6:first-child > :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\:first\:-space-x-6:first-child > :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\:first\:-space-y-7:first-child > :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\:first\:-space-x-7:first-child > :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\:first\:-space-y-8:first-child > :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\:first\:-space-x-8:first-child > :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\:first\:-space-y-9:first-child > :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\:first\:-space-x-9:first-child > :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\:first\:-space-y-10:first-child > :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\:first\:-space-x-10:first-child > :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\:first\:-space-y-11:first-child > :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\:first\:-space-x-11:first-child > :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\:first\:-space-y-12:first-child > :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\:first\:-space-x-12:first-child > :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\:first\:-space-y-14:first-child > :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\:first\:-space-x-14:first-child > :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\:first\:-space-y-16:first-child > :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\:first\:-space-x-16:first-child > :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\:first\:-space-y-20:first-child > :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\:first\:-space-x-20:first-child > :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\:first\:-space-y-24:first-child > :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\:first\:-space-x-24:first-child > :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\:first\:-space-y-28:first-child > :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\:first\:-space-x-28:first-child > :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\:first\:-space-y-32:first-child > :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\:first\:-space-x-32:first-child > :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\:first\:-space-y-36:first-child > :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\:first\:-space-x-36:first-child > :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\:first\:-space-y-40:first-child > :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\:first\:-space-x-40:first-child > :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\:first\:-space-y-44:first-child > :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\:first\:-space-x-44:first-child > :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\:first\:-space-y-48:first-child > :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\:first\:-space-x-48:first-child > :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\:first\:-space-y-52:first-child > :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\:first\:-space-x-52:first-child > :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\:first\:-space-y-56:first-child > :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\:first\:-space-x-56:first-child > :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\:first\:-space-y-60:first-child > :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\:first\:-space-x-60:first-child > :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\:first\:-space-y-64:first-child > :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\:first\:-space-x-64:first-child > :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\:first\:-space-y-72:first-child > :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\:first\:-space-x-72:first-child > :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\:first\:-space-y-80:first-child > :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\:first\:-space-x-80:first-child > :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\:first\:-space-y-96:first-child > :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\:first\:-space-x-96:first-child > :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\:first\:-space-y-px:first-child > :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\:first\:-space-x-px:first-child > :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\:first\:-space-y-0\.5:first-child > :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\:first\:-space-x-0\.5:first-child > :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\:first\:-space-y-1\.5:first-child > :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\:first\:-space-x-1\.5:first-child > :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\:first\:-space-y-2\.5:first-child > :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\:first\:-space-x-2\.5:first-child > :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\:first\:-space-y-3\.5:first-child > :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\:first\:-space-x-3\.5:first-child > :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\:first\:space-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:first\:space-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:last\:space-y-0:last-child > :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\:last\:space-x-0:last-child > :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\:last\:space-y-1:last-child > :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\:last\:space-x-1:last-child > :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\:last\:space-y-2:last-child > :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\:last\:space-x-2:last-child > :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\:last\:space-y-3:last-child > :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\:last\:space-x-3:last-child > :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\:last\:space-y-4:last-child > :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\:last\:space-x-4:last-child > :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\:last\:space-y-5:last-child > :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\:last\:space-x-5:last-child > :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\:last\:space-y-6:last-child > :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\:last\:space-x-6:last-child > :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\:last\:space-y-7:last-child > :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\:last\:space-x-7:last-child > :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\:last\:space-y-8:last-child > :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\:last\:space-x-8:last-child > :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\:last\:space-y-9:last-child > :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\:last\:space-x-9:last-child > :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\:last\:space-y-10:last-child > :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\:last\:space-x-10:last-child > :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\:last\:space-y-11:last-child > :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\:last\:space-x-11:last-child > :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\:last\:space-y-12:last-child > :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\:last\:space-x-12:last-child > :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\:last\:space-y-14:last-child > :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\:last\:space-x-14:last-child > :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\:last\:space-y-16:last-child > :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\:last\:space-x-16:last-child > :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\:last\:space-y-20:last-child > :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\:last\:space-x-20:last-child > :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\:last\:space-y-24:last-child > :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\:last\:space-x-24:last-child > :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\:last\:space-y-28:last-child > :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\:last\:space-x-28:last-child > :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\:last\:space-y-32:last-child > :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\:last\:space-x-32:last-child > :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\:last\:space-y-36:last-child > :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\:last\:space-x-36:last-child > :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\:last\:space-y-40:last-child > :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\:last\:space-x-40:last-child > :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\:last\:space-y-44:last-child > :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\:last\:space-x-44:last-child > :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\:last\:space-y-48:last-child > :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\:last\:space-x-48:last-child > :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\:last\:space-y-52:last-child > :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\:last\:space-x-52:last-child > :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\:last\:space-y-56:last-child > :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\:last\:space-x-56:last-child > :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\:last\:space-y-60:last-child > :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\:last\:space-x-60:last-child > :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\:last\:space-y-64:last-child > :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\:last\:space-x-64:last-child > :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\:last\:space-y-72:last-child > :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\:last\:space-x-72:last-child > :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\:last\:space-y-80:last-child > :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\:last\:space-x-80:last-child > :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\:last\:space-y-96:last-child > :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\:last\:space-x-96:last-child > :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\:last\:space-y-px:last-child > :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\:last\:space-x-px:last-child > :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\:last\:space-y-0\.5:last-child > :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\:last\:space-x-0\.5:last-child > :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\:last\:space-y-1\.5:last-child > :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\:last\:space-x-1\.5:last-child > :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\:last\:space-y-2\.5:last-child > :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\:last\:space-x-2\.5:last-child > :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\:last\:space-y-3\.5:last-child > :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\:last\:space-x-3\.5:last-child > :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\:last\:-space-y-0:last-child > :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\:last\:-space-x-0:last-child > :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\:last\:-space-y-1:last-child > :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\:last\:-space-x-1:last-child > :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\:last\:-space-y-2:last-child > :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\:last\:-space-x-2:last-child > :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\:last\:-space-y-3:last-child > :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\:last\:-space-x-3:last-child > :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\:last\:-space-y-4:last-child > :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\:last\:-space-x-4:last-child > :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\:last\:-space-y-5:last-child > :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\:last\:-space-x-5:last-child > :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\:last\:-space-y-6:last-child > :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\:last\:-space-x-6:last-child > :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\:last\:-space-y-7:last-child > :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\:last\:-space-x-7:last-child > :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\:last\:-space-y-8:last-child > :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\:last\:-space-x-8:last-child > :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\:last\:-space-y-9:last-child > :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\:last\:-space-x-9:last-child > :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\:last\:-space-y-10:last-child > :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\:last\:-space-x-10:last-child > :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\:last\:-space-y-11:last-child > :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\:last\:-space-x-11:last-child > :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\:last\:-space-y-12:last-child > :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\:last\:-space-x-12:last-child > :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\:last\:-space-y-14:last-child > :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\:last\:-space-x-14:last-child > :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\:last\:-space-y-16:last-child > :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\:last\:-space-x-16:last-child > :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\:last\:-space-y-20:last-child > :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\:last\:-space-x-20:last-child > :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\:last\:-space-y-24:last-child > :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\:last\:-space-x-24:last-child > :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\:last\:-space-y-28:last-child > :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\:last\:-space-x-28:last-child > :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\:last\:-space-y-32:last-child > :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\:last\:-space-x-32:last-child > :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\:last\:-space-y-36:last-child > :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\:last\:-space-x-36:last-child > :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\:last\:-space-y-40:last-child > :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\:last\:-space-x-40:last-child > :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\:last\:-space-y-44:last-child > :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\:last\:-space-x-44:last-child > :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\:last\:-space-y-48:last-child > :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\:last\:-space-x-48:last-child > :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\:last\:-space-y-52:last-child > :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\:last\:-space-x-52:last-child > :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\:last\:-space-y-56:last-child > :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\:last\:-space-x-56:last-child > :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\:last\:-space-y-60:last-child > :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\:last\:-space-x-60:last-child > :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\:last\:-space-y-64:last-child > :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\:last\:-space-x-64:last-child > :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\:last\:-space-y-72:last-child > :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\:last\:-space-x-72:last-child > :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\:last\:-space-y-80:last-child > :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\:last\:-space-x-80:last-child > :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\:last\:-space-y-96:last-child > :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\:last\:-space-x-96:last-child > :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\:last\:-space-y-px:last-child > :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\:last\:-space-x-px:last-child > :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\:last\:-space-y-0\.5:last-child > :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\:last\:-space-x-0\.5:last-child > :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\:last\:-space-y-1\.5:last-child > :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\:last\:-space-x-1\.5:last-child > :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\:last\:-space-y-2\.5:last-child > :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\:last\:-space-x-2\.5:last-child > :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\:last\:-space-y-3\.5:last-child > :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\:last\:-space-x-3\.5:last-child > :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\:last\:space-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:last\:space-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:odd\:space-y-0:nth-child(odd) > :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\:odd\:space-x-0:nth-child(odd) > :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\:odd\:space-y-1:nth-child(odd) > :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\:odd\:space-x-1:nth-child(odd) > :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\:odd\:space-y-2:nth-child(odd) > :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\:odd\:space-x-2:nth-child(odd) > :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\:odd\:space-y-3:nth-child(odd) > :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\:odd\:space-x-3:nth-child(odd) > :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\:odd\:space-y-4:nth-child(odd) > :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\:odd\:space-x-4:nth-child(odd) > :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\:odd\:space-y-5:nth-child(odd) > :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\:odd\:space-x-5:nth-child(odd) > :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\:odd\:space-y-6:nth-child(odd) > :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\:odd\:space-x-6:nth-child(odd) > :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\:odd\:space-y-7:nth-child(odd) > :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\:odd\:space-x-7:nth-child(odd) > :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\:odd\:space-y-8:nth-child(odd) > :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\:odd\:space-x-8:nth-child(odd) > :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\:odd\:space-y-9:nth-child(odd) > :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\:odd\:space-x-9:nth-child(odd) > :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\:odd\:space-y-10:nth-child(odd) > :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\:odd\:space-x-10:nth-child(odd) > :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\:odd\:space-y-11:nth-child(odd) > :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\:odd\:space-x-11:nth-child(odd) > :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\:odd\:space-y-12:nth-child(odd) > :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\:odd\:space-x-12:nth-child(odd) > :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\:odd\:space-y-14:nth-child(odd) > :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\:odd\:space-x-14:nth-child(odd) > :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\:odd\:space-y-16:nth-child(odd) > :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\:odd\:space-x-16:nth-child(odd) > :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\:odd\:space-y-20:nth-child(odd) > :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\:odd\:space-x-20:nth-child(odd) > :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\:odd\:space-y-24:nth-child(odd) > :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\:odd\:space-x-24:nth-child(odd) > :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\:odd\:space-y-28:nth-child(odd) > :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\:odd\:space-x-28:nth-child(odd) > :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\:odd\:space-y-32:nth-child(odd) > :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\:odd\:space-x-32:nth-child(odd) > :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\:odd\:space-y-36:nth-child(odd) > :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\:odd\:space-x-36:nth-child(odd) > :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\:odd\:space-y-40:nth-child(odd) > :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\:odd\:space-x-40:nth-child(odd) > :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\:odd\:space-y-44:nth-child(odd) > :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\:odd\:space-x-44:nth-child(odd) > :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\:odd\:space-y-48:nth-child(odd) > :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\:odd\:space-x-48:nth-child(odd) > :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\:odd\:space-y-52:nth-child(odd) > :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\:odd\:space-x-52:nth-child(odd) > :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\:odd\:space-y-56:nth-child(odd) > :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\:odd\:space-x-56:nth-child(odd) > :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\:odd\:space-y-60:nth-child(odd) > :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\:odd\:space-x-60:nth-child(odd) > :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\:odd\:space-y-64:nth-child(odd) > :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\:odd\:space-x-64:nth-child(odd) > :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\:odd\:space-y-72:nth-child(odd) > :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\:odd\:space-x-72:nth-child(odd) > :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\:odd\:space-y-80:nth-child(odd) > :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\:odd\:space-x-80:nth-child(odd) > :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\:odd\:space-y-96:nth-child(odd) > :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\:odd\:space-x-96:nth-child(odd) > :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\:odd\:space-y-px:nth-child(odd) > :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\:odd\:space-x-px:nth-child(odd) > :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\:odd\:space-y-0\.5:nth-child(odd) > :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\:odd\:space-x-0\.5:nth-child(odd) > :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\:odd\:space-y-1\.5:nth-child(odd) > :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\:odd\:space-x-1\.5:nth-child(odd) > :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\:odd\:space-y-2\.5:nth-child(odd) > :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\:odd\:space-x-2\.5:nth-child(odd) > :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\:odd\:space-y-3\.5:nth-child(odd) > :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\:odd\:space-x-3\.5:nth-child(odd) > :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\:odd\:-space-y-0:nth-child(odd) > :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\:odd\:-space-x-0:nth-child(odd) > :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\:odd\:-space-y-1:nth-child(odd) > :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\:odd\:-space-x-1:nth-child(odd) > :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\:odd\:-space-y-2:nth-child(odd) > :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\:odd\:-space-x-2:nth-child(odd) > :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\:odd\:-space-y-3:nth-child(odd) > :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\:odd\:-space-x-3:nth-child(odd) > :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\:odd\:-space-y-4:nth-child(odd) > :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\:odd\:-space-x-4:nth-child(odd) > :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\:odd\:-space-y-5:nth-child(odd) > :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\:odd\:-space-x-5:nth-child(odd) > :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\:odd\:-space-y-6:nth-child(odd) > :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\:odd\:-space-x-6:nth-child(odd) > :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\:odd\:-space-y-7:nth-child(odd) > :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\:odd\:-space-x-7:nth-child(odd) > :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\:odd\:-space-y-8:nth-child(odd) > :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\:odd\:-space-x-8:nth-child(odd) > :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\:odd\:-space-y-9:nth-child(odd) > :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\:odd\:-space-x-9:nth-child(odd) > :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\:odd\:-space-y-10:nth-child(odd) > :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\:odd\:-space-x-10:nth-child(odd) > :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\:odd\:-space-y-11:nth-child(odd) > :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\:odd\:-space-x-11:nth-child(odd) > :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\:odd\:-space-y-12:nth-child(odd) > :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\:odd\:-space-x-12:nth-child(odd) > :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\:odd\:-space-y-14:nth-child(odd) > :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\:odd\:-space-x-14:nth-child(odd) > :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\:odd\:-space-y-16:nth-child(odd) > :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\:odd\:-space-x-16:nth-child(odd) > :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\:odd\:-space-y-20:nth-child(odd) > :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\:odd\:-space-x-20:nth-child(odd) > :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\:odd\:-space-y-24:nth-child(odd) > :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\:odd\:-space-x-24:nth-child(odd) > :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\:odd\:-space-y-28:nth-child(odd) > :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\:odd\:-space-x-28:nth-child(odd) > :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\:odd\:-space-y-32:nth-child(odd) > :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\:odd\:-space-x-32:nth-child(odd) > :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\:odd\:-space-y-36:nth-child(odd) > :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\:odd\:-space-x-36:nth-child(odd) > :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\:odd\:-space-y-40:nth-child(odd) > :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\:odd\:-space-x-40:nth-child(odd) > :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\:odd\:-space-y-44:nth-child(odd) > :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\:odd\:-space-x-44:nth-child(odd) > :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\:odd\:-space-y-48:nth-child(odd) > :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\:odd\:-space-x-48:nth-child(odd) > :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\:odd\:-space-y-52:nth-child(odd) > :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\:odd\:-space-x-52:nth-child(odd) > :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\:odd\:-space-y-56:nth-child(odd) > :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\:odd\:-space-x-56:nth-child(odd) > :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\:odd\:-space-y-60:nth-child(odd) > :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\:odd\:-space-x-60:nth-child(odd) > :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\:odd\:-space-y-64:nth-child(odd) > :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\:odd\:-space-x-64:nth-child(odd) > :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\:odd\:-space-y-72:nth-child(odd) > :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\:odd\:-space-x-72:nth-child(odd) > :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\:odd\:-space-y-80:nth-child(odd) > :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\:odd\:-space-x-80:nth-child(odd) > :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\:odd\:-space-y-96:nth-child(odd) > :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\:odd\:-space-x-96:nth-child(odd) > :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\:odd\:-space-y-px:nth-child(odd) > :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\:odd\:-space-x-px:nth-child(odd) > :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\:odd\:-space-y-0\.5:nth-child(odd) > :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\:odd\:-space-x-0\.5:nth-child(odd) > :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\:odd\:-space-y-1\.5:nth-child(odd) > :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\:odd\:-space-x-1\.5:nth-child(odd) > :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\:odd\:-space-y-2\.5:nth-child(odd) > :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\:odd\:-space-x-2\.5:nth-child(odd) > :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\:odd\:-space-y-3\.5:nth-child(odd) > :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\:odd\:-space-x-3\.5:nth-child(odd) > :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\:odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:even\:space-y-0:nth-child(even) > :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\:even\:space-x-0:nth-child(even) > :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\:even\:space-y-1:nth-child(even) > :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\:even\:space-x-1:nth-child(even) > :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\:even\:space-y-2:nth-child(even) > :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\:even\:space-x-2:nth-child(even) > :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\:even\:space-y-3:nth-child(even) > :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\:even\:space-x-3:nth-child(even) > :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\:even\:space-y-4:nth-child(even) > :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\:even\:space-x-4:nth-child(even) > :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\:even\:space-y-5:nth-child(even) > :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\:even\:space-x-5:nth-child(even) > :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\:even\:space-y-6:nth-child(even) > :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\:even\:space-x-6:nth-child(even) > :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\:even\:space-y-7:nth-child(even) > :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\:even\:space-x-7:nth-child(even) > :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\:even\:space-y-8:nth-child(even) > :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\:even\:space-x-8:nth-child(even) > :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\:even\:space-y-9:nth-child(even) > :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\:even\:space-x-9:nth-child(even) > :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\:even\:space-y-10:nth-child(even) > :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\:even\:space-x-10:nth-child(even) > :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\:even\:space-y-11:nth-child(even) > :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\:even\:space-x-11:nth-child(even) > :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\:even\:space-y-12:nth-child(even) > :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\:even\:space-x-12:nth-child(even) > :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\:even\:space-y-14:nth-child(even) > :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\:even\:space-x-14:nth-child(even) > :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\:even\:space-y-16:nth-child(even) > :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\:even\:space-x-16:nth-child(even) > :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\:even\:space-y-20:nth-child(even) > :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\:even\:space-x-20:nth-child(even) > :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\:even\:space-y-24:nth-child(even) > :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\:even\:space-x-24:nth-child(even) > :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\:even\:space-y-28:nth-child(even) > :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\:even\:space-x-28:nth-child(even) > :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\:even\:space-y-32:nth-child(even) > :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\:even\:space-x-32:nth-child(even) > :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\:even\:space-y-36:nth-child(even) > :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\:even\:space-x-36:nth-child(even) > :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\:even\:space-y-40:nth-child(even) > :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\:even\:space-x-40:nth-child(even) > :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\:even\:space-y-44:nth-child(even) > :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\:even\:space-x-44:nth-child(even) > :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\:even\:space-y-48:nth-child(even) > :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\:even\:space-x-48:nth-child(even) > :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\:even\:space-y-52:nth-child(even) > :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\:even\:space-x-52:nth-child(even) > :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\:even\:space-y-56:nth-child(even) > :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\:even\:space-x-56:nth-child(even) > :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\:even\:space-y-60:nth-child(even) > :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\:even\:space-x-60:nth-child(even) > :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\:even\:space-y-64:nth-child(even) > :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\:even\:space-x-64:nth-child(even) > :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\:even\:space-y-72:nth-child(even) > :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\:even\:space-x-72:nth-child(even) > :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\:even\:space-y-80:nth-child(even) > :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\:even\:space-x-80:nth-child(even) > :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\:even\:space-y-96:nth-child(even) > :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\:even\:space-x-96:nth-child(even) > :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\:even\:space-y-px:nth-child(even) > :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\:even\:space-x-px:nth-child(even) > :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\:even\:space-y-0\.5:nth-child(even) > :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\:even\:space-x-0\.5:nth-child(even) > :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\:even\:space-y-1\.5:nth-child(even) > :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\:even\:space-x-1\.5:nth-child(even) > :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\:even\:space-y-2\.5:nth-child(even) > :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\:even\:space-x-2\.5:nth-child(even) > :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\:even\:space-y-3\.5:nth-child(even) > :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\:even\:space-x-3\.5:nth-child(even) > :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\:even\:-space-y-0:nth-child(even) > :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\:even\:-space-x-0:nth-child(even) > :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\:even\:-space-y-1:nth-child(even) > :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\:even\:-space-x-1:nth-child(even) > :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\:even\:-space-y-2:nth-child(even) > :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\:even\:-space-x-2:nth-child(even) > :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\:even\:-space-y-3:nth-child(even) > :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\:even\:-space-x-3:nth-child(even) > :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\:even\:-space-y-4:nth-child(even) > :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\:even\:-space-x-4:nth-child(even) > :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\:even\:-space-y-5:nth-child(even) > :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\:even\:-space-x-5:nth-child(even) > :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\:even\:-space-y-6:nth-child(even) > :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\:even\:-space-x-6:nth-child(even) > :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\:even\:-space-y-7:nth-child(even) > :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\:even\:-space-x-7:nth-child(even) > :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\:even\:-space-y-8:nth-child(even) > :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\:even\:-space-x-8:nth-child(even) > :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\:even\:-space-y-9:nth-child(even) > :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\:even\:-space-x-9:nth-child(even) > :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\:even\:-space-y-10:nth-child(even) > :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\:even\:-space-x-10:nth-child(even) > :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\:even\:-space-y-11:nth-child(even) > :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\:even\:-space-x-11:nth-child(even) > :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\:even\:-space-y-12:nth-child(even) > :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\:even\:-space-x-12:nth-child(even) > :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\:even\:-space-y-14:nth-child(even) > :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\:even\:-space-x-14:nth-child(even) > :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\:even\:-space-y-16:nth-child(even) > :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\:even\:-space-x-16:nth-child(even) > :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\:even\:-space-y-20:nth-child(even) > :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\:even\:-space-x-20:nth-child(even) > :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\:even\:-space-y-24:nth-child(even) > :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\:even\:-space-x-24:nth-child(even) > :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\:even\:-space-y-28:nth-child(even) > :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\:even\:-space-x-28:nth-child(even) > :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\:even\:-space-y-32:nth-child(even) > :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\:even\:-space-x-32:nth-child(even) > :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\:even\:-space-y-36:nth-child(even) > :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\:even\:-space-x-36:nth-child(even) > :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\:even\:-space-y-40:nth-child(even) > :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\:even\:-space-x-40:nth-child(even) > :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\:even\:-space-y-44:nth-child(even) > :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\:even\:-space-x-44:nth-child(even) > :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\:even\:-space-y-48:nth-child(even) > :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\:even\:-space-x-48:nth-child(even) > :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\:even\:-space-y-52:nth-child(even) > :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\:even\:-space-x-52:nth-child(even) > :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\:even\:-space-y-56:nth-child(even) > :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\:even\:-space-x-56:nth-child(even) > :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\:even\:-space-y-60:nth-child(even) > :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\:even\:-space-x-60:nth-child(even) > :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\:even\:-space-y-64:nth-child(even) > :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\:even\:-space-x-64:nth-child(even) > :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\:even\:-space-y-72:nth-child(even) > :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\:even\:-space-x-72:nth-child(even) > :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\:even\:-space-y-80:nth-child(even) > :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\:even\:-space-x-80:nth-child(even) > :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\:even\:-space-y-96:nth-child(even) > :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\:even\:-space-x-96:nth-child(even) > :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\:even\:-space-y-px:nth-child(even) > :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\:even\:-space-x-px:nth-child(even) > :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\:even\:-space-y-0\.5:nth-child(even) > :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\:even\:-space-x-0\.5:nth-child(even) > :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\:even\:-space-y-1\.5:nth-child(even) > :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\:even\:-space-x-1\.5:nth-child(even) > :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\:even\:-space-y-2\.5:nth-child(even) > :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\:even\:-space-x-2\.5:nth-child(even) > :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\:even\:-space-y-3\.5:nth-child(even) > :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\:even\:-space-x-3\.5:nth-child(even) > :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\:even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:hover\:space-y-0:hover > :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\:hover\:space-x-0:hover > :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\:hover\:space-y-1:hover > :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\:hover\:space-x-1:hover > :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\:hover\:space-y-2:hover > :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\:hover\:space-x-2:hover > :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\:hover\:space-y-3:hover > :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\:hover\:space-x-3:hover > :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\:hover\:space-y-4:hover > :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\:hover\:space-x-4:hover > :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\:hover\:space-y-5:hover > :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\:hover\:space-x-5:hover > :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\:hover\:space-y-6:hover > :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\:hover\:space-x-6:hover > :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\:hover\:space-y-7:hover > :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\:hover\:space-x-7:hover > :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\:hover\:space-y-8:hover > :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\:hover\:space-x-8:hover > :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\:hover\:space-y-9:hover > :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\:hover\:space-x-9:hover > :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\:hover\:space-y-10:hover > :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\:hover\:space-x-10:hover > :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\:hover\:space-y-11:hover > :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\:hover\:space-x-11:hover > :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\:hover\:space-y-12:hover > :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\:hover\:space-x-12:hover > :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\:hover\:space-y-14:hover > :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\:hover\:space-x-14:hover > :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\:hover\:space-y-16:hover > :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\:hover\:space-x-16:hover > :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\:hover\:space-y-20:hover > :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\:hover\:space-x-20:hover > :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\:hover\:space-y-24:hover > :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\:hover\:space-x-24:hover > :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\:hover\:space-y-28:hover > :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\:hover\:space-x-28:hover > :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\:hover\:space-y-32:hover > :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\:hover\:space-x-32:hover > :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\:hover\:space-y-36:hover > :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\:hover\:space-x-36:hover > :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\:hover\:space-y-40:hover > :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\:hover\:space-x-40:hover > :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\:hover\:space-y-44:hover > :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\:hover\:space-x-44:hover > :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\:hover\:space-y-48:hover > :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\:hover\:space-x-48:hover > :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\:hover\:space-y-52:hover > :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\:hover\:space-x-52:hover > :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\:hover\:space-y-56:hover > :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\:hover\:space-x-56:hover > :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\:hover\:space-y-60:hover > :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\:hover\:space-x-60:hover > :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\:hover\:space-y-64:hover > :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\:hover\:space-x-64:hover > :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\:hover\:space-y-72:hover > :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\:hover\:space-x-72:hover > :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\:hover\:space-y-80:hover > :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\:hover\:space-x-80:hover > :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\:hover\:space-y-96:hover > :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\:hover\:space-x-96:hover > :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\:hover\:space-y-px:hover > :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\:hover\:space-x-px:hover > :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\:hover\:space-y-0\.5:hover > :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\:hover\:space-x-0\.5:hover > :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\:hover\:space-y-1\.5:hover > :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\:hover\:space-x-1\.5:hover > :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\:hover\:space-y-2\.5:hover > :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\:hover\:space-x-2\.5:hover > :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\:hover\:space-y-3\.5:hover > :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\:hover\:space-x-3\.5:hover > :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\:hover\:-space-y-0:hover > :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\:hover\:-space-x-0:hover > :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\:hover\:-space-y-1:hover > :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\:hover\:-space-x-1:hover > :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\:hover\:-space-y-2:hover > :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\:hover\:-space-x-2:hover > :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\:hover\:-space-y-3:hover > :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\:hover\:-space-x-3:hover > :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\:hover\:-space-y-4:hover > :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\:hover\:-space-x-4:hover > :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\:hover\:-space-y-5:hover > :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\:hover\:-space-x-5:hover > :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\:hover\:-space-y-6:hover > :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\:hover\:-space-x-6:hover > :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\:hover\:-space-y-7:hover > :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\:hover\:-space-x-7:hover > :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\:hover\:-space-y-8:hover > :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\:hover\:-space-x-8:hover > :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\:hover\:-space-y-9:hover > :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\:hover\:-space-x-9:hover > :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\:hover\:-space-y-10:hover > :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\:hover\:-space-x-10:hover > :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\:hover\:-space-y-11:hover > :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\:hover\:-space-x-11:hover > :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\:hover\:-space-y-12:hover > :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\:hover\:-space-x-12:hover > :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\:hover\:-space-y-14:hover > :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\:hover\:-space-x-14:hover > :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\:hover\:-space-y-16:hover > :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\:hover\:-space-x-16:hover > :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\:hover\:-space-y-20:hover > :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\:hover\:-space-x-20:hover > :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\:hover\:-space-y-24:hover > :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\:hover\:-space-x-24:hover > :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\:hover\:-space-y-28:hover > :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\:hover\:-space-x-28:hover > :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\:hover\:-space-y-32:hover > :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\:hover\:-space-x-32:hover > :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\:hover\:-space-y-36:hover > :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\:hover\:-space-x-36:hover > :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\:hover\:-space-y-40:hover > :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\:hover\:-space-x-40:hover > :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\:hover\:-space-y-44:hover > :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\:hover\:-space-x-44:hover > :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\:hover\:-space-y-48:hover > :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\:hover\:-space-x-48:hover > :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\:hover\:-space-y-52:hover > :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\:hover\:-space-x-52:hover > :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\:hover\:-space-y-56:hover > :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\:hover\:-space-x-56:hover > :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\:hover\:-space-y-60:hover > :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\:hover\:-space-x-60:hover > :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\:hover\:-space-y-64:hover > :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\:hover\:-space-x-64:hover > :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\:hover\:-space-y-72:hover > :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\:hover\:-space-x-72:hover > :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\:hover\:-space-y-80:hover > :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\:hover\:-space-x-80:hover > :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\:hover\:-space-y-96:hover > :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\:hover\:-space-x-96:hover > :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\:hover\:-space-y-px:hover > :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\:hover\:-space-x-px:hover > :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\:hover\:-space-y-0\.5:hover > :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\:hover\:-space-x-0\.5:hover > :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\:hover\:-space-y-1\.5:hover > :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\:hover\:-space-x-1\.5:hover > :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\:hover\:-space-y-2\.5:hover > :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\:hover\:-space-x-2\.5:hover > :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\:hover\:-space-y-3\.5:hover > :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\:hover\:-space-x-3\.5:hover > :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\:hover\:space-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:hover\:space-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:focus\:space-y-0:focus > :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\:focus\:space-x-0:focus > :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\:focus\:space-y-1:focus > :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\:focus\:space-x-1:focus > :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\:focus\:space-y-2:focus > :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\:focus\:space-x-2:focus > :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\:focus\:space-y-3:focus > :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\:focus\:space-x-3:focus > :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\:focus\:space-y-4:focus > :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\:focus\:space-x-4:focus > :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\:focus\:space-y-5:focus > :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\:focus\:space-x-5:focus > :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\:focus\:space-y-6:focus > :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\:focus\:space-x-6:focus > :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\:focus\:space-y-7:focus > :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\:focus\:space-x-7:focus > :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\:focus\:space-y-8:focus > :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\:focus\:space-x-8:focus > :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\:focus\:space-y-9:focus > :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\:focus\:space-x-9:focus > :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\:focus\:space-y-10:focus > :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\:focus\:space-x-10:focus > :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\:focus\:space-y-11:focus > :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\:focus\:space-x-11:focus > :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\:focus\:space-y-12:focus > :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\:focus\:space-x-12:focus > :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\:focus\:space-y-14:focus > :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\:focus\:space-x-14:focus > :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\:focus\:space-y-16:focus > :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\:focus\:space-x-16:focus > :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\:focus\:space-y-20:focus > :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\:focus\:space-x-20:focus > :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\:focus\:space-y-24:focus > :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\:focus\:space-x-24:focus > :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\:focus\:space-y-28:focus > :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\:focus\:space-x-28:focus > :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\:focus\:space-y-32:focus > :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\:focus\:space-x-32:focus > :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\:focus\:space-y-36:focus > :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\:focus\:space-x-36:focus > :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\:focus\:space-y-40:focus > :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\:focus\:space-x-40:focus > :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\:focus\:space-y-44:focus > :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\:focus\:space-x-44:focus > :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\:focus\:space-y-48:focus > :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\:focus\:space-x-48:focus > :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\:focus\:space-y-52:focus > :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\:focus\:space-x-52:focus > :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\:focus\:space-y-56:focus > :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\:focus\:space-x-56:focus > :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\:focus\:space-y-60:focus > :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\:focus\:space-x-60:focus > :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\:focus\:space-y-64:focus > :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\:focus\:space-x-64:focus > :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\:focus\:space-y-72:focus > :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\:focus\:space-x-72:focus > :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\:focus\:space-y-80:focus > :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\:focus\:space-x-80:focus > :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\:focus\:space-y-96:focus > :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\:focus\:space-x-96:focus > :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\:focus\:space-y-px:focus > :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\:focus\:space-x-px:focus > :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\:focus\:space-y-0\.5:focus > :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\:focus\:space-x-0\.5:focus > :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\:focus\:space-y-1\.5:focus > :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\:focus\:space-x-1\.5:focus > :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\:focus\:space-y-2\.5:focus > :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\:focus\:space-x-2\.5:focus > :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\:focus\:space-y-3\.5:focus > :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\:focus\:space-x-3\.5:focus > :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\:focus\:-space-y-0:focus > :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\:focus\:-space-x-0:focus > :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\:focus\:-space-y-1:focus > :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\:focus\:-space-x-1:focus > :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\:focus\:-space-y-2:focus > :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\:focus\:-space-x-2:focus > :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\:focus\:-space-y-3:focus > :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\:focus\:-space-x-3:focus > :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\:focus\:-space-y-4:focus > :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\:focus\:-space-x-4:focus > :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\:focus\:-space-y-5:focus > :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\:focus\:-space-x-5:focus > :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\:focus\:-space-y-6:focus > :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\:focus\:-space-x-6:focus > :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\:focus\:-space-y-7:focus > :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\:focus\:-space-x-7:focus > :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\:focus\:-space-y-8:focus > :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\:focus\:-space-x-8:focus > :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\:focus\:-space-y-9:focus > :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\:focus\:-space-x-9:focus > :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\:focus\:-space-y-10:focus > :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\:focus\:-space-x-10:focus > :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\:focus\:-space-y-11:focus > :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\:focus\:-space-x-11:focus > :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\:focus\:-space-y-12:focus > :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\:focus\:-space-x-12:focus > :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\:focus\:-space-y-14:focus > :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\:focus\:-space-x-14:focus > :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\:focus\:-space-y-16:focus > :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\:focus\:-space-x-16:focus > :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\:focus\:-space-y-20:focus > :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\:focus\:-space-x-20:focus > :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\:focus\:-space-y-24:focus > :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\:focus\:-space-x-24:focus > :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\:focus\:-space-y-28:focus > :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\:focus\:-space-x-28:focus > :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\:focus\:-space-y-32:focus > :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\:focus\:-space-x-32:focus > :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\:focus\:-space-y-36:focus > :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\:focus\:-space-x-36:focus > :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\:focus\:-space-y-40:focus > :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\:focus\:-space-x-40:focus > :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\:focus\:-space-y-44:focus > :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\:focus\:-space-x-44:focus > :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\:focus\:-space-y-48:focus > :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\:focus\:-space-x-48:focus > :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\:focus\:-space-y-52:focus > :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\:focus\:-space-x-52:focus > :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\:focus\:-space-y-56:focus > :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\:focus\:-space-x-56:focus > :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\:focus\:-space-y-60:focus > :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\:focus\:-space-x-60:focus > :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\:focus\:-space-y-64:focus > :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\:focus\:-space-x-64:focus > :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\:focus\:-space-y-72:focus > :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\:focus\:-space-x-72:focus > :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\:focus\:-space-y-80:focus > :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\:focus\:-space-x-80:focus > :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\:focus\:-space-y-96:focus > :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\:focus\:-space-x-96:focus > :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\:focus\:-space-y-px:focus > :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\:focus\:-space-x-px:focus > :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\:focus\:-space-y-0\.5:focus > :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\:focus\:-space-x-0\.5:focus > :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\:focus\:-space-y-1\.5:focus > :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\:focus\:-space-x-1\.5:focus > :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\:focus\:-space-y-2\.5:focus > :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\:focus\:-space-x-2\.5:focus > :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\:focus\:-space-y-3\.5:focus > :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\:focus\:-space-x-3\.5:focus > :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\:focus\:space-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:focus\:space-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:active\:space-y-0:active > :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\:active\:space-x-0:active > :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\:active\:space-y-1:active > :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\:active\:space-x-1:active > :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\:active\:space-y-2:active > :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\:active\:space-x-2:active > :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\:active\:space-y-3:active > :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\:active\:space-x-3:active > :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\:active\:space-y-4:active > :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\:active\:space-x-4:active > :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\:active\:space-y-5:active > :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\:active\:space-x-5:active > :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\:active\:space-y-6:active > :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\:active\:space-x-6:active > :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\:active\:space-y-7:active > :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\:active\:space-x-7:active > :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\:active\:space-y-8:active > :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\:active\:space-x-8:active > :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\:active\:space-y-9:active > :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\:active\:space-x-9:active > :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\:active\:space-y-10:active > :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\:active\:space-x-10:active > :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\:active\:space-y-11:active > :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\:active\:space-x-11:active > :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\:active\:space-y-12:active > :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\:active\:space-x-12:active > :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\:active\:space-y-14:active > :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\:active\:space-x-14:active > :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\:active\:space-y-16:active > :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\:active\:space-x-16:active > :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\:active\:space-y-20:active > :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\:active\:space-x-20:active > :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\:active\:space-y-24:active > :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\:active\:space-x-24:active > :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\:active\:space-y-28:active > :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\:active\:space-x-28:active > :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\:active\:space-y-32:active > :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\:active\:space-x-32:active > :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\:active\:space-y-36:active > :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\:active\:space-x-36:active > :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\:active\:space-y-40:active > :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\:active\:space-x-40:active > :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\:active\:space-y-44:active > :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\:active\:space-x-44:active > :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\:active\:space-y-48:active > :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\:active\:space-x-48:active > :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\:active\:space-y-52:active > :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\:active\:space-x-52:active > :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\:active\:space-y-56:active > :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\:active\:space-x-56:active > :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\:active\:space-y-60:active > :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\:active\:space-x-60:active > :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\:active\:space-y-64:active > :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\:active\:space-x-64:active > :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\:active\:space-y-72:active > :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\:active\:space-x-72:active > :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\:active\:space-y-80:active > :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\:active\:space-x-80:active > :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\:active\:space-y-96:active > :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\:active\:space-x-96:active > :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\:active\:space-y-px:active > :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\:active\:space-x-px:active > :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\:active\:space-y-0\.5:active > :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\:active\:space-x-0\.5:active > :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\:active\:space-y-1\.5:active > :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\:active\:space-x-1\.5:active > :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\:active\:space-y-2\.5:active > :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\:active\:space-x-2\.5:active > :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\:active\:space-y-3\.5:active > :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\:active\:space-x-3\.5:active > :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\:active\:-space-y-0:active > :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\:active\:-space-x-0:active > :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\:active\:-space-y-1:active > :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\:active\:-space-x-1:active > :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\:active\:-space-y-2:active > :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\:active\:-space-x-2:active > :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\:active\:-space-y-3:active > :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\:active\:-space-x-3:active > :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\:active\:-space-y-4:active > :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\:active\:-space-x-4:active > :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\:active\:-space-y-5:active > :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\:active\:-space-x-5:active > :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\:active\:-space-y-6:active > :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\:active\:-space-x-6:active > :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\:active\:-space-y-7:active > :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\:active\:-space-x-7:active > :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\:active\:-space-y-8:active > :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\:active\:-space-x-8:active > :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\:active\:-space-y-9:active > :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\:active\:-space-x-9:active > :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\:active\:-space-y-10:active > :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\:active\:-space-x-10:active > :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\:active\:-space-y-11:active > :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\:active\:-space-x-11:active > :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\:active\:-space-y-12:active > :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\:active\:-space-x-12:active > :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\:active\:-space-y-14:active > :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\:active\:-space-x-14:active > :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\:active\:-space-y-16:active > :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\:active\:-space-x-16:active > :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\:active\:-space-y-20:active > :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\:active\:-space-x-20:active > :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\:active\:-space-y-24:active > :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\:active\:-space-x-24:active > :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\:active\:-space-y-28:active > :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\:active\:-space-x-28:active > :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\:active\:-space-y-32:active > :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\:active\:-space-x-32:active > :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\:active\:-space-y-36:active > :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\:active\:-space-x-36:active > :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\:active\:-space-y-40:active > :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\:active\:-space-x-40:active > :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\:active\:-space-y-44:active > :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\:active\:-space-x-44:active > :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\:active\:-space-y-48:active > :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\:active\:-space-x-48:active > :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\:active\:-space-y-52:active > :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\:active\:-space-x-52:active > :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\:active\:-space-y-56:active > :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\:active\:-space-x-56:active > :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\:active\:-space-y-60:active > :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\:active\:-space-x-60:active > :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\:active\:-space-y-64:active > :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\:active\:-space-x-64:active > :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\:active\:-space-y-72:active > :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\:active\:-space-x-72:active > :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\:active\:-space-y-80:active > :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\:active\:-space-x-80:active > :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\:active\:-space-y-96:active > :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\:active\:-space-x-96:active > :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\:active\:-space-y-px:active > :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\:active\:-space-x-px:active > :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\:active\:-space-y-0\.5:active > :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\:active\:-space-x-0\.5:active > :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\:active\:-space-y-1\.5:active > :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\:active\:-space-x-1\.5:active > :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\:active\:-space-y-2\.5:active > :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\:active\:-space-x-2\.5:active > :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\:active\:-space-y-3\.5:active > :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\:active\:-space-x-3\.5:active > :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\:active\:space-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:active\:space-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:visited\:space-y-0:visited > :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\:visited\:space-x-0:visited > :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\:visited\:space-y-1:visited > :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\:visited\:space-x-1:visited > :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\:visited\:space-y-2:visited > :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\:visited\:space-x-2:visited > :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\:visited\:space-y-3:visited > :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\:visited\:space-x-3:visited > :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\:visited\:space-y-4:visited > :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\:visited\:space-x-4:visited > :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\:visited\:space-y-5:visited > :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\:visited\:space-x-5:visited > :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\:visited\:space-y-6:visited > :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\:visited\:space-x-6:visited > :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\:visited\:space-y-7:visited > :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\:visited\:space-x-7:visited > :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\:visited\:space-y-8:visited > :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\:visited\:space-x-8:visited > :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\:visited\:space-y-9:visited > :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\:visited\:space-x-9:visited > :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\:visited\:space-y-10:visited > :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\:visited\:space-x-10:visited > :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\:visited\:space-y-11:visited > :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\:visited\:space-x-11:visited > :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\:visited\:space-y-12:visited > :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\:visited\:space-x-12:visited > :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\:visited\:space-y-14:visited > :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\:visited\:space-x-14:visited > :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\:visited\:space-y-16:visited > :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\:visited\:space-x-16:visited > :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\:visited\:space-y-20:visited > :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\:visited\:space-x-20:visited > :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\:visited\:space-y-24:visited > :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\:visited\:space-x-24:visited > :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\:visited\:space-y-28:visited > :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\:visited\:space-x-28:visited > :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\:visited\:space-y-32:visited > :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\:visited\:space-x-32:visited > :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\:visited\:space-y-36:visited > :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\:visited\:space-x-36:visited > :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\:visited\:space-y-40:visited > :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\:visited\:space-x-40:visited > :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\:visited\:space-y-44:visited > :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\:visited\:space-x-44:visited > :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\:visited\:space-y-48:visited > :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\:visited\:space-x-48:visited > :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\:visited\:space-y-52:visited > :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\:visited\:space-x-52:visited > :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\:visited\:space-y-56:visited > :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\:visited\:space-x-56:visited > :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\:visited\:space-y-60:visited > :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\:visited\:space-x-60:visited > :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\:visited\:space-y-64:visited > :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\:visited\:space-x-64:visited > :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\:visited\:space-y-72:visited > :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\:visited\:space-x-72:visited > :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\:visited\:space-y-80:visited > :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\:visited\:space-x-80:visited > :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\:visited\:space-y-96:visited > :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\:visited\:space-x-96:visited > :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\:visited\:space-y-px:visited > :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\:visited\:space-x-px:visited > :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\:visited\:space-y-0\.5:visited > :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\:visited\:space-x-0\.5:visited > :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\:visited\:space-y-1\.5:visited > :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\:visited\:space-x-1\.5:visited > :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\:visited\:space-y-2\.5:visited > :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\:visited\:space-x-2\.5:visited > :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\:visited\:space-y-3\.5:visited > :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\:visited\:space-x-3\.5:visited > :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\:visited\:-space-y-0:visited > :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\:visited\:-space-x-0:visited > :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\:visited\:-space-y-1:visited > :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\:visited\:-space-x-1:visited > :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\:visited\:-space-y-2:visited > :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\:visited\:-space-x-2:visited > :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\:visited\:-space-y-3:visited > :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\:visited\:-space-x-3:visited > :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\:visited\:-space-y-4:visited > :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\:visited\:-space-x-4:visited > :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\:visited\:-space-y-5:visited > :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\:visited\:-space-x-5:visited > :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\:visited\:-space-y-6:visited > :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\:visited\:-space-x-6:visited > :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\:visited\:-space-y-7:visited > :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\:visited\:-space-x-7:visited > :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\:visited\:-space-y-8:visited > :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\:visited\:-space-x-8:visited > :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\:visited\:-space-y-9:visited > :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\:visited\:-space-x-9:visited > :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\:visited\:-space-y-10:visited > :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\:visited\:-space-x-10:visited > :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\:visited\:-space-y-11:visited > :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\:visited\:-space-x-11:visited > :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\:visited\:-space-y-12:visited > :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\:visited\:-space-x-12:visited > :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\:visited\:-space-y-14:visited > :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\:visited\:-space-x-14:visited > :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\:visited\:-space-y-16:visited > :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\:visited\:-space-x-16:visited > :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\:visited\:-space-y-20:visited > :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\:visited\:-space-x-20:visited > :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\:visited\:-space-y-24:visited > :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\:visited\:-space-x-24:visited > :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\:visited\:-space-y-28:visited > :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\:visited\:-space-x-28:visited > :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\:visited\:-space-y-32:visited > :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\:visited\:-space-x-32:visited > :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\:visited\:-space-y-36:visited > :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\:visited\:-space-x-36:visited > :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\:visited\:-space-y-40:visited > :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\:visited\:-space-x-40:visited > :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\:visited\:-space-y-44:visited > :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\:visited\:-space-x-44:visited > :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\:visited\:-space-y-48:visited > :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\:visited\:-space-x-48:visited > :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\:visited\:-space-y-52:visited > :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\:visited\:-space-x-52:visited > :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\:visited\:-space-y-56:visited > :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\:visited\:-space-x-56:visited > :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\:visited\:-space-y-60:visited > :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\:visited\:-space-x-60:visited > :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\:visited\:-space-y-64:visited > :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\:visited\:-space-x-64:visited > :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\:visited\:-space-y-72:visited > :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\:visited\:-space-x-72:visited > :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\:visited\:-space-y-80:visited > :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\:visited\:-space-x-80:visited > :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\:visited\:-space-y-96:visited > :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\:visited\:-space-x-96:visited > :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\:visited\:-space-y-px:visited > :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\:visited\:-space-x-px:visited > :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\:visited\:-space-y-0\.5:visited > :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\:visited\:-space-x-0\.5:visited > :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\:visited\:-space-y-1\.5:visited > :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\:visited\:-space-x-1\.5:visited > :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\:visited\:-space-y-2\.5:visited > :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\:visited\:-space-x-2\.5:visited > :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\:visited\:-space-y-3\.5:visited > :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\:visited\:-space-x-3\.5:visited > :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\:visited\:space-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:visited\:space-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:disabled\:space-y-0:disabled > :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\:disabled\:space-x-0:disabled > :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\:disabled\:space-y-1:disabled > :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\:disabled\:space-x-1:disabled > :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\:disabled\:space-y-2:disabled > :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\:disabled\:space-x-2:disabled > :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\:disabled\:space-y-3:disabled > :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\:disabled\:space-x-3:disabled > :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\:disabled\:space-y-4:disabled > :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\:disabled\:space-x-4:disabled > :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\:disabled\:space-y-5:disabled > :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\:disabled\:space-x-5:disabled > :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\:disabled\:space-y-6:disabled > :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\:disabled\:space-x-6:disabled > :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\:disabled\:space-y-7:disabled > :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\:disabled\:space-x-7:disabled > :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\:disabled\:space-y-8:disabled > :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\:disabled\:space-x-8:disabled > :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\:disabled\:space-y-9:disabled > :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\:disabled\:space-x-9:disabled > :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\:disabled\:space-y-10:disabled > :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\:disabled\:space-x-10:disabled > :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\:disabled\:space-y-11:disabled > :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\:disabled\:space-x-11:disabled > :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\:disabled\:space-y-12:disabled > :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\:disabled\:space-x-12:disabled > :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\:disabled\:space-y-14:disabled > :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\:disabled\:space-x-14:disabled > :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\:disabled\:space-y-16:disabled > :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\:disabled\:space-x-16:disabled > :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\:disabled\:space-y-20:disabled > :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\:disabled\:space-x-20:disabled > :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\:disabled\:space-y-24:disabled > :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\:disabled\:space-x-24:disabled > :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\:disabled\:space-y-28:disabled > :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\:disabled\:space-x-28:disabled > :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\:disabled\:space-y-32:disabled > :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\:disabled\:space-x-32:disabled > :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\:disabled\:space-y-36:disabled > :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\:disabled\:space-x-36:disabled > :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\:disabled\:space-y-40:disabled > :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\:disabled\:space-x-40:disabled > :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\:disabled\:space-y-44:disabled > :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\:disabled\:space-x-44:disabled > :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\:disabled\:space-y-48:disabled > :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\:disabled\:space-x-48:disabled > :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\:disabled\:space-y-52:disabled > :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\:disabled\:space-x-52:disabled > :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\:disabled\:space-y-56:disabled > :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\:disabled\:space-x-56:disabled > :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\:disabled\:space-y-60:disabled > :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\:disabled\:space-x-60:disabled > :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\:disabled\:space-y-64:disabled > :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\:disabled\:space-x-64:disabled > :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\:disabled\:space-y-72:disabled > :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\:disabled\:space-x-72:disabled > :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\:disabled\:space-y-80:disabled > :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\:disabled\:space-x-80:disabled > :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\:disabled\:space-y-96:disabled > :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\:disabled\:space-x-96:disabled > :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\:disabled\:space-y-px:disabled > :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\:disabled\:space-x-px:disabled > :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\:disabled\:space-y-0\.5:disabled > :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\:disabled\:space-x-0\.5:disabled > :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\:disabled\:space-y-1\.5:disabled > :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\:disabled\:space-x-1\.5:disabled > :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\:disabled\:space-y-2\.5:disabled > :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\:disabled\:space-x-2\.5:disabled > :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\:disabled\:space-y-3\.5:disabled > :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\:disabled\:space-x-3\.5:disabled > :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\:disabled\:-space-y-0:disabled > :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\:disabled\:-space-x-0:disabled > :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\:disabled\:-space-y-1:disabled > :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\:disabled\:-space-x-1:disabled > :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\:disabled\:-space-y-2:disabled > :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\:disabled\:-space-x-2:disabled > :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\:disabled\:-space-y-3:disabled > :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\:disabled\:-space-x-3:disabled > :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\:disabled\:-space-y-4:disabled > :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\:disabled\:-space-x-4:disabled > :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\:disabled\:-space-y-5:disabled > :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\:disabled\:-space-x-5:disabled > :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\:disabled\:-space-y-6:disabled > :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\:disabled\:-space-x-6:disabled > :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\:disabled\:-space-y-7:disabled > :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\:disabled\:-space-x-7:disabled > :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\:disabled\:-space-y-8:disabled > :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\:disabled\:-space-x-8:disabled > :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\:disabled\:-space-y-9:disabled > :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\:disabled\:-space-x-9:disabled > :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\:disabled\:-space-y-10:disabled > :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\:disabled\:-space-x-10:disabled > :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\:disabled\:-space-y-11:disabled > :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\:disabled\:-space-x-11:disabled > :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\:disabled\:-space-y-12:disabled > :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\:disabled\:-space-x-12:disabled > :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\:disabled\:-space-y-14:disabled > :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\:disabled\:-space-x-14:disabled > :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\:disabled\:-space-y-16:disabled > :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\:disabled\:-space-x-16:disabled > :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\:disabled\:-space-y-20:disabled > :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\:disabled\:-space-x-20:disabled > :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\:disabled\:-space-y-24:disabled > :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\:disabled\:-space-x-24:disabled > :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\:disabled\:-space-y-28:disabled > :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\:disabled\:-space-x-28:disabled > :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\:disabled\:-space-y-32:disabled > :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\:disabled\:-space-x-32:disabled > :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\:disabled\:-space-y-36:disabled > :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\:disabled\:-space-x-36:disabled > :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\:disabled\:-space-y-40:disabled > :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\:disabled\:-space-x-40:disabled > :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\:disabled\:-space-y-44:disabled > :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\:disabled\:-space-x-44:disabled > :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\:disabled\:-space-y-48:disabled > :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\:disabled\:-space-x-48:disabled > :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\:disabled\:-space-y-52:disabled > :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\:disabled\:-space-x-52:disabled > :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\:disabled\:-space-y-56:disabled > :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\:disabled\:-space-x-56:disabled > :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\:disabled\:-space-y-60:disabled > :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\:disabled\:-space-x-60:disabled > :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\:disabled\:-space-y-64:disabled > :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\:disabled\:-space-x-64:disabled > :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\:disabled\:-space-y-72:disabled > :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\:disabled\:-space-x-72:disabled > :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\:disabled\:-space-y-80:disabled > :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\:disabled\:-space-x-80:disabled > :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\:disabled\:-space-y-96:disabled > :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\:disabled\:-space-x-96:disabled > :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\:disabled\:-space-y-px:disabled > :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\:disabled\:-space-x-px:disabled > :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\:disabled\:-space-y-0\.5:disabled > :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\:disabled\:-space-x-0\.5:disabled > :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\:disabled\:-space-y-1\.5:disabled > :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\:disabled\:-space-x-1\.5:disabled > :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\:disabled\:-space-y-2\.5:disabled > :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\:disabled\:-space-x-2\.5:disabled > :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\:disabled\:-space-y-3\.5:disabled > :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\:disabled\:-space-x-3\.5:disabled > :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\:disabled\:space-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:disabled\:space-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .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-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-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-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-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-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-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-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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)));
  }

  .group:hover .md\:group-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .group:hover .md\:group-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:focus-within\:divide-y-0:focus-within > :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\:focus-within\:divide-x-0:focus-within > :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\:focus-within\:divide-y-2:focus-within > :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\:focus-within\:divide-x-2:focus-within > :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\:focus-within\:divide-y-4:focus-within > :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\:focus-within\:divide-x-4:focus-within > :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\:focus-within\:divide-y-8:focus-within > :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\:focus-within\:divide-x-8:focus-within > :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\:focus-within\:divide-y:focus-within > :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\:focus-within\:divide-x:focus-within > :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\:focus-within\:divide-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:focus-within\:divide-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:first\:divide-y-0:first-child > :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\:first\:divide-x-0:first-child > :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\:first\:divide-y-2:first-child > :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\:first\:divide-x-2:first-child > :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\:first\:divide-y-4:first-child > :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\:first\:divide-x-4:first-child > :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\:first\:divide-y-8:first-child > :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\:first\:divide-x-8:first-child > :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\:first\:divide-y:first-child > :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\:first\:divide-x:first-child > :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\:first\:divide-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:first\:divide-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:last\:divide-y-0:last-child > :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\:last\:divide-x-0:last-child > :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\:last\:divide-y-2:last-child > :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\:last\:divide-x-2:last-child > :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\:last\:divide-y-4:last-child > :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\:last\:divide-x-4:last-child > :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\:last\:divide-y-8:last-child > :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\:last\:divide-x-8:last-child > :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\:last\:divide-y:last-child > :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\:last\:divide-x:last-child > :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\:last\:divide-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:last\:divide-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:odd\:divide-y-0:nth-child(odd) > :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\:odd\:divide-x-0:nth-child(odd) > :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\:odd\:divide-y-2:nth-child(odd) > :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\:odd\:divide-x-2:nth-child(odd) > :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\:odd\:divide-y-4:nth-child(odd) > :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\:odd\:divide-x-4:nth-child(odd) > :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\:odd\:divide-y-8:nth-child(odd) > :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\:odd\:divide-x-8:nth-child(odd) > :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\:odd\:divide-y:nth-child(odd) > :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\:odd\:divide-x:nth-child(odd) > :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\:odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:even\:divide-y-0:nth-child(even) > :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\:even\:divide-x-0:nth-child(even) > :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\:even\:divide-y-2:nth-child(even) > :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\:even\:divide-x-2:nth-child(even) > :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\:even\:divide-y-4:nth-child(even) > :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\:even\:divide-x-4:nth-child(even) > :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\:even\:divide-y-8:nth-child(even) > :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\:even\:divide-x-8:nth-child(even) > :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\:even\:divide-y:nth-child(even) > :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\:even\:divide-x:nth-child(even) > :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\:even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:hover\:divide-y-0:hover > :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\:hover\:divide-x-0:hover > :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\:hover\:divide-y-2:hover > :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\:hover\:divide-x-2:hover > :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\:hover\:divide-y-4:hover > :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\:hover\:divide-x-4:hover > :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\:hover\:divide-y-8:hover > :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\:hover\:divide-x-8:hover > :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\:hover\:divide-y:hover > :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\:hover\:divide-x:hover > :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\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:focus\:divide-y-0:focus > :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\:focus\:divide-x-0:focus > :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\:focus\:divide-y-2:focus > :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\:focus\:divide-x-2:focus > :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\:focus\:divide-y-4:focus > :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\:focus\:divide-x-4:focus > :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\:focus\:divide-y-8:focus > :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\:focus\:divide-x-8:focus > :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\:focus\:divide-y:focus > :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\:focus\:divide-x:focus > :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\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:active\:divide-y-0:active > :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\:active\:divide-x-0:active > :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\:active\:divide-y-2:active > :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\:active\:divide-x-2:active > :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\:active\:divide-y-4:active > :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\:active\:divide-x-4:active > :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\:active\:divide-y-8:active > :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\:active\:divide-x-8:active > :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\:active\:divide-y:active > :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\:active\:divide-x:active > :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\:active\:divide-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:active\:divide-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:visited\:divide-y-0:visited > :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\:visited\:divide-x-0:visited > :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\:visited\:divide-y-2:visited > :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\:visited\:divide-x-2:visited > :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\:visited\:divide-y-4:visited > :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\:visited\:divide-x-4:visited > :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\:visited\:divide-y-8:visited > :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\:visited\:divide-x-8:visited > :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\:visited\:divide-y:visited > :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\:visited\:divide-x:visited > :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\:visited\:divide-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:visited\:divide-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:disabled\:divide-y-0:disabled > :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\:disabled\:divide-x-0:disabled > :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\:disabled\:divide-y-2:disabled > :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\:disabled\:divide-x-2:disabled > :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\:disabled\:divide-y-4:disabled > :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\:disabled\:divide-x-4:disabled > :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\:disabled\:divide-y-8:disabled > :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\:disabled\:divide-x-8:disabled > :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\:disabled\:divide-y:disabled > :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\:disabled\:divide-x:disabled > :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\:disabled\:divide-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:disabled\:divide-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .group:hover .md\:group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .group:hover .md\:group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-white:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:first\:divide-white:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:last\:divide-white:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-white:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:even\:divide-white:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-white:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .md\:disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .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;
  }

  .group:hover .md\:group-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .group:hover .md\:group-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .group:hover .md\:group-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .group:hover .md\:group-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .group:hover .md\:group-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:focus-within\:divide-solid:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:focus-within\:divide-dashed:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:focus-within\:divide-dotted:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:focus-within\:divide-double:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:focus-within\:divide-none:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:first\:divide-solid:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:first\:divide-dashed:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:first\:divide-dotted:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:first\:divide-double:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:first\:divide-none:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:last\:divide-solid:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:last\:divide-dashed:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:last\:divide-dotted:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:last\:divide-double:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:last\:divide-none:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:hover\:divide-dashed:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:hover\:divide-dotted:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:hover\:divide-double:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:hover\:divide-none:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:focus\:divide-solid:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:focus\:divide-dashed:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:focus\:divide-dotted:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:focus\:divide-double:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:focus\:divide-none:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:active\:divide-solid:active > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:active\:divide-dashed:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:active\:divide-dotted:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:active\:divide-double:active > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:active\:divide-none:active > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:visited\:divide-solid:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:visited\:divide-dashed:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:visited\:divide-dotted:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:visited\:divide-double:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:visited\:divide-none:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:disabled\:divide-solid:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:disabled\:divide-dashed:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:disabled\:divide-dotted:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:disabled\:divide-double:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:disabled\:divide-none:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .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;
  }

  .group:hover .md\:group-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .group:hover .md\:group-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:focus-within\:divide-opacity-0:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:focus-within\:divide-opacity-5:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:focus-within\:divide-opacity-10:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:focus-within\:divide-opacity-20:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:focus-within\:divide-opacity-25:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:focus-within\:divide-opacity-30:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:focus-within\:divide-opacity-40:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:focus-within\:divide-opacity-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:focus-within\:divide-opacity-60:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:focus-within\:divide-opacity-70:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:focus-within\:divide-opacity-75:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:focus-within\:divide-opacity-80:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:focus-within\:divide-opacity-90:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:focus-within\:divide-opacity-95:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:first\:divide-opacity-0:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:first\:divide-opacity-5:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:first\:divide-opacity-10:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:first\:divide-opacity-20:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:first\:divide-opacity-25:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:first\:divide-opacity-30:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:first\:divide-opacity-40:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:first\:divide-opacity-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:first\:divide-opacity-60:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:first\:divide-opacity-70:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:first\:divide-opacity-75:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:first\:divide-opacity-80:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:first\:divide-opacity-90:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:first\:divide-opacity-95:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:last\:divide-opacity-0:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:last\:divide-opacity-5:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:last\:divide-opacity-10:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:last\:divide-opacity-20:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:last\:divide-opacity-25:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:last\:divide-opacity-30:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:last\:divide-opacity-40:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:last\:divide-opacity-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:last\:divide-opacity-60:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:last\:divide-opacity-70:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:last\:divide-opacity-75:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:last\:divide-opacity-80:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:last\:divide-opacity-90:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:last\:divide-opacity-95:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:hover\:divide-opacity-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:hover\:divide-opacity-5:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:hover\:divide-opacity-10:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:hover\:divide-opacity-20:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:hover\:divide-opacity-25:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:hover\:divide-opacity-30:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:hover\:divide-opacity-40:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:hover\:divide-opacity-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:hover\:divide-opacity-60:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:hover\:divide-opacity-70:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:hover\:divide-opacity-75:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:hover\:divide-opacity-80:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:hover\:divide-opacity-90:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:hover\:divide-opacity-95:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:focus\:divide-opacity-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:focus\:divide-opacity-5:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:focus\:divide-opacity-10:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:focus\:divide-opacity-20:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:focus\:divide-opacity-25:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:focus\:divide-opacity-30:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:focus\:divide-opacity-40:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:focus\:divide-opacity-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:focus\:divide-opacity-60:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:focus\:divide-opacity-70:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:focus\:divide-opacity-75:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:focus\:divide-opacity-80:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:focus\:divide-opacity-90:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:focus\:divide-opacity-95:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:active\:divide-opacity-0:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:active\:divide-opacity-5:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:active\:divide-opacity-10:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:active\:divide-opacity-20:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:active\:divide-opacity-25:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:active\:divide-opacity-30:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:active\:divide-opacity-40:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:active\:divide-opacity-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:active\:divide-opacity-60:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:active\:divide-opacity-70:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:active\:divide-opacity-75:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:active\:divide-opacity-80:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:active\:divide-opacity-90:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:active\:divide-opacity-95:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:visited\:divide-opacity-0:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:visited\:divide-opacity-5:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:visited\:divide-opacity-10:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:visited\:divide-opacity-20:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:visited\:divide-opacity-25:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:visited\:divide-opacity-30:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:visited\:divide-opacity-40:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:visited\:divide-opacity-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:visited\:divide-opacity-60:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:visited\:divide-opacity-70:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:visited\:divide-opacity-75:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:visited\:divide-opacity-80:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:visited\:divide-opacity-90:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:visited\:divide-opacity-95:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:disabled\:divide-opacity-75:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:disabled\:divide-opacity-95:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .md\:group-hover\: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;
  }

  .group:hover .md\:group-hover\: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\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    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\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .md\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .md\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .md\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .md\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .md\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .md\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .md\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .md\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .md\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .md\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .md\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .md\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .md\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .md\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .md\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .md\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .md\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .md\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .md\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .md\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .md\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .md\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .md\:active\:bg-local:active {
    background-attachment: local;
  }

  .md\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .md\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .md\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .md\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .md\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .md\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .md\:disabled\:bg-scroll:disabled {
    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;
  }

  .group:hover .md\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .md\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .md\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .md\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:focus-within\:bg-clip-border:focus-within {
    background-clip: border-box;
  }

  .md\:focus-within\:bg-clip-padding:focus-within {
    background-clip: padding-box;
  }

  .md\:focus-within\:bg-clip-content:focus-within {
    background-clip: content-box;
  }

  .md\:focus-within\:bg-clip-text:focus-within {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .md\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .md\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .md\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .md\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .md\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .md\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:odd\:bg-clip-border:nth-child(odd) {
    background-clip: border-box;
  }

  .md\:odd\:bg-clip-padding:nth-child(odd) {
    background-clip: padding-box;
  }

  .md\:odd\:bg-clip-content:nth-child(odd) {
    background-clip: content-box;
  }

  .md\:odd\:bg-clip-text:nth-child(odd) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:even\:bg-clip-border:nth-child(even) {
    background-clip: border-box;
  }

  .md\:even\:bg-clip-padding:nth-child(even) {
    background-clip: padding-box;
  }

  .md\:even\:bg-clip-content:nth-child(even) {
    background-clip: content-box;
  }

  .md\:even\:bg-clip-text:nth-child(even) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .md\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .md\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .md\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .md\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .md\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .md\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:active\:bg-clip-border:active {
    background-clip: border-box;
  }

  .md\:active\:bg-clip-padding:active {
    background-clip: padding-box;
  }

  .md\:active\:bg-clip-content:active {
    background-clip: content-box;
  }

  .md\:active\:bg-clip-text:active {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:visited\:bg-clip-border:visited {
    background-clip: border-box;
  }

  .md\:visited\:bg-clip-padding:visited {
    background-clip: padding-box;
  }

  .md\:visited\:bg-clip-content:visited {
    background-clip: content-box;
  }

  .md\:visited\:bg-clip-text:visited {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:disabled\:bg-clip-border:disabled {
    background-clip: border-box;
  }

  .md\:disabled\:bg-clip-padding:disabled {
    background-clip: padding-box;
  }

  .md\:disabled\:bg-clip-content:disabled {
    background-clip: content-box;
  }

  .md\:disabled\:bg-clip-text:disabled {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:bg-current {
    background-color: current;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: current;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warmGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-trueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-coolGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: current;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:first\:bg-black:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:first\:bg-white:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:first\:bg-rose-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:first\:bg-pink-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:first\:bg-fuchsia-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:first\:bg-purple-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:first\:bg-violet-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:first\:bg-indigo-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lightBlue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:first\:bg-cyan-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:first\:bg-teal-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:first\:bg-emerald-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:first\:bg-green-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:first\:bg-lime-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:first\:bg-yellow-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:first\:bg-amber-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:first\:bg-orange-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:first\:bg-red-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:first\:bg-warmGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:first\:bg-trueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:first\:bg-gray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:first\:bg-coolGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:first\:bg-blueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:first\:bg-current:first-child {
    background-color: current;
  }

  .md\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .md\:last\:bg-black:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:last\:bg-white:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:last\:bg-rose-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:last\:bg-pink-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:last\:bg-fuchsia-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:last\:bg-purple-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:last\:bg-violet-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:last\:bg-indigo-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lightBlue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:last\:bg-cyan-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:last\:bg-teal-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:last\:bg-emerald-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:last\:bg-green-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:last\:bg-lime-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:last\:bg-yellow-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:last\:bg-amber-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:last\:bg-orange-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:last\:bg-red-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:last\:bg-warmGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:last\:bg-trueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:last\:bg-gray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:last\:bg-coolGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:last\:bg-blueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:last\:bg-current:last-child {
    background-color: current;
  }

  .md\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .md\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-rose-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-fuchsia-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-violet-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lightBlue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-cyan-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-teal-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-emerald-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-lime-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-amber-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-orange-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-warmGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-trueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-coolGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-blueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:odd\:bg-current:nth-child(odd) {
    background-color: current;
  }

  .md\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .md\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:even\:bg-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:even\:bg-rose-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:even\:bg-pink-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:even\:bg-fuchsia-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:even\:bg-purple-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:even\:bg-violet-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:even\:bg-indigo-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lightBlue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:even\:bg-cyan-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:even\:bg-teal-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:even\:bg-emerald-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:even\:bg-lime-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:even\:bg-yellow-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:even\:bg-amber-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:even\:bg-orange-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:even\:bg-red-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warmGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:even\:bg-trueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:even\:bg-gray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:even\:bg-coolGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:even\:bg-blueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:even\:bg-current:nth-child(even) {
    background-color: current;
  }

  .md\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lightBlue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warmGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-trueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-coolGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-current:hover {
    background-color: current;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lightBlue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warmGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-trueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-coolGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-current:focus {
    background-color: current;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:active\:bg-rose-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:active\:bg-pink-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:active\:bg-fuchsia-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:active\:bg-purple-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:active\:bg-violet-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:active\:bg-indigo-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lightBlue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:active\:bg-cyan-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:active\:bg-teal-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:active\:bg-emerald-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:active\:bg-green-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:active\:bg-lime-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:active\:bg-yellow-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:active\:bg-amber-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:active\:bg-orange-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:active\:bg-red-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:active\:bg-warmGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:active\:bg-trueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:active\:bg-coolGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:active\:bg-blueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:active\:bg-current:active {
    background-color: current;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:visited\:bg-black:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-white:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-rose-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-pink-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-fuchsia-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-purple-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-violet-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-indigo-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lightBlue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-cyan-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-teal-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-emerald-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-green-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-lime-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-yellow-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-amber-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-orange-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-red-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-warmGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-trueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-gray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-coolGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-blueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:visited\:bg-current:visited {
    background-color: current;
  }

  .md\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .md\:disabled\:bg-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-rose-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-pink-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-fuchsia-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-purple-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-violet-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-indigo-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lightBlue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-cyan-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-teal-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-emerald-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-green-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-lime-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-yellow-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-amber-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-orange-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-red-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-warmGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-trueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-coolGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-blueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:disabled\:bg-current:disabled {
    background-color: current;
  }

  .md\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .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));
  }

  .group:hover .md\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .md\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .group:hover .md\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-none:focus-within {
    background-image: none;
  }

  .md\:focus-within\:bg-gradient-to-t:focus-within {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-tr:focus-within {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-r:focus-within {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-br:focus-within {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-b:focus-within {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-bl:focus-within {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-l:focus-within {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:focus-within\:bg-gradient-to-tl:focus-within {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:first\:bg-none:first-child {
    background-image: none;
  }

  .md\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:last\:bg-none:last-child {
    background-image: none;
  }

  .md\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-none:nth-child(odd) {
    background-image: none;
  }

  .md\:odd\:bg-gradient-to-t:nth-child(odd) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-tr:nth-child(odd) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-r:nth-child(odd) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-br:nth-child(odd) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-b:nth-child(odd) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-bl:nth-child(odd) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-l:nth-child(odd) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:odd\:bg-gradient-to-tl:nth-child(odd) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:even\:bg-none:nth-child(even) {
    background-image: none;
  }

  .md\:even\:bg-gradient-to-t:nth-child(even) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-tr:nth-child(even) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-r:nth-child(even) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-br:nth-child(even) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-b:nth-child(even) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-bl:nth-child(even) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-l:nth-child(even) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:even\:bg-gradient-to-tl:nth-child(even) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-none:hover {
    background-image: none;
  }

  .md\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-none:focus {
    background-image: none;
  }

  .md\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:active\:bg-none:active {
    background-image: none;
  }

  .md\:active\:bg-gradient-to-t:active {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-tr:active {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-br:active {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-b:active {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-bl:active {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-l:active {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:active\:bg-gradient-to-tl:active {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-none:visited {
    background-image: none;
  }

  .md\:visited\:bg-gradient-to-t:visited {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-tr:visited {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-r:visited {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-br:visited {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-b:visited {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-bl:visited {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-l:visited {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:visited\:bg-gradient-to-tl:visited {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-none:disabled {
    background-image: none;
  }

  .md\:disabled\:bg-gradient-to-t:disabled {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-tr:disabled {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-r:disabled {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-br:disabled {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-bl:disabled {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-l:disabled {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:disabled\:bg-gradient-to-tl:disabled {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .md\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .md\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .md\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .md\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .md\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .md\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .md\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .md\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .md\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .md\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .md\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .md\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .md\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .md\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .md\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .md\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .md\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .md\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .md\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .md\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .md\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .md\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .md\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .md\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .md\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .md\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .md\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .md\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .md\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .md\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .md\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .md\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .md\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .md\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .md\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .md\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .md\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .md\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .md\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .md\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .md\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .md\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .md\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .md\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .md\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .md\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .md\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .md\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .md\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .md\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .md\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .md\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .md\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .md\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .md\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .md\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .md\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .md\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .md\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .md\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .md\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .md\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .md\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .md\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .md\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .md\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .md\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .md\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .md\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .md\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .md\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .md\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .md\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .md\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .md\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .md\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .md\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .md\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .md\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .md\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .md\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .md\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .md\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .md\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .md\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .md\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .md\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .md\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .md\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .md\:to-current {
    --tw-gradient-to: current;
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .group:hover .md\:group-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .md\:group-hover\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .md\:group-hover\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .md\:group-hover\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .md\:group-hover\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .md\:group-hover\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .md\:group-hover\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .md\:group-hover\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .md\:group-hover\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .md\:group-hover\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .md\:group-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .md\:group-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .md\:group-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .md\:group-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .md\:group-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .md\:group-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .md\:group-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .md\:group-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .md\:group-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .md\:group-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .md\:group-hover\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .md\:group-hover\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .md\:group-hover\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .md\:group-hover\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .md\:group-hover\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .md\:group-hover\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .md\:group-hover\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .md\:group-hover\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .md\:group-hover\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .md\:group-hover\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .md\:group-hover\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .md\:group-hover\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .md\:group-hover\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .md\:group-hover\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .md\:group-hover\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .md\:group-hover\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .md\:group-hover\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .md\:group-hover\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .md\:group-hover\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .md\:group-hover\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .md\:group-hover\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .md\:group-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .md\:group-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .md\:group-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .md\:group-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .md\:group-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .md\:group-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .md\:group-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .md\:group-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .md\:group-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .md\:group-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .md\:group-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .md\:group-hover\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .md\:group-hover\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .md\:group-hover\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .md\:group-hover\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .md\:group-hover\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .md\:group-hover\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .md\:group-hover\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .md\:group-hover\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .md\:group-hover\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .md\:group-hover\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .md\:group-hover\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .md\:group-hover\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .md\:group-hover\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .md\:group-hover\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .md\:group-hover\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .md\:group-hover\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .md\:group-hover\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .md\:group-hover\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .md\:group-hover\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .md\:group-hover\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .md\:group-hover\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .md\:group-hover\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .md\:group-hover\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .md\:group-hover\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .md\:group-hover\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .md\:group-hover\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .md\:group-hover\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .md\:group-hover\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .md\:group-hover\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .md\:group-hover\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .md\:group-hover\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .md\:group-hover\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .md\:group-hover\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .md\:group-hover\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .md\:group-hover\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .md\:group-hover\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .md\:group-hover\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .md\:group-hover\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .md\:group-hover\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .md\:group-hover\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .md\:group-hover\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .md\:group-hover\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .md\:group-hover\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .md\:group-hover\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .md\:group-hover\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .md\:group-hover\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .md\:group-hover\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .md\:group-hover\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .md\:group-hover\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .md\:group-hover\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .md\:group-hover\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .md\:group-hover\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .md\:group-hover\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .md\:group-hover\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .md\:group-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .md\:group-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .md\:group-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .md\:group-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .md\:group-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .md\:group-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .md\:group-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .md\:group-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .md\:group-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .md\:group-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .md\:group-hover\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .md\:group-hover\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .md\:group-hover\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .md\:group-hover\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .md\:group-hover\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .md\:group-hover\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .md\:group-hover\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .md\:group-hover\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .md\:group-hover\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .md\:group-hover\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .md\:group-hover\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .md\:group-hover\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .md\:group-hover\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .md\:group-hover\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .md\:group-hover\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .md\:group-hover\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .md\:group-hover\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .md\:group-hover\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .md\:group-hover\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .md\:group-hover\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .md\:group-hover\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .md\:group-hover\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .md\:group-hover\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .md\:group-hover\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .md\:group-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .md\:group-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .md\:group-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .md\:group-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .md\:group-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .md\:group-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .md\:group-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .md\:group-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .md\:group-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .md\:group-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .md\:group-hover\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .md\:group-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .md\:group-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .md\:group-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .md\:group-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .md\:group-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .md\:group-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .md\:group-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .md\:group-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .md\:group-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .md\:group-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .md\:group-hover\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .md\:group-hover\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .md\:group-hover\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .md\:group-hover\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .md\:group-hover\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .md\:group-hover\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .md\:group-hover\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .md\:group-hover\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .md\:group-hover\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .md\:group-hover\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .md\:group-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .md\:group-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .md\:group-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .md\:group-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .md\:group-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .md\:group-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .md\:group-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .md\:group-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .md\:group-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .md\:group-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .md\:group-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .md\:group-hover\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .md\:group-hover\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .md\:group-hover\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .md\:group-hover\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .md\:group-hover\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .md\:group-hover\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .md\:group-hover\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .md\:group-hover\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .md\:group-hover\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .md\:group-hover\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .md\:group-hover\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .md\:group-hover\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .md\:group-hover\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .md\:group-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .md\:group-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .md\:group-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .md\:group-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .md\:group-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .md\:group-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .md\:group-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .md\:group-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .md\:group-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .md\:group-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .md\:group-hover\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .md\:group-hover\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .md\:group-hover\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .md\:group-hover\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .md\:group-hover\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .md\:group-hover\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .md\:group-hover\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .md\:group-hover\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .md\:group-hover\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .md\:group-hover\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .md\:group-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .md\:group-hover\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .md\:group-hover\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .md\:group-hover\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .md\:group-hover\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .md\:group-hover\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .md\:group-hover\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .md\:group-hover\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .md\:group-hover\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .md\:group-hover\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .md\:group-hover\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .md\:group-hover\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .md\:group-hover\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .md\:group-hover\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .md\:group-hover\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .md\:group-hover\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .md\:group-hover\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .md\:group-hover\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .md\:group-hover\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .md\:group-hover\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .md\:group-hover\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .md\:group-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .md\:group-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .md\:group-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .md\:group-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .md\:group-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .md\:group-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .md\:group-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .md\:group-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .md\:group-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .md\:group-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .md\:group-hover\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .md\:group-hover\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .md\:group-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .md\:group-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .md\:group-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .md\:group-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .md\:group-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .md\:group-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .md\:group-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .md\:group-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .md\:group-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .md\:group-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .md\:group-hover\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .md\:group-hover\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .md\:group-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .md\:group-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .md\:group-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .group:hover .md\:group-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .group:hover .md\:group-hover\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .group:hover .md\:group-hover\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .group:hover .md\:group-hover\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .group:hover .md\:group-hover\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .group:hover .md\:group-hover\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .group:hover .md\:group-hover\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .group:hover .md\:group-hover\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .group:hover .md\:group-hover\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .group:hover .md\:group-hover\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .group:hover .md\:group-hover\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .group:hover .md\:group-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .group:hover .md\:group-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .group:hover .md\:group-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .group:hover .md\:group-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .group:hover .md\:group-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .group:hover .md\:group-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .group:hover .md\:group-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .group:hover .md\:group-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .group:hover .md\:group-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .group:hover .md\:group-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .group:hover .md\:group-hover\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .group:hover .md\:group-hover\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .group:hover .md\:group-hover\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .group:hover .md\:group-hover\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .group:hover .md\:group-hover\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .group:hover .md\:group-hover\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .group:hover .md\:group-hover\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .group:hover .md\:group-hover\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .group:hover .md\:group-hover\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .group:hover .md\:group-hover\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .group:hover .md\:group-hover\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .group:hover .md\:group-hover\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .group:hover .md\:group-hover\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .group:hover .md\:group-hover\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .group:hover .md\:group-hover\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .group:hover .md\:group-hover\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .group:hover .md\:group-hover\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .group:hover .md\:group-hover\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .group:hover .md\:group-hover\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .group:hover .md\:group-hover\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .group:hover .md\:group-hover\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .group:hover .md\:group-hover\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .group:hover .md\:group-hover\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .group:hover .md\:group-hover\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .group:hover .md\:group-hover\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .group:hover .md\:group-hover\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .group:hover .md\:group-hover\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .group:hover .md\:group-hover\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .group:hover .md\:group-hover\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .group:hover .md\:group-hover\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .group:hover .md\:group-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .group:hover .md\:group-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .group:hover .md\:group-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .group:hover .md\:group-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .group:hover .md\:group-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .group:hover .md\:group-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .group:hover .md\:group-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .group:hover .md\:group-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .group:hover .md\:group-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .group:hover .md\:group-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .group:hover .md\:group-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .group:hover .md\:group-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .group:hover .md\:group-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .group:hover .md\:group-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .group:hover .md\:group-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .group:hover .md\:group-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .group:hover .md\:group-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .group:hover .md\:group-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .group:hover .md\:group-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .group:hover .md\:group-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .group:hover .md\:group-hover\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .group:hover .md\:group-hover\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .group:hover .md\:group-hover\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .group:hover .md\:group-hover\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .group:hover .md\:group-hover\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .group:hover .md\:group-hover\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .group:hover .md\:group-hover\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .group:hover .md\:group-hover\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .group:hover .md\:group-hover\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .group:hover .md\:group-hover\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .group:hover .md\:group-hover\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .group:hover .md\:group-hover\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .group:hover .md\:group-hover\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .group:hover .md\:group-hover\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .group:hover .md\:group-hover\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .group:hover .md\:group-hover\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .group:hover .md\:group-hover\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .group:hover .md\:group-hover\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .group:hover .md\:group-hover\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .group:hover .md\:group-hover\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .group:hover .md\:group-hover\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .group:hover .md\:group-hover\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .group:hover .md\:group-hover\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .group:hover .md\:group-hover\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .group:hover .md\:group-hover\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .group:hover .md\:group-hover\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .group:hover .md\:group-hover\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .group:hover .md\:group-hover\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .group:hover .md\:group-hover\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .group:hover .md\:group-hover\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .group:hover .md\:group-hover\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .group:hover .md\:group-hover\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .group:hover .md\:group-hover\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .group:hover .md\:group-hover\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .group:hover .md\:group-hover\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .group:hover .md\:group-hover\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .group:hover .md\:group-hover\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .group:hover .md\:group-hover\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .group:hover .md\:group-hover\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .group:hover .md\:group-hover\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .group:hover .md\:group-hover\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .group:hover .md\:group-hover\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .group:hover .md\:group-hover\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .group:hover .md\:group-hover\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .group:hover .md\:group-hover\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .group:hover .md\:group-hover\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .group:hover .md\:group-hover\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .group:hover .md\:group-hover\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .group:hover .md\:group-hover\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .group:hover .md\:group-hover\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .group:hover .md\:group-hover\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .group:hover .md\:group-hover\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .group:hover .md\:group-hover\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .group:hover .md\:group-hover\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .group:hover .md\:group-hover\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .group:hover .md\:group-hover\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .group:hover .md\:group-hover\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .group:hover .md\:group-hover\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .group:hover .md\:group-hover\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .group:hover .md\:group-hover\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .group:hover .md\:group-hover\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .group:hover .md\:group-hover\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .group:hover .md\:group-hover\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .group:hover .md\:group-hover\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .group:hover .md\:group-hover\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .group:hover .md\:group-hover\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .group:hover .md\:group-hover\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .group:hover .md\:group-hover\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .group:hover .md\:group-hover\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .group:hover .md\:group-hover\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .group:hover .md\:group-hover\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .group:hover .md\:group-hover\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .group:hover .md\:group-hover\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .group:hover .md\:group-hover\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .group:hover .md\:group-hover\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .group:hover .md\:group-hover\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .group:hover .md\:group-hover\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .group:hover .md\:group-hover\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .group:hover .md\:group-hover\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .group:hover .md\:group-hover\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .group:hover .md\:group-hover\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .group:hover .md\:group-hover\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .group:hover .md\:group-hover\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .group:hover .md\:group-hover\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .group:hover .md\:group-hover\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .group:hover .md\:group-hover\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .group:hover .md\:group-hover\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .group:hover .md\:group-hover\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .group:hover .md\:group-hover\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .group:hover .md\:group-hover\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .group:hover .md\:group-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .group:hover .md\:group-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .group:hover .md\:group-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .group:hover .md\:group-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .group:hover .md\:group-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .group:hover .md\:group-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .group:hover .md\:group-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .group:hover .md\:group-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .group:hover .md\:group-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .group:hover .md\:group-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .group:hover .md\:group-hover\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .group:hover .md\:group-hover\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .group:hover .md\:group-hover\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .group:hover .md\:group-hover\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .group:hover .md\:group-hover\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .group:hover .md\:group-hover\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .group:hover .md\:group-hover\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .group:hover .md\:group-hover\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .group:hover .md\:group-hover\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .group:hover .md\:group-hover\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .group:hover .md\:group-hover\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .md\:group-hover\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .group:hover .md\:group-hover\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .group:hover .md\:group-hover\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .group:hover .md\:group-hover\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .group:hover .md\:group-hover\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .group:hover .md\:group-hover\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .group:hover .md\:group-hover\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .group:hover .md\:group-hover\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .group:hover .md\:group-hover\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .group:hover .md\:group-hover\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .md\:group-hover\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .group:hover .md\:group-hover\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .group:hover .md\:group-hover\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .group:hover .md\:group-hover\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .group:hover .md\:group-hover\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .group:hover .md\:group-hover\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .group:hover .md\:group-hover\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .group:hover .md\:group-hover\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .group:hover .md\:group-hover\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .group:hover .md\:group-hover\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .group:hover .md\:group-hover\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .group:hover .md\:group-hover\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .group:hover .md\:group-hover\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .group:hover .md\:group-hover\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .group:hover .md\:group-hover\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .group:hover .md\:group-hover\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .group:hover .md\:group-hover\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .group:hover .md\:group-hover\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .group:hover .md\:group-hover\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .group:hover .md\:group-hover\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .group:hover .md\:group-hover\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .group:hover .md\:group-hover\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .group:hover .md\:group-hover\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .group:hover .md\:group-hover\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .group:hover .md\:group-hover\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .group:hover .md\:group-hover\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .group:hover .md\:group-hover\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .group:hover .md\:group-hover\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .group:hover .md\:group-hover\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .group:hover .md\:group-hover\:to-current {
    --tw-gradient-to: current;
  }

  .group:hover .md\:group-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:focus-within\:from-black:focus-within {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus-within\:from-white:focus-within {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus-within\:from-rose-50:focus-within {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus-within\:from-rose-100:focus-within {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus-within\:from-rose-200:focus-within {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus-within\:from-rose-300:focus-within {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus-within\:from-rose-400:focus-within {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus-within\:from-rose-500:focus-within {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus-within\:from-rose-600:focus-within {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus-within\:from-rose-700:focus-within {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus-within\:from-rose-800:focus-within {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus-within\:from-rose-900:focus-within {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus-within\:from-pink-50:focus-within {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus-within\:from-pink-100:focus-within {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus-within\:from-pink-200:focus-within {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus-within\:from-pink-300:focus-within {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus-within\:from-pink-400:focus-within {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus-within\:from-pink-500:focus-within {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus-within\:from-pink-600:focus-within {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus-within\:from-pink-700:focus-within {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus-within\:from-pink-800:focus-within {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus-within\:from-pink-900:focus-within {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus-within\:from-fuchsia-50:focus-within {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus-within\:from-fuchsia-100:focus-within {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus-within\:from-fuchsia-200:focus-within {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus-within\:from-fuchsia-300:focus-within {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus-within\:from-fuchsia-400:focus-within {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus-within\:from-fuchsia-500:focus-within {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus-within\:from-fuchsia-600:focus-within {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus-within\:from-fuchsia-700:focus-within {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus-within\:from-fuchsia-800:focus-within {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus-within\:from-fuchsia-900:focus-within {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus-within\:from-purple-50:focus-within {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus-within\:from-purple-100:focus-within {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:focus-within\:from-purple-200:focus-within {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:focus-within\:from-purple-300:focus-within {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:focus-within\:from-purple-400:focus-within {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:focus-within\:from-purple-500:focus-within {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:focus-within\:from-purple-600:focus-within {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:focus-within\:from-purple-700:focus-within {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:focus-within\:from-purple-800:focus-within {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:focus-within\:from-purple-900:focus-within {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:focus-within\:from-violet-50:focus-within {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus-within\:from-violet-100:focus-within {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus-within\:from-violet-200:focus-within {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus-within\:from-violet-300:focus-within {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus-within\:from-violet-400:focus-within {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus-within\:from-violet-500:focus-within {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus-within\:from-violet-600:focus-within {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus-within\:from-violet-700:focus-within {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus-within\:from-violet-800:focus-within {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus-within\:from-violet-900:focus-within {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus-within\:from-indigo-50:focus-within {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus-within\:from-indigo-100:focus-within {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus-within\:from-indigo-200:focus-within {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus-within\:from-indigo-300:focus-within {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus-within\:from-indigo-400:focus-within {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus-within\:from-indigo-500:focus-within {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus-within\:from-indigo-600:focus-within {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus-within\:from-indigo-700:focus-within {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus-within\:from-indigo-800:focus-within {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus-within\:from-indigo-900:focus-within {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus-within\:from-blue-50:focus-within {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus-within\:from-blue-100:focus-within {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus-within\:from-blue-200:focus-within {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus-within\:from-blue-300:focus-within {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus-within\:from-blue-400:focus-within {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus-within\:from-blue-500:focus-within {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus-within\:from-blue-600:focus-within {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus-within\:from-blue-700:focus-within {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus-within\:from-blue-800:focus-within {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus-within\:from-blue-900:focus-within {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus-within\:from-lightBlue-50:focus-within {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus-within\:from-lightBlue-100:focus-within {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus-within\:from-lightBlue-200:focus-within {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus-within\:from-lightBlue-300:focus-within {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus-within\:from-lightBlue-400:focus-within {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus-within\:from-lightBlue-500:focus-within {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus-within\:from-lightBlue-600:focus-within {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus-within\:from-lightBlue-700:focus-within {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus-within\:from-lightBlue-800:focus-within {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus-within\:from-lightBlue-900:focus-within {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus-within\:from-cyan-50:focus-within {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:focus-within\:from-cyan-100:focus-within {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:focus-within\:from-cyan-200:focus-within {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:focus-within\:from-cyan-300:focus-within {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:focus-within\:from-cyan-400:focus-within {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:focus-within\:from-cyan-500:focus-within {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:focus-within\:from-cyan-600:focus-within {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:focus-within\:from-cyan-700:focus-within {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:focus-within\:from-cyan-800:focus-within {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:focus-within\:from-cyan-900:focus-within {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:focus-within\:from-teal-50:focus-within {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:focus-within\:from-teal-100:focus-within {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:focus-within\:from-teal-200:focus-within {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:focus-within\:from-teal-300:focus-within {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:focus-within\:from-teal-400:focus-within {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:focus-within\:from-teal-500:focus-within {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:focus-within\:from-teal-600:focus-within {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:focus-within\:from-teal-700:focus-within {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:focus-within\:from-teal-800:focus-within {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:focus-within\:from-teal-900:focus-within {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:focus-within\:from-emerald-50:focus-within {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus-within\:from-emerald-100:focus-within {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus-within\:from-emerald-200:focus-within {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus-within\:from-emerald-300:focus-within {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus-within\:from-emerald-400:focus-within {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus-within\:from-emerald-500:focus-within {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus-within\:from-emerald-600:focus-within {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus-within\:from-emerald-700:focus-within {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus-within\:from-emerald-800:focus-within {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus-within\:from-emerald-900:focus-within {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus-within\:from-green-50:focus-within {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus-within\:from-green-100:focus-within {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus-within\:from-green-200:focus-within {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus-within\:from-green-300:focus-within {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus-within\:from-green-400:focus-within {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus-within\:from-green-500:focus-within {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus-within\:from-green-600:focus-within {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus-within\:from-green-700:focus-within {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus-within\:from-green-800:focus-within {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus-within\:from-green-900:focus-within {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus-within\:from-lime-50:focus-within {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:focus-within\:from-lime-100:focus-within {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:focus-within\:from-lime-200:focus-within {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:focus-within\:from-lime-300:focus-within {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:focus-within\:from-lime-400:focus-within {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:focus-within\:from-lime-500:focus-within {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:focus-within\:from-lime-600:focus-within {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:focus-within\:from-lime-700:focus-within {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:focus-within\:from-lime-800:focus-within {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:focus-within\:from-lime-900:focus-within {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:focus-within\:from-yellow-50:focus-within {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:focus-within\:from-yellow-100:focus-within {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:focus-within\:from-yellow-200:focus-within {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:focus-within\:from-yellow-300:focus-within {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:focus-within\:from-yellow-400:focus-within {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:focus-within\:from-yellow-500:focus-within {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:focus-within\:from-yellow-600:focus-within {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:focus-within\:from-yellow-700:focus-within {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:focus-within\:from-yellow-800:focus-within {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:focus-within\:from-yellow-900:focus-within {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:focus-within\:from-amber-50:focus-within {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus-within\:from-amber-100:focus-within {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus-within\:from-amber-200:focus-within {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus-within\:from-amber-300:focus-within {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus-within\:from-amber-400:focus-within {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus-within\:from-amber-500:focus-within {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus-within\:from-amber-600:focus-within {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus-within\:from-amber-700:focus-within {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus-within\:from-amber-800:focus-within {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus-within\:from-amber-900:focus-within {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus-within\:from-orange-50:focus-within {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:focus-within\:from-orange-100:focus-within {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:focus-within\:from-orange-200:focus-within {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:focus-within\:from-orange-300:focus-within {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:focus-within\:from-orange-400:focus-within {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:focus-within\:from-orange-500:focus-within {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:focus-within\:from-orange-600:focus-within {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:focus-within\:from-orange-700:focus-within {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:focus-within\:from-orange-800:focus-within {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:focus-within\:from-orange-900:focus-within {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:focus-within\:from-red-50:focus-within {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus-within\:from-red-100:focus-within {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus-within\:from-red-200:focus-within {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus-within\:from-red-300:focus-within {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus-within\:from-red-400:focus-within {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus-within\:from-red-500:focus-within {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus-within\:from-red-600:focus-within {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus-within\:from-red-700:focus-within {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus-within\:from-red-800:focus-within {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus-within\:from-red-900:focus-within {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus-within\:from-warmGray-50:focus-within {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:focus-within\:from-warmGray-100:focus-within {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:focus-within\:from-warmGray-200:focus-within {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:focus-within\:from-warmGray-300:focus-within {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:focus-within\:from-warmGray-400:focus-within {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:focus-within\:from-warmGray-500:focus-within {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:focus-within\:from-warmGray-600:focus-within {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:focus-within\:from-warmGray-700:focus-within {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:focus-within\:from-warmGray-800:focus-within {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:focus-within\:from-warmGray-900:focus-within {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:focus-within\:from-trueGray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus-within\:from-trueGray-100:focus-within {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus-within\:from-trueGray-200:focus-within {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus-within\:from-trueGray-300:focus-within {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:focus-within\:from-trueGray-400:focus-within {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:focus-within\:from-trueGray-500:focus-within {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:focus-within\:from-trueGray-600:focus-within {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:focus-within\:from-trueGray-700:focus-within {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:focus-within\:from-trueGray-800:focus-within {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus-within\:from-trueGray-900:focus-within {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:focus-within\:from-gray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus-within\:from-gray-100:focus-within {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:focus-within\:from-gray-200:focus-within {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:focus-within\:from-gray-300:focus-within {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:focus-within\:from-gray-400:focus-within {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:focus-within\:from-gray-500:focus-within {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:focus-within\:from-gray-600:focus-within {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:focus-within\:from-gray-700:focus-within {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:focus-within\:from-gray-800:focus-within {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:focus-within\:from-gray-900:focus-within {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:focus-within\:from-coolGray-50:focus-within {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus-within\:from-coolGray-100:focus-within {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus-within\:from-coolGray-200:focus-within {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus-within\:from-coolGray-300:focus-within {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus-within\:from-coolGray-400:focus-within {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus-within\:from-coolGray-500:focus-within {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus-within\:from-coolGray-600:focus-within {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus-within\:from-coolGray-700:focus-within {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus-within\:from-coolGray-800:focus-within {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus-within\:from-coolGray-900:focus-within {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus-within\:from-blueGray-50:focus-within {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:focus-within\:from-blueGray-100:focus-within {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:focus-within\:from-blueGray-200:focus-within {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:focus-within\:from-blueGray-300:focus-within {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:focus-within\:from-blueGray-400:focus-within {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:focus-within\:from-blueGray-500:focus-within {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:focus-within\:from-blueGray-600:focus-within {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:focus-within\:from-blueGray-700:focus-within {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:focus-within\:from-blueGray-800:focus-within {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:focus-within\:from-blueGray-900:focus-within {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:focus-within\:from-current:focus-within {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus-within\:from-transparent:focus-within {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus-within\:via-black:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus-within\:via-white:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus-within\:via-rose-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus-within\:via-rose-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus-within\:via-rose-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus-within\:via-rose-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus-within\:via-rose-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus-within\:via-rose-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus-within\:via-rose-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus-within\:via-rose-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus-within\:via-rose-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus-within\:via-rose-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus-within\:via-pink-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus-within\:via-pink-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus-within\:via-pink-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus-within\:via-pink-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus-within\:via-pink-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus-within\:via-pink-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus-within\:via-pink-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus-within\:via-pink-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus-within\:via-pink-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus-within\:via-pink-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus-within\:via-fuchsia-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus-within\:via-fuchsia-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus-within\:via-fuchsia-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus-within\:via-fuchsia-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus-within\:via-fuchsia-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus-within\:via-fuchsia-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus-within\:via-fuchsia-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus-within\:via-fuchsia-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus-within\:via-fuchsia-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus-within\:via-fuchsia-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus-within\:via-purple-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus-within\:via-purple-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:focus-within\:via-purple-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:focus-within\:via-purple-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:focus-within\:via-purple-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:focus-within\:via-purple-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:focus-within\:via-purple-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:focus-within\:via-purple-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:focus-within\:via-purple-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:focus-within\:via-purple-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:focus-within\:via-violet-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus-within\:via-violet-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus-within\:via-violet-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus-within\:via-violet-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus-within\:via-violet-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus-within\:via-violet-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus-within\:via-violet-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus-within\:via-violet-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus-within\:via-violet-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus-within\:via-violet-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus-within\:via-indigo-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus-within\:via-indigo-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus-within\:via-indigo-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus-within\:via-indigo-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus-within\:via-indigo-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus-within\:via-indigo-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus-within\:via-indigo-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus-within\:via-indigo-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus-within\:via-indigo-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus-within\:via-indigo-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus-within\:via-blue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus-within\:via-blue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus-within\:via-blue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus-within\:via-blue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus-within\:via-blue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus-within\:via-blue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus-within\:via-blue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus-within\:via-blue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus-within\:via-blue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus-within\:via-blue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus-within\:via-lightBlue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus-within\:via-lightBlue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus-within\:via-lightBlue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus-within\:via-lightBlue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus-within\:via-lightBlue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus-within\:via-lightBlue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus-within\:via-lightBlue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus-within\:via-lightBlue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus-within\:via-lightBlue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus-within\:via-lightBlue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus-within\:via-cyan-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:focus-within\:via-cyan-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:focus-within\:via-cyan-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:focus-within\:via-cyan-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:focus-within\:via-cyan-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:focus-within\:via-cyan-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:focus-within\:via-cyan-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:focus-within\:via-cyan-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:focus-within\:via-cyan-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:focus-within\:via-cyan-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:focus-within\:via-teal-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:focus-within\:via-teal-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:focus-within\:via-teal-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:focus-within\:via-teal-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:focus-within\:via-teal-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:focus-within\:via-teal-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:focus-within\:via-teal-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:focus-within\:via-teal-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:focus-within\:via-teal-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:focus-within\:via-teal-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:focus-within\:via-emerald-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus-within\:via-emerald-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus-within\:via-emerald-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus-within\:via-emerald-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus-within\:via-emerald-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus-within\:via-emerald-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus-within\:via-emerald-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus-within\:via-emerald-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus-within\:via-emerald-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus-within\:via-emerald-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus-within\:via-green-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus-within\:via-green-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus-within\:via-green-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus-within\:via-green-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus-within\:via-green-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus-within\:via-green-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus-within\:via-green-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus-within\:via-green-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus-within\:via-green-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus-within\:via-green-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus-within\:via-lime-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:focus-within\:via-lime-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:focus-within\:via-lime-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:focus-within\:via-lime-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:focus-within\:via-lime-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:focus-within\:via-lime-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:focus-within\:via-lime-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:focus-within\:via-lime-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:focus-within\:via-lime-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:focus-within\:via-lime-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:focus-within\:via-yellow-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:focus-within\:via-yellow-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:focus-within\:via-yellow-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:focus-within\:via-yellow-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:focus-within\:via-yellow-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:focus-within\:via-yellow-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:focus-within\:via-yellow-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:focus-within\:via-yellow-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:focus-within\:via-yellow-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:focus-within\:via-yellow-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:focus-within\:via-amber-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus-within\:via-amber-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus-within\:via-amber-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus-within\:via-amber-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus-within\:via-amber-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus-within\:via-amber-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus-within\:via-amber-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus-within\:via-amber-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus-within\:via-amber-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus-within\:via-amber-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus-within\:via-orange-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:focus-within\:via-orange-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:focus-within\:via-orange-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:focus-within\:via-orange-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:focus-within\:via-orange-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:focus-within\:via-orange-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:focus-within\:via-orange-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:focus-within\:via-orange-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:focus-within\:via-orange-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:focus-within\:via-orange-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:focus-within\:via-red-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus-within\:via-red-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus-within\:via-red-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus-within\:via-red-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus-within\:via-red-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus-within\:via-red-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus-within\:via-red-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus-within\:via-red-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus-within\:via-red-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus-within\:via-red-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus-within\:via-warmGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:focus-within\:via-warmGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:focus-within\:via-warmGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:focus-within\:via-warmGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:focus-within\:via-warmGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:focus-within\:via-warmGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:focus-within\:via-warmGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:focus-within\:via-warmGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:focus-within\:via-warmGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:focus-within\:via-warmGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:focus-within\:via-trueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus-within\:via-trueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus-within\:via-trueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus-within\:via-trueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:focus-within\:via-trueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:focus-within\:via-trueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:focus-within\:via-trueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:focus-within\:via-trueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:focus-within\:via-trueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus-within\:via-trueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:focus-within\:via-gray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus-within\:via-gray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:focus-within\:via-gray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:focus-within\:via-gray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:focus-within\:via-gray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:focus-within\:via-gray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:focus-within\:via-gray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:focus-within\:via-gray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:focus-within\:via-gray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:focus-within\:via-gray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:focus-within\:via-coolGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus-within\:via-coolGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus-within\:via-coolGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus-within\:via-coolGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus-within\:via-coolGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus-within\:via-coolGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus-within\:via-coolGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus-within\:via-coolGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus-within\:via-coolGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus-within\:via-coolGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus-within\:via-blueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:focus-within\:via-blueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:focus-within\:via-blueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:focus-within\:via-blueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:focus-within\:via-blueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:focus-within\:via-blueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:focus-within\:via-blueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:focus-within\:via-blueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:focus-within\:via-blueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:focus-within\:via-blueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:focus-within\:via-current:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus-within\:via-transparent:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus-within\:to-black:focus-within {
    --tw-gradient-to: #000;
  }

  .md\:focus-within\:to-white:focus-within {
    --tw-gradient-to: #fff;
  }

  .md\:focus-within\:to-rose-50:focus-within {
    --tw-gradient-to: #fff1f2;
  }

  .md\:focus-within\:to-rose-100:focus-within {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:focus-within\:to-rose-200:focus-within {
    --tw-gradient-to: #fecdd3;
  }

  .md\:focus-within\:to-rose-300:focus-within {
    --tw-gradient-to: #fda4af;
  }

  .md\:focus-within\:to-rose-400:focus-within {
    --tw-gradient-to: #fb7185;
  }

  .md\:focus-within\:to-rose-500:focus-within {
    --tw-gradient-to: #f43f5e;
  }

  .md\:focus-within\:to-rose-600:focus-within {
    --tw-gradient-to: #e11d48;
  }

  .md\:focus-within\:to-rose-700:focus-within {
    --tw-gradient-to: #be123c;
  }

  .md\:focus-within\:to-rose-800:focus-within {
    --tw-gradient-to: #9f1239;
  }

  .md\:focus-within\:to-rose-900:focus-within {
    --tw-gradient-to: #881337;
  }

  .md\:focus-within\:to-pink-50:focus-within {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus-within\:to-pink-100:focus-within {
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus-within\:to-pink-200:focus-within {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus-within\:to-pink-300:focus-within {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus-within\:to-pink-400:focus-within {
    --tw-gradient-to: #f472b6;
  }

  .md\:focus-within\:to-pink-500:focus-within {
    --tw-gradient-to: #ec4899;
  }

  .md\:focus-within\:to-pink-600:focus-within {
    --tw-gradient-to: #db2777;
  }

  .md\:focus-within\:to-pink-700:focus-within {
    --tw-gradient-to: #be185d;
  }

  .md\:focus-within\:to-pink-800:focus-within {
    --tw-gradient-to: #9d174d;
  }

  .md\:focus-within\:to-pink-900:focus-within {
    --tw-gradient-to: #831843;
  }

  .md\:focus-within\:to-fuchsia-50:focus-within {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:focus-within\:to-fuchsia-100:focus-within {
    --tw-gradient-to: #fae8ff;
  }

  .md\:focus-within\:to-fuchsia-200:focus-within {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:focus-within\:to-fuchsia-300:focus-within {
    --tw-gradient-to: #f0abfc;
  }

  .md\:focus-within\:to-fuchsia-400:focus-within {
    --tw-gradient-to: #e879f9;
  }

  .md\:focus-within\:to-fuchsia-500:focus-within {
    --tw-gradient-to: #d946ef;
  }

  .md\:focus-within\:to-fuchsia-600:focus-within {
    --tw-gradient-to: #c026d3;
  }

  .md\:focus-within\:to-fuchsia-700:focus-within {
    --tw-gradient-to: #a21caf;
  }

  .md\:focus-within\:to-fuchsia-800:focus-within {
    --tw-gradient-to: #86198f;
  }

  .md\:focus-within\:to-fuchsia-900:focus-within {
    --tw-gradient-to: #701a75;
  }

  .md\:focus-within\:to-purple-50:focus-within {
    --tw-gradient-to: #faf5ff;
  }

  .md\:focus-within\:to-purple-100:focus-within {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:focus-within\:to-purple-200:focus-within {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:focus-within\:to-purple-300:focus-within {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:focus-within\:to-purple-400:focus-within {
    --tw-gradient-to: #c084fc;
  }

  .md\:focus-within\:to-purple-500:focus-within {
    --tw-gradient-to: #a855f7;
  }

  .md\:focus-within\:to-purple-600:focus-within {
    --tw-gradient-to: #9333ea;
  }

  .md\:focus-within\:to-purple-700:focus-within {
    --tw-gradient-to: #7e22ce;
  }

  .md\:focus-within\:to-purple-800:focus-within {
    --tw-gradient-to: #6b21a8;
  }

  .md\:focus-within\:to-purple-900:focus-within {
    --tw-gradient-to: #581c87;
  }

  .md\:focus-within\:to-violet-50:focus-within {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus-within\:to-violet-100:focus-within {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus-within\:to-violet-200:focus-within {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus-within\:to-violet-300:focus-within {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus-within\:to-violet-400:focus-within {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus-within\:to-violet-500:focus-within {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus-within\:to-violet-600:focus-within {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus-within\:to-violet-700:focus-within {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus-within\:to-violet-800:focus-within {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus-within\:to-violet-900:focus-within {
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus-within\:to-indigo-50:focus-within {
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus-within\:to-indigo-100:focus-within {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus-within\:to-indigo-200:focus-within {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus-within\:to-indigo-300:focus-within {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus-within\:to-indigo-400:focus-within {
    --tw-gradient-to: #818cf8;
  }

  .md\:focus-within\:to-indigo-500:focus-within {
    --tw-gradient-to: #6366f1;
  }

  .md\:focus-within\:to-indigo-600:focus-within {
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus-within\:to-indigo-700:focus-within {
    --tw-gradient-to: #4338ca;
  }

  .md\:focus-within\:to-indigo-800:focus-within {
    --tw-gradient-to: #3730a3;
  }

  .md\:focus-within\:to-indigo-900:focus-within {
    --tw-gradient-to: #312e81;
  }

  .md\:focus-within\:to-blue-50:focus-within {
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus-within\:to-blue-100:focus-within {
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus-within\:to-blue-200:focus-within {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus-within\:to-blue-300:focus-within {
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus-within\:to-blue-400:focus-within {
    --tw-gradient-to: #60a5fa;
  }

  .md\:focus-within\:to-blue-500:focus-within {
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus-within\:to-blue-600:focus-within {
    --tw-gradient-to: #2563eb;
  }

  .md\:focus-within\:to-blue-700:focus-within {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus-within\:to-blue-800:focus-within {
    --tw-gradient-to: #1e40af;
  }

  .md\:focus-within\:to-blue-900:focus-within {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus-within\:to-lightBlue-50:focus-within {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:focus-within\:to-lightBlue-100:focus-within {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:focus-within\:to-lightBlue-200:focus-within {
    --tw-gradient-to: #bae6fd;
  }

  .md\:focus-within\:to-lightBlue-300:focus-within {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:focus-within\:to-lightBlue-400:focus-within {
    --tw-gradient-to: #38bdf8;
  }

  .md\:focus-within\:to-lightBlue-500:focus-within {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:focus-within\:to-lightBlue-600:focus-within {
    --tw-gradient-to: #0284c7;
  }

  .md\:focus-within\:to-lightBlue-700:focus-within {
    --tw-gradient-to: #0369a1;
  }

  .md\:focus-within\:to-lightBlue-800:focus-within {
    --tw-gradient-to: #075985;
  }

  .md\:focus-within\:to-lightBlue-900:focus-within {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:focus-within\:to-cyan-50:focus-within {
    --tw-gradient-to: #ecfeff;
  }

  .md\:focus-within\:to-cyan-100:focus-within {
    --tw-gradient-to: #cffafe;
  }

  .md\:focus-within\:to-cyan-200:focus-within {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:focus-within\:to-cyan-300:focus-within {
    --tw-gradient-to: #67e8f9;
  }

  .md\:focus-within\:to-cyan-400:focus-within {
    --tw-gradient-to: #22d3ee;
  }

  .md\:focus-within\:to-cyan-500:focus-within {
    --tw-gradient-to: #06b6d4;
  }

  .md\:focus-within\:to-cyan-600:focus-within {
    --tw-gradient-to: #0891b2;
  }

  .md\:focus-within\:to-cyan-700:focus-within {
    --tw-gradient-to: #0e7490;
  }

  .md\:focus-within\:to-cyan-800:focus-within {
    --tw-gradient-to: #155e75;
  }

  .md\:focus-within\:to-cyan-900:focus-within {
    --tw-gradient-to: #164e63;
  }

  .md\:focus-within\:to-teal-50:focus-within {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:focus-within\:to-teal-100:focus-within {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:focus-within\:to-teal-200:focus-within {
    --tw-gradient-to: #99f6e4;
  }

  .md\:focus-within\:to-teal-300:focus-within {
    --tw-gradient-to: #5eead4;
  }

  .md\:focus-within\:to-teal-400:focus-within {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:focus-within\:to-teal-500:focus-within {
    --tw-gradient-to: #14b8a6;
  }

  .md\:focus-within\:to-teal-600:focus-within {
    --tw-gradient-to: #0d9488;
  }

  .md\:focus-within\:to-teal-700:focus-within {
    --tw-gradient-to: #0f766e;
  }

  .md\:focus-within\:to-teal-800:focus-within {
    --tw-gradient-to: #115e59;
  }

  .md\:focus-within\:to-teal-900:focus-within {
    --tw-gradient-to: #134e4a;
  }

  .md\:focus-within\:to-emerald-50:focus-within {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus-within\:to-emerald-100:focus-within {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus-within\:to-emerald-200:focus-within {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus-within\:to-emerald-300:focus-within {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus-within\:to-emerald-400:focus-within {
    --tw-gradient-to: #34d399;
  }

  .md\:focus-within\:to-emerald-500:focus-within {
    --tw-gradient-to: #10b981;
  }

  .md\:focus-within\:to-emerald-600:focus-within {
    --tw-gradient-to: #059669;
  }

  .md\:focus-within\:to-emerald-700:focus-within {
    --tw-gradient-to: #047857;
  }

  .md\:focus-within\:to-emerald-800:focus-within {
    --tw-gradient-to: #065f46;
  }

  .md\:focus-within\:to-emerald-900:focus-within {
    --tw-gradient-to: #064e3b;
  }

  .md\:focus-within\:to-green-50:focus-within {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:focus-within\:to-green-100:focus-within {
    --tw-gradient-to: #dcfce7;
  }

  .md\:focus-within\:to-green-200:focus-within {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:focus-within\:to-green-300:focus-within {
    --tw-gradient-to: #86efac;
  }

  .md\:focus-within\:to-green-400:focus-within {
    --tw-gradient-to: #4ade80;
  }

  .md\:focus-within\:to-green-500:focus-within {
    --tw-gradient-to: #22c55e;
  }

  .md\:focus-within\:to-green-600:focus-within {
    --tw-gradient-to: #16a34a;
  }

  .md\:focus-within\:to-green-700:focus-within {
    --tw-gradient-to: #15803d;
  }

  .md\:focus-within\:to-green-800:focus-within {
    --tw-gradient-to: #166534;
  }

  .md\:focus-within\:to-green-900:focus-within {
    --tw-gradient-to: #14532d;
  }

  .md\:focus-within\:to-lime-50:focus-within {
    --tw-gradient-to: #f7fee7;
  }

  .md\:focus-within\:to-lime-100:focus-within {
    --tw-gradient-to: #ecfccb;
  }

  .md\:focus-within\:to-lime-200:focus-within {
    --tw-gradient-to: #d9f99d;
  }

  .md\:focus-within\:to-lime-300:focus-within {
    --tw-gradient-to: #bef264;
  }

  .md\:focus-within\:to-lime-400:focus-within {
    --tw-gradient-to: #a3e635;
  }

  .md\:focus-within\:to-lime-500:focus-within {
    --tw-gradient-to: #84cc16;
  }

  .md\:focus-within\:to-lime-600:focus-within {
    --tw-gradient-to: #65a30d;
  }

  .md\:focus-within\:to-lime-700:focus-within {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:focus-within\:to-lime-800:focus-within {
    --tw-gradient-to: #3f6212;
  }

  .md\:focus-within\:to-lime-900:focus-within {
    --tw-gradient-to: #365314;
  }

  .md\:focus-within\:to-yellow-50:focus-within {
    --tw-gradient-to: #fefce8;
  }

  .md\:focus-within\:to-yellow-100:focus-within {
    --tw-gradient-to: #fef9c3;
  }

  .md\:focus-within\:to-yellow-200:focus-within {
    --tw-gradient-to: #fef08a;
  }

  .md\:focus-within\:to-yellow-300:focus-within {
    --tw-gradient-to: #fde047;
  }

  .md\:focus-within\:to-yellow-400:focus-within {
    --tw-gradient-to: #facc15;
  }

  .md\:focus-within\:to-yellow-500:focus-within {
    --tw-gradient-to: #eab308;
  }

  .md\:focus-within\:to-yellow-600:focus-within {
    --tw-gradient-to: #ca8a04;
  }

  .md\:focus-within\:to-yellow-700:focus-within {
    --tw-gradient-to: #a16207;
  }

  .md\:focus-within\:to-yellow-800:focus-within {
    --tw-gradient-to: #854d0e;
  }

  .md\:focus-within\:to-yellow-900:focus-within {
    --tw-gradient-to: #713f12;
  }

  .md\:focus-within\:to-amber-50:focus-within {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus-within\:to-amber-100:focus-within {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus-within\:to-amber-200:focus-within {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus-within\:to-amber-300:focus-within {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus-within\:to-amber-400:focus-within {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus-within\:to-amber-500:focus-within {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus-within\:to-amber-600:focus-within {
    --tw-gradient-to: #d97706;
  }

  .md\:focus-within\:to-amber-700:focus-within {
    --tw-gradient-to: #b45309;
  }

  .md\:focus-within\:to-amber-800:focus-within {
    --tw-gradient-to: #92400e;
  }

  .md\:focus-within\:to-amber-900:focus-within {
    --tw-gradient-to: #78350f;
  }

  .md\:focus-within\:to-orange-50:focus-within {
    --tw-gradient-to: #fff7ed;
  }

  .md\:focus-within\:to-orange-100:focus-within {
    --tw-gradient-to: #ffedd5;
  }

  .md\:focus-within\:to-orange-200:focus-within {
    --tw-gradient-to: #fed7aa;
  }

  .md\:focus-within\:to-orange-300:focus-within {
    --tw-gradient-to: #fdba74;
  }

  .md\:focus-within\:to-orange-400:focus-within {
    --tw-gradient-to: #fb923c;
  }

  .md\:focus-within\:to-orange-500:focus-within {
    --tw-gradient-to: #f97316;
  }

  .md\:focus-within\:to-orange-600:focus-within {
    --tw-gradient-to: #ea580c;
  }

  .md\:focus-within\:to-orange-700:focus-within {
    --tw-gradient-to: #c2410c;
  }

  .md\:focus-within\:to-orange-800:focus-within {
    --tw-gradient-to: #9a3412;
  }

  .md\:focus-within\:to-orange-900:focus-within {
    --tw-gradient-to: #7c2d12;
  }

  .md\:focus-within\:to-red-50:focus-within {
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus-within\:to-red-100:focus-within {
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus-within\:to-red-200:focus-within {
    --tw-gradient-to: #fecaca;
  }

  .md\:focus-within\:to-red-300:focus-within {
    --tw-gradient-to: #fca5a5;
  }

  .md\:focus-within\:to-red-400:focus-within {
    --tw-gradient-to: #f87171;
  }

  .md\:focus-within\:to-red-500:focus-within {
    --tw-gradient-to: #ef4444;
  }

  .md\:focus-within\:to-red-600:focus-within {
    --tw-gradient-to: #dc2626;
  }

  .md\:focus-within\:to-red-700:focus-within {
    --tw-gradient-to: #b91c1c;
  }

  .md\:focus-within\:to-red-800:focus-within {
    --tw-gradient-to: #991b1b;
  }

  .md\:focus-within\:to-red-900:focus-within {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:focus-within\:to-warmGray-50:focus-within {
    --tw-gradient-to: #fafaf9;
  }

  .md\:focus-within\:to-warmGray-100:focus-within {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:focus-within\:to-warmGray-200:focus-within {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:focus-within\:to-warmGray-300:focus-within {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:focus-within\:to-warmGray-400:focus-within {
    --tw-gradient-to: #a8a29e;
  }

  .md\:focus-within\:to-warmGray-500:focus-within {
    --tw-gradient-to: #78716c;
  }

  .md\:focus-within\:to-warmGray-600:focus-within {
    --tw-gradient-to: #57534e;
  }

  .md\:focus-within\:to-warmGray-700:focus-within {
    --tw-gradient-to: #44403c;
  }

  .md\:focus-within\:to-warmGray-800:focus-within {
    --tw-gradient-to: #292524;
  }

  .md\:focus-within\:to-warmGray-900:focus-within {
    --tw-gradient-to: #1c1917;
  }

  .md\:focus-within\:to-trueGray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .md\:focus-within\:to-trueGray-100:focus-within {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:focus-within\:to-trueGray-200:focus-within {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:focus-within\:to-trueGray-300:focus-within {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:focus-within\:to-trueGray-400:focus-within {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:focus-within\:to-trueGray-500:focus-within {
    --tw-gradient-to: #737373;
  }

  .md\:focus-within\:to-trueGray-600:focus-within {
    --tw-gradient-to: #525252;
  }

  .md\:focus-within\:to-trueGray-700:focus-within {
    --tw-gradient-to: #404040;
  }

  .md\:focus-within\:to-trueGray-800:focus-within {
    --tw-gradient-to: #262626;
  }

  .md\:focus-within\:to-trueGray-900:focus-within {
    --tw-gradient-to: #171717;
  }

  .md\:focus-within\:to-gray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .md\:focus-within\:to-gray-100:focus-within {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:focus-within\:to-gray-200:focus-within {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:focus-within\:to-gray-300:focus-within {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:focus-within\:to-gray-400:focus-within {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:focus-within\:to-gray-500:focus-within {
    --tw-gradient-to: #71717a;
  }

  .md\:focus-within\:to-gray-600:focus-within {
    --tw-gradient-to: #52525b;
  }

  .md\:focus-within\:to-gray-700:focus-within {
    --tw-gradient-to: #3f3f46;
  }

  .md\:focus-within\:to-gray-800:focus-within {
    --tw-gradient-to: #27272a;
  }

  .md\:focus-within\:to-gray-900:focus-within {
    --tw-gradient-to: #18181b;
  }

  .md\:focus-within\:to-coolGray-50:focus-within {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus-within\:to-coolGray-100:focus-within {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus-within\:to-coolGray-200:focus-within {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus-within\:to-coolGray-300:focus-within {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus-within\:to-coolGray-400:focus-within {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus-within\:to-coolGray-500:focus-within {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus-within\:to-coolGray-600:focus-within {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus-within\:to-coolGray-700:focus-within {
    --tw-gradient-to: #374151;
  }

  .md\:focus-within\:to-coolGray-800:focus-within {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus-within\:to-coolGray-900:focus-within {
    --tw-gradient-to: #111827;
  }

  .md\:focus-within\:to-blueGray-50:focus-within {
    --tw-gradient-to: #f8fafc;
  }

  .md\:focus-within\:to-blueGray-100:focus-within {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:focus-within\:to-blueGray-200:focus-within {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:focus-within\:to-blueGray-300:focus-within {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:focus-within\:to-blueGray-400:focus-within {
    --tw-gradient-to: #94a3b8;
  }

  .md\:focus-within\:to-blueGray-500:focus-within {
    --tw-gradient-to: #64748b;
  }

  .md\:focus-within\:to-blueGray-600:focus-within {
    --tw-gradient-to: #475569;
  }

  .md\:focus-within\:to-blueGray-700:focus-within {
    --tw-gradient-to: #334155;
  }

  .md\:focus-within\:to-blueGray-800:focus-within {
    --tw-gradient-to: #1e293b;
  }

  .md\:focus-within\:to-blueGray-900:focus-within {
    --tw-gradient-to: #0f172a;
  }

  .md\:focus-within\:to-current:focus-within {
    --tw-gradient-to: current;
  }

  .md\:focus-within\:to-transparent:focus-within {
    --tw-gradient-to: transparent;
  }

  .md\:first\:from-black:first-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:first\:from-white:first-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:first\:from-rose-50:first-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:first\:from-rose-100:first-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:first\:from-rose-200:first-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:first\:from-rose-300:first-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:first\:from-rose-400:first-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:first\:from-rose-500:first-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:first\:from-rose-600:first-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:first\:from-rose-700:first-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:first\:from-rose-800:first-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:first\:from-rose-900:first-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:first\:from-pink-50:first-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:first\:from-pink-100:first-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:first\:from-pink-200:first-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:first\:from-pink-300:first-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:first\:from-pink-400:first-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:first\:from-pink-500:first-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:first\:from-pink-600:first-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:first\:from-pink-700:first-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:first\:from-pink-800:first-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:first\:from-pink-900:first-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:first\:from-fuchsia-50:first-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:first\:from-fuchsia-100:first-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:first\:from-fuchsia-200:first-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:first\:from-fuchsia-300:first-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:first\:from-fuchsia-400:first-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:first\:from-fuchsia-500:first-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:first\:from-fuchsia-600:first-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:first\:from-fuchsia-700:first-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:first\:from-fuchsia-800:first-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:first\:from-fuchsia-900:first-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:first\:from-purple-50:first-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:first\:from-purple-100:first-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:first\:from-purple-200:first-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:first\:from-purple-300:first-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:first\:from-purple-400:first-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:first\:from-purple-500:first-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:first\:from-purple-600:first-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:first\:from-purple-700:first-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:first\:from-purple-800:first-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:first\:from-purple-900:first-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:first\:from-violet-50:first-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:first\:from-violet-100:first-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:first\:from-violet-200:first-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:first\:from-violet-300:first-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:first\:from-violet-400:first-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:first\:from-violet-500:first-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:first\:from-violet-600:first-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:first\:from-violet-700:first-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:first\:from-violet-800:first-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:first\:from-violet-900:first-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:first\:from-indigo-50:first-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:first\:from-indigo-100:first-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:first\:from-indigo-200:first-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:first\:from-indigo-300:first-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:first\:from-indigo-400:first-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:first\:from-indigo-500:first-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:first\:from-indigo-600:first-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:first\:from-indigo-700:first-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:first\:from-indigo-800:first-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:first\:from-indigo-900:first-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:first\:from-blue-50:first-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:first\:from-blue-100:first-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:first\:from-blue-200:first-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:first\:from-blue-300:first-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:first\:from-blue-400:first-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:first\:from-blue-500:first-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:first\:from-blue-600:first-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:first\:from-blue-700:first-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:first\:from-blue-800:first-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:first\:from-blue-900:first-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:first\:from-lightBlue-50:first-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:first\:from-lightBlue-100:first-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:first\:from-lightBlue-200:first-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:first\:from-lightBlue-300:first-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:first\:from-lightBlue-400:first-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:first\:from-lightBlue-500:first-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:first\:from-lightBlue-600:first-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:first\:from-lightBlue-700:first-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:first\:from-lightBlue-800:first-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:first\:from-lightBlue-900:first-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:first\:from-cyan-50:first-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:first\:from-cyan-100:first-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:first\:from-cyan-200:first-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:first\:from-cyan-300:first-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:first\:from-cyan-400:first-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:first\:from-cyan-500:first-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:first\:from-cyan-600:first-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:first\:from-cyan-700:first-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:first\:from-cyan-800:first-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:first\:from-cyan-900:first-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:first\:from-teal-50:first-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:first\:from-teal-100:first-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:first\:from-teal-200:first-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:first\:from-teal-300:first-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:first\:from-teal-400:first-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:first\:from-teal-500:first-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:first\:from-teal-600:first-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:first\:from-teal-700:first-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:first\:from-teal-800:first-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:first\:from-teal-900:first-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:first\:from-emerald-50:first-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:first\:from-emerald-100:first-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:first\:from-emerald-200:first-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:first\:from-emerald-300:first-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:first\:from-emerald-400:first-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:first\:from-emerald-500:first-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:first\:from-emerald-600:first-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:first\:from-emerald-700:first-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:first\:from-emerald-800:first-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:first\:from-emerald-900:first-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:first\:from-green-50:first-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:first\:from-green-100:first-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:first\:from-green-200:first-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:first\:from-green-300:first-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:first\:from-green-400:first-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:first\:from-green-500:first-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:first\:from-green-600:first-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:first\:from-green-700:first-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:first\:from-green-800:first-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:first\:from-green-900:first-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:first\:from-lime-50:first-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:first\:from-lime-100:first-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:first\:from-lime-200:first-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:first\:from-lime-300:first-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:first\:from-lime-400:first-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:first\:from-lime-500:first-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:first\:from-lime-600:first-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:first\:from-lime-700:first-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:first\:from-lime-800:first-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:first\:from-lime-900:first-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:first\:from-yellow-50:first-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:first\:from-yellow-100:first-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:first\:from-yellow-200:first-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:first\:from-yellow-300:first-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:first\:from-yellow-400:first-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:first\:from-yellow-500:first-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:first\:from-yellow-600:first-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:first\:from-yellow-700:first-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:first\:from-yellow-800:first-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:first\:from-yellow-900:first-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:first\:from-amber-50:first-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:first\:from-amber-100:first-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:first\:from-amber-200:first-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:first\:from-amber-300:first-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:first\:from-amber-400:first-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:first\:from-amber-500:first-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:first\:from-amber-600:first-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:first\:from-amber-700:first-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:first\:from-amber-800:first-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:first\:from-amber-900:first-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:first\:from-orange-50:first-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:first\:from-orange-100:first-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:first\:from-orange-200:first-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:first\:from-orange-300:first-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:first\:from-orange-400:first-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:first\:from-orange-500:first-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:first\:from-orange-600:first-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:first\:from-orange-700:first-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:first\:from-orange-800:first-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:first\:from-orange-900:first-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:first\:from-red-50:first-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:first\:from-red-100:first-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:first\:from-red-200:first-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:first\:from-red-300:first-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:first\:from-red-400:first-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:first\:from-red-500:first-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:first\:from-red-600:first-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:first\:from-red-700:first-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:first\:from-red-800:first-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:first\:from-red-900:first-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:first\:from-warmGray-50:first-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:first\:from-warmGray-100:first-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:first\:from-warmGray-200:first-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:first\:from-warmGray-300:first-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:first\:from-warmGray-400:first-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:first\:from-warmGray-500:first-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:first\:from-warmGray-600:first-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:first\:from-warmGray-700:first-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:first\:from-warmGray-800:first-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:first\:from-warmGray-900:first-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:first\:from-trueGray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:first\:from-trueGray-100:first-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:first\:from-trueGray-200:first-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:first\:from-trueGray-300:first-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:first\:from-trueGray-400:first-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:first\:from-trueGray-500:first-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:first\:from-trueGray-600:first-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:first\:from-trueGray-700:first-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:first\:from-trueGray-800:first-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:first\:from-trueGray-900:first-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:first\:from-gray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:first\:from-gray-100:first-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:first\:from-gray-200:first-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:first\:from-gray-300:first-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:first\:from-gray-400:first-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:first\:from-gray-500:first-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:first\:from-gray-600:first-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:first\:from-gray-700:first-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:first\:from-gray-800:first-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:first\:from-gray-900:first-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:first\:from-coolGray-50:first-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:first\:from-coolGray-100:first-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:first\:from-coolGray-200:first-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:first\:from-coolGray-300:first-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:first\:from-coolGray-400:first-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:first\:from-coolGray-500:first-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:first\:from-coolGray-600:first-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:first\:from-coolGray-700:first-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:first\:from-coolGray-800:first-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:first\:from-coolGray-900:first-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:first\:from-blueGray-50:first-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:first\:from-blueGray-100:first-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:first\:from-blueGray-200:first-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:first\:from-blueGray-300:first-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:first\:from-blueGray-400:first-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:first\:from-blueGray-500:first-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:first\:from-blueGray-600:first-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:first\:from-blueGray-700:first-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:first\:from-blueGray-800:first-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:first\:from-blueGray-900:first-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:first\:from-current:first-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:first\:from-transparent:first-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:first\:via-black:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:first\:via-white:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:first\:via-rose-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:first\:via-rose-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:first\:via-rose-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:first\:via-rose-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:first\:via-rose-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:first\:via-rose-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:first\:via-rose-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:first\:via-rose-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:first\:via-rose-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:first\:via-rose-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:first\:via-pink-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:first\:via-pink-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:first\:via-pink-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:first\:via-pink-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:first\:via-pink-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:first\:via-pink-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:first\:via-pink-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:first\:via-pink-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:first\:via-pink-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:first\:via-pink-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:first\:via-fuchsia-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:first\:via-fuchsia-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:first\:via-fuchsia-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:first\:via-fuchsia-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:first\:via-fuchsia-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:first\:via-fuchsia-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:first\:via-fuchsia-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:first\:via-fuchsia-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:first\:via-fuchsia-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:first\:via-fuchsia-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:first\:via-purple-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:first\:via-purple-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:first\:via-purple-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:first\:via-purple-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:first\:via-purple-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:first\:via-purple-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:first\:via-purple-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:first\:via-purple-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:first\:via-purple-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:first\:via-purple-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:first\:via-violet-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:first\:via-violet-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:first\:via-violet-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:first\:via-violet-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:first\:via-violet-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:first\:via-violet-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:first\:via-violet-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:first\:via-violet-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:first\:via-violet-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:first\:via-violet-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:first\:via-indigo-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:first\:via-indigo-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:first\:via-indigo-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:first\:via-indigo-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:first\:via-indigo-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:first\:via-indigo-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:first\:via-indigo-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:first\:via-indigo-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:first\:via-indigo-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:first\:via-indigo-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:first\:via-blue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:first\:via-blue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:first\:via-blue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:first\:via-blue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:first\:via-blue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:first\:via-blue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:first\:via-blue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:first\:via-blue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:first\:via-blue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:first\:via-blue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:first\:via-lightBlue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:first\:via-lightBlue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:first\:via-lightBlue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:first\:via-lightBlue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:first\:via-lightBlue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:first\:via-lightBlue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:first\:via-lightBlue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:first\:via-lightBlue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:first\:via-lightBlue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:first\:via-lightBlue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:first\:via-cyan-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:first\:via-cyan-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:first\:via-cyan-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:first\:via-cyan-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:first\:via-cyan-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:first\:via-cyan-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:first\:via-cyan-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:first\:via-cyan-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:first\:via-cyan-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:first\:via-cyan-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:first\:via-teal-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:first\:via-teal-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:first\:via-teal-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:first\:via-teal-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:first\:via-teal-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:first\:via-teal-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:first\:via-teal-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:first\:via-teal-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:first\:via-teal-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:first\:via-teal-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:first\:via-emerald-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:first\:via-emerald-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:first\:via-emerald-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:first\:via-emerald-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:first\:via-emerald-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:first\:via-emerald-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:first\:via-emerald-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:first\:via-emerald-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:first\:via-emerald-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:first\:via-emerald-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:first\:via-green-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:first\:via-green-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:first\:via-green-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:first\:via-green-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:first\:via-green-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:first\:via-green-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:first\:via-green-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:first\:via-green-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:first\:via-green-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:first\:via-green-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:first\:via-lime-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:first\:via-lime-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:first\:via-lime-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:first\:via-lime-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:first\:via-lime-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:first\:via-lime-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:first\:via-lime-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:first\:via-lime-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:first\:via-lime-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:first\:via-lime-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:first\:via-yellow-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:first\:via-yellow-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:first\:via-yellow-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:first\:via-yellow-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:first\:via-yellow-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:first\:via-yellow-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:first\:via-yellow-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:first\:via-yellow-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:first\:via-yellow-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:first\:via-yellow-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:first\:via-amber-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:first\:via-amber-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:first\:via-amber-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:first\:via-amber-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:first\:via-amber-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:first\:via-amber-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:first\:via-amber-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:first\:via-amber-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:first\:via-amber-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:first\:via-amber-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:first\:via-orange-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:first\:via-orange-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:first\:via-orange-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:first\:via-orange-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:first\:via-orange-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:first\:via-orange-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:first\:via-orange-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:first\:via-orange-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:first\:via-orange-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:first\:via-orange-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:first\:via-red-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:first\:via-red-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:first\:via-red-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:first\:via-red-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:first\:via-red-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:first\:via-red-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:first\:via-red-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:first\:via-red-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:first\:via-red-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:first\:via-red-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:first\:via-warmGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:first\:via-warmGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:first\:via-warmGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:first\:via-warmGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:first\:via-warmGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:first\:via-warmGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:first\:via-warmGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:first\:via-warmGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:first\:via-warmGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:first\:via-warmGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:first\:via-trueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:first\:via-trueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:first\:via-trueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:first\:via-trueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:first\:via-trueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:first\:via-trueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:first\:via-trueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:first\:via-trueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:first\:via-trueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:first\:via-trueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:first\:via-gray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:first\:via-gray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:first\:via-gray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:first\:via-gray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:first\:via-gray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:first\:via-gray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:first\:via-gray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:first\:via-gray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:first\:via-gray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:first\:via-gray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:first\:via-coolGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:first\:via-coolGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:first\:via-coolGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:first\:via-coolGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:first\:via-coolGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:first\:via-coolGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:first\:via-coolGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:first\:via-coolGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:first\:via-coolGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:first\:via-coolGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:first\:via-blueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:first\:via-blueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:first\:via-blueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:first\:via-blueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:first\:via-blueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:first\:via-blueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:first\:via-blueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:first\:via-blueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:first\:via-blueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:first\:via-blueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:first\:via-current:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:first\:via-transparent:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:first\:to-black:first-child {
    --tw-gradient-to: #000;
  }

  .md\:first\:to-white:first-child {
    --tw-gradient-to: #fff;
  }

  .md\:first\:to-rose-50:first-child {
    --tw-gradient-to: #fff1f2;
  }

  .md\:first\:to-rose-100:first-child {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:first\:to-rose-200:first-child {
    --tw-gradient-to: #fecdd3;
  }

  .md\:first\:to-rose-300:first-child {
    --tw-gradient-to: #fda4af;
  }

  .md\:first\:to-rose-400:first-child {
    --tw-gradient-to: #fb7185;
  }

  .md\:first\:to-rose-500:first-child {
    --tw-gradient-to: #f43f5e;
  }

  .md\:first\:to-rose-600:first-child {
    --tw-gradient-to: #e11d48;
  }

  .md\:first\:to-rose-700:first-child {
    --tw-gradient-to: #be123c;
  }

  .md\:first\:to-rose-800:first-child {
    --tw-gradient-to: #9f1239;
  }

  .md\:first\:to-rose-900:first-child {
    --tw-gradient-to: #881337;
  }

  .md\:first\:to-pink-50:first-child {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:first\:to-pink-100:first-child {
    --tw-gradient-to: #fce7f3;
  }

  .md\:first\:to-pink-200:first-child {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:first\:to-pink-300:first-child {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:first\:to-pink-400:first-child {
    --tw-gradient-to: #f472b6;
  }

  .md\:first\:to-pink-500:first-child {
    --tw-gradient-to: #ec4899;
  }

  .md\:first\:to-pink-600:first-child {
    --tw-gradient-to: #db2777;
  }

  .md\:first\:to-pink-700:first-child {
    --tw-gradient-to: #be185d;
  }

  .md\:first\:to-pink-800:first-child {
    --tw-gradient-to: #9d174d;
  }

  .md\:first\:to-pink-900:first-child {
    --tw-gradient-to: #831843;
  }

  .md\:first\:to-fuchsia-50:first-child {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:first\:to-fuchsia-100:first-child {
    --tw-gradient-to: #fae8ff;
  }

  .md\:first\:to-fuchsia-200:first-child {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:first\:to-fuchsia-300:first-child {
    --tw-gradient-to: #f0abfc;
  }

  .md\:first\:to-fuchsia-400:first-child {
    --tw-gradient-to: #e879f9;
  }

  .md\:first\:to-fuchsia-500:first-child {
    --tw-gradient-to: #d946ef;
  }

  .md\:first\:to-fuchsia-600:first-child {
    --tw-gradient-to: #c026d3;
  }

  .md\:first\:to-fuchsia-700:first-child {
    --tw-gradient-to: #a21caf;
  }

  .md\:first\:to-fuchsia-800:first-child {
    --tw-gradient-to: #86198f;
  }

  .md\:first\:to-fuchsia-900:first-child {
    --tw-gradient-to: #701a75;
  }

  .md\:first\:to-purple-50:first-child {
    --tw-gradient-to: #faf5ff;
  }

  .md\:first\:to-purple-100:first-child {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:first\:to-purple-200:first-child {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:first\:to-purple-300:first-child {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:first\:to-purple-400:first-child {
    --tw-gradient-to: #c084fc;
  }

  .md\:first\:to-purple-500:first-child {
    --tw-gradient-to: #a855f7;
  }

  .md\:first\:to-purple-600:first-child {
    --tw-gradient-to: #9333ea;
  }

  .md\:first\:to-purple-700:first-child {
    --tw-gradient-to: #7e22ce;
  }

  .md\:first\:to-purple-800:first-child {
    --tw-gradient-to: #6b21a8;
  }

  .md\:first\:to-purple-900:first-child {
    --tw-gradient-to: #581c87;
  }

  .md\:first\:to-violet-50:first-child {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:first\:to-violet-100:first-child {
    --tw-gradient-to: #ede9fe;
  }

  .md\:first\:to-violet-200:first-child {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:first\:to-violet-300:first-child {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:first\:to-violet-400:first-child {
    --tw-gradient-to: #a78bfa;
  }

  .md\:first\:to-violet-500:first-child {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:first\:to-violet-600:first-child {
    --tw-gradient-to: #7c3aed;
  }

  .md\:first\:to-violet-700:first-child {
    --tw-gradient-to: #6d28d9;
  }

  .md\:first\:to-violet-800:first-child {
    --tw-gradient-to: #5b21b6;
  }

  .md\:first\:to-violet-900:first-child {
    --tw-gradient-to: #4c1d95;
  }

  .md\:first\:to-indigo-50:first-child {
    --tw-gradient-to: #eef2ff;
  }

  .md\:first\:to-indigo-100:first-child {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:first\:to-indigo-200:first-child {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:first\:to-indigo-300:first-child {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:first\:to-indigo-400:first-child {
    --tw-gradient-to: #818cf8;
  }

  .md\:first\:to-indigo-500:first-child {
    --tw-gradient-to: #6366f1;
  }

  .md\:first\:to-indigo-600:first-child {
    --tw-gradient-to: #4f46e5;
  }

  .md\:first\:to-indigo-700:first-child {
    --tw-gradient-to: #4338ca;
  }

  .md\:first\:to-indigo-800:first-child {
    --tw-gradient-to: #3730a3;
  }

  .md\:first\:to-indigo-900:first-child {
    --tw-gradient-to: #312e81;
  }

  .md\:first\:to-blue-50:first-child {
    --tw-gradient-to: #eff6ff;
  }

  .md\:first\:to-blue-100:first-child {
    --tw-gradient-to: #dbeafe;
  }

  .md\:first\:to-blue-200:first-child {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:first\:to-blue-300:first-child {
    --tw-gradient-to: #93c5fd;
  }

  .md\:first\:to-blue-400:first-child {
    --tw-gradient-to: #60a5fa;
  }

  .md\:first\:to-blue-500:first-child {
    --tw-gradient-to: #3b82f6;
  }

  .md\:first\:to-blue-600:first-child {
    --tw-gradient-to: #2563eb;
  }

  .md\:first\:to-blue-700:first-child {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:first\:to-blue-800:first-child {
    --tw-gradient-to: #1e40af;
  }

  .md\:first\:to-blue-900:first-child {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:first\:to-lightBlue-50:first-child {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:first\:to-lightBlue-100:first-child {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:first\:to-lightBlue-200:first-child {
    --tw-gradient-to: #bae6fd;
  }

  .md\:first\:to-lightBlue-300:first-child {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:first\:to-lightBlue-400:first-child {
    --tw-gradient-to: #38bdf8;
  }

  .md\:first\:to-lightBlue-500:first-child {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:first\:to-lightBlue-600:first-child {
    --tw-gradient-to: #0284c7;
  }

  .md\:first\:to-lightBlue-700:first-child {
    --tw-gradient-to: #0369a1;
  }

  .md\:first\:to-lightBlue-800:first-child {
    --tw-gradient-to: #075985;
  }

  .md\:first\:to-lightBlue-900:first-child {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:first\:to-cyan-50:first-child {
    --tw-gradient-to: #ecfeff;
  }

  .md\:first\:to-cyan-100:first-child {
    --tw-gradient-to: #cffafe;
  }

  .md\:first\:to-cyan-200:first-child {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:first\:to-cyan-300:first-child {
    --tw-gradient-to: #67e8f9;
  }

  .md\:first\:to-cyan-400:first-child {
    --tw-gradient-to: #22d3ee;
  }

  .md\:first\:to-cyan-500:first-child {
    --tw-gradient-to: #06b6d4;
  }

  .md\:first\:to-cyan-600:first-child {
    --tw-gradient-to: #0891b2;
  }

  .md\:first\:to-cyan-700:first-child {
    --tw-gradient-to: #0e7490;
  }

  .md\:first\:to-cyan-800:first-child {
    --tw-gradient-to: #155e75;
  }

  .md\:first\:to-cyan-900:first-child {
    --tw-gradient-to: #164e63;
  }

  .md\:first\:to-teal-50:first-child {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:first\:to-teal-100:first-child {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:first\:to-teal-200:first-child {
    --tw-gradient-to: #99f6e4;
  }

  .md\:first\:to-teal-300:first-child {
    --tw-gradient-to: #5eead4;
  }

  .md\:first\:to-teal-400:first-child {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:first\:to-teal-500:first-child {
    --tw-gradient-to: #14b8a6;
  }

  .md\:first\:to-teal-600:first-child {
    --tw-gradient-to: #0d9488;
  }

  .md\:first\:to-teal-700:first-child {
    --tw-gradient-to: #0f766e;
  }

  .md\:first\:to-teal-800:first-child {
    --tw-gradient-to: #115e59;
  }

  .md\:first\:to-teal-900:first-child {
    --tw-gradient-to: #134e4a;
  }

  .md\:first\:to-emerald-50:first-child {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:first\:to-emerald-100:first-child {
    --tw-gradient-to: #d1fae5;
  }

  .md\:first\:to-emerald-200:first-child {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:first\:to-emerald-300:first-child {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:first\:to-emerald-400:first-child {
    --tw-gradient-to: #34d399;
  }

  .md\:first\:to-emerald-500:first-child {
    --tw-gradient-to: #10b981;
  }

  .md\:first\:to-emerald-600:first-child {
    --tw-gradient-to: #059669;
  }

  .md\:first\:to-emerald-700:first-child {
    --tw-gradient-to: #047857;
  }

  .md\:first\:to-emerald-800:first-child {
    --tw-gradient-to: #065f46;
  }

  .md\:first\:to-emerald-900:first-child {
    --tw-gradient-to: #064e3b;
  }

  .md\:first\:to-green-50:first-child {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:first\:to-green-100:first-child {
    --tw-gradient-to: #dcfce7;
  }

  .md\:first\:to-green-200:first-child {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:first\:to-green-300:first-child {
    --tw-gradient-to: #86efac;
  }

  .md\:first\:to-green-400:first-child {
    --tw-gradient-to: #4ade80;
  }

  .md\:first\:to-green-500:first-child {
    --tw-gradient-to: #22c55e;
  }

  .md\:first\:to-green-600:first-child {
    --tw-gradient-to: #16a34a;
  }

  .md\:first\:to-green-700:first-child {
    --tw-gradient-to: #15803d;
  }

  .md\:first\:to-green-800:first-child {
    --tw-gradient-to: #166534;
  }

  .md\:first\:to-green-900:first-child {
    --tw-gradient-to: #14532d;
  }

  .md\:first\:to-lime-50:first-child {
    --tw-gradient-to: #f7fee7;
  }

  .md\:first\:to-lime-100:first-child {
    --tw-gradient-to: #ecfccb;
  }

  .md\:first\:to-lime-200:first-child {
    --tw-gradient-to: #d9f99d;
  }

  .md\:first\:to-lime-300:first-child {
    --tw-gradient-to: #bef264;
  }

  .md\:first\:to-lime-400:first-child {
    --tw-gradient-to: #a3e635;
  }

  .md\:first\:to-lime-500:first-child {
    --tw-gradient-to: #84cc16;
  }

  .md\:first\:to-lime-600:first-child {
    --tw-gradient-to: #65a30d;
  }

  .md\:first\:to-lime-700:first-child {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:first\:to-lime-800:first-child {
    --tw-gradient-to: #3f6212;
  }

  .md\:first\:to-lime-900:first-child {
    --tw-gradient-to: #365314;
  }

  .md\:first\:to-yellow-50:first-child {
    --tw-gradient-to: #fefce8;
  }

  .md\:first\:to-yellow-100:first-child {
    --tw-gradient-to: #fef9c3;
  }

  .md\:first\:to-yellow-200:first-child {
    --tw-gradient-to: #fef08a;
  }

  .md\:first\:to-yellow-300:first-child {
    --tw-gradient-to: #fde047;
  }

  .md\:first\:to-yellow-400:first-child {
    --tw-gradient-to: #facc15;
  }

  .md\:first\:to-yellow-500:first-child {
    --tw-gradient-to: #eab308;
  }

  .md\:first\:to-yellow-600:first-child {
    --tw-gradient-to: #ca8a04;
  }

  .md\:first\:to-yellow-700:first-child {
    --tw-gradient-to: #a16207;
  }

  .md\:first\:to-yellow-800:first-child {
    --tw-gradient-to: #854d0e;
  }

  .md\:first\:to-yellow-900:first-child {
    --tw-gradient-to: #713f12;
  }

  .md\:first\:to-amber-50:first-child {
    --tw-gradient-to: #fffbeb;
  }

  .md\:first\:to-amber-100:first-child {
    --tw-gradient-to: #fef3c7;
  }

  .md\:first\:to-amber-200:first-child {
    --tw-gradient-to: #fde68a;
  }

  .md\:first\:to-amber-300:first-child {
    --tw-gradient-to: #fcd34d;
  }

  .md\:first\:to-amber-400:first-child {
    --tw-gradient-to: #fbbf24;
  }

  .md\:first\:to-amber-500:first-child {
    --tw-gradient-to: #f59e0b;
  }

  .md\:first\:to-amber-600:first-child {
    --tw-gradient-to: #d97706;
  }

  .md\:first\:to-amber-700:first-child {
    --tw-gradient-to: #b45309;
  }

  .md\:first\:to-amber-800:first-child {
    --tw-gradient-to: #92400e;
  }

  .md\:first\:to-amber-900:first-child {
    --tw-gradient-to: #78350f;
  }

  .md\:first\:to-orange-50:first-child {
    --tw-gradient-to: #fff7ed;
  }

  .md\:first\:to-orange-100:first-child {
    --tw-gradient-to: #ffedd5;
  }

  .md\:first\:to-orange-200:first-child {
    --tw-gradient-to: #fed7aa;
  }

  .md\:first\:to-orange-300:first-child {
    --tw-gradient-to: #fdba74;
  }

  .md\:first\:to-orange-400:first-child {
    --tw-gradient-to: #fb923c;
  }

  .md\:first\:to-orange-500:first-child {
    --tw-gradient-to: #f97316;
  }

  .md\:first\:to-orange-600:first-child {
    --tw-gradient-to: #ea580c;
  }

  .md\:first\:to-orange-700:first-child {
    --tw-gradient-to: #c2410c;
  }

  .md\:first\:to-orange-800:first-child {
    --tw-gradient-to: #9a3412;
  }

  .md\:first\:to-orange-900:first-child {
    --tw-gradient-to: #7c2d12;
  }

  .md\:first\:to-red-50:first-child {
    --tw-gradient-to: #fef2f2;
  }

  .md\:first\:to-red-100:first-child {
    --tw-gradient-to: #fee2e2;
  }

  .md\:first\:to-red-200:first-child {
    --tw-gradient-to: #fecaca;
  }

  .md\:first\:to-red-300:first-child {
    --tw-gradient-to: #fca5a5;
  }

  .md\:first\:to-red-400:first-child {
    --tw-gradient-to: #f87171;
  }

  .md\:first\:to-red-500:first-child {
    --tw-gradient-to: #ef4444;
  }

  .md\:first\:to-red-600:first-child {
    --tw-gradient-to: #dc2626;
  }

  .md\:first\:to-red-700:first-child {
    --tw-gradient-to: #b91c1c;
  }

  .md\:first\:to-red-800:first-child {
    --tw-gradient-to: #991b1b;
  }

  .md\:first\:to-red-900:first-child {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:first\:to-warmGray-50:first-child {
    --tw-gradient-to: #fafaf9;
  }

  .md\:first\:to-warmGray-100:first-child {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:first\:to-warmGray-200:first-child {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:first\:to-warmGray-300:first-child {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:first\:to-warmGray-400:first-child {
    --tw-gradient-to: #a8a29e;
  }

  .md\:first\:to-warmGray-500:first-child {
    --tw-gradient-to: #78716c;
  }

  .md\:first\:to-warmGray-600:first-child {
    --tw-gradient-to: #57534e;
  }

  .md\:first\:to-warmGray-700:first-child {
    --tw-gradient-to: #44403c;
  }

  .md\:first\:to-warmGray-800:first-child {
    --tw-gradient-to: #292524;
  }

  .md\:first\:to-warmGray-900:first-child {
    --tw-gradient-to: #1c1917;
  }

  .md\:first\:to-trueGray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .md\:first\:to-trueGray-100:first-child {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:first\:to-trueGray-200:first-child {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:first\:to-trueGray-300:first-child {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:first\:to-trueGray-400:first-child {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:first\:to-trueGray-500:first-child {
    --tw-gradient-to: #737373;
  }

  .md\:first\:to-trueGray-600:first-child {
    --tw-gradient-to: #525252;
  }

  .md\:first\:to-trueGray-700:first-child {
    --tw-gradient-to: #404040;
  }

  .md\:first\:to-trueGray-800:first-child {
    --tw-gradient-to: #262626;
  }

  .md\:first\:to-trueGray-900:first-child {
    --tw-gradient-to: #171717;
  }

  .md\:first\:to-gray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .md\:first\:to-gray-100:first-child {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:first\:to-gray-200:first-child {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:first\:to-gray-300:first-child {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:first\:to-gray-400:first-child {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:first\:to-gray-500:first-child {
    --tw-gradient-to: #71717a;
  }

  .md\:first\:to-gray-600:first-child {
    --tw-gradient-to: #52525b;
  }

  .md\:first\:to-gray-700:first-child {
    --tw-gradient-to: #3f3f46;
  }

  .md\:first\:to-gray-800:first-child {
    --tw-gradient-to: #27272a;
  }

  .md\:first\:to-gray-900:first-child {
    --tw-gradient-to: #18181b;
  }

  .md\:first\:to-coolGray-50:first-child {
    --tw-gradient-to: #f9fafb;
  }

  .md\:first\:to-coolGray-100:first-child {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:first\:to-coolGray-200:first-child {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:first\:to-coolGray-300:first-child {
    --tw-gradient-to: #d1d5db;
  }

  .md\:first\:to-coolGray-400:first-child {
    --tw-gradient-to: #9ca3af;
  }

  .md\:first\:to-coolGray-500:first-child {
    --tw-gradient-to: #6b7280;
  }

  .md\:first\:to-coolGray-600:first-child {
    --tw-gradient-to: #4b5563;
  }

  .md\:first\:to-coolGray-700:first-child {
    --tw-gradient-to: #374151;
  }

  .md\:first\:to-coolGray-800:first-child {
    --tw-gradient-to: #1f2937;
  }

  .md\:first\:to-coolGray-900:first-child {
    --tw-gradient-to: #111827;
  }

  .md\:first\:to-blueGray-50:first-child {
    --tw-gradient-to: #f8fafc;
  }

  .md\:first\:to-blueGray-100:first-child {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:first\:to-blueGray-200:first-child {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:first\:to-blueGray-300:first-child {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:first\:to-blueGray-400:first-child {
    --tw-gradient-to: #94a3b8;
  }

  .md\:first\:to-blueGray-500:first-child {
    --tw-gradient-to: #64748b;
  }

  .md\:first\:to-blueGray-600:first-child {
    --tw-gradient-to: #475569;
  }

  .md\:first\:to-blueGray-700:first-child {
    --tw-gradient-to: #334155;
  }

  .md\:first\:to-blueGray-800:first-child {
    --tw-gradient-to: #1e293b;
  }

  .md\:first\:to-blueGray-900:first-child {
    --tw-gradient-to: #0f172a;
  }

  .md\:first\:to-current:first-child {
    --tw-gradient-to: current;
  }

  .md\:first\:to-transparent:first-child {
    --tw-gradient-to: transparent;
  }

  .md\:last\:from-black:last-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:last\:from-white:last-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:last\:from-rose-50:last-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:last\:from-rose-100:last-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:last\:from-rose-200:last-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:last\:from-rose-300:last-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:last\:from-rose-400:last-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:last\:from-rose-500:last-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:last\:from-rose-600:last-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:last\:from-rose-700:last-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:last\:from-rose-800:last-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:last\:from-rose-900:last-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:last\:from-pink-50:last-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:last\:from-pink-100:last-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:last\:from-pink-200:last-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:last\:from-pink-300:last-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:last\:from-pink-400:last-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:last\:from-pink-500:last-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:last\:from-pink-600:last-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:last\:from-pink-700:last-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:last\:from-pink-800:last-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:last\:from-pink-900:last-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:last\:from-fuchsia-50:last-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:last\:from-fuchsia-100:last-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:last\:from-fuchsia-200:last-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:last\:from-fuchsia-300:last-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:last\:from-fuchsia-400:last-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:last\:from-fuchsia-500:last-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:last\:from-fuchsia-600:last-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:last\:from-fuchsia-700:last-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:last\:from-fuchsia-800:last-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:last\:from-fuchsia-900:last-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:last\:from-purple-50:last-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:last\:from-purple-100:last-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:last\:from-purple-200:last-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:last\:from-purple-300:last-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:last\:from-purple-400:last-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:last\:from-purple-500:last-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:last\:from-purple-600:last-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:last\:from-purple-700:last-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:last\:from-purple-800:last-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:last\:from-purple-900:last-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:last\:from-violet-50:last-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:last\:from-violet-100:last-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:last\:from-violet-200:last-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:last\:from-violet-300:last-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:last\:from-violet-400:last-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:last\:from-violet-500:last-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:last\:from-violet-600:last-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:last\:from-violet-700:last-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:last\:from-violet-800:last-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:last\:from-violet-900:last-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:last\:from-indigo-50:last-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:last\:from-indigo-100:last-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:last\:from-indigo-200:last-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:last\:from-indigo-300:last-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:last\:from-indigo-400:last-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:last\:from-indigo-500:last-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:last\:from-indigo-600:last-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:last\:from-indigo-700:last-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:last\:from-indigo-800:last-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:last\:from-indigo-900:last-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:last\:from-blue-50:last-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:last\:from-blue-100:last-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:last\:from-blue-200:last-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:last\:from-blue-300:last-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:last\:from-blue-400:last-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:last\:from-blue-500:last-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:last\:from-blue-600:last-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:last\:from-blue-700:last-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:last\:from-blue-800:last-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:last\:from-blue-900:last-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:last\:from-lightBlue-50:last-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:last\:from-lightBlue-100:last-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:last\:from-lightBlue-200:last-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:last\:from-lightBlue-300:last-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:last\:from-lightBlue-400:last-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:last\:from-lightBlue-500:last-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:last\:from-lightBlue-600:last-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:last\:from-lightBlue-700:last-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:last\:from-lightBlue-800:last-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:last\:from-lightBlue-900:last-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:last\:from-cyan-50:last-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:last\:from-cyan-100:last-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:last\:from-cyan-200:last-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:last\:from-cyan-300:last-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:last\:from-cyan-400:last-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:last\:from-cyan-500:last-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:last\:from-cyan-600:last-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:last\:from-cyan-700:last-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:last\:from-cyan-800:last-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:last\:from-cyan-900:last-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:last\:from-teal-50:last-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:last\:from-teal-100:last-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:last\:from-teal-200:last-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:last\:from-teal-300:last-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:last\:from-teal-400:last-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:last\:from-teal-500:last-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:last\:from-teal-600:last-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:last\:from-teal-700:last-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:last\:from-teal-800:last-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:last\:from-teal-900:last-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:last\:from-emerald-50:last-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:last\:from-emerald-100:last-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:last\:from-emerald-200:last-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:last\:from-emerald-300:last-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:last\:from-emerald-400:last-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:last\:from-emerald-500:last-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:last\:from-emerald-600:last-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:last\:from-emerald-700:last-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:last\:from-emerald-800:last-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:last\:from-emerald-900:last-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:last\:from-green-50:last-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:last\:from-green-100:last-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:last\:from-green-200:last-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:last\:from-green-300:last-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:last\:from-green-400:last-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:last\:from-green-500:last-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:last\:from-green-600:last-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:last\:from-green-700:last-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:last\:from-green-800:last-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:last\:from-green-900:last-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:last\:from-lime-50:last-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:last\:from-lime-100:last-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:last\:from-lime-200:last-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:last\:from-lime-300:last-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:last\:from-lime-400:last-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:last\:from-lime-500:last-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:last\:from-lime-600:last-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:last\:from-lime-700:last-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:last\:from-lime-800:last-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:last\:from-lime-900:last-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:last\:from-yellow-50:last-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:last\:from-yellow-100:last-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:last\:from-yellow-200:last-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:last\:from-yellow-300:last-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:last\:from-yellow-400:last-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:last\:from-yellow-500:last-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:last\:from-yellow-600:last-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:last\:from-yellow-700:last-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:last\:from-yellow-800:last-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:last\:from-yellow-900:last-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:last\:from-amber-50:last-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:last\:from-amber-100:last-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:last\:from-amber-200:last-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:last\:from-amber-300:last-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:last\:from-amber-400:last-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:last\:from-amber-500:last-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:last\:from-amber-600:last-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:last\:from-amber-700:last-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:last\:from-amber-800:last-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:last\:from-amber-900:last-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:last\:from-orange-50:last-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:last\:from-orange-100:last-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:last\:from-orange-200:last-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:last\:from-orange-300:last-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:last\:from-orange-400:last-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:last\:from-orange-500:last-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:last\:from-orange-600:last-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:last\:from-orange-700:last-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:last\:from-orange-800:last-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:last\:from-orange-900:last-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:last\:from-red-50:last-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:last\:from-red-100:last-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:last\:from-red-200:last-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:last\:from-red-300:last-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:last\:from-red-400:last-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:last\:from-red-500:last-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:last\:from-red-600:last-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:last\:from-red-700:last-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:last\:from-red-800:last-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:last\:from-red-900:last-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:last\:from-warmGray-50:last-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:last\:from-warmGray-100:last-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:last\:from-warmGray-200:last-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:last\:from-warmGray-300:last-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:last\:from-warmGray-400:last-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:last\:from-warmGray-500:last-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:last\:from-warmGray-600:last-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:last\:from-warmGray-700:last-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:last\:from-warmGray-800:last-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:last\:from-warmGray-900:last-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:last\:from-trueGray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:last\:from-trueGray-100:last-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:last\:from-trueGray-200:last-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:last\:from-trueGray-300:last-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:last\:from-trueGray-400:last-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:last\:from-trueGray-500:last-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:last\:from-trueGray-600:last-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:last\:from-trueGray-700:last-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:last\:from-trueGray-800:last-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:last\:from-trueGray-900:last-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:last\:from-gray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:last\:from-gray-100:last-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:last\:from-gray-200:last-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:last\:from-gray-300:last-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:last\:from-gray-400:last-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:last\:from-gray-500:last-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:last\:from-gray-600:last-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:last\:from-gray-700:last-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:last\:from-gray-800:last-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:last\:from-gray-900:last-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:last\:from-coolGray-50:last-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:last\:from-coolGray-100:last-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:last\:from-coolGray-200:last-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:last\:from-coolGray-300:last-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:last\:from-coolGray-400:last-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:last\:from-coolGray-500:last-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:last\:from-coolGray-600:last-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:last\:from-coolGray-700:last-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:last\:from-coolGray-800:last-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:last\:from-coolGray-900:last-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:last\:from-blueGray-50:last-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:last\:from-blueGray-100:last-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:last\:from-blueGray-200:last-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:last\:from-blueGray-300:last-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:last\:from-blueGray-400:last-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:last\:from-blueGray-500:last-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:last\:from-blueGray-600:last-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:last\:from-blueGray-700:last-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:last\:from-blueGray-800:last-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:last\:from-blueGray-900:last-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:last\:from-current:last-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:last\:from-transparent:last-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:last\:via-black:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:last\:via-white:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:last\:via-rose-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:last\:via-rose-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:last\:via-rose-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:last\:via-rose-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:last\:via-rose-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:last\:via-rose-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:last\:via-rose-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:last\:via-rose-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:last\:via-rose-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:last\:via-rose-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:last\:via-pink-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:last\:via-pink-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:last\:via-pink-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:last\:via-pink-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:last\:via-pink-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:last\:via-pink-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:last\:via-pink-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:last\:via-pink-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:last\:via-pink-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:last\:via-pink-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:last\:via-fuchsia-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:last\:via-fuchsia-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:last\:via-fuchsia-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:last\:via-fuchsia-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:last\:via-fuchsia-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:last\:via-fuchsia-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:last\:via-fuchsia-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:last\:via-fuchsia-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:last\:via-fuchsia-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:last\:via-fuchsia-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:last\:via-purple-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:last\:via-purple-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:last\:via-purple-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:last\:via-purple-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:last\:via-purple-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:last\:via-purple-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:last\:via-purple-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:last\:via-purple-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:last\:via-purple-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:last\:via-purple-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:last\:via-violet-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:last\:via-violet-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:last\:via-violet-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:last\:via-violet-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:last\:via-violet-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:last\:via-violet-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:last\:via-violet-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:last\:via-violet-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:last\:via-violet-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:last\:via-violet-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:last\:via-indigo-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:last\:via-indigo-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:last\:via-indigo-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:last\:via-indigo-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:last\:via-indigo-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:last\:via-indigo-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:last\:via-indigo-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:last\:via-indigo-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:last\:via-indigo-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:last\:via-indigo-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:last\:via-blue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:last\:via-blue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:last\:via-blue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:last\:via-blue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:last\:via-blue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:last\:via-blue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:last\:via-blue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:last\:via-blue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:last\:via-blue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:last\:via-blue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:last\:via-lightBlue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:last\:via-lightBlue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:last\:via-lightBlue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:last\:via-lightBlue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:last\:via-lightBlue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:last\:via-lightBlue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:last\:via-lightBlue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:last\:via-lightBlue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:last\:via-lightBlue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:last\:via-lightBlue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:last\:via-cyan-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:last\:via-cyan-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:last\:via-cyan-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:last\:via-cyan-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:last\:via-cyan-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:last\:via-cyan-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:last\:via-cyan-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:last\:via-cyan-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:last\:via-cyan-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:last\:via-cyan-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:last\:via-teal-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:last\:via-teal-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:last\:via-teal-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:last\:via-teal-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:last\:via-teal-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:last\:via-teal-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:last\:via-teal-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:last\:via-teal-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:last\:via-teal-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:last\:via-teal-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:last\:via-emerald-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:last\:via-emerald-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:last\:via-emerald-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:last\:via-emerald-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:last\:via-emerald-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:last\:via-emerald-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:last\:via-emerald-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:last\:via-emerald-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:last\:via-emerald-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:last\:via-emerald-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:last\:via-green-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:last\:via-green-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:last\:via-green-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:last\:via-green-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:last\:via-green-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:last\:via-green-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:last\:via-green-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:last\:via-green-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:last\:via-green-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:last\:via-green-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:last\:via-lime-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:last\:via-lime-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:last\:via-lime-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:last\:via-lime-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:last\:via-lime-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:last\:via-lime-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:last\:via-lime-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:last\:via-lime-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:last\:via-lime-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:last\:via-lime-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:last\:via-yellow-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:last\:via-yellow-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:last\:via-yellow-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:last\:via-yellow-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:last\:via-yellow-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:last\:via-yellow-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:last\:via-yellow-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:last\:via-yellow-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:last\:via-yellow-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:last\:via-yellow-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:last\:via-amber-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:last\:via-amber-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:last\:via-amber-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:last\:via-amber-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:last\:via-amber-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:last\:via-amber-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:last\:via-amber-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:last\:via-amber-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:last\:via-amber-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:last\:via-amber-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:last\:via-orange-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:last\:via-orange-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:last\:via-orange-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:last\:via-orange-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:last\:via-orange-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:last\:via-orange-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:last\:via-orange-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:last\:via-orange-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:last\:via-orange-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:last\:via-orange-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:last\:via-red-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:last\:via-red-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:last\:via-red-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:last\:via-red-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:last\:via-red-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:last\:via-red-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:last\:via-red-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:last\:via-red-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:last\:via-red-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:last\:via-red-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:last\:via-warmGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:last\:via-warmGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:last\:via-warmGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:last\:via-warmGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:last\:via-warmGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:last\:via-warmGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:last\:via-warmGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:last\:via-warmGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:last\:via-warmGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:last\:via-warmGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:last\:via-trueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:last\:via-trueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:last\:via-trueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:last\:via-trueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:last\:via-trueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:last\:via-trueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:last\:via-trueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:last\:via-trueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:last\:via-trueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:last\:via-trueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:last\:via-gray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:last\:via-gray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:last\:via-gray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:last\:via-gray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:last\:via-gray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:last\:via-gray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:last\:via-gray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:last\:via-gray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:last\:via-gray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:last\:via-gray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:last\:via-coolGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:last\:via-coolGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:last\:via-coolGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:last\:via-coolGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:last\:via-coolGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:last\:via-coolGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:last\:via-coolGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:last\:via-coolGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:last\:via-coolGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:last\:via-coolGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:last\:via-blueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:last\:via-blueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:last\:via-blueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:last\:via-blueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:last\:via-blueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:last\:via-blueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:last\:via-blueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:last\:via-blueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:last\:via-blueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:last\:via-blueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:last\:via-current:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:last\:via-transparent:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:last\:to-black:last-child {
    --tw-gradient-to: #000;
  }

  .md\:last\:to-white:last-child {
    --tw-gradient-to: #fff;
  }

  .md\:last\:to-rose-50:last-child {
    --tw-gradient-to: #fff1f2;
  }

  .md\:last\:to-rose-100:last-child {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:last\:to-rose-200:last-child {
    --tw-gradient-to: #fecdd3;
  }

  .md\:last\:to-rose-300:last-child {
    --tw-gradient-to: #fda4af;
  }

  .md\:last\:to-rose-400:last-child {
    --tw-gradient-to: #fb7185;
  }

  .md\:last\:to-rose-500:last-child {
    --tw-gradient-to: #f43f5e;
  }

  .md\:last\:to-rose-600:last-child {
    --tw-gradient-to: #e11d48;
  }

  .md\:last\:to-rose-700:last-child {
    --tw-gradient-to: #be123c;
  }

  .md\:last\:to-rose-800:last-child {
    --tw-gradient-to: #9f1239;
  }

  .md\:last\:to-rose-900:last-child {
    --tw-gradient-to: #881337;
  }

  .md\:last\:to-pink-50:last-child {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:last\:to-pink-100:last-child {
    --tw-gradient-to: #fce7f3;
  }

  .md\:last\:to-pink-200:last-child {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:last\:to-pink-300:last-child {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:last\:to-pink-400:last-child {
    --tw-gradient-to: #f472b6;
  }

  .md\:last\:to-pink-500:last-child {
    --tw-gradient-to: #ec4899;
  }

  .md\:last\:to-pink-600:last-child {
    --tw-gradient-to: #db2777;
  }

  .md\:last\:to-pink-700:last-child {
    --tw-gradient-to: #be185d;
  }

  .md\:last\:to-pink-800:last-child {
    --tw-gradient-to: #9d174d;
  }

  .md\:last\:to-pink-900:last-child {
    --tw-gradient-to: #831843;
  }

  .md\:last\:to-fuchsia-50:last-child {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:last\:to-fuchsia-100:last-child {
    --tw-gradient-to: #fae8ff;
  }

  .md\:last\:to-fuchsia-200:last-child {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:last\:to-fuchsia-300:last-child {
    --tw-gradient-to: #f0abfc;
  }

  .md\:last\:to-fuchsia-400:last-child {
    --tw-gradient-to: #e879f9;
  }

  .md\:last\:to-fuchsia-500:last-child {
    --tw-gradient-to: #d946ef;
  }

  .md\:last\:to-fuchsia-600:last-child {
    --tw-gradient-to: #c026d3;
  }

  .md\:last\:to-fuchsia-700:last-child {
    --tw-gradient-to: #a21caf;
  }

  .md\:last\:to-fuchsia-800:last-child {
    --tw-gradient-to: #86198f;
  }

  .md\:last\:to-fuchsia-900:last-child {
    --tw-gradient-to: #701a75;
  }

  .md\:last\:to-purple-50:last-child {
    --tw-gradient-to: #faf5ff;
  }

  .md\:last\:to-purple-100:last-child {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:last\:to-purple-200:last-child {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:last\:to-purple-300:last-child {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:last\:to-purple-400:last-child {
    --tw-gradient-to: #c084fc;
  }

  .md\:last\:to-purple-500:last-child {
    --tw-gradient-to: #a855f7;
  }

  .md\:last\:to-purple-600:last-child {
    --tw-gradient-to: #9333ea;
  }

  .md\:last\:to-purple-700:last-child {
    --tw-gradient-to: #7e22ce;
  }

  .md\:last\:to-purple-800:last-child {
    --tw-gradient-to: #6b21a8;
  }

  .md\:last\:to-purple-900:last-child {
    --tw-gradient-to: #581c87;
  }

  .md\:last\:to-violet-50:last-child {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:last\:to-violet-100:last-child {
    --tw-gradient-to: #ede9fe;
  }

  .md\:last\:to-violet-200:last-child {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:last\:to-violet-300:last-child {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:last\:to-violet-400:last-child {
    --tw-gradient-to: #a78bfa;
  }

  .md\:last\:to-violet-500:last-child {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:last\:to-violet-600:last-child {
    --tw-gradient-to: #7c3aed;
  }

  .md\:last\:to-violet-700:last-child {
    --tw-gradient-to: #6d28d9;
  }

  .md\:last\:to-violet-800:last-child {
    --tw-gradient-to: #5b21b6;
  }

  .md\:last\:to-violet-900:last-child {
    --tw-gradient-to: #4c1d95;
  }

  .md\:last\:to-indigo-50:last-child {
    --tw-gradient-to: #eef2ff;
  }

  .md\:last\:to-indigo-100:last-child {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:last\:to-indigo-200:last-child {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:last\:to-indigo-300:last-child {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:last\:to-indigo-400:last-child {
    --tw-gradient-to: #818cf8;
  }

  .md\:last\:to-indigo-500:last-child {
    --tw-gradient-to: #6366f1;
  }

  .md\:last\:to-indigo-600:last-child {
    --tw-gradient-to: #4f46e5;
  }

  .md\:last\:to-indigo-700:last-child {
    --tw-gradient-to: #4338ca;
  }

  .md\:last\:to-indigo-800:last-child {
    --tw-gradient-to: #3730a3;
  }

  .md\:last\:to-indigo-900:last-child {
    --tw-gradient-to: #312e81;
  }

  .md\:last\:to-blue-50:last-child {
    --tw-gradient-to: #eff6ff;
  }

  .md\:last\:to-blue-100:last-child {
    --tw-gradient-to: #dbeafe;
  }

  .md\:last\:to-blue-200:last-child {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:last\:to-blue-300:last-child {
    --tw-gradient-to: #93c5fd;
  }

  .md\:last\:to-blue-400:last-child {
    --tw-gradient-to: #60a5fa;
  }

  .md\:last\:to-blue-500:last-child {
    --tw-gradient-to: #3b82f6;
  }

  .md\:last\:to-blue-600:last-child {
    --tw-gradient-to: #2563eb;
  }

  .md\:last\:to-blue-700:last-child {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:last\:to-blue-800:last-child {
    --tw-gradient-to: #1e40af;
  }

  .md\:last\:to-blue-900:last-child {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:last\:to-lightBlue-50:last-child {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:last\:to-lightBlue-100:last-child {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:last\:to-lightBlue-200:last-child {
    --tw-gradient-to: #bae6fd;
  }

  .md\:last\:to-lightBlue-300:last-child {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:last\:to-lightBlue-400:last-child {
    --tw-gradient-to: #38bdf8;
  }

  .md\:last\:to-lightBlue-500:last-child {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:last\:to-lightBlue-600:last-child {
    --tw-gradient-to: #0284c7;
  }

  .md\:last\:to-lightBlue-700:last-child {
    --tw-gradient-to: #0369a1;
  }

  .md\:last\:to-lightBlue-800:last-child {
    --tw-gradient-to: #075985;
  }

  .md\:last\:to-lightBlue-900:last-child {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:last\:to-cyan-50:last-child {
    --tw-gradient-to: #ecfeff;
  }

  .md\:last\:to-cyan-100:last-child {
    --tw-gradient-to: #cffafe;
  }

  .md\:last\:to-cyan-200:last-child {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:last\:to-cyan-300:last-child {
    --tw-gradient-to: #67e8f9;
  }

  .md\:last\:to-cyan-400:last-child {
    --tw-gradient-to: #22d3ee;
  }

  .md\:last\:to-cyan-500:last-child {
    --tw-gradient-to: #06b6d4;
  }

  .md\:last\:to-cyan-600:last-child {
    --tw-gradient-to: #0891b2;
  }

  .md\:last\:to-cyan-700:last-child {
    --tw-gradient-to: #0e7490;
  }

  .md\:last\:to-cyan-800:last-child {
    --tw-gradient-to: #155e75;
  }

  .md\:last\:to-cyan-900:last-child {
    --tw-gradient-to: #164e63;
  }

  .md\:last\:to-teal-50:last-child {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:last\:to-teal-100:last-child {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:last\:to-teal-200:last-child {
    --tw-gradient-to: #99f6e4;
  }

  .md\:last\:to-teal-300:last-child {
    --tw-gradient-to: #5eead4;
  }

  .md\:last\:to-teal-400:last-child {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:last\:to-teal-500:last-child {
    --tw-gradient-to: #14b8a6;
  }

  .md\:last\:to-teal-600:last-child {
    --tw-gradient-to: #0d9488;
  }

  .md\:last\:to-teal-700:last-child {
    --tw-gradient-to: #0f766e;
  }

  .md\:last\:to-teal-800:last-child {
    --tw-gradient-to: #115e59;
  }

  .md\:last\:to-teal-900:last-child {
    --tw-gradient-to: #134e4a;
  }

  .md\:last\:to-emerald-50:last-child {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:last\:to-emerald-100:last-child {
    --tw-gradient-to: #d1fae5;
  }

  .md\:last\:to-emerald-200:last-child {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:last\:to-emerald-300:last-child {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:last\:to-emerald-400:last-child {
    --tw-gradient-to: #34d399;
  }

  .md\:last\:to-emerald-500:last-child {
    --tw-gradient-to: #10b981;
  }

  .md\:last\:to-emerald-600:last-child {
    --tw-gradient-to: #059669;
  }

  .md\:last\:to-emerald-700:last-child {
    --tw-gradient-to: #047857;
  }

  .md\:last\:to-emerald-800:last-child {
    --tw-gradient-to: #065f46;
  }

  .md\:last\:to-emerald-900:last-child {
    --tw-gradient-to: #064e3b;
  }

  .md\:last\:to-green-50:last-child {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:last\:to-green-100:last-child {
    --tw-gradient-to: #dcfce7;
  }

  .md\:last\:to-green-200:last-child {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:last\:to-green-300:last-child {
    --tw-gradient-to: #86efac;
  }

  .md\:last\:to-green-400:last-child {
    --tw-gradient-to: #4ade80;
  }

  .md\:last\:to-green-500:last-child {
    --tw-gradient-to: #22c55e;
  }

  .md\:last\:to-green-600:last-child {
    --tw-gradient-to: #16a34a;
  }

  .md\:last\:to-green-700:last-child {
    --tw-gradient-to: #15803d;
  }

  .md\:last\:to-green-800:last-child {
    --tw-gradient-to: #166534;
  }

  .md\:last\:to-green-900:last-child {
    --tw-gradient-to: #14532d;
  }

  .md\:last\:to-lime-50:last-child {
    --tw-gradient-to: #f7fee7;
  }

  .md\:last\:to-lime-100:last-child {
    --tw-gradient-to: #ecfccb;
  }

  .md\:last\:to-lime-200:last-child {
    --tw-gradient-to: #d9f99d;
  }

  .md\:last\:to-lime-300:last-child {
    --tw-gradient-to: #bef264;
  }

  .md\:last\:to-lime-400:last-child {
    --tw-gradient-to: #a3e635;
  }

  .md\:last\:to-lime-500:last-child {
    --tw-gradient-to: #84cc16;
  }

  .md\:last\:to-lime-600:last-child {
    --tw-gradient-to: #65a30d;
  }

  .md\:last\:to-lime-700:last-child {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:last\:to-lime-800:last-child {
    --tw-gradient-to: #3f6212;
  }

  .md\:last\:to-lime-900:last-child {
    --tw-gradient-to: #365314;
  }

  .md\:last\:to-yellow-50:last-child {
    --tw-gradient-to: #fefce8;
  }

  .md\:last\:to-yellow-100:last-child {
    --tw-gradient-to: #fef9c3;
  }

  .md\:last\:to-yellow-200:last-child {
    --tw-gradient-to: #fef08a;
  }

  .md\:last\:to-yellow-300:last-child {
    --tw-gradient-to: #fde047;
  }

  .md\:last\:to-yellow-400:last-child {
    --tw-gradient-to: #facc15;
  }

  .md\:last\:to-yellow-500:last-child {
    --tw-gradient-to: #eab308;
  }

  .md\:last\:to-yellow-600:last-child {
    --tw-gradient-to: #ca8a04;
  }

  .md\:last\:to-yellow-700:last-child {
    --tw-gradient-to: #a16207;
  }

  .md\:last\:to-yellow-800:last-child {
    --tw-gradient-to: #854d0e;
  }

  .md\:last\:to-yellow-900:last-child {
    --tw-gradient-to: #713f12;
  }

  .md\:last\:to-amber-50:last-child {
    --tw-gradient-to: #fffbeb;
  }

  .md\:last\:to-amber-100:last-child {
    --tw-gradient-to: #fef3c7;
  }

  .md\:last\:to-amber-200:last-child {
    --tw-gradient-to: #fde68a;
  }

  .md\:last\:to-amber-300:last-child {
    --tw-gradient-to: #fcd34d;
  }

  .md\:last\:to-amber-400:last-child {
    --tw-gradient-to: #fbbf24;
  }

  .md\:last\:to-amber-500:last-child {
    --tw-gradient-to: #f59e0b;
  }

  .md\:last\:to-amber-600:last-child {
    --tw-gradient-to: #d97706;
  }

  .md\:last\:to-amber-700:last-child {
    --tw-gradient-to: #b45309;
  }

  .md\:last\:to-amber-800:last-child {
    --tw-gradient-to: #92400e;
  }

  .md\:last\:to-amber-900:last-child {
    --tw-gradient-to: #78350f;
  }

  .md\:last\:to-orange-50:last-child {
    --tw-gradient-to: #fff7ed;
  }

  .md\:last\:to-orange-100:last-child {
    --tw-gradient-to: #ffedd5;
  }

  .md\:last\:to-orange-200:last-child {
    --tw-gradient-to: #fed7aa;
  }

  .md\:last\:to-orange-300:last-child {
    --tw-gradient-to: #fdba74;
  }

  .md\:last\:to-orange-400:last-child {
    --tw-gradient-to: #fb923c;
  }

  .md\:last\:to-orange-500:last-child {
    --tw-gradient-to: #f97316;
  }

  .md\:last\:to-orange-600:last-child {
    --tw-gradient-to: #ea580c;
  }

  .md\:last\:to-orange-700:last-child {
    --tw-gradient-to: #c2410c;
  }

  .md\:last\:to-orange-800:last-child {
    --tw-gradient-to: #9a3412;
  }

  .md\:last\:to-orange-900:last-child {
    --tw-gradient-to: #7c2d12;
  }

  .md\:last\:to-red-50:last-child {
    --tw-gradient-to: #fef2f2;
  }

  .md\:last\:to-red-100:last-child {
    --tw-gradient-to: #fee2e2;
  }

  .md\:last\:to-red-200:last-child {
    --tw-gradient-to: #fecaca;
  }

  .md\:last\:to-red-300:last-child {
    --tw-gradient-to: #fca5a5;
  }

  .md\:last\:to-red-400:last-child {
    --tw-gradient-to: #f87171;
  }

  .md\:last\:to-red-500:last-child {
    --tw-gradient-to: #ef4444;
  }

  .md\:last\:to-red-600:last-child {
    --tw-gradient-to: #dc2626;
  }

  .md\:last\:to-red-700:last-child {
    --tw-gradient-to: #b91c1c;
  }

  .md\:last\:to-red-800:last-child {
    --tw-gradient-to: #991b1b;
  }

  .md\:last\:to-red-900:last-child {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:last\:to-warmGray-50:last-child {
    --tw-gradient-to: #fafaf9;
  }

  .md\:last\:to-warmGray-100:last-child {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:last\:to-warmGray-200:last-child {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:last\:to-warmGray-300:last-child {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:last\:to-warmGray-400:last-child {
    --tw-gradient-to: #a8a29e;
  }

  .md\:last\:to-warmGray-500:last-child {
    --tw-gradient-to: #78716c;
  }

  .md\:last\:to-warmGray-600:last-child {
    --tw-gradient-to: #57534e;
  }

  .md\:last\:to-warmGray-700:last-child {
    --tw-gradient-to: #44403c;
  }

  .md\:last\:to-warmGray-800:last-child {
    --tw-gradient-to: #292524;
  }

  .md\:last\:to-warmGray-900:last-child {
    --tw-gradient-to: #1c1917;
  }

  .md\:last\:to-trueGray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .md\:last\:to-trueGray-100:last-child {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:last\:to-trueGray-200:last-child {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:last\:to-trueGray-300:last-child {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:last\:to-trueGray-400:last-child {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:last\:to-trueGray-500:last-child {
    --tw-gradient-to: #737373;
  }

  .md\:last\:to-trueGray-600:last-child {
    --tw-gradient-to: #525252;
  }

  .md\:last\:to-trueGray-700:last-child {
    --tw-gradient-to: #404040;
  }

  .md\:last\:to-trueGray-800:last-child {
    --tw-gradient-to: #262626;
  }

  .md\:last\:to-trueGray-900:last-child {
    --tw-gradient-to: #171717;
  }

  .md\:last\:to-gray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .md\:last\:to-gray-100:last-child {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:last\:to-gray-200:last-child {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:last\:to-gray-300:last-child {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:last\:to-gray-400:last-child {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:last\:to-gray-500:last-child {
    --tw-gradient-to: #71717a;
  }

  .md\:last\:to-gray-600:last-child {
    --tw-gradient-to: #52525b;
  }

  .md\:last\:to-gray-700:last-child {
    --tw-gradient-to: #3f3f46;
  }

  .md\:last\:to-gray-800:last-child {
    --tw-gradient-to: #27272a;
  }

  .md\:last\:to-gray-900:last-child {
    --tw-gradient-to: #18181b;
  }

  .md\:last\:to-coolGray-50:last-child {
    --tw-gradient-to: #f9fafb;
  }

  .md\:last\:to-coolGray-100:last-child {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:last\:to-coolGray-200:last-child {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:last\:to-coolGray-300:last-child {
    --tw-gradient-to: #d1d5db;
  }

  .md\:last\:to-coolGray-400:last-child {
    --tw-gradient-to: #9ca3af;
  }

  .md\:last\:to-coolGray-500:last-child {
    --tw-gradient-to: #6b7280;
  }

  .md\:last\:to-coolGray-600:last-child {
    --tw-gradient-to: #4b5563;
  }

  .md\:last\:to-coolGray-700:last-child {
    --tw-gradient-to: #374151;
  }

  .md\:last\:to-coolGray-800:last-child {
    --tw-gradient-to: #1f2937;
  }

  .md\:last\:to-coolGray-900:last-child {
    --tw-gradient-to: #111827;
  }

  .md\:last\:to-blueGray-50:last-child {
    --tw-gradient-to: #f8fafc;
  }

  .md\:last\:to-blueGray-100:last-child {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:last\:to-blueGray-200:last-child {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:last\:to-blueGray-300:last-child {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:last\:to-blueGray-400:last-child {
    --tw-gradient-to: #94a3b8;
  }

  .md\:last\:to-blueGray-500:last-child {
    --tw-gradient-to: #64748b;
  }

  .md\:last\:to-blueGray-600:last-child {
    --tw-gradient-to: #475569;
  }

  .md\:last\:to-blueGray-700:last-child {
    --tw-gradient-to: #334155;
  }

  .md\:last\:to-blueGray-800:last-child {
    --tw-gradient-to: #1e293b;
  }

  .md\:last\:to-blueGray-900:last-child {
    --tw-gradient-to: #0f172a;
  }

  .md\:last\:to-current:last-child {
    --tw-gradient-to: current;
  }

  .md\:last\:to-transparent:last-child {
    --tw-gradient-to: transparent;
  }

  .md\:odd\:from-black:nth-child(odd) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:odd\:from-white:nth-child(odd) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:odd\:from-rose-50:nth-child(odd) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:odd\:from-rose-100:nth-child(odd) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:odd\:from-rose-200:nth-child(odd) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:odd\:from-rose-300:nth-child(odd) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:odd\:from-rose-400:nth-child(odd) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:odd\:from-rose-500:nth-child(odd) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:odd\:from-rose-600:nth-child(odd) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:odd\:from-rose-700:nth-child(odd) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:odd\:from-rose-800:nth-child(odd) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:odd\:from-rose-900:nth-child(odd) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:odd\:from-pink-50:nth-child(odd) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:odd\:from-pink-100:nth-child(odd) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:odd\:from-pink-200:nth-child(odd) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:odd\:from-pink-300:nth-child(odd) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:odd\:from-pink-400:nth-child(odd) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:odd\:from-pink-500:nth-child(odd) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:odd\:from-pink-600:nth-child(odd) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:odd\:from-pink-700:nth-child(odd) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:odd\:from-pink-800:nth-child(odd) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:odd\:from-pink-900:nth-child(odd) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:odd\:from-fuchsia-50:nth-child(odd) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:odd\:from-fuchsia-100:nth-child(odd) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:odd\:from-fuchsia-200:nth-child(odd) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:odd\:from-fuchsia-300:nth-child(odd) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:odd\:from-fuchsia-400:nth-child(odd) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:odd\:from-fuchsia-500:nth-child(odd) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:odd\:from-fuchsia-600:nth-child(odd) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:odd\:from-fuchsia-700:nth-child(odd) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:odd\:from-fuchsia-800:nth-child(odd) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:odd\:from-fuchsia-900:nth-child(odd) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:odd\:from-purple-50:nth-child(odd) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:odd\:from-purple-100:nth-child(odd) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:odd\:from-purple-200:nth-child(odd) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:odd\:from-purple-300:nth-child(odd) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:odd\:from-purple-400:nth-child(odd) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:odd\:from-purple-500:nth-child(odd) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:odd\:from-purple-600:nth-child(odd) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:odd\:from-purple-700:nth-child(odd) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:odd\:from-purple-800:nth-child(odd) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:odd\:from-purple-900:nth-child(odd) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:odd\:from-violet-50:nth-child(odd) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:odd\:from-violet-100:nth-child(odd) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:odd\:from-violet-200:nth-child(odd) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:odd\:from-violet-300:nth-child(odd) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:odd\:from-violet-400:nth-child(odd) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:odd\:from-violet-500:nth-child(odd) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:odd\:from-violet-600:nth-child(odd) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:odd\:from-violet-700:nth-child(odd) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:odd\:from-violet-800:nth-child(odd) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:odd\:from-violet-900:nth-child(odd) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:odd\:from-indigo-50:nth-child(odd) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:odd\:from-indigo-100:nth-child(odd) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:odd\:from-indigo-200:nth-child(odd) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:odd\:from-indigo-300:nth-child(odd) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:odd\:from-indigo-400:nth-child(odd) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:odd\:from-indigo-500:nth-child(odd) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:odd\:from-indigo-600:nth-child(odd) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:odd\:from-indigo-700:nth-child(odd) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:odd\:from-indigo-800:nth-child(odd) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:odd\:from-indigo-900:nth-child(odd) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:odd\:from-blue-50:nth-child(odd) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:odd\:from-blue-100:nth-child(odd) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:odd\:from-blue-200:nth-child(odd) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:odd\:from-blue-300:nth-child(odd) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:odd\:from-blue-400:nth-child(odd) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:odd\:from-blue-500:nth-child(odd) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:odd\:from-blue-600:nth-child(odd) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:odd\:from-blue-700:nth-child(odd) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:odd\:from-blue-800:nth-child(odd) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:odd\:from-blue-900:nth-child(odd) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:odd\:from-lightBlue-50:nth-child(odd) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:odd\:from-lightBlue-100:nth-child(odd) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:odd\:from-lightBlue-200:nth-child(odd) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:odd\:from-lightBlue-300:nth-child(odd) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:odd\:from-lightBlue-400:nth-child(odd) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:odd\:from-lightBlue-500:nth-child(odd) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:odd\:from-lightBlue-600:nth-child(odd) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:odd\:from-lightBlue-700:nth-child(odd) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:odd\:from-lightBlue-800:nth-child(odd) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:odd\:from-lightBlue-900:nth-child(odd) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:odd\:from-cyan-50:nth-child(odd) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:odd\:from-cyan-100:nth-child(odd) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:odd\:from-cyan-200:nth-child(odd) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:odd\:from-cyan-300:nth-child(odd) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:odd\:from-cyan-400:nth-child(odd) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:odd\:from-cyan-500:nth-child(odd) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:odd\:from-cyan-600:nth-child(odd) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:odd\:from-cyan-700:nth-child(odd) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:odd\:from-cyan-800:nth-child(odd) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:odd\:from-cyan-900:nth-child(odd) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:odd\:from-teal-50:nth-child(odd) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:odd\:from-teal-100:nth-child(odd) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:odd\:from-teal-200:nth-child(odd) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:odd\:from-teal-300:nth-child(odd) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:odd\:from-teal-400:nth-child(odd) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:odd\:from-teal-500:nth-child(odd) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:odd\:from-teal-600:nth-child(odd) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:odd\:from-teal-700:nth-child(odd) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:odd\:from-teal-800:nth-child(odd) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:odd\:from-teal-900:nth-child(odd) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:odd\:from-emerald-50:nth-child(odd) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:odd\:from-emerald-100:nth-child(odd) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:odd\:from-emerald-200:nth-child(odd) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:odd\:from-emerald-300:nth-child(odd) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:odd\:from-emerald-400:nth-child(odd) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:odd\:from-emerald-500:nth-child(odd) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:odd\:from-emerald-600:nth-child(odd) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:odd\:from-emerald-700:nth-child(odd) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:odd\:from-emerald-800:nth-child(odd) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:odd\:from-emerald-900:nth-child(odd) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:odd\:from-green-50:nth-child(odd) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:odd\:from-green-100:nth-child(odd) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:odd\:from-green-200:nth-child(odd) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:odd\:from-green-300:nth-child(odd) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:odd\:from-green-400:nth-child(odd) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:odd\:from-green-500:nth-child(odd) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:odd\:from-green-600:nth-child(odd) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:odd\:from-green-700:nth-child(odd) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:odd\:from-green-800:nth-child(odd) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:odd\:from-green-900:nth-child(odd) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:odd\:from-lime-50:nth-child(odd) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:odd\:from-lime-100:nth-child(odd) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:odd\:from-lime-200:nth-child(odd) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:odd\:from-lime-300:nth-child(odd) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:odd\:from-lime-400:nth-child(odd) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:odd\:from-lime-500:nth-child(odd) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:odd\:from-lime-600:nth-child(odd) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:odd\:from-lime-700:nth-child(odd) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:odd\:from-lime-800:nth-child(odd) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:odd\:from-lime-900:nth-child(odd) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:odd\:from-yellow-50:nth-child(odd) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:odd\:from-yellow-100:nth-child(odd) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:odd\:from-yellow-200:nth-child(odd) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:odd\:from-yellow-300:nth-child(odd) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:odd\:from-yellow-400:nth-child(odd) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:odd\:from-yellow-500:nth-child(odd) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:odd\:from-yellow-600:nth-child(odd) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:odd\:from-yellow-700:nth-child(odd) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:odd\:from-yellow-800:nth-child(odd) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:odd\:from-yellow-900:nth-child(odd) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:odd\:from-amber-50:nth-child(odd) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:odd\:from-amber-100:nth-child(odd) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:odd\:from-amber-200:nth-child(odd) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:odd\:from-amber-300:nth-child(odd) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:odd\:from-amber-400:nth-child(odd) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:odd\:from-amber-500:nth-child(odd) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:odd\:from-amber-600:nth-child(odd) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:odd\:from-amber-700:nth-child(odd) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:odd\:from-amber-800:nth-child(odd) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:odd\:from-amber-900:nth-child(odd) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:odd\:from-orange-50:nth-child(odd) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:odd\:from-orange-100:nth-child(odd) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:odd\:from-orange-200:nth-child(odd) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:odd\:from-orange-300:nth-child(odd) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:odd\:from-orange-400:nth-child(odd) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:odd\:from-orange-500:nth-child(odd) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:odd\:from-orange-600:nth-child(odd) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:odd\:from-orange-700:nth-child(odd) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:odd\:from-orange-800:nth-child(odd) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:odd\:from-orange-900:nth-child(odd) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:odd\:from-red-50:nth-child(odd) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:odd\:from-red-100:nth-child(odd) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:odd\:from-red-200:nth-child(odd) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:odd\:from-red-300:nth-child(odd) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:odd\:from-red-400:nth-child(odd) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:odd\:from-red-500:nth-child(odd) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:odd\:from-red-600:nth-child(odd) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:odd\:from-red-700:nth-child(odd) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:odd\:from-red-800:nth-child(odd) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:odd\:from-red-900:nth-child(odd) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:odd\:from-warmGray-50:nth-child(odd) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:odd\:from-warmGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:odd\:from-warmGray-200:nth-child(odd) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:odd\:from-warmGray-300:nth-child(odd) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:odd\:from-warmGray-400:nth-child(odd) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:odd\:from-warmGray-500:nth-child(odd) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:odd\:from-warmGray-600:nth-child(odd) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:odd\:from-warmGray-700:nth-child(odd) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:odd\:from-warmGray-800:nth-child(odd) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:odd\:from-warmGray-900:nth-child(odd) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:odd\:from-trueGray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:odd\:from-trueGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:odd\:from-trueGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:odd\:from-trueGray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:odd\:from-trueGray-400:nth-child(odd) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:odd\:from-trueGray-500:nth-child(odd) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:odd\:from-trueGray-600:nth-child(odd) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:odd\:from-trueGray-700:nth-child(odd) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:odd\:from-trueGray-800:nth-child(odd) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:odd\:from-trueGray-900:nth-child(odd) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:odd\:from-gray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:odd\:from-gray-100:nth-child(odd) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:odd\:from-gray-200:nth-child(odd) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:odd\:from-gray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:odd\:from-gray-400:nth-child(odd) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:odd\:from-gray-500:nth-child(odd) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:odd\:from-gray-600:nth-child(odd) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:odd\:from-gray-700:nth-child(odd) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:odd\:from-gray-800:nth-child(odd) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:odd\:from-gray-900:nth-child(odd) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:odd\:from-coolGray-50:nth-child(odd) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:odd\:from-coolGray-100:nth-child(odd) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:odd\:from-coolGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:odd\:from-coolGray-300:nth-child(odd) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:odd\:from-coolGray-400:nth-child(odd) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:odd\:from-coolGray-500:nth-child(odd) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:odd\:from-coolGray-600:nth-child(odd) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:odd\:from-coolGray-700:nth-child(odd) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:odd\:from-coolGray-800:nth-child(odd) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:odd\:from-coolGray-900:nth-child(odd) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:odd\:from-blueGray-50:nth-child(odd) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:odd\:from-blueGray-100:nth-child(odd) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:odd\:from-blueGray-200:nth-child(odd) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:odd\:from-blueGray-300:nth-child(odd) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:odd\:from-blueGray-400:nth-child(odd) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:odd\:from-blueGray-500:nth-child(odd) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:odd\:from-blueGray-600:nth-child(odd) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:odd\:from-blueGray-700:nth-child(odd) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:odd\:from-blueGray-800:nth-child(odd) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:odd\:from-blueGray-900:nth-child(odd) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:odd\:from-current:nth-child(odd) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:odd\:from-transparent:nth-child(odd) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:odd\:via-black:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:odd\:via-white:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:odd\:via-rose-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:odd\:via-rose-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:odd\:via-rose-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:odd\:via-rose-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:odd\:via-rose-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:odd\:via-rose-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:odd\:via-rose-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:odd\:via-rose-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:odd\:via-rose-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:odd\:via-rose-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:odd\:via-pink-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:odd\:via-pink-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:odd\:via-pink-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:odd\:via-pink-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:odd\:via-pink-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:odd\:via-pink-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:odd\:via-pink-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:odd\:via-pink-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:odd\:via-pink-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:odd\:via-pink-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:odd\:via-fuchsia-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:odd\:via-fuchsia-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:odd\:via-fuchsia-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:odd\:via-fuchsia-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:odd\:via-fuchsia-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:odd\:via-fuchsia-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:odd\:via-fuchsia-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:odd\:via-fuchsia-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:odd\:via-fuchsia-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:odd\:via-fuchsia-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:odd\:via-purple-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:odd\:via-purple-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:odd\:via-purple-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:odd\:via-purple-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:odd\:via-purple-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:odd\:via-purple-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:odd\:via-purple-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:odd\:via-purple-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:odd\:via-purple-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:odd\:via-purple-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:odd\:via-violet-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:odd\:via-violet-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:odd\:via-violet-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:odd\:via-violet-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:odd\:via-violet-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:odd\:via-violet-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:odd\:via-violet-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:odd\:via-violet-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:odd\:via-violet-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:odd\:via-violet-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:odd\:via-indigo-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:odd\:via-indigo-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:odd\:via-indigo-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:odd\:via-indigo-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:odd\:via-indigo-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:odd\:via-indigo-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:odd\:via-indigo-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:odd\:via-indigo-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:odd\:via-indigo-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:odd\:via-indigo-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:odd\:via-blue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:odd\:via-blue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:odd\:via-blue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:odd\:via-blue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:odd\:via-blue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:odd\:via-blue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:odd\:via-blue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:odd\:via-blue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:odd\:via-blue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:odd\:via-blue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:odd\:via-lightBlue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:odd\:via-lightBlue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:odd\:via-lightBlue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:odd\:via-lightBlue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:odd\:via-lightBlue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:odd\:via-lightBlue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:odd\:via-lightBlue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:odd\:via-lightBlue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:odd\:via-lightBlue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:odd\:via-lightBlue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:odd\:via-cyan-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:odd\:via-cyan-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:odd\:via-cyan-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:odd\:via-cyan-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:odd\:via-cyan-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:odd\:via-cyan-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:odd\:via-cyan-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:odd\:via-cyan-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:odd\:via-cyan-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:odd\:via-cyan-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:odd\:via-teal-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:odd\:via-teal-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:odd\:via-teal-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:odd\:via-teal-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:odd\:via-teal-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:odd\:via-teal-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:odd\:via-teal-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:odd\:via-teal-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:odd\:via-teal-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:odd\:via-teal-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:odd\:via-emerald-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:odd\:via-emerald-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:odd\:via-emerald-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:odd\:via-emerald-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:odd\:via-emerald-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:odd\:via-emerald-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:odd\:via-emerald-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:odd\:via-emerald-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:odd\:via-emerald-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:odd\:via-emerald-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:odd\:via-green-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:odd\:via-green-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:odd\:via-green-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:odd\:via-green-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:odd\:via-green-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:odd\:via-green-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:odd\:via-green-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:odd\:via-green-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:odd\:via-green-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:odd\:via-green-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:odd\:via-lime-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:odd\:via-lime-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:odd\:via-lime-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:odd\:via-lime-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:odd\:via-lime-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:odd\:via-lime-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:odd\:via-lime-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:odd\:via-lime-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:odd\:via-lime-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:odd\:via-lime-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:odd\:via-yellow-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:odd\:via-yellow-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:odd\:via-yellow-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:odd\:via-yellow-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:odd\:via-yellow-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:odd\:via-yellow-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:odd\:via-yellow-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:odd\:via-yellow-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:odd\:via-yellow-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:odd\:via-yellow-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:odd\:via-amber-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:odd\:via-amber-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:odd\:via-amber-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:odd\:via-amber-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:odd\:via-amber-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:odd\:via-amber-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:odd\:via-amber-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:odd\:via-amber-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:odd\:via-amber-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:odd\:via-amber-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:odd\:via-orange-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:odd\:via-orange-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:odd\:via-orange-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:odd\:via-orange-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:odd\:via-orange-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:odd\:via-orange-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:odd\:via-orange-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:odd\:via-orange-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:odd\:via-orange-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:odd\:via-orange-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:odd\:via-red-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:odd\:via-red-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:odd\:via-red-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:odd\:via-red-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:odd\:via-red-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:odd\:via-red-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:odd\:via-red-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:odd\:via-red-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:odd\:via-red-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:odd\:via-red-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:odd\:via-warmGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:odd\:via-warmGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:odd\:via-warmGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:odd\:via-warmGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:odd\:via-warmGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:odd\:via-warmGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:odd\:via-warmGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:odd\:via-warmGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:odd\:via-warmGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:odd\:via-warmGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:odd\:via-trueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:odd\:via-trueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:odd\:via-trueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:odd\:via-trueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:odd\:via-trueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:odd\:via-trueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:odd\:via-trueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:odd\:via-trueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:odd\:via-trueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:odd\:via-trueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:odd\:via-gray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:odd\:via-gray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:odd\:via-gray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:odd\:via-gray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:odd\:via-gray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:odd\:via-gray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:odd\:via-gray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:odd\:via-gray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:odd\:via-gray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:odd\:via-gray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:odd\:via-coolGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:odd\:via-coolGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:odd\:via-coolGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:odd\:via-coolGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:odd\:via-coolGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:odd\:via-coolGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:odd\:via-coolGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:odd\:via-coolGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:odd\:via-coolGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:odd\:via-coolGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:odd\:via-blueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:odd\:via-blueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:odd\:via-blueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:odd\:via-blueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:odd\:via-blueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:odd\:via-blueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:odd\:via-blueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:odd\:via-blueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:odd\:via-blueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:odd\:via-blueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:odd\:via-current:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:odd\:via-transparent:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:odd\:to-black:nth-child(odd) {
    --tw-gradient-to: #000;
  }

  .md\:odd\:to-white:nth-child(odd) {
    --tw-gradient-to: #fff;
  }

  .md\:odd\:to-rose-50:nth-child(odd) {
    --tw-gradient-to: #fff1f2;
  }

  .md\:odd\:to-rose-100:nth-child(odd) {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:odd\:to-rose-200:nth-child(odd) {
    --tw-gradient-to: #fecdd3;
  }

  .md\:odd\:to-rose-300:nth-child(odd) {
    --tw-gradient-to: #fda4af;
  }

  .md\:odd\:to-rose-400:nth-child(odd) {
    --tw-gradient-to: #fb7185;
  }

  .md\:odd\:to-rose-500:nth-child(odd) {
    --tw-gradient-to: #f43f5e;
  }

  .md\:odd\:to-rose-600:nth-child(odd) {
    --tw-gradient-to: #e11d48;
  }

  .md\:odd\:to-rose-700:nth-child(odd) {
    --tw-gradient-to: #be123c;
  }

  .md\:odd\:to-rose-800:nth-child(odd) {
    --tw-gradient-to: #9f1239;
  }

  .md\:odd\:to-rose-900:nth-child(odd) {
    --tw-gradient-to: #881337;
  }

  .md\:odd\:to-pink-50:nth-child(odd) {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:odd\:to-pink-100:nth-child(odd) {
    --tw-gradient-to: #fce7f3;
  }

  .md\:odd\:to-pink-200:nth-child(odd) {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:odd\:to-pink-300:nth-child(odd) {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:odd\:to-pink-400:nth-child(odd) {
    --tw-gradient-to: #f472b6;
  }

  .md\:odd\:to-pink-500:nth-child(odd) {
    --tw-gradient-to: #ec4899;
  }

  .md\:odd\:to-pink-600:nth-child(odd) {
    --tw-gradient-to: #db2777;
  }

  .md\:odd\:to-pink-700:nth-child(odd) {
    --tw-gradient-to: #be185d;
  }

  .md\:odd\:to-pink-800:nth-child(odd) {
    --tw-gradient-to: #9d174d;
  }

  .md\:odd\:to-pink-900:nth-child(odd) {
    --tw-gradient-to: #831843;
  }

  .md\:odd\:to-fuchsia-50:nth-child(odd) {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:odd\:to-fuchsia-100:nth-child(odd) {
    --tw-gradient-to: #fae8ff;
  }

  .md\:odd\:to-fuchsia-200:nth-child(odd) {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:odd\:to-fuchsia-300:nth-child(odd) {
    --tw-gradient-to: #f0abfc;
  }

  .md\:odd\:to-fuchsia-400:nth-child(odd) {
    --tw-gradient-to: #e879f9;
  }

  .md\:odd\:to-fuchsia-500:nth-child(odd) {
    --tw-gradient-to: #d946ef;
  }

  .md\:odd\:to-fuchsia-600:nth-child(odd) {
    --tw-gradient-to: #c026d3;
  }

  .md\:odd\:to-fuchsia-700:nth-child(odd) {
    --tw-gradient-to: #a21caf;
  }

  .md\:odd\:to-fuchsia-800:nth-child(odd) {
    --tw-gradient-to: #86198f;
  }

  .md\:odd\:to-fuchsia-900:nth-child(odd) {
    --tw-gradient-to: #701a75;
  }

  .md\:odd\:to-purple-50:nth-child(odd) {
    --tw-gradient-to: #faf5ff;
  }

  .md\:odd\:to-purple-100:nth-child(odd) {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:odd\:to-purple-200:nth-child(odd) {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:odd\:to-purple-300:nth-child(odd) {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:odd\:to-purple-400:nth-child(odd) {
    --tw-gradient-to: #c084fc;
  }

  .md\:odd\:to-purple-500:nth-child(odd) {
    --tw-gradient-to: #a855f7;
  }

  .md\:odd\:to-purple-600:nth-child(odd) {
    --tw-gradient-to: #9333ea;
  }

  .md\:odd\:to-purple-700:nth-child(odd) {
    --tw-gradient-to: #7e22ce;
  }

  .md\:odd\:to-purple-800:nth-child(odd) {
    --tw-gradient-to: #6b21a8;
  }

  .md\:odd\:to-purple-900:nth-child(odd) {
    --tw-gradient-to: #581c87;
  }

  .md\:odd\:to-violet-50:nth-child(odd) {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:odd\:to-violet-100:nth-child(odd) {
    --tw-gradient-to: #ede9fe;
  }

  .md\:odd\:to-violet-200:nth-child(odd) {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:odd\:to-violet-300:nth-child(odd) {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:odd\:to-violet-400:nth-child(odd) {
    --tw-gradient-to: #a78bfa;
  }

  .md\:odd\:to-violet-500:nth-child(odd) {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:odd\:to-violet-600:nth-child(odd) {
    --tw-gradient-to: #7c3aed;
  }

  .md\:odd\:to-violet-700:nth-child(odd) {
    --tw-gradient-to: #6d28d9;
  }

  .md\:odd\:to-violet-800:nth-child(odd) {
    --tw-gradient-to: #5b21b6;
  }

  .md\:odd\:to-violet-900:nth-child(odd) {
    --tw-gradient-to: #4c1d95;
  }

  .md\:odd\:to-indigo-50:nth-child(odd) {
    --tw-gradient-to: #eef2ff;
  }

  .md\:odd\:to-indigo-100:nth-child(odd) {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:odd\:to-indigo-200:nth-child(odd) {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:odd\:to-indigo-300:nth-child(odd) {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:odd\:to-indigo-400:nth-child(odd) {
    --tw-gradient-to: #818cf8;
  }

  .md\:odd\:to-indigo-500:nth-child(odd) {
    --tw-gradient-to: #6366f1;
  }

  .md\:odd\:to-indigo-600:nth-child(odd) {
    --tw-gradient-to: #4f46e5;
  }

  .md\:odd\:to-indigo-700:nth-child(odd) {
    --tw-gradient-to: #4338ca;
  }

  .md\:odd\:to-indigo-800:nth-child(odd) {
    --tw-gradient-to: #3730a3;
  }

  .md\:odd\:to-indigo-900:nth-child(odd) {
    --tw-gradient-to: #312e81;
  }

  .md\:odd\:to-blue-50:nth-child(odd) {
    --tw-gradient-to: #eff6ff;
  }

  .md\:odd\:to-blue-100:nth-child(odd) {
    --tw-gradient-to: #dbeafe;
  }

  .md\:odd\:to-blue-200:nth-child(odd) {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:odd\:to-blue-300:nth-child(odd) {
    --tw-gradient-to: #93c5fd;
  }

  .md\:odd\:to-blue-400:nth-child(odd) {
    --tw-gradient-to: #60a5fa;
  }

  .md\:odd\:to-blue-500:nth-child(odd) {
    --tw-gradient-to: #3b82f6;
  }

  .md\:odd\:to-blue-600:nth-child(odd) {
    --tw-gradient-to: #2563eb;
  }

  .md\:odd\:to-blue-700:nth-child(odd) {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:odd\:to-blue-800:nth-child(odd) {
    --tw-gradient-to: #1e40af;
  }

  .md\:odd\:to-blue-900:nth-child(odd) {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:odd\:to-lightBlue-50:nth-child(odd) {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:odd\:to-lightBlue-100:nth-child(odd) {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:odd\:to-lightBlue-200:nth-child(odd) {
    --tw-gradient-to: #bae6fd;
  }

  .md\:odd\:to-lightBlue-300:nth-child(odd) {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:odd\:to-lightBlue-400:nth-child(odd) {
    --tw-gradient-to: #38bdf8;
  }

  .md\:odd\:to-lightBlue-500:nth-child(odd) {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:odd\:to-lightBlue-600:nth-child(odd) {
    --tw-gradient-to: #0284c7;
  }

  .md\:odd\:to-lightBlue-700:nth-child(odd) {
    --tw-gradient-to: #0369a1;
  }

  .md\:odd\:to-lightBlue-800:nth-child(odd) {
    --tw-gradient-to: #075985;
  }

  .md\:odd\:to-lightBlue-900:nth-child(odd) {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:odd\:to-cyan-50:nth-child(odd) {
    --tw-gradient-to: #ecfeff;
  }

  .md\:odd\:to-cyan-100:nth-child(odd) {
    --tw-gradient-to: #cffafe;
  }

  .md\:odd\:to-cyan-200:nth-child(odd) {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:odd\:to-cyan-300:nth-child(odd) {
    --tw-gradient-to: #67e8f9;
  }

  .md\:odd\:to-cyan-400:nth-child(odd) {
    --tw-gradient-to: #22d3ee;
  }

  .md\:odd\:to-cyan-500:nth-child(odd) {
    --tw-gradient-to: #06b6d4;
  }

  .md\:odd\:to-cyan-600:nth-child(odd) {
    --tw-gradient-to: #0891b2;
  }

  .md\:odd\:to-cyan-700:nth-child(odd) {
    --tw-gradient-to: #0e7490;
  }

  .md\:odd\:to-cyan-800:nth-child(odd) {
    --tw-gradient-to: #155e75;
  }

  .md\:odd\:to-cyan-900:nth-child(odd) {
    --tw-gradient-to: #164e63;
  }

  .md\:odd\:to-teal-50:nth-child(odd) {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:odd\:to-teal-100:nth-child(odd) {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:odd\:to-teal-200:nth-child(odd) {
    --tw-gradient-to: #99f6e4;
  }

  .md\:odd\:to-teal-300:nth-child(odd) {
    --tw-gradient-to: #5eead4;
  }

  .md\:odd\:to-teal-400:nth-child(odd) {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:odd\:to-teal-500:nth-child(odd) {
    --tw-gradient-to: #14b8a6;
  }

  .md\:odd\:to-teal-600:nth-child(odd) {
    --tw-gradient-to: #0d9488;
  }

  .md\:odd\:to-teal-700:nth-child(odd) {
    --tw-gradient-to: #0f766e;
  }

  .md\:odd\:to-teal-800:nth-child(odd) {
    --tw-gradient-to: #115e59;
  }

  .md\:odd\:to-teal-900:nth-child(odd) {
    --tw-gradient-to: #134e4a;
  }

  .md\:odd\:to-emerald-50:nth-child(odd) {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:odd\:to-emerald-100:nth-child(odd) {
    --tw-gradient-to: #d1fae5;
  }

  .md\:odd\:to-emerald-200:nth-child(odd) {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:odd\:to-emerald-300:nth-child(odd) {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:odd\:to-emerald-400:nth-child(odd) {
    --tw-gradient-to: #34d399;
  }

  .md\:odd\:to-emerald-500:nth-child(odd) {
    --tw-gradient-to: #10b981;
  }

  .md\:odd\:to-emerald-600:nth-child(odd) {
    --tw-gradient-to: #059669;
  }

  .md\:odd\:to-emerald-700:nth-child(odd) {
    --tw-gradient-to: #047857;
  }

  .md\:odd\:to-emerald-800:nth-child(odd) {
    --tw-gradient-to: #065f46;
  }

  .md\:odd\:to-emerald-900:nth-child(odd) {
    --tw-gradient-to: #064e3b;
  }

  .md\:odd\:to-green-50:nth-child(odd) {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:odd\:to-green-100:nth-child(odd) {
    --tw-gradient-to: #dcfce7;
  }

  .md\:odd\:to-green-200:nth-child(odd) {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:odd\:to-green-300:nth-child(odd) {
    --tw-gradient-to: #86efac;
  }

  .md\:odd\:to-green-400:nth-child(odd) {
    --tw-gradient-to: #4ade80;
  }

  .md\:odd\:to-green-500:nth-child(odd) {
    --tw-gradient-to: #22c55e;
  }

  .md\:odd\:to-green-600:nth-child(odd) {
    --tw-gradient-to: #16a34a;
  }

  .md\:odd\:to-green-700:nth-child(odd) {
    --tw-gradient-to: #15803d;
  }

  .md\:odd\:to-green-800:nth-child(odd) {
    --tw-gradient-to: #166534;
  }

  .md\:odd\:to-green-900:nth-child(odd) {
    --tw-gradient-to: #14532d;
  }

  .md\:odd\:to-lime-50:nth-child(odd) {
    --tw-gradient-to: #f7fee7;
  }

  .md\:odd\:to-lime-100:nth-child(odd) {
    --tw-gradient-to: #ecfccb;
  }

  .md\:odd\:to-lime-200:nth-child(odd) {
    --tw-gradient-to: #d9f99d;
  }

  .md\:odd\:to-lime-300:nth-child(odd) {
    --tw-gradient-to: #bef264;
  }

  .md\:odd\:to-lime-400:nth-child(odd) {
    --tw-gradient-to: #a3e635;
  }

  .md\:odd\:to-lime-500:nth-child(odd) {
    --tw-gradient-to: #84cc16;
  }

  .md\:odd\:to-lime-600:nth-child(odd) {
    --tw-gradient-to: #65a30d;
  }

  .md\:odd\:to-lime-700:nth-child(odd) {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:odd\:to-lime-800:nth-child(odd) {
    --tw-gradient-to: #3f6212;
  }

  .md\:odd\:to-lime-900:nth-child(odd) {
    --tw-gradient-to: #365314;
  }

  .md\:odd\:to-yellow-50:nth-child(odd) {
    --tw-gradient-to: #fefce8;
  }

  .md\:odd\:to-yellow-100:nth-child(odd) {
    --tw-gradient-to: #fef9c3;
  }

  .md\:odd\:to-yellow-200:nth-child(odd) {
    --tw-gradient-to: #fef08a;
  }

  .md\:odd\:to-yellow-300:nth-child(odd) {
    --tw-gradient-to: #fde047;
  }

  .md\:odd\:to-yellow-400:nth-child(odd) {
    --tw-gradient-to: #facc15;
  }

  .md\:odd\:to-yellow-500:nth-child(odd) {
    --tw-gradient-to: #eab308;
  }

  .md\:odd\:to-yellow-600:nth-child(odd) {
    --tw-gradient-to: #ca8a04;
  }

  .md\:odd\:to-yellow-700:nth-child(odd) {
    --tw-gradient-to: #a16207;
  }

  .md\:odd\:to-yellow-800:nth-child(odd) {
    --tw-gradient-to: #854d0e;
  }

  .md\:odd\:to-yellow-900:nth-child(odd) {
    --tw-gradient-to: #713f12;
  }

  .md\:odd\:to-amber-50:nth-child(odd) {
    --tw-gradient-to: #fffbeb;
  }

  .md\:odd\:to-amber-100:nth-child(odd) {
    --tw-gradient-to: #fef3c7;
  }

  .md\:odd\:to-amber-200:nth-child(odd) {
    --tw-gradient-to: #fde68a;
  }

  .md\:odd\:to-amber-300:nth-child(odd) {
    --tw-gradient-to: #fcd34d;
  }

  .md\:odd\:to-amber-400:nth-child(odd) {
    --tw-gradient-to: #fbbf24;
  }

  .md\:odd\:to-amber-500:nth-child(odd) {
    --tw-gradient-to: #f59e0b;
  }

  .md\:odd\:to-amber-600:nth-child(odd) {
    --tw-gradient-to: #d97706;
  }

  .md\:odd\:to-amber-700:nth-child(odd) {
    --tw-gradient-to: #b45309;
  }

  .md\:odd\:to-amber-800:nth-child(odd) {
    --tw-gradient-to: #92400e;
  }

  .md\:odd\:to-amber-900:nth-child(odd) {
    --tw-gradient-to: #78350f;
  }

  .md\:odd\:to-orange-50:nth-child(odd) {
    --tw-gradient-to: #fff7ed;
  }

  .md\:odd\:to-orange-100:nth-child(odd) {
    --tw-gradient-to: #ffedd5;
  }

  .md\:odd\:to-orange-200:nth-child(odd) {
    --tw-gradient-to: #fed7aa;
  }

  .md\:odd\:to-orange-300:nth-child(odd) {
    --tw-gradient-to: #fdba74;
  }

  .md\:odd\:to-orange-400:nth-child(odd) {
    --tw-gradient-to: #fb923c;
  }

  .md\:odd\:to-orange-500:nth-child(odd) {
    --tw-gradient-to: #f97316;
  }

  .md\:odd\:to-orange-600:nth-child(odd) {
    --tw-gradient-to: #ea580c;
  }

  .md\:odd\:to-orange-700:nth-child(odd) {
    --tw-gradient-to: #c2410c;
  }

  .md\:odd\:to-orange-800:nth-child(odd) {
    --tw-gradient-to: #9a3412;
  }

  .md\:odd\:to-orange-900:nth-child(odd) {
    --tw-gradient-to: #7c2d12;
  }

  .md\:odd\:to-red-50:nth-child(odd) {
    --tw-gradient-to: #fef2f2;
  }

  .md\:odd\:to-red-100:nth-child(odd) {
    --tw-gradient-to: #fee2e2;
  }

  .md\:odd\:to-red-200:nth-child(odd) {
    --tw-gradient-to: #fecaca;
  }

  .md\:odd\:to-red-300:nth-child(odd) {
    --tw-gradient-to: #fca5a5;
  }

  .md\:odd\:to-red-400:nth-child(odd) {
    --tw-gradient-to: #f87171;
  }

  .md\:odd\:to-red-500:nth-child(odd) {
    --tw-gradient-to: #ef4444;
  }

  .md\:odd\:to-red-600:nth-child(odd) {
    --tw-gradient-to: #dc2626;
  }

  .md\:odd\:to-red-700:nth-child(odd) {
    --tw-gradient-to: #b91c1c;
  }

  .md\:odd\:to-red-800:nth-child(odd) {
    --tw-gradient-to: #991b1b;
  }

  .md\:odd\:to-red-900:nth-child(odd) {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:odd\:to-warmGray-50:nth-child(odd) {
    --tw-gradient-to: #fafaf9;
  }

  .md\:odd\:to-warmGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:odd\:to-warmGray-200:nth-child(odd) {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:odd\:to-warmGray-300:nth-child(odd) {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:odd\:to-warmGray-400:nth-child(odd) {
    --tw-gradient-to: #a8a29e;
  }

  .md\:odd\:to-warmGray-500:nth-child(odd) {
    --tw-gradient-to: #78716c;
  }

  .md\:odd\:to-warmGray-600:nth-child(odd) {
    --tw-gradient-to: #57534e;
  }

  .md\:odd\:to-warmGray-700:nth-child(odd) {
    --tw-gradient-to: #44403c;
  }

  .md\:odd\:to-warmGray-800:nth-child(odd) {
    --tw-gradient-to: #292524;
  }

  .md\:odd\:to-warmGray-900:nth-child(odd) {
    --tw-gradient-to: #1c1917;
  }

  .md\:odd\:to-trueGray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .md\:odd\:to-trueGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:odd\:to-trueGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:odd\:to-trueGray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:odd\:to-trueGray-400:nth-child(odd) {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:odd\:to-trueGray-500:nth-child(odd) {
    --tw-gradient-to: #737373;
  }

  .md\:odd\:to-trueGray-600:nth-child(odd) {
    --tw-gradient-to: #525252;
  }

  .md\:odd\:to-trueGray-700:nth-child(odd) {
    --tw-gradient-to: #404040;
  }

  .md\:odd\:to-trueGray-800:nth-child(odd) {
    --tw-gradient-to: #262626;
  }

  .md\:odd\:to-trueGray-900:nth-child(odd) {
    --tw-gradient-to: #171717;
  }

  .md\:odd\:to-gray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .md\:odd\:to-gray-100:nth-child(odd) {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:odd\:to-gray-200:nth-child(odd) {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:odd\:to-gray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:odd\:to-gray-400:nth-child(odd) {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:odd\:to-gray-500:nth-child(odd) {
    --tw-gradient-to: #71717a;
  }

  .md\:odd\:to-gray-600:nth-child(odd) {
    --tw-gradient-to: #52525b;
  }

  .md\:odd\:to-gray-700:nth-child(odd) {
    --tw-gradient-to: #3f3f46;
  }

  .md\:odd\:to-gray-800:nth-child(odd) {
    --tw-gradient-to: #27272a;
  }

  .md\:odd\:to-gray-900:nth-child(odd) {
    --tw-gradient-to: #18181b;
  }

  .md\:odd\:to-coolGray-50:nth-child(odd) {
    --tw-gradient-to: #f9fafb;
  }

  .md\:odd\:to-coolGray-100:nth-child(odd) {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:odd\:to-coolGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:odd\:to-coolGray-300:nth-child(odd) {
    --tw-gradient-to: #d1d5db;
  }

  .md\:odd\:to-coolGray-400:nth-child(odd) {
    --tw-gradient-to: #9ca3af;
  }

  .md\:odd\:to-coolGray-500:nth-child(odd) {
    --tw-gradient-to: #6b7280;
  }

  .md\:odd\:to-coolGray-600:nth-child(odd) {
    --tw-gradient-to: #4b5563;
  }

  .md\:odd\:to-coolGray-700:nth-child(odd) {
    --tw-gradient-to: #374151;
  }

  .md\:odd\:to-coolGray-800:nth-child(odd) {
    --tw-gradient-to: #1f2937;
  }

  .md\:odd\:to-coolGray-900:nth-child(odd) {
    --tw-gradient-to: #111827;
  }

  .md\:odd\:to-blueGray-50:nth-child(odd) {
    --tw-gradient-to: #f8fafc;
  }

  .md\:odd\:to-blueGray-100:nth-child(odd) {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:odd\:to-blueGray-200:nth-child(odd) {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:odd\:to-blueGray-300:nth-child(odd) {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:odd\:to-blueGray-400:nth-child(odd) {
    --tw-gradient-to: #94a3b8;
  }

  .md\:odd\:to-blueGray-500:nth-child(odd) {
    --tw-gradient-to: #64748b;
  }

  .md\:odd\:to-blueGray-600:nth-child(odd) {
    --tw-gradient-to: #475569;
  }

  .md\:odd\:to-blueGray-700:nth-child(odd) {
    --tw-gradient-to: #334155;
  }

  .md\:odd\:to-blueGray-800:nth-child(odd) {
    --tw-gradient-to: #1e293b;
  }

  .md\:odd\:to-blueGray-900:nth-child(odd) {
    --tw-gradient-to: #0f172a;
  }

  .md\:odd\:to-current:nth-child(odd) {
    --tw-gradient-to: current;
  }

  .md\:odd\:to-transparent:nth-child(odd) {
    --tw-gradient-to: transparent;
  }

  .md\:even\:from-black:nth-child(even) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:even\:from-white:nth-child(even) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:even\:from-rose-50:nth-child(even) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:even\:from-rose-100:nth-child(even) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:even\:from-rose-200:nth-child(even) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:even\:from-rose-300:nth-child(even) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:even\:from-rose-400:nth-child(even) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:even\:from-rose-500:nth-child(even) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:even\:from-rose-600:nth-child(even) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:even\:from-rose-700:nth-child(even) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:even\:from-rose-800:nth-child(even) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:even\:from-rose-900:nth-child(even) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:even\:from-pink-50:nth-child(even) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:even\:from-pink-100:nth-child(even) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:even\:from-pink-200:nth-child(even) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:even\:from-pink-300:nth-child(even) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:even\:from-pink-400:nth-child(even) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:even\:from-pink-500:nth-child(even) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:even\:from-pink-600:nth-child(even) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:even\:from-pink-700:nth-child(even) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:even\:from-pink-800:nth-child(even) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:even\:from-pink-900:nth-child(even) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:even\:from-fuchsia-50:nth-child(even) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:even\:from-fuchsia-100:nth-child(even) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:even\:from-fuchsia-200:nth-child(even) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:even\:from-fuchsia-300:nth-child(even) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:even\:from-fuchsia-400:nth-child(even) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:even\:from-fuchsia-500:nth-child(even) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:even\:from-fuchsia-600:nth-child(even) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:even\:from-fuchsia-700:nth-child(even) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:even\:from-fuchsia-800:nth-child(even) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:even\:from-fuchsia-900:nth-child(even) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:even\:from-purple-50:nth-child(even) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:even\:from-purple-100:nth-child(even) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:even\:from-purple-200:nth-child(even) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:even\:from-purple-300:nth-child(even) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:even\:from-purple-400:nth-child(even) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:even\:from-purple-500:nth-child(even) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:even\:from-purple-600:nth-child(even) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:even\:from-purple-700:nth-child(even) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:even\:from-purple-800:nth-child(even) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:even\:from-purple-900:nth-child(even) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:even\:from-violet-50:nth-child(even) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:even\:from-violet-100:nth-child(even) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:even\:from-violet-200:nth-child(even) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:even\:from-violet-300:nth-child(even) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:even\:from-violet-400:nth-child(even) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:even\:from-violet-500:nth-child(even) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:even\:from-violet-600:nth-child(even) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:even\:from-violet-700:nth-child(even) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:even\:from-violet-800:nth-child(even) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:even\:from-violet-900:nth-child(even) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:even\:from-indigo-50:nth-child(even) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:even\:from-indigo-100:nth-child(even) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:even\:from-indigo-200:nth-child(even) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:even\:from-indigo-300:nth-child(even) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:even\:from-indigo-400:nth-child(even) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:even\:from-indigo-500:nth-child(even) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:even\:from-indigo-600:nth-child(even) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:even\:from-indigo-700:nth-child(even) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:even\:from-indigo-800:nth-child(even) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:even\:from-indigo-900:nth-child(even) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:even\:from-blue-50:nth-child(even) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:even\:from-blue-100:nth-child(even) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:even\:from-blue-200:nth-child(even) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:even\:from-blue-300:nth-child(even) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:even\:from-blue-400:nth-child(even) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:even\:from-blue-500:nth-child(even) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:even\:from-blue-600:nth-child(even) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:even\:from-blue-700:nth-child(even) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:even\:from-blue-800:nth-child(even) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:even\:from-blue-900:nth-child(even) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:even\:from-lightBlue-50:nth-child(even) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:even\:from-lightBlue-100:nth-child(even) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:even\:from-lightBlue-200:nth-child(even) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:even\:from-lightBlue-300:nth-child(even) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:even\:from-lightBlue-400:nth-child(even) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:even\:from-lightBlue-500:nth-child(even) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:even\:from-lightBlue-600:nth-child(even) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:even\:from-lightBlue-700:nth-child(even) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:even\:from-lightBlue-800:nth-child(even) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:even\:from-lightBlue-900:nth-child(even) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:even\:from-cyan-50:nth-child(even) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:even\:from-cyan-100:nth-child(even) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:even\:from-cyan-200:nth-child(even) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:even\:from-cyan-300:nth-child(even) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:even\:from-cyan-400:nth-child(even) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:even\:from-cyan-500:nth-child(even) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:even\:from-cyan-600:nth-child(even) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:even\:from-cyan-700:nth-child(even) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:even\:from-cyan-800:nth-child(even) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:even\:from-cyan-900:nth-child(even) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:even\:from-teal-50:nth-child(even) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:even\:from-teal-100:nth-child(even) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:even\:from-teal-200:nth-child(even) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:even\:from-teal-300:nth-child(even) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:even\:from-teal-400:nth-child(even) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:even\:from-teal-500:nth-child(even) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:even\:from-teal-600:nth-child(even) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:even\:from-teal-700:nth-child(even) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:even\:from-teal-800:nth-child(even) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:even\:from-teal-900:nth-child(even) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:even\:from-emerald-50:nth-child(even) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:even\:from-emerald-100:nth-child(even) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:even\:from-emerald-200:nth-child(even) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:even\:from-emerald-300:nth-child(even) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:even\:from-emerald-400:nth-child(even) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:even\:from-emerald-500:nth-child(even) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:even\:from-emerald-600:nth-child(even) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:even\:from-emerald-700:nth-child(even) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:even\:from-emerald-800:nth-child(even) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:even\:from-emerald-900:nth-child(even) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:even\:from-green-50:nth-child(even) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:even\:from-green-100:nth-child(even) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:even\:from-green-200:nth-child(even) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:even\:from-green-300:nth-child(even) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:even\:from-green-400:nth-child(even) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:even\:from-green-500:nth-child(even) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:even\:from-green-600:nth-child(even) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:even\:from-green-700:nth-child(even) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:even\:from-green-800:nth-child(even) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:even\:from-green-900:nth-child(even) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:even\:from-lime-50:nth-child(even) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:even\:from-lime-100:nth-child(even) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:even\:from-lime-200:nth-child(even) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:even\:from-lime-300:nth-child(even) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:even\:from-lime-400:nth-child(even) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:even\:from-lime-500:nth-child(even) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:even\:from-lime-600:nth-child(even) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:even\:from-lime-700:nth-child(even) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:even\:from-lime-800:nth-child(even) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:even\:from-lime-900:nth-child(even) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:even\:from-yellow-50:nth-child(even) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:even\:from-yellow-100:nth-child(even) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:even\:from-yellow-200:nth-child(even) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:even\:from-yellow-300:nth-child(even) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:even\:from-yellow-400:nth-child(even) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:even\:from-yellow-500:nth-child(even) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:even\:from-yellow-600:nth-child(even) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:even\:from-yellow-700:nth-child(even) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:even\:from-yellow-800:nth-child(even) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:even\:from-yellow-900:nth-child(even) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:even\:from-amber-50:nth-child(even) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:even\:from-amber-100:nth-child(even) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:even\:from-amber-200:nth-child(even) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:even\:from-amber-300:nth-child(even) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:even\:from-amber-400:nth-child(even) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:even\:from-amber-500:nth-child(even) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:even\:from-amber-600:nth-child(even) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:even\:from-amber-700:nth-child(even) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:even\:from-amber-800:nth-child(even) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:even\:from-amber-900:nth-child(even) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:even\:from-orange-50:nth-child(even) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:even\:from-orange-100:nth-child(even) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:even\:from-orange-200:nth-child(even) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:even\:from-orange-300:nth-child(even) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:even\:from-orange-400:nth-child(even) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:even\:from-orange-500:nth-child(even) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:even\:from-orange-600:nth-child(even) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:even\:from-orange-700:nth-child(even) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:even\:from-orange-800:nth-child(even) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:even\:from-orange-900:nth-child(even) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:even\:from-red-50:nth-child(even) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:even\:from-red-100:nth-child(even) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:even\:from-red-200:nth-child(even) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:even\:from-red-300:nth-child(even) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:even\:from-red-400:nth-child(even) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:even\:from-red-500:nth-child(even) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:even\:from-red-600:nth-child(even) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:even\:from-red-700:nth-child(even) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:even\:from-red-800:nth-child(even) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:even\:from-red-900:nth-child(even) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:even\:from-warmGray-50:nth-child(even) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:even\:from-warmGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:even\:from-warmGray-200:nth-child(even) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:even\:from-warmGray-300:nth-child(even) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:even\:from-warmGray-400:nth-child(even) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:even\:from-warmGray-500:nth-child(even) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:even\:from-warmGray-600:nth-child(even) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:even\:from-warmGray-700:nth-child(even) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:even\:from-warmGray-800:nth-child(even) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:even\:from-warmGray-900:nth-child(even) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:even\:from-trueGray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:even\:from-trueGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:even\:from-trueGray-200:nth-child(even) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:even\:from-trueGray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:even\:from-trueGray-400:nth-child(even) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:even\:from-trueGray-500:nth-child(even) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:even\:from-trueGray-600:nth-child(even) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:even\:from-trueGray-700:nth-child(even) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:even\:from-trueGray-800:nth-child(even) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:even\:from-trueGray-900:nth-child(even) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:even\:from-gray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:even\:from-gray-100:nth-child(even) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:even\:from-gray-200:nth-child(even) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:even\:from-gray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:even\:from-gray-400:nth-child(even) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:even\:from-gray-500:nth-child(even) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:even\:from-gray-600:nth-child(even) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:even\:from-gray-700:nth-child(even) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:even\:from-gray-800:nth-child(even) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:even\:from-gray-900:nth-child(even) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:even\:from-coolGray-50:nth-child(even) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:even\:from-coolGray-100:nth-child(even) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:even\:from-coolGray-200:nth-child(even) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:even\:from-coolGray-300:nth-child(even) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:even\:from-coolGray-400:nth-child(even) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:even\:from-coolGray-500:nth-child(even) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:even\:from-coolGray-600:nth-child(even) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:even\:from-coolGray-700:nth-child(even) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:even\:from-coolGray-800:nth-child(even) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:even\:from-coolGray-900:nth-child(even) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:even\:from-blueGray-50:nth-child(even) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:even\:from-blueGray-100:nth-child(even) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:even\:from-blueGray-200:nth-child(even) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:even\:from-blueGray-300:nth-child(even) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:even\:from-blueGray-400:nth-child(even) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:even\:from-blueGray-500:nth-child(even) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:even\:from-blueGray-600:nth-child(even) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:even\:from-blueGray-700:nth-child(even) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:even\:from-blueGray-800:nth-child(even) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:even\:from-blueGray-900:nth-child(even) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:even\:from-current:nth-child(even) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:even\:from-transparent:nth-child(even) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:even\:via-black:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:even\:via-white:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:even\:via-rose-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:even\:via-rose-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:even\:via-rose-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:even\:via-rose-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:even\:via-rose-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:even\:via-rose-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:even\:via-rose-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:even\:via-rose-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:even\:via-rose-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:even\:via-rose-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:even\:via-pink-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:even\:via-pink-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:even\:via-pink-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:even\:via-pink-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:even\:via-pink-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:even\:via-pink-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:even\:via-pink-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:even\:via-pink-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:even\:via-pink-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:even\:via-pink-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:even\:via-fuchsia-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:even\:via-fuchsia-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:even\:via-fuchsia-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:even\:via-fuchsia-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:even\:via-fuchsia-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:even\:via-fuchsia-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:even\:via-fuchsia-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:even\:via-fuchsia-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:even\:via-fuchsia-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:even\:via-fuchsia-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:even\:via-purple-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:even\:via-purple-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:even\:via-purple-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:even\:via-purple-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:even\:via-purple-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:even\:via-purple-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:even\:via-purple-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:even\:via-purple-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:even\:via-purple-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:even\:via-purple-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:even\:via-violet-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:even\:via-violet-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:even\:via-violet-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:even\:via-violet-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:even\:via-violet-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:even\:via-violet-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:even\:via-violet-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:even\:via-violet-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:even\:via-violet-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:even\:via-violet-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:even\:via-indigo-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:even\:via-indigo-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:even\:via-indigo-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:even\:via-indigo-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:even\:via-indigo-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:even\:via-indigo-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:even\:via-indigo-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:even\:via-indigo-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:even\:via-indigo-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:even\:via-indigo-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:even\:via-blue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:even\:via-blue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:even\:via-blue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:even\:via-blue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:even\:via-blue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:even\:via-blue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:even\:via-blue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:even\:via-blue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:even\:via-blue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:even\:via-blue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:even\:via-lightBlue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:even\:via-lightBlue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:even\:via-lightBlue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:even\:via-lightBlue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:even\:via-lightBlue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:even\:via-lightBlue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:even\:via-lightBlue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:even\:via-lightBlue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:even\:via-lightBlue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:even\:via-lightBlue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:even\:via-cyan-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:even\:via-cyan-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:even\:via-cyan-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:even\:via-cyan-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:even\:via-cyan-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:even\:via-cyan-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:even\:via-cyan-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:even\:via-cyan-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:even\:via-cyan-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:even\:via-cyan-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:even\:via-teal-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:even\:via-teal-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:even\:via-teal-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:even\:via-teal-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:even\:via-teal-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:even\:via-teal-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:even\:via-teal-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:even\:via-teal-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:even\:via-teal-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:even\:via-teal-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:even\:via-emerald-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:even\:via-emerald-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:even\:via-emerald-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:even\:via-emerald-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:even\:via-emerald-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:even\:via-emerald-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:even\:via-emerald-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:even\:via-emerald-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:even\:via-emerald-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:even\:via-emerald-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:even\:via-green-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:even\:via-green-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:even\:via-green-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:even\:via-green-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:even\:via-green-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:even\:via-green-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:even\:via-green-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:even\:via-green-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:even\:via-green-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:even\:via-green-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:even\:via-lime-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:even\:via-lime-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:even\:via-lime-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:even\:via-lime-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:even\:via-lime-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:even\:via-lime-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:even\:via-lime-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:even\:via-lime-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:even\:via-lime-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:even\:via-lime-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:even\:via-yellow-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:even\:via-yellow-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:even\:via-yellow-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:even\:via-yellow-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:even\:via-yellow-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:even\:via-yellow-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:even\:via-yellow-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:even\:via-yellow-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:even\:via-yellow-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:even\:via-yellow-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:even\:via-amber-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:even\:via-amber-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:even\:via-amber-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:even\:via-amber-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:even\:via-amber-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:even\:via-amber-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:even\:via-amber-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:even\:via-amber-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:even\:via-amber-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:even\:via-amber-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:even\:via-orange-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:even\:via-orange-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:even\:via-orange-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:even\:via-orange-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:even\:via-orange-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:even\:via-orange-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:even\:via-orange-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:even\:via-orange-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:even\:via-orange-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:even\:via-orange-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:even\:via-red-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:even\:via-red-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:even\:via-red-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:even\:via-red-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:even\:via-red-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:even\:via-red-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:even\:via-red-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:even\:via-red-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:even\:via-red-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:even\:via-red-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:even\:via-warmGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:even\:via-warmGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:even\:via-warmGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:even\:via-warmGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:even\:via-warmGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:even\:via-warmGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:even\:via-warmGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:even\:via-warmGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:even\:via-warmGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:even\:via-warmGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:even\:via-trueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:even\:via-trueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:even\:via-trueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:even\:via-trueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:even\:via-trueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:even\:via-trueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:even\:via-trueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:even\:via-trueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:even\:via-trueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:even\:via-trueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:even\:via-gray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:even\:via-gray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:even\:via-gray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:even\:via-gray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:even\:via-gray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:even\:via-gray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:even\:via-gray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:even\:via-gray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:even\:via-gray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:even\:via-gray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:even\:via-coolGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:even\:via-coolGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:even\:via-coolGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:even\:via-coolGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:even\:via-coolGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:even\:via-coolGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:even\:via-coolGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:even\:via-coolGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:even\:via-coolGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:even\:via-coolGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:even\:via-blueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:even\:via-blueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:even\:via-blueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:even\:via-blueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:even\:via-blueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:even\:via-blueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:even\:via-blueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:even\:via-blueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:even\:via-blueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:even\:via-blueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:even\:via-current:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:even\:via-transparent:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:even\:to-black:nth-child(even) {
    --tw-gradient-to: #000;
  }

  .md\:even\:to-white:nth-child(even) {
    --tw-gradient-to: #fff;
  }

  .md\:even\:to-rose-50:nth-child(even) {
    --tw-gradient-to: #fff1f2;
  }

  .md\:even\:to-rose-100:nth-child(even) {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:even\:to-rose-200:nth-child(even) {
    --tw-gradient-to: #fecdd3;
  }

  .md\:even\:to-rose-300:nth-child(even) {
    --tw-gradient-to: #fda4af;
  }

  .md\:even\:to-rose-400:nth-child(even) {
    --tw-gradient-to: #fb7185;
  }

  .md\:even\:to-rose-500:nth-child(even) {
    --tw-gradient-to: #f43f5e;
  }

  .md\:even\:to-rose-600:nth-child(even) {
    --tw-gradient-to: #e11d48;
  }

  .md\:even\:to-rose-700:nth-child(even) {
    --tw-gradient-to: #be123c;
  }

  .md\:even\:to-rose-800:nth-child(even) {
    --tw-gradient-to: #9f1239;
  }

  .md\:even\:to-rose-900:nth-child(even) {
    --tw-gradient-to: #881337;
  }

  .md\:even\:to-pink-50:nth-child(even) {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:even\:to-pink-100:nth-child(even) {
    --tw-gradient-to: #fce7f3;
  }

  .md\:even\:to-pink-200:nth-child(even) {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:even\:to-pink-300:nth-child(even) {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:even\:to-pink-400:nth-child(even) {
    --tw-gradient-to: #f472b6;
  }

  .md\:even\:to-pink-500:nth-child(even) {
    --tw-gradient-to: #ec4899;
  }

  .md\:even\:to-pink-600:nth-child(even) {
    --tw-gradient-to: #db2777;
  }

  .md\:even\:to-pink-700:nth-child(even) {
    --tw-gradient-to: #be185d;
  }

  .md\:even\:to-pink-800:nth-child(even) {
    --tw-gradient-to: #9d174d;
  }

  .md\:even\:to-pink-900:nth-child(even) {
    --tw-gradient-to: #831843;
  }

  .md\:even\:to-fuchsia-50:nth-child(even) {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:even\:to-fuchsia-100:nth-child(even) {
    --tw-gradient-to: #fae8ff;
  }

  .md\:even\:to-fuchsia-200:nth-child(even) {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:even\:to-fuchsia-300:nth-child(even) {
    --tw-gradient-to: #f0abfc;
  }

  .md\:even\:to-fuchsia-400:nth-child(even) {
    --tw-gradient-to: #e879f9;
  }

  .md\:even\:to-fuchsia-500:nth-child(even) {
    --tw-gradient-to: #d946ef;
  }

  .md\:even\:to-fuchsia-600:nth-child(even) {
    --tw-gradient-to: #c026d3;
  }

  .md\:even\:to-fuchsia-700:nth-child(even) {
    --tw-gradient-to: #a21caf;
  }

  .md\:even\:to-fuchsia-800:nth-child(even) {
    --tw-gradient-to: #86198f;
  }

  .md\:even\:to-fuchsia-900:nth-child(even) {
    --tw-gradient-to: #701a75;
  }

  .md\:even\:to-purple-50:nth-child(even) {
    --tw-gradient-to: #faf5ff;
  }

  .md\:even\:to-purple-100:nth-child(even) {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:even\:to-purple-200:nth-child(even) {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:even\:to-purple-300:nth-child(even) {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:even\:to-purple-400:nth-child(even) {
    --tw-gradient-to: #c084fc;
  }

  .md\:even\:to-purple-500:nth-child(even) {
    --tw-gradient-to: #a855f7;
  }

  .md\:even\:to-purple-600:nth-child(even) {
    --tw-gradient-to: #9333ea;
  }

  .md\:even\:to-purple-700:nth-child(even) {
    --tw-gradient-to: #7e22ce;
  }

  .md\:even\:to-purple-800:nth-child(even) {
    --tw-gradient-to: #6b21a8;
  }

  .md\:even\:to-purple-900:nth-child(even) {
    --tw-gradient-to: #581c87;
  }

  .md\:even\:to-violet-50:nth-child(even) {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:even\:to-violet-100:nth-child(even) {
    --tw-gradient-to: #ede9fe;
  }

  .md\:even\:to-violet-200:nth-child(even) {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:even\:to-violet-300:nth-child(even) {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:even\:to-violet-400:nth-child(even) {
    --tw-gradient-to: #a78bfa;
  }

  .md\:even\:to-violet-500:nth-child(even) {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:even\:to-violet-600:nth-child(even) {
    --tw-gradient-to: #7c3aed;
  }

  .md\:even\:to-violet-700:nth-child(even) {
    --tw-gradient-to: #6d28d9;
  }

  .md\:even\:to-violet-800:nth-child(even) {
    --tw-gradient-to: #5b21b6;
  }

  .md\:even\:to-violet-900:nth-child(even) {
    --tw-gradient-to: #4c1d95;
  }

  .md\:even\:to-indigo-50:nth-child(even) {
    --tw-gradient-to: #eef2ff;
  }

  .md\:even\:to-indigo-100:nth-child(even) {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:even\:to-indigo-200:nth-child(even) {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:even\:to-indigo-300:nth-child(even) {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:even\:to-indigo-400:nth-child(even) {
    --tw-gradient-to: #818cf8;
  }

  .md\:even\:to-indigo-500:nth-child(even) {
    --tw-gradient-to: #6366f1;
  }

  .md\:even\:to-indigo-600:nth-child(even) {
    --tw-gradient-to: #4f46e5;
  }

  .md\:even\:to-indigo-700:nth-child(even) {
    --tw-gradient-to: #4338ca;
  }

  .md\:even\:to-indigo-800:nth-child(even) {
    --tw-gradient-to: #3730a3;
  }

  .md\:even\:to-indigo-900:nth-child(even) {
    --tw-gradient-to: #312e81;
  }

  .md\:even\:to-blue-50:nth-child(even) {
    --tw-gradient-to: #eff6ff;
  }

  .md\:even\:to-blue-100:nth-child(even) {
    --tw-gradient-to: #dbeafe;
  }

  .md\:even\:to-blue-200:nth-child(even) {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:even\:to-blue-300:nth-child(even) {
    --tw-gradient-to: #93c5fd;
  }

  .md\:even\:to-blue-400:nth-child(even) {
    --tw-gradient-to: #60a5fa;
  }

  .md\:even\:to-blue-500:nth-child(even) {
    --tw-gradient-to: #3b82f6;
  }

  .md\:even\:to-blue-600:nth-child(even) {
    --tw-gradient-to: #2563eb;
  }

  .md\:even\:to-blue-700:nth-child(even) {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:even\:to-blue-800:nth-child(even) {
    --tw-gradient-to: #1e40af;
  }

  .md\:even\:to-blue-900:nth-child(even) {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:even\:to-lightBlue-50:nth-child(even) {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:even\:to-lightBlue-100:nth-child(even) {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:even\:to-lightBlue-200:nth-child(even) {
    --tw-gradient-to: #bae6fd;
  }

  .md\:even\:to-lightBlue-300:nth-child(even) {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:even\:to-lightBlue-400:nth-child(even) {
    --tw-gradient-to: #38bdf8;
  }

  .md\:even\:to-lightBlue-500:nth-child(even) {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:even\:to-lightBlue-600:nth-child(even) {
    --tw-gradient-to: #0284c7;
  }

  .md\:even\:to-lightBlue-700:nth-child(even) {
    --tw-gradient-to: #0369a1;
  }

  .md\:even\:to-lightBlue-800:nth-child(even) {
    --tw-gradient-to: #075985;
  }

  .md\:even\:to-lightBlue-900:nth-child(even) {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:even\:to-cyan-50:nth-child(even) {
    --tw-gradient-to: #ecfeff;
  }

  .md\:even\:to-cyan-100:nth-child(even) {
    --tw-gradient-to: #cffafe;
  }

  .md\:even\:to-cyan-200:nth-child(even) {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:even\:to-cyan-300:nth-child(even) {
    --tw-gradient-to: #67e8f9;
  }

  .md\:even\:to-cyan-400:nth-child(even) {
    --tw-gradient-to: #22d3ee;
  }

  .md\:even\:to-cyan-500:nth-child(even) {
    --tw-gradient-to: #06b6d4;
  }

  .md\:even\:to-cyan-600:nth-child(even) {
    --tw-gradient-to: #0891b2;
  }

  .md\:even\:to-cyan-700:nth-child(even) {
    --tw-gradient-to: #0e7490;
  }

  .md\:even\:to-cyan-800:nth-child(even) {
    --tw-gradient-to: #155e75;
  }

  .md\:even\:to-cyan-900:nth-child(even) {
    --tw-gradient-to: #164e63;
  }

  .md\:even\:to-teal-50:nth-child(even) {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:even\:to-teal-100:nth-child(even) {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:even\:to-teal-200:nth-child(even) {
    --tw-gradient-to: #99f6e4;
  }

  .md\:even\:to-teal-300:nth-child(even) {
    --tw-gradient-to: #5eead4;
  }

  .md\:even\:to-teal-400:nth-child(even) {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:even\:to-teal-500:nth-child(even) {
    --tw-gradient-to: #14b8a6;
  }

  .md\:even\:to-teal-600:nth-child(even) {
    --tw-gradient-to: #0d9488;
  }

  .md\:even\:to-teal-700:nth-child(even) {
    --tw-gradient-to: #0f766e;
  }

  .md\:even\:to-teal-800:nth-child(even) {
    --tw-gradient-to: #115e59;
  }

  .md\:even\:to-teal-900:nth-child(even) {
    --tw-gradient-to: #134e4a;
  }

  .md\:even\:to-emerald-50:nth-child(even) {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:even\:to-emerald-100:nth-child(even) {
    --tw-gradient-to: #d1fae5;
  }

  .md\:even\:to-emerald-200:nth-child(even) {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:even\:to-emerald-300:nth-child(even) {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:even\:to-emerald-400:nth-child(even) {
    --tw-gradient-to: #34d399;
  }

  .md\:even\:to-emerald-500:nth-child(even) {
    --tw-gradient-to: #10b981;
  }

  .md\:even\:to-emerald-600:nth-child(even) {
    --tw-gradient-to: #059669;
  }

  .md\:even\:to-emerald-700:nth-child(even) {
    --tw-gradient-to: #047857;
  }

  .md\:even\:to-emerald-800:nth-child(even) {
    --tw-gradient-to: #065f46;
  }

  .md\:even\:to-emerald-900:nth-child(even) {
    --tw-gradient-to: #064e3b;
  }

  .md\:even\:to-green-50:nth-child(even) {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:even\:to-green-100:nth-child(even) {
    --tw-gradient-to: #dcfce7;
  }

  .md\:even\:to-green-200:nth-child(even) {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:even\:to-green-300:nth-child(even) {
    --tw-gradient-to: #86efac;
  }

  .md\:even\:to-green-400:nth-child(even) {
    --tw-gradient-to: #4ade80;
  }

  .md\:even\:to-green-500:nth-child(even) {
    --tw-gradient-to: #22c55e;
  }

  .md\:even\:to-green-600:nth-child(even) {
    --tw-gradient-to: #16a34a;
  }

  .md\:even\:to-green-700:nth-child(even) {
    --tw-gradient-to: #15803d;
  }

  .md\:even\:to-green-800:nth-child(even) {
    --tw-gradient-to: #166534;
  }

  .md\:even\:to-green-900:nth-child(even) {
    --tw-gradient-to: #14532d;
  }

  .md\:even\:to-lime-50:nth-child(even) {
    --tw-gradient-to: #f7fee7;
  }

  .md\:even\:to-lime-100:nth-child(even) {
    --tw-gradient-to: #ecfccb;
  }

  .md\:even\:to-lime-200:nth-child(even) {
    --tw-gradient-to: #d9f99d;
  }

  .md\:even\:to-lime-300:nth-child(even) {
    --tw-gradient-to: #bef264;
  }

  .md\:even\:to-lime-400:nth-child(even) {
    --tw-gradient-to: #a3e635;
  }

  .md\:even\:to-lime-500:nth-child(even) {
    --tw-gradient-to: #84cc16;
  }

  .md\:even\:to-lime-600:nth-child(even) {
    --tw-gradient-to: #65a30d;
  }

  .md\:even\:to-lime-700:nth-child(even) {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:even\:to-lime-800:nth-child(even) {
    --tw-gradient-to: #3f6212;
  }

  .md\:even\:to-lime-900:nth-child(even) {
    --tw-gradient-to: #365314;
  }

  .md\:even\:to-yellow-50:nth-child(even) {
    --tw-gradient-to: #fefce8;
  }

  .md\:even\:to-yellow-100:nth-child(even) {
    --tw-gradient-to: #fef9c3;
  }

  .md\:even\:to-yellow-200:nth-child(even) {
    --tw-gradient-to: #fef08a;
  }

  .md\:even\:to-yellow-300:nth-child(even) {
    --tw-gradient-to: #fde047;
  }

  .md\:even\:to-yellow-400:nth-child(even) {
    --tw-gradient-to: #facc15;
  }

  .md\:even\:to-yellow-500:nth-child(even) {
    --tw-gradient-to: #eab308;
  }

  .md\:even\:to-yellow-600:nth-child(even) {
    --tw-gradient-to: #ca8a04;
  }

  .md\:even\:to-yellow-700:nth-child(even) {
    --tw-gradient-to: #a16207;
  }

  .md\:even\:to-yellow-800:nth-child(even) {
    --tw-gradient-to: #854d0e;
  }

  .md\:even\:to-yellow-900:nth-child(even) {
    --tw-gradient-to: #713f12;
  }

  .md\:even\:to-amber-50:nth-child(even) {
    --tw-gradient-to: #fffbeb;
  }

  .md\:even\:to-amber-100:nth-child(even) {
    --tw-gradient-to: #fef3c7;
  }

  .md\:even\:to-amber-200:nth-child(even) {
    --tw-gradient-to: #fde68a;
  }

  .md\:even\:to-amber-300:nth-child(even) {
    --tw-gradient-to: #fcd34d;
  }

  .md\:even\:to-amber-400:nth-child(even) {
    --tw-gradient-to: #fbbf24;
  }

  .md\:even\:to-amber-500:nth-child(even) {
    --tw-gradient-to: #f59e0b;
  }

  .md\:even\:to-amber-600:nth-child(even) {
    --tw-gradient-to: #d97706;
  }

  .md\:even\:to-amber-700:nth-child(even) {
    --tw-gradient-to: #b45309;
  }

  .md\:even\:to-amber-800:nth-child(even) {
    --tw-gradient-to: #92400e;
  }

  .md\:even\:to-amber-900:nth-child(even) {
    --tw-gradient-to: #78350f;
  }

  .md\:even\:to-orange-50:nth-child(even) {
    --tw-gradient-to: #fff7ed;
  }

  .md\:even\:to-orange-100:nth-child(even) {
    --tw-gradient-to: #ffedd5;
  }

  .md\:even\:to-orange-200:nth-child(even) {
    --tw-gradient-to: #fed7aa;
  }

  .md\:even\:to-orange-300:nth-child(even) {
    --tw-gradient-to: #fdba74;
  }

  .md\:even\:to-orange-400:nth-child(even) {
    --tw-gradient-to: #fb923c;
  }

  .md\:even\:to-orange-500:nth-child(even) {
    --tw-gradient-to: #f97316;
  }

  .md\:even\:to-orange-600:nth-child(even) {
    --tw-gradient-to: #ea580c;
  }

  .md\:even\:to-orange-700:nth-child(even) {
    --tw-gradient-to: #c2410c;
  }

  .md\:even\:to-orange-800:nth-child(even) {
    --tw-gradient-to: #9a3412;
  }

  .md\:even\:to-orange-900:nth-child(even) {
    --tw-gradient-to: #7c2d12;
  }

  .md\:even\:to-red-50:nth-child(even) {
    --tw-gradient-to: #fef2f2;
  }

  .md\:even\:to-red-100:nth-child(even) {
    --tw-gradient-to: #fee2e2;
  }

  .md\:even\:to-red-200:nth-child(even) {
    --tw-gradient-to: #fecaca;
  }

  .md\:even\:to-red-300:nth-child(even) {
    --tw-gradient-to: #fca5a5;
  }

  .md\:even\:to-red-400:nth-child(even) {
    --tw-gradient-to: #f87171;
  }

  .md\:even\:to-red-500:nth-child(even) {
    --tw-gradient-to: #ef4444;
  }

  .md\:even\:to-red-600:nth-child(even) {
    --tw-gradient-to: #dc2626;
  }

  .md\:even\:to-red-700:nth-child(even) {
    --tw-gradient-to: #b91c1c;
  }

  .md\:even\:to-red-800:nth-child(even) {
    --tw-gradient-to: #991b1b;
  }

  .md\:even\:to-red-900:nth-child(even) {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:even\:to-warmGray-50:nth-child(even) {
    --tw-gradient-to: #fafaf9;
  }

  .md\:even\:to-warmGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:even\:to-warmGray-200:nth-child(even) {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:even\:to-warmGray-300:nth-child(even) {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:even\:to-warmGray-400:nth-child(even) {
    --tw-gradient-to: #a8a29e;
  }

  .md\:even\:to-warmGray-500:nth-child(even) {
    --tw-gradient-to: #78716c;
  }

  .md\:even\:to-warmGray-600:nth-child(even) {
    --tw-gradient-to: #57534e;
  }

  .md\:even\:to-warmGray-700:nth-child(even) {
    --tw-gradient-to: #44403c;
  }

  .md\:even\:to-warmGray-800:nth-child(even) {
    --tw-gradient-to: #292524;
  }

  .md\:even\:to-warmGray-900:nth-child(even) {
    --tw-gradient-to: #1c1917;
  }

  .md\:even\:to-trueGray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .md\:even\:to-trueGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:even\:to-trueGray-200:nth-child(even) {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:even\:to-trueGray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:even\:to-trueGray-400:nth-child(even) {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:even\:to-trueGray-500:nth-child(even) {
    --tw-gradient-to: #737373;
  }

  .md\:even\:to-trueGray-600:nth-child(even) {
    --tw-gradient-to: #525252;
  }

  .md\:even\:to-trueGray-700:nth-child(even) {
    --tw-gradient-to: #404040;
  }

  .md\:even\:to-trueGray-800:nth-child(even) {
    --tw-gradient-to: #262626;
  }

  .md\:even\:to-trueGray-900:nth-child(even) {
    --tw-gradient-to: #171717;
  }

  .md\:even\:to-gray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .md\:even\:to-gray-100:nth-child(even) {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:even\:to-gray-200:nth-child(even) {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:even\:to-gray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:even\:to-gray-400:nth-child(even) {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:even\:to-gray-500:nth-child(even) {
    --tw-gradient-to: #71717a;
  }

  .md\:even\:to-gray-600:nth-child(even) {
    --tw-gradient-to: #52525b;
  }

  .md\:even\:to-gray-700:nth-child(even) {
    --tw-gradient-to: #3f3f46;
  }

  .md\:even\:to-gray-800:nth-child(even) {
    --tw-gradient-to: #27272a;
  }

  .md\:even\:to-gray-900:nth-child(even) {
    --tw-gradient-to: #18181b;
  }

  .md\:even\:to-coolGray-50:nth-child(even) {
    --tw-gradient-to: #f9fafb;
  }

  .md\:even\:to-coolGray-100:nth-child(even) {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:even\:to-coolGray-200:nth-child(even) {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:even\:to-coolGray-300:nth-child(even) {
    --tw-gradient-to: #d1d5db;
  }

  .md\:even\:to-coolGray-400:nth-child(even) {
    --tw-gradient-to: #9ca3af;
  }

  .md\:even\:to-coolGray-500:nth-child(even) {
    --tw-gradient-to: #6b7280;
  }

  .md\:even\:to-coolGray-600:nth-child(even) {
    --tw-gradient-to: #4b5563;
  }

  .md\:even\:to-coolGray-700:nth-child(even) {
    --tw-gradient-to: #374151;
  }

  .md\:even\:to-coolGray-800:nth-child(even) {
    --tw-gradient-to: #1f2937;
  }

  .md\:even\:to-coolGray-900:nth-child(even) {
    --tw-gradient-to: #111827;
  }

  .md\:even\:to-blueGray-50:nth-child(even) {
    --tw-gradient-to: #f8fafc;
  }

  .md\:even\:to-blueGray-100:nth-child(even) {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:even\:to-blueGray-200:nth-child(even) {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:even\:to-blueGray-300:nth-child(even) {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:even\:to-blueGray-400:nth-child(even) {
    --tw-gradient-to: #94a3b8;
  }

  .md\:even\:to-blueGray-500:nth-child(even) {
    --tw-gradient-to: #64748b;
  }

  .md\:even\:to-blueGray-600:nth-child(even) {
    --tw-gradient-to: #475569;
  }

  .md\:even\:to-blueGray-700:nth-child(even) {
    --tw-gradient-to: #334155;
  }

  .md\:even\:to-blueGray-800:nth-child(even) {
    --tw-gradient-to: #1e293b;
  }

  .md\:even\:to-blueGray-900:nth-child(even) {
    --tw-gradient-to: #0f172a;
  }

  .md\:even\:to-current:nth-child(even) {
    --tw-gradient-to: current;
  }

  .md\:even\:to-transparent:nth-child(even) {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-rose-50:hover {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:hover\:from-rose-100:hover {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:hover\:from-rose-200:hover {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:hover\:from-rose-300:hover {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:hover\:from-rose-400:hover {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:hover\:from-rose-500:hover {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:hover\:from-rose-600:hover {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:hover\:from-rose-700:hover {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:hover\:from-rose-800:hover {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:hover\:from-rose-900:hover {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:hover\:from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:hover\:from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:hover\:from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:hover\:from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:hover\:from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:hover\:from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:hover\:from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:hover\:from-fuchsia-800:hover {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:hover\:from-fuchsia-900:hover {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:hover\:from-purple-50:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:hover\:from-violet-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:from-violet-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:from-violet-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:from-violet-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:from-violet-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:from-violet-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:from-violet-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:from-violet-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:from-violet-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:from-violet-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:hover\:from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:hover\:from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:hover\:from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:hover\:from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:hover\:from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:hover\:from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:hover\:from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:hover\:from-lightBlue-800:hover {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:hover\:from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:hover\:from-teal-50:hover {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:hover\:from-teal-100:hover {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:hover\:from-teal-200:hover {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:hover\:from-teal-300:hover {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:hover\:from-teal-400:hover {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:hover\:from-teal-500:hover {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:hover\:from-teal-600:hover {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:hover\:from-teal-700:hover {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:hover\:from-teal-800:hover {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:hover\:from-teal-900:hover {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:hover\:from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:from-emerald-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:from-emerald-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:from-emerald-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:from-emerald-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:from-emerald-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:from-emerald-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:from-emerald-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:hover\:from-amber-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:from-amber-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:from-amber-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:from-amber-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:from-amber-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:from-amber-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:from-amber-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:from-amber-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:from-amber-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:from-amber-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:from-orange-50:hover {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:hover\:from-orange-200:hover {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:hover\:from-orange-300:hover {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:hover\:from-orange-400:hover {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:hover\:from-orange-500:hover {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:hover\:from-orange-700:hover {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:hover\:from-orange-800:hover {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:hover\:from-orange-900:hover {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:from-warmGray-50:hover {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:hover\:from-warmGray-100:hover {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:hover\:from-warmGray-200:hover {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:hover\:from-warmGray-300:hover {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:hover\:from-warmGray-400:hover {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:hover\:from-warmGray-500:hover {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:hover\:from-warmGray-600:hover {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:hover\:from-warmGray-700:hover {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:hover\:from-warmGray-800:hover {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:hover\:from-warmGray-900:hover {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:hover\:from-trueGray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:hover\:from-trueGray-100:hover {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:hover\:from-trueGray-200:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:hover\:from-trueGray-300:hover {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:hover\:from-trueGray-400:hover {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:hover\:from-trueGray-500:hover {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:hover\:from-trueGray-600:hover {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:hover\:from-trueGray-700:hover {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:hover\:from-trueGray-800:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:hover\:from-trueGray-900:hover {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:hover\:from-coolGray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-coolGray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:from-coolGray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:from-coolGray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:from-coolGray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:from-coolGray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:from-coolGray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:from-coolGray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:from-coolGray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:from-coolGray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:hover\:from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:hover\:from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:hover\:from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:hover\:from-blueGray-500:hover {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:hover\:from-blueGray-600:hover {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:hover\:from-blueGray-700:hover {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:hover\:from-blueGray-800:hover {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:hover\:from-blueGray-900:hover {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:hover\:via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:hover\:via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:hover\:via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:hover\:via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:hover\:via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:hover\:via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:hover\:via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:hover\:via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:hover\:via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:hover\:via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:hover\:via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:hover\:via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:hover\:via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:hover\:via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:hover\:via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:hover\:via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:hover\:via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:hover\:via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:hover\:via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:hover\:via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:hover\:via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:hover\:via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:hover\:via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:hover\:via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:hover\:via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:hover\:via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:hover\:via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:hover\:via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:hover\:via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:hover\:via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:hover\:via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:via-warmGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:hover\:via-warmGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:hover\:via-warmGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:hover\:via-warmGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:hover\:via-warmGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:hover\:via-warmGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:hover\:via-warmGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:hover\:via-warmGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:hover\:via-warmGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:hover\:via-warmGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:hover\:via-trueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:hover\:via-trueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:hover\:via-trueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:hover\:via-trueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:hover\:via-trueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:hover\:via-trueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:hover\:via-trueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:hover\:via-trueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:hover\:via-trueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:hover\:via-trueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:hover\:via-coolGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-coolGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-coolGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-coolGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-coolGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-coolGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-coolGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-coolGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-coolGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-coolGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:hover\:via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:hover\:via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:hover\:via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:hover\:via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:hover\:via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:hover\:via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:hover\:via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:hover\:via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-rose-50:hover {
    --tw-gradient-to: #fff1f2;
  }

  .md\:hover\:to-rose-100:hover {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:hover\:to-rose-200:hover {
    --tw-gradient-to: #fecdd3;
  }

  .md\:hover\:to-rose-300:hover {
    --tw-gradient-to: #fda4af;
  }

  .md\:hover\:to-rose-400:hover {
    --tw-gradient-to: #fb7185;
  }

  .md\:hover\:to-rose-500:hover {
    --tw-gradient-to: #f43f5e;
  }

  .md\:hover\:to-rose-600:hover {
    --tw-gradient-to: #e11d48;
  }

  .md\:hover\:to-rose-700:hover {
    --tw-gradient-to: #be123c;
  }

  .md\:hover\:to-rose-800:hover {
    --tw-gradient-to: #9f1239;
  }

  .md\:hover\:to-rose-900:hover {
    --tw-gradient-to: #881337;
  }

  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .md\:hover\:to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:hover\:to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff;
  }

  .md\:hover\:to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:hover\:to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc;
  }

  .md\:hover\:to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9;
  }

  .md\:hover\:to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef;
  }

  .md\:hover\:to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3;
  }

  .md\:hover\:to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf;
  }

  .md\:hover\:to-fuchsia-800:hover {
    --tw-gradient-to: #86198f;
  }

  .md\:hover\:to-fuchsia-900:hover {
    --tw-gradient-to: #701a75;
  }

  .md\:hover\:to-purple-50:hover {
    --tw-gradient-to: #faf5ff;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #c084fc;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #a855f7;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #9333ea;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #7e22ce;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #6b21a8;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #581c87;
  }

  .md\:hover\:to-violet-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-violet-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-violet-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-violet-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-violet-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-violet-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-violet-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-violet-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-violet-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-violet-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:hover\:to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:hover\:to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:hover\:to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd;
  }

  .md\:hover\:to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:hover\:to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8;
  }

  .md\:hover\:to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:hover\:to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7;
  }

  .md\:hover\:to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1;
  }

  .md\:hover\:to-lightBlue-800:hover {
    --tw-gradient-to: #075985;
  }

  .md\:hover\:to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff;
  }

  .md\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe;
  }

  .md\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9;
  }

  .md\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee;
  }

  .md\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4;
  }

  .md\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2;
  }

  .md\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490;
  }

  .md\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75;
  }

  .md\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63;
  }

  .md\:hover\:to-teal-50:hover {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:hover\:to-teal-100:hover {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:hover\:to-teal-200:hover {
    --tw-gradient-to: #99f6e4;
  }

  .md\:hover\:to-teal-300:hover {
    --tw-gradient-to: #5eead4;
  }

  .md\:hover\:to-teal-400:hover {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:hover\:to-teal-500:hover {
    --tw-gradient-to: #14b8a6;
  }

  .md\:hover\:to-teal-600:hover {
    --tw-gradient-to: #0d9488;
  }

  .md\:hover\:to-teal-700:hover {
    --tw-gradient-to: #0f766e;
  }

  .md\:hover\:to-teal-800:hover {
    --tw-gradient-to: #115e59;
  }

  .md\:hover\:to-teal-900:hover {
    --tw-gradient-to: #134e4a;
  }

  .md\:hover\:to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-emerald-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:hover\:to-emerald-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md\:hover\:to-emerald-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md\:hover\:to-emerald-600:hover {
    --tw-gradient-to: #059669;
  }

  .md\:hover\:to-emerald-700:hover {
    --tw-gradient-to: #047857;
  }

  .md\:hover\:to-emerald-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-emerald-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #dcfce7;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #86efac;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #4ade80;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #22c55e;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #16a34a;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #15803d;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #166534;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #14532d;
  }

  .md\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7;
  }

  .md\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb;
  }

  .md\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d;
  }

  .md\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264;
  }

  .md\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635;
  }

  .md\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16;
  }

  .md\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d;
  }

  .md\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212;
  }

  .md\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314;
  }

  .md\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fefce8;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef9c3;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fde047;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #facc15;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #a16207;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #854d0e;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #713f12;
  }

  .md\:hover\:to-amber-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-amber-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-amber-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-amber-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-amber-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md\:hover\:to-amber-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-amber-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-amber-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-amber-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-amber-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-orange-50:hover {
    --tw-gradient-to: #fff7ed;
  }

  .md\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffedd5;
  }

  .md\:hover\:to-orange-200:hover {
    --tw-gradient-to: #fed7aa;
  }

  .md\:hover\:to-orange-300:hover {
    --tw-gradient-to: #fdba74;
  }

  .md\:hover\:to-orange-400:hover {
    --tw-gradient-to: #fb923c;
  }

  .md\:hover\:to-orange-500:hover {
    --tw-gradient-to: #f97316;
  }

  .md\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ea580c;
  }

  .md\:hover\:to-orange-700:hover {
    --tw-gradient-to: #c2410c;
  }

  .md\:hover\:to-orange-800:hover {
    --tw-gradient-to: #9a3412;
  }

  .md\:hover\:to-orange-900:hover {
    --tw-gradient-to: #7c2d12;
  }

  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:hover\:to-warmGray-50:hover {
    --tw-gradient-to: #fafaf9;
  }

  .md\:hover\:to-warmGray-100:hover {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:hover\:to-warmGray-200:hover {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:hover\:to-warmGray-300:hover {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:hover\:to-warmGray-400:hover {
    --tw-gradient-to: #a8a29e;
  }

  .md\:hover\:to-warmGray-500:hover {
    --tw-gradient-to: #78716c;
  }

  .md\:hover\:to-warmGray-600:hover {
    --tw-gradient-to: #57534e;
  }

  .md\:hover\:to-warmGray-700:hover {
    --tw-gradient-to: #44403c;
  }

  .md\:hover\:to-warmGray-800:hover {
    --tw-gradient-to: #292524;
  }

  .md\:hover\:to-warmGray-900:hover {
    --tw-gradient-to: #1c1917;
  }

  .md\:hover\:to-trueGray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .md\:hover\:to-trueGray-100:hover {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:hover\:to-trueGray-200:hover {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:hover\:to-trueGray-300:hover {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:hover\:to-trueGray-400:hover {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:hover\:to-trueGray-500:hover {
    --tw-gradient-to: #737373;
  }

  .md\:hover\:to-trueGray-600:hover {
    --tw-gradient-to: #525252;
  }

  .md\:hover\:to-trueGray-700:hover {
    --tw-gradient-to: #404040;
  }

  .md\:hover\:to-trueGray-800:hover {
    --tw-gradient-to: #262626;
  }

  .md\:hover\:to-trueGray-900:hover {
    --tw-gradient-to: #171717;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .md\:hover\:to-coolGray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-coolGray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-coolGray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-coolGray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-coolGray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-coolGray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-coolGray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-coolGray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-coolGray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-coolGray-900:hover {
    --tw-gradient-to: #111827;
  }

  .md\:hover\:to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc;
  }

  .md\:hover\:to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:hover\:to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:hover\:to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:hover\:to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8;
  }

  .md\:hover\:to-blueGray-500:hover {
    --tw-gradient-to: #64748b;
  }

  .md\:hover\:to-blueGray-600:hover {
    --tw-gradient-to: #475569;
  }

  .md\:hover\:to-blueGray-700:hover {
    --tw-gradient-to: #334155;
  }

  .md\:hover\:to-blueGray-800:hover {
    --tw-gradient-to: #1e293b;
  }

  .md\:hover\:to-blueGray-900:hover {
    --tw-gradient-to: #0f172a;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: current;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-rose-50:focus {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus\:from-rose-100:focus {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus\:from-rose-200:focus {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus\:from-rose-300:focus {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus\:from-rose-400:focus {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus\:from-rose-500:focus {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus\:from-rose-600:focus {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus\:from-rose-700:focus {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus\:from-rose-800:focus {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus\:from-rose-900:focus {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus\:from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus\:from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus\:from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus\:from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus\:from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus\:from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus\:from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus\:from-fuchsia-800:focus {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus\:from-fuchsia-900:focus {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus\:from-purple-50:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:focus\:from-violet-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:from-violet-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:from-violet-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:from-violet-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:from-violet-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:from-violet-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:from-violet-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:from-violet-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:from-violet-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:from-violet-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus\:from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus\:from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus\:from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus\:from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus\:from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus\:from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus\:from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus\:from-lightBlue-800:focus {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus\:from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:focus\:from-teal-50:focus {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:focus\:from-teal-100:focus {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:focus\:from-teal-200:focus {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:focus\:from-teal-300:focus {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:focus\:from-teal-400:focus {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:focus\:from-teal-500:focus {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:focus\:from-teal-600:focus {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:focus\:from-teal-700:focus {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:focus\:from-teal-800:focus {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:focus\:from-teal-900:focus {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:focus\:from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:from-emerald-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:from-emerald-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:from-emerald-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:from-emerald-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:from-emerald-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:from-emerald-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:from-emerald-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:focus\:from-amber-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:from-amber-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:from-amber-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:from-amber-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:from-amber-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:from-amber-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:from-amber-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:from-amber-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:from-amber-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:from-amber-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:from-orange-50:focus {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:focus\:from-orange-200:focus {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:focus\:from-orange-300:focus {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:focus\:from-orange-400:focus {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:focus\:from-orange-500:focus {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:focus\:from-orange-700:focus {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:focus\:from-orange-800:focus {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:focus\:from-orange-900:focus {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:from-warmGray-50:focus {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:focus\:from-warmGray-100:focus {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:focus\:from-warmGray-200:focus {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:focus\:from-warmGray-300:focus {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:focus\:from-warmGray-400:focus {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:focus\:from-warmGray-500:focus {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:focus\:from-warmGray-600:focus {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:focus\:from-warmGray-700:focus {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:focus\:from-warmGray-800:focus {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:focus\:from-warmGray-900:focus {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:focus\:from-trueGray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus\:from-trueGray-100:focus {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus\:from-trueGray-200:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus\:from-trueGray-300:focus {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:focus\:from-trueGray-400:focus {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:focus\:from-trueGray-500:focus {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:focus\:from-trueGray-600:focus {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:focus\:from-trueGray-700:focus {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:focus\:from-trueGray-800:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus\:from-trueGray-900:focus {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:focus\:from-coolGray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-coolGray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:from-coolGray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:from-coolGray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:from-coolGray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:from-coolGray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:from-coolGray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:from-coolGray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:from-coolGray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:from-coolGray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:focus\:from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:focus\:from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:focus\:from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:focus\:from-blueGray-500:focus {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:focus\:from-blueGray-600:focus {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:focus\:from-blueGray-700:focus {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:focus\:from-blueGray-800:focus {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:focus\:from-blueGray-900:focus {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:focus\:via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:focus\:via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:focus\:via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:focus\:via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:focus\:via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:focus\:via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:focus\:via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:focus\:via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:focus\:via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:focus\:via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:focus\:via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:focus\:via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:focus\:via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:focus\:via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:focus\:via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:focus\:via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:focus\:via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:focus\:via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:focus\:via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:focus\:via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:focus\:via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:focus\:via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:focus\:via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:focus\:via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:focus\:via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:focus\:via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:focus\:via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:focus\:via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:focus\:via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:focus\:via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:focus\:via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:via-warmGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:focus\:via-warmGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:focus\:via-warmGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:focus\:via-warmGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:focus\:via-warmGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:focus\:via-warmGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:focus\:via-warmGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:focus\:via-warmGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:focus\:via-warmGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:focus\:via-warmGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:focus\:via-trueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus\:via-trueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus\:via-trueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:focus\:via-trueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:focus\:via-trueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:focus\:via-trueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:focus\:via-trueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:focus\:via-trueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:focus\:via-trueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:focus\:via-trueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:focus\:via-coolGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-coolGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-coolGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-coolGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-coolGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-coolGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-coolGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-coolGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-coolGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-coolGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:focus\:via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:focus\:via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:focus\:via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:focus\:via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:focus\:via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:focus\:via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:focus\:via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:focus\:via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-rose-50:focus {
    --tw-gradient-to: #fff1f2;
  }

  .md\:focus\:to-rose-100:focus {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:focus\:to-rose-200:focus {
    --tw-gradient-to: #fecdd3;
  }

  .md\:focus\:to-rose-300:focus {
    --tw-gradient-to: #fda4af;
  }

  .md\:focus\:to-rose-400:focus {
    --tw-gradient-to: #fb7185;
  }

  .md\:focus\:to-rose-500:focus {
    --tw-gradient-to: #f43f5e;
  }

  .md\:focus\:to-rose-600:focus {
    --tw-gradient-to: #e11d48;
  }

  .md\:focus\:to-rose-700:focus {
    --tw-gradient-to: #be123c;
  }

  .md\:focus\:to-rose-800:focus {
    --tw-gradient-to: #9f1239;
  }

  .md\:focus\:to-rose-900:focus {
    --tw-gradient-to: #881337;
  }

  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .md\:focus\:to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:focus\:to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff;
  }

  .md\:focus\:to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:focus\:to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc;
  }

  .md\:focus\:to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9;
  }

  .md\:focus\:to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef;
  }

  .md\:focus\:to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3;
  }

  .md\:focus\:to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf;
  }

  .md\:focus\:to-fuchsia-800:focus {
    --tw-gradient-to: #86198f;
  }

  .md\:focus\:to-fuchsia-900:focus {
    --tw-gradient-to: #701a75;
  }

  .md\:focus\:to-purple-50:focus {
    --tw-gradient-to: #faf5ff;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #c084fc;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #a855f7;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #9333ea;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #7e22ce;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #6b21a8;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #581c87;
  }

  .md\:focus\:to-violet-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-violet-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-violet-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-violet-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-violet-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-violet-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-violet-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-violet-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-violet-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-violet-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus\:to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:focus\:to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:focus\:to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd;
  }

  .md\:focus\:to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:focus\:to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8;
  }

  .md\:focus\:to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:focus\:to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7;
  }

  .md\:focus\:to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1;
  }

  .md\:focus\:to-lightBlue-800:focus {
    --tw-gradient-to: #075985;
  }

  .md\:focus\:to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff;
  }

  .md\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe;
  }

  .md\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9;
  }

  .md\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee;
  }

  .md\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4;
  }

  .md\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2;
  }

  .md\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490;
  }

  .md\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75;
  }

  .md\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63;
  }

  .md\:focus\:to-teal-50:focus {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:focus\:to-teal-100:focus {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:focus\:to-teal-200:focus {
    --tw-gradient-to: #99f6e4;
  }

  .md\:focus\:to-teal-300:focus {
    --tw-gradient-to: #5eead4;
  }

  .md\:focus\:to-teal-400:focus {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:focus\:to-teal-500:focus {
    --tw-gradient-to: #14b8a6;
  }

  .md\:focus\:to-teal-600:focus {
    --tw-gradient-to: #0d9488;
  }

  .md\:focus\:to-teal-700:focus {
    --tw-gradient-to: #0f766e;
  }

  .md\:focus\:to-teal-800:focus {
    --tw-gradient-to: #115e59;
  }

  .md\:focus\:to-teal-900:focus {
    --tw-gradient-to: #134e4a;
  }

  .md\:focus\:to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-emerald-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus\:to-emerald-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md\:focus\:to-emerald-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md\:focus\:to-emerald-600:focus {
    --tw-gradient-to: #059669;
  }

  .md\:focus\:to-emerald-700:focus {
    --tw-gradient-to: #047857;
  }

  .md\:focus\:to-emerald-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-emerald-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #dcfce7;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #86efac;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #4ade80;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #22c55e;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #16a34a;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #15803d;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #166534;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #14532d;
  }

  .md\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7;
  }

  .md\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb;
  }

  .md\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d;
  }

  .md\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264;
  }

  .md\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635;
  }

  .md\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16;
  }

  .md\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d;
  }

  .md\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212;
  }

  .md\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314;
  }

  .md\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fefce8;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef9c3;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fde047;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #facc15;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #ca8a04;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #a16207;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #854d0e;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #713f12;
  }

  .md\:focus\:to-amber-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-amber-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-amber-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-amber-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-amber-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus\:to-amber-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-amber-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-amber-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-amber-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-amber-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-orange-50:focus {
    --tw-gradient-to: #fff7ed;
  }

  .md\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffedd5;
  }

  .md\:focus\:to-orange-200:focus {
    --tw-gradient-to: #fed7aa;
  }

  .md\:focus\:to-orange-300:focus {
    --tw-gradient-to: #fdba74;
  }

  .md\:focus\:to-orange-400:focus {
    --tw-gradient-to: #fb923c;
  }

  .md\:focus\:to-orange-500:focus {
    --tw-gradient-to: #f97316;
  }

  .md\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ea580c;
  }

  .md\:focus\:to-orange-700:focus {
    --tw-gradient-to: #c2410c;
  }

  .md\:focus\:to-orange-800:focus {
    --tw-gradient-to: #9a3412;
  }

  .md\:focus\:to-orange-900:focus {
    --tw-gradient-to: #7c2d12;
  }

  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:focus\:to-warmGray-50:focus {
    --tw-gradient-to: #fafaf9;
  }

  .md\:focus\:to-warmGray-100:focus {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:focus\:to-warmGray-200:focus {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:focus\:to-warmGray-300:focus {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:focus\:to-warmGray-400:focus {
    --tw-gradient-to: #a8a29e;
  }

  .md\:focus\:to-warmGray-500:focus {
    --tw-gradient-to: #78716c;
  }

  .md\:focus\:to-warmGray-600:focus {
    --tw-gradient-to: #57534e;
  }

  .md\:focus\:to-warmGray-700:focus {
    --tw-gradient-to: #44403c;
  }

  .md\:focus\:to-warmGray-800:focus {
    --tw-gradient-to: #292524;
  }

  .md\:focus\:to-warmGray-900:focus {
    --tw-gradient-to: #1c1917;
  }

  .md\:focus\:to-trueGray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .md\:focus\:to-trueGray-100:focus {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:focus\:to-trueGray-200:focus {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:focus\:to-trueGray-300:focus {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:focus\:to-trueGray-400:focus {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:focus\:to-trueGray-500:focus {
    --tw-gradient-to: #737373;
  }

  .md\:focus\:to-trueGray-600:focus {
    --tw-gradient-to: #525252;
  }

  .md\:focus\:to-trueGray-700:focus {
    --tw-gradient-to: #404040;
  }

  .md\:focus\:to-trueGray-800:focus {
    --tw-gradient-to: #262626;
  }

  .md\:focus\:to-trueGray-900:focus {
    --tw-gradient-to: #171717;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .md\:focus\:to-coolGray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-coolGray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-coolGray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-coolGray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-coolGray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-coolGray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-coolGray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-coolGray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-coolGray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-coolGray-900:focus {
    --tw-gradient-to: #111827;
  }

  .md\:focus\:to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc;
  }

  .md\:focus\:to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:focus\:to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:focus\:to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:focus\:to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8;
  }

  .md\:focus\:to-blueGray-500:focus {
    --tw-gradient-to: #64748b;
  }

  .md\:focus\:to-blueGray-600:focus {
    --tw-gradient-to: #475569;
  }

  .md\:focus\:to-blueGray-700:focus {
    --tw-gradient-to: #334155;
  }

  .md\:focus\:to-blueGray-800:focus {
    --tw-gradient-to: #1e293b;
  }

  .md\:focus\:to-blueGray-900:focus {
    --tw-gradient-to: #0f172a;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: current;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:active\:from-black:active {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:active\:from-white:active {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:active\:from-rose-50:active {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:active\:from-rose-100:active {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:active\:from-rose-200:active {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:active\:from-rose-300:active {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:active\:from-rose-400:active {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:active\:from-rose-500:active {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:active\:from-rose-600:active {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:active\:from-rose-700:active {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:active\:from-rose-800:active {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:active\:from-rose-900:active {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:active\:from-pink-50:active {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:active\:from-pink-100:active {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:active\:from-pink-200:active {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:active\:from-pink-300:active {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:active\:from-pink-400:active {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:active\:from-pink-500:active {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:active\:from-pink-600:active {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:active\:from-pink-700:active {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:active\:from-pink-800:active {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:active\:from-pink-900:active {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:active\:from-fuchsia-50:active {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:active\:from-fuchsia-100:active {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:active\:from-fuchsia-200:active {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:active\:from-fuchsia-300:active {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:active\:from-fuchsia-400:active {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:active\:from-fuchsia-500:active {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:active\:from-fuchsia-600:active {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:active\:from-fuchsia-700:active {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:active\:from-fuchsia-800:active {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:active\:from-fuchsia-900:active {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:active\:from-purple-50:active {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:active\:from-purple-100:active {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:active\:from-purple-200:active {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:active\:from-purple-300:active {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:active\:from-purple-400:active {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:active\:from-purple-500:active {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:active\:from-purple-600:active {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:active\:from-purple-700:active {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:active\:from-purple-800:active {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:active\:from-purple-900:active {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:active\:from-violet-50:active {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:active\:from-violet-100:active {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:active\:from-violet-200:active {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:active\:from-violet-300:active {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:active\:from-violet-400:active {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:active\:from-violet-500:active {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:active\:from-violet-600:active {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:active\:from-violet-700:active {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:active\:from-violet-800:active {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:active\:from-violet-900:active {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:active\:from-indigo-50:active {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:active\:from-indigo-100:active {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:active\:from-indigo-200:active {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:active\:from-indigo-300:active {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:active\:from-indigo-400:active {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:active\:from-indigo-500:active {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:active\:from-indigo-600:active {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:active\:from-indigo-700:active {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:active\:from-indigo-800:active {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:active\:from-indigo-900:active {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:active\:from-blue-50:active {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:active\:from-blue-100:active {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:active\:from-blue-200:active {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:active\:from-blue-300:active {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:active\:from-blue-400:active {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:active\:from-blue-500:active {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:active\:from-blue-600:active {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:active\:from-blue-700:active {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:active\:from-blue-800:active {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:active\:from-blue-900:active {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:active\:from-lightBlue-50:active {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:active\:from-lightBlue-100:active {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:active\:from-lightBlue-200:active {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:active\:from-lightBlue-300:active {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:active\:from-lightBlue-400:active {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:active\:from-lightBlue-500:active {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:active\:from-lightBlue-600:active {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:active\:from-lightBlue-700:active {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:active\:from-lightBlue-800:active {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:active\:from-lightBlue-900:active {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:active\:from-cyan-50:active {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:active\:from-cyan-100:active {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:active\:from-cyan-200:active {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:active\:from-cyan-300:active {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:active\:from-cyan-400:active {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:active\:from-cyan-500:active {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:active\:from-cyan-600:active {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:active\:from-cyan-700:active {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:active\:from-cyan-800:active {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:active\:from-cyan-900:active {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:active\:from-teal-50:active {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:active\:from-teal-100:active {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:active\:from-teal-200:active {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:active\:from-teal-300:active {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:active\:from-teal-400:active {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:active\:from-teal-500:active {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:active\:from-teal-600:active {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:active\:from-teal-700:active {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:active\:from-teal-800:active {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:active\:from-teal-900:active {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:active\:from-emerald-50:active {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:active\:from-emerald-100:active {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:active\:from-emerald-200:active {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:active\:from-emerald-300:active {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:active\:from-emerald-400:active {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:active\:from-emerald-500:active {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:active\:from-emerald-600:active {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:active\:from-emerald-700:active {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:active\:from-emerald-800:active {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:active\:from-emerald-900:active {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:active\:from-green-50:active {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:active\:from-green-100:active {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:active\:from-green-200:active {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:active\:from-green-300:active {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:active\:from-green-400:active {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:active\:from-green-500:active {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:active\:from-green-600:active {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:active\:from-green-700:active {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:active\:from-green-800:active {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:active\:from-green-900:active {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:active\:from-lime-50:active {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:active\:from-lime-100:active {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:active\:from-lime-200:active {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:active\:from-lime-300:active {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:active\:from-lime-400:active {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:active\:from-lime-500:active {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:active\:from-lime-600:active {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:active\:from-lime-700:active {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:active\:from-lime-800:active {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:active\:from-lime-900:active {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:active\:from-yellow-50:active {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:active\:from-yellow-100:active {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:active\:from-yellow-200:active {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:active\:from-yellow-300:active {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:active\:from-yellow-400:active {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:active\:from-yellow-500:active {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:active\:from-yellow-600:active {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:active\:from-yellow-700:active {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:active\:from-yellow-800:active {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:active\:from-yellow-900:active {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:active\:from-amber-50:active {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:active\:from-amber-100:active {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:active\:from-amber-200:active {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:active\:from-amber-300:active {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:active\:from-amber-400:active {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:active\:from-amber-500:active {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:active\:from-amber-600:active {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:active\:from-amber-700:active {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:active\:from-amber-800:active {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:active\:from-amber-900:active {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:active\:from-orange-50:active {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:active\:from-orange-100:active {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:active\:from-orange-200:active {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:active\:from-orange-300:active {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:active\:from-orange-400:active {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:active\:from-orange-500:active {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:active\:from-orange-600:active {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:active\:from-orange-700:active {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:active\:from-orange-800:active {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:active\:from-orange-900:active {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:active\:from-red-50:active {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:active\:from-red-100:active {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:active\:from-red-200:active {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:active\:from-red-300:active {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:active\:from-red-400:active {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:active\:from-red-500:active {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:active\:from-red-600:active {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:active\:from-red-700:active {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:active\:from-red-800:active {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:active\:from-red-900:active {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:active\:from-warmGray-50:active {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:active\:from-warmGray-100:active {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:active\:from-warmGray-200:active {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:active\:from-warmGray-300:active {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:active\:from-warmGray-400:active {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:active\:from-warmGray-500:active {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:active\:from-warmGray-600:active {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:active\:from-warmGray-700:active {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:active\:from-warmGray-800:active {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:active\:from-warmGray-900:active {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:active\:from-trueGray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:active\:from-trueGray-100:active {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:active\:from-trueGray-200:active {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:active\:from-trueGray-300:active {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:active\:from-trueGray-400:active {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:active\:from-trueGray-500:active {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:active\:from-trueGray-600:active {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:active\:from-trueGray-700:active {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:active\:from-trueGray-800:active {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:active\:from-trueGray-900:active {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:active\:from-gray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:active\:from-gray-100:active {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:active\:from-gray-200:active {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:active\:from-gray-300:active {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:active\:from-gray-400:active {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:active\:from-gray-500:active {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:active\:from-gray-600:active {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:active\:from-gray-700:active {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:active\:from-gray-800:active {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:active\:from-gray-900:active {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:active\:from-coolGray-50:active {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:active\:from-coolGray-100:active {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:active\:from-coolGray-200:active {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:active\:from-coolGray-300:active {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:active\:from-coolGray-400:active {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:active\:from-coolGray-500:active {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:active\:from-coolGray-600:active {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:active\:from-coolGray-700:active {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:active\:from-coolGray-800:active {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:active\:from-coolGray-900:active {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:active\:from-blueGray-50:active {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:active\:from-blueGray-100:active {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:active\:from-blueGray-200:active {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:active\:from-blueGray-300:active {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:active\:from-blueGray-400:active {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:active\:from-blueGray-500:active {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:active\:from-blueGray-600:active {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:active\:from-blueGray-700:active {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:active\:from-blueGray-800:active {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:active\:from-blueGray-900:active {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:active\:from-current:active {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:active\:from-transparent:active {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:active\:via-black:active {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:active\:via-white:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:active\:via-rose-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:active\:via-rose-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:active\:via-rose-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:active\:via-rose-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:active\:via-rose-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:active\:via-rose-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:active\:via-rose-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:active\:via-rose-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:active\:via-rose-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:active\:via-rose-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:active\:via-pink-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:active\:via-pink-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:active\:via-pink-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:active\:via-pink-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:active\:via-pink-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:active\:via-pink-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:active\:via-pink-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:active\:via-pink-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:active\:via-pink-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:active\:via-pink-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:active\:via-fuchsia-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:active\:via-fuchsia-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:active\:via-fuchsia-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:active\:via-fuchsia-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:active\:via-fuchsia-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:active\:via-fuchsia-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:active\:via-fuchsia-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:active\:via-fuchsia-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:active\:via-fuchsia-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:active\:via-fuchsia-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:active\:via-purple-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:active\:via-purple-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:active\:via-purple-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:active\:via-purple-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:active\:via-purple-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:active\:via-purple-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:active\:via-purple-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:active\:via-purple-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:active\:via-purple-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:active\:via-purple-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:active\:via-violet-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:active\:via-violet-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:active\:via-violet-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:active\:via-violet-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:active\:via-violet-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:active\:via-violet-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:active\:via-violet-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:active\:via-violet-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:active\:via-violet-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:active\:via-violet-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:active\:via-indigo-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:active\:via-indigo-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:active\:via-indigo-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:active\:via-indigo-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:active\:via-indigo-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:active\:via-indigo-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:active\:via-indigo-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:active\:via-indigo-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:active\:via-indigo-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:active\:via-indigo-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:active\:via-blue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:active\:via-blue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:active\:via-blue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:active\:via-blue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:active\:via-blue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:active\:via-blue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:active\:via-blue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:active\:via-blue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:active\:via-blue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:active\:via-blue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:active\:via-lightBlue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:active\:via-lightBlue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:active\:via-lightBlue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:active\:via-lightBlue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:active\:via-lightBlue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:active\:via-lightBlue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:active\:via-lightBlue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:active\:via-lightBlue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:active\:via-lightBlue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:active\:via-lightBlue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:active\:via-cyan-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:active\:via-cyan-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:active\:via-cyan-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:active\:via-cyan-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:active\:via-cyan-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:active\:via-cyan-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:active\:via-cyan-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:active\:via-cyan-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:active\:via-cyan-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:active\:via-cyan-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:active\:via-teal-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:active\:via-teal-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:active\:via-teal-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:active\:via-teal-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:active\:via-teal-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:active\:via-teal-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:active\:via-teal-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:active\:via-teal-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:active\:via-teal-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:active\:via-teal-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:active\:via-emerald-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:active\:via-emerald-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:active\:via-emerald-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:active\:via-emerald-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:active\:via-emerald-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:active\:via-emerald-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:active\:via-emerald-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:active\:via-emerald-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:active\:via-emerald-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:active\:via-emerald-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:active\:via-green-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:active\:via-green-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:active\:via-green-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:active\:via-green-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:active\:via-green-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:active\:via-green-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:active\:via-green-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:active\:via-green-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:active\:via-green-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:active\:via-green-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:active\:via-lime-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:active\:via-lime-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:active\:via-lime-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:active\:via-lime-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:active\:via-lime-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:active\:via-lime-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:active\:via-lime-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:active\:via-lime-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:active\:via-lime-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:active\:via-lime-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:active\:via-yellow-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:active\:via-yellow-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:active\:via-yellow-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:active\:via-yellow-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:active\:via-yellow-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:active\:via-yellow-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:active\:via-yellow-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:active\:via-yellow-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:active\:via-yellow-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:active\:via-yellow-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:active\:via-amber-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:active\:via-amber-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:active\:via-amber-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:active\:via-amber-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:active\:via-amber-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:active\:via-amber-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:active\:via-amber-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:active\:via-amber-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:active\:via-amber-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:active\:via-amber-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:active\:via-orange-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:active\:via-orange-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:active\:via-orange-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:active\:via-orange-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:active\:via-orange-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:active\:via-orange-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:active\:via-orange-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:active\:via-orange-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:active\:via-orange-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:active\:via-orange-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:active\:via-red-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:active\:via-red-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:active\:via-red-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:active\:via-red-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:active\:via-red-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:active\:via-red-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:active\:via-red-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:active\:via-red-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:active\:via-red-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:active\:via-red-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:active\:via-warmGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:active\:via-warmGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:active\:via-warmGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:active\:via-warmGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:active\:via-warmGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:active\:via-warmGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:active\:via-warmGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:active\:via-warmGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:active\:via-warmGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:active\:via-warmGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:active\:via-trueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:active\:via-trueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:active\:via-trueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:active\:via-trueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:active\:via-trueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:active\:via-trueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:active\:via-trueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:active\:via-trueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:active\:via-trueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:active\:via-trueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:active\:via-gray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:active\:via-gray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:active\:via-gray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:active\:via-gray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:active\:via-gray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:active\:via-gray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:active\:via-gray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:active\:via-gray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:active\:via-gray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:active\:via-gray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:active\:via-coolGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:active\:via-coolGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:active\:via-coolGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:active\:via-coolGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:active\:via-coolGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:active\:via-coolGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:active\:via-coolGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:active\:via-coolGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:active\:via-coolGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:active\:via-coolGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:active\:via-blueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:active\:via-blueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:active\:via-blueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:active\:via-blueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:active\:via-blueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:active\:via-blueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:active\:via-blueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:active\:via-blueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:active\:via-blueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:active\:via-blueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:active\:via-current:active {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:active\:via-transparent:active {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:active\:to-black:active {
    --tw-gradient-to: #000;
  }

  .md\:active\:to-white:active {
    --tw-gradient-to: #fff;
  }

  .md\:active\:to-rose-50:active {
    --tw-gradient-to: #fff1f2;
  }

  .md\:active\:to-rose-100:active {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:active\:to-rose-200:active {
    --tw-gradient-to: #fecdd3;
  }

  .md\:active\:to-rose-300:active {
    --tw-gradient-to: #fda4af;
  }

  .md\:active\:to-rose-400:active {
    --tw-gradient-to: #fb7185;
  }

  .md\:active\:to-rose-500:active {
    --tw-gradient-to: #f43f5e;
  }

  .md\:active\:to-rose-600:active {
    --tw-gradient-to: #e11d48;
  }

  .md\:active\:to-rose-700:active {
    --tw-gradient-to: #be123c;
  }

  .md\:active\:to-rose-800:active {
    --tw-gradient-to: #9f1239;
  }

  .md\:active\:to-rose-900:active {
    --tw-gradient-to: #881337;
  }

  .md\:active\:to-pink-50:active {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:active\:to-pink-100:active {
    --tw-gradient-to: #fce7f3;
  }

  .md\:active\:to-pink-200:active {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:active\:to-pink-300:active {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:active\:to-pink-400:active {
    --tw-gradient-to: #f472b6;
  }

  .md\:active\:to-pink-500:active {
    --tw-gradient-to: #ec4899;
  }

  .md\:active\:to-pink-600:active {
    --tw-gradient-to: #db2777;
  }

  .md\:active\:to-pink-700:active {
    --tw-gradient-to: #be185d;
  }

  .md\:active\:to-pink-800:active {
    --tw-gradient-to: #9d174d;
  }

  .md\:active\:to-pink-900:active {
    --tw-gradient-to: #831843;
  }

  .md\:active\:to-fuchsia-50:active {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:active\:to-fuchsia-100:active {
    --tw-gradient-to: #fae8ff;
  }

  .md\:active\:to-fuchsia-200:active {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:active\:to-fuchsia-300:active {
    --tw-gradient-to: #f0abfc;
  }

  .md\:active\:to-fuchsia-400:active {
    --tw-gradient-to: #e879f9;
  }

  .md\:active\:to-fuchsia-500:active {
    --tw-gradient-to: #d946ef;
  }

  .md\:active\:to-fuchsia-600:active {
    --tw-gradient-to: #c026d3;
  }

  .md\:active\:to-fuchsia-700:active {
    --tw-gradient-to: #a21caf;
  }

  .md\:active\:to-fuchsia-800:active {
    --tw-gradient-to: #86198f;
  }

  .md\:active\:to-fuchsia-900:active {
    --tw-gradient-to: #701a75;
  }

  .md\:active\:to-purple-50:active {
    --tw-gradient-to: #faf5ff;
  }

  .md\:active\:to-purple-100:active {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:active\:to-purple-200:active {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:active\:to-purple-300:active {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:active\:to-purple-400:active {
    --tw-gradient-to: #c084fc;
  }

  .md\:active\:to-purple-500:active {
    --tw-gradient-to: #a855f7;
  }

  .md\:active\:to-purple-600:active {
    --tw-gradient-to: #9333ea;
  }

  .md\:active\:to-purple-700:active {
    --tw-gradient-to: #7e22ce;
  }

  .md\:active\:to-purple-800:active {
    --tw-gradient-to: #6b21a8;
  }

  .md\:active\:to-purple-900:active {
    --tw-gradient-to: #581c87;
  }

  .md\:active\:to-violet-50:active {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:active\:to-violet-100:active {
    --tw-gradient-to: #ede9fe;
  }

  .md\:active\:to-violet-200:active {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:active\:to-violet-300:active {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:active\:to-violet-400:active {
    --tw-gradient-to: #a78bfa;
  }

  .md\:active\:to-violet-500:active {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:active\:to-violet-600:active {
    --tw-gradient-to: #7c3aed;
  }

  .md\:active\:to-violet-700:active {
    --tw-gradient-to: #6d28d9;
  }

  .md\:active\:to-violet-800:active {
    --tw-gradient-to: #5b21b6;
  }

  .md\:active\:to-violet-900:active {
    --tw-gradient-to: #4c1d95;
  }

  .md\:active\:to-indigo-50:active {
    --tw-gradient-to: #eef2ff;
  }

  .md\:active\:to-indigo-100:active {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:active\:to-indigo-200:active {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:active\:to-indigo-300:active {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:active\:to-indigo-400:active {
    --tw-gradient-to: #818cf8;
  }

  .md\:active\:to-indigo-500:active {
    --tw-gradient-to: #6366f1;
  }

  .md\:active\:to-indigo-600:active {
    --tw-gradient-to: #4f46e5;
  }

  .md\:active\:to-indigo-700:active {
    --tw-gradient-to: #4338ca;
  }

  .md\:active\:to-indigo-800:active {
    --tw-gradient-to: #3730a3;
  }

  .md\:active\:to-indigo-900:active {
    --tw-gradient-to: #312e81;
  }

  .md\:active\:to-blue-50:active {
    --tw-gradient-to: #eff6ff;
  }

  .md\:active\:to-blue-100:active {
    --tw-gradient-to: #dbeafe;
  }

  .md\:active\:to-blue-200:active {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:active\:to-blue-300:active {
    --tw-gradient-to: #93c5fd;
  }

  .md\:active\:to-blue-400:active {
    --tw-gradient-to: #60a5fa;
  }

  .md\:active\:to-blue-500:active {
    --tw-gradient-to: #3b82f6;
  }

  .md\:active\:to-blue-600:active {
    --tw-gradient-to: #2563eb;
  }

  .md\:active\:to-blue-700:active {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:active\:to-blue-800:active {
    --tw-gradient-to: #1e40af;
  }

  .md\:active\:to-blue-900:active {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:active\:to-lightBlue-50:active {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:active\:to-lightBlue-100:active {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:active\:to-lightBlue-200:active {
    --tw-gradient-to: #bae6fd;
  }

  .md\:active\:to-lightBlue-300:active {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:active\:to-lightBlue-400:active {
    --tw-gradient-to: #38bdf8;
  }

  .md\:active\:to-lightBlue-500:active {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:active\:to-lightBlue-600:active {
    --tw-gradient-to: #0284c7;
  }

  .md\:active\:to-lightBlue-700:active {
    --tw-gradient-to: #0369a1;
  }

  .md\:active\:to-lightBlue-800:active {
    --tw-gradient-to: #075985;
  }

  .md\:active\:to-lightBlue-900:active {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:active\:to-cyan-50:active {
    --tw-gradient-to: #ecfeff;
  }

  .md\:active\:to-cyan-100:active {
    --tw-gradient-to: #cffafe;
  }

  .md\:active\:to-cyan-200:active {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:active\:to-cyan-300:active {
    --tw-gradient-to: #67e8f9;
  }

  .md\:active\:to-cyan-400:active {
    --tw-gradient-to: #22d3ee;
  }

  .md\:active\:to-cyan-500:active {
    --tw-gradient-to: #06b6d4;
  }

  .md\:active\:to-cyan-600:active {
    --tw-gradient-to: #0891b2;
  }

  .md\:active\:to-cyan-700:active {
    --tw-gradient-to: #0e7490;
  }

  .md\:active\:to-cyan-800:active {
    --tw-gradient-to: #155e75;
  }

  .md\:active\:to-cyan-900:active {
    --tw-gradient-to: #164e63;
  }

  .md\:active\:to-teal-50:active {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:active\:to-teal-100:active {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:active\:to-teal-200:active {
    --tw-gradient-to: #99f6e4;
  }

  .md\:active\:to-teal-300:active {
    --tw-gradient-to: #5eead4;
  }

  .md\:active\:to-teal-400:active {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:active\:to-teal-500:active {
    --tw-gradient-to: #14b8a6;
  }

  .md\:active\:to-teal-600:active {
    --tw-gradient-to: #0d9488;
  }

  .md\:active\:to-teal-700:active {
    --tw-gradient-to: #0f766e;
  }

  .md\:active\:to-teal-800:active {
    --tw-gradient-to: #115e59;
  }

  .md\:active\:to-teal-900:active {
    --tw-gradient-to: #134e4a;
  }

  .md\:active\:to-emerald-50:active {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:active\:to-emerald-100:active {
    --tw-gradient-to: #d1fae5;
  }

  .md\:active\:to-emerald-200:active {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:active\:to-emerald-300:active {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:active\:to-emerald-400:active {
    --tw-gradient-to: #34d399;
  }

  .md\:active\:to-emerald-500:active {
    --tw-gradient-to: #10b981;
  }

  .md\:active\:to-emerald-600:active {
    --tw-gradient-to: #059669;
  }

  .md\:active\:to-emerald-700:active {
    --tw-gradient-to: #047857;
  }

  .md\:active\:to-emerald-800:active {
    --tw-gradient-to: #065f46;
  }

  .md\:active\:to-emerald-900:active {
    --tw-gradient-to: #064e3b;
  }

  .md\:active\:to-green-50:active {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:active\:to-green-100:active {
    --tw-gradient-to: #dcfce7;
  }

  .md\:active\:to-green-200:active {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:active\:to-green-300:active {
    --tw-gradient-to: #86efac;
  }

  .md\:active\:to-green-400:active {
    --tw-gradient-to: #4ade80;
  }

  .md\:active\:to-green-500:active {
    --tw-gradient-to: #22c55e;
  }

  .md\:active\:to-green-600:active {
    --tw-gradient-to: #16a34a;
  }

  .md\:active\:to-green-700:active {
    --tw-gradient-to: #15803d;
  }

  .md\:active\:to-green-800:active {
    --tw-gradient-to: #166534;
  }

  .md\:active\:to-green-900:active {
    --tw-gradient-to: #14532d;
  }

  .md\:active\:to-lime-50:active {
    --tw-gradient-to: #f7fee7;
  }

  .md\:active\:to-lime-100:active {
    --tw-gradient-to: #ecfccb;
  }

  .md\:active\:to-lime-200:active {
    --tw-gradient-to: #d9f99d;
  }

  .md\:active\:to-lime-300:active {
    --tw-gradient-to: #bef264;
  }

  .md\:active\:to-lime-400:active {
    --tw-gradient-to: #a3e635;
  }

  .md\:active\:to-lime-500:active {
    --tw-gradient-to: #84cc16;
  }

  .md\:active\:to-lime-600:active {
    --tw-gradient-to: #65a30d;
  }

  .md\:active\:to-lime-700:active {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:active\:to-lime-800:active {
    --tw-gradient-to: #3f6212;
  }

  .md\:active\:to-lime-900:active {
    --tw-gradient-to: #365314;
  }

  .md\:active\:to-yellow-50:active {
    --tw-gradient-to: #fefce8;
  }

  .md\:active\:to-yellow-100:active {
    --tw-gradient-to: #fef9c3;
  }

  .md\:active\:to-yellow-200:active {
    --tw-gradient-to: #fef08a;
  }

  .md\:active\:to-yellow-300:active {
    --tw-gradient-to: #fde047;
  }

  .md\:active\:to-yellow-400:active {
    --tw-gradient-to: #facc15;
  }

  .md\:active\:to-yellow-500:active {
    --tw-gradient-to: #eab308;
  }

  .md\:active\:to-yellow-600:active {
    --tw-gradient-to: #ca8a04;
  }

  .md\:active\:to-yellow-700:active {
    --tw-gradient-to: #a16207;
  }

  .md\:active\:to-yellow-800:active {
    --tw-gradient-to: #854d0e;
  }

  .md\:active\:to-yellow-900:active {
    --tw-gradient-to: #713f12;
  }

  .md\:active\:to-amber-50:active {
    --tw-gradient-to: #fffbeb;
  }

  .md\:active\:to-amber-100:active {
    --tw-gradient-to: #fef3c7;
  }

  .md\:active\:to-amber-200:active {
    --tw-gradient-to: #fde68a;
  }

  .md\:active\:to-amber-300:active {
    --tw-gradient-to: #fcd34d;
  }

  .md\:active\:to-amber-400:active {
    --tw-gradient-to: #fbbf24;
  }

  .md\:active\:to-amber-500:active {
    --tw-gradient-to: #f59e0b;
  }

  .md\:active\:to-amber-600:active {
    --tw-gradient-to: #d97706;
  }

  .md\:active\:to-amber-700:active {
    --tw-gradient-to: #b45309;
  }

  .md\:active\:to-amber-800:active {
    --tw-gradient-to: #92400e;
  }

  .md\:active\:to-amber-900:active {
    --tw-gradient-to: #78350f;
  }

  .md\:active\:to-orange-50:active {
    --tw-gradient-to: #fff7ed;
  }

  .md\:active\:to-orange-100:active {
    --tw-gradient-to: #ffedd5;
  }

  .md\:active\:to-orange-200:active {
    --tw-gradient-to: #fed7aa;
  }

  .md\:active\:to-orange-300:active {
    --tw-gradient-to: #fdba74;
  }

  .md\:active\:to-orange-400:active {
    --tw-gradient-to: #fb923c;
  }

  .md\:active\:to-orange-500:active {
    --tw-gradient-to: #f97316;
  }

  .md\:active\:to-orange-600:active {
    --tw-gradient-to: #ea580c;
  }

  .md\:active\:to-orange-700:active {
    --tw-gradient-to: #c2410c;
  }

  .md\:active\:to-orange-800:active {
    --tw-gradient-to: #9a3412;
  }

  .md\:active\:to-orange-900:active {
    --tw-gradient-to: #7c2d12;
  }

  .md\:active\:to-red-50:active {
    --tw-gradient-to: #fef2f2;
  }

  .md\:active\:to-red-100:active {
    --tw-gradient-to: #fee2e2;
  }

  .md\:active\:to-red-200:active {
    --tw-gradient-to: #fecaca;
  }

  .md\:active\:to-red-300:active {
    --tw-gradient-to: #fca5a5;
  }

  .md\:active\:to-red-400:active {
    --tw-gradient-to: #f87171;
  }

  .md\:active\:to-red-500:active {
    --tw-gradient-to: #ef4444;
  }

  .md\:active\:to-red-600:active {
    --tw-gradient-to: #dc2626;
  }

  .md\:active\:to-red-700:active {
    --tw-gradient-to: #b91c1c;
  }

  .md\:active\:to-red-800:active {
    --tw-gradient-to: #991b1b;
  }

  .md\:active\:to-red-900:active {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:active\:to-warmGray-50:active {
    --tw-gradient-to: #fafaf9;
  }

  .md\:active\:to-warmGray-100:active {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:active\:to-warmGray-200:active {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:active\:to-warmGray-300:active {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:active\:to-warmGray-400:active {
    --tw-gradient-to: #a8a29e;
  }

  .md\:active\:to-warmGray-500:active {
    --tw-gradient-to: #78716c;
  }

  .md\:active\:to-warmGray-600:active {
    --tw-gradient-to: #57534e;
  }

  .md\:active\:to-warmGray-700:active {
    --tw-gradient-to: #44403c;
  }

  .md\:active\:to-warmGray-800:active {
    --tw-gradient-to: #292524;
  }

  .md\:active\:to-warmGray-900:active {
    --tw-gradient-to: #1c1917;
  }

  .md\:active\:to-trueGray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .md\:active\:to-trueGray-100:active {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:active\:to-trueGray-200:active {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:active\:to-trueGray-300:active {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:active\:to-trueGray-400:active {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:active\:to-trueGray-500:active {
    --tw-gradient-to: #737373;
  }

  .md\:active\:to-trueGray-600:active {
    --tw-gradient-to: #525252;
  }

  .md\:active\:to-trueGray-700:active {
    --tw-gradient-to: #404040;
  }

  .md\:active\:to-trueGray-800:active {
    --tw-gradient-to: #262626;
  }

  .md\:active\:to-trueGray-900:active {
    --tw-gradient-to: #171717;
  }

  .md\:active\:to-gray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .md\:active\:to-gray-100:active {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:active\:to-gray-200:active {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:active\:to-gray-300:active {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:active\:to-gray-400:active {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:active\:to-gray-500:active {
    --tw-gradient-to: #71717a;
  }

  .md\:active\:to-gray-600:active {
    --tw-gradient-to: #52525b;
  }

  .md\:active\:to-gray-700:active {
    --tw-gradient-to: #3f3f46;
  }

  .md\:active\:to-gray-800:active {
    --tw-gradient-to: #27272a;
  }

  .md\:active\:to-gray-900:active {
    --tw-gradient-to: #18181b;
  }

  .md\:active\:to-coolGray-50:active {
    --tw-gradient-to: #f9fafb;
  }

  .md\:active\:to-coolGray-100:active {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:active\:to-coolGray-200:active {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:active\:to-coolGray-300:active {
    --tw-gradient-to: #d1d5db;
  }

  .md\:active\:to-coolGray-400:active {
    --tw-gradient-to: #9ca3af;
  }

  .md\:active\:to-coolGray-500:active {
    --tw-gradient-to: #6b7280;
  }

  .md\:active\:to-coolGray-600:active {
    --tw-gradient-to: #4b5563;
  }

  .md\:active\:to-coolGray-700:active {
    --tw-gradient-to: #374151;
  }

  .md\:active\:to-coolGray-800:active {
    --tw-gradient-to: #1f2937;
  }

  .md\:active\:to-coolGray-900:active {
    --tw-gradient-to: #111827;
  }

  .md\:active\:to-blueGray-50:active {
    --tw-gradient-to: #f8fafc;
  }

  .md\:active\:to-blueGray-100:active {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:active\:to-blueGray-200:active {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:active\:to-blueGray-300:active {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:active\:to-blueGray-400:active {
    --tw-gradient-to: #94a3b8;
  }

  .md\:active\:to-blueGray-500:active {
    --tw-gradient-to: #64748b;
  }

  .md\:active\:to-blueGray-600:active {
    --tw-gradient-to: #475569;
  }

  .md\:active\:to-blueGray-700:active {
    --tw-gradient-to: #334155;
  }

  .md\:active\:to-blueGray-800:active {
    --tw-gradient-to: #1e293b;
  }

  .md\:active\:to-blueGray-900:active {
    --tw-gradient-to: #0f172a;
  }

  .md\:active\:to-current:active {
    --tw-gradient-to: current;
  }

  .md\:active\:to-transparent:active {
    --tw-gradient-to: transparent;
  }

  .md\:visited\:from-black:visited {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:visited\:from-white:visited {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:visited\:from-rose-50:visited {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:visited\:from-rose-100:visited {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:visited\:from-rose-200:visited {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:visited\:from-rose-300:visited {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:visited\:from-rose-400:visited {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:visited\:from-rose-500:visited {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:visited\:from-rose-600:visited {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:visited\:from-rose-700:visited {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:visited\:from-rose-800:visited {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:visited\:from-rose-900:visited {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:visited\:from-pink-50:visited {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:visited\:from-pink-100:visited {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:visited\:from-pink-200:visited {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:visited\:from-pink-300:visited {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:visited\:from-pink-400:visited {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:visited\:from-pink-500:visited {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:visited\:from-pink-600:visited {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:visited\:from-pink-700:visited {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:visited\:from-pink-800:visited {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:visited\:from-pink-900:visited {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:visited\:from-fuchsia-50:visited {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:visited\:from-fuchsia-100:visited {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:visited\:from-fuchsia-200:visited {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:visited\:from-fuchsia-300:visited {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:visited\:from-fuchsia-400:visited {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:visited\:from-fuchsia-500:visited {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:visited\:from-fuchsia-600:visited {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:visited\:from-fuchsia-700:visited {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:visited\:from-fuchsia-800:visited {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:visited\:from-fuchsia-900:visited {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:visited\:from-purple-50:visited {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:visited\:from-purple-100:visited {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:visited\:from-purple-200:visited {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:visited\:from-purple-300:visited {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:visited\:from-purple-400:visited {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:visited\:from-purple-500:visited {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:visited\:from-purple-600:visited {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:visited\:from-purple-700:visited {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:visited\:from-purple-800:visited {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:visited\:from-purple-900:visited {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:visited\:from-violet-50:visited {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:visited\:from-violet-100:visited {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:visited\:from-violet-200:visited {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:visited\:from-violet-300:visited {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:visited\:from-violet-400:visited {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:visited\:from-violet-500:visited {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:visited\:from-violet-600:visited {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:visited\:from-violet-700:visited {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:visited\:from-violet-800:visited {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:visited\:from-violet-900:visited {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:visited\:from-indigo-50:visited {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:visited\:from-indigo-100:visited {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:visited\:from-indigo-200:visited {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:visited\:from-indigo-300:visited {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:visited\:from-indigo-400:visited {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:visited\:from-indigo-500:visited {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:visited\:from-indigo-600:visited {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:visited\:from-indigo-700:visited {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:visited\:from-indigo-800:visited {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:visited\:from-indigo-900:visited {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:visited\:from-blue-50:visited {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:visited\:from-blue-100:visited {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:visited\:from-blue-200:visited {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:visited\:from-blue-300:visited {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:visited\:from-blue-400:visited {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:visited\:from-blue-500:visited {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:visited\:from-blue-600:visited {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:visited\:from-blue-700:visited {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:visited\:from-blue-800:visited {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:visited\:from-blue-900:visited {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:visited\:from-lightBlue-50:visited {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:visited\:from-lightBlue-100:visited {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:visited\:from-lightBlue-200:visited {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:visited\:from-lightBlue-300:visited {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:visited\:from-lightBlue-400:visited {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:visited\:from-lightBlue-500:visited {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:visited\:from-lightBlue-600:visited {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:visited\:from-lightBlue-700:visited {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:visited\:from-lightBlue-800:visited {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:visited\:from-lightBlue-900:visited {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:visited\:from-cyan-50:visited {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:visited\:from-cyan-100:visited {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:visited\:from-cyan-200:visited {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:visited\:from-cyan-300:visited {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:visited\:from-cyan-400:visited {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:visited\:from-cyan-500:visited {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:visited\:from-cyan-600:visited {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:visited\:from-cyan-700:visited {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:visited\:from-cyan-800:visited {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:visited\:from-cyan-900:visited {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:visited\:from-teal-50:visited {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:visited\:from-teal-100:visited {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:visited\:from-teal-200:visited {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:visited\:from-teal-300:visited {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:visited\:from-teal-400:visited {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:visited\:from-teal-500:visited {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:visited\:from-teal-600:visited {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:visited\:from-teal-700:visited {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:visited\:from-teal-800:visited {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:visited\:from-teal-900:visited {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:visited\:from-emerald-50:visited {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:visited\:from-emerald-100:visited {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:visited\:from-emerald-200:visited {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:visited\:from-emerald-300:visited {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:visited\:from-emerald-400:visited {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:visited\:from-emerald-500:visited {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:visited\:from-emerald-600:visited {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:visited\:from-emerald-700:visited {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:visited\:from-emerald-800:visited {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:visited\:from-emerald-900:visited {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:visited\:from-green-50:visited {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:visited\:from-green-100:visited {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:visited\:from-green-200:visited {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:visited\:from-green-300:visited {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:visited\:from-green-400:visited {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:visited\:from-green-500:visited {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:visited\:from-green-600:visited {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:visited\:from-green-700:visited {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:visited\:from-green-800:visited {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:visited\:from-green-900:visited {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:visited\:from-lime-50:visited {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:visited\:from-lime-100:visited {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:visited\:from-lime-200:visited {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:visited\:from-lime-300:visited {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:visited\:from-lime-400:visited {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:visited\:from-lime-500:visited {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:visited\:from-lime-600:visited {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:visited\:from-lime-700:visited {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:visited\:from-lime-800:visited {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:visited\:from-lime-900:visited {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:visited\:from-yellow-50:visited {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:visited\:from-yellow-100:visited {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:visited\:from-yellow-200:visited {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:visited\:from-yellow-300:visited {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:visited\:from-yellow-400:visited {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:visited\:from-yellow-500:visited {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:visited\:from-yellow-600:visited {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:visited\:from-yellow-700:visited {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:visited\:from-yellow-800:visited {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:visited\:from-yellow-900:visited {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:visited\:from-amber-50:visited {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:visited\:from-amber-100:visited {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:visited\:from-amber-200:visited {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:visited\:from-amber-300:visited {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:visited\:from-amber-400:visited {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:visited\:from-amber-500:visited {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:visited\:from-amber-600:visited {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:visited\:from-amber-700:visited {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:visited\:from-amber-800:visited {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:visited\:from-amber-900:visited {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:visited\:from-orange-50:visited {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:visited\:from-orange-100:visited {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:visited\:from-orange-200:visited {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:visited\:from-orange-300:visited {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:visited\:from-orange-400:visited {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:visited\:from-orange-500:visited {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:visited\:from-orange-600:visited {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:visited\:from-orange-700:visited {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:visited\:from-orange-800:visited {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:visited\:from-orange-900:visited {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:visited\:from-red-50:visited {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:visited\:from-red-100:visited {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:visited\:from-red-200:visited {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:visited\:from-red-300:visited {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:visited\:from-red-400:visited {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:visited\:from-red-500:visited {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:visited\:from-red-600:visited {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:visited\:from-red-700:visited {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:visited\:from-red-800:visited {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:visited\:from-red-900:visited {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:visited\:from-warmGray-50:visited {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:visited\:from-warmGray-100:visited {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:visited\:from-warmGray-200:visited {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:visited\:from-warmGray-300:visited {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:visited\:from-warmGray-400:visited {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:visited\:from-warmGray-500:visited {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:visited\:from-warmGray-600:visited {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:visited\:from-warmGray-700:visited {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:visited\:from-warmGray-800:visited {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:visited\:from-warmGray-900:visited {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:visited\:from-trueGray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:visited\:from-trueGray-100:visited {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:visited\:from-trueGray-200:visited {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:visited\:from-trueGray-300:visited {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:visited\:from-trueGray-400:visited {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:visited\:from-trueGray-500:visited {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:visited\:from-trueGray-600:visited {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:visited\:from-trueGray-700:visited {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:visited\:from-trueGray-800:visited {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:visited\:from-trueGray-900:visited {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:visited\:from-gray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:visited\:from-gray-100:visited {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:visited\:from-gray-200:visited {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:visited\:from-gray-300:visited {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:visited\:from-gray-400:visited {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:visited\:from-gray-500:visited {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:visited\:from-gray-600:visited {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:visited\:from-gray-700:visited {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:visited\:from-gray-800:visited {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:visited\:from-gray-900:visited {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:visited\:from-coolGray-50:visited {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:visited\:from-coolGray-100:visited {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:visited\:from-coolGray-200:visited {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:visited\:from-coolGray-300:visited {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:visited\:from-coolGray-400:visited {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:visited\:from-coolGray-500:visited {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:visited\:from-coolGray-600:visited {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:visited\:from-coolGray-700:visited {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:visited\:from-coolGray-800:visited {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:visited\:from-coolGray-900:visited {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:visited\:from-blueGray-50:visited {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:visited\:from-blueGray-100:visited {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:visited\:from-blueGray-200:visited {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:visited\:from-blueGray-300:visited {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:visited\:from-blueGray-400:visited {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:visited\:from-blueGray-500:visited {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:visited\:from-blueGray-600:visited {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:visited\:from-blueGray-700:visited {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:visited\:from-blueGray-800:visited {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:visited\:from-blueGray-900:visited {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:visited\:from-current:visited {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:visited\:from-transparent:visited {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:visited\:via-black:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:visited\:via-white:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:visited\:via-rose-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:visited\:via-rose-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:visited\:via-rose-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:visited\:via-rose-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:visited\:via-rose-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:visited\:via-rose-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:visited\:via-rose-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:visited\:via-rose-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:visited\:via-rose-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:visited\:via-rose-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:visited\:via-pink-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:visited\:via-pink-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:visited\:via-pink-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:visited\:via-pink-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:visited\:via-pink-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:visited\:via-pink-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:visited\:via-pink-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:visited\:via-pink-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:visited\:via-pink-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:visited\:via-pink-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:visited\:via-fuchsia-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:visited\:via-fuchsia-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:visited\:via-fuchsia-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:visited\:via-fuchsia-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:visited\:via-fuchsia-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:visited\:via-fuchsia-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:visited\:via-fuchsia-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:visited\:via-fuchsia-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:visited\:via-fuchsia-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:visited\:via-fuchsia-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:visited\:via-purple-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:visited\:via-purple-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:visited\:via-purple-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:visited\:via-purple-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:visited\:via-purple-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:visited\:via-purple-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:visited\:via-purple-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:visited\:via-purple-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:visited\:via-purple-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:visited\:via-purple-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:visited\:via-violet-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:visited\:via-violet-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:visited\:via-violet-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:visited\:via-violet-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:visited\:via-violet-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:visited\:via-violet-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:visited\:via-violet-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:visited\:via-violet-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:visited\:via-violet-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:visited\:via-violet-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:visited\:via-indigo-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:visited\:via-indigo-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:visited\:via-indigo-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:visited\:via-indigo-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:visited\:via-indigo-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:visited\:via-indigo-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:visited\:via-indigo-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:visited\:via-indigo-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:visited\:via-indigo-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:visited\:via-indigo-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:visited\:via-blue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:visited\:via-blue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:visited\:via-blue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:visited\:via-blue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:visited\:via-blue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:visited\:via-blue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:visited\:via-blue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:visited\:via-blue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:visited\:via-blue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:visited\:via-blue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:visited\:via-lightBlue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:visited\:via-lightBlue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:visited\:via-lightBlue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:visited\:via-lightBlue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:visited\:via-lightBlue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:visited\:via-lightBlue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:visited\:via-lightBlue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:visited\:via-lightBlue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:visited\:via-lightBlue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:visited\:via-lightBlue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:visited\:via-cyan-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:visited\:via-cyan-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:visited\:via-cyan-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:visited\:via-cyan-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:visited\:via-cyan-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:visited\:via-cyan-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:visited\:via-cyan-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:visited\:via-cyan-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:visited\:via-cyan-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:visited\:via-cyan-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:visited\:via-teal-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:visited\:via-teal-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:visited\:via-teal-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:visited\:via-teal-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:visited\:via-teal-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:visited\:via-teal-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:visited\:via-teal-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:visited\:via-teal-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:visited\:via-teal-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:visited\:via-teal-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:visited\:via-emerald-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:visited\:via-emerald-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:visited\:via-emerald-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:visited\:via-emerald-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:visited\:via-emerald-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:visited\:via-emerald-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:visited\:via-emerald-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:visited\:via-emerald-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:visited\:via-emerald-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:visited\:via-emerald-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:visited\:via-green-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:visited\:via-green-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:visited\:via-green-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:visited\:via-green-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:visited\:via-green-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:visited\:via-green-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:visited\:via-green-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:visited\:via-green-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:visited\:via-green-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:visited\:via-green-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:visited\:via-lime-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:visited\:via-lime-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:visited\:via-lime-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:visited\:via-lime-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:visited\:via-lime-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:visited\:via-lime-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:visited\:via-lime-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:visited\:via-lime-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:visited\:via-lime-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:visited\:via-lime-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:visited\:via-yellow-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:visited\:via-yellow-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:visited\:via-yellow-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:visited\:via-yellow-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:visited\:via-yellow-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:visited\:via-yellow-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:visited\:via-yellow-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:visited\:via-yellow-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:visited\:via-yellow-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:visited\:via-yellow-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:visited\:via-amber-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:visited\:via-amber-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:visited\:via-amber-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:visited\:via-amber-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:visited\:via-amber-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:visited\:via-amber-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:visited\:via-amber-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:visited\:via-amber-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:visited\:via-amber-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:visited\:via-amber-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:visited\:via-orange-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:visited\:via-orange-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:visited\:via-orange-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:visited\:via-orange-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:visited\:via-orange-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:visited\:via-orange-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:visited\:via-orange-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:visited\:via-orange-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:visited\:via-orange-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:visited\:via-orange-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:visited\:via-red-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:visited\:via-red-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:visited\:via-red-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:visited\:via-red-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:visited\:via-red-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:visited\:via-red-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:visited\:via-red-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:visited\:via-red-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:visited\:via-red-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:visited\:via-red-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:visited\:via-warmGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:visited\:via-warmGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:visited\:via-warmGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:visited\:via-warmGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:visited\:via-warmGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:visited\:via-warmGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:visited\:via-warmGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:visited\:via-warmGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:visited\:via-warmGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:visited\:via-warmGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:visited\:via-trueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:visited\:via-trueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:visited\:via-trueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:visited\:via-trueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:visited\:via-trueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:visited\:via-trueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:visited\:via-trueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:visited\:via-trueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:visited\:via-trueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:visited\:via-trueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:visited\:via-gray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:visited\:via-gray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:visited\:via-gray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:visited\:via-gray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:visited\:via-gray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:visited\:via-gray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:visited\:via-gray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:visited\:via-gray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:visited\:via-gray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:visited\:via-gray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:visited\:via-coolGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:visited\:via-coolGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:visited\:via-coolGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:visited\:via-coolGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:visited\:via-coolGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:visited\:via-coolGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:visited\:via-coolGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:visited\:via-coolGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:visited\:via-coolGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:visited\:via-coolGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:visited\:via-blueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:visited\:via-blueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:visited\:via-blueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:visited\:via-blueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:visited\:via-blueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:visited\:via-blueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:visited\:via-blueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:visited\:via-blueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:visited\:via-blueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:visited\:via-blueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:visited\:via-current:visited {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:visited\:via-transparent:visited {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:visited\:to-black:visited {
    --tw-gradient-to: #000;
  }

  .md\:visited\:to-white:visited {
    --tw-gradient-to: #fff;
  }

  .md\:visited\:to-rose-50:visited {
    --tw-gradient-to: #fff1f2;
  }

  .md\:visited\:to-rose-100:visited {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:visited\:to-rose-200:visited {
    --tw-gradient-to: #fecdd3;
  }

  .md\:visited\:to-rose-300:visited {
    --tw-gradient-to: #fda4af;
  }

  .md\:visited\:to-rose-400:visited {
    --tw-gradient-to: #fb7185;
  }

  .md\:visited\:to-rose-500:visited {
    --tw-gradient-to: #f43f5e;
  }

  .md\:visited\:to-rose-600:visited {
    --tw-gradient-to: #e11d48;
  }

  .md\:visited\:to-rose-700:visited {
    --tw-gradient-to: #be123c;
  }

  .md\:visited\:to-rose-800:visited {
    --tw-gradient-to: #9f1239;
  }

  .md\:visited\:to-rose-900:visited {
    --tw-gradient-to: #881337;
  }

  .md\:visited\:to-pink-50:visited {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:visited\:to-pink-100:visited {
    --tw-gradient-to: #fce7f3;
  }

  .md\:visited\:to-pink-200:visited {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:visited\:to-pink-300:visited {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:visited\:to-pink-400:visited {
    --tw-gradient-to: #f472b6;
  }

  .md\:visited\:to-pink-500:visited {
    --tw-gradient-to: #ec4899;
  }

  .md\:visited\:to-pink-600:visited {
    --tw-gradient-to: #db2777;
  }

  .md\:visited\:to-pink-700:visited {
    --tw-gradient-to: #be185d;
  }

  .md\:visited\:to-pink-800:visited {
    --tw-gradient-to: #9d174d;
  }

  .md\:visited\:to-pink-900:visited {
    --tw-gradient-to: #831843;
  }

  .md\:visited\:to-fuchsia-50:visited {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:visited\:to-fuchsia-100:visited {
    --tw-gradient-to: #fae8ff;
  }

  .md\:visited\:to-fuchsia-200:visited {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:visited\:to-fuchsia-300:visited {
    --tw-gradient-to: #f0abfc;
  }

  .md\:visited\:to-fuchsia-400:visited {
    --tw-gradient-to: #e879f9;
  }

  .md\:visited\:to-fuchsia-500:visited {
    --tw-gradient-to: #d946ef;
  }

  .md\:visited\:to-fuchsia-600:visited {
    --tw-gradient-to: #c026d3;
  }

  .md\:visited\:to-fuchsia-700:visited {
    --tw-gradient-to: #a21caf;
  }

  .md\:visited\:to-fuchsia-800:visited {
    --tw-gradient-to: #86198f;
  }

  .md\:visited\:to-fuchsia-900:visited {
    --tw-gradient-to: #701a75;
  }

  .md\:visited\:to-purple-50:visited {
    --tw-gradient-to: #faf5ff;
  }

  .md\:visited\:to-purple-100:visited {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:visited\:to-purple-200:visited {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:visited\:to-purple-300:visited {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:visited\:to-purple-400:visited {
    --tw-gradient-to: #c084fc;
  }

  .md\:visited\:to-purple-500:visited {
    --tw-gradient-to: #a855f7;
  }

  .md\:visited\:to-purple-600:visited {
    --tw-gradient-to: #9333ea;
  }

  .md\:visited\:to-purple-700:visited {
    --tw-gradient-to: #7e22ce;
  }

  .md\:visited\:to-purple-800:visited {
    --tw-gradient-to: #6b21a8;
  }

  .md\:visited\:to-purple-900:visited {
    --tw-gradient-to: #581c87;
  }

  .md\:visited\:to-violet-50:visited {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:visited\:to-violet-100:visited {
    --tw-gradient-to: #ede9fe;
  }

  .md\:visited\:to-violet-200:visited {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:visited\:to-violet-300:visited {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:visited\:to-violet-400:visited {
    --tw-gradient-to: #a78bfa;
  }

  .md\:visited\:to-violet-500:visited {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:visited\:to-violet-600:visited {
    --tw-gradient-to: #7c3aed;
  }

  .md\:visited\:to-violet-700:visited {
    --tw-gradient-to: #6d28d9;
  }

  .md\:visited\:to-violet-800:visited {
    --tw-gradient-to: #5b21b6;
  }

  .md\:visited\:to-violet-900:visited {
    --tw-gradient-to: #4c1d95;
  }

  .md\:visited\:to-indigo-50:visited {
    --tw-gradient-to: #eef2ff;
  }

  .md\:visited\:to-indigo-100:visited {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:visited\:to-indigo-200:visited {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:visited\:to-indigo-300:visited {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:visited\:to-indigo-400:visited {
    --tw-gradient-to: #818cf8;
  }

  .md\:visited\:to-indigo-500:visited {
    --tw-gradient-to: #6366f1;
  }

  .md\:visited\:to-indigo-600:visited {
    --tw-gradient-to: #4f46e5;
  }

  .md\:visited\:to-indigo-700:visited {
    --tw-gradient-to: #4338ca;
  }

  .md\:visited\:to-indigo-800:visited {
    --tw-gradient-to: #3730a3;
  }

  .md\:visited\:to-indigo-900:visited {
    --tw-gradient-to: #312e81;
  }

  .md\:visited\:to-blue-50:visited {
    --tw-gradient-to: #eff6ff;
  }

  .md\:visited\:to-blue-100:visited {
    --tw-gradient-to: #dbeafe;
  }

  .md\:visited\:to-blue-200:visited {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:visited\:to-blue-300:visited {
    --tw-gradient-to: #93c5fd;
  }

  .md\:visited\:to-blue-400:visited {
    --tw-gradient-to: #60a5fa;
  }

  .md\:visited\:to-blue-500:visited {
    --tw-gradient-to: #3b82f6;
  }

  .md\:visited\:to-blue-600:visited {
    --tw-gradient-to: #2563eb;
  }

  .md\:visited\:to-blue-700:visited {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:visited\:to-blue-800:visited {
    --tw-gradient-to: #1e40af;
  }

  .md\:visited\:to-blue-900:visited {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:visited\:to-lightBlue-50:visited {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:visited\:to-lightBlue-100:visited {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:visited\:to-lightBlue-200:visited {
    --tw-gradient-to: #bae6fd;
  }

  .md\:visited\:to-lightBlue-300:visited {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:visited\:to-lightBlue-400:visited {
    --tw-gradient-to: #38bdf8;
  }

  .md\:visited\:to-lightBlue-500:visited {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:visited\:to-lightBlue-600:visited {
    --tw-gradient-to: #0284c7;
  }

  .md\:visited\:to-lightBlue-700:visited {
    --tw-gradient-to: #0369a1;
  }

  .md\:visited\:to-lightBlue-800:visited {
    --tw-gradient-to: #075985;
  }

  .md\:visited\:to-lightBlue-900:visited {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:visited\:to-cyan-50:visited {
    --tw-gradient-to: #ecfeff;
  }

  .md\:visited\:to-cyan-100:visited {
    --tw-gradient-to: #cffafe;
  }

  .md\:visited\:to-cyan-200:visited {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:visited\:to-cyan-300:visited {
    --tw-gradient-to: #67e8f9;
  }

  .md\:visited\:to-cyan-400:visited {
    --tw-gradient-to: #22d3ee;
  }

  .md\:visited\:to-cyan-500:visited {
    --tw-gradient-to: #06b6d4;
  }

  .md\:visited\:to-cyan-600:visited {
    --tw-gradient-to: #0891b2;
  }

  .md\:visited\:to-cyan-700:visited {
    --tw-gradient-to: #0e7490;
  }

  .md\:visited\:to-cyan-800:visited {
    --tw-gradient-to: #155e75;
  }

  .md\:visited\:to-cyan-900:visited {
    --tw-gradient-to: #164e63;
  }

  .md\:visited\:to-teal-50:visited {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:visited\:to-teal-100:visited {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:visited\:to-teal-200:visited {
    --tw-gradient-to: #99f6e4;
  }

  .md\:visited\:to-teal-300:visited {
    --tw-gradient-to: #5eead4;
  }

  .md\:visited\:to-teal-400:visited {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:visited\:to-teal-500:visited {
    --tw-gradient-to: #14b8a6;
  }

  .md\:visited\:to-teal-600:visited {
    --tw-gradient-to: #0d9488;
  }

  .md\:visited\:to-teal-700:visited {
    --tw-gradient-to: #0f766e;
  }

  .md\:visited\:to-teal-800:visited {
    --tw-gradient-to: #115e59;
  }

  .md\:visited\:to-teal-900:visited {
    --tw-gradient-to: #134e4a;
  }

  .md\:visited\:to-emerald-50:visited {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:visited\:to-emerald-100:visited {
    --tw-gradient-to: #d1fae5;
  }

  .md\:visited\:to-emerald-200:visited {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:visited\:to-emerald-300:visited {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:visited\:to-emerald-400:visited {
    --tw-gradient-to: #34d399;
  }

  .md\:visited\:to-emerald-500:visited {
    --tw-gradient-to: #10b981;
  }

  .md\:visited\:to-emerald-600:visited {
    --tw-gradient-to: #059669;
  }

  .md\:visited\:to-emerald-700:visited {
    --tw-gradient-to: #047857;
  }

  .md\:visited\:to-emerald-800:visited {
    --tw-gradient-to: #065f46;
  }

  .md\:visited\:to-emerald-900:visited {
    --tw-gradient-to: #064e3b;
  }

  .md\:visited\:to-green-50:visited {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:visited\:to-green-100:visited {
    --tw-gradient-to: #dcfce7;
  }

  .md\:visited\:to-green-200:visited {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:visited\:to-green-300:visited {
    --tw-gradient-to: #86efac;
  }

  .md\:visited\:to-green-400:visited {
    --tw-gradient-to: #4ade80;
  }

  .md\:visited\:to-green-500:visited {
    --tw-gradient-to: #22c55e;
  }

  .md\:visited\:to-green-600:visited {
    --tw-gradient-to: #16a34a;
  }

  .md\:visited\:to-green-700:visited {
    --tw-gradient-to: #15803d;
  }

  .md\:visited\:to-green-800:visited {
    --tw-gradient-to: #166534;
  }

  .md\:visited\:to-green-900:visited {
    --tw-gradient-to: #14532d;
  }

  .md\:visited\:to-lime-50:visited {
    --tw-gradient-to: #f7fee7;
  }

  .md\:visited\:to-lime-100:visited {
    --tw-gradient-to: #ecfccb;
  }

  .md\:visited\:to-lime-200:visited {
    --tw-gradient-to: #d9f99d;
  }

  .md\:visited\:to-lime-300:visited {
    --tw-gradient-to: #bef264;
  }

  .md\:visited\:to-lime-400:visited {
    --tw-gradient-to: #a3e635;
  }

  .md\:visited\:to-lime-500:visited {
    --tw-gradient-to: #84cc16;
  }

  .md\:visited\:to-lime-600:visited {
    --tw-gradient-to: #65a30d;
  }

  .md\:visited\:to-lime-700:visited {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:visited\:to-lime-800:visited {
    --tw-gradient-to: #3f6212;
  }

  .md\:visited\:to-lime-900:visited {
    --tw-gradient-to: #365314;
  }

  .md\:visited\:to-yellow-50:visited {
    --tw-gradient-to: #fefce8;
  }

  .md\:visited\:to-yellow-100:visited {
    --tw-gradient-to: #fef9c3;
  }

  .md\:visited\:to-yellow-200:visited {
    --tw-gradient-to: #fef08a;
  }

  .md\:visited\:to-yellow-300:visited {
    --tw-gradient-to: #fde047;
  }

  .md\:visited\:to-yellow-400:visited {
    --tw-gradient-to: #facc15;
  }

  .md\:visited\:to-yellow-500:visited {
    --tw-gradient-to: #eab308;
  }

  .md\:visited\:to-yellow-600:visited {
    --tw-gradient-to: #ca8a04;
  }

  .md\:visited\:to-yellow-700:visited {
    --tw-gradient-to: #a16207;
  }

  .md\:visited\:to-yellow-800:visited {
    --tw-gradient-to: #854d0e;
  }

  .md\:visited\:to-yellow-900:visited {
    --tw-gradient-to: #713f12;
  }

  .md\:visited\:to-amber-50:visited {
    --tw-gradient-to: #fffbeb;
  }

  .md\:visited\:to-amber-100:visited {
    --tw-gradient-to: #fef3c7;
  }

  .md\:visited\:to-amber-200:visited {
    --tw-gradient-to: #fde68a;
  }

  .md\:visited\:to-amber-300:visited {
    --tw-gradient-to: #fcd34d;
  }

  .md\:visited\:to-amber-400:visited {
    --tw-gradient-to: #fbbf24;
  }

  .md\:visited\:to-amber-500:visited {
    --tw-gradient-to: #f59e0b;
  }

  .md\:visited\:to-amber-600:visited {
    --tw-gradient-to: #d97706;
  }

  .md\:visited\:to-amber-700:visited {
    --tw-gradient-to: #b45309;
  }

  .md\:visited\:to-amber-800:visited {
    --tw-gradient-to: #92400e;
  }

  .md\:visited\:to-amber-900:visited {
    --tw-gradient-to: #78350f;
  }

  .md\:visited\:to-orange-50:visited {
    --tw-gradient-to: #fff7ed;
  }

  .md\:visited\:to-orange-100:visited {
    --tw-gradient-to: #ffedd5;
  }

  .md\:visited\:to-orange-200:visited {
    --tw-gradient-to: #fed7aa;
  }

  .md\:visited\:to-orange-300:visited {
    --tw-gradient-to: #fdba74;
  }

  .md\:visited\:to-orange-400:visited {
    --tw-gradient-to: #fb923c;
  }

  .md\:visited\:to-orange-500:visited {
    --tw-gradient-to: #f97316;
  }

  .md\:visited\:to-orange-600:visited {
    --tw-gradient-to: #ea580c;
  }

  .md\:visited\:to-orange-700:visited {
    --tw-gradient-to: #c2410c;
  }

  .md\:visited\:to-orange-800:visited {
    --tw-gradient-to: #9a3412;
  }

  .md\:visited\:to-orange-900:visited {
    --tw-gradient-to: #7c2d12;
  }

  .md\:visited\:to-red-50:visited {
    --tw-gradient-to: #fef2f2;
  }

  .md\:visited\:to-red-100:visited {
    --tw-gradient-to: #fee2e2;
  }

  .md\:visited\:to-red-200:visited {
    --tw-gradient-to: #fecaca;
  }

  .md\:visited\:to-red-300:visited {
    --tw-gradient-to: #fca5a5;
  }

  .md\:visited\:to-red-400:visited {
    --tw-gradient-to: #f87171;
  }

  .md\:visited\:to-red-500:visited {
    --tw-gradient-to: #ef4444;
  }

  .md\:visited\:to-red-600:visited {
    --tw-gradient-to: #dc2626;
  }

  .md\:visited\:to-red-700:visited {
    --tw-gradient-to: #b91c1c;
  }

  .md\:visited\:to-red-800:visited {
    --tw-gradient-to: #991b1b;
  }

  .md\:visited\:to-red-900:visited {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:visited\:to-warmGray-50:visited {
    --tw-gradient-to: #fafaf9;
  }

  .md\:visited\:to-warmGray-100:visited {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:visited\:to-warmGray-200:visited {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:visited\:to-warmGray-300:visited {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:visited\:to-warmGray-400:visited {
    --tw-gradient-to: #a8a29e;
  }

  .md\:visited\:to-warmGray-500:visited {
    --tw-gradient-to: #78716c;
  }

  .md\:visited\:to-warmGray-600:visited {
    --tw-gradient-to: #57534e;
  }

  .md\:visited\:to-warmGray-700:visited {
    --tw-gradient-to: #44403c;
  }

  .md\:visited\:to-warmGray-800:visited {
    --tw-gradient-to: #292524;
  }

  .md\:visited\:to-warmGray-900:visited {
    --tw-gradient-to: #1c1917;
  }

  .md\:visited\:to-trueGray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .md\:visited\:to-trueGray-100:visited {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:visited\:to-trueGray-200:visited {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:visited\:to-trueGray-300:visited {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:visited\:to-trueGray-400:visited {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:visited\:to-trueGray-500:visited {
    --tw-gradient-to: #737373;
  }

  .md\:visited\:to-trueGray-600:visited {
    --tw-gradient-to: #525252;
  }

  .md\:visited\:to-trueGray-700:visited {
    --tw-gradient-to: #404040;
  }

  .md\:visited\:to-trueGray-800:visited {
    --tw-gradient-to: #262626;
  }

  .md\:visited\:to-trueGray-900:visited {
    --tw-gradient-to: #171717;
  }

  .md\:visited\:to-gray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .md\:visited\:to-gray-100:visited {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:visited\:to-gray-200:visited {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:visited\:to-gray-300:visited {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:visited\:to-gray-400:visited {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:visited\:to-gray-500:visited {
    --tw-gradient-to: #71717a;
  }

  .md\:visited\:to-gray-600:visited {
    --tw-gradient-to: #52525b;
  }

  .md\:visited\:to-gray-700:visited {
    --tw-gradient-to: #3f3f46;
  }

  .md\:visited\:to-gray-800:visited {
    --tw-gradient-to: #27272a;
  }

  .md\:visited\:to-gray-900:visited {
    --tw-gradient-to: #18181b;
  }

  .md\:visited\:to-coolGray-50:visited {
    --tw-gradient-to: #f9fafb;
  }

  .md\:visited\:to-coolGray-100:visited {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:visited\:to-coolGray-200:visited {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:visited\:to-coolGray-300:visited {
    --tw-gradient-to: #d1d5db;
  }

  .md\:visited\:to-coolGray-400:visited {
    --tw-gradient-to: #9ca3af;
  }

  .md\:visited\:to-coolGray-500:visited {
    --tw-gradient-to: #6b7280;
  }

  .md\:visited\:to-coolGray-600:visited {
    --tw-gradient-to: #4b5563;
  }

  .md\:visited\:to-coolGray-700:visited {
    --tw-gradient-to: #374151;
  }

  .md\:visited\:to-coolGray-800:visited {
    --tw-gradient-to: #1f2937;
  }

  .md\:visited\:to-coolGray-900:visited {
    --tw-gradient-to: #111827;
  }

  .md\:visited\:to-blueGray-50:visited {
    --tw-gradient-to: #f8fafc;
  }

  .md\:visited\:to-blueGray-100:visited {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:visited\:to-blueGray-200:visited {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:visited\:to-blueGray-300:visited {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:visited\:to-blueGray-400:visited {
    --tw-gradient-to: #94a3b8;
  }

  .md\:visited\:to-blueGray-500:visited {
    --tw-gradient-to: #64748b;
  }

  .md\:visited\:to-blueGray-600:visited {
    --tw-gradient-to: #475569;
  }

  .md\:visited\:to-blueGray-700:visited {
    --tw-gradient-to: #334155;
  }

  .md\:visited\:to-blueGray-800:visited {
    --tw-gradient-to: #1e293b;
  }

  .md\:visited\:to-blueGray-900:visited {
    --tw-gradient-to: #0f172a;
  }

  .md\:visited\:to-current:visited {
    --tw-gradient-to: current;
  }

  .md\:visited\:to-transparent:visited {
    --tw-gradient-to: transparent;
  }

  .md\:disabled\:from-black:disabled {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:disabled\:from-white:disabled {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:disabled\:from-rose-50:disabled {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:disabled\:from-rose-100:disabled {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:disabled\:from-rose-200:disabled {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:disabled\:from-rose-300:disabled {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:disabled\:from-rose-400:disabled {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:disabled\:from-rose-500:disabled {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:disabled\:from-rose-600:disabled {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:disabled\:from-rose-700:disabled {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:disabled\:from-rose-800:disabled {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:disabled\:from-rose-900:disabled {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:disabled\:from-pink-50:disabled {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:disabled\:from-pink-100:disabled {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:disabled\:from-pink-200:disabled {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:disabled\:from-pink-300:disabled {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:disabled\:from-pink-400:disabled {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:disabled\:from-pink-500:disabled {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:disabled\:from-pink-600:disabled {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:disabled\:from-pink-700:disabled {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:disabled\:from-pink-800:disabled {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:disabled\:from-pink-900:disabled {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:disabled\:from-fuchsia-50:disabled {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:disabled\:from-fuchsia-100:disabled {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:disabled\:from-fuchsia-200:disabled {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:disabled\:from-fuchsia-300:disabled {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:disabled\:from-fuchsia-400:disabled {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:disabled\:from-fuchsia-500:disabled {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:disabled\:from-fuchsia-600:disabled {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:disabled\:from-fuchsia-700:disabled {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:disabled\:from-fuchsia-800:disabled {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:disabled\:from-fuchsia-900:disabled {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:disabled\:from-purple-50:disabled {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:disabled\:from-purple-100:disabled {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:disabled\:from-purple-200:disabled {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:disabled\:from-purple-300:disabled {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:disabled\:from-purple-400:disabled {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:disabled\:from-purple-500:disabled {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:disabled\:from-purple-600:disabled {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:disabled\:from-purple-700:disabled {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:disabled\:from-purple-800:disabled {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:disabled\:from-purple-900:disabled {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:disabled\:from-violet-50:disabled {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:disabled\:from-violet-100:disabled {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:disabled\:from-violet-200:disabled {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:disabled\:from-violet-300:disabled {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:disabled\:from-violet-400:disabled {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:disabled\:from-violet-500:disabled {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:disabled\:from-violet-600:disabled {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:disabled\:from-violet-700:disabled {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:disabled\:from-violet-800:disabled {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:disabled\:from-violet-900:disabled {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:disabled\:from-indigo-50:disabled {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:disabled\:from-indigo-100:disabled {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:disabled\:from-indigo-200:disabled {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:disabled\:from-indigo-300:disabled {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:disabled\:from-indigo-400:disabled {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:disabled\:from-indigo-500:disabled {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:disabled\:from-indigo-600:disabled {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:disabled\:from-indigo-700:disabled {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:disabled\:from-indigo-800:disabled {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:disabled\:from-indigo-900:disabled {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:disabled\:from-blue-50:disabled {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:disabled\:from-blue-100:disabled {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:disabled\:from-blue-200:disabled {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:disabled\:from-blue-300:disabled {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:disabled\:from-blue-400:disabled {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:disabled\:from-blue-500:disabled {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:disabled\:from-blue-600:disabled {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:disabled\:from-blue-700:disabled {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:disabled\:from-blue-800:disabled {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:disabled\:from-blue-900:disabled {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:disabled\:from-lightBlue-50:disabled {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:disabled\:from-lightBlue-100:disabled {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:disabled\:from-lightBlue-200:disabled {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:disabled\:from-lightBlue-300:disabled {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:disabled\:from-lightBlue-400:disabled {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:disabled\:from-lightBlue-500:disabled {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:disabled\:from-lightBlue-600:disabled {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:disabled\:from-lightBlue-700:disabled {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:disabled\:from-lightBlue-800:disabled {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:disabled\:from-lightBlue-900:disabled {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:disabled\:from-cyan-50:disabled {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:disabled\:from-cyan-100:disabled {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:disabled\:from-cyan-200:disabled {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:disabled\:from-cyan-300:disabled {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:disabled\:from-cyan-400:disabled {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:disabled\:from-cyan-500:disabled {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:disabled\:from-cyan-600:disabled {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:disabled\:from-cyan-700:disabled {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:disabled\:from-cyan-800:disabled {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:disabled\:from-cyan-900:disabled {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:disabled\:from-teal-50:disabled {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:disabled\:from-teal-100:disabled {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:disabled\:from-teal-200:disabled {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:disabled\:from-teal-300:disabled {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:disabled\:from-teal-400:disabled {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:disabled\:from-teal-500:disabled {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:disabled\:from-teal-600:disabled {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:disabled\:from-teal-700:disabled {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:disabled\:from-teal-800:disabled {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:disabled\:from-teal-900:disabled {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:disabled\:from-emerald-50:disabled {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:disabled\:from-emerald-100:disabled {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:disabled\:from-emerald-200:disabled {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:disabled\:from-emerald-300:disabled {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:disabled\:from-emerald-400:disabled {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:disabled\:from-emerald-500:disabled {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:disabled\:from-emerald-600:disabled {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:disabled\:from-emerald-700:disabled {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:disabled\:from-emerald-800:disabled {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:disabled\:from-emerald-900:disabled {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:disabled\:from-green-50:disabled {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:disabled\:from-green-100:disabled {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:disabled\:from-green-200:disabled {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:disabled\:from-green-300:disabled {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:disabled\:from-green-400:disabled {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:disabled\:from-green-500:disabled {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:disabled\:from-green-600:disabled {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:disabled\:from-green-700:disabled {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:disabled\:from-green-800:disabled {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:disabled\:from-green-900:disabled {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:disabled\:from-lime-50:disabled {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:disabled\:from-lime-100:disabled {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:disabled\:from-lime-200:disabled {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:disabled\:from-lime-300:disabled {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:disabled\:from-lime-400:disabled {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:disabled\:from-lime-500:disabled {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:disabled\:from-lime-600:disabled {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:disabled\:from-lime-700:disabled {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:disabled\:from-lime-800:disabled {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:disabled\:from-lime-900:disabled {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:disabled\:from-yellow-50:disabled {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:disabled\:from-yellow-100:disabled {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:disabled\:from-yellow-200:disabled {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:disabled\:from-yellow-300:disabled {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:disabled\:from-yellow-400:disabled {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:disabled\:from-yellow-500:disabled {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:disabled\:from-yellow-600:disabled {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:disabled\:from-yellow-700:disabled {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:disabled\:from-yellow-800:disabled {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:disabled\:from-yellow-900:disabled {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:disabled\:from-amber-50:disabled {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:disabled\:from-amber-100:disabled {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:disabled\:from-amber-200:disabled {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:disabled\:from-amber-300:disabled {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:disabled\:from-amber-400:disabled {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:disabled\:from-amber-500:disabled {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:disabled\:from-amber-600:disabled {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:disabled\:from-amber-700:disabled {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:disabled\:from-amber-800:disabled {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:disabled\:from-amber-900:disabled {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:disabled\:from-orange-50:disabled {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:disabled\:from-orange-100:disabled {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:disabled\:from-orange-200:disabled {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:disabled\:from-orange-300:disabled {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:disabled\:from-orange-400:disabled {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:disabled\:from-orange-500:disabled {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:disabled\:from-orange-600:disabled {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:disabled\:from-orange-700:disabled {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:disabled\:from-orange-800:disabled {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:disabled\:from-orange-900:disabled {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:disabled\:from-red-50:disabled {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:disabled\:from-red-100:disabled {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:disabled\:from-red-200:disabled {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:disabled\:from-red-300:disabled {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:disabled\:from-red-400:disabled {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:disabled\:from-red-500:disabled {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:disabled\:from-red-600:disabled {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:disabled\:from-red-700:disabled {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:disabled\:from-red-800:disabled {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:disabled\:from-red-900:disabled {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:disabled\:from-warmGray-50:disabled {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:disabled\:from-warmGray-100:disabled {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:disabled\:from-warmGray-200:disabled {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:disabled\:from-warmGray-300:disabled {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:disabled\:from-warmGray-400:disabled {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:disabled\:from-warmGray-500:disabled {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:disabled\:from-warmGray-600:disabled {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:disabled\:from-warmGray-700:disabled {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:disabled\:from-warmGray-800:disabled {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:disabled\:from-warmGray-900:disabled {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:disabled\:from-trueGray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:disabled\:from-trueGray-100:disabled {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:disabled\:from-trueGray-200:disabled {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:disabled\:from-trueGray-300:disabled {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:disabled\:from-trueGray-400:disabled {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:disabled\:from-trueGray-500:disabled {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:disabled\:from-trueGray-600:disabled {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:disabled\:from-trueGray-700:disabled {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:disabled\:from-trueGray-800:disabled {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:disabled\:from-trueGray-900:disabled {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:disabled\:from-gray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:disabled\:from-gray-100:disabled {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:disabled\:from-gray-200:disabled {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:disabled\:from-gray-300:disabled {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:disabled\:from-gray-400:disabled {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:disabled\:from-gray-500:disabled {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:disabled\:from-gray-600:disabled {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:disabled\:from-gray-700:disabled {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:disabled\:from-gray-800:disabled {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:disabled\:from-gray-900:disabled {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:disabled\:from-coolGray-50:disabled {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:disabled\:from-coolGray-100:disabled {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:disabled\:from-coolGray-200:disabled {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:disabled\:from-coolGray-300:disabled {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:disabled\:from-coolGray-400:disabled {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:disabled\:from-coolGray-500:disabled {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:disabled\:from-coolGray-600:disabled {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:disabled\:from-coolGray-700:disabled {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:disabled\:from-coolGray-800:disabled {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:disabled\:from-coolGray-900:disabled {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:disabled\:from-blueGray-50:disabled {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:disabled\:from-blueGray-100:disabled {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:disabled\:from-blueGray-200:disabled {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:disabled\:from-blueGray-300:disabled {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:disabled\:from-blueGray-400:disabled {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:disabled\:from-blueGray-500:disabled {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:disabled\:from-blueGray-600:disabled {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:disabled\:from-blueGray-700:disabled {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:disabled\:from-blueGray-800:disabled {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:disabled\:from-blueGray-900:disabled {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:disabled\:from-current:disabled {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:disabled\:from-transparent:disabled {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:disabled\:via-black:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:disabled\:via-white:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:disabled\:via-rose-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .md\:disabled\:via-rose-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .md\:disabled\:via-rose-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .md\:disabled\:via-rose-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .md\:disabled\:via-rose-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .md\:disabled\:via-rose-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .md\:disabled\:via-rose-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .md\:disabled\:via-rose-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .md\:disabled\:via-rose-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .md\:disabled\:via-rose-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .md\:disabled\:via-pink-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:disabled\:via-pink-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:disabled\:via-pink-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:disabled\:via-pink-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:disabled\:via-pink-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:disabled\:via-pink-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:disabled\:via-pink-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:disabled\:via-pink-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:disabled\:via-pink-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:disabled\:via-pink-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:disabled\:via-fuchsia-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .md\:disabled\:via-fuchsia-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .md\:disabled\:via-fuchsia-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .md\:disabled\:via-fuchsia-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .md\:disabled\:via-fuchsia-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .md\:disabled\:via-fuchsia-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .md\:disabled\:via-fuchsia-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .md\:disabled\:via-fuchsia-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .md\:disabled\:via-fuchsia-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .md\:disabled\:via-fuchsia-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .md\:disabled\:via-purple-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:disabled\:via-purple-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .md\:disabled\:via-purple-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .md\:disabled\:via-purple-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .md\:disabled\:via-purple-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .md\:disabled\:via-purple-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .md\:disabled\:via-purple-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .md\:disabled\:via-purple-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .md\:disabled\:via-purple-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .md\:disabled\:via-purple-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .md\:disabled\:via-violet-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:disabled\:via-violet-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:disabled\:via-violet-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:disabled\:via-violet-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:disabled\:via-violet-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:disabled\:via-violet-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:disabled\:via-violet-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:disabled\:via-violet-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:disabled\:via-violet-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:disabled\:via-violet-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:disabled\:via-indigo-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:disabled\:via-indigo-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:disabled\:via-indigo-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:disabled\:via-indigo-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:disabled\:via-indigo-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:disabled\:via-indigo-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:disabled\:via-indigo-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:disabled\:via-indigo-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:disabled\:via-indigo-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:disabled\:via-indigo-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:disabled\:via-blue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:disabled\:via-blue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:disabled\:via-blue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:disabled\:via-blue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:disabled\:via-blue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:disabled\:via-blue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:disabled\:via-blue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:disabled\:via-blue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:disabled\:via-blue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:disabled\:via-blue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:disabled\:via-lightBlue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .md\:disabled\:via-lightBlue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .md\:disabled\:via-lightBlue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .md\:disabled\:via-lightBlue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .md\:disabled\:via-lightBlue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .md\:disabled\:via-lightBlue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .md\:disabled\:via-lightBlue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .md\:disabled\:via-lightBlue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .md\:disabled\:via-lightBlue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .md\:disabled\:via-lightBlue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .md\:disabled\:via-cyan-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .md\:disabled\:via-cyan-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .md\:disabled\:via-cyan-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .md\:disabled\:via-cyan-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .md\:disabled\:via-cyan-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .md\:disabled\:via-cyan-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .md\:disabled\:via-cyan-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .md\:disabled\:via-cyan-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .md\:disabled\:via-cyan-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .md\:disabled\:via-cyan-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .md\:disabled\:via-teal-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .md\:disabled\:via-teal-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .md\:disabled\:via-teal-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .md\:disabled\:via-teal-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .md\:disabled\:via-teal-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .md\:disabled\:via-teal-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .md\:disabled\:via-teal-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .md\:disabled\:via-teal-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .md\:disabled\:via-teal-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .md\:disabled\:via-teal-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .md\:disabled\:via-emerald-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:disabled\:via-emerald-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:disabled\:via-emerald-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:disabled\:via-emerald-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:disabled\:via-emerald-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:disabled\:via-emerald-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:disabled\:via-emerald-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:disabled\:via-emerald-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:disabled\:via-emerald-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:disabled\:via-emerald-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:disabled\:via-green-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .md\:disabled\:via-green-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .md\:disabled\:via-green-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .md\:disabled\:via-green-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .md\:disabled\:via-green-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .md\:disabled\:via-green-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .md\:disabled\:via-green-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .md\:disabled\:via-green-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .md\:disabled\:via-green-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .md\:disabled\:via-green-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .md\:disabled\:via-lime-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .md\:disabled\:via-lime-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .md\:disabled\:via-lime-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .md\:disabled\:via-lime-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .md\:disabled\:via-lime-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .md\:disabled\:via-lime-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .md\:disabled\:via-lime-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .md\:disabled\:via-lime-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .md\:disabled\:via-lime-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .md\:disabled\:via-lime-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .md\:disabled\:via-yellow-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .md\:disabled\:via-yellow-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .md\:disabled\:via-yellow-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .md\:disabled\:via-yellow-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .md\:disabled\:via-yellow-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .md\:disabled\:via-yellow-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .md\:disabled\:via-yellow-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .md\:disabled\:via-yellow-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .md\:disabled\:via-yellow-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .md\:disabled\:via-yellow-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .md\:disabled\:via-amber-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:disabled\:via-amber-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:disabled\:via-amber-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:disabled\:via-amber-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:disabled\:via-amber-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:disabled\:via-amber-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:disabled\:via-amber-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:disabled\:via-amber-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:disabled\:via-amber-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:disabled\:via-amber-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:disabled\:via-orange-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .md\:disabled\:via-orange-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .md\:disabled\:via-orange-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .md\:disabled\:via-orange-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .md\:disabled\:via-orange-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .md\:disabled\:via-orange-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .md\:disabled\:via-orange-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .md\:disabled\:via-orange-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .md\:disabled\:via-orange-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .md\:disabled\:via-orange-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .md\:disabled\:via-red-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:disabled\:via-red-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:disabled\:via-red-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:disabled\:via-red-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:disabled\:via-red-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:disabled\:via-red-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:disabled\:via-red-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:disabled\:via-red-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:disabled\:via-red-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:disabled\:via-red-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:disabled\:via-warmGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .md\:disabled\:via-warmGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .md\:disabled\:via-warmGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .md\:disabled\:via-warmGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .md\:disabled\:via-warmGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .md\:disabled\:via-warmGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .md\:disabled\:via-warmGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .md\:disabled\:via-warmGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .md\:disabled\:via-warmGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .md\:disabled\:via-warmGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .md\:disabled\:via-trueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:disabled\:via-trueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:disabled\:via-trueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .md\:disabled\:via-trueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .md\:disabled\:via-trueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .md\:disabled\:via-trueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .md\:disabled\:via-trueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .md\:disabled\:via-trueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .md\:disabled\:via-trueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .md\:disabled\:via-trueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .md\:disabled\:via-gray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .md\:disabled\:via-gray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .md\:disabled\:via-gray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .md\:disabled\:via-gray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .md\:disabled\:via-gray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .md\:disabled\:via-gray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .md\:disabled\:via-gray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .md\:disabled\:via-gray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .md\:disabled\:via-gray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .md\:disabled\:via-gray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .md\:disabled\:via-coolGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:disabled\:via-coolGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:disabled\:via-coolGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:disabled\:via-coolGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:disabled\:via-coolGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:disabled\:via-coolGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:disabled\:via-coolGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:disabled\:via-coolGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:disabled\:via-coolGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:disabled\:via-coolGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:disabled\:via-blueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .md\:disabled\:via-blueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .md\:disabled\:via-blueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .md\:disabled\:via-blueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .md\:disabled\:via-blueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .md\:disabled\:via-blueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .md\:disabled\:via-blueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .md\:disabled\:via-blueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .md\:disabled\:via-blueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .md\:disabled\:via-blueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .md\:disabled\:via-current:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:disabled\:via-transparent:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:disabled\:to-black:disabled {
    --tw-gradient-to: #000;
  }

  .md\:disabled\:to-white:disabled {
    --tw-gradient-to: #fff;
  }

  .md\:disabled\:to-rose-50:disabled {
    --tw-gradient-to: #fff1f2;
  }

  .md\:disabled\:to-rose-100:disabled {
    --tw-gradient-to: #ffe4e6;
  }

  .md\:disabled\:to-rose-200:disabled {
    --tw-gradient-to: #fecdd3;
  }

  .md\:disabled\:to-rose-300:disabled {
    --tw-gradient-to: #fda4af;
  }

  .md\:disabled\:to-rose-400:disabled {
    --tw-gradient-to: #fb7185;
  }

  .md\:disabled\:to-rose-500:disabled {
    --tw-gradient-to: #f43f5e;
  }

  .md\:disabled\:to-rose-600:disabled {
    --tw-gradient-to: #e11d48;
  }

  .md\:disabled\:to-rose-700:disabled {
    --tw-gradient-to: #be123c;
  }

  .md\:disabled\:to-rose-800:disabled {
    --tw-gradient-to: #9f1239;
  }

  .md\:disabled\:to-rose-900:disabled {
    --tw-gradient-to: #881337;
  }

  .md\:disabled\:to-pink-50:disabled {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:disabled\:to-pink-100:disabled {
    --tw-gradient-to: #fce7f3;
  }

  .md\:disabled\:to-pink-200:disabled {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:disabled\:to-pink-300:disabled {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:disabled\:to-pink-400:disabled {
    --tw-gradient-to: #f472b6;
  }

  .md\:disabled\:to-pink-500:disabled {
    --tw-gradient-to: #ec4899;
  }

  .md\:disabled\:to-pink-600:disabled {
    --tw-gradient-to: #db2777;
  }

  .md\:disabled\:to-pink-700:disabled {
    --tw-gradient-to: #be185d;
  }

  .md\:disabled\:to-pink-800:disabled {
    --tw-gradient-to: #9d174d;
  }

  .md\:disabled\:to-pink-900:disabled {
    --tw-gradient-to: #831843;
  }

  .md\:disabled\:to-fuchsia-50:disabled {
    --tw-gradient-to: #fdf4ff;
  }

  .md\:disabled\:to-fuchsia-100:disabled {
    --tw-gradient-to: #fae8ff;
  }

  .md\:disabled\:to-fuchsia-200:disabled {
    --tw-gradient-to: #f5d0fe;
  }

  .md\:disabled\:to-fuchsia-300:disabled {
    --tw-gradient-to: #f0abfc;
  }

  .md\:disabled\:to-fuchsia-400:disabled {
    --tw-gradient-to: #e879f9;
  }

  .md\:disabled\:to-fuchsia-500:disabled {
    --tw-gradient-to: #d946ef;
  }

  .md\:disabled\:to-fuchsia-600:disabled {
    --tw-gradient-to: #c026d3;
  }

  .md\:disabled\:to-fuchsia-700:disabled {
    --tw-gradient-to: #a21caf;
  }

  .md\:disabled\:to-fuchsia-800:disabled {
    --tw-gradient-to: #86198f;
  }

  .md\:disabled\:to-fuchsia-900:disabled {
    --tw-gradient-to: #701a75;
  }

  .md\:disabled\:to-purple-50:disabled {
    --tw-gradient-to: #faf5ff;
  }

  .md\:disabled\:to-purple-100:disabled {
    --tw-gradient-to: #f3e8ff;
  }

  .md\:disabled\:to-purple-200:disabled {
    --tw-gradient-to: #e9d5ff;
  }

  .md\:disabled\:to-purple-300:disabled {
    --tw-gradient-to: #d8b4fe;
  }

  .md\:disabled\:to-purple-400:disabled {
    --tw-gradient-to: #c084fc;
  }

  .md\:disabled\:to-purple-500:disabled {
    --tw-gradient-to: #a855f7;
  }

  .md\:disabled\:to-purple-600:disabled {
    --tw-gradient-to: #9333ea;
  }

  .md\:disabled\:to-purple-700:disabled {
    --tw-gradient-to: #7e22ce;
  }

  .md\:disabled\:to-purple-800:disabled {
    --tw-gradient-to: #6b21a8;
  }

  .md\:disabled\:to-purple-900:disabled {
    --tw-gradient-to: #581c87;
  }

  .md\:disabled\:to-violet-50:disabled {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:disabled\:to-violet-100:disabled {
    --tw-gradient-to: #ede9fe;
  }

  .md\:disabled\:to-violet-200:disabled {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:disabled\:to-violet-300:disabled {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:disabled\:to-violet-400:disabled {
    --tw-gradient-to: #a78bfa;
  }

  .md\:disabled\:to-violet-500:disabled {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:disabled\:to-violet-600:disabled {
    --tw-gradient-to: #7c3aed;
  }

  .md\:disabled\:to-violet-700:disabled {
    --tw-gradient-to: #6d28d9;
  }

  .md\:disabled\:to-violet-800:disabled {
    --tw-gradient-to: #5b21b6;
  }

  .md\:disabled\:to-violet-900:disabled {
    --tw-gradient-to: #4c1d95;
  }

  .md\:disabled\:to-indigo-50:disabled {
    --tw-gradient-to: #eef2ff;
  }

  .md\:disabled\:to-indigo-100:disabled {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:disabled\:to-indigo-200:disabled {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:disabled\:to-indigo-300:disabled {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:disabled\:to-indigo-400:disabled {
    --tw-gradient-to: #818cf8;
  }

  .md\:disabled\:to-indigo-500:disabled {
    --tw-gradient-to: #6366f1;
  }

  .md\:disabled\:to-indigo-600:disabled {
    --tw-gradient-to: #4f46e5;
  }

  .md\:disabled\:to-indigo-700:disabled {
    --tw-gradient-to: #4338ca;
  }

  .md\:disabled\:to-indigo-800:disabled {
    --tw-gradient-to: #3730a3;
  }

  .md\:disabled\:to-indigo-900:disabled {
    --tw-gradient-to: #312e81;
  }

  .md\:disabled\:to-blue-50:disabled {
    --tw-gradient-to: #eff6ff;
  }

  .md\:disabled\:to-blue-100:disabled {
    --tw-gradient-to: #dbeafe;
  }

  .md\:disabled\:to-blue-200:disabled {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:disabled\:to-blue-300:disabled {
    --tw-gradient-to: #93c5fd;
  }

  .md\:disabled\:to-blue-400:disabled {
    --tw-gradient-to: #60a5fa;
  }

  .md\:disabled\:to-blue-500:disabled {
    --tw-gradient-to: #3b82f6;
  }

  .md\:disabled\:to-blue-600:disabled {
    --tw-gradient-to: #2563eb;
  }

  .md\:disabled\:to-blue-700:disabled {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:disabled\:to-blue-800:disabled {
    --tw-gradient-to: #1e40af;
  }

  .md\:disabled\:to-blue-900:disabled {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:disabled\:to-lightBlue-50:disabled {
    --tw-gradient-to: #f0f9ff;
  }

  .md\:disabled\:to-lightBlue-100:disabled {
    --tw-gradient-to: #e0f2fe;
  }

  .md\:disabled\:to-lightBlue-200:disabled {
    --tw-gradient-to: #bae6fd;
  }

  .md\:disabled\:to-lightBlue-300:disabled {
    --tw-gradient-to: #7dd3fc;
  }

  .md\:disabled\:to-lightBlue-400:disabled {
    --tw-gradient-to: #38bdf8;
  }

  .md\:disabled\:to-lightBlue-500:disabled {
    --tw-gradient-to: #0ea5e9;
  }

  .md\:disabled\:to-lightBlue-600:disabled {
    --tw-gradient-to: #0284c7;
  }

  .md\:disabled\:to-lightBlue-700:disabled {
    --tw-gradient-to: #0369a1;
  }

  .md\:disabled\:to-lightBlue-800:disabled {
    --tw-gradient-to: #075985;
  }

  .md\:disabled\:to-lightBlue-900:disabled {
    --tw-gradient-to: #0c4a6e;
  }

  .md\:disabled\:to-cyan-50:disabled {
    --tw-gradient-to: #ecfeff;
  }

  .md\:disabled\:to-cyan-100:disabled {
    --tw-gradient-to: #cffafe;
  }

  .md\:disabled\:to-cyan-200:disabled {
    --tw-gradient-to: #a5f3fc;
  }

  .md\:disabled\:to-cyan-300:disabled {
    --tw-gradient-to: #67e8f9;
  }

  .md\:disabled\:to-cyan-400:disabled {
    --tw-gradient-to: #22d3ee;
  }

  .md\:disabled\:to-cyan-500:disabled {
    --tw-gradient-to: #06b6d4;
  }

  .md\:disabled\:to-cyan-600:disabled {
    --tw-gradient-to: #0891b2;
  }

  .md\:disabled\:to-cyan-700:disabled {
    --tw-gradient-to: #0e7490;
  }

  .md\:disabled\:to-cyan-800:disabled {
    --tw-gradient-to: #155e75;
  }

  .md\:disabled\:to-cyan-900:disabled {
    --tw-gradient-to: #164e63;
  }

  .md\:disabled\:to-teal-50:disabled {
    --tw-gradient-to: #f0fdfa;
  }

  .md\:disabled\:to-teal-100:disabled {
    --tw-gradient-to: #ccfbf1;
  }

  .md\:disabled\:to-teal-200:disabled {
    --tw-gradient-to: #99f6e4;
  }

  .md\:disabled\:to-teal-300:disabled {
    --tw-gradient-to: #5eead4;
  }

  .md\:disabled\:to-teal-400:disabled {
    --tw-gradient-to: #2dd4bf;
  }

  .md\:disabled\:to-teal-500:disabled {
    --tw-gradient-to: #14b8a6;
  }

  .md\:disabled\:to-teal-600:disabled {
    --tw-gradient-to: #0d9488;
  }

  .md\:disabled\:to-teal-700:disabled {
    --tw-gradient-to: #0f766e;
  }

  .md\:disabled\:to-teal-800:disabled {
    --tw-gradient-to: #115e59;
  }

  .md\:disabled\:to-teal-900:disabled {
    --tw-gradient-to: #134e4a;
  }

  .md\:disabled\:to-emerald-50:disabled {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:disabled\:to-emerald-100:disabled {
    --tw-gradient-to: #d1fae5;
  }

  .md\:disabled\:to-emerald-200:disabled {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:disabled\:to-emerald-300:disabled {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:disabled\:to-emerald-400:disabled {
    --tw-gradient-to: #34d399;
  }

  .md\:disabled\:to-emerald-500:disabled {
    --tw-gradient-to: #10b981;
  }

  .md\:disabled\:to-emerald-600:disabled {
    --tw-gradient-to: #059669;
  }

  .md\:disabled\:to-emerald-700:disabled {
    --tw-gradient-to: #047857;
  }

  .md\:disabled\:to-emerald-800:disabled {
    --tw-gradient-to: #065f46;
  }

  .md\:disabled\:to-emerald-900:disabled {
    --tw-gradient-to: #064e3b;
  }

  .md\:disabled\:to-green-50:disabled {
    --tw-gradient-to: #f0fdf4;
  }

  .md\:disabled\:to-green-100:disabled {
    --tw-gradient-to: #dcfce7;
  }

  .md\:disabled\:to-green-200:disabled {
    --tw-gradient-to: #bbf7d0;
  }

  .md\:disabled\:to-green-300:disabled {
    --tw-gradient-to: #86efac;
  }

  .md\:disabled\:to-green-400:disabled {
    --tw-gradient-to: #4ade80;
  }

  .md\:disabled\:to-green-500:disabled {
    --tw-gradient-to: #22c55e;
  }

  .md\:disabled\:to-green-600:disabled {
    --tw-gradient-to: #16a34a;
  }

  .md\:disabled\:to-green-700:disabled {
    --tw-gradient-to: #15803d;
  }

  .md\:disabled\:to-green-800:disabled {
    --tw-gradient-to: #166534;
  }

  .md\:disabled\:to-green-900:disabled {
    --tw-gradient-to: #14532d;
  }

  .md\:disabled\:to-lime-50:disabled {
    --tw-gradient-to: #f7fee7;
  }

  .md\:disabled\:to-lime-100:disabled {
    --tw-gradient-to: #ecfccb;
  }

  .md\:disabled\:to-lime-200:disabled {
    --tw-gradient-to: #d9f99d;
  }

  .md\:disabled\:to-lime-300:disabled {
    --tw-gradient-to: #bef264;
  }

  .md\:disabled\:to-lime-400:disabled {
    --tw-gradient-to: #a3e635;
  }

  .md\:disabled\:to-lime-500:disabled {
    --tw-gradient-to: #84cc16;
  }

  .md\:disabled\:to-lime-600:disabled {
    --tw-gradient-to: #65a30d;
  }

  .md\:disabled\:to-lime-700:disabled {
    --tw-gradient-to: #4d7c0f;
  }

  .md\:disabled\:to-lime-800:disabled {
    --tw-gradient-to: #3f6212;
  }

  .md\:disabled\:to-lime-900:disabled {
    --tw-gradient-to: #365314;
  }

  .md\:disabled\:to-yellow-50:disabled {
    --tw-gradient-to: #fefce8;
  }

  .md\:disabled\:to-yellow-100:disabled {
    --tw-gradient-to: #fef9c3;
  }

  .md\:disabled\:to-yellow-200:disabled {
    --tw-gradient-to: #fef08a;
  }

  .md\:disabled\:to-yellow-300:disabled {
    --tw-gradient-to: #fde047;
  }

  .md\:disabled\:to-yellow-400:disabled {
    --tw-gradient-to: #facc15;
  }

  .md\:disabled\:to-yellow-500:disabled {
    --tw-gradient-to: #eab308;
  }

  .md\:disabled\:to-yellow-600:disabled {
    --tw-gradient-to: #ca8a04;
  }

  .md\:disabled\:to-yellow-700:disabled {
    --tw-gradient-to: #a16207;
  }

  .md\:disabled\:to-yellow-800:disabled {
    --tw-gradient-to: #854d0e;
  }

  .md\:disabled\:to-yellow-900:disabled {
    --tw-gradient-to: #713f12;
  }

  .md\:disabled\:to-amber-50:disabled {
    --tw-gradient-to: #fffbeb;
  }

  .md\:disabled\:to-amber-100:disabled {
    --tw-gradient-to: #fef3c7;
  }

  .md\:disabled\:to-amber-200:disabled {
    --tw-gradient-to: #fde68a;
  }

  .md\:disabled\:to-amber-300:disabled {
    --tw-gradient-to: #fcd34d;
  }

  .md\:disabled\:to-amber-400:disabled {
    --tw-gradient-to: #fbbf24;
  }

  .md\:disabled\:to-amber-500:disabled {
    --tw-gradient-to: #f59e0b;
  }

  .md\:disabled\:to-amber-600:disabled {
    --tw-gradient-to: #d97706;
  }

  .md\:disabled\:to-amber-700:disabled {
    --tw-gradient-to: #b45309;
  }

  .md\:disabled\:to-amber-800:disabled {
    --tw-gradient-to: #92400e;
  }

  .md\:disabled\:to-amber-900:disabled {
    --tw-gradient-to: #78350f;
  }

  .md\:disabled\:to-orange-50:disabled {
    --tw-gradient-to: #fff7ed;
  }

  .md\:disabled\:to-orange-100:disabled {
    --tw-gradient-to: #ffedd5;
  }

  .md\:disabled\:to-orange-200:disabled {
    --tw-gradient-to: #fed7aa;
  }

  .md\:disabled\:to-orange-300:disabled {
    --tw-gradient-to: #fdba74;
  }

  .md\:disabled\:to-orange-400:disabled {
    --tw-gradient-to: #fb923c;
  }

  .md\:disabled\:to-orange-500:disabled {
    --tw-gradient-to: #f97316;
  }

  .md\:disabled\:to-orange-600:disabled {
    --tw-gradient-to: #ea580c;
  }

  .md\:disabled\:to-orange-700:disabled {
    --tw-gradient-to: #c2410c;
  }

  .md\:disabled\:to-orange-800:disabled {
    --tw-gradient-to: #9a3412;
  }

  .md\:disabled\:to-orange-900:disabled {
    --tw-gradient-to: #7c2d12;
  }

  .md\:disabled\:to-red-50:disabled {
    --tw-gradient-to: #fef2f2;
  }

  .md\:disabled\:to-red-100:disabled {
    --tw-gradient-to: #fee2e2;
  }

  .md\:disabled\:to-red-200:disabled {
    --tw-gradient-to: #fecaca;
  }

  .md\:disabled\:to-red-300:disabled {
    --tw-gradient-to: #fca5a5;
  }

  .md\:disabled\:to-red-400:disabled {
    --tw-gradient-to: #f87171;
  }

  .md\:disabled\:to-red-500:disabled {
    --tw-gradient-to: #ef4444;
  }

  .md\:disabled\:to-red-600:disabled {
    --tw-gradient-to: #dc2626;
  }

  .md\:disabled\:to-red-700:disabled {
    --tw-gradient-to: #b91c1c;
  }

  .md\:disabled\:to-red-800:disabled {
    --tw-gradient-to: #991b1b;
  }

  .md\:disabled\:to-red-900:disabled {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:disabled\:to-warmGray-50:disabled {
    --tw-gradient-to: #fafaf9;
  }

  .md\:disabled\:to-warmGray-100:disabled {
    --tw-gradient-to: #f5f5f4;
  }

  .md\:disabled\:to-warmGray-200:disabled {
    --tw-gradient-to: #e7e5e4;
  }

  .md\:disabled\:to-warmGray-300:disabled {
    --tw-gradient-to: #d6d3d1;
  }

  .md\:disabled\:to-warmGray-400:disabled {
    --tw-gradient-to: #a8a29e;
  }

  .md\:disabled\:to-warmGray-500:disabled {
    --tw-gradient-to: #78716c;
  }

  .md\:disabled\:to-warmGray-600:disabled {
    --tw-gradient-to: #57534e;
  }

  .md\:disabled\:to-warmGray-700:disabled {
    --tw-gradient-to: #44403c;
  }

  .md\:disabled\:to-warmGray-800:disabled {
    --tw-gradient-to: #292524;
  }

  .md\:disabled\:to-warmGray-900:disabled {
    --tw-gradient-to: #1c1917;
  }

  .md\:disabled\:to-trueGray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .md\:disabled\:to-trueGray-100:disabled {
    --tw-gradient-to: #f5f5f5;
  }

  .md\:disabled\:to-trueGray-200:disabled {
    --tw-gradient-to: #e5e5e5;
  }

  .md\:disabled\:to-trueGray-300:disabled {
    --tw-gradient-to: #d4d4d4;
  }

  .md\:disabled\:to-trueGray-400:disabled {
    --tw-gradient-to: #a3a3a3;
  }

  .md\:disabled\:to-trueGray-500:disabled {
    --tw-gradient-to: #737373;
  }

  .md\:disabled\:to-trueGray-600:disabled {
    --tw-gradient-to: #525252;
  }

  .md\:disabled\:to-trueGray-700:disabled {
    --tw-gradient-to: #404040;
  }

  .md\:disabled\:to-trueGray-800:disabled {
    --tw-gradient-to: #262626;
  }

  .md\:disabled\:to-trueGray-900:disabled {
    --tw-gradient-to: #171717;
  }

  .md\:disabled\:to-gray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .md\:disabled\:to-gray-100:disabled {
    --tw-gradient-to: #f4f4f5;
  }

  .md\:disabled\:to-gray-200:disabled {
    --tw-gradient-to: #e4e4e7;
  }

  .md\:disabled\:to-gray-300:disabled {
    --tw-gradient-to: #d4d4d8;
  }

  .md\:disabled\:to-gray-400:disabled {
    --tw-gradient-to: #a1a1aa;
  }

  .md\:disabled\:to-gray-500:disabled {
    --tw-gradient-to: #71717a;
  }

  .md\:disabled\:to-gray-600:disabled {
    --tw-gradient-to: #52525b;
  }

  .md\:disabled\:to-gray-700:disabled {
    --tw-gradient-to: #3f3f46;
  }

  .md\:disabled\:to-gray-800:disabled {
    --tw-gradient-to: #27272a;
  }

  .md\:disabled\:to-gray-900:disabled {
    --tw-gradient-to: #18181b;
  }

  .md\:disabled\:to-coolGray-50:disabled {
    --tw-gradient-to: #f9fafb;
  }

  .md\:disabled\:to-coolGray-100:disabled {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:disabled\:to-coolGray-200:disabled {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:disabled\:to-coolGray-300:disabled {
    --tw-gradient-to: #d1d5db;
  }

  .md\:disabled\:to-coolGray-400:disabled {
    --tw-gradient-to: #9ca3af;
  }

  .md\:disabled\:to-coolGray-500:disabled {
    --tw-gradient-to: #6b7280;
  }

  .md\:disabled\:to-coolGray-600:disabled {
    --tw-gradient-to: #4b5563;
  }

  .md\:disabled\:to-coolGray-700:disabled {
    --tw-gradient-to: #374151;
  }

  .md\:disabled\:to-coolGray-800:disabled {
    --tw-gradient-to: #1f2937;
  }

  .md\:disabled\:to-coolGray-900:disabled {
    --tw-gradient-to: #111827;
  }

  .md\:disabled\:to-blueGray-50:disabled {
    --tw-gradient-to: #f8fafc;
  }

  .md\:disabled\:to-blueGray-100:disabled {
    --tw-gradient-to: #f1f5f9;
  }

  .md\:disabled\:to-blueGray-200:disabled {
    --tw-gradient-to: #e2e8f0;
  }

  .md\:disabled\:to-blueGray-300:disabled {
    --tw-gradient-to: #cbd5e1;
  }

  .md\:disabled\:to-blueGray-400:disabled {
    --tw-gradient-to: #94a3b8;
  }

  .md\:disabled\:to-blueGray-500:disabled {
    --tw-gradient-to: #64748b;
  }

  .md\:disabled\:to-blueGray-600:disabled {
    --tw-gradient-to: #475569;
  }

  .md\:disabled\:to-blueGray-700:disabled {
    --tw-gradient-to: #334155;
  }

  .md\:disabled\:to-blueGray-800:disabled {
    --tw-gradient-to: #1e293b;
  }

  .md\:disabled\:to-blueGray-900:disabled {
    --tw-gradient-to: #0f172a;
  }

  .md\:disabled\:to-current:disabled {
    --tw-gradient-to: current;
  }

  .md\:disabled\:to-transparent:disabled {
    --tw-gradient-to: transparent;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .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-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-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\:first\:bg-opacity-0:first-child {
    --tw-bg-opacity: 0;
  }

  .md\:first\:bg-opacity-5:first-child {
    --tw-bg-opacity: 0.05;
  }

  .md\:first\:bg-opacity-10:first-child {
    --tw-bg-opacity: 0.1;
  }

  .md\:first\:bg-opacity-20:first-child {
    --tw-bg-opacity: 0.2;
  }

  .md\:first\:bg-opacity-25:first-child {
    --tw-bg-opacity: 0.25;
  }

  .md\:first\:bg-opacity-30:first-child {
    --tw-bg-opacity: 0.3;
  }

  .md\:first\:bg-opacity-40:first-child {
    --tw-bg-opacity: 0.4;
  }

  .md\:first\:bg-opacity-50:first-child {
    --tw-bg-opacity: 0.5;
  }

  .md\:first\:bg-opacity-60:first-child {
    --tw-bg-opacity: 0.6;
  }

  .md\:first\:bg-opacity-70:first-child {
    --tw-bg-opacity: 0.7;
  }

  .md\:first\:bg-opacity-75:first-child {
    --tw-bg-opacity: 0.75;
  }

  .md\:first\:bg-opacity-80:first-child {
    --tw-bg-opacity: 0.8;
  }

  .md\:first\:bg-opacity-90:first-child {
    --tw-bg-opacity: 0.9;
  }

  .md\:first\:bg-opacity-95:first-child {
    --tw-bg-opacity: 0.95;
  }

  .md\:first\:bg-opacity-100:first-child {
    --tw-bg-opacity: 1;
  }

  .md\:last\:bg-opacity-0:last-child {
    --tw-bg-opacity: 0;
  }

  .md\:last\:bg-opacity-5:last-child {
    --tw-bg-opacity: 0.05;
  }

  .md\:last\:bg-opacity-10:last-child {
    --tw-bg-opacity: 0.1;
  }

  .md\:last\:bg-opacity-20:last-child {
    --tw-bg-opacity: 0.2;
  }

  .md\:last\:bg-opacity-25:last-child {
    --tw-bg-opacity: 0.25;
  }

  .md\:last\:bg-opacity-30:last-child {
    --tw-bg-opacity: 0.3;
  }

  .md\:last\:bg-opacity-40:last-child {
    --tw-bg-opacity: 0.4;
  }

  .md\:last\:bg-opacity-50:last-child {
    --tw-bg-opacity: 0.5;
  }

  .md\:last\:bg-opacity-60:last-child {
    --tw-bg-opacity: 0.6;
  }

  .md\:last\:bg-opacity-70:last-child {
    --tw-bg-opacity: 0.7;
  }

  .md\:last\:bg-opacity-75:last-child {
    --tw-bg-opacity: 0.75;
  }

  .md\:last\:bg-opacity-80:last-child {
    --tw-bg-opacity: 0.8;
  }

  .md\:last\:bg-opacity-90:last-child {
    --tw-bg-opacity: 0.9;
  }

  .md\:last\:bg-opacity-95:last-child {
    --tw-bg-opacity: 0.95;
  }

  .md\:last\:bg-opacity-100:last-child {
    --tw-bg-opacity: 1;
  }

  .md\:odd\:bg-opacity-0:nth-child(odd) {
    --tw-bg-opacity: 0;
  }

  .md\:odd\:bg-opacity-5:nth-child(odd) {
    --tw-bg-opacity: 0.05;
  }

  .md\:odd\:bg-opacity-10:nth-child(odd) {
    --tw-bg-opacity: 0.1;
  }

  .md\:odd\:bg-opacity-20:nth-child(odd) {
    --tw-bg-opacity: 0.2;
  }

  .md\:odd\:bg-opacity-25:nth-child(odd) {
    --tw-bg-opacity: 0.25;
  }

  .md\:odd\:bg-opacity-30:nth-child(odd) {
    --tw-bg-opacity: 0.3;
  }

  .md\:odd\:bg-opacity-40:nth-child(odd) {
    --tw-bg-opacity: 0.4;
  }

  .md\:odd\:bg-opacity-50:nth-child(odd) {
    --tw-bg-opacity: 0.5;
  }

  .md\:odd\:bg-opacity-60:nth-child(odd) {
    --tw-bg-opacity: 0.6;
  }

  .md\:odd\:bg-opacity-70:nth-child(odd) {
    --tw-bg-opacity: 0.7;
  }

  .md\:odd\:bg-opacity-75:nth-child(odd) {
    --tw-bg-opacity: 0.75;
  }

  .md\:odd\:bg-opacity-80:nth-child(odd) {
    --tw-bg-opacity: 0.8;
  }

  .md\:odd\:bg-opacity-90:nth-child(odd) {
    --tw-bg-opacity: 0.9;
  }

  .md\:odd\:bg-opacity-95:nth-child(odd) {
    --tw-bg-opacity: 0.95;
  }

  .md\:odd\:bg-opacity-100:nth-child(odd) {
    --tw-bg-opacity: 1;
  }

  .md\:even\:bg-opacity-0:nth-child(even) {
    --tw-bg-opacity: 0;
  }

  .md\:even\:bg-opacity-5:nth-child(even) {
    --tw-bg-opacity: 0.05;
  }

  .md\:even\:bg-opacity-10:nth-child(even) {
    --tw-bg-opacity: 0.1;
  }

  .md\:even\:bg-opacity-20:nth-child(even) {
    --tw-bg-opacity: 0.2;
  }

  .md\:even\:bg-opacity-25:nth-child(even) {
    --tw-bg-opacity: 0.25;
  }

  .md\:even\:bg-opacity-30:nth-child(even) {
    --tw-bg-opacity: 0.3;
  }

  .md\:even\:bg-opacity-40:nth-child(even) {
    --tw-bg-opacity: 0.4;
  }

  .md\:even\:bg-opacity-50:nth-child(even) {
    --tw-bg-opacity: 0.5;
  }

  .md\:even\:bg-opacity-60:nth-child(even) {
    --tw-bg-opacity: 0.6;
  }

  .md\:even\:bg-opacity-70:nth-child(even) {
    --tw-bg-opacity: 0.7;
  }

  .md\:even\:bg-opacity-75:nth-child(even) {
    --tw-bg-opacity: 0.75;
  }

  .md\:even\:bg-opacity-80:nth-child(even) {
    --tw-bg-opacity: 0.8;
  }

  .md\:even\:bg-opacity-90:nth-child(even) {
    --tw-bg-opacity: 0.9;
  }

  .md\:even\:bg-opacity-95:nth-child(even) {
    --tw-bg-opacity: 0.95;
  }

  .md\:even\:bg-opacity-100:nth-child(even) {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .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-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\:active\:bg-opacity-0:active {
    --tw-bg-opacity: 0;
  }

  .md\:active\:bg-opacity-5:active {
    --tw-bg-opacity: 0.05;
  }

  .md\:active\:bg-opacity-10:active {
    --tw-bg-opacity: 0.1;
  }

  .md\:active\:bg-opacity-20:active {
    --tw-bg-opacity: 0.2;
  }

  .md\:active\:bg-opacity-25:active {
    --tw-bg-opacity: 0.25;
  }

  .md\:active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
  }

  .md\:active\:bg-opacity-40:active {
    --tw-bg-opacity: 0.4;
  }

  .md\:active\:bg-opacity-50:active {
    --tw-bg-opacity: 0.5;
  }

  .md\:active\:bg-opacity-60:active {
    --tw-bg-opacity: 0.6;
  }

  .md\:active\:bg-opacity-70:active {
    --tw-bg-opacity: 0.7;
  }

  .md\:active\:bg-opacity-75:active {
    --tw-bg-opacity: 0.75;
  }

  .md\:active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }

  .md\:active\:bg-opacity-90:active {
    --tw-bg-opacity: 0.9;
  }

  .md\:active\:bg-opacity-95:active {
    --tw-bg-opacity: 0.95;
  }

  .md\:active\:bg-opacity-100:active {
    --tw-bg-opacity: 1;
  }

  .md\:visited\:bg-opacity-0:visited {
    --tw-bg-opacity: 0;
  }

  .md\:visited\:bg-opacity-5:visited {
    --tw-bg-opacity: 0.05;
  }

  .md\:visited\:bg-opacity-10:visited {
    --tw-bg-opacity: 0.1;
  }

  .md\:visited\:bg-opacity-20:visited {
    --tw-bg-opacity: 0.2;
  }

  .md\:visited\:bg-opacity-25:visited {
    --tw-bg-opacity: 0.25;
  }

  .md\:visited\:bg-opacity-30:visited {
    --tw-bg-opacity: 0.3;
  }

  .md\:visited\:bg-opacity-40:visited {
    --tw-bg-opacity: 0.4;
  }

  .md\:visited\:bg-opacity-50:visited {
    --tw-bg-opacity: 0.5;
  }

  .md\:visited\:bg-opacity-60:visited {
    --tw-bg-opacity: 0.6;
  }

  .md\:visited\:bg-opacity-70:visited {
    --tw-bg-opacity: 0.7;
  }

  .md\:visited\:bg-opacity-75:visited {
    --tw-bg-opacity: 0.75;
  }

  .md\:visited\:bg-opacity-80:visited {
    --tw-bg-opacity: 0.8;
  }

  .md\:visited\:bg-opacity-90:visited {
    --tw-bg-opacity: 0.9;
  }

  .md\:visited\:bg-opacity-95:visited {
    --tw-bg-opacity: 0.95;
  }

  .md\:visited\:bg-opacity-100:visited {
    --tw-bg-opacity: 1;
  }

  .md\:disabled\:bg-opacity-0:disabled {
    --tw-bg-opacity: 0;
  }

  .md\:disabled\:bg-opacity-5:disabled {
    --tw-bg-opacity: 0.05;
  }

  .md\:disabled\:bg-opacity-10:disabled {
    --tw-bg-opacity: 0.1;
  }

  .md\:disabled\:bg-opacity-20:disabled {
    --tw-bg-opacity: 0.2;
  }

  .md\:disabled\:bg-opacity-25:disabled {
    --tw-bg-opacity: 0.25;
  }

  .md\:disabled\:bg-opacity-30:disabled {
    --tw-bg-opacity: 0.3;
  }

  .md\:disabled\:bg-opacity-40:disabled {
    --tw-bg-opacity: 0.4;
  }

  .md\:disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5;
  }

  .md\:disabled\:bg-opacity-60:disabled {
    --tw-bg-opacity: 0.6;
  }

  .md\:disabled\:bg-opacity-70:disabled {
    --tw-bg-opacity: 0.7;
  }

  .md\:disabled\:bg-opacity-75:disabled {
    --tw-bg-opacity: 0.75;
  }

  .md\:disabled\:bg-opacity-80:disabled {
    --tw-bg-opacity: 0.8;
  }

  .md\:disabled\:bg-opacity-90:disabled {
    --tw-bg-opacity: 0.9;
  }

  .md\:disabled\:bg-opacity-95:disabled {
    --tw-bg-opacity: 0.95;
  }

  .md\:disabled\:bg-opacity-100:disabled {
    --tw-bg-opacity: 1;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .group:hover .md\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .md\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .md\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .md\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .md\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .md\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .md\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .md\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .md\:group-hover\:bg-top {
    background-position: top;
  }

  .md\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .md\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .md\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .md\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .md\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .md\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .md\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .md\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .md\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .md\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .md\:first\:bg-center:first-child {
    background-position: center;
  }

  .md\:first\:bg-left:first-child {
    background-position: left;
  }

  .md\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .md\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .md\:first\:bg-right:first-child {
    background-position: right;
  }

  .md\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .md\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .md\:first\:bg-top:first-child {
    background-position: top;
  }

  .md\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .md\:last\:bg-center:last-child {
    background-position: center;
  }

  .md\:last\:bg-left:last-child {
    background-position: left;
  }

  .md\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .md\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .md\:last\:bg-right:last-child {
    background-position: right;
  }

  .md\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .md\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .md\:last\:bg-top:last-child {
    background-position: top;
  }

  .md\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .md\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .md\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .md\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .md\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .md\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .md\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .md\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .md\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .md\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .md\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .md\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .md\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .md\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .md\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .md\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .md\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .md\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .md\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md\:hover\:bg-center:hover {
    background-position: center;
  }

  .md\:hover\:bg-left:hover {
    background-position: left;
  }

  .md\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md\:hover\:bg-right:hover {
    background-position: right;
  }

  .md\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md\:hover\:bg-top:hover {
    background-position: top;
  }

  .md\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .md\:focus\:bg-center:focus {
    background-position: center;
  }

  .md\:focus\:bg-left:focus {
    background-position: left;
  }

  .md\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .md\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .md\:focus\:bg-right:focus {
    background-position: right;
  }

  .md\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .md\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .md\:focus\:bg-top:focus {
    background-position: top;
  }

  .md\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .md\:active\:bg-center:active {
    background-position: center;
  }

  .md\:active\:bg-left:active {
    background-position: left;
  }

  .md\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .md\:active\:bg-left-top:active {
    background-position: left top;
  }

  .md\:active\:bg-right:active {
    background-position: right;
  }

  .md\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .md\:active\:bg-right-top:active {
    background-position: right top;
  }

  .md\:active\:bg-top:active {
    background-position: top;
  }

  .md\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .md\:visited\:bg-center:visited {
    background-position: center;
  }

  .md\:visited\:bg-left:visited {
    background-position: left;
  }

  .md\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .md\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .md\:visited\:bg-right:visited {
    background-position: right;
  }

  .md\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .md\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .md\:visited\:bg-top:visited {
    background-position: top;
  }

  .md\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .md\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .md\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .md\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .md\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .md\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .md\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .md\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .md\:disabled\:bg-top:disabled {
    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;
  }

  .group:hover .md\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .md\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .md\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .md\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .md\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .md\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .md\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .md\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .md\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .md\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .md\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .md\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .md\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .md\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .md\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .md\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .md\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .md\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .md\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .md\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .md\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .md\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .md\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .md\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .md\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .md\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .md\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .md\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .md\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .md\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .md\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .md\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .md\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .md\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .md\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .md\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .md\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .md\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .md\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .md\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .md\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .md\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .md\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .md\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .md\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .md\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .md\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .md\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .md\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .md\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .md\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .md\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .md\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .md\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .md\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .md\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .md\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .md\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .md\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .md\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .md\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .group:hover .md\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .md\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .md\:group-hover\:bg-contain {
    background-size: contain;
  }

  .md\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .md\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .md\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .md\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .md\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .md\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .md\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .md\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .md\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .md\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .md\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .md\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .md\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .md\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .md\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .md\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .md\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .md\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .md\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .md\:active\:bg-auto:active {
    background-size: auto;
  }

  .md\:active\:bg-cover:active {
    background-size: cover;
  }

  .md\:active\:bg-contain:active {
    background-size: contain;
  }

  .md\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .md\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .md\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .md\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .md\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .md\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .group:hover .md\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .md\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .md\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .md\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .md\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .md\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .md\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .md\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .md\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .md\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .md\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .md\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .md\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .md\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .md\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .md\:active\:border-separate:active {
    border-collapse: separate;
  }

  .md\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .md\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .md\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .md\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:border-current {
    border-color: current;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: current;
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lightBlue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warmGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-trueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-coolGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: current;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:first\:border-black:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:first\:border-white:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:first\:border-rose-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:first\:border-pink-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:first\:border-fuchsia-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:first\:border-purple-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:first\:border-violet-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:first\:border-indigo-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:first\:border-blue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:first\:border-lightBlue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:first\:border-cyan-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:first\:border-teal-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:first\:border-emerald-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:first\:border-green-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:first\:border-green-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:first\:border-green-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:first\:border-green-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:first\:border-green-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:first\:border-green-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:first\:border-green-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:first\:border-green-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:first\:border-green-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:first\:border-green-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:first\:border-lime-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:first\:border-yellow-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:first\:border-amber-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:first\:border-orange-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:first\:border-red-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:first\:border-red-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:first\:border-red-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:first\:border-red-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:first\:border-red-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:first\:border-red-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:first\:border-red-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:first\:border-red-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:first\:border-red-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:first\:border-red-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:first\:border-warmGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:first\:border-trueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:first\:border-gray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:first\:border-coolGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:first\:border-blueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:first\:border-current:first-child {
    border-color: current;
  }

  .md\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .md\:last\:border-black:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:last\:border-white:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:last\:border-rose-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:last\:border-pink-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:last\:border-fuchsia-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:last\:border-purple-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:last\:border-violet-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:last\:border-indigo-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:last\:border-blue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:last\:border-lightBlue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:last\:border-cyan-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:last\:border-teal-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:last\:border-emerald-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:last\:border-green-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:last\:border-green-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:last\:border-green-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:last\:border-green-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:last\:border-green-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:last\:border-green-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:last\:border-green-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:last\:border-green-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:last\:border-green-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:last\:border-green-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:last\:border-lime-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:last\:border-yellow-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:last\:border-amber-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:last\:border-orange-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:last\:border-red-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:last\:border-red-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:last\:border-red-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:last\:border-red-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:last\:border-red-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:last\:border-red-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:last\:border-red-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:last\:border-red-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:last\:border-red-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:last\:border-red-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:last\:border-warmGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:last\:border-trueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:last\:border-gray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:last\:border-coolGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:last\:border-blueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:last\:border-current:last-child {
    border-color: current;
  }

  .md\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .md\:odd\:border-black:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:odd\:border-white:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:odd\:border-rose-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:odd\:border-pink-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:odd\:border-fuchsia-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:odd\:border-purple-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:odd\:border-violet-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:odd\:border-indigo-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:odd\:border-blue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:odd\:border-lightBlue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:odd\:border-cyan-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:odd\:border-teal-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:odd\:border-emerald-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:odd\:border-green-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:odd\:border-lime-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:odd\:border-yellow-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:odd\:border-amber-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:odd\:border-orange-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:odd\:border-red-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:odd\:border-warmGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:odd\:border-trueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:odd\:border-gray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:odd\:border-coolGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:odd\:border-blueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:odd\:border-current:nth-child(odd) {
    border-color: current;
  }

  .md\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .md\:even\:border-black:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:even\:border-white:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:even\:border-rose-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:even\:border-pink-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:even\:border-fuchsia-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:even\:border-purple-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:even\:border-violet-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:even\:border-indigo-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:even\:border-blue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:even\:border-lightBlue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:even\:border-cyan-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:even\:border-teal-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:even\:border-emerald-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:even\:border-green-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:even\:border-green-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:even\:border-green-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:even\:border-green-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:even\:border-green-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:even\:border-green-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:even\:border-green-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:even\:border-green-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:even\:border-green-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:even\:border-green-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:even\:border-lime-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:even\:border-yellow-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:even\:border-amber-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:even\:border-orange-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:even\:border-red-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:even\:border-red-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:even\:border-red-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:even\:border-red-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:even\:border-red-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:even\:border-red-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:even\:border-red-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:even\:border-red-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:even\:border-red-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:even\:border-red-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:even\:border-warmGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:even\:border-trueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:even\:border-gray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:even\:border-coolGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:even\:border-blueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:even\:border-current:nth-child(even) {
    border-color: current;
  }

  .md\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-lightBlue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-warmGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-trueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-coolGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-blueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:hover\:border-current:hover {
    border-color: current;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-lightBlue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-warmGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-trueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-coolGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-blueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:focus\:border-current:focus {
    border-color: current;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:active\:border-black:active {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:active\:border-rose-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:active\:border-pink-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:active\:border-fuchsia-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:active\:border-purple-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:active\:border-violet-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:active\:border-indigo-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:active\:border-blue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:active\:border-lightBlue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:active\:border-cyan-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:active\:border-teal-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:active\:border-emerald-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:active\:border-green-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:active\:border-green-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:active\:border-green-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:active\:border-green-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:active\:border-green-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:active\:border-green-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:active\:border-green-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:active\:border-green-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:active\:border-green-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:active\:border-green-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:active\:border-lime-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:active\:border-yellow-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:active\:border-amber-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:active\:border-orange-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:active\:border-red-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:active\:border-red-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:active\:border-red-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:active\:border-red-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:active\:border-red-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:active\:border-red-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:active\:border-red-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:active\:border-red-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:active\:border-red-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:active\:border-red-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:active\:border-warmGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:active\:border-trueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:active\:border-gray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:active\:border-coolGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:active\:border-blueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:active\:border-current:active {
    border-color: current;
  }

  .md\:active\:border-transparent:active {
    border-color: transparent;
  }

  .md\:visited\:border-black:visited {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:visited\:border-white:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:visited\:border-rose-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:visited\:border-pink-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:visited\:border-fuchsia-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:visited\:border-purple-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:visited\:border-violet-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:visited\:border-indigo-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:visited\:border-blue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:visited\:border-lightBlue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:visited\:border-cyan-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:visited\:border-teal-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:visited\:border-emerald-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:visited\:border-green-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:visited\:border-lime-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:visited\:border-yellow-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:visited\:border-amber-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:visited\:border-orange-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:visited\:border-red-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:visited\:border-warmGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:visited\:border-trueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:visited\:border-gray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:visited\:border-coolGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:visited\:border-blueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:visited\:border-current:visited {
    border-color: current;
  }

  .md\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .md\:disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:disabled\:border-white:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:disabled\:border-rose-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:disabled\:border-pink-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:disabled\:border-fuchsia-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:disabled\:border-purple-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:disabled\:border-violet-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:disabled\:border-indigo-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lightBlue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:disabled\:border-cyan-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:disabled\:border-teal-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:disabled\:border-emerald-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:disabled\:border-green-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:disabled\:border-lime-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:disabled\:border-yellow-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:disabled\:border-amber-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:disabled\:border-orange-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:disabled\:border-red-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:disabled\:border-warmGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:disabled\:border-trueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:disabled\:border-gray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:disabled\:border-coolGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .md\:disabled\:border-blueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:disabled\:border-current:disabled {
    border-color: current;
  }

  .md\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .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-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-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\:first\:border-opacity-0:first-child {
    --tw-border-opacity: 0;
  }

  .md\:first\:border-opacity-5:first-child {
    --tw-border-opacity: 0.05;
  }

  .md\:first\:border-opacity-10:first-child {
    --tw-border-opacity: 0.1;
  }

  .md\:first\:border-opacity-20:first-child {
    --tw-border-opacity: 0.2;
  }

  .md\:first\:border-opacity-25:first-child {
    --tw-border-opacity: 0.25;
  }

  .md\:first\:border-opacity-30:first-child {
    --tw-border-opacity: 0.3;
  }

  .md\:first\:border-opacity-40:first-child {
    --tw-border-opacity: 0.4;
  }

  .md\:first\:border-opacity-50:first-child {
    --tw-border-opacity: 0.5;
  }

  .md\:first\:border-opacity-60:first-child {
    --tw-border-opacity: 0.6;
  }

  .md\:first\:border-opacity-70:first-child {
    --tw-border-opacity: 0.7;
  }

  .md\:first\:border-opacity-75:first-child {
    --tw-border-opacity: 0.75;
  }

  .md\:first\:border-opacity-80:first-child {
    --tw-border-opacity: 0.8;
  }

  .md\:first\:border-opacity-90:first-child {
    --tw-border-opacity: 0.9;
  }

  .md\:first\:border-opacity-95:first-child {
    --tw-border-opacity: 0.95;
  }

  .md\:first\:border-opacity-100:first-child {
    --tw-border-opacity: 1;
  }

  .md\:last\:border-opacity-0:last-child {
    --tw-border-opacity: 0;
  }

  .md\:last\:border-opacity-5:last-child {
    --tw-border-opacity: 0.05;
  }

  .md\:last\:border-opacity-10:last-child {
    --tw-border-opacity: 0.1;
  }

  .md\:last\:border-opacity-20:last-child {
    --tw-border-opacity: 0.2;
  }

  .md\:last\:border-opacity-25:last-child {
    --tw-border-opacity: 0.25;
  }

  .md\:last\:border-opacity-30:last-child {
    --tw-border-opacity: 0.3;
  }

  .md\:last\:border-opacity-40:last-child {
    --tw-border-opacity: 0.4;
  }

  .md\:last\:border-opacity-50:last-child {
    --tw-border-opacity: 0.5;
  }

  .md\:last\:border-opacity-60:last-child {
    --tw-border-opacity: 0.6;
  }

  .md\:last\:border-opacity-70:last-child {
    --tw-border-opacity: 0.7;
  }

  .md\:last\:border-opacity-75:last-child {
    --tw-border-opacity: 0.75;
  }

  .md\:last\:border-opacity-80:last-child {
    --tw-border-opacity: 0.8;
  }

  .md\:last\:border-opacity-90:last-child {
    --tw-border-opacity: 0.9;
  }

  .md\:last\:border-opacity-95:last-child {
    --tw-border-opacity: 0.95;
  }

  .md\:last\:border-opacity-100:last-child {
    --tw-border-opacity: 1;
  }

  .md\:odd\:border-opacity-0:nth-child(odd) {
    --tw-border-opacity: 0;
  }

  .md\:odd\:border-opacity-5:nth-child(odd) {
    --tw-border-opacity: 0.05;
  }

  .md\:odd\:border-opacity-10:nth-child(odd) {
    --tw-border-opacity: 0.1;
  }

  .md\:odd\:border-opacity-20:nth-child(odd) {
    --tw-border-opacity: 0.2;
  }

  .md\:odd\:border-opacity-25:nth-child(odd) {
    --tw-border-opacity: 0.25;
  }

  .md\:odd\:border-opacity-30:nth-child(odd) {
    --tw-border-opacity: 0.3;
  }

  .md\:odd\:border-opacity-40:nth-child(odd) {
    --tw-border-opacity: 0.4;
  }

  .md\:odd\:border-opacity-50:nth-child(odd) {
    --tw-border-opacity: 0.5;
  }

  .md\:odd\:border-opacity-60:nth-child(odd) {
    --tw-border-opacity: 0.6;
  }

  .md\:odd\:border-opacity-70:nth-child(odd) {
    --tw-border-opacity: 0.7;
  }

  .md\:odd\:border-opacity-75:nth-child(odd) {
    --tw-border-opacity: 0.75;
  }

  .md\:odd\:border-opacity-80:nth-child(odd) {
    --tw-border-opacity: 0.8;
  }

  .md\:odd\:border-opacity-90:nth-child(odd) {
    --tw-border-opacity: 0.9;
  }

  .md\:odd\:border-opacity-95:nth-child(odd) {
    --tw-border-opacity: 0.95;
  }

  .md\:odd\:border-opacity-100:nth-child(odd) {
    --tw-border-opacity: 1;
  }

  .md\:even\:border-opacity-0:nth-child(even) {
    --tw-border-opacity: 0;
  }

  .md\:even\:border-opacity-5:nth-child(even) {
    --tw-border-opacity: 0.05;
  }

  .md\:even\:border-opacity-10:nth-child(even) {
    --tw-border-opacity: 0.1;
  }

  .md\:even\:border-opacity-20:nth-child(even) {
    --tw-border-opacity: 0.2;
  }

  .md\:even\:border-opacity-25:nth-child(even) {
    --tw-border-opacity: 0.25;
  }

  .md\:even\:border-opacity-30:nth-child(even) {
    --tw-border-opacity: 0.3;
  }

  .md\:even\:border-opacity-40:nth-child(even) {
    --tw-border-opacity: 0.4;
  }

  .md\:even\:border-opacity-50:nth-child(even) {
    --tw-border-opacity: 0.5;
  }

  .md\:even\:border-opacity-60:nth-child(even) {
    --tw-border-opacity: 0.6;
  }

  .md\:even\:border-opacity-70:nth-child(even) {
    --tw-border-opacity: 0.7;
  }

  .md\:even\:border-opacity-75:nth-child(even) {
    --tw-border-opacity: 0.75;
  }

  .md\:even\:border-opacity-80:nth-child(even) {
    --tw-border-opacity: 0.8;
  }

  .md\:even\:border-opacity-90:nth-child(even) {
    --tw-border-opacity: 0.9;
  }

  .md\:even\:border-opacity-95:nth-child(even) {
    --tw-border-opacity: 0.95;
  }

  .md\:even\:border-opacity-100:nth-child(even) {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .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-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\:active\:border-opacity-0:active {
    --tw-border-opacity: 0;
  }

  .md\:active\:border-opacity-5:active {
    --tw-border-opacity: 0.05;
  }

  .md\:active\:border-opacity-10:active {
    --tw-border-opacity: 0.1;
  }

  .md\:active\:border-opacity-20:active {
    --tw-border-opacity: 0.2;
  }

  .md\:active\:border-opacity-25:active {
    --tw-border-opacity: 0.25;
  }

  .md\:active\:border-opacity-30:active {
    --tw-border-opacity: 0.3;
  }

  .md\:active\:border-opacity-40:active {
    --tw-border-opacity: 0.4;
  }

  .md\:active\:border-opacity-50:active {
    --tw-border-opacity: 0.5;
  }

  .md\:active\:border-opacity-60:active {
    --tw-border-opacity: 0.6;
  }

  .md\:active\:border-opacity-70:active {
    --tw-border-opacity: 0.7;
  }

  .md\:active\:border-opacity-75:active {
    --tw-border-opacity: 0.75;
  }

  .md\:active\:border-opacity-80:active {
    --tw-border-opacity: 0.8;
  }

  .md\:active\:border-opacity-90:active {
    --tw-border-opacity: 0.9;
  }

  .md\:active\:border-opacity-95:active {
    --tw-border-opacity: 0.95;
  }

  .md\:active\:border-opacity-100:active {
    --tw-border-opacity: 1;
  }

  .md\:visited\:border-opacity-0:visited {
    --tw-border-opacity: 0;
  }

  .md\:visited\:border-opacity-5:visited {
    --tw-border-opacity: 0.05;
  }

  .md\:visited\:border-opacity-10:visited {
    --tw-border-opacity: 0.1;
  }

  .md\:visited\:border-opacity-20:visited {
    --tw-border-opacity: 0.2;
  }

  .md\:visited\:border-opacity-25:visited {
    --tw-border-opacity: 0.25;
  }

  .md\:visited\:border-opacity-30:visited {
    --tw-border-opacity: 0.3;
  }

  .md\:visited\:border-opacity-40:visited {
    --tw-border-opacity: 0.4;
  }

  .md\:visited\:border-opacity-50:visited {
    --tw-border-opacity: 0.5;
  }

  .md\:visited\:border-opacity-60:visited {
    --tw-border-opacity: 0.6;
  }

  .md\:visited\:border-opacity-70:visited {
    --tw-border-opacity: 0.7;
  }

  .md\:visited\:border-opacity-75:visited {
    --tw-border-opacity: 0.75;
  }

  .md\:visited\:border-opacity-80:visited {
    --tw-border-opacity: 0.8;
  }

  .md\:visited\:border-opacity-90:visited {
    --tw-border-opacity: 0.9;
  }

  .md\:visited\:border-opacity-95:visited {
    --tw-border-opacity: 0.95;
  }

  .md\:visited\:border-opacity-100:visited {
    --tw-border-opacity: 1;
  }

  .md\:disabled\:border-opacity-0:disabled {
    --tw-border-opacity: 0;
  }

  .md\:disabled\:border-opacity-5:disabled {
    --tw-border-opacity: 0.05;
  }

  .md\:disabled\:border-opacity-10:disabled {
    --tw-border-opacity: 0.1;
  }

  .md\:disabled\:border-opacity-20:disabled {
    --tw-border-opacity: 0.2;
  }

  .md\:disabled\:border-opacity-25:disabled {
    --tw-border-opacity: 0.25;
  }

  .md\:disabled\:border-opacity-30:disabled {
    --tw-border-opacity: 0.3;
  }

  .md\:disabled\:border-opacity-40:disabled {
    --tw-border-opacity: 0.4;
  }

  .md\:disabled\:border-opacity-50:disabled {
    --tw-border-opacity: 0.5;
  }

  .md\:disabled\:border-opacity-60:disabled {
    --tw-border-opacity: 0.6;
  }

  .md\:disabled\:border-opacity-70:disabled {
    --tw-border-opacity: 0.7;
  }

  .md\:disabled\:border-opacity-75:disabled {
    --tw-border-opacity: 0.75;
  }

  .md\:disabled\:border-opacity-80:disabled {
    --tw-border-opacity: 0.8;
  }

  .md\:disabled\:border-opacity-90:disabled {
    --tw-border-opacity: 0.9;
  }

  .md\:disabled\:border-opacity-95:disabled {
    --tw-border-opacity: 0.95;
  }

  .md\:disabled\:border-opacity-100:disabled {
    --tw-border-opacity: 1;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-none {
    border-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .group:hover .md\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .md\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-none:focus-within {
    border-radius: 0px;
  }

  .md\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .md\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-md:focus-within {
    border-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-xl:focus-within {
    border-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-2xl:focus-within {
    border-radius: 1rem;
  }

  .md\:focus-within\:rounded-3xl:focus-within {
    border-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .md\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-t-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-r-md:focus-within {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-b-md:focus-within {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-l-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-t-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-r-xl:focus-within {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-b-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-l-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-t-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:focus-within\:rounded-r-2xl:focus-within {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:focus-within\:rounded-b-2xl:focus-within {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus-within\:rounded-l-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus-within\:rounded-t-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-r-3xl:focus-within {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-b-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-l-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0px;
  }

  .md\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0px;
  }

  .md\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0px;
  }

  .md\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0px;
  }

  .md\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus-within\:rounded-tl-md:focus-within {
    border-top-left-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-tr-md:focus-within {
    border-top-right-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-br-md:focus-within {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-bl-md:focus-within {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus-within\:rounded-tl-xl:focus-within {
    border-top-left-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-tr-xl:focus-within {
    border-top-right-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-br-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-bl-xl:focus-within {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus-within\:rounded-tl-2xl:focus-within {
    border-top-left-radius: 1rem;
  }

  .md\:focus-within\:rounded-tr-2xl:focus-within {
    border-top-right-radius: 1rem;
  }

  .md\:focus-within\:rounded-br-2xl:focus-within {
    border-bottom-right-radius: 1rem;
  }

  .md\:focus-within\:rounded-bl-2xl:focus-within {
    border-bottom-left-radius: 1rem;
  }

  .md\:focus-within\:rounded-tl-3xl:focus-within {
    border-top-left-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-tr-3xl:focus-within {
    border-top-right-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-br-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-bl-3xl:focus-within {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-none:first-child {
    border-radius: 0px;
  }

  .md\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .md\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .md\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .md\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .md\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .md\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .md\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .md\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .md\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0px;
  }

  .md\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0px;
  }

  .md\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0px;
  }

  .md\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0px;
  }

  .md\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .md\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .md\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .md\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .md\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .md\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .md\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .md\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .md\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .md\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .md\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-none:last-child {
    border-radius: 0px;
  }

  .md\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .md\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .md\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .md\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .md\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .md\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .md\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .md\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .md\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0px;
  }

  .md\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0px;
  }

  .md\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0px;
  }

  .md\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0px;
  }

  .md\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .md\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .md\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .md\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .md\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .md\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .md\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .md\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .md\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .md\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .md\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .md\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .md\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .md\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .md\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .md\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0px;
  }

  .md\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .md\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .md\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .md\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .md\:odd\:rounded-xl:nth-child(odd) {
    border-radius: 0.75rem;
  }

  .md\:odd\:rounded-2xl:nth-child(odd) {
    border-radius: 1rem;
  }

  .md\:odd\:rounded-3xl:nth-child(odd) {
    border-radius: 1.5rem;
  }

  .md\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .md\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-t-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:odd\:rounded-r-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:odd\:rounded-b-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:odd\:rounded-l-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:odd\:rounded-t-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:odd\:rounded-r-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:odd\:rounded-b-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:odd\:rounded-l-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:odd\:rounded-t-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:odd\:rounded-r-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:odd\:rounded-b-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:odd\:rounded-l-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0px;
  }

  .md\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0px;
  }

  .md\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
  }

  .md\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0px;
  }

  .md\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:odd\:rounded-tl-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
  }

  .md\:odd\:rounded-tr-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
  }

  .md\:odd\:rounded-br-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:odd\:rounded-bl-xl:nth-child(odd) {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:odd\:rounded-tl-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
  }

  .md\:odd\:rounded-tr-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
  }

  .md\:odd\:rounded-br-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
  }

  .md\:odd\:rounded-bl-2xl:nth-child(odd) {
    border-bottom-left-radius: 1rem;
  }

  .md\:odd\:rounded-tl-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
  }

  .md\:odd\:rounded-tr-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
  }

  .md\:odd\:rounded-br-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:odd\:rounded-bl-3xl:nth-child(odd) {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .md\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .md\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .md\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-none:nth-child(even) {
    border-radius: 0px;
  }

  .md\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .md\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .md\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .md\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .md\:even\:rounded-xl:nth-child(even) {
    border-radius: 0.75rem;
  }

  .md\:even\:rounded-2xl:nth-child(even) {
    border-radius: 1rem;
  }

  .md\:even\:rounded-3xl:nth-child(even) {
    border-radius: 1.5rem;
  }

  .md\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .md\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-t-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:even\:rounded-r-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:even\:rounded-b-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:even\:rounded-l-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:even\:rounded-t-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:even\:rounded-r-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:even\:rounded-b-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:even\:rounded-l-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:even\:rounded-t-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:even\:rounded-r-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:even\:rounded-b-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:even\:rounded-l-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0px;
  }

  .md\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0px;
  }

  .md\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0px;
  }

  .md\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0px;
  }

  .md\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .md\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .md\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .md\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .md\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .md\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:even\:rounded-tl-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
  }

  .md\:even\:rounded-tr-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
  }

  .md\:even\:rounded-br-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:even\:rounded-bl-xl:nth-child(even) {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:even\:rounded-tl-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
  }

  .md\:even\:rounded-tr-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
  }

  .md\:even\:rounded-br-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
  }

  .md\:even\:rounded-bl-2xl:nth-child(even) {
    border-bottom-left-radius: 1rem;
  }

  .md\:even\:rounded-tl-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
  }

  .md\:even\:rounded-tr-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
  }

  .md\:even\:rounded-br-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:even\:rounded-bl-3xl:nth-child(even) {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .md\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .md\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .md\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-none:hover {
    border-radius: 0px;
  }

  .md\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .md\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .md\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .md\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .md\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .md\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .md\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0px;
  }

  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0px;
  }

  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0px;
  }

  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0px;
  }

  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .md\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .md\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .md\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .md\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-none:focus {
    border-radius: 0px;
  }

  .md\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .md\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .md\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .md\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .md\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .md\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .md\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .md\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .md\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0px;
  }

  .md\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0px;
  }

  .md\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0px;
  }

  .md\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0px;
  }

  .md\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .md\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .md\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .md\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .md\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .md\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-none:active {
    border-radius: 0px;
  }

  .md\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .md\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .md\:active\:rounded-md:active {
    border-radius: 0.375rem;
  }

  .md\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .md\:active\:rounded-xl:active {
    border-radius: 0.75rem;
  }

  .md\:active\:rounded-2xl:active {
    border-radius: 1rem;
  }

  .md\:active\:rounded-3xl:active {
    border-radius: 1.5rem;
  }

  .md\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .md\:active\:rounded-t-none:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:active\:rounded-r-none:active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:active\:rounded-l-none:active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-t-md:active {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:active\:rounded-r-md:active {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:active\:rounded-b-md:active {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:active\:rounded-l-md:active {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-t-xl:active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:active\:rounded-r-xl:active {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:active\:rounded-b-xl:active {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:active\:rounded-l-xl:active {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:active\:rounded-t-2xl:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:active\:rounded-r-2xl:active {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:active\:rounded-b-2xl:active {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:active\:rounded-l-2xl:active {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:active\:rounded-t-3xl:active {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:active\:rounded-r-3xl:active {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:active\:rounded-b-3xl:active {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:active\:rounded-l-3xl:active {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-tl-none:active {
    border-top-left-radius: 0px;
  }

  .md\:active\:rounded-tr-none:active {
    border-top-right-radius: 0px;
  }

  .md\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0px;
  }

  .md\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0px;
  }

  .md\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .md\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .md\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .md\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .md\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:active\:rounded-tl-md:active {
    border-top-left-radius: 0.375rem;
  }

  .md\:active\:rounded-tr-md:active {
    border-top-right-radius: 0.375rem;
  }

  .md\:active\:rounded-br-md:active {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:active\:rounded-bl-md:active {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .md\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .md\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:active\:rounded-tl-xl:active {
    border-top-left-radius: 0.75rem;
  }

  .md\:active\:rounded-tr-xl:active {
    border-top-right-radius: 0.75rem;
  }

  .md\:active\:rounded-br-xl:active {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:active\:rounded-bl-xl:active {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:active\:rounded-tl-2xl:active {
    border-top-left-radius: 1rem;
  }

  .md\:active\:rounded-tr-2xl:active {
    border-top-right-radius: 1rem;
  }

  .md\:active\:rounded-br-2xl:active {
    border-bottom-right-radius: 1rem;
  }

  .md\:active\:rounded-bl-2xl:active {
    border-bottom-left-radius: 1rem;
  }

  .md\:active\:rounded-tl-3xl:active {
    border-top-left-radius: 1.5rem;
  }

  .md\:active\:rounded-tr-3xl:active {
    border-top-right-radius: 1.5rem;
  }

  .md\:active\:rounded-br-3xl:active {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:active\:rounded-bl-3xl:active {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .md\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-none:visited {
    border-radius: 0px;
  }

  .md\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .md\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .md\:visited\:rounded-md:visited {
    border-radius: 0.375rem;
  }

  .md\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .md\:visited\:rounded-xl:visited {
    border-radius: 0.75rem;
  }

  .md\:visited\:rounded-2xl:visited {
    border-radius: 1rem;
  }

  .md\:visited\:rounded-3xl:visited {
    border-radius: 1.5rem;
  }

  .md\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .md\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-t-md:visited {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:visited\:rounded-r-md:visited {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:visited\:rounded-b-md:visited {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:visited\:rounded-l-md:visited {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-t-xl:visited {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:visited\:rounded-r-xl:visited {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:visited\:rounded-b-xl:visited {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:visited\:rounded-l-xl:visited {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:visited\:rounded-t-2xl:visited {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:visited\:rounded-r-2xl:visited {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:visited\:rounded-b-2xl:visited {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:visited\:rounded-l-2xl:visited {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:visited\:rounded-t-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:visited\:rounded-r-3xl:visited {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:visited\:rounded-b-3xl:visited {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:visited\:rounded-l-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0px;
  }

  .md\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0px;
  }

  .md\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0px;
  }

  .md\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0px;
  }

  .md\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:visited\:rounded-tl-md:visited {
    border-top-left-radius: 0.375rem;
  }

  .md\:visited\:rounded-tr-md:visited {
    border-top-right-radius: 0.375rem;
  }

  .md\:visited\:rounded-br-md:visited {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:visited\:rounded-bl-md:visited {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:visited\:rounded-tl-xl:visited {
    border-top-left-radius: 0.75rem;
  }

  .md\:visited\:rounded-tr-xl:visited {
    border-top-right-radius: 0.75rem;
  }

  .md\:visited\:rounded-br-xl:visited {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:visited\:rounded-bl-xl:visited {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:visited\:rounded-tl-2xl:visited {
    border-top-left-radius: 1rem;
  }

  .md\:visited\:rounded-tr-2xl:visited {
    border-top-right-radius: 1rem;
  }

  .md\:visited\:rounded-br-2xl:visited {
    border-bottom-right-radius: 1rem;
  }

  .md\:visited\:rounded-bl-2xl:visited {
    border-bottom-left-radius: 1rem;
  }

  .md\:visited\:rounded-tl-3xl:visited {
    border-top-left-radius: 1.5rem;
  }

  .md\:visited\:rounded-tr-3xl:visited {
    border-top-right-radius: 1.5rem;
  }

  .md\:visited\:rounded-br-3xl:visited {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:visited\:rounded-bl-3xl:visited {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .md\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .md\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .md\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-none:disabled {
    border-radius: 0px;
  }

  .md\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .md\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .md\:disabled\:rounded-md:disabled {
    border-radius: 0.375rem;
  }

  .md\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .md\:disabled\:rounded-xl:disabled {
    border-radius: 0.75rem;
  }

  .md\:disabled\:rounded-2xl:disabled {
    border-radius: 1rem;
  }

  .md\:disabled\:rounded-3xl:disabled {
    border-radius: 1.5rem;
  }

  .md\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .md\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-t-md:disabled {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:disabled\:rounded-r-md:disabled {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:disabled\:rounded-b-md:disabled {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:disabled\:rounded-l-md:disabled {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-t-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:disabled\:rounded-r-xl:disabled {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:disabled\:rounded-b-xl:disabled {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:disabled\:rounded-l-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:disabled\:rounded-t-2xl:disabled {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:disabled\:rounded-r-2xl:disabled {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:disabled\:rounded-b-2xl:disabled {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:disabled\:rounded-l-2xl:disabled {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:disabled\:rounded-t-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:disabled\:rounded-r-3xl:disabled {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:disabled\:rounded-b-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:disabled\:rounded-l-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0px;
  }

  .md\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0px;
  }

  .md\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0px;
  }

  .md\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0px;
  }

  .md\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:disabled\:rounded-tl-md:disabled {
    border-top-left-radius: 0.375rem;
  }

  .md\:disabled\:rounded-tr-md:disabled {
    border-top-right-radius: 0.375rem;
  }

  .md\:disabled\:rounded-br-md:disabled {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:disabled\:rounded-bl-md:disabled {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:disabled\:rounded-tl-xl:disabled {
    border-top-left-radius: 0.75rem;
  }

  .md\:disabled\:rounded-tr-xl:disabled {
    border-top-right-radius: 0.75rem;
  }

  .md\:disabled\:rounded-br-xl:disabled {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:disabled\:rounded-bl-xl:disabled {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:disabled\:rounded-tl-2xl:disabled {
    border-top-left-radius: 1rem;
  }

  .md\:disabled\:rounded-tr-2xl:disabled {
    border-top-right-radius: 1rem;
  }

  .md\:disabled\:rounded-br-2xl:disabled {
    border-bottom-right-radius: 1rem;
  }

  .md\:disabled\:rounded-bl-2xl:disabled {
    border-bottom-left-radius: 1rem;
  }

  .md\:disabled\:rounded-tl-3xl:disabled {
    border-top-left-radius: 1.5rem;
  }

  .md\:disabled\:rounded-tr-3xl:disabled {
    border-top-right-radius: 1.5rem;
  }

  .md\:disabled\:rounded-br-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:disabled\:rounded-bl-3xl:disabled {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .md\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .md\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .md\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .group:hover .md\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .md\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .md\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .md\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .md\:group-hover\:border-none {
    border-style: none;
  }

  .md\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .md\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .md\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .md\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .md\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .md\:first\:border-solid:first-child {
    border-style: solid;
  }

  .md\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .md\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .md\:first\:border-double:first-child {
    border-style: double;
  }

  .md\:first\:border-none:first-child {
    border-style: none;
  }

  .md\:last\:border-solid:last-child {
    border-style: solid;
  }

  .md\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .md\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .md\:last\:border-double:last-child {
    border-style: double;
  }

  .md\:last\:border-none:last-child {
    border-style: none;
  }

  .md\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .md\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .md\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .md\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .md\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .md\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .md\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .md\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .md\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .md\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-double:hover {
    border-style: double;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .md\:focus\:border-solid:focus {
    border-style: solid;
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .md\:focus\:border-double:focus {
    border-style: double;
  }

  .md\:focus\:border-none:focus {
    border-style: none;
  }

  .md\:active\:border-solid:active {
    border-style: solid;
  }

  .md\:active\:border-dashed:active {
    border-style: dashed;
  }

  .md\:active\:border-dotted:active {
    border-style: dotted;
  }

  .md\:active\:border-double:active {
    border-style: double;
  }

  .md\:active\:border-none:active {
    border-style: none;
  }

  .md\:visited\:border-solid:visited {
    border-style: solid;
  }

  .md\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .md\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .md\:visited\:border-double:visited {
    border-style: double;
  }

  .md\:visited\:border-none:visited {
    border-style: none;
  }

  .md\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .md\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .md\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .md\:disabled\:border-double:disabled {
    border-style: double;
  }

  .md\:disabled\:border-none:disabled {
    border-style: none;
  }

  .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-t-0 {
    border-top-width: 0px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .group:hover .md\:group-hover\:border-0 {
    border-width: 0px;
  }

  .group:hover .md\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .md\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .md\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .md\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .md\:group-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .group:hover .md\:group-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .group:hover .md\:group-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .group:hover .md\:group-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .group:hover .md\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .md\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .md\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .md\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .md\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .md\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .md\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .md\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .md\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .md\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .md\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .md\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .md\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .md\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .md\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .md\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .md\:focus-within\:border-0:focus-within {
    border-width: 0px;
  }

  .md\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .md\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .md\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .md\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .md\:focus-within\:border-t-0:focus-within {
    border-top-width: 0px;
  }

  .md\:focus-within\:border-r-0:focus-within {
    border-right-width: 0px;
  }

  .md\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0px;
  }

  .md\:focus-within\:border-l-0:focus-within {
    border-left-width: 0px;
  }

  .md\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .md\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .md\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .md\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .md\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .md\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .md\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .md\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .md\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .md\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .md\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .md\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .md\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .md\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .md\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .md\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .md\:first\:border-0:first-child {
    border-width: 0px;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0px;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .md\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .md\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .md\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .md\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .md\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .md\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .md\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .md\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .md\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .md\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .md\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .md\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .md\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .md\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .md\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .md\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .md\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .md\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .md\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .md\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .md\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .md\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .md\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .md\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .md\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .md\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .md\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .md\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .md\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .md\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .md\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .md\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .md\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .md\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .md\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .md\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .md\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .md\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .md\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .md\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .md\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .md\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .md\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .md\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .md\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .md\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .md\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .md\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .md\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .md\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0px;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:focus\:border-0:focus {
    border-width: 0px;
  }

  .md\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md\:focus\:border:focus {
    border-width: 1px;
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md\:active\:border-0:active {
    border-width: 0px;
  }

  .md\:active\:border-2:active {
    border-width: 2px;
  }

  .md\:active\:border-4:active {
    border-width: 4px;
  }

  .md\:active\:border-8:active {
    border-width: 8px;
  }

  .md\:active\:border:active {
    border-width: 1px;
  }

  .md\:active\:border-t-0:active {
    border-top-width: 0px;
  }

  .md\:active\:border-r-0:active {
    border-right-width: 0px;
  }

  .md\:active\:border-b-0:active {
    border-bottom-width: 0px;
  }

  .md\:active\:border-l-0:active {
    border-left-width: 0px;
  }

  .md\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .md\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .md\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .md\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .md\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .md\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .md\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .md\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .md\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .md\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .md\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .md\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .md\:active\:border-t:active {
    border-top-width: 1px;
  }

  .md\:active\:border-r:active {
    border-right-width: 1px;
  }

  .md\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .md\:active\:border-l:active {
    border-left-width: 1px;
  }

  .md\:visited\:border-0:visited {
    border-width: 0px;
  }

  .md\:visited\:border-2:visited {
    border-width: 2px;
  }

  .md\:visited\:border-4:visited {
    border-width: 4px;
  }

  .md\:visited\:border-8:visited {
    border-width: 8px;
  }

  .md\:visited\:border:visited {
    border-width: 1px;
  }

  .md\:visited\:border-t-0:visited {
    border-top-width: 0px;
  }

  .md\:visited\:border-r-0:visited {
    border-right-width: 0px;
  }

  .md\:visited\:border-b-0:visited {
    border-bottom-width: 0px;
  }

  .md\:visited\:border-l-0:visited {
    border-left-width: 0px;
  }

  .md\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .md\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .md\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .md\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .md\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .md\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .md\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .md\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .md\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .md\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .md\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .md\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .md\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .md\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .md\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .md\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .md\:disabled\:border-0:disabled {
    border-width: 0px;
  }

  .md\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .md\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .md\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .md\:disabled\:border:disabled {
    border-width: 1px;
  }

  .md\:disabled\:border-t-0:disabled {
    border-top-width: 0px;
  }

  .md\:disabled\:border-r-0:disabled {
    border-right-width: 0px;
  }

  .md\:disabled\:border-b-0:disabled {
    border-bottom-width: 0px;
  }

  .md\:disabled\:border-l-0:disabled {
    border-left-width: 0px;
  }

  .md\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .md\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .md\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .md\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .md\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .md\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .md\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .md\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .md\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .md\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .md\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .md\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .md\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .md\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .md\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .md\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .group:hover .md\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .md\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .md\:focus-within\:box-border:focus-within {
    box-sizing: border-box;
  }

  .md\:focus-within\:box-content:focus-within {
    box-sizing: content-box;
  }

  .md\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .md\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .md\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .md\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .md\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .md\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .md\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .md\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .md\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .md\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .md\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .md\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .md\:active\:box-border:active {
    box-sizing: border-box;
  }

  .md\:active\:box-content:active {
    box-sizing: content-box;
  }

  .md\:visited\:box-border:visited {
    box-sizing: border-box;
  }

  .md\:visited\:box-content:visited {
    box-sizing: content-box;
  }

  .md\:disabled\:box-border:disabled {
    box-sizing: border-box;
  }

  .md\:disabled\:box-content:disabled {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .md\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .md\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .md\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .md\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .md\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .md\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .md\:group-hover\:cursor-help {
    cursor: help;
  }

  .group:hover .md\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .md\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .md\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .md\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .md\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .md\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .md\:focus-within\:cursor-help:focus-within {
    cursor: help;
  }

  .md\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .md\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .md\:first\:cursor-default:first-child {
    cursor: default;
  }

  .md\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .md\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .md\:first\:cursor-text:first-child {
    cursor: text;
  }

  .md\:first\:cursor-move:first-child {
    cursor: move;
  }

  .md\:first\:cursor-help:first-child {
    cursor: help;
  }

  .md\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .md\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .md\:last\:cursor-default:last-child {
    cursor: default;
  }

  .md\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .md\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .md\:last\:cursor-text:last-child {
    cursor: text;
  }

  .md\:last\:cursor-move:last-child {
    cursor: move;
  }

  .md\:last\:cursor-help:last-child {
    cursor: help;
  }

  .md\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .md\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .md\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .md\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .md\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .md\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .md\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .md\:odd\:cursor-help:nth-child(odd) {
    cursor: help;
  }

  .md\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .md\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .md\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .md\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .md\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .md\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .md\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .md\:even\:cursor-help:nth-child(even) {
    cursor: help;
  }

  .md\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .md\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md\:hover\:cursor-text:hover {
    cursor: text;
  }

  .md\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md\:hover\:cursor-help:hover {
    cursor: help;
  }

  .md\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .md\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .md\:focus\:cursor-default:focus {
    cursor: default;
  }

  .md\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .md\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .md\:focus\:cursor-text:focus {
    cursor: text;
  }

  .md\:focus\:cursor-move:focus {
    cursor: move;
  }

  .md\:focus\:cursor-help:focus {
    cursor: help;
  }

  .md\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .md\:active\:cursor-auto:active {
    cursor: auto;
  }

  .md\:active\:cursor-default:active {
    cursor: default;
  }

  .md\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .md\:active\:cursor-wait:active {
    cursor: wait;
  }

  .md\:active\:cursor-text:active {
    cursor: text;
  }

  .md\:active\:cursor-move:active {
    cursor: move;
  }

  .md\:active\:cursor-help:active {
    cursor: help;
  }

  .md\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .md\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .md\:visited\:cursor-default:visited {
    cursor: default;
  }

  .md\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .md\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .md\:visited\:cursor-text:visited {
    cursor: text;
  }

  .md\:visited\:cursor-move:visited {
    cursor: move;
  }

  .md\:visited\:cursor-help:visited {
    cursor: help;
  }

  .md\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .md\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .md\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .md\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .md\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .md\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .md\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .md\:disabled\:cursor-help:disabled {
    cursor: help;
  }

  .md\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .md\:focus-within\:block:focus-within {
    display: block;
  }

  .md\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .md\:focus-within\:inline:focus-within {
    display: inline;
  }

  .md\:focus-within\:flex:focus-within {
    display: flex;
  }

  .md\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .md\:focus-within\:table:focus-within {
    display: table;
  }

  .md\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .md\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .md\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .md\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .md\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .md\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .md\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .md\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .md\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .md\:focus-within\:grid:focus-within {
    display: grid;
  }

  .md\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .md\:focus-within\:contents:focus-within {
    display: contents;
  }

  .md\:focus-within\:hidden:focus-within {
    display: none;
  }

  .md\:first\:block:first-child {
    display: block;
  }

  .md\:first\:inline-block:first-child {
    display: inline-block;
  }

  .md\:first\:inline:first-child {
    display: inline;
  }

  .md\:first\:flex:first-child {
    display: flex;
  }

  .md\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .md\:first\:table:first-child {
    display: table;
  }

  .md\:first\:table-caption:first-child {
    display: table-caption;
  }

  .md\:first\:table-cell:first-child {
    display: table-cell;
  }

  .md\:first\:table-column:first-child {
    display: table-column;
  }

  .md\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .md\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .md\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .md\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .md\:first\:table-row:first-child {
    display: table-row;
  }

  .md\:first\:flow-root:first-child {
    display: flow-root;
  }

  .md\:first\:grid:first-child {
    display: grid;
  }

  .md\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .md\:first\:contents:first-child {
    display: contents;
  }

  .md\:first\:hidden:first-child {
    display: none;
  }

  .md\:last\:block:last-child {
    display: block;
  }

  .md\:last\:inline-block:last-child {
    display: inline-block;
  }

  .md\:last\:inline:last-child {
    display: inline;
  }

  .md\:last\:flex:last-child {
    display: flex;
  }

  .md\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .md\:last\:table:last-child {
    display: table;
  }

  .md\:last\:table-caption:last-child {
    display: table-caption;
  }

  .md\:last\:table-cell:last-child {
    display: table-cell;
  }

  .md\:last\:table-column:last-child {
    display: table-column;
  }

  .md\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .md\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .md\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .md\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .md\:last\:table-row:last-child {
    display: table-row;
  }

  .md\:last\:flow-root:last-child {
    display: flow-root;
  }

  .md\:last\:grid:last-child {
    display: grid;
  }

  .md\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .md\:last\:contents:last-child {
    display: contents;
  }

  .md\:last\:hidden:last-child {
    display: none;
  }

  .md\:odd\:block:nth-child(odd) {
    display: block;
  }

  .md\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .md\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .md\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .md\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .md\:odd\:table:nth-child(odd) {
    display: table;
  }

  .md\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .md\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .md\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .md\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .md\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .md\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .md\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .md\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .md\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .md\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .md\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .md\:odd\:contents:nth-child(odd) {
    display: contents;
  }

  .md\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .md\:even\:block:nth-child(even) {
    display: block;
  }

  .md\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .md\:even\:inline:nth-child(even) {
    display: inline;
  }

  .md\:even\:flex:nth-child(even) {
    display: flex;
  }

  .md\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .md\:even\:table:nth-child(even) {
    display: table;
  }

  .md\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .md\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .md\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .md\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .md\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .md\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .md\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .md\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .md\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .md\:even\:grid:nth-child(even) {
    display: grid;
  }

  .md\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .md\:even\:contents:nth-child(even) {
    display: contents;
  }

  .md\:even\:hidden:nth-child(even) {
    display: none;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:flex:hover {
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:table-caption:hover {
    display: table-caption;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:table-column:hover {
    display: table-column;
  }

  .md\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .md\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .md\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .md\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:flow-root:hover {
    display: flow-root;
  }

  .md\:hover\:grid:hover {
    display: grid;
  }

  .md\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .md\:hover\:contents:hover {
    display: contents;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:focus\:block:focus {
    display: block;
  }

  .md\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md\:focus\:inline:focus {
    display: inline;
  }

  .md\:focus\:flex:focus {
    display: flex;
  }

  .md\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .md\:focus\:table:focus {
    display: table;
  }

  .md\:focus\:table-caption:focus {
    display: table-caption;
  }

  .md\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md\:focus\:table-column:focus {
    display: table-column;
  }

  .md\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .md\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .md\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .md\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .md\:focus\:table-row:focus {
    display: table-row;
  }

  .md\:focus\:flow-root:focus {
    display: flow-root;
  }

  .md\:focus\:grid:focus {
    display: grid;
  }

  .md\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .md\:focus\:contents:focus {
    display: contents;
  }

  .md\:focus\:hidden:focus {
    display: none;
  }

  .md\:active\:block:active {
    display: block;
  }

  .md\:active\:inline-block:active {
    display: inline-block;
  }

  .md\:active\:inline:active {
    display: inline;
  }

  .md\:active\:flex:active {
    display: flex;
  }

  .md\:active\:inline-flex:active {
    display: inline-flex;
  }

  .md\:active\:table:active {
    display: table;
  }

  .md\:active\:table-caption:active {
    display: table-caption;
  }

  .md\:active\:table-cell:active {
    display: table-cell;
  }

  .md\:active\:table-column:active {
    display: table-column;
  }

  .md\:active\:table-column-group:active {
    display: table-column-group;
  }

  .md\:active\:table-footer-group:active {
    display: table-footer-group;
  }

  .md\:active\:table-header-group:active {
    display: table-header-group;
  }

  .md\:active\:table-row-group:active {
    display: table-row-group;
  }

  .md\:active\:table-row:active {
    display: table-row;
  }

  .md\:active\:flow-root:active {
    display: flow-root;
  }

  .md\:active\:grid:active {
    display: grid;
  }

  .md\:active\:inline-grid:active {
    display: inline-grid;
  }

  .md\:active\:contents:active {
    display: contents;
  }

  .md\:active\:hidden:active {
    display: none;
  }

  .md\:visited\:block:visited {
    display: block;
  }

  .md\:visited\:inline-block:visited {
    display: inline-block;
  }

  .md\:visited\:inline:visited {
    display: inline;
  }

  .md\:visited\:flex:visited {
    display: flex;
  }

  .md\:visited\:inline-flex:visited {
    display: inline-flex;
  }

  .md\:visited\:table:visited {
    display: table;
  }

  .md\:visited\:table-caption:visited {
    display: table-caption;
  }

  .md\:visited\:table-cell:visited {
    display: table-cell;
  }

  .md\:visited\:table-column:visited {
    display: table-column;
  }

  .md\:visited\:table-column-group:visited {
    display: table-column-group;
  }

  .md\:visited\:table-footer-group:visited {
    display: table-footer-group;
  }

  .md\:visited\:table-header-group:visited {
    display: table-header-group;
  }

  .md\:visited\:table-row-group:visited {
    display: table-row-group;
  }

  .md\:visited\:table-row:visited {
    display: table-row;
  }

  .md\:visited\:flow-root:visited {
    display: flow-root;
  }

  .md\:visited\:grid:visited {
    display: grid;
  }

  .md\:visited\:inline-grid:visited {
    display: inline-grid;
  }

  .md\:visited\:contents:visited {
    display: contents;
  }

  .md\:visited\:hidden:visited {
    display: none;
  }

  .md\:disabled\:block:disabled {
    display: block;
  }

  .md\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .md\:disabled\:inline:disabled {
    display: inline;
  }

  .md\:disabled\:flex:disabled {
    display: flex;
  }

  .md\:disabled\:inline-flex:disabled {
    display: inline-flex;
  }

  .md\:disabled\:table:disabled {
    display: table;
  }

  .md\:disabled\:table-caption:disabled {
    display: table-caption;
  }

  .md\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .md\:disabled\:table-column:disabled {
    display: table-column;
  }

  .md\:disabled\:table-column-group:disabled {
    display: table-column-group;
  }

  .md\:disabled\:table-footer-group:disabled {
    display: table-footer-group;
  }

  .md\:disabled\:table-header-group:disabled {
    display: table-header-group;
  }

  .md\:disabled\:table-row-group:disabled {
    display: table-row-group;
  }

  .md\:disabled\:table-row:disabled {
    display: table-row;
  }

  .md\:disabled\:flow-root:disabled {
    display: flow-root;
  }

  .md\:disabled\:grid:disabled {
    display: grid;
  }

  .md\:disabled\:inline-grid:disabled {
    display: inline-grid;
  }

  .md\:disabled\:contents:disabled {
    display: contents;
  }

  .md\:disabled\:hidden:disabled {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .md\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .md\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .md\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .md\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .md\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .md\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .md\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .md\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .md\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .md\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .md\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .md\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .md\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .md\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .md\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .md\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .md\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .md\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .md\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .md\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .md\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .md\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .md\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .md\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .md\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .md\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .md\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .md\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .md\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .md\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .md\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .md\:active\:flex-row:active {
    flex-direction: row;
  }

  .md\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .md\:active\:flex-col:active {
    flex-direction: column;
  }

  .md\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .md\:visited\:flex-row:visited {
    flex-direction: row;
  }

  .md\:visited\:flex-row-reverse:visited {
    flex-direction: row-reverse;
  }

  .md\:visited\:flex-col:visited {
    flex-direction: column;
  }

  .md\:visited\:flex-col-reverse:visited {
    flex-direction: column-reverse;
  }

  .md\:disabled\:flex-row:disabled {
    flex-direction: row;
  }

  .md\:disabled\:flex-row-reverse:disabled {
    flex-direction: row-reverse;
  }

  .md\:disabled\:flex-col:disabled {
    flex-direction: column;
  }

  .md\:disabled\:flex-col-reverse:disabled {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .group:hover .md\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .md\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .md\:group-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .md\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .md\:focus-within\:flex-nowrap:focus-within {
    flex-wrap: nowrap;
  }

  .md\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .md\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .md\:first\:flex-nowrap:first-child {
    flex-wrap: nowrap;
  }

  .md\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .md\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .md\:last\:flex-nowrap:last-child {
    flex-wrap: nowrap;
  }

  .md\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .md\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .md\:odd\:flex-nowrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .md\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .md\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .md\:even\:flex-nowrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .md\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md\:hover\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }

  .md\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .md\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .md\:focus\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }

  .md\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .md\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .md\:active\:flex-nowrap:active {
    flex-wrap: nowrap;
  }

  .md\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .md\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .md\:visited\:flex-nowrap:visited {
    flex-wrap: nowrap;
  }

  .md\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .md\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .md\:disabled\:flex-nowrap:disabled {
    flex-wrap: nowrap;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .group:hover .md\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .md\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .md\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .md\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .md\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .md\:focus-within\:place-items-auto:focus-within {
    place-items: auto;
  }

  .md\:focus-within\:place-items-start:focus-within {
    place-items: start;
  }

  .md\:focus-within\:place-items-end:focus-within {
    place-items: end;
  }

  .md\:focus-within\:place-items-center:focus-within {
    place-items: center;
  }

  .md\:focus-within\:place-items-stretch:focus-within {
    place-items: stretch;
  }

  .md\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .md\:first\:place-items-start:first-child {
    place-items: start;
  }

  .md\:first\:place-items-end:first-child {
    place-items: end;
  }

  .md\:first\:place-items-center:first-child {
    place-items: center;
  }

  .md\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .md\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .md\:last\:place-items-start:last-child {
    place-items: start;
  }

  .md\:last\:place-items-end:last-child {
    place-items: end;
  }

  .md\:last\:place-items-center:last-child {
    place-items: center;
  }

  .md\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .md\:odd\:place-items-auto:nth-child(odd) {
    place-items: auto;
  }

  .md\:odd\:place-items-start:nth-child(odd) {
    place-items: start;
  }

  .md\:odd\:place-items-end:nth-child(odd) {
    place-items: end;
  }

  .md\:odd\:place-items-center:nth-child(odd) {
    place-items: center;
  }

  .md\:odd\:place-items-stretch:nth-child(odd) {
    place-items: stretch;
  }

  .md\:even\:place-items-auto:nth-child(even) {
    place-items: auto;
  }

  .md\:even\:place-items-start:nth-child(even) {
    place-items: start;
  }

  .md\:even\:place-items-end:nth-child(even) {
    place-items: end;
  }

  .md\:even\:place-items-center:nth-child(even) {
    place-items: center;
  }

  .md\:even\:place-items-stretch:nth-child(even) {
    place-items: stretch;
  }

  .md\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .md\:hover\:place-items-start:hover {
    place-items: start;
  }

  .md\:hover\:place-items-end:hover {
    place-items: end;
  }

  .md\:hover\:place-items-center:hover {
    place-items: center;
  }

  .md\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .md\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .md\:focus\:place-items-start:focus {
    place-items: start;
  }

  .md\:focus\:place-items-end:focus {
    place-items: end;
  }

  .md\:focus\:place-items-center:focus {
    place-items: center;
  }

  .md\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .md\:active\:place-items-auto:active {
    place-items: auto;
  }

  .md\:active\:place-items-start:active {
    place-items: start;
  }

  .md\:active\:place-items-end:active {
    place-items: end;
  }

  .md\:active\:place-items-center:active {
    place-items: center;
  }

  .md\:active\:place-items-stretch:active {
    place-items: stretch;
  }

  .md\:visited\:place-items-auto:visited {
    place-items: auto;
  }

  .md\:visited\:place-items-start:visited {
    place-items: start;
  }

  .md\:visited\:place-items-end:visited {
    place-items: end;
  }

  .md\:visited\:place-items-center:visited {
    place-items: center;
  }

  .md\:visited\:place-items-stretch:visited {
    place-items: stretch;
  }

  .md\:disabled\:place-items-auto:disabled {
    place-items: auto;
  }

  .md\:disabled\:place-items-start:disabled {
    place-items: start;
  }

  .md\:disabled\:place-items-end:disabled {
    place-items: end;
  }

  .md\:disabled\:place-items-center:disabled {
    place-items: center;
  }

  .md\:disabled\:place-items-stretch:disabled {
    place-items: stretch;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .group:hover .md\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .md\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .md\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .md\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .md\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .md\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .md\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .md\:focus-within\:place-content-center:focus-within {
    place-content: center;
  }

  .md\:focus-within\:place-content-start:focus-within {
    place-content: start;
  }

  .md\:focus-within\:place-content-end:focus-within {
    place-content: end;
  }

  .md\:focus-within\:place-content-between:focus-within {
    place-content: space-between;
  }

  .md\:focus-within\:place-content-around:focus-within {
    place-content: space-around;
  }

  .md\:focus-within\:place-content-evenly:focus-within {
    place-content: space-evenly;
  }

  .md\:focus-within\:place-content-stretch:focus-within {
    place-content: stretch;
  }

  .md\:first\:place-content-center:first-child {
    place-content: center;
  }

  .md\:first\:place-content-start:first-child {
    place-content: start;
  }

  .md\:first\:place-content-end:first-child {
    place-content: end;
  }

  .md\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .md\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .md\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .md\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .md\:last\:place-content-center:last-child {
    place-content: center;
  }

  .md\:last\:place-content-start:last-child {
    place-content: start;
  }

  .md\:last\:place-content-end:last-child {
    place-content: end;
  }

  .md\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .md\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .md\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .md\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .md\:odd\:place-content-center:nth-child(odd) {
    place-content: center;
  }

  .md\:odd\:place-content-start:nth-child(odd) {
    place-content: start;
  }

  .md\:odd\:place-content-end:nth-child(odd) {
    place-content: end;
  }

  .md\:odd\:place-content-between:nth-child(odd) {
    place-content: space-between;
  }

  .md\:odd\:place-content-around:nth-child(odd) {
    place-content: space-around;
  }

  .md\:odd\:place-content-evenly:nth-child(odd) {
    place-content: space-evenly;
  }

  .md\:odd\:place-content-stretch:nth-child(odd) {
    place-content: stretch;
  }

  .md\:even\:place-content-center:nth-child(even) {
    place-content: center;
  }

  .md\:even\:place-content-start:nth-child(even) {
    place-content: start;
  }

  .md\:even\:place-content-end:nth-child(even) {
    place-content: end;
  }

  .md\:even\:place-content-between:nth-child(even) {
    place-content: space-between;
  }

  .md\:even\:place-content-around:nth-child(even) {
    place-content: space-around;
  }

  .md\:even\:place-content-evenly:nth-child(even) {
    place-content: space-evenly;
  }

  .md\:even\:place-content-stretch:nth-child(even) {
    place-content: stretch;
  }

  .md\:hover\:place-content-center:hover {
    place-content: center;
  }

  .md\:hover\:place-content-start:hover {
    place-content: start;
  }

  .md\:hover\:place-content-end:hover {
    place-content: end;
  }

  .md\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .md\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .md\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .md\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .md\:focus\:place-content-center:focus {
    place-content: center;
  }

  .md\:focus\:place-content-start:focus {
    place-content: start;
  }

  .md\:focus\:place-content-end:focus {
    place-content: end;
  }

  .md\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .md\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .md\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .md\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .md\:active\:place-content-center:active {
    place-content: center;
  }

  .md\:active\:place-content-start:active {
    place-content: start;
  }

  .md\:active\:place-content-end:active {
    place-content: end;
  }

  .md\:active\:place-content-between:active {
    place-content: space-between;
  }

  .md\:active\:place-content-around:active {
    place-content: space-around;
  }

  .md\:active\:place-content-evenly:active {
    place-content: space-evenly;
  }

  .md\:active\:place-content-stretch:active {
    place-content: stretch;
  }

  .md\:visited\:place-content-center:visited {
    place-content: center;
  }

  .md\:visited\:place-content-start:visited {
    place-content: start;
  }

  .md\:visited\:place-content-end:visited {
    place-content: end;
  }

  .md\:visited\:place-content-between:visited {
    place-content: space-between;
  }

  .md\:visited\:place-content-around:visited {
    place-content: space-around;
  }

  .md\:visited\:place-content-evenly:visited {
    place-content: space-evenly;
  }

  .md\:visited\:place-content-stretch:visited {
    place-content: stretch;
  }

  .md\:disabled\:place-content-center:disabled {
    place-content: center;
  }

  .md\:disabled\:place-content-start:disabled {
    place-content: start;
  }

  .md\:disabled\:place-content-end:disabled {
    place-content: end;
  }

  .md\:disabled\:place-content-between:disabled {
    place-content: space-between;
  }

  .md\:disabled\:place-content-around:disabled {
    place-content: space-around;
  }

  .md\:disabled\:place-content-evenly:disabled {
    place-content: space-evenly;
  }

  .md\:disabled\:place-content-stretch:disabled {
    place-content: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .group:hover .md\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .md\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .md\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .md\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .md\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .md\:focus-within\:place-self-auto:focus-within {
    place-self: auto;
  }

  .md\:focus-within\:place-self-start:focus-within {
    place-self: start;
  }

  .md\:focus-within\:place-self-end:focus-within {
    place-self: end;
  }

  .md\:focus-within\:place-self-center:focus-within {
    place-self: center;
  }

  .md\:focus-within\:place-self-stretch:focus-within {
    place-self: stretch;
  }

  .md\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .md\:first\:place-self-start:first-child {
    place-self: start;
  }

  .md\:first\:place-self-end:first-child {
    place-self: end;
  }

  .md\:first\:place-self-center:first-child {
    place-self: center;
  }

  .md\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .md\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .md\:last\:place-self-start:last-child {
    place-self: start;
  }

  .md\:last\:place-self-end:last-child {
    place-self: end;
  }

  .md\:last\:place-self-center:last-child {
    place-self: center;
  }

  .md\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .md\:odd\:place-self-auto:nth-child(odd) {
    place-self: auto;
  }

  .md\:odd\:place-self-start:nth-child(odd) {
    place-self: start;
  }

  .md\:odd\:place-self-end:nth-child(odd) {
    place-self: end;
  }

  .md\:odd\:place-self-center:nth-child(odd) {
    place-self: center;
  }

  .md\:odd\:place-self-stretch:nth-child(odd) {
    place-self: stretch;
  }

  .md\:even\:place-self-auto:nth-child(even) {
    place-self: auto;
  }

  .md\:even\:place-self-start:nth-child(even) {
    place-self: start;
  }

  .md\:even\:place-self-end:nth-child(even) {
    place-self: end;
  }

  .md\:even\:place-self-center:nth-child(even) {
    place-self: center;
  }

  .md\:even\:place-self-stretch:nth-child(even) {
    place-self: stretch;
  }

  .md\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .md\:hover\:place-self-start:hover {
    place-self: start;
  }

  .md\:hover\:place-self-end:hover {
    place-self: end;
  }

  .md\:hover\:place-self-center:hover {
    place-self: center;
  }

  .md\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .md\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .md\:focus\:place-self-start:focus {
    place-self: start;
  }

  .md\:focus\:place-self-end:focus {
    place-self: end;
  }

  .md\:focus\:place-self-center:focus {
    place-self: center;
  }

  .md\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .md\:active\:place-self-auto:active {
    place-self: auto;
  }

  .md\:active\:place-self-start:active {
    place-self: start;
  }

  .md\:active\:place-self-end:active {
    place-self: end;
  }

  .md\:active\:place-self-center:active {
    place-self: center;
  }

  .md\:active\:place-self-stretch:active {
    place-self: stretch;
  }

  .md\:visited\:place-self-auto:visited {
    place-self: auto;
  }

  .md\:visited\:place-self-start:visited {
    place-self: start;
  }

  .md\:visited\:place-self-end:visited {
    place-self: end;
  }

  .md\:visited\:place-self-center:visited {
    place-self: center;
  }

  .md\:visited\:place-self-stretch:visited {
    place-self: stretch;
  }

  .md\:disabled\:place-self-auto:disabled {
    place-self: auto;
  }

  .md\:disabled\:place-self-start:disabled {
    place-self: start;
  }

  .md\:disabled\:place-self-end:disabled {
    place-self: end;
  }

  .md\:disabled\:place-self-center:disabled {
    place-self: center;
  }

  .md\:disabled\:place-self-stretch:disabled {
    place-self: stretch;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .group:hover .md\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .md\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .md\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .md\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .md\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .md\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .md\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .md\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .md\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .md\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .md\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .md\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .md\:first\:items-center:first-child {
    align-items: center;
  }

  .md\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .md\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .md\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .md\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .md\:last\:items-center:last-child {
    align-items: center;
  }

  .md\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .md\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .md\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .md\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .md\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .md\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .md\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .md\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .md\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .md\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .md\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .md\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .md\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .md\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .md\:hover\:items-center:hover {
    align-items: center;
  }

  .md\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .md\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .md\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .md\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .md\:focus\:items-center:focus {
    align-items: center;
  }

  .md\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .md\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .md\:active\:items-start:active {
    align-items: flex-start;
  }

  .md\:active\:items-end:active {
    align-items: flex-end;
  }

  .md\:active\:items-center:active {
    align-items: center;
  }

  .md\:active\:items-baseline:active {
    align-items: baseline;
  }

  .md\:active\:items-stretch:active {
    align-items: stretch;
  }

  .md\:visited\:items-start:visited {
    align-items: flex-start;
  }

  .md\:visited\:items-end:visited {
    align-items: flex-end;
  }

  .md\:visited\:items-center:visited {
    align-items: center;
  }

  .md\:visited\:items-baseline:visited {
    align-items: baseline;
  }

  .md\:visited\:items-stretch:visited {
    align-items: stretch;
  }

  .md\:disabled\:items-start:disabled {
    align-items: flex-start;
  }

  .md\:disabled\:items-end:disabled {
    align-items: flex-end;
  }

  .md\:disabled\:items-center:disabled {
    align-items: center;
  }

  .md\:disabled\:items-baseline:disabled {
    align-items: baseline;
  }

  .md\:disabled\:items-stretch:disabled {
    align-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .group:hover .md\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .md\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .md\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .md\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .md\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .md\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .md\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .md\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .md\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .md\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .md\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .md\:focus-within\:content-evenly:focus-within {
    align-content: space-evenly;
  }

  .md\:first\:content-center:first-child {
    align-content: center;
  }

  .md\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .md\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .md\:first\:content-between:first-child {
    align-content: space-between;
  }

  .md\:first\:content-around:first-child {
    align-content: space-around;
  }

  .md\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .md\:last\:content-center:last-child {
    align-content: center;
  }

  .md\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .md\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .md\:last\:content-between:last-child {
    align-content: space-between;
  }

  .md\:last\:content-around:last-child {
    align-content: space-around;
  }

  .md\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .md\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .md\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .md\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .md\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .md\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .md\:odd\:content-evenly:nth-child(odd) {
    align-content: space-evenly;
  }

  .md\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .md\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .md\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .md\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .md\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .md\:even\:content-evenly:nth-child(even) {
    align-content: space-evenly;
  }

  .md\:hover\:content-center:hover {
    align-content: center;
  }

  .md\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .md\:focus\:content-center:focus {
    align-content: center;
  }

  .md\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .md\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .md\:focus\:content-between:focus {
    align-content: space-between;
  }

  .md\:focus\:content-around:focus {
    align-content: space-around;
  }

  .md\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .md\:active\:content-center:active {
    align-content: center;
  }

  .md\:active\:content-start:active {
    align-content: flex-start;
  }

  .md\:active\:content-end:active {
    align-content: flex-end;
  }

  .md\:active\:content-between:active {
    align-content: space-between;
  }

  .md\:active\:content-around:active {
    align-content: space-around;
  }

  .md\:active\:content-evenly:active {
    align-content: space-evenly;
  }

  .md\:visited\:content-center:visited {
    align-content: center;
  }

  .md\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .md\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .md\:visited\:content-between:visited {
    align-content: space-between;
  }

  .md\:visited\:content-around:visited {
    align-content: space-around;
  }

  .md\:visited\:content-evenly:visited {
    align-content: space-evenly;
  }

  .md\:disabled\:content-center:disabled {
    align-content: center;
  }

  .md\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .md\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .md\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .md\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .md\:disabled\:content-evenly:disabled {
    align-content: space-evenly;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .group:hover .md\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .md\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .md\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .md\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .md\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .md\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .md\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .md\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .md\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .md\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .md\:first\:self-auto:first-child {
    align-self: auto;
  }

  .md\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .md\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .md\:first\:self-center:first-child {
    align-self: center;
  }

  .md\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .md\:last\:self-auto:last-child {
    align-self: auto;
  }

  .md\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .md\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .md\:last\:self-center:last-child {
    align-self: center;
  }

  .md\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .md\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .md\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .md\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .md\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .md\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .md\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .md\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .md\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .md\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .md\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .md\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md\:hover\:self-center:hover {
    align-self: center;
  }

  .md\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md\:focus\:self-auto:focus {
    align-self: auto;
  }

  .md\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .md\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .md\:focus\:self-center:focus {
    align-self: center;
  }

  .md\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .md\:active\:self-auto:active {
    align-self: auto;
  }

  .md\:active\:self-start:active {
    align-self: flex-start;
  }

  .md\:active\:self-end:active {
    align-self: flex-end;
  }

  .md\:active\:self-center:active {
    align-self: center;
  }

  .md\:active\:self-stretch:active {
    align-self: stretch;
  }

  .md\:visited\:self-auto:visited {
    align-self: auto;
  }

  .md\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .md\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .md\:visited\:self-center:visited {
    align-self: center;
  }

  .md\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .md\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .md\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .md\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .md\:disabled\:self-center:disabled {
    align-self: center;
  }

  .md\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .md\:justify-items-auto {
    justify-items: auto;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .group:hover .md\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .md\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .md\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .md\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .md\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:focus-within\:justify-items-auto:focus-within {
    justify-items: auto;
  }

  .md\:focus-within\:justify-items-start:focus-within {
    justify-items: start;
  }

  .md\:focus-within\:justify-items-end:focus-within {
    justify-items: end;
  }

  .md\:focus-within\:justify-items-center:focus-within {
    justify-items: center;
  }

  .md\:focus-within\:justify-items-stretch:focus-within {
    justify-items: stretch;
  }

  .md\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .md\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .md\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .md\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .md\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .md\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .md\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .md\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .md\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .md\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .md\:odd\:justify-items-auto:nth-child(odd) {
    justify-items: auto;
  }

  .md\:odd\:justify-items-start:nth-child(odd) {
    justify-items: start;
  }

  .md\:odd\:justify-items-end:nth-child(odd) {
    justify-items: end;
  }

  .md\:odd\:justify-items-center:nth-child(odd) {
    justify-items: center;
  }

  .md\:odd\:justify-items-stretch:nth-child(odd) {
    justify-items: stretch;
  }

  .md\:even\:justify-items-auto:nth-child(even) {
    justify-items: auto;
  }

  .md\:even\:justify-items-start:nth-child(even) {
    justify-items: start;
  }

  .md\:even\:justify-items-end:nth-child(even) {
    justify-items: end;
  }

  .md\:even\:justify-items-center:nth-child(even) {
    justify-items: center;
  }

  .md\:even\:justify-items-stretch:nth-child(even) {
    justify-items: stretch;
  }

  .md\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .md\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .md\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .md\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .md\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .md\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .md\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .md\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .md\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .md\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .md\:active\:justify-items-auto:active {
    justify-items: auto;
  }

  .md\:active\:justify-items-start:active {
    justify-items: start;
  }

  .md\:active\:justify-items-end:active {
    justify-items: end;
  }

  .md\:active\:justify-items-center:active {
    justify-items: center;
  }

  .md\:active\:justify-items-stretch:active {
    justify-items: stretch;
  }

  .md\:visited\:justify-items-auto:visited {
    justify-items: auto;
  }

  .md\:visited\:justify-items-start:visited {
    justify-items: start;
  }

  .md\:visited\:justify-items-end:visited {
    justify-items: end;
  }

  .md\:visited\:justify-items-center:visited {
    justify-items: center;
  }

  .md\:visited\:justify-items-stretch:visited {
    justify-items: stretch;
  }

  .md\:disabled\:justify-items-auto:disabled {
    justify-items: auto;
  }

  .md\:disabled\:justify-items-start:disabled {
    justify-items: start;
  }

  .md\:disabled\:justify-items-end:disabled {
    justify-items: end;
  }

  .md\:disabled\:justify-items-center:disabled {
    justify-items: center;
  }

  .md\:disabled\:justify-items-stretch:disabled {
    justify-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .group:hover .md\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .md\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .md\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .md\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .md\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .md\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .md\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .md\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .md\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .md\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .md\:focus-within\:justify-evenly:focus-within {
    justify-content: space-evenly;
  }

  .md\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .md\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .md\:first\:justify-center:first-child {
    justify-content: center;
  }

  .md\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .md\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .md\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .md\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .md\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .md\:last\:justify-center:last-child {
    justify-content: center;
  }

  .md\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .md\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .md\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .md\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .md\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .md\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .md\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .md\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .md\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .md\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .md\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .md\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .md\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .md\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .md\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .md\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .md\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .md\:hover\:justify-center:hover {
    justify-content: center;
  }

  .md\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .md\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .md\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .md\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .md\:focus\:justify-center:focus {
    justify-content: center;
  }

  .md\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .md\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .md\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .md\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .md\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .md\:active\:justify-center:active {
    justify-content: center;
  }

  .md\:active\:justify-between:active {
    justify-content: space-between;
  }

  .md\:active\:justify-around:active {
    justify-content: space-around;
  }

  .md\:active\:justify-evenly:active {
    justify-content: space-evenly;
  }

  .md\:visited\:justify-start:visited {
    justify-content: flex-start;
  }

  .md\:visited\:justify-end:visited {
    justify-content: flex-end;
  }

  .md\:visited\:justify-center:visited {
    justify-content: center;
  }

  .md\:visited\:justify-between:visited {
    justify-content: space-between;
  }

  .md\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .md\:visited\:justify-evenly:visited {
    justify-content: space-evenly;
  }

  .md\:disabled\:justify-start:disabled {
    justify-content: flex-start;
  }

  .md\:disabled\:justify-end:disabled {
    justify-content: flex-end;
  }

  .md\:disabled\:justify-center:disabled {
    justify-content: center;
  }

  .md\:disabled\:justify-between:disabled {
    justify-content: space-between;
  }

  .md\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .md\:disabled\:justify-evenly:disabled {
    justify-content: space-evenly;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .group:hover .md\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .md\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .md\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .md\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .md\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:focus-within\:justify-self-auto:focus-within {
    justify-self: auto;
  }

  .md\:focus-within\:justify-self-start:focus-within {
    justify-self: start;
  }

  .md\:focus-within\:justify-self-end:focus-within {
    justify-self: end;
  }

  .md\:focus-within\:justify-self-center:focus-within {
    justify-self: center;
  }

  .md\:focus-within\:justify-self-stretch:focus-within {
    justify-self: stretch;
  }

  .md\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .md\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .md\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .md\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .md\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .md\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .md\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .md\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .md\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .md\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .md\:odd\:justify-self-auto:nth-child(odd) {
    justify-self: auto;
  }

  .md\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .md\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .md\:odd\:justify-self-center:nth-child(odd) {
    justify-self: center;
  }

  .md\:odd\:justify-self-stretch:nth-child(odd) {
    justify-self: stretch;
  }

  .md\:even\:justify-self-auto:nth-child(even) {
    justify-self: auto;
  }

  .md\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }

  .md\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .md\:even\:justify-self-center:nth-child(even) {
    justify-self: center;
  }

  .md\:even\:justify-self-stretch:nth-child(even) {
    justify-self: stretch;
  }

  .md\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .md\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .md\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .md\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .md\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .md\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .md\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .md\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .md\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .md\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .md\:active\:justify-self-auto:active {
    justify-self: auto;
  }

  .md\:active\:justify-self-start:active {
    justify-self: start;
  }

  .md\:active\:justify-self-end:active {
    justify-self: end;
  }

  .md\:active\:justify-self-center:active {
    justify-self: center;
  }

  .md\:active\:justify-self-stretch:active {
    justify-self: stretch;
  }

  .md\:visited\:justify-self-auto:visited {
    justify-self: auto;
  }

  .md\:visited\:justify-self-start:visited {
    justify-self: start;
  }

  .md\:visited\:justify-self-end:visited {
    justify-self: end;
  }

  .md\:visited\:justify-self-center:visited {
    justify-self: center;
  }

  .md\:visited\:justify-self-stretch:visited {
    justify-self: stretch;
  }

  .md\:disabled\:justify-self-auto:disabled {
    justify-self: auto;
  }

  .md\:disabled\:justify-self-start:disabled {
    justify-self: start;
  }

  .md\:disabled\:justify-self-end:disabled {
    justify-self: end;
  }

  .md\:disabled\:justify-self-center:disabled {
    justify-self: center;
  }

  .md\:disabled\:justify-self-stretch:disabled {
    justify-self: stretch;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .group:hover .md\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .md\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .md\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .md\:group-hover\:flex-none {
    flex: none;
  }

  .md\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .md\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .md\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .md\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .md\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .md\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .md\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .md\:first\:flex-none:first-child {
    flex: none;
  }

  .md\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .md\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .md\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .md\:last\:flex-none:last-child {
    flex: none;
  }

  .md\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .md\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .md\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .md\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .md\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .md\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .md\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .md\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .md\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .md\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .md\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .md\:hover\:flex-none:hover {
    flex: none;
  }

  .md\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .md\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .md\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .md\:focus\:flex-none:focus {
    flex: none;
  }

  .md\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .md\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .md\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .md\:active\:flex-none:active {
    flex: none;
  }

  .md\:visited\:flex-1:visited {
    flex: 1 1 0%;
  }

  .md\:visited\:flex-auto:visited {
    flex: 1 1 auto;
  }

  .md\:visited\:flex-initial:visited {
    flex: 0 1 auto;
  }

  .md\:visited\:flex-none:visited {
    flex: none;
  }

  .md\:disabled\:flex-1:disabled {
    flex: 1 1 0%;
  }

  .md\:disabled\:flex-auto:disabled {
    flex: 1 1 auto;
  }

  .md\:disabled\:flex-initial:disabled {
    flex: 0 1 auto;
  }

  .md\:disabled\:flex-none:disabled {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .md\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .md\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .md\:focus-within\:flex-grow-0:focus-within {
    flex-grow: 0;
  }

  .md\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .md\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .md\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .md\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .md\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .md\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .md\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .md\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .md\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .md\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .md\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .md\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .md\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .md\:active\:flex-grow-0:active {
    flex-grow: 0;
  }

  .md\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .md\:visited\:flex-grow-0:visited {
    flex-grow: 0;
  }

  .md\:visited\:flex-grow:visited {
    flex-grow: 1;
  }

  .md\:disabled\:flex-grow-0:disabled {
    flex-grow: 0;
  }

  .md\:disabled\:flex-grow:disabled {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .md\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .md\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .md\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .md\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .md\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .md\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .md\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .md\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .md\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .md\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .md\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .md\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .md\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .md\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .md\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .md\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .md\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .md\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .md\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .md\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .group:hover .md\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .md\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .md\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .md\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .md\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .md\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .md\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .md\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .md\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .md\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .md\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .md\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .md\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .md\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .md\:group-hover\:order-none {
    order: 0;
  }

  .md\:focus-within\:order-1:focus-within {
    order: 1;
  }

  .md\:focus-within\:order-2:focus-within {
    order: 2;
  }

  .md\:focus-within\:order-3:focus-within {
    order: 3;
  }

  .md\:focus-within\:order-4:focus-within {
    order: 4;
  }

  .md\:focus-within\:order-5:focus-within {
    order: 5;
  }

  .md\:focus-within\:order-6:focus-within {
    order: 6;
  }

  .md\:focus-within\:order-7:focus-within {
    order: 7;
  }

  .md\:focus-within\:order-8:focus-within {
    order: 8;
  }

  .md\:focus-within\:order-9:focus-within {
    order: 9;
  }

  .md\:focus-within\:order-10:focus-within {
    order: 10;
  }

  .md\:focus-within\:order-11:focus-within {
    order: 11;
  }

  .md\:focus-within\:order-12:focus-within {
    order: 12;
  }

  .md\:focus-within\:order-first:focus-within {
    order: -9999;
  }

  .md\:focus-within\:order-last:focus-within {
    order: 9999;
  }

  .md\:focus-within\:order-none:focus-within {
    order: 0;
  }

  .md\:first\:order-1:first-child {
    order: 1;
  }

  .md\:first\:order-2:first-child {
    order: 2;
  }

  .md\:first\:order-3:first-child {
    order: 3;
  }

  .md\:first\:order-4:first-child {
    order: 4;
  }

  .md\:first\:order-5:first-child {
    order: 5;
  }

  .md\:first\:order-6:first-child {
    order: 6;
  }

  .md\:first\:order-7:first-child {
    order: 7;
  }

  .md\:first\:order-8:first-child {
    order: 8;
  }

  .md\:first\:order-9:first-child {
    order: 9;
  }

  .md\:first\:order-10:first-child {
    order: 10;
  }

  .md\:first\:order-11:first-child {
    order: 11;
  }

  .md\:first\:order-12:first-child {
    order: 12;
  }

  .md\:first\:order-first:first-child {
    order: -9999;
  }

  .md\:first\:order-last:first-child {
    order: 9999;
  }

  .md\:first\:order-none:first-child {
    order: 0;
  }

  .md\:last\:order-1:last-child {
    order: 1;
  }

  .md\:last\:order-2:last-child {
    order: 2;
  }

  .md\:last\:order-3:last-child {
    order: 3;
  }

  .md\:last\:order-4:last-child {
    order: 4;
  }

  .md\:last\:order-5:last-child {
    order: 5;
  }

  .md\:last\:order-6:last-child {
    order: 6;
  }

  .md\:last\:order-7:last-child {
    order: 7;
  }

  .md\:last\:order-8:last-child {
    order: 8;
  }

  .md\:last\:order-9:last-child {
    order: 9;
  }

  .md\:last\:order-10:last-child {
    order: 10;
  }

  .md\:last\:order-11:last-child {
    order: 11;
  }

  .md\:last\:order-12:last-child {
    order: 12;
  }

  .md\:last\:order-first:last-child {
    order: -9999;
  }

  .md\:last\:order-last:last-child {
    order: 9999;
  }

  .md\:last\:order-none:last-child {
    order: 0;
  }

  .md\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .md\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .md\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .md\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .md\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .md\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .md\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .md\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .md\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .md\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .md\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .md\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .md\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .md\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .md\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .md\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .md\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .md\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .md\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .md\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .md\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .md\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .md\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .md\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .md\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .md\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .md\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .md\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .md\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .md\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .md\:hover\:order-1:hover {
    order: 1;
  }

  .md\:hover\:order-2:hover {
    order: 2;
  }

  .md\:hover\:order-3:hover {
    order: 3;
  }

  .md\:hover\:order-4:hover {
    order: 4;
  }

  .md\:hover\:order-5:hover {
    order: 5;
  }

  .md\:hover\:order-6:hover {
    order: 6;
  }

  .md\:hover\:order-7:hover {
    order: 7;
  }

  .md\:hover\:order-8:hover {
    order: 8;
  }

  .md\:hover\:order-9:hover {
    order: 9;
  }

  .md\:hover\:order-10:hover {
    order: 10;
  }

  .md\:hover\:order-11:hover {
    order: 11;
  }

  .md\:hover\:order-12:hover {
    order: 12;
  }

  .md\:hover\:order-first:hover {
    order: -9999;
  }

  .md\:hover\:order-last:hover {
    order: 9999;
  }

  .md\:hover\:order-none:hover {
    order: 0;
  }

  .md\:focus\:order-1:focus {
    order: 1;
  }

  .md\:focus\:order-2:focus {
    order: 2;
  }

  .md\:focus\:order-3:focus {
    order: 3;
  }

  .md\:focus\:order-4:focus {
    order: 4;
  }

  .md\:focus\:order-5:focus {
    order: 5;
  }

  .md\:focus\:order-6:focus {
    order: 6;
  }

  .md\:focus\:order-7:focus {
    order: 7;
  }

  .md\:focus\:order-8:focus {
    order: 8;
  }

  .md\:focus\:order-9:focus {
    order: 9;
  }

  .md\:focus\:order-10:focus {
    order: 10;
  }

  .md\:focus\:order-11:focus {
    order: 11;
  }

  .md\:focus\:order-12:focus {
    order: 12;
  }

  .md\:focus\:order-first:focus {
    order: -9999;
  }

  .md\:focus\:order-last:focus {
    order: 9999;
  }

  .md\:focus\:order-none:focus {
    order: 0;
  }

  .md\:active\:order-1:active {
    order: 1;
  }

  .md\:active\:order-2:active {
    order: 2;
  }

  .md\:active\:order-3:active {
    order: 3;
  }

  .md\:active\:order-4:active {
    order: 4;
  }

  .md\:active\:order-5:active {
    order: 5;
  }

  .md\:active\:order-6:active {
    order: 6;
  }

  .md\:active\:order-7:active {
    order: 7;
  }

  .md\:active\:order-8:active {
    order: 8;
  }

  .md\:active\:order-9:active {
    order: 9;
  }

  .md\:active\:order-10:active {
    order: 10;
  }

  .md\:active\:order-11:active {
    order: 11;
  }

  .md\:active\:order-12:active {
    order: 12;
  }

  .md\:active\:order-first:active {
    order: -9999;
  }

  .md\:active\:order-last:active {
    order: 9999;
  }

  .md\:active\:order-none:active {
    order: 0;
  }

  .md\:visited\:order-1:visited {
    order: 1;
  }

  .md\:visited\:order-2:visited {
    order: 2;
  }

  .md\:visited\:order-3:visited {
    order: 3;
  }

  .md\:visited\:order-4:visited {
    order: 4;
  }

  .md\:visited\:order-5:visited {
    order: 5;
  }

  .md\:visited\:order-6:visited {
    order: 6;
  }

  .md\:visited\:order-7:visited {
    order: 7;
  }

  .md\:visited\:order-8:visited {
    order: 8;
  }

  .md\:visited\:order-9:visited {
    order: 9;
  }

  .md\:visited\:order-10:visited {
    order: 10;
  }

  .md\:visited\:order-11:visited {
    order: 11;
  }

  .md\:visited\:order-12:visited {
    order: 12;
  }

  .md\:visited\:order-first:visited {
    order: -9999;
  }

  .md\:visited\:order-last:visited {
    order: 9999;
  }

  .md\:visited\:order-none:visited {
    order: 0;
  }

  .md\:disabled\:order-1:disabled {
    order: 1;
  }

  .md\:disabled\:order-2:disabled {
    order: 2;
  }

  .md\:disabled\:order-3:disabled {
    order: 3;
  }

  .md\:disabled\:order-4:disabled {
    order: 4;
  }

  .md\:disabled\:order-5:disabled {
    order: 5;
  }

  .md\:disabled\:order-6:disabled {
    order: 6;
  }

  .md\:disabled\:order-7:disabled {
    order: 7;
  }

  .md\:disabled\:order-8:disabled {
    order: 8;
  }

  .md\:disabled\:order-9:disabled {
    order: 9;
  }

  .md\:disabled\:order-10:disabled {
    order: 10;
  }

  .md\:disabled\:order-11:disabled {
    order: 11;
  }

  .md\:disabled\:order-12:disabled {
    order: 12;
  }

  .md\:disabled\:order-first:disabled {
    order: -9999;
  }

  .md\:disabled\:order-last:disabled {
    order: 9999;
  }

  .md\:disabled\:order-none:disabled {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .group:hover .md\:group-hover\:float-right {
    float: right;
  }

  .group:hover .md\:group-hover\:float-left {
    float: left;
  }

  .group:hover .md\:group-hover\:float-none {
    float: none;
  }

  .md\:focus-within\:float-right:focus-within {
    float: right;
  }

  .md\:focus-within\:float-left:focus-within {
    float: left;
  }

  .md\:focus-within\:float-none:focus-within {
    float: none;
  }

  .md\:first\:float-right:first-child {
    float: right;
  }

  .md\:first\:float-left:first-child {
    float: left;
  }

  .md\:first\:float-none:first-child {
    float: none;
  }

  .md\:last\:float-right:last-child {
    float: right;
  }

  .md\:last\:float-left:last-child {
    float: left;
  }

  .md\:last\:float-none:last-child {
    float: none;
  }

  .md\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .md\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .md\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .md\:even\:float-right:nth-child(even) {
    float: right;
  }

  .md\:even\:float-left:nth-child(even) {
    float: left;
  }

  .md\:even\:float-none:nth-child(even) {
    float: none;
  }

  .md\:hover\:float-right:hover {
    float: right;
  }

  .md\:hover\:float-left:hover {
    float: left;
  }

  .md\:hover\:float-none:hover {
    float: none;
  }

  .md\:focus\:float-right:focus {
    float: right;
  }

  .md\:focus\:float-left:focus {
    float: left;
  }

  .md\:focus\:float-none:focus {
    float: none;
  }

  .md\:active\:float-right:active {
    float: right;
  }

  .md\:active\:float-left:active {
    float: left;
  }

  .md\:active\:float-none:active {
    float: none;
  }

  .md\:visited\:float-right:visited {
    float: right;
  }

  .md\:visited\:float-left:visited {
    float: left;
  }

  .md\:visited\:float-none:visited {
    float: none;
  }

  .md\:disabled\:float-right:disabled {
    float: right;
  }

  .md\:disabled\:float-left:disabled {
    float: left;
  }

  .md\:disabled\:float-none:disabled {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .group:hover .md\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .md\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .md\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .md\:group-hover\:clear-none {
    clear: none;
  }

  .md\:focus-within\:clear-left:focus-within {
    clear: left;
  }

  .md\:focus-within\:clear-right:focus-within {
    clear: right;
  }

  .md\:focus-within\:clear-both:focus-within {
    clear: both;
  }

  .md\:focus-within\:clear-none:focus-within {
    clear: none;
  }

  .md\:first\:clear-left:first-child {
    clear: left;
  }

  .md\:first\:clear-right:first-child {
    clear: right;
  }

  .md\:first\:clear-both:first-child {
    clear: both;
  }

  .md\:first\:clear-none:first-child {
    clear: none;
  }

  .md\:last\:clear-left:last-child {
    clear: left;
  }

  .md\:last\:clear-right:last-child {
    clear: right;
  }

  .md\:last\:clear-both:last-child {
    clear: both;
  }

  .md\:last\:clear-none:last-child {
    clear: none;
  }

  .md\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .md\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .md\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .md\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .md\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .md\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .md\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .md\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .md\:hover\:clear-left:hover {
    clear: left;
  }

  .md\:hover\:clear-right:hover {
    clear: right;
  }

  .md\:hover\:clear-both:hover {
    clear: both;
  }

  .md\:hover\:clear-none:hover {
    clear: none;
  }

  .md\:focus\:clear-left:focus {
    clear: left;
  }

  .md\:focus\:clear-right:focus {
    clear: right;
  }

  .md\:focus\:clear-both:focus {
    clear: both;
  }

  .md\:focus\:clear-none:focus {
    clear: none;
  }

  .md\:active\:clear-left:active {
    clear: left;
  }

  .md\:active\:clear-right:active {
    clear: right;
  }

  .md\:active\:clear-both:active {
    clear: both;
  }

  .md\:active\:clear-none:active {
    clear: none;
  }

  .md\:visited\:clear-left:visited {
    clear: left;
  }

  .md\:visited\:clear-right:visited {
    clear: right;
  }

  .md\:visited\:clear-both:visited {
    clear: both;
  }

  .md\:visited\:clear-none:visited {
    clear: none;
  }

  .md\:disabled\:clear-left:disabled {
    clear: left;
  }

  .md\:disabled\:clear-right:disabled {
    clear: right;
  }

  .md\:disabled\:clear-both:disabled {
    clear: both;
  }

  .md\:disabled\:clear-none:disabled {
    clear: none;
  }

  .md\:font-sans {
    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";
  }

  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .md\:group-hover\:font-sans {
    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";
  }

  .group:hover .md\:group-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .md\:group-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:focus-within\:font-sans:focus-within {
    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";
  }

  .md\:focus-within\:font-serif:focus-within {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:focus-within\:font-mono:focus-within {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:first\:font-sans:first-child {
    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";
  }

  .md\:first\:font-serif:first-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:first\:font-mono:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:last\:font-sans:last-child {
    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";
  }

  .md\:last\:font-serif:last-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:last\:font-mono:last-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:odd\:font-sans:nth-child(odd) {
    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";
  }

  .md\:odd\:font-serif:nth-child(odd) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:odd\:font-mono:nth-child(odd) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:even\:font-sans:nth-child(even) {
    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";
  }

  .md\:even\:font-serif:nth-child(even) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:even\:font-mono:nth-child(even) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:hover\:font-sans:hover {
    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";
  }

  .md\:hover\:font-serif:hover {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:hover\:font-mono:hover {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:focus\:font-sans:focus {
    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";
  }

  .md\:focus\:font-serif:focus {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:focus\:font-mono:focus {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:active\:font-sans:active {
    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";
  }

  .md\:active\:font-serif:active {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:active\:font-mono:active {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:visited\:font-sans:visited {
    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";
  }

  .md\:visited\:font-serif:visited {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:visited\:font-mono:visited {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:disabled\:font-sans:disabled {
    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";
  }

  .md\:disabled\:font-serif:disabled {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:disabled\:font-mono:disabled {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .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;
  }

  .group:hover .md\:group-hover\:font-thin {
    font-weight: 100;
  }

  .group:hover .md\:group-hover\:font-extralight {
    font-weight: 200;
  }

  .group:hover .md\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .md\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .md\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .md\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .md\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .md\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .md\:group-hover\:font-black {
    font-weight: 900;
  }

  .md\:focus-within\:font-thin:focus-within {
    font-weight: 100;
  }

  .md\:focus-within\:font-extralight:focus-within {
    font-weight: 200;
  }

  .md\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .md\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .md\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .md\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .md\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .md\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .md\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .md\:first\:font-thin:first-child {
    font-weight: 100;
  }

  .md\:first\:font-extralight:first-child {
    font-weight: 200;
  }

  .md\:first\:font-light:first-child {
    font-weight: 300;
  }

  .md\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .md\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .md\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .md\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .md\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .md\:first\:font-black:first-child {
    font-weight: 900;
  }

  .md\:last\:font-thin:last-child {
    font-weight: 100;
  }

  .md\:last\:font-extralight:last-child {
    font-weight: 200;
  }

  .md\:last\:font-light:last-child {
    font-weight: 300;
  }

  .md\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .md\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .md\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .md\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .md\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .md\:last\:font-black:last-child {
    font-weight: 900;
  }

  .md\:odd\:font-thin:nth-child(odd) {
    font-weight: 100;
  }

  .md\:odd\:font-extralight:nth-child(odd) {
    font-weight: 200;
  }

  .md\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .md\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .md\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .md\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .md\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .md\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .md\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .md\:even\:font-thin:nth-child(even) {
    font-weight: 100;
  }

  .md\:even\:font-extralight:nth-child(even) {
    font-weight: 200;
  }

  .md\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .md\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .md\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .md\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .md\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .md\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .md\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .md\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .md\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:active\:font-thin:active {
    font-weight: 100;
  }

  .md\:active\:font-extralight:active {
    font-weight: 200;
  }

  .md\:active\:font-light:active {
    font-weight: 300;
  }

  .md\:active\:font-normal:active {
    font-weight: 400;
  }

  .md\:active\:font-medium:active {
    font-weight: 500;
  }

  .md\:active\:font-semibold:active {
    font-weight: 600;
  }

  .md\:active\:font-bold:active {
    font-weight: 700;
  }

  .md\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .md\:active\:font-black:active {
    font-weight: 900;
  }

  .md\:visited\:font-thin:visited {
    font-weight: 100;
  }

  .md\:visited\:font-extralight:visited {
    font-weight: 200;
  }

  .md\:visited\:font-light:visited {
    font-weight: 300;
  }

  .md\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .md\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .md\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .md\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .md\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .md\:visited\:font-black:visited {
    font-weight: 900;
  }

  .md\:disabled\:font-thin:disabled {
    font-weight: 100;
  }

  .md\:disabled\:font-extralight:disabled {
    font-weight: 200;
  }

  .md\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .md\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .md\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .md\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .md\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .md\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .md\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .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;
  }

  .group:hover .md\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .md\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .md\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .md\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .md\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .md\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .md\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .md\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .md\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .md\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .md\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .md\:group-hover\:h-11 {
    height: 2.75rem;
  }

  .group:hover .md\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .md\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .md\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .md\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .md\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .md\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .md\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .md\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .md\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .md\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .md\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .md\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .md\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .md\:group-hover\:h-60 {
    height: 15rem;
  }

  .group:hover .md\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .md\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .md\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .md\:group-hover\:h-96 {
    height: 24rem;
  }

  .group:hover .md\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md\:group-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .group:hover .md\:group-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .group:hover .md\:group-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .group:hover .md\:group-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .group:hover .md\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .md\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .md\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .md\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .md\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .md\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .md\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .md\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .md\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .md\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .md\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .md\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .md\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-screen {
    height: 100vh;
  }

  .md\:focus-within\:h-0:focus-within {
    height: 0px;
  }

  .md\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .md\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .md\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .md\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .md\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .md\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .md\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .md\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .md\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .md\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .md\:focus-within\:h-11:focus-within {
    height: 2.75rem;
  }

  .md\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .md\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .md\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .md\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .md\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .md\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .md\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .md\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .md\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .md\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .md\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .md\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .md\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .md\:focus-within\:h-60:focus-within {
    height: 15rem;
  }

  .md\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .md\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .md\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .md\:focus-within\:h-96:focus-within {
    height: 24rem;
  }

  .md\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .md\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .md\:focus-within\:h-0\.5:focus-within {
    height: 0.125rem;
  }

  .md\:focus-within\:h-1\.5:focus-within {
    height: 0.375rem;
  }

  .md\:focus-within\:h-2\.5:focus-within {
    height: 0.625rem;
  }

  .md\:focus-within\:h-3\.5:focus-within {
    height: 0.875rem;
  }

  .md\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .md\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .md\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .md\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .md\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .md\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .md\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .md\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .md\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .md\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .md\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .md\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .md\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .md\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .md\:first\:h-0:first-child {
    height: 0px;
  }

  .md\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .md\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .md\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .md\:first\:h-4:first-child {
    height: 1rem;
  }

  .md\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .md\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .md\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .md\:first\:h-8:first-child {
    height: 2rem;
  }

  .md\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .md\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .md\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .md\:first\:h-12:first-child {
    height: 3rem;
  }

  .md\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .md\:first\:h-16:first-child {
    height: 4rem;
  }

  .md\:first\:h-20:first-child {
    height: 5rem;
  }

  .md\:first\:h-24:first-child {
    height: 6rem;
  }

  .md\:first\:h-28:first-child {
    height: 7rem;
  }

  .md\:first\:h-32:first-child {
    height: 8rem;
  }

  .md\:first\:h-36:first-child {
    height: 9rem;
  }

  .md\:first\:h-40:first-child {
    height: 10rem;
  }

  .md\:first\:h-44:first-child {
    height: 11rem;
  }

  .md\:first\:h-48:first-child {
    height: 12rem;
  }

  .md\:first\:h-52:first-child {
    height: 13rem;
  }

  .md\:first\:h-56:first-child {
    height: 14rem;
  }

  .md\:first\:h-60:first-child {
    height: 15rem;
  }

  .md\:first\:h-64:first-child {
    height: 16rem;
  }

  .md\:first\:h-72:first-child {
    height: 18rem;
  }

  .md\:first\:h-80:first-child {
    height: 20rem;
  }

  .md\:first\:h-96:first-child {
    height: 24rem;
  }

  .md\:first\:h-auto:first-child {
    height: auto;
  }

  .md\:first\:h-px:first-child {
    height: 1px;
  }

  .md\:first\:h-0\.5:first-child {
    height: 0.125rem;
  }

  .md\:first\:h-1\.5:first-child {
    height: 0.375rem;
  }

  .md\:first\:h-2\.5:first-child {
    height: 0.625rem;
  }

  .md\:first\:h-3\.5:first-child {
    height: 0.875rem;
  }

  .md\:first\:h-1\/2:first-child {
    height: 50%;
  }

  .md\:first\:h-1\/3:first-child {
    height: 33.333333%;
  }

  .md\:first\:h-2\/3:first-child {
    height: 66.666667%;
  }

  .md\:first\:h-1\/4:first-child {
    height: 25%;
  }

  .md\:first\:h-2\/4:first-child {
    height: 50%;
  }

  .md\:first\:h-3\/4:first-child {
    height: 75%;
  }

  .md\:first\:h-1\/5:first-child {
    height: 20%;
  }

  .md\:first\:h-2\/5:first-child {
    height: 40%;
  }

  .md\:first\:h-3\/5:first-child {
    height: 60%;
  }

  .md\:first\:h-4\/5:first-child {
    height: 80%;
  }

  .md\:first\:h-1\/6:first-child {
    height: 16.666667%;
  }

  .md\:first\:h-2\/6:first-child {
    height: 33.333333%;
  }

  .md\:first\:h-3\/6:first-child {
    height: 50%;
  }

  .md\:first\:h-4\/6:first-child {
    height: 66.666667%;
  }

  .md\:first\:h-5\/6:first-child {
    height: 83.333333%;
  }

  .md\:first\:h-full:first-child {
    height: 100%;
  }

  .md\:first\:h-screen:first-child {
    height: 100vh;
  }

  .md\:last\:h-0:last-child {
    height: 0px;
  }

  .md\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .md\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .md\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .md\:last\:h-4:last-child {
    height: 1rem;
  }

  .md\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .md\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .md\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .md\:last\:h-8:last-child {
    height: 2rem;
  }

  .md\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .md\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .md\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .md\:last\:h-12:last-child {
    height: 3rem;
  }

  .md\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .md\:last\:h-16:last-child {
    height: 4rem;
  }

  .md\:last\:h-20:last-child {
    height: 5rem;
  }

  .md\:last\:h-24:last-child {
    height: 6rem;
  }

  .md\:last\:h-28:last-child {
    height: 7rem;
  }

  .md\:last\:h-32:last-child {
    height: 8rem;
  }

  .md\:last\:h-36:last-child {
    height: 9rem;
  }

  .md\:last\:h-40:last-child {
    height: 10rem;
  }

  .md\:last\:h-44:last-child {
    height: 11rem;
  }

  .md\:last\:h-48:last-child {
    height: 12rem;
  }

  .md\:last\:h-52:last-child {
    height: 13rem;
  }

  .md\:last\:h-56:last-child {
    height: 14rem;
  }

  .md\:last\:h-60:last-child {
    height: 15rem;
  }

  .md\:last\:h-64:last-child {
    height: 16rem;
  }

  .md\:last\:h-72:last-child {
    height: 18rem;
  }

  .md\:last\:h-80:last-child {
    height: 20rem;
  }

  .md\:last\:h-96:last-child {
    height: 24rem;
  }

  .md\:last\:h-auto:last-child {
    height: auto;
  }

  .md\:last\:h-px:last-child {
    height: 1px;
  }

  .md\:last\:h-0\.5:last-child {
    height: 0.125rem;
  }

  .md\:last\:h-1\.5:last-child {
    height: 0.375rem;
  }

  .md\:last\:h-2\.5:last-child {
    height: 0.625rem;
  }

  .md\:last\:h-3\.5:last-child {
    height: 0.875rem;
  }

  .md\:last\:h-1\/2:last-child {
    height: 50%;
  }

  .md\:last\:h-1\/3:last-child {
    height: 33.333333%;
  }

  .md\:last\:h-2\/3:last-child {
    height: 66.666667%;
  }

  .md\:last\:h-1\/4:last-child {
    height: 25%;
  }

  .md\:last\:h-2\/4:last-child {
    height: 50%;
  }

  .md\:last\:h-3\/4:last-child {
    height: 75%;
  }

  .md\:last\:h-1\/5:last-child {
    height: 20%;
  }

  .md\:last\:h-2\/5:last-child {
    height: 40%;
  }

  .md\:last\:h-3\/5:last-child {
    height: 60%;
  }

  .md\:last\:h-4\/5:last-child {
    height: 80%;
  }

  .md\:last\:h-1\/6:last-child {
    height: 16.666667%;
  }

  .md\:last\:h-2\/6:last-child {
    height: 33.333333%;
  }

  .md\:last\:h-3\/6:last-child {
    height: 50%;
  }

  .md\:last\:h-4\/6:last-child {
    height: 66.666667%;
  }

  .md\:last\:h-5\/6:last-child {
    height: 83.333333%;
  }

  .md\:last\:h-full:last-child {
    height: 100%;
  }

  .md\:last\:h-screen:last-child {
    height: 100vh;
  }

  .md\:odd\:h-0:nth-child(odd) {
    height: 0px;
  }

  .md\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .md\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .md\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .md\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .md\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .md\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .md\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .md\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .md\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .md\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .md\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .md\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .md\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .md\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .md\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .md\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .md\:odd\:h-28:nth-child(odd) {
    height: 7rem;
  }

  .md\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .md\:odd\:h-36:nth-child(odd) {
    height: 9rem;
  }

  .md\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .md\:odd\:h-44:nth-child(odd) {
    height: 11rem;
  }

  .md\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .md\:odd\:h-52:nth-child(odd) {
    height: 13rem;
  }

  .md\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .md\:odd\:h-60:nth-child(odd) {
    height: 15rem;
  }

  .md\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .md\:odd\:h-72:nth-child(odd) {
    height: 18rem;
  }

  .md\:odd\:h-80:nth-child(odd) {
    height: 20rem;
  }

  .md\:odd\:h-96:nth-child(odd) {
    height: 24rem;
  }

  .md\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .md\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .md\:odd\:h-0\.5:nth-child(odd) {
    height: 0.125rem;
  }

  .md\:odd\:h-1\.5:nth-child(odd) {
    height: 0.375rem;
  }

  .md\:odd\:h-2\.5:nth-child(odd) {
    height: 0.625rem;
  }

  .md\:odd\:h-3\.5:nth-child(odd) {
    height: 0.875rem;
  }

  .md\:odd\:h-1\/2:nth-child(odd) {
    height: 50%;
  }

  .md\:odd\:h-1\/3:nth-child(odd) {
    height: 33.333333%;
  }

  .md\:odd\:h-2\/3:nth-child(odd) {
    height: 66.666667%;
  }

  .md\:odd\:h-1\/4:nth-child(odd) {
    height: 25%;
  }

  .md\:odd\:h-2\/4:nth-child(odd) {
    height: 50%;
  }

  .md\:odd\:h-3\/4:nth-child(odd) {
    height: 75%;
  }

  .md\:odd\:h-1\/5:nth-child(odd) {
    height: 20%;
  }

  .md\:odd\:h-2\/5:nth-child(odd) {
    height: 40%;
  }

  .md\:odd\:h-3\/5:nth-child(odd) {
    height: 60%;
  }

  .md\:odd\:h-4\/5:nth-child(odd) {
    height: 80%;
  }

  .md\:odd\:h-1\/6:nth-child(odd) {
    height: 16.666667%;
  }

  .md\:odd\:h-2\/6:nth-child(odd) {
    height: 33.333333%;
  }

  .md\:odd\:h-3\/6:nth-child(odd) {
    height: 50%;
  }

  .md\:odd\:h-4\/6:nth-child(odd) {
    height: 66.666667%;
  }

  .md\:odd\:h-5\/6:nth-child(odd) {
    height: 83.333333%;
  }

  .md\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .md\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .md\:even\:h-0:nth-child(even) {
    height: 0px;
  }

  .md\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .md\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .md\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .md\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .md\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .md\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .md\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .md\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .md\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .md\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .md\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .md\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .md\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .md\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .md\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .md\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .md\:even\:h-28:nth-child(even) {
    height: 7rem;
  }

  .md\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .md\:even\:h-36:nth-child(even) {
    height: 9rem;
  }

  .md\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .md\:even\:h-44:nth-child(even) {
    height: 11rem;
  }

  .md\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .md\:even\:h-52:nth-child(even) {
    height: 13rem;
  }

  .md\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .md\:even\:h-60:nth-child(even) {
    height: 15rem;
  }

  .md\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .md\:even\:h-72:nth-child(even) {
    height: 18rem;
  }

  .md\:even\:h-80:nth-child(even) {
    height: 20rem;
  }

  .md\:even\:h-96:nth-child(even) {
    height: 24rem;
  }

  .md\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .md\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .md\:even\:h-0\.5:nth-child(even) {
    height: 0.125rem;
  }

  .md\:even\:h-1\.5:nth-child(even) {
    height: 0.375rem;
  }

  .md\:even\:h-2\.5:nth-child(even) {
    height: 0.625rem;
  }

  .md\:even\:h-3\.5:nth-child(even) {
    height: 0.875rem;
  }

  .md\:even\:h-1\/2:nth-child(even) {
    height: 50%;
  }

  .md\:even\:h-1\/3:nth-child(even) {
    height: 33.333333%;
  }

  .md\:even\:h-2\/3:nth-child(even) {
    height: 66.666667%;
  }

  .md\:even\:h-1\/4:nth-child(even) {
    height: 25%;
  }

  .md\:even\:h-2\/4:nth-child(even) {
    height: 50%;
  }

  .md\:even\:h-3\/4:nth-child(even) {
    height: 75%;
  }

  .md\:even\:h-1\/5:nth-child(even) {
    height: 20%;
  }

  .md\:even\:h-2\/5:nth-child(even) {
    height: 40%;
  }

  .md\:even\:h-3\/5:nth-child(even) {
    height: 60%;
  }

  .md\:even\:h-4\/5:nth-child(even) {
    height: 80%;
  }

  .md\:even\:h-1\/6:nth-child(even) {
    height: 16.666667%;
  }

  .md\:even\:h-2\/6:nth-child(even) {
    height: 33.333333%;
  }

  .md\:even\:h-3\/6:nth-child(even) {
    height: 50%;
  }

  .md\:even\:h-4\/6:nth-child(even) {
    height: 66.666667%;
  }

  .md\:even\:h-5\/6:nth-child(even) {
    height: 83.333333%;
  }

  .md\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .md\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .md\:hover\:h-0:hover {
    height: 0px;
  }

  .md\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .md\:hover\:h-4:hover {
    height: 1rem;
  }

  .md\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .md\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .md\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .md\:hover\:h-8:hover {
    height: 2rem;
  }

  .md\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .md\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .md\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .md\:hover\:h-12:hover {
    height: 3rem;
  }

  .md\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .md\:hover\:h-16:hover {
    height: 4rem;
  }

  .md\:hover\:h-20:hover {
    height: 5rem;
  }

  .md\:hover\:h-24:hover {
    height: 6rem;
  }

  .md\:hover\:h-28:hover {
    height: 7rem;
  }

  .md\:hover\:h-32:hover {
    height: 8rem;
  }

  .md\:hover\:h-36:hover {
    height: 9rem;
  }

  .md\:hover\:h-40:hover {
    height: 10rem;
  }

  .md\:hover\:h-44:hover {
    height: 11rem;
  }

  .md\:hover\:h-48:hover {
    height: 12rem;
  }

  .md\:hover\:h-52:hover {
    height: 13rem;
  }

  .md\:hover\:h-56:hover {
    height: 14rem;
  }

  .md\:hover\:h-60:hover {
    height: 15rem;
  }

  .md\:hover\:h-64:hover {
    height: 16rem;
  }

  .md\:hover\:h-72:hover {
    height: 18rem;
  }

  .md\:hover\:h-80:hover {
    height: 20rem;
  }

  .md\:hover\:h-96:hover {
    height: 24rem;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-0\.5:hover {
    height: 0.125rem;
  }

  .md\:hover\:h-1\.5:hover {
    height: 0.375rem;
  }

  .md\:hover\:h-2\.5:hover {
    height: 0.625rem;
  }

  .md\:hover\:h-3\.5:hover {
    height: 0.875rem;
  }

  .md\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .md\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .md\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .md\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .md\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .md\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .md\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .md\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .md\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .md\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .md\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .md\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .md\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .md\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .md\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md\:focus\:h-0:focus {
    height: 0px;
  }

  .md\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .md\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .md\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .md\:focus\:h-4:focus {
    height: 1rem;
  }

  .md\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .md\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .md\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .md\:focus\:h-8:focus {
    height: 2rem;
  }

  .md\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .md\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .md\:focus\:h-11:focus {
    height: 2.75rem;
  }

  .md\:focus\:h-12:focus {
    height: 3rem;
  }

  .md\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .md\:focus\:h-16:focus {
    height: 4rem;
  }

  .md\:focus\:h-20:focus {
    height: 5rem;
  }

  .md\:focus\:h-24:focus {
    height: 6rem;
  }

  .md\:focus\:h-28:focus {
    height: 7rem;
  }

  .md\:focus\:h-32:focus {
    height: 8rem;
  }

  .md\:focus\:h-36:focus {
    height: 9rem;
  }

  .md\:focus\:h-40:focus {
    height: 10rem;
  }

  .md\:focus\:h-44:focus {
    height: 11rem;
  }

  .md\:focus\:h-48:focus {
    height: 12rem;
  }

  .md\:focus\:h-52:focus {
    height: 13rem;
  }

  .md\:focus\:h-56:focus {
    height: 14rem;
  }

  .md\:focus\:h-60:focus {
    height: 15rem;
  }

  .md\:focus\:h-64:focus {
    height: 16rem;
  }

  .md\:focus\:h-72:focus {
    height: 18rem;
  }

  .md\:focus\:h-80:focus {
    height: 20rem;
  }

  .md\:focus\:h-96:focus {
    height: 24rem;
  }

  .md\:focus\:h-auto:focus {
    height: auto;
  }

  .md\:focus\:h-px:focus {
    height: 1px;
  }

  .md\:focus\:h-0\.5:focus {
    height: 0.125rem;
  }

  .md\:focus\:h-1\.5:focus {
    height: 0.375rem;
  }

  .md\:focus\:h-2\.5:focus {
    height: 0.625rem;
  }

  .md\:focus\:h-3\.5:focus {
    height: 0.875rem;
  }

  .md\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .md\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .md\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .md\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .md\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .md\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .md\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .md\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .md\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .md\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .md\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .md\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .md\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .md\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .md\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .md\:focus\:h-full:focus {
    height: 100%;
  }

  .md\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md\:active\:h-0:active {
    height: 0px;
  }

  .md\:active\:h-1:active {
    height: 0.25rem;
  }

  .md\:active\:h-2:active {
    height: 0.5rem;
  }

  .md\:active\:h-3:active {
    height: 0.75rem;
  }

  .md\:active\:h-4:active {
    height: 1rem;
  }

  .md\:active\:h-5:active {
    height: 1.25rem;
  }

  .md\:active\:h-6:active {
    height: 1.5rem;
  }

  .md\:active\:h-7:active {
    height: 1.75rem;
  }

  .md\:active\:h-8:active {
    height: 2rem;
  }

  .md\:active\:h-9:active {
    height: 2.25rem;
  }

  .md\:active\:h-10:active {
    height: 2.5rem;
  }

  .md\:active\:h-11:active {
    height: 2.75rem;
  }

  .md\:active\:h-12:active {
    height: 3rem;
  }

  .md\:active\:h-14:active {
    height: 3.5rem;
  }

  .md\:active\:h-16:active {
    height: 4rem;
  }

  .md\:active\:h-20:active {
    height: 5rem;
  }

  .md\:active\:h-24:active {
    height: 6rem;
  }

  .md\:active\:h-28:active {
    height: 7rem;
  }

  .md\:active\:h-32:active {
    height: 8rem;
  }

  .md\:active\:h-36:active {
    height: 9rem;
  }

  .md\:active\:h-40:active {
    height: 10rem;
  }

  .md\:active\:h-44:active {
    height: 11rem;
  }

  .md\:active\:h-48:active {
    height: 12rem;
  }

  .md\:active\:h-52:active {
    height: 13rem;
  }

  .md\:active\:h-56:active {
    height: 14rem;
  }

  .md\:active\:h-60:active {
    height: 15rem;
  }

  .md\:active\:h-64:active {
    height: 16rem;
  }

  .md\:active\:h-72:active {
    height: 18rem;
  }

  .md\:active\:h-80:active {
    height: 20rem;
  }

  .md\:active\:h-96:active {
    height: 24rem;
  }

  .md\:active\:h-auto:active {
    height: auto;
  }

  .md\:active\:h-px:active {
    height: 1px;
  }

  .md\:active\:h-0\.5:active {
    height: 0.125rem;
  }

  .md\:active\:h-1\.5:active {
    height: 0.375rem;
  }

  .md\:active\:h-2\.5:active {
    height: 0.625rem;
  }

  .md\:active\:h-3\.5:active {
    height: 0.875rem;
  }

  .md\:active\:h-1\/2:active {
    height: 50%;
  }

  .md\:active\:h-1\/3:active {
    height: 33.333333%;
  }

  .md\:active\:h-2\/3:active {
    height: 66.666667%;
  }

  .md\:active\:h-1\/4:active {
    height: 25%;
  }

  .md\:active\:h-2\/4:active {
    height: 50%;
  }

  .md\:active\:h-3\/4:active {
    height: 75%;
  }

  .md\:active\:h-1\/5:active {
    height: 20%;
  }

  .md\:active\:h-2\/5:active {
    height: 40%;
  }

  .md\:active\:h-3\/5:active {
    height: 60%;
  }

  .md\:active\:h-4\/5:active {
    height: 80%;
  }

  .md\:active\:h-1\/6:active {
    height: 16.666667%;
  }

  .md\:active\:h-2\/6:active {
    height: 33.333333%;
  }

  .md\:active\:h-3\/6:active {
    height: 50%;
  }

  .md\:active\:h-4\/6:active {
    height: 66.666667%;
  }

  .md\:active\:h-5\/6:active {
    height: 83.333333%;
  }

  .md\:active\:h-full:active {
    height: 100%;
  }

  .md\:active\:h-screen:active {
    height: 100vh;
  }

  .md\:visited\:h-0:visited {
    height: 0px;
  }

  .md\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .md\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .md\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .md\:visited\:h-4:visited {
    height: 1rem;
  }

  .md\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .md\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .md\:visited\:h-7:visited {
    height: 1.75rem;
  }

  .md\:visited\:h-8:visited {
    height: 2rem;
  }

  .md\:visited\:h-9:visited {
    height: 2.25rem;
  }

  .md\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .md\:visited\:h-11:visited {
    height: 2.75rem;
  }

  .md\:visited\:h-12:visited {
    height: 3rem;
  }

  .md\:visited\:h-14:visited {
    height: 3.5rem;
  }

  .md\:visited\:h-16:visited {
    height: 4rem;
  }

  .md\:visited\:h-20:visited {
    height: 5rem;
  }

  .md\:visited\:h-24:visited {
    height: 6rem;
  }

  .md\:visited\:h-28:visited {
    height: 7rem;
  }

  .md\:visited\:h-32:visited {
    height: 8rem;
  }

  .md\:visited\:h-36:visited {
    height: 9rem;
  }

  .md\:visited\:h-40:visited {
    height: 10rem;
  }

  .md\:visited\:h-44:visited {
    height: 11rem;
  }

  .md\:visited\:h-48:visited {
    height: 12rem;
  }

  .md\:visited\:h-52:visited {
    height: 13rem;
  }

  .md\:visited\:h-56:visited {
    height: 14rem;
  }

  .md\:visited\:h-60:visited {
    height: 15rem;
  }

  .md\:visited\:h-64:visited {
    height: 16rem;
  }

  .md\:visited\:h-72:visited {
    height: 18rem;
  }

  .md\:visited\:h-80:visited {
    height: 20rem;
  }

  .md\:visited\:h-96:visited {
    height: 24rem;
  }

  .md\:visited\:h-auto:visited {
    height: auto;
  }

  .md\:visited\:h-px:visited {
    height: 1px;
  }

  .md\:visited\:h-0\.5:visited {
    height: 0.125rem;
  }

  .md\:visited\:h-1\.5:visited {
    height: 0.375rem;
  }

  .md\:visited\:h-2\.5:visited {
    height: 0.625rem;
  }

  .md\:visited\:h-3\.5:visited {
    height: 0.875rem;
  }

  .md\:visited\:h-1\/2:visited {
    height: 50%;
  }

  .md\:visited\:h-1\/3:visited {
    height: 33.333333%;
  }

  .md\:visited\:h-2\/3:visited {
    height: 66.666667%;
  }

  .md\:visited\:h-1\/4:visited {
    height: 25%;
  }

  .md\:visited\:h-2\/4:visited {
    height: 50%;
  }

  .md\:visited\:h-3\/4:visited {
    height: 75%;
  }

  .md\:visited\:h-1\/5:visited {
    height: 20%;
  }

  .md\:visited\:h-2\/5:visited {
    height: 40%;
  }

  .md\:visited\:h-3\/5:visited {
    height: 60%;
  }

  .md\:visited\:h-4\/5:visited {
    height: 80%;
  }

  .md\:visited\:h-1\/6:visited {
    height: 16.666667%;
  }

  .md\:visited\:h-2\/6:visited {
    height: 33.333333%;
  }

  .md\:visited\:h-3\/6:visited {
    height: 50%;
  }

  .md\:visited\:h-4\/6:visited {
    height: 66.666667%;
  }

  .md\:visited\:h-5\/6:visited {
    height: 83.333333%;
  }

  .md\:visited\:h-full:visited {
    height: 100%;
  }

  .md\:visited\:h-screen:visited {
    height: 100vh;
  }

  .md\:disabled\:h-0:disabled {
    height: 0px;
  }

  .md\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .md\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .md\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .md\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .md\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .md\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .md\:disabled\:h-7:disabled {
    height: 1.75rem;
  }

  .md\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .md\:disabled\:h-9:disabled {
    height: 2.25rem;
  }

  .md\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .md\:disabled\:h-11:disabled {
    height: 2.75rem;
  }

  .md\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .md\:disabled\:h-14:disabled {
    height: 3.5rem;
  }

  .md\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .md\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .md\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .md\:disabled\:h-28:disabled {
    height: 7rem;
  }

  .md\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .md\:disabled\:h-36:disabled {
    height: 9rem;
  }

  .md\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .md\:disabled\:h-44:disabled {
    height: 11rem;
  }

  .md\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .md\:disabled\:h-52:disabled {
    height: 13rem;
  }

  .md\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .md\:disabled\:h-60:disabled {
    height: 15rem;
  }

  .md\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .md\:disabled\:h-72:disabled {
    height: 18rem;
  }

  .md\:disabled\:h-80:disabled {
    height: 20rem;
  }

  .md\:disabled\:h-96:disabled {
    height: 24rem;
  }

  .md\:disabled\:h-auto:disabled {
    height: auto;
  }

  .md\:disabled\:h-px:disabled {
    height: 1px;
  }

  .md\:disabled\:h-0\.5:disabled {
    height: 0.125rem;
  }

  .md\:disabled\:h-1\.5:disabled {
    height: 0.375rem;
  }

  .md\:disabled\:h-2\.5:disabled {
    height: 0.625rem;
  }

  .md\:disabled\:h-3\.5:disabled {
    height: 0.875rem;
  }

  .md\:disabled\:h-1\/2:disabled {
    height: 50%;
  }

  .md\:disabled\:h-1\/3:disabled {
    height: 33.333333%;
  }

  .md\:disabled\:h-2\/3:disabled {
    height: 66.666667%;
  }

  .md\:disabled\:h-1\/4:disabled {
    height: 25%;
  }

  .md\:disabled\:h-2\/4:disabled {
    height: 50%;
  }

  .md\:disabled\:h-3\/4:disabled {
    height: 75%;
  }

  .md\:disabled\:h-1\/5:disabled {
    height: 20%;
  }

  .md\:disabled\:h-2\/5:disabled {
    height: 40%;
  }

  .md\:disabled\:h-3\/5:disabled {
    height: 60%;
  }

  .md\:disabled\:h-4\/5:disabled {
    height: 80%;
  }

  .md\:disabled\:h-1\/6:disabled {
    height: 16.666667%;
  }

  .md\:disabled\:h-2\/6:disabled {
    height: 33.333333%;
  }

  .md\:disabled\:h-3\/6:disabled {
    height: 50%;
  }

  .md\:disabled\:h-4\/6:disabled {
    height: 66.666667%;
  }

  .md\:disabled\:h-5\/6:disabled {
    height: 83.333333%;
  }

  .md\:disabled\:h-full:disabled {
    height: 100%;
  }

  .md\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .group:hover .md\:group-hover\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .md\:group-hover\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .md\:group-hover\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .group:hover .md\:group-hover\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .group:hover .md\:group-hover\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:hover .md\:group-hover\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .group:hover .md\:group-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .group:hover .md\:group-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:focus-within\:text-base:focus-within {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:focus-within\:text-6xl:focus-within {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:focus-within\:text-7xl:focus-within {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:focus-within\:text-8xl:focus-within {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:focus-within\:text-9xl:focus-within {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:first\:text-xs:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:first\:text-sm:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:first\:text-base:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:first\:text-lg:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:first\:text-xl:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:first\:text-2xl:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:first\:text-3xl:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:first\:text-4xl:first-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:first\:text-5xl:first-child {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:first\:text-6xl:first-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:first\:text-7xl:first-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:first\:text-8xl:first-child {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:first\:text-9xl:first-child {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:last\:text-xs:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:last\:text-sm:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:last\:text-base:last-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:last\:text-xl:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:last\:text-2xl:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:last\:text-3xl:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:last\:text-4xl:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:last\:text-5xl:last-child {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:last\:text-6xl:last-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:last\:text-7xl:last-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:last\:text-8xl:last-child {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:last\:text-9xl:last-child {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:odd\:text-6xl:nth-child(odd) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:odd\:text-7xl:nth-child(odd) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:odd\:text-8xl:nth-child(odd) {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:odd\:text-9xl:nth-child(odd) {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:even\:text-base:nth-child(even) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:even\:text-6xl:nth-child(even) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:even\:text-7xl:nth-child(even) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:even\:text-8xl:nth-child(even) {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:even\:text-9xl:nth-child(even) {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:active\:text-xs:active {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:active\:text-sm:active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:active\:text-base:active {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:active\:text-lg:active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:active\:text-xl:active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:active\:text-2xl:active {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:active\:text-3xl:active {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:active\:text-4xl:active {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:active\:text-5xl:active {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:active\:text-6xl:active {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:active\:text-7xl:active {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:active\:text-8xl:active {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:active\:text-9xl:active {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:visited\:text-xs:visited {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:visited\:text-sm:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:visited\:text-base:visited {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:visited\:text-lg:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:visited\:text-xl:visited {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:visited\:text-2xl:visited {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:visited\:text-3xl:visited {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:visited\:text-4xl:visited {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:visited\:text-5xl:visited {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:visited\:text-6xl:visited {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:visited\:text-7xl:visited {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:visited\:text-8xl:visited {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:visited\:text-9xl:visited {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:disabled\:text-base:disabled {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:disabled\:text-5xl:disabled {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:disabled\:text-6xl:disabled {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:disabled\:text-7xl:disabled {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:disabled\:text-8xl:disabled {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:disabled\:text-9xl:disabled {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .group:hover .md\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .md\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .md\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .md\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .md\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .md\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .md\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .md\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .md\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .md\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .md\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .md\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .md\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .md\:group-hover\:leading-loose {
    line-height: 2;
  }

  .md\:focus-within\:leading-3:focus-within {
    line-height: .75rem;
  }

  .md\:focus-within\:leading-4:focus-within {
    line-height: 1rem;
  }

  .md\:focus-within\:leading-5:focus-within {
    line-height: 1.25rem;
  }

  .md\:focus-within\:leading-6:focus-within {
    line-height: 1.5rem;
  }

  .md\:focus-within\:leading-7:focus-within {
    line-height: 1.75rem;
  }

  .md\:focus-within\:leading-8:focus-within {
    line-height: 2rem;
  }

  .md\:focus-within\:leading-9:focus-within {
    line-height: 2.25rem;
  }

  .md\:focus-within\:leading-10:focus-within {
    line-height: 2.5rem;
  }

  .md\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .md\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .md\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .md\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .md\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .md\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .md\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .md\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .md\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .md\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .md\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .md\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .md\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .md\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .md\:first\:leading-none:first-child {
    line-height: 1;
  }

  .md\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .md\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .md\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .md\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .md\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .md\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .md\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .md\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .md\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .md\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .md\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .md\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .md\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .md\:last\:leading-none:last-child {
    line-height: 1;
  }

  .md\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .md\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .md\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .md\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .md\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .md\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .md\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .md\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .md\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .md\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .md\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .md\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .md\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .md\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .md\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .md\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .md\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .md\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .md\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .md\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .md\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .md\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .md\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .md\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .md\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .md\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .md\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .md\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .md\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .md\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .md\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .md\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .md\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .md\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .md\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .md\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .md\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .md\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .md\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .md\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .md\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .md\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .md\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .md\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .md\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .md\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .md\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .md\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .md\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .md\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .md\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .md\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .md\:focus\:leading-none:focus {
    line-height: 1;
  }

  .md\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .md\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .md\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .md\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .md\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .md\:active\:leading-3:active {
    line-height: .75rem;
  }

  .md\:active\:leading-4:active {
    line-height: 1rem;
  }

  .md\:active\:leading-5:active {
    line-height: 1.25rem;
  }

  .md\:active\:leading-6:active {
    line-height: 1.5rem;
  }

  .md\:active\:leading-7:active {
    line-height: 1.75rem;
  }

  .md\:active\:leading-8:active {
    line-height: 2rem;
  }

  .md\:active\:leading-9:active {
    line-height: 2.25rem;
  }

  .md\:active\:leading-10:active {
    line-height: 2.5rem;
  }

  .md\:active\:leading-none:active {
    line-height: 1;
  }

  .md\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .md\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .md\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .md\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .md\:active\:leading-loose:active {
    line-height: 2;
  }

  .md\:visited\:leading-3:visited {
    line-height: .75rem;
  }

  .md\:visited\:leading-4:visited {
    line-height: 1rem;
  }

  .md\:visited\:leading-5:visited {
    line-height: 1.25rem;
  }

  .md\:visited\:leading-6:visited {
    line-height: 1.5rem;
  }

  .md\:visited\:leading-7:visited {
    line-height: 1.75rem;
  }

  .md\:visited\:leading-8:visited {
    line-height: 2rem;
  }

  .md\:visited\:leading-9:visited {
    line-height: 2.25rem;
  }

  .md\:visited\:leading-10:visited {
    line-height: 2.5rem;
  }

  .md\:visited\:leading-none:visited {
    line-height: 1;
  }

  .md\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .md\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .md\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .md\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .md\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .md\:disabled\:leading-3:disabled {
    line-height: .75rem;
  }

  .md\:disabled\:leading-4:disabled {
    line-height: 1rem;
  }

  .md\:disabled\:leading-5:disabled {
    line-height: 1.25rem;
  }

  .md\:disabled\:leading-6:disabled {
    line-height: 1.5rem;
  }

  .md\:disabled\:leading-7:disabled {
    line-height: 1.75rem;
  }

  .md\:disabled\:leading-8:disabled {
    line-height: 2rem;
  }

  .md\:disabled\:leading-9:disabled {
    line-height: 2.25rem;
  }

  .md\:disabled\:leading-10:disabled {
    line-height: 2.5rem;
  }

  .md\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .md\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .md\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .md\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .md\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .md\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .group:hover .md\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .md\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .md\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .md\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .md\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .md\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .md\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .md\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .md\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .md\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .md\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .md\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .md\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .md\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .md\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .md\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .md\:active\:list-inside:active {
    list-style-position: inside;
  }

  .md\:active\:list-outside:active {
    list-style-position: outside;
  }

  .md\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .md\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .md\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .md\:disabled\:list-outside:disabled {
    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;
  }

  .group:hover .md\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .md\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .md\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .md\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .md\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .md\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .md\:first\:list-none:first-child {
    list-style-type: none;
  }

  .md\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .md\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .md\:last\:list-none:last-child {
    list-style-type: none;
  }

  .md\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .md\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .md\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .md\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .md\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .md\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .md\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .md\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .md\:hover\:list-none:hover {
    list-style-type: none;
  }

  .md\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .md\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .md\:focus\:list-none:focus {
    list-style-type: none;
  }

  .md\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .md\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .md\:active\:list-none:active {
    list-style-type: none;
  }

  .md\:active\:list-disc:active {
    list-style-type: disc;
  }

  .md\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .md\:visited\:list-none:visited {
    list-style-type: none;
  }

  .md\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .md\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .md\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .md\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .md\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .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\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .group:hover .md\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .md\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .md\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .md\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .md\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .md\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .md\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .md\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .md\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .md\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .md\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .md\:group-hover\:m-11 {
    margin: 2.75rem;
  }

  .group:hover .md\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .md\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .md\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .md\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .md\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .md\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .md\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .md\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .md\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .md\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .md\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .md\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .md\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .md\:group-hover\:m-60 {
    margin: 15rem;
  }

  .group:hover .md\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .md\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .md\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .md\:group-hover\:m-96 {
    margin: 24rem;
  }

  .group:hover .md\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md\:group-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .group:hover .md\:group-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .group:hover .md\:group-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .group:hover .md\:group-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .group:hover .md\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .md\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .md\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .md\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .md\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .md\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .md\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .md\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .md\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .md\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .md\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .md\:group-hover\:-m-11 {
    margin: -2.75rem;
  }

  .group:hover .md\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .md\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .md\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .md\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .md\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .md\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .md\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .md\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .md\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .md\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .md\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .md\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .md\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .md\:group-hover\:-m-60 {
    margin: -15rem;
  }

  .group:hover .md\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .md\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .md\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .md\:group-hover\:-m-96 {
    margin: -24rem;
  }

  .group:hover .md\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .md\:group-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .group:hover .md\:group-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .group:hover .md\:group-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .group:hover .md\:group-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .group:hover .md\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .group:hover .md\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .md\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .md\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .md\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .md\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .group:hover .md\:group-hover\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .group:hover .md\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .md\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .group:hover .md\:group-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .group:hover .md\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .group:hover .md\:group-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .group:hover .md\:group-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .group:hover .md\:group-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .group:hover .md\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .md\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .md\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .md\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .md\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .md\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .md\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .md\:group-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .group:hover .md\:group-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .group:hover .md\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .md\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .md\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .md\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .md\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .md\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .md\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .md\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .md\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .group:hover .md\:group-hover\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .group:hover .md\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .md\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .md\:group-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .group:hover .md\:group-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .group:hover .md\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .group:hover .md\:group-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .group:hover .md\:group-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .group:hover .md\:group-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .group:hover .md\:group-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .group:hover .md\:group-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .group:hover .md\:group-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .group:hover .md\:group-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .group:hover .md\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .md\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .md\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .md\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .md\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .md\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .md\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .md\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .md\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .md\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .md\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .md\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .md\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .md\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .md\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .group:hover .md\:group-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .group:hover .md\:group-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .group:hover .md\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .md\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .md\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .md\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .md\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .md\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .md\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .md\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .md\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .md\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .md\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .md\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .md\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .md\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .md\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .md\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .md\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .md\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .md\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .md\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .md\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .md\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .md\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .md\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .md\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .md\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .md\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .md\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .md\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .md\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .md\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .md\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .md\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .md\:group-hover\:mt-60 {
    margin-top: 15rem;
  }

  .group:hover .md\:group-hover\:mr-60 {
    margin-right: 15rem;
  }

  .group:hover .md\:group-hover\:mb-60 {
    margin-bottom: 15rem;
  }

  .group:hover .md\:group-hover\:ml-60 {
    margin-left: 15rem;
  }

  .group:hover .md\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .md\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .md\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .md\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .md\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .md\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .md\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .md\:group-hover\:mt-96 {
    margin-top: 24rem;
  }

  .group:hover .md\:group-hover\:mr-96 {
    margin-right: 24rem;
  }

  .group:hover .md\:group-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .group:hover .md\:group-hover\:ml-96 {
    margin-left: 24rem;
  }

  .group:hover .md\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .md\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .md\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .md\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .md\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .md\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .md\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .md\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .md\:group-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .group:hover .md\:group-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .group:hover .md\:group-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .group:hover .md\:group-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .group:hover .md\:group-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .group:hover .md\:group-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .group:hover .md\:group-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .group:hover .md\:group-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .group:hover .md\:group-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .group:hover .md\:group-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .group:hover .md\:group-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .group:hover .md\:group-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .group:hover .md\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .md\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .md\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .md\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .md\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .md\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .md\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .md\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .md\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .md\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .md\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .md\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .md\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .md\:group-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .group:hover .md\:group-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .group:hover .md\:group-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .group:hover .md\:group-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .group:hover .md\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .md\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .md\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .md\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .md\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .md\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .md\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .md\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .md\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .md\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .md\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .md\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .md\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .md\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .md\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .md\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .md\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .md\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .md\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .md\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .md\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .md\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .md\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .md\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .md\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .md\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .md\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .md\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .md\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .md\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .md\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .md\:group-hover\:-mt-60 {
    margin-top: -15rem;
  }

  .group:hover .md\:group-hover\:-mr-60 {
    margin-right: -15rem;
  }

  .group:hover .md\:group-hover\:-mb-60 {
    margin-bottom: -15rem;
  }

  .group:hover .md\:group-hover\:-ml-60 {
    margin-left: -15rem;
  }

  .group:hover .md\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .md\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .md\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .md\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .md\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .md\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .md\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .md\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .md\:group-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .group:hover .md\:group-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .group:hover .md\:group-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .group:hover .md\:group-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .group:hover .md\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .md\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .md\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .md\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .md\:group-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .group:hover .md\:group-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .group:hover .md\:group-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .group:hover .md\:group-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .group:hover .md\:group-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .group:hover .md\:group-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .group:hover .md\:group-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .group:hover .md\:group-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .group:hover .md\:group-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .group:hover .md\:group-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .group:hover .md\:group-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .group:hover .md\:group-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .group:hover .md\:group-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .group:hover .md\:group-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .group:hover .md\:group-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .group:hover .md\:group-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:focus-within\:m-0:focus-within {
    margin: 0px;
  }

  .md\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .md\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .md\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .md\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .md\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .md\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .md\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .md\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .md\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .md\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .md\:focus-within\:m-11:focus-within {
    margin: 2.75rem;
  }

  .md\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .md\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .md\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .md\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .md\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .md\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .md\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .md\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .md\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .md\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .md\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .md\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .md\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .md\:focus-within\:m-60:focus-within {
    margin: 15rem;
  }

  .md\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .md\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .md\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .md\:focus-within\:m-96:focus-within {
    margin: 24rem;
  }

  .md\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .md\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .md\:focus-within\:m-0\.5:focus-within {
    margin: 0.125rem;
  }

  .md\:focus-within\:m-1\.5:focus-within {
    margin: 0.375rem;
  }

  .md\:focus-within\:m-2\.5:focus-within {
    margin: 0.625rem;
  }

  .md\:focus-within\:m-3\.5:focus-within {
    margin: 0.875rem;
  }

  .md\:focus-within\:-m-0:focus-within {
    margin: 0px;
  }

  .md\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .md\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .md\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .md\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .md\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .md\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .md\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .md\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .md\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .md\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .md\:focus-within\:-m-11:focus-within {
    margin: -2.75rem;
  }

  .md\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .md\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .md\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .md\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .md\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .md\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .md\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .md\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .md\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .md\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .md\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .md\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .md\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .md\:focus-within\:-m-60:focus-within {
    margin: -15rem;
  }

  .md\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .md\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .md\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .md\:focus-within\:-m-96:focus-within {
    margin: -24rem;
  }

  .md\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .md\:focus-within\:-m-0\.5:focus-within {
    margin: -0.125rem;
  }

  .md\:focus-within\:-m-1\.5:focus-within {
    margin: -0.375rem;
  }

  .md\:focus-within\:-m-2\.5:focus-within {
    margin: -0.625rem;
  }

  .md\:focus-within\:-m-3\.5:focus-within {
    margin: -0.875rem;
  }

  .md\:focus-within\:my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus-within\:mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus-within\:my-11:focus-within {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:focus-within\:mx-11:focus-within {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus-within\:my-60:focus-within {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:focus-within\:mx-60:focus-within {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:focus-within\:my-96:focus-within {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:focus-within\:mx-96:focus-within {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus-within\:my-0\.5:focus-within {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:focus-within\:mx-0\.5:focus-within {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:focus-within\:my-1\.5:focus-within {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:focus-within\:mx-1\.5:focus-within {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:focus-within\:my-2\.5:focus-within {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:focus-within\:mx-2\.5:focus-within {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:focus-within\:my-3\.5:focus-within {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:focus-within\:mx-3\.5:focus-within {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:focus-within\:-my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus-within\:-mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-my-11:focus-within {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:focus-within\:-mx-11:focus-within {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus-within\:-my-60:focus-within {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:focus-within\:-mx-60:focus-within {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:focus-within\:-my-96:focus-within {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:focus-within\:-mx-96:focus-within {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus-within\:-my-0\.5:focus-within {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:focus-within\:-mx-0\.5:focus-within {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:focus-within\:-my-1\.5:focus-within {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:focus-within\:-mx-1\.5:focus-within {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:focus-within\:-my-2\.5:focus-within {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:focus-within\:-mx-2\.5:focus-within {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:focus-within\:-my-3\.5:focus-within {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:focus-within\:-mx-3\.5:focus-within {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:focus-within\:mt-0:focus-within {
    margin-top: 0px;
  }

  .md\:focus-within\:mr-0:focus-within {
    margin-right: 0px;
  }

  .md\:focus-within\:mb-0:focus-within {
    margin-bottom: 0px;
  }

  .md\:focus-within\:ml-0:focus-within {
    margin-left: 0px;
  }

  .md\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .md\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .md\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .md\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .md\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .md\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .md\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .md\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .md\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .md\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .md\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .md\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .md\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .md\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .md\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .md\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .md\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .md\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .md\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .md\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .md\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .md\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .md\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .md\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .md\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .md\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .md\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .md\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .md\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .md\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .md\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .md\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .md\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .md\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .md\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .md\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .md\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .md\:focus-within\:mt-11:focus-within {
    margin-top: 2.75rem;
  }

  .md\:focus-within\:mr-11:focus-within {
    margin-right: 2.75rem;
  }

  .md\:focus-within\:mb-11:focus-within {
    margin-bottom: 2.75rem;
  }

  .md\:focus-within\:ml-11:focus-within {
    margin-left: 2.75rem;
  }

  .md\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .md\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .md\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .md\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .md\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .md\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .md\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .md\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .md\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .md\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .md\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .md\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .md\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .md\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .md\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .md\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .md\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .md\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .md\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .md\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .md\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .md\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .md\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .md\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .md\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .md\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .md\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .md\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .md\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .md\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .md\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .md\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .md\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .md\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .md\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .md\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .md\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .md\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .md\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .md\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .md\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .md\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .md\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .md\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .md\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .md\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .md\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .md\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .md\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .md\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .md\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .md\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .md\:focus-within\:mt-60:focus-within {
    margin-top: 15rem;
  }

  .md\:focus-within\:mr-60:focus-within {
    margin-right: 15rem;
  }

  .md\:focus-within\:mb-60:focus-within {
    margin-bottom: 15rem;
  }

  .md\:focus-within\:ml-60:focus-within {
    margin-left: 15rem;
  }

  .md\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .md\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .md\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .md\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .md\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .md\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .md\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .md\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .md\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .md\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .md\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .md\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .md\:focus-within\:mt-96:focus-within {
    margin-top: 24rem;
  }

  .md\:focus-within\:mr-96:focus-within {
    margin-right: 24rem;
  }

  .md\:focus-within\:mb-96:focus-within {
    margin-bottom: 24rem;
  }

  .md\:focus-within\:ml-96:focus-within {
    margin-left: 24rem;
  }

  .md\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .md\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .md\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .md\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .md\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .md\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .md\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .md\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .md\:focus-within\:mt-0\.5:focus-within {
    margin-top: 0.125rem;
  }

  .md\:focus-within\:mr-0\.5:focus-within {
    margin-right: 0.125rem;
  }

  .md\:focus-within\:mb-0\.5:focus-within {
    margin-bottom: 0.125rem;
  }

  .md\:focus-within\:ml-0\.5:focus-within {
    margin-left: 0.125rem;
  }

  .md\:focus-within\:mt-1\.5:focus-within {
    margin-top: 0.375rem;
  }

  .md\:focus-within\:mr-1\.5:focus-within {
    margin-right: 0.375rem;
  }

  .md\:focus-within\:mb-1\.5:focus-within {
    margin-bottom: 0.375rem;
  }

  .md\:focus-within\:ml-1\.5:focus-within {
    margin-left: 0.375rem;
  }

  .md\:focus-within\:mt-2\.5:focus-within {
    margin-top: 0.625rem;
  }

  .md\:focus-within\:mr-2\.5:focus-within {
    margin-right: 0.625rem;
  }

  .md\:focus-within\:mb-2\.5:focus-within {
    margin-bottom: 0.625rem;
  }

  .md\:focus-within\:ml-2\.5:focus-within {
    margin-left: 0.625rem;
  }

  .md\:focus-within\:mt-3\.5:focus-within {
    margin-top: 0.875rem;
  }

  .md\:focus-within\:mr-3\.5:focus-within {
    margin-right: 0.875rem;
  }

  .md\:focus-within\:mb-3\.5:focus-within {
    margin-bottom: 0.875rem;
  }

  .md\:focus-within\:ml-3\.5:focus-within {
    margin-left: 0.875rem;
  }

  .md\:focus-within\:-mt-0:focus-within {
    margin-top: 0px;
  }

  .md\:focus-within\:-mr-0:focus-within {
    margin-right: 0px;
  }

  .md\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0px;
  }

  .md\:focus-within\:-ml-0:focus-within {
    margin-left: 0px;
  }

  .md\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .md\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .md\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .md\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .md\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .md\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .md\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .md\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .md\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .md\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .md\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .md\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .md\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .md\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .md\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .md\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .md\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .md\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .md\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .md\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .md\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .md\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .md\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .md\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .md\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .md\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .md\:focus-within\:-mt-11:focus-within {
    margin-top: -2.75rem;
  }

  .md\:focus-within\:-mr-11:focus-within {
    margin-right: -2.75rem;
  }

  .md\:focus-within\:-mb-11:focus-within {
    margin-bottom: -2.75rem;
  }

  .md\:focus-within\:-ml-11:focus-within {
    margin-left: -2.75rem;
  }

  .md\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .md\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .md\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .md\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .md\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .md\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .md\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .md\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .md\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .md\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .md\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .md\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .md\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .md\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .md\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .md\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .md\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .md\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .md\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .md\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .md\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .md\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .md\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .md\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .md\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .md\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .md\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .md\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .md\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .md\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .md\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .md\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .md\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .md\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .md\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .md\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .md\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .md\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .md\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .md\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .md\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .md\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .md\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .md\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .md\:focus-within\:-mt-60:focus-within {
    margin-top: -15rem;
  }

  .md\:focus-within\:-mr-60:focus-within {
    margin-right: -15rem;
  }

  .md\:focus-within\:-mb-60:focus-within {
    margin-bottom: -15rem;
  }

  .md\:focus-within\:-ml-60:focus-within {
    margin-left: -15rem;
  }

  .md\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .md\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .md\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .md\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .md\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .md\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .md\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .md\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .md\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .md\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .md\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .md\:focus-within\:-mt-96:focus-within {
    margin-top: -24rem;
  }

  .md\:focus-within\:-mr-96:focus-within {
    margin-right: -24rem;
  }

  .md\:focus-within\:-mb-96:focus-within {
    margin-bottom: -24rem;
  }

  .md\:focus-within\:-ml-96:focus-within {
    margin-left: -24rem;
  }

  .md\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .md\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .md\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .md\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .md\:focus-within\:-mt-0\.5:focus-within {
    margin-top: -0.125rem;
  }

  .md\:focus-within\:-mr-0\.5:focus-within {
    margin-right: -0.125rem;
  }

  .md\:focus-within\:-mb-0\.5:focus-within {
    margin-bottom: -0.125rem;
  }

  .md\:focus-within\:-ml-0\.5:focus-within {
    margin-left: -0.125rem;
  }

  .md\:focus-within\:-mt-1\.5:focus-within {
    margin-top: -0.375rem;
  }

  .md\:focus-within\:-mr-1\.5:focus-within {
    margin-right: -0.375rem;
  }

  .md\:focus-within\:-mb-1\.5:focus-within {
    margin-bottom: -0.375rem;
  }

  .md\:focus-within\:-ml-1\.5:focus-within {
    margin-left: -0.375rem;
  }

  .md\:focus-within\:-mt-2\.5:focus-within {
    margin-top: -0.625rem;
  }

  .md\:focus-within\:-mr-2\.5:focus-within {
    margin-right: -0.625rem;
  }

  .md\:focus-within\:-mb-2\.5:focus-within {
    margin-bottom: -0.625rem;
  }

  .md\:focus-within\:-ml-2\.5:focus-within {
    margin-left: -0.625rem;
  }

  .md\:focus-within\:-mt-3\.5:focus-within {
    margin-top: -0.875rem;
  }

  .md\:focus-within\:-mr-3\.5:focus-within {
    margin-right: -0.875rem;
  }

  .md\:focus-within\:-mb-3\.5:focus-within {
    margin-bottom: -0.875rem;
  }

  .md\:focus-within\:-ml-3\.5:focus-within {
    margin-left: -0.875rem;
  }

  .md\:first\:m-0:first-child {
    margin: 0px;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .md\:first\:m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .md\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .md\:first\:m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .md\:first\:m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:m-28:first-child {
    margin: 7rem;
  }

  .md\:first\:m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:m-36:first-child {
    margin: 9rem;
  }

  .md\:first\:m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:m-44:first-child {
    margin: 11rem;
  }

  .md\:first\:m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:m-52:first-child {
    margin: 13rem;
  }

  .md\:first\:m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:m-60:first-child {
    margin: 15rem;
  }

  .md\:first\:m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:m-72:first-child {
    margin: 18rem;
  }

  .md\:first\:m-80:first-child {
    margin: 20rem;
  }

  .md\:first\:m-96:first-child {
    margin: 24rem;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:m-0\.5:first-child {
    margin: 0.125rem;
  }

  .md\:first\:m-1\.5:first-child {
    margin: 0.375rem;
  }

  .md\:first\:m-2\.5:first-child {
    margin: 0.625rem;
  }

  .md\:first\:m-3\.5:first-child {
    margin: 0.875rem;
  }

  .md\:first\:-m-0:first-child {
    margin: 0px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .md\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .md\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .md\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .md\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .md\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .md\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:-m-44:first-child {
    margin: -11rem;
  }

  .md\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:-m-52:first-child {
    margin: -13rem;
  }

  .md\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:-m-60:first-child {
    margin: -15rem;
  }

  .md\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:-m-72:first-child {
    margin: -18rem;
  }

  .md\:first\:-m-80:first-child {
    margin: -20rem;
  }

  .md\:first\:-m-96:first-child {
    margin: -24rem;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:-m-0\.5:first-child {
    margin: -0.125rem;
  }

  .md\:first\:-m-1\.5:first-child {
    margin: -0.375rem;
  }

  .md\:first\:-m-2\.5:first-child {
    margin: -0.625rem;
  }

  .md\:first\:-m-3\.5:first-child {
    margin: -0.875rem;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-44:first-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:first\:mx-44:first-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-52:first-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:first\:mx-52:first-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-60:first-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:first\:mx-60:first-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-72:first-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:first\:mx-72:first-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:first\:my-80:first-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:first\:mx-80:first-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:first\:my-96:first-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:first\:mx-96:first-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:my-0\.5:first-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:first\:mx-0\.5:first-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:first\:my-1\.5:first-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:first\:mx-1\.5:first-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:first\:my-2\.5:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:first\:mx-2\.5:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:first\:my-3\.5:first-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:first\:mx-3\.5:first-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-44:first-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:first\:-mx-44:first-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-52:first-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:first\:-mx-52:first-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-60:first-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:first\:-mx-60:first-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-72:first-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:first\:-mx-72:first-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:first\:-my-80:first-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:first\:-mx-80:first-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:first\:-my-96:first-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:first\:-mx-96:first-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:-my-0\.5:first-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:first\:-mx-0\.5:first-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:first\:-my-1\.5:first-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:first\:-mx-1\.5:first-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:first\:-my-2\.5:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:first\:-mx-2\.5:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:first\:-my-3\.5:first-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:first\:-mx-3\.5:first-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .md\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .md\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .md\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .md\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .md\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .md\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .md\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .md\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .md\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .md\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .md\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .md\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .md\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .md\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .md\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .md\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .md\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:mt-44:first-child {
    margin-top: 11rem;
  }

  .md\:first\:mr-44:first-child {
    margin-right: 11rem;
  }

  .md\:first\:mb-44:first-child {
    margin-bottom: 11rem;
  }

  .md\:first\:ml-44:first-child {
    margin-left: 11rem;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:mt-52:first-child {
    margin-top: 13rem;
  }

  .md\:first\:mr-52:first-child {
    margin-right: 13rem;
  }

  .md\:first\:mb-52:first-child {
    margin-bottom: 13rem;
  }

  .md\:first\:ml-52:first-child {
    margin-left: 13rem;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:mt-60:first-child {
    margin-top: 15rem;
  }

  .md\:first\:mr-60:first-child {
    margin-right: 15rem;
  }

  .md\:first\:mb-60:first-child {
    margin-bottom: 15rem;
  }

  .md\:first\:ml-60:first-child {
    margin-left: 15rem;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:mt-72:first-child {
    margin-top: 18rem;
  }

  .md\:first\:mr-72:first-child {
    margin-right: 18rem;
  }

  .md\:first\:mb-72:first-child {
    margin-bottom: 18rem;
  }

  .md\:first\:ml-72:first-child {
    margin-left: 18rem;
  }

  .md\:first\:mt-80:first-child {
    margin-top: 20rem;
  }

  .md\:first\:mr-80:first-child {
    margin-right: 20rem;
  }

  .md\:first\:mb-80:first-child {
    margin-bottom: 20rem;
  }

  .md\:first\:ml-80:first-child {
    margin-left: 20rem;
  }

  .md\:first\:mt-96:first-child {
    margin-top: 24rem;
  }

  .md\:first\:mr-96:first-child {
    margin-right: 24rem;
  }

  .md\:first\:mb-96:first-child {
    margin-bottom: 24rem;
  }

  .md\:first\:ml-96:first-child {
    margin-left: 24rem;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:mt-0\.5:first-child {
    margin-top: 0.125rem;
  }

  .md\:first\:mr-0\.5:first-child {
    margin-right: 0.125rem;
  }

  .md\:first\:mb-0\.5:first-child {
    margin-bottom: 0.125rem;
  }

  .md\:first\:ml-0\.5:first-child {
    margin-left: 0.125rem;
  }

  .md\:first\:mt-1\.5:first-child {
    margin-top: 0.375rem;
  }

  .md\:first\:mr-1\.5:first-child {
    margin-right: 0.375rem;
  }

  .md\:first\:mb-1\.5:first-child {
    margin-bottom: 0.375rem;
  }

  .md\:first\:ml-1\.5:first-child {
    margin-left: 0.375rem;
  }

  .md\:first\:mt-2\.5:first-child {
    margin-top: 0.625rem;
  }

  .md\:first\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .md\:first\:mb-2\.5:first-child {
    margin-bottom: 0.625rem;
  }

  .md\:first\:ml-2\.5:first-child {
    margin-left: 0.625rem;
  }

  .md\:first\:mt-3\.5:first-child {
    margin-top: 0.875rem;
  }

  .md\:first\:mr-3\.5:first-child {
    margin-right: 0.875rem;
  }

  .md\:first\:mb-3\.5:first-child {
    margin-bottom: 0.875rem;
  }

  .md\:first\:ml-3\.5:first-child {
    margin-left: 0.875rem;
  }

  .md\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .md\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .md\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .md\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .md\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .md\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .md\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .md\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .md\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .md\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .md\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .md\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .md\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .md\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .md\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .md\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .md\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .md\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .md\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:-mt-44:first-child {
    margin-top: -11rem;
  }

  .md\:first\:-mr-44:first-child {
    margin-right: -11rem;
  }

  .md\:first\:-mb-44:first-child {
    margin-bottom: -11rem;
  }

  .md\:first\:-ml-44:first-child {
    margin-left: -11rem;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:-mt-52:first-child {
    margin-top: -13rem;
  }

  .md\:first\:-mr-52:first-child {
    margin-right: -13rem;
  }

  .md\:first\:-mb-52:first-child {
    margin-bottom: -13rem;
  }

  .md\:first\:-ml-52:first-child {
    margin-left: -13rem;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:-mt-60:first-child {
    margin-top: -15rem;
  }

  .md\:first\:-mr-60:first-child {
    margin-right: -15rem;
  }

  .md\:first\:-mb-60:first-child {
    margin-bottom: -15rem;
  }

  .md\:first\:-ml-60:first-child {
    margin-left: -15rem;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:-mt-72:first-child {
    margin-top: -18rem;
  }

  .md\:first\:-mr-72:first-child {
    margin-right: -18rem;
  }

  .md\:first\:-mb-72:first-child {
    margin-bottom: -18rem;
  }

  .md\:first\:-ml-72:first-child {
    margin-left: -18rem;
  }

  .md\:first\:-mt-80:first-child {
    margin-top: -20rem;
  }

  .md\:first\:-mr-80:first-child {
    margin-right: -20rem;
  }

  .md\:first\:-mb-80:first-child {
    margin-bottom: -20rem;
  }

  .md\:first\:-ml-80:first-child {
    margin-left: -20rem;
  }

  .md\:first\:-mt-96:first-child {
    margin-top: -24rem;
  }

  .md\:first\:-mr-96:first-child {
    margin-right: -24rem;
  }

  .md\:first\:-mb-96:first-child {
    margin-bottom: -24rem;
  }

  .md\:first\:-ml-96:first-child {
    margin-left: -24rem;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:first\:-mt-0\.5:first-child {
    margin-top: -0.125rem;
  }

  .md\:first\:-mr-0\.5:first-child {
    margin-right: -0.125rem;
  }

  .md\:first\:-mb-0\.5:first-child {
    margin-bottom: -0.125rem;
  }

  .md\:first\:-ml-0\.5:first-child {
    margin-left: -0.125rem;
  }

  .md\:first\:-mt-1\.5:first-child {
    margin-top: -0.375rem;
  }

  .md\:first\:-mr-1\.5:first-child {
    margin-right: -0.375rem;
  }

  .md\:first\:-mb-1\.5:first-child {
    margin-bottom: -0.375rem;
  }

  .md\:first\:-ml-1\.5:first-child {
    margin-left: -0.375rem;
  }

  .md\:first\:-mt-2\.5:first-child {
    margin-top: -0.625rem;
  }

  .md\:first\:-mr-2\.5:first-child {
    margin-right: -0.625rem;
  }

  .md\:first\:-mb-2\.5:first-child {
    margin-bottom: -0.625rem;
  }

  .md\:first\:-ml-2\.5:first-child {
    margin-left: -0.625rem;
  }

  .md\:first\:-mt-3\.5:first-child {
    margin-top: -0.875rem;
  }

  .md\:first\:-mr-3\.5:first-child {
    margin-right: -0.875rem;
  }

  .md\:first\:-mb-3\.5:first-child {
    margin-bottom: -0.875rem;
  }

  .md\:first\:-ml-3\.5:first-child {
    margin-left: -0.875rem;
  }

  .md\:last\:m-0:last-child {
    margin: 0px;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-28:last-child {
    margin: 7rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-36:last-child {
    margin: 9rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-44:last-child {
    margin: 11rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-52:last-child {
    margin: 13rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-60:last-child {
    margin: 15rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-72:last-child {
    margin: 18rem;
  }

  .md\:last\:m-80:last-child {
    margin: 20rem;
  }

  .md\:last\:m-96:last-child {
    margin: 24rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:m-0\.5:last-child {
    margin: 0.125rem;
  }

  .md\:last\:m-1\.5:last-child {
    margin: 0.375rem;
  }

  .md\:last\:m-2\.5:last-child {
    margin: 0.625rem;
  }

  .md\:last\:m-3\.5:last-child {
    margin: 0.875rem;
  }

  .md\:last\:-m-0:last-child {
    margin: 0px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-44:last-child {
    margin: -11rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-52:last-child {
    margin: -13rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-60:last-child {
    margin: -15rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-72:last-child {
    margin: -18rem;
  }

  .md\:last\:-m-80:last-child {
    margin: -20rem;
  }

  .md\:last\:-m-96:last-child {
    margin: -24rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:-m-0\.5:last-child {
    margin: -0.125rem;
  }

  .md\:last\:-m-1\.5:last-child {
    margin: -0.375rem;
  }

  .md\:last\:-m-2\.5:last-child {
    margin: -0.625rem;
  }

  .md\:last\:-m-3\.5:last-child {
    margin: -0.875rem;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-44:last-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:last\:mx-44:last-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-52:last-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:last\:mx-52:last-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-60:last-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:last\:mx-60:last-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-72:last-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:last\:mx-72:last-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:last\:my-80:last-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:last\:mx-80:last-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:last\:my-96:last-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:last\:mx-96:last-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:my-0\.5:last-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:last\:mx-0\.5:last-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:last\:my-1\.5:last-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:last\:mx-1\.5:last-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:last\:my-2\.5:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:last\:mx-2\.5:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:last\:my-3\.5:last-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:last\:mx-3\.5:last-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-44:last-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:last\:-mx-44:last-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-52:last-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:last\:-mx-52:last-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-60:last-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:last\:-mx-60:last-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-72:last-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:last\:-mx-72:last-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:last\:-my-80:last-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:last\:-mx-80:last-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:last\:-my-96:last-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:last\:-mx-96:last-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:-my-0\.5:last-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:last\:-mx-0\.5:last-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:last\:-my-1\.5:last-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:last\:-mx-1\.5:last-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:last\:-my-2\.5:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:last\:-mx-2\.5:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:last\:-my-3\.5:last-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:last\:-mx-3\.5:last-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .md\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .md\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .md\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .md\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .md\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .md\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .md\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .md\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .md\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .md\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .md\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .md\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .md\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .md\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .md\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .md\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .md\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-44:last-child {
    margin-top: 11rem;
  }

  .md\:last\:mr-44:last-child {
    margin-right: 11rem;
  }

  .md\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .md\:last\:ml-44:last-child {
    margin-left: 11rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-52:last-child {
    margin-top: 13rem;
  }

  .md\:last\:mr-52:last-child {
    margin-right: 13rem;
  }

  .md\:last\:mb-52:last-child {
    margin-bottom: 13rem;
  }

  .md\:last\:ml-52:last-child {
    margin-left: 13rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-60:last-child {
    margin-top: 15rem;
  }

  .md\:last\:mr-60:last-child {
    margin-right: 15rem;
  }

  .md\:last\:mb-60:last-child {
    margin-bottom: 15rem;
  }

  .md\:last\:ml-60:last-child {
    margin-left: 15rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-72:last-child {
    margin-top: 18rem;
  }

  .md\:last\:mr-72:last-child {
    margin-right: 18rem;
  }

  .md\:last\:mb-72:last-child {
    margin-bottom: 18rem;
  }

  .md\:last\:ml-72:last-child {
    margin-left: 18rem;
  }

  .md\:last\:mt-80:last-child {
    margin-top: 20rem;
  }

  .md\:last\:mr-80:last-child {
    margin-right: 20rem;
  }

  .md\:last\:mb-80:last-child {
    margin-bottom: 20rem;
  }

  .md\:last\:ml-80:last-child {
    margin-left: 20rem;
  }

  .md\:last\:mt-96:last-child {
    margin-top: 24rem;
  }

  .md\:last\:mr-96:last-child {
    margin-right: 24rem;
  }

  .md\:last\:mb-96:last-child {
    margin-bottom: 24rem;
  }

  .md\:last\:ml-96:last-child {
    margin-left: 24rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:mt-0\.5:last-child {
    margin-top: 0.125rem;
  }

  .md\:last\:mr-0\.5:last-child {
    margin-right: 0.125rem;
  }

  .md\:last\:mb-0\.5:last-child {
    margin-bottom: 0.125rem;
  }

  .md\:last\:ml-0\.5:last-child {
    margin-left: 0.125rem;
  }

  .md\:last\:mt-1\.5:last-child {
    margin-top: 0.375rem;
  }

  .md\:last\:mr-1\.5:last-child {
    margin-right: 0.375rem;
  }

  .md\:last\:mb-1\.5:last-child {
    margin-bottom: 0.375rem;
  }

  .md\:last\:ml-1\.5:last-child {
    margin-left: 0.375rem;
  }

  .md\:last\:mt-2\.5:last-child {
    margin-top: 0.625rem;
  }

  .md\:last\:mr-2\.5:last-child {
    margin-right: 0.625rem;
  }

  .md\:last\:mb-2\.5:last-child {
    margin-bottom: 0.625rem;
  }

  .md\:last\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .md\:last\:mt-3\.5:last-child {
    margin-top: 0.875rem;
  }

  .md\:last\:mr-3\.5:last-child {
    margin-right: 0.875rem;
  }

  .md\:last\:mb-3\.5:last-child {
    margin-bottom: 0.875rem;
  }

  .md\:last\:ml-3\.5:last-child {
    margin-left: 0.875rem;
  }

  .md\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .md\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .md\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .md\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .md\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .md\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .md\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .md\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .md\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .md\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .md\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .md\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .md\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .md\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .md\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .md\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .md\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .md\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .md\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-44:last-child {
    margin-top: -11rem;
  }

  .md\:last\:-mr-44:last-child {
    margin-right: -11rem;
  }

  .md\:last\:-mb-44:last-child {
    margin-bottom: -11rem;
  }

  .md\:last\:-ml-44:last-child {
    margin-left: -11rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-52:last-child {
    margin-top: -13rem;
  }

  .md\:last\:-mr-52:last-child {
    margin-right: -13rem;
  }

  .md\:last\:-mb-52:last-child {
    margin-bottom: -13rem;
  }

  .md\:last\:-ml-52:last-child {
    margin-left: -13rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-60:last-child {
    margin-top: -15rem;
  }

  .md\:last\:-mr-60:last-child {
    margin-right: -15rem;
  }

  .md\:last\:-mb-60:last-child {
    margin-bottom: -15rem;
  }

  .md\:last\:-ml-60:last-child {
    margin-left: -15rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-72:last-child {
    margin-top: -18rem;
  }

  .md\:last\:-mr-72:last-child {
    margin-right: -18rem;
  }

  .md\:last\:-mb-72:last-child {
    margin-bottom: -18rem;
  }

  .md\:last\:-ml-72:last-child {
    margin-left: -18rem;
  }

  .md\:last\:-mt-80:last-child {
    margin-top: -20rem;
  }

  .md\:last\:-mr-80:last-child {
    margin-right: -20rem;
  }

  .md\:last\:-mb-80:last-child {
    margin-bottom: -20rem;
  }

  .md\:last\:-ml-80:last-child {
    margin-left: -20rem;
  }

  .md\:last\:-mt-96:last-child {
    margin-top: -24rem;
  }

  .md\:last\:-mr-96:last-child {
    margin-right: -24rem;
  }

  .md\:last\:-mb-96:last-child {
    margin-bottom: -24rem;
  }

  .md\:last\:-ml-96:last-child {
    margin-left: -24rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:last\:-mt-0\.5:last-child {
    margin-top: -0.125rem;
  }

  .md\:last\:-mr-0\.5:last-child {
    margin-right: -0.125rem;
  }

  .md\:last\:-mb-0\.5:last-child {
    margin-bottom: -0.125rem;
  }

  .md\:last\:-ml-0\.5:last-child {
    margin-left: -0.125rem;
  }

  .md\:last\:-mt-1\.5:last-child {
    margin-top: -0.375rem;
  }

  .md\:last\:-mr-1\.5:last-child {
    margin-right: -0.375rem;
  }

  .md\:last\:-mb-1\.5:last-child {
    margin-bottom: -0.375rem;
  }

  .md\:last\:-ml-1\.5:last-child {
    margin-left: -0.375rem;
  }

  .md\:last\:-mt-2\.5:last-child {
    margin-top: -0.625rem;
  }

  .md\:last\:-mr-2\.5:last-child {
    margin-right: -0.625rem;
  }

  .md\:last\:-mb-2\.5:last-child {
    margin-bottom: -0.625rem;
  }

  .md\:last\:-ml-2\.5:last-child {
    margin-left: -0.625rem;
  }

  .md\:last\:-mt-3\.5:last-child {
    margin-top: -0.875rem;
  }

  .md\:last\:-mr-3\.5:last-child {
    margin-right: -0.875rem;
  }

  .md\:last\:-mb-3\.5:last-child {
    margin-bottom: -0.875rem;
  }

  .md\:last\:-ml-3\.5:last-child {
    margin-left: -0.875rem;
  }

  .md\:odd\:m-0:nth-child(odd) {
    margin: 0px;
  }

  .md\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .md\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .md\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .md\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .md\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .md\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .md\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .md\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .md\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .md\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .md\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .md\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .md\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .md\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .md\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .md\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .md\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .md\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .md\:odd\:m-36:nth-child(odd) {
    margin: 9rem;
  }

  .md\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .md\:odd\:m-44:nth-child(odd) {
    margin: 11rem;
  }

  .md\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .md\:odd\:m-52:nth-child(odd) {
    margin: 13rem;
  }

  .md\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .md\:odd\:m-60:nth-child(odd) {
    margin: 15rem;
  }

  .md\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .md\:odd\:m-72:nth-child(odd) {
    margin: 18rem;
  }

  .md\:odd\:m-80:nth-child(odd) {
    margin: 20rem;
  }

  .md\:odd\:m-96:nth-child(odd) {
    margin: 24rem;
  }

  .md\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .md\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .md\:odd\:m-0\.5:nth-child(odd) {
    margin: 0.125rem;
  }

  .md\:odd\:m-1\.5:nth-child(odd) {
    margin: 0.375rem;
  }

  .md\:odd\:m-2\.5:nth-child(odd) {
    margin: 0.625rem;
  }

  .md\:odd\:m-3\.5:nth-child(odd) {
    margin: 0.875rem;
  }

  .md\:odd\:-m-0:nth-child(odd) {
    margin: 0px;
  }

  .md\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .md\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .md\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .md\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .md\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .md\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .md\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .md\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .md\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .md\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .md\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .md\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .md\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .md\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .md\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .md\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .md\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .md\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .md\:odd\:-m-36:nth-child(odd) {
    margin: -9rem;
  }

  .md\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .md\:odd\:-m-44:nth-child(odd) {
    margin: -11rem;
  }

  .md\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .md\:odd\:-m-52:nth-child(odd) {
    margin: -13rem;
  }

  .md\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .md\:odd\:-m-60:nth-child(odd) {
    margin: -15rem;
  }

  .md\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .md\:odd\:-m-72:nth-child(odd) {
    margin: -18rem;
  }

  .md\:odd\:-m-80:nth-child(odd) {
    margin: -20rem;
  }

  .md\:odd\:-m-96:nth-child(odd) {
    margin: -24rem;
  }

  .md\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .md\:odd\:-m-0\.5:nth-child(odd) {
    margin: -0.125rem;
  }

  .md\:odd\:-m-1\.5:nth-child(odd) {
    margin: -0.375rem;
  }

  .md\:odd\:-m-2\.5:nth-child(odd) {
    margin: -0.625rem;
  }

  .md\:odd\:-m-3\.5:nth-child(odd) {
    margin: -0.875rem;
  }

  .md\:odd\:my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:odd\:mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:odd\:my-36:nth-child(odd) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:odd\:mx-36:nth-child(odd) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:odd\:my-44:nth-child(odd) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:odd\:mx-44:nth-child(odd) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:odd\:my-52:nth-child(odd) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:odd\:mx-52:nth-child(odd) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:odd\:my-60:nth-child(odd) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:odd\:mx-60:nth-child(odd) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:odd\:my-72:nth-child(odd) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:odd\:mx-72:nth-child(odd) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:odd\:my-80:nth-child(odd) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:odd\:mx-80:nth-child(odd) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:odd\:my-96:nth-child(odd) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:odd\:mx-96:nth-child(odd) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:odd\:my-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:odd\:mx-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:odd\:my-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:odd\:mx-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:odd\:my-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:odd\:mx-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:odd\:my-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:odd\:mx-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:odd\:-my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:odd\:-mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:odd\:-my-36:nth-child(odd) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:odd\:-mx-36:nth-child(odd) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:odd\:-my-44:nth-child(odd) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:odd\:-mx-44:nth-child(odd) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:odd\:-my-52:nth-child(odd) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:odd\:-mx-52:nth-child(odd) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:odd\:-my-60:nth-child(odd) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:odd\:-mx-60:nth-child(odd) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:odd\:-my-72:nth-child(odd) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:odd\:-mx-72:nth-child(odd) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:odd\:-my-80:nth-child(odd) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:odd\:-mx-80:nth-child(odd) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:odd\:-my-96:nth-child(odd) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:odd\:-mx-96:nth-child(odd) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:odd\:-my-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:odd\:-mx-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:odd\:-my-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:odd\:-mx-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:odd\:-my-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:odd\:-mx-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:odd\:-my-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:odd\:-mx-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:odd\:mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .md\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .md\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .md\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .md\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .md\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .md\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .md\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .md\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .md\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .md\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .md\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .md\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .md\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .md\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .md\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .md\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .md\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .md\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .md\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .md\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .md\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .md\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .md\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .md\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .md\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .md\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .md\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .md\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .md\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .md\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .md\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .md\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .md\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .md\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .md\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .md\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .md\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .md\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .md\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .md\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .md\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .md\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .md\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .md\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .md\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .md\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .md\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .md\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .md\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .md\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .md\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .md\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .md\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .md\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .md\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .md\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .md\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .md\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .md\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .md\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .md\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .md\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .md\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .md\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .md\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .md\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .md\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .md\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .md\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .md\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .md\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .md\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .md\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .md\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .md\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .md\:odd\:mt-36:nth-child(odd) {
    margin-top: 9rem;
  }

  .md\:odd\:mr-36:nth-child(odd) {
    margin-right: 9rem;
  }

  .md\:odd\:mb-36:nth-child(odd) {
    margin-bottom: 9rem;
  }

  .md\:odd\:ml-36:nth-child(odd) {
    margin-left: 9rem;
  }

  .md\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .md\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .md\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .md\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .md\:odd\:mt-44:nth-child(odd) {
    margin-top: 11rem;
  }

  .md\:odd\:mr-44:nth-child(odd) {
    margin-right: 11rem;
  }

  .md\:odd\:mb-44:nth-child(odd) {
    margin-bottom: 11rem;
  }

  .md\:odd\:ml-44:nth-child(odd) {
    margin-left: 11rem;
  }

  .md\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .md\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .md\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .md\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .md\:odd\:mt-52:nth-child(odd) {
    margin-top: 13rem;
  }

  .md\:odd\:mr-52:nth-child(odd) {
    margin-right: 13rem;
  }

  .md\:odd\:mb-52:nth-child(odd) {
    margin-bottom: 13rem;
  }

  .md\:odd\:ml-52:nth-child(odd) {
    margin-left: 13rem;
  }

  .md\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .md\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .md\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .md\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .md\:odd\:mt-60:nth-child(odd) {
    margin-top: 15rem;
  }

  .md\:odd\:mr-60:nth-child(odd) {
    margin-right: 15rem;
  }

  .md\:odd\:mb-60:nth-child(odd) {
    margin-bottom: 15rem;
  }

  .md\:odd\:ml-60:nth-child(odd) {
    margin-left: 15rem;
  }

  .md\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .md\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .md\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .md\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .md\:odd\:mt-72:nth-child(odd) {
    margin-top: 18rem;
  }

  .md\:odd\:mr-72:nth-child(odd) {
    margin-right: 18rem;
  }

  .md\:odd\:mb-72:nth-child(odd) {
    margin-bottom: 18rem;
  }

  .md\:odd\:ml-72:nth-child(odd) {
    margin-left: 18rem;
  }

  .md\:odd\:mt-80:nth-child(odd) {
    margin-top: 20rem;
  }

  .md\:odd\:mr-80:nth-child(odd) {
    margin-right: 20rem;
  }

  .md\:odd\:mb-80:nth-child(odd) {
    margin-bottom: 20rem;
  }

  .md\:odd\:ml-80:nth-child(odd) {
    margin-left: 20rem;
  }

  .md\:odd\:mt-96:nth-child(odd) {
    margin-top: 24rem;
  }

  .md\:odd\:mr-96:nth-child(odd) {
    margin-right: 24rem;
  }

  .md\:odd\:mb-96:nth-child(odd) {
    margin-bottom: 24rem;
  }

  .md\:odd\:ml-96:nth-child(odd) {
    margin-left: 24rem;
  }

  .md\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .md\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .md\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .md\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .md\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .md\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .md\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .md\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .md\:odd\:mt-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
  }

  .md\:odd\:mr-0\.5:nth-child(odd) {
    margin-right: 0.125rem;
  }

  .md\:odd\:mb-0\.5:nth-child(odd) {
    margin-bottom: 0.125rem;
  }

  .md\:odd\:ml-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
  }

  .md\:odd\:mt-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
  }

  .md\:odd\:mr-1\.5:nth-child(odd) {
    margin-right: 0.375rem;
  }

  .md\:odd\:mb-1\.5:nth-child(odd) {
    margin-bottom: 0.375rem;
  }

  .md\:odd\:ml-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
  }

  .md\:odd\:mt-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
  }

  .md\:odd\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }

  .md\:odd\:mb-2\.5:nth-child(odd) {
    margin-bottom: 0.625rem;
  }

  .md\:odd\:ml-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
  }

  .md\:odd\:mt-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
  }

  .md\:odd\:mr-3\.5:nth-child(odd) {
    margin-right: 0.875rem;
  }

  .md\:odd\:mb-3\.5:nth-child(odd) {
    margin-bottom: 0.875rem;
  }

  .md\:odd\:ml-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
  }

  .md\:odd\:-mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .md\:odd\:-mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .md\:odd\:-mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .md\:odd\:-ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .md\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .md\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .md\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .md\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .md\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .md\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .md\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .md\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .md\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .md\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .md\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .md\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .md\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .md\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .md\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .md\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .md\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .md\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .md\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .md\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .md\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .md\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .md\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .md\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .md\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .md\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .md\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .md\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .md\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .md\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .md\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .md\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .md\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .md\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .md\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .md\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .md\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .md\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .md\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .md\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .md\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .md\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .md\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .md\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .md\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .md\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .md\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .md\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .md\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .md\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .md\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .md\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .md\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .md\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .md\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .md\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .md\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .md\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .md\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .md\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .md\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .md\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .md\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .md\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .md\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .md\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .md\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .md\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .md\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .md\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .md\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .md\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .md\:odd\:-mt-36:nth-child(odd) {
    margin-top: -9rem;
  }

  .md\:odd\:-mr-36:nth-child(odd) {
    margin-right: -9rem;
  }

  .md\:odd\:-mb-36:nth-child(odd) {
    margin-bottom: -9rem;
  }

  .md\:odd\:-ml-36:nth-child(odd) {
    margin-left: -9rem;
  }

  .md\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .md\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .md\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .md\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .md\:odd\:-mt-44:nth-child(odd) {
    margin-top: -11rem;
  }

  .md\:odd\:-mr-44:nth-child(odd) {
    margin-right: -11rem;
  }

  .md\:odd\:-mb-44:nth-child(odd) {
    margin-bottom: -11rem;
  }

  .md\:odd\:-ml-44:nth-child(odd) {
    margin-left: -11rem;
  }

  .md\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .md\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .md\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .md\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .md\:odd\:-mt-52:nth-child(odd) {
    margin-top: -13rem;
  }

  .md\:odd\:-mr-52:nth-child(odd) {
    margin-right: -13rem;
  }

  .md\:odd\:-mb-52:nth-child(odd) {
    margin-bottom: -13rem;
  }

  .md\:odd\:-ml-52:nth-child(odd) {
    margin-left: -13rem;
  }

  .md\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .md\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .md\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .md\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .md\:odd\:-mt-60:nth-child(odd) {
    margin-top: -15rem;
  }

  .md\:odd\:-mr-60:nth-child(odd) {
    margin-right: -15rem;
  }

  .md\:odd\:-mb-60:nth-child(odd) {
    margin-bottom: -15rem;
  }

  .md\:odd\:-ml-60:nth-child(odd) {
    margin-left: -15rem;
  }

  .md\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .md\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .md\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .md\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .md\:odd\:-mt-72:nth-child(odd) {
    margin-top: -18rem;
  }

  .md\:odd\:-mr-72:nth-child(odd) {
    margin-right: -18rem;
  }

  .md\:odd\:-mb-72:nth-child(odd) {
    margin-bottom: -18rem;
  }

  .md\:odd\:-ml-72:nth-child(odd) {
    margin-left: -18rem;
  }

  .md\:odd\:-mt-80:nth-child(odd) {
    margin-top: -20rem;
  }

  .md\:odd\:-mr-80:nth-child(odd) {
    margin-right: -20rem;
  }

  .md\:odd\:-mb-80:nth-child(odd) {
    margin-bottom: -20rem;
  }

  .md\:odd\:-ml-80:nth-child(odd) {
    margin-left: -20rem;
  }

  .md\:odd\:-mt-96:nth-child(odd) {
    margin-top: -24rem;
  }

  .md\:odd\:-mr-96:nth-child(odd) {
    margin-right: -24rem;
  }

  .md\:odd\:-mb-96:nth-child(odd) {
    margin-bottom: -24rem;
  }

  .md\:odd\:-ml-96:nth-child(odd) {
    margin-left: -24rem;
  }

  .md\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .md\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .md\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .md\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .md\:odd\:-mt-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
  }

  .md\:odd\:-mr-0\.5:nth-child(odd) {
    margin-right: -0.125rem;
  }

  .md\:odd\:-mb-0\.5:nth-child(odd) {
    margin-bottom: -0.125rem;
  }

  .md\:odd\:-ml-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
  }

  .md\:odd\:-mt-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
  }

  .md\:odd\:-mr-1\.5:nth-child(odd) {
    margin-right: -0.375rem;
  }

  .md\:odd\:-mb-1\.5:nth-child(odd) {
    margin-bottom: -0.375rem;
  }

  .md\:odd\:-ml-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
  }

  .md\:odd\:-mt-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
  }

  .md\:odd\:-mr-2\.5:nth-child(odd) {
    margin-right: -0.625rem;
  }

  .md\:odd\:-mb-2\.5:nth-child(odd) {
    margin-bottom: -0.625rem;
  }

  .md\:odd\:-ml-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
  }

  .md\:odd\:-mt-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
  }

  .md\:odd\:-mr-3\.5:nth-child(odd) {
    margin-right: -0.875rem;
  }

  .md\:odd\:-mb-3\.5:nth-child(odd) {
    margin-bottom: -0.875rem;
  }

  .md\:odd\:-ml-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
  }

  .md\:even\:m-0:nth-child(even) {
    margin: 0px;
  }

  .md\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .md\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .md\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .md\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .md\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .md\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .md\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .md\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .md\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .md\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .md\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .md\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .md\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .md\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .md\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .md\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .md\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .md\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .md\:even\:m-36:nth-child(even) {
    margin: 9rem;
  }

  .md\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .md\:even\:m-44:nth-child(even) {
    margin: 11rem;
  }

  .md\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .md\:even\:m-52:nth-child(even) {
    margin: 13rem;
  }

  .md\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .md\:even\:m-60:nth-child(even) {
    margin: 15rem;
  }

  .md\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .md\:even\:m-72:nth-child(even) {
    margin: 18rem;
  }

  .md\:even\:m-80:nth-child(even) {
    margin: 20rem;
  }

  .md\:even\:m-96:nth-child(even) {
    margin: 24rem;
  }

  .md\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .md\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .md\:even\:m-0\.5:nth-child(even) {
    margin: 0.125rem;
  }

  .md\:even\:m-1\.5:nth-child(even) {
    margin: 0.375rem;
  }

  .md\:even\:m-2\.5:nth-child(even) {
    margin: 0.625rem;
  }

  .md\:even\:m-3\.5:nth-child(even) {
    margin: 0.875rem;
  }

  .md\:even\:-m-0:nth-child(even) {
    margin: 0px;
  }

  .md\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .md\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .md\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .md\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .md\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .md\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .md\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .md\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .md\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .md\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .md\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .md\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .md\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .md\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .md\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .md\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .md\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .md\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .md\:even\:-m-36:nth-child(even) {
    margin: -9rem;
  }

  .md\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .md\:even\:-m-44:nth-child(even) {
    margin: -11rem;
  }

  .md\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .md\:even\:-m-52:nth-child(even) {
    margin: -13rem;
  }

  .md\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .md\:even\:-m-60:nth-child(even) {
    margin: -15rem;
  }

  .md\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .md\:even\:-m-72:nth-child(even) {
    margin: -18rem;
  }

  .md\:even\:-m-80:nth-child(even) {
    margin: -20rem;
  }

  .md\:even\:-m-96:nth-child(even) {
    margin: -24rem;
  }

  .md\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .md\:even\:-m-0\.5:nth-child(even) {
    margin: -0.125rem;
  }

  .md\:even\:-m-1\.5:nth-child(even) {
    margin: -0.375rem;
  }

  .md\:even\:-m-2\.5:nth-child(even) {
    margin: -0.625rem;
  }

  .md\:even\:-m-3\.5:nth-child(even) {
    margin: -0.875rem;
  }

  .md\:even\:my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:even\:mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:even\:my-36:nth-child(even) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:even\:mx-36:nth-child(even) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:even\:my-44:nth-child(even) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:even\:mx-44:nth-child(even) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:even\:my-52:nth-child(even) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:even\:mx-52:nth-child(even) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:even\:my-60:nth-child(even) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:even\:mx-60:nth-child(even) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:even\:my-72:nth-child(even) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:even\:mx-72:nth-child(even) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:even\:my-80:nth-child(even) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:even\:mx-80:nth-child(even) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:even\:my-96:nth-child(even) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:even\:mx-96:nth-child(even) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:even\:my-0\.5:nth-child(even) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:even\:mx-0\.5:nth-child(even) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:even\:my-1\.5:nth-child(even) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:even\:mx-1\.5:nth-child(even) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:even\:my-2\.5:nth-child(even) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:even\:mx-2\.5:nth-child(even) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:even\:my-3\.5:nth-child(even) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:even\:mx-3\.5:nth-child(even) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:even\:-my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:even\:-mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:even\:-my-36:nth-child(even) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:even\:-mx-36:nth-child(even) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:even\:-my-44:nth-child(even) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:even\:-mx-44:nth-child(even) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:even\:-my-52:nth-child(even) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:even\:-mx-52:nth-child(even) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:even\:-my-60:nth-child(even) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:even\:-mx-60:nth-child(even) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:even\:-my-72:nth-child(even) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:even\:-mx-72:nth-child(even) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:even\:-my-80:nth-child(even) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:even\:-mx-80:nth-child(even) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:even\:-my-96:nth-child(even) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:even\:-mx-96:nth-child(even) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:even\:-my-0\.5:nth-child(even) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:even\:-mx-0\.5:nth-child(even) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:even\:-my-1\.5:nth-child(even) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:even\:-mx-1\.5:nth-child(even) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:even\:-my-2\.5:nth-child(even) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:even\:-mx-2\.5:nth-child(even) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:even\:-my-3\.5:nth-child(even) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:even\:-mx-3\.5:nth-child(even) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:even\:mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .md\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .md\:even\:mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .md\:even\:ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .md\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .md\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .md\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .md\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .md\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .md\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .md\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .md\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .md\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .md\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .md\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .md\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .md\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .md\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .md\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .md\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .md\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .md\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .md\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .md\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .md\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .md\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .md\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .md\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .md\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .md\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .md\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .md\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .md\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .md\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .md\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .md\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .md\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .md\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .md\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .md\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .md\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .md\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .md\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .md\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .md\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .md\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .md\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .md\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .md\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .md\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .md\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .md\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .md\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .md\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .md\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .md\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .md\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .md\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .md\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .md\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .md\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .md\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .md\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .md\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .md\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .md\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .md\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .md\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .md\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .md\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .md\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .md\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .md\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .md\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .md\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .md\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .md\:even\:mt-36:nth-child(even) {
    margin-top: 9rem;
  }

  .md\:even\:mr-36:nth-child(even) {
    margin-right: 9rem;
  }

  .md\:even\:mb-36:nth-child(even) {
    margin-bottom: 9rem;
  }

  .md\:even\:ml-36:nth-child(even) {
    margin-left: 9rem;
  }

  .md\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .md\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .md\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .md\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .md\:even\:mt-44:nth-child(even) {
    margin-top: 11rem;
  }

  .md\:even\:mr-44:nth-child(even) {
    margin-right: 11rem;
  }

  .md\:even\:mb-44:nth-child(even) {
    margin-bottom: 11rem;
  }

  .md\:even\:ml-44:nth-child(even) {
    margin-left: 11rem;
  }

  .md\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .md\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .md\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .md\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .md\:even\:mt-52:nth-child(even) {
    margin-top: 13rem;
  }

  .md\:even\:mr-52:nth-child(even) {
    margin-right: 13rem;
  }

  .md\:even\:mb-52:nth-child(even) {
    margin-bottom: 13rem;
  }

  .md\:even\:ml-52:nth-child(even) {
    margin-left: 13rem;
  }

  .md\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .md\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .md\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .md\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .md\:even\:mt-60:nth-child(even) {
    margin-top: 15rem;
  }

  .md\:even\:mr-60:nth-child(even) {
    margin-right: 15rem;
  }

  .md\:even\:mb-60:nth-child(even) {
    margin-bottom: 15rem;
  }

  .md\:even\:ml-60:nth-child(even) {
    margin-left: 15rem;
  }

  .md\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .md\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .md\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .md\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .md\:even\:mt-72:nth-child(even) {
    margin-top: 18rem;
  }

  .md\:even\:mr-72:nth-child(even) {
    margin-right: 18rem;
  }

  .md\:even\:mb-72:nth-child(even) {
    margin-bottom: 18rem;
  }

  .md\:even\:ml-72:nth-child(even) {
    margin-left: 18rem;
  }

  .md\:even\:mt-80:nth-child(even) {
    margin-top: 20rem;
  }

  .md\:even\:mr-80:nth-child(even) {
    margin-right: 20rem;
  }

  .md\:even\:mb-80:nth-child(even) {
    margin-bottom: 20rem;
  }

  .md\:even\:ml-80:nth-child(even) {
    margin-left: 20rem;
  }

  .md\:even\:mt-96:nth-child(even) {
    margin-top: 24rem;
  }

  .md\:even\:mr-96:nth-child(even) {
    margin-right: 24rem;
  }

  .md\:even\:mb-96:nth-child(even) {
    margin-bottom: 24rem;
  }

  .md\:even\:ml-96:nth-child(even) {
    margin-left: 24rem;
  }

  .md\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .md\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .md\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .md\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .md\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .md\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .md\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .md\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .md\:even\:mt-0\.5:nth-child(even) {
    margin-top: 0.125rem;
  }

  .md\:even\:mr-0\.5:nth-child(even) {
    margin-right: 0.125rem;
  }

  .md\:even\:mb-0\.5:nth-child(even) {
    margin-bottom: 0.125rem;
  }

  .md\:even\:ml-0\.5:nth-child(even) {
    margin-left: 0.125rem;
  }

  .md\:even\:mt-1\.5:nth-child(even) {
    margin-top: 0.375rem;
  }

  .md\:even\:mr-1\.5:nth-child(even) {
    margin-right: 0.375rem;
  }

  .md\:even\:mb-1\.5:nth-child(even) {
    margin-bottom: 0.375rem;
  }

  .md\:even\:ml-1\.5:nth-child(even) {
    margin-left: 0.375rem;
  }

  .md\:even\:mt-2\.5:nth-child(even) {
    margin-top: 0.625rem;
  }

  .md\:even\:mr-2\.5:nth-child(even) {
    margin-right: 0.625rem;
  }

  .md\:even\:mb-2\.5:nth-child(even) {
    margin-bottom: 0.625rem;
  }

  .md\:even\:ml-2\.5:nth-child(even) {
    margin-left: 0.625rem;
  }

  .md\:even\:mt-3\.5:nth-child(even) {
    margin-top: 0.875rem;
  }

  .md\:even\:mr-3\.5:nth-child(even) {
    margin-right: 0.875rem;
  }

  .md\:even\:mb-3\.5:nth-child(even) {
    margin-bottom: 0.875rem;
  }

  .md\:even\:ml-3\.5:nth-child(even) {
    margin-left: 0.875rem;
  }

  .md\:even\:-mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .md\:even\:-mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .md\:even\:-mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .md\:even\:-ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .md\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .md\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .md\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .md\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .md\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .md\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .md\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .md\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .md\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .md\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .md\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .md\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .md\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .md\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .md\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .md\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .md\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .md\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .md\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .md\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .md\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .md\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .md\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .md\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .md\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .md\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .md\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .md\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .md\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .md\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .md\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .md\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .md\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .md\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .md\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .md\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .md\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .md\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .md\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .md\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .md\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .md\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .md\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .md\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .md\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .md\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .md\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .md\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .md\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .md\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .md\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .md\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .md\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .md\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .md\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .md\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .md\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .md\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .md\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .md\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .md\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .md\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .md\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .md\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .md\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .md\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .md\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .md\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .md\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .md\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .md\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .md\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .md\:even\:-mt-36:nth-child(even) {
    margin-top: -9rem;
  }

  .md\:even\:-mr-36:nth-child(even) {
    margin-right: -9rem;
  }

  .md\:even\:-mb-36:nth-child(even) {
    margin-bottom: -9rem;
  }

  .md\:even\:-ml-36:nth-child(even) {
    margin-left: -9rem;
  }

  .md\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .md\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .md\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .md\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .md\:even\:-mt-44:nth-child(even) {
    margin-top: -11rem;
  }

  .md\:even\:-mr-44:nth-child(even) {
    margin-right: -11rem;
  }

  .md\:even\:-mb-44:nth-child(even) {
    margin-bottom: -11rem;
  }

  .md\:even\:-ml-44:nth-child(even) {
    margin-left: -11rem;
  }

  .md\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .md\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .md\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .md\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .md\:even\:-mt-52:nth-child(even) {
    margin-top: -13rem;
  }

  .md\:even\:-mr-52:nth-child(even) {
    margin-right: -13rem;
  }

  .md\:even\:-mb-52:nth-child(even) {
    margin-bottom: -13rem;
  }

  .md\:even\:-ml-52:nth-child(even) {
    margin-left: -13rem;
  }

  .md\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .md\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .md\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .md\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .md\:even\:-mt-60:nth-child(even) {
    margin-top: -15rem;
  }

  .md\:even\:-mr-60:nth-child(even) {
    margin-right: -15rem;
  }

  .md\:even\:-mb-60:nth-child(even) {
    margin-bottom: -15rem;
  }

  .md\:even\:-ml-60:nth-child(even) {
    margin-left: -15rem;
  }

  .md\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .md\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .md\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .md\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .md\:even\:-mt-72:nth-child(even) {
    margin-top: -18rem;
  }

  .md\:even\:-mr-72:nth-child(even) {
    margin-right: -18rem;
  }

  .md\:even\:-mb-72:nth-child(even) {
    margin-bottom: -18rem;
  }

  .md\:even\:-ml-72:nth-child(even) {
    margin-left: -18rem;
  }

  .md\:even\:-mt-80:nth-child(even) {
    margin-top: -20rem;
  }

  .md\:even\:-mr-80:nth-child(even) {
    margin-right: -20rem;
  }

  .md\:even\:-mb-80:nth-child(even) {
    margin-bottom: -20rem;
  }

  .md\:even\:-ml-80:nth-child(even) {
    margin-left: -20rem;
  }

  .md\:even\:-mt-96:nth-child(even) {
    margin-top: -24rem;
  }

  .md\:even\:-mr-96:nth-child(even) {
    margin-right: -24rem;
  }

  .md\:even\:-mb-96:nth-child(even) {
    margin-bottom: -24rem;
  }

  .md\:even\:-ml-96:nth-child(even) {
    margin-left: -24rem;
  }

  .md\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .md\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .md\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .md\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .md\:even\:-mt-0\.5:nth-child(even) {
    margin-top: -0.125rem;
  }

  .md\:even\:-mr-0\.5:nth-child(even) {
    margin-right: -0.125rem;
  }

  .md\:even\:-mb-0\.5:nth-child(even) {
    margin-bottom: -0.125rem;
  }

  .md\:even\:-ml-0\.5:nth-child(even) {
    margin-left: -0.125rem;
  }

  .md\:even\:-mt-1\.5:nth-child(even) {
    margin-top: -0.375rem;
  }

  .md\:even\:-mr-1\.5:nth-child(even) {
    margin-right: -0.375rem;
  }

  .md\:even\:-mb-1\.5:nth-child(even) {
    margin-bottom: -0.375rem;
  }

  .md\:even\:-ml-1\.5:nth-child(even) {
    margin-left: -0.375rem;
  }

  .md\:even\:-mt-2\.5:nth-child(even) {
    margin-top: -0.625rem;
  }

  .md\:even\:-mr-2\.5:nth-child(even) {
    margin-right: -0.625rem;
  }

  .md\:even\:-mb-2\.5:nth-child(even) {
    margin-bottom: -0.625rem;
  }

  .md\:even\:-ml-2\.5:nth-child(even) {
    margin-left: -0.625rem;
  }

  .md\:even\:-mt-3\.5:nth-child(even) {
    margin-top: -0.875rem;
  }

  .md\:even\:-mr-3\.5:nth-child(even) {
    margin-right: -0.875rem;
  }

  .md\:even\:-mb-3\.5:nth-child(even) {
    margin-bottom: -0.875rem;
  }

  .md\:even\:-ml-3\.5:nth-child(even) {
    margin-left: -0.875rem;
  }

  .md\:hover\:m-0:hover {
    margin: 0px;
  }

  .md\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-28:hover {
    margin: 7rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-36:hover {
    margin: 9rem;
  }

  .md\:hover\:m-40:hover {
    margin: 10rem;
  }

  .md\:hover\:m-44:hover {
    margin: 11rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-52:hover {
    margin: 13rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-60:hover {
    margin: 15rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-72:hover {
    margin: 18rem;
  }

  .md\:hover\:m-80:hover {
    margin: 20rem;
  }

  .md\:hover\:m-96:hover {
    margin: 24rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .md\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .md\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .md\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .md\:hover\:-m-0:hover {
    margin: 0px;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .md\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .md\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .md\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .md\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .md\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .md\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .md\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .md\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .md\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .md\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .md\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .md\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .md\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .md\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .md\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .md\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .md\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .md\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .md\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .md\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .md\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .md\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .md\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .md\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .md\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .md\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .md\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .md\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .md\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .md\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .md\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .md\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .md\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .md\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .md\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .md\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .md\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .md\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .md\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .md\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .md\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .md\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .md\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .md\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .md\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .md\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .md\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .md\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .md\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .md\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .md\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .md\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .md\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .md\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .md\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .md\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .md\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .md\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .md\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .md\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .md\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .md\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .md\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .md\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .md\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .md\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .md\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .md\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .md\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .md\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .md\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .md\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .md\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .md\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .md\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .md\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .md\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .md\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .md\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .md\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .md\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .md\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .md\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .md\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .md\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .md\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .md\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .md\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .md\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .md\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .md\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .md\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .md\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .md\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .md\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .md\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .md\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .md\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .md\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .md\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .md\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .md\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .md\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .md\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .md\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .md\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .md\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .md\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .md\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .md\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .md\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .md\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .md\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .md\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .md\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .md\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .md\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .md\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .md\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .md\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .md\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .md\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .md\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .md\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .md\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .md\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .md\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .md\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .md\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .md\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .md\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .md\:focus\:m-0:focus {
    margin: 0px;
  }

  .md\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .md\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .md\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .md\:focus\:m-4:focus {
    margin: 1rem;
  }

  .md\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .md\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .md\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .md\:focus\:m-8:focus {
    margin: 2rem;
  }

  .md\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .md\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .md\:focus\:m-11:focus {
    margin: 2.75rem;
  }

  .md\:focus\:m-12:focus {
    margin: 3rem;
  }

  .md\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .md\:focus\:m-16:focus {
    margin: 4rem;
  }

  .md\:focus\:m-20:focus {
    margin: 5rem;
  }

  .md\:focus\:m-24:focus {
    margin: 6rem;
  }

  .md\:focus\:m-28:focus {
    margin: 7rem;
  }

  .md\:focus\:m-32:focus {
    margin: 8rem;
  }

  .md\:focus\:m-36:focus {
    margin: 9rem;
  }

  .md\:focus\:m-40:focus {
    margin: 10rem;
  }

  .md\:focus\:m-44:focus {
    margin: 11rem;
  }

  .md\:focus\:m-48:focus {
    margin: 12rem;
  }

  .md\:focus\:m-52:focus {
    margin: 13rem;
  }

  .md\:focus\:m-56:focus {
    margin: 14rem;
  }

  .md\:focus\:m-60:focus {
    margin: 15rem;
  }

  .md\:focus\:m-64:focus {
    margin: 16rem;
  }

  .md\:focus\:m-72:focus {
    margin: 18rem;
  }

  .md\:focus\:m-80:focus {
    margin: 20rem;
  }

  .md\:focus\:m-96:focus {
    margin: 24rem;
  }

  .md\:focus\:m-auto:focus {
    margin: auto;
  }

  .md\:focus\:m-px:focus {
    margin: 1px;
  }

  .md\:focus\:m-0\.5:focus {
    margin: 0.125rem;
  }

  .md\:focus\:m-1\.5:focus {
    margin: 0.375rem;
  }

  .md\:focus\:m-2\.5:focus {
    margin: 0.625rem;
  }

  .md\:focus\:m-3\.5:focus {
    margin: 0.875rem;
  }

  .md\:focus\:-m-0:focus {
    margin: 0px;
  }

  .md\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .md\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .md\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .md\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .md\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .md\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .md\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .md\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .md\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .md\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .md\:focus\:-m-11:focus {
    margin: -2.75rem;
  }

  .md\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .md\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .md\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .md\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .md\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .md\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .md\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .md\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .md\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .md\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .md\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .md\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .md\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .md\:focus\:-m-60:focus {
    margin: -15rem;
  }

  .md\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .md\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .md\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .md\:focus\:-m-96:focus {
    margin: -24rem;
  }

  .md\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md\:focus\:-m-0\.5:focus {
    margin: -0.125rem;
  }

  .md\:focus\:-m-1\.5:focus {
    margin: -0.375rem;
  }

  .md\:focus\:-m-2\.5:focus {
    margin: -0.625rem;
  }

  .md\:focus\:-m-3\.5:focus {
    margin: -0.875rem;
  }

  .md\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus\:my-11:focus {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:focus\:mx-11:focus {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus\:my-60:focus {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:focus\:mx-60:focus {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:focus\:my-96:focus {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:focus\:mx-96:focus {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus\:my-0\.5:focus {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:focus\:mx-0\.5:focus {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:focus\:my-1\.5:focus {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:focus\:mx-1\.5:focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:focus\:my-2\.5:focus {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:focus\:mx-2\.5:focus {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:focus\:my-3\.5:focus {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:focus\:mx-3\.5:focus {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus\:-my-11:focus {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:focus\:-mx-11:focus {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus\:-my-60:focus {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:focus\:-mx-60:focus {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:focus\:-my-96:focus {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:focus\:-mx-96:focus {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus\:-my-0\.5:focus {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:focus\:-mx-0\.5:focus {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:focus\:-my-1\.5:focus {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:focus\:-mx-1\.5:focus {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:focus\:-my-2\.5:focus {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:focus\:-mx-2\.5:focus {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:focus\:-my-3\.5:focus {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:focus\:-mx-3\.5:focus {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .md\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .md\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .md\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .md\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .md\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .md\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .md\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .md\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .md\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .md\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .md\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .md\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .md\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .md\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .md\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .md\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .md\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .md\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .md\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .md\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .md\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .md\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .md\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .md\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .md\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .md\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .md\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .md\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .md\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .md\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .md\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .md\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .md\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .md\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .md\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .md\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .md\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .md\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .md\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .md\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .md\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .md\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .md\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .md\:focus\:mt-11:focus {
    margin-top: 2.75rem;
  }

  .md\:focus\:mr-11:focus {
    margin-right: 2.75rem;
  }

  .md\:focus\:mb-11:focus {
    margin-bottom: 2.75rem;
  }

  .md\:focus\:ml-11:focus {
    margin-left: 2.75rem;
  }

  .md\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .md\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .md\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .md\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .md\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .md\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .md\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .md\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .md\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .md\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .md\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .md\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .md\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .md\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .md\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .md\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .md\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .md\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .md\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .md\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .md\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .md\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .md\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .md\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .md\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .md\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .md\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .md\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .md\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .md\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .md\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .md\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .md\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .md\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .md\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .md\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .md\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .md\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .md\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .md\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .md\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .md\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .md\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .md\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .md\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .md\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .md\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .md\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .md\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .md\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .md\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .md\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .md\:focus\:mt-60:focus {
    margin-top: 15rem;
  }

  .md\:focus\:mr-60:focus {
    margin-right: 15rem;
  }

  .md\:focus\:mb-60:focus {
    margin-bottom: 15rem;
  }

  .md\:focus\:ml-60:focus {
    margin-left: 15rem;
  }

  .md\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .md\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .md\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .md\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .md\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .md\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .md\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .md\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .md\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .md\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .md\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .md\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .md\:focus\:mt-96:focus {
    margin-top: 24rem;
  }

  .md\:focus\:mr-96:focus {
    margin-right: 24rem;
  }

  .md\:focus\:mb-96:focus {
    margin-bottom: 24rem;
  }

  .md\:focus\:ml-96:focus {
    margin-left: 24rem;
  }

  .md\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .md\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .md\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .md\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .md\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .md\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .md\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .md\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .md\:focus\:mt-0\.5:focus {
    margin-top: 0.125rem;
  }

  .md\:focus\:mr-0\.5:focus {
    margin-right: 0.125rem;
  }

  .md\:focus\:mb-0\.5:focus {
    margin-bottom: 0.125rem;
  }

  .md\:focus\:ml-0\.5:focus {
    margin-left: 0.125rem;
  }

  .md\:focus\:mt-1\.5:focus {
    margin-top: 0.375rem;
  }

  .md\:focus\:mr-1\.5:focus {
    margin-right: 0.375rem;
  }

  .md\:focus\:mb-1\.5:focus {
    margin-bottom: 0.375rem;
  }

  .md\:focus\:ml-1\.5:focus {
    margin-left: 0.375rem;
  }

  .md\:focus\:mt-2\.5:focus {
    margin-top: 0.625rem;
  }

  .md\:focus\:mr-2\.5:focus {
    margin-right: 0.625rem;
  }

  .md\:focus\:mb-2\.5:focus {
    margin-bottom: 0.625rem;
  }

  .md\:focus\:ml-2\.5:focus {
    margin-left: 0.625rem;
  }

  .md\:focus\:mt-3\.5:focus {
    margin-top: 0.875rem;
  }

  .md\:focus\:mr-3\.5:focus {
    margin-right: 0.875rem;
  }

  .md\:focus\:mb-3\.5:focus {
    margin-bottom: 0.875rem;
  }

  .md\:focus\:ml-3\.5:focus {
    margin-left: 0.875rem;
  }

  .md\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .md\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .md\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .md\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .md\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .md\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .md\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .md\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .md\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .md\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .md\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .md\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .md\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .md\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .md\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .md\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .md\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .md\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .md\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .md\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .md\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .md\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .md\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .md\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .md\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .md\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .md\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .md\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .md\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .md\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .md\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .md\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .md\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .md\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .md\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .md\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .md\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .md\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .md\:focus\:-mt-11:focus {
    margin-top: -2.75rem;
  }

  .md\:focus\:-mr-11:focus {
    margin-right: -2.75rem;
  }

  .md\:focus\:-mb-11:focus {
    margin-bottom: -2.75rem;
  }

  .md\:focus\:-ml-11:focus {
    margin-left: -2.75rem;
  }

  .md\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .md\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .md\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .md\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .md\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .md\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .md\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .md\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .md\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .md\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .md\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .md\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .md\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .md\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .md\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .md\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .md\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .md\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .md\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .md\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .md\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .md\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .md\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .md\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .md\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .md\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .md\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .md\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .md\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .md\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .md\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .md\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .md\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .md\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .md\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .md\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .md\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .md\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .md\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .md\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .md\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .md\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .md\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .md\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .md\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .md\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .md\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .md\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .md\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .md\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .md\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .md\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .md\:focus\:-mt-60:focus {
    margin-top: -15rem;
  }

  .md\:focus\:-mr-60:focus {
    margin-right: -15rem;
  }

  .md\:focus\:-mb-60:focus {
    margin-bottom: -15rem;
  }

  .md\:focus\:-ml-60:focus {
    margin-left: -15rem;
  }

  .md\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .md\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .md\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .md\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .md\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .md\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .md\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .md\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .md\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .md\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .md\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .md\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .md\:focus\:-mt-96:focus {
    margin-top: -24rem;
  }

  .md\:focus\:-mr-96:focus {
    margin-right: -24rem;
  }

  .md\:focus\:-mb-96:focus {
    margin-bottom: -24rem;
  }

  .md\:focus\:-ml-96:focus {
    margin-left: -24rem;
  }

  .md\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .md\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .md\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .md\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .md\:focus\:-mt-0\.5:focus {
    margin-top: -0.125rem;
  }

  .md\:focus\:-mr-0\.5:focus {
    margin-right: -0.125rem;
  }

  .md\:focus\:-mb-0\.5:focus {
    margin-bottom: -0.125rem;
  }

  .md\:focus\:-ml-0\.5:focus {
    margin-left: -0.125rem;
  }

  .md\:focus\:-mt-1\.5:focus {
    margin-top: -0.375rem;
  }

  .md\:focus\:-mr-1\.5:focus {
    margin-right: -0.375rem;
  }

  .md\:focus\:-mb-1\.5:focus {
    margin-bottom: -0.375rem;
  }

  .md\:focus\:-ml-1\.5:focus {
    margin-left: -0.375rem;
  }

  .md\:focus\:-mt-2\.5:focus {
    margin-top: -0.625rem;
  }

  .md\:focus\:-mr-2\.5:focus {
    margin-right: -0.625rem;
  }

  .md\:focus\:-mb-2\.5:focus {
    margin-bottom: -0.625rem;
  }

  .md\:focus\:-ml-2\.5:focus {
    margin-left: -0.625rem;
  }

  .md\:focus\:-mt-3\.5:focus {
    margin-top: -0.875rem;
  }

  .md\:focus\:-mr-3\.5:focus {
    margin-right: -0.875rem;
  }

  .md\:focus\:-mb-3\.5:focus {
    margin-bottom: -0.875rem;
  }

  .md\:focus\:-ml-3\.5:focus {
    margin-left: -0.875rem;
  }

  .md\:active\:m-0:active {
    margin: 0px;
  }

  .md\:active\:m-1:active {
    margin: 0.25rem;
  }

  .md\:active\:m-2:active {
    margin: 0.5rem;
  }

  .md\:active\:m-3:active {
    margin: 0.75rem;
  }

  .md\:active\:m-4:active {
    margin: 1rem;
  }

  .md\:active\:m-5:active {
    margin: 1.25rem;
  }

  .md\:active\:m-6:active {
    margin: 1.5rem;
  }

  .md\:active\:m-7:active {
    margin: 1.75rem;
  }

  .md\:active\:m-8:active {
    margin: 2rem;
  }

  .md\:active\:m-9:active {
    margin: 2.25rem;
  }

  .md\:active\:m-10:active {
    margin: 2.5rem;
  }

  .md\:active\:m-11:active {
    margin: 2.75rem;
  }

  .md\:active\:m-12:active {
    margin: 3rem;
  }

  .md\:active\:m-14:active {
    margin: 3.5rem;
  }

  .md\:active\:m-16:active {
    margin: 4rem;
  }

  .md\:active\:m-20:active {
    margin: 5rem;
  }

  .md\:active\:m-24:active {
    margin: 6rem;
  }

  .md\:active\:m-28:active {
    margin: 7rem;
  }

  .md\:active\:m-32:active {
    margin: 8rem;
  }

  .md\:active\:m-36:active {
    margin: 9rem;
  }

  .md\:active\:m-40:active {
    margin: 10rem;
  }

  .md\:active\:m-44:active {
    margin: 11rem;
  }

  .md\:active\:m-48:active {
    margin: 12rem;
  }

  .md\:active\:m-52:active {
    margin: 13rem;
  }

  .md\:active\:m-56:active {
    margin: 14rem;
  }

  .md\:active\:m-60:active {
    margin: 15rem;
  }

  .md\:active\:m-64:active {
    margin: 16rem;
  }

  .md\:active\:m-72:active {
    margin: 18rem;
  }

  .md\:active\:m-80:active {
    margin: 20rem;
  }

  .md\:active\:m-96:active {
    margin: 24rem;
  }

  .md\:active\:m-auto:active {
    margin: auto;
  }

  .md\:active\:m-px:active {
    margin: 1px;
  }

  .md\:active\:m-0\.5:active {
    margin: 0.125rem;
  }

  .md\:active\:m-1\.5:active {
    margin: 0.375rem;
  }

  .md\:active\:m-2\.5:active {
    margin: 0.625rem;
  }

  .md\:active\:m-3\.5:active {
    margin: 0.875rem;
  }

  .md\:active\:-m-0:active {
    margin: 0px;
  }

  .md\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .md\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .md\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .md\:active\:-m-4:active {
    margin: -1rem;
  }

  .md\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .md\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .md\:active\:-m-7:active {
    margin: -1.75rem;
  }

  .md\:active\:-m-8:active {
    margin: -2rem;
  }

  .md\:active\:-m-9:active {
    margin: -2.25rem;
  }

  .md\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .md\:active\:-m-11:active {
    margin: -2.75rem;
  }

  .md\:active\:-m-12:active {
    margin: -3rem;
  }

  .md\:active\:-m-14:active {
    margin: -3.5rem;
  }

  .md\:active\:-m-16:active {
    margin: -4rem;
  }

  .md\:active\:-m-20:active {
    margin: -5rem;
  }

  .md\:active\:-m-24:active {
    margin: -6rem;
  }

  .md\:active\:-m-28:active {
    margin: -7rem;
  }

  .md\:active\:-m-32:active {
    margin: -8rem;
  }

  .md\:active\:-m-36:active {
    margin: -9rem;
  }

  .md\:active\:-m-40:active {
    margin: -10rem;
  }

  .md\:active\:-m-44:active {
    margin: -11rem;
  }

  .md\:active\:-m-48:active {
    margin: -12rem;
  }

  .md\:active\:-m-52:active {
    margin: -13rem;
  }

  .md\:active\:-m-56:active {
    margin: -14rem;
  }

  .md\:active\:-m-60:active {
    margin: -15rem;
  }

  .md\:active\:-m-64:active {
    margin: -16rem;
  }

  .md\:active\:-m-72:active {
    margin: -18rem;
  }

  .md\:active\:-m-80:active {
    margin: -20rem;
  }

  .md\:active\:-m-96:active {
    margin: -24rem;
  }

  .md\:active\:-m-px:active {
    margin: -1px;
  }

  .md\:active\:-m-0\.5:active {
    margin: -0.125rem;
  }

  .md\:active\:-m-1\.5:active {
    margin: -0.375rem;
  }

  .md\:active\:-m-2\.5:active {
    margin: -0.625rem;
  }

  .md\:active\:-m-3\.5:active {
    margin: -0.875rem;
  }

  .md\:active\:my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:active\:mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:active\:my-7:active {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:active\:mx-7:active {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:active\:my-9:active {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:active\:mx-9:active {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:active\:my-11:active {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:active\:mx-11:active {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:active\:my-14:active {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:active\:mx-14:active {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:active\:my-28:active {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:active\:mx-28:active {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:active\:my-36:active {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:active\:mx-36:active {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:active\:my-44:active {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:active\:mx-44:active {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:active\:my-52:active {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:active\:mx-52:active {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:active\:my-60:active {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:active\:mx-60:active {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:active\:my-72:active {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:active\:mx-72:active {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:active\:my-80:active {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:active\:mx-80:active {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:active\:my-96:active {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:active\:mx-96:active {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:active\:my-0\.5:active {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:active\:mx-0\.5:active {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:active\:my-1\.5:active {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:active\:mx-1\.5:active {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:active\:my-2\.5:active {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:active\:mx-2\.5:active {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:active\:my-3\.5:active {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:active\:mx-3\.5:active {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:active\:-my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:active\:-mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:active\:-my-7:active {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:active\:-mx-7:active {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:active\:-my-9:active {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:active\:-mx-9:active {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:active\:-my-11:active {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:active\:-mx-11:active {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:active\:-my-14:active {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:active\:-mx-14:active {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:active\:-my-28:active {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:active\:-mx-28:active {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:active\:-my-36:active {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:active\:-mx-36:active {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:active\:-my-44:active {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:active\:-mx-44:active {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:active\:-my-52:active {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:active\:-mx-52:active {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:active\:-my-60:active {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:active\:-mx-60:active {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:active\:-my-72:active {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:active\:-mx-72:active {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:active\:-my-80:active {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:active\:-mx-80:active {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:active\:-my-96:active {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:active\:-mx-96:active {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:active\:-my-0\.5:active {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:active\:-mx-0\.5:active {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:active\:-my-1\.5:active {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:active\:-mx-1\.5:active {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:active\:-my-2\.5:active {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:active\:-mx-2\.5:active {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:active\:-my-3\.5:active {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:active\:-mx-3\.5:active {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:active\:mt-0:active {
    margin-top: 0px;
  }

  .md\:active\:mr-0:active {
    margin-right: 0px;
  }

  .md\:active\:mb-0:active {
    margin-bottom: 0px;
  }

  .md\:active\:ml-0:active {
    margin-left: 0px;
  }

  .md\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .md\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .md\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .md\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .md\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .md\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .md\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .md\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .md\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .md\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .md\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .md\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .md\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .md\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .md\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .md\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .md\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .md\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .md\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .md\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .md\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .md\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .md\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .md\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .md\:active\:mt-7:active {
    margin-top: 1.75rem;
  }

  .md\:active\:mr-7:active {
    margin-right: 1.75rem;
  }

  .md\:active\:mb-7:active {
    margin-bottom: 1.75rem;
  }

  .md\:active\:ml-7:active {
    margin-left: 1.75rem;
  }

  .md\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .md\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .md\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .md\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .md\:active\:mt-9:active {
    margin-top: 2.25rem;
  }

  .md\:active\:mr-9:active {
    margin-right: 2.25rem;
  }

  .md\:active\:mb-9:active {
    margin-bottom: 2.25rem;
  }

  .md\:active\:ml-9:active {
    margin-left: 2.25rem;
  }

  .md\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .md\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .md\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .md\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .md\:active\:mt-11:active {
    margin-top: 2.75rem;
  }

  .md\:active\:mr-11:active {
    margin-right: 2.75rem;
  }

  .md\:active\:mb-11:active {
    margin-bottom: 2.75rem;
  }

  .md\:active\:ml-11:active {
    margin-left: 2.75rem;
  }

  .md\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .md\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .md\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .md\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .md\:active\:mt-14:active {
    margin-top: 3.5rem;
  }

  .md\:active\:mr-14:active {
    margin-right: 3.5rem;
  }

  .md\:active\:mb-14:active {
    margin-bottom: 3.5rem;
  }

  .md\:active\:ml-14:active {
    margin-left: 3.5rem;
  }

  .md\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .md\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .md\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .md\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .md\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .md\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .md\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .md\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .md\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .md\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .md\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .md\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .md\:active\:mt-28:active {
    margin-top: 7rem;
  }

  .md\:active\:mr-28:active {
    margin-right: 7rem;
  }

  .md\:active\:mb-28:active {
    margin-bottom: 7rem;
  }

  .md\:active\:ml-28:active {
    margin-left: 7rem;
  }

  .md\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .md\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .md\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .md\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .md\:active\:mt-36:active {
    margin-top: 9rem;
  }

  .md\:active\:mr-36:active {
    margin-right: 9rem;
  }

  .md\:active\:mb-36:active {
    margin-bottom: 9rem;
  }

  .md\:active\:ml-36:active {
    margin-left: 9rem;
  }

  .md\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .md\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .md\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .md\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .md\:active\:mt-44:active {
    margin-top: 11rem;
  }

  .md\:active\:mr-44:active {
    margin-right: 11rem;
  }

  .md\:active\:mb-44:active {
    margin-bottom: 11rem;
  }

  .md\:active\:ml-44:active {
    margin-left: 11rem;
  }

  .md\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .md\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .md\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .md\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .md\:active\:mt-52:active {
    margin-top: 13rem;
  }

  .md\:active\:mr-52:active {
    margin-right: 13rem;
  }

  .md\:active\:mb-52:active {
    margin-bottom: 13rem;
  }

  .md\:active\:ml-52:active {
    margin-left: 13rem;
  }

  .md\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .md\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .md\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .md\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .md\:active\:mt-60:active {
    margin-top: 15rem;
  }

  .md\:active\:mr-60:active {
    margin-right: 15rem;
  }

  .md\:active\:mb-60:active {
    margin-bottom: 15rem;
  }

  .md\:active\:ml-60:active {
    margin-left: 15rem;
  }

  .md\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .md\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .md\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .md\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .md\:active\:mt-72:active {
    margin-top: 18rem;
  }

  .md\:active\:mr-72:active {
    margin-right: 18rem;
  }

  .md\:active\:mb-72:active {
    margin-bottom: 18rem;
  }

  .md\:active\:ml-72:active {
    margin-left: 18rem;
  }

  .md\:active\:mt-80:active {
    margin-top: 20rem;
  }

  .md\:active\:mr-80:active {
    margin-right: 20rem;
  }

  .md\:active\:mb-80:active {
    margin-bottom: 20rem;
  }

  .md\:active\:ml-80:active {
    margin-left: 20rem;
  }

  .md\:active\:mt-96:active {
    margin-top: 24rem;
  }

  .md\:active\:mr-96:active {
    margin-right: 24rem;
  }

  .md\:active\:mb-96:active {
    margin-bottom: 24rem;
  }

  .md\:active\:ml-96:active {
    margin-left: 24rem;
  }

  .md\:active\:mt-auto:active {
    margin-top: auto;
  }

  .md\:active\:mr-auto:active {
    margin-right: auto;
  }

  .md\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .md\:active\:ml-auto:active {
    margin-left: auto;
  }

  .md\:active\:mt-px:active {
    margin-top: 1px;
  }

  .md\:active\:mr-px:active {
    margin-right: 1px;
  }

  .md\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .md\:active\:ml-px:active {
    margin-left: 1px;
  }

  .md\:active\:mt-0\.5:active {
    margin-top: 0.125rem;
  }

  .md\:active\:mr-0\.5:active {
    margin-right: 0.125rem;
  }

  .md\:active\:mb-0\.5:active {
    margin-bottom: 0.125rem;
  }

  .md\:active\:ml-0\.5:active {
    margin-left: 0.125rem;
  }

  .md\:active\:mt-1\.5:active {
    margin-top: 0.375rem;
  }

  .md\:active\:mr-1\.5:active {
    margin-right: 0.375rem;
  }

  .md\:active\:mb-1\.5:active {
    margin-bottom: 0.375rem;
  }

  .md\:active\:ml-1\.5:active {
    margin-left: 0.375rem;
  }

  .md\:active\:mt-2\.5:active {
    margin-top: 0.625rem;
  }

  .md\:active\:mr-2\.5:active {
    margin-right: 0.625rem;
  }

  .md\:active\:mb-2\.5:active {
    margin-bottom: 0.625rem;
  }

  .md\:active\:ml-2\.5:active {
    margin-left: 0.625rem;
  }

  .md\:active\:mt-3\.5:active {
    margin-top: 0.875rem;
  }

  .md\:active\:mr-3\.5:active {
    margin-right: 0.875rem;
  }

  .md\:active\:mb-3\.5:active {
    margin-bottom: 0.875rem;
  }

  .md\:active\:ml-3\.5:active {
    margin-left: 0.875rem;
  }

  .md\:active\:-mt-0:active {
    margin-top: 0px;
  }

  .md\:active\:-mr-0:active {
    margin-right: 0px;
  }

  .md\:active\:-mb-0:active {
    margin-bottom: 0px;
  }

  .md\:active\:-ml-0:active {
    margin-left: 0px;
  }

  .md\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .md\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .md\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .md\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .md\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .md\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .md\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .md\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .md\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .md\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .md\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .md\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .md\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .md\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .md\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .md\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .md\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .md\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .md\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .md\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .md\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .md\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .md\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .md\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .md\:active\:-mt-7:active {
    margin-top: -1.75rem;
  }

  .md\:active\:-mr-7:active {
    margin-right: -1.75rem;
  }

  .md\:active\:-mb-7:active {
    margin-bottom: -1.75rem;
  }

  .md\:active\:-ml-7:active {
    margin-left: -1.75rem;
  }

  .md\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .md\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .md\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .md\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .md\:active\:-mt-9:active {
    margin-top: -2.25rem;
  }

  .md\:active\:-mr-9:active {
    margin-right: -2.25rem;
  }

  .md\:active\:-mb-9:active {
    margin-bottom: -2.25rem;
  }

  .md\:active\:-ml-9:active {
    margin-left: -2.25rem;
  }

  .md\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .md\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .md\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .md\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .md\:active\:-mt-11:active {
    margin-top: -2.75rem;
  }

  .md\:active\:-mr-11:active {
    margin-right: -2.75rem;
  }

  .md\:active\:-mb-11:active {
    margin-bottom: -2.75rem;
  }

  .md\:active\:-ml-11:active {
    margin-left: -2.75rem;
  }

  .md\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .md\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .md\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .md\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .md\:active\:-mt-14:active {
    margin-top: -3.5rem;
  }

  .md\:active\:-mr-14:active {
    margin-right: -3.5rem;
  }

  .md\:active\:-mb-14:active {
    margin-bottom: -3.5rem;
  }

  .md\:active\:-ml-14:active {
    margin-left: -3.5rem;
  }

  .md\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .md\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .md\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .md\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .md\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .md\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .md\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .md\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .md\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .md\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .md\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .md\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .md\:active\:-mt-28:active {
    margin-top: -7rem;
  }

  .md\:active\:-mr-28:active {
    margin-right: -7rem;
  }

  .md\:active\:-mb-28:active {
    margin-bottom: -7rem;
  }

  .md\:active\:-ml-28:active {
    margin-left: -7rem;
  }

  .md\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .md\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .md\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .md\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .md\:active\:-mt-36:active {
    margin-top: -9rem;
  }

  .md\:active\:-mr-36:active {
    margin-right: -9rem;
  }

  .md\:active\:-mb-36:active {
    margin-bottom: -9rem;
  }

  .md\:active\:-ml-36:active {
    margin-left: -9rem;
  }

  .md\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .md\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .md\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .md\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .md\:active\:-mt-44:active {
    margin-top: -11rem;
  }

  .md\:active\:-mr-44:active {
    margin-right: -11rem;
  }

  .md\:active\:-mb-44:active {
    margin-bottom: -11rem;
  }

  .md\:active\:-ml-44:active {
    margin-left: -11rem;
  }

  .md\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .md\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .md\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .md\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .md\:active\:-mt-52:active {
    margin-top: -13rem;
  }

  .md\:active\:-mr-52:active {
    margin-right: -13rem;
  }

  .md\:active\:-mb-52:active {
    margin-bottom: -13rem;
  }

  .md\:active\:-ml-52:active {
    margin-left: -13rem;
  }

  .md\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .md\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .md\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .md\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .md\:active\:-mt-60:active {
    margin-top: -15rem;
  }

  .md\:active\:-mr-60:active {
    margin-right: -15rem;
  }

  .md\:active\:-mb-60:active {
    margin-bottom: -15rem;
  }

  .md\:active\:-ml-60:active {
    margin-left: -15rem;
  }

  .md\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .md\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .md\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .md\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .md\:active\:-mt-72:active {
    margin-top: -18rem;
  }

  .md\:active\:-mr-72:active {
    margin-right: -18rem;
  }

  .md\:active\:-mb-72:active {
    margin-bottom: -18rem;
  }

  .md\:active\:-ml-72:active {
    margin-left: -18rem;
  }

  .md\:active\:-mt-80:active {
    margin-top: -20rem;
  }

  .md\:active\:-mr-80:active {
    margin-right: -20rem;
  }

  .md\:active\:-mb-80:active {
    margin-bottom: -20rem;
  }

  .md\:active\:-ml-80:active {
    margin-left: -20rem;
  }

  .md\:active\:-mt-96:active {
    margin-top: -24rem;
  }

  .md\:active\:-mr-96:active {
    margin-right: -24rem;
  }

  .md\:active\:-mb-96:active {
    margin-bottom: -24rem;
  }

  .md\:active\:-ml-96:active {
    margin-left: -24rem;
  }

  .md\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .md\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .md\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .md\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .md\:active\:-mt-0\.5:active {
    margin-top: -0.125rem;
  }

  .md\:active\:-mr-0\.5:active {
    margin-right: -0.125rem;
  }

  .md\:active\:-mb-0\.5:active {
    margin-bottom: -0.125rem;
  }

  .md\:active\:-ml-0\.5:active {
    margin-left: -0.125rem;
  }

  .md\:active\:-mt-1\.5:active {
    margin-top: -0.375rem;
  }

  .md\:active\:-mr-1\.5:active {
    margin-right: -0.375rem;
  }

  .md\:active\:-mb-1\.5:active {
    margin-bottom: -0.375rem;
  }

  .md\:active\:-ml-1\.5:active {
    margin-left: -0.375rem;
  }

  .md\:active\:-mt-2\.5:active {
    margin-top: -0.625rem;
  }

  .md\:active\:-mr-2\.5:active {
    margin-right: -0.625rem;
  }

  .md\:active\:-mb-2\.5:active {
    margin-bottom: -0.625rem;
  }

  .md\:active\:-ml-2\.5:active {
    margin-left: -0.625rem;
  }

  .md\:active\:-mt-3\.5:active {
    margin-top: -0.875rem;
  }

  .md\:active\:-mr-3\.5:active {
    margin-right: -0.875rem;
  }

  .md\:active\:-mb-3\.5:active {
    margin-bottom: -0.875rem;
  }

  .md\:active\:-ml-3\.5:active {
    margin-left: -0.875rem;
  }

  .md\:visited\:m-0:visited {
    margin: 0px;
  }

  .md\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .md\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .md\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .md\:visited\:m-4:visited {
    margin: 1rem;
  }

  .md\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .md\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .md\:visited\:m-7:visited {
    margin: 1.75rem;
  }

  .md\:visited\:m-8:visited {
    margin: 2rem;
  }

  .md\:visited\:m-9:visited {
    margin: 2.25rem;
  }

  .md\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .md\:visited\:m-11:visited {
    margin: 2.75rem;
  }

  .md\:visited\:m-12:visited {
    margin: 3rem;
  }

  .md\:visited\:m-14:visited {
    margin: 3.5rem;
  }

  .md\:visited\:m-16:visited {
    margin: 4rem;
  }

  .md\:visited\:m-20:visited {
    margin: 5rem;
  }

  .md\:visited\:m-24:visited {
    margin: 6rem;
  }

  .md\:visited\:m-28:visited {
    margin: 7rem;
  }

  .md\:visited\:m-32:visited {
    margin: 8rem;
  }

  .md\:visited\:m-36:visited {
    margin: 9rem;
  }

  .md\:visited\:m-40:visited {
    margin: 10rem;
  }

  .md\:visited\:m-44:visited {
    margin: 11rem;
  }

  .md\:visited\:m-48:visited {
    margin: 12rem;
  }

  .md\:visited\:m-52:visited {
    margin: 13rem;
  }

  .md\:visited\:m-56:visited {
    margin: 14rem;
  }

  .md\:visited\:m-60:visited {
    margin: 15rem;
  }

  .md\:visited\:m-64:visited {
    margin: 16rem;
  }

  .md\:visited\:m-72:visited {
    margin: 18rem;
  }

  .md\:visited\:m-80:visited {
    margin: 20rem;
  }

  .md\:visited\:m-96:visited {
    margin: 24rem;
  }

  .md\:visited\:m-auto:visited {
    margin: auto;
  }

  .md\:visited\:m-px:visited {
    margin: 1px;
  }

  .md\:visited\:m-0\.5:visited {
    margin: 0.125rem;
  }

  .md\:visited\:m-1\.5:visited {
    margin: 0.375rem;
  }

  .md\:visited\:m-2\.5:visited {
    margin: 0.625rem;
  }

  .md\:visited\:m-3\.5:visited {
    margin: 0.875rem;
  }

  .md\:visited\:-m-0:visited {
    margin: 0px;
  }

  .md\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .md\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .md\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .md\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .md\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .md\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .md\:visited\:-m-7:visited {
    margin: -1.75rem;
  }

  .md\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .md\:visited\:-m-9:visited {
    margin: -2.25rem;
  }

  .md\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .md\:visited\:-m-11:visited {
    margin: -2.75rem;
  }

  .md\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .md\:visited\:-m-14:visited {
    margin: -3.5rem;
  }

  .md\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .md\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .md\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .md\:visited\:-m-28:visited {
    margin: -7rem;
  }

  .md\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .md\:visited\:-m-36:visited {
    margin: -9rem;
  }

  .md\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .md\:visited\:-m-44:visited {
    margin: -11rem;
  }

  .md\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .md\:visited\:-m-52:visited {
    margin: -13rem;
  }

  .md\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .md\:visited\:-m-60:visited {
    margin: -15rem;
  }

  .md\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .md\:visited\:-m-72:visited {
    margin: -18rem;
  }

  .md\:visited\:-m-80:visited {
    margin: -20rem;
  }

  .md\:visited\:-m-96:visited {
    margin: -24rem;
  }

  .md\:visited\:-m-px:visited {
    margin: -1px;
  }

  .md\:visited\:-m-0\.5:visited {
    margin: -0.125rem;
  }

  .md\:visited\:-m-1\.5:visited {
    margin: -0.375rem;
  }

  .md\:visited\:-m-2\.5:visited {
    margin: -0.625rem;
  }

  .md\:visited\:-m-3\.5:visited {
    margin: -0.875rem;
  }

  .md\:visited\:my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:visited\:mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:visited\:my-7:visited {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:visited\:mx-7:visited {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:visited\:my-9:visited {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:visited\:mx-9:visited {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:visited\:my-11:visited {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:visited\:mx-11:visited {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:visited\:my-14:visited {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:visited\:mx-14:visited {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:visited\:my-28:visited {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:visited\:mx-28:visited {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:visited\:my-36:visited {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:visited\:mx-36:visited {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:visited\:my-44:visited {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:visited\:mx-44:visited {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:visited\:my-52:visited {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:visited\:mx-52:visited {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:visited\:my-60:visited {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:visited\:mx-60:visited {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:visited\:my-72:visited {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:visited\:mx-72:visited {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:visited\:my-80:visited {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:visited\:mx-80:visited {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:visited\:my-96:visited {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:visited\:mx-96:visited {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:visited\:my-0\.5:visited {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:visited\:mx-0\.5:visited {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:visited\:my-1\.5:visited {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:visited\:mx-1\.5:visited {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:visited\:my-2\.5:visited {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:visited\:mx-2\.5:visited {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:visited\:my-3\.5:visited {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:visited\:mx-3\.5:visited {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:visited\:-my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:visited\:-mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:visited\:-my-7:visited {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:visited\:-mx-7:visited {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:visited\:-my-9:visited {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:visited\:-mx-9:visited {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:visited\:-my-11:visited {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:visited\:-mx-11:visited {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:visited\:-my-14:visited {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:visited\:-mx-14:visited {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:visited\:-my-28:visited {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:visited\:-mx-28:visited {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:visited\:-my-36:visited {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:visited\:-mx-36:visited {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:visited\:-my-44:visited {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:visited\:-mx-44:visited {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:visited\:-my-52:visited {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:visited\:-mx-52:visited {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:visited\:-my-60:visited {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:visited\:-mx-60:visited {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:visited\:-my-72:visited {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:visited\:-mx-72:visited {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:visited\:-my-80:visited {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:visited\:-mx-80:visited {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:visited\:-my-96:visited {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:visited\:-mx-96:visited {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:visited\:-my-0\.5:visited {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:visited\:-mx-0\.5:visited {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:visited\:-my-1\.5:visited {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:visited\:-mx-1\.5:visited {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:visited\:-my-2\.5:visited {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:visited\:-mx-2\.5:visited {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:visited\:-my-3\.5:visited {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:visited\:-mx-3\.5:visited {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:visited\:mt-0:visited {
    margin-top: 0px;
  }

  .md\:visited\:mr-0:visited {
    margin-right: 0px;
  }

  .md\:visited\:mb-0:visited {
    margin-bottom: 0px;
  }

  .md\:visited\:ml-0:visited {
    margin-left: 0px;
  }

  .md\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .md\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .md\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .md\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .md\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .md\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .md\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .md\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .md\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .md\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .md\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .md\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .md\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .md\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .md\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .md\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .md\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .md\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .md\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .md\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .md\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .md\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .md\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .md\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .md\:visited\:mt-7:visited {
    margin-top: 1.75rem;
  }

  .md\:visited\:mr-7:visited {
    margin-right: 1.75rem;
  }

  .md\:visited\:mb-7:visited {
    margin-bottom: 1.75rem;
  }

  .md\:visited\:ml-7:visited {
    margin-left: 1.75rem;
  }

  .md\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .md\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .md\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .md\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .md\:visited\:mt-9:visited {
    margin-top: 2.25rem;
  }

  .md\:visited\:mr-9:visited {
    margin-right: 2.25rem;
  }

  .md\:visited\:mb-9:visited {
    margin-bottom: 2.25rem;
  }

  .md\:visited\:ml-9:visited {
    margin-left: 2.25rem;
  }

  .md\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .md\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .md\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .md\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .md\:visited\:mt-11:visited {
    margin-top: 2.75rem;
  }

  .md\:visited\:mr-11:visited {
    margin-right: 2.75rem;
  }

  .md\:visited\:mb-11:visited {
    margin-bottom: 2.75rem;
  }

  .md\:visited\:ml-11:visited {
    margin-left: 2.75rem;
  }

  .md\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .md\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .md\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .md\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .md\:visited\:mt-14:visited {
    margin-top: 3.5rem;
  }

  .md\:visited\:mr-14:visited {
    margin-right: 3.5rem;
  }

  .md\:visited\:mb-14:visited {
    margin-bottom: 3.5rem;
  }

  .md\:visited\:ml-14:visited {
    margin-left: 3.5rem;
  }

  .md\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .md\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .md\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .md\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .md\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .md\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .md\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .md\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .md\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .md\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .md\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .md\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .md\:visited\:mt-28:visited {
    margin-top: 7rem;
  }

  .md\:visited\:mr-28:visited {
    margin-right: 7rem;
  }

  .md\:visited\:mb-28:visited {
    margin-bottom: 7rem;
  }

  .md\:visited\:ml-28:visited {
    margin-left: 7rem;
  }

  .md\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .md\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .md\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .md\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .md\:visited\:mt-36:visited {
    margin-top: 9rem;
  }

  .md\:visited\:mr-36:visited {
    margin-right: 9rem;
  }

  .md\:visited\:mb-36:visited {
    margin-bottom: 9rem;
  }

  .md\:visited\:ml-36:visited {
    margin-left: 9rem;
  }

  .md\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .md\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .md\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .md\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .md\:visited\:mt-44:visited {
    margin-top: 11rem;
  }

  .md\:visited\:mr-44:visited {
    margin-right: 11rem;
  }

  .md\:visited\:mb-44:visited {
    margin-bottom: 11rem;
  }

  .md\:visited\:ml-44:visited {
    margin-left: 11rem;
  }

  .md\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .md\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .md\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .md\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .md\:visited\:mt-52:visited {
    margin-top: 13rem;
  }

  .md\:visited\:mr-52:visited {
    margin-right: 13rem;
  }

  .md\:visited\:mb-52:visited {
    margin-bottom: 13rem;
  }

  .md\:visited\:ml-52:visited {
    margin-left: 13rem;
  }

  .md\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .md\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .md\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .md\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .md\:visited\:mt-60:visited {
    margin-top: 15rem;
  }

  .md\:visited\:mr-60:visited {
    margin-right: 15rem;
  }

  .md\:visited\:mb-60:visited {
    margin-bottom: 15rem;
  }

  .md\:visited\:ml-60:visited {
    margin-left: 15rem;
  }

  .md\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .md\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .md\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .md\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .md\:visited\:mt-72:visited {
    margin-top: 18rem;
  }

  .md\:visited\:mr-72:visited {
    margin-right: 18rem;
  }

  .md\:visited\:mb-72:visited {
    margin-bottom: 18rem;
  }

  .md\:visited\:ml-72:visited {
    margin-left: 18rem;
  }

  .md\:visited\:mt-80:visited {
    margin-top: 20rem;
  }

  .md\:visited\:mr-80:visited {
    margin-right: 20rem;
  }

  .md\:visited\:mb-80:visited {
    margin-bottom: 20rem;
  }

  .md\:visited\:ml-80:visited {
    margin-left: 20rem;
  }

  .md\:visited\:mt-96:visited {
    margin-top: 24rem;
  }

  .md\:visited\:mr-96:visited {
    margin-right: 24rem;
  }

  .md\:visited\:mb-96:visited {
    margin-bottom: 24rem;
  }

  .md\:visited\:ml-96:visited {
    margin-left: 24rem;
  }

  .md\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .md\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .md\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .md\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .md\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .md\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .md\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .md\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .md\:visited\:mt-0\.5:visited {
    margin-top: 0.125rem;
  }

  .md\:visited\:mr-0\.5:visited {
    margin-right: 0.125rem;
  }

  .md\:visited\:mb-0\.5:visited {
    margin-bottom: 0.125rem;
  }

  .md\:visited\:ml-0\.5:visited {
    margin-left: 0.125rem;
  }

  .md\:visited\:mt-1\.5:visited {
    margin-top: 0.375rem;
  }

  .md\:visited\:mr-1\.5:visited {
    margin-right: 0.375rem;
  }

  .md\:visited\:mb-1\.5:visited {
    margin-bottom: 0.375rem;
  }

  .md\:visited\:ml-1\.5:visited {
    margin-left: 0.375rem;
  }

  .md\:visited\:mt-2\.5:visited {
    margin-top: 0.625rem;
  }

  .md\:visited\:mr-2\.5:visited {
    margin-right: 0.625rem;
  }

  .md\:visited\:mb-2\.5:visited {
    margin-bottom: 0.625rem;
  }

  .md\:visited\:ml-2\.5:visited {
    margin-left: 0.625rem;
  }

  .md\:visited\:mt-3\.5:visited {
    margin-top: 0.875rem;
  }

  .md\:visited\:mr-3\.5:visited {
    margin-right: 0.875rem;
  }

  .md\:visited\:mb-3\.5:visited {
    margin-bottom: 0.875rem;
  }

  .md\:visited\:ml-3\.5:visited {
    margin-left: 0.875rem;
  }

  .md\:visited\:-mt-0:visited {
    margin-top: 0px;
  }

  .md\:visited\:-mr-0:visited {
    margin-right: 0px;
  }

  .md\:visited\:-mb-0:visited {
    margin-bottom: 0px;
  }

  .md\:visited\:-ml-0:visited {
    margin-left: 0px;
  }

  .md\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .md\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .md\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .md\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .md\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .md\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .md\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .md\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .md\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .md\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .md\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .md\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .md\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .md\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .md\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .md\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .md\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .md\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .md\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .md\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .md\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .md\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .md\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .md\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .md\:visited\:-mt-7:visited {
    margin-top: -1.75rem;
  }

  .md\:visited\:-mr-7:visited {
    margin-right: -1.75rem;
  }

  .md\:visited\:-mb-7:visited {
    margin-bottom: -1.75rem;
  }

  .md\:visited\:-ml-7:visited {
    margin-left: -1.75rem;
  }

  .md\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .md\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .md\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .md\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .md\:visited\:-mt-9:visited {
    margin-top: -2.25rem;
  }

  .md\:visited\:-mr-9:visited {
    margin-right: -2.25rem;
  }

  .md\:visited\:-mb-9:visited {
    margin-bottom: -2.25rem;
  }

  .md\:visited\:-ml-9:visited {
    margin-left: -2.25rem;
  }

  .md\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .md\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .md\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .md\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .md\:visited\:-mt-11:visited {
    margin-top: -2.75rem;
  }

  .md\:visited\:-mr-11:visited {
    margin-right: -2.75rem;
  }

  .md\:visited\:-mb-11:visited {
    margin-bottom: -2.75rem;
  }

  .md\:visited\:-ml-11:visited {
    margin-left: -2.75rem;
  }

  .md\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .md\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .md\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .md\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .md\:visited\:-mt-14:visited {
    margin-top: -3.5rem;
  }

  .md\:visited\:-mr-14:visited {
    margin-right: -3.5rem;
  }

  .md\:visited\:-mb-14:visited {
    margin-bottom: -3.5rem;
  }

  .md\:visited\:-ml-14:visited {
    margin-left: -3.5rem;
  }

  .md\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .md\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .md\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .md\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .md\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .md\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .md\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .md\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .md\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .md\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .md\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .md\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .md\:visited\:-mt-28:visited {
    margin-top: -7rem;
  }

  .md\:visited\:-mr-28:visited {
    margin-right: -7rem;
  }

  .md\:visited\:-mb-28:visited {
    margin-bottom: -7rem;
  }

  .md\:visited\:-ml-28:visited {
    margin-left: -7rem;
  }

  .md\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .md\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .md\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .md\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .md\:visited\:-mt-36:visited {
    margin-top: -9rem;
  }

  .md\:visited\:-mr-36:visited {
    margin-right: -9rem;
  }

  .md\:visited\:-mb-36:visited {
    margin-bottom: -9rem;
  }

  .md\:visited\:-ml-36:visited {
    margin-left: -9rem;
  }

  .md\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .md\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .md\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .md\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .md\:visited\:-mt-44:visited {
    margin-top: -11rem;
  }

  .md\:visited\:-mr-44:visited {
    margin-right: -11rem;
  }

  .md\:visited\:-mb-44:visited {
    margin-bottom: -11rem;
  }

  .md\:visited\:-ml-44:visited {
    margin-left: -11rem;
  }

  .md\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .md\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .md\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .md\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .md\:visited\:-mt-52:visited {
    margin-top: -13rem;
  }

  .md\:visited\:-mr-52:visited {
    margin-right: -13rem;
  }

  .md\:visited\:-mb-52:visited {
    margin-bottom: -13rem;
  }

  .md\:visited\:-ml-52:visited {
    margin-left: -13rem;
  }

  .md\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .md\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .md\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .md\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .md\:visited\:-mt-60:visited {
    margin-top: -15rem;
  }

  .md\:visited\:-mr-60:visited {
    margin-right: -15rem;
  }

  .md\:visited\:-mb-60:visited {
    margin-bottom: -15rem;
  }

  .md\:visited\:-ml-60:visited {
    margin-left: -15rem;
  }

  .md\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .md\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .md\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .md\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .md\:visited\:-mt-72:visited {
    margin-top: -18rem;
  }

  .md\:visited\:-mr-72:visited {
    margin-right: -18rem;
  }

  .md\:visited\:-mb-72:visited {
    margin-bottom: -18rem;
  }

  .md\:visited\:-ml-72:visited {
    margin-left: -18rem;
  }

  .md\:visited\:-mt-80:visited {
    margin-top: -20rem;
  }

  .md\:visited\:-mr-80:visited {
    margin-right: -20rem;
  }

  .md\:visited\:-mb-80:visited {
    margin-bottom: -20rem;
  }

  .md\:visited\:-ml-80:visited {
    margin-left: -20rem;
  }

  .md\:visited\:-mt-96:visited {
    margin-top: -24rem;
  }

  .md\:visited\:-mr-96:visited {
    margin-right: -24rem;
  }

  .md\:visited\:-mb-96:visited {
    margin-bottom: -24rem;
  }

  .md\:visited\:-ml-96:visited {
    margin-left: -24rem;
  }

  .md\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .md\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .md\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .md\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .md\:visited\:-mt-0\.5:visited {
    margin-top: -0.125rem;
  }

  .md\:visited\:-mr-0\.5:visited {
    margin-right: -0.125rem;
  }

  .md\:visited\:-mb-0\.5:visited {
    margin-bottom: -0.125rem;
  }

  .md\:visited\:-ml-0\.5:visited {
    margin-left: -0.125rem;
  }

  .md\:visited\:-mt-1\.5:visited {
    margin-top: -0.375rem;
  }

  .md\:visited\:-mr-1\.5:visited {
    margin-right: -0.375rem;
  }

  .md\:visited\:-mb-1\.5:visited {
    margin-bottom: -0.375rem;
  }

  .md\:visited\:-ml-1\.5:visited {
    margin-left: -0.375rem;
  }

  .md\:visited\:-mt-2\.5:visited {
    margin-top: -0.625rem;
  }

  .md\:visited\:-mr-2\.5:visited {
    margin-right: -0.625rem;
  }

  .md\:visited\:-mb-2\.5:visited {
    margin-bottom: -0.625rem;
  }

  .md\:visited\:-ml-2\.5:visited {
    margin-left: -0.625rem;
  }

  .md\:visited\:-mt-3\.5:visited {
    margin-top: -0.875rem;
  }

  .md\:visited\:-mr-3\.5:visited {
    margin-right: -0.875rem;
  }

  .md\:visited\:-mb-3\.5:visited {
    margin-bottom: -0.875rem;
  }

  .md\:visited\:-ml-3\.5:visited {
    margin-left: -0.875rem;
  }

  .md\:disabled\:m-0:disabled {
    margin: 0px;
  }

  .md\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .md\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .md\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .md\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .md\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .md\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .md\:disabled\:m-7:disabled {
    margin: 1.75rem;
  }

  .md\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .md\:disabled\:m-9:disabled {
    margin: 2.25rem;
  }

  .md\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .md\:disabled\:m-11:disabled {
    margin: 2.75rem;
  }

  .md\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .md\:disabled\:m-14:disabled {
    margin: 3.5rem;
  }

  .md\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .md\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .md\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .md\:disabled\:m-28:disabled {
    margin: 7rem;
  }

  .md\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .md\:disabled\:m-36:disabled {
    margin: 9rem;
  }

  .md\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .md\:disabled\:m-44:disabled {
    margin: 11rem;
  }

  .md\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .md\:disabled\:m-52:disabled {
    margin: 13rem;
  }

  .md\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .md\:disabled\:m-60:disabled {
    margin: 15rem;
  }

  .md\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .md\:disabled\:m-72:disabled {
    margin: 18rem;
  }

  .md\:disabled\:m-80:disabled {
    margin: 20rem;
  }

  .md\:disabled\:m-96:disabled {
    margin: 24rem;
  }

  .md\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .md\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .md\:disabled\:m-0\.5:disabled {
    margin: 0.125rem;
  }

  .md\:disabled\:m-1\.5:disabled {
    margin: 0.375rem;
  }

  .md\:disabled\:m-2\.5:disabled {
    margin: 0.625rem;
  }

  .md\:disabled\:m-3\.5:disabled {
    margin: 0.875rem;
  }

  .md\:disabled\:-m-0:disabled {
    margin: 0px;
  }

  .md\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .md\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .md\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .md\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .md\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .md\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .md\:disabled\:-m-7:disabled {
    margin: -1.75rem;
  }

  .md\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .md\:disabled\:-m-9:disabled {
    margin: -2.25rem;
  }

  .md\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .md\:disabled\:-m-11:disabled {
    margin: -2.75rem;
  }

  .md\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .md\:disabled\:-m-14:disabled {
    margin: -3.5rem;
  }

  .md\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .md\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .md\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .md\:disabled\:-m-28:disabled {
    margin: -7rem;
  }

  .md\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .md\:disabled\:-m-36:disabled {
    margin: -9rem;
  }

  .md\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .md\:disabled\:-m-44:disabled {
    margin: -11rem;
  }

  .md\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .md\:disabled\:-m-52:disabled {
    margin: -13rem;
  }

  .md\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .md\:disabled\:-m-60:disabled {
    margin: -15rem;
  }

  .md\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .md\:disabled\:-m-72:disabled {
    margin: -18rem;
  }

  .md\:disabled\:-m-80:disabled {
    margin: -20rem;
  }

  .md\:disabled\:-m-96:disabled {
    margin: -24rem;
  }

  .md\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .md\:disabled\:-m-0\.5:disabled {
    margin: -0.125rem;
  }

  .md\:disabled\:-m-1\.5:disabled {
    margin: -0.375rem;
  }

  .md\:disabled\:-m-2\.5:disabled {
    margin: -0.625rem;
  }

  .md\:disabled\:-m-3\.5:disabled {
    margin: -0.875rem;
  }

  .md\:disabled\:my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:disabled\:mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:disabled\:my-7:disabled {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:disabled\:mx-7:disabled {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:disabled\:my-9:disabled {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:disabled\:mx-9:disabled {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:disabled\:my-11:disabled {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:disabled\:mx-11:disabled {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:disabled\:my-14:disabled {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:disabled\:mx-14:disabled {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:disabled\:my-28:disabled {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:disabled\:mx-28:disabled {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:disabled\:my-36:disabled {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:disabled\:mx-36:disabled {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:disabled\:my-44:disabled {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:disabled\:mx-44:disabled {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:disabled\:my-52:disabled {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:disabled\:mx-52:disabled {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:disabled\:my-60:disabled {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:disabled\:mx-60:disabled {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:disabled\:my-72:disabled {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:disabled\:mx-72:disabled {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:disabled\:my-80:disabled {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:disabled\:mx-80:disabled {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:disabled\:my-96:disabled {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:disabled\:mx-96:disabled {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:disabled\:my-0\.5:disabled {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:disabled\:mx-0\.5:disabled {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:disabled\:my-1\.5:disabled {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:disabled\:mx-1\.5:disabled {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:disabled\:my-2\.5:disabled {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:disabled\:mx-2\.5:disabled {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:disabled\:my-3\.5:disabled {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:disabled\:mx-3\.5:disabled {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:disabled\:-my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:disabled\:-mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:disabled\:-my-7:disabled {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:disabled\:-mx-7:disabled {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:disabled\:-my-9:disabled {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:disabled\:-mx-9:disabled {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:disabled\:-my-11:disabled {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:disabled\:-mx-11:disabled {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:disabled\:-my-14:disabled {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:disabled\:-mx-14:disabled {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:disabled\:-my-28:disabled {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:disabled\:-mx-28:disabled {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:disabled\:-my-36:disabled {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:disabled\:-mx-36:disabled {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:disabled\:-my-44:disabled {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:disabled\:-mx-44:disabled {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:disabled\:-my-52:disabled {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:disabled\:-mx-52:disabled {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:disabled\:-my-60:disabled {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:disabled\:-mx-60:disabled {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:disabled\:-my-72:disabled {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:disabled\:-mx-72:disabled {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:disabled\:-my-80:disabled {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:disabled\:-mx-80:disabled {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:disabled\:-my-96:disabled {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:disabled\:-mx-96:disabled {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:disabled\:-my-0\.5:disabled {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:disabled\:-mx-0\.5:disabled {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:disabled\:-my-1\.5:disabled {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:disabled\:-mx-1\.5:disabled {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:disabled\:-my-2\.5:disabled {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:disabled\:-mx-2\.5:disabled {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:disabled\:-my-3\.5:disabled {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:disabled\:-mx-3\.5:disabled {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:disabled\:mt-0:disabled {
    margin-top: 0px;
  }

  .md\:disabled\:mr-0:disabled {
    margin-right: 0px;
  }

  .md\:disabled\:mb-0:disabled {
    margin-bottom: 0px;
  }

  .md\:disabled\:ml-0:disabled {
    margin-left: 0px;
  }

  .md\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .md\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .md\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .md\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .md\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .md\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .md\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .md\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .md\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .md\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .md\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .md\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .md\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .md\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .md\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .md\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .md\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .md\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .md\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .md\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .md\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .md\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .md\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .md\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .md\:disabled\:mt-7:disabled {
    margin-top: 1.75rem;
  }

  .md\:disabled\:mr-7:disabled {
    margin-right: 1.75rem;
  }

  .md\:disabled\:mb-7:disabled {
    margin-bottom: 1.75rem;
  }

  .md\:disabled\:ml-7:disabled {
    margin-left: 1.75rem;
  }

  .md\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .md\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .md\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .md\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .md\:disabled\:mt-9:disabled {
    margin-top: 2.25rem;
  }

  .md\:disabled\:mr-9:disabled {
    margin-right: 2.25rem;
  }

  .md\:disabled\:mb-9:disabled {
    margin-bottom: 2.25rem;
  }

  .md\:disabled\:ml-9:disabled {
    margin-left: 2.25rem;
  }

  .md\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .md\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .md\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .md\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .md\:disabled\:mt-11:disabled {
    margin-top: 2.75rem;
  }

  .md\:disabled\:mr-11:disabled {
    margin-right: 2.75rem;
  }

  .md\:disabled\:mb-11:disabled {
    margin-bottom: 2.75rem;
  }

  .md\:disabled\:ml-11:disabled {
    margin-left: 2.75rem;
  }

  .md\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .md\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .md\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .md\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .md\:disabled\:mt-14:disabled {
    margin-top: 3.5rem;
  }

  .md\:disabled\:mr-14:disabled {
    margin-right: 3.5rem;
  }

  .md\:disabled\:mb-14:disabled {
    margin-bottom: 3.5rem;
  }

  .md\:disabled\:ml-14:disabled {
    margin-left: 3.5rem;
  }

  .md\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .md\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .md\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .md\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .md\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .md\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .md\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .md\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .md\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .md\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .md\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .md\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .md\:disabled\:mt-28:disabled {
    margin-top: 7rem;
  }

  .md\:disabled\:mr-28:disabled {
    margin-right: 7rem;
  }

  .md\:disabled\:mb-28:disabled {
    margin-bottom: 7rem;
  }

  .md\:disabled\:ml-28:disabled {
    margin-left: 7rem;
  }

  .md\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .md\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .md\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .md\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .md\:disabled\:mt-36:disabled {
    margin-top: 9rem;
  }

  .md\:disabled\:mr-36:disabled {
    margin-right: 9rem;
  }

  .md\:disabled\:mb-36:disabled {
    margin-bottom: 9rem;
  }

  .md\:disabled\:ml-36:disabled {
    margin-left: 9rem;
  }

  .md\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .md\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .md\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .md\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .md\:disabled\:mt-44:disabled {
    margin-top: 11rem;
  }

  .md\:disabled\:mr-44:disabled {
    margin-right: 11rem;
  }

  .md\:disabled\:mb-44:disabled {
    margin-bottom: 11rem;
  }

  .md\:disabled\:ml-44:disabled {
    margin-left: 11rem;
  }

  .md\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .md\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .md\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .md\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .md\:disabled\:mt-52:disabled {
    margin-top: 13rem;
  }

  .md\:disabled\:mr-52:disabled {
    margin-right: 13rem;
  }

  .md\:disabled\:mb-52:disabled {
    margin-bottom: 13rem;
  }

  .md\:disabled\:ml-52:disabled {
    margin-left: 13rem;
  }

  .md\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .md\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .md\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .md\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .md\:disabled\:mt-60:disabled {
    margin-top: 15rem;
  }

  .md\:disabled\:mr-60:disabled {
    margin-right: 15rem;
  }

  .md\:disabled\:mb-60:disabled {
    margin-bottom: 15rem;
  }

  .md\:disabled\:ml-60:disabled {
    margin-left: 15rem;
  }

  .md\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .md\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .md\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .md\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .md\:disabled\:mt-72:disabled {
    margin-top: 18rem;
  }

  .md\:disabled\:mr-72:disabled {
    margin-right: 18rem;
  }

  .md\:disabled\:mb-72:disabled {
    margin-bottom: 18rem;
  }

  .md\:disabled\:ml-72:disabled {
    margin-left: 18rem;
  }

  .md\:disabled\:mt-80:disabled {
    margin-top: 20rem;
  }

  .md\:disabled\:mr-80:disabled {
    margin-right: 20rem;
  }

  .md\:disabled\:mb-80:disabled {
    margin-bottom: 20rem;
  }

  .md\:disabled\:ml-80:disabled {
    margin-left: 20rem;
  }

  .md\:disabled\:mt-96:disabled {
    margin-top: 24rem;
  }

  .md\:disabled\:mr-96:disabled {
    margin-right: 24rem;
  }

  .md\:disabled\:mb-96:disabled {
    margin-bottom: 24rem;
  }

  .md\:disabled\:ml-96:disabled {
    margin-left: 24rem;
  }

  .md\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .md\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .md\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .md\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .md\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .md\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .md\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .md\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .md\:disabled\:mt-0\.5:disabled {
    margin-top: 0.125rem;
  }

  .md\:disabled\:mr-0\.5:disabled {
    margin-right: 0.125rem;
  }

  .md\:disabled\:mb-0\.5:disabled {
    margin-bottom: 0.125rem;
  }

  .md\:disabled\:ml-0\.5:disabled {
    margin-left: 0.125rem;
  }

  .md\:disabled\:mt-1\.5:disabled {
    margin-top: 0.375rem;
  }

  .md\:disabled\:mr-1\.5:disabled {
    margin-right: 0.375rem;
  }

  .md\:disabled\:mb-1\.5:disabled {
    margin-bottom: 0.375rem;
  }

  .md\:disabled\:ml-1\.5:disabled {
    margin-left: 0.375rem;
  }

  .md\:disabled\:mt-2\.5:disabled {
    margin-top: 0.625rem;
  }

  .md\:disabled\:mr-2\.5:disabled {
    margin-right: 0.625rem;
  }

  .md\:disabled\:mb-2\.5:disabled {
    margin-bottom: 0.625rem;
  }

  .md\:disabled\:ml-2\.5:disabled {
    margin-left: 0.625rem;
  }

  .md\:disabled\:mt-3\.5:disabled {
    margin-top: 0.875rem;
  }

  .md\:disabled\:mr-3\.5:disabled {
    margin-right: 0.875rem;
  }

  .md\:disabled\:mb-3\.5:disabled {
    margin-bottom: 0.875rem;
  }

  .md\:disabled\:ml-3\.5:disabled {
    margin-left: 0.875rem;
  }

  .md\:disabled\:-mt-0:disabled {
    margin-top: 0px;
  }

  .md\:disabled\:-mr-0:disabled {
    margin-right: 0px;
  }

  .md\:disabled\:-mb-0:disabled {
    margin-bottom: 0px;
  }

  .md\:disabled\:-ml-0:disabled {
    margin-left: 0px;
  }

  .md\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .md\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .md\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .md\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .md\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .md\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .md\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .md\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .md\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .md\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .md\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .md\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .md\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .md\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .md\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .md\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .md\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .md\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .md\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .md\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .md\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .md\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .md\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .md\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .md\:disabled\:-mt-7:disabled {
    margin-top: -1.75rem;
  }

  .md\:disabled\:-mr-7:disabled {
    margin-right: -1.75rem;
  }

  .md\:disabled\:-mb-7:disabled {
    margin-bottom: -1.75rem;
  }

  .md\:disabled\:-ml-7:disabled {
    margin-left: -1.75rem;
  }

  .md\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .md\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .md\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .md\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .md\:disabled\:-mt-9:disabled {
    margin-top: -2.25rem;
  }

  .md\:disabled\:-mr-9:disabled {
    margin-right: -2.25rem;
  }

  .md\:disabled\:-mb-9:disabled {
    margin-bottom: -2.25rem;
  }

  .md\:disabled\:-ml-9:disabled {
    margin-left: -2.25rem;
  }

  .md\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .md\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .md\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .md\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .md\:disabled\:-mt-11:disabled {
    margin-top: -2.75rem;
  }

  .md\:disabled\:-mr-11:disabled {
    margin-right: -2.75rem;
  }

  .md\:disabled\:-mb-11:disabled {
    margin-bottom: -2.75rem;
  }

  .md\:disabled\:-ml-11:disabled {
    margin-left: -2.75rem;
  }

  .md\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .md\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .md\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .md\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .md\:disabled\:-mt-14:disabled {
    margin-top: -3.5rem;
  }

  .md\:disabled\:-mr-14:disabled {
    margin-right: -3.5rem;
  }

  .md\:disabled\:-mb-14:disabled {
    margin-bottom: -3.5rem;
  }

  .md\:disabled\:-ml-14:disabled {
    margin-left: -3.5rem;
  }

  .md\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .md\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .md\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .md\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .md\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .md\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .md\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .md\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .md\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .md\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .md\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .md\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .md\:disabled\:-mt-28:disabled {
    margin-top: -7rem;
  }

  .md\:disabled\:-mr-28:disabled {
    margin-right: -7rem;
  }

  .md\:disabled\:-mb-28:disabled {
    margin-bottom: -7rem;
  }

  .md\:disabled\:-ml-28:disabled {
    margin-left: -7rem;
  }

  .md\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .md\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .md\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .md\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .md\:disabled\:-mt-36:disabled {
    margin-top: -9rem;
  }

  .md\:disabled\:-mr-36:disabled {
    margin-right: -9rem;
  }

  .md\:disabled\:-mb-36:disabled {
    margin-bottom: -9rem;
  }

  .md\:disabled\:-ml-36:disabled {
    margin-left: -9rem;
  }

  .md\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .md\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .md\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .md\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .md\:disabled\:-mt-44:disabled {
    margin-top: -11rem;
  }

  .md\:disabled\:-mr-44:disabled {
    margin-right: -11rem;
  }

  .md\:disabled\:-mb-44:disabled {
    margin-bottom: -11rem;
  }

  .md\:disabled\:-ml-44:disabled {
    margin-left: -11rem;
  }

  .md\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .md\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .md\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .md\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .md\:disabled\:-mt-52:disabled {
    margin-top: -13rem;
  }

  .md\:disabled\:-mr-52:disabled {
    margin-right: -13rem;
  }

  .md\:disabled\:-mb-52:disabled {
    margin-bottom: -13rem;
  }

  .md\:disabled\:-ml-52:disabled {
    margin-left: -13rem;
  }

  .md\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .md\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .md\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .md\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .md\:disabled\:-mt-60:disabled {
    margin-top: -15rem;
  }

  .md\:disabled\:-mr-60:disabled {
    margin-right: -15rem;
  }

  .md\:disabled\:-mb-60:disabled {
    margin-bottom: -15rem;
  }

  .md\:disabled\:-ml-60:disabled {
    margin-left: -15rem;
  }

  .md\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .md\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .md\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .md\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .md\:disabled\:-mt-72:disabled {
    margin-top: -18rem;
  }

  .md\:disabled\:-mr-72:disabled {
    margin-right: -18rem;
  }

  .md\:disabled\:-mb-72:disabled {
    margin-bottom: -18rem;
  }

  .md\:disabled\:-ml-72:disabled {
    margin-left: -18rem;
  }

  .md\:disabled\:-mt-80:disabled {
    margin-top: -20rem;
  }

  .md\:disabled\:-mr-80:disabled {
    margin-right: -20rem;
  }

  .md\:disabled\:-mb-80:disabled {
    margin-bottom: -20rem;
  }

  .md\:disabled\:-ml-80:disabled {
    margin-left: -20rem;
  }

  .md\:disabled\:-mt-96:disabled {
    margin-top: -24rem;
  }

  .md\:disabled\:-mr-96:disabled {
    margin-right: -24rem;
  }

  .md\:disabled\:-mb-96:disabled {
    margin-bottom: -24rem;
  }

  .md\:disabled\:-ml-96:disabled {
    margin-left: -24rem;
  }

  .md\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .md\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .md\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .md\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .md\:disabled\:-mt-0\.5:disabled {
    margin-top: -0.125rem;
  }

  .md\:disabled\:-mr-0\.5:disabled {
    margin-right: -0.125rem;
  }

  .md\:disabled\:-mb-0\.5:disabled {
    margin-bottom: -0.125rem;
  }

  .md\:disabled\:-ml-0\.5:disabled {
    margin-left: -0.125rem;
  }

  .md\:disabled\:-mt-1\.5:disabled {
    margin-top: -0.375rem;
  }

  .md\:disabled\:-mr-1\.5:disabled {
    margin-right: -0.375rem;
  }

  .md\:disabled\:-mb-1\.5:disabled {
    margin-bottom: -0.375rem;
  }

  .md\:disabled\:-ml-1\.5:disabled {
    margin-left: -0.375rem;
  }

  .md\:disabled\:-mt-2\.5:disabled {
    margin-top: -0.625rem;
  }

  .md\:disabled\:-mr-2\.5:disabled {
    margin-right: -0.625rem;
  }

  .md\:disabled\:-mb-2\.5:disabled {
    margin-bottom: -0.625rem;
  }

  .md\:disabled\:-ml-2\.5:disabled {
    margin-left: -0.625rem;
  }

  .md\:disabled\:-mt-3\.5:disabled {
    margin-top: -0.875rem;
  }

  .md\:disabled\:-mr-3\.5:disabled {
    margin-right: -0.875rem;
  }

  .md\:disabled\:-mb-3\.5:disabled {
    margin-bottom: -0.875rem;
  }

  .md\:disabled\:-ml-3\.5:disabled {
    margin-left: -0.875rem;
  }

  .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;
  }

  .group:hover .md\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .md\:group-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .group:hover .md\:group-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .group:hover .md\:group-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .group:hover .md\:group-hover\:max-h-4 {
    max-height: 1rem;
  }

  .group:hover .md\:group-hover\:max-h-5 {
    max-height: 1.25rem;
  }

  .group:hover .md\:group-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .group:hover .md\:group-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .group:hover .md\:group-hover\:max-h-8 {
    max-height: 2rem;
  }

  .group:hover .md\:group-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .group:hover .md\:group-hover\:max-h-10 {
    max-height: 2.5rem;
  }

  .group:hover .md\:group-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .group:hover .md\:group-hover\:max-h-12 {
    max-height: 3rem;
  }

  .group:hover .md\:group-hover\:max-h-14 {
    max-height: 3.5rem;
  }

  .group:hover .md\:group-hover\:max-h-16 {
    max-height: 4rem;
  }

  .group:hover .md\:group-hover\:max-h-20 {
    max-height: 5rem;
  }

  .group:hover .md\:group-hover\:max-h-24 {
    max-height: 6rem;
  }

  .group:hover .md\:group-hover\:max-h-28 {
    max-height: 7rem;
  }

  .group:hover .md\:group-hover\:max-h-32 {
    max-height: 8rem;
  }

  .group:hover .md\:group-hover\:max-h-36 {
    max-height: 9rem;
  }

  .group:hover .md\:group-hover\:max-h-40 {
    max-height: 10rem;
  }

  .group:hover .md\:group-hover\:max-h-44 {
    max-height: 11rem;
  }

  .group:hover .md\:group-hover\:max-h-48 {
    max-height: 12rem;
  }

  .group:hover .md\:group-hover\:max-h-52 {
    max-height: 13rem;
  }

  .group:hover .md\:group-hover\:max-h-56 {
    max-height: 14rem;
  }

  .group:hover .md\:group-hover\:max-h-60 {
    max-height: 15rem;
  }

  .group:hover .md\:group-hover\:max-h-64 {
    max-height: 16rem;
  }

  .group:hover .md\:group-hover\:max-h-72 {
    max-height: 18rem;
  }

  .group:hover .md\:group-hover\:max-h-80 {
    max-height: 20rem;
  }

  .group:hover .md\:group-hover\:max-h-96 {
    max-height: 24rem;
  }

  .group:hover .md\:group-hover\:max-h-px {
    max-height: 1px;
  }

  .group:hover .md\:group-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .group:hover .md\:group-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .group:hover .md\:group-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .group:hover .md\:group-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .group:hover .md\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .md\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .md\:focus-within\:max-h-0:focus-within {
    max-height: 0px;
  }

  .md\:focus-within\:max-h-1:focus-within {
    max-height: 0.25rem;
  }

  .md\:focus-within\:max-h-2:focus-within {
    max-height: 0.5rem;
  }

  .md\:focus-within\:max-h-3:focus-within {
    max-height: 0.75rem;
  }

  .md\:focus-within\:max-h-4:focus-within {
    max-height: 1rem;
  }

  .md\:focus-within\:max-h-5:focus-within {
    max-height: 1.25rem;
  }

  .md\:focus-within\:max-h-6:focus-within {
    max-height: 1.5rem;
  }

  .md\:focus-within\:max-h-7:focus-within {
    max-height: 1.75rem;
  }

  .md\:focus-within\:max-h-8:focus-within {
    max-height: 2rem;
  }

  .md\:focus-within\:max-h-9:focus-within {
    max-height: 2.25rem;
  }

  .md\:focus-within\:max-h-10:focus-within {
    max-height: 2.5rem;
  }

  .md\:focus-within\:max-h-11:focus-within {
    max-height: 2.75rem;
  }

  .md\:focus-within\:max-h-12:focus-within {
    max-height: 3rem;
  }

  .md\:focus-within\:max-h-14:focus-within {
    max-height: 3.5rem;
  }

  .md\:focus-within\:max-h-16:focus-within {
    max-height: 4rem;
  }

  .md\:focus-within\:max-h-20:focus-within {
    max-height: 5rem;
  }

  .md\:focus-within\:max-h-24:focus-within {
    max-height: 6rem;
  }

  .md\:focus-within\:max-h-28:focus-within {
    max-height: 7rem;
  }

  .md\:focus-within\:max-h-32:focus-within {
    max-height: 8rem;
  }

  .md\:focus-within\:max-h-36:focus-within {
    max-height: 9rem;
  }

  .md\:focus-within\:max-h-40:focus-within {
    max-height: 10rem;
  }

  .md\:focus-within\:max-h-44:focus-within {
    max-height: 11rem;
  }

  .md\:focus-within\:max-h-48:focus-within {
    max-height: 12rem;
  }

  .md\:focus-within\:max-h-52:focus-within {
    max-height: 13rem;
  }

  .md\:focus-within\:max-h-56:focus-within {
    max-height: 14rem;
  }

  .md\:focus-within\:max-h-60:focus-within {
    max-height: 15rem;
  }

  .md\:focus-within\:max-h-64:focus-within {
    max-height: 16rem;
  }

  .md\:focus-within\:max-h-72:focus-within {
    max-height: 18rem;
  }

  .md\:focus-within\:max-h-80:focus-within {
    max-height: 20rem;
  }

  .md\:focus-within\:max-h-96:focus-within {
    max-height: 24rem;
  }

  .md\:focus-within\:max-h-px:focus-within {
    max-height: 1px;
  }

  .md\:focus-within\:max-h-0\.5:focus-within {
    max-height: 0.125rem;
  }

  .md\:focus-within\:max-h-1\.5:focus-within {
    max-height: 0.375rem;
  }

  .md\:focus-within\:max-h-2\.5:focus-within {
    max-height: 0.625rem;
  }

  .md\:focus-within\:max-h-3\.5:focus-within {
    max-height: 0.875rem;
  }

  .md\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .md\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .md\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .md\:first\:max-h-1:first-child {
    max-height: 0.25rem;
  }

  .md\:first\:max-h-2:first-child {
    max-height: 0.5rem;
  }

  .md\:first\:max-h-3:first-child {
    max-height: 0.75rem;
  }

  .md\:first\:max-h-4:first-child {
    max-height: 1rem;
  }

  .md\:first\:max-h-5:first-child {
    max-height: 1.25rem;
  }

  .md\:first\:max-h-6:first-child {
    max-height: 1.5rem;
  }

  .md\:first\:max-h-7:first-child {
    max-height: 1.75rem;
  }

  .md\:first\:max-h-8:first-child {
    max-height: 2rem;
  }

  .md\:first\:max-h-9:first-child {
    max-height: 2.25rem;
  }

  .md\:first\:max-h-10:first-child {
    max-height: 2.5rem;
  }

  .md\:first\:max-h-11:first-child {
    max-height: 2.75rem;
  }

  .md\:first\:max-h-12:first-child {
    max-height: 3rem;
  }

  .md\:first\:max-h-14:first-child {
    max-height: 3.5rem;
  }

  .md\:first\:max-h-16:first-child {
    max-height: 4rem;
  }

  .md\:first\:max-h-20:first-child {
    max-height: 5rem;
  }

  .md\:first\:max-h-24:first-child {
    max-height: 6rem;
  }

  .md\:first\:max-h-28:first-child {
    max-height: 7rem;
  }

  .md\:first\:max-h-32:first-child {
    max-height: 8rem;
  }

  .md\:first\:max-h-36:first-child {
    max-height: 9rem;
  }

  .md\:first\:max-h-40:first-child {
    max-height: 10rem;
  }

  .md\:first\:max-h-44:first-child {
    max-height: 11rem;
  }

  .md\:first\:max-h-48:first-child {
    max-height: 12rem;
  }

  .md\:first\:max-h-52:first-child {
    max-height: 13rem;
  }

  .md\:first\:max-h-56:first-child {
    max-height: 14rem;
  }

  .md\:first\:max-h-60:first-child {
    max-height: 15rem;
  }

  .md\:first\:max-h-64:first-child {
    max-height: 16rem;
  }

  .md\:first\:max-h-72:first-child {
    max-height: 18rem;
  }

  .md\:first\:max-h-80:first-child {
    max-height: 20rem;
  }

  .md\:first\:max-h-96:first-child {
    max-height: 24rem;
  }

  .md\:first\:max-h-px:first-child {
    max-height: 1px;
  }

  .md\:first\:max-h-0\.5:first-child {
    max-height: 0.125rem;
  }

  .md\:first\:max-h-1\.5:first-child {
    max-height: 0.375rem;
  }

  .md\:first\:max-h-2\.5:first-child {
    max-height: 0.625rem;
  }

  .md\:first\:max-h-3\.5:first-child {
    max-height: 0.875rem;
  }

  .md\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .md\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .md\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .md\:last\:max-h-1:last-child {
    max-height: 0.25rem;
  }

  .md\:last\:max-h-2:last-child {
    max-height: 0.5rem;
  }

  .md\:last\:max-h-3:last-child {
    max-height: 0.75rem;
  }

  .md\:last\:max-h-4:last-child {
    max-height: 1rem;
  }

  .md\:last\:max-h-5:last-child {
    max-height: 1.25rem;
  }

  .md\:last\:max-h-6:last-child {
    max-height: 1.5rem;
  }

  .md\:last\:max-h-7:last-child {
    max-height: 1.75rem;
  }

  .md\:last\:max-h-8:last-child {
    max-height: 2rem;
  }

  .md\:last\:max-h-9:last-child {
    max-height: 2.25rem;
  }

  .md\:last\:max-h-10:last-child {
    max-height: 2.5rem;
  }

  .md\:last\:max-h-11:last-child {
    max-height: 2.75rem;
  }

  .md\:last\:max-h-12:last-child {
    max-height: 3rem;
  }

  .md\:last\:max-h-14:last-child {
    max-height: 3.5rem;
  }

  .md\:last\:max-h-16:last-child {
    max-height: 4rem;
  }

  .md\:last\:max-h-20:last-child {
    max-height: 5rem;
  }

  .md\:last\:max-h-24:last-child {
    max-height: 6rem;
  }

  .md\:last\:max-h-28:last-child {
    max-height: 7rem;
  }

  .md\:last\:max-h-32:last-child {
    max-height: 8rem;
  }

  .md\:last\:max-h-36:last-child {
    max-height: 9rem;
  }

  .md\:last\:max-h-40:last-child {
    max-height: 10rem;
  }

  .md\:last\:max-h-44:last-child {
    max-height: 11rem;
  }

  .md\:last\:max-h-48:last-child {
    max-height: 12rem;
  }

  .md\:last\:max-h-52:last-child {
    max-height: 13rem;
  }

  .md\:last\:max-h-56:last-child {
    max-height: 14rem;
  }

  .md\:last\:max-h-60:last-child {
    max-height: 15rem;
  }

  .md\:last\:max-h-64:last-child {
    max-height: 16rem;
  }

  .md\:last\:max-h-72:last-child {
    max-height: 18rem;
  }

  .md\:last\:max-h-80:last-child {
    max-height: 20rem;
  }

  .md\:last\:max-h-96:last-child {
    max-height: 24rem;
  }

  .md\:last\:max-h-px:last-child {
    max-height: 1px;
  }

  .md\:last\:max-h-0\.5:last-child {
    max-height: 0.125rem;
  }

  .md\:last\:max-h-1\.5:last-child {
    max-height: 0.375rem;
  }

  .md\:last\:max-h-2\.5:last-child {
    max-height: 0.625rem;
  }

  .md\:last\:max-h-3\.5:last-child {
    max-height: 0.875rem;
  }

  .md\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .md\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .md\:odd\:max-h-0:nth-child(odd) {
    max-height: 0px;
  }

  .md\:odd\:max-h-1:nth-child(odd) {
    max-height: 0.25rem;
  }

  .md\:odd\:max-h-2:nth-child(odd) {
    max-height: 0.5rem;
  }

  .md\:odd\:max-h-3:nth-child(odd) {
    max-height: 0.75rem;
  }

  .md\:odd\:max-h-4:nth-child(odd) {
    max-height: 1rem;
  }

  .md\:odd\:max-h-5:nth-child(odd) {
    max-height: 1.25rem;
  }

  .md\:odd\:max-h-6:nth-child(odd) {
    max-height: 1.5rem;
  }

  .md\:odd\:max-h-7:nth-child(odd) {
    max-height: 1.75rem;
  }

  .md\:odd\:max-h-8:nth-child(odd) {
    max-height: 2rem;
  }

  .md\:odd\:max-h-9:nth-child(odd) {
    max-height: 2.25rem;
  }

  .md\:odd\:max-h-10:nth-child(odd) {
    max-height: 2.5rem;
  }

  .md\:odd\:max-h-11:nth-child(odd) {
    max-height: 2.75rem;
  }

  .md\:odd\:max-h-12:nth-child(odd) {
    max-height: 3rem;
  }

  .md\:odd\:max-h-14:nth-child(odd) {
    max-height: 3.5rem;
  }

  .md\:odd\:max-h-16:nth-child(odd) {
    max-height: 4rem;
  }

  .md\:odd\:max-h-20:nth-child(odd) {
    max-height: 5rem;
  }

  .md\:odd\:max-h-24:nth-child(odd) {
    max-height: 6rem;
  }

  .md\:odd\:max-h-28:nth-child(odd) {
    max-height: 7rem;
  }

  .md\:odd\:max-h-32:nth-child(odd) {
    max-height: 8rem;
  }

  .md\:odd\:max-h-36:nth-child(odd) {
    max-height: 9rem;
  }

  .md\:odd\:max-h-40:nth-child(odd) {
    max-height: 10rem;
  }

  .md\:odd\:max-h-44:nth-child(odd) {
    max-height: 11rem;
  }

  .md\:odd\:max-h-48:nth-child(odd) {
    max-height: 12rem;
  }

  .md\:odd\:max-h-52:nth-child(odd) {
    max-height: 13rem;
  }

  .md\:odd\:max-h-56:nth-child(odd) {
    max-height: 14rem;
  }

  .md\:odd\:max-h-60:nth-child(odd) {
    max-height: 15rem;
  }

  .md\:odd\:max-h-64:nth-child(odd) {
    max-height: 16rem;
  }

  .md\:odd\:max-h-72:nth-child(odd) {
    max-height: 18rem;
  }

  .md\:odd\:max-h-80:nth-child(odd) {
    max-height: 20rem;
  }

  .md\:odd\:max-h-96:nth-child(odd) {
    max-height: 24rem;
  }

  .md\:odd\:max-h-px:nth-child(odd) {
    max-height: 1px;
  }

  .md\:odd\:max-h-0\.5:nth-child(odd) {
    max-height: 0.125rem;
  }

  .md\:odd\:max-h-1\.5:nth-child(odd) {
    max-height: 0.375rem;
  }

  .md\:odd\:max-h-2\.5:nth-child(odd) {
    max-height: 0.625rem;
  }

  .md\:odd\:max-h-3\.5:nth-child(odd) {
    max-height: 0.875rem;
  }

  .md\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .md\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .md\:even\:max-h-0:nth-child(even) {
    max-height: 0px;
  }

  .md\:even\:max-h-1:nth-child(even) {
    max-height: 0.25rem;
  }

  .md\:even\:max-h-2:nth-child(even) {
    max-height: 0.5rem;
  }

  .md\:even\:max-h-3:nth-child(even) {
    max-height: 0.75rem;
  }

  .md\:even\:max-h-4:nth-child(even) {
    max-height: 1rem;
  }

  .md\:even\:max-h-5:nth-child(even) {
    max-height: 1.25rem;
  }

  .md\:even\:max-h-6:nth-child(even) {
    max-height: 1.5rem;
  }

  .md\:even\:max-h-7:nth-child(even) {
    max-height: 1.75rem;
  }

  .md\:even\:max-h-8:nth-child(even) {
    max-height: 2rem;
  }

  .md\:even\:max-h-9:nth-child(even) {
    max-height: 2.25rem;
  }

  .md\:even\:max-h-10:nth-child(even) {
    max-height: 2.5rem;
  }

  .md\:even\:max-h-11:nth-child(even) {
    max-height: 2.75rem;
  }

  .md\:even\:max-h-12:nth-child(even) {
    max-height: 3rem;
  }

  .md\:even\:max-h-14:nth-child(even) {
    max-height: 3.5rem;
  }

  .md\:even\:max-h-16:nth-child(even) {
    max-height: 4rem;
  }

  .md\:even\:max-h-20:nth-child(even) {
    max-height: 5rem;
  }

  .md\:even\:max-h-24:nth-child(even) {
    max-height: 6rem;
  }

  .md\:even\:max-h-28:nth-child(even) {
    max-height: 7rem;
  }

  .md\:even\:max-h-32:nth-child(even) {
    max-height: 8rem;
  }

  .md\:even\:max-h-36:nth-child(even) {
    max-height: 9rem;
  }

  .md\:even\:max-h-40:nth-child(even) {
    max-height: 10rem;
  }

  .md\:even\:max-h-44:nth-child(even) {
    max-height: 11rem;
  }

  .md\:even\:max-h-48:nth-child(even) {
    max-height: 12rem;
  }

  .md\:even\:max-h-52:nth-child(even) {
    max-height: 13rem;
  }

  .md\:even\:max-h-56:nth-child(even) {
    max-height: 14rem;
  }

  .md\:even\:max-h-60:nth-child(even) {
    max-height: 15rem;
  }

  .md\:even\:max-h-64:nth-child(even) {
    max-height: 16rem;
  }

  .md\:even\:max-h-72:nth-child(even) {
    max-height: 18rem;
  }

  .md\:even\:max-h-80:nth-child(even) {
    max-height: 20rem;
  }

  .md\:even\:max-h-96:nth-child(even) {
    max-height: 24rem;
  }

  .md\:even\:max-h-px:nth-child(even) {
    max-height: 1px;
  }

  .md\:even\:max-h-0\.5:nth-child(even) {
    max-height: 0.125rem;
  }

  .md\:even\:max-h-1\.5:nth-child(even) {
    max-height: 0.375rem;
  }

  .md\:even\:max-h-2\.5:nth-child(even) {
    max-height: 0.625rem;
  }

  .md\:even\:max-h-3\.5:nth-child(even) {
    max-height: 0.875rem;
  }

  .md\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .md\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .md\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .md\:hover\:max-h-1:hover {
    max-height: 0.25rem;
  }

  .md\:hover\:max-h-2:hover {
    max-height: 0.5rem;
  }

  .md\:hover\:max-h-3:hover {
    max-height: 0.75rem;
  }

  .md\:hover\:max-h-4:hover {
    max-height: 1rem;
  }

  .md\:hover\:max-h-5:hover {
    max-height: 1.25rem;
  }

  .md\:hover\:max-h-6:hover {
    max-height: 1.5rem;
  }

  .md\:hover\:max-h-7:hover {
    max-height: 1.75rem;
  }

  .md\:hover\:max-h-8:hover {
    max-height: 2rem;
  }

  .md\:hover\:max-h-9:hover {
    max-height: 2.25rem;
  }

  .md\:hover\:max-h-10:hover {
    max-height: 2.5rem;
  }

  .md\:hover\:max-h-11:hover {
    max-height: 2.75rem;
  }

  .md\:hover\:max-h-12:hover {
    max-height: 3rem;
  }

  .md\:hover\:max-h-14:hover {
    max-height: 3.5rem;
  }

  .md\:hover\:max-h-16:hover {
    max-height: 4rem;
  }

  .md\:hover\:max-h-20:hover {
    max-height: 5rem;
  }

  .md\:hover\:max-h-24:hover {
    max-height: 6rem;
  }

  .md\:hover\:max-h-28:hover {
    max-height: 7rem;
  }

  .md\:hover\:max-h-32:hover {
    max-height: 8rem;
  }

  .md\:hover\:max-h-36:hover {
    max-height: 9rem;
  }

  .md\:hover\:max-h-40:hover {
    max-height: 10rem;
  }

  .md\:hover\:max-h-44:hover {
    max-height: 11rem;
  }

  .md\:hover\:max-h-48:hover {
    max-height: 12rem;
  }

  .md\:hover\:max-h-52:hover {
    max-height: 13rem;
  }

  .md\:hover\:max-h-56:hover {
    max-height: 14rem;
  }

  .md\:hover\:max-h-60:hover {
    max-height: 15rem;
  }

  .md\:hover\:max-h-64:hover {
    max-height: 16rem;
  }

  .md\:hover\:max-h-72:hover {
    max-height: 18rem;
  }

  .md\:hover\:max-h-80:hover {
    max-height: 20rem;
  }

  .md\:hover\:max-h-96:hover {
    max-height: 24rem;
  }

  .md\:hover\:max-h-px:hover {
    max-height: 1px;
  }

  .md\:hover\:max-h-0\.5:hover {
    max-height: 0.125rem;
  }

  .md\:hover\:max-h-1\.5:hover {
    max-height: 0.375rem;
  }

  .md\:hover\:max-h-2\.5:hover {
    max-height: 0.625rem;
  }

  .md\:hover\:max-h-3\.5:hover {
    max-height: 0.875rem;
  }

  .md\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .md\:focus\:max-h-1:focus {
    max-height: 0.25rem;
  }

  .md\:focus\:max-h-2:focus {
    max-height: 0.5rem;
  }

  .md\:focus\:max-h-3:focus {
    max-height: 0.75rem;
  }

  .md\:focus\:max-h-4:focus {
    max-height: 1rem;
  }

  .md\:focus\:max-h-5:focus {
    max-height: 1.25rem;
  }

  .md\:focus\:max-h-6:focus {
    max-height: 1.5rem;
  }

  .md\:focus\:max-h-7:focus {
    max-height: 1.75rem;
  }

  .md\:focus\:max-h-8:focus {
    max-height: 2rem;
  }

  .md\:focus\:max-h-9:focus {
    max-height: 2.25rem;
  }

  .md\:focus\:max-h-10:focus {
    max-height: 2.5rem;
  }

  .md\:focus\:max-h-11:focus {
    max-height: 2.75rem;
  }

  .md\:focus\:max-h-12:focus {
    max-height: 3rem;
  }

  .md\:focus\:max-h-14:focus {
    max-height: 3.5rem;
  }

  .md\:focus\:max-h-16:focus {
    max-height: 4rem;
  }

  .md\:focus\:max-h-20:focus {
    max-height: 5rem;
  }

  .md\:focus\:max-h-24:focus {
    max-height: 6rem;
  }

  .md\:focus\:max-h-28:focus {
    max-height: 7rem;
  }

  .md\:focus\:max-h-32:focus {
    max-height: 8rem;
  }

  .md\:focus\:max-h-36:focus {
    max-height: 9rem;
  }

  .md\:focus\:max-h-40:focus {
    max-height: 10rem;
  }

  .md\:focus\:max-h-44:focus {
    max-height: 11rem;
  }

  .md\:focus\:max-h-48:focus {
    max-height: 12rem;
  }

  .md\:focus\:max-h-52:focus {
    max-height: 13rem;
  }

  .md\:focus\:max-h-56:focus {
    max-height: 14rem;
  }

  .md\:focus\:max-h-60:focus {
    max-height: 15rem;
  }

  .md\:focus\:max-h-64:focus {
    max-height: 16rem;
  }

  .md\:focus\:max-h-72:focus {
    max-height: 18rem;
  }

  .md\:focus\:max-h-80:focus {
    max-height: 20rem;
  }

  .md\:focus\:max-h-96:focus {
    max-height: 24rem;
  }

  .md\:focus\:max-h-px:focus {
    max-height: 1px;
  }

  .md\:focus\:max-h-0\.5:focus {
    max-height: 0.125rem;
  }

  .md\:focus\:max-h-1\.5:focus {
    max-height: 0.375rem;
  }

  .md\:focus\:max-h-2\.5:focus {
    max-height: 0.625rem;
  }

  .md\:focus\:max-h-3\.5:focus {
    max-height: 0.875rem;
  }

  .md\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .md\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .md\:active\:max-h-0:active {
    max-height: 0px;
  }

  .md\:active\:max-h-1:active {
    max-height: 0.25rem;
  }

  .md\:active\:max-h-2:active {
    max-height: 0.5rem;
  }

  .md\:active\:max-h-3:active {
    max-height: 0.75rem;
  }

  .md\:active\:max-h-4:active {
    max-height: 1rem;
  }

  .md\:active\:max-h-5:active {
    max-height: 1.25rem;
  }

  .md\:active\:max-h-6:active {
    max-height: 1.5rem;
  }

  .md\:active\:max-h-7:active {
    max-height: 1.75rem;
  }

  .md\:active\:max-h-8:active {
    max-height: 2rem;
  }

  .md\:active\:max-h-9:active {
    max-height: 2.25rem;
  }

  .md\:active\:max-h-10:active {
    max-height: 2.5rem;
  }

  .md\:active\:max-h-11:active {
    max-height: 2.75rem;
  }

  .md\:active\:max-h-12:active {
    max-height: 3rem;
  }

  .md\:active\:max-h-14:active {
    max-height: 3.5rem;
  }

  .md\:active\:max-h-16:active {
    max-height: 4rem;
  }

  .md\:active\:max-h-20:active {
    max-height: 5rem;
  }

  .md\:active\:max-h-24:active {
    max-height: 6rem;
  }

  .md\:active\:max-h-28:active {
    max-height: 7rem;
  }

  .md\:active\:max-h-32:active {
    max-height: 8rem;
  }

  .md\:active\:max-h-36:active {
    max-height: 9rem;
  }

  .md\:active\:max-h-40:active {
    max-height: 10rem;
  }

  .md\:active\:max-h-44:active {
    max-height: 11rem;
  }

  .md\:active\:max-h-48:active {
    max-height: 12rem;
  }

  .md\:active\:max-h-52:active {
    max-height: 13rem;
  }

  .md\:active\:max-h-56:active {
    max-height: 14rem;
  }

  .md\:active\:max-h-60:active {
    max-height: 15rem;
  }

  .md\:active\:max-h-64:active {
    max-height: 16rem;
  }

  .md\:active\:max-h-72:active {
    max-height: 18rem;
  }

  .md\:active\:max-h-80:active {
    max-height: 20rem;
  }

  .md\:active\:max-h-96:active {
    max-height: 24rem;
  }

  .md\:active\:max-h-px:active {
    max-height: 1px;
  }

  .md\:active\:max-h-0\.5:active {
    max-height: 0.125rem;
  }

  .md\:active\:max-h-1\.5:active {
    max-height: 0.375rem;
  }

  .md\:active\:max-h-2\.5:active {
    max-height: 0.625rem;
  }

  .md\:active\:max-h-3\.5:active {
    max-height: 0.875rem;
  }

  .md\:active\:max-h-full:active {
    max-height: 100%;
  }

  .md\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .md\:visited\:max-h-0:visited {
    max-height: 0px;
  }

  .md\:visited\:max-h-1:visited {
    max-height: 0.25rem;
  }

  .md\:visited\:max-h-2:visited {
    max-height: 0.5rem;
  }

  .md\:visited\:max-h-3:visited {
    max-height: 0.75rem;
  }

  .md\:visited\:max-h-4:visited {
    max-height: 1rem;
  }

  .md\:visited\:max-h-5:visited {
    max-height: 1.25rem;
  }

  .md\:visited\:max-h-6:visited {
    max-height: 1.5rem;
  }

  .md\:visited\:max-h-7:visited {
    max-height: 1.75rem;
  }

  .md\:visited\:max-h-8:visited {
    max-height: 2rem;
  }

  .md\:visited\:max-h-9:visited {
    max-height: 2.25rem;
  }

  .md\:visited\:max-h-10:visited {
    max-height: 2.5rem;
  }

  .md\:visited\:max-h-11:visited {
    max-height: 2.75rem;
  }

  .md\:visited\:max-h-12:visited {
    max-height: 3rem;
  }

  .md\:visited\:max-h-14:visited {
    max-height: 3.5rem;
  }

  .md\:visited\:max-h-16:visited {
    max-height: 4rem;
  }

  .md\:visited\:max-h-20:visited {
    max-height: 5rem;
  }

  .md\:visited\:max-h-24:visited {
    max-height: 6rem;
  }

  .md\:visited\:max-h-28:visited {
    max-height: 7rem;
  }

  .md\:visited\:max-h-32:visited {
    max-height: 8rem;
  }

  .md\:visited\:max-h-36:visited {
    max-height: 9rem;
  }

  .md\:visited\:max-h-40:visited {
    max-height: 10rem;
  }

  .md\:visited\:max-h-44:visited {
    max-height: 11rem;
  }

  .md\:visited\:max-h-48:visited {
    max-height: 12rem;
  }

  .md\:visited\:max-h-52:visited {
    max-height: 13rem;
  }

  .md\:visited\:max-h-56:visited {
    max-height: 14rem;
  }

  .md\:visited\:max-h-60:visited {
    max-height: 15rem;
  }

  .md\:visited\:max-h-64:visited {
    max-height: 16rem;
  }

  .md\:visited\:max-h-72:visited {
    max-height: 18rem;
  }

  .md\:visited\:max-h-80:visited {
    max-height: 20rem;
  }

  .md\:visited\:max-h-96:visited {
    max-height: 24rem;
  }

  .md\:visited\:max-h-px:visited {
    max-height: 1px;
  }

  .md\:visited\:max-h-0\.5:visited {
    max-height: 0.125rem;
  }

  .md\:visited\:max-h-1\.5:visited {
    max-height: 0.375rem;
  }

  .md\:visited\:max-h-2\.5:visited {
    max-height: 0.625rem;
  }

  .md\:visited\:max-h-3\.5:visited {
    max-height: 0.875rem;
  }

  .md\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .md\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .md\:disabled\:max-h-0:disabled {
    max-height: 0px;
  }

  .md\:disabled\:max-h-1:disabled {
    max-height: 0.25rem;
  }

  .md\:disabled\:max-h-2:disabled {
    max-height: 0.5rem;
  }

  .md\:disabled\:max-h-3:disabled {
    max-height: 0.75rem;
  }

  .md\:disabled\:max-h-4:disabled {
    max-height: 1rem;
  }

  .md\:disabled\:max-h-5:disabled {
    max-height: 1.25rem;
  }

  .md\:disabled\:max-h-6:disabled {
    max-height: 1.5rem;
  }

  .md\:disabled\:max-h-7:disabled {
    max-height: 1.75rem;
  }

  .md\:disabled\:max-h-8:disabled {
    max-height: 2rem;
  }

  .md\:disabled\:max-h-9:disabled {
    max-height: 2.25rem;
  }

  .md\:disabled\:max-h-10:disabled {
    max-height: 2.5rem;
  }

  .md\:disabled\:max-h-11:disabled {
    max-height: 2.75rem;
  }

  .md\:disabled\:max-h-12:disabled {
    max-height: 3rem;
  }

  .md\:disabled\:max-h-14:disabled {
    max-height: 3.5rem;
  }

  .md\:disabled\:max-h-16:disabled {
    max-height: 4rem;
  }

  .md\:disabled\:max-h-20:disabled {
    max-height: 5rem;
  }

  .md\:disabled\:max-h-24:disabled {
    max-height: 6rem;
  }

  .md\:disabled\:max-h-28:disabled {
    max-height: 7rem;
  }

  .md\:disabled\:max-h-32:disabled {
    max-height: 8rem;
  }

  .md\:disabled\:max-h-36:disabled {
    max-height: 9rem;
  }

  .md\:disabled\:max-h-40:disabled {
    max-height: 10rem;
  }

  .md\:disabled\:max-h-44:disabled {
    max-height: 11rem;
  }

  .md\:disabled\:max-h-48:disabled {
    max-height: 12rem;
  }

  .md\:disabled\:max-h-52:disabled {
    max-height: 13rem;
  }

  .md\:disabled\:max-h-56:disabled {
    max-height: 14rem;
  }

  .md\:disabled\:max-h-60:disabled {
    max-height: 15rem;
  }

  .md\:disabled\:max-h-64:disabled {
    max-height: 16rem;
  }

  .md\:disabled\:max-h-72:disabled {
    max-height: 18rem;
  }

  .md\:disabled\:max-h-80:disabled {
    max-height: 20rem;
  }

  .md\:disabled\:max-h-96:disabled {
    max-height: 24rem;
  }

  .md\:disabled\:max-h-px:disabled {
    max-height: 1px;
  }

  .md\:disabled\:max-h-0\.5:disabled {
    max-height: 0.125rem;
  }

  .md\:disabled\:max-h-1\.5:disabled {
    max-height: 0.375rem;
  }

  .md\:disabled\:max-h-2\.5:disabled {
    max-height: 0.625rem;
  }

  .md\:disabled\:max-h-3\.5:disabled {
    max-height: 0.875rem;
  }

  .md\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .md\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .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: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .group:hover .md\:group-hover\:max-w-0 {
    max-width: 0rem;
  }

  .group:hover .md\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .md\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .md\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .md\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .md\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .md\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .md\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .md\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .md\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .md\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .md\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .md\:group-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .group:hover .md\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .md\:group-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .group:hover .md\:group-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .group:hover .md\:group-hover\:max-w-prose {
    max-width: 65ch;
  }

  .group:hover .md\:group-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .group:hover .md\:group-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .group:hover .md\:group-hover\:max-w-screen-lg {
    max-width: 1024px;
  }

  .group:hover .md\:group-hover\:max-w-screen-xl {
    max-width: 1280px;
  }

  .group:hover .md\:group-hover\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .md\:focus-within\:max-w-0:focus-within {
    max-width: 0rem;
  }

  .md\:focus-within\:max-w-none:focus-within {
    max-width: none;
  }

  .md\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .md\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .md\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .md\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .md\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .md\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .md\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .md\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .md\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .md\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .md\:focus-within\:max-w-7xl:focus-within {
    max-width: 80rem;
  }

  .md\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .md\:focus-within\:max-w-min:focus-within {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:focus-within\:max-w-max:focus-within {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:focus-within\:max-w-prose:focus-within {
    max-width: 65ch;
  }

  .md\:focus-within\:max-w-screen-sm:focus-within {
    max-width: 640px;
  }

  .md\:focus-within\:max-w-screen-md:focus-within {
    max-width: 768px;
  }

  .md\:focus-within\:max-w-screen-lg:focus-within {
    max-width: 1024px;
  }

  .md\:focus-within\:max-w-screen-xl:focus-within {
    max-width: 1280px;
  }

  .md\:focus-within\:max-w-screen-2xl:focus-within {
    max-width: 1536px;
  }

  .md\:first\:max-w-0:first-child {
    max-width: 0rem;
  }

  .md\:first\:max-w-none:first-child {
    max-width: none;
  }

  .md\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .md\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .md\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .md\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .md\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .md\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .md\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .md\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .md\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .md\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .md\:first\:max-w-7xl:first-child {
    max-width: 80rem;
  }

  .md\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .md\:first\:max-w-min:first-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:first\:max-w-max:first-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:first\:max-w-prose:first-child {
    max-width: 65ch;
  }

  .md\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .md\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .md\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .md\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .md\:first\:max-w-screen-2xl:first-child {
    max-width: 1536px;
  }

  .md\:last\:max-w-0:last-child {
    max-width: 0rem;
  }

  .md\:last\:max-w-none:last-child {
    max-width: none;
  }

  .md\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .md\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .md\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .md\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .md\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .md\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .md\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .md\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .md\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .md\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .md\:last\:max-w-7xl:last-child {
    max-width: 80rem;
  }

  .md\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .md\:last\:max-w-min:last-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:last\:max-w-max:last-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:last\:max-w-prose:last-child {
    max-width: 65ch;
  }

  .md\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .md\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .md\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .md\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .md\:last\:max-w-screen-2xl:last-child {
    max-width: 1536px;
  }

  .md\:odd\:max-w-0:nth-child(odd) {
    max-width: 0rem;
  }

  .md\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .md\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .md\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .md\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .md\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .md\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .md\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .md\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .md\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .md\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .md\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .md\:odd\:max-w-7xl:nth-child(odd) {
    max-width: 80rem;
  }

  .md\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .md\:odd\:max-w-min:nth-child(odd) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:odd\:max-w-max:nth-child(odd) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:odd\:max-w-prose:nth-child(odd) {
    max-width: 65ch;
  }

  .md\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .md\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .md\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .md\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .md\:odd\:max-w-screen-2xl:nth-child(odd) {
    max-width: 1536px;
  }

  .md\:even\:max-w-0:nth-child(even) {
    max-width: 0rem;
  }

  .md\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .md\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .md\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .md\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .md\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .md\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .md\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .md\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .md\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .md\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .md\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .md\:even\:max-w-7xl:nth-child(even) {
    max-width: 80rem;
  }

  .md\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .md\:even\:max-w-min:nth-child(even) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:even\:max-w-max:nth-child(even) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:even\:max-w-prose:nth-child(even) {
    max-width: 65ch;
  }

  .md\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .md\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .md\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .md\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .md\:even\:max-w-screen-2xl:nth-child(even) {
    max-width: 1536px;
  }

  .md\:hover\:max-w-0:hover {
    max-width: 0rem;
  }

  .md\:hover\:max-w-none:hover {
    max-width: none;
  }

  .md\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .md\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .md\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .md\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .md\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .md\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .md\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .md\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .md\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .md\:hover\:max-w-7xl:hover {
    max-width: 80rem;
  }

  .md\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md\:hover\:max-w-min:hover {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:hover\:max-w-max:hover {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:hover\:max-w-prose:hover {
    max-width: 65ch;
  }

  .md\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .md\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .md\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .md\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .md\:hover\:max-w-screen-2xl:hover {
    max-width: 1536px;
  }

  .md\:focus\:max-w-0:focus {
    max-width: 0rem;
  }

  .md\:focus\:max-w-none:focus {
    max-width: none;
  }

  .md\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .md\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .md\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .md\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .md\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .md\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .md\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .md\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .md\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .md\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .md\:focus\:max-w-7xl:focus {
    max-width: 80rem;
  }

  .md\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .md\:focus\:max-w-min:focus {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:focus\:max-w-max:focus {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:focus\:max-w-prose:focus {
    max-width: 65ch;
  }

  .md\:focus\:max-w-screen-sm:focus {
    max-width: 640px;
  }

  .md\:focus\:max-w-screen-md:focus {
    max-width: 768px;
  }

  .md\:focus\:max-w-screen-lg:focus {
    max-width: 1024px;
  }

  .md\:focus\:max-w-screen-xl:focus {
    max-width: 1280px;
  }

  .md\:focus\:max-w-screen-2xl:focus {
    max-width: 1536px;
  }

  .md\:active\:max-w-0:active {
    max-width: 0rem;
  }

  .md\:active\:max-w-none:active {
    max-width: none;
  }

  .md\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .md\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .md\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .md\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .md\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .md\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .md\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .md\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .md\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .md\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .md\:active\:max-w-7xl:active {
    max-width: 80rem;
  }

  .md\:active\:max-w-full:active {
    max-width: 100%;
  }

  .md\:active\:max-w-min:active {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:active\:max-w-max:active {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:active\:max-w-prose:active {
    max-width: 65ch;
  }

  .md\:active\:max-w-screen-sm:active {
    max-width: 640px;
  }

  .md\:active\:max-w-screen-md:active {
    max-width: 768px;
  }

  .md\:active\:max-w-screen-lg:active {
    max-width: 1024px;
  }

  .md\:active\:max-w-screen-xl:active {
    max-width: 1280px;
  }

  .md\:active\:max-w-screen-2xl:active {
    max-width: 1536px;
  }

  .md\:visited\:max-w-0:visited {
    max-width: 0rem;
  }

  .md\:visited\:max-w-none:visited {
    max-width: none;
  }

  .md\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .md\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .md\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .md\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .md\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .md\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .md\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .md\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .md\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .md\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .md\:visited\:max-w-7xl:visited {
    max-width: 80rem;
  }

  .md\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .md\:visited\:max-w-min:visited {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:visited\:max-w-max:visited {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:visited\:max-w-prose:visited {
    max-width: 65ch;
  }

  .md\:visited\:max-w-screen-sm:visited {
    max-width: 640px;
  }

  .md\:visited\:max-w-screen-md:visited {
    max-width: 768px;
  }

  .md\:visited\:max-w-screen-lg:visited {
    max-width: 1024px;
  }

  .md\:visited\:max-w-screen-xl:visited {
    max-width: 1280px;
  }

  .md\:visited\:max-w-screen-2xl:visited {
    max-width: 1536px;
  }

  .md\:disabled\:max-w-0:disabled {
    max-width: 0rem;
  }

  .md\:disabled\:max-w-none:disabled {
    max-width: none;
  }

  .md\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .md\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .md\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .md\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .md\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .md\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .md\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .md\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .md\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .md\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .md\:disabled\:max-w-7xl:disabled {
    max-width: 80rem;
  }

  .md\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .md\:disabled\:max-w-min:disabled {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:disabled\:max-w-max:disabled {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:disabled\:max-w-prose:disabled {
    max-width: 65ch;
  }

  .md\:disabled\:max-w-screen-sm:disabled {
    max-width: 640px;
  }

  .md\:disabled\:max-w-screen-md:disabled {
    max-width: 768px;
  }

  .md\:disabled\:max-w-screen-lg:disabled {
    max-width: 1024px;
  }

  .md\:disabled\:max-w-screen-xl:disabled {
    max-width: 1280px;
  }

  .md\:disabled\:max-w-screen-2xl:disabled {
    max-width: 1536px;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .md\:group-hover\:min-h-0 {
    min-height: 0px;
  }

  .group:hover .md\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .md\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .md\:focus-within\:min-h-0:focus-within {
    min-height: 0px;
  }

  .md\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .md\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .md\:first\:min-h-0:first-child {
    min-height: 0px;
  }

  .md\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .md\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .md\:last\:min-h-0:last-child {
    min-height: 0px;
  }

  .md\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .md\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .md\:odd\:min-h-0:nth-child(odd) {
    min-height: 0px;
  }

  .md\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .md\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .md\:even\:min-h-0:nth-child(even) {
    min-height: 0px;
  }

  .md\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .md\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .md\:hover\:min-h-0:hover {
    min-height: 0px;
  }

  .md\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md\:focus\:min-h-0:focus {
    min-height: 0px;
  }

  .md\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .md\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .md\:active\:min-h-0:active {
    min-height: 0px;
  }

  .md\:active\:min-h-full:active {
    min-height: 100%;
  }

  .md\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .md\:visited\:min-h-0:visited {
    min-height: 0px;
  }

  .md\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .md\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .md\:disabled\:min-h-0:disabled {
    min-height: 0px;
  }

  .md\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .md\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .group:hover .md\:group-hover\:min-w-0 {
    min-width: 0px;
  }

  .group:hover .md\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .group:hover .md\:group-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .group:hover .md\:group-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:focus-within\:min-w-0:focus-within {
    min-width: 0px;
  }

  .md\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .md\:focus-within\:min-w-min:focus-within {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:focus-within\:min-w-max:focus-within {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:first\:min-w-0:first-child {
    min-width: 0px;
  }

  .md\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .md\:first\:min-w-min:first-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:first\:min-w-max:first-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:last\:min-w-0:last-child {
    min-width: 0px;
  }

  .md\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .md\:last\:min-w-min:last-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:last\:min-w-max:last-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:odd\:min-w-0:nth-child(odd) {
    min-width: 0px;
  }

  .md\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .md\:odd\:min-w-min:nth-child(odd) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:odd\:min-w-max:nth-child(odd) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:even\:min-w-0:nth-child(even) {
    min-width: 0px;
  }

  .md\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .md\:even\:min-w-min:nth-child(even) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:even\:min-w-max:nth-child(even) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:hover\:min-w-0:hover {
    min-width: 0px;
  }

  .md\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md\:hover\:min-w-min:hover {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:hover\:min-w-max:hover {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:focus\:min-w-0:focus {
    min-width: 0px;
  }

  .md\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .md\:focus\:min-w-min:focus {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:focus\:min-w-max:focus {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:active\:min-w-0:active {
    min-width: 0px;
  }

  .md\:active\:min-w-full:active {
    min-width: 100%;
  }

  .md\:active\:min-w-min:active {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:active\:min-w-max:active {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:visited\:min-w-0:visited {
    min-width: 0px;
  }

  .md\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .md\:visited\:min-w-min:visited {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:visited\:min-w-max:visited {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:disabled\:min-w-0:disabled {
    min-width: 0px;
  }

  .md\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .md\:disabled\:min-w-min:disabled {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:disabled\:min-w-max:disabled {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .md\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .md\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .md\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .md\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .md\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:odd\:object-contain:nth-child(odd) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:odd\:object-cover:nth-child(odd) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:odd\:object-fill:nth-child(odd) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:odd\:object-none:nth-child(odd) {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:odd\:object-scale-down:nth-child(odd) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:even\:object-contain:nth-child(even) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:even\:object-cover:nth-child(even) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:even\:object-fill:nth-child(even) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:even\:object-none:nth-child(even) {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:even\:object-scale-down:nth-child(even) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:visited\:object-contain:visited {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:visited\:object-cover:visited {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:visited\:object-fill:visited {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:visited\:object-none:visited {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:visited\:object-scale-down:visited {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:disabled\:object-contain:disabled {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:disabled\:object-cover:disabled {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:disabled\:object-fill:disabled {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:disabled\:object-none:disabled {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:disabled\:object-scale-down:disabled {
    -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;
  }

  .group:hover .md\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .md\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .md\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .md\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .md\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .md\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .md\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .md\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .md\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .md\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .md\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .md\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .md\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .md\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .md\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .md\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .md\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .md\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .md\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .md\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .md\:odd\:object-bottom:nth-child(odd) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:odd\:object-center:nth-child(odd) {
    -o-object-position: center;
       object-position: center;
  }

  .md\:odd\:object-left:nth-child(odd) {
    -o-object-position: left;
       object-position: left;
  }

  .md\:odd\:object-left-bottom:nth-child(odd) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:odd\:object-left-top:nth-child(odd) {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:odd\:object-right:nth-child(odd) {
    -o-object-position: right;
       object-position: right;
  }

  .md\:odd\:object-right-bottom:nth-child(odd) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:odd\:object-right-top:nth-child(odd) {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:odd\:object-top:nth-child(odd) {
    -o-object-position: top;
       object-position: top;
  }

  .md\:even\:object-bottom:nth-child(even) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:even\:object-center:nth-child(even) {
    -o-object-position: center;
       object-position: center;
  }

  .md\:even\:object-left:nth-child(even) {
    -o-object-position: left;
       object-position: left;
  }

  .md\:even\:object-left-bottom:nth-child(even) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:even\:object-left-top:nth-child(even) {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:even\:object-right:nth-child(even) {
    -o-object-position: right;
       object-position: right;
  }

  .md\:even\:object-right-bottom:nth-child(even) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:even\:object-right-top:nth-child(even) {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:even\:object-top:nth-child(even) {
    -o-object-position: top;
       object-position: top;
  }

  .md\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .md\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .md\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .md\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .md\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .md\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .md\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .md\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .md\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .md\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .md\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .md\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .md\:visited\:object-bottom:visited {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:visited\:object-center:visited {
    -o-object-position: center;
       object-position: center;
  }

  .md\:visited\:object-left:visited {
    -o-object-position: left;
       object-position: left;
  }

  .md\:visited\:object-left-bottom:visited {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:visited\:object-left-top:visited {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:visited\:object-right:visited {
    -o-object-position: right;
       object-position: right;
  }

  .md\:visited\:object-right-bottom:visited {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:visited\:object-right-top:visited {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:visited\:object-top:visited {
    -o-object-position: top;
       object-position: top;
  }

  .md\:disabled\:object-bottom:disabled {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:disabled\:object-center:disabled {
    -o-object-position: center;
       object-position: center;
  }

  .md\:disabled\:object-left:disabled {
    -o-object-position: left;
       object-position: left;
  }

  .md\:disabled\:object-left-bottom:disabled {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:disabled\:object-left-top:disabled {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:disabled\:object-right:disabled {
    -o-object-position: right;
       object-position: right;
  }

  .md\:disabled\:object-right-bottom:disabled {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:disabled\:object-right-top:disabled {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:disabled\:object-top:disabled {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .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-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-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\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .md\:first\:opacity-5:first-child {
    opacity: 0.05;
  }

  .md\:first\:opacity-10:first-child {
    opacity: 0.1;
  }

  .md\:first\:opacity-20:first-child {
    opacity: 0.2;
  }

  .md\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .md\:first\:opacity-30:first-child {
    opacity: 0.3;
  }

  .md\:first\:opacity-40:first-child {
    opacity: 0.4;
  }

  .md\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .md\:first\:opacity-60:first-child {
    opacity: 0.6;
  }

  .md\:first\:opacity-70:first-child {
    opacity: 0.7;
  }

  .md\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .md\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .md\:first\:opacity-90:first-child {
    opacity: 0.9;
  }

  .md\:first\:opacity-95:first-child {
    opacity: 0.95;
  }

  .md\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .md\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .md\:last\:opacity-5:last-child {
    opacity: 0.05;
  }

  .md\:last\:opacity-10:last-child {
    opacity: 0.1;
  }

  .md\:last\:opacity-20:last-child {
    opacity: 0.2;
  }

  .md\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .md\:last\:opacity-30:last-child {
    opacity: 0.3;
  }

  .md\:last\:opacity-40:last-child {
    opacity: 0.4;
  }

  .md\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .md\:last\:opacity-60:last-child {
    opacity: 0.6;
  }

  .md\:last\:opacity-70:last-child {
    opacity: 0.7;
  }

  .md\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .md\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .md\:last\:opacity-90:last-child {
    opacity: 0.9;
  }

  .md\:last\:opacity-95:last-child {
    opacity: 0.95;
  }

  .md\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .md\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .md\:odd\:opacity-5:nth-child(odd) {
    opacity: 0.05;
  }

  .md\:odd\:opacity-10:nth-child(odd) {
    opacity: 0.1;
  }

  .md\:odd\:opacity-20:nth-child(odd) {
    opacity: 0.2;
  }

  .md\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .md\:odd\:opacity-30:nth-child(odd) {
    opacity: 0.3;
  }

  .md\:odd\:opacity-40:nth-child(odd) {
    opacity: 0.4;
  }

  .md\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .md\:odd\:opacity-60:nth-child(odd) {
    opacity: 0.6;
  }

  .md\:odd\:opacity-70:nth-child(odd) {
    opacity: 0.7;
  }

  .md\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .md\:odd\:opacity-80:nth-child(odd) {
    opacity: 0.8;
  }

  .md\:odd\:opacity-90:nth-child(odd) {
    opacity: 0.9;
  }

  .md\:odd\:opacity-95:nth-child(odd) {
    opacity: 0.95;
  }

  .md\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .md\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .md\:even\:opacity-5:nth-child(even) {
    opacity: 0.05;
  }

  .md\:even\:opacity-10:nth-child(even) {
    opacity: 0.1;
  }

  .md\:even\:opacity-20:nth-child(even) {
    opacity: 0.2;
  }

  .md\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .md\:even\:opacity-30:nth-child(even) {
    opacity: 0.3;
  }

  .md\:even\:opacity-40:nth-child(even) {
    opacity: 0.4;
  }

  .md\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .md\:even\:opacity-60:nth-child(even) {
    opacity: 0.6;
  }

  .md\:even\:opacity-70:nth-child(even) {
    opacity: 0.7;
  }

  .md\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .md\:even\:opacity-80:nth-child(even) {
    opacity: 0.8;
  }

  .md\:even\:opacity-90:nth-child(even) {
    opacity: 0.9;
  }

  .md\:even\:opacity-95:nth-child(even) {
    opacity: 0.95;
  }

  .md\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .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-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\:active\:opacity-0:active {
    opacity: 0;
  }

  .md\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .md\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .md\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .md\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .md\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .md\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .md\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .md\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .md\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .md\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .md\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .md\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .md\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .md\:active\:opacity-100:active {
    opacity: 1;
  }

  .md\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .md\:visited\:opacity-5:visited {
    opacity: 0.05;
  }

  .md\:visited\:opacity-10:visited {
    opacity: 0.1;
  }

  .md\:visited\:opacity-20:visited {
    opacity: 0.2;
  }

  .md\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .md\:visited\:opacity-30:visited {
    opacity: 0.3;
  }

  .md\:visited\:opacity-40:visited {
    opacity: 0.4;
  }

  .md\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .md\:visited\:opacity-60:visited {
    opacity: 0.6;
  }

  .md\:visited\:opacity-70:visited {
    opacity: 0.7;
  }

  .md\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .md\:visited\:opacity-80:visited {
    opacity: 0.8;
  }

  .md\:visited\:opacity-90:visited {
    opacity: 0.9;
  }

  .md\:visited\:opacity-95:visited {
    opacity: 0.95;
  }

  .md\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .md\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .md\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .md\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .md\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .md\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .md\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .md\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .md\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .md\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .md\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .md\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .md\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .md\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .md\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .md\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .md\:group-hover\: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\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:odd\:outline-none:nth-child(odd) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:odd\:outline-white:nth-child(odd) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:odd\:outline-black:nth-child(odd) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:even\:outline-none:nth-child(even) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:even\:outline-white:nth-child(even) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:even\:outline-black:nth-child(even) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:hover\:outline-black:hover {
    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\:active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:active\:outline-white:active {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:active\:outline-black:active {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:visited\:outline-none:visited {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:visited\:outline-white:visited {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:visited\:outline-black:visited {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:disabled\:outline-none:disabled {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:disabled\:outline-white:disabled {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:disabled\:outline-black:disabled {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .md\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .md\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .md\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .md\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .md\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .md\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .md\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .md\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .md\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .md\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .md\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .md\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .md\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .md\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .md\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .md\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .md\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .md\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .md\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .md\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .md\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .md\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .md\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .md\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .md\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .md\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .md\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .md\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .md\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .md\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .md\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .md\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .md\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .md\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .md\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .md\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .md\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .md\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .md\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .md\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .md\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .md\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .md\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .md\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .md\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .md\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .md\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .md\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .md\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .md\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .md\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .md\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .md\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .md\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .md\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .md\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .md\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .md\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .md\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .md\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .md\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .md\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .md\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .md\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .md\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .md\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .md\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .md\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .md\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .md\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .md\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .md\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .md\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .md\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .md\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .md\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .md\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .md\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .md\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .md\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .md\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .md\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .md\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .md\:active\:overflow-auto:active {
    overflow: auto;
  }

  .md\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .md\:active\:overflow-visible:active {
    overflow: visible;
  }

  .md\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .md\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .md\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .md\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .md\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .md\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .md\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .md\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .md\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .md\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .md\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .md\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .md\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .md\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .md\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .md\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .md\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .md\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .md\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .md\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .md\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .md\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .md\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .md\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .md\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .md\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .md\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .md\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .md\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .md\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .md\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .md\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .md\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .group:hover .md\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .md\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .md\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .md\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .md\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .md\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .md\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .md\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .md\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:focus-within\:overscroll-auto:focus-within {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:focus-within\:overscroll-contain:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:focus-within\:overscroll-none:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:focus-within\:overscroll-y-auto:focus-within {
    overscroll-behavior-y: auto;
  }

  .md\:focus-within\:overscroll-y-contain:focus-within {
    overscroll-behavior-y: contain;
  }

  .md\:focus-within\:overscroll-y-none:focus-within {
    overscroll-behavior-y: none;
  }

  .md\:focus-within\:overscroll-x-auto:focus-within {
    overscroll-behavior-x: auto;
  }

  .md\:focus-within\:overscroll-x-contain:focus-within {
    overscroll-behavior-x: contain;
  }

  .md\:focus-within\:overscroll-x-none:focus-within {
    overscroll-behavior-x: none;
  }

  .md\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .md\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .md\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .md\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .md\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .md\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .md\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .md\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .md\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .md\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .md\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .md\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .md\:odd\:overscroll-auto:nth-child(odd) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:odd\:overscroll-contain:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:odd\:overscroll-none:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:odd\:overscroll-y-auto:nth-child(odd) {
    overscroll-behavior-y: auto;
  }

  .md\:odd\:overscroll-y-contain:nth-child(odd) {
    overscroll-behavior-y: contain;
  }

  .md\:odd\:overscroll-y-none:nth-child(odd) {
    overscroll-behavior-y: none;
  }

  .md\:odd\:overscroll-x-auto:nth-child(odd) {
    overscroll-behavior-x: auto;
  }

  .md\:odd\:overscroll-x-contain:nth-child(odd) {
    overscroll-behavior-x: contain;
  }

  .md\:odd\:overscroll-x-none:nth-child(odd) {
    overscroll-behavior-x: none;
  }

  .md\:even\:overscroll-auto:nth-child(even) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:even\:overscroll-contain:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:even\:overscroll-none:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:even\:overscroll-y-auto:nth-child(even) {
    overscroll-behavior-y: auto;
  }

  .md\:even\:overscroll-y-contain:nth-child(even) {
    overscroll-behavior-y: contain;
  }

  .md\:even\:overscroll-y-none:nth-child(even) {
    overscroll-behavior-y: none;
  }

  .md\:even\:overscroll-x-auto:nth-child(even) {
    overscroll-behavior-x: auto;
  }

  .md\:even\:overscroll-x-contain:nth-child(even) {
    overscroll-behavior-x: contain;
  }

  .md\:even\:overscroll-x-none:nth-child(even) {
    overscroll-behavior-x: none;
  }

  .md\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .md\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .md\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .md\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .md\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .md\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .md\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .md\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .md\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .md\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .md\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .md\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .md\:active\:overscroll-auto:active {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:active\:overscroll-contain:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:active\:overscroll-none:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:active\:overscroll-y-auto:active {
    overscroll-behavior-y: auto;
  }

  .md\:active\:overscroll-y-contain:active {
    overscroll-behavior-y: contain;
  }

  .md\:active\:overscroll-y-none:active {
    overscroll-behavior-y: none;
  }

  .md\:active\:overscroll-x-auto:active {
    overscroll-behavior-x: auto;
  }

  .md\:active\:overscroll-x-contain:active {
    overscroll-behavior-x: contain;
  }

  .md\:active\:overscroll-x-none:active {
    overscroll-behavior-x: none;
  }

  .md\:visited\:overscroll-auto:visited {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:visited\:overscroll-contain:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:visited\:overscroll-none:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:visited\:overscroll-y-auto:visited {
    overscroll-behavior-y: auto;
  }

  .md\:visited\:overscroll-y-contain:visited {
    overscroll-behavior-y: contain;
  }

  .md\:visited\:overscroll-y-none:visited {
    overscroll-behavior-y: none;
  }

  .md\:visited\:overscroll-x-auto:visited {
    overscroll-behavior-x: auto;
  }

  .md\:visited\:overscroll-x-contain:visited {
    overscroll-behavior-x: contain;
  }

  .md\:visited\:overscroll-x-none:visited {
    overscroll-behavior-x: none;
  }

  .md\:disabled\:overscroll-auto:disabled {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:disabled\:overscroll-contain:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:disabled\:overscroll-none:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:disabled\:overscroll-y-auto:disabled {
    overscroll-behavior-y: auto;
  }

  .md\:disabled\:overscroll-y-contain:disabled {
    overscroll-behavior-y: contain;
  }

  .md\:disabled\:overscroll-y-none:disabled {
    overscroll-behavior-y: none;
  }

  .md\:disabled\:overscroll-x-auto:disabled {
    overscroll-behavior-x: auto;
  }

  .md\:disabled\:overscroll-x-contain:disabled {
    overscroll-behavior-x: contain;
  }

  .md\:disabled\:overscroll-x-none:disabled {
    overscroll-behavior-x: none;
  }

  .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\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .group:hover .md\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .md\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .md\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .md\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .md\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .md\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .md\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .md\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .md\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .md\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .md\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .md\:group-hover\:p-11 {
    padding: 2.75rem;
  }

  .group:hover .md\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .md\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .md\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .md\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .md\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .md\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .md\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .md\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .md\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .md\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .md\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .md\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .md\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .md\:group-hover\:p-60 {
    padding: 15rem;
  }

  .group:hover .md\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .md\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .md\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .md\:group-hover\:p-96 {
    padding: 24rem;
  }

  .group:hover .md\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md\:group-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .group:hover .md\:group-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .group:hover .md\:group-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .group:hover .md\:group-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .group:hover .md\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .md\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .md\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .group:hover .md\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .md\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .md\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .md\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .md\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .group:hover .md\:group-hover\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .group:hover .md\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .md\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .md\:group-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .group:hover .md\:group-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .group:hover .md\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .group:hover .md\:group-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .group:hover .md\:group-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .group:hover .md\:group-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .group:hover .md\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .md\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .md\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .md\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .md\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .md\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .md\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .md\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .md\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .md\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .md\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .md\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .md\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .md\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .md\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .md\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .group:hover .md\:group-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .group:hover .md\:group-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .group:hover .md\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .md\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .md\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .md\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .md\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .md\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .md\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .md\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .md\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .md\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .md\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .md\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .md\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .md\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .md\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .md\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .md\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .md\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .md\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .md\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .md\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .md\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .md\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .md\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .md\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .md\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .md\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .md\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .md\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .md\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .md\:group-hover\:pt-60 {
    padding-top: 15rem;
  }

  .group:hover .md\:group-hover\:pr-60 {
    padding-right: 15rem;
  }

  .group:hover .md\:group-hover\:pb-60 {
    padding-bottom: 15rem;
  }

  .group:hover .md\:group-hover\:pl-60 {
    padding-left: 15rem;
  }

  .group:hover .md\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .md\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .md\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .md\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .md\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .md\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .md\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .md\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .md\:group-hover\:pt-96 {
    padding-top: 24rem;
  }

  .group:hover .md\:group-hover\:pr-96 {
    padding-right: 24rem;
  }

  .group:hover .md\:group-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .group:hover .md\:group-hover\:pl-96 {
    padding-left: 24rem;
  }

  .group:hover .md\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .md\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .md\:group-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .group:hover .md\:group-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .group:hover .md\:group-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .group:hover .md\:group-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .group:hover .md\:group-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .group:hover .md\:group-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .group:hover .md\:group-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .group:hover .md\:group-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .group:hover .md\:group-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .group:hover .md\:group-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .group:hover .md\:group-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .group:hover .md\:group-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:focus-within\:p-0:focus-within {
    padding: 0px;
  }

  .md\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .md\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .md\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .md\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .md\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .md\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .md\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .md\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .md\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .md\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .md\:focus-within\:p-11:focus-within {
    padding: 2.75rem;
  }

  .md\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .md\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .md\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .md\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .md\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .md\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .md\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .md\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .md\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .md\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .md\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .md\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .md\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .md\:focus-within\:p-60:focus-within {
    padding: 15rem;
  }

  .md\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .md\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .md\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .md\:focus-within\:p-96:focus-within {
    padding: 24rem;
  }

  .md\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .md\:focus-within\:p-0\.5:focus-within {
    padding: 0.125rem;
  }

  .md\:focus-within\:p-1\.5:focus-within {
    padding: 0.375rem;
  }

  .md\:focus-within\:p-2\.5:focus-within {
    padding: 0.625rem;
  }

  .md\:focus-within\:p-3\.5:focus-within {
    padding: 0.875rem;
  }

  .md\:focus-within\:py-0:focus-within {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:focus-within\:px-0:focus-within {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus-within\:py-11:focus-within {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:focus-within\:px-11:focus-within {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus-within\:py-60:focus-within {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:focus-within\:px-60:focus-within {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:focus-within\:py-96:focus-within {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:focus-within\:px-96:focus-within {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus-within\:py-0\.5:focus-within {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:focus-within\:px-0\.5:focus-within {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:focus-within\:py-1\.5:focus-within {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:focus-within\:px-1\.5:focus-within {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:focus-within\:py-2\.5:focus-within {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:focus-within\:px-2\.5:focus-within {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:focus-within\:py-3\.5:focus-within {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:focus-within\:px-3\.5:focus-within {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:focus-within\:pt-0:focus-within {
    padding-top: 0px;
  }

  .md\:focus-within\:pr-0:focus-within {
    padding-right: 0px;
  }

  .md\:focus-within\:pb-0:focus-within {
    padding-bottom: 0px;
  }

  .md\:focus-within\:pl-0:focus-within {
    padding-left: 0px;
  }

  .md\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .md\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .md\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .md\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .md\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .md\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .md\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .md\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .md\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .md\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .md\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .md\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .md\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .md\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .md\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .md\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .md\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .md\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .md\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .md\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .md\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .md\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .md\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .md\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .md\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .md\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .md\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .md\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .md\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .md\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .md\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .md\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .md\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .md\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .md\:focus-within\:pt-11:focus-within {
    padding-top: 2.75rem;
  }

  .md\:focus-within\:pr-11:focus-within {
    padding-right: 2.75rem;
  }

  .md\:focus-within\:pb-11:focus-within {
    padding-bottom: 2.75rem;
  }

  .md\:focus-within\:pl-11:focus-within {
    padding-left: 2.75rem;
  }

  .md\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .md\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .md\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .md\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .md\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .md\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .md\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .md\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .md\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .md\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .md\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .md\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .md\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .md\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .md\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .md\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .md\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .md\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .md\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .md\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .md\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .md\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .md\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .md\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .md\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .md\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .md\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .md\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .md\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .md\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .md\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .md\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .md\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .md\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .md\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .md\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .md\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .md\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .md\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .md\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .md\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .md\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .md\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .md\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .md\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .md\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .md\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .md\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .md\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .md\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .md\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .md\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .md\:focus-within\:pt-60:focus-within {
    padding-top: 15rem;
  }

  .md\:focus-within\:pr-60:focus-within {
    padding-right: 15rem;
  }

  .md\:focus-within\:pb-60:focus-within {
    padding-bottom: 15rem;
  }

  .md\:focus-within\:pl-60:focus-within {
    padding-left: 15rem;
  }

  .md\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .md\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .md\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .md\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .md\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .md\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .md\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .md\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .md\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .md\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .md\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .md\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .md\:focus-within\:pt-96:focus-within {
    padding-top: 24rem;
  }

  .md\:focus-within\:pr-96:focus-within {
    padding-right: 24rem;
  }

  .md\:focus-within\:pb-96:focus-within {
    padding-bottom: 24rem;
  }

  .md\:focus-within\:pl-96:focus-within {
    padding-left: 24rem;
  }

  .md\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .md\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .md\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .md\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .md\:focus-within\:pt-0\.5:focus-within {
    padding-top: 0.125rem;
  }

  .md\:focus-within\:pr-0\.5:focus-within {
    padding-right: 0.125rem;
  }

  .md\:focus-within\:pb-0\.5:focus-within {
    padding-bottom: 0.125rem;
  }

  .md\:focus-within\:pl-0\.5:focus-within {
    padding-left: 0.125rem;
  }

  .md\:focus-within\:pt-1\.5:focus-within {
    padding-top: 0.375rem;
  }

  .md\:focus-within\:pr-1\.5:focus-within {
    padding-right: 0.375rem;
  }

  .md\:focus-within\:pb-1\.5:focus-within {
    padding-bottom: 0.375rem;
  }

  .md\:focus-within\:pl-1\.5:focus-within {
    padding-left: 0.375rem;
  }

  .md\:focus-within\:pt-2\.5:focus-within {
    padding-top: 0.625rem;
  }

  .md\:focus-within\:pr-2\.5:focus-within {
    padding-right: 0.625rem;
  }

  .md\:focus-within\:pb-2\.5:focus-within {
    padding-bottom: 0.625rem;
  }

  .md\:focus-within\:pl-2\.5:focus-within {
    padding-left: 0.625rem;
  }

  .md\:focus-within\:pt-3\.5:focus-within {
    padding-top: 0.875rem;
  }

  .md\:focus-within\:pr-3\.5:focus-within {
    padding-right: 0.875rem;
  }

  .md\:focus-within\:pb-3\.5:focus-within {
    padding-bottom: 0.875rem;
  }

  .md\:focus-within\:pl-3\.5:focus-within {
    padding-left: 0.875rem;
  }

  .md\:first\:p-0:first-child {
    padding: 0px;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .md\:first\:p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .md\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .md\:first\:p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .md\:first\:p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:p-28:first-child {
    padding: 7rem;
  }

  .md\:first\:p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:p-36:first-child {
    padding: 9rem;
  }

  .md\:first\:p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:p-44:first-child {
    padding: 11rem;
  }

  .md\:first\:p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:p-52:first-child {
    padding: 13rem;
  }

  .md\:first\:p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:p-60:first-child {
    padding: 15rem;
  }

  .md\:first\:p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:p-72:first-child {
    padding: 18rem;
  }

  .md\:first\:p-80:first-child {
    padding: 20rem;
  }

  .md\:first\:p-96:first-child {
    padding: 24rem;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:p-0\.5:first-child {
    padding: 0.125rem;
  }

  .md\:first\:p-1\.5:first-child {
    padding: 0.375rem;
  }

  .md\:first\:p-2\.5:first-child {
    padding: 0.625rem;
  }

  .md\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:py-0\.5:first-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:first\:px-0\.5:first-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:first\:py-1\.5:first-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:first\:px-1\.5:first-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:first\:py-2\.5:first-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:first\:px-2\.5:first-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .md\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .md\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .md\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .md\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .md\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .md\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .md\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .md\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .md\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .md\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .md\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .md\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .md\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .md\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .md\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .md\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .md\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .md\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .md\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .md\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .md\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .md\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .md\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .md\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .md\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .md\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .md\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .md\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .md\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .md\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .md\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .md\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .md\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .md\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .md\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .md\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:first\:pt-0\.5:first-child {
    padding-top: 0.125rem;
  }

  .md\:first\:pr-0\.5:first-child {
    padding-right: 0.125rem;
  }

  .md\:first\:pb-0\.5:first-child {
    padding-bottom: 0.125rem;
  }

  .md\:first\:pl-0\.5:first-child {
    padding-left: 0.125rem;
  }

  .md\:first\:pt-1\.5:first-child {
    padding-top: 0.375rem;
  }

  .md\:first\:pr-1\.5:first-child {
    padding-right: 0.375rem;
  }

  .md\:first\:pb-1\.5:first-child {
    padding-bottom: 0.375rem;
  }

  .md\:first\:pl-1\.5:first-child {
    padding-left: 0.375rem;
  }

  .md\:first\:pt-2\.5:first-child {
    padding-top: 0.625rem;
  }

  .md\:first\:pr-2\.5:first-child {
    padding-right: 0.625rem;
  }

  .md\:first\:pb-2\.5:first-child {
    padding-bottom: 0.625rem;
  }

  .md\:first\:pl-2\.5:first-child {
    padding-left: 0.625rem;
  }

  .md\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .md\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .md\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .md\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .md\:last\:p-0:last-child {
    padding: 0px;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .md\:last\:p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .md\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .md\:last\:p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .md\:last\:p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:p-28:last-child {
    padding: 7rem;
  }

  .md\:last\:p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:p-36:last-child {
    padding: 9rem;
  }

  .md\:last\:p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:p-44:last-child {
    padding: 11rem;
  }

  .md\:last\:p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:p-52:last-child {
    padding: 13rem;
  }

  .md\:last\:p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:p-60:last-child {
    padding: 15rem;
  }

  .md\:last\:p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:p-72:last-child {
    padding: 18rem;
  }

  .md\:last\:p-80:last-child {
    padding: 20rem;
  }

  .md\:last\:p-96:last-child {
    padding: 24rem;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:p-0\.5:last-child {
    padding: 0.125rem;
  }

  .md\:last\:p-1\.5:last-child {
    padding: 0.375rem;
  }

  .md\:last\:p-2\.5:last-child {
    padding: 0.625rem;
  }

  .md\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:py-0\.5:last-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:last\:px-0\.5:last-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:last\:py-1\.5:last-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:last\:px-1\.5:last-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:last\:py-2\.5:last-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:last\:px-2\.5:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .md\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .md\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .md\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .md\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .md\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .md\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .md\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .md\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .md\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .md\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .md\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .md\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .md\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .md\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .md\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .md\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .md\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .md\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .md\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .md\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .md\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .md\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .md\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .md\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .md\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .md\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .md\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .md\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .md\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .md\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .md\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .md\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .md\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .md\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .md\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .md\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:last\:pt-0\.5:last-child {
    padding-top: 0.125rem;
  }

  .md\:last\:pr-0\.5:last-child {
    padding-right: 0.125rem;
  }

  .md\:last\:pb-0\.5:last-child {
    padding-bottom: 0.125rem;
  }

  .md\:last\:pl-0\.5:last-child {
    padding-left: 0.125rem;
  }

  .md\:last\:pt-1\.5:last-child {
    padding-top: 0.375rem;
  }

  .md\:last\:pr-1\.5:last-child {
    padding-right: 0.375rem;
  }

  .md\:last\:pb-1\.5:last-child {
    padding-bottom: 0.375rem;
  }

  .md\:last\:pl-1\.5:last-child {
    padding-left: 0.375rem;
  }

  .md\:last\:pt-2\.5:last-child {
    padding-top: 0.625rem;
  }

  .md\:last\:pr-2\.5:last-child {
    padding-right: 0.625rem;
  }

  .md\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }

  .md\:last\:pl-2\.5:last-child {
    padding-left: 0.625rem;
  }

  .md\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .md\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .md\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .md\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .md\:odd\:p-0:nth-child(odd) {
    padding: 0px;
  }

  .md\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .md\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .md\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .md\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .md\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .md\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .md\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .md\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .md\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .md\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .md\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .md\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .md\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .md\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .md\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .md\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .md\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .md\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .md\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .md\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .md\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .md\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .md\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .md\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .md\:odd\:p-60:nth-child(odd) {
    padding: 15rem;
  }

  .md\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .md\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .md\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .md\:odd\:p-96:nth-child(odd) {
    padding: 24rem;
  }

  .md\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .md\:odd\:p-0\.5:nth-child(odd) {
    padding: 0.125rem;
  }

  .md\:odd\:p-1\.5:nth-child(odd) {
    padding: 0.375rem;
  }

  .md\:odd\:p-2\.5:nth-child(odd) {
    padding: 0.625rem;
  }

  .md\:odd\:p-3\.5:nth-child(odd) {
    padding: 0.875rem;
  }

  .md\:odd\:py-0:nth-child(odd) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:odd\:px-0:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:odd\:py-60:nth-child(odd) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:odd\:px-60:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:odd\:py-96:nth-child(odd) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:odd\:px-96:nth-child(odd) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:odd\:py-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:odd\:px-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:odd\:py-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:odd\:px-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:odd\:py-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:odd\:px-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:odd\:py-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:odd\:px-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:odd\:pt-0:nth-child(odd) {
    padding-top: 0px;
  }

  .md\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .md\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0px;
  }

  .md\:odd\:pl-0:nth-child(odd) {
    padding-left: 0px;
  }

  .md\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .md\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .md\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .md\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .md\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .md\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .md\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .md\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .md\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .md\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .md\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .md\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .md\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .md\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .md\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .md\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .md\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .md\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .md\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .md\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .md\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .md\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .md\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .md\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .md\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .md\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .md\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .md\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .md\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .md\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .md\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .md\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .md\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .md\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .md\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .md\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .md\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .md\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .md\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .md\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .md\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .md\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .md\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .md\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .md\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .md\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .md\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .md\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .md\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .md\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .md\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .md\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .md\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .md\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .md\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .md\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .md\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .md\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .md\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .md\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .md\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .md\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .md\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .md\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .md\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .md\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .md\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .md\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .md\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .md\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .md\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .md\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .md\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .md\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .md\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .md\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .md\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .md\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .md\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .md\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .md\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .md\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .md\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .md\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .md\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .md\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .md\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .md\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .md\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .md\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .md\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .md\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .md\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .md\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .md\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .md\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .md\:odd\:pt-60:nth-child(odd) {
    padding-top: 15rem;
  }

  .md\:odd\:pr-60:nth-child(odd) {
    padding-right: 15rem;
  }

  .md\:odd\:pb-60:nth-child(odd) {
    padding-bottom: 15rem;
  }

  .md\:odd\:pl-60:nth-child(odd) {
    padding-left: 15rem;
  }

  .md\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .md\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .md\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .md\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .md\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .md\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .md\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .md\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .md\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .md\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .md\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .md\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .md\:odd\:pt-96:nth-child(odd) {
    padding-top: 24rem;
  }

  .md\:odd\:pr-96:nth-child(odd) {
    padding-right: 24rem;
  }

  .md\:odd\:pb-96:nth-child(odd) {
    padding-bottom: 24rem;
  }

  .md\:odd\:pl-96:nth-child(odd) {
    padding-left: 24rem;
  }

  .md\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .md\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .md\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .md\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .md\:odd\:pt-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
  }

  .md\:odd\:pr-0\.5:nth-child(odd) {
    padding-right: 0.125rem;
  }

  .md\:odd\:pb-0\.5:nth-child(odd) {
    padding-bottom: 0.125rem;
  }

  .md\:odd\:pl-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
  }

  .md\:odd\:pt-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
  }

  .md\:odd\:pr-1\.5:nth-child(odd) {
    padding-right: 0.375rem;
  }

  .md\:odd\:pb-1\.5:nth-child(odd) {
    padding-bottom: 0.375rem;
  }

  .md\:odd\:pl-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
  }

  .md\:odd\:pt-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
  }

  .md\:odd\:pr-2\.5:nth-child(odd) {
    padding-right: 0.625rem;
  }

  .md\:odd\:pb-2\.5:nth-child(odd) {
    padding-bottom: 0.625rem;
  }

  .md\:odd\:pl-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
  }

  .md\:odd\:pt-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
  }

  .md\:odd\:pr-3\.5:nth-child(odd) {
    padding-right: 0.875rem;
  }

  .md\:odd\:pb-3\.5:nth-child(odd) {
    padding-bottom: 0.875rem;
  }

  .md\:odd\:pl-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
  }

  .md\:even\:p-0:nth-child(even) {
    padding: 0px;
  }

  .md\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .md\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .md\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .md\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .md\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .md\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .md\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .md\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .md\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .md\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .md\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .md\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .md\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .md\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .md\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .md\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .md\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .md\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .md\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .md\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .md\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .md\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .md\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .md\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .md\:even\:p-60:nth-child(even) {
    padding: 15rem;
  }

  .md\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .md\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .md\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .md\:even\:p-96:nth-child(even) {
    padding: 24rem;
  }

  .md\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .md\:even\:p-0\.5:nth-child(even) {
    padding: 0.125rem;
  }

  .md\:even\:p-1\.5:nth-child(even) {
    padding: 0.375rem;
  }

  .md\:even\:p-2\.5:nth-child(even) {
    padding: 0.625rem;
  }

  .md\:even\:p-3\.5:nth-child(even) {
    padding: 0.875rem;
  }

  .md\:even\:py-0:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:even\:px-0:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:even\:py-60:nth-child(even) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:even\:px-60:nth-child(even) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:even\:py-96:nth-child(even) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:even\:px-96:nth-child(even) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:even\:py-0\.5:nth-child(even) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:even\:px-0\.5:nth-child(even) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:even\:py-1\.5:nth-child(even) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:even\:px-1\.5:nth-child(even) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:even\:py-2\.5:nth-child(even) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:even\:px-2\.5:nth-child(even) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:even\:py-3\.5:nth-child(even) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:even\:px-3\.5:nth-child(even) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:even\:pt-0:nth-child(even) {
    padding-top: 0px;
  }

  .md\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }

  .md\:even\:pb-0:nth-child(even) {
    padding-bottom: 0px;
  }

  .md\:even\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .md\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .md\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .md\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .md\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .md\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .md\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .md\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .md\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .md\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .md\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .md\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .md\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .md\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .md\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .md\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .md\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .md\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .md\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .md\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .md\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .md\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .md\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .md\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .md\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .md\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .md\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .md\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .md\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .md\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .md\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .md\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .md\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .md\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .md\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .md\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .md\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .md\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .md\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .md\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .md\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .md\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .md\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .md\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .md\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .md\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .md\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .md\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .md\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .md\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .md\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .md\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .md\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .md\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .md\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .md\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .md\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .md\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .md\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .md\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .md\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .md\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .md\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .md\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .md\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .md\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .md\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .md\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .md\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .md\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .md\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .md\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .md\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .md\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .md\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .md\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .md\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .md\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .md\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .md\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .md\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .md\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .md\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .md\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .md\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .md\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .md\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .md\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .md\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .md\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .md\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .md\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .md\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .md\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .md\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .md\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .md\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .md\:even\:pt-60:nth-child(even) {
    padding-top: 15rem;
  }

  .md\:even\:pr-60:nth-child(even) {
    padding-right: 15rem;
  }

  .md\:even\:pb-60:nth-child(even) {
    padding-bottom: 15rem;
  }

  .md\:even\:pl-60:nth-child(even) {
    padding-left: 15rem;
  }

  .md\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .md\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .md\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .md\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .md\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .md\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .md\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .md\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .md\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .md\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .md\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .md\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .md\:even\:pt-96:nth-child(even) {
    padding-top: 24rem;
  }

  .md\:even\:pr-96:nth-child(even) {
    padding-right: 24rem;
  }

  .md\:even\:pb-96:nth-child(even) {
    padding-bottom: 24rem;
  }

  .md\:even\:pl-96:nth-child(even) {
    padding-left: 24rem;
  }

  .md\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .md\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .md\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .md\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .md\:even\:pt-0\.5:nth-child(even) {
    padding-top: 0.125rem;
  }

  .md\:even\:pr-0\.5:nth-child(even) {
    padding-right: 0.125rem;
  }

  .md\:even\:pb-0\.5:nth-child(even) {
    padding-bottom: 0.125rem;
  }

  .md\:even\:pl-0\.5:nth-child(even) {
    padding-left: 0.125rem;
  }

  .md\:even\:pt-1\.5:nth-child(even) {
    padding-top: 0.375rem;
  }

  .md\:even\:pr-1\.5:nth-child(even) {
    padding-right: 0.375rem;
  }

  .md\:even\:pb-1\.5:nth-child(even) {
    padding-bottom: 0.375rem;
  }

  .md\:even\:pl-1\.5:nth-child(even) {
    padding-left: 0.375rem;
  }

  .md\:even\:pt-2\.5:nth-child(even) {
    padding-top: 0.625rem;
  }

  .md\:even\:pr-2\.5:nth-child(even) {
    padding-right: 0.625rem;
  }

  .md\:even\:pb-2\.5:nth-child(even) {
    padding-bottom: 0.625rem;
  }

  .md\:even\:pl-2\.5:nth-child(even) {
    padding-left: 0.625rem;
  }

  .md\:even\:pt-3\.5:nth-child(even) {
    padding-top: 0.875rem;
  }

  .md\:even\:pr-3\.5:nth-child(even) {
    padding-right: 0.875rem;
  }

  .md\:even\:pb-3\.5:nth-child(even) {
    padding-bottom: 0.875rem;
  }

  .md\:even\:pl-3\.5:nth-child(even) {
    padding-left: 0.875rem;
  }

  .md\:hover\:p-0:hover {
    padding: 0px;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-28:hover {
    padding: 7rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-36:hover {
    padding: 9rem;
  }

  .md\:hover\:p-40:hover {
    padding: 10rem;
  }

  .md\:hover\:p-44:hover {
    padding: 11rem;
  }

  .md\:hover\:p-48:hover {
    padding: 12rem;
  }

  .md\:hover\:p-52:hover {
    padding: 13rem;
  }

  .md\:hover\:p-56:hover {
    padding: 14rem;
  }

  .md\:hover\:p-60:hover {
    padding: 15rem;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-72:hover {
    padding: 18rem;
  }

  .md\:hover\:p-80:hover {
    padding: 20rem;
  }

  .md\:hover\:p-96:hover {
    padding: 24rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .md\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .md\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .md\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:hover\:py-60:hover {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:hover\:px-60:hover {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .md\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .md\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .md\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .md\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .md\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .md\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .md\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .md\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .md\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .md\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .md\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .md\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .md\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .md\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .md\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .md\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .md\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .md\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .md\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .md\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .md\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .md\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .md\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .md\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .md\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .md\:hover\:pt-60:hover {
    padding-top: 15rem;
  }

  .md\:hover\:pr-60:hover {
    padding-right: 15rem;
  }

  .md\:hover\:pb-60:hover {
    padding-bottom: 15rem;
  }

  .md\:hover\:pl-60:hover {
    padding-left: 15rem;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .md\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .md\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .md\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .md\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .md\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .md\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .md\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .md\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .md\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .md\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .md\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .md\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .md\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .md\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .md\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .md\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .md\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .md\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .md\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .md\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .md\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .md\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .md\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .md\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .md\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .md\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .md\:focus\:p-0:focus {
    padding: 0px;
  }

  .md\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .md\:focus\:p-4:focus {
    padding: 1rem;
  }

  .md\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .md\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .md\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .md\:focus\:p-8:focus {
    padding: 2rem;
  }

  .md\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .md\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .md\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .md\:focus\:p-12:focus {
    padding: 3rem;
  }

  .md\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .md\:focus\:p-16:focus {
    padding: 4rem;
  }

  .md\:focus\:p-20:focus {
    padding: 5rem;
  }

  .md\:focus\:p-24:focus {
    padding: 6rem;
  }

  .md\:focus\:p-28:focus {
    padding: 7rem;
  }

  .md\:focus\:p-32:focus {
    padding: 8rem;
  }

  .md\:focus\:p-36:focus {
    padding: 9rem;
  }

  .md\:focus\:p-40:focus {
    padding: 10rem;
  }

  .md\:focus\:p-44:focus {
    padding: 11rem;
  }

  .md\:focus\:p-48:focus {
    padding: 12rem;
  }

  .md\:focus\:p-52:focus {
    padding: 13rem;
  }

  .md\:focus\:p-56:focus {
    padding: 14rem;
  }

  .md\:focus\:p-60:focus {
    padding: 15rem;
  }

  .md\:focus\:p-64:focus {
    padding: 16rem;
  }

  .md\:focus\:p-72:focus {
    padding: 18rem;
  }

  .md\:focus\:p-80:focus {
    padding: 20rem;
  }

  .md\:focus\:p-96:focus {
    padding: 24rem;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:p-0\.5:focus {
    padding: 0.125rem;
  }

  .md\:focus\:p-1\.5:focus {
    padding: 0.375rem;
  }

  .md\:focus\:p-2\.5:focus {
    padding: 0.625rem;
  }

  .md\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .md\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:py-0\.5:focus {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:focus\:px-0\.5:focus {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:focus\:py-1\.5:focus {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:focus\:px-1\.5:focus {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:focus\:py-2\.5:focus {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:focus\:px-2\.5:focus {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .md\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .md\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .md\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .md\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .md\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .md\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .md\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .md\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .md\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .md\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .md\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .md\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .md\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .md\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .md\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .md\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .md\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .md\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .md\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .md\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .md\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .md\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .md\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .md\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .md\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .md\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .md\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .md\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .md\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .md\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .md\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .md\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .md\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .md\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .md\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .md\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .md\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .md\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .md\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .md\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .md\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .md\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .md\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .md\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .md\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .md\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .md\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .md\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .md\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .md\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .md\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .md\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .md\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .md\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .md\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .md\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .md\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .md\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .md\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .md\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .md\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .md\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .md\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .md\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .md\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .md\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .md\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .md\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .md\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .md\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .md\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .md\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .md\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .md\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .md\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .md\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .md\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .md\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .md\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .md\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .md\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .md\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .md\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .md\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .md\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .md\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .md\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .md\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .md\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .md\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .md\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .md\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .md\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .md\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .md\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .md\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .md\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .md\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .md\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .md\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .md\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .md\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .md\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .md\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .md\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .md\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .md\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .md\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .md\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .md\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .md\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .md\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md\:focus\:pt-0\.5:focus {
    padding-top: 0.125rem;
  }

  .md\:focus\:pr-0\.5:focus {
    padding-right: 0.125rem;
  }

  .md\:focus\:pb-0\.5:focus {
    padding-bottom: 0.125rem;
  }

  .md\:focus\:pl-0\.5:focus {
    padding-left: 0.125rem;
  }

  .md\:focus\:pt-1\.5:focus {
    padding-top: 0.375rem;
  }

  .md\:focus\:pr-1\.5:focus {
    padding-right: 0.375rem;
  }

  .md\:focus\:pb-1\.5:focus {
    padding-bottom: 0.375rem;
  }

  .md\:focus\:pl-1\.5:focus {
    padding-left: 0.375rem;
  }

  .md\:focus\:pt-2\.5:focus {
    padding-top: 0.625rem;
  }

  .md\:focus\:pr-2\.5:focus {
    padding-right: 0.625rem;
  }

  .md\:focus\:pb-2\.5:focus {
    padding-bottom: 0.625rem;
  }

  .md\:focus\:pl-2\.5:focus {
    padding-left: 0.625rem;
  }

  .md\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .md\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .md\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .md\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .md\:active\:p-0:active {
    padding: 0px;
  }

  .md\:active\:p-1:active {
    padding: 0.25rem;
  }

  .md\:active\:p-2:active {
    padding: 0.5rem;
  }

  .md\:active\:p-3:active {
    padding: 0.75rem;
  }

  .md\:active\:p-4:active {
    padding: 1rem;
  }

  .md\:active\:p-5:active {
    padding: 1.25rem;
  }

  .md\:active\:p-6:active {
    padding: 1.5rem;
  }

  .md\:active\:p-7:active {
    padding: 1.75rem;
  }

  .md\:active\:p-8:active {
    padding: 2rem;
  }

  .md\:active\:p-9:active {
    padding: 2.25rem;
  }

  .md\:active\:p-10:active {
    padding: 2.5rem;
  }

  .md\:active\:p-11:active {
    padding: 2.75rem;
  }

  .md\:active\:p-12:active {
    padding: 3rem;
  }

  .md\:active\:p-14:active {
    padding: 3.5rem;
  }

  .md\:active\:p-16:active {
    padding: 4rem;
  }

  .md\:active\:p-20:active {
    padding: 5rem;
  }

  .md\:active\:p-24:active {
    padding: 6rem;
  }

  .md\:active\:p-28:active {
    padding: 7rem;
  }

  .md\:active\:p-32:active {
    padding: 8rem;
  }

  .md\:active\:p-36:active {
    padding: 9rem;
  }

  .md\:active\:p-40:active {
    padding: 10rem;
  }

  .md\:active\:p-44:active {
    padding: 11rem;
  }

  .md\:active\:p-48:active {
    padding: 12rem;
  }

  .md\:active\:p-52:active {
    padding: 13rem;
  }

  .md\:active\:p-56:active {
    padding: 14rem;
  }

  .md\:active\:p-60:active {
    padding: 15rem;
  }

  .md\:active\:p-64:active {
    padding: 16rem;
  }

  .md\:active\:p-72:active {
    padding: 18rem;
  }

  .md\:active\:p-80:active {
    padding: 20rem;
  }

  .md\:active\:p-96:active {
    padding: 24rem;
  }

  .md\:active\:p-px:active {
    padding: 1px;
  }

  .md\:active\:p-0\.5:active {
    padding: 0.125rem;
  }

  .md\:active\:p-1\.5:active {
    padding: 0.375rem;
  }

  .md\:active\:p-2\.5:active {
    padding: 0.625rem;
  }

  .md\:active\:p-3\.5:active {
    padding: 0.875rem;
  }

  .md\:active\:py-0:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:active\:px-0:active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:active\:py-7:active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:active\:px-7:active {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:active\:py-9:active {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:active\:px-9:active {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:active\:py-11:active {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:active\:px-11:active {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:active\:py-14:active {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:active\:px-14:active {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:active\:py-28:active {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:active\:px-28:active {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:active\:py-36:active {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:active\:px-36:active {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:active\:py-44:active {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:active\:px-44:active {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:active\:py-52:active {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:active\:px-52:active {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:active\:py-60:active {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:active\:px-60:active {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:active\:py-72:active {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:active\:px-72:active {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:active\:py-80:active {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:active\:px-80:active {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:active\:py-96:active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:active\:px-96:active {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:active\:py-0\.5:active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:active\:px-0\.5:active {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:active\:py-1\.5:active {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:active\:px-1\.5:active {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:active\:py-2\.5:active {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:active\:px-2\.5:active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:active\:py-3\.5:active {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:active\:px-3\.5:active {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:active\:pt-0:active {
    padding-top: 0px;
  }

  .md\:active\:pr-0:active {
    padding-right: 0px;
  }

  .md\:active\:pb-0:active {
    padding-bottom: 0px;
  }

  .md\:active\:pl-0:active {
    padding-left: 0px;
  }

  .md\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .md\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .md\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .md\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .md\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .md\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .md\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .md\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .md\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .md\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .md\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .md\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .md\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .md\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .md\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .md\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .md\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .md\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .md\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .md\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .md\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .md\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .md\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .md\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .md\:active\:pt-7:active {
    padding-top: 1.75rem;
  }

  .md\:active\:pr-7:active {
    padding-right: 1.75rem;
  }

  .md\:active\:pb-7:active {
    padding-bottom: 1.75rem;
  }

  .md\:active\:pl-7:active {
    padding-left: 1.75rem;
  }

  .md\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .md\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .md\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .md\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .md\:active\:pt-9:active {
    padding-top: 2.25rem;
  }

  .md\:active\:pr-9:active {
    padding-right: 2.25rem;
  }

  .md\:active\:pb-9:active {
    padding-bottom: 2.25rem;
  }

  .md\:active\:pl-9:active {
    padding-left: 2.25rem;
  }

  .md\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .md\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .md\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .md\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .md\:active\:pt-11:active {
    padding-top: 2.75rem;
  }

  .md\:active\:pr-11:active {
    padding-right: 2.75rem;
  }

  .md\:active\:pb-11:active {
    padding-bottom: 2.75rem;
  }

  .md\:active\:pl-11:active {
    padding-left: 2.75rem;
  }

  .md\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .md\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .md\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .md\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .md\:active\:pt-14:active {
    padding-top: 3.5rem;
  }

  .md\:active\:pr-14:active {
    padding-right: 3.5rem;
  }

  .md\:active\:pb-14:active {
    padding-bottom: 3.5rem;
  }

  .md\:active\:pl-14:active {
    padding-left: 3.5rem;
  }

  .md\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .md\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .md\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .md\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .md\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .md\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .md\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .md\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .md\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .md\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .md\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .md\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .md\:active\:pt-28:active {
    padding-top: 7rem;
  }

  .md\:active\:pr-28:active {
    padding-right: 7rem;
  }

  .md\:active\:pb-28:active {
    padding-bottom: 7rem;
  }

  .md\:active\:pl-28:active {
    padding-left: 7rem;
  }

  .md\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .md\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .md\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .md\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .md\:active\:pt-36:active {
    padding-top: 9rem;
  }

  .md\:active\:pr-36:active {
    padding-right: 9rem;
  }

  .md\:active\:pb-36:active {
    padding-bottom: 9rem;
  }

  .md\:active\:pl-36:active {
    padding-left: 9rem;
  }

  .md\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .md\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .md\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .md\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .md\:active\:pt-44:active {
    padding-top: 11rem;
  }

  .md\:active\:pr-44:active {
    padding-right: 11rem;
  }

  .md\:active\:pb-44:active {
    padding-bottom: 11rem;
  }

  .md\:active\:pl-44:active {
    padding-left: 11rem;
  }

  .md\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .md\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .md\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .md\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .md\:active\:pt-52:active {
    padding-top: 13rem;
  }

  .md\:active\:pr-52:active {
    padding-right: 13rem;
  }

  .md\:active\:pb-52:active {
    padding-bottom: 13rem;
  }

  .md\:active\:pl-52:active {
    padding-left: 13rem;
  }

  .md\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .md\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .md\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .md\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .md\:active\:pt-60:active {
    padding-top: 15rem;
  }

  .md\:active\:pr-60:active {
    padding-right: 15rem;
  }

  .md\:active\:pb-60:active {
    padding-bottom: 15rem;
  }

  .md\:active\:pl-60:active {
    padding-left: 15rem;
  }

  .md\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .md\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .md\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .md\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .md\:active\:pt-72:active {
    padding-top: 18rem;
  }

  .md\:active\:pr-72:active {
    padding-right: 18rem;
  }

  .md\:active\:pb-72:active {
    padding-bottom: 18rem;
  }

  .md\:active\:pl-72:active {
    padding-left: 18rem;
  }

  .md\:active\:pt-80:active {
    padding-top: 20rem;
  }

  .md\:active\:pr-80:active {
    padding-right: 20rem;
  }

  .md\:active\:pb-80:active {
    padding-bottom: 20rem;
  }

  .md\:active\:pl-80:active {
    padding-left: 20rem;
  }

  .md\:active\:pt-96:active {
    padding-top: 24rem;
  }

  .md\:active\:pr-96:active {
    padding-right: 24rem;
  }

  .md\:active\:pb-96:active {
    padding-bottom: 24rem;
  }

  .md\:active\:pl-96:active {
    padding-left: 24rem;
  }

  .md\:active\:pt-px:active {
    padding-top: 1px;
  }

  .md\:active\:pr-px:active {
    padding-right: 1px;
  }

  .md\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .md\:active\:pl-px:active {
    padding-left: 1px;
  }

  .md\:active\:pt-0\.5:active {
    padding-top: 0.125rem;
  }

  .md\:active\:pr-0\.5:active {
    padding-right: 0.125rem;
  }

  .md\:active\:pb-0\.5:active {
    padding-bottom: 0.125rem;
  }

  .md\:active\:pl-0\.5:active {
    padding-left: 0.125rem;
  }

  .md\:active\:pt-1\.5:active {
    padding-top: 0.375rem;
  }

  .md\:active\:pr-1\.5:active {
    padding-right: 0.375rem;
  }

  .md\:active\:pb-1\.5:active {
    padding-bottom: 0.375rem;
  }

  .md\:active\:pl-1\.5:active {
    padding-left: 0.375rem;
  }

  .md\:active\:pt-2\.5:active {
    padding-top: 0.625rem;
  }

  .md\:active\:pr-2\.5:active {
    padding-right: 0.625rem;
  }

  .md\:active\:pb-2\.5:active {
    padding-bottom: 0.625rem;
  }

  .md\:active\:pl-2\.5:active {
    padding-left: 0.625rem;
  }

  .md\:active\:pt-3\.5:active {
    padding-top: 0.875rem;
  }

  .md\:active\:pr-3\.5:active {
    padding-right: 0.875rem;
  }

  .md\:active\:pb-3\.5:active {
    padding-bottom: 0.875rem;
  }

  .md\:active\:pl-3\.5:active {
    padding-left: 0.875rem;
  }

  .md\:visited\:p-0:visited {
    padding: 0px;
  }

  .md\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .md\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .md\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .md\:visited\:p-4:visited {
    padding: 1rem;
  }

  .md\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .md\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .md\:visited\:p-7:visited {
    padding: 1.75rem;
  }

  .md\:visited\:p-8:visited {
    padding: 2rem;
  }

  .md\:visited\:p-9:visited {
    padding: 2.25rem;
  }

  .md\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .md\:visited\:p-11:visited {
    padding: 2.75rem;
  }

  .md\:visited\:p-12:visited {
    padding: 3rem;
  }

  .md\:visited\:p-14:visited {
    padding: 3.5rem;
  }

  .md\:visited\:p-16:visited {
    padding: 4rem;
  }

  .md\:visited\:p-20:visited {
    padding: 5rem;
  }

  .md\:visited\:p-24:visited {
    padding: 6rem;
  }

  .md\:visited\:p-28:visited {
    padding: 7rem;
  }

  .md\:visited\:p-32:visited {
    padding: 8rem;
  }

  .md\:visited\:p-36:visited {
    padding: 9rem;
  }

  .md\:visited\:p-40:visited {
    padding: 10rem;
  }

  .md\:visited\:p-44:visited {
    padding: 11rem;
  }

  .md\:visited\:p-48:visited {
    padding: 12rem;
  }

  .md\:visited\:p-52:visited {
    padding: 13rem;
  }

  .md\:visited\:p-56:visited {
    padding: 14rem;
  }

  .md\:visited\:p-60:visited {
    padding: 15rem;
  }

  .md\:visited\:p-64:visited {
    padding: 16rem;
  }

  .md\:visited\:p-72:visited {
    padding: 18rem;
  }

  .md\:visited\:p-80:visited {
    padding: 20rem;
  }

  .md\:visited\:p-96:visited {
    padding: 24rem;
  }

  .md\:visited\:p-px:visited {
    padding: 1px;
  }

  .md\:visited\:p-0\.5:visited {
    padding: 0.125rem;
  }

  .md\:visited\:p-1\.5:visited {
    padding: 0.375rem;
  }

  .md\:visited\:p-2\.5:visited {
    padding: 0.625rem;
  }

  .md\:visited\:p-3\.5:visited {
    padding: 0.875rem;
  }

  .md\:visited\:py-0:visited {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:visited\:px-0:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:visited\:py-7:visited {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:visited\:px-7:visited {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:visited\:py-9:visited {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:visited\:px-9:visited {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:visited\:py-11:visited {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:visited\:px-11:visited {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:visited\:py-14:visited {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:visited\:px-14:visited {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:visited\:py-28:visited {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:visited\:px-28:visited {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:visited\:py-36:visited {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:visited\:px-36:visited {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:visited\:py-44:visited {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:visited\:px-44:visited {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:visited\:py-52:visited {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:visited\:px-52:visited {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:visited\:py-60:visited {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:visited\:px-60:visited {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:visited\:py-72:visited {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:visited\:px-72:visited {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:visited\:py-80:visited {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:visited\:px-80:visited {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:visited\:py-96:visited {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:visited\:px-96:visited {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:visited\:py-0\.5:visited {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:visited\:px-0\.5:visited {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:visited\:py-1\.5:visited {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:visited\:px-1\.5:visited {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:visited\:py-2\.5:visited {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:visited\:px-2\.5:visited {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:visited\:py-3\.5:visited {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:visited\:px-3\.5:visited {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:visited\:pt-0:visited {
    padding-top: 0px;
  }

  .md\:visited\:pr-0:visited {
    padding-right: 0px;
  }

  .md\:visited\:pb-0:visited {
    padding-bottom: 0px;
  }

  .md\:visited\:pl-0:visited {
    padding-left: 0px;
  }

  .md\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .md\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .md\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .md\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .md\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .md\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .md\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .md\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .md\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .md\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .md\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .md\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .md\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .md\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .md\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .md\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .md\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .md\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .md\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .md\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .md\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .md\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .md\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .md\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .md\:visited\:pt-7:visited {
    padding-top: 1.75rem;
  }

  .md\:visited\:pr-7:visited {
    padding-right: 1.75rem;
  }

  .md\:visited\:pb-7:visited {
    padding-bottom: 1.75rem;
  }

  .md\:visited\:pl-7:visited {
    padding-left: 1.75rem;
  }

  .md\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .md\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .md\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .md\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .md\:visited\:pt-9:visited {
    padding-top: 2.25rem;
  }

  .md\:visited\:pr-9:visited {
    padding-right: 2.25rem;
  }

  .md\:visited\:pb-9:visited {
    padding-bottom: 2.25rem;
  }

  .md\:visited\:pl-9:visited {
    padding-left: 2.25rem;
  }

  .md\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .md\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .md\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .md\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .md\:visited\:pt-11:visited {
    padding-top: 2.75rem;
  }

  .md\:visited\:pr-11:visited {
    padding-right: 2.75rem;
  }

  .md\:visited\:pb-11:visited {
    padding-bottom: 2.75rem;
  }

  .md\:visited\:pl-11:visited {
    padding-left: 2.75rem;
  }

  .md\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .md\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .md\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .md\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .md\:visited\:pt-14:visited {
    padding-top: 3.5rem;
  }

  .md\:visited\:pr-14:visited {
    padding-right: 3.5rem;
  }

  .md\:visited\:pb-14:visited {
    padding-bottom: 3.5rem;
  }

  .md\:visited\:pl-14:visited {
    padding-left: 3.5rem;
  }

  .md\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .md\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .md\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .md\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .md\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .md\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .md\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .md\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .md\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .md\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .md\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .md\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .md\:visited\:pt-28:visited {
    padding-top: 7rem;
  }

  .md\:visited\:pr-28:visited {
    padding-right: 7rem;
  }

  .md\:visited\:pb-28:visited {
    padding-bottom: 7rem;
  }

  .md\:visited\:pl-28:visited {
    padding-left: 7rem;
  }

  .md\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .md\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .md\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .md\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .md\:visited\:pt-36:visited {
    padding-top: 9rem;
  }

  .md\:visited\:pr-36:visited {
    padding-right: 9rem;
  }

  .md\:visited\:pb-36:visited {
    padding-bottom: 9rem;
  }

  .md\:visited\:pl-36:visited {
    padding-left: 9rem;
  }

  .md\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .md\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .md\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .md\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .md\:visited\:pt-44:visited {
    padding-top: 11rem;
  }

  .md\:visited\:pr-44:visited {
    padding-right: 11rem;
  }

  .md\:visited\:pb-44:visited {
    padding-bottom: 11rem;
  }

  .md\:visited\:pl-44:visited {
    padding-left: 11rem;
  }

  .md\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .md\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .md\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .md\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .md\:visited\:pt-52:visited {
    padding-top: 13rem;
  }

  .md\:visited\:pr-52:visited {
    padding-right: 13rem;
  }

  .md\:visited\:pb-52:visited {
    padding-bottom: 13rem;
  }

  .md\:visited\:pl-52:visited {
    padding-left: 13rem;
  }

  .md\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .md\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .md\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .md\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .md\:visited\:pt-60:visited {
    padding-top: 15rem;
  }

  .md\:visited\:pr-60:visited {
    padding-right: 15rem;
  }

  .md\:visited\:pb-60:visited {
    padding-bottom: 15rem;
  }

  .md\:visited\:pl-60:visited {
    padding-left: 15rem;
  }

  .md\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .md\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .md\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .md\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .md\:visited\:pt-72:visited {
    padding-top: 18rem;
  }

  .md\:visited\:pr-72:visited {
    padding-right: 18rem;
  }

  .md\:visited\:pb-72:visited {
    padding-bottom: 18rem;
  }

  .md\:visited\:pl-72:visited {
    padding-left: 18rem;
  }

  .md\:visited\:pt-80:visited {
    padding-top: 20rem;
  }

  .md\:visited\:pr-80:visited {
    padding-right: 20rem;
  }

  .md\:visited\:pb-80:visited {
    padding-bottom: 20rem;
  }

  .md\:visited\:pl-80:visited {
    padding-left: 20rem;
  }

  .md\:visited\:pt-96:visited {
    padding-top: 24rem;
  }

  .md\:visited\:pr-96:visited {
    padding-right: 24rem;
  }

  .md\:visited\:pb-96:visited {
    padding-bottom: 24rem;
  }

  .md\:visited\:pl-96:visited {
    padding-left: 24rem;
  }

  .md\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .md\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .md\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .md\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .md\:visited\:pt-0\.5:visited {
    padding-top: 0.125rem;
  }

  .md\:visited\:pr-0\.5:visited {
    padding-right: 0.125rem;
  }

  .md\:visited\:pb-0\.5:visited {
    padding-bottom: 0.125rem;
  }

  .md\:visited\:pl-0\.5:visited {
    padding-left: 0.125rem;
  }

  .md\:visited\:pt-1\.5:visited {
    padding-top: 0.375rem;
  }

  .md\:visited\:pr-1\.5:visited {
    padding-right: 0.375rem;
  }

  .md\:visited\:pb-1\.5:visited {
    padding-bottom: 0.375rem;
  }

  .md\:visited\:pl-1\.5:visited {
    padding-left: 0.375rem;
  }

  .md\:visited\:pt-2\.5:visited {
    padding-top: 0.625rem;
  }

  .md\:visited\:pr-2\.5:visited {
    padding-right: 0.625rem;
  }

  .md\:visited\:pb-2\.5:visited {
    padding-bottom: 0.625rem;
  }

  .md\:visited\:pl-2\.5:visited {
    padding-left: 0.625rem;
  }

  .md\:visited\:pt-3\.5:visited {
    padding-top: 0.875rem;
  }

  .md\:visited\:pr-3\.5:visited {
    padding-right: 0.875rem;
  }

  .md\:visited\:pb-3\.5:visited {
    padding-bottom: 0.875rem;
  }

  .md\:visited\:pl-3\.5:visited {
    padding-left: 0.875rem;
  }

  .md\:disabled\:p-0:disabled {
    padding: 0px;
  }

  .md\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .md\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .md\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .md\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .md\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .md\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .md\:disabled\:p-7:disabled {
    padding: 1.75rem;
  }

  .md\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .md\:disabled\:p-9:disabled {
    padding: 2.25rem;
  }

  .md\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .md\:disabled\:p-11:disabled {
    padding: 2.75rem;
  }

  .md\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .md\:disabled\:p-14:disabled {
    padding: 3.5rem;
  }

  .md\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .md\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .md\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .md\:disabled\:p-28:disabled {
    padding: 7rem;
  }

  .md\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .md\:disabled\:p-36:disabled {
    padding: 9rem;
  }

  .md\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .md\:disabled\:p-44:disabled {
    padding: 11rem;
  }

  .md\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .md\:disabled\:p-52:disabled {
    padding: 13rem;
  }

  .md\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .md\:disabled\:p-60:disabled {
    padding: 15rem;
  }

  .md\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .md\:disabled\:p-72:disabled {
    padding: 18rem;
  }

  .md\:disabled\:p-80:disabled {
    padding: 20rem;
  }

  .md\:disabled\:p-96:disabled {
    padding: 24rem;
  }

  .md\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .md\:disabled\:p-0\.5:disabled {
    padding: 0.125rem;
  }

  .md\:disabled\:p-1\.5:disabled {
    padding: 0.375rem;
  }

  .md\:disabled\:p-2\.5:disabled {
    padding: 0.625rem;
  }

  .md\:disabled\:p-3\.5:disabled {
    padding: 0.875rem;
  }

  .md\:disabled\:py-0:disabled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:disabled\:px-0:disabled {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:disabled\:py-7:disabled {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:disabled\:px-7:disabled {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:disabled\:py-9:disabled {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:disabled\:px-9:disabled {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:disabled\:py-11:disabled {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:disabled\:px-11:disabled {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:disabled\:py-14:disabled {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:disabled\:px-14:disabled {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:disabled\:py-28:disabled {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:disabled\:px-28:disabled {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:disabled\:py-36:disabled {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:disabled\:px-36:disabled {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:disabled\:py-44:disabled {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:disabled\:px-44:disabled {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:disabled\:py-52:disabled {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:disabled\:px-52:disabled {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:disabled\:py-60:disabled {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:disabled\:px-60:disabled {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:disabled\:py-72:disabled {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:disabled\:px-72:disabled {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:disabled\:py-80:disabled {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:disabled\:px-80:disabled {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:disabled\:py-96:disabled {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:disabled\:px-96:disabled {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:disabled\:py-0\.5:disabled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:disabled\:px-0\.5:disabled {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:disabled\:py-1\.5:disabled {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:disabled\:px-1\.5:disabled {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:disabled\:py-2\.5:disabled {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:disabled\:px-2\.5:disabled {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:disabled\:py-3\.5:disabled {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:disabled\:px-3\.5:disabled {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:disabled\:pt-0:disabled {
    padding-top: 0px;
  }

  .md\:disabled\:pr-0:disabled {
    padding-right: 0px;
  }

  .md\:disabled\:pb-0:disabled {
    padding-bottom: 0px;
  }

  .md\:disabled\:pl-0:disabled {
    padding-left: 0px;
  }

  .md\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .md\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .md\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .md\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .md\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .md\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .md\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .md\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .md\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .md\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .md\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .md\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .md\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .md\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .md\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .md\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .md\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .md\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .md\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .md\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .md\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .md\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .md\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .md\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .md\:disabled\:pt-7:disabled {
    padding-top: 1.75rem;
  }

  .md\:disabled\:pr-7:disabled {
    padding-right: 1.75rem;
  }

  .md\:disabled\:pb-7:disabled {
    padding-bottom: 1.75rem;
  }

  .md\:disabled\:pl-7:disabled {
    padding-left: 1.75rem;
  }

  .md\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .md\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .md\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .md\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .md\:disabled\:pt-9:disabled {
    padding-top: 2.25rem;
  }

  .md\:disabled\:pr-9:disabled {
    padding-right: 2.25rem;
  }

  .md\:disabled\:pb-9:disabled {
    padding-bottom: 2.25rem;
  }

  .md\:disabled\:pl-9:disabled {
    padding-left: 2.25rem;
  }

  .md\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .md\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .md\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .md\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .md\:disabled\:pt-11:disabled {
    padding-top: 2.75rem;
  }

  .md\:disabled\:pr-11:disabled {
    padding-right: 2.75rem;
  }

  .md\:disabled\:pb-11:disabled {
    padding-bottom: 2.75rem;
  }

  .md\:disabled\:pl-11:disabled {
    padding-left: 2.75rem;
  }

  .md\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .md\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .md\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .md\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .md\:disabled\:pt-14:disabled {
    padding-top: 3.5rem;
  }

  .md\:disabled\:pr-14:disabled {
    padding-right: 3.5rem;
  }

  .md\:disabled\:pb-14:disabled {
    padding-bottom: 3.5rem;
  }

  .md\:disabled\:pl-14:disabled {
    padding-left: 3.5rem;
  }

  .md\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .md\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .md\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .md\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .md\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .md\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .md\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .md\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .md\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .md\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .md\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .md\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .md\:disabled\:pt-28:disabled {
    padding-top: 7rem;
  }

  .md\:disabled\:pr-28:disabled {
    padding-right: 7rem;
  }

  .md\:disabled\:pb-28:disabled {
    padding-bottom: 7rem;
  }

  .md\:disabled\:pl-28:disabled {
    padding-left: 7rem;
  }

  .md\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .md\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .md\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .md\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .md\:disabled\:pt-36:disabled {
    padding-top: 9rem;
  }

  .md\:disabled\:pr-36:disabled {
    padding-right: 9rem;
  }

  .md\:disabled\:pb-36:disabled {
    padding-bottom: 9rem;
  }

  .md\:disabled\:pl-36:disabled {
    padding-left: 9rem;
  }

  .md\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .md\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .md\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .md\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .md\:disabled\:pt-44:disabled {
    padding-top: 11rem;
  }

  .md\:disabled\:pr-44:disabled {
    padding-right: 11rem;
  }

  .md\:disabled\:pb-44:disabled {
    padding-bottom: 11rem;
  }

  .md\:disabled\:pl-44:disabled {
    padding-left: 11rem;
  }

  .md\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .md\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .md\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .md\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .md\:disabled\:pt-52:disabled {
    padding-top: 13rem;
  }

  .md\:disabled\:pr-52:disabled {
    padding-right: 13rem;
  }

  .md\:disabled\:pb-52:disabled {
    padding-bottom: 13rem;
  }

  .md\:disabled\:pl-52:disabled {
    padding-left: 13rem;
  }

  .md\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .md\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .md\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .md\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .md\:disabled\:pt-60:disabled {
    padding-top: 15rem;
  }

  .md\:disabled\:pr-60:disabled {
    padding-right: 15rem;
  }

  .md\:disabled\:pb-60:disabled {
    padding-bottom: 15rem;
  }

  .md\:disabled\:pl-60:disabled {
    padding-left: 15rem;
  }

  .md\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .md\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .md\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .md\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .md\:disabled\:pt-72:disabled {
    padding-top: 18rem;
  }

  .md\:disabled\:pr-72:disabled {
    padding-right: 18rem;
  }

  .md\:disabled\:pb-72:disabled {
    padding-bottom: 18rem;
  }

  .md\:disabled\:pl-72:disabled {
    padding-left: 18rem;
  }

  .md\:disabled\:pt-80:disabled {
    padding-top: 20rem;
  }

  .md\:disabled\:pr-80:disabled {
    padding-right: 20rem;
  }

  .md\:disabled\:pb-80:disabled {
    padding-bottom: 20rem;
  }

  .md\:disabled\:pl-80:disabled {
    padding-left: 20rem;
  }

  .md\:disabled\:pt-96:disabled {
    padding-top: 24rem;
  }

  .md\:disabled\:pr-96:disabled {
    padding-right: 24rem;
  }

  .md\:disabled\:pb-96:disabled {
    padding-bottom: 24rem;
  }

  .md\:disabled\:pl-96:disabled {
    padding-left: 24rem;
  }

  .md\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .md\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .md\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .md\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .md\:disabled\:pt-0\.5:disabled {
    padding-top: 0.125rem;
  }

  .md\:disabled\:pr-0\.5:disabled {
    padding-right: 0.125rem;
  }

  .md\:disabled\:pb-0\.5:disabled {
    padding-bottom: 0.125rem;
  }

  .md\:disabled\:pl-0\.5:disabled {
    padding-left: 0.125rem;
  }

  .md\:disabled\:pt-1\.5:disabled {
    padding-top: 0.375rem;
  }

  .md\:disabled\:pr-1\.5:disabled {
    padding-right: 0.375rem;
  }

  .md\:disabled\:pb-1\.5:disabled {
    padding-bottom: 0.375rem;
  }

  .md\:disabled\:pl-1\.5:disabled {
    padding-left: 0.375rem;
  }

  .md\:disabled\:pt-2\.5:disabled {
    padding-top: 0.625rem;
  }

  .md\:disabled\:pr-2\.5:disabled {
    padding-right: 0.625rem;
  }

  .md\:disabled\:pb-2\.5:disabled {
    padding-bottom: 0.625rem;
  }

  .md\:disabled\:pl-2\.5:disabled {
    padding-left: 0.625rem;
  }

  .md\:disabled\:pt-3\.5:disabled {
    padding-top: 0.875rem;
  }

  .md\:disabled\:pr-3\.5:disabled {
    padding-right: 0.875rem;
  }

  .md\:disabled\:pb-3\.5:disabled {
    padding-bottom: 0.875rem;
  }

  .md\:disabled\:pl-3\.5:disabled {
    padding-left: 0.875rem;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .md\:placeholder-current::placeholder {
    color: current;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .md\:group-hover\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .group:hover .md\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .group:hover .md\:group-hover\:placeholder-current::placeholder {
    color: current;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .md\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-black:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-white:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-rose-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-violet-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-cyan-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-emerald-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-green-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-lime-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-amber-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-red-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-warmGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-trueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-coolGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-blueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus-within\:placeholder-current:focus-within::-moz-placeholder {
    color: current;
  }

  .md\:focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
    color: current;
  }

  .md\:focus-within\:placeholder-current:focus-within::placeholder {
    color: current;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-black:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-black:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-white:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-rose-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-pink-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-fuchsia-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-purple-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-violet-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-indigo-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lightBlue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-cyan-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-teal-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-emerald-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-green-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-lime-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-yellow-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-amber-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-orange-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-red-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-warmGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-trueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-gray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-coolGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-blueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:first\:placeholder-current:first-child::-moz-placeholder {
    color: current;
  }

  .md\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: current;
  }

  .md\:first\:placeholder-current:first-child::placeholder {
    color: current;
  }

  .md\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-black:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-black:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-white:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-rose-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-pink-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-fuchsia-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-purple-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-violet-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-indigo-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lightBlue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-cyan-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-teal-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-emerald-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-green-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-lime-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-yellow-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-amber-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-orange-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-red-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-warmGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-trueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-gray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-coolGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-blueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:last\:placeholder-current:last-child::-moz-placeholder {
    color: current;
  }

  .md\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: current;
  }

  .md\:last\:placeholder-current:last-child::placeholder {
    color: current;
  }

  .md\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .md\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-rose-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-violet-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-lime-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-amber-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
    color: current;
  }

  .md\:odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
    color: current;
  }

  .md\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: current;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .md\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-black:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-white:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-rose-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-violet-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-cyan-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-emerald-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-lime-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-amber-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-warmGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-trueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-coolGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-blueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:even\:placeholder-current:nth-child(even)::-moz-placeholder {
    color: current;
  }

  .md\:even\:placeholder-current:nth-child(even):-ms-input-placeholder {
    color: current;
  }

  .md\:even\:placeholder-current:nth-child(even)::placeholder {
    color: current;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .md\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-black:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-black:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-white:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-rose-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-pink-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-fuchsia-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-purple-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-violet-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-indigo-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lightBlue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-cyan-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-teal-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-emerald-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-green-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-lime-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-yellow-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-amber-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-orange-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-red-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-warmGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-trueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-gray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-coolGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-blueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:hover\:placeholder-current:hover::-moz-placeholder {
    color: current;
  }

  .md\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: current;
  }

  .md\:hover\:placeholder-current:hover::placeholder {
    color: current;
  }

  .md\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .md\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warmGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-trueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-coolGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: current;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: current;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: current;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-black:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-black:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-black:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-white:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-white:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-white:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-rose-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-pink-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-fuchsia-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-purple-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-violet-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-indigo-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lightBlue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-cyan-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-teal-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-emerald-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-green-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-lime-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-yellow-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-amber-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-orange-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-red-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-warmGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-trueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-gray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-coolGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-blueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:active\:placeholder-current:active::-moz-placeholder {
    color: current;
  }

  .md\:active\:placeholder-current:active:-ms-input-placeholder {
    color: current;
  }

  .md\:active\:placeholder-current:active::placeholder {
    color: current;
  }

  .md\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .md\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-black:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-black:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-black:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-white:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-white:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-white:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-rose-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-pink-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-fuchsia-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-purple-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-violet-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-indigo-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lightBlue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-cyan-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-teal-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-emerald-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-green-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-lime-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-yellow-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-amber-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-orange-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-red-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-warmGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-trueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-gray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-coolGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-blueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:visited\:placeholder-current:visited::-moz-placeholder {
    color: current;
  }

  .md\:visited\:placeholder-current:visited:-ms-input-placeholder {
    color: current;
  }

  .md\:visited\:placeholder-current:visited::placeholder {
    color: current;
  }

  .md\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .md\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-black:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-black:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-white:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-white:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-rose-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-pink-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-fuchsia-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-purple-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-violet-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-indigo-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lightBlue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-cyan-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-teal-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-emerald-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-green-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-lime-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-yellow-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-amber-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-orange-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-red-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-warmGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-trueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-gray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-coolGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-blueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:disabled\:placeholder-current:disabled::-moz-placeholder {
    color: current;
  }

  .md\:disabled\:placeholder-current:disabled:-ms-input-placeholder {
    color: current;
  }

  .md\:disabled\:placeholder-current:disabled::placeholder {
    color: current;
  }

  .md\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .md\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .md\:group-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus-within\:placeholder-opacity-0:focus-within::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus-within\:placeholder-opacity-5:focus-within::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus-within\:placeholder-opacity-10:focus-within::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus-within\:placeholder-opacity-20:focus-within::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus-within\:placeholder-opacity-25:focus-within::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus-within\:placeholder-opacity-30:focus-within::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus-within\:placeholder-opacity-40:focus-within::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus-within\:placeholder-opacity-50:focus-within::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus-within\:placeholder-opacity-60:focus-within::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus-within\:placeholder-opacity-70:focus-within::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus-within\:placeholder-opacity-75:focus-within::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus-within\:placeholder-opacity-80:focus-within::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus-within\:placeholder-opacity-90:focus-within::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus-within\:placeholder-opacity-95:focus-within::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus-within\:placeholder-opacity-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-0:first-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:first\:placeholder-opacity-5:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:first\:placeholder-opacity-5:first-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:first\:placeholder-opacity-10:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:first\:placeholder-opacity-10:first-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:first\:placeholder-opacity-20:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:first\:placeholder-opacity-20:first-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-25:first-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:first\:placeholder-opacity-30:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:first\:placeholder-opacity-30:first-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:first\:placeholder-opacity-40:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:first\:placeholder-opacity-40:first-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-50:first-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:first\:placeholder-opacity-60:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:first\:placeholder-opacity-60:first-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:first\:placeholder-opacity-70:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:first\:placeholder-opacity-70:first-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-75:first-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-80:first-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:first\:placeholder-opacity-90:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:first\:placeholder-opacity-90:first-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:first\:placeholder-opacity-95:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:first\:placeholder-opacity-95:first-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:first\:placeholder-opacity-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-0:last-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:last\:placeholder-opacity-5:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:last\:placeholder-opacity-5:last-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:last\:placeholder-opacity-10:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:last\:placeholder-opacity-10:last-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:last\:placeholder-opacity-20:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:last\:placeholder-opacity-20:last-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-25:last-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:last\:placeholder-opacity-30:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:last\:placeholder-opacity-30:last-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:last\:placeholder-opacity-40:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:last\:placeholder-opacity-40:last-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-50:last-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:last\:placeholder-opacity-60:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:last\:placeholder-opacity-60:last-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:last\:placeholder-opacity-70:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:last\:placeholder-opacity-70:last-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-75:last-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-80:last-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:last\:placeholder-opacity-90:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:last\:placeholder-opacity-90:last-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:last\:placeholder-opacity-95:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:last\:placeholder-opacity-95:last-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:last\:placeholder-opacity-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:even\:placeholder-opacity-5:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:even\:placeholder-opacity-10:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:even\:placeholder-opacity-20:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:even\:placeholder-opacity-30:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:even\:placeholder-opacity-40:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:even\:placeholder-opacity-60:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:even\:placeholder-opacity-70:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:even\:placeholder-opacity-80:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:even\:placeholder-opacity-90:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:even\:placeholder-opacity-95:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-0:hover::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:hover\:placeholder-opacity-5:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:hover\:placeholder-opacity-5:hover::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:hover\:placeholder-opacity-10:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:hover\:placeholder-opacity-10:hover::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:hover\:placeholder-opacity-20:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:hover\:placeholder-opacity-20:hover::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-25:hover::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:hover\:placeholder-opacity-30:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:hover\:placeholder-opacity-30:hover::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:hover\:placeholder-opacity-40:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:hover\:placeholder-opacity-40:hover::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-50:hover::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:hover\:placeholder-opacity-60:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:hover\:placeholder-opacity-60:hover::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:hover\:placeholder-opacity-70:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:hover\:placeholder-opacity-70:hover::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-75:hover::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-80:hover::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:hover\:placeholder-opacity-90:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:hover\:placeholder-opacity-90:hover::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:hover\:placeholder-opacity-95:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:hover\:placeholder-opacity-95:hover::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:hover\:placeholder-opacity-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:active\:placeholder-opacity-0:active::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:active\:placeholder-opacity-0:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:active\:placeholder-opacity-0:active::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:active\:placeholder-opacity-5:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:active\:placeholder-opacity-5:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:active\:placeholder-opacity-5:active::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:active\:placeholder-opacity-10:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:active\:placeholder-opacity-10:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:active\:placeholder-opacity-10:active::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:active\:placeholder-opacity-20:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:active\:placeholder-opacity-20:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:active\:placeholder-opacity-20:active::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:active\:placeholder-opacity-25:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:active\:placeholder-opacity-25:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:active\:placeholder-opacity-25:active::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:active\:placeholder-opacity-30:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:active\:placeholder-opacity-30:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:active\:placeholder-opacity-30:active::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:active\:placeholder-opacity-40:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:active\:placeholder-opacity-40:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:active\:placeholder-opacity-40:active::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:active\:placeholder-opacity-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:active\:placeholder-opacity-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:active\:placeholder-opacity-50:active::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:active\:placeholder-opacity-60:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:active\:placeholder-opacity-60:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:active\:placeholder-opacity-60:active::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:active\:placeholder-opacity-70:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:active\:placeholder-opacity-70:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:active\:placeholder-opacity-70:active::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:active\:placeholder-opacity-75:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:active\:placeholder-opacity-75:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:active\:placeholder-opacity-75:active::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:active\:placeholder-opacity-80:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:active\:placeholder-opacity-80:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:active\:placeholder-opacity-80:active::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:active\:placeholder-opacity-90:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:active\:placeholder-opacity-90:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:active\:placeholder-opacity-90:active::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:active\:placeholder-opacity-95:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:active\:placeholder-opacity-95:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:active\:placeholder-opacity-95:active::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:active\:placeholder-opacity-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:active\:placeholder-opacity-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:active\:placeholder-opacity-100:active::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:visited\:placeholder-opacity-0:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:visited\:placeholder-opacity-0:visited::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:visited\:placeholder-opacity-5:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:visited\:placeholder-opacity-5:visited::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:visited\:placeholder-opacity-10:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:visited\:placeholder-opacity-10:visited::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:visited\:placeholder-opacity-20:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:visited\:placeholder-opacity-20:visited::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:visited\:placeholder-opacity-25:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:visited\:placeholder-opacity-25:visited::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:visited\:placeholder-opacity-30:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:visited\:placeholder-opacity-30:visited::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:visited\:placeholder-opacity-40:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:visited\:placeholder-opacity-40:visited::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:visited\:placeholder-opacity-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:visited\:placeholder-opacity-50:visited::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:visited\:placeholder-opacity-60:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:visited\:placeholder-opacity-60:visited::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:visited\:placeholder-opacity-70:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:visited\:placeholder-opacity-70:visited::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:visited\:placeholder-opacity-75:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:visited\:placeholder-opacity-75:visited::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:visited\:placeholder-opacity-80:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:visited\:placeholder-opacity-80:visited::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:visited\:placeholder-opacity-90:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:visited\:placeholder-opacity-90:visited::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:visited\:placeholder-opacity-95:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:visited\:placeholder-opacity-95:visited::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:visited\:placeholder-opacity-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:visited\:placeholder-opacity-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:disabled\:placeholder-opacity-0:disabled::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:disabled\:placeholder-opacity-5:disabled::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:disabled\:placeholder-opacity-10:disabled::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:disabled\:placeholder-opacity-20:disabled::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:disabled\:placeholder-opacity-25:disabled::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:disabled\:placeholder-opacity-30:disabled::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:disabled\:placeholder-opacity-40:disabled::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:disabled\:placeholder-opacity-50:disabled::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:disabled\:placeholder-opacity-60:disabled::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:disabled\:placeholder-opacity-70:disabled::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:disabled\:placeholder-opacity-75:disabled::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:disabled\:placeholder-opacity-80:disabled::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:disabled\:placeholder-opacity-90:disabled::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:disabled\:placeholder-opacity-95:disabled::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:disabled\:placeholder-opacity-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .md\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .md\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .md\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .md\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .md\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .md\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .md\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .md\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .md\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .md\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .md\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .md\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .md\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .md\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .md\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .md\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .md\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .md\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .md\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .group:hover .md\:group-hover\:static {
    position: static;
  }

  .group:hover .md\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .md\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .md\:group-hover\:relative {
    position: relative;
  }

  .group:hover .md\:group-hover\:sticky {
    position: sticky;
  }

  .md\:focus-within\:static:focus-within {
    position: static;
  }

  .md\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .md\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .md\:focus-within\:relative:focus-within {
    position: relative;
  }

  .md\:focus-within\:sticky:focus-within {
    position: sticky;
  }

  .md\:first\:static:first-child {
    position: static;
  }

  .md\:first\:fixed:first-child {
    position: fixed;
  }

  .md\:first\:absolute:first-child {
    position: absolute;
  }

  .md\:first\:relative:first-child {
    position: relative;
  }

  .md\:first\:sticky:first-child {
    position: sticky;
  }

  .md\:last\:static:last-child {
    position: static;
  }

  .md\:last\:fixed:last-child {
    position: fixed;
  }

  .md\:last\:absolute:last-child {
    position: absolute;
  }

  .md\:last\:relative:last-child {
    position: relative;
  }

  .md\:last\:sticky:last-child {
    position: sticky;
  }

  .md\:odd\:static:nth-child(odd) {
    position: static;
  }

  .md\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .md\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .md\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .md\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .md\:even\:static:nth-child(even) {
    position: static;
  }

  .md\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .md\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .md\:even\:relative:nth-child(even) {
    position: relative;
  }

  .md\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .md\:hover\:static:hover {
    position: static;
  }

  .md\:hover\:fixed:hover {
    position: fixed;
  }

  .md\:hover\:absolute:hover {
    position: absolute;
  }

  .md\:hover\:relative:hover {
    position: relative;
  }

  .md\:hover\:sticky:hover {
    position: sticky;
  }

  .md\:focus\:static:focus {
    position: static;
  }

  .md\:focus\:fixed:focus {
    position: fixed;
  }

  .md\:focus\:absolute:focus {
    position: absolute;
  }

  .md\:focus\:relative:focus {
    position: relative;
  }

  .md\:focus\:sticky:focus {
    position: sticky;
  }

  .md\:active\:static:active {
    position: static;
  }

  .md\:active\:fixed:active {
    position: fixed;
  }

  .md\:active\:absolute:active {
    position: absolute;
  }

  .md\:active\:relative:active {
    position: relative;
  }

  .md\:active\:sticky:active {
    position: sticky;
  }

  .md\:visited\:static:visited {
    position: static;
  }

  .md\:visited\:fixed:visited {
    position: fixed;
  }

  .md\:visited\:absolute:visited {
    position: absolute;
  }

  .md\:visited\:relative:visited {
    position: relative;
  }

  .md\:visited\:sticky:visited {
    position: sticky;
  }

  .md\:disabled\:static:disabled {
    position: static;
  }

  .md\:disabled\:fixed:disabled {
    position: fixed;
  }

  .md\:disabled\:absolute:disabled {
    position: absolute;
  }

  .md\:disabled\:relative:disabled {
    position: relative;
  }

  .md\:disabled\:sticky:disabled {
    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-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .group:hover .md\:group-hover\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .md\:group-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .md\:group-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .md\:group-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .md\:group-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .group:hover .md\:group-hover\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .md\:group-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .md\:group-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .md\:group-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .group:hover .md\:group-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .md\:group-hover\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .md\:group-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .md\:group-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .group:hover .md\:group-hover\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .md\:group-hover\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .group:hover .md\:group-hover\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .group:hover .md\:group-hover\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .group:hover .md\:group-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .group:hover .md\:group-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .group:hover .md\:group-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .group:hover .md\:group-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .group:hover .md\:group-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .group:hover .md\:group-hover\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .group:hover .md\:group-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .group:hover .md\:group-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .group:hover .md\:group-hover\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .group:hover .md\:group-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .group:hover .md\:group-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .group:hover .md\:group-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .group:hover .md\:group-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .group:hover .md\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .group:hover .md\:group-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .md\:group-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .md\:group-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .md\:group-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .md\:group-hover\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .md\:group-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .md\:group-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .group:hover .md\:group-hover\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .md\:group-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .md\:group-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .md\:group-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .group:hover .md\:group-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .md\:group-hover\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .md\:group-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .md\:group-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .group:hover .md\:group-hover\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .md\:group-hover\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .group:hover .md\:group-hover\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .group:hover .md\:group-hover\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .group:hover .md\:group-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .group:hover .md\:group-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .group:hover .md\:group-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .group:hover .md\:group-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .group:hover .md\:group-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .group:hover .md\:group-hover\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .group:hover .md\:group-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .group:hover .md\:group-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .group:hover .md\:group-hover\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .group:hover .md\:group-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .group:hover .md\:group-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .group:hover .md\:group-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .group:hover .md\:group-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .group:hover .md\:group-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .group:hover .md\:group-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .md\:group-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .md\:group-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .md\:group-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .md\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .md\:group-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .md\:group-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .group:hover .md\:group-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .group:hover .md\:group-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .group:hover .md\:group-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .md\:group-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .md\:group-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .md\:group-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .group:hover .md\:group-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .md\:group-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .group:hover .md\:group-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .group:hover .md\:group-hover\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .md\:group-hover\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .md\:group-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .md\:group-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .md\:group-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .md\:group-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .group:hover .md\:group-hover\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .group:hover .md\:group-hover\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .md\:group-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .md\:group-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .md\:group-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .group:hover .md\:group-hover\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .group:hover .md\:group-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .md\:group-hover\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .md\:group-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .md\:group-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .group:hover .md\:group-hover\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .group:hover .md\:group-hover\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .md\:group-hover\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .group:hover .md\:group-hover\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .group:hover .md\:group-hover\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .group:hover .md\:group-hover\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .group:hover .md\:group-hover\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .group:hover .md\:group-hover\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .group:hover .md\:group-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .group:hover .md\:group-hover\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .group:hover .md\:group-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .group:hover .md\:group-hover\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .group:hover .md\:group-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .group:hover .md\:group-hover\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .group:hover .md\:group-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .group:hover .md\:group-hover\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .group:hover .md\:group-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .group:hover .md\:group-hover\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .group:hover .md\:group-hover\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .group:hover .md\:group-hover\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .group:hover .md\:group-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .group:hover .md\:group-hover\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .group:hover .md\:group-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .group:hover .md\:group-hover\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .group:hover .md\:group-hover\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .group:hover .md\:group-hover\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .group:hover .md\:group-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .group:hover .md\:group-hover\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .group:hover .md\:group-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .group:hover .md\:group-hover\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .group:hover .md\:group-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .group:hover .md\:group-hover\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .group:hover .md\:group-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .group:hover .md\:group-hover\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .group:hover .md\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .md\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .group:hover .md\:group-hover\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .group:hover .md\:group-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .md\:group-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .md\:group-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .md\:group-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .md\:group-hover\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .md\:group-hover\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .md\:group-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .md\:group-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .group:hover .md\:group-hover\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .md\:group-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .md\:group-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .md\:group-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .group:hover .md\:group-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .md\:group-hover\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .md\:group-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .group:hover .md\:group-hover\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .md\:group-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .group:hover .md\:group-hover\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .md\:group-hover\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .group:hover .md\:group-hover\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .group:hover .md\:group-hover\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .group:hover .md\:group-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .group:hover .md\:group-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .group:hover .md\:group-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .group:hover .md\:group-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .group:hover .md\:group-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .group:hover .md\:group-hover\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .group:hover .md\:group-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .group:hover .md\:group-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .group:hover .md\:group-hover\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .group:hover .md\:group-hover\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .group:hover .md\:group-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .group:hover .md\:group-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .group:hover .md\:group-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .group:hover .md\:group-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .group:hover .md\:group-hover\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .group:hover .md\:group-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .group:hover .md\:group-hover\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .group:hover .md\:group-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .group:hover .md\:group-hover\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .md\:group-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .group:hover .md\:group-hover\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .md\:group-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .group:hover .md\:group-hover\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .md\:group-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .group:hover .md\:group-hover\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .md\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .group:hover .md\:group-hover\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .md\:group-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .group:hover .md\:group-hover\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .md\:group-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .group:hover .md\:group-hover\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .group:hover .md\:group-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .group:hover .md\:group-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .group:hover .md\:group-hover\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .group:hover .md\:group-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .group:hover .md\:group-hover\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .group:hover .md\:group-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .md\:group-hover\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .group:hover .md\:group-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .group:hover .md\:group-hover\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .md\:group-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .group:hover .md\:group-hover\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .md\:group-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .group:hover .md\:group-hover\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .group:hover .md\:group-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .md\:group-hover\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .group:hover .md\:group-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .group:hover .md\:group-hover\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .group:hover .md\:group-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .group:hover .md\:group-hover\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .group:hover .md\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .md\:group-hover\:right-0 {
    right: 0px;
  }

  .group:hover .md\:group-hover\:bottom-0 {
    bottom: 0px;
  }

  .group:hover .md\:group-hover\:left-0 {
    left: 0px;
  }

  .group:hover .md\:group-hover\:top-1 {
    top: 0.25rem;
  }

  .group:hover .md\:group-hover\:right-1 {
    right: 0.25rem;
  }

  .group:hover .md\:group-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:left-1 {
    left: 0.25rem;
  }

  .group:hover .md\:group-hover\:top-2 {
    top: 0.5rem;
  }

  .group:hover .md\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .md\:group-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .md\:group-hover\:top-3 {
    top: 0.75rem;
  }

  .group:hover .md\:group-hover\:right-3 {
    right: 0.75rem;
  }

  .group:hover .md\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:left-3 {
    left: 0.75rem;
  }

  .group:hover .md\:group-hover\:top-4 {
    top: 1rem;
  }

  .group:hover .md\:group-hover\:right-4 {
    right: 1rem;
  }

  .group:hover .md\:group-hover\:bottom-4 {
    bottom: 1rem;
  }

  .group:hover .md\:group-hover\:left-4 {
    left: 1rem;
  }

  .group:hover .md\:group-hover\:top-5 {
    top: 1.25rem;
  }

  .group:hover .md\:group-hover\:right-5 {
    right: 1.25rem;
  }

  .group:hover .md\:group-hover\:bottom-5 {
    bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:left-5 {
    left: 1.25rem;
  }

  .group:hover .md\:group-hover\:top-6 {
    top: 1.5rem;
  }

  .group:hover .md\:group-hover\:right-6 {
    right: 1.5rem;
  }

  .group:hover .md\:group-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:left-6 {
    left: 1.5rem;
  }

  .group:hover .md\:group-hover\:top-7 {
    top: 1.75rem;
  }

  .group:hover .md\:group-hover\:right-7 {
    right: 1.75rem;
  }

  .group:hover .md\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:left-7 {
    left: 1.75rem;
  }

  .group:hover .md\:group-hover\:top-8 {
    top: 2rem;
  }

  .group:hover .md\:group-hover\:right-8 {
    right: 2rem;
  }

  .group:hover .md\:group-hover\:bottom-8 {
    bottom: 2rem;
  }

  .group:hover .md\:group-hover\:left-8 {
    left: 2rem;
  }

  .group:hover .md\:group-hover\:top-9 {
    top: 2.25rem;
  }

  .group:hover .md\:group-hover\:right-9 {
    right: 2.25rem;
  }

  .group:hover .md\:group-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:left-9 {
    left: 2.25rem;
  }

  .group:hover .md\:group-hover\:top-10 {
    top: 2.5rem;
  }

  .group:hover .md\:group-hover\:right-10 {
    right: 2.5rem;
  }

  .group:hover .md\:group-hover\:bottom-10 {
    bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:left-10 {
    left: 2.5rem;
  }

  .group:hover .md\:group-hover\:top-11 {
    top: 2.75rem;
  }

  .group:hover .md\:group-hover\:right-11 {
    right: 2.75rem;
  }

  .group:hover .md\:group-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .group:hover .md\:group-hover\:left-11 {
    left: 2.75rem;
  }

  .group:hover .md\:group-hover\:top-12 {
    top: 3rem;
  }

  .group:hover .md\:group-hover\:right-12 {
    right: 3rem;
  }

  .group:hover .md\:group-hover\:bottom-12 {
    bottom: 3rem;
  }

  .group:hover .md\:group-hover\:left-12 {
    left: 3rem;
  }

  .group:hover .md\:group-hover\:top-14 {
    top: 3.5rem;
  }

  .group:hover .md\:group-hover\:right-14 {
    right: 3.5rem;
  }

  .group:hover .md\:group-hover\:bottom-14 {
    bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:left-14 {
    left: 3.5rem;
  }

  .group:hover .md\:group-hover\:top-16 {
    top: 4rem;
  }

  .group:hover .md\:group-hover\:right-16 {
    right: 4rem;
  }

  .group:hover .md\:group-hover\:bottom-16 {
    bottom: 4rem;
  }

  .group:hover .md\:group-hover\:left-16 {
    left: 4rem;
  }

  .group:hover .md\:group-hover\:top-20 {
    top: 5rem;
  }

  .group:hover .md\:group-hover\:right-20 {
    right: 5rem;
  }

  .group:hover .md\:group-hover\:bottom-20 {
    bottom: 5rem;
  }

  .group:hover .md\:group-hover\:left-20 {
    left: 5rem;
  }

  .group:hover .md\:group-hover\:top-24 {
    top: 6rem;
  }

  .group:hover .md\:group-hover\:right-24 {
    right: 6rem;
  }

  .group:hover .md\:group-hover\:bottom-24 {
    bottom: 6rem;
  }

  .group:hover .md\:group-hover\:left-24 {
    left: 6rem;
  }

  .group:hover .md\:group-hover\:top-28 {
    top: 7rem;
  }

  .group:hover .md\:group-hover\:right-28 {
    right: 7rem;
  }

  .group:hover .md\:group-hover\:bottom-28 {
    bottom: 7rem;
  }

  .group:hover .md\:group-hover\:left-28 {
    left: 7rem;
  }

  .group:hover .md\:group-hover\:top-32 {
    top: 8rem;
  }

  .group:hover .md\:group-hover\:right-32 {
    right: 8rem;
  }

  .group:hover .md\:group-hover\:bottom-32 {
    bottom: 8rem;
  }

  .group:hover .md\:group-hover\:left-32 {
    left: 8rem;
  }

  .group:hover .md\:group-hover\:top-36 {
    top: 9rem;
  }

  .group:hover .md\:group-hover\:right-36 {
    right: 9rem;
  }

  .group:hover .md\:group-hover\:bottom-36 {
    bottom: 9rem;
  }

  .group:hover .md\:group-hover\:left-36 {
    left: 9rem;
  }

  .group:hover .md\:group-hover\:top-40 {
    top: 10rem;
  }

  .group:hover .md\:group-hover\:right-40 {
    right: 10rem;
  }

  .group:hover .md\:group-hover\:bottom-40 {
    bottom: 10rem;
  }

  .group:hover .md\:group-hover\:left-40 {
    left: 10rem;
  }

  .group:hover .md\:group-hover\:top-44 {
    top: 11rem;
  }

  .group:hover .md\:group-hover\:right-44 {
    right: 11rem;
  }

  .group:hover .md\:group-hover\:bottom-44 {
    bottom: 11rem;
  }

  .group:hover .md\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .md\:group-hover\:top-48 {
    top: 12rem;
  }

  .group:hover .md\:group-hover\:right-48 {
    right: 12rem;
  }

  .group:hover .md\:group-hover\:bottom-48 {
    bottom: 12rem;
  }

  .group:hover .md\:group-hover\:left-48 {
    left: 12rem;
  }

  .group:hover .md\:group-hover\:top-52 {
    top: 13rem;
  }

  .group:hover .md\:group-hover\:right-52 {
    right: 13rem;
  }

  .group:hover .md\:group-hover\:bottom-52 {
    bottom: 13rem;
  }

  .group:hover .md\:group-hover\:left-52 {
    left: 13rem;
  }

  .group:hover .md\:group-hover\:top-56 {
    top: 14rem;
  }

  .group:hover .md\:group-hover\:right-56 {
    right: 14rem;
  }

  .group:hover .md\:group-hover\:bottom-56 {
    bottom: 14rem;
  }

  .group:hover .md\:group-hover\:left-56 {
    left: 14rem;
  }

  .group:hover .md\:group-hover\:top-60 {
    top: 15rem;
  }

  .group:hover .md\:group-hover\:right-60 {
    right: 15rem;
  }

  .group:hover .md\:group-hover\:bottom-60 {
    bottom: 15rem;
  }

  .group:hover .md\:group-hover\:left-60 {
    left: 15rem;
  }

  .group:hover .md\:group-hover\:top-64 {
    top: 16rem;
  }

  .group:hover .md\:group-hover\:right-64 {
    right: 16rem;
  }

  .group:hover .md\:group-hover\:bottom-64 {
    bottom: 16rem;
  }

  .group:hover .md\:group-hover\:left-64 {
    left: 16rem;
  }

  .group:hover .md\:group-hover\:top-72 {
    top: 18rem;
  }

  .group:hover .md\:group-hover\:right-72 {
    right: 18rem;
  }

  .group:hover .md\:group-hover\:bottom-72 {
    bottom: 18rem;
  }

  .group:hover .md\:group-hover\:left-72 {
    left: 18rem;
  }

  .group:hover .md\:group-hover\:top-80 {
    top: 20rem;
  }

  .group:hover .md\:group-hover\:right-80 {
    right: 20rem;
  }

  .group:hover .md\:group-hover\:bottom-80 {
    bottom: 20rem;
  }

  .group:hover .md\:group-hover\:left-80 {
    left: 20rem;
  }

  .group:hover .md\:group-hover\:top-96 {
    top: 24rem;
  }

  .group:hover .md\:group-hover\:right-96 {
    right: 24rem;
  }

  .group:hover .md\:group-hover\:bottom-96 {
    bottom: 24rem;
  }

  .group:hover .md\:group-hover\:left-96 {
    left: 24rem;
  }

  .group:hover .md\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .md\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .md\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .md\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .md\:group-hover\:top-px {
    top: 1px;
  }

  .group:hover .md\:group-hover\:right-px {
    right: 1px;
  }

  .group:hover .md\:group-hover\:bottom-px {
    bottom: 1px;
  }

  .group:hover .md\:group-hover\:left-px {
    left: 1px;
  }

  .group:hover .md\:group-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .group:hover .md\:group-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .group:hover .md\:group-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .group:hover .md\:group-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .group:hover .md\:group-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .group:hover .md\:group-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .group:hover .md\:group-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .group:hover .md\:group-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .group:hover .md\:group-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .group:hover .md\:group-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .group:hover .md\:group-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .group:hover .md\:group-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .group:hover .md\:group-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .group:hover .md\:group-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .group:hover .md\:group-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .group:hover .md\:group-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .group:hover .md\:group-hover\:-top-0 {
    top: 0px;
  }

  .group:hover .md\:group-hover\:-right-0 {
    right: 0px;
  }

  .group:hover .md\:group-hover\:-bottom-0 {
    bottom: 0px;
  }

  .group:hover .md\:group-hover\:-left-0 {
    left: 0px;
  }

  .group:hover .md\:group-hover\:-top-1 {
    top: -0.25rem;
  }

  .group:hover .md\:group-hover\:-right-1 {
    right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-left-1 {
    left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-top-2 {
    top: -0.5rem;
  }

  .group:hover .md\:group-hover\:-right-2 {
    right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-left-2 {
    left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-top-3 {
    top: -0.75rem;
  }

  .group:hover .md\:group-hover\:-right-3 {
    right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-left-3 {
    left: -0.75rem;
  }

  .group:hover .md\:group-hover\:-top-4 {
    top: -1rem;
  }

  .group:hover .md\:group-hover\:-right-4 {
    right: -1rem;
  }

  .group:hover .md\:group-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .group:hover .md\:group-hover\:-left-4 {
    left: -1rem;
  }

  .group:hover .md\:group-hover\:-top-5 {
    top: -1.25rem;
  }

  .group:hover .md\:group-hover\:-right-5 {
    right: -1.25rem;
  }

  .group:hover .md\:group-hover\:-bottom-5 {
    bottom: -1.25rem;
  }

  .group:hover .md\:group-hover\:-left-5 {
    left: -1.25rem;
  }

  .group:hover .md\:group-hover\:-top-6 {
    top: -1.5rem;
  }

  .group:hover .md\:group-hover\:-right-6 {
    right: -1.5rem;
  }

  .group:hover .md\:group-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .group:hover .md\:group-hover\:-left-6 {
    left: -1.5rem;
  }

  .group:hover .md\:group-hover\:-top-7 {
    top: -1.75rem;
  }

  .group:hover .md\:group-hover\:-right-7 {
    right: -1.75rem;
  }

  .group:hover .md\:group-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-left-7 {
    left: -1.75rem;
  }

  .group:hover .md\:group-hover\:-top-8 {
    top: -2rem;
  }

  .group:hover .md\:group-hover\:-right-8 {
    right: -2rem;
  }

  .group:hover .md\:group-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .group:hover .md\:group-hover\:-left-8 {
    left: -2rem;
  }

  .group:hover .md\:group-hover\:-top-9 {
    top: -2.25rem;
  }

  .group:hover .md\:group-hover\:-right-9 {
    right: -2.25rem;
  }

  .group:hover .md\:group-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-left-9 {
    left: -2.25rem;
  }

  .group:hover .md\:group-hover\:-top-10 {
    top: -2.5rem;
  }

  .group:hover .md\:group-hover\:-right-10 {
    right: -2.5rem;
  }

  .group:hover .md\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }

  .group:hover .md\:group-hover\:-left-10 {
    left: -2.5rem;
  }

  .group:hover .md\:group-hover\:-top-11 {
    top: -2.75rem;
  }

  .group:hover .md\:group-hover\:-right-11 {
    right: -2.75rem;
  }

  .group:hover .md\:group-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .group:hover .md\:group-hover\:-left-11 {
    left: -2.75rem;
  }

  .group:hover .md\:group-hover\:-top-12 {
    top: -3rem;
  }

  .group:hover .md\:group-hover\:-right-12 {
    right: -3rem;
  }

  .group:hover .md\:group-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .group:hover .md\:group-hover\:-left-12 {
    left: -3rem;
  }

  .group:hover .md\:group-hover\:-top-14 {
    top: -3.5rem;
  }

  .group:hover .md\:group-hover\:-right-14 {
    right: -3.5rem;
  }

  .group:hover .md\:group-hover\:-bottom-14 {
    bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-left-14 {
    left: -3.5rem;
  }

  .group:hover .md\:group-hover\:-top-16 {
    top: -4rem;
  }

  .group:hover .md\:group-hover\:-right-16 {
    right: -4rem;
  }

  .group:hover .md\:group-hover\:-bottom-16 {
    bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-left-16 {
    left: -4rem;
  }

  .group:hover .md\:group-hover\:-top-20 {
    top: -5rem;
  }

  .group:hover .md\:group-hover\:-right-20 {
    right: -5rem;
  }

  .group:hover .md\:group-hover\:-bottom-20 {
    bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-left-20 {
    left: -5rem;
  }

  .group:hover .md\:group-hover\:-top-24 {
    top: -6rem;
  }

  .group:hover .md\:group-hover\:-right-24 {
    right: -6rem;
  }

  .group:hover .md\:group-hover\:-bottom-24 {
    bottom: -6rem;
  }

  .group:hover .md\:group-hover\:-left-24 {
    left: -6rem;
  }

  .group:hover .md\:group-hover\:-top-28 {
    top: -7rem;
  }

  .group:hover .md\:group-hover\:-right-28 {
    right: -7rem;
  }

  .group:hover .md\:group-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-left-28 {
    left: -7rem;
  }

  .group:hover .md\:group-hover\:-top-32 {
    top: -8rem;
  }

  .group:hover .md\:group-hover\:-right-32 {
    right: -8rem;
  }

  .group:hover .md\:group-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .group:hover .md\:group-hover\:-left-32 {
    left: -8rem;
  }

  .group:hover .md\:group-hover\:-top-36 {
    top: -9rem;
  }

  .group:hover .md\:group-hover\:-right-36 {
    right: -9rem;
  }

  .group:hover .md\:group-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-left-36 {
    left: -9rem;
  }

  .group:hover .md\:group-hover\:-top-40 {
    top: -10rem;
  }

  .group:hover .md\:group-hover\:-right-40 {
    right: -10rem;
  }

  .group:hover .md\:group-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-left-40 {
    left: -10rem;
  }

  .group:hover .md\:group-hover\:-top-44 {
    top: -11rem;
  }

  .group:hover .md\:group-hover\:-right-44 {
    right: -11rem;
  }

  .group:hover .md\:group-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-left-44 {
    left: -11rem;
  }

  .group:hover .md\:group-hover\:-top-48 {
    top: -12rem;
  }

  .group:hover .md\:group-hover\:-right-48 {
    right: -12rem;
  }

  .group:hover .md\:group-hover\:-bottom-48 {
    bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-left-48 {
    left: -12rem;
  }

  .group:hover .md\:group-hover\:-top-52 {
    top: -13rem;
  }

  .group:hover .md\:group-hover\:-right-52 {
    right: -13rem;
  }

  .group:hover .md\:group-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-left-52 {
    left: -13rem;
  }

  .group:hover .md\:group-hover\:-top-56 {
    top: -14rem;
  }

  .group:hover .md\:group-hover\:-right-56 {
    right: -14rem;
  }

  .group:hover .md\:group-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-left-56 {
    left: -14rem;
  }

  .group:hover .md\:group-hover\:-top-60 {
    top: -15rem;
  }

  .group:hover .md\:group-hover\:-right-60 {
    right: -15rem;
  }

  .group:hover .md\:group-hover\:-bottom-60 {
    bottom: -15rem;
  }

  .group:hover .md\:group-hover\:-left-60 {
    left: -15rem;
  }

  .group:hover .md\:group-hover\:-top-64 {
    top: -16rem;
  }

  .group:hover .md\:group-hover\:-right-64 {
    right: -16rem;
  }

  .group:hover .md\:group-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-left-64 {
    left: -16rem;
  }

  .group:hover .md\:group-hover\:-top-72 {
    top: -18rem;
  }

  .group:hover .md\:group-hover\:-right-72 {
    right: -18rem;
  }

  .group:hover .md\:group-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-left-72 {
    left: -18rem;
  }

  .group:hover .md\:group-hover\:-top-80 {
    top: -20rem;
  }

  .group:hover .md\:group-hover\:-right-80 {
    right: -20rem;
  }

  .group:hover .md\:group-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-left-80 {
    left: -20rem;
  }

  .group:hover .md\:group-hover\:-top-96 {
    top: -24rem;
  }

  .group:hover .md\:group-hover\:-right-96 {
    right: -24rem;
  }

  .group:hover .md\:group-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .group:hover .md\:group-hover\:-left-96 {
    left: -24rem;
  }

  .group:hover .md\:group-hover\:-top-px {
    top: -1px;
  }

  .group:hover .md\:group-hover\:-right-px {
    right: -1px;
  }

  .group:hover .md\:group-hover\:-bottom-px {
    bottom: -1px;
  }

  .group:hover .md\:group-hover\:-left-px {
    left: -1px;
  }

  .group:hover .md\:group-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .group:hover .md\:group-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .group:hover .md\:group-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .group:hover .md\:group-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .group:hover .md\:group-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .group:hover .md\:group-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .group:hover .md\:group-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .group:hover .md\:group-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .group:hover .md\:group-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .group:hover .md\:group-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .group:hover .md\:group-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .group:hover .md\:group-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .group:hover .md\:group-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .group:hover .md\:group-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .group:hover .md\:group-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .group:hover .md\:group-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .group:hover .md\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .md\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .md\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .group:hover .md\:group-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .group:hover .md\:group-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .group:hover .md\:group-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .group:hover .md\:group-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .group:hover .md\:group-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .group:hover .md\:group-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .group:hover .md\:group-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .group:hover .md\:group-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .group:hover .md\:group-hover\:top-1\/4 {
    top: 25%;
  }

  .group:hover .md\:group-hover\:right-1\/4 {
    right: 25%;
  }

  .group:hover .md\:group-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .group:hover .md\:group-hover\:left-1\/4 {
    left: 25%;
  }

  .group:hover .md\:group-hover\:top-2\/4 {
    top: 50%;
  }

  .group:hover .md\:group-hover\:right-2\/4 {
    right: 50%;
  }

  .group:hover .md\:group-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .group:hover .md\:group-hover\:left-2\/4 {
    left: 50%;
  }

  .group:hover .md\:group-hover\:top-3\/4 {
    top: 75%;
  }

  .group:hover .md\:group-hover\:right-3\/4 {
    right: 75%;
  }

  .group:hover .md\:group-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .group:hover .md\:group-hover\:left-3\/4 {
    left: 75%;
  }

  .group:hover .md\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .md\:group-hover\:right-full {
    right: 100%;
  }

  .group:hover .md\:group-hover\:bottom-full {
    bottom: 100%;
  }

  .group:hover .md\:group-hover\:left-full {
    left: 100%;
  }

  .group:hover .md\:group-hover\:-top-1\/2 {
    top: -50%;
  }

  .group:hover .md\:group-hover\:-right-1\/2 {
    right: -50%;
  }

  .group:hover .md\:group-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .group:hover .md\:group-hover\:-left-1\/2 {
    left: -50%;
  }

  .group:hover .md\:group-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .group:hover .md\:group-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .group:hover .md\:group-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .group:hover .md\:group-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .group:hover .md\:group-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .group:hover .md\:group-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .group:hover .md\:group-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .group:hover .md\:group-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .group:hover .md\:group-hover\:-top-1\/4 {
    top: -25%;
  }

  .group:hover .md\:group-hover\:-right-1\/4 {
    right: -25%;
  }

  .group:hover .md\:group-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .group:hover .md\:group-hover\:-left-1\/4 {
    left: -25%;
  }

  .group:hover .md\:group-hover\:-top-2\/4 {
    top: -50%;
  }

  .group:hover .md\:group-hover\:-right-2\/4 {
    right: -50%;
  }

  .group:hover .md\:group-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .group:hover .md\:group-hover\:-left-2\/4 {
    left: -50%;
  }

  .group:hover .md\:group-hover\:-top-3\/4 {
    top: -75%;
  }

  .group:hover .md\:group-hover\:-right-3\/4 {
    right: -75%;
  }

  .group:hover .md\:group-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .group:hover .md\:group-hover\:-left-3\/4 {
    left: -75%;
  }

  .group:hover .md\:group-hover\:-top-full {
    top: -100%;
  }

  .group:hover .md\:group-hover\:-right-full {
    right: -100%;
  }

  .group:hover .md\:group-hover\:-bottom-full {
    bottom: -100%;
  }

  .group:hover .md\:group-hover\:-left-full {
    left: -100%;
  }

  .md\:focus-within\:inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:focus-within\:inset-1:focus-within {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:focus-within\:inset-2:focus-within {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:focus-within\:inset-3:focus-within {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:focus-within\:inset-4:focus-within {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:focus-within\:inset-5:focus-within {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:focus-within\:inset-6:focus-within {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:focus-within\:inset-7:focus-within {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:focus-within\:inset-8:focus-within {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:focus-within\:inset-9:focus-within {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:focus-within\:inset-10:focus-within {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:focus-within\:inset-11:focus-within {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:focus-within\:inset-12:focus-within {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:focus-within\:inset-14:focus-within {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:focus-within\:inset-16:focus-within {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:focus-within\:inset-20:focus-within {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:focus-within\:inset-24:focus-within {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:focus-within\:inset-28:focus-within {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:focus-within\:inset-32:focus-within {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:focus-within\:inset-36:focus-within {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:focus-within\:inset-40:focus-within {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:focus-within\:inset-44:focus-within {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:focus-within\:inset-48:focus-within {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:focus-within\:inset-52:focus-within {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:focus-within\:inset-56:focus-within {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:focus-within\:inset-60:focus-within {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:focus-within\:inset-64:focus-within {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:focus-within\:inset-72:focus-within {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:focus-within\:inset-80:focus-within {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:focus-within\:inset-96:focus-within {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus-within\:inset-px:focus-within {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:focus-within\:inset-0\.5:focus-within {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:focus-within\:inset-1\.5:focus-within {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:focus-within\:inset-2\.5:focus-within {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:focus-within\:inset-3\.5:focus-within {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:focus-within\:-inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:focus-within\:-inset-1:focus-within {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:focus-within\:-inset-2:focus-within {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:focus-within\:-inset-3:focus-within {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:focus-within\:-inset-4:focus-within {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:focus-within\:-inset-5:focus-within {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:focus-within\:-inset-6:focus-within {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:focus-within\:-inset-7:focus-within {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:focus-within\:-inset-8:focus-within {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:focus-within\:-inset-9:focus-within {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:focus-within\:-inset-10:focus-within {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:focus-within\:-inset-11:focus-within {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:focus-within\:-inset-12:focus-within {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:focus-within\:-inset-14:focus-within {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:focus-within\:-inset-16:focus-within {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:focus-within\:-inset-20:focus-within {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:focus-within\:-inset-24:focus-within {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:focus-within\:-inset-28:focus-within {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:focus-within\:-inset-32:focus-within {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:focus-within\:-inset-36:focus-within {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:focus-within\:-inset-40:focus-within {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:focus-within\:-inset-44:focus-within {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:focus-within\:-inset-48:focus-within {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:focus-within\:-inset-52:focus-within {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:focus-within\:-inset-56:focus-within {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:focus-within\:-inset-60:focus-within {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:focus-within\:-inset-64:focus-within {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:focus-within\:-inset-72:focus-within {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:focus-within\:-inset-80:focus-within {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:focus-within\:-inset-96:focus-within {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:focus-within\:-inset-px:focus-within {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:focus-within\:-inset-0\.5:focus-within {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:focus-within\:-inset-1\.5:focus-within {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:focus-within\:-inset-2\.5:focus-within {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:focus-within\:-inset-3\.5:focus-within {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:focus-within\:inset-1\/2:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:focus-within\:inset-1\/3:focus-within {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:focus-within\:inset-2\/3:focus-within {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:focus-within\:inset-1\/4:focus-within {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:focus-within\:inset-2\/4:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:focus-within\:inset-3\/4:focus-within {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:focus-within\:inset-full:focus-within {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:focus-within\:-inset-1\/2:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:focus-within\:-inset-1\/3:focus-within {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:focus-within\:-inset-2\/3:focus-within {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:focus-within\:-inset-1\/4:focus-within {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:focus-within\:-inset-2\/4:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:focus-within\:-inset-3\/4:focus-within {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:focus-within\:-inset-full:focus-within {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:focus-within\:inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .md\:focus-within\:inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .md\:focus-within\:inset-y-1:focus-within {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:focus-within\:inset-x-1:focus-within {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:focus-within\:inset-y-2:focus-within {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:focus-within\:inset-x-2:focus-within {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:focus-within\:inset-y-3:focus-within {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:focus-within\:inset-x-3:focus-within {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:focus-within\:inset-y-4:focus-within {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:focus-within\:inset-x-4:focus-within {
    right: 1rem;
    left: 1rem;
  }

  .md\:focus-within\:inset-y-5:focus-within {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:focus-within\:inset-x-5:focus-within {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:focus-within\:inset-y-6:focus-within {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:focus-within\:inset-x-6:focus-within {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:focus-within\:inset-y-7:focus-within {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:focus-within\:inset-x-7:focus-within {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:focus-within\:inset-y-8:focus-within {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:focus-within\:inset-x-8:focus-within {
    right: 2rem;
    left: 2rem;
  }

  .md\:focus-within\:inset-y-9:focus-within {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:focus-within\:inset-x-9:focus-within {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:focus-within\:inset-y-10:focus-within {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:focus-within\:inset-x-10:focus-within {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:focus-within\:inset-y-11:focus-within {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:focus-within\:inset-x-11:focus-within {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:focus-within\:inset-y-12:focus-within {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:focus-within\:inset-x-12:focus-within {
    right: 3rem;
    left: 3rem;
  }

  .md\:focus-within\:inset-y-14:focus-within {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:focus-within\:inset-x-14:focus-within {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:focus-within\:inset-y-16:focus-within {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:focus-within\:inset-x-16:focus-within {
    right: 4rem;
    left: 4rem;
  }

  .md\:focus-within\:inset-y-20:focus-within {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:focus-within\:inset-x-20:focus-within {
    right: 5rem;
    left: 5rem;
  }

  .md\:focus-within\:inset-y-24:focus-within {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:focus-within\:inset-x-24:focus-within {
    right: 6rem;
    left: 6rem;
  }

  .md\:focus-within\:inset-y-28:focus-within {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:focus-within\:inset-x-28:focus-within {
    right: 7rem;
    left: 7rem;
  }

  .md\:focus-within\:inset-y-32:focus-within {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:focus-within\:inset-x-32:focus-within {
    right: 8rem;
    left: 8rem;
  }

  .md\:focus-within\:inset-y-36:focus-within {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:focus-within\:inset-x-36:focus-within {
    right: 9rem;
    left: 9rem;
  }

  .md\:focus-within\:inset-y-40:focus-within {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:focus-within\:inset-x-40:focus-within {
    right: 10rem;
    left: 10rem;
  }

  .md\:focus-within\:inset-y-44:focus-within {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:focus-within\:inset-x-44:focus-within {
    right: 11rem;
    left: 11rem;
  }

  .md\:focus-within\:inset-y-48:focus-within {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:focus-within\:inset-x-48:focus-within {
    right: 12rem;
    left: 12rem;
  }

  .md\:focus-within\:inset-y-52:focus-within {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:focus-within\:inset-x-52:focus-within {
    right: 13rem;
    left: 13rem;
  }

  .md\:focus-within\:inset-y-56:focus-within {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:focus-within\:inset-x-56:focus-within {
    right: 14rem;
    left: 14rem;
  }

  .md\:focus-within\:inset-y-60:focus-within {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:focus-within\:inset-x-60:focus-within {
    right: 15rem;
    left: 15rem;
  }

  .md\:focus-within\:inset-y-64:focus-within {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:focus-within\:inset-x-64:focus-within {
    right: 16rem;
    left: 16rem;
  }

  .md\:focus-within\:inset-y-72:focus-within {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:focus-within\:inset-x-72:focus-within {
    right: 18rem;
    left: 18rem;
  }

  .md\:focus-within\:inset-y-80:focus-within {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:focus-within\:inset-x-80:focus-within {
    right: 20rem;
    left: 20rem;
  }

  .md\:focus-within\:inset-y-96:focus-within {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:focus-within\:inset-x-96:focus-within {
    right: 24rem;
    left: 24rem;
  }

  .md\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .md\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .md\:focus-within\:inset-y-px:focus-within {
    top: 1px;
    bottom: 1px;
  }

  .md\:focus-within\:inset-x-px:focus-within {
    right: 1px;
    left: 1px;
  }

  .md\:focus-within\:inset-y-0\.5:focus-within {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:focus-within\:inset-x-0\.5:focus-within {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:focus-within\:inset-y-1\.5:focus-within {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:focus-within\:inset-x-1\.5:focus-within {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:focus-within\:inset-y-2\.5:focus-within {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:focus-within\:inset-x-2\.5:focus-within {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:focus-within\:inset-y-3\.5:focus-within {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:focus-within\:inset-x-3\.5:focus-within {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:focus-within\:-inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .md\:focus-within\:-inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .md\:focus-within\:-inset-y-1:focus-within {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:focus-within\:-inset-x-1:focus-within {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:focus-within\:-inset-y-2:focus-within {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:focus-within\:-inset-x-2:focus-within {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:focus-within\:-inset-y-3:focus-within {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:focus-within\:-inset-x-3:focus-within {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:focus-within\:-inset-y-4:focus-within {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:focus-within\:-inset-x-4:focus-within {
    right: -1rem;
    left: -1rem;
  }

  .md\:focus-within\:-inset-y-5:focus-within {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:focus-within\:-inset-x-5:focus-within {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:focus-within\:-inset-y-6:focus-within {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:focus-within\:-inset-x-6:focus-within {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:focus-within\:-inset-y-7:focus-within {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:focus-within\:-inset-x-7:focus-within {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:focus-within\:-inset-y-8:focus-within {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:focus-within\:-inset-x-8:focus-within {
    right: -2rem;
    left: -2rem;
  }

  .md\:focus-within\:-inset-y-9:focus-within {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:focus-within\:-inset-x-9:focus-within {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:focus-within\:-inset-y-10:focus-within {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:focus-within\:-inset-x-10:focus-within {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:focus-within\:-inset-y-11:focus-within {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:focus-within\:-inset-x-11:focus-within {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:focus-within\:-inset-y-12:focus-within {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:focus-within\:-inset-x-12:focus-within {
    right: -3rem;
    left: -3rem;
  }

  .md\:focus-within\:-inset-y-14:focus-within {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:focus-within\:-inset-x-14:focus-within {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:focus-within\:-inset-y-16:focus-within {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:focus-within\:-inset-x-16:focus-within {
    right: -4rem;
    left: -4rem;
  }

  .md\:focus-within\:-inset-y-20:focus-within {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:focus-within\:-inset-x-20:focus-within {
    right: -5rem;
    left: -5rem;
  }

  .md\:focus-within\:-inset-y-24:focus-within {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:focus-within\:-inset-x-24:focus-within {
    right: -6rem;
    left: -6rem;
  }

  .md\:focus-within\:-inset-y-28:focus-within {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:focus-within\:-inset-x-28:focus-within {
    right: -7rem;
    left: -7rem;
  }

  .md\:focus-within\:-inset-y-32:focus-within {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:focus-within\:-inset-x-32:focus-within {
    right: -8rem;
    left: -8rem;
  }

  .md\:focus-within\:-inset-y-36:focus-within {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:focus-within\:-inset-x-36:focus-within {
    right: -9rem;
    left: -9rem;
  }

  .md\:focus-within\:-inset-y-40:focus-within {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:focus-within\:-inset-x-40:focus-within {
    right: -10rem;
    left: -10rem;
  }

  .md\:focus-within\:-inset-y-44:focus-within {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:focus-within\:-inset-x-44:focus-within {
    right: -11rem;
    left: -11rem;
  }

  .md\:focus-within\:-inset-y-48:focus-within {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:focus-within\:-inset-x-48:focus-within {
    right: -12rem;
    left: -12rem;
  }

  .md\:focus-within\:-inset-y-52:focus-within {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:focus-within\:-inset-x-52:focus-within {
    right: -13rem;
    left: -13rem;
  }

  .md\:focus-within\:-inset-y-56:focus-within {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:focus-within\:-inset-x-56:focus-within {
    right: -14rem;
    left: -14rem;
  }

  .md\:focus-within\:-inset-y-60:focus-within {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:focus-within\:-inset-x-60:focus-within {
    right: -15rem;
    left: -15rem;
  }

  .md\:focus-within\:-inset-y-64:focus-within {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:focus-within\:-inset-x-64:focus-within {
    right: -16rem;
    left: -16rem;
  }

  .md\:focus-within\:-inset-y-72:focus-within {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:focus-within\:-inset-x-72:focus-within {
    right: -18rem;
    left: -18rem;
  }

  .md\:focus-within\:-inset-y-80:focus-within {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:focus-within\:-inset-x-80:focus-within {
    right: -20rem;
    left: -20rem;
  }

  .md\:focus-within\:-inset-y-96:focus-within {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:focus-within\:-inset-x-96:focus-within {
    right: -24rem;
    left: -24rem;
  }

  .md\:focus-within\:-inset-y-px:focus-within {
    top: -1px;
    bottom: -1px;
  }

  .md\:focus-within\:-inset-x-px:focus-within {
    right: -1px;
    left: -1px;
  }

  .md\:focus-within\:-inset-y-0\.5:focus-within {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:focus-within\:-inset-x-0\.5:focus-within {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:focus-within\:-inset-y-1\.5:focus-within {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:focus-within\:-inset-x-1\.5:focus-within {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:focus-within\:-inset-y-2\.5:focus-within {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:focus-within\:-inset-x-2\.5:focus-within {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:focus-within\:-inset-y-3\.5:focus-within {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:focus-within\:-inset-x-3\.5:focus-within {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:focus-within\:inset-y-1\/2:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .md\:focus-within\:inset-x-1\/2:focus-within {
    right: 50%;
    left: 50%;
  }

  .md\:focus-within\:inset-y-1\/3:focus-within {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:focus-within\:inset-x-1\/3:focus-within {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:focus-within\:inset-y-2\/3:focus-within {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:focus-within\:inset-x-2\/3:focus-within {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:focus-within\:inset-y-1\/4:focus-within {
    top: 25%;
    bottom: 25%;
  }

  .md\:focus-within\:inset-x-1\/4:focus-within {
    right: 25%;
    left: 25%;
  }

  .md\:focus-within\:inset-y-2\/4:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .md\:focus-within\:inset-x-2\/4:focus-within {
    right: 50%;
    left: 50%;
  }

  .md\:focus-within\:inset-y-3\/4:focus-within {
    top: 75%;
    bottom: 75%;
  }

  .md\:focus-within\:inset-x-3\/4:focus-within {
    right: 75%;
    left: 75%;
  }

  .md\:focus-within\:inset-y-full:focus-within {
    top: 100%;
    bottom: 100%;
  }

  .md\:focus-within\:inset-x-full:focus-within {
    right: 100%;
    left: 100%;
  }

  .md\:focus-within\:-inset-y-1\/2:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .md\:focus-within\:-inset-x-1\/2:focus-within {
    right: -50%;
    left: -50%;
  }

  .md\:focus-within\:-inset-y-1\/3:focus-within {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:focus-within\:-inset-x-1\/3:focus-within {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:focus-within\:-inset-y-2\/3:focus-within {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:focus-within\:-inset-x-2\/3:focus-within {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:focus-within\:-inset-y-1\/4:focus-within {
    top: -25%;
    bottom: -25%;
  }

  .md\:focus-within\:-inset-x-1\/4:focus-within {
    right: -25%;
    left: -25%;
  }

  .md\:focus-within\:-inset-y-2\/4:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .md\:focus-within\:-inset-x-2\/4:focus-within {
    right: -50%;
    left: -50%;
  }

  .md\:focus-within\:-inset-y-3\/4:focus-within {
    top: -75%;
    bottom: -75%;
  }

  .md\:focus-within\:-inset-x-3\/4:focus-within {
    right: -75%;
    left: -75%;
  }

  .md\:focus-within\:-inset-y-full:focus-within {
    top: -100%;
    bottom: -100%;
  }

  .md\:focus-within\:-inset-x-full:focus-within {
    right: -100%;
    left: -100%;
  }

  .md\:focus-within\:top-0:focus-within {
    top: 0px;
  }

  .md\:focus-within\:right-0:focus-within {
    right: 0px;
  }

  .md\:focus-within\:bottom-0:focus-within {
    bottom: 0px;
  }

  .md\:focus-within\:left-0:focus-within {
    left: 0px;
  }

  .md\:focus-within\:top-1:focus-within {
    top: 0.25rem;
  }

  .md\:focus-within\:right-1:focus-within {
    right: 0.25rem;
  }

  .md\:focus-within\:bottom-1:focus-within {
    bottom: 0.25rem;
  }

  .md\:focus-within\:left-1:focus-within {
    left: 0.25rem;
  }

  .md\:focus-within\:top-2:focus-within {
    top: 0.5rem;
  }

  .md\:focus-within\:right-2:focus-within {
    right: 0.5rem;
  }

  .md\:focus-within\:bottom-2:focus-within {
    bottom: 0.5rem;
  }

  .md\:focus-within\:left-2:focus-within {
    left: 0.5rem;
  }

  .md\:focus-within\:top-3:focus-within {
    top: 0.75rem;
  }

  .md\:focus-within\:right-3:focus-within {
    right: 0.75rem;
  }

  .md\:focus-within\:bottom-3:focus-within {
    bottom: 0.75rem;
  }

  .md\:focus-within\:left-3:focus-within {
    left: 0.75rem;
  }

  .md\:focus-within\:top-4:focus-within {
    top: 1rem;
  }

  .md\:focus-within\:right-4:focus-within {
    right: 1rem;
  }

  .md\:focus-within\:bottom-4:focus-within {
    bottom: 1rem;
  }

  .md\:focus-within\:left-4:focus-within {
    left: 1rem;
  }

  .md\:focus-within\:top-5:focus-within {
    top: 1.25rem;
  }

  .md\:focus-within\:right-5:focus-within {
    right: 1.25rem;
  }

  .md\:focus-within\:bottom-5:focus-within {
    bottom: 1.25rem;
  }

  .md\:focus-within\:left-5:focus-within {
    left: 1.25rem;
  }

  .md\:focus-within\:top-6:focus-within {
    top: 1.5rem;
  }

  .md\:focus-within\:right-6:focus-within {
    right: 1.5rem;
  }

  .md\:focus-within\:bottom-6:focus-within {
    bottom: 1.5rem;
  }

  .md\:focus-within\:left-6:focus-within {
    left: 1.5rem;
  }

  .md\:focus-within\:top-7:focus-within {
    top: 1.75rem;
  }

  .md\:focus-within\:right-7:focus-within {
    right: 1.75rem;
  }

  .md\:focus-within\:bottom-7:focus-within {
    bottom: 1.75rem;
  }

  .md\:focus-within\:left-7:focus-within {
    left: 1.75rem;
  }

  .md\:focus-within\:top-8:focus-within {
    top: 2rem;
  }

  .md\:focus-within\:right-8:focus-within {
    right: 2rem;
  }

  .md\:focus-within\:bottom-8:focus-within {
    bottom: 2rem;
  }

  .md\:focus-within\:left-8:focus-within {
    left: 2rem;
  }

  .md\:focus-within\:top-9:focus-within {
    top: 2.25rem;
  }

  .md\:focus-within\:right-9:focus-within {
    right: 2.25rem;
  }

  .md\:focus-within\:bottom-9:focus-within {
    bottom: 2.25rem;
  }

  .md\:focus-within\:left-9:focus-within {
    left: 2.25rem;
  }

  .md\:focus-within\:top-10:focus-within {
    top: 2.5rem;
  }

  .md\:focus-within\:right-10:focus-within {
    right: 2.5rem;
  }

  .md\:focus-within\:bottom-10:focus-within {
    bottom: 2.5rem;
  }

  .md\:focus-within\:left-10:focus-within {
    left: 2.5rem;
  }

  .md\:focus-within\:top-11:focus-within {
    top: 2.75rem;
  }

  .md\:focus-within\:right-11:focus-within {
    right: 2.75rem;
  }

  .md\:focus-within\:bottom-11:focus-within {
    bottom: 2.75rem;
  }

  .md\:focus-within\:left-11:focus-within {
    left: 2.75rem;
  }

  .md\:focus-within\:top-12:focus-within {
    top: 3rem;
  }

  .md\:focus-within\:right-12:focus-within {
    right: 3rem;
  }

  .md\:focus-within\:bottom-12:focus-within {
    bottom: 3rem;
  }

  .md\:focus-within\:left-12:focus-within {
    left: 3rem;
  }

  .md\:focus-within\:top-14:focus-within {
    top: 3.5rem;
  }

  .md\:focus-within\:right-14:focus-within {
    right: 3.5rem;
  }

  .md\:focus-within\:bottom-14:focus-within {
    bottom: 3.5rem;
  }

  .md\:focus-within\:left-14:focus-within {
    left: 3.5rem;
  }

  .md\:focus-within\:top-16:focus-within {
    top: 4rem;
  }

  .md\:focus-within\:right-16:focus-within {
    right: 4rem;
  }

  .md\:focus-within\:bottom-16:focus-within {
    bottom: 4rem;
  }

  .md\:focus-within\:left-16:focus-within {
    left: 4rem;
  }

  .md\:focus-within\:top-20:focus-within {
    top: 5rem;
  }

  .md\:focus-within\:right-20:focus-within {
    right: 5rem;
  }

  .md\:focus-within\:bottom-20:focus-within {
    bottom: 5rem;
  }

  .md\:focus-within\:left-20:focus-within {
    left: 5rem;
  }

  .md\:focus-within\:top-24:focus-within {
    top: 6rem;
  }

  .md\:focus-within\:right-24:focus-within {
    right: 6rem;
  }

  .md\:focus-within\:bottom-24:focus-within {
    bottom: 6rem;
  }

  .md\:focus-within\:left-24:focus-within {
    left: 6rem;
  }

  .md\:focus-within\:top-28:focus-within {
    top: 7rem;
  }

  .md\:focus-within\:right-28:focus-within {
    right: 7rem;
  }

  .md\:focus-within\:bottom-28:focus-within {
    bottom: 7rem;
  }

  .md\:focus-within\:left-28:focus-within {
    left: 7rem;
  }

  .md\:focus-within\:top-32:focus-within {
    top: 8rem;
  }

  .md\:focus-within\:right-32:focus-within {
    right: 8rem;
  }

  .md\:focus-within\:bottom-32:focus-within {
    bottom: 8rem;
  }

  .md\:focus-within\:left-32:focus-within {
    left: 8rem;
  }

  .md\:focus-within\:top-36:focus-within {
    top: 9rem;
  }

  .md\:focus-within\:right-36:focus-within {
    right: 9rem;
  }

  .md\:focus-within\:bottom-36:focus-within {
    bottom: 9rem;
  }

  .md\:focus-within\:left-36:focus-within {
    left: 9rem;
  }

  .md\:focus-within\:top-40:focus-within {
    top: 10rem;
  }

  .md\:focus-within\:right-40:focus-within {
    right: 10rem;
  }

  .md\:focus-within\:bottom-40:focus-within {
    bottom: 10rem;
  }

  .md\:focus-within\:left-40:focus-within {
    left: 10rem;
  }

  .md\:focus-within\:top-44:focus-within {
    top: 11rem;
  }

  .md\:focus-within\:right-44:focus-within {
    right: 11rem;
  }

  .md\:focus-within\:bottom-44:focus-within {
    bottom: 11rem;
  }

  .md\:focus-within\:left-44:focus-within {
    left: 11rem;
  }

  .md\:focus-within\:top-48:focus-within {
    top: 12rem;
  }

  .md\:focus-within\:right-48:focus-within {
    right: 12rem;
  }

  .md\:focus-within\:bottom-48:focus-within {
    bottom: 12rem;
  }

  .md\:focus-within\:left-48:focus-within {
    left: 12rem;
  }

  .md\:focus-within\:top-52:focus-within {
    top: 13rem;
  }

  .md\:focus-within\:right-52:focus-within {
    right: 13rem;
  }

  .md\:focus-within\:bottom-52:focus-within {
    bottom: 13rem;
  }

  .md\:focus-within\:left-52:focus-within {
    left: 13rem;
  }

  .md\:focus-within\:top-56:focus-within {
    top: 14rem;
  }

  .md\:focus-within\:right-56:focus-within {
    right: 14rem;
  }

  .md\:focus-within\:bottom-56:focus-within {
    bottom: 14rem;
  }

  .md\:focus-within\:left-56:focus-within {
    left: 14rem;
  }

  .md\:focus-within\:top-60:focus-within {
    top: 15rem;
  }

  .md\:focus-within\:right-60:focus-within {
    right: 15rem;
  }

  .md\:focus-within\:bottom-60:focus-within {
    bottom: 15rem;
  }

  .md\:focus-within\:left-60:focus-within {
    left: 15rem;
  }

  .md\:focus-within\:top-64:focus-within {
    top: 16rem;
  }

  .md\:focus-within\:right-64:focus-within {
    right: 16rem;
  }

  .md\:focus-within\:bottom-64:focus-within {
    bottom: 16rem;
  }

  .md\:focus-within\:left-64:focus-within {
    left: 16rem;
  }

  .md\:focus-within\:top-72:focus-within {
    top: 18rem;
  }

  .md\:focus-within\:right-72:focus-within {
    right: 18rem;
  }

  .md\:focus-within\:bottom-72:focus-within {
    bottom: 18rem;
  }

  .md\:focus-within\:left-72:focus-within {
    left: 18rem;
  }

  .md\:focus-within\:top-80:focus-within {
    top: 20rem;
  }

  .md\:focus-within\:right-80:focus-within {
    right: 20rem;
  }

  .md\:focus-within\:bottom-80:focus-within {
    bottom: 20rem;
  }

  .md\:focus-within\:left-80:focus-within {
    left: 20rem;
  }

  .md\:focus-within\:top-96:focus-within {
    top: 24rem;
  }

  .md\:focus-within\:right-96:focus-within {
    right: 24rem;
  }

  .md\:focus-within\:bottom-96:focus-within {
    bottom: 24rem;
  }

  .md\:focus-within\:left-96:focus-within {
    left: 24rem;
  }

  .md\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .md\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .md\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .md\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .md\:focus-within\:top-px:focus-within {
    top: 1px;
  }

  .md\:focus-within\:right-px:focus-within {
    right: 1px;
  }

  .md\:focus-within\:bottom-px:focus-within {
    bottom: 1px;
  }

  .md\:focus-within\:left-px:focus-within {
    left: 1px;
  }

  .md\:focus-within\:top-0\.5:focus-within {
    top: 0.125rem;
  }

  .md\:focus-within\:right-0\.5:focus-within {
    right: 0.125rem;
  }

  .md\:focus-within\:bottom-0\.5:focus-within {
    bottom: 0.125rem;
  }

  .md\:focus-within\:left-0\.5:focus-within {
    left: 0.125rem;
  }

  .md\:focus-within\:top-1\.5:focus-within {
    top: 0.375rem;
  }

  .md\:focus-within\:right-1\.5:focus-within {
    right: 0.375rem;
  }

  .md\:focus-within\:bottom-1\.5:focus-within {
    bottom: 0.375rem;
  }

  .md\:focus-within\:left-1\.5:focus-within {
    left: 0.375rem;
  }

  .md\:focus-within\:top-2\.5:focus-within {
    top: 0.625rem;
  }

  .md\:focus-within\:right-2\.5:focus-within {
    right: 0.625rem;
  }

  .md\:focus-within\:bottom-2\.5:focus-within {
    bottom: 0.625rem;
  }

  .md\:focus-within\:left-2\.5:focus-within {
    left: 0.625rem;
  }

  .md\:focus-within\:top-3\.5:focus-within {
    top: 0.875rem;
  }

  .md\:focus-within\:right-3\.5:focus-within {
    right: 0.875rem;
  }

  .md\:focus-within\:bottom-3\.5:focus-within {
    bottom: 0.875rem;
  }

  .md\:focus-within\:left-3\.5:focus-within {
    left: 0.875rem;
  }

  .md\:focus-within\:-top-0:focus-within {
    top: 0px;
  }

  .md\:focus-within\:-right-0:focus-within {
    right: 0px;
  }

  .md\:focus-within\:-bottom-0:focus-within {
    bottom: 0px;
  }

  .md\:focus-within\:-left-0:focus-within {
    left: 0px;
  }

  .md\:focus-within\:-top-1:focus-within {
    top: -0.25rem;
  }

  .md\:focus-within\:-right-1:focus-within {
    right: -0.25rem;
  }

  .md\:focus-within\:-bottom-1:focus-within {
    bottom: -0.25rem;
  }

  .md\:focus-within\:-left-1:focus-within {
    left: -0.25rem;
  }

  .md\:focus-within\:-top-2:focus-within {
    top: -0.5rem;
  }

  .md\:focus-within\:-right-2:focus-within {
    right: -0.5rem;
  }

  .md\:focus-within\:-bottom-2:focus-within {
    bottom: -0.5rem;
  }

  .md\:focus-within\:-left-2:focus-within {
    left: -0.5rem;
  }

  .md\:focus-within\:-top-3:focus-within {
    top: -0.75rem;
  }

  .md\:focus-within\:-right-3:focus-within {
    right: -0.75rem;
  }

  .md\:focus-within\:-bottom-3:focus-within {
    bottom: -0.75rem;
  }

  .md\:focus-within\:-left-3:focus-within {
    left: -0.75rem;
  }

  .md\:focus-within\:-top-4:focus-within {
    top: -1rem;
  }

  .md\:focus-within\:-right-4:focus-within {
    right: -1rem;
  }

  .md\:focus-within\:-bottom-4:focus-within {
    bottom: -1rem;
  }

  .md\:focus-within\:-left-4:focus-within {
    left: -1rem;
  }

  .md\:focus-within\:-top-5:focus-within {
    top: -1.25rem;
  }

  .md\:focus-within\:-right-5:focus-within {
    right: -1.25rem;
  }

  .md\:focus-within\:-bottom-5:focus-within {
    bottom: -1.25rem;
  }

  .md\:focus-within\:-left-5:focus-within {
    left: -1.25rem;
  }

  .md\:focus-within\:-top-6:focus-within {
    top: -1.5rem;
  }

  .md\:focus-within\:-right-6:focus-within {
    right: -1.5rem;
  }

  .md\:focus-within\:-bottom-6:focus-within {
    bottom: -1.5rem;
  }

  .md\:focus-within\:-left-6:focus-within {
    left: -1.5rem;
  }

  .md\:focus-within\:-top-7:focus-within {
    top: -1.75rem;
  }

  .md\:focus-within\:-right-7:focus-within {
    right: -1.75rem;
  }

  .md\:focus-within\:-bottom-7:focus-within {
    bottom: -1.75rem;
  }

  .md\:focus-within\:-left-7:focus-within {
    left: -1.75rem;
  }

  .md\:focus-within\:-top-8:focus-within {
    top: -2rem;
  }

  .md\:focus-within\:-right-8:focus-within {
    right: -2rem;
  }

  .md\:focus-within\:-bottom-8:focus-within {
    bottom: -2rem;
  }

  .md\:focus-within\:-left-8:focus-within {
    left: -2rem;
  }

  .md\:focus-within\:-top-9:focus-within {
    top: -2.25rem;
  }

  .md\:focus-within\:-right-9:focus-within {
    right: -2.25rem;
  }

  .md\:focus-within\:-bottom-9:focus-within {
    bottom: -2.25rem;
  }

  .md\:focus-within\:-left-9:focus-within {
    left: -2.25rem;
  }

  .md\:focus-within\:-top-10:focus-within {
    top: -2.5rem;
  }

  .md\:focus-within\:-right-10:focus-within {
    right: -2.5rem;
  }

  .md\:focus-within\:-bottom-10:focus-within {
    bottom: -2.5rem;
  }

  .md\:focus-within\:-left-10:focus-within {
    left: -2.5rem;
  }

  .md\:focus-within\:-top-11:focus-within {
    top: -2.75rem;
  }

  .md\:focus-within\:-right-11:focus-within {
    right: -2.75rem;
  }

  .md\:focus-within\:-bottom-11:focus-within {
    bottom: -2.75rem;
  }

  .md\:focus-within\:-left-11:focus-within {
    left: -2.75rem;
  }

  .md\:focus-within\:-top-12:focus-within {
    top: -3rem;
  }

  .md\:focus-within\:-right-12:focus-within {
    right: -3rem;
  }

  .md\:focus-within\:-bottom-12:focus-within {
    bottom: -3rem;
  }

  .md\:focus-within\:-left-12:focus-within {
    left: -3rem;
  }

  .md\:focus-within\:-top-14:focus-within {
    top: -3.5rem;
  }

  .md\:focus-within\:-right-14:focus-within {
    right: -3.5rem;
  }

  .md\:focus-within\:-bottom-14:focus-within {
    bottom: -3.5rem;
  }

  .md\:focus-within\:-left-14:focus-within {
    left: -3.5rem;
  }

  .md\:focus-within\:-top-16:focus-within {
    top: -4rem;
  }

  .md\:focus-within\:-right-16:focus-within {
    right: -4rem;
  }

  .md\:focus-within\:-bottom-16:focus-within {
    bottom: -4rem;
  }

  .md\:focus-within\:-left-16:focus-within {
    left: -4rem;
  }

  .md\:focus-within\:-top-20:focus-within {
    top: -5rem;
  }

  .md\:focus-within\:-right-20:focus-within {
    right: -5rem;
  }

  .md\:focus-within\:-bottom-20:focus-within {
    bottom: -5rem;
  }

  .md\:focus-within\:-left-20:focus-within {
    left: -5rem;
  }

  .md\:focus-within\:-top-24:focus-within {
    top: -6rem;
  }

  .md\:focus-within\:-right-24:focus-within {
    right: -6rem;
  }

  .md\:focus-within\:-bottom-24:focus-within {
    bottom: -6rem;
  }

  .md\:focus-within\:-left-24:focus-within {
    left: -6rem;
  }

  .md\:focus-within\:-top-28:focus-within {
    top: -7rem;
  }

  .md\:focus-within\:-right-28:focus-within {
    right: -7rem;
  }

  .md\:focus-within\:-bottom-28:focus-within {
    bottom: -7rem;
  }

  .md\:focus-within\:-left-28:focus-within {
    left: -7rem;
  }

  .md\:focus-within\:-top-32:focus-within {
    top: -8rem;
  }

  .md\:focus-within\:-right-32:focus-within {
    right: -8rem;
  }

  .md\:focus-within\:-bottom-32:focus-within {
    bottom: -8rem;
  }

  .md\:focus-within\:-left-32:focus-within {
    left: -8rem;
  }

  .md\:focus-within\:-top-36:focus-within {
    top: -9rem;
  }

  .md\:focus-within\:-right-36:focus-within {
    right: -9rem;
  }

  .md\:focus-within\:-bottom-36:focus-within {
    bottom: -9rem;
  }

  .md\:focus-within\:-left-36:focus-within {
    left: -9rem;
  }

  .md\:focus-within\:-top-40:focus-within {
    top: -10rem;
  }

  .md\:focus-within\:-right-40:focus-within {
    right: -10rem;
  }

  .md\:focus-within\:-bottom-40:focus-within {
    bottom: -10rem;
  }

  .md\:focus-within\:-left-40:focus-within {
    left: -10rem;
  }

  .md\:focus-within\:-top-44:focus-within {
    top: -11rem;
  }

  .md\:focus-within\:-right-44:focus-within {
    right: -11rem;
  }

  .md\:focus-within\:-bottom-44:focus-within {
    bottom: -11rem;
  }

  .md\:focus-within\:-left-44:focus-within {
    left: -11rem;
  }

  .md\:focus-within\:-top-48:focus-within {
    top: -12rem;
  }

  .md\:focus-within\:-right-48:focus-within {
    right: -12rem;
  }

  .md\:focus-within\:-bottom-48:focus-within {
    bottom: -12rem;
  }

  .md\:focus-within\:-left-48:focus-within {
    left: -12rem;
  }

  .md\:focus-within\:-top-52:focus-within {
    top: -13rem;
  }

  .md\:focus-within\:-right-52:focus-within {
    right: -13rem;
  }

  .md\:focus-within\:-bottom-52:focus-within {
    bottom: -13rem;
  }

  .md\:focus-within\:-left-52:focus-within {
    left: -13rem;
  }

  .md\:focus-within\:-top-56:focus-within {
    top: -14rem;
  }

  .md\:focus-within\:-right-56:focus-within {
    right: -14rem;
  }

  .md\:focus-within\:-bottom-56:focus-within {
    bottom: -14rem;
  }

  .md\:focus-within\:-left-56:focus-within {
    left: -14rem;
  }

  .md\:focus-within\:-top-60:focus-within {
    top: -15rem;
  }

  .md\:focus-within\:-right-60:focus-within {
    right: -15rem;
  }

  .md\:focus-within\:-bottom-60:focus-within {
    bottom: -15rem;
  }

  .md\:focus-within\:-left-60:focus-within {
    left: -15rem;
  }

  .md\:focus-within\:-top-64:focus-within {
    top: -16rem;
  }

  .md\:focus-within\:-right-64:focus-within {
    right: -16rem;
  }

  .md\:focus-within\:-bottom-64:focus-within {
    bottom: -16rem;
  }

  .md\:focus-within\:-left-64:focus-within {
    left: -16rem;
  }

  .md\:focus-within\:-top-72:focus-within {
    top: -18rem;
  }

  .md\:focus-within\:-right-72:focus-within {
    right: -18rem;
  }

  .md\:focus-within\:-bottom-72:focus-within {
    bottom: -18rem;
  }

  .md\:focus-within\:-left-72:focus-within {
    left: -18rem;
  }

  .md\:focus-within\:-top-80:focus-within {
    top: -20rem;
  }

  .md\:focus-within\:-right-80:focus-within {
    right: -20rem;
  }

  .md\:focus-within\:-bottom-80:focus-within {
    bottom: -20rem;
  }

  .md\:focus-within\:-left-80:focus-within {
    left: -20rem;
  }

  .md\:focus-within\:-top-96:focus-within {
    top: -24rem;
  }

  .md\:focus-within\:-right-96:focus-within {
    right: -24rem;
  }

  .md\:focus-within\:-bottom-96:focus-within {
    bottom: -24rem;
  }

  .md\:focus-within\:-left-96:focus-within {
    left: -24rem;
  }

  .md\:focus-within\:-top-px:focus-within {
    top: -1px;
  }

  .md\:focus-within\:-right-px:focus-within {
    right: -1px;
  }

  .md\:focus-within\:-bottom-px:focus-within {
    bottom: -1px;
  }

  .md\:focus-within\:-left-px:focus-within {
    left: -1px;
  }

  .md\:focus-within\:-top-0\.5:focus-within {
    top: -0.125rem;
  }

  .md\:focus-within\:-right-0\.5:focus-within {
    right: -0.125rem;
  }

  .md\:focus-within\:-bottom-0\.5:focus-within {
    bottom: -0.125rem;
  }

  .md\:focus-within\:-left-0\.5:focus-within {
    left: -0.125rem;
  }

  .md\:focus-within\:-top-1\.5:focus-within {
    top: -0.375rem;
  }

  .md\:focus-within\:-right-1\.5:focus-within {
    right: -0.375rem;
  }

  .md\:focus-within\:-bottom-1\.5:focus-within {
    bottom: -0.375rem;
  }

  .md\:focus-within\:-left-1\.5:focus-within {
    left: -0.375rem;
  }

  .md\:focus-within\:-top-2\.5:focus-within {
    top: -0.625rem;
  }

  .md\:focus-within\:-right-2\.5:focus-within {
    right: -0.625rem;
  }

  .md\:focus-within\:-bottom-2\.5:focus-within {
    bottom: -0.625rem;
  }

  .md\:focus-within\:-left-2\.5:focus-within {
    left: -0.625rem;
  }

  .md\:focus-within\:-top-3\.5:focus-within {
    top: -0.875rem;
  }

  .md\:focus-within\:-right-3\.5:focus-within {
    right: -0.875rem;
  }

  .md\:focus-within\:-bottom-3\.5:focus-within {
    bottom: -0.875rem;
  }

  .md\:focus-within\:-left-3\.5:focus-within {
    left: -0.875rem;
  }

  .md\:focus-within\:top-1\/2:focus-within {
    top: 50%;
  }

  .md\:focus-within\:right-1\/2:focus-within {
    right: 50%;
  }

  .md\:focus-within\:bottom-1\/2:focus-within {
    bottom: 50%;
  }

  .md\:focus-within\:left-1\/2:focus-within {
    left: 50%;
  }

  .md\:focus-within\:top-1\/3:focus-within {
    top: 33.333333%;
  }

  .md\:focus-within\:right-1\/3:focus-within {
    right: 33.333333%;
  }

  .md\:focus-within\:bottom-1\/3:focus-within {
    bottom: 33.333333%;
  }

  .md\:focus-within\:left-1\/3:focus-within {
    left: 33.333333%;
  }

  .md\:focus-within\:top-2\/3:focus-within {
    top: 66.666667%;
  }

  .md\:focus-within\:right-2\/3:focus-within {
    right: 66.666667%;
  }

  .md\:focus-within\:bottom-2\/3:focus-within {
    bottom: 66.666667%;
  }

  .md\:focus-within\:left-2\/3:focus-within {
    left: 66.666667%;
  }

  .md\:focus-within\:top-1\/4:focus-within {
    top: 25%;
  }

  .md\:focus-within\:right-1\/4:focus-within {
    right: 25%;
  }

  .md\:focus-within\:bottom-1\/4:focus-within {
    bottom: 25%;
  }

  .md\:focus-within\:left-1\/4:focus-within {
    left: 25%;
  }

  .md\:focus-within\:top-2\/4:focus-within {
    top: 50%;
  }

  .md\:focus-within\:right-2\/4:focus-within {
    right: 50%;
  }

  .md\:focus-within\:bottom-2\/4:focus-within {
    bottom: 50%;
  }

  .md\:focus-within\:left-2\/4:focus-within {
    left: 50%;
  }

  .md\:focus-within\:top-3\/4:focus-within {
    top: 75%;
  }

  .md\:focus-within\:right-3\/4:focus-within {
    right: 75%;
  }

  .md\:focus-within\:bottom-3\/4:focus-within {
    bottom: 75%;
  }

  .md\:focus-within\:left-3\/4:focus-within {
    left: 75%;
  }

  .md\:focus-within\:top-full:focus-within {
    top: 100%;
  }

  .md\:focus-within\:right-full:focus-within {
    right: 100%;
  }

  .md\:focus-within\:bottom-full:focus-within {
    bottom: 100%;
  }

  .md\:focus-within\:left-full:focus-within {
    left: 100%;
  }

  .md\:focus-within\:-top-1\/2:focus-within {
    top: -50%;
  }

  .md\:focus-within\:-right-1\/2:focus-within {
    right: -50%;
  }

  .md\:focus-within\:-bottom-1\/2:focus-within {
    bottom: -50%;
  }

  .md\:focus-within\:-left-1\/2:focus-within {
    left: -50%;
  }

  .md\:focus-within\:-top-1\/3:focus-within {
    top: -33.333333%;
  }

  .md\:focus-within\:-right-1\/3:focus-within {
    right: -33.333333%;
  }

  .md\:focus-within\:-bottom-1\/3:focus-within {
    bottom: -33.333333%;
  }

  .md\:focus-within\:-left-1\/3:focus-within {
    left: -33.333333%;
  }

  .md\:focus-within\:-top-2\/3:focus-within {
    top: -66.666667%;
  }

  .md\:focus-within\:-right-2\/3:focus-within {
    right: -66.666667%;
  }

  .md\:focus-within\:-bottom-2\/3:focus-within {
    bottom: -66.666667%;
  }

  .md\:focus-within\:-left-2\/3:focus-within {
    left: -66.666667%;
  }

  .md\:focus-within\:-top-1\/4:focus-within {
    top: -25%;
  }

  .md\:focus-within\:-right-1\/4:focus-within {
    right: -25%;
  }

  .md\:focus-within\:-bottom-1\/4:focus-within {
    bottom: -25%;
  }

  .md\:focus-within\:-left-1\/4:focus-within {
    left: -25%;
  }

  .md\:focus-within\:-top-2\/4:focus-within {
    top: -50%;
  }

  .md\:focus-within\:-right-2\/4:focus-within {
    right: -50%;
  }

  .md\:focus-within\:-bottom-2\/4:focus-within {
    bottom: -50%;
  }

  .md\:focus-within\:-left-2\/4:focus-within {
    left: -50%;
  }

  .md\:focus-within\:-top-3\/4:focus-within {
    top: -75%;
  }

  .md\:focus-within\:-right-3\/4:focus-within {
    right: -75%;
  }

  .md\:focus-within\:-bottom-3\/4:focus-within {
    bottom: -75%;
  }

  .md\:focus-within\:-left-3\/4:focus-within {
    left: -75%;
  }

  .md\:focus-within\:-top-full:focus-within {
    top: -100%;
  }

  .md\:focus-within\:-right-full:focus-within {
    right: -100%;
  }

  .md\:focus-within\:-bottom-full:focus-within {
    bottom: -100%;
  }

  .md\:focus-within\:-left-full:focus-within {
    left: -100%;
  }

  .md\:first\:inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:first\:inset-1:first-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:first\:inset-2:first-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:first\:inset-3:first-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:first\:inset-4:first-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:first\:inset-5:first-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:first\:inset-6:first-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:first\:inset-7:first-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:first\:inset-8:first-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:first\:inset-9:first-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:first\:inset-10:first-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:first\:inset-11:first-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:first\:inset-12:first-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:first\:inset-14:first-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:first\:inset-16:first-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:first\:inset-20:first-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:first\:inset-24:first-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:first\:inset-28:first-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:first\:inset-32:first-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:first\:inset-36:first-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:first\:inset-40:first-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:first\:inset-44:first-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:first\:inset-48:first-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:first\:inset-52:first-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:first\:inset-56:first-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:first\:inset-60:first-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:first\:inset-64:first-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:first\:inset-72:first-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:first\:inset-80:first-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:first\:inset-96:first-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:first\:inset-px:first-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:first\:inset-0\.5:first-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:first\:inset-1\.5:first-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:first\:inset-2\.5:first-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:first\:inset-3\.5:first-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:first\:-inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:first\:-inset-1:first-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:first\:-inset-2:first-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:first\:-inset-3:first-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:first\:-inset-4:first-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:first\:-inset-5:first-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:first\:-inset-6:first-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:first\:-inset-7:first-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:first\:-inset-8:first-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:first\:-inset-9:first-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:first\:-inset-10:first-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:first\:-inset-11:first-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:first\:-inset-12:first-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:first\:-inset-14:first-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:first\:-inset-16:first-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:first\:-inset-20:first-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:first\:-inset-24:first-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:first\:-inset-28:first-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:first\:-inset-32:first-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:first\:-inset-36:first-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:first\:-inset-40:first-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:first\:-inset-44:first-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:first\:-inset-48:first-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:first\:-inset-52:first-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:first\:-inset-56:first-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:first\:-inset-60:first-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:first\:-inset-64:first-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:first\:-inset-72:first-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:first\:-inset-80:first-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:first\:-inset-96:first-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:first\:-inset-px:first-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:first\:-inset-0\.5:first-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:first\:-inset-1\.5:first-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:first\:-inset-2\.5:first-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:first\:-inset-3\.5:first-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:first\:inset-1\/3:first-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:first\:inset-2\/3:first-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:first\:inset-1\/4:first-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:first\:inset-2\/4:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:first\:inset-3\/4:first-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:first\:inset-full:first-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:first\:-inset-1\/2:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:first\:-inset-1\/3:first-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:first\:-inset-2\/3:first-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:first\:-inset-1\/4:first-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:first\:-inset-2\/4:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:first\:-inset-3\/4:first-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:first\:-inset-full:first-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:first\:inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .md\:first\:inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .md\:first\:inset-y-1:first-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:first\:inset-x-1:first-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:first\:inset-y-2:first-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:first\:inset-x-2:first-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:first\:inset-y-3:first-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:first\:inset-x-3:first-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:first\:inset-y-4:first-child {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:first\:inset-x-4:first-child {
    right: 1rem;
    left: 1rem;
  }

  .md\:first\:inset-y-5:first-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:first\:inset-x-5:first-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:first\:inset-y-6:first-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:first\:inset-x-6:first-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:first\:inset-y-7:first-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:first\:inset-x-7:first-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:first\:inset-y-8:first-child {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:first\:inset-x-8:first-child {
    right: 2rem;
    left: 2rem;
  }

  .md\:first\:inset-y-9:first-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:first\:inset-x-9:first-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:first\:inset-y-10:first-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:first\:inset-x-10:first-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:first\:inset-y-11:first-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:first\:inset-x-11:first-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:first\:inset-y-12:first-child {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:first\:inset-x-12:first-child {
    right: 3rem;
    left: 3rem;
  }

  .md\:first\:inset-y-14:first-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:first\:inset-x-14:first-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:first\:inset-y-16:first-child {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:first\:inset-x-16:first-child {
    right: 4rem;
    left: 4rem;
  }

  .md\:first\:inset-y-20:first-child {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:first\:inset-x-20:first-child {
    right: 5rem;
    left: 5rem;
  }

  .md\:first\:inset-y-24:first-child {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:first\:inset-x-24:first-child {
    right: 6rem;
    left: 6rem;
  }

  .md\:first\:inset-y-28:first-child {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:first\:inset-x-28:first-child {
    right: 7rem;
    left: 7rem;
  }

  .md\:first\:inset-y-32:first-child {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:first\:inset-x-32:first-child {
    right: 8rem;
    left: 8rem;
  }

  .md\:first\:inset-y-36:first-child {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:first\:inset-x-36:first-child {
    right: 9rem;
    left: 9rem;
  }

  .md\:first\:inset-y-40:first-child {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:first\:inset-x-40:first-child {
    right: 10rem;
    left: 10rem;
  }

  .md\:first\:inset-y-44:first-child {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:first\:inset-x-44:first-child {
    right: 11rem;
    left: 11rem;
  }

  .md\:first\:inset-y-48:first-child {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:first\:inset-x-48:first-child {
    right: 12rem;
    left: 12rem;
  }

  .md\:first\:inset-y-52:first-child {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:first\:inset-x-52:first-child {
    right: 13rem;
    left: 13rem;
  }

  .md\:first\:inset-y-56:first-child {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:first\:inset-x-56:first-child {
    right: 14rem;
    left: 14rem;
  }

  .md\:first\:inset-y-60:first-child {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:first\:inset-x-60:first-child {
    right: 15rem;
    left: 15rem;
  }

  .md\:first\:inset-y-64:first-child {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:first\:inset-x-64:first-child {
    right: 16rem;
    left: 16rem;
  }

  .md\:first\:inset-y-72:first-child {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:first\:inset-x-72:first-child {
    right: 18rem;
    left: 18rem;
  }

  .md\:first\:inset-y-80:first-child {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:first\:inset-x-80:first-child {
    right: 20rem;
    left: 20rem;
  }

  .md\:first\:inset-y-96:first-child {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:first\:inset-x-96:first-child {
    right: 24rem;
    left: 24rem;
  }

  .md\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .md\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .md\:first\:inset-y-px:first-child {
    top: 1px;
    bottom: 1px;
  }

  .md\:first\:inset-x-px:first-child {
    right: 1px;
    left: 1px;
  }

  .md\:first\:inset-y-0\.5:first-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:first\:inset-x-0\.5:first-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:first\:inset-y-1\.5:first-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:first\:inset-x-1\.5:first-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:first\:inset-y-2\.5:first-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:first\:inset-x-2\.5:first-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:first\:inset-y-3\.5:first-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:first\:inset-x-3\.5:first-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:first\:-inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .md\:first\:-inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .md\:first\:-inset-y-1:first-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:first\:-inset-x-1:first-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:first\:-inset-y-2:first-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:first\:-inset-x-2:first-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:first\:-inset-y-3:first-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:first\:-inset-x-3:first-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:first\:-inset-y-4:first-child {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:first\:-inset-x-4:first-child {
    right: -1rem;
    left: -1rem;
  }

  .md\:first\:-inset-y-5:first-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:first\:-inset-x-5:first-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:first\:-inset-y-6:first-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:first\:-inset-x-6:first-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:first\:-inset-y-7:first-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:first\:-inset-x-7:first-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:first\:-inset-y-8:first-child {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:first\:-inset-x-8:first-child {
    right: -2rem;
    left: -2rem;
  }

  .md\:first\:-inset-y-9:first-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:first\:-inset-x-9:first-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:first\:-inset-y-10:first-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:first\:-inset-x-10:first-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:first\:-inset-y-11:first-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:first\:-inset-x-11:first-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:first\:-inset-y-12:first-child {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:first\:-inset-x-12:first-child {
    right: -3rem;
    left: -3rem;
  }

  .md\:first\:-inset-y-14:first-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:first\:-inset-x-14:first-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:first\:-inset-y-16:first-child {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:first\:-inset-x-16:first-child {
    right: -4rem;
    left: -4rem;
  }

  .md\:first\:-inset-y-20:first-child {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:first\:-inset-x-20:first-child {
    right: -5rem;
    left: -5rem;
  }

  .md\:first\:-inset-y-24:first-child {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:first\:-inset-x-24:first-child {
    right: -6rem;
    left: -6rem;
  }

  .md\:first\:-inset-y-28:first-child {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:first\:-inset-x-28:first-child {
    right: -7rem;
    left: -7rem;
  }

  .md\:first\:-inset-y-32:first-child {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:first\:-inset-x-32:first-child {
    right: -8rem;
    left: -8rem;
  }

  .md\:first\:-inset-y-36:first-child {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:first\:-inset-x-36:first-child {
    right: -9rem;
    left: -9rem;
  }

  .md\:first\:-inset-y-40:first-child {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:first\:-inset-x-40:first-child {
    right: -10rem;
    left: -10rem;
  }

  .md\:first\:-inset-y-44:first-child {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:first\:-inset-x-44:first-child {
    right: -11rem;
    left: -11rem;
  }

  .md\:first\:-inset-y-48:first-child {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:first\:-inset-x-48:first-child {
    right: -12rem;
    left: -12rem;
  }

  .md\:first\:-inset-y-52:first-child {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:first\:-inset-x-52:first-child {
    right: -13rem;
    left: -13rem;
  }

  .md\:first\:-inset-y-56:first-child {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:first\:-inset-x-56:first-child {
    right: -14rem;
    left: -14rem;
  }

  .md\:first\:-inset-y-60:first-child {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:first\:-inset-x-60:first-child {
    right: -15rem;
    left: -15rem;
  }

  .md\:first\:-inset-y-64:first-child {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:first\:-inset-x-64:first-child {
    right: -16rem;
    left: -16rem;
  }

  .md\:first\:-inset-y-72:first-child {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:first\:-inset-x-72:first-child {
    right: -18rem;
    left: -18rem;
  }

  .md\:first\:-inset-y-80:first-child {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:first\:-inset-x-80:first-child {
    right: -20rem;
    left: -20rem;
  }

  .md\:first\:-inset-y-96:first-child {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:first\:-inset-x-96:first-child {
    right: -24rem;
    left: -24rem;
  }

  .md\:first\:-inset-y-px:first-child {
    top: -1px;
    bottom: -1px;
  }

  .md\:first\:-inset-x-px:first-child {
    right: -1px;
    left: -1px;
  }

  .md\:first\:-inset-y-0\.5:first-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:first\:-inset-x-0\.5:first-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:first\:-inset-y-1\.5:first-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:first\:-inset-x-1\.5:first-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:first\:-inset-y-2\.5:first-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:first\:-inset-x-2\.5:first-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:first\:-inset-y-3\.5:first-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:first\:-inset-x-3\.5:first-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .md\:first\:inset-y-1\/3:first-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:first\:inset-x-1\/3:first-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:first\:inset-y-2\/3:first-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:first\:inset-x-2\/3:first-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:first\:inset-y-1\/4:first-child {
    top: 25%;
    bottom: 25%;
  }

  .md\:first\:inset-x-1\/4:first-child {
    right: 25%;
    left: 25%;
  }

  .md\:first\:inset-y-2\/4:first-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:first\:inset-x-2\/4:first-child {
    right: 50%;
    left: 50%;
  }

  .md\:first\:inset-y-3\/4:first-child {
    top: 75%;
    bottom: 75%;
  }

  .md\:first\:inset-x-3\/4:first-child {
    right: 75%;
    left: 75%;
  }

  .md\:first\:inset-y-full:first-child {
    top: 100%;
    bottom: 100%;
  }

  .md\:first\:inset-x-full:first-child {
    right: 100%;
    left: 100%;
  }

  .md\:first\:-inset-y-1\/2:first-child {
    top: -50%;
    bottom: -50%;
  }

  .md\:first\:-inset-x-1\/2:first-child {
    right: -50%;
    left: -50%;
  }

  .md\:first\:-inset-y-1\/3:first-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:first\:-inset-x-1\/3:first-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:first\:-inset-y-2\/3:first-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:first\:-inset-x-2\/3:first-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:first\:-inset-y-1\/4:first-child {
    top: -25%;
    bottom: -25%;
  }

  .md\:first\:-inset-x-1\/4:first-child {
    right: -25%;
    left: -25%;
  }

  .md\:first\:-inset-y-2\/4:first-child {
    top: -50%;
    bottom: -50%;
  }

  .md\:first\:-inset-x-2\/4:first-child {
    right: -50%;
    left: -50%;
  }

  .md\:first\:-inset-y-3\/4:first-child {
    top: -75%;
    bottom: -75%;
  }

  .md\:first\:-inset-x-3\/4:first-child {
    right: -75%;
    left: -75%;
  }

  .md\:first\:-inset-y-full:first-child {
    top: -100%;
    bottom: -100%;
  }

  .md\:first\:-inset-x-full:first-child {
    right: -100%;
    left: -100%;
  }

  .md\:first\:top-0:first-child {
    top: 0px;
  }

  .md\:first\:right-0:first-child {
    right: 0px;
  }

  .md\:first\:bottom-0:first-child {
    bottom: 0px;
  }

  .md\:first\:left-0:first-child {
    left: 0px;
  }

  .md\:first\:top-1:first-child {
    top: 0.25rem;
  }

  .md\:first\:right-1:first-child {
    right: 0.25rem;
  }

  .md\:first\:bottom-1:first-child {
    bottom: 0.25rem;
  }

  .md\:first\:left-1:first-child {
    left: 0.25rem;
  }

  .md\:first\:top-2:first-child {
    top: 0.5rem;
  }

  .md\:first\:right-2:first-child {
    right: 0.5rem;
  }

  .md\:first\:bottom-2:first-child {
    bottom: 0.5rem;
  }

  .md\:first\:left-2:first-child {
    left: 0.5rem;
  }

  .md\:first\:top-3:first-child {
    top: 0.75rem;
  }

  .md\:first\:right-3:first-child {
    right: 0.75rem;
  }

  .md\:first\:bottom-3:first-child {
    bottom: 0.75rem;
  }

  .md\:first\:left-3:first-child {
    left: 0.75rem;
  }

  .md\:first\:top-4:first-child {
    top: 1rem;
  }

  .md\:first\:right-4:first-child {
    right: 1rem;
  }

  .md\:first\:bottom-4:first-child {
    bottom: 1rem;
  }

  .md\:first\:left-4:first-child {
    left: 1rem;
  }

  .md\:first\:top-5:first-child {
    top: 1.25rem;
  }

  .md\:first\:right-5:first-child {
    right: 1.25rem;
  }

  .md\:first\:bottom-5:first-child {
    bottom: 1.25rem;
  }

  .md\:first\:left-5:first-child {
    left: 1.25rem;
  }

  .md\:first\:top-6:first-child {
    top: 1.5rem;
  }

  .md\:first\:right-6:first-child {
    right: 1.5rem;
  }

  .md\:first\:bottom-6:first-child {
    bottom: 1.5rem;
  }

  .md\:first\:left-6:first-child {
    left: 1.5rem;
  }

  .md\:first\:top-7:first-child {
    top: 1.75rem;
  }

  .md\:first\:right-7:first-child {
    right: 1.75rem;
  }

  .md\:first\:bottom-7:first-child {
    bottom: 1.75rem;
  }

  .md\:first\:left-7:first-child {
    left: 1.75rem;
  }

  .md\:first\:top-8:first-child {
    top: 2rem;
  }

  .md\:first\:right-8:first-child {
    right: 2rem;
  }

  .md\:first\:bottom-8:first-child {
    bottom: 2rem;
  }

  .md\:first\:left-8:first-child {
    left: 2rem;
  }

  .md\:first\:top-9:first-child {
    top: 2.25rem;
  }

  .md\:first\:right-9:first-child {
    right: 2.25rem;
  }

  .md\:first\:bottom-9:first-child {
    bottom: 2.25rem;
  }

  .md\:first\:left-9:first-child {
    left: 2.25rem;
  }

  .md\:first\:top-10:first-child {
    top: 2.5rem;
  }

  .md\:first\:right-10:first-child {
    right: 2.5rem;
  }

  .md\:first\:bottom-10:first-child {
    bottom: 2.5rem;
  }

  .md\:first\:left-10:first-child {
    left: 2.5rem;
  }

  .md\:first\:top-11:first-child {
    top: 2.75rem;
  }

  .md\:first\:right-11:first-child {
    right: 2.75rem;
  }

  .md\:first\:bottom-11:first-child {
    bottom: 2.75rem;
  }

  .md\:first\:left-11:first-child {
    left: 2.75rem;
  }

  .md\:first\:top-12:first-child {
    top: 3rem;
  }

  .md\:first\:right-12:first-child {
    right: 3rem;
  }

  .md\:first\:bottom-12:first-child {
    bottom: 3rem;
  }

  .md\:first\:left-12:first-child {
    left: 3rem;
  }

  .md\:first\:top-14:first-child {
    top: 3.5rem;
  }

  .md\:first\:right-14:first-child {
    right: 3.5rem;
  }

  .md\:first\:bottom-14:first-child {
    bottom: 3.5rem;
  }

  .md\:first\:left-14:first-child {
    left: 3.5rem;
  }

  .md\:first\:top-16:first-child {
    top: 4rem;
  }

  .md\:first\:right-16:first-child {
    right: 4rem;
  }

  .md\:first\:bottom-16:first-child {
    bottom: 4rem;
  }

  .md\:first\:left-16:first-child {
    left: 4rem;
  }

  .md\:first\:top-20:first-child {
    top: 5rem;
  }

  .md\:first\:right-20:first-child {
    right: 5rem;
  }

  .md\:first\:bottom-20:first-child {
    bottom: 5rem;
  }

  .md\:first\:left-20:first-child {
    left: 5rem;
  }

  .md\:first\:top-24:first-child {
    top: 6rem;
  }

  .md\:first\:right-24:first-child {
    right: 6rem;
  }

  .md\:first\:bottom-24:first-child {
    bottom: 6rem;
  }

  .md\:first\:left-24:first-child {
    left: 6rem;
  }

  .md\:first\:top-28:first-child {
    top: 7rem;
  }

  .md\:first\:right-28:first-child {
    right: 7rem;
  }

  .md\:first\:bottom-28:first-child {
    bottom: 7rem;
  }

  .md\:first\:left-28:first-child {
    left: 7rem;
  }

  .md\:first\:top-32:first-child {
    top: 8rem;
  }

  .md\:first\:right-32:first-child {
    right: 8rem;
  }

  .md\:first\:bottom-32:first-child {
    bottom: 8rem;
  }

  .md\:first\:left-32:first-child {
    left: 8rem;
  }

  .md\:first\:top-36:first-child {
    top: 9rem;
  }

  .md\:first\:right-36:first-child {
    right: 9rem;
  }

  .md\:first\:bottom-36:first-child {
    bottom: 9rem;
  }

  .md\:first\:left-36:first-child {
    left: 9rem;
  }

  .md\:first\:top-40:first-child {
    top: 10rem;
  }

  .md\:first\:right-40:first-child {
    right: 10rem;
  }

  .md\:first\:bottom-40:first-child {
    bottom: 10rem;
  }

  .md\:first\:left-40:first-child {
    left: 10rem;
  }

  .md\:first\:top-44:first-child {
    top: 11rem;
  }

  .md\:first\:right-44:first-child {
    right: 11rem;
  }

  .md\:first\:bottom-44:first-child {
    bottom: 11rem;
  }

  .md\:first\:left-44:first-child {
    left: 11rem;
  }

  .md\:first\:top-48:first-child {
    top: 12rem;
  }

  .md\:first\:right-48:first-child {
    right: 12rem;
  }

  .md\:first\:bottom-48:first-child {
    bottom: 12rem;
  }

  .md\:first\:left-48:first-child {
    left: 12rem;
  }

  .md\:first\:top-52:first-child {
    top: 13rem;
  }

  .md\:first\:right-52:first-child {
    right: 13rem;
  }

  .md\:first\:bottom-52:first-child {
    bottom: 13rem;
  }

  .md\:first\:left-52:first-child {
    left: 13rem;
  }

  .md\:first\:top-56:first-child {
    top: 14rem;
  }

  .md\:first\:right-56:first-child {
    right: 14rem;
  }

  .md\:first\:bottom-56:first-child {
    bottom: 14rem;
  }

  .md\:first\:left-56:first-child {
    left: 14rem;
  }

  .md\:first\:top-60:first-child {
    top: 15rem;
  }

  .md\:first\:right-60:first-child {
    right: 15rem;
  }

  .md\:first\:bottom-60:first-child {
    bottom: 15rem;
  }

  .md\:first\:left-60:first-child {
    left: 15rem;
  }

  .md\:first\:top-64:first-child {
    top: 16rem;
  }

  .md\:first\:right-64:first-child {
    right: 16rem;
  }

  .md\:first\:bottom-64:first-child {
    bottom: 16rem;
  }

  .md\:first\:left-64:first-child {
    left: 16rem;
  }

  .md\:first\:top-72:first-child {
    top: 18rem;
  }

  .md\:first\:right-72:first-child {
    right: 18rem;
  }

  .md\:first\:bottom-72:first-child {
    bottom: 18rem;
  }

  .md\:first\:left-72:first-child {
    left: 18rem;
  }

  .md\:first\:top-80:first-child {
    top: 20rem;
  }

  .md\:first\:right-80:first-child {
    right: 20rem;
  }

  .md\:first\:bottom-80:first-child {
    bottom: 20rem;
  }

  .md\:first\:left-80:first-child {
    left: 20rem;
  }

  .md\:first\:top-96:first-child {
    top: 24rem;
  }

  .md\:first\:right-96:first-child {
    right: 24rem;
  }

  .md\:first\:bottom-96:first-child {
    bottom: 24rem;
  }

  .md\:first\:left-96:first-child {
    left: 24rem;
  }

  .md\:first\:top-auto:first-child {
    top: auto;
  }

  .md\:first\:right-auto:first-child {
    right: auto;
  }

  .md\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .md\:first\:left-auto:first-child {
    left: auto;
  }

  .md\:first\:top-px:first-child {
    top: 1px;
  }

  .md\:first\:right-px:first-child {
    right: 1px;
  }

  .md\:first\:bottom-px:first-child {
    bottom: 1px;
  }

  .md\:first\:left-px:first-child {
    left: 1px;
  }

  .md\:first\:top-0\.5:first-child {
    top: 0.125rem;
  }

  .md\:first\:right-0\.5:first-child {
    right: 0.125rem;
  }

  .md\:first\:bottom-0\.5:first-child {
    bottom: 0.125rem;
  }

  .md\:first\:left-0\.5:first-child {
    left: 0.125rem;
  }

  .md\:first\:top-1\.5:first-child {
    top: 0.375rem;
  }

  .md\:first\:right-1\.5:first-child {
    right: 0.375rem;
  }

  .md\:first\:bottom-1\.5:first-child {
    bottom: 0.375rem;
  }

  .md\:first\:left-1\.5:first-child {
    left: 0.375rem;
  }

  .md\:first\:top-2\.5:first-child {
    top: 0.625rem;
  }

  .md\:first\:right-2\.5:first-child {
    right: 0.625rem;
  }

  .md\:first\:bottom-2\.5:first-child {
    bottom: 0.625rem;
  }

  .md\:first\:left-2\.5:first-child {
    left: 0.625rem;
  }

  .md\:first\:top-3\.5:first-child {
    top: 0.875rem;
  }

  .md\:first\:right-3\.5:first-child {
    right: 0.875rem;
  }

  .md\:first\:bottom-3\.5:first-child {
    bottom: 0.875rem;
  }

  .md\:first\:left-3\.5:first-child {
    left: 0.875rem;
  }

  .md\:first\:-top-0:first-child {
    top: 0px;
  }

  .md\:first\:-right-0:first-child {
    right: 0px;
  }

  .md\:first\:-bottom-0:first-child {
    bottom: 0px;
  }

  .md\:first\:-left-0:first-child {
    left: 0px;
  }

  .md\:first\:-top-1:first-child {
    top: -0.25rem;
  }

  .md\:first\:-right-1:first-child {
    right: -0.25rem;
  }

  .md\:first\:-bottom-1:first-child {
    bottom: -0.25rem;
  }

  .md\:first\:-left-1:first-child {
    left: -0.25rem;
  }

  .md\:first\:-top-2:first-child {
    top: -0.5rem;
  }

  .md\:first\:-right-2:first-child {
    right: -0.5rem;
  }

  .md\:first\:-bottom-2:first-child {
    bottom: -0.5rem;
  }

  .md\:first\:-left-2:first-child {
    left: -0.5rem;
  }

  .md\:first\:-top-3:first-child {
    top: -0.75rem;
  }

  .md\:first\:-right-3:first-child {
    right: -0.75rem;
  }

  .md\:first\:-bottom-3:first-child {
    bottom: -0.75rem;
  }

  .md\:first\:-left-3:first-child {
    left: -0.75rem;
  }

  .md\:first\:-top-4:first-child {
    top: -1rem;
  }

  .md\:first\:-right-4:first-child {
    right: -1rem;
  }

  .md\:first\:-bottom-4:first-child {
    bottom: -1rem;
  }

  .md\:first\:-left-4:first-child {
    left: -1rem;
  }

  .md\:first\:-top-5:first-child {
    top: -1.25rem;
  }

  .md\:first\:-right-5:first-child {
    right: -1.25rem;
  }

  .md\:first\:-bottom-5:first-child {
    bottom: -1.25rem;
  }

  .md\:first\:-left-5:first-child {
    left: -1.25rem;
  }

  .md\:first\:-top-6:first-child {
    top: -1.5rem;
  }

  .md\:first\:-right-6:first-child {
    right: -1.5rem;
  }

  .md\:first\:-bottom-6:first-child {
    bottom: -1.5rem;
  }

  .md\:first\:-left-6:first-child {
    left: -1.5rem;
  }

  .md\:first\:-top-7:first-child {
    top: -1.75rem;
  }

  .md\:first\:-right-7:first-child {
    right: -1.75rem;
  }

  .md\:first\:-bottom-7:first-child {
    bottom: -1.75rem;
  }

  .md\:first\:-left-7:first-child {
    left: -1.75rem;
  }

  .md\:first\:-top-8:first-child {
    top: -2rem;
  }

  .md\:first\:-right-8:first-child {
    right: -2rem;
  }

  .md\:first\:-bottom-8:first-child {
    bottom: -2rem;
  }

  .md\:first\:-left-8:first-child {
    left: -2rem;
  }

  .md\:first\:-top-9:first-child {
    top: -2.25rem;
  }

  .md\:first\:-right-9:first-child {
    right: -2.25rem;
  }

  .md\:first\:-bottom-9:first-child {
    bottom: -2.25rem;
  }

  .md\:first\:-left-9:first-child {
    left: -2.25rem;
  }

  .md\:first\:-top-10:first-child {
    top: -2.5rem;
  }

  .md\:first\:-right-10:first-child {
    right: -2.5rem;
  }

  .md\:first\:-bottom-10:first-child {
    bottom: -2.5rem;
  }

  .md\:first\:-left-10:first-child {
    left: -2.5rem;
  }

  .md\:first\:-top-11:first-child {
    top: -2.75rem;
  }

  .md\:first\:-right-11:first-child {
    right: -2.75rem;
  }

  .md\:first\:-bottom-11:first-child {
    bottom: -2.75rem;
  }

  .md\:first\:-left-11:first-child {
    left: -2.75rem;
  }

  .md\:first\:-top-12:first-child {
    top: -3rem;
  }

  .md\:first\:-right-12:first-child {
    right: -3rem;
  }

  .md\:first\:-bottom-12:first-child {
    bottom: -3rem;
  }

  .md\:first\:-left-12:first-child {
    left: -3rem;
  }

  .md\:first\:-top-14:first-child {
    top: -3.5rem;
  }

  .md\:first\:-right-14:first-child {
    right: -3.5rem;
  }

  .md\:first\:-bottom-14:first-child {
    bottom: -3.5rem;
  }

  .md\:first\:-left-14:first-child {
    left: -3.5rem;
  }

  .md\:first\:-top-16:first-child {
    top: -4rem;
  }

  .md\:first\:-right-16:first-child {
    right: -4rem;
  }

  .md\:first\:-bottom-16:first-child {
    bottom: -4rem;
  }

  .md\:first\:-left-16:first-child {
    left: -4rem;
  }

  .md\:first\:-top-20:first-child {
    top: -5rem;
  }

  .md\:first\:-right-20:first-child {
    right: -5rem;
  }

  .md\:first\:-bottom-20:first-child {
    bottom: -5rem;
  }

  .md\:first\:-left-20:first-child {
    left: -5rem;
  }

  .md\:first\:-top-24:first-child {
    top: -6rem;
  }

  .md\:first\:-right-24:first-child {
    right: -6rem;
  }

  .md\:first\:-bottom-24:first-child {
    bottom: -6rem;
  }

  .md\:first\:-left-24:first-child {
    left: -6rem;
  }

  .md\:first\:-top-28:first-child {
    top: -7rem;
  }

  .md\:first\:-right-28:first-child {
    right: -7rem;
  }

  .md\:first\:-bottom-28:first-child {
    bottom: -7rem;
  }

  .md\:first\:-left-28:first-child {
    left: -7rem;
  }

  .md\:first\:-top-32:first-child {
    top: -8rem;
  }

  .md\:first\:-right-32:first-child {
    right: -8rem;
  }

  .md\:first\:-bottom-32:first-child {
    bottom: -8rem;
  }

  .md\:first\:-left-32:first-child {
    left: -8rem;
  }

  .md\:first\:-top-36:first-child {
    top: -9rem;
  }

  .md\:first\:-right-36:first-child {
    right: -9rem;
  }

  .md\:first\:-bottom-36:first-child {
    bottom: -9rem;
  }

  .md\:first\:-left-36:first-child {
    left: -9rem;
  }

  .md\:first\:-top-40:first-child {
    top: -10rem;
  }

  .md\:first\:-right-40:first-child {
    right: -10rem;
  }

  .md\:first\:-bottom-40:first-child {
    bottom: -10rem;
  }

  .md\:first\:-left-40:first-child {
    left: -10rem;
  }

  .md\:first\:-top-44:first-child {
    top: -11rem;
  }

  .md\:first\:-right-44:first-child {
    right: -11rem;
  }

  .md\:first\:-bottom-44:first-child {
    bottom: -11rem;
  }

  .md\:first\:-left-44:first-child {
    left: -11rem;
  }

  .md\:first\:-top-48:first-child {
    top: -12rem;
  }

  .md\:first\:-right-48:first-child {
    right: -12rem;
  }

  .md\:first\:-bottom-48:first-child {
    bottom: -12rem;
  }

  .md\:first\:-left-48:first-child {
    left: -12rem;
  }

  .md\:first\:-top-52:first-child {
    top: -13rem;
  }

  .md\:first\:-right-52:first-child {
    right: -13rem;
  }

  .md\:first\:-bottom-52:first-child {
    bottom: -13rem;
  }

  .md\:first\:-left-52:first-child {
    left: -13rem;
  }

  .md\:first\:-top-56:first-child {
    top: -14rem;
  }

  .md\:first\:-right-56:first-child {
    right: -14rem;
  }

  .md\:first\:-bottom-56:first-child {
    bottom: -14rem;
  }

  .md\:first\:-left-56:first-child {
    left: -14rem;
  }

  .md\:first\:-top-60:first-child {
    top: -15rem;
  }

  .md\:first\:-right-60:first-child {
    right: -15rem;
  }

  .md\:first\:-bottom-60:first-child {
    bottom: -15rem;
  }

  .md\:first\:-left-60:first-child {
    left: -15rem;
  }

  .md\:first\:-top-64:first-child {
    top: -16rem;
  }

  .md\:first\:-right-64:first-child {
    right: -16rem;
  }

  .md\:first\:-bottom-64:first-child {
    bottom: -16rem;
  }

  .md\:first\:-left-64:first-child {
    left: -16rem;
  }

  .md\:first\:-top-72:first-child {
    top: -18rem;
  }

  .md\:first\:-right-72:first-child {
    right: -18rem;
  }

  .md\:first\:-bottom-72:first-child {
    bottom: -18rem;
  }

  .md\:first\:-left-72:first-child {
    left: -18rem;
  }

  .md\:first\:-top-80:first-child {
    top: -20rem;
  }

  .md\:first\:-right-80:first-child {
    right: -20rem;
  }

  .md\:first\:-bottom-80:first-child {
    bottom: -20rem;
  }

  .md\:first\:-left-80:first-child {
    left: -20rem;
  }

  .md\:first\:-top-96:first-child {
    top: -24rem;
  }

  .md\:first\:-right-96:first-child {
    right: -24rem;
  }

  .md\:first\:-bottom-96:first-child {
    bottom: -24rem;
  }

  .md\:first\:-left-96:first-child {
    left: -24rem;
  }

  .md\:first\:-top-px:first-child {
    top: -1px;
  }

  .md\:first\:-right-px:first-child {
    right: -1px;
  }

  .md\:first\:-bottom-px:first-child {
    bottom: -1px;
  }

  .md\:first\:-left-px:first-child {
    left: -1px;
  }

  .md\:first\:-top-0\.5:first-child {
    top: -0.125rem;
  }

  .md\:first\:-right-0\.5:first-child {
    right: -0.125rem;
  }

  .md\:first\:-bottom-0\.5:first-child {
    bottom: -0.125rem;
  }

  .md\:first\:-left-0\.5:first-child {
    left: -0.125rem;
  }

  .md\:first\:-top-1\.5:first-child {
    top: -0.375rem;
  }

  .md\:first\:-right-1\.5:first-child {
    right: -0.375rem;
  }

  .md\:first\:-bottom-1\.5:first-child {
    bottom: -0.375rem;
  }

  .md\:first\:-left-1\.5:first-child {
    left: -0.375rem;
  }

  .md\:first\:-top-2\.5:first-child {
    top: -0.625rem;
  }

  .md\:first\:-right-2\.5:first-child {
    right: -0.625rem;
  }

  .md\:first\:-bottom-2\.5:first-child {
    bottom: -0.625rem;
  }

  .md\:first\:-left-2\.5:first-child {
    left: -0.625rem;
  }

  .md\:first\:-top-3\.5:first-child {
    top: -0.875rem;
  }

  .md\:first\:-right-3\.5:first-child {
    right: -0.875rem;
  }

  .md\:first\:-bottom-3\.5:first-child {
    bottom: -0.875rem;
  }

  .md\:first\:-left-3\.5:first-child {
    left: -0.875rem;
  }

  .md\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .md\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .md\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .md\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .md\:first\:top-1\/3:first-child {
    top: 33.333333%;
  }

  .md\:first\:right-1\/3:first-child {
    right: 33.333333%;
  }

  .md\:first\:bottom-1\/3:first-child {
    bottom: 33.333333%;
  }

  .md\:first\:left-1\/3:first-child {
    left: 33.333333%;
  }

  .md\:first\:top-2\/3:first-child {
    top: 66.666667%;
  }

  .md\:first\:right-2\/3:first-child {
    right: 66.666667%;
  }

  .md\:first\:bottom-2\/3:first-child {
    bottom: 66.666667%;
  }

  .md\:first\:left-2\/3:first-child {
    left: 66.666667%;
  }

  .md\:first\:top-1\/4:first-child {
    top: 25%;
  }

  .md\:first\:right-1\/4:first-child {
    right: 25%;
  }

  .md\:first\:bottom-1\/4:first-child {
    bottom: 25%;
  }

  .md\:first\:left-1\/4:first-child {
    left: 25%;
  }

  .md\:first\:top-2\/4:first-child {
    top: 50%;
  }

  .md\:first\:right-2\/4:first-child {
    right: 50%;
  }

  .md\:first\:bottom-2\/4:first-child {
    bottom: 50%;
  }

  .md\:first\:left-2\/4:first-child {
    left: 50%;
  }

  .md\:first\:top-3\/4:first-child {
    top: 75%;
  }

  .md\:first\:right-3\/4:first-child {
    right: 75%;
  }

  .md\:first\:bottom-3\/4:first-child {
    bottom: 75%;
  }

  .md\:first\:left-3\/4:first-child {
    left: 75%;
  }

  .md\:first\:top-full:first-child {
    top: 100%;
  }

  .md\:first\:right-full:first-child {
    right: 100%;
  }

  .md\:first\:bottom-full:first-child {
    bottom: 100%;
  }

  .md\:first\:left-full:first-child {
    left: 100%;
  }

  .md\:first\:-top-1\/2:first-child {
    top: -50%;
  }

  .md\:first\:-right-1\/2:first-child {
    right: -50%;
  }

  .md\:first\:-bottom-1\/2:first-child {
    bottom: -50%;
  }

  .md\:first\:-left-1\/2:first-child {
    left: -50%;
  }

  .md\:first\:-top-1\/3:first-child {
    top: -33.333333%;
  }

  .md\:first\:-right-1\/3:first-child {
    right: -33.333333%;
  }

  .md\:first\:-bottom-1\/3:first-child {
    bottom: -33.333333%;
  }

  .md\:first\:-left-1\/3:first-child {
    left: -33.333333%;
  }

  .md\:first\:-top-2\/3:first-child {
    top: -66.666667%;
  }

  .md\:first\:-right-2\/3:first-child {
    right: -66.666667%;
  }

  .md\:first\:-bottom-2\/3:first-child {
    bottom: -66.666667%;
  }

  .md\:first\:-left-2\/3:first-child {
    left: -66.666667%;
  }

  .md\:first\:-top-1\/4:first-child {
    top: -25%;
  }

  .md\:first\:-right-1\/4:first-child {
    right: -25%;
  }

  .md\:first\:-bottom-1\/4:first-child {
    bottom: -25%;
  }

  .md\:first\:-left-1\/4:first-child {
    left: -25%;
  }

  .md\:first\:-top-2\/4:first-child {
    top: -50%;
  }

  .md\:first\:-right-2\/4:first-child {
    right: -50%;
  }

  .md\:first\:-bottom-2\/4:first-child {
    bottom: -50%;
  }

  .md\:first\:-left-2\/4:first-child {
    left: -50%;
  }

  .md\:first\:-top-3\/4:first-child {
    top: -75%;
  }

  .md\:first\:-right-3\/4:first-child {
    right: -75%;
  }

  .md\:first\:-bottom-3\/4:first-child {
    bottom: -75%;
  }

  .md\:first\:-left-3\/4:first-child {
    left: -75%;
  }

  .md\:first\:-top-full:first-child {
    top: -100%;
  }

  .md\:first\:-right-full:first-child {
    right: -100%;
  }

  .md\:first\:-bottom-full:first-child {
    bottom: -100%;
  }

  .md\:first\:-left-full:first-child {
    left: -100%;
  }

  .md\:last\:inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:last\:inset-1:last-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:last\:inset-2:last-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:last\:inset-3:last-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:last\:inset-4:last-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:last\:inset-5:last-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:last\:inset-6:last-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:last\:inset-7:last-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:last\:inset-8:last-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:last\:inset-9:last-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:last\:inset-10:last-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:last\:inset-11:last-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:last\:inset-12:last-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:last\:inset-14:last-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:last\:inset-16:last-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:last\:inset-20:last-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:last\:inset-24:last-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:last\:inset-28:last-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:last\:inset-32:last-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:last\:inset-36:last-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:last\:inset-40:last-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:last\:inset-44:last-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:last\:inset-48:last-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:last\:inset-52:last-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:last\:inset-56:last-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:last\:inset-60:last-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:last\:inset-64:last-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:last\:inset-72:last-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:last\:inset-80:last-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:last\:inset-96:last-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:last\:inset-px:last-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:last\:inset-0\.5:last-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:last\:inset-1\.5:last-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:last\:inset-2\.5:last-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:last\:inset-3\.5:last-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:last\:-inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:last\:-inset-1:last-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:last\:-inset-2:last-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:last\:-inset-3:last-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:last\:-inset-4:last-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:last\:-inset-5:last-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:last\:-inset-6:last-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:last\:-inset-7:last-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:last\:-inset-8:last-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:last\:-inset-9:last-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:last\:-inset-10:last-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:last\:-inset-11:last-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:last\:-inset-12:last-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:last\:-inset-14:last-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:last\:-inset-16:last-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:last\:-inset-20:last-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:last\:-inset-24:last-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:last\:-inset-28:last-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:last\:-inset-32:last-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:last\:-inset-36:last-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:last\:-inset-40:last-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:last\:-inset-44:last-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:last\:-inset-48:last-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:last\:-inset-52:last-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:last\:-inset-56:last-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:last\:-inset-60:last-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:last\:-inset-64:last-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:last\:-inset-72:last-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:last\:-inset-80:last-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:last\:-inset-96:last-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:last\:-inset-px:last-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:last\:-inset-0\.5:last-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:last\:-inset-1\.5:last-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:last\:-inset-2\.5:last-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:last\:-inset-3\.5:last-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:last\:inset-1\/3:last-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:last\:inset-2\/3:last-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:last\:inset-1\/4:last-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:last\:inset-2\/4:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:last\:inset-3\/4:last-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:last\:inset-full:last-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:last\:-inset-1\/2:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:last\:-inset-1\/3:last-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:last\:-inset-2\/3:last-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:last\:-inset-1\/4:last-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:last\:-inset-2\/4:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:last\:-inset-3\/4:last-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:last\:-inset-full:last-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:last\:inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .md\:last\:inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .md\:last\:inset-y-1:last-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:last\:inset-x-1:last-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:last\:inset-y-2:last-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:last\:inset-x-2:last-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:last\:inset-y-3:last-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:last\:inset-x-3:last-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:last\:inset-y-4:last-child {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:last\:inset-x-4:last-child {
    right: 1rem;
    left: 1rem;
  }

  .md\:last\:inset-y-5:last-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:last\:inset-x-5:last-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:last\:inset-y-6:last-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:last\:inset-x-6:last-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:last\:inset-y-7:last-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:last\:inset-x-7:last-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:last\:inset-y-8:last-child {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:last\:inset-x-8:last-child {
    right: 2rem;
    left: 2rem;
  }

  .md\:last\:inset-y-9:last-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:last\:inset-x-9:last-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:last\:inset-y-10:last-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:last\:inset-x-10:last-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:last\:inset-y-11:last-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:last\:inset-x-11:last-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:last\:inset-y-12:last-child {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:last\:inset-x-12:last-child {
    right: 3rem;
    left: 3rem;
  }

  .md\:last\:inset-y-14:last-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:last\:inset-x-14:last-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:last\:inset-y-16:last-child {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:last\:inset-x-16:last-child {
    right: 4rem;
    left: 4rem;
  }

  .md\:last\:inset-y-20:last-child {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:last\:inset-x-20:last-child {
    right: 5rem;
    left: 5rem;
  }

  .md\:last\:inset-y-24:last-child {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:last\:inset-x-24:last-child {
    right: 6rem;
    left: 6rem;
  }

  .md\:last\:inset-y-28:last-child {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:last\:inset-x-28:last-child {
    right: 7rem;
    left: 7rem;
  }

  .md\:last\:inset-y-32:last-child {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:last\:inset-x-32:last-child {
    right: 8rem;
    left: 8rem;
  }

  .md\:last\:inset-y-36:last-child {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:last\:inset-x-36:last-child {
    right: 9rem;
    left: 9rem;
  }

  .md\:last\:inset-y-40:last-child {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:last\:inset-x-40:last-child {
    right: 10rem;
    left: 10rem;
  }

  .md\:last\:inset-y-44:last-child {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:last\:inset-x-44:last-child {
    right: 11rem;
    left: 11rem;
  }

  .md\:last\:inset-y-48:last-child {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:last\:inset-x-48:last-child {
    right: 12rem;
    left: 12rem;
  }

  .md\:last\:inset-y-52:last-child {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:last\:inset-x-52:last-child {
    right: 13rem;
    left: 13rem;
  }

  .md\:last\:inset-y-56:last-child {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:last\:inset-x-56:last-child {
    right: 14rem;
    left: 14rem;
  }

  .md\:last\:inset-y-60:last-child {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:last\:inset-x-60:last-child {
    right: 15rem;
    left: 15rem;
  }

  .md\:last\:inset-y-64:last-child {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:last\:inset-x-64:last-child {
    right: 16rem;
    left: 16rem;
  }

  .md\:last\:inset-y-72:last-child {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:last\:inset-x-72:last-child {
    right: 18rem;
    left: 18rem;
  }

  .md\:last\:inset-y-80:last-child {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:last\:inset-x-80:last-child {
    right: 20rem;
    left: 20rem;
  }

  .md\:last\:inset-y-96:last-child {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:last\:inset-x-96:last-child {
    right: 24rem;
    left: 24rem;
  }

  .md\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .md\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .md\:last\:inset-y-px:last-child {
    top: 1px;
    bottom: 1px;
  }

  .md\:last\:inset-x-px:last-child {
    right: 1px;
    left: 1px;
  }

  .md\:last\:inset-y-0\.5:last-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:last\:inset-x-0\.5:last-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:last\:inset-y-1\.5:last-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:last\:inset-x-1\.5:last-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:last\:inset-y-2\.5:last-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:last\:inset-x-2\.5:last-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:last\:inset-y-3\.5:last-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:last\:inset-x-3\.5:last-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:last\:-inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .md\:last\:-inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .md\:last\:-inset-y-1:last-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:last\:-inset-x-1:last-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:last\:-inset-y-2:last-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:last\:-inset-x-2:last-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:last\:-inset-y-3:last-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:last\:-inset-x-3:last-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:last\:-inset-y-4:last-child {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:last\:-inset-x-4:last-child {
    right: -1rem;
    left: -1rem;
  }

  .md\:last\:-inset-y-5:last-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:last\:-inset-x-5:last-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:last\:-inset-y-6:last-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:last\:-inset-x-6:last-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:last\:-inset-y-7:last-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:last\:-inset-x-7:last-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:last\:-inset-y-8:last-child {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:last\:-inset-x-8:last-child {
    right: -2rem;
    left: -2rem;
  }

  .md\:last\:-inset-y-9:last-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:last\:-inset-x-9:last-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:last\:-inset-y-10:last-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:last\:-inset-x-10:last-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:last\:-inset-y-11:last-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:last\:-inset-x-11:last-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:last\:-inset-y-12:last-child {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:last\:-inset-x-12:last-child {
    right: -3rem;
    left: -3rem;
  }

  .md\:last\:-inset-y-14:last-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:last\:-inset-x-14:last-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:last\:-inset-y-16:last-child {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:last\:-inset-x-16:last-child {
    right: -4rem;
    left: -4rem;
  }

  .md\:last\:-inset-y-20:last-child {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:last\:-inset-x-20:last-child {
    right: -5rem;
    left: -5rem;
  }

  .md\:last\:-inset-y-24:last-child {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:last\:-inset-x-24:last-child {
    right: -6rem;
    left: -6rem;
  }

  .md\:last\:-inset-y-28:last-child {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:last\:-inset-x-28:last-child {
    right: -7rem;
    left: -7rem;
  }

  .md\:last\:-inset-y-32:last-child {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:last\:-inset-x-32:last-child {
    right: -8rem;
    left: -8rem;
  }

  .md\:last\:-inset-y-36:last-child {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:last\:-inset-x-36:last-child {
    right: -9rem;
    left: -9rem;
  }

  .md\:last\:-inset-y-40:last-child {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:last\:-inset-x-40:last-child {
    right: -10rem;
    left: -10rem;
  }

  .md\:last\:-inset-y-44:last-child {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:last\:-inset-x-44:last-child {
    right: -11rem;
    left: -11rem;
  }

  .md\:last\:-inset-y-48:last-child {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:last\:-inset-x-48:last-child {
    right: -12rem;
    left: -12rem;
  }

  .md\:last\:-inset-y-52:last-child {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:last\:-inset-x-52:last-child {
    right: -13rem;
    left: -13rem;
  }

  .md\:last\:-inset-y-56:last-child {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:last\:-inset-x-56:last-child {
    right: -14rem;
    left: -14rem;
  }

  .md\:last\:-inset-y-60:last-child {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:last\:-inset-x-60:last-child {
    right: -15rem;
    left: -15rem;
  }

  .md\:last\:-inset-y-64:last-child {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:last\:-inset-x-64:last-child {
    right: -16rem;
    left: -16rem;
  }

  .md\:last\:-inset-y-72:last-child {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:last\:-inset-x-72:last-child {
    right: -18rem;
    left: -18rem;
  }

  .md\:last\:-inset-y-80:last-child {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:last\:-inset-x-80:last-child {
    right: -20rem;
    left: -20rem;
  }

  .md\:last\:-inset-y-96:last-child {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:last\:-inset-x-96:last-child {
    right: -24rem;
    left: -24rem;
  }

  .md\:last\:-inset-y-px:last-child {
    top: -1px;
    bottom: -1px;
  }

  .md\:last\:-inset-x-px:last-child {
    right: -1px;
    left: -1px;
  }

  .md\:last\:-inset-y-0\.5:last-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:last\:-inset-x-0\.5:last-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:last\:-inset-y-1\.5:last-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:last\:-inset-x-1\.5:last-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:last\:-inset-y-2\.5:last-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:last\:-inset-x-2\.5:last-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:last\:-inset-y-3\.5:last-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:last\:-inset-x-3\.5:last-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .md\:last\:inset-y-1\/3:last-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:last\:inset-x-1\/3:last-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:last\:inset-y-2\/3:last-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:last\:inset-x-2\/3:last-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:last\:inset-y-1\/4:last-child {
    top: 25%;
    bottom: 25%;
  }

  .md\:last\:inset-x-1\/4:last-child {
    right: 25%;
    left: 25%;
  }

  .md\:last\:inset-y-2\/4:last-child {
    top: 50%;
    bottom: 50%;
  }

  .md\:last\:inset-x-2\/4:last-child {
    right: 50%;
    left: 50%;
  }

  .md\:last\:inset-y-3\/4:last-child {
    top: 75%;
    bottom: 75%;
  }

  .md\:last\:inset-x-3\/4:last-child {
    right: 75%;
    left: 75%;
  }

  .md\:last\:inset-y-full:last-child {
    top: 100%;
    bottom: 100%;
  }

  .md\:last\:inset-x-full:last-child {
    right: 100%;
    left: 100%;
  }

  .md\:last\:-inset-y-1\/2:last-child {
    top: -50%;
    bottom: -50%;
  }

  .md\:last\:-inset-x-1\/2:last-child {
    right: -50%;
    left: -50%;
  }

  .md\:last\:-inset-y-1\/3:last-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:last\:-inset-x-1\/3:last-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:last\:-inset-y-2\/3:last-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:last\:-inset-x-2\/3:last-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:last\:-inset-y-1\/4:last-child {
    top: -25%;
    bottom: -25%;
  }

  .md\:last\:-inset-x-1\/4:last-child {
    right: -25%;
    left: -25%;
  }

  .md\:last\:-inset-y-2\/4:last-child {
    top: -50%;
    bottom: -50%;
  }

  .md\:last\:-inset-x-2\/4:last-child {
    right: -50%;
    left: -50%;
  }

  .md\:last\:-inset-y-3\/4:last-child {
    top: -75%;
    bottom: -75%;
  }

  .md\:last\:-inset-x-3\/4:last-child {
    right: -75%;
    left: -75%;
  }

  .md\:last\:-inset-y-full:last-child {
    top: -100%;
    bottom: -100%;
  }

  .md\:last\:-inset-x-full:last-child {
    right: -100%;
    left: -100%;
  }

  .md\:last\:top-0:last-child {
    top: 0px;
  }

  .md\:last\:right-0:last-child {
    right: 0px;
  }

  .md\:last\:bottom-0:last-child {
    bottom: 0px;
  }

  .md\:last\:left-0:last-child {
    left: 0px;
  }

  .md\:last\:top-1:last-child {
    top: 0.25rem;
  }

  .md\:last\:right-1:last-child {
    right: 0.25rem;
  }

  .md\:last\:bottom-1:last-child {
    bottom: 0.25rem;
  }

  .md\:last\:left-1:last-child {
    left: 0.25rem;
  }

  .md\:last\:top-2:last-child {
    top: 0.5rem;
  }

  .md\:last\:right-2:last-child {
    right: 0.5rem;
  }

  .md\:last\:bottom-2:last-child {
    bottom: 0.5rem;
  }

  .md\:last\:left-2:last-child {
    left: 0.5rem;
  }

  .md\:last\:top-3:last-child {
    top: 0.75rem;
  }

  .md\:last\:right-3:last-child {
    right: 0.75rem;
  }

  .md\:last\:bottom-3:last-child {
    bottom: 0.75rem;
  }

  .md\:last\:left-3:last-child {
    left: 0.75rem;
  }

  .md\:last\:top-4:last-child {
    top: 1rem;
  }

  .md\:last\:right-4:last-child {
    right: 1rem;
  }

  .md\:last\:bottom-4:last-child {
    bottom: 1rem;
  }

  .md\:last\:left-4:last-child {
    left: 1rem;
  }

  .md\:last\:top-5:last-child {
    top: 1.25rem;
  }

  .md\:last\:right-5:last-child {
    right: 1.25rem;
  }

  .md\:last\:bottom-5:last-child {
    bottom: 1.25rem;
  }

  .md\:last\:left-5:last-child {
    left: 1.25rem;
  }

  .md\:last\:top-6:last-child {
    top: 1.5rem;
  }

  .md\:last\:right-6:last-child {
    right: 1.5rem;
  }

  .md\:last\:bottom-6:last-child {
    bottom: 1.5rem;
  }

  .md\:last\:left-6:last-child {
    left: 1.5rem;
  }

  .md\:last\:top-7:last-child {
    top: 1.75rem;
  }

  .md\:last\:right-7:last-child {
    right: 1.75rem;
  }

  .md\:last\:bottom-7:last-child {
    bottom: 1.75rem;
  }

  .md\:last\:left-7:last-child {
    left: 1.75rem;
  }

  .md\:last\:top-8:last-child {
    top: 2rem;
  }

  .md\:last\:right-8:last-child {
    right: 2rem;
  }

  .md\:last\:bottom-8:last-child {
    bottom: 2rem;
  }

  .md\:last\:left-8:last-child {
    left: 2rem;
  }

  .md\:last\:top-9:last-child {
    top: 2.25rem;
  }

  .md\:last\:right-9:last-child {
    right: 2.25rem;
  }

  .md\:last\:bottom-9:last-child {
    bottom: 2.25rem;
  }

  .md\:last\:left-9:last-child {
    left: 2.25rem;
  }

  .md\:last\:top-10:last-child {
    top: 2.5rem;
  }

  .md\:last\:right-10:last-child {
    right: 2.5rem;
  }

  .md\:last\:bottom-10:last-child {
    bottom: 2.5rem;
  }

  .md\:last\:left-10:last-child {
    left: 2.5rem;
  }

  .md\:last\:top-11:last-child {
    top: 2.75rem;
  }

  .md\:last\:right-11:last-child {
    right: 2.75rem;
  }

  .md\:last\:bottom-11:last-child {
    bottom: 2.75rem;
  }

  .md\:last\:left-11:last-child {
    left: 2.75rem;
  }

  .md\:last\:top-12:last-child {
    top: 3rem;
  }

  .md\:last\:right-12:last-child {
    right: 3rem;
  }

  .md\:last\:bottom-12:last-child {
    bottom: 3rem;
  }

  .md\:last\:left-12:last-child {
    left: 3rem;
  }

  .md\:last\:top-14:last-child {
    top: 3.5rem;
  }

  .md\:last\:right-14:last-child {
    right: 3.5rem;
  }

  .md\:last\:bottom-14:last-child {
    bottom: 3.5rem;
  }

  .md\:last\:left-14:last-child {
    left: 3.5rem;
  }

  .md\:last\:top-16:last-child {
    top: 4rem;
  }

  .md\:last\:right-16:last-child {
    right: 4rem;
  }

  .md\:last\:bottom-16:last-child {
    bottom: 4rem;
  }

  .md\:last\:left-16:last-child {
    left: 4rem;
  }

  .md\:last\:top-20:last-child {
    top: 5rem;
  }

  .md\:last\:right-20:last-child {
    right: 5rem;
  }

  .md\:last\:bottom-20:last-child {
    bottom: 5rem;
  }

  .md\:last\:left-20:last-child {
    left: 5rem;
  }

  .md\:last\:top-24:last-child {
    top: 6rem;
  }

  .md\:last\:right-24:last-child {
    right: 6rem;
  }

  .md\:last\:bottom-24:last-child {
    bottom: 6rem;
  }

  .md\:last\:left-24:last-child {
    left: 6rem;
  }

  .md\:last\:top-28:last-child {
    top: 7rem;
  }

  .md\:last\:right-28:last-child {
    right: 7rem;
  }

  .md\:last\:bottom-28:last-child {
    bottom: 7rem;
  }

  .md\:last\:left-28:last-child {
    left: 7rem;
  }

  .md\:last\:top-32:last-child {
    top: 8rem;
  }

  .md\:last\:right-32:last-child {
    right: 8rem;
  }

  .md\:last\:bottom-32:last-child {
    bottom: 8rem;
  }

  .md\:last\:left-32:last-child {
    left: 8rem;
  }

  .md\:last\:top-36:last-child {
    top: 9rem;
  }

  .md\:last\:right-36:last-child {
    right: 9rem;
  }

  .md\:last\:bottom-36:last-child {
    bottom: 9rem;
  }

  .md\:last\:left-36:last-child {
    left: 9rem;
  }

  .md\:last\:top-40:last-child {
    top: 10rem;
  }

  .md\:last\:right-40:last-child {
    right: 10rem;
  }

  .md\:last\:bottom-40:last-child {
    bottom: 10rem;
  }

  .md\:last\:left-40:last-child {
    left: 10rem;
  }

  .md\:last\:top-44:last-child {
    top: 11rem;
  }

  .md\:last\:right-44:last-child {
    right: 11rem;
  }

  .md\:last\:bottom-44:last-child {
    bottom: 11rem;
  }

  .md\:last\:left-44:last-child {
    left: 11rem;
  }

  .md\:last\:top-48:last-child {
    top: 12rem;
  }

  .md\:last\:right-48:last-child {
    right: 12rem;
  }

  .md\:last\:bottom-48:last-child {
    bottom: 12rem;
  }

  .md\:last\:left-48:last-child {
    left: 12rem;
  }

  .md\:last\:top-52:last-child {
    top: 13rem;
  }

  .md\:last\:right-52:last-child {
    right: 13rem;
  }

  .md\:last\:bottom-52:last-child {
    bottom: 13rem;
  }

  .md\:last\:left-52:last-child {
    left: 13rem;
  }

  .md\:last\:top-56:last-child {
    top: 14rem;
  }

  .md\:last\:right-56:last-child {
    right: 14rem;
  }

  .md\:last\:bottom-56:last-child {
    bottom: 14rem;
  }

  .md\:last\:left-56:last-child {
    left: 14rem;
  }

  .md\:last\:top-60:last-child {
    top: 15rem;
  }

  .md\:last\:right-60:last-child {
    right: 15rem;
  }

  .md\:last\:bottom-60:last-child {
    bottom: 15rem;
  }

  .md\:last\:left-60:last-child {
    left: 15rem;
  }

  .md\:last\:top-64:last-child {
    top: 16rem;
  }

  .md\:last\:right-64:last-child {
    right: 16rem;
  }

  .md\:last\:bottom-64:last-child {
    bottom: 16rem;
  }

  .md\:last\:left-64:last-child {
    left: 16rem;
  }

  .md\:last\:top-72:last-child {
    top: 18rem;
  }

  .md\:last\:right-72:last-child {
    right: 18rem;
  }

  .md\:last\:bottom-72:last-child {
    bottom: 18rem;
  }

  .md\:last\:left-72:last-child {
    left: 18rem;
  }

  .md\:last\:top-80:last-child {
    top: 20rem;
  }

  .md\:last\:right-80:last-child {
    right: 20rem;
  }

  .md\:last\:bottom-80:last-child {
    bottom: 20rem;
  }

  .md\:last\:left-80:last-child {
    left: 20rem;
  }

  .md\:last\:top-96:last-child {
    top: 24rem;
  }

  .md\:last\:right-96:last-child {
    right: 24rem;
  }

  .md\:last\:bottom-96:last-child {
    bottom: 24rem;
  }

  .md\:last\:left-96:last-child {
    left: 24rem;
  }

  .md\:last\:top-auto:last-child {
    top: auto;
  }

  .md\:last\:right-auto:last-child {
    right: auto;
  }

  .md\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .md\:last\:left-auto:last-child {
    left: auto;
  }

  .md\:last\:top-px:last-child {
    top: 1px;
  }

  .md\:last\:right-px:last-child {
    right: 1px;
  }

  .md\:last\:bottom-px:last-child {
    bottom: 1px;
  }

  .md\:last\:left-px:last-child {
    left: 1px;
  }

  .md\:last\:top-0\.5:last-child {
    top: 0.125rem;
  }

  .md\:last\:right-0\.5:last-child {
    right: 0.125rem;
  }

  .md\:last\:bottom-0\.5:last-child {
    bottom: 0.125rem;
  }

  .md\:last\:left-0\.5:last-child {
    left: 0.125rem;
  }

  .md\:last\:top-1\.5:last-child {
    top: 0.375rem;
  }

  .md\:last\:right-1\.5:last-child {
    right: 0.375rem;
  }

  .md\:last\:bottom-1\.5:last-child {
    bottom: 0.375rem;
  }

  .md\:last\:left-1\.5:last-child {
    left: 0.375rem;
  }

  .md\:last\:top-2\.5:last-child {
    top: 0.625rem;
  }

  .md\:last\:right-2\.5:last-child {
    right: 0.625rem;
  }

  .md\:last\:bottom-2\.5:last-child {
    bottom: 0.625rem;
  }

  .md\:last\:left-2\.5:last-child {
    left: 0.625rem;
  }

  .md\:last\:top-3\.5:last-child {
    top: 0.875rem;
  }

  .md\:last\:right-3\.5:last-child {
    right: 0.875rem;
  }

  .md\:last\:bottom-3\.5:last-child {
    bottom: 0.875rem;
  }

  .md\:last\:left-3\.5:last-child {
    left: 0.875rem;
  }

  .md\:last\:-top-0:last-child {
    top: 0px;
  }

  .md\:last\:-right-0:last-child {
    right: 0px;
  }

  .md\:last\:-bottom-0:last-child {
    bottom: 0px;
  }

  .md\:last\:-left-0:last-child {
    left: 0px;
  }

  .md\:last\:-top-1:last-child {
    top: -0.25rem;
  }

  .md\:last\:-right-1:last-child {
    right: -0.25rem;
  }

  .md\:last\:-bottom-1:last-child {
    bottom: -0.25rem;
  }

  .md\:last\:-left-1:last-child {
    left: -0.25rem;
  }

  .md\:last\:-top-2:last-child {
    top: -0.5rem;
  }

  .md\:last\:-right-2:last-child {
    right: -0.5rem;
  }

  .md\:last\:-bottom-2:last-child {
    bottom: -0.5rem;
  }

  .md\:last\:-left-2:last-child {
    left: -0.5rem;
  }

  .md\:last\:-top-3:last-child {
    top: -0.75rem;
  }

  .md\:last\:-right-3:last-child {
    right: -0.75rem;
  }

  .md\:last\:-bottom-3:last-child {
    bottom: -0.75rem;
  }

  .md\:last\:-left-3:last-child {
    left: -0.75rem;
  }

  .md\:last\:-top-4:last-child {
    top: -1rem;
  }

  .md\:last\:-right-4:last-child {
    right: -1rem;
  }

  .md\:last\:-bottom-4:last-child {
    bottom: -1rem;
  }

  .md\:last\:-left-4:last-child {
    left: -1rem;
  }

  .md\:last\:-top-5:last-child {
    top: -1.25rem;
  }

  .md\:last\:-right-5:last-child {
    right: -1.25rem;
  }

  .md\:last\:-bottom-5:last-child {
    bottom: -1.25rem;
  }

  .md\:last\:-left-5:last-child {
    left: -1.25rem;
  }

  .md\:last\:-top-6:last-child {
    top: -1.5rem;
  }

  .md\:last\:-right-6:last-child {
    right: -1.5rem;
  }

  .md\:last\:-bottom-6:last-child {
    bottom: -1.5rem;
  }

  .md\:last\:-left-6:last-child {
    left: -1.5rem;
  }

  .md\:last\:-top-7:last-child {
    top: -1.75rem;
  }

  .md\:last\:-right-7:last-child {
    right: -1.75rem;
  }

  .md\:last\:-bottom-7:last-child {
    bottom: -1.75rem;
  }

  .md\:last\:-left-7:last-child {
    left: -1.75rem;
  }

  .md\:last\:-top-8:last-child {
    top: -2rem;
  }

  .md\:last\:-right-8:last-child {
    right: -2rem;
  }

  .md\:last\:-bottom-8:last-child {
    bottom: -2rem;
  }

  .md\:last\:-left-8:last-child {
    left: -2rem;
  }

  .md\:last\:-top-9:last-child {
    top: -2.25rem;
  }

  .md\:last\:-right-9:last-child {
    right: -2.25rem;
  }

  .md\:last\:-bottom-9:last-child {
    bottom: -2.25rem;
  }

  .md\:last\:-left-9:last-child {
    left: -2.25rem;
  }

  .md\:last\:-top-10:last-child {
    top: -2.5rem;
  }

  .md\:last\:-right-10:last-child {
    right: -2.5rem;
  }

  .md\:last\:-bottom-10:last-child {
    bottom: -2.5rem;
  }

  .md\:last\:-left-10:last-child {
    left: -2.5rem;
  }

  .md\:last\:-top-11:last-child {
    top: -2.75rem;
  }

  .md\:last\:-right-11:last-child {
    right: -2.75rem;
  }

  .md\:last\:-bottom-11:last-child {
    bottom: -2.75rem;
  }

  .md\:last\:-left-11:last-child {
    left: -2.75rem;
  }

  .md\:last\:-top-12:last-child {
    top: -3rem;
  }

  .md\:last\:-right-12:last-child {
    right: -3rem;
  }

  .md\:last\:-bottom-12:last-child {
    bottom: -3rem;
  }

  .md\:last\:-left-12:last-child {
    left: -3rem;
  }

  .md\:last\:-top-14:last-child {
    top: -3.5rem;
  }

  .md\:last\:-right-14:last-child {
    right: -3.5rem;
  }

  .md\:last\:-bottom-14:last-child {
    bottom: -3.5rem;
  }

  .md\:last\:-left-14:last-child {
    left: -3.5rem;
  }

  .md\:last\:-top-16:last-child {
    top: -4rem;
  }

  .md\:last\:-right-16:last-child {
    right: -4rem;
  }

  .md\:last\:-bottom-16:last-child {
    bottom: -4rem;
  }

  .md\:last\:-left-16:last-child {
    left: -4rem;
  }

  .md\:last\:-top-20:last-child {
    top: -5rem;
  }

  .md\:last\:-right-20:last-child {
    right: -5rem;
  }

  .md\:last\:-bottom-20:last-child {
    bottom: -5rem;
  }

  .md\:last\:-left-20:last-child {
    left: -5rem;
  }

  .md\:last\:-top-24:last-child {
    top: -6rem;
  }

  .md\:last\:-right-24:last-child {
    right: -6rem;
  }

  .md\:last\:-bottom-24:last-child {
    bottom: -6rem;
  }

  .md\:last\:-left-24:last-child {
    left: -6rem;
  }

  .md\:last\:-top-28:last-child {
    top: -7rem;
  }

  .md\:last\:-right-28:last-child {
    right: -7rem;
  }

  .md\:last\:-bottom-28:last-child {
    bottom: -7rem;
  }

  .md\:last\:-left-28:last-child {
    left: -7rem;
  }

  .md\:last\:-top-32:last-child {
    top: -8rem;
  }

  .md\:last\:-right-32:last-child {
    right: -8rem;
  }

  .md\:last\:-bottom-32:last-child {
    bottom: -8rem;
  }

  .md\:last\:-left-32:last-child {
    left: -8rem;
  }

  .md\:last\:-top-36:last-child {
    top: -9rem;
  }

  .md\:last\:-right-36:last-child {
    right: -9rem;
  }

  .md\:last\:-bottom-36:last-child {
    bottom: -9rem;
  }

  .md\:last\:-left-36:last-child {
    left: -9rem;
  }

  .md\:last\:-top-40:last-child {
    top: -10rem;
  }

  .md\:last\:-right-40:last-child {
    right: -10rem;
  }

  .md\:last\:-bottom-40:last-child {
    bottom: -10rem;
  }

  .md\:last\:-left-40:last-child {
    left: -10rem;
  }

  .md\:last\:-top-44:last-child {
    top: -11rem;
  }

  .md\:last\:-right-44:last-child {
    right: -11rem;
  }

  .md\:last\:-bottom-44:last-child {
    bottom: -11rem;
  }

  .md\:last\:-left-44:last-child {
    left: -11rem;
  }

  .md\:last\:-top-48:last-child {
    top: -12rem;
  }

  .md\:last\:-right-48:last-child {
    right: -12rem;
  }

  .md\:last\:-bottom-48:last-child {
    bottom: -12rem;
  }

  .md\:last\:-left-48:last-child {
    left: -12rem;
  }

  .md\:last\:-top-52:last-child {
    top: -13rem;
  }

  .md\:last\:-right-52:last-child {
    right: -13rem;
  }

  .md\:last\:-bottom-52:last-child {
    bottom: -13rem;
  }

  .md\:last\:-left-52:last-child {
    left: -13rem;
  }

  .md\:last\:-top-56:last-child {
    top: -14rem;
  }

  .md\:last\:-right-56:last-child {
    right: -14rem;
  }

  .md\:last\:-bottom-56:last-child {
    bottom: -14rem;
  }

  .md\:last\:-left-56:last-child {
    left: -14rem;
  }

  .md\:last\:-top-60:last-child {
    top: -15rem;
  }

  .md\:last\:-right-60:last-child {
    right: -15rem;
  }

  .md\:last\:-bottom-60:last-child {
    bottom: -15rem;
  }

  .md\:last\:-left-60:last-child {
    left: -15rem;
  }

  .md\:last\:-top-64:last-child {
    top: -16rem;
  }

  .md\:last\:-right-64:last-child {
    right: -16rem;
  }

  .md\:last\:-bottom-64:last-child {
    bottom: -16rem;
  }

  .md\:last\:-left-64:last-child {
    left: -16rem;
  }

  .md\:last\:-top-72:last-child {
    top: -18rem;
  }

  .md\:last\:-right-72:last-child {
    right: -18rem;
  }

  .md\:last\:-bottom-72:last-child {
    bottom: -18rem;
  }

  .md\:last\:-left-72:last-child {
    left: -18rem;
  }

  .md\:last\:-top-80:last-child {
    top: -20rem;
  }

  .md\:last\:-right-80:last-child {
    right: -20rem;
  }

  .md\:last\:-bottom-80:last-child {
    bottom: -20rem;
  }

  .md\:last\:-left-80:last-child {
    left: -20rem;
  }

  .md\:last\:-top-96:last-child {
    top: -24rem;
  }

  .md\:last\:-right-96:last-child {
    right: -24rem;
  }

  .md\:last\:-bottom-96:last-child {
    bottom: -24rem;
  }

  .md\:last\:-left-96:last-child {
    left: -24rem;
  }

  .md\:last\:-top-px:last-child {
    top: -1px;
  }

  .md\:last\:-right-px:last-child {
    right: -1px;
  }

  .md\:last\:-bottom-px:last-child {
    bottom: -1px;
  }

  .md\:last\:-left-px:last-child {
    left: -1px;
  }

  .md\:last\:-top-0\.5:last-child {
    top: -0.125rem;
  }

  .md\:last\:-right-0\.5:last-child {
    right: -0.125rem;
  }

  .md\:last\:-bottom-0\.5:last-child {
    bottom: -0.125rem;
  }

  .md\:last\:-left-0\.5:last-child {
    left: -0.125rem;
  }

  .md\:last\:-top-1\.5:last-child {
    top: -0.375rem;
  }

  .md\:last\:-right-1\.5:last-child {
    right: -0.375rem;
  }

  .md\:last\:-bottom-1\.5:last-child {
    bottom: -0.375rem;
  }

  .md\:last\:-left-1\.5:last-child {
    left: -0.375rem;
  }

  .md\:last\:-top-2\.5:last-child {
    top: -0.625rem;
  }

  .md\:last\:-right-2\.5:last-child {
    right: -0.625rem;
  }

  .md\:last\:-bottom-2\.5:last-child {
    bottom: -0.625rem;
  }

  .md\:last\:-left-2\.5:last-child {
    left: -0.625rem;
  }

  .md\:last\:-top-3\.5:last-child {
    top: -0.875rem;
  }

  .md\:last\:-right-3\.5:last-child {
    right: -0.875rem;
  }

  .md\:last\:-bottom-3\.5:last-child {
    bottom: -0.875rem;
  }

  .md\:last\:-left-3\.5:last-child {
    left: -0.875rem;
  }

  .md\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .md\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .md\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .md\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .md\:last\:top-1\/3:last-child {
    top: 33.333333%;
  }

  .md\:last\:right-1\/3:last-child {
    right: 33.333333%;
  }

  .md\:last\:bottom-1\/3:last-child {
    bottom: 33.333333%;
  }

  .md\:last\:left-1\/3:last-child {
    left: 33.333333%;
  }

  .md\:last\:top-2\/3:last-child {
    top: 66.666667%;
  }

  .md\:last\:right-2\/3:last-child {
    right: 66.666667%;
  }

  .md\:last\:bottom-2\/3:last-child {
    bottom: 66.666667%;
  }

  .md\:last\:left-2\/3:last-child {
    left: 66.666667%;
  }

  .md\:last\:top-1\/4:last-child {
    top: 25%;
  }

  .md\:last\:right-1\/4:last-child {
    right: 25%;
  }

  .md\:last\:bottom-1\/4:last-child {
    bottom: 25%;
  }

  .md\:last\:left-1\/4:last-child {
    left: 25%;
  }

  .md\:last\:top-2\/4:last-child {
    top: 50%;
  }

  .md\:last\:right-2\/4:last-child {
    right: 50%;
  }

  .md\:last\:bottom-2\/4:last-child {
    bottom: 50%;
  }

  .md\:last\:left-2\/4:last-child {
    left: 50%;
  }

  .md\:last\:top-3\/4:last-child {
    top: 75%;
  }

  .md\:last\:right-3\/4:last-child {
    right: 75%;
  }

  .md\:last\:bottom-3\/4:last-child {
    bottom: 75%;
  }

  .md\:last\:left-3\/4:last-child {
    left: 75%;
  }

  .md\:last\:top-full:last-child {
    top: 100%;
  }

  .md\:last\:right-full:last-child {
    right: 100%;
  }

  .md\:last\:bottom-full:last-child {
    bottom: 100%;
  }

  .md\:last\:left-full:last-child {
    left: 100%;
  }

  .md\:last\:-top-1\/2:last-child {
    top: -50%;
  }

  .md\:last\:-right-1\/2:last-child {
    right: -50%;
  }

  .md\:last\:-bottom-1\/2:last-child {
    bottom: -50%;
  }

  .md\:last\:-left-1\/2:last-child {
    left: -50%;
  }

  .md\:last\:-top-1\/3:last-child {
    top: -33.333333%;
  }

  .md\:last\:-right-1\/3:last-child {
    right: -33.333333%;
  }

  .md\:last\:-bottom-1\/3:last-child {
    bottom: -33.333333%;
  }

  .md\:last\:-left-1\/3:last-child {
    left: -33.333333%;
  }

  .md\:last\:-top-2\/3:last-child {
    top: -66.666667%;
  }

  .md\:last\:-right-2\/3:last-child {
    right: -66.666667%;
  }

  .md\:last\:-bottom-2\/3:last-child {
    bottom: -66.666667%;
  }

  .md\:last\:-left-2\/3:last-child {
    left: -66.666667%;
  }

  .md\:last\:-top-1\/4:last-child {
    top: -25%;
  }

  .md\:last\:-right-1\/4:last-child {
    right: -25%;
  }

  .md\:last\:-bottom-1\/4:last-child {
    bottom: -25%;
  }

  .md\:last\:-left-1\/4:last-child {
    left: -25%;
  }

  .md\:last\:-top-2\/4:last-child {
    top: -50%;
  }

  .md\:last\:-right-2\/4:last-child {
    right: -50%;
  }

  .md\:last\:-bottom-2\/4:last-child {
    bottom: -50%;
  }

  .md\:last\:-left-2\/4:last-child {
    left: -50%;
  }

  .md\:last\:-top-3\/4:last-child {
    top: -75%;
  }

  .md\:last\:-right-3\/4:last-child {
    right: -75%;
  }

  .md\:last\:-bottom-3\/4:last-child {
    bottom: -75%;
  }

  .md\:last\:-left-3\/4:last-child {
    left: -75%;
  }

  .md\:last\:-top-full:last-child {
    top: -100%;
  }

  .md\:last\:-right-full:last-child {
    right: -100%;
  }

  .md\:last\:-bottom-full:last-child {
    bottom: -100%;
  }

  .md\:last\:-left-full:last-child {
    left: -100%;
  }

  .md\:odd\:inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:odd\:inset-1:nth-child(odd) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:odd\:inset-2:nth-child(odd) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:odd\:inset-3:nth-child(odd) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:odd\:inset-4:nth-child(odd) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:odd\:inset-5:nth-child(odd) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:odd\:inset-6:nth-child(odd) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:odd\:inset-7:nth-child(odd) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:odd\:inset-8:nth-child(odd) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:odd\:inset-9:nth-child(odd) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:odd\:inset-10:nth-child(odd) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:odd\:inset-11:nth-child(odd) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:odd\:inset-12:nth-child(odd) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:odd\:inset-14:nth-child(odd) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:odd\:inset-16:nth-child(odd) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:odd\:inset-20:nth-child(odd) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:odd\:inset-24:nth-child(odd) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:odd\:inset-28:nth-child(odd) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:odd\:inset-32:nth-child(odd) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:odd\:inset-36:nth-child(odd) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:odd\:inset-40:nth-child(odd) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:odd\:inset-44:nth-child(odd) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:odd\:inset-48:nth-child(odd) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:odd\:inset-52:nth-child(odd) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:odd\:inset-56:nth-child(odd) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:odd\:inset-60:nth-child(odd) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:odd\:inset-64:nth-child(odd) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:odd\:inset-72:nth-child(odd) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:odd\:inset-80:nth-child(odd) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:odd\:inset-96:nth-child(odd) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:odd\:inset-px:nth-child(odd) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:odd\:inset-0\.5:nth-child(odd) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:odd\:inset-1\.5:nth-child(odd) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:odd\:inset-2\.5:nth-child(odd) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:odd\:inset-3\.5:nth-child(odd) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:odd\:-inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:odd\:-inset-1:nth-child(odd) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:odd\:-inset-2:nth-child(odd) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:odd\:-inset-3:nth-child(odd) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:odd\:-inset-4:nth-child(odd) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:odd\:-inset-5:nth-child(odd) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:odd\:-inset-6:nth-child(odd) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:odd\:-inset-7:nth-child(odd) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:odd\:-inset-8:nth-child(odd) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:odd\:-inset-9:nth-child(odd) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:odd\:-inset-10:nth-child(odd) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:odd\:-inset-11:nth-child(odd) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:odd\:-inset-12:nth-child(odd) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:odd\:-inset-14:nth-child(odd) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:odd\:-inset-16:nth-child(odd) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:odd\:-inset-20:nth-child(odd) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:odd\:-inset-24:nth-child(odd) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:odd\:-inset-28:nth-child(odd) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:odd\:-inset-32:nth-child(odd) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:odd\:-inset-36:nth-child(odd) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:odd\:-inset-40:nth-child(odd) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:odd\:-inset-44:nth-child(odd) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:odd\:-inset-48:nth-child(odd) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:odd\:-inset-52:nth-child(odd) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:odd\:-inset-56:nth-child(odd) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:odd\:-inset-60:nth-child(odd) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:odd\:-inset-64:nth-child(odd) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:odd\:-inset-72:nth-child(odd) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:odd\:-inset-80:nth-child(odd) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:odd\:-inset-96:nth-child(odd) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:odd\:-inset-px:nth-child(odd) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:odd\:-inset-0\.5:nth-child(odd) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:odd\:-inset-1\.5:nth-child(odd) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:odd\:-inset-2\.5:nth-child(odd) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:odd\:-inset-3\.5:nth-child(odd) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:odd\:inset-1\/2:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:odd\:inset-1\/3:nth-child(odd) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:odd\:inset-2\/3:nth-child(odd) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:odd\:inset-1\/4:nth-child(odd) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:odd\:inset-2\/4:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:odd\:inset-3\/4:nth-child(odd) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:odd\:inset-full:nth-child(odd) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:odd\:-inset-1\/2:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:odd\:-inset-1\/3:nth-child(odd) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:odd\:-inset-2\/3:nth-child(odd) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:odd\:-inset-1\/4:nth-child(odd) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:odd\:-inset-2\/4:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:odd\:-inset-3\/4:nth-child(odd) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:odd\:-inset-full:nth-child(odd) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:odd\:inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .md\:odd\:inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .md\:odd\:inset-y-1:nth-child(odd) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:odd\:inset-x-1:nth-child(odd) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:odd\:inset-y-2:nth-child(odd) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:odd\:inset-x-2:nth-child(odd) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:odd\:inset-y-3:nth-child(odd) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:odd\:inset-x-3:nth-child(odd) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:odd\:inset-y-4:nth-child(odd) {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:odd\:inset-x-4:nth-child(odd) {
    right: 1rem;
    left: 1rem;
  }

  .md\:odd\:inset-y-5:nth-child(odd) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:odd\:inset-x-5:nth-child(odd) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:odd\:inset-y-6:nth-child(odd) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:odd\:inset-x-6:nth-child(odd) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:odd\:inset-y-7:nth-child(odd) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:odd\:inset-x-7:nth-child(odd) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:odd\:inset-y-8:nth-child(odd) {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:odd\:inset-x-8:nth-child(odd) {
    right: 2rem;
    left: 2rem;
  }

  .md\:odd\:inset-y-9:nth-child(odd) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:odd\:inset-x-9:nth-child(odd) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:odd\:inset-y-10:nth-child(odd) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:odd\:inset-x-10:nth-child(odd) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:odd\:inset-y-11:nth-child(odd) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:odd\:inset-x-11:nth-child(odd) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:odd\:inset-y-12:nth-child(odd) {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:odd\:inset-x-12:nth-child(odd) {
    right: 3rem;
    left: 3rem;
  }

  .md\:odd\:inset-y-14:nth-child(odd) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:odd\:inset-x-14:nth-child(odd) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:odd\:inset-y-16:nth-child(odd) {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:odd\:inset-x-16:nth-child(odd) {
    right: 4rem;
    left: 4rem;
  }

  .md\:odd\:inset-y-20:nth-child(odd) {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:odd\:inset-x-20:nth-child(odd) {
    right: 5rem;
    left: 5rem;
  }

  .md\:odd\:inset-y-24:nth-child(odd) {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:odd\:inset-x-24:nth-child(odd) {
    right: 6rem;
    left: 6rem;
  }

  .md\:odd\:inset-y-28:nth-child(odd) {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:odd\:inset-x-28:nth-child(odd) {
    right: 7rem;
    left: 7rem;
  }

  .md\:odd\:inset-y-32:nth-child(odd) {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:odd\:inset-x-32:nth-child(odd) {
    right: 8rem;
    left: 8rem;
  }

  .md\:odd\:inset-y-36:nth-child(odd) {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:odd\:inset-x-36:nth-child(odd) {
    right: 9rem;
    left: 9rem;
  }

  .md\:odd\:inset-y-40:nth-child(odd) {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:odd\:inset-x-40:nth-child(odd) {
    right: 10rem;
    left: 10rem;
  }

  .md\:odd\:inset-y-44:nth-child(odd) {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:odd\:inset-x-44:nth-child(odd) {
    right: 11rem;
    left: 11rem;
  }

  .md\:odd\:inset-y-48:nth-child(odd) {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:odd\:inset-x-48:nth-child(odd) {
    right: 12rem;
    left: 12rem;
  }

  .md\:odd\:inset-y-52:nth-child(odd) {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:odd\:inset-x-52:nth-child(odd) {
    right: 13rem;
    left: 13rem;
  }

  .md\:odd\:inset-y-56:nth-child(odd) {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:odd\:inset-x-56:nth-child(odd) {
    right: 14rem;
    left: 14rem;
  }

  .md\:odd\:inset-y-60:nth-child(odd) {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:odd\:inset-x-60:nth-child(odd) {
    right: 15rem;
    left: 15rem;
  }

  .md\:odd\:inset-y-64:nth-child(odd) {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:odd\:inset-x-64:nth-child(odd) {
    right: 16rem;
    left: 16rem;
  }

  .md\:odd\:inset-y-72:nth-child(odd) {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:odd\:inset-x-72:nth-child(odd) {
    right: 18rem;
    left: 18rem;
  }

  .md\:odd\:inset-y-80:nth-child(odd) {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:odd\:inset-x-80:nth-child(odd) {
    right: 20rem;
    left: 20rem;
  }

  .md\:odd\:inset-y-96:nth-child(odd) {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:odd\:inset-x-96:nth-child(odd) {
    right: 24rem;
    left: 24rem;
  }

  .md\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .md\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .md\:odd\:inset-y-px:nth-child(odd) {
    top: 1px;
    bottom: 1px;
  }

  .md\:odd\:inset-x-px:nth-child(odd) {
    right: 1px;
    left: 1px;
  }

  .md\:odd\:inset-y-0\.5:nth-child(odd) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:odd\:inset-x-0\.5:nth-child(odd) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:odd\:inset-y-1\.5:nth-child(odd) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:odd\:inset-x-1\.5:nth-child(odd) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:odd\:inset-y-2\.5:nth-child(odd) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:odd\:inset-x-2\.5:nth-child(odd) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:odd\:inset-y-3\.5:nth-child(odd) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:odd\:inset-x-3\.5:nth-child(odd) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:odd\:-inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .md\:odd\:-inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .md\:odd\:-inset-y-1:nth-child(odd) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:odd\:-inset-x-1:nth-child(odd) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:odd\:-inset-y-2:nth-child(odd) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:odd\:-inset-x-2:nth-child(odd) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:odd\:-inset-y-3:nth-child(odd) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:odd\:-inset-x-3:nth-child(odd) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:odd\:-inset-y-4:nth-child(odd) {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:odd\:-inset-x-4:nth-child(odd) {
    right: -1rem;
    left: -1rem;
  }

  .md\:odd\:-inset-y-5:nth-child(odd) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:odd\:-inset-x-5:nth-child(odd) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:odd\:-inset-y-6:nth-child(odd) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:odd\:-inset-x-6:nth-child(odd) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:odd\:-inset-y-7:nth-child(odd) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:odd\:-inset-x-7:nth-child(odd) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:odd\:-inset-y-8:nth-child(odd) {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:odd\:-inset-x-8:nth-child(odd) {
    right: -2rem;
    left: -2rem;
  }

  .md\:odd\:-inset-y-9:nth-child(odd) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:odd\:-inset-x-9:nth-child(odd) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:odd\:-inset-y-10:nth-child(odd) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:odd\:-inset-x-10:nth-child(odd) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:odd\:-inset-y-11:nth-child(odd) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:odd\:-inset-x-11:nth-child(odd) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:odd\:-inset-y-12:nth-child(odd) {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:odd\:-inset-x-12:nth-child(odd) {
    right: -3rem;
    left: -3rem;
  }

  .md\:odd\:-inset-y-14:nth-child(odd) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:odd\:-inset-x-14:nth-child(odd) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:odd\:-inset-y-16:nth-child(odd) {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:odd\:-inset-x-16:nth-child(odd) {
    right: -4rem;
    left: -4rem;
  }

  .md\:odd\:-inset-y-20:nth-child(odd) {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:odd\:-inset-x-20:nth-child(odd) {
    right: -5rem;
    left: -5rem;
  }

  .md\:odd\:-inset-y-24:nth-child(odd) {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:odd\:-inset-x-24:nth-child(odd) {
    right: -6rem;
    left: -6rem;
  }

  .md\:odd\:-inset-y-28:nth-child(odd) {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:odd\:-inset-x-28:nth-child(odd) {
    right: -7rem;
    left: -7rem;
  }

  .md\:odd\:-inset-y-32:nth-child(odd) {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:odd\:-inset-x-32:nth-child(odd) {
    right: -8rem;
    left: -8rem;
  }

  .md\:odd\:-inset-y-36:nth-child(odd) {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:odd\:-inset-x-36:nth-child(odd) {
    right: -9rem;
    left: -9rem;
  }

  .md\:odd\:-inset-y-40:nth-child(odd) {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:odd\:-inset-x-40:nth-child(odd) {
    right: -10rem;
    left: -10rem;
  }

  .md\:odd\:-inset-y-44:nth-child(odd) {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:odd\:-inset-x-44:nth-child(odd) {
    right: -11rem;
    left: -11rem;
  }

  .md\:odd\:-inset-y-48:nth-child(odd) {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:odd\:-inset-x-48:nth-child(odd) {
    right: -12rem;
    left: -12rem;
  }

  .md\:odd\:-inset-y-52:nth-child(odd) {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:odd\:-inset-x-52:nth-child(odd) {
    right: -13rem;
    left: -13rem;
  }

  .md\:odd\:-inset-y-56:nth-child(odd) {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:odd\:-inset-x-56:nth-child(odd) {
    right: -14rem;
    left: -14rem;
  }

  .md\:odd\:-inset-y-60:nth-child(odd) {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:odd\:-inset-x-60:nth-child(odd) {
    right: -15rem;
    left: -15rem;
  }

  .md\:odd\:-inset-y-64:nth-child(odd) {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:odd\:-inset-x-64:nth-child(odd) {
    right: -16rem;
    left: -16rem;
  }

  .md\:odd\:-inset-y-72:nth-child(odd) {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:odd\:-inset-x-72:nth-child(odd) {
    right: -18rem;
    left: -18rem;
  }

  .md\:odd\:-inset-y-80:nth-child(odd) {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:odd\:-inset-x-80:nth-child(odd) {
    right: -20rem;
    left: -20rem;
  }

  .md\:odd\:-inset-y-96:nth-child(odd) {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:odd\:-inset-x-96:nth-child(odd) {
    right: -24rem;
    left: -24rem;
  }

  .md\:odd\:-inset-y-px:nth-child(odd) {
    top: -1px;
    bottom: -1px;
  }

  .md\:odd\:-inset-x-px:nth-child(odd) {
    right: -1px;
    left: -1px;
  }

  .md\:odd\:-inset-y-0\.5:nth-child(odd) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:odd\:-inset-x-0\.5:nth-child(odd) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:odd\:-inset-y-1\.5:nth-child(odd) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:odd\:-inset-x-1\.5:nth-child(odd) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:odd\:-inset-y-2\.5:nth-child(odd) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:odd\:-inset-x-2\.5:nth-child(odd) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:odd\:-inset-y-3\.5:nth-child(odd) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:odd\:-inset-x-3\.5:nth-child(odd) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:odd\:inset-y-1\/2:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .md\:odd\:inset-x-1\/2:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .md\:odd\:inset-y-1\/3:nth-child(odd) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:odd\:inset-x-1\/3:nth-child(odd) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:odd\:inset-y-2\/3:nth-child(odd) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:odd\:inset-x-2\/3:nth-child(odd) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:odd\:inset-y-1\/4:nth-child(odd) {
    top: 25%;
    bottom: 25%;
  }

  .md\:odd\:inset-x-1\/4:nth-child(odd) {
    right: 25%;
    left: 25%;
  }

  .md\:odd\:inset-y-2\/4:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .md\:odd\:inset-x-2\/4:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .md\:odd\:inset-y-3\/4:nth-child(odd) {
    top: 75%;
    bottom: 75%;
  }

  .md\:odd\:inset-x-3\/4:nth-child(odd) {
    right: 75%;
    left: 75%;
  }

  .md\:odd\:inset-y-full:nth-child(odd) {
    top: 100%;
    bottom: 100%;
  }

  .md\:odd\:inset-x-full:nth-child(odd) {
    right: 100%;
    left: 100%;
  }

  .md\:odd\:-inset-y-1\/2:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .md\:odd\:-inset-x-1\/2:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .md\:odd\:-inset-y-1\/3:nth-child(odd) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:odd\:-inset-x-1\/3:nth-child(odd) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:odd\:-inset-y-2\/3:nth-child(odd) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:odd\:-inset-x-2\/3:nth-child(odd) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:odd\:-inset-y-1\/4:nth-child(odd) {
    top: -25%;
    bottom: -25%;
  }

  .md\:odd\:-inset-x-1\/4:nth-child(odd) {
    right: -25%;
    left: -25%;
  }

  .md\:odd\:-inset-y-2\/4:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .md\:odd\:-inset-x-2\/4:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .md\:odd\:-inset-y-3\/4:nth-child(odd) {
    top: -75%;
    bottom: -75%;
  }

  .md\:odd\:-inset-x-3\/4:nth-child(odd) {
    right: -75%;
    left: -75%;
  }

  .md\:odd\:-inset-y-full:nth-child(odd) {
    top: -100%;
    bottom: -100%;
  }

  .md\:odd\:-inset-x-full:nth-child(odd) {
    right: -100%;
    left: -100%;
  }

  .md\:odd\:top-0:nth-child(odd) {
    top: 0px;
  }

  .md\:odd\:right-0:nth-child(odd) {
    right: 0px;
  }

  .md\:odd\:bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .md\:odd\:left-0:nth-child(odd) {
    left: 0px;
  }

  .md\:odd\:top-1:nth-child(odd) {
    top: 0.25rem;
  }

  .md\:odd\:right-1:nth-child(odd) {
    right: 0.25rem;
  }

  .md\:odd\:bottom-1:nth-child(odd) {
    bottom: 0.25rem;
  }

  .md\:odd\:left-1:nth-child(odd) {
    left: 0.25rem;
  }

  .md\:odd\:top-2:nth-child(odd) {
    top: 0.5rem;
  }

  .md\:odd\:right-2:nth-child(odd) {
    right: 0.5rem;
  }

  .md\:odd\:bottom-2:nth-child(odd) {
    bottom: 0.5rem;
  }

  .md\:odd\:left-2:nth-child(odd) {
    left: 0.5rem;
  }

  .md\:odd\:top-3:nth-child(odd) {
    top: 0.75rem;
  }

  .md\:odd\:right-3:nth-child(odd) {
    right: 0.75rem;
  }

  .md\:odd\:bottom-3:nth-child(odd) {
    bottom: 0.75rem;
  }

  .md\:odd\:left-3:nth-child(odd) {
    left: 0.75rem;
  }

  .md\:odd\:top-4:nth-child(odd) {
    top: 1rem;
  }

  .md\:odd\:right-4:nth-child(odd) {
    right: 1rem;
  }

  .md\:odd\:bottom-4:nth-child(odd) {
    bottom: 1rem;
  }

  .md\:odd\:left-4:nth-child(odd) {
    left: 1rem;
  }

  .md\:odd\:top-5:nth-child(odd) {
    top: 1.25rem;
  }

  .md\:odd\:right-5:nth-child(odd) {
    right: 1.25rem;
  }

  .md\:odd\:bottom-5:nth-child(odd) {
    bottom: 1.25rem;
  }

  .md\:odd\:left-5:nth-child(odd) {
    left: 1.25rem;
  }

  .md\:odd\:top-6:nth-child(odd) {
    top: 1.5rem;
  }

  .md\:odd\:right-6:nth-child(odd) {
    right: 1.5rem;
  }

  .md\:odd\:bottom-6:nth-child(odd) {
    bottom: 1.5rem;
  }

  .md\:odd\:left-6:nth-child(odd) {
    left: 1.5rem;
  }

  .md\:odd\:top-7:nth-child(odd) {
    top: 1.75rem;
  }

  .md\:odd\:right-7:nth-child(odd) {
    right: 1.75rem;
  }

  .md\:odd\:bottom-7:nth-child(odd) {
    bottom: 1.75rem;
  }

  .md\:odd\:left-7:nth-child(odd) {
    left: 1.75rem;
  }

  .md\:odd\:top-8:nth-child(odd) {
    top: 2rem;
  }

  .md\:odd\:right-8:nth-child(odd) {
    right: 2rem;
  }

  .md\:odd\:bottom-8:nth-child(odd) {
    bottom: 2rem;
  }

  .md\:odd\:left-8:nth-child(odd) {
    left: 2rem;
  }

  .md\:odd\:top-9:nth-child(odd) {
    top: 2.25rem;
  }

  .md\:odd\:right-9:nth-child(odd) {
    right: 2.25rem;
  }

  .md\:odd\:bottom-9:nth-child(odd) {
    bottom: 2.25rem;
  }

  .md\:odd\:left-9:nth-child(odd) {
    left: 2.25rem;
  }

  .md\:odd\:top-10:nth-child(odd) {
    top: 2.5rem;
  }

  .md\:odd\:right-10:nth-child(odd) {
    right: 2.5rem;
  }

  .md\:odd\:bottom-10:nth-child(odd) {
    bottom: 2.5rem;
  }

  .md\:odd\:left-10:nth-child(odd) {
    left: 2.5rem;
  }

  .md\:odd\:top-11:nth-child(odd) {
    top: 2.75rem;
  }

  .md\:odd\:right-11:nth-child(odd) {
    right: 2.75rem;
  }

  .md\:odd\:bottom-11:nth-child(odd) {
    bottom: 2.75rem;
  }

  .md\:odd\:left-11:nth-child(odd) {
    left: 2.75rem;
  }

  .md\:odd\:top-12:nth-child(odd) {
    top: 3rem;
  }

  .md\:odd\:right-12:nth-child(odd) {
    right: 3rem;
  }

  .md\:odd\:bottom-12:nth-child(odd) {
    bottom: 3rem;
  }

  .md\:odd\:left-12:nth-child(odd) {
    left: 3rem;
  }

  .md\:odd\:top-14:nth-child(odd) {
    top: 3.5rem;
  }

  .md\:odd\:right-14:nth-child(odd) {
    right: 3.5rem;
  }

  .md\:odd\:bottom-14:nth-child(odd) {
    bottom: 3.5rem;
  }

  .md\:odd\:left-14:nth-child(odd) {
    left: 3.5rem;
  }

  .md\:odd\:top-16:nth-child(odd) {
    top: 4rem;
  }

  .md\:odd\:right-16:nth-child(odd) {
    right: 4rem;
  }

  .md\:odd\:bottom-16:nth-child(odd) {
    bottom: 4rem;
  }

  .md\:odd\:left-16:nth-child(odd) {
    left: 4rem;
  }

  .md\:odd\:top-20:nth-child(odd) {
    top: 5rem;
  }

  .md\:odd\:right-20:nth-child(odd) {
    right: 5rem;
  }

  .md\:odd\:bottom-20:nth-child(odd) {
    bottom: 5rem;
  }

  .md\:odd\:left-20:nth-child(odd) {
    left: 5rem;
  }

  .md\:odd\:top-24:nth-child(odd) {
    top: 6rem;
  }

  .md\:odd\:right-24:nth-child(odd) {
    right: 6rem;
  }

  .md\:odd\:bottom-24:nth-child(odd) {
    bottom: 6rem;
  }

  .md\:odd\:left-24:nth-child(odd) {
    left: 6rem;
  }

  .md\:odd\:top-28:nth-child(odd) {
    top: 7rem;
  }

  .md\:odd\:right-28:nth-child(odd) {
    right: 7rem;
  }

  .md\:odd\:bottom-28:nth-child(odd) {
    bottom: 7rem;
  }

  .md\:odd\:left-28:nth-child(odd) {
    left: 7rem;
  }

  .md\:odd\:top-32:nth-child(odd) {
    top: 8rem;
  }

  .md\:odd\:right-32:nth-child(odd) {
    right: 8rem;
  }

  .md\:odd\:bottom-32:nth-child(odd) {
    bottom: 8rem;
  }

  .md\:odd\:left-32:nth-child(odd) {
    left: 8rem;
  }

  .md\:odd\:top-36:nth-child(odd) {
    top: 9rem;
  }

  .md\:odd\:right-36:nth-child(odd) {
    right: 9rem;
  }

  .md\:odd\:bottom-36:nth-child(odd) {
    bottom: 9rem;
  }

  .md\:odd\:left-36:nth-child(odd) {
    left: 9rem;
  }

  .md\:odd\:top-40:nth-child(odd) {
    top: 10rem;
  }

  .md\:odd\:right-40:nth-child(odd) {
    right: 10rem;
  }

  .md\:odd\:bottom-40:nth-child(odd) {
    bottom: 10rem;
  }

  .md\:odd\:left-40:nth-child(odd) {
    left: 10rem;
  }

  .md\:odd\:top-44:nth-child(odd) {
    top: 11rem;
  }

  .md\:odd\:right-44:nth-child(odd) {
    right: 11rem;
  }

  .md\:odd\:bottom-44:nth-child(odd) {
    bottom: 11rem;
  }

  .md\:odd\:left-44:nth-child(odd) {
    left: 11rem;
  }

  .md\:odd\:top-48:nth-child(odd) {
    top: 12rem;
  }

  .md\:odd\:right-48:nth-child(odd) {
    right: 12rem;
  }

  .md\:odd\:bottom-48:nth-child(odd) {
    bottom: 12rem;
  }

  .md\:odd\:left-48:nth-child(odd) {
    left: 12rem;
  }

  .md\:odd\:top-52:nth-child(odd) {
    top: 13rem;
  }

  .md\:odd\:right-52:nth-child(odd) {
    right: 13rem;
  }

  .md\:odd\:bottom-52:nth-child(odd) {
    bottom: 13rem;
  }

  .md\:odd\:left-52:nth-child(odd) {
    left: 13rem;
  }

  .md\:odd\:top-56:nth-child(odd) {
    top: 14rem;
  }

  .md\:odd\:right-56:nth-child(odd) {
    right: 14rem;
  }

  .md\:odd\:bottom-56:nth-child(odd) {
    bottom: 14rem;
  }

  .md\:odd\:left-56:nth-child(odd) {
    left: 14rem;
  }

  .md\:odd\:top-60:nth-child(odd) {
    top: 15rem;
  }

  .md\:odd\:right-60:nth-child(odd) {
    right: 15rem;
  }

  .md\:odd\:bottom-60:nth-child(odd) {
    bottom: 15rem;
  }

  .md\:odd\:left-60:nth-child(odd) {
    left: 15rem;
  }

  .md\:odd\:top-64:nth-child(odd) {
    top: 16rem;
  }

  .md\:odd\:right-64:nth-child(odd) {
    right: 16rem;
  }

  .md\:odd\:bottom-64:nth-child(odd) {
    bottom: 16rem;
  }

  .md\:odd\:left-64:nth-child(odd) {
    left: 16rem;
  }

  .md\:odd\:top-72:nth-child(odd) {
    top: 18rem;
  }

  .md\:odd\:right-72:nth-child(odd) {
    right: 18rem;
  }

  .md\:odd\:bottom-72:nth-child(odd) {
    bottom: 18rem;
  }

  .md\:odd\:left-72:nth-child(odd) {
    left: 18rem;
  }

  .md\:odd\:top-80:nth-child(odd) {
    top: 20rem;
  }

  .md\:odd\:right-80:nth-child(odd) {
    right: 20rem;
  }

  .md\:odd\:bottom-80:nth-child(odd) {
    bottom: 20rem;
  }

  .md\:odd\:left-80:nth-child(odd) {
    left: 20rem;
  }

  .md\:odd\:top-96:nth-child(odd) {
    top: 24rem;
  }

  .md\:odd\:right-96:nth-child(odd) {
    right: 24rem;
  }

  .md\:odd\:bottom-96:nth-child(odd) {
    bottom: 24rem;
  }

  .md\:odd\:left-96:nth-child(odd) {
    left: 24rem;
  }

  .md\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .md\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .md\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .md\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .md\:odd\:top-px:nth-child(odd) {
    top: 1px;
  }

  .md\:odd\:right-px:nth-child(odd) {
    right: 1px;
  }

  .md\:odd\:bottom-px:nth-child(odd) {
    bottom: 1px;
  }

  .md\:odd\:left-px:nth-child(odd) {
    left: 1px;
  }

  .md\:odd\:top-0\.5:nth-child(odd) {
    top: 0.125rem;
  }

  .md\:odd\:right-0\.5:nth-child(odd) {
    right: 0.125rem;
  }

  .md\:odd\:bottom-0\.5:nth-child(odd) {
    bottom: 0.125rem;
  }

  .md\:odd\:left-0\.5:nth-child(odd) {
    left: 0.125rem;
  }

  .md\:odd\:top-1\.5:nth-child(odd) {
    top: 0.375rem;
  }

  .md\:odd\:right-1\.5:nth-child(odd) {
    right: 0.375rem;
  }

  .md\:odd\:bottom-1\.5:nth-child(odd) {
    bottom: 0.375rem;
  }

  .md\:odd\:left-1\.5:nth-child(odd) {
    left: 0.375rem;
  }

  .md\:odd\:top-2\.5:nth-child(odd) {
    top: 0.625rem;
  }

  .md\:odd\:right-2\.5:nth-child(odd) {
    right: 0.625rem;
  }

  .md\:odd\:bottom-2\.5:nth-child(odd) {
    bottom: 0.625rem;
  }

  .md\:odd\:left-2\.5:nth-child(odd) {
    left: 0.625rem;
  }

  .md\:odd\:top-3\.5:nth-child(odd) {
    top: 0.875rem;
  }

  .md\:odd\:right-3\.5:nth-child(odd) {
    right: 0.875rem;
  }

  .md\:odd\:bottom-3\.5:nth-child(odd) {
    bottom: 0.875rem;
  }

  .md\:odd\:left-3\.5:nth-child(odd) {
    left: 0.875rem;
  }

  .md\:odd\:-top-0:nth-child(odd) {
    top: 0px;
  }

  .md\:odd\:-right-0:nth-child(odd) {
    right: 0px;
  }

  .md\:odd\:-bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .md\:odd\:-left-0:nth-child(odd) {
    left: 0px;
  }

  .md\:odd\:-top-1:nth-child(odd) {
    top: -0.25rem;
  }

  .md\:odd\:-right-1:nth-child(odd) {
    right: -0.25rem;
  }

  .md\:odd\:-bottom-1:nth-child(odd) {
    bottom: -0.25rem;
  }

  .md\:odd\:-left-1:nth-child(odd) {
    left: -0.25rem;
  }

  .md\:odd\:-top-2:nth-child(odd) {
    top: -0.5rem;
  }

  .md\:odd\:-right-2:nth-child(odd) {
    right: -0.5rem;
  }

  .md\:odd\:-bottom-2:nth-child(odd) {
    bottom: -0.5rem;
  }

  .md\:odd\:-left-2:nth-child(odd) {
    left: -0.5rem;
  }

  .md\:odd\:-top-3:nth-child(odd) {
    top: -0.75rem;
  }

  .md\:odd\:-right-3:nth-child(odd) {
    right: -0.75rem;
  }

  .md\:odd\:-bottom-3:nth-child(odd) {
    bottom: -0.75rem;
  }

  .md\:odd\:-left-3:nth-child(odd) {
    left: -0.75rem;
  }

  .md\:odd\:-top-4:nth-child(odd) {
    top: -1rem;
  }

  .md\:odd\:-right-4:nth-child(odd) {
    right: -1rem;
  }

  .md\:odd\:-bottom-4:nth-child(odd) {
    bottom: -1rem;
  }

  .md\:odd\:-left-4:nth-child(odd) {
    left: -1rem;
  }

  .md\:odd\:-top-5:nth-child(odd) {
    top: -1.25rem;
  }

  .md\:odd\:-right-5:nth-child(odd) {
    right: -1.25rem;
  }

  .md\:odd\:-bottom-5:nth-child(odd) {
    bottom: -1.25rem;
  }

  .md\:odd\:-left-5:nth-child(odd) {
    left: -1.25rem;
  }

  .md\:odd\:-top-6:nth-child(odd) {
    top: -1.5rem;
  }

  .md\:odd\:-right-6:nth-child(odd) {
    right: -1.5rem;
  }

  .md\:odd\:-bottom-6:nth-child(odd) {
    bottom: -1.5rem;
  }

  .md\:odd\:-left-6:nth-child(odd) {
    left: -1.5rem;
  }

  .md\:odd\:-top-7:nth-child(odd) {
    top: -1.75rem;
  }

  .md\:odd\:-right-7:nth-child(odd) {
    right: -1.75rem;
  }

  .md\:odd\:-bottom-7:nth-child(odd) {
    bottom: -1.75rem;
  }

  .md\:odd\:-left-7:nth-child(odd) {
    left: -1.75rem;
  }

  .md\:odd\:-top-8:nth-child(odd) {
    top: -2rem;
  }

  .md\:odd\:-right-8:nth-child(odd) {
    right: -2rem;
  }

  .md\:odd\:-bottom-8:nth-child(odd) {
    bottom: -2rem;
  }

  .md\:odd\:-left-8:nth-child(odd) {
    left: -2rem;
  }

  .md\:odd\:-top-9:nth-child(odd) {
    top: -2.25rem;
  }

  .md\:odd\:-right-9:nth-child(odd) {
    right: -2.25rem;
  }

  .md\:odd\:-bottom-9:nth-child(odd) {
    bottom: -2.25rem;
  }

  .md\:odd\:-left-9:nth-child(odd) {
    left: -2.25rem;
  }

  .md\:odd\:-top-10:nth-child(odd) {
    top: -2.5rem;
  }

  .md\:odd\:-right-10:nth-child(odd) {
    right: -2.5rem;
  }

  .md\:odd\:-bottom-10:nth-child(odd) {
    bottom: -2.5rem;
  }

  .md\:odd\:-left-10:nth-child(odd) {
    left: -2.5rem;
  }

  .md\:odd\:-top-11:nth-child(odd) {
    top: -2.75rem;
  }

  .md\:odd\:-right-11:nth-child(odd) {
    right: -2.75rem;
  }

  .md\:odd\:-bottom-11:nth-child(odd) {
    bottom: -2.75rem;
  }

  .md\:odd\:-left-11:nth-child(odd) {
    left: -2.75rem;
  }

  .md\:odd\:-top-12:nth-child(odd) {
    top: -3rem;
  }

  .md\:odd\:-right-12:nth-child(odd) {
    right: -3rem;
  }

  .md\:odd\:-bottom-12:nth-child(odd) {
    bottom: -3rem;
  }

  .md\:odd\:-left-12:nth-child(odd) {
    left: -3rem;
  }

  .md\:odd\:-top-14:nth-child(odd) {
    top: -3.5rem;
  }

  .md\:odd\:-right-14:nth-child(odd) {
    right: -3.5rem;
  }

  .md\:odd\:-bottom-14:nth-child(odd) {
    bottom: -3.5rem;
  }

  .md\:odd\:-left-14:nth-child(odd) {
    left: -3.5rem;
  }

  .md\:odd\:-top-16:nth-child(odd) {
    top: -4rem;
  }

  .md\:odd\:-right-16:nth-child(odd) {
    right: -4rem;
  }

  .md\:odd\:-bottom-16:nth-child(odd) {
    bottom: -4rem;
  }

  .md\:odd\:-left-16:nth-child(odd) {
    left: -4rem;
  }

  .md\:odd\:-top-20:nth-child(odd) {
    top: -5rem;
  }

  .md\:odd\:-right-20:nth-child(odd) {
    right: -5rem;
  }

  .md\:odd\:-bottom-20:nth-child(odd) {
    bottom: -5rem;
  }

  .md\:odd\:-left-20:nth-child(odd) {
    left: -5rem;
  }

  .md\:odd\:-top-24:nth-child(odd) {
    top: -6rem;
  }

  .md\:odd\:-right-24:nth-child(odd) {
    right: -6rem;
  }

  .md\:odd\:-bottom-24:nth-child(odd) {
    bottom: -6rem;
  }

  .md\:odd\:-left-24:nth-child(odd) {
    left: -6rem;
  }

  .md\:odd\:-top-28:nth-child(odd) {
    top: -7rem;
  }

  .md\:odd\:-right-28:nth-child(odd) {
    right: -7rem;
  }

  .md\:odd\:-bottom-28:nth-child(odd) {
    bottom: -7rem;
  }

  .md\:odd\:-left-28:nth-child(odd) {
    left: -7rem;
  }

  .md\:odd\:-top-32:nth-child(odd) {
    top: -8rem;
  }

  .md\:odd\:-right-32:nth-child(odd) {
    right: -8rem;
  }

  .md\:odd\:-bottom-32:nth-child(odd) {
    bottom: -8rem;
  }

  .md\:odd\:-left-32:nth-child(odd) {
    left: -8rem;
  }

  .md\:odd\:-top-36:nth-child(odd) {
    top: -9rem;
  }

  .md\:odd\:-right-36:nth-child(odd) {
    right: -9rem;
  }

  .md\:odd\:-bottom-36:nth-child(odd) {
    bottom: -9rem;
  }

  .md\:odd\:-left-36:nth-child(odd) {
    left: -9rem;
  }

  .md\:odd\:-top-40:nth-child(odd) {
    top: -10rem;
  }

  .md\:odd\:-right-40:nth-child(odd) {
    right: -10rem;
  }

  .md\:odd\:-bottom-40:nth-child(odd) {
    bottom: -10rem;
  }

  .md\:odd\:-left-40:nth-child(odd) {
    left: -10rem;
  }

  .md\:odd\:-top-44:nth-child(odd) {
    top: -11rem;
  }

  .md\:odd\:-right-44:nth-child(odd) {
    right: -11rem;
  }

  .md\:odd\:-bottom-44:nth-child(odd) {
    bottom: -11rem;
  }

  .md\:odd\:-left-44:nth-child(odd) {
    left: -11rem;
  }

  .md\:odd\:-top-48:nth-child(odd) {
    top: -12rem;
  }

  .md\:odd\:-right-48:nth-child(odd) {
    right: -12rem;
  }

  .md\:odd\:-bottom-48:nth-child(odd) {
    bottom: -12rem;
  }

  .md\:odd\:-left-48:nth-child(odd) {
    left: -12rem;
  }

  .md\:odd\:-top-52:nth-child(odd) {
    top: -13rem;
  }

  .md\:odd\:-right-52:nth-child(odd) {
    right: -13rem;
  }

  .md\:odd\:-bottom-52:nth-child(odd) {
    bottom: -13rem;
  }

  .md\:odd\:-left-52:nth-child(odd) {
    left: -13rem;
  }

  .md\:odd\:-top-56:nth-child(odd) {
    top: -14rem;
  }

  .md\:odd\:-right-56:nth-child(odd) {
    right: -14rem;
  }

  .md\:odd\:-bottom-56:nth-child(odd) {
    bottom: -14rem;
  }

  .md\:odd\:-left-56:nth-child(odd) {
    left: -14rem;
  }

  .md\:odd\:-top-60:nth-child(odd) {
    top: -15rem;
  }

  .md\:odd\:-right-60:nth-child(odd) {
    right: -15rem;
  }

  .md\:odd\:-bottom-60:nth-child(odd) {
    bottom: -15rem;
  }

  .md\:odd\:-left-60:nth-child(odd) {
    left: -15rem;
  }

  .md\:odd\:-top-64:nth-child(odd) {
    top: -16rem;
  }

  .md\:odd\:-right-64:nth-child(odd) {
    right: -16rem;
  }

  .md\:odd\:-bottom-64:nth-child(odd) {
    bottom: -16rem;
  }

  .md\:odd\:-left-64:nth-child(odd) {
    left: -16rem;
  }

  .md\:odd\:-top-72:nth-child(odd) {
    top: -18rem;
  }

  .md\:odd\:-right-72:nth-child(odd) {
    right: -18rem;
  }

  .md\:odd\:-bottom-72:nth-child(odd) {
    bottom: -18rem;
  }

  .md\:odd\:-left-72:nth-child(odd) {
    left: -18rem;
  }

  .md\:odd\:-top-80:nth-child(odd) {
    top: -20rem;
  }

  .md\:odd\:-right-80:nth-child(odd) {
    right: -20rem;
  }

  .md\:odd\:-bottom-80:nth-child(odd) {
    bottom: -20rem;
  }

  .md\:odd\:-left-80:nth-child(odd) {
    left: -20rem;
  }

  .md\:odd\:-top-96:nth-child(odd) {
    top: -24rem;
  }

  .md\:odd\:-right-96:nth-child(odd) {
    right: -24rem;
  }

  .md\:odd\:-bottom-96:nth-child(odd) {
    bottom: -24rem;
  }

  .md\:odd\:-left-96:nth-child(odd) {
    left: -24rem;
  }

  .md\:odd\:-top-px:nth-child(odd) {
    top: -1px;
  }

  .md\:odd\:-right-px:nth-child(odd) {
    right: -1px;
  }

  .md\:odd\:-bottom-px:nth-child(odd) {
    bottom: -1px;
  }

  .md\:odd\:-left-px:nth-child(odd) {
    left: -1px;
  }

  .md\:odd\:-top-0\.5:nth-child(odd) {
    top: -0.125rem;
  }

  .md\:odd\:-right-0\.5:nth-child(odd) {
    right: -0.125rem;
  }

  .md\:odd\:-bottom-0\.5:nth-child(odd) {
    bottom: -0.125rem;
  }

  .md\:odd\:-left-0\.5:nth-child(odd) {
    left: -0.125rem;
  }

  .md\:odd\:-top-1\.5:nth-child(odd) {
    top: -0.375rem;
  }

  .md\:odd\:-right-1\.5:nth-child(odd) {
    right: -0.375rem;
  }

  .md\:odd\:-bottom-1\.5:nth-child(odd) {
    bottom: -0.375rem;
  }

  .md\:odd\:-left-1\.5:nth-child(odd) {
    left: -0.375rem;
  }

  .md\:odd\:-top-2\.5:nth-child(odd) {
    top: -0.625rem;
  }

  .md\:odd\:-right-2\.5:nth-child(odd) {
    right: -0.625rem;
  }

  .md\:odd\:-bottom-2\.5:nth-child(odd) {
    bottom: -0.625rem;
  }

  .md\:odd\:-left-2\.5:nth-child(odd) {
    left: -0.625rem;
  }

  .md\:odd\:-top-3\.5:nth-child(odd) {
    top: -0.875rem;
  }

  .md\:odd\:-right-3\.5:nth-child(odd) {
    right: -0.875rem;
  }

  .md\:odd\:-bottom-3\.5:nth-child(odd) {
    bottom: -0.875rem;
  }

  .md\:odd\:-left-3\.5:nth-child(odd) {
    left: -0.875rem;
  }

  .md\:odd\:top-1\/2:nth-child(odd) {
    top: 50%;
  }

  .md\:odd\:right-1\/2:nth-child(odd) {
    right: 50%;
  }

  .md\:odd\:bottom-1\/2:nth-child(odd) {
    bottom: 50%;
  }

  .md\:odd\:left-1\/2:nth-child(odd) {
    left: 50%;
  }

  .md\:odd\:top-1\/3:nth-child(odd) {
    top: 33.333333%;
  }

  .md\:odd\:right-1\/3:nth-child(odd) {
    right: 33.333333%;
  }

  .md\:odd\:bottom-1\/3:nth-child(odd) {
    bottom: 33.333333%;
  }

  .md\:odd\:left-1\/3:nth-child(odd) {
    left: 33.333333%;
  }

  .md\:odd\:top-2\/3:nth-child(odd) {
    top: 66.666667%;
  }

  .md\:odd\:right-2\/3:nth-child(odd) {
    right: 66.666667%;
  }

  .md\:odd\:bottom-2\/3:nth-child(odd) {
    bottom: 66.666667%;
  }

  .md\:odd\:left-2\/3:nth-child(odd) {
    left: 66.666667%;
  }

  .md\:odd\:top-1\/4:nth-child(odd) {
    top: 25%;
  }

  .md\:odd\:right-1\/4:nth-child(odd) {
    right: 25%;
  }

  .md\:odd\:bottom-1\/4:nth-child(odd) {
    bottom: 25%;
  }

  .md\:odd\:left-1\/4:nth-child(odd) {
    left: 25%;
  }

  .md\:odd\:top-2\/4:nth-child(odd) {
    top: 50%;
  }

  .md\:odd\:right-2\/4:nth-child(odd) {
    right: 50%;
  }

  .md\:odd\:bottom-2\/4:nth-child(odd) {
    bottom: 50%;
  }

  .md\:odd\:left-2\/4:nth-child(odd) {
    left: 50%;
  }

  .md\:odd\:top-3\/4:nth-child(odd) {
    top: 75%;
  }

  .md\:odd\:right-3\/4:nth-child(odd) {
    right: 75%;
  }

  .md\:odd\:bottom-3\/4:nth-child(odd) {
    bottom: 75%;
  }

  .md\:odd\:left-3\/4:nth-child(odd) {
    left: 75%;
  }

  .md\:odd\:top-full:nth-child(odd) {
    top: 100%;
  }

  .md\:odd\:right-full:nth-child(odd) {
    right: 100%;
  }

  .md\:odd\:bottom-full:nth-child(odd) {
    bottom: 100%;
  }

  .md\:odd\:left-full:nth-child(odd) {
    left: 100%;
  }

  .md\:odd\:-top-1\/2:nth-child(odd) {
    top: -50%;
  }

  .md\:odd\:-right-1\/2:nth-child(odd) {
    right: -50%;
  }

  .md\:odd\:-bottom-1\/2:nth-child(odd) {
    bottom: -50%;
  }

  .md\:odd\:-left-1\/2:nth-child(odd) {
    left: -50%;
  }

  .md\:odd\:-top-1\/3:nth-child(odd) {
    top: -33.333333%;
  }

  .md\:odd\:-right-1\/3:nth-child(odd) {
    right: -33.333333%;
  }

  .md\:odd\:-bottom-1\/3:nth-child(odd) {
    bottom: -33.333333%;
  }

  .md\:odd\:-left-1\/3:nth-child(odd) {
    left: -33.333333%;
  }

  .md\:odd\:-top-2\/3:nth-child(odd) {
    top: -66.666667%;
  }

  .md\:odd\:-right-2\/3:nth-child(odd) {
    right: -66.666667%;
  }

  .md\:odd\:-bottom-2\/3:nth-child(odd) {
    bottom: -66.666667%;
  }

  .md\:odd\:-left-2\/3:nth-child(odd) {
    left: -66.666667%;
  }

  .md\:odd\:-top-1\/4:nth-child(odd) {
    top: -25%;
  }

  .md\:odd\:-right-1\/4:nth-child(odd) {
    right: -25%;
  }

  .md\:odd\:-bottom-1\/4:nth-child(odd) {
    bottom: -25%;
  }

  .md\:odd\:-left-1\/4:nth-child(odd) {
    left: -25%;
  }

  .md\:odd\:-top-2\/4:nth-child(odd) {
    top: -50%;
  }

  .md\:odd\:-right-2\/4:nth-child(odd) {
    right: -50%;
  }

  .md\:odd\:-bottom-2\/4:nth-child(odd) {
    bottom: -50%;
  }

  .md\:odd\:-left-2\/4:nth-child(odd) {
    left: -50%;
  }

  .md\:odd\:-top-3\/4:nth-child(odd) {
    top: -75%;
  }

  .md\:odd\:-right-3\/4:nth-child(odd) {
    right: -75%;
  }

  .md\:odd\:-bottom-3\/4:nth-child(odd) {
    bottom: -75%;
  }

  .md\:odd\:-left-3\/4:nth-child(odd) {
    left: -75%;
  }

  .md\:odd\:-top-full:nth-child(odd) {
    top: -100%;
  }

  .md\:odd\:-right-full:nth-child(odd) {
    right: -100%;
  }

  .md\:odd\:-bottom-full:nth-child(odd) {
    bottom: -100%;
  }

  .md\:odd\:-left-full:nth-child(odd) {
    left: -100%;
  }

  .md\:even\:inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:even\:inset-1:nth-child(even) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:even\:inset-2:nth-child(even) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:even\:inset-3:nth-child(even) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:even\:inset-4:nth-child(even) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:even\:inset-5:nth-child(even) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:even\:inset-6:nth-child(even) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:even\:inset-7:nth-child(even) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:even\:inset-8:nth-child(even) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:even\:inset-9:nth-child(even) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:even\:inset-10:nth-child(even) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:even\:inset-11:nth-child(even) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:even\:inset-12:nth-child(even) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:even\:inset-14:nth-child(even) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:even\:inset-16:nth-child(even) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:even\:inset-20:nth-child(even) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:even\:inset-24:nth-child(even) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:even\:inset-28:nth-child(even) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:even\:inset-32:nth-child(even) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:even\:inset-36:nth-child(even) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:even\:inset-40:nth-child(even) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:even\:inset-44:nth-child(even) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:even\:inset-48:nth-child(even) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:even\:inset-52:nth-child(even) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:even\:inset-56:nth-child(even) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:even\:inset-60:nth-child(even) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:even\:inset-64:nth-child(even) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:even\:inset-72:nth-child(even) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:even\:inset-80:nth-child(even) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:even\:inset-96:nth-child(even) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:even\:inset-px:nth-child(even) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:even\:inset-0\.5:nth-child(even) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:even\:inset-1\.5:nth-child(even) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:even\:inset-2\.5:nth-child(even) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:even\:inset-3\.5:nth-child(even) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:even\:-inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:even\:-inset-1:nth-child(even) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:even\:-inset-2:nth-child(even) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:even\:-inset-3:nth-child(even) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:even\:-inset-4:nth-child(even) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:even\:-inset-5:nth-child(even) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:even\:-inset-6:nth-child(even) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:even\:-inset-7:nth-child(even) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:even\:-inset-8:nth-child(even) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:even\:-inset-9:nth-child(even) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:even\:-inset-10:nth-child(even) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:even\:-inset-11:nth-child(even) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:even\:-inset-12:nth-child(even) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:even\:-inset-14:nth-child(even) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:even\:-inset-16:nth-child(even) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:even\:-inset-20:nth-child(even) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:even\:-inset-24:nth-child(even) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:even\:-inset-28:nth-child(even) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:even\:-inset-32:nth-child(even) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:even\:-inset-36:nth-child(even) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:even\:-inset-40:nth-child(even) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:even\:-inset-44:nth-child(even) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:even\:-inset-48:nth-child(even) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:even\:-inset-52:nth-child(even) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:even\:-inset-56:nth-child(even) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:even\:-inset-60:nth-child(even) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:even\:-inset-64:nth-child(even) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:even\:-inset-72:nth-child(even) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:even\:-inset-80:nth-child(even) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:even\:-inset-96:nth-child(even) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:even\:-inset-px:nth-child(even) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:even\:-inset-0\.5:nth-child(even) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:even\:-inset-1\.5:nth-child(even) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:even\:-inset-2\.5:nth-child(even) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:even\:-inset-3\.5:nth-child(even) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:even\:inset-1\/2:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:even\:inset-1\/3:nth-child(even) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:even\:inset-2\/3:nth-child(even) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:even\:inset-1\/4:nth-child(even) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:even\:inset-2\/4:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:even\:inset-3\/4:nth-child(even) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:even\:inset-full:nth-child(even) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:even\:-inset-1\/2:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:even\:-inset-1\/3:nth-child(even) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:even\:-inset-2\/3:nth-child(even) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:even\:-inset-1\/4:nth-child(even) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:even\:-inset-2\/4:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:even\:-inset-3\/4:nth-child(even) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:even\:-inset-full:nth-child(even) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:even\:inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .md\:even\:inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .md\:even\:inset-y-1:nth-child(even) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:even\:inset-x-1:nth-child(even) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:even\:inset-y-2:nth-child(even) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:even\:inset-x-2:nth-child(even) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:even\:inset-y-3:nth-child(even) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:even\:inset-x-3:nth-child(even) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:even\:inset-y-4:nth-child(even) {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:even\:inset-x-4:nth-child(even) {
    right: 1rem;
    left: 1rem;
  }

  .md\:even\:inset-y-5:nth-child(even) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:even\:inset-x-5:nth-child(even) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:even\:inset-y-6:nth-child(even) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:even\:inset-x-6:nth-child(even) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:even\:inset-y-7:nth-child(even) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:even\:inset-x-7:nth-child(even) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:even\:inset-y-8:nth-child(even) {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:even\:inset-x-8:nth-child(even) {
    right: 2rem;
    left: 2rem;
  }

  .md\:even\:inset-y-9:nth-child(even) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:even\:inset-x-9:nth-child(even) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:even\:inset-y-10:nth-child(even) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:even\:inset-x-10:nth-child(even) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:even\:inset-y-11:nth-child(even) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:even\:inset-x-11:nth-child(even) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:even\:inset-y-12:nth-child(even) {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:even\:inset-x-12:nth-child(even) {
    right: 3rem;
    left: 3rem;
  }

  .md\:even\:inset-y-14:nth-child(even) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:even\:inset-x-14:nth-child(even) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:even\:inset-y-16:nth-child(even) {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:even\:inset-x-16:nth-child(even) {
    right: 4rem;
    left: 4rem;
  }

  .md\:even\:inset-y-20:nth-child(even) {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:even\:inset-x-20:nth-child(even) {
    right: 5rem;
    left: 5rem;
  }

  .md\:even\:inset-y-24:nth-child(even) {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:even\:inset-x-24:nth-child(even) {
    right: 6rem;
    left: 6rem;
  }

  .md\:even\:inset-y-28:nth-child(even) {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:even\:inset-x-28:nth-child(even) {
    right: 7rem;
    left: 7rem;
  }

  .md\:even\:inset-y-32:nth-child(even) {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:even\:inset-x-32:nth-child(even) {
    right: 8rem;
    left: 8rem;
  }

  .md\:even\:inset-y-36:nth-child(even) {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:even\:inset-x-36:nth-child(even) {
    right: 9rem;
    left: 9rem;
  }

  .md\:even\:inset-y-40:nth-child(even) {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:even\:inset-x-40:nth-child(even) {
    right: 10rem;
    left: 10rem;
  }

  .md\:even\:inset-y-44:nth-child(even) {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:even\:inset-x-44:nth-child(even) {
    right: 11rem;
    left: 11rem;
  }

  .md\:even\:inset-y-48:nth-child(even) {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:even\:inset-x-48:nth-child(even) {
    right: 12rem;
    left: 12rem;
  }

  .md\:even\:inset-y-52:nth-child(even) {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:even\:inset-x-52:nth-child(even) {
    right: 13rem;
    left: 13rem;
  }

  .md\:even\:inset-y-56:nth-child(even) {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:even\:inset-x-56:nth-child(even) {
    right: 14rem;
    left: 14rem;
  }

  .md\:even\:inset-y-60:nth-child(even) {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:even\:inset-x-60:nth-child(even) {
    right: 15rem;
    left: 15rem;
  }

  .md\:even\:inset-y-64:nth-child(even) {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:even\:inset-x-64:nth-child(even) {
    right: 16rem;
    left: 16rem;
  }

  .md\:even\:inset-y-72:nth-child(even) {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:even\:inset-x-72:nth-child(even) {
    right: 18rem;
    left: 18rem;
  }

  .md\:even\:inset-y-80:nth-child(even) {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:even\:inset-x-80:nth-child(even) {
    right: 20rem;
    left: 20rem;
  }

  .md\:even\:inset-y-96:nth-child(even) {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:even\:inset-x-96:nth-child(even) {
    right: 24rem;
    left: 24rem;
  }

  .md\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .md\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .md\:even\:inset-y-px:nth-child(even) {
    top: 1px;
    bottom: 1px;
  }

  .md\:even\:inset-x-px:nth-child(even) {
    right: 1px;
    left: 1px;
  }

  .md\:even\:inset-y-0\.5:nth-child(even) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:even\:inset-x-0\.5:nth-child(even) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:even\:inset-y-1\.5:nth-child(even) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:even\:inset-x-1\.5:nth-child(even) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:even\:inset-y-2\.5:nth-child(even) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:even\:inset-x-2\.5:nth-child(even) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:even\:inset-y-3\.5:nth-child(even) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:even\:inset-x-3\.5:nth-child(even) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:even\:-inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .md\:even\:-inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .md\:even\:-inset-y-1:nth-child(even) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:even\:-inset-x-1:nth-child(even) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:even\:-inset-y-2:nth-child(even) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:even\:-inset-x-2:nth-child(even) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:even\:-inset-y-3:nth-child(even) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:even\:-inset-x-3:nth-child(even) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:even\:-inset-y-4:nth-child(even) {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:even\:-inset-x-4:nth-child(even) {
    right: -1rem;
    left: -1rem;
  }

  .md\:even\:-inset-y-5:nth-child(even) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:even\:-inset-x-5:nth-child(even) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:even\:-inset-y-6:nth-child(even) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:even\:-inset-x-6:nth-child(even) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:even\:-inset-y-7:nth-child(even) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:even\:-inset-x-7:nth-child(even) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:even\:-inset-y-8:nth-child(even) {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:even\:-inset-x-8:nth-child(even) {
    right: -2rem;
    left: -2rem;
  }

  .md\:even\:-inset-y-9:nth-child(even) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:even\:-inset-x-9:nth-child(even) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:even\:-inset-y-10:nth-child(even) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:even\:-inset-x-10:nth-child(even) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:even\:-inset-y-11:nth-child(even) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:even\:-inset-x-11:nth-child(even) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:even\:-inset-y-12:nth-child(even) {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:even\:-inset-x-12:nth-child(even) {
    right: -3rem;
    left: -3rem;
  }

  .md\:even\:-inset-y-14:nth-child(even) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:even\:-inset-x-14:nth-child(even) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:even\:-inset-y-16:nth-child(even) {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:even\:-inset-x-16:nth-child(even) {
    right: -4rem;
    left: -4rem;
  }

  .md\:even\:-inset-y-20:nth-child(even) {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:even\:-inset-x-20:nth-child(even) {
    right: -5rem;
    left: -5rem;
  }

  .md\:even\:-inset-y-24:nth-child(even) {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:even\:-inset-x-24:nth-child(even) {
    right: -6rem;
    left: -6rem;
  }

  .md\:even\:-inset-y-28:nth-child(even) {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:even\:-inset-x-28:nth-child(even) {
    right: -7rem;
    left: -7rem;
  }

  .md\:even\:-inset-y-32:nth-child(even) {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:even\:-inset-x-32:nth-child(even) {
    right: -8rem;
    left: -8rem;
  }

  .md\:even\:-inset-y-36:nth-child(even) {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:even\:-inset-x-36:nth-child(even) {
    right: -9rem;
    left: -9rem;
  }

  .md\:even\:-inset-y-40:nth-child(even) {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:even\:-inset-x-40:nth-child(even) {
    right: -10rem;
    left: -10rem;
  }

  .md\:even\:-inset-y-44:nth-child(even) {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:even\:-inset-x-44:nth-child(even) {
    right: -11rem;
    left: -11rem;
  }

  .md\:even\:-inset-y-48:nth-child(even) {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:even\:-inset-x-48:nth-child(even) {
    right: -12rem;
    left: -12rem;
  }

  .md\:even\:-inset-y-52:nth-child(even) {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:even\:-inset-x-52:nth-child(even) {
    right: -13rem;
    left: -13rem;
  }

  .md\:even\:-inset-y-56:nth-child(even) {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:even\:-inset-x-56:nth-child(even) {
    right: -14rem;
    left: -14rem;
  }

  .md\:even\:-inset-y-60:nth-child(even) {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:even\:-inset-x-60:nth-child(even) {
    right: -15rem;
    left: -15rem;
  }

  .md\:even\:-inset-y-64:nth-child(even) {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:even\:-inset-x-64:nth-child(even) {
    right: -16rem;
    left: -16rem;
  }

  .md\:even\:-inset-y-72:nth-child(even) {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:even\:-inset-x-72:nth-child(even) {
    right: -18rem;
    left: -18rem;
  }

  .md\:even\:-inset-y-80:nth-child(even) {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:even\:-inset-x-80:nth-child(even) {
    right: -20rem;
    left: -20rem;
  }

  .md\:even\:-inset-y-96:nth-child(even) {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:even\:-inset-x-96:nth-child(even) {
    right: -24rem;
    left: -24rem;
  }

  .md\:even\:-inset-y-px:nth-child(even) {
    top: -1px;
    bottom: -1px;
  }

  .md\:even\:-inset-x-px:nth-child(even) {
    right: -1px;
    left: -1px;
  }

  .md\:even\:-inset-y-0\.5:nth-child(even) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:even\:-inset-x-0\.5:nth-child(even) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:even\:-inset-y-1\.5:nth-child(even) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:even\:-inset-x-1\.5:nth-child(even) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:even\:-inset-y-2\.5:nth-child(even) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:even\:-inset-x-2\.5:nth-child(even) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:even\:-inset-y-3\.5:nth-child(even) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:even\:-inset-x-3\.5:nth-child(even) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:even\:inset-y-1\/2:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .md\:even\:inset-x-1\/2:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .md\:even\:inset-y-1\/3:nth-child(even) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:even\:inset-x-1\/3:nth-child(even) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:even\:inset-y-2\/3:nth-child(even) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:even\:inset-x-2\/3:nth-child(even) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:even\:inset-y-1\/4:nth-child(even) {
    top: 25%;
    bottom: 25%;
  }

  .md\:even\:inset-x-1\/4:nth-child(even) {
    right: 25%;
    left: 25%;
  }

  .md\:even\:inset-y-2\/4:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .md\:even\:inset-x-2\/4:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .md\:even\:inset-y-3\/4:nth-child(even) {
    top: 75%;
    bottom: 75%;
  }

  .md\:even\:inset-x-3\/4:nth-child(even) {
    right: 75%;
    left: 75%;
  }

  .md\:even\:inset-y-full:nth-child(even) {
    top: 100%;
    bottom: 100%;
  }

  .md\:even\:inset-x-full:nth-child(even) {
    right: 100%;
    left: 100%;
  }

  .md\:even\:-inset-y-1\/2:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .md\:even\:-inset-x-1\/2:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .md\:even\:-inset-y-1\/3:nth-child(even) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:even\:-inset-x-1\/3:nth-child(even) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:even\:-inset-y-2\/3:nth-child(even) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:even\:-inset-x-2\/3:nth-child(even) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:even\:-inset-y-1\/4:nth-child(even) {
    top: -25%;
    bottom: -25%;
  }

  .md\:even\:-inset-x-1\/4:nth-child(even) {
    right: -25%;
    left: -25%;
  }

  .md\:even\:-inset-y-2\/4:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .md\:even\:-inset-x-2\/4:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .md\:even\:-inset-y-3\/4:nth-child(even) {
    top: -75%;
    bottom: -75%;
  }

  .md\:even\:-inset-x-3\/4:nth-child(even) {
    right: -75%;
    left: -75%;
  }

  .md\:even\:-inset-y-full:nth-child(even) {
    top: -100%;
    bottom: -100%;
  }

  .md\:even\:-inset-x-full:nth-child(even) {
    right: -100%;
    left: -100%;
  }

  .md\:even\:top-0:nth-child(even) {
    top: 0px;
  }

  .md\:even\:right-0:nth-child(even) {
    right: 0px;
  }

  .md\:even\:bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .md\:even\:left-0:nth-child(even) {
    left: 0px;
  }

  .md\:even\:top-1:nth-child(even) {
    top: 0.25rem;
  }

  .md\:even\:right-1:nth-child(even) {
    right: 0.25rem;
  }

  .md\:even\:bottom-1:nth-child(even) {
    bottom: 0.25rem;
  }

  .md\:even\:left-1:nth-child(even) {
    left: 0.25rem;
  }

  .md\:even\:top-2:nth-child(even) {
    top: 0.5rem;
  }

  .md\:even\:right-2:nth-child(even) {
    right: 0.5rem;
  }

  .md\:even\:bottom-2:nth-child(even) {
    bottom: 0.5rem;
  }

  .md\:even\:left-2:nth-child(even) {
    left: 0.5rem;
  }

  .md\:even\:top-3:nth-child(even) {
    top: 0.75rem;
  }

  .md\:even\:right-3:nth-child(even) {
    right: 0.75rem;
  }

  .md\:even\:bottom-3:nth-child(even) {
    bottom: 0.75rem;
  }

  .md\:even\:left-3:nth-child(even) {
    left: 0.75rem;
  }

  .md\:even\:top-4:nth-child(even) {
    top: 1rem;
  }

  .md\:even\:right-4:nth-child(even) {
    right: 1rem;
  }

  .md\:even\:bottom-4:nth-child(even) {
    bottom: 1rem;
  }

  .md\:even\:left-4:nth-child(even) {
    left: 1rem;
  }

  .md\:even\:top-5:nth-child(even) {
    top: 1.25rem;
  }

  .md\:even\:right-5:nth-child(even) {
    right: 1.25rem;
  }

  .md\:even\:bottom-5:nth-child(even) {
    bottom: 1.25rem;
  }

  .md\:even\:left-5:nth-child(even) {
    left: 1.25rem;
  }

  .md\:even\:top-6:nth-child(even) {
    top: 1.5rem;
  }

  .md\:even\:right-6:nth-child(even) {
    right: 1.5rem;
  }

  .md\:even\:bottom-6:nth-child(even) {
    bottom: 1.5rem;
  }

  .md\:even\:left-6:nth-child(even) {
    left: 1.5rem;
  }

  .md\:even\:top-7:nth-child(even) {
    top: 1.75rem;
  }

  .md\:even\:right-7:nth-child(even) {
    right: 1.75rem;
  }

  .md\:even\:bottom-7:nth-child(even) {
    bottom: 1.75rem;
  }

  .md\:even\:left-7:nth-child(even) {
    left: 1.75rem;
  }

  .md\:even\:top-8:nth-child(even) {
    top: 2rem;
  }

  .md\:even\:right-8:nth-child(even) {
    right: 2rem;
  }

  .md\:even\:bottom-8:nth-child(even) {
    bottom: 2rem;
  }

  .md\:even\:left-8:nth-child(even) {
    left: 2rem;
  }

  .md\:even\:top-9:nth-child(even) {
    top: 2.25rem;
  }

  .md\:even\:right-9:nth-child(even) {
    right: 2.25rem;
  }

  .md\:even\:bottom-9:nth-child(even) {
    bottom: 2.25rem;
  }

  .md\:even\:left-9:nth-child(even) {
    left: 2.25rem;
  }

  .md\:even\:top-10:nth-child(even) {
    top: 2.5rem;
  }

  .md\:even\:right-10:nth-child(even) {
    right: 2.5rem;
  }

  .md\:even\:bottom-10:nth-child(even) {
    bottom: 2.5rem;
  }

  .md\:even\:left-10:nth-child(even) {
    left: 2.5rem;
  }

  .md\:even\:top-11:nth-child(even) {
    top: 2.75rem;
  }

  .md\:even\:right-11:nth-child(even) {
    right: 2.75rem;
  }

  .md\:even\:bottom-11:nth-child(even) {
    bottom: 2.75rem;
  }

  .md\:even\:left-11:nth-child(even) {
    left: 2.75rem;
  }

  .md\:even\:top-12:nth-child(even) {
    top: 3rem;
  }

  .md\:even\:right-12:nth-child(even) {
    right: 3rem;
  }

  .md\:even\:bottom-12:nth-child(even) {
    bottom: 3rem;
  }

  .md\:even\:left-12:nth-child(even) {
    left: 3rem;
  }

  .md\:even\:top-14:nth-child(even) {
    top: 3.5rem;
  }

  .md\:even\:right-14:nth-child(even) {
    right: 3.5rem;
  }

  .md\:even\:bottom-14:nth-child(even) {
    bottom: 3.5rem;
  }

  .md\:even\:left-14:nth-child(even) {
    left: 3.5rem;
  }

  .md\:even\:top-16:nth-child(even) {
    top: 4rem;
  }

  .md\:even\:right-16:nth-child(even) {
    right: 4rem;
  }

  .md\:even\:bottom-16:nth-child(even) {
    bottom: 4rem;
  }

  .md\:even\:left-16:nth-child(even) {
    left: 4rem;
  }

  .md\:even\:top-20:nth-child(even) {
    top: 5rem;
  }

  .md\:even\:right-20:nth-child(even) {
    right: 5rem;
  }

  .md\:even\:bottom-20:nth-child(even) {
    bottom: 5rem;
  }

  .md\:even\:left-20:nth-child(even) {
    left: 5rem;
  }

  .md\:even\:top-24:nth-child(even) {
    top: 6rem;
  }

  .md\:even\:right-24:nth-child(even) {
    right: 6rem;
  }

  .md\:even\:bottom-24:nth-child(even) {
    bottom: 6rem;
  }

  .md\:even\:left-24:nth-child(even) {
    left: 6rem;
  }

  .md\:even\:top-28:nth-child(even) {
    top: 7rem;
  }

  .md\:even\:right-28:nth-child(even) {
    right: 7rem;
  }

  .md\:even\:bottom-28:nth-child(even) {
    bottom: 7rem;
  }

  .md\:even\:left-28:nth-child(even) {
    left: 7rem;
  }

  .md\:even\:top-32:nth-child(even) {
    top: 8rem;
  }

  .md\:even\:right-32:nth-child(even) {
    right: 8rem;
  }

  .md\:even\:bottom-32:nth-child(even) {
    bottom: 8rem;
  }

  .md\:even\:left-32:nth-child(even) {
    left: 8rem;
  }

  .md\:even\:top-36:nth-child(even) {
    top: 9rem;
  }

  .md\:even\:right-36:nth-child(even) {
    right: 9rem;
  }

  .md\:even\:bottom-36:nth-child(even) {
    bottom: 9rem;
  }

  .md\:even\:left-36:nth-child(even) {
    left: 9rem;
  }

  .md\:even\:top-40:nth-child(even) {
    top: 10rem;
  }

  .md\:even\:right-40:nth-child(even) {
    right: 10rem;
  }

  .md\:even\:bottom-40:nth-child(even) {
    bottom: 10rem;
  }

  .md\:even\:left-40:nth-child(even) {
    left: 10rem;
  }

  .md\:even\:top-44:nth-child(even) {
    top: 11rem;
  }

  .md\:even\:right-44:nth-child(even) {
    right: 11rem;
  }

  .md\:even\:bottom-44:nth-child(even) {
    bottom: 11rem;
  }

  .md\:even\:left-44:nth-child(even) {
    left: 11rem;
  }

  .md\:even\:top-48:nth-child(even) {
    top: 12rem;
  }

  .md\:even\:right-48:nth-child(even) {
    right: 12rem;
  }

  .md\:even\:bottom-48:nth-child(even) {
    bottom: 12rem;
  }

  .md\:even\:left-48:nth-child(even) {
    left: 12rem;
  }

  .md\:even\:top-52:nth-child(even) {
    top: 13rem;
  }

  .md\:even\:right-52:nth-child(even) {
    right: 13rem;
  }

  .md\:even\:bottom-52:nth-child(even) {
    bottom: 13rem;
  }

  .md\:even\:left-52:nth-child(even) {
    left: 13rem;
  }

  .md\:even\:top-56:nth-child(even) {
    top: 14rem;
  }

  .md\:even\:right-56:nth-child(even) {
    right: 14rem;
  }

  .md\:even\:bottom-56:nth-child(even) {
    bottom: 14rem;
  }

  .md\:even\:left-56:nth-child(even) {
    left: 14rem;
  }

  .md\:even\:top-60:nth-child(even) {
    top: 15rem;
  }

  .md\:even\:right-60:nth-child(even) {
    right: 15rem;
  }

  .md\:even\:bottom-60:nth-child(even) {
    bottom: 15rem;
  }

  .md\:even\:left-60:nth-child(even) {
    left: 15rem;
  }

  .md\:even\:top-64:nth-child(even) {
    top: 16rem;
  }

  .md\:even\:right-64:nth-child(even) {
    right: 16rem;
  }

  .md\:even\:bottom-64:nth-child(even) {
    bottom: 16rem;
  }

  .md\:even\:left-64:nth-child(even) {
    left: 16rem;
  }

  .md\:even\:top-72:nth-child(even) {
    top: 18rem;
  }

  .md\:even\:right-72:nth-child(even) {
    right: 18rem;
  }

  .md\:even\:bottom-72:nth-child(even) {
    bottom: 18rem;
  }

  .md\:even\:left-72:nth-child(even) {
    left: 18rem;
  }

  .md\:even\:top-80:nth-child(even) {
    top: 20rem;
  }

  .md\:even\:right-80:nth-child(even) {
    right: 20rem;
  }

  .md\:even\:bottom-80:nth-child(even) {
    bottom: 20rem;
  }

  .md\:even\:left-80:nth-child(even) {
    left: 20rem;
  }

  .md\:even\:top-96:nth-child(even) {
    top: 24rem;
  }

  .md\:even\:right-96:nth-child(even) {
    right: 24rem;
  }

  .md\:even\:bottom-96:nth-child(even) {
    bottom: 24rem;
  }

  .md\:even\:left-96:nth-child(even) {
    left: 24rem;
  }

  .md\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .md\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .md\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .md\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .md\:even\:top-px:nth-child(even) {
    top: 1px;
  }

  .md\:even\:right-px:nth-child(even) {
    right: 1px;
  }

  .md\:even\:bottom-px:nth-child(even) {
    bottom: 1px;
  }

  .md\:even\:left-px:nth-child(even) {
    left: 1px;
  }

  .md\:even\:top-0\.5:nth-child(even) {
    top: 0.125rem;
  }

  .md\:even\:right-0\.5:nth-child(even) {
    right: 0.125rem;
  }

  .md\:even\:bottom-0\.5:nth-child(even) {
    bottom: 0.125rem;
  }

  .md\:even\:left-0\.5:nth-child(even) {
    left: 0.125rem;
  }

  .md\:even\:top-1\.5:nth-child(even) {
    top: 0.375rem;
  }

  .md\:even\:right-1\.5:nth-child(even) {
    right: 0.375rem;
  }

  .md\:even\:bottom-1\.5:nth-child(even) {
    bottom: 0.375rem;
  }

  .md\:even\:left-1\.5:nth-child(even) {
    left: 0.375rem;
  }

  .md\:even\:top-2\.5:nth-child(even) {
    top: 0.625rem;
  }

  .md\:even\:right-2\.5:nth-child(even) {
    right: 0.625rem;
  }

  .md\:even\:bottom-2\.5:nth-child(even) {
    bottom: 0.625rem;
  }

  .md\:even\:left-2\.5:nth-child(even) {
    left: 0.625rem;
  }

  .md\:even\:top-3\.5:nth-child(even) {
    top: 0.875rem;
  }

  .md\:even\:right-3\.5:nth-child(even) {
    right: 0.875rem;
  }

  .md\:even\:bottom-3\.5:nth-child(even) {
    bottom: 0.875rem;
  }

  .md\:even\:left-3\.5:nth-child(even) {
    left: 0.875rem;
  }

  .md\:even\:-top-0:nth-child(even) {
    top: 0px;
  }

  .md\:even\:-right-0:nth-child(even) {
    right: 0px;
  }

  .md\:even\:-bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .md\:even\:-left-0:nth-child(even) {
    left: 0px;
  }

  .md\:even\:-top-1:nth-child(even) {
    top: -0.25rem;
  }

  .md\:even\:-right-1:nth-child(even) {
    right: -0.25rem;
  }

  .md\:even\:-bottom-1:nth-child(even) {
    bottom: -0.25rem;
  }

  .md\:even\:-left-1:nth-child(even) {
    left: -0.25rem;
  }

  .md\:even\:-top-2:nth-child(even) {
    top: -0.5rem;
  }

  .md\:even\:-right-2:nth-child(even) {
    right: -0.5rem;
  }

  .md\:even\:-bottom-2:nth-child(even) {
    bottom: -0.5rem;
  }

  .md\:even\:-left-2:nth-child(even) {
    left: -0.5rem;
  }

  .md\:even\:-top-3:nth-child(even) {
    top: -0.75rem;
  }

  .md\:even\:-right-3:nth-child(even) {
    right: -0.75rem;
  }

  .md\:even\:-bottom-3:nth-child(even) {
    bottom: -0.75rem;
  }

  .md\:even\:-left-3:nth-child(even) {
    left: -0.75rem;
  }

  .md\:even\:-top-4:nth-child(even) {
    top: -1rem;
  }

  .md\:even\:-right-4:nth-child(even) {
    right: -1rem;
  }

  .md\:even\:-bottom-4:nth-child(even) {
    bottom: -1rem;
  }

  .md\:even\:-left-4:nth-child(even) {
    left: -1rem;
  }

  .md\:even\:-top-5:nth-child(even) {
    top: -1.25rem;
  }

  .md\:even\:-right-5:nth-child(even) {
    right: -1.25rem;
  }

  .md\:even\:-bottom-5:nth-child(even) {
    bottom: -1.25rem;
  }

  .md\:even\:-left-5:nth-child(even) {
    left: -1.25rem;
  }

  .md\:even\:-top-6:nth-child(even) {
    top: -1.5rem;
  }

  .md\:even\:-right-6:nth-child(even) {
    right: -1.5rem;
  }

  .md\:even\:-bottom-6:nth-child(even) {
    bottom: -1.5rem;
  }

  .md\:even\:-left-6:nth-child(even) {
    left: -1.5rem;
  }

  .md\:even\:-top-7:nth-child(even) {
    top: -1.75rem;
  }

  .md\:even\:-right-7:nth-child(even) {
    right: -1.75rem;
  }

  .md\:even\:-bottom-7:nth-child(even) {
    bottom: -1.75rem;
  }

  .md\:even\:-left-7:nth-child(even) {
    left: -1.75rem;
  }

  .md\:even\:-top-8:nth-child(even) {
    top: -2rem;
  }

  .md\:even\:-right-8:nth-child(even) {
    right: -2rem;
  }

  .md\:even\:-bottom-8:nth-child(even) {
    bottom: -2rem;
  }

  .md\:even\:-left-8:nth-child(even) {
    left: -2rem;
  }

  .md\:even\:-top-9:nth-child(even) {
    top: -2.25rem;
  }

  .md\:even\:-right-9:nth-child(even) {
    right: -2.25rem;
  }

  .md\:even\:-bottom-9:nth-child(even) {
    bottom: -2.25rem;
  }

  .md\:even\:-left-9:nth-child(even) {
    left: -2.25rem;
  }

  .md\:even\:-top-10:nth-child(even) {
    top: -2.5rem;
  }

  .md\:even\:-right-10:nth-child(even) {
    right: -2.5rem;
  }

  .md\:even\:-bottom-10:nth-child(even) {
    bottom: -2.5rem;
  }

  .md\:even\:-left-10:nth-child(even) {
    left: -2.5rem;
  }

  .md\:even\:-top-11:nth-child(even) {
    top: -2.75rem;
  }

  .md\:even\:-right-11:nth-child(even) {
    right: -2.75rem;
  }

  .md\:even\:-bottom-11:nth-child(even) {
    bottom: -2.75rem;
  }

  .md\:even\:-left-11:nth-child(even) {
    left: -2.75rem;
  }

  .md\:even\:-top-12:nth-child(even) {
    top: -3rem;
  }

  .md\:even\:-right-12:nth-child(even) {
    right: -3rem;
  }

  .md\:even\:-bottom-12:nth-child(even) {
    bottom: -3rem;
  }

  .md\:even\:-left-12:nth-child(even) {
    left: -3rem;
  }

  .md\:even\:-top-14:nth-child(even) {
    top: -3.5rem;
  }

  .md\:even\:-right-14:nth-child(even) {
    right: -3.5rem;
  }

  .md\:even\:-bottom-14:nth-child(even) {
    bottom: -3.5rem;
  }

  .md\:even\:-left-14:nth-child(even) {
    left: -3.5rem;
  }

  .md\:even\:-top-16:nth-child(even) {
    top: -4rem;
  }

  .md\:even\:-right-16:nth-child(even) {
    right: -4rem;
  }

  .md\:even\:-bottom-16:nth-child(even) {
    bottom: -4rem;
  }

  .md\:even\:-left-16:nth-child(even) {
    left: -4rem;
  }

  .md\:even\:-top-20:nth-child(even) {
    top: -5rem;
  }

  .md\:even\:-right-20:nth-child(even) {
    right: -5rem;
  }

  .md\:even\:-bottom-20:nth-child(even) {
    bottom: -5rem;
  }

  .md\:even\:-left-20:nth-child(even) {
    left: -5rem;
  }

  .md\:even\:-top-24:nth-child(even) {
    top: -6rem;
  }

  .md\:even\:-right-24:nth-child(even) {
    right: -6rem;
  }

  .md\:even\:-bottom-24:nth-child(even) {
    bottom: -6rem;
  }

  .md\:even\:-left-24:nth-child(even) {
    left: -6rem;
  }

  .md\:even\:-top-28:nth-child(even) {
    top: -7rem;
  }

  .md\:even\:-right-28:nth-child(even) {
    right: -7rem;
  }

  .md\:even\:-bottom-28:nth-child(even) {
    bottom: -7rem;
  }

  .md\:even\:-left-28:nth-child(even) {
    left: -7rem;
  }

  .md\:even\:-top-32:nth-child(even) {
    top: -8rem;
  }

  .md\:even\:-right-32:nth-child(even) {
    right: -8rem;
  }

  .md\:even\:-bottom-32:nth-child(even) {
    bottom: -8rem;
  }

  .md\:even\:-left-32:nth-child(even) {
    left: -8rem;
  }

  .md\:even\:-top-36:nth-child(even) {
    top: -9rem;
  }

  .md\:even\:-right-36:nth-child(even) {
    right: -9rem;
  }

  .md\:even\:-bottom-36:nth-child(even) {
    bottom: -9rem;
  }

  .md\:even\:-left-36:nth-child(even) {
    left: -9rem;
  }

  .md\:even\:-top-40:nth-child(even) {
    top: -10rem;
  }

  .md\:even\:-right-40:nth-child(even) {
    right: -10rem;
  }

  .md\:even\:-bottom-40:nth-child(even) {
    bottom: -10rem;
  }

  .md\:even\:-left-40:nth-child(even) {
    left: -10rem;
  }

  .md\:even\:-top-44:nth-child(even) {
    top: -11rem;
  }

  .md\:even\:-right-44:nth-child(even) {
    right: -11rem;
  }

  .md\:even\:-bottom-44:nth-child(even) {
    bottom: -11rem;
  }

  .md\:even\:-left-44:nth-child(even) {
    left: -11rem;
  }

  .md\:even\:-top-48:nth-child(even) {
    top: -12rem;
  }

  .md\:even\:-right-48:nth-child(even) {
    right: -12rem;
  }

  .md\:even\:-bottom-48:nth-child(even) {
    bottom: -12rem;
  }

  .md\:even\:-left-48:nth-child(even) {
    left: -12rem;
  }

  .md\:even\:-top-52:nth-child(even) {
    top: -13rem;
  }

  .md\:even\:-right-52:nth-child(even) {
    right: -13rem;
  }

  .md\:even\:-bottom-52:nth-child(even) {
    bottom: -13rem;
  }

  .md\:even\:-left-52:nth-child(even) {
    left: -13rem;
  }

  .md\:even\:-top-56:nth-child(even) {
    top: -14rem;
  }

  .md\:even\:-right-56:nth-child(even) {
    right: -14rem;
  }

  .md\:even\:-bottom-56:nth-child(even) {
    bottom: -14rem;
  }

  .md\:even\:-left-56:nth-child(even) {
    left: -14rem;
  }

  .md\:even\:-top-60:nth-child(even) {
    top: -15rem;
  }

  .md\:even\:-right-60:nth-child(even) {
    right: -15rem;
  }

  .md\:even\:-bottom-60:nth-child(even) {
    bottom: -15rem;
  }

  .md\:even\:-left-60:nth-child(even) {
    left: -15rem;
  }

  .md\:even\:-top-64:nth-child(even) {
    top: -16rem;
  }

  .md\:even\:-right-64:nth-child(even) {
    right: -16rem;
  }

  .md\:even\:-bottom-64:nth-child(even) {
    bottom: -16rem;
  }

  .md\:even\:-left-64:nth-child(even) {
    left: -16rem;
  }

  .md\:even\:-top-72:nth-child(even) {
    top: -18rem;
  }

  .md\:even\:-right-72:nth-child(even) {
    right: -18rem;
  }

  .md\:even\:-bottom-72:nth-child(even) {
    bottom: -18rem;
  }

  .md\:even\:-left-72:nth-child(even) {
    left: -18rem;
  }

  .md\:even\:-top-80:nth-child(even) {
    top: -20rem;
  }

  .md\:even\:-right-80:nth-child(even) {
    right: -20rem;
  }

  .md\:even\:-bottom-80:nth-child(even) {
    bottom: -20rem;
  }

  .md\:even\:-left-80:nth-child(even) {
    left: -20rem;
  }

  .md\:even\:-top-96:nth-child(even) {
    top: -24rem;
  }

  .md\:even\:-right-96:nth-child(even) {
    right: -24rem;
  }

  .md\:even\:-bottom-96:nth-child(even) {
    bottom: -24rem;
  }

  .md\:even\:-left-96:nth-child(even) {
    left: -24rem;
  }

  .md\:even\:-top-px:nth-child(even) {
    top: -1px;
  }

  .md\:even\:-right-px:nth-child(even) {
    right: -1px;
  }

  .md\:even\:-bottom-px:nth-child(even) {
    bottom: -1px;
  }

  .md\:even\:-left-px:nth-child(even) {
    left: -1px;
  }

  .md\:even\:-top-0\.5:nth-child(even) {
    top: -0.125rem;
  }

  .md\:even\:-right-0\.5:nth-child(even) {
    right: -0.125rem;
  }

  .md\:even\:-bottom-0\.5:nth-child(even) {
    bottom: -0.125rem;
  }

  .md\:even\:-left-0\.5:nth-child(even) {
    left: -0.125rem;
  }

  .md\:even\:-top-1\.5:nth-child(even) {
    top: -0.375rem;
  }

  .md\:even\:-right-1\.5:nth-child(even) {
    right: -0.375rem;
  }

  .md\:even\:-bottom-1\.5:nth-child(even) {
    bottom: -0.375rem;
  }

  .md\:even\:-left-1\.5:nth-child(even) {
    left: -0.375rem;
  }

  .md\:even\:-top-2\.5:nth-child(even) {
    top: -0.625rem;
  }

  .md\:even\:-right-2\.5:nth-child(even) {
    right: -0.625rem;
  }

  .md\:even\:-bottom-2\.5:nth-child(even) {
    bottom: -0.625rem;
  }

  .md\:even\:-left-2\.5:nth-child(even) {
    left: -0.625rem;
  }

  .md\:even\:-top-3\.5:nth-child(even) {
    top: -0.875rem;
  }

  .md\:even\:-right-3\.5:nth-child(even) {
    right: -0.875rem;
  }

  .md\:even\:-bottom-3\.5:nth-child(even) {
    bottom: -0.875rem;
  }

  .md\:even\:-left-3\.5:nth-child(even) {
    left: -0.875rem;
  }

  .md\:even\:top-1\/2:nth-child(even) {
    top: 50%;
  }

  .md\:even\:right-1\/2:nth-child(even) {
    right: 50%;
  }

  .md\:even\:bottom-1\/2:nth-child(even) {
    bottom: 50%;
  }

  .md\:even\:left-1\/2:nth-child(even) {
    left: 50%;
  }

  .md\:even\:top-1\/3:nth-child(even) {
    top: 33.333333%;
  }

  .md\:even\:right-1\/3:nth-child(even) {
    right: 33.333333%;
  }

  .md\:even\:bottom-1\/3:nth-child(even) {
    bottom: 33.333333%;
  }

  .md\:even\:left-1\/3:nth-child(even) {
    left: 33.333333%;
  }

  .md\:even\:top-2\/3:nth-child(even) {
    top: 66.666667%;
  }

  .md\:even\:right-2\/3:nth-child(even) {
    right: 66.666667%;
  }

  .md\:even\:bottom-2\/3:nth-child(even) {
    bottom: 66.666667%;
  }

  .md\:even\:left-2\/3:nth-child(even) {
    left: 66.666667%;
  }

  .md\:even\:top-1\/4:nth-child(even) {
    top: 25%;
  }

  .md\:even\:right-1\/4:nth-child(even) {
    right: 25%;
  }

  .md\:even\:bottom-1\/4:nth-child(even) {
    bottom: 25%;
  }

  .md\:even\:left-1\/4:nth-child(even) {
    left: 25%;
  }

  .md\:even\:top-2\/4:nth-child(even) {
    top: 50%;
  }

  .md\:even\:right-2\/4:nth-child(even) {
    right: 50%;
  }

  .md\:even\:bottom-2\/4:nth-child(even) {
    bottom: 50%;
  }

  .md\:even\:left-2\/4:nth-child(even) {
    left: 50%;
  }

  .md\:even\:top-3\/4:nth-child(even) {
    top: 75%;
  }

  .md\:even\:right-3\/4:nth-child(even) {
    right: 75%;
  }

  .md\:even\:bottom-3\/4:nth-child(even) {
    bottom: 75%;
  }

  .md\:even\:left-3\/4:nth-child(even) {
    left: 75%;
  }

  .md\:even\:top-full:nth-child(even) {
    top: 100%;
  }

  .md\:even\:right-full:nth-child(even) {
    right: 100%;
  }

  .md\:even\:bottom-full:nth-child(even) {
    bottom: 100%;
  }

  .md\:even\:left-full:nth-child(even) {
    left: 100%;
  }

  .md\:even\:-top-1\/2:nth-child(even) {
    top: -50%;
  }

  .md\:even\:-right-1\/2:nth-child(even) {
    right: -50%;
  }

  .md\:even\:-bottom-1\/2:nth-child(even) {
    bottom: -50%;
  }

  .md\:even\:-left-1\/2:nth-child(even) {
    left: -50%;
  }

  .md\:even\:-top-1\/3:nth-child(even) {
    top: -33.333333%;
  }

  .md\:even\:-right-1\/3:nth-child(even) {
    right: -33.333333%;
  }

  .md\:even\:-bottom-1\/3:nth-child(even) {
    bottom: -33.333333%;
  }

  .md\:even\:-left-1\/3:nth-child(even) {
    left: -33.333333%;
  }

  .md\:even\:-top-2\/3:nth-child(even) {
    top: -66.666667%;
  }

  .md\:even\:-right-2\/3:nth-child(even) {
    right: -66.666667%;
  }

  .md\:even\:-bottom-2\/3:nth-child(even) {
    bottom: -66.666667%;
  }

  .md\:even\:-left-2\/3:nth-child(even) {
    left: -66.666667%;
  }

  .md\:even\:-top-1\/4:nth-child(even) {
    top: -25%;
  }

  .md\:even\:-right-1\/4:nth-child(even) {
    right: -25%;
  }

  .md\:even\:-bottom-1\/4:nth-child(even) {
    bottom: -25%;
  }

  .md\:even\:-left-1\/4:nth-child(even) {
    left: -25%;
  }

  .md\:even\:-top-2\/4:nth-child(even) {
    top: -50%;
  }

  .md\:even\:-right-2\/4:nth-child(even) {
    right: -50%;
  }

  .md\:even\:-bottom-2\/4:nth-child(even) {
    bottom: -50%;
  }

  .md\:even\:-left-2\/4:nth-child(even) {
    left: -50%;
  }

  .md\:even\:-top-3\/4:nth-child(even) {
    top: -75%;
  }

  .md\:even\:-right-3\/4:nth-child(even) {
    right: -75%;
  }

  .md\:even\:-bottom-3\/4:nth-child(even) {
    bottom: -75%;
  }

  .md\:even\:-left-3\/4:nth-child(even) {
    left: -75%;
  }

  .md\:even\:-top-full:nth-child(even) {
    top: -100%;
  }

  .md\:even\:-right-full:nth-child(even) {
    right: -100%;
  }

  .md\:even\:-bottom-full:nth-child(even) {
    bottom: -100%;
  }

  .md\:even\:-left-full:nth-child(even) {
    left: -100%;
  }

  .md\:hover\:inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:hover\:inset-1:hover {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:hover\:inset-2:hover {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:hover\:inset-3:hover {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:hover\:inset-4:hover {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:hover\:inset-5:hover {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:hover\:inset-6:hover {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:hover\:inset-7:hover {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:hover\:inset-8:hover {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:hover\:inset-9:hover {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:hover\:inset-10:hover {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:hover\:inset-11:hover {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:hover\:inset-12:hover {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:hover\:inset-14:hover {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:hover\:inset-16:hover {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:hover\:inset-20:hover {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:hover\:inset-24:hover {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:hover\:inset-28:hover {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:hover\:inset-32:hover {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:hover\:inset-36:hover {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:hover\:inset-40:hover {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:hover\:inset-44:hover {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:hover\:inset-48:hover {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:hover\:inset-52:hover {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:hover\:inset-56:hover {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:hover\:inset-60:hover {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:hover\:inset-64:hover {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:hover\:inset-72:hover {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:hover\:inset-80:hover {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:hover\:inset-96:hover {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:hover\:inset-px:hover {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:hover\:inset-0\.5:hover {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:hover\:inset-1\.5:hover {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:hover\:inset-2\.5:hover {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:hover\:inset-3\.5:hover {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:hover\:-inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:hover\:-inset-1:hover {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:hover\:-inset-2:hover {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:hover\:-inset-3:hover {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:hover\:-inset-4:hover {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:hover\:-inset-5:hover {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:hover\:-inset-6:hover {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:hover\:-inset-7:hover {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:hover\:-inset-8:hover {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:hover\:-inset-9:hover {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:hover\:-inset-10:hover {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:hover\:-inset-11:hover {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:hover\:-inset-12:hover {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:hover\:-inset-14:hover {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:hover\:-inset-16:hover {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:hover\:-inset-20:hover {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:hover\:-inset-24:hover {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:hover\:-inset-28:hover {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:hover\:-inset-32:hover {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:hover\:-inset-36:hover {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:hover\:-inset-40:hover {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:hover\:-inset-44:hover {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:hover\:-inset-48:hover {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:hover\:-inset-52:hover {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:hover\:-inset-56:hover {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:hover\:-inset-60:hover {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:hover\:-inset-64:hover {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:hover\:-inset-72:hover {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:hover\:-inset-80:hover {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:hover\:-inset-96:hover {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:hover\:-inset-px:hover {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:hover\:-inset-0\.5:hover {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:hover\:-inset-1\.5:hover {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:hover\:-inset-2\.5:hover {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:hover\:-inset-3\.5:hover {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:hover\:inset-1\/3:hover {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:hover\:inset-2\/3:hover {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:hover\:inset-1\/4:hover {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:hover\:inset-2\/4:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:hover\:inset-3\/4:hover {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:hover\:inset-full:hover {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:hover\:-inset-1\/2:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:hover\:-inset-1\/3:hover {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:hover\:-inset-2\/3:hover {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:hover\:-inset-1\/4:hover {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:hover\:-inset-2\/4:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:hover\:-inset-3\/4:hover {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:hover\:-inset-full:hover {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:hover\:inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .md\:hover\:inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .md\:hover\:inset-y-1:hover {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:hover\:inset-x-1:hover {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:hover\:inset-y-2:hover {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:hover\:inset-x-2:hover {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:hover\:inset-y-3:hover {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:hover\:inset-x-3:hover {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:hover\:inset-y-4:hover {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:hover\:inset-x-4:hover {
    right: 1rem;
    left: 1rem;
  }

  .md\:hover\:inset-y-5:hover {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:hover\:inset-x-5:hover {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:hover\:inset-y-6:hover {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:hover\:inset-x-6:hover {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:hover\:inset-y-7:hover {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:hover\:inset-x-7:hover {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:hover\:inset-y-8:hover {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:hover\:inset-x-8:hover {
    right: 2rem;
    left: 2rem;
  }

  .md\:hover\:inset-y-9:hover {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:hover\:inset-x-9:hover {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:hover\:inset-y-10:hover {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:hover\:inset-x-10:hover {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:hover\:inset-y-11:hover {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:hover\:inset-x-11:hover {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:hover\:inset-y-12:hover {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:hover\:inset-x-12:hover {
    right: 3rem;
    left: 3rem;
  }

  .md\:hover\:inset-y-14:hover {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:hover\:inset-x-14:hover {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:hover\:inset-y-16:hover {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:hover\:inset-x-16:hover {
    right: 4rem;
    left: 4rem;
  }

  .md\:hover\:inset-y-20:hover {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:hover\:inset-x-20:hover {
    right: 5rem;
    left: 5rem;
  }

  .md\:hover\:inset-y-24:hover {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:hover\:inset-x-24:hover {
    right: 6rem;
    left: 6rem;
  }

  .md\:hover\:inset-y-28:hover {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:hover\:inset-x-28:hover {
    right: 7rem;
    left: 7rem;
  }

  .md\:hover\:inset-y-32:hover {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:hover\:inset-x-32:hover {
    right: 8rem;
    left: 8rem;
  }

  .md\:hover\:inset-y-36:hover {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:hover\:inset-x-36:hover {
    right: 9rem;
    left: 9rem;
  }

  .md\:hover\:inset-y-40:hover {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:hover\:inset-x-40:hover {
    right: 10rem;
    left: 10rem;
  }

  .md\:hover\:inset-y-44:hover {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:hover\:inset-x-44:hover {
    right: 11rem;
    left: 11rem;
  }

  .md\:hover\:inset-y-48:hover {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:hover\:inset-x-48:hover {
    right: 12rem;
    left: 12rem;
  }

  .md\:hover\:inset-y-52:hover {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:hover\:inset-x-52:hover {
    right: 13rem;
    left: 13rem;
  }

  .md\:hover\:inset-y-56:hover {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:hover\:inset-x-56:hover {
    right: 14rem;
    left: 14rem;
  }

  .md\:hover\:inset-y-60:hover {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:hover\:inset-x-60:hover {
    right: 15rem;
    left: 15rem;
  }

  .md\:hover\:inset-y-64:hover {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:hover\:inset-x-64:hover {
    right: 16rem;
    left: 16rem;
  }

  .md\:hover\:inset-y-72:hover {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:hover\:inset-x-72:hover {
    right: 18rem;
    left: 18rem;
  }

  .md\:hover\:inset-y-80:hover {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:hover\:inset-x-80:hover {
    right: 20rem;
    left: 20rem;
  }

  .md\:hover\:inset-y-96:hover {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:hover\:inset-x-96:hover {
    right: 24rem;
    left: 24rem;
  }

  .md\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .md\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .md\:hover\:inset-y-px:hover {
    top: 1px;
    bottom: 1px;
  }

  .md\:hover\:inset-x-px:hover {
    right: 1px;
    left: 1px;
  }

  .md\:hover\:inset-y-0\.5:hover {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:hover\:inset-x-0\.5:hover {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:hover\:inset-y-1\.5:hover {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:hover\:inset-x-1\.5:hover {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:hover\:inset-y-2\.5:hover {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:hover\:inset-x-2\.5:hover {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:hover\:inset-y-3\.5:hover {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:hover\:inset-x-3\.5:hover {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:hover\:-inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .md\:hover\:-inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .md\:hover\:-inset-y-1:hover {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:hover\:-inset-x-1:hover {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:hover\:-inset-y-2:hover {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:hover\:-inset-x-2:hover {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:hover\:-inset-y-3:hover {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:hover\:-inset-x-3:hover {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:hover\:-inset-y-4:hover {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:hover\:-inset-x-4:hover {
    right: -1rem;
    left: -1rem;
  }

  .md\:hover\:-inset-y-5:hover {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:hover\:-inset-x-5:hover {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:hover\:-inset-y-6:hover {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:hover\:-inset-x-6:hover {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:hover\:-inset-y-7:hover {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:hover\:-inset-x-7:hover {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:hover\:-inset-y-8:hover {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:hover\:-inset-x-8:hover {
    right: -2rem;
    left: -2rem;
  }

  .md\:hover\:-inset-y-9:hover {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:hover\:-inset-x-9:hover {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:hover\:-inset-y-10:hover {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:hover\:-inset-x-10:hover {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:hover\:-inset-y-11:hover {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:hover\:-inset-x-11:hover {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:hover\:-inset-y-12:hover {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:hover\:-inset-x-12:hover {
    right: -3rem;
    left: -3rem;
  }

  .md\:hover\:-inset-y-14:hover {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:hover\:-inset-x-14:hover {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:hover\:-inset-y-16:hover {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:hover\:-inset-x-16:hover {
    right: -4rem;
    left: -4rem;
  }

  .md\:hover\:-inset-y-20:hover {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:hover\:-inset-x-20:hover {
    right: -5rem;
    left: -5rem;
  }

  .md\:hover\:-inset-y-24:hover {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:hover\:-inset-x-24:hover {
    right: -6rem;
    left: -6rem;
  }

  .md\:hover\:-inset-y-28:hover {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:hover\:-inset-x-28:hover {
    right: -7rem;
    left: -7rem;
  }

  .md\:hover\:-inset-y-32:hover {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:hover\:-inset-x-32:hover {
    right: -8rem;
    left: -8rem;
  }

  .md\:hover\:-inset-y-36:hover {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:hover\:-inset-x-36:hover {
    right: -9rem;
    left: -9rem;
  }

  .md\:hover\:-inset-y-40:hover {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:hover\:-inset-x-40:hover {
    right: -10rem;
    left: -10rem;
  }

  .md\:hover\:-inset-y-44:hover {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:hover\:-inset-x-44:hover {
    right: -11rem;
    left: -11rem;
  }

  .md\:hover\:-inset-y-48:hover {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:hover\:-inset-x-48:hover {
    right: -12rem;
    left: -12rem;
  }

  .md\:hover\:-inset-y-52:hover {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:hover\:-inset-x-52:hover {
    right: -13rem;
    left: -13rem;
  }

  .md\:hover\:-inset-y-56:hover {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:hover\:-inset-x-56:hover {
    right: -14rem;
    left: -14rem;
  }

  .md\:hover\:-inset-y-60:hover {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:hover\:-inset-x-60:hover {
    right: -15rem;
    left: -15rem;
  }

  .md\:hover\:-inset-y-64:hover {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:hover\:-inset-x-64:hover {
    right: -16rem;
    left: -16rem;
  }

  .md\:hover\:-inset-y-72:hover {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:hover\:-inset-x-72:hover {
    right: -18rem;
    left: -18rem;
  }

  .md\:hover\:-inset-y-80:hover {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:hover\:-inset-x-80:hover {
    right: -20rem;
    left: -20rem;
  }

  .md\:hover\:-inset-y-96:hover {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:hover\:-inset-x-96:hover {
    right: -24rem;
    left: -24rem;
  }

  .md\:hover\:-inset-y-px:hover {
    top: -1px;
    bottom: -1px;
  }

  .md\:hover\:-inset-x-px:hover {
    right: -1px;
    left: -1px;
  }

  .md\:hover\:-inset-y-0\.5:hover {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:hover\:-inset-x-0\.5:hover {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:hover\:-inset-y-1\.5:hover {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:hover\:-inset-x-1\.5:hover {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:hover\:-inset-y-2\.5:hover {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:hover\:-inset-x-2\.5:hover {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:hover\:-inset-y-3\.5:hover {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:hover\:-inset-x-3\.5:hover {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .md\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .md\:hover\:inset-y-1\/3:hover {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:hover\:inset-x-1\/3:hover {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:hover\:inset-y-2\/3:hover {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:hover\:inset-x-2\/3:hover {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:hover\:inset-y-1\/4:hover {
    top: 25%;
    bottom: 25%;
  }

  .md\:hover\:inset-x-1\/4:hover {
    right: 25%;
    left: 25%;
  }

  .md\:hover\:inset-y-2\/4:hover {
    top: 50%;
    bottom: 50%;
  }

  .md\:hover\:inset-x-2\/4:hover {
    right: 50%;
    left: 50%;
  }

  .md\:hover\:inset-y-3\/4:hover {
    top: 75%;
    bottom: 75%;
  }

  .md\:hover\:inset-x-3\/4:hover {
    right: 75%;
    left: 75%;
  }

  .md\:hover\:inset-y-full:hover {
    top: 100%;
    bottom: 100%;
  }

  .md\:hover\:inset-x-full:hover {
    right: 100%;
    left: 100%;
  }

  .md\:hover\:-inset-y-1\/2:hover {
    top: -50%;
    bottom: -50%;
  }

  .md\:hover\:-inset-x-1\/2:hover {
    right: -50%;
    left: -50%;
  }

  .md\:hover\:-inset-y-1\/3:hover {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:hover\:-inset-x-1\/3:hover {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:hover\:-inset-y-2\/3:hover {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:hover\:-inset-x-2\/3:hover {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:hover\:-inset-y-1\/4:hover {
    top: -25%;
    bottom: -25%;
  }

  .md\:hover\:-inset-x-1\/4:hover {
    right: -25%;
    left: -25%;
  }

  .md\:hover\:-inset-y-2\/4:hover {
    top: -50%;
    bottom: -50%;
  }

  .md\:hover\:-inset-x-2\/4:hover {
    right: -50%;
    left: -50%;
  }

  .md\:hover\:-inset-y-3\/4:hover {
    top: -75%;
    bottom: -75%;
  }

  .md\:hover\:-inset-x-3\/4:hover {
    right: -75%;
    left: -75%;
  }

  .md\:hover\:-inset-y-full:hover {
    top: -100%;
    bottom: -100%;
  }

  .md\:hover\:-inset-x-full:hover {
    right: -100%;
    left: -100%;
  }

  .md\:hover\:top-0:hover {
    top: 0px;
  }

  .md\:hover\:right-0:hover {
    right: 0px;
  }

  .md\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .md\:hover\:left-0:hover {
    left: 0px;
  }

  .md\:hover\:top-1:hover {
    top: 0.25rem;
  }

  .md\:hover\:right-1:hover {
    right: 0.25rem;
  }

  .md\:hover\:bottom-1:hover {
    bottom: 0.25rem;
  }

  .md\:hover\:left-1:hover {
    left: 0.25rem;
  }

  .md\:hover\:top-2:hover {
    top: 0.5rem;
  }

  .md\:hover\:right-2:hover {
    right: 0.5rem;
  }

  .md\:hover\:bottom-2:hover {
    bottom: 0.5rem;
  }

  .md\:hover\:left-2:hover {
    left: 0.5rem;
  }

  .md\:hover\:top-3:hover {
    top: 0.75rem;
  }

  .md\:hover\:right-3:hover {
    right: 0.75rem;
  }

  .md\:hover\:bottom-3:hover {
    bottom: 0.75rem;
  }

  .md\:hover\:left-3:hover {
    left: 0.75rem;
  }

  .md\:hover\:top-4:hover {
    top: 1rem;
  }

  .md\:hover\:right-4:hover {
    right: 1rem;
  }

  .md\:hover\:bottom-4:hover {
    bottom: 1rem;
  }

  .md\:hover\:left-4:hover {
    left: 1rem;
  }

  .md\:hover\:top-5:hover {
    top: 1.25rem;
  }

  .md\:hover\:right-5:hover {
    right: 1.25rem;
  }

  .md\:hover\:bottom-5:hover {
    bottom: 1.25rem;
  }

  .md\:hover\:left-5:hover {
    left: 1.25rem;
  }

  .md\:hover\:top-6:hover {
    top: 1.5rem;
  }

  .md\:hover\:right-6:hover {
    right: 1.5rem;
  }

  .md\:hover\:bottom-6:hover {
    bottom: 1.5rem;
  }

  .md\:hover\:left-6:hover {
    left: 1.5rem;
  }

  .md\:hover\:top-7:hover {
    top: 1.75rem;
  }

  .md\:hover\:right-7:hover {
    right: 1.75rem;
  }

  .md\:hover\:bottom-7:hover {
    bottom: 1.75rem;
  }

  .md\:hover\:left-7:hover {
    left: 1.75rem;
  }

  .md\:hover\:top-8:hover {
    top: 2rem;
  }

  .md\:hover\:right-8:hover {
    right: 2rem;
  }

  .md\:hover\:bottom-8:hover {
    bottom: 2rem;
  }

  .md\:hover\:left-8:hover {
    left: 2rem;
  }

  .md\:hover\:top-9:hover {
    top: 2.25rem;
  }

  .md\:hover\:right-9:hover {
    right: 2.25rem;
  }

  .md\:hover\:bottom-9:hover {
    bottom: 2.25rem;
  }

  .md\:hover\:left-9:hover {
    left: 2.25rem;
  }

  .md\:hover\:top-10:hover {
    top: 2.5rem;
  }

  .md\:hover\:right-10:hover {
    right: 2.5rem;
  }

  .md\:hover\:bottom-10:hover {
    bottom: 2.5rem;
  }

  .md\:hover\:left-10:hover {
    left: 2.5rem;
  }

  .md\:hover\:top-11:hover {
    top: 2.75rem;
  }

  .md\:hover\:right-11:hover {
    right: 2.75rem;
  }

  .md\:hover\:bottom-11:hover {
    bottom: 2.75rem;
  }

  .md\:hover\:left-11:hover {
    left: 2.75rem;
  }

  .md\:hover\:top-12:hover {
    top: 3rem;
  }

  .md\:hover\:right-12:hover {
    right: 3rem;
  }

  .md\:hover\:bottom-12:hover {
    bottom: 3rem;
  }

  .md\:hover\:left-12:hover {
    left: 3rem;
  }

  .md\:hover\:top-14:hover {
    top: 3.5rem;
  }

  .md\:hover\:right-14:hover {
    right: 3.5rem;
  }

  .md\:hover\:bottom-14:hover {
    bottom: 3.5rem;
  }

  .md\:hover\:left-14:hover {
    left: 3.5rem;
  }

  .md\:hover\:top-16:hover {
    top: 4rem;
  }

  .md\:hover\:right-16:hover {
    right: 4rem;
  }

  .md\:hover\:bottom-16:hover {
    bottom: 4rem;
  }

  .md\:hover\:left-16:hover {
    left: 4rem;
  }

  .md\:hover\:top-20:hover {
    top: 5rem;
  }

  .md\:hover\:right-20:hover {
    right: 5rem;
  }

  .md\:hover\:bottom-20:hover {
    bottom: 5rem;
  }

  .md\:hover\:left-20:hover {
    left: 5rem;
  }

  .md\:hover\:top-24:hover {
    top: 6rem;
  }

  .md\:hover\:right-24:hover {
    right: 6rem;
  }

  .md\:hover\:bottom-24:hover {
    bottom: 6rem;
  }

  .md\:hover\:left-24:hover {
    left: 6rem;
  }

  .md\:hover\:top-28:hover {
    top: 7rem;
  }

  .md\:hover\:right-28:hover {
    right: 7rem;
  }

  .md\:hover\:bottom-28:hover {
    bottom: 7rem;
  }

  .md\:hover\:left-28:hover {
    left: 7rem;
  }

  .md\:hover\:top-32:hover {
    top: 8rem;
  }

  .md\:hover\:right-32:hover {
    right: 8rem;
  }

  .md\:hover\:bottom-32:hover {
    bottom: 8rem;
  }

  .md\:hover\:left-32:hover {
    left: 8rem;
  }

  .md\:hover\:top-36:hover {
    top: 9rem;
  }

  .md\:hover\:right-36:hover {
    right: 9rem;
  }

  .md\:hover\:bottom-36:hover {
    bottom: 9rem;
  }

  .md\:hover\:left-36:hover {
    left: 9rem;
  }

  .md\:hover\:top-40:hover {
    top: 10rem;
  }

  .md\:hover\:right-40:hover {
    right: 10rem;
  }

  .md\:hover\:bottom-40:hover {
    bottom: 10rem;
  }

  .md\:hover\:left-40:hover {
    left: 10rem;
  }

  .md\:hover\:top-44:hover {
    top: 11rem;
  }

  .md\:hover\:right-44:hover {
    right: 11rem;
  }

  .md\:hover\:bottom-44:hover {
    bottom: 11rem;
  }

  .md\:hover\:left-44:hover {
    left: 11rem;
  }

  .md\:hover\:top-48:hover {
    top: 12rem;
  }

  .md\:hover\:right-48:hover {
    right: 12rem;
  }

  .md\:hover\:bottom-48:hover {
    bottom: 12rem;
  }

  .md\:hover\:left-48:hover {
    left: 12rem;
  }

  .md\:hover\:top-52:hover {
    top: 13rem;
  }

  .md\:hover\:right-52:hover {
    right: 13rem;
  }

  .md\:hover\:bottom-52:hover {
    bottom: 13rem;
  }

  .md\:hover\:left-52:hover {
    left: 13rem;
  }

  .md\:hover\:top-56:hover {
    top: 14rem;
  }

  .md\:hover\:right-56:hover {
    right: 14rem;
  }

  .md\:hover\:bottom-56:hover {
    bottom: 14rem;
  }

  .md\:hover\:left-56:hover {
    left: 14rem;
  }

  .md\:hover\:top-60:hover {
    top: 15rem;
  }

  .md\:hover\:right-60:hover {
    right: 15rem;
  }

  .md\:hover\:bottom-60:hover {
    bottom: 15rem;
  }

  .md\:hover\:left-60:hover {
    left: 15rem;
  }

  .md\:hover\:top-64:hover {
    top: 16rem;
  }

  .md\:hover\:right-64:hover {
    right: 16rem;
  }

  .md\:hover\:bottom-64:hover {
    bottom: 16rem;
  }

  .md\:hover\:left-64:hover {
    left: 16rem;
  }

  .md\:hover\:top-72:hover {
    top: 18rem;
  }

  .md\:hover\:right-72:hover {
    right: 18rem;
  }

  .md\:hover\:bottom-72:hover {
    bottom: 18rem;
  }

  .md\:hover\:left-72:hover {
    left: 18rem;
  }

  .md\:hover\:top-80:hover {
    top: 20rem;
  }

  .md\:hover\:right-80:hover {
    right: 20rem;
  }

  .md\:hover\:bottom-80:hover {
    bottom: 20rem;
  }

  .md\:hover\:left-80:hover {
    left: 20rem;
  }

  .md\:hover\:top-96:hover {
    top: 24rem;
  }

  .md\:hover\:right-96:hover {
    right: 24rem;
  }

  .md\:hover\:bottom-96:hover {
    bottom: 24rem;
  }

  .md\:hover\:left-96:hover {
    left: 24rem;
  }

  .md\:hover\:top-auto:hover {
    top: auto;
  }

  .md\:hover\:right-auto:hover {
    right: auto;
  }

  .md\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .md\:hover\:left-auto:hover {
    left: auto;
  }

  .md\:hover\:top-px:hover {
    top: 1px;
  }

  .md\:hover\:right-px:hover {
    right: 1px;
  }

  .md\:hover\:bottom-px:hover {
    bottom: 1px;
  }

  .md\:hover\:left-px:hover {
    left: 1px;
  }

  .md\:hover\:top-0\.5:hover {
    top: 0.125rem;
  }

  .md\:hover\:right-0\.5:hover {
    right: 0.125rem;
  }

  .md\:hover\:bottom-0\.5:hover {
    bottom: 0.125rem;
  }

  .md\:hover\:left-0\.5:hover {
    left: 0.125rem;
  }

  .md\:hover\:top-1\.5:hover {
    top: 0.375rem;
  }

  .md\:hover\:right-1\.5:hover {
    right: 0.375rem;
  }

  .md\:hover\:bottom-1\.5:hover {
    bottom: 0.375rem;
  }

  .md\:hover\:left-1\.5:hover {
    left: 0.375rem;
  }

  .md\:hover\:top-2\.5:hover {
    top: 0.625rem;
  }

  .md\:hover\:right-2\.5:hover {
    right: 0.625rem;
  }

  .md\:hover\:bottom-2\.5:hover {
    bottom: 0.625rem;
  }

  .md\:hover\:left-2\.5:hover {
    left: 0.625rem;
  }

  .md\:hover\:top-3\.5:hover {
    top: 0.875rem;
  }

  .md\:hover\:right-3\.5:hover {
    right: 0.875rem;
  }

  .md\:hover\:bottom-3\.5:hover {
    bottom: 0.875rem;
  }

  .md\:hover\:left-3\.5:hover {
    left: 0.875rem;
  }

  .md\:hover\:-top-0:hover {
    top: 0px;
  }

  .md\:hover\:-right-0:hover {
    right: 0px;
  }

  .md\:hover\:-bottom-0:hover {
    bottom: 0px;
  }

  .md\:hover\:-left-0:hover {
    left: 0px;
  }

  .md\:hover\:-top-1:hover {
    top: -0.25rem;
  }

  .md\:hover\:-right-1:hover {
    right: -0.25rem;
  }

  .md\:hover\:-bottom-1:hover {
    bottom: -0.25rem;
  }

  .md\:hover\:-left-1:hover {
    left: -0.25rem;
  }

  .md\:hover\:-top-2:hover {
    top: -0.5rem;
  }

  .md\:hover\:-right-2:hover {
    right: -0.5rem;
  }

  .md\:hover\:-bottom-2:hover {
    bottom: -0.5rem;
  }

  .md\:hover\:-left-2:hover {
    left: -0.5rem;
  }

  .md\:hover\:-top-3:hover {
    top: -0.75rem;
  }

  .md\:hover\:-right-3:hover {
    right: -0.75rem;
  }

  .md\:hover\:-bottom-3:hover {
    bottom: -0.75rem;
  }

  .md\:hover\:-left-3:hover {
    left: -0.75rem;
  }

  .md\:hover\:-top-4:hover {
    top: -1rem;
  }

  .md\:hover\:-right-4:hover {
    right: -1rem;
  }

  .md\:hover\:-bottom-4:hover {
    bottom: -1rem;
  }

  .md\:hover\:-left-4:hover {
    left: -1rem;
  }

  .md\:hover\:-top-5:hover {
    top: -1.25rem;
  }

  .md\:hover\:-right-5:hover {
    right: -1.25rem;
  }

  .md\:hover\:-bottom-5:hover {
    bottom: -1.25rem;
  }

  .md\:hover\:-left-5:hover {
    left: -1.25rem;
  }

  .md\:hover\:-top-6:hover {
    top: -1.5rem;
  }

  .md\:hover\:-right-6:hover {
    right: -1.5rem;
  }

  .md\:hover\:-bottom-6:hover {
    bottom: -1.5rem;
  }

  .md\:hover\:-left-6:hover {
    left: -1.5rem;
  }

  .md\:hover\:-top-7:hover {
    top: -1.75rem;
  }

  .md\:hover\:-right-7:hover {
    right: -1.75rem;
  }

  .md\:hover\:-bottom-7:hover {
    bottom: -1.75rem;
  }

  .md\:hover\:-left-7:hover {
    left: -1.75rem;
  }

  .md\:hover\:-top-8:hover {
    top: -2rem;
  }

  .md\:hover\:-right-8:hover {
    right: -2rem;
  }

  .md\:hover\:-bottom-8:hover {
    bottom: -2rem;
  }

  .md\:hover\:-left-8:hover {
    left: -2rem;
  }

  .md\:hover\:-top-9:hover {
    top: -2.25rem;
  }

  .md\:hover\:-right-9:hover {
    right: -2.25rem;
  }

  .md\:hover\:-bottom-9:hover {
    bottom: -2.25rem;
  }

  .md\:hover\:-left-9:hover {
    left: -2.25rem;
  }

  .md\:hover\:-top-10:hover {
    top: -2.5rem;
  }

  .md\:hover\:-right-10:hover {
    right: -2.5rem;
  }

  .md\:hover\:-bottom-10:hover {
    bottom: -2.5rem;
  }

  .md\:hover\:-left-10:hover {
    left: -2.5rem;
  }

  .md\:hover\:-top-11:hover {
    top: -2.75rem;
  }

  .md\:hover\:-right-11:hover {
    right: -2.75rem;
  }

  .md\:hover\:-bottom-11:hover {
    bottom: -2.75rem;
  }

  .md\:hover\:-left-11:hover {
    left: -2.75rem;
  }

  .md\:hover\:-top-12:hover {
    top: -3rem;
  }

  .md\:hover\:-right-12:hover {
    right: -3rem;
  }

  .md\:hover\:-bottom-12:hover {
    bottom: -3rem;
  }

  .md\:hover\:-left-12:hover {
    left: -3rem;
  }

  .md\:hover\:-top-14:hover {
    top: -3.5rem;
  }

  .md\:hover\:-right-14:hover {
    right: -3.5rem;
  }

  .md\:hover\:-bottom-14:hover {
    bottom: -3.5rem;
  }

  .md\:hover\:-left-14:hover {
    left: -3.5rem;
  }

  .md\:hover\:-top-16:hover {
    top: -4rem;
  }

  .md\:hover\:-right-16:hover {
    right: -4rem;
  }

  .md\:hover\:-bottom-16:hover {
    bottom: -4rem;
  }

  .md\:hover\:-left-16:hover {
    left: -4rem;
  }

  .md\:hover\:-top-20:hover {
    top: -5rem;
  }

  .md\:hover\:-right-20:hover {
    right: -5rem;
  }

  .md\:hover\:-bottom-20:hover {
    bottom: -5rem;
  }

  .md\:hover\:-left-20:hover {
    left: -5rem;
  }

  .md\:hover\:-top-24:hover {
    top: -6rem;
  }

  .md\:hover\:-right-24:hover {
    right: -6rem;
  }

  .md\:hover\:-bottom-24:hover {
    bottom: -6rem;
  }

  .md\:hover\:-left-24:hover {
    left: -6rem;
  }

  .md\:hover\:-top-28:hover {
    top: -7rem;
  }

  .md\:hover\:-right-28:hover {
    right: -7rem;
  }

  .md\:hover\:-bottom-28:hover {
    bottom: -7rem;
  }

  .md\:hover\:-left-28:hover {
    left: -7rem;
  }

  .md\:hover\:-top-32:hover {
    top: -8rem;
  }

  .md\:hover\:-right-32:hover {
    right: -8rem;
  }

  .md\:hover\:-bottom-32:hover {
    bottom: -8rem;
  }

  .md\:hover\:-left-32:hover {
    left: -8rem;
  }

  .md\:hover\:-top-36:hover {
    top: -9rem;
  }

  .md\:hover\:-right-36:hover {
    right: -9rem;
  }

  .md\:hover\:-bottom-36:hover {
    bottom: -9rem;
  }

  .md\:hover\:-left-36:hover {
    left: -9rem;
  }

  .md\:hover\:-top-40:hover {
    top: -10rem;
  }

  .md\:hover\:-right-40:hover {
    right: -10rem;
  }

  .md\:hover\:-bottom-40:hover {
    bottom: -10rem;
  }

  .md\:hover\:-left-40:hover {
    left: -10rem;
  }

  .md\:hover\:-top-44:hover {
    top: -11rem;
  }

  .md\:hover\:-right-44:hover {
    right: -11rem;
  }

  .md\:hover\:-bottom-44:hover {
    bottom: -11rem;
  }

  .md\:hover\:-left-44:hover {
    left: -11rem;
  }

  .md\:hover\:-top-48:hover {
    top: -12rem;
  }

  .md\:hover\:-right-48:hover {
    right: -12rem;
  }

  .md\:hover\:-bottom-48:hover {
    bottom: -12rem;
  }

  .md\:hover\:-left-48:hover {
    left: -12rem;
  }

  .md\:hover\:-top-52:hover {
    top: -13rem;
  }

  .md\:hover\:-right-52:hover {
    right: -13rem;
  }

  .md\:hover\:-bottom-52:hover {
    bottom: -13rem;
  }

  .md\:hover\:-left-52:hover {
    left: -13rem;
  }

  .md\:hover\:-top-56:hover {
    top: -14rem;
  }

  .md\:hover\:-right-56:hover {
    right: -14rem;
  }

  .md\:hover\:-bottom-56:hover {
    bottom: -14rem;
  }

  .md\:hover\:-left-56:hover {
    left: -14rem;
  }

  .md\:hover\:-top-60:hover {
    top: -15rem;
  }

  .md\:hover\:-right-60:hover {
    right: -15rem;
  }

  .md\:hover\:-bottom-60:hover {
    bottom: -15rem;
  }

  .md\:hover\:-left-60:hover {
    left: -15rem;
  }

  .md\:hover\:-top-64:hover {
    top: -16rem;
  }

  .md\:hover\:-right-64:hover {
    right: -16rem;
  }

  .md\:hover\:-bottom-64:hover {
    bottom: -16rem;
  }

  .md\:hover\:-left-64:hover {
    left: -16rem;
  }

  .md\:hover\:-top-72:hover {
    top: -18rem;
  }

  .md\:hover\:-right-72:hover {
    right: -18rem;
  }

  .md\:hover\:-bottom-72:hover {
    bottom: -18rem;
  }

  .md\:hover\:-left-72:hover {
    left: -18rem;
  }

  .md\:hover\:-top-80:hover {
    top: -20rem;
  }

  .md\:hover\:-right-80:hover {
    right: -20rem;
  }

  .md\:hover\:-bottom-80:hover {
    bottom: -20rem;
  }

  .md\:hover\:-left-80:hover {
    left: -20rem;
  }

  .md\:hover\:-top-96:hover {
    top: -24rem;
  }

  .md\:hover\:-right-96:hover {
    right: -24rem;
  }

  .md\:hover\:-bottom-96:hover {
    bottom: -24rem;
  }

  .md\:hover\:-left-96:hover {
    left: -24rem;
  }

  .md\:hover\:-top-px:hover {
    top: -1px;
  }

  .md\:hover\:-right-px:hover {
    right: -1px;
  }

  .md\:hover\:-bottom-px:hover {
    bottom: -1px;
  }

  .md\:hover\:-left-px:hover {
    left: -1px;
  }

  .md\:hover\:-top-0\.5:hover {
    top: -0.125rem;
  }

  .md\:hover\:-right-0\.5:hover {
    right: -0.125rem;
  }

  .md\:hover\:-bottom-0\.5:hover {
    bottom: -0.125rem;
  }

  .md\:hover\:-left-0\.5:hover {
    left: -0.125rem;
  }

  .md\:hover\:-top-1\.5:hover {
    top: -0.375rem;
  }

  .md\:hover\:-right-1\.5:hover {
    right: -0.375rem;
  }

  .md\:hover\:-bottom-1\.5:hover {
    bottom: -0.375rem;
  }

  .md\:hover\:-left-1\.5:hover {
    left: -0.375rem;
  }

  .md\:hover\:-top-2\.5:hover {
    top: -0.625rem;
  }

  .md\:hover\:-right-2\.5:hover {
    right: -0.625rem;
  }

  .md\:hover\:-bottom-2\.5:hover {
    bottom: -0.625rem;
  }

  .md\:hover\:-left-2\.5:hover {
    left: -0.625rem;
  }

  .md\:hover\:-top-3\.5:hover {
    top: -0.875rem;
  }

  .md\:hover\:-right-3\.5:hover {
    right: -0.875rem;
  }

  .md\:hover\:-bottom-3\.5:hover {
    bottom: -0.875rem;
  }

  .md\:hover\:-left-3\.5:hover {
    left: -0.875rem;
  }

  .md\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .md\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .md\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .md\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .md\:hover\:top-1\/3:hover {
    top: 33.333333%;
  }

  .md\:hover\:right-1\/3:hover {
    right: 33.333333%;
  }

  .md\:hover\:bottom-1\/3:hover {
    bottom: 33.333333%;
  }

  .md\:hover\:left-1\/3:hover {
    left: 33.333333%;
  }

  .md\:hover\:top-2\/3:hover {
    top: 66.666667%;
  }

  .md\:hover\:right-2\/3:hover {
    right: 66.666667%;
  }

  .md\:hover\:bottom-2\/3:hover {
    bottom: 66.666667%;
  }

  .md\:hover\:left-2\/3:hover {
    left: 66.666667%;
  }

  .md\:hover\:top-1\/4:hover {
    top: 25%;
  }

  .md\:hover\:right-1\/4:hover {
    right: 25%;
  }

  .md\:hover\:bottom-1\/4:hover {
    bottom: 25%;
  }

  .md\:hover\:left-1\/4:hover {
    left: 25%;
  }

  .md\:hover\:top-2\/4:hover {
    top: 50%;
  }

  .md\:hover\:right-2\/4:hover {
    right: 50%;
  }

  .md\:hover\:bottom-2\/4:hover {
    bottom: 50%;
  }

  .md\:hover\:left-2\/4:hover {
    left: 50%;
  }

  .md\:hover\:top-3\/4:hover {
    top: 75%;
  }

  .md\:hover\:right-3\/4:hover {
    right: 75%;
  }

  .md\:hover\:bottom-3\/4:hover {
    bottom: 75%;
  }

  .md\:hover\:left-3\/4:hover {
    left: 75%;
  }

  .md\:hover\:top-full:hover {
    top: 100%;
  }

  .md\:hover\:right-full:hover {
    right: 100%;
  }

  .md\:hover\:bottom-full:hover {
    bottom: 100%;
  }

  .md\:hover\:left-full:hover {
    left: 100%;
  }

  .md\:hover\:-top-1\/2:hover {
    top: -50%;
  }

  .md\:hover\:-right-1\/2:hover {
    right: -50%;
  }

  .md\:hover\:-bottom-1\/2:hover {
    bottom: -50%;
  }

  .md\:hover\:-left-1\/2:hover {
    left: -50%;
  }

  .md\:hover\:-top-1\/3:hover {
    top: -33.333333%;
  }

  .md\:hover\:-right-1\/3:hover {
    right: -33.333333%;
  }

  .md\:hover\:-bottom-1\/3:hover {
    bottom: -33.333333%;
  }

  .md\:hover\:-left-1\/3:hover {
    left: -33.333333%;
  }

  .md\:hover\:-top-2\/3:hover {
    top: -66.666667%;
  }

  .md\:hover\:-right-2\/3:hover {
    right: -66.666667%;
  }

  .md\:hover\:-bottom-2\/3:hover {
    bottom: -66.666667%;
  }

  .md\:hover\:-left-2\/3:hover {
    left: -66.666667%;
  }

  .md\:hover\:-top-1\/4:hover {
    top: -25%;
  }

  .md\:hover\:-right-1\/4:hover {
    right: -25%;
  }

  .md\:hover\:-bottom-1\/4:hover {
    bottom: -25%;
  }

  .md\:hover\:-left-1\/4:hover {
    left: -25%;
  }

  .md\:hover\:-top-2\/4:hover {
    top: -50%;
  }

  .md\:hover\:-right-2\/4:hover {
    right: -50%;
  }

  .md\:hover\:-bottom-2\/4:hover {
    bottom: -50%;
  }

  .md\:hover\:-left-2\/4:hover {
    left: -50%;
  }

  .md\:hover\:-top-3\/4:hover {
    top: -75%;
  }

  .md\:hover\:-right-3\/4:hover {
    right: -75%;
  }

  .md\:hover\:-bottom-3\/4:hover {
    bottom: -75%;
  }

  .md\:hover\:-left-3\/4:hover {
    left: -75%;
  }

  .md\:hover\:-top-full:hover {
    top: -100%;
  }

  .md\:hover\:-right-full:hover {
    right: -100%;
  }

  .md\:hover\:-bottom-full:hover {
    bottom: -100%;
  }

  .md\:hover\:-left-full:hover {
    left: -100%;
  }

  .md\:focus\:inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:focus\:inset-1:focus {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:focus\:inset-2:focus {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:focus\:inset-3:focus {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:focus\:inset-4:focus {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:focus\:inset-5:focus {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:focus\:inset-6:focus {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:focus\:inset-7:focus {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:focus\:inset-8:focus {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:focus\:inset-9:focus {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:focus\:inset-10:focus {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:focus\:inset-11:focus {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:focus\:inset-12:focus {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:focus\:inset-14:focus {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:focus\:inset-16:focus {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:focus\:inset-20:focus {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:focus\:inset-24:focus {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:focus\:inset-28:focus {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:focus\:inset-32:focus {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:focus\:inset-36:focus {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:focus\:inset-40:focus {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:focus\:inset-44:focus {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:focus\:inset-48:focus {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:focus\:inset-52:focus {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:focus\:inset-56:focus {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:focus\:inset-60:focus {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:focus\:inset-64:focus {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:focus\:inset-72:focus {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:focus\:inset-80:focus {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:focus\:inset-96:focus {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus\:inset-px:focus {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:focus\:inset-0\.5:focus {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:focus\:inset-1\.5:focus {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:focus\:inset-2\.5:focus {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:focus\:inset-3\.5:focus {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:focus\:-inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:focus\:-inset-1:focus {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:focus\:-inset-2:focus {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:focus\:-inset-3:focus {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:focus\:-inset-4:focus {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:focus\:-inset-5:focus {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:focus\:-inset-6:focus {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:focus\:-inset-7:focus {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:focus\:-inset-8:focus {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:focus\:-inset-9:focus {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:focus\:-inset-10:focus {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:focus\:-inset-11:focus {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:focus\:-inset-12:focus {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:focus\:-inset-14:focus {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:focus\:-inset-20:focus {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:focus\:-inset-24:focus {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:focus\:-inset-28:focus {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:focus\:-inset-32:focus {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:focus\:-inset-36:focus {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:focus\:-inset-40:focus {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:focus\:-inset-44:focus {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:focus\:-inset-48:focus {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:focus\:-inset-52:focus {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:focus\:-inset-56:focus {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:focus\:-inset-60:focus {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:focus\:-inset-64:focus {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:focus\:-inset-72:focus {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:focus\:-inset-80:focus {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:focus\:-inset-96:focus {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:focus\:-inset-px:focus {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:focus\:-inset-0\.5:focus {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:focus\:-inset-1\.5:focus {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:focus\:-inset-2\.5:focus {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:focus\:-inset-3\.5:focus {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:focus\:inset-1\/3:focus {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:focus\:inset-2\/3:focus {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:focus\:inset-1\/4:focus {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:focus\:inset-2\/4:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:focus\:inset-3\/4:focus {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:focus\:inset-full:focus {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:focus\:-inset-1\/2:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:focus\:-inset-1\/3:focus {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:focus\:-inset-2\/3:focus {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:focus\:-inset-1\/4:focus {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:focus\:-inset-2\/4:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:focus\:-inset-3\/4:focus {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:focus\:-inset-full:focus {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:focus\:inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .md\:focus\:inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .md\:focus\:inset-y-1:focus {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:focus\:inset-x-1:focus {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:focus\:inset-y-2:focus {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:focus\:inset-x-2:focus {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:focus\:inset-y-3:focus {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:focus\:inset-x-3:focus {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:focus\:inset-y-4:focus {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:focus\:inset-x-4:focus {
    right: 1rem;
    left: 1rem;
  }

  .md\:focus\:inset-y-5:focus {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:focus\:inset-x-5:focus {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:focus\:inset-y-6:focus {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:focus\:inset-x-6:focus {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:focus\:inset-y-7:focus {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:focus\:inset-x-7:focus {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:focus\:inset-y-8:focus {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:focus\:inset-x-8:focus {
    right: 2rem;
    left: 2rem;
  }

  .md\:focus\:inset-y-9:focus {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:focus\:inset-x-9:focus {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:focus\:inset-y-10:focus {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:focus\:inset-x-10:focus {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:focus\:inset-y-11:focus {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:focus\:inset-x-11:focus {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:focus\:inset-y-12:focus {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:focus\:inset-x-12:focus {
    right: 3rem;
    left: 3rem;
  }

  .md\:focus\:inset-y-14:focus {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:focus\:inset-x-14:focus {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:focus\:inset-y-16:focus {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:focus\:inset-x-16:focus {
    right: 4rem;
    left: 4rem;
  }

  .md\:focus\:inset-y-20:focus {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:focus\:inset-x-20:focus {
    right: 5rem;
    left: 5rem;
  }

  .md\:focus\:inset-y-24:focus {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:focus\:inset-x-24:focus {
    right: 6rem;
    left: 6rem;
  }

  .md\:focus\:inset-y-28:focus {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:focus\:inset-x-28:focus {
    right: 7rem;
    left: 7rem;
  }

  .md\:focus\:inset-y-32:focus {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:focus\:inset-x-32:focus {
    right: 8rem;
    left: 8rem;
  }

  .md\:focus\:inset-y-36:focus {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:focus\:inset-x-36:focus {
    right: 9rem;
    left: 9rem;
  }

  .md\:focus\:inset-y-40:focus {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:focus\:inset-x-40:focus {
    right: 10rem;
    left: 10rem;
  }

  .md\:focus\:inset-y-44:focus {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:focus\:inset-x-44:focus {
    right: 11rem;
    left: 11rem;
  }

  .md\:focus\:inset-y-48:focus {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:focus\:inset-x-48:focus {
    right: 12rem;
    left: 12rem;
  }

  .md\:focus\:inset-y-52:focus {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:focus\:inset-x-52:focus {
    right: 13rem;
    left: 13rem;
  }

  .md\:focus\:inset-y-56:focus {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:focus\:inset-x-56:focus {
    right: 14rem;
    left: 14rem;
  }

  .md\:focus\:inset-y-60:focus {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:focus\:inset-x-60:focus {
    right: 15rem;
    left: 15rem;
  }

  .md\:focus\:inset-y-64:focus {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:focus\:inset-x-64:focus {
    right: 16rem;
    left: 16rem;
  }

  .md\:focus\:inset-y-72:focus {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:focus\:inset-x-72:focus {
    right: 18rem;
    left: 18rem;
  }

  .md\:focus\:inset-y-80:focus {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:focus\:inset-x-80:focus {
    right: 20rem;
    left: 20rem;
  }

  .md\:focus\:inset-y-96:focus {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:focus\:inset-x-96:focus {
    right: 24rem;
    left: 24rem;
  }

  .md\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .md\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .md\:focus\:inset-y-px:focus {
    top: 1px;
    bottom: 1px;
  }

  .md\:focus\:inset-x-px:focus {
    right: 1px;
    left: 1px;
  }

  .md\:focus\:inset-y-0\.5:focus {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:focus\:inset-x-0\.5:focus {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:focus\:inset-y-1\.5:focus {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:focus\:inset-x-1\.5:focus {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:focus\:inset-y-2\.5:focus {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:focus\:inset-x-2\.5:focus {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:focus\:inset-y-3\.5:focus {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:focus\:inset-x-3\.5:focus {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:focus\:-inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .md\:focus\:-inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .md\:focus\:-inset-y-1:focus {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:focus\:-inset-x-1:focus {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:focus\:-inset-y-2:focus {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:focus\:-inset-x-2:focus {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:focus\:-inset-y-3:focus {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:focus\:-inset-x-3:focus {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:focus\:-inset-y-4:focus {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:focus\:-inset-x-4:focus {
    right: -1rem;
    left: -1rem;
  }

  .md\:focus\:-inset-y-5:focus {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:focus\:-inset-x-5:focus {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:focus\:-inset-y-6:focus {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:focus\:-inset-x-6:focus {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:focus\:-inset-y-7:focus {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:focus\:-inset-x-7:focus {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:focus\:-inset-y-8:focus {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:focus\:-inset-x-8:focus {
    right: -2rem;
    left: -2rem;
  }

  .md\:focus\:-inset-y-9:focus {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:focus\:-inset-x-9:focus {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:focus\:-inset-y-10:focus {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:focus\:-inset-x-10:focus {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:focus\:-inset-y-11:focus {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:focus\:-inset-x-11:focus {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:focus\:-inset-y-12:focus {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:focus\:-inset-x-12:focus {
    right: -3rem;
    left: -3rem;
  }

  .md\:focus\:-inset-y-14:focus {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:focus\:-inset-x-14:focus {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .md\:focus\:-inset-y-20:focus {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:focus\:-inset-x-20:focus {
    right: -5rem;
    left: -5rem;
  }

  .md\:focus\:-inset-y-24:focus {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:focus\:-inset-x-24:focus {
    right: -6rem;
    left: -6rem;
  }

  .md\:focus\:-inset-y-28:focus {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:focus\:-inset-x-28:focus {
    right: -7rem;
    left: -7rem;
  }

  .md\:focus\:-inset-y-32:focus {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:focus\:-inset-x-32:focus {
    right: -8rem;
    left: -8rem;
  }

  .md\:focus\:-inset-y-36:focus {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:focus\:-inset-x-36:focus {
    right: -9rem;
    left: -9rem;
  }

  .md\:focus\:-inset-y-40:focus {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:focus\:-inset-x-40:focus {
    right: -10rem;
    left: -10rem;
  }

  .md\:focus\:-inset-y-44:focus {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:focus\:-inset-x-44:focus {
    right: -11rem;
    left: -11rem;
  }

  .md\:focus\:-inset-y-48:focus {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:focus\:-inset-x-48:focus {
    right: -12rem;
    left: -12rem;
  }

  .md\:focus\:-inset-y-52:focus {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:focus\:-inset-x-52:focus {
    right: -13rem;
    left: -13rem;
  }

  .md\:focus\:-inset-y-56:focus {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:focus\:-inset-x-56:focus {
    right: -14rem;
    left: -14rem;
  }

  .md\:focus\:-inset-y-60:focus {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:focus\:-inset-x-60:focus {
    right: -15rem;
    left: -15rem;
  }

  .md\:focus\:-inset-y-64:focus {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:focus\:-inset-x-64:focus {
    right: -16rem;
    left: -16rem;
  }

  .md\:focus\:-inset-y-72:focus {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:focus\:-inset-x-72:focus {
    right: -18rem;
    left: -18rem;
  }

  .md\:focus\:-inset-y-80:focus {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:focus\:-inset-x-80:focus {
    right: -20rem;
    left: -20rem;
  }

  .md\:focus\:-inset-y-96:focus {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:focus\:-inset-x-96:focus {
    right: -24rem;
    left: -24rem;
  }

  .md\:focus\:-inset-y-px:focus {
    top: -1px;
    bottom: -1px;
  }

  .md\:focus\:-inset-x-px:focus {
    right: -1px;
    left: -1px;
  }

  .md\:focus\:-inset-y-0\.5:focus {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:focus\:-inset-x-0\.5:focus {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:focus\:-inset-y-1\.5:focus {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:focus\:-inset-x-1\.5:focus {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:focus\:-inset-y-2\.5:focus {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:focus\:-inset-x-2\.5:focus {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:focus\:-inset-y-3\.5:focus {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:focus\:-inset-x-3\.5:focus {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .md\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .md\:focus\:inset-y-1\/3:focus {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:focus\:inset-x-1\/3:focus {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:focus\:inset-y-2\/3:focus {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:focus\:inset-x-2\/3:focus {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:focus\:inset-y-1\/4:focus {
    top: 25%;
    bottom: 25%;
  }

  .md\:focus\:inset-x-1\/4:focus {
    right: 25%;
    left: 25%;
  }

  .md\:focus\:inset-y-2\/4:focus {
    top: 50%;
    bottom: 50%;
  }

  .md\:focus\:inset-x-2\/4:focus {
    right: 50%;
    left: 50%;
  }

  .md\:focus\:inset-y-3\/4:focus {
    top: 75%;
    bottom: 75%;
  }

  .md\:focus\:inset-x-3\/4:focus {
    right: 75%;
    left: 75%;
  }

  .md\:focus\:inset-y-full:focus {
    top: 100%;
    bottom: 100%;
  }

  .md\:focus\:inset-x-full:focus {
    right: 100%;
    left: 100%;
  }

  .md\:focus\:-inset-y-1\/2:focus {
    top: -50%;
    bottom: -50%;
  }

  .md\:focus\:-inset-x-1\/2:focus {
    right: -50%;
    left: -50%;
  }

  .md\:focus\:-inset-y-1\/3:focus {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:focus\:-inset-x-1\/3:focus {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:focus\:-inset-y-2\/3:focus {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:focus\:-inset-x-2\/3:focus {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:focus\:-inset-y-1\/4:focus {
    top: -25%;
    bottom: -25%;
  }

  .md\:focus\:-inset-x-1\/4:focus {
    right: -25%;
    left: -25%;
  }

  .md\:focus\:-inset-y-2\/4:focus {
    top: -50%;
    bottom: -50%;
  }

  .md\:focus\:-inset-x-2\/4:focus {
    right: -50%;
    left: -50%;
  }

  .md\:focus\:-inset-y-3\/4:focus {
    top: -75%;
    bottom: -75%;
  }

  .md\:focus\:-inset-x-3\/4:focus {
    right: -75%;
    left: -75%;
  }

  .md\:focus\:-inset-y-full:focus {
    top: -100%;
    bottom: -100%;
  }

  .md\:focus\:-inset-x-full:focus {
    right: -100%;
    left: -100%;
  }

  .md\:focus\:top-0:focus {
    top: 0px;
  }

  .md\:focus\:right-0:focus {
    right: 0px;
  }

  .md\:focus\:bottom-0:focus {
    bottom: 0px;
  }

  .md\:focus\:left-0:focus {
    left: 0px;
  }

  .md\:focus\:top-1:focus {
    top: 0.25rem;
  }

  .md\:focus\:right-1:focus {
    right: 0.25rem;
  }

  .md\:focus\:bottom-1:focus {
    bottom: 0.25rem;
  }

  .md\:focus\:left-1:focus {
    left: 0.25rem;
  }

  .md\:focus\:top-2:focus {
    top: 0.5rem;
  }

  .md\:focus\:right-2:focus {
    right: 0.5rem;
  }

  .md\:focus\:bottom-2:focus {
    bottom: 0.5rem;
  }

  .md\:focus\:left-2:focus {
    left: 0.5rem;
  }

  .md\:focus\:top-3:focus {
    top: 0.75rem;
  }

  .md\:focus\:right-3:focus {
    right: 0.75rem;
  }

  .md\:focus\:bottom-3:focus {
    bottom: 0.75rem;
  }

  .md\:focus\:left-3:focus {
    left: 0.75rem;
  }

  .md\:focus\:top-4:focus {
    top: 1rem;
  }

  .md\:focus\:right-4:focus {
    right: 1rem;
  }

  .md\:focus\:bottom-4:focus {
    bottom: 1rem;
  }

  .md\:focus\:left-4:focus {
    left: 1rem;
  }

  .md\:focus\:top-5:focus {
    top: 1.25rem;
  }

  .md\:focus\:right-5:focus {
    right: 1.25rem;
  }

  .md\:focus\:bottom-5:focus {
    bottom: 1.25rem;
  }

  .md\:focus\:left-5:focus {
    left: 1.25rem;
  }

  .md\:focus\:top-6:focus {
    top: 1.5rem;
  }

  .md\:focus\:right-6:focus {
    right: 1.5rem;
  }

  .md\:focus\:bottom-6:focus {
    bottom: 1.5rem;
  }

  .md\:focus\:left-6:focus {
    left: 1.5rem;
  }

  .md\:focus\:top-7:focus {
    top: 1.75rem;
  }

  .md\:focus\:right-7:focus {
    right: 1.75rem;
  }

  .md\:focus\:bottom-7:focus {
    bottom: 1.75rem;
  }

  .md\:focus\:left-7:focus {
    left: 1.75rem;
  }

  .md\:focus\:top-8:focus {
    top: 2rem;
  }

  .md\:focus\:right-8:focus {
    right: 2rem;
  }

  .md\:focus\:bottom-8:focus {
    bottom: 2rem;
  }

  .md\:focus\:left-8:focus {
    left: 2rem;
  }

  .md\:focus\:top-9:focus {
    top: 2.25rem;
  }

  .md\:focus\:right-9:focus {
    right: 2.25rem;
  }

  .md\:focus\:bottom-9:focus {
    bottom: 2.25rem;
  }

  .md\:focus\:left-9:focus {
    left: 2.25rem;
  }

  .md\:focus\:top-10:focus {
    top: 2.5rem;
  }

  .md\:focus\:right-10:focus {
    right: 2.5rem;
  }

  .md\:focus\:bottom-10:focus {
    bottom: 2.5rem;
  }

  .md\:focus\:left-10:focus {
    left: 2.5rem;
  }

  .md\:focus\:top-11:focus {
    top: 2.75rem;
  }

  .md\:focus\:right-11:focus {
    right: 2.75rem;
  }

  .md\:focus\:bottom-11:focus {
    bottom: 2.75rem;
  }

  .md\:focus\:left-11:focus {
    left: 2.75rem;
  }

  .md\:focus\:top-12:focus {
    top: 3rem;
  }

  .md\:focus\:right-12:focus {
    right: 3rem;
  }

  .md\:focus\:bottom-12:focus {
    bottom: 3rem;
  }

  .md\:focus\:left-12:focus {
    left: 3rem;
  }

  .md\:focus\:top-14:focus {
    top: 3.5rem;
  }

  .md\:focus\:right-14:focus {
    right: 3.5rem;
  }

  .md\:focus\:bottom-14:focus {
    bottom: 3.5rem;
  }

  .md\:focus\:left-14:focus {
    left: 3.5rem;
  }

  .md\:focus\:top-16:focus {
    top: 4rem;
  }

  .md\:focus\:right-16:focus {
    right: 4rem;
  }

  .md\:focus\:bottom-16:focus {
    bottom: 4rem;
  }

  .md\:focus\:left-16:focus {
    left: 4rem;
  }

  .md\:focus\:top-20:focus {
    top: 5rem;
  }

  .md\:focus\:right-20:focus {
    right: 5rem;
  }

  .md\:focus\:bottom-20:focus {
    bottom: 5rem;
  }

  .md\:focus\:left-20:focus {
    left: 5rem;
  }

  .md\:focus\:top-24:focus {
    top: 6rem;
  }

  .md\:focus\:right-24:focus {
    right: 6rem;
  }

  .md\:focus\:bottom-24:focus {
    bottom: 6rem;
  }

  .md\:focus\:left-24:focus {
    left: 6rem;
  }

  .md\:focus\:top-28:focus {
    top: 7rem;
  }

  .md\:focus\:right-28:focus {
    right: 7rem;
  }

  .md\:focus\:bottom-28:focus {
    bottom: 7rem;
  }

  .md\:focus\:left-28:focus {
    left: 7rem;
  }

  .md\:focus\:top-32:focus {
    top: 8rem;
  }

  .md\:focus\:right-32:focus {
    right: 8rem;
  }

  .md\:focus\:bottom-32:focus {
    bottom: 8rem;
  }

  .md\:focus\:left-32:focus {
    left: 8rem;
  }

  .md\:focus\:top-36:focus {
    top: 9rem;
  }

  .md\:focus\:right-36:focus {
    right: 9rem;
  }

  .md\:focus\:bottom-36:focus {
    bottom: 9rem;
  }

  .md\:focus\:left-36:focus {
    left: 9rem;
  }

  .md\:focus\:top-40:focus {
    top: 10rem;
  }

  .md\:focus\:right-40:focus {
    right: 10rem;
  }

  .md\:focus\:bottom-40:focus {
    bottom: 10rem;
  }

  .md\:focus\:left-40:focus {
    left: 10rem;
  }

  .md\:focus\:top-44:focus {
    top: 11rem;
  }

  .md\:focus\:right-44:focus {
    right: 11rem;
  }

  .md\:focus\:bottom-44:focus {
    bottom: 11rem;
  }

  .md\:focus\:left-44:focus {
    left: 11rem;
  }

  .md\:focus\:top-48:focus {
    top: 12rem;
  }

  .md\:focus\:right-48:focus {
    right: 12rem;
  }

  .md\:focus\:bottom-48:focus {
    bottom: 12rem;
  }

  .md\:focus\:left-48:focus {
    left: 12rem;
  }

  .md\:focus\:top-52:focus {
    top: 13rem;
  }

  .md\:focus\:right-52:focus {
    right: 13rem;
  }

  .md\:focus\:bottom-52:focus {
    bottom: 13rem;
  }

  .md\:focus\:left-52:focus {
    left: 13rem;
  }

  .md\:focus\:top-56:focus {
    top: 14rem;
  }

  .md\:focus\:right-56:focus {
    right: 14rem;
  }

  .md\:focus\:bottom-56:focus {
    bottom: 14rem;
  }

  .md\:focus\:left-56:focus {
    left: 14rem;
  }

  .md\:focus\:top-60:focus {
    top: 15rem;
  }

  .md\:focus\:right-60:focus {
    right: 15rem;
  }

  .md\:focus\:bottom-60:focus {
    bottom: 15rem;
  }

  .md\:focus\:left-60:focus {
    left: 15rem;
  }

  .md\:focus\:top-64:focus {
    top: 16rem;
  }

  .md\:focus\:right-64:focus {
    right: 16rem;
  }

  .md\:focus\:bottom-64:focus {
    bottom: 16rem;
  }

  .md\:focus\:left-64:focus {
    left: 16rem;
  }

  .md\:focus\:top-72:focus {
    top: 18rem;
  }

  .md\:focus\:right-72:focus {
    right: 18rem;
  }

  .md\:focus\:bottom-72:focus {
    bottom: 18rem;
  }

  .md\:focus\:left-72:focus {
    left: 18rem;
  }

  .md\:focus\:top-80:focus {
    top: 20rem;
  }

  .md\:focus\:right-80:focus {
    right: 20rem;
  }

  .md\:focus\:bottom-80:focus {
    bottom: 20rem;
  }

  .md\:focus\:left-80:focus {
    left: 20rem;
  }

  .md\:focus\:top-96:focus {
    top: 24rem;
  }

  .md\:focus\:right-96:focus {
    right: 24rem;
  }

  .md\:focus\:bottom-96:focus {
    bottom: 24rem;
  }

  .md\:focus\:left-96:focus {
    left: 24rem;
  }

  .md\:focus\:top-auto:focus {
    top: auto;
  }

  .md\:focus\:right-auto:focus {
    right: auto;
  }

  .md\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .md\:focus\:left-auto:focus {
    left: auto;
  }

  .md\:focus\:top-px:focus {
    top: 1px;
  }

  .md\:focus\:right-px:focus {
    right: 1px;
  }

  .md\:focus\:bottom-px:focus {
    bottom: 1px;
  }

  .md\:focus\:left-px:focus {
    left: 1px;
  }

  .md\:focus\:top-0\.5:focus {
    top: 0.125rem;
  }

  .md\:focus\:right-0\.5:focus {
    right: 0.125rem;
  }

  .md\:focus\:bottom-0\.5:focus {
    bottom: 0.125rem;
  }

  .md\:focus\:left-0\.5:focus {
    left: 0.125rem;
  }

  .md\:focus\:top-1\.5:focus {
    top: 0.375rem;
  }

  .md\:focus\:right-1\.5:focus {
    right: 0.375rem;
  }

  .md\:focus\:bottom-1\.5:focus {
    bottom: 0.375rem;
  }

  .md\:focus\:left-1\.5:focus {
    left: 0.375rem;
  }

  .md\:focus\:top-2\.5:focus {
    top: 0.625rem;
  }

  .md\:focus\:right-2\.5:focus {
    right: 0.625rem;
  }

  .md\:focus\:bottom-2\.5:focus {
    bottom: 0.625rem;
  }

  .md\:focus\:left-2\.5:focus {
    left: 0.625rem;
  }

  .md\:focus\:top-3\.5:focus {
    top: 0.875rem;
  }

  .md\:focus\:right-3\.5:focus {
    right: 0.875rem;
  }

  .md\:focus\:bottom-3\.5:focus {
    bottom: 0.875rem;
  }

  .md\:focus\:left-3\.5:focus {
    left: 0.875rem;
  }

  .md\:focus\:-top-0:focus {
    top: 0px;
  }

  .md\:focus\:-right-0:focus {
    right: 0px;
  }

  .md\:focus\:-bottom-0:focus {
    bottom: 0px;
  }

  .md\:focus\:-left-0:focus {
    left: 0px;
  }

  .md\:focus\:-top-1:focus {
    top: -0.25rem;
  }

  .md\:focus\:-right-1:focus {
    right: -0.25rem;
  }

  .md\:focus\:-bottom-1:focus {
    bottom: -0.25rem;
  }

  .md\:focus\:-left-1:focus {
    left: -0.25rem;
  }

  .md\:focus\:-top-2:focus {
    top: -0.5rem;
  }

  .md\:focus\:-right-2:focus {
    right: -0.5rem;
  }

  .md\:focus\:-bottom-2:focus {
    bottom: -0.5rem;
  }

  .md\:focus\:-left-2:focus {
    left: -0.5rem;
  }

  .md\:focus\:-top-3:focus {
    top: -0.75rem;
  }

  .md\:focus\:-right-3:focus {
    right: -0.75rem;
  }

  .md\:focus\:-bottom-3:focus {
    bottom: -0.75rem;
  }

  .md\:focus\:-left-3:focus {
    left: -0.75rem;
  }

  .md\:focus\:-top-4:focus {
    top: -1rem;
  }

  .md\:focus\:-right-4:focus {
    right: -1rem;
  }

  .md\:focus\:-bottom-4:focus {
    bottom: -1rem;
  }

  .md\:focus\:-left-4:focus {
    left: -1rem;
  }

  .md\:focus\:-top-5:focus {
    top: -1.25rem;
  }

  .md\:focus\:-right-5:focus {
    right: -1.25rem;
  }

  .md\:focus\:-bottom-5:focus {
    bottom: -1.25rem;
  }

  .md\:focus\:-left-5:focus {
    left: -1.25rem;
  }

  .md\:focus\:-top-6:focus {
    top: -1.5rem;
  }

  .md\:focus\:-right-6:focus {
    right: -1.5rem;
  }

  .md\:focus\:-bottom-6:focus {
    bottom: -1.5rem;
  }

  .md\:focus\:-left-6:focus {
    left: -1.5rem;
  }

  .md\:focus\:-top-7:focus {
    top: -1.75rem;
  }

  .md\:focus\:-right-7:focus {
    right: -1.75rem;
  }

  .md\:focus\:-bottom-7:focus {
    bottom: -1.75rem;
  }

  .md\:focus\:-left-7:focus {
    left: -1.75rem;
  }

  .md\:focus\:-top-8:focus {
    top: -2rem;
  }

  .md\:focus\:-right-8:focus {
    right: -2rem;
  }

  .md\:focus\:-bottom-8:focus {
    bottom: -2rem;
  }

  .md\:focus\:-left-8:focus {
    left: -2rem;
  }

  .md\:focus\:-top-9:focus {
    top: -2.25rem;
  }

  .md\:focus\:-right-9:focus {
    right: -2.25rem;
  }

  .md\:focus\:-bottom-9:focus {
    bottom: -2.25rem;
  }

  .md\:focus\:-left-9:focus {
    left: -2.25rem;
  }

  .md\:focus\:-top-10:focus {
    top: -2.5rem;
  }

  .md\:focus\:-right-10:focus {
    right: -2.5rem;
  }

  .md\:focus\:-bottom-10:focus {
    bottom: -2.5rem;
  }

  .md\:focus\:-left-10:focus {
    left: -2.5rem;
  }

  .md\:focus\:-top-11:focus {
    top: -2.75rem;
  }

  .md\:focus\:-right-11:focus {
    right: -2.75rem;
  }

  .md\:focus\:-bottom-11:focus {
    bottom: -2.75rem;
  }

  .md\:focus\:-left-11:focus {
    left: -2.75rem;
  }

  .md\:focus\:-top-12:focus {
    top: -3rem;
  }

  .md\:focus\:-right-12:focus {
    right: -3rem;
  }

  .md\:focus\:-bottom-12:focus {
    bottom: -3rem;
  }

  .md\:focus\:-left-12:focus {
    left: -3rem;
  }

  .md\:focus\:-top-14:focus {
    top: -3.5rem;
  }

  .md\:focus\:-right-14:focus {
    right: -3.5rem;
  }

  .md\:focus\:-bottom-14:focus {
    bottom: -3.5rem;
  }

  .md\:focus\:-left-14:focus {
    left: -3.5rem;
  }

  .md\:focus\:-top-16:focus {
    top: -4rem;
  }

  .md\:focus\:-right-16:focus {
    right: -4rem;
  }

  .md\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .md\:focus\:-left-16:focus {
    left: -4rem;
  }

  .md\:focus\:-top-20:focus {
    top: -5rem;
  }

  .md\:focus\:-right-20:focus {
    right: -5rem;
  }

  .md\:focus\:-bottom-20:focus {
    bottom: -5rem;
  }

  .md\:focus\:-left-20:focus {
    left: -5rem;
  }

  .md\:focus\:-top-24:focus {
    top: -6rem;
  }

  .md\:focus\:-right-24:focus {
    right: -6rem;
  }

  .md\:focus\:-bottom-24:focus {
    bottom: -6rem;
  }

  .md\:focus\:-left-24:focus {
    left: -6rem;
  }

  .md\:focus\:-top-28:focus {
    top: -7rem;
  }

  .md\:focus\:-right-28:focus {
    right: -7rem;
  }

  .md\:focus\:-bottom-28:focus {
    bottom: -7rem;
  }

  .md\:focus\:-left-28:focus {
    left: -7rem;
  }

  .md\:focus\:-top-32:focus {
    top: -8rem;
  }

  .md\:focus\:-right-32:focus {
    right: -8rem;
  }

  .md\:focus\:-bottom-32:focus {
    bottom: -8rem;
  }

  .md\:focus\:-left-32:focus {
    left: -8rem;
  }

  .md\:focus\:-top-36:focus {
    top: -9rem;
  }

  .md\:focus\:-right-36:focus {
    right: -9rem;
  }

  .md\:focus\:-bottom-36:focus {
    bottom: -9rem;
  }

  .md\:focus\:-left-36:focus {
    left: -9rem;
  }

  .md\:focus\:-top-40:focus {
    top: -10rem;
  }

  .md\:focus\:-right-40:focus {
    right: -10rem;
  }

  .md\:focus\:-bottom-40:focus {
    bottom: -10rem;
  }

  .md\:focus\:-left-40:focus {
    left: -10rem;
  }

  .md\:focus\:-top-44:focus {
    top: -11rem;
  }

  .md\:focus\:-right-44:focus {
    right: -11rem;
  }

  .md\:focus\:-bottom-44:focus {
    bottom: -11rem;
  }

  .md\:focus\:-left-44:focus {
    left: -11rem;
  }

  .md\:focus\:-top-48:focus {
    top: -12rem;
  }

  .md\:focus\:-right-48:focus {
    right: -12rem;
  }

  .md\:focus\:-bottom-48:focus {
    bottom: -12rem;
  }

  .md\:focus\:-left-48:focus {
    left: -12rem;
  }

  .md\:focus\:-top-52:focus {
    top: -13rem;
  }

  .md\:focus\:-right-52:focus {
    right: -13rem;
  }

  .md\:focus\:-bottom-52:focus {
    bottom: -13rem;
  }

  .md\:focus\:-left-52:focus {
    left: -13rem;
  }

  .md\:focus\:-top-56:focus {
    top: -14rem;
  }

  .md\:focus\:-right-56:focus {
    right: -14rem;
  }

  .md\:focus\:-bottom-56:focus {
    bottom: -14rem;
  }

  .md\:focus\:-left-56:focus {
    left: -14rem;
  }

  .md\:focus\:-top-60:focus {
    top: -15rem;
  }

  .md\:focus\:-right-60:focus {
    right: -15rem;
  }

  .md\:focus\:-bottom-60:focus {
    bottom: -15rem;
  }

  .md\:focus\:-left-60:focus {
    left: -15rem;
  }

  .md\:focus\:-top-64:focus {
    top: -16rem;
  }

  .md\:focus\:-right-64:focus {
    right: -16rem;
  }

  .md\:focus\:-bottom-64:focus {
    bottom: -16rem;
  }

  .md\:focus\:-left-64:focus {
    left: -16rem;
  }

  .md\:focus\:-top-72:focus {
    top: -18rem;
  }

  .md\:focus\:-right-72:focus {
    right: -18rem;
  }

  .md\:focus\:-bottom-72:focus {
    bottom: -18rem;
  }

  .md\:focus\:-left-72:focus {
    left: -18rem;
  }

  .md\:focus\:-top-80:focus {
    top: -20rem;
  }

  .md\:focus\:-right-80:focus {
    right: -20rem;
  }

  .md\:focus\:-bottom-80:focus {
    bottom: -20rem;
  }

  .md\:focus\:-left-80:focus {
    left: -20rem;
  }

  .md\:focus\:-top-96:focus {
    top: -24rem;
  }

  .md\:focus\:-right-96:focus {
    right: -24rem;
  }

  .md\:focus\:-bottom-96:focus {
    bottom: -24rem;
  }

  .md\:focus\:-left-96:focus {
    left: -24rem;
  }

  .md\:focus\:-top-px:focus {
    top: -1px;
  }

  .md\:focus\:-right-px:focus {
    right: -1px;
  }

  .md\:focus\:-bottom-px:focus {
    bottom: -1px;
  }

  .md\:focus\:-left-px:focus {
    left: -1px;
  }

  .md\:focus\:-top-0\.5:focus {
    top: -0.125rem;
  }

  .md\:focus\:-right-0\.5:focus {
    right: -0.125rem;
  }

  .md\:focus\:-bottom-0\.5:focus {
    bottom: -0.125rem;
  }

  .md\:focus\:-left-0\.5:focus {
    left: -0.125rem;
  }

  .md\:focus\:-top-1\.5:focus {
    top: -0.375rem;
  }

  .md\:focus\:-right-1\.5:focus {
    right: -0.375rem;
  }

  .md\:focus\:-bottom-1\.5:focus {
    bottom: -0.375rem;
  }

  .md\:focus\:-left-1\.5:focus {
    left: -0.375rem;
  }

  .md\:focus\:-top-2\.5:focus {
    top: -0.625rem;
  }

  .md\:focus\:-right-2\.5:focus {
    right: -0.625rem;
  }

  .md\:focus\:-bottom-2\.5:focus {
    bottom: -0.625rem;
  }

  .md\:focus\:-left-2\.5:focus {
    left: -0.625rem;
  }

  .md\:focus\:-top-3\.5:focus {
    top: -0.875rem;
  }

  .md\:focus\:-right-3\.5:focus {
    right: -0.875rem;
  }

  .md\:focus\:-bottom-3\.5:focus {
    bottom: -0.875rem;
  }

  .md\:focus\:-left-3\.5:focus {
    left: -0.875rem;
  }

  .md\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .md\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .md\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .md\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .md\:focus\:top-1\/3:focus {
    top: 33.333333%;
  }

  .md\:focus\:right-1\/3:focus {
    right: 33.333333%;
  }

  .md\:focus\:bottom-1\/3:focus {
    bottom: 33.333333%;
  }

  .md\:focus\:left-1\/3:focus {
    left: 33.333333%;
  }

  .md\:focus\:top-2\/3:focus {
    top: 66.666667%;
  }

  .md\:focus\:right-2\/3:focus {
    right: 66.666667%;
  }

  .md\:focus\:bottom-2\/3:focus {
    bottom: 66.666667%;
  }

  .md\:focus\:left-2\/3:focus {
    left: 66.666667%;
  }

  .md\:focus\:top-1\/4:focus {
    top: 25%;
  }

  .md\:focus\:right-1\/4:focus {
    right: 25%;
  }

  .md\:focus\:bottom-1\/4:focus {
    bottom: 25%;
  }

  .md\:focus\:left-1\/4:focus {
    left: 25%;
  }

  .md\:focus\:top-2\/4:focus {
    top: 50%;
  }

  .md\:focus\:right-2\/4:focus {
    right: 50%;
  }

  .md\:focus\:bottom-2\/4:focus {
    bottom: 50%;
  }

  .md\:focus\:left-2\/4:focus {
    left: 50%;
  }

  .md\:focus\:top-3\/4:focus {
    top: 75%;
  }

  .md\:focus\:right-3\/4:focus {
    right: 75%;
  }

  .md\:focus\:bottom-3\/4:focus {
    bottom: 75%;
  }

  .md\:focus\:left-3\/4:focus {
    left: 75%;
  }

  .md\:focus\:top-full:focus {
    top: 100%;
  }

  .md\:focus\:right-full:focus {
    right: 100%;
  }

  .md\:focus\:bottom-full:focus {
    bottom: 100%;
  }

  .md\:focus\:left-full:focus {
    left: 100%;
  }

  .md\:focus\:-top-1\/2:focus {
    top: -50%;
  }

  .md\:focus\:-right-1\/2:focus {
    right: -50%;
  }

  .md\:focus\:-bottom-1\/2:focus {
    bottom: -50%;
  }

  .md\:focus\:-left-1\/2:focus {
    left: -50%;
  }

  .md\:focus\:-top-1\/3:focus {
    top: -33.333333%;
  }

  .md\:focus\:-right-1\/3:focus {
    right: -33.333333%;
  }

  .md\:focus\:-bottom-1\/3:focus {
    bottom: -33.333333%;
  }

  .md\:focus\:-left-1\/3:focus {
    left: -33.333333%;
  }

  .md\:focus\:-top-2\/3:focus {
    top: -66.666667%;
  }

  .md\:focus\:-right-2\/3:focus {
    right: -66.666667%;
  }

  .md\:focus\:-bottom-2\/3:focus {
    bottom: -66.666667%;
  }

  .md\:focus\:-left-2\/3:focus {
    left: -66.666667%;
  }

  .md\:focus\:-top-1\/4:focus {
    top: -25%;
  }

  .md\:focus\:-right-1\/4:focus {
    right: -25%;
  }

  .md\:focus\:-bottom-1\/4:focus {
    bottom: -25%;
  }

  .md\:focus\:-left-1\/4:focus {
    left: -25%;
  }

  .md\:focus\:-top-2\/4:focus {
    top: -50%;
  }

  .md\:focus\:-right-2\/4:focus {
    right: -50%;
  }

  .md\:focus\:-bottom-2\/4:focus {
    bottom: -50%;
  }

  .md\:focus\:-left-2\/4:focus {
    left: -50%;
  }

  .md\:focus\:-top-3\/4:focus {
    top: -75%;
  }

  .md\:focus\:-right-3\/4:focus {
    right: -75%;
  }

  .md\:focus\:-bottom-3\/4:focus {
    bottom: -75%;
  }

  .md\:focus\:-left-3\/4:focus {
    left: -75%;
  }

  .md\:focus\:-top-full:focus {
    top: -100%;
  }

  .md\:focus\:-right-full:focus {
    right: -100%;
  }

  .md\:focus\:-bottom-full:focus {
    bottom: -100%;
  }

  .md\:focus\:-left-full:focus {
    left: -100%;
  }

  .md\:active\:inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:active\:inset-1:active {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:active\:inset-2:active {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:active\:inset-3:active {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:active\:inset-4:active {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:active\:inset-5:active {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:active\:inset-6:active {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:active\:inset-7:active {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:active\:inset-8:active {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:active\:inset-9:active {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:active\:inset-10:active {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:active\:inset-11:active {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:active\:inset-12:active {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:active\:inset-14:active {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:active\:inset-16:active {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:active\:inset-20:active {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:active\:inset-24:active {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:active\:inset-28:active {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:active\:inset-32:active {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:active\:inset-36:active {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:active\:inset-40:active {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:active\:inset-44:active {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:active\:inset-48:active {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:active\:inset-52:active {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:active\:inset-56:active {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:active\:inset-60:active {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:active\:inset-64:active {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:active\:inset-72:active {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:active\:inset-80:active {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:active\:inset-96:active {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:active\:inset-px:active {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:active\:inset-0\.5:active {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:active\:inset-1\.5:active {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:active\:inset-2\.5:active {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:active\:inset-3\.5:active {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:active\:-inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:active\:-inset-1:active {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:active\:-inset-2:active {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:active\:-inset-3:active {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:active\:-inset-4:active {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:active\:-inset-5:active {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:active\:-inset-6:active {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:active\:-inset-7:active {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:active\:-inset-8:active {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:active\:-inset-9:active {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:active\:-inset-10:active {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:active\:-inset-11:active {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:active\:-inset-12:active {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:active\:-inset-14:active {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:active\:-inset-16:active {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:active\:-inset-20:active {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:active\:-inset-24:active {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:active\:-inset-28:active {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:active\:-inset-32:active {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:active\:-inset-36:active {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:active\:-inset-40:active {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:active\:-inset-44:active {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:active\:-inset-48:active {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:active\:-inset-52:active {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:active\:-inset-56:active {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:active\:-inset-60:active {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:active\:-inset-64:active {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:active\:-inset-72:active {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:active\:-inset-80:active {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:active\:-inset-96:active {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:active\:-inset-px:active {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:active\:-inset-0\.5:active {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:active\:-inset-1\.5:active {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:active\:-inset-2\.5:active {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:active\:-inset-3\.5:active {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:active\:inset-1\/2:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:active\:inset-1\/3:active {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:active\:inset-2\/3:active {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:active\:inset-1\/4:active {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:active\:inset-2\/4:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:active\:inset-3\/4:active {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:active\:inset-full:active {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:active\:-inset-1\/2:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:active\:-inset-1\/3:active {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:active\:-inset-2\/3:active {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:active\:-inset-1\/4:active {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:active\:-inset-2\/4:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:active\:-inset-3\/4:active {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:active\:-inset-full:active {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:active\:inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .md\:active\:inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .md\:active\:inset-y-1:active {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:active\:inset-x-1:active {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:active\:inset-y-2:active {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:active\:inset-x-2:active {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:active\:inset-y-3:active {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:active\:inset-x-3:active {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:active\:inset-y-4:active {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:active\:inset-x-4:active {
    right: 1rem;
    left: 1rem;
  }

  .md\:active\:inset-y-5:active {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:active\:inset-x-5:active {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:active\:inset-y-6:active {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:active\:inset-x-6:active {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:active\:inset-y-7:active {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:active\:inset-x-7:active {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:active\:inset-y-8:active {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:active\:inset-x-8:active {
    right: 2rem;
    left: 2rem;
  }

  .md\:active\:inset-y-9:active {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:active\:inset-x-9:active {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:active\:inset-y-10:active {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:active\:inset-x-10:active {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:active\:inset-y-11:active {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:active\:inset-x-11:active {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:active\:inset-y-12:active {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:active\:inset-x-12:active {
    right: 3rem;
    left: 3rem;
  }

  .md\:active\:inset-y-14:active {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:active\:inset-x-14:active {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:active\:inset-y-16:active {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:active\:inset-x-16:active {
    right: 4rem;
    left: 4rem;
  }

  .md\:active\:inset-y-20:active {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:active\:inset-x-20:active {
    right: 5rem;
    left: 5rem;
  }

  .md\:active\:inset-y-24:active {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:active\:inset-x-24:active {
    right: 6rem;
    left: 6rem;
  }

  .md\:active\:inset-y-28:active {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:active\:inset-x-28:active {
    right: 7rem;
    left: 7rem;
  }

  .md\:active\:inset-y-32:active {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:active\:inset-x-32:active {
    right: 8rem;
    left: 8rem;
  }

  .md\:active\:inset-y-36:active {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:active\:inset-x-36:active {
    right: 9rem;
    left: 9rem;
  }

  .md\:active\:inset-y-40:active {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:active\:inset-x-40:active {
    right: 10rem;
    left: 10rem;
  }

  .md\:active\:inset-y-44:active {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:active\:inset-x-44:active {
    right: 11rem;
    left: 11rem;
  }

  .md\:active\:inset-y-48:active {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:active\:inset-x-48:active {
    right: 12rem;
    left: 12rem;
  }

  .md\:active\:inset-y-52:active {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:active\:inset-x-52:active {
    right: 13rem;
    left: 13rem;
  }

  .md\:active\:inset-y-56:active {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:active\:inset-x-56:active {
    right: 14rem;
    left: 14rem;
  }

  .md\:active\:inset-y-60:active {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:active\:inset-x-60:active {
    right: 15rem;
    left: 15rem;
  }

  .md\:active\:inset-y-64:active {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:active\:inset-x-64:active {
    right: 16rem;
    left: 16rem;
  }

  .md\:active\:inset-y-72:active {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:active\:inset-x-72:active {
    right: 18rem;
    left: 18rem;
  }

  .md\:active\:inset-y-80:active {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:active\:inset-x-80:active {
    right: 20rem;
    left: 20rem;
  }

  .md\:active\:inset-y-96:active {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:active\:inset-x-96:active {
    right: 24rem;
    left: 24rem;
  }

  .md\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .md\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .md\:active\:inset-y-px:active {
    top: 1px;
    bottom: 1px;
  }

  .md\:active\:inset-x-px:active {
    right: 1px;
    left: 1px;
  }

  .md\:active\:inset-y-0\.5:active {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:active\:inset-x-0\.5:active {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:active\:inset-y-1\.5:active {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:active\:inset-x-1\.5:active {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:active\:inset-y-2\.5:active {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:active\:inset-x-2\.5:active {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:active\:inset-y-3\.5:active {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:active\:inset-x-3\.5:active {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:active\:-inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .md\:active\:-inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .md\:active\:-inset-y-1:active {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:active\:-inset-x-1:active {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:active\:-inset-y-2:active {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:active\:-inset-x-2:active {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:active\:-inset-y-3:active {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:active\:-inset-x-3:active {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:active\:-inset-y-4:active {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:active\:-inset-x-4:active {
    right: -1rem;
    left: -1rem;
  }

  .md\:active\:-inset-y-5:active {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:active\:-inset-x-5:active {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:active\:-inset-y-6:active {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:active\:-inset-x-6:active {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:active\:-inset-y-7:active {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:active\:-inset-x-7:active {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:active\:-inset-y-8:active {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:active\:-inset-x-8:active {
    right: -2rem;
    left: -2rem;
  }

  .md\:active\:-inset-y-9:active {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:active\:-inset-x-9:active {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:active\:-inset-y-10:active {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:active\:-inset-x-10:active {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:active\:-inset-y-11:active {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:active\:-inset-x-11:active {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:active\:-inset-y-12:active {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:active\:-inset-x-12:active {
    right: -3rem;
    left: -3rem;
  }

  .md\:active\:-inset-y-14:active {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:active\:-inset-x-14:active {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:active\:-inset-y-16:active {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:active\:-inset-x-16:active {
    right: -4rem;
    left: -4rem;
  }

  .md\:active\:-inset-y-20:active {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:active\:-inset-x-20:active {
    right: -5rem;
    left: -5rem;
  }

  .md\:active\:-inset-y-24:active {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:active\:-inset-x-24:active {
    right: -6rem;
    left: -6rem;
  }

  .md\:active\:-inset-y-28:active {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:active\:-inset-x-28:active {
    right: -7rem;
    left: -7rem;
  }

  .md\:active\:-inset-y-32:active {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:active\:-inset-x-32:active {
    right: -8rem;
    left: -8rem;
  }

  .md\:active\:-inset-y-36:active {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:active\:-inset-x-36:active {
    right: -9rem;
    left: -9rem;
  }

  .md\:active\:-inset-y-40:active {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:active\:-inset-x-40:active {
    right: -10rem;
    left: -10rem;
  }

  .md\:active\:-inset-y-44:active {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:active\:-inset-x-44:active {
    right: -11rem;
    left: -11rem;
  }

  .md\:active\:-inset-y-48:active {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:active\:-inset-x-48:active {
    right: -12rem;
    left: -12rem;
  }

  .md\:active\:-inset-y-52:active {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:active\:-inset-x-52:active {
    right: -13rem;
    left: -13rem;
  }

  .md\:active\:-inset-y-56:active {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:active\:-inset-x-56:active {
    right: -14rem;
    left: -14rem;
  }

  .md\:active\:-inset-y-60:active {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:active\:-inset-x-60:active {
    right: -15rem;
    left: -15rem;
  }

  .md\:active\:-inset-y-64:active {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:active\:-inset-x-64:active {
    right: -16rem;
    left: -16rem;
  }

  .md\:active\:-inset-y-72:active {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:active\:-inset-x-72:active {
    right: -18rem;
    left: -18rem;
  }

  .md\:active\:-inset-y-80:active {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:active\:-inset-x-80:active {
    right: -20rem;
    left: -20rem;
  }

  .md\:active\:-inset-y-96:active {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:active\:-inset-x-96:active {
    right: -24rem;
    left: -24rem;
  }

  .md\:active\:-inset-y-px:active {
    top: -1px;
    bottom: -1px;
  }

  .md\:active\:-inset-x-px:active {
    right: -1px;
    left: -1px;
  }

  .md\:active\:-inset-y-0\.5:active {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:active\:-inset-x-0\.5:active {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:active\:-inset-y-1\.5:active {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:active\:-inset-x-1\.5:active {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:active\:-inset-y-2\.5:active {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:active\:-inset-x-2\.5:active {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:active\:-inset-y-3\.5:active {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:active\:-inset-x-3\.5:active {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:active\:inset-y-1\/2:active {
    top: 50%;
    bottom: 50%;
  }

  .md\:active\:inset-x-1\/2:active {
    right: 50%;
    left: 50%;
  }

  .md\:active\:inset-y-1\/3:active {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:active\:inset-x-1\/3:active {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:active\:inset-y-2\/3:active {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:active\:inset-x-2\/3:active {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:active\:inset-y-1\/4:active {
    top: 25%;
    bottom: 25%;
  }

  .md\:active\:inset-x-1\/4:active {
    right: 25%;
    left: 25%;
  }

  .md\:active\:inset-y-2\/4:active {
    top: 50%;
    bottom: 50%;
  }

  .md\:active\:inset-x-2\/4:active {
    right: 50%;
    left: 50%;
  }

  .md\:active\:inset-y-3\/4:active {
    top: 75%;
    bottom: 75%;
  }

  .md\:active\:inset-x-3\/4:active {
    right: 75%;
    left: 75%;
  }

  .md\:active\:inset-y-full:active {
    top: 100%;
    bottom: 100%;
  }

  .md\:active\:inset-x-full:active {
    right: 100%;
    left: 100%;
  }

  .md\:active\:-inset-y-1\/2:active {
    top: -50%;
    bottom: -50%;
  }

  .md\:active\:-inset-x-1\/2:active {
    right: -50%;
    left: -50%;
  }

  .md\:active\:-inset-y-1\/3:active {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:active\:-inset-x-1\/3:active {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:active\:-inset-y-2\/3:active {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:active\:-inset-x-2\/3:active {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:active\:-inset-y-1\/4:active {
    top: -25%;
    bottom: -25%;
  }

  .md\:active\:-inset-x-1\/4:active {
    right: -25%;
    left: -25%;
  }

  .md\:active\:-inset-y-2\/4:active {
    top: -50%;
    bottom: -50%;
  }

  .md\:active\:-inset-x-2\/4:active {
    right: -50%;
    left: -50%;
  }

  .md\:active\:-inset-y-3\/4:active {
    top: -75%;
    bottom: -75%;
  }

  .md\:active\:-inset-x-3\/4:active {
    right: -75%;
    left: -75%;
  }

  .md\:active\:-inset-y-full:active {
    top: -100%;
    bottom: -100%;
  }

  .md\:active\:-inset-x-full:active {
    right: -100%;
    left: -100%;
  }

  .md\:active\:top-0:active {
    top: 0px;
  }

  .md\:active\:right-0:active {
    right: 0px;
  }

  .md\:active\:bottom-0:active {
    bottom: 0px;
  }

  .md\:active\:left-0:active {
    left: 0px;
  }

  .md\:active\:top-1:active {
    top: 0.25rem;
  }

  .md\:active\:right-1:active {
    right: 0.25rem;
  }

  .md\:active\:bottom-1:active {
    bottom: 0.25rem;
  }

  .md\:active\:left-1:active {
    left: 0.25rem;
  }

  .md\:active\:top-2:active {
    top: 0.5rem;
  }

  .md\:active\:right-2:active {
    right: 0.5rem;
  }

  .md\:active\:bottom-2:active {
    bottom: 0.5rem;
  }

  .md\:active\:left-2:active {
    left: 0.5rem;
  }

  .md\:active\:top-3:active {
    top: 0.75rem;
  }

  .md\:active\:right-3:active {
    right: 0.75rem;
  }

  .md\:active\:bottom-3:active {
    bottom: 0.75rem;
  }

  .md\:active\:left-3:active {
    left: 0.75rem;
  }

  .md\:active\:top-4:active {
    top: 1rem;
  }

  .md\:active\:right-4:active {
    right: 1rem;
  }

  .md\:active\:bottom-4:active {
    bottom: 1rem;
  }

  .md\:active\:left-4:active {
    left: 1rem;
  }

  .md\:active\:top-5:active {
    top: 1.25rem;
  }

  .md\:active\:right-5:active {
    right: 1.25rem;
  }

  .md\:active\:bottom-5:active {
    bottom: 1.25rem;
  }

  .md\:active\:left-5:active {
    left: 1.25rem;
  }

  .md\:active\:top-6:active {
    top: 1.5rem;
  }

  .md\:active\:right-6:active {
    right: 1.5rem;
  }

  .md\:active\:bottom-6:active {
    bottom: 1.5rem;
  }

  .md\:active\:left-6:active {
    left: 1.5rem;
  }

  .md\:active\:top-7:active {
    top: 1.75rem;
  }

  .md\:active\:right-7:active {
    right: 1.75rem;
  }

  .md\:active\:bottom-7:active {
    bottom: 1.75rem;
  }

  .md\:active\:left-7:active {
    left: 1.75rem;
  }

  .md\:active\:top-8:active {
    top: 2rem;
  }

  .md\:active\:right-8:active {
    right: 2rem;
  }

  .md\:active\:bottom-8:active {
    bottom: 2rem;
  }

  .md\:active\:left-8:active {
    left: 2rem;
  }

  .md\:active\:top-9:active {
    top: 2.25rem;
  }

  .md\:active\:right-9:active {
    right: 2.25rem;
  }

  .md\:active\:bottom-9:active {
    bottom: 2.25rem;
  }

  .md\:active\:left-9:active {
    left: 2.25rem;
  }

  .md\:active\:top-10:active {
    top: 2.5rem;
  }

  .md\:active\:right-10:active {
    right: 2.5rem;
  }

  .md\:active\:bottom-10:active {
    bottom: 2.5rem;
  }

  .md\:active\:left-10:active {
    left: 2.5rem;
  }

  .md\:active\:top-11:active {
    top: 2.75rem;
  }

  .md\:active\:right-11:active {
    right: 2.75rem;
  }

  .md\:active\:bottom-11:active {
    bottom: 2.75rem;
  }

  .md\:active\:left-11:active {
    left: 2.75rem;
  }

  .md\:active\:top-12:active {
    top: 3rem;
  }

  .md\:active\:right-12:active {
    right: 3rem;
  }

  .md\:active\:bottom-12:active {
    bottom: 3rem;
  }

  .md\:active\:left-12:active {
    left: 3rem;
  }

  .md\:active\:top-14:active {
    top: 3.5rem;
  }

  .md\:active\:right-14:active {
    right: 3.5rem;
  }

  .md\:active\:bottom-14:active {
    bottom: 3.5rem;
  }

  .md\:active\:left-14:active {
    left: 3.5rem;
  }

  .md\:active\:top-16:active {
    top: 4rem;
  }

  .md\:active\:right-16:active {
    right: 4rem;
  }

  .md\:active\:bottom-16:active {
    bottom: 4rem;
  }

  .md\:active\:left-16:active {
    left: 4rem;
  }

  .md\:active\:top-20:active {
    top: 5rem;
  }

  .md\:active\:right-20:active {
    right: 5rem;
  }

  .md\:active\:bottom-20:active {
    bottom: 5rem;
  }

  .md\:active\:left-20:active {
    left: 5rem;
  }

  .md\:active\:top-24:active {
    top: 6rem;
  }

  .md\:active\:right-24:active {
    right: 6rem;
  }

  .md\:active\:bottom-24:active {
    bottom: 6rem;
  }

  .md\:active\:left-24:active {
    left: 6rem;
  }

  .md\:active\:top-28:active {
    top: 7rem;
  }

  .md\:active\:right-28:active {
    right: 7rem;
  }

  .md\:active\:bottom-28:active {
    bottom: 7rem;
  }

  .md\:active\:left-28:active {
    left: 7rem;
  }

  .md\:active\:top-32:active {
    top: 8rem;
  }

  .md\:active\:right-32:active {
    right: 8rem;
  }

  .md\:active\:bottom-32:active {
    bottom: 8rem;
  }

  .md\:active\:left-32:active {
    left: 8rem;
  }

  .md\:active\:top-36:active {
    top: 9rem;
  }

  .md\:active\:right-36:active {
    right: 9rem;
  }

  .md\:active\:bottom-36:active {
    bottom: 9rem;
  }

  .md\:active\:left-36:active {
    left: 9rem;
  }

  .md\:active\:top-40:active {
    top: 10rem;
  }

  .md\:active\:right-40:active {
    right: 10rem;
  }

  .md\:active\:bottom-40:active {
    bottom: 10rem;
  }

  .md\:active\:left-40:active {
    left: 10rem;
  }

  .md\:active\:top-44:active {
    top: 11rem;
  }

  .md\:active\:right-44:active {
    right: 11rem;
  }

  .md\:active\:bottom-44:active {
    bottom: 11rem;
  }

  .md\:active\:left-44:active {
    left: 11rem;
  }

  .md\:active\:top-48:active {
    top: 12rem;
  }

  .md\:active\:right-48:active {
    right: 12rem;
  }

  .md\:active\:bottom-48:active {
    bottom: 12rem;
  }

  .md\:active\:left-48:active {
    left: 12rem;
  }

  .md\:active\:top-52:active {
    top: 13rem;
  }

  .md\:active\:right-52:active {
    right: 13rem;
  }

  .md\:active\:bottom-52:active {
    bottom: 13rem;
  }

  .md\:active\:left-52:active {
    left: 13rem;
  }

  .md\:active\:top-56:active {
    top: 14rem;
  }

  .md\:active\:right-56:active {
    right: 14rem;
  }

  .md\:active\:bottom-56:active {
    bottom: 14rem;
  }

  .md\:active\:left-56:active {
    left: 14rem;
  }

  .md\:active\:top-60:active {
    top: 15rem;
  }

  .md\:active\:right-60:active {
    right: 15rem;
  }

  .md\:active\:bottom-60:active {
    bottom: 15rem;
  }

  .md\:active\:left-60:active {
    left: 15rem;
  }

  .md\:active\:top-64:active {
    top: 16rem;
  }

  .md\:active\:right-64:active {
    right: 16rem;
  }

  .md\:active\:bottom-64:active {
    bottom: 16rem;
  }

  .md\:active\:left-64:active {
    left: 16rem;
  }

  .md\:active\:top-72:active {
    top: 18rem;
  }

  .md\:active\:right-72:active {
    right: 18rem;
  }

  .md\:active\:bottom-72:active {
    bottom: 18rem;
  }

  .md\:active\:left-72:active {
    left: 18rem;
  }

  .md\:active\:top-80:active {
    top: 20rem;
  }

  .md\:active\:right-80:active {
    right: 20rem;
  }

  .md\:active\:bottom-80:active {
    bottom: 20rem;
  }

  .md\:active\:left-80:active {
    left: 20rem;
  }

  .md\:active\:top-96:active {
    top: 24rem;
  }

  .md\:active\:right-96:active {
    right: 24rem;
  }

  .md\:active\:bottom-96:active {
    bottom: 24rem;
  }

  .md\:active\:left-96:active {
    left: 24rem;
  }

  .md\:active\:top-auto:active {
    top: auto;
  }

  .md\:active\:right-auto:active {
    right: auto;
  }

  .md\:active\:bottom-auto:active {
    bottom: auto;
  }

  .md\:active\:left-auto:active {
    left: auto;
  }

  .md\:active\:top-px:active {
    top: 1px;
  }

  .md\:active\:right-px:active {
    right: 1px;
  }

  .md\:active\:bottom-px:active {
    bottom: 1px;
  }

  .md\:active\:left-px:active {
    left: 1px;
  }

  .md\:active\:top-0\.5:active {
    top: 0.125rem;
  }

  .md\:active\:right-0\.5:active {
    right: 0.125rem;
  }

  .md\:active\:bottom-0\.5:active {
    bottom: 0.125rem;
  }

  .md\:active\:left-0\.5:active {
    left: 0.125rem;
  }

  .md\:active\:top-1\.5:active {
    top: 0.375rem;
  }

  .md\:active\:right-1\.5:active {
    right: 0.375rem;
  }

  .md\:active\:bottom-1\.5:active {
    bottom: 0.375rem;
  }

  .md\:active\:left-1\.5:active {
    left: 0.375rem;
  }

  .md\:active\:top-2\.5:active {
    top: 0.625rem;
  }

  .md\:active\:right-2\.5:active {
    right: 0.625rem;
  }

  .md\:active\:bottom-2\.5:active {
    bottom: 0.625rem;
  }

  .md\:active\:left-2\.5:active {
    left: 0.625rem;
  }

  .md\:active\:top-3\.5:active {
    top: 0.875rem;
  }

  .md\:active\:right-3\.5:active {
    right: 0.875rem;
  }

  .md\:active\:bottom-3\.5:active {
    bottom: 0.875rem;
  }

  .md\:active\:left-3\.5:active {
    left: 0.875rem;
  }

  .md\:active\:-top-0:active {
    top: 0px;
  }

  .md\:active\:-right-0:active {
    right: 0px;
  }

  .md\:active\:-bottom-0:active {
    bottom: 0px;
  }

  .md\:active\:-left-0:active {
    left: 0px;
  }

  .md\:active\:-top-1:active {
    top: -0.25rem;
  }

  .md\:active\:-right-1:active {
    right: -0.25rem;
  }

  .md\:active\:-bottom-1:active {
    bottom: -0.25rem;
  }

  .md\:active\:-left-1:active {
    left: -0.25rem;
  }

  .md\:active\:-top-2:active {
    top: -0.5rem;
  }

  .md\:active\:-right-2:active {
    right: -0.5rem;
  }

  .md\:active\:-bottom-2:active {
    bottom: -0.5rem;
  }

  .md\:active\:-left-2:active {
    left: -0.5rem;
  }

  .md\:active\:-top-3:active {
    top: -0.75rem;
  }

  .md\:active\:-right-3:active {
    right: -0.75rem;
  }

  .md\:active\:-bottom-3:active {
    bottom: -0.75rem;
  }

  .md\:active\:-left-3:active {
    left: -0.75rem;
  }

  .md\:active\:-top-4:active {
    top: -1rem;
  }

  .md\:active\:-right-4:active {
    right: -1rem;
  }

  .md\:active\:-bottom-4:active {
    bottom: -1rem;
  }

  .md\:active\:-left-4:active {
    left: -1rem;
  }

  .md\:active\:-top-5:active {
    top: -1.25rem;
  }

  .md\:active\:-right-5:active {
    right: -1.25rem;
  }

  .md\:active\:-bottom-5:active {
    bottom: -1.25rem;
  }

  .md\:active\:-left-5:active {
    left: -1.25rem;
  }

  .md\:active\:-top-6:active {
    top: -1.5rem;
  }

  .md\:active\:-right-6:active {
    right: -1.5rem;
  }

  .md\:active\:-bottom-6:active {
    bottom: -1.5rem;
  }

  .md\:active\:-left-6:active {
    left: -1.5rem;
  }

  .md\:active\:-top-7:active {
    top: -1.75rem;
  }

  .md\:active\:-right-7:active {
    right: -1.75rem;
  }

  .md\:active\:-bottom-7:active {
    bottom: -1.75rem;
  }

  .md\:active\:-left-7:active {
    left: -1.75rem;
  }

  .md\:active\:-top-8:active {
    top: -2rem;
  }

  .md\:active\:-right-8:active {
    right: -2rem;
  }

  .md\:active\:-bottom-8:active {
    bottom: -2rem;
  }

  .md\:active\:-left-8:active {
    left: -2rem;
  }

  .md\:active\:-top-9:active {
    top: -2.25rem;
  }

  .md\:active\:-right-9:active {
    right: -2.25rem;
  }

  .md\:active\:-bottom-9:active {
    bottom: -2.25rem;
  }

  .md\:active\:-left-9:active {
    left: -2.25rem;
  }

  .md\:active\:-top-10:active {
    top: -2.5rem;
  }

  .md\:active\:-right-10:active {
    right: -2.5rem;
  }

  .md\:active\:-bottom-10:active {
    bottom: -2.5rem;
  }

  .md\:active\:-left-10:active {
    left: -2.5rem;
  }

  .md\:active\:-top-11:active {
    top: -2.75rem;
  }

  .md\:active\:-right-11:active {
    right: -2.75rem;
  }

  .md\:active\:-bottom-11:active {
    bottom: -2.75rem;
  }

  .md\:active\:-left-11:active {
    left: -2.75rem;
  }

  .md\:active\:-top-12:active {
    top: -3rem;
  }

  .md\:active\:-right-12:active {
    right: -3rem;
  }

  .md\:active\:-bottom-12:active {
    bottom: -3rem;
  }

  .md\:active\:-left-12:active {
    left: -3rem;
  }

  .md\:active\:-top-14:active {
    top: -3.5rem;
  }

  .md\:active\:-right-14:active {
    right: -3.5rem;
  }

  .md\:active\:-bottom-14:active {
    bottom: -3.5rem;
  }

  .md\:active\:-left-14:active {
    left: -3.5rem;
  }

  .md\:active\:-top-16:active {
    top: -4rem;
  }

  .md\:active\:-right-16:active {
    right: -4rem;
  }

  .md\:active\:-bottom-16:active {
    bottom: -4rem;
  }

  .md\:active\:-left-16:active {
    left: -4rem;
  }

  .md\:active\:-top-20:active {
    top: -5rem;
  }

  .md\:active\:-right-20:active {
    right: -5rem;
  }

  .md\:active\:-bottom-20:active {
    bottom: -5rem;
  }

  .md\:active\:-left-20:active {
    left: -5rem;
  }

  .md\:active\:-top-24:active {
    top: -6rem;
  }

  .md\:active\:-right-24:active {
    right: -6rem;
  }

  .md\:active\:-bottom-24:active {
    bottom: -6rem;
  }

  .md\:active\:-left-24:active {
    left: -6rem;
  }

  .md\:active\:-top-28:active {
    top: -7rem;
  }

  .md\:active\:-right-28:active {
    right: -7rem;
  }

  .md\:active\:-bottom-28:active {
    bottom: -7rem;
  }

  .md\:active\:-left-28:active {
    left: -7rem;
  }

  .md\:active\:-top-32:active {
    top: -8rem;
  }

  .md\:active\:-right-32:active {
    right: -8rem;
  }

  .md\:active\:-bottom-32:active {
    bottom: -8rem;
  }

  .md\:active\:-left-32:active {
    left: -8rem;
  }

  .md\:active\:-top-36:active {
    top: -9rem;
  }

  .md\:active\:-right-36:active {
    right: -9rem;
  }

  .md\:active\:-bottom-36:active {
    bottom: -9rem;
  }

  .md\:active\:-left-36:active {
    left: -9rem;
  }

  .md\:active\:-top-40:active {
    top: -10rem;
  }

  .md\:active\:-right-40:active {
    right: -10rem;
  }

  .md\:active\:-bottom-40:active {
    bottom: -10rem;
  }

  .md\:active\:-left-40:active {
    left: -10rem;
  }

  .md\:active\:-top-44:active {
    top: -11rem;
  }

  .md\:active\:-right-44:active {
    right: -11rem;
  }

  .md\:active\:-bottom-44:active {
    bottom: -11rem;
  }

  .md\:active\:-left-44:active {
    left: -11rem;
  }

  .md\:active\:-top-48:active {
    top: -12rem;
  }

  .md\:active\:-right-48:active {
    right: -12rem;
  }

  .md\:active\:-bottom-48:active {
    bottom: -12rem;
  }

  .md\:active\:-left-48:active {
    left: -12rem;
  }

  .md\:active\:-top-52:active {
    top: -13rem;
  }

  .md\:active\:-right-52:active {
    right: -13rem;
  }

  .md\:active\:-bottom-52:active {
    bottom: -13rem;
  }

  .md\:active\:-left-52:active {
    left: -13rem;
  }

  .md\:active\:-top-56:active {
    top: -14rem;
  }

  .md\:active\:-right-56:active {
    right: -14rem;
  }

  .md\:active\:-bottom-56:active {
    bottom: -14rem;
  }

  .md\:active\:-left-56:active {
    left: -14rem;
  }

  .md\:active\:-top-60:active {
    top: -15rem;
  }

  .md\:active\:-right-60:active {
    right: -15rem;
  }

  .md\:active\:-bottom-60:active {
    bottom: -15rem;
  }

  .md\:active\:-left-60:active {
    left: -15rem;
  }

  .md\:active\:-top-64:active {
    top: -16rem;
  }

  .md\:active\:-right-64:active {
    right: -16rem;
  }

  .md\:active\:-bottom-64:active {
    bottom: -16rem;
  }

  .md\:active\:-left-64:active {
    left: -16rem;
  }

  .md\:active\:-top-72:active {
    top: -18rem;
  }

  .md\:active\:-right-72:active {
    right: -18rem;
  }

  .md\:active\:-bottom-72:active {
    bottom: -18rem;
  }

  .md\:active\:-left-72:active {
    left: -18rem;
  }

  .md\:active\:-top-80:active {
    top: -20rem;
  }

  .md\:active\:-right-80:active {
    right: -20rem;
  }

  .md\:active\:-bottom-80:active {
    bottom: -20rem;
  }

  .md\:active\:-left-80:active {
    left: -20rem;
  }

  .md\:active\:-top-96:active {
    top: -24rem;
  }

  .md\:active\:-right-96:active {
    right: -24rem;
  }

  .md\:active\:-bottom-96:active {
    bottom: -24rem;
  }

  .md\:active\:-left-96:active {
    left: -24rem;
  }

  .md\:active\:-top-px:active {
    top: -1px;
  }

  .md\:active\:-right-px:active {
    right: -1px;
  }

  .md\:active\:-bottom-px:active {
    bottom: -1px;
  }

  .md\:active\:-left-px:active {
    left: -1px;
  }

  .md\:active\:-top-0\.5:active {
    top: -0.125rem;
  }

  .md\:active\:-right-0\.5:active {
    right: -0.125rem;
  }

  .md\:active\:-bottom-0\.5:active {
    bottom: -0.125rem;
  }

  .md\:active\:-left-0\.5:active {
    left: -0.125rem;
  }

  .md\:active\:-top-1\.5:active {
    top: -0.375rem;
  }

  .md\:active\:-right-1\.5:active {
    right: -0.375rem;
  }

  .md\:active\:-bottom-1\.5:active {
    bottom: -0.375rem;
  }

  .md\:active\:-left-1\.5:active {
    left: -0.375rem;
  }

  .md\:active\:-top-2\.5:active {
    top: -0.625rem;
  }

  .md\:active\:-right-2\.5:active {
    right: -0.625rem;
  }

  .md\:active\:-bottom-2\.5:active {
    bottom: -0.625rem;
  }

  .md\:active\:-left-2\.5:active {
    left: -0.625rem;
  }

  .md\:active\:-top-3\.5:active {
    top: -0.875rem;
  }

  .md\:active\:-right-3\.5:active {
    right: -0.875rem;
  }

  .md\:active\:-bottom-3\.5:active {
    bottom: -0.875rem;
  }

  .md\:active\:-left-3\.5:active {
    left: -0.875rem;
  }

  .md\:active\:top-1\/2:active {
    top: 50%;
  }

  .md\:active\:right-1\/2:active {
    right: 50%;
  }

  .md\:active\:bottom-1\/2:active {
    bottom: 50%;
  }

  .md\:active\:left-1\/2:active {
    left: 50%;
  }

  .md\:active\:top-1\/3:active {
    top: 33.333333%;
  }

  .md\:active\:right-1\/3:active {
    right: 33.333333%;
  }

  .md\:active\:bottom-1\/3:active {
    bottom: 33.333333%;
  }

  .md\:active\:left-1\/3:active {
    left: 33.333333%;
  }

  .md\:active\:top-2\/3:active {
    top: 66.666667%;
  }

  .md\:active\:right-2\/3:active {
    right: 66.666667%;
  }

  .md\:active\:bottom-2\/3:active {
    bottom: 66.666667%;
  }

  .md\:active\:left-2\/3:active {
    left: 66.666667%;
  }

  .md\:active\:top-1\/4:active {
    top: 25%;
  }

  .md\:active\:right-1\/4:active {
    right: 25%;
  }

  .md\:active\:bottom-1\/4:active {
    bottom: 25%;
  }

  .md\:active\:left-1\/4:active {
    left: 25%;
  }

  .md\:active\:top-2\/4:active {
    top: 50%;
  }

  .md\:active\:right-2\/4:active {
    right: 50%;
  }

  .md\:active\:bottom-2\/4:active {
    bottom: 50%;
  }

  .md\:active\:left-2\/4:active {
    left: 50%;
  }

  .md\:active\:top-3\/4:active {
    top: 75%;
  }

  .md\:active\:right-3\/4:active {
    right: 75%;
  }

  .md\:active\:bottom-3\/4:active {
    bottom: 75%;
  }

  .md\:active\:left-3\/4:active {
    left: 75%;
  }

  .md\:active\:top-full:active {
    top: 100%;
  }

  .md\:active\:right-full:active {
    right: 100%;
  }

  .md\:active\:bottom-full:active {
    bottom: 100%;
  }

  .md\:active\:left-full:active {
    left: 100%;
  }

  .md\:active\:-top-1\/2:active {
    top: -50%;
  }

  .md\:active\:-right-1\/2:active {
    right: -50%;
  }

  .md\:active\:-bottom-1\/2:active {
    bottom: -50%;
  }

  .md\:active\:-left-1\/2:active {
    left: -50%;
  }

  .md\:active\:-top-1\/3:active {
    top: -33.333333%;
  }

  .md\:active\:-right-1\/3:active {
    right: -33.333333%;
  }

  .md\:active\:-bottom-1\/3:active {
    bottom: -33.333333%;
  }

  .md\:active\:-left-1\/3:active {
    left: -33.333333%;
  }

  .md\:active\:-top-2\/3:active {
    top: -66.666667%;
  }

  .md\:active\:-right-2\/3:active {
    right: -66.666667%;
  }

  .md\:active\:-bottom-2\/3:active {
    bottom: -66.666667%;
  }

  .md\:active\:-left-2\/3:active {
    left: -66.666667%;
  }

  .md\:active\:-top-1\/4:active {
    top: -25%;
  }

  .md\:active\:-right-1\/4:active {
    right: -25%;
  }

  .md\:active\:-bottom-1\/4:active {
    bottom: -25%;
  }

  .md\:active\:-left-1\/4:active {
    left: -25%;
  }

  .md\:active\:-top-2\/4:active {
    top: -50%;
  }

  .md\:active\:-right-2\/4:active {
    right: -50%;
  }

  .md\:active\:-bottom-2\/4:active {
    bottom: -50%;
  }

  .md\:active\:-left-2\/4:active {
    left: -50%;
  }

  .md\:active\:-top-3\/4:active {
    top: -75%;
  }

  .md\:active\:-right-3\/4:active {
    right: -75%;
  }

  .md\:active\:-bottom-3\/4:active {
    bottom: -75%;
  }

  .md\:active\:-left-3\/4:active {
    left: -75%;
  }

  .md\:active\:-top-full:active {
    top: -100%;
  }

  .md\:active\:-right-full:active {
    right: -100%;
  }

  .md\:active\:-bottom-full:active {
    bottom: -100%;
  }

  .md\:active\:-left-full:active {
    left: -100%;
  }

  .md\:visited\:inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:visited\:inset-1:visited {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:visited\:inset-2:visited {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:visited\:inset-3:visited {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:visited\:inset-4:visited {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:visited\:inset-5:visited {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:visited\:inset-6:visited {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:visited\:inset-7:visited {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:visited\:inset-8:visited {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:visited\:inset-9:visited {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:visited\:inset-10:visited {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:visited\:inset-11:visited {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:visited\:inset-12:visited {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:visited\:inset-14:visited {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:visited\:inset-16:visited {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:visited\:inset-20:visited {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:visited\:inset-24:visited {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:visited\:inset-28:visited {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:visited\:inset-32:visited {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:visited\:inset-36:visited {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:visited\:inset-40:visited {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:visited\:inset-44:visited {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:visited\:inset-48:visited {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:visited\:inset-52:visited {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:visited\:inset-56:visited {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:visited\:inset-60:visited {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:visited\:inset-64:visited {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:visited\:inset-72:visited {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:visited\:inset-80:visited {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:visited\:inset-96:visited {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:visited\:inset-px:visited {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:visited\:inset-0\.5:visited {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:visited\:inset-1\.5:visited {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:visited\:inset-2\.5:visited {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:visited\:inset-3\.5:visited {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:visited\:-inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:visited\:-inset-1:visited {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:visited\:-inset-2:visited {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:visited\:-inset-3:visited {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:visited\:-inset-4:visited {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:visited\:-inset-5:visited {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:visited\:-inset-6:visited {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:visited\:-inset-7:visited {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:visited\:-inset-8:visited {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:visited\:-inset-9:visited {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:visited\:-inset-10:visited {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:visited\:-inset-11:visited {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:visited\:-inset-12:visited {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:visited\:-inset-14:visited {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:visited\:-inset-16:visited {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:visited\:-inset-20:visited {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:visited\:-inset-24:visited {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:visited\:-inset-28:visited {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:visited\:-inset-32:visited {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:visited\:-inset-36:visited {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:visited\:-inset-40:visited {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:visited\:-inset-44:visited {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:visited\:-inset-48:visited {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:visited\:-inset-52:visited {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:visited\:-inset-56:visited {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:visited\:-inset-60:visited {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:visited\:-inset-64:visited {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:visited\:-inset-72:visited {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:visited\:-inset-80:visited {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:visited\:-inset-96:visited {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:visited\:-inset-px:visited {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:visited\:-inset-0\.5:visited {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:visited\:-inset-1\.5:visited {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:visited\:-inset-2\.5:visited {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:visited\:-inset-3\.5:visited {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:visited\:inset-1\/2:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:visited\:inset-1\/3:visited {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:visited\:inset-2\/3:visited {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:visited\:inset-1\/4:visited {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:visited\:inset-2\/4:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:visited\:inset-3\/4:visited {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:visited\:inset-full:visited {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:visited\:-inset-1\/2:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:visited\:-inset-1\/3:visited {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:visited\:-inset-2\/3:visited {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:visited\:-inset-1\/4:visited {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:visited\:-inset-2\/4:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:visited\:-inset-3\/4:visited {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:visited\:-inset-full:visited {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:visited\:inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .md\:visited\:inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .md\:visited\:inset-y-1:visited {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:visited\:inset-x-1:visited {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:visited\:inset-y-2:visited {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:visited\:inset-x-2:visited {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:visited\:inset-y-3:visited {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:visited\:inset-x-3:visited {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:visited\:inset-y-4:visited {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:visited\:inset-x-4:visited {
    right: 1rem;
    left: 1rem;
  }

  .md\:visited\:inset-y-5:visited {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:visited\:inset-x-5:visited {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:visited\:inset-y-6:visited {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:visited\:inset-x-6:visited {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:visited\:inset-y-7:visited {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:visited\:inset-x-7:visited {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:visited\:inset-y-8:visited {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:visited\:inset-x-8:visited {
    right: 2rem;
    left: 2rem;
  }

  .md\:visited\:inset-y-9:visited {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:visited\:inset-x-9:visited {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:visited\:inset-y-10:visited {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:visited\:inset-x-10:visited {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:visited\:inset-y-11:visited {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:visited\:inset-x-11:visited {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:visited\:inset-y-12:visited {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:visited\:inset-x-12:visited {
    right: 3rem;
    left: 3rem;
  }

  .md\:visited\:inset-y-14:visited {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:visited\:inset-x-14:visited {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:visited\:inset-y-16:visited {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:visited\:inset-x-16:visited {
    right: 4rem;
    left: 4rem;
  }

  .md\:visited\:inset-y-20:visited {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:visited\:inset-x-20:visited {
    right: 5rem;
    left: 5rem;
  }

  .md\:visited\:inset-y-24:visited {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:visited\:inset-x-24:visited {
    right: 6rem;
    left: 6rem;
  }

  .md\:visited\:inset-y-28:visited {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:visited\:inset-x-28:visited {
    right: 7rem;
    left: 7rem;
  }

  .md\:visited\:inset-y-32:visited {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:visited\:inset-x-32:visited {
    right: 8rem;
    left: 8rem;
  }

  .md\:visited\:inset-y-36:visited {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:visited\:inset-x-36:visited {
    right: 9rem;
    left: 9rem;
  }

  .md\:visited\:inset-y-40:visited {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:visited\:inset-x-40:visited {
    right: 10rem;
    left: 10rem;
  }

  .md\:visited\:inset-y-44:visited {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:visited\:inset-x-44:visited {
    right: 11rem;
    left: 11rem;
  }

  .md\:visited\:inset-y-48:visited {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:visited\:inset-x-48:visited {
    right: 12rem;
    left: 12rem;
  }

  .md\:visited\:inset-y-52:visited {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:visited\:inset-x-52:visited {
    right: 13rem;
    left: 13rem;
  }

  .md\:visited\:inset-y-56:visited {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:visited\:inset-x-56:visited {
    right: 14rem;
    left: 14rem;
  }

  .md\:visited\:inset-y-60:visited {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:visited\:inset-x-60:visited {
    right: 15rem;
    left: 15rem;
  }

  .md\:visited\:inset-y-64:visited {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:visited\:inset-x-64:visited {
    right: 16rem;
    left: 16rem;
  }

  .md\:visited\:inset-y-72:visited {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:visited\:inset-x-72:visited {
    right: 18rem;
    left: 18rem;
  }

  .md\:visited\:inset-y-80:visited {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:visited\:inset-x-80:visited {
    right: 20rem;
    left: 20rem;
  }

  .md\:visited\:inset-y-96:visited {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:visited\:inset-x-96:visited {
    right: 24rem;
    left: 24rem;
  }

  .md\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .md\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .md\:visited\:inset-y-px:visited {
    top: 1px;
    bottom: 1px;
  }

  .md\:visited\:inset-x-px:visited {
    right: 1px;
    left: 1px;
  }

  .md\:visited\:inset-y-0\.5:visited {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:visited\:inset-x-0\.5:visited {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:visited\:inset-y-1\.5:visited {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:visited\:inset-x-1\.5:visited {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:visited\:inset-y-2\.5:visited {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:visited\:inset-x-2\.5:visited {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:visited\:inset-y-3\.5:visited {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:visited\:inset-x-3\.5:visited {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:visited\:-inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .md\:visited\:-inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .md\:visited\:-inset-y-1:visited {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:visited\:-inset-x-1:visited {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:visited\:-inset-y-2:visited {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:visited\:-inset-x-2:visited {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:visited\:-inset-y-3:visited {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:visited\:-inset-x-3:visited {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:visited\:-inset-y-4:visited {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:visited\:-inset-x-4:visited {
    right: -1rem;
    left: -1rem;
  }

  .md\:visited\:-inset-y-5:visited {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:visited\:-inset-x-5:visited {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:visited\:-inset-y-6:visited {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:visited\:-inset-x-6:visited {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:visited\:-inset-y-7:visited {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:visited\:-inset-x-7:visited {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:visited\:-inset-y-8:visited {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:visited\:-inset-x-8:visited {
    right: -2rem;
    left: -2rem;
  }

  .md\:visited\:-inset-y-9:visited {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:visited\:-inset-x-9:visited {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:visited\:-inset-y-10:visited {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:visited\:-inset-x-10:visited {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:visited\:-inset-y-11:visited {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:visited\:-inset-x-11:visited {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:visited\:-inset-y-12:visited {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:visited\:-inset-x-12:visited {
    right: -3rem;
    left: -3rem;
  }

  .md\:visited\:-inset-y-14:visited {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:visited\:-inset-x-14:visited {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:visited\:-inset-y-16:visited {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:visited\:-inset-x-16:visited {
    right: -4rem;
    left: -4rem;
  }

  .md\:visited\:-inset-y-20:visited {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:visited\:-inset-x-20:visited {
    right: -5rem;
    left: -5rem;
  }

  .md\:visited\:-inset-y-24:visited {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:visited\:-inset-x-24:visited {
    right: -6rem;
    left: -6rem;
  }

  .md\:visited\:-inset-y-28:visited {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:visited\:-inset-x-28:visited {
    right: -7rem;
    left: -7rem;
  }

  .md\:visited\:-inset-y-32:visited {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:visited\:-inset-x-32:visited {
    right: -8rem;
    left: -8rem;
  }

  .md\:visited\:-inset-y-36:visited {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:visited\:-inset-x-36:visited {
    right: -9rem;
    left: -9rem;
  }

  .md\:visited\:-inset-y-40:visited {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:visited\:-inset-x-40:visited {
    right: -10rem;
    left: -10rem;
  }

  .md\:visited\:-inset-y-44:visited {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:visited\:-inset-x-44:visited {
    right: -11rem;
    left: -11rem;
  }

  .md\:visited\:-inset-y-48:visited {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:visited\:-inset-x-48:visited {
    right: -12rem;
    left: -12rem;
  }

  .md\:visited\:-inset-y-52:visited {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:visited\:-inset-x-52:visited {
    right: -13rem;
    left: -13rem;
  }

  .md\:visited\:-inset-y-56:visited {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:visited\:-inset-x-56:visited {
    right: -14rem;
    left: -14rem;
  }

  .md\:visited\:-inset-y-60:visited {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:visited\:-inset-x-60:visited {
    right: -15rem;
    left: -15rem;
  }

  .md\:visited\:-inset-y-64:visited {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:visited\:-inset-x-64:visited {
    right: -16rem;
    left: -16rem;
  }

  .md\:visited\:-inset-y-72:visited {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:visited\:-inset-x-72:visited {
    right: -18rem;
    left: -18rem;
  }

  .md\:visited\:-inset-y-80:visited {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:visited\:-inset-x-80:visited {
    right: -20rem;
    left: -20rem;
  }

  .md\:visited\:-inset-y-96:visited {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:visited\:-inset-x-96:visited {
    right: -24rem;
    left: -24rem;
  }

  .md\:visited\:-inset-y-px:visited {
    top: -1px;
    bottom: -1px;
  }

  .md\:visited\:-inset-x-px:visited {
    right: -1px;
    left: -1px;
  }

  .md\:visited\:-inset-y-0\.5:visited {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:visited\:-inset-x-0\.5:visited {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:visited\:-inset-y-1\.5:visited {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:visited\:-inset-x-1\.5:visited {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:visited\:-inset-y-2\.5:visited {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:visited\:-inset-x-2\.5:visited {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:visited\:-inset-y-3\.5:visited {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:visited\:-inset-x-3\.5:visited {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:visited\:inset-y-1\/2:visited {
    top: 50%;
    bottom: 50%;
  }

  .md\:visited\:inset-x-1\/2:visited {
    right: 50%;
    left: 50%;
  }

  .md\:visited\:inset-y-1\/3:visited {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:visited\:inset-x-1\/3:visited {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:visited\:inset-y-2\/3:visited {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:visited\:inset-x-2\/3:visited {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:visited\:inset-y-1\/4:visited {
    top: 25%;
    bottom: 25%;
  }

  .md\:visited\:inset-x-1\/4:visited {
    right: 25%;
    left: 25%;
  }

  .md\:visited\:inset-y-2\/4:visited {
    top: 50%;
    bottom: 50%;
  }

  .md\:visited\:inset-x-2\/4:visited {
    right: 50%;
    left: 50%;
  }

  .md\:visited\:inset-y-3\/4:visited {
    top: 75%;
    bottom: 75%;
  }

  .md\:visited\:inset-x-3\/4:visited {
    right: 75%;
    left: 75%;
  }

  .md\:visited\:inset-y-full:visited {
    top: 100%;
    bottom: 100%;
  }

  .md\:visited\:inset-x-full:visited {
    right: 100%;
    left: 100%;
  }

  .md\:visited\:-inset-y-1\/2:visited {
    top: -50%;
    bottom: -50%;
  }

  .md\:visited\:-inset-x-1\/2:visited {
    right: -50%;
    left: -50%;
  }

  .md\:visited\:-inset-y-1\/3:visited {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:visited\:-inset-x-1\/3:visited {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:visited\:-inset-y-2\/3:visited {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:visited\:-inset-x-2\/3:visited {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:visited\:-inset-y-1\/4:visited {
    top: -25%;
    bottom: -25%;
  }

  .md\:visited\:-inset-x-1\/4:visited {
    right: -25%;
    left: -25%;
  }

  .md\:visited\:-inset-y-2\/4:visited {
    top: -50%;
    bottom: -50%;
  }

  .md\:visited\:-inset-x-2\/4:visited {
    right: -50%;
    left: -50%;
  }

  .md\:visited\:-inset-y-3\/4:visited {
    top: -75%;
    bottom: -75%;
  }

  .md\:visited\:-inset-x-3\/4:visited {
    right: -75%;
    left: -75%;
  }

  .md\:visited\:-inset-y-full:visited {
    top: -100%;
    bottom: -100%;
  }

  .md\:visited\:-inset-x-full:visited {
    right: -100%;
    left: -100%;
  }

  .md\:visited\:top-0:visited {
    top: 0px;
  }

  .md\:visited\:right-0:visited {
    right: 0px;
  }

  .md\:visited\:bottom-0:visited {
    bottom: 0px;
  }

  .md\:visited\:left-0:visited {
    left: 0px;
  }

  .md\:visited\:top-1:visited {
    top: 0.25rem;
  }

  .md\:visited\:right-1:visited {
    right: 0.25rem;
  }

  .md\:visited\:bottom-1:visited {
    bottom: 0.25rem;
  }

  .md\:visited\:left-1:visited {
    left: 0.25rem;
  }

  .md\:visited\:top-2:visited {
    top: 0.5rem;
  }

  .md\:visited\:right-2:visited {
    right: 0.5rem;
  }

  .md\:visited\:bottom-2:visited {
    bottom: 0.5rem;
  }

  .md\:visited\:left-2:visited {
    left: 0.5rem;
  }

  .md\:visited\:top-3:visited {
    top: 0.75rem;
  }

  .md\:visited\:right-3:visited {
    right: 0.75rem;
  }

  .md\:visited\:bottom-3:visited {
    bottom: 0.75rem;
  }

  .md\:visited\:left-3:visited {
    left: 0.75rem;
  }

  .md\:visited\:top-4:visited {
    top: 1rem;
  }

  .md\:visited\:right-4:visited {
    right: 1rem;
  }

  .md\:visited\:bottom-4:visited {
    bottom: 1rem;
  }

  .md\:visited\:left-4:visited {
    left: 1rem;
  }

  .md\:visited\:top-5:visited {
    top: 1.25rem;
  }

  .md\:visited\:right-5:visited {
    right: 1.25rem;
  }

  .md\:visited\:bottom-5:visited {
    bottom: 1.25rem;
  }

  .md\:visited\:left-5:visited {
    left: 1.25rem;
  }

  .md\:visited\:top-6:visited {
    top: 1.5rem;
  }

  .md\:visited\:right-6:visited {
    right: 1.5rem;
  }

  .md\:visited\:bottom-6:visited {
    bottom: 1.5rem;
  }

  .md\:visited\:left-6:visited {
    left: 1.5rem;
  }

  .md\:visited\:top-7:visited {
    top: 1.75rem;
  }

  .md\:visited\:right-7:visited {
    right: 1.75rem;
  }

  .md\:visited\:bottom-7:visited {
    bottom: 1.75rem;
  }

  .md\:visited\:left-7:visited {
    left: 1.75rem;
  }

  .md\:visited\:top-8:visited {
    top: 2rem;
  }

  .md\:visited\:right-8:visited {
    right: 2rem;
  }

  .md\:visited\:bottom-8:visited {
    bottom: 2rem;
  }

  .md\:visited\:left-8:visited {
    left: 2rem;
  }

  .md\:visited\:top-9:visited {
    top: 2.25rem;
  }

  .md\:visited\:right-9:visited {
    right: 2.25rem;
  }

  .md\:visited\:bottom-9:visited {
    bottom: 2.25rem;
  }

  .md\:visited\:left-9:visited {
    left: 2.25rem;
  }

  .md\:visited\:top-10:visited {
    top: 2.5rem;
  }

  .md\:visited\:right-10:visited {
    right: 2.5rem;
  }

  .md\:visited\:bottom-10:visited {
    bottom: 2.5rem;
  }

  .md\:visited\:left-10:visited {
    left: 2.5rem;
  }

  .md\:visited\:top-11:visited {
    top: 2.75rem;
  }

  .md\:visited\:right-11:visited {
    right: 2.75rem;
  }

  .md\:visited\:bottom-11:visited {
    bottom: 2.75rem;
  }

  .md\:visited\:left-11:visited {
    left: 2.75rem;
  }

  .md\:visited\:top-12:visited {
    top: 3rem;
  }

  .md\:visited\:right-12:visited {
    right: 3rem;
  }

  .md\:visited\:bottom-12:visited {
    bottom: 3rem;
  }

  .md\:visited\:left-12:visited {
    left: 3rem;
  }

  .md\:visited\:top-14:visited {
    top: 3.5rem;
  }

  .md\:visited\:right-14:visited {
    right: 3.5rem;
  }

  .md\:visited\:bottom-14:visited {
    bottom: 3.5rem;
  }

  .md\:visited\:left-14:visited {
    left: 3.5rem;
  }

  .md\:visited\:top-16:visited {
    top: 4rem;
  }

  .md\:visited\:right-16:visited {
    right: 4rem;
  }

  .md\:visited\:bottom-16:visited {
    bottom: 4rem;
  }

  .md\:visited\:left-16:visited {
    left: 4rem;
  }

  .md\:visited\:top-20:visited {
    top: 5rem;
  }

  .md\:visited\:right-20:visited {
    right: 5rem;
  }

  .md\:visited\:bottom-20:visited {
    bottom: 5rem;
  }

  .md\:visited\:left-20:visited {
    left: 5rem;
  }

  .md\:visited\:top-24:visited {
    top: 6rem;
  }

  .md\:visited\:right-24:visited {
    right: 6rem;
  }

  .md\:visited\:bottom-24:visited {
    bottom: 6rem;
  }

  .md\:visited\:left-24:visited {
    left: 6rem;
  }

  .md\:visited\:top-28:visited {
    top: 7rem;
  }

  .md\:visited\:right-28:visited {
    right: 7rem;
  }

  .md\:visited\:bottom-28:visited {
    bottom: 7rem;
  }

  .md\:visited\:left-28:visited {
    left: 7rem;
  }

  .md\:visited\:top-32:visited {
    top: 8rem;
  }

  .md\:visited\:right-32:visited {
    right: 8rem;
  }

  .md\:visited\:bottom-32:visited {
    bottom: 8rem;
  }

  .md\:visited\:left-32:visited {
    left: 8rem;
  }

  .md\:visited\:top-36:visited {
    top: 9rem;
  }

  .md\:visited\:right-36:visited {
    right: 9rem;
  }

  .md\:visited\:bottom-36:visited {
    bottom: 9rem;
  }

  .md\:visited\:left-36:visited {
    left: 9rem;
  }

  .md\:visited\:top-40:visited {
    top: 10rem;
  }

  .md\:visited\:right-40:visited {
    right: 10rem;
  }

  .md\:visited\:bottom-40:visited {
    bottom: 10rem;
  }

  .md\:visited\:left-40:visited {
    left: 10rem;
  }

  .md\:visited\:top-44:visited {
    top: 11rem;
  }

  .md\:visited\:right-44:visited {
    right: 11rem;
  }

  .md\:visited\:bottom-44:visited {
    bottom: 11rem;
  }

  .md\:visited\:left-44:visited {
    left: 11rem;
  }

  .md\:visited\:top-48:visited {
    top: 12rem;
  }

  .md\:visited\:right-48:visited {
    right: 12rem;
  }

  .md\:visited\:bottom-48:visited {
    bottom: 12rem;
  }

  .md\:visited\:left-48:visited {
    left: 12rem;
  }

  .md\:visited\:top-52:visited {
    top: 13rem;
  }

  .md\:visited\:right-52:visited {
    right: 13rem;
  }

  .md\:visited\:bottom-52:visited {
    bottom: 13rem;
  }

  .md\:visited\:left-52:visited {
    left: 13rem;
  }

  .md\:visited\:top-56:visited {
    top: 14rem;
  }

  .md\:visited\:right-56:visited {
    right: 14rem;
  }

  .md\:visited\:bottom-56:visited {
    bottom: 14rem;
  }

  .md\:visited\:left-56:visited {
    left: 14rem;
  }

  .md\:visited\:top-60:visited {
    top: 15rem;
  }

  .md\:visited\:right-60:visited {
    right: 15rem;
  }

  .md\:visited\:bottom-60:visited {
    bottom: 15rem;
  }

  .md\:visited\:left-60:visited {
    left: 15rem;
  }

  .md\:visited\:top-64:visited {
    top: 16rem;
  }

  .md\:visited\:right-64:visited {
    right: 16rem;
  }

  .md\:visited\:bottom-64:visited {
    bottom: 16rem;
  }

  .md\:visited\:left-64:visited {
    left: 16rem;
  }

  .md\:visited\:top-72:visited {
    top: 18rem;
  }

  .md\:visited\:right-72:visited {
    right: 18rem;
  }

  .md\:visited\:bottom-72:visited {
    bottom: 18rem;
  }

  .md\:visited\:left-72:visited {
    left: 18rem;
  }

  .md\:visited\:top-80:visited {
    top: 20rem;
  }

  .md\:visited\:right-80:visited {
    right: 20rem;
  }

  .md\:visited\:bottom-80:visited {
    bottom: 20rem;
  }

  .md\:visited\:left-80:visited {
    left: 20rem;
  }

  .md\:visited\:top-96:visited {
    top: 24rem;
  }

  .md\:visited\:right-96:visited {
    right: 24rem;
  }

  .md\:visited\:bottom-96:visited {
    bottom: 24rem;
  }

  .md\:visited\:left-96:visited {
    left: 24rem;
  }

  .md\:visited\:top-auto:visited {
    top: auto;
  }

  .md\:visited\:right-auto:visited {
    right: auto;
  }

  .md\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .md\:visited\:left-auto:visited {
    left: auto;
  }

  .md\:visited\:top-px:visited {
    top: 1px;
  }

  .md\:visited\:right-px:visited {
    right: 1px;
  }

  .md\:visited\:bottom-px:visited {
    bottom: 1px;
  }

  .md\:visited\:left-px:visited {
    left: 1px;
  }

  .md\:visited\:top-0\.5:visited {
    top: 0.125rem;
  }

  .md\:visited\:right-0\.5:visited {
    right: 0.125rem;
  }

  .md\:visited\:bottom-0\.5:visited {
    bottom: 0.125rem;
  }

  .md\:visited\:left-0\.5:visited {
    left: 0.125rem;
  }

  .md\:visited\:top-1\.5:visited {
    top: 0.375rem;
  }

  .md\:visited\:right-1\.5:visited {
    right: 0.375rem;
  }

  .md\:visited\:bottom-1\.5:visited {
    bottom: 0.375rem;
  }

  .md\:visited\:left-1\.5:visited {
    left: 0.375rem;
  }

  .md\:visited\:top-2\.5:visited {
    top: 0.625rem;
  }

  .md\:visited\:right-2\.5:visited {
    right: 0.625rem;
  }

  .md\:visited\:bottom-2\.5:visited {
    bottom: 0.625rem;
  }

  .md\:visited\:left-2\.5:visited {
    left: 0.625rem;
  }

  .md\:visited\:top-3\.5:visited {
    top: 0.875rem;
  }

  .md\:visited\:right-3\.5:visited {
    right: 0.875rem;
  }

  .md\:visited\:bottom-3\.5:visited {
    bottom: 0.875rem;
  }

  .md\:visited\:left-3\.5:visited {
    left: 0.875rem;
  }

  .md\:visited\:-top-0:visited {
    top: 0px;
  }

  .md\:visited\:-right-0:visited {
    right: 0px;
  }

  .md\:visited\:-bottom-0:visited {
    bottom: 0px;
  }

  .md\:visited\:-left-0:visited {
    left: 0px;
  }

  .md\:visited\:-top-1:visited {
    top: -0.25rem;
  }

  .md\:visited\:-right-1:visited {
    right: -0.25rem;
  }

  .md\:visited\:-bottom-1:visited {
    bottom: -0.25rem;
  }

  .md\:visited\:-left-1:visited {
    left: -0.25rem;
  }

  .md\:visited\:-top-2:visited {
    top: -0.5rem;
  }

  .md\:visited\:-right-2:visited {
    right: -0.5rem;
  }

  .md\:visited\:-bottom-2:visited {
    bottom: -0.5rem;
  }

  .md\:visited\:-left-2:visited {
    left: -0.5rem;
  }

  .md\:visited\:-top-3:visited {
    top: -0.75rem;
  }

  .md\:visited\:-right-3:visited {
    right: -0.75rem;
  }

  .md\:visited\:-bottom-3:visited {
    bottom: -0.75rem;
  }

  .md\:visited\:-left-3:visited {
    left: -0.75rem;
  }

  .md\:visited\:-top-4:visited {
    top: -1rem;
  }

  .md\:visited\:-right-4:visited {
    right: -1rem;
  }

  .md\:visited\:-bottom-4:visited {
    bottom: -1rem;
  }

  .md\:visited\:-left-4:visited {
    left: -1rem;
  }

  .md\:visited\:-top-5:visited {
    top: -1.25rem;
  }

  .md\:visited\:-right-5:visited {
    right: -1.25rem;
  }

  .md\:visited\:-bottom-5:visited {
    bottom: -1.25rem;
  }

  .md\:visited\:-left-5:visited {
    left: -1.25rem;
  }

  .md\:visited\:-top-6:visited {
    top: -1.5rem;
  }

  .md\:visited\:-right-6:visited {
    right: -1.5rem;
  }

  .md\:visited\:-bottom-6:visited {
    bottom: -1.5rem;
  }

  .md\:visited\:-left-6:visited {
    left: -1.5rem;
  }

  .md\:visited\:-top-7:visited {
    top: -1.75rem;
  }

  .md\:visited\:-right-7:visited {
    right: -1.75rem;
  }

  .md\:visited\:-bottom-7:visited {
    bottom: -1.75rem;
  }

  .md\:visited\:-left-7:visited {
    left: -1.75rem;
  }

  .md\:visited\:-top-8:visited {
    top: -2rem;
  }

  .md\:visited\:-right-8:visited {
    right: -2rem;
  }

  .md\:visited\:-bottom-8:visited {
    bottom: -2rem;
  }

  .md\:visited\:-left-8:visited {
    left: -2rem;
  }

  .md\:visited\:-top-9:visited {
    top: -2.25rem;
  }

  .md\:visited\:-right-9:visited {
    right: -2.25rem;
  }

  .md\:visited\:-bottom-9:visited {
    bottom: -2.25rem;
  }

  .md\:visited\:-left-9:visited {
    left: -2.25rem;
  }

  .md\:visited\:-top-10:visited {
    top: -2.5rem;
  }

  .md\:visited\:-right-10:visited {
    right: -2.5rem;
  }

  .md\:visited\:-bottom-10:visited {
    bottom: -2.5rem;
  }

  .md\:visited\:-left-10:visited {
    left: -2.5rem;
  }

  .md\:visited\:-top-11:visited {
    top: -2.75rem;
  }

  .md\:visited\:-right-11:visited {
    right: -2.75rem;
  }

  .md\:visited\:-bottom-11:visited {
    bottom: -2.75rem;
  }

  .md\:visited\:-left-11:visited {
    left: -2.75rem;
  }

  .md\:visited\:-top-12:visited {
    top: -3rem;
  }

  .md\:visited\:-right-12:visited {
    right: -3rem;
  }

  .md\:visited\:-bottom-12:visited {
    bottom: -3rem;
  }

  .md\:visited\:-left-12:visited {
    left: -3rem;
  }

  .md\:visited\:-top-14:visited {
    top: -3.5rem;
  }

  .md\:visited\:-right-14:visited {
    right: -3.5rem;
  }

  .md\:visited\:-bottom-14:visited {
    bottom: -3.5rem;
  }

  .md\:visited\:-left-14:visited {
    left: -3.5rem;
  }

  .md\:visited\:-top-16:visited {
    top: -4rem;
  }

  .md\:visited\:-right-16:visited {
    right: -4rem;
  }

  .md\:visited\:-bottom-16:visited {
    bottom: -4rem;
  }

  .md\:visited\:-left-16:visited {
    left: -4rem;
  }

  .md\:visited\:-top-20:visited {
    top: -5rem;
  }

  .md\:visited\:-right-20:visited {
    right: -5rem;
  }

  .md\:visited\:-bottom-20:visited {
    bottom: -5rem;
  }

  .md\:visited\:-left-20:visited {
    left: -5rem;
  }

  .md\:visited\:-top-24:visited {
    top: -6rem;
  }

  .md\:visited\:-right-24:visited {
    right: -6rem;
  }

  .md\:visited\:-bottom-24:visited {
    bottom: -6rem;
  }

  .md\:visited\:-left-24:visited {
    left: -6rem;
  }

  .md\:visited\:-top-28:visited {
    top: -7rem;
  }

  .md\:visited\:-right-28:visited {
    right: -7rem;
  }

  .md\:visited\:-bottom-28:visited {
    bottom: -7rem;
  }

  .md\:visited\:-left-28:visited {
    left: -7rem;
  }

  .md\:visited\:-top-32:visited {
    top: -8rem;
  }

  .md\:visited\:-right-32:visited {
    right: -8rem;
  }

  .md\:visited\:-bottom-32:visited {
    bottom: -8rem;
  }

  .md\:visited\:-left-32:visited {
    left: -8rem;
  }

  .md\:visited\:-top-36:visited {
    top: -9rem;
  }

  .md\:visited\:-right-36:visited {
    right: -9rem;
  }

  .md\:visited\:-bottom-36:visited {
    bottom: -9rem;
  }

  .md\:visited\:-left-36:visited {
    left: -9rem;
  }

  .md\:visited\:-top-40:visited {
    top: -10rem;
  }

  .md\:visited\:-right-40:visited {
    right: -10rem;
  }

  .md\:visited\:-bottom-40:visited {
    bottom: -10rem;
  }

  .md\:visited\:-left-40:visited {
    left: -10rem;
  }

  .md\:visited\:-top-44:visited {
    top: -11rem;
  }

  .md\:visited\:-right-44:visited {
    right: -11rem;
  }

  .md\:visited\:-bottom-44:visited {
    bottom: -11rem;
  }

  .md\:visited\:-left-44:visited {
    left: -11rem;
  }

  .md\:visited\:-top-48:visited {
    top: -12rem;
  }

  .md\:visited\:-right-48:visited {
    right: -12rem;
  }

  .md\:visited\:-bottom-48:visited {
    bottom: -12rem;
  }

  .md\:visited\:-left-48:visited {
    left: -12rem;
  }

  .md\:visited\:-top-52:visited {
    top: -13rem;
  }

  .md\:visited\:-right-52:visited {
    right: -13rem;
  }

  .md\:visited\:-bottom-52:visited {
    bottom: -13rem;
  }

  .md\:visited\:-left-52:visited {
    left: -13rem;
  }

  .md\:visited\:-top-56:visited {
    top: -14rem;
  }

  .md\:visited\:-right-56:visited {
    right: -14rem;
  }

  .md\:visited\:-bottom-56:visited {
    bottom: -14rem;
  }

  .md\:visited\:-left-56:visited {
    left: -14rem;
  }

  .md\:visited\:-top-60:visited {
    top: -15rem;
  }

  .md\:visited\:-right-60:visited {
    right: -15rem;
  }

  .md\:visited\:-bottom-60:visited {
    bottom: -15rem;
  }

  .md\:visited\:-left-60:visited {
    left: -15rem;
  }

  .md\:visited\:-top-64:visited {
    top: -16rem;
  }

  .md\:visited\:-right-64:visited {
    right: -16rem;
  }

  .md\:visited\:-bottom-64:visited {
    bottom: -16rem;
  }

  .md\:visited\:-left-64:visited {
    left: -16rem;
  }

  .md\:visited\:-top-72:visited {
    top: -18rem;
  }

  .md\:visited\:-right-72:visited {
    right: -18rem;
  }

  .md\:visited\:-bottom-72:visited {
    bottom: -18rem;
  }

  .md\:visited\:-left-72:visited {
    left: -18rem;
  }

  .md\:visited\:-top-80:visited {
    top: -20rem;
  }

  .md\:visited\:-right-80:visited {
    right: -20rem;
  }

  .md\:visited\:-bottom-80:visited {
    bottom: -20rem;
  }

  .md\:visited\:-left-80:visited {
    left: -20rem;
  }

  .md\:visited\:-top-96:visited {
    top: -24rem;
  }

  .md\:visited\:-right-96:visited {
    right: -24rem;
  }

  .md\:visited\:-bottom-96:visited {
    bottom: -24rem;
  }

  .md\:visited\:-left-96:visited {
    left: -24rem;
  }

  .md\:visited\:-top-px:visited {
    top: -1px;
  }

  .md\:visited\:-right-px:visited {
    right: -1px;
  }

  .md\:visited\:-bottom-px:visited {
    bottom: -1px;
  }

  .md\:visited\:-left-px:visited {
    left: -1px;
  }

  .md\:visited\:-top-0\.5:visited {
    top: -0.125rem;
  }

  .md\:visited\:-right-0\.5:visited {
    right: -0.125rem;
  }

  .md\:visited\:-bottom-0\.5:visited {
    bottom: -0.125rem;
  }

  .md\:visited\:-left-0\.5:visited {
    left: -0.125rem;
  }

  .md\:visited\:-top-1\.5:visited {
    top: -0.375rem;
  }

  .md\:visited\:-right-1\.5:visited {
    right: -0.375rem;
  }

  .md\:visited\:-bottom-1\.5:visited {
    bottom: -0.375rem;
  }

  .md\:visited\:-left-1\.5:visited {
    left: -0.375rem;
  }

  .md\:visited\:-top-2\.5:visited {
    top: -0.625rem;
  }

  .md\:visited\:-right-2\.5:visited {
    right: -0.625rem;
  }

  .md\:visited\:-bottom-2\.5:visited {
    bottom: -0.625rem;
  }

  .md\:visited\:-left-2\.5:visited {
    left: -0.625rem;
  }

  .md\:visited\:-top-3\.5:visited {
    top: -0.875rem;
  }

  .md\:visited\:-right-3\.5:visited {
    right: -0.875rem;
  }

  .md\:visited\:-bottom-3\.5:visited {
    bottom: -0.875rem;
  }

  .md\:visited\:-left-3\.5:visited {
    left: -0.875rem;
  }

  .md\:visited\:top-1\/2:visited {
    top: 50%;
  }

  .md\:visited\:right-1\/2:visited {
    right: 50%;
  }

  .md\:visited\:bottom-1\/2:visited {
    bottom: 50%;
  }

  .md\:visited\:left-1\/2:visited {
    left: 50%;
  }

  .md\:visited\:top-1\/3:visited {
    top: 33.333333%;
  }

  .md\:visited\:right-1\/3:visited {
    right: 33.333333%;
  }

  .md\:visited\:bottom-1\/3:visited {
    bottom: 33.333333%;
  }

  .md\:visited\:left-1\/3:visited {
    left: 33.333333%;
  }

  .md\:visited\:top-2\/3:visited {
    top: 66.666667%;
  }

  .md\:visited\:right-2\/3:visited {
    right: 66.666667%;
  }

  .md\:visited\:bottom-2\/3:visited {
    bottom: 66.666667%;
  }

  .md\:visited\:left-2\/3:visited {
    left: 66.666667%;
  }

  .md\:visited\:top-1\/4:visited {
    top: 25%;
  }

  .md\:visited\:right-1\/4:visited {
    right: 25%;
  }

  .md\:visited\:bottom-1\/4:visited {
    bottom: 25%;
  }

  .md\:visited\:left-1\/4:visited {
    left: 25%;
  }

  .md\:visited\:top-2\/4:visited {
    top: 50%;
  }

  .md\:visited\:right-2\/4:visited {
    right: 50%;
  }

  .md\:visited\:bottom-2\/4:visited {
    bottom: 50%;
  }

  .md\:visited\:left-2\/4:visited {
    left: 50%;
  }

  .md\:visited\:top-3\/4:visited {
    top: 75%;
  }

  .md\:visited\:right-3\/4:visited {
    right: 75%;
  }

  .md\:visited\:bottom-3\/4:visited {
    bottom: 75%;
  }

  .md\:visited\:left-3\/4:visited {
    left: 75%;
  }

  .md\:visited\:top-full:visited {
    top: 100%;
  }

  .md\:visited\:right-full:visited {
    right: 100%;
  }

  .md\:visited\:bottom-full:visited {
    bottom: 100%;
  }

  .md\:visited\:left-full:visited {
    left: 100%;
  }

  .md\:visited\:-top-1\/2:visited {
    top: -50%;
  }

  .md\:visited\:-right-1\/2:visited {
    right: -50%;
  }

  .md\:visited\:-bottom-1\/2:visited {
    bottom: -50%;
  }

  .md\:visited\:-left-1\/2:visited {
    left: -50%;
  }

  .md\:visited\:-top-1\/3:visited {
    top: -33.333333%;
  }

  .md\:visited\:-right-1\/3:visited {
    right: -33.333333%;
  }

  .md\:visited\:-bottom-1\/3:visited {
    bottom: -33.333333%;
  }

  .md\:visited\:-left-1\/3:visited {
    left: -33.333333%;
  }

  .md\:visited\:-top-2\/3:visited {
    top: -66.666667%;
  }

  .md\:visited\:-right-2\/3:visited {
    right: -66.666667%;
  }

  .md\:visited\:-bottom-2\/3:visited {
    bottom: -66.666667%;
  }

  .md\:visited\:-left-2\/3:visited {
    left: -66.666667%;
  }

  .md\:visited\:-top-1\/4:visited {
    top: -25%;
  }

  .md\:visited\:-right-1\/4:visited {
    right: -25%;
  }

  .md\:visited\:-bottom-1\/4:visited {
    bottom: -25%;
  }

  .md\:visited\:-left-1\/4:visited {
    left: -25%;
  }

  .md\:visited\:-top-2\/4:visited {
    top: -50%;
  }

  .md\:visited\:-right-2\/4:visited {
    right: -50%;
  }

  .md\:visited\:-bottom-2\/4:visited {
    bottom: -50%;
  }

  .md\:visited\:-left-2\/4:visited {
    left: -50%;
  }

  .md\:visited\:-top-3\/4:visited {
    top: -75%;
  }

  .md\:visited\:-right-3\/4:visited {
    right: -75%;
  }

  .md\:visited\:-bottom-3\/4:visited {
    bottom: -75%;
  }

  .md\:visited\:-left-3\/4:visited {
    left: -75%;
  }

  .md\:visited\:-top-full:visited {
    top: -100%;
  }

  .md\:visited\:-right-full:visited {
    right: -100%;
  }

  .md\:visited\:-bottom-full:visited {
    bottom: -100%;
  }

  .md\:visited\:-left-full:visited {
    left: -100%;
  }

  .md\:disabled\:inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:disabled\:inset-1:disabled {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:disabled\:inset-2:disabled {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:disabled\:inset-3:disabled {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:disabled\:inset-4:disabled {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:disabled\:inset-5:disabled {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:disabled\:inset-6:disabled {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:disabled\:inset-7:disabled {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:disabled\:inset-8:disabled {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:disabled\:inset-9:disabled {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:disabled\:inset-10:disabled {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:disabled\:inset-11:disabled {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:disabled\:inset-12:disabled {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:disabled\:inset-14:disabled {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:disabled\:inset-16:disabled {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:disabled\:inset-20:disabled {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:disabled\:inset-24:disabled {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:disabled\:inset-28:disabled {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:disabled\:inset-32:disabled {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:disabled\:inset-36:disabled {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:disabled\:inset-40:disabled {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:disabled\:inset-44:disabled {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:disabled\:inset-48:disabled {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:disabled\:inset-52:disabled {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:disabled\:inset-56:disabled {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:disabled\:inset-60:disabled {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:disabled\:inset-64:disabled {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:disabled\:inset-72:disabled {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:disabled\:inset-80:disabled {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:disabled\:inset-96:disabled {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:disabled\:inset-px:disabled {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:disabled\:inset-0\.5:disabled {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:disabled\:inset-1\.5:disabled {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:disabled\:inset-2\.5:disabled {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:disabled\:inset-3\.5:disabled {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:disabled\:-inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:disabled\:-inset-1:disabled {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:disabled\:-inset-2:disabled {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:disabled\:-inset-3:disabled {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:disabled\:-inset-4:disabled {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:disabled\:-inset-5:disabled {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:disabled\:-inset-6:disabled {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:disabled\:-inset-7:disabled {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:disabled\:-inset-8:disabled {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:disabled\:-inset-9:disabled {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:disabled\:-inset-10:disabled {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:disabled\:-inset-11:disabled {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:disabled\:-inset-12:disabled {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:disabled\:-inset-14:disabled {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:disabled\:-inset-16:disabled {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:disabled\:-inset-20:disabled {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:disabled\:-inset-24:disabled {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:disabled\:-inset-28:disabled {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:disabled\:-inset-32:disabled {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:disabled\:-inset-36:disabled {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:disabled\:-inset-40:disabled {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:disabled\:-inset-44:disabled {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:disabled\:-inset-48:disabled {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:disabled\:-inset-52:disabled {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:disabled\:-inset-56:disabled {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:disabled\:-inset-60:disabled {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:disabled\:-inset-64:disabled {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:disabled\:-inset-72:disabled {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:disabled\:-inset-80:disabled {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:disabled\:-inset-96:disabled {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:disabled\:-inset-px:disabled {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:disabled\:-inset-0\.5:disabled {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:disabled\:-inset-1\.5:disabled {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:disabled\:-inset-2\.5:disabled {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:disabled\:-inset-3\.5:disabled {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:disabled\:inset-1\/2:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:disabled\:inset-1\/3:disabled {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:disabled\:inset-2\/3:disabled {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:disabled\:inset-1\/4:disabled {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:disabled\:inset-2\/4:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:disabled\:inset-3\/4:disabled {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:disabled\:inset-full:disabled {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:disabled\:-inset-1\/2:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:disabled\:-inset-1\/3:disabled {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:disabled\:-inset-2\/3:disabled {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:disabled\:-inset-1\/4:disabled {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:disabled\:-inset-2\/4:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:disabled\:-inset-3\/4:disabled {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:disabled\:-inset-full:disabled {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:disabled\:inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .md\:disabled\:inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .md\:disabled\:inset-y-1:disabled {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:disabled\:inset-x-1:disabled {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:disabled\:inset-y-2:disabled {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:disabled\:inset-x-2:disabled {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:disabled\:inset-y-3:disabled {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:disabled\:inset-x-3:disabled {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:disabled\:inset-y-4:disabled {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:disabled\:inset-x-4:disabled {
    right: 1rem;
    left: 1rem;
  }

  .md\:disabled\:inset-y-5:disabled {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:disabled\:inset-x-5:disabled {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:disabled\:inset-y-6:disabled {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:disabled\:inset-x-6:disabled {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:disabled\:inset-y-7:disabled {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:disabled\:inset-x-7:disabled {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:disabled\:inset-y-8:disabled {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:disabled\:inset-x-8:disabled {
    right: 2rem;
    left: 2rem;
  }

  .md\:disabled\:inset-y-9:disabled {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:disabled\:inset-x-9:disabled {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:disabled\:inset-y-10:disabled {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:disabled\:inset-x-10:disabled {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:disabled\:inset-y-11:disabled {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:disabled\:inset-x-11:disabled {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:disabled\:inset-y-12:disabled {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:disabled\:inset-x-12:disabled {
    right: 3rem;
    left: 3rem;
  }

  .md\:disabled\:inset-y-14:disabled {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:disabled\:inset-x-14:disabled {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:disabled\:inset-y-16:disabled {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:disabled\:inset-x-16:disabled {
    right: 4rem;
    left: 4rem;
  }

  .md\:disabled\:inset-y-20:disabled {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:disabled\:inset-x-20:disabled {
    right: 5rem;
    left: 5rem;
  }

  .md\:disabled\:inset-y-24:disabled {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:disabled\:inset-x-24:disabled {
    right: 6rem;
    left: 6rem;
  }

  .md\:disabled\:inset-y-28:disabled {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:disabled\:inset-x-28:disabled {
    right: 7rem;
    left: 7rem;
  }

  .md\:disabled\:inset-y-32:disabled {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:disabled\:inset-x-32:disabled {
    right: 8rem;
    left: 8rem;
  }

  .md\:disabled\:inset-y-36:disabled {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:disabled\:inset-x-36:disabled {
    right: 9rem;
    left: 9rem;
  }

  .md\:disabled\:inset-y-40:disabled {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:disabled\:inset-x-40:disabled {
    right: 10rem;
    left: 10rem;
  }

  .md\:disabled\:inset-y-44:disabled {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:disabled\:inset-x-44:disabled {
    right: 11rem;
    left: 11rem;
  }

  .md\:disabled\:inset-y-48:disabled {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:disabled\:inset-x-48:disabled {
    right: 12rem;
    left: 12rem;
  }

  .md\:disabled\:inset-y-52:disabled {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:disabled\:inset-x-52:disabled {
    right: 13rem;
    left: 13rem;
  }

  .md\:disabled\:inset-y-56:disabled {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:disabled\:inset-x-56:disabled {
    right: 14rem;
    left: 14rem;
  }

  .md\:disabled\:inset-y-60:disabled {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:disabled\:inset-x-60:disabled {
    right: 15rem;
    left: 15rem;
  }

  .md\:disabled\:inset-y-64:disabled {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:disabled\:inset-x-64:disabled {
    right: 16rem;
    left: 16rem;
  }

  .md\:disabled\:inset-y-72:disabled {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:disabled\:inset-x-72:disabled {
    right: 18rem;
    left: 18rem;
  }

  .md\:disabled\:inset-y-80:disabled {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:disabled\:inset-x-80:disabled {
    right: 20rem;
    left: 20rem;
  }

  .md\:disabled\:inset-y-96:disabled {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:disabled\:inset-x-96:disabled {
    right: 24rem;
    left: 24rem;
  }

  .md\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .md\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .md\:disabled\:inset-y-px:disabled {
    top: 1px;
    bottom: 1px;
  }

  .md\:disabled\:inset-x-px:disabled {
    right: 1px;
    left: 1px;
  }

  .md\:disabled\:inset-y-0\.5:disabled {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:disabled\:inset-x-0\.5:disabled {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:disabled\:inset-y-1\.5:disabled {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:disabled\:inset-x-1\.5:disabled {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:disabled\:inset-y-2\.5:disabled {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:disabled\:inset-x-2\.5:disabled {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:disabled\:inset-y-3\.5:disabled {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:disabled\:inset-x-3\.5:disabled {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:disabled\:-inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .md\:disabled\:-inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .md\:disabled\:-inset-y-1:disabled {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:disabled\:-inset-x-1:disabled {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:disabled\:-inset-y-2:disabled {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:disabled\:-inset-x-2:disabled {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:disabled\:-inset-y-3:disabled {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:disabled\:-inset-x-3:disabled {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:disabled\:-inset-y-4:disabled {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:disabled\:-inset-x-4:disabled {
    right: -1rem;
    left: -1rem;
  }

  .md\:disabled\:-inset-y-5:disabled {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:disabled\:-inset-x-5:disabled {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:disabled\:-inset-y-6:disabled {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:disabled\:-inset-x-6:disabled {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:disabled\:-inset-y-7:disabled {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:disabled\:-inset-x-7:disabled {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:disabled\:-inset-y-8:disabled {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:disabled\:-inset-x-8:disabled {
    right: -2rem;
    left: -2rem;
  }

  .md\:disabled\:-inset-y-9:disabled {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:disabled\:-inset-x-9:disabled {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:disabled\:-inset-y-10:disabled {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:disabled\:-inset-x-10:disabled {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:disabled\:-inset-y-11:disabled {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:disabled\:-inset-x-11:disabled {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:disabled\:-inset-y-12:disabled {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:disabled\:-inset-x-12:disabled {
    right: -3rem;
    left: -3rem;
  }

  .md\:disabled\:-inset-y-14:disabled {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:disabled\:-inset-x-14:disabled {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:disabled\:-inset-y-16:disabled {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:disabled\:-inset-x-16:disabled {
    right: -4rem;
    left: -4rem;
  }

  .md\:disabled\:-inset-y-20:disabled {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:disabled\:-inset-x-20:disabled {
    right: -5rem;
    left: -5rem;
  }

  .md\:disabled\:-inset-y-24:disabled {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:disabled\:-inset-x-24:disabled {
    right: -6rem;
    left: -6rem;
  }

  .md\:disabled\:-inset-y-28:disabled {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:disabled\:-inset-x-28:disabled {
    right: -7rem;
    left: -7rem;
  }

  .md\:disabled\:-inset-y-32:disabled {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:disabled\:-inset-x-32:disabled {
    right: -8rem;
    left: -8rem;
  }

  .md\:disabled\:-inset-y-36:disabled {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:disabled\:-inset-x-36:disabled {
    right: -9rem;
    left: -9rem;
  }

  .md\:disabled\:-inset-y-40:disabled {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:disabled\:-inset-x-40:disabled {
    right: -10rem;
    left: -10rem;
  }

  .md\:disabled\:-inset-y-44:disabled {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:disabled\:-inset-x-44:disabled {
    right: -11rem;
    left: -11rem;
  }

  .md\:disabled\:-inset-y-48:disabled {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:disabled\:-inset-x-48:disabled {
    right: -12rem;
    left: -12rem;
  }

  .md\:disabled\:-inset-y-52:disabled {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:disabled\:-inset-x-52:disabled {
    right: -13rem;
    left: -13rem;
  }

  .md\:disabled\:-inset-y-56:disabled {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:disabled\:-inset-x-56:disabled {
    right: -14rem;
    left: -14rem;
  }

  .md\:disabled\:-inset-y-60:disabled {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:disabled\:-inset-x-60:disabled {
    right: -15rem;
    left: -15rem;
  }

  .md\:disabled\:-inset-y-64:disabled {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:disabled\:-inset-x-64:disabled {
    right: -16rem;
    left: -16rem;
  }

  .md\:disabled\:-inset-y-72:disabled {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:disabled\:-inset-x-72:disabled {
    right: -18rem;
    left: -18rem;
  }

  .md\:disabled\:-inset-y-80:disabled {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:disabled\:-inset-x-80:disabled {
    right: -20rem;
    left: -20rem;
  }

  .md\:disabled\:-inset-y-96:disabled {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:disabled\:-inset-x-96:disabled {
    right: -24rem;
    left: -24rem;
  }

  .md\:disabled\:-inset-y-px:disabled {
    top: -1px;
    bottom: -1px;
  }

  .md\:disabled\:-inset-x-px:disabled {
    right: -1px;
    left: -1px;
  }

  .md\:disabled\:-inset-y-0\.5:disabled {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:disabled\:-inset-x-0\.5:disabled {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:disabled\:-inset-y-1\.5:disabled {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:disabled\:-inset-x-1\.5:disabled {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:disabled\:-inset-y-2\.5:disabled {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:disabled\:-inset-x-2\.5:disabled {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:disabled\:-inset-y-3\.5:disabled {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:disabled\:-inset-x-3\.5:disabled {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:disabled\:inset-y-1\/2:disabled {
    top: 50%;
    bottom: 50%;
  }

  .md\:disabled\:inset-x-1\/2:disabled {
    right: 50%;
    left: 50%;
  }

  .md\:disabled\:inset-y-1\/3:disabled {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:disabled\:inset-x-1\/3:disabled {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:disabled\:inset-y-2\/3:disabled {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:disabled\:inset-x-2\/3:disabled {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:disabled\:inset-y-1\/4:disabled {
    top: 25%;
    bottom: 25%;
  }

  .md\:disabled\:inset-x-1\/4:disabled {
    right: 25%;
    left: 25%;
  }

  .md\:disabled\:inset-y-2\/4:disabled {
    top: 50%;
    bottom: 50%;
  }

  .md\:disabled\:inset-x-2\/4:disabled {
    right: 50%;
    left: 50%;
  }

  .md\:disabled\:inset-y-3\/4:disabled {
    top: 75%;
    bottom: 75%;
  }

  .md\:disabled\:inset-x-3\/4:disabled {
    right: 75%;
    left: 75%;
  }

  .md\:disabled\:inset-y-full:disabled {
    top: 100%;
    bottom: 100%;
  }

  .md\:disabled\:inset-x-full:disabled {
    right: 100%;
    left: 100%;
  }

  .md\:disabled\:-inset-y-1\/2:disabled {
    top: -50%;
    bottom: -50%;
  }

  .md\:disabled\:-inset-x-1\/2:disabled {
    right: -50%;
    left: -50%;
  }

  .md\:disabled\:-inset-y-1\/3:disabled {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:disabled\:-inset-x-1\/3:disabled {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:disabled\:-inset-y-2\/3:disabled {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:disabled\:-inset-x-2\/3:disabled {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:disabled\:-inset-y-1\/4:disabled {
    top: -25%;
    bottom: -25%;
  }

  .md\:disabled\:-inset-x-1\/4:disabled {
    right: -25%;
    left: -25%;
  }

  .md\:disabled\:-inset-y-2\/4:disabled {
    top: -50%;
    bottom: -50%;
  }

  .md\:disabled\:-inset-x-2\/4:disabled {
    right: -50%;
    left: -50%;
  }

  .md\:disabled\:-inset-y-3\/4:disabled {
    top: -75%;
    bottom: -75%;
  }

  .md\:disabled\:-inset-x-3\/4:disabled {
    right: -75%;
    left: -75%;
  }

  .md\:disabled\:-inset-y-full:disabled {
    top: -100%;
    bottom: -100%;
  }

  .md\:disabled\:-inset-x-full:disabled {
    right: -100%;
    left: -100%;
  }

  .md\:disabled\:top-0:disabled {
    top: 0px;
  }

  .md\:disabled\:right-0:disabled {
    right: 0px;
  }

  .md\:disabled\:bottom-0:disabled {
    bottom: 0px;
  }

  .md\:disabled\:left-0:disabled {
    left: 0px;
  }

  .md\:disabled\:top-1:disabled {
    top: 0.25rem;
  }

  .md\:disabled\:right-1:disabled {
    right: 0.25rem;
  }

  .md\:disabled\:bottom-1:disabled {
    bottom: 0.25rem;
  }

  .md\:disabled\:left-1:disabled {
    left: 0.25rem;
  }

  .md\:disabled\:top-2:disabled {
    top: 0.5rem;
  }

  .md\:disabled\:right-2:disabled {
    right: 0.5rem;
  }

  .md\:disabled\:bottom-2:disabled {
    bottom: 0.5rem;
  }

  .md\:disabled\:left-2:disabled {
    left: 0.5rem;
  }

  .md\:disabled\:top-3:disabled {
    top: 0.75rem;
  }

  .md\:disabled\:right-3:disabled {
    right: 0.75rem;
  }

  .md\:disabled\:bottom-3:disabled {
    bottom: 0.75rem;
  }

  .md\:disabled\:left-3:disabled {
    left: 0.75rem;
  }

  .md\:disabled\:top-4:disabled {
    top: 1rem;
  }

  .md\:disabled\:right-4:disabled {
    right: 1rem;
  }

  .md\:disabled\:bottom-4:disabled {
    bottom: 1rem;
  }

  .md\:disabled\:left-4:disabled {
    left: 1rem;
  }

  .md\:disabled\:top-5:disabled {
    top: 1.25rem;
  }

  .md\:disabled\:right-5:disabled {
    right: 1.25rem;
  }

  .md\:disabled\:bottom-5:disabled {
    bottom: 1.25rem;
  }

  .md\:disabled\:left-5:disabled {
    left: 1.25rem;
  }

  .md\:disabled\:top-6:disabled {
    top: 1.5rem;
  }

  .md\:disabled\:right-6:disabled {
    right: 1.5rem;
  }

  .md\:disabled\:bottom-6:disabled {
    bottom: 1.5rem;
  }

  .md\:disabled\:left-6:disabled {
    left: 1.5rem;
  }

  .md\:disabled\:top-7:disabled {
    top: 1.75rem;
  }

  .md\:disabled\:right-7:disabled {
    right: 1.75rem;
  }

  .md\:disabled\:bottom-7:disabled {
    bottom: 1.75rem;
  }

  .md\:disabled\:left-7:disabled {
    left: 1.75rem;
  }

  .md\:disabled\:top-8:disabled {
    top: 2rem;
  }

  .md\:disabled\:right-8:disabled {
    right: 2rem;
  }

  .md\:disabled\:bottom-8:disabled {
    bottom: 2rem;
  }

  .md\:disabled\:left-8:disabled {
    left: 2rem;
  }

  .md\:disabled\:top-9:disabled {
    top: 2.25rem;
  }

  .md\:disabled\:right-9:disabled {
    right: 2.25rem;
  }

  .md\:disabled\:bottom-9:disabled {
    bottom: 2.25rem;
  }

  .md\:disabled\:left-9:disabled {
    left: 2.25rem;
  }

  .md\:disabled\:top-10:disabled {
    top: 2.5rem;
  }

  .md\:disabled\:right-10:disabled {
    right: 2.5rem;
  }

  .md\:disabled\:bottom-10:disabled {
    bottom: 2.5rem;
  }

  .md\:disabled\:left-10:disabled {
    left: 2.5rem;
  }

  .md\:disabled\:top-11:disabled {
    top: 2.75rem;
  }

  .md\:disabled\:right-11:disabled {
    right: 2.75rem;
  }

  .md\:disabled\:bottom-11:disabled {
    bottom: 2.75rem;
  }

  .md\:disabled\:left-11:disabled {
    left: 2.75rem;
  }

  .md\:disabled\:top-12:disabled {
    top: 3rem;
  }

  .md\:disabled\:right-12:disabled {
    right: 3rem;
  }

  .md\:disabled\:bottom-12:disabled {
    bottom: 3rem;
  }

  .md\:disabled\:left-12:disabled {
    left: 3rem;
  }

  .md\:disabled\:top-14:disabled {
    top: 3.5rem;
  }

  .md\:disabled\:right-14:disabled {
    right: 3.5rem;
  }

  .md\:disabled\:bottom-14:disabled {
    bottom: 3.5rem;
  }

  .md\:disabled\:left-14:disabled {
    left: 3.5rem;
  }

  .md\:disabled\:top-16:disabled {
    top: 4rem;
  }

  .md\:disabled\:right-16:disabled {
    right: 4rem;
  }

  .md\:disabled\:bottom-16:disabled {
    bottom: 4rem;
  }

  .md\:disabled\:left-16:disabled {
    left: 4rem;
  }

  .md\:disabled\:top-20:disabled {
    top: 5rem;
  }

  .md\:disabled\:right-20:disabled {
    right: 5rem;
  }

  .md\:disabled\:bottom-20:disabled {
    bottom: 5rem;
  }

  .md\:disabled\:left-20:disabled {
    left: 5rem;
  }

  .md\:disabled\:top-24:disabled {
    top: 6rem;
  }

  .md\:disabled\:right-24:disabled {
    right: 6rem;
  }

  .md\:disabled\:bottom-24:disabled {
    bottom: 6rem;
  }

  .md\:disabled\:left-24:disabled {
    left: 6rem;
  }

  .md\:disabled\:top-28:disabled {
    top: 7rem;
  }

  .md\:disabled\:right-28:disabled {
    right: 7rem;
  }

  .md\:disabled\:bottom-28:disabled {
    bottom: 7rem;
  }

  .md\:disabled\:left-28:disabled {
    left: 7rem;
  }

  .md\:disabled\:top-32:disabled {
    top: 8rem;
  }

  .md\:disabled\:right-32:disabled {
    right: 8rem;
  }

  .md\:disabled\:bottom-32:disabled {
    bottom: 8rem;
  }

  .md\:disabled\:left-32:disabled {
    left: 8rem;
  }

  .md\:disabled\:top-36:disabled {
    top: 9rem;
  }

  .md\:disabled\:right-36:disabled {
    right: 9rem;
  }

  .md\:disabled\:bottom-36:disabled {
    bottom: 9rem;
  }

  .md\:disabled\:left-36:disabled {
    left: 9rem;
  }

  .md\:disabled\:top-40:disabled {
    top: 10rem;
  }

  .md\:disabled\:right-40:disabled {
    right: 10rem;
  }

  .md\:disabled\:bottom-40:disabled {
    bottom: 10rem;
  }

  .md\:disabled\:left-40:disabled {
    left: 10rem;
  }

  .md\:disabled\:top-44:disabled {
    top: 11rem;
  }

  .md\:disabled\:right-44:disabled {
    right: 11rem;
  }

  .md\:disabled\:bottom-44:disabled {
    bottom: 11rem;
  }

  .md\:disabled\:left-44:disabled {
    left: 11rem;
  }

  .md\:disabled\:top-48:disabled {
    top: 12rem;
  }

  .md\:disabled\:right-48:disabled {
    right: 12rem;
  }

  .md\:disabled\:bottom-48:disabled {
    bottom: 12rem;
  }

  .md\:disabled\:left-48:disabled {
    left: 12rem;
  }

  .md\:disabled\:top-52:disabled {
    top: 13rem;
  }

  .md\:disabled\:right-52:disabled {
    right: 13rem;
  }

  .md\:disabled\:bottom-52:disabled {
    bottom: 13rem;
  }

  .md\:disabled\:left-52:disabled {
    left: 13rem;
  }

  .md\:disabled\:top-56:disabled {
    top: 14rem;
  }

  .md\:disabled\:right-56:disabled {
    right: 14rem;
  }

  .md\:disabled\:bottom-56:disabled {
    bottom: 14rem;
  }

  .md\:disabled\:left-56:disabled {
    left: 14rem;
  }

  .md\:disabled\:top-60:disabled {
    top: 15rem;
  }

  .md\:disabled\:right-60:disabled {
    right: 15rem;
  }

  .md\:disabled\:bottom-60:disabled {
    bottom: 15rem;
  }

  .md\:disabled\:left-60:disabled {
    left: 15rem;
  }

  .md\:disabled\:top-64:disabled {
    top: 16rem;
  }

  .md\:disabled\:right-64:disabled {
    right: 16rem;
  }

  .md\:disabled\:bottom-64:disabled {
    bottom: 16rem;
  }

  .md\:disabled\:left-64:disabled {
    left: 16rem;
  }

  .md\:disabled\:top-72:disabled {
    top: 18rem;
  }

  .md\:disabled\:right-72:disabled {
    right: 18rem;
  }

  .md\:disabled\:bottom-72:disabled {
    bottom: 18rem;
  }

  .md\:disabled\:left-72:disabled {
    left: 18rem;
  }

  .md\:disabled\:top-80:disabled {
    top: 20rem;
  }

  .md\:disabled\:right-80:disabled {
    right: 20rem;
  }

  .md\:disabled\:bottom-80:disabled {
    bottom: 20rem;
  }

  .md\:disabled\:left-80:disabled {
    left: 20rem;
  }

  .md\:disabled\:top-96:disabled {
    top: 24rem;
  }

  .md\:disabled\:right-96:disabled {
    right: 24rem;
  }

  .md\:disabled\:bottom-96:disabled {
    bottom: 24rem;
  }

  .md\:disabled\:left-96:disabled {
    left: 24rem;
  }

  .md\:disabled\:top-auto:disabled {
    top: auto;
  }

  .md\:disabled\:right-auto:disabled {
    right: auto;
  }

  .md\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .md\:disabled\:left-auto:disabled {
    left: auto;
  }

  .md\:disabled\:top-px:disabled {
    top: 1px;
  }

  .md\:disabled\:right-px:disabled {
    right: 1px;
  }

  .md\:disabled\:bottom-px:disabled {
    bottom: 1px;
  }

  .md\:disabled\:left-px:disabled {
    left: 1px;
  }

  .md\:disabled\:top-0\.5:disabled {
    top: 0.125rem;
  }

  .md\:disabled\:right-0\.5:disabled {
    right: 0.125rem;
  }

  .md\:disabled\:bottom-0\.5:disabled {
    bottom: 0.125rem;
  }

  .md\:disabled\:left-0\.5:disabled {
    left: 0.125rem;
  }

  .md\:disabled\:top-1\.5:disabled {
    top: 0.375rem;
  }

  .md\:disabled\:right-1\.5:disabled {
    right: 0.375rem;
  }

  .md\:disabled\:bottom-1\.5:disabled {
    bottom: 0.375rem;
  }

  .md\:disabled\:left-1\.5:disabled {
    left: 0.375rem;
  }

  .md\:disabled\:top-2\.5:disabled {
    top: 0.625rem;
  }

  .md\:disabled\:right-2\.5:disabled {
    right: 0.625rem;
  }

  .md\:disabled\:bottom-2\.5:disabled {
    bottom: 0.625rem;
  }

  .md\:disabled\:left-2\.5:disabled {
    left: 0.625rem;
  }

  .md\:disabled\:top-3\.5:disabled {
    top: 0.875rem;
  }

  .md\:disabled\:right-3\.5:disabled {
    right: 0.875rem;
  }

  .md\:disabled\:bottom-3\.5:disabled {
    bottom: 0.875rem;
  }

  .md\:disabled\:left-3\.5:disabled {
    left: 0.875rem;
  }

  .md\:disabled\:-top-0:disabled {
    top: 0px;
  }

  .md\:disabled\:-right-0:disabled {
    right: 0px;
  }

  .md\:disabled\:-bottom-0:disabled {
    bottom: 0px;
  }

  .md\:disabled\:-left-0:disabled {
    left: 0px;
  }

  .md\:disabled\:-top-1:disabled {
    top: -0.25rem;
  }

  .md\:disabled\:-right-1:disabled {
    right: -0.25rem;
  }

  .md\:disabled\:-bottom-1:disabled {
    bottom: -0.25rem;
  }

  .md\:disabled\:-left-1:disabled {
    left: -0.25rem;
  }

  .md\:disabled\:-top-2:disabled {
    top: -0.5rem;
  }

  .md\:disabled\:-right-2:disabled {
    right: -0.5rem;
  }

  .md\:disabled\:-bottom-2:disabled {
    bottom: -0.5rem;
  }

  .md\:disabled\:-left-2:disabled {
    left: -0.5rem;
  }

  .md\:disabled\:-top-3:disabled {
    top: -0.75rem;
  }

  .md\:disabled\:-right-3:disabled {
    right: -0.75rem;
  }

  .md\:disabled\:-bottom-3:disabled {
    bottom: -0.75rem;
  }

  .md\:disabled\:-left-3:disabled {
    left: -0.75rem;
  }

  .md\:disabled\:-top-4:disabled {
    top: -1rem;
  }

  .md\:disabled\:-right-4:disabled {
    right: -1rem;
  }

  .md\:disabled\:-bottom-4:disabled {
    bottom: -1rem;
  }

  .md\:disabled\:-left-4:disabled {
    left: -1rem;
  }

  .md\:disabled\:-top-5:disabled {
    top: -1.25rem;
  }

  .md\:disabled\:-right-5:disabled {
    right: -1.25rem;
  }

  .md\:disabled\:-bottom-5:disabled {
    bottom: -1.25rem;
  }

  .md\:disabled\:-left-5:disabled {
    left: -1.25rem;
  }

  .md\:disabled\:-top-6:disabled {
    top: -1.5rem;
  }

  .md\:disabled\:-right-6:disabled {
    right: -1.5rem;
  }

  .md\:disabled\:-bottom-6:disabled {
    bottom: -1.5rem;
  }

  .md\:disabled\:-left-6:disabled {
    left: -1.5rem;
  }

  .md\:disabled\:-top-7:disabled {
    top: -1.75rem;
  }

  .md\:disabled\:-right-7:disabled {
    right: -1.75rem;
  }

  .md\:disabled\:-bottom-7:disabled {
    bottom: -1.75rem;
  }

  .md\:disabled\:-left-7:disabled {
    left: -1.75rem;
  }

  .md\:disabled\:-top-8:disabled {
    top: -2rem;
  }

  .md\:disabled\:-right-8:disabled {
    right: -2rem;
  }

  .md\:disabled\:-bottom-8:disabled {
    bottom: -2rem;
  }

  .md\:disabled\:-left-8:disabled {
    left: -2rem;
  }

  .md\:disabled\:-top-9:disabled {
    top: -2.25rem;
  }

  .md\:disabled\:-right-9:disabled {
    right: -2.25rem;
  }

  .md\:disabled\:-bottom-9:disabled {
    bottom: -2.25rem;
  }

  .md\:disabled\:-left-9:disabled {
    left: -2.25rem;
  }

  .md\:disabled\:-top-10:disabled {
    top: -2.5rem;
  }

  .md\:disabled\:-right-10:disabled {
    right: -2.5rem;
  }

  .md\:disabled\:-bottom-10:disabled {
    bottom: -2.5rem;
  }

  .md\:disabled\:-left-10:disabled {
    left: -2.5rem;
  }

  .md\:disabled\:-top-11:disabled {
    top: -2.75rem;
  }

  .md\:disabled\:-right-11:disabled {
    right: -2.75rem;
  }

  .md\:disabled\:-bottom-11:disabled {
    bottom: -2.75rem;
  }

  .md\:disabled\:-left-11:disabled {
    left: -2.75rem;
  }

  .md\:disabled\:-top-12:disabled {
    top: -3rem;
  }

  .md\:disabled\:-right-12:disabled {
    right: -3rem;
  }

  .md\:disabled\:-bottom-12:disabled {
    bottom: -3rem;
  }

  .md\:disabled\:-left-12:disabled {
    left: -3rem;
  }

  .md\:disabled\:-top-14:disabled {
    top: -3.5rem;
  }

  .md\:disabled\:-right-14:disabled {
    right: -3.5rem;
  }

  .md\:disabled\:-bottom-14:disabled {
    bottom: -3.5rem;
  }

  .md\:disabled\:-left-14:disabled {
    left: -3.5rem;
  }

  .md\:disabled\:-top-16:disabled {
    top: -4rem;
  }

  .md\:disabled\:-right-16:disabled {
    right: -4rem;
  }

  .md\:disabled\:-bottom-16:disabled {
    bottom: -4rem;
  }

  .md\:disabled\:-left-16:disabled {
    left: -4rem;
  }

  .md\:disabled\:-top-20:disabled {
    top: -5rem;
  }

  .md\:disabled\:-right-20:disabled {
    right: -5rem;
  }

  .md\:disabled\:-bottom-20:disabled {
    bottom: -5rem;
  }

  .md\:disabled\:-left-20:disabled {
    left: -5rem;
  }

  .md\:disabled\:-top-24:disabled {
    top: -6rem;
  }

  .md\:disabled\:-right-24:disabled {
    right: -6rem;
  }

  .md\:disabled\:-bottom-24:disabled {
    bottom: -6rem;
  }

  .md\:disabled\:-left-24:disabled {
    left: -6rem;
  }

  .md\:disabled\:-top-28:disabled {
    top: -7rem;
  }

  .md\:disabled\:-right-28:disabled {
    right: -7rem;
  }

  .md\:disabled\:-bottom-28:disabled {
    bottom: -7rem;
  }

  .md\:disabled\:-left-28:disabled {
    left: -7rem;
  }

  .md\:disabled\:-top-32:disabled {
    top: -8rem;
  }

  .md\:disabled\:-right-32:disabled {
    right: -8rem;
  }

  .md\:disabled\:-bottom-32:disabled {
    bottom: -8rem;
  }

  .md\:disabled\:-left-32:disabled {
    left: -8rem;
  }

  .md\:disabled\:-top-36:disabled {
    top: -9rem;
  }

  .md\:disabled\:-right-36:disabled {
    right: -9rem;
  }

  .md\:disabled\:-bottom-36:disabled {
    bottom: -9rem;
  }

  .md\:disabled\:-left-36:disabled {
    left: -9rem;
  }

  .md\:disabled\:-top-40:disabled {
    top: -10rem;
  }

  .md\:disabled\:-right-40:disabled {
    right: -10rem;
  }

  .md\:disabled\:-bottom-40:disabled {
    bottom: -10rem;
  }

  .md\:disabled\:-left-40:disabled {
    left: -10rem;
  }

  .md\:disabled\:-top-44:disabled {
    top: -11rem;
  }

  .md\:disabled\:-right-44:disabled {
    right: -11rem;
  }

  .md\:disabled\:-bottom-44:disabled {
    bottom: -11rem;
  }

  .md\:disabled\:-left-44:disabled {
    left: -11rem;
  }

  .md\:disabled\:-top-48:disabled {
    top: -12rem;
  }

  .md\:disabled\:-right-48:disabled {
    right: -12rem;
  }

  .md\:disabled\:-bottom-48:disabled {
    bottom: -12rem;
  }

  .md\:disabled\:-left-48:disabled {
    left: -12rem;
  }

  .md\:disabled\:-top-52:disabled {
    top: -13rem;
  }

  .md\:disabled\:-right-52:disabled {
    right: -13rem;
  }

  .md\:disabled\:-bottom-52:disabled {
    bottom: -13rem;
  }

  .md\:disabled\:-left-52:disabled {
    left: -13rem;
  }

  .md\:disabled\:-top-56:disabled {
    top: -14rem;
  }

  .md\:disabled\:-right-56:disabled {
    right: -14rem;
  }

  .md\:disabled\:-bottom-56:disabled {
    bottom: -14rem;
  }

  .md\:disabled\:-left-56:disabled {
    left: -14rem;
  }

  .md\:disabled\:-top-60:disabled {
    top: -15rem;
  }

  .md\:disabled\:-right-60:disabled {
    right: -15rem;
  }

  .md\:disabled\:-bottom-60:disabled {
    bottom: -15rem;
  }

  .md\:disabled\:-left-60:disabled {
    left: -15rem;
  }

  .md\:disabled\:-top-64:disabled {
    top: -16rem;
  }

  .md\:disabled\:-right-64:disabled {
    right: -16rem;
  }

  .md\:disabled\:-bottom-64:disabled {
    bottom: -16rem;
  }

  .md\:disabled\:-left-64:disabled {
    left: -16rem;
  }

  .md\:disabled\:-top-72:disabled {
    top: -18rem;
  }

  .md\:disabled\:-right-72:disabled {
    right: -18rem;
  }

  .md\:disabled\:-bottom-72:disabled {
    bottom: -18rem;
  }

  .md\:disabled\:-left-72:disabled {
    left: -18rem;
  }

  .md\:disabled\:-top-80:disabled {
    top: -20rem;
  }

  .md\:disabled\:-right-80:disabled {
    right: -20rem;
  }

  .md\:disabled\:-bottom-80:disabled {
    bottom: -20rem;
  }

  .md\:disabled\:-left-80:disabled {
    left: -20rem;
  }

  .md\:disabled\:-top-96:disabled {
    top: -24rem;
  }

  .md\:disabled\:-right-96:disabled {
    right: -24rem;
  }

  .md\:disabled\:-bottom-96:disabled {
    bottom: -24rem;
  }

  .md\:disabled\:-left-96:disabled {
    left: -24rem;
  }

  .md\:disabled\:-top-px:disabled {
    top: -1px;
  }

  .md\:disabled\:-right-px:disabled {
    right: -1px;
  }

  .md\:disabled\:-bottom-px:disabled {
    bottom: -1px;
  }

  .md\:disabled\:-left-px:disabled {
    left: -1px;
  }

  .md\:disabled\:-top-0\.5:disabled {
    top: -0.125rem;
  }

  .md\:disabled\:-right-0\.5:disabled {
    right: -0.125rem;
  }

  .md\:disabled\:-bottom-0\.5:disabled {
    bottom: -0.125rem;
  }

  .md\:disabled\:-left-0\.5:disabled {
    left: -0.125rem;
  }

  .md\:disabled\:-top-1\.5:disabled {
    top: -0.375rem;
  }

  .md\:disabled\:-right-1\.5:disabled {
    right: -0.375rem;
  }

  .md\:disabled\:-bottom-1\.5:disabled {
    bottom: -0.375rem;
  }

  .md\:disabled\:-left-1\.5:disabled {
    left: -0.375rem;
  }

  .md\:disabled\:-top-2\.5:disabled {
    top: -0.625rem;
  }

  .md\:disabled\:-right-2\.5:disabled {
    right: -0.625rem;
  }

  .md\:disabled\:-bottom-2\.5:disabled {
    bottom: -0.625rem;
  }

  .md\:disabled\:-left-2\.5:disabled {
    left: -0.625rem;
  }

  .md\:disabled\:-top-3\.5:disabled {
    top: -0.875rem;
  }

  .md\:disabled\:-right-3\.5:disabled {
    right: -0.875rem;
  }

  .md\:disabled\:-bottom-3\.5:disabled {
    bottom: -0.875rem;
  }

  .md\:disabled\:-left-3\.5:disabled {
    left: -0.875rem;
  }

  .md\:disabled\:top-1\/2:disabled {
    top: 50%;
  }

  .md\:disabled\:right-1\/2:disabled {
    right: 50%;
  }

  .md\:disabled\:bottom-1\/2:disabled {
    bottom: 50%;
  }

  .md\:disabled\:left-1\/2:disabled {
    left: 50%;
  }

  .md\:disabled\:top-1\/3:disabled {
    top: 33.333333%;
  }

  .md\:disabled\:right-1\/3:disabled {
    right: 33.333333%;
  }

  .md\:disabled\:bottom-1\/3:disabled {
    bottom: 33.333333%;
  }

  .md\:disabled\:left-1\/3:disabled {
    left: 33.333333%;
  }

  .md\:disabled\:top-2\/3:disabled {
    top: 66.666667%;
  }

  .md\:disabled\:right-2\/3:disabled {
    right: 66.666667%;
  }

  .md\:disabled\:bottom-2\/3:disabled {
    bottom: 66.666667%;
  }

  .md\:disabled\:left-2\/3:disabled {
    left: 66.666667%;
  }

  .md\:disabled\:top-1\/4:disabled {
    top: 25%;
  }

  .md\:disabled\:right-1\/4:disabled {
    right: 25%;
  }

  .md\:disabled\:bottom-1\/4:disabled {
    bottom: 25%;
  }

  .md\:disabled\:left-1\/4:disabled {
    left: 25%;
  }

  .md\:disabled\:top-2\/4:disabled {
    top: 50%;
  }

  .md\:disabled\:right-2\/4:disabled {
    right: 50%;
  }

  .md\:disabled\:bottom-2\/4:disabled {
    bottom: 50%;
  }

  .md\:disabled\:left-2\/4:disabled {
    left: 50%;
  }

  .md\:disabled\:top-3\/4:disabled {
    top: 75%;
  }

  .md\:disabled\:right-3\/4:disabled {
    right: 75%;
  }

  .md\:disabled\:bottom-3\/4:disabled {
    bottom: 75%;
  }

  .md\:disabled\:left-3\/4:disabled {
    left: 75%;
  }

  .md\:disabled\:top-full:disabled {
    top: 100%;
  }

  .md\:disabled\:right-full:disabled {
    right: 100%;
  }

  .md\:disabled\:bottom-full:disabled {
    bottom: 100%;
  }

  .md\:disabled\:left-full:disabled {
    left: 100%;
  }

  .md\:disabled\:-top-1\/2:disabled {
    top: -50%;
  }

  .md\:disabled\:-right-1\/2:disabled {
    right: -50%;
  }

  .md\:disabled\:-bottom-1\/2:disabled {
    bottom: -50%;
  }

  .md\:disabled\:-left-1\/2:disabled {
    left: -50%;
  }

  .md\:disabled\:-top-1\/3:disabled {
    top: -33.333333%;
  }

  .md\:disabled\:-right-1\/3:disabled {
    right: -33.333333%;
  }

  .md\:disabled\:-bottom-1\/3:disabled {
    bottom: -33.333333%;
  }

  .md\:disabled\:-left-1\/3:disabled {
    left: -33.333333%;
  }

  .md\:disabled\:-top-2\/3:disabled {
    top: -66.666667%;
  }

  .md\:disabled\:-right-2\/3:disabled {
    right: -66.666667%;
  }

  .md\:disabled\:-bottom-2\/3:disabled {
    bottom: -66.666667%;
  }

  .md\:disabled\:-left-2\/3:disabled {
    left: -66.666667%;
  }

  .md\:disabled\:-top-1\/4:disabled {
    top: -25%;
  }

  .md\:disabled\:-right-1\/4:disabled {
    right: -25%;
  }

  .md\:disabled\:-bottom-1\/4:disabled {
    bottom: -25%;
  }

  .md\:disabled\:-left-1\/4:disabled {
    left: -25%;
  }

  .md\:disabled\:-top-2\/4:disabled {
    top: -50%;
  }

  .md\:disabled\:-right-2\/4:disabled {
    right: -50%;
  }

  .md\:disabled\:-bottom-2\/4:disabled {
    bottom: -50%;
  }

  .md\:disabled\:-left-2\/4:disabled {
    left: -50%;
  }

  .md\:disabled\:-top-3\/4:disabled {
    top: -75%;
  }

  .md\:disabled\:-right-3\/4:disabled {
    right: -75%;
  }

  .md\:disabled\:-bottom-3\/4:disabled {
    bottom: -75%;
  }

  .md\:disabled\:-left-3\/4:disabled {
    left: -75%;
  }

  .md\:disabled\:-top-full:disabled {
    top: -100%;
  }

  .md\:disabled\:-right-full:disabled {
    right: -100%;
  }

  .md\:disabled\:-bottom-full:disabled {
    bottom: -100%;
  }

  .md\:disabled\:-left-full:disabled {
    left: -100%;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .group:hover .md\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .md\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .md\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .md\:group-hover\:resize {
    resize: both;
  }

  .md\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .md\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .md\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .md\:focus-within\:resize:focus-within {
    resize: both;
  }

  .md\:first\:resize-none:first-child {
    resize: none;
  }

  .md\:first\:resize-y:first-child {
    resize: vertical;
  }

  .md\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .md\:first\:resize:first-child {
    resize: both;
  }

  .md\:last\:resize-none:last-child {
    resize: none;
  }

  .md\:last\:resize-y:last-child {
    resize: vertical;
  }

  .md\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .md\:last\:resize:last-child {
    resize: both;
  }

  .md\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .md\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .md\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .md\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .md\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .md\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .md\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .md\:even\:resize:nth-child(even) {
    resize: both;
  }

  .md\:hover\:resize-none:hover {
    resize: none;
  }

  .md\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md\:hover\:resize:hover {
    resize: both;
  }

  .md\:focus\:resize-none:focus {
    resize: none;
  }

  .md\:focus\:resize-y:focus {
    resize: vertical;
  }

  .md\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .md\:focus\:resize:focus {
    resize: both;
  }

  .md\:active\:resize-none:active {
    resize: none;
  }

  .md\:active\:resize-y:active {
    resize: vertical;
  }

  .md\:active\:resize-x:active {
    resize: horizontal;
  }

  .md\:active\:resize:active {
    resize: both;
  }

  .md\:visited\:resize-none:visited {
    resize: none;
  }

  .md\:visited\:resize-y:visited {
    resize: vertical;
  }

  .md\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .md\:visited\:resize:visited {
    resize: both;
  }

  .md\:disabled\:resize-none:disabled {
    resize: none;
  }

  .md\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .md\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .md\:disabled\:resize:disabled {
    resize: both;
  }

  .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\:first\:shadow-sm:first-child {
    --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\:first\:shadow:first-child {
    --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\:first\:shadow-md:first-child {
    --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\:first\:shadow-lg:first-child {
    --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\:first\:shadow-xl:first-child {
    --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\:first\:shadow-2xl:first-child {
    --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\:first\:shadow-inner:first-child {
    --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\:first\:shadow-none:first-child {
    --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\:last\:shadow-sm:last-child {
    --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\:last\:shadow:last-child {
    --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\:last\:shadow-md:last-child {
    --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\:last\:shadow-lg:last-child {
    --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\:last\:shadow-xl:last-child {
    --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\:last\:shadow-2xl:last-child {
    --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\:last\:shadow-inner:last-child {
    --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\:last\:shadow-none:last-child {
    --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\:odd\:shadow-sm:nth-child(odd) {
    --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\:odd\:shadow:nth-child(odd) {
    --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\:odd\:shadow-md:nth-child(odd) {
    --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\:odd\:shadow-lg:nth-child(odd) {
    --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\:odd\:shadow-xl:nth-child(odd) {
    --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\:odd\:shadow-2xl:nth-child(odd) {
    --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\:odd\:shadow-inner:nth-child(odd) {
    --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\:odd\:shadow-none:nth-child(odd) {
    --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\:even\:shadow-sm:nth-child(even) {
    --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\:even\:shadow:nth-child(even) {
    --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\:even\:shadow-md:nth-child(even) {
    --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\:even\:shadow-lg:nth-child(even) {
    --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\:even\:shadow-xl:nth-child(even) {
    --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\:even\:shadow-2xl:nth-child(even) {
    --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\:even\:shadow-inner:nth-child(even) {
    --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\:even\:shadow-none:nth-child(even) {
    --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\:active\:shadow-sm:active {
    --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\:active\:shadow:active {
    --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\:active\:shadow-md:active {
    --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\:active\:shadow-lg:active {
    --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\:active\:shadow-xl:active {
    --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\:active\:shadow-2xl:active {
    --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\:active\:shadow-inner:active {
    --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\:active\:shadow-none:active {
    --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\:visited\:shadow-sm:visited {
    --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\:visited\:shadow:visited {
    --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\:visited\:shadow-md:visited {
    --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\:visited\:shadow-lg:visited {
    --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\:visited\:shadow-xl:visited {
    --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\:visited\:shadow-2xl:visited {
    --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\:visited\:shadow-inner:visited {
    --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\:visited\:shadow-none:visited {
    --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\:disabled\:shadow-sm:disabled {
    --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\:disabled\:shadow:disabled {
    --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\:disabled\:shadow-md:disabled {
    --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\:disabled\:shadow-lg:disabled {
    --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\:disabled\:shadow-xl:disabled {
    --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\:disabled\:shadow-2xl:disabled {
    --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\:disabled\:shadow-inner:disabled {
    --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\:disabled\:shadow-none:disabled {
    --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\: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\:ring-inset {
    --tw-ring-inset: inset;
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .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-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:first\:ring-0:first-child {
    --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\:first\:ring-1:first-child {
    --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\:first\:ring-2:first-child {
    --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\:first\:ring-4:first-child {
    --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\:first\:ring-8:first-child {
    --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\:first\:ring:first-child {
    --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\:first\:ring-inset:first-child {
    --tw-ring-inset: inset;
  }

  .md\:last\:ring-0:last-child {
    --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\:last\:ring-1:last-child {
    --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\:last\:ring-2:last-child {
    --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\:last\:ring-4:last-child {
    --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\:last\:ring-8:last-child {
    --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\:last\:ring:last-child {
    --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\:last\:ring-inset:last-child {
    --tw-ring-inset: inset;
  }

  .md\:odd\:ring-0:nth-child(odd) {
    --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\:odd\:ring-1:nth-child(odd) {
    --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\:odd\:ring-2:nth-child(odd) {
    --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\:odd\:ring-4:nth-child(odd) {
    --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\:odd\:ring-8:nth-child(odd) {
    --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\:odd\:ring:nth-child(odd) {
    --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\:odd\:ring-inset:nth-child(odd) {
    --tw-ring-inset: inset;
  }

  .md\:even\:ring-0:nth-child(even) {
    --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\:even\:ring-1:nth-child(even) {
    --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\:even\:ring-2:nth-child(even) {
    --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\:even\:ring-4:nth-child(even) {
    --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\:even\:ring-8:nth-child(even) {
    --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\:even\:ring:nth-child(even) {
    --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\:even\:ring-inset:nth-child(even) {
    --tw-ring-inset: inset;
  }

  .md\:hover\:ring-0:hover {
    --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\:hover\:ring-1:hover {
    --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\:hover\:ring-2:hover {
    --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\:hover\:ring-4:hover {
    --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\:hover\:ring-8:hover {
    --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\:hover\:ring:hover {
    --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\:hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .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\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:active\:ring-0:active {
    --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\:active\:ring-1:active {
    --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\:active\:ring-2:active {
    --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\:active\:ring-4:active {
    --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\:active\:ring-8:active {
    --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\:active\:ring:active {
    --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\:active\:ring-inset:active {
    --tw-ring-inset: inset;
  }

  .md\:visited\:ring-0:visited {
    --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\:visited\:ring-1:visited {
    --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\:visited\:ring-2:visited {
    --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\:visited\:ring-4:visited {
    --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\:visited\:ring-8:visited {
    --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\:visited\:ring:visited {
    --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\:visited\:ring-inset:visited {
    --tw-ring-inset: inset;
  }

  .md\:disabled\:ring-0:disabled {
    --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\:disabled\:ring-1:disabled {
    --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\:disabled\:ring-2:disabled {
    --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\:disabled\:ring-4:disabled {
    --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\:disabled\:ring-8:disabled {
    --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\:disabled\:ring:disabled {
    --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\:disabled\:ring-inset:disabled {
    --tw-ring-inset: inset;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .md\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .md\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .md\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .md\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .md\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .md\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .md\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .md\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .md\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .md\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .md\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .md\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .md\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .md\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .md\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .md\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .md\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .md\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .md\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .md\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .md\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .md\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .md\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .md\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .md\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .md\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .md\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .md\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .group:hover .md\:group-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .group:hover .md\:group-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .group:hover .md\:group-hover\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .group:hover .md\:group-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .group:hover .md\:group-hover\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .group:hover .md\:group-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .group:hover .md\:group-hover\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .group:hover .md\:group-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .group:hover .md\:group-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .group:hover .md\:group-hover\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .group:hover .md\:group-hover\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .group:hover .md\:group-hover\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .group:hover .md\:group-hover\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .group:hover .md\:group-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .group:hover .md\:group-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .group:hover .md\:group-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .group:hover .md\:group-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .group:hover .md\:group-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .group:hover .md\:group-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .group:hover .md\:group-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .group:hover .md\:group-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .group:hover .md\:group-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .group:hover .md\:group-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .group:hover .md\:group-hover\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .group:hover .md\:group-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .group:hover .md\:group-hover\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .group:hover .md\:group-hover\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .group:hover .md\:group-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .group:hover .md\:group-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .group:hover .md\:group-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .group:hover .md\:group-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .group:hover .md\:group-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .group:hover .md\:group-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .group:hover .md\:group-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .group:hover .md\:group-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .group:hover .md\:group-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .group:hover .md\:group-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .group:hover .md\:group-hover\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .group:hover .md\:group-hover\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .group:hover .md\:group-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .group:hover .md\:group-hover\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .group:hover .md\:group-hover\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .group:hover .md\:group-hover\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .group:hover .md\:group-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .md\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus-within\:ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus-within\:ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus-within\:ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus-within\:ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus-within\:ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus-within\:ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus-within\:ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus-within\:ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus-within\:ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .md\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .md\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .md\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .md\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .md\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .md\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .md\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus-within\:ring-offset-warmGray-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:focus-within\:ring-offset-warmGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:focus-within\:ring-offset-warmGray-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:focus-within\:ring-offset-warmGray-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:focus-within\:ring-offset-warmGray-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:focus-within\:ring-offset-warmGray-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .md\:focus-within\:ring-offset-warmGray-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .md\:focus-within\:ring-offset-warmGray-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .md\:focus-within\:ring-offset-warmGray-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .md\:focus-within\:ring-offset-warmGray-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:focus-within\:ring-offset-trueGray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus-within\:ring-offset-trueGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:focus-within\:ring-offset-trueGray-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus-within\:ring-offset-trueGray-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:focus-within\:ring-offset-trueGray-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:focus-within\:ring-offset-trueGray-500:focus-within {
    --tw-ring-offset-color: #737373;
  }

  .md\:focus-within\:ring-offset-trueGray-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .md\:focus-within\:ring-offset-trueGray-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .md\:focus-within\:ring-offset-trueGray-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus-within\:ring-offset-trueGray-900:focus-within {
    --tw-ring-offset-color: #171717;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .md\:focus-within\:ring-offset-coolGray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-coolGray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-coolGray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-coolGray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-coolGray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-coolGray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-coolGray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-coolGray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-coolGray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-coolGray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:focus-within\:ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:focus-within\:ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:focus-within\:ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:focus-within\:ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:focus-within\:ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b;
  }

  .md\:focus-within\:ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569;
  }

  .md\:focus-within\:ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155;
  }

  .md\:focus-within\:ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:focus-within\:ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: current;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:first\:ring-offset-black:first-child {
    --tw-ring-offset-color: #000;
  }

  .md\:first\:ring-offset-white:first-child {
    --tw-ring-offset-color: #fff;
  }

  .md\:first\:ring-offset-rose-50:first-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:first\:ring-offset-rose-100:first-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:first\:ring-offset-rose-200:first-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:first\:ring-offset-rose-300:first-child {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:first\:ring-offset-rose-400:first-child {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:first\:ring-offset-rose-500:first-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:first\:ring-offset-rose-600:first-child {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:first\:ring-offset-rose-700:first-child {
    --tw-ring-offset-color: #be123c;
  }

  .md\:first\:ring-offset-rose-800:first-child {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:first\:ring-offset-rose-900:first-child {
    --tw-ring-offset-color: #881337;
  }

  .md\:first\:ring-offset-pink-50:first-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:first\:ring-offset-pink-100:first-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:first\:ring-offset-pink-200:first-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:first\:ring-offset-pink-300:first-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:first\:ring-offset-pink-400:first-child {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:first\:ring-offset-pink-500:first-child {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:first\:ring-offset-pink-600:first-child {
    --tw-ring-offset-color: #db2777;
  }

  .md\:first\:ring-offset-pink-700:first-child {
    --tw-ring-offset-color: #be185d;
  }

  .md\:first\:ring-offset-pink-800:first-child {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:first\:ring-offset-pink-900:first-child {
    --tw-ring-offset-color: #831843;
  }

  .md\:first\:ring-offset-fuchsia-50:first-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:first\:ring-offset-fuchsia-100:first-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:first\:ring-offset-fuchsia-200:first-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:first\:ring-offset-fuchsia-300:first-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:first\:ring-offset-fuchsia-400:first-child {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:first\:ring-offset-fuchsia-500:first-child {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:first\:ring-offset-fuchsia-600:first-child {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:first\:ring-offset-fuchsia-700:first-child {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:first\:ring-offset-fuchsia-800:first-child {
    --tw-ring-offset-color: #86198f;
  }

  .md\:first\:ring-offset-fuchsia-900:first-child {
    --tw-ring-offset-color: #701a75;
  }

  .md\:first\:ring-offset-purple-50:first-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:first\:ring-offset-purple-100:first-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:first\:ring-offset-purple-200:first-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:first\:ring-offset-purple-300:first-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:first\:ring-offset-purple-400:first-child {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:first\:ring-offset-purple-500:first-child {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:first\:ring-offset-purple-600:first-child {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:first\:ring-offset-purple-700:first-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:first\:ring-offset-purple-800:first-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:first\:ring-offset-purple-900:first-child {
    --tw-ring-offset-color: #581c87;
  }

  .md\:first\:ring-offset-violet-50:first-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:first\:ring-offset-violet-100:first-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:first\:ring-offset-violet-200:first-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:first\:ring-offset-violet-300:first-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:first\:ring-offset-violet-400:first-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:first\:ring-offset-violet-500:first-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:first\:ring-offset-violet-600:first-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:first\:ring-offset-violet-700:first-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:first\:ring-offset-violet-800:first-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:first\:ring-offset-violet-900:first-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:first\:ring-offset-indigo-50:first-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:first\:ring-offset-indigo-100:first-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:first\:ring-offset-indigo-200:first-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:first\:ring-offset-indigo-300:first-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:first\:ring-offset-indigo-400:first-child {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:first\:ring-offset-indigo-500:first-child {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:first\:ring-offset-indigo-600:first-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:first\:ring-offset-indigo-700:first-child {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:first\:ring-offset-indigo-800:first-child {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:first\:ring-offset-indigo-900:first-child {
    --tw-ring-offset-color: #312e81;
  }

  .md\:first\:ring-offset-blue-50:first-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:first\:ring-offset-blue-100:first-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:first\:ring-offset-blue-200:first-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:first\:ring-offset-blue-300:first-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:first\:ring-offset-blue-400:first-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:first\:ring-offset-blue-500:first-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:first\:ring-offset-blue-600:first-child {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:first\:ring-offset-blue-700:first-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:first\:ring-offset-blue-800:first-child {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:first\:ring-offset-blue-900:first-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:first\:ring-offset-lightBlue-50:first-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:first\:ring-offset-lightBlue-100:first-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:first\:ring-offset-lightBlue-200:first-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:first\:ring-offset-lightBlue-300:first-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:first\:ring-offset-lightBlue-400:first-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:first\:ring-offset-lightBlue-500:first-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:first\:ring-offset-lightBlue-600:first-child {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:first\:ring-offset-lightBlue-700:first-child {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:first\:ring-offset-lightBlue-800:first-child {
    --tw-ring-offset-color: #075985;
  }

  .md\:first\:ring-offset-lightBlue-900:first-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:first\:ring-offset-cyan-50:first-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:first\:ring-offset-cyan-100:first-child {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:first\:ring-offset-cyan-200:first-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:first\:ring-offset-cyan-300:first-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:first\:ring-offset-cyan-400:first-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:first\:ring-offset-cyan-500:first-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:first\:ring-offset-cyan-600:first-child {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:first\:ring-offset-cyan-700:first-child {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:first\:ring-offset-cyan-800:first-child {
    --tw-ring-offset-color: #155e75;
  }

  .md\:first\:ring-offset-cyan-900:first-child {
    --tw-ring-offset-color: #164e63;
  }

  .md\:first\:ring-offset-teal-50:first-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:first\:ring-offset-teal-100:first-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:first\:ring-offset-teal-200:first-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:first\:ring-offset-teal-300:first-child {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:first\:ring-offset-teal-400:first-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:first\:ring-offset-teal-500:first-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:first\:ring-offset-teal-600:first-child {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:first\:ring-offset-teal-700:first-child {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:first\:ring-offset-teal-800:first-child {
    --tw-ring-offset-color: #115e59;
  }

  .md\:first\:ring-offset-teal-900:first-child {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:first\:ring-offset-emerald-50:first-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:first\:ring-offset-emerald-100:first-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:first\:ring-offset-emerald-200:first-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:first\:ring-offset-emerald-300:first-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:first\:ring-offset-emerald-400:first-child {
    --tw-ring-offset-color: #34d399;
  }

  .md\:first\:ring-offset-emerald-500:first-child {
    --tw-ring-offset-color: #10b981;
  }

  .md\:first\:ring-offset-emerald-600:first-child {
    --tw-ring-offset-color: #059669;
  }

  .md\:first\:ring-offset-emerald-700:first-child {
    --tw-ring-offset-color: #047857;
  }

  .md\:first\:ring-offset-emerald-800:first-child {
    --tw-ring-offset-color: #065f46;
  }

  .md\:first\:ring-offset-emerald-900:first-child {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:first\:ring-offset-green-50:first-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:first\:ring-offset-green-100:first-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:first\:ring-offset-green-200:first-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:first\:ring-offset-green-300:first-child {
    --tw-ring-offset-color: #86efac;
  }

  .md\:first\:ring-offset-green-400:first-child {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:first\:ring-offset-green-500:first-child {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:first\:ring-offset-green-600:first-child {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:first\:ring-offset-green-700:first-child {
    --tw-ring-offset-color: #15803d;
  }

  .md\:first\:ring-offset-green-800:first-child {
    --tw-ring-offset-color: #166534;
  }

  .md\:first\:ring-offset-green-900:first-child {
    --tw-ring-offset-color: #14532d;
  }

  .md\:first\:ring-offset-lime-50:first-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:first\:ring-offset-lime-100:first-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:first\:ring-offset-lime-200:first-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:first\:ring-offset-lime-300:first-child {
    --tw-ring-offset-color: #bef264;
  }

  .md\:first\:ring-offset-lime-400:first-child {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:first\:ring-offset-lime-500:first-child {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:first\:ring-offset-lime-600:first-child {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:first\:ring-offset-lime-700:first-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:first\:ring-offset-lime-800:first-child {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:first\:ring-offset-lime-900:first-child {
    --tw-ring-offset-color: #365314;
  }

  .md\:first\:ring-offset-yellow-50:first-child {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:first\:ring-offset-yellow-100:first-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:first\:ring-offset-yellow-200:first-child {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:first\:ring-offset-yellow-300:first-child {
    --tw-ring-offset-color: #fde047;
  }

  .md\:first\:ring-offset-yellow-400:first-child {
    --tw-ring-offset-color: #facc15;
  }

  .md\:first\:ring-offset-yellow-500:first-child {
    --tw-ring-offset-color: #eab308;
  }

  .md\:first\:ring-offset-yellow-600:first-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:first\:ring-offset-yellow-700:first-child {
    --tw-ring-offset-color: #a16207;
  }

  .md\:first\:ring-offset-yellow-800:first-child {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:first\:ring-offset-yellow-900:first-child {
    --tw-ring-offset-color: #713f12;
  }

  .md\:first\:ring-offset-amber-50:first-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:first\:ring-offset-amber-100:first-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:first\:ring-offset-amber-200:first-child {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:first\:ring-offset-amber-300:first-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:first\:ring-offset-amber-400:first-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:first\:ring-offset-amber-500:first-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:first\:ring-offset-amber-600:first-child {
    --tw-ring-offset-color: #d97706;
  }

  .md\:first\:ring-offset-amber-700:first-child {
    --tw-ring-offset-color: #b45309;
  }

  .md\:first\:ring-offset-amber-800:first-child {
    --tw-ring-offset-color: #92400e;
  }

  .md\:first\:ring-offset-amber-900:first-child {
    --tw-ring-offset-color: #78350f;
  }

  .md\:first\:ring-offset-orange-50:first-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:first\:ring-offset-orange-100:first-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:first\:ring-offset-orange-200:first-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:first\:ring-offset-orange-300:first-child {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:first\:ring-offset-orange-400:first-child {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:first\:ring-offset-orange-500:first-child {
    --tw-ring-offset-color: #f97316;
  }

  .md\:first\:ring-offset-orange-600:first-child {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:first\:ring-offset-orange-700:first-child {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:first\:ring-offset-orange-800:first-child {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:first\:ring-offset-orange-900:first-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:first\:ring-offset-red-50:first-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:first\:ring-offset-red-100:first-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:first\:ring-offset-red-200:first-child {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:first\:ring-offset-red-300:first-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:first\:ring-offset-red-400:first-child {
    --tw-ring-offset-color: #f87171;
  }

  .md\:first\:ring-offset-red-500:first-child {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:first\:ring-offset-red-600:first-child {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:first\:ring-offset-red-700:first-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:first\:ring-offset-red-800:first-child {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:first\:ring-offset-red-900:first-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:first\:ring-offset-warmGray-50:first-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:first\:ring-offset-warmGray-100:first-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:first\:ring-offset-warmGray-200:first-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:first\:ring-offset-warmGray-300:first-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:first\:ring-offset-warmGray-400:first-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:first\:ring-offset-warmGray-500:first-child {
    --tw-ring-offset-color: #78716c;
  }

  .md\:first\:ring-offset-warmGray-600:first-child {
    --tw-ring-offset-color: #57534e;
  }

  .md\:first\:ring-offset-warmGray-700:first-child {
    --tw-ring-offset-color: #44403c;
  }

  .md\:first\:ring-offset-warmGray-800:first-child {
    --tw-ring-offset-color: #292524;
  }

  .md\:first\:ring-offset-warmGray-900:first-child {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:first\:ring-offset-trueGray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:first\:ring-offset-trueGray-100:first-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:first\:ring-offset-trueGray-200:first-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:first\:ring-offset-trueGray-300:first-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:first\:ring-offset-trueGray-400:first-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:first\:ring-offset-trueGray-500:first-child {
    --tw-ring-offset-color: #737373;
  }

  .md\:first\:ring-offset-trueGray-600:first-child {
    --tw-ring-offset-color: #525252;
  }

  .md\:first\:ring-offset-trueGray-700:first-child {
    --tw-ring-offset-color: #404040;
  }

  .md\:first\:ring-offset-trueGray-800:first-child {
    --tw-ring-offset-color: #262626;
  }

  .md\:first\:ring-offset-trueGray-900:first-child {
    --tw-ring-offset-color: #171717;
  }

  .md\:first\:ring-offset-gray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:first\:ring-offset-gray-100:first-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:first\:ring-offset-gray-200:first-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:first\:ring-offset-gray-300:first-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:first\:ring-offset-gray-400:first-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:first\:ring-offset-gray-500:first-child {
    --tw-ring-offset-color: #71717a;
  }

  .md\:first\:ring-offset-gray-600:first-child {
    --tw-ring-offset-color: #52525b;
  }

  .md\:first\:ring-offset-gray-700:first-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:first\:ring-offset-gray-800:first-child {
    --tw-ring-offset-color: #27272a;
  }

  .md\:first\:ring-offset-gray-900:first-child {
    --tw-ring-offset-color: #18181b;
  }

  .md\:first\:ring-offset-coolGray-50:first-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:first\:ring-offset-coolGray-100:first-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:first\:ring-offset-coolGray-200:first-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:first\:ring-offset-coolGray-300:first-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:first\:ring-offset-coolGray-400:first-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:first\:ring-offset-coolGray-500:first-child {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:first\:ring-offset-coolGray-600:first-child {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:first\:ring-offset-coolGray-700:first-child {
    --tw-ring-offset-color: #374151;
  }

  .md\:first\:ring-offset-coolGray-800:first-child {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:first\:ring-offset-coolGray-900:first-child {
    --tw-ring-offset-color: #111827;
  }

  .md\:first\:ring-offset-blueGray-50:first-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:first\:ring-offset-blueGray-100:first-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:first\:ring-offset-blueGray-200:first-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:first\:ring-offset-blueGray-300:first-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:first\:ring-offset-blueGray-400:first-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:first\:ring-offset-blueGray-500:first-child {
    --tw-ring-offset-color: #64748b;
  }

  .md\:first\:ring-offset-blueGray-600:first-child {
    --tw-ring-offset-color: #475569;
  }

  .md\:first\:ring-offset-blueGray-700:first-child {
    --tw-ring-offset-color: #334155;
  }

  .md\:first\:ring-offset-blueGray-800:first-child {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:first\:ring-offset-blueGray-900:first-child {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:first\:ring-offset-current:first-child {
    --tw-ring-offset-color: current;
  }

  .md\:first\:ring-offset-transparent:first-child {
    --tw-ring-offset-color: transparent;
  }

  .md\:last\:ring-offset-black:last-child {
    --tw-ring-offset-color: #000;
  }

  .md\:last\:ring-offset-white:last-child {
    --tw-ring-offset-color: #fff;
  }

  .md\:last\:ring-offset-rose-50:last-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:last\:ring-offset-rose-100:last-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:last\:ring-offset-rose-200:last-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:last\:ring-offset-rose-300:last-child {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:last\:ring-offset-rose-400:last-child {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:last\:ring-offset-rose-500:last-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:last\:ring-offset-rose-600:last-child {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:last\:ring-offset-rose-700:last-child {
    --tw-ring-offset-color: #be123c;
  }

  .md\:last\:ring-offset-rose-800:last-child {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:last\:ring-offset-rose-900:last-child {
    --tw-ring-offset-color: #881337;
  }

  .md\:last\:ring-offset-pink-50:last-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:last\:ring-offset-pink-100:last-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:last\:ring-offset-pink-200:last-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:last\:ring-offset-pink-300:last-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:last\:ring-offset-pink-400:last-child {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:last\:ring-offset-pink-500:last-child {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:last\:ring-offset-pink-600:last-child {
    --tw-ring-offset-color: #db2777;
  }

  .md\:last\:ring-offset-pink-700:last-child {
    --tw-ring-offset-color: #be185d;
  }

  .md\:last\:ring-offset-pink-800:last-child {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:last\:ring-offset-pink-900:last-child {
    --tw-ring-offset-color: #831843;
  }

  .md\:last\:ring-offset-fuchsia-50:last-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:last\:ring-offset-fuchsia-100:last-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:last\:ring-offset-fuchsia-200:last-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:last\:ring-offset-fuchsia-300:last-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:last\:ring-offset-fuchsia-400:last-child {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:last\:ring-offset-fuchsia-500:last-child {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:last\:ring-offset-fuchsia-600:last-child {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:last\:ring-offset-fuchsia-700:last-child {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:last\:ring-offset-fuchsia-800:last-child {
    --tw-ring-offset-color: #86198f;
  }

  .md\:last\:ring-offset-fuchsia-900:last-child {
    --tw-ring-offset-color: #701a75;
  }

  .md\:last\:ring-offset-purple-50:last-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:last\:ring-offset-purple-100:last-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:last\:ring-offset-purple-200:last-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:last\:ring-offset-purple-300:last-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:last\:ring-offset-purple-400:last-child {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:last\:ring-offset-purple-500:last-child {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:last\:ring-offset-purple-600:last-child {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:last\:ring-offset-purple-700:last-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:last\:ring-offset-purple-800:last-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:last\:ring-offset-purple-900:last-child {
    --tw-ring-offset-color: #581c87;
  }

  .md\:last\:ring-offset-violet-50:last-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:last\:ring-offset-violet-100:last-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:last\:ring-offset-violet-200:last-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:last\:ring-offset-violet-300:last-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:last\:ring-offset-violet-400:last-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:last\:ring-offset-violet-500:last-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:last\:ring-offset-violet-600:last-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:last\:ring-offset-violet-700:last-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:last\:ring-offset-violet-800:last-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:last\:ring-offset-violet-900:last-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:last\:ring-offset-indigo-50:last-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:last\:ring-offset-indigo-100:last-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:last\:ring-offset-indigo-200:last-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:last\:ring-offset-indigo-300:last-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:last\:ring-offset-indigo-400:last-child {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:last\:ring-offset-indigo-500:last-child {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:last\:ring-offset-indigo-600:last-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:last\:ring-offset-indigo-700:last-child {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:last\:ring-offset-indigo-800:last-child {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:last\:ring-offset-indigo-900:last-child {
    --tw-ring-offset-color: #312e81;
  }

  .md\:last\:ring-offset-blue-50:last-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:last\:ring-offset-blue-100:last-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:last\:ring-offset-blue-200:last-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:last\:ring-offset-blue-300:last-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:last\:ring-offset-blue-400:last-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:last\:ring-offset-blue-500:last-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:last\:ring-offset-blue-600:last-child {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:last\:ring-offset-blue-700:last-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:last\:ring-offset-blue-800:last-child {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:last\:ring-offset-blue-900:last-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:last\:ring-offset-lightBlue-50:last-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:last\:ring-offset-lightBlue-100:last-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:last\:ring-offset-lightBlue-200:last-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:last\:ring-offset-lightBlue-300:last-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:last\:ring-offset-lightBlue-400:last-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:last\:ring-offset-lightBlue-500:last-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:last\:ring-offset-lightBlue-600:last-child {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:last\:ring-offset-lightBlue-700:last-child {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:last\:ring-offset-lightBlue-800:last-child {
    --tw-ring-offset-color: #075985;
  }

  .md\:last\:ring-offset-lightBlue-900:last-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:last\:ring-offset-cyan-50:last-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:last\:ring-offset-cyan-100:last-child {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:last\:ring-offset-cyan-200:last-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:last\:ring-offset-cyan-300:last-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:last\:ring-offset-cyan-400:last-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:last\:ring-offset-cyan-500:last-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:last\:ring-offset-cyan-600:last-child {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:last\:ring-offset-cyan-700:last-child {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:last\:ring-offset-cyan-800:last-child {
    --tw-ring-offset-color: #155e75;
  }

  .md\:last\:ring-offset-cyan-900:last-child {
    --tw-ring-offset-color: #164e63;
  }

  .md\:last\:ring-offset-teal-50:last-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:last\:ring-offset-teal-100:last-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:last\:ring-offset-teal-200:last-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:last\:ring-offset-teal-300:last-child {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:last\:ring-offset-teal-400:last-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:last\:ring-offset-teal-500:last-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:last\:ring-offset-teal-600:last-child {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:last\:ring-offset-teal-700:last-child {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:last\:ring-offset-teal-800:last-child {
    --tw-ring-offset-color: #115e59;
  }

  .md\:last\:ring-offset-teal-900:last-child {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:last\:ring-offset-emerald-50:last-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:last\:ring-offset-emerald-100:last-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:last\:ring-offset-emerald-200:last-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:last\:ring-offset-emerald-300:last-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:last\:ring-offset-emerald-400:last-child {
    --tw-ring-offset-color: #34d399;
  }

  .md\:last\:ring-offset-emerald-500:last-child {
    --tw-ring-offset-color: #10b981;
  }

  .md\:last\:ring-offset-emerald-600:last-child {
    --tw-ring-offset-color: #059669;
  }

  .md\:last\:ring-offset-emerald-700:last-child {
    --tw-ring-offset-color: #047857;
  }

  .md\:last\:ring-offset-emerald-800:last-child {
    --tw-ring-offset-color: #065f46;
  }

  .md\:last\:ring-offset-emerald-900:last-child {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:last\:ring-offset-green-50:last-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:last\:ring-offset-green-100:last-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:last\:ring-offset-green-200:last-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:last\:ring-offset-green-300:last-child {
    --tw-ring-offset-color: #86efac;
  }

  .md\:last\:ring-offset-green-400:last-child {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:last\:ring-offset-green-500:last-child {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:last\:ring-offset-green-600:last-child {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:last\:ring-offset-green-700:last-child {
    --tw-ring-offset-color: #15803d;
  }

  .md\:last\:ring-offset-green-800:last-child {
    --tw-ring-offset-color: #166534;
  }

  .md\:last\:ring-offset-green-900:last-child {
    --tw-ring-offset-color: #14532d;
  }

  .md\:last\:ring-offset-lime-50:last-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:last\:ring-offset-lime-100:last-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:last\:ring-offset-lime-200:last-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:last\:ring-offset-lime-300:last-child {
    --tw-ring-offset-color: #bef264;
  }

  .md\:last\:ring-offset-lime-400:last-child {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:last\:ring-offset-lime-500:last-child {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:last\:ring-offset-lime-600:last-child {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:last\:ring-offset-lime-700:last-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:last\:ring-offset-lime-800:last-child {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:last\:ring-offset-lime-900:last-child {
    --tw-ring-offset-color: #365314;
  }

  .md\:last\:ring-offset-yellow-50:last-child {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:last\:ring-offset-yellow-100:last-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:last\:ring-offset-yellow-200:last-child {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:last\:ring-offset-yellow-300:last-child {
    --tw-ring-offset-color: #fde047;
  }

  .md\:last\:ring-offset-yellow-400:last-child {
    --tw-ring-offset-color: #facc15;
  }

  .md\:last\:ring-offset-yellow-500:last-child {
    --tw-ring-offset-color: #eab308;
  }

  .md\:last\:ring-offset-yellow-600:last-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:last\:ring-offset-yellow-700:last-child {
    --tw-ring-offset-color: #a16207;
  }

  .md\:last\:ring-offset-yellow-800:last-child {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:last\:ring-offset-yellow-900:last-child {
    --tw-ring-offset-color: #713f12;
  }

  .md\:last\:ring-offset-amber-50:last-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:last\:ring-offset-amber-100:last-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:last\:ring-offset-amber-200:last-child {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:last\:ring-offset-amber-300:last-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:last\:ring-offset-amber-400:last-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:last\:ring-offset-amber-500:last-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:last\:ring-offset-amber-600:last-child {
    --tw-ring-offset-color: #d97706;
  }

  .md\:last\:ring-offset-amber-700:last-child {
    --tw-ring-offset-color: #b45309;
  }

  .md\:last\:ring-offset-amber-800:last-child {
    --tw-ring-offset-color: #92400e;
  }

  .md\:last\:ring-offset-amber-900:last-child {
    --tw-ring-offset-color: #78350f;
  }

  .md\:last\:ring-offset-orange-50:last-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:last\:ring-offset-orange-100:last-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:last\:ring-offset-orange-200:last-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:last\:ring-offset-orange-300:last-child {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:last\:ring-offset-orange-400:last-child {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:last\:ring-offset-orange-500:last-child {
    --tw-ring-offset-color: #f97316;
  }

  .md\:last\:ring-offset-orange-600:last-child {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:last\:ring-offset-orange-700:last-child {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:last\:ring-offset-orange-800:last-child {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:last\:ring-offset-orange-900:last-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:last\:ring-offset-red-50:last-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:last\:ring-offset-red-100:last-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:last\:ring-offset-red-200:last-child {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:last\:ring-offset-red-300:last-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:last\:ring-offset-red-400:last-child {
    --tw-ring-offset-color: #f87171;
  }

  .md\:last\:ring-offset-red-500:last-child {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:last\:ring-offset-red-600:last-child {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:last\:ring-offset-red-700:last-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:last\:ring-offset-red-800:last-child {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:last\:ring-offset-red-900:last-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:last\:ring-offset-warmGray-50:last-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:last\:ring-offset-warmGray-100:last-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:last\:ring-offset-warmGray-200:last-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:last\:ring-offset-warmGray-300:last-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:last\:ring-offset-warmGray-400:last-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:last\:ring-offset-warmGray-500:last-child {
    --tw-ring-offset-color: #78716c;
  }

  .md\:last\:ring-offset-warmGray-600:last-child {
    --tw-ring-offset-color: #57534e;
  }

  .md\:last\:ring-offset-warmGray-700:last-child {
    --tw-ring-offset-color: #44403c;
  }

  .md\:last\:ring-offset-warmGray-800:last-child {
    --tw-ring-offset-color: #292524;
  }

  .md\:last\:ring-offset-warmGray-900:last-child {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:last\:ring-offset-trueGray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:last\:ring-offset-trueGray-100:last-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:last\:ring-offset-trueGray-200:last-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:last\:ring-offset-trueGray-300:last-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:last\:ring-offset-trueGray-400:last-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:last\:ring-offset-trueGray-500:last-child {
    --tw-ring-offset-color: #737373;
  }

  .md\:last\:ring-offset-trueGray-600:last-child {
    --tw-ring-offset-color: #525252;
  }

  .md\:last\:ring-offset-trueGray-700:last-child {
    --tw-ring-offset-color: #404040;
  }

  .md\:last\:ring-offset-trueGray-800:last-child {
    --tw-ring-offset-color: #262626;
  }

  .md\:last\:ring-offset-trueGray-900:last-child {
    --tw-ring-offset-color: #171717;
  }

  .md\:last\:ring-offset-gray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:last\:ring-offset-gray-100:last-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:last\:ring-offset-gray-200:last-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:last\:ring-offset-gray-300:last-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:last\:ring-offset-gray-400:last-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:last\:ring-offset-gray-500:last-child {
    --tw-ring-offset-color: #71717a;
  }

  .md\:last\:ring-offset-gray-600:last-child {
    --tw-ring-offset-color: #52525b;
  }

  .md\:last\:ring-offset-gray-700:last-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:last\:ring-offset-gray-800:last-child {
    --tw-ring-offset-color: #27272a;
  }

  .md\:last\:ring-offset-gray-900:last-child {
    --tw-ring-offset-color: #18181b;
  }

  .md\:last\:ring-offset-coolGray-50:last-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:last\:ring-offset-coolGray-100:last-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:last\:ring-offset-coolGray-200:last-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:last\:ring-offset-coolGray-300:last-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:last\:ring-offset-coolGray-400:last-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:last\:ring-offset-coolGray-500:last-child {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:last\:ring-offset-coolGray-600:last-child {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:last\:ring-offset-coolGray-700:last-child {
    --tw-ring-offset-color: #374151;
  }

  .md\:last\:ring-offset-coolGray-800:last-child {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:last\:ring-offset-coolGray-900:last-child {
    --tw-ring-offset-color: #111827;
  }

  .md\:last\:ring-offset-blueGray-50:last-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:last\:ring-offset-blueGray-100:last-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:last\:ring-offset-blueGray-200:last-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:last\:ring-offset-blueGray-300:last-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:last\:ring-offset-blueGray-400:last-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:last\:ring-offset-blueGray-500:last-child {
    --tw-ring-offset-color: #64748b;
  }

  .md\:last\:ring-offset-blueGray-600:last-child {
    --tw-ring-offset-color: #475569;
  }

  .md\:last\:ring-offset-blueGray-700:last-child {
    --tw-ring-offset-color: #334155;
  }

  .md\:last\:ring-offset-blueGray-800:last-child {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:last\:ring-offset-blueGray-900:last-child {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:last\:ring-offset-current:last-child {
    --tw-ring-offset-color: current;
  }

  .md\:last\:ring-offset-transparent:last-child {
    --tw-ring-offset-color: transparent;
  }

  .md\:odd\:ring-offset-black:nth-child(odd) {
    --tw-ring-offset-color: #000;
  }

  .md\:odd\:ring-offset-white:nth-child(odd) {
    --tw-ring-offset-color: #fff;
  }

  .md\:odd\:ring-offset-rose-50:nth-child(odd) {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:odd\:ring-offset-rose-100:nth-child(odd) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:odd\:ring-offset-rose-200:nth-child(odd) {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:odd\:ring-offset-rose-300:nth-child(odd) {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:odd\:ring-offset-rose-400:nth-child(odd) {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:odd\:ring-offset-rose-500:nth-child(odd) {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:odd\:ring-offset-rose-600:nth-child(odd) {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:odd\:ring-offset-rose-700:nth-child(odd) {
    --tw-ring-offset-color: #be123c;
  }

  .md\:odd\:ring-offset-rose-800:nth-child(odd) {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:odd\:ring-offset-rose-900:nth-child(odd) {
    --tw-ring-offset-color: #881337;
  }

  .md\:odd\:ring-offset-pink-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:odd\:ring-offset-pink-100:nth-child(odd) {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:odd\:ring-offset-pink-200:nth-child(odd) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:odd\:ring-offset-pink-300:nth-child(odd) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:odd\:ring-offset-pink-400:nth-child(odd) {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:odd\:ring-offset-pink-500:nth-child(odd) {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:odd\:ring-offset-pink-600:nth-child(odd) {
    --tw-ring-offset-color: #db2777;
  }

  .md\:odd\:ring-offset-pink-700:nth-child(odd) {
    --tw-ring-offset-color: #be185d;
  }

  .md\:odd\:ring-offset-pink-800:nth-child(odd) {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:odd\:ring-offset-pink-900:nth-child(odd) {
    --tw-ring-offset-color: #831843;
  }

  .md\:odd\:ring-offset-fuchsia-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:odd\:ring-offset-fuchsia-100:nth-child(odd) {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:odd\:ring-offset-fuchsia-200:nth-child(odd) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:odd\:ring-offset-fuchsia-300:nth-child(odd) {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:odd\:ring-offset-fuchsia-400:nth-child(odd) {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:odd\:ring-offset-fuchsia-500:nth-child(odd) {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:odd\:ring-offset-fuchsia-600:nth-child(odd) {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:odd\:ring-offset-fuchsia-700:nth-child(odd) {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:odd\:ring-offset-fuchsia-800:nth-child(odd) {
    --tw-ring-offset-color: #86198f;
  }

  .md\:odd\:ring-offset-fuchsia-900:nth-child(odd) {
    --tw-ring-offset-color: #701a75;
  }

  .md\:odd\:ring-offset-purple-50:nth-child(odd) {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:odd\:ring-offset-purple-100:nth-child(odd) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:odd\:ring-offset-purple-200:nth-child(odd) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:odd\:ring-offset-purple-300:nth-child(odd) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:odd\:ring-offset-purple-400:nth-child(odd) {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:odd\:ring-offset-purple-500:nth-child(odd) {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:odd\:ring-offset-purple-600:nth-child(odd) {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:odd\:ring-offset-purple-700:nth-child(odd) {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:odd\:ring-offset-purple-800:nth-child(odd) {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:odd\:ring-offset-purple-900:nth-child(odd) {
    --tw-ring-offset-color: #581c87;
  }

  .md\:odd\:ring-offset-violet-50:nth-child(odd) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:odd\:ring-offset-violet-100:nth-child(odd) {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:odd\:ring-offset-violet-200:nth-child(odd) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:odd\:ring-offset-violet-300:nth-child(odd) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:odd\:ring-offset-violet-400:nth-child(odd) {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:odd\:ring-offset-violet-500:nth-child(odd) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:odd\:ring-offset-violet-600:nth-child(odd) {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:odd\:ring-offset-violet-700:nth-child(odd) {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:odd\:ring-offset-violet-800:nth-child(odd) {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:odd\:ring-offset-violet-900:nth-child(odd) {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:odd\:ring-offset-indigo-50:nth-child(odd) {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:odd\:ring-offset-indigo-100:nth-child(odd) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:odd\:ring-offset-indigo-200:nth-child(odd) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:odd\:ring-offset-indigo-300:nth-child(odd) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:odd\:ring-offset-indigo-400:nth-child(odd) {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:odd\:ring-offset-indigo-500:nth-child(odd) {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:odd\:ring-offset-indigo-600:nth-child(odd) {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:odd\:ring-offset-indigo-700:nth-child(odd) {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:odd\:ring-offset-indigo-800:nth-child(odd) {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:odd\:ring-offset-indigo-900:nth-child(odd) {
    --tw-ring-offset-color: #312e81;
  }

  .md\:odd\:ring-offset-blue-50:nth-child(odd) {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:odd\:ring-offset-blue-100:nth-child(odd) {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:odd\:ring-offset-blue-200:nth-child(odd) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:odd\:ring-offset-blue-300:nth-child(odd) {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:odd\:ring-offset-blue-400:nth-child(odd) {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:odd\:ring-offset-blue-500:nth-child(odd) {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:odd\:ring-offset-blue-600:nth-child(odd) {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:odd\:ring-offset-blue-700:nth-child(odd) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:odd\:ring-offset-blue-800:nth-child(odd) {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:odd\:ring-offset-blue-900:nth-child(odd) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:odd\:ring-offset-lightBlue-50:nth-child(odd) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:odd\:ring-offset-lightBlue-100:nth-child(odd) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:odd\:ring-offset-lightBlue-200:nth-child(odd) {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:odd\:ring-offset-lightBlue-300:nth-child(odd) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:odd\:ring-offset-lightBlue-400:nth-child(odd) {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:odd\:ring-offset-lightBlue-500:nth-child(odd) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:odd\:ring-offset-lightBlue-600:nth-child(odd) {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:odd\:ring-offset-lightBlue-700:nth-child(odd) {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:odd\:ring-offset-lightBlue-800:nth-child(odd) {
    --tw-ring-offset-color: #075985;
  }

  .md\:odd\:ring-offset-lightBlue-900:nth-child(odd) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:odd\:ring-offset-cyan-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:odd\:ring-offset-cyan-100:nth-child(odd) {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:odd\:ring-offset-cyan-200:nth-child(odd) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:odd\:ring-offset-cyan-300:nth-child(odd) {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:odd\:ring-offset-cyan-400:nth-child(odd) {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:odd\:ring-offset-cyan-500:nth-child(odd) {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:odd\:ring-offset-cyan-600:nth-child(odd) {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:odd\:ring-offset-cyan-700:nth-child(odd) {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:odd\:ring-offset-cyan-800:nth-child(odd) {
    --tw-ring-offset-color: #155e75;
  }

  .md\:odd\:ring-offset-cyan-900:nth-child(odd) {
    --tw-ring-offset-color: #164e63;
  }

  .md\:odd\:ring-offset-teal-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:odd\:ring-offset-teal-100:nth-child(odd) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:odd\:ring-offset-teal-200:nth-child(odd) {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:odd\:ring-offset-teal-300:nth-child(odd) {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:odd\:ring-offset-teal-400:nth-child(odd) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:odd\:ring-offset-teal-500:nth-child(odd) {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:odd\:ring-offset-teal-600:nth-child(odd) {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:odd\:ring-offset-teal-700:nth-child(odd) {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:odd\:ring-offset-teal-800:nth-child(odd) {
    --tw-ring-offset-color: #115e59;
  }

  .md\:odd\:ring-offset-teal-900:nth-child(odd) {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:odd\:ring-offset-emerald-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:odd\:ring-offset-emerald-100:nth-child(odd) {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:odd\:ring-offset-emerald-200:nth-child(odd) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:odd\:ring-offset-emerald-300:nth-child(odd) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:odd\:ring-offset-emerald-400:nth-child(odd) {
    --tw-ring-offset-color: #34d399;
  }

  .md\:odd\:ring-offset-emerald-500:nth-child(odd) {
    --tw-ring-offset-color: #10b981;
  }

  .md\:odd\:ring-offset-emerald-600:nth-child(odd) {
    --tw-ring-offset-color: #059669;
  }

  .md\:odd\:ring-offset-emerald-700:nth-child(odd) {
    --tw-ring-offset-color: #047857;
  }

  .md\:odd\:ring-offset-emerald-800:nth-child(odd) {
    --tw-ring-offset-color: #065f46;
  }

  .md\:odd\:ring-offset-emerald-900:nth-child(odd) {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:odd\:ring-offset-green-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:odd\:ring-offset-green-100:nth-child(odd) {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:odd\:ring-offset-green-200:nth-child(odd) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:odd\:ring-offset-green-300:nth-child(odd) {
    --tw-ring-offset-color: #86efac;
  }

  .md\:odd\:ring-offset-green-400:nth-child(odd) {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:odd\:ring-offset-green-500:nth-child(odd) {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:odd\:ring-offset-green-600:nth-child(odd) {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:odd\:ring-offset-green-700:nth-child(odd) {
    --tw-ring-offset-color: #15803d;
  }

  .md\:odd\:ring-offset-green-800:nth-child(odd) {
    --tw-ring-offset-color: #166534;
  }

  .md\:odd\:ring-offset-green-900:nth-child(odd) {
    --tw-ring-offset-color: #14532d;
  }

  .md\:odd\:ring-offset-lime-50:nth-child(odd) {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:odd\:ring-offset-lime-100:nth-child(odd) {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:odd\:ring-offset-lime-200:nth-child(odd) {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:odd\:ring-offset-lime-300:nth-child(odd) {
    --tw-ring-offset-color: #bef264;
  }

  .md\:odd\:ring-offset-lime-400:nth-child(odd) {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:odd\:ring-offset-lime-500:nth-child(odd) {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:odd\:ring-offset-lime-600:nth-child(odd) {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:odd\:ring-offset-lime-700:nth-child(odd) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:odd\:ring-offset-lime-800:nth-child(odd) {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:odd\:ring-offset-lime-900:nth-child(odd) {
    --tw-ring-offset-color: #365314;
  }

  .md\:odd\:ring-offset-yellow-50:nth-child(odd) {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:odd\:ring-offset-yellow-100:nth-child(odd) {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:odd\:ring-offset-yellow-200:nth-child(odd) {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:odd\:ring-offset-yellow-300:nth-child(odd) {
    --tw-ring-offset-color: #fde047;
  }

  .md\:odd\:ring-offset-yellow-400:nth-child(odd) {
    --tw-ring-offset-color: #facc15;
  }

  .md\:odd\:ring-offset-yellow-500:nth-child(odd) {
    --tw-ring-offset-color: #eab308;
  }

  .md\:odd\:ring-offset-yellow-600:nth-child(odd) {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:odd\:ring-offset-yellow-700:nth-child(odd) {
    --tw-ring-offset-color: #a16207;
  }

  .md\:odd\:ring-offset-yellow-800:nth-child(odd) {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:odd\:ring-offset-yellow-900:nth-child(odd) {
    --tw-ring-offset-color: #713f12;
  }

  .md\:odd\:ring-offset-amber-50:nth-child(odd) {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:odd\:ring-offset-amber-100:nth-child(odd) {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:odd\:ring-offset-amber-200:nth-child(odd) {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:odd\:ring-offset-amber-300:nth-child(odd) {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:odd\:ring-offset-amber-400:nth-child(odd) {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:odd\:ring-offset-amber-500:nth-child(odd) {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:odd\:ring-offset-amber-600:nth-child(odd) {
    --tw-ring-offset-color: #d97706;
  }

  .md\:odd\:ring-offset-amber-700:nth-child(odd) {
    --tw-ring-offset-color: #b45309;
  }

  .md\:odd\:ring-offset-amber-800:nth-child(odd) {
    --tw-ring-offset-color: #92400e;
  }

  .md\:odd\:ring-offset-amber-900:nth-child(odd) {
    --tw-ring-offset-color: #78350f;
  }

  .md\:odd\:ring-offset-orange-50:nth-child(odd) {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:odd\:ring-offset-orange-100:nth-child(odd) {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:odd\:ring-offset-orange-200:nth-child(odd) {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:odd\:ring-offset-orange-300:nth-child(odd) {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:odd\:ring-offset-orange-400:nth-child(odd) {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:odd\:ring-offset-orange-500:nth-child(odd) {
    --tw-ring-offset-color: #f97316;
  }

  .md\:odd\:ring-offset-orange-600:nth-child(odd) {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:odd\:ring-offset-orange-700:nth-child(odd) {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:odd\:ring-offset-orange-800:nth-child(odd) {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:odd\:ring-offset-orange-900:nth-child(odd) {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:odd\:ring-offset-red-50:nth-child(odd) {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:odd\:ring-offset-red-100:nth-child(odd) {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:odd\:ring-offset-red-200:nth-child(odd) {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:odd\:ring-offset-red-300:nth-child(odd) {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:odd\:ring-offset-red-400:nth-child(odd) {
    --tw-ring-offset-color: #f87171;
  }

  .md\:odd\:ring-offset-red-500:nth-child(odd) {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:odd\:ring-offset-red-600:nth-child(odd) {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:odd\:ring-offset-red-700:nth-child(odd) {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:odd\:ring-offset-red-800:nth-child(odd) {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:odd\:ring-offset-red-900:nth-child(odd) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:odd\:ring-offset-warmGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:odd\:ring-offset-warmGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:odd\:ring-offset-warmGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:odd\:ring-offset-warmGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:odd\:ring-offset-warmGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:odd\:ring-offset-warmGray-500:nth-child(odd) {
    --tw-ring-offset-color: #78716c;
  }

  .md\:odd\:ring-offset-warmGray-600:nth-child(odd) {
    --tw-ring-offset-color: #57534e;
  }

  .md\:odd\:ring-offset-warmGray-700:nth-child(odd) {
    --tw-ring-offset-color: #44403c;
  }

  .md\:odd\:ring-offset-warmGray-800:nth-child(odd) {
    --tw-ring-offset-color: #292524;
  }

  .md\:odd\:ring-offset-warmGray-900:nth-child(odd) {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:odd\:ring-offset-trueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:odd\:ring-offset-trueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:odd\:ring-offset-trueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:odd\:ring-offset-trueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:odd\:ring-offset-trueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:odd\:ring-offset-trueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #737373;
  }

  .md\:odd\:ring-offset-trueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #525252;
  }

  .md\:odd\:ring-offset-trueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #404040;
  }

  .md\:odd\:ring-offset-trueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #262626;
  }

  .md\:odd\:ring-offset-trueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #171717;
  }

  .md\:odd\:ring-offset-gray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:odd\:ring-offset-gray-100:nth-child(odd) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:odd\:ring-offset-gray-200:nth-child(odd) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:odd\:ring-offset-gray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:odd\:ring-offset-gray-400:nth-child(odd) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:odd\:ring-offset-gray-500:nth-child(odd) {
    --tw-ring-offset-color: #71717a;
  }

  .md\:odd\:ring-offset-gray-600:nth-child(odd) {
    --tw-ring-offset-color: #52525b;
  }

  .md\:odd\:ring-offset-gray-700:nth-child(odd) {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:odd\:ring-offset-gray-800:nth-child(odd) {
    --tw-ring-offset-color: #27272a;
  }

  .md\:odd\:ring-offset-gray-900:nth-child(odd) {
    --tw-ring-offset-color: #18181b;
  }

  .md\:odd\:ring-offset-coolGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:odd\:ring-offset-coolGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:odd\:ring-offset-coolGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:odd\:ring-offset-coolGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:odd\:ring-offset-coolGray-400:nth-child(odd) {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:odd\:ring-offset-coolGray-500:nth-child(odd) {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:odd\:ring-offset-coolGray-600:nth-child(odd) {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:odd\:ring-offset-coolGray-700:nth-child(odd) {
    --tw-ring-offset-color: #374151;
  }

  .md\:odd\:ring-offset-coolGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:odd\:ring-offset-coolGray-900:nth-child(odd) {
    --tw-ring-offset-color: #111827;
  }

  .md\:odd\:ring-offset-blueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:odd\:ring-offset-blueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:odd\:ring-offset-blueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:odd\:ring-offset-blueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:odd\:ring-offset-blueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:odd\:ring-offset-blueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #64748b;
  }

  .md\:odd\:ring-offset-blueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #475569;
  }

  .md\:odd\:ring-offset-blueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #334155;
  }

  .md\:odd\:ring-offset-blueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:odd\:ring-offset-blueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:odd\:ring-offset-current:nth-child(odd) {
    --tw-ring-offset-color: current;
  }

  .md\:odd\:ring-offset-transparent:nth-child(odd) {
    --tw-ring-offset-color: transparent;
  }

  .md\:even\:ring-offset-black:nth-child(even) {
    --tw-ring-offset-color: #000;
  }

  .md\:even\:ring-offset-white:nth-child(even) {
    --tw-ring-offset-color: #fff;
  }

  .md\:even\:ring-offset-rose-50:nth-child(even) {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:even\:ring-offset-rose-100:nth-child(even) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:even\:ring-offset-rose-200:nth-child(even) {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:even\:ring-offset-rose-300:nth-child(even) {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:even\:ring-offset-rose-400:nth-child(even) {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:even\:ring-offset-rose-500:nth-child(even) {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:even\:ring-offset-rose-600:nth-child(even) {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:even\:ring-offset-rose-700:nth-child(even) {
    --tw-ring-offset-color: #be123c;
  }

  .md\:even\:ring-offset-rose-800:nth-child(even) {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:even\:ring-offset-rose-900:nth-child(even) {
    --tw-ring-offset-color: #881337;
  }

  .md\:even\:ring-offset-pink-50:nth-child(even) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:even\:ring-offset-pink-100:nth-child(even) {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:even\:ring-offset-pink-200:nth-child(even) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:even\:ring-offset-pink-300:nth-child(even) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:even\:ring-offset-pink-400:nth-child(even) {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:even\:ring-offset-pink-500:nth-child(even) {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:even\:ring-offset-pink-600:nth-child(even) {
    --tw-ring-offset-color: #db2777;
  }

  .md\:even\:ring-offset-pink-700:nth-child(even) {
    --tw-ring-offset-color: #be185d;
  }

  .md\:even\:ring-offset-pink-800:nth-child(even) {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:even\:ring-offset-pink-900:nth-child(even) {
    --tw-ring-offset-color: #831843;
  }

  .md\:even\:ring-offset-fuchsia-50:nth-child(even) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:even\:ring-offset-fuchsia-100:nth-child(even) {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:even\:ring-offset-fuchsia-200:nth-child(even) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:even\:ring-offset-fuchsia-300:nth-child(even) {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:even\:ring-offset-fuchsia-400:nth-child(even) {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:even\:ring-offset-fuchsia-500:nth-child(even) {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:even\:ring-offset-fuchsia-600:nth-child(even) {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:even\:ring-offset-fuchsia-700:nth-child(even) {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:even\:ring-offset-fuchsia-800:nth-child(even) {
    --tw-ring-offset-color: #86198f;
  }

  .md\:even\:ring-offset-fuchsia-900:nth-child(even) {
    --tw-ring-offset-color: #701a75;
  }

  .md\:even\:ring-offset-purple-50:nth-child(even) {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:even\:ring-offset-purple-100:nth-child(even) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:even\:ring-offset-purple-200:nth-child(even) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:even\:ring-offset-purple-300:nth-child(even) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:even\:ring-offset-purple-400:nth-child(even) {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:even\:ring-offset-purple-500:nth-child(even) {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:even\:ring-offset-purple-600:nth-child(even) {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:even\:ring-offset-purple-700:nth-child(even) {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:even\:ring-offset-purple-800:nth-child(even) {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:even\:ring-offset-purple-900:nth-child(even) {
    --tw-ring-offset-color: #581c87;
  }

  .md\:even\:ring-offset-violet-50:nth-child(even) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:even\:ring-offset-violet-100:nth-child(even) {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:even\:ring-offset-violet-200:nth-child(even) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:even\:ring-offset-violet-300:nth-child(even) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:even\:ring-offset-violet-400:nth-child(even) {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:even\:ring-offset-violet-500:nth-child(even) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:even\:ring-offset-violet-600:nth-child(even) {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:even\:ring-offset-violet-700:nth-child(even) {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:even\:ring-offset-violet-800:nth-child(even) {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:even\:ring-offset-violet-900:nth-child(even) {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:even\:ring-offset-indigo-50:nth-child(even) {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:even\:ring-offset-indigo-100:nth-child(even) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:even\:ring-offset-indigo-200:nth-child(even) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:even\:ring-offset-indigo-300:nth-child(even) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:even\:ring-offset-indigo-400:nth-child(even) {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:even\:ring-offset-indigo-500:nth-child(even) {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:even\:ring-offset-indigo-600:nth-child(even) {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:even\:ring-offset-indigo-700:nth-child(even) {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:even\:ring-offset-indigo-800:nth-child(even) {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:even\:ring-offset-indigo-900:nth-child(even) {
    --tw-ring-offset-color: #312e81;
  }

  .md\:even\:ring-offset-blue-50:nth-child(even) {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:even\:ring-offset-blue-100:nth-child(even) {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:even\:ring-offset-blue-200:nth-child(even) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:even\:ring-offset-blue-300:nth-child(even) {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:even\:ring-offset-blue-400:nth-child(even) {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:even\:ring-offset-blue-500:nth-child(even) {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:even\:ring-offset-blue-600:nth-child(even) {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:even\:ring-offset-blue-700:nth-child(even) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:even\:ring-offset-blue-800:nth-child(even) {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:even\:ring-offset-blue-900:nth-child(even) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:even\:ring-offset-lightBlue-50:nth-child(even) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:even\:ring-offset-lightBlue-100:nth-child(even) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:even\:ring-offset-lightBlue-200:nth-child(even) {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:even\:ring-offset-lightBlue-300:nth-child(even) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:even\:ring-offset-lightBlue-400:nth-child(even) {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:even\:ring-offset-lightBlue-500:nth-child(even) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:even\:ring-offset-lightBlue-600:nth-child(even) {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:even\:ring-offset-lightBlue-700:nth-child(even) {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:even\:ring-offset-lightBlue-800:nth-child(even) {
    --tw-ring-offset-color: #075985;
  }

  .md\:even\:ring-offset-lightBlue-900:nth-child(even) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:even\:ring-offset-cyan-50:nth-child(even) {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:even\:ring-offset-cyan-100:nth-child(even) {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:even\:ring-offset-cyan-200:nth-child(even) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:even\:ring-offset-cyan-300:nth-child(even) {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:even\:ring-offset-cyan-400:nth-child(even) {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:even\:ring-offset-cyan-500:nth-child(even) {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:even\:ring-offset-cyan-600:nth-child(even) {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:even\:ring-offset-cyan-700:nth-child(even) {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:even\:ring-offset-cyan-800:nth-child(even) {
    --tw-ring-offset-color: #155e75;
  }

  .md\:even\:ring-offset-cyan-900:nth-child(even) {
    --tw-ring-offset-color: #164e63;
  }

  .md\:even\:ring-offset-teal-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:even\:ring-offset-teal-100:nth-child(even) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:even\:ring-offset-teal-200:nth-child(even) {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:even\:ring-offset-teal-300:nth-child(even) {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:even\:ring-offset-teal-400:nth-child(even) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:even\:ring-offset-teal-500:nth-child(even) {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:even\:ring-offset-teal-600:nth-child(even) {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:even\:ring-offset-teal-700:nth-child(even) {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:even\:ring-offset-teal-800:nth-child(even) {
    --tw-ring-offset-color: #115e59;
  }

  .md\:even\:ring-offset-teal-900:nth-child(even) {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:even\:ring-offset-emerald-50:nth-child(even) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:even\:ring-offset-emerald-100:nth-child(even) {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:even\:ring-offset-emerald-200:nth-child(even) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:even\:ring-offset-emerald-300:nth-child(even) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:even\:ring-offset-emerald-400:nth-child(even) {
    --tw-ring-offset-color: #34d399;
  }

  .md\:even\:ring-offset-emerald-500:nth-child(even) {
    --tw-ring-offset-color: #10b981;
  }

  .md\:even\:ring-offset-emerald-600:nth-child(even) {
    --tw-ring-offset-color: #059669;
  }

  .md\:even\:ring-offset-emerald-700:nth-child(even) {
    --tw-ring-offset-color: #047857;
  }

  .md\:even\:ring-offset-emerald-800:nth-child(even) {
    --tw-ring-offset-color: #065f46;
  }

  .md\:even\:ring-offset-emerald-900:nth-child(even) {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:even\:ring-offset-green-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:even\:ring-offset-green-100:nth-child(even) {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:even\:ring-offset-green-200:nth-child(even) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:even\:ring-offset-green-300:nth-child(even) {
    --tw-ring-offset-color: #86efac;
  }

  .md\:even\:ring-offset-green-400:nth-child(even) {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:even\:ring-offset-green-500:nth-child(even) {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:even\:ring-offset-green-600:nth-child(even) {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:even\:ring-offset-green-700:nth-child(even) {
    --tw-ring-offset-color: #15803d;
  }

  .md\:even\:ring-offset-green-800:nth-child(even) {
    --tw-ring-offset-color: #166534;
  }

  .md\:even\:ring-offset-green-900:nth-child(even) {
    --tw-ring-offset-color: #14532d;
  }

  .md\:even\:ring-offset-lime-50:nth-child(even) {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:even\:ring-offset-lime-100:nth-child(even) {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:even\:ring-offset-lime-200:nth-child(even) {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:even\:ring-offset-lime-300:nth-child(even) {
    --tw-ring-offset-color: #bef264;
  }

  .md\:even\:ring-offset-lime-400:nth-child(even) {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:even\:ring-offset-lime-500:nth-child(even) {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:even\:ring-offset-lime-600:nth-child(even) {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:even\:ring-offset-lime-700:nth-child(even) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:even\:ring-offset-lime-800:nth-child(even) {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:even\:ring-offset-lime-900:nth-child(even) {
    --tw-ring-offset-color: #365314;
  }

  .md\:even\:ring-offset-yellow-50:nth-child(even) {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:even\:ring-offset-yellow-100:nth-child(even) {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:even\:ring-offset-yellow-200:nth-child(even) {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:even\:ring-offset-yellow-300:nth-child(even) {
    --tw-ring-offset-color: #fde047;
  }

  .md\:even\:ring-offset-yellow-400:nth-child(even) {
    --tw-ring-offset-color: #facc15;
  }

  .md\:even\:ring-offset-yellow-500:nth-child(even) {
    --tw-ring-offset-color: #eab308;
  }

  .md\:even\:ring-offset-yellow-600:nth-child(even) {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:even\:ring-offset-yellow-700:nth-child(even) {
    --tw-ring-offset-color: #a16207;
  }

  .md\:even\:ring-offset-yellow-800:nth-child(even) {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:even\:ring-offset-yellow-900:nth-child(even) {
    --tw-ring-offset-color: #713f12;
  }

  .md\:even\:ring-offset-amber-50:nth-child(even) {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:even\:ring-offset-amber-100:nth-child(even) {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:even\:ring-offset-amber-200:nth-child(even) {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:even\:ring-offset-amber-300:nth-child(even) {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:even\:ring-offset-amber-400:nth-child(even) {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:even\:ring-offset-amber-500:nth-child(even) {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:even\:ring-offset-amber-600:nth-child(even) {
    --tw-ring-offset-color: #d97706;
  }

  .md\:even\:ring-offset-amber-700:nth-child(even) {
    --tw-ring-offset-color: #b45309;
  }

  .md\:even\:ring-offset-amber-800:nth-child(even) {
    --tw-ring-offset-color: #92400e;
  }

  .md\:even\:ring-offset-amber-900:nth-child(even) {
    --tw-ring-offset-color: #78350f;
  }

  .md\:even\:ring-offset-orange-50:nth-child(even) {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:even\:ring-offset-orange-100:nth-child(even) {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:even\:ring-offset-orange-200:nth-child(even) {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:even\:ring-offset-orange-300:nth-child(even) {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:even\:ring-offset-orange-400:nth-child(even) {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:even\:ring-offset-orange-500:nth-child(even) {
    --tw-ring-offset-color: #f97316;
  }

  .md\:even\:ring-offset-orange-600:nth-child(even) {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:even\:ring-offset-orange-700:nth-child(even) {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:even\:ring-offset-orange-800:nth-child(even) {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:even\:ring-offset-orange-900:nth-child(even) {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:even\:ring-offset-red-50:nth-child(even) {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:even\:ring-offset-red-100:nth-child(even) {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:even\:ring-offset-red-200:nth-child(even) {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:even\:ring-offset-red-300:nth-child(even) {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:even\:ring-offset-red-400:nth-child(even) {
    --tw-ring-offset-color: #f87171;
  }

  .md\:even\:ring-offset-red-500:nth-child(even) {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:even\:ring-offset-red-600:nth-child(even) {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:even\:ring-offset-red-700:nth-child(even) {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:even\:ring-offset-red-800:nth-child(even) {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:even\:ring-offset-red-900:nth-child(even) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:even\:ring-offset-warmGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:even\:ring-offset-warmGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:even\:ring-offset-warmGray-200:nth-child(even) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:even\:ring-offset-warmGray-300:nth-child(even) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:even\:ring-offset-warmGray-400:nth-child(even) {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:even\:ring-offset-warmGray-500:nth-child(even) {
    --tw-ring-offset-color: #78716c;
  }

  .md\:even\:ring-offset-warmGray-600:nth-child(even) {
    --tw-ring-offset-color: #57534e;
  }

  .md\:even\:ring-offset-warmGray-700:nth-child(even) {
    --tw-ring-offset-color: #44403c;
  }

  .md\:even\:ring-offset-warmGray-800:nth-child(even) {
    --tw-ring-offset-color: #292524;
  }

  .md\:even\:ring-offset-warmGray-900:nth-child(even) {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:even\:ring-offset-trueGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:even\:ring-offset-trueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:even\:ring-offset-trueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:even\:ring-offset-trueGray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:even\:ring-offset-trueGray-400:nth-child(even) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:even\:ring-offset-trueGray-500:nth-child(even) {
    --tw-ring-offset-color: #737373;
  }

  .md\:even\:ring-offset-trueGray-600:nth-child(even) {
    --tw-ring-offset-color: #525252;
  }

  .md\:even\:ring-offset-trueGray-700:nth-child(even) {
    --tw-ring-offset-color: #404040;
  }

  .md\:even\:ring-offset-trueGray-800:nth-child(even) {
    --tw-ring-offset-color: #262626;
  }

  .md\:even\:ring-offset-trueGray-900:nth-child(even) {
    --tw-ring-offset-color: #171717;
  }

  .md\:even\:ring-offset-gray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:even\:ring-offset-gray-100:nth-child(even) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:even\:ring-offset-gray-200:nth-child(even) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:even\:ring-offset-gray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:even\:ring-offset-gray-400:nth-child(even) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:even\:ring-offset-gray-500:nth-child(even) {
    --tw-ring-offset-color: #71717a;
  }

  .md\:even\:ring-offset-gray-600:nth-child(even) {
    --tw-ring-offset-color: #52525b;
  }

  .md\:even\:ring-offset-gray-700:nth-child(even) {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:even\:ring-offset-gray-800:nth-child(even) {
    --tw-ring-offset-color: #27272a;
  }

  .md\:even\:ring-offset-gray-900:nth-child(even) {
    --tw-ring-offset-color: #18181b;
  }

  .md\:even\:ring-offset-coolGray-50:nth-child(even) {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:even\:ring-offset-coolGray-100:nth-child(even) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:even\:ring-offset-coolGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:even\:ring-offset-coolGray-300:nth-child(even) {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:even\:ring-offset-coolGray-400:nth-child(even) {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:even\:ring-offset-coolGray-500:nth-child(even) {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:even\:ring-offset-coolGray-600:nth-child(even) {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:even\:ring-offset-coolGray-700:nth-child(even) {
    --tw-ring-offset-color: #374151;
  }

  .md\:even\:ring-offset-coolGray-800:nth-child(even) {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:even\:ring-offset-coolGray-900:nth-child(even) {
    --tw-ring-offset-color: #111827;
  }

  .md\:even\:ring-offset-blueGray-50:nth-child(even) {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:even\:ring-offset-blueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:even\:ring-offset-blueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:even\:ring-offset-blueGray-300:nth-child(even) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:even\:ring-offset-blueGray-400:nth-child(even) {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:even\:ring-offset-blueGray-500:nth-child(even) {
    --tw-ring-offset-color: #64748b;
  }

  .md\:even\:ring-offset-blueGray-600:nth-child(even) {
    --tw-ring-offset-color: #475569;
  }

  .md\:even\:ring-offset-blueGray-700:nth-child(even) {
    --tw-ring-offset-color: #334155;
  }

  .md\:even\:ring-offset-blueGray-800:nth-child(even) {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:even\:ring-offset-blueGray-900:nth-child(even) {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:even\:ring-offset-current:nth-child(even) {
    --tw-ring-offset-color: current;
  }

  .md\:even\:ring-offset-transparent:nth-child(even) {
    --tw-ring-offset-color: transparent;
  }

  .md\:hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .md\:hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .md\:hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .md\:hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .md\:hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .md\:hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .md\:hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .md\:hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .md\:hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .md\:hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .md\:hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .md\:hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:hover\:ring-offset-lightBlue-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:hover\:ring-offset-lightBlue-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:hover\:ring-offset-lightBlue-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:hover\:ring-offset-lightBlue-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:hover\:ring-offset-lightBlue-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:hover\:ring-offset-lightBlue-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:hover\:ring-offset-lightBlue-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:hover\:ring-offset-lightBlue-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:hover\:ring-offset-lightBlue-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .md\:hover\:ring-offset-lightBlue-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .md\:hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .md\:hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .md\:hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .md\:hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .md\:hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .md\:hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .md\:hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .md\:hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .md\:hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .md\:hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .md\:hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .md\:hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .md\:hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .md\:hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .md\:hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .md\:hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .md\:hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .md\:hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .md\:hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .md\:hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .md\:hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .md\:hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .md\:hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .md\:hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .md\:hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:hover\:ring-offset-warmGray-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:hover\:ring-offset-warmGray-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:hover\:ring-offset-warmGray-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:hover\:ring-offset-warmGray-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:hover\:ring-offset-warmGray-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:hover\:ring-offset-warmGray-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .md\:hover\:ring-offset-warmGray-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .md\:hover\:ring-offset-warmGray-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .md\:hover\:ring-offset-warmGray-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .md\:hover\:ring-offset-warmGray-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:hover\:ring-offset-trueGray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:hover\:ring-offset-trueGray-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:hover\:ring-offset-trueGray-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:hover\:ring-offset-trueGray-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:hover\:ring-offset-trueGray-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:hover\:ring-offset-trueGray-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .md\:hover\:ring-offset-trueGray-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .md\:hover\:ring-offset-trueGray-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .md\:hover\:ring-offset-trueGray-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .md\:hover\:ring-offset-trueGray-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .md\:hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .md\:hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .md\:hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .md\:hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .md\:hover\:ring-offset-coolGray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:hover\:ring-offset-coolGray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:hover\:ring-offset-coolGray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:hover\:ring-offset-coolGray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:hover\:ring-offset-coolGray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:hover\:ring-offset-coolGray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:hover\:ring-offset-coolGray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:hover\:ring-offset-coolGray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .md\:hover\:ring-offset-coolGray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:hover\:ring-offset-coolGray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .md\:hover\:ring-offset-blueGray-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:hover\:ring-offset-blueGray-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:hover\:ring-offset-blueGray-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:hover\:ring-offset-blueGray-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:hover\:ring-offset-blueGray-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:hover\:ring-offset-blueGray-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .md\:hover\:ring-offset-blueGray-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .md\:hover\:ring-offset-blueGray-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .md\:hover\:ring-offset-blueGray-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:hover\:ring-offset-blueGray-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:hover\:ring-offset-current:hover {
    --tw-ring-offset-color: current;
  }

  .md\:hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .md\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus\:ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus\:ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus\:ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus\:ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus\:ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus\:ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus\:ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus\:ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus\:ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .md\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .md\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .md\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .md\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .md\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .md\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .md\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus\:ring-offset-warmGray-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:focus\:ring-offset-warmGray-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:focus\:ring-offset-warmGray-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:focus\:ring-offset-warmGray-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:focus\:ring-offset-warmGray-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:focus\:ring-offset-warmGray-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .md\:focus\:ring-offset-warmGray-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .md\:focus\:ring-offset-warmGray-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .md\:focus\:ring-offset-warmGray-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .md\:focus\:ring-offset-warmGray-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:focus\:ring-offset-trueGray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus\:ring-offset-trueGray-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:focus\:ring-offset-trueGray-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus\:ring-offset-trueGray-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:focus\:ring-offset-trueGray-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:focus\:ring-offset-trueGray-500:focus {
    --tw-ring-offset-color: #737373;
  }

  .md\:focus\:ring-offset-trueGray-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .md\:focus\:ring-offset-trueGray-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .md\:focus\:ring-offset-trueGray-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus\:ring-offset-trueGray-900:focus {
    --tw-ring-offset-color: #171717;
  }

  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .md\:focus\:ring-offset-coolGray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-coolGray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus\:ring-offset-coolGray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus\:ring-offset-coolGray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus\:ring-offset-coolGray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus\:ring-offset-coolGray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus\:ring-offset-coolGray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus\:ring-offset-coolGray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus\:ring-offset-coolGray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus\:ring-offset-coolGray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus\:ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:focus\:ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:focus\:ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:focus\:ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:focus\:ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:focus\:ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b;
  }

  .md\:focus\:ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569;
  }

  .md\:focus\:ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155;
  }

  .md\:focus\:ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:focus\:ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: current;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:active\:ring-offset-black:active {
    --tw-ring-offset-color: #000;
  }

  .md\:active\:ring-offset-white:active {
    --tw-ring-offset-color: #fff;
  }

  .md\:active\:ring-offset-rose-50:active {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:active\:ring-offset-rose-100:active {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:active\:ring-offset-rose-200:active {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:active\:ring-offset-rose-300:active {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:active\:ring-offset-rose-400:active {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:active\:ring-offset-rose-500:active {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:active\:ring-offset-rose-600:active {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:active\:ring-offset-rose-700:active {
    --tw-ring-offset-color: #be123c;
  }

  .md\:active\:ring-offset-rose-800:active {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:active\:ring-offset-rose-900:active {
    --tw-ring-offset-color: #881337;
  }

  .md\:active\:ring-offset-pink-50:active {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:active\:ring-offset-pink-100:active {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:active\:ring-offset-pink-200:active {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:active\:ring-offset-pink-300:active {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:active\:ring-offset-pink-400:active {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:active\:ring-offset-pink-500:active {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:active\:ring-offset-pink-600:active {
    --tw-ring-offset-color: #db2777;
  }

  .md\:active\:ring-offset-pink-700:active {
    --tw-ring-offset-color: #be185d;
  }

  .md\:active\:ring-offset-pink-800:active {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:active\:ring-offset-pink-900:active {
    --tw-ring-offset-color: #831843;
  }

  .md\:active\:ring-offset-fuchsia-50:active {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:active\:ring-offset-fuchsia-100:active {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:active\:ring-offset-fuchsia-200:active {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:active\:ring-offset-fuchsia-300:active {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:active\:ring-offset-fuchsia-400:active {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:active\:ring-offset-fuchsia-500:active {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:active\:ring-offset-fuchsia-600:active {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:active\:ring-offset-fuchsia-700:active {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:active\:ring-offset-fuchsia-800:active {
    --tw-ring-offset-color: #86198f;
  }

  .md\:active\:ring-offset-fuchsia-900:active {
    --tw-ring-offset-color: #701a75;
  }

  .md\:active\:ring-offset-purple-50:active {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:active\:ring-offset-purple-100:active {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:active\:ring-offset-purple-200:active {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:active\:ring-offset-purple-300:active {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:active\:ring-offset-purple-400:active {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:active\:ring-offset-purple-500:active {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:active\:ring-offset-purple-600:active {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:active\:ring-offset-purple-700:active {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:active\:ring-offset-purple-800:active {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:active\:ring-offset-purple-900:active {
    --tw-ring-offset-color: #581c87;
  }

  .md\:active\:ring-offset-violet-50:active {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:active\:ring-offset-violet-100:active {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:active\:ring-offset-violet-200:active {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:active\:ring-offset-violet-300:active {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:active\:ring-offset-violet-400:active {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:active\:ring-offset-violet-500:active {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:active\:ring-offset-violet-600:active {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:active\:ring-offset-violet-700:active {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:active\:ring-offset-violet-800:active {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:active\:ring-offset-violet-900:active {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:active\:ring-offset-indigo-50:active {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:active\:ring-offset-indigo-100:active {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:active\:ring-offset-indigo-200:active {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:active\:ring-offset-indigo-300:active {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:active\:ring-offset-indigo-400:active {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:active\:ring-offset-indigo-500:active {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:active\:ring-offset-indigo-600:active {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:active\:ring-offset-indigo-700:active {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:active\:ring-offset-indigo-800:active {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:active\:ring-offset-indigo-900:active {
    --tw-ring-offset-color: #312e81;
  }

  .md\:active\:ring-offset-blue-50:active {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:active\:ring-offset-blue-100:active {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:active\:ring-offset-blue-200:active {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:active\:ring-offset-blue-300:active {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:active\:ring-offset-blue-400:active {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:active\:ring-offset-blue-500:active {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:active\:ring-offset-blue-600:active {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:active\:ring-offset-blue-700:active {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:active\:ring-offset-blue-800:active {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:active\:ring-offset-blue-900:active {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:active\:ring-offset-lightBlue-50:active {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:active\:ring-offset-lightBlue-100:active {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:active\:ring-offset-lightBlue-200:active {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:active\:ring-offset-lightBlue-300:active {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:active\:ring-offset-lightBlue-400:active {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:active\:ring-offset-lightBlue-500:active {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:active\:ring-offset-lightBlue-600:active {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:active\:ring-offset-lightBlue-700:active {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:active\:ring-offset-lightBlue-800:active {
    --tw-ring-offset-color: #075985;
  }

  .md\:active\:ring-offset-lightBlue-900:active {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:active\:ring-offset-cyan-50:active {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:active\:ring-offset-cyan-100:active {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:active\:ring-offset-cyan-200:active {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:active\:ring-offset-cyan-300:active {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:active\:ring-offset-cyan-400:active {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:active\:ring-offset-cyan-500:active {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:active\:ring-offset-cyan-600:active {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:active\:ring-offset-cyan-700:active {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:active\:ring-offset-cyan-800:active {
    --tw-ring-offset-color: #155e75;
  }

  .md\:active\:ring-offset-cyan-900:active {
    --tw-ring-offset-color: #164e63;
  }

  .md\:active\:ring-offset-teal-50:active {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:active\:ring-offset-teal-100:active {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:active\:ring-offset-teal-200:active {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:active\:ring-offset-teal-300:active {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:active\:ring-offset-teal-400:active {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:active\:ring-offset-teal-500:active {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:active\:ring-offset-teal-600:active {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:active\:ring-offset-teal-700:active {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:active\:ring-offset-teal-800:active {
    --tw-ring-offset-color: #115e59;
  }

  .md\:active\:ring-offset-teal-900:active {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:active\:ring-offset-emerald-50:active {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:active\:ring-offset-emerald-100:active {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:active\:ring-offset-emerald-200:active {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:active\:ring-offset-emerald-300:active {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:active\:ring-offset-emerald-400:active {
    --tw-ring-offset-color: #34d399;
  }

  .md\:active\:ring-offset-emerald-500:active {
    --tw-ring-offset-color: #10b981;
  }

  .md\:active\:ring-offset-emerald-600:active {
    --tw-ring-offset-color: #059669;
  }

  .md\:active\:ring-offset-emerald-700:active {
    --tw-ring-offset-color: #047857;
  }

  .md\:active\:ring-offset-emerald-800:active {
    --tw-ring-offset-color: #065f46;
  }

  .md\:active\:ring-offset-emerald-900:active {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:active\:ring-offset-green-50:active {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:active\:ring-offset-green-100:active {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:active\:ring-offset-green-200:active {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:active\:ring-offset-green-300:active {
    --tw-ring-offset-color: #86efac;
  }

  .md\:active\:ring-offset-green-400:active {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:active\:ring-offset-green-500:active {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:active\:ring-offset-green-600:active {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:active\:ring-offset-green-700:active {
    --tw-ring-offset-color: #15803d;
  }

  .md\:active\:ring-offset-green-800:active {
    --tw-ring-offset-color: #166534;
  }

  .md\:active\:ring-offset-green-900:active {
    --tw-ring-offset-color: #14532d;
  }

  .md\:active\:ring-offset-lime-50:active {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:active\:ring-offset-lime-100:active {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:active\:ring-offset-lime-200:active {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:active\:ring-offset-lime-300:active {
    --tw-ring-offset-color: #bef264;
  }

  .md\:active\:ring-offset-lime-400:active {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:active\:ring-offset-lime-500:active {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:active\:ring-offset-lime-600:active {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:active\:ring-offset-lime-700:active {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:active\:ring-offset-lime-800:active {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:active\:ring-offset-lime-900:active {
    --tw-ring-offset-color: #365314;
  }

  .md\:active\:ring-offset-yellow-50:active {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:active\:ring-offset-yellow-100:active {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:active\:ring-offset-yellow-200:active {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:active\:ring-offset-yellow-300:active {
    --tw-ring-offset-color: #fde047;
  }

  .md\:active\:ring-offset-yellow-400:active {
    --tw-ring-offset-color: #facc15;
  }

  .md\:active\:ring-offset-yellow-500:active {
    --tw-ring-offset-color: #eab308;
  }

  .md\:active\:ring-offset-yellow-600:active {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:active\:ring-offset-yellow-700:active {
    --tw-ring-offset-color: #a16207;
  }

  .md\:active\:ring-offset-yellow-800:active {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:active\:ring-offset-yellow-900:active {
    --tw-ring-offset-color: #713f12;
  }

  .md\:active\:ring-offset-amber-50:active {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:active\:ring-offset-amber-100:active {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:active\:ring-offset-amber-200:active {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:active\:ring-offset-amber-300:active {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:active\:ring-offset-amber-400:active {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:active\:ring-offset-amber-500:active {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:active\:ring-offset-amber-600:active {
    --tw-ring-offset-color: #d97706;
  }

  .md\:active\:ring-offset-amber-700:active {
    --tw-ring-offset-color: #b45309;
  }

  .md\:active\:ring-offset-amber-800:active {
    --tw-ring-offset-color: #92400e;
  }

  .md\:active\:ring-offset-amber-900:active {
    --tw-ring-offset-color: #78350f;
  }

  .md\:active\:ring-offset-orange-50:active {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:active\:ring-offset-orange-100:active {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:active\:ring-offset-orange-200:active {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:active\:ring-offset-orange-300:active {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:active\:ring-offset-orange-400:active {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:active\:ring-offset-orange-500:active {
    --tw-ring-offset-color: #f97316;
  }

  .md\:active\:ring-offset-orange-600:active {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:active\:ring-offset-orange-700:active {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:active\:ring-offset-orange-800:active {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:active\:ring-offset-orange-900:active {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:active\:ring-offset-red-50:active {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:active\:ring-offset-red-100:active {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:active\:ring-offset-red-200:active {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:active\:ring-offset-red-300:active {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:active\:ring-offset-red-400:active {
    --tw-ring-offset-color: #f87171;
  }

  .md\:active\:ring-offset-red-500:active {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:active\:ring-offset-red-600:active {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:active\:ring-offset-red-700:active {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:active\:ring-offset-red-800:active {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:active\:ring-offset-red-900:active {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:active\:ring-offset-warmGray-50:active {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:active\:ring-offset-warmGray-100:active {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:active\:ring-offset-warmGray-200:active {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:active\:ring-offset-warmGray-300:active {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:active\:ring-offset-warmGray-400:active {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:active\:ring-offset-warmGray-500:active {
    --tw-ring-offset-color: #78716c;
  }

  .md\:active\:ring-offset-warmGray-600:active {
    --tw-ring-offset-color: #57534e;
  }

  .md\:active\:ring-offset-warmGray-700:active {
    --tw-ring-offset-color: #44403c;
  }

  .md\:active\:ring-offset-warmGray-800:active {
    --tw-ring-offset-color: #292524;
  }

  .md\:active\:ring-offset-warmGray-900:active {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:active\:ring-offset-trueGray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:active\:ring-offset-trueGray-100:active {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:active\:ring-offset-trueGray-200:active {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:active\:ring-offset-trueGray-300:active {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:active\:ring-offset-trueGray-400:active {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:active\:ring-offset-trueGray-500:active {
    --tw-ring-offset-color: #737373;
  }

  .md\:active\:ring-offset-trueGray-600:active {
    --tw-ring-offset-color: #525252;
  }

  .md\:active\:ring-offset-trueGray-700:active {
    --tw-ring-offset-color: #404040;
  }

  .md\:active\:ring-offset-trueGray-800:active {
    --tw-ring-offset-color: #262626;
  }

  .md\:active\:ring-offset-trueGray-900:active {
    --tw-ring-offset-color: #171717;
  }

  .md\:active\:ring-offset-gray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:active\:ring-offset-gray-100:active {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:active\:ring-offset-gray-200:active {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:active\:ring-offset-gray-300:active {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:active\:ring-offset-gray-400:active {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:active\:ring-offset-gray-500:active {
    --tw-ring-offset-color: #71717a;
  }

  .md\:active\:ring-offset-gray-600:active {
    --tw-ring-offset-color: #52525b;
  }

  .md\:active\:ring-offset-gray-700:active {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:active\:ring-offset-gray-800:active {
    --tw-ring-offset-color: #27272a;
  }

  .md\:active\:ring-offset-gray-900:active {
    --tw-ring-offset-color: #18181b;
  }

  .md\:active\:ring-offset-coolGray-50:active {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:active\:ring-offset-coolGray-100:active {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:active\:ring-offset-coolGray-200:active {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:active\:ring-offset-coolGray-300:active {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:active\:ring-offset-coolGray-400:active {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:active\:ring-offset-coolGray-500:active {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:active\:ring-offset-coolGray-600:active {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:active\:ring-offset-coolGray-700:active {
    --tw-ring-offset-color: #374151;
  }

  .md\:active\:ring-offset-coolGray-800:active {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:active\:ring-offset-coolGray-900:active {
    --tw-ring-offset-color: #111827;
  }

  .md\:active\:ring-offset-blueGray-50:active {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:active\:ring-offset-blueGray-100:active {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:active\:ring-offset-blueGray-200:active {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:active\:ring-offset-blueGray-300:active {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:active\:ring-offset-blueGray-400:active {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:active\:ring-offset-blueGray-500:active {
    --tw-ring-offset-color: #64748b;
  }

  .md\:active\:ring-offset-blueGray-600:active {
    --tw-ring-offset-color: #475569;
  }

  .md\:active\:ring-offset-blueGray-700:active {
    --tw-ring-offset-color: #334155;
  }

  .md\:active\:ring-offset-blueGray-800:active {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:active\:ring-offset-blueGray-900:active {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:active\:ring-offset-current:active {
    --tw-ring-offset-color: current;
  }

  .md\:active\:ring-offset-transparent:active {
    --tw-ring-offset-color: transparent;
  }

  .md\:visited\:ring-offset-black:visited {
    --tw-ring-offset-color: #000;
  }

  .md\:visited\:ring-offset-white:visited {
    --tw-ring-offset-color: #fff;
  }

  .md\:visited\:ring-offset-rose-50:visited {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:visited\:ring-offset-rose-100:visited {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:visited\:ring-offset-rose-200:visited {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:visited\:ring-offset-rose-300:visited {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:visited\:ring-offset-rose-400:visited {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:visited\:ring-offset-rose-500:visited {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:visited\:ring-offset-rose-600:visited {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:visited\:ring-offset-rose-700:visited {
    --tw-ring-offset-color: #be123c;
  }

  .md\:visited\:ring-offset-rose-800:visited {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:visited\:ring-offset-rose-900:visited {
    --tw-ring-offset-color: #881337;
  }

  .md\:visited\:ring-offset-pink-50:visited {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:visited\:ring-offset-pink-100:visited {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:visited\:ring-offset-pink-200:visited {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:visited\:ring-offset-pink-300:visited {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:visited\:ring-offset-pink-400:visited {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:visited\:ring-offset-pink-500:visited {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:visited\:ring-offset-pink-600:visited {
    --tw-ring-offset-color: #db2777;
  }

  .md\:visited\:ring-offset-pink-700:visited {
    --tw-ring-offset-color: #be185d;
  }

  .md\:visited\:ring-offset-pink-800:visited {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:visited\:ring-offset-pink-900:visited {
    --tw-ring-offset-color: #831843;
  }

  .md\:visited\:ring-offset-fuchsia-50:visited {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:visited\:ring-offset-fuchsia-100:visited {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:visited\:ring-offset-fuchsia-200:visited {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:visited\:ring-offset-fuchsia-300:visited {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:visited\:ring-offset-fuchsia-400:visited {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:visited\:ring-offset-fuchsia-500:visited {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:visited\:ring-offset-fuchsia-600:visited {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:visited\:ring-offset-fuchsia-700:visited {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:visited\:ring-offset-fuchsia-800:visited {
    --tw-ring-offset-color: #86198f;
  }

  .md\:visited\:ring-offset-fuchsia-900:visited {
    --tw-ring-offset-color: #701a75;
  }

  .md\:visited\:ring-offset-purple-50:visited {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:visited\:ring-offset-purple-100:visited {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:visited\:ring-offset-purple-200:visited {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:visited\:ring-offset-purple-300:visited {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:visited\:ring-offset-purple-400:visited {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:visited\:ring-offset-purple-500:visited {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:visited\:ring-offset-purple-600:visited {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:visited\:ring-offset-purple-700:visited {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:visited\:ring-offset-purple-800:visited {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:visited\:ring-offset-purple-900:visited {
    --tw-ring-offset-color: #581c87;
  }

  .md\:visited\:ring-offset-violet-50:visited {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:visited\:ring-offset-violet-100:visited {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:visited\:ring-offset-violet-200:visited {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:visited\:ring-offset-violet-300:visited {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:visited\:ring-offset-violet-400:visited {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:visited\:ring-offset-violet-500:visited {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:visited\:ring-offset-violet-600:visited {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:visited\:ring-offset-violet-700:visited {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:visited\:ring-offset-violet-800:visited {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:visited\:ring-offset-violet-900:visited {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:visited\:ring-offset-indigo-50:visited {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:visited\:ring-offset-indigo-100:visited {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:visited\:ring-offset-indigo-200:visited {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:visited\:ring-offset-indigo-300:visited {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:visited\:ring-offset-indigo-400:visited {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:visited\:ring-offset-indigo-500:visited {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:visited\:ring-offset-indigo-600:visited {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:visited\:ring-offset-indigo-700:visited {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:visited\:ring-offset-indigo-800:visited {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:visited\:ring-offset-indigo-900:visited {
    --tw-ring-offset-color: #312e81;
  }

  .md\:visited\:ring-offset-blue-50:visited {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:visited\:ring-offset-blue-100:visited {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:visited\:ring-offset-blue-200:visited {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:visited\:ring-offset-blue-300:visited {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:visited\:ring-offset-blue-400:visited {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:visited\:ring-offset-blue-500:visited {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:visited\:ring-offset-blue-600:visited {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:visited\:ring-offset-blue-700:visited {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:visited\:ring-offset-blue-800:visited {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:visited\:ring-offset-blue-900:visited {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:visited\:ring-offset-lightBlue-50:visited {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:visited\:ring-offset-lightBlue-100:visited {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:visited\:ring-offset-lightBlue-200:visited {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:visited\:ring-offset-lightBlue-300:visited {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:visited\:ring-offset-lightBlue-400:visited {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:visited\:ring-offset-lightBlue-500:visited {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:visited\:ring-offset-lightBlue-600:visited {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:visited\:ring-offset-lightBlue-700:visited {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:visited\:ring-offset-lightBlue-800:visited {
    --tw-ring-offset-color: #075985;
  }

  .md\:visited\:ring-offset-lightBlue-900:visited {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:visited\:ring-offset-cyan-50:visited {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:visited\:ring-offset-cyan-100:visited {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:visited\:ring-offset-cyan-200:visited {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:visited\:ring-offset-cyan-300:visited {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:visited\:ring-offset-cyan-400:visited {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:visited\:ring-offset-cyan-500:visited {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:visited\:ring-offset-cyan-600:visited {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:visited\:ring-offset-cyan-700:visited {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:visited\:ring-offset-cyan-800:visited {
    --tw-ring-offset-color: #155e75;
  }

  .md\:visited\:ring-offset-cyan-900:visited {
    --tw-ring-offset-color: #164e63;
  }

  .md\:visited\:ring-offset-teal-50:visited {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:visited\:ring-offset-teal-100:visited {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:visited\:ring-offset-teal-200:visited {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:visited\:ring-offset-teal-300:visited {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:visited\:ring-offset-teal-400:visited {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:visited\:ring-offset-teal-500:visited {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:visited\:ring-offset-teal-600:visited {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:visited\:ring-offset-teal-700:visited {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:visited\:ring-offset-teal-800:visited {
    --tw-ring-offset-color: #115e59;
  }

  .md\:visited\:ring-offset-teal-900:visited {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:visited\:ring-offset-emerald-50:visited {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:visited\:ring-offset-emerald-100:visited {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:visited\:ring-offset-emerald-200:visited {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:visited\:ring-offset-emerald-300:visited {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:visited\:ring-offset-emerald-400:visited {
    --tw-ring-offset-color: #34d399;
  }

  .md\:visited\:ring-offset-emerald-500:visited {
    --tw-ring-offset-color: #10b981;
  }

  .md\:visited\:ring-offset-emerald-600:visited {
    --tw-ring-offset-color: #059669;
  }

  .md\:visited\:ring-offset-emerald-700:visited {
    --tw-ring-offset-color: #047857;
  }

  .md\:visited\:ring-offset-emerald-800:visited {
    --tw-ring-offset-color: #065f46;
  }

  .md\:visited\:ring-offset-emerald-900:visited {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:visited\:ring-offset-green-50:visited {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:visited\:ring-offset-green-100:visited {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:visited\:ring-offset-green-200:visited {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:visited\:ring-offset-green-300:visited {
    --tw-ring-offset-color: #86efac;
  }

  .md\:visited\:ring-offset-green-400:visited {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:visited\:ring-offset-green-500:visited {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:visited\:ring-offset-green-600:visited {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:visited\:ring-offset-green-700:visited {
    --tw-ring-offset-color: #15803d;
  }

  .md\:visited\:ring-offset-green-800:visited {
    --tw-ring-offset-color: #166534;
  }

  .md\:visited\:ring-offset-green-900:visited {
    --tw-ring-offset-color: #14532d;
  }

  .md\:visited\:ring-offset-lime-50:visited {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:visited\:ring-offset-lime-100:visited {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:visited\:ring-offset-lime-200:visited {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:visited\:ring-offset-lime-300:visited {
    --tw-ring-offset-color: #bef264;
  }

  .md\:visited\:ring-offset-lime-400:visited {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:visited\:ring-offset-lime-500:visited {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:visited\:ring-offset-lime-600:visited {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:visited\:ring-offset-lime-700:visited {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:visited\:ring-offset-lime-800:visited {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:visited\:ring-offset-lime-900:visited {
    --tw-ring-offset-color: #365314;
  }

  .md\:visited\:ring-offset-yellow-50:visited {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:visited\:ring-offset-yellow-100:visited {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:visited\:ring-offset-yellow-200:visited {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:visited\:ring-offset-yellow-300:visited {
    --tw-ring-offset-color: #fde047;
  }

  .md\:visited\:ring-offset-yellow-400:visited {
    --tw-ring-offset-color: #facc15;
  }

  .md\:visited\:ring-offset-yellow-500:visited {
    --tw-ring-offset-color: #eab308;
  }

  .md\:visited\:ring-offset-yellow-600:visited {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:visited\:ring-offset-yellow-700:visited {
    --tw-ring-offset-color: #a16207;
  }

  .md\:visited\:ring-offset-yellow-800:visited {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:visited\:ring-offset-yellow-900:visited {
    --tw-ring-offset-color: #713f12;
  }

  .md\:visited\:ring-offset-amber-50:visited {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:visited\:ring-offset-amber-100:visited {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:visited\:ring-offset-amber-200:visited {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:visited\:ring-offset-amber-300:visited {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:visited\:ring-offset-amber-400:visited {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:visited\:ring-offset-amber-500:visited {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:visited\:ring-offset-amber-600:visited {
    --tw-ring-offset-color: #d97706;
  }

  .md\:visited\:ring-offset-amber-700:visited {
    --tw-ring-offset-color: #b45309;
  }

  .md\:visited\:ring-offset-amber-800:visited {
    --tw-ring-offset-color: #92400e;
  }

  .md\:visited\:ring-offset-amber-900:visited {
    --tw-ring-offset-color: #78350f;
  }

  .md\:visited\:ring-offset-orange-50:visited {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:visited\:ring-offset-orange-100:visited {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:visited\:ring-offset-orange-200:visited {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:visited\:ring-offset-orange-300:visited {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:visited\:ring-offset-orange-400:visited {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:visited\:ring-offset-orange-500:visited {
    --tw-ring-offset-color: #f97316;
  }

  .md\:visited\:ring-offset-orange-600:visited {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:visited\:ring-offset-orange-700:visited {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:visited\:ring-offset-orange-800:visited {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:visited\:ring-offset-orange-900:visited {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:visited\:ring-offset-red-50:visited {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:visited\:ring-offset-red-100:visited {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:visited\:ring-offset-red-200:visited {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:visited\:ring-offset-red-300:visited {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:visited\:ring-offset-red-400:visited {
    --tw-ring-offset-color: #f87171;
  }

  .md\:visited\:ring-offset-red-500:visited {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:visited\:ring-offset-red-600:visited {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:visited\:ring-offset-red-700:visited {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:visited\:ring-offset-red-800:visited {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:visited\:ring-offset-red-900:visited {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:visited\:ring-offset-warmGray-50:visited {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:visited\:ring-offset-warmGray-100:visited {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:visited\:ring-offset-warmGray-200:visited {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:visited\:ring-offset-warmGray-300:visited {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:visited\:ring-offset-warmGray-400:visited {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:visited\:ring-offset-warmGray-500:visited {
    --tw-ring-offset-color: #78716c;
  }

  .md\:visited\:ring-offset-warmGray-600:visited {
    --tw-ring-offset-color: #57534e;
  }

  .md\:visited\:ring-offset-warmGray-700:visited {
    --tw-ring-offset-color: #44403c;
  }

  .md\:visited\:ring-offset-warmGray-800:visited {
    --tw-ring-offset-color: #292524;
  }

  .md\:visited\:ring-offset-warmGray-900:visited {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:visited\:ring-offset-trueGray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:visited\:ring-offset-trueGray-100:visited {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:visited\:ring-offset-trueGray-200:visited {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:visited\:ring-offset-trueGray-300:visited {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:visited\:ring-offset-trueGray-400:visited {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:visited\:ring-offset-trueGray-500:visited {
    --tw-ring-offset-color: #737373;
  }

  .md\:visited\:ring-offset-trueGray-600:visited {
    --tw-ring-offset-color: #525252;
  }

  .md\:visited\:ring-offset-trueGray-700:visited {
    --tw-ring-offset-color: #404040;
  }

  .md\:visited\:ring-offset-trueGray-800:visited {
    --tw-ring-offset-color: #262626;
  }

  .md\:visited\:ring-offset-trueGray-900:visited {
    --tw-ring-offset-color: #171717;
  }

  .md\:visited\:ring-offset-gray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:visited\:ring-offset-gray-100:visited {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:visited\:ring-offset-gray-200:visited {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:visited\:ring-offset-gray-300:visited {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:visited\:ring-offset-gray-400:visited {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:visited\:ring-offset-gray-500:visited {
    --tw-ring-offset-color: #71717a;
  }

  .md\:visited\:ring-offset-gray-600:visited {
    --tw-ring-offset-color: #52525b;
  }

  .md\:visited\:ring-offset-gray-700:visited {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:visited\:ring-offset-gray-800:visited {
    --tw-ring-offset-color: #27272a;
  }

  .md\:visited\:ring-offset-gray-900:visited {
    --tw-ring-offset-color: #18181b;
  }

  .md\:visited\:ring-offset-coolGray-50:visited {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:visited\:ring-offset-coolGray-100:visited {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:visited\:ring-offset-coolGray-200:visited {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:visited\:ring-offset-coolGray-300:visited {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:visited\:ring-offset-coolGray-400:visited {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:visited\:ring-offset-coolGray-500:visited {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:visited\:ring-offset-coolGray-600:visited {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:visited\:ring-offset-coolGray-700:visited {
    --tw-ring-offset-color: #374151;
  }

  .md\:visited\:ring-offset-coolGray-800:visited {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:visited\:ring-offset-coolGray-900:visited {
    --tw-ring-offset-color: #111827;
  }

  .md\:visited\:ring-offset-blueGray-50:visited {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:visited\:ring-offset-blueGray-100:visited {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:visited\:ring-offset-blueGray-200:visited {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:visited\:ring-offset-blueGray-300:visited {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:visited\:ring-offset-blueGray-400:visited {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:visited\:ring-offset-blueGray-500:visited {
    --tw-ring-offset-color: #64748b;
  }

  .md\:visited\:ring-offset-blueGray-600:visited {
    --tw-ring-offset-color: #475569;
  }

  .md\:visited\:ring-offset-blueGray-700:visited {
    --tw-ring-offset-color: #334155;
  }

  .md\:visited\:ring-offset-blueGray-800:visited {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:visited\:ring-offset-blueGray-900:visited {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:visited\:ring-offset-current:visited {
    --tw-ring-offset-color: current;
  }

  .md\:visited\:ring-offset-transparent:visited {
    --tw-ring-offset-color: transparent;
  }

  .md\:disabled\:ring-offset-black:disabled {
    --tw-ring-offset-color: #000;
  }

  .md\:disabled\:ring-offset-white:disabled {
    --tw-ring-offset-color: #fff;
  }

  .md\:disabled\:ring-offset-rose-50:disabled {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:disabled\:ring-offset-rose-100:disabled {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:disabled\:ring-offset-rose-200:disabled {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:disabled\:ring-offset-rose-300:disabled {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:disabled\:ring-offset-rose-400:disabled {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:disabled\:ring-offset-rose-500:disabled {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:disabled\:ring-offset-rose-600:disabled {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:disabled\:ring-offset-rose-700:disabled {
    --tw-ring-offset-color: #be123c;
  }

  .md\:disabled\:ring-offset-rose-800:disabled {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:disabled\:ring-offset-rose-900:disabled {
    --tw-ring-offset-color: #881337;
  }

  .md\:disabled\:ring-offset-pink-50:disabled {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:disabled\:ring-offset-pink-100:disabled {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:disabled\:ring-offset-pink-200:disabled {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:disabled\:ring-offset-pink-300:disabled {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:disabled\:ring-offset-pink-400:disabled {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:disabled\:ring-offset-pink-500:disabled {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:disabled\:ring-offset-pink-600:disabled {
    --tw-ring-offset-color: #db2777;
  }

  .md\:disabled\:ring-offset-pink-700:disabled {
    --tw-ring-offset-color: #be185d;
  }

  .md\:disabled\:ring-offset-pink-800:disabled {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:disabled\:ring-offset-pink-900:disabled {
    --tw-ring-offset-color: #831843;
  }

  .md\:disabled\:ring-offset-fuchsia-50:disabled {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:disabled\:ring-offset-fuchsia-100:disabled {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:disabled\:ring-offset-fuchsia-200:disabled {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:disabled\:ring-offset-fuchsia-300:disabled {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:disabled\:ring-offset-fuchsia-400:disabled {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:disabled\:ring-offset-fuchsia-500:disabled {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:disabled\:ring-offset-fuchsia-600:disabled {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:disabled\:ring-offset-fuchsia-700:disabled {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:disabled\:ring-offset-fuchsia-800:disabled {
    --tw-ring-offset-color: #86198f;
  }

  .md\:disabled\:ring-offset-fuchsia-900:disabled {
    --tw-ring-offset-color: #701a75;
  }

  .md\:disabled\:ring-offset-purple-50:disabled {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:disabled\:ring-offset-purple-100:disabled {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:disabled\:ring-offset-purple-200:disabled {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:disabled\:ring-offset-purple-300:disabled {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:disabled\:ring-offset-purple-400:disabled {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:disabled\:ring-offset-purple-500:disabled {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:disabled\:ring-offset-purple-600:disabled {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:disabled\:ring-offset-purple-700:disabled {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:disabled\:ring-offset-purple-800:disabled {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:disabled\:ring-offset-purple-900:disabled {
    --tw-ring-offset-color: #581c87;
  }

  .md\:disabled\:ring-offset-violet-50:disabled {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:disabled\:ring-offset-violet-100:disabled {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:disabled\:ring-offset-violet-200:disabled {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:disabled\:ring-offset-violet-300:disabled {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:disabled\:ring-offset-violet-400:disabled {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:disabled\:ring-offset-violet-500:disabled {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:disabled\:ring-offset-violet-600:disabled {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:disabled\:ring-offset-violet-700:disabled {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:disabled\:ring-offset-violet-800:disabled {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:disabled\:ring-offset-violet-900:disabled {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:disabled\:ring-offset-indigo-50:disabled {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:disabled\:ring-offset-indigo-100:disabled {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:disabled\:ring-offset-indigo-200:disabled {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:disabled\:ring-offset-indigo-300:disabled {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:disabled\:ring-offset-indigo-400:disabled {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:disabled\:ring-offset-indigo-500:disabled {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:disabled\:ring-offset-indigo-600:disabled {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:disabled\:ring-offset-indigo-700:disabled {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:disabled\:ring-offset-indigo-800:disabled {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:disabled\:ring-offset-indigo-900:disabled {
    --tw-ring-offset-color: #312e81;
  }

  .md\:disabled\:ring-offset-blue-50:disabled {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:disabled\:ring-offset-blue-100:disabled {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:disabled\:ring-offset-blue-200:disabled {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:disabled\:ring-offset-blue-300:disabled {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:disabled\:ring-offset-blue-400:disabled {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:disabled\:ring-offset-blue-500:disabled {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:disabled\:ring-offset-blue-600:disabled {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:disabled\:ring-offset-blue-700:disabled {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:disabled\:ring-offset-blue-800:disabled {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:disabled\:ring-offset-blue-900:disabled {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:disabled\:ring-offset-lightBlue-50:disabled {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:disabled\:ring-offset-lightBlue-100:disabled {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:disabled\:ring-offset-lightBlue-200:disabled {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:disabled\:ring-offset-lightBlue-300:disabled {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:disabled\:ring-offset-lightBlue-400:disabled {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:disabled\:ring-offset-lightBlue-500:disabled {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:disabled\:ring-offset-lightBlue-600:disabled {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:disabled\:ring-offset-lightBlue-700:disabled {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:disabled\:ring-offset-lightBlue-800:disabled {
    --tw-ring-offset-color: #075985;
  }

  .md\:disabled\:ring-offset-lightBlue-900:disabled {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md\:disabled\:ring-offset-cyan-50:disabled {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:disabled\:ring-offset-cyan-100:disabled {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:disabled\:ring-offset-cyan-200:disabled {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:disabled\:ring-offset-cyan-300:disabled {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:disabled\:ring-offset-cyan-400:disabled {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:disabled\:ring-offset-cyan-500:disabled {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:disabled\:ring-offset-cyan-600:disabled {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:disabled\:ring-offset-cyan-700:disabled {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:disabled\:ring-offset-cyan-800:disabled {
    --tw-ring-offset-color: #155e75;
  }

  .md\:disabled\:ring-offset-cyan-900:disabled {
    --tw-ring-offset-color: #164e63;
  }

  .md\:disabled\:ring-offset-teal-50:disabled {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:disabled\:ring-offset-teal-100:disabled {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:disabled\:ring-offset-teal-200:disabled {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:disabled\:ring-offset-teal-300:disabled {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:disabled\:ring-offset-teal-400:disabled {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:disabled\:ring-offset-teal-500:disabled {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:disabled\:ring-offset-teal-600:disabled {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:disabled\:ring-offset-teal-700:disabled {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:disabled\:ring-offset-teal-800:disabled {
    --tw-ring-offset-color: #115e59;
  }

  .md\:disabled\:ring-offset-teal-900:disabled {
    --tw-ring-offset-color: #134e4a;
  }

  .md\:disabled\:ring-offset-emerald-50:disabled {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:disabled\:ring-offset-emerald-100:disabled {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:disabled\:ring-offset-emerald-200:disabled {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:disabled\:ring-offset-emerald-300:disabled {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:disabled\:ring-offset-emerald-400:disabled {
    --tw-ring-offset-color: #34d399;
  }

  .md\:disabled\:ring-offset-emerald-500:disabled {
    --tw-ring-offset-color: #10b981;
  }

  .md\:disabled\:ring-offset-emerald-600:disabled {
    --tw-ring-offset-color: #059669;
  }

  .md\:disabled\:ring-offset-emerald-700:disabled {
    --tw-ring-offset-color: #047857;
  }

  .md\:disabled\:ring-offset-emerald-800:disabled {
    --tw-ring-offset-color: #065f46;
  }

  .md\:disabled\:ring-offset-emerald-900:disabled {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:disabled\:ring-offset-green-50:disabled {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:disabled\:ring-offset-green-100:disabled {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:disabled\:ring-offset-green-200:disabled {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:disabled\:ring-offset-green-300:disabled {
    --tw-ring-offset-color: #86efac;
  }

  .md\:disabled\:ring-offset-green-400:disabled {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:disabled\:ring-offset-green-500:disabled {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:disabled\:ring-offset-green-600:disabled {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:disabled\:ring-offset-green-700:disabled {
    --tw-ring-offset-color: #15803d;
  }

  .md\:disabled\:ring-offset-green-800:disabled {
    --tw-ring-offset-color: #166534;
  }

  .md\:disabled\:ring-offset-green-900:disabled {
    --tw-ring-offset-color: #14532d;
  }

  .md\:disabled\:ring-offset-lime-50:disabled {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:disabled\:ring-offset-lime-100:disabled {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:disabled\:ring-offset-lime-200:disabled {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:disabled\:ring-offset-lime-300:disabled {
    --tw-ring-offset-color: #bef264;
  }

  .md\:disabled\:ring-offset-lime-400:disabled {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:disabled\:ring-offset-lime-500:disabled {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:disabled\:ring-offset-lime-600:disabled {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:disabled\:ring-offset-lime-700:disabled {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:disabled\:ring-offset-lime-800:disabled {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:disabled\:ring-offset-lime-900:disabled {
    --tw-ring-offset-color: #365314;
  }

  .md\:disabled\:ring-offset-yellow-50:disabled {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:disabled\:ring-offset-yellow-100:disabled {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:disabled\:ring-offset-yellow-200:disabled {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:disabled\:ring-offset-yellow-300:disabled {
    --tw-ring-offset-color: #fde047;
  }

  .md\:disabled\:ring-offset-yellow-400:disabled {
    --tw-ring-offset-color: #facc15;
  }

  .md\:disabled\:ring-offset-yellow-500:disabled {
    --tw-ring-offset-color: #eab308;
  }

  .md\:disabled\:ring-offset-yellow-600:disabled {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:disabled\:ring-offset-yellow-700:disabled {
    --tw-ring-offset-color: #a16207;
  }

  .md\:disabled\:ring-offset-yellow-800:disabled {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:disabled\:ring-offset-yellow-900:disabled {
    --tw-ring-offset-color: #713f12;
  }

  .md\:disabled\:ring-offset-amber-50:disabled {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:disabled\:ring-offset-amber-100:disabled {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:disabled\:ring-offset-amber-200:disabled {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:disabled\:ring-offset-amber-300:disabled {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:disabled\:ring-offset-amber-400:disabled {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:disabled\:ring-offset-amber-500:disabled {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:disabled\:ring-offset-amber-600:disabled {
    --tw-ring-offset-color: #d97706;
  }

  .md\:disabled\:ring-offset-amber-700:disabled {
    --tw-ring-offset-color: #b45309;
  }

  .md\:disabled\:ring-offset-amber-800:disabled {
    --tw-ring-offset-color: #92400e;
  }

  .md\:disabled\:ring-offset-amber-900:disabled {
    --tw-ring-offset-color: #78350f;
  }

  .md\:disabled\:ring-offset-orange-50:disabled {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:disabled\:ring-offset-orange-100:disabled {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:disabled\:ring-offset-orange-200:disabled {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:disabled\:ring-offset-orange-300:disabled {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:disabled\:ring-offset-orange-400:disabled {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:disabled\:ring-offset-orange-500:disabled {
    --tw-ring-offset-color: #f97316;
  }

  .md\:disabled\:ring-offset-orange-600:disabled {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:disabled\:ring-offset-orange-700:disabled {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:disabled\:ring-offset-orange-800:disabled {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:disabled\:ring-offset-orange-900:disabled {
    --tw-ring-offset-color: #7c2d12;
  }

  .md\:disabled\:ring-offset-red-50:disabled {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:disabled\:ring-offset-red-100:disabled {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:disabled\:ring-offset-red-200:disabled {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:disabled\:ring-offset-red-300:disabled {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:disabled\:ring-offset-red-400:disabled {
    --tw-ring-offset-color: #f87171;
  }

  .md\:disabled\:ring-offset-red-500:disabled {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:disabled\:ring-offset-red-600:disabled {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:disabled\:ring-offset-red-700:disabled {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:disabled\:ring-offset-red-800:disabled {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:disabled\:ring-offset-red-900:disabled {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:disabled\:ring-offset-warmGray-50:disabled {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:disabled\:ring-offset-warmGray-100:disabled {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:disabled\:ring-offset-warmGray-200:disabled {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:disabled\:ring-offset-warmGray-300:disabled {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:disabled\:ring-offset-warmGray-400:disabled {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:disabled\:ring-offset-warmGray-500:disabled {
    --tw-ring-offset-color: #78716c;
  }

  .md\:disabled\:ring-offset-warmGray-600:disabled {
    --tw-ring-offset-color: #57534e;
  }

  .md\:disabled\:ring-offset-warmGray-700:disabled {
    --tw-ring-offset-color: #44403c;
  }

  .md\:disabled\:ring-offset-warmGray-800:disabled {
    --tw-ring-offset-color: #292524;
  }

  .md\:disabled\:ring-offset-warmGray-900:disabled {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:disabled\:ring-offset-trueGray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:disabled\:ring-offset-trueGray-100:disabled {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:disabled\:ring-offset-trueGray-200:disabled {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:disabled\:ring-offset-trueGray-300:disabled {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:disabled\:ring-offset-trueGray-400:disabled {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:disabled\:ring-offset-trueGray-500:disabled {
    --tw-ring-offset-color: #737373;
  }

  .md\:disabled\:ring-offset-trueGray-600:disabled {
    --tw-ring-offset-color: #525252;
  }

  .md\:disabled\:ring-offset-trueGray-700:disabled {
    --tw-ring-offset-color: #404040;
  }

  .md\:disabled\:ring-offset-trueGray-800:disabled {
    --tw-ring-offset-color: #262626;
  }

  .md\:disabled\:ring-offset-trueGray-900:disabled {
    --tw-ring-offset-color: #171717;
  }

  .md\:disabled\:ring-offset-gray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:disabled\:ring-offset-gray-100:disabled {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:disabled\:ring-offset-gray-200:disabled {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:disabled\:ring-offset-gray-300:disabled {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:disabled\:ring-offset-gray-400:disabled {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:disabled\:ring-offset-gray-500:disabled {
    --tw-ring-offset-color: #71717a;
  }

  .md\:disabled\:ring-offset-gray-600:disabled {
    --tw-ring-offset-color: #52525b;
  }

  .md\:disabled\:ring-offset-gray-700:disabled {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:disabled\:ring-offset-gray-800:disabled {
    --tw-ring-offset-color: #27272a;
  }

  .md\:disabled\:ring-offset-gray-900:disabled {
    --tw-ring-offset-color: #18181b;
  }

  .md\:disabled\:ring-offset-coolGray-50:disabled {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:disabled\:ring-offset-coolGray-100:disabled {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:disabled\:ring-offset-coolGray-200:disabled {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:disabled\:ring-offset-coolGray-300:disabled {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:disabled\:ring-offset-coolGray-400:disabled {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:disabled\:ring-offset-coolGray-500:disabled {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:disabled\:ring-offset-coolGray-600:disabled {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:disabled\:ring-offset-coolGray-700:disabled {
    --tw-ring-offset-color: #374151;
  }

  .md\:disabled\:ring-offset-coolGray-800:disabled {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:disabled\:ring-offset-coolGray-900:disabled {
    --tw-ring-offset-color: #111827;
  }

  .md\:disabled\:ring-offset-blueGray-50:disabled {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:disabled\:ring-offset-blueGray-100:disabled {
    --tw-ring-offset-color: #f1f5f9;
  }

  .md\:disabled\:ring-offset-blueGray-200:disabled {
    --tw-ring-offset-color: #e2e8f0;
  }

  .md\:disabled\:ring-offset-blueGray-300:disabled {
    --tw-ring-offset-color: #cbd5e1;
  }

  .md\:disabled\:ring-offset-blueGray-400:disabled {
    --tw-ring-offset-color: #94a3b8;
  }

  .md\:disabled\:ring-offset-blueGray-500:disabled {
    --tw-ring-offset-color: #64748b;
  }

  .md\:disabled\:ring-offset-blueGray-600:disabled {
    --tw-ring-offset-color: #475569;
  }

  .md\:disabled\:ring-offset-blueGray-700:disabled {
    --tw-ring-offset-color: #334155;
  }

  .md\:disabled\:ring-offset-blueGray-800:disabled {
    --tw-ring-offset-color: #1e293b;
  }

  .md\:disabled\:ring-offset-blueGray-900:disabled {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:disabled\:ring-offset-current:disabled {
    --tw-ring-offset-color: current;
  }

  .md\:disabled\:ring-offset-transparent:disabled {
    --tw-ring-offset-color: transparent;
  }

  .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;
  }

  .group:hover .md\:group-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .group:hover .md\:group-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .group:hover .md\:group-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .group:hover .md\:group-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .group:hover .md\:group-hover\: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\:first\:ring-offset-0:first-child {
    --tw-ring-offset-width: 0px;
  }

  .md\:first\:ring-offset-1:first-child {
    --tw-ring-offset-width: 1px;
  }

  .md\:first\:ring-offset-2:first-child {
    --tw-ring-offset-width: 2px;
  }

  .md\:first\:ring-offset-4:first-child {
    --tw-ring-offset-width: 4px;
  }

  .md\:first\:ring-offset-8:first-child {
    --tw-ring-offset-width: 8px;
  }

  .md\:last\:ring-offset-0:last-child {
    --tw-ring-offset-width: 0px;
  }

  .md\:last\:ring-offset-1:last-child {
    --tw-ring-offset-width: 1px;
  }

  .md\:last\:ring-offset-2:last-child {
    --tw-ring-offset-width: 2px;
  }

  .md\:last\:ring-offset-4:last-child {
    --tw-ring-offset-width: 4px;
  }

  .md\:last\:ring-offset-8:last-child {
    --tw-ring-offset-width: 8px;
  }

  .md\:odd\:ring-offset-0:nth-child(odd) {
    --tw-ring-offset-width: 0px;
  }

  .md\:odd\:ring-offset-1:nth-child(odd) {
    --tw-ring-offset-width: 1px;
  }

  .md\:odd\:ring-offset-2:nth-child(odd) {
    --tw-ring-offset-width: 2px;
  }

  .md\:odd\:ring-offset-4:nth-child(odd) {
    --tw-ring-offset-width: 4px;
  }

  .md\:odd\:ring-offset-8:nth-child(odd) {
    --tw-ring-offset-width: 8px;
  }

  .md\:even\:ring-offset-0:nth-child(even) {
    --tw-ring-offset-width: 0px;
  }

  .md\:even\:ring-offset-1:nth-child(even) {
    --tw-ring-offset-width: 1px;
  }

  .md\:even\:ring-offset-2:nth-child(even) {
    --tw-ring-offset-width: 2px;
  }

  .md\:even\:ring-offset-4:nth-child(even) {
    --tw-ring-offset-width: 4px;
  }

  .md\:even\:ring-offset-8:nth-child(even) {
    --tw-ring-offset-width: 8px;
  }

  .md\:hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .md\:hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .md\:hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .md\:hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .md\:hover\:ring-offset-8:hover {
    --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\:active\:ring-offset-0:active {
    --tw-ring-offset-width: 0px;
  }

  .md\:active\:ring-offset-1:active {
    --tw-ring-offset-width: 1px;
  }

  .md\:active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
  }

  .md\:active\:ring-offset-4:active {
    --tw-ring-offset-width: 4px;
  }

  .md\:active\:ring-offset-8:active {
    --tw-ring-offset-width: 8px;
  }

  .md\:visited\:ring-offset-0:visited {
    --tw-ring-offset-width: 0px;
  }

  .md\:visited\:ring-offset-1:visited {
    --tw-ring-offset-width: 1px;
  }

  .md\:visited\:ring-offset-2:visited {
    --tw-ring-offset-width: 2px;
  }

  .md\:visited\:ring-offset-4:visited {
    --tw-ring-offset-width: 4px;
  }

  .md\:visited\:ring-offset-8:visited {
    --tw-ring-offset-width: 8px;
  }

  .md\:disabled\:ring-offset-0:disabled {
    --tw-ring-offset-width: 0px;
  }

  .md\:disabled\:ring-offset-1:disabled {
    --tw-ring-offset-width: 1px;
  }

  .md\:disabled\:ring-offset-2:disabled {
    --tw-ring-offset-width: 2px;
  }

  .md\:disabled\:ring-offset-4:disabled {
    --tw-ring-offset-width: 4px;
  }

  .md\:disabled\:ring-offset-8:disabled {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:ring-current {
    --tw-ring-color: current;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .group:hover .md\:group-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .group:hover .md\:group-hover\:ring-current {
    --tw-ring-color: current;
  }

  .group:hover .md\:group-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warmGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-trueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-coolGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: current;
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:first\:ring-black:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:first\:ring-white:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:first\:ring-rose-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:first\:ring-pink-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:first\:ring-fuchsia-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:first\:ring-purple-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:first\:ring-violet-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:first\:ring-indigo-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lightBlue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:first\:ring-cyan-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:first\:ring-teal-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:first\:ring-emerald-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:first\:ring-green-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:first\:ring-lime-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:first\:ring-yellow-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:first\:ring-amber-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:first\:ring-orange-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:first\:ring-red-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:first\:ring-warmGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:first\:ring-trueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:first\:ring-gray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:first\:ring-coolGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:first\:ring-blueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:first\:ring-current:first-child {
    --tw-ring-color: current;
  }

  .md\:first\:ring-transparent:first-child {
    --tw-ring-color: transparent;
  }

  .md\:last\:ring-black:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:last\:ring-white:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:last\:ring-rose-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:last\:ring-pink-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:last\:ring-fuchsia-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:last\:ring-purple-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:last\:ring-violet-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:last\:ring-indigo-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lightBlue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:last\:ring-cyan-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:last\:ring-teal-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:last\:ring-emerald-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:last\:ring-green-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:last\:ring-lime-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:last\:ring-yellow-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:last\:ring-amber-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:last\:ring-orange-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:last\:ring-red-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:last\:ring-warmGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:last\:ring-trueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:last\:ring-gray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:last\:ring-coolGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:last\:ring-blueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:last\:ring-current:last-child {
    --tw-ring-color: current;
  }

  .md\:last\:ring-transparent:last-child {
    --tw-ring-color: transparent;
  }

  .md\:odd\:ring-black:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-white:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-rose-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-pink-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-fuchsia-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-purple-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-violet-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-indigo-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lightBlue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-cyan-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-teal-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-emerald-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-green-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-lime-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-yellow-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-amber-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-orange-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-red-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-warmGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-trueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-gray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-coolGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-blueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:odd\:ring-current:nth-child(odd) {
    --tw-ring-color: current;
  }

  .md\:odd\:ring-transparent:nth-child(odd) {
    --tw-ring-color: transparent;
  }

  .md\:even\:ring-black:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:even\:ring-white:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:even\:ring-rose-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:even\:ring-pink-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:even\:ring-fuchsia-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:even\:ring-purple-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:even\:ring-violet-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:even\:ring-indigo-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lightBlue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:even\:ring-cyan-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:even\:ring-teal-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:even\:ring-emerald-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:even\:ring-green-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:even\:ring-lime-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:even\:ring-yellow-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:even\:ring-amber-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:even\:ring-orange-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:even\:ring-red-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:even\:ring-warmGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:even\:ring-trueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:even\:ring-gray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:even\:ring-coolGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:even\:ring-blueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:even\:ring-current:nth-child(even) {
    --tw-ring-color: current;
  }

  .md\:even\:ring-transparent:nth-child(even) {
    --tw-ring-color: transparent;
  }

  .md\:hover\:ring-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lightBlue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-warmGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-trueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-coolGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-blueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:hover\:ring-current:hover {
    --tw-ring-color: current;
  }

  .md\:hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lightBlue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warmGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-trueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-coolGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: current;
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:active\:ring-black:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:active\:ring-white:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:active\:ring-rose-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:active\:ring-pink-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:active\:ring-fuchsia-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:active\:ring-purple-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:active\:ring-violet-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:active\:ring-indigo-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lightBlue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:active\:ring-cyan-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:active\:ring-teal-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:active\:ring-emerald-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:active\:ring-green-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:active\:ring-lime-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:active\:ring-yellow-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:active\:ring-amber-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:active\:ring-orange-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:active\:ring-red-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:active\:ring-warmGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:active\:ring-trueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:active\:ring-gray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:active\:ring-coolGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:active\:ring-blueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:active\:ring-current:active {
    --tw-ring-color: current;
  }

  .md\:active\:ring-transparent:active {
    --tw-ring-color: transparent;
  }

  .md\:visited\:ring-black:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-white:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-rose-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-pink-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-fuchsia-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-purple-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-violet-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-indigo-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lightBlue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-cyan-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-teal-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-emerald-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-green-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-lime-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-yellow-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-amber-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-orange-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-red-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-warmGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-trueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-gray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-coolGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-blueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:visited\:ring-current:visited {
    --tw-ring-color: current;
  }

  .md\:visited\:ring-transparent:visited {
    --tw-ring-color: transparent;
  }

  .md\:disabled\:ring-black:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-white:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-rose-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-pink-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-fuchsia-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-purple-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-violet-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-indigo-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lightBlue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-cyan-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-teal-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-emerald-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-green-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-lime-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-yellow-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-amber-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-orange-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-red-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-warmGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-trueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-gray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-coolGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-blueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:disabled\:ring-current:disabled {
    --tw-ring-color: current;
  }

  .md\:disabled\:ring-transparent:disabled {
    --tw-ring-color: transparent;
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .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;
  }

  .group:hover .md\:group-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .group:hover .md\:group-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .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\:first\:ring-opacity-0:first-child {
    --tw-ring-opacity: 0;
  }

  .md\:first\:ring-opacity-5:first-child {
    --tw-ring-opacity: 0.05;
  }

  .md\:first\:ring-opacity-10:first-child {
    --tw-ring-opacity: 0.1;
  }

  .md\:first\:ring-opacity-20:first-child {
    --tw-ring-opacity: 0.2;
  }

  .md\:first\:ring-opacity-25:first-child {
    --tw-ring-opacity: 0.25;
  }

  .md\:first\:ring-opacity-30:first-child {
    --tw-ring-opacity: 0.3;
  }

  .md\:first\:ring-opacity-40:first-child {
    --tw-ring-opacity: 0.4;
  }

  .md\:first\:ring-opacity-50:first-child {
    --tw-ring-opacity: 0.5;
  }

  .md\:first\:ring-opacity-60:first-child {
    --tw-ring-opacity: 0.6;
  }

  .md\:first\:ring-opacity-70:first-child {
    --tw-ring-opacity: 0.7;
  }

  .md\:first\:ring-opacity-75:first-child {
    --tw-ring-opacity: 0.75;
  }

  .md\:first\:ring-opacity-80:first-child {
    --tw-ring-opacity: 0.8;
  }

  .md\:first\:ring-opacity-90:first-child {
    --tw-ring-opacity: 0.9;
  }

  .md\:first\:ring-opacity-95:first-child {
    --tw-ring-opacity: 0.95;
  }

  .md\:first\:ring-opacity-100:first-child {
    --tw-ring-opacity: 1;
  }

  .md\:last\:ring-opacity-0:last-child {
    --tw-ring-opacity: 0;
  }

  .md\:last\:ring-opacity-5:last-child {
    --tw-ring-opacity: 0.05;
  }

  .md\:last\:ring-opacity-10:last-child {
    --tw-ring-opacity: 0.1;
  }

  .md\:last\:ring-opacity-20:last-child {
    --tw-ring-opacity: 0.2;
  }

  .md\:last\:ring-opacity-25:last-child {
    --tw-ring-opacity: 0.25;
  }

  .md\:last\:ring-opacity-30:last-child {
    --tw-ring-opacity: 0.3;
  }

  .md\:last\:ring-opacity-40:last-child {
    --tw-ring-opacity: 0.4;
  }

  .md\:last\:ring-opacity-50:last-child {
    --tw-ring-opacity: 0.5;
  }

  .md\:last\:ring-opacity-60:last-child {
    --tw-ring-opacity: 0.6;
  }

  .md\:last\:ring-opacity-70:last-child {
    --tw-ring-opacity: 0.7;
  }

  .md\:last\:ring-opacity-75:last-child {
    --tw-ring-opacity: 0.75;
  }

  .md\:last\:ring-opacity-80:last-child {
    --tw-ring-opacity: 0.8;
  }

  .md\:last\:ring-opacity-90:last-child {
    --tw-ring-opacity: 0.9;
  }

  .md\:last\:ring-opacity-95:last-child {
    --tw-ring-opacity: 0.95;
  }

  .md\:last\:ring-opacity-100:last-child {
    --tw-ring-opacity: 1;
  }

  .md\:odd\:ring-opacity-0:nth-child(odd) {
    --tw-ring-opacity: 0;
  }

  .md\:odd\:ring-opacity-5:nth-child(odd) {
    --tw-ring-opacity: 0.05;
  }

  .md\:odd\:ring-opacity-10:nth-child(odd) {
    --tw-ring-opacity: 0.1;
  }

  .md\:odd\:ring-opacity-20:nth-child(odd) {
    --tw-ring-opacity: 0.2;
  }

  .md\:odd\:ring-opacity-25:nth-child(odd) {
    --tw-ring-opacity: 0.25;
  }

  .md\:odd\:ring-opacity-30:nth-child(odd) {
    --tw-ring-opacity: 0.3;
  }

  .md\:odd\:ring-opacity-40:nth-child(odd) {
    --tw-ring-opacity: 0.4;
  }

  .md\:odd\:ring-opacity-50:nth-child(odd) {
    --tw-ring-opacity: 0.5;
  }

  .md\:odd\:ring-opacity-60:nth-child(odd) {
    --tw-ring-opacity: 0.6;
  }

  .md\:odd\:ring-opacity-70:nth-child(odd) {
    --tw-ring-opacity: 0.7;
  }

  .md\:odd\:ring-opacity-75:nth-child(odd) {
    --tw-ring-opacity: 0.75;
  }

  .md\:odd\:ring-opacity-80:nth-child(odd) {
    --tw-ring-opacity: 0.8;
  }

  .md\:odd\:ring-opacity-90:nth-child(odd) {
    --tw-ring-opacity: 0.9;
  }

  .md\:odd\:ring-opacity-95:nth-child(odd) {
    --tw-ring-opacity: 0.95;
  }

  .md\:odd\:ring-opacity-100:nth-child(odd) {
    --tw-ring-opacity: 1;
  }

  .md\:even\:ring-opacity-0:nth-child(even) {
    --tw-ring-opacity: 0;
  }

  .md\:even\:ring-opacity-5:nth-child(even) {
    --tw-ring-opacity: 0.05;
  }

  .md\:even\:ring-opacity-10:nth-child(even) {
    --tw-ring-opacity: 0.1;
  }

  .md\:even\:ring-opacity-20:nth-child(even) {
    --tw-ring-opacity: 0.2;
  }

  .md\:even\:ring-opacity-25:nth-child(even) {
    --tw-ring-opacity: 0.25;
  }

  .md\:even\:ring-opacity-30:nth-child(even) {
    --tw-ring-opacity: 0.3;
  }

  .md\:even\:ring-opacity-40:nth-child(even) {
    --tw-ring-opacity: 0.4;
  }

  .md\:even\:ring-opacity-50:nth-child(even) {
    --tw-ring-opacity: 0.5;
  }

  .md\:even\:ring-opacity-60:nth-child(even) {
    --tw-ring-opacity: 0.6;
  }

  .md\:even\:ring-opacity-70:nth-child(even) {
    --tw-ring-opacity: 0.7;
  }

  .md\:even\:ring-opacity-75:nth-child(even) {
    --tw-ring-opacity: 0.75;
  }

  .md\:even\:ring-opacity-80:nth-child(even) {
    --tw-ring-opacity: 0.8;
  }

  .md\:even\:ring-opacity-90:nth-child(even) {
    --tw-ring-opacity: 0.9;
  }

  .md\:even\:ring-opacity-95:nth-child(even) {
    --tw-ring-opacity: 0.95;
  }

  .md\:even\:ring-opacity-100:nth-child(even) {
    --tw-ring-opacity: 1;
  }

  .md\:hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .md\:hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .md\:hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .md\:hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .md\:hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .md\:hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .md\:hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .md\:hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .md\:hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .md\:hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .md\:hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .md\:hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .md\:hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .md\:hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .md\:hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .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\:active\:ring-opacity-0:active {
    --tw-ring-opacity: 0;
  }

  .md\:active\:ring-opacity-5:active {
    --tw-ring-opacity: 0.05;
  }

  .md\:active\:ring-opacity-10:active {
    --tw-ring-opacity: 0.1;
  }

  .md\:active\:ring-opacity-20:active {
    --tw-ring-opacity: 0.2;
  }

  .md\:active\:ring-opacity-25:active {
    --tw-ring-opacity: 0.25;
  }

  .md\:active\:ring-opacity-30:active {
    --tw-ring-opacity: 0.3;
  }

  .md\:active\:ring-opacity-40:active {
    --tw-ring-opacity: 0.4;
  }

  .md\:active\:ring-opacity-50:active {
    --tw-ring-opacity: 0.5;
  }

  .md\:active\:ring-opacity-60:active {
    --tw-ring-opacity: 0.6;
  }

  .md\:active\:ring-opacity-70:active {
    --tw-ring-opacity: 0.7;
  }

  .md\:active\:ring-opacity-75:active {
    --tw-ring-opacity: 0.75;
  }

  .md\:active\:ring-opacity-80:active {
    --tw-ring-opacity: 0.8;
  }

  .md\:active\:ring-opacity-90:active {
    --tw-ring-opacity: 0.9;
  }

  .md\:active\:ring-opacity-95:active {
    --tw-ring-opacity: 0.95;
  }

  .md\:active\:ring-opacity-100:active {
    --tw-ring-opacity: 1;
  }

  .md\:visited\:ring-opacity-0:visited {
    --tw-ring-opacity: 0;
  }

  .md\:visited\:ring-opacity-5:visited {
    --tw-ring-opacity: 0.05;
  }

  .md\:visited\:ring-opacity-10:visited {
    --tw-ring-opacity: 0.1;
  }

  .md\:visited\:ring-opacity-20:visited {
    --tw-ring-opacity: 0.2;
  }

  .md\:visited\:ring-opacity-25:visited {
    --tw-ring-opacity: 0.25;
  }

  .md\:visited\:ring-opacity-30:visited {
    --tw-ring-opacity: 0.3;
  }

  .md\:visited\:ring-opacity-40:visited {
    --tw-ring-opacity: 0.4;
  }

  .md\:visited\:ring-opacity-50:visited {
    --tw-ring-opacity: 0.5;
  }

  .md\:visited\:ring-opacity-60:visited {
    --tw-ring-opacity: 0.6;
  }

  .md\:visited\:ring-opacity-70:visited {
    --tw-ring-opacity: 0.7;
  }

  .md\:visited\:ring-opacity-75:visited {
    --tw-ring-opacity: 0.75;
  }

  .md\:visited\:ring-opacity-80:visited {
    --tw-ring-opacity: 0.8;
  }

  .md\:visited\:ring-opacity-90:visited {
    --tw-ring-opacity: 0.9;
  }

  .md\:visited\:ring-opacity-95:visited {
    --tw-ring-opacity: 0.95;
  }

  .md\:visited\:ring-opacity-100:visited {
    --tw-ring-opacity: 1;
  }

  .md\:disabled\:ring-opacity-0:disabled {
    --tw-ring-opacity: 0;
  }

  .md\:disabled\:ring-opacity-5:disabled {
    --tw-ring-opacity: 0.05;
  }

  .md\:disabled\:ring-opacity-10:disabled {
    --tw-ring-opacity: 0.1;
  }

  .md\:disabled\:ring-opacity-20:disabled {
    --tw-ring-opacity: 0.2;
  }

  .md\:disabled\:ring-opacity-25:disabled {
    --tw-ring-opacity: 0.25;
  }

  .md\:disabled\:ring-opacity-30:disabled {
    --tw-ring-opacity: 0.3;
  }

  .md\:disabled\:ring-opacity-40:disabled {
    --tw-ring-opacity: 0.4;
  }

  .md\:disabled\:ring-opacity-50:disabled {
    --tw-ring-opacity: 0.5;
  }

  .md\:disabled\:ring-opacity-60:disabled {
    --tw-ring-opacity: 0.6;
  }

  .md\:disabled\:ring-opacity-70:disabled {
    --tw-ring-opacity: 0.7;
  }

  .md\:disabled\:ring-opacity-75:disabled {
    --tw-ring-opacity: 0.75;
  }

  .md\:disabled\:ring-opacity-80:disabled {
    --tw-ring-opacity: 0.8;
  }

  .md\:disabled\:ring-opacity-90:disabled {
    --tw-ring-opacity: 0.9;
  }

  .md\:disabled\:ring-opacity-95:disabled {
    --tw-ring-opacity: 0.95;
  }

  .md\:disabled\:ring-opacity-100:disabled {
    --tw-ring-opacity: 1;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .group:hover .md\:group-hover\:fill-current {
    fill: currentColor;
  }

  .md\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .md\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .md\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .md\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .md\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .md\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .md\:active\:fill-current:active {
    fill: currentColor;
  }

  .md\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .md\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .md\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .md\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .md\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .md\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .md\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .md\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .md\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .md\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .md\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .md\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .group:hover .md\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .md\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .md\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .md\:focus-within\:stroke-0:focus-within {
    stroke-width: 0;
  }

  .md\:focus-within\:stroke-1:focus-within {
    stroke-width: 1;
  }

  .md\:focus-within\:stroke-2:focus-within {
    stroke-width: 2;
  }

  .md\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .md\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .md\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .md\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .md\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .md\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .md\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .md\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .md\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .md\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .md\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .md\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .md\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .md\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .md\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .md\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .md\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .md\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .md\:active\:stroke-0:active {
    stroke-width: 0;
  }

  .md\:active\:stroke-1:active {
    stroke-width: 1;
  }

  .md\:active\:stroke-2:active {
    stroke-width: 2;
  }

  .md\:visited\:stroke-0:visited {
    stroke-width: 0;
  }

  .md\:visited\:stroke-1:visited {
    stroke-width: 1;
  }

  .md\:visited\:stroke-2:visited {
    stroke-width: 2;
  }

  .md\:disabled\:stroke-0:disabled {
    stroke-width: 0;
  }

  .md\:disabled\:stroke-1:disabled {
    stroke-width: 1;
  }

  .md\:disabled\:stroke-2:disabled {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .md\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .md\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .md\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .md\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .md\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .md\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .md\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .md\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .md\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .md\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .md\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .md\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .md\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .md\:active\:table-auto:active {
    table-layout: auto;
  }

  .md\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .md\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .md\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .md\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .md\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .group:hover .md\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .md\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .md\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .md\:group-hover\:text-justify {
    text-align: justify;
  }

  .md\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .md\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .md\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .md\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .md\:first\:text-left:first-child {
    text-align: left;
  }

  .md\:first\:text-center:first-child {
    text-align: center;
  }

  .md\:first\:text-right:first-child {
    text-align: right;
  }

  .md\:first\:text-justify:first-child {
    text-align: justify;
  }

  .md\:last\:text-left:last-child {
    text-align: left;
  }

  .md\:last\:text-center:last-child {
    text-align: center;
  }

  .md\:last\:text-right:last-child {
    text-align: right;
  }

  .md\:last\:text-justify:last-child {
    text-align: justify;
  }

  .md\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .md\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .md\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .md\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .md\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .md\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .md\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .md\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .md\:hover\:text-left:hover {
    text-align: left;
  }

  .md\:hover\:text-center:hover {
    text-align: center;
  }

  .md\:hover\:text-right:hover {
    text-align: right;
  }

  .md\:hover\:text-justify:hover {
    text-align: justify;
  }

  .md\:focus\:text-left:focus {
    text-align: left;
  }

  .md\:focus\:text-center:focus {
    text-align: center;
  }

  .md\:focus\:text-right:focus {
    text-align: right;
  }

  .md\:focus\:text-justify:focus {
    text-align: justify;
  }

  .md\:active\:text-left:active {
    text-align: left;
  }

  .md\:active\:text-center:active {
    text-align: center;
  }

  .md\:active\:text-right:active {
    text-align: right;
  }

  .md\:active\:text-justify:active {
    text-align: justify;
  }

  .md\:visited\:text-left:visited {
    text-align: left;
  }

  .md\:visited\:text-center:visited {
    text-align: center;
  }

  .md\:visited\:text-right:visited {
    text-align: right;
  }

  .md\:visited\:text-justify:visited {
    text-align: justify;
  }

  .md\:disabled\:text-left:disabled {
    text-align: left;
  }

  .md\:disabled\:text-center:disabled {
    text-align: center;
  }

  .md\:disabled\:text-right:disabled {
    text-align: right;
  }

  .md\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:text-current {
    color: current;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-current {
    color: current;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lightBlue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warmGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-trueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-coolGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-current:focus-within {
    color: current;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:first\:text-black:first-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:first\:text-white:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:first\:text-rose-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:first\:text-pink-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:first\:text-fuchsia-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:first\:text-purple-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:first\:text-violet-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:first\:text-indigo-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:first\:text-blue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:first\:text-lightBlue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:first\:text-cyan-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:first\:text-teal-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:first\:text-emerald-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:first\:text-green-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:first\:text-green-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:first\:text-green-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:first\:text-green-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:first\:text-green-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:first\:text-green-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:first\:text-green-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:first\:text-green-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:first\:text-green-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:first\:text-green-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:first\:text-lime-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:first\:text-yellow-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:first\:text-amber-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:first\:text-orange-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:first\:text-red-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:first\:text-red-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:first\:text-red-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:first\:text-red-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:first\:text-red-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:first\:text-red-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:first\:text-red-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:first\:text-red-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:first\:text-red-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:first\:text-red-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:first\:text-warmGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:first\:text-trueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:first\:text-gray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:first\:text-coolGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:first\:text-blueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:first\:text-current:first-child {
    color: current;
  }

  .md\:first\:text-transparent:first-child {
    color: transparent;
  }

  .md\:last\:text-black:last-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:last\:text-white:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:last\:text-rose-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:last\:text-pink-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:last\:text-fuchsia-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:last\:text-purple-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:last\:text-violet-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:last\:text-indigo-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:last\:text-blue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:last\:text-lightBlue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:last\:text-cyan-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:last\:text-teal-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:last\:text-emerald-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:last\:text-green-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:last\:text-green-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:last\:text-green-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:last\:text-green-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:last\:text-green-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:last\:text-green-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:last\:text-green-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:last\:text-green-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:last\:text-green-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:last\:text-green-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:last\:text-lime-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:last\:text-yellow-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:last\:text-amber-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:last\:text-orange-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:last\:text-red-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:last\:text-red-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:last\:text-red-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:last\:text-red-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:last\:text-red-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:last\:text-red-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:last\:text-red-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:last\:text-red-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:last\:text-red-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:last\:text-red-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:last\:text-warmGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:last\:text-trueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:last\:text-gray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:last\:text-coolGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:last\:text-blueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:last\:text-current:last-child {
    color: current;
  }

  .md\:last\:text-transparent:last-child {
    color: transparent;
  }

  .md\:odd\:text-black:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:odd\:text-white:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:odd\:text-rose-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:odd\:text-pink-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:odd\:text-fuchsia-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:odd\:text-purple-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:odd\:text-violet-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:odd\:text-indigo-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:odd\:text-blue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:odd\:text-lightBlue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:odd\:text-cyan-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:odd\:text-teal-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:odd\:text-emerald-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:odd\:text-green-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:odd\:text-lime-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:odd\:text-yellow-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:odd\:text-amber-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:odd\:text-orange-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:odd\:text-red-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:odd\:text-warmGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:odd\:text-trueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:odd\:text-gray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:odd\:text-coolGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:odd\:text-blueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:odd\:text-current:nth-child(odd) {
    color: current;
  }

  .md\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .md\:even\:text-black:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:even\:text-white:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:even\:text-rose-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:even\:text-pink-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:even\:text-fuchsia-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:even\:text-purple-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:even\:text-violet-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:even\:text-indigo-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:even\:text-blue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:even\:text-lightBlue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:even\:text-cyan-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:even\:text-teal-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:even\:text-emerald-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:even\:text-green-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:even\:text-green-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:even\:text-green-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:even\:text-green-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:even\:text-green-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:even\:text-green-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:even\:text-green-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:even\:text-green-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:even\:text-green-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:even\:text-green-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:even\:text-lime-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:even\:text-yellow-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:even\:text-amber-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:even\:text-orange-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:even\:text-red-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:even\:text-red-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:even\:text-red-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:even\:text-red-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:even\:text-red-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:even\:text-red-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:even\:text-red-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:even\:text-red-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:even\:text-red-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:even\:text-red-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:even\:text-warmGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:even\:text-trueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:even\:text-gray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:even\:text-coolGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:even\:text-blueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:even\:text-current:nth-child(even) {
    color: current;
  }

  .md\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-lightBlue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-warmGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-trueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-coolGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-blueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:hover\:text-current:hover {
    color: current;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-lightBlue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-warmGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-trueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-coolGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-blueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:focus\:text-current:focus {
    color: current;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:active\:text-black:active {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-500:active {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-600:active {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-800:active {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:active\:text-rose-900:active {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-100:active {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-200:active {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-300:active {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-400:active {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-500:active {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-600:active {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-800:active {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:active\:text-pink-900:active {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-100:active {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-200:active {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-300:active {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-400:active {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-500:active {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-600:active {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-700:active {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-800:active {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:active\:text-fuchsia-900:active {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-200:active {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-300:active {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-400:active {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-500:active {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-600:active {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-700:active {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-800:active {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:active\:text-purple-900:active {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-50:active {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-100:active {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-200:active {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-300:active {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-400:active {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-500:active {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-600:active {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-700:active {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-800:active {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:active\:text-violet-900:active {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-50:active {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-200:active {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-300:active {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-400:active {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-500:active {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-600:active {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-700:active {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-800:active {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:active\:text-indigo-900:active {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-50:active {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-100:active {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-200:active {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-300:active {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-400:active {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-500:active {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-600:active {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-700:active {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:active\:text-blue-900:active {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-200:active {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-300:active {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-400:active {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-500:active {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-600:active {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-700:active {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-800:active {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:active\:text-lightBlue-900:active {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-100:active {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-200:active {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-300:active {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-400:active {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-500:active {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-600:active {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-700:active {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-800:active {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:active\:text-cyan-900:active {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-100:active {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-200:active {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-300:active {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-400:active {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-500:active {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-600:active {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-700:active {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-800:active {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:active\:text-teal-900:active {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-100:active {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-200:active {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-300:active {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-400:active {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-500:active {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-600:active {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-700:active {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-800:active {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:active\:text-emerald-900:active {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:active\:text-green-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:active\:text-green-100:active {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:active\:text-green-200:active {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:active\:text-green-300:active {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:active\:text-green-400:active {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:active\:text-green-500:active {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:active\:text-green-600:active {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:active\:text-green-700:active {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:active\:text-green-800:active {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:active\:text-green-900:active {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-50:active {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-100:active {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-200:active {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-300:active {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-500:active {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-600:active {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-700:active {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-800:active {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:active\:text-lime-900:active {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-400:active {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-500:active {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-600:active {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-700:active {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-800:active {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:active\:text-yellow-900:active {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-200:active {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-500:active {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-600:active {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-700:active {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-800:active {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:active\:text-amber-900:active {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-500:active {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-600:active {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-700:active {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-800:active {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:active\:text-orange-900:active {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:active\:text-red-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:active\:text-red-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:active\:text-red-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:active\:text-red-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:active\:text-red-400:active {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:active\:text-red-500:active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:active\:text-red-600:active {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:active\:text-red-700:active {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:active\:text-red-800:active {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:active\:text-red-900:active {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:active\:text-warmGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:active\:text-trueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-100:active {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-200:active {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-400:active {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:active\:text-gray-900:active {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:active\:text-coolGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:active\:text-blueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:active\:text-current:active {
    color: current;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:visited\:text-black:visited {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:visited\:text-white:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-500:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-600:visited {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-800:visited {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:visited\:text-rose-900:visited {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-100:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-200:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-300:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-400:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-500:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-600:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-800:visited {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:visited\:text-pink-900:visited {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-100:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-200:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-300:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-400:visited {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-500:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-600:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-700:visited {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-800:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:visited\:text-fuchsia-900:visited {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-200:visited {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-300:visited {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-400:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-500:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-700:visited {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-800:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:visited\:text-purple-900:visited {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-50:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-100:visited {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-200:visited {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-300:visited {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-400:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-500:visited {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-700:visited {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-800:visited {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:visited\:text-violet-900:visited {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-50:visited {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-200:visited {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-300:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-400:visited {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-500:visited {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-600:visited {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-700:visited {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-800:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:visited\:text-indigo-900:visited {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:visited\:text-blue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:visited\:text-lightBlue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-100:visited {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-200:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-300:visited {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-400:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-500:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-600:visited {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-700:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-800:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:visited\:text-cyan-900:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-100:visited {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-200:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-300:visited {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-400:visited {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-500:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-600:visited {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-700:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-800:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:visited\:text-teal-900:visited {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-100:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-200:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-300:visited {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-400:visited {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-500:visited {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-600:visited {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-700:visited {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-800:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:visited\:text-emerald-900:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-100:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-200:visited {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-300:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-400:visited {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-500:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-600:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-700:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-800:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:visited\:text-green-900:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-50:visited {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-100:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-200:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-300:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-500:visited {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-600:visited {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-700:visited {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-800:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:visited\:text-lime-900:visited {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-400:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-500:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-600:visited {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-700:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-800:visited {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:visited\:text-yellow-900:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-200:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-500:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-600:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-700:visited {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-800:visited {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:visited\:text-amber-900:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-500:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-600:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-700:visited {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-800:visited {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:visited\:text-orange-900:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-400:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-500:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-600:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-700:visited {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-800:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:visited\:text-red-900:visited {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:visited\:text-warmGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:visited\:text-trueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:visited\:text-gray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:visited\:text-coolGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:visited\:text-blueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:visited\:text-current:visited {
    color: current;
  }

  .md\:visited\:text-transparent:visited {
    color: transparent;
  }

  .md\:disabled\:text-black:disabled {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:disabled\:text-rose-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:disabled\:text-pink-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:disabled\:text-fuchsia-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:disabled\:text-purple-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:disabled\:text-violet-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:disabled\:text-indigo-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lightBlue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:disabled\:text-cyan-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:disabled\:text-teal-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:disabled\:text-emerald-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:disabled\:text-green-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:disabled\:text-lime-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:disabled\:text-yellow-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:disabled\:text-amber-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:disabled\:text-orange-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:disabled\:text-red-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:disabled\:text-warmGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:disabled\:text-trueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:disabled\:text-gray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:disabled\:text-coolGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .md\:disabled\:text-blueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:disabled\:text-current:disabled {
    color: current;
  }

  .md\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .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-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-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\:first\:text-opacity-0:first-child {
    --tw-text-opacity: 0;
  }

  .md\:first\:text-opacity-5:first-child {
    --tw-text-opacity: 0.05;
  }

  .md\:first\:text-opacity-10:first-child {
    --tw-text-opacity: 0.1;
  }

  .md\:first\:text-opacity-20:first-child {
    --tw-text-opacity: 0.2;
  }

  .md\:first\:text-opacity-25:first-child {
    --tw-text-opacity: 0.25;
  }

  .md\:first\:text-opacity-30:first-child {
    --tw-text-opacity: 0.3;
  }

  .md\:first\:text-opacity-40:first-child {
    --tw-text-opacity: 0.4;
  }

  .md\:first\:text-opacity-50:first-child {
    --tw-text-opacity: 0.5;
  }

  .md\:first\:text-opacity-60:first-child {
    --tw-text-opacity: 0.6;
  }

  .md\:first\:text-opacity-70:first-child {
    --tw-text-opacity: 0.7;
  }

  .md\:first\:text-opacity-75:first-child {
    --tw-text-opacity: 0.75;
  }

  .md\:first\:text-opacity-80:first-child {
    --tw-text-opacity: 0.8;
  }

  .md\:first\:text-opacity-90:first-child {
    --tw-text-opacity: 0.9;
  }

  .md\:first\:text-opacity-95:first-child {
    --tw-text-opacity: 0.95;
  }

  .md\:first\:text-opacity-100:first-child {
    --tw-text-opacity: 1;
  }

  .md\:last\:text-opacity-0:last-child {
    --tw-text-opacity: 0;
  }

  .md\:last\:text-opacity-5:last-child {
    --tw-text-opacity: 0.05;
  }

  .md\:last\:text-opacity-10:last-child {
    --tw-text-opacity: 0.1;
  }

  .md\:last\:text-opacity-20:last-child {
    --tw-text-opacity: 0.2;
  }

  .md\:last\:text-opacity-25:last-child {
    --tw-text-opacity: 0.25;
  }

  .md\:last\:text-opacity-30:last-child {
    --tw-text-opacity: 0.3;
  }

  .md\:last\:text-opacity-40:last-child {
    --tw-text-opacity: 0.4;
  }

  .md\:last\:text-opacity-50:last-child {
    --tw-text-opacity: 0.5;
  }

  .md\:last\:text-opacity-60:last-child {
    --tw-text-opacity: 0.6;
  }

  .md\:last\:text-opacity-70:last-child {
    --tw-text-opacity: 0.7;
  }

  .md\:last\:text-opacity-75:last-child {
    --tw-text-opacity: 0.75;
  }

  .md\:last\:text-opacity-80:last-child {
    --tw-text-opacity: 0.8;
  }

  .md\:last\:text-opacity-90:last-child {
    --tw-text-opacity: 0.9;
  }

  .md\:last\:text-opacity-95:last-child {
    --tw-text-opacity: 0.95;
  }

  .md\:last\:text-opacity-100:last-child {
    --tw-text-opacity: 1;
  }

  .md\:odd\:text-opacity-0:nth-child(odd) {
    --tw-text-opacity: 0;
  }

  .md\:odd\:text-opacity-5:nth-child(odd) {
    --tw-text-opacity: 0.05;
  }

  .md\:odd\:text-opacity-10:nth-child(odd) {
    --tw-text-opacity: 0.1;
  }

  .md\:odd\:text-opacity-20:nth-child(odd) {
    --tw-text-opacity: 0.2;
  }

  .md\:odd\:text-opacity-25:nth-child(odd) {
    --tw-text-opacity: 0.25;
  }

  .md\:odd\:text-opacity-30:nth-child(odd) {
    --tw-text-opacity: 0.3;
  }

  .md\:odd\:text-opacity-40:nth-child(odd) {
    --tw-text-opacity: 0.4;
  }

  .md\:odd\:text-opacity-50:nth-child(odd) {
    --tw-text-opacity: 0.5;
  }

  .md\:odd\:text-opacity-60:nth-child(odd) {
    --tw-text-opacity: 0.6;
  }

  .md\:odd\:text-opacity-70:nth-child(odd) {
    --tw-text-opacity: 0.7;
  }

  .md\:odd\:text-opacity-75:nth-child(odd) {
    --tw-text-opacity: 0.75;
  }

  .md\:odd\:text-opacity-80:nth-child(odd) {
    --tw-text-opacity: 0.8;
  }

  .md\:odd\:text-opacity-90:nth-child(odd) {
    --tw-text-opacity: 0.9;
  }

  .md\:odd\:text-opacity-95:nth-child(odd) {
    --tw-text-opacity: 0.95;
  }

  .md\:odd\:text-opacity-100:nth-child(odd) {
    --tw-text-opacity: 1;
  }

  .md\:even\:text-opacity-0:nth-child(even) {
    --tw-text-opacity: 0;
  }

  .md\:even\:text-opacity-5:nth-child(even) {
    --tw-text-opacity: 0.05;
  }

  .md\:even\:text-opacity-10:nth-child(even) {
    --tw-text-opacity: 0.1;
  }

  .md\:even\:text-opacity-20:nth-child(even) {
    --tw-text-opacity: 0.2;
  }

  .md\:even\:text-opacity-25:nth-child(even) {
    --tw-text-opacity: 0.25;
  }

  .md\:even\:text-opacity-30:nth-child(even) {
    --tw-text-opacity: 0.3;
  }

  .md\:even\:text-opacity-40:nth-child(even) {
    --tw-text-opacity: 0.4;
  }

  .md\:even\:text-opacity-50:nth-child(even) {
    --tw-text-opacity: 0.5;
  }

  .md\:even\:text-opacity-60:nth-child(even) {
    --tw-text-opacity: 0.6;
  }

  .md\:even\:text-opacity-70:nth-child(even) {
    --tw-text-opacity: 0.7;
  }

  .md\:even\:text-opacity-75:nth-child(even) {
    --tw-text-opacity: 0.75;
  }

  .md\:even\:text-opacity-80:nth-child(even) {
    --tw-text-opacity: 0.8;
  }

  .md\:even\:text-opacity-90:nth-child(even) {
    --tw-text-opacity: 0.9;
  }

  .md\:even\:text-opacity-95:nth-child(even) {
    --tw-text-opacity: 0.95;
  }

  .md\:even\:text-opacity-100:nth-child(even) {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .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-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\:active\:text-opacity-0:active {
    --tw-text-opacity: 0;
  }

  .md\:active\:text-opacity-5:active {
    --tw-text-opacity: 0.05;
  }

  .md\:active\:text-opacity-10:active {
    --tw-text-opacity: 0.1;
  }

  .md\:active\:text-opacity-20:active {
    --tw-text-opacity: 0.2;
  }

  .md\:active\:text-opacity-25:active {
    --tw-text-opacity: 0.25;
  }

  .md\:active\:text-opacity-30:active {
    --tw-text-opacity: 0.3;
  }

  .md\:active\:text-opacity-40:active {
    --tw-text-opacity: 0.4;
  }

  .md\:active\:text-opacity-50:active {
    --tw-text-opacity: 0.5;
  }

  .md\:active\:text-opacity-60:active {
    --tw-text-opacity: 0.6;
  }

  .md\:active\:text-opacity-70:active {
    --tw-text-opacity: 0.7;
  }

  .md\:active\:text-opacity-75:active {
    --tw-text-opacity: 0.75;
  }

  .md\:active\:text-opacity-80:active {
    --tw-text-opacity: 0.8;
  }

  .md\:active\:text-opacity-90:active {
    --tw-text-opacity: 0.9;
  }

  .md\:active\:text-opacity-95:active {
    --tw-text-opacity: 0.95;
  }

  .md\:active\:text-opacity-100:active {
    --tw-text-opacity: 1;
  }

  .md\:visited\:text-opacity-0:visited {
    --tw-text-opacity: 0;
  }

  .md\:visited\:text-opacity-5:visited {
    --tw-text-opacity: 0.05;
  }

  .md\:visited\:text-opacity-10:visited {
    --tw-text-opacity: 0.1;
  }

  .md\:visited\:text-opacity-20:visited {
    --tw-text-opacity: 0.2;
  }

  .md\:visited\:text-opacity-25:visited {
    --tw-text-opacity: 0.25;
  }

  .md\:visited\:text-opacity-30:visited {
    --tw-text-opacity: 0.3;
  }

  .md\:visited\:text-opacity-40:visited {
    --tw-text-opacity: 0.4;
  }

  .md\:visited\:text-opacity-50:visited {
    --tw-text-opacity: 0.5;
  }

  .md\:visited\:text-opacity-60:visited {
    --tw-text-opacity: 0.6;
  }

  .md\:visited\:text-opacity-70:visited {
    --tw-text-opacity: 0.7;
  }

  .md\:visited\:text-opacity-75:visited {
    --tw-text-opacity: 0.75;
  }

  .md\:visited\:text-opacity-80:visited {
    --tw-text-opacity: 0.8;
  }

  .md\:visited\:text-opacity-90:visited {
    --tw-text-opacity: 0.9;
  }

  .md\:visited\:text-opacity-95:visited {
    --tw-text-opacity: 0.95;
  }

  .md\:visited\:text-opacity-100:visited {
    --tw-text-opacity: 1;
  }

  .md\:disabled\:text-opacity-0:disabled {
    --tw-text-opacity: 0;
  }

  .md\:disabled\:text-opacity-5:disabled {
    --tw-text-opacity: 0.05;
  }

  .md\:disabled\:text-opacity-10:disabled {
    --tw-text-opacity: 0.1;
  }

  .md\:disabled\:text-opacity-20:disabled {
    --tw-text-opacity: 0.2;
  }

  .md\:disabled\:text-opacity-25:disabled {
    --tw-text-opacity: 0.25;
  }

  .md\:disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3;
  }

  .md\:disabled\:text-opacity-40:disabled {
    --tw-text-opacity: 0.4;
  }

  .md\:disabled\:text-opacity-50:disabled {
    --tw-text-opacity: 0.5;
  }

  .md\:disabled\:text-opacity-60:disabled {
    --tw-text-opacity: 0.6;
  }

  .md\:disabled\:text-opacity-70:disabled {
    --tw-text-opacity: 0.7;
  }

  .md\:disabled\:text-opacity-75:disabled {
    --tw-text-opacity: 0.75;
  }

  .md\:disabled\:text-opacity-80:disabled {
    --tw-text-opacity: 0.8;
  }

  .md\:disabled\:text-opacity-90:disabled {
    --tw-text-opacity: 0.9;
  }

  .md\:disabled\:text-opacity-95:disabled {
    --tw-text-opacity: 0.95;
  }

  .md\:disabled\:text-opacity-100:disabled {
    --tw-text-opacity: 1;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .group:hover .md\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .group:hover .md\:group-hover\:overflow-clip {
    text-overflow: clip;
  }

  .md\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus-within\:overflow-ellipsis:focus-within {
    text-overflow: ellipsis;
  }

  .md\:focus-within\:overflow-clip:focus-within {
    text-overflow: clip;
  }

  .md\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:first\:overflow-ellipsis:first-child {
    text-overflow: ellipsis;
  }

  .md\:first\:overflow-clip:first-child {
    text-overflow: clip;
  }

  .md\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:last\:overflow-ellipsis:last-child {
    text-overflow: ellipsis;
  }

  .md\:last\:overflow-clip:last-child {
    text-overflow: clip;
  }

  .md\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:odd\:overflow-ellipsis:nth-child(odd) {
    text-overflow: ellipsis;
  }

  .md\:odd\:overflow-clip:nth-child(odd) {
    text-overflow: clip;
  }

  .md\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:even\:overflow-ellipsis:nth-child(even) {
    text-overflow: ellipsis;
  }

  .md\:even\:overflow-clip:nth-child(even) {
    text-overflow: clip;
  }

  .md\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:hover\:overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .md\:hover\:overflow-clip:hover {
    text-overflow: clip;
  }

  .md\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus\:overflow-ellipsis:focus {
    text-overflow: ellipsis;
  }

  .md\:focus\:overflow-clip:focus {
    text-overflow: clip;
  }

  .md\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:active\:overflow-ellipsis:active {
    text-overflow: ellipsis;
  }

  .md\:active\:overflow-clip:active {
    text-overflow: clip;
  }

  .md\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:visited\:overflow-ellipsis:visited {
    text-overflow: ellipsis;
  }

  .md\:visited\:overflow-clip:visited {
    text-overflow: clip;
  }

  .md\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:disabled\:overflow-ellipsis:disabled {
    text-overflow: ellipsis;
  }

  .md\:disabled\:overflow-clip:disabled {
    text-overflow: clip;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .group:hover .md\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md\:group-hover\:not-italic {
    font-style: normal;
  }

  .md\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .md\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .md\:first\:italic:first-child {
    font-style: italic;
  }

  .md\:first\:not-italic:first-child {
    font-style: normal;
  }

  .md\:last\:italic:last-child {
    font-style: italic;
  }

  .md\:last\:not-italic:last-child {
    font-style: normal;
  }

  .md\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .md\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .md\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .md\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:not-italic:hover {
    font-style: normal;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:not-italic:focus {
    font-style: normal;
  }

  .md\:active\:italic:active {
    font-style: italic;
  }

  .md\:active\:not-italic:active {
    font-style: normal;
  }

  .md\:visited\:italic:visited {
    font-style: italic;
  }

  .md\:visited\:not-italic:visited {
    font-style: normal;
  }

  .md\:disabled\:italic:disabled {
    font-style: italic;
  }

  .md\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .group:hover .md\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md\:group-hover\:normal-case {
    text-transform: none;
  }

  .md\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .md\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .md\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .md\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .md\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .md\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .md\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .md\:first\:normal-case:first-child {
    text-transform: none;
  }

  .md\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .md\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .md\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .md\:last\:normal-case:last-child {
    text-transform: none;
  }

  .md\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .md\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .md\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .md\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .md\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .md\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .md\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .md\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .md\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .md\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .md\:active\:normal-case:active {
    text-transform: none;
  }

  .md\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .md\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .md\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .md\:visited\:normal-case:visited {
    text-transform: none;
  }

  .md\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .md\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .md\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .md\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .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\:first\:underline:first-child {
    text-decoration: underline;
  }

  .md\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .md\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .md\:last\:underline:last-child {
    text-decoration: underline;
  }

  .md\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .md\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .md\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .md\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .md\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .md\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .md\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .md\:even\:no-underline:nth-child(even) {
    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\:active\:underline:active {
    text-decoration: underline;
  }

  .md\:active\:line-through:active {
    text-decoration: line-through;
  }

  .md\:active\:no-underline:active {
    text-decoration: none;
  }

  .md\:visited\:underline:visited {
    text-decoration: underline;
  }

  .md\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .md\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .md\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .md\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .md\:disabled\:no-underline:disabled {
    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;
  }

  .group:hover .md\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --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;
  }

  .group:hover .md\:group-hover\:ordinal, .group:hover .md\:group-hover\:slashed-zero, .group:hover .md\:group-hover\:lining-nums, .group:hover .md\:group-hover\:oldstyle-nums, .group:hover .md\:group-hover\:proportional-nums, .group:hover .md\:group-hover\:tabular-nums, .group:hover .md\:group-hover\:diagonal-fractions, .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .md\:group-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .group:hover .md\:group-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .group:hover .md\:group-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .group:hover .md\:group-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .group:hover .md\:group-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .group:hover .md\:group-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .group:hover .md\:group-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .group:hover .md\:group-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:focus-within\:ordinal:focus-within, .md\:focus-within\:slashed-zero:focus-within, .md\:focus-within\:lining-nums:focus-within, .md\:focus-within\:oldstyle-nums:focus-within, .md\:focus-within\:proportional-nums:focus-within, .md\:focus-within\:tabular-nums:focus-within, .md\:focus-within\:diagonal-fractions:focus-within, .md\:focus-within\:stacked-fractions:focus-within {
    --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\:focus-within\:normal-nums:focus-within {
    font-variant-numeric: normal;
  }

  .md\:focus-within\:ordinal:focus-within {
    --tw-ordinal: ordinal;
  }

  .md\:focus-within\:slashed-zero:focus-within {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:focus-within\:lining-nums:focus-within {
    --tw-numeric-figure: lining-nums;
  }

  .md\:focus-within\:oldstyle-nums:focus-within {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:focus-within\:proportional-nums:focus-within {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:focus-within\:tabular-nums:focus-within {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:focus-within\:diagonal-fractions:focus-within {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:focus-within\:stacked-fractions:focus-within {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:first\:ordinal:first-child, .md\:first\:slashed-zero:first-child, .md\:first\:lining-nums:first-child, .md\:first\:oldstyle-nums:first-child, .md\:first\:proportional-nums:first-child, .md\:first\:tabular-nums:first-child, .md\:first\:diagonal-fractions:first-child, .md\:first\:stacked-fractions:first-child {
    --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\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .md\:first\:ordinal:first-child {
    --tw-ordinal: ordinal;
  }

  .md\:first\:slashed-zero:first-child {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:first\:lining-nums:first-child {
    --tw-numeric-figure: lining-nums;
  }

  .md\:first\:oldstyle-nums:first-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:first\:proportional-nums:first-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:first\:tabular-nums:first-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:first\:diagonal-fractions:first-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:first\:stacked-fractions:first-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:last\:ordinal:last-child, .md\:last\:slashed-zero:last-child, .md\:last\:lining-nums:last-child, .md\:last\:oldstyle-nums:last-child, .md\:last\:proportional-nums:last-child, .md\:last\:tabular-nums:last-child, .md\:last\:diagonal-fractions:last-child, .md\:last\:stacked-fractions:last-child {
    --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\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .md\:last\:ordinal:last-child {
    --tw-ordinal: ordinal;
  }

  .md\:last\:slashed-zero:last-child {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:last\:lining-nums:last-child {
    --tw-numeric-figure: lining-nums;
  }

  .md\:last\:oldstyle-nums:last-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:last\:proportional-nums:last-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:last\:tabular-nums:last-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:last\:diagonal-fractions:last-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:last\:stacked-fractions:last-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:odd\:ordinal:nth-child(odd), .md\:odd\:slashed-zero:nth-child(odd), .md\:odd\:lining-nums:nth-child(odd), .md\:odd\:oldstyle-nums:nth-child(odd), .md\:odd\:proportional-nums:nth-child(odd), .md\:odd\:tabular-nums:nth-child(odd), .md\:odd\:diagonal-fractions:nth-child(odd), .md\:odd\:stacked-fractions:nth-child(odd) {
    --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\:odd\:normal-nums:nth-child(odd) {
    font-variant-numeric: normal;
  }

  .md\:odd\:ordinal:nth-child(odd) {
    --tw-ordinal: ordinal;
  }

  .md\:odd\:slashed-zero:nth-child(odd) {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:odd\:lining-nums:nth-child(odd) {
    --tw-numeric-figure: lining-nums;
  }

  .md\:odd\:oldstyle-nums:nth-child(odd) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:odd\:proportional-nums:nth-child(odd) {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:odd\:tabular-nums:nth-child(odd) {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:odd\:diagonal-fractions:nth-child(odd) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:odd\:stacked-fractions:nth-child(odd) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:even\:ordinal:nth-child(even), .md\:even\:slashed-zero:nth-child(even), .md\:even\:lining-nums:nth-child(even), .md\:even\:oldstyle-nums:nth-child(even), .md\:even\:proportional-nums:nth-child(even), .md\:even\:tabular-nums:nth-child(even), .md\:even\:diagonal-fractions:nth-child(even), .md\:even\:stacked-fractions:nth-child(even) {
    --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\:even\:normal-nums:nth-child(even) {
    font-variant-numeric: normal;
  }

  .md\:even\:ordinal:nth-child(even) {
    --tw-ordinal: ordinal;
  }

  .md\:even\:slashed-zero:nth-child(even) {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:even\:lining-nums:nth-child(even) {
    --tw-numeric-figure: lining-nums;
  }

  .md\:even\:oldstyle-nums:nth-child(even) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:even\:proportional-nums:nth-child(even) {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:even\:tabular-nums:nth-child(even) {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:even\:diagonal-fractions:nth-child(even) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:even\:stacked-fractions:nth-child(even) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:hover\:ordinal:hover, .md\:hover\:slashed-zero:hover, .md\:hover\:lining-nums:hover, .md\:hover\:oldstyle-nums:hover, .md\:hover\:proportional-nums:hover, .md\:hover\:tabular-nums:hover, .md\:hover\:diagonal-fractions:hover, .md\:hover\:stacked-fractions:hover {
    --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\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .md\:hover\:ordinal:hover {
    --tw-ordinal: ordinal;
  }

  .md\:hover\:slashed-zero:hover {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:hover\:lining-nums:hover {
    --tw-numeric-figure: lining-nums;
  }

  .md\:hover\:oldstyle-nums:hover {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:hover\:proportional-nums:hover {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:hover\:tabular-nums:hover {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:hover\:diagonal-fractions:hover {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:hover\:stacked-fractions:hover {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:focus\:ordinal:focus, .md\:focus\:slashed-zero:focus, .md\:focus\:lining-nums:focus, .md\:focus\:oldstyle-nums:focus, .md\:focus\:proportional-nums:focus, .md\:focus\:tabular-nums:focus, .md\:focus\:diagonal-fractions:focus, .md\:focus\:stacked-fractions:focus {
    --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\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .md\:focus\:ordinal:focus {
    --tw-ordinal: ordinal;
  }

  .md\:focus\:slashed-zero:focus {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:focus\:lining-nums:focus {
    --tw-numeric-figure: lining-nums;
  }

  .md\:focus\:oldstyle-nums:focus {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:focus\:proportional-nums:focus {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:focus\:tabular-nums:focus {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:focus\:diagonal-fractions:focus {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:focus\:stacked-fractions:focus {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:active\:ordinal:active, .md\:active\:slashed-zero:active, .md\:active\:lining-nums:active, .md\:active\:oldstyle-nums:active, .md\:active\:proportional-nums:active, .md\:active\:tabular-nums:active, .md\:active\:diagonal-fractions:active, .md\:active\:stacked-fractions:active {
    --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\:active\:normal-nums:active {
    font-variant-numeric: normal;
  }

  .md\:active\:ordinal:active {
    --tw-ordinal: ordinal;
  }

  .md\:active\:slashed-zero:active {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:active\:lining-nums:active {
    --tw-numeric-figure: lining-nums;
  }

  .md\:active\:oldstyle-nums:active {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:active\:proportional-nums:active {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:active\:tabular-nums:active {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:active\:diagonal-fractions:active {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:active\:stacked-fractions:active {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:visited\:ordinal:visited, .md\:visited\:slashed-zero:visited, .md\:visited\:lining-nums:visited, .md\:visited\:oldstyle-nums:visited, .md\:visited\:proportional-nums:visited, .md\:visited\:tabular-nums:visited, .md\:visited\:diagonal-fractions:visited, .md\:visited\:stacked-fractions:visited {
    --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\:visited\:normal-nums:visited {
    font-variant-numeric: normal;
  }

  .md\:visited\:ordinal:visited {
    --tw-ordinal: ordinal;
  }

  .md\:visited\:slashed-zero:visited {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:visited\:lining-nums:visited {
    --tw-numeric-figure: lining-nums;
  }

  .md\:visited\:oldstyle-nums:visited {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:visited\:proportional-nums:visited {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:visited\:tabular-nums:visited {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:visited\:diagonal-fractions:visited {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:visited\:stacked-fractions:visited {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:disabled\:ordinal:disabled, .md\:disabled\:slashed-zero:disabled, .md\:disabled\:lining-nums:disabled, .md\:disabled\:oldstyle-nums:disabled, .md\:disabled\:proportional-nums:disabled, .md\:disabled\:tabular-nums:disabled, .md\:disabled\:diagonal-fractions:disabled, .md\:disabled\:stacked-fractions:disabled {
    --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\:disabled\:normal-nums:disabled {
    font-variant-numeric: normal;
  }

  .md\:disabled\:ordinal:disabled {
    --tw-ordinal: ordinal;
  }

  .md\:disabled\:slashed-zero:disabled {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:disabled\:lining-nums:disabled {
    --tw-numeric-figure: lining-nums;
  }

  .md\:disabled\:oldstyle-nums:disabled {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:disabled\:proportional-nums:disabled {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:disabled\:tabular-nums:disabled {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:disabled\:diagonal-fractions:disabled {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:disabled\:stacked-fractions:disabled {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .md\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .md\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .md\:group-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .group:hover .md\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .md\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .md\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .md\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .md\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0em;
  }

  .md\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .md\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .md\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .md\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .md\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .md\:first\:tracking-normal:first-child {
    letter-spacing: 0em;
  }

  .md\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .md\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .md\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .md\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .md\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .md\:last\:tracking-normal:last-child {
    letter-spacing: 0em;
  }

  .md\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .md\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .md\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .md\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .md\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .md\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0em;
  }

  .md\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .md\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .md\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .md\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .md\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .md\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0em;
  }

  .md\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .md\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .md\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .md\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0em;
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .md\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .md\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .md\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .md\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .md\:focus\:tracking-normal:focus {
    letter-spacing: 0em;
  }

  .md\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .md\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .md\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .md\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .md\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .md\:active\:tracking-normal:active {
    letter-spacing: 0em;
  }

  .md\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .md\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .md\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .md\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .md\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .md\:visited\:tracking-normal:visited {
    letter-spacing: 0em;
  }

  .md\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .md\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .md\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .md\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .md\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .md\:disabled\:tracking-normal:disabled {
    letter-spacing: 0em;
  }

  .md\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .md\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .md\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .md\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .md\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .md\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .md\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .md\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .md\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .md\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .md\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .md\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .md\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .md\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .md\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .md\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .md\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .md\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .md\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .md\:first\:align-top:first-child {
    vertical-align: top;
  }

  .md\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .md\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .md\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .md\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .md\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .md\:last\:align-top:last-child {
    vertical-align: top;
  }

  .md\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .md\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .md\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .md\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .md\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .md\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .md\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .md\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .md\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .md\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .md\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .md\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .md\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .md\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .md\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .md\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .md\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .md\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .md\:focus\:align-top:focus {
    vertical-align: top;
  }

  .md\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .md\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .md\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .md\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .md\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .md\:active\:align-top:active {
    vertical-align: top;
  }

  .md\:active\:align-middle:active {
    vertical-align: middle;
  }

  .md\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .md\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .md\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .md\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .md\:visited\:align-top:visited {
    vertical-align: top;
  }

  .md\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .md\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .md\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .md\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .md\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .md\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .md\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .md\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .md\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .md\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible {
    visibility: hidden;
  }

  .md\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .md\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .md\:first\:visible:first-child {
    visibility: visible;
  }

  .md\:first\:invisible:first-child {
    visibility: hidden;
  }

  .md\:last\:visible:last-child {
    visibility: visible;
  }

  .md\:last\:invisible:last-child {
    visibility: hidden;
  }

  .md\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .md\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .md\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .md\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .md\:hover\:visible:hover {
    visibility: visible;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md\:focus\:visible:focus {
    visibility: visible;
  }

  .md\:focus\:invisible:focus {
    visibility: hidden;
  }

  .md\:active\:visible:active {
    visibility: visible;
  }

  .md\:active\:invisible:active {
    visibility: hidden;
  }

  .md\:visited\:visible:visited {
    visibility: visible;
  }

  .md\:visited\:invisible:visited {
    visibility: hidden;
  }

  .md\:disabled\:visible:disabled {
    visibility: visible;
  }

  .md\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .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;
  }

  .group:hover .md\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .md\:group-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .md\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .md\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .md\:focus-within\:whitespace-nowrap:focus-within {
    white-space: nowrap;
  }

  .md\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .md\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .md\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .md\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .md\:first\:whitespace-nowrap:first-child {
    white-space: nowrap;
  }

  .md\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .md\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .md\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .md\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .md\:last\:whitespace-nowrap:last-child {
    white-space: nowrap;
  }

  .md\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .md\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .md\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .md\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .md\:odd\:whitespace-nowrap:nth-child(odd) {
    white-space: nowrap;
  }

  .md\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .md\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .md\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .md\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .md\:even\:whitespace-nowrap:nth-child(even) {
    white-space: nowrap;
  }

  .md\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .md\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .md\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .md\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md\:hover\:whitespace-nowrap:hover {
    white-space: nowrap;
  }

  .md\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .md\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .md\:focus\:whitespace-nowrap:focus {
    white-space: nowrap;
  }

  .md\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .md\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .md\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .md\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .md\:active\:whitespace-nowrap:active {
    white-space: nowrap;
  }

  .md\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .md\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .md\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .md\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .md\:visited\:whitespace-nowrap:visited {
    white-space: nowrap;
  }

  .md\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .md\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .md\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .md\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .md\:disabled\:whitespace-nowrap:disabled {
    white-space: nowrap;
  }

  .md\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .md\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .md\:disabled\:whitespace-pre-wrap:disabled {
    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;
  }

  .group:hover .md\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .md\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .md\:group-hover\:break-all {
    word-break: break-all;
  }

  .md\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .md\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .md\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .md\:first\:break-all:first-child {
    word-break: break-all;
  }

  .md\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .md\:last\:break-all:last-child {
    word-break: break-all;
  }

  .md\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .md\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .md\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .md\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .md\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .md\:hover\:break-all:hover {
    word-break: break-all;
  }

  .md\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .md\:focus\:break-all:focus {
    word-break: break-all;
  }

  .md\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .md\:active\:break-all:active {
    word-break: break-all;
  }

  .md\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .md\:visited\:break-all:visited {
    word-break: break-all;
  }

  .md\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .md\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .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: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .md\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .md\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .md\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .md\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .md\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .md\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .md\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .md\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .md\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .md\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .md\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .md\:group-hover\:w-11 {
    width: 2.75rem;
  }

  .group:hover .md\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .md\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .md\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .md\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .md\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .md\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .md\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .md\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .md\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .md\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .md\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .md\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .md\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .md\:group-hover\:w-60 {
    width: 15rem;
  }

  .group:hover .md\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .md\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .md\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .md\:group-hover\:w-96 {
    width: 24rem;
  }

  .group:hover .md\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md\:group-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .group:hover .md\:group-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .group:hover .md\:group-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .group:hover .md\:group-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .group:hover .md\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .md\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .md\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .md\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .md\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .md\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .md\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:focus-within\:w-0:focus-within {
    width: 0px;
  }

  .md\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .md\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .md\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .md\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .md\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .md\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .md\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .md\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .md\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .md\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .md\:focus-within\:w-11:focus-within {
    width: 2.75rem;
  }

  .md\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .md\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .md\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .md\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .md\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .md\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .md\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .md\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .md\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .md\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .md\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .md\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .md\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .md\:focus-within\:w-60:focus-within {
    width: 15rem;
  }

  .md\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .md\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .md\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .md\:focus-within\:w-96:focus-within {
    width: 24rem;
  }

  .md\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .md\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .md\:focus-within\:w-0\.5:focus-within {
    width: 0.125rem;
  }

  .md\:focus-within\:w-1\.5:focus-within {
    width: 0.375rem;
  }

  .md\:focus-within\:w-2\.5:focus-within {
    width: 0.625rem;
  }

  .md\:focus-within\:w-3\.5:focus-within {
    width: 0.875rem;
  }

  .md\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .md\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .md\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .md\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .md\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .md\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .md\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .md\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .md\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .md\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .md\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .md\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .md\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:first\:w-0:first-child {
    width: 0px;
  }

  .md\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .md\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .md\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .md\:first\:w-4:first-child {
    width: 1rem;
  }

  .md\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .md\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .md\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .md\:first\:w-8:first-child {
    width: 2rem;
  }

  .md\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .md\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .md\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .md\:first\:w-12:first-child {
    width: 3rem;
  }

  .md\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .md\:first\:w-16:first-child {
    width: 4rem;
  }

  .md\:first\:w-20:first-child {
    width: 5rem;
  }

  .md\:first\:w-24:first-child {
    width: 6rem;
  }

  .md\:first\:w-28:first-child {
    width: 7rem;
  }

  .md\:first\:w-32:first-child {
    width: 8rem;
  }

  .md\:first\:w-36:first-child {
    width: 9rem;
  }

  .md\:first\:w-40:first-child {
    width: 10rem;
  }

  .md\:first\:w-44:first-child {
    width: 11rem;
  }

  .md\:first\:w-48:first-child {
    width: 12rem;
  }

  .md\:first\:w-52:first-child {
    width: 13rem;
  }

  .md\:first\:w-56:first-child {
    width: 14rem;
  }

  .md\:first\:w-60:first-child {
    width: 15rem;
  }

  .md\:first\:w-64:first-child {
    width: 16rem;
  }

  .md\:first\:w-72:first-child {
    width: 18rem;
  }

  .md\:first\:w-80:first-child {
    width: 20rem;
  }

  .md\:first\:w-96:first-child {
    width: 24rem;
  }

  .md\:first\:w-auto:first-child {
    width: auto;
  }

  .md\:first\:w-px:first-child {
    width: 1px;
  }

  .md\:first\:w-0\.5:first-child {
    width: 0.125rem;
  }

  .md\:first\:w-1\.5:first-child {
    width: 0.375rem;
  }

  .md\:first\:w-2\.5:first-child {
    width: 0.625rem;
  }

  .md\:first\:w-3\.5:first-child {
    width: 0.875rem;
  }

  .md\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .md\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .md\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .md\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .md\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .md\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .md\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .md\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .md\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .md\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .md\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .md\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .md\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .md\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .md\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .md\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .md\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .md\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .md\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .md\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .md\:first\:w-full:first-child {
    width: 100%;
  }

  .md\:first\:w-screen:first-child {
    width: 100vw;
  }

  .md\:first\:w-min:first-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:first\:w-max:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:last\:w-0:last-child {
    width: 0px;
  }

  .md\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .md\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .md\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .md\:last\:w-4:last-child {
    width: 1rem;
  }

  .md\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .md\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .md\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .md\:last\:w-8:last-child {
    width: 2rem;
  }

  .md\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .md\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .md\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .md\:last\:w-12:last-child {
    width: 3rem;
  }

  .md\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .md\:last\:w-16:last-child {
    width: 4rem;
  }

  .md\:last\:w-20:last-child {
    width: 5rem;
  }

  .md\:last\:w-24:last-child {
    width: 6rem;
  }

  .md\:last\:w-28:last-child {
    width: 7rem;
  }

  .md\:last\:w-32:last-child {
    width: 8rem;
  }

  .md\:last\:w-36:last-child {
    width: 9rem;
  }

  .md\:last\:w-40:last-child {
    width: 10rem;
  }

  .md\:last\:w-44:last-child {
    width: 11rem;
  }

  .md\:last\:w-48:last-child {
    width: 12rem;
  }

  .md\:last\:w-52:last-child {
    width: 13rem;
  }

  .md\:last\:w-56:last-child {
    width: 14rem;
  }

  .md\:last\:w-60:last-child {
    width: 15rem;
  }

  .md\:last\:w-64:last-child {
    width: 16rem;
  }

  .md\:last\:w-72:last-child {
    width: 18rem;
  }

  .md\:last\:w-80:last-child {
    width: 20rem;
  }

  .md\:last\:w-96:last-child {
    width: 24rem;
  }

  .md\:last\:w-auto:last-child {
    width: auto;
  }

  .md\:last\:w-px:last-child {
    width: 1px;
  }

  .md\:last\:w-0\.5:last-child {
    width: 0.125rem;
  }

  .md\:last\:w-1\.5:last-child {
    width: 0.375rem;
  }

  .md\:last\:w-2\.5:last-child {
    width: 0.625rem;
  }

  .md\:last\:w-3\.5:last-child {
    width: 0.875rem;
  }

  .md\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .md\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .md\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .md\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .md\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .md\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .md\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .md\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .md\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .md\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .md\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .md\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .md\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .md\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .md\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .md\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .md\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .md\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .md\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .md\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .md\:last\:w-full:last-child {
    width: 100%;
  }

  .md\:last\:w-screen:last-child {
    width: 100vw;
  }

  .md\:last\:w-min:last-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:last\:w-max:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:odd\:w-0:nth-child(odd) {
    width: 0px;
  }

  .md\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .md\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .md\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .md\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .md\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .md\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .md\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .md\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .md\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .md\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .md\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .md\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .md\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .md\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .md\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .md\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .md\:odd\:w-28:nth-child(odd) {
    width: 7rem;
  }

  .md\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .md\:odd\:w-36:nth-child(odd) {
    width: 9rem;
  }

  .md\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .md\:odd\:w-44:nth-child(odd) {
    width: 11rem;
  }

  .md\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .md\:odd\:w-52:nth-child(odd) {
    width: 13rem;
  }

  .md\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .md\:odd\:w-60:nth-child(odd) {
    width: 15rem;
  }

  .md\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .md\:odd\:w-72:nth-child(odd) {
    width: 18rem;
  }

  .md\:odd\:w-80:nth-child(odd) {
    width: 20rem;
  }

  .md\:odd\:w-96:nth-child(odd) {
    width: 24rem;
  }

  .md\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .md\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .md\:odd\:w-0\.5:nth-child(odd) {
    width: 0.125rem;
  }

  .md\:odd\:w-1\.5:nth-child(odd) {
    width: 0.375rem;
  }

  .md\:odd\:w-2\.5:nth-child(odd) {
    width: 0.625rem;
  }

  .md\:odd\:w-3\.5:nth-child(odd) {
    width: 0.875rem;
  }

  .md\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .md\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .md\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .md\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .md\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .md\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .md\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .md\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .md\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .md\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .md\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .md\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .md\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .md\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .md\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .md\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .md\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .md\:odd\:w-min:nth-child(odd) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:odd\:w-max:nth-child(odd) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:even\:w-0:nth-child(even) {
    width: 0px;
  }

  .md\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .md\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .md\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .md\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .md\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .md\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .md\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .md\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .md\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .md\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .md\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .md\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .md\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .md\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .md\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .md\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .md\:even\:w-28:nth-child(even) {
    width: 7rem;
  }

  .md\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .md\:even\:w-36:nth-child(even) {
    width: 9rem;
  }

  .md\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .md\:even\:w-44:nth-child(even) {
    width: 11rem;
  }

  .md\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .md\:even\:w-52:nth-child(even) {
    width: 13rem;
  }

  .md\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .md\:even\:w-60:nth-child(even) {
    width: 15rem;
  }

  .md\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .md\:even\:w-72:nth-child(even) {
    width: 18rem;
  }

  .md\:even\:w-80:nth-child(even) {
    width: 20rem;
  }

  .md\:even\:w-96:nth-child(even) {
    width: 24rem;
  }

  .md\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .md\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .md\:even\:w-0\.5:nth-child(even) {
    width: 0.125rem;
  }

  .md\:even\:w-1\.5:nth-child(even) {
    width: 0.375rem;
  }

  .md\:even\:w-2\.5:nth-child(even) {
    width: 0.625rem;
  }

  .md\:even\:w-3\.5:nth-child(even) {
    width: 0.875rem;
  }

  .md\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .md\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .md\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .md\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .md\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .md\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .md\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .md\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .md\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .md\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .md\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .md\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .md\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .md\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .md\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .md\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .md\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .md\:even\:w-min:nth-child(even) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:even\:w-max:nth-child(even) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:hover\:w-0:hover {
    width: 0px;
  }

  .md\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .md\:hover\:w-4:hover {
    width: 1rem;
  }

  .md\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .md\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .md\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .md\:hover\:w-8:hover {
    width: 2rem;
  }

  .md\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .md\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .md\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .md\:hover\:w-12:hover {
    width: 3rem;
  }

  .md\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .md\:hover\:w-16:hover {
    width: 4rem;
  }

  .md\:hover\:w-20:hover {
    width: 5rem;
  }

  .md\:hover\:w-24:hover {
    width: 6rem;
  }

  .md\:hover\:w-28:hover {
    width: 7rem;
  }

  .md\:hover\:w-32:hover {
    width: 8rem;
  }

  .md\:hover\:w-36:hover {
    width: 9rem;
  }

  .md\:hover\:w-40:hover {
    width: 10rem;
  }

  .md\:hover\:w-44:hover {
    width: 11rem;
  }

  .md\:hover\:w-48:hover {
    width: 12rem;
  }

  .md\:hover\:w-52:hover {
    width: 13rem;
  }

  .md\:hover\:w-56:hover {
    width: 14rem;
  }

  .md\:hover\:w-60:hover {
    width: 15rem;
  }

  .md\:hover\:w-64:hover {
    width: 16rem;
  }

  .md\:hover\:w-72:hover {
    width: 18rem;
  }

  .md\:hover\:w-80:hover {
    width: 20rem;
  }

  .md\:hover\:w-96:hover {
    width: 24rem;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-0\.5:hover {
    width: 0.125rem;
  }

  .md\:hover\:w-1\.5:hover {
    width: 0.375rem;
  }

  .md\:hover\:w-2\.5:hover {
    width: 0.625rem;
  }

  .md\:hover\:w-3\.5:hover {
    width: 0.875rem;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .md\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:focus\:w-0:focus {
    width: 0px;
  }

  .md\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .md\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .md\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .md\:focus\:w-4:focus {
    width: 1rem;
  }

  .md\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .md\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .md\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .md\:focus\:w-8:focus {
    width: 2rem;
  }

  .md\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .md\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .md\:focus\:w-11:focus {
    width: 2.75rem;
  }

  .md\:focus\:w-12:focus {
    width: 3rem;
  }

  .md\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .md\:focus\:w-16:focus {
    width: 4rem;
  }

  .md\:focus\:w-20:focus {
    width: 5rem;
  }

  .md\:focus\:w-24:focus {
    width: 6rem;
  }

  .md\:focus\:w-28:focus {
    width: 7rem;
  }

  .md\:focus\:w-32:focus {
    width: 8rem;
  }

  .md\:focus\:w-36:focus {
    width: 9rem;
  }

  .md\:focus\:w-40:focus {
    width: 10rem;
  }

  .md\:focus\:w-44:focus {
    width: 11rem;
  }

  .md\:focus\:w-48:focus {
    width: 12rem;
  }

  .md\:focus\:w-52:focus {
    width: 13rem;
  }

  .md\:focus\:w-56:focus {
    width: 14rem;
  }

  .md\:focus\:w-60:focus {
    width: 15rem;
  }

  .md\:focus\:w-64:focus {
    width: 16rem;
  }

  .md\:focus\:w-72:focus {
    width: 18rem;
  }

  .md\:focus\:w-80:focus {
    width: 20rem;
  }

  .md\:focus\:w-96:focus {
    width: 24rem;
  }

  .md\:focus\:w-auto:focus {
    width: auto;
  }

  .md\:focus\:w-px:focus {
    width: 1px;
  }

  .md\:focus\:w-0\.5:focus {
    width: 0.125rem;
  }

  .md\:focus\:w-1\.5:focus {
    width: 0.375rem;
  }

  .md\:focus\:w-2\.5:focus {
    width: 0.625rem;
  }

  .md\:focus\:w-3\.5:focus {
    width: 0.875rem;
  }

  .md\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .md\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .md\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .md\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .md\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .md\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .md\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .md\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .md\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .md\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .md\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .md\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .md\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .md\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .md\:focus\:w-full:focus {
    width: 100%;
  }

  .md\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:active\:w-0:active {
    width: 0px;
  }

  .md\:active\:w-1:active {
    width: 0.25rem;
  }

  .md\:active\:w-2:active {
    width: 0.5rem;
  }

  .md\:active\:w-3:active {
    width: 0.75rem;
  }

  .md\:active\:w-4:active {
    width: 1rem;
  }

  .md\:active\:w-5:active {
    width: 1.25rem;
  }

  .md\:active\:w-6:active {
    width: 1.5rem;
  }

  .md\:active\:w-7:active {
    width: 1.75rem;
  }

  .md\:active\:w-8:active {
    width: 2rem;
  }

  .md\:active\:w-9:active {
    width: 2.25rem;
  }

  .md\:active\:w-10:active {
    width: 2.5rem;
  }

  .md\:active\:w-11:active {
    width: 2.75rem;
  }

  .md\:active\:w-12:active {
    width: 3rem;
  }

  .md\:active\:w-14:active {
    width: 3.5rem;
  }

  .md\:active\:w-16:active {
    width: 4rem;
  }

  .md\:active\:w-20:active {
    width: 5rem;
  }

  .md\:active\:w-24:active {
    width: 6rem;
  }

  .md\:active\:w-28:active {
    width: 7rem;
  }

  .md\:active\:w-32:active {
    width: 8rem;
  }

  .md\:active\:w-36:active {
    width: 9rem;
  }

  .md\:active\:w-40:active {
    width: 10rem;
  }

  .md\:active\:w-44:active {
    width: 11rem;
  }

  .md\:active\:w-48:active {
    width: 12rem;
  }

  .md\:active\:w-52:active {
    width: 13rem;
  }

  .md\:active\:w-56:active {
    width: 14rem;
  }

  .md\:active\:w-60:active {
    width: 15rem;
  }

  .md\:active\:w-64:active {
    width: 16rem;
  }

  .md\:active\:w-72:active {
    width: 18rem;
  }

  .md\:active\:w-80:active {
    width: 20rem;
  }

  .md\:active\:w-96:active {
    width: 24rem;
  }

  .md\:active\:w-auto:active {
    width: auto;
  }

  .md\:active\:w-px:active {
    width: 1px;
  }

  .md\:active\:w-0\.5:active {
    width: 0.125rem;
  }

  .md\:active\:w-1\.5:active {
    width: 0.375rem;
  }

  .md\:active\:w-2\.5:active {
    width: 0.625rem;
  }

  .md\:active\:w-3\.5:active {
    width: 0.875rem;
  }

  .md\:active\:w-1\/2:active {
    width: 50%;
  }

  .md\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .md\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .md\:active\:w-1\/4:active {
    width: 25%;
  }

  .md\:active\:w-2\/4:active {
    width: 50%;
  }

  .md\:active\:w-3\/4:active {
    width: 75%;
  }

  .md\:active\:w-1\/5:active {
    width: 20%;
  }

  .md\:active\:w-2\/5:active {
    width: 40%;
  }

  .md\:active\:w-3\/5:active {
    width: 60%;
  }

  .md\:active\:w-4\/5:active {
    width: 80%;
  }

  .md\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .md\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .md\:active\:w-3\/6:active {
    width: 50%;
  }

  .md\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .md\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .md\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .md\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .md\:active\:w-3\/12:active {
    width: 25%;
  }

  .md\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .md\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .md\:active\:w-6\/12:active {
    width: 50%;
  }

  .md\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .md\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .md\:active\:w-9\/12:active {
    width: 75%;
  }

  .md\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .md\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .md\:active\:w-full:active {
    width: 100%;
  }

  .md\:active\:w-screen:active {
    width: 100vw;
  }

  .md\:active\:w-min:active {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:active\:w-max:active {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:visited\:w-0:visited {
    width: 0px;
  }

  .md\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .md\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .md\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .md\:visited\:w-4:visited {
    width: 1rem;
  }

  .md\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .md\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .md\:visited\:w-7:visited {
    width: 1.75rem;
  }

  .md\:visited\:w-8:visited {
    width: 2rem;
  }

  .md\:visited\:w-9:visited {
    width: 2.25rem;
  }

  .md\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .md\:visited\:w-11:visited {
    width: 2.75rem;
  }

  .md\:visited\:w-12:visited {
    width: 3rem;
  }

  .md\:visited\:w-14:visited {
    width: 3.5rem;
  }

  .md\:visited\:w-16:visited {
    width: 4rem;
  }

  .md\:visited\:w-20:visited {
    width: 5rem;
  }

  .md\:visited\:w-24:visited {
    width: 6rem;
  }

  .md\:visited\:w-28:visited {
    width: 7rem;
  }

  .md\:visited\:w-32:visited {
    width: 8rem;
  }

  .md\:visited\:w-36:visited {
    width: 9rem;
  }

  .md\:visited\:w-40:visited {
    width: 10rem;
  }

  .md\:visited\:w-44:visited {
    width: 11rem;
  }

  .md\:visited\:w-48:visited {
    width: 12rem;
  }

  .md\:visited\:w-52:visited {
    width: 13rem;
  }

  .md\:visited\:w-56:visited {
    width: 14rem;
  }

  .md\:visited\:w-60:visited {
    width: 15rem;
  }

  .md\:visited\:w-64:visited {
    width: 16rem;
  }

  .md\:visited\:w-72:visited {
    width: 18rem;
  }

  .md\:visited\:w-80:visited {
    width: 20rem;
  }

  .md\:visited\:w-96:visited {
    width: 24rem;
  }

  .md\:visited\:w-auto:visited {
    width: auto;
  }

  .md\:visited\:w-px:visited {
    width: 1px;
  }

  .md\:visited\:w-0\.5:visited {
    width: 0.125rem;
  }

  .md\:visited\:w-1\.5:visited {
    width: 0.375rem;
  }

  .md\:visited\:w-2\.5:visited {
    width: 0.625rem;
  }

  .md\:visited\:w-3\.5:visited {
    width: 0.875rem;
  }

  .md\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .md\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .md\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .md\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .md\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .md\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .md\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .md\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .md\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .md\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .md\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .md\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .md\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .md\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .md\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .md\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .md\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .md\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .md\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .md\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .md\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .md\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .md\:visited\:w-full:visited {
    width: 100%;
  }

  .md\:visited\:w-screen:visited {
    width: 100vw;
  }

  .md\:visited\:w-min:visited {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:visited\:w-max:visited {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:disabled\:w-0:disabled {
    width: 0px;
  }

  .md\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .md\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .md\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .md\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .md\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .md\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .md\:disabled\:w-7:disabled {
    width: 1.75rem;
  }

  .md\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .md\:disabled\:w-9:disabled {
    width: 2.25rem;
  }

  .md\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .md\:disabled\:w-11:disabled {
    width: 2.75rem;
  }

  .md\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .md\:disabled\:w-14:disabled {
    width: 3.5rem;
  }

  .md\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .md\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .md\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .md\:disabled\:w-28:disabled {
    width: 7rem;
  }

  .md\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .md\:disabled\:w-36:disabled {
    width: 9rem;
  }

  .md\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .md\:disabled\:w-44:disabled {
    width: 11rem;
  }

  .md\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .md\:disabled\:w-52:disabled {
    width: 13rem;
  }

  .md\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .md\:disabled\:w-60:disabled {
    width: 15rem;
  }

  .md\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .md\:disabled\:w-72:disabled {
    width: 18rem;
  }

  .md\:disabled\:w-80:disabled {
    width: 20rem;
  }

  .md\:disabled\:w-96:disabled {
    width: 24rem;
  }

  .md\:disabled\:w-auto:disabled {
    width: auto;
  }

  .md\:disabled\:w-px:disabled {
    width: 1px;
  }

  .md\:disabled\:w-0\.5:disabled {
    width: 0.125rem;
  }

  .md\:disabled\:w-1\.5:disabled {
    width: 0.375rem;
  }

  .md\:disabled\:w-2\.5:disabled {
    width: 0.625rem;
  }

  .md\:disabled\:w-3\.5:disabled {
    width: 0.875rem;
  }

  .md\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .md\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .md\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .md\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .md\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .md\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .md\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .md\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .md\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .md\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .md\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .md\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .md\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .md\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .md\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .md\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .md\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .md\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .md\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .md\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .md\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .md\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .md\:disabled\:w-full:disabled {
    width: 100%;
  }

  .md\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .md\:disabled\:w-min:disabled {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:disabled\:w-max:disabled {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .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;
  }

  .group:hover .md\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .md\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .md\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .md\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .md\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .md\:group-hover\:z-auto {
    z-index: auto;
  }

  .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\:first\:z-0:first-child {
    z-index: 0;
  }

  .md\:first\:z-10:first-child {
    z-index: 10;
  }

  .md\:first\:z-20:first-child {
    z-index: 20;
  }

  .md\:first\:z-30:first-child {
    z-index: 30;
  }

  .md\:first\:z-40:first-child {
    z-index: 40;
  }

  .md\:first\:z-50:first-child {
    z-index: 50;
  }

  .md\:first\:z-auto:first-child {
    z-index: auto;
  }

  .md\:last\:z-0:last-child {
    z-index: 0;
  }

  .md\:last\:z-10:last-child {
    z-index: 10;
  }

  .md\:last\:z-20:last-child {
    z-index: 20;
  }

  .md\:last\:z-30:last-child {
    z-index: 30;
  }

  .md\:last\:z-40:last-child {
    z-index: 40;
  }

  .md\:last\:z-50:last-child {
    z-index: 50;
  }

  .md\:last\:z-auto:last-child {
    z-index: auto;
  }

  .md\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .md\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .md\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .md\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .md\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .md\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .md\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .md\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .md\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .md\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .md\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .md\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .md\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .md\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .md\:hover\:z-0:hover {
    z-index: 0;
  }

  .md\:hover\:z-10:hover {
    z-index: 10;
  }

  .md\:hover\:z-20:hover {
    z-index: 20;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:z-40:hover {
    z-index: 40;
  }

  .md\:hover\:z-50:hover {
    z-index: 50;
  }

  .md\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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\:active\:z-0:active {
    z-index: 0;
  }

  .md\:active\:z-10:active {
    z-index: 10;
  }

  .md\:active\:z-20:active {
    z-index: 20;
  }

  .md\:active\:z-30:active {
    z-index: 30;
  }

  .md\:active\:z-40:active {
    z-index: 40;
  }

  .md\:active\:z-50:active {
    z-index: 50;
  }

  .md\:active\:z-auto:active {
    z-index: auto;
  }

  .md\:visited\:z-0:visited {
    z-index: 0;
  }

  .md\:visited\:z-10:visited {
    z-index: 10;
  }

  .md\:visited\:z-20:visited {
    z-index: 20;
  }

  .md\:visited\:z-30:visited {
    z-index: 30;
  }

  .md\:visited\:z-40:visited {
    z-index: 40;
  }

  .md\:visited\:z-50:visited {
    z-index: 50;
  }

  .md\:visited\:z-auto:visited {
    z-index: auto;
  }

  .md\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .md\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .md\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .md\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .md\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .md\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .md\:disabled\:z-auto:disabled {
    z-index: auto;
  }

  .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;
  }

  .group:hover .md\:group-hover\:gap-0 {
    gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-1 {
    gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-2 {
    gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-3 {
    gap: 0.75rem;
  }

  .group:hover .md\:group-hover\:gap-4 {
    gap: 1rem;
  }

  .group:hover .md\:group-hover\:gap-5 {
    gap: 1.25rem;
  }

  .group:hover .md\:group-hover\:gap-6 {
    gap: 1.5rem;
  }

  .group:hover .md\:group-hover\:gap-7 {
    gap: 1.75rem;
  }

  .group:hover .md\:group-hover\:gap-8 {
    gap: 2rem;
  }

  .group:hover .md\:group-hover\:gap-9 {
    gap: 2.25rem;
  }

  .group:hover .md\:group-hover\:gap-10 {
    gap: 2.5rem;
  }

  .group:hover .md\:group-hover\:gap-11 {
    gap: 2.75rem;
  }

  .group:hover .md\:group-hover\:gap-12 {
    gap: 3rem;
  }

  .group:hover .md\:group-hover\:gap-14 {
    gap: 3.5rem;
  }

  .group:hover .md\:group-hover\:gap-16 {
    gap: 4rem;
  }

  .group:hover .md\:group-hover\:gap-20 {
    gap: 5rem;
  }

  .group:hover .md\:group-hover\:gap-24 {
    gap: 6rem;
  }

  .group:hover .md\:group-hover\:gap-28 {
    gap: 7rem;
  }

  .group:hover .md\:group-hover\:gap-32 {
    gap: 8rem;
  }

  .group:hover .md\:group-hover\:gap-36 {
    gap: 9rem;
  }

  .group:hover .md\:group-hover\:gap-40 {
    gap: 10rem;
  }

  .group:hover .md\:group-hover\:gap-44 {
    gap: 11rem;
  }

  .group:hover .md\:group-hover\:gap-48 {
    gap: 12rem;
  }

  .group:hover .md\:group-hover\:gap-52 {
    gap: 13rem;
  }

  .group:hover .md\:group-hover\:gap-56 {
    gap: 14rem;
  }

  .group:hover .md\:group-hover\:gap-60 {
    gap: 15rem;
  }

  .group:hover .md\:group-hover\:gap-64 {
    gap: 16rem;
  }

  .group:hover .md\:group-hover\:gap-72 {
    gap: 18rem;
  }

  .group:hover .md\:group-hover\:gap-80 {
    gap: 20rem;
  }

  .group:hover .md\:group-hover\:gap-96 {
    gap: 24rem;
  }

  .group:hover .md\:group-hover\:gap-px {
    gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-0\.5 {
    gap: 0.125rem;
  }

  .group:hover .md\:group-hover\:gap-1\.5 {
    gap: 0.375rem;
  }

  .group:hover .md\:group-hover\:gap-2\.5 {
    gap: 0.625rem;
  }

  .group:hover .md\:group-hover\:gap-3\.5 {
    gap: 0.875rem;
  }

  .group:hover .md\:group-hover\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .group:hover .md\:group-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .group:hover .md\:group-hover\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .group:hover .md\:group-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .group:hover .md\:group-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .group:hover .md\:group-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .group:hover .md\:group-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .group:hover .md\:group-hover\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .group:hover .md\:group-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .group:hover .md\:group-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .group:hover .md\:group-hover\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .group:hover .md\:group-hover\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .group:hover .md\:group-hover\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .group:hover .md\:group-hover\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .group:hover .md\:group-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .group:hover .md\:group-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .group:hover .md\:group-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .group:hover .md\:group-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .group:hover .md\:group-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .group:hover .md\:group-hover\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .group:hover .md\:group-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .group:hover .md\:group-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .group:hover .md\:group-hover\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .group:hover .md\:group-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .group:hover .md\:group-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .group:hover .md\:group-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .group:hover .md\:group-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .group:hover .md\:group-hover\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .group:hover .md\:group-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .group:hover .md\:group-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .group:hover .md\:group-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .group:hover .md\:group-hover\:gap-y-0 {
    row-gap: 0px;
  }

  .group:hover .md\:group-hover\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .group:hover .md\:group-hover\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .group:hover .md\:group-hover\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .group:hover .md\:group-hover\:gap-y-4 {
    row-gap: 1rem;
  }

  .group:hover .md\:group-hover\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .group:hover .md\:group-hover\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .group:hover .md\:group-hover\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .group:hover .md\:group-hover\:gap-y-8 {
    row-gap: 2rem;
  }

  .group:hover .md\:group-hover\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .group:hover .md\:group-hover\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .group:hover .md\:group-hover\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .group:hover .md\:group-hover\:gap-y-12 {
    row-gap: 3rem;
  }

  .group:hover .md\:group-hover\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .group:hover .md\:group-hover\:gap-y-16 {
    row-gap: 4rem;
  }

  .group:hover .md\:group-hover\:gap-y-20 {
    row-gap: 5rem;
  }

  .group:hover .md\:group-hover\:gap-y-24 {
    row-gap: 6rem;
  }

  .group:hover .md\:group-hover\:gap-y-28 {
    row-gap: 7rem;
  }

  .group:hover .md\:group-hover\:gap-y-32 {
    row-gap: 8rem;
  }

  .group:hover .md\:group-hover\:gap-y-36 {
    row-gap: 9rem;
  }

  .group:hover .md\:group-hover\:gap-y-40 {
    row-gap: 10rem;
  }

  .group:hover .md\:group-hover\:gap-y-44 {
    row-gap: 11rem;
  }

  .group:hover .md\:group-hover\:gap-y-48 {
    row-gap: 12rem;
  }

  .group:hover .md\:group-hover\:gap-y-52 {
    row-gap: 13rem;
  }

  .group:hover .md\:group-hover\:gap-y-56 {
    row-gap: 14rem;
  }

  .group:hover .md\:group-hover\:gap-y-60 {
    row-gap: 15rem;
  }

  .group:hover .md\:group-hover\:gap-y-64 {
    row-gap: 16rem;
  }

  .group:hover .md\:group-hover\:gap-y-72 {
    row-gap: 18rem;
  }

  .group:hover .md\:group-hover\:gap-y-80 {
    row-gap: 20rem;
  }

  .group:hover .md\:group-hover\:gap-y-96 {
    row-gap: 24rem;
  }

  .group:hover .md\:group-hover\:gap-y-px {
    row-gap: 1px;
  }

  .group:hover .md\:group-hover\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .group:hover .md\:group-hover\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .group:hover .md\:group-hover\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .group:hover .md\:group-hover\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:focus-within\:gap-0:focus-within {
    gap: 0px;
  }

  .md\:focus-within\:gap-1:focus-within {
    gap: 0.25rem;
  }

  .md\:focus-within\:gap-2:focus-within {
    gap: 0.5rem;
  }

  .md\:focus-within\:gap-3:focus-within {
    gap: 0.75rem;
  }

  .md\:focus-within\:gap-4:focus-within {
    gap: 1rem;
  }

  .md\:focus-within\:gap-5:focus-within {
    gap: 1.25rem;
  }

  .md\:focus-within\:gap-6:focus-within {
    gap: 1.5rem;
  }

  .md\:focus-within\:gap-7:focus-within {
    gap: 1.75rem;
  }

  .md\:focus-within\:gap-8:focus-within {
    gap: 2rem;
  }

  .md\:focus-within\:gap-9:focus-within {
    gap: 2.25rem;
  }

  .md\:focus-within\:gap-10:focus-within {
    gap: 2.5rem;
  }

  .md\:focus-within\:gap-11:focus-within {
    gap: 2.75rem;
  }

  .md\:focus-within\:gap-12:focus-within {
    gap: 3rem;
  }

  .md\:focus-within\:gap-14:focus-within {
    gap: 3.5rem;
  }

  .md\:focus-within\:gap-16:focus-within {
    gap: 4rem;
  }

  .md\:focus-within\:gap-20:focus-within {
    gap: 5rem;
  }

  .md\:focus-within\:gap-24:focus-within {
    gap: 6rem;
  }

  .md\:focus-within\:gap-28:focus-within {
    gap: 7rem;
  }

  .md\:focus-within\:gap-32:focus-within {
    gap: 8rem;
  }

  .md\:focus-within\:gap-36:focus-within {
    gap: 9rem;
  }

  .md\:focus-within\:gap-40:focus-within {
    gap: 10rem;
  }

  .md\:focus-within\:gap-44:focus-within {
    gap: 11rem;
  }

  .md\:focus-within\:gap-48:focus-within {
    gap: 12rem;
  }

  .md\:focus-within\:gap-52:focus-within {
    gap: 13rem;
  }

  .md\:focus-within\:gap-56:focus-within {
    gap: 14rem;
  }

  .md\:focus-within\:gap-60:focus-within {
    gap: 15rem;
  }

  .md\:focus-within\:gap-64:focus-within {
    gap: 16rem;
  }

  .md\:focus-within\:gap-72:focus-within {
    gap: 18rem;
  }

  .md\:focus-within\:gap-80:focus-within {
    gap: 20rem;
  }

  .md\:focus-within\:gap-96:focus-within {
    gap: 24rem;
  }

  .md\:focus-within\:gap-px:focus-within {
    gap: 1px;
  }

  .md\:focus-within\:gap-0\.5:focus-within {
    gap: 0.125rem;
  }

  .md\:focus-within\:gap-1\.5:focus-within {
    gap: 0.375rem;
  }

  .md\:focus-within\:gap-2\.5:focus-within {
    gap: 0.625rem;
  }

  .md\:focus-within\:gap-3\.5:focus-within {
    gap: 0.875rem;
  }

  .md\:focus-within\:gap-x-0:focus-within {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:focus-within\:gap-x-1:focus-within {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:focus-within\:gap-x-2:focus-within {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:focus-within\:gap-x-3:focus-within {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:focus-within\:gap-x-4:focus-within {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:focus-within\:gap-x-5:focus-within {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:focus-within\:gap-x-6:focus-within {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:focus-within\:gap-x-7:focus-within {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:focus-within\:gap-x-8:focus-within {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:focus-within\:gap-x-9:focus-within {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:focus-within\:gap-x-10:focus-within {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:focus-within\:gap-x-11:focus-within {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:focus-within\:gap-x-12:focus-within {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:focus-within\:gap-x-14:focus-within {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:focus-within\:gap-x-16:focus-within {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:focus-within\:gap-x-20:focus-within {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:focus-within\:gap-x-24:focus-within {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:focus-within\:gap-x-28:focus-within {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:focus-within\:gap-x-32:focus-within {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:focus-within\:gap-x-36:focus-within {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:focus-within\:gap-x-40:focus-within {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:focus-within\:gap-x-44:focus-within {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:focus-within\:gap-x-48:focus-within {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:focus-within\:gap-x-52:focus-within {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:focus-within\:gap-x-56:focus-within {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:focus-within\:gap-x-60:focus-within {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:focus-within\:gap-x-64:focus-within {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:focus-within\:gap-x-72:focus-within {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:focus-within\:gap-x-80:focus-within {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:focus-within\:gap-x-96:focus-within {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:focus-within\:gap-x-px:focus-within {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:focus-within\:gap-x-0\.5:focus-within {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:focus-within\:gap-x-1\.5:focus-within {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:focus-within\:gap-x-2\.5:focus-within {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:focus-within\:gap-x-3\.5:focus-within {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:focus-within\:gap-y-0:focus-within {
    row-gap: 0px;
  }

  .md\:focus-within\:gap-y-1:focus-within {
    row-gap: 0.25rem;
  }

  .md\:focus-within\:gap-y-2:focus-within {
    row-gap: 0.5rem;
  }

  .md\:focus-within\:gap-y-3:focus-within {
    row-gap: 0.75rem;
  }

  .md\:focus-within\:gap-y-4:focus-within {
    row-gap: 1rem;
  }

  .md\:focus-within\:gap-y-5:focus-within {
    row-gap: 1.25rem;
  }

  .md\:focus-within\:gap-y-6:focus-within {
    row-gap: 1.5rem;
  }

  .md\:focus-within\:gap-y-7:focus-within {
    row-gap: 1.75rem;
  }

  .md\:focus-within\:gap-y-8:focus-within {
    row-gap: 2rem;
  }

  .md\:focus-within\:gap-y-9:focus-within {
    row-gap: 2.25rem;
  }

  .md\:focus-within\:gap-y-10:focus-within {
    row-gap: 2.5rem;
  }

  .md\:focus-within\:gap-y-11:focus-within {
    row-gap: 2.75rem;
  }

  .md\:focus-within\:gap-y-12:focus-within {
    row-gap: 3rem;
  }

  .md\:focus-within\:gap-y-14:focus-within {
    row-gap: 3.5rem;
  }

  .md\:focus-within\:gap-y-16:focus-within {
    row-gap: 4rem;
  }

  .md\:focus-within\:gap-y-20:focus-within {
    row-gap: 5rem;
  }

  .md\:focus-within\:gap-y-24:focus-within {
    row-gap: 6rem;
  }

  .md\:focus-within\:gap-y-28:focus-within {
    row-gap: 7rem;
  }

  .md\:focus-within\:gap-y-32:focus-within {
    row-gap: 8rem;
  }

  .md\:focus-within\:gap-y-36:focus-within {
    row-gap: 9rem;
  }

  .md\:focus-within\:gap-y-40:focus-within {
    row-gap: 10rem;
  }

  .md\:focus-within\:gap-y-44:focus-within {
    row-gap: 11rem;
  }

  .md\:focus-within\:gap-y-48:focus-within {
    row-gap: 12rem;
  }

  .md\:focus-within\:gap-y-52:focus-within {
    row-gap: 13rem;
  }

  .md\:focus-within\:gap-y-56:focus-within {
    row-gap: 14rem;
  }

  .md\:focus-within\:gap-y-60:focus-within {
    row-gap: 15rem;
  }

  .md\:focus-within\:gap-y-64:focus-within {
    row-gap: 16rem;
  }

  .md\:focus-within\:gap-y-72:focus-within {
    row-gap: 18rem;
  }

  .md\:focus-within\:gap-y-80:focus-within {
    row-gap: 20rem;
  }

  .md\:focus-within\:gap-y-96:focus-within {
    row-gap: 24rem;
  }

  .md\:focus-within\:gap-y-px:focus-within {
    row-gap: 1px;
  }

  .md\:focus-within\:gap-y-0\.5:focus-within {
    row-gap: 0.125rem;
  }

  .md\:focus-within\:gap-y-1\.5:focus-within {
    row-gap: 0.375rem;
  }

  .md\:focus-within\:gap-y-2\.5:focus-within {
    row-gap: 0.625rem;
  }

  .md\:focus-within\:gap-y-3\.5:focus-within {
    row-gap: 0.875rem;
  }

  .md\:first\:gap-0:first-child {
    gap: 0px;
  }

  .md\:first\:gap-1:first-child {
    gap: 0.25rem;
  }

  .md\:first\:gap-2:first-child {
    gap: 0.5rem;
  }

  .md\:first\:gap-3:first-child {
    gap: 0.75rem;
  }

  .md\:first\:gap-4:first-child {
    gap: 1rem;
  }

  .md\:first\:gap-5:first-child {
    gap: 1.25rem;
  }

  .md\:first\:gap-6:first-child {
    gap: 1.5rem;
  }

  .md\:first\:gap-7:first-child {
    gap: 1.75rem;
  }

  .md\:first\:gap-8:first-child {
    gap: 2rem;
  }

  .md\:first\:gap-9:first-child {
    gap: 2.25rem;
  }

  .md\:first\:gap-10:first-child {
    gap: 2.5rem;
  }

  .md\:first\:gap-11:first-child {
    gap: 2.75rem;
  }

  .md\:first\:gap-12:first-child {
    gap: 3rem;
  }

  .md\:first\:gap-14:first-child {
    gap: 3.5rem;
  }

  .md\:first\:gap-16:first-child {
    gap: 4rem;
  }

  .md\:first\:gap-20:first-child {
    gap: 5rem;
  }

  .md\:first\:gap-24:first-child {
    gap: 6rem;
  }

  .md\:first\:gap-28:first-child {
    gap: 7rem;
  }

  .md\:first\:gap-32:first-child {
    gap: 8rem;
  }

  .md\:first\:gap-36:first-child {
    gap: 9rem;
  }

  .md\:first\:gap-40:first-child {
    gap: 10rem;
  }

  .md\:first\:gap-44:first-child {
    gap: 11rem;
  }

  .md\:first\:gap-48:first-child {
    gap: 12rem;
  }

  .md\:first\:gap-52:first-child {
    gap: 13rem;
  }

  .md\:first\:gap-56:first-child {
    gap: 14rem;
  }

  .md\:first\:gap-60:first-child {
    gap: 15rem;
  }

  .md\:first\:gap-64:first-child {
    gap: 16rem;
  }

  .md\:first\:gap-72:first-child {
    gap: 18rem;
  }

  .md\:first\:gap-80:first-child {
    gap: 20rem;
  }

  .md\:first\:gap-96:first-child {
    gap: 24rem;
  }

  .md\:first\:gap-px:first-child {
    gap: 1px;
  }

  .md\:first\:gap-0\.5:first-child {
    gap: 0.125rem;
  }

  .md\:first\:gap-1\.5:first-child {
    gap: 0.375rem;
  }

  .md\:first\:gap-2\.5:first-child {
    gap: 0.625rem;
  }

  .md\:first\:gap-3\.5:first-child {
    gap: 0.875rem;
  }

  .md\:first\:gap-x-0:first-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:first\:gap-x-1:first-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:first\:gap-x-2:first-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:first\:gap-x-3:first-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:first\:gap-x-4:first-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:first\:gap-x-5:first-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:first\:gap-x-6:first-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:first\:gap-x-7:first-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:first\:gap-x-8:first-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:first\:gap-x-9:first-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:first\:gap-x-10:first-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:first\:gap-x-11:first-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:first\:gap-x-12:first-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:first\:gap-x-14:first-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:first\:gap-x-16:first-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:first\:gap-x-20:first-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:first\:gap-x-24:first-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:first\:gap-x-28:first-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:first\:gap-x-32:first-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:first\:gap-x-36:first-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:first\:gap-x-40:first-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:first\:gap-x-44:first-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:first\:gap-x-48:first-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:first\:gap-x-52:first-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:first\:gap-x-56:first-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:first\:gap-x-60:first-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:first\:gap-x-64:first-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:first\:gap-x-72:first-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:first\:gap-x-80:first-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:first\:gap-x-96:first-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:first\:gap-x-px:first-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:first\:gap-x-0\.5:first-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:first\:gap-x-1\.5:first-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:first\:gap-x-2\.5:first-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:first\:gap-x-3\.5:first-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:first\:gap-y-0:first-child {
    row-gap: 0px;
  }

  .md\:first\:gap-y-1:first-child {
    row-gap: 0.25rem;
  }

  .md\:first\:gap-y-2:first-child {
    row-gap: 0.5rem;
  }

  .md\:first\:gap-y-3:first-child {
    row-gap: 0.75rem;
  }

  .md\:first\:gap-y-4:first-child {
    row-gap: 1rem;
  }

  .md\:first\:gap-y-5:first-child {
    row-gap: 1.25rem;
  }

  .md\:first\:gap-y-6:first-child {
    row-gap: 1.5rem;
  }

  .md\:first\:gap-y-7:first-child {
    row-gap: 1.75rem;
  }

  .md\:first\:gap-y-8:first-child {
    row-gap: 2rem;
  }

  .md\:first\:gap-y-9:first-child {
    row-gap: 2.25rem;
  }

  .md\:first\:gap-y-10:first-child {
    row-gap: 2.5rem;
  }

  .md\:first\:gap-y-11:first-child {
    row-gap: 2.75rem;
  }

  .md\:first\:gap-y-12:first-child {
    row-gap: 3rem;
  }

  .md\:first\:gap-y-14:first-child {
    row-gap: 3.5rem;
  }

  .md\:first\:gap-y-16:first-child {
    row-gap: 4rem;
  }

  .md\:first\:gap-y-20:first-child {
    row-gap: 5rem;
  }

  .md\:first\:gap-y-24:first-child {
    row-gap: 6rem;
  }

  .md\:first\:gap-y-28:first-child {
    row-gap: 7rem;
  }

  .md\:first\:gap-y-32:first-child {
    row-gap: 8rem;
  }

  .md\:first\:gap-y-36:first-child {
    row-gap: 9rem;
  }

  .md\:first\:gap-y-40:first-child {
    row-gap: 10rem;
  }

  .md\:first\:gap-y-44:first-child {
    row-gap: 11rem;
  }

  .md\:first\:gap-y-48:first-child {
    row-gap: 12rem;
  }

  .md\:first\:gap-y-52:first-child {
    row-gap: 13rem;
  }

  .md\:first\:gap-y-56:first-child {
    row-gap: 14rem;
  }

  .md\:first\:gap-y-60:first-child {
    row-gap: 15rem;
  }

  .md\:first\:gap-y-64:first-child {
    row-gap: 16rem;
  }

  .md\:first\:gap-y-72:first-child {
    row-gap: 18rem;
  }

  .md\:first\:gap-y-80:first-child {
    row-gap: 20rem;
  }

  .md\:first\:gap-y-96:first-child {
    row-gap: 24rem;
  }

  .md\:first\:gap-y-px:first-child {
    row-gap: 1px;
  }

  .md\:first\:gap-y-0\.5:first-child {
    row-gap: 0.125rem;
  }

  .md\:first\:gap-y-1\.5:first-child {
    row-gap: 0.375rem;
  }

  .md\:first\:gap-y-2\.5:first-child {
    row-gap: 0.625rem;
  }

  .md\:first\:gap-y-3\.5:first-child {
    row-gap: 0.875rem;
  }

  .md\:last\:gap-0:last-child {
    gap: 0px;
  }

  .md\:last\:gap-1:last-child {
    gap: 0.25rem;
  }

  .md\:last\:gap-2:last-child {
    gap: 0.5rem;
  }

  .md\:last\:gap-3:last-child {
    gap: 0.75rem;
  }

  .md\:last\:gap-4:last-child {
    gap: 1rem;
  }

  .md\:last\:gap-5:last-child {
    gap: 1.25rem;
  }

  .md\:last\:gap-6:last-child {
    gap: 1.5rem;
  }

  .md\:last\:gap-7:last-child {
    gap: 1.75rem;
  }

  .md\:last\:gap-8:last-child {
    gap: 2rem;
  }

  .md\:last\:gap-9:last-child {
    gap: 2.25rem;
  }

  .md\:last\:gap-10:last-child {
    gap: 2.5rem;
  }

  .md\:last\:gap-11:last-child {
    gap: 2.75rem;
  }

  .md\:last\:gap-12:last-child {
    gap: 3rem;
  }

  .md\:last\:gap-14:last-child {
    gap: 3.5rem;
  }

  .md\:last\:gap-16:last-child {
    gap: 4rem;
  }

  .md\:last\:gap-20:last-child {
    gap: 5rem;
  }

  .md\:last\:gap-24:last-child {
    gap: 6rem;
  }

  .md\:last\:gap-28:last-child {
    gap: 7rem;
  }

  .md\:last\:gap-32:last-child {
    gap: 8rem;
  }

  .md\:last\:gap-36:last-child {
    gap: 9rem;
  }

  .md\:last\:gap-40:last-child {
    gap: 10rem;
  }

  .md\:last\:gap-44:last-child {
    gap: 11rem;
  }

  .md\:last\:gap-48:last-child {
    gap: 12rem;
  }

  .md\:last\:gap-52:last-child {
    gap: 13rem;
  }

  .md\:last\:gap-56:last-child {
    gap: 14rem;
  }

  .md\:last\:gap-60:last-child {
    gap: 15rem;
  }

  .md\:last\:gap-64:last-child {
    gap: 16rem;
  }

  .md\:last\:gap-72:last-child {
    gap: 18rem;
  }

  .md\:last\:gap-80:last-child {
    gap: 20rem;
  }

  .md\:last\:gap-96:last-child {
    gap: 24rem;
  }

  .md\:last\:gap-px:last-child {
    gap: 1px;
  }

  .md\:last\:gap-0\.5:last-child {
    gap: 0.125rem;
  }

  .md\:last\:gap-1\.5:last-child {
    gap: 0.375rem;
  }

  .md\:last\:gap-2\.5:last-child {
    gap: 0.625rem;
  }

  .md\:last\:gap-3\.5:last-child {
    gap: 0.875rem;
  }

  .md\:last\:gap-x-0:last-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:last\:gap-x-1:last-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:last\:gap-x-2:last-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:last\:gap-x-3:last-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:last\:gap-x-4:last-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:last\:gap-x-5:last-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:last\:gap-x-6:last-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:last\:gap-x-7:last-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:last\:gap-x-8:last-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:last\:gap-x-9:last-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:last\:gap-x-10:last-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:last\:gap-x-11:last-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:last\:gap-x-12:last-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:last\:gap-x-14:last-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:last\:gap-x-16:last-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:last\:gap-x-20:last-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:last\:gap-x-24:last-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:last\:gap-x-28:last-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:last\:gap-x-32:last-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:last\:gap-x-36:last-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:last\:gap-x-40:last-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:last\:gap-x-44:last-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:last\:gap-x-48:last-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:last\:gap-x-52:last-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:last\:gap-x-56:last-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:last\:gap-x-60:last-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:last\:gap-x-64:last-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:last\:gap-x-72:last-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:last\:gap-x-80:last-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:last\:gap-x-96:last-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:last\:gap-x-px:last-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:last\:gap-x-0\.5:last-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:last\:gap-x-1\.5:last-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:last\:gap-x-2\.5:last-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:last\:gap-x-3\.5:last-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:last\:gap-y-0:last-child {
    row-gap: 0px;
  }

  .md\:last\:gap-y-1:last-child {
    row-gap: 0.25rem;
  }

  .md\:last\:gap-y-2:last-child {
    row-gap: 0.5rem;
  }

  .md\:last\:gap-y-3:last-child {
    row-gap: 0.75rem;
  }

  .md\:last\:gap-y-4:last-child {
    row-gap: 1rem;
  }

  .md\:last\:gap-y-5:last-child {
    row-gap: 1.25rem;
  }

  .md\:last\:gap-y-6:last-child {
    row-gap: 1.5rem;
  }

  .md\:last\:gap-y-7:last-child {
    row-gap: 1.75rem;
  }

  .md\:last\:gap-y-8:last-child {
    row-gap: 2rem;
  }

  .md\:last\:gap-y-9:last-child {
    row-gap: 2.25rem;
  }

  .md\:last\:gap-y-10:last-child {
    row-gap: 2.5rem;
  }

  .md\:last\:gap-y-11:last-child {
    row-gap: 2.75rem;
  }

  .md\:last\:gap-y-12:last-child {
    row-gap: 3rem;
  }

  .md\:last\:gap-y-14:last-child {
    row-gap: 3.5rem;
  }

  .md\:last\:gap-y-16:last-child {
    row-gap: 4rem;
  }

  .md\:last\:gap-y-20:last-child {
    row-gap: 5rem;
  }

  .md\:last\:gap-y-24:last-child {
    row-gap: 6rem;
  }

  .md\:last\:gap-y-28:last-child {
    row-gap: 7rem;
  }

  .md\:last\:gap-y-32:last-child {
    row-gap: 8rem;
  }

  .md\:last\:gap-y-36:last-child {
    row-gap: 9rem;
  }

  .md\:last\:gap-y-40:last-child {
    row-gap: 10rem;
  }

  .md\:last\:gap-y-44:last-child {
    row-gap: 11rem;
  }

  .md\:last\:gap-y-48:last-child {
    row-gap: 12rem;
  }

  .md\:last\:gap-y-52:last-child {
    row-gap: 13rem;
  }

  .md\:last\:gap-y-56:last-child {
    row-gap: 14rem;
  }

  .md\:last\:gap-y-60:last-child {
    row-gap: 15rem;
  }

  .md\:last\:gap-y-64:last-child {
    row-gap: 16rem;
  }

  .md\:last\:gap-y-72:last-child {
    row-gap: 18rem;
  }

  .md\:last\:gap-y-80:last-child {
    row-gap: 20rem;
  }

  .md\:last\:gap-y-96:last-child {
    row-gap: 24rem;
  }

  .md\:last\:gap-y-px:last-child {
    row-gap: 1px;
  }

  .md\:last\:gap-y-0\.5:last-child {
    row-gap: 0.125rem;
  }

  .md\:last\:gap-y-1\.5:last-child {
    row-gap: 0.375rem;
  }

  .md\:last\:gap-y-2\.5:last-child {
    row-gap: 0.625rem;
  }

  .md\:last\:gap-y-3\.5:last-child {
    row-gap: 0.875rem;
  }

  .md\:odd\:gap-0:nth-child(odd) {
    gap: 0px;
  }

  .md\:odd\:gap-1:nth-child(odd) {
    gap: 0.25rem;
  }

  .md\:odd\:gap-2:nth-child(odd) {
    gap: 0.5rem;
  }

  .md\:odd\:gap-3:nth-child(odd) {
    gap: 0.75rem;
  }

  .md\:odd\:gap-4:nth-child(odd) {
    gap: 1rem;
  }

  .md\:odd\:gap-5:nth-child(odd) {
    gap: 1.25rem;
  }

  .md\:odd\:gap-6:nth-child(odd) {
    gap: 1.5rem;
  }

  .md\:odd\:gap-7:nth-child(odd) {
    gap: 1.75rem;
  }

  .md\:odd\:gap-8:nth-child(odd) {
    gap: 2rem;
  }

  .md\:odd\:gap-9:nth-child(odd) {
    gap: 2.25rem;
  }

  .md\:odd\:gap-10:nth-child(odd) {
    gap: 2.5rem;
  }

  .md\:odd\:gap-11:nth-child(odd) {
    gap: 2.75rem;
  }

  .md\:odd\:gap-12:nth-child(odd) {
    gap: 3rem;
  }

  .md\:odd\:gap-14:nth-child(odd) {
    gap: 3.5rem;
  }

  .md\:odd\:gap-16:nth-child(odd) {
    gap: 4rem;
  }

  .md\:odd\:gap-20:nth-child(odd) {
    gap: 5rem;
  }

  .md\:odd\:gap-24:nth-child(odd) {
    gap: 6rem;
  }

  .md\:odd\:gap-28:nth-child(odd) {
    gap: 7rem;
  }

  .md\:odd\:gap-32:nth-child(odd) {
    gap: 8rem;
  }

  .md\:odd\:gap-36:nth-child(odd) {
    gap: 9rem;
  }

  .md\:odd\:gap-40:nth-child(odd) {
    gap: 10rem;
  }

  .md\:odd\:gap-44:nth-child(odd) {
    gap: 11rem;
  }

  .md\:odd\:gap-48:nth-child(odd) {
    gap: 12rem;
  }

  .md\:odd\:gap-52:nth-child(odd) {
    gap: 13rem;
  }

  .md\:odd\:gap-56:nth-child(odd) {
    gap: 14rem;
  }

  .md\:odd\:gap-60:nth-child(odd) {
    gap: 15rem;
  }

  .md\:odd\:gap-64:nth-child(odd) {
    gap: 16rem;
  }

  .md\:odd\:gap-72:nth-child(odd) {
    gap: 18rem;
  }

  .md\:odd\:gap-80:nth-child(odd) {
    gap: 20rem;
  }

  .md\:odd\:gap-96:nth-child(odd) {
    gap: 24rem;
  }

  .md\:odd\:gap-px:nth-child(odd) {
    gap: 1px;
  }

  .md\:odd\:gap-0\.5:nth-child(odd) {
    gap: 0.125rem;
  }

  .md\:odd\:gap-1\.5:nth-child(odd) {
    gap: 0.375rem;
  }

  .md\:odd\:gap-2\.5:nth-child(odd) {
    gap: 0.625rem;
  }

  .md\:odd\:gap-3\.5:nth-child(odd) {
    gap: 0.875rem;
  }

  .md\:odd\:gap-x-0:nth-child(odd) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:odd\:gap-x-1:nth-child(odd) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:odd\:gap-x-2:nth-child(odd) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:odd\:gap-x-3:nth-child(odd) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:odd\:gap-x-4:nth-child(odd) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:odd\:gap-x-5:nth-child(odd) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:odd\:gap-x-6:nth-child(odd) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:odd\:gap-x-7:nth-child(odd) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:odd\:gap-x-8:nth-child(odd) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:odd\:gap-x-9:nth-child(odd) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:odd\:gap-x-10:nth-child(odd) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:odd\:gap-x-11:nth-child(odd) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:odd\:gap-x-12:nth-child(odd) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:odd\:gap-x-14:nth-child(odd) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:odd\:gap-x-16:nth-child(odd) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:odd\:gap-x-20:nth-child(odd) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:odd\:gap-x-24:nth-child(odd) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:odd\:gap-x-28:nth-child(odd) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:odd\:gap-x-32:nth-child(odd) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:odd\:gap-x-36:nth-child(odd) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:odd\:gap-x-40:nth-child(odd) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:odd\:gap-x-44:nth-child(odd) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:odd\:gap-x-48:nth-child(odd) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:odd\:gap-x-52:nth-child(odd) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:odd\:gap-x-56:nth-child(odd) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:odd\:gap-x-60:nth-child(odd) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:odd\:gap-x-64:nth-child(odd) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:odd\:gap-x-72:nth-child(odd) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:odd\:gap-x-80:nth-child(odd) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:odd\:gap-x-96:nth-child(odd) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:odd\:gap-x-px:nth-child(odd) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:odd\:gap-x-0\.5:nth-child(odd) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:odd\:gap-x-1\.5:nth-child(odd) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:odd\:gap-x-2\.5:nth-child(odd) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:odd\:gap-x-3\.5:nth-child(odd) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:odd\:gap-y-0:nth-child(odd) {
    row-gap: 0px;
  }

  .md\:odd\:gap-y-1:nth-child(odd) {
    row-gap: 0.25rem;
  }

  .md\:odd\:gap-y-2:nth-child(odd) {
    row-gap: 0.5rem;
  }

  .md\:odd\:gap-y-3:nth-child(odd) {
    row-gap: 0.75rem;
  }

  .md\:odd\:gap-y-4:nth-child(odd) {
    row-gap: 1rem;
  }

  .md\:odd\:gap-y-5:nth-child(odd) {
    row-gap: 1.25rem;
  }

  .md\:odd\:gap-y-6:nth-child(odd) {
    row-gap: 1.5rem;
  }

  .md\:odd\:gap-y-7:nth-child(odd) {
    row-gap: 1.75rem;
  }

  .md\:odd\:gap-y-8:nth-child(odd) {
    row-gap: 2rem;
  }

  .md\:odd\:gap-y-9:nth-child(odd) {
    row-gap: 2.25rem;
  }

  .md\:odd\:gap-y-10:nth-child(odd) {
    row-gap: 2.5rem;
  }

  .md\:odd\:gap-y-11:nth-child(odd) {
    row-gap: 2.75rem;
  }

  .md\:odd\:gap-y-12:nth-child(odd) {
    row-gap: 3rem;
  }

  .md\:odd\:gap-y-14:nth-child(odd) {
    row-gap: 3.5rem;
  }

  .md\:odd\:gap-y-16:nth-child(odd) {
    row-gap: 4rem;
  }

  .md\:odd\:gap-y-20:nth-child(odd) {
    row-gap: 5rem;
  }

  .md\:odd\:gap-y-24:nth-child(odd) {
    row-gap: 6rem;
  }

  .md\:odd\:gap-y-28:nth-child(odd) {
    row-gap: 7rem;
  }

  .md\:odd\:gap-y-32:nth-child(odd) {
    row-gap: 8rem;
  }

  .md\:odd\:gap-y-36:nth-child(odd) {
    row-gap: 9rem;
  }

  .md\:odd\:gap-y-40:nth-child(odd) {
    row-gap: 10rem;
  }

  .md\:odd\:gap-y-44:nth-child(odd) {
    row-gap: 11rem;
  }

  .md\:odd\:gap-y-48:nth-child(odd) {
    row-gap: 12rem;
  }

  .md\:odd\:gap-y-52:nth-child(odd) {
    row-gap: 13rem;
  }

  .md\:odd\:gap-y-56:nth-child(odd) {
    row-gap: 14rem;
  }

  .md\:odd\:gap-y-60:nth-child(odd) {
    row-gap: 15rem;
  }

  .md\:odd\:gap-y-64:nth-child(odd) {
    row-gap: 16rem;
  }

  .md\:odd\:gap-y-72:nth-child(odd) {
    row-gap: 18rem;
  }

  .md\:odd\:gap-y-80:nth-child(odd) {
    row-gap: 20rem;
  }

  .md\:odd\:gap-y-96:nth-child(odd) {
    row-gap: 24rem;
  }

  .md\:odd\:gap-y-px:nth-child(odd) {
    row-gap: 1px;
  }

  .md\:odd\:gap-y-0\.5:nth-child(odd) {
    row-gap: 0.125rem;
  }

  .md\:odd\:gap-y-1\.5:nth-child(odd) {
    row-gap: 0.375rem;
  }

  .md\:odd\:gap-y-2\.5:nth-child(odd) {
    row-gap: 0.625rem;
  }

  .md\:odd\:gap-y-3\.5:nth-child(odd) {
    row-gap: 0.875rem;
  }

  .md\:even\:gap-0:nth-child(even) {
    gap: 0px;
  }

  .md\:even\:gap-1:nth-child(even) {
    gap: 0.25rem;
  }

  .md\:even\:gap-2:nth-child(even) {
    gap: 0.5rem;
  }

  .md\:even\:gap-3:nth-child(even) {
    gap: 0.75rem;
  }

  .md\:even\:gap-4:nth-child(even) {
    gap: 1rem;
  }

  .md\:even\:gap-5:nth-child(even) {
    gap: 1.25rem;
  }

  .md\:even\:gap-6:nth-child(even) {
    gap: 1.5rem;
  }

  .md\:even\:gap-7:nth-child(even) {
    gap: 1.75rem;
  }

  .md\:even\:gap-8:nth-child(even) {
    gap: 2rem;
  }

  .md\:even\:gap-9:nth-child(even) {
    gap: 2.25rem;
  }

  .md\:even\:gap-10:nth-child(even) {
    gap: 2.5rem;
  }

  .md\:even\:gap-11:nth-child(even) {
    gap: 2.75rem;
  }

  .md\:even\:gap-12:nth-child(even) {
    gap: 3rem;
  }

  .md\:even\:gap-14:nth-child(even) {
    gap: 3.5rem;
  }

  .md\:even\:gap-16:nth-child(even) {
    gap: 4rem;
  }

  .md\:even\:gap-20:nth-child(even) {
    gap: 5rem;
  }

  .md\:even\:gap-24:nth-child(even) {
    gap: 6rem;
  }

  .md\:even\:gap-28:nth-child(even) {
    gap: 7rem;
  }

  .md\:even\:gap-32:nth-child(even) {
    gap: 8rem;
  }

  .md\:even\:gap-36:nth-child(even) {
    gap: 9rem;
  }

  .md\:even\:gap-40:nth-child(even) {
    gap: 10rem;
  }

  .md\:even\:gap-44:nth-child(even) {
    gap: 11rem;
  }

  .md\:even\:gap-48:nth-child(even) {
    gap: 12rem;
  }

  .md\:even\:gap-52:nth-child(even) {
    gap: 13rem;
  }

  .md\:even\:gap-56:nth-child(even) {
    gap: 14rem;
  }

  .md\:even\:gap-60:nth-child(even) {
    gap: 15rem;
  }

  .md\:even\:gap-64:nth-child(even) {
    gap: 16rem;
  }

  .md\:even\:gap-72:nth-child(even) {
    gap: 18rem;
  }

  .md\:even\:gap-80:nth-child(even) {
    gap: 20rem;
  }

  .md\:even\:gap-96:nth-child(even) {
    gap: 24rem;
  }

  .md\:even\:gap-px:nth-child(even) {
    gap: 1px;
  }

  .md\:even\:gap-0\.5:nth-child(even) {
    gap: 0.125rem;
  }

  .md\:even\:gap-1\.5:nth-child(even) {
    gap: 0.375rem;
  }

  .md\:even\:gap-2\.5:nth-child(even) {
    gap: 0.625rem;
  }

  .md\:even\:gap-3\.5:nth-child(even) {
    gap: 0.875rem;
  }

  .md\:even\:gap-x-0:nth-child(even) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:even\:gap-x-1:nth-child(even) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:even\:gap-x-2:nth-child(even) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:even\:gap-x-3:nth-child(even) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:even\:gap-x-4:nth-child(even) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:even\:gap-x-5:nth-child(even) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:even\:gap-x-6:nth-child(even) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:even\:gap-x-7:nth-child(even) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:even\:gap-x-8:nth-child(even) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:even\:gap-x-9:nth-child(even) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:even\:gap-x-10:nth-child(even) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:even\:gap-x-11:nth-child(even) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:even\:gap-x-12:nth-child(even) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:even\:gap-x-14:nth-child(even) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:even\:gap-x-16:nth-child(even) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:even\:gap-x-20:nth-child(even) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:even\:gap-x-24:nth-child(even) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:even\:gap-x-28:nth-child(even) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:even\:gap-x-32:nth-child(even) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:even\:gap-x-36:nth-child(even) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:even\:gap-x-40:nth-child(even) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:even\:gap-x-44:nth-child(even) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:even\:gap-x-48:nth-child(even) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:even\:gap-x-52:nth-child(even) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:even\:gap-x-56:nth-child(even) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:even\:gap-x-60:nth-child(even) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:even\:gap-x-64:nth-child(even) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:even\:gap-x-72:nth-child(even) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:even\:gap-x-80:nth-child(even) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:even\:gap-x-96:nth-child(even) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:even\:gap-x-px:nth-child(even) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:even\:gap-x-0\.5:nth-child(even) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:even\:gap-x-1\.5:nth-child(even) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:even\:gap-x-2\.5:nth-child(even) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:even\:gap-x-3\.5:nth-child(even) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:even\:gap-y-0:nth-child(even) {
    row-gap: 0px;
  }

  .md\:even\:gap-y-1:nth-child(even) {
    row-gap: 0.25rem;
  }

  .md\:even\:gap-y-2:nth-child(even) {
    row-gap: 0.5rem;
  }

  .md\:even\:gap-y-3:nth-child(even) {
    row-gap: 0.75rem;
  }

  .md\:even\:gap-y-4:nth-child(even) {
    row-gap: 1rem;
  }

  .md\:even\:gap-y-5:nth-child(even) {
    row-gap: 1.25rem;
  }

  .md\:even\:gap-y-6:nth-child(even) {
    row-gap: 1.5rem;
  }

  .md\:even\:gap-y-7:nth-child(even) {
    row-gap: 1.75rem;
  }

  .md\:even\:gap-y-8:nth-child(even) {
    row-gap: 2rem;
  }

  .md\:even\:gap-y-9:nth-child(even) {
    row-gap: 2.25rem;
  }

  .md\:even\:gap-y-10:nth-child(even) {
    row-gap: 2.5rem;
  }

  .md\:even\:gap-y-11:nth-child(even) {
    row-gap: 2.75rem;
  }

  .md\:even\:gap-y-12:nth-child(even) {
    row-gap: 3rem;
  }

  .md\:even\:gap-y-14:nth-child(even) {
    row-gap: 3.5rem;
  }

  .md\:even\:gap-y-16:nth-child(even) {
    row-gap: 4rem;
  }

  .md\:even\:gap-y-20:nth-child(even) {
    row-gap: 5rem;
  }

  .md\:even\:gap-y-24:nth-child(even) {
    row-gap: 6rem;
  }

  .md\:even\:gap-y-28:nth-child(even) {
    row-gap: 7rem;
  }

  .md\:even\:gap-y-32:nth-child(even) {
    row-gap: 8rem;
  }

  .md\:even\:gap-y-36:nth-child(even) {
    row-gap: 9rem;
  }

  .md\:even\:gap-y-40:nth-child(even) {
    row-gap: 10rem;
  }

  .md\:even\:gap-y-44:nth-child(even) {
    row-gap: 11rem;
  }

  .md\:even\:gap-y-48:nth-child(even) {
    row-gap: 12rem;
  }

  .md\:even\:gap-y-52:nth-child(even) {
    row-gap: 13rem;
  }

  .md\:even\:gap-y-56:nth-child(even) {
    row-gap: 14rem;
  }

  .md\:even\:gap-y-60:nth-child(even) {
    row-gap: 15rem;
  }

  .md\:even\:gap-y-64:nth-child(even) {
    row-gap: 16rem;
  }

  .md\:even\:gap-y-72:nth-child(even) {
    row-gap: 18rem;
  }

  .md\:even\:gap-y-80:nth-child(even) {
    row-gap: 20rem;
  }

  .md\:even\:gap-y-96:nth-child(even) {
    row-gap: 24rem;
  }

  .md\:even\:gap-y-px:nth-child(even) {
    row-gap: 1px;
  }

  .md\:even\:gap-y-0\.5:nth-child(even) {
    row-gap: 0.125rem;
  }

  .md\:even\:gap-y-1\.5:nth-child(even) {
    row-gap: 0.375rem;
  }

  .md\:even\:gap-y-2\.5:nth-child(even) {
    row-gap: 0.625rem;
  }

  .md\:even\:gap-y-3\.5:nth-child(even) {
    row-gap: 0.875rem;
  }

  .md\:hover\:gap-0:hover {
    gap: 0px;
  }

  .md\:hover\:gap-1:hover {
    gap: 0.25rem;
  }

  .md\:hover\:gap-2:hover {
    gap: 0.5rem;
  }

  .md\:hover\:gap-3:hover {
    gap: 0.75rem;
  }

  .md\:hover\:gap-4:hover {
    gap: 1rem;
  }

  .md\:hover\:gap-5:hover {
    gap: 1.25rem;
  }

  .md\:hover\:gap-6:hover {
    gap: 1.5rem;
  }

  .md\:hover\:gap-7:hover {
    gap: 1.75rem;
  }

  .md\:hover\:gap-8:hover {
    gap: 2rem;
  }

  .md\:hover\:gap-9:hover {
    gap: 2.25rem;
  }

  .md\:hover\:gap-10:hover {
    gap: 2.5rem;
  }

  .md\:hover\:gap-11:hover {
    gap: 2.75rem;
  }

  .md\:hover\:gap-12:hover {
    gap: 3rem;
  }

  .md\:hover\:gap-14:hover {
    gap: 3.5rem;
  }

  .md\:hover\:gap-16:hover {
    gap: 4rem;
  }

  .md\:hover\:gap-20:hover {
    gap: 5rem;
  }

  .md\:hover\:gap-24:hover {
    gap: 6rem;
  }

  .md\:hover\:gap-28:hover {
    gap: 7rem;
  }

  .md\:hover\:gap-32:hover {
    gap: 8rem;
  }

  .md\:hover\:gap-36:hover {
    gap: 9rem;
  }

  .md\:hover\:gap-40:hover {
    gap: 10rem;
  }

  .md\:hover\:gap-44:hover {
    gap: 11rem;
  }

  .md\:hover\:gap-48:hover {
    gap: 12rem;
  }

  .md\:hover\:gap-52:hover {
    gap: 13rem;
  }

  .md\:hover\:gap-56:hover {
    gap: 14rem;
  }

  .md\:hover\:gap-60:hover {
    gap: 15rem;
  }

  .md\:hover\:gap-64:hover {
    gap: 16rem;
  }

  .md\:hover\:gap-72:hover {
    gap: 18rem;
  }

  .md\:hover\:gap-80:hover {
    gap: 20rem;
  }

  .md\:hover\:gap-96:hover {
    gap: 24rem;
  }

  .md\:hover\:gap-px:hover {
    gap: 1px;
  }

  .md\:hover\:gap-0\.5:hover {
    gap: 0.125rem;
  }

  .md\:hover\:gap-1\.5:hover {
    gap: 0.375rem;
  }

  .md\:hover\:gap-2\.5:hover {
    gap: 0.625rem;
  }

  .md\:hover\:gap-3\.5:hover {
    gap: 0.875rem;
  }

  .md\:hover\:gap-x-0:hover {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:hover\:gap-x-1:hover {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:hover\:gap-x-2:hover {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:hover\:gap-x-3:hover {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:hover\:gap-x-5:hover {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:hover\:gap-x-6:hover {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:hover\:gap-x-7:hover {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:hover\:gap-x-8:hover {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:hover\:gap-x-9:hover {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:hover\:gap-x-10:hover {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:hover\:gap-x-11:hover {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:hover\:gap-x-12:hover {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:hover\:gap-x-14:hover {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:hover\:gap-x-16:hover {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:hover\:gap-x-20:hover {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:hover\:gap-x-24:hover {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:hover\:gap-x-28:hover {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:hover\:gap-x-32:hover {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:hover\:gap-x-36:hover {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:hover\:gap-x-40:hover {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:hover\:gap-x-44:hover {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:hover\:gap-x-48:hover {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:hover\:gap-x-52:hover {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:hover\:gap-x-56:hover {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:hover\:gap-x-60:hover {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:hover\:gap-x-64:hover {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:hover\:gap-x-72:hover {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:hover\:gap-x-80:hover {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:hover\:gap-x-96:hover {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:hover\:gap-x-px:hover {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:hover\:gap-x-0\.5:hover {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:hover\:gap-x-1\.5:hover {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:hover\:gap-x-2\.5:hover {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:hover\:gap-x-3\.5:hover {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:hover\:gap-y-0:hover {
    row-gap: 0px;
  }

  .md\:hover\:gap-y-1:hover {
    row-gap: 0.25rem;
  }

  .md\:hover\:gap-y-2:hover {
    row-gap: 0.5rem;
  }

  .md\:hover\:gap-y-3:hover {
    row-gap: 0.75rem;
  }

  .md\:hover\:gap-y-4:hover {
    row-gap: 1rem;
  }

  .md\:hover\:gap-y-5:hover {
    row-gap: 1.25rem;
  }

  .md\:hover\:gap-y-6:hover {
    row-gap: 1.5rem;
  }

  .md\:hover\:gap-y-7:hover {
    row-gap: 1.75rem;
  }

  .md\:hover\:gap-y-8:hover {
    row-gap: 2rem;
  }

  .md\:hover\:gap-y-9:hover {
    row-gap: 2.25rem;
  }

  .md\:hover\:gap-y-10:hover {
    row-gap: 2.5rem;
  }

  .md\:hover\:gap-y-11:hover {
    row-gap: 2.75rem;
  }

  .md\:hover\:gap-y-12:hover {
    row-gap: 3rem;
  }

  .md\:hover\:gap-y-14:hover {
    row-gap: 3.5rem;
  }

  .md\:hover\:gap-y-16:hover {
    row-gap: 4rem;
  }

  .md\:hover\:gap-y-20:hover {
    row-gap: 5rem;
  }

  .md\:hover\:gap-y-24:hover {
    row-gap: 6rem;
  }

  .md\:hover\:gap-y-28:hover {
    row-gap: 7rem;
  }

  .md\:hover\:gap-y-32:hover {
    row-gap: 8rem;
  }

  .md\:hover\:gap-y-36:hover {
    row-gap: 9rem;
  }

  .md\:hover\:gap-y-40:hover {
    row-gap: 10rem;
  }

  .md\:hover\:gap-y-44:hover {
    row-gap: 11rem;
  }

  .md\:hover\:gap-y-48:hover {
    row-gap: 12rem;
  }

  .md\:hover\:gap-y-52:hover {
    row-gap: 13rem;
  }

  .md\:hover\:gap-y-56:hover {
    row-gap: 14rem;
  }

  .md\:hover\:gap-y-60:hover {
    row-gap: 15rem;
  }

  .md\:hover\:gap-y-64:hover {
    row-gap: 16rem;
  }

  .md\:hover\:gap-y-72:hover {
    row-gap: 18rem;
  }

  .md\:hover\:gap-y-80:hover {
    row-gap: 20rem;
  }

  .md\:hover\:gap-y-96:hover {
    row-gap: 24rem;
  }

  .md\:hover\:gap-y-px:hover {
    row-gap: 1px;
  }

  .md\:hover\:gap-y-0\.5:hover {
    row-gap: 0.125rem;
  }

  .md\:hover\:gap-y-1\.5:hover {
    row-gap: 0.375rem;
  }

  .md\:hover\:gap-y-2\.5:hover {
    row-gap: 0.625rem;
  }

  .md\:hover\:gap-y-3\.5:hover {
    row-gap: 0.875rem;
  }

  .md\:focus\:gap-0:focus {
    gap: 0px;
  }

  .md\:focus\:gap-1:focus {
    gap: 0.25rem;
  }

  .md\:focus\:gap-2:focus {
    gap: 0.5rem;
  }

  .md\:focus\:gap-3:focus {
    gap: 0.75rem;
  }

  .md\:focus\:gap-4:focus {
    gap: 1rem;
  }

  .md\:focus\:gap-5:focus {
    gap: 1.25rem;
  }

  .md\:focus\:gap-6:focus {
    gap: 1.5rem;
  }

  .md\:focus\:gap-7:focus {
    gap: 1.75rem;
  }

  .md\:focus\:gap-8:focus {
    gap: 2rem;
  }

  .md\:focus\:gap-9:focus {
    gap: 2.25rem;
  }

  .md\:focus\:gap-10:focus {
    gap: 2.5rem;
  }

  .md\:focus\:gap-11:focus {
    gap: 2.75rem;
  }

  .md\:focus\:gap-12:focus {
    gap: 3rem;
  }

  .md\:focus\:gap-14:focus {
    gap: 3.5rem;
  }

  .md\:focus\:gap-16:focus {
    gap: 4rem;
  }

  .md\:focus\:gap-20:focus {
    gap: 5rem;
  }

  .md\:focus\:gap-24:focus {
    gap: 6rem;
  }

  .md\:focus\:gap-28:focus {
    gap: 7rem;
  }

  .md\:focus\:gap-32:focus {
    gap: 8rem;
  }

  .md\:focus\:gap-36:focus {
    gap: 9rem;
  }

  .md\:focus\:gap-40:focus {
    gap: 10rem;
  }

  .md\:focus\:gap-44:focus {
    gap: 11rem;
  }

  .md\:focus\:gap-48:focus {
    gap: 12rem;
  }

  .md\:focus\:gap-52:focus {
    gap: 13rem;
  }

  .md\:focus\:gap-56:focus {
    gap: 14rem;
  }

  .md\:focus\:gap-60:focus {
    gap: 15rem;
  }

  .md\:focus\:gap-64:focus {
    gap: 16rem;
  }

  .md\:focus\:gap-72:focus {
    gap: 18rem;
  }

  .md\:focus\:gap-80:focus {
    gap: 20rem;
  }

  .md\:focus\:gap-96:focus {
    gap: 24rem;
  }

  .md\:focus\:gap-px:focus {
    gap: 1px;
  }

  .md\:focus\:gap-0\.5:focus {
    gap: 0.125rem;
  }

  .md\:focus\:gap-1\.5:focus {
    gap: 0.375rem;
  }

  .md\:focus\:gap-2\.5:focus {
    gap: 0.625rem;
  }

  .md\:focus\:gap-3\.5:focus {
    gap: 0.875rem;
  }

  .md\:focus\:gap-x-0:focus {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:focus\:gap-x-1:focus {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:focus\:gap-x-2:focus {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:focus\:gap-x-3:focus {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:focus\:gap-x-4:focus {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:focus\:gap-x-5:focus {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:focus\:gap-x-6:focus {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:focus\:gap-x-7:focus {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:focus\:gap-x-8:focus {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:focus\:gap-x-9:focus {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:focus\:gap-x-10:focus {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:focus\:gap-x-11:focus {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:focus\:gap-x-12:focus {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:focus\:gap-x-14:focus {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:focus\:gap-x-16:focus {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:focus\:gap-x-20:focus {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:focus\:gap-x-24:focus {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:focus\:gap-x-28:focus {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:focus\:gap-x-32:focus {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:focus\:gap-x-36:focus {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:focus\:gap-x-40:focus {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:focus\:gap-x-44:focus {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:focus\:gap-x-48:focus {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:focus\:gap-x-52:focus {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:focus\:gap-x-56:focus {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:focus\:gap-x-60:focus {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:focus\:gap-x-64:focus {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:focus\:gap-x-72:focus {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:focus\:gap-x-80:focus {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:focus\:gap-x-96:focus {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:focus\:gap-x-px:focus {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:focus\:gap-x-0\.5:focus {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:focus\:gap-x-1\.5:focus {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:focus\:gap-x-2\.5:focus {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:focus\:gap-x-3\.5:focus {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:focus\:gap-y-0:focus {
    row-gap: 0px;
  }

  .md\:focus\:gap-y-1:focus {
    row-gap: 0.25rem;
  }

  .md\:focus\:gap-y-2:focus {
    row-gap: 0.5rem;
  }

  .md\:focus\:gap-y-3:focus {
    row-gap: 0.75rem;
  }

  .md\:focus\:gap-y-4:focus {
    row-gap: 1rem;
  }

  .md\:focus\:gap-y-5:focus {
    row-gap: 1.25rem;
  }

  .md\:focus\:gap-y-6:focus {
    row-gap: 1.5rem;
  }

  .md\:focus\:gap-y-7:focus {
    row-gap: 1.75rem;
  }

  .md\:focus\:gap-y-8:focus {
    row-gap: 2rem;
  }

  .md\:focus\:gap-y-9:focus {
    row-gap: 2.25rem;
  }

  .md\:focus\:gap-y-10:focus {
    row-gap: 2.5rem;
  }

  .md\:focus\:gap-y-11:focus {
    row-gap: 2.75rem;
  }

  .md\:focus\:gap-y-12:focus {
    row-gap: 3rem;
  }

  .md\:focus\:gap-y-14:focus {
    row-gap: 3.5rem;
  }

  .md\:focus\:gap-y-16:focus {
    row-gap: 4rem;
  }

  .md\:focus\:gap-y-20:focus {
    row-gap: 5rem;
  }

  .md\:focus\:gap-y-24:focus {
    row-gap: 6rem;
  }

  .md\:focus\:gap-y-28:focus {
    row-gap: 7rem;
  }

  .md\:focus\:gap-y-32:focus {
    row-gap: 8rem;
  }

  .md\:focus\:gap-y-36:focus {
    row-gap: 9rem;
  }

  .md\:focus\:gap-y-40:focus {
    row-gap: 10rem;
  }

  .md\:focus\:gap-y-44:focus {
    row-gap: 11rem;
  }

  .md\:focus\:gap-y-48:focus {
    row-gap: 12rem;
  }

  .md\:focus\:gap-y-52:focus {
    row-gap: 13rem;
  }

  .md\:focus\:gap-y-56:focus {
    row-gap: 14rem;
  }

  .md\:focus\:gap-y-60:focus {
    row-gap: 15rem;
  }

  .md\:focus\:gap-y-64:focus {
    row-gap: 16rem;
  }

  .md\:focus\:gap-y-72:focus {
    row-gap: 18rem;
  }

  .md\:focus\:gap-y-80:focus {
    row-gap: 20rem;
  }

  .md\:focus\:gap-y-96:focus {
    row-gap: 24rem;
  }

  .md\:focus\:gap-y-px:focus {
    row-gap: 1px;
  }

  .md\:focus\:gap-y-0\.5:focus {
    row-gap: 0.125rem;
  }

  .md\:focus\:gap-y-1\.5:focus {
    row-gap: 0.375rem;
  }

  .md\:focus\:gap-y-2\.5:focus {
    row-gap: 0.625rem;
  }

  .md\:focus\:gap-y-3\.5:focus {
    row-gap: 0.875rem;
  }

  .md\:active\:gap-0:active {
    gap: 0px;
  }

  .md\:active\:gap-1:active {
    gap: 0.25rem;
  }

  .md\:active\:gap-2:active {
    gap: 0.5rem;
  }

  .md\:active\:gap-3:active {
    gap: 0.75rem;
  }

  .md\:active\:gap-4:active {
    gap: 1rem;
  }

  .md\:active\:gap-5:active {
    gap: 1.25rem;
  }

  .md\:active\:gap-6:active {
    gap: 1.5rem;
  }

  .md\:active\:gap-7:active {
    gap: 1.75rem;
  }

  .md\:active\:gap-8:active {
    gap: 2rem;
  }

  .md\:active\:gap-9:active {
    gap: 2.25rem;
  }

  .md\:active\:gap-10:active {
    gap: 2.5rem;
  }

  .md\:active\:gap-11:active {
    gap: 2.75rem;
  }

  .md\:active\:gap-12:active {
    gap: 3rem;
  }

  .md\:active\:gap-14:active {
    gap: 3.5rem;
  }

  .md\:active\:gap-16:active {
    gap: 4rem;
  }

  .md\:active\:gap-20:active {
    gap: 5rem;
  }

  .md\:active\:gap-24:active {
    gap: 6rem;
  }

  .md\:active\:gap-28:active {
    gap: 7rem;
  }

  .md\:active\:gap-32:active {
    gap: 8rem;
  }

  .md\:active\:gap-36:active {
    gap: 9rem;
  }

  .md\:active\:gap-40:active {
    gap: 10rem;
  }

  .md\:active\:gap-44:active {
    gap: 11rem;
  }

  .md\:active\:gap-48:active {
    gap: 12rem;
  }

  .md\:active\:gap-52:active {
    gap: 13rem;
  }

  .md\:active\:gap-56:active {
    gap: 14rem;
  }

  .md\:active\:gap-60:active {
    gap: 15rem;
  }

  .md\:active\:gap-64:active {
    gap: 16rem;
  }

  .md\:active\:gap-72:active {
    gap: 18rem;
  }

  .md\:active\:gap-80:active {
    gap: 20rem;
  }

  .md\:active\:gap-96:active {
    gap: 24rem;
  }

  .md\:active\:gap-px:active {
    gap: 1px;
  }

  .md\:active\:gap-0\.5:active {
    gap: 0.125rem;
  }

  .md\:active\:gap-1\.5:active {
    gap: 0.375rem;
  }

  .md\:active\:gap-2\.5:active {
    gap: 0.625rem;
  }

  .md\:active\:gap-3\.5:active {
    gap: 0.875rem;
  }

  .md\:active\:gap-x-0:active {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:active\:gap-x-1:active {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:active\:gap-x-2:active {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:active\:gap-x-3:active {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:active\:gap-x-4:active {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:active\:gap-x-5:active {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:active\:gap-x-6:active {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:active\:gap-x-7:active {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:active\:gap-x-8:active {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:active\:gap-x-9:active {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:active\:gap-x-10:active {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:active\:gap-x-11:active {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:active\:gap-x-12:active {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:active\:gap-x-14:active {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:active\:gap-x-16:active {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:active\:gap-x-20:active {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:active\:gap-x-24:active {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:active\:gap-x-28:active {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:active\:gap-x-32:active {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:active\:gap-x-36:active {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:active\:gap-x-40:active {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:active\:gap-x-44:active {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:active\:gap-x-48:active {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:active\:gap-x-52:active {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:active\:gap-x-56:active {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:active\:gap-x-60:active {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:active\:gap-x-64:active {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:active\:gap-x-72:active {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:active\:gap-x-80:active {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:active\:gap-x-96:active {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:active\:gap-x-px:active {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:active\:gap-x-0\.5:active {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:active\:gap-x-1\.5:active {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:active\:gap-x-2\.5:active {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:active\:gap-x-3\.5:active {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:active\:gap-y-0:active {
    row-gap: 0px;
  }

  .md\:active\:gap-y-1:active {
    row-gap: 0.25rem;
  }

  .md\:active\:gap-y-2:active {
    row-gap: 0.5rem;
  }

  .md\:active\:gap-y-3:active {
    row-gap: 0.75rem;
  }

  .md\:active\:gap-y-4:active {
    row-gap: 1rem;
  }

  .md\:active\:gap-y-5:active {
    row-gap: 1.25rem;
  }

  .md\:active\:gap-y-6:active {
    row-gap: 1.5rem;
  }

  .md\:active\:gap-y-7:active {
    row-gap: 1.75rem;
  }

  .md\:active\:gap-y-8:active {
    row-gap: 2rem;
  }

  .md\:active\:gap-y-9:active {
    row-gap: 2.25rem;
  }

  .md\:active\:gap-y-10:active {
    row-gap: 2.5rem;
  }

  .md\:active\:gap-y-11:active {
    row-gap: 2.75rem;
  }

  .md\:active\:gap-y-12:active {
    row-gap: 3rem;
  }

  .md\:active\:gap-y-14:active {
    row-gap: 3.5rem;
  }

  .md\:active\:gap-y-16:active {
    row-gap: 4rem;
  }

  .md\:active\:gap-y-20:active {
    row-gap: 5rem;
  }

  .md\:active\:gap-y-24:active {
    row-gap: 6rem;
  }

  .md\:active\:gap-y-28:active {
    row-gap: 7rem;
  }

  .md\:active\:gap-y-32:active {
    row-gap: 8rem;
  }

  .md\:active\:gap-y-36:active {
    row-gap: 9rem;
  }

  .md\:active\:gap-y-40:active {
    row-gap: 10rem;
  }

  .md\:active\:gap-y-44:active {
    row-gap: 11rem;
  }

  .md\:active\:gap-y-48:active {
    row-gap: 12rem;
  }

  .md\:active\:gap-y-52:active {
    row-gap: 13rem;
  }

  .md\:active\:gap-y-56:active {
    row-gap: 14rem;
  }

  .md\:active\:gap-y-60:active {
    row-gap: 15rem;
  }

  .md\:active\:gap-y-64:active {
    row-gap: 16rem;
  }

  .md\:active\:gap-y-72:active {
    row-gap: 18rem;
  }

  .md\:active\:gap-y-80:active {
    row-gap: 20rem;
  }

  .md\:active\:gap-y-96:active {
    row-gap: 24rem;
  }

  .md\:active\:gap-y-px:active {
    row-gap: 1px;
  }

  .md\:active\:gap-y-0\.5:active {
    row-gap: 0.125rem;
  }

  .md\:active\:gap-y-1\.5:active {
    row-gap: 0.375rem;
  }

  .md\:active\:gap-y-2\.5:active {
    row-gap: 0.625rem;
  }

  .md\:active\:gap-y-3\.5:active {
    row-gap: 0.875rem;
  }

  .md\:visited\:gap-0:visited {
    gap: 0px;
  }

  .md\:visited\:gap-1:visited {
    gap: 0.25rem;
  }

  .md\:visited\:gap-2:visited {
    gap: 0.5rem;
  }

  .md\:visited\:gap-3:visited {
    gap: 0.75rem;
  }

  .md\:visited\:gap-4:visited {
    gap: 1rem;
  }

  .md\:visited\:gap-5:visited {
    gap: 1.25rem;
  }

  .md\:visited\:gap-6:visited {
    gap: 1.5rem;
  }

  .md\:visited\:gap-7:visited {
    gap: 1.75rem;
  }

  .md\:visited\:gap-8:visited {
    gap: 2rem;
  }

  .md\:visited\:gap-9:visited {
    gap: 2.25rem;
  }

  .md\:visited\:gap-10:visited {
    gap: 2.5rem;
  }

  .md\:visited\:gap-11:visited {
    gap: 2.75rem;
  }

  .md\:visited\:gap-12:visited {
    gap: 3rem;
  }

  .md\:visited\:gap-14:visited {
    gap: 3.5rem;
  }

  .md\:visited\:gap-16:visited {
    gap: 4rem;
  }

  .md\:visited\:gap-20:visited {
    gap: 5rem;
  }

  .md\:visited\:gap-24:visited {
    gap: 6rem;
  }

  .md\:visited\:gap-28:visited {
    gap: 7rem;
  }

  .md\:visited\:gap-32:visited {
    gap: 8rem;
  }

  .md\:visited\:gap-36:visited {
    gap: 9rem;
  }

  .md\:visited\:gap-40:visited {
    gap: 10rem;
  }

  .md\:visited\:gap-44:visited {
    gap: 11rem;
  }

  .md\:visited\:gap-48:visited {
    gap: 12rem;
  }

  .md\:visited\:gap-52:visited {
    gap: 13rem;
  }

  .md\:visited\:gap-56:visited {
    gap: 14rem;
  }

  .md\:visited\:gap-60:visited {
    gap: 15rem;
  }

  .md\:visited\:gap-64:visited {
    gap: 16rem;
  }

  .md\:visited\:gap-72:visited {
    gap: 18rem;
  }

  .md\:visited\:gap-80:visited {
    gap: 20rem;
  }

  .md\:visited\:gap-96:visited {
    gap: 24rem;
  }

  .md\:visited\:gap-px:visited {
    gap: 1px;
  }

  .md\:visited\:gap-0\.5:visited {
    gap: 0.125rem;
  }

  .md\:visited\:gap-1\.5:visited {
    gap: 0.375rem;
  }

  .md\:visited\:gap-2\.5:visited {
    gap: 0.625rem;
  }

  .md\:visited\:gap-3\.5:visited {
    gap: 0.875rem;
  }

  .md\:visited\:gap-x-0:visited {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:visited\:gap-x-1:visited {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:visited\:gap-x-2:visited {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:visited\:gap-x-3:visited {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:visited\:gap-x-4:visited {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:visited\:gap-x-5:visited {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:visited\:gap-x-6:visited {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:visited\:gap-x-7:visited {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:visited\:gap-x-8:visited {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:visited\:gap-x-9:visited {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:visited\:gap-x-10:visited {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:visited\:gap-x-11:visited {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:visited\:gap-x-12:visited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:visited\:gap-x-14:visited {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:visited\:gap-x-16:visited {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:visited\:gap-x-20:visited {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:visited\:gap-x-24:visited {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:visited\:gap-x-28:visited {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:visited\:gap-x-32:visited {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:visited\:gap-x-36:visited {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:visited\:gap-x-40:visited {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:visited\:gap-x-44:visited {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:visited\:gap-x-48:visited {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:visited\:gap-x-52:visited {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:visited\:gap-x-56:visited {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:visited\:gap-x-60:visited {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:visited\:gap-x-64:visited {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:visited\:gap-x-72:visited {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:visited\:gap-x-80:visited {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:visited\:gap-x-96:visited {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:visited\:gap-x-px:visited {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:visited\:gap-x-0\.5:visited {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:visited\:gap-x-1\.5:visited {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:visited\:gap-x-2\.5:visited {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:visited\:gap-x-3\.5:visited {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:visited\:gap-y-0:visited {
    row-gap: 0px;
  }

  .md\:visited\:gap-y-1:visited {
    row-gap: 0.25rem;
  }

  .md\:visited\:gap-y-2:visited {
    row-gap: 0.5rem;
  }

  .md\:visited\:gap-y-3:visited {
    row-gap: 0.75rem;
  }

  .md\:visited\:gap-y-4:visited {
    row-gap: 1rem;
  }

  .md\:visited\:gap-y-5:visited {
    row-gap: 1.25rem;
  }

  .md\:visited\:gap-y-6:visited {
    row-gap: 1.5rem;
  }

  .md\:visited\:gap-y-7:visited {
    row-gap: 1.75rem;
  }

  .md\:visited\:gap-y-8:visited {
    row-gap: 2rem;
  }

  .md\:visited\:gap-y-9:visited {
    row-gap: 2.25rem;
  }

  .md\:visited\:gap-y-10:visited {
    row-gap: 2.5rem;
  }

  .md\:visited\:gap-y-11:visited {
    row-gap: 2.75rem;
  }

  .md\:visited\:gap-y-12:visited {
    row-gap: 3rem;
  }

  .md\:visited\:gap-y-14:visited {
    row-gap: 3.5rem;
  }

  .md\:visited\:gap-y-16:visited {
    row-gap: 4rem;
  }

  .md\:visited\:gap-y-20:visited {
    row-gap: 5rem;
  }

  .md\:visited\:gap-y-24:visited {
    row-gap: 6rem;
  }

  .md\:visited\:gap-y-28:visited {
    row-gap: 7rem;
  }

  .md\:visited\:gap-y-32:visited {
    row-gap: 8rem;
  }

  .md\:visited\:gap-y-36:visited {
    row-gap: 9rem;
  }

  .md\:visited\:gap-y-40:visited {
    row-gap: 10rem;
  }

  .md\:visited\:gap-y-44:visited {
    row-gap: 11rem;
  }

  .md\:visited\:gap-y-48:visited {
    row-gap: 12rem;
  }

  .md\:visited\:gap-y-52:visited {
    row-gap: 13rem;
  }

  .md\:visited\:gap-y-56:visited {
    row-gap: 14rem;
  }

  .md\:visited\:gap-y-60:visited {
    row-gap: 15rem;
  }

  .md\:visited\:gap-y-64:visited {
    row-gap: 16rem;
  }

  .md\:visited\:gap-y-72:visited {
    row-gap: 18rem;
  }

  .md\:visited\:gap-y-80:visited {
    row-gap: 20rem;
  }

  .md\:visited\:gap-y-96:visited {
    row-gap: 24rem;
  }

  .md\:visited\:gap-y-px:visited {
    row-gap: 1px;
  }

  .md\:visited\:gap-y-0\.5:visited {
    row-gap: 0.125rem;
  }

  .md\:visited\:gap-y-1\.5:visited {
    row-gap: 0.375rem;
  }

  .md\:visited\:gap-y-2\.5:visited {
    row-gap: 0.625rem;
  }

  .md\:visited\:gap-y-3\.5:visited {
    row-gap: 0.875rem;
  }

  .md\:disabled\:gap-0:disabled {
    gap: 0px;
  }

  .md\:disabled\:gap-1:disabled {
    gap: 0.25rem;
  }

  .md\:disabled\:gap-2:disabled {
    gap: 0.5rem;
  }

  .md\:disabled\:gap-3:disabled {
    gap: 0.75rem;
  }

  .md\:disabled\:gap-4:disabled {
    gap: 1rem;
  }

  .md\:disabled\:gap-5:disabled {
    gap: 1.25rem;
  }

  .md\:disabled\:gap-6:disabled {
    gap: 1.5rem;
  }

  .md\:disabled\:gap-7:disabled {
    gap: 1.75rem;
  }

  .md\:disabled\:gap-8:disabled {
    gap: 2rem;
  }

  .md\:disabled\:gap-9:disabled {
    gap: 2.25rem;
  }

  .md\:disabled\:gap-10:disabled {
    gap: 2.5rem;
  }

  .md\:disabled\:gap-11:disabled {
    gap: 2.75rem;
  }

  .md\:disabled\:gap-12:disabled {
    gap: 3rem;
  }

  .md\:disabled\:gap-14:disabled {
    gap: 3.5rem;
  }

  .md\:disabled\:gap-16:disabled {
    gap: 4rem;
  }

  .md\:disabled\:gap-20:disabled {
    gap: 5rem;
  }

  .md\:disabled\:gap-24:disabled {
    gap: 6rem;
  }

  .md\:disabled\:gap-28:disabled {
    gap: 7rem;
  }

  .md\:disabled\:gap-32:disabled {
    gap: 8rem;
  }

  .md\:disabled\:gap-36:disabled {
    gap: 9rem;
  }

  .md\:disabled\:gap-40:disabled {
    gap: 10rem;
  }

  .md\:disabled\:gap-44:disabled {
    gap: 11rem;
  }

  .md\:disabled\:gap-48:disabled {
    gap: 12rem;
  }

  .md\:disabled\:gap-52:disabled {
    gap: 13rem;
  }

  .md\:disabled\:gap-56:disabled {
    gap: 14rem;
  }

  .md\:disabled\:gap-60:disabled {
    gap: 15rem;
  }

  .md\:disabled\:gap-64:disabled {
    gap: 16rem;
  }

  .md\:disabled\:gap-72:disabled {
    gap: 18rem;
  }

  .md\:disabled\:gap-80:disabled {
    gap: 20rem;
  }

  .md\:disabled\:gap-96:disabled {
    gap: 24rem;
  }

  .md\:disabled\:gap-px:disabled {
    gap: 1px;
  }

  .md\:disabled\:gap-0\.5:disabled {
    gap: 0.125rem;
  }

  .md\:disabled\:gap-1\.5:disabled {
    gap: 0.375rem;
  }

  .md\:disabled\:gap-2\.5:disabled {
    gap: 0.625rem;
  }

  .md\:disabled\:gap-3\.5:disabled {
    gap: 0.875rem;
  }

  .md\:disabled\:gap-x-0:disabled {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:disabled\:gap-x-1:disabled {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:disabled\:gap-x-2:disabled {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:disabled\:gap-x-3:disabled {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:disabled\:gap-x-4:disabled {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:disabled\:gap-x-5:disabled {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:disabled\:gap-x-6:disabled {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:disabled\:gap-x-7:disabled {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:disabled\:gap-x-8:disabled {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:disabled\:gap-x-9:disabled {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:disabled\:gap-x-10:disabled {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:disabled\:gap-x-11:disabled {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:disabled\:gap-x-12:disabled {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:disabled\:gap-x-14:disabled {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:disabled\:gap-x-16:disabled {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:disabled\:gap-x-20:disabled {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:disabled\:gap-x-24:disabled {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:disabled\:gap-x-28:disabled {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:disabled\:gap-x-32:disabled {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:disabled\:gap-x-36:disabled {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:disabled\:gap-x-40:disabled {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:disabled\:gap-x-44:disabled {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:disabled\:gap-x-48:disabled {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:disabled\:gap-x-52:disabled {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:disabled\:gap-x-56:disabled {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:disabled\:gap-x-60:disabled {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:disabled\:gap-x-64:disabled {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:disabled\:gap-x-72:disabled {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:disabled\:gap-x-80:disabled {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:disabled\:gap-x-96:disabled {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:disabled\:gap-x-px:disabled {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:disabled\:gap-x-0\.5:disabled {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:disabled\:gap-x-1\.5:disabled {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:disabled\:gap-x-2\.5:disabled {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:disabled\:gap-x-3\.5:disabled {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:disabled\:gap-y-0:disabled {
    row-gap: 0px;
  }

  .md\:disabled\:gap-y-1:disabled {
    row-gap: 0.25rem;
  }

  .md\:disabled\:gap-y-2:disabled {
    row-gap: 0.5rem;
  }

  .md\:disabled\:gap-y-3:disabled {
    row-gap: 0.75rem;
  }

  .md\:disabled\:gap-y-4:disabled {
    row-gap: 1rem;
  }

  .md\:disabled\:gap-y-5:disabled {
    row-gap: 1.25rem;
  }

  .md\:disabled\:gap-y-6:disabled {
    row-gap: 1.5rem;
  }

  .md\:disabled\:gap-y-7:disabled {
    row-gap: 1.75rem;
  }

  .md\:disabled\:gap-y-8:disabled {
    row-gap: 2rem;
  }

  .md\:disabled\:gap-y-9:disabled {
    row-gap: 2.25rem;
  }

  .md\:disabled\:gap-y-10:disabled {
    row-gap: 2.5rem;
  }

  .md\:disabled\:gap-y-11:disabled {
    row-gap: 2.75rem;
  }

  .md\:disabled\:gap-y-12:disabled {
    row-gap: 3rem;
  }

  .md\:disabled\:gap-y-14:disabled {
    row-gap: 3.5rem;
  }

  .md\:disabled\:gap-y-16:disabled {
    row-gap: 4rem;
  }

  .md\:disabled\:gap-y-20:disabled {
    row-gap: 5rem;
  }

  .md\:disabled\:gap-y-24:disabled {
    row-gap: 6rem;
  }

  .md\:disabled\:gap-y-28:disabled {
    row-gap: 7rem;
  }

  .md\:disabled\:gap-y-32:disabled {
    row-gap: 8rem;
  }

  .md\:disabled\:gap-y-36:disabled {
    row-gap: 9rem;
  }

  .md\:disabled\:gap-y-40:disabled {
    row-gap: 10rem;
  }

  .md\:disabled\:gap-y-44:disabled {
    row-gap: 11rem;
  }

  .md\:disabled\:gap-y-48:disabled {
    row-gap: 12rem;
  }

  .md\:disabled\:gap-y-52:disabled {
    row-gap: 13rem;
  }

  .md\:disabled\:gap-y-56:disabled {
    row-gap: 14rem;
  }

  .md\:disabled\:gap-y-60:disabled {
    row-gap: 15rem;
  }

  .md\:disabled\:gap-y-64:disabled {
    row-gap: 16rem;
  }

  .md\:disabled\:gap-y-72:disabled {
    row-gap: 18rem;
  }

  .md\:disabled\:gap-y-80:disabled {
    row-gap: 20rem;
  }

  .md\:disabled\:gap-y-96:disabled {
    row-gap: 24rem;
  }

  .md\:disabled\:gap-y-px:disabled {
    row-gap: 1px;
  }

  .md\:disabled\:gap-y-0\.5:disabled {
    row-gap: 0.125rem;
  }

  .md\:disabled\:gap-y-1\.5:disabled {
    row-gap: 0.375rem;
  }

  .md\:disabled\:gap-y-2\.5:disabled {
    row-gap: 0.625rem;
  }

  .md\:disabled\:gap-y-3\.5:disabled {
    row-gap: 0.875rem;
  }

  .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;
  }

  .group:hover .md\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .md\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .md\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .md\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:focus-within\:grid-flow-row:focus-within {
    grid-auto-flow: row;
  }

  .md\:focus-within\:grid-flow-col:focus-within {
    grid-auto-flow: column;
  }

  .md\:focus-within\:grid-flow-row-dense:focus-within {
    grid-auto-flow: row dense;
  }

  .md\:focus-within\:grid-flow-col-dense:focus-within {
    grid-auto-flow: column dense;
  }

  .md\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .md\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .md\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .md\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .md\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .md\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .md\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .md\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .md\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .md\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .md\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .md\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .md\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .md\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .md\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .md\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .md\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .md\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .md\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .md\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .md\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .md\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .md\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .md\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .md\:active\:grid-flow-row:active {
    grid-auto-flow: row;
  }

  .md\:active\:grid-flow-col:active {
    grid-auto-flow: column;
  }

  .md\:active\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }

  .md\:active\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }

  .md\:visited\:grid-flow-row:visited {
    grid-auto-flow: row;
  }

  .md\:visited\:grid-flow-col:visited {
    grid-auto-flow: column;
  }

  .md\:visited\:grid-flow-row-dense:visited {
    grid-auto-flow: row dense;
  }

  .md\:visited\:grid-flow-col-dense:visited {
    grid-auto-flow: column dense;
  }

  .md\:disabled\:grid-flow-row:disabled {
    grid-auto-flow: row;
  }

  .md\:disabled\:grid-flow-col:disabled {
    grid-auto-flow: column;
  }

  .md\:disabled\:grid-flow-row-dense:disabled {
    grid-auto-flow: row dense;
  }

  .md\:disabled\:grid-flow-col-dense:disabled {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .group:hover .md\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:focus-within\:grid-cols-1:focus-within {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-2:focus-within {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-3:focus-within {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-4:focus-within {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-5:focus-within {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-6:focus-within {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-7:focus-within {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-8:focus-within {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-9:focus-within {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-10:focus-within {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-11:focus-within {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-12:focus-within {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-cols-none:focus-within {
    grid-template-columns: none;
  }

  .md\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .md\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .md\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .md\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .md\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .md\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .md\:active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:active\:grid-cols-none:active {
    grid-template-columns: none;
  }

  .md\:visited\:grid-cols-1:visited {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-2:visited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-3:visited {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-4:visited {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-5:visited {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-6:visited {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-7:visited {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-8:visited {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-9:visited {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-10:visited {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-11:visited {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-12:visited {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:visited\:grid-cols-none:visited {
    grid-template-columns: none;
  }

  .md\:disabled\:grid-cols-1:disabled {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-2:disabled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-3:disabled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-4:disabled {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-5:disabled {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-6:disabled {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-7:disabled {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-8:disabled {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-9:disabled {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-10:disabled {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-11:disabled {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-12:disabled {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:disabled\:grid-cols-none:disabled {
    grid-template-columns: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .md\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .md\:group-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .group:hover .md\:group-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .group:hover .md\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:focus-within\:auto-cols-auto:focus-within {
    grid-auto-columns: auto;
  }

  .md\:focus-within\:auto-cols-min:focus-within {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:focus-within\:auto-cols-max:focus-within {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:focus-within\:auto-cols-fr:focus-within {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .md\:first\:auto-cols-min:first-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:first\:auto-cols-max:first-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .md\:last\:auto-cols-min:last-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:last\:auto-cols-max:last-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:odd\:auto-cols-auto:nth-child(odd) {
    grid-auto-columns: auto;
  }

  .md\:odd\:auto-cols-min:nth-child(odd) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:odd\:auto-cols-max:nth-child(odd) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:odd\:auto-cols-fr:nth-child(odd) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:even\:auto-cols-auto:nth-child(even) {
    grid-auto-columns: auto;
  }

  .md\:even\:auto-cols-min:nth-child(even) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:even\:auto-cols-max:nth-child(even) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:even\:auto-cols-fr:nth-child(even) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .md\:hover\:auto-cols-min:hover {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:hover\:auto-cols-max:hover {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .md\:focus\:auto-cols-min:focus {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:focus\:auto-cols-max:focus {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:active\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }

  .md\:active\:auto-cols-min:active {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:active\:auto-cols-max:active {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:active\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:visited\:auto-cols-auto:visited {
    grid-auto-columns: auto;
  }

  .md\:visited\:auto-cols-min:visited {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:visited\:auto-cols-max:visited {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:visited\:auto-cols-fr:visited {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:disabled\:auto-cols-auto:disabled {
    grid-auto-columns: auto;
  }

  .md\:disabled\:auto-cols-min:disabled {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:disabled\:auto-cols-max:disabled {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:disabled\:auto-cols-fr:disabled {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .group:hover .md\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .md\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .md\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .md\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .md\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .md\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .md\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .md\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .md\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .md\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .md\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .md\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .md\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .md\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:focus-within\:col-auto:focus-within {
    grid-column: auto;
  }

  .md\:focus-within\:col-span-1:focus-within {
    grid-column: span 1 / span 1;
  }

  .md\:focus-within\:col-span-2:focus-within {
    grid-column: span 2 / span 2;
  }

  .md\:focus-within\:col-span-3:focus-within {
    grid-column: span 3 / span 3;
  }

  .md\:focus-within\:col-span-4:focus-within {
    grid-column: span 4 / span 4;
  }

  .md\:focus-within\:col-span-5:focus-within {
    grid-column: span 5 / span 5;
  }

  .md\:focus-within\:col-span-6:focus-within {
    grid-column: span 6 / span 6;
  }

  .md\:focus-within\:col-span-7:focus-within {
    grid-column: span 7 / span 7;
  }

  .md\:focus-within\:col-span-8:focus-within {
    grid-column: span 8 / span 8;
  }

  .md\:focus-within\:col-span-9:focus-within {
    grid-column: span 9 / span 9;
  }

  .md\:focus-within\:col-span-10:focus-within {
    grid-column: span 10 / span 10;
  }

  .md\:focus-within\:col-span-11:focus-within {
    grid-column: span 11 / span 11;
  }

  .md\:focus-within\:col-span-12:focus-within {
    grid-column: span 12 / span 12;
  }

  .md\:focus-within\:col-span-full:focus-within {
    grid-column: 1 / -1;
  }

  .md\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .md\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .md\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .md\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .md\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .md\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .md\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .md\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .md\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .md\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .md\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .md\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .md\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .md\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .md\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .md\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .md\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .md\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .md\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .md\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .md\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .md\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .md\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .md\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .md\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .md\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .md\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .md\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .md\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .md\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .md\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .md\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .md\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .md\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .md\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .md\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .md\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .md\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .md\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .md\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .md\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .md\:odd\:col-span-full:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .md\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .md\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .md\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .md\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .md\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .md\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .md\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .md\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .md\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .md\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .md\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .md\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .md\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .md\:even\:col-span-full:nth-child(even) {
    grid-column: 1 / -1;
  }

  .md\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .md\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .md\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .md\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .md\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .md\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .md\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .md\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .md\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .md\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .md\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .md\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .md\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .md\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .md\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .md\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .md\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .md\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .md\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .md\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .md\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .md\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .md\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .md\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .md\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .md\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .md\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .md\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .md\:active\:col-auto:active {
    grid-column: auto;
  }

  .md\:active\:col-span-1:active {
    grid-column: span 1 / span 1;
  }

  .md\:active\:col-span-2:active {
    grid-column: span 2 / span 2;
  }

  .md\:active\:col-span-3:active {
    grid-column: span 3 / span 3;
  }

  .md\:active\:col-span-4:active {
    grid-column: span 4 / span 4;
  }

  .md\:active\:col-span-5:active {
    grid-column: span 5 / span 5;
  }

  .md\:active\:col-span-6:active {
    grid-column: span 6 / span 6;
  }

  .md\:active\:col-span-7:active {
    grid-column: span 7 / span 7;
  }

  .md\:active\:col-span-8:active {
    grid-column: span 8 / span 8;
  }

  .md\:active\:col-span-9:active {
    grid-column: span 9 / span 9;
  }

  .md\:active\:col-span-10:active {
    grid-column: span 10 / span 10;
  }

  .md\:active\:col-span-11:active {
    grid-column: span 11 / span 11;
  }

  .md\:active\:col-span-12:active {
    grid-column: span 12 / span 12;
  }

  .md\:active\:col-span-full:active {
    grid-column: 1 / -1;
  }

  .md\:visited\:col-auto:visited {
    grid-column: auto;
  }

  .md\:visited\:col-span-1:visited {
    grid-column: span 1 / span 1;
  }

  .md\:visited\:col-span-2:visited {
    grid-column: span 2 / span 2;
  }

  .md\:visited\:col-span-3:visited {
    grid-column: span 3 / span 3;
  }

  .md\:visited\:col-span-4:visited {
    grid-column: span 4 / span 4;
  }

  .md\:visited\:col-span-5:visited {
    grid-column: span 5 / span 5;
  }

  .md\:visited\:col-span-6:visited {
    grid-column: span 6 / span 6;
  }

  .md\:visited\:col-span-7:visited {
    grid-column: span 7 / span 7;
  }

  .md\:visited\:col-span-8:visited {
    grid-column: span 8 / span 8;
  }

  .md\:visited\:col-span-9:visited {
    grid-column: span 9 / span 9;
  }

  .md\:visited\:col-span-10:visited {
    grid-column: span 10 / span 10;
  }

  .md\:visited\:col-span-11:visited {
    grid-column: span 11 / span 11;
  }

  .md\:visited\:col-span-12:visited {
    grid-column: span 12 / span 12;
  }

  .md\:visited\:col-span-full:visited {
    grid-column: 1 / -1;
  }

  .md\:disabled\:col-auto:disabled {
    grid-column: auto;
  }

  .md\:disabled\:col-span-1:disabled {
    grid-column: span 1 / span 1;
  }

  .md\:disabled\:col-span-2:disabled {
    grid-column: span 2 / span 2;
  }

  .md\:disabled\:col-span-3:disabled {
    grid-column: span 3 / span 3;
  }

  .md\:disabled\:col-span-4:disabled {
    grid-column: span 4 / span 4;
  }

  .md\:disabled\:col-span-5:disabled {
    grid-column: span 5 / span 5;
  }

  .md\:disabled\:col-span-6:disabled {
    grid-column: span 6 / span 6;
  }

  .md\:disabled\:col-span-7:disabled {
    grid-column: span 7 / span 7;
  }

  .md\:disabled\:col-span-8:disabled {
    grid-column: span 8 / span 8;
  }

  .md\:disabled\:col-span-9:disabled {
    grid-column: span 9 / span 9;
  }

  .md\:disabled\:col-span-10:disabled {
    grid-column: span 10 / span 10;
  }

  .md\:disabled\:col-span-11:disabled {
    grid-column: span 11 / span 11;
  }

  .md\:disabled\:col-span-12:disabled {
    grid-column: span 12 / span 12;
  }

  .md\:disabled\:col-span-full:disabled {
    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;
  }

  .group:hover .md\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .md\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .md\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .md\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .md\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .md\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .md\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .md\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .md\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .md\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .md\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .md\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .md\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .md\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:focus-within\:col-start-1:focus-within {
    grid-column-start: 1;
  }

  .md\:focus-within\:col-start-2:focus-within {
    grid-column-start: 2;
  }

  .md\:focus-within\:col-start-3:focus-within {
    grid-column-start: 3;
  }

  .md\:focus-within\:col-start-4:focus-within {
    grid-column-start: 4;
  }

  .md\:focus-within\:col-start-5:focus-within {
    grid-column-start: 5;
  }

  .md\:focus-within\:col-start-6:focus-within {
    grid-column-start: 6;
  }

  .md\:focus-within\:col-start-7:focus-within {
    grid-column-start: 7;
  }

  .md\:focus-within\:col-start-8:focus-within {
    grid-column-start: 8;
  }

  .md\:focus-within\:col-start-9:focus-within {
    grid-column-start: 9;
  }

  .md\:focus-within\:col-start-10:focus-within {
    grid-column-start: 10;
  }

  .md\:focus-within\:col-start-11:focus-within {
    grid-column-start: 11;
  }

  .md\:focus-within\:col-start-12:focus-within {
    grid-column-start: 12;
  }

  .md\:focus-within\:col-start-13:focus-within {
    grid-column-start: 13;
  }

  .md\:focus-within\:col-start-auto:focus-within {
    grid-column-start: auto;
  }

  .md\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .md\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .md\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .md\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .md\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .md\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .md\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .md\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .md\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .md\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .md\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .md\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .md\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .md\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .md\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .md\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .md\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .md\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .md\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .md\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .md\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .md\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .md\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .md\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .md\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .md\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .md\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .md\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .md\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .md\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .md\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .md\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .md\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .md\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .md\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .md\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .md\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .md\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .md\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .md\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .md\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .md\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .md\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .md\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .md\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .md\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .md\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .md\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .md\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .md\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .md\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .md\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .md\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .md\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .md\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .md\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .md\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .md\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .md\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .md\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .md\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .md\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .md\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .md\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .md\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .md\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .md\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .md\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .md\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .md\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .md\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .md\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .md\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .md\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .md\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .md\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .md\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .md\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .md\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .md\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .md\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .md\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .md\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .md\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .md\:active\:col-start-1:active {
    grid-column-start: 1;
  }

  .md\:active\:col-start-2:active {
    grid-column-start: 2;
  }

  .md\:active\:col-start-3:active {
    grid-column-start: 3;
  }

  .md\:active\:col-start-4:active {
    grid-column-start: 4;
  }

  .md\:active\:col-start-5:active {
    grid-column-start: 5;
  }

  .md\:active\:col-start-6:active {
    grid-column-start: 6;
  }

  .md\:active\:col-start-7:active {
    grid-column-start: 7;
  }

  .md\:active\:col-start-8:active {
    grid-column-start: 8;
  }

  .md\:active\:col-start-9:active {
    grid-column-start: 9;
  }

  .md\:active\:col-start-10:active {
    grid-column-start: 10;
  }

  .md\:active\:col-start-11:active {
    grid-column-start: 11;
  }

  .md\:active\:col-start-12:active {
    grid-column-start: 12;
  }

  .md\:active\:col-start-13:active {
    grid-column-start: 13;
  }

  .md\:active\:col-start-auto:active {
    grid-column-start: auto;
  }

  .md\:visited\:col-start-1:visited {
    grid-column-start: 1;
  }

  .md\:visited\:col-start-2:visited {
    grid-column-start: 2;
  }

  .md\:visited\:col-start-3:visited {
    grid-column-start: 3;
  }

  .md\:visited\:col-start-4:visited {
    grid-column-start: 4;
  }

  .md\:visited\:col-start-5:visited {
    grid-column-start: 5;
  }

  .md\:visited\:col-start-6:visited {
    grid-column-start: 6;
  }

  .md\:visited\:col-start-7:visited {
    grid-column-start: 7;
  }

  .md\:visited\:col-start-8:visited {
    grid-column-start: 8;
  }

  .md\:visited\:col-start-9:visited {
    grid-column-start: 9;
  }

  .md\:visited\:col-start-10:visited {
    grid-column-start: 10;
  }

  .md\:visited\:col-start-11:visited {
    grid-column-start: 11;
  }

  .md\:visited\:col-start-12:visited {
    grid-column-start: 12;
  }

  .md\:visited\:col-start-13:visited {
    grid-column-start: 13;
  }

  .md\:visited\:col-start-auto:visited {
    grid-column-start: auto;
  }

  .md\:disabled\:col-start-1:disabled {
    grid-column-start: 1;
  }

  .md\:disabled\:col-start-2:disabled {
    grid-column-start: 2;
  }

  .md\:disabled\:col-start-3:disabled {
    grid-column-start: 3;
  }

  .md\:disabled\:col-start-4:disabled {
    grid-column-start: 4;
  }

  .md\:disabled\:col-start-5:disabled {
    grid-column-start: 5;
  }

  .md\:disabled\:col-start-6:disabled {
    grid-column-start: 6;
  }

  .md\:disabled\:col-start-7:disabled {
    grid-column-start: 7;
  }

  .md\:disabled\:col-start-8:disabled {
    grid-column-start: 8;
  }

  .md\:disabled\:col-start-9:disabled {
    grid-column-start: 9;
  }

  .md\:disabled\:col-start-10:disabled {
    grid-column-start: 10;
  }

  .md\:disabled\:col-start-11:disabled {
    grid-column-start: 11;
  }

  .md\:disabled\:col-start-12:disabled {
    grid-column-start: 12;
  }

  .md\:disabled\:col-start-13:disabled {
    grid-column-start: 13;
  }

  .md\:disabled\:col-start-auto:disabled {
    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;
  }

  .group:hover .md\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .md\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .md\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .md\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .md\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .md\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .md\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .md\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .md\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .md\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .md\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .md\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .md\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .md\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:focus-within\:col-end-1:focus-within {
    grid-column-end: 1;
  }

  .md\:focus-within\:col-end-2:focus-within {
    grid-column-end: 2;
  }

  .md\:focus-within\:col-end-3:focus-within {
    grid-column-end: 3;
  }

  .md\:focus-within\:col-end-4:focus-within {
    grid-column-end: 4;
  }

  .md\:focus-within\:col-end-5:focus-within {
    grid-column-end: 5;
  }

  .md\:focus-within\:col-end-6:focus-within {
    grid-column-end: 6;
  }

  .md\:focus-within\:col-end-7:focus-within {
    grid-column-end: 7;
  }

  .md\:focus-within\:col-end-8:focus-within {
    grid-column-end: 8;
  }

  .md\:focus-within\:col-end-9:focus-within {
    grid-column-end: 9;
  }

  .md\:focus-within\:col-end-10:focus-within {
    grid-column-end: 10;
  }

  .md\:focus-within\:col-end-11:focus-within {
    grid-column-end: 11;
  }

  .md\:focus-within\:col-end-12:focus-within {
    grid-column-end: 12;
  }

  .md\:focus-within\:col-end-13:focus-within {
    grid-column-end: 13;
  }

  .md\:focus-within\:col-end-auto:focus-within {
    grid-column-end: auto;
  }

  .md\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .md\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .md\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .md\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .md\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .md\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .md\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .md\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .md\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .md\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .md\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .md\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .md\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .md\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .md\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .md\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .md\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .md\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .md\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .md\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .md\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .md\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .md\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .md\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .md\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .md\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .md\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .md\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .md\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .md\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .md\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .md\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .md\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .md\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .md\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .md\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .md\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .md\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .md\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .md\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .md\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .md\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .md\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .md\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .md\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .md\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .md\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .md\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .md\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .md\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .md\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .md\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .md\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .md\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .md\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .md\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .md\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .md\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .md\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .md\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .md\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .md\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .md\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .md\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .md\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .md\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .md\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .md\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .md\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .md\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .md\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .md\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .md\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .md\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .md\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .md\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .md\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .md\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .md\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .md\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .md\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .md\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .md\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .md\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .md\:active\:col-end-1:active {
    grid-column-end: 1;
  }

  .md\:active\:col-end-2:active {
    grid-column-end: 2;
  }

  .md\:active\:col-end-3:active {
    grid-column-end: 3;
  }

  .md\:active\:col-end-4:active {
    grid-column-end: 4;
  }

  .md\:active\:col-end-5:active {
    grid-column-end: 5;
  }

  .md\:active\:col-end-6:active {
    grid-column-end: 6;
  }

  .md\:active\:col-end-7:active {
    grid-column-end: 7;
  }

  .md\:active\:col-end-8:active {
    grid-column-end: 8;
  }

  .md\:active\:col-end-9:active {
    grid-column-end: 9;
  }

  .md\:active\:col-end-10:active {
    grid-column-end: 10;
  }

  .md\:active\:col-end-11:active {
    grid-column-end: 11;
  }

  .md\:active\:col-end-12:active {
    grid-column-end: 12;
  }

  .md\:active\:col-end-13:active {
    grid-column-end: 13;
  }

  .md\:active\:col-end-auto:active {
    grid-column-end: auto;
  }

  .md\:visited\:col-end-1:visited {
    grid-column-end: 1;
  }

  .md\:visited\:col-end-2:visited {
    grid-column-end: 2;
  }

  .md\:visited\:col-end-3:visited {
    grid-column-end: 3;
  }

  .md\:visited\:col-end-4:visited {
    grid-column-end: 4;
  }

  .md\:visited\:col-end-5:visited {
    grid-column-end: 5;
  }

  .md\:visited\:col-end-6:visited {
    grid-column-end: 6;
  }

  .md\:visited\:col-end-7:visited {
    grid-column-end: 7;
  }

  .md\:visited\:col-end-8:visited {
    grid-column-end: 8;
  }

  .md\:visited\:col-end-9:visited {
    grid-column-end: 9;
  }

  .md\:visited\:col-end-10:visited {
    grid-column-end: 10;
  }

  .md\:visited\:col-end-11:visited {
    grid-column-end: 11;
  }

  .md\:visited\:col-end-12:visited {
    grid-column-end: 12;
  }

  .md\:visited\:col-end-13:visited {
    grid-column-end: 13;
  }

  .md\:visited\:col-end-auto:visited {
    grid-column-end: auto;
  }

  .md\:disabled\:col-end-1:disabled {
    grid-column-end: 1;
  }

  .md\:disabled\:col-end-2:disabled {
    grid-column-end: 2;
  }

  .md\:disabled\:col-end-3:disabled {
    grid-column-end: 3;
  }

  .md\:disabled\:col-end-4:disabled {
    grid-column-end: 4;
  }

  .md\:disabled\:col-end-5:disabled {
    grid-column-end: 5;
  }

  .md\:disabled\:col-end-6:disabled {
    grid-column-end: 6;
  }

  .md\:disabled\:col-end-7:disabled {
    grid-column-end: 7;
  }

  .md\:disabled\:col-end-8:disabled {
    grid-column-end: 8;
  }

  .md\:disabled\:col-end-9:disabled {
    grid-column-end: 9;
  }

  .md\:disabled\:col-end-10:disabled {
    grid-column-end: 10;
  }

  .md\:disabled\:col-end-11:disabled {
    grid-column-end: 11;
  }

  .md\:disabled\:col-end-12:disabled {
    grid-column-end: 12;
  }

  .md\:disabled\:col-end-13:disabled {
    grid-column-end: 13;
  }

  .md\:disabled\:col-end-auto:disabled {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .group:hover .md\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .md\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:focus-within\:grid-rows-1:focus-within {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-2:focus-within {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-3:focus-within {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-4:focus-within {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-5:focus-within {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-6:focus-within {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:focus-within\:grid-rows-none:focus-within {
    grid-template-rows: none;
  }

  .md\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .md\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .md\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .md\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .md\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .md\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .md\:active\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:active\:grid-rows-none:active {
    grid-template-rows: none;
  }

  .md\:visited\:grid-rows-1:visited {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-2:visited {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-3:visited {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-4:visited {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-5:visited {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-6:visited {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:visited\:grid-rows-none:visited {
    grid-template-rows: none;
  }

  .md\:disabled\:grid-rows-1:disabled {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-2:disabled {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-3:disabled {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-4:disabled {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-5:disabled {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-6:disabled {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:disabled\:grid-rows-none:disabled {
    grid-template-rows: none;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .md\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .md\:group-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .group:hover .md\:group-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .group:hover .md\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:focus-within\:auto-rows-auto:focus-within {
    grid-auto-rows: auto;
  }

  .md\:focus-within\:auto-rows-min:focus-within {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:focus-within\:auto-rows-max:focus-within {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:focus-within\:auto-rows-fr:focus-within {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .md\:first\:auto-rows-min:first-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:first\:auto-rows-max:first-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .md\:last\:auto-rows-min:last-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:last\:auto-rows-max:last-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:odd\:auto-rows-auto:nth-child(odd) {
    grid-auto-rows: auto;
  }

  .md\:odd\:auto-rows-min:nth-child(odd) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:odd\:auto-rows-max:nth-child(odd) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:odd\:auto-rows-fr:nth-child(odd) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:even\:auto-rows-auto:nth-child(even) {
    grid-auto-rows: auto;
  }

  .md\:even\:auto-rows-min:nth-child(even) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:even\:auto-rows-max:nth-child(even) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:even\:auto-rows-fr:nth-child(even) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .md\:hover\:auto-rows-min:hover {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:hover\:auto-rows-max:hover {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .md\:focus\:auto-rows-min:focus {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:focus\:auto-rows-max:focus {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:active\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }

  .md\:active\:auto-rows-min:active {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:active\:auto-rows-max:active {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:active\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:visited\:auto-rows-auto:visited {
    grid-auto-rows: auto;
  }

  .md\:visited\:auto-rows-min:visited {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:visited\:auto-rows-max:visited {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:visited\:auto-rows-fr:visited {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:disabled\:auto-rows-auto:disabled {
    grid-auto-rows: auto;
  }

  .md\:disabled\:auto-rows-min:disabled {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:disabled\:auto-rows-max:disabled {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:disabled\:auto-rows-fr:disabled {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .group:hover .md\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .md\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .md\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .md\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .md\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .md\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .md\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .md\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:focus-within\:row-auto:focus-within {
    grid-row: auto;
  }

  .md\:focus-within\:row-span-1:focus-within {
    grid-row: span 1 / span 1;
  }

  .md\:focus-within\:row-span-2:focus-within {
    grid-row: span 2 / span 2;
  }

  .md\:focus-within\:row-span-3:focus-within {
    grid-row: span 3 / span 3;
  }

  .md\:focus-within\:row-span-4:focus-within {
    grid-row: span 4 / span 4;
  }

  .md\:focus-within\:row-span-5:focus-within {
    grid-row: span 5 / span 5;
  }

  .md\:focus-within\:row-span-6:focus-within {
    grid-row: span 6 / span 6;
  }

  .md\:focus-within\:row-span-full:focus-within {
    grid-row: 1 / -1;
  }

  .md\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .md\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .md\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .md\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .md\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .md\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .md\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .md\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .md\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .md\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .md\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .md\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .md\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .md\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .md\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .md\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .md\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .md\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .md\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .md\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .md\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .md\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .md\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .md\:odd\:row-span-full:nth-child(odd) {
    grid-row: 1 / -1;
  }

  .md\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .md\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .md\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .md\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .md\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .md\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .md\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .md\:even\:row-span-full:nth-child(even) {
    grid-row: 1 / -1;
  }

  .md\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .md\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .md\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .md\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .md\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .md\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .md\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .md\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .md\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .md\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .md\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .md\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .md\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .md\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .md\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .md\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .md\:active\:row-auto:active {
    grid-row: auto;
  }

  .md\:active\:row-span-1:active {
    grid-row: span 1 / span 1;
  }

  .md\:active\:row-span-2:active {
    grid-row: span 2 / span 2;
  }

  .md\:active\:row-span-3:active {
    grid-row: span 3 / span 3;
  }

  .md\:active\:row-span-4:active {
    grid-row: span 4 / span 4;
  }

  .md\:active\:row-span-5:active {
    grid-row: span 5 / span 5;
  }

  .md\:active\:row-span-6:active {
    grid-row: span 6 / span 6;
  }

  .md\:active\:row-span-full:active {
    grid-row: 1 / -1;
  }

  .md\:visited\:row-auto:visited {
    grid-row: auto;
  }

  .md\:visited\:row-span-1:visited {
    grid-row: span 1 / span 1;
  }

  .md\:visited\:row-span-2:visited {
    grid-row: span 2 / span 2;
  }

  .md\:visited\:row-span-3:visited {
    grid-row: span 3 / span 3;
  }

  .md\:visited\:row-span-4:visited {
    grid-row: span 4 / span 4;
  }

  .md\:visited\:row-span-5:visited {
    grid-row: span 5 / span 5;
  }

  .md\:visited\:row-span-6:visited {
    grid-row: span 6 / span 6;
  }

  .md\:visited\:row-span-full:visited {
    grid-row: 1 / -1;
  }

  .md\:disabled\:row-auto:disabled {
    grid-row: auto;
  }

  .md\:disabled\:row-span-1:disabled {
    grid-row: span 1 / span 1;
  }

  .md\:disabled\:row-span-2:disabled {
    grid-row: span 2 / span 2;
  }

  .md\:disabled\:row-span-3:disabled {
    grid-row: span 3 / span 3;
  }

  .md\:disabled\:row-span-4:disabled {
    grid-row: span 4 / span 4;
  }

  .md\:disabled\:row-span-5:disabled {
    grid-row: span 5 / span 5;
  }

  .md\:disabled\:row-span-6:disabled {
    grid-row: span 6 / span 6;
  }

  .md\:disabled\:row-span-full:disabled {
    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;
  }

  .group:hover .md\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .md\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .md\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .md\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .md\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .md\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .md\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .md\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:focus-within\:row-start-1:focus-within {
    grid-row-start: 1;
  }

  .md\:focus-within\:row-start-2:focus-within {
    grid-row-start: 2;
  }

  .md\:focus-within\:row-start-3:focus-within {
    grid-row-start: 3;
  }

  .md\:focus-within\:row-start-4:focus-within {
    grid-row-start: 4;
  }

  .md\:focus-within\:row-start-5:focus-within {
    grid-row-start: 5;
  }

  .md\:focus-within\:row-start-6:focus-within {
    grid-row-start: 6;
  }

  .md\:focus-within\:row-start-7:focus-within {
    grid-row-start: 7;
  }

  .md\:focus-within\:row-start-auto:focus-within {
    grid-row-start: auto;
  }

  .md\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .md\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .md\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .md\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .md\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .md\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .md\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .md\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .md\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .md\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .md\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .md\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .md\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .md\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .md\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .md\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .md\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .md\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .md\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .md\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .md\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .md\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .md\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .md\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .md\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .md\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .md\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .md\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .md\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .md\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .md\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .md\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .md\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .md\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .md\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .md\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .md\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .md\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .md\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .md\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .md\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .md\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .md\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .md\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .md\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .md\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .md\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .md\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .md\:active\:row-start-1:active {
    grid-row-start: 1;
  }

  .md\:active\:row-start-2:active {
    grid-row-start: 2;
  }

  .md\:active\:row-start-3:active {
    grid-row-start: 3;
  }

  .md\:active\:row-start-4:active {
    grid-row-start: 4;
  }

  .md\:active\:row-start-5:active {
    grid-row-start: 5;
  }

  .md\:active\:row-start-6:active {
    grid-row-start: 6;
  }

  .md\:active\:row-start-7:active {
    grid-row-start: 7;
  }

  .md\:active\:row-start-auto:active {
    grid-row-start: auto;
  }

  .md\:visited\:row-start-1:visited {
    grid-row-start: 1;
  }

  .md\:visited\:row-start-2:visited {
    grid-row-start: 2;
  }

  .md\:visited\:row-start-3:visited {
    grid-row-start: 3;
  }

  .md\:visited\:row-start-4:visited {
    grid-row-start: 4;
  }

  .md\:visited\:row-start-5:visited {
    grid-row-start: 5;
  }

  .md\:visited\:row-start-6:visited {
    grid-row-start: 6;
  }

  .md\:visited\:row-start-7:visited {
    grid-row-start: 7;
  }

  .md\:visited\:row-start-auto:visited {
    grid-row-start: auto;
  }

  .md\:disabled\:row-start-1:disabled {
    grid-row-start: 1;
  }

  .md\:disabled\:row-start-2:disabled {
    grid-row-start: 2;
  }

  .md\:disabled\:row-start-3:disabled {
    grid-row-start: 3;
  }

  .md\:disabled\:row-start-4:disabled {
    grid-row-start: 4;
  }

  .md\:disabled\:row-start-5:disabled {
    grid-row-start: 5;
  }

  .md\:disabled\:row-start-6:disabled {
    grid-row-start: 6;
  }

  .md\:disabled\:row-start-7:disabled {
    grid-row-start: 7;
  }

  .md\:disabled\:row-start-auto:disabled {
    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;
  }

  .group:hover .md\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .md\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .md\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .md\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .md\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .md\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .md\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .md\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:focus-within\:row-end-1:focus-within {
    grid-row-end: 1;
  }

  .md\:focus-within\:row-end-2:focus-within {
    grid-row-end: 2;
  }

  .md\:focus-within\:row-end-3:focus-within {
    grid-row-end: 3;
  }

  .md\:focus-within\:row-end-4:focus-within {
    grid-row-end: 4;
  }

  .md\:focus-within\:row-end-5:focus-within {
    grid-row-end: 5;
  }

  .md\:focus-within\:row-end-6:focus-within {
    grid-row-end: 6;
  }

  .md\:focus-within\:row-end-7:focus-within {
    grid-row-end: 7;
  }

  .md\:focus-within\:row-end-auto:focus-within {
    grid-row-end: auto;
  }

  .md\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .md\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .md\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .md\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .md\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .md\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .md\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .md\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .md\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .md\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .md\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .md\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .md\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .md\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .md\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .md\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .md\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .md\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .md\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .md\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .md\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .md\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .md\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .md\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .md\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .md\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .md\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .md\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .md\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .md\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .md\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .md\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .md\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .md\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .md\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .md\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .md\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .md\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .md\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .md\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .md\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .md\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .md\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .md\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .md\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .md\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .md\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .md\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .md\:active\:row-end-1:active {
    grid-row-end: 1;
  }

  .md\:active\:row-end-2:active {
    grid-row-end: 2;
  }

  .md\:active\:row-end-3:active {
    grid-row-end: 3;
  }

  .md\:active\:row-end-4:active {
    grid-row-end: 4;
  }

  .md\:active\:row-end-5:active {
    grid-row-end: 5;
  }

  .md\:active\:row-end-6:active {
    grid-row-end: 6;
  }

  .md\:active\:row-end-7:active {
    grid-row-end: 7;
  }

  .md\:active\:row-end-auto:active {
    grid-row-end: auto;
  }

  .md\:visited\:row-end-1:visited {
    grid-row-end: 1;
  }

  .md\:visited\:row-end-2:visited {
    grid-row-end: 2;
  }

  .md\:visited\:row-end-3:visited {
    grid-row-end: 3;
  }

  .md\:visited\:row-end-4:visited {
    grid-row-end: 4;
  }

  .md\:visited\:row-end-5:visited {
    grid-row-end: 5;
  }

  .md\:visited\:row-end-6:visited {
    grid-row-end: 6;
  }

  .md\:visited\:row-end-7:visited {
    grid-row-end: 7;
  }

  .md\:visited\:row-end-auto:visited {
    grid-row-end: auto;
  }

  .md\:disabled\:row-end-1:disabled {
    grid-row-end: 1;
  }

  .md\:disabled\:row-end-2:disabled {
    grid-row-end: 2;
  }

  .md\:disabled\:row-end-3:disabled {
    grid-row-end: 3;
  }

  .md\:disabled\:row-end-4:disabled {
    grid-row-end: 4;
  }

  .md\:disabled\:row-end-5:disabled {
    grid-row-end: 5;
  }

  .md\:disabled\:row-end-6:disabled {
    grid-row-end: 6;
  }

  .md\:disabled\:row-end-7:disabled {
    grid-row-end: 7;
  }

  .md\:disabled\:row-end-auto:disabled {
    grid-row-end: auto;
  }

  .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;
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\: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));
  }

  .group:hover .md\:group-hover\:transform-none {
    transform: none;
  }

  .md\:focus-within\:transform:focus-within {
    --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\:focus-within\:transform-gpu:focus-within {
    --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\:focus-within\:transform-none:focus-within {
    transform: none;
  }

  .md\:first\:transform:first-child {
    --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\:first\:transform-gpu:first-child {
    --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\:first\:transform-none:first-child {
    transform: none;
  }

  .md\:last\:transform:last-child {
    --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\:last\:transform-gpu:last-child {
    --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\:last\:transform-none:last-child {
    transform: none;
  }

  .md\:odd\:transform:nth-child(odd) {
    --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\:odd\:transform-gpu:nth-child(odd) {
    --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\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .md\:even\:transform:nth-child(even) {
    --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\:even\:transform-gpu:nth-child(even) {
    --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\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .md\:hover\:transform:hover {
    --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\:hover\:transform-gpu:hover {
    --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\:hover\:transform-none:hover {
    transform: none;
  }

  .md\:focus\:transform:focus {
    --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\:focus\:transform-gpu:focus {
    --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\:focus\:transform-none:focus {
    transform: none;
  }

  .md\:active\:transform:active {
    --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\:active\:transform-gpu:active {
    --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\:active\:transform-none:active {
    transform: none;
  }

  .md\:visited\:transform:visited {
    --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\:visited\:transform-gpu:visited {
    --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\:visited\:transform-none:visited {
    transform: none;
  }

  .md\:disabled\:transform:disabled {
    --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\:disabled\:transform-gpu:disabled {
    --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\:disabled\:transform-none:disabled {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .group:hover .md\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .md\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .md\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .md\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .md\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .md\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .md\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .md\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .md\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .md\:focus-within\:origin-center:focus-within {
    transform-origin: center;
  }

  .md\:focus-within\:origin-top:focus-within {
    transform-origin: top;
  }

  .md\:focus-within\:origin-top-right:focus-within {
    transform-origin: top right;
  }

  .md\:focus-within\:origin-right:focus-within {
    transform-origin: right;
  }

  .md\:focus-within\:origin-bottom-right:focus-within {
    transform-origin: bottom right;
  }

  .md\:focus-within\:origin-bottom:focus-within {
    transform-origin: bottom;
  }

  .md\:focus-within\:origin-bottom-left:focus-within {
    transform-origin: bottom left;
  }

  .md\:focus-within\:origin-left:focus-within {
    transform-origin: left;
  }

  .md\:focus-within\:origin-top-left:focus-within {
    transform-origin: top left;
  }

  .md\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .md\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .md\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .md\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .md\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .md\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .md\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .md\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .md\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .md\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .md\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .md\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .md\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .md\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .md\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .md\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .md\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .md\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .md\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .md\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .md\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .md\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .md\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .md\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .md\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .md\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .md\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .md\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .md\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .md\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .md\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .md\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .md\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .md\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .md\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .md\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .md\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .md\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .md\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .md\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .md\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .md\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .md\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .md\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .md\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .md\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .md\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .md\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .md\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .md\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .md\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .md\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .md\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .md\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .md\:active\:origin-center:active {
    transform-origin: center;
  }

  .md\:active\:origin-top:active {
    transform-origin: top;
  }

  .md\:active\:origin-top-right:active {
    transform-origin: top right;
  }

  .md\:active\:origin-right:active {
    transform-origin: right;
  }

  .md\:active\:origin-bottom-right:active {
    transform-origin: bottom right;
  }

  .md\:active\:origin-bottom:active {
    transform-origin: bottom;
  }

  .md\:active\:origin-bottom-left:active {
    transform-origin: bottom left;
  }

  .md\:active\:origin-left:active {
    transform-origin: left;
  }

  .md\:active\:origin-top-left:active {
    transform-origin: top left;
  }

  .md\:visited\:origin-center:visited {
    transform-origin: center;
  }

  .md\:visited\:origin-top:visited {
    transform-origin: top;
  }

  .md\:visited\:origin-top-right:visited {
    transform-origin: top right;
  }

  .md\:visited\:origin-right:visited {
    transform-origin: right;
  }

  .md\:visited\:origin-bottom-right:visited {
    transform-origin: bottom right;
  }

  .md\:visited\:origin-bottom:visited {
    transform-origin: bottom;
  }

  .md\:visited\:origin-bottom-left:visited {
    transform-origin: bottom left;
  }

  .md\:visited\:origin-left:visited {
    transform-origin: left;
  }

  .md\:visited\:origin-top-left:visited {
    transform-origin: top left;
  }

  .md\:disabled\:origin-center:disabled {
    transform-origin: center;
  }

  .md\:disabled\:origin-top:disabled {
    transform-origin: top;
  }

  .md\:disabled\:origin-top-right:disabled {
    transform-origin: top right;
  }

  .md\:disabled\:origin-right:disabled {
    transform-origin: right;
  }

  .md\:disabled\:origin-bottom-right:disabled {
    transform-origin: bottom right;
  }

  .md\:disabled\:origin-bottom:disabled {
    transform-origin: bottom;
  }

  .md\:disabled\:origin-bottom-left:disabled {
    transform-origin: bottom left;
  }

  .md\:disabled\:origin-left:disabled {
    transform-origin: left;
  }

  .md\:disabled\:origin-top-left:disabled {
    transform-origin: top left;
  }

  .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\: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;
  }

  .group:hover .md\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .md\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .md\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .md\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .md\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .md\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .md\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .md\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .md\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .md\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .md\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .md\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .md\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .md\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .md\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .md\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .md\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .md\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .md\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .md\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .md\:group-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:focus-within\:scale-0:focus-within {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus-within\:scale-50:focus-within {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus-within\:scale-75:focus-within {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus-within\:scale-90:focus-within {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus-within\:scale-95:focus-within {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus-within\:scale-100:focus-within {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus-within\:scale-105:focus-within {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus-within\:scale-110:focus-within {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus-within\:scale-125:focus-within {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus-within\:scale-150:focus-within {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus-within\:scale-x-0:focus-within {
    --tw-scale-x: 0;
  }

  .md\:focus-within\:scale-x-50:focus-within {
    --tw-scale-x: .5;
  }

  .md\:focus-within\:scale-x-75:focus-within {
    --tw-scale-x: .75;
  }

  .md\:focus-within\:scale-x-90:focus-within {
    --tw-scale-x: .9;
  }

  .md\:focus-within\:scale-x-95:focus-within {
    --tw-scale-x: .95;
  }

  .md\:focus-within\:scale-x-100:focus-within {
    --tw-scale-x: 1;
  }

  .md\:focus-within\:scale-x-105:focus-within {
    --tw-scale-x: 1.05;
  }

  .md\:focus-within\:scale-x-110:focus-within {
    --tw-scale-x: 1.1;
  }

  .md\:focus-within\:scale-x-125:focus-within {
    --tw-scale-x: 1.25;
  }

  .md\:focus-within\:scale-x-150:focus-within {
    --tw-scale-x: 1.5;
  }

  .md\:focus-within\:scale-y-0:focus-within {
    --tw-scale-y: 0;
  }

  .md\:focus-within\:scale-y-50:focus-within {
    --tw-scale-y: .5;
  }

  .md\:focus-within\:scale-y-75:focus-within {
    --tw-scale-y: .75;
  }

  .md\:focus-within\:scale-y-90:focus-within {
    --tw-scale-y: .9;
  }

  .md\:focus-within\:scale-y-95:focus-within {
    --tw-scale-y: .95;
  }

  .md\:focus-within\:scale-y-100:focus-within {
    --tw-scale-y: 1;
  }

  .md\:focus-within\:scale-y-105:focus-within {
    --tw-scale-y: 1.05;
  }

  .md\:focus-within\:scale-y-110:focus-within {
    --tw-scale-y: 1.1;
  }

  .md\:focus-within\:scale-y-125:focus-within {
    --tw-scale-y: 1.25;
  }

  .md\:focus-within\:scale-y-150:focus-within {
    --tw-scale-y: 1.5;
  }

  .md\:first\:scale-0:first-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:first\:scale-50:first-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:first\:scale-75:first-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:first\:scale-90:first-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:first\:scale-95:first-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:first\:scale-100:first-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:first\:scale-105:first-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:first\:scale-110:first-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:first\:scale-125:first-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:first\:scale-150:first-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:first\:scale-x-0:first-child {
    --tw-scale-x: 0;
  }

  .md\:first\:scale-x-50:first-child {
    --tw-scale-x: .5;
  }

  .md\:first\:scale-x-75:first-child {
    --tw-scale-x: .75;
  }

  .md\:first\:scale-x-90:first-child {
    --tw-scale-x: .9;
  }

  .md\:first\:scale-x-95:first-child {
    --tw-scale-x: .95;
  }

  .md\:first\:scale-x-100:first-child {
    --tw-scale-x: 1;
  }

  .md\:first\:scale-x-105:first-child {
    --tw-scale-x: 1.05;
  }

  .md\:first\:scale-x-110:first-child {
    --tw-scale-x: 1.1;
  }

  .md\:first\:scale-x-125:first-child {
    --tw-scale-x: 1.25;
  }

  .md\:first\:scale-x-150:first-child {
    --tw-scale-x: 1.5;
  }

  .md\:first\:scale-y-0:first-child {
    --tw-scale-y: 0;
  }

  .md\:first\:scale-y-50:first-child {
    --tw-scale-y: .5;
  }

  .md\:first\:scale-y-75:first-child {
    --tw-scale-y: .75;
  }

  .md\:first\:scale-y-90:first-child {
    --tw-scale-y: .9;
  }

  .md\:first\:scale-y-95:first-child {
    --tw-scale-y: .95;
  }

  .md\:first\:scale-y-100:first-child {
    --tw-scale-y: 1;
  }

  .md\:first\:scale-y-105:first-child {
    --tw-scale-y: 1.05;
  }

  .md\:first\:scale-y-110:first-child {
    --tw-scale-y: 1.1;
  }

  .md\:first\:scale-y-125:first-child {
    --tw-scale-y: 1.25;
  }

  .md\:first\:scale-y-150:first-child {
    --tw-scale-y: 1.5;
  }

  .md\:last\:scale-0:last-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:last\:scale-50:last-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:last\:scale-75:last-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:last\:scale-90:last-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:last\:scale-95:last-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:last\:scale-100:last-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:last\:scale-105:last-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:last\:scale-110:last-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:last\:scale-125:last-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:last\:scale-150:last-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:last\:scale-x-0:last-child {
    --tw-scale-x: 0;
  }

  .md\:last\:scale-x-50:last-child {
    --tw-scale-x: .5;
  }

  .md\:last\:scale-x-75:last-child {
    --tw-scale-x: .75;
  }

  .md\:last\:scale-x-90:last-child {
    --tw-scale-x: .9;
  }

  .md\:last\:scale-x-95:last-child {
    --tw-scale-x: .95;
  }

  .md\:last\:scale-x-100:last-child {
    --tw-scale-x: 1;
  }

  .md\:last\:scale-x-105:last-child {
    --tw-scale-x: 1.05;
  }

  .md\:last\:scale-x-110:last-child {
    --tw-scale-x: 1.1;
  }

  .md\:last\:scale-x-125:last-child {
    --tw-scale-x: 1.25;
  }

  .md\:last\:scale-x-150:last-child {
    --tw-scale-x: 1.5;
  }

  .md\:last\:scale-y-0:last-child {
    --tw-scale-y: 0;
  }

  .md\:last\:scale-y-50:last-child {
    --tw-scale-y: .5;
  }

  .md\:last\:scale-y-75:last-child {
    --tw-scale-y: .75;
  }

  .md\:last\:scale-y-90:last-child {
    --tw-scale-y: .9;
  }

  .md\:last\:scale-y-95:last-child {
    --tw-scale-y: .95;
  }

  .md\:last\:scale-y-100:last-child {
    --tw-scale-y: 1;
  }

  .md\:last\:scale-y-105:last-child {
    --tw-scale-y: 1.05;
  }

  .md\:last\:scale-y-110:last-child {
    --tw-scale-y: 1.1;
  }

  .md\:last\:scale-y-125:last-child {
    --tw-scale-y: 1.25;
  }

  .md\:last\:scale-y-150:last-child {
    --tw-scale-y: 1.5;
  }

  .md\:odd\:scale-0:nth-child(odd) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:odd\:scale-50:nth-child(odd) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:odd\:scale-75:nth-child(odd) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:odd\:scale-90:nth-child(odd) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:odd\:scale-95:nth-child(odd) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:odd\:scale-100:nth-child(odd) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:odd\:scale-105:nth-child(odd) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:odd\:scale-110:nth-child(odd) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:odd\:scale-125:nth-child(odd) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:odd\:scale-150:nth-child(odd) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:odd\:scale-x-0:nth-child(odd) {
    --tw-scale-x: 0;
  }

  .md\:odd\:scale-x-50:nth-child(odd) {
    --tw-scale-x: .5;
  }

  .md\:odd\:scale-x-75:nth-child(odd) {
    --tw-scale-x: .75;
  }

  .md\:odd\:scale-x-90:nth-child(odd) {
    --tw-scale-x: .9;
  }

  .md\:odd\:scale-x-95:nth-child(odd) {
    --tw-scale-x: .95;
  }

  .md\:odd\:scale-x-100:nth-child(odd) {
    --tw-scale-x: 1;
  }

  .md\:odd\:scale-x-105:nth-child(odd) {
    --tw-scale-x: 1.05;
  }

  .md\:odd\:scale-x-110:nth-child(odd) {
    --tw-scale-x: 1.1;
  }

  .md\:odd\:scale-x-125:nth-child(odd) {
    --tw-scale-x: 1.25;
  }

  .md\:odd\:scale-x-150:nth-child(odd) {
    --tw-scale-x: 1.5;
  }

  .md\:odd\:scale-y-0:nth-child(odd) {
    --tw-scale-y: 0;
  }

  .md\:odd\:scale-y-50:nth-child(odd) {
    --tw-scale-y: .5;
  }

  .md\:odd\:scale-y-75:nth-child(odd) {
    --tw-scale-y: .75;
  }

  .md\:odd\:scale-y-90:nth-child(odd) {
    --tw-scale-y: .9;
  }

  .md\:odd\:scale-y-95:nth-child(odd) {
    --tw-scale-y: .95;
  }

  .md\:odd\:scale-y-100:nth-child(odd) {
    --tw-scale-y: 1;
  }

  .md\:odd\:scale-y-105:nth-child(odd) {
    --tw-scale-y: 1.05;
  }

  .md\:odd\:scale-y-110:nth-child(odd) {
    --tw-scale-y: 1.1;
  }

  .md\:odd\:scale-y-125:nth-child(odd) {
    --tw-scale-y: 1.25;
  }

  .md\:odd\:scale-y-150:nth-child(odd) {
    --tw-scale-y: 1.5;
  }

  .md\:even\:scale-0:nth-child(even) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:even\:scale-50:nth-child(even) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:even\:scale-75:nth-child(even) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:even\:scale-90:nth-child(even) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:even\:scale-95:nth-child(even) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:even\:scale-100:nth-child(even) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:even\:scale-105:nth-child(even) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:even\:scale-110:nth-child(even) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:even\:scale-125:nth-child(even) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:even\:scale-150:nth-child(even) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:even\:scale-x-0:nth-child(even) {
    --tw-scale-x: 0;
  }

  .md\:even\:scale-x-50:nth-child(even) {
    --tw-scale-x: .5;
  }

  .md\:even\:scale-x-75:nth-child(even) {
    --tw-scale-x: .75;
  }

  .md\:even\:scale-x-90:nth-child(even) {
    --tw-scale-x: .9;
  }

  .md\:even\:scale-x-95:nth-child(even) {
    --tw-scale-x: .95;
  }

  .md\:even\:scale-x-100:nth-child(even) {
    --tw-scale-x: 1;
  }

  .md\:even\:scale-x-105:nth-child(even) {
    --tw-scale-x: 1.05;
  }

  .md\:even\:scale-x-110:nth-child(even) {
    --tw-scale-x: 1.1;
  }

  .md\:even\:scale-x-125:nth-child(even) {
    --tw-scale-x: 1.25;
  }

  .md\:even\:scale-x-150:nth-child(even) {
    --tw-scale-x: 1.5;
  }

  .md\:even\:scale-y-0:nth-child(even) {
    --tw-scale-y: 0;
  }

  .md\:even\:scale-y-50:nth-child(even) {
    --tw-scale-y: .5;
  }

  .md\:even\:scale-y-75:nth-child(even) {
    --tw-scale-y: .75;
  }

  .md\:even\:scale-y-90:nth-child(even) {
    --tw-scale-y: .9;
  }

  .md\:even\:scale-y-95:nth-child(even) {
    --tw-scale-y: .95;
  }

  .md\:even\:scale-y-100:nth-child(even) {
    --tw-scale-y: 1;
  }

  .md\:even\:scale-y-105:nth-child(even) {
    --tw-scale-y: 1.05;
  }

  .md\:even\:scale-y-110:nth-child(even) {
    --tw-scale-y: 1.1;
  }

  .md\:even\:scale-y-125:nth-child(even) {
    --tw-scale-y: 1.25;
  }

  .md\:even\:scale-y-150:nth-child(even) {
    --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\: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-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\: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\:active\:scale-0:active {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:active\:scale-50:active {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:active\:scale-75:active {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:active\:scale-100:active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:active\:scale-105:active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:active\:scale-110:active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:active\:scale-125:active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:active\:scale-150:active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:active\:scale-x-0:active {
    --tw-scale-x: 0;
  }

  .md\:active\:scale-x-50:active {
    --tw-scale-x: .5;
  }

  .md\:active\:scale-x-75:active {
    --tw-scale-x: .75;
  }

  .md\:active\:scale-x-90:active {
    --tw-scale-x: .9;
  }

  .md\:active\:scale-x-95:active {
    --tw-scale-x: .95;
  }

  .md\:active\:scale-x-100:active {
    --tw-scale-x: 1;
  }

  .md\:active\:scale-x-105:active {
    --tw-scale-x: 1.05;
  }

  .md\:active\:scale-x-110:active {
    --tw-scale-x: 1.1;
  }

  .md\:active\:scale-x-125:active {
    --tw-scale-x: 1.25;
  }

  .md\:active\:scale-x-150:active {
    --tw-scale-x: 1.5;
  }

  .md\:active\:scale-y-0:active {
    --tw-scale-y: 0;
  }

  .md\:active\:scale-y-50:active {
    --tw-scale-y: .5;
  }

  .md\:active\:scale-y-75:active {
    --tw-scale-y: .75;
  }

  .md\:active\:scale-y-90:active {
    --tw-scale-y: .9;
  }

  .md\:active\:scale-y-95:active {
    --tw-scale-y: .95;
  }

  .md\:active\:scale-y-100:active {
    --tw-scale-y: 1;
  }

  .md\:active\:scale-y-105:active {
    --tw-scale-y: 1.05;
  }

  .md\:active\:scale-y-110:active {
    --tw-scale-y: 1.1;
  }

  .md\:active\:scale-y-125:active {
    --tw-scale-y: 1.25;
  }

  .md\:active\:scale-y-150:active {
    --tw-scale-y: 1.5;
  }

  .md\:visited\:scale-0:visited {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:visited\:scale-50:visited {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:visited\:scale-75:visited {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:visited\:scale-90:visited {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:visited\:scale-95:visited {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:visited\:scale-100:visited {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:visited\:scale-105:visited {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:visited\:scale-110:visited {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:visited\:scale-125:visited {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:visited\:scale-150:visited {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:visited\:scale-x-0:visited {
    --tw-scale-x: 0;
  }

  .md\:visited\:scale-x-50:visited {
    --tw-scale-x: .5;
  }

  .md\:visited\:scale-x-75:visited {
    --tw-scale-x: .75;
  }

  .md\:visited\:scale-x-90:visited {
    --tw-scale-x: .9;
  }

  .md\:visited\:scale-x-95:visited {
    --tw-scale-x: .95;
  }

  .md\:visited\:scale-x-100:visited {
    --tw-scale-x: 1;
  }

  .md\:visited\:scale-x-105:visited {
    --tw-scale-x: 1.05;
  }

  .md\:visited\:scale-x-110:visited {
    --tw-scale-x: 1.1;
  }

  .md\:visited\:scale-x-125:visited {
    --tw-scale-x: 1.25;
  }

  .md\:visited\:scale-x-150:visited {
    --tw-scale-x: 1.5;
  }

  .md\:visited\:scale-y-0:visited {
    --tw-scale-y: 0;
  }

  .md\:visited\:scale-y-50:visited {
    --tw-scale-y: .5;
  }

  .md\:visited\:scale-y-75:visited {
    --tw-scale-y: .75;
  }

  .md\:visited\:scale-y-90:visited {
    --tw-scale-y: .9;
  }

  .md\:visited\:scale-y-95:visited {
    --tw-scale-y: .95;
  }

  .md\:visited\:scale-y-100:visited {
    --tw-scale-y: 1;
  }

  .md\:visited\:scale-y-105:visited {
    --tw-scale-y: 1.05;
  }

  .md\:visited\:scale-y-110:visited {
    --tw-scale-y: 1.1;
  }

  .md\:visited\:scale-y-125:visited {
    --tw-scale-y: 1.25;
  }

  .md\:visited\:scale-y-150:visited {
    --tw-scale-y: 1.5;
  }

  .md\:disabled\:scale-0:disabled {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:disabled\:scale-50:disabled {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:disabled\:scale-75:disabled {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:disabled\:scale-90:disabled {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:disabled\:scale-95:disabled {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:disabled\:scale-100:disabled {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:disabled\:scale-105:disabled {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:disabled\:scale-110:disabled {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:disabled\:scale-125:disabled {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:disabled\:scale-150:disabled {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:disabled\:scale-x-0:disabled {
    --tw-scale-x: 0;
  }

  .md\:disabled\:scale-x-50:disabled {
    --tw-scale-x: .5;
  }

  .md\:disabled\:scale-x-75:disabled {
    --tw-scale-x: .75;
  }

  .md\:disabled\:scale-x-90:disabled {
    --tw-scale-x: .9;
  }

  .md\:disabled\:scale-x-95:disabled {
    --tw-scale-x: .95;
  }

  .md\:disabled\:scale-x-100:disabled {
    --tw-scale-x: 1;
  }

  .md\:disabled\:scale-x-105:disabled {
    --tw-scale-x: 1.05;
  }

  .md\:disabled\:scale-x-110:disabled {
    --tw-scale-x: 1.1;
  }

  .md\:disabled\:scale-x-125:disabled {
    --tw-scale-x: 1.25;
  }

  .md\:disabled\:scale-x-150:disabled {
    --tw-scale-x: 1.5;
  }

  .md\:disabled\:scale-y-0:disabled {
    --tw-scale-y: 0;
  }

  .md\:disabled\:scale-y-50:disabled {
    --tw-scale-y: .5;
  }

  .md\:disabled\:scale-y-75:disabled {
    --tw-scale-y: .75;
  }

  .md\:disabled\:scale-y-90:disabled {
    --tw-scale-y: .9;
  }

  .md\:disabled\:scale-y-95:disabled {
    --tw-scale-y: .95;
  }

  .md\:disabled\:scale-y-100:disabled {
    --tw-scale-y: 1;
  }

  .md\:disabled\:scale-y-105:disabled {
    --tw-scale-y: 1.05;
  }

  .md\:disabled\:scale-y-110:disabled {
    --tw-scale-y: 1.1;
  }

  .md\:disabled\:scale-y-125:disabled {
    --tw-scale-y: 1.25;
  }

  .md\:disabled\:scale-y-150:disabled {
    --tw-scale-y: 1.5;
  }

  .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-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .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;
  }

  .group:hover .md\:group-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .group:hover .md\:group-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .group:hover .md\:group-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .group:hover .md\:group-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .group:hover .md\:group-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .group:hover .md\:group-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .group:hover .md\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .group:hover .md\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .group:hover .md\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .group:hover .md\:group-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .group:hover .md\:group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .group:hover .md\:group-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .group:hover .md\:group-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .group:hover .md\:group-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .group:hover .md\:group-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .group:hover .md\:group-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .group:hover .md\:group-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:focus-within\:rotate-0:focus-within {
    --tw-rotate: 0deg;
  }

  .md\:focus-within\:rotate-1:focus-within {
    --tw-rotate: 1deg;
  }

  .md\:focus-within\:rotate-2:focus-within {
    --tw-rotate: 2deg;
  }

  .md\:focus-within\:rotate-3:focus-within {
    --tw-rotate: 3deg;
  }

  .md\:focus-within\:rotate-6:focus-within {
    --tw-rotate: 6deg;
  }

  .md\:focus-within\:rotate-12:focus-within {
    --tw-rotate: 12deg;
  }

  .md\:focus-within\:rotate-45:focus-within {
    --tw-rotate: 45deg;
  }

  .md\:focus-within\:rotate-90:focus-within {
    --tw-rotate: 90deg;
  }

  .md\:focus-within\:rotate-180:focus-within {
    --tw-rotate: 180deg;
  }

  .md\:focus-within\:-rotate-180:focus-within {
    --tw-rotate: -180deg;
  }

  .md\:focus-within\:-rotate-90:focus-within {
    --tw-rotate: -90deg;
  }

  .md\:focus-within\:-rotate-45:focus-within {
    --tw-rotate: -45deg;
  }

  .md\:focus-within\:-rotate-12:focus-within {
    --tw-rotate: -12deg;
  }

  .md\:focus-within\:-rotate-6:focus-within {
    --tw-rotate: -6deg;
  }

  .md\:focus-within\:-rotate-3:focus-within {
    --tw-rotate: -3deg;
  }

  .md\:focus-within\:-rotate-2:focus-within {
    --tw-rotate: -2deg;
  }

  .md\:focus-within\:-rotate-1:focus-within {
    --tw-rotate: -1deg;
  }

  .md\:first\:rotate-0:first-child {
    --tw-rotate: 0deg;
  }

  .md\:first\:rotate-1:first-child {
    --tw-rotate: 1deg;
  }

  .md\:first\:rotate-2:first-child {
    --tw-rotate: 2deg;
  }

  .md\:first\:rotate-3:first-child {
    --tw-rotate: 3deg;
  }

  .md\:first\:rotate-6:first-child {
    --tw-rotate: 6deg;
  }

  .md\:first\:rotate-12:first-child {
    --tw-rotate: 12deg;
  }

  .md\:first\:rotate-45:first-child {
    --tw-rotate: 45deg;
  }

  .md\:first\:rotate-90:first-child {
    --tw-rotate: 90deg;
  }

  .md\:first\:rotate-180:first-child {
    --tw-rotate: 180deg;
  }

  .md\:first\:-rotate-180:first-child {
    --tw-rotate: -180deg;
  }

  .md\:first\:-rotate-90:first-child {
    --tw-rotate: -90deg;
  }

  .md\:first\:-rotate-45:first-child {
    --tw-rotate: -45deg;
  }

  .md\:first\:-rotate-12:first-child {
    --tw-rotate: -12deg;
  }

  .md\:first\:-rotate-6:first-child {
    --tw-rotate: -6deg;
  }

  .md\:first\:-rotate-3:first-child {
    --tw-rotate: -3deg;
  }

  .md\:first\:-rotate-2:first-child {
    --tw-rotate: -2deg;
  }

  .md\:first\:-rotate-1:first-child {
    --tw-rotate: -1deg;
  }

  .md\:last\:rotate-0:last-child {
    --tw-rotate: 0deg;
  }

  .md\:last\:rotate-1:last-child {
    --tw-rotate: 1deg;
  }

  .md\:last\:rotate-2:last-child {
    --tw-rotate: 2deg;
  }

  .md\:last\:rotate-3:last-child {
    --tw-rotate: 3deg;
  }

  .md\:last\:rotate-6:last-child {
    --tw-rotate: 6deg;
  }

  .md\:last\:rotate-12:last-child {
    --tw-rotate: 12deg;
  }

  .md\:last\:rotate-45:last-child {
    --tw-rotate: 45deg;
  }

  .md\:last\:rotate-90:last-child {
    --tw-rotate: 90deg;
  }

  .md\:last\:rotate-180:last-child {
    --tw-rotate: 180deg;
  }

  .md\:last\:-rotate-180:last-child {
    --tw-rotate: -180deg;
  }

  .md\:last\:-rotate-90:last-child {
    --tw-rotate: -90deg;
  }

  .md\:last\:-rotate-45:last-child {
    --tw-rotate: -45deg;
  }

  .md\:last\:-rotate-12:last-child {
    --tw-rotate: -12deg;
  }

  .md\:last\:-rotate-6:last-child {
    --tw-rotate: -6deg;
  }

  .md\:last\:-rotate-3:last-child {
    --tw-rotate: -3deg;
  }

  .md\:last\:-rotate-2:last-child {
    --tw-rotate: -2deg;
  }

  .md\:last\:-rotate-1:last-child {
    --tw-rotate: -1deg;
  }

  .md\:odd\:rotate-0:nth-child(odd) {
    --tw-rotate: 0deg;
  }

  .md\:odd\:rotate-1:nth-child(odd) {
    --tw-rotate: 1deg;
  }

  .md\:odd\:rotate-2:nth-child(odd) {
    --tw-rotate: 2deg;
  }

  .md\:odd\:rotate-3:nth-child(odd) {
    --tw-rotate: 3deg;
  }

  .md\:odd\:rotate-6:nth-child(odd) {
    --tw-rotate: 6deg;
  }

  .md\:odd\:rotate-12:nth-child(odd) {
    --tw-rotate: 12deg;
  }

  .md\:odd\:rotate-45:nth-child(odd) {
    --tw-rotate: 45deg;
  }

  .md\:odd\:rotate-90:nth-child(odd) {
    --tw-rotate: 90deg;
  }

  .md\:odd\:rotate-180:nth-child(odd) {
    --tw-rotate: 180deg;
  }

  .md\:odd\:-rotate-180:nth-child(odd) {
    --tw-rotate: -180deg;
  }

  .md\:odd\:-rotate-90:nth-child(odd) {
    --tw-rotate: -90deg;
  }

  .md\:odd\:-rotate-45:nth-child(odd) {
    --tw-rotate: -45deg;
  }

  .md\:odd\:-rotate-12:nth-child(odd) {
    --tw-rotate: -12deg;
  }

  .md\:odd\:-rotate-6:nth-child(odd) {
    --tw-rotate: -6deg;
  }

  .md\:odd\:-rotate-3:nth-child(odd) {
    --tw-rotate: -3deg;
  }

  .md\:odd\:-rotate-2:nth-child(odd) {
    --tw-rotate: -2deg;
  }

  .md\:odd\:-rotate-1:nth-child(odd) {
    --tw-rotate: -1deg;
  }

  .md\:even\:rotate-0:nth-child(even) {
    --tw-rotate: 0deg;
  }

  .md\:even\:rotate-1:nth-child(even) {
    --tw-rotate: 1deg;
  }

  .md\:even\:rotate-2:nth-child(even) {
    --tw-rotate: 2deg;
  }

  .md\:even\:rotate-3:nth-child(even) {
    --tw-rotate: 3deg;
  }

  .md\:even\:rotate-6:nth-child(even) {
    --tw-rotate: 6deg;
  }

  .md\:even\:rotate-12:nth-child(even) {
    --tw-rotate: 12deg;
  }

  .md\:even\:rotate-45:nth-child(even) {
    --tw-rotate: 45deg;
  }

  .md\:even\:rotate-90:nth-child(even) {
    --tw-rotate: 90deg;
  }

  .md\:even\:rotate-180:nth-child(even) {
    --tw-rotate: 180deg;
  }

  .md\:even\:-rotate-180:nth-child(even) {
    --tw-rotate: -180deg;
  }

  .md\:even\:-rotate-90:nth-child(even) {
    --tw-rotate: -90deg;
  }

  .md\:even\:-rotate-45:nth-child(even) {
    --tw-rotate: -45deg;
  }

  .md\:even\:-rotate-12:nth-child(even) {
    --tw-rotate: -12deg;
  }

  .md\:even\:-rotate-6:nth-child(even) {
    --tw-rotate: -6deg;
  }

  .md\:even\:-rotate-3:nth-child(even) {
    --tw-rotate: -3deg;
  }

  .md\:even\:-rotate-2:nth-child(even) {
    --tw-rotate: -2deg;
  }

  .md\:even\:-rotate-1:nth-child(even) {
    --tw-rotate: -1deg;
  }

  .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-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .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\: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-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .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\:active\:rotate-0:active {
    --tw-rotate: 0deg;
  }

  .md\:active\:rotate-1:active {
    --tw-rotate: 1deg;
  }

  .md\:active\:rotate-2:active {
    --tw-rotate: 2deg;
  }

  .md\:active\:rotate-3:active {
    --tw-rotate: 3deg;
  }

  .md\:active\:rotate-6:active {
    --tw-rotate: 6deg;
  }

  .md\:active\:rotate-12:active {
    --tw-rotate: 12deg;
  }

  .md\:active\:rotate-45:active {
    --tw-rotate: 45deg;
  }

  .md\:active\:rotate-90:active {
    --tw-rotate: 90deg;
  }

  .md\:active\:rotate-180:active {
    --tw-rotate: 180deg;
  }

  .md\:active\:-rotate-180:active {
    --tw-rotate: -180deg;
  }

  .md\:active\:-rotate-90:active {
    --tw-rotate: -90deg;
  }

  .md\:active\:-rotate-45:active {
    --tw-rotate: -45deg;
  }

  .md\:active\:-rotate-12:active {
    --tw-rotate: -12deg;
  }

  .md\:active\:-rotate-6:active {
    --tw-rotate: -6deg;
  }

  .md\:active\:-rotate-3:active {
    --tw-rotate: -3deg;
  }

  .md\:active\:-rotate-2:active {
    --tw-rotate: -2deg;
  }

  .md\:active\:-rotate-1:active {
    --tw-rotate: -1deg;
  }

  .md\:visited\:rotate-0:visited {
    --tw-rotate: 0deg;
  }

  .md\:visited\:rotate-1:visited {
    --tw-rotate: 1deg;
  }

  .md\:visited\:rotate-2:visited {
    --tw-rotate: 2deg;
  }

  .md\:visited\:rotate-3:visited {
    --tw-rotate: 3deg;
  }

  .md\:visited\:rotate-6:visited {
    --tw-rotate: 6deg;
  }

  .md\:visited\:rotate-12:visited {
    --tw-rotate: 12deg;
  }

  .md\:visited\:rotate-45:visited {
    --tw-rotate: 45deg;
  }

  .md\:visited\:rotate-90:visited {
    --tw-rotate: 90deg;
  }

  .md\:visited\:rotate-180:visited {
    --tw-rotate: 180deg;
  }

  .md\:visited\:-rotate-180:visited {
    --tw-rotate: -180deg;
  }

  .md\:visited\:-rotate-90:visited {
    --tw-rotate: -90deg;
  }

  .md\:visited\:-rotate-45:visited {
    --tw-rotate: -45deg;
  }

  .md\:visited\:-rotate-12:visited {
    --tw-rotate: -12deg;
  }

  .md\:visited\:-rotate-6:visited {
    --tw-rotate: -6deg;
  }

  .md\:visited\:-rotate-3:visited {
    --tw-rotate: -3deg;
  }

  .md\:visited\:-rotate-2:visited {
    --tw-rotate: -2deg;
  }

  .md\:visited\:-rotate-1:visited {
    --tw-rotate: -1deg;
  }

  .md\:disabled\:rotate-0:disabled {
    --tw-rotate: 0deg;
  }

  .md\:disabled\:rotate-1:disabled {
    --tw-rotate: 1deg;
  }

  .md\:disabled\:rotate-2:disabled {
    --tw-rotate: 2deg;
  }

  .md\:disabled\:rotate-3:disabled {
    --tw-rotate: 3deg;
  }

  .md\:disabled\:rotate-6:disabled {
    --tw-rotate: 6deg;
  }

  .md\:disabled\:rotate-12:disabled {
    --tw-rotate: 12deg;
  }

  .md\:disabled\:rotate-45:disabled {
    --tw-rotate: 45deg;
  }

  .md\:disabled\:rotate-90:disabled {
    --tw-rotate: 90deg;
  }

  .md\:disabled\:rotate-180:disabled {
    --tw-rotate: 180deg;
  }

  .md\:disabled\:-rotate-180:disabled {
    --tw-rotate: -180deg;
  }

  .md\:disabled\:-rotate-90:disabled {
    --tw-rotate: -90deg;
  }

  .md\:disabled\:-rotate-45:disabled {
    --tw-rotate: -45deg;
  }

  .md\:disabled\:-rotate-12:disabled {
    --tw-rotate: -12deg;
  }

  .md\:disabled\:-rotate-6:disabled {
    --tw-rotate: -6deg;
  }

  .md\:disabled\:-rotate-3:disabled {
    --tw-rotate: -3deg;
  }

  .md\:disabled\:-rotate-2:disabled {
    --tw-rotate: -2deg;
  }

  .md\:disabled\:-rotate-1:disabled {
    --tw-rotate: -1deg;
  }

  .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%;
  }

  .group:hover .md\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .md\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .group:hover .md\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .group:hover .md\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .group:hover .md\:group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .group:hover .md\:group-hover\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .group:hover .md\:group-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .group:hover .md\:group-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .group:hover .md\:group-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .group:hover .md\:group-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .group:hover .md\:group-hover\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .group:hover .md\:group-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .group:hover .md\:group-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .group:hover .md\:group-hover\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .group:hover .md\:group-hover\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .group:hover .md\:group-hover\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .group:hover .md\:group-hover\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .group:hover .md\:group-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .group:hover .md\:group-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .group:hover .md\:group-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .group:hover .md\:group-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .group:hover .md\:group-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .group:hover .md\:group-hover\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .group:hover .md\:group-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .group:hover .md\:group-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .group:hover .md\:group-hover\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .group:hover .md\:group-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .group:hover .md\:group-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .group:hover .md\:group-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .group:hover .md\:group-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .group:hover .md\:group-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .group:hover .md\:group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .group:hover .md\:group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .group:hover .md\:group-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .group:hover .md\:group-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .group:hover .md\:group-hover\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .md\:group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .group:hover .md\:group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .group:hover .md\:group-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .group:hover .md\:group-hover\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .group:hover .md\:group-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .group:hover .md\:group-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .group:hover .md\:group-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .group:hover .md\:group-hover\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .group:hover .md\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .group:hover .md\:group-hover\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .group:hover .md\:group-hover\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .group:hover .md\:group-hover\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .group:hover .md\:group-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .group:hover .md\:group-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .group:hover .md\:group-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .group:hover .md\:group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .group:hover .md\:group-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .group:hover .md\:group-hover\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .group:hover .md\:group-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .group:hover .md\:group-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .group:hover .md\:group-hover\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .group:hover .md\:group-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .group:hover .md\:group-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .group:hover .md\:group-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .group:hover .md\:group-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .group:hover .md\:group-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .group:hover .md\:group-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .group:hover .md\:group-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .group:hover .md\:group-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .group:hover .md\:group-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .group:hover .md\:group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .group:hover .md\:group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .group:hover .md\:group-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .group:hover .md\:group-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .group:hover .md\:group-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .group:hover .md\:group-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .group:hover .md\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .group:hover .md\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .group:hover .md\:group-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .group:hover .md\:group-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .group:hover .md\:group-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .group:hover .md\:group-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .group:hover .md\:group-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .group:hover .md\:group-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .group:hover .md\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .md\:group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .group:hover .md\:group-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .group:hover .md\:group-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .group:hover .md\:group-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .group:hover .md\:group-hover\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .group:hover .md\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .group:hover .md\:group-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .group:hover .md\:group-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .group:hover .md\:group-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .group:hover .md\:group-hover\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .group:hover .md\:group-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .group:hover .md\:group-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .group:hover .md\:group-hover\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .group:hover .md\:group-hover\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .group:hover .md\:group-hover\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .group:hover .md\:group-hover\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .group:hover .md\:group-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .group:hover .md\:group-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .group:hover .md\:group-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .group:hover .md\:group-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .group:hover .md\:group-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .group:hover .md\:group-hover\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .group:hover .md\:group-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .group:hover .md\:group-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .group:hover .md\:group-hover\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .group:hover .md\:group-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .group:hover .md\:group-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .group:hover .md\:group-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .group:hover .md\:group-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .group:hover .md\:group-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .group:hover .md\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .group:hover .md\:group-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .group:hover .md\:group-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .group:hover .md\:group-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .group:hover .md\:group-hover\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .md\:group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .group:hover .md\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .group:hover .md\:group-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .group:hover .md\:group-hover\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .group:hover .md\:group-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .group:hover .md\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .group:hover .md\:group-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .group:hover .md\:group-hover\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .group:hover .md\:group-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .group:hover .md\:group-hover\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .group:hover .md\:group-hover\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .group:hover .md\:group-hover\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .group:hover .md\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .group:hover .md\:group-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .group:hover .md\:group-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .group:hover .md\:group-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .group:hover .md\:group-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .group:hover .md\:group-hover\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .group:hover .md\:group-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .group:hover .md\:group-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .group:hover .md\:group-hover\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .group:hover .md\:group-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .group:hover .md\:group-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .group:hover .md\:group-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .group:hover .md\:group-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .group:hover .md\:group-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .group:hover .md\:group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .group:hover .md\:group-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .group:hover .md\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .group:hover .md\:group-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .group:hover .md\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .group:hover .md\:group-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .group:hover .md\:group-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .group:hover .md\:group-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .group:hover .md\:group-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .group:hover .md\:group-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .group:hover .md\:group-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .group:hover .md\:group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .group:hover .md\:group-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .group:hover .md\:group-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .group:hover .md\:group-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .group:hover .md\:group-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .group:hover .md\:group-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .group:hover .md\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:focus-within\:translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .md\:focus-within\:translate-x-1:focus-within {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus-within\:translate-x-2:focus-within {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus-within\:translate-x-3:focus-within {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus-within\:translate-x-4:focus-within {
    --tw-translate-x: 1rem;
  }

  .md\:focus-within\:translate-x-5:focus-within {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus-within\:translate-x-6:focus-within {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus-within\:translate-x-7:focus-within {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus-within\:translate-x-8:focus-within {
    --tw-translate-x: 2rem;
  }

  .md\:focus-within\:translate-x-9:focus-within {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus-within\:translate-x-10:focus-within {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus-within\:translate-x-11:focus-within {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus-within\:translate-x-12:focus-within {
    --tw-translate-x: 3rem;
  }

  .md\:focus-within\:translate-x-14:focus-within {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus-within\:translate-x-16:focus-within {
    --tw-translate-x: 4rem;
  }

  .md\:focus-within\:translate-x-20:focus-within {
    --tw-translate-x: 5rem;
  }

  .md\:focus-within\:translate-x-24:focus-within {
    --tw-translate-x: 6rem;
  }

  .md\:focus-within\:translate-x-28:focus-within {
    --tw-translate-x: 7rem;
  }

  .md\:focus-within\:translate-x-32:focus-within {
    --tw-translate-x: 8rem;
  }

  .md\:focus-within\:translate-x-36:focus-within {
    --tw-translate-x: 9rem;
  }

  .md\:focus-within\:translate-x-40:focus-within {
    --tw-translate-x: 10rem;
  }

  .md\:focus-within\:translate-x-44:focus-within {
    --tw-translate-x: 11rem;
  }

  .md\:focus-within\:translate-x-48:focus-within {
    --tw-translate-x: 12rem;
  }

  .md\:focus-within\:translate-x-52:focus-within {
    --tw-translate-x: 13rem;
  }

  .md\:focus-within\:translate-x-56:focus-within {
    --tw-translate-x: 14rem;
  }

  .md\:focus-within\:translate-x-60:focus-within {
    --tw-translate-x: 15rem;
  }

  .md\:focus-within\:translate-x-64:focus-within {
    --tw-translate-x: 16rem;
  }

  .md\:focus-within\:translate-x-72:focus-within {
    --tw-translate-x: 18rem;
  }

  .md\:focus-within\:translate-x-80:focus-within {
    --tw-translate-x: 20rem;
  }

  .md\:focus-within\:translate-x-96:focus-within {
    --tw-translate-x: 24rem;
  }

  .md\:focus-within\:translate-x-px:focus-within {
    --tw-translate-x: 1px;
  }

  .md\:focus-within\:translate-x-0\.5:focus-within {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus-within\:translate-x-1\.5:focus-within {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus-within\:translate-x-2\.5:focus-within {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus-within\:translate-x-3\.5:focus-within {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus-within\:-translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .md\:focus-within\:-translate-x-1:focus-within {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus-within\:-translate-x-2:focus-within {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus-within\:-translate-x-3:focus-within {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus-within\:-translate-x-4:focus-within {
    --tw-translate-x: -1rem;
  }

  .md\:focus-within\:-translate-x-5:focus-within {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus-within\:-translate-x-6:focus-within {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus-within\:-translate-x-7:focus-within {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus-within\:-translate-x-8:focus-within {
    --tw-translate-x: -2rem;
  }

  .md\:focus-within\:-translate-x-9:focus-within {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus-within\:-translate-x-10:focus-within {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus-within\:-translate-x-11:focus-within {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus-within\:-translate-x-12:focus-within {
    --tw-translate-x: -3rem;
  }

  .md\:focus-within\:-translate-x-14:focus-within {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus-within\:-translate-x-16:focus-within {
    --tw-translate-x: -4rem;
  }

  .md\:focus-within\:-translate-x-20:focus-within {
    --tw-translate-x: -5rem;
  }

  .md\:focus-within\:-translate-x-24:focus-within {
    --tw-translate-x: -6rem;
  }

  .md\:focus-within\:-translate-x-28:focus-within {
    --tw-translate-x: -7rem;
  }

  .md\:focus-within\:-translate-x-32:focus-within {
    --tw-translate-x: -8rem;
  }

  .md\:focus-within\:-translate-x-36:focus-within {
    --tw-translate-x: -9rem;
  }

  .md\:focus-within\:-translate-x-40:focus-within {
    --tw-translate-x: -10rem;
  }

  .md\:focus-within\:-translate-x-44:focus-within {
    --tw-translate-x: -11rem;
  }

  .md\:focus-within\:-translate-x-48:focus-within {
    --tw-translate-x: -12rem;
  }

  .md\:focus-within\:-translate-x-52:focus-within {
    --tw-translate-x: -13rem;
  }

  .md\:focus-within\:-translate-x-56:focus-within {
    --tw-translate-x: -14rem;
  }

  .md\:focus-within\:-translate-x-60:focus-within {
    --tw-translate-x: -15rem;
  }

  .md\:focus-within\:-translate-x-64:focus-within {
    --tw-translate-x: -16rem;
  }

  .md\:focus-within\:-translate-x-72:focus-within {
    --tw-translate-x: -18rem;
  }

  .md\:focus-within\:-translate-x-80:focus-within {
    --tw-translate-x: -20rem;
  }

  .md\:focus-within\:-translate-x-96:focus-within {
    --tw-translate-x: -24rem;
  }

  .md\:focus-within\:-translate-x-px:focus-within {
    --tw-translate-x: -1px;
  }

  .md\:focus-within\:-translate-x-0\.5:focus-within {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus-within\:-translate-x-1\.5:focus-within {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus-within\:-translate-x-2\.5:focus-within {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus-within\:-translate-x-3\.5:focus-within {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus-within\:translate-x-1\/2:focus-within {
    --tw-translate-x: 50%;
  }

  .md\:focus-within\:translate-x-1\/3:focus-within {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus-within\:translate-x-2\/3:focus-within {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus-within\:translate-x-1\/4:focus-within {
    --tw-translate-x: 25%;
  }

  .md\:focus-within\:translate-x-2\/4:focus-within {
    --tw-translate-x: 50%;
  }

  .md\:focus-within\:translate-x-3\/4:focus-within {
    --tw-translate-x: 75%;
  }

  .md\:focus-within\:translate-x-full:focus-within {
    --tw-translate-x: 100%;
  }

  .md\:focus-within\:-translate-x-1\/2:focus-within {
    --tw-translate-x: -50%;
  }

  .md\:focus-within\:-translate-x-1\/3:focus-within {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus-within\:-translate-x-2\/3:focus-within {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus-within\:-translate-x-1\/4:focus-within {
    --tw-translate-x: -25%;
  }

  .md\:focus-within\:-translate-x-2\/4:focus-within {
    --tw-translate-x: -50%;
  }

  .md\:focus-within\:-translate-x-3\/4:focus-within {
    --tw-translate-x: -75%;
  }

  .md\:focus-within\:-translate-x-full:focus-within {
    --tw-translate-x: -100%;
  }

  .md\:focus-within\:translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .md\:focus-within\:translate-y-1:focus-within {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus-within\:translate-y-2:focus-within {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus-within\:translate-y-3:focus-within {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus-within\:translate-y-4:focus-within {
    --tw-translate-y: 1rem;
  }

  .md\:focus-within\:translate-y-5:focus-within {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus-within\:translate-y-6:focus-within {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus-within\:translate-y-7:focus-within {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus-within\:translate-y-8:focus-within {
    --tw-translate-y: 2rem;
  }

  .md\:focus-within\:translate-y-9:focus-within {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus-within\:translate-y-10:focus-within {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus-within\:translate-y-11:focus-within {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus-within\:translate-y-12:focus-within {
    --tw-translate-y: 3rem;
  }

  .md\:focus-within\:translate-y-14:focus-within {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus-within\:translate-y-16:focus-within {
    --tw-translate-y: 4rem;
  }

  .md\:focus-within\:translate-y-20:focus-within {
    --tw-translate-y: 5rem;
  }

  .md\:focus-within\:translate-y-24:focus-within {
    --tw-translate-y: 6rem;
  }

  .md\:focus-within\:translate-y-28:focus-within {
    --tw-translate-y: 7rem;
  }

  .md\:focus-within\:translate-y-32:focus-within {
    --tw-translate-y: 8rem;
  }

  .md\:focus-within\:translate-y-36:focus-within {
    --tw-translate-y: 9rem;
  }

  .md\:focus-within\:translate-y-40:focus-within {
    --tw-translate-y: 10rem;
  }

  .md\:focus-within\:translate-y-44:focus-within {
    --tw-translate-y: 11rem;
  }

  .md\:focus-within\:translate-y-48:focus-within {
    --tw-translate-y: 12rem;
  }

  .md\:focus-within\:translate-y-52:focus-within {
    --tw-translate-y: 13rem;
  }

  .md\:focus-within\:translate-y-56:focus-within {
    --tw-translate-y: 14rem;
  }

  .md\:focus-within\:translate-y-60:focus-within {
    --tw-translate-y: 15rem;
  }

  .md\:focus-within\:translate-y-64:focus-within {
    --tw-translate-y: 16rem;
  }

  .md\:focus-within\:translate-y-72:focus-within {
    --tw-translate-y: 18rem;
  }

  .md\:focus-within\:translate-y-80:focus-within {
    --tw-translate-y: 20rem;
  }

  .md\:focus-within\:translate-y-96:focus-within {
    --tw-translate-y: 24rem;
  }

  .md\:focus-within\:translate-y-px:focus-within {
    --tw-translate-y: 1px;
  }

  .md\:focus-within\:translate-y-0\.5:focus-within {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus-within\:translate-y-1\.5:focus-within {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus-within\:translate-y-2\.5:focus-within {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus-within\:translate-y-3\.5:focus-within {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus-within\:-translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .md\:focus-within\:-translate-y-1:focus-within {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus-within\:-translate-y-2:focus-within {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus-within\:-translate-y-3:focus-within {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus-within\:-translate-y-4:focus-within {
    --tw-translate-y: -1rem;
  }

  .md\:focus-within\:-translate-y-5:focus-within {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus-within\:-translate-y-6:focus-within {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus-within\:-translate-y-7:focus-within {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus-within\:-translate-y-8:focus-within {
    --tw-translate-y: -2rem;
  }

  .md\:focus-within\:-translate-y-9:focus-within {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus-within\:-translate-y-10:focus-within {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus-within\:-translate-y-11:focus-within {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus-within\:-translate-y-12:focus-within {
    --tw-translate-y: -3rem;
  }

  .md\:focus-within\:-translate-y-14:focus-within {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus-within\:-translate-y-16:focus-within {
    --tw-translate-y: -4rem;
  }

  .md\:focus-within\:-translate-y-20:focus-within {
    --tw-translate-y: -5rem;
  }

  .md\:focus-within\:-translate-y-24:focus-within {
    --tw-translate-y: -6rem;
  }

  .md\:focus-within\:-translate-y-28:focus-within {
    --tw-translate-y: -7rem;
  }

  .md\:focus-within\:-translate-y-32:focus-within {
    --tw-translate-y: -8rem;
  }

  .md\:focus-within\:-translate-y-36:focus-within {
    --tw-translate-y: -9rem;
  }

  .md\:focus-within\:-translate-y-40:focus-within {
    --tw-translate-y: -10rem;
  }

  .md\:focus-within\:-translate-y-44:focus-within {
    --tw-translate-y: -11rem;
  }

  .md\:focus-within\:-translate-y-48:focus-within {
    --tw-translate-y: -12rem;
  }

  .md\:focus-within\:-translate-y-52:focus-within {
    --tw-translate-y: -13rem;
  }

  .md\:focus-within\:-translate-y-56:focus-within {
    --tw-translate-y: -14rem;
  }

  .md\:focus-within\:-translate-y-60:focus-within {
    --tw-translate-y: -15rem;
  }

  .md\:focus-within\:-translate-y-64:focus-within {
    --tw-translate-y: -16rem;
  }

  .md\:focus-within\:-translate-y-72:focus-within {
    --tw-translate-y: -18rem;
  }

  .md\:focus-within\:-translate-y-80:focus-within {
    --tw-translate-y: -20rem;
  }

  .md\:focus-within\:-translate-y-96:focus-within {
    --tw-translate-y: -24rem;
  }

  .md\:focus-within\:-translate-y-px:focus-within {
    --tw-translate-y: -1px;
  }

  .md\:focus-within\:-translate-y-0\.5:focus-within {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus-within\:-translate-y-1\.5:focus-within {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus-within\:-translate-y-2\.5:focus-within {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus-within\:-translate-y-3\.5:focus-within {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus-within\:translate-y-1\/2:focus-within {
    --tw-translate-y: 50%;
  }

  .md\:focus-within\:translate-y-1\/3:focus-within {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus-within\:translate-y-2\/3:focus-within {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus-within\:translate-y-1\/4:focus-within {
    --tw-translate-y: 25%;
  }

  .md\:focus-within\:translate-y-2\/4:focus-within {
    --tw-translate-y: 50%;
  }

  .md\:focus-within\:translate-y-3\/4:focus-within {
    --tw-translate-y: 75%;
  }

  .md\:focus-within\:translate-y-full:focus-within {
    --tw-translate-y: 100%;
  }

  .md\:focus-within\:-translate-y-1\/2:focus-within {
    --tw-translate-y: -50%;
  }

  .md\:focus-within\:-translate-y-1\/3:focus-within {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus-within\:-translate-y-2\/3:focus-within {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus-within\:-translate-y-1\/4:focus-within {
    --tw-translate-y: -25%;
  }

  .md\:focus-within\:-translate-y-2\/4:focus-within {
    --tw-translate-y: -50%;
  }

  .md\:focus-within\:-translate-y-3\/4:focus-within {
    --tw-translate-y: -75%;
  }

  .md\:focus-within\:-translate-y-full:focus-within {
    --tw-translate-y: -100%;
  }

  .md\:first\:translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .md\:first\:translate-x-1:first-child {
    --tw-translate-x: 0.25rem;
  }

  .md\:first\:translate-x-2:first-child {
    --tw-translate-x: 0.5rem;
  }

  .md\:first\:translate-x-3:first-child {
    --tw-translate-x: 0.75rem;
  }

  .md\:first\:translate-x-4:first-child {
    --tw-translate-x: 1rem;
  }

  .md\:first\:translate-x-5:first-child {
    --tw-translate-x: 1.25rem;
  }

  .md\:first\:translate-x-6:first-child {
    --tw-translate-x: 1.5rem;
  }

  .md\:first\:translate-x-7:first-child {
    --tw-translate-x: 1.75rem;
  }

  .md\:first\:translate-x-8:first-child {
    --tw-translate-x: 2rem;
  }

  .md\:first\:translate-x-9:first-child {
    --tw-translate-x: 2.25rem;
  }

  .md\:first\:translate-x-10:first-child {
    --tw-translate-x: 2.5rem;
  }

  .md\:first\:translate-x-11:first-child {
    --tw-translate-x: 2.75rem;
  }

  .md\:first\:translate-x-12:first-child {
    --tw-translate-x: 3rem;
  }

  .md\:first\:translate-x-14:first-child {
    --tw-translate-x: 3.5rem;
  }

  .md\:first\:translate-x-16:first-child {
    --tw-translate-x: 4rem;
  }

  .md\:first\:translate-x-20:first-child {
    --tw-translate-x: 5rem;
  }

  .md\:first\:translate-x-24:first-child {
    --tw-translate-x: 6rem;
  }

  .md\:first\:translate-x-28:first-child {
    --tw-translate-x: 7rem;
  }

  .md\:first\:translate-x-32:first-child {
    --tw-translate-x: 8rem;
  }

  .md\:first\:translate-x-36:first-child {
    --tw-translate-x: 9rem;
  }

  .md\:first\:translate-x-40:first-child {
    --tw-translate-x: 10rem;
  }

  .md\:first\:translate-x-44:first-child {
    --tw-translate-x: 11rem;
  }

  .md\:first\:translate-x-48:first-child {
    --tw-translate-x: 12rem;
  }

  .md\:first\:translate-x-52:first-child {
    --tw-translate-x: 13rem;
  }

  .md\:first\:translate-x-56:first-child {
    --tw-translate-x: 14rem;
  }

  .md\:first\:translate-x-60:first-child {
    --tw-translate-x: 15rem;
  }

  .md\:first\:translate-x-64:first-child {
    --tw-translate-x: 16rem;
  }

  .md\:first\:translate-x-72:first-child {
    --tw-translate-x: 18rem;
  }

  .md\:first\:translate-x-80:first-child {
    --tw-translate-x: 20rem;
  }

  .md\:first\:translate-x-96:first-child {
    --tw-translate-x: 24rem;
  }

  .md\:first\:translate-x-px:first-child {
    --tw-translate-x: 1px;
  }

  .md\:first\:translate-x-0\.5:first-child {
    --tw-translate-x: 0.125rem;
  }

  .md\:first\:translate-x-1\.5:first-child {
    --tw-translate-x: 0.375rem;
  }

  .md\:first\:translate-x-2\.5:first-child {
    --tw-translate-x: 0.625rem;
  }

  .md\:first\:translate-x-3\.5:first-child {
    --tw-translate-x: 0.875rem;
  }

  .md\:first\:-translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .md\:first\:-translate-x-1:first-child {
    --tw-translate-x: -0.25rem;
  }

  .md\:first\:-translate-x-2:first-child {
    --tw-translate-x: -0.5rem;
  }

  .md\:first\:-translate-x-3:first-child {
    --tw-translate-x: -0.75rem;
  }

  .md\:first\:-translate-x-4:first-child {
    --tw-translate-x: -1rem;
  }

  .md\:first\:-translate-x-5:first-child {
    --tw-translate-x: -1.25rem;
  }

  .md\:first\:-translate-x-6:first-child {
    --tw-translate-x: -1.5rem;
  }

  .md\:first\:-translate-x-7:first-child {
    --tw-translate-x: -1.75rem;
  }

  .md\:first\:-translate-x-8:first-child {
    --tw-translate-x: -2rem;
  }

  .md\:first\:-translate-x-9:first-child {
    --tw-translate-x: -2.25rem;
  }

  .md\:first\:-translate-x-10:first-child {
    --tw-translate-x: -2.5rem;
  }

  .md\:first\:-translate-x-11:first-child {
    --tw-translate-x: -2.75rem;
  }

  .md\:first\:-translate-x-12:first-child {
    --tw-translate-x: -3rem;
  }

  .md\:first\:-translate-x-14:first-child {
    --tw-translate-x: -3.5rem;
  }

  .md\:first\:-translate-x-16:first-child {
    --tw-translate-x: -4rem;
  }

  .md\:first\:-translate-x-20:first-child {
    --tw-translate-x: -5rem;
  }

  .md\:first\:-translate-x-24:first-child {
    --tw-translate-x: -6rem;
  }

  .md\:first\:-translate-x-28:first-child {
    --tw-translate-x: -7rem;
  }

  .md\:first\:-translate-x-32:first-child {
    --tw-translate-x: -8rem;
  }

  .md\:first\:-translate-x-36:first-child {
    --tw-translate-x: -9rem;
  }

  .md\:first\:-translate-x-40:first-child {
    --tw-translate-x: -10rem;
  }

  .md\:first\:-translate-x-44:first-child {
    --tw-translate-x: -11rem;
  }

  .md\:first\:-translate-x-48:first-child {
    --tw-translate-x: -12rem;
  }

  .md\:first\:-translate-x-52:first-child {
    --tw-translate-x: -13rem;
  }

  .md\:first\:-translate-x-56:first-child {
    --tw-translate-x: -14rem;
  }

  .md\:first\:-translate-x-60:first-child {
    --tw-translate-x: -15rem;
  }

  .md\:first\:-translate-x-64:first-child {
    --tw-translate-x: -16rem;
  }

  .md\:first\:-translate-x-72:first-child {
    --tw-translate-x: -18rem;
  }

  .md\:first\:-translate-x-80:first-child {
    --tw-translate-x: -20rem;
  }

  .md\:first\:-translate-x-96:first-child {
    --tw-translate-x: -24rem;
  }

  .md\:first\:-translate-x-px:first-child {
    --tw-translate-x: -1px;
  }

  .md\:first\:-translate-x-0\.5:first-child {
    --tw-translate-x: -0.125rem;
  }

  .md\:first\:-translate-x-1\.5:first-child {
    --tw-translate-x: -0.375rem;
  }

  .md\:first\:-translate-x-2\.5:first-child {
    --tw-translate-x: -0.625rem;
  }

  .md\:first\:-translate-x-3\.5:first-child {
    --tw-translate-x: -0.875rem;
  }

  .md\:first\:translate-x-1\/2:first-child {
    --tw-translate-x: 50%;
  }

  .md\:first\:translate-x-1\/3:first-child {
    --tw-translate-x: 33.333333%;
  }

  .md\:first\:translate-x-2\/3:first-child {
    --tw-translate-x: 66.666667%;
  }

  .md\:first\:translate-x-1\/4:first-child {
    --tw-translate-x: 25%;
  }

  .md\:first\:translate-x-2\/4:first-child {
    --tw-translate-x: 50%;
  }

  .md\:first\:translate-x-3\/4:first-child {
    --tw-translate-x: 75%;
  }

  .md\:first\:translate-x-full:first-child {
    --tw-translate-x: 100%;
  }

  .md\:first\:-translate-x-1\/2:first-child {
    --tw-translate-x: -50%;
  }

  .md\:first\:-translate-x-1\/3:first-child {
    --tw-translate-x: -33.333333%;
  }

  .md\:first\:-translate-x-2\/3:first-child {
    --tw-translate-x: -66.666667%;
  }

  .md\:first\:-translate-x-1\/4:first-child {
    --tw-translate-x: -25%;
  }

  .md\:first\:-translate-x-2\/4:first-child {
    --tw-translate-x: -50%;
  }

  .md\:first\:-translate-x-3\/4:first-child {
    --tw-translate-x: -75%;
  }

  .md\:first\:-translate-x-full:first-child {
    --tw-translate-x: -100%;
  }

  .md\:first\:translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .md\:first\:translate-y-1:first-child {
    --tw-translate-y: 0.25rem;
  }

  .md\:first\:translate-y-2:first-child {
    --tw-translate-y: 0.5rem;
  }

  .md\:first\:translate-y-3:first-child {
    --tw-translate-y: 0.75rem;
  }

  .md\:first\:translate-y-4:first-child {
    --tw-translate-y: 1rem;
  }

  .md\:first\:translate-y-5:first-child {
    --tw-translate-y: 1.25rem;
  }

  .md\:first\:translate-y-6:first-child {
    --tw-translate-y: 1.5rem;
  }

  .md\:first\:translate-y-7:first-child {
    --tw-translate-y: 1.75rem;
  }

  .md\:first\:translate-y-8:first-child {
    --tw-translate-y: 2rem;
  }

  .md\:first\:translate-y-9:first-child {
    --tw-translate-y: 2.25rem;
  }

  .md\:first\:translate-y-10:first-child {
    --tw-translate-y: 2.5rem;
  }

  .md\:first\:translate-y-11:first-child {
    --tw-translate-y: 2.75rem;
  }

  .md\:first\:translate-y-12:first-child {
    --tw-translate-y: 3rem;
  }

  .md\:first\:translate-y-14:first-child {
    --tw-translate-y: 3.5rem;
  }

  .md\:first\:translate-y-16:first-child {
    --tw-translate-y: 4rem;
  }

  .md\:first\:translate-y-20:first-child {
    --tw-translate-y: 5rem;
  }

  .md\:first\:translate-y-24:first-child {
    --tw-translate-y: 6rem;
  }

  .md\:first\:translate-y-28:first-child {
    --tw-translate-y: 7rem;
  }

  .md\:first\:translate-y-32:first-child {
    --tw-translate-y: 8rem;
  }

  .md\:first\:translate-y-36:first-child {
    --tw-translate-y: 9rem;
  }

  .md\:first\:translate-y-40:first-child {
    --tw-translate-y: 10rem;
  }

  .md\:first\:translate-y-44:first-child {
    --tw-translate-y: 11rem;
  }

  .md\:first\:translate-y-48:first-child {
    --tw-translate-y: 12rem;
  }

  .md\:first\:translate-y-52:first-child {
    --tw-translate-y: 13rem;
  }

  .md\:first\:translate-y-56:first-child {
    --tw-translate-y: 14rem;
  }

  .md\:first\:translate-y-60:first-child {
    --tw-translate-y: 15rem;
  }

  .md\:first\:translate-y-64:first-child {
    --tw-translate-y: 16rem;
  }

  .md\:first\:translate-y-72:first-child {
    --tw-translate-y: 18rem;
  }

  .md\:first\:translate-y-80:first-child {
    --tw-translate-y: 20rem;
  }

  .md\:first\:translate-y-96:first-child {
    --tw-translate-y: 24rem;
  }

  .md\:first\:translate-y-px:first-child {
    --tw-translate-y: 1px;
  }

  .md\:first\:translate-y-0\.5:first-child {
    --tw-translate-y: 0.125rem;
  }

  .md\:first\:translate-y-1\.5:first-child {
    --tw-translate-y: 0.375rem;
  }

  .md\:first\:translate-y-2\.5:first-child {
    --tw-translate-y: 0.625rem;
  }

  .md\:first\:translate-y-3\.5:first-child {
    --tw-translate-y: 0.875rem;
  }

  .md\:first\:-translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .md\:first\:-translate-y-1:first-child {
    --tw-translate-y: -0.25rem;
  }

  .md\:first\:-translate-y-2:first-child {
    --tw-translate-y: -0.5rem;
  }

  .md\:first\:-translate-y-3:first-child {
    --tw-translate-y: -0.75rem;
  }

  .md\:first\:-translate-y-4:first-child {
    --tw-translate-y: -1rem;
  }

  .md\:first\:-translate-y-5:first-child {
    --tw-translate-y: -1.25rem;
  }

  .md\:first\:-translate-y-6:first-child {
    --tw-translate-y: -1.5rem;
  }

  .md\:first\:-translate-y-7:first-child {
    --tw-translate-y: -1.75rem;
  }

  .md\:first\:-translate-y-8:first-child {
    --tw-translate-y: -2rem;
  }

  .md\:first\:-translate-y-9:first-child {
    --tw-translate-y: -2.25rem;
  }

  .md\:first\:-translate-y-10:first-child {
    --tw-translate-y: -2.5rem;
  }

  .md\:first\:-translate-y-11:first-child {
    --tw-translate-y: -2.75rem;
  }

  .md\:first\:-translate-y-12:first-child {
    --tw-translate-y: -3rem;
  }

  .md\:first\:-translate-y-14:first-child {
    --tw-translate-y: -3.5rem;
  }

  .md\:first\:-translate-y-16:first-child {
    --tw-translate-y: -4rem;
  }

  .md\:first\:-translate-y-20:first-child {
    --tw-translate-y: -5rem;
  }

  .md\:first\:-translate-y-24:first-child {
    --tw-translate-y: -6rem;
  }

  .md\:first\:-translate-y-28:first-child {
    --tw-translate-y: -7rem;
  }

  .md\:first\:-translate-y-32:first-child {
    --tw-translate-y: -8rem;
  }

  .md\:first\:-translate-y-36:first-child {
    --tw-translate-y: -9rem;
  }

  .md\:first\:-translate-y-40:first-child {
    --tw-translate-y: -10rem;
  }

  .md\:first\:-translate-y-44:first-child {
    --tw-translate-y: -11rem;
  }

  .md\:first\:-translate-y-48:first-child {
    --tw-translate-y: -12rem;
  }

  .md\:first\:-translate-y-52:first-child {
    --tw-translate-y: -13rem;
  }

  .md\:first\:-translate-y-56:first-child {
    --tw-translate-y: -14rem;
  }

  .md\:first\:-translate-y-60:first-child {
    --tw-translate-y: -15rem;
  }

  .md\:first\:-translate-y-64:first-child {
    --tw-translate-y: -16rem;
  }

  .md\:first\:-translate-y-72:first-child {
    --tw-translate-y: -18rem;
  }

  .md\:first\:-translate-y-80:first-child {
    --tw-translate-y: -20rem;
  }

  .md\:first\:-translate-y-96:first-child {
    --tw-translate-y: -24rem;
  }

  .md\:first\:-translate-y-px:first-child {
    --tw-translate-y: -1px;
  }

  .md\:first\:-translate-y-0\.5:first-child {
    --tw-translate-y: -0.125rem;
  }

  .md\:first\:-translate-y-1\.5:first-child {
    --tw-translate-y: -0.375rem;
  }

  .md\:first\:-translate-y-2\.5:first-child {
    --tw-translate-y: -0.625rem;
  }

  .md\:first\:-translate-y-3\.5:first-child {
    --tw-translate-y: -0.875rem;
  }

  .md\:first\:translate-y-1\/2:first-child {
    --tw-translate-y: 50%;
  }

  .md\:first\:translate-y-1\/3:first-child {
    --tw-translate-y: 33.333333%;
  }

  .md\:first\:translate-y-2\/3:first-child {
    --tw-translate-y: 66.666667%;
  }

  .md\:first\:translate-y-1\/4:first-child {
    --tw-translate-y: 25%;
  }

  .md\:first\:translate-y-2\/4:first-child {
    --tw-translate-y: 50%;
  }

  .md\:first\:translate-y-3\/4:first-child {
    --tw-translate-y: 75%;
  }

  .md\:first\:translate-y-full:first-child {
    --tw-translate-y: 100%;
  }

  .md\:first\:-translate-y-1\/2:first-child {
    --tw-translate-y: -50%;
  }

  .md\:first\:-translate-y-1\/3:first-child {
    --tw-translate-y: -33.333333%;
  }

  .md\:first\:-translate-y-2\/3:first-child {
    --tw-translate-y: -66.666667%;
  }

  .md\:first\:-translate-y-1\/4:first-child {
    --tw-translate-y: -25%;
  }

  .md\:first\:-translate-y-2\/4:first-child {
    --tw-translate-y: -50%;
  }

  .md\:first\:-translate-y-3\/4:first-child {
    --tw-translate-y: -75%;
  }

  .md\:first\:-translate-y-full:first-child {
    --tw-translate-y: -100%;
  }

  .md\:last\:translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .md\:last\:translate-x-1:last-child {
    --tw-translate-x: 0.25rem;
  }

  .md\:last\:translate-x-2:last-child {
    --tw-translate-x: 0.5rem;
  }

  .md\:last\:translate-x-3:last-child {
    --tw-translate-x: 0.75rem;
  }

  .md\:last\:translate-x-4:last-child {
    --tw-translate-x: 1rem;
  }

  .md\:last\:translate-x-5:last-child {
    --tw-translate-x: 1.25rem;
  }

  .md\:last\:translate-x-6:last-child {
    --tw-translate-x: 1.5rem;
  }

  .md\:last\:translate-x-7:last-child {
    --tw-translate-x: 1.75rem;
  }

  .md\:last\:translate-x-8:last-child {
    --tw-translate-x: 2rem;
  }

  .md\:last\:translate-x-9:last-child {
    --tw-translate-x: 2.25rem;
  }

  .md\:last\:translate-x-10:last-child {
    --tw-translate-x: 2.5rem;
  }

  .md\:last\:translate-x-11:last-child {
    --tw-translate-x: 2.75rem;
  }

  .md\:last\:translate-x-12:last-child {
    --tw-translate-x: 3rem;
  }

  .md\:last\:translate-x-14:last-child {
    --tw-translate-x: 3.5rem;
  }

  .md\:last\:translate-x-16:last-child {
    --tw-translate-x: 4rem;
  }

  .md\:last\:translate-x-20:last-child {
    --tw-translate-x: 5rem;
  }

  .md\:last\:translate-x-24:last-child {
    --tw-translate-x: 6rem;
  }

  .md\:last\:translate-x-28:last-child {
    --tw-translate-x: 7rem;
  }

  .md\:last\:translate-x-32:last-child {
    --tw-translate-x: 8rem;
  }

  .md\:last\:translate-x-36:last-child {
    --tw-translate-x: 9rem;
  }

  .md\:last\:translate-x-40:last-child {
    --tw-translate-x: 10rem;
  }

  .md\:last\:translate-x-44:last-child {
    --tw-translate-x: 11rem;
  }

  .md\:last\:translate-x-48:last-child {
    --tw-translate-x: 12rem;
  }

  .md\:last\:translate-x-52:last-child {
    --tw-translate-x: 13rem;
  }

  .md\:last\:translate-x-56:last-child {
    --tw-translate-x: 14rem;
  }

  .md\:last\:translate-x-60:last-child {
    --tw-translate-x: 15rem;
  }

  .md\:last\:translate-x-64:last-child {
    --tw-translate-x: 16rem;
  }

  .md\:last\:translate-x-72:last-child {
    --tw-translate-x: 18rem;
  }

  .md\:last\:translate-x-80:last-child {
    --tw-translate-x: 20rem;
  }

  .md\:last\:translate-x-96:last-child {
    --tw-translate-x: 24rem;
  }

  .md\:last\:translate-x-px:last-child {
    --tw-translate-x: 1px;
  }

  .md\:last\:translate-x-0\.5:last-child {
    --tw-translate-x: 0.125rem;
  }

  .md\:last\:translate-x-1\.5:last-child {
    --tw-translate-x: 0.375rem;
  }

  .md\:last\:translate-x-2\.5:last-child {
    --tw-translate-x: 0.625rem;
  }

  .md\:last\:translate-x-3\.5:last-child {
    --tw-translate-x: 0.875rem;
  }

  .md\:last\:-translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .md\:last\:-translate-x-1:last-child {
    --tw-translate-x: -0.25rem;
  }

  .md\:last\:-translate-x-2:last-child {
    --tw-translate-x: -0.5rem;
  }

  .md\:last\:-translate-x-3:last-child {
    --tw-translate-x: -0.75rem;
  }

  .md\:last\:-translate-x-4:last-child {
    --tw-translate-x: -1rem;
  }

  .md\:last\:-translate-x-5:last-child {
    --tw-translate-x: -1.25rem;
  }

  .md\:last\:-translate-x-6:last-child {
    --tw-translate-x: -1.5rem;
  }

  .md\:last\:-translate-x-7:last-child {
    --tw-translate-x: -1.75rem;
  }

  .md\:last\:-translate-x-8:last-child {
    --tw-translate-x: -2rem;
  }

  .md\:last\:-translate-x-9:last-child {
    --tw-translate-x: -2.25rem;
  }

  .md\:last\:-translate-x-10:last-child {
    --tw-translate-x: -2.5rem;
  }

  .md\:last\:-translate-x-11:last-child {
    --tw-translate-x: -2.75rem;
  }

  .md\:last\:-translate-x-12:last-child {
    --tw-translate-x: -3rem;
  }

  .md\:last\:-translate-x-14:last-child {
    --tw-translate-x: -3.5rem;
  }

  .md\:last\:-translate-x-16:last-child {
    --tw-translate-x: -4rem;
  }

  .md\:last\:-translate-x-20:last-child {
    --tw-translate-x: -5rem;
  }

  .md\:last\:-translate-x-24:last-child {
    --tw-translate-x: -6rem;
  }

  .md\:last\:-translate-x-28:last-child {
    --tw-translate-x: -7rem;
  }

  .md\:last\:-translate-x-32:last-child {
    --tw-translate-x: -8rem;
  }

  .md\:last\:-translate-x-36:last-child {
    --tw-translate-x: -9rem;
  }

  .md\:last\:-translate-x-40:last-child {
    --tw-translate-x: -10rem;
  }

  .md\:last\:-translate-x-44:last-child {
    --tw-translate-x: -11rem;
  }

  .md\:last\:-translate-x-48:last-child {
    --tw-translate-x: -12rem;
  }

  .md\:last\:-translate-x-52:last-child {
    --tw-translate-x: -13rem;
  }

  .md\:last\:-translate-x-56:last-child {
    --tw-translate-x: -14rem;
  }

  .md\:last\:-translate-x-60:last-child {
    --tw-translate-x: -15rem;
  }

  .md\:last\:-translate-x-64:last-child {
    --tw-translate-x: -16rem;
  }

  .md\:last\:-translate-x-72:last-child {
    --tw-translate-x: -18rem;
  }

  .md\:last\:-translate-x-80:last-child {
    --tw-translate-x: -20rem;
  }

  .md\:last\:-translate-x-96:last-child {
    --tw-translate-x: -24rem;
  }

  .md\:last\:-translate-x-px:last-child {
    --tw-translate-x: -1px;
  }

  .md\:last\:-translate-x-0\.5:last-child {
    --tw-translate-x: -0.125rem;
  }

  .md\:last\:-translate-x-1\.5:last-child {
    --tw-translate-x: -0.375rem;
  }

  .md\:last\:-translate-x-2\.5:last-child {
    --tw-translate-x: -0.625rem;
  }

  .md\:last\:-translate-x-3\.5:last-child {
    --tw-translate-x: -0.875rem;
  }

  .md\:last\:translate-x-1\/2:last-child {
    --tw-translate-x: 50%;
  }

  .md\:last\:translate-x-1\/3:last-child {
    --tw-translate-x: 33.333333%;
  }

  .md\:last\:translate-x-2\/3:last-child {
    --tw-translate-x: 66.666667%;
  }

  .md\:last\:translate-x-1\/4:last-child {
    --tw-translate-x: 25%;
  }

  .md\:last\:translate-x-2\/4:last-child {
    --tw-translate-x: 50%;
  }

  .md\:last\:translate-x-3\/4:last-child {
    --tw-translate-x: 75%;
  }

  .md\:last\:translate-x-full:last-child {
    --tw-translate-x: 100%;
  }

  .md\:last\:-translate-x-1\/2:last-child {
    --tw-translate-x: -50%;
  }

  .md\:last\:-translate-x-1\/3:last-child {
    --tw-translate-x: -33.333333%;
  }

  .md\:last\:-translate-x-2\/3:last-child {
    --tw-translate-x: -66.666667%;
  }

  .md\:last\:-translate-x-1\/4:last-child {
    --tw-translate-x: -25%;
  }

  .md\:last\:-translate-x-2\/4:last-child {
    --tw-translate-x: -50%;
  }

  .md\:last\:-translate-x-3\/4:last-child {
    --tw-translate-x: -75%;
  }

  .md\:last\:-translate-x-full:last-child {
    --tw-translate-x: -100%;
  }

  .md\:last\:translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .md\:last\:translate-y-1:last-child {
    --tw-translate-y: 0.25rem;
  }

  .md\:last\:translate-y-2:last-child {
    --tw-translate-y: 0.5rem;
  }

  .md\:last\:translate-y-3:last-child {
    --tw-translate-y: 0.75rem;
  }

  .md\:last\:translate-y-4:last-child {
    --tw-translate-y: 1rem;
  }

  .md\:last\:translate-y-5:last-child {
    --tw-translate-y: 1.25rem;
  }

  .md\:last\:translate-y-6:last-child {
    --tw-translate-y: 1.5rem;
  }

  .md\:last\:translate-y-7:last-child {
    --tw-translate-y: 1.75rem;
  }

  .md\:last\:translate-y-8:last-child {
    --tw-translate-y: 2rem;
  }

  .md\:last\:translate-y-9:last-child {
    --tw-translate-y: 2.25rem;
  }

  .md\:last\:translate-y-10:last-child {
    --tw-translate-y: 2.5rem;
  }

  .md\:last\:translate-y-11:last-child {
    --tw-translate-y: 2.75rem;
  }

  .md\:last\:translate-y-12:last-child {
    --tw-translate-y: 3rem;
  }

  .md\:last\:translate-y-14:last-child {
    --tw-translate-y: 3.5rem;
  }

  .md\:last\:translate-y-16:last-child {
    --tw-translate-y: 4rem;
  }

  .md\:last\:translate-y-20:last-child {
    --tw-translate-y: 5rem;
  }

  .md\:last\:translate-y-24:last-child {
    --tw-translate-y: 6rem;
  }

  .md\:last\:translate-y-28:last-child {
    --tw-translate-y: 7rem;
  }

  .md\:last\:translate-y-32:last-child {
    --tw-translate-y: 8rem;
  }

  .md\:last\:translate-y-36:last-child {
    --tw-translate-y: 9rem;
  }

  .md\:last\:translate-y-40:last-child {
    --tw-translate-y: 10rem;
  }

  .md\:last\:translate-y-44:last-child {
    --tw-translate-y: 11rem;
  }

  .md\:last\:translate-y-48:last-child {
    --tw-translate-y: 12rem;
  }

  .md\:last\:translate-y-52:last-child {
    --tw-translate-y: 13rem;
  }

  .md\:last\:translate-y-56:last-child {
    --tw-translate-y: 14rem;
  }

  .md\:last\:translate-y-60:last-child {
    --tw-translate-y: 15rem;
  }

  .md\:last\:translate-y-64:last-child {
    --tw-translate-y: 16rem;
  }

  .md\:last\:translate-y-72:last-child {
    --tw-translate-y: 18rem;
  }

  .md\:last\:translate-y-80:last-child {
    --tw-translate-y: 20rem;
  }

  .md\:last\:translate-y-96:last-child {
    --tw-translate-y: 24rem;
  }

  .md\:last\:translate-y-px:last-child {
    --tw-translate-y: 1px;
  }

  .md\:last\:translate-y-0\.5:last-child {
    --tw-translate-y: 0.125rem;
  }

  .md\:last\:translate-y-1\.5:last-child {
    --tw-translate-y: 0.375rem;
  }

  .md\:last\:translate-y-2\.5:last-child {
    --tw-translate-y: 0.625rem;
  }

  .md\:last\:translate-y-3\.5:last-child {
    --tw-translate-y: 0.875rem;
  }

  .md\:last\:-translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .md\:last\:-translate-y-1:last-child {
    --tw-translate-y: -0.25rem;
  }

  .md\:last\:-translate-y-2:last-child {
    --tw-translate-y: -0.5rem;
  }

  .md\:last\:-translate-y-3:last-child {
    --tw-translate-y: -0.75rem;
  }

  .md\:last\:-translate-y-4:last-child {
    --tw-translate-y: -1rem;
  }

  .md\:last\:-translate-y-5:last-child {
    --tw-translate-y: -1.25rem;
  }

  .md\:last\:-translate-y-6:last-child {
    --tw-translate-y: -1.5rem;
  }

  .md\:last\:-translate-y-7:last-child {
    --tw-translate-y: -1.75rem;
  }

  .md\:last\:-translate-y-8:last-child {
    --tw-translate-y: -2rem;
  }

  .md\:last\:-translate-y-9:last-child {
    --tw-translate-y: -2.25rem;
  }

  .md\:last\:-translate-y-10:last-child {
    --tw-translate-y: -2.5rem;
  }

  .md\:last\:-translate-y-11:last-child {
    --tw-translate-y: -2.75rem;
  }

  .md\:last\:-translate-y-12:last-child {
    --tw-translate-y: -3rem;
  }

  .md\:last\:-translate-y-14:last-child {
    --tw-translate-y: -3.5rem;
  }

  .md\:last\:-translate-y-16:last-child {
    --tw-translate-y: -4rem;
  }

  .md\:last\:-translate-y-20:last-child {
    --tw-translate-y: -5rem;
  }

  .md\:last\:-translate-y-24:last-child {
    --tw-translate-y: -6rem;
  }

  .md\:last\:-translate-y-28:last-child {
    --tw-translate-y: -7rem;
  }

  .md\:last\:-translate-y-32:last-child {
    --tw-translate-y: -8rem;
  }

  .md\:last\:-translate-y-36:last-child {
    --tw-translate-y: -9rem;
  }

  .md\:last\:-translate-y-40:last-child {
    --tw-translate-y: -10rem;
  }

  .md\:last\:-translate-y-44:last-child {
    --tw-translate-y: -11rem;
  }

  .md\:last\:-translate-y-48:last-child {
    --tw-translate-y: -12rem;
  }

  .md\:last\:-translate-y-52:last-child {
    --tw-translate-y: -13rem;
  }

  .md\:last\:-translate-y-56:last-child {
    --tw-translate-y: -14rem;
  }

  .md\:last\:-translate-y-60:last-child {
    --tw-translate-y: -15rem;
  }

  .md\:last\:-translate-y-64:last-child {
    --tw-translate-y: -16rem;
  }

  .md\:last\:-translate-y-72:last-child {
    --tw-translate-y: -18rem;
  }

  .md\:last\:-translate-y-80:last-child {
    --tw-translate-y: -20rem;
  }

  .md\:last\:-translate-y-96:last-child {
    --tw-translate-y: -24rem;
  }

  .md\:last\:-translate-y-px:last-child {
    --tw-translate-y: -1px;
  }

  .md\:last\:-translate-y-0\.5:last-child {
    --tw-translate-y: -0.125rem;
  }

  .md\:last\:-translate-y-1\.5:last-child {
    --tw-translate-y: -0.375rem;
  }

  .md\:last\:-translate-y-2\.5:last-child {
    --tw-translate-y: -0.625rem;
  }

  .md\:last\:-translate-y-3\.5:last-child {
    --tw-translate-y: -0.875rem;
  }

  .md\:last\:translate-y-1\/2:last-child {
    --tw-translate-y: 50%;
  }

  .md\:last\:translate-y-1\/3:last-child {
    --tw-translate-y: 33.333333%;
  }

  .md\:last\:translate-y-2\/3:last-child {
    --tw-translate-y: 66.666667%;
  }

  .md\:last\:translate-y-1\/4:last-child {
    --tw-translate-y: 25%;
  }

  .md\:last\:translate-y-2\/4:last-child {
    --tw-translate-y: 50%;
  }

  .md\:last\:translate-y-3\/4:last-child {
    --tw-translate-y: 75%;
  }

  .md\:last\:translate-y-full:last-child {
    --tw-translate-y: 100%;
  }

  .md\:last\:-translate-y-1\/2:last-child {
    --tw-translate-y: -50%;
  }

  .md\:last\:-translate-y-1\/3:last-child {
    --tw-translate-y: -33.333333%;
  }

  .md\:last\:-translate-y-2\/3:last-child {
    --tw-translate-y: -66.666667%;
  }

  .md\:last\:-translate-y-1\/4:last-child {
    --tw-translate-y: -25%;
  }

  .md\:last\:-translate-y-2\/4:last-child {
    --tw-translate-y: -50%;
  }

  .md\:last\:-translate-y-3\/4:last-child {
    --tw-translate-y: -75%;
  }

  .md\:last\:-translate-y-full:last-child {
    --tw-translate-y: -100%;
  }

  .md\:odd\:translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .md\:odd\:translate-x-1:nth-child(odd) {
    --tw-translate-x: 0.25rem;
  }

  .md\:odd\:translate-x-2:nth-child(odd) {
    --tw-translate-x: 0.5rem;
  }

  .md\:odd\:translate-x-3:nth-child(odd) {
    --tw-translate-x: 0.75rem;
  }

  .md\:odd\:translate-x-4:nth-child(odd) {
    --tw-translate-x: 1rem;
  }

  .md\:odd\:translate-x-5:nth-child(odd) {
    --tw-translate-x: 1.25rem;
  }

  .md\:odd\:translate-x-6:nth-child(odd) {
    --tw-translate-x: 1.5rem;
  }

  .md\:odd\:translate-x-7:nth-child(odd) {
    --tw-translate-x: 1.75rem;
  }

  .md\:odd\:translate-x-8:nth-child(odd) {
    --tw-translate-x: 2rem;
  }

  .md\:odd\:translate-x-9:nth-child(odd) {
    --tw-translate-x: 2.25rem;
  }

  .md\:odd\:translate-x-10:nth-child(odd) {
    --tw-translate-x: 2.5rem;
  }

  .md\:odd\:translate-x-11:nth-child(odd) {
    --tw-translate-x: 2.75rem;
  }

  .md\:odd\:translate-x-12:nth-child(odd) {
    --tw-translate-x: 3rem;
  }

  .md\:odd\:translate-x-14:nth-child(odd) {
    --tw-translate-x: 3.5rem;
  }

  .md\:odd\:translate-x-16:nth-child(odd) {
    --tw-translate-x: 4rem;
  }

  .md\:odd\:translate-x-20:nth-child(odd) {
    --tw-translate-x: 5rem;
  }

  .md\:odd\:translate-x-24:nth-child(odd) {
    --tw-translate-x: 6rem;
  }

  .md\:odd\:translate-x-28:nth-child(odd) {
    --tw-translate-x: 7rem;
  }

  .md\:odd\:translate-x-32:nth-child(odd) {
    --tw-translate-x: 8rem;
  }

  .md\:odd\:translate-x-36:nth-child(odd) {
    --tw-translate-x: 9rem;
  }

  .md\:odd\:translate-x-40:nth-child(odd) {
    --tw-translate-x: 10rem;
  }

  .md\:odd\:translate-x-44:nth-child(odd) {
    --tw-translate-x: 11rem;
  }

  .md\:odd\:translate-x-48:nth-child(odd) {
    --tw-translate-x: 12rem;
  }

  .md\:odd\:translate-x-52:nth-child(odd) {
    --tw-translate-x: 13rem;
  }

  .md\:odd\:translate-x-56:nth-child(odd) {
    --tw-translate-x: 14rem;
  }

  .md\:odd\:translate-x-60:nth-child(odd) {
    --tw-translate-x: 15rem;
  }

  .md\:odd\:translate-x-64:nth-child(odd) {
    --tw-translate-x: 16rem;
  }

  .md\:odd\:translate-x-72:nth-child(odd) {
    --tw-translate-x: 18rem;
  }

  .md\:odd\:translate-x-80:nth-child(odd) {
    --tw-translate-x: 20rem;
  }

  .md\:odd\:translate-x-96:nth-child(odd) {
    --tw-translate-x: 24rem;
  }

  .md\:odd\:translate-x-px:nth-child(odd) {
    --tw-translate-x: 1px;
  }

  .md\:odd\:translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: 0.125rem;
  }

  .md\:odd\:translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: 0.375rem;
  }

  .md\:odd\:translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: 0.625rem;
  }

  .md\:odd\:translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: 0.875rem;
  }

  .md\:odd\:-translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .md\:odd\:-translate-x-1:nth-child(odd) {
    --tw-translate-x: -0.25rem;
  }

  .md\:odd\:-translate-x-2:nth-child(odd) {
    --tw-translate-x: -0.5rem;
  }

  .md\:odd\:-translate-x-3:nth-child(odd) {
    --tw-translate-x: -0.75rem;
  }

  .md\:odd\:-translate-x-4:nth-child(odd) {
    --tw-translate-x: -1rem;
  }

  .md\:odd\:-translate-x-5:nth-child(odd) {
    --tw-translate-x: -1.25rem;
  }

  .md\:odd\:-translate-x-6:nth-child(odd) {
    --tw-translate-x: -1.5rem;
  }

  .md\:odd\:-translate-x-7:nth-child(odd) {
    --tw-translate-x: -1.75rem;
  }

  .md\:odd\:-translate-x-8:nth-child(odd) {
    --tw-translate-x: -2rem;
  }

  .md\:odd\:-translate-x-9:nth-child(odd) {
    --tw-translate-x: -2.25rem;
  }

  .md\:odd\:-translate-x-10:nth-child(odd) {
    --tw-translate-x: -2.5rem;
  }

  .md\:odd\:-translate-x-11:nth-child(odd) {
    --tw-translate-x: -2.75rem;
  }

  .md\:odd\:-translate-x-12:nth-child(odd) {
    --tw-translate-x: -3rem;
  }

  .md\:odd\:-translate-x-14:nth-child(odd) {
    --tw-translate-x: -3.5rem;
  }

  .md\:odd\:-translate-x-16:nth-child(odd) {
    --tw-translate-x: -4rem;
  }

  .md\:odd\:-translate-x-20:nth-child(odd) {
    --tw-translate-x: -5rem;
  }

  .md\:odd\:-translate-x-24:nth-child(odd) {
    --tw-translate-x: -6rem;
  }

  .md\:odd\:-translate-x-28:nth-child(odd) {
    --tw-translate-x: -7rem;
  }

  .md\:odd\:-translate-x-32:nth-child(odd) {
    --tw-translate-x: -8rem;
  }

  .md\:odd\:-translate-x-36:nth-child(odd) {
    --tw-translate-x: -9rem;
  }

  .md\:odd\:-translate-x-40:nth-child(odd) {
    --tw-translate-x: -10rem;
  }

  .md\:odd\:-translate-x-44:nth-child(odd) {
    --tw-translate-x: -11rem;
  }

  .md\:odd\:-translate-x-48:nth-child(odd) {
    --tw-translate-x: -12rem;
  }

  .md\:odd\:-translate-x-52:nth-child(odd) {
    --tw-translate-x: -13rem;
  }

  .md\:odd\:-translate-x-56:nth-child(odd) {
    --tw-translate-x: -14rem;
  }

  .md\:odd\:-translate-x-60:nth-child(odd) {
    --tw-translate-x: -15rem;
  }

  .md\:odd\:-translate-x-64:nth-child(odd) {
    --tw-translate-x: -16rem;
  }

  .md\:odd\:-translate-x-72:nth-child(odd) {
    --tw-translate-x: -18rem;
  }

  .md\:odd\:-translate-x-80:nth-child(odd) {
    --tw-translate-x: -20rem;
  }

  .md\:odd\:-translate-x-96:nth-child(odd) {
    --tw-translate-x: -24rem;
  }

  .md\:odd\:-translate-x-px:nth-child(odd) {
    --tw-translate-x: -1px;
  }

  .md\:odd\:-translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: -0.125rem;
  }

  .md\:odd\:-translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: -0.375rem;
  }

  .md\:odd\:-translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: -0.625rem;
  }

  .md\:odd\:-translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: -0.875rem;
  }

  .md\:odd\:translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .md\:odd\:translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: 33.333333%;
  }

  .md\:odd\:translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: 66.666667%;
  }

  .md\:odd\:translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: 25%;
  }

  .md\:odd\:translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .md\:odd\:translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: 75%;
  }

  .md\:odd\:translate-x-full:nth-child(odd) {
    --tw-translate-x: 100%;
  }

  .md\:odd\:-translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .md\:odd\:-translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: -33.333333%;
  }

  .md\:odd\:-translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: -66.666667%;
  }

  .md\:odd\:-translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: -25%;
  }

  .md\:odd\:-translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .md\:odd\:-translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: -75%;
  }

  .md\:odd\:-translate-x-full:nth-child(odd) {
    --tw-translate-x: -100%;
  }

  .md\:odd\:translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .md\:odd\:translate-y-1:nth-child(odd) {
    --tw-translate-y: 0.25rem;
  }

  .md\:odd\:translate-y-2:nth-child(odd) {
    --tw-translate-y: 0.5rem;
  }

  .md\:odd\:translate-y-3:nth-child(odd) {
    --tw-translate-y: 0.75rem;
  }

  .md\:odd\:translate-y-4:nth-child(odd) {
    --tw-translate-y: 1rem;
  }

  .md\:odd\:translate-y-5:nth-child(odd) {
    --tw-translate-y: 1.25rem;
  }

  .md\:odd\:translate-y-6:nth-child(odd) {
    --tw-translate-y: 1.5rem;
  }

  .md\:odd\:translate-y-7:nth-child(odd) {
    --tw-translate-y: 1.75rem;
  }

  .md\:odd\:translate-y-8:nth-child(odd) {
    --tw-translate-y: 2rem;
  }

  .md\:odd\:translate-y-9:nth-child(odd) {
    --tw-translate-y: 2.25rem;
  }

  .md\:odd\:translate-y-10:nth-child(odd) {
    --tw-translate-y: 2.5rem;
  }

  .md\:odd\:translate-y-11:nth-child(odd) {
    --tw-translate-y: 2.75rem;
  }

  .md\:odd\:translate-y-12:nth-child(odd) {
    --tw-translate-y: 3rem;
  }

  .md\:odd\:translate-y-14:nth-child(odd) {
    --tw-translate-y: 3.5rem;
  }

  .md\:odd\:translate-y-16:nth-child(odd) {
    --tw-translate-y: 4rem;
  }

  .md\:odd\:translate-y-20:nth-child(odd) {
    --tw-translate-y: 5rem;
  }

  .md\:odd\:translate-y-24:nth-child(odd) {
    --tw-translate-y: 6rem;
  }

  .md\:odd\:translate-y-28:nth-child(odd) {
    --tw-translate-y: 7rem;
  }

  .md\:odd\:translate-y-32:nth-child(odd) {
    --tw-translate-y: 8rem;
  }

  .md\:odd\:translate-y-36:nth-child(odd) {
    --tw-translate-y: 9rem;
  }

  .md\:odd\:translate-y-40:nth-child(odd) {
    --tw-translate-y: 10rem;
  }

  .md\:odd\:translate-y-44:nth-child(odd) {
    --tw-translate-y: 11rem;
  }

  .md\:odd\:translate-y-48:nth-child(odd) {
    --tw-translate-y: 12rem;
  }

  .md\:odd\:translate-y-52:nth-child(odd) {
    --tw-translate-y: 13rem;
  }

  .md\:odd\:translate-y-56:nth-child(odd) {
    --tw-translate-y: 14rem;
  }

  .md\:odd\:translate-y-60:nth-child(odd) {
    --tw-translate-y: 15rem;
  }

  .md\:odd\:translate-y-64:nth-child(odd) {
    --tw-translate-y: 16rem;
  }

  .md\:odd\:translate-y-72:nth-child(odd) {
    --tw-translate-y: 18rem;
  }

  .md\:odd\:translate-y-80:nth-child(odd) {
    --tw-translate-y: 20rem;
  }

  .md\:odd\:translate-y-96:nth-child(odd) {
    --tw-translate-y: 24rem;
  }

  .md\:odd\:translate-y-px:nth-child(odd) {
    --tw-translate-y: 1px;
  }

  .md\:odd\:translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: 0.125rem;
  }

  .md\:odd\:translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: 0.375rem;
  }

  .md\:odd\:translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: 0.625rem;
  }

  .md\:odd\:translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: 0.875rem;
  }

  .md\:odd\:-translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .md\:odd\:-translate-y-1:nth-child(odd) {
    --tw-translate-y: -0.25rem;
  }

  .md\:odd\:-translate-y-2:nth-child(odd) {
    --tw-translate-y: -0.5rem;
  }

  .md\:odd\:-translate-y-3:nth-child(odd) {
    --tw-translate-y: -0.75rem;
  }

  .md\:odd\:-translate-y-4:nth-child(odd) {
    --tw-translate-y: -1rem;
  }

  .md\:odd\:-translate-y-5:nth-child(odd) {
    --tw-translate-y: -1.25rem;
  }

  .md\:odd\:-translate-y-6:nth-child(odd) {
    --tw-translate-y: -1.5rem;
  }

  .md\:odd\:-translate-y-7:nth-child(odd) {
    --tw-translate-y: -1.75rem;
  }

  .md\:odd\:-translate-y-8:nth-child(odd) {
    --tw-translate-y: -2rem;
  }

  .md\:odd\:-translate-y-9:nth-child(odd) {
    --tw-translate-y: -2.25rem;
  }

  .md\:odd\:-translate-y-10:nth-child(odd) {
    --tw-translate-y: -2.5rem;
  }

  .md\:odd\:-translate-y-11:nth-child(odd) {
    --tw-translate-y: -2.75rem;
  }

  .md\:odd\:-translate-y-12:nth-child(odd) {
    --tw-translate-y: -3rem;
  }

  .md\:odd\:-translate-y-14:nth-child(odd) {
    --tw-translate-y: -3.5rem;
  }

  .md\:odd\:-translate-y-16:nth-child(odd) {
    --tw-translate-y: -4rem;
  }

  .md\:odd\:-translate-y-20:nth-child(odd) {
    --tw-translate-y: -5rem;
  }

  .md\:odd\:-translate-y-24:nth-child(odd) {
    --tw-translate-y: -6rem;
  }

  .md\:odd\:-translate-y-28:nth-child(odd) {
    --tw-translate-y: -7rem;
  }

  .md\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }

  .md\:odd\:-translate-y-36:nth-child(odd) {
    --tw-translate-y: -9rem;
  }

  .md\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }

  .md\:odd\:-translate-y-44:nth-child(odd) {
    --tw-translate-y: -11rem;
  }

  .md\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }

  .md\:odd\:-translate-y-52:nth-child(odd) {
    --tw-translate-y: -13rem;
  }

  .md\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }

  .md\:odd\:-translate-y-60:nth-child(odd) {
    --tw-translate-y: -15rem;
  }

  .md\:odd\:-translate-y-64:nth-child(odd) {
    --tw-translate-y: -16rem;
  }

  .md\:odd\:-translate-y-72:nth-child(odd) {
    --tw-translate-y: -18rem;
  }

  .md\:odd\:-translate-y-80:nth-child(odd) {
    --tw-translate-y: -20rem;
  }

  .md\:odd\:-translate-y-96:nth-child(odd) {
    --tw-translate-y: -24rem;
  }

  .md\:odd\:-translate-y-px:nth-child(odd) {
    --tw-translate-y: -1px;
  }

  .md\:odd\:-translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: -0.125rem;
  }

  .md\:odd\:-translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: -0.375rem;
  }

  .md\:odd\:-translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: -0.625rem;
  }

  .md\:odd\:-translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: -0.875rem;
  }

  .md\:odd\:translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .md\:odd\:translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: 33.333333%;
  }

  .md\:odd\:translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: 66.666667%;
  }

  .md\:odd\:translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: 25%;
  }

  .md\:odd\:translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .md\:odd\:translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: 75%;
  }

  .md\:odd\:translate-y-full:nth-child(odd) {
    --tw-translate-y: 100%;
  }

  .md\:odd\:-translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .md\:odd\:-translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: -33.333333%;
  }

  .md\:odd\:-translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: -66.666667%;
  }

  .md\:odd\:-translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: -25%;
  }

  .md\:odd\:-translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .md\:odd\:-translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: -75%;
  }

  .md\:odd\:-translate-y-full:nth-child(odd) {
    --tw-translate-y: -100%;
  }

  .md\:even\:translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .md\:even\:translate-x-1:nth-child(even) {
    --tw-translate-x: 0.25rem;
  }

  .md\:even\:translate-x-2:nth-child(even) {
    --tw-translate-x: 0.5rem;
  }

  .md\:even\:translate-x-3:nth-child(even) {
    --tw-translate-x: 0.75rem;
  }

  .md\:even\:translate-x-4:nth-child(even) {
    --tw-translate-x: 1rem;
  }

  .md\:even\:translate-x-5:nth-child(even) {
    --tw-translate-x: 1.25rem;
  }

  .md\:even\:translate-x-6:nth-child(even) {
    --tw-translate-x: 1.5rem;
  }

  .md\:even\:translate-x-7:nth-child(even) {
    --tw-translate-x: 1.75rem;
  }

  .md\:even\:translate-x-8:nth-child(even) {
    --tw-translate-x: 2rem;
  }

  .md\:even\:translate-x-9:nth-child(even) {
    --tw-translate-x: 2.25rem;
  }

  .md\:even\:translate-x-10:nth-child(even) {
    --tw-translate-x: 2.5rem;
  }

  .md\:even\:translate-x-11:nth-child(even) {
    --tw-translate-x: 2.75rem;
  }

  .md\:even\:translate-x-12:nth-child(even) {
    --tw-translate-x: 3rem;
  }

  .md\:even\:translate-x-14:nth-child(even) {
    --tw-translate-x: 3.5rem;
  }

  .md\:even\:translate-x-16:nth-child(even) {
    --tw-translate-x: 4rem;
  }

  .md\:even\:translate-x-20:nth-child(even) {
    --tw-translate-x: 5rem;
  }

  .md\:even\:translate-x-24:nth-child(even) {
    --tw-translate-x: 6rem;
  }

  .md\:even\:translate-x-28:nth-child(even) {
    --tw-translate-x: 7rem;
  }

  .md\:even\:translate-x-32:nth-child(even) {
    --tw-translate-x: 8rem;
  }

  .md\:even\:translate-x-36:nth-child(even) {
    --tw-translate-x: 9rem;
  }

  .md\:even\:translate-x-40:nth-child(even) {
    --tw-translate-x: 10rem;
  }

  .md\:even\:translate-x-44:nth-child(even) {
    --tw-translate-x: 11rem;
  }

  .md\:even\:translate-x-48:nth-child(even) {
    --tw-translate-x: 12rem;
  }

  .md\:even\:translate-x-52:nth-child(even) {
    --tw-translate-x: 13rem;
  }

  .md\:even\:translate-x-56:nth-child(even) {
    --tw-translate-x: 14rem;
  }

  .md\:even\:translate-x-60:nth-child(even) {
    --tw-translate-x: 15rem;
  }

  .md\:even\:translate-x-64:nth-child(even) {
    --tw-translate-x: 16rem;
  }

  .md\:even\:translate-x-72:nth-child(even) {
    --tw-translate-x: 18rem;
  }

  .md\:even\:translate-x-80:nth-child(even) {
    --tw-translate-x: 20rem;
  }

  .md\:even\:translate-x-96:nth-child(even) {
    --tw-translate-x: 24rem;
  }

  .md\:even\:translate-x-px:nth-child(even) {
    --tw-translate-x: 1px;
  }

  .md\:even\:translate-x-0\.5:nth-child(even) {
    --tw-translate-x: 0.125rem;
  }

  .md\:even\:translate-x-1\.5:nth-child(even) {
    --tw-translate-x: 0.375rem;
  }

  .md\:even\:translate-x-2\.5:nth-child(even) {
    --tw-translate-x: 0.625rem;
  }

  .md\:even\:translate-x-3\.5:nth-child(even) {
    --tw-translate-x: 0.875rem;
  }

  .md\:even\:-translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .md\:even\:-translate-x-1:nth-child(even) {
    --tw-translate-x: -0.25rem;
  }

  .md\:even\:-translate-x-2:nth-child(even) {
    --tw-translate-x: -0.5rem;
  }

  .md\:even\:-translate-x-3:nth-child(even) {
    --tw-translate-x: -0.75rem;
  }

  .md\:even\:-translate-x-4:nth-child(even) {
    --tw-translate-x: -1rem;
  }

  .md\:even\:-translate-x-5:nth-child(even) {
    --tw-translate-x: -1.25rem;
  }

  .md\:even\:-translate-x-6:nth-child(even) {
    --tw-translate-x: -1.5rem;
  }

  .md\:even\:-translate-x-7:nth-child(even) {
    --tw-translate-x: -1.75rem;
  }

  .md\:even\:-translate-x-8:nth-child(even) {
    --tw-translate-x: -2rem;
  }

  .md\:even\:-translate-x-9:nth-child(even) {
    --tw-translate-x: -2.25rem;
  }

  .md\:even\:-translate-x-10:nth-child(even) {
    --tw-translate-x: -2.5rem;
  }

  .md\:even\:-translate-x-11:nth-child(even) {
    --tw-translate-x: -2.75rem;
  }

  .md\:even\:-translate-x-12:nth-child(even) {
    --tw-translate-x: -3rem;
  }

  .md\:even\:-translate-x-14:nth-child(even) {
    --tw-translate-x: -3.5rem;
  }

  .md\:even\:-translate-x-16:nth-child(even) {
    --tw-translate-x: -4rem;
  }

  .md\:even\:-translate-x-20:nth-child(even) {
    --tw-translate-x: -5rem;
  }

  .md\:even\:-translate-x-24:nth-child(even) {
    --tw-translate-x: -6rem;
  }

  .md\:even\:-translate-x-28:nth-child(even) {
    --tw-translate-x: -7rem;
  }

  .md\:even\:-translate-x-32:nth-child(even) {
    --tw-translate-x: -8rem;
  }

  .md\:even\:-translate-x-36:nth-child(even) {
    --tw-translate-x: -9rem;
  }

  .md\:even\:-translate-x-40:nth-child(even) {
    --tw-translate-x: -10rem;
  }

  .md\:even\:-translate-x-44:nth-child(even) {
    --tw-translate-x: -11rem;
  }

  .md\:even\:-translate-x-48:nth-child(even) {
    --tw-translate-x: -12rem;
  }

  .md\:even\:-translate-x-52:nth-child(even) {
    --tw-translate-x: -13rem;
  }

  .md\:even\:-translate-x-56:nth-child(even) {
    --tw-translate-x: -14rem;
  }

  .md\:even\:-translate-x-60:nth-child(even) {
    --tw-translate-x: -15rem;
  }

  .md\:even\:-translate-x-64:nth-child(even) {
    --tw-translate-x: -16rem;
  }

  .md\:even\:-translate-x-72:nth-child(even) {
    --tw-translate-x: -18rem;
  }

  .md\:even\:-translate-x-80:nth-child(even) {
    --tw-translate-x: -20rem;
  }

  .md\:even\:-translate-x-96:nth-child(even) {
    --tw-translate-x: -24rem;
  }

  .md\:even\:-translate-x-px:nth-child(even) {
    --tw-translate-x: -1px;
  }

  .md\:even\:-translate-x-0\.5:nth-child(even) {
    --tw-translate-x: -0.125rem;
  }

  .md\:even\:-translate-x-1\.5:nth-child(even) {
    --tw-translate-x: -0.375rem;
  }

  .md\:even\:-translate-x-2\.5:nth-child(even) {
    --tw-translate-x: -0.625rem;
  }

  .md\:even\:-translate-x-3\.5:nth-child(even) {
    --tw-translate-x: -0.875rem;
  }

  .md\:even\:translate-x-1\/2:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .md\:even\:translate-x-1\/3:nth-child(even) {
    --tw-translate-x: 33.333333%;
  }

  .md\:even\:translate-x-2\/3:nth-child(even) {
    --tw-translate-x: 66.666667%;
  }

  .md\:even\:translate-x-1\/4:nth-child(even) {
    --tw-translate-x: 25%;
  }

  .md\:even\:translate-x-2\/4:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .md\:even\:translate-x-3\/4:nth-child(even) {
    --tw-translate-x: 75%;
  }

  .md\:even\:translate-x-full:nth-child(even) {
    --tw-translate-x: 100%;
  }

  .md\:even\:-translate-x-1\/2:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .md\:even\:-translate-x-1\/3:nth-child(even) {
    --tw-translate-x: -33.333333%;
  }

  .md\:even\:-translate-x-2\/3:nth-child(even) {
    --tw-translate-x: -66.666667%;
  }

  .md\:even\:-translate-x-1\/4:nth-child(even) {
    --tw-translate-x: -25%;
  }

  .md\:even\:-translate-x-2\/4:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .md\:even\:-translate-x-3\/4:nth-child(even) {
    --tw-translate-x: -75%;
  }

  .md\:even\:-translate-x-full:nth-child(even) {
    --tw-translate-x: -100%;
  }

  .md\:even\:translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .md\:even\:translate-y-1:nth-child(even) {
    --tw-translate-y: 0.25rem;
  }

  .md\:even\:translate-y-2:nth-child(even) {
    --tw-translate-y: 0.5rem;
  }

  .md\:even\:translate-y-3:nth-child(even) {
    --tw-translate-y: 0.75rem;
  }

  .md\:even\:translate-y-4:nth-child(even) {
    --tw-translate-y: 1rem;
  }

  .md\:even\:translate-y-5:nth-child(even) {
    --tw-translate-y: 1.25rem;
  }

  .md\:even\:translate-y-6:nth-child(even) {
    --tw-translate-y: 1.5rem;
  }

  .md\:even\:translate-y-7:nth-child(even) {
    --tw-translate-y: 1.75rem;
  }

  .md\:even\:translate-y-8:nth-child(even) {
    --tw-translate-y: 2rem;
  }

  .md\:even\:translate-y-9:nth-child(even) {
    --tw-translate-y: 2.25rem;
  }

  .md\:even\:translate-y-10:nth-child(even) {
    --tw-translate-y: 2.5rem;
  }

  .md\:even\:translate-y-11:nth-child(even) {
    --tw-translate-y: 2.75rem;
  }

  .md\:even\:translate-y-12:nth-child(even) {
    --tw-translate-y: 3rem;
  }

  .md\:even\:translate-y-14:nth-child(even) {
    --tw-translate-y: 3.5rem;
  }

  .md\:even\:translate-y-16:nth-child(even) {
    --tw-translate-y: 4rem;
  }

  .md\:even\:translate-y-20:nth-child(even) {
    --tw-translate-y: 5rem;
  }

  .md\:even\:translate-y-24:nth-child(even) {
    --tw-translate-y: 6rem;
  }

  .md\:even\:translate-y-28:nth-child(even) {
    --tw-translate-y: 7rem;
  }

  .md\:even\:translate-y-32:nth-child(even) {
    --tw-translate-y: 8rem;
  }

  .md\:even\:translate-y-36:nth-child(even) {
    --tw-translate-y: 9rem;
  }

  .md\:even\:translate-y-40:nth-child(even) {
    --tw-translate-y: 10rem;
  }

  .md\:even\:translate-y-44:nth-child(even) {
    --tw-translate-y: 11rem;
  }

  .md\:even\:translate-y-48:nth-child(even) {
    --tw-translate-y: 12rem;
  }

  .md\:even\:translate-y-52:nth-child(even) {
    --tw-translate-y: 13rem;
  }

  .md\:even\:translate-y-56:nth-child(even) {
    --tw-translate-y: 14rem;
  }

  .md\:even\:translate-y-60:nth-child(even) {
    --tw-translate-y: 15rem;
  }

  .md\:even\:translate-y-64:nth-child(even) {
    --tw-translate-y: 16rem;
  }

  .md\:even\:translate-y-72:nth-child(even) {
    --tw-translate-y: 18rem;
  }

  .md\:even\:translate-y-80:nth-child(even) {
    --tw-translate-y: 20rem;
  }

  .md\:even\:translate-y-96:nth-child(even) {
    --tw-translate-y: 24rem;
  }

  .md\:even\:translate-y-px:nth-child(even) {
    --tw-translate-y: 1px;
  }

  .md\:even\:translate-y-0\.5:nth-child(even) {
    --tw-translate-y: 0.125rem;
  }

  .md\:even\:translate-y-1\.5:nth-child(even) {
    --tw-translate-y: 0.375rem;
  }

  .md\:even\:translate-y-2\.5:nth-child(even) {
    --tw-translate-y: 0.625rem;
  }

  .md\:even\:translate-y-3\.5:nth-child(even) {
    --tw-translate-y: 0.875rem;
  }

  .md\:even\:-translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .md\:even\:-translate-y-1:nth-child(even) {
    --tw-translate-y: -0.25rem;
  }

  .md\:even\:-translate-y-2:nth-child(even) {
    --tw-translate-y: -0.5rem;
  }

  .md\:even\:-translate-y-3:nth-child(even) {
    --tw-translate-y: -0.75rem;
  }

  .md\:even\:-translate-y-4:nth-child(even) {
    --tw-translate-y: -1rem;
  }

  .md\:even\:-translate-y-5:nth-child(even) {
    --tw-translate-y: -1.25rem;
  }

  .md\:even\:-translate-y-6:nth-child(even) {
    --tw-translate-y: -1.5rem;
  }

  .md\:even\:-translate-y-7:nth-child(even) {
    --tw-translate-y: -1.75rem;
  }

  .md\:even\:-translate-y-8:nth-child(even) {
    --tw-translate-y: -2rem;
  }

  .md\:even\:-translate-y-9:nth-child(even) {
    --tw-translate-y: -2.25rem;
  }

  .md\:even\:-translate-y-10:nth-child(even) {
    --tw-translate-y: -2.5rem;
  }

  .md\:even\:-translate-y-11:nth-child(even) {
    --tw-translate-y: -2.75rem;
  }

  .md\:even\:-translate-y-12:nth-child(even) {
    --tw-translate-y: -3rem;
  }

  .md\:even\:-translate-y-14:nth-child(even) {
    --tw-translate-y: -3.5rem;
  }

  .md\:even\:-translate-y-16:nth-child(even) {
    --tw-translate-y: -4rem;
  }

  .md\:even\:-translate-y-20:nth-child(even) {
    --tw-translate-y: -5rem;
  }

  .md\:even\:-translate-y-24:nth-child(even) {
    --tw-translate-y: -6rem;
  }

  .md\:even\:-translate-y-28:nth-child(even) {
    --tw-translate-y: -7rem;
  }

  .md\:even\:-translate-y-32:nth-child(even) {
    --tw-translate-y: -8rem;
  }

  .md\:even\:-translate-y-36:nth-child(even) {
    --tw-translate-y: -9rem;
  }

  .md\:even\:-translate-y-40:nth-child(even) {
    --tw-translate-y: -10rem;
  }

  .md\:even\:-translate-y-44:nth-child(even) {
    --tw-translate-y: -11rem;
  }

  .md\:even\:-translate-y-48:nth-child(even) {
    --tw-translate-y: -12rem;
  }

  .md\:even\:-translate-y-52:nth-child(even) {
    --tw-translate-y: -13rem;
  }

  .md\:even\:-translate-y-56:nth-child(even) {
    --tw-translate-y: -14rem;
  }

  .md\:even\:-translate-y-60:nth-child(even) {
    --tw-translate-y: -15rem;
  }

  .md\:even\:-translate-y-64:nth-child(even) {
    --tw-translate-y: -16rem;
  }

  .md\:even\:-translate-y-72:nth-child(even) {
    --tw-translate-y: -18rem;
  }

  .md\:even\:-translate-y-80:nth-child(even) {
    --tw-translate-y: -20rem;
  }

  .md\:even\:-translate-y-96:nth-child(even) {
    --tw-translate-y: -24rem;
  }

  .md\:even\:-translate-y-px:nth-child(even) {
    --tw-translate-y: -1px;
  }

  .md\:even\:-translate-y-0\.5:nth-child(even) {
    --tw-translate-y: -0.125rem;
  }

  .md\:even\:-translate-y-1\.5:nth-child(even) {
    --tw-translate-y: -0.375rem;
  }

  .md\:even\:-translate-y-2\.5:nth-child(even) {
    --tw-translate-y: -0.625rem;
  }

  .md\:even\:-translate-y-3\.5:nth-child(even) {
    --tw-translate-y: -0.875rem;
  }

  .md\:even\:translate-y-1\/2:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .md\:even\:translate-y-1\/3:nth-child(even) {
    --tw-translate-y: 33.333333%;
  }

  .md\:even\:translate-y-2\/3:nth-child(even) {
    --tw-translate-y: 66.666667%;
  }

  .md\:even\:translate-y-1\/4:nth-child(even) {
    --tw-translate-y: 25%;
  }

  .md\:even\:translate-y-2\/4:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .md\:even\:translate-y-3\/4:nth-child(even) {
    --tw-translate-y: 75%;
  }

  .md\:even\:translate-y-full:nth-child(even) {
    --tw-translate-y: 100%;
  }

  .md\:even\:-translate-y-1\/2:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .md\:even\:-translate-y-1\/3:nth-child(even) {
    --tw-translate-y: -33.333333%;
  }

  .md\:even\:-translate-y-2\/3:nth-child(even) {
    --tw-translate-y: -66.666667%;
  }

  .md\:even\:-translate-y-1\/4:nth-child(even) {
    --tw-translate-y: -25%;
  }

  .md\:even\:-translate-y-2\/4:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .md\:even\:-translate-y-3\/4:nth-child(even) {
    --tw-translate-y: -75%;
  }

  .md\:even\:-translate-y-full:nth-child(even) {
    --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\:active\:translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .md\:active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
  }

  .md\:active\:translate-x-2:active {
    --tw-translate-x: 0.5rem;
  }

  .md\:active\:translate-x-3:active {
    --tw-translate-x: 0.75rem;
  }

  .md\:active\:translate-x-4:active {
    --tw-translate-x: 1rem;
  }

  .md\:active\:translate-x-5:active {
    --tw-translate-x: 1.25rem;
  }

  .md\:active\:translate-x-6:active {
    --tw-translate-x: 1.5rem;
  }

  .md\:active\:translate-x-7:active {
    --tw-translate-x: 1.75rem;
  }

  .md\:active\:translate-x-8:active {
    --tw-translate-x: 2rem;
  }

  .md\:active\:translate-x-9:active {
    --tw-translate-x: 2.25rem;
  }

  .md\:active\:translate-x-10:active {
    --tw-translate-x: 2.5rem;
  }

  .md\:active\:translate-x-11:active {
    --tw-translate-x: 2.75rem;
  }

  .md\:active\:translate-x-12:active {
    --tw-translate-x: 3rem;
  }

  .md\:active\:translate-x-14:active {
    --tw-translate-x: 3.5rem;
  }

  .md\:active\:translate-x-16:active {
    --tw-translate-x: 4rem;
  }

  .md\:active\:translate-x-20:active {
    --tw-translate-x: 5rem;
  }

  .md\:active\:translate-x-24:active {
    --tw-translate-x: 6rem;
  }

  .md\:active\:translate-x-28:active {
    --tw-translate-x: 7rem;
  }

  .md\:active\:translate-x-32:active {
    --tw-translate-x: 8rem;
  }

  .md\:active\:translate-x-36:active {
    --tw-translate-x: 9rem;
  }

  .md\:active\:translate-x-40:active {
    --tw-translate-x: 10rem;
  }

  .md\:active\:translate-x-44:active {
    --tw-translate-x: 11rem;
  }

  .md\:active\:translate-x-48:active {
    --tw-translate-x: 12rem;
  }

  .md\:active\:translate-x-52:active {
    --tw-translate-x: 13rem;
  }

  .md\:active\:translate-x-56:active {
    --tw-translate-x: 14rem;
  }

  .md\:active\:translate-x-60:active {
    --tw-translate-x: 15rem;
  }

  .md\:active\:translate-x-64:active {
    --tw-translate-x: 16rem;
  }

  .md\:active\:translate-x-72:active {
    --tw-translate-x: 18rem;
  }

  .md\:active\:translate-x-80:active {
    --tw-translate-x: 20rem;
  }

  .md\:active\:translate-x-96:active {
    --tw-translate-x: 24rem;
  }

  .md\:active\:translate-x-px:active {
    --tw-translate-x: 1px;
  }

  .md\:active\:translate-x-0\.5:active {
    --tw-translate-x: 0.125rem;
  }

  .md\:active\:translate-x-1\.5:active {
    --tw-translate-x: 0.375rem;
  }

  .md\:active\:translate-x-2\.5:active {
    --tw-translate-x: 0.625rem;
  }

  .md\:active\:translate-x-3\.5:active {
    --tw-translate-x: 0.875rem;
  }

  .md\:active\:-translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .md\:active\:-translate-x-1:active {
    --tw-translate-x: -0.25rem;
  }

  .md\:active\:-translate-x-2:active {
    --tw-translate-x: -0.5rem;
  }

  .md\:active\:-translate-x-3:active {
    --tw-translate-x: -0.75rem;
  }

  .md\:active\:-translate-x-4:active {
    --tw-translate-x: -1rem;
  }

  .md\:active\:-translate-x-5:active {
    --tw-translate-x: -1.25rem;
  }

  .md\:active\:-translate-x-6:active {
    --tw-translate-x: -1.5rem;
  }

  .md\:active\:-translate-x-7:active {
    --tw-translate-x: -1.75rem;
  }

  .md\:active\:-translate-x-8:active {
    --tw-translate-x: -2rem;
  }

  .md\:active\:-translate-x-9:active {
    --tw-translate-x: -2.25rem;
  }

  .md\:active\:-translate-x-10:active {
    --tw-translate-x: -2.5rem;
  }

  .md\:active\:-translate-x-11:active {
    --tw-translate-x: -2.75rem;
  }

  .md\:active\:-translate-x-12:active {
    --tw-translate-x: -3rem;
  }

  .md\:active\:-translate-x-14:active {
    --tw-translate-x: -3.5rem;
  }

  .md\:active\:-translate-x-16:active {
    --tw-translate-x: -4rem;
  }

  .md\:active\:-translate-x-20:active {
    --tw-translate-x: -5rem;
  }

  .md\:active\:-translate-x-24:active {
    --tw-translate-x: -6rem;
  }

  .md\:active\:-translate-x-28:active {
    --tw-translate-x: -7rem;
  }

  .md\:active\:-translate-x-32:active {
    --tw-translate-x: -8rem;
  }

  .md\:active\:-translate-x-36:active {
    --tw-translate-x: -9rem;
  }

  .md\:active\:-translate-x-40:active {
    --tw-translate-x: -10rem;
  }

  .md\:active\:-translate-x-44:active {
    --tw-translate-x: -11rem;
  }

  .md\:active\:-translate-x-48:active {
    --tw-translate-x: -12rem;
  }

  .md\:active\:-translate-x-52:active {
    --tw-translate-x: -13rem;
  }

  .md\:active\:-translate-x-56:active {
    --tw-translate-x: -14rem;
  }

  .md\:active\:-translate-x-60:active {
    --tw-translate-x: -15rem;
  }

  .md\:active\:-translate-x-64:active {
    --tw-translate-x: -16rem;
  }

  .md\:active\:-translate-x-72:active {
    --tw-translate-x: -18rem;
  }

  .md\:active\:-translate-x-80:active {
    --tw-translate-x: -20rem;
  }

  .md\:active\:-translate-x-96:active {
    --tw-translate-x: -24rem;
  }

  .md\:active\:-translate-x-px:active {
    --tw-translate-x: -1px;
  }

  .md\:active\:-translate-x-0\.5:active {
    --tw-translate-x: -0.125rem;
  }

  .md\:active\:-translate-x-1\.5:active {
    --tw-translate-x: -0.375rem;
  }

  .md\:active\:-translate-x-2\.5:active {
    --tw-translate-x: -0.625rem;
  }

  .md\:active\:-translate-x-3\.5:active {
    --tw-translate-x: -0.875rem;
  }

  .md\:active\:translate-x-1\/2:active {
    --tw-translate-x: 50%;
  }

  .md\:active\:translate-x-1\/3:active {
    --tw-translate-x: 33.333333%;
  }

  .md\:active\:translate-x-2\/3:active {
    --tw-translate-x: 66.666667%;
  }

  .md\:active\:translate-x-1\/4:active {
    --tw-translate-x: 25%;
  }

  .md\:active\:translate-x-2\/4:active {
    --tw-translate-x: 50%;
  }

  .md\:active\:translate-x-3\/4:active {
    --tw-translate-x: 75%;
  }

  .md\:active\:translate-x-full:active {
    --tw-translate-x: 100%;
  }

  .md\:active\:-translate-x-1\/2:active {
    --tw-translate-x: -50%;
  }

  .md\:active\:-translate-x-1\/3:active {
    --tw-translate-x: -33.333333%;
  }

  .md\:active\:-translate-x-2\/3:active {
    --tw-translate-x: -66.666667%;
  }

  .md\:active\:-translate-x-1\/4:active {
    --tw-translate-x: -25%;
  }

  .md\:active\:-translate-x-2\/4:active {
    --tw-translate-x: -50%;
  }

  .md\:active\:-translate-x-3\/4:active {
    --tw-translate-x: -75%;
  }

  .md\:active\:-translate-x-full:active {
    --tw-translate-x: -100%;
  }

  .md\:active\:translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .md\:active\:translate-y-1:active {
    --tw-translate-y: 0.25rem;
  }

  .md\:active\:translate-y-2:active {
    --tw-translate-y: 0.5rem;
  }

  .md\:active\:translate-y-3:active {
    --tw-translate-y: 0.75rem;
  }

  .md\:active\:translate-y-4:active {
    --tw-translate-y: 1rem;
  }

  .md\:active\:translate-y-5:active {
    --tw-translate-y: 1.25rem;
  }

  .md\:active\:translate-y-6:active {
    --tw-translate-y: 1.5rem;
  }

  .md\:active\:translate-y-7:active {
    --tw-translate-y: 1.75rem;
  }

  .md\:active\:translate-y-8:active {
    --tw-translate-y: 2rem;
  }

  .md\:active\:translate-y-9:active {
    --tw-translate-y: 2.25rem;
  }

  .md\:active\:translate-y-10:active {
    --tw-translate-y: 2.5rem;
  }

  .md\:active\:translate-y-11:active {
    --tw-translate-y: 2.75rem;
  }

  .md\:active\:translate-y-12:active {
    --tw-translate-y: 3rem;
  }

  .md\:active\:translate-y-14:active {
    --tw-translate-y: 3.5rem;
  }

  .md\:active\:translate-y-16:active {
    --tw-translate-y: 4rem;
  }

  .md\:active\:translate-y-20:active {
    --tw-translate-y: 5rem;
  }

  .md\:active\:translate-y-24:active {
    --tw-translate-y: 6rem;
  }

  .md\:active\:translate-y-28:active {
    --tw-translate-y: 7rem;
  }

  .md\:active\:translate-y-32:active {
    --tw-translate-y: 8rem;
  }

  .md\:active\:translate-y-36:active {
    --tw-translate-y: 9rem;
  }

  .md\:active\:translate-y-40:active {
    --tw-translate-y: 10rem;
  }

  .md\:active\:translate-y-44:active {
    --tw-translate-y: 11rem;
  }

  .md\:active\:translate-y-48:active {
    --tw-translate-y: 12rem;
  }

  .md\:active\:translate-y-52:active {
    --tw-translate-y: 13rem;
  }

  .md\:active\:translate-y-56:active {
    --tw-translate-y: 14rem;
  }

  .md\:active\:translate-y-60:active {
    --tw-translate-y: 15rem;
  }

  .md\:active\:translate-y-64:active {
    --tw-translate-y: 16rem;
  }

  .md\:active\:translate-y-72:active {
    --tw-translate-y: 18rem;
  }

  .md\:active\:translate-y-80:active {
    --tw-translate-y: 20rem;
  }

  .md\:active\:translate-y-96:active {
    --tw-translate-y: 24rem;
  }

  .md\:active\:translate-y-px:active {
    --tw-translate-y: 1px;
  }

  .md\:active\:translate-y-0\.5:active {
    --tw-translate-y: 0.125rem;
  }

  .md\:active\:translate-y-1\.5:active {
    --tw-translate-y: 0.375rem;
  }

  .md\:active\:translate-y-2\.5:active {
    --tw-translate-y: 0.625rem;
  }

  .md\:active\:translate-y-3\.5:active {
    --tw-translate-y: 0.875rem;
  }

  .md\:active\:-translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .md\:active\:-translate-y-1:active {
    --tw-translate-y: -0.25rem;
  }

  .md\:active\:-translate-y-2:active {
    --tw-translate-y: -0.5rem;
  }

  .md\:active\:-translate-y-3:active {
    --tw-translate-y: -0.75rem;
  }

  .md\:active\:-translate-y-4:active {
    --tw-translate-y: -1rem;
  }

  .md\:active\:-translate-y-5:active {
    --tw-translate-y: -1.25rem;
  }

  .md\:active\:-translate-y-6:active {
    --tw-translate-y: -1.5rem;
  }

  .md\:active\:-translate-y-7:active {
    --tw-translate-y: -1.75rem;
  }

  .md\:active\:-translate-y-8:active {
    --tw-translate-y: -2rem;
  }

  .md\:active\:-translate-y-9:active {
    --tw-translate-y: -2.25rem;
  }

  .md\:active\:-translate-y-10:active {
    --tw-translate-y: -2.5rem;
  }

  .md\:active\:-translate-y-11:active {
    --tw-translate-y: -2.75rem;
  }

  .md\:active\:-translate-y-12:active {
    --tw-translate-y: -3rem;
  }

  .md\:active\:-translate-y-14:active {
    --tw-translate-y: -3.5rem;
  }

  .md\:active\:-translate-y-16:active {
    --tw-translate-y: -4rem;
  }

  .md\:active\:-translate-y-20:active {
    --tw-translate-y: -5rem;
  }

  .md\:active\:-translate-y-24:active {
    --tw-translate-y: -6rem;
  }

  .md\:active\:-translate-y-28:active {
    --tw-translate-y: -7rem;
  }

  .md\:active\:-translate-y-32:active {
    --tw-translate-y: -8rem;
  }

  .md\:active\:-translate-y-36:active {
    --tw-translate-y: -9rem;
  }

  .md\:active\:-translate-y-40:active {
    --tw-translate-y: -10rem;
  }

  .md\:active\:-translate-y-44:active {
    --tw-translate-y: -11rem;
  }

  .md\:active\:-translate-y-48:active {
    --tw-translate-y: -12rem;
  }

  .md\:active\:-translate-y-52:active {
    --tw-translate-y: -13rem;
  }

  .md\:active\:-translate-y-56:active {
    --tw-translate-y: -14rem;
  }

  .md\:active\:-translate-y-60:active {
    --tw-translate-y: -15rem;
  }

  .md\:active\:-translate-y-64:active {
    --tw-translate-y: -16rem;
  }

  .md\:active\:-translate-y-72:active {
    --tw-translate-y: -18rem;
  }

  .md\:active\:-translate-y-80:active {
    --tw-translate-y: -20rem;
  }

  .md\:active\:-translate-y-96:active {
    --tw-translate-y: -24rem;
  }

  .md\:active\:-translate-y-px:active {
    --tw-translate-y: -1px;
  }

  .md\:active\:-translate-y-0\.5:active {
    --tw-translate-y: -0.125rem;
  }

  .md\:active\:-translate-y-1\.5:active {
    --tw-translate-y: -0.375rem;
  }

  .md\:active\:-translate-y-2\.5:active {
    --tw-translate-y: -0.625rem;
  }

  .md\:active\:-translate-y-3\.5:active {
    --tw-translate-y: -0.875rem;
  }

  .md\:active\:translate-y-1\/2:active {
    --tw-translate-y: 50%;
  }

  .md\:active\:translate-y-1\/3:active {
    --tw-translate-y: 33.333333%;
  }

  .md\:active\:translate-y-2\/3:active {
    --tw-translate-y: 66.666667%;
  }

  .md\:active\:translate-y-1\/4:active {
    --tw-translate-y: 25%;
  }

  .md\:active\:translate-y-2\/4:active {
    --tw-translate-y: 50%;
  }

  .md\:active\:translate-y-3\/4:active {
    --tw-translate-y: 75%;
  }

  .md\:active\:translate-y-full:active {
    --tw-translate-y: 100%;
  }

  .md\:active\:-translate-y-1\/2:active {
    --tw-translate-y: -50%;
  }

  .md\:active\:-translate-y-1\/3:active {
    --tw-translate-y: -33.333333%;
  }

  .md\:active\:-translate-y-2\/3:active {
    --tw-translate-y: -66.666667%;
  }

  .md\:active\:-translate-y-1\/4:active {
    --tw-translate-y: -25%;
  }

  .md\:active\:-translate-y-2\/4:active {
    --tw-translate-y: -50%;
  }

  .md\:active\:-translate-y-3\/4:active {
    --tw-translate-y: -75%;
  }

  .md\:active\:-translate-y-full:active {
    --tw-translate-y: -100%;
  }

  .md\:visited\:translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .md\:visited\:translate-x-1:visited {
    --tw-translate-x: 0.25rem;
  }

  .md\:visited\:translate-x-2:visited {
    --tw-translate-x: 0.5rem;
  }

  .md\:visited\:translate-x-3:visited {
    --tw-translate-x: 0.75rem;
  }

  .md\:visited\:translate-x-4:visited {
    --tw-translate-x: 1rem;
  }

  .md\:visited\:translate-x-5:visited {
    --tw-translate-x: 1.25rem;
  }

  .md\:visited\:translate-x-6:visited {
    --tw-translate-x: 1.5rem;
  }

  .md\:visited\:translate-x-7:visited {
    --tw-translate-x: 1.75rem;
  }

  .md\:visited\:translate-x-8:visited {
    --tw-translate-x: 2rem;
  }

  .md\:visited\:translate-x-9:visited {
    --tw-translate-x: 2.25rem;
  }

  .md\:visited\:translate-x-10:visited {
    --tw-translate-x: 2.5rem;
  }

  .md\:visited\:translate-x-11:visited {
    --tw-translate-x: 2.75rem;
  }

  .md\:visited\:translate-x-12:visited {
    --tw-translate-x: 3rem;
  }

  .md\:visited\:translate-x-14:visited {
    --tw-translate-x: 3.5rem;
  }

  .md\:visited\:translate-x-16:visited {
    --tw-translate-x: 4rem;
  }

  .md\:visited\:translate-x-20:visited {
    --tw-translate-x: 5rem;
  }

  .md\:visited\:translate-x-24:visited {
    --tw-translate-x: 6rem;
  }

  .md\:visited\:translate-x-28:visited {
    --tw-translate-x: 7rem;
  }

  .md\:visited\:translate-x-32:visited {
    --tw-translate-x: 8rem;
  }

  .md\:visited\:translate-x-36:visited {
    --tw-translate-x: 9rem;
  }

  .md\:visited\:translate-x-40:visited {
    --tw-translate-x: 10rem;
  }

  .md\:visited\:translate-x-44:visited {
    --tw-translate-x: 11rem;
  }

  .md\:visited\:translate-x-48:visited {
    --tw-translate-x: 12rem;
  }

  .md\:visited\:translate-x-52:visited {
    --tw-translate-x: 13rem;
  }

  .md\:visited\:translate-x-56:visited {
    --tw-translate-x: 14rem;
  }

  .md\:visited\:translate-x-60:visited {
    --tw-translate-x: 15rem;
  }

  .md\:visited\:translate-x-64:visited {
    --tw-translate-x: 16rem;
  }

  .md\:visited\:translate-x-72:visited {
    --tw-translate-x: 18rem;
  }

  .md\:visited\:translate-x-80:visited {
    --tw-translate-x: 20rem;
  }

  .md\:visited\:translate-x-96:visited {
    --tw-translate-x: 24rem;
  }

  .md\:visited\:translate-x-px:visited {
    --tw-translate-x: 1px;
  }

  .md\:visited\:translate-x-0\.5:visited {
    --tw-translate-x: 0.125rem;
  }

  .md\:visited\:translate-x-1\.5:visited {
    --tw-translate-x: 0.375rem;
  }

  .md\:visited\:translate-x-2\.5:visited {
    --tw-translate-x: 0.625rem;
  }

  .md\:visited\:translate-x-3\.5:visited {
    --tw-translate-x: 0.875rem;
  }

  .md\:visited\:-translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .md\:visited\:-translate-x-1:visited {
    --tw-translate-x: -0.25rem;
  }

  .md\:visited\:-translate-x-2:visited {
    --tw-translate-x: -0.5rem;
  }

  .md\:visited\:-translate-x-3:visited {
    --tw-translate-x: -0.75rem;
  }

  .md\:visited\:-translate-x-4:visited {
    --tw-translate-x: -1rem;
  }

  .md\:visited\:-translate-x-5:visited {
    --tw-translate-x: -1.25rem;
  }

  .md\:visited\:-translate-x-6:visited {
    --tw-translate-x: -1.5rem;
  }

  .md\:visited\:-translate-x-7:visited {
    --tw-translate-x: -1.75rem;
  }

  .md\:visited\:-translate-x-8:visited {
    --tw-translate-x: -2rem;
  }

  .md\:visited\:-translate-x-9:visited {
    --tw-translate-x: -2.25rem;
  }

  .md\:visited\:-translate-x-10:visited {
    --tw-translate-x: -2.5rem;
  }

  .md\:visited\:-translate-x-11:visited {
    --tw-translate-x: -2.75rem;
  }

  .md\:visited\:-translate-x-12:visited {
    --tw-translate-x: -3rem;
  }

  .md\:visited\:-translate-x-14:visited {
    --tw-translate-x: -3.5rem;
  }

  .md\:visited\:-translate-x-16:visited {
    --tw-translate-x: -4rem;
  }

  .md\:visited\:-translate-x-20:visited {
    --tw-translate-x: -5rem;
  }

  .md\:visited\:-translate-x-24:visited {
    --tw-translate-x: -6rem;
  }

  .md\:visited\:-translate-x-28:visited {
    --tw-translate-x: -7rem;
  }

  .md\:visited\:-translate-x-32:visited {
    --tw-translate-x: -8rem;
  }

  .md\:visited\:-translate-x-36:visited {
    --tw-translate-x: -9rem;
  }

  .md\:visited\:-translate-x-40:visited {
    --tw-translate-x: -10rem;
  }

  .md\:visited\:-translate-x-44:visited {
    --tw-translate-x: -11rem;
  }

  .md\:visited\:-translate-x-48:visited {
    --tw-translate-x: -12rem;
  }

  .md\:visited\:-translate-x-52:visited {
    --tw-translate-x: -13rem;
  }

  .md\:visited\:-translate-x-56:visited {
    --tw-translate-x: -14rem;
  }

  .md\:visited\:-translate-x-60:visited {
    --tw-translate-x: -15rem;
  }

  .md\:visited\:-translate-x-64:visited {
    --tw-translate-x: -16rem;
  }

  .md\:visited\:-translate-x-72:visited {
    --tw-translate-x: -18rem;
  }

  .md\:visited\:-translate-x-80:visited {
    --tw-translate-x: -20rem;
  }

  .md\:visited\:-translate-x-96:visited {
    --tw-translate-x: -24rem;
  }

  .md\:visited\:-translate-x-px:visited {
    --tw-translate-x: -1px;
  }

  .md\:visited\:-translate-x-0\.5:visited {
    --tw-translate-x: -0.125rem;
  }

  .md\:visited\:-translate-x-1\.5:visited {
    --tw-translate-x: -0.375rem;
  }

  .md\:visited\:-translate-x-2\.5:visited {
    --tw-translate-x: -0.625rem;
  }

  .md\:visited\:-translate-x-3\.5:visited {
    --tw-translate-x: -0.875rem;
  }

  .md\:visited\:translate-x-1\/2:visited {
    --tw-translate-x: 50%;
  }

  .md\:visited\:translate-x-1\/3:visited {
    --tw-translate-x: 33.333333%;
  }

  .md\:visited\:translate-x-2\/3:visited {
    --tw-translate-x: 66.666667%;
  }

  .md\:visited\:translate-x-1\/4:visited {
    --tw-translate-x: 25%;
  }

  .md\:visited\:translate-x-2\/4:visited {
    --tw-translate-x: 50%;
  }

  .md\:visited\:translate-x-3\/4:visited {
    --tw-translate-x: 75%;
  }

  .md\:visited\:translate-x-full:visited {
    --tw-translate-x: 100%;
  }

  .md\:visited\:-translate-x-1\/2:visited {
    --tw-translate-x: -50%;
  }

  .md\:visited\:-translate-x-1\/3:visited {
    --tw-translate-x: -33.333333%;
  }

  .md\:visited\:-translate-x-2\/3:visited {
    --tw-translate-x: -66.666667%;
  }

  .md\:visited\:-translate-x-1\/4:visited {
    --tw-translate-x: -25%;
  }

  .md\:visited\:-translate-x-2\/4:visited {
    --tw-translate-x: -50%;
  }

  .md\:visited\:-translate-x-3\/4:visited {
    --tw-translate-x: -75%;
  }

  .md\:visited\:-translate-x-full:visited {
    --tw-translate-x: -100%;
  }

  .md\:visited\:translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .md\:visited\:translate-y-1:visited {
    --tw-translate-y: 0.25rem;
  }

  .md\:visited\:translate-y-2:visited {
    --tw-translate-y: 0.5rem;
  }

  .md\:visited\:translate-y-3:visited {
    --tw-translate-y: 0.75rem;
  }

  .md\:visited\:translate-y-4:visited {
    --tw-translate-y: 1rem;
  }

  .md\:visited\:translate-y-5:visited {
    --tw-translate-y: 1.25rem;
  }

  .md\:visited\:translate-y-6:visited {
    --tw-translate-y: 1.5rem;
  }

  .md\:visited\:translate-y-7:visited {
    --tw-translate-y: 1.75rem;
  }

  .md\:visited\:translate-y-8:visited {
    --tw-translate-y: 2rem;
  }

  .md\:visited\:translate-y-9:visited {
    --tw-translate-y: 2.25rem;
  }

  .md\:visited\:translate-y-10:visited {
    --tw-translate-y: 2.5rem;
  }

  .md\:visited\:translate-y-11:visited {
    --tw-translate-y: 2.75rem;
  }

  .md\:visited\:translate-y-12:visited {
    --tw-translate-y: 3rem;
  }

  .md\:visited\:translate-y-14:visited {
    --tw-translate-y: 3.5rem;
  }

  .md\:visited\:translate-y-16:visited {
    --tw-translate-y: 4rem;
  }

  .md\:visited\:translate-y-20:visited {
    --tw-translate-y: 5rem;
  }

  .md\:visited\:translate-y-24:visited {
    --tw-translate-y: 6rem;
  }

  .md\:visited\:translate-y-28:visited {
    --tw-translate-y: 7rem;
  }

  .md\:visited\:translate-y-32:visited {
    --tw-translate-y: 8rem;
  }

  .md\:visited\:translate-y-36:visited {
    --tw-translate-y: 9rem;
  }

  .md\:visited\:translate-y-40:visited {
    --tw-translate-y: 10rem;
  }

  .md\:visited\:translate-y-44:visited {
    --tw-translate-y: 11rem;
  }

  .md\:visited\:translate-y-48:visited {
    --tw-translate-y: 12rem;
  }

  .md\:visited\:translate-y-52:visited {
    --tw-translate-y: 13rem;
  }

  .md\:visited\:translate-y-56:visited {
    --tw-translate-y: 14rem;
  }

  .md\:visited\:translate-y-60:visited {
    --tw-translate-y: 15rem;
  }

  .md\:visited\:translate-y-64:visited {
    --tw-translate-y: 16rem;
  }

  .md\:visited\:translate-y-72:visited {
    --tw-translate-y: 18rem;
  }

  .md\:visited\:translate-y-80:visited {
    --tw-translate-y: 20rem;
  }

  .md\:visited\:translate-y-96:visited {
    --tw-translate-y: 24rem;
  }

  .md\:visited\:translate-y-px:visited {
    --tw-translate-y: 1px;
  }

  .md\:visited\:translate-y-0\.5:visited {
    --tw-translate-y: 0.125rem;
  }

  .md\:visited\:translate-y-1\.5:visited {
    --tw-translate-y: 0.375rem;
  }

  .md\:visited\:translate-y-2\.5:visited {
    --tw-translate-y: 0.625rem;
  }

  .md\:visited\:translate-y-3\.5:visited {
    --tw-translate-y: 0.875rem;
  }

  .md\:visited\:-translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .md\:visited\:-translate-y-1:visited {
    --tw-translate-y: -0.25rem;
  }

  .md\:visited\:-translate-y-2:visited {
    --tw-translate-y: -0.5rem;
  }

  .md\:visited\:-translate-y-3:visited {
    --tw-translate-y: -0.75rem;
  }

  .md\:visited\:-translate-y-4:visited {
    --tw-translate-y: -1rem;
  }

  .md\:visited\:-translate-y-5:visited {
    --tw-translate-y: -1.25rem;
  }

  .md\:visited\:-translate-y-6:visited {
    --tw-translate-y: -1.5rem;
  }

  .md\:visited\:-translate-y-7:visited {
    --tw-translate-y: -1.75rem;
  }

  .md\:visited\:-translate-y-8:visited {
    --tw-translate-y: -2rem;
  }

  .md\:visited\:-translate-y-9:visited {
    --tw-translate-y: -2.25rem;
  }

  .md\:visited\:-translate-y-10:visited {
    --tw-translate-y: -2.5rem;
  }

  .md\:visited\:-translate-y-11:visited {
    --tw-translate-y: -2.75rem;
  }

  .md\:visited\:-translate-y-12:visited {
    --tw-translate-y: -3rem;
  }

  .md\:visited\:-translate-y-14:visited {
    --tw-translate-y: -3.5rem;
  }

  .md\:visited\:-translate-y-16:visited {
    --tw-translate-y: -4rem;
  }

  .md\:visited\:-translate-y-20:visited {
    --tw-translate-y: -5rem;
  }

  .md\:visited\:-translate-y-24:visited {
    --tw-translate-y: -6rem;
  }

  .md\:visited\:-translate-y-28:visited {
    --tw-translate-y: -7rem;
  }

  .md\:visited\:-translate-y-32:visited {
    --tw-translate-y: -8rem;
  }

  .md\:visited\:-translate-y-36:visited {
    --tw-translate-y: -9rem;
  }

  .md\:visited\:-translate-y-40:visited {
    --tw-translate-y: -10rem;
  }

  .md\:visited\:-translate-y-44:visited {
    --tw-translate-y: -11rem;
  }

  .md\:visited\:-translate-y-48:visited {
    --tw-translate-y: -12rem;
  }

  .md\:visited\:-translate-y-52:visited {
    --tw-translate-y: -13rem;
  }

  .md\:visited\:-translate-y-56:visited {
    --tw-translate-y: -14rem;
  }

  .md\:visited\:-translate-y-60:visited {
    --tw-translate-y: -15rem;
  }

  .md\:visited\:-translate-y-64:visited {
    --tw-translate-y: -16rem;
  }

  .md\:visited\:-translate-y-72:visited {
    --tw-translate-y: -18rem;
  }

  .md\:visited\:-translate-y-80:visited {
    --tw-translate-y: -20rem;
  }

  .md\:visited\:-translate-y-96:visited {
    --tw-translate-y: -24rem;
  }

  .md\:visited\:-translate-y-px:visited {
    --tw-translate-y: -1px;
  }

  .md\:visited\:-translate-y-0\.5:visited {
    --tw-translate-y: -0.125rem;
  }

  .md\:visited\:-translate-y-1\.5:visited {
    --tw-translate-y: -0.375rem;
  }

  .md\:visited\:-translate-y-2\.5:visited {
    --tw-translate-y: -0.625rem;
  }

  .md\:visited\:-translate-y-3\.5:visited {
    --tw-translate-y: -0.875rem;
  }

  .md\:visited\:translate-y-1\/2:visited {
    --tw-translate-y: 50%;
  }

  .md\:visited\:translate-y-1\/3:visited {
    --tw-translate-y: 33.333333%;
  }

  .md\:visited\:translate-y-2\/3:visited {
    --tw-translate-y: 66.666667%;
  }

  .md\:visited\:translate-y-1\/4:visited {
    --tw-translate-y: 25%;
  }

  .md\:visited\:translate-y-2\/4:visited {
    --tw-translate-y: 50%;
  }

  .md\:visited\:translate-y-3\/4:visited {
    --tw-translate-y: 75%;
  }

  .md\:visited\:translate-y-full:visited {
    --tw-translate-y: 100%;
  }

  .md\:visited\:-translate-y-1\/2:visited {
    --tw-translate-y: -50%;
  }

  .md\:visited\:-translate-y-1\/3:visited {
    --tw-translate-y: -33.333333%;
  }

  .md\:visited\:-translate-y-2\/3:visited {
    --tw-translate-y: -66.666667%;
  }

  .md\:visited\:-translate-y-1\/4:visited {
    --tw-translate-y: -25%;
  }

  .md\:visited\:-translate-y-2\/4:visited {
    --tw-translate-y: -50%;
  }

  .md\:visited\:-translate-y-3\/4:visited {
    --tw-translate-y: -75%;
  }

  .md\:visited\:-translate-y-full:visited {
    --tw-translate-y: -100%;
  }

  .md\:disabled\:translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .md\:disabled\:translate-x-1:disabled {
    --tw-translate-x: 0.25rem;
  }

  .md\:disabled\:translate-x-2:disabled {
    --tw-translate-x: 0.5rem;
  }

  .md\:disabled\:translate-x-3:disabled {
    --tw-translate-x: 0.75rem;
  }

  .md\:disabled\:translate-x-4:disabled {
    --tw-translate-x: 1rem;
  }

  .md\:disabled\:translate-x-5:disabled {
    --tw-translate-x: 1.25rem;
  }

  .md\:disabled\:translate-x-6:disabled {
    --tw-translate-x: 1.5rem;
  }

  .md\:disabled\:translate-x-7:disabled {
    --tw-translate-x: 1.75rem;
  }

  .md\:disabled\:translate-x-8:disabled {
    --tw-translate-x: 2rem;
  }

  .md\:disabled\:translate-x-9:disabled {
    --tw-translate-x: 2.25rem;
  }

  .md\:disabled\:translate-x-10:disabled {
    --tw-translate-x: 2.5rem;
  }

  .md\:disabled\:translate-x-11:disabled {
    --tw-translate-x: 2.75rem;
  }

  .md\:disabled\:translate-x-12:disabled {
    --tw-translate-x: 3rem;
  }

  .md\:disabled\:translate-x-14:disabled {
    --tw-translate-x: 3.5rem;
  }

  .md\:disabled\:translate-x-16:disabled {
    --tw-translate-x: 4rem;
  }

  .md\:disabled\:translate-x-20:disabled {
    --tw-translate-x: 5rem;
  }

  .md\:disabled\:translate-x-24:disabled {
    --tw-translate-x: 6rem;
  }

  .md\:disabled\:translate-x-28:disabled {
    --tw-translate-x: 7rem;
  }

  .md\:disabled\:translate-x-32:disabled {
    --tw-translate-x: 8rem;
  }

  .md\:disabled\:translate-x-36:disabled {
    --tw-translate-x: 9rem;
  }

  .md\:disabled\:translate-x-40:disabled {
    --tw-translate-x: 10rem;
  }

  .md\:disabled\:translate-x-44:disabled {
    --tw-translate-x: 11rem;
  }

  .md\:disabled\:translate-x-48:disabled {
    --tw-translate-x: 12rem;
  }

  .md\:disabled\:translate-x-52:disabled {
    --tw-translate-x: 13rem;
  }

  .md\:disabled\:translate-x-56:disabled {
    --tw-translate-x: 14rem;
  }

  .md\:disabled\:translate-x-60:disabled {
    --tw-translate-x: 15rem;
  }

  .md\:disabled\:translate-x-64:disabled {
    --tw-translate-x: 16rem;
  }

  .md\:disabled\:translate-x-72:disabled {
    --tw-translate-x: 18rem;
  }

  .md\:disabled\:translate-x-80:disabled {
    --tw-translate-x: 20rem;
  }

  .md\:disabled\:translate-x-96:disabled {
    --tw-translate-x: 24rem;
  }

  .md\:disabled\:translate-x-px:disabled {
    --tw-translate-x: 1px;
  }

  .md\:disabled\:translate-x-0\.5:disabled {
    --tw-translate-x: 0.125rem;
  }

  .md\:disabled\:translate-x-1\.5:disabled {
    --tw-translate-x: 0.375rem;
  }

  .md\:disabled\:translate-x-2\.5:disabled {
    --tw-translate-x: 0.625rem;
  }

  .md\:disabled\:translate-x-3\.5:disabled {
    --tw-translate-x: 0.875rem;
  }

  .md\:disabled\:-translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .md\:disabled\:-translate-x-1:disabled {
    --tw-translate-x: -0.25rem;
  }

  .md\:disabled\:-translate-x-2:disabled {
    --tw-translate-x: -0.5rem;
  }

  .md\:disabled\:-translate-x-3:disabled {
    --tw-translate-x: -0.75rem;
  }

  .md\:disabled\:-translate-x-4:disabled {
    --tw-translate-x: -1rem;
  }

  .md\:disabled\:-translate-x-5:disabled {
    --tw-translate-x: -1.25rem;
  }

  .md\:disabled\:-translate-x-6:disabled {
    --tw-translate-x: -1.5rem;
  }

  .md\:disabled\:-translate-x-7:disabled {
    --tw-translate-x: -1.75rem;
  }

  .md\:disabled\:-translate-x-8:disabled {
    --tw-translate-x: -2rem;
  }

  .md\:disabled\:-translate-x-9:disabled {
    --tw-translate-x: -2.25rem;
  }

  .md\:disabled\:-translate-x-10:disabled {
    --tw-translate-x: -2.5rem;
  }

  .md\:disabled\:-translate-x-11:disabled {
    --tw-translate-x: -2.75rem;
  }

  .md\:disabled\:-translate-x-12:disabled {
    --tw-translate-x: -3rem;
  }

  .md\:disabled\:-translate-x-14:disabled {
    --tw-translate-x: -3.5rem;
  }

  .md\:disabled\:-translate-x-16:disabled {
    --tw-translate-x: -4rem;
  }

  .md\:disabled\:-translate-x-20:disabled {
    --tw-translate-x: -5rem;
  }

  .md\:disabled\:-translate-x-24:disabled {
    --tw-translate-x: -6rem;
  }

  .md\:disabled\:-translate-x-28:disabled {
    --tw-translate-x: -7rem;
  }

  .md\:disabled\:-translate-x-32:disabled {
    --tw-translate-x: -8rem;
  }

  .md\:disabled\:-translate-x-36:disabled {
    --tw-translate-x: -9rem;
  }

  .md\:disabled\:-translate-x-40:disabled {
    --tw-translate-x: -10rem;
  }

  .md\:disabled\:-translate-x-44:disabled {
    --tw-translate-x: -11rem;
  }

  .md\:disabled\:-translate-x-48:disabled {
    --tw-translate-x: -12rem;
  }

  .md\:disabled\:-translate-x-52:disabled {
    --tw-translate-x: -13rem;
  }

  .md\:disabled\:-translate-x-56:disabled {
    --tw-translate-x: -14rem;
  }

  .md\:disabled\:-translate-x-60:disabled {
    --tw-translate-x: -15rem;
  }

  .md\:disabled\:-translate-x-64:disabled {
    --tw-translate-x: -16rem;
  }

  .md\:disabled\:-translate-x-72:disabled {
    --tw-translate-x: -18rem;
  }

  .md\:disabled\:-translate-x-80:disabled {
    --tw-translate-x: -20rem;
  }

  .md\:disabled\:-translate-x-96:disabled {
    --tw-translate-x: -24rem;
  }

  .md\:disabled\:-translate-x-px:disabled {
    --tw-translate-x: -1px;
  }

  .md\:disabled\:-translate-x-0\.5:disabled {
    --tw-translate-x: -0.125rem;
  }

  .md\:disabled\:-translate-x-1\.5:disabled {
    --tw-translate-x: -0.375rem;
  }

  .md\:disabled\:-translate-x-2\.5:disabled {
    --tw-translate-x: -0.625rem;
  }

  .md\:disabled\:-translate-x-3\.5:disabled {
    --tw-translate-x: -0.875rem;
  }

  .md\:disabled\:translate-x-1\/2:disabled {
    --tw-translate-x: 50%;
  }

  .md\:disabled\:translate-x-1\/3:disabled {
    --tw-translate-x: 33.333333%;
  }

  .md\:disabled\:translate-x-2\/3:disabled {
    --tw-translate-x: 66.666667%;
  }

  .md\:disabled\:translate-x-1\/4:disabled {
    --tw-translate-x: 25%;
  }

  .md\:disabled\:translate-x-2\/4:disabled {
    --tw-translate-x: 50%;
  }

  .md\:disabled\:translate-x-3\/4:disabled {
    --tw-translate-x: 75%;
  }

  .md\:disabled\:translate-x-full:disabled {
    --tw-translate-x: 100%;
  }

  .md\:disabled\:-translate-x-1\/2:disabled {
    --tw-translate-x: -50%;
  }

  .md\:disabled\:-translate-x-1\/3:disabled {
    --tw-translate-x: -33.333333%;
  }

  .md\:disabled\:-translate-x-2\/3:disabled {
    --tw-translate-x: -66.666667%;
  }

  .md\:disabled\:-translate-x-1\/4:disabled {
    --tw-translate-x: -25%;
  }

  .md\:disabled\:-translate-x-2\/4:disabled {
    --tw-translate-x: -50%;
  }

  .md\:disabled\:-translate-x-3\/4:disabled {
    --tw-translate-x: -75%;
  }

  .md\:disabled\:-translate-x-full:disabled {
    --tw-translate-x: -100%;
  }

  .md\:disabled\:translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .md\:disabled\:translate-y-1:disabled {
    --tw-translate-y: 0.25rem;
  }

  .md\:disabled\:translate-y-2:disabled {
    --tw-translate-y: 0.5rem;
  }

  .md\:disabled\:translate-y-3:disabled {
    --tw-translate-y: 0.75rem;
  }

  .md\:disabled\:translate-y-4:disabled {
    --tw-translate-y: 1rem;
  }

  .md\:disabled\:translate-y-5:disabled {
    --tw-translate-y: 1.25rem;
  }

  .md\:disabled\:translate-y-6:disabled {
    --tw-translate-y: 1.5rem;
  }

  .md\:disabled\:translate-y-7:disabled {
    --tw-translate-y: 1.75rem;
  }

  .md\:disabled\:translate-y-8:disabled {
    --tw-translate-y: 2rem;
  }

  .md\:disabled\:translate-y-9:disabled {
    --tw-translate-y: 2.25rem;
  }

  .md\:disabled\:translate-y-10:disabled {
    --tw-translate-y: 2.5rem;
  }

  .md\:disabled\:translate-y-11:disabled {
    --tw-translate-y: 2.75rem;
  }

  .md\:disabled\:translate-y-12:disabled {
    --tw-translate-y: 3rem;
  }

  .md\:disabled\:translate-y-14:disabled {
    --tw-translate-y: 3.5rem;
  }

  .md\:disabled\:translate-y-16:disabled {
    --tw-translate-y: 4rem;
  }

  .md\:disabled\:translate-y-20:disabled {
    --tw-translate-y: 5rem;
  }

  .md\:disabled\:translate-y-24:disabled {
    --tw-translate-y: 6rem;
  }

  .md\:disabled\:translate-y-28:disabled {
    --tw-translate-y: 7rem;
  }

  .md\:disabled\:translate-y-32:disabled {
    --tw-translate-y: 8rem;
  }

  .md\:disabled\:translate-y-36:disabled {
    --tw-translate-y: 9rem;
  }

  .md\:disabled\:translate-y-40:disabled {
    --tw-translate-y: 10rem;
  }

  .md\:disabled\:translate-y-44:disabled {
    --tw-translate-y: 11rem;
  }

  .md\:disabled\:translate-y-48:disabled {
    --tw-translate-y: 12rem;
  }

  .md\:disabled\:translate-y-52:disabled {
    --tw-translate-y: 13rem;
  }

  .md\:disabled\:translate-y-56:disabled {
    --tw-translate-y: 14rem;
  }

  .md\:disabled\:translate-y-60:disabled {
    --tw-translate-y: 15rem;
  }

  .md\:disabled\:translate-y-64:disabled {
    --tw-translate-y: 16rem;
  }

  .md\:disabled\:translate-y-72:disabled {
    --tw-translate-y: 18rem;
  }

  .md\:disabled\:translate-y-80:disabled {
    --tw-translate-y: 20rem;
  }

  .md\:disabled\:translate-y-96:disabled {
    --tw-translate-y: 24rem;
  }

  .md\:disabled\:translate-y-px:disabled {
    --tw-translate-y: 1px;
  }

  .md\:disabled\:translate-y-0\.5:disabled {
    --tw-translate-y: 0.125rem;
  }

  .md\:disabled\:translate-y-1\.5:disabled {
    --tw-translate-y: 0.375rem;
  }

  .md\:disabled\:translate-y-2\.5:disabled {
    --tw-translate-y: 0.625rem;
  }

  .md\:disabled\:translate-y-3\.5:disabled {
    --tw-translate-y: 0.875rem;
  }

  .md\:disabled\:-translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .md\:disabled\:-translate-y-1:disabled {
    --tw-translate-y: -0.25rem;
  }

  .md\:disabled\:-translate-y-2:disabled {
    --tw-translate-y: -0.5rem;
  }

  .md\:disabled\:-translate-y-3:disabled {
    --tw-translate-y: -0.75rem;
  }

  .md\:disabled\:-translate-y-4:disabled {
    --tw-translate-y: -1rem;
  }

  .md\:disabled\:-translate-y-5:disabled {
    --tw-translate-y: -1.25rem;
  }

  .md\:disabled\:-translate-y-6:disabled {
    --tw-translate-y: -1.5rem;
  }

  .md\:disabled\:-translate-y-7:disabled {
    --tw-translate-y: -1.75rem;
  }

  .md\:disabled\:-translate-y-8:disabled {
    --tw-translate-y: -2rem;
  }

  .md\:disabled\:-translate-y-9:disabled {
    --tw-translate-y: -2.25rem;
  }

  .md\:disabled\:-translate-y-10:disabled {
    --tw-translate-y: -2.5rem;
  }

  .md\:disabled\:-translate-y-11:disabled {
    --tw-translate-y: -2.75rem;
  }

  .md\:disabled\:-translate-y-12:disabled {
    --tw-translate-y: -3rem;
  }

  .md\:disabled\:-translate-y-14:disabled {
    --tw-translate-y: -3.5rem;
  }

  .md\:disabled\:-translate-y-16:disabled {
    --tw-translate-y: -4rem;
  }

  .md\:disabled\:-translate-y-20:disabled {
    --tw-translate-y: -5rem;
  }

  .md\:disabled\:-translate-y-24:disabled {
    --tw-translate-y: -6rem;
  }

  .md\:disabled\:-translate-y-28:disabled {
    --tw-translate-y: -7rem;
  }

  .md\:disabled\:-translate-y-32:disabled {
    --tw-translate-y: -8rem;
  }

  .md\:disabled\:-translate-y-36:disabled {
    --tw-translate-y: -9rem;
  }

  .md\:disabled\:-translate-y-40:disabled {
    --tw-translate-y: -10rem;
  }

  .md\:disabled\:-translate-y-44:disabled {
    --tw-translate-y: -11rem;
  }

  .md\:disabled\:-translate-y-48:disabled {
    --tw-translate-y: -12rem;
  }

  .md\:disabled\:-translate-y-52:disabled {
    --tw-translate-y: -13rem;
  }

  .md\:disabled\:-translate-y-56:disabled {
    --tw-translate-y: -14rem;
  }

  .md\:disabled\:-translate-y-60:disabled {
    --tw-translate-y: -15rem;
  }

  .md\:disabled\:-translate-y-64:disabled {
    --tw-translate-y: -16rem;
  }

  .md\:disabled\:-translate-y-72:disabled {
    --tw-translate-y: -18rem;
  }

  .md\:disabled\:-translate-y-80:disabled {
    --tw-translate-y: -20rem;
  }

  .md\:disabled\:-translate-y-96:disabled {
    --tw-translate-y: -24rem;
  }

  .md\:disabled\:-translate-y-px:disabled {
    --tw-translate-y: -1px;
  }

  .md\:disabled\:-translate-y-0\.5:disabled {
    --tw-translate-y: -0.125rem;
  }

  .md\:disabled\:-translate-y-1\.5:disabled {
    --tw-translate-y: -0.375rem;
  }

  .md\:disabled\:-translate-y-2\.5:disabled {
    --tw-translate-y: -0.625rem;
  }

  .md\:disabled\:-translate-y-3\.5:disabled {
    --tw-translate-y: -0.875rem;
  }

  .md\:disabled\:translate-y-1\/2:disabled {
    --tw-translate-y: 50%;
  }

  .md\:disabled\:translate-y-1\/3:disabled {
    --tw-translate-y: 33.333333%;
  }

  .md\:disabled\:translate-y-2\/3:disabled {
    --tw-translate-y: 66.666667%;
  }

  .md\:disabled\:translate-y-1\/4:disabled {
    --tw-translate-y: 25%;
  }

  .md\:disabled\:translate-y-2\/4:disabled {
    --tw-translate-y: 50%;
  }

  .md\:disabled\:translate-y-3\/4:disabled {
    --tw-translate-y: 75%;
  }

  .md\:disabled\:translate-y-full:disabled {
    --tw-translate-y: 100%;
  }

  .md\:disabled\:-translate-y-1\/2:disabled {
    --tw-translate-y: -50%;
  }

  .md\:disabled\:-translate-y-1\/3:disabled {
    --tw-translate-y: -33.333333%;
  }

  .md\:disabled\:-translate-y-2\/3:disabled {
    --tw-translate-y: -66.666667%;
  }

  .md\:disabled\:-translate-y-1\/4:disabled {
    --tw-translate-y: -25%;
  }

  .md\:disabled\:-translate-y-2\/4:disabled {
    --tw-translate-y: -50%;
  }

  .md\:disabled\:-translate-y-3\/4:disabled {
    --tw-translate-y: -75%;
  }

  .md\:disabled\:-translate-y-full:disabled {
    --tw-translate-y: -100%;
  }

  .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;
  }

  .group:hover .md\:group-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .group:hover .md\:group-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .group:hover .md\:group-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .group:hover .md\:group-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .group:hover .md\:group-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .group:hover .md\:group-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .group:hover .md\:group-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .group:hover .md\:group-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .group:hover .md\:group-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .group:hover .md\:group-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .group:hover .md\:group-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .group:hover .md\:group-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .group:hover .md\:group-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .group:hover .md\:group-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .group:hover .md\:group-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .group:hover .md\:group-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .group:hover .md\:group-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .group:hover .md\:group-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .group:hover .md\:group-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .group:hover .md\:group-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .group:hover .md\:group-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .group:hover .md\:group-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:focus-within\:skew-x-0:focus-within {
    --tw-skew-x: 0deg;
  }

  .md\:focus-within\:skew-x-1:focus-within {
    --tw-skew-x: 1deg;
  }

  .md\:focus-within\:skew-x-2:focus-within {
    --tw-skew-x: 2deg;
  }

  .md\:focus-within\:skew-x-3:focus-within {
    --tw-skew-x: 3deg;
  }

  .md\:focus-within\:skew-x-6:focus-within {
    --tw-skew-x: 6deg;
  }

  .md\:focus-within\:skew-x-12:focus-within {
    --tw-skew-x: 12deg;
  }

  .md\:focus-within\:-skew-x-12:focus-within {
    --tw-skew-x: -12deg;
  }

  .md\:focus-within\:-skew-x-6:focus-within {
    --tw-skew-x: -6deg;
  }

  .md\:focus-within\:-skew-x-3:focus-within {
    --tw-skew-x: -3deg;
  }

  .md\:focus-within\:-skew-x-2:focus-within {
    --tw-skew-x: -2deg;
  }

  .md\:focus-within\:-skew-x-1:focus-within {
    --tw-skew-x: -1deg;
  }

  .md\:focus-within\:skew-y-0:focus-within {
    --tw-skew-y: 0deg;
  }

  .md\:focus-within\:skew-y-1:focus-within {
    --tw-skew-y: 1deg;
  }

  .md\:focus-within\:skew-y-2:focus-within {
    --tw-skew-y: 2deg;
  }

  .md\:focus-within\:skew-y-3:focus-within {
    --tw-skew-y: 3deg;
  }

  .md\:focus-within\:skew-y-6:focus-within {
    --tw-skew-y: 6deg;
  }

  .md\:focus-within\:skew-y-12:focus-within {
    --tw-skew-y: 12deg;
  }

  .md\:focus-within\:-skew-y-12:focus-within {
    --tw-skew-y: -12deg;
  }

  .md\:focus-within\:-skew-y-6:focus-within {
    --tw-skew-y: -6deg;
  }

  .md\:focus-within\:-skew-y-3:focus-within {
    --tw-skew-y: -3deg;
  }

  .md\:focus-within\:-skew-y-2:focus-within {
    --tw-skew-y: -2deg;
  }

  .md\:focus-within\:-skew-y-1:focus-within {
    --tw-skew-y: -1deg;
  }

  .md\:first\:skew-x-0:first-child {
    --tw-skew-x: 0deg;
  }

  .md\:first\:skew-x-1:first-child {
    --tw-skew-x: 1deg;
  }

  .md\:first\:skew-x-2:first-child {
    --tw-skew-x: 2deg;
  }

  .md\:first\:skew-x-3:first-child {
    --tw-skew-x: 3deg;
  }

  .md\:first\:skew-x-6:first-child {
    --tw-skew-x: 6deg;
  }

  .md\:first\:skew-x-12:first-child {
    --tw-skew-x: 12deg;
  }

  .md\:first\:-skew-x-12:first-child {
    --tw-skew-x: -12deg;
  }

  .md\:first\:-skew-x-6:first-child {
    --tw-skew-x: -6deg;
  }

  .md\:first\:-skew-x-3:first-child {
    --tw-skew-x: -3deg;
  }

  .md\:first\:-skew-x-2:first-child {
    --tw-skew-x: -2deg;
  }

  .md\:first\:-skew-x-1:first-child {
    --tw-skew-x: -1deg;
  }

  .md\:first\:skew-y-0:first-child {
    --tw-skew-y: 0deg;
  }

  .md\:first\:skew-y-1:first-child {
    --tw-skew-y: 1deg;
  }

  .md\:first\:skew-y-2:first-child {
    --tw-skew-y: 2deg;
  }

  .md\:first\:skew-y-3:first-child {
    --tw-skew-y: 3deg;
  }

  .md\:first\:skew-y-6:first-child {
    --tw-skew-y: 6deg;
  }

  .md\:first\:skew-y-12:first-child {
    --tw-skew-y: 12deg;
  }

  .md\:first\:-skew-y-12:first-child {
    --tw-skew-y: -12deg;
  }

  .md\:first\:-skew-y-6:first-child {
    --tw-skew-y: -6deg;
  }

  .md\:first\:-skew-y-3:first-child {
    --tw-skew-y: -3deg;
  }

  .md\:first\:-skew-y-2:first-child {
    --tw-skew-y: -2deg;
  }

  .md\:first\:-skew-y-1:first-child {
    --tw-skew-y: -1deg;
  }

  .md\:last\:skew-x-0:last-child {
    --tw-skew-x: 0deg;
  }

  .md\:last\:skew-x-1:last-child {
    --tw-skew-x: 1deg;
  }

  .md\:last\:skew-x-2:last-child {
    --tw-skew-x: 2deg;
  }

  .md\:last\:skew-x-3:last-child {
    --tw-skew-x: 3deg;
  }

  .md\:last\:skew-x-6:last-child {
    --tw-skew-x: 6deg;
  }

  .md\:last\:skew-x-12:last-child {
    --tw-skew-x: 12deg;
  }

  .md\:last\:-skew-x-12:last-child {
    --tw-skew-x: -12deg;
  }

  .md\:last\:-skew-x-6:last-child {
    --tw-skew-x: -6deg;
  }

  .md\:last\:-skew-x-3:last-child {
    --tw-skew-x: -3deg;
  }

  .md\:last\:-skew-x-2:last-child {
    --tw-skew-x: -2deg;
  }

  .md\:last\:-skew-x-1:last-child {
    --tw-skew-x: -1deg;
  }

  .md\:last\:skew-y-0:last-child {
    --tw-skew-y: 0deg;
  }

  .md\:last\:skew-y-1:last-child {
    --tw-skew-y: 1deg;
  }

  .md\:last\:skew-y-2:last-child {
    --tw-skew-y: 2deg;
  }

  .md\:last\:skew-y-3:last-child {
    --tw-skew-y: 3deg;
  }

  .md\:last\:skew-y-6:last-child {
    --tw-skew-y: 6deg;
  }

  .md\:last\:skew-y-12:last-child {
    --tw-skew-y: 12deg;
  }

  .md\:last\:-skew-y-12:last-child {
    --tw-skew-y: -12deg;
  }

  .md\:last\:-skew-y-6:last-child {
    --tw-skew-y: -6deg;
  }

  .md\:last\:-skew-y-3:last-child {
    --tw-skew-y: -3deg;
  }

  .md\:last\:-skew-y-2:last-child {
    --tw-skew-y: -2deg;
  }

  .md\:last\:-skew-y-1:last-child {
    --tw-skew-y: -1deg;
  }

  .md\:odd\:skew-x-0:nth-child(odd) {
    --tw-skew-x: 0deg;
  }

  .md\:odd\:skew-x-1:nth-child(odd) {
    --tw-skew-x: 1deg;
  }

  .md\:odd\:skew-x-2:nth-child(odd) {
    --tw-skew-x: 2deg;
  }

  .md\:odd\:skew-x-3:nth-child(odd) {
    --tw-skew-x: 3deg;
  }

  .md\:odd\:skew-x-6:nth-child(odd) {
    --tw-skew-x: 6deg;
  }

  .md\:odd\:skew-x-12:nth-child(odd) {
    --tw-skew-x: 12deg;
  }

  .md\:odd\:-skew-x-12:nth-child(odd) {
    --tw-skew-x: -12deg;
  }

  .md\:odd\:-skew-x-6:nth-child(odd) {
    --tw-skew-x: -6deg;
  }

  .md\:odd\:-skew-x-3:nth-child(odd) {
    --tw-skew-x: -3deg;
  }

  .md\:odd\:-skew-x-2:nth-child(odd) {
    --tw-skew-x: -2deg;
  }

  .md\:odd\:-skew-x-1:nth-child(odd) {
    --tw-skew-x: -1deg;
  }

  .md\:odd\:skew-y-0:nth-child(odd) {
    --tw-skew-y: 0deg;
  }

  .md\:odd\:skew-y-1:nth-child(odd) {
    --tw-skew-y: 1deg;
  }

  .md\:odd\:skew-y-2:nth-child(odd) {
    --tw-skew-y: 2deg;
  }

  .md\:odd\:skew-y-3:nth-child(odd) {
    --tw-skew-y: 3deg;
  }

  .md\:odd\:skew-y-6:nth-child(odd) {
    --tw-skew-y: 6deg;
  }

  .md\:odd\:skew-y-12:nth-child(odd) {
    --tw-skew-y: 12deg;
  }

  .md\:odd\:-skew-y-12:nth-child(odd) {
    --tw-skew-y: -12deg;
  }

  .md\:odd\:-skew-y-6:nth-child(odd) {
    --tw-skew-y: -6deg;
  }

  .md\:odd\:-skew-y-3:nth-child(odd) {
    --tw-skew-y: -3deg;
  }

  .md\:odd\:-skew-y-2:nth-child(odd) {
    --tw-skew-y: -2deg;
  }

  .md\:odd\:-skew-y-1:nth-child(odd) {
    --tw-skew-y: -1deg;
  }

  .md\:even\:skew-x-0:nth-child(even) {
    --tw-skew-x: 0deg;
  }

  .md\:even\:skew-x-1:nth-child(even) {
    --tw-skew-x: 1deg;
  }

  .md\:even\:skew-x-2:nth-child(even) {
    --tw-skew-x: 2deg;
  }

  .md\:even\:skew-x-3:nth-child(even) {
    --tw-skew-x: 3deg;
  }

  .md\:even\:skew-x-6:nth-child(even) {
    --tw-skew-x: 6deg;
  }

  .md\:even\:skew-x-12:nth-child(even) {
    --tw-skew-x: 12deg;
  }

  .md\:even\:-skew-x-12:nth-child(even) {
    --tw-skew-x: -12deg;
  }

  .md\:even\:-skew-x-6:nth-child(even) {
    --tw-skew-x: -6deg;
  }

  .md\:even\:-skew-x-3:nth-child(even) {
    --tw-skew-x: -3deg;
  }

  .md\:even\:-skew-x-2:nth-child(even) {
    --tw-skew-x: -2deg;
  }

  .md\:even\:-skew-x-1:nth-child(even) {
    --tw-skew-x: -1deg;
  }

  .md\:even\:skew-y-0:nth-child(even) {
    --tw-skew-y: 0deg;
  }

  .md\:even\:skew-y-1:nth-child(even) {
    --tw-skew-y: 1deg;
  }

  .md\:even\:skew-y-2:nth-child(even) {
    --tw-skew-y: 2deg;
  }

  .md\:even\:skew-y-3:nth-child(even) {
    --tw-skew-y: 3deg;
  }

  .md\:even\:skew-y-6:nth-child(even) {
    --tw-skew-y: 6deg;
  }

  .md\:even\:skew-y-12:nth-child(even) {
    --tw-skew-y: 12deg;
  }

  .md\:even\:-skew-y-12:nth-child(even) {
    --tw-skew-y: -12deg;
  }

  .md\:even\:-skew-y-6:nth-child(even) {
    --tw-skew-y: -6deg;
  }

  .md\:even\:-skew-y-3:nth-child(even) {
    --tw-skew-y: -3deg;
  }

  .md\:even\:-skew-y-2:nth-child(even) {
    --tw-skew-y: -2deg;
  }

  .md\:even\:-skew-y-1:nth-child(even) {
    --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\:active\:skew-x-0:active {
    --tw-skew-x: 0deg;
  }

  .md\:active\:skew-x-1:active {
    --tw-skew-x: 1deg;
  }

  .md\:active\:skew-x-2:active {
    --tw-skew-x: 2deg;
  }

  .md\:active\:skew-x-3:active {
    --tw-skew-x: 3deg;
  }

  .md\:active\:skew-x-6:active {
    --tw-skew-x: 6deg;
  }

  .md\:active\:skew-x-12:active {
    --tw-skew-x: 12deg;
  }

  .md\:active\:-skew-x-12:active {
    --tw-skew-x: -12deg;
  }

  .md\:active\:-skew-x-6:active {
    --tw-skew-x: -6deg;
  }

  .md\:active\:-skew-x-3:active {
    --tw-skew-x: -3deg;
  }

  .md\:active\:-skew-x-2:active {
    --tw-skew-x: -2deg;
  }

  .md\:active\:-skew-x-1:active {
    --tw-skew-x: -1deg;
  }

  .md\:active\:skew-y-0:active {
    --tw-skew-y: 0deg;
  }

  .md\:active\:skew-y-1:active {
    --tw-skew-y: 1deg;
  }

  .md\:active\:skew-y-2:active {
    --tw-skew-y: 2deg;
  }

  .md\:active\:skew-y-3:active {
    --tw-skew-y: 3deg;
  }

  .md\:active\:skew-y-6:active {
    --tw-skew-y: 6deg;
  }

  .md\:active\:skew-y-12:active {
    --tw-skew-y: 12deg;
  }

  .md\:active\:-skew-y-12:active {
    --tw-skew-y: -12deg;
  }

  .md\:active\:-skew-y-6:active {
    --tw-skew-y: -6deg;
  }

  .md\:active\:-skew-y-3:active {
    --tw-skew-y: -3deg;
  }

  .md\:active\:-skew-y-2:active {
    --tw-skew-y: -2deg;
  }

  .md\:active\:-skew-y-1:active {
    --tw-skew-y: -1deg;
  }

  .md\:visited\:skew-x-0:visited {
    --tw-skew-x: 0deg;
  }

  .md\:visited\:skew-x-1:visited {
    --tw-skew-x: 1deg;
  }

  .md\:visited\:skew-x-2:visited {
    --tw-skew-x: 2deg;
  }

  .md\:visited\:skew-x-3:visited {
    --tw-skew-x: 3deg;
  }

  .md\:visited\:skew-x-6:visited {
    --tw-skew-x: 6deg;
  }

  .md\:visited\:skew-x-12:visited {
    --tw-skew-x: 12deg;
  }

  .md\:visited\:-skew-x-12:visited {
    --tw-skew-x: -12deg;
  }

  .md\:visited\:-skew-x-6:visited {
    --tw-skew-x: -6deg;
  }

  .md\:visited\:-skew-x-3:visited {
    --tw-skew-x: -3deg;
  }

  .md\:visited\:-skew-x-2:visited {
    --tw-skew-x: -2deg;
  }

  .md\:visited\:-skew-x-1:visited {
    --tw-skew-x: -1deg;
  }

  .md\:visited\:skew-y-0:visited {
    --tw-skew-y: 0deg;
  }

  .md\:visited\:skew-y-1:visited {
    --tw-skew-y: 1deg;
  }

  .md\:visited\:skew-y-2:visited {
    --tw-skew-y: 2deg;
  }

  .md\:visited\:skew-y-3:visited {
    --tw-skew-y: 3deg;
  }

  .md\:visited\:skew-y-6:visited {
    --tw-skew-y: 6deg;
  }

  .md\:visited\:skew-y-12:visited {
    --tw-skew-y: 12deg;
  }

  .md\:visited\:-skew-y-12:visited {
    --tw-skew-y: -12deg;
  }

  .md\:visited\:-skew-y-6:visited {
    --tw-skew-y: -6deg;
  }

  .md\:visited\:-skew-y-3:visited {
    --tw-skew-y: -3deg;
  }

  .md\:visited\:-skew-y-2:visited {
    --tw-skew-y: -2deg;
  }

  .md\:visited\:-skew-y-1:visited {
    --tw-skew-y: -1deg;
  }

  .md\:disabled\:skew-x-0:disabled {
    --tw-skew-x: 0deg;
  }

  .md\:disabled\:skew-x-1:disabled {
    --tw-skew-x: 1deg;
  }

  .md\:disabled\:skew-x-2:disabled {
    --tw-skew-x: 2deg;
  }

  .md\:disabled\:skew-x-3:disabled {
    --tw-skew-x: 3deg;
  }

  .md\:disabled\:skew-x-6:disabled {
    --tw-skew-x: 6deg;
  }

  .md\:disabled\:skew-x-12:disabled {
    --tw-skew-x: 12deg;
  }

  .md\:disabled\:-skew-x-12:disabled {
    --tw-skew-x: -12deg;
  }

  .md\:disabled\:-skew-x-6:disabled {
    --tw-skew-x: -6deg;
  }

  .md\:disabled\:-skew-x-3:disabled {
    --tw-skew-x: -3deg;
  }

  .md\:disabled\:-skew-x-2:disabled {
    --tw-skew-x: -2deg;
  }

  .md\:disabled\:-skew-x-1:disabled {
    --tw-skew-x: -1deg;
  }

  .md\:disabled\:skew-y-0:disabled {
    --tw-skew-y: 0deg;
  }

  .md\:disabled\:skew-y-1:disabled {
    --tw-skew-y: 1deg;
  }

  .md\:disabled\:skew-y-2:disabled {
    --tw-skew-y: 2deg;
  }

  .md\:disabled\:skew-y-3:disabled {
    --tw-skew-y: 3deg;
  }

  .md\:disabled\:skew-y-6:disabled {
    --tw-skew-y: 6deg;
  }

  .md\:disabled\:skew-y-12:disabled {
    --tw-skew-y: 12deg;
  }

  .md\:disabled\:-skew-y-12:disabled {
    --tw-skew-y: -12deg;
  }

  .md\:disabled\:-skew-y-6:disabled {
    --tw-skew-y: -6deg;
  }

  .md\:disabled\:-skew-y-3:disabled {
    --tw-skew-y: -3deg;
  }

  .md\:disabled\:-skew-y-2:disabled {
    --tw-skew-y: -2deg;
  }

  .md\:disabled\:-skew-y-1:disabled {
    --tw-skew-y: -1deg;
  }

  .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;
    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;
  }

  .group:hover .md\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .md\:group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\: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;
  }

  .group:hover .md\:group-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition-none:focus-within {
    transition-property: none;
  }

  .md\:focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition:focus-within {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition-colors:focus-within {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition-opacity:focus-within {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition-shadow:focus-within {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus-within\:transition-transform:focus-within {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition-none:first-child {
    transition-property: none;
  }

  .md\:first\:transition-all:first-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition-opacity:first-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:first\:transition-transform:first-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition-none:last-child {
    transition-property: none;
  }

  .md\:last\:transition-all:last-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition-opacity:last-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:last\:transition-transform:last-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .md\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .md\:even\:transition-all:nth-child(even) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition-none:hover {
    transition-property: none;
  }

  .md\:hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:transition-transform:hover {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition-none:focus {
    transition-property: none;
  }

  .md\:focus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition-opacity:focus {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:focus\:transition-transform:focus {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition-none:active {
    transition-property: none;
  }

  .md\:active\:transition-all:active {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition:active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition-colors:active {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition-opacity:active {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition-shadow:active {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:active\:transition-transform:active {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition-none:visited {
    transition-property: none;
  }

  .md\:visited\:transition-all:visited {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition:visited {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition-colors:visited {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition-opacity:visited {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition-shadow:visited {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:visited\:transition-transform:visited {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition-none:disabled {
    transition-property: none;
  }

  .md\:disabled\:transition-all:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition:disabled {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition-colors:disabled {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition-opacity:disabled {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition-shadow:disabled {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:disabled\:transition-transform:disabled {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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);
  }

  .group:hover .md\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .md\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .md\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .md\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:focus-within\:ease-linear:focus-within {
    transition-timing-function: linear;
  }

  .md\:focus-within\:ease-in:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:focus-within\:ease-out:focus-within {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:focus-within\:ease-in-out:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .md\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .md\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .md\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .md\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .md\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .md\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:active\:ease-linear:active {
    transition-timing-function: linear;
  }

  .md\:active\:ease-in:active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:active\:ease-out:active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:active\:ease-in-out:active {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:visited\:ease-linear:visited {
    transition-timing-function: linear;
  }

  .md\:visited\:ease-in:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:visited\:ease-out:visited {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:visited\:ease-in-out:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:disabled\:ease-linear:disabled {
    transition-timing-function: linear;
  }

  .md\:disabled\:ease-in:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:disabled\:ease-out:disabled {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:disabled\:ease-in-out:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .group:hover .md\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .md\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .md\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .md\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .md\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .md\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .md\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .md\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:focus-within\:duration-75:focus-within {
    transition-duration: 75ms;
  }

  .md\:focus-within\:duration-100:focus-within {
    transition-duration: 100ms;
  }

  .md\:focus-within\:duration-150:focus-within {
    transition-duration: 150ms;
  }

  .md\:focus-within\:duration-200:focus-within {
    transition-duration: 200ms;
  }

  .md\:focus-within\:duration-300:focus-within {
    transition-duration: 300ms;
  }

  .md\:focus-within\:duration-500:focus-within {
    transition-duration: 500ms;
  }

  .md\:focus-within\:duration-700:focus-within {
    transition-duration: 700ms;
  }

  .md\:focus-within\:duration-1000:focus-within {
    transition-duration: 1000ms;
  }

  .md\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .md\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .md\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .md\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .md\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .md\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .md\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .md\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .md\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .md\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .md\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .md\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .md\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .md\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .md\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .md\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .md\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .md\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .md\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .md\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .md\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .md\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .md\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .md\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .md\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .md\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .md\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .md\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .md\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .md\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .md\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .md\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .md\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .md\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .md\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .md\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .md\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .md\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .md\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .md\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .md\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .md\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .md\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .md\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .md\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .md\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .md\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .md\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .md\:active\:duration-75:active {
    transition-duration: 75ms;
  }

  .md\:active\:duration-100:active {
    transition-duration: 100ms;
  }

  .md\:active\:duration-150:active {
    transition-duration: 150ms;
  }

  .md\:active\:duration-200:active {
    transition-duration: 200ms;
  }

  .md\:active\:duration-300:active {
    transition-duration: 300ms;
  }

  .md\:active\:duration-500:active {
    transition-duration: 500ms;
  }

  .md\:active\:duration-700:active {
    transition-duration: 700ms;
  }

  .md\:active\:duration-1000:active {
    transition-duration: 1000ms;
  }

  .md\:visited\:duration-75:visited {
    transition-duration: 75ms;
  }

  .md\:visited\:duration-100:visited {
    transition-duration: 100ms;
  }

  .md\:visited\:duration-150:visited {
    transition-duration: 150ms;
  }

  .md\:visited\:duration-200:visited {
    transition-duration: 200ms;
  }

  .md\:visited\:duration-300:visited {
    transition-duration: 300ms;
  }

  .md\:visited\:duration-500:visited {
    transition-duration: 500ms;
  }

  .md\:visited\:duration-700:visited {
    transition-duration: 700ms;
  }

  .md\:visited\:duration-1000:visited {
    transition-duration: 1000ms;
  }

  .md\:disabled\:duration-75:disabled {
    transition-duration: 75ms;
  }

  .md\:disabled\:duration-100:disabled {
    transition-duration: 100ms;
  }

  .md\:disabled\:duration-150:disabled {
    transition-duration: 150ms;
  }

  .md\:disabled\:duration-200:disabled {
    transition-duration: 200ms;
  }

  .md\:disabled\:duration-300:disabled {
    transition-duration: 300ms;
  }

  .md\:disabled\:duration-500:disabled {
    transition-duration: 500ms;
  }

  .md\:disabled\:duration-700:disabled {
    transition-duration: 700ms;
  }

  .md\:disabled\:duration-1000:disabled {
    transition-duration: 1000ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .group:hover .md\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .md\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .md\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .md\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .md\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .md\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .md\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .md\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:focus-within\:delay-75:focus-within {
    transition-delay: 75ms;
  }

  .md\:focus-within\:delay-100:focus-within {
    transition-delay: 100ms;
  }

  .md\:focus-within\:delay-150:focus-within {
    transition-delay: 150ms;
  }

  .md\:focus-within\:delay-200:focus-within {
    transition-delay: 200ms;
  }

  .md\:focus-within\:delay-300:focus-within {
    transition-delay: 300ms;
  }

  .md\:focus-within\:delay-500:focus-within {
    transition-delay: 500ms;
  }

  .md\:focus-within\:delay-700:focus-within {
    transition-delay: 700ms;
  }

  .md\:focus-within\:delay-1000:focus-within {
    transition-delay: 1000ms;
  }

  .md\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .md\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .md\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .md\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .md\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .md\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .md\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .md\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .md\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .md\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .md\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .md\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .md\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .md\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .md\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .md\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .md\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .md\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .md\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .md\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .md\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .md\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .md\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .md\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .md\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .md\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .md\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .md\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .md\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .md\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .md\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .md\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .md\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .md\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .md\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .md\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .md\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .md\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .md\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .md\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .md\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .md\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .md\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .md\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .md\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .md\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .md\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .md\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .md\:active\:delay-75:active {
    transition-delay: 75ms;
  }

  .md\:active\:delay-100:active {
    transition-delay: 100ms;
  }

  .md\:active\:delay-150:active {
    transition-delay: 150ms;
  }

  .md\:active\:delay-200:active {
    transition-delay: 200ms;
  }

  .md\:active\:delay-300:active {
    transition-delay: 300ms;
  }

  .md\:active\:delay-500:active {
    transition-delay: 500ms;
  }

  .md\:active\:delay-700:active {
    transition-delay: 700ms;
  }

  .md\:active\:delay-1000:active {
    transition-delay: 1000ms;
  }

  .md\:visited\:delay-75:visited {
    transition-delay: 75ms;
  }

  .md\:visited\:delay-100:visited {
    transition-delay: 100ms;
  }

  .md\:visited\:delay-150:visited {
    transition-delay: 150ms;
  }

  .md\:visited\:delay-200:visited {
    transition-delay: 200ms;
  }

  .md\:visited\:delay-300:visited {
    transition-delay: 300ms;
  }

  .md\:visited\:delay-500:visited {
    transition-delay: 500ms;
  }

  .md\:visited\:delay-700:visited {
    transition-delay: 700ms;
  }

  .md\:visited\:delay-1000:visited {
    transition-delay: 1000ms;
  }

  .md\:disabled\:delay-75:disabled {
    transition-delay: 75ms;
  }

  .md\:disabled\:delay-100:disabled {
    transition-delay: 100ms;
  }

  .md\:disabled\:delay-150:disabled {
    transition-delay: 150ms;
  }

  .md\:disabled\:delay-200:disabled {
    transition-delay: 200ms;
  }

  .md\:disabled\:delay-300:disabled {
    transition-delay: 300ms;
  }

  .md\:disabled\:delay-500:disabled {
    transition-delay: 500ms;
  }

  .md\:disabled\:delay-700:disabled {
    transition-delay: 700ms;
  }

  .md\:disabled\:delay-1000:disabled {
    transition-delay: 1000ms;
  }

  .md\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .group:hover .md\:group-hover\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .group:hover .md\:group-hover\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .group:hover .md\:group-hover\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .md\:group-hover\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .md\:group-hover\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:focus-within\:animate-none:focus-within {
    -webkit-animation: none;
            animation: none;
  }

  .md\:focus-within\:animate-spin:focus-within {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:focus-within\:animate-ping:focus-within {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:focus-within\:animate-pulse:focus-within {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:focus-within\:animate-bounce:focus-within {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:first\:animate-none:first-child {
    -webkit-animation: none;
            animation: none;
  }

  .md\:first\:animate-spin:first-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:first\:animate-ping:first-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:first\:animate-pulse:first-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:first\:animate-bounce:first-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:last\:animate-none:last-child {
    -webkit-animation: none;
            animation: none;
  }

  .md\:last\:animate-spin:last-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:last\:animate-ping:last-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:last\:animate-pulse:last-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:last\:animate-bounce:last-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:odd\:animate-none:nth-child(odd) {
    -webkit-animation: none;
            animation: none;
  }

  .md\:odd\:animate-spin:nth-child(odd) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:odd\:animate-ping:nth-child(odd) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:odd\:animate-pulse:nth-child(odd) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:odd\:animate-bounce:nth-child(odd) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:even\:animate-none:nth-child(even) {
    -webkit-animation: none;
            animation: none;
  }

  .md\:even\:animate-spin:nth-child(even) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:even\:animate-ping:nth-child(even) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:even\:animate-pulse:nth-child(even) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:even\:animate-bounce:nth-child(even) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:hover\:animate-none:hover {
    -webkit-animation: none;
            animation: none;
  }

  .md\:hover\:animate-spin:hover {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:hover\:animate-ping:hover {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:hover\:animate-pulse:hover {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:hover\:animate-bounce:hover {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:focus\:animate-none:focus {
    -webkit-animation: none;
            animation: none;
  }

  .md\:focus\:animate-spin:focus {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:focus\:animate-ping:focus {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:focus\:animate-pulse:focus {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:focus\:animate-bounce:focus {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:active\:animate-none:active {
    -webkit-animation: none;
            animation: none;
  }

  .md\:active\:animate-spin:active {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:active\:animate-ping:active {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:active\:animate-pulse:active {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:active\:animate-bounce:active {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:visited\:animate-none:visited {
    -webkit-animation: none;
            animation: none;
  }

  .md\:visited\:animate-spin:visited {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:visited\:animate-ping:visited {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:visited\:animate-pulse:visited {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:visited\:animate-bounce:visited {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:disabled\:animate-none:disabled {
    -webkit-animation: none;
            animation: none;
  }

  .md\:disabled\:animate-spin:disabled {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:disabled\:animate-ping:disabled {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:disabled\:animate-pulse:disabled {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:disabled\:animate-bounce:disabled {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .group:hover .lg\:group-hover\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:focus-within\:container:focus-within {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:first\:container:first-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:last\:container:last-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:odd\:container:nth-child(odd) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:even\:container:nth-child(even) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:hover\:container:hover {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:focus\:container:focus {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:active\:container:active {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:visited\:container:visited {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:disabled\:container:disabled {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:-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));
  }

  .group:hover .lg\:group-hover\:-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)));
  }

  .group:hover .lg\:group-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .group:hover .lg\:group-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:focus-within\:space-y-0:focus-within > :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\:focus-within\:space-x-0:focus-within > :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\:focus-within\:space-y-1:focus-within > :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\:focus-within\:space-x-1:focus-within > :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\:focus-within\:space-y-2:focus-within > :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\:focus-within\:space-x-2:focus-within > :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\:focus-within\:space-y-3:focus-within > :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\:focus-within\:space-x-3:focus-within > :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\:focus-within\:space-y-4:focus-within > :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\:focus-within\:space-x-4:focus-within > :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\:focus-within\:space-y-5:focus-within > :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\:focus-within\:space-x-5:focus-within > :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\:focus-within\:space-y-6:focus-within > :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\:focus-within\:space-x-6:focus-within > :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\:focus-within\:space-y-7:focus-within > :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\:focus-within\:space-x-7:focus-within > :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\:focus-within\:space-y-8:focus-within > :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\:focus-within\:space-x-8:focus-within > :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\:focus-within\:space-y-9:focus-within > :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\:focus-within\:space-x-9:focus-within > :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\:focus-within\:space-y-10:focus-within > :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\:focus-within\:space-x-10:focus-within > :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\:focus-within\:space-y-11:focus-within > :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\:focus-within\:space-x-11:focus-within > :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\:focus-within\:space-y-12:focus-within > :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\:focus-within\:space-x-12:focus-within > :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\:focus-within\:space-y-14:focus-within > :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\:focus-within\:space-x-14:focus-within > :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\:focus-within\:space-y-16:focus-within > :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\:focus-within\:space-x-16:focus-within > :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\:focus-within\:space-y-20:focus-within > :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\:focus-within\:space-x-20:focus-within > :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\:focus-within\:space-y-24:focus-within > :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\:focus-within\:space-x-24:focus-within > :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\:focus-within\:space-y-28:focus-within > :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\:focus-within\:space-x-28:focus-within > :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\:focus-within\:space-y-32:focus-within > :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\:focus-within\:space-x-32:focus-within > :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\:focus-within\:space-y-36:focus-within > :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\:focus-within\:space-x-36:focus-within > :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\:focus-within\:space-y-40:focus-within > :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\:focus-within\:space-x-40:focus-within > :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\:focus-within\:space-y-44:focus-within > :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\:focus-within\:space-x-44:focus-within > :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\:focus-within\:space-y-48:focus-within > :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\:focus-within\:space-x-48:focus-within > :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\:focus-within\:space-y-52:focus-within > :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\:focus-within\:space-x-52:focus-within > :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\:focus-within\:space-y-56:focus-within > :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\:focus-within\:space-x-56:focus-within > :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\:focus-within\:space-y-60:focus-within > :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\:focus-within\:space-x-60:focus-within > :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\:focus-within\:space-y-64:focus-within > :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\:focus-within\:space-x-64:focus-within > :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\:focus-within\:space-y-72:focus-within > :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\:focus-within\:space-x-72:focus-within > :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\:focus-within\:space-y-80:focus-within > :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\:focus-within\:space-x-80:focus-within > :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\:focus-within\:space-y-96:focus-within > :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\:focus-within\:space-x-96:focus-within > :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\:focus-within\:space-y-px:focus-within > :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\:focus-within\:space-x-px:focus-within > :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\:focus-within\:space-y-0\.5:focus-within > :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\:focus-within\:space-x-0\.5:focus-within > :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\:focus-within\:space-y-1\.5:focus-within > :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\:focus-within\:space-x-1\.5:focus-within > :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\:focus-within\:space-y-2\.5:focus-within > :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\:focus-within\:space-x-2\.5:focus-within > :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\:focus-within\:space-y-3\.5:focus-within > :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\:focus-within\:space-x-3\.5:focus-within > :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\:focus-within\:-space-y-0:focus-within > :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\:focus-within\:-space-x-0:focus-within > :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\:focus-within\:-space-y-1:focus-within > :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\:focus-within\:-space-x-1:focus-within > :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\:focus-within\:-space-y-2:focus-within > :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\:focus-within\:-space-x-2:focus-within > :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\:focus-within\:-space-y-3:focus-within > :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\:focus-within\:-space-x-3:focus-within > :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\:focus-within\:-space-y-4:focus-within > :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\:focus-within\:-space-x-4:focus-within > :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\:focus-within\:-space-y-5:focus-within > :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\:focus-within\:-space-x-5:focus-within > :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\:focus-within\:-space-y-6:focus-within > :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\:focus-within\:-space-x-6:focus-within > :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\:focus-within\:-space-y-7:focus-within > :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\:focus-within\:-space-x-7:focus-within > :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\:focus-within\:-space-y-8:focus-within > :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\:focus-within\:-space-x-8:focus-within > :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\:focus-within\:-space-y-9:focus-within > :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\:focus-within\:-space-x-9:focus-within > :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\:focus-within\:-space-y-10:focus-within > :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\:focus-within\:-space-x-10:focus-within > :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\:focus-within\:-space-y-11:focus-within > :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\:focus-within\:-space-x-11:focus-within > :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\:focus-within\:-space-y-12:focus-within > :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\:focus-within\:-space-x-12:focus-within > :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\:focus-within\:-space-y-14:focus-within > :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\:focus-within\:-space-x-14:focus-within > :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\:focus-within\:-space-y-16:focus-within > :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\:focus-within\:-space-x-16:focus-within > :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\:focus-within\:-space-y-20:focus-within > :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\:focus-within\:-space-x-20:focus-within > :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\:focus-within\:-space-y-24:focus-within > :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\:focus-within\:-space-x-24:focus-within > :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\:focus-within\:-space-y-28:focus-within > :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\:focus-within\:-space-x-28:focus-within > :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\:focus-within\:-space-y-32:focus-within > :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\:focus-within\:-space-x-32:focus-within > :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\:focus-within\:-space-y-36:focus-within > :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\:focus-within\:-space-x-36:focus-within > :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\:focus-within\:-space-y-40:focus-within > :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\:focus-within\:-space-x-40:focus-within > :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\:focus-within\:-space-y-44:focus-within > :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\:focus-within\:-space-x-44:focus-within > :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\:focus-within\:-space-y-48:focus-within > :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\:focus-within\:-space-x-48:focus-within > :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\:focus-within\:-space-y-52:focus-within > :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\:focus-within\:-space-x-52:focus-within > :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\:focus-within\:-space-y-56:focus-within > :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\:focus-within\:-space-x-56:focus-within > :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\:focus-within\:-space-y-60:focus-within > :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\:focus-within\:-space-x-60:focus-within > :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\:focus-within\:-space-y-64:focus-within > :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\:focus-within\:-space-x-64:focus-within > :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\:focus-within\:-space-y-72:focus-within > :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\:focus-within\:-space-x-72:focus-within > :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\:focus-within\:-space-y-80:focus-within > :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\:focus-within\:-space-x-80:focus-within > :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\:focus-within\:-space-y-96:focus-within > :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\:focus-within\:-space-x-96:focus-within > :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\:focus-within\:-space-y-px:focus-within > :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\:focus-within\:-space-x-px:focus-within > :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\:focus-within\:-space-y-0\.5:focus-within > :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\:focus-within\:-space-x-0\.5:focus-within > :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\:focus-within\:-space-y-1\.5:focus-within > :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\:focus-within\:-space-x-1\.5:focus-within > :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\:focus-within\:-space-y-2\.5:focus-within > :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\:focus-within\:-space-x-2\.5:focus-within > :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\:focus-within\:-space-y-3\.5:focus-within > :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\:focus-within\:-space-x-3\.5:focus-within > :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\:focus-within\:space-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:focus-within\:space-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:first\:space-y-0:first-child > :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\:first\:space-x-0:first-child > :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\:first\:space-y-1:first-child > :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\:first\:space-x-1:first-child > :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\:first\:space-y-2:first-child > :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\:first\:space-x-2:first-child > :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\:first\:space-y-3:first-child > :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\:first\:space-x-3:first-child > :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\:first\:space-y-4:first-child > :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\:first\:space-x-4:first-child > :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\:first\:space-y-5:first-child > :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\:first\:space-x-5:first-child > :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\:first\:space-y-6:first-child > :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\:first\:space-x-6:first-child > :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\:first\:space-y-7:first-child > :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\:first\:space-x-7:first-child > :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\:first\:space-y-8:first-child > :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\:first\:space-x-8:first-child > :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\:first\:space-y-9:first-child > :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\:first\:space-x-9:first-child > :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\:first\:space-y-10:first-child > :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\:first\:space-x-10:first-child > :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\:first\:space-y-11:first-child > :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\:first\:space-x-11:first-child > :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\:first\:space-y-12:first-child > :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\:first\:space-x-12:first-child > :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\:first\:space-y-14:first-child > :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\:first\:space-x-14:first-child > :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\:first\:space-y-16:first-child > :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\:first\:space-x-16:first-child > :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\:first\:space-y-20:first-child > :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\:first\:space-x-20:first-child > :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\:first\:space-y-24:first-child > :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\:first\:space-x-24:first-child > :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\:first\:space-y-28:first-child > :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\:first\:space-x-28:first-child > :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\:first\:space-y-32:first-child > :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\:first\:space-x-32:first-child > :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\:first\:space-y-36:first-child > :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\:first\:space-x-36:first-child > :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\:first\:space-y-40:first-child > :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\:first\:space-x-40:first-child > :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\:first\:space-y-44:first-child > :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\:first\:space-x-44:first-child > :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\:first\:space-y-48:first-child > :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\:first\:space-x-48:first-child > :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\:first\:space-y-52:first-child > :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\:first\:space-x-52:first-child > :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\:first\:space-y-56:first-child > :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\:first\:space-x-56:first-child > :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\:first\:space-y-60:first-child > :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\:first\:space-x-60:first-child > :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\:first\:space-y-64:first-child > :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\:first\:space-x-64:first-child > :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\:first\:space-y-72:first-child > :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\:first\:space-x-72:first-child > :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\:first\:space-y-80:first-child > :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\:first\:space-x-80:first-child > :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\:first\:space-y-96:first-child > :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\:first\:space-x-96:first-child > :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\:first\:space-y-px:first-child > :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\:first\:space-x-px:first-child > :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\:first\:space-y-0\.5:first-child > :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\:first\:space-x-0\.5:first-child > :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\:first\:space-y-1\.5:first-child > :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\:first\:space-x-1\.5:first-child > :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\:first\:space-y-2\.5:first-child > :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\:first\:space-x-2\.5:first-child > :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\:first\:space-y-3\.5:first-child > :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\:first\:space-x-3\.5:first-child > :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\:first\:-space-y-0:first-child > :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\:first\:-space-x-0:first-child > :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\:first\:-space-y-1:first-child > :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\:first\:-space-x-1:first-child > :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\:first\:-space-y-2:first-child > :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\:first\:-space-x-2:first-child > :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\:first\:-space-y-3:first-child > :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\:first\:-space-x-3:first-child > :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\:first\:-space-y-4:first-child > :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\:first\:-space-x-4:first-child > :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\:first\:-space-y-5:first-child > :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\:first\:-space-x-5:first-child > :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\:first\:-space-y-6:first-child > :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\:first\:-space-x-6:first-child > :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\:first\:-space-y-7:first-child > :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\:first\:-space-x-7:first-child > :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\:first\:-space-y-8:first-child > :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\:first\:-space-x-8:first-child > :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\:first\:-space-y-9:first-child > :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\:first\:-space-x-9:first-child > :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\:first\:-space-y-10:first-child > :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\:first\:-space-x-10:first-child > :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\:first\:-space-y-11:first-child > :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\:first\:-space-x-11:first-child > :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\:first\:-space-y-12:first-child > :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\:first\:-space-x-12:first-child > :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\:first\:-space-y-14:first-child > :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\:first\:-space-x-14:first-child > :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\:first\:-space-y-16:first-child > :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\:first\:-space-x-16:first-child > :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\:first\:-space-y-20:first-child > :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\:first\:-space-x-20:first-child > :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\:first\:-space-y-24:first-child > :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\:first\:-space-x-24:first-child > :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\:first\:-space-y-28:first-child > :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\:first\:-space-x-28:first-child > :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\:first\:-space-y-32:first-child > :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\:first\:-space-x-32:first-child > :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\:first\:-space-y-36:first-child > :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\:first\:-space-x-36:first-child > :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\:first\:-space-y-40:first-child > :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\:first\:-space-x-40:first-child > :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\:first\:-space-y-44:first-child > :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\:first\:-space-x-44:first-child > :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\:first\:-space-y-48:first-child > :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\:first\:-space-x-48:first-child > :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\:first\:-space-y-52:first-child > :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\:first\:-space-x-52:first-child > :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\:first\:-space-y-56:first-child > :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\:first\:-space-x-56:first-child > :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\:first\:-space-y-60:first-child > :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\:first\:-space-x-60:first-child > :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\:first\:-space-y-64:first-child > :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\:first\:-space-x-64:first-child > :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\:first\:-space-y-72:first-child > :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\:first\:-space-x-72:first-child > :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\:first\:-space-y-80:first-child > :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\:first\:-space-x-80:first-child > :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\:first\:-space-y-96:first-child > :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\:first\:-space-x-96:first-child > :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\:first\:-space-y-px:first-child > :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\:first\:-space-x-px:first-child > :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\:first\:-space-y-0\.5:first-child > :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\:first\:-space-x-0\.5:first-child > :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\:first\:-space-y-1\.5:first-child > :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\:first\:-space-x-1\.5:first-child > :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\:first\:-space-y-2\.5:first-child > :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\:first\:-space-x-2\.5:first-child > :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\:first\:-space-y-3\.5:first-child > :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\:first\:-space-x-3\.5:first-child > :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\:first\:space-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:first\:space-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:last\:space-y-0:last-child > :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\:last\:space-x-0:last-child > :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\:last\:space-y-1:last-child > :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\:last\:space-x-1:last-child > :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\:last\:space-y-2:last-child > :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\:last\:space-x-2:last-child > :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\:last\:space-y-3:last-child > :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\:last\:space-x-3:last-child > :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\:last\:space-y-4:last-child > :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\:last\:space-x-4:last-child > :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\:last\:space-y-5:last-child > :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\:last\:space-x-5:last-child > :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\:last\:space-y-6:last-child > :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\:last\:space-x-6:last-child > :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\:last\:space-y-7:last-child > :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\:last\:space-x-7:last-child > :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\:last\:space-y-8:last-child > :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\:last\:space-x-8:last-child > :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\:last\:space-y-9:last-child > :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\:last\:space-x-9:last-child > :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\:last\:space-y-10:last-child > :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\:last\:space-x-10:last-child > :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\:last\:space-y-11:last-child > :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\:last\:space-x-11:last-child > :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\:last\:space-y-12:last-child > :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\:last\:space-x-12:last-child > :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\:last\:space-y-14:last-child > :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\:last\:space-x-14:last-child > :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\:last\:space-y-16:last-child > :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\:last\:space-x-16:last-child > :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\:last\:space-y-20:last-child > :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\:last\:space-x-20:last-child > :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\:last\:space-y-24:last-child > :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\:last\:space-x-24:last-child > :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\:last\:space-y-28:last-child > :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\:last\:space-x-28:last-child > :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\:last\:space-y-32:last-child > :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\:last\:space-x-32:last-child > :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\:last\:space-y-36:last-child > :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\:last\:space-x-36:last-child > :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\:last\:space-y-40:last-child > :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\:last\:space-x-40:last-child > :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\:last\:space-y-44:last-child > :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\:last\:space-x-44:last-child > :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\:last\:space-y-48:last-child > :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\:last\:space-x-48:last-child > :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\:last\:space-y-52:last-child > :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\:last\:space-x-52:last-child > :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\:last\:space-y-56:last-child > :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\:last\:space-x-56:last-child > :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\:last\:space-y-60:last-child > :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\:last\:space-x-60:last-child > :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\:last\:space-y-64:last-child > :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\:last\:space-x-64:last-child > :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\:last\:space-y-72:last-child > :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\:last\:space-x-72:last-child > :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\:last\:space-y-80:last-child > :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\:last\:space-x-80:last-child > :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\:last\:space-y-96:last-child > :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\:last\:space-x-96:last-child > :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\:last\:space-y-px:last-child > :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\:last\:space-x-px:last-child > :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\:last\:space-y-0\.5:last-child > :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\:last\:space-x-0\.5:last-child > :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\:last\:space-y-1\.5:last-child > :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\:last\:space-x-1\.5:last-child > :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\:last\:space-y-2\.5:last-child > :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\:last\:space-x-2\.5:last-child > :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\:last\:space-y-3\.5:last-child > :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\:last\:space-x-3\.5:last-child > :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\:last\:-space-y-0:last-child > :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\:last\:-space-x-0:last-child > :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\:last\:-space-y-1:last-child > :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\:last\:-space-x-1:last-child > :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\:last\:-space-y-2:last-child > :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\:last\:-space-x-2:last-child > :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\:last\:-space-y-3:last-child > :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\:last\:-space-x-3:last-child > :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\:last\:-space-y-4:last-child > :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\:last\:-space-x-4:last-child > :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\:last\:-space-y-5:last-child > :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\:last\:-space-x-5:last-child > :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\:last\:-space-y-6:last-child > :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\:last\:-space-x-6:last-child > :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\:last\:-space-y-7:last-child > :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\:last\:-space-x-7:last-child > :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\:last\:-space-y-8:last-child > :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\:last\:-space-x-8:last-child > :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\:last\:-space-y-9:last-child > :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\:last\:-space-x-9:last-child > :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\:last\:-space-y-10:last-child > :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\:last\:-space-x-10:last-child > :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\:last\:-space-y-11:last-child > :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\:last\:-space-x-11:last-child > :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\:last\:-space-y-12:last-child > :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\:last\:-space-x-12:last-child > :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\:last\:-space-y-14:last-child > :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\:last\:-space-x-14:last-child > :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\:last\:-space-y-16:last-child > :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\:last\:-space-x-16:last-child > :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\:last\:-space-y-20:last-child > :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\:last\:-space-x-20:last-child > :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\:last\:-space-y-24:last-child > :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\:last\:-space-x-24:last-child > :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\:last\:-space-y-28:last-child > :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\:last\:-space-x-28:last-child > :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\:last\:-space-y-32:last-child > :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\:last\:-space-x-32:last-child > :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\:last\:-space-y-36:last-child > :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\:last\:-space-x-36:last-child > :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\:last\:-space-y-40:last-child > :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\:last\:-space-x-40:last-child > :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\:last\:-space-y-44:last-child > :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\:last\:-space-x-44:last-child > :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\:last\:-space-y-48:last-child > :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\:last\:-space-x-48:last-child > :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\:last\:-space-y-52:last-child > :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\:last\:-space-x-52:last-child > :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\:last\:-space-y-56:last-child > :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\:last\:-space-x-56:last-child > :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\:last\:-space-y-60:last-child > :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\:last\:-space-x-60:last-child > :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\:last\:-space-y-64:last-child > :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\:last\:-space-x-64:last-child > :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\:last\:-space-y-72:last-child > :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\:last\:-space-x-72:last-child > :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\:last\:-space-y-80:last-child > :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\:last\:-space-x-80:last-child > :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\:last\:-space-y-96:last-child > :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\:last\:-space-x-96:last-child > :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\:last\:-space-y-px:last-child > :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\:last\:-space-x-px:last-child > :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\:last\:-space-y-0\.5:last-child > :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\:last\:-space-x-0\.5:last-child > :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\:last\:-space-y-1\.5:last-child > :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\:last\:-space-x-1\.5:last-child > :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\:last\:-space-y-2\.5:last-child > :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\:last\:-space-x-2\.5:last-child > :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\:last\:-space-y-3\.5:last-child > :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\:last\:-space-x-3\.5:last-child > :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\:last\:space-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:last\:space-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:odd\:space-y-0:nth-child(odd) > :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\:odd\:space-x-0:nth-child(odd) > :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\:odd\:space-y-1:nth-child(odd) > :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\:odd\:space-x-1:nth-child(odd) > :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\:odd\:space-y-2:nth-child(odd) > :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\:odd\:space-x-2:nth-child(odd) > :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\:odd\:space-y-3:nth-child(odd) > :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\:odd\:space-x-3:nth-child(odd) > :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\:odd\:space-y-4:nth-child(odd) > :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\:odd\:space-x-4:nth-child(odd) > :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\:odd\:space-y-5:nth-child(odd) > :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\:odd\:space-x-5:nth-child(odd) > :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\:odd\:space-y-6:nth-child(odd) > :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\:odd\:space-x-6:nth-child(odd) > :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\:odd\:space-y-7:nth-child(odd) > :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\:odd\:space-x-7:nth-child(odd) > :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\:odd\:space-y-8:nth-child(odd) > :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\:odd\:space-x-8:nth-child(odd) > :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\:odd\:space-y-9:nth-child(odd) > :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\:odd\:space-x-9:nth-child(odd) > :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\:odd\:space-y-10:nth-child(odd) > :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\:odd\:space-x-10:nth-child(odd) > :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\:odd\:space-y-11:nth-child(odd) > :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\:odd\:space-x-11:nth-child(odd) > :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\:odd\:space-y-12:nth-child(odd) > :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\:odd\:space-x-12:nth-child(odd) > :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\:odd\:space-y-14:nth-child(odd) > :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\:odd\:space-x-14:nth-child(odd) > :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\:odd\:space-y-16:nth-child(odd) > :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\:odd\:space-x-16:nth-child(odd) > :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\:odd\:space-y-20:nth-child(odd) > :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\:odd\:space-x-20:nth-child(odd) > :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\:odd\:space-y-24:nth-child(odd) > :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\:odd\:space-x-24:nth-child(odd) > :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\:odd\:space-y-28:nth-child(odd) > :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\:odd\:space-x-28:nth-child(odd) > :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\:odd\:space-y-32:nth-child(odd) > :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\:odd\:space-x-32:nth-child(odd) > :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\:odd\:space-y-36:nth-child(odd) > :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\:odd\:space-x-36:nth-child(odd) > :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\:odd\:space-y-40:nth-child(odd) > :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\:odd\:space-x-40:nth-child(odd) > :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\:odd\:space-y-44:nth-child(odd) > :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\:odd\:space-x-44:nth-child(odd) > :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\:odd\:space-y-48:nth-child(odd) > :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\:odd\:space-x-48:nth-child(odd) > :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\:odd\:space-y-52:nth-child(odd) > :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\:odd\:space-x-52:nth-child(odd) > :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\:odd\:space-y-56:nth-child(odd) > :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\:odd\:space-x-56:nth-child(odd) > :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\:odd\:space-y-60:nth-child(odd) > :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\:odd\:space-x-60:nth-child(odd) > :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\:odd\:space-y-64:nth-child(odd) > :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\:odd\:space-x-64:nth-child(odd) > :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\:odd\:space-y-72:nth-child(odd) > :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\:odd\:space-x-72:nth-child(odd) > :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\:odd\:space-y-80:nth-child(odd) > :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\:odd\:space-x-80:nth-child(odd) > :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\:odd\:space-y-96:nth-child(odd) > :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\:odd\:space-x-96:nth-child(odd) > :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\:odd\:space-y-px:nth-child(odd) > :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\:odd\:space-x-px:nth-child(odd) > :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\:odd\:space-y-0\.5:nth-child(odd) > :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\:odd\:space-x-0\.5:nth-child(odd) > :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\:odd\:space-y-1\.5:nth-child(odd) > :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\:odd\:space-x-1\.5:nth-child(odd) > :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\:odd\:space-y-2\.5:nth-child(odd) > :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\:odd\:space-x-2\.5:nth-child(odd) > :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\:odd\:space-y-3\.5:nth-child(odd) > :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\:odd\:space-x-3\.5:nth-child(odd) > :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\:odd\:-space-y-0:nth-child(odd) > :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\:odd\:-space-x-0:nth-child(odd) > :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\:odd\:-space-y-1:nth-child(odd) > :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\:odd\:-space-x-1:nth-child(odd) > :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\:odd\:-space-y-2:nth-child(odd) > :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\:odd\:-space-x-2:nth-child(odd) > :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\:odd\:-space-y-3:nth-child(odd) > :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\:odd\:-space-x-3:nth-child(odd) > :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\:odd\:-space-y-4:nth-child(odd) > :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\:odd\:-space-x-4:nth-child(odd) > :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\:odd\:-space-y-5:nth-child(odd) > :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\:odd\:-space-x-5:nth-child(odd) > :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\:odd\:-space-y-6:nth-child(odd) > :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\:odd\:-space-x-6:nth-child(odd) > :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\:odd\:-space-y-7:nth-child(odd) > :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\:odd\:-space-x-7:nth-child(odd) > :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\:odd\:-space-y-8:nth-child(odd) > :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\:odd\:-space-x-8:nth-child(odd) > :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\:odd\:-space-y-9:nth-child(odd) > :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\:odd\:-space-x-9:nth-child(odd) > :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\:odd\:-space-y-10:nth-child(odd) > :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\:odd\:-space-x-10:nth-child(odd) > :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\:odd\:-space-y-11:nth-child(odd) > :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\:odd\:-space-x-11:nth-child(odd) > :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\:odd\:-space-y-12:nth-child(odd) > :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\:odd\:-space-x-12:nth-child(odd) > :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\:odd\:-space-y-14:nth-child(odd) > :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\:odd\:-space-x-14:nth-child(odd) > :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\:odd\:-space-y-16:nth-child(odd) > :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\:odd\:-space-x-16:nth-child(odd) > :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\:odd\:-space-y-20:nth-child(odd) > :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\:odd\:-space-x-20:nth-child(odd) > :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\:odd\:-space-y-24:nth-child(odd) > :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\:odd\:-space-x-24:nth-child(odd) > :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\:odd\:-space-y-28:nth-child(odd) > :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\:odd\:-space-x-28:nth-child(odd) > :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\:odd\:-space-y-32:nth-child(odd) > :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\:odd\:-space-x-32:nth-child(odd) > :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\:odd\:-space-y-36:nth-child(odd) > :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\:odd\:-space-x-36:nth-child(odd) > :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\:odd\:-space-y-40:nth-child(odd) > :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\:odd\:-space-x-40:nth-child(odd) > :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\:odd\:-space-y-44:nth-child(odd) > :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\:odd\:-space-x-44:nth-child(odd) > :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\:odd\:-space-y-48:nth-child(odd) > :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\:odd\:-space-x-48:nth-child(odd) > :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\:odd\:-space-y-52:nth-child(odd) > :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\:odd\:-space-x-52:nth-child(odd) > :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\:odd\:-space-y-56:nth-child(odd) > :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\:odd\:-space-x-56:nth-child(odd) > :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\:odd\:-space-y-60:nth-child(odd) > :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\:odd\:-space-x-60:nth-child(odd) > :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\:odd\:-space-y-64:nth-child(odd) > :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\:odd\:-space-x-64:nth-child(odd) > :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\:odd\:-space-y-72:nth-child(odd) > :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\:odd\:-space-x-72:nth-child(odd) > :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\:odd\:-space-y-80:nth-child(odd) > :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\:odd\:-space-x-80:nth-child(odd) > :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\:odd\:-space-y-96:nth-child(odd) > :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\:odd\:-space-x-96:nth-child(odd) > :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\:odd\:-space-y-px:nth-child(odd) > :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\:odd\:-space-x-px:nth-child(odd) > :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\:odd\:-space-y-0\.5:nth-child(odd) > :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\:odd\:-space-x-0\.5:nth-child(odd) > :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\:odd\:-space-y-1\.5:nth-child(odd) > :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\:odd\:-space-x-1\.5:nth-child(odd) > :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\:odd\:-space-y-2\.5:nth-child(odd) > :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\:odd\:-space-x-2\.5:nth-child(odd) > :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\:odd\:-space-y-3\.5:nth-child(odd) > :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\:odd\:-space-x-3\.5:nth-child(odd) > :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\:odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:even\:space-y-0:nth-child(even) > :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\:even\:space-x-0:nth-child(even) > :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\:even\:space-y-1:nth-child(even) > :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\:even\:space-x-1:nth-child(even) > :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\:even\:space-y-2:nth-child(even) > :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\:even\:space-x-2:nth-child(even) > :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\:even\:space-y-3:nth-child(even) > :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\:even\:space-x-3:nth-child(even) > :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\:even\:space-y-4:nth-child(even) > :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\:even\:space-x-4:nth-child(even) > :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\:even\:space-y-5:nth-child(even) > :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\:even\:space-x-5:nth-child(even) > :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\:even\:space-y-6:nth-child(even) > :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\:even\:space-x-6:nth-child(even) > :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\:even\:space-y-7:nth-child(even) > :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\:even\:space-x-7:nth-child(even) > :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\:even\:space-y-8:nth-child(even) > :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\:even\:space-x-8:nth-child(even) > :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\:even\:space-y-9:nth-child(even) > :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\:even\:space-x-9:nth-child(even) > :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\:even\:space-y-10:nth-child(even) > :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\:even\:space-x-10:nth-child(even) > :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\:even\:space-y-11:nth-child(even) > :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\:even\:space-x-11:nth-child(even) > :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\:even\:space-y-12:nth-child(even) > :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\:even\:space-x-12:nth-child(even) > :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\:even\:space-y-14:nth-child(even) > :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\:even\:space-x-14:nth-child(even) > :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\:even\:space-y-16:nth-child(even) > :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\:even\:space-x-16:nth-child(even) > :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\:even\:space-y-20:nth-child(even) > :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\:even\:space-x-20:nth-child(even) > :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\:even\:space-y-24:nth-child(even) > :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\:even\:space-x-24:nth-child(even) > :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\:even\:space-y-28:nth-child(even) > :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\:even\:space-x-28:nth-child(even) > :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\:even\:space-y-32:nth-child(even) > :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\:even\:space-x-32:nth-child(even) > :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\:even\:space-y-36:nth-child(even) > :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\:even\:space-x-36:nth-child(even) > :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\:even\:space-y-40:nth-child(even) > :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\:even\:space-x-40:nth-child(even) > :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\:even\:space-y-44:nth-child(even) > :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\:even\:space-x-44:nth-child(even) > :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\:even\:space-y-48:nth-child(even) > :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\:even\:space-x-48:nth-child(even) > :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\:even\:space-y-52:nth-child(even) > :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\:even\:space-x-52:nth-child(even) > :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\:even\:space-y-56:nth-child(even) > :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\:even\:space-x-56:nth-child(even) > :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\:even\:space-y-60:nth-child(even) > :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\:even\:space-x-60:nth-child(even) > :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\:even\:space-y-64:nth-child(even) > :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\:even\:space-x-64:nth-child(even) > :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\:even\:space-y-72:nth-child(even) > :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\:even\:space-x-72:nth-child(even) > :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\:even\:space-y-80:nth-child(even) > :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\:even\:space-x-80:nth-child(even) > :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\:even\:space-y-96:nth-child(even) > :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\:even\:space-x-96:nth-child(even) > :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\:even\:space-y-px:nth-child(even) > :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\:even\:space-x-px:nth-child(even) > :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\:even\:space-y-0\.5:nth-child(even) > :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\:even\:space-x-0\.5:nth-child(even) > :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\:even\:space-y-1\.5:nth-child(even) > :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\:even\:space-x-1\.5:nth-child(even) > :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\:even\:space-y-2\.5:nth-child(even) > :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\:even\:space-x-2\.5:nth-child(even) > :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\:even\:space-y-3\.5:nth-child(even) > :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\:even\:space-x-3\.5:nth-child(even) > :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\:even\:-space-y-0:nth-child(even) > :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\:even\:-space-x-0:nth-child(even) > :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\:even\:-space-y-1:nth-child(even) > :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\:even\:-space-x-1:nth-child(even) > :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\:even\:-space-y-2:nth-child(even) > :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\:even\:-space-x-2:nth-child(even) > :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\:even\:-space-y-3:nth-child(even) > :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\:even\:-space-x-3:nth-child(even) > :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\:even\:-space-y-4:nth-child(even) > :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\:even\:-space-x-4:nth-child(even) > :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\:even\:-space-y-5:nth-child(even) > :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\:even\:-space-x-5:nth-child(even) > :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\:even\:-space-y-6:nth-child(even) > :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\:even\:-space-x-6:nth-child(even) > :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\:even\:-space-y-7:nth-child(even) > :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\:even\:-space-x-7:nth-child(even) > :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\:even\:-space-y-8:nth-child(even) > :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\:even\:-space-x-8:nth-child(even) > :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\:even\:-space-y-9:nth-child(even) > :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\:even\:-space-x-9:nth-child(even) > :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\:even\:-space-y-10:nth-child(even) > :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\:even\:-space-x-10:nth-child(even) > :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\:even\:-space-y-11:nth-child(even) > :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\:even\:-space-x-11:nth-child(even) > :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\:even\:-space-y-12:nth-child(even) > :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\:even\:-space-x-12:nth-child(even) > :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\:even\:-space-y-14:nth-child(even) > :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\:even\:-space-x-14:nth-child(even) > :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\:even\:-space-y-16:nth-child(even) > :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\:even\:-space-x-16:nth-child(even) > :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\:even\:-space-y-20:nth-child(even) > :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\:even\:-space-x-20:nth-child(even) > :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\:even\:-space-y-24:nth-child(even) > :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\:even\:-space-x-24:nth-child(even) > :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\:even\:-space-y-28:nth-child(even) > :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\:even\:-space-x-28:nth-child(even) > :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\:even\:-space-y-32:nth-child(even) > :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\:even\:-space-x-32:nth-child(even) > :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\:even\:-space-y-36:nth-child(even) > :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\:even\:-space-x-36:nth-child(even) > :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\:even\:-space-y-40:nth-child(even) > :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\:even\:-space-x-40:nth-child(even) > :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\:even\:-space-y-44:nth-child(even) > :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\:even\:-space-x-44:nth-child(even) > :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\:even\:-space-y-48:nth-child(even) > :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\:even\:-space-x-48:nth-child(even) > :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\:even\:-space-y-52:nth-child(even) > :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\:even\:-space-x-52:nth-child(even) > :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\:even\:-space-y-56:nth-child(even) > :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\:even\:-space-x-56:nth-child(even) > :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\:even\:-space-y-60:nth-child(even) > :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\:even\:-space-x-60:nth-child(even) > :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\:even\:-space-y-64:nth-child(even) > :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\:even\:-space-x-64:nth-child(even) > :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\:even\:-space-y-72:nth-child(even) > :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\:even\:-space-x-72:nth-child(even) > :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\:even\:-space-y-80:nth-child(even) > :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\:even\:-space-x-80:nth-child(even) > :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\:even\:-space-y-96:nth-child(even) > :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\:even\:-space-x-96:nth-child(even) > :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\:even\:-space-y-px:nth-child(even) > :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\:even\:-space-x-px:nth-child(even) > :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\:even\:-space-y-0\.5:nth-child(even) > :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\:even\:-space-x-0\.5:nth-child(even) > :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\:even\:-space-y-1\.5:nth-child(even) > :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\:even\:-space-x-1\.5:nth-child(even) > :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\:even\:-space-y-2\.5:nth-child(even) > :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\:even\:-space-x-2\.5:nth-child(even) > :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\:even\:-space-y-3\.5:nth-child(even) > :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\:even\:-space-x-3\.5:nth-child(even) > :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\:even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:hover\:space-y-0:hover > :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\:hover\:space-x-0:hover > :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\:hover\:space-y-1:hover > :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\:hover\:space-x-1:hover > :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\:hover\:space-y-2:hover > :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\:hover\:space-x-2:hover > :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\:hover\:space-y-3:hover > :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\:hover\:space-x-3:hover > :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\:hover\:space-y-4:hover > :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\:hover\:space-x-4:hover > :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\:hover\:space-y-5:hover > :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\:hover\:space-x-5:hover > :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\:hover\:space-y-6:hover > :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\:hover\:space-x-6:hover > :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\:hover\:space-y-7:hover > :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\:hover\:space-x-7:hover > :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\:hover\:space-y-8:hover > :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\:hover\:space-x-8:hover > :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\:hover\:space-y-9:hover > :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\:hover\:space-x-9:hover > :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\:hover\:space-y-10:hover > :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\:hover\:space-x-10:hover > :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\:hover\:space-y-11:hover > :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\:hover\:space-x-11:hover > :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\:hover\:space-y-12:hover > :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\:hover\:space-x-12:hover > :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\:hover\:space-y-14:hover > :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\:hover\:space-x-14:hover > :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\:hover\:space-y-16:hover > :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\:hover\:space-x-16:hover > :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\:hover\:space-y-20:hover > :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\:hover\:space-x-20:hover > :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\:hover\:space-y-24:hover > :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\:hover\:space-x-24:hover > :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\:hover\:space-y-28:hover > :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\:hover\:space-x-28:hover > :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\:hover\:space-y-32:hover > :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\:hover\:space-x-32:hover > :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\:hover\:space-y-36:hover > :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\:hover\:space-x-36:hover > :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\:hover\:space-y-40:hover > :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\:hover\:space-x-40:hover > :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\:hover\:space-y-44:hover > :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\:hover\:space-x-44:hover > :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\:hover\:space-y-48:hover > :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\:hover\:space-x-48:hover > :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\:hover\:space-y-52:hover > :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\:hover\:space-x-52:hover > :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\:hover\:space-y-56:hover > :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\:hover\:space-x-56:hover > :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\:hover\:space-y-60:hover > :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\:hover\:space-x-60:hover > :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\:hover\:space-y-64:hover > :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\:hover\:space-x-64:hover > :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\:hover\:space-y-72:hover > :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\:hover\:space-x-72:hover > :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\:hover\:space-y-80:hover > :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\:hover\:space-x-80:hover > :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\:hover\:space-y-96:hover > :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\:hover\:space-x-96:hover > :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\:hover\:space-y-px:hover > :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\:hover\:space-x-px:hover > :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\:hover\:space-y-0\.5:hover > :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\:hover\:space-x-0\.5:hover > :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\:hover\:space-y-1\.5:hover > :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\:hover\:space-x-1\.5:hover > :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\:hover\:space-y-2\.5:hover > :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\:hover\:space-x-2\.5:hover > :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\:hover\:space-y-3\.5:hover > :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\:hover\:space-x-3\.5:hover > :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\:hover\:-space-y-0:hover > :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\:hover\:-space-x-0:hover > :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\:hover\:-space-y-1:hover > :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\:hover\:-space-x-1:hover > :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\:hover\:-space-y-2:hover > :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\:hover\:-space-x-2:hover > :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\:hover\:-space-y-3:hover > :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\:hover\:-space-x-3:hover > :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\:hover\:-space-y-4:hover > :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\:hover\:-space-x-4:hover > :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\:hover\:-space-y-5:hover > :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\:hover\:-space-x-5:hover > :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\:hover\:-space-y-6:hover > :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\:hover\:-space-x-6:hover > :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\:hover\:-space-y-7:hover > :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\:hover\:-space-x-7:hover > :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\:hover\:-space-y-8:hover > :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\:hover\:-space-x-8:hover > :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\:hover\:-space-y-9:hover > :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\:hover\:-space-x-9:hover > :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\:hover\:-space-y-10:hover > :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\:hover\:-space-x-10:hover > :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\:hover\:-space-y-11:hover > :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\:hover\:-space-x-11:hover > :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\:hover\:-space-y-12:hover > :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\:hover\:-space-x-12:hover > :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\:hover\:-space-y-14:hover > :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\:hover\:-space-x-14:hover > :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\:hover\:-space-y-16:hover > :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\:hover\:-space-x-16:hover > :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\:hover\:-space-y-20:hover > :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\:hover\:-space-x-20:hover > :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\:hover\:-space-y-24:hover > :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\:hover\:-space-x-24:hover > :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\:hover\:-space-y-28:hover > :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\:hover\:-space-x-28:hover > :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\:hover\:-space-y-32:hover > :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\:hover\:-space-x-32:hover > :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\:hover\:-space-y-36:hover > :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\:hover\:-space-x-36:hover > :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\:hover\:-space-y-40:hover > :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\:hover\:-space-x-40:hover > :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\:hover\:-space-y-44:hover > :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\:hover\:-space-x-44:hover > :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\:hover\:-space-y-48:hover > :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\:hover\:-space-x-48:hover > :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\:hover\:-space-y-52:hover > :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\:hover\:-space-x-52:hover > :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\:hover\:-space-y-56:hover > :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\:hover\:-space-x-56:hover > :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\:hover\:-space-y-60:hover > :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\:hover\:-space-x-60:hover > :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\:hover\:-space-y-64:hover > :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\:hover\:-space-x-64:hover > :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\:hover\:-space-y-72:hover > :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\:hover\:-space-x-72:hover > :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\:hover\:-space-y-80:hover > :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\:hover\:-space-x-80:hover > :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\:hover\:-space-y-96:hover > :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\:hover\:-space-x-96:hover > :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\:hover\:-space-y-px:hover > :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\:hover\:-space-x-px:hover > :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\:hover\:-space-y-0\.5:hover > :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\:hover\:-space-x-0\.5:hover > :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\:hover\:-space-y-1\.5:hover > :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\:hover\:-space-x-1\.5:hover > :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\:hover\:-space-y-2\.5:hover > :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\:hover\:-space-x-2\.5:hover > :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\:hover\:-space-y-3\.5:hover > :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\:hover\:-space-x-3\.5:hover > :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\:hover\:space-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:hover\:space-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:focus\:space-y-0:focus > :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\:focus\:space-x-0:focus > :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\:focus\:space-y-1:focus > :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\:focus\:space-x-1:focus > :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\:focus\:space-y-2:focus > :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\:focus\:space-x-2:focus > :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\:focus\:space-y-3:focus > :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\:focus\:space-x-3:focus > :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\:focus\:space-y-4:focus > :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\:focus\:space-x-4:focus > :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\:focus\:space-y-5:focus > :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\:focus\:space-x-5:focus > :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\:focus\:space-y-6:focus > :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\:focus\:space-x-6:focus > :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\:focus\:space-y-7:focus > :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\:focus\:space-x-7:focus > :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\:focus\:space-y-8:focus > :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\:focus\:space-x-8:focus > :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\:focus\:space-y-9:focus > :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\:focus\:space-x-9:focus > :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\:focus\:space-y-10:focus > :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\:focus\:space-x-10:focus > :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\:focus\:space-y-11:focus > :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\:focus\:space-x-11:focus > :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\:focus\:space-y-12:focus > :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\:focus\:space-x-12:focus > :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\:focus\:space-y-14:focus > :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\:focus\:space-x-14:focus > :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\:focus\:space-y-16:focus > :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\:focus\:space-x-16:focus > :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\:focus\:space-y-20:focus > :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\:focus\:space-x-20:focus > :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\:focus\:space-y-24:focus > :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\:focus\:space-x-24:focus > :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\:focus\:space-y-28:focus > :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\:focus\:space-x-28:focus > :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\:focus\:space-y-32:focus > :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\:focus\:space-x-32:focus > :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\:focus\:space-y-36:focus > :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\:focus\:space-x-36:focus > :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\:focus\:space-y-40:focus > :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\:focus\:space-x-40:focus > :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\:focus\:space-y-44:focus > :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\:focus\:space-x-44:focus > :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\:focus\:space-y-48:focus > :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\:focus\:space-x-48:focus > :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\:focus\:space-y-52:focus > :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\:focus\:space-x-52:focus > :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\:focus\:space-y-56:focus > :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\:focus\:space-x-56:focus > :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\:focus\:space-y-60:focus > :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\:focus\:space-x-60:focus > :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\:focus\:space-y-64:focus > :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\:focus\:space-x-64:focus > :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\:focus\:space-y-72:focus > :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\:focus\:space-x-72:focus > :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\:focus\:space-y-80:focus > :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\:focus\:space-x-80:focus > :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\:focus\:space-y-96:focus > :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\:focus\:space-x-96:focus > :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\:focus\:space-y-px:focus > :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\:focus\:space-x-px:focus > :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\:focus\:space-y-0\.5:focus > :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\:focus\:space-x-0\.5:focus > :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\:focus\:space-y-1\.5:focus > :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\:focus\:space-x-1\.5:focus > :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\:focus\:space-y-2\.5:focus > :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\:focus\:space-x-2\.5:focus > :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\:focus\:space-y-3\.5:focus > :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\:focus\:space-x-3\.5:focus > :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\:focus\:-space-y-0:focus > :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\:focus\:-space-x-0:focus > :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\:focus\:-space-y-1:focus > :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\:focus\:-space-x-1:focus > :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\:focus\:-space-y-2:focus > :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\:focus\:-space-x-2:focus > :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\:focus\:-space-y-3:focus > :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\:focus\:-space-x-3:focus > :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\:focus\:-space-y-4:focus > :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\:focus\:-space-x-4:focus > :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\:focus\:-space-y-5:focus > :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\:focus\:-space-x-5:focus > :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\:focus\:-space-y-6:focus > :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\:focus\:-space-x-6:focus > :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\:focus\:-space-y-7:focus > :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\:focus\:-space-x-7:focus > :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\:focus\:-space-y-8:focus > :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\:focus\:-space-x-8:focus > :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\:focus\:-space-y-9:focus > :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\:focus\:-space-x-9:focus > :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\:focus\:-space-y-10:focus > :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\:focus\:-space-x-10:focus > :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\:focus\:-space-y-11:focus > :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\:focus\:-space-x-11:focus > :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\:focus\:-space-y-12:focus > :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\:focus\:-space-x-12:focus > :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\:focus\:-space-y-14:focus > :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\:focus\:-space-x-14:focus > :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\:focus\:-space-y-16:focus > :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\:focus\:-space-x-16:focus > :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\:focus\:-space-y-20:focus > :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\:focus\:-space-x-20:focus > :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\:focus\:-space-y-24:focus > :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\:focus\:-space-x-24:focus > :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\:focus\:-space-y-28:focus > :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\:focus\:-space-x-28:focus > :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\:focus\:-space-y-32:focus > :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\:focus\:-space-x-32:focus > :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\:focus\:-space-y-36:focus > :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\:focus\:-space-x-36:focus > :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\:focus\:-space-y-40:focus > :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\:focus\:-space-x-40:focus > :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\:focus\:-space-y-44:focus > :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\:focus\:-space-x-44:focus > :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\:focus\:-space-y-48:focus > :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\:focus\:-space-x-48:focus > :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\:focus\:-space-y-52:focus > :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\:focus\:-space-x-52:focus > :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\:focus\:-space-y-56:focus > :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\:focus\:-space-x-56:focus > :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\:focus\:-space-y-60:focus > :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\:focus\:-space-x-60:focus > :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\:focus\:-space-y-64:focus > :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\:focus\:-space-x-64:focus > :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\:focus\:-space-y-72:focus > :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\:focus\:-space-x-72:focus > :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\:focus\:-space-y-80:focus > :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\:focus\:-space-x-80:focus > :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\:focus\:-space-y-96:focus > :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\:focus\:-space-x-96:focus > :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\:focus\:-space-y-px:focus > :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\:focus\:-space-x-px:focus > :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\:focus\:-space-y-0\.5:focus > :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\:focus\:-space-x-0\.5:focus > :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\:focus\:-space-y-1\.5:focus > :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\:focus\:-space-x-1\.5:focus > :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\:focus\:-space-y-2\.5:focus > :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\:focus\:-space-x-2\.5:focus > :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\:focus\:-space-y-3\.5:focus > :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\:focus\:-space-x-3\.5:focus > :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\:focus\:space-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:focus\:space-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:active\:space-y-0:active > :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\:active\:space-x-0:active > :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\:active\:space-y-1:active > :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\:active\:space-x-1:active > :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\:active\:space-y-2:active > :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\:active\:space-x-2:active > :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\:active\:space-y-3:active > :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\:active\:space-x-3:active > :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\:active\:space-y-4:active > :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\:active\:space-x-4:active > :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\:active\:space-y-5:active > :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\:active\:space-x-5:active > :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\:active\:space-y-6:active > :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\:active\:space-x-6:active > :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\:active\:space-y-7:active > :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\:active\:space-x-7:active > :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\:active\:space-y-8:active > :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\:active\:space-x-8:active > :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\:active\:space-y-9:active > :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\:active\:space-x-9:active > :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\:active\:space-y-10:active > :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\:active\:space-x-10:active > :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\:active\:space-y-11:active > :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\:active\:space-x-11:active > :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\:active\:space-y-12:active > :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\:active\:space-x-12:active > :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\:active\:space-y-14:active > :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\:active\:space-x-14:active > :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\:active\:space-y-16:active > :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\:active\:space-x-16:active > :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\:active\:space-y-20:active > :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\:active\:space-x-20:active > :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\:active\:space-y-24:active > :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\:active\:space-x-24:active > :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\:active\:space-y-28:active > :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\:active\:space-x-28:active > :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\:active\:space-y-32:active > :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\:active\:space-x-32:active > :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\:active\:space-y-36:active > :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\:active\:space-x-36:active > :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\:active\:space-y-40:active > :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\:active\:space-x-40:active > :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\:active\:space-y-44:active > :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\:active\:space-x-44:active > :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\:active\:space-y-48:active > :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\:active\:space-x-48:active > :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\:active\:space-y-52:active > :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\:active\:space-x-52:active > :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\:active\:space-y-56:active > :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\:active\:space-x-56:active > :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\:active\:space-y-60:active > :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\:active\:space-x-60:active > :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\:active\:space-y-64:active > :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\:active\:space-x-64:active > :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\:active\:space-y-72:active > :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\:active\:space-x-72:active > :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\:active\:space-y-80:active > :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\:active\:space-x-80:active > :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\:active\:space-y-96:active > :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\:active\:space-x-96:active > :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\:active\:space-y-px:active > :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\:active\:space-x-px:active > :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\:active\:space-y-0\.5:active > :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\:active\:space-x-0\.5:active > :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\:active\:space-y-1\.5:active > :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\:active\:space-x-1\.5:active > :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\:active\:space-y-2\.5:active > :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\:active\:space-x-2\.5:active > :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\:active\:space-y-3\.5:active > :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\:active\:space-x-3\.5:active > :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\:active\:-space-y-0:active > :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\:active\:-space-x-0:active > :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\:active\:-space-y-1:active > :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\:active\:-space-x-1:active > :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\:active\:-space-y-2:active > :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\:active\:-space-x-2:active > :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\:active\:-space-y-3:active > :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\:active\:-space-x-3:active > :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\:active\:-space-y-4:active > :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\:active\:-space-x-4:active > :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\:active\:-space-y-5:active > :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\:active\:-space-x-5:active > :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\:active\:-space-y-6:active > :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\:active\:-space-x-6:active > :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\:active\:-space-y-7:active > :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\:active\:-space-x-7:active > :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\:active\:-space-y-8:active > :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\:active\:-space-x-8:active > :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\:active\:-space-y-9:active > :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\:active\:-space-x-9:active > :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\:active\:-space-y-10:active > :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\:active\:-space-x-10:active > :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\:active\:-space-y-11:active > :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\:active\:-space-x-11:active > :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\:active\:-space-y-12:active > :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\:active\:-space-x-12:active > :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\:active\:-space-y-14:active > :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\:active\:-space-x-14:active > :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\:active\:-space-y-16:active > :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\:active\:-space-x-16:active > :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\:active\:-space-y-20:active > :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\:active\:-space-x-20:active > :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\:active\:-space-y-24:active > :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\:active\:-space-x-24:active > :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\:active\:-space-y-28:active > :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\:active\:-space-x-28:active > :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\:active\:-space-y-32:active > :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\:active\:-space-x-32:active > :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\:active\:-space-y-36:active > :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\:active\:-space-x-36:active > :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\:active\:-space-y-40:active > :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\:active\:-space-x-40:active > :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\:active\:-space-y-44:active > :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\:active\:-space-x-44:active > :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\:active\:-space-y-48:active > :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\:active\:-space-x-48:active > :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\:active\:-space-y-52:active > :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\:active\:-space-x-52:active > :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\:active\:-space-y-56:active > :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\:active\:-space-x-56:active > :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\:active\:-space-y-60:active > :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\:active\:-space-x-60:active > :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\:active\:-space-y-64:active > :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\:active\:-space-x-64:active > :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\:active\:-space-y-72:active > :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\:active\:-space-x-72:active > :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\:active\:-space-y-80:active > :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\:active\:-space-x-80:active > :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\:active\:-space-y-96:active > :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\:active\:-space-x-96:active > :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\:active\:-space-y-px:active > :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\:active\:-space-x-px:active > :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\:active\:-space-y-0\.5:active > :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\:active\:-space-x-0\.5:active > :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\:active\:-space-y-1\.5:active > :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\:active\:-space-x-1\.5:active > :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\:active\:-space-y-2\.5:active > :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\:active\:-space-x-2\.5:active > :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\:active\:-space-y-3\.5:active > :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\:active\:-space-x-3\.5:active > :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\:active\:space-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:active\:space-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:visited\:space-y-0:visited > :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\:visited\:space-x-0:visited > :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\:visited\:space-y-1:visited > :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\:visited\:space-x-1:visited > :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\:visited\:space-y-2:visited > :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\:visited\:space-x-2:visited > :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\:visited\:space-y-3:visited > :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\:visited\:space-x-3:visited > :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\:visited\:space-y-4:visited > :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\:visited\:space-x-4:visited > :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\:visited\:space-y-5:visited > :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\:visited\:space-x-5:visited > :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\:visited\:space-y-6:visited > :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\:visited\:space-x-6:visited > :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\:visited\:space-y-7:visited > :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\:visited\:space-x-7:visited > :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\:visited\:space-y-8:visited > :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\:visited\:space-x-8:visited > :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\:visited\:space-y-9:visited > :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\:visited\:space-x-9:visited > :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\:visited\:space-y-10:visited > :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\:visited\:space-x-10:visited > :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\:visited\:space-y-11:visited > :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\:visited\:space-x-11:visited > :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\:visited\:space-y-12:visited > :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\:visited\:space-x-12:visited > :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\:visited\:space-y-14:visited > :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\:visited\:space-x-14:visited > :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\:visited\:space-y-16:visited > :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\:visited\:space-x-16:visited > :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\:visited\:space-y-20:visited > :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\:visited\:space-x-20:visited > :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\:visited\:space-y-24:visited > :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\:visited\:space-x-24:visited > :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\:visited\:space-y-28:visited > :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\:visited\:space-x-28:visited > :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\:visited\:space-y-32:visited > :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\:visited\:space-x-32:visited > :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\:visited\:space-y-36:visited > :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\:visited\:space-x-36:visited > :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\:visited\:space-y-40:visited > :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\:visited\:space-x-40:visited > :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\:visited\:space-y-44:visited > :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\:visited\:space-x-44:visited > :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\:visited\:space-y-48:visited > :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\:visited\:space-x-48:visited > :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\:visited\:space-y-52:visited > :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\:visited\:space-x-52:visited > :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\:visited\:space-y-56:visited > :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\:visited\:space-x-56:visited > :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\:visited\:space-y-60:visited > :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\:visited\:space-x-60:visited > :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\:visited\:space-y-64:visited > :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\:visited\:space-x-64:visited > :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\:visited\:space-y-72:visited > :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\:visited\:space-x-72:visited > :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\:visited\:space-y-80:visited > :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\:visited\:space-x-80:visited > :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\:visited\:space-y-96:visited > :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\:visited\:space-x-96:visited > :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\:visited\:space-y-px:visited > :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\:visited\:space-x-px:visited > :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\:visited\:space-y-0\.5:visited > :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\:visited\:space-x-0\.5:visited > :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\:visited\:space-y-1\.5:visited > :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\:visited\:space-x-1\.5:visited > :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\:visited\:space-y-2\.5:visited > :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\:visited\:space-x-2\.5:visited > :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\:visited\:space-y-3\.5:visited > :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\:visited\:space-x-3\.5:visited > :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\:visited\:-space-y-0:visited > :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\:visited\:-space-x-0:visited > :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\:visited\:-space-y-1:visited > :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\:visited\:-space-x-1:visited > :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\:visited\:-space-y-2:visited > :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\:visited\:-space-x-2:visited > :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\:visited\:-space-y-3:visited > :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\:visited\:-space-x-3:visited > :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\:visited\:-space-y-4:visited > :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\:visited\:-space-x-4:visited > :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\:visited\:-space-y-5:visited > :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\:visited\:-space-x-5:visited > :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\:visited\:-space-y-6:visited > :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\:visited\:-space-x-6:visited > :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\:visited\:-space-y-7:visited > :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\:visited\:-space-x-7:visited > :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\:visited\:-space-y-8:visited > :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\:visited\:-space-x-8:visited > :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\:visited\:-space-y-9:visited > :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\:visited\:-space-x-9:visited > :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\:visited\:-space-y-10:visited > :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\:visited\:-space-x-10:visited > :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\:visited\:-space-y-11:visited > :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\:visited\:-space-x-11:visited > :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\:visited\:-space-y-12:visited > :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\:visited\:-space-x-12:visited > :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\:visited\:-space-y-14:visited > :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\:visited\:-space-x-14:visited > :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\:visited\:-space-y-16:visited > :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\:visited\:-space-x-16:visited > :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\:visited\:-space-y-20:visited > :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\:visited\:-space-x-20:visited > :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\:visited\:-space-y-24:visited > :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\:visited\:-space-x-24:visited > :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\:visited\:-space-y-28:visited > :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\:visited\:-space-x-28:visited > :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\:visited\:-space-y-32:visited > :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\:visited\:-space-x-32:visited > :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\:visited\:-space-y-36:visited > :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\:visited\:-space-x-36:visited > :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\:visited\:-space-y-40:visited > :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\:visited\:-space-x-40:visited > :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\:visited\:-space-y-44:visited > :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\:visited\:-space-x-44:visited > :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\:visited\:-space-y-48:visited > :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\:visited\:-space-x-48:visited > :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\:visited\:-space-y-52:visited > :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\:visited\:-space-x-52:visited > :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\:visited\:-space-y-56:visited > :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\:visited\:-space-x-56:visited > :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\:visited\:-space-y-60:visited > :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\:visited\:-space-x-60:visited > :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\:visited\:-space-y-64:visited > :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\:visited\:-space-x-64:visited > :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\:visited\:-space-y-72:visited > :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\:visited\:-space-x-72:visited > :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\:visited\:-space-y-80:visited > :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\:visited\:-space-x-80:visited > :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\:visited\:-space-y-96:visited > :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\:visited\:-space-x-96:visited > :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\:visited\:-space-y-px:visited > :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\:visited\:-space-x-px:visited > :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\:visited\:-space-y-0\.5:visited > :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\:visited\:-space-x-0\.5:visited > :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\:visited\:-space-y-1\.5:visited > :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\:visited\:-space-x-1\.5:visited > :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\:visited\:-space-y-2\.5:visited > :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\:visited\:-space-x-2\.5:visited > :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\:visited\:-space-y-3\.5:visited > :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\:visited\:-space-x-3\.5:visited > :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\:visited\:space-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:visited\:space-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:disabled\:space-y-0:disabled > :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\:disabled\:space-x-0:disabled > :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\:disabled\:space-y-1:disabled > :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\:disabled\:space-x-1:disabled > :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\:disabled\:space-y-2:disabled > :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\:disabled\:space-x-2:disabled > :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\:disabled\:space-y-3:disabled > :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\:disabled\:space-x-3:disabled > :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\:disabled\:space-y-4:disabled > :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\:disabled\:space-x-4:disabled > :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\:disabled\:space-y-5:disabled > :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\:disabled\:space-x-5:disabled > :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\:disabled\:space-y-6:disabled > :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\:disabled\:space-x-6:disabled > :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\:disabled\:space-y-7:disabled > :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\:disabled\:space-x-7:disabled > :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\:disabled\:space-y-8:disabled > :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\:disabled\:space-x-8:disabled > :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\:disabled\:space-y-9:disabled > :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\:disabled\:space-x-9:disabled > :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\:disabled\:space-y-10:disabled > :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\:disabled\:space-x-10:disabled > :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\:disabled\:space-y-11:disabled > :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\:disabled\:space-x-11:disabled > :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\:disabled\:space-y-12:disabled > :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\:disabled\:space-x-12:disabled > :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\:disabled\:space-y-14:disabled > :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\:disabled\:space-x-14:disabled > :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\:disabled\:space-y-16:disabled > :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\:disabled\:space-x-16:disabled > :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\:disabled\:space-y-20:disabled > :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\:disabled\:space-x-20:disabled > :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\:disabled\:space-y-24:disabled > :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\:disabled\:space-x-24:disabled > :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\:disabled\:space-y-28:disabled > :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\:disabled\:space-x-28:disabled > :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\:disabled\:space-y-32:disabled > :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\:disabled\:space-x-32:disabled > :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\:disabled\:space-y-36:disabled > :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\:disabled\:space-x-36:disabled > :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\:disabled\:space-y-40:disabled > :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\:disabled\:space-x-40:disabled > :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\:disabled\:space-y-44:disabled > :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\:disabled\:space-x-44:disabled > :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\:disabled\:space-y-48:disabled > :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\:disabled\:space-x-48:disabled > :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\:disabled\:space-y-52:disabled > :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\:disabled\:space-x-52:disabled > :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\:disabled\:space-y-56:disabled > :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\:disabled\:space-x-56:disabled > :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\:disabled\:space-y-60:disabled > :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\:disabled\:space-x-60:disabled > :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\:disabled\:space-y-64:disabled > :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\:disabled\:space-x-64:disabled > :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\:disabled\:space-y-72:disabled > :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\:disabled\:space-x-72:disabled > :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\:disabled\:space-y-80:disabled > :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\:disabled\:space-x-80:disabled > :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\:disabled\:space-y-96:disabled > :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\:disabled\:space-x-96:disabled > :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\:disabled\:space-y-px:disabled > :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\:disabled\:space-x-px:disabled > :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\:disabled\:space-y-0\.5:disabled > :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\:disabled\:space-x-0\.5:disabled > :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\:disabled\:space-y-1\.5:disabled > :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\:disabled\:space-x-1\.5:disabled > :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\:disabled\:space-y-2\.5:disabled > :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\:disabled\:space-x-2\.5:disabled > :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\:disabled\:space-y-3\.5:disabled > :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\:disabled\:space-x-3\.5:disabled > :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\:disabled\:-space-y-0:disabled > :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\:disabled\:-space-x-0:disabled > :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\:disabled\:-space-y-1:disabled > :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\:disabled\:-space-x-1:disabled > :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\:disabled\:-space-y-2:disabled > :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\:disabled\:-space-x-2:disabled > :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\:disabled\:-space-y-3:disabled > :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\:disabled\:-space-x-3:disabled > :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\:disabled\:-space-y-4:disabled > :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\:disabled\:-space-x-4:disabled > :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\:disabled\:-space-y-5:disabled > :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\:disabled\:-space-x-5:disabled > :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\:disabled\:-space-y-6:disabled > :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\:disabled\:-space-x-6:disabled > :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\:disabled\:-space-y-7:disabled > :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\:disabled\:-space-x-7:disabled > :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\:disabled\:-space-y-8:disabled > :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\:disabled\:-space-x-8:disabled > :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\:disabled\:-space-y-9:disabled > :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\:disabled\:-space-x-9:disabled > :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\:disabled\:-space-y-10:disabled > :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\:disabled\:-space-x-10:disabled > :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\:disabled\:-space-y-11:disabled > :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\:disabled\:-space-x-11:disabled > :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\:disabled\:-space-y-12:disabled > :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\:disabled\:-space-x-12:disabled > :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\:disabled\:-space-y-14:disabled > :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\:disabled\:-space-x-14:disabled > :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\:disabled\:-space-y-16:disabled > :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\:disabled\:-space-x-16:disabled > :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\:disabled\:-space-y-20:disabled > :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\:disabled\:-space-x-20:disabled > :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\:disabled\:-space-y-24:disabled > :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\:disabled\:-space-x-24:disabled > :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\:disabled\:-space-y-28:disabled > :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\:disabled\:-space-x-28:disabled > :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\:disabled\:-space-y-32:disabled > :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\:disabled\:-space-x-32:disabled > :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\:disabled\:-space-y-36:disabled > :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\:disabled\:-space-x-36:disabled > :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\:disabled\:-space-y-40:disabled > :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\:disabled\:-space-x-40:disabled > :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\:disabled\:-space-y-44:disabled > :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\:disabled\:-space-x-44:disabled > :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\:disabled\:-space-y-48:disabled > :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\:disabled\:-space-x-48:disabled > :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\:disabled\:-space-y-52:disabled > :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\:disabled\:-space-x-52:disabled > :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\:disabled\:-space-y-56:disabled > :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\:disabled\:-space-x-56:disabled > :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\:disabled\:-space-y-60:disabled > :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\:disabled\:-space-x-60:disabled > :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\:disabled\:-space-y-64:disabled > :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\:disabled\:-space-x-64:disabled > :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\:disabled\:-space-y-72:disabled > :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\:disabled\:-space-x-72:disabled > :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\:disabled\:-space-y-80:disabled > :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\:disabled\:-space-x-80:disabled > :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\:disabled\:-space-y-96:disabled > :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\:disabled\:-space-x-96:disabled > :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\:disabled\:-space-y-px:disabled > :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\:disabled\:-space-x-px:disabled > :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\:disabled\:-space-y-0\.5:disabled > :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\:disabled\:-space-x-0\.5:disabled > :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\:disabled\:-space-y-1\.5:disabled > :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\:disabled\:-space-x-1\.5:disabled > :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\:disabled\:-space-y-2\.5:disabled > :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\:disabled\:-space-x-2\.5:disabled > :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\:disabled\:-space-y-3\.5:disabled > :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\:disabled\:-space-x-3\.5:disabled > :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\:disabled\:space-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:disabled\:space-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .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-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-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-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-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-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-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-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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)));
  }

  .group:hover .lg\:group-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .group:hover .lg\:group-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:focus-within\:divide-y-0:focus-within > :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\:focus-within\:divide-x-0:focus-within > :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\:focus-within\:divide-y-2:focus-within > :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\:focus-within\:divide-x-2:focus-within > :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\:focus-within\:divide-y-4:focus-within > :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\:focus-within\:divide-x-4:focus-within > :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\:focus-within\:divide-y-8:focus-within > :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\:focus-within\:divide-x-8:focus-within > :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\:focus-within\:divide-y:focus-within > :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\:focus-within\:divide-x:focus-within > :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\:focus-within\:divide-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:focus-within\:divide-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:first\:divide-y-0:first-child > :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\:first\:divide-x-0:first-child > :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\:first\:divide-y-2:first-child > :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\:first\:divide-x-2:first-child > :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\:first\:divide-y-4:first-child > :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\:first\:divide-x-4:first-child > :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\:first\:divide-y-8:first-child > :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\:first\:divide-x-8:first-child > :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\:first\:divide-y:first-child > :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\:first\:divide-x:first-child > :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\:first\:divide-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:first\:divide-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:last\:divide-y-0:last-child > :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\:last\:divide-x-0:last-child > :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\:last\:divide-y-2:last-child > :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\:last\:divide-x-2:last-child > :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\:last\:divide-y-4:last-child > :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\:last\:divide-x-4:last-child > :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\:last\:divide-y-8:last-child > :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\:last\:divide-x-8:last-child > :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\:last\:divide-y:last-child > :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\:last\:divide-x:last-child > :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\:last\:divide-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:last\:divide-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:odd\:divide-y-0:nth-child(odd) > :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\:odd\:divide-x-0:nth-child(odd) > :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\:odd\:divide-y-2:nth-child(odd) > :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\:odd\:divide-x-2:nth-child(odd) > :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\:odd\:divide-y-4:nth-child(odd) > :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\:odd\:divide-x-4:nth-child(odd) > :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\:odd\:divide-y-8:nth-child(odd) > :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\:odd\:divide-x-8:nth-child(odd) > :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\:odd\:divide-y:nth-child(odd) > :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\:odd\:divide-x:nth-child(odd) > :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\:odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:even\:divide-y-0:nth-child(even) > :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\:even\:divide-x-0:nth-child(even) > :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\:even\:divide-y-2:nth-child(even) > :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\:even\:divide-x-2:nth-child(even) > :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\:even\:divide-y-4:nth-child(even) > :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\:even\:divide-x-4:nth-child(even) > :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\:even\:divide-y-8:nth-child(even) > :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\:even\:divide-x-8:nth-child(even) > :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\:even\:divide-y:nth-child(even) > :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\:even\:divide-x:nth-child(even) > :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\:even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:hover\:divide-y-0:hover > :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\:hover\:divide-x-0:hover > :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\:hover\:divide-y-2:hover > :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\:hover\:divide-x-2:hover > :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\:hover\:divide-y-4:hover > :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\:hover\:divide-x-4:hover > :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\:hover\:divide-y-8:hover > :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\:hover\:divide-x-8:hover > :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\:hover\:divide-y:hover > :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\:hover\:divide-x:hover > :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\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:focus\:divide-y-0:focus > :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\:focus\:divide-x-0:focus > :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\:focus\:divide-y-2:focus > :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\:focus\:divide-x-2:focus > :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\:focus\:divide-y-4:focus > :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\:focus\:divide-x-4:focus > :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\:focus\:divide-y-8:focus > :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\:focus\:divide-x-8:focus > :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\:focus\:divide-y:focus > :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\:focus\:divide-x:focus > :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\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:active\:divide-y-0:active > :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\:active\:divide-x-0:active > :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\:active\:divide-y-2:active > :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\:active\:divide-x-2:active > :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\:active\:divide-y-4:active > :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\:active\:divide-x-4:active > :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\:active\:divide-y-8:active > :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\:active\:divide-x-8:active > :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\:active\:divide-y:active > :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\:active\:divide-x:active > :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\:active\:divide-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:active\:divide-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:visited\:divide-y-0:visited > :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\:visited\:divide-x-0:visited > :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\:visited\:divide-y-2:visited > :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\:visited\:divide-x-2:visited > :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\:visited\:divide-y-4:visited > :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\:visited\:divide-x-4:visited > :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\:visited\:divide-y-8:visited > :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\:visited\:divide-x-8:visited > :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\:visited\:divide-y:visited > :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\:visited\:divide-x:visited > :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\:visited\:divide-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:visited\:divide-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:disabled\:divide-y-0:disabled > :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\:disabled\:divide-x-0:disabled > :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\:disabled\:divide-y-2:disabled > :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\:disabled\:divide-x-2:disabled > :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\:disabled\:divide-y-4:disabled > :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\:disabled\:divide-x-4:disabled > :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\:disabled\:divide-y-8:disabled > :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\:disabled\:divide-x-8:disabled > :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\:disabled\:divide-y:disabled > :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\:disabled\:divide-x:disabled > :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\:disabled\:divide-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:disabled\:divide-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .group:hover .lg\:group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .group:hover .lg\:group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-white:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-white:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-white:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-white:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-white:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-white:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .lg\:disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .group:hover .lg\:group-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .group:hover .lg\:group-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .group:hover .lg\:group-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .group:hover .lg\:group-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:focus-within\:divide-solid:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:focus-within\:divide-dashed:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:focus-within\:divide-dotted:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:focus-within\:divide-double:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:focus-within\:divide-none:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:first\:divide-solid:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:first\:divide-dashed:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:first\:divide-dotted:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:first\:divide-double:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:first\:divide-none:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:last\:divide-solid:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:last\:divide-dashed:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:last\:divide-dotted:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:last\:divide-double:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:last\:divide-none:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:hover\:divide-dashed:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:hover\:divide-dotted:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:hover\:divide-double:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:hover\:divide-none:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:focus\:divide-solid:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:focus\:divide-dashed:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:focus\:divide-dotted:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:focus\:divide-double:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:focus\:divide-none:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:active\:divide-solid:active > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:active\:divide-dashed:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:active\:divide-dotted:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:active\:divide-double:active > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:active\:divide-none:active > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:visited\:divide-solid:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:visited\:divide-dashed:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:visited\:divide-dotted:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:visited\:divide-double:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:visited\:divide-none:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:disabled\:divide-solid:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:disabled\:divide-dashed:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:disabled\:divide-dotted:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:disabled\:divide-double:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:disabled\:divide-none:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .group:hover .lg\:group-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:focus-within\:divide-opacity-0:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:focus-within\:divide-opacity-5:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:focus-within\:divide-opacity-10:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:focus-within\:divide-opacity-20:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:focus-within\:divide-opacity-25:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:focus-within\:divide-opacity-30:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:focus-within\:divide-opacity-40:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:focus-within\:divide-opacity-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:focus-within\:divide-opacity-60:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:focus-within\:divide-opacity-70:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:focus-within\:divide-opacity-75:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:focus-within\:divide-opacity-80:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:focus-within\:divide-opacity-90:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:focus-within\:divide-opacity-95:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:first\:divide-opacity-0:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:first\:divide-opacity-5:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:first\:divide-opacity-10:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:first\:divide-opacity-20:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:first\:divide-opacity-25:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:first\:divide-opacity-30:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:first\:divide-opacity-40:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:first\:divide-opacity-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:first\:divide-opacity-60:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:first\:divide-opacity-70:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:first\:divide-opacity-75:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:first\:divide-opacity-80:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:first\:divide-opacity-90:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:first\:divide-opacity-95:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:last\:divide-opacity-0:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:last\:divide-opacity-5:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:last\:divide-opacity-10:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:last\:divide-opacity-20:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:last\:divide-opacity-25:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:last\:divide-opacity-30:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:last\:divide-opacity-40:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:last\:divide-opacity-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:last\:divide-opacity-60:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:last\:divide-opacity-70:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:last\:divide-opacity-75:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:last\:divide-opacity-80:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:last\:divide-opacity-90:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:last\:divide-opacity-95:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:hover\:divide-opacity-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:hover\:divide-opacity-5:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:hover\:divide-opacity-10:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:hover\:divide-opacity-20:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:hover\:divide-opacity-25:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:hover\:divide-opacity-30:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:hover\:divide-opacity-40:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:hover\:divide-opacity-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:hover\:divide-opacity-60:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:hover\:divide-opacity-70:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:hover\:divide-opacity-75:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:hover\:divide-opacity-80:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:hover\:divide-opacity-90:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:hover\:divide-opacity-95:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:focus\:divide-opacity-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:focus\:divide-opacity-5:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:focus\:divide-opacity-10:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:focus\:divide-opacity-20:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:focus\:divide-opacity-25:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:focus\:divide-opacity-30:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:focus\:divide-opacity-40:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:focus\:divide-opacity-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:focus\:divide-opacity-60:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:focus\:divide-opacity-70:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:focus\:divide-opacity-75:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:focus\:divide-opacity-80:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:focus\:divide-opacity-90:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:focus\:divide-opacity-95:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:active\:divide-opacity-0:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:active\:divide-opacity-5:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:active\:divide-opacity-10:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:active\:divide-opacity-20:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:active\:divide-opacity-25:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:active\:divide-opacity-30:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:active\:divide-opacity-40:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:active\:divide-opacity-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:active\:divide-opacity-60:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:active\:divide-opacity-70:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:active\:divide-opacity-75:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:active\:divide-opacity-80:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:active\:divide-opacity-90:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:active\:divide-opacity-95:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:visited\:divide-opacity-0:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:visited\:divide-opacity-5:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:visited\:divide-opacity-10:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:visited\:divide-opacity-20:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:visited\:divide-opacity-25:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:visited\:divide-opacity-30:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:visited\:divide-opacity-40:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:visited\:divide-opacity-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:visited\:divide-opacity-60:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:visited\:divide-opacity-70:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:visited\:divide-opacity-75:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:visited\:divide-opacity-80:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:visited\:divide-opacity-90:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:visited\:divide-opacity-95:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:disabled\:divide-opacity-75:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:disabled\:divide-opacity-95:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .lg\:group-hover\: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;
  }

  .group:hover .lg\:group-hover\: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\:first\:sr-only:first-child {
    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\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:last\:sr-only:last-child {
    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\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:odd\:sr-only:nth-child(odd) {
    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\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:even\:sr-only:nth-child(even) {
    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\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:hover\:sr-only:hover {
    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\:hover\:not-sr-only:hover {
    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\:active\:sr-only:active {
    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\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:visited\:sr-only:visited {
    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\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:disabled\:sr-only:disabled {
    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\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .lg\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .lg\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .lg\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .lg\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .lg\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .lg\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .lg\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .lg\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .lg\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .lg\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .lg\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .lg\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .lg\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .lg\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .lg\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .lg\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .lg\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .lg\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .lg\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .lg\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .lg\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .lg\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .lg\:active\:bg-local:active {
    background-attachment: local;
  }

  .lg\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .lg\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .lg\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .lg\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .lg\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .lg\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .lg\:disabled\:bg-scroll:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .lg\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:focus-within\:bg-clip-border:focus-within {
    background-clip: border-box;
  }

  .lg\:focus-within\:bg-clip-padding:focus-within {
    background-clip: padding-box;
  }

  .lg\:focus-within\:bg-clip-content:focus-within {
    background-clip: content-box;
  }

  .lg\:focus-within\:bg-clip-text:focus-within {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .lg\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .lg\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .lg\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .lg\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .lg\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .lg\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:odd\:bg-clip-border:nth-child(odd) {
    background-clip: border-box;
  }

  .lg\:odd\:bg-clip-padding:nth-child(odd) {
    background-clip: padding-box;
  }

  .lg\:odd\:bg-clip-content:nth-child(odd) {
    background-clip: content-box;
  }

  .lg\:odd\:bg-clip-text:nth-child(odd) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:even\:bg-clip-border:nth-child(even) {
    background-clip: border-box;
  }

  .lg\:even\:bg-clip-padding:nth-child(even) {
    background-clip: padding-box;
  }

  .lg\:even\:bg-clip-content:nth-child(even) {
    background-clip: content-box;
  }

  .lg\:even\:bg-clip-text:nth-child(even) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .lg\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .lg\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .lg\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .lg\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .lg\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .lg\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:active\:bg-clip-border:active {
    background-clip: border-box;
  }

  .lg\:active\:bg-clip-padding:active {
    background-clip: padding-box;
  }

  .lg\:active\:bg-clip-content:active {
    background-clip: content-box;
  }

  .lg\:active\:bg-clip-text:active {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:visited\:bg-clip-border:visited {
    background-clip: border-box;
  }

  .lg\:visited\:bg-clip-padding:visited {
    background-clip: padding-box;
  }

  .lg\:visited\:bg-clip-content:visited {
    background-clip: content-box;
  }

  .lg\:visited\:bg-clip-text:visited {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:disabled\:bg-clip-border:disabled {
    background-clip: border-box;
  }

  .lg\:disabled\:bg-clip-padding:disabled {
    background-clip: padding-box;
  }

  .lg\:disabled\:bg-clip-content:disabled {
    background-clip: content-box;
  }

  .lg\:disabled\:bg-clip-text:disabled {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:bg-current {
    background-color: current;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: current;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warmGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-trueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-coolGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: current;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:first\:bg-black:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-white:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-rose-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-pink-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-fuchsia-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-purple-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-violet-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-indigo-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lightBlue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-cyan-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-teal-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-emerald-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-green-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-lime-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-yellow-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-amber-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-orange-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-red-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-warmGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-trueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-gray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-coolGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-blueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:first\:bg-current:first-child {
    background-color: current;
  }

  .lg\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .lg\:last\:bg-black:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-white:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-rose-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-pink-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-fuchsia-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-purple-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-violet-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-indigo-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lightBlue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-cyan-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-teal-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-emerald-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-green-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-lime-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-yellow-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-amber-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-orange-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-red-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-warmGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-trueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-gray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-coolGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-blueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:last\:bg-current:last-child {
    background-color: current;
  }

  .lg\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .lg\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-rose-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-fuchsia-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-violet-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lightBlue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-cyan-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-teal-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-emerald-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-lime-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-amber-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-orange-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-warmGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-trueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-coolGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-blueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:odd\:bg-current:nth-child(odd) {
    background-color: current;
  }

  .lg\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .lg\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-rose-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-pink-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-fuchsia-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-purple-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-violet-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-indigo-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lightBlue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-cyan-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-teal-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-emerald-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-lime-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-yellow-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-amber-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-orange-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-red-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warmGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-trueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-gray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-coolGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-blueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-current:nth-child(even) {
    background-color: current;
  }

  .lg\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lightBlue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warmGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-trueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-coolGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-current:hover {
    background-color: current;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lightBlue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warmGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-trueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-coolGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-current:focus {
    background-color: current;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-rose-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-pink-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-fuchsia-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-purple-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-violet-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-indigo-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lightBlue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-cyan-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-teal-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-emerald-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-green-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-lime-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-yellow-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-amber-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-orange-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-red-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-warmGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-trueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-coolGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-blueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:active\:bg-current:active {
    background-color: current;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:visited\:bg-black:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-white:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-rose-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-pink-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-fuchsia-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-purple-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-violet-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-indigo-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lightBlue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-cyan-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-teal-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-emerald-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-green-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-lime-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-yellow-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-amber-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-orange-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-red-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-warmGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-trueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-gray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-coolGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-blueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:visited\:bg-current:visited {
    background-color: current;
  }

  .lg\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .lg\:disabled\:bg-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-rose-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-pink-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-fuchsia-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-purple-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-violet-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-indigo-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lightBlue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-cyan-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-teal-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-emerald-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-green-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-lime-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-yellow-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-amber-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-orange-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-red-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-warmGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-trueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-coolGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-blueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:disabled\:bg-current:disabled {
    background-color: current;
  }

  .lg\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .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));
  }

  .group:hover .lg\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-none:focus-within {
    background-image: none;
  }

  .lg\:focus-within\:bg-gradient-to-t:focus-within {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-tr:focus-within {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-r:focus-within {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-br:focus-within {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-b:focus-within {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-bl:focus-within {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-l:focus-within {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:focus-within\:bg-gradient-to-tl:focus-within {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-none:first-child {
    background-image: none;
  }

  .lg\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-none:last-child {
    background-image: none;
  }

  .lg\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-none:nth-child(odd) {
    background-image: none;
  }

  .lg\:odd\:bg-gradient-to-t:nth-child(odd) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-tr:nth-child(odd) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-r:nth-child(odd) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-br:nth-child(odd) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-b:nth-child(odd) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-bl:nth-child(odd) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-l:nth-child(odd) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:odd\:bg-gradient-to-tl:nth-child(odd) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-none:nth-child(even) {
    background-image: none;
  }

  .lg\:even\:bg-gradient-to-t:nth-child(even) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-tr:nth-child(even) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-r:nth-child(even) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-br:nth-child(even) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-b:nth-child(even) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-bl:nth-child(even) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-l:nth-child(even) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:even\:bg-gradient-to-tl:nth-child(even) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-none:hover {
    background-image: none;
  }

  .lg\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-none:focus {
    background-image: none;
  }

  .lg\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-none:active {
    background-image: none;
  }

  .lg\:active\:bg-gradient-to-t:active {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-tr:active {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-br:active {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-b:active {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-bl:active {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-l:active {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:active\:bg-gradient-to-tl:active {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-none:visited {
    background-image: none;
  }

  .lg\:visited\:bg-gradient-to-t:visited {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-tr:visited {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-r:visited {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-br:visited {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-b:visited {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-bl:visited {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-l:visited {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:visited\:bg-gradient-to-tl:visited {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-none:disabled {
    background-image: none;
  }

  .lg\:disabled\:bg-gradient-to-t:disabled {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-tr:disabled {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-r:disabled {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-br:disabled {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-bl:disabled {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-l:disabled {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:disabled\:bg-gradient-to-tl:disabled {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .lg\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .lg\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .lg\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .lg\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .lg\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .lg\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .lg\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .lg\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .lg\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .lg\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .lg\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .lg\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .lg\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .lg\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .lg\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .lg\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .lg\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .lg\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .lg\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .lg\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .lg\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .lg\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .lg\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .lg\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .lg\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .lg\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .lg\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .lg\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .lg\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .lg\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .lg\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .lg\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .lg\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .lg\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .lg\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .lg\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .lg\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .lg\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .lg\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .lg\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .lg\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .lg\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .lg\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .lg\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .lg\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .lg\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .lg\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .lg\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .lg\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .lg\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .lg\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .lg\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .lg\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .lg\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .lg\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .lg\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .lg\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .lg\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .lg\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .lg\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .lg\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .lg\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .lg\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .lg\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .lg\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .lg\:to-current {
    --tw-gradient-to: current;
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .group:hover .lg\:group-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .lg\:group-hover\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .lg\:group-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .lg\:group-hover\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .lg\:group-hover\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .lg\:group-hover\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .lg\:group-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .lg\:group-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .lg\:group-hover\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .lg\:group-hover\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .lg\:group-hover\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .lg\:group-hover\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .lg\:group-hover\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .lg\:group-hover\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .lg\:group-hover\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .lg\:group-hover\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .lg\:group-hover\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .lg\:group-hover\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .lg\:group-hover\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .lg\:group-hover\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .lg\:group-hover\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .lg\:group-hover\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .lg\:group-hover\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .lg\:group-hover\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .lg\:group-hover\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .lg\:group-hover\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .lg\:group-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .lg\:group-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .lg\:group-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .lg\:group-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .lg\:group-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .lg\:group-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .lg\:group-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .lg\:group-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .lg\:group-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .lg\:group-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .lg\:group-hover\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .lg\:group-hover\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .lg\:group-hover\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .lg\:group-hover\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .lg\:group-hover\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .lg\:group-hover\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .lg\:group-hover\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .lg\:group-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .lg\:group-hover\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .lg\:group-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .lg\:group-hover\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .lg\:group-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .lg\:group-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .lg\:group-hover\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .lg\:group-hover\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .lg\:group-hover\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .lg\:group-hover\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .lg\:group-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .lg\:group-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .lg\:group-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .lg\:group-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .lg\:group-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .lg\:group-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .lg\:group-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .lg\:group-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .lg\:group-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .lg\:group-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .lg\:group-hover\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .lg\:group-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .lg\:group-hover\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .lg\:group-hover\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .lg\:group-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .lg\:group-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .lg\:group-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .lg\:group-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .lg\:group-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .lg\:group-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .lg\:group-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .lg\:group-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .lg\:group-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .lg\:group-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .lg\:group-hover\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .lg\:group-hover\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .lg\:group-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .lg\:group-hover\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .lg\:group-hover\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .lg\:group-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .lg\:group-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .lg\:group-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .group:hover .lg\:group-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .group:hover .lg\:group-hover\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .group:hover .lg\:group-hover\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .group:hover .lg\:group-hover\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .group:hover .lg\:group-hover\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .group:hover .lg\:group-hover\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .group:hover .lg\:group-hover\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .group:hover .lg\:group-hover\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .group:hover .lg\:group-hover\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .group:hover .lg\:group-hover\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .group:hover .lg\:group-hover\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .group:hover .lg\:group-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .group:hover .lg\:group-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .group:hover .lg\:group-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .group:hover .lg\:group-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .group:hover .lg\:group-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .group:hover .lg\:group-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .group:hover .lg\:group-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .group:hover .lg\:group-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .group:hover .lg\:group-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .group:hover .lg\:group-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .group:hover .lg\:group-hover\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .group:hover .lg\:group-hover\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .group:hover .lg\:group-hover\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .group:hover .lg\:group-hover\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .group:hover .lg\:group-hover\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .group:hover .lg\:group-hover\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .group:hover .lg\:group-hover\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .group:hover .lg\:group-hover\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .group:hover .lg\:group-hover\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .group:hover .lg\:group-hover\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .group:hover .lg\:group-hover\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .group:hover .lg\:group-hover\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .group:hover .lg\:group-hover\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .group:hover .lg\:group-hover\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .group:hover .lg\:group-hover\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .group:hover .lg\:group-hover\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .group:hover .lg\:group-hover\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .group:hover .lg\:group-hover\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .group:hover .lg\:group-hover\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .group:hover .lg\:group-hover\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .group:hover .lg\:group-hover\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .group:hover .lg\:group-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .group:hover .lg\:group-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .group:hover .lg\:group-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .group:hover .lg\:group-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .group:hover .lg\:group-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .group:hover .lg\:group-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .group:hover .lg\:group-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .group:hover .lg\:group-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .group:hover .lg\:group-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .group:hover .lg\:group-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .group:hover .lg\:group-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .group:hover .lg\:group-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .group:hover .lg\:group-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .group:hover .lg\:group-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .group:hover .lg\:group-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .group:hover .lg\:group-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .group:hover .lg\:group-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .group:hover .lg\:group-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .group:hover .lg\:group-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .group:hover .lg\:group-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .group:hover .lg\:group-hover\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .group:hover .lg\:group-hover\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .group:hover .lg\:group-hover\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .group:hover .lg\:group-hover\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .group:hover .lg\:group-hover\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .group:hover .lg\:group-hover\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .group:hover .lg\:group-hover\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .group:hover .lg\:group-hover\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .group:hover .lg\:group-hover\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .group:hover .lg\:group-hover\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .group:hover .lg\:group-hover\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .group:hover .lg\:group-hover\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .group:hover .lg\:group-hover\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .group:hover .lg\:group-hover\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .group:hover .lg\:group-hover\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .group:hover .lg\:group-hover\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .group:hover .lg\:group-hover\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .group:hover .lg\:group-hover\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .group:hover .lg\:group-hover\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .group:hover .lg\:group-hover\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .group:hover .lg\:group-hover\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .group:hover .lg\:group-hover\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .group:hover .lg\:group-hover\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .group:hover .lg\:group-hover\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .group:hover .lg\:group-hover\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .group:hover .lg\:group-hover\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .group:hover .lg\:group-hover\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .group:hover .lg\:group-hover\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .group:hover .lg\:group-hover\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .group:hover .lg\:group-hover\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .group:hover .lg\:group-hover\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .group:hover .lg\:group-hover\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .group:hover .lg\:group-hover\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .group:hover .lg\:group-hover\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .group:hover .lg\:group-hover\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .group:hover .lg\:group-hover\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .group:hover .lg\:group-hover\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .group:hover .lg\:group-hover\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .group:hover .lg\:group-hover\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .group:hover .lg\:group-hover\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .group:hover .lg\:group-hover\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .group:hover .lg\:group-hover\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .group:hover .lg\:group-hover\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .group:hover .lg\:group-hover\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .group:hover .lg\:group-hover\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .group:hover .lg\:group-hover\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .group:hover .lg\:group-hover\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .group:hover .lg\:group-hover\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .group:hover .lg\:group-hover\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .group:hover .lg\:group-hover\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .group:hover .lg\:group-hover\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .group:hover .lg\:group-hover\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .group:hover .lg\:group-hover\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .group:hover .lg\:group-hover\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .group:hover .lg\:group-hover\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .group:hover .lg\:group-hover\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .group:hover .lg\:group-hover\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .group:hover .lg\:group-hover\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .group:hover .lg\:group-hover\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .group:hover .lg\:group-hover\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .group:hover .lg\:group-hover\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .group:hover .lg\:group-hover\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .group:hover .lg\:group-hover\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .group:hover .lg\:group-hover\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .group:hover .lg\:group-hover\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .group:hover .lg\:group-hover\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .group:hover .lg\:group-hover\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .group:hover .lg\:group-hover\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .group:hover .lg\:group-hover\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .group:hover .lg\:group-hover\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .group:hover .lg\:group-hover\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .group:hover .lg\:group-hover\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .group:hover .lg\:group-hover\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .group:hover .lg\:group-hover\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .group:hover .lg\:group-hover\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .group:hover .lg\:group-hover\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .group:hover .lg\:group-hover\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .group:hover .lg\:group-hover\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .group:hover .lg\:group-hover\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .group:hover .lg\:group-hover\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .group:hover .lg\:group-hover\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .group:hover .lg\:group-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .group:hover .lg\:group-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .group:hover .lg\:group-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .group:hover .lg\:group-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .group:hover .lg\:group-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .group:hover .lg\:group-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .group:hover .lg\:group-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .group:hover .lg\:group-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .group:hover .lg\:group-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .group:hover .lg\:group-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .group:hover .lg\:group-hover\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .group:hover .lg\:group-hover\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .group:hover .lg\:group-hover\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .group:hover .lg\:group-hover\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .group:hover .lg\:group-hover\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .group:hover .lg\:group-hover\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .group:hover .lg\:group-hover\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .group:hover .lg\:group-hover\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .group:hover .lg\:group-hover\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .group:hover .lg\:group-hover\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .group:hover .lg\:group-hover\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .lg\:group-hover\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .group:hover .lg\:group-hover\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .group:hover .lg\:group-hover\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .group:hover .lg\:group-hover\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .group:hover .lg\:group-hover\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .group:hover .lg\:group-hover\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .group:hover .lg\:group-hover\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .group:hover .lg\:group-hover\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .group:hover .lg\:group-hover\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .group:hover .lg\:group-hover\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .lg\:group-hover\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .group:hover .lg\:group-hover\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .group:hover .lg\:group-hover\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .group:hover .lg\:group-hover\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .group:hover .lg\:group-hover\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .group:hover .lg\:group-hover\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .group:hover .lg\:group-hover\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .group:hover .lg\:group-hover\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .group:hover .lg\:group-hover\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .group:hover .lg\:group-hover\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .group:hover .lg\:group-hover\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .group:hover .lg\:group-hover\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .group:hover .lg\:group-hover\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .group:hover .lg\:group-hover\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .group:hover .lg\:group-hover\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .group:hover .lg\:group-hover\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .group:hover .lg\:group-hover\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .group:hover .lg\:group-hover\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .group:hover .lg\:group-hover\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .group:hover .lg\:group-hover\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .group:hover .lg\:group-hover\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .group:hover .lg\:group-hover\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .group:hover .lg\:group-hover\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .group:hover .lg\:group-hover\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .group:hover .lg\:group-hover\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .group:hover .lg\:group-hover\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .group:hover .lg\:group-hover\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .group:hover .lg\:group-hover\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .group:hover .lg\:group-hover\:to-current {
    --tw-gradient-to: current;
  }

  .group:hover .lg\:group-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:focus-within\:from-black:focus-within {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus-within\:from-white:focus-within {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus-within\:from-rose-50:focus-within {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus-within\:from-rose-100:focus-within {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus-within\:from-rose-200:focus-within {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus-within\:from-rose-300:focus-within {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus-within\:from-rose-400:focus-within {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus-within\:from-rose-500:focus-within {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus-within\:from-rose-600:focus-within {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus-within\:from-rose-700:focus-within {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus-within\:from-rose-800:focus-within {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus-within\:from-rose-900:focus-within {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus-within\:from-pink-50:focus-within {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus-within\:from-pink-100:focus-within {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus-within\:from-pink-200:focus-within {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus-within\:from-pink-300:focus-within {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus-within\:from-pink-400:focus-within {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus-within\:from-pink-500:focus-within {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus-within\:from-pink-600:focus-within {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus-within\:from-pink-700:focus-within {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus-within\:from-pink-800:focus-within {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus-within\:from-pink-900:focus-within {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus-within\:from-fuchsia-50:focus-within {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus-within\:from-fuchsia-100:focus-within {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus-within\:from-fuchsia-200:focus-within {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus-within\:from-fuchsia-300:focus-within {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus-within\:from-fuchsia-400:focus-within {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus-within\:from-fuchsia-500:focus-within {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus-within\:from-fuchsia-600:focus-within {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus-within\:from-fuchsia-700:focus-within {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus-within\:from-fuchsia-800:focus-within {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus-within\:from-fuchsia-900:focus-within {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus-within\:from-purple-50:focus-within {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus-within\:from-purple-100:focus-within {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:focus-within\:from-purple-200:focus-within {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:focus-within\:from-purple-300:focus-within {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:focus-within\:from-purple-400:focus-within {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:focus-within\:from-purple-500:focus-within {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:focus-within\:from-purple-600:focus-within {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:focus-within\:from-purple-700:focus-within {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:focus-within\:from-purple-800:focus-within {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:focus-within\:from-purple-900:focus-within {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:focus-within\:from-violet-50:focus-within {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus-within\:from-violet-100:focus-within {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus-within\:from-violet-200:focus-within {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus-within\:from-violet-300:focus-within {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus-within\:from-violet-400:focus-within {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus-within\:from-violet-500:focus-within {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus-within\:from-violet-600:focus-within {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus-within\:from-violet-700:focus-within {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus-within\:from-violet-800:focus-within {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus-within\:from-violet-900:focus-within {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus-within\:from-indigo-50:focus-within {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus-within\:from-indigo-100:focus-within {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus-within\:from-indigo-200:focus-within {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus-within\:from-indigo-300:focus-within {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus-within\:from-indigo-400:focus-within {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus-within\:from-indigo-500:focus-within {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus-within\:from-indigo-600:focus-within {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus-within\:from-indigo-700:focus-within {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus-within\:from-indigo-800:focus-within {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus-within\:from-indigo-900:focus-within {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus-within\:from-blue-50:focus-within {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus-within\:from-blue-100:focus-within {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus-within\:from-blue-200:focus-within {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus-within\:from-blue-300:focus-within {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus-within\:from-blue-400:focus-within {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus-within\:from-blue-500:focus-within {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus-within\:from-blue-600:focus-within {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus-within\:from-blue-700:focus-within {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus-within\:from-blue-800:focus-within {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus-within\:from-blue-900:focus-within {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus-within\:from-lightBlue-50:focus-within {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus-within\:from-lightBlue-100:focus-within {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus-within\:from-lightBlue-200:focus-within {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus-within\:from-lightBlue-300:focus-within {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus-within\:from-lightBlue-400:focus-within {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus-within\:from-lightBlue-500:focus-within {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus-within\:from-lightBlue-600:focus-within {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus-within\:from-lightBlue-700:focus-within {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus-within\:from-lightBlue-800:focus-within {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus-within\:from-lightBlue-900:focus-within {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus-within\:from-cyan-50:focus-within {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:focus-within\:from-cyan-100:focus-within {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:focus-within\:from-cyan-200:focus-within {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:focus-within\:from-cyan-300:focus-within {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:focus-within\:from-cyan-400:focus-within {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:focus-within\:from-cyan-500:focus-within {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:focus-within\:from-cyan-600:focus-within {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:focus-within\:from-cyan-700:focus-within {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:focus-within\:from-cyan-800:focus-within {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:focus-within\:from-cyan-900:focus-within {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:focus-within\:from-teal-50:focus-within {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:focus-within\:from-teal-100:focus-within {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:focus-within\:from-teal-200:focus-within {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:focus-within\:from-teal-300:focus-within {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:focus-within\:from-teal-400:focus-within {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:focus-within\:from-teal-500:focus-within {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:focus-within\:from-teal-600:focus-within {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:focus-within\:from-teal-700:focus-within {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:focus-within\:from-teal-800:focus-within {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:focus-within\:from-teal-900:focus-within {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:focus-within\:from-emerald-50:focus-within {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus-within\:from-emerald-100:focus-within {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus-within\:from-emerald-200:focus-within {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus-within\:from-emerald-300:focus-within {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus-within\:from-emerald-400:focus-within {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus-within\:from-emerald-500:focus-within {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus-within\:from-emerald-600:focus-within {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus-within\:from-emerald-700:focus-within {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus-within\:from-emerald-800:focus-within {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus-within\:from-emerald-900:focus-within {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus-within\:from-green-50:focus-within {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus-within\:from-green-100:focus-within {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus-within\:from-green-200:focus-within {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus-within\:from-green-300:focus-within {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus-within\:from-green-400:focus-within {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus-within\:from-green-500:focus-within {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus-within\:from-green-600:focus-within {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus-within\:from-green-700:focus-within {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus-within\:from-green-800:focus-within {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus-within\:from-green-900:focus-within {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus-within\:from-lime-50:focus-within {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:focus-within\:from-lime-100:focus-within {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:focus-within\:from-lime-200:focus-within {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:focus-within\:from-lime-300:focus-within {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:focus-within\:from-lime-400:focus-within {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:focus-within\:from-lime-500:focus-within {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:focus-within\:from-lime-600:focus-within {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:focus-within\:from-lime-700:focus-within {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:focus-within\:from-lime-800:focus-within {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:focus-within\:from-lime-900:focus-within {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:focus-within\:from-yellow-50:focus-within {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:focus-within\:from-yellow-100:focus-within {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:focus-within\:from-yellow-200:focus-within {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:focus-within\:from-yellow-300:focus-within {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:focus-within\:from-yellow-400:focus-within {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:focus-within\:from-yellow-500:focus-within {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:focus-within\:from-yellow-600:focus-within {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:focus-within\:from-yellow-700:focus-within {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:focus-within\:from-yellow-800:focus-within {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:focus-within\:from-yellow-900:focus-within {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:focus-within\:from-amber-50:focus-within {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus-within\:from-amber-100:focus-within {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus-within\:from-amber-200:focus-within {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus-within\:from-amber-300:focus-within {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus-within\:from-amber-400:focus-within {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus-within\:from-amber-500:focus-within {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus-within\:from-amber-600:focus-within {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus-within\:from-amber-700:focus-within {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus-within\:from-amber-800:focus-within {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus-within\:from-amber-900:focus-within {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus-within\:from-orange-50:focus-within {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:focus-within\:from-orange-100:focus-within {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:focus-within\:from-orange-200:focus-within {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:focus-within\:from-orange-300:focus-within {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:focus-within\:from-orange-400:focus-within {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:focus-within\:from-orange-500:focus-within {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:focus-within\:from-orange-600:focus-within {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:focus-within\:from-orange-700:focus-within {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:focus-within\:from-orange-800:focus-within {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:focus-within\:from-orange-900:focus-within {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:focus-within\:from-red-50:focus-within {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus-within\:from-red-100:focus-within {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus-within\:from-red-200:focus-within {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus-within\:from-red-300:focus-within {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus-within\:from-red-400:focus-within {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus-within\:from-red-500:focus-within {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus-within\:from-red-600:focus-within {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus-within\:from-red-700:focus-within {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus-within\:from-red-800:focus-within {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus-within\:from-red-900:focus-within {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus-within\:from-warmGray-50:focus-within {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:focus-within\:from-warmGray-100:focus-within {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:focus-within\:from-warmGray-200:focus-within {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:focus-within\:from-warmGray-300:focus-within {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:focus-within\:from-warmGray-400:focus-within {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:focus-within\:from-warmGray-500:focus-within {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:focus-within\:from-warmGray-600:focus-within {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:focus-within\:from-warmGray-700:focus-within {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:focus-within\:from-warmGray-800:focus-within {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:focus-within\:from-warmGray-900:focus-within {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:focus-within\:from-trueGray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus-within\:from-trueGray-100:focus-within {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus-within\:from-trueGray-200:focus-within {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus-within\:from-trueGray-300:focus-within {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:focus-within\:from-trueGray-400:focus-within {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:focus-within\:from-trueGray-500:focus-within {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:focus-within\:from-trueGray-600:focus-within {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:focus-within\:from-trueGray-700:focus-within {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:focus-within\:from-trueGray-800:focus-within {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus-within\:from-trueGray-900:focus-within {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:focus-within\:from-gray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus-within\:from-gray-100:focus-within {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:focus-within\:from-gray-200:focus-within {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:focus-within\:from-gray-300:focus-within {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:focus-within\:from-gray-400:focus-within {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:focus-within\:from-gray-500:focus-within {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:focus-within\:from-gray-600:focus-within {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:focus-within\:from-gray-700:focus-within {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:focus-within\:from-gray-800:focus-within {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:focus-within\:from-gray-900:focus-within {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:focus-within\:from-coolGray-50:focus-within {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus-within\:from-coolGray-100:focus-within {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus-within\:from-coolGray-200:focus-within {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus-within\:from-coolGray-300:focus-within {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus-within\:from-coolGray-400:focus-within {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus-within\:from-coolGray-500:focus-within {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus-within\:from-coolGray-600:focus-within {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus-within\:from-coolGray-700:focus-within {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus-within\:from-coolGray-800:focus-within {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus-within\:from-coolGray-900:focus-within {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus-within\:from-blueGray-50:focus-within {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:focus-within\:from-blueGray-100:focus-within {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:focus-within\:from-blueGray-200:focus-within {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:focus-within\:from-blueGray-300:focus-within {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:focus-within\:from-blueGray-400:focus-within {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:focus-within\:from-blueGray-500:focus-within {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:focus-within\:from-blueGray-600:focus-within {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:focus-within\:from-blueGray-700:focus-within {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:focus-within\:from-blueGray-800:focus-within {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:focus-within\:from-blueGray-900:focus-within {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:focus-within\:from-current:focus-within {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus-within\:from-transparent:focus-within {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus-within\:via-black:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus-within\:via-white:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus-within\:via-rose-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus-within\:via-rose-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus-within\:via-rose-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus-within\:via-rose-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus-within\:via-rose-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus-within\:via-rose-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus-within\:via-rose-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus-within\:via-rose-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus-within\:via-rose-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus-within\:via-rose-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus-within\:via-pink-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus-within\:via-pink-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus-within\:via-pink-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus-within\:via-pink-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus-within\:via-pink-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus-within\:via-pink-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus-within\:via-pink-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus-within\:via-pink-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus-within\:via-pink-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus-within\:via-pink-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus-within\:via-fuchsia-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus-within\:via-fuchsia-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus-within\:via-fuchsia-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus-within\:via-fuchsia-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus-within\:via-fuchsia-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus-within\:via-fuchsia-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus-within\:via-fuchsia-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus-within\:via-fuchsia-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus-within\:via-fuchsia-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus-within\:via-fuchsia-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus-within\:via-purple-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus-within\:via-purple-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:focus-within\:via-purple-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:focus-within\:via-purple-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:focus-within\:via-purple-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:focus-within\:via-purple-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:focus-within\:via-purple-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:focus-within\:via-purple-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:focus-within\:via-purple-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:focus-within\:via-purple-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:focus-within\:via-violet-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus-within\:via-violet-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus-within\:via-violet-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus-within\:via-violet-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus-within\:via-violet-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus-within\:via-violet-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus-within\:via-violet-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus-within\:via-violet-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus-within\:via-violet-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus-within\:via-violet-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus-within\:via-indigo-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus-within\:via-indigo-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus-within\:via-indigo-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus-within\:via-indigo-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus-within\:via-indigo-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus-within\:via-indigo-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus-within\:via-indigo-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus-within\:via-indigo-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus-within\:via-indigo-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus-within\:via-indigo-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus-within\:via-blue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus-within\:via-blue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus-within\:via-blue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus-within\:via-blue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus-within\:via-blue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus-within\:via-blue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus-within\:via-blue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus-within\:via-blue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus-within\:via-blue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus-within\:via-blue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus-within\:via-lightBlue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus-within\:via-lightBlue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus-within\:via-lightBlue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus-within\:via-lightBlue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus-within\:via-lightBlue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus-within\:via-lightBlue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus-within\:via-lightBlue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus-within\:via-lightBlue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus-within\:via-lightBlue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus-within\:via-lightBlue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus-within\:via-cyan-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:focus-within\:via-cyan-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:focus-within\:via-cyan-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:focus-within\:via-cyan-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:focus-within\:via-cyan-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:focus-within\:via-cyan-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:focus-within\:via-cyan-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:focus-within\:via-cyan-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:focus-within\:via-cyan-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:focus-within\:via-cyan-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:focus-within\:via-teal-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:focus-within\:via-teal-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:focus-within\:via-teal-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:focus-within\:via-teal-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:focus-within\:via-teal-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:focus-within\:via-teal-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:focus-within\:via-teal-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:focus-within\:via-teal-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:focus-within\:via-teal-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:focus-within\:via-teal-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:focus-within\:via-emerald-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus-within\:via-emerald-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus-within\:via-emerald-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus-within\:via-emerald-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus-within\:via-emerald-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus-within\:via-emerald-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus-within\:via-emerald-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus-within\:via-emerald-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus-within\:via-emerald-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus-within\:via-emerald-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus-within\:via-green-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus-within\:via-green-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus-within\:via-green-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus-within\:via-green-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus-within\:via-green-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus-within\:via-green-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus-within\:via-green-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus-within\:via-green-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus-within\:via-green-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus-within\:via-green-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus-within\:via-lime-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:focus-within\:via-lime-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:focus-within\:via-lime-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:focus-within\:via-lime-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:focus-within\:via-lime-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:focus-within\:via-lime-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:focus-within\:via-lime-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:focus-within\:via-lime-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:focus-within\:via-lime-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:focus-within\:via-lime-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:focus-within\:via-yellow-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:focus-within\:via-yellow-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:focus-within\:via-yellow-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:focus-within\:via-yellow-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:focus-within\:via-yellow-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:focus-within\:via-yellow-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:focus-within\:via-yellow-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:focus-within\:via-yellow-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:focus-within\:via-yellow-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:focus-within\:via-yellow-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:focus-within\:via-amber-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus-within\:via-amber-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus-within\:via-amber-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus-within\:via-amber-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus-within\:via-amber-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus-within\:via-amber-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus-within\:via-amber-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus-within\:via-amber-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus-within\:via-amber-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus-within\:via-amber-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus-within\:via-orange-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:focus-within\:via-orange-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:focus-within\:via-orange-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:focus-within\:via-orange-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:focus-within\:via-orange-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:focus-within\:via-orange-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:focus-within\:via-orange-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:focus-within\:via-orange-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:focus-within\:via-orange-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:focus-within\:via-orange-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:focus-within\:via-red-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus-within\:via-red-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus-within\:via-red-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus-within\:via-red-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus-within\:via-red-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus-within\:via-red-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus-within\:via-red-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus-within\:via-red-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus-within\:via-red-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus-within\:via-red-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus-within\:via-warmGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:focus-within\:via-warmGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:focus-within\:via-warmGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:focus-within\:via-warmGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:focus-within\:via-warmGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:focus-within\:via-warmGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:focus-within\:via-warmGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:focus-within\:via-warmGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:focus-within\:via-warmGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:focus-within\:via-warmGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:focus-within\:via-trueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus-within\:via-trueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus-within\:via-trueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus-within\:via-trueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:focus-within\:via-trueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:focus-within\:via-trueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:focus-within\:via-trueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:focus-within\:via-trueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:focus-within\:via-trueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus-within\:via-trueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:focus-within\:via-gray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus-within\:via-gray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:focus-within\:via-gray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:focus-within\:via-gray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:focus-within\:via-gray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:focus-within\:via-gray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:focus-within\:via-gray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:focus-within\:via-gray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:focus-within\:via-gray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:focus-within\:via-gray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:focus-within\:via-coolGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus-within\:via-coolGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus-within\:via-coolGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus-within\:via-coolGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus-within\:via-coolGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus-within\:via-coolGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus-within\:via-coolGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus-within\:via-coolGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus-within\:via-coolGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus-within\:via-coolGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus-within\:via-blueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:focus-within\:via-blueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:focus-within\:via-blueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:focus-within\:via-blueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:focus-within\:via-blueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:focus-within\:via-blueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:focus-within\:via-blueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:focus-within\:via-blueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:focus-within\:via-blueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:focus-within\:via-blueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:focus-within\:via-current:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus-within\:via-transparent:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus-within\:to-black:focus-within {
    --tw-gradient-to: #000;
  }

  .lg\:focus-within\:to-white:focus-within {
    --tw-gradient-to: #fff;
  }

  .lg\:focus-within\:to-rose-50:focus-within {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:focus-within\:to-rose-100:focus-within {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:focus-within\:to-rose-200:focus-within {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:focus-within\:to-rose-300:focus-within {
    --tw-gradient-to: #fda4af;
  }

  .lg\:focus-within\:to-rose-400:focus-within {
    --tw-gradient-to: #fb7185;
  }

  .lg\:focus-within\:to-rose-500:focus-within {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:focus-within\:to-rose-600:focus-within {
    --tw-gradient-to: #e11d48;
  }

  .lg\:focus-within\:to-rose-700:focus-within {
    --tw-gradient-to: #be123c;
  }

  .lg\:focus-within\:to-rose-800:focus-within {
    --tw-gradient-to: #9f1239;
  }

  .lg\:focus-within\:to-rose-900:focus-within {
    --tw-gradient-to: #881337;
  }

  .lg\:focus-within\:to-pink-50:focus-within {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus-within\:to-pink-100:focus-within {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus-within\:to-pink-200:focus-within {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus-within\:to-pink-300:focus-within {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus-within\:to-pink-400:focus-within {
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus-within\:to-pink-500:focus-within {
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus-within\:to-pink-600:focus-within {
    --tw-gradient-to: #db2777;
  }

  .lg\:focus-within\:to-pink-700:focus-within {
    --tw-gradient-to: #be185d;
  }

  .lg\:focus-within\:to-pink-800:focus-within {
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus-within\:to-pink-900:focus-within {
    --tw-gradient-to: #831843;
  }

  .lg\:focus-within\:to-fuchsia-50:focus-within {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:focus-within\:to-fuchsia-100:focus-within {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:focus-within\:to-fuchsia-200:focus-within {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:focus-within\:to-fuchsia-300:focus-within {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:focus-within\:to-fuchsia-400:focus-within {
    --tw-gradient-to: #e879f9;
  }

  .lg\:focus-within\:to-fuchsia-500:focus-within {
    --tw-gradient-to: #d946ef;
  }

  .lg\:focus-within\:to-fuchsia-600:focus-within {
    --tw-gradient-to: #c026d3;
  }

  .lg\:focus-within\:to-fuchsia-700:focus-within {
    --tw-gradient-to: #a21caf;
  }

  .lg\:focus-within\:to-fuchsia-800:focus-within {
    --tw-gradient-to: #86198f;
  }

  .lg\:focus-within\:to-fuchsia-900:focus-within {
    --tw-gradient-to: #701a75;
  }

  .lg\:focus-within\:to-purple-50:focus-within {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:focus-within\:to-purple-100:focus-within {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:focus-within\:to-purple-200:focus-within {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:focus-within\:to-purple-300:focus-within {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:focus-within\:to-purple-400:focus-within {
    --tw-gradient-to: #c084fc;
  }

  .lg\:focus-within\:to-purple-500:focus-within {
    --tw-gradient-to: #a855f7;
  }

  .lg\:focus-within\:to-purple-600:focus-within {
    --tw-gradient-to: #9333ea;
  }

  .lg\:focus-within\:to-purple-700:focus-within {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:focus-within\:to-purple-800:focus-within {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:focus-within\:to-purple-900:focus-within {
    --tw-gradient-to: #581c87;
  }

  .lg\:focus-within\:to-violet-50:focus-within {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus-within\:to-violet-100:focus-within {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus-within\:to-violet-200:focus-within {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus-within\:to-violet-300:focus-within {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus-within\:to-violet-400:focus-within {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus-within\:to-violet-500:focus-within {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus-within\:to-violet-600:focus-within {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus-within\:to-violet-700:focus-within {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus-within\:to-violet-800:focus-within {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus-within\:to-violet-900:focus-within {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus-within\:to-indigo-50:focus-within {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus-within\:to-indigo-100:focus-within {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus-within\:to-indigo-200:focus-within {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus-within\:to-indigo-300:focus-within {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus-within\:to-indigo-400:focus-within {
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus-within\:to-indigo-500:focus-within {
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus-within\:to-indigo-600:focus-within {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus-within\:to-indigo-700:focus-within {
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus-within\:to-indigo-800:focus-within {
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus-within\:to-indigo-900:focus-within {
    --tw-gradient-to: #312e81;
  }

  .lg\:focus-within\:to-blue-50:focus-within {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus-within\:to-blue-100:focus-within {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus-within\:to-blue-200:focus-within {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus-within\:to-blue-300:focus-within {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus-within\:to-blue-400:focus-within {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:focus-within\:to-blue-500:focus-within {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus-within\:to-blue-600:focus-within {
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus-within\:to-blue-700:focus-within {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus-within\:to-blue-800:focus-within {
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus-within\:to-blue-900:focus-within {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus-within\:to-lightBlue-50:focus-within {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:focus-within\:to-lightBlue-100:focus-within {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:focus-within\:to-lightBlue-200:focus-within {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:focus-within\:to-lightBlue-300:focus-within {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:focus-within\:to-lightBlue-400:focus-within {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:focus-within\:to-lightBlue-500:focus-within {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:focus-within\:to-lightBlue-600:focus-within {
    --tw-gradient-to: #0284c7;
  }

  .lg\:focus-within\:to-lightBlue-700:focus-within {
    --tw-gradient-to: #0369a1;
  }

  .lg\:focus-within\:to-lightBlue-800:focus-within {
    --tw-gradient-to: #075985;
  }

  .lg\:focus-within\:to-lightBlue-900:focus-within {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:focus-within\:to-cyan-50:focus-within {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:focus-within\:to-cyan-100:focus-within {
    --tw-gradient-to: #cffafe;
  }

  .lg\:focus-within\:to-cyan-200:focus-within {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:focus-within\:to-cyan-300:focus-within {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:focus-within\:to-cyan-400:focus-within {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:focus-within\:to-cyan-500:focus-within {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:focus-within\:to-cyan-600:focus-within {
    --tw-gradient-to: #0891b2;
  }

  .lg\:focus-within\:to-cyan-700:focus-within {
    --tw-gradient-to: #0e7490;
  }

  .lg\:focus-within\:to-cyan-800:focus-within {
    --tw-gradient-to: #155e75;
  }

  .lg\:focus-within\:to-cyan-900:focus-within {
    --tw-gradient-to: #164e63;
  }

  .lg\:focus-within\:to-teal-50:focus-within {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:focus-within\:to-teal-100:focus-within {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:focus-within\:to-teal-200:focus-within {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:focus-within\:to-teal-300:focus-within {
    --tw-gradient-to: #5eead4;
  }

  .lg\:focus-within\:to-teal-400:focus-within {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:focus-within\:to-teal-500:focus-within {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:focus-within\:to-teal-600:focus-within {
    --tw-gradient-to: #0d9488;
  }

  .lg\:focus-within\:to-teal-700:focus-within {
    --tw-gradient-to: #0f766e;
  }

  .lg\:focus-within\:to-teal-800:focus-within {
    --tw-gradient-to: #115e59;
  }

  .lg\:focus-within\:to-teal-900:focus-within {
    --tw-gradient-to: #134e4a;
  }

  .lg\:focus-within\:to-emerald-50:focus-within {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus-within\:to-emerald-100:focus-within {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus-within\:to-emerald-200:focus-within {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus-within\:to-emerald-300:focus-within {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus-within\:to-emerald-400:focus-within {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus-within\:to-emerald-500:focus-within {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus-within\:to-emerald-600:focus-within {
    --tw-gradient-to: #059669;
  }

  .lg\:focus-within\:to-emerald-700:focus-within {
    --tw-gradient-to: #047857;
  }

  .lg\:focus-within\:to-emerald-800:focus-within {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus-within\:to-emerald-900:focus-within {
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus-within\:to-green-50:focus-within {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:focus-within\:to-green-100:focus-within {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:focus-within\:to-green-200:focus-within {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:focus-within\:to-green-300:focus-within {
    --tw-gradient-to: #86efac;
  }

  .lg\:focus-within\:to-green-400:focus-within {
    --tw-gradient-to: #4ade80;
  }

  .lg\:focus-within\:to-green-500:focus-within {
    --tw-gradient-to: #22c55e;
  }

  .lg\:focus-within\:to-green-600:focus-within {
    --tw-gradient-to: #16a34a;
  }

  .lg\:focus-within\:to-green-700:focus-within {
    --tw-gradient-to: #15803d;
  }

  .lg\:focus-within\:to-green-800:focus-within {
    --tw-gradient-to: #166534;
  }

  .lg\:focus-within\:to-green-900:focus-within {
    --tw-gradient-to: #14532d;
  }

  .lg\:focus-within\:to-lime-50:focus-within {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:focus-within\:to-lime-100:focus-within {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:focus-within\:to-lime-200:focus-within {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:focus-within\:to-lime-300:focus-within {
    --tw-gradient-to: #bef264;
  }

  .lg\:focus-within\:to-lime-400:focus-within {
    --tw-gradient-to: #a3e635;
  }

  .lg\:focus-within\:to-lime-500:focus-within {
    --tw-gradient-to: #84cc16;
  }

  .lg\:focus-within\:to-lime-600:focus-within {
    --tw-gradient-to: #65a30d;
  }

  .lg\:focus-within\:to-lime-700:focus-within {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:focus-within\:to-lime-800:focus-within {
    --tw-gradient-to: #3f6212;
  }

  .lg\:focus-within\:to-lime-900:focus-within {
    --tw-gradient-to: #365314;
  }

  .lg\:focus-within\:to-yellow-50:focus-within {
    --tw-gradient-to: #fefce8;
  }

  .lg\:focus-within\:to-yellow-100:focus-within {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:focus-within\:to-yellow-200:focus-within {
    --tw-gradient-to: #fef08a;
  }

  .lg\:focus-within\:to-yellow-300:focus-within {
    --tw-gradient-to: #fde047;
  }

  .lg\:focus-within\:to-yellow-400:focus-within {
    --tw-gradient-to: #facc15;
  }

  .lg\:focus-within\:to-yellow-500:focus-within {
    --tw-gradient-to: #eab308;
  }

  .lg\:focus-within\:to-yellow-600:focus-within {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:focus-within\:to-yellow-700:focus-within {
    --tw-gradient-to: #a16207;
  }

  .lg\:focus-within\:to-yellow-800:focus-within {
    --tw-gradient-to: #854d0e;
  }

  .lg\:focus-within\:to-yellow-900:focus-within {
    --tw-gradient-to: #713f12;
  }

  .lg\:focus-within\:to-amber-50:focus-within {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus-within\:to-amber-100:focus-within {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus-within\:to-amber-200:focus-within {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus-within\:to-amber-300:focus-within {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus-within\:to-amber-400:focus-within {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus-within\:to-amber-500:focus-within {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus-within\:to-amber-600:focus-within {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus-within\:to-amber-700:focus-within {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus-within\:to-amber-800:focus-within {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus-within\:to-amber-900:focus-within {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus-within\:to-orange-50:focus-within {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:focus-within\:to-orange-100:focus-within {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:focus-within\:to-orange-200:focus-within {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:focus-within\:to-orange-300:focus-within {
    --tw-gradient-to: #fdba74;
  }

  .lg\:focus-within\:to-orange-400:focus-within {
    --tw-gradient-to: #fb923c;
  }

  .lg\:focus-within\:to-orange-500:focus-within {
    --tw-gradient-to: #f97316;
  }

  .lg\:focus-within\:to-orange-600:focus-within {
    --tw-gradient-to: #ea580c;
  }

  .lg\:focus-within\:to-orange-700:focus-within {
    --tw-gradient-to: #c2410c;
  }

  .lg\:focus-within\:to-orange-800:focus-within {
    --tw-gradient-to: #9a3412;
  }

  .lg\:focus-within\:to-orange-900:focus-within {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:focus-within\:to-red-50:focus-within {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus-within\:to-red-100:focus-within {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus-within\:to-red-200:focus-within {
    --tw-gradient-to: #fecaca;
  }

  .lg\:focus-within\:to-red-300:focus-within {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:focus-within\:to-red-400:focus-within {
    --tw-gradient-to: #f87171;
  }

  .lg\:focus-within\:to-red-500:focus-within {
    --tw-gradient-to: #ef4444;
  }

  .lg\:focus-within\:to-red-600:focus-within {
    --tw-gradient-to: #dc2626;
  }

  .lg\:focus-within\:to-red-700:focus-within {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:focus-within\:to-red-800:focus-within {
    --tw-gradient-to: #991b1b;
  }

  .lg\:focus-within\:to-red-900:focus-within {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:focus-within\:to-warmGray-50:focus-within {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:focus-within\:to-warmGray-100:focus-within {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:focus-within\:to-warmGray-200:focus-within {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:focus-within\:to-warmGray-300:focus-within {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:focus-within\:to-warmGray-400:focus-within {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:focus-within\:to-warmGray-500:focus-within {
    --tw-gradient-to: #78716c;
  }

  .lg\:focus-within\:to-warmGray-600:focus-within {
    --tw-gradient-to: #57534e;
  }

  .lg\:focus-within\:to-warmGray-700:focus-within {
    --tw-gradient-to: #44403c;
  }

  .lg\:focus-within\:to-warmGray-800:focus-within {
    --tw-gradient-to: #292524;
  }

  .lg\:focus-within\:to-warmGray-900:focus-within {
    --tw-gradient-to: #1c1917;
  }

  .lg\:focus-within\:to-trueGray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .lg\:focus-within\:to-trueGray-100:focus-within {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:focus-within\:to-trueGray-200:focus-within {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:focus-within\:to-trueGray-300:focus-within {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:focus-within\:to-trueGray-400:focus-within {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:focus-within\:to-trueGray-500:focus-within {
    --tw-gradient-to: #737373;
  }

  .lg\:focus-within\:to-trueGray-600:focus-within {
    --tw-gradient-to: #525252;
  }

  .lg\:focus-within\:to-trueGray-700:focus-within {
    --tw-gradient-to: #404040;
  }

  .lg\:focus-within\:to-trueGray-800:focus-within {
    --tw-gradient-to: #262626;
  }

  .lg\:focus-within\:to-trueGray-900:focus-within {
    --tw-gradient-to: #171717;
  }

  .lg\:focus-within\:to-gray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .lg\:focus-within\:to-gray-100:focus-within {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:focus-within\:to-gray-200:focus-within {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:focus-within\:to-gray-300:focus-within {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:focus-within\:to-gray-400:focus-within {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:focus-within\:to-gray-500:focus-within {
    --tw-gradient-to: #71717a;
  }

  .lg\:focus-within\:to-gray-600:focus-within {
    --tw-gradient-to: #52525b;
  }

  .lg\:focus-within\:to-gray-700:focus-within {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:focus-within\:to-gray-800:focus-within {
    --tw-gradient-to: #27272a;
  }

  .lg\:focus-within\:to-gray-900:focus-within {
    --tw-gradient-to: #18181b;
  }

  .lg\:focus-within\:to-coolGray-50:focus-within {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus-within\:to-coolGray-100:focus-within {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus-within\:to-coolGray-200:focus-within {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus-within\:to-coolGray-300:focus-within {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus-within\:to-coolGray-400:focus-within {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus-within\:to-coolGray-500:focus-within {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus-within\:to-coolGray-600:focus-within {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus-within\:to-coolGray-700:focus-within {
    --tw-gradient-to: #374151;
  }

  .lg\:focus-within\:to-coolGray-800:focus-within {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus-within\:to-coolGray-900:focus-within {
    --tw-gradient-to: #111827;
  }

  .lg\:focus-within\:to-blueGray-50:focus-within {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:focus-within\:to-blueGray-100:focus-within {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:focus-within\:to-blueGray-200:focus-within {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:focus-within\:to-blueGray-300:focus-within {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:focus-within\:to-blueGray-400:focus-within {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:focus-within\:to-blueGray-500:focus-within {
    --tw-gradient-to: #64748b;
  }

  .lg\:focus-within\:to-blueGray-600:focus-within {
    --tw-gradient-to: #475569;
  }

  .lg\:focus-within\:to-blueGray-700:focus-within {
    --tw-gradient-to: #334155;
  }

  .lg\:focus-within\:to-blueGray-800:focus-within {
    --tw-gradient-to: #1e293b;
  }

  .lg\:focus-within\:to-blueGray-900:focus-within {
    --tw-gradient-to: #0f172a;
  }

  .lg\:focus-within\:to-current:focus-within {
    --tw-gradient-to: current;
  }

  .lg\:focus-within\:to-transparent:focus-within {
    --tw-gradient-to: transparent;
  }

  .lg\:first\:from-black:first-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:first\:from-white:first-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:first\:from-rose-50:first-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:first\:from-rose-100:first-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:first\:from-rose-200:first-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:first\:from-rose-300:first-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:first\:from-rose-400:first-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:first\:from-rose-500:first-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:first\:from-rose-600:first-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:first\:from-rose-700:first-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:first\:from-rose-800:first-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:first\:from-rose-900:first-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:first\:from-pink-50:first-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:first\:from-pink-100:first-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:first\:from-pink-200:first-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:first\:from-pink-300:first-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:first\:from-pink-400:first-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:first\:from-pink-500:first-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:first\:from-pink-600:first-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:first\:from-pink-700:first-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:first\:from-pink-800:first-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:first\:from-pink-900:first-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:first\:from-fuchsia-50:first-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:first\:from-fuchsia-100:first-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:first\:from-fuchsia-200:first-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:first\:from-fuchsia-300:first-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:first\:from-fuchsia-400:first-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:first\:from-fuchsia-500:first-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:first\:from-fuchsia-600:first-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:first\:from-fuchsia-700:first-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:first\:from-fuchsia-800:first-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:first\:from-fuchsia-900:first-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:first\:from-purple-50:first-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:first\:from-purple-100:first-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:first\:from-purple-200:first-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:first\:from-purple-300:first-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:first\:from-purple-400:first-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:first\:from-purple-500:first-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:first\:from-purple-600:first-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:first\:from-purple-700:first-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:first\:from-purple-800:first-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:first\:from-purple-900:first-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:first\:from-violet-50:first-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:first\:from-violet-100:first-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:first\:from-violet-200:first-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:first\:from-violet-300:first-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:first\:from-violet-400:first-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:first\:from-violet-500:first-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:first\:from-violet-600:first-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:first\:from-violet-700:first-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:first\:from-violet-800:first-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:first\:from-violet-900:first-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:first\:from-indigo-50:first-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:first\:from-indigo-100:first-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:first\:from-indigo-200:first-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:first\:from-indigo-300:first-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:first\:from-indigo-400:first-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:first\:from-indigo-500:first-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:first\:from-indigo-600:first-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:first\:from-indigo-700:first-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:first\:from-indigo-800:first-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:first\:from-indigo-900:first-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:first\:from-blue-50:first-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:first\:from-blue-100:first-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:first\:from-blue-200:first-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:first\:from-blue-300:first-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:first\:from-blue-400:first-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:first\:from-blue-500:first-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:first\:from-blue-600:first-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:first\:from-blue-700:first-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:first\:from-blue-800:first-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:first\:from-blue-900:first-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:first\:from-lightBlue-50:first-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:first\:from-lightBlue-100:first-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:first\:from-lightBlue-200:first-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:first\:from-lightBlue-300:first-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:first\:from-lightBlue-400:first-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:first\:from-lightBlue-500:first-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:first\:from-lightBlue-600:first-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:first\:from-lightBlue-700:first-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:first\:from-lightBlue-800:first-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:first\:from-lightBlue-900:first-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:first\:from-cyan-50:first-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:first\:from-cyan-100:first-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:first\:from-cyan-200:first-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:first\:from-cyan-300:first-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:first\:from-cyan-400:first-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:first\:from-cyan-500:first-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:first\:from-cyan-600:first-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:first\:from-cyan-700:first-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:first\:from-cyan-800:first-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:first\:from-cyan-900:first-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:first\:from-teal-50:first-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:first\:from-teal-100:first-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:first\:from-teal-200:first-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:first\:from-teal-300:first-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:first\:from-teal-400:first-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:first\:from-teal-500:first-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:first\:from-teal-600:first-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:first\:from-teal-700:first-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:first\:from-teal-800:first-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:first\:from-teal-900:first-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:first\:from-emerald-50:first-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:first\:from-emerald-100:first-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:first\:from-emerald-200:first-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:first\:from-emerald-300:first-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:first\:from-emerald-400:first-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:first\:from-emerald-500:first-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:first\:from-emerald-600:first-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:first\:from-emerald-700:first-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:first\:from-emerald-800:first-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:first\:from-emerald-900:first-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:first\:from-green-50:first-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:first\:from-green-100:first-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:first\:from-green-200:first-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:first\:from-green-300:first-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:first\:from-green-400:first-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:first\:from-green-500:first-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:first\:from-green-600:first-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:first\:from-green-700:first-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:first\:from-green-800:first-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:first\:from-green-900:first-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:first\:from-lime-50:first-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:first\:from-lime-100:first-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:first\:from-lime-200:first-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:first\:from-lime-300:first-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:first\:from-lime-400:first-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:first\:from-lime-500:first-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:first\:from-lime-600:first-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:first\:from-lime-700:first-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:first\:from-lime-800:first-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:first\:from-lime-900:first-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:first\:from-yellow-50:first-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:first\:from-yellow-100:first-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:first\:from-yellow-200:first-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:first\:from-yellow-300:first-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:first\:from-yellow-400:first-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:first\:from-yellow-500:first-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:first\:from-yellow-600:first-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:first\:from-yellow-700:first-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:first\:from-yellow-800:first-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:first\:from-yellow-900:first-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:first\:from-amber-50:first-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:first\:from-amber-100:first-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:first\:from-amber-200:first-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:first\:from-amber-300:first-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:first\:from-amber-400:first-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:first\:from-amber-500:first-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:first\:from-amber-600:first-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:first\:from-amber-700:first-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:first\:from-amber-800:first-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:first\:from-amber-900:first-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:first\:from-orange-50:first-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:first\:from-orange-100:first-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:first\:from-orange-200:first-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:first\:from-orange-300:first-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:first\:from-orange-400:first-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:first\:from-orange-500:first-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:first\:from-orange-600:first-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:first\:from-orange-700:first-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:first\:from-orange-800:first-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:first\:from-orange-900:first-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:first\:from-red-50:first-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:first\:from-red-100:first-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:first\:from-red-200:first-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:first\:from-red-300:first-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:first\:from-red-400:first-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:first\:from-red-500:first-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:first\:from-red-600:first-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:first\:from-red-700:first-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:first\:from-red-800:first-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:first\:from-red-900:first-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:first\:from-warmGray-50:first-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:first\:from-warmGray-100:first-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:first\:from-warmGray-200:first-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:first\:from-warmGray-300:first-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:first\:from-warmGray-400:first-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:first\:from-warmGray-500:first-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:first\:from-warmGray-600:first-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:first\:from-warmGray-700:first-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:first\:from-warmGray-800:first-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:first\:from-warmGray-900:first-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:first\:from-trueGray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:first\:from-trueGray-100:first-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:first\:from-trueGray-200:first-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:first\:from-trueGray-300:first-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:first\:from-trueGray-400:first-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:first\:from-trueGray-500:first-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:first\:from-trueGray-600:first-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:first\:from-trueGray-700:first-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:first\:from-trueGray-800:first-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:first\:from-trueGray-900:first-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:first\:from-gray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:first\:from-gray-100:first-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:first\:from-gray-200:first-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:first\:from-gray-300:first-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:first\:from-gray-400:first-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:first\:from-gray-500:first-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:first\:from-gray-600:first-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:first\:from-gray-700:first-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:first\:from-gray-800:first-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:first\:from-gray-900:first-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:first\:from-coolGray-50:first-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:first\:from-coolGray-100:first-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:first\:from-coolGray-200:first-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:first\:from-coolGray-300:first-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:first\:from-coolGray-400:first-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:first\:from-coolGray-500:first-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:first\:from-coolGray-600:first-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:first\:from-coolGray-700:first-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:first\:from-coolGray-800:first-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:first\:from-coolGray-900:first-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:first\:from-blueGray-50:first-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:first\:from-blueGray-100:first-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:first\:from-blueGray-200:first-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:first\:from-blueGray-300:first-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:first\:from-blueGray-400:first-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:first\:from-blueGray-500:first-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:first\:from-blueGray-600:first-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:first\:from-blueGray-700:first-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:first\:from-blueGray-800:first-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:first\:from-blueGray-900:first-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:first\:from-current:first-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:first\:from-transparent:first-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:first\:via-black:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:first\:via-white:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:first\:via-rose-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:first\:via-rose-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:first\:via-rose-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:first\:via-rose-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:first\:via-rose-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:first\:via-rose-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:first\:via-rose-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:first\:via-rose-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:first\:via-rose-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:first\:via-rose-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:first\:via-pink-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:first\:via-pink-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:first\:via-pink-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:first\:via-pink-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:first\:via-pink-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:first\:via-pink-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:first\:via-pink-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:first\:via-pink-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:first\:via-pink-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:first\:via-pink-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:first\:via-fuchsia-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:first\:via-fuchsia-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:first\:via-fuchsia-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:first\:via-fuchsia-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:first\:via-fuchsia-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:first\:via-fuchsia-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:first\:via-fuchsia-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:first\:via-fuchsia-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:first\:via-fuchsia-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:first\:via-fuchsia-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:first\:via-purple-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:first\:via-purple-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:first\:via-purple-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:first\:via-purple-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:first\:via-purple-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:first\:via-purple-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:first\:via-purple-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:first\:via-purple-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:first\:via-purple-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:first\:via-purple-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:first\:via-violet-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:first\:via-violet-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:first\:via-violet-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:first\:via-violet-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:first\:via-violet-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:first\:via-violet-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:first\:via-violet-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:first\:via-violet-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:first\:via-violet-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:first\:via-violet-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:first\:via-indigo-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:first\:via-indigo-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:first\:via-indigo-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:first\:via-indigo-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:first\:via-indigo-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:first\:via-indigo-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:first\:via-indigo-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:first\:via-indigo-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:first\:via-indigo-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:first\:via-indigo-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:first\:via-blue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:first\:via-blue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:first\:via-blue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:first\:via-blue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:first\:via-blue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:first\:via-blue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:first\:via-blue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:first\:via-blue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:first\:via-blue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:first\:via-blue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:first\:via-lightBlue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:first\:via-lightBlue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:first\:via-lightBlue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:first\:via-lightBlue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:first\:via-lightBlue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:first\:via-lightBlue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:first\:via-lightBlue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:first\:via-lightBlue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:first\:via-lightBlue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:first\:via-lightBlue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:first\:via-cyan-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:first\:via-cyan-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:first\:via-cyan-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:first\:via-cyan-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:first\:via-cyan-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:first\:via-cyan-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:first\:via-cyan-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:first\:via-cyan-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:first\:via-cyan-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:first\:via-cyan-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:first\:via-teal-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:first\:via-teal-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:first\:via-teal-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:first\:via-teal-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:first\:via-teal-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:first\:via-teal-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:first\:via-teal-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:first\:via-teal-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:first\:via-teal-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:first\:via-teal-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:first\:via-emerald-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:first\:via-emerald-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:first\:via-emerald-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:first\:via-emerald-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:first\:via-emerald-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:first\:via-emerald-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:first\:via-emerald-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:first\:via-emerald-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:first\:via-emerald-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:first\:via-emerald-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:first\:via-green-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:first\:via-green-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:first\:via-green-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:first\:via-green-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:first\:via-green-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:first\:via-green-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:first\:via-green-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:first\:via-green-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:first\:via-green-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:first\:via-green-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:first\:via-lime-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:first\:via-lime-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:first\:via-lime-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:first\:via-lime-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:first\:via-lime-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:first\:via-lime-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:first\:via-lime-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:first\:via-lime-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:first\:via-lime-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:first\:via-lime-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:first\:via-yellow-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:first\:via-yellow-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:first\:via-yellow-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:first\:via-yellow-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:first\:via-yellow-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:first\:via-yellow-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:first\:via-yellow-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:first\:via-yellow-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:first\:via-yellow-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:first\:via-yellow-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:first\:via-amber-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:first\:via-amber-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:first\:via-amber-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:first\:via-amber-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:first\:via-amber-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:first\:via-amber-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:first\:via-amber-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:first\:via-amber-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:first\:via-amber-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:first\:via-amber-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:first\:via-orange-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:first\:via-orange-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:first\:via-orange-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:first\:via-orange-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:first\:via-orange-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:first\:via-orange-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:first\:via-orange-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:first\:via-orange-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:first\:via-orange-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:first\:via-orange-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:first\:via-red-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:first\:via-red-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:first\:via-red-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:first\:via-red-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:first\:via-red-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:first\:via-red-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:first\:via-red-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:first\:via-red-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:first\:via-red-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:first\:via-red-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:first\:via-warmGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:first\:via-warmGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:first\:via-warmGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:first\:via-warmGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:first\:via-warmGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:first\:via-warmGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:first\:via-warmGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:first\:via-warmGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:first\:via-warmGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:first\:via-warmGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:first\:via-trueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:first\:via-trueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:first\:via-trueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:first\:via-trueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:first\:via-trueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:first\:via-trueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:first\:via-trueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:first\:via-trueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:first\:via-trueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:first\:via-trueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:first\:via-gray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:first\:via-gray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:first\:via-gray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:first\:via-gray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:first\:via-gray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:first\:via-gray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:first\:via-gray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:first\:via-gray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:first\:via-gray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:first\:via-gray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:first\:via-coolGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:first\:via-coolGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:first\:via-coolGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:first\:via-coolGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:first\:via-coolGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:first\:via-coolGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:first\:via-coolGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:first\:via-coolGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:first\:via-coolGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:first\:via-coolGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:first\:via-blueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:first\:via-blueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:first\:via-blueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:first\:via-blueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:first\:via-blueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:first\:via-blueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:first\:via-blueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:first\:via-blueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:first\:via-blueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:first\:via-blueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:first\:via-current:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:first\:via-transparent:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:first\:to-black:first-child {
    --tw-gradient-to: #000;
  }

  .lg\:first\:to-white:first-child {
    --tw-gradient-to: #fff;
  }

  .lg\:first\:to-rose-50:first-child {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:first\:to-rose-100:first-child {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:first\:to-rose-200:first-child {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:first\:to-rose-300:first-child {
    --tw-gradient-to: #fda4af;
  }

  .lg\:first\:to-rose-400:first-child {
    --tw-gradient-to: #fb7185;
  }

  .lg\:first\:to-rose-500:first-child {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:first\:to-rose-600:first-child {
    --tw-gradient-to: #e11d48;
  }

  .lg\:first\:to-rose-700:first-child {
    --tw-gradient-to: #be123c;
  }

  .lg\:first\:to-rose-800:first-child {
    --tw-gradient-to: #9f1239;
  }

  .lg\:first\:to-rose-900:first-child {
    --tw-gradient-to: #881337;
  }

  .lg\:first\:to-pink-50:first-child {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:first\:to-pink-100:first-child {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:first\:to-pink-200:first-child {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:first\:to-pink-300:first-child {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:first\:to-pink-400:first-child {
    --tw-gradient-to: #f472b6;
  }

  .lg\:first\:to-pink-500:first-child {
    --tw-gradient-to: #ec4899;
  }

  .lg\:first\:to-pink-600:first-child {
    --tw-gradient-to: #db2777;
  }

  .lg\:first\:to-pink-700:first-child {
    --tw-gradient-to: #be185d;
  }

  .lg\:first\:to-pink-800:first-child {
    --tw-gradient-to: #9d174d;
  }

  .lg\:first\:to-pink-900:first-child {
    --tw-gradient-to: #831843;
  }

  .lg\:first\:to-fuchsia-50:first-child {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:first\:to-fuchsia-100:first-child {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:first\:to-fuchsia-200:first-child {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:first\:to-fuchsia-300:first-child {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:first\:to-fuchsia-400:first-child {
    --tw-gradient-to: #e879f9;
  }

  .lg\:first\:to-fuchsia-500:first-child {
    --tw-gradient-to: #d946ef;
  }

  .lg\:first\:to-fuchsia-600:first-child {
    --tw-gradient-to: #c026d3;
  }

  .lg\:first\:to-fuchsia-700:first-child {
    --tw-gradient-to: #a21caf;
  }

  .lg\:first\:to-fuchsia-800:first-child {
    --tw-gradient-to: #86198f;
  }

  .lg\:first\:to-fuchsia-900:first-child {
    --tw-gradient-to: #701a75;
  }

  .lg\:first\:to-purple-50:first-child {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:first\:to-purple-100:first-child {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:first\:to-purple-200:first-child {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:first\:to-purple-300:first-child {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:first\:to-purple-400:first-child {
    --tw-gradient-to: #c084fc;
  }

  .lg\:first\:to-purple-500:first-child {
    --tw-gradient-to: #a855f7;
  }

  .lg\:first\:to-purple-600:first-child {
    --tw-gradient-to: #9333ea;
  }

  .lg\:first\:to-purple-700:first-child {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:first\:to-purple-800:first-child {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:first\:to-purple-900:first-child {
    --tw-gradient-to: #581c87;
  }

  .lg\:first\:to-violet-50:first-child {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:first\:to-violet-100:first-child {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:first\:to-violet-200:first-child {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:first\:to-violet-300:first-child {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:first\:to-violet-400:first-child {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:first\:to-violet-500:first-child {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:first\:to-violet-600:first-child {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:first\:to-violet-700:first-child {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:first\:to-violet-800:first-child {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:first\:to-violet-900:first-child {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:first\:to-indigo-50:first-child {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:first\:to-indigo-100:first-child {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:first\:to-indigo-200:first-child {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:first\:to-indigo-300:first-child {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:first\:to-indigo-400:first-child {
    --tw-gradient-to: #818cf8;
  }

  .lg\:first\:to-indigo-500:first-child {
    --tw-gradient-to: #6366f1;
  }

  .lg\:first\:to-indigo-600:first-child {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:first\:to-indigo-700:first-child {
    --tw-gradient-to: #4338ca;
  }

  .lg\:first\:to-indigo-800:first-child {
    --tw-gradient-to: #3730a3;
  }

  .lg\:first\:to-indigo-900:first-child {
    --tw-gradient-to: #312e81;
  }

  .lg\:first\:to-blue-50:first-child {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:first\:to-blue-100:first-child {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:first\:to-blue-200:first-child {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:first\:to-blue-300:first-child {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:first\:to-blue-400:first-child {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:first\:to-blue-500:first-child {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:first\:to-blue-600:first-child {
    --tw-gradient-to: #2563eb;
  }

  .lg\:first\:to-blue-700:first-child {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:first\:to-blue-800:first-child {
    --tw-gradient-to: #1e40af;
  }

  .lg\:first\:to-blue-900:first-child {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:first\:to-lightBlue-50:first-child {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:first\:to-lightBlue-100:first-child {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:first\:to-lightBlue-200:first-child {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:first\:to-lightBlue-300:first-child {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:first\:to-lightBlue-400:first-child {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:first\:to-lightBlue-500:first-child {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:first\:to-lightBlue-600:first-child {
    --tw-gradient-to: #0284c7;
  }

  .lg\:first\:to-lightBlue-700:first-child {
    --tw-gradient-to: #0369a1;
  }

  .lg\:first\:to-lightBlue-800:first-child {
    --tw-gradient-to: #075985;
  }

  .lg\:first\:to-lightBlue-900:first-child {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:first\:to-cyan-50:first-child {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:first\:to-cyan-100:first-child {
    --tw-gradient-to: #cffafe;
  }

  .lg\:first\:to-cyan-200:first-child {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:first\:to-cyan-300:first-child {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:first\:to-cyan-400:first-child {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:first\:to-cyan-500:first-child {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:first\:to-cyan-600:first-child {
    --tw-gradient-to: #0891b2;
  }

  .lg\:first\:to-cyan-700:first-child {
    --tw-gradient-to: #0e7490;
  }

  .lg\:first\:to-cyan-800:first-child {
    --tw-gradient-to: #155e75;
  }

  .lg\:first\:to-cyan-900:first-child {
    --tw-gradient-to: #164e63;
  }

  .lg\:first\:to-teal-50:first-child {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:first\:to-teal-100:first-child {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:first\:to-teal-200:first-child {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:first\:to-teal-300:first-child {
    --tw-gradient-to: #5eead4;
  }

  .lg\:first\:to-teal-400:first-child {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:first\:to-teal-500:first-child {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:first\:to-teal-600:first-child {
    --tw-gradient-to: #0d9488;
  }

  .lg\:first\:to-teal-700:first-child {
    --tw-gradient-to: #0f766e;
  }

  .lg\:first\:to-teal-800:first-child {
    --tw-gradient-to: #115e59;
  }

  .lg\:first\:to-teal-900:first-child {
    --tw-gradient-to: #134e4a;
  }

  .lg\:first\:to-emerald-50:first-child {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:first\:to-emerald-100:first-child {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:first\:to-emerald-200:first-child {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:first\:to-emerald-300:first-child {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:first\:to-emerald-400:first-child {
    --tw-gradient-to: #34d399;
  }

  .lg\:first\:to-emerald-500:first-child {
    --tw-gradient-to: #10b981;
  }

  .lg\:first\:to-emerald-600:first-child {
    --tw-gradient-to: #059669;
  }

  .lg\:first\:to-emerald-700:first-child {
    --tw-gradient-to: #047857;
  }

  .lg\:first\:to-emerald-800:first-child {
    --tw-gradient-to: #065f46;
  }

  .lg\:first\:to-emerald-900:first-child {
    --tw-gradient-to: #064e3b;
  }

  .lg\:first\:to-green-50:first-child {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:first\:to-green-100:first-child {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:first\:to-green-200:first-child {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:first\:to-green-300:first-child {
    --tw-gradient-to: #86efac;
  }

  .lg\:first\:to-green-400:first-child {
    --tw-gradient-to: #4ade80;
  }

  .lg\:first\:to-green-500:first-child {
    --tw-gradient-to: #22c55e;
  }

  .lg\:first\:to-green-600:first-child {
    --tw-gradient-to: #16a34a;
  }

  .lg\:first\:to-green-700:first-child {
    --tw-gradient-to: #15803d;
  }

  .lg\:first\:to-green-800:first-child {
    --tw-gradient-to: #166534;
  }

  .lg\:first\:to-green-900:first-child {
    --tw-gradient-to: #14532d;
  }

  .lg\:first\:to-lime-50:first-child {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:first\:to-lime-100:first-child {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:first\:to-lime-200:first-child {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:first\:to-lime-300:first-child {
    --tw-gradient-to: #bef264;
  }

  .lg\:first\:to-lime-400:first-child {
    --tw-gradient-to: #a3e635;
  }

  .lg\:first\:to-lime-500:first-child {
    --tw-gradient-to: #84cc16;
  }

  .lg\:first\:to-lime-600:first-child {
    --tw-gradient-to: #65a30d;
  }

  .lg\:first\:to-lime-700:first-child {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:first\:to-lime-800:first-child {
    --tw-gradient-to: #3f6212;
  }

  .lg\:first\:to-lime-900:first-child {
    --tw-gradient-to: #365314;
  }

  .lg\:first\:to-yellow-50:first-child {
    --tw-gradient-to: #fefce8;
  }

  .lg\:first\:to-yellow-100:first-child {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:first\:to-yellow-200:first-child {
    --tw-gradient-to: #fef08a;
  }

  .lg\:first\:to-yellow-300:first-child {
    --tw-gradient-to: #fde047;
  }

  .lg\:first\:to-yellow-400:first-child {
    --tw-gradient-to: #facc15;
  }

  .lg\:first\:to-yellow-500:first-child {
    --tw-gradient-to: #eab308;
  }

  .lg\:first\:to-yellow-600:first-child {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:first\:to-yellow-700:first-child {
    --tw-gradient-to: #a16207;
  }

  .lg\:first\:to-yellow-800:first-child {
    --tw-gradient-to: #854d0e;
  }

  .lg\:first\:to-yellow-900:first-child {
    --tw-gradient-to: #713f12;
  }

  .lg\:first\:to-amber-50:first-child {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:first\:to-amber-100:first-child {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:first\:to-amber-200:first-child {
    --tw-gradient-to: #fde68a;
  }

  .lg\:first\:to-amber-300:first-child {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:first\:to-amber-400:first-child {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:first\:to-amber-500:first-child {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:first\:to-amber-600:first-child {
    --tw-gradient-to: #d97706;
  }

  .lg\:first\:to-amber-700:first-child {
    --tw-gradient-to: #b45309;
  }

  .lg\:first\:to-amber-800:first-child {
    --tw-gradient-to: #92400e;
  }

  .lg\:first\:to-amber-900:first-child {
    --tw-gradient-to: #78350f;
  }

  .lg\:first\:to-orange-50:first-child {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:first\:to-orange-100:first-child {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:first\:to-orange-200:first-child {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:first\:to-orange-300:first-child {
    --tw-gradient-to: #fdba74;
  }

  .lg\:first\:to-orange-400:first-child {
    --tw-gradient-to: #fb923c;
  }

  .lg\:first\:to-orange-500:first-child {
    --tw-gradient-to: #f97316;
  }

  .lg\:first\:to-orange-600:first-child {
    --tw-gradient-to: #ea580c;
  }

  .lg\:first\:to-orange-700:first-child {
    --tw-gradient-to: #c2410c;
  }

  .lg\:first\:to-orange-800:first-child {
    --tw-gradient-to: #9a3412;
  }

  .lg\:first\:to-orange-900:first-child {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:first\:to-red-50:first-child {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:first\:to-red-100:first-child {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:first\:to-red-200:first-child {
    --tw-gradient-to: #fecaca;
  }

  .lg\:first\:to-red-300:first-child {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:first\:to-red-400:first-child {
    --tw-gradient-to: #f87171;
  }

  .lg\:first\:to-red-500:first-child {
    --tw-gradient-to: #ef4444;
  }

  .lg\:first\:to-red-600:first-child {
    --tw-gradient-to: #dc2626;
  }

  .lg\:first\:to-red-700:first-child {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:first\:to-red-800:first-child {
    --tw-gradient-to: #991b1b;
  }

  .lg\:first\:to-red-900:first-child {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:first\:to-warmGray-50:first-child {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:first\:to-warmGray-100:first-child {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:first\:to-warmGray-200:first-child {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:first\:to-warmGray-300:first-child {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:first\:to-warmGray-400:first-child {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:first\:to-warmGray-500:first-child {
    --tw-gradient-to: #78716c;
  }

  .lg\:first\:to-warmGray-600:first-child {
    --tw-gradient-to: #57534e;
  }

  .lg\:first\:to-warmGray-700:first-child {
    --tw-gradient-to: #44403c;
  }

  .lg\:first\:to-warmGray-800:first-child {
    --tw-gradient-to: #292524;
  }

  .lg\:first\:to-warmGray-900:first-child {
    --tw-gradient-to: #1c1917;
  }

  .lg\:first\:to-trueGray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .lg\:first\:to-trueGray-100:first-child {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:first\:to-trueGray-200:first-child {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:first\:to-trueGray-300:first-child {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:first\:to-trueGray-400:first-child {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:first\:to-trueGray-500:first-child {
    --tw-gradient-to: #737373;
  }

  .lg\:first\:to-trueGray-600:first-child {
    --tw-gradient-to: #525252;
  }

  .lg\:first\:to-trueGray-700:first-child {
    --tw-gradient-to: #404040;
  }

  .lg\:first\:to-trueGray-800:first-child {
    --tw-gradient-to: #262626;
  }

  .lg\:first\:to-trueGray-900:first-child {
    --tw-gradient-to: #171717;
  }

  .lg\:first\:to-gray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .lg\:first\:to-gray-100:first-child {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:first\:to-gray-200:first-child {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:first\:to-gray-300:first-child {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:first\:to-gray-400:first-child {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:first\:to-gray-500:first-child {
    --tw-gradient-to: #71717a;
  }

  .lg\:first\:to-gray-600:first-child {
    --tw-gradient-to: #52525b;
  }

  .lg\:first\:to-gray-700:first-child {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:first\:to-gray-800:first-child {
    --tw-gradient-to: #27272a;
  }

  .lg\:first\:to-gray-900:first-child {
    --tw-gradient-to: #18181b;
  }

  .lg\:first\:to-coolGray-50:first-child {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:first\:to-coolGray-100:first-child {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:first\:to-coolGray-200:first-child {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:first\:to-coolGray-300:first-child {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:first\:to-coolGray-400:first-child {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:first\:to-coolGray-500:first-child {
    --tw-gradient-to: #6b7280;
  }

  .lg\:first\:to-coolGray-600:first-child {
    --tw-gradient-to: #4b5563;
  }

  .lg\:first\:to-coolGray-700:first-child {
    --tw-gradient-to: #374151;
  }

  .lg\:first\:to-coolGray-800:first-child {
    --tw-gradient-to: #1f2937;
  }

  .lg\:first\:to-coolGray-900:first-child {
    --tw-gradient-to: #111827;
  }

  .lg\:first\:to-blueGray-50:first-child {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:first\:to-blueGray-100:first-child {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:first\:to-blueGray-200:first-child {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:first\:to-blueGray-300:first-child {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:first\:to-blueGray-400:first-child {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:first\:to-blueGray-500:first-child {
    --tw-gradient-to: #64748b;
  }

  .lg\:first\:to-blueGray-600:first-child {
    --tw-gradient-to: #475569;
  }

  .lg\:first\:to-blueGray-700:first-child {
    --tw-gradient-to: #334155;
  }

  .lg\:first\:to-blueGray-800:first-child {
    --tw-gradient-to: #1e293b;
  }

  .lg\:first\:to-blueGray-900:first-child {
    --tw-gradient-to: #0f172a;
  }

  .lg\:first\:to-current:first-child {
    --tw-gradient-to: current;
  }

  .lg\:first\:to-transparent:first-child {
    --tw-gradient-to: transparent;
  }

  .lg\:last\:from-black:last-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:last\:from-white:last-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:last\:from-rose-50:last-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:last\:from-rose-100:last-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:last\:from-rose-200:last-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:last\:from-rose-300:last-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:last\:from-rose-400:last-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:last\:from-rose-500:last-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:last\:from-rose-600:last-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:last\:from-rose-700:last-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:last\:from-rose-800:last-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:last\:from-rose-900:last-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:last\:from-pink-50:last-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:last\:from-pink-100:last-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:last\:from-pink-200:last-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:last\:from-pink-300:last-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:last\:from-pink-400:last-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:last\:from-pink-500:last-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:last\:from-pink-600:last-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:last\:from-pink-700:last-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:last\:from-pink-800:last-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:last\:from-pink-900:last-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:last\:from-fuchsia-50:last-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:last\:from-fuchsia-100:last-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:last\:from-fuchsia-200:last-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:last\:from-fuchsia-300:last-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:last\:from-fuchsia-400:last-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:last\:from-fuchsia-500:last-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:last\:from-fuchsia-600:last-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:last\:from-fuchsia-700:last-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:last\:from-fuchsia-800:last-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:last\:from-fuchsia-900:last-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:last\:from-purple-50:last-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:last\:from-purple-100:last-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:last\:from-purple-200:last-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:last\:from-purple-300:last-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:last\:from-purple-400:last-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:last\:from-purple-500:last-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:last\:from-purple-600:last-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:last\:from-purple-700:last-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:last\:from-purple-800:last-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:last\:from-purple-900:last-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:last\:from-violet-50:last-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:last\:from-violet-100:last-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:last\:from-violet-200:last-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:last\:from-violet-300:last-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:last\:from-violet-400:last-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:last\:from-violet-500:last-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:last\:from-violet-600:last-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:last\:from-violet-700:last-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:last\:from-violet-800:last-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:last\:from-violet-900:last-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:last\:from-indigo-50:last-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:last\:from-indigo-100:last-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:last\:from-indigo-200:last-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:last\:from-indigo-300:last-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:last\:from-indigo-400:last-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:last\:from-indigo-500:last-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:last\:from-indigo-600:last-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:last\:from-indigo-700:last-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:last\:from-indigo-800:last-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:last\:from-indigo-900:last-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:last\:from-blue-50:last-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:last\:from-blue-100:last-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:last\:from-blue-200:last-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:last\:from-blue-300:last-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:last\:from-blue-400:last-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:last\:from-blue-500:last-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:last\:from-blue-600:last-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:last\:from-blue-700:last-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:last\:from-blue-800:last-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:last\:from-blue-900:last-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:last\:from-lightBlue-50:last-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:last\:from-lightBlue-100:last-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:last\:from-lightBlue-200:last-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:last\:from-lightBlue-300:last-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:last\:from-lightBlue-400:last-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:last\:from-lightBlue-500:last-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:last\:from-lightBlue-600:last-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:last\:from-lightBlue-700:last-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:last\:from-lightBlue-800:last-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:last\:from-lightBlue-900:last-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:last\:from-cyan-50:last-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:last\:from-cyan-100:last-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:last\:from-cyan-200:last-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:last\:from-cyan-300:last-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:last\:from-cyan-400:last-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:last\:from-cyan-500:last-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:last\:from-cyan-600:last-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:last\:from-cyan-700:last-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:last\:from-cyan-800:last-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:last\:from-cyan-900:last-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:last\:from-teal-50:last-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:last\:from-teal-100:last-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:last\:from-teal-200:last-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:last\:from-teal-300:last-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:last\:from-teal-400:last-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:last\:from-teal-500:last-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:last\:from-teal-600:last-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:last\:from-teal-700:last-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:last\:from-teal-800:last-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:last\:from-teal-900:last-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:last\:from-emerald-50:last-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:last\:from-emerald-100:last-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:last\:from-emerald-200:last-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:last\:from-emerald-300:last-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:last\:from-emerald-400:last-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:last\:from-emerald-500:last-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:last\:from-emerald-600:last-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:last\:from-emerald-700:last-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:last\:from-emerald-800:last-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:last\:from-emerald-900:last-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:last\:from-green-50:last-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:last\:from-green-100:last-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:last\:from-green-200:last-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:last\:from-green-300:last-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:last\:from-green-400:last-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:last\:from-green-500:last-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:last\:from-green-600:last-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:last\:from-green-700:last-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:last\:from-green-800:last-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:last\:from-green-900:last-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:last\:from-lime-50:last-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:last\:from-lime-100:last-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:last\:from-lime-200:last-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:last\:from-lime-300:last-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:last\:from-lime-400:last-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:last\:from-lime-500:last-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:last\:from-lime-600:last-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:last\:from-lime-700:last-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:last\:from-lime-800:last-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:last\:from-lime-900:last-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:last\:from-yellow-50:last-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:last\:from-yellow-100:last-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:last\:from-yellow-200:last-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:last\:from-yellow-300:last-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:last\:from-yellow-400:last-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:last\:from-yellow-500:last-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:last\:from-yellow-600:last-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:last\:from-yellow-700:last-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:last\:from-yellow-800:last-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:last\:from-yellow-900:last-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:last\:from-amber-50:last-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:last\:from-amber-100:last-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:last\:from-amber-200:last-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:last\:from-amber-300:last-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:last\:from-amber-400:last-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:last\:from-amber-500:last-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:last\:from-amber-600:last-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:last\:from-amber-700:last-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:last\:from-amber-800:last-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:last\:from-amber-900:last-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:last\:from-orange-50:last-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:last\:from-orange-100:last-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:last\:from-orange-200:last-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:last\:from-orange-300:last-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:last\:from-orange-400:last-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:last\:from-orange-500:last-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:last\:from-orange-600:last-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:last\:from-orange-700:last-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:last\:from-orange-800:last-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:last\:from-orange-900:last-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:last\:from-red-50:last-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:last\:from-red-100:last-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:last\:from-red-200:last-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:last\:from-red-300:last-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:last\:from-red-400:last-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:last\:from-red-500:last-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:last\:from-red-600:last-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:last\:from-red-700:last-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:last\:from-red-800:last-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:last\:from-red-900:last-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:last\:from-warmGray-50:last-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:last\:from-warmGray-100:last-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:last\:from-warmGray-200:last-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:last\:from-warmGray-300:last-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:last\:from-warmGray-400:last-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:last\:from-warmGray-500:last-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:last\:from-warmGray-600:last-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:last\:from-warmGray-700:last-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:last\:from-warmGray-800:last-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:last\:from-warmGray-900:last-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:last\:from-trueGray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:last\:from-trueGray-100:last-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:last\:from-trueGray-200:last-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:last\:from-trueGray-300:last-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:last\:from-trueGray-400:last-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:last\:from-trueGray-500:last-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:last\:from-trueGray-600:last-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:last\:from-trueGray-700:last-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:last\:from-trueGray-800:last-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:last\:from-trueGray-900:last-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:last\:from-gray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:last\:from-gray-100:last-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:last\:from-gray-200:last-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:last\:from-gray-300:last-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:last\:from-gray-400:last-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:last\:from-gray-500:last-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:last\:from-gray-600:last-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:last\:from-gray-700:last-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:last\:from-gray-800:last-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:last\:from-gray-900:last-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:last\:from-coolGray-50:last-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:last\:from-coolGray-100:last-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:last\:from-coolGray-200:last-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:last\:from-coolGray-300:last-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:last\:from-coolGray-400:last-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:last\:from-coolGray-500:last-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:last\:from-coolGray-600:last-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:last\:from-coolGray-700:last-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:last\:from-coolGray-800:last-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:last\:from-coolGray-900:last-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:last\:from-blueGray-50:last-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:last\:from-blueGray-100:last-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:last\:from-blueGray-200:last-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:last\:from-blueGray-300:last-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:last\:from-blueGray-400:last-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:last\:from-blueGray-500:last-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:last\:from-blueGray-600:last-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:last\:from-blueGray-700:last-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:last\:from-blueGray-800:last-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:last\:from-blueGray-900:last-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:last\:from-current:last-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:last\:from-transparent:last-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:last\:via-black:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:last\:via-white:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:last\:via-rose-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:last\:via-rose-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:last\:via-rose-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:last\:via-rose-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:last\:via-rose-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:last\:via-rose-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:last\:via-rose-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:last\:via-rose-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:last\:via-rose-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:last\:via-rose-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:last\:via-pink-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:last\:via-pink-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:last\:via-pink-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:last\:via-pink-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:last\:via-pink-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:last\:via-pink-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:last\:via-pink-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:last\:via-pink-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:last\:via-pink-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:last\:via-pink-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:last\:via-fuchsia-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:last\:via-fuchsia-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:last\:via-fuchsia-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:last\:via-fuchsia-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:last\:via-fuchsia-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:last\:via-fuchsia-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:last\:via-fuchsia-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:last\:via-fuchsia-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:last\:via-fuchsia-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:last\:via-fuchsia-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:last\:via-purple-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:last\:via-purple-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:last\:via-purple-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:last\:via-purple-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:last\:via-purple-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:last\:via-purple-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:last\:via-purple-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:last\:via-purple-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:last\:via-purple-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:last\:via-purple-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:last\:via-violet-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:last\:via-violet-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:last\:via-violet-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:last\:via-violet-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:last\:via-violet-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:last\:via-violet-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:last\:via-violet-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:last\:via-violet-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:last\:via-violet-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:last\:via-violet-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:last\:via-indigo-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:last\:via-indigo-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:last\:via-indigo-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:last\:via-indigo-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:last\:via-indigo-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:last\:via-indigo-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:last\:via-indigo-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:last\:via-indigo-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:last\:via-indigo-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:last\:via-indigo-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:last\:via-blue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:last\:via-blue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:last\:via-blue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:last\:via-blue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:last\:via-blue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:last\:via-blue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:last\:via-blue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:last\:via-blue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:last\:via-blue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:last\:via-blue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:last\:via-lightBlue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:last\:via-lightBlue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:last\:via-lightBlue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:last\:via-lightBlue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:last\:via-lightBlue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:last\:via-lightBlue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:last\:via-lightBlue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:last\:via-lightBlue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:last\:via-lightBlue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:last\:via-lightBlue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:last\:via-cyan-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:last\:via-cyan-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:last\:via-cyan-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:last\:via-cyan-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:last\:via-cyan-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:last\:via-cyan-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:last\:via-cyan-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:last\:via-cyan-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:last\:via-cyan-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:last\:via-cyan-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:last\:via-teal-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:last\:via-teal-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:last\:via-teal-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:last\:via-teal-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:last\:via-teal-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:last\:via-teal-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:last\:via-teal-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:last\:via-teal-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:last\:via-teal-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:last\:via-teal-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:last\:via-emerald-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:last\:via-emerald-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:last\:via-emerald-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:last\:via-emerald-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:last\:via-emerald-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:last\:via-emerald-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:last\:via-emerald-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:last\:via-emerald-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:last\:via-emerald-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:last\:via-emerald-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:last\:via-green-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:last\:via-green-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:last\:via-green-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:last\:via-green-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:last\:via-green-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:last\:via-green-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:last\:via-green-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:last\:via-green-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:last\:via-green-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:last\:via-green-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:last\:via-lime-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:last\:via-lime-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:last\:via-lime-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:last\:via-lime-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:last\:via-lime-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:last\:via-lime-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:last\:via-lime-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:last\:via-lime-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:last\:via-lime-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:last\:via-lime-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:last\:via-yellow-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:last\:via-yellow-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:last\:via-yellow-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:last\:via-yellow-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:last\:via-yellow-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:last\:via-yellow-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:last\:via-yellow-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:last\:via-yellow-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:last\:via-yellow-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:last\:via-yellow-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:last\:via-amber-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:last\:via-amber-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:last\:via-amber-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:last\:via-amber-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:last\:via-amber-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:last\:via-amber-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:last\:via-amber-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:last\:via-amber-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:last\:via-amber-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:last\:via-amber-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:last\:via-orange-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:last\:via-orange-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:last\:via-orange-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:last\:via-orange-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:last\:via-orange-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:last\:via-orange-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:last\:via-orange-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:last\:via-orange-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:last\:via-orange-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:last\:via-orange-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:last\:via-red-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:last\:via-red-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:last\:via-red-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:last\:via-red-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:last\:via-red-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:last\:via-red-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:last\:via-red-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:last\:via-red-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:last\:via-red-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:last\:via-red-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:last\:via-warmGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:last\:via-warmGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:last\:via-warmGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:last\:via-warmGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:last\:via-warmGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:last\:via-warmGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:last\:via-warmGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:last\:via-warmGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:last\:via-warmGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:last\:via-warmGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:last\:via-trueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:last\:via-trueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:last\:via-trueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:last\:via-trueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:last\:via-trueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:last\:via-trueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:last\:via-trueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:last\:via-trueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:last\:via-trueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:last\:via-trueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:last\:via-gray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:last\:via-gray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:last\:via-gray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:last\:via-gray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:last\:via-gray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:last\:via-gray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:last\:via-gray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:last\:via-gray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:last\:via-gray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:last\:via-gray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:last\:via-coolGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:last\:via-coolGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:last\:via-coolGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:last\:via-coolGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:last\:via-coolGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:last\:via-coolGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:last\:via-coolGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:last\:via-coolGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:last\:via-coolGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:last\:via-coolGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:last\:via-blueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:last\:via-blueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:last\:via-blueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:last\:via-blueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:last\:via-blueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:last\:via-blueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:last\:via-blueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:last\:via-blueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:last\:via-blueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:last\:via-blueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:last\:via-current:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:last\:via-transparent:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:last\:to-black:last-child {
    --tw-gradient-to: #000;
  }

  .lg\:last\:to-white:last-child {
    --tw-gradient-to: #fff;
  }

  .lg\:last\:to-rose-50:last-child {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:last\:to-rose-100:last-child {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:last\:to-rose-200:last-child {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:last\:to-rose-300:last-child {
    --tw-gradient-to: #fda4af;
  }

  .lg\:last\:to-rose-400:last-child {
    --tw-gradient-to: #fb7185;
  }

  .lg\:last\:to-rose-500:last-child {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:last\:to-rose-600:last-child {
    --tw-gradient-to: #e11d48;
  }

  .lg\:last\:to-rose-700:last-child {
    --tw-gradient-to: #be123c;
  }

  .lg\:last\:to-rose-800:last-child {
    --tw-gradient-to: #9f1239;
  }

  .lg\:last\:to-rose-900:last-child {
    --tw-gradient-to: #881337;
  }

  .lg\:last\:to-pink-50:last-child {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:last\:to-pink-100:last-child {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:last\:to-pink-200:last-child {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:last\:to-pink-300:last-child {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:last\:to-pink-400:last-child {
    --tw-gradient-to: #f472b6;
  }

  .lg\:last\:to-pink-500:last-child {
    --tw-gradient-to: #ec4899;
  }

  .lg\:last\:to-pink-600:last-child {
    --tw-gradient-to: #db2777;
  }

  .lg\:last\:to-pink-700:last-child {
    --tw-gradient-to: #be185d;
  }

  .lg\:last\:to-pink-800:last-child {
    --tw-gradient-to: #9d174d;
  }

  .lg\:last\:to-pink-900:last-child {
    --tw-gradient-to: #831843;
  }

  .lg\:last\:to-fuchsia-50:last-child {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:last\:to-fuchsia-100:last-child {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:last\:to-fuchsia-200:last-child {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:last\:to-fuchsia-300:last-child {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:last\:to-fuchsia-400:last-child {
    --tw-gradient-to: #e879f9;
  }

  .lg\:last\:to-fuchsia-500:last-child {
    --tw-gradient-to: #d946ef;
  }

  .lg\:last\:to-fuchsia-600:last-child {
    --tw-gradient-to: #c026d3;
  }

  .lg\:last\:to-fuchsia-700:last-child {
    --tw-gradient-to: #a21caf;
  }

  .lg\:last\:to-fuchsia-800:last-child {
    --tw-gradient-to: #86198f;
  }

  .lg\:last\:to-fuchsia-900:last-child {
    --tw-gradient-to: #701a75;
  }

  .lg\:last\:to-purple-50:last-child {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:last\:to-purple-100:last-child {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:last\:to-purple-200:last-child {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:last\:to-purple-300:last-child {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:last\:to-purple-400:last-child {
    --tw-gradient-to: #c084fc;
  }

  .lg\:last\:to-purple-500:last-child {
    --tw-gradient-to: #a855f7;
  }

  .lg\:last\:to-purple-600:last-child {
    --tw-gradient-to: #9333ea;
  }

  .lg\:last\:to-purple-700:last-child {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:last\:to-purple-800:last-child {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:last\:to-purple-900:last-child {
    --tw-gradient-to: #581c87;
  }

  .lg\:last\:to-violet-50:last-child {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:last\:to-violet-100:last-child {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:last\:to-violet-200:last-child {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:last\:to-violet-300:last-child {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:last\:to-violet-400:last-child {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:last\:to-violet-500:last-child {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:last\:to-violet-600:last-child {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:last\:to-violet-700:last-child {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:last\:to-violet-800:last-child {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:last\:to-violet-900:last-child {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:last\:to-indigo-50:last-child {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:last\:to-indigo-100:last-child {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:last\:to-indigo-200:last-child {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:last\:to-indigo-300:last-child {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:last\:to-indigo-400:last-child {
    --tw-gradient-to: #818cf8;
  }

  .lg\:last\:to-indigo-500:last-child {
    --tw-gradient-to: #6366f1;
  }

  .lg\:last\:to-indigo-600:last-child {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:last\:to-indigo-700:last-child {
    --tw-gradient-to: #4338ca;
  }

  .lg\:last\:to-indigo-800:last-child {
    --tw-gradient-to: #3730a3;
  }

  .lg\:last\:to-indigo-900:last-child {
    --tw-gradient-to: #312e81;
  }

  .lg\:last\:to-blue-50:last-child {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:last\:to-blue-100:last-child {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:last\:to-blue-200:last-child {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:last\:to-blue-300:last-child {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:last\:to-blue-400:last-child {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:last\:to-blue-500:last-child {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:last\:to-blue-600:last-child {
    --tw-gradient-to: #2563eb;
  }

  .lg\:last\:to-blue-700:last-child {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:last\:to-blue-800:last-child {
    --tw-gradient-to: #1e40af;
  }

  .lg\:last\:to-blue-900:last-child {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:last\:to-lightBlue-50:last-child {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:last\:to-lightBlue-100:last-child {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:last\:to-lightBlue-200:last-child {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:last\:to-lightBlue-300:last-child {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:last\:to-lightBlue-400:last-child {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:last\:to-lightBlue-500:last-child {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:last\:to-lightBlue-600:last-child {
    --tw-gradient-to: #0284c7;
  }

  .lg\:last\:to-lightBlue-700:last-child {
    --tw-gradient-to: #0369a1;
  }

  .lg\:last\:to-lightBlue-800:last-child {
    --tw-gradient-to: #075985;
  }

  .lg\:last\:to-lightBlue-900:last-child {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:last\:to-cyan-50:last-child {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:last\:to-cyan-100:last-child {
    --tw-gradient-to: #cffafe;
  }

  .lg\:last\:to-cyan-200:last-child {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:last\:to-cyan-300:last-child {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:last\:to-cyan-400:last-child {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:last\:to-cyan-500:last-child {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:last\:to-cyan-600:last-child {
    --tw-gradient-to: #0891b2;
  }

  .lg\:last\:to-cyan-700:last-child {
    --tw-gradient-to: #0e7490;
  }

  .lg\:last\:to-cyan-800:last-child {
    --tw-gradient-to: #155e75;
  }

  .lg\:last\:to-cyan-900:last-child {
    --tw-gradient-to: #164e63;
  }

  .lg\:last\:to-teal-50:last-child {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:last\:to-teal-100:last-child {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:last\:to-teal-200:last-child {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:last\:to-teal-300:last-child {
    --tw-gradient-to: #5eead4;
  }

  .lg\:last\:to-teal-400:last-child {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:last\:to-teal-500:last-child {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:last\:to-teal-600:last-child {
    --tw-gradient-to: #0d9488;
  }

  .lg\:last\:to-teal-700:last-child {
    --tw-gradient-to: #0f766e;
  }

  .lg\:last\:to-teal-800:last-child {
    --tw-gradient-to: #115e59;
  }

  .lg\:last\:to-teal-900:last-child {
    --tw-gradient-to: #134e4a;
  }

  .lg\:last\:to-emerald-50:last-child {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:last\:to-emerald-100:last-child {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:last\:to-emerald-200:last-child {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:last\:to-emerald-300:last-child {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:last\:to-emerald-400:last-child {
    --tw-gradient-to: #34d399;
  }

  .lg\:last\:to-emerald-500:last-child {
    --tw-gradient-to: #10b981;
  }

  .lg\:last\:to-emerald-600:last-child {
    --tw-gradient-to: #059669;
  }

  .lg\:last\:to-emerald-700:last-child {
    --tw-gradient-to: #047857;
  }

  .lg\:last\:to-emerald-800:last-child {
    --tw-gradient-to: #065f46;
  }

  .lg\:last\:to-emerald-900:last-child {
    --tw-gradient-to: #064e3b;
  }

  .lg\:last\:to-green-50:last-child {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:last\:to-green-100:last-child {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:last\:to-green-200:last-child {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:last\:to-green-300:last-child {
    --tw-gradient-to: #86efac;
  }

  .lg\:last\:to-green-400:last-child {
    --tw-gradient-to: #4ade80;
  }

  .lg\:last\:to-green-500:last-child {
    --tw-gradient-to: #22c55e;
  }

  .lg\:last\:to-green-600:last-child {
    --tw-gradient-to: #16a34a;
  }

  .lg\:last\:to-green-700:last-child {
    --tw-gradient-to: #15803d;
  }

  .lg\:last\:to-green-800:last-child {
    --tw-gradient-to: #166534;
  }

  .lg\:last\:to-green-900:last-child {
    --tw-gradient-to: #14532d;
  }

  .lg\:last\:to-lime-50:last-child {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:last\:to-lime-100:last-child {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:last\:to-lime-200:last-child {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:last\:to-lime-300:last-child {
    --tw-gradient-to: #bef264;
  }

  .lg\:last\:to-lime-400:last-child {
    --tw-gradient-to: #a3e635;
  }

  .lg\:last\:to-lime-500:last-child {
    --tw-gradient-to: #84cc16;
  }

  .lg\:last\:to-lime-600:last-child {
    --tw-gradient-to: #65a30d;
  }

  .lg\:last\:to-lime-700:last-child {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:last\:to-lime-800:last-child {
    --tw-gradient-to: #3f6212;
  }

  .lg\:last\:to-lime-900:last-child {
    --tw-gradient-to: #365314;
  }

  .lg\:last\:to-yellow-50:last-child {
    --tw-gradient-to: #fefce8;
  }

  .lg\:last\:to-yellow-100:last-child {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:last\:to-yellow-200:last-child {
    --tw-gradient-to: #fef08a;
  }

  .lg\:last\:to-yellow-300:last-child {
    --tw-gradient-to: #fde047;
  }

  .lg\:last\:to-yellow-400:last-child {
    --tw-gradient-to: #facc15;
  }

  .lg\:last\:to-yellow-500:last-child {
    --tw-gradient-to: #eab308;
  }

  .lg\:last\:to-yellow-600:last-child {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:last\:to-yellow-700:last-child {
    --tw-gradient-to: #a16207;
  }

  .lg\:last\:to-yellow-800:last-child {
    --tw-gradient-to: #854d0e;
  }

  .lg\:last\:to-yellow-900:last-child {
    --tw-gradient-to: #713f12;
  }

  .lg\:last\:to-amber-50:last-child {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:last\:to-amber-100:last-child {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:last\:to-amber-200:last-child {
    --tw-gradient-to: #fde68a;
  }

  .lg\:last\:to-amber-300:last-child {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:last\:to-amber-400:last-child {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:last\:to-amber-500:last-child {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:last\:to-amber-600:last-child {
    --tw-gradient-to: #d97706;
  }

  .lg\:last\:to-amber-700:last-child {
    --tw-gradient-to: #b45309;
  }

  .lg\:last\:to-amber-800:last-child {
    --tw-gradient-to: #92400e;
  }

  .lg\:last\:to-amber-900:last-child {
    --tw-gradient-to: #78350f;
  }

  .lg\:last\:to-orange-50:last-child {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:last\:to-orange-100:last-child {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:last\:to-orange-200:last-child {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:last\:to-orange-300:last-child {
    --tw-gradient-to: #fdba74;
  }

  .lg\:last\:to-orange-400:last-child {
    --tw-gradient-to: #fb923c;
  }

  .lg\:last\:to-orange-500:last-child {
    --tw-gradient-to: #f97316;
  }

  .lg\:last\:to-orange-600:last-child {
    --tw-gradient-to: #ea580c;
  }

  .lg\:last\:to-orange-700:last-child {
    --tw-gradient-to: #c2410c;
  }

  .lg\:last\:to-orange-800:last-child {
    --tw-gradient-to: #9a3412;
  }

  .lg\:last\:to-orange-900:last-child {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:last\:to-red-50:last-child {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:last\:to-red-100:last-child {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:last\:to-red-200:last-child {
    --tw-gradient-to: #fecaca;
  }

  .lg\:last\:to-red-300:last-child {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:last\:to-red-400:last-child {
    --tw-gradient-to: #f87171;
  }

  .lg\:last\:to-red-500:last-child {
    --tw-gradient-to: #ef4444;
  }

  .lg\:last\:to-red-600:last-child {
    --tw-gradient-to: #dc2626;
  }

  .lg\:last\:to-red-700:last-child {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:last\:to-red-800:last-child {
    --tw-gradient-to: #991b1b;
  }

  .lg\:last\:to-red-900:last-child {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:last\:to-warmGray-50:last-child {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:last\:to-warmGray-100:last-child {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:last\:to-warmGray-200:last-child {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:last\:to-warmGray-300:last-child {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:last\:to-warmGray-400:last-child {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:last\:to-warmGray-500:last-child {
    --tw-gradient-to: #78716c;
  }

  .lg\:last\:to-warmGray-600:last-child {
    --tw-gradient-to: #57534e;
  }

  .lg\:last\:to-warmGray-700:last-child {
    --tw-gradient-to: #44403c;
  }

  .lg\:last\:to-warmGray-800:last-child {
    --tw-gradient-to: #292524;
  }

  .lg\:last\:to-warmGray-900:last-child {
    --tw-gradient-to: #1c1917;
  }

  .lg\:last\:to-trueGray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .lg\:last\:to-trueGray-100:last-child {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:last\:to-trueGray-200:last-child {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:last\:to-trueGray-300:last-child {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:last\:to-trueGray-400:last-child {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:last\:to-trueGray-500:last-child {
    --tw-gradient-to: #737373;
  }

  .lg\:last\:to-trueGray-600:last-child {
    --tw-gradient-to: #525252;
  }

  .lg\:last\:to-trueGray-700:last-child {
    --tw-gradient-to: #404040;
  }

  .lg\:last\:to-trueGray-800:last-child {
    --tw-gradient-to: #262626;
  }

  .lg\:last\:to-trueGray-900:last-child {
    --tw-gradient-to: #171717;
  }

  .lg\:last\:to-gray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .lg\:last\:to-gray-100:last-child {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:last\:to-gray-200:last-child {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:last\:to-gray-300:last-child {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:last\:to-gray-400:last-child {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:last\:to-gray-500:last-child {
    --tw-gradient-to: #71717a;
  }

  .lg\:last\:to-gray-600:last-child {
    --tw-gradient-to: #52525b;
  }

  .lg\:last\:to-gray-700:last-child {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:last\:to-gray-800:last-child {
    --tw-gradient-to: #27272a;
  }

  .lg\:last\:to-gray-900:last-child {
    --tw-gradient-to: #18181b;
  }

  .lg\:last\:to-coolGray-50:last-child {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:last\:to-coolGray-100:last-child {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:last\:to-coolGray-200:last-child {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:last\:to-coolGray-300:last-child {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:last\:to-coolGray-400:last-child {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:last\:to-coolGray-500:last-child {
    --tw-gradient-to: #6b7280;
  }

  .lg\:last\:to-coolGray-600:last-child {
    --tw-gradient-to: #4b5563;
  }

  .lg\:last\:to-coolGray-700:last-child {
    --tw-gradient-to: #374151;
  }

  .lg\:last\:to-coolGray-800:last-child {
    --tw-gradient-to: #1f2937;
  }

  .lg\:last\:to-coolGray-900:last-child {
    --tw-gradient-to: #111827;
  }

  .lg\:last\:to-blueGray-50:last-child {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:last\:to-blueGray-100:last-child {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:last\:to-blueGray-200:last-child {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:last\:to-blueGray-300:last-child {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:last\:to-blueGray-400:last-child {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:last\:to-blueGray-500:last-child {
    --tw-gradient-to: #64748b;
  }

  .lg\:last\:to-blueGray-600:last-child {
    --tw-gradient-to: #475569;
  }

  .lg\:last\:to-blueGray-700:last-child {
    --tw-gradient-to: #334155;
  }

  .lg\:last\:to-blueGray-800:last-child {
    --tw-gradient-to: #1e293b;
  }

  .lg\:last\:to-blueGray-900:last-child {
    --tw-gradient-to: #0f172a;
  }

  .lg\:last\:to-current:last-child {
    --tw-gradient-to: current;
  }

  .lg\:last\:to-transparent:last-child {
    --tw-gradient-to: transparent;
  }

  .lg\:odd\:from-black:nth-child(odd) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:odd\:from-white:nth-child(odd) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:odd\:from-rose-50:nth-child(odd) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:odd\:from-rose-100:nth-child(odd) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:odd\:from-rose-200:nth-child(odd) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:odd\:from-rose-300:nth-child(odd) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:odd\:from-rose-400:nth-child(odd) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:odd\:from-rose-500:nth-child(odd) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:odd\:from-rose-600:nth-child(odd) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:odd\:from-rose-700:nth-child(odd) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:odd\:from-rose-800:nth-child(odd) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:odd\:from-rose-900:nth-child(odd) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:odd\:from-pink-50:nth-child(odd) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:odd\:from-pink-100:nth-child(odd) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:odd\:from-pink-200:nth-child(odd) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:odd\:from-pink-300:nth-child(odd) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:odd\:from-pink-400:nth-child(odd) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:odd\:from-pink-500:nth-child(odd) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:odd\:from-pink-600:nth-child(odd) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:odd\:from-pink-700:nth-child(odd) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:odd\:from-pink-800:nth-child(odd) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:odd\:from-pink-900:nth-child(odd) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:odd\:from-fuchsia-50:nth-child(odd) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:odd\:from-fuchsia-100:nth-child(odd) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:odd\:from-fuchsia-200:nth-child(odd) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:odd\:from-fuchsia-300:nth-child(odd) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:odd\:from-fuchsia-400:nth-child(odd) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:odd\:from-fuchsia-500:nth-child(odd) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:odd\:from-fuchsia-600:nth-child(odd) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:odd\:from-fuchsia-700:nth-child(odd) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:odd\:from-fuchsia-800:nth-child(odd) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:odd\:from-fuchsia-900:nth-child(odd) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:odd\:from-purple-50:nth-child(odd) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:odd\:from-purple-100:nth-child(odd) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:odd\:from-purple-200:nth-child(odd) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:odd\:from-purple-300:nth-child(odd) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:odd\:from-purple-400:nth-child(odd) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:odd\:from-purple-500:nth-child(odd) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:odd\:from-purple-600:nth-child(odd) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:odd\:from-purple-700:nth-child(odd) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:odd\:from-purple-800:nth-child(odd) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:odd\:from-purple-900:nth-child(odd) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:odd\:from-violet-50:nth-child(odd) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:odd\:from-violet-100:nth-child(odd) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:odd\:from-violet-200:nth-child(odd) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:odd\:from-violet-300:nth-child(odd) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:odd\:from-violet-400:nth-child(odd) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:odd\:from-violet-500:nth-child(odd) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:odd\:from-violet-600:nth-child(odd) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:odd\:from-violet-700:nth-child(odd) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:odd\:from-violet-800:nth-child(odd) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:odd\:from-violet-900:nth-child(odd) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:odd\:from-indigo-50:nth-child(odd) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:odd\:from-indigo-100:nth-child(odd) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:odd\:from-indigo-200:nth-child(odd) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:odd\:from-indigo-300:nth-child(odd) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:odd\:from-indigo-400:nth-child(odd) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:odd\:from-indigo-500:nth-child(odd) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:odd\:from-indigo-600:nth-child(odd) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:odd\:from-indigo-700:nth-child(odd) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:odd\:from-indigo-800:nth-child(odd) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:odd\:from-indigo-900:nth-child(odd) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:odd\:from-blue-50:nth-child(odd) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:odd\:from-blue-100:nth-child(odd) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:odd\:from-blue-200:nth-child(odd) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:odd\:from-blue-300:nth-child(odd) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:odd\:from-blue-400:nth-child(odd) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:odd\:from-blue-500:nth-child(odd) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:odd\:from-blue-600:nth-child(odd) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:odd\:from-blue-700:nth-child(odd) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:odd\:from-blue-800:nth-child(odd) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:odd\:from-blue-900:nth-child(odd) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:odd\:from-lightBlue-50:nth-child(odd) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:odd\:from-lightBlue-100:nth-child(odd) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:odd\:from-lightBlue-200:nth-child(odd) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:odd\:from-lightBlue-300:nth-child(odd) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:odd\:from-lightBlue-400:nth-child(odd) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:odd\:from-lightBlue-500:nth-child(odd) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:odd\:from-lightBlue-600:nth-child(odd) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:odd\:from-lightBlue-700:nth-child(odd) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:odd\:from-lightBlue-800:nth-child(odd) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:odd\:from-lightBlue-900:nth-child(odd) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:odd\:from-cyan-50:nth-child(odd) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:odd\:from-cyan-100:nth-child(odd) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:odd\:from-cyan-200:nth-child(odd) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:odd\:from-cyan-300:nth-child(odd) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:odd\:from-cyan-400:nth-child(odd) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:odd\:from-cyan-500:nth-child(odd) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:odd\:from-cyan-600:nth-child(odd) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:odd\:from-cyan-700:nth-child(odd) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:odd\:from-cyan-800:nth-child(odd) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:odd\:from-cyan-900:nth-child(odd) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:odd\:from-teal-50:nth-child(odd) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:odd\:from-teal-100:nth-child(odd) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:odd\:from-teal-200:nth-child(odd) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:odd\:from-teal-300:nth-child(odd) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:odd\:from-teal-400:nth-child(odd) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:odd\:from-teal-500:nth-child(odd) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:odd\:from-teal-600:nth-child(odd) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:odd\:from-teal-700:nth-child(odd) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:odd\:from-teal-800:nth-child(odd) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:odd\:from-teal-900:nth-child(odd) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:odd\:from-emerald-50:nth-child(odd) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:odd\:from-emerald-100:nth-child(odd) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:odd\:from-emerald-200:nth-child(odd) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:odd\:from-emerald-300:nth-child(odd) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:odd\:from-emerald-400:nth-child(odd) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:odd\:from-emerald-500:nth-child(odd) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:odd\:from-emerald-600:nth-child(odd) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:odd\:from-emerald-700:nth-child(odd) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:odd\:from-emerald-800:nth-child(odd) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:odd\:from-emerald-900:nth-child(odd) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:odd\:from-green-50:nth-child(odd) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:odd\:from-green-100:nth-child(odd) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:odd\:from-green-200:nth-child(odd) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:odd\:from-green-300:nth-child(odd) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:odd\:from-green-400:nth-child(odd) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:odd\:from-green-500:nth-child(odd) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:odd\:from-green-600:nth-child(odd) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:odd\:from-green-700:nth-child(odd) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:odd\:from-green-800:nth-child(odd) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:odd\:from-green-900:nth-child(odd) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:odd\:from-lime-50:nth-child(odd) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:odd\:from-lime-100:nth-child(odd) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:odd\:from-lime-200:nth-child(odd) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:odd\:from-lime-300:nth-child(odd) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:odd\:from-lime-400:nth-child(odd) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:odd\:from-lime-500:nth-child(odd) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:odd\:from-lime-600:nth-child(odd) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:odd\:from-lime-700:nth-child(odd) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:odd\:from-lime-800:nth-child(odd) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:odd\:from-lime-900:nth-child(odd) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:odd\:from-yellow-50:nth-child(odd) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:odd\:from-yellow-100:nth-child(odd) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:odd\:from-yellow-200:nth-child(odd) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:odd\:from-yellow-300:nth-child(odd) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:odd\:from-yellow-400:nth-child(odd) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:odd\:from-yellow-500:nth-child(odd) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:odd\:from-yellow-600:nth-child(odd) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:odd\:from-yellow-700:nth-child(odd) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:odd\:from-yellow-800:nth-child(odd) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:odd\:from-yellow-900:nth-child(odd) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:odd\:from-amber-50:nth-child(odd) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:odd\:from-amber-100:nth-child(odd) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:odd\:from-amber-200:nth-child(odd) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:odd\:from-amber-300:nth-child(odd) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:odd\:from-amber-400:nth-child(odd) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:odd\:from-amber-500:nth-child(odd) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:odd\:from-amber-600:nth-child(odd) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:odd\:from-amber-700:nth-child(odd) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:odd\:from-amber-800:nth-child(odd) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:odd\:from-amber-900:nth-child(odd) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:odd\:from-orange-50:nth-child(odd) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:odd\:from-orange-100:nth-child(odd) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:odd\:from-orange-200:nth-child(odd) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:odd\:from-orange-300:nth-child(odd) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:odd\:from-orange-400:nth-child(odd) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:odd\:from-orange-500:nth-child(odd) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:odd\:from-orange-600:nth-child(odd) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:odd\:from-orange-700:nth-child(odd) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:odd\:from-orange-800:nth-child(odd) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:odd\:from-orange-900:nth-child(odd) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:odd\:from-red-50:nth-child(odd) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:odd\:from-red-100:nth-child(odd) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:odd\:from-red-200:nth-child(odd) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:odd\:from-red-300:nth-child(odd) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:odd\:from-red-400:nth-child(odd) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:odd\:from-red-500:nth-child(odd) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:odd\:from-red-600:nth-child(odd) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:odd\:from-red-700:nth-child(odd) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:odd\:from-red-800:nth-child(odd) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:odd\:from-red-900:nth-child(odd) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:odd\:from-warmGray-50:nth-child(odd) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:odd\:from-warmGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:odd\:from-warmGray-200:nth-child(odd) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:odd\:from-warmGray-300:nth-child(odd) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:odd\:from-warmGray-400:nth-child(odd) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:odd\:from-warmGray-500:nth-child(odd) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:odd\:from-warmGray-600:nth-child(odd) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:odd\:from-warmGray-700:nth-child(odd) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:odd\:from-warmGray-800:nth-child(odd) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:odd\:from-warmGray-900:nth-child(odd) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:odd\:from-trueGray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:odd\:from-trueGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:odd\:from-trueGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:odd\:from-trueGray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:odd\:from-trueGray-400:nth-child(odd) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:odd\:from-trueGray-500:nth-child(odd) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:odd\:from-trueGray-600:nth-child(odd) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:odd\:from-trueGray-700:nth-child(odd) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:odd\:from-trueGray-800:nth-child(odd) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:odd\:from-trueGray-900:nth-child(odd) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:odd\:from-gray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:odd\:from-gray-100:nth-child(odd) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:odd\:from-gray-200:nth-child(odd) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:odd\:from-gray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:odd\:from-gray-400:nth-child(odd) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:odd\:from-gray-500:nth-child(odd) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:odd\:from-gray-600:nth-child(odd) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:odd\:from-gray-700:nth-child(odd) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:odd\:from-gray-800:nth-child(odd) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:odd\:from-gray-900:nth-child(odd) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:odd\:from-coolGray-50:nth-child(odd) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:odd\:from-coolGray-100:nth-child(odd) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:odd\:from-coolGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:odd\:from-coolGray-300:nth-child(odd) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:odd\:from-coolGray-400:nth-child(odd) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:odd\:from-coolGray-500:nth-child(odd) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:odd\:from-coolGray-600:nth-child(odd) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:odd\:from-coolGray-700:nth-child(odd) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:odd\:from-coolGray-800:nth-child(odd) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:odd\:from-coolGray-900:nth-child(odd) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:odd\:from-blueGray-50:nth-child(odd) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:odd\:from-blueGray-100:nth-child(odd) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:odd\:from-blueGray-200:nth-child(odd) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:odd\:from-blueGray-300:nth-child(odd) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:odd\:from-blueGray-400:nth-child(odd) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:odd\:from-blueGray-500:nth-child(odd) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:odd\:from-blueGray-600:nth-child(odd) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:odd\:from-blueGray-700:nth-child(odd) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:odd\:from-blueGray-800:nth-child(odd) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:odd\:from-blueGray-900:nth-child(odd) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:odd\:from-current:nth-child(odd) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:odd\:from-transparent:nth-child(odd) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:odd\:via-black:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:odd\:via-white:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:odd\:via-rose-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:odd\:via-rose-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:odd\:via-rose-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:odd\:via-rose-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:odd\:via-rose-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:odd\:via-rose-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:odd\:via-rose-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:odd\:via-rose-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:odd\:via-rose-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:odd\:via-rose-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:odd\:via-pink-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:odd\:via-pink-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:odd\:via-pink-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:odd\:via-pink-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:odd\:via-pink-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:odd\:via-pink-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:odd\:via-pink-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:odd\:via-pink-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:odd\:via-pink-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:odd\:via-pink-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:odd\:via-fuchsia-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:odd\:via-fuchsia-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:odd\:via-fuchsia-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:odd\:via-fuchsia-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:odd\:via-fuchsia-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:odd\:via-fuchsia-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:odd\:via-fuchsia-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:odd\:via-fuchsia-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:odd\:via-fuchsia-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:odd\:via-fuchsia-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:odd\:via-purple-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:odd\:via-purple-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:odd\:via-purple-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:odd\:via-purple-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:odd\:via-purple-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:odd\:via-purple-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:odd\:via-purple-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:odd\:via-purple-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:odd\:via-purple-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:odd\:via-purple-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:odd\:via-violet-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:odd\:via-violet-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:odd\:via-violet-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:odd\:via-violet-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:odd\:via-violet-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:odd\:via-violet-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:odd\:via-violet-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:odd\:via-violet-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:odd\:via-violet-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:odd\:via-violet-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:odd\:via-indigo-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:odd\:via-indigo-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:odd\:via-indigo-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:odd\:via-indigo-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:odd\:via-indigo-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:odd\:via-indigo-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:odd\:via-indigo-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:odd\:via-indigo-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:odd\:via-indigo-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:odd\:via-indigo-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:odd\:via-blue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:odd\:via-blue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:odd\:via-blue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:odd\:via-blue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:odd\:via-blue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:odd\:via-blue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:odd\:via-blue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:odd\:via-blue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:odd\:via-blue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:odd\:via-blue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:odd\:via-lightBlue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:odd\:via-lightBlue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:odd\:via-lightBlue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:odd\:via-lightBlue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:odd\:via-lightBlue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:odd\:via-lightBlue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:odd\:via-lightBlue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:odd\:via-lightBlue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:odd\:via-lightBlue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:odd\:via-lightBlue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:odd\:via-cyan-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:odd\:via-cyan-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:odd\:via-cyan-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:odd\:via-cyan-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:odd\:via-cyan-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:odd\:via-cyan-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:odd\:via-cyan-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:odd\:via-cyan-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:odd\:via-cyan-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:odd\:via-cyan-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:odd\:via-teal-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:odd\:via-teal-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:odd\:via-teal-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:odd\:via-teal-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:odd\:via-teal-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:odd\:via-teal-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:odd\:via-teal-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:odd\:via-teal-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:odd\:via-teal-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:odd\:via-teal-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:odd\:via-emerald-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:odd\:via-emerald-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:odd\:via-emerald-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:odd\:via-emerald-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:odd\:via-emerald-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:odd\:via-emerald-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:odd\:via-emerald-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:odd\:via-emerald-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:odd\:via-emerald-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:odd\:via-emerald-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:odd\:via-green-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:odd\:via-green-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:odd\:via-green-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:odd\:via-green-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:odd\:via-green-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:odd\:via-green-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:odd\:via-green-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:odd\:via-green-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:odd\:via-green-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:odd\:via-green-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:odd\:via-lime-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:odd\:via-lime-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:odd\:via-lime-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:odd\:via-lime-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:odd\:via-lime-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:odd\:via-lime-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:odd\:via-lime-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:odd\:via-lime-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:odd\:via-lime-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:odd\:via-lime-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:odd\:via-yellow-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:odd\:via-yellow-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:odd\:via-yellow-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:odd\:via-yellow-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:odd\:via-yellow-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:odd\:via-yellow-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:odd\:via-yellow-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:odd\:via-yellow-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:odd\:via-yellow-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:odd\:via-yellow-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:odd\:via-amber-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:odd\:via-amber-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:odd\:via-amber-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:odd\:via-amber-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:odd\:via-amber-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:odd\:via-amber-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:odd\:via-amber-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:odd\:via-amber-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:odd\:via-amber-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:odd\:via-amber-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:odd\:via-orange-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:odd\:via-orange-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:odd\:via-orange-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:odd\:via-orange-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:odd\:via-orange-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:odd\:via-orange-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:odd\:via-orange-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:odd\:via-orange-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:odd\:via-orange-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:odd\:via-orange-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:odd\:via-red-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:odd\:via-red-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:odd\:via-red-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:odd\:via-red-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:odd\:via-red-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:odd\:via-red-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:odd\:via-red-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:odd\:via-red-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:odd\:via-red-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:odd\:via-red-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:odd\:via-warmGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:odd\:via-warmGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:odd\:via-warmGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:odd\:via-warmGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:odd\:via-warmGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:odd\:via-warmGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:odd\:via-warmGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:odd\:via-warmGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:odd\:via-warmGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:odd\:via-warmGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:odd\:via-trueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:odd\:via-trueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:odd\:via-trueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:odd\:via-trueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:odd\:via-trueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:odd\:via-trueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:odd\:via-trueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:odd\:via-trueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:odd\:via-trueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:odd\:via-trueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:odd\:via-gray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:odd\:via-gray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:odd\:via-gray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:odd\:via-gray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:odd\:via-gray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:odd\:via-gray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:odd\:via-gray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:odd\:via-gray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:odd\:via-gray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:odd\:via-gray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:odd\:via-coolGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:odd\:via-coolGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:odd\:via-coolGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:odd\:via-coolGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:odd\:via-coolGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:odd\:via-coolGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:odd\:via-coolGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:odd\:via-coolGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:odd\:via-coolGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:odd\:via-coolGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:odd\:via-blueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:odd\:via-blueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:odd\:via-blueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:odd\:via-blueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:odd\:via-blueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:odd\:via-blueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:odd\:via-blueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:odd\:via-blueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:odd\:via-blueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:odd\:via-blueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:odd\:via-current:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:odd\:via-transparent:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:odd\:to-black:nth-child(odd) {
    --tw-gradient-to: #000;
  }

  .lg\:odd\:to-white:nth-child(odd) {
    --tw-gradient-to: #fff;
  }

  .lg\:odd\:to-rose-50:nth-child(odd) {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:odd\:to-rose-100:nth-child(odd) {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:odd\:to-rose-200:nth-child(odd) {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:odd\:to-rose-300:nth-child(odd) {
    --tw-gradient-to: #fda4af;
  }

  .lg\:odd\:to-rose-400:nth-child(odd) {
    --tw-gradient-to: #fb7185;
  }

  .lg\:odd\:to-rose-500:nth-child(odd) {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:odd\:to-rose-600:nth-child(odd) {
    --tw-gradient-to: #e11d48;
  }

  .lg\:odd\:to-rose-700:nth-child(odd) {
    --tw-gradient-to: #be123c;
  }

  .lg\:odd\:to-rose-800:nth-child(odd) {
    --tw-gradient-to: #9f1239;
  }

  .lg\:odd\:to-rose-900:nth-child(odd) {
    --tw-gradient-to: #881337;
  }

  .lg\:odd\:to-pink-50:nth-child(odd) {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:odd\:to-pink-100:nth-child(odd) {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:odd\:to-pink-200:nth-child(odd) {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:odd\:to-pink-300:nth-child(odd) {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:odd\:to-pink-400:nth-child(odd) {
    --tw-gradient-to: #f472b6;
  }

  .lg\:odd\:to-pink-500:nth-child(odd) {
    --tw-gradient-to: #ec4899;
  }

  .lg\:odd\:to-pink-600:nth-child(odd) {
    --tw-gradient-to: #db2777;
  }

  .lg\:odd\:to-pink-700:nth-child(odd) {
    --tw-gradient-to: #be185d;
  }

  .lg\:odd\:to-pink-800:nth-child(odd) {
    --tw-gradient-to: #9d174d;
  }

  .lg\:odd\:to-pink-900:nth-child(odd) {
    --tw-gradient-to: #831843;
  }

  .lg\:odd\:to-fuchsia-50:nth-child(odd) {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:odd\:to-fuchsia-100:nth-child(odd) {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:odd\:to-fuchsia-200:nth-child(odd) {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:odd\:to-fuchsia-300:nth-child(odd) {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:odd\:to-fuchsia-400:nth-child(odd) {
    --tw-gradient-to: #e879f9;
  }

  .lg\:odd\:to-fuchsia-500:nth-child(odd) {
    --tw-gradient-to: #d946ef;
  }

  .lg\:odd\:to-fuchsia-600:nth-child(odd) {
    --tw-gradient-to: #c026d3;
  }

  .lg\:odd\:to-fuchsia-700:nth-child(odd) {
    --tw-gradient-to: #a21caf;
  }

  .lg\:odd\:to-fuchsia-800:nth-child(odd) {
    --tw-gradient-to: #86198f;
  }

  .lg\:odd\:to-fuchsia-900:nth-child(odd) {
    --tw-gradient-to: #701a75;
  }

  .lg\:odd\:to-purple-50:nth-child(odd) {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:odd\:to-purple-100:nth-child(odd) {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:odd\:to-purple-200:nth-child(odd) {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:odd\:to-purple-300:nth-child(odd) {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:odd\:to-purple-400:nth-child(odd) {
    --tw-gradient-to: #c084fc;
  }

  .lg\:odd\:to-purple-500:nth-child(odd) {
    --tw-gradient-to: #a855f7;
  }

  .lg\:odd\:to-purple-600:nth-child(odd) {
    --tw-gradient-to: #9333ea;
  }

  .lg\:odd\:to-purple-700:nth-child(odd) {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:odd\:to-purple-800:nth-child(odd) {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:odd\:to-purple-900:nth-child(odd) {
    --tw-gradient-to: #581c87;
  }

  .lg\:odd\:to-violet-50:nth-child(odd) {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:odd\:to-violet-100:nth-child(odd) {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:odd\:to-violet-200:nth-child(odd) {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:odd\:to-violet-300:nth-child(odd) {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:odd\:to-violet-400:nth-child(odd) {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:odd\:to-violet-500:nth-child(odd) {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:odd\:to-violet-600:nth-child(odd) {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:odd\:to-violet-700:nth-child(odd) {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:odd\:to-violet-800:nth-child(odd) {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:odd\:to-violet-900:nth-child(odd) {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:odd\:to-indigo-50:nth-child(odd) {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:odd\:to-indigo-100:nth-child(odd) {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:odd\:to-indigo-200:nth-child(odd) {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:odd\:to-indigo-300:nth-child(odd) {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:odd\:to-indigo-400:nth-child(odd) {
    --tw-gradient-to: #818cf8;
  }

  .lg\:odd\:to-indigo-500:nth-child(odd) {
    --tw-gradient-to: #6366f1;
  }

  .lg\:odd\:to-indigo-600:nth-child(odd) {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:odd\:to-indigo-700:nth-child(odd) {
    --tw-gradient-to: #4338ca;
  }

  .lg\:odd\:to-indigo-800:nth-child(odd) {
    --tw-gradient-to: #3730a3;
  }

  .lg\:odd\:to-indigo-900:nth-child(odd) {
    --tw-gradient-to: #312e81;
  }

  .lg\:odd\:to-blue-50:nth-child(odd) {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:odd\:to-blue-100:nth-child(odd) {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:odd\:to-blue-200:nth-child(odd) {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:odd\:to-blue-300:nth-child(odd) {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:odd\:to-blue-400:nth-child(odd) {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:odd\:to-blue-500:nth-child(odd) {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:odd\:to-blue-600:nth-child(odd) {
    --tw-gradient-to: #2563eb;
  }

  .lg\:odd\:to-blue-700:nth-child(odd) {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:odd\:to-blue-800:nth-child(odd) {
    --tw-gradient-to: #1e40af;
  }

  .lg\:odd\:to-blue-900:nth-child(odd) {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:odd\:to-lightBlue-50:nth-child(odd) {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:odd\:to-lightBlue-100:nth-child(odd) {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:odd\:to-lightBlue-200:nth-child(odd) {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:odd\:to-lightBlue-300:nth-child(odd) {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:odd\:to-lightBlue-400:nth-child(odd) {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:odd\:to-lightBlue-500:nth-child(odd) {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:odd\:to-lightBlue-600:nth-child(odd) {
    --tw-gradient-to: #0284c7;
  }

  .lg\:odd\:to-lightBlue-700:nth-child(odd) {
    --tw-gradient-to: #0369a1;
  }

  .lg\:odd\:to-lightBlue-800:nth-child(odd) {
    --tw-gradient-to: #075985;
  }

  .lg\:odd\:to-lightBlue-900:nth-child(odd) {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:odd\:to-cyan-50:nth-child(odd) {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:odd\:to-cyan-100:nth-child(odd) {
    --tw-gradient-to: #cffafe;
  }

  .lg\:odd\:to-cyan-200:nth-child(odd) {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:odd\:to-cyan-300:nth-child(odd) {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:odd\:to-cyan-400:nth-child(odd) {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:odd\:to-cyan-500:nth-child(odd) {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:odd\:to-cyan-600:nth-child(odd) {
    --tw-gradient-to: #0891b2;
  }

  .lg\:odd\:to-cyan-700:nth-child(odd) {
    --tw-gradient-to: #0e7490;
  }

  .lg\:odd\:to-cyan-800:nth-child(odd) {
    --tw-gradient-to: #155e75;
  }

  .lg\:odd\:to-cyan-900:nth-child(odd) {
    --tw-gradient-to: #164e63;
  }

  .lg\:odd\:to-teal-50:nth-child(odd) {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:odd\:to-teal-100:nth-child(odd) {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:odd\:to-teal-200:nth-child(odd) {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:odd\:to-teal-300:nth-child(odd) {
    --tw-gradient-to: #5eead4;
  }

  .lg\:odd\:to-teal-400:nth-child(odd) {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:odd\:to-teal-500:nth-child(odd) {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:odd\:to-teal-600:nth-child(odd) {
    --tw-gradient-to: #0d9488;
  }

  .lg\:odd\:to-teal-700:nth-child(odd) {
    --tw-gradient-to: #0f766e;
  }

  .lg\:odd\:to-teal-800:nth-child(odd) {
    --tw-gradient-to: #115e59;
  }

  .lg\:odd\:to-teal-900:nth-child(odd) {
    --tw-gradient-to: #134e4a;
  }

  .lg\:odd\:to-emerald-50:nth-child(odd) {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:odd\:to-emerald-100:nth-child(odd) {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:odd\:to-emerald-200:nth-child(odd) {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:odd\:to-emerald-300:nth-child(odd) {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:odd\:to-emerald-400:nth-child(odd) {
    --tw-gradient-to: #34d399;
  }

  .lg\:odd\:to-emerald-500:nth-child(odd) {
    --tw-gradient-to: #10b981;
  }

  .lg\:odd\:to-emerald-600:nth-child(odd) {
    --tw-gradient-to: #059669;
  }

  .lg\:odd\:to-emerald-700:nth-child(odd) {
    --tw-gradient-to: #047857;
  }

  .lg\:odd\:to-emerald-800:nth-child(odd) {
    --tw-gradient-to: #065f46;
  }

  .lg\:odd\:to-emerald-900:nth-child(odd) {
    --tw-gradient-to: #064e3b;
  }

  .lg\:odd\:to-green-50:nth-child(odd) {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:odd\:to-green-100:nth-child(odd) {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:odd\:to-green-200:nth-child(odd) {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:odd\:to-green-300:nth-child(odd) {
    --tw-gradient-to: #86efac;
  }

  .lg\:odd\:to-green-400:nth-child(odd) {
    --tw-gradient-to: #4ade80;
  }

  .lg\:odd\:to-green-500:nth-child(odd) {
    --tw-gradient-to: #22c55e;
  }

  .lg\:odd\:to-green-600:nth-child(odd) {
    --tw-gradient-to: #16a34a;
  }

  .lg\:odd\:to-green-700:nth-child(odd) {
    --tw-gradient-to: #15803d;
  }

  .lg\:odd\:to-green-800:nth-child(odd) {
    --tw-gradient-to: #166534;
  }

  .lg\:odd\:to-green-900:nth-child(odd) {
    --tw-gradient-to: #14532d;
  }

  .lg\:odd\:to-lime-50:nth-child(odd) {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:odd\:to-lime-100:nth-child(odd) {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:odd\:to-lime-200:nth-child(odd) {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:odd\:to-lime-300:nth-child(odd) {
    --tw-gradient-to: #bef264;
  }

  .lg\:odd\:to-lime-400:nth-child(odd) {
    --tw-gradient-to: #a3e635;
  }

  .lg\:odd\:to-lime-500:nth-child(odd) {
    --tw-gradient-to: #84cc16;
  }

  .lg\:odd\:to-lime-600:nth-child(odd) {
    --tw-gradient-to: #65a30d;
  }

  .lg\:odd\:to-lime-700:nth-child(odd) {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:odd\:to-lime-800:nth-child(odd) {
    --tw-gradient-to: #3f6212;
  }

  .lg\:odd\:to-lime-900:nth-child(odd) {
    --tw-gradient-to: #365314;
  }

  .lg\:odd\:to-yellow-50:nth-child(odd) {
    --tw-gradient-to: #fefce8;
  }

  .lg\:odd\:to-yellow-100:nth-child(odd) {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:odd\:to-yellow-200:nth-child(odd) {
    --tw-gradient-to: #fef08a;
  }

  .lg\:odd\:to-yellow-300:nth-child(odd) {
    --tw-gradient-to: #fde047;
  }

  .lg\:odd\:to-yellow-400:nth-child(odd) {
    --tw-gradient-to: #facc15;
  }

  .lg\:odd\:to-yellow-500:nth-child(odd) {
    --tw-gradient-to: #eab308;
  }

  .lg\:odd\:to-yellow-600:nth-child(odd) {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:odd\:to-yellow-700:nth-child(odd) {
    --tw-gradient-to: #a16207;
  }

  .lg\:odd\:to-yellow-800:nth-child(odd) {
    --tw-gradient-to: #854d0e;
  }

  .lg\:odd\:to-yellow-900:nth-child(odd) {
    --tw-gradient-to: #713f12;
  }

  .lg\:odd\:to-amber-50:nth-child(odd) {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:odd\:to-amber-100:nth-child(odd) {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:odd\:to-amber-200:nth-child(odd) {
    --tw-gradient-to: #fde68a;
  }

  .lg\:odd\:to-amber-300:nth-child(odd) {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:odd\:to-amber-400:nth-child(odd) {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:odd\:to-amber-500:nth-child(odd) {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:odd\:to-amber-600:nth-child(odd) {
    --tw-gradient-to: #d97706;
  }

  .lg\:odd\:to-amber-700:nth-child(odd) {
    --tw-gradient-to: #b45309;
  }

  .lg\:odd\:to-amber-800:nth-child(odd) {
    --tw-gradient-to: #92400e;
  }

  .lg\:odd\:to-amber-900:nth-child(odd) {
    --tw-gradient-to: #78350f;
  }

  .lg\:odd\:to-orange-50:nth-child(odd) {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:odd\:to-orange-100:nth-child(odd) {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:odd\:to-orange-200:nth-child(odd) {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:odd\:to-orange-300:nth-child(odd) {
    --tw-gradient-to: #fdba74;
  }

  .lg\:odd\:to-orange-400:nth-child(odd) {
    --tw-gradient-to: #fb923c;
  }

  .lg\:odd\:to-orange-500:nth-child(odd) {
    --tw-gradient-to: #f97316;
  }

  .lg\:odd\:to-orange-600:nth-child(odd) {
    --tw-gradient-to: #ea580c;
  }

  .lg\:odd\:to-orange-700:nth-child(odd) {
    --tw-gradient-to: #c2410c;
  }

  .lg\:odd\:to-orange-800:nth-child(odd) {
    --tw-gradient-to: #9a3412;
  }

  .lg\:odd\:to-orange-900:nth-child(odd) {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:odd\:to-red-50:nth-child(odd) {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:odd\:to-red-100:nth-child(odd) {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:odd\:to-red-200:nth-child(odd) {
    --tw-gradient-to: #fecaca;
  }

  .lg\:odd\:to-red-300:nth-child(odd) {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:odd\:to-red-400:nth-child(odd) {
    --tw-gradient-to: #f87171;
  }

  .lg\:odd\:to-red-500:nth-child(odd) {
    --tw-gradient-to: #ef4444;
  }

  .lg\:odd\:to-red-600:nth-child(odd) {
    --tw-gradient-to: #dc2626;
  }

  .lg\:odd\:to-red-700:nth-child(odd) {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:odd\:to-red-800:nth-child(odd) {
    --tw-gradient-to: #991b1b;
  }

  .lg\:odd\:to-red-900:nth-child(odd) {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:odd\:to-warmGray-50:nth-child(odd) {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:odd\:to-warmGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:odd\:to-warmGray-200:nth-child(odd) {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:odd\:to-warmGray-300:nth-child(odd) {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:odd\:to-warmGray-400:nth-child(odd) {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:odd\:to-warmGray-500:nth-child(odd) {
    --tw-gradient-to: #78716c;
  }

  .lg\:odd\:to-warmGray-600:nth-child(odd) {
    --tw-gradient-to: #57534e;
  }

  .lg\:odd\:to-warmGray-700:nth-child(odd) {
    --tw-gradient-to: #44403c;
  }

  .lg\:odd\:to-warmGray-800:nth-child(odd) {
    --tw-gradient-to: #292524;
  }

  .lg\:odd\:to-warmGray-900:nth-child(odd) {
    --tw-gradient-to: #1c1917;
  }

  .lg\:odd\:to-trueGray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .lg\:odd\:to-trueGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:odd\:to-trueGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:odd\:to-trueGray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:odd\:to-trueGray-400:nth-child(odd) {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:odd\:to-trueGray-500:nth-child(odd) {
    --tw-gradient-to: #737373;
  }

  .lg\:odd\:to-trueGray-600:nth-child(odd) {
    --tw-gradient-to: #525252;
  }

  .lg\:odd\:to-trueGray-700:nth-child(odd) {
    --tw-gradient-to: #404040;
  }

  .lg\:odd\:to-trueGray-800:nth-child(odd) {
    --tw-gradient-to: #262626;
  }

  .lg\:odd\:to-trueGray-900:nth-child(odd) {
    --tw-gradient-to: #171717;
  }

  .lg\:odd\:to-gray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .lg\:odd\:to-gray-100:nth-child(odd) {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:odd\:to-gray-200:nth-child(odd) {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:odd\:to-gray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:odd\:to-gray-400:nth-child(odd) {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:odd\:to-gray-500:nth-child(odd) {
    --tw-gradient-to: #71717a;
  }

  .lg\:odd\:to-gray-600:nth-child(odd) {
    --tw-gradient-to: #52525b;
  }

  .lg\:odd\:to-gray-700:nth-child(odd) {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:odd\:to-gray-800:nth-child(odd) {
    --tw-gradient-to: #27272a;
  }

  .lg\:odd\:to-gray-900:nth-child(odd) {
    --tw-gradient-to: #18181b;
  }

  .lg\:odd\:to-coolGray-50:nth-child(odd) {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:odd\:to-coolGray-100:nth-child(odd) {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:odd\:to-coolGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:odd\:to-coolGray-300:nth-child(odd) {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:odd\:to-coolGray-400:nth-child(odd) {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:odd\:to-coolGray-500:nth-child(odd) {
    --tw-gradient-to: #6b7280;
  }

  .lg\:odd\:to-coolGray-600:nth-child(odd) {
    --tw-gradient-to: #4b5563;
  }

  .lg\:odd\:to-coolGray-700:nth-child(odd) {
    --tw-gradient-to: #374151;
  }

  .lg\:odd\:to-coolGray-800:nth-child(odd) {
    --tw-gradient-to: #1f2937;
  }

  .lg\:odd\:to-coolGray-900:nth-child(odd) {
    --tw-gradient-to: #111827;
  }

  .lg\:odd\:to-blueGray-50:nth-child(odd) {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:odd\:to-blueGray-100:nth-child(odd) {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:odd\:to-blueGray-200:nth-child(odd) {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:odd\:to-blueGray-300:nth-child(odd) {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:odd\:to-blueGray-400:nth-child(odd) {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:odd\:to-blueGray-500:nth-child(odd) {
    --tw-gradient-to: #64748b;
  }

  .lg\:odd\:to-blueGray-600:nth-child(odd) {
    --tw-gradient-to: #475569;
  }

  .lg\:odd\:to-blueGray-700:nth-child(odd) {
    --tw-gradient-to: #334155;
  }

  .lg\:odd\:to-blueGray-800:nth-child(odd) {
    --tw-gradient-to: #1e293b;
  }

  .lg\:odd\:to-blueGray-900:nth-child(odd) {
    --tw-gradient-to: #0f172a;
  }

  .lg\:odd\:to-current:nth-child(odd) {
    --tw-gradient-to: current;
  }

  .lg\:odd\:to-transparent:nth-child(odd) {
    --tw-gradient-to: transparent;
  }

  .lg\:even\:from-black:nth-child(even) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:even\:from-white:nth-child(even) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:even\:from-rose-50:nth-child(even) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:even\:from-rose-100:nth-child(even) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:even\:from-rose-200:nth-child(even) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:even\:from-rose-300:nth-child(even) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:even\:from-rose-400:nth-child(even) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:even\:from-rose-500:nth-child(even) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:even\:from-rose-600:nth-child(even) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:even\:from-rose-700:nth-child(even) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:even\:from-rose-800:nth-child(even) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:even\:from-rose-900:nth-child(even) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:even\:from-pink-50:nth-child(even) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:even\:from-pink-100:nth-child(even) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:even\:from-pink-200:nth-child(even) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:even\:from-pink-300:nth-child(even) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:even\:from-pink-400:nth-child(even) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:even\:from-pink-500:nth-child(even) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:even\:from-pink-600:nth-child(even) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:even\:from-pink-700:nth-child(even) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:even\:from-pink-800:nth-child(even) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:even\:from-pink-900:nth-child(even) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:even\:from-fuchsia-50:nth-child(even) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:even\:from-fuchsia-100:nth-child(even) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:even\:from-fuchsia-200:nth-child(even) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:even\:from-fuchsia-300:nth-child(even) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:even\:from-fuchsia-400:nth-child(even) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:even\:from-fuchsia-500:nth-child(even) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:even\:from-fuchsia-600:nth-child(even) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:even\:from-fuchsia-700:nth-child(even) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:even\:from-fuchsia-800:nth-child(even) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:even\:from-fuchsia-900:nth-child(even) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:even\:from-purple-50:nth-child(even) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:even\:from-purple-100:nth-child(even) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:even\:from-purple-200:nth-child(even) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:even\:from-purple-300:nth-child(even) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:even\:from-purple-400:nth-child(even) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:even\:from-purple-500:nth-child(even) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:even\:from-purple-600:nth-child(even) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:even\:from-purple-700:nth-child(even) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:even\:from-purple-800:nth-child(even) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:even\:from-purple-900:nth-child(even) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:even\:from-violet-50:nth-child(even) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:even\:from-violet-100:nth-child(even) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:even\:from-violet-200:nth-child(even) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:even\:from-violet-300:nth-child(even) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:even\:from-violet-400:nth-child(even) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:even\:from-violet-500:nth-child(even) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:even\:from-violet-600:nth-child(even) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:even\:from-violet-700:nth-child(even) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:even\:from-violet-800:nth-child(even) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:even\:from-violet-900:nth-child(even) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:even\:from-indigo-50:nth-child(even) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:even\:from-indigo-100:nth-child(even) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:even\:from-indigo-200:nth-child(even) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:even\:from-indigo-300:nth-child(even) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:even\:from-indigo-400:nth-child(even) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:even\:from-indigo-500:nth-child(even) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:even\:from-indigo-600:nth-child(even) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:even\:from-indigo-700:nth-child(even) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:even\:from-indigo-800:nth-child(even) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:even\:from-indigo-900:nth-child(even) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:even\:from-blue-50:nth-child(even) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:even\:from-blue-100:nth-child(even) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:even\:from-blue-200:nth-child(even) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:even\:from-blue-300:nth-child(even) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:even\:from-blue-400:nth-child(even) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:even\:from-blue-500:nth-child(even) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:even\:from-blue-600:nth-child(even) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:even\:from-blue-700:nth-child(even) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:even\:from-blue-800:nth-child(even) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:even\:from-blue-900:nth-child(even) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:even\:from-lightBlue-50:nth-child(even) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:even\:from-lightBlue-100:nth-child(even) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:even\:from-lightBlue-200:nth-child(even) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:even\:from-lightBlue-300:nth-child(even) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:even\:from-lightBlue-400:nth-child(even) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:even\:from-lightBlue-500:nth-child(even) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:even\:from-lightBlue-600:nth-child(even) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:even\:from-lightBlue-700:nth-child(even) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:even\:from-lightBlue-800:nth-child(even) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:even\:from-lightBlue-900:nth-child(even) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:even\:from-cyan-50:nth-child(even) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:even\:from-cyan-100:nth-child(even) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:even\:from-cyan-200:nth-child(even) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:even\:from-cyan-300:nth-child(even) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:even\:from-cyan-400:nth-child(even) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:even\:from-cyan-500:nth-child(even) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:even\:from-cyan-600:nth-child(even) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:even\:from-cyan-700:nth-child(even) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:even\:from-cyan-800:nth-child(even) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:even\:from-cyan-900:nth-child(even) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:even\:from-teal-50:nth-child(even) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:even\:from-teal-100:nth-child(even) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:even\:from-teal-200:nth-child(even) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:even\:from-teal-300:nth-child(even) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:even\:from-teal-400:nth-child(even) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:even\:from-teal-500:nth-child(even) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:even\:from-teal-600:nth-child(even) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:even\:from-teal-700:nth-child(even) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:even\:from-teal-800:nth-child(even) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:even\:from-teal-900:nth-child(even) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:even\:from-emerald-50:nth-child(even) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:even\:from-emerald-100:nth-child(even) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:even\:from-emerald-200:nth-child(even) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:even\:from-emerald-300:nth-child(even) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:even\:from-emerald-400:nth-child(even) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:even\:from-emerald-500:nth-child(even) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:even\:from-emerald-600:nth-child(even) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:even\:from-emerald-700:nth-child(even) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:even\:from-emerald-800:nth-child(even) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:even\:from-emerald-900:nth-child(even) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:even\:from-green-50:nth-child(even) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:even\:from-green-100:nth-child(even) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:even\:from-green-200:nth-child(even) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:even\:from-green-300:nth-child(even) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:even\:from-green-400:nth-child(even) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:even\:from-green-500:nth-child(even) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:even\:from-green-600:nth-child(even) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:even\:from-green-700:nth-child(even) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:even\:from-green-800:nth-child(even) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:even\:from-green-900:nth-child(even) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:even\:from-lime-50:nth-child(even) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:even\:from-lime-100:nth-child(even) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:even\:from-lime-200:nth-child(even) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:even\:from-lime-300:nth-child(even) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:even\:from-lime-400:nth-child(even) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:even\:from-lime-500:nth-child(even) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:even\:from-lime-600:nth-child(even) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:even\:from-lime-700:nth-child(even) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:even\:from-lime-800:nth-child(even) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:even\:from-lime-900:nth-child(even) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:even\:from-yellow-50:nth-child(even) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:even\:from-yellow-100:nth-child(even) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:even\:from-yellow-200:nth-child(even) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:even\:from-yellow-300:nth-child(even) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:even\:from-yellow-400:nth-child(even) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:even\:from-yellow-500:nth-child(even) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:even\:from-yellow-600:nth-child(even) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:even\:from-yellow-700:nth-child(even) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:even\:from-yellow-800:nth-child(even) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:even\:from-yellow-900:nth-child(even) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:even\:from-amber-50:nth-child(even) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:even\:from-amber-100:nth-child(even) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:even\:from-amber-200:nth-child(even) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:even\:from-amber-300:nth-child(even) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:even\:from-amber-400:nth-child(even) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:even\:from-amber-500:nth-child(even) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:even\:from-amber-600:nth-child(even) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:even\:from-amber-700:nth-child(even) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:even\:from-amber-800:nth-child(even) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:even\:from-amber-900:nth-child(even) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:even\:from-orange-50:nth-child(even) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:even\:from-orange-100:nth-child(even) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:even\:from-orange-200:nth-child(even) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:even\:from-orange-300:nth-child(even) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:even\:from-orange-400:nth-child(even) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:even\:from-orange-500:nth-child(even) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:even\:from-orange-600:nth-child(even) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:even\:from-orange-700:nth-child(even) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:even\:from-orange-800:nth-child(even) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:even\:from-orange-900:nth-child(even) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:even\:from-red-50:nth-child(even) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:even\:from-red-100:nth-child(even) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:even\:from-red-200:nth-child(even) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:even\:from-red-300:nth-child(even) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:even\:from-red-400:nth-child(even) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:even\:from-red-500:nth-child(even) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:even\:from-red-600:nth-child(even) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:even\:from-red-700:nth-child(even) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:even\:from-red-800:nth-child(even) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:even\:from-red-900:nth-child(even) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:even\:from-warmGray-50:nth-child(even) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:even\:from-warmGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:even\:from-warmGray-200:nth-child(even) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:even\:from-warmGray-300:nth-child(even) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:even\:from-warmGray-400:nth-child(even) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:even\:from-warmGray-500:nth-child(even) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:even\:from-warmGray-600:nth-child(even) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:even\:from-warmGray-700:nth-child(even) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:even\:from-warmGray-800:nth-child(even) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:even\:from-warmGray-900:nth-child(even) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:even\:from-trueGray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:even\:from-trueGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:even\:from-trueGray-200:nth-child(even) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:even\:from-trueGray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:even\:from-trueGray-400:nth-child(even) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:even\:from-trueGray-500:nth-child(even) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:even\:from-trueGray-600:nth-child(even) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:even\:from-trueGray-700:nth-child(even) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:even\:from-trueGray-800:nth-child(even) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:even\:from-trueGray-900:nth-child(even) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:even\:from-gray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:even\:from-gray-100:nth-child(even) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:even\:from-gray-200:nth-child(even) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:even\:from-gray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:even\:from-gray-400:nth-child(even) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:even\:from-gray-500:nth-child(even) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:even\:from-gray-600:nth-child(even) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:even\:from-gray-700:nth-child(even) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:even\:from-gray-800:nth-child(even) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:even\:from-gray-900:nth-child(even) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:even\:from-coolGray-50:nth-child(even) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:even\:from-coolGray-100:nth-child(even) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:even\:from-coolGray-200:nth-child(even) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:even\:from-coolGray-300:nth-child(even) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:even\:from-coolGray-400:nth-child(even) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:even\:from-coolGray-500:nth-child(even) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:even\:from-coolGray-600:nth-child(even) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:even\:from-coolGray-700:nth-child(even) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:even\:from-coolGray-800:nth-child(even) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:even\:from-coolGray-900:nth-child(even) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:even\:from-blueGray-50:nth-child(even) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:even\:from-blueGray-100:nth-child(even) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:even\:from-blueGray-200:nth-child(even) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:even\:from-blueGray-300:nth-child(even) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:even\:from-blueGray-400:nth-child(even) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:even\:from-blueGray-500:nth-child(even) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:even\:from-blueGray-600:nth-child(even) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:even\:from-blueGray-700:nth-child(even) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:even\:from-blueGray-800:nth-child(even) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:even\:from-blueGray-900:nth-child(even) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:even\:from-current:nth-child(even) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:even\:from-transparent:nth-child(even) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:even\:via-black:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:even\:via-white:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:even\:via-rose-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:even\:via-rose-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:even\:via-rose-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:even\:via-rose-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:even\:via-rose-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:even\:via-rose-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:even\:via-rose-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:even\:via-rose-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:even\:via-rose-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:even\:via-rose-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:even\:via-pink-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:even\:via-pink-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:even\:via-pink-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:even\:via-pink-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:even\:via-pink-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:even\:via-pink-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:even\:via-pink-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:even\:via-pink-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:even\:via-pink-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:even\:via-pink-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:even\:via-fuchsia-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:even\:via-fuchsia-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:even\:via-fuchsia-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:even\:via-fuchsia-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:even\:via-fuchsia-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:even\:via-fuchsia-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:even\:via-fuchsia-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:even\:via-fuchsia-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:even\:via-fuchsia-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:even\:via-fuchsia-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:even\:via-purple-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:even\:via-purple-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:even\:via-purple-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:even\:via-purple-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:even\:via-purple-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:even\:via-purple-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:even\:via-purple-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:even\:via-purple-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:even\:via-purple-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:even\:via-purple-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:even\:via-violet-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:even\:via-violet-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:even\:via-violet-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:even\:via-violet-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:even\:via-violet-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:even\:via-violet-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:even\:via-violet-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:even\:via-violet-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:even\:via-violet-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:even\:via-violet-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:even\:via-indigo-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:even\:via-indigo-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:even\:via-indigo-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:even\:via-indigo-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:even\:via-indigo-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:even\:via-indigo-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:even\:via-indigo-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:even\:via-indigo-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:even\:via-indigo-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:even\:via-indigo-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:even\:via-blue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:even\:via-blue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:even\:via-blue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:even\:via-blue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:even\:via-blue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:even\:via-blue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:even\:via-blue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:even\:via-blue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:even\:via-blue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:even\:via-blue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:even\:via-lightBlue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:even\:via-lightBlue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:even\:via-lightBlue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:even\:via-lightBlue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:even\:via-lightBlue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:even\:via-lightBlue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:even\:via-lightBlue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:even\:via-lightBlue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:even\:via-lightBlue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:even\:via-lightBlue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:even\:via-cyan-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:even\:via-cyan-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:even\:via-cyan-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:even\:via-cyan-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:even\:via-cyan-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:even\:via-cyan-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:even\:via-cyan-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:even\:via-cyan-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:even\:via-cyan-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:even\:via-cyan-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:even\:via-teal-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:even\:via-teal-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:even\:via-teal-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:even\:via-teal-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:even\:via-teal-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:even\:via-teal-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:even\:via-teal-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:even\:via-teal-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:even\:via-teal-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:even\:via-teal-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:even\:via-emerald-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:even\:via-emerald-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:even\:via-emerald-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:even\:via-emerald-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:even\:via-emerald-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:even\:via-emerald-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:even\:via-emerald-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:even\:via-emerald-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:even\:via-emerald-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:even\:via-emerald-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:even\:via-green-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:even\:via-green-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:even\:via-green-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:even\:via-green-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:even\:via-green-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:even\:via-green-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:even\:via-green-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:even\:via-green-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:even\:via-green-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:even\:via-green-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:even\:via-lime-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:even\:via-lime-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:even\:via-lime-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:even\:via-lime-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:even\:via-lime-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:even\:via-lime-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:even\:via-lime-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:even\:via-lime-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:even\:via-lime-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:even\:via-lime-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:even\:via-yellow-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:even\:via-yellow-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:even\:via-yellow-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:even\:via-yellow-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:even\:via-yellow-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:even\:via-yellow-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:even\:via-yellow-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:even\:via-yellow-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:even\:via-yellow-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:even\:via-yellow-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:even\:via-amber-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:even\:via-amber-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:even\:via-amber-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:even\:via-amber-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:even\:via-amber-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:even\:via-amber-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:even\:via-amber-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:even\:via-amber-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:even\:via-amber-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:even\:via-amber-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:even\:via-orange-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:even\:via-orange-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:even\:via-orange-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:even\:via-orange-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:even\:via-orange-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:even\:via-orange-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:even\:via-orange-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:even\:via-orange-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:even\:via-orange-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:even\:via-orange-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:even\:via-red-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:even\:via-red-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:even\:via-red-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:even\:via-red-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:even\:via-red-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:even\:via-red-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:even\:via-red-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:even\:via-red-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:even\:via-red-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:even\:via-red-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:even\:via-warmGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:even\:via-warmGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:even\:via-warmGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:even\:via-warmGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:even\:via-warmGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:even\:via-warmGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:even\:via-warmGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:even\:via-warmGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:even\:via-warmGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:even\:via-warmGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:even\:via-trueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:even\:via-trueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:even\:via-trueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:even\:via-trueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:even\:via-trueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:even\:via-trueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:even\:via-trueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:even\:via-trueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:even\:via-trueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:even\:via-trueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:even\:via-gray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:even\:via-gray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:even\:via-gray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:even\:via-gray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:even\:via-gray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:even\:via-gray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:even\:via-gray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:even\:via-gray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:even\:via-gray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:even\:via-gray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:even\:via-coolGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:even\:via-coolGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:even\:via-coolGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:even\:via-coolGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:even\:via-coolGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:even\:via-coolGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:even\:via-coolGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:even\:via-coolGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:even\:via-coolGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:even\:via-coolGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:even\:via-blueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:even\:via-blueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:even\:via-blueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:even\:via-blueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:even\:via-blueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:even\:via-blueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:even\:via-blueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:even\:via-blueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:even\:via-blueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:even\:via-blueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:even\:via-current:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:even\:via-transparent:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:even\:to-black:nth-child(even) {
    --tw-gradient-to: #000;
  }

  .lg\:even\:to-white:nth-child(even) {
    --tw-gradient-to: #fff;
  }

  .lg\:even\:to-rose-50:nth-child(even) {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:even\:to-rose-100:nth-child(even) {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:even\:to-rose-200:nth-child(even) {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:even\:to-rose-300:nth-child(even) {
    --tw-gradient-to: #fda4af;
  }

  .lg\:even\:to-rose-400:nth-child(even) {
    --tw-gradient-to: #fb7185;
  }

  .lg\:even\:to-rose-500:nth-child(even) {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:even\:to-rose-600:nth-child(even) {
    --tw-gradient-to: #e11d48;
  }

  .lg\:even\:to-rose-700:nth-child(even) {
    --tw-gradient-to: #be123c;
  }

  .lg\:even\:to-rose-800:nth-child(even) {
    --tw-gradient-to: #9f1239;
  }

  .lg\:even\:to-rose-900:nth-child(even) {
    --tw-gradient-to: #881337;
  }

  .lg\:even\:to-pink-50:nth-child(even) {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:even\:to-pink-100:nth-child(even) {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:even\:to-pink-200:nth-child(even) {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:even\:to-pink-300:nth-child(even) {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:even\:to-pink-400:nth-child(even) {
    --tw-gradient-to: #f472b6;
  }

  .lg\:even\:to-pink-500:nth-child(even) {
    --tw-gradient-to: #ec4899;
  }

  .lg\:even\:to-pink-600:nth-child(even) {
    --tw-gradient-to: #db2777;
  }

  .lg\:even\:to-pink-700:nth-child(even) {
    --tw-gradient-to: #be185d;
  }

  .lg\:even\:to-pink-800:nth-child(even) {
    --tw-gradient-to: #9d174d;
  }

  .lg\:even\:to-pink-900:nth-child(even) {
    --tw-gradient-to: #831843;
  }

  .lg\:even\:to-fuchsia-50:nth-child(even) {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:even\:to-fuchsia-100:nth-child(even) {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:even\:to-fuchsia-200:nth-child(even) {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:even\:to-fuchsia-300:nth-child(even) {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:even\:to-fuchsia-400:nth-child(even) {
    --tw-gradient-to: #e879f9;
  }

  .lg\:even\:to-fuchsia-500:nth-child(even) {
    --tw-gradient-to: #d946ef;
  }

  .lg\:even\:to-fuchsia-600:nth-child(even) {
    --tw-gradient-to: #c026d3;
  }

  .lg\:even\:to-fuchsia-700:nth-child(even) {
    --tw-gradient-to: #a21caf;
  }

  .lg\:even\:to-fuchsia-800:nth-child(even) {
    --tw-gradient-to: #86198f;
  }

  .lg\:even\:to-fuchsia-900:nth-child(even) {
    --tw-gradient-to: #701a75;
  }

  .lg\:even\:to-purple-50:nth-child(even) {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:even\:to-purple-100:nth-child(even) {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:even\:to-purple-200:nth-child(even) {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:even\:to-purple-300:nth-child(even) {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:even\:to-purple-400:nth-child(even) {
    --tw-gradient-to: #c084fc;
  }

  .lg\:even\:to-purple-500:nth-child(even) {
    --tw-gradient-to: #a855f7;
  }

  .lg\:even\:to-purple-600:nth-child(even) {
    --tw-gradient-to: #9333ea;
  }

  .lg\:even\:to-purple-700:nth-child(even) {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:even\:to-purple-800:nth-child(even) {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:even\:to-purple-900:nth-child(even) {
    --tw-gradient-to: #581c87;
  }

  .lg\:even\:to-violet-50:nth-child(even) {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:even\:to-violet-100:nth-child(even) {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:even\:to-violet-200:nth-child(even) {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:even\:to-violet-300:nth-child(even) {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:even\:to-violet-400:nth-child(even) {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:even\:to-violet-500:nth-child(even) {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:even\:to-violet-600:nth-child(even) {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:even\:to-violet-700:nth-child(even) {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:even\:to-violet-800:nth-child(even) {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:even\:to-violet-900:nth-child(even) {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:even\:to-indigo-50:nth-child(even) {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:even\:to-indigo-100:nth-child(even) {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:even\:to-indigo-200:nth-child(even) {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:even\:to-indigo-300:nth-child(even) {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:even\:to-indigo-400:nth-child(even) {
    --tw-gradient-to: #818cf8;
  }

  .lg\:even\:to-indigo-500:nth-child(even) {
    --tw-gradient-to: #6366f1;
  }

  .lg\:even\:to-indigo-600:nth-child(even) {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:even\:to-indigo-700:nth-child(even) {
    --tw-gradient-to: #4338ca;
  }

  .lg\:even\:to-indigo-800:nth-child(even) {
    --tw-gradient-to: #3730a3;
  }

  .lg\:even\:to-indigo-900:nth-child(even) {
    --tw-gradient-to: #312e81;
  }

  .lg\:even\:to-blue-50:nth-child(even) {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:even\:to-blue-100:nth-child(even) {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:even\:to-blue-200:nth-child(even) {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:even\:to-blue-300:nth-child(even) {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:even\:to-blue-400:nth-child(even) {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:even\:to-blue-500:nth-child(even) {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:even\:to-blue-600:nth-child(even) {
    --tw-gradient-to: #2563eb;
  }

  .lg\:even\:to-blue-700:nth-child(even) {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:even\:to-blue-800:nth-child(even) {
    --tw-gradient-to: #1e40af;
  }

  .lg\:even\:to-blue-900:nth-child(even) {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:even\:to-lightBlue-50:nth-child(even) {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:even\:to-lightBlue-100:nth-child(even) {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:even\:to-lightBlue-200:nth-child(even) {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:even\:to-lightBlue-300:nth-child(even) {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:even\:to-lightBlue-400:nth-child(even) {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:even\:to-lightBlue-500:nth-child(even) {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:even\:to-lightBlue-600:nth-child(even) {
    --tw-gradient-to: #0284c7;
  }

  .lg\:even\:to-lightBlue-700:nth-child(even) {
    --tw-gradient-to: #0369a1;
  }

  .lg\:even\:to-lightBlue-800:nth-child(even) {
    --tw-gradient-to: #075985;
  }

  .lg\:even\:to-lightBlue-900:nth-child(even) {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:even\:to-cyan-50:nth-child(even) {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:even\:to-cyan-100:nth-child(even) {
    --tw-gradient-to: #cffafe;
  }

  .lg\:even\:to-cyan-200:nth-child(even) {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:even\:to-cyan-300:nth-child(even) {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:even\:to-cyan-400:nth-child(even) {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:even\:to-cyan-500:nth-child(even) {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:even\:to-cyan-600:nth-child(even) {
    --tw-gradient-to: #0891b2;
  }

  .lg\:even\:to-cyan-700:nth-child(even) {
    --tw-gradient-to: #0e7490;
  }

  .lg\:even\:to-cyan-800:nth-child(even) {
    --tw-gradient-to: #155e75;
  }

  .lg\:even\:to-cyan-900:nth-child(even) {
    --tw-gradient-to: #164e63;
  }

  .lg\:even\:to-teal-50:nth-child(even) {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:even\:to-teal-100:nth-child(even) {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:even\:to-teal-200:nth-child(even) {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:even\:to-teal-300:nth-child(even) {
    --tw-gradient-to: #5eead4;
  }

  .lg\:even\:to-teal-400:nth-child(even) {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:even\:to-teal-500:nth-child(even) {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:even\:to-teal-600:nth-child(even) {
    --tw-gradient-to: #0d9488;
  }

  .lg\:even\:to-teal-700:nth-child(even) {
    --tw-gradient-to: #0f766e;
  }

  .lg\:even\:to-teal-800:nth-child(even) {
    --tw-gradient-to: #115e59;
  }

  .lg\:even\:to-teal-900:nth-child(even) {
    --tw-gradient-to: #134e4a;
  }

  .lg\:even\:to-emerald-50:nth-child(even) {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:even\:to-emerald-100:nth-child(even) {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:even\:to-emerald-200:nth-child(even) {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:even\:to-emerald-300:nth-child(even) {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:even\:to-emerald-400:nth-child(even) {
    --tw-gradient-to: #34d399;
  }

  .lg\:even\:to-emerald-500:nth-child(even) {
    --tw-gradient-to: #10b981;
  }

  .lg\:even\:to-emerald-600:nth-child(even) {
    --tw-gradient-to: #059669;
  }

  .lg\:even\:to-emerald-700:nth-child(even) {
    --tw-gradient-to: #047857;
  }

  .lg\:even\:to-emerald-800:nth-child(even) {
    --tw-gradient-to: #065f46;
  }

  .lg\:even\:to-emerald-900:nth-child(even) {
    --tw-gradient-to: #064e3b;
  }

  .lg\:even\:to-green-50:nth-child(even) {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:even\:to-green-100:nth-child(even) {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:even\:to-green-200:nth-child(even) {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:even\:to-green-300:nth-child(even) {
    --tw-gradient-to: #86efac;
  }

  .lg\:even\:to-green-400:nth-child(even) {
    --tw-gradient-to: #4ade80;
  }

  .lg\:even\:to-green-500:nth-child(even) {
    --tw-gradient-to: #22c55e;
  }

  .lg\:even\:to-green-600:nth-child(even) {
    --tw-gradient-to: #16a34a;
  }

  .lg\:even\:to-green-700:nth-child(even) {
    --tw-gradient-to: #15803d;
  }

  .lg\:even\:to-green-800:nth-child(even) {
    --tw-gradient-to: #166534;
  }

  .lg\:even\:to-green-900:nth-child(even) {
    --tw-gradient-to: #14532d;
  }

  .lg\:even\:to-lime-50:nth-child(even) {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:even\:to-lime-100:nth-child(even) {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:even\:to-lime-200:nth-child(even) {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:even\:to-lime-300:nth-child(even) {
    --tw-gradient-to: #bef264;
  }

  .lg\:even\:to-lime-400:nth-child(even) {
    --tw-gradient-to: #a3e635;
  }

  .lg\:even\:to-lime-500:nth-child(even) {
    --tw-gradient-to: #84cc16;
  }

  .lg\:even\:to-lime-600:nth-child(even) {
    --tw-gradient-to: #65a30d;
  }

  .lg\:even\:to-lime-700:nth-child(even) {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:even\:to-lime-800:nth-child(even) {
    --tw-gradient-to: #3f6212;
  }

  .lg\:even\:to-lime-900:nth-child(even) {
    --tw-gradient-to: #365314;
  }

  .lg\:even\:to-yellow-50:nth-child(even) {
    --tw-gradient-to: #fefce8;
  }

  .lg\:even\:to-yellow-100:nth-child(even) {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:even\:to-yellow-200:nth-child(even) {
    --tw-gradient-to: #fef08a;
  }

  .lg\:even\:to-yellow-300:nth-child(even) {
    --tw-gradient-to: #fde047;
  }

  .lg\:even\:to-yellow-400:nth-child(even) {
    --tw-gradient-to: #facc15;
  }

  .lg\:even\:to-yellow-500:nth-child(even) {
    --tw-gradient-to: #eab308;
  }

  .lg\:even\:to-yellow-600:nth-child(even) {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:even\:to-yellow-700:nth-child(even) {
    --tw-gradient-to: #a16207;
  }

  .lg\:even\:to-yellow-800:nth-child(even) {
    --tw-gradient-to: #854d0e;
  }

  .lg\:even\:to-yellow-900:nth-child(even) {
    --tw-gradient-to: #713f12;
  }

  .lg\:even\:to-amber-50:nth-child(even) {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:even\:to-amber-100:nth-child(even) {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:even\:to-amber-200:nth-child(even) {
    --tw-gradient-to: #fde68a;
  }

  .lg\:even\:to-amber-300:nth-child(even) {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:even\:to-amber-400:nth-child(even) {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:even\:to-amber-500:nth-child(even) {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:even\:to-amber-600:nth-child(even) {
    --tw-gradient-to: #d97706;
  }

  .lg\:even\:to-amber-700:nth-child(even) {
    --tw-gradient-to: #b45309;
  }

  .lg\:even\:to-amber-800:nth-child(even) {
    --tw-gradient-to: #92400e;
  }

  .lg\:even\:to-amber-900:nth-child(even) {
    --tw-gradient-to: #78350f;
  }

  .lg\:even\:to-orange-50:nth-child(even) {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:even\:to-orange-100:nth-child(even) {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:even\:to-orange-200:nth-child(even) {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:even\:to-orange-300:nth-child(even) {
    --tw-gradient-to: #fdba74;
  }

  .lg\:even\:to-orange-400:nth-child(even) {
    --tw-gradient-to: #fb923c;
  }

  .lg\:even\:to-orange-500:nth-child(even) {
    --tw-gradient-to: #f97316;
  }

  .lg\:even\:to-orange-600:nth-child(even) {
    --tw-gradient-to: #ea580c;
  }

  .lg\:even\:to-orange-700:nth-child(even) {
    --tw-gradient-to: #c2410c;
  }

  .lg\:even\:to-orange-800:nth-child(even) {
    --tw-gradient-to: #9a3412;
  }

  .lg\:even\:to-orange-900:nth-child(even) {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:even\:to-red-50:nth-child(even) {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:even\:to-red-100:nth-child(even) {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:even\:to-red-200:nth-child(even) {
    --tw-gradient-to: #fecaca;
  }

  .lg\:even\:to-red-300:nth-child(even) {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:even\:to-red-400:nth-child(even) {
    --tw-gradient-to: #f87171;
  }

  .lg\:even\:to-red-500:nth-child(even) {
    --tw-gradient-to: #ef4444;
  }

  .lg\:even\:to-red-600:nth-child(even) {
    --tw-gradient-to: #dc2626;
  }

  .lg\:even\:to-red-700:nth-child(even) {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:even\:to-red-800:nth-child(even) {
    --tw-gradient-to: #991b1b;
  }

  .lg\:even\:to-red-900:nth-child(even) {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:even\:to-warmGray-50:nth-child(even) {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:even\:to-warmGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:even\:to-warmGray-200:nth-child(even) {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:even\:to-warmGray-300:nth-child(even) {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:even\:to-warmGray-400:nth-child(even) {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:even\:to-warmGray-500:nth-child(even) {
    --tw-gradient-to: #78716c;
  }

  .lg\:even\:to-warmGray-600:nth-child(even) {
    --tw-gradient-to: #57534e;
  }

  .lg\:even\:to-warmGray-700:nth-child(even) {
    --tw-gradient-to: #44403c;
  }

  .lg\:even\:to-warmGray-800:nth-child(even) {
    --tw-gradient-to: #292524;
  }

  .lg\:even\:to-warmGray-900:nth-child(even) {
    --tw-gradient-to: #1c1917;
  }

  .lg\:even\:to-trueGray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .lg\:even\:to-trueGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:even\:to-trueGray-200:nth-child(even) {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:even\:to-trueGray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:even\:to-trueGray-400:nth-child(even) {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:even\:to-trueGray-500:nth-child(even) {
    --tw-gradient-to: #737373;
  }

  .lg\:even\:to-trueGray-600:nth-child(even) {
    --tw-gradient-to: #525252;
  }

  .lg\:even\:to-trueGray-700:nth-child(even) {
    --tw-gradient-to: #404040;
  }

  .lg\:even\:to-trueGray-800:nth-child(even) {
    --tw-gradient-to: #262626;
  }

  .lg\:even\:to-trueGray-900:nth-child(even) {
    --tw-gradient-to: #171717;
  }

  .lg\:even\:to-gray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .lg\:even\:to-gray-100:nth-child(even) {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:even\:to-gray-200:nth-child(even) {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:even\:to-gray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:even\:to-gray-400:nth-child(even) {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:even\:to-gray-500:nth-child(even) {
    --tw-gradient-to: #71717a;
  }

  .lg\:even\:to-gray-600:nth-child(even) {
    --tw-gradient-to: #52525b;
  }

  .lg\:even\:to-gray-700:nth-child(even) {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:even\:to-gray-800:nth-child(even) {
    --tw-gradient-to: #27272a;
  }

  .lg\:even\:to-gray-900:nth-child(even) {
    --tw-gradient-to: #18181b;
  }

  .lg\:even\:to-coolGray-50:nth-child(even) {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:even\:to-coolGray-100:nth-child(even) {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:even\:to-coolGray-200:nth-child(even) {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:even\:to-coolGray-300:nth-child(even) {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:even\:to-coolGray-400:nth-child(even) {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:even\:to-coolGray-500:nth-child(even) {
    --tw-gradient-to: #6b7280;
  }

  .lg\:even\:to-coolGray-600:nth-child(even) {
    --tw-gradient-to: #4b5563;
  }

  .lg\:even\:to-coolGray-700:nth-child(even) {
    --tw-gradient-to: #374151;
  }

  .lg\:even\:to-coolGray-800:nth-child(even) {
    --tw-gradient-to: #1f2937;
  }

  .lg\:even\:to-coolGray-900:nth-child(even) {
    --tw-gradient-to: #111827;
  }

  .lg\:even\:to-blueGray-50:nth-child(even) {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:even\:to-blueGray-100:nth-child(even) {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:even\:to-blueGray-200:nth-child(even) {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:even\:to-blueGray-300:nth-child(even) {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:even\:to-blueGray-400:nth-child(even) {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:even\:to-blueGray-500:nth-child(even) {
    --tw-gradient-to: #64748b;
  }

  .lg\:even\:to-blueGray-600:nth-child(even) {
    --tw-gradient-to: #475569;
  }

  .lg\:even\:to-blueGray-700:nth-child(even) {
    --tw-gradient-to: #334155;
  }

  .lg\:even\:to-blueGray-800:nth-child(even) {
    --tw-gradient-to: #1e293b;
  }

  .lg\:even\:to-blueGray-900:nth-child(even) {
    --tw-gradient-to: #0f172a;
  }

  .lg\:even\:to-current:nth-child(even) {
    --tw-gradient-to: current;
  }

  .lg\:even\:to-transparent:nth-child(even) {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-rose-50:hover {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:hover\:from-rose-100:hover {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:hover\:from-rose-200:hover {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:hover\:from-rose-300:hover {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:hover\:from-rose-400:hover {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:hover\:from-rose-500:hover {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:hover\:from-rose-600:hover {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:hover\:from-rose-700:hover {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:hover\:from-rose-800:hover {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:hover\:from-rose-900:hover {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:hover\:from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:hover\:from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:hover\:from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:hover\:from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:hover\:from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:hover\:from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:hover\:from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:hover\:from-fuchsia-800:hover {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:hover\:from-fuchsia-900:hover {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:hover\:from-purple-50:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:hover\:from-violet-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:from-violet-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:from-violet-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:from-violet-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:from-violet-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:from-violet-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:from-violet-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:from-violet-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:from-violet-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:from-violet-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:hover\:from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:hover\:from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:hover\:from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:hover\:from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:hover\:from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:hover\:from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:hover\:from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:hover\:from-lightBlue-800:hover {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:hover\:from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:hover\:from-teal-50:hover {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:hover\:from-teal-100:hover {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:hover\:from-teal-200:hover {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:hover\:from-teal-300:hover {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:hover\:from-teal-400:hover {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:hover\:from-teal-500:hover {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:hover\:from-teal-600:hover {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:hover\:from-teal-700:hover {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:hover\:from-teal-800:hover {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:hover\:from-teal-900:hover {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:hover\:from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:from-emerald-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:from-emerald-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:from-emerald-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:from-emerald-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:from-emerald-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:from-emerald-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:from-emerald-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:hover\:from-amber-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:from-amber-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:from-amber-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:from-amber-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:from-amber-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:from-amber-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:from-amber-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:from-amber-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:from-amber-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:from-amber-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:from-orange-50:hover {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:hover\:from-orange-200:hover {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:hover\:from-orange-300:hover {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:hover\:from-orange-400:hover {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:hover\:from-orange-500:hover {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:hover\:from-orange-700:hover {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:hover\:from-orange-800:hover {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:hover\:from-orange-900:hover {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:from-warmGray-50:hover {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:hover\:from-warmGray-100:hover {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:hover\:from-warmGray-200:hover {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:hover\:from-warmGray-300:hover {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:hover\:from-warmGray-400:hover {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:hover\:from-warmGray-500:hover {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:hover\:from-warmGray-600:hover {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:hover\:from-warmGray-700:hover {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:hover\:from-warmGray-800:hover {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:hover\:from-warmGray-900:hover {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:hover\:from-trueGray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:hover\:from-trueGray-100:hover {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:hover\:from-trueGray-200:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:hover\:from-trueGray-300:hover {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:hover\:from-trueGray-400:hover {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:hover\:from-trueGray-500:hover {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:hover\:from-trueGray-600:hover {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:hover\:from-trueGray-700:hover {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:hover\:from-trueGray-800:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:hover\:from-trueGray-900:hover {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:hover\:from-coolGray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-coolGray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:from-coolGray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:from-coolGray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:from-coolGray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:from-coolGray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:from-coolGray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:from-coolGray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:from-coolGray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:from-coolGray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:hover\:from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:hover\:from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:hover\:from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:hover\:from-blueGray-500:hover {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:hover\:from-blueGray-600:hover {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:hover\:from-blueGray-700:hover {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:hover\:from-blueGray-800:hover {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:hover\:from-blueGray-900:hover {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:hover\:via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:hover\:via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:hover\:via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:hover\:via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:hover\:via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:hover\:via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:hover\:via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:hover\:via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:hover\:via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:hover\:via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:hover\:via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:hover\:via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:hover\:via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:hover\:via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:hover\:via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:hover\:via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:hover\:via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:hover\:via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:hover\:via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:hover\:via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:hover\:via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:hover\:via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:hover\:via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:hover\:via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:hover\:via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:hover\:via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:hover\:via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:hover\:via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:hover\:via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:hover\:via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:hover\:via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:via-warmGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:hover\:via-warmGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:hover\:via-warmGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:hover\:via-warmGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:hover\:via-warmGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:hover\:via-warmGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:hover\:via-warmGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:hover\:via-warmGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:hover\:via-warmGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:hover\:via-warmGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:hover\:via-trueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:hover\:via-trueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:hover\:via-trueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:hover\:via-trueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:hover\:via-trueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:hover\:via-trueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:hover\:via-trueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:hover\:via-trueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:hover\:via-trueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:hover\:via-trueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:hover\:via-coolGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-coolGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-coolGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-coolGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-coolGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-coolGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-coolGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-coolGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-coolGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-coolGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:hover\:via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:hover\:via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:hover\:via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:hover\:via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:hover\:via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:hover\:via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:hover\:via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:hover\:via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-rose-50:hover {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:hover\:to-rose-100:hover {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:hover\:to-rose-200:hover {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:hover\:to-rose-300:hover {
    --tw-gradient-to: #fda4af;
  }

  .lg\:hover\:to-rose-400:hover {
    --tw-gradient-to: #fb7185;
  }

  .lg\:hover\:to-rose-500:hover {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:hover\:to-rose-600:hover {
    --tw-gradient-to: #e11d48;
  }

  .lg\:hover\:to-rose-700:hover {
    --tw-gradient-to: #be123c;
  }

  .lg\:hover\:to-rose-800:hover {
    --tw-gradient-to: #9f1239;
  }

  .lg\:hover\:to-rose-900:hover {
    --tw-gradient-to: #881337;
  }

  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .lg\:hover\:to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:hover\:to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:hover\:to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:hover\:to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:hover\:to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9;
  }

  .lg\:hover\:to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef;
  }

  .lg\:hover\:to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3;
  }

  .lg\:hover\:to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf;
  }

  .lg\:hover\:to-fuchsia-800:hover {
    --tw-gradient-to: #86198f;
  }

  .lg\:hover\:to-fuchsia-900:hover {
    --tw-gradient-to: #701a75;
  }

  .lg\:hover\:to-purple-50:hover {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #c084fc;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #a855f7;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #9333ea;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #581c87;
  }

  .lg\:hover\:to-violet-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-violet-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-violet-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-violet-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-violet-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-violet-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-violet-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-violet-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-violet-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-violet-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:hover\:to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:hover\:to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:hover\:to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:hover\:to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:hover\:to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:hover\:to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:hover\:to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7;
  }

  .lg\:hover\:to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1;
  }

  .lg\:hover\:to-lightBlue-800:hover {
    --tw-gradient-to: #075985;
  }

  .lg\:hover\:to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe;
  }

  .lg\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2;
  }

  .lg\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490;
  }

  .lg\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75;
  }

  .lg\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63;
  }

  .lg\:hover\:to-teal-50:hover {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:hover\:to-teal-100:hover {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:hover\:to-teal-200:hover {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:hover\:to-teal-300:hover {
    --tw-gradient-to: #5eead4;
  }

  .lg\:hover\:to-teal-400:hover {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:hover\:to-teal-500:hover {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:hover\:to-teal-600:hover {
    --tw-gradient-to: #0d9488;
  }

  .lg\:hover\:to-teal-700:hover {
    --tw-gradient-to: #0f766e;
  }

  .lg\:hover\:to-teal-800:hover {
    --tw-gradient-to: #115e59;
  }

  .lg\:hover\:to-teal-900:hover {
    --tw-gradient-to: #134e4a;
  }

  .lg\:hover\:to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-emerald-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:hover\:to-emerald-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg\:hover\:to-emerald-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg\:hover\:to-emerald-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg\:hover\:to-emerald-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg\:hover\:to-emerald-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-emerald-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #86efac;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #4ade80;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #22c55e;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #16a34a;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #15803d;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #166534;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #14532d;
  }

  .lg\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264;
  }

  .lg\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635;
  }

  .lg\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16;
  }

  .lg\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d;
  }

  .lg\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212;
  }

  .lg\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314;
  }

  .lg\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fefce8;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fde047;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #facc15;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #a16207;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #854d0e;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #713f12;
  }

  .lg\:hover\:to-amber-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-amber-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-amber-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-amber-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-amber-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:hover\:to-amber-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-amber-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-amber-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-amber-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-amber-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-orange-50:hover {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:hover\:to-orange-200:hover {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:hover\:to-orange-300:hover {
    --tw-gradient-to: #fdba74;
  }

  .lg\:hover\:to-orange-400:hover {
    --tw-gradient-to: #fb923c;
  }

  .lg\:hover\:to-orange-500:hover {
    --tw-gradient-to: #f97316;
  }

  .lg\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ea580c;
  }

  .lg\:hover\:to-orange-700:hover {
    --tw-gradient-to: #c2410c;
  }

  .lg\:hover\:to-orange-800:hover {
    --tw-gradient-to: #9a3412;
  }

  .lg\:hover\:to-orange-900:hover {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:hover\:to-warmGray-50:hover {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:hover\:to-warmGray-100:hover {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:hover\:to-warmGray-200:hover {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:hover\:to-warmGray-300:hover {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:hover\:to-warmGray-400:hover {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:hover\:to-warmGray-500:hover {
    --tw-gradient-to: #78716c;
  }

  .lg\:hover\:to-warmGray-600:hover {
    --tw-gradient-to: #57534e;
  }

  .lg\:hover\:to-warmGray-700:hover {
    --tw-gradient-to: #44403c;
  }

  .lg\:hover\:to-warmGray-800:hover {
    --tw-gradient-to: #292524;
  }

  .lg\:hover\:to-warmGray-900:hover {
    --tw-gradient-to: #1c1917;
  }

  .lg\:hover\:to-trueGray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .lg\:hover\:to-trueGray-100:hover {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:hover\:to-trueGray-200:hover {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:hover\:to-trueGray-300:hover {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:hover\:to-trueGray-400:hover {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:hover\:to-trueGray-500:hover {
    --tw-gradient-to: #737373;
  }

  .lg\:hover\:to-trueGray-600:hover {
    --tw-gradient-to: #525252;
  }

  .lg\:hover\:to-trueGray-700:hover {
    --tw-gradient-to: #404040;
  }

  .lg\:hover\:to-trueGray-800:hover {
    --tw-gradient-to: #262626;
  }

  .lg\:hover\:to-trueGray-900:hover {
    --tw-gradient-to: #171717;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .lg\:hover\:to-coolGray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-coolGray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-coolGray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-coolGray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-coolGray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-coolGray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-coolGray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-coolGray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-coolGray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-coolGray-900:hover {
    --tw-gradient-to: #111827;
  }

  .lg\:hover\:to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:hover\:to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:hover\:to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:hover\:to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:hover\:to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:hover\:to-blueGray-500:hover {
    --tw-gradient-to: #64748b;
  }

  .lg\:hover\:to-blueGray-600:hover {
    --tw-gradient-to: #475569;
  }

  .lg\:hover\:to-blueGray-700:hover {
    --tw-gradient-to: #334155;
  }

  .lg\:hover\:to-blueGray-800:hover {
    --tw-gradient-to: #1e293b;
  }

  .lg\:hover\:to-blueGray-900:hover {
    --tw-gradient-to: #0f172a;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: current;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-rose-50:focus {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus\:from-rose-100:focus {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus\:from-rose-200:focus {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus\:from-rose-300:focus {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus\:from-rose-400:focus {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus\:from-rose-500:focus {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus\:from-rose-600:focus {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus\:from-rose-700:focus {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus\:from-rose-800:focus {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus\:from-rose-900:focus {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus\:from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus\:from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus\:from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus\:from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus\:from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus\:from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus\:from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus\:from-fuchsia-800:focus {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus\:from-fuchsia-900:focus {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus\:from-purple-50:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:focus\:from-violet-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:from-violet-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:from-violet-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:from-violet-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:from-violet-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:from-violet-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:from-violet-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:from-violet-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:from-violet-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:from-violet-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus\:from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus\:from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus\:from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus\:from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus\:from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus\:from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus\:from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus\:from-lightBlue-800:focus {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus\:from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:focus\:from-teal-50:focus {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:focus\:from-teal-100:focus {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:focus\:from-teal-200:focus {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:focus\:from-teal-300:focus {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:focus\:from-teal-400:focus {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:focus\:from-teal-500:focus {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:focus\:from-teal-600:focus {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:focus\:from-teal-700:focus {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:focus\:from-teal-800:focus {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:focus\:from-teal-900:focus {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:focus\:from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:from-emerald-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:from-emerald-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:from-emerald-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:from-emerald-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:from-emerald-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:from-emerald-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:from-emerald-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:focus\:from-amber-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:from-amber-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:from-amber-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:from-amber-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:from-amber-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:from-amber-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:from-amber-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:from-amber-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:from-amber-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:from-amber-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:from-orange-50:focus {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:focus\:from-orange-200:focus {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:focus\:from-orange-300:focus {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:focus\:from-orange-400:focus {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:focus\:from-orange-500:focus {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:focus\:from-orange-700:focus {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:focus\:from-orange-800:focus {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:focus\:from-orange-900:focus {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:from-warmGray-50:focus {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:focus\:from-warmGray-100:focus {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:focus\:from-warmGray-200:focus {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:focus\:from-warmGray-300:focus {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:focus\:from-warmGray-400:focus {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:focus\:from-warmGray-500:focus {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:focus\:from-warmGray-600:focus {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:focus\:from-warmGray-700:focus {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:focus\:from-warmGray-800:focus {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:focus\:from-warmGray-900:focus {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:focus\:from-trueGray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus\:from-trueGray-100:focus {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus\:from-trueGray-200:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus\:from-trueGray-300:focus {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:focus\:from-trueGray-400:focus {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:focus\:from-trueGray-500:focus {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:focus\:from-trueGray-600:focus {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:focus\:from-trueGray-700:focus {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:focus\:from-trueGray-800:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus\:from-trueGray-900:focus {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:focus\:from-coolGray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-coolGray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:from-coolGray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:from-coolGray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:from-coolGray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:from-coolGray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:from-coolGray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:from-coolGray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:from-coolGray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:from-coolGray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:focus\:from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:focus\:from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:focus\:from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:focus\:from-blueGray-500:focus {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:focus\:from-blueGray-600:focus {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:focus\:from-blueGray-700:focus {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:focus\:from-blueGray-800:focus {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:focus\:from-blueGray-900:focus {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:focus\:via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:focus\:via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:focus\:via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:focus\:via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:focus\:via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:focus\:via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:focus\:via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:focus\:via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:focus\:via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:focus\:via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:focus\:via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:focus\:via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:focus\:via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:focus\:via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:focus\:via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:focus\:via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:focus\:via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:focus\:via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:focus\:via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:focus\:via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:focus\:via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:focus\:via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:focus\:via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:focus\:via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:focus\:via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:focus\:via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:focus\:via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:focus\:via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:focus\:via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:focus\:via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:focus\:via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:via-warmGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:focus\:via-warmGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:focus\:via-warmGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:focus\:via-warmGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:focus\:via-warmGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:focus\:via-warmGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:focus\:via-warmGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:focus\:via-warmGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:focus\:via-warmGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:focus\:via-warmGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:focus\:via-trueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus\:via-trueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus\:via-trueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:focus\:via-trueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:focus\:via-trueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:focus\:via-trueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:focus\:via-trueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:focus\:via-trueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:focus\:via-trueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:focus\:via-trueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:focus\:via-coolGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-coolGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-coolGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-coolGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-coolGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-coolGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-coolGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-coolGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-coolGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-coolGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:focus\:via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:focus\:via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:focus\:via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:focus\:via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:focus\:via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:focus\:via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:focus\:via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:focus\:via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-rose-50:focus {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:focus\:to-rose-100:focus {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:focus\:to-rose-200:focus {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:focus\:to-rose-300:focus {
    --tw-gradient-to: #fda4af;
  }

  .lg\:focus\:to-rose-400:focus {
    --tw-gradient-to: #fb7185;
  }

  .lg\:focus\:to-rose-500:focus {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:focus\:to-rose-600:focus {
    --tw-gradient-to: #e11d48;
  }

  .lg\:focus\:to-rose-700:focus {
    --tw-gradient-to: #be123c;
  }

  .lg\:focus\:to-rose-800:focus {
    --tw-gradient-to: #9f1239;
  }

  .lg\:focus\:to-rose-900:focus {
    --tw-gradient-to: #881337;
  }

  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .lg\:focus\:to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:focus\:to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:focus\:to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:focus\:to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:focus\:to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9;
  }

  .lg\:focus\:to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef;
  }

  .lg\:focus\:to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3;
  }

  .lg\:focus\:to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf;
  }

  .lg\:focus\:to-fuchsia-800:focus {
    --tw-gradient-to: #86198f;
  }

  .lg\:focus\:to-fuchsia-900:focus {
    --tw-gradient-to: #701a75;
  }

  .lg\:focus\:to-purple-50:focus {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #c084fc;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #a855f7;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #9333ea;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #581c87;
  }

  .lg\:focus\:to-violet-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-violet-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-violet-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-violet-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-violet-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-violet-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-violet-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-violet-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-violet-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-violet-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus\:to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:focus\:to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:focus\:to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:focus\:to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:focus\:to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:focus\:to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:focus\:to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7;
  }

  .lg\:focus\:to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1;
  }

  .lg\:focus\:to-lightBlue-800:focus {
    --tw-gradient-to: #075985;
  }

  .lg\:focus\:to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe;
  }

  .lg\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2;
  }

  .lg\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490;
  }

  .lg\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75;
  }

  .lg\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63;
  }

  .lg\:focus\:to-teal-50:focus {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:focus\:to-teal-100:focus {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:focus\:to-teal-200:focus {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:focus\:to-teal-300:focus {
    --tw-gradient-to: #5eead4;
  }

  .lg\:focus\:to-teal-400:focus {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:focus\:to-teal-500:focus {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:focus\:to-teal-600:focus {
    --tw-gradient-to: #0d9488;
  }

  .lg\:focus\:to-teal-700:focus {
    --tw-gradient-to: #0f766e;
  }

  .lg\:focus\:to-teal-800:focus {
    --tw-gradient-to: #115e59;
  }

  .lg\:focus\:to-teal-900:focus {
    --tw-gradient-to: #134e4a;
  }

  .lg\:focus\:to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-emerald-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus\:to-emerald-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus\:to-emerald-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus\:to-emerald-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg\:focus\:to-emerald-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg\:focus\:to-emerald-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-emerald-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #86efac;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #4ade80;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #22c55e;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #16a34a;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #15803d;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #166534;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #14532d;
  }

  .lg\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264;
  }

  .lg\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635;
  }

  .lg\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16;
  }

  .lg\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d;
  }

  .lg\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212;
  }

  .lg\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314;
  }

  .lg\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fefce8;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fde047;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #facc15;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #a16207;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #854d0e;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #713f12;
  }

  .lg\:focus\:to-amber-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-amber-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-amber-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-amber-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-amber-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus\:to-amber-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-amber-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-amber-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-amber-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-amber-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-orange-50:focus {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:focus\:to-orange-200:focus {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:focus\:to-orange-300:focus {
    --tw-gradient-to: #fdba74;
  }

  .lg\:focus\:to-orange-400:focus {
    --tw-gradient-to: #fb923c;
  }

  .lg\:focus\:to-orange-500:focus {
    --tw-gradient-to: #f97316;
  }

  .lg\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ea580c;
  }

  .lg\:focus\:to-orange-700:focus {
    --tw-gradient-to: #c2410c;
  }

  .lg\:focus\:to-orange-800:focus {
    --tw-gradient-to: #9a3412;
  }

  .lg\:focus\:to-orange-900:focus {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:focus\:to-warmGray-50:focus {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:focus\:to-warmGray-100:focus {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:focus\:to-warmGray-200:focus {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:focus\:to-warmGray-300:focus {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:focus\:to-warmGray-400:focus {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:focus\:to-warmGray-500:focus {
    --tw-gradient-to: #78716c;
  }

  .lg\:focus\:to-warmGray-600:focus {
    --tw-gradient-to: #57534e;
  }

  .lg\:focus\:to-warmGray-700:focus {
    --tw-gradient-to: #44403c;
  }

  .lg\:focus\:to-warmGray-800:focus {
    --tw-gradient-to: #292524;
  }

  .lg\:focus\:to-warmGray-900:focus {
    --tw-gradient-to: #1c1917;
  }

  .lg\:focus\:to-trueGray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .lg\:focus\:to-trueGray-100:focus {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:focus\:to-trueGray-200:focus {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:focus\:to-trueGray-300:focus {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:focus\:to-trueGray-400:focus {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:focus\:to-trueGray-500:focus {
    --tw-gradient-to: #737373;
  }

  .lg\:focus\:to-trueGray-600:focus {
    --tw-gradient-to: #525252;
  }

  .lg\:focus\:to-trueGray-700:focus {
    --tw-gradient-to: #404040;
  }

  .lg\:focus\:to-trueGray-800:focus {
    --tw-gradient-to: #262626;
  }

  .lg\:focus\:to-trueGray-900:focus {
    --tw-gradient-to: #171717;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .lg\:focus\:to-coolGray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-coolGray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-coolGray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-coolGray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-coolGray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-coolGray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-coolGray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-coolGray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-coolGray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-coolGray-900:focus {
    --tw-gradient-to: #111827;
  }

  .lg\:focus\:to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:focus\:to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:focus\:to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:focus\:to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:focus\:to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:focus\:to-blueGray-500:focus {
    --tw-gradient-to: #64748b;
  }

  .lg\:focus\:to-blueGray-600:focus {
    --tw-gradient-to: #475569;
  }

  .lg\:focus\:to-blueGray-700:focus {
    --tw-gradient-to: #334155;
  }

  .lg\:focus\:to-blueGray-800:focus {
    --tw-gradient-to: #1e293b;
  }

  .lg\:focus\:to-blueGray-900:focus {
    --tw-gradient-to: #0f172a;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: current;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:active\:from-black:active {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:active\:from-white:active {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:active\:from-rose-50:active {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:active\:from-rose-100:active {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:active\:from-rose-200:active {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:active\:from-rose-300:active {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:active\:from-rose-400:active {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:active\:from-rose-500:active {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:active\:from-rose-600:active {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:active\:from-rose-700:active {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:active\:from-rose-800:active {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:active\:from-rose-900:active {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:active\:from-pink-50:active {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:active\:from-pink-100:active {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:active\:from-pink-200:active {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:active\:from-pink-300:active {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:active\:from-pink-400:active {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:active\:from-pink-500:active {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:active\:from-pink-600:active {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:active\:from-pink-700:active {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:active\:from-pink-800:active {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:active\:from-pink-900:active {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:active\:from-fuchsia-50:active {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:active\:from-fuchsia-100:active {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:active\:from-fuchsia-200:active {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:active\:from-fuchsia-300:active {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:active\:from-fuchsia-400:active {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:active\:from-fuchsia-500:active {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:active\:from-fuchsia-600:active {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:active\:from-fuchsia-700:active {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:active\:from-fuchsia-800:active {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:active\:from-fuchsia-900:active {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:active\:from-purple-50:active {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:active\:from-purple-100:active {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:active\:from-purple-200:active {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:active\:from-purple-300:active {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:active\:from-purple-400:active {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:active\:from-purple-500:active {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:active\:from-purple-600:active {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:active\:from-purple-700:active {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:active\:from-purple-800:active {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:active\:from-purple-900:active {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:active\:from-violet-50:active {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:active\:from-violet-100:active {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:active\:from-violet-200:active {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:active\:from-violet-300:active {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:active\:from-violet-400:active {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:active\:from-violet-500:active {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:active\:from-violet-600:active {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:active\:from-violet-700:active {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:active\:from-violet-800:active {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:active\:from-violet-900:active {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:active\:from-indigo-50:active {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:active\:from-indigo-100:active {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:active\:from-indigo-200:active {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:active\:from-indigo-300:active {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:active\:from-indigo-400:active {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:active\:from-indigo-500:active {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:active\:from-indigo-600:active {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:active\:from-indigo-700:active {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:active\:from-indigo-800:active {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:active\:from-indigo-900:active {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:active\:from-blue-50:active {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:active\:from-blue-100:active {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:active\:from-blue-200:active {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:active\:from-blue-300:active {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:active\:from-blue-400:active {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:active\:from-blue-500:active {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:active\:from-blue-600:active {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:active\:from-blue-700:active {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:active\:from-blue-800:active {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:active\:from-blue-900:active {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:active\:from-lightBlue-50:active {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:active\:from-lightBlue-100:active {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:active\:from-lightBlue-200:active {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:active\:from-lightBlue-300:active {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:active\:from-lightBlue-400:active {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:active\:from-lightBlue-500:active {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:active\:from-lightBlue-600:active {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:active\:from-lightBlue-700:active {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:active\:from-lightBlue-800:active {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:active\:from-lightBlue-900:active {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:active\:from-cyan-50:active {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:active\:from-cyan-100:active {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:active\:from-cyan-200:active {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:active\:from-cyan-300:active {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:active\:from-cyan-400:active {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:active\:from-cyan-500:active {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:active\:from-cyan-600:active {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:active\:from-cyan-700:active {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:active\:from-cyan-800:active {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:active\:from-cyan-900:active {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:active\:from-teal-50:active {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:active\:from-teal-100:active {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:active\:from-teal-200:active {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:active\:from-teal-300:active {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:active\:from-teal-400:active {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:active\:from-teal-500:active {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:active\:from-teal-600:active {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:active\:from-teal-700:active {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:active\:from-teal-800:active {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:active\:from-teal-900:active {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:active\:from-emerald-50:active {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:active\:from-emerald-100:active {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:active\:from-emerald-200:active {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:active\:from-emerald-300:active {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:active\:from-emerald-400:active {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:active\:from-emerald-500:active {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:active\:from-emerald-600:active {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:active\:from-emerald-700:active {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:active\:from-emerald-800:active {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:active\:from-emerald-900:active {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:active\:from-green-50:active {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:active\:from-green-100:active {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:active\:from-green-200:active {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:active\:from-green-300:active {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:active\:from-green-400:active {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:active\:from-green-500:active {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:active\:from-green-600:active {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:active\:from-green-700:active {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:active\:from-green-800:active {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:active\:from-green-900:active {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:active\:from-lime-50:active {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:active\:from-lime-100:active {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:active\:from-lime-200:active {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:active\:from-lime-300:active {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:active\:from-lime-400:active {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:active\:from-lime-500:active {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:active\:from-lime-600:active {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:active\:from-lime-700:active {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:active\:from-lime-800:active {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:active\:from-lime-900:active {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:active\:from-yellow-50:active {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:active\:from-yellow-100:active {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:active\:from-yellow-200:active {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:active\:from-yellow-300:active {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:active\:from-yellow-400:active {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:active\:from-yellow-500:active {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:active\:from-yellow-600:active {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:active\:from-yellow-700:active {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:active\:from-yellow-800:active {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:active\:from-yellow-900:active {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:active\:from-amber-50:active {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:active\:from-amber-100:active {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:active\:from-amber-200:active {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:active\:from-amber-300:active {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:active\:from-amber-400:active {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:active\:from-amber-500:active {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:active\:from-amber-600:active {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:active\:from-amber-700:active {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:active\:from-amber-800:active {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:active\:from-amber-900:active {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:active\:from-orange-50:active {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:active\:from-orange-100:active {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:active\:from-orange-200:active {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:active\:from-orange-300:active {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:active\:from-orange-400:active {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:active\:from-orange-500:active {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:active\:from-orange-600:active {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:active\:from-orange-700:active {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:active\:from-orange-800:active {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:active\:from-orange-900:active {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:active\:from-red-50:active {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:active\:from-red-100:active {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:active\:from-red-200:active {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:active\:from-red-300:active {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:active\:from-red-400:active {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:active\:from-red-500:active {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:active\:from-red-600:active {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:active\:from-red-700:active {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:active\:from-red-800:active {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:active\:from-red-900:active {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:active\:from-warmGray-50:active {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:active\:from-warmGray-100:active {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:active\:from-warmGray-200:active {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:active\:from-warmGray-300:active {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:active\:from-warmGray-400:active {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:active\:from-warmGray-500:active {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:active\:from-warmGray-600:active {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:active\:from-warmGray-700:active {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:active\:from-warmGray-800:active {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:active\:from-warmGray-900:active {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:active\:from-trueGray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:active\:from-trueGray-100:active {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:active\:from-trueGray-200:active {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:active\:from-trueGray-300:active {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:active\:from-trueGray-400:active {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:active\:from-trueGray-500:active {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:active\:from-trueGray-600:active {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:active\:from-trueGray-700:active {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:active\:from-trueGray-800:active {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:active\:from-trueGray-900:active {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:active\:from-gray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:active\:from-gray-100:active {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:active\:from-gray-200:active {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:active\:from-gray-300:active {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:active\:from-gray-400:active {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:active\:from-gray-500:active {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:active\:from-gray-600:active {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:active\:from-gray-700:active {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:active\:from-gray-800:active {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:active\:from-gray-900:active {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:active\:from-coolGray-50:active {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:active\:from-coolGray-100:active {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:active\:from-coolGray-200:active {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:active\:from-coolGray-300:active {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:active\:from-coolGray-400:active {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:active\:from-coolGray-500:active {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:active\:from-coolGray-600:active {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:active\:from-coolGray-700:active {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:active\:from-coolGray-800:active {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:active\:from-coolGray-900:active {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:active\:from-blueGray-50:active {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:active\:from-blueGray-100:active {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:active\:from-blueGray-200:active {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:active\:from-blueGray-300:active {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:active\:from-blueGray-400:active {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:active\:from-blueGray-500:active {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:active\:from-blueGray-600:active {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:active\:from-blueGray-700:active {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:active\:from-blueGray-800:active {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:active\:from-blueGray-900:active {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:active\:from-current:active {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:active\:from-transparent:active {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:active\:via-black:active {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:active\:via-white:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:active\:via-rose-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:active\:via-rose-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:active\:via-rose-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:active\:via-rose-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:active\:via-rose-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:active\:via-rose-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:active\:via-rose-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:active\:via-rose-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:active\:via-rose-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:active\:via-rose-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:active\:via-pink-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:active\:via-pink-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:active\:via-pink-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:active\:via-pink-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:active\:via-pink-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:active\:via-pink-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:active\:via-pink-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:active\:via-pink-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:active\:via-pink-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:active\:via-pink-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:active\:via-fuchsia-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:active\:via-fuchsia-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:active\:via-fuchsia-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:active\:via-fuchsia-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:active\:via-fuchsia-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:active\:via-fuchsia-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:active\:via-fuchsia-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:active\:via-fuchsia-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:active\:via-fuchsia-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:active\:via-fuchsia-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:active\:via-purple-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:active\:via-purple-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:active\:via-purple-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:active\:via-purple-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:active\:via-purple-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:active\:via-purple-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:active\:via-purple-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:active\:via-purple-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:active\:via-purple-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:active\:via-purple-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:active\:via-violet-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:active\:via-violet-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:active\:via-violet-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:active\:via-violet-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:active\:via-violet-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:active\:via-violet-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:active\:via-violet-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:active\:via-violet-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:active\:via-violet-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:active\:via-violet-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:active\:via-indigo-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:active\:via-indigo-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:active\:via-indigo-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:active\:via-indigo-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:active\:via-indigo-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:active\:via-indigo-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:active\:via-indigo-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:active\:via-indigo-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:active\:via-indigo-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:active\:via-indigo-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:active\:via-blue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:active\:via-blue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:active\:via-blue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:active\:via-blue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:active\:via-blue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:active\:via-blue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:active\:via-blue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:active\:via-blue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:active\:via-blue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:active\:via-blue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:active\:via-lightBlue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:active\:via-lightBlue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:active\:via-lightBlue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:active\:via-lightBlue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:active\:via-lightBlue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:active\:via-lightBlue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:active\:via-lightBlue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:active\:via-lightBlue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:active\:via-lightBlue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:active\:via-lightBlue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:active\:via-cyan-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:active\:via-cyan-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:active\:via-cyan-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:active\:via-cyan-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:active\:via-cyan-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:active\:via-cyan-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:active\:via-cyan-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:active\:via-cyan-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:active\:via-cyan-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:active\:via-cyan-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:active\:via-teal-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:active\:via-teal-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:active\:via-teal-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:active\:via-teal-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:active\:via-teal-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:active\:via-teal-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:active\:via-teal-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:active\:via-teal-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:active\:via-teal-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:active\:via-teal-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:active\:via-emerald-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:active\:via-emerald-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:active\:via-emerald-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:active\:via-emerald-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:active\:via-emerald-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:active\:via-emerald-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:active\:via-emerald-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:active\:via-emerald-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:active\:via-emerald-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:active\:via-emerald-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:active\:via-green-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:active\:via-green-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:active\:via-green-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:active\:via-green-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:active\:via-green-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:active\:via-green-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:active\:via-green-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:active\:via-green-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:active\:via-green-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:active\:via-green-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:active\:via-lime-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:active\:via-lime-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:active\:via-lime-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:active\:via-lime-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:active\:via-lime-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:active\:via-lime-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:active\:via-lime-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:active\:via-lime-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:active\:via-lime-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:active\:via-lime-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:active\:via-yellow-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:active\:via-yellow-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:active\:via-yellow-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:active\:via-yellow-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:active\:via-yellow-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:active\:via-yellow-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:active\:via-yellow-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:active\:via-yellow-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:active\:via-yellow-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:active\:via-yellow-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:active\:via-amber-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:active\:via-amber-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:active\:via-amber-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:active\:via-amber-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:active\:via-amber-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:active\:via-amber-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:active\:via-amber-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:active\:via-amber-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:active\:via-amber-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:active\:via-amber-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:active\:via-orange-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:active\:via-orange-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:active\:via-orange-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:active\:via-orange-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:active\:via-orange-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:active\:via-orange-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:active\:via-orange-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:active\:via-orange-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:active\:via-orange-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:active\:via-orange-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:active\:via-red-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:active\:via-red-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:active\:via-red-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:active\:via-red-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:active\:via-red-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:active\:via-red-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:active\:via-red-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:active\:via-red-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:active\:via-red-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:active\:via-red-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:active\:via-warmGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:active\:via-warmGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:active\:via-warmGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:active\:via-warmGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:active\:via-warmGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:active\:via-warmGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:active\:via-warmGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:active\:via-warmGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:active\:via-warmGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:active\:via-warmGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:active\:via-trueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:active\:via-trueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:active\:via-trueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:active\:via-trueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:active\:via-trueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:active\:via-trueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:active\:via-trueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:active\:via-trueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:active\:via-trueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:active\:via-trueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:active\:via-gray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:active\:via-gray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:active\:via-gray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:active\:via-gray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:active\:via-gray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:active\:via-gray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:active\:via-gray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:active\:via-gray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:active\:via-gray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:active\:via-gray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:active\:via-coolGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:active\:via-coolGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:active\:via-coolGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:active\:via-coolGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:active\:via-coolGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:active\:via-coolGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:active\:via-coolGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:active\:via-coolGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:active\:via-coolGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:active\:via-coolGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:active\:via-blueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:active\:via-blueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:active\:via-blueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:active\:via-blueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:active\:via-blueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:active\:via-blueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:active\:via-blueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:active\:via-blueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:active\:via-blueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:active\:via-blueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:active\:via-current:active {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:active\:via-transparent:active {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:active\:to-black:active {
    --tw-gradient-to: #000;
  }

  .lg\:active\:to-white:active {
    --tw-gradient-to: #fff;
  }

  .lg\:active\:to-rose-50:active {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:active\:to-rose-100:active {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:active\:to-rose-200:active {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:active\:to-rose-300:active {
    --tw-gradient-to: #fda4af;
  }

  .lg\:active\:to-rose-400:active {
    --tw-gradient-to: #fb7185;
  }

  .lg\:active\:to-rose-500:active {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:active\:to-rose-600:active {
    --tw-gradient-to: #e11d48;
  }

  .lg\:active\:to-rose-700:active {
    --tw-gradient-to: #be123c;
  }

  .lg\:active\:to-rose-800:active {
    --tw-gradient-to: #9f1239;
  }

  .lg\:active\:to-rose-900:active {
    --tw-gradient-to: #881337;
  }

  .lg\:active\:to-pink-50:active {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:active\:to-pink-100:active {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:active\:to-pink-200:active {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:active\:to-pink-300:active {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:active\:to-pink-400:active {
    --tw-gradient-to: #f472b6;
  }

  .lg\:active\:to-pink-500:active {
    --tw-gradient-to: #ec4899;
  }

  .lg\:active\:to-pink-600:active {
    --tw-gradient-to: #db2777;
  }

  .lg\:active\:to-pink-700:active {
    --tw-gradient-to: #be185d;
  }

  .lg\:active\:to-pink-800:active {
    --tw-gradient-to: #9d174d;
  }

  .lg\:active\:to-pink-900:active {
    --tw-gradient-to: #831843;
  }

  .lg\:active\:to-fuchsia-50:active {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:active\:to-fuchsia-100:active {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:active\:to-fuchsia-200:active {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:active\:to-fuchsia-300:active {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:active\:to-fuchsia-400:active {
    --tw-gradient-to: #e879f9;
  }

  .lg\:active\:to-fuchsia-500:active {
    --tw-gradient-to: #d946ef;
  }

  .lg\:active\:to-fuchsia-600:active {
    --tw-gradient-to: #c026d3;
  }

  .lg\:active\:to-fuchsia-700:active {
    --tw-gradient-to: #a21caf;
  }

  .lg\:active\:to-fuchsia-800:active {
    --tw-gradient-to: #86198f;
  }

  .lg\:active\:to-fuchsia-900:active {
    --tw-gradient-to: #701a75;
  }

  .lg\:active\:to-purple-50:active {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:active\:to-purple-100:active {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:active\:to-purple-200:active {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:active\:to-purple-300:active {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:active\:to-purple-400:active {
    --tw-gradient-to: #c084fc;
  }

  .lg\:active\:to-purple-500:active {
    --tw-gradient-to: #a855f7;
  }

  .lg\:active\:to-purple-600:active {
    --tw-gradient-to: #9333ea;
  }

  .lg\:active\:to-purple-700:active {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:active\:to-purple-800:active {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:active\:to-purple-900:active {
    --tw-gradient-to: #581c87;
  }

  .lg\:active\:to-violet-50:active {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:active\:to-violet-100:active {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:active\:to-violet-200:active {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:active\:to-violet-300:active {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:active\:to-violet-400:active {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:active\:to-violet-500:active {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:active\:to-violet-600:active {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:active\:to-violet-700:active {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:active\:to-violet-800:active {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:active\:to-violet-900:active {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:active\:to-indigo-50:active {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:active\:to-indigo-100:active {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:active\:to-indigo-200:active {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:active\:to-indigo-300:active {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:active\:to-indigo-400:active {
    --tw-gradient-to: #818cf8;
  }

  .lg\:active\:to-indigo-500:active {
    --tw-gradient-to: #6366f1;
  }

  .lg\:active\:to-indigo-600:active {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:active\:to-indigo-700:active {
    --tw-gradient-to: #4338ca;
  }

  .lg\:active\:to-indigo-800:active {
    --tw-gradient-to: #3730a3;
  }

  .lg\:active\:to-indigo-900:active {
    --tw-gradient-to: #312e81;
  }

  .lg\:active\:to-blue-50:active {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:active\:to-blue-100:active {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:active\:to-blue-200:active {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:active\:to-blue-300:active {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:active\:to-blue-400:active {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:active\:to-blue-500:active {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:active\:to-blue-600:active {
    --tw-gradient-to: #2563eb;
  }

  .lg\:active\:to-blue-700:active {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:active\:to-blue-800:active {
    --tw-gradient-to: #1e40af;
  }

  .lg\:active\:to-blue-900:active {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:active\:to-lightBlue-50:active {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:active\:to-lightBlue-100:active {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:active\:to-lightBlue-200:active {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:active\:to-lightBlue-300:active {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:active\:to-lightBlue-400:active {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:active\:to-lightBlue-500:active {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:active\:to-lightBlue-600:active {
    --tw-gradient-to: #0284c7;
  }

  .lg\:active\:to-lightBlue-700:active {
    --tw-gradient-to: #0369a1;
  }

  .lg\:active\:to-lightBlue-800:active {
    --tw-gradient-to: #075985;
  }

  .lg\:active\:to-lightBlue-900:active {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:active\:to-cyan-50:active {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:active\:to-cyan-100:active {
    --tw-gradient-to: #cffafe;
  }

  .lg\:active\:to-cyan-200:active {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:active\:to-cyan-300:active {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:active\:to-cyan-400:active {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:active\:to-cyan-500:active {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:active\:to-cyan-600:active {
    --tw-gradient-to: #0891b2;
  }

  .lg\:active\:to-cyan-700:active {
    --tw-gradient-to: #0e7490;
  }

  .lg\:active\:to-cyan-800:active {
    --tw-gradient-to: #155e75;
  }

  .lg\:active\:to-cyan-900:active {
    --tw-gradient-to: #164e63;
  }

  .lg\:active\:to-teal-50:active {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:active\:to-teal-100:active {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:active\:to-teal-200:active {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:active\:to-teal-300:active {
    --tw-gradient-to: #5eead4;
  }

  .lg\:active\:to-teal-400:active {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:active\:to-teal-500:active {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:active\:to-teal-600:active {
    --tw-gradient-to: #0d9488;
  }

  .lg\:active\:to-teal-700:active {
    --tw-gradient-to: #0f766e;
  }

  .lg\:active\:to-teal-800:active {
    --tw-gradient-to: #115e59;
  }

  .lg\:active\:to-teal-900:active {
    --tw-gradient-to: #134e4a;
  }

  .lg\:active\:to-emerald-50:active {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:active\:to-emerald-100:active {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:active\:to-emerald-200:active {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:active\:to-emerald-300:active {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:active\:to-emerald-400:active {
    --tw-gradient-to: #34d399;
  }

  .lg\:active\:to-emerald-500:active {
    --tw-gradient-to: #10b981;
  }

  .lg\:active\:to-emerald-600:active {
    --tw-gradient-to: #059669;
  }

  .lg\:active\:to-emerald-700:active {
    --tw-gradient-to: #047857;
  }

  .lg\:active\:to-emerald-800:active {
    --tw-gradient-to: #065f46;
  }

  .lg\:active\:to-emerald-900:active {
    --tw-gradient-to: #064e3b;
  }

  .lg\:active\:to-green-50:active {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:active\:to-green-100:active {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:active\:to-green-200:active {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:active\:to-green-300:active {
    --tw-gradient-to: #86efac;
  }

  .lg\:active\:to-green-400:active {
    --tw-gradient-to: #4ade80;
  }

  .lg\:active\:to-green-500:active {
    --tw-gradient-to: #22c55e;
  }

  .lg\:active\:to-green-600:active {
    --tw-gradient-to: #16a34a;
  }

  .lg\:active\:to-green-700:active {
    --tw-gradient-to: #15803d;
  }

  .lg\:active\:to-green-800:active {
    --tw-gradient-to: #166534;
  }

  .lg\:active\:to-green-900:active {
    --tw-gradient-to: #14532d;
  }

  .lg\:active\:to-lime-50:active {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:active\:to-lime-100:active {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:active\:to-lime-200:active {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:active\:to-lime-300:active {
    --tw-gradient-to: #bef264;
  }

  .lg\:active\:to-lime-400:active {
    --tw-gradient-to: #a3e635;
  }

  .lg\:active\:to-lime-500:active {
    --tw-gradient-to: #84cc16;
  }

  .lg\:active\:to-lime-600:active {
    --tw-gradient-to: #65a30d;
  }

  .lg\:active\:to-lime-700:active {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:active\:to-lime-800:active {
    --tw-gradient-to: #3f6212;
  }

  .lg\:active\:to-lime-900:active {
    --tw-gradient-to: #365314;
  }

  .lg\:active\:to-yellow-50:active {
    --tw-gradient-to: #fefce8;
  }

  .lg\:active\:to-yellow-100:active {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:active\:to-yellow-200:active {
    --tw-gradient-to: #fef08a;
  }

  .lg\:active\:to-yellow-300:active {
    --tw-gradient-to: #fde047;
  }

  .lg\:active\:to-yellow-400:active {
    --tw-gradient-to: #facc15;
  }

  .lg\:active\:to-yellow-500:active {
    --tw-gradient-to: #eab308;
  }

  .lg\:active\:to-yellow-600:active {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:active\:to-yellow-700:active {
    --tw-gradient-to: #a16207;
  }

  .lg\:active\:to-yellow-800:active {
    --tw-gradient-to: #854d0e;
  }

  .lg\:active\:to-yellow-900:active {
    --tw-gradient-to: #713f12;
  }

  .lg\:active\:to-amber-50:active {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:active\:to-amber-100:active {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:active\:to-amber-200:active {
    --tw-gradient-to: #fde68a;
  }

  .lg\:active\:to-amber-300:active {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:active\:to-amber-400:active {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:active\:to-amber-500:active {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:active\:to-amber-600:active {
    --tw-gradient-to: #d97706;
  }

  .lg\:active\:to-amber-700:active {
    --tw-gradient-to: #b45309;
  }

  .lg\:active\:to-amber-800:active {
    --tw-gradient-to: #92400e;
  }

  .lg\:active\:to-amber-900:active {
    --tw-gradient-to: #78350f;
  }

  .lg\:active\:to-orange-50:active {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:active\:to-orange-100:active {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:active\:to-orange-200:active {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:active\:to-orange-300:active {
    --tw-gradient-to: #fdba74;
  }

  .lg\:active\:to-orange-400:active {
    --tw-gradient-to: #fb923c;
  }

  .lg\:active\:to-orange-500:active {
    --tw-gradient-to: #f97316;
  }

  .lg\:active\:to-orange-600:active {
    --tw-gradient-to: #ea580c;
  }

  .lg\:active\:to-orange-700:active {
    --tw-gradient-to: #c2410c;
  }

  .lg\:active\:to-orange-800:active {
    --tw-gradient-to: #9a3412;
  }

  .lg\:active\:to-orange-900:active {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:active\:to-red-50:active {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:active\:to-red-100:active {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:active\:to-red-200:active {
    --tw-gradient-to: #fecaca;
  }

  .lg\:active\:to-red-300:active {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:active\:to-red-400:active {
    --tw-gradient-to: #f87171;
  }

  .lg\:active\:to-red-500:active {
    --tw-gradient-to: #ef4444;
  }

  .lg\:active\:to-red-600:active {
    --tw-gradient-to: #dc2626;
  }

  .lg\:active\:to-red-700:active {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:active\:to-red-800:active {
    --tw-gradient-to: #991b1b;
  }

  .lg\:active\:to-red-900:active {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:active\:to-warmGray-50:active {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:active\:to-warmGray-100:active {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:active\:to-warmGray-200:active {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:active\:to-warmGray-300:active {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:active\:to-warmGray-400:active {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:active\:to-warmGray-500:active {
    --tw-gradient-to: #78716c;
  }

  .lg\:active\:to-warmGray-600:active {
    --tw-gradient-to: #57534e;
  }

  .lg\:active\:to-warmGray-700:active {
    --tw-gradient-to: #44403c;
  }

  .lg\:active\:to-warmGray-800:active {
    --tw-gradient-to: #292524;
  }

  .lg\:active\:to-warmGray-900:active {
    --tw-gradient-to: #1c1917;
  }

  .lg\:active\:to-trueGray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .lg\:active\:to-trueGray-100:active {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:active\:to-trueGray-200:active {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:active\:to-trueGray-300:active {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:active\:to-trueGray-400:active {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:active\:to-trueGray-500:active {
    --tw-gradient-to: #737373;
  }

  .lg\:active\:to-trueGray-600:active {
    --tw-gradient-to: #525252;
  }

  .lg\:active\:to-trueGray-700:active {
    --tw-gradient-to: #404040;
  }

  .lg\:active\:to-trueGray-800:active {
    --tw-gradient-to: #262626;
  }

  .lg\:active\:to-trueGray-900:active {
    --tw-gradient-to: #171717;
  }

  .lg\:active\:to-gray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .lg\:active\:to-gray-100:active {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:active\:to-gray-200:active {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:active\:to-gray-300:active {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:active\:to-gray-400:active {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:active\:to-gray-500:active {
    --tw-gradient-to: #71717a;
  }

  .lg\:active\:to-gray-600:active {
    --tw-gradient-to: #52525b;
  }

  .lg\:active\:to-gray-700:active {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:active\:to-gray-800:active {
    --tw-gradient-to: #27272a;
  }

  .lg\:active\:to-gray-900:active {
    --tw-gradient-to: #18181b;
  }

  .lg\:active\:to-coolGray-50:active {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:active\:to-coolGray-100:active {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:active\:to-coolGray-200:active {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:active\:to-coolGray-300:active {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:active\:to-coolGray-400:active {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:active\:to-coolGray-500:active {
    --tw-gradient-to: #6b7280;
  }

  .lg\:active\:to-coolGray-600:active {
    --tw-gradient-to: #4b5563;
  }

  .lg\:active\:to-coolGray-700:active {
    --tw-gradient-to: #374151;
  }

  .lg\:active\:to-coolGray-800:active {
    --tw-gradient-to: #1f2937;
  }

  .lg\:active\:to-coolGray-900:active {
    --tw-gradient-to: #111827;
  }

  .lg\:active\:to-blueGray-50:active {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:active\:to-blueGray-100:active {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:active\:to-blueGray-200:active {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:active\:to-blueGray-300:active {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:active\:to-blueGray-400:active {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:active\:to-blueGray-500:active {
    --tw-gradient-to: #64748b;
  }

  .lg\:active\:to-blueGray-600:active {
    --tw-gradient-to: #475569;
  }

  .lg\:active\:to-blueGray-700:active {
    --tw-gradient-to: #334155;
  }

  .lg\:active\:to-blueGray-800:active {
    --tw-gradient-to: #1e293b;
  }

  .lg\:active\:to-blueGray-900:active {
    --tw-gradient-to: #0f172a;
  }

  .lg\:active\:to-current:active {
    --tw-gradient-to: current;
  }

  .lg\:active\:to-transparent:active {
    --tw-gradient-to: transparent;
  }

  .lg\:visited\:from-black:visited {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:visited\:from-white:visited {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:visited\:from-rose-50:visited {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:visited\:from-rose-100:visited {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:visited\:from-rose-200:visited {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:visited\:from-rose-300:visited {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:visited\:from-rose-400:visited {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:visited\:from-rose-500:visited {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:visited\:from-rose-600:visited {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:visited\:from-rose-700:visited {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:visited\:from-rose-800:visited {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:visited\:from-rose-900:visited {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:visited\:from-pink-50:visited {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:visited\:from-pink-100:visited {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:visited\:from-pink-200:visited {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:visited\:from-pink-300:visited {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:visited\:from-pink-400:visited {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:visited\:from-pink-500:visited {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:visited\:from-pink-600:visited {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:visited\:from-pink-700:visited {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:visited\:from-pink-800:visited {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:visited\:from-pink-900:visited {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:visited\:from-fuchsia-50:visited {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:visited\:from-fuchsia-100:visited {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:visited\:from-fuchsia-200:visited {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:visited\:from-fuchsia-300:visited {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:visited\:from-fuchsia-400:visited {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:visited\:from-fuchsia-500:visited {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:visited\:from-fuchsia-600:visited {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:visited\:from-fuchsia-700:visited {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:visited\:from-fuchsia-800:visited {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:visited\:from-fuchsia-900:visited {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:visited\:from-purple-50:visited {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:visited\:from-purple-100:visited {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:visited\:from-purple-200:visited {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:visited\:from-purple-300:visited {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:visited\:from-purple-400:visited {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:visited\:from-purple-500:visited {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:visited\:from-purple-600:visited {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:visited\:from-purple-700:visited {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:visited\:from-purple-800:visited {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:visited\:from-purple-900:visited {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:visited\:from-violet-50:visited {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:visited\:from-violet-100:visited {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:visited\:from-violet-200:visited {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:visited\:from-violet-300:visited {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:visited\:from-violet-400:visited {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:visited\:from-violet-500:visited {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:visited\:from-violet-600:visited {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:visited\:from-violet-700:visited {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:visited\:from-violet-800:visited {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:visited\:from-violet-900:visited {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:visited\:from-indigo-50:visited {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:visited\:from-indigo-100:visited {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:visited\:from-indigo-200:visited {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:visited\:from-indigo-300:visited {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:visited\:from-indigo-400:visited {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:visited\:from-indigo-500:visited {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:visited\:from-indigo-600:visited {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:visited\:from-indigo-700:visited {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:visited\:from-indigo-800:visited {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:visited\:from-indigo-900:visited {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:visited\:from-blue-50:visited {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:visited\:from-blue-100:visited {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:visited\:from-blue-200:visited {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:visited\:from-blue-300:visited {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:visited\:from-blue-400:visited {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:visited\:from-blue-500:visited {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:visited\:from-blue-600:visited {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:visited\:from-blue-700:visited {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:visited\:from-blue-800:visited {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:visited\:from-blue-900:visited {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:visited\:from-lightBlue-50:visited {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:visited\:from-lightBlue-100:visited {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:visited\:from-lightBlue-200:visited {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:visited\:from-lightBlue-300:visited {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:visited\:from-lightBlue-400:visited {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:visited\:from-lightBlue-500:visited {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:visited\:from-lightBlue-600:visited {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:visited\:from-lightBlue-700:visited {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:visited\:from-lightBlue-800:visited {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:visited\:from-lightBlue-900:visited {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:visited\:from-cyan-50:visited {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:visited\:from-cyan-100:visited {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:visited\:from-cyan-200:visited {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:visited\:from-cyan-300:visited {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:visited\:from-cyan-400:visited {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:visited\:from-cyan-500:visited {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:visited\:from-cyan-600:visited {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:visited\:from-cyan-700:visited {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:visited\:from-cyan-800:visited {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:visited\:from-cyan-900:visited {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:visited\:from-teal-50:visited {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:visited\:from-teal-100:visited {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:visited\:from-teal-200:visited {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:visited\:from-teal-300:visited {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:visited\:from-teal-400:visited {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:visited\:from-teal-500:visited {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:visited\:from-teal-600:visited {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:visited\:from-teal-700:visited {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:visited\:from-teal-800:visited {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:visited\:from-teal-900:visited {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:visited\:from-emerald-50:visited {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:visited\:from-emerald-100:visited {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:visited\:from-emerald-200:visited {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:visited\:from-emerald-300:visited {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:visited\:from-emerald-400:visited {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:visited\:from-emerald-500:visited {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:visited\:from-emerald-600:visited {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:visited\:from-emerald-700:visited {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:visited\:from-emerald-800:visited {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:visited\:from-emerald-900:visited {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:visited\:from-green-50:visited {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:visited\:from-green-100:visited {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:visited\:from-green-200:visited {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:visited\:from-green-300:visited {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:visited\:from-green-400:visited {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:visited\:from-green-500:visited {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:visited\:from-green-600:visited {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:visited\:from-green-700:visited {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:visited\:from-green-800:visited {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:visited\:from-green-900:visited {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:visited\:from-lime-50:visited {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:visited\:from-lime-100:visited {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:visited\:from-lime-200:visited {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:visited\:from-lime-300:visited {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:visited\:from-lime-400:visited {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:visited\:from-lime-500:visited {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:visited\:from-lime-600:visited {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:visited\:from-lime-700:visited {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:visited\:from-lime-800:visited {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:visited\:from-lime-900:visited {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:visited\:from-yellow-50:visited {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:visited\:from-yellow-100:visited {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:visited\:from-yellow-200:visited {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:visited\:from-yellow-300:visited {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:visited\:from-yellow-400:visited {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:visited\:from-yellow-500:visited {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:visited\:from-yellow-600:visited {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:visited\:from-yellow-700:visited {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:visited\:from-yellow-800:visited {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:visited\:from-yellow-900:visited {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:visited\:from-amber-50:visited {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:visited\:from-amber-100:visited {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:visited\:from-amber-200:visited {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:visited\:from-amber-300:visited {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:visited\:from-amber-400:visited {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:visited\:from-amber-500:visited {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:visited\:from-amber-600:visited {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:visited\:from-amber-700:visited {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:visited\:from-amber-800:visited {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:visited\:from-amber-900:visited {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:visited\:from-orange-50:visited {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:visited\:from-orange-100:visited {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:visited\:from-orange-200:visited {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:visited\:from-orange-300:visited {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:visited\:from-orange-400:visited {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:visited\:from-orange-500:visited {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:visited\:from-orange-600:visited {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:visited\:from-orange-700:visited {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:visited\:from-orange-800:visited {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:visited\:from-orange-900:visited {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:visited\:from-red-50:visited {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:visited\:from-red-100:visited {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:visited\:from-red-200:visited {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:visited\:from-red-300:visited {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:visited\:from-red-400:visited {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:visited\:from-red-500:visited {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:visited\:from-red-600:visited {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:visited\:from-red-700:visited {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:visited\:from-red-800:visited {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:visited\:from-red-900:visited {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:visited\:from-warmGray-50:visited {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:visited\:from-warmGray-100:visited {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:visited\:from-warmGray-200:visited {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:visited\:from-warmGray-300:visited {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:visited\:from-warmGray-400:visited {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:visited\:from-warmGray-500:visited {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:visited\:from-warmGray-600:visited {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:visited\:from-warmGray-700:visited {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:visited\:from-warmGray-800:visited {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:visited\:from-warmGray-900:visited {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:visited\:from-trueGray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:visited\:from-trueGray-100:visited {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:visited\:from-trueGray-200:visited {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:visited\:from-trueGray-300:visited {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:visited\:from-trueGray-400:visited {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:visited\:from-trueGray-500:visited {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:visited\:from-trueGray-600:visited {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:visited\:from-trueGray-700:visited {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:visited\:from-trueGray-800:visited {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:visited\:from-trueGray-900:visited {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:visited\:from-gray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:visited\:from-gray-100:visited {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:visited\:from-gray-200:visited {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:visited\:from-gray-300:visited {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:visited\:from-gray-400:visited {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:visited\:from-gray-500:visited {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:visited\:from-gray-600:visited {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:visited\:from-gray-700:visited {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:visited\:from-gray-800:visited {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:visited\:from-gray-900:visited {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:visited\:from-coolGray-50:visited {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:visited\:from-coolGray-100:visited {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:visited\:from-coolGray-200:visited {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:visited\:from-coolGray-300:visited {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:visited\:from-coolGray-400:visited {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:visited\:from-coolGray-500:visited {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:visited\:from-coolGray-600:visited {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:visited\:from-coolGray-700:visited {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:visited\:from-coolGray-800:visited {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:visited\:from-coolGray-900:visited {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:visited\:from-blueGray-50:visited {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:visited\:from-blueGray-100:visited {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:visited\:from-blueGray-200:visited {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:visited\:from-blueGray-300:visited {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:visited\:from-blueGray-400:visited {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:visited\:from-blueGray-500:visited {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:visited\:from-blueGray-600:visited {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:visited\:from-blueGray-700:visited {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:visited\:from-blueGray-800:visited {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:visited\:from-blueGray-900:visited {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:visited\:from-current:visited {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:visited\:from-transparent:visited {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:visited\:via-black:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:visited\:via-white:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:visited\:via-rose-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:visited\:via-rose-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:visited\:via-rose-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:visited\:via-rose-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:visited\:via-rose-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:visited\:via-rose-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:visited\:via-rose-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:visited\:via-rose-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:visited\:via-rose-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:visited\:via-rose-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:visited\:via-pink-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:visited\:via-pink-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:visited\:via-pink-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:visited\:via-pink-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:visited\:via-pink-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:visited\:via-pink-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:visited\:via-pink-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:visited\:via-pink-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:visited\:via-pink-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:visited\:via-pink-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:visited\:via-fuchsia-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:visited\:via-fuchsia-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:visited\:via-fuchsia-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:visited\:via-fuchsia-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:visited\:via-fuchsia-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:visited\:via-fuchsia-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:visited\:via-fuchsia-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:visited\:via-fuchsia-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:visited\:via-fuchsia-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:visited\:via-fuchsia-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:visited\:via-purple-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:visited\:via-purple-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:visited\:via-purple-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:visited\:via-purple-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:visited\:via-purple-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:visited\:via-purple-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:visited\:via-purple-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:visited\:via-purple-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:visited\:via-purple-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:visited\:via-purple-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:visited\:via-violet-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:visited\:via-violet-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:visited\:via-violet-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:visited\:via-violet-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:visited\:via-violet-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:visited\:via-violet-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:visited\:via-violet-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:visited\:via-violet-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:visited\:via-violet-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:visited\:via-violet-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:visited\:via-indigo-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:visited\:via-indigo-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:visited\:via-indigo-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:visited\:via-indigo-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:visited\:via-indigo-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:visited\:via-indigo-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:visited\:via-indigo-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:visited\:via-indigo-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:visited\:via-indigo-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:visited\:via-indigo-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:visited\:via-blue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:visited\:via-blue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:visited\:via-blue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:visited\:via-blue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:visited\:via-blue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:visited\:via-blue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:visited\:via-blue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:visited\:via-blue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:visited\:via-blue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:visited\:via-blue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:visited\:via-lightBlue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:visited\:via-lightBlue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:visited\:via-lightBlue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:visited\:via-lightBlue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:visited\:via-lightBlue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:visited\:via-lightBlue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:visited\:via-lightBlue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:visited\:via-lightBlue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:visited\:via-lightBlue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:visited\:via-lightBlue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:visited\:via-cyan-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:visited\:via-cyan-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:visited\:via-cyan-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:visited\:via-cyan-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:visited\:via-cyan-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:visited\:via-cyan-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:visited\:via-cyan-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:visited\:via-cyan-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:visited\:via-cyan-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:visited\:via-cyan-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:visited\:via-teal-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:visited\:via-teal-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:visited\:via-teal-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:visited\:via-teal-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:visited\:via-teal-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:visited\:via-teal-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:visited\:via-teal-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:visited\:via-teal-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:visited\:via-teal-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:visited\:via-teal-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:visited\:via-emerald-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:visited\:via-emerald-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:visited\:via-emerald-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:visited\:via-emerald-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:visited\:via-emerald-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:visited\:via-emerald-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:visited\:via-emerald-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:visited\:via-emerald-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:visited\:via-emerald-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:visited\:via-emerald-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:visited\:via-green-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:visited\:via-green-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:visited\:via-green-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:visited\:via-green-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:visited\:via-green-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:visited\:via-green-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:visited\:via-green-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:visited\:via-green-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:visited\:via-green-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:visited\:via-green-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:visited\:via-lime-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:visited\:via-lime-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:visited\:via-lime-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:visited\:via-lime-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:visited\:via-lime-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:visited\:via-lime-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:visited\:via-lime-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:visited\:via-lime-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:visited\:via-lime-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:visited\:via-lime-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:visited\:via-yellow-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:visited\:via-yellow-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:visited\:via-yellow-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:visited\:via-yellow-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:visited\:via-yellow-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:visited\:via-yellow-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:visited\:via-yellow-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:visited\:via-yellow-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:visited\:via-yellow-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:visited\:via-yellow-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:visited\:via-amber-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:visited\:via-amber-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:visited\:via-amber-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:visited\:via-amber-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:visited\:via-amber-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:visited\:via-amber-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:visited\:via-amber-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:visited\:via-amber-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:visited\:via-amber-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:visited\:via-amber-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:visited\:via-orange-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:visited\:via-orange-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:visited\:via-orange-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:visited\:via-orange-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:visited\:via-orange-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:visited\:via-orange-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:visited\:via-orange-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:visited\:via-orange-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:visited\:via-orange-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:visited\:via-orange-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:visited\:via-red-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:visited\:via-red-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:visited\:via-red-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:visited\:via-red-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:visited\:via-red-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:visited\:via-red-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:visited\:via-red-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:visited\:via-red-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:visited\:via-red-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:visited\:via-red-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:visited\:via-warmGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:visited\:via-warmGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:visited\:via-warmGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:visited\:via-warmGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:visited\:via-warmGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:visited\:via-warmGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:visited\:via-warmGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:visited\:via-warmGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:visited\:via-warmGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:visited\:via-warmGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:visited\:via-trueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:visited\:via-trueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:visited\:via-trueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:visited\:via-trueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:visited\:via-trueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:visited\:via-trueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:visited\:via-trueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:visited\:via-trueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:visited\:via-trueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:visited\:via-trueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:visited\:via-gray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:visited\:via-gray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:visited\:via-gray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:visited\:via-gray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:visited\:via-gray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:visited\:via-gray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:visited\:via-gray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:visited\:via-gray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:visited\:via-gray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:visited\:via-gray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:visited\:via-coolGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:visited\:via-coolGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:visited\:via-coolGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:visited\:via-coolGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:visited\:via-coolGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:visited\:via-coolGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:visited\:via-coolGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:visited\:via-coolGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:visited\:via-coolGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:visited\:via-coolGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:visited\:via-blueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:visited\:via-blueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:visited\:via-blueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:visited\:via-blueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:visited\:via-blueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:visited\:via-blueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:visited\:via-blueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:visited\:via-blueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:visited\:via-blueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:visited\:via-blueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:visited\:via-current:visited {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:visited\:via-transparent:visited {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:visited\:to-black:visited {
    --tw-gradient-to: #000;
  }

  .lg\:visited\:to-white:visited {
    --tw-gradient-to: #fff;
  }

  .lg\:visited\:to-rose-50:visited {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:visited\:to-rose-100:visited {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:visited\:to-rose-200:visited {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:visited\:to-rose-300:visited {
    --tw-gradient-to: #fda4af;
  }

  .lg\:visited\:to-rose-400:visited {
    --tw-gradient-to: #fb7185;
  }

  .lg\:visited\:to-rose-500:visited {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:visited\:to-rose-600:visited {
    --tw-gradient-to: #e11d48;
  }

  .lg\:visited\:to-rose-700:visited {
    --tw-gradient-to: #be123c;
  }

  .lg\:visited\:to-rose-800:visited {
    --tw-gradient-to: #9f1239;
  }

  .lg\:visited\:to-rose-900:visited {
    --tw-gradient-to: #881337;
  }

  .lg\:visited\:to-pink-50:visited {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:visited\:to-pink-100:visited {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:visited\:to-pink-200:visited {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:visited\:to-pink-300:visited {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:visited\:to-pink-400:visited {
    --tw-gradient-to: #f472b6;
  }

  .lg\:visited\:to-pink-500:visited {
    --tw-gradient-to: #ec4899;
  }

  .lg\:visited\:to-pink-600:visited {
    --tw-gradient-to: #db2777;
  }

  .lg\:visited\:to-pink-700:visited {
    --tw-gradient-to: #be185d;
  }

  .lg\:visited\:to-pink-800:visited {
    --tw-gradient-to: #9d174d;
  }

  .lg\:visited\:to-pink-900:visited {
    --tw-gradient-to: #831843;
  }

  .lg\:visited\:to-fuchsia-50:visited {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:visited\:to-fuchsia-100:visited {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:visited\:to-fuchsia-200:visited {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:visited\:to-fuchsia-300:visited {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:visited\:to-fuchsia-400:visited {
    --tw-gradient-to: #e879f9;
  }

  .lg\:visited\:to-fuchsia-500:visited {
    --tw-gradient-to: #d946ef;
  }

  .lg\:visited\:to-fuchsia-600:visited {
    --tw-gradient-to: #c026d3;
  }

  .lg\:visited\:to-fuchsia-700:visited {
    --tw-gradient-to: #a21caf;
  }

  .lg\:visited\:to-fuchsia-800:visited {
    --tw-gradient-to: #86198f;
  }

  .lg\:visited\:to-fuchsia-900:visited {
    --tw-gradient-to: #701a75;
  }

  .lg\:visited\:to-purple-50:visited {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:visited\:to-purple-100:visited {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:visited\:to-purple-200:visited {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:visited\:to-purple-300:visited {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:visited\:to-purple-400:visited {
    --tw-gradient-to: #c084fc;
  }

  .lg\:visited\:to-purple-500:visited {
    --tw-gradient-to: #a855f7;
  }

  .lg\:visited\:to-purple-600:visited {
    --tw-gradient-to: #9333ea;
  }

  .lg\:visited\:to-purple-700:visited {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:visited\:to-purple-800:visited {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:visited\:to-purple-900:visited {
    --tw-gradient-to: #581c87;
  }

  .lg\:visited\:to-violet-50:visited {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:visited\:to-violet-100:visited {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:visited\:to-violet-200:visited {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:visited\:to-violet-300:visited {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:visited\:to-violet-400:visited {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:visited\:to-violet-500:visited {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:visited\:to-violet-600:visited {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:visited\:to-violet-700:visited {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:visited\:to-violet-800:visited {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:visited\:to-violet-900:visited {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:visited\:to-indigo-50:visited {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:visited\:to-indigo-100:visited {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:visited\:to-indigo-200:visited {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:visited\:to-indigo-300:visited {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:visited\:to-indigo-400:visited {
    --tw-gradient-to: #818cf8;
  }

  .lg\:visited\:to-indigo-500:visited {
    --tw-gradient-to: #6366f1;
  }

  .lg\:visited\:to-indigo-600:visited {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:visited\:to-indigo-700:visited {
    --tw-gradient-to: #4338ca;
  }

  .lg\:visited\:to-indigo-800:visited {
    --tw-gradient-to: #3730a3;
  }

  .lg\:visited\:to-indigo-900:visited {
    --tw-gradient-to: #312e81;
  }

  .lg\:visited\:to-blue-50:visited {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:visited\:to-blue-100:visited {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:visited\:to-blue-200:visited {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:visited\:to-blue-300:visited {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:visited\:to-blue-400:visited {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:visited\:to-blue-500:visited {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:visited\:to-blue-600:visited {
    --tw-gradient-to: #2563eb;
  }

  .lg\:visited\:to-blue-700:visited {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:visited\:to-blue-800:visited {
    --tw-gradient-to: #1e40af;
  }

  .lg\:visited\:to-blue-900:visited {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:visited\:to-lightBlue-50:visited {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:visited\:to-lightBlue-100:visited {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:visited\:to-lightBlue-200:visited {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:visited\:to-lightBlue-300:visited {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:visited\:to-lightBlue-400:visited {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:visited\:to-lightBlue-500:visited {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:visited\:to-lightBlue-600:visited {
    --tw-gradient-to: #0284c7;
  }

  .lg\:visited\:to-lightBlue-700:visited {
    --tw-gradient-to: #0369a1;
  }

  .lg\:visited\:to-lightBlue-800:visited {
    --tw-gradient-to: #075985;
  }

  .lg\:visited\:to-lightBlue-900:visited {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:visited\:to-cyan-50:visited {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:visited\:to-cyan-100:visited {
    --tw-gradient-to: #cffafe;
  }

  .lg\:visited\:to-cyan-200:visited {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:visited\:to-cyan-300:visited {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:visited\:to-cyan-400:visited {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:visited\:to-cyan-500:visited {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:visited\:to-cyan-600:visited {
    --tw-gradient-to: #0891b2;
  }

  .lg\:visited\:to-cyan-700:visited {
    --tw-gradient-to: #0e7490;
  }

  .lg\:visited\:to-cyan-800:visited {
    --tw-gradient-to: #155e75;
  }

  .lg\:visited\:to-cyan-900:visited {
    --tw-gradient-to: #164e63;
  }

  .lg\:visited\:to-teal-50:visited {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:visited\:to-teal-100:visited {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:visited\:to-teal-200:visited {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:visited\:to-teal-300:visited {
    --tw-gradient-to: #5eead4;
  }

  .lg\:visited\:to-teal-400:visited {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:visited\:to-teal-500:visited {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:visited\:to-teal-600:visited {
    --tw-gradient-to: #0d9488;
  }

  .lg\:visited\:to-teal-700:visited {
    --tw-gradient-to: #0f766e;
  }

  .lg\:visited\:to-teal-800:visited {
    --tw-gradient-to: #115e59;
  }

  .lg\:visited\:to-teal-900:visited {
    --tw-gradient-to: #134e4a;
  }

  .lg\:visited\:to-emerald-50:visited {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:visited\:to-emerald-100:visited {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:visited\:to-emerald-200:visited {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:visited\:to-emerald-300:visited {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:visited\:to-emerald-400:visited {
    --tw-gradient-to: #34d399;
  }

  .lg\:visited\:to-emerald-500:visited {
    --tw-gradient-to: #10b981;
  }

  .lg\:visited\:to-emerald-600:visited {
    --tw-gradient-to: #059669;
  }

  .lg\:visited\:to-emerald-700:visited {
    --tw-gradient-to: #047857;
  }

  .lg\:visited\:to-emerald-800:visited {
    --tw-gradient-to: #065f46;
  }

  .lg\:visited\:to-emerald-900:visited {
    --tw-gradient-to: #064e3b;
  }

  .lg\:visited\:to-green-50:visited {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:visited\:to-green-100:visited {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:visited\:to-green-200:visited {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:visited\:to-green-300:visited {
    --tw-gradient-to: #86efac;
  }

  .lg\:visited\:to-green-400:visited {
    --tw-gradient-to: #4ade80;
  }

  .lg\:visited\:to-green-500:visited {
    --tw-gradient-to: #22c55e;
  }

  .lg\:visited\:to-green-600:visited {
    --tw-gradient-to: #16a34a;
  }

  .lg\:visited\:to-green-700:visited {
    --tw-gradient-to: #15803d;
  }

  .lg\:visited\:to-green-800:visited {
    --tw-gradient-to: #166534;
  }

  .lg\:visited\:to-green-900:visited {
    --tw-gradient-to: #14532d;
  }

  .lg\:visited\:to-lime-50:visited {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:visited\:to-lime-100:visited {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:visited\:to-lime-200:visited {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:visited\:to-lime-300:visited {
    --tw-gradient-to: #bef264;
  }

  .lg\:visited\:to-lime-400:visited {
    --tw-gradient-to: #a3e635;
  }

  .lg\:visited\:to-lime-500:visited {
    --tw-gradient-to: #84cc16;
  }

  .lg\:visited\:to-lime-600:visited {
    --tw-gradient-to: #65a30d;
  }

  .lg\:visited\:to-lime-700:visited {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:visited\:to-lime-800:visited {
    --tw-gradient-to: #3f6212;
  }

  .lg\:visited\:to-lime-900:visited {
    --tw-gradient-to: #365314;
  }

  .lg\:visited\:to-yellow-50:visited {
    --tw-gradient-to: #fefce8;
  }

  .lg\:visited\:to-yellow-100:visited {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:visited\:to-yellow-200:visited {
    --tw-gradient-to: #fef08a;
  }

  .lg\:visited\:to-yellow-300:visited {
    --tw-gradient-to: #fde047;
  }

  .lg\:visited\:to-yellow-400:visited {
    --tw-gradient-to: #facc15;
  }

  .lg\:visited\:to-yellow-500:visited {
    --tw-gradient-to: #eab308;
  }

  .lg\:visited\:to-yellow-600:visited {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:visited\:to-yellow-700:visited {
    --tw-gradient-to: #a16207;
  }

  .lg\:visited\:to-yellow-800:visited {
    --tw-gradient-to: #854d0e;
  }

  .lg\:visited\:to-yellow-900:visited {
    --tw-gradient-to: #713f12;
  }

  .lg\:visited\:to-amber-50:visited {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:visited\:to-amber-100:visited {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:visited\:to-amber-200:visited {
    --tw-gradient-to: #fde68a;
  }

  .lg\:visited\:to-amber-300:visited {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:visited\:to-amber-400:visited {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:visited\:to-amber-500:visited {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:visited\:to-amber-600:visited {
    --tw-gradient-to: #d97706;
  }

  .lg\:visited\:to-amber-700:visited {
    --tw-gradient-to: #b45309;
  }

  .lg\:visited\:to-amber-800:visited {
    --tw-gradient-to: #92400e;
  }

  .lg\:visited\:to-amber-900:visited {
    --tw-gradient-to: #78350f;
  }

  .lg\:visited\:to-orange-50:visited {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:visited\:to-orange-100:visited {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:visited\:to-orange-200:visited {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:visited\:to-orange-300:visited {
    --tw-gradient-to: #fdba74;
  }

  .lg\:visited\:to-orange-400:visited {
    --tw-gradient-to: #fb923c;
  }

  .lg\:visited\:to-orange-500:visited {
    --tw-gradient-to: #f97316;
  }

  .lg\:visited\:to-orange-600:visited {
    --tw-gradient-to: #ea580c;
  }

  .lg\:visited\:to-orange-700:visited {
    --tw-gradient-to: #c2410c;
  }

  .lg\:visited\:to-orange-800:visited {
    --tw-gradient-to: #9a3412;
  }

  .lg\:visited\:to-orange-900:visited {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:visited\:to-red-50:visited {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:visited\:to-red-100:visited {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:visited\:to-red-200:visited {
    --tw-gradient-to: #fecaca;
  }

  .lg\:visited\:to-red-300:visited {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:visited\:to-red-400:visited {
    --tw-gradient-to: #f87171;
  }

  .lg\:visited\:to-red-500:visited {
    --tw-gradient-to: #ef4444;
  }

  .lg\:visited\:to-red-600:visited {
    --tw-gradient-to: #dc2626;
  }

  .lg\:visited\:to-red-700:visited {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:visited\:to-red-800:visited {
    --tw-gradient-to: #991b1b;
  }

  .lg\:visited\:to-red-900:visited {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:visited\:to-warmGray-50:visited {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:visited\:to-warmGray-100:visited {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:visited\:to-warmGray-200:visited {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:visited\:to-warmGray-300:visited {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:visited\:to-warmGray-400:visited {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:visited\:to-warmGray-500:visited {
    --tw-gradient-to: #78716c;
  }

  .lg\:visited\:to-warmGray-600:visited {
    --tw-gradient-to: #57534e;
  }

  .lg\:visited\:to-warmGray-700:visited {
    --tw-gradient-to: #44403c;
  }

  .lg\:visited\:to-warmGray-800:visited {
    --tw-gradient-to: #292524;
  }

  .lg\:visited\:to-warmGray-900:visited {
    --tw-gradient-to: #1c1917;
  }

  .lg\:visited\:to-trueGray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .lg\:visited\:to-trueGray-100:visited {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:visited\:to-trueGray-200:visited {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:visited\:to-trueGray-300:visited {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:visited\:to-trueGray-400:visited {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:visited\:to-trueGray-500:visited {
    --tw-gradient-to: #737373;
  }

  .lg\:visited\:to-trueGray-600:visited {
    --tw-gradient-to: #525252;
  }

  .lg\:visited\:to-trueGray-700:visited {
    --tw-gradient-to: #404040;
  }

  .lg\:visited\:to-trueGray-800:visited {
    --tw-gradient-to: #262626;
  }

  .lg\:visited\:to-trueGray-900:visited {
    --tw-gradient-to: #171717;
  }

  .lg\:visited\:to-gray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .lg\:visited\:to-gray-100:visited {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:visited\:to-gray-200:visited {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:visited\:to-gray-300:visited {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:visited\:to-gray-400:visited {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:visited\:to-gray-500:visited {
    --tw-gradient-to: #71717a;
  }

  .lg\:visited\:to-gray-600:visited {
    --tw-gradient-to: #52525b;
  }

  .lg\:visited\:to-gray-700:visited {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:visited\:to-gray-800:visited {
    --tw-gradient-to: #27272a;
  }

  .lg\:visited\:to-gray-900:visited {
    --tw-gradient-to: #18181b;
  }

  .lg\:visited\:to-coolGray-50:visited {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:visited\:to-coolGray-100:visited {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:visited\:to-coolGray-200:visited {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:visited\:to-coolGray-300:visited {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:visited\:to-coolGray-400:visited {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:visited\:to-coolGray-500:visited {
    --tw-gradient-to: #6b7280;
  }

  .lg\:visited\:to-coolGray-600:visited {
    --tw-gradient-to: #4b5563;
  }

  .lg\:visited\:to-coolGray-700:visited {
    --tw-gradient-to: #374151;
  }

  .lg\:visited\:to-coolGray-800:visited {
    --tw-gradient-to: #1f2937;
  }

  .lg\:visited\:to-coolGray-900:visited {
    --tw-gradient-to: #111827;
  }

  .lg\:visited\:to-blueGray-50:visited {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:visited\:to-blueGray-100:visited {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:visited\:to-blueGray-200:visited {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:visited\:to-blueGray-300:visited {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:visited\:to-blueGray-400:visited {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:visited\:to-blueGray-500:visited {
    --tw-gradient-to: #64748b;
  }

  .lg\:visited\:to-blueGray-600:visited {
    --tw-gradient-to: #475569;
  }

  .lg\:visited\:to-blueGray-700:visited {
    --tw-gradient-to: #334155;
  }

  .lg\:visited\:to-blueGray-800:visited {
    --tw-gradient-to: #1e293b;
  }

  .lg\:visited\:to-blueGray-900:visited {
    --tw-gradient-to: #0f172a;
  }

  .lg\:visited\:to-current:visited {
    --tw-gradient-to: current;
  }

  .lg\:visited\:to-transparent:visited {
    --tw-gradient-to: transparent;
  }

  .lg\:disabled\:from-black:disabled {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:disabled\:from-white:disabled {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:disabled\:from-rose-50:disabled {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:disabled\:from-rose-100:disabled {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:disabled\:from-rose-200:disabled {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:disabled\:from-rose-300:disabled {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:disabled\:from-rose-400:disabled {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:disabled\:from-rose-500:disabled {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:disabled\:from-rose-600:disabled {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:disabled\:from-rose-700:disabled {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:disabled\:from-rose-800:disabled {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:disabled\:from-rose-900:disabled {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:disabled\:from-pink-50:disabled {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:disabled\:from-pink-100:disabled {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:disabled\:from-pink-200:disabled {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:disabled\:from-pink-300:disabled {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:disabled\:from-pink-400:disabled {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:disabled\:from-pink-500:disabled {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:disabled\:from-pink-600:disabled {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:disabled\:from-pink-700:disabled {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:disabled\:from-pink-800:disabled {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:disabled\:from-pink-900:disabled {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:disabled\:from-fuchsia-50:disabled {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:disabled\:from-fuchsia-100:disabled {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:disabled\:from-fuchsia-200:disabled {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:disabled\:from-fuchsia-300:disabled {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:disabled\:from-fuchsia-400:disabled {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:disabled\:from-fuchsia-500:disabled {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:disabled\:from-fuchsia-600:disabled {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:disabled\:from-fuchsia-700:disabled {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:disabled\:from-fuchsia-800:disabled {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:disabled\:from-fuchsia-900:disabled {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:disabled\:from-purple-50:disabled {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:disabled\:from-purple-100:disabled {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:disabled\:from-purple-200:disabled {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:disabled\:from-purple-300:disabled {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:disabled\:from-purple-400:disabled {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:disabled\:from-purple-500:disabled {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:disabled\:from-purple-600:disabled {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:disabled\:from-purple-700:disabled {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:disabled\:from-purple-800:disabled {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:disabled\:from-purple-900:disabled {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:disabled\:from-violet-50:disabled {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:disabled\:from-violet-100:disabled {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:disabled\:from-violet-200:disabled {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:disabled\:from-violet-300:disabled {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:disabled\:from-violet-400:disabled {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:disabled\:from-violet-500:disabled {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:disabled\:from-violet-600:disabled {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:disabled\:from-violet-700:disabled {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:disabled\:from-violet-800:disabled {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:disabled\:from-violet-900:disabled {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:disabled\:from-indigo-50:disabled {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:disabled\:from-indigo-100:disabled {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:disabled\:from-indigo-200:disabled {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:disabled\:from-indigo-300:disabled {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:disabled\:from-indigo-400:disabled {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:disabled\:from-indigo-500:disabled {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:disabled\:from-indigo-600:disabled {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:disabled\:from-indigo-700:disabled {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:disabled\:from-indigo-800:disabled {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:disabled\:from-indigo-900:disabled {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:disabled\:from-blue-50:disabled {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:disabled\:from-blue-100:disabled {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:disabled\:from-blue-200:disabled {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:disabled\:from-blue-300:disabled {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:disabled\:from-blue-400:disabled {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:disabled\:from-blue-500:disabled {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:disabled\:from-blue-600:disabled {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:disabled\:from-blue-700:disabled {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:disabled\:from-blue-800:disabled {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:disabled\:from-blue-900:disabled {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:disabled\:from-lightBlue-50:disabled {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:disabled\:from-lightBlue-100:disabled {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:disabled\:from-lightBlue-200:disabled {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:disabled\:from-lightBlue-300:disabled {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:disabled\:from-lightBlue-400:disabled {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:disabled\:from-lightBlue-500:disabled {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:disabled\:from-lightBlue-600:disabled {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:disabled\:from-lightBlue-700:disabled {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:disabled\:from-lightBlue-800:disabled {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:disabled\:from-lightBlue-900:disabled {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:disabled\:from-cyan-50:disabled {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:disabled\:from-cyan-100:disabled {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:disabled\:from-cyan-200:disabled {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:disabled\:from-cyan-300:disabled {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:disabled\:from-cyan-400:disabled {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:disabled\:from-cyan-500:disabled {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:disabled\:from-cyan-600:disabled {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:disabled\:from-cyan-700:disabled {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:disabled\:from-cyan-800:disabled {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:disabled\:from-cyan-900:disabled {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:disabled\:from-teal-50:disabled {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:disabled\:from-teal-100:disabled {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:disabled\:from-teal-200:disabled {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:disabled\:from-teal-300:disabled {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:disabled\:from-teal-400:disabled {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:disabled\:from-teal-500:disabled {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:disabled\:from-teal-600:disabled {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:disabled\:from-teal-700:disabled {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:disabled\:from-teal-800:disabled {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:disabled\:from-teal-900:disabled {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:disabled\:from-emerald-50:disabled {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:disabled\:from-emerald-100:disabled {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:disabled\:from-emerald-200:disabled {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:disabled\:from-emerald-300:disabled {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:disabled\:from-emerald-400:disabled {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:disabled\:from-emerald-500:disabled {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:disabled\:from-emerald-600:disabled {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:disabled\:from-emerald-700:disabled {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:disabled\:from-emerald-800:disabled {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:disabled\:from-emerald-900:disabled {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:disabled\:from-green-50:disabled {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:disabled\:from-green-100:disabled {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:disabled\:from-green-200:disabled {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:disabled\:from-green-300:disabled {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:disabled\:from-green-400:disabled {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:disabled\:from-green-500:disabled {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:disabled\:from-green-600:disabled {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:disabled\:from-green-700:disabled {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:disabled\:from-green-800:disabled {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:disabled\:from-green-900:disabled {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:disabled\:from-lime-50:disabled {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:disabled\:from-lime-100:disabled {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:disabled\:from-lime-200:disabled {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:disabled\:from-lime-300:disabled {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:disabled\:from-lime-400:disabled {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:disabled\:from-lime-500:disabled {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:disabled\:from-lime-600:disabled {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:disabled\:from-lime-700:disabled {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:disabled\:from-lime-800:disabled {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:disabled\:from-lime-900:disabled {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:disabled\:from-yellow-50:disabled {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:disabled\:from-yellow-100:disabled {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:disabled\:from-yellow-200:disabled {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:disabled\:from-yellow-300:disabled {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:disabled\:from-yellow-400:disabled {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:disabled\:from-yellow-500:disabled {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:disabled\:from-yellow-600:disabled {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:disabled\:from-yellow-700:disabled {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:disabled\:from-yellow-800:disabled {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:disabled\:from-yellow-900:disabled {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:disabled\:from-amber-50:disabled {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:disabled\:from-amber-100:disabled {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:disabled\:from-amber-200:disabled {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:disabled\:from-amber-300:disabled {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:disabled\:from-amber-400:disabled {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:disabled\:from-amber-500:disabled {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:disabled\:from-amber-600:disabled {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:disabled\:from-amber-700:disabled {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:disabled\:from-amber-800:disabled {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:disabled\:from-amber-900:disabled {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:disabled\:from-orange-50:disabled {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:disabled\:from-orange-100:disabled {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:disabled\:from-orange-200:disabled {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:disabled\:from-orange-300:disabled {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:disabled\:from-orange-400:disabled {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:disabled\:from-orange-500:disabled {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:disabled\:from-orange-600:disabled {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:disabled\:from-orange-700:disabled {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:disabled\:from-orange-800:disabled {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:disabled\:from-orange-900:disabled {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:disabled\:from-red-50:disabled {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:disabled\:from-red-100:disabled {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:disabled\:from-red-200:disabled {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:disabled\:from-red-300:disabled {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:disabled\:from-red-400:disabled {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:disabled\:from-red-500:disabled {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:disabled\:from-red-600:disabled {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:disabled\:from-red-700:disabled {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:disabled\:from-red-800:disabled {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:disabled\:from-red-900:disabled {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:disabled\:from-warmGray-50:disabled {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:disabled\:from-warmGray-100:disabled {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:disabled\:from-warmGray-200:disabled {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:disabled\:from-warmGray-300:disabled {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:disabled\:from-warmGray-400:disabled {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:disabled\:from-warmGray-500:disabled {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:disabled\:from-warmGray-600:disabled {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:disabled\:from-warmGray-700:disabled {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:disabled\:from-warmGray-800:disabled {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:disabled\:from-warmGray-900:disabled {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:disabled\:from-trueGray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:disabled\:from-trueGray-100:disabled {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:disabled\:from-trueGray-200:disabled {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:disabled\:from-trueGray-300:disabled {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:disabled\:from-trueGray-400:disabled {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:disabled\:from-trueGray-500:disabled {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:disabled\:from-trueGray-600:disabled {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:disabled\:from-trueGray-700:disabled {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:disabled\:from-trueGray-800:disabled {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:disabled\:from-trueGray-900:disabled {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:disabled\:from-gray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:disabled\:from-gray-100:disabled {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:disabled\:from-gray-200:disabled {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:disabled\:from-gray-300:disabled {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:disabled\:from-gray-400:disabled {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:disabled\:from-gray-500:disabled {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:disabled\:from-gray-600:disabled {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:disabled\:from-gray-700:disabled {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:disabled\:from-gray-800:disabled {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:disabled\:from-gray-900:disabled {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:disabled\:from-coolGray-50:disabled {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:disabled\:from-coolGray-100:disabled {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:disabled\:from-coolGray-200:disabled {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:disabled\:from-coolGray-300:disabled {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:disabled\:from-coolGray-400:disabled {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:disabled\:from-coolGray-500:disabled {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:disabled\:from-coolGray-600:disabled {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:disabled\:from-coolGray-700:disabled {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:disabled\:from-coolGray-800:disabled {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:disabled\:from-coolGray-900:disabled {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:disabled\:from-blueGray-50:disabled {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:disabled\:from-blueGray-100:disabled {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:disabled\:from-blueGray-200:disabled {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:disabled\:from-blueGray-300:disabled {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:disabled\:from-blueGray-400:disabled {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:disabled\:from-blueGray-500:disabled {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:disabled\:from-blueGray-600:disabled {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:disabled\:from-blueGray-700:disabled {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:disabled\:from-blueGray-800:disabled {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:disabled\:from-blueGray-900:disabled {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:disabled\:from-current:disabled {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:disabled\:from-transparent:disabled {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:disabled\:via-black:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:disabled\:via-white:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:disabled\:via-rose-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .lg\:disabled\:via-rose-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .lg\:disabled\:via-rose-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .lg\:disabled\:via-rose-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .lg\:disabled\:via-rose-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .lg\:disabled\:via-rose-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .lg\:disabled\:via-rose-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .lg\:disabled\:via-rose-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .lg\:disabled\:via-rose-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .lg\:disabled\:via-rose-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .lg\:disabled\:via-pink-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:disabled\:via-pink-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:disabled\:via-pink-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:disabled\:via-pink-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:disabled\:via-pink-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:disabled\:via-pink-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:disabled\:via-pink-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:disabled\:via-pink-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:disabled\:via-pink-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:disabled\:via-pink-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:disabled\:via-fuchsia-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .lg\:disabled\:via-fuchsia-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .lg\:disabled\:via-fuchsia-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .lg\:disabled\:via-fuchsia-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .lg\:disabled\:via-fuchsia-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .lg\:disabled\:via-fuchsia-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .lg\:disabled\:via-fuchsia-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .lg\:disabled\:via-fuchsia-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .lg\:disabled\:via-fuchsia-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .lg\:disabled\:via-fuchsia-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .lg\:disabled\:via-purple-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:disabled\:via-purple-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .lg\:disabled\:via-purple-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .lg\:disabled\:via-purple-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .lg\:disabled\:via-purple-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .lg\:disabled\:via-purple-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .lg\:disabled\:via-purple-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .lg\:disabled\:via-purple-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .lg\:disabled\:via-purple-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .lg\:disabled\:via-purple-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .lg\:disabled\:via-violet-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:disabled\:via-violet-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:disabled\:via-violet-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:disabled\:via-violet-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:disabled\:via-violet-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:disabled\:via-violet-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:disabled\:via-violet-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:disabled\:via-violet-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:disabled\:via-violet-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:disabled\:via-violet-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:disabled\:via-indigo-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:disabled\:via-indigo-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:disabled\:via-indigo-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:disabled\:via-indigo-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:disabled\:via-indigo-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:disabled\:via-indigo-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:disabled\:via-indigo-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:disabled\:via-indigo-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:disabled\:via-indigo-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:disabled\:via-indigo-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:disabled\:via-blue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:disabled\:via-blue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:disabled\:via-blue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:disabled\:via-blue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:disabled\:via-blue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:disabled\:via-blue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:disabled\:via-blue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:disabled\:via-blue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:disabled\:via-blue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:disabled\:via-blue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:disabled\:via-lightBlue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .lg\:disabled\:via-lightBlue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .lg\:disabled\:via-lightBlue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .lg\:disabled\:via-lightBlue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .lg\:disabled\:via-lightBlue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .lg\:disabled\:via-lightBlue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .lg\:disabled\:via-lightBlue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .lg\:disabled\:via-lightBlue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .lg\:disabled\:via-lightBlue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .lg\:disabled\:via-lightBlue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .lg\:disabled\:via-cyan-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .lg\:disabled\:via-cyan-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .lg\:disabled\:via-cyan-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .lg\:disabled\:via-cyan-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .lg\:disabled\:via-cyan-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .lg\:disabled\:via-cyan-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .lg\:disabled\:via-cyan-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .lg\:disabled\:via-cyan-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .lg\:disabled\:via-cyan-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .lg\:disabled\:via-cyan-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .lg\:disabled\:via-teal-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .lg\:disabled\:via-teal-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .lg\:disabled\:via-teal-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .lg\:disabled\:via-teal-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .lg\:disabled\:via-teal-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .lg\:disabled\:via-teal-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .lg\:disabled\:via-teal-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .lg\:disabled\:via-teal-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .lg\:disabled\:via-teal-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .lg\:disabled\:via-teal-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .lg\:disabled\:via-emerald-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:disabled\:via-emerald-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:disabled\:via-emerald-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:disabled\:via-emerald-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:disabled\:via-emerald-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:disabled\:via-emerald-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:disabled\:via-emerald-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:disabled\:via-emerald-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:disabled\:via-emerald-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:disabled\:via-emerald-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:disabled\:via-green-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .lg\:disabled\:via-green-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .lg\:disabled\:via-green-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .lg\:disabled\:via-green-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .lg\:disabled\:via-green-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .lg\:disabled\:via-green-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .lg\:disabled\:via-green-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .lg\:disabled\:via-green-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .lg\:disabled\:via-green-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .lg\:disabled\:via-green-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .lg\:disabled\:via-lime-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .lg\:disabled\:via-lime-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .lg\:disabled\:via-lime-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .lg\:disabled\:via-lime-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .lg\:disabled\:via-lime-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .lg\:disabled\:via-lime-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .lg\:disabled\:via-lime-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .lg\:disabled\:via-lime-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .lg\:disabled\:via-lime-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .lg\:disabled\:via-lime-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .lg\:disabled\:via-yellow-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .lg\:disabled\:via-yellow-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .lg\:disabled\:via-yellow-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .lg\:disabled\:via-yellow-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .lg\:disabled\:via-yellow-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .lg\:disabled\:via-yellow-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .lg\:disabled\:via-yellow-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .lg\:disabled\:via-yellow-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .lg\:disabled\:via-yellow-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .lg\:disabled\:via-yellow-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .lg\:disabled\:via-amber-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:disabled\:via-amber-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:disabled\:via-amber-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:disabled\:via-amber-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:disabled\:via-amber-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:disabled\:via-amber-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:disabled\:via-amber-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:disabled\:via-amber-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:disabled\:via-amber-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:disabled\:via-amber-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:disabled\:via-orange-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .lg\:disabled\:via-orange-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .lg\:disabled\:via-orange-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .lg\:disabled\:via-orange-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .lg\:disabled\:via-orange-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .lg\:disabled\:via-orange-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .lg\:disabled\:via-orange-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .lg\:disabled\:via-orange-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .lg\:disabled\:via-orange-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .lg\:disabled\:via-orange-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .lg\:disabled\:via-red-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:disabled\:via-red-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:disabled\:via-red-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:disabled\:via-red-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:disabled\:via-red-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:disabled\:via-red-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:disabled\:via-red-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:disabled\:via-red-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:disabled\:via-red-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:disabled\:via-red-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:disabled\:via-warmGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .lg\:disabled\:via-warmGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .lg\:disabled\:via-warmGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .lg\:disabled\:via-warmGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .lg\:disabled\:via-warmGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .lg\:disabled\:via-warmGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .lg\:disabled\:via-warmGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .lg\:disabled\:via-warmGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .lg\:disabled\:via-warmGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .lg\:disabled\:via-warmGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .lg\:disabled\:via-trueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:disabled\:via-trueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:disabled\:via-trueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .lg\:disabled\:via-trueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .lg\:disabled\:via-trueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .lg\:disabled\:via-trueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .lg\:disabled\:via-trueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .lg\:disabled\:via-trueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .lg\:disabled\:via-trueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .lg\:disabled\:via-trueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .lg\:disabled\:via-gray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .lg\:disabled\:via-gray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .lg\:disabled\:via-gray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .lg\:disabled\:via-gray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .lg\:disabled\:via-gray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .lg\:disabled\:via-gray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .lg\:disabled\:via-gray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .lg\:disabled\:via-gray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .lg\:disabled\:via-gray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .lg\:disabled\:via-gray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .lg\:disabled\:via-coolGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:disabled\:via-coolGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:disabled\:via-coolGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:disabled\:via-coolGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:disabled\:via-coolGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:disabled\:via-coolGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:disabled\:via-coolGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:disabled\:via-coolGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:disabled\:via-coolGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:disabled\:via-coolGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:disabled\:via-blueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .lg\:disabled\:via-blueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .lg\:disabled\:via-blueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .lg\:disabled\:via-blueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .lg\:disabled\:via-blueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .lg\:disabled\:via-blueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .lg\:disabled\:via-blueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .lg\:disabled\:via-blueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .lg\:disabled\:via-blueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .lg\:disabled\:via-blueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .lg\:disabled\:via-current:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:disabled\:via-transparent:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:disabled\:to-black:disabled {
    --tw-gradient-to: #000;
  }

  .lg\:disabled\:to-white:disabled {
    --tw-gradient-to: #fff;
  }

  .lg\:disabled\:to-rose-50:disabled {
    --tw-gradient-to: #fff1f2;
  }

  .lg\:disabled\:to-rose-100:disabled {
    --tw-gradient-to: #ffe4e6;
  }

  .lg\:disabled\:to-rose-200:disabled {
    --tw-gradient-to: #fecdd3;
  }

  .lg\:disabled\:to-rose-300:disabled {
    --tw-gradient-to: #fda4af;
  }

  .lg\:disabled\:to-rose-400:disabled {
    --tw-gradient-to: #fb7185;
  }

  .lg\:disabled\:to-rose-500:disabled {
    --tw-gradient-to: #f43f5e;
  }

  .lg\:disabled\:to-rose-600:disabled {
    --tw-gradient-to: #e11d48;
  }

  .lg\:disabled\:to-rose-700:disabled {
    --tw-gradient-to: #be123c;
  }

  .lg\:disabled\:to-rose-800:disabled {
    --tw-gradient-to: #9f1239;
  }

  .lg\:disabled\:to-rose-900:disabled {
    --tw-gradient-to: #881337;
  }

  .lg\:disabled\:to-pink-50:disabled {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:disabled\:to-pink-100:disabled {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:disabled\:to-pink-200:disabled {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:disabled\:to-pink-300:disabled {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:disabled\:to-pink-400:disabled {
    --tw-gradient-to: #f472b6;
  }

  .lg\:disabled\:to-pink-500:disabled {
    --tw-gradient-to: #ec4899;
  }

  .lg\:disabled\:to-pink-600:disabled {
    --tw-gradient-to: #db2777;
  }

  .lg\:disabled\:to-pink-700:disabled {
    --tw-gradient-to: #be185d;
  }

  .lg\:disabled\:to-pink-800:disabled {
    --tw-gradient-to: #9d174d;
  }

  .lg\:disabled\:to-pink-900:disabled {
    --tw-gradient-to: #831843;
  }

  .lg\:disabled\:to-fuchsia-50:disabled {
    --tw-gradient-to: #fdf4ff;
  }

  .lg\:disabled\:to-fuchsia-100:disabled {
    --tw-gradient-to: #fae8ff;
  }

  .lg\:disabled\:to-fuchsia-200:disabled {
    --tw-gradient-to: #f5d0fe;
  }

  .lg\:disabled\:to-fuchsia-300:disabled {
    --tw-gradient-to: #f0abfc;
  }

  .lg\:disabled\:to-fuchsia-400:disabled {
    --tw-gradient-to: #e879f9;
  }

  .lg\:disabled\:to-fuchsia-500:disabled {
    --tw-gradient-to: #d946ef;
  }

  .lg\:disabled\:to-fuchsia-600:disabled {
    --tw-gradient-to: #c026d3;
  }

  .lg\:disabled\:to-fuchsia-700:disabled {
    --tw-gradient-to: #a21caf;
  }

  .lg\:disabled\:to-fuchsia-800:disabled {
    --tw-gradient-to: #86198f;
  }

  .lg\:disabled\:to-fuchsia-900:disabled {
    --tw-gradient-to: #701a75;
  }

  .lg\:disabled\:to-purple-50:disabled {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:disabled\:to-purple-100:disabled {
    --tw-gradient-to: #f3e8ff;
  }

  .lg\:disabled\:to-purple-200:disabled {
    --tw-gradient-to: #e9d5ff;
  }

  .lg\:disabled\:to-purple-300:disabled {
    --tw-gradient-to: #d8b4fe;
  }

  .lg\:disabled\:to-purple-400:disabled {
    --tw-gradient-to: #c084fc;
  }

  .lg\:disabled\:to-purple-500:disabled {
    --tw-gradient-to: #a855f7;
  }

  .lg\:disabled\:to-purple-600:disabled {
    --tw-gradient-to: #9333ea;
  }

  .lg\:disabled\:to-purple-700:disabled {
    --tw-gradient-to: #7e22ce;
  }

  .lg\:disabled\:to-purple-800:disabled {
    --tw-gradient-to: #6b21a8;
  }

  .lg\:disabled\:to-purple-900:disabled {
    --tw-gradient-to: #581c87;
  }

  .lg\:disabled\:to-violet-50:disabled {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:disabled\:to-violet-100:disabled {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:disabled\:to-violet-200:disabled {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:disabled\:to-violet-300:disabled {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:disabled\:to-violet-400:disabled {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:disabled\:to-violet-500:disabled {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:disabled\:to-violet-600:disabled {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:disabled\:to-violet-700:disabled {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:disabled\:to-violet-800:disabled {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:disabled\:to-violet-900:disabled {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:disabled\:to-indigo-50:disabled {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:disabled\:to-indigo-100:disabled {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:disabled\:to-indigo-200:disabled {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:disabled\:to-indigo-300:disabled {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:disabled\:to-indigo-400:disabled {
    --tw-gradient-to: #818cf8;
  }

  .lg\:disabled\:to-indigo-500:disabled {
    --tw-gradient-to: #6366f1;
  }

  .lg\:disabled\:to-indigo-600:disabled {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:disabled\:to-indigo-700:disabled {
    --tw-gradient-to: #4338ca;
  }

  .lg\:disabled\:to-indigo-800:disabled {
    --tw-gradient-to: #3730a3;
  }

  .lg\:disabled\:to-indigo-900:disabled {
    --tw-gradient-to: #312e81;
  }

  .lg\:disabled\:to-blue-50:disabled {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:disabled\:to-blue-100:disabled {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:disabled\:to-blue-200:disabled {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:disabled\:to-blue-300:disabled {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:disabled\:to-blue-400:disabled {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:disabled\:to-blue-500:disabled {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:disabled\:to-blue-600:disabled {
    --tw-gradient-to: #2563eb;
  }

  .lg\:disabled\:to-blue-700:disabled {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:disabled\:to-blue-800:disabled {
    --tw-gradient-to: #1e40af;
  }

  .lg\:disabled\:to-blue-900:disabled {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:disabled\:to-lightBlue-50:disabled {
    --tw-gradient-to: #f0f9ff;
  }

  .lg\:disabled\:to-lightBlue-100:disabled {
    --tw-gradient-to: #e0f2fe;
  }

  .lg\:disabled\:to-lightBlue-200:disabled {
    --tw-gradient-to: #bae6fd;
  }

  .lg\:disabled\:to-lightBlue-300:disabled {
    --tw-gradient-to: #7dd3fc;
  }

  .lg\:disabled\:to-lightBlue-400:disabled {
    --tw-gradient-to: #38bdf8;
  }

  .lg\:disabled\:to-lightBlue-500:disabled {
    --tw-gradient-to: #0ea5e9;
  }

  .lg\:disabled\:to-lightBlue-600:disabled {
    --tw-gradient-to: #0284c7;
  }

  .lg\:disabled\:to-lightBlue-700:disabled {
    --tw-gradient-to: #0369a1;
  }

  .lg\:disabled\:to-lightBlue-800:disabled {
    --tw-gradient-to: #075985;
  }

  .lg\:disabled\:to-lightBlue-900:disabled {
    --tw-gradient-to: #0c4a6e;
  }

  .lg\:disabled\:to-cyan-50:disabled {
    --tw-gradient-to: #ecfeff;
  }

  .lg\:disabled\:to-cyan-100:disabled {
    --tw-gradient-to: #cffafe;
  }

  .lg\:disabled\:to-cyan-200:disabled {
    --tw-gradient-to: #a5f3fc;
  }

  .lg\:disabled\:to-cyan-300:disabled {
    --tw-gradient-to: #67e8f9;
  }

  .lg\:disabled\:to-cyan-400:disabled {
    --tw-gradient-to: #22d3ee;
  }

  .lg\:disabled\:to-cyan-500:disabled {
    --tw-gradient-to: #06b6d4;
  }

  .lg\:disabled\:to-cyan-600:disabled {
    --tw-gradient-to: #0891b2;
  }

  .lg\:disabled\:to-cyan-700:disabled {
    --tw-gradient-to: #0e7490;
  }

  .lg\:disabled\:to-cyan-800:disabled {
    --tw-gradient-to: #155e75;
  }

  .lg\:disabled\:to-cyan-900:disabled {
    --tw-gradient-to: #164e63;
  }

  .lg\:disabled\:to-teal-50:disabled {
    --tw-gradient-to: #f0fdfa;
  }

  .lg\:disabled\:to-teal-100:disabled {
    --tw-gradient-to: #ccfbf1;
  }

  .lg\:disabled\:to-teal-200:disabled {
    --tw-gradient-to: #99f6e4;
  }

  .lg\:disabled\:to-teal-300:disabled {
    --tw-gradient-to: #5eead4;
  }

  .lg\:disabled\:to-teal-400:disabled {
    --tw-gradient-to: #2dd4bf;
  }

  .lg\:disabled\:to-teal-500:disabled {
    --tw-gradient-to: #14b8a6;
  }

  .lg\:disabled\:to-teal-600:disabled {
    --tw-gradient-to: #0d9488;
  }

  .lg\:disabled\:to-teal-700:disabled {
    --tw-gradient-to: #0f766e;
  }

  .lg\:disabled\:to-teal-800:disabled {
    --tw-gradient-to: #115e59;
  }

  .lg\:disabled\:to-teal-900:disabled {
    --tw-gradient-to: #134e4a;
  }

  .lg\:disabled\:to-emerald-50:disabled {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:disabled\:to-emerald-100:disabled {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:disabled\:to-emerald-200:disabled {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:disabled\:to-emerald-300:disabled {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:disabled\:to-emerald-400:disabled {
    --tw-gradient-to: #34d399;
  }

  .lg\:disabled\:to-emerald-500:disabled {
    --tw-gradient-to: #10b981;
  }

  .lg\:disabled\:to-emerald-600:disabled {
    --tw-gradient-to: #059669;
  }

  .lg\:disabled\:to-emerald-700:disabled {
    --tw-gradient-to: #047857;
  }

  .lg\:disabled\:to-emerald-800:disabled {
    --tw-gradient-to: #065f46;
  }

  .lg\:disabled\:to-emerald-900:disabled {
    --tw-gradient-to: #064e3b;
  }

  .lg\:disabled\:to-green-50:disabled {
    --tw-gradient-to: #f0fdf4;
  }

  .lg\:disabled\:to-green-100:disabled {
    --tw-gradient-to: #dcfce7;
  }

  .lg\:disabled\:to-green-200:disabled {
    --tw-gradient-to: #bbf7d0;
  }

  .lg\:disabled\:to-green-300:disabled {
    --tw-gradient-to: #86efac;
  }

  .lg\:disabled\:to-green-400:disabled {
    --tw-gradient-to: #4ade80;
  }

  .lg\:disabled\:to-green-500:disabled {
    --tw-gradient-to: #22c55e;
  }

  .lg\:disabled\:to-green-600:disabled {
    --tw-gradient-to: #16a34a;
  }

  .lg\:disabled\:to-green-700:disabled {
    --tw-gradient-to: #15803d;
  }

  .lg\:disabled\:to-green-800:disabled {
    --tw-gradient-to: #166534;
  }

  .lg\:disabled\:to-green-900:disabled {
    --tw-gradient-to: #14532d;
  }

  .lg\:disabled\:to-lime-50:disabled {
    --tw-gradient-to: #f7fee7;
  }

  .lg\:disabled\:to-lime-100:disabled {
    --tw-gradient-to: #ecfccb;
  }

  .lg\:disabled\:to-lime-200:disabled {
    --tw-gradient-to: #d9f99d;
  }

  .lg\:disabled\:to-lime-300:disabled {
    --tw-gradient-to: #bef264;
  }

  .lg\:disabled\:to-lime-400:disabled {
    --tw-gradient-to: #a3e635;
  }

  .lg\:disabled\:to-lime-500:disabled {
    --tw-gradient-to: #84cc16;
  }

  .lg\:disabled\:to-lime-600:disabled {
    --tw-gradient-to: #65a30d;
  }

  .lg\:disabled\:to-lime-700:disabled {
    --tw-gradient-to: #4d7c0f;
  }

  .lg\:disabled\:to-lime-800:disabled {
    --tw-gradient-to: #3f6212;
  }

  .lg\:disabled\:to-lime-900:disabled {
    --tw-gradient-to: #365314;
  }

  .lg\:disabled\:to-yellow-50:disabled {
    --tw-gradient-to: #fefce8;
  }

  .lg\:disabled\:to-yellow-100:disabled {
    --tw-gradient-to: #fef9c3;
  }

  .lg\:disabled\:to-yellow-200:disabled {
    --tw-gradient-to: #fef08a;
  }

  .lg\:disabled\:to-yellow-300:disabled {
    --tw-gradient-to: #fde047;
  }

  .lg\:disabled\:to-yellow-400:disabled {
    --tw-gradient-to: #facc15;
  }

  .lg\:disabled\:to-yellow-500:disabled {
    --tw-gradient-to: #eab308;
  }

  .lg\:disabled\:to-yellow-600:disabled {
    --tw-gradient-to: #ca8a04;
  }

  .lg\:disabled\:to-yellow-700:disabled {
    --tw-gradient-to: #a16207;
  }

  .lg\:disabled\:to-yellow-800:disabled {
    --tw-gradient-to: #854d0e;
  }

  .lg\:disabled\:to-yellow-900:disabled {
    --tw-gradient-to: #713f12;
  }

  .lg\:disabled\:to-amber-50:disabled {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:disabled\:to-amber-100:disabled {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:disabled\:to-amber-200:disabled {
    --tw-gradient-to: #fde68a;
  }

  .lg\:disabled\:to-amber-300:disabled {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:disabled\:to-amber-400:disabled {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:disabled\:to-amber-500:disabled {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:disabled\:to-amber-600:disabled {
    --tw-gradient-to: #d97706;
  }

  .lg\:disabled\:to-amber-700:disabled {
    --tw-gradient-to: #b45309;
  }

  .lg\:disabled\:to-amber-800:disabled {
    --tw-gradient-to: #92400e;
  }

  .lg\:disabled\:to-amber-900:disabled {
    --tw-gradient-to: #78350f;
  }

  .lg\:disabled\:to-orange-50:disabled {
    --tw-gradient-to: #fff7ed;
  }

  .lg\:disabled\:to-orange-100:disabled {
    --tw-gradient-to: #ffedd5;
  }

  .lg\:disabled\:to-orange-200:disabled {
    --tw-gradient-to: #fed7aa;
  }

  .lg\:disabled\:to-orange-300:disabled {
    --tw-gradient-to: #fdba74;
  }

  .lg\:disabled\:to-orange-400:disabled {
    --tw-gradient-to: #fb923c;
  }

  .lg\:disabled\:to-orange-500:disabled {
    --tw-gradient-to: #f97316;
  }

  .lg\:disabled\:to-orange-600:disabled {
    --tw-gradient-to: #ea580c;
  }

  .lg\:disabled\:to-orange-700:disabled {
    --tw-gradient-to: #c2410c;
  }

  .lg\:disabled\:to-orange-800:disabled {
    --tw-gradient-to: #9a3412;
  }

  .lg\:disabled\:to-orange-900:disabled {
    --tw-gradient-to: #7c2d12;
  }

  .lg\:disabled\:to-red-50:disabled {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:disabled\:to-red-100:disabled {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:disabled\:to-red-200:disabled {
    --tw-gradient-to: #fecaca;
  }

  .lg\:disabled\:to-red-300:disabled {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:disabled\:to-red-400:disabled {
    --tw-gradient-to: #f87171;
  }

  .lg\:disabled\:to-red-500:disabled {
    --tw-gradient-to: #ef4444;
  }

  .lg\:disabled\:to-red-600:disabled {
    --tw-gradient-to: #dc2626;
  }

  .lg\:disabled\:to-red-700:disabled {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:disabled\:to-red-800:disabled {
    --tw-gradient-to: #991b1b;
  }

  .lg\:disabled\:to-red-900:disabled {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:disabled\:to-warmGray-50:disabled {
    --tw-gradient-to: #fafaf9;
  }

  .lg\:disabled\:to-warmGray-100:disabled {
    --tw-gradient-to: #f5f5f4;
  }

  .lg\:disabled\:to-warmGray-200:disabled {
    --tw-gradient-to: #e7e5e4;
  }

  .lg\:disabled\:to-warmGray-300:disabled {
    --tw-gradient-to: #d6d3d1;
  }

  .lg\:disabled\:to-warmGray-400:disabled {
    --tw-gradient-to: #a8a29e;
  }

  .lg\:disabled\:to-warmGray-500:disabled {
    --tw-gradient-to: #78716c;
  }

  .lg\:disabled\:to-warmGray-600:disabled {
    --tw-gradient-to: #57534e;
  }

  .lg\:disabled\:to-warmGray-700:disabled {
    --tw-gradient-to: #44403c;
  }

  .lg\:disabled\:to-warmGray-800:disabled {
    --tw-gradient-to: #292524;
  }

  .lg\:disabled\:to-warmGray-900:disabled {
    --tw-gradient-to: #1c1917;
  }

  .lg\:disabled\:to-trueGray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .lg\:disabled\:to-trueGray-100:disabled {
    --tw-gradient-to: #f5f5f5;
  }

  .lg\:disabled\:to-trueGray-200:disabled {
    --tw-gradient-to: #e5e5e5;
  }

  .lg\:disabled\:to-trueGray-300:disabled {
    --tw-gradient-to: #d4d4d4;
  }

  .lg\:disabled\:to-trueGray-400:disabled {
    --tw-gradient-to: #a3a3a3;
  }

  .lg\:disabled\:to-trueGray-500:disabled {
    --tw-gradient-to: #737373;
  }

  .lg\:disabled\:to-trueGray-600:disabled {
    --tw-gradient-to: #525252;
  }

  .lg\:disabled\:to-trueGray-700:disabled {
    --tw-gradient-to: #404040;
  }

  .lg\:disabled\:to-trueGray-800:disabled {
    --tw-gradient-to: #262626;
  }

  .lg\:disabled\:to-trueGray-900:disabled {
    --tw-gradient-to: #171717;
  }

  .lg\:disabled\:to-gray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .lg\:disabled\:to-gray-100:disabled {
    --tw-gradient-to: #f4f4f5;
  }

  .lg\:disabled\:to-gray-200:disabled {
    --tw-gradient-to: #e4e4e7;
  }

  .lg\:disabled\:to-gray-300:disabled {
    --tw-gradient-to: #d4d4d8;
  }

  .lg\:disabled\:to-gray-400:disabled {
    --tw-gradient-to: #a1a1aa;
  }

  .lg\:disabled\:to-gray-500:disabled {
    --tw-gradient-to: #71717a;
  }

  .lg\:disabled\:to-gray-600:disabled {
    --tw-gradient-to: #52525b;
  }

  .lg\:disabled\:to-gray-700:disabled {
    --tw-gradient-to: #3f3f46;
  }

  .lg\:disabled\:to-gray-800:disabled {
    --tw-gradient-to: #27272a;
  }

  .lg\:disabled\:to-gray-900:disabled {
    --tw-gradient-to: #18181b;
  }

  .lg\:disabled\:to-coolGray-50:disabled {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:disabled\:to-coolGray-100:disabled {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:disabled\:to-coolGray-200:disabled {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:disabled\:to-coolGray-300:disabled {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:disabled\:to-coolGray-400:disabled {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:disabled\:to-coolGray-500:disabled {
    --tw-gradient-to: #6b7280;
  }

  .lg\:disabled\:to-coolGray-600:disabled {
    --tw-gradient-to: #4b5563;
  }

  .lg\:disabled\:to-coolGray-700:disabled {
    --tw-gradient-to: #374151;
  }

  .lg\:disabled\:to-coolGray-800:disabled {
    --tw-gradient-to: #1f2937;
  }

  .lg\:disabled\:to-coolGray-900:disabled {
    --tw-gradient-to: #111827;
  }

  .lg\:disabled\:to-blueGray-50:disabled {
    --tw-gradient-to: #f8fafc;
  }

  .lg\:disabled\:to-blueGray-100:disabled {
    --tw-gradient-to: #f1f5f9;
  }

  .lg\:disabled\:to-blueGray-200:disabled {
    --tw-gradient-to: #e2e8f0;
  }

  .lg\:disabled\:to-blueGray-300:disabled {
    --tw-gradient-to: #cbd5e1;
  }

  .lg\:disabled\:to-blueGray-400:disabled {
    --tw-gradient-to: #94a3b8;
  }

  .lg\:disabled\:to-blueGray-500:disabled {
    --tw-gradient-to: #64748b;
  }

  .lg\:disabled\:to-blueGray-600:disabled {
    --tw-gradient-to: #475569;
  }

  .lg\:disabled\:to-blueGray-700:disabled {
    --tw-gradient-to: #334155;
  }

  .lg\:disabled\:to-blueGray-800:disabled {
    --tw-gradient-to: #1e293b;
  }

  .lg\:disabled\:to-blueGray-900:disabled {
    --tw-gradient-to: #0f172a;
  }

  .lg\:disabled\:to-current:disabled {
    --tw-gradient-to: current;
  }

  .lg\:disabled\:to-transparent:disabled {
    --tw-gradient-to: transparent;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .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-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-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\:first\:bg-opacity-0:first-child {
    --tw-bg-opacity: 0;
  }

  .lg\:first\:bg-opacity-5:first-child {
    --tw-bg-opacity: 0.05;
  }

  .lg\:first\:bg-opacity-10:first-child {
    --tw-bg-opacity: 0.1;
  }

  .lg\:first\:bg-opacity-20:first-child {
    --tw-bg-opacity: 0.2;
  }

  .lg\:first\:bg-opacity-25:first-child {
    --tw-bg-opacity: 0.25;
  }

  .lg\:first\:bg-opacity-30:first-child {
    --tw-bg-opacity: 0.3;
  }

  .lg\:first\:bg-opacity-40:first-child {
    --tw-bg-opacity: 0.4;
  }

  .lg\:first\:bg-opacity-50:first-child {
    --tw-bg-opacity: 0.5;
  }

  .lg\:first\:bg-opacity-60:first-child {
    --tw-bg-opacity: 0.6;
  }

  .lg\:first\:bg-opacity-70:first-child {
    --tw-bg-opacity: 0.7;
  }

  .lg\:first\:bg-opacity-75:first-child {
    --tw-bg-opacity: 0.75;
  }

  .lg\:first\:bg-opacity-80:first-child {
    --tw-bg-opacity: 0.8;
  }

  .lg\:first\:bg-opacity-90:first-child {
    --tw-bg-opacity: 0.9;
  }

  .lg\:first\:bg-opacity-95:first-child {
    --tw-bg-opacity: 0.95;
  }

  .lg\:first\:bg-opacity-100:first-child {
    --tw-bg-opacity: 1;
  }

  .lg\:last\:bg-opacity-0:last-child {
    --tw-bg-opacity: 0;
  }

  .lg\:last\:bg-opacity-5:last-child {
    --tw-bg-opacity: 0.05;
  }

  .lg\:last\:bg-opacity-10:last-child {
    --tw-bg-opacity: 0.1;
  }

  .lg\:last\:bg-opacity-20:last-child {
    --tw-bg-opacity: 0.2;
  }

  .lg\:last\:bg-opacity-25:last-child {
    --tw-bg-opacity: 0.25;
  }

  .lg\:last\:bg-opacity-30:last-child {
    --tw-bg-opacity: 0.3;
  }

  .lg\:last\:bg-opacity-40:last-child {
    --tw-bg-opacity: 0.4;
  }

  .lg\:last\:bg-opacity-50:last-child {
    --tw-bg-opacity: 0.5;
  }

  .lg\:last\:bg-opacity-60:last-child {
    --tw-bg-opacity: 0.6;
  }

  .lg\:last\:bg-opacity-70:last-child {
    --tw-bg-opacity: 0.7;
  }

  .lg\:last\:bg-opacity-75:last-child {
    --tw-bg-opacity: 0.75;
  }

  .lg\:last\:bg-opacity-80:last-child {
    --tw-bg-opacity: 0.8;
  }

  .lg\:last\:bg-opacity-90:last-child {
    --tw-bg-opacity: 0.9;
  }

  .lg\:last\:bg-opacity-95:last-child {
    --tw-bg-opacity: 0.95;
  }

  .lg\:last\:bg-opacity-100:last-child {
    --tw-bg-opacity: 1;
  }

  .lg\:odd\:bg-opacity-0:nth-child(odd) {
    --tw-bg-opacity: 0;
  }

  .lg\:odd\:bg-opacity-5:nth-child(odd) {
    --tw-bg-opacity: 0.05;
  }

  .lg\:odd\:bg-opacity-10:nth-child(odd) {
    --tw-bg-opacity: 0.1;
  }

  .lg\:odd\:bg-opacity-20:nth-child(odd) {
    --tw-bg-opacity: 0.2;
  }

  .lg\:odd\:bg-opacity-25:nth-child(odd) {
    --tw-bg-opacity: 0.25;
  }

  .lg\:odd\:bg-opacity-30:nth-child(odd) {
    --tw-bg-opacity: 0.3;
  }

  .lg\:odd\:bg-opacity-40:nth-child(odd) {
    --tw-bg-opacity: 0.4;
  }

  .lg\:odd\:bg-opacity-50:nth-child(odd) {
    --tw-bg-opacity: 0.5;
  }

  .lg\:odd\:bg-opacity-60:nth-child(odd) {
    --tw-bg-opacity: 0.6;
  }

  .lg\:odd\:bg-opacity-70:nth-child(odd) {
    --tw-bg-opacity: 0.7;
  }

  .lg\:odd\:bg-opacity-75:nth-child(odd) {
    --tw-bg-opacity: 0.75;
  }

  .lg\:odd\:bg-opacity-80:nth-child(odd) {
    --tw-bg-opacity: 0.8;
  }

  .lg\:odd\:bg-opacity-90:nth-child(odd) {
    --tw-bg-opacity: 0.9;
  }

  .lg\:odd\:bg-opacity-95:nth-child(odd) {
    --tw-bg-opacity: 0.95;
  }

  .lg\:odd\:bg-opacity-100:nth-child(odd) {
    --tw-bg-opacity: 1;
  }

  .lg\:even\:bg-opacity-0:nth-child(even) {
    --tw-bg-opacity: 0;
  }

  .lg\:even\:bg-opacity-5:nth-child(even) {
    --tw-bg-opacity: 0.05;
  }

  .lg\:even\:bg-opacity-10:nth-child(even) {
    --tw-bg-opacity: 0.1;
  }

  .lg\:even\:bg-opacity-20:nth-child(even) {
    --tw-bg-opacity: 0.2;
  }

  .lg\:even\:bg-opacity-25:nth-child(even) {
    --tw-bg-opacity: 0.25;
  }

  .lg\:even\:bg-opacity-30:nth-child(even) {
    --tw-bg-opacity: 0.3;
  }

  .lg\:even\:bg-opacity-40:nth-child(even) {
    --tw-bg-opacity: 0.4;
  }

  .lg\:even\:bg-opacity-50:nth-child(even) {
    --tw-bg-opacity: 0.5;
  }

  .lg\:even\:bg-opacity-60:nth-child(even) {
    --tw-bg-opacity: 0.6;
  }

  .lg\:even\:bg-opacity-70:nth-child(even) {
    --tw-bg-opacity: 0.7;
  }

  .lg\:even\:bg-opacity-75:nth-child(even) {
    --tw-bg-opacity: 0.75;
  }

  .lg\:even\:bg-opacity-80:nth-child(even) {
    --tw-bg-opacity: 0.8;
  }

  .lg\:even\:bg-opacity-90:nth-child(even) {
    --tw-bg-opacity: 0.9;
  }

  .lg\:even\:bg-opacity-95:nth-child(even) {
    --tw-bg-opacity: 0.95;
  }

  .lg\:even\:bg-opacity-100:nth-child(even) {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .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-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\:active\:bg-opacity-0:active {
    --tw-bg-opacity: 0;
  }

  .lg\:active\:bg-opacity-5:active {
    --tw-bg-opacity: 0.05;
  }

  .lg\:active\:bg-opacity-10:active {
    --tw-bg-opacity: 0.1;
  }

  .lg\:active\:bg-opacity-20:active {
    --tw-bg-opacity: 0.2;
  }

  .lg\:active\:bg-opacity-25:active {
    --tw-bg-opacity: 0.25;
  }

  .lg\:active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
  }

  .lg\:active\:bg-opacity-40:active {
    --tw-bg-opacity: 0.4;
  }

  .lg\:active\:bg-opacity-50:active {
    --tw-bg-opacity: 0.5;
  }

  .lg\:active\:bg-opacity-60:active {
    --tw-bg-opacity: 0.6;
  }

  .lg\:active\:bg-opacity-70:active {
    --tw-bg-opacity: 0.7;
  }

  .lg\:active\:bg-opacity-75:active {
    --tw-bg-opacity: 0.75;
  }

  .lg\:active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }

  .lg\:active\:bg-opacity-90:active {
    --tw-bg-opacity: 0.9;
  }

  .lg\:active\:bg-opacity-95:active {
    --tw-bg-opacity: 0.95;
  }

  .lg\:active\:bg-opacity-100:active {
    --tw-bg-opacity: 1;
  }

  .lg\:visited\:bg-opacity-0:visited {
    --tw-bg-opacity: 0;
  }

  .lg\:visited\:bg-opacity-5:visited {
    --tw-bg-opacity: 0.05;
  }

  .lg\:visited\:bg-opacity-10:visited {
    --tw-bg-opacity: 0.1;
  }

  .lg\:visited\:bg-opacity-20:visited {
    --tw-bg-opacity: 0.2;
  }

  .lg\:visited\:bg-opacity-25:visited {
    --tw-bg-opacity: 0.25;
  }

  .lg\:visited\:bg-opacity-30:visited {
    --tw-bg-opacity: 0.3;
  }

  .lg\:visited\:bg-opacity-40:visited {
    --tw-bg-opacity: 0.4;
  }

  .lg\:visited\:bg-opacity-50:visited {
    --tw-bg-opacity: 0.5;
  }

  .lg\:visited\:bg-opacity-60:visited {
    --tw-bg-opacity: 0.6;
  }

  .lg\:visited\:bg-opacity-70:visited {
    --tw-bg-opacity: 0.7;
  }

  .lg\:visited\:bg-opacity-75:visited {
    --tw-bg-opacity: 0.75;
  }

  .lg\:visited\:bg-opacity-80:visited {
    --tw-bg-opacity: 0.8;
  }

  .lg\:visited\:bg-opacity-90:visited {
    --tw-bg-opacity: 0.9;
  }

  .lg\:visited\:bg-opacity-95:visited {
    --tw-bg-opacity: 0.95;
  }

  .lg\:visited\:bg-opacity-100:visited {
    --tw-bg-opacity: 1;
  }

  .lg\:disabled\:bg-opacity-0:disabled {
    --tw-bg-opacity: 0;
  }

  .lg\:disabled\:bg-opacity-5:disabled {
    --tw-bg-opacity: 0.05;
  }

  .lg\:disabled\:bg-opacity-10:disabled {
    --tw-bg-opacity: 0.1;
  }

  .lg\:disabled\:bg-opacity-20:disabled {
    --tw-bg-opacity: 0.2;
  }

  .lg\:disabled\:bg-opacity-25:disabled {
    --tw-bg-opacity: 0.25;
  }

  .lg\:disabled\:bg-opacity-30:disabled {
    --tw-bg-opacity: 0.3;
  }

  .lg\:disabled\:bg-opacity-40:disabled {
    --tw-bg-opacity: 0.4;
  }

  .lg\:disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5;
  }

  .lg\:disabled\:bg-opacity-60:disabled {
    --tw-bg-opacity: 0.6;
  }

  .lg\:disabled\:bg-opacity-70:disabled {
    --tw-bg-opacity: 0.7;
  }

  .lg\:disabled\:bg-opacity-75:disabled {
    --tw-bg-opacity: 0.75;
  }

  .lg\:disabled\:bg-opacity-80:disabled {
    --tw-bg-opacity: 0.8;
  }

  .lg\:disabled\:bg-opacity-90:disabled {
    --tw-bg-opacity: 0.9;
  }

  .lg\:disabled\:bg-opacity-95:disabled {
    --tw-bg-opacity: 0.95;
  }

  .lg\:disabled\:bg-opacity-100:disabled {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .group:hover .lg\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .lg\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .lg\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .lg\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .lg\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .lg\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .lg\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .lg\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .lg\:group-hover\:bg-top {
    background-position: top;
  }

  .lg\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .lg\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .lg\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .lg\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .lg\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .lg\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .lg\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .lg\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .lg\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .lg\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .lg\:first\:bg-center:first-child {
    background-position: center;
  }

  .lg\:first\:bg-left:first-child {
    background-position: left;
  }

  .lg\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .lg\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .lg\:first\:bg-right:first-child {
    background-position: right;
  }

  .lg\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .lg\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .lg\:first\:bg-top:first-child {
    background-position: top;
  }

  .lg\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .lg\:last\:bg-center:last-child {
    background-position: center;
  }

  .lg\:last\:bg-left:last-child {
    background-position: left;
  }

  .lg\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .lg\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .lg\:last\:bg-right:last-child {
    background-position: right;
  }

  .lg\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .lg\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .lg\:last\:bg-top:last-child {
    background-position: top;
  }

  .lg\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .lg\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .lg\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .lg\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .lg\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .lg\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .lg\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .lg\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .lg\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .lg\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .lg\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .lg\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .lg\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .lg\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .lg\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .lg\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .lg\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .lg\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .lg\:hover\:bg-center:hover {
    background-position: center;
  }

  .lg\:hover\:bg-left:hover {
    background-position: left;
  }

  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .lg\:hover\:bg-top:hover {
    background-position: top;
  }

  .lg\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .lg\:focus\:bg-center:focus {
    background-position: center;
  }

  .lg\:focus\:bg-left:focus {
    background-position: left;
  }

  .lg\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .lg\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .lg\:focus\:bg-right:focus {
    background-position: right;
  }

  .lg\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .lg\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .lg\:focus\:bg-top:focus {
    background-position: top;
  }

  .lg\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .lg\:active\:bg-center:active {
    background-position: center;
  }

  .lg\:active\:bg-left:active {
    background-position: left;
  }

  .lg\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .lg\:active\:bg-left-top:active {
    background-position: left top;
  }

  .lg\:active\:bg-right:active {
    background-position: right;
  }

  .lg\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .lg\:active\:bg-right-top:active {
    background-position: right top;
  }

  .lg\:active\:bg-top:active {
    background-position: top;
  }

  .lg\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .lg\:visited\:bg-center:visited {
    background-position: center;
  }

  .lg\:visited\:bg-left:visited {
    background-position: left;
  }

  .lg\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .lg\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .lg\:visited\:bg-right:visited {
    background-position: right;
  }

  .lg\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .lg\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .lg\:visited\:bg-top:visited {
    background-position: top;
  }

  .lg\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .lg\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .lg\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .lg\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .lg\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .lg\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .lg\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .lg\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .lg\:disabled\:bg-top:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .lg\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .lg\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .lg\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .lg\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .lg\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .lg\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .lg\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .lg\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .lg\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .lg\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .lg\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .lg\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .lg\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .lg\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .lg\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .lg\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .lg\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .lg\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .lg\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .lg\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .lg\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .lg\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .lg\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .lg\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .lg\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .lg\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .lg\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .lg\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .lg\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .lg\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .lg\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .lg\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .lg\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .lg\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .lg\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .lg\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .lg\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .lg\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .lg\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .lg\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .lg\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .lg\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .lg\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .lg\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .lg\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .lg\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .lg\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .lg\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .lg\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .lg\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .lg\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .lg\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .lg\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .lg\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .lg\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .lg\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .lg\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .lg\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .lg\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .lg\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .group:hover .lg\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .lg\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .lg\:group-hover\:bg-contain {
    background-size: contain;
  }

  .lg\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .lg\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .lg\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .lg\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .lg\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .lg\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .lg\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .lg\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .lg\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .lg\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .lg\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .lg\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .lg\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .lg\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .lg\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .lg\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .lg\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .lg\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .lg\:active\:bg-auto:active {
    background-size: auto;
  }

  .lg\:active\:bg-cover:active {
    background-size: cover;
  }

  .lg\:active\:bg-contain:active {
    background-size: contain;
  }

  .lg\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .lg\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .lg\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .lg\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .lg\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .lg\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .group:hover .lg\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .lg\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .lg\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .lg\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .lg\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .lg\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .lg\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .lg\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .lg\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .lg\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .lg\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .lg\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .lg\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .lg\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .lg\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .lg\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .lg\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .lg\:active\:border-separate:active {
    border-collapse: separate;
  }

  .lg\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .lg\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .lg\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .lg\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:border-current {
    border-color: current;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: current;
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lightBlue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warmGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-trueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-coolGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: current;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:first\:border-black:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:first\:border-white:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:first\:border-rose-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:first\:border-pink-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:first\:border-fuchsia-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:first\:border-purple-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:first\:border-violet-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:first\:border-indigo-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:first\:border-blue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:first\:border-lightBlue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:first\:border-cyan-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:first\:border-teal-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:first\:border-emerald-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:first\:border-green-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:first\:border-lime-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:first\:border-yellow-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:first\:border-amber-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:first\:border-orange-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:first\:border-red-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:first\:border-warmGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:first\:border-trueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:first\:border-gray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:first\:border-coolGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:first\:border-blueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:first\:border-current:first-child {
    border-color: current;
  }

  .lg\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .lg\:last\:border-black:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:last\:border-white:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:last\:border-rose-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:last\:border-pink-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:last\:border-fuchsia-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:last\:border-purple-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:last\:border-violet-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:last\:border-indigo-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:last\:border-blue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:last\:border-lightBlue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:last\:border-cyan-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:last\:border-teal-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:last\:border-emerald-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:last\:border-green-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:last\:border-lime-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:last\:border-yellow-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:last\:border-amber-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:last\:border-orange-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:last\:border-red-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:last\:border-warmGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:last\:border-trueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:last\:border-gray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:last\:border-coolGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:last\:border-blueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:last\:border-current:last-child {
    border-color: current;
  }

  .lg\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .lg\:odd\:border-black:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:odd\:border-white:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:odd\:border-rose-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:odd\:border-pink-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:odd\:border-fuchsia-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:odd\:border-purple-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:odd\:border-violet-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:odd\:border-indigo-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lightBlue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:odd\:border-cyan-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:odd\:border-teal-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:odd\:border-emerald-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:odd\:border-green-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:odd\:border-lime-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:odd\:border-yellow-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:odd\:border-amber-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:odd\:border-orange-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:odd\:border-red-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:odd\:border-warmGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:odd\:border-trueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:odd\:border-gray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:odd\:border-coolGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:odd\:border-blueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:odd\:border-current:nth-child(odd) {
    border-color: current;
  }

  .lg\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .lg\:even\:border-black:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:even\:border-white:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:even\:border-rose-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:even\:border-pink-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:even\:border-fuchsia-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:even\:border-purple-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:even\:border-violet-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:even\:border-indigo-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:even\:border-blue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:even\:border-lightBlue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:even\:border-cyan-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:even\:border-teal-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:even\:border-emerald-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:even\:border-green-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:even\:border-lime-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:even\:border-yellow-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:even\:border-amber-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:even\:border-orange-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:even\:border-red-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:even\:border-warmGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:even\:border-trueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:even\:border-gray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:even\:border-coolGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:even\:border-blueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:even\:border-current:nth-child(even) {
    border-color: current;
  }

  .lg\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lightBlue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warmGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-trueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-coolGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:hover\:border-current:hover {
    border-color: current;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lightBlue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warmGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-trueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-coolGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:focus\:border-current:focus {
    border-color: current;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:active\:border-black:active {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:active\:border-rose-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:active\:border-pink-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:active\:border-fuchsia-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:active\:border-purple-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:active\:border-violet-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:active\:border-indigo-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:active\:border-blue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:active\:border-lightBlue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:active\:border-cyan-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:active\:border-teal-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:active\:border-emerald-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:active\:border-green-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:active\:border-lime-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:active\:border-yellow-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:active\:border-amber-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:active\:border-orange-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:active\:border-red-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:active\:border-warmGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:active\:border-trueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:active\:border-gray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:active\:border-coolGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:active\:border-blueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:active\:border-current:active {
    border-color: current;
  }

  .lg\:active\:border-transparent:active {
    border-color: transparent;
  }

  .lg\:visited\:border-black:visited {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:visited\:border-white:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:visited\:border-rose-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:visited\:border-pink-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:visited\:border-fuchsia-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:visited\:border-purple-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:visited\:border-violet-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:visited\:border-indigo-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lightBlue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:visited\:border-cyan-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:visited\:border-teal-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:visited\:border-emerald-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:visited\:border-green-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:visited\:border-lime-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:visited\:border-yellow-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:visited\:border-amber-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:visited\:border-orange-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:visited\:border-red-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:visited\:border-warmGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:visited\:border-trueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:visited\:border-gray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:visited\:border-coolGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:visited\:border-blueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:visited\:border-current:visited {
    border-color: current;
  }

  .lg\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .lg\:disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-white:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-rose-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-pink-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-fuchsia-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-purple-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-violet-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-indigo-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lightBlue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-cyan-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-teal-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-emerald-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-green-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-lime-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-yellow-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-amber-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-orange-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-red-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-warmGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-trueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-gray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-coolGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-blueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:disabled\:border-current:disabled {
    border-color: current;
  }

  .lg\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .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-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-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\:first\:border-opacity-0:first-child {
    --tw-border-opacity: 0;
  }

  .lg\:first\:border-opacity-5:first-child {
    --tw-border-opacity: 0.05;
  }

  .lg\:first\:border-opacity-10:first-child {
    --tw-border-opacity: 0.1;
  }

  .lg\:first\:border-opacity-20:first-child {
    --tw-border-opacity: 0.2;
  }

  .lg\:first\:border-opacity-25:first-child {
    --tw-border-opacity: 0.25;
  }

  .lg\:first\:border-opacity-30:first-child {
    --tw-border-opacity: 0.3;
  }

  .lg\:first\:border-opacity-40:first-child {
    --tw-border-opacity: 0.4;
  }

  .lg\:first\:border-opacity-50:first-child {
    --tw-border-opacity: 0.5;
  }

  .lg\:first\:border-opacity-60:first-child {
    --tw-border-opacity: 0.6;
  }

  .lg\:first\:border-opacity-70:first-child {
    --tw-border-opacity: 0.7;
  }

  .lg\:first\:border-opacity-75:first-child {
    --tw-border-opacity: 0.75;
  }

  .lg\:first\:border-opacity-80:first-child {
    --tw-border-opacity: 0.8;
  }

  .lg\:first\:border-opacity-90:first-child {
    --tw-border-opacity: 0.9;
  }

  .lg\:first\:border-opacity-95:first-child {
    --tw-border-opacity: 0.95;
  }

  .lg\:first\:border-opacity-100:first-child {
    --tw-border-opacity: 1;
  }

  .lg\:last\:border-opacity-0:last-child {
    --tw-border-opacity: 0;
  }

  .lg\:last\:border-opacity-5:last-child {
    --tw-border-opacity: 0.05;
  }

  .lg\:last\:border-opacity-10:last-child {
    --tw-border-opacity: 0.1;
  }

  .lg\:last\:border-opacity-20:last-child {
    --tw-border-opacity: 0.2;
  }

  .lg\:last\:border-opacity-25:last-child {
    --tw-border-opacity: 0.25;
  }

  .lg\:last\:border-opacity-30:last-child {
    --tw-border-opacity: 0.3;
  }

  .lg\:last\:border-opacity-40:last-child {
    --tw-border-opacity: 0.4;
  }

  .lg\:last\:border-opacity-50:last-child {
    --tw-border-opacity: 0.5;
  }

  .lg\:last\:border-opacity-60:last-child {
    --tw-border-opacity: 0.6;
  }

  .lg\:last\:border-opacity-70:last-child {
    --tw-border-opacity: 0.7;
  }

  .lg\:last\:border-opacity-75:last-child {
    --tw-border-opacity: 0.75;
  }

  .lg\:last\:border-opacity-80:last-child {
    --tw-border-opacity: 0.8;
  }

  .lg\:last\:border-opacity-90:last-child {
    --tw-border-opacity: 0.9;
  }

  .lg\:last\:border-opacity-95:last-child {
    --tw-border-opacity: 0.95;
  }

  .lg\:last\:border-opacity-100:last-child {
    --tw-border-opacity: 1;
  }

  .lg\:odd\:border-opacity-0:nth-child(odd) {
    --tw-border-opacity: 0;
  }

  .lg\:odd\:border-opacity-5:nth-child(odd) {
    --tw-border-opacity: 0.05;
  }

  .lg\:odd\:border-opacity-10:nth-child(odd) {
    --tw-border-opacity: 0.1;
  }

  .lg\:odd\:border-opacity-20:nth-child(odd) {
    --tw-border-opacity: 0.2;
  }

  .lg\:odd\:border-opacity-25:nth-child(odd) {
    --tw-border-opacity: 0.25;
  }

  .lg\:odd\:border-opacity-30:nth-child(odd) {
    --tw-border-opacity: 0.3;
  }

  .lg\:odd\:border-opacity-40:nth-child(odd) {
    --tw-border-opacity: 0.4;
  }

  .lg\:odd\:border-opacity-50:nth-child(odd) {
    --tw-border-opacity: 0.5;
  }

  .lg\:odd\:border-opacity-60:nth-child(odd) {
    --tw-border-opacity: 0.6;
  }

  .lg\:odd\:border-opacity-70:nth-child(odd) {
    --tw-border-opacity: 0.7;
  }

  .lg\:odd\:border-opacity-75:nth-child(odd) {
    --tw-border-opacity: 0.75;
  }

  .lg\:odd\:border-opacity-80:nth-child(odd) {
    --tw-border-opacity: 0.8;
  }

  .lg\:odd\:border-opacity-90:nth-child(odd) {
    --tw-border-opacity: 0.9;
  }

  .lg\:odd\:border-opacity-95:nth-child(odd) {
    --tw-border-opacity: 0.95;
  }

  .lg\:odd\:border-opacity-100:nth-child(odd) {
    --tw-border-opacity: 1;
  }

  .lg\:even\:border-opacity-0:nth-child(even) {
    --tw-border-opacity: 0;
  }

  .lg\:even\:border-opacity-5:nth-child(even) {
    --tw-border-opacity: 0.05;
  }

  .lg\:even\:border-opacity-10:nth-child(even) {
    --tw-border-opacity: 0.1;
  }

  .lg\:even\:border-opacity-20:nth-child(even) {
    --tw-border-opacity: 0.2;
  }

  .lg\:even\:border-opacity-25:nth-child(even) {
    --tw-border-opacity: 0.25;
  }

  .lg\:even\:border-opacity-30:nth-child(even) {
    --tw-border-opacity: 0.3;
  }

  .lg\:even\:border-opacity-40:nth-child(even) {
    --tw-border-opacity: 0.4;
  }

  .lg\:even\:border-opacity-50:nth-child(even) {
    --tw-border-opacity: 0.5;
  }

  .lg\:even\:border-opacity-60:nth-child(even) {
    --tw-border-opacity: 0.6;
  }

  .lg\:even\:border-opacity-70:nth-child(even) {
    --tw-border-opacity: 0.7;
  }

  .lg\:even\:border-opacity-75:nth-child(even) {
    --tw-border-opacity: 0.75;
  }

  .lg\:even\:border-opacity-80:nth-child(even) {
    --tw-border-opacity: 0.8;
  }

  .lg\:even\:border-opacity-90:nth-child(even) {
    --tw-border-opacity: 0.9;
  }

  .lg\:even\:border-opacity-95:nth-child(even) {
    --tw-border-opacity: 0.95;
  }

  .lg\:even\:border-opacity-100:nth-child(even) {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .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-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\:active\:border-opacity-0:active {
    --tw-border-opacity: 0;
  }

  .lg\:active\:border-opacity-5:active {
    --tw-border-opacity: 0.05;
  }

  .lg\:active\:border-opacity-10:active {
    --tw-border-opacity: 0.1;
  }

  .lg\:active\:border-opacity-20:active {
    --tw-border-opacity: 0.2;
  }

  .lg\:active\:border-opacity-25:active {
    --tw-border-opacity: 0.25;
  }

  .lg\:active\:border-opacity-30:active {
    --tw-border-opacity: 0.3;
  }

  .lg\:active\:border-opacity-40:active {
    --tw-border-opacity: 0.4;
  }

  .lg\:active\:border-opacity-50:active {
    --tw-border-opacity: 0.5;
  }

  .lg\:active\:border-opacity-60:active {
    --tw-border-opacity: 0.6;
  }

  .lg\:active\:border-opacity-70:active {
    --tw-border-opacity: 0.7;
  }

  .lg\:active\:border-opacity-75:active {
    --tw-border-opacity: 0.75;
  }

  .lg\:active\:border-opacity-80:active {
    --tw-border-opacity: 0.8;
  }

  .lg\:active\:border-opacity-90:active {
    --tw-border-opacity: 0.9;
  }

  .lg\:active\:border-opacity-95:active {
    --tw-border-opacity: 0.95;
  }

  .lg\:active\:border-opacity-100:active {
    --tw-border-opacity: 1;
  }

  .lg\:visited\:border-opacity-0:visited {
    --tw-border-opacity: 0;
  }

  .lg\:visited\:border-opacity-5:visited {
    --tw-border-opacity: 0.05;
  }

  .lg\:visited\:border-opacity-10:visited {
    --tw-border-opacity: 0.1;
  }

  .lg\:visited\:border-opacity-20:visited {
    --tw-border-opacity: 0.2;
  }

  .lg\:visited\:border-opacity-25:visited {
    --tw-border-opacity: 0.25;
  }

  .lg\:visited\:border-opacity-30:visited {
    --tw-border-opacity: 0.3;
  }

  .lg\:visited\:border-opacity-40:visited {
    --tw-border-opacity: 0.4;
  }

  .lg\:visited\:border-opacity-50:visited {
    --tw-border-opacity: 0.5;
  }

  .lg\:visited\:border-opacity-60:visited {
    --tw-border-opacity: 0.6;
  }

  .lg\:visited\:border-opacity-70:visited {
    --tw-border-opacity: 0.7;
  }

  .lg\:visited\:border-opacity-75:visited {
    --tw-border-opacity: 0.75;
  }

  .lg\:visited\:border-opacity-80:visited {
    --tw-border-opacity: 0.8;
  }

  .lg\:visited\:border-opacity-90:visited {
    --tw-border-opacity: 0.9;
  }

  .lg\:visited\:border-opacity-95:visited {
    --tw-border-opacity: 0.95;
  }

  .lg\:visited\:border-opacity-100:visited {
    --tw-border-opacity: 1;
  }

  .lg\:disabled\:border-opacity-0:disabled {
    --tw-border-opacity: 0;
  }

  .lg\:disabled\:border-opacity-5:disabled {
    --tw-border-opacity: 0.05;
  }

  .lg\:disabled\:border-opacity-10:disabled {
    --tw-border-opacity: 0.1;
  }

  .lg\:disabled\:border-opacity-20:disabled {
    --tw-border-opacity: 0.2;
  }

  .lg\:disabled\:border-opacity-25:disabled {
    --tw-border-opacity: 0.25;
  }

  .lg\:disabled\:border-opacity-30:disabled {
    --tw-border-opacity: 0.3;
  }

  .lg\:disabled\:border-opacity-40:disabled {
    --tw-border-opacity: 0.4;
  }

  .lg\:disabled\:border-opacity-50:disabled {
    --tw-border-opacity: 0.5;
  }

  .lg\:disabled\:border-opacity-60:disabled {
    --tw-border-opacity: 0.6;
  }

  .lg\:disabled\:border-opacity-70:disabled {
    --tw-border-opacity: 0.7;
  }

  .lg\:disabled\:border-opacity-75:disabled {
    --tw-border-opacity: 0.75;
  }

  .lg\:disabled\:border-opacity-80:disabled {
    --tw-border-opacity: 0.8;
  }

  .lg\:disabled\:border-opacity-90:disabled {
    --tw-border-opacity: 0.9;
  }

  .lg\:disabled\:border-opacity-95:disabled {
    --tw-border-opacity: 0.95;
  }

  .lg\:disabled\:border-opacity-100:disabled {
    --tw-border-opacity: 1;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-none {
    border-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .group:hover .lg\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-none:focus-within {
    border-radius: 0px;
  }

  .lg\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-md:focus-within {
    border-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-xl:focus-within {
    border-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-2xl:focus-within {
    border-radius: 1rem;
  }

  .lg\:focus-within\:rounded-3xl:focus-within {
    border-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .lg\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-t-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-r-md:focus-within {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-b-md:focus-within {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-l-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-t-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-r-xl:focus-within {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-b-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-l-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-t-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:focus-within\:rounded-r-2xl:focus-within {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus-within\:rounded-b-2xl:focus-within {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus-within\:rounded-l-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus-within\:rounded-t-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-r-3xl:focus-within {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-b-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-l-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0px;
  }

  .lg\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0px;
  }

  .lg\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0px;
  }

  .lg\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0px;
  }

  .lg\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus-within\:rounded-tl-md:focus-within {
    border-top-left-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-tr-md:focus-within {
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-br-md:focus-within {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-bl-md:focus-within {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus-within\:rounded-tl-xl:focus-within {
    border-top-left-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-tr-xl:focus-within {
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-br-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-bl-xl:focus-within {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus-within\:rounded-tl-2xl:focus-within {
    border-top-left-radius: 1rem;
  }

  .lg\:focus-within\:rounded-tr-2xl:focus-within {
    border-top-right-radius: 1rem;
  }

  .lg\:focus-within\:rounded-br-2xl:focus-within {
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus-within\:rounded-bl-2xl:focus-within {
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus-within\:rounded-tl-3xl:focus-within {
    border-top-left-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-tr-3xl:focus-within {
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-br-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-bl-3xl:focus-within {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-none:first-child {
    border-radius: 0px;
  }

  .lg\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .lg\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .lg\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .lg\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .lg\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .lg\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .lg\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .lg\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .lg\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0px;
  }

  .lg\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0px;
  }

  .lg\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0px;
  }

  .lg\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0px;
  }

  .lg\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .lg\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .lg\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .lg\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .lg\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .lg\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .lg\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-none:last-child {
    border-radius: 0px;
  }

  .lg\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .lg\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .lg\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .lg\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .lg\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .lg\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .lg\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .lg\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .lg\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0px;
  }

  .lg\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0px;
  }

  .lg\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0px;
  }

  .lg\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0px;
  }

  .lg\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .lg\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .lg\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .lg\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .lg\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .lg\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .lg\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .lg\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0px;
  }

  .lg\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .lg\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .lg\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .lg\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .lg\:odd\:rounded-xl:nth-child(odd) {
    border-radius: 0.75rem;
  }

  .lg\:odd\:rounded-2xl:nth-child(odd) {
    border-radius: 1rem;
  }

  .lg\:odd\:rounded-3xl:nth-child(odd) {
    border-radius: 1.5rem;
  }

  .lg\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .lg\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-t-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:odd\:rounded-r-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:odd\:rounded-b-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:odd\:rounded-l-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:odd\:rounded-t-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:odd\:rounded-r-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:odd\:rounded-b-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:odd\:rounded-l-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:odd\:rounded-t-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:odd\:rounded-r-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:odd\:rounded-b-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:odd\:rounded-l-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0px;
  }

  .lg\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0px;
  }

  .lg\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
  }

  .lg\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0px;
  }

  .lg\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:odd\:rounded-tl-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
  }

  .lg\:odd\:rounded-tr-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
  }

  .lg\:odd\:rounded-br-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:odd\:rounded-bl-xl:nth-child(odd) {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:odd\:rounded-tl-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
  }

  .lg\:odd\:rounded-tr-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
  }

  .lg\:odd\:rounded-br-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
  }

  .lg\:odd\:rounded-bl-2xl:nth-child(odd) {
    border-bottom-left-radius: 1rem;
  }

  .lg\:odd\:rounded-tl-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
  }

  .lg\:odd\:rounded-tr-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
  }

  .lg\:odd\:rounded-br-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:odd\:rounded-bl-3xl:nth-child(odd) {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .lg\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .lg\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-none:nth-child(even) {
    border-radius: 0px;
  }

  .lg\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .lg\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .lg\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .lg\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .lg\:even\:rounded-xl:nth-child(even) {
    border-radius: 0.75rem;
  }

  .lg\:even\:rounded-2xl:nth-child(even) {
    border-radius: 1rem;
  }

  .lg\:even\:rounded-3xl:nth-child(even) {
    border-radius: 1.5rem;
  }

  .lg\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .lg\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-t-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:even\:rounded-r-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:even\:rounded-b-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:even\:rounded-l-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:even\:rounded-t-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:even\:rounded-r-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:even\:rounded-b-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:even\:rounded-l-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:even\:rounded-t-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:even\:rounded-r-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:even\:rounded-b-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:even\:rounded-l-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0px;
  }

  .lg\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0px;
  }

  .lg\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0px;
  }

  .lg\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0px;
  }

  .lg\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:even\:rounded-tl-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
  }

  .lg\:even\:rounded-tr-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
  }

  .lg\:even\:rounded-br-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:even\:rounded-bl-xl:nth-child(even) {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:even\:rounded-tl-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
  }

  .lg\:even\:rounded-tr-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
  }

  .lg\:even\:rounded-br-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
  }

  .lg\:even\:rounded-bl-2xl:nth-child(even) {
    border-bottom-left-radius: 1rem;
  }

  .lg\:even\:rounded-tl-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
  }

  .lg\:even\:rounded-tr-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
  }

  .lg\:even\:rounded-br-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:even\:rounded-bl-3xl:nth-child(even) {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .lg\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .lg\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .lg\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-none:hover {
    border-radius: 0px;
  }

  .lg\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .lg\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .lg\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .lg\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .lg\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .lg\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .lg\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0px;
  }

  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0px;
  }

  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0px;
  }

  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0px;
  }

  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .lg\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .lg\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .lg\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .lg\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-none:focus {
    border-radius: 0px;
  }

  .lg\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .lg\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .lg\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .lg\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .lg\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .lg\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .lg\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .lg\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .lg\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0px;
  }

  .lg\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0px;
  }

  .lg\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0px;
  }

  .lg\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0px;
  }

  .lg\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .lg\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .lg\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .lg\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .lg\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-none:active {
    border-radius: 0px;
  }

  .lg\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .lg\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .lg\:active\:rounded-md:active {
    border-radius: 0.375rem;
  }

  .lg\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .lg\:active\:rounded-xl:active {
    border-radius: 0.75rem;
  }

  .lg\:active\:rounded-2xl:active {
    border-radius: 1rem;
  }

  .lg\:active\:rounded-3xl:active {
    border-radius: 1.5rem;
  }

  .lg\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .lg\:active\:rounded-t-none:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:active\:rounded-r-none:active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:active\:rounded-l-none:active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-t-md:active {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:active\:rounded-r-md:active {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:active\:rounded-b-md:active {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:active\:rounded-l-md:active {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-t-xl:active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:active\:rounded-r-xl:active {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:active\:rounded-b-xl:active {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:active\:rounded-l-xl:active {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:active\:rounded-t-2xl:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:active\:rounded-r-2xl:active {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:active\:rounded-b-2xl:active {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:active\:rounded-l-2xl:active {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:active\:rounded-t-3xl:active {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:active\:rounded-r-3xl:active {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:active\:rounded-b-3xl:active {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:active\:rounded-l-3xl:active {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-tl-none:active {
    border-top-left-radius: 0px;
  }

  .lg\:active\:rounded-tr-none:active {
    border-top-right-radius: 0px;
  }

  .lg\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0px;
  }

  .lg\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0px;
  }

  .lg\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:active\:rounded-tl-md:active {
    border-top-left-radius: 0.375rem;
  }

  .lg\:active\:rounded-tr-md:active {
    border-top-right-radius: 0.375rem;
  }

  .lg\:active\:rounded-br-md:active {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:active\:rounded-bl-md:active {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:active\:rounded-tl-xl:active {
    border-top-left-radius: 0.75rem;
  }

  .lg\:active\:rounded-tr-xl:active {
    border-top-right-radius: 0.75rem;
  }

  .lg\:active\:rounded-br-xl:active {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:active\:rounded-bl-xl:active {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:active\:rounded-tl-2xl:active {
    border-top-left-radius: 1rem;
  }

  .lg\:active\:rounded-tr-2xl:active {
    border-top-right-radius: 1rem;
  }

  .lg\:active\:rounded-br-2xl:active {
    border-bottom-right-radius: 1rem;
  }

  .lg\:active\:rounded-bl-2xl:active {
    border-bottom-left-radius: 1rem;
  }

  .lg\:active\:rounded-tl-3xl:active {
    border-top-left-radius: 1.5rem;
  }

  .lg\:active\:rounded-tr-3xl:active {
    border-top-right-radius: 1.5rem;
  }

  .lg\:active\:rounded-br-3xl:active {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:active\:rounded-bl-3xl:active {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .lg\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-none:visited {
    border-radius: 0px;
  }

  .lg\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .lg\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .lg\:visited\:rounded-md:visited {
    border-radius: 0.375rem;
  }

  .lg\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .lg\:visited\:rounded-xl:visited {
    border-radius: 0.75rem;
  }

  .lg\:visited\:rounded-2xl:visited {
    border-radius: 1rem;
  }

  .lg\:visited\:rounded-3xl:visited {
    border-radius: 1.5rem;
  }

  .lg\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .lg\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-t-md:visited {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:visited\:rounded-r-md:visited {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:visited\:rounded-b-md:visited {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:visited\:rounded-l-md:visited {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-t-xl:visited {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:visited\:rounded-r-xl:visited {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:visited\:rounded-b-xl:visited {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:visited\:rounded-l-xl:visited {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:visited\:rounded-t-2xl:visited {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:visited\:rounded-r-2xl:visited {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:visited\:rounded-b-2xl:visited {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:visited\:rounded-l-2xl:visited {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:visited\:rounded-t-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:visited\:rounded-r-3xl:visited {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:visited\:rounded-b-3xl:visited {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:visited\:rounded-l-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0px;
  }

  .lg\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0px;
  }

  .lg\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0px;
  }

  .lg\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0px;
  }

  .lg\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:visited\:rounded-tl-md:visited {
    border-top-left-radius: 0.375rem;
  }

  .lg\:visited\:rounded-tr-md:visited {
    border-top-right-radius: 0.375rem;
  }

  .lg\:visited\:rounded-br-md:visited {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:visited\:rounded-bl-md:visited {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:visited\:rounded-tl-xl:visited {
    border-top-left-radius: 0.75rem;
  }

  .lg\:visited\:rounded-tr-xl:visited {
    border-top-right-radius: 0.75rem;
  }

  .lg\:visited\:rounded-br-xl:visited {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:visited\:rounded-bl-xl:visited {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:visited\:rounded-tl-2xl:visited {
    border-top-left-radius: 1rem;
  }

  .lg\:visited\:rounded-tr-2xl:visited {
    border-top-right-radius: 1rem;
  }

  .lg\:visited\:rounded-br-2xl:visited {
    border-bottom-right-radius: 1rem;
  }

  .lg\:visited\:rounded-bl-2xl:visited {
    border-bottom-left-radius: 1rem;
  }

  .lg\:visited\:rounded-tl-3xl:visited {
    border-top-left-radius: 1.5rem;
  }

  .lg\:visited\:rounded-tr-3xl:visited {
    border-top-right-radius: 1.5rem;
  }

  .lg\:visited\:rounded-br-3xl:visited {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:visited\:rounded-bl-3xl:visited {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .lg\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .lg\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .lg\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-none:disabled {
    border-radius: 0px;
  }

  .lg\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .lg\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-md:disabled {
    border-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-xl:disabled {
    border-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-2xl:disabled {
    border-radius: 1rem;
  }

  .lg\:disabled\:rounded-3xl:disabled {
    border-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .lg\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-t-md:disabled {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-r-md:disabled {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-b-md:disabled {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-l-md:disabled {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-t-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-r-xl:disabled {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-b-xl:disabled {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-l-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-t-2xl:disabled {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:disabled\:rounded-r-2xl:disabled {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:disabled\:rounded-b-2xl:disabled {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:disabled\:rounded-l-2xl:disabled {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:disabled\:rounded-t-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-r-3xl:disabled {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-b-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-l-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0px;
  }

  .lg\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0px;
  }

  .lg\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0px;
  }

  .lg\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0px;
  }

  .lg\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:disabled\:rounded-tl-md:disabled {
    border-top-left-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-tr-md:disabled {
    border-top-right-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-br-md:disabled {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-bl-md:disabled {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:disabled\:rounded-tl-xl:disabled {
    border-top-left-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-tr-xl:disabled {
    border-top-right-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-br-xl:disabled {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-bl-xl:disabled {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:disabled\:rounded-tl-2xl:disabled {
    border-top-left-radius: 1rem;
  }

  .lg\:disabled\:rounded-tr-2xl:disabled {
    border-top-right-radius: 1rem;
  }

  .lg\:disabled\:rounded-br-2xl:disabled {
    border-bottom-right-radius: 1rem;
  }

  .lg\:disabled\:rounded-bl-2xl:disabled {
    border-bottom-left-radius: 1rem;
  }

  .lg\:disabled\:rounded-tl-3xl:disabled {
    border-top-left-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-tr-3xl:disabled {
    border-top-right-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-br-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-bl-3xl:disabled {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .lg\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .lg\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .group:hover .lg\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .lg\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .lg\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .lg\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .lg\:group-hover\:border-none {
    border-style: none;
  }

  .lg\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .lg\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .lg\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .lg\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .lg\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .lg\:first\:border-solid:first-child {
    border-style: solid;
  }

  .lg\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .lg\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .lg\:first\:border-double:first-child {
    border-style: double;
  }

  .lg\:first\:border-none:first-child {
    border-style: none;
  }

  .lg\:last\:border-solid:last-child {
    border-style: solid;
  }

  .lg\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .lg\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .lg\:last\:border-double:last-child {
    border-style: double;
  }

  .lg\:last\:border-none:last-child {
    border-style: none;
  }

  .lg\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .lg\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .lg\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .lg\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .lg\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .lg\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .lg\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .lg\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .lg\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .lg\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-double:hover {
    border-style: double;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid;
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .lg\:focus\:border-double:focus {
    border-style: double;
  }

  .lg\:focus\:border-none:focus {
    border-style: none;
  }

  .lg\:active\:border-solid:active {
    border-style: solid;
  }

  .lg\:active\:border-dashed:active {
    border-style: dashed;
  }

  .lg\:active\:border-dotted:active {
    border-style: dotted;
  }

  .lg\:active\:border-double:active {
    border-style: double;
  }

  .lg\:active\:border-none:active {
    border-style: none;
  }

  .lg\:visited\:border-solid:visited {
    border-style: solid;
  }

  .lg\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .lg\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .lg\:visited\:border-double:visited {
    border-style: double;
  }

  .lg\:visited\:border-none:visited {
    border-style: none;
  }

  .lg\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .lg\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .lg\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .lg\:disabled\:border-double:disabled {
    border-style: double;
  }

  .lg\:disabled\:border-none:disabled {
    border-style: none;
  }

  .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-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-0 {
    border-width: 0px;
  }

  .group:hover .lg\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .lg\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .group:hover .lg\:group-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .group:hover .lg\:group-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .group:hover .lg\:group-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .group:hover .lg\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .lg\:focus-within\:border-0:focus-within {
    border-width: 0px;
  }

  .lg\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .lg\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .lg\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .lg\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .lg\:focus-within\:border-t-0:focus-within {
    border-top-width: 0px;
  }

  .lg\:focus-within\:border-r-0:focus-within {
    border-right-width: 0px;
  }

  .lg\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0px;
  }

  .lg\:focus-within\:border-l-0:focus-within {
    border-left-width: 0px;
  }

  .lg\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .lg\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .lg\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .lg\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .lg\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .lg\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .lg\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .lg\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .lg\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .lg\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .lg\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .lg\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .lg\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .lg\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .lg\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .lg\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0px;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0px;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .lg\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .lg\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .lg\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .lg\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .lg\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .lg\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .lg\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .lg\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .lg\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .lg\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .lg\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .lg\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .lg\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .lg\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .lg\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .lg\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .lg\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .lg\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .lg\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .lg\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .lg\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .lg\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .lg\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .lg\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .lg\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .lg\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .lg\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .lg\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .lg\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .lg\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .lg\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .lg\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .lg\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .lg\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .lg\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .lg\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .lg\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .lg\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .lg\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .lg\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .lg\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .lg\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .lg\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .lg\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .lg\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .lg\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .lg\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .lg\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .lg\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .lg\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0px;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:focus\:border-0:focus {
    border-width: 0px;
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px;
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px;
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px;
  }

  .lg\:focus\:border:focus {
    border-width: 1px;
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .lg\:active\:border-0:active {
    border-width: 0px;
  }

  .lg\:active\:border-2:active {
    border-width: 2px;
  }

  .lg\:active\:border-4:active {
    border-width: 4px;
  }

  .lg\:active\:border-8:active {
    border-width: 8px;
  }

  .lg\:active\:border:active {
    border-width: 1px;
  }

  .lg\:active\:border-t-0:active {
    border-top-width: 0px;
  }

  .lg\:active\:border-r-0:active {
    border-right-width: 0px;
  }

  .lg\:active\:border-b-0:active {
    border-bottom-width: 0px;
  }

  .lg\:active\:border-l-0:active {
    border-left-width: 0px;
  }

  .lg\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .lg\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .lg\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .lg\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .lg\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .lg\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .lg\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .lg\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .lg\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .lg\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .lg\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .lg\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .lg\:active\:border-t:active {
    border-top-width: 1px;
  }

  .lg\:active\:border-r:active {
    border-right-width: 1px;
  }

  .lg\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .lg\:active\:border-l:active {
    border-left-width: 1px;
  }

  .lg\:visited\:border-0:visited {
    border-width: 0px;
  }

  .lg\:visited\:border-2:visited {
    border-width: 2px;
  }

  .lg\:visited\:border-4:visited {
    border-width: 4px;
  }

  .lg\:visited\:border-8:visited {
    border-width: 8px;
  }

  .lg\:visited\:border:visited {
    border-width: 1px;
  }

  .lg\:visited\:border-t-0:visited {
    border-top-width: 0px;
  }

  .lg\:visited\:border-r-0:visited {
    border-right-width: 0px;
  }

  .lg\:visited\:border-b-0:visited {
    border-bottom-width: 0px;
  }

  .lg\:visited\:border-l-0:visited {
    border-left-width: 0px;
  }

  .lg\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .lg\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .lg\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .lg\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .lg\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .lg\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .lg\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .lg\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .lg\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .lg\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .lg\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .lg\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .lg\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .lg\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .lg\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .lg\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .lg\:disabled\:border-0:disabled {
    border-width: 0px;
  }

  .lg\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .lg\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .lg\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .lg\:disabled\:border:disabled {
    border-width: 1px;
  }

  .lg\:disabled\:border-t-0:disabled {
    border-top-width: 0px;
  }

  .lg\:disabled\:border-r-0:disabled {
    border-right-width: 0px;
  }

  .lg\:disabled\:border-b-0:disabled {
    border-bottom-width: 0px;
  }

  .lg\:disabled\:border-l-0:disabled {
    border-left-width: 0px;
  }

  .lg\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .lg\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .lg\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .lg\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .lg\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .lg\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .lg\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .lg\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .lg\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .lg\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .lg\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .lg\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .lg\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .lg\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .lg\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .lg\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .group:hover .lg\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .lg\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .lg\:focus-within\:box-border:focus-within {
    box-sizing: border-box;
  }

  .lg\:focus-within\:box-content:focus-within {
    box-sizing: content-box;
  }

  .lg\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .lg\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .lg\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .lg\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .lg\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .lg\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .lg\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .lg\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .lg\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .lg\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .lg\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .lg\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .lg\:active\:box-border:active {
    box-sizing: border-box;
  }

  .lg\:active\:box-content:active {
    box-sizing: content-box;
  }

  .lg\:visited\:box-border:visited {
    box-sizing: border-box;
  }

  .lg\:visited\:box-content:visited {
    box-sizing: content-box;
  }

  .lg\:disabled\:box-border:disabled {
    box-sizing: border-box;
  }

  .lg\:disabled\:box-content:disabled {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .lg\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .lg\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .lg\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .lg\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .lg\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .lg\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .lg\:group-hover\:cursor-help {
    cursor: help;
  }

  .group:hover .lg\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .lg\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .lg\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .lg\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .lg\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .lg\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .lg\:focus-within\:cursor-help:focus-within {
    cursor: help;
  }

  .lg\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .lg\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .lg\:first\:cursor-default:first-child {
    cursor: default;
  }

  .lg\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .lg\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .lg\:first\:cursor-text:first-child {
    cursor: text;
  }

  .lg\:first\:cursor-move:first-child {
    cursor: move;
  }

  .lg\:first\:cursor-help:first-child {
    cursor: help;
  }

  .lg\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .lg\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .lg\:last\:cursor-default:last-child {
    cursor: default;
  }

  .lg\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .lg\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .lg\:last\:cursor-text:last-child {
    cursor: text;
  }

  .lg\:last\:cursor-move:last-child {
    cursor: move;
  }

  .lg\:last\:cursor-help:last-child {
    cursor: help;
  }

  .lg\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .lg\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .lg\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .lg\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .lg\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .lg\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .lg\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .lg\:odd\:cursor-help:nth-child(odd) {
    cursor: help;
  }

  .lg\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .lg\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .lg\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .lg\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .lg\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .lg\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .lg\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .lg\:even\:cursor-help:nth-child(even) {
    cursor: help;
  }

  .lg\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .lg\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .lg\:hover\:cursor-default:hover {
    cursor: default;
  }

  .lg\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .lg\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .lg\:hover\:cursor-text:hover {
    cursor: text;
  }

  .lg\:hover\:cursor-move:hover {
    cursor: move;
  }

  .lg\:hover\:cursor-help:hover {
    cursor: help;
  }

  .lg\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .lg\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .lg\:focus\:cursor-default:focus {
    cursor: default;
  }

  .lg\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .lg\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .lg\:focus\:cursor-text:focus {
    cursor: text;
  }

  .lg\:focus\:cursor-move:focus {
    cursor: move;
  }

  .lg\:focus\:cursor-help:focus {
    cursor: help;
  }

  .lg\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .lg\:active\:cursor-auto:active {
    cursor: auto;
  }

  .lg\:active\:cursor-default:active {
    cursor: default;
  }

  .lg\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .lg\:active\:cursor-wait:active {
    cursor: wait;
  }

  .lg\:active\:cursor-text:active {
    cursor: text;
  }

  .lg\:active\:cursor-move:active {
    cursor: move;
  }

  .lg\:active\:cursor-help:active {
    cursor: help;
  }

  .lg\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .lg\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .lg\:visited\:cursor-default:visited {
    cursor: default;
  }

  .lg\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .lg\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .lg\:visited\:cursor-text:visited {
    cursor: text;
  }

  .lg\:visited\:cursor-move:visited {
    cursor: move;
  }

  .lg\:visited\:cursor-help:visited {
    cursor: help;
  }

  .lg\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .lg\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .lg\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .lg\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .lg\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .lg\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .lg\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .lg\:disabled\:cursor-help:disabled {
    cursor: help;
  }

  .lg\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:focus-within\:block:focus-within {
    display: block;
  }

  .lg\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .lg\:focus-within\:inline:focus-within {
    display: inline;
  }

  .lg\:focus-within\:flex:focus-within {
    display: flex;
  }

  .lg\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .lg\:focus-within\:table:focus-within {
    display: table;
  }

  .lg\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .lg\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .lg\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .lg\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .lg\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .lg\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .lg\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .lg\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .lg\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .lg\:focus-within\:grid:focus-within {
    display: grid;
  }

  .lg\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .lg\:focus-within\:contents:focus-within {
    display: contents;
  }

  .lg\:focus-within\:hidden:focus-within {
    display: none;
  }

  .lg\:first\:block:first-child {
    display: block;
  }

  .lg\:first\:inline-block:first-child {
    display: inline-block;
  }

  .lg\:first\:inline:first-child {
    display: inline;
  }

  .lg\:first\:flex:first-child {
    display: flex;
  }

  .lg\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .lg\:first\:table:first-child {
    display: table;
  }

  .lg\:first\:table-caption:first-child {
    display: table-caption;
  }

  .lg\:first\:table-cell:first-child {
    display: table-cell;
  }

  .lg\:first\:table-column:first-child {
    display: table-column;
  }

  .lg\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .lg\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .lg\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .lg\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .lg\:first\:table-row:first-child {
    display: table-row;
  }

  .lg\:first\:flow-root:first-child {
    display: flow-root;
  }

  .lg\:first\:grid:first-child {
    display: grid;
  }

  .lg\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .lg\:first\:contents:first-child {
    display: contents;
  }

  .lg\:first\:hidden:first-child {
    display: none;
  }

  .lg\:last\:block:last-child {
    display: block;
  }

  .lg\:last\:inline-block:last-child {
    display: inline-block;
  }

  .lg\:last\:inline:last-child {
    display: inline;
  }

  .lg\:last\:flex:last-child {
    display: flex;
  }

  .lg\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .lg\:last\:table:last-child {
    display: table;
  }

  .lg\:last\:table-caption:last-child {
    display: table-caption;
  }

  .lg\:last\:table-cell:last-child {
    display: table-cell;
  }

  .lg\:last\:table-column:last-child {
    display: table-column;
  }

  .lg\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .lg\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .lg\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .lg\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .lg\:last\:table-row:last-child {
    display: table-row;
  }

  .lg\:last\:flow-root:last-child {
    display: flow-root;
  }

  .lg\:last\:grid:last-child {
    display: grid;
  }

  .lg\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .lg\:last\:contents:last-child {
    display: contents;
  }

  .lg\:last\:hidden:last-child {
    display: none;
  }

  .lg\:odd\:block:nth-child(odd) {
    display: block;
  }

  .lg\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .lg\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .lg\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .lg\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .lg\:odd\:table:nth-child(odd) {
    display: table;
  }

  .lg\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .lg\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .lg\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .lg\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .lg\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .lg\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .lg\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .lg\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .lg\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .lg\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .lg\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .lg\:odd\:contents:nth-child(odd) {
    display: contents;
  }

  .lg\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .lg\:even\:block:nth-child(even) {
    display: block;
  }

  .lg\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .lg\:even\:inline:nth-child(even) {
    display: inline;
  }

  .lg\:even\:flex:nth-child(even) {
    display: flex;
  }

  .lg\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .lg\:even\:table:nth-child(even) {
    display: table;
  }

  .lg\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .lg\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .lg\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .lg\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .lg\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .lg\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .lg\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .lg\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .lg\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .lg\:even\:grid:nth-child(even) {
    display: grid;
  }

  .lg\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .lg\:even\:contents:nth-child(even) {
    display: contents;
  }

  .lg\:even\:hidden:nth-child(even) {
    display: none;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:flex:hover {
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:table-caption:hover {
    display: table-caption;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:table-column:hover {
    display: table-column;
  }

  .lg\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .lg\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .lg\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .lg\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:flow-root:hover {
    display: flow-root;
  }

  .lg\:hover\:grid:hover {
    display: grid;
  }

  .lg\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .lg\:hover\:contents:hover {
    display: contents;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:focus\:block:focus {
    display: block;
  }

  .lg\:focus\:inline-block:focus {
    display: inline-block;
  }

  .lg\:focus\:inline:focus {
    display: inline;
  }

  .lg\:focus\:flex:focus {
    display: flex;
  }

  .lg\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .lg\:focus\:table:focus {
    display: table;
  }

  .lg\:focus\:table-caption:focus {
    display: table-caption;
  }

  .lg\:focus\:table-cell:focus {
    display: table-cell;
  }

  .lg\:focus\:table-column:focus {
    display: table-column;
  }

  .lg\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .lg\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .lg\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .lg\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .lg\:focus\:table-row:focus {
    display: table-row;
  }

  .lg\:focus\:flow-root:focus {
    display: flow-root;
  }

  .lg\:focus\:grid:focus {
    display: grid;
  }

  .lg\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .lg\:focus\:contents:focus {
    display: contents;
  }

  .lg\:focus\:hidden:focus {
    display: none;
  }

  .lg\:active\:block:active {
    display: block;
  }

  .lg\:active\:inline-block:active {
    display: inline-block;
  }

  .lg\:active\:inline:active {
    display: inline;
  }

  .lg\:active\:flex:active {
    display: flex;
  }

  .lg\:active\:inline-flex:active {
    display: inline-flex;
  }

  .lg\:active\:table:active {
    display: table;
  }

  .lg\:active\:table-caption:active {
    display: table-caption;
  }

  .lg\:active\:table-cell:active {
    display: table-cell;
  }

  .lg\:active\:table-column:active {
    display: table-column;
  }

  .lg\:active\:table-column-group:active {
    display: table-column-group;
  }

  .lg\:active\:table-footer-group:active {
    display: table-footer-group;
  }

  .lg\:active\:table-header-group:active {
    display: table-header-group;
  }

  .lg\:active\:table-row-group:active {
    display: table-row-group;
  }

  .lg\:active\:table-row:active {
    display: table-row;
  }

  .lg\:active\:flow-root:active {
    display: flow-root;
  }

  .lg\:active\:grid:active {
    display: grid;
  }

  .lg\:active\:inline-grid:active {
    display: inline-grid;
  }

  .lg\:active\:contents:active {
    display: contents;
  }

  .lg\:active\:hidden:active {
    display: none;
  }

  .lg\:visited\:block:visited {
    display: block;
  }

  .lg\:visited\:inline-block:visited {
    display: inline-block;
  }

  .lg\:visited\:inline:visited {
    display: inline;
  }

  .lg\:visited\:flex:visited {
    display: flex;
  }

  .lg\:visited\:inline-flex:visited {
    display: inline-flex;
  }

  .lg\:visited\:table:visited {
    display: table;
  }

  .lg\:visited\:table-caption:visited {
    display: table-caption;
  }

  .lg\:visited\:table-cell:visited {
    display: table-cell;
  }

  .lg\:visited\:table-column:visited {
    display: table-column;
  }

  .lg\:visited\:table-column-group:visited {
    display: table-column-group;
  }

  .lg\:visited\:table-footer-group:visited {
    display: table-footer-group;
  }

  .lg\:visited\:table-header-group:visited {
    display: table-header-group;
  }

  .lg\:visited\:table-row-group:visited {
    display: table-row-group;
  }

  .lg\:visited\:table-row:visited {
    display: table-row;
  }

  .lg\:visited\:flow-root:visited {
    display: flow-root;
  }

  .lg\:visited\:grid:visited {
    display: grid;
  }

  .lg\:visited\:inline-grid:visited {
    display: inline-grid;
  }

  .lg\:visited\:contents:visited {
    display: contents;
  }

  .lg\:visited\:hidden:visited {
    display: none;
  }

  .lg\:disabled\:block:disabled {
    display: block;
  }

  .lg\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .lg\:disabled\:inline:disabled {
    display: inline;
  }

  .lg\:disabled\:flex:disabled {
    display: flex;
  }

  .lg\:disabled\:inline-flex:disabled {
    display: inline-flex;
  }

  .lg\:disabled\:table:disabled {
    display: table;
  }

  .lg\:disabled\:table-caption:disabled {
    display: table-caption;
  }

  .lg\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .lg\:disabled\:table-column:disabled {
    display: table-column;
  }

  .lg\:disabled\:table-column-group:disabled {
    display: table-column-group;
  }

  .lg\:disabled\:table-footer-group:disabled {
    display: table-footer-group;
  }

  .lg\:disabled\:table-header-group:disabled {
    display: table-header-group;
  }

  .lg\:disabled\:table-row-group:disabled {
    display: table-row-group;
  }

  .lg\:disabled\:table-row:disabled {
    display: table-row;
  }

  .lg\:disabled\:flow-root:disabled {
    display: flow-root;
  }

  .lg\:disabled\:grid:disabled {
    display: grid;
  }

  .lg\:disabled\:inline-grid:disabled {
    display: inline-grid;
  }

  .lg\:disabled\:contents:disabled {
    display: contents;
  }

  .lg\:disabled\:hidden:disabled {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .lg\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .lg\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .lg\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .lg\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .lg\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .lg\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .lg\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .lg\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .lg\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .lg\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .lg\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .lg\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .lg\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .lg\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .lg\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .lg\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .lg\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .lg\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .lg\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .lg\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .lg\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .lg\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .lg\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .lg\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .lg\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .lg\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .lg\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .lg\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .lg\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .lg\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .lg\:active\:flex-row:active {
    flex-direction: row;
  }

  .lg\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .lg\:active\:flex-col:active {
    flex-direction: column;
  }

  .lg\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .lg\:visited\:flex-row:visited {
    flex-direction: row;
  }

  .lg\:visited\:flex-row-reverse:visited {
    flex-direction: row-reverse;
  }

  .lg\:visited\:flex-col:visited {
    flex-direction: column;
  }

  .lg\:visited\:flex-col-reverse:visited {
    flex-direction: column-reverse;
  }

  .lg\:disabled\:flex-row:disabled {
    flex-direction: row;
  }

  .lg\:disabled\:flex-row-reverse:disabled {
    flex-direction: row-reverse;
  }

  .lg\:disabled\:flex-col:disabled {
    flex-direction: column;
  }

  .lg\:disabled\:flex-col-reverse:disabled {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .lg\:group-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .lg\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus-within\:flex-nowrap:focus-within {
    flex-wrap: nowrap;
  }

  .lg\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .lg\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:first\:flex-nowrap:first-child {
    flex-wrap: nowrap;
  }

  .lg\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .lg\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .lg\:last\:flex-nowrap:last-child {
    flex-wrap: nowrap;
  }

  .lg\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .lg\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .lg\:odd\:flex-nowrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .lg\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .lg\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .lg\:even\:flex-nowrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .lg\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .lg\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .lg\:hover\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }

  .lg\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .lg\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }

  .lg\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .lg\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .lg\:active\:flex-nowrap:active {
    flex-wrap: nowrap;
  }

  .lg\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .lg\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .lg\:visited\:flex-nowrap:visited {
    flex-wrap: nowrap;
  }

  .lg\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .lg\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .lg\:disabled\:flex-nowrap:disabled {
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .group:hover .lg\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .lg\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .lg\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .lg\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .lg\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:focus-within\:place-items-auto:focus-within {
    place-items: auto;
  }

  .lg\:focus-within\:place-items-start:focus-within {
    place-items: start;
  }

  .lg\:focus-within\:place-items-end:focus-within {
    place-items: end;
  }

  .lg\:focus-within\:place-items-center:focus-within {
    place-items: center;
  }

  .lg\:focus-within\:place-items-stretch:focus-within {
    place-items: stretch;
  }

  .lg\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .lg\:first\:place-items-start:first-child {
    place-items: start;
  }

  .lg\:first\:place-items-end:first-child {
    place-items: end;
  }

  .lg\:first\:place-items-center:first-child {
    place-items: center;
  }

  .lg\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .lg\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .lg\:last\:place-items-start:last-child {
    place-items: start;
  }

  .lg\:last\:place-items-end:last-child {
    place-items: end;
  }

  .lg\:last\:place-items-center:last-child {
    place-items: center;
  }

  .lg\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .lg\:odd\:place-items-auto:nth-child(odd) {
    place-items: auto;
  }

  .lg\:odd\:place-items-start:nth-child(odd) {
    place-items: start;
  }

  .lg\:odd\:place-items-end:nth-child(odd) {
    place-items: end;
  }

  .lg\:odd\:place-items-center:nth-child(odd) {
    place-items: center;
  }

  .lg\:odd\:place-items-stretch:nth-child(odd) {
    place-items: stretch;
  }

  .lg\:even\:place-items-auto:nth-child(even) {
    place-items: auto;
  }

  .lg\:even\:place-items-start:nth-child(even) {
    place-items: start;
  }

  .lg\:even\:place-items-end:nth-child(even) {
    place-items: end;
  }

  .lg\:even\:place-items-center:nth-child(even) {
    place-items: center;
  }

  .lg\:even\:place-items-stretch:nth-child(even) {
    place-items: stretch;
  }

  .lg\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .lg\:hover\:place-items-start:hover {
    place-items: start;
  }

  .lg\:hover\:place-items-end:hover {
    place-items: end;
  }

  .lg\:hover\:place-items-center:hover {
    place-items: center;
  }

  .lg\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .lg\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .lg\:focus\:place-items-start:focus {
    place-items: start;
  }

  .lg\:focus\:place-items-end:focus {
    place-items: end;
  }

  .lg\:focus\:place-items-center:focus {
    place-items: center;
  }

  .lg\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .lg\:active\:place-items-auto:active {
    place-items: auto;
  }

  .lg\:active\:place-items-start:active {
    place-items: start;
  }

  .lg\:active\:place-items-end:active {
    place-items: end;
  }

  .lg\:active\:place-items-center:active {
    place-items: center;
  }

  .lg\:active\:place-items-stretch:active {
    place-items: stretch;
  }

  .lg\:visited\:place-items-auto:visited {
    place-items: auto;
  }

  .lg\:visited\:place-items-start:visited {
    place-items: start;
  }

  .lg\:visited\:place-items-end:visited {
    place-items: end;
  }

  .lg\:visited\:place-items-center:visited {
    place-items: center;
  }

  .lg\:visited\:place-items-stretch:visited {
    place-items: stretch;
  }

  .lg\:disabled\:place-items-auto:disabled {
    place-items: auto;
  }

  .lg\:disabled\:place-items-start:disabled {
    place-items: start;
  }

  .lg\:disabled\:place-items-end:disabled {
    place-items: end;
  }

  .lg\:disabled\:place-items-center:disabled {
    place-items: center;
  }

  .lg\:disabled\:place-items-stretch:disabled {
    place-items: stretch;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .group:hover .lg\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .lg\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .lg\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .lg\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .lg\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .lg\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:focus-within\:place-content-center:focus-within {
    place-content: center;
  }

  .lg\:focus-within\:place-content-start:focus-within {
    place-content: start;
  }

  .lg\:focus-within\:place-content-end:focus-within {
    place-content: end;
  }

  .lg\:focus-within\:place-content-between:focus-within {
    place-content: space-between;
  }

  .lg\:focus-within\:place-content-around:focus-within {
    place-content: space-around;
  }

  .lg\:focus-within\:place-content-evenly:focus-within {
    place-content: space-evenly;
  }

  .lg\:focus-within\:place-content-stretch:focus-within {
    place-content: stretch;
  }

  .lg\:first\:place-content-center:first-child {
    place-content: center;
  }

  .lg\:first\:place-content-start:first-child {
    place-content: start;
  }

  .lg\:first\:place-content-end:first-child {
    place-content: end;
  }

  .lg\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .lg\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .lg\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .lg\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .lg\:last\:place-content-center:last-child {
    place-content: center;
  }

  .lg\:last\:place-content-start:last-child {
    place-content: start;
  }

  .lg\:last\:place-content-end:last-child {
    place-content: end;
  }

  .lg\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .lg\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .lg\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .lg\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .lg\:odd\:place-content-center:nth-child(odd) {
    place-content: center;
  }

  .lg\:odd\:place-content-start:nth-child(odd) {
    place-content: start;
  }

  .lg\:odd\:place-content-end:nth-child(odd) {
    place-content: end;
  }

  .lg\:odd\:place-content-between:nth-child(odd) {
    place-content: space-between;
  }

  .lg\:odd\:place-content-around:nth-child(odd) {
    place-content: space-around;
  }

  .lg\:odd\:place-content-evenly:nth-child(odd) {
    place-content: space-evenly;
  }

  .lg\:odd\:place-content-stretch:nth-child(odd) {
    place-content: stretch;
  }

  .lg\:even\:place-content-center:nth-child(even) {
    place-content: center;
  }

  .lg\:even\:place-content-start:nth-child(even) {
    place-content: start;
  }

  .lg\:even\:place-content-end:nth-child(even) {
    place-content: end;
  }

  .lg\:even\:place-content-between:nth-child(even) {
    place-content: space-between;
  }

  .lg\:even\:place-content-around:nth-child(even) {
    place-content: space-around;
  }

  .lg\:even\:place-content-evenly:nth-child(even) {
    place-content: space-evenly;
  }

  .lg\:even\:place-content-stretch:nth-child(even) {
    place-content: stretch;
  }

  .lg\:hover\:place-content-center:hover {
    place-content: center;
  }

  .lg\:hover\:place-content-start:hover {
    place-content: start;
  }

  .lg\:hover\:place-content-end:hover {
    place-content: end;
  }

  .lg\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .lg\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .lg\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .lg\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .lg\:focus\:place-content-center:focus {
    place-content: center;
  }

  .lg\:focus\:place-content-start:focus {
    place-content: start;
  }

  .lg\:focus\:place-content-end:focus {
    place-content: end;
  }

  .lg\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .lg\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .lg\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .lg\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .lg\:active\:place-content-center:active {
    place-content: center;
  }

  .lg\:active\:place-content-start:active {
    place-content: start;
  }

  .lg\:active\:place-content-end:active {
    place-content: end;
  }

  .lg\:active\:place-content-between:active {
    place-content: space-between;
  }

  .lg\:active\:place-content-around:active {
    place-content: space-around;
  }

  .lg\:active\:place-content-evenly:active {
    place-content: space-evenly;
  }

  .lg\:active\:place-content-stretch:active {
    place-content: stretch;
  }

  .lg\:visited\:place-content-center:visited {
    place-content: center;
  }

  .lg\:visited\:place-content-start:visited {
    place-content: start;
  }

  .lg\:visited\:place-content-end:visited {
    place-content: end;
  }

  .lg\:visited\:place-content-between:visited {
    place-content: space-between;
  }

  .lg\:visited\:place-content-around:visited {
    place-content: space-around;
  }

  .lg\:visited\:place-content-evenly:visited {
    place-content: space-evenly;
  }

  .lg\:visited\:place-content-stretch:visited {
    place-content: stretch;
  }

  .lg\:disabled\:place-content-center:disabled {
    place-content: center;
  }

  .lg\:disabled\:place-content-start:disabled {
    place-content: start;
  }

  .lg\:disabled\:place-content-end:disabled {
    place-content: end;
  }

  .lg\:disabled\:place-content-between:disabled {
    place-content: space-between;
  }

  .lg\:disabled\:place-content-around:disabled {
    place-content: space-around;
  }

  .lg\:disabled\:place-content-evenly:disabled {
    place-content: space-evenly;
  }

  .lg\:disabled\:place-content-stretch:disabled {
    place-content: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .group:hover .lg\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .lg\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .lg\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .lg\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .lg\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:focus-within\:place-self-auto:focus-within {
    place-self: auto;
  }

  .lg\:focus-within\:place-self-start:focus-within {
    place-self: start;
  }

  .lg\:focus-within\:place-self-end:focus-within {
    place-self: end;
  }

  .lg\:focus-within\:place-self-center:focus-within {
    place-self: center;
  }

  .lg\:focus-within\:place-self-stretch:focus-within {
    place-self: stretch;
  }

  .lg\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .lg\:first\:place-self-start:first-child {
    place-self: start;
  }

  .lg\:first\:place-self-end:first-child {
    place-self: end;
  }

  .lg\:first\:place-self-center:first-child {
    place-self: center;
  }

  .lg\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .lg\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .lg\:last\:place-self-start:last-child {
    place-self: start;
  }

  .lg\:last\:place-self-end:last-child {
    place-self: end;
  }

  .lg\:last\:place-self-center:last-child {
    place-self: center;
  }

  .lg\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .lg\:odd\:place-self-auto:nth-child(odd) {
    place-self: auto;
  }

  .lg\:odd\:place-self-start:nth-child(odd) {
    place-self: start;
  }

  .lg\:odd\:place-self-end:nth-child(odd) {
    place-self: end;
  }

  .lg\:odd\:place-self-center:nth-child(odd) {
    place-self: center;
  }

  .lg\:odd\:place-self-stretch:nth-child(odd) {
    place-self: stretch;
  }

  .lg\:even\:place-self-auto:nth-child(even) {
    place-self: auto;
  }

  .lg\:even\:place-self-start:nth-child(even) {
    place-self: start;
  }

  .lg\:even\:place-self-end:nth-child(even) {
    place-self: end;
  }

  .lg\:even\:place-self-center:nth-child(even) {
    place-self: center;
  }

  .lg\:even\:place-self-stretch:nth-child(even) {
    place-self: stretch;
  }

  .lg\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .lg\:hover\:place-self-start:hover {
    place-self: start;
  }

  .lg\:hover\:place-self-end:hover {
    place-self: end;
  }

  .lg\:hover\:place-self-center:hover {
    place-self: center;
  }

  .lg\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .lg\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .lg\:focus\:place-self-start:focus {
    place-self: start;
  }

  .lg\:focus\:place-self-end:focus {
    place-self: end;
  }

  .lg\:focus\:place-self-center:focus {
    place-self: center;
  }

  .lg\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .lg\:active\:place-self-auto:active {
    place-self: auto;
  }

  .lg\:active\:place-self-start:active {
    place-self: start;
  }

  .lg\:active\:place-self-end:active {
    place-self: end;
  }

  .lg\:active\:place-self-center:active {
    place-self: center;
  }

  .lg\:active\:place-self-stretch:active {
    place-self: stretch;
  }

  .lg\:visited\:place-self-auto:visited {
    place-self: auto;
  }

  .lg\:visited\:place-self-start:visited {
    place-self: start;
  }

  .lg\:visited\:place-self-end:visited {
    place-self: end;
  }

  .lg\:visited\:place-self-center:visited {
    place-self: center;
  }

  .lg\:visited\:place-self-stretch:visited {
    place-self: stretch;
  }

  .lg\:disabled\:place-self-auto:disabled {
    place-self: auto;
  }

  .lg\:disabled\:place-self-start:disabled {
    place-self: start;
  }

  .lg\:disabled\:place-self-end:disabled {
    place-self: end;
  }

  .lg\:disabled\:place-self-center:disabled {
    place-self: center;
  }

  .lg\:disabled\:place-self-stretch:disabled {
    place-self: stretch;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .group:hover .lg\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .lg\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .lg\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .lg\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .lg\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .lg\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .lg\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .lg\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .lg\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .lg\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .lg\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .lg\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .lg\:first\:items-center:first-child {
    align-items: center;
  }

  .lg\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .lg\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .lg\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .lg\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .lg\:last\:items-center:last-child {
    align-items: center;
  }

  .lg\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .lg\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .lg\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .lg\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .lg\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .lg\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .lg\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .lg\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .lg\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .lg\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .lg\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .lg\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .lg\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .lg\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .lg\:hover\:items-center:hover {
    align-items: center;
  }

  .lg\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .lg\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .lg\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .lg\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .lg\:focus\:items-center:focus {
    align-items: center;
  }

  .lg\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .lg\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .lg\:active\:items-start:active {
    align-items: flex-start;
  }

  .lg\:active\:items-end:active {
    align-items: flex-end;
  }

  .lg\:active\:items-center:active {
    align-items: center;
  }

  .lg\:active\:items-baseline:active {
    align-items: baseline;
  }

  .lg\:active\:items-stretch:active {
    align-items: stretch;
  }

  .lg\:visited\:items-start:visited {
    align-items: flex-start;
  }

  .lg\:visited\:items-end:visited {
    align-items: flex-end;
  }

  .lg\:visited\:items-center:visited {
    align-items: center;
  }

  .lg\:visited\:items-baseline:visited {
    align-items: baseline;
  }

  .lg\:visited\:items-stretch:visited {
    align-items: stretch;
  }

  .lg\:disabled\:items-start:disabled {
    align-items: flex-start;
  }

  .lg\:disabled\:items-end:disabled {
    align-items: flex-end;
  }

  .lg\:disabled\:items-center:disabled {
    align-items: center;
  }

  .lg\:disabled\:items-baseline:disabled {
    align-items: baseline;
  }

  .lg\:disabled\:items-stretch:disabled {
    align-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .lg\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .lg\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .lg\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .lg\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .lg\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .lg\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .lg\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .lg\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .lg\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .lg\:focus-within\:content-evenly:focus-within {
    align-content: space-evenly;
  }

  .lg\:first\:content-center:first-child {
    align-content: center;
  }

  .lg\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .lg\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .lg\:first\:content-between:first-child {
    align-content: space-between;
  }

  .lg\:first\:content-around:first-child {
    align-content: space-around;
  }

  .lg\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .lg\:last\:content-center:last-child {
    align-content: center;
  }

  .lg\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .lg\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .lg\:last\:content-between:last-child {
    align-content: space-between;
  }

  .lg\:last\:content-around:last-child {
    align-content: space-around;
  }

  .lg\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .lg\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .lg\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .lg\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .lg\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .lg\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .lg\:odd\:content-evenly:nth-child(odd) {
    align-content: space-evenly;
  }

  .lg\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .lg\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .lg\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .lg\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .lg\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .lg\:even\:content-evenly:nth-child(even) {
    align-content: space-evenly;
  }

  .lg\:hover\:content-center:hover {
    align-content: center;
  }

  .lg\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .lg\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .lg\:hover\:content-between:hover {
    align-content: space-between;
  }

  .lg\:hover\:content-around:hover {
    align-content: space-around;
  }

  .lg\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .lg\:focus\:content-center:focus {
    align-content: center;
  }

  .lg\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .lg\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .lg\:focus\:content-between:focus {
    align-content: space-between;
  }

  .lg\:focus\:content-around:focus {
    align-content: space-around;
  }

  .lg\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .lg\:active\:content-center:active {
    align-content: center;
  }

  .lg\:active\:content-start:active {
    align-content: flex-start;
  }

  .lg\:active\:content-end:active {
    align-content: flex-end;
  }

  .lg\:active\:content-between:active {
    align-content: space-between;
  }

  .lg\:active\:content-around:active {
    align-content: space-around;
  }

  .lg\:active\:content-evenly:active {
    align-content: space-evenly;
  }

  .lg\:visited\:content-center:visited {
    align-content: center;
  }

  .lg\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .lg\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .lg\:visited\:content-between:visited {
    align-content: space-between;
  }

  .lg\:visited\:content-around:visited {
    align-content: space-around;
  }

  .lg\:visited\:content-evenly:visited {
    align-content: space-evenly;
  }

  .lg\:disabled\:content-center:disabled {
    align-content: center;
  }

  .lg\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .lg\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .lg\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .lg\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .lg\:disabled\:content-evenly:disabled {
    align-content: space-evenly;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .group:hover .lg\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .lg\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .lg\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .lg\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .lg\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .lg\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .lg\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .lg\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .lg\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .lg\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .lg\:first\:self-auto:first-child {
    align-self: auto;
  }

  .lg\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .lg\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .lg\:first\:self-center:first-child {
    align-self: center;
  }

  .lg\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .lg\:last\:self-auto:last-child {
    align-self: auto;
  }

  .lg\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .lg\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .lg\:last\:self-center:last-child {
    align-self: center;
  }

  .lg\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .lg\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .lg\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .lg\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .lg\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .lg\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .lg\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .lg\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .lg\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .lg\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .lg\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .lg\:hover\:self-auto:hover {
    align-self: auto;
  }

  .lg\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .lg\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .lg\:hover\:self-center:hover {
    align-self: center;
  }

  .lg\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .lg\:focus\:self-auto:focus {
    align-self: auto;
  }

  .lg\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .lg\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .lg\:focus\:self-center:focus {
    align-self: center;
  }

  .lg\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .lg\:active\:self-auto:active {
    align-self: auto;
  }

  .lg\:active\:self-start:active {
    align-self: flex-start;
  }

  .lg\:active\:self-end:active {
    align-self: flex-end;
  }

  .lg\:active\:self-center:active {
    align-self: center;
  }

  .lg\:active\:self-stretch:active {
    align-self: stretch;
  }

  .lg\:visited\:self-auto:visited {
    align-self: auto;
  }

  .lg\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .lg\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .lg\:visited\:self-center:visited {
    align-self: center;
  }

  .lg\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .lg\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .lg\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .lg\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .lg\:disabled\:self-center:disabled {
    align-self: center;
  }

  .lg\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .lg\:justify-items-auto {
    justify-items: auto;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .group:hover .lg\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .lg\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .lg\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .lg\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .lg\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:focus-within\:justify-items-auto:focus-within {
    justify-items: auto;
  }

  .lg\:focus-within\:justify-items-start:focus-within {
    justify-items: start;
  }

  .lg\:focus-within\:justify-items-end:focus-within {
    justify-items: end;
  }

  .lg\:focus-within\:justify-items-center:focus-within {
    justify-items: center;
  }

  .lg\:focus-within\:justify-items-stretch:focus-within {
    justify-items: stretch;
  }

  .lg\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .lg\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .lg\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .lg\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .lg\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .lg\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .lg\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .lg\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .lg\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .lg\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .lg\:odd\:justify-items-auto:nth-child(odd) {
    justify-items: auto;
  }

  .lg\:odd\:justify-items-start:nth-child(odd) {
    justify-items: start;
  }

  .lg\:odd\:justify-items-end:nth-child(odd) {
    justify-items: end;
  }

  .lg\:odd\:justify-items-center:nth-child(odd) {
    justify-items: center;
  }

  .lg\:odd\:justify-items-stretch:nth-child(odd) {
    justify-items: stretch;
  }

  .lg\:even\:justify-items-auto:nth-child(even) {
    justify-items: auto;
  }

  .lg\:even\:justify-items-start:nth-child(even) {
    justify-items: start;
  }

  .lg\:even\:justify-items-end:nth-child(even) {
    justify-items: end;
  }

  .lg\:even\:justify-items-center:nth-child(even) {
    justify-items: center;
  }

  .lg\:even\:justify-items-stretch:nth-child(even) {
    justify-items: stretch;
  }

  .lg\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .lg\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .lg\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .lg\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .lg\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .lg\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .lg\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .lg\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .lg\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .lg\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .lg\:active\:justify-items-auto:active {
    justify-items: auto;
  }

  .lg\:active\:justify-items-start:active {
    justify-items: start;
  }

  .lg\:active\:justify-items-end:active {
    justify-items: end;
  }

  .lg\:active\:justify-items-center:active {
    justify-items: center;
  }

  .lg\:active\:justify-items-stretch:active {
    justify-items: stretch;
  }

  .lg\:visited\:justify-items-auto:visited {
    justify-items: auto;
  }

  .lg\:visited\:justify-items-start:visited {
    justify-items: start;
  }

  .lg\:visited\:justify-items-end:visited {
    justify-items: end;
  }

  .lg\:visited\:justify-items-center:visited {
    justify-items: center;
  }

  .lg\:visited\:justify-items-stretch:visited {
    justify-items: stretch;
  }

  .lg\:disabled\:justify-items-auto:disabled {
    justify-items: auto;
  }

  .lg\:disabled\:justify-items-start:disabled {
    justify-items: start;
  }

  .lg\:disabled\:justify-items-end:disabled {
    justify-items: end;
  }

  .lg\:disabled\:justify-items-center:disabled {
    justify-items: center;
  }

  .lg\:disabled\:justify-items-stretch:disabled {
    justify-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .group:hover .lg\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .lg\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .lg\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .lg\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .lg\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .lg\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .lg\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .lg\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .lg\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .lg\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .lg\:focus-within\:justify-evenly:focus-within {
    justify-content: space-evenly;
  }

  .lg\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .lg\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .lg\:first\:justify-center:first-child {
    justify-content: center;
  }

  .lg\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .lg\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .lg\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .lg\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .lg\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .lg\:last\:justify-center:last-child {
    justify-content: center;
  }

  .lg\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .lg\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .lg\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .lg\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .lg\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .lg\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .lg\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .lg\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .lg\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .lg\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .lg\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .lg\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .lg\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .lg\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .lg\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .lg\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .lg\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .lg\:hover\:justify-center:hover {
    justify-content: center;
  }

  .lg\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .lg\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .lg\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .lg\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .lg\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .lg\:focus\:justify-center:focus {
    justify-content: center;
  }

  .lg\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .lg\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .lg\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .lg\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .lg\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .lg\:active\:justify-center:active {
    justify-content: center;
  }

  .lg\:active\:justify-between:active {
    justify-content: space-between;
  }

  .lg\:active\:justify-around:active {
    justify-content: space-around;
  }

  .lg\:active\:justify-evenly:active {
    justify-content: space-evenly;
  }

  .lg\:visited\:justify-start:visited {
    justify-content: flex-start;
  }

  .lg\:visited\:justify-end:visited {
    justify-content: flex-end;
  }

  .lg\:visited\:justify-center:visited {
    justify-content: center;
  }

  .lg\:visited\:justify-between:visited {
    justify-content: space-between;
  }

  .lg\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .lg\:visited\:justify-evenly:visited {
    justify-content: space-evenly;
  }

  .lg\:disabled\:justify-start:disabled {
    justify-content: flex-start;
  }

  .lg\:disabled\:justify-end:disabled {
    justify-content: flex-end;
  }

  .lg\:disabled\:justify-center:disabled {
    justify-content: center;
  }

  .lg\:disabled\:justify-between:disabled {
    justify-content: space-between;
  }

  .lg\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .lg\:disabled\:justify-evenly:disabled {
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .group:hover .lg\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .lg\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .lg\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .lg\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .lg\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:focus-within\:justify-self-auto:focus-within {
    justify-self: auto;
  }

  .lg\:focus-within\:justify-self-start:focus-within {
    justify-self: start;
  }

  .lg\:focus-within\:justify-self-end:focus-within {
    justify-self: end;
  }

  .lg\:focus-within\:justify-self-center:focus-within {
    justify-self: center;
  }

  .lg\:focus-within\:justify-self-stretch:focus-within {
    justify-self: stretch;
  }

  .lg\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .lg\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .lg\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .lg\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .lg\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .lg\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .lg\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .lg\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .lg\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .lg\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .lg\:odd\:justify-self-auto:nth-child(odd) {
    justify-self: auto;
  }

  .lg\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .lg\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .lg\:odd\:justify-self-center:nth-child(odd) {
    justify-self: center;
  }

  .lg\:odd\:justify-self-stretch:nth-child(odd) {
    justify-self: stretch;
  }

  .lg\:even\:justify-self-auto:nth-child(even) {
    justify-self: auto;
  }

  .lg\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }

  .lg\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .lg\:even\:justify-self-center:nth-child(even) {
    justify-self: center;
  }

  .lg\:even\:justify-self-stretch:nth-child(even) {
    justify-self: stretch;
  }

  .lg\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .lg\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .lg\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .lg\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .lg\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .lg\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .lg\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .lg\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .lg\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .lg\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .lg\:active\:justify-self-auto:active {
    justify-self: auto;
  }

  .lg\:active\:justify-self-start:active {
    justify-self: start;
  }

  .lg\:active\:justify-self-end:active {
    justify-self: end;
  }

  .lg\:active\:justify-self-center:active {
    justify-self: center;
  }

  .lg\:active\:justify-self-stretch:active {
    justify-self: stretch;
  }

  .lg\:visited\:justify-self-auto:visited {
    justify-self: auto;
  }

  .lg\:visited\:justify-self-start:visited {
    justify-self: start;
  }

  .lg\:visited\:justify-self-end:visited {
    justify-self: end;
  }

  .lg\:visited\:justify-self-center:visited {
    justify-self: center;
  }

  .lg\:visited\:justify-self-stretch:visited {
    justify-self: stretch;
  }

  .lg\:disabled\:justify-self-auto:disabled {
    justify-self: auto;
  }

  .lg\:disabled\:justify-self-start:disabled {
    justify-self: start;
  }

  .lg\:disabled\:justify-self-end:disabled {
    justify-self: end;
  }

  .lg\:disabled\:justify-self-center:disabled {
    justify-self: center;
  }

  .lg\:disabled\:justify-self-stretch:disabled {
    justify-self: stretch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .group:hover .lg\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .lg\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-none {
    flex: none;
  }

  .lg\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .lg\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .lg\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .lg\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .lg\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .lg\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .lg\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .lg\:first\:flex-none:first-child {
    flex: none;
  }

  .lg\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .lg\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .lg\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .lg\:last\:flex-none:last-child {
    flex: none;
  }

  .lg\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .lg\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .lg\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .lg\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .lg\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .lg\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .lg\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .lg\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .lg\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .lg\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .lg\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .lg\:hover\:flex-none:hover {
    flex: none;
  }

  .lg\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .lg\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .lg\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .lg\:focus\:flex-none:focus {
    flex: none;
  }

  .lg\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .lg\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .lg\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .lg\:active\:flex-none:active {
    flex: none;
  }

  .lg\:visited\:flex-1:visited {
    flex: 1 1 0%;
  }

  .lg\:visited\:flex-auto:visited {
    flex: 1 1 auto;
  }

  .lg\:visited\:flex-initial:visited {
    flex: 0 1 auto;
  }

  .lg\:visited\:flex-none:visited {
    flex: none;
  }

  .lg\:disabled\:flex-1:disabled {
    flex: 1 1 0%;
  }

  .lg\:disabled\:flex-auto:disabled {
    flex: 1 1 auto;
  }

  .lg\:disabled\:flex-initial:disabled {
    flex: 0 1 auto;
  }

  .lg\:disabled\:flex-none:disabled {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .lg\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .lg\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .lg\:focus-within\:flex-grow-0:focus-within {
    flex-grow: 0;
  }

  .lg\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .lg\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .lg\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .lg\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .lg\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .lg\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .lg\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .lg\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .lg\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .lg\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .lg\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .lg\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .lg\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .lg\:active\:flex-grow-0:active {
    flex-grow: 0;
  }

  .lg\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .lg\:visited\:flex-grow-0:visited {
    flex-grow: 0;
  }

  .lg\:visited\:flex-grow:visited {
    flex-grow: 1;
  }

  .lg\:disabled\:flex-grow-0:disabled {
    flex-grow: 0;
  }

  .lg\:disabled\:flex-grow:disabled {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .lg\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .lg\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .lg\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .lg\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .lg\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .lg\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .lg\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .lg\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .lg\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .lg\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .lg\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .lg\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .lg\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .lg\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .lg\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .lg\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .lg\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .lg\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .lg\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .lg\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .lg\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .group:hover .lg\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .lg\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .lg\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .lg\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .lg\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .lg\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .lg\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .lg\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .lg\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .lg\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .lg\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .lg\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .lg\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .lg\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .lg\:group-hover\:order-none {
    order: 0;
  }

  .lg\:focus-within\:order-1:focus-within {
    order: 1;
  }

  .lg\:focus-within\:order-2:focus-within {
    order: 2;
  }

  .lg\:focus-within\:order-3:focus-within {
    order: 3;
  }

  .lg\:focus-within\:order-4:focus-within {
    order: 4;
  }

  .lg\:focus-within\:order-5:focus-within {
    order: 5;
  }

  .lg\:focus-within\:order-6:focus-within {
    order: 6;
  }

  .lg\:focus-within\:order-7:focus-within {
    order: 7;
  }

  .lg\:focus-within\:order-8:focus-within {
    order: 8;
  }

  .lg\:focus-within\:order-9:focus-within {
    order: 9;
  }

  .lg\:focus-within\:order-10:focus-within {
    order: 10;
  }

  .lg\:focus-within\:order-11:focus-within {
    order: 11;
  }

  .lg\:focus-within\:order-12:focus-within {
    order: 12;
  }

  .lg\:focus-within\:order-first:focus-within {
    order: -9999;
  }

  .lg\:focus-within\:order-last:focus-within {
    order: 9999;
  }

  .lg\:focus-within\:order-none:focus-within {
    order: 0;
  }

  .lg\:first\:order-1:first-child {
    order: 1;
  }

  .lg\:first\:order-2:first-child {
    order: 2;
  }

  .lg\:first\:order-3:first-child {
    order: 3;
  }

  .lg\:first\:order-4:first-child {
    order: 4;
  }

  .lg\:first\:order-5:first-child {
    order: 5;
  }

  .lg\:first\:order-6:first-child {
    order: 6;
  }

  .lg\:first\:order-7:first-child {
    order: 7;
  }

  .lg\:first\:order-8:first-child {
    order: 8;
  }

  .lg\:first\:order-9:first-child {
    order: 9;
  }

  .lg\:first\:order-10:first-child {
    order: 10;
  }

  .lg\:first\:order-11:first-child {
    order: 11;
  }

  .lg\:first\:order-12:first-child {
    order: 12;
  }

  .lg\:first\:order-first:first-child {
    order: -9999;
  }

  .lg\:first\:order-last:first-child {
    order: 9999;
  }

  .lg\:first\:order-none:first-child {
    order: 0;
  }

  .lg\:last\:order-1:last-child {
    order: 1;
  }

  .lg\:last\:order-2:last-child {
    order: 2;
  }

  .lg\:last\:order-3:last-child {
    order: 3;
  }

  .lg\:last\:order-4:last-child {
    order: 4;
  }

  .lg\:last\:order-5:last-child {
    order: 5;
  }

  .lg\:last\:order-6:last-child {
    order: 6;
  }

  .lg\:last\:order-7:last-child {
    order: 7;
  }

  .lg\:last\:order-8:last-child {
    order: 8;
  }

  .lg\:last\:order-9:last-child {
    order: 9;
  }

  .lg\:last\:order-10:last-child {
    order: 10;
  }

  .lg\:last\:order-11:last-child {
    order: 11;
  }

  .lg\:last\:order-12:last-child {
    order: 12;
  }

  .lg\:last\:order-first:last-child {
    order: -9999;
  }

  .lg\:last\:order-last:last-child {
    order: 9999;
  }

  .lg\:last\:order-none:last-child {
    order: 0;
  }

  .lg\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .lg\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .lg\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .lg\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .lg\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .lg\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .lg\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .lg\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .lg\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .lg\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .lg\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .lg\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .lg\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .lg\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .lg\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .lg\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .lg\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .lg\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .lg\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .lg\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .lg\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .lg\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .lg\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .lg\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .lg\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .lg\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .lg\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .lg\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .lg\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .lg\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .lg\:hover\:order-1:hover {
    order: 1;
  }

  .lg\:hover\:order-2:hover {
    order: 2;
  }

  .lg\:hover\:order-3:hover {
    order: 3;
  }

  .lg\:hover\:order-4:hover {
    order: 4;
  }

  .lg\:hover\:order-5:hover {
    order: 5;
  }

  .lg\:hover\:order-6:hover {
    order: 6;
  }

  .lg\:hover\:order-7:hover {
    order: 7;
  }

  .lg\:hover\:order-8:hover {
    order: 8;
  }

  .lg\:hover\:order-9:hover {
    order: 9;
  }

  .lg\:hover\:order-10:hover {
    order: 10;
  }

  .lg\:hover\:order-11:hover {
    order: 11;
  }

  .lg\:hover\:order-12:hover {
    order: 12;
  }

  .lg\:hover\:order-first:hover {
    order: -9999;
  }

  .lg\:hover\:order-last:hover {
    order: 9999;
  }

  .lg\:hover\:order-none:hover {
    order: 0;
  }

  .lg\:focus\:order-1:focus {
    order: 1;
  }

  .lg\:focus\:order-2:focus {
    order: 2;
  }

  .lg\:focus\:order-3:focus {
    order: 3;
  }

  .lg\:focus\:order-4:focus {
    order: 4;
  }

  .lg\:focus\:order-5:focus {
    order: 5;
  }

  .lg\:focus\:order-6:focus {
    order: 6;
  }

  .lg\:focus\:order-7:focus {
    order: 7;
  }

  .lg\:focus\:order-8:focus {
    order: 8;
  }

  .lg\:focus\:order-9:focus {
    order: 9;
  }

  .lg\:focus\:order-10:focus {
    order: 10;
  }

  .lg\:focus\:order-11:focus {
    order: 11;
  }

  .lg\:focus\:order-12:focus {
    order: 12;
  }

  .lg\:focus\:order-first:focus {
    order: -9999;
  }

  .lg\:focus\:order-last:focus {
    order: 9999;
  }

  .lg\:focus\:order-none:focus {
    order: 0;
  }

  .lg\:active\:order-1:active {
    order: 1;
  }

  .lg\:active\:order-2:active {
    order: 2;
  }

  .lg\:active\:order-3:active {
    order: 3;
  }

  .lg\:active\:order-4:active {
    order: 4;
  }

  .lg\:active\:order-5:active {
    order: 5;
  }

  .lg\:active\:order-6:active {
    order: 6;
  }

  .lg\:active\:order-7:active {
    order: 7;
  }

  .lg\:active\:order-8:active {
    order: 8;
  }

  .lg\:active\:order-9:active {
    order: 9;
  }

  .lg\:active\:order-10:active {
    order: 10;
  }

  .lg\:active\:order-11:active {
    order: 11;
  }

  .lg\:active\:order-12:active {
    order: 12;
  }

  .lg\:active\:order-first:active {
    order: -9999;
  }

  .lg\:active\:order-last:active {
    order: 9999;
  }

  .lg\:active\:order-none:active {
    order: 0;
  }

  .lg\:visited\:order-1:visited {
    order: 1;
  }

  .lg\:visited\:order-2:visited {
    order: 2;
  }

  .lg\:visited\:order-3:visited {
    order: 3;
  }

  .lg\:visited\:order-4:visited {
    order: 4;
  }

  .lg\:visited\:order-5:visited {
    order: 5;
  }

  .lg\:visited\:order-6:visited {
    order: 6;
  }

  .lg\:visited\:order-7:visited {
    order: 7;
  }

  .lg\:visited\:order-8:visited {
    order: 8;
  }

  .lg\:visited\:order-9:visited {
    order: 9;
  }

  .lg\:visited\:order-10:visited {
    order: 10;
  }

  .lg\:visited\:order-11:visited {
    order: 11;
  }

  .lg\:visited\:order-12:visited {
    order: 12;
  }

  .lg\:visited\:order-first:visited {
    order: -9999;
  }

  .lg\:visited\:order-last:visited {
    order: 9999;
  }

  .lg\:visited\:order-none:visited {
    order: 0;
  }

  .lg\:disabled\:order-1:disabled {
    order: 1;
  }

  .lg\:disabled\:order-2:disabled {
    order: 2;
  }

  .lg\:disabled\:order-3:disabled {
    order: 3;
  }

  .lg\:disabled\:order-4:disabled {
    order: 4;
  }

  .lg\:disabled\:order-5:disabled {
    order: 5;
  }

  .lg\:disabled\:order-6:disabled {
    order: 6;
  }

  .lg\:disabled\:order-7:disabled {
    order: 7;
  }

  .lg\:disabled\:order-8:disabled {
    order: 8;
  }

  .lg\:disabled\:order-9:disabled {
    order: 9;
  }

  .lg\:disabled\:order-10:disabled {
    order: 10;
  }

  .lg\:disabled\:order-11:disabled {
    order: 11;
  }

  .lg\:disabled\:order-12:disabled {
    order: 12;
  }

  .lg\:disabled\:order-first:disabled {
    order: -9999;
  }

  .lg\:disabled\:order-last:disabled {
    order: 9999;
  }

  .lg\:disabled\:order-none:disabled {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .group:hover .lg\:group-hover\:float-right {
    float: right;
  }

  .group:hover .lg\:group-hover\:float-left {
    float: left;
  }

  .group:hover .lg\:group-hover\:float-none {
    float: none;
  }

  .lg\:focus-within\:float-right:focus-within {
    float: right;
  }

  .lg\:focus-within\:float-left:focus-within {
    float: left;
  }

  .lg\:focus-within\:float-none:focus-within {
    float: none;
  }

  .lg\:first\:float-right:first-child {
    float: right;
  }

  .lg\:first\:float-left:first-child {
    float: left;
  }

  .lg\:first\:float-none:first-child {
    float: none;
  }

  .lg\:last\:float-right:last-child {
    float: right;
  }

  .lg\:last\:float-left:last-child {
    float: left;
  }

  .lg\:last\:float-none:last-child {
    float: none;
  }

  .lg\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .lg\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .lg\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .lg\:even\:float-right:nth-child(even) {
    float: right;
  }

  .lg\:even\:float-left:nth-child(even) {
    float: left;
  }

  .lg\:even\:float-none:nth-child(even) {
    float: none;
  }

  .lg\:hover\:float-right:hover {
    float: right;
  }

  .lg\:hover\:float-left:hover {
    float: left;
  }

  .lg\:hover\:float-none:hover {
    float: none;
  }

  .lg\:focus\:float-right:focus {
    float: right;
  }

  .lg\:focus\:float-left:focus {
    float: left;
  }

  .lg\:focus\:float-none:focus {
    float: none;
  }

  .lg\:active\:float-right:active {
    float: right;
  }

  .lg\:active\:float-left:active {
    float: left;
  }

  .lg\:active\:float-none:active {
    float: none;
  }

  .lg\:visited\:float-right:visited {
    float: right;
  }

  .lg\:visited\:float-left:visited {
    float: left;
  }

  .lg\:visited\:float-none:visited {
    float: none;
  }

  .lg\:disabled\:float-right:disabled {
    float: right;
  }

  .lg\:disabled\:float-left:disabled {
    float: left;
  }

  .lg\:disabled\:float-none:disabled {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .group:hover .lg\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .lg\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .lg\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .lg\:group-hover\:clear-none {
    clear: none;
  }

  .lg\:focus-within\:clear-left:focus-within {
    clear: left;
  }

  .lg\:focus-within\:clear-right:focus-within {
    clear: right;
  }

  .lg\:focus-within\:clear-both:focus-within {
    clear: both;
  }

  .lg\:focus-within\:clear-none:focus-within {
    clear: none;
  }

  .lg\:first\:clear-left:first-child {
    clear: left;
  }

  .lg\:first\:clear-right:first-child {
    clear: right;
  }

  .lg\:first\:clear-both:first-child {
    clear: both;
  }

  .lg\:first\:clear-none:first-child {
    clear: none;
  }

  .lg\:last\:clear-left:last-child {
    clear: left;
  }

  .lg\:last\:clear-right:last-child {
    clear: right;
  }

  .lg\:last\:clear-both:last-child {
    clear: both;
  }

  .lg\:last\:clear-none:last-child {
    clear: none;
  }

  .lg\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .lg\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .lg\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .lg\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .lg\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .lg\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .lg\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .lg\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .lg\:hover\:clear-left:hover {
    clear: left;
  }

  .lg\:hover\:clear-right:hover {
    clear: right;
  }

  .lg\:hover\:clear-both:hover {
    clear: both;
  }

  .lg\:hover\:clear-none:hover {
    clear: none;
  }

  .lg\:focus\:clear-left:focus {
    clear: left;
  }

  .lg\:focus\:clear-right:focus {
    clear: right;
  }

  .lg\:focus\:clear-both:focus {
    clear: both;
  }

  .lg\:focus\:clear-none:focus {
    clear: none;
  }

  .lg\:active\:clear-left:active {
    clear: left;
  }

  .lg\:active\:clear-right:active {
    clear: right;
  }

  .lg\:active\:clear-both:active {
    clear: both;
  }

  .lg\:active\:clear-none:active {
    clear: none;
  }

  .lg\:visited\:clear-left:visited {
    clear: left;
  }

  .lg\:visited\:clear-right:visited {
    clear: right;
  }

  .lg\:visited\:clear-both:visited {
    clear: both;
  }

  .lg\:visited\:clear-none:visited {
    clear: none;
  }

  .lg\:disabled\:clear-left:disabled {
    clear: left;
  }

  .lg\:disabled\:clear-right:disabled {
    clear: right;
  }

  .lg\:disabled\:clear-both:disabled {
    clear: both;
  }

  .lg\:disabled\:clear-none:disabled {
    clear: none;
  }

  .lg\:font-sans {
    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";
  }

  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .lg\:group-hover\:font-sans {
    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";
  }

  .group:hover .lg\:group-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .lg\:group-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:focus-within\:font-sans:focus-within {
    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";
  }

  .lg\:focus-within\:font-serif:focus-within {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:focus-within\:font-mono:focus-within {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:first\:font-sans:first-child {
    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";
  }

  .lg\:first\:font-serif:first-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:first\:font-mono:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:last\:font-sans:last-child {
    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";
  }

  .lg\:last\:font-serif:last-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:last\:font-mono:last-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:odd\:font-sans:nth-child(odd) {
    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";
  }

  .lg\:odd\:font-serif:nth-child(odd) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:odd\:font-mono:nth-child(odd) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:even\:font-sans:nth-child(even) {
    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";
  }

  .lg\:even\:font-serif:nth-child(even) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:even\:font-mono:nth-child(even) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:hover\:font-sans:hover {
    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";
  }

  .lg\:hover\:font-serif:hover {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:hover\:font-mono:hover {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:focus\:font-sans:focus {
    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";
  }

  .lg\:focus\:font-serif:focus {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:focus\:font-mono:focus {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:active\:font-sans:active {
    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";
  }

  .lg\:active\:font-serif:active {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:active\:font-mono:active {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:visited\:font-sans:visited {
    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";
  }

  .lg\:visited\:font-serif:visited {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:visited\:font-mono:visited {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:disabled\:font-sans:disabled {
    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";
  }

  .lg\:disabled\:font-serif:disabled {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:disabled\:font-mono:disabled {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:font-thin {
    font-weight: 100;
  }

  .group:hover .lg\:group-hover\:font-extralight {
    font-weight: 200;
  }

  .group:hover .lg\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .lg\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .lg\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .lg\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .lg\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .lg\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .lg\:group-hover\:font-black {
    font-weight: 900;
  }

  .lg\:focus-within\:font-thin:focus-within {
    font-weight: 100;
  }

  .lg\:focus-within\:font-extralight:focus-within {
    font-weight: 200;
  }

  .lg\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .lg\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .lg\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .lg\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .lg\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .lg\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .lg\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .lg\:first\:font-thin:first-child {
    font-weight: 100;
  }

  .lg\:first\:font-extralight:first-child {
    font-weight: 200;
  }

  .lg\:first\:font-light:first-child {
    font-weight: 300;
  }

  .lg\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .lg\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .lg\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .lg\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .lg\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .lg\:first\:font-black:first-child {
    font-weight: 900;
  }

  .lg\:last\:font-thin:last-child {
    font-weight: 100;
  }

  .lg\:last\:font-extralight:last-child {
    font-weight: 200;
  }

  .lg\:last\:font-light:last-child {
    font-weight: 300;
  }

  .lg\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .lg\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .lg\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .lg\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .lg\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .lg\:last\:font-black:last-child {
    font-weight: 900;
  }

  .lg\:odd\:font-thin:nth-child(odd) {
    font-weight: 100;
  }

  .lg\:odd\:font-extralight:nth-child(odd) {
    font-weight: 200;
  }

  .lg\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .lg\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .lg\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .lg\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .lg\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .lg\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .lg\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .lg\:even\:font-thin:nth-child(even) {
    font-weight: 100;
  }

  .lg\:even\:font-extralight:nth-child(even) {
    font-weight: 200;
  }

  .lg\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .lg\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .lg\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .lg\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .lg\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .lg\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .lg\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:active\:font-thin:active {
    font-weight: 100;
  }

  .lg\:active\:font-extralight:active {
    font-weight: 200;
  }

  .lg\:active\:font-light:active {
    font-weight: 300;
  }

  .lg\:active\:font-normal:active {
    font-weight: 400;
  }

  .lg\:active\:font-medium:active {
    font-weight: 500;
  }

  .lg\:active\:font-semibold:active {
    font-weight: 600;
  }

  .lg\:active\:font-bold:active {
    font-weight: 700;
  }

  .lg\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .lg\:active\:font-black:active {
    font-weight: 900;
  }

  .lg\:visited\:font-thin:visited {
    font-weight: 100;
  }

  .lg\:visited\:font-extralight:visited {
    font-weight: 200;
  }

  .lg\:visited\:font-light:visited {
    font-weight: 300;
  }

  .lg\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .lg\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .lg\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .lg\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .lg\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .lg\:visited\:font-black:visited {
    font-weight: 900;
  }

  .lg\:disabled\:font-thin:disabled {
    font-weight: 100;
  }

  .lg\:disabled\:font-extralight:disabled {
    font-weight: 200;
  }

  .lg\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .lg\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .lg\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .lg\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .lg\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .lg\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .lg\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .lg\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .lg\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .lg\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .lg\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .lg\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .lg\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .lg\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:h-11 {
    height: 2.75rem;
  }

  .group:hover .lg\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .lg\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .lg\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .lg\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .lg\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .lg\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .lg\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .lg\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .lg\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .lg\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .lg\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .lg\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .lg\:group-hover\:h-60 {
    height: 15rem;
  }

  .group:hover .lg\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .lg\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .lg\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .lg\:group-hover\:h-96 {
    height: 24rem;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .lg\:group-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .group:hover .lg\:group-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .group:hover .lg\:group-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .group:hover .lg\:group-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .group:hover .lg\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .lg\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .lg\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .lg\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .lg\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .lg\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .lg\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .lg\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .lg\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .lg\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .lg\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .lg\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-screen {
    height: 100vh;
  }

  .lg\:focus-within\:h-0:focus-within {
    height: 0px;
  }

  .lg\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .lg\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .lg\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .lg\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .lg\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .lg\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .lg\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .lg\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .lg\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .lg\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .lg\:focus-within\:h-11:focus-within {
    height: 2.75rem;
  }

  .lg\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .lg\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .lg\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .lg\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .lg\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .lg\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .lg\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .lg\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .lg\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .lg\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .lg\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .lg\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .lg\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .lg\:focus-within\:h-60:focus-within {
    height: 15rem;
  }

  .lg\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .lg\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .lg\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .lg\:focus-within\:h-96:focus-within {
    height: 24rem;
  }

  .lg\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .lg\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .lg\:focus-within\:h-0\.5:focus-within {
    height: 0.125rem;
  }

  .lg\:focus-within\:h-1\.5:focus-within {
    height: 0.375rem;
  }

  .lg\:focus-within\:h-2\.5:focus-within {
    height: 0.625rem;
  }

  .lg\:focus-within\:h-3\.5:focus-within {
    height: 0.875rem;
  }

  .lg\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .lg\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .lg\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .lg\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .lg\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .lg\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .lg\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .lg\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .lg\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .lg\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .lg\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .lg\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .lg\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .lg\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .lg\:first\:h-0:first-child {
    height: 0px;
  }

  .lg\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .lg\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .lg\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .lg\:first\:h-4:first-child {
    height: 1rem;
  }

  .lg\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .lg\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .lg\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .lg\:first\:h-8:first-child {
    height: 2rem;
  }

  .lg\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .lg\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .lg\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .lg\:first\:h-12:first-child {
    height: 3rem;
  }

  .lg\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .lg\:first\:h-16:first-child {
    height: 4rem;
  }

  .lg\:first\:h-20:first-child {
    height: 5rem;
  }

  .lg\:first\:h-24:first-child {
    height: 6rem;
  }

  .lg\:first\:h-28:first-child {
    height: 7rem;
  }

  .lg\:first\:h-32:first-child {
    height: 8rem;
  }

  .lg\:first\:h-36:first-child {
    height: 9rem;
  }

  .lg\:first\:h-40:first-child {
    height: 10rem;
  }

  .lg\:first\:h-44:first-child {
    height: 11rem;
  }

  .lg\:first\:h-48:first-child {
    height: 12rem;
  }

  .lg\:first\:h-52:first-child {
    height: 13rem;
  }

  .lg\:first\:h-56:first-child {
    height: 14rem;
  }

  .lg\:first\:h-60:first-child {
    height: 15rem;
  }

  .lg\:first\:h-64:first-child {
    height: 16rem;
  }

  .lg\:first\:h-72:first-child {
    height: 18rem;
  }

  .lg\:first\:h-80:first-child {
    height: 20rem;
  }

  .lg\:first\:h-96:first-child {
    height: 24rem;
  }

  .lg\:first\:h-auto:first-child {
    height: auto;
  }

  .lg\:first\:h-px:first-child {
    height: 1px;
  }

  .lg\:first\:h-0\.5:first-child {
    height: 0.125rem;
  }

  .lg\:first\:h-1\.5:first-child {
    height: 0.375rem;
  }

  .lg\:first\:h-2\.5:first-child {
    height: 0.625rem;
  }

  .lg\:first\:h-3\.5:first-child {
    height: 0.875rem;
  }

  .lg\:first\:h-1\/2:first-child {
    height: 50%;
  }

  .lg\:first\:h-1\/3:first-child {
    height: 33.333333%;
  }

  .lg\:first\:h-2\/3:first-child {
    height: 66.666667%;
  }

  .lg\:first\:h-1\/4:first-child {
    height: 25%;
  }

  .lg\:first\:h-2\/4:first-child {
    height: 50%;
  }

  .lg\:first\:h-3\/4:first-child {
    height: 75%;
  }

  .lg\:first\:h-1\/5:first-child {
    height: 20%;
  }

  .lg\:first\:h-2\/5:first-child {
    height: 40%;
  }

  .lg\:first\:h-3\/5:first-child {
    height: 60%;
  }

  .lg\:first\:h-4\/5:first-child {
    height: 80%;
  }

  .lg\:first\:h-1\/6:first-child {
    height: 16.666667%;
  }

  .lg\:first\:h-2\/6:first-child {
    height: 33.333333%;
  }

  .lg\:first\:h-3\/6:first-child {
    height: 50%;
  }

  .lg\:first\:h-4\/6:first-child {
    height: 66.666667%;
  }

  .lg\:first\:h-5\/6:first-child {
    height: 83.333333%;
  }

  .lg\:first\:h-full:first-child {
    height: 100%;
  }

  .lg\:first\:h-screen:first-child {
    height: 100vh;
  }

  .lg\:last\:h-0:last-child {
    height: 0px;
  }

  .lg\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .lg\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .lg\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .lg\:last\:h-4:last-child {
    height: 1rem;
  }

  .lg\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .lg\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .lg\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .lg\:last\:h-8:last-child {
    height: 2rem;
  }

  .lg\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .lg\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .lg\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .lg\:last\:h-12:last-child {
    height: 3rem;
  }

  .lg\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .lg\:last\:h-16:last-child {
    height: 4rem;
  }

  .lg\:last\:h-20:last-child {
    height: 5rem;
  }

  .lg\:last\:h-24:last-child {
    height: 6rem;
  }

  .lg\:last\:h-28:last-child {
    height: 7rem;
  }

  .lg\:last\:h-32:last-child {
    height: 8rem;
  }

  .lg\:last\:h-36:last-child {
    height: 9rem;
  }

  .lg\:last\:h-40:last-child {
    height: 10rem;
  }

  .lg\:last\:h-44:last-child {
    height: 11rem;
  }

  .lg\:last\:h-48:last-child {
    height: 12rem;
  }

  .lg\:last\:h-52:last-child {
    height: 13rem;
  }

  .lg\:last\:h-56:last-child {
    height: 14rem;
  }

  .lg\:last\:h-60:last-child {
    height: 15rem;
  }

  .lg\:last\:h-64:last-child {
    height: 16rem;
  }

  .lg\:last\:h-72:last-child {
    height: 18rem;
  }

  .lg\:last\:h-80:last-child {
    height: 20rem;
  }

  .lg\:last\:h-96:last-child {
    height: 24rem;
  }

  .lg\:last\:h-auto:last-child {
    height: auto;
  }

  .lg\:last\:h-px:last-child {
    height: 1px;
  }

  .lg\:last\:h-0\.5:last-child {
    height: 0.125rem;
  }

  .lg\:last\:h-1\.5:last-child {
    height: 0.375rem;
  }

  .lg\:last\:h-2\.5:last-child {
    height: 0.625rem;
  }

  .lg\:last\:h-3\.5:last-child {
    height: 0.875rem;
  }

  .lg\:last\:h-1\/2:last-child {
    height: 50%;
  }

  .lg\:last\:h-1\/3:last-child {
    height: 33.333333%;
  }

  .lg\:last\:h-2\/3:last-child {
    height: 66.666667%;
  }

  .lg\:last\:h-1\/4:last-child {
    height: 25%;
  }

  .lg\:last\:h-2\/4:last-child {
    height: 50%;
  }

  .lg\:last\:h-3\/4:last-child {
    height: 75%;
  }

  .lg\:last\:h-1\/5:last-child {
    height: 20%;
  }

  .lg\:last\:h-2\/5:last-child {
    height: 40%;
  }

  .lg\:last\:h-3\/5:last-child {
    height: 60%;
  }

  .lg\:last\:h-4\/5:last-child {
    height: 80%;
  }

  .lg\:last\:h-1\/6:last-child {
    height: 16.666667%;
  }

  .lg\:last\:h-2\/6:last-child {
    height: 33.333333%;
  }

  .lg\:last\:h-3\/6:last-child {
    height: 50%;
  }

  .lg\:last\:h-4\/6:last-child {
    height: 66.666667%;
  }

  .lg\:last\:h-5\/6:last-child {
    height: 83.333333%;
  }

  .lg\:last\:h-full:last-child {
    height: 100%;
  }

  .lg\:last\:h-screen:last-child {
    height: 100vh;
  }

  .lg\:odd\:h-0:nth-child(odd) {
    height: 0px;
  }

  .lg\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .lg\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .lg\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .lg\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .lg\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .lg\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .lg\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .lg\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .lg\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .lg\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .lg\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .lg\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .lg\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .lg\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .lg\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .lg\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .lg\:odd\:h-28:nth-child(odd) {
    height: 7rem;
  }

  .lg\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .lg\:odd\:h-36:nth-child(odd) {
    height: 9rem;
  }

  .lg\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .lg\:odd\:h-44:nth-child(odd) {
    height: 11rem;
  }

  .lg\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .lg\:odd\:h-52:nth-child(odd) {
    height: 13rem;
  }

  .lg\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .lg\:odd\:h-60:nth-child(odd) {
    height: 15rem;
  }

  .lg\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .lg\:odd\:h-72:nth-child(odd) {
    height: 18rem;
  }

  .lg\:odd\:h-80:nth-child(odd) {
    height: 20rem;
  }

  .lg\:odd\:h-96:nth-child(odd) {
    height: 24rem;
  }

  .lg\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .lg\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .lg\:odd\:h-0\.5:nth-child(odd) {
    height: 0.125rem;
  }

  .lg\:odd\:h-1\.5:nth-child(odd) {
    height: 0.375rem;
  }

  .lg\:odd\:h-2\.5:nth-child(odd) {
    height: 0.625rem;
  }

  .lg\:odd\:h-3\.5:nth-child(odd) {
    height: 0.875rem;
  }

  .lg\:odd\:h-1\/2:nth-child(odd) {
    height: 50%;
  }

  .lg\:odd\:h-1\/3:nth-child(odd) {
    height: 33.333333%;
  }

  .lg\:odd\:h-2\/3:nth-child(odd) {
    height: 66.666667%;
  }

  .lg\:odd\:h-1\/4:nth-child(odd) {
    height: 25%;
  }

  .lg\:odd\:h-2\/4:nth-child(odd) {
    height: 50%;
  }

  .lg\:odd\:h-3\/4:nth-child(odd) {
    height: 75%;
  }

  .lg\:odd\:h-1\/5:nth-child(odd) {
    height: 20%;
  }

  .lg\:odd\:h-2\/5:nth-child(odd) {
    height: 40%;
  }

  .lg\:odd\:h-3\/5:nth-child(odd) {
    height: 60%;
  }

  .lg\:odd\:h-4\/5:nth-child(odd) {
    height: 80%;
  }

  .lg\:odd\:h-1\/6:nth-child(odd) {
    height: 16.666667%;
  }

  .lg\:odd\:h-2\/6:nth-child(odd) {
    height: 33.333333%;
  }

  .lg\:odd\:h-3\/6:nth-child(odd) {
    height: 50%;
  }

  .lg\:odd\:h-4\/6:nth-child(odd) {
    height: 66.666667%;
  }

  .lg\:odd\:h-5\/6:nth-child(odd) {
    height: 83.333333%;
  }

  .lg\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .lg\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .lg\:even\:h-0:nth-child(even) {
    height: 0px;
  }

  .lg\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .lg\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .lg\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .lg\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .lg\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .lg\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .lg\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .lg\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .lg\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .lg\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .lg\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .lg\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .lg\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .lg\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .lg\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .lg\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .lg\:even\:h-28:nth-child(even) {
    height: 7rem;
  }

  .lg\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .lg\:even\:h-36:nth-child(even) {
    height: 9rem;
  }

  .lg\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .lg\:even\:h-44:nth-child(even) {
    height: 11rem;
  }

  .lg\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .lg\:even\:h-52:nth-child(even) {
    height: 13rem;
  }

  .lg\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .lg\:even\:h-60:nth-child(even) {
    height: 15rem;
  }

  .lg\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .lg\:even\:h-72:nth-child(even) {
    height: 18rem;
  }

  .lg\:even\:h-80:nth-child(even) {
    height: 20rem;
  }

  .lg\:even\:h-96:nth-child(even) {
    height: 24rem;
  }

  .lg\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .lg\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .lg\:even\:h-0\.5:nth-child(even) {
    height: 0.125rem;
  }

  .lg\:even\:h-1\.5:nth-child(even) {
    height: 0.375rem;
  }

  .lg\:even\:h-2\.5:nth-child(even) {
    height: 0.625rem;
  }

  .lg\:even\:h-3\.5:nth-child(even) {
    height: 0.875rem;
  }

  .lg\:even\:h-1\/2:nth-child(even) {
    height: 50%;
  }

  .lg\:even\:h-1\/3:nth-child(even) {
    height: 33.333333%;
  }

  .lg\:even\:h-2\/3:nth-child(even) {
    height: 66.666667%;
  }

  .lg\:even\:h-1\/4:nth-child(even) {
    height: 25%;
  }

  .lg\:even\:h-2\/4:nth-child(even) {
    height: 50%;
  }

  .lg\:even\:h-3\/4:nth-child(even) {
    height: 75%;
  }

  .lg\:even\:h-1\/5:nth-child(even) {
    height: 20%;
  }

  .lg\:even\:h-2\/5:nth-child(even) {
    height: 40%;
  }

  .lg\:even\:h-3\/5:nth-child(even) {
    height: 60%;
  }

  .lg\:even\:h-4\/5:nth-child(even) {
    height: 80%;
  }

  .lg\:even\:h-1\/6:nth-child(even) {
    height: 16.666667%;
  }

  .lg\:even\:h-2\/6:nth-child(even) {
    height: 33.333333%;
  }

  .lg\:even\:h-3\/6:nth-child(even) {
    height: 50%;
  }

  .lg\:even\:h-4\/6:nth-child(even) {
    height: 66.666667%;
  }

  .lg\:even\:h-5\/6:nth-child(even) {
    height: 83.333333%;
  }

  .lg\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .lg\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .lg\:hover\:h-0:hover {
    height: 0px;
  }

  .lg\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .lg\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .lg\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .lg\:hover\:h-4:hover {
    height: 1rem;
  }

  .lg\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .lg\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .lg\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .lg\:hover\:h-8:hover {
    height: 2rem;
  }

  .lg\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .lg\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .lg\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .lg\:hover\:h-12:hover {
    height: 3rem;
  }

  .lg\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .lg\:hover\:h-16:hover {
    height: 4rem;
  }

  .lg\:hover\:h-20:hover {
    height: 5rem;
  }

  .lg\:hover\:h-24:hover {
    height: 6rem;
  }

  .lg\:hover\:h-28:hover {
    height: 7rem;
  }

  .lg\:hover\:h-32:hover {
    height: 8rem;
  }

  .lg\:hover\:h-36:hover {
    height: 9rem;
  }

  .lg\:hover\:h-40:hover {
    height: 10rem;
  }

  .lg\:hover\:h-44:hover {
    height: 11rem;
  }

  .lg\:hover\:h-48:hover {
    height: 12rem;
  }

  .lg\:hover\:h-52:hover {
    height: 13rem;
  }

  .lg\:hover\:h-56:hover {
    height: 14rem;
  }

  .lg\:hover\:h-60:hover {
    height: 15rem;
  }

  .lg\:hover\:h-64:hover {
    height: 16rem;
  }

  .lg\:hover\:h-72:hover {
    height: 18rem;
  }

  .lg\:hover\:h-80:hover {
    height: 20rem;
  }

  .lg\:hover\:h-96:hover {
    height: 24rem;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-0\.5:hover {
    height: 0.125rem;
  }

  .lg\:hover\:h-1\.5:hover {
    height: 0.375rem;
  }

  .lg\:hover\:h-2\.5:hover {
    height: 0.625rem;
  }

  .lg\:hover\:h-3\.5:hover {
    height: 0.875rem;
  }

  .lg\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .lg\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .lg\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .lg\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .lg\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .lg\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .lg\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .lg\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .lg\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .lg\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .lg\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .lg\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .lg\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .lg\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .lg\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .lg\:focus\:h-0:focus {
    height: 0px;
  }

  .lg\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .lg\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .lg\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .lg\:focus\:h-4:focus {
    height: 1rem;
  }

  .lg\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .lg\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .lg\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .lg\:focus\:h-8:focus {
    height: 2rem;
  }

  .lg\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .lg\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .lg\:focus\:h-11:focus {
    height: 2.75rem;
  }

  .lg\:focus\:h-12:focus {
    height: 3rem;
  }

  .lg\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .lg\:focus\:h-16:focus {
    height: 4rem;
  }

  .lg\:focus\:h-20:focus {
    height: 5rem;
  }

  .lg\:focus\:h-24:focus {
    height: 6rem;
  }

  .lg\:focus\:h-28:focus {
    height: 7rem;
  }

  .lg\:focus\:h-32:focus {
    height: 8rem;
  }

  .lg\:focus\:h-36:focus {
    height: 9rem;
  }

  .lg\:focus\:h-40:focus {
    height: 10rem;
  }

  .lg\:focus\:h-44:focus {
    height: 11rem;
  }

  .lg\:focus\:h-48:focus {
    height: 12rem;
  }

  .lg\:focus\:h-52:focus {
    height: 13rem;
  }

  .lg\:focus\:h-56:focus {
    height: 14rem;
  }

  .lg\:focus\:h-60:focus {
    height: 15rem;
  }

  .lg\:focus\:h-64:focus {
    height: 16rem;
  }

  .lg\:focus\:h-72:focus {
    height: 18rem;
  }

  .lg\:focus\:h-80:focus {
    height: 20rem;
  }

  .lg\:focus\:h-96:focus {
    height: 24rem;
  }

  .lg\:focus\:h-auto:focus {
    height: auto;
  }

  .lg\:focus\:h-px:focus {
    height: 1px;
  }

  .lg\:focus\:h-0\.5:focus {
    height: 0.125rem;
  }

  .lg\:focus\:h-1\.5:focus {
    height: 0.375rem;
  }

  .lg\:focus\:h-2\.5:focus {
    height: 0.625rem;
  }

  .lg\:focus\:h-3\.5:focus {
    height: 0.875rem;
  }

  .lg\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .lg\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .lg\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .lg\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .lg\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .lg\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .lg\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .lg\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .lg\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .lg\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .lg\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .lg\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .lg\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .lg\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .lg\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .lg\:focus\:h-full:focus {
    height: 100%;
  }

  .lg\:focus\:h-screen:focus {
    height: 100vh;
  }

  .lg\:active\:h-0:active {
    height: 0px;
  }

  .lg\:active\:h-1:active {
    height: 0.25rem;
  }

  .lg\:active\:h-2:active {
    height: 0.5rem;
  }

  .lg\:active\:h-3:active {
    height: 0.75rem;
  }

  .lg\:active\:h-4:active {
    height: 1rem;
  }

  .lg\:active\:h-5:active {
    height: 1.25rem;
  }

  .lg\:active\:h-6:active {
    height: 1.5rem;
  }

  .lg\:active\:h-7:active {
    height: 1.75rem;
  }

  .lg\:active\:h-8:active {
    height: 2rem;
  }

  .lg\:active\:h-9:active {
    height: 2.25rem;
  }

  .lg\:active\:h-10:active {
    height: 2.5rem;
  }

  .lg\:active\:h-11:active {
    height: 2.75rem;
  }

  .lg\:active\:h-12:active {
    height: 3rem;
  }

  .lg\:active\:h-14:active {
    height: 3.5rem;
  }

  .lg\:active\:h-16:active {
    height: 4rem;
  }

  .lg\:active\:h-20:active {
    height: 5rem;
  }

  .lg\:active\:h-24:active {
    height: 6rem;
  }

  .lg\:active\:h-28:active {
    height: 7rem;
  }

  .lg\:active\:h-32:active {
    height: 8rem;
  }

  .lg\:active\:h-36:active {
    height: 9rem;
  }

  .lg\:active\:h-40:active {
    height: 10rem;
  }

  .lg\:active\:h-44:active {
    height: 11rem;
  }

  .lg\:active\:h-48:active {
    height: 12rem;
  }

  .lg\:active\:h-52:active {
    height: 13rem;
  }

  .lg\:active\:h-56:active {
    height: 14rem;
  }

  .lg\:active\:h-60:active {
    height: 15rem;
  }

  .lg\:active\:h-64:active {
    height: 16rem;
  }

  .lg\:active\:h-72:active {
    height: 18rem;
  }

  .lg\:active\:h-80:active {
    height: 20rem;
  }

  .lg\:active\:h-96:active {
    height: 24rem;
  }

  .lg\:active\:h-auto:active {
    height: auto;
  }

  .lg\:active\:h-px:active {
    height: 1px;
  }

  .lg\:active\:h-0\.5:active {
    height: 0.125rem;
  }

  .lg\:active\:h-1\.5:active {
    height: 0.375rem;
  }

  .lg\:active\:h-2\.5:active {
    height: 0.625rem;
  }

  .lg\:active\:h-3\.5:active {
    height: 0.875rem;
  }

  .lg\:active\:h-1\/2:active {
    height: 50%;
  }

  .lg\:active\:h-1\/3:active {
    height: 33.333333%;
  }

  .lg\:active\:h-2\/3:active {
    height: 66.666667%;
  }

  .lg\:active\:h-1\/4:active {
    height: 25%;
  }

  .lg\:active\:h-2\/4:active {
    height: 50%;
  }

  .lg\:active\:h-3\/4:active {
    height: 75%;
  }

  .lg\:active\:h-1\/5:active {
    height: 20%;
  }

  .lg\:active\:h-2\/5:active {
    height: 40%;
  }

  .lg\:active\:h-3\/5:active {
    height: 60%;
  }

  .lg\:active\:h-4\/5:active {
    height: 80%;
  }

  .lg\:active\:h-1\/6:active {
    height: 16.666667%;
  }

  .lg\:active\:h-2\/6:active {
    height: 33.333333%;
  }

  .lg\:active\:h-3\/6:active {
    height: 50%;
  }

  .lg\:active\:h-4\/6:active {
    height: 66.666667%;
  }

  .lg\:active\:h-5\/6:active {
    height: 83.333333%;
  }

  .lg\:active\:h-full:active {
    height: 100%;
  }

  .lg\:active\:h-screen:active {
    height: 100vh;
  }

  .lg\:visited\:h-0:visited {
    height: 0px;
  }

  .lg\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .lg\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .lg\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .lg\:visited\:h-4:visited {
    height: 1rem;
  }

  .lg\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .lg\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .lg\:visited\:h-7:visited {
    height: 1.75rem;
  }

  .lg\:visited\:h-8:visited {
    height: 2rem;
  }

  .lg\:visited\:h-9:visited {
    height: 2.25rem;
  }

  .lg\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .lg\:visited\:h-11:visited {
    height: 2.75rem;
  }

  .lg\:visited\:h-12:visited {
    height: 3rem;
  }

  .lg\:visited\:h-14:visited {
    height: 3.5rem;
  }

  .lg\:visited\:h-16:visited {
    height: 4rem;
  }

  .lg\:visited\:h-20:visited {
    height: 5rem;
  }

  .lg\:visited\:h-24:visited {
    height: 6rem;
  }

  .lg\:visited\:h-28:visited {
    height: 7rem;
  }

  .lg\:visited\:h-32:visited {
    height: 8rem;
  }

  .lg\:visited\:h-36:visited {
    height: 9rem;
  }

  .lg\:visited\:h-40:visited {
    height: 10rem;
  }

  .lg\:visited\:h-44:visited {
    height: 11rem;
  }

  .lg\:visited\:h-48:visited {
    height: 12rem;
  }

  .lg\:visited\:h-52:visited {
    height: 13rem;
  }

  .lg\:visited\:h-56:visited {
    height: 14rem;
  }

  .lg\:visited\:h-60:visited {
    height: 15rem;
  }

  .lg\:visited\:h-64:visited {
    height: 16rem;
  }

  .lg\:visited\:h-72:visited {
    height: 18rem;
  }

  .lg\:visited\:h-80:visited {
    height: 20rem;
  }

  .lg\:visited\:h-96:visited {
    height: 24rem;
  }

  .lg\:visited\:h-auto:visited {
    height: auto;
  }

  .lg\:visited\:h-px:visited {
    height: 1px;
  }

  .lg\:visited\:h-0\.5:visited {
    height: 0.125rem;
  }

  .lg\:visited\:h-1\.5:visited {
    height: 0.375rem;
  }

  .lg\:visited\:h-2\.5:visited {
    height: 0.625rem;
  }

  .lg\:visited\:h-3\.5:visited {
    height: 0.875rem;
  }

  .lg\:visited\:h-1\/2:visited {
    height: 50%;
  }

  .lg\:visited\:h-1\/3:visited {
    height: 33.333333%;
  }

  .lg\:visited\:h-2\/3:visited {
    height: 66.666667%;
  }

  .lg\:visited\:h-1\/4:visited {
    height: 25%;
  }

  .lg\:visited\:h-2\/4:visited {
    height: 50%;
  }

  .lg\:visited\:h-3\/4:visited {
    height: 75%;
  }

  .lg\:visited\:h-1\/5:visited {
    height: 20%;
  }

  .lg\:visited\:h-2\/5:visited {
    height: 40%;
  }

  .lg\:visited\:h-3\/5:visited {
    height: 60%;
  }

  .lg\:visited\:h-4\/5:visited {
    height: 80%;
  }

  .lg\:visited\:h-1\/6:visited {
    height: 16.666667%;
  }

  .lg\:visited\:h-2\/6:visited {
    height: 33.333333%;
  }

  .lg\:visited\:h-3\/6:visited {
    height: 50%;
  }

  .lg\:visited\:h-4\/6:visited {
    height: 66.666667%;
  }

  .lg\:visited\:h-5\/6:visited {
    height: 83.333333%;
  }

  .lg\:visited\:h-full:visited {
    height: 100%;
  }

  .lg\:visited\:h-screen:visited {
    height: 100vh;
  }

  .lg\:disabled\:h-0:disabled {
    height: 0px;
  }

  .lg\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .lg\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .lg\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .lg\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .lg\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .lg\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .lg\:disabled\:h-7:disabled {
    height: 1.75rem;
  }

  .lg\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .lg\:disabled\:h-9:disabled {
    height: 2.25rem;
  }

  .lg\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .lg\:disabled\:h-11:disabled {
    height: 2.75rem;
  }

  .lg\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .lg\:disabled\:h-14:disabled {
    height: 3.5rem;
  }

  .lg\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .lg\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .lg\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .lg\:disabled\:h-28:disabled {
    height: 7rem;
  }

  .lg\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .lg\:disabled\:h-36:disabled {
    height: 9rem;
  }

  .lg\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .lg\:disabled\:h-44:disabled {
    height: 11rem;
  }

  .lg\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .lg\:disabled\:h-52:disabled {
    height: 13rem;
  }

  .lg\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .lg\:disabled\:h-60:disabled {
    height: 15rem;
  }

  .lg\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .lg\:disabled\:h-72:disabled {
    height: 18rem;
  }

  .lg\:disabled\:h-80:disabled {
    height: 20rem;
  }

  .lg\:disabled\:h-96:disabled {
    height: 24rem;
  }

  .lg\:disabled\:h-auto:disabled {
    height: auto;
  }

  .lg\:disabled\:h-px:disabled {
    height: 1px;
  }

  .lg\:disabled\:h-0\.5:disabled {
    height: 0.125rem;
  }

  .lg\:disabled\:h-1\.5:disabled {
    height: 0.375rem;
  }

  .lg\:disabled\:h-2\.5:disabled {
    height: 0.625rem;
  }

  .lg\:disabled\:h-3\.5:disabled {
    height: 0.875rem;
  }

  .lg\:disabled\:h-1\/2:disabled {
    height: 50%;
  }

  .lg\:disabled\:h-1\/3:disabled {
    height: 33.333333%;
  }

  .lg\:disabled\:h-2\/3:disabled {
    height: 66.666667%;
  }

  .lg\:disabled\:h-1\/4:disabled {
    height: 25%;
  }

  .lg\:disabled\:h-2\/4:disabled {
    height: 50%;
  }

  .lg\:disabled\:h-3\/4:disabled {
    height: 75%;
  }

  .lg\:disabled\:h-1\/5:disabled {
    height: 20%;
  }

  .lg\:disabled\:h-2\/5:disabled {
    height: 40%;
  }

  .lg\:disabled\:h-3\/5:disabled {
    height: 60%;
  }

  .lg\:disabled\:h-4\/5:disabled {
    height: 80%;
  }

  .lg\:disabled\:h-1\/6:disabled {
    height: 16.666667%;
  }

  .lg\:disabled\:h-2\/6:disabled {
    height: 33.333333%;
  }

  .lg\:disabled\:h-3\/6:disabled {
    height: 50%;
  }

  .lg\:disabled\:h-4\/6:disabled {
    height: 66.666667%;
  }

  .lg\:disabled\:h-5\/6:disabled {
    height: 83.333333%;
  }

  .lg\:disabled\:h-full:disabled {
    height: 100%;
  }

  .lg\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .group:hover .lg\:group-hover\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:hover .lg\:group-hover\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .group:hover .lg\:group-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:focus-within\:text-base:focus-within {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:focus-within\:text-6xl:focus-within {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:focus-within\:text-7xl:focus-within {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:focus-within\:text-8xl:focus-within {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:focus-within\:text-9xl:focus-within {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:first\:text-xs:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:first\:text-sm:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:first\:text-base:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:first\:text-lg:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:first\:text-xl:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:first\:text-2xl:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:first\:text-3xl:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:first\:text-4xl:first-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:first\:text-5xl:first-child {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:first\:text-6xl:first-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:first\:text-7xl:first-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:first\:text-8xl:first-child {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:first\:text-9xl:first-child {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:last\:text-xs:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:last\:text-sm:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:last\:text-base:last-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:last\:text-xl:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:last\:text-2xl:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:last\:text-3xl:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:last\:text-4xl:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:last\:text-5xl:last-child {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:last\:text-6xl:last-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:last\:text-7xl:last-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:last\:text-8xl:last-child {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:last\:text-9xl:last-child {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:odd\:text-6xl:nth-child(odd) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:odd\:text-7xl:nth-child(odd) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:odd\:text-8xl:nth-child(odd) {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:odd\:text-9xl:nth-child(odd) {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:even\:text-base:nth-child(even) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:even\:text-6xl:nth-child(even) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:even\:text-7xl:nth-child(even) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:even\:text-8xl:nth-child(even) {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:even\:text-9xl:nth-child(even) {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:active\:text-xs:active {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:active\:text-sm:active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:active\:text-base:active {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:active\:text-lg:active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:active\:text-xl:active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:active\:text-2xl:active {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:active\:text-3xl:active {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:active\:text-4xl:active {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:active\:text-5xl:active {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:active\:text-6xl:active {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:active\:text-7xl:active {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:active\:text-8xl:active {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:active\:text-9xl:active {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:visited\:text-xs:visited {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:visited\:text-sm:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:visited\:text-base:visited {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:visited\:text-lg:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:visited\:text-xl:visited {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:visited\:text-2xl:visited {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:visited\:text-3xl:visited {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:visited\:text-4xl:visited {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:visited\:text-5xl:visited {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:visited\:text-6xl:visited {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:visited\:text-7xl:visited {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:visited\:text-8xl:visited {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:visited\:text-9xl:visited {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:disabled\:text-base:disabled {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:disabled\:text-5xl:disabled {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:disabled\:text-6xl:disabled {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:disabled\:text-7xl:disabled {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:disabled\:text-8xl:disabled {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:disabled\:text-9xl:disabled {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .group:hover .lg\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .lg\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .lg\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .lg\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .lg\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .lg\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .lg\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .lg\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .lg\:group-hover\:leading-loose {
    line-height: 2;
  }

  .lg\:focus-within\:leading-3:focus-within {
    line-height: .75rem;
  }

  .lg\:focus-within\:leading-4:focus-within {
    line-height: 1rem;
  }

  .lg\:focus-within\:leading-5:focus-within {
    line-height: 1.25rem;
  }

  .lg\:focus-within\:leading-6:focus-within {
    line-height: 1.5rem;
  }

  .lg\:focus-within\:leading-7:focus-within {
    line-height: 1.75rem;
  }

  .lg\:focus-within\:leading-8:focus-within {
    line-height: 2rem;
  }

  .lg\:focus-within\:leading-9:focus-within {
    line-height: 2.25rem;
  }

  .lg\:focus-within\:leading-10:focus-within {
    line-height: 2.5rem;
  }

  .lg\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .lg\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .lg\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .lg\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .lg\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .lg\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .lg\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .lg\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .lg\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .lg\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .lg\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .lg\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .lg\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .lg\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .lg\:first\:leading-none:first-child {
    line-height: 1;
  }

  .lg\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .lg\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .lg\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .lg\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .lg\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .lg\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .lg\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .lg\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .lg\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .lg\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .lg\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .lg\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .lg\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .lg\:last\:leading-none:last-child {
    line-height: 1;
  }

  .lg\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .lg\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .lg\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .lg\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .lg\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .lg\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .lg\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .lg\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .lg\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .lg\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .lg\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .lg\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .lg\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .lg\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .lg\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .lg\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .lg\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .lg\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .lg\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .lg\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .lg\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .lg\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .lg\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .lg\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .lg\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .lg\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .lg\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .lg\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .lg\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .lg\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .lg\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .lg\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .lg\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .lg\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .lg\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .lg\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .lg\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .lg\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .lg\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .lg\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .lg\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .lg\:hover\:leading-none:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .lg\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .lg\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .lg\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .lg\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .lg\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .lg\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .lg\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .lg\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .lg\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .lg\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .lg\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .lg\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .lg\:focus\:leading-none:focus {
    line-height: 1;
  }

  .lg\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .lg\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .lg\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .lg\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .lg\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .lg\:active\:leading-3:active {
    line-height: .75rem;
  }

  .lg\:active\:leading-4:active {
    line-height: 1rem;
  }

  .lg\:active\:leading-5:active {
    line-height: 1.25rem;
  }

  .lg\:active\:leading-6:active {
    line-height: 1.5rem;
  }

  .lg\:active\:leading-7:active {
    line-height: 1.75rem;
  }

  .lg\:active\:leading-8:active {
    line-height: 2rem;
  }

  .lg\:active\:leading-9:active {
    line-height: 2.25rem;
  }

  .lg\:active\:leading-10:active {
    line-height: 2.5rem;
  }

  .lg\:active\:leading-none:active {
    line-height: 1;
  }

  .lg\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .lg\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .lg\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .lg\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .lg\:active\:leading-loose:active {
    line-height: 2;
  }

  .lg\:visited\:leading-3:visited {
    line-height: .75rem;
  }

  .lg\:visited\:leading-4:visited {
    line-height: 1rem;
  }

  .lg\:visited\:leading-5:visited {
    line-height: 1.25rem;
  }

  .lg\:visited\:leading-6:visited {
    line-height: 1.5rem;
  }

  .lg\:visited\:leading-7:visited {
    line-height: 1.75rem;
  }

  .lg\:visited\:leading-8:visited {
    line-height: 2rem;
  }

  .lg\:visited\:leading-9:visited {
    line-height: 2.25rem;
  }

  .lg\:visited\:leading-10:visited {
    line-height: 2.5rem;
  }

  .lg\:visited\:leading-none:visited {
    line-height: 1;
  }

  .lg\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .lg\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .lg\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .lg\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .lg\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .lg\:disabled\:leading-3:disabled {
    line-height: .75rem;
  }

  .lg\:disabled\:leading-4:disabled {
    line-height: 1rem;
  }

  .lg\:disabled\:leading-5:disabled {
    line-height: 1.25rem;
  }

  .lg\:disabled\:leading-6:disabled {
    line-height: 1.5rem;
  }

  .lg\:disabled\:leading-7:disabled {
    line-height: 1.75rem;
  }

  .lg\:disabled\:leading-8:disabled {
    line-height: 2rem;
  }

  .lg\:disabled\:leading-9:disabled {
    line-height: 2.25rem;
  }

  .lg\:disabled\:leading-10:disabled {
    line-height: 2.5rem;
  }

  .lg\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .lg\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .lg\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .lg\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .lg\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .lg\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .group:hover .lg\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .lg\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .lg\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .lg\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .lg\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .lg\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .lg\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .lg\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .lg\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .lg\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .lg\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .lg\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .lg\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .lg\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .lg\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .lg\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .lg\:active\:list-inside:active {
    list-style-position: inside;
  }

  .lg\:active\:list-outside:active {
    list-style-position: outside;
  }

  .lg\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .lg\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .lg\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .lg\:disabled\:list-outside:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .lg\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .lg\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .lg\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .lg\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .lg\:first\:list-none:first-child {
    list-style-type: none;
  }

  .lg\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .lg\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .lg\:last\:list-none:last-child {
    list-style-type: none;
  }

  .lg\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .lg\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .lg\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .lg\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .lg\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .lg\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .lg\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .lg\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .lg\:hover\:list-none:hover {
    list-style-type: none;
  }

  .lg\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .lg\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .lg\:focus\:list-none:focus {
    list-style-type: none;
  }

  .lg\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .lg\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .lg\:active\:list-none:active {
    list-style-type: none;
  }

  .lg\:active\:list-disc:active {
    list-style-type: disc;
  }

  .lg\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .lg\:visited\:list-none:visited {
    list-style-type: none;
  }

  .lg\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .lg\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .lg\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .lg\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .lg\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .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\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .group:hover .lg\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .lg\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .lg\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .lg\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .lg\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .lg\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .lg\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .lg\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .lg\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .lg\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .lg\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .lg\:group-hover\:m-11 {
    margin: 2.75rem;
  }

  .group:hover .lg\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .lg\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .lg\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .lg\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .lg\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .lg\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .lg\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .lg\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .lg\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .lg\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .lg\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .lg\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .lg\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .lg\:group-hover\:m-60 {
    margin: 15rem;
  }

  .group:hover .lg\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .lg\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .lg\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .lg\:group-hover\:m-96 {
    margin: 24rem;
  }

  .group:hover .lg\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .lg\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .lg\:group-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .group:hover .lg\:group-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .group:hover .lg\:group-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .group:hover .lg\:group-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .lg\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .lg\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .lg\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-m-11 {
    margin: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .lg\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .lg\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .lg\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .lg\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .lg\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .lg\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .lg\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .lg\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .lg\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .lg\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .lg\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .lg\:group-hover\:-m-60 {
    margin: -15rem;
  }

  .group:hover .lg\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .lg\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .lg\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .lg\:group-hover\:-m-96 {
    margin: -24rem;
  }

  .group:hover .lg\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .lg\:group-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .group:hover .lg\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .group:hover .lg\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .lg\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .lg\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .lg\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .lg\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .group:hover .lg\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .lg\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .group:hover .lg\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .group:hover .lg\:group-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .group:hover .lg\:group-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .group:hover .lg\:group-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .lg\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .lg\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .lg\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .lg\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .lg\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .lg\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .lg\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .lg\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .lg\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .group:hover .lg\:group-hover\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .group:hover .lg\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .lg\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .lg\:group-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .group:hover .lg\:group-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .group:hover .lg\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .group:hover .lg\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .lg\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .lg\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .lg\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .lg\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .lg\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .lg\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .lg\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .lg\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .group:hover .lg\:group-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .group:hover .lg\:group-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .group:hover .lg\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .lg\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .lg\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .lg\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .lg\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .lg\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .lg\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .lg\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .lg\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .lg\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .lg\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .lg\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .lg\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .lg\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .lg\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .lg\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .lg\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .lg\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .lg\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .lg\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .lg\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .lg\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .lg\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .lg\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .lg\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .lg\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .lg\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .lg\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .lg\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .lg\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .lg\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .lg\:group-hover\:mt-60 {
    margin-top: 15rem;
  }

  .group:hover .lg\:group-hover\:mr-60 {
    margin-right: 15rem;
  }

  .group:hover .lg\:group-hover\:mb-60 {
    margin-bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:ml-60 {
    margin-left: 15rem;
  }

  .group:hover .lg\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .lg\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .lg\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .lg\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .lg\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .lg\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .lg\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .lg\:group-hover\:mt-96 {
    margin-top: 24rem;
  }

  .group:hover .lg\:group-hover\:mr-96 {
    margin-right: 24rem;
  }

  .group:hover .lg\:group-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:ml-96 {
    margin-left: 24rem;
  }

  .group:hover .lg\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .lg\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .lg\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .lg\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .lg\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .lg\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .lg\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .lg\:group-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .group:hover .lg\:group-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .group:hover .lg\:group-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .group:hover .lg\:group-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .group:hover .lg\:group-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .group:hover .lg\:group-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .group:hover .lg\:group-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .group:hover .lg\:group-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .group:hover .lg\:group-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .group:hover .lg\:group-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .group:hover .lg\:group-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .group:hover .lg\:group-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .lg\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .lg\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .lg\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .lg\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .lg\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .lg\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .lg\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .lg\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .lg\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .lg\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .lg\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .lg\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .lg\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .lg\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .lg\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .lg\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .lg\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .lg\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .lg\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .lg\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .lg\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .lg\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .lg\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .lg\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .lg\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .lg\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .lg\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .lg\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .lg\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .lg\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .lg\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .lg\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .lg\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .lg\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .lg\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .lg\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .lg\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .lg\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .lg\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .lg\:group-hover\:-mt-60 {
    margin-top: -15rem;
  }

  .group:hover .lg\:group-hover\:-mr-60 {
    margin-right: -15rem;
  }

  .group:hover .lg\:group-hover\:-mb-60 {
    margin-bottom: -15rem;
  }

  .group:hover .lg\:group-hover\:-ml-60 {
    margin-left: -15rem;
  }

  .group:hover .lg\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .lg\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .lg\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .lg\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .lg\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .lg\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .lg\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .lg\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .lg\:group-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .group:hover .lg\:group-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .group:hover .lg\:group-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .group:hover .lg\:group-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .group:hover .lg\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .lg\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .lg\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .lg\:group-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:focus-within\:m-0:focus-within {
    margin: 0px;
  }

  .lg\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .lg\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .lg\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .lg\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .lg\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .lg\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .lg\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .lg\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .lg\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .lg\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .lg\:focus-within\:m-11:focus-within {
    margin: 2.75rem;
  }

  .lg\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .lg\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .lg\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .lg\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .lg\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .lg\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .lg\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .lg\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .lg\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .lg\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .lg\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .lg\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .lg\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .lg\:focus-within\:m-60:focus-within {
    margin: 15rem;
  }

  .lg\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .lg\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .lg\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .lg\:focus-within\:m-96:focus-within {
    margin: 24rem;
  }

  .lg\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .lg\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .lg\:focus-within\:m-0\.5:focus-within {
    margin: 0.125rem;
  }

  .lg\:focus-within\:m-1\.5:focus-within {
    margin: 0.375rem;
  }

  .lg\:focus-within\:m-2\.5:focus-within {
    margin: 0.625rem;
  }

  .lg\:focus-within\:m-3\.5:focus-within {
    margin: 0.875rem;
  }

  .lg\:focus-within\:-m-0:focus-within {
    margin: 0px;
  }

  .lg\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .lg\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .lg\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .lg\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .lg\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .lg\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .lg\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .lg\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .lg\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .lg\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .lg\:focus-within\:-m-11:focus-within {
    margin: -2.75rem;
  }

  .lg\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .lg\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .lg\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .lg\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .lg\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .lg\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .lg\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .lg\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .lg\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .lg\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .lg\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .lg\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .lg\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .lg\:focus-within\:-m-60:focus-within {
    margin: -15rem;
  }

  .lg\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .lg\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .lg\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .lg\:focus-within\:-m-96:focus-within {
    margin: -24rem;
  }

  .lg\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .lg\:focus-within\:-m-0\.5:focus-within {
    margin: -0.125rem;
  }

  .lg\:focus-within\:-m-1\.5:focus-within {
    margin: -0.375rem;
  }

  .lg\:focus-within\:-m-2\.5:focus-within {
    margin: -0.625rem;
  }

  .lg\:focus-within\:-m-3\.5:focus-within {
    margin: -0.875rem;
  }

  .lg\:focus-within\:my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus-within\:mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:my-11:focus-within {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:focus-within\:mx-11:focus-within {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus-within\:my-60:focus-within {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:focus-within\:mx-60:focus-within {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:focus-within\:my-96:focus-within {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:focus-within\:mx-96:focus-within {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus-within\:my-0\.5:focus-within {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:focus-within\:mx-0\.5:focus-within {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:focus-within\:my-1\.5:focus-within {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:focus-within\:mx-1\.5:focus-within {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:focus-within\:my-2\.5:focus-within {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:focus-within\:mx-2\.5:focus-within {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:focus-within\:my-3\.5:focus-within {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:focus-within\:mx-3\.5:focus-within {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:focus-within\:-my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus-within\:-mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-my-11:focus-within {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:focus-within\:-mx-11:focus-within {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus-within\:-my-60:focus-within {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:focus-within\:-mx-60:focus-within {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:focus-within\:-my-96:focus-within {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:focus-within\:-mx-96:focus-within {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus-within\:-my-0\.5:focus-within {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:focus-within\:-mx-0\.5:focus-within {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:focus-within\:-my-1\.5:focus-within {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:focus-within\:-mx-1\.5:focus-within {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:focus-within\:-my-2\.5:focus-within {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:focus-within\:-mx-2\.5:focus-within {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:focus-within\:-my-3\.5:focus-within {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:focus-within\:-mx-3\.5:focus-within {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:focus-within\:mt-0:focus-within {
    margin-top: 0px;
  }

  .lg\:focus-within\:mr-0:focus-within {
    margin-right: 0px;
  }

  .lg\:focus-within\:mb-0:focus-within {
    margin-bottom: 0px;
  }

  .lg\:focus-within\:ml-0:focus-within {
    margin-left: 0px;
  }

  .lg\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .lg\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .lg\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .lg\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .lg\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .lg\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .lg\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .lg\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .lg\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .lg\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .lg\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .lg\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .lg\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .lg\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .lg\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .lg\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .lg\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .lg\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .lg\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .lg\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .lg\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .lg\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .lg\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .lg\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .lg\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .lg\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .lg\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .lg\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .lg\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .lg\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .lg\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .lg\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .lg\:focus-within\:mt-11:focus-within {
    margin-top: 2.75rem;
  }

  .lg\:focus-within\:mr-11:focus-within {
    margin-right: 2.75rem;
  }

  .lg\:focus-within\:mb-11:focus-within {
    margin-bottom: 2.75rem;
  }

  .lg\:focus-within\:ml-11:focus-within {
    margin-left: 2.75rem;
  }

  .lg\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .lg\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .lg\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .lg\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .lg\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .lg\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .lg\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .lg\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .lg\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .lg\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .lg\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .lg\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .lg\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .lg\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .lg\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .lg\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .lg\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .lg\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .lg\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .lg\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .lg\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .lg\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .lg\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .lg\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .lg\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .lg\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .lg\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .lg\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .lg\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .lg\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .lg\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .lg\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .lg\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .lg\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .lg\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .lg\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .lg\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .lg\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .lg\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .lg\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .lg\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .lg\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .lg\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .lg\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .lg\:focus-within\:mt-60:focus-within {
    margin-top: 15rem;
  }

  .lg\:focus-within\:mr-60:focus-within {
    margin-right: 15rem;
  }

  .lg\:focus-within\:mb-60:focus-within {
    margin-bottom: 15rem;
  }

  .lg\:focus-within\:ml-60:focus-within {
    margin-left: 15rem;
  }

  .lg\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .lg\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .lg\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .lg\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .lg\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .lg\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .lg\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .lg\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .lg\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .lg\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .lg\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .lg\:focus-within\:mt-96:focus-within {
    margin-top: 24rem;
  }

  .lg\:focus-within\:mr-96:focus-within {
    margin-right: 24rem;
  }

  .lg\:focus-within\:mb-96:focus-within {
    margin-bottom: 24rem;
  }

  .lg\:focus-within\:ml-96:focus-within {
    margin-left: 24rem;
  }

  .lg\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .lg\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .lg\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .lg\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .lg\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .lg\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .lg\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .lg\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .lg\:focus-within\:mt-0\.5:focus-within {
    margin-top: 0.125rem;
  }

  .lg\:focus-within\:mr-0\.5:focus-within {
    margin-right: 0.125rem;
  }

  .lg\:focus-within\:mb-0\.5:focus-within {
    margin-bottom: 0.125rem;
  }

  .lg\:focus-within\:ml-0\.5:focus-within {
    margin-left: 0.125rem;
  }

  .lg\:focus-within\:mt-1\.5:focus-within {
    margin-top: 0.375rem;
  }

  .lg\:focus-within\:mr-1\.5:focus-within {
    margin-right: 0.375rem;
  }

  .lg\:focus-within\:mb-1\.5:focus-within {
    margin-bottom: 0.375rem;
  }

  .lg\:focus-within\:ml-1\.5:focus-within {
    margin-left: 0.375rem;
  }

  .lg\:focus-within\:mt-2\.5:focus-within {
    margin-top: 0.625rem;
  }

  .lg\:focus-within\:mr-2\.5:focus-within {
    margin-right: 0.625rem;
  }

  .lg\:focus-within\:mb-2\.5:focus-within {
    margin-bottom: 0.625rem;
  }

  .lg\:focus-within\:ml-2\.5:focus-within {
    margin-left: 0.625rem;
  }

  .lg\:focus-within\:mt-3\.5:focus-within {
    margin-top: 0.875rem;
  }

  .lg\:focus-within\:mr-3\.5:focus-within {
    margin-right: 0.875rem;
  }

  .lg\:focus-within\:mb-3\.5:focus-within {
    margin-bottom: 0.875rem;
  }

  .lg\:focus-within\:ml-3\.5:focus-within {
    margin-left: 0.875rem;
  }

  .lg\:focus-within\:-mt-0:focus-within {
    margin-top: 0px;
  }

  .lg\:focus-within\:-mr-0:focus-within {
    margin-right: 0px;
  }

  .lg\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0px;
  }

  .lg\:focus-within\:-ml-0:focus-within {
    margin-left: 0px;
  }

  .lg\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .lg\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .lg\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .lg\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .lg\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .lg\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .lg\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .lg\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .lg\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .lg\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .lg\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .lg\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .lg\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .lg\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .lg\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .lg\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .lg\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .lg\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .lg\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .lg\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .lg\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .lg\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .lg\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .lg\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .lg\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .lg\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .lg\:focus-within\:-mt-11:focus-within {
    margin-top: -2.75rem;
  }

  .lg\:focus-within\:-mr-11:focus-within {
    margin-right: -2.75rem;
  }

  .lg\:focus-within\:-mb-11:focus-within {
    margin-bottom: -2.75rem;
  }

  .lg\:focus-within\:-ml-11:focus-within {
    margin-left: -2.75rem;
  }

  .lg\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .lg\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .lg\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .lg\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .lg\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .lg\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .lg\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .lg\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .lg\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .lg\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .lg\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .lg\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .lg\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .lg\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .lg\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .lg\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .lg\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .lg\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .lg\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .lg\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .lg\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .lg\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .lg\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .lg\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .lg\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .lg\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .lg\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .lg\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .lg\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .lg\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .lg\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .lg\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .lg\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .lg\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .lg\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .lg\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .lg\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .lg\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .lg\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .lg\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .lg\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .lg\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .lg\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .lg\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .lg\:focus-within\:-mt-60:focus-within {
    margin-top: -15rem;
  }

  .lg\:focus-within\:-mr-60:focus-within {
    margin-right: -15rem;
  }

  .lg\:focus-within\:-mb-60:focus-within {
    margin-bottom: -15rem;
  }

  .lg\:focus-within\:-ml-60:focus-within {
    margin-left: -15rem;
  }

  .lg\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .lg\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .lg\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .lg\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .lg\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .lg\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .lg\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .lg\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .lg\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .lg\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .lg\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .lg\:focus-within\:-mt-96:focus-within {
    margin-top: -24rem;
  }

  .lg\:focus-within\:-mr-96:focus-within {
    margin-right: -24rem;
  }

  .lg\:focus-within\:-mb-96:focus-within {
    margin-bottom: -24rem;
  }

  .lg\:focus-within\:-ml-96:focus-within {
    margin-left: -24rem;
  }

  .lg\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .lg\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .lg\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .lg\:focus-within\:-mt-0\.5:focus-within {
    margin-top: -0.125rem;
  }

  .lg\:focus-within\:-mr-0\.5:focus-within {
    margin-right: -0.125rem;
  }

  .lg\:focus-within\:-mb-0\.5:focus-within {
    margin-bottom: -0.125rem;
  }

  .lg\:focus-within\:-ml-0\.5:focus-within {
    margin-left: -0.125rem;
  }

  .lg\:focus-within\:-mt-1\.5:focus-within {
    margin-top: -0.375rem;
  }

  .lg\:focus-within\:-mr-1\.5:focus-within {
    margin-right: -0.375rem;
  }

  .lg\:focus-within\:-mb-1\.5:focus-within {
    margin-bottom: -0.375rem;
  }

  .lg\:focus-within\:-ml-1\.5:focus-within {
    margin-left: -0.375rem;
  }

  .lg\:focus-within\:-mt-2\.5:focus-within {
    margin-top: -0.625rem;
  }

  .lg\:focus-within\:-mr-2\.5:focus-within {
    margin-right: -0.625rem;
  }

  .lg\:focus-within\:-mb-2\.5:focus-within {
    margin-bottom: -0.625rem;
  }

  .lg\:focus-within\:-ml-2\.5:focus-within {
    margin-left: -0.625rem;
  }

  .lg\:focus-within\:-mt-3\.5:focus-within {
    margin-top: -0.875rem;
  }

  .lg\:focus-within\:-mr-3\.5:focus-within {
    margin-right: -0.875rem;
  }

  .lg\:focus-within\:-mb-3\.5:focus-within {
    margin-bottom: -0.875rem;
  }

  .lg\:focus-within\:-ml-3\.5:focus-within {
    margin-left: -0.875rem;
  }

  .lg\:first\:m-0:first-child {
    margin: 0px;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .lg\:first\:m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .lg\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .lg\:first\:m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .lg\:first\:m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:m-28:first-child {
    margin: 7rem;
  }

  .lg\:first\:m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:m-36:first-child {
    margin: 9rem;
  }

  .lg\:first\:m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:m-44:first-child {
    margin: 11rem;
  }

  .lg\:first\:m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:m-52:first-child {
    margin: 13rem;
  }

  .lg\:first\:m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:m-60:first-child {
    margin: 15rem;
  }

  .lg\:first\:m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:m-72:first-child {
    margin: 18rem;
  }

  .lg\:first\:m-80:first-child {
    margin: 20rem;
  }

  .lg\:first\:m-96:first-child {
    margin: 24rem;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:m-0\.5:first-child {
    margin: 0.125rem;
  }

  .lg\:first\:m-1\.5:first-child {
    margin: 0.375rem;
  }

  .lg\:first\:m-2\.5:first-child {
    margin: 0.625rem;
  }

  .lg\:first\:m-3\.5:first-child {
    margin: 0.875rem;
  }

  .lg\:first\:-m-0:first-child {
    margin: 0px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .lg\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .lg\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .lg\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .lg\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .lg\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .lg\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:-m-44:first-child {
    margin: -11rem;
  }

  .lg\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:-m-52:first-child {
    margin: -13rem;
  }

  .lg\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:-m-60:first-child {
    margin: -15rem;
  }

  .lg\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:-m-72:first-child {
    margin: -18rem;
  }

  .lg\:first\:-m-80:first-child {
    margin: -20rem;
  }

  .lg\:first\:-m-96:first-child {
    margin: -24rem;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:-m-0\.5:first-child {
    margin: -0.125rem;
  }

  .lg\:first\:-m-1\.5:first-child {
    margin: -0.375rem;
  }

  .lg\:first\:-m-2\.5:first-child {
    margin: -0.625rem;
  }

  .lg\:first\:-m-3\.5:first-child {
    margin: -0.875rem;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-44:first-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:first\:mx-44:first-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-52:first-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:first\:mx-52:first-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-60:first-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:first\:mx-60:first-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-72:first-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:first\:mx-72:first-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:first\:my-80:first-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:first\:mx-80:first-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:first\:my-96:first-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:first\:mx-96:first-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:my-0\.5:first-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:first\:mx-0\.5:first-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:first\:my-1\.5:first-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:first\:mx-1\.5:first-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:first\:my-2\.5:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:first\:mx-2\.5:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:first\:my-3\.5:first-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:first\:mx-3\.5:first-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-44:first-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:first\:-mx-44:first-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-52:first-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:first\:-mx-52:first-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-60:first-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:first\:-mx-60:first-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-72:first-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:first\:-mx-72:first-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:first\:-my-80:first-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:first\:-mx-80:first-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:first\:-my-96:first-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:first\:-mx-96:first-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:-my-0\.5:first-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-mx-0\.5:first-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:first\:-my-1\.5:first-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-mx-1\.5:first-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:first\:-my-2\.5:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-mx-2\.5:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:first\:-my-3\.5:first-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:first\:-mx-3\.5:first-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .lg\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .lg\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .lg\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .lg\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .lg\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .lg\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .lg\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .lg\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .lg\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .lg\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .lg\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .lg\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .lg\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .lg\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .lg\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:mt-44:first-child {
    margin-top: 11rem;
  }

  .lg\:first\:mr-44:first-child {
    margin-right: 11rem;
  }

  .lg\:first\:mb-44:first-child {
    margin-bottom: 11rem;
  }

  .lg\:first\:ml-44:first-child {
    margin-left: 11rem;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:mt-52:first-child {
    margin-top: 13rem;
  }

  .lg\:first\:mr-52:first-child {
    margin-right: 13rem;
  }

  .lg\:first\:mb-52:first-child {
    margin-bottom: 13rem;
  }

  .lg\:first\:ml-52:first-child {
    margin-left: 13rem;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:mt-60:first-child {
    margin-top: 15rem;
  }

  .lg\:first\:mr-60:first-child {
    margin-right: 15rem;
  }

  .lg\:first\:mb-60:first-child {
    margin-bottom: 15rem;
  }

  .lg\:first\:ml-60:first-child {
    margin-left: 15rem;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:mt-72:first-child {
    margin-top: 18rem;
  }

  .lg\:first\:mr-72:first-child {
    margin-right: 18rem;
  }

  .lg\:first\:mb-72:first-child {
    margin-bottom: 18rem;
  }

  .lg\:first\:ml-72:first-child {
    margin-left: 18rem;
  }

  .lg\:first\:mt-80:first-child {
    margin-top: 20rem;
  }

  .lg\:first\:mr-80:first-child {
    margin-right: 20rem;
  }

  .lg\:first\:mb-80:first-child {
    margin-bottom: 20rem;
  }

  .lg\:first\:ml-80:first-child {
    margin-left: 20rem;
  }

  .lg\:first\:mt-96:first-child {
    margin-top: 24rem;
  }

  .lg\:first\:mr-96:first-child {
    margin-right: 24rem;
  }

  .lg\:first\:mb-96:first-child {
    margin-bottom: 24rem;
  }

  .lg\:first\:ml-96:first-child {
    margin-left: 24rem;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:mt-0\.5:first-child {
    margin-top: 0.125rem;
  }

  .lg\:first\:mr-0\.5:first-child {
    margin-right: 0.125rem;
  }

  .lg\:first\:mb-0\.5:first-child {
    margin-bottom: 0.125rem;
  }

  .lg\:first\:ml-0\.5:first-child {
    margin-left: 0.125rem;
  }

  .lg\:first\:mt-1\.5:first-child {
    margin-top: 0.375rem;
  }

  .lg\:first\:mr-1\.5:first-child {
    margin-right: 0.375rem;
  }

  .lg\:first\:mb-1\.5:first-child {
    margin-bottom: 0.375rem;
  }

  .lg\:first\:ml-1\.5:first-child {
    margin-left: 0.375rem;
  }

  .lg\:first\:mt-2\.5:first-child {
    margin-top: 0.625rem;
  }

  .lg\:first\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .lg\:first\:mb-2\.5:first-child {
    margin-bottom: 0.625rem;
  }

  .lg\:first\:ml-2\.5:first-child {
    margin-left: 0.625rem;
  }

  .lg\:first\:mt-3\.5:first-child {
    margin-top: 0.875rem;
  }

  .lg\:first\:mr-3\.5:first-child {
    margin-right: 0.875rem;
  }

  .lg\:first\:mb-3\.5:first-child {
    margin-bottom: 0.875rem;
  }

  .lg\:first\:ml-3\.5:first-child {
    margin-left: 0.875rem;
  }

  .lg\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .lg\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .lg\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .lg\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .lg\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .lg\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .lg\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .lg\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .lg\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .lg\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .lg\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .lg\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .lg\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .lg\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .lg\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .lg\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .lg\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .lg\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .lg\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:-mt-44:first-child {
    margin-top: -11rem;
  }

  .lg\:first\:-mr-44:first-child {
    margin-right: -11rem;
  }

  .lg\:first\:-mb-44:first-child {
    margin-bottom: -11rem;
  }

  .lg\:first\:-ml-44:first-child {
    margin-left: -11rem;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:-mt-52:first-child {
    margin-top: -13rem;
  }

  .lg\:first\:-mr-52:first-child {
    margin-right: -13rem;
  }

  .lg\:first\:-mb-52:first-child {
    margin-bottom: -13rem;
  }

  .lg\:first\:-ml-52:first-child {
    margin-left: -13rem;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:-mt-60:first-child {
    margin-top: -15rem;
  }

  .lg\:first\:-mr-60:first-child {
    margin-right: -15rem;
  }

  .lg\:first\:-mb-60:first-child {
    margin-bottom: -15rem;
  }

  .lg\:first\:-ml-60:first-child {
    margin-left: -15rem;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:-mt-72:first-child {
    margin-top: -18rem;
  }

  .lg\:first\:-mr-72:first-child {
    margin-right: -18rem;
  }

  .lg\:first\:-mb-72:first-child {
    margin-bottom: -18rem;
  }

  .lg\:first\:-ml-72:first-child {
    margin-left: -18rem;
  }

  .lg\:first\:-mt-80:first-child {
    margin-top: -20rem;
  }

  .lg\:first\:-mr-80:first-child {
    margin-right: -20rem;
  }

  .lg\:first\:-mb-80:first-child {
    margin-bottom: -20rem;
  }

  .lg\:first\:-ml-80:first-child {
    margin-left: -20rem;
  }

  .lg\:first\:-mt-96:first-child {
    margin-top: -24rem;
  }

  .lg\:first\:-mr-96:first-child {
    margin-right: -24rem;
  }

  .lg\:first\:-mb-96:first-child {
    margin-bottom: -24rem;
  }

  .lg\:first\:-ml-96:first-child {
    margin-left: -24rem;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:first\:-mt-0\.5:first-child {
    margin-top: -0.125rem;
  }

  .lg\:first\:-mr-0\.5:first-child {
    margin-right: -0.125rem;
  }

  .lg\:first\:-mb-0\.5:first-child {
    margin-bottom: -0.125rem;
  }

  .lg\:first\:-ml-0\.5:first-child {
    margin-left: -0.125rem;
  }

  .lg\:first\:-mt-1\.5:first-child {
    margin-top: -0.375rem;
  }

  .lg\:first\:-mr-1\.5:first-child {
    margin-right: -0.375rem;
  }

  .lg\:first\:-mb-1\.5:first-child {
    margin-bottom: -0.375rem;
  }

  .lg\:first\:-ml-1\.5:first-child {
    margin-left: -0.375rem;
  }

  .lg\:first\:-mt-2\.5:first-child {
    margin-top: -0.625rem;
  }

  .lg\:first\:-mr-2\.5:first-child {
    margin-right: -0.625rem;
  }

  .lg\:first\:-mb-2\.5:first-child {
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-ml-2\.5:first-child {
    margin-left: -0.625rem;
  }

  .lg\:first\:-mt-3\.5:first-child {
    margin-top: -0.875rem;
  }

  .lg\:first\:-mr-3\.5:first-child {
    margin-right: -0.875rem;
  }

  .lg\:first\:-mb-3\.5:first-child {
    margin-bottom: -0.875rem;
  }

  .lg\:first\:-ml-3\.5:first-child {
    margin-left: -0.875rem;
  }

  .lg\:last\:m-0:last-child {
    margin: 0px;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-28:last-child {
    margin: 7rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-36:last-child {
    margin: 9rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-44:last-child {
    margin: 11rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-52:last-child {
    margin: 13rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-60:last-child {
    margin: 15rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-72:last-child {
    margin: 18rem;
  }

  .lg\:last\:m-80:last-child {
    margin: 20rem;
  }

  .lg\:last\:m-96:last-child {
    margin: 24rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:m-0\.5:last-child {
    margin: 0.125rem;
  }

  .lg\:last\:m-1\.5:last-child {
    margin: 0.375rem;
  }

  .lg\:last\:m-2\.5:last-child {
    margin: 0.625rem;
  }

  .lg\:last\:m-3\.5:last-child {
    margin: 0.875rem;
  }

  .lg\:last\:-m-0:last-child {
    margin: 0px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-44:last-child {
    margin: -11rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-52:last-child {
    margin: -13rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-60:last-child {
    margin: -15rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-72:last-child {
    margin: -18rem;
  }

  .lg\:last\:-m-80:last-child {
    margin: -20rem;
  }

  .lg\:last\:-m-96:last-child {
    margin: -24rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:-m-0\.5:last-child {
    margin: -0.125rem;
  }

  .lg\:last\:-m-1\.5:last-child {
    margin: -0.375rem;
  }

  .lg\:last\:-m-2\.5:last-child {
    margin: -0.625rem;
  }

  .lg\:last\:-m-3\.5:last-child {
    margin: -0.875rem;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-44:last-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:last\:mx-44:last-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-52:last-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:last\:mx-52:last-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-60:last-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:last\:mx-60:last-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-72:last-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:last\:mx-72:last-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:last\:my-80:last-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:last\:mx-80:last-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:last\:my-96:last-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:last\:mx-96:last-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:my-0\.5:last-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:last\:mx-0\.5:last-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:last\:my-1\.5:last-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:last\:mx-1\.5:last-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:last\:my-2\.5:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:last\:mx-2\.5:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:last\:my-3\.5:last-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:last\:mx-3\.5:last-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-44:last-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:last\:-mx-44:last-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-52:last-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:last\:-mx-52:last-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-60:last-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:last\:-mx-60:last-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-72:last-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:last\:-mx-72:last-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:last\:-my-80:last-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:last\:-mx-80:last-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:last\:-my-96:last-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:last\:-mx-96:last-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:-my-0\.5:last-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:last\:-mx-0\.5:last-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:last\:-my-1\.5:last-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:last\:-mx-1\.5:last-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:last\:-my-2\.5:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-mx-2\.5:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:last\:-my-3\.5:last-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:last\:-mx-3\.5:last-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .lg\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .lg\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .lg\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .lg\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .lg\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .lg\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .lg\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .lg\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .lg\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .lg\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .lg\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .lg\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .lg\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .lg\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .lg\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-44:last-child {
    margin-top: 11rem;
  }

  .lg\:last\:mr-44:last-child {
    margin-right: 11rem;
  }

  .lg\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .lg\:last\:ml-44:last-child {
    margin-left: 11rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-52:last-child {
    margin-top: 13rem;
  }

  .lg\:last\:mr-52:last-child {
    margin-right: 13rem;
  }

  .lg\:last\:mb-52:last-child {
    margin-bottom: 13rem;
  }

  .lg\:last\:ml-52:last-child {
    margin-left: 13rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-60:last-child {
    margin-top: 15rem;
  }

  .lg\:last\:mr-60:last-child {
    margin-right: 15rem;
  }

  .lg\:last\:mb-60:last-child {
    margin-bottom: 15rem;
  }

  .lg\:last\:ml-60:last-child {
    margin-left: 15rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-72:last-child {
    margin-top: 18rem;
  }

  .lg\:last\:mr-72:last-child {
    margin-right: 18rem;
  }

  .lg\:last\:mb-72:last-child {
    margin-bottom: 18rem;
  }

  .lg\:last\:ml-72:last-child {
    margin-left: 18rem;
  }

  .lg\:last\:mt-80:last-child {
    margin-top: 20rem;
  }

  .lg\:last\:mr-80:last-child {
    margin-right: 20rem;
  }

  .lg\:last\:mb-80:last-child {
    margin-bottom: 20rem;
  }

  .lg\:last\:ml-80:last-child {
    margin-left: 20rem;
  }

  .lg\:last\:mt-96:last-child {
    margin-top: 24rem;
  }

  .lg\:last\:mr-96:last-child {
    margin-right: 24rem;
  }

  .lg\:last\:mb-96:last-child {
    margin-bottom: 24rem;
  }

  .lg\:last\:ml-96:last-child {
    margin-left: 24rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:mt-0\.5:last-child {
    margin-top: 0.125rem;
  }

  .lg\:last\:mr-0\.5:last-child {
    margin-right: 0.125rem;
  }

  .lg\:last\:mb-0\.5:last-child {
    margin-bottom: 0.125rem;
  }

  .lg\:last\:ml-0\.5:last-child {
    margin-left: 0.125rem;
  }

  .lg\:last\:mt-1\.5:last-child {
    margin-top: 0.375rem;
  }

  .lg\:last\:mr-1\.5:last-child {
    margin-right: 0.375rem;
  }

  .lg\:last\:mb-1\.5:last-child {
    margin-bottom: 0.375rem;
  }

  .lg\:last\:ml-1\.5:last-child {
    margin-left: 0.375rem;
  }

  .lg\:last\:mt-2\.5:last-child {
    margin-top: 0.625rem;
  }

  .lg\:last\:mr-2\.5:last-child {
    margin-right: 0.625rem;
  }

  .lg\:last\:mb-2\.5:last-child {
    margin-bottom: 0.625rem;
  }

  .lg\:last\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .lg\:last\:mt-3\.5:last-child {
    margin-top: 0.875rem;
  }

  .lg\:last\:mr-3\.5:last-child {
    margin-right: 0.875rem;
  }

  .lg\:last\:mb-3\.5:last-child {
    margin-bottom: 0.875rem;
  }

  .lg\:last\:ml-3\.5:last-child {
    margin-left: 0.875rem;
  }

  .lg\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .lg\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .lg\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .lg\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .lg\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .lg\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .lg\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .lg\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .lg\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .lg\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .lg\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .lg\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .lg\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .lg\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .lg\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .lg\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .lg\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .lg\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .lg\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-44:last-child {
    margin-top: -11rem;
  }

  .lg\:last\:-mr-44:last-child {
    margin-right: -11rem;
  }

  .lg\:last\:-mb-44:last-child {
    margin-bottom: -11rem;
  }

  .lg\:last\:-ml-44:last-child {
    margin-left: -11rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-52:last-child {
    margin-top: -13rem;
  }

  .lg\:last\:-mr-52:last-child {
    margin-right: -13rem;
  }

  .lg\:last\:-mb-52:last-child {
    margin-bottom: -13rem;
  }

  .lg\:last\:-ml-52:last-child {
    margin-left: -13rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-60:last-child {
    margin-top: -15rem;
  }

  .lg\:last\:-mr-60:last-child {
    margin-right: -15rem;
  }

  .lg\:last\:-mb-60:last-child {
    margin-bottom: -15rem;
  }

  .lg\:last\:-ml-60:last-child {
    margin-left: -15rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-72:last-child {
    margin-top: -18rem;
  }

  .lg\:last\:-mr-72:last-child {
    margin-right: -18rem;
  }

  .lg\:last\:-mb-72:last-child {
    margin-bottom: -18rem;
  }

  .lg\:last\:-ml-72:last-child {
    margin-left: -18rem;
  }

  .lg\:last\:-mt-80:last-child {
    margin-top: -20rem;
  }

  .lg\:last\:-mr-80:last-child {
    margin-right: -20rem;
  }

  .lg\:last\:-mb-80:last-child {
    margin-bottom: -20rem;
  }

  .lg\:last\:-ml-80:last-child {
    margin-left: -20rem;
  }

  .lg\:last\:-mt-96:last-child {
    margin-top: -24rem;
  }

  .lg\:last\:-mr-96:last-child {
    margin-right: -24rem;
  }

  .lg\:last\:-mb-96:last-child {
    margin-bottom: -24rem;
  }

  .lg\:last\:-ml-96:last-child {
    margin-left: -24rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:last\:-mt-0\.5:last-child {
    margin-top: -0.125rem;
  }

  .lg\:last\:-mr-0\.5:last-child {
    margin-right: -0.125rem;
  }

  .lg\:last\:-mb-0\.5:last-child {
    margin-bottom: -0.125rem;
  }

  .lg\:last\:-ml-0\.5:last-child {
    margin-left: -0.125rem;
  }

  .lg\:last\:-mt-1\.5:last-child {
    margin-top: -0.375rem;
  }

  .lg\:last\:-mr-1\.5:last-child {
    margin-right: -0.375rem;
  }

  .lg\:last\:-mb-1\.5:last-child {
    margin-bottom: -0.375rem;
  }

  .lg\:last\:-ml-1\.5:last-child {
    margin-left: -0.375rem;
  }

  .lg\:last\:-mt-2\.5:last-child {
    margin-top: -0.625rem;
  }

  .lg\:last\:-mr-2\.5:last-child {
    margin-right: -0.625rem;
  }

  .lg\:last\:-mb-2\.5:last-child {
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-ml-2\.5:last-child {
    margin-left: -0.625rem;
  }

  .lg\:last\:-mt-3\.5:last-child {
    margin-top: -0.875rem;
  }

  .lg\:last\:-mr-3\.5:last-child {
    margin-right: -0.875rem;
  }

  .lg\:last\:-mb-3\.5:last-child {
    margin-bottom: -0.875rem;
  }

  .lg\:last\:-ml-3\.5:last-child {
    margin-left: -0.875rem;
  }

  .lg\:odd\:m-0:nth-child(odd) {
    margin: 0px;
  }

  .lg\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .lg\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .lg\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .lg\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .lg\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .lg\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .lg\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .lg\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .lg\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .lg\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .lg\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .lg\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .lg\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .lg\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .lg\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .lg\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .lg\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .lg\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .lg\:odd\:m-36:nth-child(odd) {
    margin: 9rem;
  }

  .lg\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .lg\:odd\:m-44:nth-child(odd) {
    margin: 11rem;
  }

  .lg\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .lg\:odd\:m-52:nth-child(odd) {
    margin: 13rem;
  }

  .lg\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .lg\:odd\:m-60:nth-child(odd) {
    margin: 15rem;
  }

  .lg\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .lg\:odd\:m-72:nth-child(odd) {
    margin: 18rem;
  }

  .lg\:odd\:m-80:nth-child(odd) {
    margin: 20rem;
  }

  .lg\:odd\:m-96:nth-child(odd) {
    margin: 24rem;
  }

  .lg\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .lg\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .lg\:odd\:m-0\.5:nth-child(odd) {
    margin: 0.125rem;
  }

  .lg\:odd\:m-1\.5:nth-child(odd) {
    margin: 0.375rem;
  }

  .lg\:odd\:m-2\.5:nth-child(odd) {
    margin: 0.625rem;
  }

  .lg\:odd\:m-3\.5:nth-child(odd) {
    margin: 0.875rem;
  }

  .lg\:odd\:-m-0:nth-child(odd) {
    margin: 0px;
  }

  .lg\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .lg\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .lg\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .lg\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .lg\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .lg\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .lg\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .lg\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .lg\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .lg\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .lg\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .lg\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .lg\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .lg\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .lg\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .lg\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .lg\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .lg\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .lg\:odd\:-m-36:nth-child(odd) {
    margin: -9rem;
  }

  .lg\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .lg\:odd\:-m-44:nth-child(odd) {
    margin: -11rem;
  }

  .lg\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .lg\:odd\:-m-52:nth-child(odd) {
    margin: -13rem;
  }

  .lg\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .lg\:odd\:-m-60:nth-child(odd) {
    margin: -15rem;
  }

  .lg\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .lg\:odd\:-m-72:nth-child(odd) {
    margin: -18rem;
  }

  .lg\:odd\:-m-80:nth-child(odd) {
    margin: -20rem;
  }

  .lg\:odd\:-m-96:nth-child(odd) {
    margin: -24rem;
  }

  .lg\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .lg\:odd\:-m-0\.5:nth-child(odd) {
    margin: -0.125rem;
  }

  .lg\:odd\:-m-1\.5:nth-child(odd) {
    margin: -0.375rem;
  }

  .lg\:odd\:-m-2\.5:nth-child(odd) {
    margin: -0.625rem;
  }

  .lg\:odd\:-m-3\.5:nth-child(odd) {
    margin: -0.875rem;
  }

  .lg\:odd\:my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:odd\:mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:odd\:my-36:nth-child(odd) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:odd\:mx-36:nth-child(odd) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:odd\:my-44:nth-child(odd) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:odd\:mx-44:nth-child(odd) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:odd\:my-52:nth-child(odd) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:odd\:mx-52:nth-child(odd) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:odd\:my-60:nth-child(odd) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:odd\:mx-60:nth-child(odd) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:odd\:my-72:nth-child(odd) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:odd\:mx-72:nth-child(odd) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:odd\:my-80:nth-child(odd) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:odd\:mx-80:nth-child(odd) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:odd\:my-96:nth-child(odd) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:odd\:mx-96:nth-child(odd) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:odd\:my-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:odd\:mx-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:odd\:my-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:odd\:mx-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:odd\:my-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:odd\:mx-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:odd\:my-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:odd\:mx-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:odd\:-my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:odd\:-mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:odd\:-my-36:nth-child(odd) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:odd\:-mx-36:nth-child(odd) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:odd\:-my-44:nth-child(odd) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:odd\:-mx-44:nth-child(odd) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:odd\:-my-52:nth-child(odd) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:odd\:-mx-52:nth-child(odd) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:odd\:-my-60:nth-child(odd) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:odd\:-mx-60:nth-child(odd) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:odd\:-my-72:nth-child(odd) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:odd\:-mx-72:nth-child(odd) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:odd\:-my-80:nth-child(odd) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:odd\:-mx-80:nth-child(odd) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:odd\:-my-96:nth-child(odd) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:odd\:-mx-96:nth-child(odd) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:odd\:-my-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:odd\:-mx-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:odd\:-my-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:odd\:-mx-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:odd\:-my-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:odd\:-mx-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:odd\:-my-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:odd\:-mx-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:odd\:mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .lg\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .lg\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .lg\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .lg\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .lg\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .lg\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .lg\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .lg\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .lg\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .lg\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .lg\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .lg\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .lg\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .lg\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .lg\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .lg\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .lg\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .lg\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .lg\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .lg\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .lg\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .lg\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .lg\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .lg\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .lg\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .lg\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .lg\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .lg\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .lg\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .lg\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .lg\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .lg\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .lg\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .lg\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .lg\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .lg\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .lg\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .lg\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .lg\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .lg\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .lg\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .lg\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .lg\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .lg\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .lg\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .lg\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .lg\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .lg\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .lg\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .lg\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .lg\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .lg\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .lg\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .lg\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .lg\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .lg\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .lg\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .lg\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .lg\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .lg\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .lg\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .lg\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .lg\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .lg\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .lg\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .lg\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .lg\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .lg\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .lg\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .lg\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .lg\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .lg\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .lg\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .lg\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .lg\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .lg\:odd\:mt-36:nth-child(odd) {
    margin-top: 9rem;
  }

  .lg\:odd\:mr-36:nth-child(odd) {
    margin-right: 9rem;
  }

  .lg\:odd\:mb-36:nth-child(odd) {
    margin-bottom: 9rem;
  }

  .lg\:odd\:ml-36:nth-child(odd) {
    margin-left: 9rem;
  }

  .lg\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .lg\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .lg\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .lg\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .lg\:odd\:mt-44:nth-child(odd) {
    margin-top: 11rem;
  }

  .lg\:odd\:mr-44:nth-child(odd) {
    margin-right: 11rem;
  }

  .lg\:odd\:mb-44:nth-child(odd) {
    margin-bottom: 11rem;
  }

  .lg\:odd\:ml-44:nth-child(odd) {
    margin-left: 11rem;
  }

  .lg\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .lg\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .lg\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .lg\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .lg\:odd\:mt-52:nth-child(odd) {
    margin-top: 13rem;
  }

  .lg\:odd\:mr-52:nth-child(odd) {
    margin-right: 13rem;
  }

  .lg\:odd\:mb-52:nth-child(odd) {
    margin-bottom: 13rem;
  }

  .lg\:odd\:ml-52:nth-child(odd) {
    margin-left: 13rem;
  }

  .lg\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .lg\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .lg\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .lg\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .lg\:odd\:mt-60:nth-child(odd) {
    margin-top: 15rem;
  }

  .lg\:odd\:mr-60:nth-child(odd) {
    margin-right: 15rem;
  }

  .lg\:odd\:mb-60:nth-child(odd) {
    margin-bottom: 15rem;
  }

  .lg\:odd\:ml-60:nth-child(odd) {
    margin-left: 15rem;
  }

  .lg\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .lg\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .lg\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .lg\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .lg\:odd\:mt-72:nth-child(odd) {
    margin-top: 18rem;
  }

  .lg\:odd\:mr-72:nth-child(odd) {
    margin-right: 18rem;
  }

  .lg\:odd\:mb-72:nth-child(odd) {
    margin-bottom: 18rem;
  }

  .lg\:odd\:ml-72:nth-child(odd) {
    margin-left: 18rem;
  }

  .lg\:odd\:mt-80:nth-child(odd) {
    margin-top: 20rem;
  }

  .lg\:odd\:mr-80:nth-child(odd) {
    margin-right: 20rem;
  }

  .lg\:odd\:mb-80:nth-child(odd) {
    margin-bottom: 20rem;
  }

  .lg\:odd\:ml-80:nth-child(odd) {
    margin-left: 20rem;
  }

  .lg\:odd\:mt-96:nth-child(odd) {
    margin-top: 24rem;
  }

  .lg\:odd\:mr-96:nth-child(odd) {
    margin-right: 24rem;
  }

  .lg\:odd\:mb-96:nth-child(odd) {
    margin-bottom: 24rem;
  }

  .lg\:odd\:ml-96:nth-child(odd) {
    margin-left: 24rem;
  }

  .lg\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .lg\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .lg\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .lg\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .lg\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .lg\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .lg\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .lg\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .lg\:odd\:mt-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
  }

  .lg\:odd\:mr-0\.5:nth-child(odd) {
    margin-right: 0.125rem;
  }

  .lg\:odd\:mb-0\.5:nth-child(odd) {
    margin-bottom: 0.125rem;
  }

  .lg\:odd\:ml-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
  }

  .lg\:odd\:mt-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
  }

  .lg\:odd\:mr-1\.5:nth-child(odd) {
    margin-right: 0.375rem;
  }

  .lg\:odd\:mb-1\.5:nth-child(odd) {
    margin-bottom: 0.375rem;
  }

  .lg\:odd\:ml-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
  }

  .lg\:odd\:mt-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
  }

  .lg\:odd\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }

  .lg\:odd\:mb-2\.5:nth-child(odd) {
    margin-bottom: 0.625rem;
  }

  .lg\:odd\:ml-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
  }

  .lg\:odd\:mt-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
  }

  .lg\:odd\:mr-3\.5:nth-child(odd) {
    margin-right: 0.875rem;
  }

  .lg\:odd\:mb-3\.5:nth-child(odd) {
    margin-bottom: 0.875rem;
  }

  .lg\:odd\:ml-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
  }

  .lg\:odd\:-mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .lg\:odd\:-mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .lg\:odd\:-mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .lg\:odd\:-ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .lg\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .lg\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .lg\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .lg\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .lg\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .lg\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .lg\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .lg\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .lg\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .lg\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .lg\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .lg\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .lg\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .lg\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .lg\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .lg\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .lg\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .lg\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .lg\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .lg\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .lg\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .lg\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .lg\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .lg\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .lg\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .lg\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .lg\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .lg\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .lg\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .lg\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .lg\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .lg\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .lg\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .lg\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .lg\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .lg\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .lg\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .lg\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .lg\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .lg\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .lg\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .lg\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .lg\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .lg\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .lg\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .lg\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .lg\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .lg\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .lg\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .lg\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .lg\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .lg\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .lg\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .lg\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .lg\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .lg\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .lg\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .lg\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .lg\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .lg\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .lg\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .lg\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .lg\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .lg\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .lg\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .lg\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .lg\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .lg\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .lg\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .lg\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .lg\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .lg\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .lg\:odd\:-mt-36:nth-child(odd) {
    margin-top: -9rem;
  }

  .lg\:odd\:-mr-36:nth-child(odd) {
    margin-right: -9rem;
  }

  .lg\:odd\:-mb-36:nth-child(odd) {
    margin-bottom: -9rem;
  }

  .lg\:odd\:-ml-36:nth-child(odd) {
    margin-left: -9rem;
  }

  .lg\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .lg\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .lg\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .lg\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .lg\:odd\:-mt-44:nth-child(odd) {
    margin-top: -11rem;
  }

  .lg\:odd\:-mr-44:nth-child(odd) {
    margin-right: -11rem;
  }

  .lg\:odd\:-mb-44:nth-child(odd) {
    margin-bottom: -11rem;
  }

  .lg\:odd\:-ml-44:nth-child(odd) {
    margin-left: -11rem;
  }

  .lg\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .lg\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .lg\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .lg\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .lg\:odd\:-mt-52:nth-child(odd) {
    margin-top: -13rem;
  }

  .lg\:odd\:-mr-52:nth-child(odd) {
    margin-right: -13rem;
  }

  .lg\:odd\:-mb-52:nth-child(odd) {
    margin-bottom: -13rem;
  }

  .lg\:odd\:-ml-52:nth-child(odd) {
    margin-left: -13rem;
  }

  .lg\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .lg\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .lg\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .lg\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .lg\:odd\:-mt-60:nth-child(odd) {
    margin-top: -15rem;
  }

  .lg\:odd\:-mr-60:nth-child(odd) {
    margin-right: -15rem;
  }

  .lg\:odd\:-mb-60:nth-child(odd) {
    margin-bottom: -15rem;
  }

  .lg\:odd\:-ml-60:nth-child(odd) {
    margin-left: -15rem;
  }

  .lg\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .lg\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .lg\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .lg\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .lg\:odd\:-mt-72:nth-child(odd) {
    margin-top: -18rem;
  }

  .lg\:odd\:-mr-72:nth-child(odd) {
    margin-right: -18rem;
  }

  .lg\:odd\:-mb-72:nth-child(odd) {
    margin-bottom: -18rem;
  }

  .lg\:odd\:-ml-72:nth-child(odd) {
    margin-left: -18rem;
  }

  .lg\:odd\:-mt-80:nth-child(odd) {
    margin-top: -20rem;
  }

  .lg\:odd\:-mr-80:nth-child(odd) {
    margin-right: -20rem;
  }

  .lg\:odd\:-mb-80:nth-child(odd) {
    margin-bottom: -20rem;
  }

  .lg\:odd\:-ml-80:nth-child(odd) {
    margin-left: -20rem;
  }

  .lg\:odd\:-mt-96:nth-child(odd) {
    margin-top: -24rem;
  }

  .lg\:odd\:-mr-96:nth-child(odd) {
    margin-right: -24rem;
  }

  .lg\:odd\:-mb-96:nth-child(odd) {
    margin-bottom: -24rem;
  }

  .lg\:odd\:-ml-96:nth-child(odd) {
    margin-left: -24rem;
  }

  .lg\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .lg\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .lg\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .lg\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .lg\:odd\:-mt-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
  }

  .lg\:odd\:-mr-0\.5:nth-child(odd) {
    margin-right: -0.125rem;
  }

  .lg\:odd\:-mb-0\.5:nth-child(odd) {
    margin-bottom: -0.125rem;
  }

  .lg\:odd\:-ml-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
  }

  .lg\:odd\:-mt-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
  }

  .lg\:odd\:-mr-1\.5:nth-child(odd) {
    margin-right: -0.375rem;
  }

  .lg\:odd\:-mb-1\.5:nth-child(odd) {
    margin-bottom: -0.375rem;
  }

  .lg\:odd\:-ml-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
  }

  .lg\:odd\:-mt-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
  }

  .lg\:odd\:-mr-2\.5:nth-child(odd) {
    margin-right: -0.625rem;
  }

  .lg\:odd\:-mb-2\.5:nth-child(odd) {
    margin-bottom: -0.625rem;
  }

  .lg\:odd\:-ml-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
  }

  .lg\:odd\:-mt-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
  }

  .lg\:odd\:-mr-3\.5:nth-child(odd) {
    margin-right: -0.875rem;
  }

  .lg\:odd\:-mb-3\.5:nth-child(odd) {
    margin-bottom: -0.875rem;
  }

  .lg\:odd\:-ml-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
  }

  .lg\:even\:m-0:nth-child(even) {
    margin: 0px;
  }

  .lg\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .lg\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .lg\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .lg\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .lg\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .lg\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .lg\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .lg\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .lg\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .lg\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .lg\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .lg\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .lg\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .lg\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .lg\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .lg\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .lg\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .lg\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .lg\:even\:m-36:nth-child(even) {
    margin: 9rem;
  }

  .lg\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .lg\:even\:m-44:nth-child(even) {
    margin: 11rem;
  }

  .lg\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .lg\:even\:m-52:nth-child(even) {
    margin: 13rem;
  }

  .lg\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .lg\:even\:m-60:nth-child(even) {
    margin: 15rem;
  }

  .lg\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .lg\:even\:m-72:nth-child(even) {
    margin: 18rem;
  }

  .lg\:even\:m-80:nth-child(even) {
    margin: 20rem;
  }

  .lg\:even\:m-96:nth-child(even) {
    margin: 24rem;
  }

  .lg\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .lg\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .lg\:even\:m-0\.5:nth-child(even) {
    margin: 0.125rem;
  }

  .lg\:even\:m-1\.5:nth-child(even) {
    margin: 0.375rem;
  }

  .lg\:even\:m-2\.5:nth-child(even) {
    margin: 0.625rem;
  }

  .lg\:even\:m-3\.5:nth-child(even) {
    margin: 0.875rem;
  }

  .lg\:even\:-m-0:nth-child(even) {
    margin: 0px;
  }

  .lg\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .lg\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .lg\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .lg\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .lg\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .lg\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .lg\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .lg\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .lg\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .lg\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .lg\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .lg\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .lg\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .lg\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .lg\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .lg\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .lg\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .lg\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .lg\:even\:-m-36:nth-child(even) {
    margin: -9rem;
  }

  .lg\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .lg\:even\:-m-44:nth-child(even) {
    margin: -11rem;
  }

  .lg\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .lg\:even\:-m-52:nth-child(even) {
    margin: -13rem;
  }

  .lg\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .lg\:even\:-m-60:nth-child(even) {
    margin: -15rem;
  }

  .lg\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .lg\:even\:-m-72:nth-child(even) {
    margin: -18rem;
  }

  .lg\:even\:-m-80:nth-child(even) {
    margin: -20rem;
  }

  .lg\:even\:-m-96:nth-child(even) {
    margin: -24rem;
  }

  .lg\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .lg\:even\:-m-0\.5:nth-child(even) {
    margin: -0.125rem;
  }

  .lg\:even\:-m-1\.5:nth-child(even) {
    margin: -0.375rem;
  }

  .lg\:even\:-m-2\.5:nth-child(even) {
    margin: -0.625rem;
  }

  .lg\:even\:-m-3\.5:nth-child(even) {
    margin: -0.875rem;
  }

  .lg\:even\:my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:even\:mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:even\:my-36:nth-child(even) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:even\:mx-36:nth-child(even) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:even\:my-44:nth-child(even) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:even\:mx-44:nth-child(even) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:even\:my-52:nth-child(even) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:even\:mx-52:nth-child(even) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:even\:my-60:nth-child(even) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:even\:mx-60:nth-child(even) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:even\:my-72:nth-child(even) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:even\:mx-72:nth-child(even) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:even\:my-80:nth-child(even) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:even\:mx-80:nth-child(even) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:even\:my-96:nth-child(even) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:even\:mx-96:nth-child(even) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:even\:my-0\.5:nth-child(even) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:even\:mx-0\.5:nth-child(even) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:even\:my-1\.5:nth-child(even) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:even\:mx-1\.5:nth-child(even) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:even\:my-2\.5:nth-child(even) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:even\:mx-2\.5:nth-child(even) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:even\:my-3\.5:nth-child(even) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:even\:mx-3\.5:nth-child(even) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:even\:-my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:even\:-mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:even\:-my-36:nth-child(even) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:even\:-mx-36:nth-child(even) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:even\:-my-44:nth-child(even) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:even\:-mx-44:nth-child(even) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:even\:-my-52:nth-child(even) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:even\:-mx-52:nth-child(even) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:even\:-my-60:nth-child(even) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:even\:-mx-60:nth-child(even) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:even\:-my-72:nth-child(even) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:even\:-mx-72:nth-child(even) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:even\:-my-80:nth-child(even) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:even\:-mx-80:nth-child(even) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:even\:-my-96:nth-child(even) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:even\:-mx-96:nth-child(even) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:even\:-my-0\.5:nth-child(even) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:even\:-mx-0\.5:nth-child(even) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:even\:-my-1\.5:nth-child(even) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:even\:-mx-1\.5:nth-child(even) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:even\:-my-2\.5:nth-child(even) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:even\:-mx-2\.5:nth-child(even) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:even\:-my-3\.5:nth-child(even) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:even\:-mx-3\.5:nth-child(even) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:even\:mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .lg\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .lg\:even\:mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .lg\:even\:ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .lg\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .lg\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .lg\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .lg\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .lg\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .lg\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .lg\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .lg\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .lg\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .lg\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .lg\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .lg\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .lg\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .lg\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .lg\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .lg\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .lg\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .lg\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .lg\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .lg\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .lg\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .lg\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .lg\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .lg\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .lg\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .lg\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .lg\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .lg\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .lg\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .lg\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .lg\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .lg\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .lg\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .lg\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .lg\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .lg\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .lg\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .lg\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .lg\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .lg\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .lg\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .lg\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .lg\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .lg\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .lg\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .lg\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .lg\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .lg\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .lg\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .lg\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .lg\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .lg\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .lg\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .lg\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .lg\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .lg\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .lg\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .lg\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .lg\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .lg\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .lg\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .lg\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .lg\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .lg\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .lg\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .lg\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .lg\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .lg\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .lg\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .lg\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .lg\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .lg\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .lg\:even\:mt-36:nth-child(even) {
    margin-top: 9rem;
  }

  .lg\:even\:mr-36:nth-child(even) {
    margin-right: 9rem;
  }

  .lg\:even\:mb-36:nth-child(even) {
    margin-bottom: 9rem;
  }

  .lg\:even\:ml-36:nth-child(even) {
    margin-left: 9rem;
  }

  .lg\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .lg\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .lg\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .lg\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .lg\:even\:mt-44:nth-child(even) {
    margin-top: 11rem;
  }

  .lg\:even\:mr-44:nth-child(even) {
    margin-right: 11rem;
  }

  .lg\:even\:mb-44:nth-child(even) {
    margin-bottom: 11rem;
  }

  .lg\:even\:ml-44:nth-child(even) {
    margin-left: 11rem;
  }

  .lg\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .lg\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .lg\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .lg\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .lg\:even\:mt-52:nth-child(even) {
    margin-top: 13rem;
  }

  .lg\:even\:mr-52:nth-child(even) {
    margin-right: 13rem;
  }

  .lg\:even\:mb-52:nth-child(even) {
    margin-bottom: 13rem;
  }

  .lg\:even\:ml-52:nth-child(even) {
    margin-left: 13rem;
  }

  .lg\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .lg\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .lg\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .lg\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .lg\:even\:mt-60:nth-child(even) {
    margin-top: 15rem;
  }

  .lg\:even\:mr-60:nth-child(even) {
    margin-right: 15rem;
  }

  .lg\:even\:mb-60:nth-child(even) {
    margin-bottom: 15rem;
  }

  .lg\:even\:ml-60:nth-child(even) {
    margin-left: 15rem;
  }

  .lg\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .lg\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .lg\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .lg\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .lg\:even\:mt-72:nth-child(even) {
    margin-top: 18rem;
  }

  .lg\:even\:mr-72:nth-child(even) {
    margin-right: 18rem;
  }

  .lg\:even\:mb-72:nth-child(even) {
    margin-bottom: 18rem;
  }

  .lg\:even\:ml-72:nth-child(even) {
    margin-left: 18rem;
  }

  .lg\:even\:mt-80:nth-child(even) {
    margin-top: 20rem;
  }

  .lg\:even\:mr-80:nth-child(even) {
    margin-right: 20rem;
  }

  .lg\:even\:mb-80:nth-child(even) {
    margin-bottom: 20rem;
  }

  .lg\:even\:ml-80:nth-child(even) {
    margin-left: 20rem;
  }

  .lg\:even\:mt-96:nth-child(even) {
    margin-top: 24rem;
  }

  .lg\:even\:mr-96:nth-child(even) {
    margin-right: 24rem;
  }

  .lg\:even\:mb-96:nth-child(even) {
    margin-bottom: 24rem;
  }

  .lg\:even\:ml-96:nth-child(even) {
    margin-left: 24rem;
  }

  .lg\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .lg\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .lg\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .lg\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .lg\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .lg\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .lg\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .lg\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .lg\:even\:mt-0\.5:nth-child(even) {
    margin-top: 0.125rem;
  }

  .lg\:even\:mr-0\.5:nth-child(even) {
    margin-right: 0.125rem;
  }

  .lg\:even\:mb-0\.5:nth-child(even) {
    margin-bottom: 0.125rem;
  }

  .lg\:even\:ml-0\.5:nth-child(even) {
    margin-left: 0.125rem;
  }

  .lg\:even\:mt-1\.5:nth-child(even) {
    margin-top: 0.375rem;
  }

  .lg\:even\:mr-1\.5:nth-child(even) {
    margin-right: 0.375rem;
  }

  .lg\:even\:mb-1\.5:nth-child(even) {
    margin-bottom: 0.375rem;
  }

  .lg\:even\:ml-1\.5:nth-child(even) {
    margin-left: 0.375rem;
  }

  .lg\:even\:mt-2\.5:nth-child(even) {
    margin-top: 0.625rem;
  }

  .lg\:even\:mr-2\.5:nth-child(even) {
    margin-right: 0.625rem;
  }

  .lg\:even\:mb-2\.5:nth-child(even) {
    margin-bottom: 0.625rem;
  }

  .lg\:even\:ml-2\.5:nth-child(even) {
    margin-left: 0.625rem;
  }

  .lg\:even\:mt-3\.5:nth-child(even) {
    margin-top: 0.875rem;
  }

  .lg\:even\:mr-3\.5:nth-child(even) {
    margin-right: 0.875rem;
  }

  .lg\:even\:mb-3\.5:nth-child(even) {
    margin-bottom: 0.875rem;
  }

  .lg\:even\:ml-3\.5:nth-child(even) {
    margin-left: 0.875rem;
  }

  .lg\:even\:-mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .lg\:even\:-mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .lg\:even\:-mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .lg\:even\:-ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .lg\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .lg\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .lg\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .lg\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .lg\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .lg\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .lg\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .lg\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .lg\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .lg\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .lg\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .lg\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .lg\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .lg\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .lg\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .lg\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .lg\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .lg\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .lg\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .lg\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .lg\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .lg\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .lg\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .lg\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .lg\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .lg\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .lg\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .lg\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .lg\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .lg\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .lg\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .lg\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .lg\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .lg\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .lg\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .lg\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .lg\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .lg\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .lg\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .lg\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .lg\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .lg\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .lg\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .lg\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .lg\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .lg\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .lg\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .lg\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .lg\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .lg\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .lg\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .lg\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .lg\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .lg\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .lg\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .lg\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .lg\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .lg\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .lg\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .lg\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .lg\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .lg\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .lg\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .lg\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .lg\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .lg\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .lg\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .lg\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .lg\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .lg\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .lg\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .lg\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .lg\:even\:-mt-36:nth-child(even) {
    margin-top: -9rem;
  }

  .lg\:even\:-mr-36:nth-child(even) {
    margin-right: -9rem;
  }

  .lg\:even\:-mb-36:nth-child(even) {
    margin-bottom: -9rem;
  }

  .lg\:even\:-ml-36:nth-child(even) {
    margin-left: -9rem;
  }

  .lg\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .lg\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .lg\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .lg\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .lg\:even\:-mt-44:nth-child(even) {
    margin-top: -11rem;
  }

  .lg\:even\:-mr-44:nth-child(even) {
    margin-right: -11rem;
  }

  .lg\:even\:-mb-44:nth-child(even) {
    margin-bottom: -11rem;
  }

  .lg\:even\:-ml-44:nth-child(even) {
    margin-left: -11rem;
  }

  .lg\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .lg\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .lg\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .lg\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .lg\:even\:-mt-52:nth-child(even) {
    margin-top: -13rem;
  }

  .lg\:even\:-mr-52:nth-child(even) {
    margin-right: -13rem;
  }

  .lg\:even\:-mb-52:nth-child(even) {
    margin-bottom: -13rem;
  }

  .lg\:even\:-ml-52:nth-child(even) {
    margin-left: -13rem;
  }

  .lg\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .lg\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .lg\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .lg\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .lg\:even\:-mt-60:nth-child(even) {
    margin-top: -15rem;
  }

  .lg\:even\:-mr-60:nth-child(even) {
    margin-right: -15rem;
  }

  .lg\:even\:-mb-60:nth-child(even) {
    margin-bottom: -15rem;
  }

  .lg\:even\:-ml-60:nth-child(even) {
    margin-left: -15rem;
  }

  .lg\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .lg\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .lg\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .lg\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .lg\:even\:-mt-72:nth-child(even) {
    margin-top: -18rem;
  }

  .lg\:even\:-mr-72:nth-child(even) {
    margin-right: -18rem;
  }

  .lg\:even\:-mb-72:nth-child(even) {
    margin-bottom: -18rem;
  }

  .lg\:even\:-ml-72:nth-child(even) {
    margin-left: -18rem;
  }

  .lg\:even\:-mt-80:nth-child(even) {
    margin-top: -20rem;
  }

  .lg\:even\:-mr-80:nth-child(even) {
    margin-right: -20rem;
  }

  .lg\:even\:-mb-80:nth-child(even) {
    margin-bottom: -20rem;
  }

  .lg\:even\:-ml-80:nth-child(even) {
    margin-left: -20rem;
  }

  .lg\:even\:-mt-96:nth-child(even) {
    margin-top: -24rem;
  }

  .lg\:even\:-mr-96:nth-child(even) {
    margin-right: -24rem;
  }

  .lg\:even\:-mb-96:nth-child(even) {
    margin-bottom: -24rem;
  }

  .lg\:even\:-ml-96:nth-child(even) {
    margin-left: -24rem;
  }

  .lg\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .lg\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .lg\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .lg\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .lg\:even\:-mt-0\.5:nth-child(even) {
    margin-top: -0.125rem;
  }

  .lg\:even\:-mr-0\.5:nth-child(even) {
    margin-right: -0.125rem;
  }

  .lg\:even\:-mb-0\.5:nth-child(even) {
    margin-bottom: -0.125rem;
  }

  .lg\:even\:-ml-0\.5:nth-child(even) {
    margin-left: -0.125rem;
  }

  .lg\:even\:-mt-1\.5:nth-child(even) {
    margin-top: -0.375rem;
  }

  .lg\:even\:-mr-1\.5:nth-child(even) {
    margin-right: -0.375rem;
  }

  .lg\:even\:-mb-1\.5:nth-child(even) {
    margin-bottom: -0.375rem;
  }

  .lg\:even\:-ml-1\.5:nth-child(even) {
    margin-left: -0.375rem;
  }

  .lg\:even\:-mt-2\.5:nth-child(even) {
    margin-top: -0.625rem;
  }

  .lg\:even\:-mr-2\.5:nth-child(even) {
    margin-right: -0.625rem;
  }

  .lg\:even\:-mb-2\.5:nth-child(even) {
    margin-bottom: -0.625rem;
  }

  .lg\:even\:-ml-2\.5:nth-child(even) {
    margin-left: -0.625rem;
  }

  .lg\:even\:-mt-3\.5:nth-child(even) {
    margin-top: -0.875rem;
  }

  .lg\:even\:-mr-3\.5:nth-child(even) {
    margin-right: -0.875rem;
  }

  .lg\:even\:-mb-3\.5:nth-child(even) {
    margin-bottom: -0.875rem;
  }

  .lg\:even\:-ml-3\.5:nth-child(even) {
    margin-left: -0.875rem;
  }

  .lg\:hover\:m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-28:hover {
    margin: 7rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-36:hover {
    margin: 9rem;
  }

  .lg\:hover\:m-40:hover {
    margin: 10rem;
  }

  .lg\:hover\:m-44:hover {
    margin: 11rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-52:hover {
    margin: 13rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-60:hover {
    margin: 15rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-72:hover {
    margin: 18rem;
  }

  .lg\:hover\:m-80:hover {
    margin: 20rem;
  }

  .lg\:hover\:m-96:hover {
    margin: 24rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .lg\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .lg\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .lg\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .lg\:hover\:-m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .lg\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .lg\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .lg\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .lg\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .lg\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .lg\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .lg\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .lg\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .lg\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .lg\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .lg\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .lg\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .lg\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .lg\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .lg\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .lg\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .lg\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .lg\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .lg\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .lg\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .lg\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .lg\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .lg\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .lg\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .lg\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .lg\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .lg\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .lg\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .lg\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .lg\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .lg\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .lg\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .lg\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .lg\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .lg\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .lg\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .lg\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .lg\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .lg\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .lg\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .lg\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .lg\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .lg\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .lg\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .lg\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .lg\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .lg\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .lg\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .lg\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .lg\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .lg\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .lg\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .lg\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .lg\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .lg\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .lg\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .lg\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .lg\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .lg\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .lg\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .lg\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .lg\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .lg\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .lg\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .lg\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .lg\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .lg\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .lg\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .lg\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .lg\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .lg\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .lg\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .lg\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .lg\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .lg\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .lg\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .lg\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .lg\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .lg\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .lg\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .lg\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .lg\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .lg\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .lg\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .lg\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .lg\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .lg\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .lg\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .lg\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .lg\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .lg\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .lg\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .lg\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .lg\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .lg\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .lg\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .lg\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .lg\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .lg\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .lg\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .lg\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .lg\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .lg\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .lg\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .lg\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .lg\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .lg\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .lg\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .lg\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .lg\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .lg\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .lg\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .lg\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .lg\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .lg\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .lg\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .lg\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .lg\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .lg\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .lg\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .lg\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .lg\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .lg\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .lg\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .lg\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .lg\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .lg\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .lg\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .lg\:focus\:m-0:focus {
    margin: 0px;
  }

  .lg\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .lg\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .lg\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .lg\:focus\:m-4:focus {
    margin: 1rem;
  }

  .lg\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .lg\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .lg\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .lg\:focus\:m-8:focus {
    margin: 2rem;
  }

  .lg\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .lg\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .lg\:focus\:m-11:focus {
    margin: 2.75rem;
  }

  .lg\:focus\:m-12:focus {
    margin: 3rem;
  }

  .lg\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .lg\:focus\:m-16:focus {
    margin: 4rem;
  }

  .lg\:focus\:m-20:focus {
    margin: 5rem;
  }

  .lg\:focus\:m-24:focus {
    margin: 6rem;
  }

  .lg\:focus\:m-28:focus {
    margin: 7rem;
  }

  .lg\:focus\:m-32:focus {
    margin: 8rem;
  }

  .lg\:focus\:m-36:focus {
    margin: 9rem;
  }

  .lg\:focus\:m-40:focus {
    margin: 10rem;
  }

  .lg\:focus\:m-44:focus {
    margin: 11rem;
  }

  .lg\:focus\:m-48:focus {
    margin: 12rem;
  }

  .lg\:focus\:m-52:focus {
    margin: 13rem;
  }

  .lg\:focus\:m-56:focus {
    margin: 14rem;
  }

  .lg\:focus\:m-60:focus {
    margin: 15rem;
  }

  .lg\:focus\:m-64:focus {
    margin: 16rem;
  }

  .lg\:focus\:m-72:focus {
    margin: 18rem;
  }

  .lg\:focus\:m-80:focus {
    margin: 20rem;
  }

  .lg\:focus\:m-96:focus {
    margin: 24rem;
  }

  .lg\:focus\:m-auto:focus {
    margin: auto;
  }

  .lg\:focus\:m-px:focus {
    margin: 1px;
  }

  .lg\:focus\:m-0\.5:focus {
    margin: 0.125rem;
  }

  .lg\:focus\:m-1\.5:focus {
    margin: 0.375rem;
  }

  .lg\:focus\:m-2\.5:focus {
    margin: 0.625rem;
  }

  .lg\:focus\:m-3\.5:focus {
    margin: 0.875rem;
  }

  .lg\:focus\:-m-0:focus {
    margin: 0px;
  }

  .lg\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .lg\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .lg\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .lg\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .lg\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .lg\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .lg\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .lg\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .lg\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .lg\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .lg\:focus\:-m-11:focus {
    margin: -2.75rem;
  }

  .lg\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .lg\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .lg\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .lg\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .lg\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .lg\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .lg\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .lg\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .lg\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .lg\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .lg\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .lg\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .lg\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .lg\:focus\:-m-60:focus {
    margin: -15rem;
  }

  .lg\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .lg\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .lg\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .lg\:focus\:-m-96:focus {
    margin: -24rem;
  }

  .lg\:focus\:-m-px:focus {
    margin: -1px;
  }

  .lg\:focus\:-m-0\.5:focus {
    margin: -0.125rem;
  }

  .lg\:focus\:-m-1\.5:focus {
    margin: -0.375rem;
  }

  .lg\:focus\:-m-2\.5:focus {
    margin: -0.625rem;
  }

  .lg\:focus\:-m-3\.5:focus {
    margin: -0.875rem;
  }

  .lg\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus\:my-11:focus {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:focus\:mx-11:focus {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus\:my-60:focus {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:focus\:mx-60:focus {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:focus\:my-96:focus {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:focus\:mx-96:focus {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus\:my-0\.5:focus {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:focus\:mx-0\.5:focus {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:focus\:my-1\.5:focus {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:focus\:mx-1\.5:focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:focus\:my-2\.5:focus {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:focus\:mx-2\.5:focus {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:focus\:my-3\.5:focus {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:focus\:mx-3\.5:focus {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus\:-my-11:focus {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:focus\:-mx-11:focus {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus\:-my-60:focus {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:focus\:-mx-60:focus {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:focus\:-my-96:focus {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:focus\:-mx-96:focus {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus\:-my-0\.5:focus {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:focus\:-mx-0\.5:focus {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:focus\:-my-1\.5:focus {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:focus\:-mx-1\.5:focus {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:focus\:-my-2\.5:focus {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:focus\:-mx-2\.5:focus {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:focus\:-my-3\.5:focus {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:focus\:-mx-3\.5:focus {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .lg\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .lg\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .lg\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .lg\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .lg\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .lg\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .lg\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .lg\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .lg\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .lg\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .lg\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .lg\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .lg\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .lg\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .lg\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .lg\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .lg\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .lg\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .lg\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .lg\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .lg\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .lg\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .lg\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .lg\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .lg\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .lg\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .lg\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .lg\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .lg\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .lg\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .lg\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .lg\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .lg\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .lg\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .lg\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .lg\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .lg\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .lg\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .lg\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .lg\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .lg\:focus\:mt-11:focus {
    margin-top: 2.75rem;
  }

  .lg\:focus\:mr-11:focus {
    margin-right: 2.75rem;
  }

  .lg\:focus\:mb-11:focus {
    margin-bottom: 2.75rem;
  }

  .lg\:focus\:ml-11:focus {
    margin-left: 2.75rem;
  }

  .lg\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .lg\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .lg\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .lg\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .lg\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .lg\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .lg\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .lg\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .lg\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .lg\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .lg\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .lg\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .lg\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .lg\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .lg\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .lg\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .lg\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .lg\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .lg\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .lg\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .lg\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .lg\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .lg\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .lg\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .lg\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .lg\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .lg\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .lg\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .lg\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .lg\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .lg\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .lg\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .lg\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .lg\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .lg\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .lg\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .lg\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .lg\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .lg\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .lg\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .lg\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .lg\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .lg\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .lg\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .lg\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .lg\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .lg\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .lg\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .lg\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .lg\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .lg\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .lg\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .lg\:focus\:mt-60:focus {
    margin-top: 15rem;
  }

  .lg\:focus\:mr-60:focus {
    margin-right: 15rem;
  }

  .lg\:focus\:mb-60:focus {
    margin-bottom: 15rem;
  }

  .lg\:focus\:ml-60:focus {
    margin-left: 15rem;
  }

  .lg\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .lg\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .lg\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .lg\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .lg\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .lg\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .lg\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .lg\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .lg\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .lg\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .lg\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .lg\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .lg\:focus\:mt-96:focus {
    margin-top: 24rem;
  }

  .lg\:focus\:mr-96:focus {
    margin-right: 24rem;
  }

  .lg\:focus\:mb-96:focus {
    margin-bottom: 24rem;
  }

  .lg\:focus\:ml-96:focus {
    margin-left: 24rem;
  }

  .lg\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .lg\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .lg\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .lg\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .lg\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .lg\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .lg\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .lg\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .lg\:focus\:mt-0\.5:focus {
    margin-top: 0.125rem;
  }

  .lg\:focus\:mr-0\.5:focus {
    margin-right: 0.125rem;
  }

  .lg\:focus\:mb-0\.5:focus {
    margin-bottom: 0.125rem;
  }

  .lg\:focus\:ml-0\.5:focus {
    margin-left: 0.125rem;
  }

  .lg\:focus\:mt-1\.5:focus {
    margin-top: 0.375rem;
  }

  .lg\:focus\:mr-1\.5:focus {
    margin-right: 0.375rem;
  }

  .lg\:focus\:mb-1\.5:focus {
    margin-bottom: 0.375rem;
  }

  .lg\:focus\:ml-1\.5:focus {
    margin-left: 0.375rem;
  }

  .lg\:focus\:mt-2\.5:focus {
    margin-top: 0.625rem;
  }

  .lg\:focus\:mr-2\.5:focus {
    margin-right: 0.625rem;
  }

  .lg\:focus\:mb-2\.5:focus {
    margin-bottom: 0.625rem;
  }

  .lg\:focus\:ml-2\.5:focus {
    margin-left: 0.625rem;
  }

  .lg\:focus\:mt-3\.5:focus {
    margin-top: 0.875rem;
  }

  .lg\:focus\:mr-3\.5:focus {
    margin-right: 0.875rem;
  }

  .lg\:focus\:mb-3\.5:focus {
    margin-bottom: 0.875rem;
  }

  .lg\:focus\:ml-3\.5:focus {
    margin-left: 0.875rem;
  }

  .lg\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .lg\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .lg\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .lg\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .lg\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .lg\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .lg\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .lg\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .lg\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .lg\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .lg\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .lg\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .lg\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .lg\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .lg\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .lg\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .lg\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .lg\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .lg\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .lg\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .lg\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .lg\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .lg\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .lg\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .lg\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .lg\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .lg\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .lg\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .lg\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .lg\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .lg\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .lg\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .lg\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .lg\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .lg\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .lg\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .lg\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .lg\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .lg\:focus\:-mt-11:focus {
    margin-top: -2.75rem;
  }

  .lg\:focus\:-mr-11:focus {
    margin-right: -2.75rem;
  }

  .lg\:focus\:-mb-11:focus {
    margin-bottom: -2.75rem;
  }

  .lg\:focus\:-ml-11:focus {
    margin-left: -2.75rem;
  }

  .lg\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .lg\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .lg\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .lg\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .lg\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .lg\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .lg\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .lg\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .lg\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .lg\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .lg\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .lg\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .lg\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .lg\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .lg\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .lg\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .lg\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .lg\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .lg\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .lg\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .lg\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .lg\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .lg\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .lg\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .lg\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .lg\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .lg\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .lg\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .lg\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .lg\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .lg\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .lg\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .lg\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .lg\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .lg\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .lg\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .lg\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .lg\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .lg\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .lg\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .lg\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .lg\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .lg\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .lg\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .lg\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .lg\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .lg\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .lg\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .lg\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .lg\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .lg\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .lg\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .lg\:focus\:-mt-60:focus {
    margin-top: -15rem;
  }

  .lg\:focus\:-mr-60:focus {
    margin-right: -15rem;
  }

  .lg\:focus\:-mb-60:focus {
    margin-bottom: -15rem;
  }

  .lg\:focus\:-ml-60:focus {
    margin-left: -15rem;
  }

  .lg\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .lg\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .lg\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .lg\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .lg\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .lg\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .lg\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .lg\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .lg\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .lg\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .lg\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .lg\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .lg\:focus\:-mt-96:focus {
    margin-top: -24rem;
  }

  .lg\:focus\:-mr-96:focus {
    margin-right: -24rem;
  }

  .lg\:focus\:-mb-96:focus {
    margin-bottom: -24rem;
  }

  .lg\:focus\:-ml-96:focus {
    margin-left: -24rem;
  }

  .lg\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .lg\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .lg\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .lg\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .lg\:focus\:-mt-0\.5:focus {
    margin-top: -0.125rem;
  }

  .lg\:focus\:-mr-0\.5:focus {
    margin-right: -0.125rem;
  }

  .lg\:focus\:-mb-0\.5:focus {
    margin-bottom: -0.125rem;
  }

  .lg\:focus\:-ml-0\.5:focus {
    margin-left: -0.125rem;
  }

  .lg\:focus\:-mt-1\.5:focus {
    margin-top: -0.375rem;
  }

  .lg\:focus\:-mr-1\.5:focus {
    margin-right: -0.375rem;
  }

  .lg\:focus\:-mb-1\.5:focus {
    margin-bottom: -0.375rem;
  }

  .lg\:focus\:-ml-1\.5:focus {
    margin-left: -0.375rem;
  }

  .lg\:focus\:-mt-2\.5:focus {
    margin-top: -0.625rem;
  }

  .lg\:focus\:-mr-2\.5:focus {
    margin-right: -0.625rem;
  }

  .lg\:focus\:-mb-2\.5:focus {
    margin-bottom: -0.625rem;
  }

  .lg\:focus\:-ml-2\.5:focus {
    margin-left: -0.625rem;
  }

  .lg\:focus\:-mt-3\.5:focus {
    margin-top: -0.875rem;
  }

  .lg\:focus\:-mr-3\.5:focus {
    margin-right: -0.875rem;
  }

  .lg\:focus\:-mb-3\.5:focus {
    margin-bottom: -0.875rem;
  }

  .lg\:focus\:-ml-3\.5:focus {
    margin-left: -0.875rem;
  }

  .lg\:active\:m-0:active {
    margin: 0px;
  }

  .lg\:active\:m-1:active {
    margin: 0.25rem;
  }

  .lg\:active\:m-2:active {
    margin: 0.5rem;
  }

  .lg\:active\:m-3:active {
    margin: 0.75rem;
  }

  .lg\:active\:m-4:active {
    margin: 1rem;
  }

  .lg\:active\:m-5:active {
    margin: 1.25rem;
  }

  .lg\:active\:m-6:active {
    margin: 1.5rem;
  }

  .lg\:active\:m-7:active {
    margin: 1.75rem;
  }

  .lg\:active\:m-8:active {
    margin: 2rem;
  }

  .lg\:active\:m-9:active {
    margin: 2.25rem;
  }

  .lg\:active\:m-10:active {
    margin: 2.5rem;
  }

  .lg\:active\:m-11:active {
    margin: 2.75rem;
  }

  .lg\:active\:m-12:active {
    margin: 3rem;
  }

  .lg\:active\:m-14:active {
    margin: 3.5rem;
  }

  .lg\:active\:m-16:active {
    margin: 4rem;
  }

  .lg\:active\:m-20:active {
    margin: 5rem;
  }

  .lg\:active\:m-24:active {
    margin: 6rem;
  }

  .lg\:active\:m-28:active {
    margin: 7rem;
  }

  .lg\:active\:m-32:active {
    margin: 8rem;
  }

  .lg\:active\:m-36:active {
    margin: 9rem;
  }

  .lg\:active\:m-40:active {
    margin: 10rem;
  }

  .lg\:active\:m-44:active {
    margin: 11rem;
  }

  .lg\:active\:m-48:active {
    margin: 12rem;
  }

  .lg\:active\:m-52:active {
    margin: 13rem;
  }

  .lg\:active\:m-56:active {
    margin: 14rem;
  }

  .lg\:active\:m-60:active {
    margin: 15rem;
  }

  .lg\:active\:m-64:active {
    margin: 16rem;
  }

  .lg\:active\:m-72:active {
    margin: 18rem;
  }

  .lg\:active\:m-80:active {
    margin: 20rem;
  }

  .lg\:active\:m-96:active {
    margin: 24rem;
  }

  .lg\:active\:m-auto:active {
    margin: auto;
  }

  .lg\:active\:m-px:active {
    margin: 1px;
  }

  .lg\:active\:m-0\.5:active {
    margin: 0.125rem;
  }

  .lg\:active\:m-1\.5:active {
    margin: 0.375rem;
  }

  .lg\:active\:m-2\.5:active {
    margin: 0.625rem;
  }

  .lg\:active\:m-3\.5:active {
    margin: 0.875rem;
  }

  .lg\:active\:-m-0:active {
    margin: 0px;
  }

  .lg\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .lg\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .lg\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .lg\:active\:-m-4:active {
    margin: -1rem;
  }

  .lg\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .lg\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .lg\:active\:-m-7:active {
    margin: -1.75rem;
  }

  .lg\:active\:-m-8:active {
    margin: -2rem;
  }

  .lg\:active\:-m-9:active {
    margin: -2.25rem;
  }

  .lg\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .lg\:active\:-m-11:active {
    margin: -2.75rem;
  }

  .lg\:active\:-m-12:active {
    margin: -3rem;
  }

  .lg\:active\:-m-14:active {
    margin: -3.5rem;
  }

  .lg\:active\:-m-16:active {
    margin: -4rem;
  }

  .lg\:active\:-m-20:active {
    margin: -5rem;
  }

  .lg\:active\:-m-24:active {
    margin: -6rem;
  }

  .lg\:active\:-m-28:active {
    margin: -7rem;
  }

  .lg\:active\:-m-32:active {
    margin: -8rem;
  }

  .lg\:active\:-m-36:active {
    margin: -9rem;
  }

  .lg\:active\:-m-40:active {
    margin: -10rem;
  }

  .lg\:active\:-m-44:active {
    margin: -11rem;
  }

  .lg\:active\:-m-48:active {
    margin: -12rem;
  }

  .lg\:active\:-m-52:active {
    margin: -13rem;
  }

  .lg\:active\:-m-56:active {
    margin: -14rem;
  }

  .lg\:active\:-m-60:active {
    margin: -15rem;
  }

  .lg\:active\:-m-64:active {
    margin: -16rem;
  }

  .lg\:active\:-m-72:active {
    margin: -18rem;
  }

  .lg\:active\:-m-80:active {
    margin: -20rem;
  }

  .lg\:active\:-m-96:active {
    margin: -24rem;
  }

  .lg\:active\:-m-px:active {
    margin: -1px;
  }

  .lg\:active\:-m-0\.5:active {
    margin: -0.125rem;
  }

  .lg\:active\:-m-1\.5:active {
    margin: -0.375rem;
  }

  .lg\:active\:-m-2\.5:active {
    margin: -0.625rem;
  }

  .lg\:active\:-m-3\.5:active {
    margin: -0.875rem;
  }

  .lg\:active\:my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:active\:mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:active\:my-7:active {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:active\:mx-7:active {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:active\:my-9:active {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:active\:mx-9:active {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:active\:my-11:active {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:active\:mx-11:active {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:active\:my-14:active {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:active\:mx-14:active {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:active\:my-28:active {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:active\:mx-28:active {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:active\:my-36:active {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:active\:mx-36:active {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:active\:my-44:active {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:active\:mx-44:active {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:active\:my-52:active {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:active\:mx-52:active {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:active\:my-60:active {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:active\:mx-60:active {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:active\:my-72:active {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:active\:mx-72:active {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:active\:my-80:active {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:active\:mx-80:active {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:active\:my-96:active {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:active\:mx-96:active {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:active\:my-0\.5:active {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:active\:mx-0\.5:active {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:active\:my-1\.5:active {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:active\:mx-1\.5:active {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:active\:my-2\.5:active {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:active\:mx-2\.5:active {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:active\:my-3\.5:active {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:active\:mx-3\.5:active {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:active\:-my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:active\:-mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:active\:-my-7:active {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:active\:-mx-7:active {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:active\:-my-9:active {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:active\:-mx-9:active {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:active\:-my-11:active {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:active\:-mx-11:active {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:active\:-my-14:active {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:active\:-mx-14:active {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:active\:-my-28:active {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:active\:-mx-28:active {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:active\:-my-36:active {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:active\:-mx-36:active {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:active\:-my-44:active {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:active\:-mx-44:active {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:active\:-my-52:active {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:active\:-mx-52:active {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:active\:-my-60:active {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:active\:-mx-60:active {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:active\:-my-72:active {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:active\:-mx-72:active {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:active\:-my-80:active {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:active\:-mx-80:active {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:active\:-my-96:active {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:active\:-mx-96:active {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:active\:-my-0\.5:active {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:active\:-mx-0\.5:active {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:active\:-my-1\.5:active {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:active\:-mx-1\.5:active {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:active\:-my-2\.5:active {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:active\:-mx-2\.5:active {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:active\:-my-3\.5:active {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:active\:-mx-3\.5:active {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:active\:mt-0:active {
    margin-top: 0px;
  }

  .lg\:active\:mr-0:active {
    margin-right: 0px;
  }

  .lg\:active\:mb-0:active {
    margin-bottom: 0px;
  }

  .lg\:active\:ml-0:active {
    margin-left: 0px;
  }

  .lg\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .lg\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .lg\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .lg\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .lg\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .lg\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .lg\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .lg\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .lg\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .lg\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .lg\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .lg\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .lg\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .lg\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .lg\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .lg\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .lg\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .lg\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .lg\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .lg\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .lg\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .lg\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .lg\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .lg\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .lg\:active\:mt-7:active {
    margin-top: 1.75rem;
  }

  .lg\:active\:mr-7:active {
    margin-right: 1.75rem;
  }

  .lg\:active\:mb-7:active {
    margin-bottom: 1.75rem;
  }

  .lg\:active\:ml-7:active {
    margin-left: 1.75rem;
  }

  .lg\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .lg\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .lg\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .lg\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .lg\:active\:mt-9:active {
    margin-top: 2.25rem;
  }

  .lg\:active\:mr-9:active {
    margin-right: 2.25rem;
  }

  .lg\:active\:mb-9:active {
    margin-bottom: 2.25rem;
  }

  .lg\:active\:ml-9:active {
    margin-left: 2.25rem;
  }

  .lg\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .lg\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .lg\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .lg\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .lg\:active\:mt-11:active {
    margin-top: 2.75rem;
  }

  .lg\:active\:mr-11:active {
    margin-right: 2.75rem;
  }

  .lg\:active\:mb-11:active {
    margin-bottom: 2.75rem;
  }

  .lg\:active\:ml-11:active {
    margin-left: 2.75rem;
  }

  .lg\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .lg\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .lg\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .lg\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .lg\:active\:mt-14:active {
    margin-top: 3.5rem;
  }

  .lg\:active\:mr-14:active {
    margin-right: 3.5rem;
  }

  .lg\:active\:mb-14:active {
    margin-bottom: 3.5rem;
  }

  .lg\:active\:ml-14:active {
    margin-left: 3.5rem;
  }

  .lg\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .lg\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .lg\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .lg\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .lg\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .lg\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .lg\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .lg\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .lg\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .lg\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .lg\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .lg\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .lg\:active\:mt-28:active {
    margin-top: 7rem;
  }

  .lg\:active\:mr-28:active {
    margin-right: 7rem;
  }

  .lg\:active\:mb-28:active {
    margin-bottom: 7rem;
  }

  .lg\:active\:ml-28:active {
    margin-left: 7rem;
  }

  .lg\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .lg\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .lg\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .lg\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .lg\:active\:mt-36:active {
    margin-top: 9rem;
  }

  .lg\:active\:mr-36:active {
    margin-right: 9rem;
  }

  .lg\:active\:mb-36:active {
    margin-bottom: 9rem;
  }

  .lg\:active\:ml-36:active {
    margin-left: 9rem;
  }

  .lg\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .lg\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .lg\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .lg\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .lg\:active\:mt-44:active {
    margin-top: 11rem;
  }

  .lg\:active\:mr-44:active {
    margin-right: 11rem;
  }

  .lg\:active\:mb-44:active {
    margin-bottom: 11rem;
  }

  .lg\:active\:ml-44:active {
    margin-left: 11rem;
  }

  .lg\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .lg\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .lg\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .lg\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .lg\:active\:mt-52:active {
    margin-top: 13rem;
  }

  .lg\:active\:mr-52:active {
    margin-right: 13rem;
  }

  .lg\:active\:mb-52:active {
    margin-bottom: 13rem;
  }

  .lg\:active\:ml-52:active {
    margin-left: 13rem;
  }

  .lg\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .lg\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .lg\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .lg\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .lg\:active\:mt-60:active {
    margin-top: 15rem;
  }

  .lg\:active\:mr-60:active {
    margin-right: 15rem;
  }

  .lg\:active\:mb-60:active {
    margin-bottom: 15rem;
  }

  .lg\:active\:ml-60:active {
    margin-left: 15rem;
  }

  .lg\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .lg\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .lg\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .lg\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .lg\:active\:mt-72:active {
    margin-top: 18rem;
  }

  .lg\:active\:mr-72:active {
    margin-right: 18rem;
  }

  .lg\:active\:mb-72:active {
    margin-bottom: 18rem;
  }

  .lg\:active\:ml-72:active {
    margin-left: 18rem;
  }

  .lg\:active\:mt-80:active {
    margin-top: 20rem;
  }

  .lg\:active\:mr-80:active {
    margin-right: 20rem;
  }

  .lg\:active\:mb-80:active {
    margin-bottom: 20rem;
  }

  .lg\:active\:ml-80:active {
    margin-left: 20rem;
  }

  .lg\:active\:mt-96:active {
    margin-top: 24rem;
  }

  .lg\:active\:mr-96:active {
    margin-right: 24rem;
  }

  .lg\:active\:mb-96:active {
    margin-bottom: 24rem;
  }

  .lg\:active\:ml-96:active {
    margin-left: 24rem;
  }

  .lg\:active\:mt-auto:active {
    margin-top: auto;
  }

  .lg\:active\:mr-auto:active {
    margin-right: auto;
  }

  .lg\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .lg\:active\:ml-auto:active {
    margin-left: auto;
  }

  .lg\:active\:mt-px:active {
    margin-top: 1px;
  }

  .lg\:active\:mr-px:active {
    margin-right: 1px;
  }

  .lg\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .lg\:active\:ml-px:active {
    margin-left: 1px;
  }

  .lg\:active\:mt-0\.5:active {
    margin-top: 0.125rem;
  }

  .lg\:active\:mr-0\.5:active {
    margin-right: 0.125rem;
  }

  .lg\:active\:mb-0\.5:active {
    margin-bottom: 0.125rem;
  }

  .lg\:active\:ml-0\.5:active {
    margin-left: 0.125rem;
  }

  .lg\:active\:mt-1\.5:active {
    margin-top: 0.375rem;
  }

  .lg\:active\:mr-1\.5:active {
    margin-right: 0.375rem;
  }

  .lg\:active\:mb-1\.5:active {
    margin-bottom: 0.375rem;
  }

  .lg\:active\:ml-1\.5:active {
    margin-left: 0.375rem;
  }

  .lg\:active\:mt-2\.5:active {
    margin-top: 0.625rem;
  }

  .lg\:active\:mr-2\.5:active {
    margin-right: 0.625rem;
  }

  .lg\:active\:mb-2\.5:active {
    margin-bottom: 0.625rem;
  }

  .lg\:active\:ml-2\.5:active {
    margin-left: 0.625rem;
  }

  .lg\:active\:mt-3\.5:active {
    margin-top: 0.875rem;
  }

  .lg\:active\:mr-3\.5:active {
    margin-right: 0.875rem;
  }

  .lg\:active\:mb-3\.5:active {
    margin-bottom: 0.875rem;
  }

  .lg\:active\:ml-3\.5:active {
    margin-left: 0.875rem;
  }

  .lg\:active\:-mt-0:active {
    margin-top: 0px;
  }

  .lg\:active\:-mr-0:active {
    margin-right: 0px;
  }

  .lg\:active\:-mb-0:active {
    margin-bottom: 0px;
  }

  .lg\:active\:-ml-0:active {
    margin-left: 0px;
  }

  .lg\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .lg\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .lg\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .lg\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .lg\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .lg\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .lg\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .lg\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .lg\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .lg\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .lg\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .lg\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .lg\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .lg\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .lg\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .lg\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .lg\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .lg\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .lg\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .lg\:active\:-mt-7:active {
    margin-top: -1.75rem;
  }

  .lg\:active\:-mr-7:active {
    margin-right: -1.75rem;
  }

  .lg\:active\:-mb-7:active {
    margin-bottom: -1.75rem;
  }

  .lg\:active\:-ml-7:active {
    margin-left: -1.75rem;
  }

  .lg\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .lg\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .lg\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .lg\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .lg\:active\:-mt-9:active {
    margin-top: -2.25rem;
  }

  .lg\:active\:-mr-9:active {
    margin-right: -2.25rem;
  }

  .lg\:active\:-mb-9:active {
    margin-bottom: -2.25rem;
  }

  .lg\:active\:-ml-9:active {
    margin-left: -2.25rem;
  }

  .lg\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .lg\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .lg\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .lg\:active\:-mt-11:active {
    margin-top: -2.75rem;
  }

  .lg\:active\:-mr-11:active {
    margin-right: -2.75rem;
  }

  .lg\:active\:-mb-11:active {
    margin-bottom: -2.75rem;
  }

  .lg\:active\:-ml-11:active {
    margin-left: -2.75rem;
  }

  .lg\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .lg\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .lg\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .lg\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .lg\:active\:-mt-14:active {
    margin-top: -3.5rem;
  }

  .lg\:active\:-mr-14:active {
    margin-right: -3.5rem;
  }

  .lg\:active\:-mb-14:active {
    margin-bottom: -3.5rem;
  }

  .lg\:active\:-ml-14:active {
    margin-left: -3.5rem;
  }

  .lg\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .lg\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .lg\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .lg\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .lg\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .lg\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .lg\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .lg\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .lg\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .lg\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .lg\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .lg\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .lg\:active\:-mt-28:active {
    margin-top: -7rem;
  }

  .lg\:active\:-mr-28:active {
    margin-right: -7rem;
  }

  .lg\:active\:-mb-28:active {
    margin-bottom: -7rem;
  }

  .lg\:active\:-ml-28:active {
    margin-left: -7rem;
  }

  .lg\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .lg\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .lg\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .lg\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .lg\:active\:-mt-36:active {
    margin-top: -9rem;
  }

  .lg\:active\:-mr-36:active {
    margin-right: -9rem;
  }

  .lg\:active\:-mb-36:active {
    margin-bottom: -9rem;
  }

  .lg\:active\:-ml-36:active {
    margin-left: -9rem;
  }

  .lg\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .lg\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .lg\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .lg\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .lg\:active\:-mt-44:active {
    margin-top: -11rem;
  }

  .lg\:active\:-mr-44:active {
    margin-right: -11rem;
  }

  .lg\:active\:-mb-44:active {
    margin-bottom: -11rem;
  }

  .lg\:active\:-ml-44:active {
    margin-left: -11rem;
  }

  .lg\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .lg\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .lg\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .lg\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .lg\:active\:-mt-52:active {
    margin-top: -13rem;
  }

  .lg\:active\:-mr-52:active {
    margin-right: -13rem;
  }

  .lg\:active\:-mb-52:active {
    margin-bottom: -13rem;
  }

  .lg\:active\:-ml-52:active {
    margin-left: -13rem;
  }

  .lg\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .lg\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .lg\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .lg\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .lg\:active\:-mt-60:active {
    margin-top: -15rem;
  }

  .lg\:active\:-mr-60:active {
    margin-right: -15rem;
  }

  .lg\:active\:-mb-60:active {
    margin-bottom: -15rem;
  }

  .lg\:active\:-ml-60:active {
    margin-left: -15rem;
  }

  .lg\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .lg\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .lg\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .lg\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .lg\:active\:-mt-72:active {
    margin-top: -18rem;
  }

  .lg\:active\:-mr-72:active {
    margin-right: -18rem;
  }

  .lg\:active\:-mb-72:active {
    margin-bottom: -18rem;
  }

  .lg\:active\:-ml-72:active {
    margin-left: -18rem;
  }

  .lg\:active\:-mt-80:active {
    margin-top: -20rem;
  }

  .lg\:active\:-mr-80:active {
    margin-right: -20rem;
  }

  .lg\:active\:-mb-80:active {
    margin-bottom: -20rem;
  }

  .lg\:active\:-ml-80:active {
    margin-left: -20rem;
  }

  .lg\:active\:-mt-96:active {
    margin-top: -24rem;
  }

  .lg\:active\:-mr-96:active {
    margin-right: -24rem;
  }

  .lg\:active\:-mb-96:active {
    margin-bottom: -24rem;
  }

  .lg\:active\:-ml-96:active {
    margin-left: -24rem;
  }

  .lg\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .lg\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .lg\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .lg\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .lg\:active\:-mt-0\.5:active {
    margin-top: -0.125rem;
  }

  .lg\:active\:-mr-0\.5:active {
    margin-right: -0.125rem;
  }

  .lg\:active\:-mb-0\.5:active {
    margin-bottom: -0.125rem;
  }

  .lg\:active\:-ml-0\.5:active {
    margin-left: -0.125rem;
  }

  .lg\:active\:-mt-1\.5:active {
    margin-top: -0.375rem;
  }

  .lg\:active\:-mr-1\.5:active {
    margin-right: -0.375rem;
  }

  .lg\:active\:-mb-1\.5:active {
    margin-bottom: -0.375rem;
  }

  .lg\:active\:-ml-1\.5:active {
    margin-left: -0.375rem;
  }

  .lg\:active\:-mt-2\.5:active {
    margin-top: -0.625rem;
  }

  .lg\:active\:-mr-2\.5:active {
    margin-right: -0.625rem;
  }

  .lg\:active\:-mb-2\.5:active {
    margin-bottom: -0.625rem;
  }

  .lg\:active\:-ml-2\.5:active {
    margin-left: -0.625rem;
  }

  .lg\:active\:-mt-3\.5:active {
    margin-top: -0.875rem;
  }

  .lg\:active\:-mr-3\.5:active {
    margin-right: -0.875rem;
  }

  .lg\:active\:-mb-3\.5:active {
    margin-bottom: -0.875rem;
  }

  .lg\:active\:-ml-3\.5:active {
    margin-left: -0.875rem;
  }

  .lg\:visited\:m-0:visited {
    margin: 0px;
  }

  .lg\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .lg\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .lg\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .lg\:visited\:m-4:visited {
    margin: 1rem;
  }

  .lg\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .lg\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .lg\:visited\:m-7:visited {
    margin: 1.75rem;
  }

  .lg\:visited\:m-8:visited {
    margin: 2rem;
  }

  .lg\:visited\:m-9:visited {
    margin: 2.25rem;
  }

  .lg\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .lg\:visited\:m-11:visited {
    margin: 2.75rem;
  }

  .lg\:visited\:m-12:visited {
    margin: 3rem;
  }

  .lg\:visited\:m-14:visited {
    margin: 3.5rem;
  }

  .lg\:visited\:m-16:visited {
    margin: 4rem;
  }

  .lg\:visited\:m-20:visited {
    margin: 5rem;
  }

  .lg\:visited\:m-24:visited {
    margin: 6rem;
  }

  .lg\:visited\:m-28:visited {
    margin: 7rem;
  }

  .lg\:visited\:m-32:visited {
    margin: 8rem;
  }

  .lg\:visited\:m-36:visited {
    margin: 9rem;
  }

  .lg\:visited\:m-40:visited {
    margin: 10rem;
  }

  .lg\:visited\:m-44:visited {
    margin: 11rem;
  }

  .lg\:visited\:m-48:visited {
    margin: 12rem;
  }

  .lg\:visited\:m-52:visited {
    margin: 13rem;
  }

  .lg\:visited\:m-56:visited {
    margin: 14rem;
  }

  .lg\:visited\:m-60:visited {
    margin: 15rem;
  }

  .lg\:visited\:m-64:visited {
    margin: 16rem;
  }

  .lg\:visited\:m-72:visited {
    margin: 18rem;
  }

  .lg\:visited\:m-80:visited {
    margin: 20rem;
  }

  .lg\:visited\:m-96:visited {
    margin: 24rem;
  }

  .lg\:visited\:m-auto:visited {
    margin: auto;
  }

  .lg\:visited\:m-px:visited {
    margin: 1px;
  }

  .lg\:visited\:m-0\.5:visited {
    margin: 0.125rem;
  }

  .lg\:visited\:m-1\.5:visited {
    margin: 0.375rem;
  }

  .lg\:visited\:m-2\.5:visited {
    margin: 0.625rem;
  }

  .lg\:visited\:m-3\.5:visited {
    margin: 0.875rem;
  }

  .lg\:visited\:-m-0:visited {
    margin: 0px;
  }

  .lg\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .lg\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .lg\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .lg\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .lg\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .lg\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .lg\:visited\:-m-7:visited {
    margin: -1.75rem;
  }

  .lg\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .lg\:visited\:-m-9:visited {
    margin: -2.25rem;
  }

  .lg\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .lg\:visited\:-m-11:visited {
    margin: -2.75rem;
  }

  .lg\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .lg\:visited\:-m-14:visited {
    margin: -3.5rem;
  }

  .lg\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .lg\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .lg\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .lg\:visited\:-m-28:visited {
    margin: -7rem;
  }

  .lg\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .lg\:visited\:-m-36:visited {
    margin: -9rem;
  }

  .lg\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .lg\:visited\:-m-44:visited {
    margin: -11rem;
  }

  .lg\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .lg\:visited\:-m-52:visited {
    margin: -13rem;
  }

  .lg\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .lg\:visited\:-m-60:visited {
    margin: -15rem;
  }

  .lg\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .lg\:visited\:-m-72:visited {
    margin: -18rem;
  }

  .lg\:visited\:-m-80:visited {
    margin: -20rem;
  }

  .lg\:visited\:-m-96:visited {
    margin: -24rem;
  }

  .lg\:visited\:-m-px:visited {
    margin: -1px;
  }

  .lg\:visited\:-m-0\.5:visited {
    margin: -0.125rem;
  }

  .lg\:visited\:-m-1\.5:visited {
    margin: -0.375rem;
  }

  .lg\:visited\:-m-2\.5:visited {
    margin: -0.625rem;
  }

  .lg\:visited\:-m-3\.5:visited {
    margin: -0.875rem;
  }

  .lg\:visited\:my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:visited\:mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:visited\:my-7:visited {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:visited\:mx-7:visited {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:visited\:my-9:visited {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:visited\:mx-9:visited {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:visited\:my-11:visited {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:visited\:mx-11:visited {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:visited\:my-14:visited {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:visited\:mx-14:visited {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:visited\:my-28:visited {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:visited\:mx-28:visited {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:visited\:my-36:visited {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:visited\:mx-36:visited {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:visited\:my-44:visited {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:visited\:mx-44:visited {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:visited\:my-52:visited {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:visited\:mx-52:visited {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:visited\:my-60:visited {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:visited\:mx-60:visited {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:visited\:my-72:visited {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:visited\:mx-72:visited {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:visited\:my-80:visited {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:visited\:mx-80:visited {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:visited\:my-96:visited {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:visited\:mx-96:visited {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:visited\:my-0\.5:visited {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:visited\:mx-0\.5:visited {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:visited\:my-1\.5:visited {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:visited\:mx-1\.5:visited {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:visited\:my-2\.5:visited {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:visited\:mx-2\.5:visited {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:visited\:my-3\.5:visited {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:visited\:mx-3\.5:visited {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:visited\:-my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:visited\:-mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:visited\:-my-7:visited {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:visited\:-mx-7:visited {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:visited\:-my-9:visited {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:visited\:-mx-9:visited {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:visited\:-my-11:visited {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:visited\:-mx-11:visited {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:visited\:-my-14:visited {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:visited\:-mx-14:visited {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:visited\:-my-28:visited {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:visited\:-mx-28:visited {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:visited\:-my-36:visited {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:visited\:-mx-36:visited {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:visited\:-my-44:visited {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:visited\:-mx-44:visited {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:visited\:-my-52:visited {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:visited\:-mx-52:visited {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:visited\:-my-60:visited {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:visited\:-mx-60:visited {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:visited\:-my-72:visited {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:visited\:-mx-72:visited {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:visited\:-my-80:visited {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:visited\:-mx-80:visited {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:visited\:-my-96:visited {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:visited\:-mx-96:visited {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:visited\:-my-0\.5:visited {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:visited\:-mx-0\.5:visited {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:visited\:-my-1\.5:visited {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:visited\:-mx-1\.5:visited {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:visited\:-my-2\.5:visited {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:visited\:-mx-2\.5:visited {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:visited\:-my-3\.5:visited {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:visited\:-mx-3\.5:visited {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:visited\:mt-0:visited {
    margin-top: 0px;
  }

  .lg\:visited\:mr-0:visited {
    margin-right: 0px;
  }

  .lg\:visited\:mb-0:visited {
    margin-bottom: 0px;
  }

  .lg\:visited\:ml-0:visited {
    margin-left: 0px;
  }

  .lg\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .lg\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .lg\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .lg\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .lg\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .lg\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .lg\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .lg\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .lg\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .lg\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .lg\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .lg\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .lg\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .lg\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .lg\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .lg\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .lg\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .lg\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .lg\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .lg\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .lg\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .lg\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .lg\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .lg\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .lg\:visited\:mt-7:visited {
    margin-top: 1.75rem;
  }

  .lg\:visited\:mr-7:visited {
    margin-right: 1.75rem;
  }

  .lg\:visited\:mb-7:visited {
    margin-bottom: 1.75rem;
  }

  .lg\:visited\:ml-7:visited {
    margin-left: 1.75rem;
  }

  .lg\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .lg\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .lg\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .lg\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .lg\:visited\:mt-9:visited {
    margin-top: 2.25rem;
  }

  .lg\:visited\:mr-9:visited {
    margin-right: 2.25rem;
  }

  .lg\:visited\:mb-9:visited {
    margin-bottom: 2.25rem;
  }

  .lg\:visited\:ml-9:visited {
    margin-left: 2.25rem;
  }

  .lg\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .lg\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .lg\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .lg\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .lg\:visited\:mt-11:visited {
    margin-top: 2.75rem;
  }

  .lg\:visited\:mr-11:visited {
    margin-right: 2.75rem;
  }

  .lg\:visited\:mb-11:visited {
    margin-bottom: 2.75rem;
  }

  .lg\:visited\:ml-11:visited {
    margin-left: 2.75rem;
  }

  .lg\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .lg\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .lg\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .lg\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .lg\:visited\:mt-14:visited {
    margin-top: 3.5rem;
  }

  .lg\:visited\:mr-14:visited {
    margin-right: 3.5rem;
  }

  .lg\:visited\:mb-14:visited {
    margin-bottom: 3.5rem;
  }

  .lg\:visited\:ml-14:visited {
    margin-left: 3.5rem;
  }

  .lg\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .lg\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .lg\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .lg\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .lg\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .lg\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .lg\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .lg\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .lg\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .lg\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .lg\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .lg\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .lg\:visited\:mt-28:visited {
    margin-top: 7rem;
  }

  .lg\:visited\:mr-28:visited {
    margin-right: 7rem;
  }

  .lg\:visited\:mb-28:visited {
    margin-bottom: 7rem;
  }

  .lg\:visited\:ml-28:visited {
    margin-left: 7rem;
  }

  .lg\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .lg\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .lg\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .lg\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .lg\:visited\:mt-36:visited {
    margin-top: 9rem;
  }

  .lg\:visited\:mr-36:visited {
    margin-right: 9rem;
  }

  .lg\:visited\:mb-36:visited {
    margin-bottom: 9rem;
  }

  .lg\:visited\:ml-36:visited {
    margin-left: 9rem;
  }

  .lg\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .lg\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .lg\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .lg\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .lg\:visited\:mt-44:visited {
    margin-top: 11rem;
  }

  .lg\:visited\:mr-44:visited {
    margin-right: 11rem;
  }

  .lg\:visited\:mb-44:visited {
    margin-bottom: 11rem;
  }

  .lg\:visited\:ml-44:visited {
    margin-left: 11rem;
  }

  .lg\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .lg\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .lg\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .lg\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .lg\:visited\:mt-52:visited {
    margin-top: 13rem;
  }

  .lg\:visited\:mr-52:visited {
    margin-right: 13rem;
  }

  .lg\:visited\:mb-52:visited {
    margin-bottom: 13rem;
  }

  .lg\:visited\:ml-52:visited {
    margin-left: 13rem;
  }

  .lg\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .lg\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .lg\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .lg\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .lg\:visited\:mt-60:visited {
    margin-top: 15rem;
  }

  .lg\:visited\:mr-60:visited {
    margin-right: 15rem;
  }

  .lg\:visited\:mb-60:visited {
    margin-bottom: 15rem;
  }

  .lg\:visited\:ml-60:visited {
    margin-left: 15rem;
  }

  .lg\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .lg\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .lg\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .lg\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .lg\:visited\:mt-72:visited {
    margin-top: 18rem;
  }

  .lg\:visited\:mr-72:visited {
    margin-right: 18rem;
  }

  .lg\:visited\:mb-72:visited {
    margin-bottom: 18rem;
  }

  .lg\:visited\:ml-72:visited {
    margin-left: 18rem;
  }

  .lg\:visited\:mt-80:visited {
    margin-top: 20rem;
  }

  .lg\:visited\:mr-80:visited {
    margin-right: 20rem;
  }

  .lg\:visited\:mb-80:visited {
    margin-bottom: 20rem;
  }

  .lg\:visited\:ml-80:visited {
    margin-left: 20rem;
  }

  .lg\:visited\:mt-96:visited {
    margin-top: 24rem;
  }

  .lg\:visited\:mr-96:visited {
    margin-right: 24rem;
  }

  .lg\:visited\:mb-96:visited {
    margin-bottom: 24rem;
  }

  .lg\:visited\:ml-96:visited {
    margin-left: 24rem;
  }

  .lg\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .lg\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .lg\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .lg\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .lg\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .lg\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .lg\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .lg\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .lg\:visited\:mt-0\.5:visited {
    margin-top: 0.125rem;
  }

  .lg\:visited\:mr-0\.5:visited {
    margin-right: 0.125rem;
  }

  .lg\:visited\:mb-0\.5:visited {
    margin-bottom: 0.125rem;
  }

  .lg\:visited\:ml-0\.5:visited {
    margin-left: 0.125rem;
  }

  .lg\:visited\:mt-1\.5:visited {
    margin-top: 0.375rem;
  }

  .lg\:visited\:mr-1\.5:visited {
    margin-right: 0.375rem;
  }

  .lg\:visited\:mb-1\.5:visited {
    margin-bottom: 0.375rem;
  }

  .lg\:visited\:ml-1\.5:visited {
    margin-left: 0.375rem;
  }

  .lg\:visited\:mt-2\.5:visited {
    margin-top: 0.625rem;
  }

  .lg\:visited\:mr-2\.5:visited {
    margin-right: 0.625rem;
  }

  .lg\:visited\:mb-2\.5:visited {
    margin-bottom: 0.625rem;
  }

  .lg\:visited\:ml-2\.5:visited {
    margin-left: 0.625rem;
  }

  .lg\:visited\:mt-3\.5:visited {
    margin-top: 0.875rem;
  }

  .lg\:visited\:mr-3\.5:visited {
    margin-right: 0.875rem;
  }

  .lg\:visited\:mb-3\.5:visited {
    margin-bottom: 0.875rem;
  }

  .lg\:visited\:ml-3\.5:visited {
    margin-left: 0.875rem;
  }

  .lg\:visited\:-mt-0:visited {
    margin-top: 0px;
  }

  .lg\:visited\:-mr-0:visited {
    margin-right: 0px;
  }

  .lg\:visited\:-mb-0:visited {
    margin-bottom: 0px;
  }

  .lg\:visited\:-ml-0:visited {
    margin-left: 0px;
  }

  .lg\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .lg\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .lg\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .lg\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .lg\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .lg\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .lg\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .lg\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .lg\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .lg\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .lg\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .lg\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .lg\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .lg\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .lg\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .lg\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .lg\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .lg\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .lg\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .lg\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .lg\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .lg\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .lg\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .lg\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .lg\:visited\:-mt-7:visited {
    margin-top: -1.75rem;
  }

  .lg\:visited\:-mr-7:visited {
    margin-right: -1.75rem;
  }

  .lg\:visited\:-mb-7:visited {
    margin-bottom: -1.75rem;
  }

  .lg\:visited\:-ml-7:visited {
    margin-left: -1.75rem;
  }

  .lg\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .lg\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .lg\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .lg\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .lg\:visited\:-mt-9:visited {
    margin-top: -2.25rem;
  }

  .lg\:visited\:-mr-9:visited {
    margin-right: -2.25rem;
  }

  .lg\:visited\:-mb-9:visited {
    margin-bottom: -2.25rem;
  }

  .lg\:visited\:-ml-9:visited {
    margin-left: -2.25rem;
  }

  .lg\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .lg\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .lg\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .lg\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .lg\:visited\:-mt-11:visited {
    margin-top: -2.75rem;
  }

  .lg\:visited\:-mr-11:visited {
    margin-right: -2.75rem;
  }

  .lg\:visited\:-mb-11:visited {
    margin-bottom: -2.75rem;
  }

  .lg\:visited\:-ml-11:visited {
    margin-left: -2.75rem;
  }

  .lg\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .lg\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .lg\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .lg\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .lg\:visited\:-mt-14:visited {
    margin-top: -3.5rem;
  }

  .lg\:visited\:-mr-14:visited {
    margin-right: -3.5rem;
  }

  .lg\:visited\:-mb-14:visited {
    margin-bottom: -3.5rem;
  }

  .lg\:visited\:-ml-14:visited {
    margin-left: -3.5rem;
  }

  .lg\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .lg\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .lg\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .lg\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .lg\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .lg\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .lg\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .lg\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .lg\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .lg\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .lg\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .lg\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .lg\:visited\:-mt-28:visited {
    margin-top: -7rem;
  }

  .lg\:visited\:-mr-28:visited {
    margin-right: -7rem;
  }

  .lg\:visited\:-mb-28:visited {
    margin-bottom: -7rem;
  }

  .lg\:visited\:-ml-28:visited {
    margin-left: -7rem;
  }

  .lg\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .lg\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .lg\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .lg\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .lg\:visited\:-mt-36:visited {
    margin-top: -9rem;
  }

  .lg\:visited\:-mr-36:visited {
    margin-right: -9rem;
  }

  .lg\:visited\:-mb-36:visited {
    margin-bottom: -9rem;
  }

  .lg\:visited\:-ml-36:visited {
    margin-left: -9rem;
  }

  .lg\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .lg\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .lg\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .lg\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .lg\:visited\:-mt-44:visited {
    margin-top: -11rem;
  }

  .lg\:visited\:-mr-44:visited {
    margin-right: -11rem;
  }

  .lg\:visited\:-mb-44:visited {
    margin-bottom: -11rem;
  }

  .lg\:visited\:-ml-44:visited {
    margin-left: -11rem;
  }

  .lg\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .lg\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .lg\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .lg\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .lg\:visited\:-mt-52:visited {
    margin-top: -13rem;
  }

  .lg\:visited\:-mr-52:visited {
    margin-right: -13rem;
  }

  .lg\:visited\:-mb-52:visited {
    margin-bottom: -13rem;
  }

  .lg\:visited\:-ml-52:visited {
    margin-left: -13rem;
  }

  .lg\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .lg\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .lg\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .lg\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .lg\:visited\:-mt-60:visited {
    margin-top: -15rem;
  }

  .lg\:visited\:-mr-60:visited {
    margin-right: -15rem;
  }

  .lg\:visited\:-mb-60:visited {
    margin-bottom: -15rem;
  }

  .lg\:visited\:-ml-60:visited {
    margin-left: -15rem;
  }

  .lg\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .lg\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .lg\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .lg\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .lg\:visited\:-mt-72:visited {
    margin-top: -18rem;
  }

  .lg\:visited\:-mr-72:visited {
    margin-right: -18rem;
  }

  .lg\:visited\:-mb-72:visited {
    margin-bottom: -18rem;
  }

  .lg\:visited\:-ml-72:visited {
    margin-left: -18rem;
  }

  .lg\:visited\:-mt-80:visited {
    margin-top: -20rem;
  }

  .lg\:visited\:-mr-80:visited {
    margin-right: -20rem;
  }

  .lg\:visited\:-mb-80:visited {
    margin-bottom: -20rem;
  }

  .lg\:visited\:-ml-80:visited {
    margin-left: -20rem;
  }

  .lg\:visited\:-mt-96:visited {
    margin-top: -24rem;
  }

  .lg\:visited\:-mr-96:visited {
    margin-right: -24rem;
  }

  .lg\:visited\:-mb-96:visited {
    margin-bottom: -24rem;
  }

  .lg\:visited\:-ml-96:visited {
    margin-left: -24rem;
  }

  .lg\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .lg\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .lg\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .lg\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .lg\:visited\:-mt-0\.5:visited {
    margin-top: -0.125rem;
  }

  .lg\:visited\:-mr-0\.5:visited {
    margin-right: -0.125rem;
  }

  .lg\:visited\:-mb-0\.5:visited {
    margin-bottom: -0.125rem;
  }

  .lg\:visited\:-ml-0\.5:visited {
    margin-left: -0.125rem;
  }

  .lg\:visited\:-mt-1\.5:visited {
    margin-top: -0.375rem;
  }

  .lg\:visited\:-mr-1\.5:visited {
    margin-right: -0.375rem;
  }

  .lg\:visited\:-mb-1\.5:visited {
    margin-bottom: -0.375rem;
  }

  .lg\:visited\:-ml-1\.5:visited {
    margin-left: -0.375rem;
  }

  .lg\:visited\:-mt-2\.5:visited {
    margin-top: -0.625rem;
  }

  .lg\:visited\:-mr-2\.5:visited {
    margin-right: -0.625rem;
  }

  .lg\:visited\:-mb-2\.5:visited {
    margin-bottom: -0.625rem;
  }

  .lg\:visited\:-ml-2\.5:visited {
    margin-left: -0.625rem;
  }

  .lg\:visited\:-mt-3\.5:visited {
    margin-top: -0.875rem;
  }

  .lg\:visited\:-mr-3\.5:visited {
    margin-right: -0.875rem;
  }

  .lg\:visited\:-mb-3\.5:visited {
    margin-bottom: -0.875rem;
  }

  .lg\:visited\:-ml-3\.5:visited {
    margin-left: -0.875rem;
  }

  .lg\:disabled\:m-0:disabled {
    margin: 0px;
  }

  .lg\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .lg\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .lg\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .lg\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .lg\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .lg\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .lg\:disabled\:m-7:disabled {
    margin: 1.75rem;
  }

  .lg\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .lg\:disabled\:m-9:disabled {
    margin: 2.25rem;
  }

  .lg\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .lg\:disabled\:m-11:disabled {
    margin: 2.75rem;
  }

  .lg\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .lg\:disabled\:m-14:disabled {
    margin: 3.5rem;
  }

  .lg\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .lg\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .lg\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .lg\:disabled\:m-28:disabled {
    margin: 7rem;
  }

  .lg\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .lg\:disabled\:m-36:disabled {
    margin: 9rem;
  }

  .lg\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .lg\:disabled\:m-44:disabled {
    margin: 11rem;
  }

  .lg\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .lg\:disabled\:m-52:disabled {
    margin: 13rem;
  }

  .lg\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .lg\:disabled\:m-60:disabled {
    margin: 15rem;
  }

  .lg\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .lg\:disabled\:m-72:disabled {
    margin: 18rem;
  }

  .lg\:disabled\:m-80:disabled {
    margin: 20rem;
  }

  .lg\:disabled\:m-96:disabled {
    margin: 24rem;
  }

  .lg\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .lg\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .lg\:disabled\:m-0\.5:disabled {
    margin: 0.125rem;
  }

  .lg\:disabled\:m-1\.5:disabled {
    margin: 0.375rem;
  }

  .lg\:disabled\:m-2\.5:disabled {
    margin: 0.625rem;
  }

  .lg\:disabled\:m-3\.5:disabled {
    margin: 0.875rem;
  }

  .lg\:disabled\:-m-0:disabled {
    margin: 0px;
  }

  .lg\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .lg\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .lg\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .lg\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .lg\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .lg\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .lg\:disabled\:-m-7:disabled {
    margin: -1.75rem;
  }

  .lg\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .lg\:disabled\:-m-9:disabled {
    margin: -2.25rem;
  }

  .lg\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .lg\:disabled\:-m-11:disabled {
    margin: -2.75rem;
  }

  .lg\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .lg\:disabled\:-m-14:disabled {
    margin: -3.5rem;
  }

  .lg\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .lg\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .lg\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .lg\:disabled\:-m-28:disabled {
    margin: -7rem;
  }

  .lg\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .lg\:disabled\:-m-36:disabled {
    margin: -9rem;
  }

  .lg\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .lg\:disabled\:-m-44:disabled {
    margin: -11rem;
  }

  .lg\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .lg\:disabled\:-m-52:disabled {
    margin: -13rem;
  }

  .lg\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .lg\:disabled\:-m-60:disabled {
    margin: -15rem;
  }

  .lg\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .lg\:disabled\:-m-72:disabled {
    margin: -18rem;
  }

  .lg\:disabled\:-m-80:disabled {
    margin: -20rem;
  }

  .lg\:disabled\:-m-96:disabled {
    margin: -24rem;
  }

  .lg\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .lg\:disabled\:-m-0\.5:disabled {
    margin: -0.125rem;
  }

  .lg\:disabled\:-m-1\.5:disabled {
    margin: -0.375rem;
  }

  .lg\:disabled\:-m-2\.5:disabled {
    margin: -0.625rem;
  }

  .lg\:disabled\:-m-3\.5:disabled {
    margin: -0.875rem;
  }

  .lg\:disabled\:my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:disabled\:mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:disabled\:my-7:disabled {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:disabled\:mx-7:disabled {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:disabled\:my-9:disabled {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:disabled\:mx-9:disabled {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:disabled\:my-11:disabled {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:disabled\:mx-11:disabled {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:disabled\:my-14:disabled {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:disabled\:mx-14:disabled {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:disabled\:my-28:disabled {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:disabled\:mx-28:disabled {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:disabled\:my-36:disabled {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:disabled\:mx-36:disabled {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:disabled\:my-44:disabled {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:disabled\:mx-44:disabled {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:disabled\:my-52:disabled {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:disabled\:mx-52:disabled {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:disabled\:my-60:disabled {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:disabled\:mx-60:disabled {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:disabled\:my-72:disabled {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:disabled\:mx-72:disabled {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:disabled\:my-80:disabled {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:disabled\:mx-80:disabled {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:disabled\:my-96:disabled {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:disabled\:mx-96:disabled {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:disabled\:my-0\.5:disabled {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:disabled\:mx-0\.5:disabled {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:disabled\:my-1\.5:disabled {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:disabled\:mx-1\.5:disabled {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:disabled\:my-2\.5:disabled {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:disabled\:mx-2\.5:disabled {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:disabled\:my-3\.5:disabled {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:disabled\:mx-3\.5:disabled {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:disabled\:-my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:disabled\:-mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:disabled\:-my-7:disabled {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:disabled\:-mx-7:disabled {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:disabled\:-my-9:disabled {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:disabled\:-mx-9:disabled {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:disabled\:-my-11:disabled {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:disabled\:-mx-11:disabled {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:disabled\:-my-14:disabled {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:disabled\:-mx-14:disabled {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:disabled\:-my-28:disabled {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:disabled\:-mx-28:disabled {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:disabled\:-my-36:disabled {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:disabled\:-mx-36:disabled {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:disabled\:-my-44:disabled {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:disabled\:-mx-44:disabled {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:disabled\:-my-52:disabled {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:disabled\:-mx-52:disabled {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:disabled\:-my-60:disabled {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:disabled\:-mx-60:disabled {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:disabled\:-my-72:disabled {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:disabled\:-mx-72:disabled {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:disabled\:-my-80:disabled {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:disabled\:-mx-80:disabled {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:disabled\:-my-96:disabled {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:disabled\:-mx-96:disabled {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:disabled\:-my-0\.5:disabled {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:disabled\:-mx-0\.5:disabled {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:disabled\:-my-1\.5:disabled {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:disabled\:-mx-1\.5:disabled {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:disabled\:-my-2\.5:disabled {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:disabled\:-mx-2\.5:disabled {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:disabled\:-my-3\.5:disabled {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:disabled\:-mx-3\.5:disabled {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:disabled\:mt-0:disabled {
    margin-top: 0px;
  }

  .lg\:disabled\:mr-0:disabled {
    margin-right: 0px;
  }

  .lg\:disabled\:mb-0:disabled {
    margin-bottom: 0px;
  }

  .lg\:disabled\:ml-0:disabled {
    margin-left: 0px;
  }

  .lg\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .lg\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .lg\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .lg\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .lg\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .lg\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .lg\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .lg\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .lg\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .lg\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .lg\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .lg\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .lg\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .lg\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .lg\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .lg\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .lg\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .lg\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .lg\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .lg\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .lg\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .lg\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .lg\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .lg\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .lg\:disabled\:mt-7:disabled {
    margin-top: 1.75rem;
  }

  .lg\:disabled\:mr-7:disabled {
    margin-right: 1.75rem;
  }

  .lg\:disabled\:mb-7:disabled {
    margin-bottom: 1.75rem;
  }

  .lg\:disabled\:ml-7:disabled {
    margin-left: 1.75rem;
  }

  .lg\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .lg\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .lg\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .lg\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .lg\:disabled\:mt-9:disabled {
    margin-top: 2.25rem;
  }

  .lg\:disabled\:mr-9:disabled {
    margin-right: 2.25rem;
  }

  .lg\:disabled\:mb-9:disabled {
    margin-bottom: 2.25rem;
  }

  .lg\:disabled\:ml-9:disabled {
    margin-left: 2.25rem;
  }

  .lg\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .lg\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .lg\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .lg\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .lg\:disabled\:mt-11:disabled {
    margin-top: 2.75rem;
  }

  .lg\:disabled\:mr-11:disabled {
    margin-right: 2.75rem;
  }

  .lg\:disabled\:mb-11:disabled {
    margin-bottom: 2.75rem;
  }

  .lg\:disabled\:ml-11:disabled {
    margin-left: 2.75rem;
  }

  .lg\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .lg\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .lg\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .lg\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .lg\:disabled\:mt-14:disabled {
    margin-top: 3.5rem;
  }

  .lg\:disabled\:mr-14:disabled {
    margin-right: 3.5rem;
  }

  .lg\:disabled\:mb-14:disabled {
    margin-bottom: 3.5rem;
  }

  .lg\:disabled\:ml-14:disabled {
    margin-left: 3.5rem;
  }

  .lg\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .lg\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .lg\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .lg\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .lg\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .lg\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .lg\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .lg\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .lg\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .lg\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .lg\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .lg\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .lg\:disabled\:mt-28:disabled {
    margin-top: 7rem;
  }

  .lg\:disabled\:mr-28:disabled {
    margin-right: 7rem;
  }

  .lg\:disabled\:mb-28:disabled {
    margin-bottom: 7rem;
  }

  .lg\:disabled\:ml-28:disabled {
    margin-left: 7rem;
  }

  .lg\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .lg\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .lg\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .lg\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .lg\:disabled\:mt-36:disabled {
    margin-top: 9rem;
  }

  .lg\:disabled\:mr-36:disabled {
    margin-right: 9rem;
  }

  .lg\:disabled\:mb-36:disabled {
    margin-bottom: 9rem;
  }

  .lg\:disabled\:ml-36:disabled {
    margin-left: 9rem;
  }

  .lg\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .lg\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .lg\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .lg\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .lg\:disabled\:mt-44:disabled {
    margin-top: 11rem;
  }

  .lg\:disabled\:mr-44:disabled {
    margin-right: 11rem;
  }

  .lg\:disabled\:mb-44:disabled {
    margin-bottom: 11rem;
  }

  .lg\:disabled\:ml-44:disabled {
    margin-left: 11rem;
  }

  .lg\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .lg\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .lg\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .lg\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .lg\:disabled\:mt-52:disabled {
    margin-top: 13rem;
  }

  .lg\:disabled\:mr-52:disabled {
    margin-right: 13rem;
  }

  .lg\:disabled\:mb-52:disabled {
    margin-bottom: 13rem;
  }

  .lg\:disabled\:ml-52:disabled {
    margin-left: 13rem;
  }

  .lg\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .lg\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .lg\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .lg\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .lg\:disabled\:mt-60:disabled {
    margin-top: 15rem;
  }

  .lg\:disabled\:mr-60:disabled {
    margin-right: 15rem;
  }

  .lg\:disabled\:mb-60:disabled {
    margin-bottom: 15rem;
  }

  .lg\:disabled\:ml-60:disabled {
    margin-left: 15rem;
  }

  .lg\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .lg\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .lg\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .lg\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .lg\:disabled\:mt-72:disabled {
    margin-top: 18rem;
  }

  .lg\:disabled\:mr-72:disabled {
    margin-right: 18rem;
  }

  .lg\:disabled\:mb-72:disabled {
    margin-bottom: 18rem;
  }

  .lg\:disabled\:ml-72:disabled {
    margin-left: 18rem;
  }

  .lg\:disabled\:mt-80:disabled {
    margin-top: 20rem;
  }

  .lg\:disabled\:mr-80:disabled {
    margin-right: 20rem;
  }

  .lg\:disabled\:mb-80:disabled {
    margin-bottom: 20rem;
  }

  .lg\:disabled\:ml-80:disabled {
    margin-left: 20rem;
  }

  .lg\:disabled\:mt-96:disabled {
    margin-top: 24rem;
  }

  .lg\:disabled\:mr-96:disabled {
    margin-right: 24rem;
  }

  .lg\:disabled\:mb-96:disabled {
    margin-bottom: 24rem;
  }

  .lg\:disabled\:ml-96:disabled {
    margin-left: 24rem;
  }

  .lg\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .lg\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .lg\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .lg\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .lg\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .lg\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .lg\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .lg\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .lg\:disabled\:mt-0\.5:disabled {
    margin-top: 0.125rem;
  }

  .lg\:disabled\:mr-0\.5:disabled {
    margin-right: 0.125rem;
  }

  .lg\:disabled\:mb-0\.5:disabled {
    margin-bottom: 0.125rem;
  }

  .lg\:disabled\:ml-0\.5:disabled {
    margin-left: 0.125rem;
  }

  .lg\:disabled\:mt-1\.5:disabled {
    margin-top: 0.375rem;
  }

  .lg\:disabled\:mr-1\.5:disabled {
    margin-right: 0.375rem;
  }

  .lg\:disabled\:mb-1\.5:disabled {
    margin-bottom: 0.375rem;
  }

  .lg\:disabled\:ml-1\.5:disabled {
    margin-left: 0.375rem;
  }

  .lg\:disabled\:mt-2\.5:disabled {
    margin-top: 0.625rem;
  }

  .lg\:disabled\:mr-2\.5:disabled {
    margin-right: 0.625rem;
  }

  .lg\:disabled\:mb-2\.5:disabled {
    margin-bottom: 0.625rem;
  }

  .lg\:disabled\:ml-2\.5:disabled {
    margin-left: 0.625rem;
  }

  .lg\:disabled\:mt-3\.5:disabled {
    margin-top: 0.875rem;
  }

  .lg\:disabled\:mr-3\.5:disabled {
    margin-right: 0.875rem;
  }

  .lg\:disabled\:mb-3\.5:disabled {
    margin-bottom: 0.875rem;
  }

  .lg\:disabled\:ml-3\.5:disabled {
    margin-left: 0.875rem;
  }

  .lg\:disabled\:-mt-0:disabled {
    margin-top: 0px;
  }

  .lg\:disabled\:-mr-0:disabled {
    margin-right: 0px;
  }

  .lg\:disabled\:-mb-0:disabled {
    margin-bottom: 0px;
  }

  .lg\:disabled\:-ml-0:disabled {
    margin-left: 0px;
  }

  .lg\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .lg\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .lg\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .lg\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .lg\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .lg\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .lg\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .lg\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .lg\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .lg\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .lg\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .lg\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .lg\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .lg\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .lg\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .lg\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .lg\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .lg\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .lg\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .lg\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .lg\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .lg\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .lg\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .lg\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .lg\:disabled\:-mt-7:disabled {
    margin-top: -1.75rem;
  }

  .lg\:disabled\:-mr-7:disabled {
    margin-right: -1.75rem;
  }

  .lg\:disabled\:-mb-7:disabled {
    margin-bottom: -1.75rem;
  }

  .lg\:disabled\:-ml-7:disabled {
    margin-left: -1.75rem;
  }

  .lg\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .lg\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .lg\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .lg\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .lg\:disabled\:-mt-9:disabled {
    margin-top: -2.25rem;
  }

  .lg\:disabled\:-mr-9:disabled {
    margin-right: -2.25rem;
  }

  .lg\:disabled\:-mb-9:disabled {
    margin-bottom: -2.25rem;
  }

  .lg\:disabled\:-ml-9:disabled {
    margin-left: -2.25rem;
  }

  .lg\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .lg\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .lg\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .lg\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .lg\:disabled\:-mt-11:disabled {
    margin-top: -2.75rem;
  }

  .lg\:disabled\:-mr-11:disabled {
    margin-right: -2.75rem;
  }

  .lg\:disabled\:-mb-11:disabled {
    margin-bottom: -2.75rem;
  }

  .lg\:disabled\:-ml-11:disabled {
    margin-left: -2.75rem;
  }

  .lg\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .lg\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .lg\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .lg\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .lg\:disabled\:-mt-14:disabled {
    margin-top: -3.5rem;
  }

  .lg\:disabled\:-mr-14:disabled {
    margin-right: -3.5rem;
  }

  .lg\:disabled\:-mb-14:disabled {
    margin-bottom: -3.5rem;
  }

  .lg\:disabled\:-ml-14:disabled {
    margin-left: -3.5rem;
  }

  .lg\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .lg\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .lg\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .lg\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .lg\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .lg\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .lg\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .lg\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .lg\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .lg\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .lg\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .lg\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .lg\:disabled\:-mt-28:disabled {
    margin-top: -7rem;
  }

  .lg\:disabled\:-mr-28:disabled {
    margin-right: -7rem;
  }

  .lg\:disabled\:-mb-28:disabled {
    margin-bottom: -7rem;
  }

  .lg\:disabled\:-ml-28:disabled {
    margin-left: -7rem;
  }

  .lg\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .lg\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .lg\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .lg\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .lg\:disabled\:-mt-36:disabled {
    margin-top: -9rem;
  }

  .lg\:disabled\:-mr-36:disabled {
    margin-right: -9rem;
  }

  .lg\:disabled\:-mb-36:disabled {
    margin-bottom: -9rem;
  }

  .lg\:disabled\:-ml-36:disabled {
    margin-left: -9rem;
  }

  .lg\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .lg\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .lg\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .lg\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .lg\:disabled\:-mt-44:disabled {
    margin-top: -11rem;
  }

  .lg\:disabled\:-mr-44:disabled {
    margin-right: -11rem;
  }

  .lg\:disabled\:-mb-44:disabled {
    margin-bottom: -11rem;
  }

  .lg\:disabled\:-ml-44:disabled {
    margin-left: -11rem;
  }

  .lg\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .lg\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .lg\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .lg\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .lg\:disabled\:-mt-52:disabled {
    margin-top: -13rem;
  }

  .lg\:disabled\:-mr-52:disabled {
    margin-right: -13rem;
  }

  .lg\:disabled\:-mb-52:disabled {
    margin-bottom: -13rem;
  }

  .lg\:disabled\:-ml-52:disabled {
    margin-left: -13rem;
  }

  .lg\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .lg\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .lg\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .lg\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .lg\:disabled\:-mt-60:disabled {
    margin-top: -15rem;
  }

  .lg\:disabled\:-mr-60:disabled {
    margin-right: -15rem;
  }

  .lg\:disabled\:-mb-60:disabled {
    margin-bottom: -15rem;
  }

  .lg\:disabled\:-ml-60:disabled {
    margin-left: -15rem;
  }

  .lg\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .lg\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .lg\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .lg\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .lg\:disabled\:-mt-72:disabled {
    margin-top: -18rem;
  }

  .lg\:disabled\:-mr-72:disabled {
    margin-right: -18rem;
  }

  .lg\:disabled\:-mb-72:disabled {
    margin-bottom: -18rem;
  }

  .lg\:disabled\:-ml-72:disabled {
    margin-left: -18rem;
  }

  .lg\:disabled\:-mt-80:disabled {
    margin-top: -20rem;
  }

  .lg\:disabled\:-mr-80:disabled {
    margin-right: -20rem;
  }

  .lg\:disabled\:-mb-80:disabled {
    margin-bottom: -20rem;
  }

  .lg\:disabled\:-ml-80:disabled {
    margin-left: -20rem;
  }

  .lg\:disabled\:-mt-96:disabled {
    margin-top: -24rem;
  }

  .lg\:disabled\:-mr-96:disabled {
    margin-right: -24rem;
  }

  .lg\:disabled\:-mb-96:disabled {
    margin-bottom: -24rem;
  }

  .lg\:disabled\:-ml-96:disabled {
    margin-left: -24rem;
  }

  .lg\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .lg\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .lg\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .lg\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .lg\:disabled\:-mt-0\.5:disabled {
    margin-top: -0.125rem;
  }

  .lg\:disabled\:-mr-0\.5:disabled {
    margin-right: -0.125rem;
  }

  .lg\:disabled\:-mb-0\.5:disabled {
    margin-bottom: -0.125rem;
  }

  .lg\:disabled\:-ml-0\.5:disabled {
    margin-left: -0.125rem;
  }

  .lg\:disabled\:-mt-1\.5:disabled {
    margin-top: -0.375rem;
  }

  .lg\:disabled\:-mr-1\.5:disabled {
    margin-right: -0.375rem;
  }

  .lg\:disabled\:-mb-1\.5:disabled {
    margin-bottom: -0.375rem;
  }

  .lg\:disabled\:-ml-1\.5:disabled {
    margin-left: -0.375rem;
  }

  .lg\:disabled\:-mt-2\.5:disabled {
    margin-top: -0.625rem;
  }

  .lg\:disabled\:-mr-2\.5:disabled {
    margin-right: -0.625rem;
  }

  .lg\:disabled\:-mb-2\.5:disabled {
    margin-bottom: -0.625rem;
  }

  .lg\:disabled\:-ml-2\.5:disabled {
    margin-left: -0.625rem;
  }

  .lg\:disabled\:-mt-3\.5:disabled {
    margin-top: -0.875rem;
  }

  .lg\:disabled\:-mr-3\.5:disabled {
    margin-right: -0.875rem;
  }

  .lg\:disabled\:-mb-3\.5:disabled {
    margin-bottom: -0.875rem;
  }

  .lg\:disabled\:-ml-3\.5:disabled {
    margin-left: -0.875rem;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .lg\:group-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .group:hover .lg\:group-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .group:hover .lg\:group-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .group:hover .lg\:group-hover\:max-h-4 {
    max-height: 1rem;
  }

  .group:hover .lg\:group-hover\:max-h-5 {
    max-height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:max-h-8 {
    max-height: 2rem;
  }

  .group:hover .lg\:group-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .group:hover .lg\:group-hover\:max-h-10 {
    max-height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .group:hover .lg\:group-hover\:max-h-12 {
    max-height: 3rem;
  }

  .group:hover .lg\:group-hover\:max-h-14 {
    max-height: 3.5rem;
  }

  .group:hover .lg\:group-hover\:max-h-16 {
    max-height: 4rem;
  }

  .group:hover .lg\:group-hover\:max-h-20 {
    max-height: 5rem;
  }

  .group:hover .lg\:group-hover\:max-h-24 {
    max-height: 6rem;
  }

  .group:hover .lg\:group-hover\:max-h-28 {
    max-height: 7rem;
  }

  .group:hover .lg\:group-hover\:max-h-32 {
    max-height: 8rem;
  }

  .group:hover .lg\:group-hover\:max-h-36 {
    max-height: 9rem;
  }

  .group:hover .lg\:group-hover\:max-h-40 {
    max-height: 10rem;
  }

  .group:hover .lg\:group-hover\:max-h-44 {
    max-height: 11rem;
  }

  .group:hover .lg\:group-hover\:max-h-48 {
    max-height: 12rem;
  }

  .group:hover .lg\:group-hover\:max-h-52 {
    max-height: 13rem;
  }

  .group:hover .lg\:group-hover\:max-h-56 {
    max-height: 14rem;
  }

  .group:hover .lg\:group-hover\:max-h-60 {
    max-height: 15rem;
  }

  .group:hover .lg\:group-hover\:max-h-64 {
    max-height: 16rem;
  }

  .group:hover .lg\:group-hover\:max-h-72 {
    max-height: 18rem;
  }

  .group:hover .lg\:group-hover\:max-h-80 {
    max-height: 20rem;
  }

  .group:hover .lg\:group-hover\:max-h-96 {
    max-height: 24rem;
  }

  .group:hover .lg\:group-hover\:max-h-px {
    max-height: 1px;
  }

  .group:hover .lg\:group-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .group:hover .lg\:group-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .group:hover .lg\:group-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .group:hover .lg\:group-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .group:hover .lg\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .lg\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:focus-within\:max-h-0:focus-within {
    max-height: 0px;
  }

  .lg\:focus-within\:max-h-1:focus-within {
    max-height: 0.25rem;
  }

  .lg\:focus-within\:max-h-2:focus-within {
    max-height: 0.5rem;
  }

  .lg\:focus-within\:max-h-3:focus-within {
    max-height: 0.75rem;
  }

  .lg\:focus-within\:max-h-4:focus-within {
    max-height: 1rem;
  }

  .lg\:focus-within\:max-h-5:focus-within {
    max-height: 1.25rem;
  }

  .lg\:focus-within\:max-h-6:focus-within {
    max-height: 1.5rem;
  }

  .lg\:focus-within\:max-h-7:focus-within {
    max-height: 1.75rem;
  }

  .lg\:focus-within\:max-h-8:focus-within {
    max-height: 2rem;
  }

  .lg\:focus-within\:max-h-9:focus-within {
    max-height: 2.25rem;
  }

  .lg\:focus-within\:max-h-10:focus-within {
    max-height: 2.5rem;
  }

  .lg\:focus-within\:max-h-11:focus-within {
    max-height: 2.75rem;
  }

  .lg\:focus-within\:max-h-12:focus-within {
    max-height: 3rem;
  }

  .lg\:focus-within\:max-h-14:focus-within {
    max-height: 3.5rem;
  }

  .lg\:focus-within\:max-h-16:focus-within {
    max-height: 4rem;
  }

  .lg\:focus-within\:max-h-20:focus-within {
    max-height: 5rem;
  }

  .lg\:focus-within\:max-h-24:focus-within {
    max-height: 6rem;
  }

  .lg\:focus-within\:max-h-28:focus-within {
    max-height: 7rem;
  }

  .lg\:focus-within\:max-h-32:focus-within {
    max-height: 8rem;
  }

  .lg\:focus-within\:max-h-36:focus-within {
    max-height: 9rem;
  }

  .lg\:focus-within\:max-h-40:focus-within {
    max-height: 10rem;
  }

  .lg\:focus-within\:max-h-44:focus-within {
    max-height: 11rem;
  }

  .lg\:focus-within\:max-h-48:focus-within {
    max-height: 12rem;
  }

  .lg\:focus-within\:max-h-52:focus-within {
    max-height: 13rem;
  }

  .lg\:focus-within\:max-h-56:focus-within {
    max-height: 14rem;
  }

  .lg\:focus-within\:max-h-60:focus-within {
    max-height: 15rem;
  }

  .lg\:focus-within\:max-h-64:focus-within {
    max-height: 16rem;
  }

  .lg\:focus-within\:max-h-72:focus-within {
    max-height: 18rem;
  }

  .lg\:focus-within\:max-h-80:focus-within {
    max-height: 20rem;
  }

  .lg\:focus-within\:max-h-96:focus-within {
    max-height: 24rem;
  }

  .lg\:focus-within\:max-h-px:focus-within {
    max-height: 1px;
  }

  .lg\:focus-within\:max-h-0\.5:focus-within {
    max-height: 0.125rem;
  }

  .lg\:focus-within\:max-h-1\.5:focus-within {
    max-height: 0.375rem;
  }

  .lg\:focus-within\:max-h-2\.5:focus-within {
    max-height: 0.625rem;
  }

  .lg\:focus-within\:max-h-3\.5:focus-within {
    max-height: 0.875rem;
  }

  .lg\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .lg\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .lg\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .lg\:first\:max-h-1:first-child {
    max-height: 0.25rem;
  }

  .lg\:first\:max-h-2:first-child {
    max-height: 0.5rem;
  }

  .lg\:first\:max-h-3:first-child {
    max-height: 0.75rem;
  }

  .lg\:first\:max-h-4:first-child {
    max-height: 1rem;
  }

  .lg\:first\:max-h-5:first-child {
    max-height: 1.25rem;
  }

  .lg\:first\:max-h-6:first-child {
    max-height: 1.5rem;
  }

  .lg\:first\:max-h-7:first-child {
    max-height: 1.75rem;
  }

  .lg\:first\:max-h-8:first-child {
    max-height: 2rem;
  }

  .lg\:first\:max-h-9:first-child {
    max-height: 2.25rem;
  }

  .lg\:first\:max-h-10:first-child {
    max-height: 2.5rem;
  }

  .lg\:first\:max-h-11:first-child {
    max-height: 2.75rem;
  }

  .lg\:first\:max-h-12:first-child {
    max-height: 3rem;
  }

  .lg\:first\:max-h-14:first-child {
    max-height: 3.5rem;
  }

  .lg\:first\:max-h-16:first-child {
    max-height: 4rem;
  }

  .lg\:first\:max-h-20:first-child {
    max-height: 5rem;
  }

  .lg\:first\:max-h-24:first-child {
    max-height: 6rem;
  }

  .lg\:first\:max-h-28:first-child {
    max-height: 7rem;
  }

  .lg\:first\:max-h-32:first-child {
    max-height: 8rem;
  }

  .lg\:first\:max-h-36:first-child {
    max-height: 9rem;
  }

  .lg\:first\:max-h-40:first-child {
    max-height: 10rem;
  }

  .lg\:first\:max-h-44:first-child {
    max-height: 11rem;
  }

  .lg\:first\:max-h-48:first-child {
    max-height: 12rem;
  }

  .lg\:first\:max-h-52:first-child {
    max-height: 13rem;
  }

  .lg\:first\:max-h-56:first-child {
    max-height: 14rem;
  }

  .lg\:first\:max-h-60:first-child {
    max-height: 15rem;
  }

  .lg\:first\:max-h-64:first-child {
    max-height: 16rem;
  }

  .lg\:first\:max-h-72:first-child {
    max-height: 18rem;
  }

  .lg\:first\:max-h-80:first-child {
    max-height: 20rem;
  }

  .lg\:first\:max-h-96:first-child {
    max-height: 24rem;
  }

  .lg\:first\:max-h-px:first-child {
    max-height: 1px;
  }

  .lg\:first\:max-h-0\.5:first-child {
    max-height: 0.125rem;
  }

  .lg\:first\:max-h-1\.5:first-child {
    max-height: 0.375rem;
  }

  .lg\:first\:max-h-2\.5:first-child {
    max-height: 0.625rem;
  }

  .lg\:first\:max-h-3\.5:first-child {
    max-height: 0.875rem;
  }

  .lg\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .lg\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .lg\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .lg\:last\:max-h-1:last-child {
    max-height: 0.25rem;
  }

  .lg\:last\:max-h-2:last-child {
    max-height: 0.5rem;
  }

  .lg\:last\:max-h-3:last-child {
    max-height: 0.75rem;
  }

  .lg\:last\:max-h-4:last-child {
    max-height: 1rem;
  }

  .lg\:last\:max-h-5:last-child {
    max-height: 1.25rem;
  }

  .lg\:last\:max-h-6:last-child {
    max-height: 1.5rem;
  }

  .lg\:last\:max-h-7:last-child {
    max-height: 1.75rem;
  }

  .lg\:last\:max-h-8:last-child {
    max-height: 2rem;
  }

  .lg\:last\:max-h-9:last-child {
    max-height: 2.25rem;
  }

  .lg\:last\:max-h-10:last-child {
    max-height: 2.5rem;
  }

  .lg\:last\:max-h-11:last-child {
    max-height: 2.75rem;
  }

  .lg\:last\:max-h-12:last-child {
    max-height: 3rem;
  }

  .lg\:last\:max-h-14:last-child {
    max-height: 3.5rem;
  }

  .lg\:last\:max-h-16:last-child {
    max-height: 4rem;
  }

  .lg\:last\:max-h-20:last-child {
    max-height: 5rem;
  }

  .lg\:last\:max-h-24:last-child {
    max-height: 6rem;
  }

  .lg\:last\:max-h-28:last-child {
    max-height: 7rem;
  }

  .lg\:last\:max-h-32:last-child {
    max-height: 8rem;
  }

  .lg\:last\:max-h-36:last-child {
    max-height: 9rem;
  }

  .lg\:last\:max-h-40:last-child {
    max-height: 10rem;
  }

  .lg\:last\:max-h-44:last-child {
    max-height: 11rem;
  }

  .lg\:last\:max-h-48:last-child {
    max-height: 12rem;
  }

  .lg\:last\:max-h-52:last-child {
    max-height: 13rem;
  }

  .lg\:last\:max-h-56:last-child {
    max-height: 14rem;
  }

  .lg\:last\:max-h-60:last-child {
    max-height: 15rem;
  }

  .lg\:last\:max-h-64:last-child {
    max-height: 16rem;
  }

  .lg\:last\:max-h-72:last-child {
    max-height: 18rem;
  }

  .lg\:last\:max-h-80:last-child {
    max-height: 20rem;
  }

  .lg\:last\:max-h-96:last-child {
    max-height: 24rem;
  }

  .lg\:last\:max-h-px:last-child {
    max-height: 1px;
  }

  .lg\:last\:max-h-0\.5:last-child {
    max-height: 0.125rem;
  }

  .lg\:last\:max-h-1\.5:last-child {
    max-height: 0.375rem;
  }

  .lg\:last\:max-h-2\.5:last-child {
    max-height: 0.625rem;
  }

  .lg\:last\:max-h-3\.5:last-child {
    max-height: 0.875rem;
  }

  .lg\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .lg\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .lg\:odd\:max-h-0:nth-child(odd) {
    max-height: 0px;
  }

  .lg\:odd\:max-h-1:nth-child(odd) {
    max-height: 0.25rem;
  }

  .lg\:odd\:max-h-2:nth-child(odd) {
    max-height: 0.5rem;
  }

  .lg\:odd\:max-h-3:nth-child(odd) {
    max-height: 0.75rem;
  }

  .lg\:odd\:max-h-4:nth-child(odd) {
    max-height: 1rem;
  }

  .lg\:odd\:max-h-5:nth-child(odd) {
    max-height: 1.25rem;
  }

  .lg\:odd\:max-h-6:nth-child(odd) {
    max-height: 1.5rem;
  }

  .lg\:odd\:max-h-7:nth-child(odd) {
    max-height: 1.75rem;
  }

  .lg\:odd\:max-h-8:nth-child(odd) {
    max-height: 2rem;
  }

  .lg\:odd\:max-h-9:nth-child(odd) {
    max-height: 2.25rem;
  }

  .lg\:odd\:max-h-10:nth-child(odd) {
    max-height: 2.5rem;
  }

  .lg\:odd\:max-h-11:nth-child(odd) {
    max-height: 2.75rem;
  }

  .lg\:odd\:max-h-12:nth-child(odd) {
    max-height: 3rem;
  }

  .lg\:odd\:max-h-14:nth-child(odd) {
    max-height: 3.5rem;
  }

  .lg\:odd\:max-h-16:nth-child(odd) {
    max-height: 4rem;
  }

  .lg\:odd\:max-h-20:nth-child(odd) {
    max-height: 5rem;
  }

  .lg\:odd\:max-h-24:nth-child(odd) {
    max-height: 6rem;
  }

  .lg\:odd\:max-h-28:nth-child(odd) {
    max-height: 7rem;
  }

  .lg\:odd\:max-h-32:nth-child(odd) {
    max-height: 8rem;
  }

  .lg\:odd\:max-h-36:nth-child(odd) {
    max-height: 9rem;
  }

  .lg\:odd\:max-h-40:nth-child(odd) {
    max-height: 10rem;
  }

  .lg\:odd\:max-h-44:nth-child(odd) {
    max-height: 11rem;
  }

  .lg\:odd\:max-h-48:nth-child(odd) {
    max-height: 12rem;
  }

  .lg\:odd\:max-h-52:nth-child(odd) {
    max-height: 13rem;
  }

  .lg\:odd\:max-h-56:nth-child(odd) {
    max-height: 14rem;
  }

  .lg\:odd\:max-h-60:nth-child(odd) {
    max-height: 15rem;
  }

  .lg\:odd\:max-h-64:nth-child(odd) {
    max-height: 16rem;
  }

  .lg\:odd\:max-h-72:nth-child(odd) {
    max-height: 18rem;
  }

  .lg\:odd\:max-h-80:nth-child(odd) {
    max-height: 20rem;
  }

  .lg\:odd\:max-h-96:nth-child(odd) {
    max-height: 24rem;
  }

  .lg\:odd\:max-h-px:nth-child(odd) {
    max-height: 1px;
  }

  .lg\:odd\:max-h-0\.5:nth-child(odd) {
    max-height: 0.125rem;
  }

  .lg\:odd\:max-h-1\.5:nth-child(odd) {
    max-height: 0.375rem;
  }

  .lg\:odd\:max-h-2\.5:nth-child(odd) {
    max-height: 0.625rem;
  }

  .lg\:odd\:max-h-3\.5:nth-child(odd) {
    max-height: 0.875rem;
  }

  .lg\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .lg\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .lg\:even\:max-h-0:nth-child(even) {
    max-height: 0px;
  }

  .lg\:even\:max-h-1:nth-child(even) {
    max-height: 0.25rem;
  }

  .lg\:even\:max-h-2:nth-child(even) {
    max-height: 0.5rem;
  }

  .lg\:even\:max-h-3:nth-child(even) {
    max-height: 0.75rem;
  }

  .lg\:even\:max-h-4:nth-child(even) {
    max-height: 1rem;
  }

  .lg\:even\:max-h-5:nth-child(even) {
    max-height: 1.25rem;
  }

  .lg\:even\:max-h-6:nth-child(even) {
    max-height: 1.5rem;
  }

  .lg\:even\:max-h-7:nth-child(even) {
    max-height: 1.75rem;
  }

  .lg\:even\:max-h-8:nth-child(even) {
    max-height: 2rem;
  }

  .lg\:even\:max-h-9:nth-child(even) {
    max-height: 2.25rem;
  }

  .lg\:even\:max-h-10:nth-child(even) {
    max-height: 2.5rem;
  }

  .lg\:even\:max-h-11:nth-child(even) {
    max-height: 2.75rem;
  }

  .lg\:even\:max-h-12:nth-child(even) {
    max-height: 3rem;
  }

  .lg\:even\:max-h-14:nth-child(even) {
    max-height: 3.5rem;
  }

  .lg\:even\:max-h-16:nth-child(even) {
    max-height: 4rem;
  }

  .lg\:even\:max-h-20:nth-child(even) {
    max-height: 5rem;
  }

  .lg\:even\:max-h-24:nth-child(even) {
    max-height: 6rem;
  }

  .lg\:even\:max-h-28:nth-child(even) {
    max-height: 7rem;
  }

  .lg\:even\:max-h-32:nth-child(even) {
    max-height: 8rem;
  }

  .lg\:even\:max-h-36:nth-child(even) {
    max-height: 9rem;
  }

  .lg\:even\:max-h-40:nth-child(even) {
    max-height: 10rem;
  }

  .lg\:even\:max-h-44:nth-child(even) {
    max-height: 11rem;
  }

  .lg\:even\:max-h-48:nth-child(even) {
    max-height: 12rem;
  }

  .lg\:even\:max-h-52:nth-child(even) {
    max-height: 13rem;
  }

  .lg\:even\:max-h-56:nth-child(even) {
    max-height: 14rem;
  }

  .lg\:even\:max-h-60:nth-child(even) {
    max-height: 15rem;
  }

  .lg\:even\:max-h-64:nth-child(even) {
    max-height: 16rem;
  }

  .lg\:even\:max-h-72:nth-child(even) {
    max-height: 18rem;
  }

  .lg\:even\:max-h-80:nth-child(even) {
    max-height: 20rem;
  }

  .lg\:even\:max-h-96:nth-child(even) {
    max-height: 24rem;
  }

  .lg\:even\:max-h-px:nth-child(even) {
    max-height: 1px;
  }

  .lg\:even\:max-h-0\.5:nth-child(even) {
    max-height: 0.125rem;
  }

  .lg\:even\:max-h-1\.5:nth-child(even) {
    max-height: 0.375rem;
  }

  .lg\:even\:max-h-2\.5:nth-child(even) {
    max-height: 0.625rem;
  }

  .lg\:even\:max-h-3\.5:nth-child(even) {
    max-height: 0.875rem;
  }

  .lg\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .lg\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .lg\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .lg\:hover\:max-h-1:hover {
    max-height: 0.25rem;
  }

  .lg\:hover\:max-h-2:hover {
    max-height: 0.5rem;
  }

  .lg\:hover\:max-h-3:hover {
    max-height: 0.75rem;
  }

  .lg\:hover\:max-h-4:hover {
    max-height: 1rem;
  }

  .lg\:hover\:max-h-5:hover {
    max-height: 1.25rem;
  }

  .lg\:hover\:max-h-6:hover {
    max-height: 1.5rem;
  }

  .lg\:hover\:max-h-7:hover {
    max-height: 1.75rem;
  }

  .lg\:hover\:max-h-8:hover {
    max-height: 2rem;
  }

  .lg\:hover\:max-h-9:hover {
    max-height: 2.25rem;
  }

  .lg\:hover\:max-h-10:hover {
    max-height: 2.5rem;
  }

  .lg\:hover\:max-h-11:hover {
    max-height: 2.75rem;
  }

  .lg\:hover\:max-h-12:hover {
    max-height: 3rem;
  }

  .lg\:hover\:max-h-14:hover {
    max-height: 3.5rem;
  }

  .lg\:hover\:max-h-16:hover {
    max-height: 4rem;
  }

  .lg\:hover\:max-h-20:hover {
    max-height: 5rem;
  }

  .lg\:hover\:max-h-24:hover {
    max-height: 6rem;
  }

  .lg\:hover\:max-h-28:hover {
    max-height: 7rem;
  }

  .lg\:hover\:max-h-32:hover {
    max-height: 8rem;
  }

  .lg\:hover\:max-h-36:hover {
    max-height: 9rem;
  }

  .lg\:hover\:max-h-40:hover {
    max-height: 10rem;
  }

  .lg\:hover\:max-h-44:hover {
    max-height: 11rem;
  }

  .lg\:hover\:max-h-48:hover {
    max-height: 12rem;
  }

  .lg\:hover\:max-h-52:hover {
    max-height: 13rem;
  }

  .lg\:hover\:max-h-56:hover {
    max-height: 14rem;
  }

  .lg\:hover\:max-h-60:hover {
    max-height: 15rem;
  }

  .lg\:hover\:max-h-64:hover {
    max-height: 16rem;
  }

  .lg\:hover\:max-h-72:hover {
    max-height: 18rem;
  }

  .lg\:hover\:max-h-80:hover {
    max-height: 20rem;
  }

  .lg\:hover\:max-h-96:hover {
    max-height: 24rem;
  }

  .lg\:hover\:max-h-px:hover {
    max-height: 1px;
  }

  .lg\:hover\:max-h-0\.5:hover {
    max-height: 0.125rem;
  }

  .lg\:hover\:max-h-1\.5:hover {
    max-height: 0.375rem;
  }

  .lg\:hover\:max-h-2\.5:hover {
    max-height: 0.625rem;
  }

  .lg\:hover\:max-h-3\.5:hover {
    max-height: 0.875rem;
  }

  .lg\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .lg\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .lg\:focus\:max-h-1:focus {
    max-height: 0.25rem;
  }

  .lg\:focus\:max-h-2:focus {
    max-height: 0.5rem;
  }

  .lg\:focus\:max-h-3:focus {
    max-height: 0.75rem;
  }

  .lg\:focus\:max-h-4:focus {
    max-height: 1rem;
  }

  .lg\:focus\:max-h-5:focus {
    max-height: 1.25rem;
  }

  .lg\:focus\:max-h-6:focus {
    max-height: 1.5rem;
  }

  .lg\:focus\:max-h-7:focus {
    max-height: 1.75rem;
  }

  .lg\:focus\:max-h-8:focus {
    max-height: 2rem;
  }

  .lg\:focus\:max-h-9:focus {
    max-height: 2.25rem;
  }

  .lg\:focus\:max-h-10:focus {
    max-height: 2.5rem;
  }

  .lg\:focus\:max-h-11:focus {
    max-height: 2.75rem;
  }

  .lg\:focus\:max-h-12:focus {
    max-height: 3rem;
  }

  .lg\:focus\:max-h-14:focus {
    max-height: 3.5rem;
  }

  .lg\:focus\:max-h-16:focus {
    max-height: 4rem;
  }

  .lg\:focus\:max-h-20:focus {
    max-height: 5rem;
  }

  .lg\:focus\:max-h-24:focus {
    max-height: 6rem;
  }

  .lg\:focus\:max-h-28:focus {
    max-height: 7rem;
  }

  .lg\:focus\:max-h-32:focus {
    max-height: 8rem;
  }

  .lg\:focus\:max-h-36:focus {
    max-height: 9rem;
  }

  .lg\:focus\:max-h-40:focus {
    max-height: 10rem;
  }

  .lg\:focus\:max-h-44:focus {
    max-height: 11rem;
  }

  .lg\:focus\:max-h-48:focus {
    max-height: 12rem;
  }

  .lg\:focus\:max-h-52:focus {
    max-height: 13rem;
  }

  .lg\:focus\:max-h-56:focus {
    max-height: 14rem;
  }

  .lg\:focus\:max-h-60:focus {
    max-height: 15rem;
  }

  .lg\:focus\:max-h-64:focus {
    max-height: 16rem;
  }

  .lg\:focus\:max-h-72:focus {
    max-height: 18rem;
  }

  .lg\:focus\:max-h-80:focus {
    max-height: 20rem;
  }

  .lg\:focus\:max-h-96:focus {
    max-height: 24rem;
  }

  .lg\:focus\:max-h-px:focus {
    max-height: 1px;
  }

  .lg\:focus\:max-h-0\.5:focus {
    max-height: 0.125rem;
  }

  .lg\:focus\:max-h-1\.5:focus {
    max-height: 0.375rem;
  }

  .lg\:focus\:max-h-2\.5:focus {
    max-height: 0.625rem;
  }

  .lg\:focus\:max-h-3\.5:focus {
    max-height: 0.875rem;
  }

  .lg\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .lg\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .lg\:active\:max-h-0:active {
    max-height: 0px;
  }

  .lg\:active\:max-h-1:active {
    max-height: 0.25rem;
  }

  .lg\:active\:max-h-2:active {
    max-height: 0.5rem;
  }

  .lg\:active\:max-h-3:active {
    max-height: 0.75rem;
  }

  .lg\:active\:max-h-4:active {
    max-height: 1rem;
  }

  .lg\:active\:max-h-5:active {
    max-height: 1.25rem;
  }

  .lg\:active\:max-h-6:active {
    max-height: 1.5rem;
  }

  .lg\:active\:max-h-7:active {
    max-height: 1.75rem;
  }

  .lg\:active\:max-h-8:active {
    max-height: 2rem;
  }

  .lg\:active\:max-h-9:active {
    max-height: 2.25rem;
  }

  .lg\:active\:max-h-10:active {
    max-height: 2.5rem;
  }

  .lg\:active\:max-h-11:active {
    max-height: 2.75rem;
  }

  .lg\:active\:max-h-12:active {
    max-height: 3rem;
  }

  .lg\:active\:max-h-14:active {
    max-height: 3.5rem;
  }

  .lg\:active\:max-h-16:active {
    max-height: 4rem;
  }

  .lg\:active\:max-h-20:active {
    max-height: 5rem;
  }

  .lg\:active\:max-h-24:active {
    max-height: 6rem;
  }

  .lg\:active\:max-h-28:active {
    max-height: 7rem;
  }

  .lg\:active\:max-h-32:active {
    max-height: 8rem;
  }

  .lg\:active\:max-h-36:active {
    max-height: 9rem;
  }

  .lg\:active\:max-h-40:active {
    max-height: 10rem;
  }

  .lg\:active\:max-h-44:active {
    max-height: 11rem;
  }

  .lg\:active\:max-h-48:active {
    max-height: 12rem;
  }

  .lg\:active\:max-h-52:active {
    max-height: 13rem;
  }

  .lg\:active\:max-h-56:active {
    max-height: 14rem;
  }

  .lg\:active\:max-h-60:active {
    max-height: 15rem;
  }

  .lg\:active\:max-h-64:active {
    max-height: 16rem;
  }

  .lg\:active\:max-h-72:active {
    max-height: 18rem;
  }

  .lg\:active\:max-h-80:active {
    max-height: 20rem;
  }

  .lg\:active\:max-h-96:active {
    max-height: 24rem;
  }

  .lg\:active\:max-h-px:active {
    max-height: 1px;
  }

  .lg\:active\:max-h-0\.5:active {
    max-height: 0.125rem;
  }

  .lg\:active\:max-h-1\.5:active {
    max-height: 0.375rem;
  }

  .lg\:active\:max-h-2\.5:active {
    max-height: 0.625rem;
  }

  .lg\:active\:max-h-3\.5:active {
    max-height: 0.875rem;
  }

  .lg\:active\:max-h-full:active {
    max-height: 100%;
  }

  .lg\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .lg\:visited\:max-h-0:visited {
    max-height: 0px;
  }

  .lg\:visited\:max-h-1:visited {
    max-height: 0.25rem;
  }

  .lg\:visited\:max-h-2:visited {
    max-height: 0.5rem;
  }

  .lg\:visited\:max-h-3:visited {
    max-height: 0.75rem;
  }

  .lg\:visited\:max-h-4:visited {
    max-height: 1rem;
  }

  .lg\:visited\:max-h-5:visited {
    max-height: 1.25rem;
  }

  .lg\:visited\:max-h-6:visited {
    max-height: 1.5rem;
  }

  .lg\:visited\:max-h-7:visited {
    max-height: 1.75rem;
  }

  .lg\:visited\:max-h-8:visited {
    max-height: 2rem;
  }

  .lg\:visited\:max-h-9:visited {
    max-height: 2.25rem;
  }

  .lg\:visited\:max-h-10:visited {
    max-height: 2.5rem;
  }

  .lg\:visited\:max-h-11:visited {
    max-height: 2.75rem;
  }

  .lg\:visited\:max-h-12:visited {
    max-height: 3rem;
  }

  .lg\:visited\:max-h-14:visited {
    max-height: 3.5rem;
  }

  .lg\:visited\:max-h-16:visited {
    max-height: 4rem;
  }

  .lg\:visited\:max-h-20:visited {
    max-height: 5rem;
  }

  .lg\:visited\:max-h-24:visited {
    max-height: 6rem;
  }

  .lg\:visited\:max-h-28:visited {
    max-height: 7rem;
  }

  .lg\:visited\:max-h-32:visited {
    max-height: 8rem;
  }

  .lg\:visited\:max-h-36:visited {
    max-height: 9rem;
  }

  .lg\:visited\:max-h-40:visited {
    max-height: 10rem;
  }

  .lg\:visited\:max-h-44:visited {
    max-height: 11rem;
  }

  .lg\:visited\:max-h-48:visited {
    max-height: 12rem;
  }

  .lg\:visited\:max-h-52:visited {
    max-height: 13rem;
  }

  .lg\:visited\:max-h-56:visited {
    max-height: 14rem;
  }

  .lg\:visited\:max-h-60:visited {
    max-height: 15rem;
  }

  .lg\:visited\:max-h-64:visited {
    max-height: 16rem;
  }

  .lg\:visited\:max-h-72:visited {
    max-height: 18rem;
  }

  .lg\:visited\:max-h-80:visited {
    max-height: 20rem;
  }

  .lg\:visited\:max-h-96:visited {
    max-height: 24rem;
  }

  .lg\:visited\:max-h-px:visited {
    max-height: 1px;
  }

  .lg\:visited\:max-h-0\.5:visited {
    max-height: 0.125rem;
  }

  .lg\:visited\:max-h-1\.5:visited {
    max-height: 0.375rem;
  }

  .lg\:visited\:max-h-2\.5:visited {
    max-height: 0.625rem;
  }

  .lg\:visited\:max-h-3\.5:visited {
    max-height: 0.875rem;
  }

  .lg\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .lg\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .lg\:disabled\:max-h-0:disabled {
    max-height: 0px;
  }

  .lg\:disabled\:max-h-1:disabled {
    max-height: 0.25rem;
  }

  .lg\:disabled\:max-h-2:disabled {
    max-height: 0.5rem;
  }

  .lg\:disabled\:max-h-3:disabled {
    max-height: 0.75rem;
  }

  .lg\:disabled\:max-h-4:disabled {
    max-height: 1rem;
  }

  .lg\:disabled\:max-h-5:disabled {
    max-height: 1.25rem;
  }

  .lg\:disabled\:max-h-6:disabled {
    max-height: 1.5rem;
  }

  .lg\:disabled\:max-h-7:disabled {
    max-height: 1.75rem;
  }

  .lg\:disabled\:max-h-8:disabled {
    max-height: 2rem;
  }

  .lg\:disabled\:max-h-9:disabled {
    max-height: 2.25rem;
  }

  .lg\:disabled\:max-h-10:disabled {
    max-height: 2.5rem;
  }

  .lg\:disabled\:max-h-11:disabled {
    max-height: 2.75rem;
  }

  .lg\:disabled\:max-h-12:disabled {
    max-height: 3rem;
  }

  .lg\:disabled\:max-h-14:disabled {
    max-height: 3.5rem;
  }

  .lg\:disabled\:max-h-16:disabled {
    max-height: 4rem;
  }

  .lg\:disabled\:max-h-20:disabled {
    max-height: 5rem;
  }

  .lg\:disabled\:max-h-24:disabled {
    max-height: 6rem;
  }

  .lg\:disabled\:max-h-28:disabled {
    max-height: 7rem;
  }

  .lg\:disabled\:max-h-32:disabled {
    max-height: 8rem;
  }

  .lg\:disabled\:max-h-36:disabled {
    max-height: 9rem;
  }

  .lg\:disabled\:max-h-40:disabled {
    max-height: 10rem;
  }

  .lg\:disabled\:max-h-44:disabled {
    max-height: 11rem;
  }

  .lg\:disabled\:max-h-48:disabled {
    max-height: 12rem;
  }

  .lg\:disabled\:max-h-52:disabled {
    max-height: 13rem;
  }

  .lg\:disabled\:max-h-56:disabled {
    max-height: 14rem;
  }

  .lg\:disabled\:max-h-60:disabled {
    max-height: 15rem;
  }

  .lg\:disabled\:max-h-64:disabled {
    max-height: 16rem;
  }

  .lg\:disabled\:max-h-72:disabled {
    max-height: 18rem;
  }

  .lg\:disabled\:max-h-80:disabled {
    max-height: 20rem;
  }

  .lg\:disabled\:max-h-96:disabled {
    max-height: 24rem;
  }

  .lg\:disabled\:max-h-px:disabled {
    max-height: 1px;
  }

  .lg\:disabled\:max-h-0\.5:disabled {
    max-height: 0.125rem;
  }

  .lg\:disabled\:max-h-1\.5:disabled {
    max-height: 0.375rem;
  }

  .lg\:disabled\:max-h-2\.5:disabled {
    max-height: 0.625rem;
  }

  .lg\:disabled\:max-h-3\.5:disabled {
    max-height: 0.875rem;
  }

  .lg\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .lg\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .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: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .group:hover .lg\:group-hover\:max-w-0 {
    max-width: 0rem;
  }

  .group:hover .lg\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .lg\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .lg\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .lg\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .lg\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .lg\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .lg\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .lg\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .lg\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .lg\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .lg\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .lg\:group-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .group:hover .lg\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .lg\:group-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .group:hover .lg\:group-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .group:hover .lg\:group-hover\:max-w-prose {
    max-width: 65ch;
  }

  .group:hover .lg\:group-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-lg {
    max-width: 1024px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-xl {
    max-width: 1280px;
  }

  .group:hover .lg\:group-hover\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .lg\:focus-within\:max-w-0:focus-within {
    max-width: 0rem;
  }

  .lg\:focus-within\:max-w-none:focus-within {
    max-width: none;
  }

  .lg\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .lg\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .lg\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .lg\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .lg\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .lg\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .lg\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .lg\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .lg\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .lg\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .lg\:focus-within\:max-w-7xl:focus-within {
    max-width: 80rem;
  }

  .lg\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .lg\:focus-within\:max-w-min:focus-within {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:focus-within\:max-w-max:focus-within {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:focus-within\:max-w-prose:focus-within {
    max-width: 65ch;
  }

  .lg\:focus-within\:max-w-screen-sm:focus-within {
    max-width: 640px;
  }

  .lg\:focus-within\:max-w-screen-md:focus-within {
    max-width: 768px;
  }

  .lg\:focus-within\:max-w-screen-lg:focus-within {
    max-width: 1024px;
  }

  .lg\:focus-within\:max-w-screen-xl:focus-within {
    max-width: 1280px;
  }

  .lg\:focus-within\:max-w-screen-2xl:focus-within {
    max-width: 1536px;
  }

  .lg\:first\:max-w-0:first-child {
    max-width: 0rem;
  }

  .lg\:first\:max-w-none:first-child {
    max-width: none;
  }

  .lg\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .lg\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .lg\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .lg\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .lg\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .lg\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .lg\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .lg\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .lg\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .lg\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .lg\:first\:max-w-7xl:first-child {
    max-width: 80rem;
  }

  .lg\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .lg\:first\:max-w-min:first-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:first\:max-w-max:first-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:first\:max-w-prose:first-child {
    max-width: 65ch;
  }

  .lg\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .lg\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .lg\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .lg\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .lg\:first\:max-w-screen-2xl:first-child {
    max-width: 1536px;
  }

  .lg\:last\:max-w-0:last-child {
    max-width: 0rem;
  }

  .lg\:last\:max-w-none:last-child {
    max-width: none;
  }

  .lg\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .lg\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .lg\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .lg\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .lg\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .lg\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .lg\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .lg\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .lg\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .lg\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .lg\:last\:max-w-7xl:last-child {
    max-width: 80rem;
  }

  .lg\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .lg\:last\:max-w-min:last-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:last\:max-w-max:last-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:last\:max-w-prose:last-child {
    max-width: 65ch;
  }

  .lg\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .lg\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .lg\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .lg\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .lg\:last\:max-w-screen-2xl:last-child {
    max-width: 1536px;
  }

  .lg\:odd\:max-w-0:nth-child(odd) {
    max-width: 0rem;
  }

  .lg\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .lg\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .lg\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .lg\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .lg\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .lg\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .lg\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .lg\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .lg\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .lg\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .lg\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .lg\:odd\:max-w-7xl:nth-child(odd) {
    max-width: 80rem;
  }

  .lg\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .lg\:odd\:max-w-min:nth-child(odd) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:odd\:max-w-max:nth-child(odd) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:odd\:max-w-prose:nth-child(odd) {
    max-width: 65ch;
  }

  .lg\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .lg\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .lg\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .lg\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .lg\:odd\:max-w-screen-2xl:nth-child(odd) {
    max-width: 1536px;
  }

  .lg\:even\:max-w-0:nth-child(even) {
    max-width: 0rem;
  }

  .lg\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .lg\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .lg\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .lg\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .lg\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .lg\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .lg\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .lg\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .lg\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .lg\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .lg\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .lg\:even\:max-w-7xl:nth-child(even) {
    max-width: 80rem;
  }

  .lg\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .lg\:even\:max-w-min:nth-child(even) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:even\:max-w-max:nth-child(even) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:even\:max-w-prose:nth-child(even) {
    max-width: 65ch;
  }

  .lg\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .lg\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .lg\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .lg\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .lg\:even\:max-w-screen-2xl:nth-child(even) {
    max-width: 1536px;
  }

  .lg\:hover\:max-w-0:hover {
    max-width: 0rem;
  }

  .lg\:hover\:max-w-none:hover {
    max-width: none;
  }

  .lg\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .lg\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .lg\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .lg\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .lg\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .lg\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .lg\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .lg\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .lg\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .lg\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .lg\:hover\:max-w-7xl:hover {
    max-width: 80rem;
  }

  .lg\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .lg\:hover\:max-w-min:hover {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:hover\:max-w-max:hover {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:hover\:max-w-prose:hover {
    max-width: 65ch;
  }

  .lg\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .lg\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .lg\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .lg\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .lg\:hover\:max-w-screen-2xl:hover {
    max-width: 1536px;
  }

  .lg\:focus\:max-w-0:focus {
    max-width: 0rem;
  }

  .lg\:focus\:max-w-none:focus {
    max-width: none;
  }

  .lg\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .lg\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .lg\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .lg\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .lg\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .lg\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .lg\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .lg\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .lg\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .lg\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .lg\:focus\:max-w-7xl:focus {
    max-width: 80rem;
  }

  .lg\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .lg\:focus\:max-w-min:focus {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:focus\:max-w-max:focus {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:focus\:max-w-prose:focus {
    max-width: 65ch;
  }

  .lg\:focus\:max-w-screen-sm:focus {
    max-width: 640px;
  }

  .lg\:focus\:max-w-screen-md:focus {
    max-width: 768px;
  }

  .lg\:focus\:max-w-screen-lg:focus {
    max-width: 1024px;
  }

  .lg\:focus\:max-w-screen-xl:focus {
    max-width: 1280px;
  }

  .lg\:focus\:max-w-screen-2xl:focus {
    max-width: 1536px;
  }

  .lg\:active\:max-w-0:active {
    max-width: 0rem;
  }

  .lg\:active\:max-w-none:active {
    max-width: none;
  }

  .lg\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .lg\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .lg\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .lg\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .lg\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .lg\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .lg\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .lg\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .lg\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .lg\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .lg\:active\:max-w-7xl:active {
    max-width: 80rem;
  }

  .lg\:active\:max-w-full:active {
    max-width: 100%;
  }

  .lg\:active\:max-w-min:active {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:active\:max-w-max:active {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:active\:max-w-prose:active {
    max-width: 65ch;
  }

  .lg\:active\:max-w-screen-sm:active {
    max-width: 640px;
  }

  .lg\:active\:max-w-screen-md:active {
    max-width: 768px;
  }

  .lg\:active\:max-w-screen-lg:active {
    max-width: 1024px;
  }

  .lg\:active\:max-w-screen-xl:active {
    max-width: 1280px;
  }

  .lg\:active\:max-w-screen-2xl:active {
    max-width: 1536px;
  }

  .lg\:visited\:max-w-0:visited {
    max-width: 0rem;
  }

  .lg\:visited\:max-w-none:visited {
    max-width: none;
  }

  .lg\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .lg\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .lg\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .lg\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .lg\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .lg\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .lg\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .lg\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .lg\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .lg\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .lg\:visited\:max-w-7xl:visited {
    max-width: 80rem;
  }

  .lg\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .lg\:visited\:max-w-min:visited {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:visited\:max-w-max:visited {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:visited\:max-w-prose:visited {
    max-width: 65ch;
  }

  .lg\:visited\:max-w-screen-sm:visited {
    max-width: 640px;
  }

  .lg\:visited\:max-w-screen-md:visited {
    max-width: 768px;
  }

  .lg\:visited\:max-w-screen-lg:visited {
    max-width: 1024px;
  }

  .lg\:visited\:max-w-screen-xl:visited {
    max-width: 1280px;
  }

  .lg\:visited\:max-w-screen-2xl:visited {
    max-width: 1536px;
  }

  .lg\:disabled\:max-w-0:disabled {
    max-width: 0rem;
  }

  .lg\:disabled\:max-w-none:disabled {
    max-width: none;
  }

  .lg\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .lg\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .lg\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .lg\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .lg\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .lg\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .lg\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .lg\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .lg\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .lg\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .lg\:disabled\:max-w-7xl:disabled {
    max-width: 80rem;
  }

  .lg\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .lg\:disabled\:max-w-min:disabled {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:disabled\:max-w-max:disabled {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:disabled\:max-w-prose:disabled {
    max-width: 65ch;
  }

  .lg\:disabled\:max-w-screen-sm:disabled {
    max-width: 640px;
  }

  .lg\:disabled\:max-w-screen-md:disabled {
    max-width: 768px;
  }

  .lg\:disabled\:max-w-screen-lg:disabled {
    max-width: 1024px;
  }

  .lg\:disabled\:max-w-screen-xl:disabled {
    max-width: 1280px;
  }

  .lg\:disabled\:max-w-screen-2xl:disabled {
    max-width: 1536px;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .lg\:group-hover\:min-h-0 {
    min-height: 0px;
  }

  .group:hover .lg\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .lg\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:focus-within\:min-h-0:focus-within {
    min-height: 0px;
  }

  .lg\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .lg\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .lg\:first\:min-h-0:first-child {
    min-height: 0px;
  }

  .lg\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .lg\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .lg\:last\:min-h-0:last-child {
    min-height: 0px;
  }

  .lg\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .lg\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .lg\:odd\:min-h-0:nth-child(odd) {
    min-height: 0px;
  }

  .lg\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .lg\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .lg\:even\:min-h-0:nth-child(even) {
    min-height: 0px;
  }

  .lg\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .lg\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .lg\:hover\:min-h-0:hover {
    min-height: 0px;
  }

  .lg\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .lg\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .lg\:focus\:min-h-0:focus {
    min-height: 0px;
  }

  .lg\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .lg\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .lg\:active\:min-h-0:active {
    min-height: 0px;
  }

  .lg\:active\:min-h-full:active {
    min-height: 100%;
  }

  .lg\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .lg\:visited\:min-h-0:visited {
    min-height: 0px;
  }

  .lg\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .lg\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .lg\:disabled\:min-h-0:disabled {
    min-height: 0px;
  }

  .lg\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .lg\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .group:hover .lg\:group-hover\:min-w-0 {
    min-width: 0px;
  }

  .group:hover .lg\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .group:hover .lg\:group-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .group:hover .lg\:group-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:focus-within\:min-w-0:focus-within {
    min-width: 0px;
  }

  .lg\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .lg\:focus-within\:min-w-min:focus-within {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:focus-within\:min-w-max:focus-within {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:first\:min-w-0:first-child {
    min-width: 0px;
  }

  .lg\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .lg\:first\:min-w-min:first-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:first\:min-w-max:first-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:last\:min-w-0:last-child {
    min-width: 0px;
  }

  .lg\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .lg\:last\:min-w-min:last-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:last\:min-w-max:last-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:odd\:min-w-0:nth-child(odd) {
    min-width: 0px;
  }

  .lg\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .lg\:odd\:min-w-min:nth-child(odd) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:odd\:min-w-max:nth-child(odd) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:even\:min-w-0:nth-child(even) {
    min-width: 0px;
  }

  .lg\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .lg\:even\:min-w-min:nth-child(even) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:even\:min-w-max:nth-child(even) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:hover\:min-w-0:hover {
    min-width: 0px;
  }

  .lg\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .lg\:hover\:min-w-min:hover {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:hover\:min-w-max:hover {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:focus\:min-w-0:focus {
    min-width: 0px;
  }

  .lg\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .lg\:focus\:min-w-min:focus {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:focus\:min-w-max:focus {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:active\:min-w-0:active {
    min-width: 0px;
  }

  .lg\:active\:min-w-full:active {
    min-width: 100%;
  }

  .lg\:active\:min-w-min:active {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:active\:min-w-max:active {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:visited\:min-w-0:visited {
    min-width: 0px;
  }

  .lg\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .lg\:visited\:min-w-min:visited {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:visited\:min-w-max:visited {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:disabled\:min-w-0:disabled {
    min-width: 0px;
  }

  .lg\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .lg\:disabled\:min-w-min:disabled {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:disabled\:min-w-max:disabled {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .lg\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .lg\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .lg\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .lg\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:odd\:object-contain:nth-child(odd) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:odd\:object-cover:nth-child(odd) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:odd\:object-fill:nth-child(odd) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:odd\:object-none:nth-child(odd) {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:odd\:object-scale-down:nth-child(odd) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:even\:object-contain:nth-child(even) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:even\:object-cover:nth-child(even) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:even\:object-fill:nth-child(even) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:even\:object-none:nth-child(even) {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:even\:object-scale-down:nth-child(even) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:visited\:object-contain:visited {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:visited\:object-cover:visited {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:visited\:object-fill:visited {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:visited\:object-none:visited {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:visited\:object-scale-down:visited {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:disabled\:object-contain:disabled {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:disabled\:object-cover:disabled {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:disabled\:object-fill:disabled {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:disabled\:object-none:disabled {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:disabled\:object-scale-down:disabled {
    -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;
  }

  .group:hover .lg\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .lg\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .lg\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .lg\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .lg\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .lg\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .lg\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .lg\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .lg\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:odd\:object-bottom:nth-child(odd) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:odd\:object-center:nth-child(odd) {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:odd\:object-left:nth-child(odd) {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:odd\:object-left-bottom:nth-child(odd) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:odd\:object-left-top:nth-child(odd) {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:odd\:object-right:nth-child(odd) {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:odd\:object-right-bottom:nth-child(odd) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:odd\:object-right-top:nth-child(odd) {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:odd\:object-top:nth-child(odd) {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:even\:object-bottom:nth-child(even) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:even\:object-center:nth-child(even) {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:even\:object-left:nth-child(even) {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:even\:object-left-bottom:nth-child(even) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:even\:object-left-top:nth-child(even) {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:even\:object-right:nth-child(even) {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:even\:object-right-bottom:nth-child(even) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:even\:object-right-top:nth-child(even) {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:even\:object-top:nth-child(even) {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:visited\:object-bottom:visited {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:visited\:object-center:visited {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:visited\:object-left:visited {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:visited\:object-left-bottom:visited {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:visited\:object-left-top:visited {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:visited\:object-right:visited {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:visited\:object-right-bottom:visited {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:visited\:object-right-top:visited {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:visited\:object-top:visited {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:disabled\:object-bottom:disabled {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:disabled\:object-center:disabled {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:disabled\:object-left:disabled {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:disabled\:object-left-bottom:disabled {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:disabled\:object-left-top:disabled {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:disabled\:object-right:disabled {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:disabled\:object-right-bottom:disabled {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:disabled\:object-right-top:disabled {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:disabled\:object-top:disabled {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .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-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-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\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .lg\:first\:opacity-5:first-child {
    opacity: 0.05;
  }

  .lg\:first\:opacity-10:first-child {
    opacity: 0.1;
  }

  .lg\:first\:opacity-20:first-child {
    opacity: 0.2;
  }

  .lg\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .lg\:first\:opacity-30:first-child {
    opacity: 0.3;
  }

  .lg\:first\:opacity-40:first-child {
    opacity: 0.4;
  }

  .lg\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .lg\:first\:opacity-60:first-child {
    opacity: 0.6;
  }

  .lg\:first\:opacity-70:first-child {
    opacity: 0.7;
  }

  .lg\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .lg\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .lg\:first\:opacity-90:first-child {
    opacity: 0.9;
  }

  .lg\:first\:opacity-95:first-child {
    opacity: 0.95;
  }

  .lg\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .lg\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .lg\:last\:opacity-5:last-child {
    opacity: 0.05;
  }

  .lg\:last\:opacity-10:last-child {
    opacity: 0.1;
  }

  .lg\:last\:opacity-20:last-child {
    opacity: 0.2;
  }

  .lg\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .lg\:last\:opacity-30:last-child {
    opacity: 0.3;
  }

  .lg\:last\:opacity-40:last-child {
    opacity: 0.4;
  }

  .lg\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .lg\:last\:opacity-60:last-child {
    opacity: 0.6;
  }

  .lg\:last\:opacity-70:last-child {
    opacity: 0.7;
  }

  .lg\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .lg\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .lg\:last\:opacity-90:last-child {
    opacity: 0.9;
  }

  .lg\:last\:opacity-95:last-child {
    opacity: 0.95;
  }

  .lg\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .lg\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .lg\:odd\:opacity-5:nth-child(odd) {
    opacity: 0.05;
  }

  .lg\:odd\:opacity-10:nth-child(odd) {
    opacity: 0.1;
  }

  .lg\:odd\:opacity-20:nth-child(odd) {
    opacity: 0.2;
  }

  .lg\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .lg\:odd\:opacity-30:nth-child(odd) {
    opacity: 0.3;
  }

  .lg\:odd\:opacity-40:nth-child(odd) {
    opacity: 0.4;
  }

  .lg\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .lg\:odd\:opacity-60:nth-child(odd) {
    opacity: 0.6;
  }

  .lg\:odd\:opacity-70:nth-child(odd) {
    opacity: 0.7;
  }

  .lg\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .lg\:odd\:opacity-80:nth-child(odd) {
    opacity: 0.8;
  }

  .lg\:odd\:opacity-90:nth-child(odd) {
    opacity: 0.9;
  }

  .lg\:odd\:opacity-95:nth-child(odd) {
    opacity: 0.95;
  }

  .lg\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .lg\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .lg\:even\:opacity-5:nth-child(even) {
    opacity: 0.05;
  }

  .lg\:even\:opacity-10:nth-child(even) {
    opacity: 0.1;
  }

  .lg\:even\:opacity-20:nth-child(even) {
    opacity: 0.2;
  }

  .lg\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .lg\:even\:opacity-30:nth-child(even) {
    opacity: 0.3;
  }

  .lg\:even\:opacity-40:nth-child(even) {
    opacity: 0.4;
  }

  .lg\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .lg\:even\:opacity-60:nth-child(even) {
    opacity: 0.6;
  }

  .lg\:even\:opacity-70:nth-child(even) {
    opacity: 0.7;
  }

  .lg\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .lg\:even\:opacity-80:nth-child(even) {
    opacity: 0.8;
  }

  .lg\:even\:opacity-90:nth-child(even) {
    opacity: 0.9;
  }

  .lg\:even\:opacity-95:nth-child(even) {
    opacity: 0.95;
  }

  .lg\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .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-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\:active\:opacity-0:active {
    opacity: 0;
  }

  .lg\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .lg\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .lg\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .lg\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .lg\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .lg\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .lg\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .lg\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .lg\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .lg\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .lg\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .lg\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .lg\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .lg\:active\:opacity-100:active {
    opacity: 1;
  }

  .lg\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .lg\:visited\:opacity-5:visited {
    opacity: 0.05;
  }

  .lg\:visited\:opacity-10:visited {
    opacity: 0.1;
  }

  .lg\:visited\:opacity-20:visited {
    opacity: 0.2;
  }

  .lg\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .lg\:visited\:opacity-30:visited {
    opacity: 0.3;
  }

  .lg\:visited\:opacity-40:visited {
    opacity: 0.4;
  }

  .lg\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .lg\:visited\:opacity-60:visited {
    opacity: 0.6;
  }

  .lg\:visited\:opacity-70:visited {
    opacity: 0.7;
  }

  .lg\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .lg\:visited\:opacity-80:visited {
    opacity: 0.8;
  }

  .lg\:visited\:opacity-90:visited {
    opacity: 0.9;
  }

  .lg\:visited\:opacity-95:visited {
    opacity: 0.95;
  }

  .lg\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .lg\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .lg\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .lg\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .lg\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .lg\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .lg\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .lg\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .lg\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .lg\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .lg\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .lg\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .lg\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .lg\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .lg\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .lg\:group-hover\: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\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:odd\:outline-none:nth-child(odd) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:odd\:outline-white:nth-child(odd) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:odd\:outline-black:nth-child(odd) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:even\:outline-none:nth-child(even) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:even\:outline-white:nth-child(even) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:even\:outline-black:nth-child(even) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:hover\:outline-black:hover {
    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\:active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:active\:outline-white:active {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:active\:outline-black:active {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:visited\:outline-none:visited {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:visited\:outline-white:visited {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:visited\:outline-black:visited {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:disabled\:outline-none:disabled {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:disabled\:outline-white:disabled {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:disabled\:outline-black:disabled {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .lg\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .lg\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .lg\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .lg\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .lg\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .lg\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .lg\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .lg\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .lg\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .lg\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .lg\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .lg\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .lg\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .lg\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .lg\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .lg\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .lg\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .lg\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .lg\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .lg\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .lg\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .lg\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .lg\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .lg\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .lg\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .lg\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .lg\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .lg\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .lg\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .lg\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .lg\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .lg\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .lg\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .lg\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .lg\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .lg\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .lg\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .lg\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .lg\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .lg\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .lg\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .lg\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .lg\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .lg\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .lg\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .lg\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .lg\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .lg\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .lg\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .lg\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .lg\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .lg\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .lg\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .lg\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .lg\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .lg\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .lg\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .lg\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .lg\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .lg\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .lg\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .lg\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .lg\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .lg\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .lg\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .lg\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .lg\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .lg\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .lg\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .lg\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .lg\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .lg\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .lg\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .lg\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .lg\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .lg\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .lg\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .lg\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .lg\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .lg\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .lg\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .lg\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .lg\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .lg\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .lg\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .lg\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .lg\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .lg\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .lg\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .lg\:active\:overflow-auto:active {
    overflow: auto;
  }

  .lg\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .lg\:active\:overflow-visible:active {
    overflow: visible;
  }

  .lg\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .lg\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .lg\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .lg\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .lg\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .lg\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .lg\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .lg\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .lg\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .lg\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .lg\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .lg\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .lg\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .lg\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .lg\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .lg\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .lg\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .lg\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .lg\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .lg\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .lg\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .lg\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .lg\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .lg\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .lg\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .lg\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .lg\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .lg\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .lg\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .lg\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .lg\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .lg\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .lg\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .group:hover .lg\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .lg\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .lg\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .lg\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .lg\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:focus-within\:overscroll-auto:focus-within {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:focus-within\:overscroll-contain:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:focus-within\:overscroll-none:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:focus-within\:overscroll-y-auto:focus-within {
    overscroll-behavior-y: auto;
  }

  .lg\:focus-within\:overscroll-y-contain:focus-within {
    overscroll-behavior-y: contain;
  }

  .lg\:focus-within\:overscroll-y-none:focus-within {
    overscroll-behavior-y: none;
  }

  .lg\:focus-within\:overscroll-x-auto:focus-within {
    overscroll-behavior-x: auto;
  }

  .lg\:focus-within\:overscroll-x-contain:focus-within {
    overscroll-behavior-x: contain;
  }

  .lg\:focus-within\:overscroll-x-none:focus-within {
    overscroll-behavior-x: none;
  }

  .lg\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .lg\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .lg\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .lg\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .lg\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .lg\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .lg\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .lg\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .lg\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .lg\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .lg\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .lg\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .lg\:odd\:overscroll-auto:nth-child(odd) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:odd\:overscroll-contain:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:odd\:overscroll-none:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:odd\:overscroll-y-auto:nth-child(odd) {
    overscroll-behavior-y: auto;
  }

  .lg\:odd\:overscroll-y-contain:nth-child(odd) {
    overscroll-behavior-y: contain;
  }

  .lg\:odd\:overscroll-y-none:nth-child(odd) {
    overscroll-behavior-y: none;
  }

  .lg\:odd\:overscroll-x-auto:nth-child(odd) {
    overscroll-behavior-x: auto;
  }

  .lg\:odd\:overscroll-x-contain:nth-child(odd) {
    overscroll-behavior-x: contain;
  }

  .lg\:odd\:overscroll-x-none:nth-child(odd) {
    overscroll-behavior-x: none;
  }

  .lg\:even\:overscroll-auto:nth-child(even) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:even\:overscroll-contain:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:even\:overscroll-none:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:even\:overscroll-y-auto:nth-child(even) {
    overscroll-behavior-y: auto;
  }

  .lg\:even\:overscroll-y-contain:nth-child(even) {
    overscroll-behavior-y: contain;
  }

  .lg\:even\:overscroll-y-none:nth-child(even) {
    overscroll-behavior-y: none;
  }

  .lg\:even\:overscroll-x-auto:nth-child(even) {
    overscroll-behavior-x: auto;
  }

  .lg\:even\:overscroll-x-contain:nth-child(even) {
    overscroll-behavior-x: contain;
  }

  .lg\:even\:overscroll-x-none:nth-child(even) {
    overscroll-behavior-x: none;
  }

  .lg\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .lg\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .lg\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .lg\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .lg\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .lg\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .lg\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .lg\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .lg\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .lg\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .lg\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .lg\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .lg\:active\:overscroll-auto:active {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:active\:overscroll-contain:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:active\:overscroll-none:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:active\:overscroll-y-auto:active {
    overscroll-behavior-y: auto;
  }

  .lg\:active\:overscroll-y-contain:active {
    overscroll-behavior-y: contain;
  }

  .lg\:active\:overscroll-y-none:active {
    overscroll-behavior-y: none;
  }

  .lg\:active\:overscroll-x-auto:active {
    overscroll-behavior-x: auto;
  }

  .lg\:active\:overscroll-x-contain:active {
    overscroll-behavior-x: contain;
  }

  .lg\:active\:overscroll-x-none:active {
    overscroll-behavior-x: none;
  }

  .lg\:visited\:overscroll-auto:visited {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:visited\:overscroll-contain:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:visited\:overscroll-none:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:visited\:overscroll-y-auto:visited {
    overscroll-behavior-y: auto;
  }

  .lg\:visited\:overscroll-y-contain:visited {
    overscroll-behavior-y: contain;
  }

  .lg\:visited\:overscroll-y-none:visited {
    overscroll-behavior-y: none;
  }

  .lg\:visited\:overscroll-x-auto:visited {
    overscroll-behavior-x: auto;
  }

  .lg\:visited\:overscroll-x-contain:visited {
    overscroll-behavior-x: contain;
  }

  .lg\:visited\:overscroll-x-none:visited {
    overscroll-behavior-x: none;
  }

  .lg\:disabled\:overscroll-auto:disabled {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:disabled\:overscroll-contain:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:disabled\:overscroll-none:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:disabled\:overscroll-y-auto:disabled {
    overscroll-behavior-y: auto;
  }

  .lg\:disabled\:overscroll-y-contain:disabled {
    overscroll-behavior-y: contain;
  }

  .lg\:disabled\:overscroll-y-none:disabled {
    overscroll-behavior-y: none;
  }

  .lg\:disabled\:overscroll-x-auto:disabled {
    overscroll-behavior-x: auto;
  }

  .lg\:disabled\:overscroll-x-contain:disabled {
    overscroll-behavior-x: contain;
  }

  .lg\:disabled\:overscroll-x-none:disabled {
    overscroll-behavior-x: none;
  }

  .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\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .group:hover .lg\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .lg\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .lg\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .lg\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .lg\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .lg\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .lg\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .lg\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .lg\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .lg\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .lg\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .lg\:group-hover\:p-11 {
    padding: 2.75rem;
  }

  .group:hover .lg\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .lg\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .lg\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .lg\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .lg\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .lg\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .lg\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .lg\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .lg\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .lg\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .lg\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .lg\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .lg\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .lg\:group-hover\:p-60 {
    padding: 15rem;
  }

  .group:hover .lg\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .lg\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .lg\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .lg\:group-hover\:p-96 {
    padding: 24rem;
  }

  .group:hover .lg\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .lg\:group-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .group:hover .lg\:group-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .group:hover .lg\:group-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .group:hover .lg\:group-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .group:hover .lg\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .lg\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .group:hover .lg\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .lg\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .lg\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .lg\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .lg\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .group:hover .lg\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .lg\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .lg\:group-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .group:hover .lg\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .group:hover .lg\:group-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .group:hover .lg\:group-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .group:hover .lg\:group-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .group:hover .lg\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .lg\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .lg\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .lg\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .lg\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .lg\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .lg\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .lg\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .lg\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .group:hover .lg\:group-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .group:hover .lg\:group-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .group:hover .lg\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .lg\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .lg\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .lg\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .lg\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .lg\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .lg\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .lg\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .lg\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .lg\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .lg\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .lg\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .lg\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .lg\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .lg\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .lg\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .lg\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .lg\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .lg\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .lg\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .lg\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .lg\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .lg\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .lg\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .lg\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .lg\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .lg\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .lg\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .lg\:group-hover\:pt-60 {
    padding-top: 15rem;
  }

  .group:hover .lg\:group-hover\:pr-60 {
    padding-right: 15rem;
  }

  .group:hover .lg\:group-hover\:pb-60 {
    padding-bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:pl-60 {
    padding-left: 15rem;
  }

  .group:hover .lg\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .lg\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .lg\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .lg\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .lg\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .lg\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .lg\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .lg\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .lg\:group-hover\:pt-96 {
    padding-top: 24rem;
  }

  .group:hover .lg\:group-hover\:pr-96 {
    padding-right: 24rem;
  }

  .group:hover .lg\:group-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:pl-96 {
    padding-left: 24rem;
  }

  .group:hover .lg\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .lg\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .lg\:group-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .group:hover .lg\:group-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .group:hover .lg\:group-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .group:hover .lg\:group-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .group:hover .lg\:group-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .group:hover .lg\:group-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .group:hover .lg\:group-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .group:hover .lg\:group-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .group:hover .lg\:group-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .group:hover .lg\:group-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .group:hover .lg\:group-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .group:hover .lg\:group-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:focus-within\:p-0:focus-within {
    padding: 0px;
  }

  .lg\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .lg\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .lg\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .lg\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .lg\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .lg\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .lg\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .lg\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .lg\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .lg\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .lg\:focus-within\:p-11:focus-within {
    padding: 2.75rem;
  }

  .lg\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .lg\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .lg\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .lg\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .lg\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .lg\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .lg\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .lg\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .lg\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .lg\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .lg\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .lg\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .lg\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .lg\:focus-within\:p-60:focus-within {
    padding: 15rem;
  }

  .lg\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .lg\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .lg\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .lg\:focus-within\:p-96:focus-within {
    padding: 24rem;
  }

  .lg\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .lg\:focus-within\:p-0\.5:focus-within {
    padding: 0.125rem;
  }

  .lg\:focus-within\:p-1\.5:focus-within {
    padding: 0.375rem;
  }

  .lg\:focus-within\:p-2\.5:focus-within {
    padding: 0.625rem;
  }

  .lg\:focus-within\:p-3\.5:focus-within {
    padding: 0.875rem;
  }

  .lg\:focus-within\:py-0:focus-within {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:focus-within\:px-0:focus-within {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:py-11:focus-within {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:focus-within\:px-11:focus-within {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus-within\:py-60:focus-within {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:focus-within\:px-60:focus-within {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:focus-within\:py-96:focus-within {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:focus-within\:px-96:focus-within {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus-within\:py-0\.5:focus-within {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:focus-within\:px-0\.5:focus-within {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:focus-within\:py-1\.5:focus-within {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:focus-within\:px-1\.5:focus-within {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:focus-within\:py-2\.5:focus-within {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:focus-within\:px-2\.5:focus-within {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:focus-within\:py-3\.5:focus-within {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:focus-within\:px-3\.5:focus-within {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:focus-within\:pt-0:focus-within {
    padding-top: 0px;
  }

  .lg\:focus-within\:pr-0:focus-within {
    padding-right: 0px;
  }

  .lg\:focus-within\:pb-0:focus-within {
    padding-bottom: 0px;
  }

  .lg\:focus-within\:pl-0:focus-within {
    padding-left: 0px;
  }

  .lg\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .lg\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .lg\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .lg\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .lg\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .lg\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .lg\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .lg\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .lg\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .lg\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .lg\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .lg\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .lg\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .lg\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .lg\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .lg\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .lg\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .lg\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .lg\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .lg\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .lg\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .lg\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .lg\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .lg\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .lg\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .lg\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .lg\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .lg\:focus-within\:pt-11:focus-within {
    padding-top: 2.75rem;
  }

  .lg\:focus-within\:pr-11:focus-within {
    padding-right: 2.75rem;
  }

  .lg\:focus-within\:pb-11:focus-within {
    padding-bottom: 2.75rem;
  }

  .lg\:focus-within\:pl-11:focus-within {
    padding-left: 2.75rem;
  }

  .lg\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .lg\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .lg\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .lg\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .lg\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .lg\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .lg\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .lg\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .lg\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .lg\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .lg\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .lg\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .lg\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .lg\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .lg\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .lg\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .lg\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .lg\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .lg\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .lg\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .lg\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .lg\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .lg\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .lg\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .lg\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .lg\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .lg\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .lg\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .lg\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .lg\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .lg\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .lg\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .lg\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .lg\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .lg\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .lg\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .lg\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .lg\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .lg\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .lg\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .lg\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .lg\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .lg\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .lg\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .lg\:focus-within\:pt-60:focus-within {
    padding-top: 15rem;
  }

  .lg\:focus-within\:pr-60:focus-within {
    padding-right: 15rem;
  }

  .lg\:focus-within\:pb-60:focus-within {
    padding-bottom: 15rem;
  }

  .lg\:focus-within\:pl-60:focus-within {
    padding-left: 15rem;
  }

  .lg\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .lg\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .lg\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .lg\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .lg\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .lg\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .lg\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .lg\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .lg\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .lg\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .lg\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .lg\:focus-within\:pt-96:focus-within {
    padding-top: 24rem;
  }

  .lg\:focus-within\:pr-96:focus-within {
    padding-right: 24rem;
  }

  .lg\:focus-within\:pb-96:focus-within {
    padding-bottom: 24rem;
  }

  .lg\:focus-within\:pl-96:focus-within {
    padding-left: 24rem;
  }

  .lg\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .lg\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .lg\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .lg\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .lg\:focus-within\:pt-0\.5:focus-within {
    padding-top: 0.125rem;
  }

  .lg\:focus-within\:pr-0\.5:focus-within {
    padding-right: 0.125rem;
  }

  .lg\:focus-within\:pb-0\.5:focus-within {
    padding-bottom: 0.125rem;
  }

  .lg\:focus-within\:pl-0\.5:focus-within {
    padding-left: 0.125rem;
  }

  .lg\:focus-within\:pt-1\.5:focus-within {
    padding-top: 0.375rem;
  }

  .lg\:focus-within\:pr-1\.5:focus-within {
    padding-right: 0.375rem;
  }

  .lg\:focus-within\:pb-1\.5:focus-within {
    padding-bottom: 0.375rem;
  }

  .lg\:focus-within\:pl-1\.5:focus-within {
    padding-left: 0.375rem;
  }

  .lg\:focus-within\:pt-2\.5:focus-within {
    padding-top: 0.625rem;
  }

  .lg\:focus-within\:pr-2\.5:focus-within {
    padding-right: 0.625rem;
  }

  .lg\:focus-within\:pb-2\.5:focus-within {
    padding-bottom: 0.625rem;
  }

  .lg\:focus-within\:pl-2\.5:focus-within {
    padding-left: 0.625rem;
  }

  .lg\:focus-within\:pt-3\.5:focus-within {
    padding-top: 0.875rem;
  }

  .lg\:focus-within\:pr-3\.5:focus-within {
    padding-right: 0.875rem;
  }

  .lg\:focus-within\:pb-3\.5:focus-within {
    padding-bottom: 0.875rem;
  }

  .lg\:focus-within\:pl-3\.5:focus-within {
    padding-left: 0.875rem;
  }

  .lg\:first\:p-0:first-child {
    padding: 0px;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .lg\:first\:p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .lg\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .lg\:first\:p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .lg\:first\:p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:p-28:first-child {
    padding: 7rem;
  }

  .lg\:first\:p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:p-36:first-child {
    padding: 9rem;
  }

  .lg\:first\:p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:p-44:first-child {
    padding: 11rem;
  }

  .lg\:first\:p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:p-52:first-child {
    padding: 13rem;
  }

  .lg\:first\:p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:p-60:first-child {
    padding: 15rem;
  }

  .lg\:first\:p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:p-72:first-child {
    padding: 18rem;
  }

  .lg\:first\:p-80:first-child {
    padding: 20rem;
  }

  .lg\:first\:p-96:first-child {
    padding: 24rem;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:p-0\.5:first-child {
    padding: 0.125rem;
  }

  .lg\:first\:p-1\.5:first-child {
    padding: 0.375rem;
  }

  .lg\:first\:p-2\.5:first-child {
    padding: 0.625rem;
  }

  .lg\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:py-0\.5:first-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:first\:px-0\.5:first-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:first\:py-1\.5:first-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:first\:px-1\.5:first-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:first\:py-2\.5:first-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:first\:px-2\.5:first-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .lg\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .lg\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .lg\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .lg\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .lg\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .lg\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .lg\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .lg\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .lg\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .lg\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .lg\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .lg\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .lg\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .lg\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .lg\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .lg\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .lg\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .lg\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .lg\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .lg\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .lg\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .lg\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .lg\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .lg\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .lg\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .lg\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .lg\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .lg\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .lg\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .lg\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .lg\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:first\:pt-0\.5:first-child {
    padding-top: 0.125rem;
  }

  .lg\:first\:pr-0\.5:first-child {
    padding-right: 0.125rem;
  }

  .lg\:first\:pb-0\.5:first-child {
    padding-bottom: 0.125rem;
  }

  .lg\:first\:pl-0\.5:first-child {
    padding-left: 0.125rem;
  }

  .lg\:first\:pt-1\.5:first-child {
    padding-top: 0.375rem;
  }

  .lg\:first\:pr-1\.5:first-child {
    padding-right: 0.375rem;
  }

  .lg\:first\:pb-1\.5:first-child {
    padding-bottom: 0.375rem;
  }

  .lg\:first\:pl-1\.5:first-child {
    padding-left: 0.375rem;
  }

  .lg\:first\:pt-2\.5:first-child {
    padding-top: 0.625rem;
  }

  .lg\:first\:pr-2\.5:first-child {
    padding-right: 0.625rem;
  }

  .lg\:first\:pb-2\.5:first-child {
    padding-bottom: 0.625rem;
  }

  .lg\:first\:pl-2\.5:first-child {
    padding-left: 0.625rem;
  }

  .lg\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .lg\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .lg\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .lg\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .lg\:last\:p-0:last-child {
    padding: 0px;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .lg\:last\:p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .lg\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .lg\:last\:p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .lg\:last\:p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:p-28:last-child {
    padding: 7rem;
  }

  .lg\:last\:p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:p-36:last-child {
    padding: 9rem;
  }

  .lg\:last\:p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:p-44:last-child {
    padding: 11rem;
  }

  .lg\:last\:p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:p-52:last-child {
    padding: 13rem;
  }

  .lg\:last\:p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:p-60:last-child {
    padding: 15rem;
  }

  .lg\:last\:p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:p-72:last-child {
    padding: 18rem;
  }

  .lg\:last\:p-80:last-child {
    padding: 20rem;
  }

  .lg\:last\:p-96:last-child {
    padding: 24rem;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:p-0\.5:last-child {
    padding: 0.125rem;
  }

  .lg\:last\:p-1\.5:last-child {
    padding: 0.375rem;
  }

  .lg\:last\:p-2\.5:last-child {
    padding: 0.625rem;
  }

  .lg\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:py-0\.5:last-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:last\:px-0\.5:last-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:last\:py-1\.5:last-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:last\:px-1\.5:last-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:last\:py-2\.5:last-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:last\:px-2\.5:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .lg\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .lg\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .lg\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .lg\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .lg\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .lg\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .lg\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .lg\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .lg\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .lg\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .lg\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .lg\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .lg\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .lg\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .lg\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .lg\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .lg\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .lg\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .lg\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .lg\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .lg\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .lg\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .lg\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .lg\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .lg\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .lg\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .lg\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .lg\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .lg\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .lg\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .lg\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .lg\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:last\:pt-0\.5:last-child {
    padding-top: 0.125rem;
  }

  .lg\:last\:pr-0\.5:last-child {
    padding-right: 0.125rem;
  }

  .lg\:last\:pb-0\.5:last-child {
    padding-bottom: 0.125rem;
  }

  .lg\:last\:pl-0\.5:last-child {
    padding-left: 0.125rem;
  }

  .lg\:last\:pt-1\.5:last-child {
    padding-top: 0.375rem;
  }

  .lg\:last\:pr-1\.5:last-child {
    padding-right: 0.375rem;
  }

  .lg\:last\:pb-1\.5:last-child {
    padding-bottom: 0.375rem;
  }

  .lg\:last\:pl-1\.5:last-child {
    padding-left: 0.375rem;
  }

  .lg\:last\:pt-2\.5:last-child {
    padding-top: 0.625rem;
  }

  .lg\:last\:pr-2\.5:last-child {
    padding-right: 0.625rem;
  }

  .lg\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }

  .lg\:last\:pl-2\.5:last-child {
    padding-left: 0.625rem;
  }

  .lg\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .lg\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .lg\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .lg\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .lg\:odd\:p-0:nth-child(odd) {
    padding: 0px;
  }

  .lg\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .lg\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .lg\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .lg\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .lg\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .lg\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .lg\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .lg\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .lg\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .lg\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .lg\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .lg\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .lg\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .lg\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .lg\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .lg\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .lg\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .lg\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .lg\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .lg\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .lg\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .lg\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .lg\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .lg\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .lg\:odd\:p-60:nth-child(odd) {
    padding: 15rem;
  }

  .lg\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .lg\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .lg\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .lg\:odd\:p-96:nth-child(odd) {
    padding: 24rem;
  }

  .lg\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .lg\:odd\:p-0\.5:nth-child(odd) {
    padding: 0.125rem;
  }

  .lg\:odd\:p-1\.5:nth-child(odd) {
    padding: 0.375rem;
  }

  .lg\:odd\:p-2\.5:nth-child(odd) {
    padding: 0.625rem;
  }

  .lg\:odd\:p-3\.5:nth-child(odd) {
    padding: 0.875rem;
  }

  .lg\:odd\:py-0:nth-child(odd) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:odd\:px-0:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:odd\:py-60:nth-child(odd) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:odd\:px-60:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:odd\:py-96:nth-child(odd) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:odd\:px-96:nth-child(odd) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:odd\:py-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:odd\:px-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:odd\:py-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:odd\:px-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:odd\:py-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:odd\:px-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:odd\:py-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:odd\:px-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:odd\:pt-0:nth-child(odd) {
    padding-top: 0px;
  }

  .lg\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .lg\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0px;
  }

  .lg\:odd\:pl-0:nth-child(odd) {
    padding-left: 0px;
  }

  .lg\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .lg\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .lg\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .lg\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .lg\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .lg\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .lg\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .lg\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .lg\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .lg\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .lg\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .lg\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .lg\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .lg\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .lg\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .lg\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .lg\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .lg\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .lg\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .lg\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .lg\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .lg\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .lg\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .lg\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .lg\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .lg\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .lg\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .lg\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .lg\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .lg\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .lg\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .lg\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .lg\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .lg\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .lg\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .lg\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .lg\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .lg\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .lg\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .lg\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .lg\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .lg\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .lg\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .lg\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .lg\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .lg\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .lg\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .lg\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .lg\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .lg\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .lg\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .lg\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .lg\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .lg\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .lg\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .lg\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .lg\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .lg\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .lg\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .lg\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .lg\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .lg\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .lg\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .lg\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .lg\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .lg\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .lg\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .lg\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .lg\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .lg\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .lg\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .lg\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .lg\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .lg\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .lg\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .lg\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .lg\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .lg\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .lg\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .lg\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .lg\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .lg\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .lg\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .lg\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .lg\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .lg\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .lg\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .lg\:odd\:pt-60:nth-child(odd) {
    padding-top: 15rem;
  }

  .lg\:odd\:pr-60:nth-child(odd) {
    padding-right: 15rem;
  }

  .lg\:odd\:pb-60:nth-child(odd) {
    padding-bottom: 15rem;
  }

  .lg\:odd\:pl-60:nth-child(odd) {
    padding-left: 15rem;
  }

  .lg\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .lg\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .lg\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .lg\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .lg\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .lg\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .lg\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .lg\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .lg\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .lg\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .lg\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .lg\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .lg\:odd\:pt-96:nth-child(odd) {
    padding-top: 24rem;
  }

  .lg\:odd\:pr-96:nth-child(odd) {
    padding-right: 24rem;
  }

  .lg\:odd\:pb-96:nth-child(odd) {
    padding-bottom: 24rem;
  }

  .lg\:odd\:pl-96:nth-child(odd) {
    padding-left: 24rem;
  }

  .lg\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .lg\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .lg\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .lg\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .lg\:odd\:pt-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
  }

  .lg\:odd\:pr-0\.5:nth-child(odd) {
    padding-right: 0.125rem;
  }

  .lg\:odd\:pb-0\.5:nth-child(odd) {
    padding-bottom: 0.125rem;
  }

  .lg\:odd\:pl-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
  }

  .lg\:odd\:pt-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
  }

  .lg\:odd\:pr-1\.5:nth-child(odd) {
    padding-right: 0.375rem;
  }

  .lg\:odd\:pb-1\.5:nth-child(odd) {
    padding-bottom: 0.375rem;
  }

  .lg\:odd\:pl-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
  }

  .lg\:odd\:pt-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
  }

  .lg\:odd\:pr-2\.5:nth-child(odd) {
    padding-right: 0.625rem;
  }

  .lg\:odd\:pb-2\.5:nth-child(odd) {
    padding-bottom: 0.625rem;
  }

  .lg\:odd\:pl-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
  }

  .lg\:odd\:pt-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
  }

  .lg\:odd\:pr-3\.5:nth-child(odd) {
    padding-right: 0.875rem;
  }

  .lg\:odd\:pb-3\.5:nth-child(odd) {
    padding-bottom: 0.875rem;
  }

  .lg\:odd\:pl-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
  }

  .lg\:even\:p-0:nth-child(even) {
    padding: 0px;
  }

  .lg\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .lg\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .lg\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .lg\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .lg\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .lg\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .lg\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .lg\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .lg\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .lg\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .lg\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .lg\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .lg\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .lg\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .lg\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .lg\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .lg\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .lg\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .lg\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .lg\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .lg\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .lg\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .lg\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .lg\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .lg\:even\:p-60:nth-child(even) {
    padding: 15rem;
  }

  .lg\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .lg\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .lg\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .lg\:even\:p-96:nth-child(even) {
    padding: 24rem;
  }

  .lg\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .lg\:even\:p-0\.5:nth-child(even) {
    padding: 0.125rem;
  }

  .lg\:even\:p-1\.5:nth-child(even) {
    padding: 0.375rem;
  }

  .lg\:even\:p-2\.5:nth-child(even) {
    padding: 0.625rem;
  }

  .lg\:even\:p-3\.5:nth-child(even) {
    padding: 0.875rem;
  }

  .lg\:even\:py-0:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:even\:px-0:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:even\:py-60:nth-child(even) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:even\:px-60:nth-child(even) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:even\:py-96:nth-child(even) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:even\:px-96:nth-child(even) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:even\:py-0\.5:nth-child(even) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:even\:px-0\.5:nth-child(even) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:even\:py-1\.5:nth-child(even) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:even\:px-1\.5:nth-child(even) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:even\:py-2\.5:nth-child(even) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:even\:px-2\.5:nth-child(even) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:even\:py-3\.5:nth-child(even) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:even\:px-3\.5:nth-child(even) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:even\:pt-0:nth-child(even) {
    padding-top: 0px;
  }

  .lg\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }

  .lg\:even\:pb-0:nth-child(even) {
    padding-bottom: 0px;
  }

  .lg\:even\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .lg\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .lg\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .lg\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .lg\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .lg\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .lg\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .lg\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .lg\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .lg\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .lg\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .lg\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .lg\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .lg\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .lg\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .lg\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .lg\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .lg\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .lg\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .lg\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .lg\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .lg\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .lg\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .lg\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .lg\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .lg\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .lg\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .lg\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .lg\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .lg\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .lg\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .lg\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .lg\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .lg\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .lg\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .lg\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .lg\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .lg\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .lg\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .lg\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .lg\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .lg\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .lg\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .lg\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .lg\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .lg\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .lg\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .lg\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .lg\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .lg\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .lg\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .lg\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .lg\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .lg\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .lg\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .lg\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .lg\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .lg\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .lg\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .lg\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .lg\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .lg\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .lg\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .lg\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .lg\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .lg\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .lg\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .lg\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .lg\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .lg\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .lg\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .lg\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .lg\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .lg\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .lg\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .lg\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .lg\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .lg\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .lg\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .lg\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .lg\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .lg\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .lg\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .lg\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .lg\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .lg\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .lg\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .lg\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .lg\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .lg\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .lg\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .lg\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .lg\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .lg\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .lg\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .lg\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .lg\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .lg\:even\:pt-60:nth-child(even) {
    padding-top: 15rem;
  }

  .lg\:even\:pr-60:nth-child(even) {
    padding-right: 15rem;
  }

  .lg\:even\:pb-60:nth-child(even) {
    padding-bottom: 15rem;
  }

  .lg\:even\:pl-60:nth-child(even) {
    padding-left: 15rem;
  }

  .lg\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .lg\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .lg\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .lg\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .lg\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .lg\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .lg\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .lg\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .lg\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .lg\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .lg\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .lg\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .lg\:even\:pt-96:nth-child(even) {
    padding-top: 24rem;
  }

  .lg\:even\:pr-96:nth-child(even) {
    padding-right: 24rem;
  }

  .lg\:even\:pb-96:nth-child(even) {
    padding-bottom: 24rem;
  }

  .lg\:even\:pl-96:nth-child(even) {
    padding-left: 24rem;
  }

  .lg\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .lg\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .lg\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .lg\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .lg\:even\:pt-0\.5:nth-child(even) {
    padding-top: 0.125rem;
  }

  .lg\:even\:pr-0\.5:nth-child(even) {
    padding-right: 0.125rem;
  }

  .lg\:even\:pb-0\.5:nth-child(even) {
    padding-bottom: 0.125rem;
  }

  .lg\:even\:pl-0\.5:nth-child(even) {
    padding-left: 0.125rem;
  }

  .lg\:even\:pt-1\.5:nth-child(even) {
    padding-top: 0.375rem;
  }

  .lg\:even\:pr-1\.5:nth-child(even) {
    padding-right: 0.375rem;
  }

  .lg\:even\:pb-1\.5:nth-child(even) {
    padding-bottom: 0.375rem;
  }

  .lg\:even\:pl-1\.5:nth-child(even) {
    padding-left: 0.375rem;
  }

  .lg\:even\:pt-2\.5:nth-child(even) {
    padding-top: 0.625rem;
  }

  .lg\:even\:pr-2\.5:nth-child(even) {
    padding-right: 0.625rem;
  }

  .lg\:even\:pb-2\.5:nth-child(even) {
    padding-bottom: 0.625rem;
  }

  .lg\:even\:pl-2\.5:nth-child(even) {
    padding-left: 0.625rem;
  }

  .lg\:even\:pt-3\.5:nth-child(even) {
    padding-top: 0.875rem;
  }

  .lg\:even\:pr-3\.5:nth-child(even) {
    padding-right: 0.875rem;
  }

  .lg\:even\:pb-3\.5:nth-child(even) {
    padding-bottom: 0.875rem;
  }

  .lg\:even\:pl-3\.5:nth-child(even) {
    padding-left: 0.875rem;
  }

  .lg\:hover\:p-0:hover {
    padding: 0px;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-28:hover {
    padding: 7rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-36:hover {
    padding: 9rem;
  }

  .lg\:hover\:p-40:hover {
    padding: 10rem;
  }

  .lg\:hover\:p-44:hover {
    padding: 11rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 12rem;
  }

  .lg\:hover\:p-52:hover {
    padding: 13rem;
  }

  .lg\:hover\:p-56:hover {
    padding: 14rem;
  }

  .lg\:hover\:p-60:hover {
    padding: 15rem;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-72:hover {
    padding: 18rem;
  }

  .lg\:hover\:p-80:hover {
    padding: 20rem;
  }

  .lg\:hover\:p-96:hover {
    padding: 24rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .lg\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .lg\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .lg\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:hover\:py-60:hover {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:hover\:px-60:hover {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .lg\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .lg\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .lg\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .lg\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .lg\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .lg\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .lg\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .lg\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .lg\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .lg\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .lg\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .lg\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .lg\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .lg\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .lg\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .lg\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .lg\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .lg\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .lg\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .lg\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .lg\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .lg\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .lg\:hover\:pt-60:hover {
    padding-top: 15rem;
  }

  .lg\:hover\:pr-60:hover {
    padding-right: 15rem;
  }

  .lg\:hover\:pb-60:hover {
    padding-bottom: 15rem;
  }

  .lg\:hover\:pl-60:hover {
    padding-left: 15rem;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .lg\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .lg\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .lg\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .lg\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .lg\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .lg\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .lg\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .lg\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .lg\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .lg\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .lg\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .lg\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .lg\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .lg\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .lg\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .lg\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .lg\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .lg\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .lg\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .lg\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .lg\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .lg\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .lg\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .lg\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .lg\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .lg\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .lg\:focus\:p-0:focus {
    padding: 0px;
  }

  .lg\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .lg\:focus\:p-4:focus {
    padding: 1rem;
  }

  .lg\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .lg\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .lg\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .lg\:focus\:p-8:focus {
    padding: 2rem;
  }

  .lg\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .lg\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .lg\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .lg\:focus\:p-12:focus {
    padding: 3rem;
  }

  .lg\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .lg\:focus\:p-16:focus {
    padding: 4rem;
  }

  .lg\:focus\:p-20:focus {
    padding: 5rem;
  }

  .lg\:focus\:p-24:focus {
    padding: 6rem;
  }

  .lg\:focus\:p-28:focus {
    padding: 7rem;
  }

  .lg\:focus\:p-32:focus {
    padding: 8rem;
  }

  .lg\:focus\:p-36:focus {
    padding: 9rem;
  }

  .lg\:focus\:p-40:focus {
    padding: 10rem;
  }

  .lg\:focus\:p-44:focus {
    padding: 11rem;
  }

  .lg\:focus\:p-48:focus {
    padding: 12rem;
  }

  .lg\:focus\:p-52:focus {
    padding: 13rem;
  }

  .lg\:focus\:p-56:focus {
    padding: 14rem;
  }

  .lg\:focus\:p-60:focus {
    padding: 15rem;
  }

  .lg\:focus\:p-64:focus {
    padding: 16rem;
  }

  .lg\:focus\:p-72:focus {
    padding: 18rem;
  }

  .lg\:focus\:p-80:focus {
    padding: 20rem;
  }

  .lg\:focus\:p-96:focus {
    padding: 24rem;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:p-0\.5:focus {
    padding: 0.125rem;
  }

  .lg\:focus\:p-1\.5:focus {
    padding: 0.375rem;
  }

  .lg\:focus\:p-2\.5:focus {
    padding: 0.625rem;
  }

  .lg\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .lg\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:py-0\.5:focus {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:focus\:px-0\.5:focus {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:focus\:py-1\.5:focus {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:focus\:px-1\.5:focus {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:focus\:py-2\.5:focus {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:focus\:px-2\.5:focus {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .lg\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .lg\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .lg\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .lg\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .lg\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .lg\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .lg\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .lg\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .lg\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .lg\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .lg\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .lg\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .lg\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .lg\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .lg\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .lg\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .lg\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .lg\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .lg\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .lg\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .lg\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .lg\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .lg\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .lg\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .lg\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .lg\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .lg\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .lg\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .lg\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .lg\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .lg\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .lg\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .lg\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .lg\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .lg\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .lg\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .lg\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .lg\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .lg\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .lg\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .lg\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .lg\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .lg\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .lg\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .lg\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .lg\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .lg\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .lg\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .lg\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .lg\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .lg\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .lg\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .lg\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .lg\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .lg\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .lg\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .lg\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .lg\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .lg\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .lg\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .lg\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .lg\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .lg\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .lg\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .lg\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .lg\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .lg\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .lg\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .lg\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .lg\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .lg\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .lg\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .lg\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .lg\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .lg\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .lg\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .lg\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .lg\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .lg\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .lg\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .lg\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .lg\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .lg\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .lg\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .lg\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .lg\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .lg\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .lg\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .lg\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .lg\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .lg\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .lg\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .lg\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .lg\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .lg\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .lg\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .lg\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .lg\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .lg\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .lg\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .lg\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .lg\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .lg\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .lg\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .lg\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .lg\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .lg\:focus\:pt-0\.5:focus {
    padding-top: 0.125rem;
  }

  .lg\:focus\:pr-0\.5:focus {
    padding-right: 0.125rem;
  }

  .lg\:focus\:pb-0\.5:focus {
    padding-bottom: 0.125rem;
  }

  .lg\:focus\:pl-0\.5:focus {
    padding-left: 0.125rem;
  }

  .lg\:focus\:pt-1\.5:focus {
    padding-top: 0.375rem;
  }

  .lg\:focus\:pr-1\.5:focus {
    padding-right: 0.375rem;
  }

  .lg\:focus\:pb-1\.5:focus {
    padding-bottom: 0.375rem;
  }

  .lg\:focus\:pl-1\.5:focus {
    padding-left: 0.375rem;
  }

  .lg\:focus\:pt-2\.5:focus {
    padding-top: 0.625rem;
  }

  .lg\:focus\:pr-2\.5:focus {
    padding-right: 0.625rem;
  }

  .lg\:focus\:pb-2\.5:focus {
    padding-bottom: 0.625rem;
  }

  .lg\:focus\:pl-2\.5:focus {
    padding-left: 0.625rem;
  }

  .lg\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .lg\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .lg\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .lg\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .lg\:active\:p-0:active {
    padding: 0px;
  }

  .lg\:active\:p-1:active {
    padding: 0.25rem;
  }

  .lg\:active\:p-2:active {
    padding: 0.5rem;
  }

  .lg\:active\:p-3:active {
    padding: 0.75rem;
  }

  .lg\:active\:p-4:active {
    padding: 1rem;
  }

  .lg\:active\:p-5:active {
    padding: 1.25rem;
  }

  .lg\:active\:p-6:active {
    padding: 1.5rem;
  }

  .lg\:active\:p-7:active {
    padding: 1.75rem;
  }

  .lg\:active\:p-8:active {
    padding: 2rem;
  }

  .lg\:active\:p-9:active {
    padding: 2.25rem;
  }

  .lg\:active\:p-10:active {
    padding: 2.5rem;
  }

  .lg\:active\:p-11:active {
    padding: 2.75rem;
  }

  .lg\:active\:p-12:active {
    padding: 3rem;
  }

  .lg\:active\:p-14:active {
    padding: 3.5rem;
  }

  .lg\:active\:p-16:active {
    padding: 4rem;
  }

  .lg\:active\:p-20:active {
    padding: 5rem;
  }

  .lg\:active\:p-24:active {
    padding: 6rem;
  }

  .lg\:active\:p-28:active {
    padding: 7rem;
  }

  .lg\:active\:p-32:active {
    padding: 8rem;
  }

  .lg\:active\:p-36:active {
    padding: 9rem;
  }

  .lg\:active\:p-40:active {
    padding: 10rem;
  }

  .lg\:active\:p-44:active {
    padding: 11rem;
  }

  .lg\:active\:p-48:active {
    padding: 12rem;
  }

  .lg\:active\:p-52:active {
    padding: 13rem;
  }

  .lg\:active\:p-56:active {
    padding: 14rem;
  }

  .lg\:active\:p-60:active {
    padding: 15rem;
  }

  .lg\:active\:p-64:active {
    padding: 16rem;
  }

  .lg\:active\:p-72:active {
    padding: 18rem;
  }

  .lg\:active\:p-80:active {
    padding: 20rem;
  }

  .lg\:active\:p-96:active {
    padding: 24rem;
  }

  .lg\:active\:p-px:active {
    padding: 1px;
  }

  .lg\:active\:p-0\.5:active {
    padding: 0.125rem;
  }

  .lg\:active\:p-1\.5:active {
    padding: 0.375rem;
  }

  .lg\:active\:p-2\.5:active {
    padding: 0.625rem;
  }

  .lg\:active\:p-3\.5:active {
    padding: 0.875rem;
  }

  .lg\:active\:py-0:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:active\:px-0:active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:active\:py-7:active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:active\:px-7:active {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:active\:py-9:active {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:active\:px-9:active {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:active\:py-11:active {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:active\:px-11:active {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:active\:py-14:active {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:active\:px-14:active {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:active\:py-28:active {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:active\:px-28:active {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:active\:py-36:active {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:active\:px-36:active {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:active\:py-44:active {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:active\:px-44:active {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:active\:py-52:active {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:active\:px-52:active {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:active\:py-60:active {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:active\:px-60:active {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:active\:py-72:active {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:active\:px-72:active {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:active\:py-80:active {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:active\:px-80:active {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:active\:py-96:active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:active\:px-96:active {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:active\:py-0\.5:active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:active\:px-0\.5:active {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:active\:py-1\.5:active {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:active\:px-1\.5:active {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:active\:py-2\.5:active {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:active\:px-2\.5:active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:active\:py-3\.5:active {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:active\:px-3\.5:active {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:active\:pt-0:active {
    padding-top: 0px;
  }

  .lg\:active\:pr-0:active {
    padding-right: 0px;
  }

  .lg\:active\:pb-0:active {
    padding-bottom: 0px;
  }

  .lg\:active\:pl-0:active {
    padding-left: 0px;
  }

  .lg\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .lg\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .lg\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .lg\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .lg\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .lg\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .lg\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .lg\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .lg\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .lg\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .lg\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .lg\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .lg\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .lg\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .lg\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .lg\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .lg\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .lg\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .lg\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .lg\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .lg\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .lg\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .lg\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .lg\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .lg\:active\:pt-7:active {
    padding-top: 1.75rem;
  }

  .lg\:active\:pr-7:active {
    padding-right: 1.75rem;
  }

  .lg\:active\:pb-7:active {
    padding-bottom: 1.75rem;
  }

  .lg\:active\:pl-7:active {
    padding-left: 1.75rem;
  }

  .lg\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .lg\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .lg\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .lg\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .lg\:active\:pt-9:active {
    padding-top: 2.25rem;
  }

  .lg\:active\:pr-9:active {
    padding-right: 2.25rem;
  }

  .lg\:active\:pb-9:active {
    padding-bottom: 2.25rem;
  }

  .lg\:active\:pl-9:active {
    padding-left: 2.25rem;
  }

  .lg\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .lg\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .lg\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .lg\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .lg\:active\:pt-11:active {
    padding-top: 2.75rem;
  }

  .lg\:active\:pr-11:active {
    padding-right: 2.75rem;
  }

  .lg\:active\:pb-11:active {
    padding-bottom: 2.75rem;
  }

  .lg\:active\:pl-11:active {
    padding-left: 2.75rem;
  }

  .lg\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .lg\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .lg\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .lg\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .lg\:active\:pt-14:active {
    padding-top: 3.5rem;
  }

  .lg\:active\:pr-14:active {
    padding-right: 3.5rem;
  }

  .lg\:active\:pb-14:active {
    padding-bottom: 3.5rem;
  }

  .lg\:active\:pl-14:active {
    padding-left: 3.5rem;
  }

  .lg\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .lg\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .lg\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .lg\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .lg\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .lg\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .lg\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .lg\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .lg\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .lg\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .lg\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .lg\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .lg\:active\:pt-28:active {
    padding-top: 7rem;
  }

  .lg\:active\:pr-28:active {
    padding-right: 7rem;
  }

  .lg\:active\:pb-28:active {
    padding-bottom: 7rem;
  }

  .lg\:active\:pl-28:active {
    padding-left: 7rem;
  }

  .lg\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .lg\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .lg\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .lg\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .lg\:active\:pt-36:active {
    padding-top: 9rem;
  }

  .lg\:active\:pr-36:active {
    padding-right: 9rem;
  }

  .lg\:active\:pb-36:active {
    padding-bottom: 9rem;
  }

  .lg\:active\:pl-36:active {
    padding-left: 9rem;
  }

  .lg\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .lg\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .lg\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .lg\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .lg\:active\:pt-44:active {
    padding-top: 11rem;
  }

  .lg\:active\:pr-44:active {
    padding-right: 11rem;
  }

  .lg\:active\:pb-44:active {
    padding-bottom: 11rem;
  }

  .lg\:active\:pl-44:active {
    padding-left: 11rem;
  }

  .lg\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .lg\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .lg\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .lg\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .lg\:active\:pt-52:active {
    padding-top: 13rem;
  }

  .lg\:active\:pr-52:active {
    padding-right: 13rem;
  }

  .lg\:active\:pb-52:active {
    padding-bottom: 13rem;
  }

  .lg\:active\:pl-52:active {
    padding-left: 13rem;
  }

  .lg\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .lg\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .lg\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .lg\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .lg\:active\:pt-60:active {
    padding-top: 15rem;
  }

  .lg\:active\:pr-60:active {
    padding-right: 15rem;
  }

  .lg\:active\:pb-60:active {
    padding-bottom: 15rem;
  }

  .lg\:active\:pl-60:active {
    padding-left: 15rem;
  }

  .lg\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .lg\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .lg\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .lg\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .lg\:active\:pt-72:active {
    padding-top: 18rem;
  }

  .lg\:active\:pr-72:active {
    padding-right: 18rem;
  }

  .lg\:active\:pb-72:active {
    padding-bottom: 18rem;
  }

  .lg\:active\:pl-72:active {
    padding-left: 18rem;
  }

  .lg\:active\:pt-80:active {
    padding-top: 20rem;
  }

  .lg\:active\:pr-80:active {
    padding-right: 20rem;
  }

  .lg\:active\:pb-80:active {
    padding-bottom: 20rem;
  }

  .lg\:active\:pl-80:active {
    padding-left: 20rem;
  }

  .lg\:active\:pt-96:active {
    padding-top: 24rem;
  }

  .lg\:active\:pr-96:active {
    padding-right: 24rem;
  }

  .lg\:active\:pb-96:active {
    padding-bottom: 24rem;
  }

  .lg\:active\:pl-96:active {
    padding-left: 24rem;
  }

  .lg\:active\:pt-px:active {
    padding-top: 1px;
  }

  .lg\:active\:pr-px:active {
    padding-right: 1px;
  }

  .lg\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .lg\:active\:pl-px:active {
    padding-left: 1px;
  }

  .lg\:active\:pt-0\.5:active {
    padding-top: 0.125rem;
  }

  .lg\:active\:pr-0\.5:active {
    padding-right: 0.125rem;
  }

  .lg\:active\:pb-0\.5:active {
    padding-bottom: 0.125rem;
  }

  .lg\:active\:pl-0\.5:active {
    padding-left: 0.125rem;
  }

  .lg\:active\:pt-1\.5:active {
    padding-top: 0.375rem;
  }

  .lg\:active\:pr-1\.5:active {
    padding-right: 0.375rem;
  }

  .lg\:active\:pb-1\.5:active {
    padding-bottom: 0.375rem;
  }

  .lg\:active\:pl-1\.5:active {
    padding-left: 0.375rem;
  }

  .lg\:active\:pt-2\.5:active {
    padding-top: 0.625rem;
  }

  .lg\:active\:pr-2\.5:active {
    padding-right: 0.625rem;
  }

  .lg\:active\:pb-2\.5:active {
    padding-bottom: 0.625rem;
  }

  .lg\:active\:pl-2\.5:active {
    padding-left: 0.625rem;
  }

  .lg\:active\:pt-3\.5:active {
    padding-top: 0.875rem;
  }

  .lg\:active\:pr-3\.5:active {
    padding-right: 0.875rem;
  }

  .lg\:active\:pb-3\.5:active {
    padding-bottom: 0.875rem;
  }

  .lg\:active\:pl-3\.5:active {
    padding-left: 0.875rem;
  }

  .lg\:visited\:p-0:visited {
    padding: 0px;
  }

  .lg\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .lg\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .lg\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .lg\:visited\:p-4:visited {
    padding: 1rem;
  }

  .lg\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .lg\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .lg\:visited\:p-7:visited {
    padding: 1.75rem;
  }

  .lg\:visited\:p-8:visited {
    padding: 2rem;
  }

  .lg\:visited\:p-9:visited {
    padding: 2.25rem;
  }

  .lg\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .lg\:visited\:p-11:visited {
    padding: 2.75rem;
  }

  .lg\:visited\:p-12:visited {
    padding: 3rem;
  }

  .lg\:visited\:p-14:visited {
    padding: 3.5rem;
  }

  .lg\:visited\:p-16:visited {
    padding: 4rem;
  }

  .lg\:visited\:p-20:visited {
    padding: 5rem;
  }

  .lg\:visited\:p-24:visited {
    padding: 6rem;
  }

  .lg\:visited\:p-28:visited {
    padding: 7rem;
  }

  .lg\:visited\:p-32:visited {
    padding: 8rem;
  }

  .lg\:visited\:p-36:visited {
    padding: 9rem;
  }

  .lg\:visited\:p-40:visited {
    padding: 10rem;
  }

  .lg\:visited\:p-44:visited {
    padding: 11rem;
  }

  .lg\:visited\:p-48:visited {
    padding: 12rem;
  }

  .lg\:visited\:p-52:visited {
    padding: 13rem;
  }

  .lg\:visited\:p-56:visited {
    padding: 14rem;
  }

  .lg\:visited\:p-60:visited {
    padding: 15rem;
  }

  .lg\:visited\:p-64:visited {
    padding: 16rem;
  }

  .lg\:visited\:p-72:visited {
    padding: 18rem;
  }

  .lg\:visited\:p-80:visited {
    padding: 20rem;
  }

  .lg\:visited\:p-96:visited {
    padding: 24rem;
  }

  .lg\:visited\:p-px:visited {
    padding: 1px;
  }

  .lg\:visited\:p-0\.5:visited {
    padding: 0.125rem;
  }

  .lg\:visited\:p-1\.5:visited {
    padding: 0.375rem;
  }

  .lg\:visited\:p-2\.5:visited {
    padding: 0.625rem;
  }

  .lg\:visited\:p-3\.5:visited {
    padding: 0.875rem;
  }

  .lg\:visited\:py-0:visited {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:visited\:px-0:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:visited\:py-7:visited {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:visited\:px-7:visited {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:visited\:py-9:visited {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:visited\:px-9:visited {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:visited\:py-11:visited {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:visited\:px-11:visited {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:visited\:py-14:visited {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:visited\:px-14:visited {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:visited\:py-28:visited {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:visited\:px-28:visited {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:visited\:py-36:visited {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:visited\:px-36:visited {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:visited\:py-44:visited {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:visited\:px-44:visited {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:visited\:py-52:visited {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:visited\:px-52:visited {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:visited\:py-60:visited {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:visited\:px-60:visited {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:visited\:py-72:visited {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:visited\:px-72:visited {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:visited\:py-80:visited {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:visited\:px-80:visited {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:visited\:py-96:visited {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:visited\:px-96:visited {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:visited\:py-0\.5:visited {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:visited\:px-0\.5:visited {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:visited\:py-1\.5:visited {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:visited\:px-1\.5:visited {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:visited\:py-2\.5:visited {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:visited\:px-2\.5:visited {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:visited\:py-3\.5:visited {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:visited\:px-3\.5:visited {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:visited\:pt-0:visited {
    padding-top: 0px;
  }

  .lg\:visited\:pr-0:visited {
    padding-right: 0px;
  }

  .lg\:visited\:pb-0:visited {
    padding-bottom: 0px;
  }

  .lg\:visited\:pl-0:visited {
    padding-left: 0px;
  }

  .lg\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .lg\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .lg\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .lg\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .lg\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .lg\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .lg\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .lg\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .lg\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .lg\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .lg\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .lg\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .lg\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .lg\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .lg\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .lg\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .lg\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .lg\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .lg\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .lg\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .lg\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .lg\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .lg\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .lg\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .lg\:visited\:pt-7:visited {
    padding-top: 1.75rem;
  }

  .lg\:visited\:pr-7:visited {
    padding-right: 1.75rem;
  }

  .lg\:visited\:pb-7:visited {
    padding-bottom: 1.75rem;
  }

  .lg\:visited\:pl-7:visited {
    padding-left: 1.75rem;
  }

  .lg\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .lg\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .lg\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .lg\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .lg\:visited\:pt-9:visited {
    padding-top: 2.25rem;
  }

  .lg\:visited\:pr-9:visited {
    padding-right: 2.25rem;
  }

  .lg\:visited\:pb-9:visited {
    padding-bottom: 2.25rem;
  }

  .lg\:visited\:pl-9:visited {
    padding-left: 2.25rem;
  }

  .lg\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .lg\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .lg\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .lg\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .lg\:visited\:pt-11:visited {
    padding-top: 2.75rem;
  }

  .lg\:visited\:pr-11:visited {
    padding-right: 2.75rem;
  }

  .lg\:visited\:pb-11:visited {
    padding-bottom: 2.75rem;
  }

  .lg\:visited\:pl-11:visited {
    padding-left: 2.75rem;
  }

  .lg\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .lg\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .lg\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .lg\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .lg\:visited\:pt-14:visited {
    padding-top: 3.5rem;
  }

  .lg\:visited\:pr-14:visited {
    padding-right: 3.5rem;
  }

  .lg\:visited\:pb-14:visited {
    padding-bottom: 3.5rem;
  }

  .lg\:visited\:pl-14:visited {
    padding-left: 3.5rem;
  }

  .lg\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .lg\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .lg\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .lg\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .lg\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .lg\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .lg\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .lg\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .lg\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .lg\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .lg\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .lg\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .lg\:visited\:pt-28:visited {
    padding-top: 7rem;
  }

  .lg\:visited\:pr-28:visited {
    padding-right: 7rem;
  }

  .lg\:visited\:pb-28:visited {
    padding-bottom: 7rem;
  }

  .lg\:visited\:pl-28:visited {
    padding-left: 7rem;
  }

  .lg\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .lg\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .lg\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .lg\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .lg\:visited\:pt-36:visited {
    padding-top: 9rem;
  }

  .lg\:visited\:pr-36:visited {
    padding-right: 9rem;
  }

  .lg\:visited\:pb-36:visited {
    padding-bottom: 9rem;
  }

  .lg\:visited\:pl-36:visited {
    padding-left: 9rem;
  }

  .lg\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .lg\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .lg\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .lg\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .lg\:visited\:pt-44:visited {
    padding-top: 11rem;
  }

  .lg\:visited\:pr-44:visited {
    padding-right: 11rem;
  }

  .lg\:visited\:pb-44:visited {
    padding-bottom: 11rem;
  }

  .lg\:visited\:pl-44:visited {
    padding-left: 11rem;
  }

  .lg\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .lg\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .lg\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .lg\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .lg\:visited\:pt-52:visited {
    padding-top: 13rem;
  }

  .lg\:visited\:pr-52:visited {
    padding-right: 13rem;
  }

  .lg\:visited\:pb-52:visited {
    padding-bottom: 13rem;
  }

  .lg\:visited\:pl-52:visited {
    padding-left: 13rem;
  }

  .lg\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .lg\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .lg\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .lg\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .lg\:visited\:pt-60:visited {
    padding-top: 15rem;
  }

  .lg\:visited\:pr-60:visited {
    padding-right: 15rem;
  }

  .lg\:visited\:pb-60:visited {
    padding-bottom: 15rem;
  }

  .lg\:visited\:pl-60:visited {
    padding-left: 15rem;
  }

  .lg\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .lg\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .lg\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .lg\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .lg\:visited\:pt-72:visited {
    padding-top: 18rem;
  }

  .lg\:visited\:pr-72:visited {
    padding-right: 18rem;
  }

  .lg\:visited\:pb-72:visited {
    padding-bottom: 18rem;
  }

  .lg\:visited\:pl-72:visited {
    padding-left: 18rem;
  }

  .lg\:visited\:pt-80:visited {
    padding-top: 20rem;
  }

  .lg\:visited\:pr-80:visited {
    padding-right: 20rem;
  }

  .lg\:visited\:pb-80:visited {
    padding-bottom: 20rem;
  }

  .lg\:visited\:pl-80:visited {
    padding-left: 20rem;
  }

  .lg\:visited\:pt-96:visited {
    padding-top: 24rem;
  }

  .lg\:visited\:pr-96:visited {
    padding-right: 24rem;
  }

  .lg\:visited\:pb-96:visited {
    padding-bottom: 24rem;
  }

  .lg\:visited\:pl-96:visited {
    padding-left: 24rem;
  }

  .lg\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .lg\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .lg\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .lg\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .lg\:visited\:pt-0\.5:visited {
    padding-top: 0.125rem;
  }

  .lg\:visited\:pr-0\.5:visited {
    padding-right: 0.125rem;
  }

  .lg\:visited\:pb-0\.5:visited {
    padding-bottom: 0.125rem;
  }

  .lg\:visited\:pl-0\.5:visited {
    padding-left: 0.125rem;
  }

  .lg\:visited\:pt-1\.5:visited {
    padding-top: 0.375rem;
  }

  .lg\:visited\:pr-1\.5:visited {
    padding-right: 0.375rem;
  }

  .lg\:visited\:pb-1\.5:visited {
    padding-bottom: 0.375rem;
  }

  .lg\:visited\:pl-1\.5:visited {
    padding-left: 0.375rem;
  }

  .lg\:visited\:pt-2\.5:visited {
    padding-top: 0.625rem;
  }

  .lg\:visited\:pr-2\.5:visited {
    padding-right: 0.625rem;
  }

  .lg\:visited\:pb-2\.5:visited {
    padding-bottom: 0.625rem;
  }

  .lg\:visited\:pl-2\.5:visited {
    padding-left: 0.625rem;
  }

  .lg\:visited\:pt-3\.5:visited {
    padding-top: 0.875rem;
  }

  .lg\:visited\:pr-3\.5:visited {
    padding-right: 0.875rem;
  }

  .lg\:visited\:pb-3\.5:visited {
    padding-bottom: 0.875rem;
  }

  .lg\:visited\:pl-3\.5:visited {
    padding-left: 0.875rem;
  }

  .lg\:disabled\:p-0:disabled {
    padding: 0px;
  }

  .lg\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .lg\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .lg\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .lg\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .lg\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .lg\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .lg\:disabled\:p-7:disabled {
    padding: 1.75rem;
  }

  .lg\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .lg\:disabled\:p-9:disabled {
    padding: 2.25rem;
  }

  .lg\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .lg\:disabled\:p-11:disabled {
    padding: 2.75rem;
  }

  .lg\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .lg\:disabled\:p-14:disabled {
    padding: 3.5rem;
  }

  .lg\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .lg\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .lg\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .lg\:disabled\:p-28:disabled {
    padding: 7rem;
  }

  .lg\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .lg\:disabled\:p-36:disabled {
    padding: 9rem;
  }

  .lg\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .lg\:disabled\:p-44:disabled {
    padding: 11rem;
  }

  .lg\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .lg\:disabled\:p-52:disabled {
    padding: 13rem;
  }

  .lg\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .lg\:disabled\:p-60:disabled {
    padding: 15rem;
  }

  .lg\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .lg\:disabled\:p-72:disabled {
    padding: 18rem;
  }

  .lg\:disabled\:p-80:disabled {
    padding: 20rem;
  }

  .lg\:disabled\:p-96:disabled {
    padding: 24rem;
  }

  .lg\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .lg\:disabled\:p-0\.5:disabled {
    padding: 0.125rem;
  }

  .lg\:disabled\:p-1\.5:disabled {
    padding: 0.375rem;
  }

  .lg\:disabled\:p-2\.5:disabled {
    padding: 0.625rem;
  }

  .lg\:disabled\:p-3\.5:disabled {
    padding: 0.875rem;
  }

  .lg\:disabled\:py-0:disabled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:disabled\:px-0:disabled {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:disabled\:py-7:disabled {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:disabled\:px-7:disabled {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:disabled\:py-9:disabled {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:disabled\:px-9:disabled {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:disabled\:py-11:disabled {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:disabled\:px-11:disabled {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:disabled\:py-14:disabled {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:disabled\:px-14:disabled {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:disabled\:py-28:disabled {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:disabled\:px-28:disabled {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:disabled\:py-36:disabled {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:disabled\:px-36:disabled {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:disabled\:py-44:disabled {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:disabled\:px-44:disabled {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:disabled\:py-52:disabled {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:disabled\:px-52:disabled {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:disabled\:py-60:disabled {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:disabled\:px-60:disabled {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:disabled\:py-72:disabled {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:disabled\:px-72:disabled {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:disabled\:py-80:disabled {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:disabled\:px-80:disabled {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:disabled\:py-96:disabled {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:disabled\:px-96:disabled {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:disabled\:py-0\.5:disabled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:disabled\:px-0\.5:disabled {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:disabled\:py-1\.5:disabled {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:disabled\:px-1\.5:disabled {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:disabled\:py-2\.5:disabled {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:disabled\:px-2\.5:disabled {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:disabled\:py-3\.5:disabled {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:disabled\:px-3\.5:disabled {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:disabled\:pt-0:disabled {
    padding-top: 0px;
  }

  .lg\:disabled\:pr-0:disabled {
    padding-right: 0px;
  }

  .lg\:disabled\:pb-0:disabled {
    padding-bottom: 0px;
  }

  .lg\:disabled\:pl-0:disabled {
    padding-left: 0px;
  }

  .lg\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .lg\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .lg\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .lg\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .lg\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .lg\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .lg\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .lg\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .lg\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .lg\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .lg\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .lg\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .lg\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .lg\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .lg\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .lg\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .lg\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .lg\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .lg\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .lg\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .lg\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .lg\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .lg\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .lg\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .lg\:disabled\:pt-7:disabled {
    padding-top: 1.75rem;
  }

  .lg\:disabled\:pr-7:disabled {
    padding-right: 1.75rem;
  }

  .lg\:disabled\:pb-7:disabled {
    padding-bottom: 1.75rem;
  }

  .lg\:disabled\:pl-7:disabled {
    padding-left: 1.75rem;
  }

  .lg\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .lg\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .lg\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .lg\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .lg\:disabled\:pt-9:disabled {
    padding-top: 2.25rem;
  }

  .lg\:disabled\:pr-9:disabled {
    padding-right: 2.25rem;
  }

  .lg\:disabled\:pb-9:disabled {
    padding-bottom: 2.25rem;
  }

  .lg\:disabled\:pl-9:disabled {
    padding-left: 2.25rem;
  }

  .lg\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .lg\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .lg\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .lg\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .lg\:disabled\:pt-11:disabled {
    padding-top: 2.75rem;
  }

  .lg\:disabled\:pr-11:disabled {
    padding-right: 2.75rem;
  }

  .lg\:disabled\:pb-11:disabled {
    padding-bottom: 2.75rem;
  }

  .lg\:disabled\:pl-11:disabled {
    padding-left: 2.75rem;
  }

  .lg\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .lg\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .lg\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .lg\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .lg\:disabled\:pt-14:disabled {
    padding-top: 3.5rem;
  }

  .lg\:disabled\:pr-14:disabled {
    padding-right: 3.5rem;
  }

  .lg\:disabled\:pb-14:disabled {
    padding-bottom: 3.5rem;
  }

  .lg\:disabled\:pl-14:disabled {
    padding-left: 3.5rem;
  }

  .lg\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .lg\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .lg\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .lg\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .lg\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .lg\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .lg\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .lg\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .lg\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .lg\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .lg\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .lg\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .lg\:disabled\:pt-28:disabled {
    padding-top: 7rem;
  }

  .lg\:disabled\:pr-28:disabled {
    padding-right: 7rem;
  }

  .lg\:disabled\:pb-28:disabled {
    padding-bottom: 7rem;
  }

  .lg\:disabled\:pl-28:disabled {
    padding-left: 7rem;
  }

  .lg\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .lg\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .lg\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .lg\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .lg\:disabled\:pt-36:disabled {
    padding-top: 9rem;
  }

  .lg\:disabled\:pr-36:disabled {
    padding-right: 9rem;
  }

  .lg\:disabled\:pb-36:disabled {
    padding-bottom: 9rem;
  }

  .lg\:disabled\:pl-36:disabled {
    padding-left: 9rem;
  }

  .lg\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .lg\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .lg\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .lg\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .lg\:disabled\:pt-44:disabled {
    padding-top: 11rem;
  }

  .lg\:disabled\:pr-44:disabled {
    padding-right: 11rem;
  }

  .lg\:disabled\:pb-44:disabled {
    padding-bottom: 11rem;
  }

  .lg\:disabled\:pl-44:disabled {
    padding-left: 11rem;
  }

  .lg\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .lg\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .lg\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .lg\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .lg\:disabled\:pt-52:disabled {
    padding-top: 13rem;
  }

  .lg\:disabled\:pr-52:disabled {
    padding-right: 13rem;
  }

  .lg\:disabled\:pb-52:disabled {
    padding-bottom: 13rem;
  }

  .lg\:disabled\:pl-52:disabled {
    padding-left: 13rem;
  }

  .lg\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .lg\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .lg\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .lg\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .lg\:disabled\:pt-60:disabled {
    padding-top: 15rem;
  }

  .lg\:disabled\:pr-60:disabled {
    padding-right: 15rem;
  }

  .lg\:disabled\:pb-60:disabled {
    padding-bottom: 15rem;
  }

  .lg\:disabled\:pl-60:disabled {
    padding-left: 15rem;
  }

  .lg\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .lg\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .lg\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .lg\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .lg\:disabled\:pt-72:disabled {
    padding-top: 18rem;
  }

  .lg\:disabled\:pr-72:disabled {
    padding-right: 18rem;
  }

  .lg\:disabled\:pb-72:disabled {
    padding-bottom: 18rem;
  }

  .lg\:disabled\:pl-72:disabled {
    padding-left: 18rem;
  }

  .lg\:disabled\:pt-80:disabled {
    padding-top: 20rem;
  }

  .lg\:disabled\:pr-80:disabled {
    padding-right: 20rem;
  }

  .lg\:disabled\:pb-80:disabled {
    padding-bottom: 20rem;
  }

  .lg\:disabled\:pl-80:disabled {
    padding-left: 20rem;
  }

  .lg\:disabled\:pt-96:disabled {
    padding-top: 24rem;
  }

  .lg\:disabled\:pr-96:disabled {
    padding-right: 24rem;
  }

  .lg\:disabled\:pb-96:disabled {
    padding-bottom: 24rem;
  }

  .lg\:disabled\:pl-96:disabled {
    padding-left: 24rem;
  }

  .lg\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .lg\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .lg\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .lg\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .lg\:disabled\:pt-0\.5:disabled {
    padding-top: 0.125rem;
  }

  .lg\:disabled\:pr-0\.5:disabled {
    padding-right: 0.125rem;
  }

  .lg\:disabled\:pb-0\.5:disabled {
    padding-bottom: 0.125rem;
  }

  .lg\:disabled\:pl-0\.5:disabled {
    padding-left: 0.125rem;
  }

  .lg\:disabled\:pt-1\.5:disabled {
    padding-top: 0.375rem;
  }

  .lg\:disabled\:pr-1\.5:disabled {
    padding-right: 0.375rem;
  }

  .lg\:disabled\:pb-1\.5:disabled {
    padding-bottom: 0.375rem;
  }

  .lg\:disabled\:pl-1\.5:disabled {
    padding-left: 0.375rem;
  }

  .lg\:disabled\:pt-2\.5:disabled {
    padding-top: 0.625rem;
  }

  .lg\:disabled\:pr-2\.5:disabled {
    padding-right: 0.625rem;
  }

  .lg\:disabled\:pb-2\.5:disabled {
    padding-bottom: 0.625rem;
  }

  .lg\:disabled\:pl-2\.5:disabled {
    padding-left: 0.625rem;
  }

  .lg\:disabled\:pt-3\.5:disabled {
    padding-top: 0.875rem;
  }

  .lg\:disabled\:pr-3\.5:disabled {
    padding-right: 0.875rem;
  }

  .lg\:disabled\:pb-3\.5:disabled {
    padding-bottom: 0.875rem;
  }

  .lg\:disabled\:pl-3\.5:disabled {
    padding-left: 0.875rem;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .lg\:placeholder-current::placeholder {
    color: current;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .lg\:group-hover\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .group:hover .lg\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .group:hover .lg\:group-hover\:placeholder-current::placeholder {
    color: current;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-black:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-white:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-rose-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-violet-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-cyan-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-emerald-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-green-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-lime-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-amber-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-red-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-warmGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-trueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-coolGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-blueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus-within\:placeholder-current:focus-within::-moz-placeholder {
    color: current;
  }

  .lg\:focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
    color: current;
  }

  .lg\:focus-within\:placeholder-current:focus-within::placeholder {
    color: current;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-black:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-black:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-white:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-rose-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-pink-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-fuchsia-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-purple-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-violet-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-indigo-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lightBlue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-cyan-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-teal-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-emerald-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-green-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-lime-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-yellow-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-amber-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-orange-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-red-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-warmGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-trueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-gray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-coolGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-blueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:first\:placeholder-current:first-child::-moz-placeholder {
    color: current;
  }

  .lg\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: current;
  }

  .lg\:first\:placeholder-current:first-child::placeholder {
    color: current;
  }

  .lg\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-black:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-black:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-white:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-rose-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-pink-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-fuchsia-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-purple-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-violet-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-indigo-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lightBlue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-cyan-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-teal-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-emerald-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-green-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-lime-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-yellow-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-amber-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-orange-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-red-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-warmGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-trueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-gray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-coolGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-blueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:last\:placeholder-current:last-child::-moz-placeholder {
    color: current;
  }

  .lg\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: current;
  }

  .lg\:last\:placeholder-current:last-child::placeholder {
    color: current;
  }

  .lg\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-rose-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-violet-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-lime-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-amber-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
    color: current;
  }

  .lg\:odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
    color: current;
  }

  .lg\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: current;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .lg\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-black:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-white:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-rose-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-violet-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-cyan-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-emerald-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-lime-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-amber-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-warmGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-trueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-coolGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-blueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:even\:placeholder-current:nth-child(even)::-moz-placeholder {
    color: current;
  }

  .lg\:even\:placeholder-current:nth-child(even):-ms-input-placeholder {
    color: current;
  }

  .lg\:even\:placeholder-current:nth-child(even)::placeholder {
    color: current;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .lg\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-black:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-black:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-white:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-rose-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-pink-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-fuchsia-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-purple-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-violet-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-indigo-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lightBlue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-cyan-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-teal-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-emerald-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-green-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-lime-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-yellow-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-amber-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-orange-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-red-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-warmGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-trueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-gray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-coolGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-blueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:hover\:placeholder-current:hover::-moz-placeholder {
    color: current;
  }

  .lg\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: current;
  }

  .lg\:hover\:placeholder-current:hover::placeholder {
    color: current;
  }

  .lg\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warmGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-trueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-coolGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: current;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: current;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: current;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-black:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-black:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-black:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-white:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-white:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-white:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-rose-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-pink-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-fuchsia-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-purple-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-violet-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-indigo-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lightBlue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-cyan-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-teal-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-emerald-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-green-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-lime-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-yellow-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-amber-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-orange-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-red-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-warmGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-trueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-gray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-coolGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-blueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:active\:placeholder-current:active::-moz-placeholder {
    color: current;
  }

  .lg\:active\:placeholder-current:active:-ms-input-placeholder {
    color: current;
  }

  .lg\:active\:placeholder-current:active::placeholder {
    color: current;
  }

  .lg\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-black:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-black:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-black:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-white:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-white:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-white:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-rose-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-pink-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-fuchsia-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-purple-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-violet-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-indigo-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lightBlue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-cyan-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-teal-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-emerald-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-green-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-lime-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-yellow-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-amber-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-orange-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-red-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-warmGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-trueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-gray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-coolGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-blueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:visited\:placeholder-current:visited::-moz-placeholder {
    color: current;
  }

  .lg\:visited\:placeholder-current:visited:-ms-input-placeholder {
    color: current;
  }

  .lg\:visited\:placeholder-current:visited::placeholder {
    color: current;
  }

  .lg\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-black:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-black:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-white:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-white:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-rose-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-pink-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-fuchsia-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-purple-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-violet-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-indigo-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lightBlue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-cyan-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-teal-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-emerald-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-green-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-lime-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-yellow-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-amber-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-orange-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-red-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-warmGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-trueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-gray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-coolGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-blueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:disabled\:placeholder-current:disabled::-moz-placeholder {
    color: current;
  }

  .lg\:disabled\:placeholder-current:disabled:-ms-input-placeholder {
    color: current;
  }

  .lg\:disabled\:placeholder-current:disabled::placeholder {
    color: current;
  }

  .lg\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .lg\:group-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus-within\:placeholder-opacity-0:focus-within::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus-within\:placeholder-opacity-5:focus-within::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus-within\:placeholder-opacity-10:focus-within::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus-within\:placeholder-opacity-20:focus-within::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus-within\:placeholder-opacity-25:focus-within::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus-within\:placeholder-opacity-30:focus-within::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus-within\:placeholder-opacity-40:focus-within::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus-within\:placeholder-opacity-50:focus-within::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus-within\:placeholder-opacity-60:focus-within::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus-within\:placeholder-opacity-70:focus-within::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus-within\:placeholder-opacity-75:focus-within::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus-within\:placeholder-opacity-80:focus-within::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus-within\:placeholder-opacity-90:focus-within::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus-within\:placeholder-opacity-95:focus-within::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus-within\:placeholder-opacity-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-0:first-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:first\:placeholder-opacity-5:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:first\:placeholder-opacity-5:first-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:first\:placeholder-opacity-10:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:first\:placeholder-opacity-10:first-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:first\:placeholder-opacity-20:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:first\:placeholder-opacity-20:first-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-25:first-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:first\:placeholder-opacity-30:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:first\:placeholder-opacity-30:first-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:first\:placeholder-opacity-40:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:first\:placeholder-opacity-40:first-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-50:first-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:first\:placeholder-opacity-60:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:first\:placeholder-opacity-60:first-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:first\:placeholder-opacity-70:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:first\:placeholder-opacity-70:first-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-75:first-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-80:first-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:first\:placeholder-opacity-90:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:first\:placeholder-opacity-90:first-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:first\:placeholder-opacity-95:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:first\:placeholder-opacity-95:first-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:first\:placeholder-opacity-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-0:last-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:last\:placeholder-opacity-5:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:last\:placeholder-opacity-5:last-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:last\:placeholder-opacity-10:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:last\:placeholder-opacity-10:last-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:last\:placeholder-opacity-20:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:last\:placeholder-opacity-20:last-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-25:last-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:last\:placeholder-opacity-30:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:last\:placeholder-opacity-30:last-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:last\:placeholder-opacity-40:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:last\:placeholder-opacity-40:last-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-50:last-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:last\:placeholder-opacity-60:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:last\:placeholder-opacity-60:last-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:last\:placeholder-opacity-70:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:last\:placeholder-opacity-70:last-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-75:last-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-80:last-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:last\:placeholder-opacity-90:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:last\:placeholder-opacity-90:last-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:last\:placeholder-opacity-95:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:last\:placeholder-opacity-95:last-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:last\:placeholder-opacity-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:even\:placeholder-opacity-5:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:even\:placeholder-opacity-10:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:even\:placeholder-opacity-20:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:even\:placeholder-opacity-30:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:even\:placeholder-opacity-40:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:even\:placeholder-opacity-60:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:even\:placeholder-opacity-70:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:even\:placeholder-opacity-80:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:even\:placeholder-opacity-90:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:even\:placeholder-opacity-95:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-0:hover::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:hover\:placeholder-opacity-5:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:hover\:placeholder-opacity-5:hover::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:hover\:placeholder-opacity-10:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:hover\:placeholder-opacity-10:hover::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:hover\:placeholder-opacity-20:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:hover\:placeholder-opacity-20:hover::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-25:hover::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:hover\:placeholder-opacity-30:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:hover\:placeholder-opacity-30:hover::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:hover\:placeholder-opacity-40:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:hover\:placeholder-opacity-40:hover::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-50:hover::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:hover\:placeholder-opacity-60:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:hover\:placeholder-opacity-60:hover::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:hover\:placeholder-opacity-70:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:hover\:placeholder-opacity-70:hover::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-75:hover::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-80:hover::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:hover\:placeholder-opacity-90:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:hover\:placeholder-opacity-90:hover::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:hover\:placeholder-opacity-95:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:hover\:placeholder-opacity-95:hover::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:hover\:placeholder-opacity-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:active\:placeholder-opacity-0:active::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:active\:placeholder-opacity-0:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:active\:placeholder-opacity-0:active::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:active\:placeholder-opacity-5:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:active\:placeholder-opacity-5:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:active\:placeholder-opacity-5:active::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:active\:placeholder-opacity-10:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:active\:placeholder-opacity-10:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:active\:placeholder-opacity-10:active::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:active\:placeholder-opacity-20:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:active\:placeholder-opacity-20:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:active\:placeholder-opacity-20:active::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:active\:placeholder-opacity-25:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:active\:placeholder-opacity-25:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:active\:placeholder-opacity-25:active::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:active\:placeholder-opacity-30:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:active\:placeholder-opacity-30:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:active\:placeholder-opacity-30:active::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:active\:placeholder-opacity-40:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:active\:placeholder-opacity-40:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:active\:placeholder-opacity-40:active::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:active\:placeholder-opacity-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:active\:placeholder-opacity-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:active\:placeholder-opacity-50:active::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:active\:placeholder-opacity-60:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:active\:placeholder-opacity-60:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:active\:placeholder-opacity-60:active::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:active\:placeholder-opacity-70:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:active\:placeholder-opacity-70:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:active\:placeholder-opacity-70:active::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:active\:placeholder-opacity-75:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:active\:placeholder-opacity-75:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:active\:placeholder-opacity-75:active::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:active\:placeholder-opacity-80:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:active\:placeholder-opacity-80:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:active\:placeholder-opacity-80:active::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:active\:placeholder-opacity-90:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:active\:placeholder-opacity-90:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:active\:placeholder-opacity-90:active::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:active\:placeholder-opacity-95:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:active\:placeholder-opacity-95:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:active\:placeholder-opacity-95:active::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:active\:placeholder-opacity-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:active\:placeholder-opacity-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:active\:placeholder-opacity-100:active::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:visited\:placeholder-opacity-0:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:visited\:placeholder-opacity-0:visited::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:visited\:placeholder-opacity-5:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:visited\:placeholder-opacity-5:visited::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:visited\:placeholder-opacity-10:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:visited\:placeholder-opacity-10:visited::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:visited\:placeholder-opacity-20:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:visited\:placeholder-opacity-20:visited::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:visited\:placeholder-opacity-25:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:visited\:placeholder-opacity-25:visited::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:visited\:placeholder-opacity-30:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:visited\:placeholder-opacity-30:visited::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:visited\:placeholder-opacity-40:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:visited\:placeholder-opacity-40:visited::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:visited\:placeholder-opacity-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:visited\:placeholder-opacity-50:visited::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:visited\:placeholder-opacity-60:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:visited\:placeholder-opacity-60:visited::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:visited\:placeholder-opacity-70:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:visited\:placeholder-opacity-70:visited::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:visited\:placeholder-opacity-75:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:visited\:placeholder-opacity-75:visited::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:visited\:placeholder-opacity-80:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:visited\:placeholder-opacity-80:visited::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:visited\:placeholder-opacity-90:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:visited\:placeholder-opacity-90:visited::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:visited\:placeholder-opacity-95:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:visited\:placeholder-opacity-95:visited::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:visited\:placeholder-opacity-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:visited\:placeholder-opacity-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:disabled\:placeholder-opacity-0:disabled::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:disabled\:placeholder-opacity-5:disabled::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:disabled\:placeholder-opacity-10:disabled::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:disabled\:placeholder-opacity-20:disabled::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:disabled\:placeholder-opacity-25:disabled::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:disabled\:placeholder-opacity-30:disabled::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:disabled\:placeholder-opacity-40:disabled::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:disabled\:placeholder-opacity-50:disabled::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:disabled\:placeholder-opacity-60:disabled::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:disabled\:placeholder-opacity-70:disabled::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:disabled\:placeholder-opacity-75:disabled::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:disabled\:placeholder-opacity-80:disabled::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:disabled\:placeholder-opacity-90:disabled::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:disabled\:placeholder-opacity-95:disabled::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:disabled\:placeholder-opacity-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .lg\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .lg\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .lg\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .lg\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .lg\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .lg\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .lg\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .lg\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .lg\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .lg\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .lg\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .lg\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .lg\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .lg\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .lg\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .lg\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .lg\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .lg\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .lg\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .lg\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .lg\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .group:hover .lg\:group-hover\:static {
    position: static;
  }

  .group:hover .lg\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .lg\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .lg\:group-hover\:relative {
    position: relative;
  }

  .group:hover .lg\:group-hover\:sticky {
    position: sticky;
  }

  .lg\:focus-within\:static:focus-within {
    position: static;
  }

  .lg\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .lg\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .lg\:focus-within\:relative:focus-within {
    position: relative;
  }

  .lg\:focus-within\:sticky:focus-within {
    position: sticky;
  }

  .lg\:first\:static:first-child {
    position: static;
  }

  .lg\:first\:fixed:first-child {
    position: fixed;
  }

  .lg\:first\:absolute:first-child {
    position: absolute;
  }

  .lg\:first\:relative:first-child {
    position: relative;
  }

  .lg\:first\:sticky:first-child {
    position: sticky;
  }

  .lg\:last\:static:last-child {
    position: static;
  }

  .lg\:last\:fixed:last-child {
    position: fixed;
  }

  .lg\:last\:absolute:last-child {
    position: absolute;
  }

  .lg\:last\:relative:last-child {
    position: relative;
  }

  .lg\:last\:sticky:last-child {
    position: sticky;
  }

  .lg\:odd\:static:nth-child(odd) {
    position: static;
  }

  .lg\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .lg\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .lg\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .lg\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .lg\:even\:static:nth-child(even) {
    position: static;
  }

  .lg\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .lg\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .lg\:even\:relative:nth-child(even) {
    position: relative;
  }

  .lg\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .lg\:hover\:static:hover {
    position: static;
  }

  .lg\:hover\:fixed:hover {
    position: fixed;
  }

  .lg\:hover\:absolute:hover {
    position: absolute;
  }

  .lg\:hover\:relative:hover {
    position: relative;
  }

  .lg\:hover\:sticky:hover {
    position: sticky;
  }

  .lg\:focus\:static:focus {
    position: static;
  }

  .lg\:focus\:fixed:focus {
    position: fixed;
  }

  .lg\:focus\:absolute:focus {
    position: absolute;
  }

  .lg\:focus\:relative:focus {
    position: relative;
  }

  .lg\:focus\:sticky:focus {
    position: sticky;
  }

  .lg\:active\:static:active {
    position: static;
  }

  .lg\:active\:fixed:active {
    position: fixed;
  }

  .lg\:active\:absolute:active {
    position: absolute;
  }

  .lg\:active\:relative:active {
    position: relative;
  }

  .lg\:active\:sticky:active {
    position: sticky;
  }

  .lg\:visited\:static:visited {
    position: static;
  }

  .lg\:visited\:fixed:visited {
    position: fixed;
  }

  .lg\:visited\:absolute:visited {
    position: absolute;
  }

  .lg\:visited\:relative:visited {
    position: relative;
  }

  .lg\:visited\:sticky:visited {
    position: sticky;
  }

  .lg\:disabled\:static:disabled {
    position: static;
  }

  .lg\:disabled\:fixed:disabled {
    position: fixed;
  }

  .lg\:disabled\:absolute:disabled {
    position: absolute;
  }

  .lg\:disabled\:relative:disabled {
    position: relative;
  }

  .lg\:disabled\:sticky:disabled {
    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-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .group:hover .lg\:group-hover\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .lg\:group-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .group:hover .lg\:group-hover\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .lg\:group-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .group:hover .lg\:group-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .lg\:group-hover\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .lg\:group-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .group:hover .lg\:group-hover\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .group:hover .lg\:group-hover\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .group:hover .lg\:group-hover\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .group:hover .lg\:group-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .group:hover .lg\:group-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .group:hover .lg\:group-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .group:hover .lg\:group-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .group:hover .lg\:group-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .group:hover .lg\:group-hover\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .group:hover .lg\:group-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .group:hover .lg\:group-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .group:hover .lg\:group-hover\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .group:hover .lg\:group-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .group:hover .lg\:group-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .group:hover .lg\:group-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .group:hover .lg\:group-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .group:hover .lg\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .group:hover .lg\:group-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .lg\:group-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .lg\:group-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .lg\:group-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .lg\:group-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .group:hover .lg\:group-hover\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .group:hover .lg\:group-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .group:hover .lg\:group-hover\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .group:hover .lg\:group-hover\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .group:hover .lg\:group-hover\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .group:hover .lg\:group-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .group:hover .lg\:group-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .group:hover .lg\:group-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .group:hover .lg\:group-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .group:hover .lg\:group-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .group:hover .lg\:group-hover\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .group:hover .lg\:group-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .group:hover .lg\:group-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .group:hover .lg\:group-hover\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .group:hover .lg\:group-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .group:hover .lg\:group-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .group:hover .lg\:group-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .group:hover .lg\:group-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .group:hover .lg\:group-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .group:hover .lg\:group-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .lg\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .lg\:group-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .lg\:group-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .group:hover .lg\:group-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .group:hover .lg\:group-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .group:hover .lg\:group-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .group:hover .lg\:group-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .group:hover .lg\:group-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .group:hover .lg\:group-hover\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .lg\:group-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .group:hover .lg\:group-hover\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .lg\:group-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .group:hover .lg\:group-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .lg\:group-hover\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .lg\:group-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .group:hover .lg\:group-hover\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .group:hover .lg\:group-hover\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .group:hover .lg\:group-hover\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .group:hover .lg\:group-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .group:hover .lg\:group-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .group:hover .lg\:group-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .group:hover .lg\:group-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .group:hover .lg\:group-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .group:hover .lg\:group-hover\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .group:hover .lg\:group-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .group:hover .lg\:group-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .group:hover .lg\:group-hover\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .group:hover .lg\:group-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .group:hover .lg\:group-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .group:hover .lg\:group-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .group:hover .lg\:group-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .group:hover .lg\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .group:hover .lg\:group-hover\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .group:hover .lg\:group-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .lg\:group-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .lg\:group-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .lg\:group-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .lg\:group-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .group:hover .lg\:group-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .lg\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .group:hover .lg\:group-hover\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .lg\:group-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .group:hover .lg\:group-hover\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .lg\:group-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .group:hover .lg\:group-hover\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .group:hover .lg\:group-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .group:hover .lg\:group-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .group:hover .lg\:group-hover\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .group:hover .lg\:group-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .group:hover .lg\:group-hover\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .group:hover .lg\:group-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .group:hover .lg\:group-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .group:hover .lg\:group-hover\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .group:hover .lg\:group-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .group:hover .lg\:group-hover\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .group:hover .lg\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .lg\:group-hover\:right-0 {
    right: 0px;
  }

  .group:hover .lg\:group-hover\:bottom-0 {
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:left-0 {
    left: 0px;
  }

  .group:hover .lg\:group-hover\:top-1 {
    top: 0.25rem;
  }

  .group:hover .lg\:group-hover\:right-1 {
    right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:left-1 {
    left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:top-2 {
    top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:top-3 {
    top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:right-3 {
    right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:left-3 {
    left: 0.75rem;
  }

  .group:hover .lg\:group-hover\:top-4 {
    top: 1rem;
  }

  .group:hover .lg\:group-hover\:right-4 {
    right: 1rem;
  }

  .group:hover .lg\:group-hover\:bottom-4 {
    bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:left-4 {
    left: 1rem;
  }

  .group:hover .lg\:group-hover\:top-5 {
    top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:right-5 {
    right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:bottom-5 {
    bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:left-5 {
    left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:top-6 {
    top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:right-6 {
    right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:left-6 {
    left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:top-7 {
    top: 1.75rem;
  }

  .group:hover .lg\:group-hover\:right-7 {
    right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:left-7 {
    left: 1.75rem;
  }

  .group:hover .lg\:group-hover\:top-8 {
    top: 2rem;
  }

  .group:hover .lg\:group-hover\:right-8 {
    right: 2rem;
  }

  .group:hover .lg\:group-hover\:bottom-8 {
    bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:left-8 {
    left: 2rem;
  }

  .group:hover .lg\:group-hover\:top-9 {
    top: 2.25rem;
  }

  .group:hover .lg\:group-hover\:right-9 {
    right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:left-9 {
    left: 2.25rem;
  }

  .group:hover .lg\:group-hover\:top-10 {
    top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:right-10 {
    right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:bottom-10 {
    bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:left-10 {
    left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:top-11 {
    top: 2.75rem;
  }

  .group:hover .lg\:group-hover\:right-11 {
    right: 2.75rem;
  }

  .group:hover .lg\:group-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .group:hover .lg\:group-hover\:left-11 {
    left: 2.75rem;
  }

  .group:hover .lg\:group-hover\:top-12 {
    top: 3rem;
  }

  .group:hover .lg\:group-hover\:right-12 {
    right: 3rem;
  }

  .group:hover .lg\:group-hover\:bottom-12 {
    bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:left-12 {
    left: 3rem;
  }

  .group:hover .lg\:group-hover\:top-14 {
    top: 3.5rem;
  }

  .group:hover .lg\:group-hover\:right-14 {
    right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:bottom-14 {
    bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:left-14 {
    left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:top-16 {
    top: 4rem;
  }

  .group:hover .lg\:group-hover\:right-16 {
    right: 4rem;
  }

  .group:hover .lg\:group-hover\:bottom-16 {
    bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:left-16 {
    left: 4rem;
  }

  .group:hover .lg\:group-hover\:top-20 {
    top: 5rem;
  }

  .group:hover .lg\:group-hover\:right-20 {
    right: 5rem;
  }

  .group:hover .lg\:group-hover\:bottom-20 {
    bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:left-20 {
    left: 5rem;
  }

  .group:hover .lg\:group-hover\:top-24 {
    top: 6rem;
  }

  .group:hover .lg\:group-hover\:right-24 {
    right: 6rem;
  }

  .group:hover .lg\:group-hover\:bottom-24 {
    bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:left-24 {
    left: 6rem;
  }

  .group:hover .lg\:group-hover\:top-28 {
    top: 7rem;
  }

  .group:hover .lg\:group-hover\:right-28 {
    right: 7rem;
  }

  .group:hover .lg\:group-hover\:bottom-28 {
    bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:left-28 {
    left: 7rem;
  }

  .group:hover .lg\:group-hover\:top-32 {
    top: 8rem;
  }

  .group:hover .lg\:group-hover\:right-32 {
    right: 8rem;
  }

  .group:hover .lg\:group-hover\:bottom-32 {
    bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:left-32 {
    left: 8rem;
  }

  .group:hover .lg\:group-hover\:top-36 {
    top: 9rem;
  }

  .group:hover .lg\:group-hover\:right-36 {
    right: 9rem;
  }

  .group:hover .lg\:group-hover\:bottom-36 {
    bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:left-36 {
    left: 9rem;
  }

  .group:hover .lg\:group-hover\:top-40 {
    top: 10rem;
  }

  .group:hover .lg\:group-hover\:right-40 {
    right: 10rem;
  }

  .group:hover .lg\:group-hover\:bottom-40 {
    bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:left-40 {
    left: 10rem;
  }

  .group:hover .lg\:group-hover\:top-44 {
    top: 11rem;
  }

  .group:hover .lg\:group-hover\:right-44 {
    right: 11rem;
  }

  .group:hover .lg\:group-hover\:bottom-44 {
    bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .lg\:group-hover\:top-48 {
    top: 12rem;
  }

  .group:hover .lg\:group-hover\:right-48 {
    right: 12rem;
  }

  .group:hover .lg\:group-hover\:bottom-48 {
    bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:left-48 {
    left: 12rem;
  }

  .group:hover .lg\:group-hover\:top-52 {
    top: 13rem;
  }

  .group:hover .lg\:group-hover\:right-52 {
    right: 13rem;
  }

  .group:hover .lg\:group-hover\:bottom-52 {
    bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:left-52 {
    left: 13rem;
  }

  .group:hover .lg\:group-hover\:top-56 {
    top: 14rem;
  }

  .group:hover .lg\:group-hover\:right-56 {
    right: 14rem;
  }

  .group:hover .lg\:group-hover\:bottom-56 {
    bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:left-56 {
    left: 14rem;
  }

  .group:hover .lg\:group-hover\:top-60 {
    top: 15rem;
  }

  .group:hover .lg\:group-hover\:right-60 {
    right: 15rem;
  }

  .group:hover .lg\:group-hover\:bottom-60 {
    bottom: 15rem;
  }

  .group:hover .lg\:group-hover\:left-60 {
    left: 15rem;
  }

  .group:hover .lg\:group-hover\:top-64 {
    top: 16rem;
  }

  .group:hover .lg\:group-hover\:right-64 {
    right: 16rem;
  }

  .group:hover .lg\:group-hover\:bottom-64 {
    bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:left-64 {
    left: 16rem;
  }

  .group:hover .lg\:group-hover\:top-72 {
    top: 18rem;
  }

  .group:hover .lg\:group-hover\:right-72 {
    right: 18rem;
  }

  .group:hover .lg\:group-hover\:bottom-72 {
    bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:left-72 {
    left: 18rem;
  }

  .group:hover .lg\:group-hover\:top-80 {
    top: 20rem;
  }

  .group:hover .lg\:group-hover\:right-80 {
    right: 20rem;
  }

  .group:hover .lg\:group-hover\:bottom-80 {
    bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:left-80 {
    left: 20rem;
  }

  .group:hover .lg\:group-hover\:top-96 {
    top: 24rem;
  }

  .group:hover .lg\:group-hover\:right-96 {
    right: 24rem;
  }

  .group:hover .lg\:group-hover\:bottom-96 {
    bottom: 24rem;
  }

  .group:hover .lg\:group-hover\:left-96 {
    left: 24rem;
  }

  .group:hover .lg\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .lg\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .lg\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .lg\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .lg\:group-hover\:top-px {
    top: 1px;
  }

  .group:hover .lg\:group-hover\:right-px {
    right: 1px;
  }

  .group:hover .lg\:group-hover\:bottom-px {
    bottom: 1px;
  }

  .group:hover .lg\:group-hover\:left-px {
    left: 1px;
  }

  .group:hover .lg\:group-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .group:hover .lg\:group-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .group:hover .lg\:group-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .group:hover .lg\:group-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .group:hover .lg\:group-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .group:hover .lg\:group-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .group:hover .lg\:group-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .group:hover .lg\:group-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .group:hover .lg\:group-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .group:hover .lg\:group-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .group:hover .lg\:group-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .group:hover .lg\:group-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .group:hover .lg\:group-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .group:hover .lg\:group-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .group:hover .lg\:group-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .group:hover .lg\:group-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-top-0 {
    top: 0px;
  }

  .group:hover .lg\:group-hover\:-right-0 {
    right: 0px;
  }

  .group:hover .lg\:group-hover\:-bottom-0 {
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:-left-0 {
    left: 0px;
  }

  .group:hover .lg\:group-hover\:-top-1 {
    top: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-right-1 {
    right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-left-1 {
    left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-top-2 {
    top: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-right-2 {
    right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-left-2 {
    left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-top-3 {
    top: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-right-3 {
    right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-left-3 {
    left: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-top-4 {
    top: -1rem;
  }

  .group:hover .lg\:group-hover\:-right-4 {
    right: -1rem;
  }

  .group:hover .lg\:group-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .group:hover .lg\:group-hover\:-left-4 {
    left: -1rem;
  }

  .group:hover .lg\:group-hover\:-top-5 {
    top: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-right-5 {
    right: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-bottom-5 {
    bottom: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-left-5 {
    left: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-top-6 {
    top: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-right-6 {
    right: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-left-6 {
    left: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-top-7 {
    top: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-right-7 {
    right: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-left-7 {
    left: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-top-8 {
    top: -2rem;
  }

  .group:hover .lg\:group-hover\:-right-8 {
    right: -2rem;
  }

  .group:hover .lg\:group-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .group:hover .lg\:group-hover\:-left-8 {
    left: -2rem;
  }

  .group:hover .lg\:group-hover\:-top-9 {
    top: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-right-9 {
    right: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-left-9 {
    left: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-top-10 {
    top: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-right-10 {
    right: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-left-10 {
    left: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-top-11 {
    top: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-right-11 {
    right: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-left-11 {
    left: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-top-12 {
    top: -3rem;
  }

  .group:hover .lg\:group-hover\:-right-12 {
    right: -3rem;
  }

  .group:hover .lg\:group-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .group:hover .lg\:group-hover\:-left-12 {
    left: -3rem;
  }

  .group:hover .lg\:group-hover\:-top-14 {
    top: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-right-14 {
    right: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-bottom-14 {
    bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-left-14 {
    left: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-top-16 {
    top: -4rem;
  }

  .group:hover .lg\:group-hover\:-right-16 {
    right: -4rem;
  }

  .group:hover .lg\:group-hover\:-bottom-16 {
    bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-left-16 {
    left: -4rem;
  }

  .group:hover .lg\:group-hover\:-top-20 {
    top: -5rem;
  }

  .group:hover .lg\:group-hover\:-right-20 {
    right: -5rem;
  }

  .group:hover .lg\:group-hover\:-bottom-20 {
    bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-left-20 {
    left: -5rem;
  }

  .group:hover .lg\:group-hover\:-top-24 {
    top: -6rem;
  }

  .group:hover .lg\:group-hover\:-right-24 {
    right: -6rem;
  }

  .group:hover .lg\:group-hover\:-bottom-24 {
    bottom: -6rem;
  }

  .group:hover .lg\:group-hover\:-left-24 {
    left: -6rem;
  }

  .group:hover .lg\:group-hover\:-top-28 {
    top: -7rem;
  }

  .group:hover .lg\:group-hover\:-right-28 {
    right: -7rem;
  }

  .group:hover .lg\:group-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-left-28 {
    left: -7rem;
  }

  .group:hover .lg\:group-hover\:-top-32 {
    top: -8rem;
  }

  .group:hover .lg\:group-hover\:-right-32 {
    right: -8rem;
  }

  .group:hover .lg\:group-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .group:hover .lg\:group-hover\:-left-32 {
    left: -8rem;
  }

  .group:hover .lg\:group-hover\:-top-36 {
    top: -9rem;
  }

  .group:hover .lg\:group-hover\:-right-36 {
    right: -9rem;
  }

  .group:hover .lg\:group-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-left-36 {
    left: -9rem;
  }

  .group:hover .lg\:group-hover\:-top-40 {
    top: -10rem;
  }

  .group:hover .lg\:group-hover\:-right-40 {
    right: -10rem;
  }

  .group:hover .lg\:group-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-left-40 {
    left: -10rem;
  }

  .group:hover .lg\:group-hover\:-top-44 {
    top: -11rem;
  }

  .group:hover .lg\:group-hover\:-right-44 {
    right: -11rem;
  }

  .group:hover .lg\:group-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-left-44 {
    left: -11rem;
  }

  .group:hover .lg\:group-hover\:-top-48 {
    top: -12rem;
  }

  .group:hover .lg\:group-hover\:-right-48 {
    right: -12rem;
  }

  .group:hover .lg\:group-hover\:-bottom-48 {
    bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-left-48 {
    left: -12rem;
  }

  .group:hover .lg\:group-hover\:-top-52 {
    top: -13rem;
  }

  .group:hover .lg\:group-hover\:-right-52 {
    right: -13rem;
  }

  .group:hover .lg\:group-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-left-52 {
    left: -13rem;
  }

  .group:hover .lg\:group-hover\:-top-56 {
    top: -14rem;
  }

  .group:hover .lg\:group-hover\:-right-56 {
    right: -14rem;
  }

  .group:hover .lg\:group-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-left-56 {
    left: -14rem;
  }

  .group:hover .lg\:group-hover\:-top-60 {
    top: -15rem;
  }

  .group:hover .lg\:group-hover\:-right-60 {
    right: -15rem;
  }

  .group:hover .lg\:group-hover\:-bottom-60 {
    bottom: -15rem;
  }

  .group:hover .lg\:group-hover\:-left-60 {
    left: -15rem;
  }

  .group:hover .lg\:group-hover\:-top-64 {
    top: -16rem;
  }

  .group:hover .lg\:group-hover\:-right-64 {
    right: -16rem;
  }

  .group:hover .lg\:group-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-left-64 {
    left: -16rem;
  }

  .group:hover .lg\:group-hover\:-top-72 {
    top: -18rem;
  }

  .group:hover .lg\:group-hover\:-right-72 {
    right: -18rem;
  }

  .group:hover .lg\:group-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-left-72 {
    left: -18rem;
  }

  .group:hover .lg\:group-hover\:-top-80 {
    top: -20rem;
  }

  .group:hover .lg\:group-hover\:-right-80 {
    right: -20rem;
  }

  .group:hover .lg\:group-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-left-80 {
    left: -20rem;
  }

  .group:hover .lg\:group-hover\:-top-96 {
    top: -24rem;
  }

  .group:hover .lg\:group-hover\:-right-96 {
    right: -24rem;
  }

  .group:hover .lg\:group-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .group:hover .lg\:group-hover\:-left-96 {
    left: -24rem;
  }

  .group:hover .lg\:group-hover\:-top-px {
    top: -1px;
  }

  .group:hover .lg\:group-hover\:-right-px {
    right: -1px;
  }

  .group:hover .lg\:group-hover\:-bottom-px {
    bottom: -1px;
  }

  .group:hover .lg\:group-hover\:-left-px {
    left: -1px;
  }

  .group:hover .lg\:group-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .group:hover .lg\:group-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .group:hover .lg\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .lg\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .lg\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .group:hover .lg\:group-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .group:hover .lg\:group-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .group:hover .lg\:group-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .group:hover .lg\:group-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .group:hover .lg\:group-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .group:hover .lg\:group-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .group:hover .lg\:group-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .group:hover .lg\:group-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .group:hover .lg\:group-hover\:top-1\/4 {
    top: 25%;
  }

  .group:hover .lg\:group-hover\:right-1\/4 {
    right: 25%;
  }

  .group:hover .lg\:group-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .group:hover .lg\:group-hover\:left-1\/4 {
    left: 25%;
  }

  .group:hover .lg\:group-hover\:top-2\/4 {
    top: 50%;
  }

  .group:hover .lg\:group-hover\:right-2\/4 {
    right: 50%;
  }

  .group:hover .lg\:group-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .group:hover .lg\:group-hover\:left-2\/4 {
    left: 50%;
  }

  .group:hover .lg\:group-hover\:top-3\/4 {
    top: 75%;
  }

  .group:hover .lg\:group-hover\:right-3\/4 {
    right: 75%;
  }

  .group:hover .lg\:group-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .group:hover .lg\:group-hover\:left-3\/4 {
    left: 75%;
  }

  .group:hover .lg\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .lg\:group-hover\:right-full {
    right: 100%;
  }

  .group:hover .lg\:group-hover\:bottom-full {
    bottom: 100%;
  }

  .group:hover .lg\:group-hover\:left-full {
    left: 100%;
  }

  .group:hover .lg\:group-hover\:-top-1\/2 {
    top: -50%;
  }

  .group:hover .lg\:group-hover\:-right-1\/2 {
    right: -50%;
  }

  .group:hover .lg\:group-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-left-1\/2 {
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-top-1\/4 {
    top: -25%;
  }

  .group:hover .lg\:group-hover\:-right-1\/4 {
    right: -25%;
  }

  .group:hover .lg\:group-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-left-1\/4 {
    left: -25%;
  }

  .group:hover .lg\:group-hover\:-top-2\/4 {
    top: -50%;
  }

  .group:hover .lg\:group-hover\:-right-2\/4 {
    right: -50%;
  }

  .group:hover .lg\:group-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-left-2\/4 {
    left: -50%;
  }

  .group:hover .lg\:group-hover\:-top-3\/4 {
    top: -75%;
  }

  .group:hover .lg\:group-hover\:-right-3\/4 {
    right: -75%;
  }

  .group:hover .lg\:group-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .group:hover .lg\:group-hover\:-left-3\/4 {
    left: -75%;
  }

  .group:hover .lg\:group-hover\:-top-full {
    top: -100%;
  }

  .group:hover .lg\:group-hover\:-right-full {
    right: -100%;
  }

  .group:hover .lg\:group-hover\:-bottom-full {
    bottom: -100%;
  }

  .group:hover .lg\:group-hover\:-left-full {
    left: -100%;
  }

  .lg\:focus-within\:inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:focus-within\:inset-1:focus-within {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:focus-within\:inset-2:focus-within {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:focus-within\:inset-3:focus-within {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:focus-within\:inset-4:focus-within {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:focus-within\:inset-5:focus-within {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:focus-within\:inset-6:focus-within {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:focus-within\:inset-7:focus-within {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:focus-within\:inset-8:focus-within {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:focus-within\:inset-9:focus-within {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:focus-within\:inset-10:focus-within {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:focus-within\:inset-11:focus-within {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:focus-within\:inset-12:focus-within {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:focus-within\:inset-14:focus-within {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:focus-within\:inset-16:focus-within {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:focus-within\:inset-20:focus-within {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:focus-within\:inset-24:focus-within {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:focus-within\:inset-28:focus-within {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:focus-within\:inset-32:focus-within {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:focus-within\:inset-36:focus-within {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:focus-within\:inset-40:focus-within {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:focus-within\:inset-44:focus-within {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:focus-within\:inset-48:focus-within {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:focus-within\:inset-52:focus-within {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:focus-within\:inset-56:focus-within {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:focus-within\:inset-60:focus-within {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:focus-within\:inset-64:focus-within {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:focus-within\:inset-72:focus-within {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:focus-within\:inset-80:focus-within {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:focus-within\:inset-96:focus-within {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus-within\:inset-px:focus-within {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:focus-within\:inset-0\.5:focus-within {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:focus-within\:inset-1\.5:focus-within {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:focus-within\:inset-2\.5:focus-within {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:focus-within\:inset-3\.5:focus-within {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:focus-within\:-inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:focus-within\:-inset-1:focus-within {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:focus-within\:-inset-2:focus-within {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:focus-within\:-inset-3:focus-within {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:focus-within\:-inset-4:focus-within {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:focus-within\:-inset-5:focus-within {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:focus-within\:-inset-6:focus-within {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:focus-within\:-inset-7:focus-within {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:focus-within\:-inset-8:focus-within {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:focus-within\:-inset-9:focus-within {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:focus-within\:-inset-10:focus-within {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:focus-within\:-inset-11:focus-within {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:focus-within\:-inset-12:focus-within {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:focus-within\:-inset-14:focus-within {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:focus-within\:-inset-16:focus-within {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:focus-within\:-inset-20:focus-within {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:focus-within\:-inset-24:focus-within {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:focus-within\:-inset-28:focus-within {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:focus-within\:-inset-32:focus-within {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:focus-within\:-inset-36:focus-within {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:focus-within\:-inset-40:focus-within {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:focus-within\:-inset-44:focus-within {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:focus-within\:-inset-48:focus-within {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:focus-within\:-inset-52:focus-within {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:focus-within\:-inset-56:focus-within {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:focus-within\:-inset-60:focus-within {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:focus-within\:-inset-64:focus-within {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:focus-within\:-inset-72:focus-within {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:focus-within\:-inset-80:focus-within {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:focus-within\:-inset-96:focus-within {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:focus-within\:-inset-px:focus-within {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:focus-within\:-inset-0\.5:focus-within {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:focus-within\:-inset-1\.5:focus-within {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:focus-within\:-inset-2\.5:focus-within {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:focus-within\:-inset-3\.5:focus-within {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:focus-within\:inset-1\/2:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:focus-within\:inset-1\/3:focus-within {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:focus-within\:inset-2\/3:focus-within {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:focus-within\:inset-1\/4:focus-within {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:focus-within\:inset-2\/4:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:focus-within\:inset-3\/4:focus-within {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:focus-within\:inset-full:focus-within {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:focus-within\:-inset-1\/2:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:focus-within\:-inset-1\/3:focus-within {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:focus-within\:-inset-2\/3:focus-within {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:focus-within\:-inset-1\/4:focus-within {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:focus-within\:-inset-2\/4:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:focus-within\:-inset-3\/4:focus-within {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:focus-within\:-inset-full:focus-within {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:focus-within\:inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .lg\:focus-within\:inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .lg\:focus-within\:inset-y-1:focus-within {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:focus-within\:inset-x-1:focus-within {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:focus-within\:inset-y-2:focus-within {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:focus-within\:inset-x-2:focus-within {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:focus-within\:inset-y-3:focus-within {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:focus-within\:inset-x-3:focus-within {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:focus-within\:inset-y-4:focus-within {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:focus-within\:inset-x-4:focus-within {
    right: 1rem;
    left: 1rem;
  }

  .lg\:focus-within\:inset-y-5:focus-within {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:focus-within\:inset-x-5:focus-within {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:focus-within\:inset-y-6:focus-within {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:focus-within\:inset-x-6:focus-within {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:focus-within\:inset-y-7:focus-within {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:focus-within\:inset-x-7:focus-within {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:focus-within\:inset-y-8:focus-within {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:focus-within\:inset-x-8:focus-within {
    right: 2rem;
    left: 2rem;
  }

  .lg\:focus-within\:inset-y-9:focus-within {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:focus-within\:inset-x-9:focus-within {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:focus-within\:inset-y-10:focus-within {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:focus-within\:inset-x-10:focus-within {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:focus-within\:inset-y-11:focus-within {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:focus-within\:inset-x-11:focus-within {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:focus-within\:inset-y-12:focus-within {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:focus-within\:inset-x-12:focus-within {
    right: 3rem;
    left: 3rem;
  }

  .lg\:focus-within\:inset-y-14:focus-within {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:focus-within\:inset-x-14:focus-within {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:focus-within\:inset-y-16:focus-within {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:focus-within\:inset-x-16:focus-within {
    right: 4rem;
    left: 4rem;
  }

  .lg\:focus-within\:inset-y-20:focus-within {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:focus-within\:inset-x-20:focus-within {
    right: 5rem;
    left: 5rem;
  }

  .lg\:focus-within\:inset-y-24:focus-within {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:focus-within\:inset-x-24:focus-within {
    right: 6rem;
    left: 6rem;
  }

  .lg\:focus-within\:inset-y-28:focus-within {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:focus-within\:inset-x-28:focus-within {
    right: 7rem;
    left: 7rem;
  }

  .lg\:focus-within\:inset-y-32:focus-within {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:focus-within\:inset-x-32:focus-within {
    right: 8rem;
    left: 8rem;
  }

  .lg\:focus-within\:inset-y-36:focus-within {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:focus-within\:inset-x-36:focus-within {
    right: 9rem;
    left: 9rem;
  }

  .lg\:focus-within\:inset-y-40:focus-within {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:focus-within\:inset-x-40:focus-within {
    right: 10rem;
    left: 10rem;
  }

  .lg\:focus-within\:inset-y-44:focus-within {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:focus-within\:inset-x-44:focus-within {
    right: 11rem;
    left: 11rem;
  }

  .lg\:focus-within\:inset-y-48:focus-within {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:focus-within\:inset-x-48:focus-within {
    right: 12rem;
    left: 12rem;
  }

  .lg\:focus-within\:inset-y-52:focus-within {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:focus-within\:inset-x-52:focus-within {
    right: 13rem;
    left: 13rem;
  }

  .lg\:focus-within\:inset-y-56:focus-within {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:focus-within\:inset-x-56:focus-within {
    right: 14rem;
    left: 14rem;
  }

  .lg\:focus-within\:inset-y-60:focus-within {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:focus-within\:inset-x-60:focus-within {
    right: 15rem;
    left: 15rem;
  }

  .lg\:focus-within\:inset-y-64:focus-within {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:focus-within\:inset-x-64:focus-within {
    right: 16rem;
    left: 16rem;
  }

  .lg\:focus-within\:inset-y-72:focus-within {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:focus-within\:inset-x-72:focus-within {
    right: 18rem;
    left: 18rem;
  }

  .lg\:focus-within\:inset-y-80:focus-within {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:focus-within\:inset-x-80:focus-within {
    right: 20rem;
    left: 20rem;
  }

  .lg\:focus-within\:inset-y-96:focus-within {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:focus-within\:inset-x-96:focus-within {
    right: 24rem;
    left: 24rem;
  }

  .lg\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .lg\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .lg\:focus-within\:inset-y-px:focus-within {
    top: 1px;
    bottom: 1px;
  }

  .lg\:focus-within\:inset-x-px:focus-within {
    right: 1px;
    left: 1px;
  }

  .lg\:focus-within\:inset-y-0\.5:focus-within {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:focus-within\:inset-x-0\.5:focus-within {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:focus-within\:inset-y-1\.5:focus-within {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:focus-within\:inset-x-1\.5:focus-within {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:focus-within\:inset-y-2\.5:focus-within {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:focus-within\:inset-x-2\.5:focus-within {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:focus-within\:inset-y-3\.5:focus-within {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:focus-within\:inset-x-3\.5:focus-within {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:focus-within\:-inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .lg\:focus-within\:-inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .lg\:focus-within\:-inset-y-1:focus-within {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:focus-within\:-inset-x-1:focus-within {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:focus-within\:-inset-y-2:focus-within {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:focus-within\:-inset-x-2:focus-within {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:focus-within\:-inset-y-3:focus-within {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:focus-within\:-inset-x-3:focus-within {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:focus-within\:-inset-y-4:focus-within {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:focus-within\:-inset-x-4:focus-within {
    right: -1rem;
    left: -1rem;
  }

  .lg\:focus-within\:-inset-y-5:focus-within {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:focus-within\:-inset-x-5:focus-within {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:focus-within\:-inset-y-6:focus-within {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:focus-within\:-inset-x-6:focus-within {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:focus-within\:-inset-y-7:focus-within {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:focus-within\:-inset-x-7:focus-within {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:focus-within\:-inset-y-8:focus-within {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:focus-within\:-inset-x-8:focus-within {
    right: -2rem;
    left: -2rem;
  }

  .lg\:focus-within\:-inset-y-9:focus-within {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:focus-within\:-inset-x-9:focus-within {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:focus-within\:-inset-y-10:focus-within {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:focus-within\:-inset-x-10:focus-within {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:focus-within\:-inset-y-11:focus-within {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:focus-within\:-inset-x-11:focus-within {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:focus-within\:-inset-y-12:focus-within {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:focus-within\:-inset-x-12:focus-within {
    right: -3rem;
    left: -3rem;
  }

  .lg\:focus-within\:-inset-y-14:focus-within {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:focus-within\:-inset-x-14:focus-within {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:focus-within\:-inset-y-16:focus-within {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:focus-within\:-inset-x-16:focus-within {
    right: -4rem;
    left: -4rem;
  }

  .lg\:focus-within\:-inset-y-20:focus-within {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:focus-within\:-inset-x-20:focus-within {
    right: -5rem;
    left: -5rem;
  }

  .lg\:focus-within\:-inset-y-24:focus-within {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:focus-within\:-inset-x-24:focus-within {
    right: -6rem;
    left: -6rem;
  }

  .lg\:focus-within\:-inset-y-28:focus-within {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:focus-within\:-inset-x-28:focus-within {
    right: -7rem;
    left: -7rem;
  }

  .lg\:focus-within\:-inset-y-32:focus-within {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:focus-within\:-inset-x-32:focus-within {
    right: -8rem;
    left: -8rem;
  }

  .lg\:focus-within\:-inset-y-36:focus-within {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:focus-within\:-inset-x-36:focus-within {
    right: -9rem;
    left: -9rem;
  }

  .lg\:focus-within\:-inset-y-40:focus-within {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:focus-within\:-inset-x-40:focus-within {
    right: -10rem;
    left: -10rem;
  }

  .lg\:focus-within\:-inset-y-44:focus-within {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:focus-within\:-inset-x-44:focus-within {
    right: -11rem;
    left: -11rem;
  }

  .lg\:focus-within\:-inset-y-48:focus-within {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:focus-within\:-inset-x-48:focus-within {
    right: -12rem;
    left: -12rem;
  }

  .lg\:focus-within\:-inset-y-52:focus-within {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:focus-within\:-inset-x-52:focus-within {
    right: -13rem;
    left: -13rem;
  }

  .lg\:focus-within\:-inset-y-56:focus-within {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:focus-within\:-inset-x-56:focus-within {
    right: -14rem;
    left: -14rem;
  }

  .lg\:focus-within\:-inset-y-60:focus-within {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:focus-within\:-inset-x-60:focus-within {
    right: -15rem;
    left: -15rem;
  }

  .lg\:focus-within\:-inset-y-64:focus-within {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:focus-within\:-inset-x-64:focus-within {
    right: -16rem;
    left: -16rem;
  }

  .lg\:focus-within\:-inset-y-72:focus-within {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:focus-within\:-inset-x-72:focus-within {
    right: -18rem;
    left: -18rem;
  }

  .lg\:focus-within\:-inset-y-80:focus-within {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:focus-within\:-inset-x-80:focus-within {
    right: -20rem;
    left: -20rem;
  }

  .lg\:focus-within\:-inset-y-96:focus-within {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:focus-within\:-inset-x-96:focus-within {
    right: -24rem;
    left: -24rem;
  }

  .lg\:focus-within\:-inset-y-px:focus-within {
    top: -1px;
    bottom: -1px;
  }

  .lg\:focus-within\:-inset-x-px:focus-within {
    right: -1px;
    left: -1px;
  }

  .lg\:focus-within\:-inset-y-0\.5:focus-within {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:focus-within\:-inset-x-0\.5:focus-within {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:focus-within\:-inset-y-1\.5:focus-within {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:focus-within\:-inset-x-1\.5:focus-within {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:focus-within\:-inset-y-2\.5:focus-within {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:focus-within\:-inset-x-2\.5:focus-within {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:focus-within\:-inset-y-3\.5:focus-within {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:focus-within\:-inset-x-3\.5:focus-within {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:focus-within\:inset-y-1\/2:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .lg\:focus-within\:inset-x-1\/2:focus-within {
    right: 50%;
    left: 50%;
  }

  .lg\:focus-within\:inset-y-1\/3:focus-within {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:focus-within\:inset-x-1\/3:focus-within {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:focus-within\:inset-y-2\/3:focus-within {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:focus-within\:inset-x-2\/3:focus-within {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:focus-within\:inset-y-1\/4:focus-within {
    top: 25%;
    bottom: 25%;
  }

  .lg\:focus-within\:inset-x-1\/4:focus-within {
    right: 25%;
    left: 25%;
  }

  .lg\:focus-within\:inset-y-2\/4:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .lg\:focus-within\:inset-x-2\/4:focus-within {
    right: 50%;
    left: 50%;
  }

  .lg\:focus-within\:inset-y-3\/4:focus-within {
    top: 75%;
    bottom: 75%;
  }

  .lg\:focus-within\:inset-x-3\/4:focus-within {
    right: 75%;
    left: 75%;
  }

  .lg\:focus-within\:inset-y-full:focus-within {
    top: 100%;
    bottom: 100%;
  }

  .lg\:focus-within\:inset-x-full:focus-within {
    right: 100%;
    left: 100%;
  }

  .lg\:focus-within\:-inset-y-1\/2:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .lg\:focus-within\:-inset-x-1\/2:focus-within {
    right: -50%;
    left: -50%;
  }

  .lg\:focus-within\:-inset-y-1\/3:focus-within {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:focus-within\:-inset-x-1\/3:focus-within {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:focus-within\:-inset-y-2\/3:focus-within {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:focus-within\:-inset-x-2\/3:focus-within {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:focus-within\:-inset-y-1\/4:focus-within {
    top: -25%;
    bottom: -25%;
  }

  .lg\:focus-within\:-inset-x-1\/4:focus-within {
    right: -25%;
    left: -25%;
  }

  .lg\:focus-within\:-inset-y-2\/4:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .lg\:focus-within\:-inset-x-2\/4:focus-within {
    right: -50%;
    left: -50%;
  }

  .lg\:focus-within\:-inset-y-3\/4:focus-within {
    top: -75%;
    bottom: -75%;
  }

  .lg\:focus-within\:-inset-x-3\/4:focus-within {
    right: -75%;
    left: -75%;
  }

  .lg\:focus-within\:-inset-y-full:focus-within {
    top: -100%;
    bottom: -100%;
  }

  .lg\:focus-within\:-inset-x-full:focus-within {
    right: -100%;
    left: -100%;
  }

  .lg\:focus-within\:top-0:focus-within {
    top: 0px;
  }

  .lg\:focus-within\:right-0:focus-within {
    right: 0px;
  }

  .lg\:focus-within\:bottom-0:focus-within {
    bottom: 0px;
  }

  .lg\:focus-within\:left-0:focus-within {
    left: 0px;
  }

  .lg\:focus-within\:top-1:focus-within {
    top: 0.25rem;
  }

  .lg\:focus-within\:right-1:focus-within {
    right: 0.25rem;
  }

  .lg\:focus-within\:bottom-1:focus-within {
    bottom: 0.25rem;
  }

  .lg\:focus-within\:left-1:focus-within {
    left: 0.25rem;
  }

  .lg\:focus-within\:top-2:focus-within {
    top: 0.5rem;
  }

  .lg\:focus-within\:right-2:focus-within {
    right: 0.5rem;
  }

  .lg\:focus-within\:bottom-2:focus-within {
    bottom: 0.5rem;
  }

  .lg\:focus-within\:left-2:focus-within {
    left: 0.5rem;
  }

  .lg\:focus-within\:top-3:focus-within {
    top: 0.75rem;
  }

  .lg\:focus-within\:right-3:focus-within {
    right: 0.75rem;
  }

  .lg\:focus-within\:bottom-3:focus-within {
    bottom: 0.75rem;
  }

  .lg\:focus-within\:left-3:focus-within {
    left: 0.75rem;
  }

  .lg\:focus-within\:top-4:focus-within {
    top: 1rem;
  }

  .lg\:focus-within\:right-4:focus-within {
    right: 1rem;
  }

  .lg\:focus-within\:bottom-4:focus-within {
    bottom: 1rem;
  }

  .lg\:focus-within\:left-4:focus-within {
    left: 1rem;
  }

  .lg\:focus-within\:top-5:focus-within {
    top: 1.25rem;
  }

  .lg\:focus-within\:right-5:focus-within {
    right: 1.25rem;
  }

  .lg\:focus-within\:bottom-5:focus-within {
    bottom: 1.25rem;
  }

  .lg\:focus-within\:left-5:focus-within {
    left: 1.25rem;
  }

  .lg\:focus-within\:top-6:focus-within {
    top: 1.5rem;
  }

  .lg\:focus-within\:right-6:focus-within {
    right: 1.5rem;
  }

  .lg\:focus-within\:bottom-6:focus-within {
    bottom: 1.5rem;
  }

  .lg\:focus-within\:left-6:focus-within {
    left: 1.5rem;
  }

  .lg\:focus-within\:top-7:focus-within {
    top: 1.75rem;
  }

  .lg\:focus-within\:right-7:focus-within {
    right: 1.75rem;
  }

  .lg\:focus-within\:bottom-7:focus-within {
    bottom: 1.75rem;
  }

  .lg\:focus-within\:left-7:focus-within {
    left: 1.75rem;
  }

  .lg\:focus-within\:top-8:focus-within {
    top: 2rem;
  }

  .lg\:focus-within\:right-8:focus-within {
    right: 2rem;
  }

  .lg\:focus-within\:bottom-8:focus-within {
    bottom: 2rem;
  }

  .lg\:focus-within\:left-8:focus-within {
    left: 2rem;
  }

  .lg\:focus-within\:top-9:focus-within {
    top: 2.25rem;
  }

  .lg\:focus-within\:right-9:focus-within {
    right: 2.25rem;
  }

  .lg\:focus-within\:bottom-9:focus-within {
    bottom: 2.25rem;
  }

  .lg\:focus-within\:left-9:focus-within {
    left: 2.25rem;
  }

  .lg\:focus-within\:top-10:focus-within {
    top: 2.5rem;
  }

  .lg\:focus-within\:right-10:focus-within {
    right: 2.5rem;
  }

  .lg\:focus-within\:bottom-10:focus-within {
    bottom: 2.5rem;
  }

  .lg\:focus-within\:left-10:focus-within {
    left: 2.5rem;
  }

  .lg\:focus-within\:top-11:focus-within {
    top: 2.75rem;
  }

  .lg\:focus-within\:right-11:focus-within {
    right: 2.75rem;
  }

  .lg\:focus-within\:bottom-11:focus-within {
    bottom: 2.75rem;
  }

  .lg\:focus-within\:left-11:focus-within {
    left: 2.75rem;
  }

  .lg\:focus-within\:top-12:focus-within {
    top: 3rem;
  }

  .lg\:focus-within\:right-12:focus-within {
    right: 3rem;
  }

  .lg\:focus-within\:bottom-12:focus-within {
    bottom: 3rem;
  }

  .lg\:focus-within\:left-12:focus-within {
    left: 3rem;
  }

  .lg\:focus-within\:top-14:focus-within {
    top: 3.5rem;
  }

  .lg\:focus-within\:right-14:focus-within {
    right: 3.5rem;
  }

  .lg\:focus-within\:bottom-14:focus-within {
    bottom: 3.5rem;
  }

  .lg\:focus-within\:left-14:focus-within {
    left: 3.5rem;
  }

  .lg\:focus-within\:top-16:focus-within {
    top: 4rem;
  }

  .lg\:focus-within\:right-16:focus-within {
    right: 4rem;
  }

  .lg\:focus-within\:bottom-16:focus-within {
    bottom: 4rem;
  }

  .lg\:focus-within\:left-16:focus-within {
    left: 4rem;
  }

  .lg\:focus-within\:top-20:focus-within {
    top: 5rem;
  }

  .lg\:focus-within\:right-20:focus-within {
    right: 5rem;
  }

  .lg\:focus-within\:bottom-20:focus-within {
    bottom: 5rem;
  }

  .lg\:focus-within\:left-20:focus-within {
    left: 5rem;
  }

  .lg\:focus-within\:top-24:focus-within {
    top: 6rem;
  }

  .lg\:focus-within\:right-24:focus-within {
    right: 6rem;
  }

  .lg\:focus-within\:bottom-24:focus-within {
    bottom: 6rem;
  }

  .lg\:focus-within\:left-24:focus-within {
    left: 6rem;
  }

  .lg\:focus-within\:top-28:focus-within {
    top: 7rem;
  }

  .lg\:focus-within\:right-28:focus-within {
    right: 7rem;
  }

  .lg\:focus-within\:bottom-28:focus-within {
    bottom: 7rem;
  }

  .lg\:focus-within\:left-28:focus-within {
    left: 7rem;
  }

  .lg\:focus-within\:top-32:focus-within {
    top: 8rem;
  }

  .lg\:focus-within\:right-32:focus-within {
    right: 8rem;
  }

  .lg\:focus-within\:bottom-32:focus-within {
    bottom: 8rem;
  }

  .lg\:focus-within\:left-32:focus-within {
    left: 8rem;
  }

  .lg\:focus-within\:top-36:focus-within {
    top: 9rem;
  }

  .lg\:focus-within\:right-36:focus-within {
    right: 9rem;
  }

  .lg\:focus-within\:bottom-36:focus-within {
    bottom: 9rem;
  }

  .lg\:focus-within\:left-36:focus-within {
    left: 9rem;
  }

  .lg\:focus-within\:top-40:focus-within {
    top: 10rem;
  }

  .lg\:focus-within\:right-40:focus-within {
    right: 10rem;
  }

  .lg\:focus-within\:bottom-40:focus-within {
    bottom: 10rem;
  }

  .lg\:focus-within\:left-40:focus-within {
    left: 10rem;
  }

  .lg\:focus-within\:top-44:focus-within {
    top: 11rem;
  }

  .lg\:focus-within\:right-44:focus-within {
    right: 11rem;
  }

  .lg\:focus-within\:bottom-44:focus-within {
    bottom: 11rem;
  }

  .lg\:focus-within\:left-44:focus-within {
    left: 11rem;
  }

  .lg\:focus-within\:top-48:focus-within {
    top: 12rem;
  }

  .lg\:focus-within\:right-48:focus-within {
    right: 12rem;
  }

  .lg\:focus-within\:bottom-48:focus-within {
    bottom: 12rem;
  }

  .lg\:focus-within\:left-48:focus-within {
    left: 12rem;
  }

  .lg\:focus-within\:top-52:focus-within {
    top: 13rem;
  }

  .lg\:focus-within\:right-52:focus-within {
    right: 13rem;
  }

  .lg\:focus-within\:bottom-52:focus-within {
    bottom: 13rem;
  }

  .lg\:focus-within\:left-52:focus-within {
    left: 13rem;
  }

  .lg\:focus-within\:top-56:focus-within {
    top: 14rem;
  }

  .lg\:focus-within\:right-56:focus-within {
    right: 14rem;
  }

  .lg\:focus-within\:bottom-56:focus-within {
    bottom: 14rem;
  }

  .lg\:focus-within\:left-56:focus-within {
    left: 14rem;
  }

  .lg\:focus-within\:top-60:focus-within {
    top: 15rem;
  }

  .lg\:focus-within\:right-60:focus-within {
    right: 15rem;
  }

  .lg\:focus-within\:bottom-60:focus-within {
    bottom: 15rem;
  }

  .lg\:focus-within\:left-60:focus-within {
    left: 15rem;
  }

  .lg\:focus-within\:top-64:focus-within {
    top: 16rem;
  }

  .lg\:focus-within\:right-64:focus-within {
    right: 16rem;
  }

  .lg\:focus-within\:bottom-64:focus-within {
    bottom: 16rem;
  }

  .lg\:focus-within\:left-64:focus-within {
    left: 16rem;
  }

  .lg\:focus-within\:top-72:focus-within {
    top: 18rem;
  }

  .lg\:focus-within\:right-72:focus-within {
    right: 18rem;
  }

  .lg\:focus-within\:bottom-72:focus-within {
    bottom: 18rem;
  }

  .lg\:focus-within\:left-72:focus-within {
    left: 18rem;
  }

  .lg\:focus-within\:top-80:focus-within {
    top: 20rem;
  }

  .lg\:focus-within\:right-80:focus-within {
    right: 20rem;
  }

  .lg\:focus-within\:bottom-80:focus-within {
    bottom: 20rem;
  }

  .lg\:focus-within\:left-80:focus-within {
    left: 20rem;
  }

  .lg\:focus-within\:top-96:focus-within {
    top: 24rem;
  }

  .lg\:focus-within\:right-96:focus-within {
    right: 24rem;
  }

  .lg\:focus-within\:bottom-96:focus-within {
    bottom: 24rem;
  }

  .lg\:focus-within\:left-96:focus-within {
    left: 24rem;
  }

  .lg\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .lg\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .lg\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .lg\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .lg\:focus-within\:top-px:focus-within {
    top: 1px;
  }

  .lg\:focus-within\:right-px:focus-within {
    right: 1px;
  }

  .lg\:focus-within\:bottom-px:focus-within {
    bottom: 1px;
  }

  .lg\:focus-within\:left-px:focus-within {
    left: 1px;
  }

  .lg\:focus-within\:top-0\.5:focus-within {
    top: 0.125rem;
  }

  .lg\:focus-within\:right-0\.5:focus-within {
    right: 0.125rem;
  }

  .lg\:focus-within\:bottom-0\.5:focus-within {
    bottom: 0.125rem;
  }

  .lg\:focus-within\:left-0\.5:focus-within {
    left: 0.125rem;
  }

  .lg\:focus-within\:top-1\.5:focus-within {
    top: 0.375rem;
  }

  .lg\:focus-within\:right-1\.5:focus-within {
    right: 0.375rem;
  }

  .lg\:focus-within\:bottom-1\.5:focus-within {
    bottom: 0.375rem;
  }

  .lg\:focus-within\:left-1\.5:focus-within {
    left: 0.375rem;
  }

  .lg\:focus-within\:top-2\.5:focus-within {
    top: 0.625rem;
  }

  .lg\:focus-within\:right-2\.5:focus-within {
    right: 0.625rem;
  }

  .lg\:focus-within\:bottom-2\.5:focus-within {
    bottom: 0.625rem;
  }

  .lg\:focus-within\:left-2\.5:focus-within {
    left: 0.625rem;
  }

  .lg\:focus-within\:top-3\.5:focus-within {
    top: 0.875rem;
  }

  .lg\:focus-within\:right-3\.5:focus-within {
    right: 0.875rem;
  }

  .lg\:focus-within\:bottom-3\.5:focus-within {
    bottom: 0.875rem;
  }

  .lg\:focus-within\:left-3\.5:focus-within {
    left: 0.875rem;
  }

  .lg\:focus-within\:-top-0:focus-within {
    top: 0px;
  }

  .lg\:focus-within\:-right-0:focus-within {
    right: 0px;
  }

  .lg\:focus-within\:-bottom-0:focus-within {
    bottom: 0px;
  }

  .lg\:focus-within\:-left-0:focus-within {
    left: 0px;
  }

  .lg\:focus-within\:-top-1:focus-within {
    top: -0.25rem;
  }

  .lg\:focus-within\:-right-1:focus-within {
    right: -0.25rem;
  }

  .lg\:focus-within\:-bottom-1:focus-within {
    bottom: -0.25rem;
  }

  .lg\:focus-within\:-left-1:focus-within {
    left: -0.25rem;
  }

  .lg\:focus-within\:-top-2:focus-within {
    top: -0.5rem;
  }

  .lg\:focus-within\:-right-2:focus-within {
    right: -0.5rem;
  }

  .lg\:focus-within\:-bottom-2:focus-within {
    bottom: -0.5rem;
  }

  .lg\:focus-within\:-left-2:focus-within {
    left: -0.5rem;
  }

  .lg\:focus-within\:-top-3:focus-within {
    top: -0.75rem;
  }

  .lg\:focus-within\:-right-3:focus-within {
    right: -0.75rem;
  }

  .lg\:focus-within\:-bottom-3:focus-within {
    bottom: -0.75rem;
  }

  .lg\:focus-within\:-left-3:focus-within {
    left: -0.75rem;
  }

  .lg\:focus-within\:-top-4:focus-within {
    top: -1rem;
  }

  .lg\:focus-within\:-right-4:focus-within {
    right: -1rem;
  }

  .lg\:focus-within\:-bottom-4:focus-within {
    bottom: -1rem;
  }

  .lg\:focus-within\:-left-4:focus-within {
    left: -1rem;
  }

  .lg\:focus-within\:-top-5:focus-within {
    top: -1.25rem;
  }

  .lg\:focus-within\:-right-5:focus-within {
    right: -1.25rem;
  }

  .lg\:focus-within\:-bottom-5:focus-within {
    bottom: -1.25rem;
  }

  .lg\:focus-within\:-left-5:focus-within {
    left: -1.25rem;
  }

  .lg\:focus-within\:-top-6:focus-within {
    top: -1.5rem;
  }

  .lg\:focus-within\:-right-6:focus-within {
    right: -1.5rem;
  }

  .lg\:focus-within\:-bottom-6:focus-within {
    bottom: -1.5rem;
  }

  .lg\:focus-within\:-left-6:focus-within {
    left: -1.5rem;
  }

  .lg\:focus-within\:-top-7:focus-within {
    top: -1.75rem;
  }

  .lg\:focus-within\:-right-7:focus-within {
    right: -1.75rem;
  }

  .lg\:focus-within\:-bottom-7:focus-within {
    bottom: -1.75rem;
  }

  .lg\:focus-within\:-left-7:focus-within {
    left: -1.75rem;
  }

  .lg\:focus-within\:-top-8:focus-within {
    top: -2rem;
  }

  .lg\:focus-within\:-right-8:focus-within {
    right: -2rem;
  }

  .lg\:focus-within\:-bottom-8:focus-within {
    bottom: -2rem;
  }

  .lg\:focus-within\:-left-8:focus-within {
    left: -2rem;
  }

  .lg\:focus-within\:-top-9:focus-within {
    top: -2.25rem;
  }

  .lg\:focus-within\:-right-9:focus-within {
    right: -2.25rem;
  }

  .lg\:focus-within\:-bottom-9:focus-within {
    bottom: -2.25rem;
  }

  .lg\:focus-within\:-left-9:focus-within {
    left: -2.25rem;
  }

  .lg\:focus-within\:-top-10:focus-within {
    top: -2.5rem;
  }

  .lg\:focus-within\:-right-10:focus-within {
    right: -2.5rem;
  }

  .lg\:focus-within\:-bottom-10:focus-within {
    bottom: -2.5rem;
  }

  .lg\:focus-within\:-left-10:focus-within {
    left: -2.5rem;
  }

  .lg\:focus-within\:-top-11:focus-within {
    top: -2.75rem;
  }

  .lg\:focus-within\:-right-11:focus-within {
    right: -2.75rem;
  }

  .lg\:focus-within\:-bottom-11:focus-within {
    bottom: -2.75rem;
  }

  .lg\:focus-within\:-left-11:focus-within {
    left: -2.75rem;
  }

  .lg\:focus-within\:-top-12:focus-within {
    top: -3rem;
  }

  .lg\:focus-within\:-right-12:focus-within {
    right: -3rem;
  }

  .lg\:focus-within\:-bottom-12:focus-within {
    bottom: -3rem;
  }

  .lg\:focus-within\:-left-12:focus-within {
    left: -3rem;
  }

  .lg\:focus-within\:-top-14:focus-within {
    top: -3.5rem;
  }

  .lg\:focus-within\:-right-14:focus-within {
    right: -3.5rem;
  }

  .lg\:focus-within\:-bottom-14:focus-within {
    bottom: -3.5rem;
  }

  .lg\:focus-within\:-left-14:focus-within {
    left: -3.5rem;
  }

  .lg\:focus-within\:-top-16:focus-within {
    top: -4rem;
  }

  .lg\:focus-within\:-right-16:focus-within {
    right: -4rem;
  }

  .lg\:focus-within\:-bottom-16:focus-within {
    bottom: -4rem;
  }

  .lg\:focus-within\:-left-16:focus-within {
    left: -4rem;
  }

  .lg\:focus-within\:-top-20:focus-within {
    top: -5rem;
  }

  .lg\:focus-within\:-right-20:focus-within {
    right: -5rem;
  }

  .lg\:focus-within\:-bottom-20:focus-within {
    bottom: -5rem;
  }

  .lg\:focus-within\:-left-20:focus-within {
    left: -5rem;
  }

  .lg\:focus-within\:-top-24:focus-within {
    top: -6rem;
  }

  .lg\:focus-within\:-right-24:focus-within {
    right: -6rem;
  }

  .lg\:focus-within\:-bottom-24:focus-within {
    bottom: -6rem;
  }

  .lg\:focus-within\:-left-24:focus-within {
    left: -6rem;
  }

  .lg\:focus-within\:-top-28:focus-within {
    top: -7rem;
  }

  .lg\:focus-within\:-right-28:focus-within {
    right: -7rem;
  }

  .lg\:focus-within\:-bottom-28:focus-within {
    bottom: -7rem;
  }

  .lg\:focus-within\:-left-28:focus-within {
    left: -7rem;
  }

  .lg\:focus-within\:-top-32:focus-within {
    top: -8rem;
  }

  .lg\:focus-within\:-right-32:focus-within {
    right: -8rem;
  }

  .lg\:focus-within\:-bottom-32:focus-within {
    bottom: -8rem;
  }

  .lg\:focus-within\:-left-32:focus-within {
    left: -8rem;
  }

  .lg\:focus-within\:-top-36:focus-within {
    top: -9rem;
  }

  .lg\:focus-within\:-right-36:focus-within {
    right: -9rem;
  }

  .lg\:focus-within\:-bottom-36:focus-within {
    bottom: -9rem;
  }

  .lg\:focus-within\:-left-36:focus-within {
    left: -9rem;
  }

  .lg\:focus-within\:-top-40:focus-within {
    top: -10rem;
  }

  .lg\:focus-within\:-right-40:focus-within {
    right: -10rem;
  }

  .lg\:focus-within\:-bottom-40:focus-within {
    bottom: -10rem;
  }

  .lg\:focus-within\:-left-40:focus-within {
    left: -10rem;
  }

  .lg\:focus-within\:-top-44:focus-within {
    top: -11rem;
  }

  .lg\:focus-within\:-right-44:focus-within {
    right: -11rem;
  }

  .lg\:focus-within\:-bottom-44:focus-within {
    bottom: -11rem;
  }

  .lg\:focus-within\:-left-44:focus-within {
    left: -11rem;
  }

  .lg\:focus-within\:-top-48:focus-within {
    top: -12rem;
  }

  .lg\:focus-within\:-right-48:focus-within {
    right: -12rem;
  }

  .lg\:focus-within\:-bottom-48:focus-within {
    bottom: -12rem;
  }

  .lg\:focus-within\:-left-48:focus-within {
    left: -12rem;
  }

  .lg\:focus-within\:-top-52:focus-within {
    top: -13rem;
  }

  .lg\:focus-within\:-right-52:focus-within {
    right: -13rem;
  }

  .lg\:focus-within\:-bottom-52:focus-within {
    bottom: -13rem;
  }

  .lg\:focus-within\:-left-52:focus-within {
    left: -13rem;
  }

  .lg\:focus-within\:-top-56:focus-within {
    top: -14rem;
  }

  .lg\:focus-within\:-right-56:focus-within {
    right: -14rem;
  }

  .lg\:focus-within\:-bottom-56:focus-within {
    bottom: -14rem;
  }

  .lg\:focus-within\:-left-56:focus-within {
    left: -14rem;
  }

  .lg\:focus-within\:-top-60:focus-within {
    top: -15rem;
  }

  .lg\:focus-within\:-right-60:focus-within {
    right: -15rem;
  }

  .lg\:focus-within\:-bottom-60:focus-within {
    bottom: -15rem;
  }

  .lg\:focus-within\:-left-60:focus-within {
    left: -15rem;
  }

  .lg\:focus-within\:-top-64:focus-within {
    top: -16rem;
  }

  .lg\:focus-within\:-right-64:focus-within {
    right: -16rem;
  }

  .lg\:focus-within\:-bottom-64:focus-within {
    bottom: -16rem;
  }

  .lg\:focus-within\:-left-64:focus-within {
    left: -16rem;
  }

  .lg\:focus-within\:-top-72:focus-within {
    top: -18rem;
  }

  .lg\:focus-within\:-right-72:focus-within {
    right: -18rem;
  }

  .lg\:focus-within\:-bottom-72:focus-within {
    bottom: -18rem;
  }

  .lg\:focus-within\:-left-72:focus-within {
    left: -18rem;
  }

  .lg\:focus-within\:-top-80:focus-within {
    top: -20rem;
  }

  .lg\:focus-within\:-right-80:focus-within {
    right: -20rem;
  }

  .lg\:focus-within\:-bottom-80:focus-within {
    bottom: -20rem;
  }

  .lg\:focus-within\:-left-80:focus-within {
    left: -20rem;
  }

  .lg\:focus-within\:-top-96:focus-within {
    top: -24rem;
  }

  .lg\:focus-within\:-right-96:focus-within {
    right: -24rem;
  }

  .lg\:focus-within\:-bottom-96:focus-within {
    bottom: -24rem;
  }

  .lg\:focus-within\:-left-96:focus-within {
    left: -24rem;
  }

  .lg\:focus-within\:-top-px:focus-within {
    top: -1px;
  }

  .lg\:focus-within\:-right-px:focus-within {
    right: -1px;
  }

  .lg\:focus-within\:-bottom-px:focus-within {
    bottom: -1px;
  }

  .lg\:focus-within\:-left-px:focus-within {
    left: -1px;
  }

  .lg\:focus-within\:-top-0\.5:focus-within {
    top: -0.125rem;
  }

  .lg\:focus-within\:-right-0\.5:focus-within {
    right: -0.125rem;
  }

  .lg\:focus-within\:-bottom-0\.5:focus-within {
    bottom: -0.125rem;
  }

  .lg\:focus-within\:-left-0\.5:focus-within {
    left: -0.125rem;
  }

  .lg\:focus-within\:-top-1\.5:focus-within {
    top: -0.375rem;
  }

  .lg\:focus-within\:-right-1\.5:focus-within {
    right: -0.375rem;
  }

  .lg\:focus-within\:-bottom-1\.5:focus-within {
    bottom: -0.375rem;
  }

  .lg\:focus-within\:-left-1\.5:focus-within {
    left: -0.375rem;
  }

  .lg\:focus-within\:-top-2\.5:focus-within {
    top: -0.625rem;
  }

  .lg\:focus-within\:-right-2\.5:focus-within {
    right: -0.625rem;
  }

  .lg\:focus-within\:-bottom-2\.5:focus-within {
    bottom: -0.625rem;
  }

  .lg\:focus-within\:-left-2\.5:focus-within {
    left: -0.625rem;
  }

  .lg\:focus-within\:-top-3\.5:focus-within {
    top: -0.875rem;
  }

  .lg\:focus-within\:-right-3\.5:focus-within {
    right: -0.875rem;
  }

  .lg\:focus-within\:-bottom-3\.5:focus-within {
    bottom: -0.875rem;
  }

  .lg\:focus-within\:-left-3\.5:focus-within {
    left: -0.875rem;
  }

  .lg\:focus-within\:top-1\/2:focus-within {
    top: 50%;
  }

  .lg\:focus-within\:right-1\/2:focus-within {
    right: 50%;
  }

  .lg\:focus-within\:bottom-1\/2:focus-within {
    bottom: 50%;
  }

  .lg\:focus-within\:left-1\/2:focus-within {
    left: 50%;
  }

  .lg\:focus-within\:top-1\/3:focus-within {
    top: 33.333333%;
  }

  .lg\:focus-within\:right-1\/3:focus-within {
    right: 33.333333%;
  }

  .lg\:focus-within\:bottom-1\/3:focus-within {
    bottom: 33.333333%;
  }

  .lg\:focus-within\:left-1\/3:focus-within {
    left: 33.333333%;
  }

  .lg\:focus-within\:top-2\/3:focus-within {
    top: 66.666667%;
  }

  .lg\:focus-within\:right-2\/3:focus-within {
    right: 66.666667%;
  }

  .lg\:focus-within\:bottom-2\/3:focus-within {
    bottom: 66.666667%;
  }

  .lg\:focus-within\:left-2\/3:focus-within {
    left: 66.666667%;
  }

  .lg\:focus-within\:top-1\/4:focus-within {
    top: 25%;
  }

  .lg\:focus-within\:right-1\/4:focus-within {
    right: 25%;
  }

  .lg\:focus-within\:bottom-1\/4:focus-within {
    bottom: 25%;
  }

  .lg\:focus-within\:left-1\/4:focus-within {
    left: 25%;
  }

  .lg\:focus-within\:top-2\/4:focus-within {
    top: 50%;
  }

  .lg\:focus-within\:right-2\/4:focus-within {
    right: 50%;
  }

  .lg\:focus-within\:bottom-2\/4:focus-within {
    bottom: 50%;
  }

  .lg\:focus-within\:left-2\/4:focus-within {
    left: 50%;
  }

  .lg\:focus-within\:top-3\/4:focus-within {
    top: 75%;
  }

  .lg\:focus-within\:right-3\/4:focus-within {
    right: 75%;
  }

  .lg\:focus-within\:bottom-3\/4:focus-within {
    bottom: 75%;
  }

  .lg\:focus-within\:left-3\/4:focus-within {
    left: 75%;
  }

  .lg\:focus-within\:top-full:focus-within {
    top: 100%;
  }

  .lg\:focus-within\:right-full:focus-within {
    right: 100%;
  }

  .lg\:focus-within\:bottom-full:focus-within {
    bottom: 100%;
  }

  .lg\:focus-within\:left-full:focus-within {
    left: 100%;
  }

  .lg\:focus-within\:-top-1\/2:focus-within {
    top: -50%;
  }

  .lg\:focus-within\:-right-1\/2:focus-within {
    right: -50%;
  }

  .lg\:focus-within\:-bottom-1\/2:focus-within {
    bottom: -50%;
  }

  .lg\:focus-within\:-left-1\/2:focus-within {
    left: -50%;
  }

  .lg\:focus-within\:-top-1\/3:focus-within {
    top: -33.333333%;
  }

  .lg\:focus-within\:-right-1\/3:focus-within {
    right: -33.333333%;
  }

  .lg\:focus-within\:-bottom-1\/3:focus-within {
    bottom: -33.333333%;
  }

  .lg\:focus-within\:-left-1\/3:focus-within {
    left: -33.333333%;
  }

  .lg\:focus-within\:-top-2\/3:focus-within {
    top: -66.666667%;
  }

  .lg\:focus-within\:-right-2\/3:focus-within {
    right: -66.666667%;
  }

  .lg\:focus-within\:-bottom-2\/3:focus-within {
    bottom: -66.666667%;
  }

  .lg\:focus-within\:-left-2\/3:focus-within {
    left: -66.666667%;
  }

  .lg\:focus-within\:-top-1\/4:focus-within {
    top: -25%;
  }

  .lg\:focus-within\:-right-1\/4:focus-within {
    right: -25%;
  }

  .lg\:focus-within\:-bottom-1\/4:focus-within {
    bottom: -25%;
  }

  .lg\:focus-within\:-left-1\/4:focus-within {
    left: -25%;
  }

  .lg\:focus-within\:-top-2\/4:focus-within {
    top: -50%;
  }

  .lg\:focus-within\:-right-2\/4:focus-within {
    right: -50%;
  }

  .lg\:focus-within\:-bottom-2\/4:focus-within {
    bottom: -50%;
  }

  .lg\:focus-within\:-left-2\/4:focus-within {
    left: -50%;
  }

  .lg\:focus-within\:-top-3\/4:focus-within {
    top: -75%;
  }

  .lg\:focus-within\:-right-3\/4:focus-within {
    right: -75%;
  }

  .lg\:focus-within\:-bottom-3\/4:focus-within {
    bottom: -75%;
  }

  .lg\:focus-within\:-left-3\/4:focus-within {
    left: -75%;
  }

  .lg\:focus-within\:-top-full:focus-within {
    top: -100%;
  }

  .lg\:focus-within\:-right-full:focus-within {
    right: -100%;
  }

  .lg\:focus-within\:-bottom-full:focus-within {
    bottom: -100%;
  }

  .lg\:focus-within\:-left-full:focus-within {
    left: -100%;
  }

  .lg\:first\:inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:first\:inset-1:first-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:first\:inset-2:first-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:first\:inset-3:first-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:first\:inset-4:first-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:first\:inset-5:first-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:first\:inset-6:first-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:first\:inset-7:first-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:first\:inset-8:first-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:first\:inset-9:first-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:first\:inset-10:first-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:first\:inset-11:first-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:first\:inset-12:first-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:first\:inset-14:first-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:first\:inset-16:first-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:first\:inset-20:first-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:first\:inset-24:first-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:first\:inset-28:first-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:first\:inset-32:first-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:first\:inset-36:first-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:first\:inset-40:first-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:first\:inset-44:first-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:first\:inset-48:first-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:first\:inset-52:first-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:first\:inset-56:first-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:first\:inset-60:first-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:first\:inset-64:first-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:first\:inset-72:first-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:first\:inset-80:first-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:first\:inset-96:first-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:first\:inset-px:first-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:first\:inset-0\.5:first-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:first\:inset-1\.5:first-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:first\:inset-2\.5:first-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:first\:inset-3\.5:first-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:first\:-inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:first\:-inset-1:first-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:first\:-inset-2:first-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:first\:-inset-3:first-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:first\:-inset-4:first-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:first\:-inset-5:first-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:first\:-inset-6:first-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:first\:-inset-7:first-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:first\:-inset-8:first-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:first\:-inset-9:first-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:first\:-inset-10:first-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:first\:-inset-11:first-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:first\:-inset-12:first-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:first\:-inset-14:first-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:first\:-inset-16:first-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:first\:-inset-20:first-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:first\:-inset-24:first-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:first\:-inset-28:first-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:first\:-inset-32:first-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:first\:-inset-36:first-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:first\:-inset-40:first-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:first\:-inset-44:first-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:first\:-inset-48:first-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:first\:-inset-52:first-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:first\:-inset-56:first-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:first\:-inset-60:first-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:first\:-inset-64:first-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:first\:-inset-72:first-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:first\:-inset-80:first-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:first\:-inset-96:first-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:first\:-inset-px:first-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:first\:-inset-0\.5:first-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:first\:-inset-1\.5:first-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:first\:-inset-2\.5:first-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:first\:-inset-3\.5:first-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:first\:inset-1\/3:first-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:first\:inset-2\/3:first-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:first\:inset-1\/4:first-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:first\:inset-2\/4:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:first\:inset-3\/4:first-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:first\:inset-full:first-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:first\:-inset-1\/2:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:first\:-inset-1\/3:first-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:first\:-inset-2\/3:first-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:first\:-inset-1\/4:first-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:first\:-inset-2\/4:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:first\:-inset-3\/4:first-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:first\:-inset-full:first-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:first\:inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .lg\:first\:inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .lg\:first\:inset-y-1:first-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:first\:inset-x-1:first-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:first\:inset-y-2:first-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:first\:inset-x-2:first-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:first\:inset-y-3:first-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:first\:inset-x-3:first-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:first\:inset-y-4:first-child {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:first\:inset-x-4:first-child {
    right: 1rem;
    left: 1rem;
  }

  .lg\:first\:inset-y-5:first-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:first\:inset-x-5:first-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:first\:inset-y-6:first-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:first\:inset-x-6:first-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:first\:inset-y-7:first-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:first\:inset-x-7:first-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:first\:inset-y-8:first-child {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:first\:inset-x-8:first-child {
    right: 2rem;
    left: 2rem;
  }

  .lg\:first\:inset-y-9:first-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:first\:inset-x-9:first-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:first\:inset-y-10:first-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:first\:inset-x-10:first-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:first\:inset-y-11:first-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:first\:inset-x-11:first-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:first\:inset-y-12:first-child {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:first\:inset-x-12:first-child {
    right: 3rem;
    left: 3rem;
  }

  .lg\:first\:inset-y-14:first-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:first\:inset-x-14:first-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:first\:inset-y-16:first-child {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:first\:inset-x-16:first-child {
    right: 4rem;
    left: 4rem;
  }

  .lg\:first\:inset-y-20:first-child {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:first\:inset-x-20:first-child {
    right: 5rem;
    left: 5rem;
  }

  .lg\:first\:inset-y-24:first-child {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:first\:inset-x-24:first-child {
    right: 6rem;
    left: 6rem;
  }

  .lg\:first\:inset-y-28:first-child {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:first\:inset-x-28:first-child {
    right: 7rem;
    left: 7rem;
  }

  .lg\:first\:inset-y-32:first-child {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:first\:inset-x-32:first-child {
    right: 8rem;
    left: 8rem;
  }

  .lg\:first\:inset-y-36:first-child {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:first\:inset-x-36:first-child {
    right: 9rem;
    left: 9rem;
  }

  .lg\:first\:inset-y-40:first-child {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:first\:inset-x-40:first-child {
    right: 10rem;
    left: 10rem;
  }

  .lg\:first\:inset-y-44:first-child {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:first\:inset-x-44:first-child {
    right: 11rem;
    left: 11rem;
  }

  .lg\:first\:inset-y-48:first-child {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:first\:inset-x-48:first-child {
    right: 12rem;
    left: 12rem;
  }

  .lg\:first\:inset-y-52:first-child {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:first\:inset-x-52:first-child {
    right: 13rem;
    left: 13rem;
  }

  .lg\:first\:inset-y-56:first-child {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:first\:inset-x-56:first-child {
    right: 14rem;
    left: 14rem;
  }

  .lg\:first\:inset-y-60:first-child {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:first\:inset-x-60:first-child {
    right: 15rem;
    left: 15rem;
  }

  .lg\:first\:inset-y-64:first-child {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:first\:inset-x-64:first-child {
    right: 16rem;
    left: 16rem;
  }

  .lg\:first\:inset-y-72:first-child {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:first\:inset-x-72:first-child {
    right: 18rem;
    left: 18rem;
  }

  .lg\:first\:inset-y-80:first-child {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:first\:inset-x-80:first-child {
    right: 20rem;
    left: 20rem;
  }

  .lg\:first\:inset-y-96:first-child {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:first\:inset-x-96:first-child {
    right: 24rem;
    left: 24rem;
  }

  .lg\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .lg\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .lg\:first\:inset-y-px:first-child {
    top: 1px;
    bottom: 1px;
  }

  .lg\:first\:inset-x-px:first-child {
    right: 1px;
    left: 1px;
  }

  .lg\:first\:inset-y-0\.5:first-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:first\:inset-x-0\.5:first-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:first\:inset-y-1\.5:first-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:first\:inset-x-1\.5:first-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:first\:inset-y-2\.5:first-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:first\:inset-x-2\.5:first-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:first\:inset-y-3\.5:first-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:first\:inset-x-3\.5:first-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:first\:-inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .lg\:first\:-inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .lg\:first\:-inset-y-1:first-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:first\:-inset-x-1:first-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:first\:-inset-y-2:first-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:first\:-inset-x-2:first-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:first\:-inset-y-3:first-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:first\:-inset-x-3:first-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:first\:-inset-y-4:first-child {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:first\:-inset-x-4:first-child {
    right: -1rem;
    left: -1rem;
  }

  .lg\:first\:-inset-y-5:first-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:first\:-inset-x-5:first-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:first\:-inset-y-6:first-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:first\:-inset-x-6:first-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:first\:-inset-y-7:first-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:first\:-inset-x-7:first-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:first\:-inset-y-8:first-child {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:first\:-inset-x-8:first-child {
    right: -2rem;
    left: -2rem;
  }

  .lg\:first\:-inset-y-9:first-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:first\:-inset-x-9:first-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:first\:-inset-y-10:first-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:first\:-inset-x-10:first-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:first\:-inset-y-11:first-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:first\:-inset-x-11:first-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:first\:-inset-y-12:first-child {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:first\:-inset-x-12:first-child {
    right: -3rem;
    left: -3rem;
  }

  .lg\:first\:-inset-y-14:first-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:first\:-inset-x-14:first-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:first\:-inset-y-16:first-child {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:first\:-inset-x-16:first-child {
    right: -4rem;
    left: -4rem;
  }

  .lg\:first\:-inset-y-20:first-child {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:first\:-inset-x-20:first-child {
    right: -5rem;
    left: -5rem;
  }

  .lg\:first\:-inset-y-24:first-child {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:first\:-inset-x-24:first-child {
    right: -6rem;
    left: -6rem;
  }

  .lg\:first\:-inset-y-28:first-child {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:first\:-inset-x-28:first-child {
    right: -7rem;
    left: -7rem;
  }

  .lg\:first\:-inset-y-32:first-child {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:first\:-inset-x-32:first-child {
    right: -8rem;
    left: -8rem;
  }

  .lg\:first\:-inset-y-36:first-child {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:first\:-inset-x-36:first-child {
    right: -9rem;
    left: -9rem;
  }

  .lg\:first\:-inset-y-40:first-child {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:first\:-inset-x-40:first-child {
    right: -10rem;
    left: -10rem;
  }

  .lg\:first\:-inset-y-44:first-child {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:first\:-inset-x-44:first-child {
    right: -11rem;
    left: -11rem;
  }

  .lg\:first\:-inset-y-48:first-child {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:first\:-inset-x-48:first-child {
    right: -12rem;
    left: -12rem;
  }

  .lg\:first\:-inset-y-52:first-child {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:first\:-inset-x-52:first-child {
    right: -13rem;
    left: -13rem;
  }

  .lg\:first\:-inset-y-56:first-child {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:first\:-inset-x-56:first-child {
    right: -14rem;
    left: -14rem;
  }

  .lg\:first\:-inset-y-60:first-child {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:first\:-inset-x-60:first-child {
    right: -15rem;
    left: -15rem;
  }

  .lg\:first\:-inset-y-64:first-child {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:first\:-inset-x-64:first-child {
    right: -16rem;
    left: -16rem;
  }

  .lg\:first\:-inset-y-72:first-child {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:first\:-inset-x-72:first-child {
    right: -18rem;
    left: -18rem;
  }

  .lg\:first\:-inset-y-80:first-child {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:first\:-inset-x-80:first-child {
    right: -20rem;
    left: -20rem;
  }

  .lg\:first\:-inset-y-96:first-child {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:first\:-inset-x-96:first-child {
    right: -24rem;
    left: -24rem;
  }

  .lg\:first\:-inset-y-px:first-child {
    top: -1px;
    bottom: -1px;
  }

  .lg\:first\:-inset-x-px:first-child {
    right: -1px;
    left: -1px;
  }

  .lg\:first\:-inset-y-0\.5:first-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:first\:-inset-x-0\.5:first-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:first\:-inset-y-1\.5:first-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:first\:-inset-x-1\.5:first-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:first\:-inset-y-2\.5:first-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:first\:-inset-x-2\.5:first-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:first\:-inset-y-3\.5:first-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:first\:-inset-x-3\.5:first-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .lg\:first\:inset-y-1\/3:first-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:first\:inset-x-1\/3:first-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:first\:inset-y-2\/3:first-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:first\:inset-x-2\/3:first-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:first\:inset-y-1\/4:first-child {
    top: 25%;
    bottom: 25%;
  }

  .lg\:first\:inset-x-1\/4:first-child {
    right: 25%;
    left: 25%;
  }

  .lg\:first\:inset-y-2\/4:first-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:first\:inset-x-2\/4:first-child {
    right: 50%;
    left: 50%;
  }

  .lg\:first\:inset-y-3\/4:first-child {
    top: 75%;
    bottom: 75%;
  }

  .lg\:first\:inset-x-3\/4:first-child {
    right: 75%;
    left: 75%;
  }

  .lg\:first\:inset-y-full:first-child {
    top: 100%;
    bottom: 100%;
  }

  .lg\:first\:inset-x-full:first-child {
    right: 100%;
    left: 100%;
  }

  .lg\:first\:-inset-y-1\/2:first-child {
    top: -50%;
    bottom: -50%;
  }

  .lg\:first\:-inset-x-1\/2:first-child {
    right: -50%;
    left: -50%;
  }

  .lg\:first\:-inset-y-1\/3:first-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:first\:-inset-x-1\/3:first-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:first\:-inset-y-2\/3:first-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:first\:-inset-x-2\/3:first-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:first\:-inset-y-1\/4:first-child {
    top: -25%;
    bottom: -25%;
  }

  .lg\:first\:-inset-x-1\/4:first-child {
    right: -25%;
    left: -25%;
  }

  .lg\:first\:-inset-y-2\/4:first-child {
    top: -50%;
    bottom: -50%;
  }

  .lg\:first\:-inset-x-2\/4:first-child {
    right: -50%;
    left: -50%;
  }

  .lg\:first\:-inset-y-3\/4:first-child {
    top: -75%;
    bottom: -75%;
  }

  .lg\:first\:-inset-x-3\/4:first-child {
    right: -75%;
    left: -75%;
  }

  .lg\:first\:-inset-y-full:first-child {
    top: -100%;
    bottom: -100%;
  }

  .lg\:first\:-inset-x-full:first-child {
    right: -100%;
    left: -100%;
  }

  .lg\:first\:top-0:first-child {
    top: 0px;
  }

  .lg\:first\:right-0:first-child {
    right: 0px;
  }

  .lg\:first\:bottom-0:first-child {
    bottom: 0px;
  }

  .lg\:first\:left-0:first-child {
    left: 0px;
  }

  .lg\:first\:top-1:first-child {
    top: 0.25rem;
  }

  .lg\:first\:right-1:first-child {
    right: 0.25rem;
  }

  .lg\:first\:bottom-1:first-child {
    bottom: 0.25rem;
  }

  .lg\:first\:left-1:first-child {
    left: 0.25rem;
  }

  .lg\:first\:top-2:first-child {
    top: 0.5rem;
  }

  .lg\:first\:right-2:first-child {
    right: 0.5rem;
  }

  .lg\:first\:bottom-2:first-child {
    bottom: 0.5rem;
  }

  .lg\:first\:left-2:first-child {
    left: 0.5rem;
  }

  .lg\:first\:top-3:first-child {
    top: 0.75rem;
  }

  .lg\:first\:right-3:first-child {
    right: 0.75rem;
  }

  .lg\:first\:bottom-3:first-child {
    bottom: 0.75rem;
  }

  .lg\:first\:left-3:first-child {
    left: 0.75rem;
  }

  .lg\:first\:top-4:first-child {
    top: 1rem;
  }

  .lg\:first\:right-4:first-child {
    right: 1rem;
  }

  .lg\:first\:bottom-4:first-child {
    bottom: 1rem;
  }

  .lg\:first\:left-4:first-child {
    left: 1rem;
  }

  .lg\:first\:top-5:first-child {
    top: 1.25rem;
  }

  .lg\:first\:right-5:first-child {
    right: 1.25rem;
  }

  .lg\:first\:bottom-5:first-child {
    bottom: 1.25rem;
  }

  .lg\:first\:left-5:first-child {
    left: 1.25rem;
  }

  .lg\:first\:top-6:first-child {
    top: 1.5rem;
  }

  .lg\:first\:right-6:first-child {
    right: 1.5rem;
  }

  .lg\:first\:bottom-6:first-child {
    bottom: 1.5rem;
  }

  .lg\:first\:left-6:first-child {
    left: 1.5rem;
  }

  .lg\:first\:top-7:first-child {
    top: 1.75rem;
  }

  .lg\:first\:right-7:first-child {
    right: 1.75rem;
  }

  .lg\:first\:bottom-7:first-child {
    bottom: 1.75rem;
  }

  .lg\:first\:left-7:first-child {
    left: 1.75rem;
  }

  .lg\:first\:top-8:first-child {
    top: 2rem;
  }

  .lg\:first\:right-8:first-child {
    right: 2rem;
  }

  .lg\:first\:bottom-8:first-child {
    bottom: 2rem;
  }

  .lg\:first\:left-8:first-child {
    left: 2rem;
  }

  .lg\:first\:top-9:first-child {
    top: 2.25rem;
  }

  .lg\:first\:right-9:first-child {
    right: 2.25rem;
  }

  .lg\:first\:bottom-9:first-child {
    bottom: 2.25rem;
  }

  .lg\:first\:left-9:first-child {
    left: 2.25rem;
  }

  .lg\:first\:top-10:first-child {
    top: 2.5rem;
  }

  .lg\:first\:right-10:first-child {
    right: 2.5rem;
  }

  .lg\:first\:bottom-10:first-child {
    bottom: 2.5rem;
  }

  .lg\:first\:left-10:first-child {
    left: 2.5rem;
  }

  .lg\:first\:top-11:first-child {
    top: 2.75rem;
  }

  .lg\:first\:right-11:first-child {
    right: 2.75rem;
  }

  .lg\:first\:bottom-11:first-child {
    bottom: 2.75rem;
  }

  .lg\:first\:left-11:first-child {
    left: 2.75rem;
  }

  .lg\:first\:top-12:first-child {
    top: 3rem;
  }

  .lg\:first\:right-12:first-child {
    right: 3rem;
  }

  .lg\:first\:bottom-12:first-child {
    bottom: 3rem;
  }

  .lg\:first\:left-12:first-child {
    left: 3rem;
  }

  .lg\:first\:top-14:first-child {
    top: 3.5rem;
  }

  .lg\:first\:right-14:first-child {
    right: 3.5rem;
  }

  .lg\:first\:bottom-14:first-child {
    bottom: 3.5rem;
  }

  .lg\:first\:left-14:first-child {
    left: 3.5rem;
  }

  .lg\:first\:top-16:first-child {
    top: 4rem;
  }

  .lg\:first\:right-16:first-child {
    right: 4rem;
  }

  .lg\:first\:bottom-16:first-child {
    bottom: 4rem;
  }

  .lg\:first\:left-16:first-child {
    left: 4rem;
  }

  .lg\:first\:top-20:first-child {
    top: 5rem;
  }

  .lg\:first\:right-20:first-child {
    right: 5rem;
  }

  .lg\:first\:bottom-20:first-child {
    bottom: 5rem;
  }

  .lg\:first\:left-20:first-child {
    left: 5rem;
  }

  .lg\:first\:top-24:first-child {
    top: 6rem;
  }

  .lg\:first\:right-24:first-child {
    right: 6rem;
  }

  .lg\:first\:bottom-24:first-child {
    bottom: 6rem;
  }

  .lg\:first\:left-24:first-child {
    left: 6rem;
  }

  .lg\:first\:top-28:first-child {
    top: 7rem;
  }

  .lg\:first\:right-28:first-child {
    right: 7rem;
  }

  .lg\:first\:bottom-28:first-child {
    bottom: 7rem;
  }

  .lg\:first\:left-28:first-child {
    left: 7rem;
  }

  .lg\:first\:top-32:first-child {
    top: 8rem;
  }

  .lg\:first\:right-32:first-child {
    right: 8rem;
  }

  .lg\:first\:bottom-32:first-child {
    bottom: 8rem;
  }

  .lg\:first\:left-32:first-child {
    left: 8rem;
  }

  .lg\:first\:top-36:first-child {
    top: 9rem;
  }

  .lg\:first\:right-36:first-child {
    right: 9rem;
  }

  .lg\:first\:bottom-36:first-child {
    bottom: 9rem;
  }

  .lg\:first\:left-36:first-child {
    left: 9rem;
  }

  .lg\:first\:top-40:first-child {
    top: 10rem;
  }

  .lg\:first\:right-40:first-child {
    right: 10rem;
  }

  .lg\:first\:bottom-40:first-child {
    bottom: 10rem;
  }

  .lg\:first\:left-40:first-child {
    left: 10rem;
  }

  .lg\:first\:top-44:first-child {
    top: 11rem;
  }

  .lg\:first\:right-44:first-child {
    right: 11rem;
  }

  .lg\:first\:bottom-44:first-child {
    bottom: 11rem;
  }

  .lg\:first\:left-44:first-child {
    left: 11rem;
  }

  .lg\:first\:top-48:first-child {
    top: 12rem;
  }

  .lg\:first\:right-48:first-child {
    right: 12rem;
  }

  .lg\:first\:bottom-48:first-child {
    bottom: 12rem;
  }

  .lg\:first\:left-48:first-child {
    left: 12rem;
  }

  .lg\:first\:top-52:first-child {
    top: 13rem;
  }

  .lg\:first\:right-52:first-child {
    right: 13rem;
  }

  .lg\:first\:bottom-52:first-child {
    bottom: 13rem;
  }

  .lg\:first\:left-52:first-child {
    left: 13rem;
  }

  .lg\:first\:top-56:first-child {
    top: 14rem;
  }

  .lg\:first\:right-56:first-child {
    right: 14rem;
  }

  .lg\:first\:bottom-56:first-child {
    bottom: 14rem;
  }

  .lg\:first\:left-56:first-child {
    left: 14rem;
  }

  .lg\:first\:top-60:first-child {
    top: 15rem;
  }

  .lg\:first\:right-60:first-child {
    right: 15rem;
  }

  .lg\:first\:bottom-60:first-child {
    bottom: 15rem;
  }

  .lg\:first\:left-60:first-child {
    left: 15rem;
  }

  .lg\:first\:top-64:first-child {
    top: 16rem;
  }

  .lg\:first\:right-64:first-child {
    right: 16rem;
  }

  .lg\:first\:bottom-64:first-child {
    bottom: 16rem;
  }

  .lg\:first\:left-64:first-child {
    left: 16rem;
  }

  .lg\:first\:top-72:first-child {
    top: 18rem;
  }

  .lg\:first\:right-72:first-child {
    right: 18rem;
  }

  .lg\:first\:bottom-72:first-child {
    bottom: 18rem;
  }

  .lg\:first\:left-72:first-child {
    left: 18rem;
  }

  .lg\:first\:top-80:first-child {
    top: 20rem;
  }

  .lg\:first\:right-80:first-child {
    right: 20rem;
  }

  .lg\:first\:bottom-80:first-child {
    bottom: 20rem;
  }

  .lg\:first\:left-80:first-child {
    left: 20rem;
  }

  .lg\:first\:top-96:first-child {
    top: 24rem;
  }

  .lg\:first\:right-96:first-child {
    right: 24rem;
  }

  .lg\:first\:bottom-96:first-child {
    bottom: 24rem;
  }

  .lg\:first\:left-96:first-child {
    left: 24rem;
  }

  .lg\:first\:top-auto:first-child {
    top: auto;
  }

  .lg\:first\:right-auto:first-child {
    right: auto;
  }

  .lg\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .lg\:first\:left-auto:first-child {
    left: auto;
  }

  .lg\:first\:top-px:first-child {
    top: 1px;
  }

  .lg\:first\:right-px:first-child {
    right: 1px;
  }

  .lg\:first\:bottom-px:first-child {
    bottom: 1px;
  }

  .lg\:first\:left-px:first-child {
    left: 1px;
  }

  .lg\:first\:top-0\.5:first-child {
    top: 0.125rem;
  }

  .lg\:first\:right-0\.5:first-child {
    right: 0.125rem;
  }

  .lg\:first\:bottom-0\.5:first-child {
    bottom: 0.125rem;
  }

  .lg\:first\:left-0\.5:first-child {
    left: 0.125rem;
  }

  .lg\:first\:top-1\.5:first-child {
    top: 0.375rem;
  }

  .lg\:first\:right-1\.5:first-child {
    right: 0.375rem;
  }

  .lg\:first\:bottom-1\.5:first-child {
    bottom: 0.375rem;
  }

  .lg\:first\:left-1\.5:first-child {
    left: 0.375rem;
  }

  .lg\:first\:top-2\.5:first-child {
    top: 0.625rem;
  }

  .lg\:first\:right-2\.5:first-child {
    right: 0.625rem;
  }

  .lg\:first\:bottom-2\.5:first-child {
    bottom: 0.625rem;
  }

  .lg\:first\:left-2\.5:first-child {
    left: 0.625rem;
  }

  .lg\:first\:top-3\.5:first-child {
    top: 0.875rem;
  }

  .lg\:first\:right-3\.5:first-child {
    right: 0.875rem;
  }

  .lg\:first\:bottom-3\.5:first-child {
    bottom: 0.875rem;
  }

  .lg\:first\:left-3\.5:first-child {
    left: 0.875rem;
  }

  .lg\:first\:-top-0:first-child {
    top: 0px;
  }

  .lg\:first\:-right-0:first-child {
    right: 0px;
  }

  .lg\:first\:-bottom-0:first-child {
    bottom: 0px;
  }

  .lg\:first\:-left-0:first-child {
    left: 0px;
  }

  .lg\:first\:-top-1:first-child {
    top: -0.25rem;
  }

  .lg\:first\:-right-1:first-child {
    right: -0.25rem;
  }

  .lg\:first\:-bottom-1:first-child {
    bottom: -0.25rem;
  }

  .lg\:first\:-left-1:first-child {
    left: -0.25rem;
  }

  .lg\:first\:-top-2:first-child {
    top: -0.5rem;
  }

  .lg\:first\:-right-2:first-child {
    right: -0.5rem;
  }

  .lg\:first\:-bottom-2:first-child {
    bottom: -0.5rem;
  }

  .lg\:first\:-left-2:first-child {
    left: -0.5rem;
  }

  .lg\:first\:-top-3:first-child {
    top: -0.75rem;
  }

  .lg\:first\:-right-3:first-child {
    right: -0.75rem;
  }

  .lg\:first\:-bottom-3:first-child {
    bottom: -0.75rem;
  }

  .lg\:first\:-left-3:first-child {
    left: -0.75rem;
  }

  .lg\:first\:-top-4:first-child {
    top: -1rem;
  }

  .lg\:first\:-right-4:first-child {
    right: -1rem;
  }

  .lg\:first\:-bottom-4:first-child {
    bottom: -1rem;
  }

  .lg\:first\:-left-4:first-child {
    left: -1rem;
  }

  .lg\:first\:-top-5:first-child {
    top: -1.25rem;
  }

  .lg\:first\:-right-5:first-child {
    right: -1.25rem;
  }

  .lg\:first\:-bottom-5:first-child {
    bottom: -1.25rem;
  }

  .lg\:first\:-left-5:first-child {
    left: -1.25rem;
  }

  .lg\:first\:-top-6:first-child {
    top: -1.5rem;
  }

  .lg\:first\:-right-6:first-child {
    right: -1.5rem;
  }

  .lg\:first\:-bottom-6:first-child {
    bottom: -1.5rem;
  }

  .lg\:first\:-left-6:first-child {
    left: -1.5rem;
  }

  .lg\:first\:-top-7:first-child {
    top: -1.75rem;
  }

  .lg\:first\:-right-7:first-child {
    right: -1.75rem;
  }

  .lg\:first\:-bottom-7:first-child {
    bottom: -1.75rem;
  }

  .lg\:first\:-left-7:first-child {
    left: -1.75rem;
  }

  .lg\:first\:-top-8:first-child {
    top: -2rem;
  }

  .lg\:first\:-right-8:first-child {
    right: -2rem;
  }

  .lg\:first\:-bottom-8:first-child {
    bottom: -2rem;
  }

  .lg\:first\:-left-8:first-child {
    left: -2rem;
  }

  .lg\:first\:-top-9:first-child {
    top: -2.25rem;
  }

  .lg\:first\:-right-9:first-child {
    right: -2.25rem;
  }

  .lg\:first\:-bottom-9:first-child {
    bottom: -2.25rem;
  }

  .lg\:first\:-left-9:first-child {
    left: -2.25rem;
  }

  .lg\:first\:-top-10:first-child {
    top: -2.5rem;
  }

  .lg\:first\:-right-10:first-child {
    right: -2.5rem;
  }

  .lg\:first\:-bottom-10:first-child {
    bottom: -2.5rem;
  }

  .lg\:first\:-left-10:first-child {
    left: -2.5rem;
  }

  .lg\:first\:-top-11:first-child {
    top: -2.75rem;
  }

  .lg\:first\:-right-11:first-child {
    right: -2.75rem;
  }

  .lg\:first\:-bottom-11:first-child {
    bottom: -2.75rem;
  }

  .lg\:first\:-left-11:first-child {
    left: -2.75rem;
  }

  .lg\:first\:-top-12:first-child {
    top: -3rem;
  }

  .lg\:first\:-right-12:first-child {
    right: -3rem;
  }

  .lg\:first\:-bottom-12:first-child {
    bottom: -3rem;
  }

  .lg\:first\:-left-12:first-child {
    left: -3rem;
  }

  .lg\:first\:-top-14:first-child {
    top: -3.5rem;
  }

  .lg\:first\:-right-14:first-child {
    right: -3.5rem;
  }

  .lg\:first\:-bottom-14:first-child {
    bottom: -3.5rem;
  }

  .lg\:first\:-left-14:first-child {
    left: -3.5rem;
  }

  .lg\:first\:-top-16:first-child {
    top: -4rem;
  }

  .lg\:first\:-right-16:first-child {
    right: -4rem;
  }

  .lg\:first\:-bottom-16:first-child {
    bottom: -4rem;
  }

  .lg\:first\:-left-16:first-child {
    left: -4rem;
  }

  .lg\:first\:-top-20:first-child {
    top: -5rem;
  }

  .lg\:first\:-right-20:first-child {
    right: -5rem;
  }

  .lg\:first\:-bottom-20:first-child {
    bottom: -5rem;
  }

  .lg\:first\:-left-20:first-child {
    left: -5rem;
  }

  .lg\:first\:-top-24:first-child {
    top: -6rem;
  }

  .lg\:first\:-right-24:first-child {
    right: -6rem;
  }

  .lg\:first\:-bottom-24:first-child {
    bottom: -6rem;
  }

  .lg\:first\:-left-24:first-child {
    left: -6rem;
  }

  .lg\:first\:-top-28:first-child {
    top: -7rem;
  }

  .lg\:first\:-right-28:first-child {
    right: -7rem;
  }

  .lg\:first\:-bottom-28:first-child {
    bottom: -7rem;
  }

  .lg\:first\:-left-28:first-child {
    left: -7rem;
  }

  .lg\:first\:-top-32:first-child {
    top: -8rem;
  }

  .lg\:first\:-right-32:first-child {
    right: -8rem;
  }

  .lg\:first\:-bottom-32:first-child {
    bottom: -8rem;
  }

  .lg\:first\:-left-32:first-child {
    left: -8rem;
  }

  .lg\:first\:-top-36:first-child {
    top: -9rem;
  }

  .lg\:first\:-right-36:first-child {
    right: -9rem;
  }

  .lg\:first\:-bottom-36:first-child {
    bottom: -9rem;
  }

  .lg\:first\:-left-36:first-child {
    left: -9rem;
  }

  .lg\:first\:-top-40:first-child {
    top: -10rem;
  }

  .lg\:first\:-right-40:first-child {
    right: -10rem;
  }

  .lg\:first\:-bottom-40:first-child {
    bottom: -10rem;
  }

  .lg\:first\:-left-40:first-child {
    left: -10rem;
  }

  .lg\:first\:-top-44:first-child {
    top: -11rem;
  }

  .lg\:first\:-right-44:first-child {
    right: -11rem;
  }

  .lg\:first\:-bottom-44:first-child {
    bottom: -11rem;
  }

  .lg\:first\:-left-44:first-child {
    left: -11rem;
  }

  .lg\:first\:-top-48:first-child {
    top: -12rem;
  }

  .lg\:first\:-right-48:first-child {
    right: -12rem;
  }

  .lg\:first\:-bottom-48:first-child {
    bottom: -12rem;
  }

  .lg\:first\:-left-48:first-child {
    left: -12rem;
  }

  .lg\:first\:-top-52:first-child {
    top: -13rem;
  }

  .lg\:first\:-right-52:first-child {
    right: -13rem;
  }

  .lg\:first\:-bottom-52:first-child {
    bottom: -13rem;
  }

  .lg\:first\:-left-52:first-child {
    left: -13rem;
  }

  .lg\:first\:-top-56:first-child {
    top: -14rem;
  }

  .lg\:first\:-right-56:first-child {
    right: -14rem;
  }

  .lg\:first\:-bottom-56:first-child {
    bottom: -14rem;
  }

  .lg\:first\:-left-56:first-child {
    left: -14rem;
  }

  .lg\:first\:-top-60:first-child {
    top: -15rem;
  }

  .lg\:first\:-right-60:first-child {
    right: -15rem;
  }

  .lg\:first\:-bottom-60:first-child {
    bottom: -15rem;
  }

  .lg\:first\:-left-60:first-child {
    left: -15rem;
  }

  .lg\:first\:-top-64:first-child {
    top: -16rem;
  }

  .lg\:first\:-right-64:first-child {
    right: -16rem;
  }

  .lg\:first\:-bottom-64:first-child {
    bottom: -16rem;
  }

  .lg\:first\:-left-64:first-child {
    left: -16rem;
  }

  .lg\:first\:-top-72:first-child {
    top: -18rem;
  }

  .lg\:first\:-right-72:first-child {
    right: -18rem;
  }

  .lg\:first\:-bottom-72:first-child {
    bottom: -18rem;
  }

  .lg\:first\:-left-72:first-child {
    left: -18rem;
  }

  .lg\:first\:-top-80:first-child {
    top: -20rem;
  }

  .lg\:first\:-right-80:first-child {
    right: -20rem;
  }

  .lg\:first\:-bottom-80:first-child {
    bottom: -20rem;
  }

  .lg\:first\:-left-80:first-child {
    left: -20rem;
  }

  .lg\:first\:-top-96:first-child {
    top: -24rem;
  }

  .lg\:first\:-right-96:first-child {
    right: -24rem;
  }

  .lg\:first\:-bottom-96:first-child {
    bottom: -24rem;
  }

  .lg\:first\:-left-96:first-child {
    left: -24rem;
  }

  .lg\:first\:-top-px:first-child {
    top: -1px;
  }

  .lg\:first\:-right-px:first-child {
    right: -1px;
  }

  .lg\:first\:-bottom-px:first-child {
    bottom: -1px;
  }

  .lg\:first\:-left-px:first-child {
    left: -1px;
  }

  .lg\:first\:-top-0\.5:first-child {
    top: -0.125rem;
  }

  .lg\:first\:-right-0\.5:first-child {
    right: -0.125rem;
  }

  .lg\:first\:-bottom-0\.5:first-child {
    bottom: -0.125rem;
  }

  .lg\:first\:-left-0\.5:first-child {
    left: -0.125rem;
  }

  .lg\:first\:-top-1\.5:first-child {
    top: -0.375rem;
  }

  .lg\:first\:-right-1\.5:first-child {
    right: -0.375rem;
  }

  .lg\:first\:-bottom-1\.5:first-child {
    bottom: -0.375rem;
  }

  .lg\:first\:-left-1\.5:first-child {
    left: -0.375rem;
  }

  .lg\:first\:-top-2\.5:first-child {
    top: -0.625rem;
  }

  .lg\:first\:-right-2\.5:first-child {
    right: -0.625rem;
  }

  .lg\:first\:-bottom-2\.5:first-child {
    bottom: -0.625rem;
  }

  .lg\:first\:-left-2\.5:first-child {
    left: -0.625rem;
  }

  .lg\:first\:-top-3\.5:first-child {
    top: -0.875rem;
  }

  .lg\:first\:-right-3\.5:first-child {
    right: -0.875rem;
  }

  .lg\:first\:-bottom-3\.5:first-child {
    bottom: -0.875rem;
  }

  .lg\:first\:-left-3\.5:first-child {
    left: -0.875rem;
  }

  .lg\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .lg\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .lg\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .lg\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .lg\:first\:top-1\/3:first-child {
    top: 33.333333%;
  }

  .lg\:first\:right-1\/3:first-child {
    right: 33.333333%;
  }

  .lg\:first\:bottom-1\/3:first-child {
    bottom: 33.333333%;
  }

  .lg\:first\:left-1\/3:first-child {
    left: 33.333333%;
  }

  .lg\:first\:top-2\/3:first-child {
    top: 66.666667%;
  }

  .lg\:first\:right-2\/3:first-child {
    right: 66.666667%;
  }

  .lg\:first\:bottom-2\/3:first-child {
    bottom: 66.666667%;
  }

  .lg\:first\:left-2\/3:first-child {
    left: 66.666667%;
  }

  .lg\:first\:top-1\/4:first-child {
    top: 25%;
  }

  .lg\:first\:right-1\/4:first-child {
    right: 25%;
  }

  .lg\:first\:bottom-1\/4:first-child {
    bottom: 25%;
  }

  .lg\:first\:left-1\/4:first-child {
    left: 25%;
  }

  .lg\:first\:top-2\/4:first-child {
    top: 50%;
  }

  .lg\:first\:right-2\/4:first-child {
    right: 50%;
  }

  .lg\:first\:bottom-2\/4:first-child {
    bottom: 50%;
  }

  .lg\:first\:left-2\/4:first-child {
    left: 50%;
  }

  .lg\:first\:top-3\/4:first-child {
    top: 75%;
  }

  .lg\:first\:right-3\/4:first-child {
    right: 75%;
  }

  .lg\:first\:bottom-3\/4:first-child {
    bottom: 75%;
  }

  .lg\:first\:left-3\/4:first-child {
    left: 75%;
  }

  .lg\:first\:top-full:first-child {
    top: 100%;
  }

  .lg\:first\:right-full:first-child {
    right: 100%;
  }

  .lg\:first\:bottom-full:first-child {
    bottom: 100%;
  }

  .lg\:first\:left-full:first-child {
    left: 100%;
  }

  .lg\:first\:-top-1\/2:first-child {
    top: -50%;
  }

  .lg\:first\:-right-1\/2:first-child {
    right: -50%;
  }

  .lg\:first\:-bottom-1\/2:first-child {
    bottom: -50%;
  }

  .lg\:first\:-left-1\/2:first-child {
    left: -50%;
  }

  .lg\:first\:-top-1\/3:first-child {
    top: -33.333333%;
  }

  .lg\:first\:-right-1\/3:first-child {
    right: -33.333333%;
  }

  .lg\:first\:-bottom-1\/3:first-child {
    bottom: -33.333333%;
  }

  .lg\:first\:-left-1\/3:first-child {
    left: -33.333333%;
  }

  .lg\:first\:-top-2\/3:first-child {
    top: -66.666667%;
  }

  .lg\:first\:-right-2\/3:first-child {
    right: -66.666667%;
  }

  .lg\:first\:-bottom-2\/3:first-child {
    bottom: -66.666667%;
  }

  .lg\:first\:-left-2\/3:first-child {
    left: -66.666667%;
  }

  .lg\:first\:-top-1\/4:first-child {
    top: -25%;
  }

  .lg\:first\:-right-1\/4:first-child {
    right: -25%;
  }

  .lg\:first\:-bottom-1\/4:first-child {
    bottom: -25%;
  }

  .lg\:first\:-left-1\/4:first-child {
    left: -25%;
  }

  .lg\:first\:-top-2\/4:first-child {
    top: -50%;
  }

  .lg\:first\:-right-2\/4:first-child {
    right: -50%;
  }

  .lg\:first\:-bottom-2\/4:first-child {
    bottom: -50%;
  }

  .lg\:first\:-left-2\/4:first-child {
    left: -50%;
  }

  .lg\:first\:-top-3\/4:first-child {
    top: -75%;
  }

  .lg\:first\:-right-3\/4:first-child {
    right: -75%;
  }

  .lg\:first\:-bottom-3\/4:first-child {
    bottom: -75%;
  }

  .lg\:first\:-left-3\/4:first-child {
    left: -75%;
  }

  .lg\:first\:-top-full:first-child {
    top: -100%;
  }

  .lg\:first\:-right-full:first-child {
    right: -100%;
  }

  .lg\:first\:-bottom-full:first-child {
    bottom: -100%;
  }

  .lg\:first\:-left-full:first-child {
    left: -100%;
  }

  .lg\:last\:inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:last\:inset-1:last-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:last\:inset-2:last-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:last\:inset-3:last-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:last\:inset-4:last-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:last\:inset-5:last-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:last\:inset-6:last-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:last\:inset-7:last-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:last\:inset-8:last-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:last\:inset-9:last-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:last\:inset-10:last-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:last\:inset-11:last-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:last\:inset-12:last-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:last\:inset-14:last-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:last\:inset-16:last-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:last\:inset-20:last-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:last\:inset-24:last-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:last\:inset-28:last-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:last\:inset-32:last-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:last\:inset-36:last-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:last\:inset-40:last-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:last\:inset-44:last-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:last\:inset-48:last-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:last\:inset-52:last-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:last\:inset-56:last-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:last\:inset-60:last-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:last\:inset-64:last-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:last\:inset-72:last-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:last\:inset-80:last-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:last\:inset-96:last-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:last\:inset-px:last-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:last\:inset-0\.5:last-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:last\:inset-1\.5:last-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:last\:inset-2\.5:last-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:last\:inset-3\.5:last-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:last\:-inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:last\:-inset-1:last-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:last\:-inset-2:last-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:last\:-inset-3:last-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:last\:-inset-4:last-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:last\:-inset-5:last-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:last\:-inset-6:last-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:last\:-inset-7:last-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:last\:-inset-8:last-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:last\:-inset-9:last-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:last\:-inset-10:last-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:last\:-inset-11:last-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:last\:-inset-12:last-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:last\:-inset-14:last-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:last\:-inset-16:last-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:last\:-inset-20:last-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:last\:-inset-24:last-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:last\:-inset-28:last-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:last\:-inset-32:last-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:last\:-inset-36:last-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:last\:-inset-40:last-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:last\:-inset-44:last-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:last\:-inset-48:last-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:last\:-inset-52:last-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:last\:-inset-56:last-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:last\:-inset-60:last-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:last\:-inset-64:last-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:last\:-inset-72:last-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:last\:-inset-80:last-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:last\:-inset-96:last-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:last\:-inset-px:last-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:last\:-inset-0\.5:last-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:last\:-inset-1\.5:last-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:last\:-inset-2\.5:last-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:last\:-inset-3\.5:last-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:last\:inset-1\/3:last-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:last\:inset-2\/3:last-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:last\:inset-1\/4:last-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:last\:inset-2\/4:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:last\:inset-3\/4:last-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:last\:inset-full:last-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:last\:-inset-1\/2:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:last\:-inset-1\/3:last-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:last\:-inset-2\/3:last-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:last\:-inset-1\/4:last-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:last\:-inset-2\/4:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:last\:-inset-3\/4:last-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:last\:-inset-full:last-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:last\:inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .lg\:last\:inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .lg\:last\:inset-y-1:last-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:last\:inset-x-1:last-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:last\:inset-y-2:last-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:last\:inset-x-2:last-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:last\:inset-y-3:last-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:last\:inset-x-3:last-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:last\:inset-y-4:last-child {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:last\:inset-x-4:last-child {
    right: 1rem;
    left: 1rem;
  }

  .lg\:last\:inset-y-5:last-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:last\:inset-x-5:last-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:last\:inset-y-6:last-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:last\:inset-x-6:last-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:last\:inset-y-7:last-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:last\:inset-x-7:last-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:last\:inset-y-8:last-child {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:last\:inset-x-8:last-child {
    right: 2rem;
    left: 2rem;
  }

  .lg\:last\:inset-y-9:last-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:last\:inset-x-9:last-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:last\:inset-y-10:last-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:last\:inset-x-10:last-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:last\:inset-y-11:last-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:last\:inset-x-11:last-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:last\:inset-y-12:last-child {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:last\:inset-x-12:last-child {
    right: 3rem;
    left: 3rem;
  }

  .lg\:last\:inset-y-14:last-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:last\:inset-x-14:last-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:last\:inset-y-16:last-child {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:last\:inset-x-16:last-child {
    right: 4rem;
    left: 4rem;
  }

  .lg\:last\:inset-y-20:last-child {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:last\:inset-x-20:last-child {
    right: 5rem;
    left: 5rem;
  }

  .lg\:last\:inset-y-24:last-child {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:last\:inset-x-24:last-child {
    right: 6rem;
    left: 6rem;
  }

  .lg\:last\:inset-y-28:last-child {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:last\:inset-x-28:last-child {
    right: 7rem;
    left: 7rem;
  }

  .lg\:last\:inset-y-32:last-child {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:last\:inset-x-32:last-child {
    right: 8rem;
    left: 8rem;
  }

  .lg\:last\:inset-y-36:last-child {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:last\:inset-x-36:last-child {
    right: 9rem;
    left: 9rem;
  }

  .lg\:last\:inset-y-40:last-child {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:last\:inset-x-40:last-child {
    right: 10rem;
    left: 10rem;
  }

  .lg\:last\:inset-y-44:last-child {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:last\:inset-x-44:last-child {
    right: 11rem;
    left: 11rem;
  }

  .lg\:last\:inset-y-48:last-child {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:last\:inset-x-48:last-child {
    right: 12rem;
    left: 12rem;
  }

  .lg\:last\:inset-y-52:last-child {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:last\:inset-x-52:last-child {
    right: 13rem;
    left: 13rem;
  }

  .lg\:last\:inset-y-56:last-child {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:last\:inset-x-56:last-child {
    right: 14rem;
    left: 14rem;
  }

  .lg\:last\:inset-y-60:last-child {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:last\:inset-x-60:last-child {
    right: 15rem;
    left: 15rem;
  }

  .lg\:last\:inset-y-64:last-child {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:last\:inset-x-64:last-child {
    right: 16rem;
    left: 16rem;
  }

  .lg\:last\:inset-y-72:last-child {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:last\:inset-x-72:last-child {
    right: 18rem;
    left: 18rem;
  }

  .lg\:last\:inset-y-80:last-child {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:last\:inset-x-80:last-child {
    right: 20rem;
    left: 20rem;
  }

  .lg\:last\:inset-y-96:last-child {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:last\:inset-x-96:last-child {
    right: 24rem;
    left: 24rem;
  }

  .lg\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .lg\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .lg\:last\:inset-y-px:last-child {
    top: 1px;
    bottom: 1px;
  }

  .lg\:last\:inset-x-px:last-child {
    right: 1px;
    left: 1px;
  }

  .lg\:last\:inset-y-0\.5:last-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:last\:inset-x-0\.5:last-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:last\:inset-y-1\.5:last-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:last\:inset-x-1\.5:last-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:last\:inset-y-2\.5:last-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:last\:inset-x-2\.5:last-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:last\:inset-y-3\.5:last-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:last\:inset-x-3\.5:last-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:last\:-inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .lg\:last\:-inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .lg\:last\:-inset-y-1:last-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:last\:-inset-x-1:last-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:last\:-inset-y-2:last-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:last\:-inset-x-2:last-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:last\:-inset-y-3:last-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:last\:-inset-x-3:last-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:last\:-inset-y-4:last-child {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:last\:-inset-x-4:last-child {
    right: -1rem;
    left: -1rem;
  }

  .lg\:last\:-inset-y-5:last-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:last\:-inset-x-5:last-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:last\:-inset-y-6:last-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:last\:-inset-x-6:last-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:last\:-inset-y-7:last-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:last\:-inset-x-7:last-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:last\:-inset-y-8:last-child {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:last\:-inset-x-8:last-child {
    right: -2rem;
    left: -2rem;
  }

  .lg\:last\:-inset-y-9:last-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:last\:-inset-x-9:last-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:last\:-inset-y-10:last-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:last\:-inset-x-10:last-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:last\:-inset-y-11:last-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:last\:-inset-x-11:last-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:last\:-inset-y-12:last-child {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:last\:-inset-x-12:last-child {
    right: -3rem;
    left: -3rem;
  }

  .lg\:last\:-inset-y-14:last-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:last\:-inset-x-14:last-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:last\:-inset-y-16:last-child {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:last\:-inset-x-16:last-child {
    right: -4rem;
    left: -4rem;
  }

  .lg\:last\:-inset-y-20:last-child {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:last\:-inset-x-20:last-child {
    right: -5rem;
    left: -5rem;
  }

  .lg\:last\:-inset-y-24:last-child {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:last\:-inset-x-24:last-child {
    right: -6rem;
    left: -6rem;
  }

  .lg\:last\:-inset-y-28:last-child {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:last\:-inset-x-28:last-child {
    right: -7rem;
    left: -7rem;
  }

  .lg\:last\:-inset-y-32:last-child {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:last\:-inset-x-32:last-child {
    right: -8rem;
    left: -8rem;
  }

  .lg\:last\:-inset-y-36:last-child {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:last\:-inset-x-36:last-child {
    right: -9rem;
    left: -9rem;
  }

  .lg\:last\:-inset-y-40:last-child {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:last\:-inset-x-40:last-child {
    right: -10rem;
    left: -10rem;
  }

  .lg\:last\:-inset-y-44:last-child {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:last\:-inset-x-44:last-child {
    right: -11rem;
    left: -11rem;
  }

  .lg\:last\:-inset-y-48:last-child {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:last\:-inset-x-48:last-child {
    right: -12rem;
    left: -12rem;
  }

  .lg\:last\:-inset-y-52:last-child {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:last\:-inset-x-52:last-child {
    right: -13rem;
    left: -13rem;
  }

  .lg\:last\:-inset-y-56:last-child {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:last\:-inset-x-56:last-child {
    right: -14rem;
    left: -14rem;
  }

  .lg\:last\:-inset-y-60:last-child {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:last\:-inset-x-60:last-child {
    right: -15rem;
    left: -15rem;
  }

  .lg\:last\:-inset-y-64:last-child {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:last\:-inset-x-64:last-child {
    right: -16rem;
    left: -16rem;
  }

  .lg\:last\:-inset-y-72:last-child {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:last\:-inset-x-72:last-child {
    right: -18rem;
    left: -18rem;
  }

  .lg\:last\:-inset-y-80:last-child {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:last\:-inset-x-80:last-child {
    right: -20rem;
    left: -20rem;
  }

  .lg\:last\:-inset-y-96:last-child {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:last\:-inset-x-96:last-child {
    right: -24rem;
    left: -24rem;
  }

  .lg\:last\:-inset-y-px:last-child {
    top: -1px;
    bottom: -1px;
  }

  .lg\:last\:-inset-x-px:last-child {
    right: -1px;
    left: -1px;
  }

  .lg\:last\:-inset-y-0\.5:last-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:last\:-inset-x-0\.5:last-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:last\:-inset-y-1\.5:last-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:last\:-inset-x-1\.5:last-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:last\:-inset-y-2\.5:last-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:last\:-inset-x-2\.5:last-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:last\:-inset-y-3\.5:last-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:last\:-inset-x-3\.5:last-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .lg\:last\:inset-y-1\/3:last-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:last\:inset-x-1\/3:last-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:last\:inset-y-2\/3:last-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:last\:inset-x-2\/3:last-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:last\:inset-y-1\/4:last-child {
    top: 25%;
    bottom: 25%;
  }

  .lg\:last\:inset-x-1\/4:last-child {
    right: 25%;
    left: 25%;
  }

  .lg\:last\:inset-y-2\/4:last-child {
    top: 50%;
    bottom: 50%;
  }

  .lg\:last\:inset-x-2\/4:last-child {
    right: 50%;
    left: 50%;
  }

  .lg\:last\:inset-y-3\/4:last-child {
    top: 75%;
    bottom: 75%;
  }

  .lg\:last\:inset-x-3\/4:last-child {
    right: 75%;
    left: 75%;
  }

  .lg\:last\:inset-y-full:last-child {
    top: 100%;
    bottom: 100%;
  }

  .lg\:last\:inset-x-full:last-child {
    right: 100%;
    left: 100%;
  }

  .lg\:last\:-inset-y-1\/2:last-child {
    top: -50%;
    bottom: -50%;
  }

  .lg\:last\:-inset-x-1\/2:last-child {
    right: -50%;
    left: -50%;
  }

  .lg\:last\:-inset-y-1\/3:last-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:last\:-inset-x-1\/3:last-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:last\:-inset-y-2\/3:last-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:last\:-inset-x-2\/3:last-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:last\:-inset-y-1\/4:last-child {
    top: -25%;
    bottom: -25%;
  }

  .lg\:last\:-inset-x-1\/4:last-child {
    right: -25%;
    left: -25%;
  }

  .lg\:last\:-inset-y-2\/4:last-child {
    top: -50%;
    bottom: -50%;
  }

  .lg\:last\:-inset-x-2\/4:last-child {
    right: -50%;
    left: -50%;
  }

  .lg\:last\:-inset-y-3\/4:last-child {
    top: -75%;
    bottom: -75%;
  }

  .lg\:last\:-inset-x-3\/4:last-child {
    right: -75%;
    left: -75%;
  }

  .lg\:last\:-inset-y-full:last-child {
    top: -100%;
    bottom: -100%;
  }

  .lg\:last\:-inset-x-full:last-child {
    right: -100%;
    left: -100%;
  }

  .lg\:last\:top-0:last-child {
    top: 0px;
  }

  .lg\:last\:right-0:last-child {
    right: 0px;
  }

  .lg\:last\:bottom-0:last-child {
    bottom: 0px;
  }

  .lg\:last\:left-0:last-child {
    left: 0px;
  }

  .lg\:last\:top-1:last-child {
    top: 0.25rem;
  }

  .lg\:last\:right-1:last-child {
    right: 0.25rem;
  }

  .lg\:last\:bottom-1:last-child {
    bottom: 0.25rem;
  }

  .lg\:last\:left-1:last-child {
    left: 0.25rem;
  }

  .lg\:last\:top-2:last-child {
    top: 0.5rem;
  }

  .lg\:last\:right-2:last-child {
    right: 0.5rem;
  }

  .lg\:last\:bottom-2:last-child {
    bottom: 0.5rem;
  }

  .lg\:last\:left-2:last-child {
    left: 0.5rem;
  }

  .lg\:last\:top-3:last-child {
    top: 0.75rem;
  }

  .lg\:last\:right-3:last-child {
    right: 0.75rem;
  }

  .lg\:last\:bottom-3:last-child {
    bottom: 0.75rem;
  }

  .lg\:last\:left-3:last-child {
    left: 0.75rem;
  }

  .lg\:last\:top-4:last-child {
    top: 1rem;
  }

  .lg\:last\:right-4:last-child {
    right: 1rem;
  }

  .lg\:last\:bottom-4:last-child {
    bottom: 1rem;
  }

  .lg\:last\:left-4:last-child {
    left: 1rem;
  }

  .lg\:last\:top-5:last-child {
    top: 1.25rem;
  }

  .lg\:last\:right-5:last-child {
    right: 1.25rem;
  }

  .lg\:last\:bottom-5:last-child {
    bottom: 1.25rem;
  }

  .lg\:last\:left-5:last-child {
    left: 1.25rem;
  }

  .lg\:last\:top-6:last-child {
    top: 1.5rem;
  }

  .lg\:last\:right-6:last-child {
    right: 1.5rem;
  }

  .lg\:last\:bottom-6:last-child {
    bottom: 1.5rem;
  }

  .lg\:last\:left-6:last-child {
    left: 1.5rem;
  }

  .lg\:last\:top-7:last-child {
    top: 1.75rem;
  }

  .lg\:last\:right-7:last-child {
    right: 1.75rem;
  }

  .lg\:last\:bottom-7:last-child {
    bottom: 1.75rem;
  }

  .lg\:last\:left-7:last-child {
    left: 1.75rem;
  }

  .lg\:last\:top-8:last-child {
    top: 2rem;
  }

  .lg\:last\:right-8:last-child {
    right: 2rem;
  }

  .lg\:last\:bottom-8:last-child {
    bottom: 2rem;
  }

  .lg\:last\:left-8:last-child {
    left: 2rem;
  }

  .lg\:last\:top-9:last-child {
    top: 2.25rem;
  }

  .lg\:last\:right-9:last-child {
    right: 2.25rem;
  }

  .lg\:last\:bottom-9:last-child {
    bottom: 2.25rem;
  }

  .lg\:last\:left-9:last-child {
    left: 2.25rem;
  }

  .lg\:last\:top-10:last-child {
    top: 2.5rem;
  }

  .lg\:last\:right-10:last-child {
    right: 2.5rem;
  }

  .lg\:last\:bottom-10:last-child {
    bottom: 2.5rem;
  }

  .lg\:last\:left-10:last-child {
    left: 2.5rem;
  }

  .lg\:last\:top-11:last-child {
    top: 2.75rem;
  }

  .lg\:last\:right-11:last-child {
    right: 2.75rem;
  }

  .lg\:last\:bottom-11:last-child {
    bottom: 2.75rem;
  }

  .lg\:last\:left-11:last-child {
    left: 2.75rem;
  }

  .lg\:last\:top-12:last-child {
    top: 3rem;
  }

  .lg\:last\:right-12:last-child {
    right: 3rem;
  }

  .lg\:last\:bottom-12:last-child {
    bottom: 3rem;
  }

  .lg\:last\:left-12:last-child {
    left: 3rem;
  }

  .lg\:last\:top-14:last-child {
    top: 3.5rem;
  }

  .lg\:last\:right-14:last-child {
    right: 3.5rem;
  }

  .lg\:last\:bottom-14:last-child {
    bottom: 3.5rem;
  }

  .lg\:last\:left-14:last-child {
    left: 3.5rem;
  }

  .lg\:last\:top-16:last-child {
    top: 4rem;
  }

  .lg\:last\:right-16:last-child {
    right: 4rem;
  }

  .lg\:last\:bottom-16:last-child {
    bottom: 4rem;
  }

  .lg\:last\:left-16:last-child {
    left: 4rem;
  }

  .lg\:last\:top-20:last-child {
    top: 5rem;
  }

  .lg\:last\:right-20:last-child {
    right: 5rem;
  }

  .lg\:last\:bottom-20:last-child {
    bottom: 5rem;
  }

  .lg\:last\:left-20:last-child {
    left: 5rem;
  }

  .lg\:last\:top-24:last-child {
    top: 6rem;
  }

  .lg\:last\:right-24:last-child {
    right: 6rem;
  }

  .lg\:last\:bottom-24:last-child {
    bottom: 6rem;
  }

  .lg\:last\:left-24:last-child {
    left: 6rem;
  }

  .lg\:last\:top-28:last-child {
    top: 7rem;
  }

  .lg\:last\:right-28:last-child {
    right: 7rem;
  }

  .lg\:last\:bottom-28:last-child {
    bottom: 7rem;
  }

  .lg\:last\:left-28:last-child {
    left: 7rem;
  }

  .lg\:last\:top-32:last-child {
    top: 8rem;
  }

  .lg\:last\:right-32:last-child {
    right: 8rem;
  }

  .lg\:last\:bottom-32:last-child {
    bottom: 8rem;
  }

  .lg\:last\:left-32:last-child {
    left: 8rem;
  }

  .lg\:last\:top-36:last-child {
    top: 9rem;
  }

  .lg\:last\:right-36:last-child {
    right: 9rem;
  }

  .lg\:last\:bottom-36:last-child {
    bottom: 9rem;
  }

  .lg\:last\:left-36:last-child {
    left: 9rem;
  }

  .lg\:last\:top-40:last-child {
    top: 10rem;
  }

  .lg\:last\:right-40:last-child {
    right: 10rem;
  }

  .lg\:last\:bottom-40:last-child {
    bottom: 10rem;
  }

  .lg\:last\:left-40:last-child {
    left: 10rem;
  }

  .lg\:last\:top-44:last-child {
    top: 11rem;
  }

  .lg\:last\:right-44:last-child {
    right: 11rem;
  }

  .lg\:last\:bottom-44:last-child {
    bottom: 11rem;
  }

  .lg\:last\:left-44:last-child {
    left: 11rem;
  }

  .lg\:last\:top-48:last-child {
    top: 12rem;
  }

  .lg\:last\:right-48:last-child {
    right: 12rem;
  }

  .lg\:last\:bottom-48:last-child {
    bottom: 12rem;
  }

  .lg\:last\:left-48:last-child {
    left: 12rem;
  }

  .lg\:last\:top-52:last-child {
    top: 13rem;
  }

  .lg\:last\:right-52:last-child {
    right: 13rem;
  }

  .lg\:last\:bottom-52:last-child {
    bottom: 13rem;
  }

  .lg\:last\:left-52:last-child {
    left: 13rem;
  }

  .lg\:last\:top-56:last-child {
    top: 14rem;
  }

  .lg\:last\:right-56:last-child {
    right: 14rem;
  }

  .lg\:last\:bottom-56:last-child {
    bottom: 14rem;
  }

  .lg\:last\:left-56:last-child {
    left: 14rem;
  }

  .lg\:last\:top-60:last-child {
    top: 15rem;
  }

  .lg\:last\:right-60:last-child {
    right: 15rem;
  }

  .lg\:last\:bottom-60:last-child {
    bottom: 15rem;
  }

  .lg\:last\:left-60:last-child {
    left: 15rem;
  }

  .lg\:last\:top-64:last-child {
    top: 16rem;
  }

  .lg\:last\:right-64:last-child {
    right: 16rem;
  }

  .lg\:last\:bottom-64:last-child {
    bottom: 16rem;
  }

  .lg\:last\:left-64:last-child {
    left: 16rem;
  }

  .lg\:last\:top-72:last-child {
    top: 18rem;
  }

  .lg\:last\:right-72:last-child {
    right: 18rem;
  }

  .lg\:last\:bottom-72:last-child {
    bottom: 18rem;
  }

  .lg\:last\:left-72:last-child {
    left: 18rem;
  }

  .lg\:last\:top-80:last-child {
    top: 20rem;
  }

  .lg\:last\:right-80:last-child {
    right: 20rem;
  }

  .lg\:last\:bottom-80:last-child {
    bottom: 20rem;
  }

  .lg\:last\:left-80:last-child {
    left: 20rem;
  }

  .lg\:last\:top-96:last-child {
    top: 24rem;
  }

  .lg\:last\:right-96:last-child {
    right: 24rem;
  }

  .lg\:last\:bottom-96:last-child {
    bottom: 24rem;
  }

  .lg\:last\:left-96:last-child {
    left: 24rem;
  }

  .lg\:last\:top-auto:last-child {
    top: auto;
  }

  .lg\:last\:right-auto:last-child {
    right: auto;
  }

  .lg\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .lg\:last\:left-auto:last-child {
    left: auto;
  }

  .lg\:last\:top-px:last-child {
    top: 1px;
  }

  .lg\:last\:right-px:last-child {
    right: 1px;
  }

  .lg\:last\:bottom-px:last-child {
    bottom: 1px;
  }

  .lg\:last\:left-px:last-child {
    left: 1px;
  }

  .lg\:last\:top-0\.5:last-child {
    top: 0.125rem;
  }

  .lg\:last\:right-0\.5:last-child {
    right: 0.125rem;
  }

  .lg\:last\:bottom-0\.5:last-child {
    bottom: 0.125rem;
  }

  .lg\:last\:left-0\.5:last-child {
    left: 0.125rem;
  }

  .lg\:last\:top-1\.5:last-child {
    top: 0.375rem;
  }

  .lg\:last\:right-1\.5:last-child {
    right: 0.375rem;
  }

  .lg\:last\:bottom-1\.5:last-child {
    bottom: 0.375rem;
  }

  .lg\:last\:left-1\.5:last-child {
    left: 0.375rem;
  }

  .lg\:last\:top-2\.5:last-child {
    top: 0.625rem;
  }

  .lg\:last\:right-2\.5:last-child {
    right: 0.625rem;
  }

  .lg\:last\:bottom-2\.5:last-child {
    bottom: 0.625rem;
  }

  .lg\:last\:left-2\.5:last-child {
    left: 0.625rem;
  }

  .lg\:last\:top-3\.5:last-child {
    top: 0.875rem;
  }

  .lg\:last\:right-3\.5:last-child {
    right: 0.875rem;
  }

  .lg\:last\:bottom-3\.5:last-child {
    bottom: 0.875rem;
  }

  .lg\:last\:left-3\.5:last-child {
    left: 0.875rem;
  }

  .lg\:last\:-top-0:last-child {
    top: 0px;
  }

  .lg\:last\:-right-0:last-child {
    right: 0px;
  }

  .lg\:last\:-bottom-0:last-child {
    bottom: 0px;
  }

  .lg\:last\:-left-0:last-child {
    left: 0px;
  }

  .lg\:last\:-top-1:last-child {
    top: -0.25rem;
  }

  .lg\:last\:-right-1:last-child {
    right: -0.25rem;
  }

  .lg\:last\:-bottom-1:last-child {
    bottom: -0.25rem;
  }

  .lg\:last\:-left-1:last-child {
    left: -0.25rem;
  }

  .lg\:last\:-top-2:last-child {
    top: -0.5rem;
  }

  .lg\:last\:-right-2:last-child {
    right: -0.5rem;
  }

  .lg\:last\:-bottom-2:last-child {
    bottom: -0.5rem;
  }

  .lg\:last\:-left-2:last-child {
    left: -0.5rem;
  }

  .lg\:last\:-top-3:last-child {
    top: -0.75rem;
  }

  .lg\:last\:-right-3:last-child {
    right: -0.75rem;
  }

  .lg\:last\:-bottom-3:last-child {
    bottom: -0.75rem;
  }

  .lg\:last\:-left-3:last-child {
    left: -0.75rem;
  }

  .lg\:last\:-top-4:last-child {
    top: -1rem;
  }

  .lg\:last\:-right-4:last-child {
    right: -1rem;
  }

  .lg\:last\:-bottom-4:last-child {
    bottom: -1rem;
  }

  .lg\:last\:-left-4:last-child {
    left: -1rem;
  }

  .lg\:last\:-top-5:last-child {
    top: -1.25rem;
  }

  .lg\:last\:-right-5:last-child {
    right: -1.25rem;
  }

  .lg\:last\:-bottom-5:last-child {
    bottom: -1.25rem;
  }

  .lg\:last\:-left-5:last-child {
    left: -1.25rem;
  }

  .lg\:last\:-top-6:last-child {
    top: -1.5rem;
  }

  .lg\:last\:-right-6:last-child {
    right: -1.5rem;
  }

  .lg\:last\:-bottom-6:last-child {
    bottom: -1.5rem;
  }

  .lg\:last\:-left-6:last-child {
    left: -1.5rem;
  }

  .lg\:last\:-top-7:last-child {
    top: -1.75rem;
  }

  .lg\:last\:-right-7:last-child {
    right: -1.75rem;
  }

  .lg\:last\:-bottom-7:last-child {
    bottom: -1.75rem;
  }

  .lg\:last\:-left-7:last-child {
    left: -1.75rem;
  }

  .lg\:last\:-top-8:last-child {
    top: -2rem;
  }

  .lg\:last\:-right-8:last-child {
    right: -2rem;
  }

  .lg\:last\:-bottom-8:last-child {
    bottom: -2rem;
  }

  .lg\:last\:-left-8:last-child {
    left: -2rem;
  }

  .lg\:last\:-top-9:last-child {
    top: -2.25rem;
  }

  .lg\:last\:-right-9:last-child {
    right: -2.25rem;
  }

  .lg\:last\:-bottom-9:last-child {
    bottom: -2.25rem;
  }

  .lg\:last\:-left-9:last-child {
    left: -2.25rem;
  }

  .lg\:last\:-top-10:last-child {
    top: -2.5rem;
  }

  .lg\:last\:-right-10:last-child {
    right: -2.5rem;
  }

  .lg\:last\:-bottom-10:last-child {
    bottom: -2.5rem;
  }

  .lg\:last\:-left-10:last-child {
    left: -2.5rem;
  }

  .lg\:last\:-top-11:last-child {
    top: -2.75rem;
  }

  .lg\:last\:-right-11:last-child {
    right: -2.75rem;
  }

  .lg\:last\:-bottom-11:last-child {
    bottom: -2.75rem;
  }

  .lg\:last\:-left-11:last-child {
    left: -2.75rem;
  }

  .lg\:last\:-top-12:last-child {
    top: -3rem;
  }

  .lg\:last\:-right-12:last-child {
    right: -3rem;
  }

  .lg\:last\:-bottom-12:last-child {
    bottom: -3rem;
  }

  .lg\:last\:-left-12:last-child {
    left: -3rem;
  }

  .lg\:last\:-top-14:last-child {
    top: -3.5rem;
  }

  .lg\:last\:-right-14:last-child {
    right: -3.5rem;
  }

  .lg\:last\:-bottom-14:last-child {
    bottom: -3.5rem;
  }

  .lg\:last\:-left-14:last-child {
    left: -3.5rem;
  }

  .lg\:last\:-top-16:last-child {
    top: -4rem;
  }

  .lg\:last\:-right-16:last-child {
    right: -4rem;
  }

  .lg\:last\:-bottom-16:last-child {
    bottom: -4rem;
  }

  .lg\:last\:-left-16:last-child {
    left: -4rem;
  }

  .lg\:last\:-top-20:last-child {
    top: -5rem;
  }

  .lg\:last\:-right-20:last-child {
    right: -5rem;
  }

  .lg\:last\:-bottom-20:last-child {
    bottom: -5rem;
  }

  .lg\:last\:-left-20:last-child {
    left: -5rem;
  }

  .lg\:last\:-top-24:last-child {
    top: -6rem;
  }

  .lg\:last\:-right-24:last-child {
    right: -6rem;
  }

  .lg\:last\:-bottom-24:last-child {
    bottom: -6rem;
  }

  .lg\:last\:-left-24:last-child {
    left: -6rem;
  }

  .lg\:last\:-top-28:last-child {
    top: -7rem;
  }

  .lg\:last\:-right-28:last-child {
    right: -7rem;
  }

  .lg\:last\:-bottom-28:last-child {
    bottom: -7rem;
  }

  .lg\:last\:-left-28:last-child {
    left: -7rem;
  }

  .lg\:last\:-top-32:last-child {
    top: -8rem;
  }

  .lg\:last\:-right-32:last-child {
    right: -8rem;
  }

  .lg\:last\:-bottom-32:last-child {
    bottom: -8rem;
  }

  .lg\:last\:-left-32:last-child {
    left: -8rem;
  }

  .lg\:last\:-top-36:last-child {
    top: -9rem;
  }

  .lg\:last\:-right-36:last-child {
    right: -9rem;
  }

  .lg\:last\:-bottom-36:last-child {
    bottom: -9rem;
  }

  .lg\:last\:-left-36:last-child {
    left: -9rem;
  }

  .lg\:last\:-top-40:last-child {
    top: -10rem;
  }

  .lg\:last\:-right-40:last-child {
    right: -10rem;
  }

  .lg\:last\:-bottom-40:last-child {
    bottom: -10rem;
  }

  .lg\:last\:-left-40:last-child {
    left: -10rem;
  }

  .lg\:last\:-top-44:last-child {
    top: -11rem;
  }

  .lg\:last\:-right-44:last-child {
    right: -11rem;
  }

  .lg\:last\:-bottom-44:last-child {
    bottom: -11rem;
  }

  .lg\:last\:-left-44:last-child {
    left: -11rem;
  }

  .lg\:last\:-top-48:last-child {
    top: -12rem;
  }

  .lg\:last\:-right-48:last-child {
    right: -12rem;
  }

  .lg\:last\:-bottom-48:last-child {
    bottom: -12rem;
  }

  .lg\:last\:-left-48:last-child {
    left: -12rem;
  }

  .lg\:last\:-top-52:last-child {
    top: -13rem;
  }

  .lg\:last\:-right-52:last-child {
    right: -13rem;
  }

  .lg\:last\:-bottom-52:last-child {
    bottom: -13rem;
  }

  .lg\:last\:-left-52:last-child {
    left: -13rem;
  }

  .lg\:last\:-top-56:last-child {
    top: -14rem;
  }

  .lg\:last\:-right-56:last-child {
    right: -14rem;
  }

  .lg\:last\:-bottom-56:last-child {
    bottom: -14rem;
  }

  .lg\:last\:-left-56:last-child {
    left: -14rem;
  }

  .lg\:last\:-top-60:last-child {
    top: -15rem;
  }

  .lg\:last\:-right-60:last-child {
    right: -15rem;
  }

  .lg\:last\:-bottom-60:last-child {
    bottom: -15rem;
  }

  .lg\:last\:-left-60:last-child {
    left: -15rem;
  }

  .lg\:last\:-top-64:last-child {
    top: -16rem;
  }

  .lg\:last\:-right-64:last-child {
    right: -16rem;
  }

  .lg\:last\:-bottom-64:last-child {
    bottom: -16rem;
  }

  .lg\:last\:-left-64:last-child {
    left: -16rem;
  }

  .lg\:last\:-top-72:last-child {
    top: -18rem;
  }

  .lg\:last\:-right-72:last-child {
    right: -18rem;
  }

  .lg\:last\:-bottom-72:last-child {
    bottom: -18rem;
  }

  .lg\:last\:-left-72:last-child {
    left: -18rem;
  }

  .lg\:last\:-top-80:last-child {
    top: -20rem;
  }

  .lg\:last\:-right-80:last-child {
    right: -20rem;
  }

  .lg\:last\:-bottom-80:last-child {
    bottom: -20rem;
  }

  .lg\:last\:-left-80:last-child {
    left: -20rem;
  }

  .lg\:last\:-top-96:last-child {
    top: -24rem;
  }

  .lg\:last\:-right-96:last-child {
    right: -24rem;
  }

  .lg\:last\:-bottom-96:last-child {
    bottom: -24rem;
  }

  .lg\:last\:-left-96:last-child {
    left: -24rem;
  }

  .lg\:last\:-top-px:last-child {
    top: -1px;
  }

  .lg\:last\:-right-px:last-child {
    right: -1px;
  }

  .lg\:last\:-bottom-px:last-child {
    bottom: -1px;
  }

  .lg\:last\:-left-px:last-child {
    left: -1px;
  }

  .lg\:last\:-top-0\.5:last-child {
    top: -0.125rem;
  }

  .lg\:last\:-right-0\.5:last-child {
    right: -0.125rem;
  }

  .lg\:last\:-bottom-0\.5:last-child {
    bottom: -0.125rem;
  }

  .lg\:last\:-left-0\.5:last-child {
    left: -0.125rem;
  }

  .lg\:last\:-top-1\.5:last-child {
    top: -0.375rem;
  }

  .lg\:last\:-right-1\.5:last-child {
    right: -0.375rem;
  }

  .lg\:last\:-bottom-1\.5:last-child {
    bottom: -0.375rem;
  }

  .lg\:last\:-left-1\.5:last-child {
    left: -0.375rem;
  }

  .lg\:last\:-top-2\.5:last-child {
    top: -0.625rem;
  }

  .lg\:last\:-right-2\.5:last-child {
    right: -0.625rem;
  }

  .lg\:last\:-bottom-2\.5:last-child {
    bottom: -0.625rem;
  }

  .lg\:last\:-left-2\.5:last-child {
    left: -0.625rem;
  }

  .lg\:last\:-top-3\.5:last-child {
    top: -0.875rem;
  }

  .lg\:last\:-right-3\.5:last-child {
    right: -0.875rem;
  }

  .lg\:last\:-bottom-3\.5:last-child {
    bottom: -0.875rem;
  }

  .lg\:last\:-left-3\.5:last-child {
    left: -0.875rem;
  }

  .lg\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .lg\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .lg\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .lg\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .lg\:last\:top-1\/3:last-child {
    top: 33.333333%;
  }

  .lg\:last\:right-1\/3:last-child {
    right: 33.333333%;
  }

  .lg\:last\:bottom-1\/3:last-child {
    bottom: 33.333333%;
  }

  .lg\:last\:left-1\/3:last-child {
    left: 33.333333%;
  }

  .lg\:last\:top-2\/3:last-child {
    top: 66.666667%;
  }

  .lg\:last\:right-2\/3:last-child {
    right: 66.666667%;
  }

  .lg\:last\:bottom-2\/3:last-child {
    bottom: 66.666667%;
  }

  .lg\:last\:left-2\/3:last-child {
    left: 66.666667%;
  }

  .lg\:last\:top-1\/4:last-child {
    top: 25%;
  }

  .lg\:last\:right-1\/4:last-child {
    right: 25%;
  }

  .lg\:last\:bottom-1\/4:last-child {
    bottom: 25%;
  }

  .lg\:last\:left-1\/4:last-child {
    left: 25%;
  }

  .lg\:last\:top-2\/4:last-child {
    top: 50%;
  }

  .lg\:last\:right-2\/4:last-child {
    right: 50%;
  }

  .lg\:last\:bottom-2\/4:last-child {
    bottom: 50%;
  }

  .lg\:last\:left-2\/4:last-child {
    left: 50%;
  }

  .lg\:last\:top-3\/4:last-child {
    top: 75%;
  }

  .lg\:last\:right-3\/4:last-child {
    right: 75%;
  }

  .lg\:last\:bottom-3\/4:last-child {
    bottom: 75%;
  }

  .lg\:last\:left-3\/4:last-child {
    left: 75%;
  }

  .lg\:last\:top-full:last-child {
    top: 100%;
  }

  .lg\:last\:right-full:last-child {
    right: 100%;
  }

  .lg\:last\:bottom-full:last-child {
    bottom: 100%;
  }

  .lg\:last\:left-full:last-child {
    left: 100%;
  }

  .lg\:last\:-top-1\/2:last-child {
    top: -50%;
  }

  .lg\:last\:-right-1\/2:last-child {
    right: -50%;
  }

  .lg\:last\:-bottom-1\/2:last-child {
    bottom: -50%;
  }

  .lg\:last\:-left-1\/2:last-child {
    left: -50%;
  }

  .lg\:last\:-top-1\/3:last-child {
    top: -33.333333%;
  }

  .lg\:last\:-right-1\/3:last-child {
    right: -33.333333%;
  }

  .lg\:last\:-bottom-1\/3:last-child {
    bottom: -33.333333%;
  }

  .lg\:last\:-left-1\/3:last-child {
    left: -33.333333%;
  }

  .lg\:last\:-top-2\/3:last-child {
    top: -66.666667%;
  }

  .lg\:last\:-right-2\/3:last-child {
    right: -66.666667%;
  }

  .lg\:last\:-bottom-2\/3:last-child {
    bottom: -66.666667%;
  }

  .lg\:last\:-left-2\/3:last-child {
    left: -66.666667%;
  }

  .lg\:last\:-top-1\/4:last-child {
    top: -25%;
  }

  .lg\:last\:-right-1\/4:last-child {
    right: -25%;
  }

  .lg\:last\:-bottom-1\/4:last-child {
    bottom: -25%;
  }

  .lg\:last\:-left-1\/4:last-child {
    left: -25%;
  }

  .lg\:last\:-top-2\/4:last-child {
    top: -50%;
  }

  .lg\:last\:-right-2\/4:last-child {
    right: -50%;
  }

  .lg\:last\:-bottom-2\/4:last-child {
    bottom: -50%;
  }

  .lg\:last\:-left-2\/4:last-child {
    left: -50%;
  }

  .lg\:last\:-top-3\/4:last-child {
    top: -75%;
  }

  .lg\:last\:-right-3\/4:last-child {
    right: -75%;
  }

  .lg\:last\:-bottom-3\/4:last-child {
    bottom: -75%;
  }

  .lg\:last\:-left-3\/4:last-child {
    left: -75%;
  }

  .lg\:last\:-top-full:last-child {
    top: -100%;
  }

  .lg\:last\:-right-full:last-child {
    right: -100%;
  }

  .lg\:last\:-bottom-full:last-child {
    bottom: -100%;
  }

  .lg\:last\:-left-full:last-child {
    left: -100%;
  }

  .lg\:odd\:inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:odd\:inset-1:nth-child(odd) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:odd\:inset-2:nth-child(odd) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:odd\:inset-3:nth-child(odd) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:odd\:inset-4:nth-child(odd) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:odd\:inset-5:nth-child(odd) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:odd\:inset-6:nth-child(odd) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:odd\:inset-7:nth-child(odd) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:odd\:inset-8:nth-child(odd) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:odd\:inset-9:nth-child(odd) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:odd\:inset-10:nth-child(odd) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:odd\:inset-11:nth-child(odd) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:odd\:inset-12:nth-child(odd) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:odd\:inset-14:nth-child(odd) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:odd\:inset-16:nth-child(odd) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:odd\:inset-20:nth-child(odd) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:odd\:inset-24:nth-child(odd) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:odd\:inset-28:nth-child(odd) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:odd\:inset-32:nth-child(odd) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:odd\:inset-36:nth-child(odd) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:odd\:inset-40:nth-child(odd) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:odd\:inset-44:nth-child(odd) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:odd\:inset-48:nth-child(odd) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:odd\:inset-52:nth-child(odd) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:odd\:inset-56:nth-child(odd) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:odd\:inset-60:nth-child(odd) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:odd\:inset-64:nth-child(odd) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:odd\:inset-72:nth-child(odd) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:odd\:inset-80:nth-child(odd) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:odd\:inset-96:nth-child(odd) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:odd\:inset-px:nth-child(odd) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:odd\:inset-0\.5:nth-child(odd) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:odd\:inset-1\.5:nth-child(odd) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:odd\:inset-2\.5:nth-child(odd) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:odd\:inset-3\.5:nth-child(odd) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:odd\:-inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:odd\:-inset-1:nth-child(odd) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:odd\:-inset-2:nth-child(odd) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:odd\:-inset-3:nth-child(odd) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:odd\:-inset-4:nth-child(odd) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:odd\:-inset-5:nth-child(odd) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:odd\:-inset-6:nth-child(odd) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:odd\:-inset-7:nth-child(odd) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:odd\:-inset-8:nth-child(odd) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:odd\:-inset-9:nth-child(odd) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:odd\:-inset-10:nth-child(odd) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:odd\:-inset-11:nth-child(odd) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:odd\:-inset-12:nth-child(odd) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:odd\:-inset-14:nth-child(odd) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:odd\:-inset-16:nth-child(odd) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:odd\:-inset-20:nth-child(odd) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:odd\:-inset-24:nth-child(odd) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:odd\:-inset-28:nth-child(odd) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:odd\:-inset-32:nth-child(odd) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:odd\:-inset-36:nth-child(odd) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:odd\:-inset-40:nth-child(odd) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:odd\:-inset-44:nth-child(odd) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:odd\:-inset-48:nth-child(odd) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:odd\:-inset-52:nth-child(odd) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:odd\:-inset-56:nth-child(odd) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:odd\:-inset-60:nth-child(odd) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:odd\:-inset-64:nth-child(odd) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:odd\:-inset-72:nth-child(odd) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:odd\:-inset-80:nth-child(odd) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:odd\:-inset-96:nth-child(odd) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:odd\:-inset-px:nth-child(odd) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:odd\:-inset-0\.5:nth-child(odd) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:odd\:-inset-1\.5:nth-child(odd) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:odd\:-inset-2\.5:nth-child(odd) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:odd\:-inset-3\.5:nth-child(odd) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:odd\:inset-1\/2:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:odd\:inset-1\/3:nth-child(odd) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:odd\:inset-2\/3:nth-child(odd) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:odd\:inset-1\/4:nth-child(odd) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:odd\:inset-2\/4:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:odd\:inset-3\/4:nth-child(odd) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:odd\:inset-full:nth-child(odd) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:odd\:-inset-1\/2:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:odd\:-inset-1\/3:nth-child(odd) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:odd\:-inset-2\/3:nth-child(odd) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:odd\:-inset-1\/4:nth-child(odd) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:odd\:-inset-2\/4:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:odd\:-inset-3\/4:nth-child(odd) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:odd\:-inset-full:nth-child(odd) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:odd\:inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .lg\:odd\:inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .lg\:odd\:inset-y-1:nth-child(odd) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:odd\:inset-x-1:nth-child(odd) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:odd\:inset-y-2:nth-child(odd) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:odd\:inset-x-2:nth-child(odd) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:odd\:inset-y-3:nth-child(odd) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:odd\:inset-x-3:nth-child(odd) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:odd\:inset-y-4:nth-child(odd) {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:odd\:inset-x-4:nth-child(odd) {
    right: 1rem;
    left: 1rem;
  }

  .lg\:odd\:inset-y-5:nth-child(odd) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:odd\:inset-x-5:nth-child(odd) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:odd\:inset-y-6:nth-child(odd) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:odd\:inset-x-6:nth-child(odd) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:odd\:inset-y-7:nth-child(odd) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:odd\:inset-x-7:nth-child(odd) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:odd\:inset-y-8:nth-child(odd) {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:odd\:inset-x-8:nth-child(odd) {
    right: 2rem;
    left: 2rem;
  }

  .lg\:odd\:inset-y-9:nth-child(odd) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:odd\:inset-x-9:nth-child(odd) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:odd\:inset-y-10:nth-child(odd) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:odd\:inset-x-10:nth-child(odd) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:odd\:inset-y-11:nth-child(odd) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:odd\:inset-x-11:nth-child(odd) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:odd\:inset-y-12:nth-child(odd) {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:odd\:inset-x-12:nth-child(odd) {
    right: 3rem;
    left: 3rem;
  }

  .lg\:odd\:inset-y-14:nth-child(odd) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:odd\:inset-x-14:nth-child(odd) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:odd\:inset-y-16:nth-child(odd) {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:odd\:inset-x-16:nth-child(odd) {
    right: 4rem;
    left: 4rem;
  }

  .lg\:odd\:inset-y-20:nth-child(odd) {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:odd\:inset-x-20:nth-child(odd) {
    right: 5rem;
    left: 5rem;
  }

  .lg\:odd\:inset-y-24:nth-child(odd) {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:odd\:inset-x-24:nth-child(odd) {
    right: 6rem;
    left: 6rem;
  }

  .lg\:odd\:inset-y-28:nth-child(odd) {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:odd\:inset-x-28:nth-child(odd) {
    right: 7rem;
    left: 7rem;
  }

  .lg\:odd\:inset-y-32:nth-child(odd) {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:odd\:inset-x-32:nth-child(odd) {
    right: 8rem;
    left: 8rem;
  }

  .lg\:odd\:inset-y-36:nth-child(odd) {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:odd\:inset-x-36:nth-child(odd) {
    right: 9rem;
    left: 9rem;
  }

  .lg\:odd\:inset-y-40:nth-child(odd) {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:odd\:inset-x-40:nth-child(odd) {
    right: 10rem;
    left: 10rem;
  }

  .lg\:odd\:inset-y-44:nth-child(odd) {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:odd\:inset-x-44:nth-child(odd) {
    right: 11rem;
    left: 11rem;
  }

  .lg\:odd\:inset-y-48:nth-child(odd) {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:odd\:inset-x-48:nth-child(odd) {
    right: 12rem;
    left: 12rem;
  }

  .lg\:odd\:inset-y-52:nth-child(odd) {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:odd\:inset-x-52:nth-child(odd) {
    right: 13rem;
    left: 13rem;
  }

  .lg\:odd\:inset-y-56:nth-child(odd) {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:odd\:inset-x-56:nth-child(odd) {
    right: 14rem;
    left: 14rem;
  }

  .lg\:odd\:inset-y-60:nth-child(odd) {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:odd\:inset-x-60:nth-child(odd) {
    right: 15rem;
    left: 15rem;
  }

  .lg\:odd\:inset-y-64:nth-child(odd) {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:odd\:inset-x-64:nth-child(odd) {
    right: 16rem;
    left: 16rem;
  }

  .lg\:odd\:inset-y-72:nth-child(odd) {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:odd\:inset-x-72:nth-child(odd) {
    right: 18rem;
    left: 18rem;
  }

  .lg\:odd\:inset-y-80:nth-child(odd) {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:odd\:inset-x-80:nth-child(odd) {
    right: 20rem;
    left: 20rem;
  }

  .lg\:odd\:inset-y-96:nth-child(odd) {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:odd\:inset-x-96:nth-child(odd) {
    right: 24rem;
    left: 24rem;
  }

  .lg\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .lg\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .lg\:odd\:inset-y-px:nth-child(odd) {
    top: 1px;
    bottom: 1px;
  }

  .lg\:odd\:inset-x-px:nth-child(odd) {
    right: 1px;
    left: 1px;
  }

  .lg\:odd\:inset-y-0\.5:nth-child(odd) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:odd\:inset-x-0\.5:nth-child(odd) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:odd\:inset-y-1\.5:nth-child(odd) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:odd\:inset-x-1\.5:nth-child(odd) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:odd\:inset-y-2\.5:nth-child(odd) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:odd\:inset-x-2\.5:nth-child(odd) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:odd\:inset-y-3\.5:nth-child(odd) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:odd\:inset-x-3\.5:nth-child(odd) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:odd\:-inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .lg\:odd\:-inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .lg\:odd\:-inset-y-1:nth-child(odd) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:odd\:-inset-x-1:nth-child(odd) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:odd\:-inset-y-2:nth-child(odd) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:odd\:-inset-x-2:nth-child(odd) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:odd\:-inset-y-3:nth-child(odd) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:odd\:-inset-x-3:nth-child(odd) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:odd\:-inset-y-4:nth-child(odd) {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:odd\:-inset-x-4:nth-child(odd) {
    right: -1rem;
    left: -1rem;
  }

  .lg\:odd\:-inset-y-5:nth-child(odd) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:odd\:-inset-x-5:nth-child(odd) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:odd\:-inset-y-6:nth-child(odd) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:odd\:-inset-x-6:nth-child(odd) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:odd\:-inset-y-7:nth-child(odd) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:odd\:-inset-x-7:nth-child(odd) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:odd\:-inset-y-8:nth-child(odd) {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:odd\:-inset-x-8:nth-child(odd) {
    right: -2rem;
    left: -2rem;
  }

  .lg\:odd\:-inset-y-9:nth-child(odd) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:odd\:-inset-x-9:nth-child(odd) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:odd\:-inset-y-10:nth-child(odd) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:odd\:-inset-x-10:nth-child(odd) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:odd\:-inset-y-11:nth-child(odd) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:odd\:-inset-x-11:nth-child(odd) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:odd\:-inset-y-12:nth-child(odd) {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:odd\:-inset-x-12:nth-child(odd) {
    right: -3rem;
    left: -3rem;
  }

  .lg\:odd\:-inset-y-14:nth-child(odd) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:odd\:-inset-x-14:nth-child(odd) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:odd\:-inset-y-16:nth-child(odd) {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:odd\:-inset-x-16:nth-child(odd) {
    right: -4rem;
    left: -4rem;
  }

  .lg\:odd\:-inset-y-20:nth-child(odd) {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:odd\:-inset-x-20:nth-child(odd) {
    right: -5rem;
    left: -5rem;
  }

  .lg\:odd\:-inset-y-24:nth-child(odd) {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:odd\:-inset-x-24:nth-child(odd) {
    right: -6rem;
    left: -6rem;
  }

  .lg\:odd\:-inset-y-28:nth-child(odd) {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:odd\:-inset-x-28:nth-child(odd) {
    right: -7rem;
    left: -7rem;
  }

  .lg\:odd\:-inset-y-32:nth-child(odd) {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:odd\:-inset-x-32:nth-child(odd) {
    right: -8rem;
    left: -8rem;
  }

  .lg\:odd\:-inset-y-36:nth-child(odd) {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:odd\:-inset-x-36:nth-child(odd) {
    right: -9rem;
    left: -9rem;
  }

  .lg\:odd\:-inset-y-40:nth-child(odd) {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:odd\:-inset-x-40:nth-child(odd) {
    right: -10rem;
    left: -10rem;
  }

  .lg\:odd\:-inset-y-44:nth-child(odd) {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:odd\:-inset-x-44:nth-child(odd) {
    right: -11rem;
    left: -11rem;
  }

  .lg\:odd\:-inset-y-48:nth-child(odd) {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:odd\:-inset-x-48:nth-child(odd) {
    right: -12rem;
    left: -12rem;
  }

  .lg\:odd\:-inset-y-52:nth-child(odd) {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:odd\:-inset-x-52:nth-child(odd) {
    right: -13rem;
    left: -13rem;
  }

  .lg\:odd\:-inset-y-56:nth-child(odd) {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:odd\:-inset-x-56:nth-child(odd) {
    right: -14rem;
    left: -14rem;
  }

  .lg\:odd\:-inset-y-60:nth-child(odd) {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:odd\:-inset-x-60:nth-child(odd) {
    right: -15rem;
    left: -15rem;
  }

  .lg\:odd\:-inset-y-64:nth-child(odd) {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:odd\:-inset-x-64:nth-child(odd) {
    right: -16rem;
    left: -16rem;
  }

  .lg\:odd\:-inset-y-72:nth-child(odd) {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:odd\:-inset-x-72:nth-child(odd) {
    right: -18rem;
    left: -18rem;
  }

  .lg\:odd\:-inset-y-80:nth-child(odd) {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:odd\:-inset-x-80:nth-child(odd) {
    right: -20rem;
    left: -20rem;
  }

  .lg\:odd\:-inset-y-96:nth-child(odd) {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:odd\:-inset-x-96:nth-child(odd) {
    right: -24rem;
    left: -24rem;
  }

  .lg\:odd\:-inset-y-px:nth-child(odd) {
    top: -1px;
    bottom: -1px;
  }

  .lg\:odd\:-inset-x-px:nth-child(odd) {
    right: -1px;
    left: -1px;
  }

  .lg\:odd\:-inset-y-0\.5:nth-child(odd) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:odd\:-inset-x-0\.5:nth-child(odd) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:odd\:-inset-y-1\.5:nth-child(odd) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:odd\:-inset-x-1\.5:nth-child(odd) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:odd\:-inset-y-2\.5:nth-child(odd) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:odd\:-inset-x-2\.5:nth-child(odd) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:odd\:-inset-y-3\.5:nth-child(odd) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:odd\:-inset-x-3\.5:nth-child(odd) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:odd\:inset-y-1\/2:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .lg\:odd\:inset-x-1\/2:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .lg\:odd\:inset-y-1\/3:nth-child(odd) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:odd\:inset-x-1\/3:nth-child(odd) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:odd\:inset-y-2\/3:nth-child(odd) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:odd\:inset-x-2\/3:nth-child(odd) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:odd\:inset-y-1\/4:nth-child(odd) {
    top: 25%;
    bottom: 25%;
  }

  .lg\:odd\:inset-x-1\/4:nth-child(odd) {
    right: 25%;
    left: 25%;
  }

  .lg\:odd\:inset-y-2\/4:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .lg\:odd\:inset-x-2\/4:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .lg\:odd\:inset-y-3\/4:nth-child(odd) {
    top: 75%;
    bottom: 75%;
  }

  .lg\:odd\:inset-x-3\/4:nth-child(odd) {
    right: 75%;
    left: 75%;
  }

  .lg\:odd\:inset-y-full:nth-child(odd) {
    top: 100%;
    bottom: 100%;
  }

  .lg\:odd\:inset-x-full:nth-child(odd) {
    right: 100%;
    left: 100%;
  }

  .lg\:odd\:-inset-y-1\/2:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .lg\:odd\:-inset-x-1\/2:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .lg\:odd\:-inset-y-1\/3:nth-child(odd) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:odd\:-inset-x-1\/3:nth-child(odd) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:odd\:-inset-y-2\/3:nth-child(odd) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:odd\:-inset-x-2\/3:nth-child(odd) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:odd\:-inset-y-1\/4:nth-child(odd) {
    top: -25%;
    bottom: -25%;
  }

  .lg\:odd\:-inset-x-1\/4:nth-child(odd) {
    right: -25%;
    left: -25%;
  }

  .lg\:odd\:-inset-y-2\/4:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .lg\:odd\:-inset-x-2\/4:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .lg\:odd\:-inset-y-3\/4:nth-child(odd) {
    top: -75%;
    bottom: -75%;
  }

  .lg\:odd\:-inset-x-3\/4:nth-child(odd) {
    right: -75%;
    left: -75%;
  }

  .lg\:odd\:-inset-y-full:nth-child(odd) {
    top: -100%;
    bottom: -100%;
  }

  .lg\:odd\:-inset-x-full:nth-child(odd) {
    right: -100%;
    left: -100%;
  }

  .lg\:odd\:top-0:nth-child(odd) {
    top: 0px;
  }

  .lg\:odd\:right-0:nth-child(odd) {
    right: 0px;
  }

  .lg\:odd\:bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .lg\:odd\:left-0:nth-child(odd) {
    left: 0px;
  }

  .lg\:odd\:top-1:nth-child(odd) {
    top: 0.25rem;
  }

  .lg\:odd\:right-1:nth-child(odd) {
    right: 0.25rem;
  }

  .lg\:odd\:bottom-1:nth-child(odd) {
    bottom: 0.25rem;
  }

  .lg\:odd\:left-1:nth-child(odd) {
    left: 0.25rem;
  }

  .lg\:odd\:top-2:nth-child(odd) {
    top: 0.5rem;
  }

  .lg\:odd\:right-2:nth-child(odd) {
    right: 0.5rem;
  }

  .lg\:odd\:bottom-2:nth-child(odd) {
    bottom: 0.5rem;
  }

  .lg\:odd\:left-2:nth-child(odd) {
    left: 0.5rem;
  }

  .lg\:odd\:top-3:nth-child(odd) {
    top: 0.75rem;
  }

  .lg\:odd\:right-3:nth-child(odd) {
    right: 0.75rem;
  }

  .lg\:odd\:bottom-3:nth-child(odd) {
    bottom: 0.75rem;
  }

  .lg\:odd\:left-3:nth-child(odd) {
    left: 0.75rem;
  }

  .lg\:odd\:top-4:nth-child(odd) {
    top: 1rem;
  }

  .lg\:odd\:right-4:nth-child(odd) {
    right: 1rem;
  }

  .lg\:odd\:bottom-4:nth-child(odd) {
    bottom: 1rem;
  }

  .lg\:odd\:left-4:nth-child(odd) {
    left: 1rem;
  }

  .lg\:odd\:top-5:nth-child(odd) {
    top: 1.25rem;
  }

  .lg\:odd\:right-5:nth-child(odd) {
    right: 1.25rem;
  }

  .lg\:odd\:bottom-5:nth-child(odd) {
    bottom: 1.25rem;
  }

  .lg\:odd\:left-5:nth-child(odd) {
    left: 1.25rem;
  }

  .lg\:odd\:top-6:nth-child(odd) {
    top: 1.5rem;
  }

  .lg\:odd\:right-6:nth-child(odd) {
    right: 1.5rem;
  }

  .lg\:odd\:bottom-6:nth-child(odd) {
    bottom: 1.5rem;
  }

  .lg\:odd\:left-6:nth-child(odd) {
    left: 1.5rem;
  }

  .lg\:odd\:top-7:nth-child(odd) {
    top: 1.75rem;
  }

  .lg\:odd\:right-7:nth-child(odd) {
    right: 1.75rem;
  }

  .lg\:odd\:bottom-7:nth-child(odd) {
    bottom: 1.75rem;
  }

  .lg\:odd\:left-7:nth-child(odd) {
    left: 1.75rem;
  }

  .lg\:odd\:top-8:nth-child(odd) {
    top: 2rem;
  }

  .lg\:odd\:right-8:nth-child(odd) {
    right: 2rem;
  }

  .lg\:odd\:bottom-8:nth-child(odd) {
    bottom: 2rem;
  }

  .lg\:odd\:left-8:nth-child(odd) {
    left: 2rem;
  }

  .lg\:odd\:top-9:nth-child(odd) {
    top: 2.25rem;
  }

  .lg\:odd\:right-9:nth-child(odd) {
    right: 2.25rem;
  }

  .lg\:odd\:bottom-9:nth-child(odd) {
    bottom: 2.25rem;
  }

  .lg\:odd\:left-9:nth-child(odd) {
    left: 2.25rem;
  }

  .lg\:odd\:top-10:nth-child(odd) {
    top: 2.5rem;
  }

  .lg\:odd\:right-10:nth-child(odd) {
    right: 2.5rem;
  }

  .lg\:odd\:bottom-10:nth-child(odd) {
    bottom: 2.5rem;
  }

  .lg\:odd\:left-10:nth-child(odd) {
    left: 2.5rem;
  }

  .lg\:odd\:top-11:nth-child(odd) {
    top: 2.75rem;
  }

  .lg\:odd\:right-11:nth-child(odd) {
    right: 2.75rem;
  }

  .lg\:odd\:bottom-11:nth-child(odd) {
    bottom: 2.75rem;
  }

  .lg\:odd\:left-11:nth-child(odd) {
    left: 2.75rem;
  }

  .lg\:odd\:top-12:nth-child(odd) {
    top: 3rem;
  }

  .lg\:odd\:right-12:nth-child(odd) {
    right: 3rem;
  }

  .lg\:odd\:bottom-12:nth-child(odd) {
    bottom: 3rem;
  }

  .lg\:odd\:left-12:nth-child(odd) {
    left: 3rem;
  }

  .lg\:odd\:top-14:nth-child(odd) {
    top: 3.5rem;
  }

  .lg\:odd\:right-14:nth-child(odd) {
    right: 3.5rem;
  }

  .lg\:odd\:bottom-14:nth-child(odd) {
    bottom: 3.5rem;
  }

  .lg\:odd\:left-14:nth-child(odd) {
    left: 3.5rem;
  }

  .lg\:odd\:top-16:nth-child(odd) {
    top: 4rem;
  }

  .lg\:odd\:right-16:nth-child(odd) {
    right: 4rem;
  }

  .lg\:odd\:bottom-16:nth-child(odd) {
    bottom: 4rem;
  }

  .lg\:odd\:left-16:nth-child(odd) {
    left: 4rem;
  }

  .lg\:odd\:top-20:nth-child(odd) {
    top: 5rem;
  }

  .lg\:odd\:right-20:nth-child(odd) {
    right: 5rem;
  }

  .lg\:odd\:bottom-20:nth-child(odd) {
    bottom: 5rem;
  }

  .lg\:odd\:left-20:nth-child(odd) {
    left: 5rem;
  }

  .lg\:odd\:top-24:nth-child(odd) {
    top: 6rem;
  }

  .lg\:odd\:right-24:nth-child(odd) {
    right: 6rem;
  }

  .lg\:odd\:bottom-24:nth-child(odd) {
    bottom: 6rem;
  }

  .lg\:odd\:left-24:nth-child(odd) {
    left: 6rem;
  }

  .lg\:odd\:top-28:nth-child(odd) {
    top: 7rem;
  }

  .lg\:odd\:right-28:nth-child(odd) {
    right: 7rem;
  }

  .lg\:odd\:bottom-28:nth-child(odd) {
    bottom: 7rem;
  }

  .lg\:odd\:left-28:nth-child(odd) {
    left: 7rem;
  }

  .lg\:odd\:top-32:nth-child(odd) {
    top: 8rem;
  }

  .lg\:odd\:right-32:nth-child(odd) {
    right: 8rem;
  }

  .lg\:odd\:bottom-32:nth-child(odd) {
    bottom: 8rem;
  }

  .lg\:odd\:left-32:nth-child(odd) {
    left: 8rem;
  }

  .lg\:odd\:top-36:nth-child(odd) {
    top: 9rem;
  }

  .lg\:odd\:right-36:nth-child(odd) {
    right: 9rem;
  }

  .lg\:odd\:bottom-36:nth-child(odd) {
    bottom: 9rem;
  }

  .lg\:odd\:left-36:nth-child(odd) {
    left: 9rem;
  }

  .lg\:odd\:top-40:nth-child(odd) {
    top: 10rem;
  }

  .lg\:odd\:right-40:nth-child(odd) {
    right: 10rem;
  }

  .lg\:odd\:bottom-40:nth-child(odd) {
    bottom: 10rem;
  }

  .lg\:odd\:left-40:nth-child(odd) {
    left: 10rem;
  }

  .lg\:odd\:top-44:nth-child(odd) {
    top: 11rem;
  }

  .lg\:odd\:right-44:nth-child(odd) {
    right: 11rem;
  }

  .lg\:odd\:bottom-44:nth-child(odd) {
    bottom: 11rem;
  }

  .lg\:odd\:left-44:nth-child(odd) {
    left: 11rem;
  }

  .lg\:odd\:top-48:nth-child(odd) {
    top: 12rem;
  }

  .lg\:odd\:right-48:nth-child(odd) {
    right: 12rem;
  }

  .lg\:odd\:bottom-48:nth-child(odd) {
    bottom: 12rem;
  }

  .lg\:odd\:left-48:nth-child(odd) {
    left: 12rem;
  }

  .lg\:odd\:top-52:nth-child(odd) {
    top: 13rem;
  }

  .lg\:odd\:right-52:nth-child(odd) {
    right: 13rem;
  }

  .lg\:odd\:bottom-52:nth-child(odd) {
    bottom: 13rem;
  }

  .lg\:odd\:left-52:nth-child(odd) {
    left: 13rem;
  }

  .lg\:odd\:top-56:nth-child(odd) {
    top: 14rem;
  }

  .lg\:odd\:right-56:nth-child(odd) {
    right: 14rem;
  }

  .lg\:odd\:bottom-56:nth-child(odd) {
    bottom: 14rem;
  }

  .lg\:odd\:left-56:nth-child(odd) {
    left: 14rem;
  }

  .lg\:odd\:top-60:nth-child(odd) {
    top: 15rem;
  }

  .lg\:odd\:right-60:nth-child(odd) {
    right: 15rem;
  }

  .lg\:odd\:bottom-60:nth-child(odd) {
    bottom: 15rem;
  }

  .lg\:odd\:left-60:nth-child(odd) {
    left: 15rem;
  }

  .lg\:odd\:top-64:nth-child(odd) {
    top: 16rem;
  }

  .lg\:odd\:right-64:nth-child(odd) {
    right: 16rem;
  }

  .lg\:odd\:bottom-64:nth-child(odd) {
    bottom: 16rem;
  }

  .lg\:odd\:left-64:nth-child(odd) {
    left: 16rem;
  }

  .lg\:odd\:top-72:nth-child(odd) {
    top: 18rem;
  }

  .lg\:odd\:right-72:nth-child(odd) {
    right: 18rem;
  }

  .lg\:odd\:bottom-72:nth-child(odd) {
    bottom: 18rem;
  }

  .lg\:odd\:left-72:nth-child(odd) {
    left: 18rem;
  }

  .lg\:odd\:top-80:nth-child(odd) {
    top: 20rem;
  }

  .lg\:odd\:right-80:nth-child(odd) {
    right: 20rem;
  }

  .lg\:odd\:bottom-80:nth-child(odd) {
    bottom: 20rem;
  }

  .lg\:odd\:left-80:nth-child(odd) {
    left: 20rem;
  }

  .lg\:odd\:top-96:nth-child(odd) {
    top: 24rem;
  }

  .lg\:odd\:right-96:nth-child(odd) {
    right: 24rem;
  }

  .lg\:odd\:bottom-96:nth-child(odd) {
    bottom: 24rem;
  }

  .lg\:odd\:left-96:nth-child(odd) {
    left: 24rem;
  }

  .lg\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .lg\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .lg\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .lg\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .lg\:odd\:top-px:nth-child(odd) {
    top: 1px;
  }

  .lg\:odd\:right-px:nth-child(odd) {
    right: 1px;
  }

  .lg\:odd\:bottom-px:nth-child(odd) {
    bottom: 1px;
  }

  .lg\:odd\:left-px:nth-child(odd) {
    left: 1px;
  }

  .lg\:odd\:top-0\.5:nth-child(odd) {
    top: 0.125rem;
  }

  .lg\:odd\:right-0\.5:nth-child(odd) {
    right: 0.125rem;
  }

  .lg\:odd\:bottom-0\.5:nth-child(odd) {
    bottom: 0.125rem;
  }

  .lg\:odd\:left-0\.5:nth-child(odd) {
    left: 0.125rem;
  }

  .lg\:odd\:top-1\.5:nth-child(odd) {
    top: 0.375rem;
  }

  .lg\:odd\:right-1\.5:nth-child(odd) {
    right: 0.375rem;
  }

  .lg\:odd\:bottom-1\.5:nth-child(odd) {
    bottom: 0.375rem;
  }

  .lg\:odd\:left-1\.5:nth-child(odd) {
    left: 0.375rem;
  }

  .lg\:odd\:top-2\.5:nth-child(odd) {
    top: 0.625rem;
  }

  .lg\:odd\:right-2\.5:nth-child(odd) {
    right: 0.625rem;
  }

  .lg\:odd\:bottom-2\.5:nth-child(odd) {
    bottom: 0.625rem;
  }

  .lg\:odd\:left-2\.5:nth-child(odd) {
    left: 0.625rem;
  }

  .lg\:odd\:top-3\.5:nth-child(odd) {
    top: 0.875rem;
  }

  .lg\:odd\:right-3\.5:nth-child(odd) {
    right: 0.875rem;
  }

  .lg\:odd\:bottom-3\.5:nth-child(odd) {
    bottom: 0.875rem;
  }

  .lg\:odd\:left-3\.5:nth-child(odd) {
    left: 0.875rem;
  }

  .lg\:odd\:-top-0:nth-child(odd) {
    top: 0px;
  }

  .lg\:odd\:-right-0:nth-child(odd) {
    right: 0px;
  }

  .lg\:odd\:-bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .lg\:odd\:-left-0:nth-child(odd) {
    left: 0px;
  }

  .lg\:odd\:-top-1:nth-child(odd) {
    top: -0.25rem;
  }

  .lg\:odd\:-right-1:nth-child(odd) {
    right: -0.25rem;
  }

  .lg\:odd\:-bottom-1:nth-child(odd) {
    bottom: -0.25rem;
  }

  .lg\:odd\:-left-1:nth-child(odd) {
    left: -0.25rem;
  }

  .lg\:odd\:-top-2:nth-child(odd) {
    top: -0.5rem;
  }

  .lg\:odd\:-right-2:nth-child(odd) {
    right: -0.5rem;
  }

  .lg\:odd\:-bottom-2:nth-child(odd) {
    bottom: -0.5rem;
  }

  .lg\:odd\:-left-2:nth-child(odd) {
    left: -0.5rem;
  }

  .lg\:odd\:-top-3:nth-child(odd) {
    top: -0.75rem;
  }

  .lg\:odd\:-right-3:nth-child(odd) {
    right: -0.75rem;
  }

  .lg\:odd\:-bottom-3:nth-child(odd) {
    bottom: -0.75rem;
  }

  .lg\:odd\:-left-3:nth-child(odd) {
    left: -0.75rem;
  }

  .lg\:odd\:-top-4:nth-child(odd) {
    top: -1rem;
  }

  .lg\:odd\:-right-4:nth-child(odd) {
    right: -1rem;
  }

  .lg\:odd\:-bottom-4:nth-child(odd) {
    bottom: -1rem;
  }

  .lg\:odd\:-left-4:nth-child(odd) {
    left: -1rem;
  }

  .lg\:odd\:-top-5:nth-child(odd) {
    top: -1.25rem;
  }

  .lg\:odd\:-right-5:nth-child(odd) {
    right: -1.25rem;
  }

  .lg\:odd\:-bottom-5:nth-child(odd) {
    bottom: -1.25rem;
  }

  .lg\:odd\:-left-5:nth-child(odd) {
    left: -1.25rem;
  }

  .lg\:odd\:-top-6:nth-child(odd) {
    top: -1.5rem;
  }

  .lg\:odd\:-right-6:nth-child(odd) {
    right: -1.5rem;
  }

  .lg\:odd\:-bottom-6:nth-child(odd) {
    bottom: -1.5rem;
  }

  .lg\:odd\:-left-6:nth-child(odd) {
    left: -1.5rem;
  }

  .lg\:odd\:-top-7:nth-child(odd) {
    top: -1.75rem;
  }

  .lg\:odd\:-right-7:nth-child(odd) {
    right: -1.75rem;
  }

  .lg\:odd\:-bottom-7:nth-child(odd) {
    bottom: -1.75rem;
  }

  .lg\:odd\:-left-7:nth-child(odd) {
    left: -1.75rem;
  }

  .lg\:odd\:-top-8:nth-child(odd) {
    top: -2rem;
  }

  .lg\:odd\:-right-8:nth-child(odd) {
    right: -2rem;
  }

  .lg\:odd\:-bottom-8:nth-child(odd) {
    bottom: -2rem;
  }

  .lg\:odd\:-left-8:nth-child(odd) {
    left: -2rem;
  }

  .lg\:odd\:-top-9:nth-child(odd) {
    top: -2.25rem;
  }

  .lg\:odd\:-right-9:nth-child(odd) {
    right: -2.25rem;
  }

  .lg\:odd\:-bottom-9:nth-child(odd) {
    bottom: -2.25rem;
  }

  .lg\:odd\:-left-9:nth-child(odd) {
    left: -2.25rem;
  }

  .lg\:odd\:-top-10:nth-child(odd) {
    top: -2.5rem;
  }

  .lg\:odd\:-right-10:nth-child(odd) {
    right: -2.5rem;
  }

  .lg\:odd\:-bottom-10:nth-child(odd) {
    bottom: -2.5rem;
  }

  .lg\:odd\:-left-10:nth-child(odd) {
    left: -2.5rem;
  }

  .lg\:odd\:-top-11:nth-child(odd) {
    top: -2.75rem;
  }

  .lg\:odd\:-right-11:nth-child(odd) {
    right: -2.75rem;
  }

  .lg\:odd\:-bottom-11:nth-child(odd) {
    bottom: -2.75rem;
  }

  .lg\:odd\:-left-11:nth-child(odd) {
    left: -2.75rem;
  }

  .lg\:odd\:-top-12:nth-child(odd) {
    top: -3rem;
  }

  .lg\:odd\:-right-12:nth-child(odd) {
    right: -3rem;
  }

  .lg\:odd\:-bottom-12:nth-child(odd) {
    bottom: -3rem;
  }

  .lg\:odd\:-left-12:nth-child(odd) {
    left: -3rem;
  }

  .lg\:odd\:-top-14:nth-child(odd) {
    top: -3.5rem;
  }

  .lg\:odd\:-right-14:nth-child(odd) {
    right: -3.5rem;
  }

  .lg\:odd\:-bottom-14:nth-child(odd) {
    bottom: -3.5rem;
  }

  .lg\:odd\:-left-14:nth-child(odd) {
    left: -3.5rem;
  }

  .lg\:odd\:-top-16:nth-child(odd) {
    top: -4rem;
  }

  .lg\:odd\:-right-16:nth-child(odd) {
    right: -4rem;
  }

  .lg\:odd\:-bottom-16:nth-child(odd) {
    bottom: -4rem;
  }

  .lg\:odd\:-left-16:nth-child(odd) {
    left: -4rem;
  }

  .lg\:odd\:-top-20:nth-child(odd) {
    top: -5rem;
  }

  .lg\:odd\:-right-20:nth-child(odd) {
    right: -5rem;
  }

  .lg\:odd\:-bottom-20:nth-child(odd) {
    bottom: -5rem;
  }

  .lg\:odd\:-left-20:nth-child(odd) {
    left: -5rem;
  }

  .lg\:odd\:-top-24:nth-child(odd) {
    top: -6rem;
  }

  .lg\:odd\:-right-24:nth-child(odd) {
    right: -6rem;
  }

  .lg\:odd\:-bottom-24:nth-child(odd) {
    bottom: -6rem;
  }

  .lg\:odd\:-left-24:nth-child(odd) {
    left: -6rem;
  }

  .lg\:odd\:-top-28:nth-child(odd) {
    top: -7rem;
  }

  .lg\:odd\:-right-28:nth-child(odd) {
    right: -7rem;
  }

  .lg\:odd\:-bottom-28:nth-child(odd) {
    bottom: -7rem;
  }

  .lg\:odd\:-left-28:nth-child(odd) {
    left: -7rem;
  }

  .lg\:odd\:-top-32:nth-child(odd) {
    top: -8rem;
  }

  .lg\:odd\:-right-32:nth-child(odd) {
    right: -8rem;
  }

  .lg\:odd\:-bottom-32:nth-child(odd) {
    bottom: -8rem;
  }

  .lg\:odd\:-left-32:nth-child(odd) {
    left: -8rem;
  }

  .lg\:odd\:-top-36:nth-child(odd) {
    top: -9rem;
  }

  .lg\:odd\:-right-36:nth-child(odd) {
    right: -9rem;
  }

  .lg\:odd\:-bottom-36:nth-child(odd) {
    bottom: -9rem;
  }

  .lg\:odd\:-left-36:nth-child(odd) {
    left: -9rem;
  }

  .lg\:odd\:-top-40:nth-child(odd) {
    top: -10rem;
  }

  .lg\:odd\:-right-40:nth-child(odd) {
    right: -10rem;
  }

  .lg\:odd\:-bottom-40:nth-child(odd) {
    bottom: -10rem;
  }

  .lg\:odd\:-left-40:nth-child(odd) {
    left: -10rem;
  }

  .lg\:odd\:-top-44:nth-child(odd) {
    top: -11rem;
  }

  .lg\:odd\:-right-44:nth-child(odd) {
    right: -11rem;
  }

  .lg\:odd\:-bottom-44:nth-child(odd) {
    bottom: -11rem;
  }

  .lg\:odd\:-left-44:nth-child(odd) {
    left: -11rem;
  }

  .lg\:odd\:-top-48:nth-child(odd) {
    top: -12rem;
  }

  .lg\:odd\:-right-48:nth-child(odd) {
    right: -12rem;
  }

  .lg\:odd\:-bottom-48:nth-child(odd) {
    bottom: -12rem;
  }

  .lg\:odd\:-left-48:nth-child(odd) {
    left: -12rem;
  }

  .lg\:odd\:-top-52:nth-child(odd) {
    top: -13rem;
  }

  .lg\:odd\:-right-52:nth-child(odd) {
    right: -13rem;
  }

  .lg\:odd\:-bottom-52:nth-child(odd) {
    bottom: -13rem;
  }

  .lg\:odd\:-left-52:nth-child(odd) {
    left: -13rem;
  }

  .lg\:odd\:-top-56:nth-child(odd) {
    top: -14rem;
  }

  .lg\:odd\:-right-56:nth-child(odd) {
    right: -14rem;
  }

  .lg\:odd\:-bottom-56:nth-child(odd) {
    bottom: -14rem;
  }

  .lg\:odd\:-left-56:nth-child(odd) {
    left: -14rem;
  }

  .lg\:odd\:-top-60:nth-child(odd) {
    top: -15rem;
  }

  .lg\:odd\:-right-60:nth-child(odd) {
    right: -15rem;
  }

  .lg\:odd\:-bottom-60:nth-child(odd) {
    bottom: -15rem;
  }

  .lg\:odd\:-left-60:nth-child(odd) {
    left: -15rem;
  }

  .lg\:odd\:-top-64:nth-child(odd) {
    top: -16rem;
  }

  .lg\:odd\:-right-64:nth-child(odd) {
    right: -16rem;
  }

  .lg\:odd\:-bottom-64:nth-child(odd) {
    bottom: -16rem;
  }

  .lg\:odd\:-left-64:nth-child(odd) {
    left: -16rem;
  }

  .lg\:odd\:-top-72:nth-child(odd) {
    top: -18rem;
  }

  .lg\:odd\:-right-72:nth-child(odd) {
    right: -18rem;
  }

  .lg\:odd\:-bottom-72:nth-child(odd) {
    bottom: -18rem;
  }

  .lg\:odd\:-left-72:nth-child(odd) {
    left: -18rem;
  }

  .lg\:odd\:-top-80:nth-child(odd) {
    top: -20rem;
  }

  .lg\:odd\:-right-80:nth-child(odd) {
    right: -20rem;
  }

  .lg\:odd\:-bottom-80:nth-child(odd) {
    bottom: -20rem;
  }

  .lg\:odd\:-left-80:nth-child(odd) {
    left: -20rem;
  }

  .lg\:odd\:-top-96:nth-child(odd) {
    top: -24rem;
  }

  .lg\:odd\:-right-96:nth-child(odd) {
    right: -24rem;
  }

  .lg\:odd\:-bottom-96:nth-child(odd) {
    bottom: -24rem;
  }

  .lg\:odd\:-left-96:nth-child(odd) {
    left: -24rem;
  }

  .lg\:odd\:-top-px:nth-child(odd) {
    top: -1px;
  }

  .lg\:odd\:-right-px:nth-child(odd) {
    right: -1px;
  }

  .lg\:odd\:-bottom-px:nth-child(odd) {
    bottom: -1px;
  }

  .lg\:odd\:-left-px:nth-child(odd) {
    left: -1px;
  }

  .lg\:odd\:-top-0\.5:nth-child(odd) {
    top: -0.125rem;
  }

  .lg\:odd\:-right-0\.5:nth-child(odd) {
    right: -0.125rem;
  }

  .lg\:odd\:-bottom-0\.5:nth-child(odd) {
    bottom: -0.125rem;
  }

  .lg\:odd\:-left-0\.5:nth-child(odd) {
    left: -0.125rem;
  }

  .lg\:odd\:-top-1\.5:nth-child(odd) {
    top: -0.375rem;
  }

  .lg\:odd\:-right-1\.5:nth-child(odd) {
    right: -0.375rem;
  }

  .lg\:odd\:-bottom-1\.5:nth-child(odd) {
    bottom: -0.375rem;
  }

  .lg\:odd\:-left-1\.5:nth-child(odd) {
    left: -0.375rem;
  }

  .lg\:odd\:-top-2\.5:nth-child(odd) {
    top: -0.625rem;
  }

  .lg\:odd\:-right-2\.5:nth-child(odd) {
    right: -0.625rem;
  }

  .lg\:odd\:-bottom-2\.5:nth-child(odd) {
    bottom: -0.625rem;
  }

  .lg\:odd\:-left-2\.5:nth-child(odd) {
    left: -0.625rem;
  }

  .lg\:odd\:-top-3\.5:nth-child(odd) {
    top: -0.875rem;
  }

  .lg\:odd\:-right-3\.5:nth-child(odd) {
    right: -0.875rem;
  }

  .lg\:odd\:-bottom-3\.5:nth-child(odd) {
    bottom: -0.875rem;
  }

  .lg\:odd\:-left-3\.5:nth-child(odd) {
    left: -0.875rem;
  }

  .lg\:odd\:top-1\/2:nth-child(odd) {
    top: 50%;
  }

  .lg\:odd\:right-1\/2:nth-child(odd) {
    right: 50%;
  }

  .lg\:odd\:bottom-1\/2:nth-child(odd) {
    bottom: 50%;
  }

  .lg\:odd\:left-1\/2:nth-child(odd) {
    left: 50%;
  }

  .lg\:odd\:top-1\/3:nth-child(odd) {
    top: 33.333333%;
  }

  .lg\:odd\:right-1\/3:nth-child(odd) {
    right: 33.333333%;
  }

  .lg\:odd\:bottom-1\/3:nth-child(odd) {
    bottom: 33.333333%;
  }

  .lg\:odd\:left-1\/3:nth-child(odd) {
    left: 33.333333%;
  }

  .lg\:odd\:top-2\/3:nth-child(odd) {
    top: 66.666667%;
  }

  .lg\:odd\:right-2\/3:nth-child(odd) {
    right: 66.666667%;
  }

  .lg\:odd\:bottom-2\/3:nth-child(odd) {
    bottom: 66.666667%;
  }

  .lg\:odd\:left-2\/3:nth-child(odd) {
    left: 66.666667%;
  }

  .lg\:odd\:top-1\/4:nth-child(odd) {
    top: 25%;
  }

  .lg\:odd\:right-1\/4:nth-child(odd) {
    right: 25%;
  }

  .lg\:odd\:bottom-1\/4:nth-child(odd) {
    bottom: 25%;
  }

  .lg\:odd\:left-1\/4:nth-child(odd) {
    left: 25%;
  }

  .lg\:odd\:top-2\/4:nth-child(odd) {
    top: 50%;
  }

  .lg\:odd\:right-2\/4:nth-child(odd) {
    right: 50%;
  }

  .lg\:odd\:bottom-2\/4:nth-child(odd) {
    bottom: 50%;
  }

  .lg\:odd\:left-2\/4:nth-child(odd) {
    left: 50%;
  }

  .lg\:odd\:top-3\/4:nth-child(odd) {
    top: 75%;
  }

  .lg\:odd\:right-3\/4:nth-child(odd) {
    right: 75%;
  }

  .lg\:odd\:bottom-3\/4:nth-child(odd) {
    bottom: 75%;
  }

  .lg\:odd\:left-3\/4:nth-child(odd) {
    left: 75%;
  }

  .lg\:odd\:top-full:nth-child(odd) {
    top: 100%;
  }

  .lg\:odd\:right-full:nth-child(odd) {
    right: 100%;
  }

  .lg\:odd\:bottom-full:nth-child(odd) {
    bottom: 100%;
  }

  .lg\:odd\:left-full:nth-child(odd) {
    left: 100%;
  }

  .lg\:odd\:-top-1\/2:nth-child(odd) {
    top: -50%;
  }

  .lg\:odd\:-right-1\/2:nth-child(odd) {
    right: -50%;
  }

  .lg\:odd\:-bottom-1\/2:nth-child(odd) {
    bottom: -50%;
  }

  .lg\:odd\:-left-1\/2:nth-child(odd) {
    left: -50%;
  }

  .lg\:odd\:-top-1\/3:nth-child(odd) {
    top: -33.333333%;
  }

  .lg\:odd\:-right-1\/3:nth-child(odd) {
    right: -33.333333%;
  }

  .lg\:odd\:-bottom-1\/3:nth-child(odd) {
    bottom: -33.333333%;
  }

  .lg\:odd\:-left-1\/3:nth-child(odd) {
    left: -33.333333%;
  }

  .lg\:odd\:-top-2\/3:nth-child(odd) {
    top: -66.666667%;
  }

  .lg\:odd\:-right-2\/3:nth-child(odd) {
    right: -66.666667%;
  }

  .lg\:odd\:-bottom-2\/3:nth-child(odd) {
    bottom: -66.666667%;
  }

  .lg\:odd\:-left-2\/3:nth-child(odd) {
    left: -66.666667%;
  }

  .lg\:odd\:-top-1\/4:nth-child(odd) {
    top: -25%;
  }

  .lg\:odd\:-right-1\/4:nth-child(odd) {
    right: -25%;
  }

  .lg\:odd\:-bottom-1\/4:nth-child(odd) {
    bottom: -25%;
  }

  .lg\:odd\:-left-1\/4:nth-child(odd) {
    left: -25%;
  }

  .lg\:odd\:-top-2\/4:nth-child(odd) {
    top: -50%;
  }

  .lg\:odd\:-right-2\/4:nth-child(odd) {
    right: -50%;
  }

  .lg\:odd\:-bottom-2\/4:nth-child(odd) {
    bottom: -50%;
  }

  .lg\:odd\:-left-2\/4:nth-child(odd) {
    left: -50%;
  }

  .lg\:odd\:-top-3\/4:nth-child(odd) {
    top: -75%;
  }

  .lg\:odd\:-right-3\/4:nth-child(odd) {
    right: -75%;
  }

  .lg\:odd\:-bottom-3\/4:nth-child(odd) {
    bottom: -75%;
  }

  .lg\:odd\:-left-3\/4:nth-child(odd) {
    left: -75%;
  }

  .lg\:odd\:-top-full:nth-child(odd) {
    top: -100%;
  }

  .lg\:odd\:-right-full:nth-child(odd) {
    right: -100%;
  }

  .lg\:odd\:-bottom-full:nth-child(odd) {
    bottom: -100%;
  }

  .lg\:odd\:-left-full:nth-child(odd) {
    left: -100%;
  }

  .lg\:even\:inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:even\:inset-1:nth-child(even) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:even\:inset-2:nth-child(even) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:even\:inset-3:nth-child(even) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:even\:inset-4:nth-child(even) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:even\:inset-5:nth-child(even) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:even\:inset-6:nth-child(even) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:even\:inset-7:nth-child(even) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:even\:inset-8:nth-child(even) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:even\:inset-9:nth-child(even) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:even\:inset-10:nth-child(even) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:even\:inset-11:nth-child(even) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:even\:inset-12:nth-child(even) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:even\:inset-14:nth-child(even) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:even\:inset-16:nth-child(even) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:even\:inset-20:nth-child(even) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:even\:inset-24:nth-child(even) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:even\:inset-28:nth-child(even) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:even\:inset-32:nth-child(even) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:even\:inset-36:nth-child(even) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:even\:inset-40:nth-child(even) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:even\:inset-44:nth-child(even) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:even\:inset-48:nth-child(even) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:even\:inset-52:nth-child(even) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:even\:inset-56:nth-child(even) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:even\:inset-60:nth-child(even) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:even\:inset-64:nth-child(even) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:even\:inset-72:nth-child(even) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:even\:inset-80:nth-child(even) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:even\:inset-96:nth-child(even) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:even\:inset-px:nth-child(even) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:even\:inset-0\.5:nth-child(even) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:even\:inset-1\.5:nth-child(even) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:even\:inset-2\.5:nth-child(even) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:even\:inset-3\.5:nth-child(even) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:even\:-inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:even\:-inset-1:nth-child(even) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:even\:-inset-2:nth-child(even) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:even\:-inset-3:nth-child(even) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:even\:-inset-4:nth-child(even) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:even\:-inset-5:nth-child(even) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:even\:-inset-6:nth-child(even) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:even\:-inset-7:nth-child(even) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:even\:-inset-8:nth-child(even) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:even\:-inset-9:nth-child(even) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:even\:-inset-10:nth-child(even) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:even\:-inset-11:nth-child(even) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:even\:-inset-12:nth-child(even) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:even\:-inset-14:nth-child(even) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:even\:-inset-16:nth-child(even) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:even\:-inset-20:nth-child(even) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:even\:-inset-24:nth-child(even) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:even\:-inset-28:nth-child(even) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:even\:-inset-32:nth-child(even) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:even\:-inset-36:nth-child(even) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:even\:-inset-40:nth-child(even) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:even\:-inset-44:nth-child(even) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:even\:-inset-48:nth-child(even) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:even\:-inset-52:nth-child(even) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:even\:-inset-56:nth-child(even) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:even\:-inset-60:nth-child(even) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:even\:-inset-64:nth-child(even) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:even\:-inset-72:nth-child(even) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:even\:-inset-80:nth-child(even) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:even\:-inset-96:nth-child(even) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:even\:-inset-px:nth-child(even) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:even\:-inset-0\.5:nth-child(even) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:even\:-inset-1\.5:nth-child(even) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:even\:-inset-2\.5:nth-child(even) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:even\:-inset-3\.5:nth-child(even) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:even\:inset-1\/2:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:even\:inset-1\/3:nth-child(even) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:even\:inset-2\/3:nth-child(even) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:even\:inset-1\/4:nth-child(even) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:even\:inset-2\/4:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:even\:inset-3\/4:nth-child(even) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:even\:inset-full:nth-child(even) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:even\:-inset-1\/2:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:even\:-inset-1\/3:nth-child(even) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:even\:-inset-2\/3:nth-child(even) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:even\:-inset-1\/4:nth-child(even) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:even\:-inset-2\/4:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:even\:-inset-3\/4:nth-child(even) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:even\:-inset-full:nth-child(even) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:even\:inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .lg\:even\:inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .lg\:even\:inset-y-1:nth-child(even) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:even\:inset-x-1:nth-child(even) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:even\:inset-y-2:nth-child(even) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:even\:inset-x-2:nth-child(even) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:even\:inset-y-3:nth-child(even) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:even\:inset-x-3:nth-child(even) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:even\:inset-y-4:nth-child(even) {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:even\:inset-x-4:nth-child(even) {
    right: 1rem;
    left: 1rem;
  }

  .lg\:even\:inset-y-5:nth-child(even) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:even\:inset-x-5:nth-child(even) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:even\:inset-y-6:nth-child(even) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:even\:inset-x-6:nth-child(even) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:even\:inset-y-7:nth-child(even) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:even\:inset-x-7:nth-child(even) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:even\:inset-y-8:nth-child(even) {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:even\:inset-x-8:nth-child(even) {
    right: 2rem;
    left: 2rem;
  }

  .lg\:even\:inset-y-9:nth-child(even) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:even\:inset-x-9:nth-child(even) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:even\:inset-y-10:nth-child(even) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:even\:inset-x-10:nth-child(even) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:even\:inset-y-11:nth-child(even) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:even\:inset-x-11:nth-child(even) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:even\:inset-y-12:nth-child(even) {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:even\:inset-x-12:nth-child(even) {
    right: 3rem;
    left: 3rem;
  }

  .lg\:even\:inset-y-14:nth-child(even) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:even\:inset-x-14:nth-child(even) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:even\:inset-y-16:nth-child(even) {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:even\:inset-x-16:nth-child(even) {
    right: 4rem;
    left: 4rem;
  }

  .lg\:even\:inset-y-20:nth-child(even) {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:even\:inset-x-20:nth-child(even) {
    right: 5rem;
    left: 5rem;
  }

  .lg\:even\:inset-y-24:nth-child(even) {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:even\:inset-x-24:nth-child(even) {
    right: 6rem;
    left: 6rem;
  }

  .lg\:even\:inset-y-28:nth-child(even) {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:even\:inset-x-28:nth-child(even) {
    right: 7rem;
    left: 7rem;
  }

  .lg\:even\:inset-y-32:nth-child(even) {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:even\:inset-x-32:nth-child(even) {
    right: 8rem;
    left: 8rem;
  }

  .lg\:even\:inset-y-36:nth-child(even) {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:even\:inset-x-36:nth-child(even) {
    right: 9rem;
    left: 9rem;
  }

  .lg\:even\:inset-y-40:nth-child(even) {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:even\:inset-x-40:nth-child(even) {
    right: 10rem;
    left: 10rem;
  }

  .lg\:even\:inset-y-44:nth-child(even) {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:even\:inset-x-44:nth-child(even) {
    right: 11rem;
    left: 11rem;
  }

  .lg\:even\:inset-y-48:nth-child(even) {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:even\:inset-x-48:nth-child(even) {
    right: 12rem;
    left: 12rem;
  }

  .lg\:even\:inset-y-52:nth-child(even) {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:even\:inset-x-52:nth-child(even) {
    right: 13rem;
    left: 13rem;
  }

  .lg\:even\:inset-y-56:nth-child(even) {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:even\:inset-x-56:nth-child(even) {
    right: 14rem;
    left: 14rem;
  }

  .lg\:even\:inset-y-60:nth-child(even) {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:even\:inset-x-60:nth-child(even) {
    right: 15rem;
    left: 15rem;
  }

  .lg\:even\:inset-y-64:nth-child(even) {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:even\:inset-x-64:nth-child(even) {
    right: 16rem;
    left: 16rem;
  }

  .lg\:even\:inset-y-72:nth-child(even) {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:even\:inset-x-72:nth-child(even) {
    right: 18rem;
    left: 18rem;
  }

  .lg\:even\:inset-y-80:nth-child(even) {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:even\:inset-x-80:nth-child(even) {
    right: 20rem;
    left: 20rem;
  }

  .lg\:even\:inset-y-96:nth-child(even) {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:even\:inset-x-96:nth-child(even) {
    right: 24rem;
    left: 24rem;
  }

  .lg\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .lg\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .lg\:even\:inset-y-px:nth-child(even) {
    top: 1px;
    bottom: 1px;
  }

  .lg\:even\:inset-x-px:nth-child(even) {
    right: 1px;
    left: 1px;
  }

  .lg\:even\:inset-y-0\.5:nth-child(even) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:even\:inset-x-0\.5:nth-child(even) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:even\:inset-y-1\.5:nth-child(even) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:even\:inset-x-1\.5:nth-child(even) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:even\:inset-y-2\.5:nth-child(even) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:even\:inset-x-2\.5:nth-child(even) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:even\:inset-y-3\.5:nth-child(even) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:even\:inset-x-3\.5:nth-child(even) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:even\:-inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .lg\:even\:-inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .lg\:even\:-inset-y-1:nth-child(even) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:even\:-inset-x-1:nth-child(even) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:even\:-inset-y-2:nth-child(even) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:even\:-inset-x-2:nth-child(even) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:even\:-inset-y-3:nth-child(even) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:even\:-inset-x-3:nth-child(even) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:even\:-inset-y-4:nth-child(even) {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:even\:-inset-x-4:nth-child(even) {
    right: -1rem;
    left: -1rem;
  }

  .lg\:even\:-inset-y-5:nth-child(even) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:even\:-inset-x-5:nth-child(even) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:even\:-inset-y-6:nth-child(even) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:even\:-inset-x-6:nth-child(even) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:even\:-inset-y-7:nth-child(even) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:even\:-inset-x-7:nth-child(even) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:even\:-inset-y-8:nth-child(even) {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:even\:-inset-x-8:nth-child(even) {
    right: -2rem;
    left: -2rem;
  }

  .lg\:even\:-inset-y-9:nth-child(even) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:even\:-inset-x-9:nth-child(even) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:even\:-inset-y-10:nth-child(even) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:even\:-inset-x-10:nth-child(even) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:even\:-inset-y-11:nth-child(even) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:even\:-inset-x-11:nth-child(even) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:even\:-inset-y-12:nth-child(even) {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:even\:-inset-x-12:nth-child(even) {
    right: -3rem;
    left: -3rem;
  }

  .lg\:even\:-inset-y-14:nth-child(even) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:even\:-inset-x-14:nth-child(even) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:even\:-inset-y-16:nth-child(even) {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:even\:-inset-x-16:nth-child(even) {
    right: -4rem;
    left: -4rem;
  }

  .lg\:even\:-inset-y-20:nth-child(even) {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:even\:-inset-x-20:nth-child(even) {
    right: -5rem;
    left: -5rem;
  }

  .lg\:even\:-inset-y-24:nth-child(even) {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:even\:-inset-x-24:nth-child(even) {
    right: -6rem;
    left: -6rem;
  }

  .lg\:even\:-inset-y-28:nth-child(even) {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:even\:-inset-x-28:nth-child(even) {
    right: -7rem;
    left: -7rem;
  }

  .lg\:even\:-inset-y-32:nth-child(even) {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:even\:-inset-x-32:nth-child(even) {
    right: -8rem;
    left: -8rem;
  }

  .lg\:even\:-inset-y-36:nth-child(even) {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:even\:-inset-x-36:nth-child(even) {
    right: -9rem;
    left: -9rem;
  }

  .lg\:even\:-inset-y-40:nth-child(even) {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:even\:-inset-x-40:nth-child(even) {
    right: -10rem;
    left: -10rem;
  }

  .lg\:even\:-inset-y-44:nth-child(even) {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:even\:-inset-x-44:nth-child(even) {
    right: -11rem;
    left: -11rem;
  }

  .lg\:even\:-inset-y-48:nth-child(even) {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:even\:-inset-x-48:nth-child(even) {
    right: -12rem;
    left: -12rem;
  }

  .lg\:even\:-inset-y-52:nth-child(even) {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:even\:-inset-x-52:nth-child(even) {
    right: -13rem;
    left: -13rem;
  }

  .lg\:even\:-inset-y-56:nth-child(even) {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:even\:-inset-x-56:nth-child(even) {
    right: -14rem;
    left: -14rem;
  }

  .lg\:even\:-inset-y-60:nth-child(even) {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:even\:-inset-x-60:nth-child(even) {
    right: -15rem;
    left: -15rem;
  }

  .lg\:even\:-inset-y-64:nth-child(even) {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:even\:-inset-x-64:nth-child(even) {
    right: -16rem;
    left: -16rem;
  }

  .lg\:even\:-inset-y-72:nth-child(even) {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:even\:-inset-x-72:nth-child(even) {
    right: -18rem;
    left: -18rem;
  }

  .lg\:even\:-inset-y-80:nth-child(even) {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:even\:-inset-x-80:nth-child(even) {
    right: -20rem;
    left: -20rem;
  }

  .lg\:even\:-inset-y-96:nth-child(even) {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:even\:-inset-x-96:nth-child(even) {
    right: -24rem;
    left: -24rem;
  }

  .lg\:even\:-inset-y-px:nth-child(even) {
    top: -1px;
    bottom: -1px;
  }

  .lg\:even\:-inset-x-px:nth-child(even) {
    right: -1px;
    left: -1px;
  }

  .lg\:even\:-inset-y-0\.5:nth-child(even) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:even\:-inset-x-0\.5:nth-child(even) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:even\:-inset-y-1\.5:nth-child(even) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:even\:-inset-x-1\.5:nth-child(even) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:even\:-inset-y-2\.5:nth-child(even) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:even\:-inset-x-2\.5:nth-child(even) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:even\:-inset-y-3\.5:nth-child(even) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:even\:-inset-x-3\.5:nth-child(even) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:even\:inset-y-1\/2:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .lg\:even\:inset-x-1\/2:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .lg\:even\:inset-y-1\/3:nth-child(even) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:even\:inset-x-1\/3:nth-child(even) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:even\:inset-y-2\/3:nth-child(even) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:even\:inset-x-2\/3:nth-child(even) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:even\:inset-y-1\/4:nth-child(even) {
    top: 25%;
    bottom: 25%;
  }

  .lg\:even\:inset-x-1\/4:nth-child(even) {
    right: 25%;
    left: 25%;
  }

  .lg\:even\:inset-y-2\/4:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .lg\:even\:inset-x-2\/4:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .lg\:even\:inset-y-3\/4:nth-child(even) {
    top: 75%;
    bottom: 75%;
  }

  .lg\:even\:inset-x-3\/4:nth-child(even) {
    right: 75%;
    left: 75%;
  }

  .lg\:even\:inset-y-full:nth-child(even) {
    top: 100%;
    bottom: 100%;
  }

  .lg\:even\:inset-x-full:nth-child(even) {
    right: 100%;
    left: 100%;
  }

  .lg\:even\:-inset-y-1\/2:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .lg\:even\:-inset-x-1\/2:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .lg\:even\:-inset-y-1\/3:nth-child(even) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:even\:-inset-x-1\/3:nth-child(even) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:even\:-inset-y-2\/3:nth-child(even) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:even\:-inset-x-2\/3:nth-child(even) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:even\:-inset-y-1\/4:nth-child(even) {
    top: -25%;
    bottom: -25%;
  }

  .lg\:even\:-inset-x-1\/4:nth-child(even) {
    right: -25%;
    left: -25%;
  }

  .lg\:even\:-inset-y-2\/4:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .lg\:even\:-inset-x-2\/4:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .lg\:even\:-inset-y-3\/4:nth-child(even) {
    top: -75%;
    bottom: -75%;
  }

  .lg\:even\:-inset-x-3\/4:nth-child(even) {
    right: -75%;
    left: -75%;
  }

  .lg\:even\:-inset-y-full:nth-child(even) {
    top: -100%;
    bottom: -100%;
  }

  .lg\:even\:-inset-x-full:nth-child(even) {
    right: -100%;
    left: -100%;
  }

  .lg\:even\:top-0:nth-child(even) {
    top: 0px;
  }

  .lg\:even\:right-0:nth-child(even) {
    right: 0px;
  }

  .lg\:even\:bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .lg\:even\:left-0:nth-child(even) {
    left: 0px;
  }

  .lg\:even\:top-1:nth-child(even) {
    top: 0.25rem;
  }

  .lg\:even\:right-1:nth-child(even) {
    right: 0.25rem;
  }

  .lg\:even\:bottom-1:nth-child(even) {
    bottom: 0.25rem;
  }

  .lg\:even\:left-1:nth-child(even) {
    left: 0.25rem;
  }

  .lg\:even\:top-2:nth-child(even) {
    top: 0.5rem;
  }

  .lg\:even\:right-2:nth-child(even) {
    right: 0.5rem;
  }

  .lg\:even\:bottom-2:nth-child(even) {
    bottom: 0.5rem;
  }

  .lg\:even\:left-2:nth-child(even) {
    left: 0.5rem;
  }

  .lg\:even\:top-3:nth-child(even) {
    top: 0.75rem;
  }

  .lg\:even\:right-3:nth-child(even) {
    right: 0.75rem;
  }

  .lg\:even\:bottom-3:nth-child(even) {
    bottom: 0.75rem;
  }

  .lg\:even\:left-3:nth-child(even) {
    left: 0.75rem;
  }

  .lg\:even\:top-4:nth-child(even) {
    top: 1rem;
  }

  .lg\:even\:right-4:nth-child(even) {
    right: 1rem;
  }

  .lg\:even\:bottom-4:nth-child(even) {
    bottom: 1rem;
  }

  .lg\:even\:left-4:nth-child(even) {
    left: 1rem;
  }

  .lg\:even\:top-5:nth-child(even) {
    top: 1.25rem;
  }

  .lg\:even\:right-5:nth-child(even) {
    right: 1.25rem;
  }

  .lg\:even\:bottom-5:nth-child(even) {
    bottom: 1.25rem;
  }

  .lg\:even\:left-5:nth-child(even) {
    left: 1.25rem;
  }

  .lg\:even\:top-6:nth-child(even) {
    top: 1.5rem;
  }

  .lg\:even\:right-6:nth-child(even) {
    right: 1.5rem;
  }

  .lg\:even\:bottom-6:nth-child(even) {
    bottom: 1.5rem;
  }

  .lg\:even\:left-6:nth-child(even) {
    left: 1.5rem;
  }

  .lg\:even\:top-7:nth-child(even) {
    top: 1.75rem;
  }

  .lg\:even\:right-7:nth-child(even) {
    right: 1.75rem;
  }

  .lg\:even\:bottom-7:nth-child(even) {
    bottom: 1.75rem;
  }

  .lg\:even\:left-7:nth-child(even) {
    left: 1.75rem;
  }

  .lg\:even\:top-8:nth-child(even) {
    top: 2rem;
  }

  .lg\:even\:right-8:nth-child(even) {
    right: 2rem;
  }

  .lg\:even\:bottom-8:nth-child(even) {
    bottom: 2rem;
  }

  .lg\:even\:left-8:nth-child(even) {
    left: 2rem;
  }

  .lg\:even\:top-9:nth-child(even) {
    top: 2.25rem;
  }

  .lg\:even\:right-9:nth-child(even) {
    right: 2.25rem;
  }

  .lg\:even\:bottom-9:nth-child(even) {
    bottom: 2.25rem;
  }

  .lg\:even\:left-9:nth-child(even) {
    left: 2.25rem;
  }

  .lg\:even\:top-10:nth-child(even) {
    top: 2.5rem;
  }

  .lg\:even\:right-10:nth-child(even) {
    right: 2.5rem;
  }

  .lg\:even\:bottom-10:nth-child(even) {
    bottom: 2.5rem;
  }

  .lg\:even\:left-10:nth-child(even) {
    left: 2.5rem;
  }

  .lg\:even\:top-11:nth-child(even) {
    top: 2.75rem;
  }

  .lg\:even\:right-11:nth-child(even) {
    right: 2.75rem;
  }

  .lg\:even\:bottom-11:nth-child(even) {
    bottom: 2.75rem;
  }

  .lg\:even\:left-11:nth-child(even) {
    left: 2.75rem;
  }

  .lg\:even\:top-12:nth-child(even) {
    top: 3rem;
  }

  .lg\:even\:right-12:nth-child(even) {
    right: 3rem;
  }

  .lg\:even\:bottom-12:nth-child(even) {
    bottom: 3rem;
  }

  .lg\:even\:left-12:nth-child(even) {
    left: 3rem;
  }

  .lg\:even\:top-14:nth-child(even) {
    top: 3.5rem;
  }

  .lg\:even\:right-14:nth-child(even) {
    right: 3.5rem;
  }

  .lg\:even\:bottom-14:nth-child(even) {
    bottom: 3.5rem;
  }

  .lg\:even\:left-14:nth-child(even) {
    left: 3.5rem;
  }

  .lg\:even\:top-16:nth-child(even) {
    top: 4rem;
  }

  .lg\:even\:right-16:nth-child(even) {
    right: 4rem;
  }

  .lg\:even\:bottom-16:nth-child(even) {
    bottom: 4rem;
  }

  .lg\:even\:left-16:nth-child(even) {
    left: 4rem;
  }

  .lg\:even\:top-20:nth-child(even) {
    top: 5rem;
  }

  .lg\:even\:right-20:nth-child(even) {
    right: 5rem;
  }

  .lg\:even\:bottom-20:nth-child(even) {
    bottom: 5rem;
  }

  .lg\:even\:left-20:nth-child(even) {
    left: 5rem;
  }

  .lg\:even\:top-24:nth-child(even) {
    top: 6rem;
  }

  .lg\:even\:right-24:nth-child(even) {
    right: 6rem;
  }

  .lg\:even\:bottom-24:nth-child(even) {
    bottom: 6rem;
  }

  .lg\:even\:left-24:nth-child(even) {
    left: 6rem;
  }

  .lg\:even\:top-28:nth-child(even) {
    top: 7rem;
  }

  .lg\:even\:right-28:nth-child(even) {
    right: 7rem;
  }

  .lg\:even\:bottom-28:nth-child(even) {
    bottom: 7rem;
  }

  .lg\:even\:left-28:nth-child(even) {
    left: 7rem;
  }

  .lg\:even\:top-32:nth-child(even) {
    top: 8rem;
  }

  .lg\:even\:right-32:nth-child(even) {
    right: 8rem;
  }

  .lg\:even\:bottom-32:nth-child(even) {
    bottom: 8rem;
  }

  .lg\:even\:left-32:nth-child(even) {
    left: 8rem;
  }

  .lg\:even\:top-36:nth-child(even) {
    top: 9rem;
  }

  .lg\:even\:right-36:nth-child(even) {
    right: 9rem;
  }

  .lg\:even\:bottom-36:nth-child(even) {
    bottom: 9rem;
  }

  .lg\:even\:left-36:nth-child(even) {
    left: 9rem;
  }

  .lg\:even\:top-40:nth-child(even) {
    top: 10rem;
  }

  .lg\:even\:right-40:nth-child(even) {
    right: 10rem;
  }

  .lg\:even\:bottom-40:nth-child(even) {
    bottom: 10rem;
  }

  .lg\:even\:left-40:nth-child(even) {
    left: 10rem;
  }

  .lg\:even\:top-44:nth-child(even) {
    top: 11rem;
  }

  .lg\:even\:right-44:nth-child(even) {
    right: 11rem;
  }

  .lg\:even\:bottom-44:nth-child(even) {
    bottom: 11rem;
  }

  .lg\:even\:left-44:nth-child(even) {
    left: 11rem;
  }

  .lg\:even\:top-48:nth-child(even) {
    top: 12rem;
  }

  .lg\:even\:right-48:nth-child(even) {
    right: 12rem;
  }

  .lg\:even\:bottom-48:nth-child(even) {
    bottom: 12rem;
  }

  .lg\:even\:left-48:nth-child(even) {
    left: 12rem;
  }

  .lg\:even\:top-52:nth-child(even) {
    top: 13rem;
  }

  .lg\:even\:right-52:nth-child(even) {
    right: 13rem;
  }

  .lg\:even\:bottom-52:nth-child(even) {
    bottom: 13rem;
  }

  .lg\:even\:left-52:nth-child(even) {
    left: 13rem;
  }

  .lg\:even\:top-56:nth-child(even) {
    top: 14rem;
  }

  .lg\:even\:right-56:nth-child(even) {
    right: 14rem;
  }

  .lg\:even\:bottom-56:nth-child(even) {
    bottom: 14rem;
  }

  .lg\:even\:left-56:nth-child(even) {
    left: 14rem;
  }

  .lg\:even\:top-60:nth-child(even) {
    top: 15rem;
  }

  .lg\:even\:right-60:nth-child(even) {
    right: 15rem;
  }

  .lg\:even\:bottom-60:nth-child(even) {
    bottom: 15rem;
  }

  .lg\:even\:left-60:nth-child(even) {
    left: 15rem;
  }

  .lg\:even\:top-64:nth-child(even) {
    top: 16rem;
  }

  .lg\:even\:right-64:nth-child(even) {
    right: 16rem;
  }

  .lg\:even\:bottom-64:nth-child(even) {
    bottom: 16rem;
  }

  .lg\:even\:left-64:nth-child(even) {
    left: 16rem;
  }

  .lg\:even\:top-72:nth-child(even) {
    top: 18rem;
  }

  .lg\:even\:right-72:nth-child(even) {
    right: 18rem;
  }

  .lg\:even\:bottom-72:nth-child(even) {
    bottom: 18rem;
  }

  .lg\:even\:left-72:nth-child(even) {
    left: 18rem;
  }

  .lg\:even\:top-80:nth-child(even) {
    top: 20rem;
  }

  .lg\:even\:right-80:nth-child(even) {
    right: 20rem;
  }

  .lg\:even\:bottom-80:nth-child(even) {
    bottom: 20rem;
  }

  .lg\:even\:left-80:nth-child(even) {
    left: 20rem;
  }

  .lg\:even\:top-96:nth-child(even) {
    top: 24rem;
  }

  .lg\:even\:right-96:nth-child(even) {
    right: 24rem;
  }

  .lg\:even\:bottom-96:nth-child(even) {
    bottom: 24rem;
  }

  .lg\:even\:left-96:nth-child(even) {
    left: 24rem;
  }

  .lg\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .lg\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .lg\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .lg\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .lg\:even\:top-px:nth-child(even) {
    top: 1px;
  }

  .lg\:even\:right-px:nth-child(even) {
    right: 1px;
  }

  .lg\:even\:bottom-px:nth-child(even) {
    bottom: 1px;
  }

  .lg\:even\:left-px:nth-child(even) {
    left: 1px;
  }

  .lg\:even\:top-0\.5:nth-child(even) {
    top: 0.125rem;
  }

  .lg\:even\:right-0\.5:nth-child(even) {
    right: 0.125rem;
  }

  .lg\:even\:bottom-0\.5:nth-child(even) {
    bottom: 0.125rem;
  }

  .lg\:even\:left-0\.5:nth-child(even) {
    left: 0.125rem;
  }

  .lg\:even\:top-1\.5:nth-child(even) {
    top: 0.375rem;
  }

  .lg\:even\:right-1\.5:nth-child(even) {
    right: 0.375rem;
  }

  .lg\:even\:bottom-1\.5:nth-child(even) {
    bottom: 0.375rem;
  }

  .lg\:even\:left-1\.5:nth-child(even) {
    left: 0.375rem;
  }

  .lg\:even\:top-2\.5:nth-child(even) {
    top: 0.625rem;
  }

  .lg\:even\:right-2\.5:nth-child(even) {
    right: 0.625rem;
  }

  .lg\:even\:bottom-2\.5:nth-child(even) {
    bottom: 0.625rem;
  }

  .lg\:even\:left-2\.5:nth-child(even) {
    left: 0.625rem;
  }

  .lg\:even\:top-3\.5:nth-child(even) {
    top: 0.875rem;
  }

  .lg\:even\:right-3\.5:nth-child(even) {
    right: 0.875rem;
  }

  .lg\:even\:bottom-3\.5:nth-child(even) {
    bottom: 0.875rem;
  }

  .lg\:even\:left-3\.5:nth-child(even) {
    left: 0.875rem;
  }

  .lg\:even\:-top-0:nth-child(even) {
    top: 0px;
  }

  .lg\:even\:-right-0:nth-child(even) {
    right: 0px;
  }

  .lg\:even\:-bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .lg\:even\:-left-0:nth-child(even) {
    left: 0px;
  }

  .lg\:even\:-top-1:nth-child(even) {
    top: -0.25rem;
  }

  .lg\:even\:-right-1:nth-child(even) {
    right: -0.25rem;
  }

  .lg\:even\:-bottom-1:nth-child(even) {
    bottom: -0.25rem;
  }

  .lg\:even\:-left-1:nth-child(even) {
    left: -0.25rem;
  }

  .lg\:even\:-top-2:nth-child(even) {
    top: -0.5rem;
  }

  .lg\:even\:-right-2:nth-child(even) {
    right: -0.5rem;
  }

  .lg\:even\:-bottom-2:nth-child(even) {
    bottom: -0.5rem;
  }

  .lg\:even\:-left-2:nth-child(even) {
    left: -0.5rem;
  }

  .lg\:even\:-top-3:nth-child(even) {
    top: -0.75rem;
  }

  .lg\:even\:-right-3:nth-child(even) {
    right: -0.75rem;
  }

  .lg\:even\:-bottom-3:nth-child(even) {
    bottom: -0.75rem;
  }

  .lg\:even\:-left-3:nth-child(even) {
    left: -0.75rem;
  }

  .lg\:even\:-top-4:nth-child(even) {
    top: -1rem;
  }

  .lg\:even\:-right-4:nth-child(even) {
    right: -1rem;
  }

  .lg\:even\:-bottom-4:nth-child(even) {
    bottom: -1rem;
  }

  .lg\:even\:-left-4:nth-child(even) {
    left: -1rem;
  }

  .lg\:even\:-top-5:nth-child(even) {
    top: -1.25rem;
  }

  .lg\:even\:-right-5:nth-child(even) {
    right: -1.25rem;
  }

  .lg\:even\:-bottom-5:nth-child(even) {
    bottom: -1.25rem;
  }

  .lg\:even\:-left-5:nth-child(even) {
    left: -1.25rem;
  }

  .lg\:even\:-top-6:nth-child(even) {
    top: -1.5rem;
  }

  .lg\:even\:-right-6:nth-child(even) {
    right: -1.5rem;
  }

  .lg\:even\:-bottom-6:nth-child(even) {
    bottom: -1.5rem;
  }

  .lg\:even\:-left-6:nth-child(even) {
    left: -1.5rem;
  }

  .lg\:even\:-top-7:nth-child(even) {
    top: -1.75rem;
  }

  .lg\:even\:-right-7:nth-child(even) {
    right: -1.75rem;
  }

  .lg\:even\:-bottom-7:nth-child(even) {
    bottom: -1.75rem;
  }

  .lg\:even\:-left-7:nth-child(even) {
    left: -1.75rem;
  }

  .lg\:even\:-top-8:nth-child(even) {
    top: -2rem;
  }

  .lg\:even\:-right-8:nth-child(even) {
    right: -2rem;
  }

  .lg\:even\:-bottom-8:nth-child(even) {
    bottom: -2rem;
  }

  .lg\:even\:-left-8:nth-child(even) {
    left: -2rem;
  }

  .lg\:even\:-top-9:nth-child(even) {
    top: -2.25rem;
  }

  .lg\:even\:-right-9:nth-child(even) {
    right: -2.25rem;
  }

  .lg\:even\:-bottom-9:nth-child(even) {
    bottom: -2.25rem;
  }

  .lg\:even\:-left-9:nth-child(even) {
    left: -2.25rem;
  }

  .lg\:even\:-top-10:nth-child(even) {
    top: -2.5rem;
  }

  .lg\:even\:-right-10:nth-child(even) {
    right: -2.5rem;
  }

  .lg\:even\:-bottom-10:nth-child(even) {
    bottom: -2.5rem;
  }

  .lg\:even\:-left-10:nth-child(even) {
    left: -2.5rem;
  }

  .lg\:even\:-top-11:nth-child(even) {
    top: -2.75rem;
  }

  .lg\:even\:-right-11:nth-child(even) {
    right: -2.75rem;
  }

  .lg\:even\:-bottom-11:nth-child(even) {
    bottom: -2.75rem;
  }

  .lg\:even\:-left-11:nth-child(even) {
    left: -2.75rem;
  }

  .lg\:even\:-top-12:nth-child(even) {
    top: -3rem;
  }

  .lg\:even\:-right-12:nth-child(even) {
    right: -3rem;
  }

  .lg\:even\:-bottom-12:nth-child(even) {
    bottom: -3rem;
  }

  .lg\:even\:-left-12:nth-child(even) {
    left: -3rem;
  }

  .lg\:even\:-top-14:nth-child(even) {
    top: -3.5rem;
  }

  .lg\:even\:-right-14:nth-child(even) {
    right: -3.5rem;
  }

  .lg\:even\:-bottom-14:nth-child(even) {
    bottom: -3.5rem;
  }

  .lg\:even\:-left-14:nth-child(even) {
    left: -3.5rem;
  }

  .lg\:even\:-top-16:nth-child(even) {
    top: -4rem;
  }

  .lg\:even\:-right-16:nth-child(even) {
    right: -4rem;
  }

  .lg\:even\:-bottom-16:nth-child(even) {
    bottom: -4rem;
  }

  .lg\:even\:-left-16:nth-child(even) {
    left: -4rem;
  }

  .lg\:even\:-top-20:nth-child(even) {
    top: -5rem;
  }

  .lg\:even\:-right-20:nth-child(even) {
    right: -5rem;
  }

  .lg\:even\:-bottom-20:nth-child(even) {
    bottom: -5rem;
  }

  .lg\:even\:-left-20:nth-child(even) {
    left: -5rem;
  }

  .lg\:even\:-top-24:nth-child(even) {
    top: -6rem;
  }

  .lg\:even\:-right-24:nth-child(even) {
    right: -6rem;
  }

  .lg\:even\:-bottom-24:nth-child(even) {
    bottom: -6rem;
  }

  .lg\:even\:-left-24:nth-child(even) {
    left: -6rem;
  }

  .lg\:even\:-top-28:nth-child(even) {
    top: -7rem;
  }

  .lg\:even\:-right-28:nth-child(even) {
    right: -7rem;
  }

  .lg\:even\:-bottom-28:nth-child(even) {
    bottom: -7rem;
  }

  .lg\:even\:-left-28:nth-child(even) {
    left: -7rem;
  }

  .lg\:even\:-top-32:nth-child(even) {
    top: -8rem;
  }

  .lg\:even\:-right-32:nth-child(even) {
    right: -8rem;
  }

  .lg\:even\:-bottom-32:nth-child(even) {
    bottom: -8rem;
  }

  .lg\:even\:-left-32:nth-child(even) {
    left: -8rem;
  }

  .lg\:even\:-top-36:nth-child(even) {
    top: -9rem;
  }

  .lg\:even\:-right-36:nth-child(even) {
    right: -9rem;
  }

  .lg\:even\:-bottom-36:nth-child(even) {
    bottom: -9rem;
  }

  .lg\:even\:-left-36:nth-child(even) {
    left: -9rem;
  }

  .lg\:even\:-top-40:nth-child(even) {
    top: -10rem;
  }

  .lg\:even\:-right-40:nth-child(even) {
    right: -10rem;
  }

  .lg\:even\:-bottom-40:nth-child(even) {
    bottom: -10rem;
  }

  .lg\:even\:-left-40:nth-child(even) {
    left: -10rem;
  }

  .lg\:even\:-top-44:nth-child(even) {
    top: -11rem;
  }

  .lg\:even\:-right-44:nth-child(even) {
    right: -11rem;
  }

  .lg\:even\:-bottom-44:nth-child(even) {
    bottom: -11rem;
  }

  .lg\:even\:-left-44:nth-child(even) {
    left: -11rem;
  }

  .lg\:even\:-top-48:nth-child(even) {
    top: -12rem;
  }

  .lg\:even\:-right-48:nth-child(even) {
    right: -12rem;
  }

  .lg\:even\:-bottom-48:nth-child(even) {
    bottom: -12rem;
  }

  .lg\:even\:-left-48:nth-child(even) {
    left: -12rem;
  }

  .lg\:even\:-top-52:nth-child(even) {
    top: -13rem;
  }

  .lg\:even\:-right-52:nth-child(even) {
    right: -13rem;
  }

  .lg\:even\:-bottom-52:nth-child(even) {
    bottom: -13rem;
  }

  .lg\:even\:-left-52:nth-child(even) {
    left: -13rem;
  }

  .lg\:even\:-top-56:nth-child(even) {
    top: -14rem;
  }

  .lg\:even\:-right-56:nth-child(even) {
    right: -14rem;
  }

  .lg\:even\:-bottom-56:nth-child(even) {
    bottom: -14rem;
  }

  .lg\:even\:-left-56:nth-child(even) {
    left: -14rem;
  }

  .lg\:even\:-top-60:nth-child(even) {
    top: -15rem;
  }

  .lg\:even\:-right-60:nth-child(even) {
    right: -15rem;
  }

  .lg\:even\:-bottom-60:nth-child(even) {
    bottom: -15rem;
  }

  .lg\:even\:-left-60:nth-child(even) {
    left: -15rem;
  }

  .lg\:even\:-top-64:nth-child(even) {
    top: -16rem;
  }

  .lg\:even\:-right-64:nth-child(even) {
    right: -16rem;
  }

  .lg\:even\:-bottom-64:nth-child(even) {
    bottom: -16rem;
  }

  .lg\:even\:-left-64:nth-child(even) {
    left: -16rem;
  }

  .lg\:even\:-top-72:nth-child(even) {
    top: -18rem;
  }

  .lg\:even\:-right-72:nth-child(even) {
    right: -18rem;
  }

  .lg\:even\:-bottom-72:nth-child(even) {
    bottom: -18rem;
  }

  .lg\:even\:-left-72:nth-child(even) {
    left: -18rem;
  }

  .lg\:even\:-top-80:nth-child(even) {
    top: -20rem;
  }

  .lg\:even\:-right-80:nth-child(even) {
    right: -20rem;
  }

  .lg\:even\:-bottom-80:nth-child(even) {
    bottom: -20rem;
  }

  .lg\:even\:-left-80:nth-child(even) {
    left: -20rem;
  }

  .lg\:even\:-top-96:nth-child(even) {
    top: -24rem;
  }

  .lg\:even\:-right-96:nth-child(even) {
    right: -24rem;
  }

  .lg\:even\:-bottom-96:nth-child(even) {
    bottom: -24rem;
  }

  .lg\:even\:-left-96:nth-child(even) {
    left: -24rem;
  }

  .lg\:even\:-top-px:nth-child(even) {
    top: -1px;
  }

  .lg\:even\:-right-px:nth-child(even) {
    right: -1px;
  }

  .lg\:even\:-bottom-px:nth-child(even) {
    bottom: -1px;
  }

  .lg\:even\:-left-px:nth-child(even) {
    left: -1px;
  }

  .lg\:even\:-top-0\.5:nth-child(even) {
    top: -0.125rem;
  }

  .lg\:even\:-right-0\.5:nth-child(even) {
    right: -0.125rem;
  }

  .lg\:even\:-bottom-0\.5:nth-child(even) {
    bottom: -0.125rem;
  }

  .lg\:even\:-left-0\.5:nth-child(even) {
    left: -0.125rem;
  }

  .lg\:even\:-top-1\.5:nth-child(even) {
    top: -0.375rem;
  }

  .lg\:even\:-right-1\.5:nth-child(even) {
    right: -0.375rem;
  }

  .lg\:even\:-bottom-1\.5:nth-child(even) {
    bottom: -0.375rem;
  }

  .lg\:even\:-left-1\.5:nth-child(even) {
    left: -0.375rem;
  }

  .lg\:even\:-top-2\.5:nth-child(even) {
    top: -0.625rem;
  }

  .lg\:even\:-right-2\.5:nth-child(even) {
    right: -0.625rem;
  }

  .lg\:even\:-bottom-2\.5:nth-child(even) {
    bottom: -0.625rem;
  }

  .lg\:even\:-left-2\.5:nth-child(even) {
    left: -0.625rem;
  }

  .lg\:even\:-top-3\.5:nth-child(even) {
    top: -0.875rem;
  }

  .lg\:even\:-right-3\.5:nth-child(even) {
    right: -0.875rem;
  }

  .lg\:even\:-bottom-3\.5:nth-child(even) {
    bottom: -0.875rem;
  }

  .lg\:even\:-left-3\.5:nth-child(even) {
    left: -0.875rem;
  }

  .lg\:even\:top-1\/2:nth-child(even) {
    top: 50%;
  }

  .lg\:even\:right-1\/2:nth-child(even) {
    right: 50%;
  }

  .lg\:even\:bottom-1\/2:nth-child(even) {
    bottom: 50%;
  }

  .lg\:even\:left-1\/2:nth-child(even) {
    left: 50%;
  }

  .lg\:even\:top-1\/3:nth-child(even) {
    top: 33.333333%;
  }

  .lg\:even\:right-1\/3:nth-child(even) {
    right: 33.333333%;
  }

  .lg\:even\:bottom-1\/3:nth-child(even) {
    bottom: 33.333333%;
  }

  .lg\:even\:left-1\/3:nth-child(even) {
    left: 33.333333%;
  }

  .lg\:even\:top-2\/3:nth-child(even) {
    top: 66.666667%;
  }

  .lg\:even\:right-2\/3:nth-child(even) {
    right: 66.666667%;
  }

  .lg\:even\:bottom-2\/3:nth-child(even) {
    bottom: 66.666667%;
  }

  .lg\:even\:left-2\/3:nth-child(even) {
    left: 66.666667%;
  }

  .lg\:even\:top-1\/4:nth-child(even) {
    top: 25%;
  }

  .lg\:even\:right-1\/4:nth-child(even) {
    right: 25%;
  }

  .lg\:even\:bottom-1\/4:nth-child(even) {
    bottom: 25%;
  }

  .lg\:even\:left-1\/4:nth-child(even) {
    left: 25%;
  }

  .lg\:even\:top-2\/4:nth-child(even) {
    top: 50%;
  }

  .lg\:even\:right-2\/4:nth-child(even) {
    right: 50%;
  }

  .lg\:even\:bottom-2\/4:nth-child(even) {
    bottom: 50%;
  }

  .lg\:even\:left-2\/4:nth-child(even) {
    left: 50%;
  }

  .lg\:even\:top-3\/4:nth-child(even) {
    top: 75%;
  }

  .lg\:even\:right-3\/4:nth-child(even) {
    right: 75%;
  }

  .lg\:even\:bottom-3\/4:nth-child(even) {
    bottom: 75%;
  }

  .lg\:even\:left-3\/4:nth-child(even) {
    left: 75%;
  }

  .lg\:even\:top-full:nth-child(even) {
    top: 100%;
  }

  .lg\:even\:right-full:nth-child(even) {
    right: 100%;
  }

  .lg\:even\:bottom-full:nth-child(even) {
    bottom: 100%;
  }

  .lg\:even\:left-full:nth-child(even) {
    left: 100%;
  }

  .lg\:even\:-top-1\/2:nth-child(even) {
    top: -50%;
  }

  .lg\:even\:-right-1\/2:nth-child(even) {
    right: -50%;
  }

  .lg\:even\:-bottom-1\/2:nth-child(even) {
    bottom: -50%;
  }

  .lg\:even\:-left-1\/2:nth-child(even) {
    left: -50%;
  }

  .lg\:even\:-top-1\/3:nth-child(even) {
    top: -33.333333%;
  }

  .lg\:even\:-right-1\/3:nth-child(even) {
    right: -33.333333%;
  }

  .lg\:even\:-bottom-1\/3:nth-child(even) {
    bottom: -33.333333%;
  }

  .lg\:even\:-left-1\/3:nth-child(even) {
    left: -33.333333%;
  }

  .lg\:even\:-top-2\/3:nth-child(even) {
    top: -66.666667%;
  }

  .lg\:even\:-right-2\/3:nth-child(even) {
    right: -66.666667%;
  }

  .lg\:even\:-bottom-2\/3:nth-child(even) {
    bottom: -66.666667%;
  }

  .lg\:even\:-left-2\/3:nth-child(even) {
    left: -66.666667%;
  }

  .lg\:even\:-top-1\/4:nth-child(even) {
    top: -25%;
  }

  .lg\:even\:-right-1\/4:nth-child(even) {
    right: -25%;
  }

  .lg\:even\:-bottom-1\/4:nth-child(even) {
    bottom: -25%;
  }

  .lg\:even\:-left-1\/4:nth-child(even) {
    left: -25%;
  }

  .lg\:even\:-top-2\/4:nth-child(even) {
    top: -50%;
  }

  .lg\:even\:-right-2\/4:nth-child(even) {
    right: -50%;
  }

  .lg\:even\:-bottom-2\/4:nth-child(even) {
    bottom: -50%;
  }

  .lg\:even\:-left-2\/4:nth-child(even) {
    left: -50%;
  }

  .lg\:even\:-top-3\/4:nth-child(even) {
    top: -75%;
  }

  .lg\:even\:-right-3\/4:nth-child(even) {
    right: -75%;
  }

  .lg\:even\:-bottom-3\/4:nth-child(even) {
    bottom: -75%;
  }

  .lg\:even\:-left-3\/4:nth-child(even) {
    left: -75%;
  }

  .lg\:even\:-top-full:nth-child(even) {
    top: -100%;
  }

  .lg\:even\:-right-full:nth-child(even) {
    right: -100%;
  }

  .lg\:even\:-bottom-full:nth-child(even) {
    bottom: -100%;
  }

  .lg\:even\:-left-full:nth-child(even) {
    left: -100%;
  }

  .lg\:hover\:inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:hover\:inset-1:hover {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:hover\:inset-2:hover {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:hover\:inset-3:hover {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:hover\:inset-4:hover {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:hover\:inset-5:hover {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:hover\:inset-6:hover {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:hover\:inset-7:hover {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:hover\:inset-8:hover {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:hover\:inset-9:hover {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:hover\:inset-10:hover {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:hover\:inset-11:hover {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:hover\:inset-12:hover {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:hover\:inset-14:hover {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:hover\:inset-16:hover {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:hover\:inset-20:hover {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:hover\:inset-24:hover {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:hover\:inset-28:hover {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:hover\:inset-32:hover {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:hover\:inset-36:hover {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:hover\:inset-40:hover {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:hover\:inset-44:hover {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:hover\:inset-48:hover {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:hover\:inset-52:hover {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:hover\:inset-56:hover {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:hover\:inset-60:hover {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:hover\:inset-64:hover {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:hover\:inset-72:hover {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:hover\:inset-80:hover {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:hover\:inset-96:hover {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:hover\:inset-px:hover {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:hover\:inset-0\.5:hover {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:hover\:inset-1\.5:hover {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:hover\:inset-2\.5:hover {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:hover\:inset-3\.5:hover {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:hover\:-inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:hover\:-inset-1:hover {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:hover\:-inset-2:hover {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:hover\:-inset-3:hover {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:hover\:-inset-4:hover {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:hover\:-inset-5:hover {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:hover\:-inset-6:hover {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:hover\:-inset-7:hover {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:hover\:-inset-8:hover {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:hover\:-inset-9:hover {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:hover\:-inset-10:hover {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:hover\:-inset-11:hover {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:hover\:-inset-12:hover {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:hover\:-inset-14:hover {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:hover\:-inset-16:hover {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:hover\:-inset-20:hover {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:hover\:-inset-24:hover {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:hover\:-inset-28:hover {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:hover\:-inset-32:hover {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:hover\:-inset-36:hover {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:hover\:-inset-40:hover {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:hover\:-inset-44:hover {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:hover\:-inset-48:hover {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:hover\:-inset-52:hover {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:hover\:-inset-56:hover {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:hover\:-inset-60:hover {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:hover\:-inset-64:hover {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:hover\:-inset-72:hover {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:hover\:-inset-80:hover {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:hover\:-inset-96:hover {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:hover\:-inset-px:hover {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:hover\:-inset-0\.5:hover {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:hover\:-inset-1\.5:hover {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:hover\:-inset-2\.5:hover {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:hover\:-inset-3\.5:hover {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:hover\:inset-1\/3:hover {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:hover\:inset-2\/3:hover {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:hover\:inset-1\/4:hover {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:hover\:inset-2\/4:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:hover\:inset-3\/4:hover {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:hover\:inset-full:hover {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:hover\:-inset-1\/2:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:hover\:-inset-1\/3:hover {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:hover\:-inset-2\/3:hover {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:hover\:-inset-1\/4:hover {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:hover\:-inset-2\/4:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:hover\:-inset-3\/4:hover {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:hover\:-inset-full:hover {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:hover\:inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .lg\:hover\:inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .lg\:hover\:inset-y-1:hover {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:hover\:inset-x-1:hover {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:hover\:inset-y-2:hover {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:hover\:inset-x-2:hover {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:hover\:inset-y-3:hover {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:hover\:inset-x-3:hover {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:hover\:inset-y-4:hover {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:hover\:inset-x-4:hover {
    right: 1rem;
    left: 1rem;
  }

  .lg\:hover\:inset-y-5:hover {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:hover\:inset-x-5:hover {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:hover\:inset-y-6:hover {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:hover\:inset-x-6:hover {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:hover\:inset-y-7:hover {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:hover\:inset-x-7:hover {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:hover\:inset-y-8:hover {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:hover\:inset-x-8:hover {
    right: 2rem;
    left: 2rem;
  }

  .lg\:hover\:inset-y-9:hover {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:hover\:inset-x-9:hover {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:hover\:inset-y-10:hover {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:hover\:inset-x-10:hover {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:hover\:inset-y-11:hover {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:hover\:inset-x-11:hover {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:hover\:inset-y-12:hover {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:hover\:inset-x-12:hover {
    right: 3rem;
    left: 3rem;
  }

  .lg\:hover\:inset-y-14:hover {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:hover\:inset-x-14:hover {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:hover\:inset-y-16:hover {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:hover\:inset-x-16:hover {
    right: 4rem;
    left: 4rem;
  }

  .lg\:hover\:inset-y-20:hover {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:hover\:inset-x-20:hover {
    right: 5rem;
    left: 5rem;
  }

  .lg\:hover\:inset-y-24:hover {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:hover\:inset-x-24:hover {
    right: 6rem;
    left: 6rem;
  }

  .lg\:hover\:inset-y-28:hover {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:hover\:inset-x-28:hover {
    right: 7rem;
    left: 7rem;
  }

  .lg\:hover\:inset-y-32:hover {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:hover\:inset-x-32:hover {
    right: 8rem;
    left: 8rem;
  }

  .lg\:hover\:inset-y-36:hover {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:hover\:inset-x-36:hover {
    right: 9rem;
    left: 9rem;
  }

  .lg\:hover\:inset-y-40:hover {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:hover\:inset-x-40:hover {
    right: 10rem;
    left: 10rem;
  }

  .lg\:hover\:inset-y-44:hover {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:hover\:inset-x-44:hover {
    right: 11rem;
    left: 11rem;
  }

  .lg\:hover\:inset-y-48:hover {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:hover\:inset-x-48:hover {
    right: 12rem;
    left: 12rem;
  }

  .lg\:hover\:inset-y-52:hover {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:hover\:inset-x-52:hover {
    right: 13rem;
    left: 13rem;
  }

  .lg\:hover\:inset-y-56:hover {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:hover\:inset-x-56:hover {
    right: 14rem;
    left: 14rem;
  }

  .lg\:hover\:inset-y-60:hover {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:hover\:inset-x-60:hover {
    right: 15rem;
    left: 15rem;
  }

  .lg\:hover\:inset-y-64:hover {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:hover\:inset-x-64:hover {
    right: 16rem;
    left: 16rem;
  }

  .lg\:hover\:inset-y-72:hover {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:hover\:inset-x-72:hover {
    right: 18rem;
    left: 18rem;
  }

  .lg\:hover\:inset-y-80:hover {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:hover\:inset-x-80:hover {
    right: 20rem;
    left: 20rem;
  }

  .lg\:hover\:inset-y-96:hover {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:hover\:inset-x-96:hover {
    right: 24rem;
    left: 24rem;
  }

  .lg\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .lg\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .lg\:hover\:inset-y-px:hover {
    top: 1px;
    bottom: 1px;
  }

  .lg\:hover\:inset-x-px:hover {
    right: 1px;
    left: 1px;
  }

  .lg\:hover\:inset-y-0\.5:hover {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:hover\:inset-x-0\.5:hover {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:hover\:inset-y-1\.5:hover {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:hover\:inset-x-1\.5:hover {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:hover\:inset-y-2\.5:hover {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:hover\:inset-x-2\.5:hover {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:hover\:inset-y-3\.5:hover {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:hover\:inset-x-3\.5:hover {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:hover\:-inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .lg\:hover\:-inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .lg\:hover\:-inset-y-1:hover {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:hover\:-inset-x-1:hover {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:hover\:-inset-y-2:hover {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:hover\:-inset-x-2:hover {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:hover\:-inset-y-3:hover {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:hover\:-inset-x-3:hover {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:hover\:-inset-y-4:hover {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:hover\:-inset-x-4:hover {
    right: -1rem;
    left: -1rem;
  }

  .lg\:hover\:-inset-y-5:hover {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:hover\:-inset-x-5:hover {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:hover\:-inset-y-6:hover {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:hover\:-inset-x-6:hover {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:hover\:-inset-y-7:hover {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:hover\:-inset-x-7:hover {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:hover\:-inset-y-8:hover {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:hover\:-inset-x-8:hover {
    right: -2rem;
    left: -2rem;
  }

  .lg\:hover\:-inset-y-9:hover {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:hover\:-inset-x-9:hover {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:hover\:-inset-y-10:hover {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:hover\:-inset-x-10:hover {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:hover\:-inset-y-11:hover {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:hover\:-inset-x-11:hover {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:hover\:-inset-y-12:hover {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:hover\:-inset-x-12:hover {
    right: -3rem;
    left: -3rem;
  }

  .lg\:hover\:-inset-y-14:hover {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:hover\:-inset-x-14:hover {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:hover\:-inset-y-16:hover {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:hover\:-inset-x-16:hover {
    right: -4rem;
    left: -4rem;
  }

  .lg\:hover\:-inset-y-20:hover {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:hover\:-inset-x-20:hover {
    right: -5rem;
    left: -5rem;
  }

  .lg\:hover\:-inset-y-24:hover {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:hover\:-inset-x-24:hover {
    right: -6rem;
    left: -6rem;
  }

  .lg\:hover\:-inset-y-28:hover {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:hover\:-inset-x-28:hover {
    right: -7rem;
    left: -7rem;
  }

  .lg\:hover\:-inset-y-32:hover {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:hover\:-inset-x-32:hover {
    right: -8rem;
    left: -8rem;
  }

  .lg\:hover\:-inset-y-36:hover {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:hover\:-inset-x-36:hover {
    right: -9rem;
    left: -9rem;
  }

  .lg\:hover\:-inset-y-40:hover {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:hover\:-inset-x-40:hover {
    right: -10rem;
    left: -10rem;
  }

  .lg\:hover\:-inset-y-44:hover {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:hover\:-inset-x-44:hover {
    right: -11rem;
    left: -11rem;
  }

  .lg\:hover\:-inset-y-48:hover {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:hover\:-inset-x-48:hover {
    right: -12rem;
    left: -12rem;
  }

  .lg\:hover\:-inset-y-52:hover {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:hover\:-inset-x-52:hover {
    right: -13rem;
    left: -13rem;
  }

  .lg\:hover\:-inset-y-56:hover {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:hover\:-inset-x-56:hover {
    right: -14rem;
    left: -14rem;
  }

  .lg\:hover\:-inset-y-60:hover {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:hover\:-inset-x-60:hover {
    right: -15rem;
    left: -15rem;
  }

  .lg\:hover\:-inset-y-64:hover {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:hover\:-inset-x-64:hover {
    right: -16rem;
    left: -16rem;
  }

  .lg\:hover\:-inset-y-72:hover {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:hover\:-inset-x-72:hover {
    right: -18rem;
    left: -18rem;
  }

  .lg\:hover\:-inset-y-80:hover {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:hover\:-inset-x-80:hover {
    right: -20rem;
    left: -20rem;
  }

  .lg\:hover\:-inset-y-96:hover {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:hover\:-inset-x-96:hover {
    right: -24rem;
    left: -24rem;
  }

  .lg\:hover\:-inset-y-px:hover {
    top: -1px;
    bottom: -1px;
  }

  .lg\:hover\:-inset-x-px:hover {
    right: -1px;
    left: -1px;
  }

  .lg\:hover\:-inset-y-0\.5:hover {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:hover\:-inset-x-0\.5:hover {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:hover\:-inset-y-1\.5:hover {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:hover\:-inset-x-1\.5:hover {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:hover\:-inset-y-2\.5:hover {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:hover\:-inset-x-2\.5:hover {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:hover\:-inset-y-3\.5:hover {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:hover\:-inset-x-3\.5:hover {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .lg\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .lg\:hover\:inset-y-1\/3:hover {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:hover\:inset-x-1\/3:hover {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:hover\:inset-y-2\/3:hover {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:hover\:inset-x-2\/3:hover {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:hover\:inset-y-1\/4:hover {
    top: 25%;
    bottom: 25%;
  }

  .lg\:hover\:inset-x-1\/4:hover {
    right: 25%;
    left: 25%;
  }

  .lg\:hover\:inset-y-2\/4:hover {
    top: 50%;
    bottom: 50%;
  }

  .lg\:hover\:inset-x-2\/4:hover {
    right: 50%;
    left: 50%;
  }

  .lg\:hover\:inset-y-3\/4:hover {
    top: 75%;
    bottom: 75%;
  }

  .lg\:hover\:inset-x-3\/4:hover {
    right: 75%;
    left: 75%;
  }

  .lg\:hover\:inset-y-full:hover {
    top: 100%;
    bottom: 100%;
  }

  .lg\:hover\:inset-x-full:hover {
    right: 100%;
    left: 100%;
  }

  .lg\:hover\:-inset-y-1\/2:hover {
    top: -50%;
    bottom: -50%;
  }

  .lg\:hover\:-inset-x-1\/2:hover {
    right: -50%;
    left: -50%;
  }

  .lg\:hover\:-inset-y-1\/3:hover {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:hover\:-inset-x-1\/3:hover {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:hover\:-inset-y-2\/3:hover {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:hover\:-inset-x-2\/3:hover {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:hover\:-inset-y-1\/4:hover {
    top: -25%;
    bottom: -25%;
  }

  .lg\:hover\:-inset-x-1\/4:hover {
    right: -25%;
    left: -25%;
  }

  .lg\:hover\:-inset-y-2\/4:hover {
    top: -50%;
    bottom: -50%;
  }

  .lg\:hover\:-inset-x-2\/4:hover {
    right: -50%;
    left: -50%;
  }

  .lg\:hover\:-inset-y-3\/4:hover {
    top: -75%;
    bottom: -75%;
  }

  .lg\:hover\:-inset-x-3\/4:hover {
    right: -75%;
    left: -75%;
  }

  .lg\:hover\:-inset-y-full:hover {
    top: -100%;
    bottom: -100%;
  }

  .lg\:hover\:-inset-x-full:hover {
    right: -100%;
    left: -100%;
  }

  .lg\:hover\:top-0:hover {
    top: 0px;
  }

  .lg\:hover\:right-0:hover {
    right: 0px;
  }

  .lg\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .lg\:hover\:left-0:hover {
    left: 0px;
  }

  .lg\:hover\:top-1:hover {
    top: 0.25rem;
  }

  .lg\:hover\:right-1:hover {
    right: 0.25rem;
  }

  .lg\:hover\:bottom-1:hover {
    bottom: 0.25rem;
  }

  .lg\:hover\:left-1:hover {
    left: 0.25rem;
  }

  .lg\:hover\:top-2:hover {
    top: 0.5rem;
  }

  .lg\:hover\:right-2:hover {
    right: 0.5rem;
  }

  .lg\:hover\:bottom-2:hover {
    bottom: 0.5rem;
  }

  .lg\:hover\:left-2:hover {
    left: 0.5rem;
  }

  .lg\:hover\:top-3:hover {
    top: 0.75rem;
  }

  .lg\:hover\:right-3:hover {
    right: 0.75rem;
  }

  .lg\:hover\:bottom-3:hover {
    bottom: 0.75rem;
  }

  .lg\:hover\:left-3:hover {
    left: 0.75rem;
  }

  .lg\:hover\:top-4:hover {
    top: 1rem;
  }

  .lg\:hover\:right-4:hover {
    right: 1rem;
  }

  .lg\:hover\:bottom-4:hover {
    bottom: 1rem;
  }

  .lg\:hover\:left-4:hover {
    left: 1rem;
  }

  .lg\:hover\:top-5:hover {
    top: 1.25rem;
  }

  .lg\:hover\:right-5:hover {
    right: 1.25rem;
  }

  .lg\:hover\:bottom-5:hover {
    bottom: 1.25rem;
  }

  .lg\:hover\:left-5:hover {
    left: 1.25rem;
  }

  .lg\:hover\:top-6:hover {
    top: 1.5rem;
  }

  .lg\:hover\:right-6:hover {
    right: 1.5rem;
  }

  .lg\:hover\:bottom-6:hover {
    bottom: 1.5rem;
  }

  .lg\:hover\:left-6:hover {
    left: 1.5rem;
  }

  .lg\:hover\:top-7:hover {
    top: 1.75rem;
  }

  .lg\:hover\:right-7:hover {
    right: 1.75rem;
  }

  .lg\:hover\:bottom-7:hover {
    bottom: 1.75rem;
  }

  .lg\:hover\:left-7:hover {
    left: 1.75rem;
  }

  .lg\:hover\:top-8:hover {
    top: 2rem;
  }

  .lg\:hover\:right-8:hover {
    right: 2rem;
  }

  .lg\:hover\:bottom-8:hover {
    bottom: 2rem;
  }

  .lg\:hover\:left-8:hover {
    left: 2rem;
  }

  .lg\:hover\:top-9:hover {
    top: 2.25rem;
  }

  .lg\:hover\:right-9:hover {
    right: 2.25rem;
  }

  .lg\:hover\:bottom-9:hover {
    bottom: 2.25rem;
  }

  .lg\:hover\:left-9:hover {
    left: 2.25rem;
  }

  .lg\:hover\:top-10:hover {
    top: 2.5rem;
  }

  .lg\:hover\:right-10:hover {
    right: 2.5rem;
  }

  .lg\:hover\:bottom-10:hover {
    bottom: 2.5rem;
  }

  .lg\:hover\:left-10:hover {
    left: 2.5rem;
  }

  .lg\:hover\:top-11:hover {
    top: 2.75rem;
  }

  .lg\:hover\:right-11:hover {
    right: 2.75rem;
  }

  .lg\:hover\:bottom-11:hover {
    bottom: 2.75rem;
  }

  .lg\:hover\:left-11:hover {
    left: 2.75rem;
  }

  .lg\:hover\:top-12:hover {
    top: 3rem;
  }

  .lg\:hover\:right-12:hover {
    right: 3rem;
  }

  .lg\:hover\:bottom-12:hover {
    bottom: 3rem;
  }

  .lg\:hover\:left-12:hover {
    left: 3rem;
  }

  .lg\:hover\:top-14:hover {
    top: 3.5rem;
  }

  .lg\:hover\:right-14:hover {
    right: 3.5rem;
  }

  .lg\:hover\:bottom-14:hover {
    bottom: 3.5rem;
  }

  .lg\:hover\:left-14:hover {
    left: 3.5rem;
  }

  .lg\:hover\:top-16:hover {
    top: 4rem;
  }

  .lg\:hover\:right-16:hover {
    right: 4rem;
  }

  .lg\:hover\:bottom-16:hover {
    bottom: 4rem;
  }

  .lg\:hover\:left-16:hover {
    left: 4rem;
  }

  .lg\:hover\:top-20:hover {
    top: 5rem;
  }

  .lg\:hover\:right-20:hover {
    right: 5rem;
  }

  .lg\:hover\:bottom-20:hover {
    bottom: 5rem;
  }

  .lg\:hover\:left-20:hover {
    left: 5rem;
  }

  .lg\:hover\:top-24:hover {
    top: 6rem;
  }

  .lg\:hover\:right-24:hover {
    right: 6rem;
  }

  .lg\:hover\:bottom-24:hover {
    bottom: 6rem;
  }

  .lg\:hover\:left-24:hover {
    left: 6rem;
  }

  .lg\:hover\:top-28:hover {
    top: 7rem;
  }

  .lg\:hover\:right-28:hover {
    right: 7rem;
  }

  .lg\:hover\:bottom-28:hover {
    bottom: 7rem;
  }

  .lg\:hover\:left-28:hover {
    left: 7rem;
  }

  .lg\:hover\:top-32:hover {
    top: 8rem;
  }

  .lg\:hover\:right-32:hover {
    right: 8rem;
  }

  .lg\:hover\:bottom-32:hover {
    bottom: 8rem;
  }

  .lg\:hover\:left-32:hover {
    left: 8rem;
  }

  .lg\:hover\:top-36:hover {
    top: 9rem;
  }

  .lg\:hover\:right-36:hover {
    right: 9rem;
  }

  .lg\:hover\:bottom-36:hover {
    bottom: 9rem;
  }

  .lg\:hover\:left-36:hover {
    left: 9rem;
  }

  .lg\:hover\:top-40:hover {
    top: 10rem;
  }

  .lg\:hover\:right-40:hover {
    right: 10rem;
  }

  .lg\:hover\:bottom-40:hover {
    bottom: 10rem;
  }

  .lg\:hover\:left-40:hover {
    left: 10rem;
  }

  .lg\:hover\:top-44:hover {
    top: 11rem;
  }

  .lg\:hover\:right-44:hover {
    right: 11rem;
  }

  .lg\:hover\:bottom-44:hover {
    bottom: 11rem;
  }

  .lg\:hover\:left-44:hover {
    left: 11rem;
  }

  .lg\:hover\:top-48:hover {
    top: 12rem;
  }

  .lg\:hover\:right-48:hover {
    right: 12rem;
  }

  .lg\:hover\:bottom-48:hover {
    bottom: 12rem;
  }

  .lg\:hover\:left-48:hover {
    left: 12rem;
  }

  .lg\:hover\:top-52:hover {
    top: 13rem;
  }

  .lg\:hover\:right-52:hover {
    right: 13rem;
  }

  .lg\:hover\:bottom-52:hover {
    bottom: 13rem;
  }

  .lg\:hover\:left-52:hover {
    left: 13rem;
  }

  .lg\:hover\:top-56:hover {
    top: 14rem;
  }

  .lg\:hover\:right-56:hover {
    right: 14rem;
  }

  .lg\:hover\:bottom-56:hover {
    bottom: 14rem;
  }

  .lg\:hover\:left-56:hover {
    left: 14rem;
  }

  .lg\:hover\:top-60:hover {
    top: 15rem;
  }

  .lg\:hover\:right-60:hover {
    right: 15rem;
  }

  .lg\:hover\:bottom-60:hover {
    bottom: 15rem;
  }

  .lg\:hover\:left-60:hover {
    left: 15rem;
  }

  .lg\:hover\:top-64:hover {
    top: 16rem;
  }

  .lg\:hover\:right-64:hover {
    right: 16rem;
  }

  .lg\:hover\:bottom-64:hover {
    bottom: 16rem;
  }

  .lg\:hover\:left-64:hover {
    left: 16rem;
  }

  .lg\:hover\:top-72:hover {
    top: 18rem;
  }

  .lg\:hover\:right-72:hover {
    right: 18rem;
  }

  .lg\:hover\:bottom-72:hover {
    bottom: 18rem;
  }

  .lg\:hover\:left-72:hover {
    left: 18rem;
  }

  .lg\:hover\:top-80:hover {
    top: 20rem;
  }

  .lg\:hover\:right-80:hover {
    right: 20rem;
  }

  .lg\:hover\:bottom-80:hover {
    bottom: 20rem;
  }

  .lg\:hover\:left-80:hover {
    left: 20rem;
  }

  .lg\:hover\:top-96:hover {
    top: 24rem;
  }

  .lg\:hover\:right-96:hover {
    right: 24rem;
  }

  .lg\:hover\:bottom-96:hover {
    bottom: 24rem;
  }

  .lg\:hover\:left-96:hover {
    left: 24rem;
  }

  .lg\:hover\:top-auto:hover {
    top: auto;
  }

  .lg\:hover\:right-auto:hover {
    right: auto;
  }

  .lg\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .lg\:hover\:left-auto:hover {
    left: auto;
  }

  .lg\:hover\:top-px:hover {
    top: 1px;
  }

  .lg\:hover\:right-px:hover {
    right: 1px;
  }

  .lg\:hover\:bottom-px:hover {
    bottom: 1px;
  }

  .lg\:hover\:left-px:hover {
    left: 1px;
  }

  .lg\:hover\:top-0\.5:hover {
    top: 0.125rem;
  }

  .lg\:hover\:right-0\.5:hover {
    right: 0.125rem;
  }

  .lg\:hover\:bottom-0\.5:hover {
    bottom: 0.125rem;
  }

  .lg\:hover\:left-0\.5:hover {
    left: 0.125rem;
  }

  .lg\:hover\:top-1\.5:hover {
    top: 0.375rem;
  }

  .lg\:hover\:right-1\.5:hover {
    right: 0.375rem;
  }

  .lg\:hover\:bottom-1\.5:hover {
    bottom: 0.375rem;
  }

  .lg\:hover\:left-1\.5:hover {
    left: 0.375rem;
  }

  .lg\:hover\:top-2\.5:hover {
    top: 0.625rem;
  }

  .lg\:hover\:right-2\.5:hover {
    right: 0.625rem;
  }

  .lg\:hover\:bottom-2\.5:hover {
    bottom: 0.625rem;
  }

  .lg\:hover\:left-2\.5:hover {
    left: 0.625rem;
  }

  .lg\:hover\:top-3\.5:hover {
    top: 0.875rem;
  }

  .lg\:hover\:right-3\.5:hover {
    right: 0.875rem;
  }

  .lg\:hover\:bottom-3\.5:hover {
    bottom: 0.875rem;
  }

  .lg\:hover\:left-3\.5:hover {
    left: 0.875rem;
  }

  .lg\:hover\:-top-0:hover {
    top: 0px;
  }

  .lg\:hover\:-right-0:hover {
    right: 0px;
  }

  .lg\:hover\:-bottom-0:hover {
    bottom: 0px;
  }

  .lg\:hover\:-left-0:hover {
    left: 0px;
  }

  .lg\:hover\:-top-1:hover {
    top: -0.25rem;
  }

  .lg\:hover\:-right-1:hover {
    right: -0.25rem;
  }

  .lg\:hover\:-bottom-1:hover {
    bottom: -0.25rem;
  }

  .lg\:hover\:-left-1:hover {
    left: -0.25rem;
  }

  .lg\:hover\:-top-2:hover {
    top: -0.5rem;
  }

  .lg\:hover\:-right-2:hover {
    right: -0.5rem;
  }

  .lg\:hover\:-bottom-2:hover {
    bottom: -0.5rem;
  }

  .lg\:hover\:-left-2:hover {
    left: -0.5rem;
  }

  .lg\:hover\:-top-3:hover {
    top: -0.75rem;
  }

  .lg\:hover\:-right-3:hover {
    right: -0.75rem;
  }

  .lg\:hover\:-bottom-3:hover {
    bottom: -0.75rem;
  }

  .lg\:hover\:-left-3:hover {
    left: -0.75rem;
  }

  .lg\:hover\:-top-4:hover {
    top: -1rem;
  }

  .lg\:hover\:-right-4:hover {
    right: -1rem;
  }

  .lg\:hover\:-bottom-4:hover {
    bottom: -1rem;
  }

  .lg\:hover\:-left-4:hover {
    left: -1rem;
  }

  .lg\:hover\:-top-5:hover {
    top: -1.25rem;
  }

  .lg\:hover\:-right-5:hover {
    right: -1.25rem;
  }

  .lg\:hover\:-bottom-5:hover {
    bottom: -1.25rem;
  }

  .lg\:hover\:-left-5:hover {
    left: -1.25rem;
  }

  .lg\:hover\:-top-6:hover {
    top: -1.5rem;
  }

  .lg\:hover\:-right-6:hover {
    right: -1.5rem;
  }

  .lg\:hover\:-bottom-6:hover {
    bottom: -1.5rem;
  }

  .lg\:hover\:-left-6:hover {
    left: -1.5rem;
  }

  .lg\:hover\:-top-7:hover {
    top: -1.75rem;
  }

  .lg\:hover\:-right-7:hover {
    right: -1.75rem;
  }

  .lg\:hover\:-bottom-7:hover {
    bottom: -1.75rem;
  }

  .lg\:hover\:-left-7:hover {
    left: -1.75rem;
  }

  .lg\:hover\:-top-8:hover {
    top: -2rem;
  }

  .lg\:hover\:-right-8:hover {
    right: -2rem;
  }

  .lg\:hover\:-bottom-8:hover {
    bottom: -2rem;
  }

  .lg\:hover\:-left-8:hover {
    left: -2rem;
  }

  .lg\:hover\:-top-9:hover {
    top: -2.25rem;
  }

  .lg\:hover\:-right-9:hover {
    right: -2.25rem;
  }

  .lg\:hover\:-bottom-9:hover {
    bottom: -2.25rem;
  }

  .lg\:hover\:-left-9:hover {
    left: -2.25rem;
  }

  .lg\:hover\:-top-10:hover {
    top: -2.5rem;
  }

  .lg\:hover\:-right-10:hover {
    right: -2.5rem;
  }

  .lg\:hover\:-bottom-10:hover {
    bottom: -2.5rem;
  }

  .lg\:hover\:-left-10:hover {
    left: -2.5rem;
  }

  .lg\:hover\:-top-11:hover {
    top: -2.75rem;
  }

  .lg\:hover\:-right-11:hover {
    right: -2.75rem;
  }

  .lg\:hover\:-bottom-11:hover {
    bottom: -2.75rem;
  }

  .lg\:hover\:-left-11:hover {
    left: -2.75rem;
  }

  .lg\:hover\:-top-12:hover {
    top: -3rem;
  }

  .lg\:hover\:-right-12:hover {
    right: -3rem;
  }

  .lg\:hover\:-bottom-12:hover {
    bottom: -3rem;
  }

  .lg\:hover\:-left-12:hover {
    left: -3rem;
  }

  .lg\:hover\:-top-14:hover {
    top: -3.5rem;
  }

  .lg\:hover\:-right-14:hover {
    right: -3.5rem;
  }

  .lg\:hover\:-bottom-14:hover {
    bottom: -3.5rem;
  }

  .lg\:hover\:-left-14:hover {
    left: -3.5rem;
  }

  .lg\:hover\:-top-16:hover {
    top: -4rem;
  }

  .lg\:hover\:-right-16:hover {
    right: -4rem;
  }

  .lg\:hover\:-bottom-16:hover {
    bottom: -4rem;
  }

  .lg\:hover\:-left-16:hover {
    left: -4rem;
  }

  .lg\:hover\:-top-20:hover {
    top: -5rem;
  }

  .lg\:hover\:-right-20:hover {
    right: -5rem;
  }

  .lg\:hover\:-bottom-20:hover {
    bottom: -5rem;
  }

  .lg\:hover\:-left-20:hover {
    left: -5rem;
  }

  .lg\:hover\:-top-24:hover {
    top: -6rem;
  }

  .lg\:hover\:-right-24:hover {
    right: -6rem;
  }

  .lg\:hover\:-bottom-24:hover {
    bottom: -6rem;
  }

  .lg\:hover\:-left-24:hover {
    left: -6rem;
  }

  .lg\:hover\:-top-28:hover {
    top: -7rem;
  }

  .lg\:hover\:-right-28:hover {
    right: -7rem;
  }

  .lg\:hover\:-bottom-28:hover {
    bottom: -7rem;
  }

  .lg\:hover\:-left-28:hover {
    left: -7rem;
  }

  .lg\:hover\:-top-32:hover {
    top: -8rem;
  }

  .lg\:hover\:-right-32:hover {
    right: -8rem;
  }

  .lg\:hover\:-bottom-32:hover {
    bottom: -8rem;
  }

  .lg\:hover\:-left-32:hover {
    left: -8rem;
  }

  .lg\:hover\:-top-36:hover {
    top: -9rem;
  }

  .lg\:hover\:-right-36:hover {
    right: -9rem;
  }

  .lg\:hover\:-bottom-36:hover {
    bottom: -9rem;
  }

  .lg\:hover\:-left-36:hover {
    left: -9rem;
  }

  .lg\:hover\:-top-40:hover {
    top: -10rem;
  }

  .lg\:hover\:-right-40:hover {
    right: -10rem;
  }

  .lg\:hover\:-bottom-40:hover {
    bottom: -10rem;
  }

  .lg\:hover\:-left-40:hover {
    left: -10rem;
  }

  .lg\:hover\:-top-44:hover {
    top: -11rem;
  }

  .lg\:hover\:-right-44:hover {
    right: -11rem;
  }

  .lg\:hover\:-bottom-44:hover {
    bottom: -11rem;
  }

  .lg\:hover\:-left-44:hover {
    left: -11rem;
  }

  .lg\:hover\:-top-48:hover {
    top: -12rem;
  }

  .lg\:hover\:-right-48:hover {
    right: -12rem;
  }

  .lg\:hover\:-bottom-48:hover {
    bottom: -12rem;
  }

  .lg\:hover\:-left-48:hover {
    left: -12rem;
  }

  .lg\:hover\:-top-52:hover {
    top: -13rem;
  }

  .lg\:hover\:-right-52:hover {
    right: -13rem;
  }

  .lg\:hover\:-bottom-52:hover {
    bottom: -13rem;
  }

  .lg\:hover\:-left-52:hover {
    left: -13rem;
  }

  .lg\:hover\:-top-56:hover {
    top: -14rem;
  }

  .lg\:hover\:-right-56:hover {
    right: -14rem;
  }

  .lg\:hover\:-bottom-56:hover {
    bottom: -14rem;
  }

  .lg\:hover\:-left-56:hover {
    left: -14rem;
  }

  .lg\:hover\:-top-60:hover {
    top: -15rem;
  }

  .lg\:hover\:-right-60:hover {
    right: -15rem;
  }

  .lg\:hover\:-bottom-60:hover {
    bottom: -15rem;
  }

  .lg\:hover\:-left-60:hover {
    left: -15rem;
  }

  .lg\:hover\:-top-64:hover {
    top: -16rem;
  }

  .lg\:hover\:-right-64:hover {
    right: -16rem;
  }

  .lg\:hover\:-bottom-64:hover {
    bottom: -16rem;
  }

  .lg\:hover\:-left-64:hover {
    left: -16rem;
  }

  .lg\:hover\:-top-72:hover {
    top: -18rem;
  }

  .lg\:hover\:-right-72:hover {
    right: -18rem;
  }

  .lg\:hover\:-bottom-72:hover {
    bottom: -18rem;
  }

  .lg\:hover\:-left-72:hover {
    left: -18rem;
  }

  .lg\:hover\:-top-80:hover {
    top: -20rem;
  }

  .lg\:hover\:-right-80:hover {
    right: -20rem;
  }

  .lg\:hover\:-bottom-80:hover {
    bottom: -20rem;
  }

  .lg\:hover\:-left-80:hover {
    left: -20rem;
  }

  .lg\:hover\:-top-96:hover {
    top: -24rem;
  }

  .lg\:hover\:-right-96:hover {
    right: -24rem;
  }

  .lg\:hover\:-bottom-96:hover {
    bottom: -24rem;
  }

  .lg\:hover\:-left-96:hover {
    left: -24rem;
  }

  .lg\:hover\:-top-px:hover {
    top: -1px;
  }

  .lg\:hover\:-right-px:hover {
    right: -1px;
  }

  .lg\:hover\:-bottom-px:hover {
    bottom: -1px;
  }

  .lg\:hover\:-left-px:hover {
    left: -1px;
  }

  .lg\:hover\:-top-0\.5:hover {
    top: -0.125rem;
  }

  .lg\:hover\:-right-0\.5:hover {
    right: -0.125rem;
  }

  .lg\:hover\:-bottom-0\.5:hover {
    bottom: -0.125rem;
  }

  .lg\:hover\:-left-0\.5:hover {
    left: -0.125rem;
  }

  .lg\:hover\:-top-1\.5:hover {
    top: -0.375rem;
  }

  .lg\:hover\:-right-1\.5:hover {
    right: -0.375rem;
  }

  .lg\:hover\:-bottom-1\.5:hover {
    bottom: -0.375rem;
  }

  .lg\:hover\:-left-1\.5:hover {
    left: -0.375rem;
  }

  .lg\:hover\:-top-2\.5:hover {
    top: -0.625rem;
  }

  .lg\:hover\:-right-2\.5:hover {
    right: -0.625rem;
  }

  .lg\:hover\:-bottom-2\.5:hover {
    bottom: -0.625rem;
  }

  .lg\:hover\:-left-2\.5:hover {
    left: -0.625rem;
  }

  .lg\:hover\:-top-3\.5:hover {
    top: -0.875rem;
  }

  .lg\:hover\:-right-3\.5:hover {
    right: -0.875rem;
  }

  .lg\:hover\:-bottom-3\.5:hover {
    bottom: -0.875rem;
  }

  .lg\:hover\:-left-3\.5:hover {
    left: -0.875rem;
  }

  .lg\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .lg\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .lg\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .lg\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .lg\:hover\:top-1\/3:hover {
    top: 33.333333%;
  }

  .lg\:hover\:right-1\/3:hover {
    right: 33.333333%;
  }

  .lg\:hover\:bottom-1\/3:hover {
    bottom: 33.333333%;
  }

  .lg\:hover\:left-1\/3:hover {
    left: 33.333333%;
  }

  .lg\:hover\:top-2\/3:hover {
    top: 66.666667%;
  }

  .lg\:hover\:right-2\/3:hover {
    right: 66.666667%;
  }

  .lg\:hover\:bottom-2\/3:hover {
    bottom: 66.666667%;
  }

  .lg\:hover\:left-2\/3:hover {
    left: 66.666667%;
  }

  .lg\:hover\:top-1\/4:hover {
    top: 25%;
  }

  .lg\:hover\:right-1\/4:hover {
    right: 25%;
  }

  .lg\:hover\:bottom-1\/4:hover {
    bottom: 25%;
  }

  .lg\:hover\:left-1\/4:hover {
    left: 25%;
  }

  .lg\:hover\:top-2\/4:hover {
    top: 50%;
  }

  .lg\:hover\:right-2\/4:hover {
    right: 50%;
  }

  .lg\:hover\:bottom-2\/4:hover {
    bottom: 50%;
  }

  .lg\:hover\:left-2\/4:hover {
    left: 50%;
  }

  .lg\:hover\:top-3\/4:hover {
    top: 75%;
  }

  .lg\:hover\:right-3\/4:hover {
    right: 75%;
  }

  .lg\:hover\:bottom-3\/4:hover {
    bottom: 75%;
  }

  .lg\:hover\:left-3\/4:hover {
    left: 75%;
  }

  .lg\:hover\:top-full:hover {
    top: 100%;
  }

  .lg\:hover\:right-full:hover {
    right: 100%;
  }

  .lg\:hover\:bottom-full:hover {
    bottom: 100%;
  }

  .lg\:hover\:left-full:hover {
    left: 100%;
  }

  .lg\:hover\:-top-1\/2:hover {
    top: -50%;
  }

  .lg\:hover\:-right-1\/2:hover {
    right: -50%;
  }

  .lg\:hover\:-bottom-1\/2:hover {
    bottom: -50%;
  }

  .lg\:hover\:-left-1\/2:hover {
    left: -50%;
  }

  .lg\:hover\:-top-1\/3:hover {
    top: -33.333333%;
  }

  .lg\:hover\:-right-1\/3:hover {
    right: -33.333333%;
  }

  .lg\:hover\:-bottom-1\/3:hover {
    bottom: -33.333333%;
  }

  .lg\:hover\:-left-1\/3:hover {
    left: -33.333333%;
  }

  .lg\:hover\:-top-2\/3:hover {
    top: -66.666667%;
  }

  .lg\:hover\:-right-2\/3:hover {
    right: -66.666667%;
  }

  .lg\:hover\:-bottom-2\/3:hover {
    bottom: -66.666667%;
  }

  .lg\:hover\:-left-2\/3:hover {
    left: -66.666667%;
  }

  .lg\:hover\:-top-1\/4:hover {
    top: -25%;
  }

  .lg\:hover\:-right-1\/4:hover {
    right: -25%;
  }

  .lg\:hover\:-bottom-1\/4:hover {
    bottom: -25%;
  }

  .lg\:hover\:-left-1\/4:hover {
    left: -25%;
  }

  .lg\:hover\:-top-2\/4:hover {
    top: -50%;
  }

  .lg\:hover\:-right-2\/4:hover {
    right: -50%;
  }

  .lg\:hover\:-bottom-2\/4:hover {
    bottom: -50%;
  }

  .lg\:hover\:-left-2\/4:hover {
    left: -50%;
  }

  .lg\:hover\:-top-3\/4:hover {
    top: -75%;
  }

  .lg\:hover\:-right-3\/4:hover {
    right: -75%;
  }

  .lg\:hover\:-bottom-3\/4:hover {
    bottom: -75%;
  }

  .lg\:hover\:-left-3\/4:hover {
    left: -75%;
  }

  .lg\:hover\:-top-full:hover {
    top: -100%;
  }

  .lg\:hover\:-right-full:hover {
    right: -100%;
  }

  .lg\:hover\:-bottom-full:hover {
    bottom: -100%;
  }

  .lg\:hover\:-left-full:hover {
    left: -100%;
  }

  .lg\:focus\:inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:focus\:inset-1:focus {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:focus\:inset-2:focus {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:focus\:inset-3:focus {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:focus\:inset-4:focus {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:focus\:inset-5:focus {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:focus\:inset-6:focus {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:focus\:inset-7:focus {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:focus\:inset-8:focus {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:focus\:inset-9:focus {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:focus\:inset-10:focus {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:focus\:inset-11:focus {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:focus\:inset-12:focus {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:focus\:inset-14:focus {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:focus\:inset-16:focus {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:focus\:inset-20:focus {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:focus\:inset-24:focus {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:focus\:inset-28:focus {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:focus\:inset-32:focus {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:focus\:inset-36:focus {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:focus\:inset-40:focus {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:focus\:inset-44:focus {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:focus\:inset-48:focus {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:focus\:inset-52:focus {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:focus\:inset-56:focus {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:focus\:inset-60:focus {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:focus\:inset-64:focus {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:focus\:inset-72:focus {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:focus\:inset-80:focus {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:focus\:inset-96:focus {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus\:inset-px:focus {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:focus\:inset-0\.5:focus {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:focus\:inset-1\.5:focus {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:focus\:inset-2\.5:focus {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:focus\:inset-3\.5:focus {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:focus\:-inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:focus\:-inset-1:focus {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:focus\:-inset-2:focus {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:focus\:-inset-3:focus {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:focus\:-inset-4:focus {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:focus\:-inset-5:focus {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:focus\:-inset-6:focus {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:focus\:-inset-7:focus {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:focus\:-inset-8:focus {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:focus\:-inset-9:focus {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:focus\:-inset-10:focus {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:focus\:-inset-11:focus {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:focus\:-inset-12:focus {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:focus\:-inset-14:focus {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:focus\:-inset-20:focus {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:focus\:-inset-24:focus {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:focus\:-inset-28:focus {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:focus\:-inset-32:focus {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:focus\:-inset-36:focus {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:focus\:-inset-40:focus {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:focus\:-inset-44:focus {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:focus\:-inset-48:focus {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:focus\:-inset-52:focus {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:focus\:-inset-56:focus {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:focus\:-inset-60:focus {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:focus\:-inset-64:focus {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:focus\:-inset-72:focus {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:focus\:-inset-80:focus {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:focus\:-inset-96:focus {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:focus\:-inset-px:focus {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:focus\:-inset-0\.5:focus {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:focus\:-inset-1\.5:focus {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:focus\:-inset-2\.5:focus {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:focus\:-inset-3\.5:focus {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:focus\:inset-1\/3:focus {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:focus\:inset-2\/3:focus {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:focus\:inset-1\/4:focus {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:focus\:inset-2\/4:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:focus\:inset-3\/4:focus {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:focus\:inset-full:focus {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:focus\:-inset-1\/2:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:focus\:-inset-1\/3:focus {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:focus\:-inset-2\/3:focus {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:focus\:-inset-1\/4:focus {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:focus\:-inset-2\/4:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:focus\:-inset-3\/4:focus {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:focus\:-inset-full:focus {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:focus\:inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .lg\:focus\:inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .lg\:focus\:inset-y-1:focus {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:focus\:inset-x-1:focus {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:focus\:inset-y-2:focus {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:focus\:inset-x-2:focus {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:focus\:inset-y-3:focus {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:focus\:inset-x-3:focus {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:focus\:inset-y-4:focus {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:focus\:inset-x-4:focus {
    right: 1rem;
    left: 1rem;
  }

  .lg\:focus\:inset-y-5:focus {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:focus\:inset-x-5:focus {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:focus\:inset-y-6:focus {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:focus\:inset-x-6:focus {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:focus\:inset-y-7:focus {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:focus\:inset-x-7:focus {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:focus\:inset-y-8:focus {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:focus\:inset-x-8:focus {
    right: 2rem;
    left: 2rem;
  }

  .lg\:focus\:inset-y-9:focus {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:focus\:inset-x-9:focus {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:focus\:inset-y-10:focus {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:focus\:inset-x-10:focus {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:focus\:inset-y-11:focus {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:focus\:inset-x-11:focus {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:focus\:inset-y-12:focus {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:focus\:inset-x-12:focus {
    right: 3rem;
    left: 3rem;
  }

  .lg\:focus\:inset-y-14:focus {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:focus\:inset-x-14:focus {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:focus\:inset-y-16:focus {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:focus\:inset-x-16:focus {
    right: 4rem;
    left: 4rem;
  }

  .lg\:focus\:inset-y-20:focus {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:focus\:inset-x-20:focus {
    right: 5rem;
    left: 5rem;
  }

  .lg\:focus\:inset-y-24:focus {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:focus\:inset-x-24:focus {
    right: 6rem;
    left: 6rem;
  }

  .lg\:focus\:inset-y-28:focus {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:focus\:inset-x-28:focus {
    right: 7rem;
    left: 7rem;
  }

  .lg\:focus\:inset-y-32:focus {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:focus\:inset-x-32:focus {
    right: 8rem;
    left: 8rem;
  }

  .lg\:focus\:inset-y-36:focus {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:focus\:inset-x-36:focus {
    right: 9rem;
    left: 9rem;
  }

  .lg\:focus\:inset-y-40:focus {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:focus\:inset-x-40:focus {
    right: 10rem;
    left: 10rem;
  }

  .lg\:focus\:inset-y-44:focus {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:focus\:inset-x-44:focus {
    right: 11rem;
    left: 11rem;
  }

  .lg\:focus\:inset-y-48:focus {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:focus\:inset-x-48:focus {
    right: 12rem;
    left: 12rem;
  }

  .lg\:focus\:inset-y-52:focus {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:focus\:inset-x-52:focus {
    right: 13rem;
    left: 13rem;
  }

  .lg\:focus\:inset-y-56:focus {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:focus\:inset-x-56:focus {
    right: 14rem;
    left: 14rem;
  }

  .lg\:focus\:inset-y-60:focus {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:focus\:inset-x-60:focus {
    right: 15rem;
    left: 15rem;
  }

  .lg\:focus\:inset-y-64:focus {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:focus\:inset-x-64:focus {
    right: 16rem;
    left: 16rem;
  }

  .lg\:focus\:inset-y-72:focus {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:focus\:inset-x-72:focus {
    right: 18rem;
    left: 18rem;
  }

  .lg\:focus\:inset-y-80:focus {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:focus\:inset-x-80:focus {
    right: 20rem;
    left: 20rem;
  }

  .lg\:focus\:inset-y-96:focus {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:focus\:inset-x-96:focus {
    right: 24rem;
    left: 24rem;
  }

  .lg\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .lg\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .lg\:focus\:inset-y-px:focus {
    top: 1px;
    bottom: 1px;
  }

  .lg\:focus\:inset-x-px:focus {
    right: 1px;
    left: 1px;
  }

  .lg\:focus\:inset-y-0\.5:focus {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:focus\:inset-x-0\.5:focus {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:focus\:inset-y-1\.5:focus {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:focus\:inset-x-1\.5:focus {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:focus\:inset-y-2\.5:focus {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:focus\:inset-x-2\.5:focus {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:focus\:inset-y-3\.5:focus {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:focus\:inset-x-3\.5:focus {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:focus\:-inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .lg\:focus\:-inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .lg\:focus\:-inset-y-1:focus {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:focus\:-inset-x-1:focus {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:focus\:-inset-y-2:focus {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:focus\:-inset-x-2:focus {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:focus\:-inset-y-3:focus {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:focus\:-inset-x-3:focus {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:focus\:-inset-y-4:focus {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:focus\:-inset-x-4:focus {
    right: -1rem;
    left: -1rem;
  }

  .lg\:focus\:-inset-y-5:focus {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:focus\:-inset-x-5:focus {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:focus\:-inset-y-6:focus {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:focus\:-inset-x-6:focus {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:focus\:-inset-y-7:focus {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:focus\:-inset-x-7:focus {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:focus\:-inset-y-8:focus {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:focus\:-inset-x-8:focus {
    right: -2rem;
    left: -2rem;
  }

  .lg\:focus\:-inset-y-9:focus {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:focus\:-inset-x-9:focus {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:focus\:-inset-y-10:focus {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:focus\:-inset-x-10:focus {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:focus\:-inset-y-11:focus {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:focus\:-inset-x-11:focus {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:focus\:-inset-y-12:focus {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:focus\:-inset-x-12:focus {
    right: -3rem;
    left: -3rem;
  }

  .lg\:focus\:-inset-y-14:focus {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:focus\:-inset-x-14:focus {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .lg\:focus\:-inset-y-20:focus {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:focus\:-inset-x-20:focus {
    right: -5rem;
    left: -5rem;
  }

  .lg\:focus\:-inset-y-24:focus {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:focus\:-inset-x-24:focus {
    right: -6rem;
    left: -6rem;
  }

  .lg\:focus\:-inset-y-28:focus {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:focus\:-inset-x-28:focus {
    right: -7rem;
    left: -7rem;
  }

  .lg\:focus\:-inset-y-32:focus {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:focus\:-inset-x-32:focus {
    right: -8rem;
    left: -8rem;
  }

  .lg\:focus\:-inset-y-36:focus {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:focus\:-inset-x-36:focus {
    right: -9rem;
    left: -9rem;
  }

  .lg\:focus\:-inset-y-40:focus {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:focus\:-inset-x-40:focus {
    right: -10rem;
    left: -10rem;
  }

  .lg\:focus\:-inset-y-44:focus {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:focus\:-inset-x-44:focus {
    right: -11rem;
    left: -11rem;
  }

  .lg\:focus\:-inset-y-48:focus {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:focus\:-inset-x-48:focus {
    right: -12rem;
    left: -12rem;
  }

  .lg\:focus\:-inset-y-52:focus {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:focus\:-inset-x-52:focus {
    right: -13rem;
    left: -13rem;
  }

  .lg\:focus\:-inset-y-56:focus {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:focus\:-inset-x-56:focus {
    right: -14rem;
    left: -14rem;
  }

  .lg\:focus\:-inset-y-60:focus {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:focus\:-inset-x-60:focus {
    right: -15rem;
    left: -15rem;
  }

  .lg\:focus\:-inset-y-64:focus {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:focus\:-inset-x-64:focus {
    right: -16rem;
    left: -16rem;
  }

  .lg\:focus\:-inset-y-72:focus {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:focus\:-inset-x-72:focus {
    right: -18rem;
    left: -18rem;
  }

  .lg\:focus\:-inset-y-80:focus {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:focus\:-inset-x-80:focus {
    right: -20rem;
    left: -20rem;
  }

  .lg\:focus\:-inset-y-96:focus {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:focus\:-inset-x-96:focus {
    right: -24rem;
    left: -24rem;
  }

  .lg\:focus\:-inset-y-px:focus {
    top: -1px;
    bottom: -1px;
  }

  .lg\:focus\:-inset-x-px:focus {
    right: -1px;
    left: -1px;
  }

  .lg\:focus\:-inset-y-0\.5:focus {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:focus\:-inset-x-0\.5:focus {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:focus\:-inset-y-1\.5:focus {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:focus\:-inset-x-1\.5:focus {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:focus\:-inset-y-2\.5:focus {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:focus\:-inset-x-2\.5:focus {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:focus\:-inset-y-3\.5:focus {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:focus\:-inset-x-3\.5:focus {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .lg\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .lg\:focus\:inset-y-1\/3:focus {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:focus\:inset-x-1\/3:focus {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:focus\:inset-y-2\/3:focus {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:focus\:inset-x-2\/3:focus {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:focus\:inset-y-1\/4:focus {
    top: 25%;
    bottom: 25%;
  }

  .lg\:focus\:inset-x-1\/4:focus {
    right: 25%;
    left: 25%;
  }

  .lg\:focus\:inset-y-2\/4:focus {
    top: 50%;
    bottom: 50%;
  }

  .lg\:focus\:inset-x-2\/4:focus {
    right: 50%;
    left: 50%;
  }

  .lg\:focus\:inset-y-3\/4:focus {
    top: 75%;
    bottom: 75%;
  }

  .lg\:focus\:inset-x-3\/4:focus {
    right: 75%;
    left: 75%;
  }

  .lg\:focus\:inset-y-full:focus {
    top: 100%;
    bottom: 100%;
  }

  .lg\:focus\:inset-x-full:focus {
    right: 100%;
    left: 100%;
  }

  .lg\:focus\:-inset-y-1\/2:focus {
    top: -50%;
    bottom: -50%;
  }

  .lg\:focus\:-inset-x-1\/2:focus {
    right: -50%;
    left: -50%;
  }

  .lg\:focus\:-inset-y-1\/3:focus {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:focus\:-inset-x-1\/3:focus {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:focus\:-inset-y-2\/3:focus {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:focus\:-inset-x-2\/3:focus {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:focus\:-inset-y-1\/4:focus {
    top: -25%;
    bottom: -25%;
  }

  .lg\:focus\:-inset-x-1\/4:focus {
    right: -25%;
    left: -25%;
  }

  .lg\:focus\:-inset-y-2\/4:focus {
    top: -50%;
    bottom: -50%;
  }

  .lg\:focus\:-inset-x-2\/4:focus {
    right: -50%;
    left: -50%;
  }

  .lg\:focus\:-inset-y-3\/4:focus {
    top: -75%;
    bottom: -75%;
  }

  .lg\:focus\:-inset-x-3\/4:focus {
    right: -75%;
    left: -75%;
  }

  .lg\:focus\:-inset-y-full:focus {
    top: -100%;
    bottom: -100%;
  }

  .lg\:focus\:-inset-x-full:focus {
    right: -100%;
    left: -100%;
  }

  .lg\:focus\:top-0:focus {
    top: 0px;
  }

  .lg\:focus\:right-0:focus {
    right: 0px;
  }

  .lg\:focus\:bottom-0:focus {
    bottom: 0px;
  }

  .lg\:focus\:left-0:focus {
    left: 0px;
  }

  .lg\:focus\:top-1:focus {
    top: 0.25rem;
  }

  .lg\:focus\:right-1:focus {
    right: 0.25rem;
  }

  .lg\:focus\:bottom-1:focus {
    bottom: 0.25rem;
  }

  .lg\:focus\:left-1:focus {
    left: 0.25rem;
  }

  .lg\:focus\:top-2:focus {
    top: 0.5rem;
  }

  .lg\:focus\:right-2:focus {
    right: 0.5rem;
  }

  .lg\:focus\:bottom-2:focus {
    bottom: 0.5rem;
  }

  .lg\:focus\:left-2:focus {
    left: 0.5rem;
  }

  .lg\:focus\:top-3:focus {
    top: 0.75rem;
  }

  .lg\:focus\:right-3:focus {
    right: 0.75rem;
  }

  .lg\:focus\:bottom-3:focus {
    bottom: 0.75rem;
  }

  .lg\:focus\:left-3:focus {
    left: 0.75rem;
  }

  .lg\:focus\:top-4:focus {
    top: 1rem;
  }

  .lg\:focus\:right-4:focus {
    right: 1rem;
  }

  .lg\:focus\:bottom-4:focus {
    bottom: 1rem;
  }

  .lg\:focus\:left-4:focus {
    left: 1rem;
  }

  .lg\:focus\:top-5:focus {
    top: 1.25rem;
  }

  .lg\:focus\:right-5:focus {
    right: 1.25rem;
  }

  .lg\:focus\:bottom-5:focus {
    bottom: 1.25rem;
  }

  .lg\:focus\:left-5:focus {
    left: 1.25rem;
  }

  .lg\:focus\:top-6:focus {
    top: 1.5rem;
  }

  .lg\:focus\:right-6:focus {
    right: 1.5rem;
  }

  .lg\:focus\:bottom-6:focus {
    bottom: 1.5rem;
  }

  .lg\:focus\:left-6:focus {
    left: 1.5rem;
  }

  .lg\:focus\:top-7:focus {
    top: 1.75rem;
  }

  .lg\:focus\:right-7:focus {
    right: 1.75rem;
  }

  .lg\:focus\:bottom-7:focus {
    bottom: 1.75rem;
  }

  .lg\:focus\:left-7:focus {
    left: 1.75rem;
  }

  .lg\:focus\:top-8:focus {
    top: 2rem;
  }

  .lg\:focus\:right-8:focus {
    right: 2rem;
  }

  .lg\:focus\:bottom-8:focus {
    bottom: 2rem;
  }

  .lg\:focus\:left-8:focus {
    left: 2rem;
  }

  .lg\:focus\:top-9:focus {
    top: 2.25rem;
  }

  .lg\:focus\:right-9:focus {
    right: 2.25rem;
  }

  .lg\:focus\:bottom-9:focus {
    bottom: 2.25rem;
  }

  .lg\:focus\:left-9:focus {
    left: 2.25rem;
  }

  .lg\:focus\:top-10:focus {
    top: 2.5rem;
  }

  .lg\:focus\:right-10:focus {
    right: 2.5rem;
  }

  .lg\:focus\:bottom-10:focus {
    bottom: 2.5rem;
  }

  .lg\:focus\:left-10:focus {
    left: 2.5rem;
  }

  .lg\:focus\:top-11:focus {
    top: 2.75rem;
  }

  .lg\:focus\:right-11:focus {
    right: 2.75rem;
  }

  .lg\:focus\:bottom-11:focus {
    bottom: 2.75rem;
  }

  .lg\:focus\:left-11:focus {
    left: 2.75rem;
  }

  .lg\:focus\:top-12:focus {
    top: 3rem;
  }

  .lg\:focus\:right-12:focus {
    right: 3rem;
  }

  .lg\:focus\:bottom-12:focus {
    bottom: 3rem;
  }

  .lg\:focus\:left-12:focus {
    left: 3rem;
  }

  .lg\:focus\:top-14:focus {
    top: 3.5rem;
  }

  .lg\:focus\:right-14:focus {
    right: 3.5rem;
  }

  .lg\:focus\:bottom-14:focus {
    bottom: 3.5rem;
  }

  .lg\:focus\:left-14:focus {
    left: 3.5rem;
  }

  .lg\:focus\:top-16:focus {
    top: 4rem;
  }

  .lg\:focus\:right-16:focus {
    right: 4rem;
  }

  .lg\:focus\:bottom-16:focus {
    bottom: 4rem;
  }

  .lg\:focus\:left-16:focus {
    left: 4rem;
  }

  .lg\:focus\:top-20:focus {
    top: 5rem;
  }

  .lg\:focus\:right-20:focus {
    right: 5rem;
  }

  .lg\:focus\:bottom-20:focus {
    bottom: 5rem;
  }

  .lg\:focus\:left-20:focus {
    left: 5rem;
  }

  .lg\:focus\:top-24:focus {
    top: 6rem;
  }

  .lg\:focus\:right-24:focus {
    right: 6rem;
  }

  .lg\:focus\:bottom-24:focus {
    bottom: 6rem;
  }

  .lg\:focus\:left-24:focus {
    left: 6rem;
  }

  .lg\:focus\:top-28:focus {
    top: 7rem;
  }

  .lg\:focus\:right-28:focus {
    right: 7rem;
  }

  .lg\:focus\:bottom-28:focus {
    bottom: 7rem;
  }

  .lg\:focus\:left-28:focus {
    left: 7rem;
  }

  .lg\:focus\:top-32:focus {
    top: 8rem;
  }

  .lg\:focus\:right-32:focus {
    right: 8rem;
  }

  .lg\:focus\:bottom-32:focus {
    bottom: 8rem;
  }

  .lg\:focus\:left-32:focus {
    left: 8rem;
  }

  .lg\:focus\:top-36:focus {
    top: 9rem;
  }

  .lg\:focus\:right-36:focus {
    right: 9rem;
  }

  .lg\:focus\:bottom-36:focus {
    bottom: 9rem;
  }

  .lg\:focus\:left-36:focus {
    left: 9rem;
  }

  .lg\:focus\:top-40:focus {
    top: 10rem;
  }

  .lg\:focus\:right-40:focus {
    right: 10rem;
  }

  .lg\:focus\:bottom-40:focus {
    bottom: 10rem;
  }

  .lg\:focus\:left-40:focus {
    left: 10rem;
  }

  .lg\:focus\:top-44:focus {
    top: 11rem;
  }

  .lg\:focus\:right-44:focus {
    right: 11rem;
  }

  .lg\:focus\:bottom-44:focus {
    bottom: 11rem;
  }

  .lg\:focus\:left-44:focus {
    left: 11rem;
  }

  .lg\:focus\:top-48:focus {
    top: 12rem;
  }

  .lg\:focus\:right-48:focus {
    right: 12rem;
  }

  .lg\:focus\:bottom-48:focus {
    bottom: 12rem;
  }

  .lg\:focus\:left-48:focus {
    left: 12rem;
  }

  .lg\:focus\:top-52:focus {
    top: 13rem;
  }

  .lg\:focus\:right-52:focus {
    right: 13rem;
  }

  .lg\:focus\:bottom-52:focus {
    bottom: 13rem;
  }

  .lg\:focus\:left-52:focus {
    left: 13rem;
  }

  .lg\:focus\:top-56:focus {
    top: 14rem;
  }

  .lg\:focus\:right-56:focus {
    right: 14rem;
  }

  .lg\:focus\:bottom-56:focus {
    bottom: 14rem;
  }

  .lg\:focus\:left-56:focus {
    left: 14rem;
  }

  .lg\:focus\:top-60:focus {
    top: 15rem;
  }

  .lg\:focus\:right-60:focus {
    right: 15rem;
  }

  .lg\:focus\:bottom-60:focus {
    bottom: 15rem;
  }

  .lg\:focus\:left-60:focus {
    left: 15rem;
  }

  .lg\:focus\:top-64:focus {
    top: 16rem;
  }

  .lg\:focus\:right-64:focus {
    right: 16rem;
  }

  .lg\:focus\:bottom-64:focus {
    bottom: 16rem;
  }

  .lg\:focus\:left-64:focus {
    left: 16rem;
  }

  .lg\:focus\:top-72:focus {
    top: 18rem;
  }

  .lg\:focus\:right-72:focus {
    right: 18rem;
  }

  .lg\:focus\:bottom-72:focus {
    bottom: 18rem;
  }

  .lg\:focus\:left-72:focus {
    left: 18rem;
  }

  .lg\:focus\:top-80:focus {
    top: 20rem;
  }

  .lg\:focus\:right-80:focus {
    right: 20rem;
  }

  .lg\:focus\:bottom-80:focus {
    bottom: 20rem;
  }

  .lg\:focus\:left-80:focus {
    left: 20rem;
  }

  .lg\:focus\:top-96:focus {
    top: 24rem;
  }

  .lg\:focus\:right-96:focus {
    right: 24rem;
  }

  .lg\:focus\:bottom-96:focus {
    bottom: 24rem;
  }

  .lg\:focus\:left-96:focus {
    left: 24rem;
  }

  .lg\:focus\:top-auto:focus {
    top: auto;
  }

  .lg\:focus\:right-auto:focus {
    right: auto;
  }

  .lg\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .lg\:focus\:left-auto:focus {
    left: auto;
  }

  .lg\:focus\:top-px:focus {
    top: 1px;
  }

  .lg\:focus\:right-px:focus {
    right: 1px;
  }

  .lg\:focus\:bottom-px:focus {
    bottom: 1px;
  }

  .lg\:focus\:left-px:focus {
    left: 1px;
  }

  .lg\:focus\:top-0\.5:focus {
    top: 0.125rem;
  }

  .lg\:focus\:right-0\.5:focus {
    right: 0.125rem;
  }

  .lg\:focus\:bottom-0\.5:focus {
    bottom: 0.125rem;
  }

  .lg\:focus\:left-0\.5:focus {
    left: 0.125rem;
  }

  .lg\:focus\:top-1\.5:focus {
    top: 0.375rem;
  }

  .lg\:focus\:right-1\.5:focus {
    right: 0.375rem;
  }

  .lg\:focus\:bottom-1\.5:focus {
    bottom: 0.375rem;
  }

  .lg\:focus\:left-1\.5:focus {
    left: 0.375rem;
  }

  .lg\:focus\:top-2\.5:focus {
    top: 0.625rem;
  }

  .lg\:focus\:right-2\.5:focus {
    right: 0.625rem;
  }

  .lg\:focus\:bottom-2\.5:focus {
    bottom: 0.625rem;
  }

  .lg\:focus\:left-2\.5:focus {
    left: 0.625rem;
  }

  .lg\:focus\:top-3\.5:focus {
    top: 0.875rem;
  }

  .lg\:focus\:right-3\.5:focus {
    right: 0.875rem;
  }

  .lg\:focus\:bottom-3\.5:focus {
    bottom: 0.875rem;
  }

  .lg\:focus\:left-3\.5:focus {
    left: 0.875rem;
  }

  .lg\:focus\:-top-0:focus {
    top: 0px;
  }

  .lg\:focus\:-right-0:focus {
    right: 0px;
  }

  .lg\:focus\:-bottom-0:focus {
    bottom: 0px;
  }

  .lg\:focus\:-left-0:focus {
    left: 0px;
  }

  .lg\:focus\:-top-1:focus {
    top: -0.25rem;
  }

  .lg\:focus\:-right-1:focus {
    right: -0.25rem;
  }

  .lg\:focus\:-bottom-1:focus {
    bottom: -0.25rem;
  }

  .lg\:focus\:-left-1:focus {
    left: -0.25rem;
  }

  .lg\:focus\:-top-2:focus {
    top: -0.5rem;
  }

  .lg\:focus\:-right-2:focus {
    right: -0.5rem;
  }

  .lg\:focus\:-bottom-2:focus {
    bottom: -0.5rem;
  }

  .lg\:focus\:-left-2:focus {
    left: -0.5rem;
  }

  .lg\:focus\:-top-3:focus {
    top: -0.75rem;
  }

  .lg\:focus\:-right-3:focus {
    right: -0.75rem;
  }

  .lg\:focus\:-bottom-3:focus {
    bottom: -0.75rem;
  }

  .lg\:focus\:-left-3:focus {
    left: -0.75rem;
  }

  .lg\:focus\:-top-4:focus {
    top: -1rem;
  }

  .lg\:focus\:-right-4:focus {
    right: -1rem;
  }

  .lg\:focus\:-bottom-4:focus {
    bottom: -1rem;
  }

  .lg\:focus\:-left-4:focus {
    left: -1rem;
  }

  .lg\:focus\:-top-5:focus {
    top: -1.25rem;
  }

  .lg\:focus\:-right-5:focus {
    right: -1.25rem;
  }

  .lg\:focus\:-bottom-5:focus {
    bottom: -1.25rem;
  }

  .lg\:focus\:-left-5:focus {
    left: -1.25rem;
  }

  .lg\:focus\:-top-6:focus {
    top: -1.5rem;
  }

  .lg\:focus\:-right-6:focus {
    right: -1.5rem;
  }

  .lg\:focus\:-bottom-6:focus {
    bottom: -1.5rem;
  }

  .lg\:focus\:-left-6:focus {
    left: -1.5rem;
  }

  .lg\:focus\:-top-7:focus {
    top: -1.75rem;
  }

  .lg\:focus\:-right-7:focus {
    right: -1.75rem;
  }

  .lg\:focus\:-bottom-7:focus {
    bottom: -1.75rem;
  }

  .lg\:focus\:-left-7:focus {
    left: -1.75rem;
  }

  .lg\:focus\:-top-8:focus {
    top: -2rem;
  }

  .lg\:focus\:-right-8:focus {
    right: -2rem;
  }

  .lg\:focus\:-bottom-8:focus {
    bottom: -2rem;
  }

  .lg\:focus\:-left-8:focus {
    left: -2rem;
  }

  .lg\:focus\:-top-9:focus {
    top: -2.25rem;
  }

  .lg\:focus\:-right-9:focus {
    right: -2.25rem;
  }

  .lg\:focus\:-bottom-9:focus {
    bottom: -2.25rem;
  }

  .lg\:focus\:-left-9:focus {
    left: -2.25rem;
  }

  .lg\:focus\:-top-10:focus {
    top: -2.5rem;
  }

  .lg\:focus\:-right-10:focus {
    right: -2.5rem;
  }

  .lg\:focus\:-bottom-10:focus {
    bottom: -2.5rem;
  }

  .lg\:focus\:-left-10:focus {
    left: -2.5rem;
  }

  .lg\:focus\:-top-11:focus {
    top: -2.75rem;
  }

  .lg\:focus\:-right-11:focus {
    right: -2.75rem;
  }

  .lg\:focus\:-bottom-11:focus {
    bottom: -2.75rem;
  }

  .lg\:focus\:-left-11:focus {
    left: -2.75rem;
  }

  .lg\:focus\:-top-12:focus {
    top: -3rem;
  }

  .lg\:focus\:-right-12:focus {
    right: -3rem;
  }

  .lg\:focus\:-bottom-12:focus {
    bottom: -3rem;
  }

  .lg\:focus\:-left-12:focus {
    left: -3rem;
  }

  .lg\:focus\:-top-14:focus {
    top: -3.5rem;
  }

  .lg\:focus\:-right-14:focus {
    right: -3.5rem;
  }

  .lg\:focus\:-bottom-14:focus {
    bottom: -3.5rem;
  }

  .lg\:focus\:-left-14:focus {
    left: -3.5rem;
  }

  .lg\:focus\:-top-16:focus {
    top: -4rem;
  }

  .lg\:focus\:-right-16:focus {
    right: -4rem;
  }

  .lg\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .lg\:focus\:-left-16:focus {
    left: -4rem;
  }

  .lg\:focus\:-top-20:focus {
    top: -5rem;
  }

  .lg\:focus\:-right-20:focus {
    right: -5rem;
  }

  .lg\:focus\:-bottom-20:focus {
    bottom: -5rem;
  }

  .lg\:focus\:-left-20:focus {
    left: -5rem;
  }

  .lg\:focus\:-top-24:focus {
    top: -6rem;
  }

  .lg\:focus\:-right-24:focus {
    right: -6rem;
  }

  .lg\:focus\:-bottom-24:focus {
    bottom: -6rem;
  }

  .lg\:focus\:-left-24:focus {
    left: -6rem;
  }

  .lg\:focus\:-top-28:focus {
    top: -7rem;
  }

  .lg\:focus\:-right-28:focus {
    right: -7rem;
  }

  .lg\:focus\:-bottom-28:focus {
    bottom: -7rem;
  }

  .lg\:focus\:-left-28:focus {
    left: -7rem;
  }

  .lg\:focus\:-top-32:focus {
    top: -8rem;
  }

  .lg\:focus\:-right-32:focus {
    right: -8rem;
  }

  .lg\:focus\:-bottom-32:focus {
    bottom: -8rem;
  }

  .lg\:focus\:-left-32:focus {
    left: -8rem;
  }

  .lg\:focus\:-top-36:focus {
    top: -9rem;
  }

  .lg\:focus\:-right-36:focus {
    right: -9rem;
  }

  .lg\:focus\:-bottom-36:focus {
    bottom: -9rem;
  }

  .lg\:focus\:-left-36:focus {
    left: -9rem;
  }

  .lg\:focus\:-top-40:focus {
    top: -10rem;
  }

  .lg\:focus\:-right-40:focus {
    right: -10rem;
  }

  .lg\:focus\:-bottom-40:focus {
    bottom: -10rem;
  }

  .lg\:focus\:-left-40:focus {
    left: -10rem;
  }

  .lg\:focus\:-top-44:focus {
    top: -11rem;
  }

  .lg\:focus\:-right-44:focus {
    right: -11rem;
  }

  .lg\:focus\:-bottom-44:focus {
    bottom: -11rem;
  }

  .lg\:focus\:-left-44:focus {
    left: -11rem;
  }

  .lg\:focus\:-top-48:focus {
    top: -12rem;
  }

  .lg\:focus\:-right-48:focus {
    right: -12rem;
  }

  .lg\:focus\:-bottom-48:focus {
    bottom: -12rem;
  }

  .lg\:focus\:-left-48:focus {
    left: -12rem;
  }

  .lg\:focus\:-top-52:focus {
    top: -13rem;
  }

  .lg\:focus\:-right-52:focus {
    right: -13rem;
  }

  .lg\:focus\:-bottom-52:focus {
    bottom: -13rem;
  }

  .lg\:focus\:-left-52:focus {
    left: -13rem;
  }

  .lg\:focus\:-top-56:focus {
    top: -14rem;
  }

  .lg\:focus\:-right-56:focus {
    right: -14rem;
  }

  .lg\:focus\:-bottom-56:focus {
    bottom: -14rem;
  }

  .lg\:focus\:-left-56:focus {
    left: -14rem;
  }

  .lg\:focus\:-top-60:focus {
    top: -15rem;
  }

  .lg\:focus\:-right-60:focus {
    right: -15rem;
  }

  .lg\:focus\:-bottom-60:focus {
    bottom: -15rem;
  }

  .lg\:focus\:-left-60:focus {
    left: -15rem;
  }

  .lg\:focus\:-top-64:focus {
    top: -16rem;
  }

  .lg\:focus\:-right-64:focus {
    right: -16rem;
  }

  .lg\:focus\:-bottom-64:focus {
    bottom: -16rem;
  }

  .lg\:focus\:-left-64:focus {
    left: -16rem;
  }

  .lg\:focus\:-top-72:focus {
    top: -18rem;
  }

  .lg\:focus\:-right-72:focus {
    right: -18rem;
  }

  .lg\:focus\:-bottom-72:focus {
    bottom: -18rem;
  }

  .lg\:focus\:-left-72:focus {
    left: -18rem;
  }

  .lg\:focus\:-top-80:focus {
    top: -20rem;
  }

  .lg\:focus\:-right-80:focus {
    right: -20rem;
  }

  .lg\:focus\:-bottom-80:focus {
    bottom: -20rem;
  }

  .lg\:focus\:-left-80:focus {
    left: -20rem;
  }

  .lg\:focus\:-top-96:focus {
    top: -24rem;
  }

  .lg\:focus\:-right-96:focus {
    right: -24rem;
  }

  .lg\:focus\:-bottom-96:focus {
    bottom: -24rem;
  }

  .lg\:focus\:-left-96:focus {
    left: -24rem;
  }

  .lg\:focus\:-top-px:focus {
    top: -1px;
  }

  .lg\:focus\:-right-px:focus {
    right: -1px;
  }

  .lg\:focus\:-bottom-px:focus {
    bottom: -1px;
  }

  .lg\:focus\:-left-px:focus {
    left: -1px;
  }

  .lg\:focus\:-top-0\.5:focus {
    top: -0.125rem;
  }

  .lg\:focus\:-right-0\.5:focus {
    right: -0.125rem;
  }

  .lg\:focus\:-bottom-0\.5:focus {
    bottom: -0.125rem;
  }

  .lg\:focus\:-left-0\.5:focus {
    left: -0.125rem;
  }

  .lg\:focus\:-top-1\.5:focus {
    top: -0.375rem;
  }

  .lg\:focus\:-right-1\.5:focus {
    right: -0.375rem;
  }

  .lg\:focus\:-bottom-1\.5:focus {
    bottom: -0.375rem;
  }

  .lg\:focus\:-left-1\.5:focus {
    left: -0.375rem;
  }

  .lg\:focus\:-top-2\.5:focus {
    top: -0.625rem;
  }

  .lg\:focus\:-right-2\.5:focus {
    right: -0.625rem;
  }

  .lg\:focus\:-bottom-2\.5:focus {
    bottom: -0.625rem;
  }

  .lg\:focus\:-left-2\.5:focus {
    left: -0.625rem;
  }

  .lg\:focus\:-top-3\.5:focus {
    top: -0.875rem;
  }

  .lg\:focus\:-right-3\.5:focus {
    right: -0.875rem;
  }

  .lg\:focus\:-bottom-3\.5:focus {
    bottom: -0.875rem;
  }

  .lg\:focus\:-left-3\.5:focus {
    left: -0.875rem;
  }

  .lg\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .lg\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .lg\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .lg\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .lg\:focus\:top-1\/3:focus {
    top: 33.333333%;
  }

  .lg\:focus\:right-1\/3:focus {
    right: 33.333333%;
  }

  .lg\:focus\:bottom-1\/3:focus {
    bottom: 33.333333%;
  }

  .lg\:focus\:left-1\/3:focus {
    left: 33.333333%;
  }

  .lg\:focus\:top-2\/3:focus {
    top: 66.666667%;
  }

  .lg\:focus\:right-2\/3:focus {
    right: 66.666667%;
  }

  .lg\:focus\:bottom-2\/3:focus {
    bottom: 66.666667%;
  }

  .lg\:focus\:left-2\/3:focus {
    left: 66.666667%;
  }

  .lg\:focus\:top-1\/4:focus {
    top: 25%;
  }

  .lg\:focus\:right-1\/4:focus {
    right: 25%;
  }

  .lg\:focus\:bottom-1\/4:focus {
    bottom: 25%;
  }

  .lg\:focus\:left-1\/4:focus {
    left: 25%;
  }

  .lg\:focus\:top-2\/4:focus {
    top: 50%;
  }

  .lg\:focus\:right-2\/4:focus {
    right: 50%;
  }

  .lg\:focus\:bottom-2\/4:focus {
    bottom: 50%;
  }

  .lg\:focus\:left-2\/4:focus {
    left: 50%;
  }

  .lg\:focus\:top-3\/4:focus {
    top: 75%;
  }

  .lg\:focus\:right-3\/4:focus {
    right: 75%;
  }

  .lg\:focus\:bottom-3\/4:focus {
    bottom: 75%;
  }

  .lg\:focus\:left-3\/4:focus {
    left: 75%;
  }

  .lg\:focus\:top-full:focus {
    top: 100%;
  }

  .lg\:focus\:right-full:focus {
    right: 100%;
  }

  .lg\:focus\:bottom-full:focus {
    bottom: 100%;
  }

  .lg\:focus\:left-full:focus {
    left: 100%;
  }

  .lg\:focus\:-top-1\/2:focus {
    top: -50%;
  }

  .lg\:focus\:-right-1\/2:focus {
    right: -50%;
  }

  .lg\:focus\:-bottom-1\/2:focus {
    bottom: -50%;
  }

  .lg\:focus\:-left-1\/2:focus {
    left: -50%;
  }

  .lg\:focus\:-top-1\/3:focus {
    top: -33.333333%;
  }

  .lg\:focus\:-right-1\/3:focus {
    right: -33.333333%;
  }

  .lg\:focus\:-bottom-1\/3:focus {
    bottom: -33.333333%;
  }

  .lg\:focus\:-left-1\/3:focus {
    left: -33.333333%;
  }

  .lg\:focus\:-top-2\/3:focus {
    top: -66.666667%;
  }

  .lg\:focus\:-right-2\/3:focus {
    right: -66.666667%;
  }

  .lg\:focus\:-bottom-2\/3:focus {
    bottom: -66.666667%;
  }

  .lg\:focus\:-left-2\/3:focus {
    left: -66.666667%;
  }

  .lg\:focus\:-top-1\/4:focus {
    top: -25%;
  }

  .lg\:focus\:-right-1\/4:focus {
    right: -25%;
  }

  .lg\:focus\:-bottom-1\/4:focus {
    bottom: -25%;
  }

  .lg\:focus\:-left-1\/4:focus {
    left: -25%;
  }

  .lg\:focus\:-top-2\/4:focus {
    top: -50%;
  }

  .lg\:focus\:-right-2\/4:focus {
    right: -50%;
  }

  .lg\:focus\:-bottom-2\/4:focus {
    bottom: -50%;
  }

  .lg\:focus\:-left-2\/4:focus {
    left: -50%;
  }

  .lg\:focus\:-top-3\/4:focus {
    top: -75%;
  }

  .lg\:focus\:-right-3\/4:focus {
    right: -75%;
  }

  .lg\:focus\:-bottom-3\/4:focus {
    bottom: -75%;
  }

  .lg\:focus\:-left-3\/4:focus {
    left: -75%;
  }

  .lg\:focus\:-top-full:focus {
    top: -100%;
  }

  .lg\:focus\:-right-full:focus {
    right: -100%;
  }

  .lg\:focus\:-bottom-full:focus {
    bottom: -100%;
  }

  .lg\:focus\:-left-full:focus {
    left: -100%;
  }

  .lg\:active\:inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:active\:inset-1:active {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:active\:inset-2:active {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:active\:inset-3:active {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:active\:inset-4:active {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:active\:inset-5:active {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:active\:inset-6:active {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:active\:inset-7:active {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:active\:inset-8:active {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:active\:inset-9:active {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:active\:inset-10:active {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:active\:inset-11:active {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:active\:inset-12:active {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:active\:inset-14:active {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:active\:inset-16:active {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:active\:inset-20:active {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:active\:inset-24:active {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:active\:inset-28:active {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:active\:inset-32:active {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:active\:inset-36:active {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:active\:inset-40:active {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:active\:inset-44:active {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:active\:inset-48:active {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:active\:inset-52:active {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:active\:inset-56:active {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:active\:inset-60:active {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:active\:inset-64:active {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:active\:inset-72:active {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:active\:inset-80:active {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:active\:inset-96:active {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:active\:inset-px:active {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:active\:inset-0\.5:active {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:active\:inset-1\.5:active {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:active\:inset-2\.5:active {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:active\:inset-3\.5:active {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:active\:-inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:active\:-inset-1:active {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:active\:-inset-2:active {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:active\:-inset-3:active {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:active\:-inset-4:active {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:active\:-inset-5:active {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:active\:-inset-6:active {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:active\:-inset-7:active {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:active\:-inset-8:active {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:active\:-inset-9:active {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:active\:-inset-10:active {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:active\:-inset-11:active {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:active\:-inset-12:active {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:active\:-inset-14:active {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:active\:-inset-16:active {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:active\:-inset-20:active {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:active\:-inset-24:active {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:active\:-inset-28:active {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:active\:-inset-32:active {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:active\:-inset-36:active {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:active\:-inset-40:active {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:active\:-inset-44:active {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:active\:-inset-48:active {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:active\:-inset-52:active {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:active\:-inset-56:active {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:active\:-inset-60:active {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:active\:-inset-64:active {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:active\:-inset-72:active {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:active\:-inset-80:active {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:active\:-inset-96:active {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:active\:-inset-px:active {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:active\:-inset-0\.5:active {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:active\:-inset-1\.5:active {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:active\:-inset-2\.5:active {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:active\:-inset-3\.5:active {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:active\:inset-1\/2:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:active\:inset-1\/3:active {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:active\:inset-2\/3:active {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:active\:inset-1\/4:active {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:active\:inset-2\/4:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:active\:inset-3\/4:active {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:active\:inset-full:active {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:active\:-inset-1\/2:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:active\:-inset-1\/3:active {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:active\:-inset-2\/3:active {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:active\:-inset-1\/4:active {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:active\:-inset-2\/4:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:active\:-inset-3\/4:active {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:active\:-inset-full:active {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:active\:inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .lg\:active\:inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .lg\:active\:inset-y-1:active {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:active\:inset-x-1:active {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:active\:inset-y-2:active {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:active\:inset-x-2:active {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:active\:inset-y-3:active {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:active\:inset-x-3:active {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:active\:inset-y-4:active {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:active\:inset-x-4:active {
    right: 1rem;
    left: 1rem;
  }

  .lg\:active\:inset-y-5:active {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:active\:inset-x-5:active {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:active\:inset-y-6:active {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:active\:inset-x-6:active {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:active\:inset-y-7:active {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:active\:inset-x-7:active {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:active\:inset-y-8:active {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:active\:inset-x-8:active {
    right: 2rem;
    left: 2rem;
  }

  .lg\:active\:inset-y-9:active {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:active\:inset-x-9:active {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:active\:inset-y-10:active {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:active\:inset-x-10:active {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:active\:inset-y-11:active {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:active\:inset-x-11:active {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:active\:inset-y-12:active {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:active\:inset-x-12:active {
    right: 3rem;
    left: 3rem;
  }

  .lg\:active\:inset-y-14:active {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:active\:inset-x-14:active {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:active\:inset-y-16:active {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:active\:inset-x-16:active {
    right: 4rem;
    left: 4rem;
  }

  .lg\:active\:inset-y-20:active {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:active\:inset-x-20:active {
    right: 5rem;
    left: 5rem;
  }

  .lg\:active\:inset-y-24:active {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:active\:inset-x-24:active {
    right: 6rem;
    left: 6rem;
  }

  .lg\:active\:inset-y-28:active {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:active\:inset-x-28:active {
    right: 7rem;
    left: 7rem;
  }

  .lg\:active\:inset-y-32:active {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:active\:inset-x-32:active {
    right: 8rem;
    left: 8rem;
  }

  .lg\:active\:inset-y-36:active {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:active\:inset-x-36:active {
    right: 9rem;
    left: 9rem;
  }

  .lg\:active\:inset-y-40:active {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:active\:inset-x-40:active {
    right: 10rem;
    left: 10rem;
  }

  .lg\:active\:inset-y-44:active {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:active\:inset-x-44:active {
    right: 11rem;
    left: 11rem;
  }

  .lg\:active\:inset-y-48:active {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:active\:inset-x-48:active {
    right: 12rem;
    left: 12rem;
  }

  .lg\:active\:inset-y-52:active {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:active\:inset-x-52:active {
    right: 13rem;
    left: 13rem;
  }

  .lg\:active\:inset-y-56:active {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:active\:inset-x-56:active {
    right: 14rem;
    left: 14rem;
  }

  .lg\:active\:inset-y-60:active {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:active\:inset-x-60:active {
    right: 15rem;
    left: 15rem;
  }

  .lg\:active\:inset-y-64:active {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:active\:inset-x-64:active {
    right: 16rem;
    left: 16rem;
  }

  .lg\:active\:inset-y-72:active {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:active\:inset-x-72:active {
    right: 18rem;
    left: 18rem;
  }

  .lg\:active\:inset-y-80:active {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:active\:inset-x-80:active {
    right: 20rem;
    left: 20rem;
  }

  .lg\:active\:inset-y-96:active {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:active\:inset-x-96:active {
    right: 24rem;
    left: 24rem;
  }

  .lg\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .lg\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .lg\:active\:inset-y-px:active {
    top: 1px;
    bottom: 1px;
  }

  .lg\:active\:inset-x-px:active {
    right: 1px;
    left: 1px;
  }

  .lg\:active\:inset-y-0\.5:active {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:active\:inset-x-0\.5:active {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:active\:inset-y-1\.5:active {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:active\:inset-x-1\.5:active {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:active\:inset-y-2\.5:active {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:active\:inset-x-2\.5:active {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:active\:inset-y-3\.5:active {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:active\:inset-x-3\.5:active {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:active\:-inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .lg\:active\:-inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .lg\:active\:-inset-y-1:active {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:active\:-inset-x-1:active {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:active\:-inset-y-2:active {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:active\:-inset-x-2:active {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:active\:-inset-y-3:active {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:active\:-inset-x-3:active {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:active\:-inset-y-4:active {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:active\:-inset-x-4:active {
    right: -1rem;
    left: -1rem;
  }

  .lg\:active\:-inset-y-5:active {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:active\:-inset-x-5:active {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:active\:-inset-y-6:active {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:active\:-inset-x-6:active {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:active\:-inset-y-7:active {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:active\:-inset-x-7:active {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:active\:-inset-y-8:active {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:active\:-inset-x-8:active {
    right: -2rem;
    left: -2rem;
  }

  .lg\:active\:-inset-y-9:active {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:active\:-inset-x-9:active {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:active\:-inset-y-10:active {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:active\:-inset-x-10:active {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:active\:-inset-y-11:active {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:active\:-inset-x-11:active {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:active\:-inset-y-12:active {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:active\:-inset-x-12:active {
    right: -3rem;
    left: -3rem;
  }

  .lg\:active\:-inset-y-14:active {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:active\:-inset-x-14:active {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:active\:-inset-y-16:active {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:active\:-inset-x-16:active {
    right: -4rem;
    left: -4rem;
  }

  .lg\:active\:-inset-y-20:active {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:active\:-inset-x-20:active {
    right: -5rem;
    left: -5rem;
  }

  .lg\:active\:-inset-y-24:active {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:active\:-inset-x-24:active {
    right: -6rem;
    left: -6rem;
  }

  .lg\:active\:-inset-y-28:active {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:active\:-inset-x-28:active {
    right: -7rem;
    left: -7rem;
  }

  .lg\:active\:-inset-y-32:active {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:active\:-inset-x-32:active {
    right: -8rem;
    left: -8rem;
  }

  .lg\:active\:-inset-y-36:active {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:active\:-inset-x-36:active {
    right: -9rem;
    left: -9rem;
  }

  .lg\:active\:-inset-y-40:active {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:active\:-inset-x-40:active {
    right: -10rem;
    left: -10rem;
  }

  .lg\:active\:-inset-y-44:active {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:active\:-inset-x-44:active {
    right: -11rem;
    left: -11rem;
  }

  .lg\:active\:-inset-y-48:active {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:active\:-inset-x-48:active {
    right: -12rem;
    left: -12rem;
  }

  .lg\:active\:-inset-y-52:active {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:active\:-inset-x-52:active {
    right: -13rem;
    left: -13rem;
  }

  .lg\:active\:-inset-y-56:active {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:active\:-inset-x-56:active {
    right: -14rem;
    left: -14rem;
  }

  .lg\:active\:-inset-y-60:active {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:active\:-inset-x-60:active {
    right: -15rem;
    left: -15rem;
  }

  .lg\:active\:-inset-y-64:active {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:active\:-inset-x-64:active {
    right: -16rem;
    left: -16rem;
  }

  .lg\:active\:-inset-y-72:active {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:active\:-inset-x-72:active {
    right: -18rem;
    left: -18rem;
  }

  .lg\:active\:-inset-y-80:active {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:active\:-inset-x-80:active {
    right: -20rem;
    left: -20rem;
  }

  .lg\:active\:-inset-y-96:active {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:active\:-inset-x-96:active {
    right: -24rem;
    left: -24rem;
  }

  .lg\:active\:-inset-y-px:active {
    top: -1px;
    bottom: -1px;
  }

  .lg\:active\:-inset-x-px:active {
    right: -1px;
    left: -1px;
  }

  .lg\:active\:-inset-y-0\.5:active {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:active\:-inset-x-0\.5:active {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:active\:-inset-y-1\.5:active {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:active\:-inset-x-1\.5:active {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:active\:-inset-y-2\.5:active {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:active\:-inset-x-2\.5:active {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:active\:-inset-y-3\.5:active {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:active\:-inset-x-3\.5:active {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:active\:inset-y-1\/2:active {
    top: 50%;
    bottom: 50%;
  }

  .lg\:active\:inset-x-1\/2:active {
    right: 50%;
    left: 50%;
  }

  .lg\:active\:inset-y-1\/3:active {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:active\:inset-x-1\/3:active {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:active\:inset-y-2\/3:active {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:active\:inset-x-2\/3:active {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:active\:inset-y-1\/4:active {
    top: 25%;
    bottom: 25%;
  }

  .lg\:active\:inset-x-1\/4:active {
    right: 25%;
    left: 25%;
  }

  .lg\:active\:inset-y-2\/4:active {
    top: 50%;
    bottom: 50%;
  }

  .lg\:active\:inset-x-2\/4:active {
    right: 50%;
    left: 50%;
  }

  .lg\:active\:inset-y-3\/4:active {
    top: 75%;
    bottom: 75%;
  }

  .lg\:active\:inset-x-3\/4:active {
    right: 75%;
    left: 75%;
  }

  .lg\:active\:inset-y-full:active {
    top: 100%;
    bottom: 100%;
  }

  .lg\:active\:inset-x-full:active {
    right: 100%;
    left: 100%;
  }

  .lg\:active\:-inset-y-1\/2:active {
    top: -50%;
    bottom: -50%;
  }

  .lg\:active\:-inset-x-1\/2:active {
    right: -50%;
    left: -50%;
  }

  .lg\:active\:-inset-y-1\/3:active {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:active\:-inset-x-1\/3:active {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:active\:-inset-y-2\/3:active {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:active\:-inset-x-2\/3:active {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:active\:-inset-y-1\/4:active {
    top: -25%;
    bottom: -25%;
  }

  .lg\:active\:-inset-x-1\/4:active {
    right: -25%;
    left: -25%;
  }

  .lg\:active\:-inset-y-2\/4:active {
    top: -50%;
    bottom: -50%;
  }

  .lg\:active\:-inset-x-2\/4:active {
    right: -50%;
    left: -50%;
  }

  .lg\:active\:-inset-y-3\/4:active {
    top: -75%;
    bottom: -75%;
  }

  .lg\:active\:-inset-x-3\/4:active {
    right: -75%;
    left: -75%;
  }

  .lg\:active\:-inset-y-full:active {
    top: -100%;
    bottom: -100%;
  }

  .lg\:active\:-inset-x-full:active {
    right: -100%;
    left: -100%;
  }

  .lg\:active\:top-0:active {
    top: 0px;
  }

  .lg\:active\:right-0:active {
    right: 0px;
  }

  .lg\:active\:bottom-0:active {
    bottom: 0px;
  }

  .lg\:active\:left-0:active {
    left: 0px;
  }

  .lg\:active\:top-1:active {
    top: 0.25rem;
  }

  .lg\:active\:right-1:active {
    right: 0.25rem;
  }

  .lg\:active\:bottom-1:active {
    bottom: 0.25rem;
  }

  .lg\:active\:left-1:active {
    left: 0.25rem;
  }

  .lg\:active\:top-2:active {
    top: 0.5rem;
  }

  .lg\:active\:right-2:active {
    right: 0.5rem;
  }

  .lg\:active\:bottom-2:active {
    bottom: 0.5rem;
  }

  .lg\:active\:left-2:active {
    left: 0.5rem;
  }

  .lg\:active\:top-3:active {
    top: 0.75rem;
  }

  .lg\:active\:right-3:active {
    right: 0.75rem;
  }

  .lg\:active\:bottom-3:active {
    bottom: 0.75rem;
  }

  .lg\:active\:left-3:active {
    left: 0.75rem;
  }

  .lg\:active\:top-4:active {
    top: 1rem;
  }

  .lg\:active\:right-4:active {
    right: 1rem;
  }

  .lg\:active\:bottom-4:active {
    bottom: 1rem;
  }

  .lg\:active\:left-4:active {
    left: 1rem;
  }

  .lg\:active\:top-5:active {
    top: 1.25rem;
  }

  .lg\:active\:right-5:active {
    right: 1.25rem;
  }

  .lg\:active\:bottom-5:active {
    bottom: 1.25rem;
  }

  .lg\:active\:left-5:active {
    left: 1.25rem;
  }

  .lg\:active\:top-6:active {
    top: 1.5rem;
  }

  .lg\:active\:right-6:active {
    right: 1.5rem;
  }

  .lg\:active\:bottom-6:active {
    bottom: 1.5rem;
  }

  .lg\:active\:left-6:active {
    left: 1.5rem;
  }

  .lg\:active\:top-7:active {
    top: 1.75rem;
  }

  .lg\:active\:right-7:active {
    right: 1.75rem;
  }

  .lg\:active\:bottom-7:active {
    bottom: 1.75rem;
  }

  .lg\:active\:left-7:active {
    left: 1.75rem;
  }

  .lg\:active\:top-8:active {
    top: 2rem;
  }

  .lg\:active\:right-8:active {
    right: 2rem;
  }

  .lg\:active\:bottom-8:active {
    bottom: 2rem;
  }

  .lg\:active\:left-8:active {
    left: 2rem;
  }

  .lg\:active\:top-9:active {
    top: 2.25rem;
  }

  .lg\:active\:right-9:active {
    right: 2.25rem;
  }

  .lg\:active\:bottom-9:active {
    bottom: 2.25rem;
  }

  .lg\:active\:left-9:active {
    left: 2.25rem;
  }

  .lg\:active\:top-10:active {
    top: 2.5rem;
  }

  .lg\:active\:right-10:active {
    right: 2.5rem;
  }

  .lg\:active\:bottom-10:active {
    bottom: 2.5rem;
  }

  .lg\:active\:left-10:active {
    left: 2.5rem;
  }

  .lg\:active\:top-11:active {
    top: 2.75rem;
  }

  .lg\:active\:right-11:active {
    right: 2.75rem;
  }

  .lg\:active\:bottom-11:active {
    bottom: 2.75rem;
  }

  .lg\:active\:left-11:active {
    left: 2.75rem;
  }

  .lg\:active\:top-12:active {
    top: 3rem;
  }

  .lg\:active\:right-12:active {
    right: 3rem;
  }

  .lg\:active\:bottom-12:active {
    bottom: 3rem;
  }

  .lg\:active\:left-12:active {
    left: 3rem;
  }

  .lg\:active\:top-14:active {
    top: 3.5rem;
  }

  .lg\:active\:right-14:active {
    right: 3.5rem;
  }

  .lg\:active\:bottom-14:active {
    bottom: 3.5rem;
  }

  .lg\:active\:left-14:active {
    left: 3.5rem;
  }

  .lg\:active\:top-16:active {
    top: 4rem;
  }

  .lg\:active\:right-16:active {
    right: 4rem;
  }

  .lg\:active\:bottom-16:active {
    bottom: 4rem;
  }

  .lg\:active\:left-16:active {
    left: 4rem;
  }

  .lg\:active\:top-20:active {
    top: 5rem;
  }

  .lg\:active\:right-20:active {
    right: 5rem;
  }

  .lg\:active\:bottom-20:active {
    bottom: 5rem;
  }

  .lg\:active\:left-20:active {
    left: 5rem;
  }

  .lg\:active\:top-24:active {
    top: 6rem;
  }

  .lg\:active\:right-24:active {
    right: 6rem;
  }

  .lg\:active\:bottom-24:active {
    bottom: 6rem;
  }

  .lg\:active\:left-24:active {
    left: 6rem;
  }

  .lg\:active\:top-28:active {
    top: 7rem;
  }

  .lg\:active\:right-28:active {
    right: 7rem;
  }

  .lg\:active\:bottom-28:active {
    bottom: 7rem;
  }

  .lg\:active\:left-28:active {
    left: 7rem;
  }

  .lg\:active\:top-32:active {
    top: 8rem;
  }

  .lg\:active\:right-32:active {
    right: 8rem;
  }

  .lg\:active\:bottom-32:active {
    bottom: 8rem;
  }

  .lg\:active\:left-32:active {
    left: 8rem;
  }

  .lg\:active\:top-36:active {
    top: 9rem;
  }

  .lg\:active\:right-36:active {
    right: 9rem;
  }

  .lg\:active\:bottom-36:active {
    bottom: 9rem;
  }

  .lg\:active\:left-36:active {
    left: 9rem;
  }

  .lg\:active\:top-40:active {
    top: 10rem;
  }

  .lg\:active\:right-40:active {
    right: 10rem;
  }

  .lg\:active\:bottom-40:active {
    bottom: 10rem;
  }

  .lg\:active\:left-40:active {
    left: 10rem;
  }

  .lg\:active\:top-44:active {
    top: 11rem;
  }

  .lg\:active\:right-44:active {
    right: 11rem;
  }

  .lg\:active\:bottom-44:active {
    bottom: 11rem;
  }

  .lg\:active\:left-44:active {
    left: 11rem;
  }

  .lg\:active\:top-48:active {
    top: 12rem;
  }

  .lg\:active\:right-48:active {
    right: 12rem;
  }

  .lg\:active\:bottom-48:active {
    bottom: 12rem;
  }

  .lg\:active\:left-48:active {
    left: 12rem;
  }

  .lg\:active\:top-52:active {
    top: 13rem;
  }

  .lg\:active\:right-52:active {
    right: 13rem;
  }

  .lg\:active\:bottom-52:active {
    bottom: 13rem;
  }

  .lg\:active\:left-52:active {
    left: 13rem;
  }

  .lg\:active\:top-56:active {
    top: 14rem;
  }

  .lg\:active\:right-56:active {
    right: 14rem;
  }

  .lg\:active\:bottom-56:active {
    bottom: 14rem;
  }

  .lg\:active\:left-56:active {
    left: 14rem;
  }

  .lg\:active\:top-60:active {
    top: 15rem;
  }

  .lg\:active\:right-60:active {
    right: 15rem;
  }

  .lg\:active\:bottom-60:active {
    bottom: 15rem;
  }

  .lg\:active\:left-60:active {
    left: 15rem;
  }

  .lg\:active\:top-64:active {
    top: 16rem;
  }

  .lg\:active\:right-64:active {
    right: 16rem;
  }

  .lg\:active\:bottom-64:active {
    bottom: 16rem;
  }

  .lg\:active\:left-64:active {
    left: 16rem;
  }

  .lg\:active\:top-72:active {
    top: 18rem;
  }

  .lg\:active\:right-72:active {
    right: 18rem;
  }

  .lg\:active\:bottom-72:active {
    bottom: 18rem;
  }

  .lg\:active\:left-72:active {
    left: 18rem;
  }

  .lg\:active\:top-80:active {
    top: 20rem;
  }

  .lg\:active\:right-80:active {
    right: 20rem;
  }

  .lg\:active\:bottom-80:active {
    bottom: 20rem;
  }

  .lg\:active\:left-80:active {
    left: 20rem;
  }

  .lg\:active\:top-96:active {
    top: 24rem;
  }

  .lg\:active\:right-96:active {
    right: 24rem;
  }

  .lg\:active\:bottom-96:active {
    bottom: 24rem;
  }

  .lg\:active\:left-96:active {
    left: 24rem;
  }

  .lg\:active\:top-auto:active {
    top: auto;
  }

  .lg\:active\:right-auto:active {
    right: auto;
  }

  .lg\:active\:bottom-auto:active {
    bottom: auto;
  }

  .lg\:active\:left-auto:active {
    left: auto;
  }

  .lg\:active\:top-px:active {
    top: 1px;
  }

  .lg\:active\:right-px:active {
    right: 1px;
  }

  .lg\:active\:bottom-px:active {
    bottom: 1px;
  }

  .lg\:active\:left-px:active {
    left: 1px;
  }

  .lg\:active\:top-0\.5:active {
    top: 0.125rem;
  }

  .lg\:active\:right-0\.5:active {
    right: 0.125rem;
  }

  .lg\:active\:bottom-0\.5:active {
    bottom: 0.125rem;
  }

  .lg\:active\:left-0\.5:active {
    left: 0.125rem;
  }

  .lg\:active\:top-1\.5:active {
    top: 0.375rem;
  }

  .lg\:active\:right-1\.5:active {
    right: 0.375rem;
  }

  .lg\:active\:bottom-1\.5:active {
    bottom: 0.375rem;
  }

  .lg\:active\:left-1\.5:active {
    left: 0.375rem;
  }

  .lg\:active\:top-2\.5:active {
    top: 0.625rem;
  }

  .lg\:active\:right-2\.5:active {
    right: 0.625rem;
  }

  .lg\:active\:bottom-2\.5:active {
    bottom: 0.625rem;
  }

  .lg\:active\:left-2\.5:active {
    left: 0.625rem;
  }

  .lg\:active\:top-3\.5:active {
    top: 0.875rem;
  }

  .lg\:active\:right-3\.5:active {
    right: 0.875rem;
  }

  .lg\:active\:bottom-3\.5:active {
    bottom: 0.875rem;
  }

  .lg\:active\:left-3\.5:active {
    left: 0.875rem;
  }

  .lg\:active\:-top-0:active {
    top: 0px;
  }

  .lg\:active\:-right-0:active {
    right: 0px;
  }

  .lg\:active\:-bottom-0:active {
    bottom: 0px;
  }

  .lg\:active\:-left-0:active {
    left: 0px;
  }

  .lg\:active\:-top-1:active {
    top: -0.25rem;
  }

  .lg\:active\:-right-1:active {
    right: -0.25rem;
  }

  .lg\:active\:-bottom-1:active {
    bottom: -0.25rem;
  }

  .lg\:active\:-left-1:active {
    left: -0.25rem;
  }

  .lg\:active\:-top-2:active {
    top: -0.5rem;
  }

  .lg\:active\:-right-2:active {
    right: -0.5rem;
  }

  .lg\:active\:-bottom-2:active {
    bottom: -0.5rem;
  }

  .lg\:active\:-left-2:active {
    left: -0.5rem;
  }

  .lg\:active\:-top-3:active {
    top: -0.75rem;
  }

  .lg\:active\:-right-3:active {
    right: -0.75rem;
  }

  .lg\:active\:-bottom-3:active {
    bottom: -0.75rem;
  }

  .lg\:active\:-left-3:active {
    left: -0.75rem;
  }

  .lg\:active\:-top-4:active {
    top: -1rem;
  }

  .lg\:active\:-right-4:active {
    right: -1rem;
  }

  .lg\:active\:-bottom-4:active {
    bottom: -1rem;
  }

  .lg\:active\:-left-4:active {
    left: -1rem;
  }

  .lg\:active\:-top-5:active {
    top: -1.25rem;
  }

  .lg\:active\:-right-5:active {
    right: -1.25rem;
  }

  .lg\:active\:-bottom-5:active {
    bottom: -1.25rem;
  }

  .lg\:active\:-left-5:active {
    left: -1.25rem;
  }

  .lg\:active\:-top-6:active {
    top: -1.5rem;
  }

  .lg\:active\:-right-6:active {
    right: -1.5rem;
  }

  .lg\:active\:-bottom-6:active {
    bottom: -1.5rem;
  }

  .lg\:active\:-left-6:active {
    left: -1.5rem;
  }

  .lg\:active\:-top-7:active {
    top: -1.75rem;
  }

  .lg\:active\:-right-7:active {
    right: -1.75rem;
  }

  .lg\:active\:-bottom-7:active {
    bottom: -1.75rem;
  }

  .lg\:active\:-left-7:active {
    left: -1.75rem;
  }

  .lg\:active\:-top-8:active {
    top: -2rem;
  }

  .lg\:active\:-right-8:active {
    right: -2rem;
  }

  .lg\:active\:-bottom-8:active {
    bottom: -2rem;
  }

  .lg\:active\:-left-8:active {
    left: -2rem;
  }

  .lg\:active\:-top-9:active {
    top: -2.25rem;
  }

  .lg\:active\:-right-9:active {
    right: -2.25rem;
  }

  .lg\:active\:-bottom-9:active {
    bottom: -2.25rem;
  }

  .lg\:active\:-left-9:active {
    left: -2.25rem;
  }

  .lg\:active\:-top-10:active {
    top: -2.5rem;
  }

  .lg\:active\:-right-10:active {
    right: -2.5rem;
  }

  .lg\:active\:-bottom-10:active {
    bottom: -2.5rem;
  }

  .lg\:active\:-left-10:active {
    left: -2.5rem;
  }

  .lg\:active\:-top-11:active {
    top: -2.75rem;
  }

  .lg\:active\:-right-11:active {
    right: -2.75rem;
  }

  .lg\:active\:-bottom-11:active {
    bottom: -2.75rem;
  }

  .lg\:active\:-left-11:active {
    left: -2.75rem;
  }

  .lg\:active\:-top-12:active {
    top: -3rem;
  }

  .lg\:active\:-right-12:active {
    right: -3rem;
  }

  .lg\:active\:-bottom-12:active {
    bottom: -3rem;
  }

  .lg\:active\:-left-12:active {
    left: -3rem;
  }

  .lg\:active\:-top-14:active {
    top: -3.5rem;
  }

  .lg\:active\:-right-14:active {
    right: -3.5rem;
  }

  .lg\:active\:-bottom-14:active {
    bottom: -3.5rem;
  }

  .lg\:active\:-left-14:active {
    left: -3.5rem;
  }

  .lg\:active\:-top-16:active {
    top: -4rem;
  }

  .lg\:active\:-right-16:active {
    right: -4rem;
  }

  .lg\:active\:-bottom-16:active {
    bottom: -4rem;
  }

  .lg\:active\:-left-16:active {
    left: -4rem;
  }

  .lg\:active\:-top-20:active {
    top: -5rem;
  }

  .lg\:active\:-right-20:active {
    right: -5rem;
  }

  .lg\:active\:-bottom-20:active {
    bottom: -5rem;
  }

  .lg\:active\:-left-20:active {
    left: -5rem;
  }

  .lg\:active\:-top-24:active {
    top: -6rem;
  }

  .lg\:active\:-right-24:active {
    right: -6rem;
  }

  .lg\:active\:-bottom-24:active {
    bottom: -6rem;
  }

  .lg\:active\:-left-24:active {
    left: -6rem;
  }

  .lg\:active\:-top-28:active {
    top: -7rem;
  }

  .lg\:active\:-right-28:active {
    right: -7rem;
  }

  .lg\:active\:-bottom-28:active {
    bottom: -7rem;
  }

  .lg\:active\:-left-28:active {
    left: -7rem;
  }

  .lg\:active\:-top-32:active {
    top: -8rem;
  }

  .lg\:active\:-right-32:active {
    right: -8rem;
  }

  .lg\:active\:-bottom-32:active {
    bottom: -8rem;
  }

  .lg\:active\:-left-32:active {
    left: -8rem;
  }

  .lg\:active\:-top-36:active {
    top: -9rem;
  }

  .lg\:active\:-right-36:active {
    right: -9rem;
  }

  .lg\:active\:-bottom-36:active {
    bottom: -9rem;
  }

  .lg\:active\:-left-36:active {
    left: -9rem;
  }

  .lg\:active\:-top-40:active {
    top: -10rem;
  }

  .lg\:active\:-right-40:active {
    right: -10rem;
  }

  .lg\:active\:-bottom-40:active {
    bottom: -10rem;
  }

  .lg\:active\:-left-40:active {
    left: -10rem;
  }

  .lg\:active\:-top-44:active {
    top: -11rem;
  }

  .lg\:active\:-right-44:active {
    right: -11rem;
  }

  .lg\:active\:-bottom-44:active {
    bottom: -11rem;
  }

  .lg\:active\:-left-44:active {
    left: -11rem;
  }

  .lg\:active\:-top-48:active {
    top: -12rem;
  }

  .lg\:active\:-right-48:active {
    right: -12rem;
  }

  .lg\:active\:-bottom-48:active {
    bottom: -12rem;
  }

  .lg\:active\:-left-48:active {
    left: -12rem;
  }

  .lg\:active\:-top-52:active {
    top: -13rem;
  }

  .lg\:active\:-right-52:active {
    right: -13rem;
  }

  .lg\:active\:-bottom-52:active {
    bottom: -13rem;
  }

  .lg\:active\:-left-52:active {
    left: -13rem;
  }

  .lg\:active\:-top-56:active {
    top: -14rem;
  }

  .lg\:active\:-right-56:active {
    right: -14rem;
  }

  .lg\:active\:-bottom-56:active {
    bottom: -14rem;
  }

  .lg\:active\:-left-56:active {
    left: -14rem;
  }

  .lg\:active\:-top-60:active {
    top: -15rem;
  }

  .lg\:active\:-right-60:active {
    right: -15rem;
  }

  .lg\:active\:-bottom-60:active {
    bottom: -15rem;
  }

  .lg\:active\:-left-60:active {
    left: -15rem;
  }

  .lg\:active\:-top-64:active {
    top: -16rem;
  }

  .lg\:active\:-right-64:active {
    right: -16rem;
  }

  .lg\:active\:-bottom-64:active {
    bottom: -16rem;
  }

  .lg\:active\:-left-64:active {
    left: -16rem;
  }

  .lg\:active\:-top-72:active {
    top: -18rem;
  }

  .lg\:active\:-right-72:active {
    right: -18rem;
  }

  .lg\:active\:-bottom-72:active {
    bottom: -18rem;
  }

  .lg\:active\:-left-72:active {
    left: -18rem;
  }

  .lg\:active\:-top-80:active {
    top: -20rem;
  }

  .lg\:active\:-right-80:active {
    right: -20rem;
  }

  .lg\:active\:-bottom-80:active {
    bottom: -20rem;
  }

  .lg\:active\:-left-80:active {
    left: -20rem;
  }

  .lg\:active\:-top-96:active {
    top: -24rem;
  }

  .lg\:active\:-right-96:active {
    right: -24rem;
  }

  .lg\:active\:-bottom-96:active {
    bottom: -24rem;
  }

  .lg\:active\:-left-96:active {
    left: -24rem;
  }

  .lg\:active\:-top-px:active {
    top: -1px;
  }

  .lg\:active\:-right-px:active {
    right: -1px;
  }

  .lg\:active\:-bottom-px:active {
    bottom: -1px;
  }

  .lg\:active\:-left-px:active {
    left: -1px;
  }

  .lg\:active\:-top-0\.5:active {
    top: -0.125rem;
  }

  .lg\:active\:-right-0\.5:active {
    right: -0.125rem;
  }

  .lg\:active\:-bottom-0\.5:active {
    bottom: -0.125rem;
  }

  .lg\:active\:-left-0\.5:active {
    left: -0.125rem;
  }

  .lg\:active\:-top-1\.5:active {
    top: -0.375rem;
  }

  .lg\:active\:-right-1\.5:active {
    right: -0.375rem;
  }

  .lg\:active\:-bottom-1\.5:active {
    bottom: -0.375rem;
  }

  .lg\:active\:-left-1\.5:active {
    left: -0.375rem;
  }

  .lg\:active\:-top-2\.5:active {
    top: -0.625rem;
  }

  .lg\:active\:-right-2\.5:active {
    right: -0.625rem;
  }

  .lg\:active\:-bottom-2\.5:active {
    bottom: -0.625rem;
  }

  .lg\:active\:-left-2\.5:active {
    left: -0.625rem;
  }

  .lg\:active\:-top-3\.5:active {
    top: -0.875rem;
  }

  .lg\:active\:-right-3\.5:active {
    right: -0.875rem;
  }

  .lg\:active\:-bottom-3\.5:active {
    bottom: -0.875rem;
  }

  .lg\:active\:-left-3\.5:active {
    left: -0.875rem;
  }

  .lg\:active\:top-1\/2:active {
    top: 50%;
  }

  .lg\:active\:right-1\/2:active {
    right: 50%;
  }

  .lg\:active\:bottom-1\/2:active {
    bottom: 50%;
  }

  .lg\:active\:left-1\/2:active {
    left: 50%;
  }

  .lg\:active\:top-1\/3:active {
    top: 33.333333%;
  }

  .lg\:active\:right-1\/3:active {
    right: 33.333333%;
  }

  .lg\:active\:bottom-1\/3:active {
    bottom: 33.333333%;
  }

  .lg\:active\:left-1\/3:active {
    left: 33.333333%;
  }

  .lg\:active\:top-2\/3:active {
    top: 66.666667%;
  }

  .lg\:active\:right-2\/3:active {
    right: 66.666667%;
  }

  .lg\:active\:bottom-2\/3:active {
    bottom: 66.666667%;
  }

  .lg\:active\:left-2\/3:active {
    left: 66.666667%;
  }

  .lg\:active\:top-1\/4:active {
    top: 25%;
  }

  .lg\:active\:right-1\/4:active {
    right: 25%;
  }

  .lg\:active\:bottom-1\/4:active {
    bottom: 25%;
  }

  .lg\:active\:left-1\/4:active {
    left: 25%;
  }

  .lg\:active\:top-2\/4:active {
    top: 50%;
  }

  .lg\:active\:right-2\/4:active {
    right: 50%;
  }

  .lg\:active\:bottom-2\/4:active {
    bottom: 50%;
  }

  .lg\:active\:left-2\/4:active {
    left: 50%;
  }

  .lg\:active\:top-3\/4:active {
    top: 75%;
  }

  .lg\:active\:right-3\/4:active {
    right: 75%;
  }

  .lg\:active\:bottom-3\/4:active {
    bottom: 75%;
  }

  .lg\:active\:left-3\/4:active {
    left: 75%;
  }

  .lg\:active\:top-full:active {
    top: 100%;
  }

  .lg\:active\:right-full:active {
    right: 100%;
  }

  .lg\:active\:bottom-full:active {
    bottom: 100%;
  }

  .lg\:active\:left-full:active {
    left: 100%;
  }

  .lg\:active\:-top-1\/2:active {
    top: -50%;
  }

  .lg\:active\:-right-1\/2:active {
    right: -50%;
  }

  .lg\:active\:-bottom-1\/2:active {
    bottom: -50%;
  }

  .lg\:active\:-left-1\/2:active {
    left: -50%;
  }

  .lg\:active\:-top-1\/3:active {
    top: -33.333333%;
  }

  .lg\:active\:-right-1\/3:active {
    right: -33.333333%;
  }

  .lg\:active\:-bottom-1\/3:active {
    bottom: -33.333333%;
  }

  .lg\:active\:-left-1\/3:active {
    left: -33.333333%;
  }

  .lg\:active\:-top-2\/3:active {
    top: -66.666667%;
  }

  .lg\:active\:-right-2\/3:active {
    right: -66.666667%;
  }

  .lg\:active\:-bottom-2\/3:active {
    bottom: -66.666667%;
  }

  .lg\:active\:-left-2\/3:active {
    left: -66.666667%;
  }

  .lg\:active\:-top-1\/4:active {
    top: -25%;
  }

  .lg\:active\:-right-1\/4:active {
    right: -25%;
  }

  .lg\:active\:-bottom-1\/4:active {
    bottom: -25%;
  }

  .lg\:active\:-left-1\/4:active {
    left: -25%;
  }

  .lg\:active\:-top-2\/4:active {
    top: -50%;
  }

  .lg\:active\:-right-2\/4:active {
    right: -50%;
  }

  .lg\:active\:-bottom-2\/4:active {
    bottom: -50%;
  }

  .lg\:active\:-left-2\/4:active {
    left: -50%;
  }

  .lg\:active\:-top-3\/4:active {
    top: -75%;
  }

  .lg\:active\:-right-3\/4:active {
    right: -75%;
  }

  .lg\:active\:-bottom-3\/4:active {
    bottom: -75%;
  }

  .lg\:active\:-left-3\/4:active {
    left: -75%;
  }

  .lg\:active\:-top-full:active {
    top: -100%;
  }

  .lg\:active\:-right-full:active {
    right: -100%;
  }

  .lg\:active\:-bottom-full:active {
    bottom: -100%;
  }

  .lg\:active\:-left-full:active {
    left: -100%;
  }

  .lg\:visited\:inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:visited\:inset-1:visited {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:visited\:inset-2:visited {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:visited\:inset-3:visited {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:visited\:inset-4:visited {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:visited\:inset-5:visited {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:visited\:inset-6:visited {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:visited\:inset-7:visited {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:visited\:inset-8:visited {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:visited\:inset-9:visited {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:visited\:inset-10:visited {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:visited\:inset-11:visited {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:visited\:inset-12:visited {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:visited\:inset-14:visited {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:visited\:inset-16:visited {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:visited\:inset-20:visited {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:visited\:inset-24:visited {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:visited\:inset-28:visited {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:visited\:inset-32:visited {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:visited\:inset-36:visited {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:visited\:inset-40:visited {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:visited\:inset-44:visited {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:visited\:inset-48:visited {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:visited\:inset-52:visited {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:visited\:inset-56:visited {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:visited\:inset-60:visited {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:visited\:inset-64:visited {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:visited\:inset-72:visited {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:visited\:inset-80:visited {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:visited\:inset-96:visited {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:visited\:inset-px:visited {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:visited\:inset-0\.5:visited {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:visited\:inset-1\.5:visited {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:visited\:inset-2\.5:visited {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:visited\:inset-3\.5:visited {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:visited\:-inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:visited\:-inset-1:visited {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:visited\:-inset-2:visited {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:visited\:-inset-3:visited {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:visited\:-inset-4:visited {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:visited\:-inset-5:visited {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:visited\:-inset-6:visited {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:visited\:-inset-7:visited {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:visited\:-inset-8:visited {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:visited\:-inset-9:visited {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:visited\:-inset-10:visited {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:visited\:-inset-11:visited {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:visited\:-inset-12:visited {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:visited\:-inset-14:visited {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:visited\:-inset-16:visited {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:visited\:-inset-20:visited {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:visited\:-inset-24:visited {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:visited\:-inset-28:visited {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:visited\:-inset-32:visited {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:visited\:-inset-36:visited {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:visited\:-inset-40:visited {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:visited\:-inset-44:visited {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:visited\:-inset-48:visited {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:visited\:-inset-52:visited {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:visited\:-inset-56:visited {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:visited\:-inset-60:visited {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:visited\:-inset-64:visited {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:visited\:-inset-72:visited {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:visited\:-inset-80:visited {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:visited\:-inset-96:visited {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:visited\:-inset-px:visited {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:visited\:-inset-0\.5:visited {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:visited\:-inset-1\.5:visited {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:visited\:-inset-2\.5:visited {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:visited\:-inset-3\.5:visited {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:visited\:inset-1\/2:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:visited\:inset-1\/3:visited {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:visited\:inset-2\/3:visited {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:visited\:inset-1\/4:visited {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:visited\:inset-2\/4:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:visited\:inset-3\/4:visited {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:visited\:inset-full:visited {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:visited\:-inset-1\/2:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:visited\:-inset-1\/3:visited {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:visited\:-inset-2\/3:visited {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:visited\:-inset-1\/4:visited {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:visited\:-inset-2\/4:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:visited\:-inset-3\/4:visited {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:visited\:-inset-full:visited {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:visited\:inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .lg\:visited\:inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .lg\:visited\:inset-y-1:visited {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:visited\:inset-x-1:visited {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:visited\:inset-y-2:visited {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:visited\:inset-x-2:visited {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:visited\:inset-y-3:visited {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:visited\:inset-x-3:visited {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:visited\:inset-y-4:visited {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:visited\:inset-x-4:visited {
    right: 1rem;
    left: 1rem;
  }

  .lg\:visited\:inset-y-5:visited {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:visited\:inset-x-5:visited {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:visited\:inset-y-6:visited {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:visited\:inset-x-6:visited {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:visited\:inset-y-7:visited {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:visited\:inset-x-7:visited {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:visited\:inset-y-8:visited {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:visited\:inset-x-8:visited {
    right: 2rem;
    left: 2rem;
  }

  .lg\:visited\:inset-y-9:visited {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:visited\:inset-x-9:visited {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:visited\:inset-y-10:visited {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:visited\:inset-x-10:visited {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:visited\:inset-y-11:visited {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:visited\:inset-x-11:visited {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:visited\:inset-y-12:visited {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:visited\:inset-x-12:visited {
    right: 3rem;
    left: 3rem;
  }

  .lg\:visited\:inset-y-14:visited {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:visited\:inset-x-14:visited {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:visited\:inset-y-16:visited {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:visited\:inset-x-16:visited {
    right: 4rem;
    left: 4rem;
  }

  .lg\:visited\:inset-y-20:visited {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:visited\:inset-x-20:visited {
    right: 5rem;
    left: 5rem;
  }

  .lg\:visited\:inset-y-24:visited {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:visited\:inset-x-24:visited {
    right: 6rem;
    left: 6rem;
  }

  .lg\:visited\:inset-y-28:visited {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:visited\:inset-x-28:visited {
    right: 7rem;
    left: 7rem;
  }

  .lg\:visited\:inset-y-32:visited {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:visited\:inset-x-32:visited {
    right: 8rem;
    left: 8rem;
  }

  .lg\:visited\:inset-y-36:visited {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:visited\:inset-x-36:visited {
    right: 9rem;
    left: 9rem;
  }

  .lg\:visited\:inset-y-40:visited {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:visited\:inset-x-40:visited {
    right: 10rem;
    left: 10rem;
  }

  .lg\:visited\:inset-y-44:visited {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:visited\:inset-x-44:visited {
    right: 11rem;
    left: 11rem;
  }

  .lg\:visited\:inset-y-48:visited {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:visited\:inset-x-48:visited {
    right: 12rem;
    left: 12rem;
  }

  .lg\:visited\:inset-y-52:visited {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:visited\:inset-x-52:visited {
    right: 13rem;
    left: 13rem;
  }

  .lg\:visited\:inset-y-56:visited {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:visited\:inset-x-56:visited {
    right: 14rem;
    left: 14rem;
  }

  .lg\:visited\:inset-y-60:visited {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:visited\:inset-x-60:visited {
    right: 15rem;
    left: 15rem;
  }

  .lg\:visited\:inset-y-64:visited {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:visited\:inset-x-64:visited {
    right: 16rem;
    left: 16rem;
  }

  .lg\:visited\:inset-y-72:visited {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:visited\:inset-x-72:visited {
    right: 18rem;
    left: 18rem;
  }

  .lg\:visited\:inset-y-80:visited {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:visited\:inset-x-80:visited {
    right: 20rem;
    left: 20rem;
  }

  .lg\:visited\:inset-y-96:visited {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:visited\:inset-x-96:visited {
    right: 24rem;
    left: 24rem;
  }

  .lg\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .lg\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .lg\:visited\:inset-y-px:visited {
    top: 1px;
    bottom: 1px;
  }

  .lg\:visited\:inset-x-px:visited {
    right: 1px;
    left: 1px;
  }

  .lg\:visited\:inset-y-0\.5:visited {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:visited\:inset-x-0\.5:visited {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:visited\:inset-y-1\.5:visited {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:visited\:inset-x-1\.5:visited {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:visited\:inset-y-2\.5:visited {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:visited\:inset-x-2\.5:visited {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:visited\:inset-y-3\.5:visited {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:visited\:inset-x-3\.5:visited {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:visited\:-inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .lg\:visited\:-inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .lg\:visited\:-inset-y-1:visited {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:visited\:-inset-x-1:visited {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:visited\:-inset-y-2:visited {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:visited\:-inset-x-2:visited {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:visited\:-inset-y-3:visited {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:visited\:-inset-x-3:visited {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:visited\:-inset-y-4:visited {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:visited\:-inset-x-4:visited {
    right: -1rem;
    left: -1rem;
  }

  .lg\:visited\:-inset-y-5:visited {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:visited\:-inset-x-5:visited {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:visited\:-inset-y-6:visited {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:visited\:-inset-x-6:visited {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:visited\:-inset-y-7:visited {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:visited\:-inset-x-7:visited {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:visited\:-inset-y-8:visited {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:visited\:-inset-x-8:visited {
    right: -2rem;
    left: -2rem;
  }

  .lg\:visited\:-inset-y-9:visited {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:visited\:-inset-x-9:visited {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:visited\:-inset-y-10:visited {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:visited\:-inset-x-10:visited {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:visited\:-inset-y-11:visited {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:visited\:-inset-x-11:visited {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:visited\:-inset-y-12:visited {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:visited\:-inset-x-12:visited {
    right: -3rem;
    left: -3rem;
  }

  .lg\:visited\:-inset-y-14:visited {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:visited\:-inset-x-14:visited {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:visited\:-inset-y-16:visited {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:visited\:-inset-x-16:visited {
    right: -4rem;
    left: -4rem;
  }

  .lg\:visited\:-inset-y-20:visited {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:visited\:-inset-x-20:visited {
    right: -5rem;
    left: -5rem;
  }

  .lg\:visited\:-inset-y-24:visited {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:visited\:-inset-x-24:visited {
    right: -6rem;
    left: -6rem;
  }

  .lg\:visited\:-inset-y-28:visited {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:visited\:-inset-x-28:visited {
    right: -7rem;
    left: -7rem;
  }

  .lg\:visited\:-inset-y-32:visited {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:visited\:-inset-x-32:visited {
    right: -8rem;
    left: -8rem;
  }

  .lg\:visited\:-inset-y-36:visited {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:visited\:-inset-x-36:visited {
    right: -9rem;
    left: -9rem;
  }

  .lg\:visited\:-inset-y-40:visited {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:visited\:-inset-x-40:visited {
    right: -10rem;
    left: -10rem;
  }

  .lg\:visited\:-inset-y-44:visited {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:visited\:-inset-x-44:visited {
    right: -11rem;
    left: -11rem;
  }

  .lg\:visited\:-inset-y-48:visited {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:visited\:-inset-x-48:visited {
    right: -12rem;
    left: -12rem;
  }

  .lg\:visited\:-inset-y-52:visited {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:visited\:-inset-x-52:visited {
    right: -13rem;
    left: -13rem;
  }

  .lg\:visited\:-inset-y-56:visited {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:visited\:-inset-x-56:visited {
    right: -14rem;
    left: -14rem;
  }

  .lg\:visited\:-inset-y-60:visited {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:visited\:-inset-x-60:visited {
    right: -15rem;
    left: -15rem;
  }

  .lg\:visited\:-inset-y-64:visited {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:visited\:-inset-x-64:visited {
    right: -16rem;
    left: -16rem;
  }

  .lg\:visited\:-inset-y-72:visited {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:visited\:-inset-x-72:visited {
    right: -18rem;
    left: -18rem;
  }

  .lg\:visited\:-inset-y-80:visited {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:visited\:-inset-x-80:visited {
    right: -20rem;
    left: -20rem;
  }

  .lg\:visited\:-inset-y-96:visited {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:visited\:-inset-x-96:visited {
    right: -24rem;
    left: -24rem;
  }

  .lg\:visited\:-inset-y-px:visited {
    top: -1px;
    bottom: -1px;
  }

  .lg\:visited\:-inset-x-px:visited {
    right: -1px;
    left: -1px;
  }

  .lg\:visited\:-inset-y-0\.5:visited {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:visited\:-inset-x-0\.5:visited {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:visited\:-inset-y-1\.5:visited {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:visited\:-inset-x-1\.5:visited {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:visited\:-inset-y-2\.5:visited {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:visited\:-inset-x-2\.5:visited {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:visited\:-inset-y-3\.5:visited {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:visited\:-inset-x-3\.5:visited {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:visited\:inset-y-1\/2:visited {
    top: 50%;
    bottom: 50%;
  }

  .lg\:visited\:inset-x-1\/2:visited {
    right: 50%;
    left: 50%;
  }

  .lg\:visited\:inset-y-1\/3:visited {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:visited\:inset-x-1\/3:visited {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:visited\:inset-y-2\/3:visited {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:visited\:inset-x-2\/3:visited {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:visited\:inset-y-1\/4:visited {
    top: 25%;
    bottom: 25%;
  }

  .lg\:visited\:inset-x-1\/4:visited {
    right: 25%;
    left: 25%;
  }

  .lg\:visited\:inset-y-2\/4:visited {
    top: 50%;
    bottom: 50%;
  }

  .lg\:visited\:inset-x-2\/4:visited {
    right: 50%;
    left: 50%;
  }

  .lg\:visited\:inset-y-3\/4:visited {
    top: 75%;
    bottom: 75%;
  }

  .lg\:visited\:inset-x-3\/4:visited {
    right: 75%;
    left: 75%;
  }

  .lg\:visited\:inset-y-full:visited {
    top: 100%;
    bottom: 100%;
  }

  .lg\:visited\:inset-x-full:visited {
    right: 100%;
    left: 100%;
  }

  .lg\:visited\:-inset-y-1\/2:visited {
    top: -50%;
    bottom: -50%;
  }

  .lg\:visited\:-inset-x-1\/2:visited {
    right: -50%;
    left: -50%;
  }

  .lg\:visited\:-inset-y-1\/3:visited {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:visited\:-inset-x-1\/3:visited {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:visited\:-inset-y-2\/3:visited {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:visited\:-inset-x-2\/3:visited {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:visited\:-inset-y-1\/4:visited {
    top: -25%;
    bottom: -25%;
  }

  .lg\:visited\:-inset-x-1\/4:visited {
    right: -25%;
    left: -25%;
  }

  .lg\:visited\:-inset-y-2\/4:visited {
    top: -50%;
    bottom: -50%;
  }

  .lg\:visited\:-inset-x-2\/4:visited {
    right: -50%;
    left: -50%;
  }

  .lg\:visited\:-inset-y-3\/4:visited {
    top: -75%;
    bottom: -75%;
  }

  .lg\:visited\:-inset-x-3\/4:visited {
    right: -75%;
    left: -75%;
  }

  .lg\:visited\:-inset-y-full:visited {
    top: -100%;
    bottom: -100%;
  }

  .lg\:visited\:-inset-x-full:visited {
    right: -100%;
    left: -100%;
  }

  .lg\:visited\:top-0:visited {
    top: 0px;
  }

  .lg\:visited\:right-0:visited {
    right: 0px;
  }

  .lg\:visited\:bottom-0:visited {
    bottom: 0px;
  }

  .lg\:visited\:left-0:visited {
    left: 0px;
  }

  .lg\:visited\:top-1:visited {
    top: 0.25rem;
  }

  .lg\:visited\:right-1:visited {
    right: 0.25rem;
  }

  .lg\:visited\:bottom-1:visited {
    bottom: 0.25rem;
  }

  .lg\:visited\:left-1:visited {
    left: 0.25rem;
  }

  .lg\:visited\:top-2:visited {
    top: 0.5rem;
  }

  .lg\:visited\:right-2:visited {
    right: 0.5rem;
  }

  .lg\:visited\:bottom-2:visited {
    bottom: 0.5rem;
  }

  .lg\:visited\:left-2:visited {
    left: 0.5rem;
  }

  .lg\:visited\:top-3:visited {
    top: 0.75rem;
  }

  .lg\:visited\:right-3:visited {
    right: 0.75rem;
  }

  .lg\:visited\:bottom-3:visited {
    bottom: 0.75rem;
  }

  .lg\:visited\:left-3:visited {
    left: 0.75rem;
  }

  .lg\:visited\:top-4:visited {
    top: 1rem;
  }

  .lg\:visited\:right-4:visited {
    right: 1rem;
  }

  .lg\:visited\:bottom-4:visited {
    bottom: 1rem;
  }

  .lg\:visited\:left-4:visited {
    left: 1rem;
  }

  .lg\:visited\:top-5:visited {
    top: 1.25rem;
  }

  .lg\:visited\:right-5:visited {
    right: 1.25rem;
  }

  .lg\:visited\:bottom-5:visited {
    bottom: 1.25rem;
  }

  .lg\:visited\:left-5:visited {
    left: 1.25rem;
  }

  .lg\:visited\:top-6:visited {
    top: 1.5rem;
  }

  .lg\:visited\:right-6:visited {
    right: 1.5rem;
  }

  .lg\:visited\:bottom-6:visited {
    bottom: 1.5rem;
  }

  .lg\:visited\:left-6:visited {
    left: 1.5rem;
  }

  .lg\:visited\:top-7:visited {
    top: 1.75rem;
  }

  .lg\:visited\:right-7:visited {
    right: 1.75rem;
  }

  .lg\:visited\:bottom-7:visited {
    bottom: 1.75rem;
  }

  .lg\:visited\:left-7:visited {
    left: 1.75rem;
  }

  .lg\:visited\:top-8:visited {
    top: 2rem;
  }

  .lg\:visited\:right-8:visited {
    right: 2rem;
  }

  .lg\:visited\:bottom-8:visited {
    bottom: 2rem;
  }

  .lg\:visited\:left-8:visited {
    left: 2rem;
  }

  .lg\:visited\:top-9:visited {
    top: 2.25rem;
  }

  .lg\:visited\:right-9:visited {
    right: 2.25rem;
  }

  .lg\:visited\:bottom-9:visited {
    bottom: 2.25rem;
  }

  .lg\:visited\:left-9:visited {
    left: 2.25rem;
  }

  .lg\:visited\:top-10:visited {
    top: 2.5rem;
  }

  .lg\:visited\:right-10:visited {
    right: 2.5rem;
  }

  .lg\:visited\:bottom-10:visited {
    bottom: 2.5rem;
  }

  .lg\:visited\:left-10:visited {
    left: 2.5rem;
  }

  .lg\:visited\:top-11:visited {
    top: 2.75rem;
  }

  .lg\:visited\:right-11:visited {
    right: 2.75rem;
  }

  .lg\:visited\:bottom-11:visited {
    bottom: 2.75rem;
  }

  .lg\:visited\:left-11:visited {
    left: 2.75rem;
  }

  .lg\:visited\:top-12:visited {
    top: 3rem;
  }

  .lg\:visited\:right-12:visited {
    right: 3rem;
  }

  .lg\:visited\:bottom-12:visited {
    bottom: 3rem;
  }

  .lg\:visited\:left-12:visited {
    left: 3rem;
  }

  .lg\:visited\:top-14:visited {
    top: 3.5rem;
  }

  .lg\:visited\:right-14:visited {
    right: 3.5rem;
  }

  .lg\:visited\:bottom-14:visited {
    bottom: 3.5rem;
  }

  .lg\:visited\:left-14:visited {
    left: 3.5rem;
  }

  .lg\:visited\:top-16:visited {
    top: 4rem;
  }

  .lg\:visited\:right-16:visited {
    right: 4rem;
  }

  .lg\:visited\:bottom-16:visited {
    bottom: 4rem;
  }

  .lg\:visited\:left-16:visited {
    left: 4rem;
  }

  .lg\:visited\:top-20:visited {
    top: 5rem;
  }

  .lg\:visited\:right-20:visited {
    right: 5rem;
  }

  .lg\:visited\:bottom-20:visited {
    bottom: 5rem;
  }

  .lg\:visited\:left-20:visited {
    left: 5rem;
  }

  .lg\:visited\:top-24:visited {
    top: 6rem;
  }

  .lg\:visited\:right-24:visited {
    right: 6rem;
  }

  .lg\:visited\:bottom-24:visited {
    bottom: 6rem;
  }

  .lg\:visited\:left-24:visited {
    left: 6rem;
  }

  .lg\:visited\:top-28:visited {
    top: 7rem;
  }

  .lg\:visited\:right-28:visited {
    right: 7rem;
  }

  .lg\:visited\:bottom-28:visited {
    bottom: 7rem;
  }

  .lg\:visited\:left-28:visited {
    left: 7rem;
  }

  .lg\:visited\:top-32:visited {
    top: 8rem;
  }

  .lg\:visited\:right-32:visited {
    right: 8rem;
  }

  .lg\:visited\:bottom-32:visited {
    bottom: 8rem;
  }

  .lg\:visited\:left-32:visited {
    left: 8rem;
  }

  .lg\:visited\:top-36:visited {
    top: 9rem;
  }

  .lg\:visited\:right-36:visited {
    right: 9rem;
  }

  .lg\:visited\:bottom-36:visited {
    bottom: 9rem;
  }

  .lg\:visited\:left-36:visited {
    left: 9rem;
  }

  .lg\:visited\:top-40:visited {
    top: 10rem;
  }

  .lg\:visited\:right-40:visited {
    right: 10rem;
  }

  .lg\:visited\:bottom-40:visited {
    bottom: 10rem;
  }

  .lg\:visited\:left-40:visited {
    left: 10rem;
  }

  .lg\:visited\:top-44:visited {
    top: 11rem;
  }

  .lg\:visited\:right-44:visited {
    right: 11rem;
  }

  .lg\:visited\:bottom-44:visited {
    bottom: 11rem;
  }

  .lg\:visited\:left-44:visited {
    left: 11rem;
  }

  .lg\:visited\:top-48:visited {
    top: 12rem;
  }

  .lg\:visited\:right-48:visited {
    right: 12rem;
  }

  .lg\:visited\:bottom-48:visited {
    bottom: 12rem;
  }

  .lg\:visited\:left-48:visited {
    left: 12rem;
  }

  .lg\:visited\:top-52:visited {
    top: 13rem;
  }

  .lg\:visited\:right-52:visited {
    right: 13rem;
  }

  .lg\:visited\:bottom-52:visited {
    bottom: 13rem;
  }

  .lg\:visited\:left-52:visited {
    left: 13rem;
  }

  .lg\:visited\:top-56:visited {
    top: 14rem;
  }

  .lg\:visited\:right-56:visited {
    right: 14rem;
  }

  .lg\:visited\:bottom-56:visited {
    bottom: 14rem;
  }

  .lg\:visited\:left-56:visited {
    left: 14rem;
  }

  .lg\:visited\:top-60:visited {
    top: 15rem;
  }

  .lg\:visited\:right-60:visited {
    right: 15rem;
  }

  .lg\:visited\:bottom-60:visited {
    bottom: 15rem;
  }

  .lg\:visited\:left-60:visited {
    left: 15rem;
  }

  .lg\:visited\:top-64:visited {
    top: 16rem;
  }

  .lg\:visited\:right-64:visited {
    right: 16rem;
  }

  .lg\:visited\:bottom-64:visited {
    bottom: 16rem;
  }

  .lg\:visited\:left-64:visited {
    left: 16rem;
  }

  .lg\:visited\:top-72:visited {
    top: 18rem;
  }

  .lg\:visited\:right-72:visited {
    right: 18rem;
  }

  .lg\:visited\:bottom-72:visited {
    bottom: 18rem;
  }

  .lg\:visited\:left-72:visited {
    left: 18rem;
  }

  .lg\:visited\:top-80:visited {
    top: 20rem;
  }

  .lg\:visited\:right-80:visited {
    right: 20rem;
  }

  .lg\:visited\:bottom-80:visited {
    bottom: 20rem;
  }

  .lg\:visited\:left-80:visited {
    left: 20rem;
  }

  .lg\:visited\:top-96:visited {
    top: 24rem;
  }

  .lg\:visited\:right-96:visited {
    right: 24rem;
  }

  .lg\:visited\:bottom-96:visited {
    bottom: 24rem;
  }

  .lg\:visited\:left-96:visited {
    left: 24rem;
  }

  .lg\:visited\:top-auto:visited {
    top: auto;
  }

  .lg\:visited\:right-auto:visited {
    right: auto;
  }

  .lg\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .lg\:visited\:left-auto:visited {
    left: auto;
  }

  .lg\:visited\:top-px:visited {
    top: 1px;
  }

  .lg\:visited\:right-px:visited {
    right: 1px;
  }

  .lg\:visited\:bottom-px:visited {
    bottom: 1px;
  }

  .lg\:visited\:left-px:visited {
    left: 1px;
  }

  .lg\:visited\:top-0\.5:visited {
    top: 0.125rem;
  }

  .lg\:visited\:right-0\.5:visited {
    right: 0.125rem;
  }

  .lg\:visited\:bottom-0\.5:visited {
    bottom: 0.125rem;
  }

  .lg\:visited\:left-0\.5:visited {
    left: 0.125rem;
  }

  .lg\:visited\:top-1\.5:visited {
    top: 0.375rem;
  }

  .lg\:visited\:right-1\.5:visited {
    right: 0.375rem;
  }

  .lg\:visited\:bottom-1\.5:visited {
    bottom: 0.375rem;
  }

  .lg\:visited\:left-1\.5:visited {
    left: 0.375rem;
  }

  .lg\:visited\:top-2\.5:visited {
    top: 0.625rem;
  }

  .lg\:visited\:right-2\.5:visited {
    right: 0.625rem;
  }

  .lg\:visited\:bottom-2\.5:visited {
    bottom: 0.625rem;
  }

  .lg\:visited\:left-2\.5:visited {
    left: 0.625rem;
  }

  .lg\:visited\:top-3\.5:visited {
    top: 0.875rem;
  }

  .lg\:visited\:right-3\.5:visited {
    right: 0.875rem;
  }

  .lg\:visited\:bottom-3\.5:visited {
    bottom: 0.875rem;
  }

  .lg\:visited\:left-3\.5:visited {
    left: 0.875rem;
  }

  .lg\:visited\:-top-0:visited {
    top: 0px;
  }

  .lg\:visited\:-right-0:visited {
    right: 0px;
  }

  .lg\:visited\:-bottom-0:visited {
    bottom: 0px;
  }

  .lg\:visited\:-left-0:visited {
    left: 0px;
  }

  .lg\:visited\:-top-1:visited {
    top: -0.25rem;
  }

  .lg\:visited\:-right-1:visited {
    right: -0.25rem;
  }

  .lg\:visited\:-bottom-1:visited {
    bottom: -0.25rem;
  }

  .lg\:visited\:-left-1:visited {
    left: -0.25rem;
  }

  .lg\:visited\:-top-2:visited {
    top: -0.5rem;
  }

  .lg\:visited\:-right-2:visited {
    right: -0.5rem;
  }

  .lg\:visited\:-bottom-2:visited {
    bottom: -0.5rem;
  }

  .lg\:visited\:-left-2:visited {
    left: -0.5rem;
  }

  .lg\:visited\:-top-3:visited {
    top: -0.75rem;
  }

  .lg\:visited\:-right-3:visited {
    right: -0.75rem;
  }

  .lg\:visited\:-bottom-3:visited {
    bottom: -0.75rem;
  }

  .lg\:visited\:-left-3:visited {
    left: -0.75rem;
  }

  .lg\:visited\:-top-4:visited {
    top: -1rem;
  }

  .lg\:visited\:-right-4:visited {
    right: -1rem;
  }

  .lg\:visited\:-bottom-4:visited {
    bottom: -1rem;
  }

  .lg\:visited\:-left-4:visited {
    left: -1rem;
  }

  .lg\:visited\:-top-5:visited {
    top: -1.25rem;
  }

  .lg\:visited\:-right-5:visited {
    right: -1.25rem;
  }

  .lg\:visited\:-bottom-5:visited {
    bottom: -1.25rem;
  }

  .lg\:visited\:-left-5:visited {
    left: -1.25rem;
  }

  .lg\:visited\:-top-6:visited {
    top: -1.5rem;
  }

  .lg\:visited\:-right-6:visited {
    right: -1.5rem;
  }

  .lg\:visited\:-bottom-6:visited {
    bottom: -1.5rem;
  }

  .lg\:visited\:-left-6:visited {
    left: -1.5rem;
  }

  .lg\:visited\:-top-7:visited {
    top: -1.75rem;
  }

  .lg\:visited\:-right-7:visited {
    right: -1.75rem;
  }

  .lg\:visited\:-bottom-7:visited {
    bottom: -1.75rem;
  }

  .lg\:visited\:-left-7:visited {
    left: -1.75rem;
  }

  .lg\:visited\:-top-8:visited {
    top: -2rem;
  }

  .lg\:visited\:-right-8:visited {
    right: -2rem;
  }

  .lg\:visited\:-bottom-8:visited {
    bottom: -2rem;
  }

  .lg\:visited\:-left-8:visited {
    left: -2rem;
  }

  .lg\:visited\:-top-9:visited {
    top: -2.25rem;
  }

  .lg\:visited\:-right-9:visited {
    right: -2.25rem;
  }

  .lg\:visited\:-bottom-9:visited {
    bottom: -2.25rem;
  }

  .lg\:visited\:-left-9:visited {
    left: -2.25rem;
  }

  .lg\:visited\:-top-10:visited {
    top: -2.5rem;
  }

  .lg\:visited\:-right-10:visited {
    right: -2.5rem;
  }

  .lg\:visited\:-bottom-10:visited {
    bottom: -2.5rem;
  }

  .lg\:visited\:-left-10:visited {
    left: -2.5rem;
  }

  .lg\:visited\:-top-11:visited {
    top: -2.75rem;
  }

  .lg\:visited\:-right-11:visited {
    right: -2.75rem;
  }

  .lg\:visited\:-bottom-11:visited {
    bottom: -2.75rem;
  }

  .lg\:visited\:-left-11:visited {
    left: -2.75rem;
  }

  .lg\:visited\:-top-12:visited {
    top: -3rem;
  }

  .lg\:visited\:-right-12:visited {
    right: -3rem;
  }

  .lg\:visited\:-bottom-12:visited {
    bottom: -3rem;
  }

  .lg\:visited\:-left-12:visited {
    left: -3rem;
  }

  .lg\:visited\:-top-14:visited {
    top: -3.5rem;
  }

  .lg\:visited\:-right-14:visited {
    right: -3.5rem;
  }

  .lg\:visited\:-bottom-14:visited {
    bottom: -3.5rem;
  }

  .lg\:visited\:-left-14:visited {
    left: -3.5rem;
  }

  .lg\:visited\:-top-16:visited {
    top: -4rem;
  }

  .lg\:visited\:-right-16:visited {
    right: -4rem;
  }

  .lg\:visited\:-bottom-16:visited {
    bottom: -4rem;
  }

  .lg\:visited\:-left-16:visited {
    left: -4rem;
  }

  .lg\:visited\:-top-20:visited {
    top: -5rem;
  }

  .lg\:visited\:-right-20:visited {
    right: -5rem;
  }

  .lg\:visited\:-bottom-20:visited {
    bottom: -5rem;
  }

  .lg\:visited\:-left-20:visited {
    left: -5rem;
  }

  .lg\:visited\:-top-24:visited {
    top: -6rem;
  }

  .lg\:visited\:-right-24:visited {
    right: -6rem;
  }

  .lg\:visited\:-bottom-24:visited {
    bottom: -6rem;
  }

  .lg\:visited\:-left-24:visited {
    left: -6rem;
  }

  .lg\:visited\:-top-28:visited {
    top: -7rem;
  }

  .lg\:visited\:-right-28:visited {
    right: -7rem;
  }

  .lg\:visited\:-bottom-28:visited {
    bottom: -7rem;
  }

  .lg\:visited\:-left-28:visited {
    left: -7rem;
  }

  .lg\:visited\:-top-32:visited {
    top: -8rem;
  }

  .lg\:visited\:-right-32:visited {
    right: -8rem;
  }

  .lg\:visited\:-bottom-32:visited {
    bottom: -8rem;
  }

  .lg\:visited\:-left-32:visited {
    left: -8rem;
  }

  .lg\:visited\:-top-36:visited {
    top: -9rem;
  }

  .lg\:visited\:-right-36:visited {
    right: -9rem;
  }

  .lg\:visited\:-bottom-36:visited {
    bottom: -9rem;
  }

  .lg\:visited\:-left-36:visited {
    left: -9rem;
  }

  .lg\:visited\:-top-40:visited {
    top: -10rem;
  }

  .lg\:visited\:-right-40:visited {
    right: -10rem;
  }

  .lg\:visited\:-bottom-40:visited {
    bottom: -10rem;
  }

  .lg\:visited\:-left-40:visited {
    left: -10rem;
  }

  .lg\:visited\:-top-44:visited {
    top: -11rem;
  }

  .lg\:visited\:-right-44:visited {
    right: -11rem;
  }

  .lg\:visited\:-bottom-44:visited {
    bottom: -11rem;
  }

  .lg\:visited\:-left-44:visited {
    left: -11rem;
  }

  .lg\:visited\:-top-48:visited {
    top: -12rem;
  }

  .lg\:visited\:-right-48:visited {
    right: -12rem;
  }

  .lg\:visited\:-bottom-48:visited {
    bottom: -12rem;
  }

  .lg\:visited\:-left-48:visited {
    left: -12rem;
  }

  .lg\:visited\:-top-52:visited {
    top: -13rem;
  }

  .lg\:visited\:-right-52:visited {
    right: -13rem;
  }

  .lg\:visited\:-bottom-52:visited {
    bottom: -13rem;
  }

  .lg\:visited\:-left-52:visited {
    left: -13rem;
  }

  .lg\:visited\:-top-56:visited {
    top: -14rem;
  }

  .lg\:visited\:-right-56:visited {
    right: -14rem;
  }

  .lg\:visited\:-bottom-56:visited {
    bottom: -14rem;
  }

  .lg\:visited\:-left-56:visited {
    left: -14rem;
  }

  .lg\:visited\:-top-60:visited {
    top: -15rem;
  }

  .lg\:visited\:-right-60:visited {
    right: -15rem;
  }

  .lg\:visited\:-bottom-60:visited {
    bottom: -15rem;
  }

  .lg\:visited\:-left-60:visited {
    left: -15rem;
  }

  .lg\:visited\:-top-64:visited {
    top: -16rem;
  }

  .lg\:visited\:-right-64:visited {
    right: -16rem;
  }

  .lg\:visited\:-bottom-64:visited {
    bottom: -16rem;
  }

  .lg\:visited\:-left-64:visited {
    left: -16rem;
  }

  .lg\:visited\:-top-72:visited {
    top: -18rem;
  }

  .lg\:visited\:-right-72:visited {
    right: -18rem;
  }

  .lg\:visited\:-bottom-72:visited {
    bottom: -18rem;
  }

  .lg\:visited\:-left-72:visited {
    left: -18rem;
  }

  .lg\:visited\:-top-80:visited {
    top: -20rem;
  }

  .lg\:visited\:-right-80:visited {
    right: -20rem;
  }

  .lg\:visited\:-bottom-80:visited {
    bottom: -20rem;
  }

  .lg\:visited\:-left-80:visited {
    left: -20rem;
  }

  .lg\:visited\:-top-96:visited {
    top: -24rem;
  }

  .lg\:visited\:-right-96:visited {
    right: -24rem;
  }

  .lg\:visited\:-bottom-96:visited {
    bottom: -24rem;
  }

  .lg\:visited\:-left-96:visited {
    left: -24rem;
  }

  .lg\:visited\:-top-px:visited {
    top: -1px;
  }

  .lg\:visited\:-right-px:visited {
    right: -1px;
  }

  .lg\:visited\:-bottom-px:visited {
    bottom: -1px;
  }

  .lg\:visited\:-left-px:visited {
    left: -1px;
  }

  .lg\:visited\:-top-0\.5:visited {
    top: -0.125rem;
  }

  .lg\:visited\:-right-0\.5:visited {
    right: -0.125rem;
  }

  .lg\:visited\:-bottom-0\.5:visited {
    bottom: -0.125rem;
  }

  .lg\:visited\:-left-0\.5:visited {
    left: -0.125rem;
  }

  .lg\:visited\:-top-1\.5:visited {
    top: -0.375rem;
  }

  .lg\:visited\:-right-1\.5:visited {
    right: -0.375rem;
  }

  .lg\:visited\:-bottom-1\.5:visited {
    bottom: -0.375rem;
  }

  .lg\:visited\:-left-1\.5:visited {
    left: -0.375rem;
  }

  .lg\:visited\:-top-2\.5:visited {
    top: -0.625rem;
  }

  .lg\:visited\:-right-2\.5:visited {
    right: -0.625rem;
  }

  .lg\:visited\:-bottom-2\.5:visited {
    bottom: -0.625rem;
  }

  .lg\:visited\:-left-2\.5:visited {
    left: -0.625rem;
  }

  .lg\:visited\:-top-3\.5:visited {
    top: -0.875rem;
  }

  .lg\:visited\:-right-3\.5:visited {
    right: -0.875rem;
  }

  .lg\:visited\:-bottom-3\.5:visited {
    bottom: -0.875rem;
  }

  .lg\:visited\:-left-3\.5:visited {
    left: -0.875rem;
  }

  .lg\:visited\:top-1\/2:visited {
    top: 50%;
  }

  .lg\:visited\:right-1\/2:visited {
    right: 50%;
  }

  .lg\:visited\:bottom-1\/2:visited {
    bottom: 50%;
  }

  .lg\:visited\:left-1\/2:visited {
    left: 50%;
  }

  .lg\:visited\:top-1\/3:visited {
    top: 33.333333%;
  }

  .lg\:visited\:right-1\/3:visited {
    right: 33.333333%;
  }

  .lg\:visited\:bottom-1\/3:visited {
    bottom: 33.333333%;
  }

  .lg\:visited\:left-1\/3:visited {
    left: 33.333333%;
  }

  .lg\:visited\:top-2\/3:visited {
    top: 66.666667%;
  }

  .lg\:visited\:right-2\/3:visited {
    right: 66.666667%;
  }

  .lg\:visited\:bottom-2\/3:visited {
    bottom: 66.666667%;
  }

  .lg\:visited\:left-2\/3:visited {
    left: 66.666667%;
  }

  .lg\:visited\:top-1\/4:visited {
    top: 25%;
  }

  .lg\:visited\:right-1\/4:visited {
    right: 25%;
  }

  .lg\:visited\:bottom-1\/4:visited {
    bottom: 25%;
  }

  .lg\:visited\:left-1\/4:visited {
    left: 25%;
  }

  .lg\:visited\:top-2\/4:visited {
    top: 50%;
  }

  .lg\:visited\:right-2\/4:visited {
    right: 50%;
  }

  .lg\:visited\:bottom-2\/4:visited {
    bottom: 50%;
  }

  .lg\:visited\:left-2\/4:visited {
    left: 50%;
  }

  .lg\:visited\:top-3\/4:visited {
    top: 75%;
  }

  .lg\:visited\:right-3\/4:visited {
    right: 75%;
  }

  .lg\:visited\:bottom-3\/4:visited {
    bottom: 75%;
  }

  .lg\:visited\:left-3\/4:visited {
    left: 75%;
  }

  .lg\:visited\:top-full:visited {
    top: 100%;
  }

  .lg\:visited\:right-full:visited {
    right: 100%;
  }

  .lg\:visited\:bottom-full:visited {
    bottom: 100%;
  }

  .lg\:visited\:left-full:visited {
    left: 100%;
  }

  .lg\:visited\:-top-1\/2:visited {
    top: -50%;
  }

  .lg\:visited\:-right-1\/2:visited {
    right: -50%;
  }

  .lg\:visited\:-bottom-1\/2:visited {
    bottom: -50%;
  }

  .lg\:visited\:-left-1\/2:visited {
    left: -50%;
  }

  .lg\:visited\:-top-1\/3:visited {
    top: -33.333333%;
  }

  .lg\:visited\:-right-1\/3:visited {
    right: -33.333333%;
  }

  .lg\:visited\:-bottom-1\/3:visited {
    bottom: -33.333333%;
  }

  .lg\:visited\:-left-1\/3:visited {
    left: -33.333333%;
  }

  .lg\:visited\:-top-2\/3:visited {
    top: -66.666667%;
  }

  .lg\:visited\:-right-2\/3:visited {
    right: -66.666667%;
  }

  .lg\:visited\:-bottom-2\/3:visited {
    bottom: -66.666667%;
  }

  .lg\:visited\:-left-2\/3:visited {
    left: -66.666667%;
  }

  .lg\:visited\:-top-1\/4:visited {
    top: -25%;
  }

  .lg\:visited\:-right-1\/4:visited {
    right: -25%;
  }

  .lg\:visited\:-bottom-1\/4:visited {
    bottom: -25%;
  }

  .lg\:visited\:-left-1\/4:visited {
    left: -25%;
  }

  .lg\:visited\:-top-2\/4:visited {
    top: -50%;
  }

  .lg\:visited\:-right-2\/4:visited {
    right: -50%;
  }

  .lg\:visited\:-bottom-2\/4:visited {
    bottom: -50%;
  }

  .lg\:visited\:-left-2\/4:visited {
    left: -50%;
  }

  .lg\:visited\:-top-3\/4:visited {
    top: -75%;
  }

  .lg\:visited\:-right-3\/4:visited {
    right: -75%;
  }

  .lg\:visited\:-bottom-3\/4:visited {
    bottom: -75%;
  }

  .lg\:visited\:-left-3\/4:visited {
    left: -75%;
  }

  .lg\:visited\:-top-full:visited {
    top: -100%;
  }

  .lg\:visited\:-right-full:visited {
    right: -100%;
  }

  .lg\:visited\:-bottom-full:visited {
    bottom: -100%;
  }

  .lg\:visited\:-left-full:visited {
    left: -100%;
  }

  .lg\:disabled\:inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:disabled\:inset-1:disabled {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:disabled\:inset-2:disabled {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:disabled\:inset-3:disabled {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:disabled\:inset-4:disabled {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:disabled\:inset-5:disabled {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:disabled\:inset-6:disabled {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:disabled\:inset-7:disabled {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:disabled\:inset-8:disabled {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:disabled\:inset-9:disabled {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:disabled\:inset-10:disabled {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:disabled\:inset-11:disabled {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:disabled\:inset-12:disabled {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:disabled\:inset-14:disabled {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:disabled\:inset-16:disabled {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:disabled\:inset-20:disabled {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:disabled\:inset-24:disabled {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:disabled\:inset-28:disabled {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:disabled\:inset-32:disabled {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:disabled\:inset-36:disabled {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:disabled\:inset-40:disabled {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:disabled\:inset-44:disabled {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:disabled\:inset-48:disabled {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:disabled\:inset-52:disabled {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:disabled\:inset-56:disabled {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:disabled\:inset-60:disabled {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:disabled\:inset-64:disabled {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:disabled\:inset-72:disabled {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:disabled\:inset-80:disabled {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:disabled\:inset-96:disabled {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:disabled\:inset-px:disabled {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:disabled\:inset-0\.5:disabled {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:disabled\:inset-1\.5:disabled {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:disabled\:inset-2\.5:disabled {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:disabled\:inset-3\.5:disabled {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:disabled\:-inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:disabled\:-inset-1:disabled {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:disabled\:-inset-2:disabled {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:disabled\:-inset-3:disabled {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:disabled\:-inset-4:disabled {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:disabled\:-inset-5:disabled {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:disabled\:-inset-6:disabled {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:disabled\:-inset-7:disabled {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:disabled\:-inset-8:disabled {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:disabled\:-inset-9:disabled {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:disabled\:-inset-10:disabled {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:disabled\:-inset-11:disabled {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:disabled\:-inset-12:disabled {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:disabled\:-inset-14:disabled {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:disabled\:-inset-16:disabled {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:disabled\:-inset-20:disabled {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:disabled\:-inset-24:disabled {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:disabled\:-inset-28:disabled {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:disabled\:-inset-32:disabled {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:disabled\:-inset-36:disabled {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:disabled\:-inset-40:disabled {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:disabled\:-inset-44:disabled {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:disabled\:-inset-48:disabled {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:disabled\:-inset-52:disabled {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:disabled\:-inset-56:disabled {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:disabled\:-inset-60:disabled {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:disabled\:-inset-64:disabled {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:disabled\:-inset-72:disabled {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:disabled\:-inset-80:disabled {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:disabled\:-inset-96:disabled {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:disabled\:-inset-px:disabled {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:disabled\:-inset-0\.5:disabled {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:disabled\:-inset-1\.5:disabled {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:disabled\:-inset-2\.5:disabled {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:disabled\:-inset-3\.5:disabled {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:disabled\:inset-1\/2:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:disabled\:inset-1\/3:disabled {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:disabled\:inset-2\/3:disabled {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:disabled\:inset-1\/4:disabled {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:disabled\:inset-2\/4:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:disabled\:inset-3\/4:disabled {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:disabled\:inset-full:disabled {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:disabled\:-inset-1\/2:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:disabled\:-inset-1\/3:disabled {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:disabled\:-inset-2\/3:disabled {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:disabled\:-inset-1\/4:disabled {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:disabled\:-inset-2\/4:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:disabled\:-inset-3\/4:disabled {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:disabled\:-inset-full:disabled {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:disabled\:inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .lg\:disabled\:inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .lg\:disabled\:inset-y-1:disabled {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:disabled\:inset-x-1:disabled {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:disabled\:inset-y-2:disabled {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:disabled\:inset-x-2:disabled {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:disabled\:inset-y-3:disabled {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:disabled\:inset-x-3:disabled {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:disabled\:inset-y-4:disabled {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:disabled\:inset-x-4:disabled {
    right: 1rem;
    left: 1rem;
  }

  .lg\:disabled\:inset-y-5:disabled {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:disabled\:inset-x-5:disabled {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:disabled\:inset-y-6:disabled {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:disabled\:inset-x-6:disabled {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:disabled\:inset-y-7:disabled {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:disabled\:inset-x-7:disabled {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:disabled\:inset-y-8:disabled {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:disabled\:inset-x-8:disabled {
    right: 2rem;
    left: 2rem;
  }

  .lg\:disabled\:inset-y-9:disabled {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:disabled\:inset-x-9:disabled {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:disabled\:inset-y-10:disabled {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:disabled\:inset-x-10:disabled {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:disabled\:inset-y-11:disabled {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:disabled\:inset-x-11:disabled {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:disabled\:inset-y-12:disabled {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:disabled\:inset-x-12:disabled {
    right: 3rem;
    left: 3rem;
  }

  .lg\:disabled\:inset-y-14:disabled {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:disabled\:inset-x-14:disabled {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:disabled\:inset-y-16:disabled {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:disabled\:inset-x-16:disabled {
    right: 4rem;
    left: 4rem;
  }

  .lg\:disabled\:inset-y-20:disabled {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:disabled\:inset-x-20:disabled {
    right: 5rem;
    left: 5rem;
  }

  .lg\:disabled\:inset-y-24:disabled {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:disabled\:inset-x-24:disabled {
    right: 6rem;
    left: 6rem;
  }

  .lg\:disabled\:inset-y-28:disabled {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:disabled\:inset-x-28:disabled {
    right: 7rem;
    left: 7rem;
  }

  .lg\:disabled\:inset-y-32:disabled {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:disabled\:inset-x-32:disabled {
    right: 8rem;
    left: 8rem;
  }

  .lg\:disabled\:inset-y-36:disabled {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:disabled\:inset-x-36:disabled {
    right: 9rem;
    left: 9rem;
  }

  .lg\:disabled\:inset-y-40:disabled {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:disabled\:inset-x-40:disabled {
    right: 10rem;
    left: 10rem;
  }

  .lg\:disabled\:inset-y-44:disabled {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:disabled\:inset-x-44:disabled {
    right: 11rem;
    left: 11rem;
  }

  .lg\:disabled\:inset-y-48:disabled {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:disabled\:inset-x-48:disabled {
    right: 12rem;
    left: 12rem;
  }

  .lg\:disabled\:inset-y-52:disabled {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:disabled\:inset-x-52:disabled {
    right: 13rem;
    left: 13rem;
  }

  .lg\:disabled\:inset-y-56:disabled {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:disabled\:inset-x-56:disabled {
    right: 14rem;
    left: 14rem;
  }

  .lg\:disabled\:inset-y-60:disabled {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:disabled\:inset-x-60:disabled {
    right: 15rem;
    left: 15rem;
  }

  .lg\:disabled\:inset-y-64:disabled {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:disabled\:inset-x-64:disabled {
    right: 16rem;
    left: 16rem;
  }

  .lg\:disabled\:inset-y-72:disabled {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:disabled\:inset-x-72:disabled {
    right: 18rem;
    left: 18rem;
  }

  .lg\:disabled\:inset-y-80:disabled {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:disabled\:inset-x-80:disabled {
    right: 20rem;
    left: 20rem;
  }

  .lg\:disabled\:inset-y-96:disabled {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:disabled\:inset-x-96:disabled {
    right: 24rem;
    left: 24rem;
  }

  .lg\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .lg\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .lg\:disabled\:inset-y-px:disabled {
    top: 1px;
    bottom: 1px;
  }

  .lg\:disabled\:inset-x-px:disabled {
    right: 1px;
    left: 1px;
  }

  .lg\:disabled\:inset-y-0\.5:disabled {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:disabled\:inset-x-0\.5:disabled {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:disabled\:inset-y-1\.5:disabled {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:disabled\:inset-x-1\.5:disabled {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:disabled\:inset-y-2\.5:disabled {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:disabled\:inset-x-2\.5:disabled {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:disabled\:inset-y-3\.5:disabled {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:disabled\:inset-x-3\.5:disabled {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:disabled\:-inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .lg\:disabled\:-inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .lg\:disabled\:-inset-y-1:disabled {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:disabled\:-inset-x-1:disabled {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:disabled\:-inset-y-2:disabled {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:disabled\:-inset-x-2:disabled {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:disabled\:-inset-y-3:disabled {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:disabled\:-inset-x-3:disabled {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:disabled\:-inset-y-4:disabled {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:disabled\:-inset-x-4:disabled {
    right: -1rem;
    left: -1rem;
  }

  .lg\:disabled\:-inset-y-5:disabled {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:disabled\:-inset-x-5:disabled {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:disabled\:-inset-y-6:disabled {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:disabled\:-inset-x-6:disabled {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:disabled\:-inset-y-7:disabled {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:disabled\:-inset-x-7:disabled {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:disabled\:-inset-y-8:disabled {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:disabled\:-inset-x-8:disabled {
    right: -2rem;
    left: -2rem;
  }

  .lg\:disabled\:-inset-y-9:disabled {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:disabled\:-inset-x-9:disabled {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:disabled\:-inset-y-10:disabled {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:disabled\:-inset-x-10:disabled {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:disabled\:-inset-y-11:disabled {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:disabled\:-inset-x-11:disabled {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:disabled\:-inset-y-12:disabled {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:disabled\:-inset-x-12:disabled {
    right: -3rem;
    left: -3rem;
  }

  .lg\:disabled\:-inset-y-14:disabled {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:disabled\:-inset-x-14:disabled {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:disabled\:-inset-y-16:disabled {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:disabled\:-inset-x-16:disabled {
    right: -4rem;
    left: -4rem;
  }

  .lg\:disabled\:-inset-y-20:disabled {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:disabled\:-inset-x-20:disabled {
    right: -5rem;
    left: -5rem;
  }

  .lg\:disabled\:-inset-y-24:disabled {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:disabled\:-inset-x-24:disabled {
    right: -6rem;
    left: -6rem;
  }

  .lg\:disabled\:-inset-y-28:disabled {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:disabled\:-inset-x-28:disabled {
    right: -7rem;
    left: -7rem;
  }

  .lg\:disabled\:-inset-y-32:disabled {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:disabled\:-inset-x-32:disabled {
    right: -8rem;
    left: -8rem;
  }

  .lg\:disabled\:-inset-y-36:disabled {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:disabled\:-inset-x-36:disabled {
    right: -9rem;
    left: -9rem;
  }

  .lg\:disabled\:-inset-y-40:disabled {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:disabled\:-inset-x-40:disabled {
    right: -10rem;
    left: -10rem;
  }

  .lg\:disabled\:-inset-y-44:disabled {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:disabled\:-inset-x-44:disabled {
    right: -11rem;
    left: -11rem;
  }

  .lg\:disabled\:-inset-y-48:disabled {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:disabled\:-inset-x-48:disabled {
    right: -12rem;
    left: -12rem;
  }

  .lg\:disabled\:-inset-y-52:disabled {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:disabled\:-inset-x-52:disabled {
    right: -13rem;
    left: -13rem;
  }

  .lg\:disabled\:-inset-y-56:disabled {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:disabled\:-inset-x-56:disabled {
    right: -14rem;
    left: -14rem;
  }

  .lg\:disabled\:-inset-y-60:disabled {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:disabled\:-inset-x-60:disabled {
    right: -15rem;
    left: -15rem;
  }

  .lg\:disabled\:-inset-y-64:disabled {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:disabled\:-inset-x-64:disabled {
    right: -16rem;
    left: -16rem;
  }

  .lg\:disabled\:-inset-y-72:disabled {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:disabled\:-inset-x-72:disabled {
    right: -18rem;
    left: -18rem;
  }

  .lg\:disabled\:-inset-y-80:disabled {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:disabled\:-inset-x-80:disabled {
    right: -20rem;
    left: -20rem;
  }

  .lg\:disabled\:-inset-y-96:disabled {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:disabled\:-inset-x-96:disabled {
    right: -24rem;
    left: -24rem;
  }

  .lg\:disabled\:-inset-y-px:disabled {
    top: -1px;
    bottom: -1px;
  }

  .lg\:disabled\:-inset-x-px:disabled {
    right: -1px;
    left: -1px;
  }

  .lg\:disabled\:-inset-y-0\.5:disabled {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:disabled\:-inset-x-0\.5:disabled {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:disabled\:-inset-y-1\.5:disabled {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:disabled\:-inset-x-1\.5:disabled {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:disabled\:-inset-y-2\.5:disabled {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:disabled\:-inset-x-2\.5:disabled {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:disabled\:-inset-y-3\.5:disabled {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:disabled\:-inset-x-3\.5:disabled {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:disabled\:inset-y-1\/2:disabled {
    top: 50%;
    bottom: 50%;
  }

  .lg\:disabled\:inset-x-1\/2:disabled {
    right: 50%;
    left: 50%;
  }

  .lg\:disabled\:inset-y-1\/3:disabled {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:disabled\:inset-x-1\/3:disabled {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:disabled\:inset-y-2\/3:disabled {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:disabled\:inset-x-2\/3:disabled {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:disabled\:inset-y-1\/4:disabled {
    top: 25%;
    bottom: 25%;
  }

  .lg\:disabled\:inset-x-1\/4:disabled {
    right: 25%;
    left: 25%;
  }

  .lg\:disabled\:inset-y-2\/4:disabled {
    top: 50%;
    bottom: 50%;
  }

  .lg\:disabled\:inset-x-2\/4:disabled {
    right: 50%;
    left: 50%;
  }

  .lg\:disabled\:inset-y-3\/4:disabled {
    top: 75%;
    bottom: 75%;
  }

  .lg\:disabled\:inset-x-3\/4:disabled {
    right: 75%;
    left: 75%;
  }

  .lg\:disabled\:inset-y-full:disabled {
    top: 100%;
    bottom: 100%;
  }

  .lg\:disabled\:inset-x-full:disabled {
    right: 100%;
    left: 100%;
  }

  .lg\:disabled\:-inset-y-1\/2:disabled {
    top: -50%;
    bottom: -50%;
  }

  .lg\:disabled\:-inset-x-1\/2:disabled {
    right: -50%;
    left: -50%;
  }

  .lg\:disabled\:-inset-y-1\/3:disabled {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:disabled\:-inset-x-1\/3:disabled {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:disabled\:-inset-y-2\/3:disabled {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:disabled\:-inset-x-2\/3:disabled {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:disabled\:-inset-y-1\/4:disabled {
    top: -25%;
    bottom: -25%;
  }

  .lg\:disabled\:-inset-x-1\/4:disabled {
    right: -25%;
    left: -25%;
  }

  .lg\:disabled\:-inset-y-2\/4:disabled {
    top: -50%;
    bottom: -50%;
  }

  .lg\:disabled\:-inset-x-2\/4:disabled {
    right: -50%;
    left: -50%;
  }

  .lg\:disabled\:-inset-y-3\/4:disabled {
    top: -75%;
    bottom: -75%;
  }

  .lg\:disabled\:-inset-x-3\/4:disabled {
    right: -75%;
    left: -75%;
  }

  .lg\:disabled\:-inset-y-full:disabled {
    top: -100%;
    bottom: -100%;
  }

  .lg\:disabled\:-inset-x-full:disabled {
    right: -100%;
    left: -100%;
  }

  .lg\:disabled\:top-0:disabled {
    top: 0px;
  }

  .lg\:disabled\:right-0:disabled {
    right: 0px;
  }

  .lg\:disabled\:bottom-0:disabled {
    bottom: 0px;
  }

  .lg\:disabled\:left-0:disabled {
    left: 0px;
  }

  .lg\:disabled\:top-1:disabled {
    top: 0.25rem;
  }

  .lg\:disabled\:right-1:disabled {
    right: 0.25rem;
  }

  .lg\:disabled\:bottom-1:disabled {
    bottom: 0.25rem;
  }

  .lg\:disabled\:left-1:disabled {
    left: 0.25rem;
  }

  .lg\:disabled\:top-2:disabled {
    top: 0.5rem;
  }

  .lg\:disabled\:right-2:disabled {
    right: 0.5rem;
  }

  .lg\:disabled\:bottom-2:disabled {
    bottom: 0.5rem;
  }

  .lg\:disabled\:left-2:disabled {
    left: 0.5rem;
  }

  .lg\:disabled\:top-3:disabled {
    top: 0.75rem;
  }

  .lg\:disabled\:right-3:disabled {
    right: 0.75rem;
  }

  .lg\:disabled\:bottom-3:disabled {
    bottom: 0.75rem;
  }

  .lg\:disabled\:left-3:disabled {
    left: 0.75rem;
  }

  .lg\:disabled\:top-4:disabled {
    top: 1rem;
  }

  .lg\:disabled\:right-4:disabled {
    right: 1rem;
  }

  .lg\:disabled\:bottom-4:disabled {
    bottom: 1rem;
  }

  .lg\:disabled\:left-4:disabled {
    left: 1rem;
  }

  .lg\:disabled\:top-5:disabled {
    top: 1.25rem;
  }

  .lg\:disabled\:right-5:disabled {
    right: 1.25rem;
  }

  .lg\:disabled\:bottom-5:disabled {
    bottom: 1.25rem;
  }

  .lg\:disabled\:left-5:disabled {
    left: 1.25rem;
  }

  .lg\:disabled\:top-6:disabled {
    top: 1.5rem;
  }

  .lg\:disabled\:right-6:disabled {
    right: 1.5rem;
  }

  .lg\:disabled\:bottom-6:disabled {
    bottom: 1.5rem;
  }

  .lg\:disabled\:left-6:disabled {
    left: 1.5rem;
  }

  .lg\:disabled\:top-7:disabled {
    top: 1.75rem;
  }

  .lg\:disabled\:right-7:disabled {
    right: 1.75rem;
  }

  .lg\:disabled\:bottom-7:disabled {
    bottom: 1.75rem;
  }

  .lg\:disabled\:left-7:disabled {
    left: 1.75rem;
  }

  .lg\:disabled\:top-8:disabled {
    top: 2rem;
  }

  .lg\:disabled\:right-8:disabled {
    right: 2rem;
  }

  .lg\:disabled\:bottom-8:disabled {
    bottom: 2rem;
  }

  .lg\:disabled\:left-8:disabled {
    left: 2rem;
  }

  .lg\:disabled\:top-9:disabled {
    top: 2.25rem;
  }

  .lg\:disabled\:right-9:disabled {
    right: 2.25rem;
  }

  .lg\:disabled\:bottom-9:disabled {
    bottom: 2.25rem;
  }

  .lg\:disabled\:left-9:disabled {
    left: 2.25rem;
  }

  .lg\:disabled\:top-10:disabled {
    top: 2.5rem;
  }

  .lg\:disabled\:right-10:disabled {
    right: 2.5rem;
  }

  .lg\:disabled\:bottom-10:disabled {
    bottom: 2.5rem;
  }

  .lg\:disabled\:left-10:disabled {
    left: 2.5rem;
  }

  .lg\:disabled\:top-11:disabled {
    top: 2.75rem;
  }

  .lg\:disabled\:right-11:disabled {
    right: 2.75rem;
  }

  .lg\:disabled\:bottom-11:disabled {
    bottom: 2.75rem;
  }

  .lg\:disabled\:left-11:disabled {
    left: 2.75rem;
  }

  .lg\:disabled\:top-12:disabled {
    top: 3rem;
  }

  .lg\:disabled\:right-12:disabled {
    right: 3rem;
  }

  .lg\:disabled\:bottom-12:disabled {
    bottom: 3rem;
  }

  .lg\:disabled\:left-12:disabled {
    left: 3rem;
  }

  .lg\:disabled\:top-14:disabled {
    top: 3.5rem;
  }

  .lg\:disabled\:right-14:disabled {
    right: 3.5rem;
  }

  .lg\:disabled\:bottom-14:disabled {
    bottom: 3.5rem;
  }

  .lg\:disabled\:left-14:disabled {
    left: 3.5rem;
  }

  .lg\:disabled\:top-16:disabled {
    top: 4rem;
  }

  .lg\:disabled\:right-16:disabled {
    right: 4rem;
  }

  .lg\:disabled\:bottom-16:disabled {
    bottom: 4rem;
  }

  .lg\:disabled\:left-16:disabled {
    left: 4rem;
  }

  .lg\:disabled\:top-20:disabled {
    top: 5rem;
  }

  .lg\:disabled\:right-20:disabled {
    right: 5rem;
  }

  .lg\:disabled\:bottom-20:disabled {
    bottom: 5rem;
  }

  .lg\:disabled\:left-20:disabled {
    left: 5rem;
  }

  .lg\:disabled\:top-24:disabled {
    top: 6rem;
  }

  .lg\:disabled\:right-24:disabled {
    right: 6rem;
  }

  .lg\:disabled\:bottom-24:disabled {
    bottom: 6rem;
  }

  .lg\:disabled\:left-24:disabled {
    left: 6rem;
  }

  .lg\:disabled\:top-28:disabled {
    top: 7rem;
  }

  .lg\:disabled\:right-28:disabled {
    right: 7rem;
  }

  .lg\:disabled\:bottom-28:disabled {
    bottom: 7rem;
  }

  .lg\:disabled\:left-28:disabled {
    left: 7rem;
  }

  .lg\:disabled\:top-32:disabled {
    top: 8rem;
  }

  .lg\:disabled\:right-32:disabled {
    right: 8rem;
  }

  .lg\:disabled\:bottom-32:disabled {
    bottom: 8rem;
  }

  .lg\:disabled\:left-32:disabled {
    left: 8rem;
  }

  .lg\:disabled\:top-36:disabled {
    top: 9rem;
  }

  .lg\:disabled\:right-36:disabled {
    right: 9rem;
  }

  .lg\:disabled\:bottom-36:disabled {
    bottom: 9rem;
  }

  .lg\:disabled\:left-36:disabled {
    left: 9rem;
  }

  .lg\:disabled\:top-40:disabled {
    top: 10rem;
  }

  .lg\:disabled\:right-40:disabled {
    right: 10rem;
  }

  .lg\:disabled\:bottom-40:disabled {
    bottom: 10rem;
  }

  .lg\:disabled\:left-40:disabled {
    left: 10rem;
  }

  .lg\:disabled\:top-44:disabled {
    top: 11rem;
  }

  .lg\:disabled\:right-44:disabled {
    right: 11rem;
  }

  .lg\:disabled\:bottom-44:disabled {
    bottom: 11rem;
  }

  .lg\:disabled\:left-44:disabled {
    left: 11rem;
  }

  .lg\:disabled\:top-48:disabled {
    top: 12rem;
  }

  .lg\:disabled\:right-48:disabled {
    right: 12rem;
  }

  .lg\:disabled\:bottom-48:disabled {
    bottom: 12rem;
  }

  .lg\:disabled\:left-48:disabled {
    left: 12rem;
  }

  .lg\:disabled\:top-52:disabled {
    top: 13rem;
  }

  .lg\:disabled\:right-52:disabled {
    right: 13rem;
  }

  .lg\:disabled\:bottom-52:disabled {
    bottom: 13rem;
  }

  .lg\:disabled\:left-52:disabled {
    left: 13rem;
  }

  .lg\:disabled\:top-56:disabled {
    top: 14rem;
  }

  .lg\:disabled\:right-56:disabled {
    right: 14rem;
  }

  .lg\:disabled\:bottom-56:disabled {
    bottom: 14rem;
  }

  .lg\:disabled\:left-56:disabled {
    left: 14rem;
  }

  .lg\:disabled\:top-60:disabled {
    top: 15rem;
  }

  .lg\:disabled\:right-60:disabled {
    right: 15rem;
  }

  .lg\:disabled\:bottom-60:disabled {
    bottom: 15rem;
  }

  .lg\:disabled\:left-60:disabled {
    left: 15rem;
  }

  .lg\:disabled\:top-64:disabled {
    top: 16rem;
  }

  .lg\:disabled\:right-64:disabled {
    right: 16rem;
  }

  .lg\:disabled\:bottom-64:disabled {
    bottom: 16rem;
  }

  .lg\:disabled\:left-64:disabled {
    left: 16rem;
  }

  .lg\:disabled\:top-72:disabled {
    top: 18rem;
  }

  .lg\:disabled\:right-72:disabled {
    right: 18rem;
  }

  .lg\:disabled\:bottom-72:disabled {
    bottom: 18rem;
  }

  .lg\:disabled\:left-72:disabled {
    left: 18rem;
  }

  .lg\:disabled\:top-80:disabled {
    top: 20rem;
  }

  .lg\:disabled\:right-80:disabled {
    right: 20rem;
  }

  .lg\:disabled\:bottom-80:disabled {
    bottom: 20rem;
  }

  .lg\:disabled\:left-80:disabled {
    left: 20rem;
  }

  .lg\:disabled\:top-96:disabled {
    top: 24rem;
  }

  .lg\:disabled\:right-96:disabled {
    right: 24rem;
  }

  .lg\:disabled\:bottom-96:disabled {
    bottom: 24rem;
  }

  .lg\:disabled\:left-96:disabled {
    left: 24rem;
  }

  .lg\:disabled\:top-auto:disabled {
    top: auto;
  }

  .lg\:disabled\:right-auto:disabled {
    right: auto;
  }

  .lg\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .lg\:disabled\:left-auto:disabled {
    left: auto;
  }

  .lg\:disabled\:top-px:disabled {
    top: 1px;
  }

  .lg\:disabled\:right-px:disabled {
    right: 1px;
  }

  .lg\:disabled\:bottom-px:disabled {
    bottom: 1px;
  }

  .lg\:disabled\:left-px:disabled {
    left: 1px;
  }

  .lg\:disabled\:top-0\.5:disabled {
    top: 0.125rem;
  }

  .lg\:disabled\:right-0\.5:disabled {
    right: 0.125rem;
  }

  .lg\:disabled\:bottom-0\.5:disabled {
    bottom: 0.125rem;
  }

  .lg\:disabled\:left-0\.5:disabled {
    left: 0.125rem;
  }

  .lg\:disabled\:top-1\.5:disabled {
    top: 0.375rem;
  }

  .lg\:disabled\:right-1\.5:disabled {
    right: 0.375rem;
  }

  .lg\:disabled\:bottom-1\.5:disabled {
    bottom: 0.375rem;
  }

  .lg\:disabled\:left-1\.5:disabled {
    left: 0.375rem;
  }

  .lg\:disabled\:top-2\.5:disabled {
    top: 0.625rem;
  }

  .lg\:disabled\:right-2\.5:disabled {
    right: 0.625rem;
  }

  .lg\:disabled\:bottom-2\.5:disabled {
    bottom: 0.625rem;
  }

  .lg\:disabled\:left-2\.5:disabled {
    left: 0.625rem;
  }

  .lg\:disabled\:top-3\.5:disabled {
    top: 0.875rem;
  }

  .lg\:disabled\:right-3\.5:disabled {
    right: 0.875rem;
  }

  .lg\:disabled\:bottom-3\.5:disabled {
    bottom: 0.875rem;
  }

  .lg\:disabled\:left-3\.5:disabled {
    left: 0.875rem;
  }

  .lg\:disabled\:-top-0:disabled {
    top: 0px;
  }

  .lg\:disabled\:-right-0:disabled {
    right: 0px;
  }

  .lg\:disabled\:-bottom-0:disabled {
    bottom: 0px;
  }

  .lg\:disabled\:-left-0:disabled {
    left: 0px;
  }

  .lg\:disabled\:-top-1:disabled {
    top: -0.25rem;
  }

  .lg\:disabled\:-right-1:disabled {
    right: -0.25rem;
  }

  .lg\:disabled\:-bottom-1:disabled {
    bottom: -0.25rem;
  }

  .lg\:disabled\:-left-1:disabled {
    left: -0.25rem;
  }

  .lg\:disabled\:-top-2:disabled {
    top: -0.5rem;
  }

  .lg\:disabled\:-right-2:disabled {
    right: -0.5rem;
  }

  .lg\:disabled\:-bottom-2:disabled {
    bottom: -0.5rem;
  }

  .lg\:disabled\:-left-2:disabled {
    left: -0.5rem;
  }

  .lg\:disabled\:-top-3:disabled {
    top: -0.75rem;
  }

  .lg\:disabled\:-right-3:disabled {
    right: -0.75rem;
  }

  .lg\:disabled\:-bottom-3:disabled {
    bottom: -0.75rem;
  }

  .lg\:disabled\:-left-3:disabled {
    left: -0.75rem;
  }

  .lg\:disabled\:-top-4:disabled {
    top: -1rem;
  }

  .lg\:disabled\:-right-4:disabled {
    right: -1rem;
  }

  .lg\:disabled\:-bottom-4:disabled {
    bottom: -1rem;
  }

  .lg\:disabled\:-left-4:disabled {
    left: -1rem;
  }

  .lg\:disabled\:-top-5:disabled {
    top: -1.25rem;
  }

  .lg\:disabled\:-right-5:disabled {
    right: -1.25rem;
  }

  .lg\:disabled\:-bottom-5:disabled {
    bottom: -1.25rem;
  }

  .lg\:disabled\:-left-5:disabled {
    left: -1.25rem;
  }

  .lg\:disabled\:-top-6:disabled {
    top: -1.5rem;
  }

  .lg\:disabled\:-right-6:disabled {
    right: -1.5rem;
  }

  .lg\:disabled\:-bottom-6:disabled {
    bottom: -1.5rem;
  }

  .lg\:disabled\:-left-6:disabled {
    left: -1.5rem;
  }

  .lg\:disabled\:-top-7:disabled {
    top: -1.75rem;
  }

  .lg\:disabled\:-right-7:disabled {
    right: -1.75rem;
  }

  .lg\:disabled\:-bottom-7:disabled {
    bottom: -1.75rem;
  }

  .lg\:disabled\:-left-7:disabled {
    left: -1.75rem;
  }

  .lg\:disabled\:-top-8:disabled {
    top: -2rem;
  }

  .lg\:disabled\:-right-8:disabled {
    right: -2rem;
  }

  .lg\:disabled\:-bottom-8:disabled {
    bottom: -2rem;
  }

  .lg\:disabled\:-left-8:disabled {
    left: -2rem;
  }

  .lg\:disabled\:-top-9:disabled {
    top: -2.25rem;
  }

  .lg\:disabled\:-right-9:disabled {
    right: -2.25rem;
  }

  .lg\:disabled\:-bottom-9:disabled {
    bottom: -2.25rem;
  }

  .lg\:disabled\:-left-9:disabled {
    left: -2.25rem;
  }

  .lg\:disabled\:-top-10:disabled {
    top: -2.5rem;
  }

  .lg\:disabled\:-right-10:disabled {
    right: -2.5rem;
  }

  .lg\:disabled\:-bottom-10:disabled {
    bottom: -2.5rem;
  }

  .lg\:disabled\:-left-10:disabled {
    left: -2.5rem;
  }

  .lg\:disabled\:-top-11:disabled {
    top: -2.75rem;
  }

  .lg\:disabled\:-right-11:disabled {
    right: -2.75rem;
  }

  .lg\:disabled\:-bottom-11:disabled {
    bottom: -2.75rem;
  }

  .lg\:disabled\:-left-11:disabled {
    left: -2.75rem;
  }

  .lg\:disabled\:-top-12:disabled {
    top: -3rem;
  }

  .lg\:disabled\:-right-12:disabled {
    right: -3rem;
  }

  .lg\:disabled\:-bottom-12:disabled {
    bottom: -3rem;
  }

  .lg\:disabled\:-left-12:disabled {
    left: -3rem;
  }

  .lg\:disabled\:-top-14:disabled {
    top: -3.5rem;
  }

  .lg\:disabled\:-right-14:disabled {
    right: -3.5rem;
  }

  .lg\:disabled\:-bottom-14:disabled {
    bottom: -3.5rem;
  }

  .lg\:disabled\:-left-14:disabled {
    left: -3.5rem;
  }

  .lg\:disabled\:-top-16:disabled {
    top: -4rem;
  }

  .lg\:disabled\:-right-16:disabled {
    right: -4rem;
  }

  .lg\:disabled\:-bottom-16:disabled {
    bottom: -4rem;
  }

  .lg\:disabled\:-left-16:disabled {
    left: -4rem;
  }

  .lg\:disabled\:-top-20:disabled {
    top: -5rem;
  }

  .lg\:disabled\:-right-20:disabled {
    right: -5rem;
  }

  .lg\:disabled\:-bottom-20:disabled {
    bottom: -5rem;
  }

  .lg\:disabled\:-left-20:disabled {
    left: -5rem;
  }

  .lg\:disabled\:-top-24:disabled {
    top: -6rem;
  }

  .lg\:disabled\:-right-24:disabled {
    right: -6rem;
  }

  .lg\:disabled\:-bottom-24:disabled {
    bottom: -6rem;
  }

  .lg\:disabled\:-left-24:disabled {
    left: -6rem;
  }

  .lg\:disabled\:-top-28:disabled {
    top: -7rem;
  }

  .lg\:disabled\:-right-28:disabled {
    right: -7rem;
  }

  .lg\:disabled\:-bottom-28:disabled {
    bottom: -7rem;
  }

  .lg\:disabled\:-left-28:disabled {
    left: -7rem;
  }

  .lg\:disabled\:-top-32:disabled {
    top: -8rem;
  }

  .lg\:disabled\:-right-32:disabled {
    right: -8rem;
  }

  .lg\:disabled\:-bottom-32:disabled {
    bottom: -8rem;
  }

  .lg\:disabled\:-left-32:disabled {
    left: -8rem;
  }

  .lg\:disabled\:-top-36:disabled {
    top: -9rem;
  }

  .lg\:disabled\:-right-36:disabled {
    right: -9rem;
  }

  .lg\:disabled\:-bottom-36:disabled {
    bottom: -9rem;
  }

  .lg\:disabled\:-left-36:disabled {
    left: -9rem;
  }

  .lg\:disabled\:-top-40:disabled {
    top: -10rem;
  }

  .lg\:disabled\:-right-40:disabled {
    right: -10rem;
  }

  .lg\:disabled\:-bottom-40:disabled {
    bottom: -10rem;
  }

  .lg\:disabled\:-left-40:disabled {
    left: -10rem;
  }

  .lg\:disabled\:-top-44:disabled {
    top: -11rem;
  }

  .lg\:disabled\:-right-44:disabled {
    right: -11rem;
  }

  .lg\:disabled\:-bottom-44:disabled {
    bottom: -11rem;
  }

  .lg\:disabled\:-left-44:disabled {
    left: -11rem;
  }

  .lg\:disabled\:-top-48:disabled {
    top: -12rem;
  }

  .lg\:disabled\:-right-48:disabled {
    right: -12rem;
  }

  .lg\:disabled\:-bottom-48:disabled {
    bottom: -12rem;
  }

  .lg\:disabled\:-left-48:disabled {
    left: -12rem;
  }

  .lg\:disabled\:-top-52:disabled {
    top: -13rem;
  }

  .lg\:disabled\:-right-52:disabled {
    right: -13rem;
  }

  .lg\:disabled\:-bottom-52:disabled {
    bottom: -13rem;
  }

  .lg\:disabled\:-left-52:disabled {
    left: -13rem;
  }

  .lg\:disabled\:-top-56:disabled {
    top: -14rem;
  }

  .lg\:disabled\:-right-56:disabled {
    right: -14rem;
  }

  .lg\:disabled\:-bottom-56:disabled {
    bottom: -14rem;
  }

  .lg\:disabled\:-left-56:disabled {
    left: -14rem;
  }

  .lg\:disabled\:-top-60:disabled {
    top: -15rem;
  }

  .lg\:disabled\:-right-60:disabled {
    right: -15rem;
  }

  .lg\:disabled\:-bottom-60:disabled {
    bottom: -15rem;
  }

  .lg\:disabled\:-left-60:disabled {
    left: -15rem;
  }

  .lg\:disabled\:-top-64:disabled {
    top: -16rem;
  }

  .lg\:disabled\:-right-64:disabled {
    right: -16rem;
  }

  .lg\:disabled\:-bottom-64:disabled {
    bottom: -16rem;
  }

  .lg\:disabled\:-left-64:disabled {
    left: -16rem;
  }

  .lg\:disabled\:-top-72:disabled {
    top: -18rem;
  }

  .lg\:disabled\:-right-72:disabled {
    right: -18rem;
  }

  .lg\:disabled\:-bottom-72:disabled {
    bottom: -18rem;
  }

  .lg\:disabled\:-left-72:disabled {
    left: -18rem;
  }

  .lg\:disabled\:-top-80:disabled {
    top: -20rem;
  }

  .lg\:disabled\:-right-80:disabled {
    right: -20rem;
  }

  .lg\:disabled\:-bottom-80:disabled {
    bottom: -20rem;
  }

  .lg\:disabled\:-left-80:disabled {
    left: -20rem;
  }

  .lg\:disabled\:-top-96:disabled {
    top: -24rem;
  }

  .lg\:disabled\:-right-96:disabled {
    right: -24rem;
  }

  .lg\:disabled\:-bottom-96:disabled {
    bottom: -24rem;
  }

  .lg\:disabled\:-left-96:disabled {
    left: -24rem;
  }

  .lg\:disabled\:-top-px:disabled {
    top: -1px;
  }

  .lg\:disabled\:-right-px:disabled {
    right: -1px;
  }

  .lg\:disabled\:-bottom-px:disabled {
    bottom: -1px;
  }

  .lg\:disabled\:-left-px:disabled {
    left: -1px;
  }

  .lg\:disabled\:-top-0\.5:disabled {
    top: -0.125rem;
  }

  .lg\:disabled\:-right-0\.5:disabled {
    right: -0.125rem;
  }

  .lg\:disabled\:-bottom-0\.5:disabled {
    bottom: -0.125rem;
  }

  .lg\:disabled\:-left-0\.5:disabled {
    left: -0.125rem;
  }

  .lg\:disabled\:-top-1\.5:disabled {
    top: -0.375rem;
  }

  .lg\:disabled\:-right-1\.5:disabled {
    right: -0.375rem;
  }

  .lg\:disabled\:-bottom-1\.5:disabled {
    bottom: -0.375rem;
  }

  .lg\:disabled\:-left-1\.5:disabled {
    left: -0.375rem;
  }

  .lg\:disabled\:-top-2\.5:disabled {
    top: -0.625rem;
  }

  .lg\:disabled\:-right-2\.5:disabled {
    right: -0.625rem;
  }

  .lg\:disabled\:-bottom-2\.5:disabled {
    bottom: -0.625rem;
  }

  .lg\:disabled\:-left-2\.5:disabled {
    left: -0.625rem;
  }

  .lg\:disabled\:-top-3\.5:disabled {
    top: -0.875rem;
  }

  .lg\:disabled\:-right-3\.5:disabled {
    right: -0.875rem;
  }

  .lg\:disabled\:-bottom-3\.5:disabled {
    bottom: -0.875rem;
  }

  .lg\:disabled\:-left-3\.5:disabled {
    left: -0.875rem;
  }

  .lg\:disabled\:top-1\/2:disabled {
    top: 50%;
  }

  .lg\:disabled\:right-1\/2:disabled {
    right: 50%;
  }

  .lg\:disabled\:bottom-1\/2:disabled {
    bottom: 50%;
  }

  .lg\:disabled\:left-1\/2:disabled {
    left: 50%;
  }

  .lg\:disabled\:top-1\/3:disabled {
    top: 33.333333%;
  }

  .lg\:disabled\:right-1\/3:disabled {
    right: 33.333333%;
  }

  .lg\:disabled\:bottom-1\/3:disabled {
    bottom: 33.333333%;
  }

  .lg\:disabled\:left-1\/3:disabled {
    left: 33.333333%;
  }

  .lg\:disabled\:top-2\/3:disabled {
    top: 66.666667%;
  }

  .lg\:disabled\:right-2\/3:disabled {
    right: 66.666667%;
  }

  .lg\:disabled\:bottom-2\/3:disabled {
    bottom: 66.666667%;
  }

  .lg\:disabled\:left-2\/3:disabled {
    left: 66.666667%;
  }

  .lg\:disabled\:top-1\/4:disabled {
    top: 25%;
  }

  .lg\:disabled\:right-1\/4:disabled {
    right: 25%;
  }

  .lg\:disabled\:bottom-1\/4:disabled {
    bottom: 25%;
  }

  .lg\:disabled\:left-1\/4:disabled {
    left: 25%;
  }

  .lg\:disabled\:top-2\/4:disabled {
    top: 50%;
  }

  .lg\:disabled\:right-2\/4:disabled {
    right: 50%;
  }

  .lg\:disabled\:bottom-2\/4:disabled {
    bottom: 50%;
  }

  .lg\:disabled\:left-2\/4:disabled {
    left: 50%;
  }

  .lg\:disabled\:top-3\/4:disabled {
    top: 75%;
  }

  .lg\:disabled\:right-3\/4:disabled {
    right: 75%;
  }

  .lg\:disabled\:bottom-3\/4:disabled {
    bottom: 75%;
  }

  .lg\:disabled\:left-3\/4:disabled {
    left: 75%;
  }

  .lg\:disabled\:top-full:disabled {
    top: 100%;
  }

  .lg\:disabled\:right-full:disabled {
    right: 100%;
  }

  .lg\:disabled\:bottom-full:disabled {
    bottom: 100%;
  }

  .lg\:disabled\:left-full:disabled {
    left: 100%;
  }

  .lg\:disabled\:-top-1\/2:disabled {
    top: -50%;
  }

  .lg\:disabled\:-right-1\/2:disabled {
    right: -50%;
  }

  .lg\:disabled\:-bottom-1\/2:disabled {
    bottom: -50%;
  }

  .lg\:disabled\:-left-1\/2:disabled {
    left: -50%;
  }

  .lg\:disabled\:-top-1\/3:disabled {
    top: -33.333333%;
  }

  .lg\:disabled\:-right-1\/3:disabled {
    right: -33.333333%;
  }

  .lg\:disabled\:-bottom-1\/3:disabled {
    bottom: -33.333333%;
  }

  .lg\:disabled\:-left-1\/3:disabled {
    left: -33.333333%;
  }

  .lg\:disabled\:-top-2\/3:disabled {
    top: -66.666667%;
  }

  .lg\:disabled\:-right-2\/3:disabled {
    right: -66.666667%;
  }

  .lg\:disabled\:-bottom-2\/3:disabled {
    bottom: -66.666667%;
  }

  .lg\:disabled\:-left-2\/3:disabled {
    left: -66.666667%;
  }

  .lg\:disabled\:-top-1\/4:disabled {
    top: -25%;
  }

  .lg\:disabled\:-right-1\/4:disabled {
    right: -25%;
  }

  .lg\:disabled\:-bottom-1\/4:disabled {
    bottom: -25%;
  }

  .lg\:disabled\:-left-1\/4:disabled {
    left: -25%;
  }

  .lg\:disabled\:-top-2\/4:disabled {
    top: -50%;
  }

  .lg\:disabled\:-right-2\/4:disabled {
    right: -50%;
  }

  .lg\:disabled\:-bottom-2\/4:disabled {
    bottom: -50%;
  }

  .lg\:disabled\:-left-2\/4:disabled {
    left: -50%;
  }

  .lg\:disabled\:-top-3\/4:disabled {
    top: -75%;
  }

  .lg\:disabled\:-right-3\/4:disabled {
    right: -75%;
  }

  .lg\:disabled\:-bottom-3\/4:disabled {
    bottom: -75%;
  }

  .lg\:disabled\:-left-3\/4:disabled {
    left: -75%;
  }

  .lg\:disabled\:-top-full:disabled {
    top: -100%;
  }

  .lg\:disabled\:-right-full:disabled {
    right: -100%;
  }

  .lg\:disabled\:-bottom-full:disabled {
    bottom: -100%;
  }

  .lg\:disabled\:-left-full:disabled {
    left: -100%;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .group:hover .lg\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .lg\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .lg\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .lg\:group-hover\:resize {
    resize: both;
  }

  .lg\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .lg\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .lg\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .lg\:focus-within\:resize:focus-within {
    resize: both;
  }

  .lg\:first\:resize-none:first-child {
    resize: none;
  }

  .lg\:first\:resize-y:first-child {
    resize: vertical;
  }

  .lg\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .lg\:first\:resize:first-child {
    resize: both;
  }

  .lg\:last\:resize-none:last-child {
    resize: none;
  }

  .lg\:last\:resize-y:last-child {
    resize: vertical;
  }

  .lg\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .lg\:last\:resize:last-child {
    resize: both;
  }

  .lg\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .lg\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .lg\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .lg\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .lg\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .lg\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .lg\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .lg\:even\:resize:nth-child(even) {
    resize: both;
  }

  .lg\:hover\:resize-none:hover {
    resize: none;
  }

  .lg\:hover\:resize-y:hover {
    resize: vertical;
  }

  .lg\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .lg\:hover\:resize:hover {
    resize: both;
  }

  .lg\:focus\:resize-none:focus {
    resize: none;
  }

  .lg\:focus\:resize-y:focus {
    resize: vertical;
  }

  .lg\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .lg\:focus\:resize:focus {
    resize: both;
  }

  .lg\:active\:resize-none:active {
    resize: none;
  }

  .lg\:active\:resize-y:active {
    resize: vertical;
  }

  .lg\:active\:resize-x:active {
    resize: horizontal;
  }

  .lg\:active\:resize:active {
    resize: both;
  }

  .lg\:visited\:resize-none:visited {
    resize: none;
  }

  .lg\:visited\:resize-y:visited {
    resize: vertical;
  }

  .lg\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .lg\:visited\:resize:visited {
    resize: both;
  }

  .lg\:disabled\:resize-none:disabled {
    resize: none;
  }

  .lg\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .lg\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .lg\:disabled\:resize:disabled {
    resize: both;
  }

  .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\:first\:shadow-sm:first-child {
    --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\:first\:shadow:first-child {
    --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\:first\:shadow-md:first-child {
    --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\:first\:shadow-lg:first-child {
    --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\:first\:shadow-xl:first-child {
    --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\:first\:shadow-2xl:first-child {
    --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\:first\:shadow-inner:first-child {
    --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\:first\:shadow-none:first-child {
    --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\:last\:shadow-sm:last-child {
    --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\:last\:shadow:last-child {
    --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\:last\:shadow-md:last-child {
    --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\:last\:shadow-lg:last-child {
    --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\:last\:shadow-xl:last-child {
    --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\:last\:shadow-2xl:last-child {
    --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\:last\:shadow-inner:last-child {
    --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\:last\:shadow-none:last-child {
    --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\:odd\:shadow-sm:nth-child(odd) {
    --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\:odd\:shadow:nth-child(odd) {
    --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\:odd\:shadow-md:nth-child(odd) {
    --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\:odd\:shadow-lg:nth-child(odd) {
    --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\:odd\:shadow-xl:nth-child(odd) {
    --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\:odd\:shadow-2xl:nth-child(odd) {
    --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\:odd\:shadow-inner:nth-child(odd) {
    --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\:odd\:shadow-none:nth-child(odd) {
    --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\:even\:shadow-sm:nth-child(even) {
    --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\:even\:shadow:nth-child(even) {
    --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\:even\:shadow-md:nth-child(even) {
    --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\:even\:shadow-lg:nth-child(even) {
    --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\:even\:shadow-xl:nth-child(even) {
    --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\:even\:shadow-2xl:nth-child(even) {
    --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\:even\:shadow-inner:nth-child(even) {
    --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\:even\:shadow-none:nth-child(even) {
    --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\:active\:shadow-sm:active {
    --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\:active\:shadow:active {
    --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\:active\:shadow-md:active {
    --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\:active\:shadow-lg:active {
    --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\:active\:shadow-xl:active {
    --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\:active\:shadow-2xl:active {
    --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\:active\:shadow-inner:active {
    --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\:active\:shadow-none:active {
    --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\:visited\:shadow-sm:visited {
    --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\:visited\:shadow:visited {
    --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\:visited\:shadow-md:visited {
    --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\:visited\:shadow-lg:visited {
    --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\:visited\:shadow-xl:visited {
    --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\:visited\:shadow-2xl:visited {
    --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\:visited\:shadow-inner:visited {
    --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\:visited\:shadow-none:visited {
    --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\:disabled\:shadow-sm:disabled {
    --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\:disabled\:shadow:disabled {
    --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\:disabled\:shadow-md:disabled {
    --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\:disabled\:shadow-lg:disabled {
    --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\:disabled\:shadow-xl:disabled {
    --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\:disabled\:shadow-2xl:disabled {
    --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\:disabled\:shadow-inner:disabled {
    --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\:disabled\:shadow-none:disabled {
    --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\: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\:ring-inset {
    --tw-ring-inset: inset;
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .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-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:first\:ring-0:first-child {
    --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\:first\:ring-1:first-child {
    --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\:first\:ring-2:first-child {
    --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\:first\:ring-4:first-child {
    --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\:first\:ring-8:first-child {
    --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\:first\:ring:first-child {
    --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\:first\:ring-inset:first-child {
    --tw-ring-inset: inset;
  }

  .lg\:last\:ring-0:last-child {
    --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\:last\:ring-1:last-child {
    --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\:last\:ring-2:last-child {
    --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\:last\:ring-4:last-child {
    --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\:last\:ring-8:last-child {
    --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\:last\:ring:last-child {
    --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\:last\:ring-inset:last-child {
    --tw-ring-inset: inset;
  }

  .lg\:odd\:ring-0:nth-child(odd) {
    --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\:odd\:ring-1:nth-child(odd) {
    --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\:odd\:ring-2:nth-child(odd) {
    --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\:odd\:ring-4:nth-child(odd) {
    --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\:odd\:ring-8:nth-child(odd) {
    --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\:odd\:ring:nth-child(odd) {
    --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\:odd\:ring-inset:nth-child(odd) {
    --tw-ring-inset: inset;
  }

  .lg\:even\:ring-0:nth-child(even) {
    --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\:even\:ring-1:nth-child(even) {
    --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\:even\:ring-2:nth-child(even) {
    --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\:even\:ring-4:nth-child(even) {
    --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\:even\:ring-8:nth-child(even) {
    --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\:even\:ring:nth-child(even) {
    --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\:even\:ring-inset:nth-child(even) {
    --tw-ring-inset: inset;
  }

  .lg\:hover\:ring-0:hover {
    --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\:hover\:ring-1:hover {
    --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\:hover\:ring-2:hover {
    --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\:hover\:ring-4:hover {
    --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\:hover\:ring-8:hover {
    --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\:hover\:ring:hover {
    --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\:hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .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\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:active\:ring-0:active {
    --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\:active\:ring-1:active {
    --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\:active\:ring-2:active {
    --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\:active\:ring-4:active {
    --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\:active\:ring-8:active {
    --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\:active\:ring:active {
    --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\:active\:ring-inset:active {
    --tw-ring-inset: inset;
  }

  .lg\:visited\:ring-0:visited {
    --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\:visited\:ring-1:visited {
    --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\:visited\:ring-2:visited {
    --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\:visited\:ring-4:visited {
    --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\:visited\:ring-8:visited {
    --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\:visited\:ring:visited {
    --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\:visited\:ring-inset:visited {
    --tw-ring-inset: inset;
  }

  .lg\:disabled\:ring-0:disabled {
    --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\:disabled\:ring-1:disabled {
    --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\:disabled\:ring-2:disabled {
    --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\:disabled\:ring-4:disabled {
    --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\:disabled\:ring-8:disabled {
    --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\:disabled\:ring:disabled {
    --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\:disabled\:ring-inset:disabled {
    --tw-ring-inset: inset;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .lg\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .lg\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .lg\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .lg\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .lg\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .lg\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .lg\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .lg\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .lg\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .lg\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .group:hover .lg\:group-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .group:hover .lg\:group-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .group:hover .lg\:group-hover\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .group:hover .lg\:group-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .group:hover .lg\:group-hover\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .group:hover .lg\:group-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .group:hover .lg\:group-hover\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .group:hover .lg\:group-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .group:hover .lg\:group-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .group:hover .lg\:group-hover\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .group:hover .lg\:group-hover\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .group:hover .lg\:group-hover\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .group:hover .lg\:group-hover\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .group:hover .lg\:group-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .group:hover .lg\:group-hover\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .group:hover .lg\:group-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .group:hover .lg\:group-hover\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .group:hover .lg\:group-hover\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .group:hover .lg\:group-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .group:hover .lg\:group-hover\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .group:hover .lg\:group-hover\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .group:hover .lg\:group-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .group:hover .lg\:group-hover\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .group:hover .lg\:group-hover\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .group:hover .lg\:group-hover\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .group:hover .lg\:group-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus-within\:ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus-within\:ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus-within\:ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus-within\:ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus-within\:ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus-within\:ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus-within\:ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus-within\:ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus-within\:ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus-within\:ring-offset-warmGray-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:focus-within\:ring-offset-warmGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:focus-within\:ring-offset-warmGray-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:focus-within\:ring-offset-warmGray-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:focus-within\:ring-offset-warmGray-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:focus-within\:ring-offset-warmGray-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:focus-within\:ring-offset-warmGray-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:focus-within\:ring-offset-warmGray-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:focus-within\:ring-offset-warmGray-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .lg\:focus-within\:ring-offset-warmGray-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:focus-within\:ring-offset-trueGray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus-within\:ring-offset-trueGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:focus-within\:ring-offset-trueGray-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus-within\:ring-offset-trueGray-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:focus-within\:ring-offset-trueGray-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:focus-within\:ring-offset-trueGray-500:focus-within {
    --tw-ring-offset-color: #737373;
  }

  .lg\:focus-within\:ring-offset-trueGray-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .lg\:focus-within\:ring-offset-trueGray-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .lg\:focus-within\:ring-offset-trueGray-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus-within\:ring-offset-trueGray-900:focus-within {
    --tw-ring-offset-color: #171717;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:focus-within\:ring-offset-coolGray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-coolGray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-coolGray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-coolGray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-coolGray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-coolGray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-coolGray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-coolGray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-coolGray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-coolGray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:focus-within\:ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:focus-within\:ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:focus-within\:ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:focus-within\:ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:focus-within\:ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:focus-within\:ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569;
  }

  .lg\:focus-within\:ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155;
  }

  .lg\:focus-within\:ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:focus-within\:ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: current;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:first\:ring-offset-black:first-child {
    --tw-ring-offset-color: #000;
  }

  .lg\:first\:ring-offset-white:first-child {
    --tw-ring-offset-color: #fff;
  }

  .lg\:first\:ring-offset-rose-50:first-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:first\:ring-offset-rose-100:first-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:first\:ring-offset-rose-200:first-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:first\:ring-offset-rose-300:first-child {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:first\:ring-offset-rose-400:first-child {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:first\:ring-offset-rose-500:first-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:first\:ring-offset-rose-600:first-child {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:first\:ring-offset-rose-700:first-child {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:first\:ring-offset-rose-800:first-child {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:first\:ring-offset-rose-900:first-child {
    --tw-ring-offset-color: #881337;
  }

  .lg\:first\:ring-offset-pink-50:first-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:first\:ring-offset-pink-100:first-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:first\:ring-offset-pink-200:first-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:first\:ring-offset-pink-300:first-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:first\:ring-offset-pink-400:first-child {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:first\:ring-offset-pink-500:first-child {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:first\:ring-offset-pink-600:first-child {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:first\:ring-offset-pink-700:first-child {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:first\:ring-offset-pink-800:first-child {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:first\:ring-offset-pink-900:first-child {
    --tw-ring-offset-color: #831843;
  }

  .lg\:first\:ring-offset-fuchsia-50:first-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:first\:ring-offset-fuchsia-100:first-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:first\:ring-offset-fuchsia-200:first-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:first\:ring-offset-fuchsia-300:first-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:first\:ring-offset-fuchsia-400:first-child {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:first\:ring-offset-fuchsia-500:first-child {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:first\:ring-offset-fuchsia-600:first-child {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:first\:ring-offset-fuchsia-700:first-child {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:first\:ring-offset-fuchsia-800:first-child {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:first\:ring-offset-fuchsia-900:first-child {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:first\:ring-offset-purple-50:first-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:first\:ring-offset-purple-100:first-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:first\:ring-offset-purple-200:first-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:first\:ring-offset-purple-300:first-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:first\:ring-offset-purple-400:first-child {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:first\:ring-offset-purple-500:first-child {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:first\:ring-offset-purple-600:first-child {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:first\:ring-offset-purple-700:first-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:first\:ring-offset-purple-800:first-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:first\:ring-offset-purple-900:first-child {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:first\:ring-offset-violet-50:first-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:first\:ring-offset-violet-100:first-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:first\:ring-offset-violet-200:first-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:first\:ring-offset-violet-300:first-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:first\:ring-offset-violet-400:first-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:first\:ring-offset-violet-500:first-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:first\:ring-offset-violet-600:first-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:first\:ring-offset-violet-700:first-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:first\:ring-offset-violet-800:first-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:first\:ring-offset-violet-900:first-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:first\:ring-offset-indigo-50:first-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:first\:ring-offset-indigo-100:first-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:first\:ring-offset-indigo-200:first-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:first\:ring-offset-indigo-300:first-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:first\:ring-offset-indigo-400:first-child {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:first\:ring-offset-indigo-500:first-child {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:first\:ring-offset-indigo-600:first-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:first\:ring-offset-indigo-700:first-child {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:first\:ring-offset-indigo-800:first-child {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:first\:ring-offset-indigo-900:first-child {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:first\:ring-offset-blue-50:first-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:first\:ring-offset-blue-100:first-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:first\:ring-offset-blue-200:first-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:first\:ring-offset-blue-300:first-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:first\:ring-offset-blue-400:first-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:first\:ring-offset-blue-500:first-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:first\:ring-offset-blue-600:first-child {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:first\:ring-offset-blue-700:first-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:first\:ring-offset-blue-800:first-child {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:first\:ring-offset-blue-900:first-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:first\:ring-offset-lightBlue-50:first-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:first\:ring-offset-lightBlue-100:first-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:first\:ring-offset-lightBlue-200:first-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:first\:ring-offset-lightBlue-300:first-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:first\:ring-offset-lightBlue-400:first-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:first\:ring-offset-lightBlue-500:first-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:first\:ring-offset-lightBlue-600:first-child {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:first\:ring-offset-lightBlue-700:first-child {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:first\:ring-offset-lightBlue-800:first-child {
    --tw-ring-offset-color: #075985;
  }

  .lg\:first\:ring-offset-lightBlue-900:first-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:first\:ring-offset-cyan-50:first-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:first\:ring-offset-cyan-100:first-child {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:first\:ring-offset-cyan-200:first-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:first\:ring-offset-cyan-300:first-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:first\:ring-offset-cyan-400:first-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:first\:ring-offset-cyan-500:first-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:first\:ring-offset-cyan-600:first-child {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:first\:ring-offset-cyan-700:first-child {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:first\:ring-offset-cyan-800:first-child {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:first\:ring-offset-cyan-900:first-child {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:first\:ring-offset-teal-50:first-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:first\:ring-offset-teal-100:first-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:first\:ring-offset-teal-200:first-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:first\:ring-offset-teal-300:first-child {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:first\:ring-offset-teal-400:first-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:first\:ring-offset-teal-500:first-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:first\:ring-offset-teal-600:first-child {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:first\:ring-offset-teal-700:first-child {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:first\:ring-offset-teal-800:first-child {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:first\:ring-offset-teal-900:first-child {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:first\:ring-offset-emerald-50:first-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:first\:ring-offset-emerald-100:first-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:first\:ring-offset-emerald-200:first-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:first\:ring-offset-emerald-300:first-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:first\:ring-offset-emerald-400:first-child {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:first\:ring-offset-emerald-500:first-child {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:first\:ring-offset-emerald-600:first-child {
    --tw-ring-offset-color: #059669;
  }

  .lg\:first\:ring-offset-emerald-700:first-child {
    --tw-ring-offset-color: #047857;
  }

  .lg\:first\:ring-offset-emerald-800:first-child {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:first\:ring-offset-emerald-900:first-child {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:first\:ring-offset-green-50:first-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:first\:ring-offset-green-100:first-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:first\:ring-offset-green-200:first-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:first\:ring-offset-green-300:first-child {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:first\:ring-offset-green-400:first-child {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:first\:ring-offset-green-500:first-child {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:first\:ring-offset-green-600:first-child {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:first\:ring-offset-green-700:first-child {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:first\:ring-offset-green-800:first-child {
    --tw-ring-offset-color: #166534;
  }

  .lg\:first\:ring-offset-green-900:first-child {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:first\:ring-offset-lime-50:first-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:first\:ring-offset-lime-100:first-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:first\:ring-offset-lime-200:first-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:first\:ring-offset-lime-300:first-child {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:first\:ring-offset-lime-400:first-child {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:first\:ring-offset-lime-500:first-child {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:first\:ring-offset-lime-600:first-child {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:first\:ring-offset-lime-700:first-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:first\:ring-offset-lime-800:first-child {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:first\:ring-offset-lime-900:first-child {
    --tw-ring-offset-color: #365314;
  }

  .lg\:first\:ring-offset-yellow-50:first-child {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:first\:ring-offset-yellow-100:first-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:first\:ring-offset-yellow-200:first-child {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:first\:ring-offset-yellow-300:first-child {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:first\:ring-offset-yellow-400:first-child {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:first\:ring-offset-yellow-500:first-child {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:first\:ring-offset-yellow-600:first-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:first\:ring-offset-yellow-700:first-child {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:first\:ring-offset-yellow-800:first-child {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:first\:ring-offset-yellow-900:first-child {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:first\:ring-offset-amber-50:first-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:first\:ring-offset-amber-100:first-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:first\:ring-offset-amber-200:first-child {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:first\:ring-offset-amber-300:first-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:first\:ring-offset-amber-400:first-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:first\:ring-offset-amber-500:first-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:first\:ring-offset-amber-600:first-child {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:first\:ring-offset-amber-700:first-child {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:first\:ring-offset-amber-800:first-child {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:first\:ring-offset-amber-900:first-child {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:first\:ring-offset-orange-50:first-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:first\:ring-offset-orange-100:first-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:first\:ring-offset-orange-200:first-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:first\:ring-offset-orange-300:first-child {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:first\:ring-offset-orange-400:first-child {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:first\:ring-offset-orange-500:first-child {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:first\:ring-offset-orange-600:first-child {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:first\:ring-offset-orange-700:first-child {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:first\:ring-offset-orange-800:first-child {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:first\:ring-offset-orange-900:first-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:first\:ring-offset-red-50:first-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:first\:ring-offset-red-100:first-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:first\:ring-offset-red-200:first-child {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:first\:ring-offset-red-300:first-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:first\:ring-offset-red-400:first-child {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:first\:ring-offset-red-500:first-child {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:first\:ring-offset-red-600:first-child {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:first\:ring-offset-red-700:first-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:first\:ring-offset-red-800:first-child {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:first\:ring-offset-red-900:first-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:first\:ring-offset-warmGray-50:first-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:first\:ring-offset-warmGray-100:first-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:first\:ring-offset-warmGray-200:first-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:first\:ring-offset-warmGray-300:first-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:first\:ring-offset-warmGray-400:first-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:first\:ring-offset-warmGray-500:first-child {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:first\:ring-offset-warmGray-600:first-child {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:first\:ring-offset-warmGray-700:first-child {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:first\:ring-offset-warmGray-800:first-child {
    --tw-ring-offset-color: #292524;
  }

  .lg\:first\:ring-offset-warmGray-900:first-child {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:first\:ring-offset-trueGray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:first\:ring-offset-trueGray-100:first-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:first\:ring-offset-trueGray-200:first-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:first\:ring-offset-trueGray-300:first-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:first\:ring-offset-trueGray-400:first-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:first\:ring-offset-trueGray-500:first-child {
    --tw-ring-offset-color: #737373;
  }

  .lg\:first\:ring-offset-trueGray-600:first-child {
    --tw-ring-offset-color: #525252;
  }

  .lg\:first\:ring-offset-trueGray-700:first-child {
    --tw-ring-offset-color: #404040;
  }

  .lg\:first\:ring-offset-trueGray-800:first-child {
    --tw-ring-offset-color: #262626;
  }

  .lg\:first\:ring-offset-trueGray-900:first-child {
    --tw-ring-offset-color: #171717;
  }

  .lg\:first\:ring-offset-gray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:first\:ring-offset-gray-100:first-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:first\:ring-offset-gray-200:first-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:first\:ring-offset-gray-300:first-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:first\:ring-offset-gray-400:first-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:first\:ring-offset-gray-500:first-child {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:first\:ring-offset-gray-600:first-child {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:first\:ring-offset-gray-700:first-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:first\:ring-offset-gray-800:first-child {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:first\:ring-offset-gray-900:first-child {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:first\:ring-offset-coolGray-50:first-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:first\:ring-offset-coolGray-100:first-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:first\:ring-offset-coolGray-200:first-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:first\:ring-offset-coolGray-300:first-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:first\:ring-offset-coolGray-400:first-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:first\:ring-offset-coolGray-500:first-child {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:first\:ring-offset-coolGray-600:first-child {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:first\:ring-offset-coolGray-700:first-child {
    --tw-ring-offset-color: #374151;
  }

  .lg\:first\:ring-offset-coolGray-800:first-child {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:first\:ring-offset-coolGray-900:first-child {
    --tw-ring-offset-color: #111827;
  }

  .lg\:first\:ring-offset-blueGray-50:first-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:first\:ring-offset-blueGray-100:first-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:first\:ring-offset-blueGray-200:first-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:first\:ring-offset-blueGray-300:first-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:first\:ring-offset-blueGray-400:first-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:first\:ring-offset-blueGray-500:first-child {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:first\:ring-offset-blueGray-600:first-child {
    --tw-ring-offset-color: #475569;
  }

  .lg\:first\:ring-offset-blueGray-700:first-child {
    --tw-ring-offset-color: #334155;
  }

  .lg\:first\:ring-offset-blueGray-800:first-child {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:first\:ring-offset-blueGray-900:first-child {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:first\:ring-offset-current:first-child {
    --tw-ring-offset-color: current;
  }

  .lg\:first\:ring-offset-transparent:first-child {
    --tw-ring-offset-color: transparent;
  }

  .lg\:last\:ring-offset-black:last-child {
    --tw-ring-offset-color: #000;
  }

  .lg\:last\:ring-offset-white:last-child {
    --tw-ring-offset-color: #fff;
  }

  .lg\:last\:ring-offset-rose-50:last-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:last\:ring-offset-rose-100:last-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:last\:ring-offset-rose-200:last-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:last\:ring-offset-rose-300:last-child {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:last\:ring-offset-rose-400:last-child {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:last\:ring-offset-rose-500:last-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:last\:ring-offset-rose-600:last-child {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:last\:ring-offset-rose-700:last-child {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:last\:ring-offset-rose-800:last-child {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:last\:ring-offset-rose-900:last-child {
    --tw-ring-offset-color: #881337;
  }

  .lg\:last\:ring-offset-pink-50:last-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:last\:ring-offset-pink-100:last-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:last\:ring-offset-pink-200:last-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:last\:ring-offset-pink-300:last-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:last\:ring-offset-pink-400:last-child {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:last\:ring-offset-pink-500:last-child {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:last\:ring-offset-pink-600:last-child {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:last\:ring-offset-pink-700:last-child {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:last\:ring-offset-pink-800:last-child {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:last\:ring-offset-pink-900:last-child {
    --tw-ring-offset-color: #831843;
  }

  .lg\:last\:ring-offset-fuchsia-50:last-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:last\:ring-offset-fuchsia-100:last-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:last\:ring-offset-fuchsia-200:last-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:last\:ring-offset-fuchsia-300:last-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:last\:ring-offset-fuchsia-400:last-child {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:last\:ring-offset-fuchsia-500:last-child {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:last\:ring-offset-fuchsia-600:last-child {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:last\:ring-offset-fuchsia-700:last-child {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:last\:ring-offset-fuchsia-800:last-child {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:last\:ring-offset-fuchsia-900:last-child {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:last\:ring-offset-purple-50:last-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:last\:ring-offset-purple-100:last-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:last\:ring-offset-purple-200:last-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:last\:ring-offset-purple-300:last-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:last\:ring-offset-purple-400:last-child {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:last\:ring-offset-purple-500:last-child {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:last\:ring-offset-purple-600:last-child {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:last\:ring-offset-purple-700:last-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:last\:ring-offset-purple-800:last-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:last\:ring-offset-purple-900:last-child {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:last\:ring-offset-violet-50:last-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:last\:ring-offset-violet-100:last-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:last\:ring-offset-violet-200:last-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:last\:ring-offset-violet-300:last-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:last\:ring-offset-violet-400:last-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:last\:ring-offset-violet-500:last-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:last\:ring-offset-violet-600:last-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:last\:ring-offset-violet-700:last-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:last\:ring-offset-violet-800:last-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:last\:ring-offset-violet-900:last-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:last\:ring-offset-indigo-50:last-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:last\:ring-offset-indigo-100:last-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:last\:ring-offset-indigo-200:last-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:last\:ring-offset-indigo-300:last-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:last\:ring-offset-indigo-400:last-child {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:last\:ring-offset-indigo-500:last-child {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:last\:ring-offset-indigo-600:last-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:last\:ring-offset-indigo-700:last-child {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:last\:ring-offset-indigo-800:last-child {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:last\:ring-offset-indigo-900:last-child {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:last\:ring-offset-blue-50:last-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:last\:ring-offset-blue-100:last-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:last\:ring-offset-blue-200:last-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:last\:ring-offset-blue-300:last-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:last\:ring-offset-blue-400:last-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:last\:ring-offset-blue-500:last-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:last\:ring-offset-blue-600:last-child {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:last\:ring-offset-blue-700:last-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:last\:ring-offset-blue-800:last-child {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:last\:ring-offset-blue-900:last-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:last\:ring-offset-lightBlue-50:last-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:last\:ring-offset-lightBlue-100:last-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:last\:ring-offset-lightBlue-200:last-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:last\:ring-offset-lightBlue-300:last-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:last\:ring-offset-lightBlue-400:last-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:last\:ring-offset-lightBlue-500:last-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:last\:ring-offset-lightBlue-600:last-child {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:last\:ring-offset-lightBlue-700:last-child {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:last\:ring-offset-lightBlue-800:last-child {
    --tw-ring-offset-color: #075985;
  }

  .lg\:last\:ring-offset-lightBlue-900:last-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:last\:ring-offset-cyan-50:last-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:last\:ring-offset-cyan-100:last-child {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:last\:ring-offset-cyan-200:last-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:last\:ring-offset-cyan-300:last-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:last\:ring-offset-cyan-400:last-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:last\:ring-offset-cyan-500:last-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:last\:ring-offset-cyan-600:last-child {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:last\:ring-offset-cyan-700:last-child {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:last\:ring-offset-cyan-800:last-child {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:last\:ring-offset-cyan-900:last-child {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:last\:ring-offset-teal-50:last-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:last\:ring-offset-teal-100:last-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:last\:ring-offset-teal-200:last-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:last\:ring-offset-teal-300:last-child {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:last\:ring-offset-teal-400:last-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:last\:ring-offset-teal-500:last-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:last\:ring-offset-teal-600:last-child {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:last\:ring-offset-teal-700:last-child {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:last\:ring-offset-teal-800:last-child {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:last\:ring-offset-teal-900:last-child {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:last\:ring-offset-emerald-50:last-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:last\:ring-offset-emerald-100:last-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:last\:ring-offset-emerald-200:last-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:last\:ring-offset-emerald-300:last-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:last\:ring-offset-emerald-400:last-child {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:last\:ring-offset-emerald-500:last-child {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:last\:ring-offset-emerald-600:last-child {
    --tw-ring-offset-color: #059669;
  }

  .lg\:last\:ring-offset-emerald-700:last-child {
    --tw-ring-offset-color: #047857;
  }

  .lg\:last\:ring-offset-emerald-800:last-child {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:last\:ring-offset-emerald-900:last-child {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:last\:ring-offset-green-50:last-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:last\:ring-offset-green-100:last-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:last\:ring-offset-green-200:last-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:last\:ring-offset-green-300:last-child {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:last\:ring-offset-green-400:last-child {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:last\:ring-offset-green-500:last-child {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:last\:ring-offset-green-600:last-child {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:last\:ring-offset-green-700:last-child {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:last\:ring-offset-green-800:last-child {
    --tw-ring-offset-color: #166534;
  }

  .lg\:last\:ring-offset-green-900:last-child {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:last\:ring-offset-lime-50:last-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:last\:ring-offset-lime-100:last-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:last\:ring-offset-lime-200:last-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:last\:ring-offset-lime-300:last-child {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:last\:ring-offset-lime-400:last-child {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:last\:ring-offset-lime-500:last-child {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:last\:ring-offset-lime-600:last-child {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:last\:ring-offset-lime-700:last-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:last\:ring-offset-lime-800:last-child {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:last\:ring-offset-lime-900:last-child {
    --tw-ring-offset-color: #365314;
  }

  .lg\:last\:ring-offset-yellow-50:last-child {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:last\:ring-offset-yellow-100:last-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:last\:ring-offset-yellow-200:last-child {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:last\:ring-offset-yellow-300:last-child {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:last\:ring-offset-yellow-400:last-child {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:last\:ring-offset-yellow-500:last-child {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:last\:ring-offset-yellow-600:last-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:last\:ring-offset-yellow-700:last-child {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:last\:ring-offset-yellow-800:last-child {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:last\:ring-offset-yellow-900:last-child {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:last\:ring-offset-amber-50:last-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:last\:ring-offset-amber-100:last-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:last\:ring-offset-amber-200:last-child {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:last\:ring-offset-amber-300:last-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:last\:ring-offset-amber-400:last-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:last\:ring-offset-amber-500:last-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:last\:ring-offset-amber-600:last-child {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:last\:ring-offset-amber-700:last-child {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:last\:ring-offset-amber-800:last-child {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:last\:ring-offset-amber-900:last-child {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:last\:ring-offset-orange-50:last-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:last\:ring-offset-orange-100:last-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:last\:ring-offset-orange-200:last-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:last\:ring-offset-orange-300:last-child {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:last\:ring-offset-orange-400:last-child {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:last\:ring-offset-orange-500:last-child {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:last\:ring-offset-orange-600:last-child {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:last\:ring-offset-orange-700:last-child {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:last\:ring-offset-orange-800:last-child {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:last\:ring-offset-orange-900:last-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:last\:ring-offset-red-50:last-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:last\:ring-offset-red-100:last-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:last\:ring-offset-red-200:last-child {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:last\:ring-offset-red-300:last-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:last\:ring-offset-red-400:last-child {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:last\:ring-offset-red-500:last-child {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:last\:ring-offset-red-600:last-child {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:last\:ring-offset-red-700:last-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:last\:ring-offset-red-800:last-child {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:last\:ring-offset-red-900:last-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:last\:ring-offset-warmGray-50:last-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:last\:ring-offset-warmGray-100:last-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:last\:ring-offset-warmGray-200:last-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:last\:ring-offset-warmGray-300:last-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:last\:ring-offset-warmGray-400:last-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:last\:ring-offset-warmGray-500:last-child {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:last\:ring-offset-warmGray-600:last-child {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:last\:ring-offset-warmGray-700:last-child {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:last\:ring-offset-warmGray-800:last-child {
    --tw-ring-offset-color: #292524;
  }

  .lg\:last\:ring-offset-warmGray-900:last-child {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:last\:ring-offset-trueGray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:last\:ring-offset-trueGray-100:last-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:last\:ring-offset-trueGray-200:last-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:last\:ring-offset-trueGray-300:last-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:last\:ring-offset-trueGray-400:last-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:last\:ring-offset-trueGray-500:last-child {
    --tw-ring-offset-color: #737373;
  }

  .lg\:last\:ring-offset-trueGray-600:last-child {
    --tw-ring-offset-color: #525252;
  }

  .lg\:last\:ring-offset-trueGray-700:last-child {
    --tw-ring-offset-color: #404040;
  }

  .lg\:last\:ring-offset-trueGray-800:last-child {
    --tw-ring-offset-color: #262626;
  }

  .lg\:last\:ring-offset-trueGray-900:last-child {
    --tw-ring-offset-color: #171717;
  }

  .lg\:last\:ring-offset-gray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:last\:ring-offset-gray-100:last-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:last\:ring-offset-gray-200:last-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:last\:ring-offset-gray-300:last-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:last\:ring-offset-gray-400:last-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:last\:ring-offset-gray-500:last-child {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:last\:ring-offset-gray-600:last-child {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:last\:ring-offset-gray-700:last-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:last\:ring-offset-gray-800:last-child {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:last\:ring-offset-gray-900:last-child {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:last\:ring-offset-coolGray-50:last-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:last\:ring-offset-coolGray-100:last-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:last\:ring-offset-coolGray-200:last-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:last\:ring-offset-coolGray-300:last-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:last\:ring-offset-coolGray-400:last-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:last\:ring-offset-coolGray-500:last-child {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:last\:ring-offset-coolGray-600:last-child {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:last\:ring-offset-coolGray-700:last-child {
    --tw-ring-offset-color: #374151;
  }

  .lg\:last\:ring-offset-coolGray-800:last-child {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:last\:ring-offset-coolGray-900:last-child {
    --tw-ring-offset-color: #111827;
  }

  .lg\:last\:ring-offset-blueGray-50:last-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:last\:ring-offset-blueGray-100:last-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:last\:ring-offset-blueGray-200:last-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:last\:ring-offset-blueGray-300:last-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:last\:ring-offset-blueGray-400:last-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:last\:ring-offset-blueGray-500:last-child {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:last\:ring-offset-blueGray-600:last-child {
    --tw-ring-offset-color: #475569;
  }

  .lg\:last\:ring-offset-blueGray-700:last-child {
    --tw-ring-offset-color: #334155;
  }

  .lg\:last\:ring-offset-blueGray-800:last-child {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:last\:ring-offset-blueGray-900:last-child {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:last\:ring-offset-current:last-child {
    --tw-ring-offset-color: current;
  }

  .lg\:last\:ring-offset-transparent:last-child {
    --tw-ring-offset-color: transparent;
  }

  .lg\:odd\:ring-offset-black:nth-child(odd) {
    --tw-ring-offset-color: #000;
  }

  .lg\:odd\:ring-offset-white:nth-child(odd) {
    --tw-ring-offset-color: #fff;
  }

  .lg\:odd\:ring-offset-rose-50:nth-child(odd) {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:odd\:ring-offset-rose-100:nth-child(odd) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:odd\:ring-offset-rose-200:nth-child(odd) {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:odd\:ring-offset-rose-300:nth-child(odd) {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:odd\:ring-offset-rose-400:nth-child(odd) {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:odd\:ring-offset-rose-500:nth-child(odd) {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:odd\:ring-offset-rose-600:nth-child(odd) {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:odd\:ring-offset-rose-700:nth-child(odd) {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:odd\:ring-offset-rose-800:nth-child(odd) {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:odd\:ring-offset-rose-900:nth-child(odd) {
    --tw-ring-offset-color: #881337;
  }

  .lg\:odd\:ring-offset-pink-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:odd\:ring-offset-pink-100:nth-child(odd) {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:odd\:ring-offset-pink-200:nth-child(odd) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:odd\:ring-offset-pink-300:nth-child(odd) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:odd\:ring-offset-pink-400:nth-child(odd) {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:odd\:ring-offset-pink-500:nth-child(odd) {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:odd\:ring-offset-pink-600:nth-child(odd) {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:odd\:ring-offset-pink-700:nth-child(odd) {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:odd\:ring-offset-pink-800:nth-child(odd) {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:odd\:ring-offset-pink-900:nth-child(odd) {
    --tw-ring-offset-color: #831843;
  }

  .lg\:odd\:ring-offset-fuchsia-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:odd\:ring-offset-fuchsia-100:nth-child(odd) {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:odd\:ring-offset-fuchsia-200:nth-child(odd) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:odd\:ring-offset-fuchsia-300:nth-child(odd) {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:odd\:ring-offset-fuchsia-400:nth-child(odd) {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:odd\:ring-offset-fuchsia-500:nth-child(odd) {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:odd\:ring-offset-fuchsia-600:nth-child(odd) {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:odd\:ring-offset-fuchsia-700:nth-child(odd) {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:odd\:ring-offset-fuchsia-800:nth-child(odd) {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:odd\:ring-offset-fuchsia-900:nth-child(odd) {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:odd\:ring-offset-purple-50:nth-child(odd) {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:odd\:ring-offset-purple-100:nth-child(odd) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:odd\:ring-offset-purple-200:nth-child(odd) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:odd\:ring-offset-purple-300:nth-child(odd) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:odd\:ring-offset-purple-400:nth-child(odd) {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:odd\:ring-offset-purple-500:nth-child(odd) {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:odd\:ring-offset-purple-600:nth-child(odd) {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:odd\:ring-offset-purple-700:nth-child(odd) {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:odd\:ring-offset-purple-800:nth-child(odd) {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:odd\:ring-offset-purple-900:nth-child(odd) {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:odd\:ring-offset-violet-50:nth-child(odd) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:odd\:ring-offset-violet-100:nth-child(odd) {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:odd\:ring-offset-violet-200:nth-child(odd) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:odd\:ring-offset-violet-300:nth-child(odd) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:odd\:ring-offset-violet-400:nth-child(odd) {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:odd\:ring-offset-violet-500:nth-child(odd) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:odd\:ring-offset-violet-600:nth-child(odd) {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:odd\:ring-offset-violet-700:nth-child(odd) {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:odd\:ring-offset-violet-800:nth-child(odd) {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:odd\:ring-offset-violet-900:nth-child(odd) {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:odd\:ring-offset-indigo-50:nth-child(odd) {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:odd\:ring-offset-indigo-100:nth-child(odd) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:odd\:ring-offset-indigo-200:nth-child(odd) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:odd\:ring-offset-indigo-300:nth-child(odd) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:odd\:ring-offset-indigo-400:nth-child(odd) {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:odd\:ring-offset-indigo-500:nth-child(odd) {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:odd\:ring-offset-indigo-600:nth-child(odd) {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:odd\:ring-offset-indigo-700:nth-child(odd) {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:odd\:ring-offset-indigo-800:nth-child(odd) {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:odd\:ring-offset-indigo-900:nth-child(odd) {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:odd\:ring-offset-blue-50:nth-child(odd) {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:odd\:ring-offset-blue-100:nth-child(odd) {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:odd\:ring-offset-blue-200:nth-child(odd) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:odd\:ring-offset-blue-300:nth-child(odd) {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:odd\:ring-offset-blue-400:nth-child(odd) {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:odd\:ring-offset-blue-500:nth-child(odd) {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:odd\:ring-offset-blue-600:nth-child(odd) {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:odd\:ring-offset-blue-700:nth-child(odd) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:odd\:ring-offset-blue-800:nth-child(odd) {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:odd\:ring-offset-blue-900:nth-child(odd) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:odd\:ring-offset-lightBlue-50:nth-child(odd) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:odd\:ring-offset-lightBlue-100:nth-child(odd) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:odd\:ring-offset-lightBlue-200:nth-child(odd) {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:odd\:ring-offset-lightBlue-300:nth-child(odd) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:odd\:ring-offset-lightBlue-400:nth-child(odd) {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:odd\:ring-offset-lightBlue-500:nth-child(odd) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:odd\:ring-offset-lightBlue-600:nth-child(odd) {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:odd\:ring-offset-lightBlue-700:nth-child(odd) {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:odd\:ring-offset-lightBlue-800:nth-child(odd) {
    --tw-ring-offset-color: #075985;
  }

  .lg\:odd\:ring-offset-lightBlue-900:nth-child(odd) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:odd\:ring-offset-cyan-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:odd\:ring-offset-cyan-100:nth-child(odd) {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:odd\:ring-offset-cyan-200:nth-child(odd) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:odd\:ring-offset-cyan-300:nth-child(odd) {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:odd\:ring-offset-cyan-400:nth-child(odd) {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:odd\:ring-offset-cyan-500:nth-child(odd) {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:odd\:ring-offset-cyan-600:nth-child(odd) {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:odd\:ring-offset-cyan-700:nth-child(odd) {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:odd\:ring-offset-cyan-800:nth-child(odd) {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:odd\:ring-offset-cyan-900:nth-child(odd) {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:odd\:ring-offset-teal-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:odd\:ring-offset-teal-100:nth-child(odd) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:odd\:ring-offset-teal-200:nth-child(odd) {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:odd\:ring-offset-teal-300:nth-child(odd) {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:odd\:ring-offset-teal-400:nth-child(odd) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:odd\:ring-offset-teal-500:nth-child(odd) {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:odd\:ring-offset-teal-600:nth-child(odd) {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:odd\:ring-offset-teal-700:nth-child(odd) {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:odd\:ring-offset-teal-800:nth-child(odd) {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:odd\:ring-offset-teal-900:nth-child(odd) {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:odd\:ring-offset-emerald-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:odd\:ring-offset-emerald-100:nth-child(odd) {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:odd\:ring-offset-emerald-200:nth-child(odd) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:odd\:ring-offset-emerald-300:nth-child(odd) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:odd\:ring-offset-emerald-400:nth-child(odd) {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:odd\:ring-offset-emerald-500:nth-child(odd) {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:odd\:ring-offset-emerald-600:nth-child(odd) {
    --tw-ring-offset-color: #059669;
  }

  .lg\:odd\:ring-offset-emerald-700:nth-child(odd) {
    --tw-ring-offset-color: #047857;
  }

  .lg\:odd\:ring-offset-emerald-800:nth-child(odd) {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:odd\:ring-offset-emerald-900:nth-child(odd) {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:odd\:ring-offset-green-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:odd\:ring-offset-green-100:nth-child(odd) {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:odd\:ring-offset-green-200:nth-child(odd) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:odd\:ring-offset-green-300:nth-child(odd) {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:odd\:ring-offset-green-400:nth-child(odd) {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:odd\:ring-offset-green-500:nth-child(odd) {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:odd\:ring-offset-green-600:nth-child(odd) {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:odd\:ring-offset-green-700:nth-child(odd) {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:odd\:ring-offset-green-800:nth-child(odd) {
    --tw-ring-offset-color: #166534;
  }

  .lg\:odd\:ring-offset-green-900:nth-child(odd) {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:odd\:ring-offset-lime-50:nth-child(odd) {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:odd\:ring-offset-lime-100:nth-child(odd) {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:odd\:ring-offset-lime-200:nth-child(odd) {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:odd\:ring-offset-lime-300:nth-child(odd) {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:odd\:ring-offset-lime-400:nth-child(odd) {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:odd\:ring-offset-lime-500:nth-child(odd) {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:odd\:ring-offset-lime-600:nth-child(odd) {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:odd\:ring-offset-lime-700:nth-child(odd) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:odd\:ring-offset-lime-800:nth-child(odd) {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:odd\:ring-offset-lime-900:nth-child(odd) {
    --tw-ring-offset-color: #365314;
  }

  .lg\:odd\:ring-offset-yellow-50:nth-child(odd) {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:odd\:ring-offset-yellow-100:nth-child(odd) {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:odd\:ring-offset-yellow-200:nth-child(odd) {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:odd\:ring-offset-yellow-300:nth-child(odd) {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:odd\:ring-offset-yellow-400:nth-child(odd) {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:odd\:ring-offset-yellow-500:nth-child(odd) {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:odd\:ring-offset-yellow-600:nth-child(odd) {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:odd\:ring-offset-yellow-700:nth-child(odd) {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:odd\:ring-offset-yellow-800:nth-child(odd) {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:odd\:ring-offset-yellow-900:nth-child(odd) {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:odd\:ring-offset-amber-50:nth-child(odd) {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:odd\:ring-offset-amber-100:nth-child(odd) {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:odd\:ring-offset-amber-200:nth-child(odd) {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:odd\:ring-offset-amber-300:nth-child(odd) {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:odd\:ring-offset-amber-400:nth-child(odd) {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:odd\:ring-offset-amber-500:nth-child(odd) {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:odd\:ring-offset-amber-600:nth-child(odd) {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:odd\:ring-offset-amber-700:nth-child(odd) {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:odd\:ring-offset-amber-800:nth-child(odd) {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:odd\:ring-offset-amber-900:nth-child(odd) {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:odd\:ring-offset-orange-50:nth-child(odd) {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:odd\:ring-offset-orange-100:nth-child(odd) {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:odd\:ring-offset-orange-200:nth-child(odd) {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:odd\:ring-offset-orange-300:nth-child(odd) {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:odd\:ring-offset-orange-400:nth-child(odd) {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:odd\:ring-offset-orange-500:nth-child(odd) {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:odd\:ring-offset-orange-600:nth-child(odd) {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:odd\:ring-offset-orange-700:nth-child(odd) {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:odd\:ring-offset-orange-800:nth-child(odd) {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:odd\:ring-offset-orange-900:nth-child(odd) {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:odd\:ring-offset-red-50:nth-child(odd) {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:odd\:ring-offset-red-100:nth-child(odd) {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:odd\:ring-offset-red-200:nth-child(odd) {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:odd\:ring-offset-red-300:nth-child(odd) {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:odd\:ring-offset-red-400:nth-child(odd) {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:odd\:ring-offset-red-500:nth-child(odd) {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:odd\:ring-offset-red-600:nth-child(odd) {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:odd\:ring-offset-red-700:nth-child(odd) {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:odd\:ring-offset-red-800:nth-child(odd) {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:odd\:ring-offset-red-900:nth-child(odd) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:odd\:ring-offset-warmGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:odd\:ring-offset-warmGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:odd\:ring-offset-warmGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:odd\:ring-offset-warmGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:odd\:ring-offset-warmGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:odd\:ring-offset-warmGray-500:nth-child(odd) {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:odd\:ring-offset-warmGray-600:nth-child(odd) {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:odd\:ring-offset-warmGray-700:nth-child(odd) {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:odd\:ring-offset-warmGray-800:nth-child(odd) {
    --tw-ring-offset-color: #292524;
  }

  .lg\:odd\:ring-offset-warmGray-900:nth-child(odd) {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:odd\:ring-offset-trueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:odd\:ring-offset-trueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:odd\:ring-offset-trueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:odd\:ring-offset-trueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:odd\:ring-offset-trueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:odd\:ring-offset-trueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #737373;
  }

  .lg\:odd\:ring-offset-trueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #525252;
  }

  .lg\:odd\:ring-offset-trueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #404040;
  }

  .lg\:odd\:ring-offset-trueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #262626;
  }

  .lg\:odd\:ring-offset-trueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #171717;
  }

  .lg\:odd\:ring-offset-gray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:odd\:ring-offset-gray-100:nth-child(odd) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:odd\:ring-offset-gray-200:nth-child(odd) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:odd\:ring-offset-gray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:odd\:ring-offset-gray-400:nth-child(odd) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:odd\:ring-offset-gray-500:nth-child(odd) {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:odd\:ring-offset-gray-600:nth-child(odd) {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:odd\:ring-offset-gray-700:nth-child(odd) {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:odd\:ring-offset-gray-800:nth-child(odd) {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:odd\:ring-offset-gray-900:nth-child(odd) {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:odd\:ring-offset-coolGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:odd\:ring-offset-coolGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:odd\:ring-offset-coolGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:odd\:ring-offset-coolGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:odd\:ring-offset-coolGray-400:nth-child(odd) {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:odd\:ring-offset-coolGray-500:nth-child(odd) {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:odd\:ring-offset-coolGray-600:nth-child(odd) {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:odd\:ring-offset-coolGray-700:nth-child(odd) {
    --tw-ring-offset-color: #374151;
  }

  .lg\:odd\:ring-offset-coolGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:odd\:ring-offset-coolGray-900:nth-child(odd) {
    --tw-ring-offset-color: #111827;
  }

  .lg\:odd\:ring-offset-blueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:odd\:ring-offset-blueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:odd\:ring-offset-blueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:odd\:ring-offset-blueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:odd\:ring-offset-blueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:odd\:ring-offset-blueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:odd\:ring-offset-blueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #475569;
  }

  .lg\:odd\:ring-offset-blueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #334155;
  }

  .lg\:odd\:ring-offset-blueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:odd\:ring-offset-blueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:odd\:ring-offset-current:nth-child(odd) {
    --tw-ring-offset-color: current;
  }

  .lg\:odd\:ring-offset-transparent:nth-child(odd) {
    --tw-ring-offset-color: transparent;
  }

  .lg\:even\:ring-offset-black:nth-child(even) {
    --tw-ring-offset-color: #000;
  }

  .lg\:even\:ring-offset-white:nth-child(even) {
    --tw-ring-offset-color: #fff;
  }

  .lg\:even\:ring-offset-rose-50:nth-child(even) {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:even\:ring-offset-rose-100:nth-child(even) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:even\:ring-offset-rose-200:nth-child(even) {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:even\:ring-offset-rose-300:nth-child(even) {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:even\:ring-offset-rose-400:nth-child(even) {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:even\:ring-offset-rose-500:nth-child(even) {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:even\:ring-offset-rose-600:nth-child(even) {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:even\:ring-offset-rose-700:nth-child(even) {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:even\:ring-offset-rose-800:nth-child(even) {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:even\:ring-offset-rose-900:nth-child(even) {
    --tw-ring-offset-color: #881337;
  }

  .lg\:even\:ring-offset-pink-50:nth-child(even) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:even\:ring-offset-pink-100:nth-child(even) {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:even\:ring-offset-pink-200:nth-child(even) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:even\:ring-offset-pink-300:nth-child(even) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:even\:ring-offset-pink-400:nth-child(even) {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:even\:ring-offset-pink-500:nth-child(even) {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:even\:ring-offset-pink-600:nth-child(even) {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:even\:ring-offset-pink-700:nth-child(even) {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:even\:ring-offset-pink-800:nth-child(even) {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:even\:ring-offset-pink-900:nth-child(even) {
    --tw-ring-offset-color: #831843;
  }

  .lg\:even\:ring-offset-fuchsia-50:nth-child(even) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:even\:ring-offset-fuchsia-100:nth-child(even) {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:even\:ring-offset-fuchsia-200:nth-child(even) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:even\:ring-offset-fuchsia-300:nth-child(even) {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:even\:ring-offset-fuchsia-400:nth-child(even) {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:even\:ring-offset-fuchsia-500:nth-child(even) {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:even\:ring-offset-fuchsia-600:nth-child(even) {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:even\:ring-offset-fuchsia-700:nth-child(even) {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:even\:ring-offset-fuchsia-800:nth-child(even) {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:even\:ring-offset-fuchsia-900:nth-child(even) {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:even\:ring-offset-purple-50:nth-child(even) {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:even\:ring-offset-purple-100:nth-child(even) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:even\:ring-offset-purple-200:nth-child(even) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:even\:ring-offset-purple-300:nth-child(even) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:even\:ring-offset-purple-400:nth-child(even) {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:even\:ring-offset-purple-500:nth-child(even) {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:even\:ring-offset-purple-600:nth-child(even) {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:even\:ring-offset-purple-700:nth-child(even) {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:even\:ring-offset-purple-800:nth-child(even) {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:even\:ring-offset-purple-900:nth-child(even) {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:even\:ring-offset-violet-50:nth-child(even) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:even\:ring-offset-violet-100:nth-child(even) {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:even\:ring-offset-violet-200:nth-child(even) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:even\:ring-offset-violet-300:nth-child(even) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:even\:ring-offset-violet-400:nth-child(even) {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:even\:ring-offset-violet-500:nth-child(even) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:even\:ring-offset-violet-600:nth-child(even) {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:even\:ring-offset-violet-700:nth-child(even) {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:even\:ring-offset-violet-800:nth-child(even) {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:even\:ring-offset-violet-900:nth-child(even) {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:even\:ring-offset-indigo-50:nth-child(even) {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:even\:ring-offset-indigo-100:nth-child(even) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:even\:ring-offset-indigo-200:nth-child(even) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:even\:ring-offset-indigo-300:nth-child(even) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:even\:ring-offset-indigo-400:nth-child(even) {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:even\:ring-offset-indigo-500:nth-child(even) {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:even\:ring-offset-indigo-600:nth-child(even) {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:even\:ring-offset-indigo-700:nth-child(even) {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:even\:ring-offset-indigo-800:nth-child(even) {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:even\:ring-offset-indigo-900:nth-child(even) {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:even\:ring-offset-blue-50:nth-child(even) {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:even\:ring-offset-blue-100:nth-child(even) {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:even\:ring-offset-blue-200:nth-child(even) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:even\:ring-offset-blue-300:nth-child(even) {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:even\:ring-offset-blue-400:nth-child(even) {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:even\:ring-offset-blue-500:nth-child(even) {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:even\:ring-offset-blue-600:nth-child(even) {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:even\:ring-offset-blue-700:nth-child(even) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:even\:ring-offset-blue-800:nth-child(even) {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:even\:ring-offset-blue-900:nth-child(even) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:even\:ring-offset-lightBlue-50:nth-child(even) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:even\:ring-offset-lightBlue-100:nth-child(even) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:even\:ring-offset-lightBlue-200:nth-child(even) {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:even\:ring-offset-lightBlue-300:nth-child(even) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:even\:ring-offset-lightBlue-400:nth-child(even) {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:even\:ring-offset-lightBlue-500:nth-child(even) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:even\:ring-offset-lightBlue-600:nth-child(even) {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:even\:ring-offset-lightBlue-700:nth-child(even) {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:even\:ring-offset-lightBlue-800:nth-child(even) {
    --tw-ring-offset-color: #075985;
  }

  .lg\:even\:ring-offset-lightBlue-900:nth-child(even) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:even\:ring-offset-cyan-50:nth-child(even) {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:even\:ring-offset-cyan-100:nth-child(even) {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:even\:ring-offset-cyan-200:nth-child(even) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:even\:ring-offset-cyan-300:nth-child(even) {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:even\:ring-offset-cyan-400:nth-child(even) {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:even\:ring-offset-cyan-500:nth-child(even) {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:even\:ring-offset-cyan-600:nth-child(even) {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:even\:ring-offset-cyan-700:nth-child(even) {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:even\:ring-offset-cyan-800:nth-child(even) {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:even\:ring-offset-cyan-900:nth-child(even) {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:even\:ring-offset-teal-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:even\:ring-offset-teal-100:nth-child(even) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:even\:ring-offset-teal-200:nth-child(even) {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:even\:ring-offset-teal-300:nth-child(even) {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:even\:ring-offset-teal-400:nth-child(even) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:even\:ring-offset-teal-500:nth-child(even) {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:even\:ring-offset-teal-600:nth-child(even) {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:even\:ring-offset-teal-700:nth-child(even) {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:even\:ring-offset-teal-800:nth-child(even) {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:even\:ring-offset-teal-900:nth-child(even) {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:even\:ring-offset-emerald-50:nth-child(even) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:even\:ring-offset-emerald-100:nth-child(even) {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:even\:ring-offset-emerald-200:nth-child(even) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:even\:ring-offset-emerald-300:nth-child(even) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:even\:ring-offset-emerald-400:nth-child(even) {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:even\:ring-offset-emerald-500:nth-child(even) {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:even\:ring-offset-emerald-600:nth-child(even) {
    --tw-ring-offset-color: #059669;
  }

  .lg\:even\:ring-offset-emerald-700:nth-child(even) {
    --tw-ring-offset-color: #047857;
  }

  .lg\:even\:ring-offset-emerald-800:nth-child(even) {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:even\:ring-offset-emerald-900:nth-child(even) {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:even\:ring-offset-green-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:even\:ring-offset-green-100:nth-child(even) {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:even\:ring-offset-green-200:nth-child(even) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:even\:ring-offset-green-300:nth-child(even) {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:even\:ring-offset-green-400:nth-child(even) {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:even\:ring-offset-green-500:nth-child(even) {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:even\:ring-offset-green-600:nth-child(even) {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:even\:ring-offset-green-700:nth-child(even) {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:even\:ring-offset-green-800:nth-child(even) {
    --tw-ring-offset-color: #166534;
  }

  .lg\:even\:ring-offset-green-900:nth-child(even) {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:even\:ring-offset-lime-50:nth-child(even) {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:even\:ring-offset-lime-100:nth-child(even) {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:even\:ring-offset-lime-200:nth-child(even) {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:even\:ring-offset-lime-300:nth-child(even) {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:even\:ring-offset-lime-400:nth-child(even) {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:even\:ring-offset-lime-500:nth-child(even) {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:even\:ring-offset-lime-600:nth-child(even) {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:even\:ring-offset-lime-700:nth-child(even) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:even\:ring-offset-lime-800:nth-child(even) {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:even\:ring-offset-lime-900:nth-child(even) {
    --tw-ring-offset-color: #365314;
  }

  .lg\:even\:ring-offset-yellow-50:nth-child(even) {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:even\:ring-offset-yellow-100:nth-child(even) {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:even\:ring-offset-yellow-200:nth-child(even) {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:even\:ring-offset-yellow-300:nth-child(even) {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:even\:ring-offset-yellow-400:nth-child(even) {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:even\:ring-offset-yellow-500:nth-child(even) {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:even\:ring-offset-yellow-600:nth-child(even) {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:even\:ring-offset-yellow-700:nth-child(even) {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:even\:ring-offset-yellow-800:nth-child(even) {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:even\:ring-offset-yellow-900:nth-child(even) {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:even\:ring-offset-amber-50:nth-child(even) {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:even\:ring-offset-amber-100:nth-child(even) {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:even\:ring-offset-amber-200:nth-child(even) {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:even\:ring-offset-amber-300:nth-child(even) {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:even\:ring-offset-amber-400:nth-child(even) {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:even\:ring-offset-amber-500:nth-child(even) {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:even\:ring-offset-amber-600:nth-child(even) {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:even\:ring-offset-amber-700:nth-child(even) {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:even\:ring-offset-amber-800:nth-child(even) {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:even\:ring-offset-amber-900:nth-child(even) {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:even\:ring-offset-orange-50:nth-child(even) {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:even\:ring-offset-orange-100:nth-child(even) {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:even\:ring-offset-orange-200:nth-child(even) {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:even\:ring-offset-orange-300:nth-child(even) {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:even\:ring-offset-orange-400:nth-child(even) {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:even\:ring-offset-orange-500:nth-child(even) {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:even\:ring-offset-orange-600:nth-child(even) {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:even\:ring-offset-orange-700:nth-child(even) {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:even\:ring-offset-orange-800:nth-child(even) {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:even\:ring-offset-orange-900:nth-child(even) {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:even\:ring-offset-red-50:nth-child(even) {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:even\:ring-offset-red-100:nth-child(even) {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:even\:ring-offset-red-200:nth-child(even) {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:even\:ring-offset-red-300:nth-child(even) {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:even\:ring-offset-red-400:nth-child(even) {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:even\:ring-offset-red-500:nth-child(even) {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:even\:ring-offset-red-600:nth-child(even) {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:even\:ring-offset-red-700:nth-child(even) {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:even\:ring-offset-red-800:nth-child(even) {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:even\:ring-offset-red-900:nth-child(even) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:even\:ring-offset-warmGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:even\:ring-offset-warmGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:even\:ring-offset-warmGray-200:nth-child(even) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:even\:ring-offset-warmGray-300:nth-child(even) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:even\:ring-offset-warmGray-400:nth-child(even) {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:even\:ring-offset-warmGray-500:nth-child(even) {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:even\:ring-offset-warmGray-600:nth-child(even) {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:even\:ring-offset-warmGray-700:nth-child(even) {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:even\:ring-offset-warmGray-800:nth-child(even) {
    --tw-ring-offset-color: #292524;
  }

  .lg\:even\:ring-offset-warmGray-900:nth-child(even) {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:even\:ring-offset-trueGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:even\:ring-offset-trueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:even\:ring-offset-trueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:even\:ring-offset-trueGray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:even\:ring-offset-trueGray-400:nth-child(even) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:even\:ring-offset-trueGray-500:nth-child(even) {
    --tw-ring-offset-color: #737373;
  }

  .lg\:even\:ring-offset-trueGray-600:nth-child(even) {
    --tw-ring-offset-color: #525252;
  }

  .lg\:even\:ring-offset-trueGray-700:nth-child(even) {
    --tw-ring-offset-color: #404040;
  }

  .lg\:even\:ring-offset-trueGray-800:nth-child(even) {
    --tw-ring-offset-color: #262626;
  }

  .lg\:even\:ring-offset-trueGray-900:nth-child(even) {
    --tw-ring-offset-color: #171717;
  }

  .lg\:even\:ring-offset-gray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:even\:ring-offset-gray-100:nth-child(even) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:even\:ring-offset-gray-200:nth-child(even) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:even\:ring-offset-gray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:even\:ring-offset-gray-400:nth-child(even) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:even\:ring-offset-gray-500:nth-child(even) {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:even\:ring-offset-gray-600:nth-child(even) {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:even\:ring-offset-gray-700:nth-child(even) {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:even\:ring-offset-gray-800:nth-child(even) {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:even\:ring-offset-gray-900:nth-child(even) {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:even\:ring-offset-coolGray-50:nth-child(even) {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:even\:ring-offset-coolGray-100:nth-child(even) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:even\:ring-offset-coolGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:even\:ring-offset-coolGray-300:nth-child(even) {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:even\:ring-offset-coolGray-400:nth-child(even) {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:even\:ring-offset-coolGray-500:nth-child(even) {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:even\:ring-offset-coolGray-600:nth-child(even) {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:even\:ring-offset-coolGray-700:nth-child(even) {
    --tw-ring-offset-color: #374151;
  }

  .lg\:even\:ring-offset-coolGray-800:nth-child(even) {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:even\:ring-offset-coolGray-900:nth-child(even) {
    --tw-ring-offset-color: #111827;
  }

  .lg\:even\:ring-offset-blueGray-50:nth-child(even) {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:even\:ring-offset-blueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:even\:ring-offset-blueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:even\:ring-offset-blueGray-300:nth-child(even) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:even\:ring-offset-blueGray-400:nth-child(even) {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:even\:ring-offset-blueGray-500:nth-child(even) {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:even\:ring-offset-blueGray-600:nth-child(even) {
    --tw-ring-offset-color: #475569;
  }

  .lg\:even\:ring-offset-blueGray-700:nth-child(even) {
    --tw-ring-offset-color: #334155;
  }

  .lg\:even\:ring-offset-blueGray-800:nth-child(even) {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:even\:ring-offset-blueGray-900:nth-child(even) {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:even\:ring-offset-current:nth-child(even) {
    --tw-ring-offset-color: current;
  }

  .lg\:even\:ring-offset-transparent:nth-child(even) {
    --tw-ring-offset-color: transparent;
  }

  .lg\:hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .lg\:hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .lg\:hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .lg\:hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .lg\:hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:hover\:ring-offset-lightBlue-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:hover\:ring-offset-lightBlue-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:hover\:ring-offset-lightBlue-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:hover\:ring-offset-lightBlue-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:hover\:ring-offset-lightBlue-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:hover\:ring-offset-lightBlue-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:hover\:ring-offset-lightBlue-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:hover\:ring-offset-lightBlue-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:hover\:ring-offset-lightBlue-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .lg\:hover\:ring-offset-lightBlue-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .lg\:hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .lg\:hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .lg\:hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .lg\:hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:hover\:ring-offset-warmGray-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:hover\:ring-offset-warmGray-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:hover\:ring-offset-warmGray-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:hover\:ring-offset-warmGray-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:hover\:ring-offset-warmGray-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:hover\:ring-offset-warmGray-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:hover\:ring-offset-warmGray-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:hover\:ring-offset-warmGray-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:hover\:ring-offset-warmGray-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .lg\:hover\:ring-offset-warmGray-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:hover\:ring-offset-trueGray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:hover\:ring-offset-trueGray-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:hover\:ring-offset-trueGray-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:hover\:ring-offset-trueGray-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:hover\:ring-offset-trueGray-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:hover\:ring-offset-trueGray-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .lg\:hover\:ring-offset-trueGray-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .lg\:hover\:ring-offset-trueGray-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .lg\:hover\:ring-offset-trueGray-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .lg\:hover\:ring-offset-trueGray-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .lg\:hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:hover\:ring-offset-coolGray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:hover\:ring-offset-coolGray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:hover\:ring-offset-coolGray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:hover\:ring-offset-coolGray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:hover\:ring-offset-coolGray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:hover\:ring-offset-coolGray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:hover\:ring-offset-coolGray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:hover\:ring-offset-coolGray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .lg\:hover\:ring-offset-coolGray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:hover\:ring-offset-coolGray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .lg\:hover\:ring-offset-blueGray-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:hover\:ring-offset-blueGray-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:hover\:ring-offset-blueGray-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:hover\:ring-offset-blueGray-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:hover\:ring-offset-blueGray-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:hover\:ring-offset-blueGray-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:hover\:ring-offset-blueGray-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .lg\:hover\:ring-offset-blueGray-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .lg\:hover\:ring-offset-blueGray-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:hover\:ring-offset-blueGray-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:hover\:ring-offset-current:hover {
    --tw-ring-offset-color: current;
  }

  .lg\:hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus\:ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus\:ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus\:ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus\:ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus\:ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus\:ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus\:ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus\:ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus\:ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus\:ring-offset-warmGray-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:focus\:ring-offset-warmGray-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:focus\:ring-offset-warmGray-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:focus\:ring-offset-warmGray-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:focus\:ring-offset-warmGray-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:focus\:ring-offset-warmGray-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:focus\:ring-offset-warmGray-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:focus\:ring-offset-warmGray-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:focus\:ring-offset-warmGray-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .lg\:focus\:ring-offset-warmGray-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:focus\:ring-offset-trueGray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus\:ring-offset-trueGray-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:focus\:ring-offset-trueGray-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus\:ring-offset-trueGray-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:focus\:ring-offset-trueGray-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:focus\:ring-offset-trueGray-500:focus {
    --tw-ring-offset-color: #737373;
  }

  .lg\:focus\:ring-offset-trueGray-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .lg\:focus\:ring-offset-trueGray-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .lg\:focus\:ring-offset-trueGray-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus\:ring-offset-trueGray-900:focus {
    --tw-ring-offset-color: #171717;
  }

  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:focus\:ring-offset-coolGray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-coolGray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus\:ring-offset-coolGray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus\:ring-offset-coolGray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus\:ring-offset-coolGray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus\:ring-offset-coolGray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus\:ring-offset-coolGray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus\:ring-offset-coolGray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus\:ring-offset-coolGray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus\:ring-offset-coolGray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus\:ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:focus\:ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:focus\:ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:focus\:ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:focus\:ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:focus\:ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:focus\:ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569;
  }

  .lg\:focus\:ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155;
  }

  .lg\:focus\:ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:focus\:ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: current;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:active\:ring-offset-black:active {
    --tw-ring-offset-color: #000;
  }

  .lg\:active\:ring-offset-white:active {
    --tw-ring-offset-color: #fff;
  }

  .lg\:active\:ring-offset-rose-50:active {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:active\:ring-offset-rose-100:active {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:active\:ring-offset-rose-200:active {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:active\:ring-offset-rose-300:active {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:active\:ring-offset-rose-400:active {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:active\:ring-offset-rose-500:active {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:active\:ring-offset-rose-600:active {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:active\:ring-offset-rose-700:active {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:active\:ring-offset-rose-800:active {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:active\:ring-offset-rose-900:active {
    --tw-ring-offset-color: #881337;
  }

  .lg\:active\:ring-offset-pink-50:active {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:active\:ring-offset-pink-100:active {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:active\:ring-offset-pink-200:active {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:active\:ring-offset-pink-300:active {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:active\:ring-offset-pink-400:active {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:active\:ring-offset-pink-500:active {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:active\:ring-offset-pink-600:active {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:active\:ring-offset-pink-700:active {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:active\:ring-offset-pink-800:active {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:active\:ring-offset-pink-900:active {
    --tw-ring-offset-color: #831843;
  }

  .lg\:active\:ring-offset-fuchsia-50:active {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:active\:ring-offset-fuchsia-100:active {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:active\:ring-offset-fuchsia-200:active {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:active\:ring-offset-fuchsia-300:active {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:active\:ring-offset-fuchsia-400:active {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:active\:ring-offset-fuchsia-500:active {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:active\:ring-offset-fuchsia-600:active {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:active\:ring-offset-fuchsia-700:active {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:active\:ring-offset-fuchsia-800:active {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:active\:ring-offset-fuchsia-900:active {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:active\:ring-offset-purple-50:active {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:active\:ring-offset-purple-100:active {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:active\:ring-offset-purple-200:active {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:active\:ring-offset-purple-300:active {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:active\:ring-offset-purple-400:active {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:active\:ring-offset-purple-500:active {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:active\:ring-offset-purple-600:active {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:active\:ring-offset-purple-700:active {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:active\:ring-offset-purple-800:active {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:active\:ring-offset-purple-900:active {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:active\:ring-offset-violet-50:active {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:active\:ring-offset-violet-100:active {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:active\:ring-offset-violet-200:active {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:active\:ring-offset-violet-300:active {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:active\:ring-offset-violet-400:active {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:active\:ring-offset-violet-500:active {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:active\:ring-offset-violet-600:active {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:active\:ring-offset-violet-700:active {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:active\:ring-offset-violet-800:active {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:active\:ring-offset-violet-900:active {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:active\:ring-offset-indigo-50:active {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:active\:ring-offset-indigo-100:active {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:active\:ring-offset-indigo-200:active {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:active\:ring-offset-indigo-300:active {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:active\:ring-offset-indigo-400:active {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:active\:ring-offset-indigo-500:active {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:active\:ring-offset-indigo-600:active {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:active\:ring-offset-indigo-700:active {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:active\:ring-offset-indigo-800:active {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:active\:ring-offset-indigo-900:active {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:active\:ring-offset-blue-50:active {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:active\:ring-offset-blue-100:active {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:active\:ring-offset-blue-200:active {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:active\:ring-offset-blue-300:active {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:active\:ring-offset-blue-400:active {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:active\:ring-offset-blue-500:active {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:active\:ring-offset-blue-600:active {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:active\:ring-offset-blue-700:active {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:active\:ring-offset-blue-800:active {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:active\:ring-offset-blue-900:active {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:active\:ring-offset-lightBlue-50:active {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:active\:ring-offset-lightBlue-100:active {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:active\:ring-offset-lightBlue-200:active {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:active\:ring-offset-lightBlue-300:active {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:active\:ring-offset-lightBlue-400:active {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:active\:ring-offset-lightBlue-500:active {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:active\:ring-offset-lightBlue-600:active {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:active\:ring-offset-lightBlue-700:active {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:active\:ring-offset-lightBlue-800:active {
    --tw-ring-offset-color: #075985;
  }

  .lg\:active\:ring-offset-lightBlue-900:active {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:active\:ring-offset-cyan-50:active {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:active\:ring-offset-cyan-100:active {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:active\:ring-offset-cyan-200:active {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:active\:ring-offset-cyan-300:active {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:active\:ring-offset-cyan-400:active {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:active\:ring-offset-cyan-500:active {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:active\:ring-offset-cyan-600:active {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:active\:ring-offset-cyan-700:active {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:active\:ring-offset-cyan-800:active {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:active\:ring-offset-cyan-900:active {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:active\:ring-offset-teal-50:active {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:active\:ring-offset-teal-100:active {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:active\:ring-offset-teal-200:active {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:active\:ring-offset-teal-300:active {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:active\:ring-offset-teal-400:active {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:active\:ring-offset-teal-500:active {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:active\:ring-offset-teal-600:active {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:active\:ring-offset-teal-700:active {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:active\:ring-offset-teal-800:active {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:active\:ring-offset-teal-900:active {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:active\:ring-offset-emerald-50:active {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:active\:ring-offset-emerald-100:active {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:active\:ring-offset-emerald-200:active {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:active\:ring-offset-emerald-300:active {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:active\:ring-offset-emerald-400:active {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:active\:ring-offset-emerald-500:active {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:active\:ring-offset-emerald-600:active {
    --tw-ring-offset-color: #059669;
  }

  .lg\:active\:ring-offset-emerald-700:active {
    --tw-ring-offset-color: #047857;
  }

  .lg\:active\:ring-offset-emerald-800:active {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:active\:ring-offset-emerald-900:active {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:active\:ring-offset-green-50:active {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:active\:ring-offset-green-100:active {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:active\:ring-offset-green-200:active {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:active\:ring-offset-green-300:active {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:active\:ring-offset-green-400:active {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:active\:ring-offset-green-500:active {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:active\:ring-offset-green-600:active {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:active\:ring-offset-green-700:active {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:active\:ring-offset-green-800:active {
    --tw-ring-offset-color: #166534;
  }

  .lg\:active\:ring-offset-green-900:active {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:active\:ring-offset-lime-50:active {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:active\:ring-offset-lime-100:active {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:active\:ring-offset-lime-200:active {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:active\:ring-offset-lime-300:active {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:active\:ring-offset-lime-400:active {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:active\:ring-offset-lime-500:active {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:active\:ring-offset-lime-600:active {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:active\:ring-offset-lime-700:active {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:active\:ring-offset-lime-800:active {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:active\:ring-offset-lime-900:active {
    --tw-ring-offset-color: #365314;
  }

  .lg\:active\:ring-offset-yellow-50:active {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:active\:ring-offset-yellow-100:active {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:active\:ring-offset-yellow-200:active {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:active\:ring-offset-yellow-300:active {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:active\:ring-offset-yellow-400:active {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:active\:ring-offset-yellow-500:active {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:active\:ring-offset-yellow-600:active {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:active\:ring-offset-yellow-700:active {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:active\:ring-offset-yellow-800:active {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:active\:ring-offset-yellow-900:active {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:active\:ring-offset-amber-50:active {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:active\:ring-offset-amber-100:active {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:active\:ring-offset-amber-200:active {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:active\:ring-offset-amber-300:active {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:active\:ring-offset-amber-400:active {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:active\:ring-offset-amber-500:active {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:active\:ring-offset-amber-600:active {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:active\:ring-offset-amber-700:active {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:active\:ring-offset-amber-800:active {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:active\:ring-offset-amber-900:active {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:active\:ring-offset-orange-50:active {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:active\:ring-offset-orange-100:active {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:active\:ring-offset-orange-200:active {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:active\:ring-offset-orange-300:active {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:active\:ring-offset-orange-400:active {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:active\:ring-offset-orange-500:active {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:active\:ring-offset-orange-600:active {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:active\:ring-offset-orange-700:active {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:active\:ring-offset-orange-800:active {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:active\:ring-offset-orange-900:active {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:active\:ring-offset-red-50:active {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:active\:ring-offset-red-100:active {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:active\:ring-offset-red-200:active {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:active\:ring-offset-red-300:active {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:active\:ring-offset-red-400:active {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:active\:ring-offset-red-500:active {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:active\:ring-offset-red-600:active {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:active\:ring-offset-red-700:active {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:active\:ring-offset-red-800:active {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:active\:ring-offset-red-900:active {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:active\:ring-offset-warmGray-50:active {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:active\:ring-offset-warmGray-100:active {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:active\:ring-offset-warmGray-200:active {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:active\:ring-offset-warmGray-300:active {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:active\:ring-offset-warmGray-400:active {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:active\:ring-offset-warmGray-500:active {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:active\:ring-offset-warmGray-600:active {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:active\:ring-offset-warmGray-700:active {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:active\:ring-offset-warmGray-800:active {
    --tw-ring-offset-color: #292524;
  }

  .lg\:active\:ring-offset-warmGray-900:active {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:active\:ring-offset-trueGray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:active\:ring-offset-trueGray-100:active {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:active\:ring-offset-trueGray-200:active {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:active\:ring-offset-trueGray-300:active {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:active\:ring-offset-trueGray-400:active {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:active\:ring-offset-trueGray-500:active {
    --tw-ring-offset-color: #737373;
  }

  .lg\:active\:ring-offset-trueGray-600:active {
    --tw-ring-offset-color: #525252;
  }

  .lg\:active\:ring-offset-trueGray-700:active {
    --tw-ring-offset-color: #404040;
  }

  .lg\:active\:ring-offset-trueGray-800:active {
    --tw-ring-offset-color: #262626;
  }

  .lg\:active\:ring-offset-trueGray-900:active {
    --tw-ring-offset-color: #171717;
  }

  .lg\:active\:ring-offset-gray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:active\:ring-offset-gray-100:active {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:active\:ring-offset-gray-200:active {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:active\:ring-offset-gray-300:active {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:active\:ring-offset-gray-400:active {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:active\:ring-offset-gray-500:active {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:active\:ring-offset-gray-600:active {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:active\:ring-offset-gray-700:active {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:active\:ring-offset-gray-800:active {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:active\:ring-offset-gray-900:active {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:active\:ring-offset-coolGray-50:active {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:active\:ring-offset-coolGray-100:active {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:active\:ring-offset-coolGray-200:active {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:active\:ring-offset-coolGray-300:active {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:active\:ring-offset-coolGray-400:active {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:active\:ring-offset-coolGray-500:active {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:active\:ring-offset-coolGray-600:active {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:active\:ring-offset-coolGray-700:active {
    --tw-ring-offset-color: #374151;
  }

  .lg\:active\:ring-offset-coolGray-800:active {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:active\:ring-offset-coolGray-900:active {
    --tw-ring-offset-color: #111827;
  }

  .lg\:active\:ring-offset-blueGray-50:active {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:active\:ring-offset-blueGray-100:active {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:active\:ring-offset-blueGray-200:active {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:active\:ring-offset-blueGray-300:active {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:active\:ring-offset-blueGray-400:active {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:active\:ring-offset-blueGray-500:active {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:active\:ring-offset-blueGray-600:active {
    --tw-ring-offset-color: #475569;
  }

  .lg\:active\:ring-offset-blueGray-700:active {
    --tw-ring-offset-color: #334155;
  }

  .lg\:active\:ring-offset-blueGray-800:active {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:active\:ring-offset-blueGray-900:active {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:active\:ring-offset-current:active {
    --tw-ring-offset-color: current;
  }

  .lg\:active\:ring-offset-transparent:active {
    --tw-ring-offset-color: transparent;
  }

  .lg\:visited\:ring-offset-black:visited {
    --tw-ring-offset-color: #000;
  }

  .lg\:visited\:ring-offset-white:visited {
    --tw-ring-offset-color: #fff;
  }

  .lg\:visited\:ring-offset-rose-50:visited {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:visited\:ring-offset-rose-100:visited {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:visited\:ring-offset-rose-200:visited {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:visited\:ring-offset-rose-300:visited {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:visited\:ring-offset-rose-400:visited {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:visited\:ring-offset-rose-500:visited {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:visited\:ring-offset-rose-600:visited {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:visited\:ring-offset-rose-700:visited {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:visited\:ring-offset-rose-800:visited {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:visited\:ring-offset-rose-900:visited {
    --tw-ring-offset-color: #881337;
  }

  .lg\:visited\:ring-offset-pink-50:visited {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:visited\:ring-offset-pink-100:visited {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:visited\:ring-offset-pink-200:visited {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:visited\:ring-offset-pink-300:visited {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:visited\:ring-offset-pink-400:visited {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:visited\:ring-offset-pink-500:visited {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:visited\:ring-offset-pink-600:visited {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:visited\:ring-offset-pink-700:visited {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:visited\:ring-offset-pink-800:visited {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:visited\:ring-offset-pink-900:visited {
    --tw-ring-offset-color: #831843;
  }

  .lg\:visited\:ring-offset-fuchsia-50:visited {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:visited\:ring-offset-fuchsia-100:visited {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:visited\:ring-offset-fuchsia-200:visited {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:visited\:ring-offset-fuchsia-300:visited {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:visited\:ring-offset-fuchsia-400:visited {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:visited\:ring-offset-fuchsia-500:visited {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:visited\:ring-offset-fuchsia-600:visited {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:visited\:ring-offset-fuchsia-700:visited {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:visited\:ring-offset-fuchsia-800:visited {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:visited\:ring-offset-fuchsia-900:visited {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:visited\:ring-offset-purple-50:visited {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:visited\:ring-offset-purple-100:visited {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:visited\:ring-offset-purple-200:visited {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:visited\:ring-offset-purple-300:visited {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:visited\:ring-offset-purple-400:visited {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:visited\:ring-offset-purple-500:visited {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:visited\:ring-offset-purple-600:visited {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:visited\:ring-offset-purple-700:visited {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:visited\:ring-offset-purple-800:visited {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:visited\:ring-offset-purple-900:visited {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:visited\:ring-offset-violet-50:visited {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:visited\:ring-offset-violet-100:visited {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:visited\:ring-offset-violet-200:visited {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:visited\:ring-offset-violet-300:visited {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:visited\:ring-offset-violet-400:visited {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:visited\:ring-offset-violet-500:visited {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:visited\:ring-offset-violet-600:visited {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:visited\:ring-offset-violet-700:visited {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:visited\:ring-offset-violet-800:visited {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:visited\:ring-offset-violet-900:visited {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:visited\:ring-offset-indigo-50:visited {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:visited\:ring-offset-indigo-100:visited {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:visited\:ring-offset-indigo-200:visited {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:visited\:ring-offset-indigo-300:visited {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:visited\:ring-offset-indigo-400:visited {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:visited\:ring-offset-indigo-500:visited {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:visited\:ring-offset-indigo-600:visited {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:visited\:ring-offset-indigo-700:visited {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:visited\:ring-offset-indigo-800:visited {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:visited\:ring-offset-indigo-900:visited {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:visited\:ring-offset-blue-50:visited {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:visited\:ring-offset-blue-100:visited {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:visited\:ring-offset-blue-200:visited {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:visited\:ring-offset-blue-300:visited {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:visited\:ring-offset-blue-400:visited {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:visited\:ring-offset-blue-500:visited {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:visited\:ring-offset-blue-600:visited {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:visited\:ring-offset-blue-700:visited {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:visited\:ring-offset-blue-800:visited {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:visited\:ring-offset-blue-900:visited {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:visited\:ring-offset-lightBlue-50:visited {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:visited\:ring-offset-lightBlue-100:visited {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:visited\:ring-offset-lightBlue-200:visited {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:visited\:ring-offset-lightBlue-300:visited {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:visited\:ring-offset-lightBlue-400:visited {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:visited\:ring-offset-lightBlue-500:visited {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:visited\:ring-offset-lightBlue-600:visited {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:visited\:ring-offset-lightBlue-700:visited {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:visited\:ring-offset-lightBlue-800:visited {
    --tw-ring-offset-color: #075985;
  }

  .lg\:visited\:ring-offset-lightBlue-900:visited {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:visited\:ring-offset-cyan-50:visited {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:visited\:ring-offset-cyan-100:visited {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:visited\:ring-offset-cyan-200:visited {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:visited\:ring-offset-cyan-300:visited {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:visited\:ring-offset-cyan-400:visited {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:visited\:ring-offset-cyan-500:visited {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:visited\:ring-offset-cyan-600:visited {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:visited\:ring-offset-cyan-700:visited {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:visited\:ring-offset-cyan-800:visited {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:visited\:ring-offset-cyan-900:visited {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:visited\:ring-offset-teal-50:visited {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:visited\:ring-offset-teal-100:visited {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:visited\:ring-offset-teal-200:visited {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:visited\:ring-offset-teal-300:visited {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:visited\:ring-offset-teal-400:visited {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:visited\:ring-offset-teal-500:visited {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:visited\:ring-offset-teal-600:visited {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:visited\:ring-offset-teal-700:visited {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:visited\:ring-offset-teal-800:visited {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:visited\:ring-offset-teal-900:visited {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:visited\:ring-offset-emerald-50:visited {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:visited\:ring-offset-emerald-100:visited {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:visited\:ring-offset-emerald-200:visited {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:visited\:ring-offset-emerald-300:visited {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:visited\:ring-offset-emerald-400:visited {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:visited\:ring-offset-emerald-500:visited {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:visited\:ring-offset-emerald-600:visited {
    --tw-ring-offset-color: #059669;
  }

  .lg\:visited\:ring-offset-emerald-700:visited {
    --tw-ring-offset-color: #047857;
  }

  .lg\:visited\:ring-offset-emerald-800:visited {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:visited\:ring-offset-emerald-900:visited {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:visited\:ring-offset-green-50:visited {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:visited\:ring-offset-green-100:visited {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:visited\:ring-offset-green-200:visited {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:visited\:ring-offset-green-300:visited {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:visited\:ring-offset-green-400:visited {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:visited\:ring-offset-green-500:visited {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:visited\:ring-offset-green-600:visited {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:visited\:ring-offset-green-700:visited {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:visited\:ring-offset-green-800:visited {
    --tw-ring-offset-color: #166534;
  }

  .lg\:visited\:ring-offset-green-900:visited {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:visited\:ring-offset-lime-50:visited {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:visited\:ring-offset-lime-100:visited {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:visited\:ring-offset-lime-200:visited {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:visited\:ring-offset-lime-300:visited {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:visited\:ring-offset-lime-400:visited {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:visited\:ring-offset-lime-500:visited {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:visited\:ring-offset-lime-600:visited {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:visited\:ring-offset-lime-700:visited {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:visited\:ring-offset-lime-800:visited {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:visited\:ring-offset-lime-900:visited {
    --tw-ring-offset-color: #365314;
  }

  .lg\:visited\:ring-offset-yellow-50:visited {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:visited\:ring-offset-yellow-100:visited {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:visited\:ring-offset-yellow-200:visited {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:visited\:ring-offset-yellow-300:visited {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:visited\:ring-offset-yellow-400:visited {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:visited\:ring-offset-yellow-500:visited {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:visited\:ring-offset-yellow-600:visited {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:visited\:ring-offset-yellow-700:visited {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:visited\:ring-offset-yellow-800:visited {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:visited\:ring-offset-yellow-900:visited {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:visited\:ring-offset-amber-50:visited {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:visited\:ring-offset-amber-100:visited {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:visited\:ring-offset-amber-200:visited {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:visited\:ring-offset-amber-300:visited {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:visited\:ring-offset-amber-400:visited {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:visited\:ring-offset-amber-500:visited {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:visited\:ring-offset-amber-600:visited {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:visited\:ring-offset-amber-700:visited {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:visited\:ring-offset-amber-800:visited {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:visited\:ring-offset-amber-900:visited {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:visited\:ring-offset-orange-50:visited {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:visited\:ring-offset-orange-100:visited {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:visited\:ring-offset-orange-200:visited {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:visited\:ring-offset-orange-300:visited {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:visited\:ring-offset-orange-400:visited {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:visited\:ring-offset-orange-500:visited {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:visited\:ring-offset-orange-600:visited {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:visited\:ring-offset-orange-700:visited {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:visited\:ring-offset-orange-800:visited {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:visited\:ring-offset-orange-900:visited {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:visited\:ring-offset-red-50:visited {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:visited\:ring-offset-red-100:visited {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:visited\:ring-offset-red-200:visited {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:visited\:ring-offset-red-300:visited {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:visited\:ring-offset-red-400:visited {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:visited\:ring-offset-red-500:visited {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:visited\:ring-offset-red-600:visited {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:visited\:ring-offset-red-700:visited {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:visited\:ring-offset-red-800:visited {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:visited\:ring-offset-red-900:visited {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:visited\:ring-offset-warmGray-50:visited {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:visited\:ring-offset-warmGray-100:visited {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:visited\:ring-offset-warmGray-200:visited {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:visited\:ring-offset-warmGray-300:visited {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:visited\:ring-offset-warmGray-400:visited {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:visited\:ring-offset-warmGray-500:visited {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:visited\:ring-offset-warmGray-600:visited {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:visited\:ring-offset-warmGray-700:visited {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:visited\:ring-offset-warmGray-800:visited {
    --tw-ring-offset-color: #292524;
  }

  .lg\:visited\:ring-offset-warmGray-900:visited {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:visited\:ring-offset-trueGray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:visited\:ring-offset-trueGray-100:visited {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:visited\:ring-offset-trueGray-200:visited {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:visited\:ring-offset-trueGray-300:visited {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:visited\:ring-offset-trueGray-400:visited {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:visited\:ring-offset-trueGray-500:visited {
    --tw-ring-offset-color: #737373;
  }

  .lg\:visited\:ring-offset-trueGray-600:visited {
    --tw-ring-offset-color: #525252;
  }

  .lg\:visited\:ring-offset-trueGray-700:visited {
    --tw-ring-offset-color: #404040;
  }

  .lg\:visited\:ring-offset-trueGray-800:visited {
    --tw-ring-offset-color: #262626;
  }

  .lg\:visited\:ring-offset-trueGray-900:visited {
    --tw-ring-offset-color: #171717;
  }

  .lg\:visited\:ring-offset-gray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:visited\:ring-offset-gray-100:visited {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:visited\:ring-offset-gray-200:visited {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:visited\:ring-offset-gray-300:visited {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:visited\:ring-offset-gray-400:visited {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:visited\:ring-offset-gray-500:visited {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:visited\:ring-offset-gray-600:visited {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:visited\:ring-offset-gray-700:visited {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:visited\:ring-offset-gray-800:visited {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:visited\:ring-offset-gray-900:visited {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:visited\:ring-offset-coolGray-50:visited {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:visited\:ring-offset-coolGray-100:visited {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:visited\:ring-offset-coolGray-200:visited {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:visited\:ring-offset-coolGray-300:visited {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:visited\:ring-offset-coolGray-400:visited {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:visited\:ring-offset-coolGray-500:visited {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:visited\:ring-offset-coolGray-600:visited {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:visited\:ring-offset-coolGray-700:visited {
    --tw-ring-offset-color: #374151;
  }

  .lg\:visited\:ring-offset-coolGray-800:visited {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:visited\:ring-offset-coolGray-900:visited {
    --tw-ring-offset-color: #111827;
  }

  .lg\:visited\:ring-offset-blueGray-50:visited {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:visited\:ring-offset-blueGray-100:visited {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:visited\:ring-offset-blueGray-200:visited {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:visited\:ring-offset-blueGray-300:visited {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:visited\:ring-offset-blueGray-400:visited {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:visited\:ring-offset-blueGray-500:visited {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:visited\:ring-offset-blueGray-600:visited {
    --tw-ring-offset-color: #475569;
  }

  .lg\:visited\:ring-offset-blueGray-700:visited {
    --tw-ring-offset-color: #334155;
  }

  .lg\:visited\:ring-offset-blueGray-800:visited {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:visited\:ring-offset-blueGray-900:visited {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:visited\:ring-offset-current:visited {
    --tw-ring-offset-color: current;
  }

  .lg\:visited\:ring-offset-transparent:visited {
    --tw-ring-offset-color: transparent;
  }

  .lg\:disabled\:ring-offset-black:disabled {
    --tw-ring-offset-color: #000;
  }

  .lg\:disabled\:ring-offset-white:disabled {
    --tw-ring-offset-color: #fff;
  }

  .lg\:disabled\:ring-offset-rose-50:disabled {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:disabled\:ring-offset-rose-100:disabled {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:disabled\:ring-offset-rose-200:disabled {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:disabled\:ring-offset-rose-300:disabled {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:disabled\:ring-offset-rose-400:disabled {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:disabled\:ring-offset-rose-500:disabled {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:disabled\:ring-offset-rose-600:disabled {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:disabled\:ring-offset-rose-700:disabled {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:disabled\:ring-offset-rose-800:disabled {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:disabled\:ring-offset-rose-900:disabled {
    --tw-ring-offset-color: #881337;
  }

  .lg\:disabled\:ring-offset-pink-50:disabled {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:disabled\:ring-offset-pink-100:disabled {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:disabled\:ring-offset-pink-200:disabled {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:disabled\:ring-offset-pink-300:disabled {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:disabled\:ring-offset-pink-400:disabled {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:disabled\:ring-offset-pink-500:disabled {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:disabled\:ring-offset-pink-600:disabled {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:disabled\:ring-offset-pink-700:disabled {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:disabled\:ring-offset-pink-800:disabled {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:disabled\:ring-offset-pink-900:disabled {
    --tw-ring-offset-color: #831843;
  }

  .lg\:disabled\:ring-offset-fuchsia-50:disabled {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:disabled\:ring-offset-fuchsia-100:disabled {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:disabled\:ring-offset-fuchsia-200:disabled {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:disabled\:ring-offset-fuchsia-300:disabled {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:disabled\:ring-offset-fuchsia-400:disabled {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:disabled\:ring-offset-fuchsia-500:disabled {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:disabled\:ring-offset-fuchsia-600:disabled {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:disabled\:ring-offset-fuchsia-700:disabled {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:disabled\:ring-offset-fuchsia-800:disabled {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:disabled\:ring-offset-fuchsia-900:disabled {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:disabled\:ring-offset-purple-50:disabled {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:disabled\:ring-offset-purple-100:disabled {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:disabled\:ring-offset-purple-200:disabled {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:disabled\:ring-offset-purple-300:disabled {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:disabled\:ring-offset-purple-400:disabled {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:disabled\:ring-offset-purple-500:disabled {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:disabled\:ring-offset-purple-600:disabled {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:disabled\:ring-offset-purple-700:disabled {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:disabled\:ring-offset-purple-800:disabled {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:disabled\:ring-offset-purple-900:disabled {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:disabled\:ring-offset-violet-50:disabled {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:disabled\:ring-offset-violet-100:disabled {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:disabled\:ring-offset-violet-200:disabled {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:disabled\:ring-offset-violet-300:disabled {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:disabled\:ring-offset-violet-400:disabled {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:disabled\:ring-offset-violet-500:disabled {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:disabled\:ring-offset-violet-600:disabled {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:disabled\:ring-offset-violet-700:disabled {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:disabled\:ring-offset-violet-800:disabled {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:disabled\:ring-offset-violet-900:disabled {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:disabled\:ring-offset-indigo-50:disabled {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:disabled\:ring-offset-indigo-100:disabled {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:disabled\:ring-offset-indigo-200:disabled {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:disabled\:ring-offset-indigo-300:disabled {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:disabled\:ring-offset-indigo-400:disabled {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:disabled\:ring-offset-indigo-500:disabled {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:disabled\:ring-offset-indigo-600:disabled {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:disabled\:ring-offset-indigo-700:disabled {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:disabled\:ring-offset-indigo-800:disabled {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:disabled\:ring-offset-indigo-900:disabled {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:disabled\:ring-offset-blue-50:disabled {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:disabled\:ring-offset-blue-100:disabled {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:disabled\:ring-offset-blue-200:disabled {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:disabled\:ring-offset-blue-300:disabled {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:disabled\:ring-offset-blue-400:disabled {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:disabled\:ring-offset-blue-500:disabled {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:disabled\:ring-offset-blue-600:disabled {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:disabled\:ring-offset-blue-700:disabled {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:disabled\:ring-offset-blue-800:disabled {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:disabled\:ring-offset-blue-900:disabled {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:disabled\:ring-offset-lightBlue-50:disabled {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:disabled\:ring-offset-lightBlue-100:disabled {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:disabled\:ring-offset-lightBlue-200:disabled {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:disabled\:ring-offset-lightBlue-300:disabled {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:disabled\:ring-offset-lightBlue-400:disabled {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:disabled\:ring-offset-lightBlue-500:disabled {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:disabled\:ring-offset-lightBlue-600:disabled {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:disabled\:ring-offset-lightBlue-700:disabled {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:disabled\:ring-offset-lightBlue-800:disabled {
    --tw-ring-offset-color: #075985;
  }

  .lg\:disabled\:ring-offset-lightBlue-900:disabled {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg\:disabled\:ring-offset-cyan-50:disabled {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:disabled\:ring-offset-cyan-100:disabled {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:disabled\:ring-offset-cyan-200:disabled {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:disabled\:ring-offset-cyan-300:disabled {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:disabled\:ring-offset-cyan-400:disabled {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:disabled\:ring-offset-cyan-500:disabled {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:disabled\:ring-offset-cyan-600:disabled {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:disabled\:ring-offset-cyan-700:disabled {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:disabled\:ring-offset-cyan-800:disabled {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:disabled\:ring-offset-cyan-900:disabled {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:disabled\:ring-offset-teal-50:disabled {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:disabled\:ring-offset-teal-100:disabled {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:disabled\:ring-offset-teal-200:disabled {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:disabled\:ring-offset-teal-300:disabled {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:disabled\:ring-offset-teal-400:disabled {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:disabled\:ring-offset-teal-500:disabled {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:disabled\:ring-offset-teal-600:disabled {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:disabled\:ring-offset-teal-700:disabled {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:disabled\:ring-offset-teal-800:disabled {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:disabled\:ring-offset-teal-900:disabled {
    --tw-ring-offset-color: #134e4a;
  }

  .lg\:disabled\:ring-offset-emerald-50:disabled {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:disabled\:ring-offset-emerald-100:disabled {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:disabled\:ring-offset-emerald-200:disabled {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:disabled\:ring-offset-emerald-300:disabled {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:disabled\:ring-offset-emerald-400:disabled {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:disabled\:ring-offset-emerald-500:disabled {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:disabled\:ring-offset-emerald-600:disabled {
    --tw-ring-offset-color: #059669;
  }

  .lg\:disabled\:ring-offset-emerald-700:disabled {
    --tw-ring-offset-color: #047857;
  }

  .lg\:disabled\:ring-offset-emerald-800:disabled {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:disabled\:ring-offset-emerald-900:disabled {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:disabled\:ring-offset-green-50:disabled {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:disabled\:ring-offset-green-100:disabled {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:disabled\:ring-offset-green-200:disabled {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:disabled\:ring-offset-green-300:disabled {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:disabled\:ring-offset-green-400:disabled {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:disabled\:ring-offset-green-500:disabled {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:disabled\:ring-offset-green-600:disabled {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:disabled\:ring-offset-green-700:disabled {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:disabled\:ring-offset-green-800:disabled {
    --tw-ring-offset-color: #166534;
  }

  .lg\:disabled\:ring-offset-green-900:disabled {
    --tw-ring-offset-color: #14532d;
  }

  .lg\:disabled\:ring-offset-lime-50:disabled {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:disabled\:ring-offset-lime-100:disabled {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:disabled\:ring-offset-lime-200:disabled {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:disabled\:ring-offset-lime-300:disabled {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:disabled\:ring-offset-lime-400:disabled {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:disabled\:ring-offset-lime-500:disabled {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:disabled\:ring-offset-lime-600:disabled {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:disabled\:ring-offset-lime-700:disabled {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:disabled\:ring-offset-lime-800:disabled {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:disabled\:ring-offset-lime-900:disabled {
    --tw-ring-offset-color: #365314;
  }

  .lg\:disabled\:ring-offset-yellow-50:disabled {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:disabled\:ring-offset-yellow-100:disabled {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:disabled\:ring-offset-yellow-200:disabled {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:disabled\:ring-offset-yellow-300:disabled {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:disabled\:ring-offset-yellow-400:disabled {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:disabled\:ring-offset-yellow-500:disabled {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:disabled\:ring-offset-yellow-600:disabled {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:disabled\:ring-offset-yellow-700:disabled {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:disabled\:ring-offset-yellow-800:disabled {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:disabled\:ring-offset-yellow-900:disabled {
    --tw-ring-offset-color: #713f12;
  }

  .lg\:disabled\:ring-offset-amber-50:disabled {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:disabled\:ring-offset-amber-100:disabled {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:disabled\:ring-offset-amber-200:disabled {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:disabled\:ring-offset-amber-300:disabled {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:disabled\:ring-offset-amber-400:disabled {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:disabled\:ring-offset-amber-500:disabled {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:disabled\:ring-offset-amber-600:disabled {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:disabled\:ring-offset-amber-700:disabled {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:disabled\:ring-offset-amber-800:disabled {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:disabled\:ring-offset-amber-900:disabled {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:disabled\:ring-offset-orange-50:disabled {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:disabled\:ring-offset-orange-100:disabled {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:disabled\:ring-offset-orange-200:disabled {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:disabled\:ring-offset-orange-300:disabled {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:disabled\:ring-offset-orange-400:disabled {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:disabled\:ring-offset-orange-500:disabled {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:disabled\:ring-offset-orange-600:disabled {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:disabled\:ring-offset-orange-700:disabled {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:disabled\:ring-offset-orange-800:disabled {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:disabled\:ring-offset-orange-900:disabled {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg\:disabled\:ring-offset-red-50:disabled {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:disabled\:ring-offset-red-100:disabled {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:disabled\:ring-offset-red-200:disabled {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:disabled\:ring-offset-red-300:disabled {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:disabled\:ring-offset-red-400:disabled {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:disabled\:ring-offset-red-500:disabled {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:disabled\:ring-offset-red-600:disabled {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:disabled\:ring-offset-red-700:disabled {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:disabled\:ring-offset-red-800:disabled {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:disabled\:ring-offset-red-900:disabled {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:disabled\:ring-offset-warmGray-50:disabled {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:disabled\:ring-offset-warmGray-100:disabled {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:disabled\:ring-offset-warmGray-200:disabled {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:disabled\:ring-offset-warmGray-300:disabled {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:disabled\:ring-offset-warmGray-400:disabled {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:disabled\:ring-offset-warmGray-500:disabled {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:disabled\:ring-offset-warmGray-600:disabled {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:disabled\:ring-offset-warmGray-700:disabled {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:disabled\:ring-offset-warmGray-800:disabled {
    --tw-ring-offset-color: #292524;
  }

  .lg\:disabled\:ring-offset-warmGray-900:disabled {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:disabled\:ring-offset-trueGray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:disabled\:ring-offset-trueGray-100:disabled {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:disabled\:ring-offset-trueGray-200:disabled {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:disabled\:ring-offset-trueGray-300:disabled {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:disabled\:ring-offset-trueGray-400:disabled {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:disabled\:ring-offset-trueGray-500:disabled {
    --tw-ring-offset-color: #737373;
  }

  .lg\:disabled\:ring-offset-trueGray-600:disabled {
    --tw-ring-offset-color: #525252;
  }

  .lg\:disabled\:ring-offset-trueGray-700:disabled {
    --tw-ring-offset-color: #404040;
  }

  .lg\:disabled\:ring-offset-trueGray-800:disabled {
    --tw-ring-offset-color: #262626;
  }

  .lg\:disabled\:ring-offset-trueGray-900:disabled {
    --tw-ring-offset-color: #171717;
  }

  .lg\:disabled\:ring-offset-gray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:disabled\:ring-offset-gray-100:disabled {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:disabled\:ring-offset-gray-200:disabled {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:disabled\:ring-offset-gray-300:disabled {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:disabled\:ring-offset-gray-400:disabled {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:disabled\:ring-offset-gray-500:disabled {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:disabled\:ring-offset-gray-600:disabled {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:disabled\:ring-offset-gray-700:disabled {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:disabled\:ring-offset-gray-800:disabled {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:disabled\:ring-offset-gray-900:disabled {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:disabled\:ring-offset-coolGray-50:disabled {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:disabled\:ring-offset-coolGray-100:disabled {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:disabled\:ring-offset-coolGray-200:disabled {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:disabled\:ring-offset-coolGray-300:disabled {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:disabled\:ring-offset-coolGray-400:disabled {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:disabled\:ring-offset-coolGray-500:disabled {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:disabled\:ring-offset-coolGray-600:disabled {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:disabled\:ring-offset-coolGray-700:disabled {
    --tw-ring-offset-color: #374151;
  }

  .lg\:disabled\:ring-offset-coolGray-800:disabled {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:disabled\:ring-offset-coolGray-900:disabled {
    --tw-ring-offset-color: #111827;
  }

  .lg\:disabled\:ring-offset-blueGray-50:disabled {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:disabled\:ring-offset-blueGray-100:disabled {
    --tw-ring-offset-color: #f1f5f9;
  }

  .lg\:disabled\:ring-offset-blueGray-200:disabled {
    --tw-ring-offset-color: #e2e8f0;
  }

  .lg\:disabled\:ring-offset-blueGray-300:disabled {
    --tw-ring-offset-color: #cbd5e1;
  }

  .lg\:disabled\:ring-offset-blueGray-400:disabled {
    --tw-ring-offset-color: #94a3b8;
  }

  .lg\:disabled\:ring-offset-blueGray-500:disabled {
    --tw-ring-offset-color: #64748b;
  }

  .lg\:disabled\:ring-offset-blueGray-600:disabled {
    --tw-ring-offset-color: #475569;
  }

  .lg\:disabled\:ring-offset-blueGray-700:disabled {
    --tw-ring-offset-color: #334155;
  }

  .lg\:disabled\:ring-offset-blueGray-800:disabled {
    --tw-ring-offset-color: #1e293b;
  }

  .lg\:disabled\:ring-offset-blueGray-900:disabled {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:disabled\:ring-offset-current:disabled {
    --tw-ring-offset-color: current;
  }

  .lg\:disabled\:ring-offset-transparent:disabled {
    --tw-ring-offset-color: transparent;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .group:hover .lg\:group-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .group:hover .lg\:group-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .group:hover .lg\:group-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .group:hover .lg\:group-hover\: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\:first\:ring-offset-0:first-child {
    --tw-ring-offset-width: 0px;
  }

  .lg\:first\:ring-offset-1:first-child {
    --tw-ring-offset-width: 1px;
  }

  .lg\:first\:ring-offset-2:first-child {
    --tw-ring-offset-width: 2px;
  }

  .lg\:first\:ring-offset-4:first-child {
    --tw-ring-offset-width: 4px;
  }

  .lg\:first\:ring-offset-8:first-child {
    --tw-ring-offset-width: 8px;
  }

  .lg\:last\:ring-offset-0:last-child {
    --tw-ring-offset-width: 0px;
  }

  .lg\:last\:ring-offset-1:last-child {
    --tw-ring-offset-width: 1px;
  }

  .lg\:last\:ring-offset-2:last-child {
    --tw-ring-offset-width: 2px;
  }

  .lg\:last\:ring-offset-4:last-child {
    --tw-ring-offset-width: 4px;
  }

  .lg\:last\:ring-offset-8:last-child {
    --tw-ring-offset-width: 8px;
  }

  .lg\:odd\:ring-offset-0:nth-child(odd) {
    --tw-ring-offset-width: 0px;
  }

  .lg\:odd\:ring-offset-1:nth-child(odd) {
    --tw-ring-offset-width: 1px;
  }

  .lg\:odd\:ring-offset-2:nth-child(odd) {
    --tw-ring-offset-width: 2px;
  }

  .lg\:odd\:ring-offset-4:nth-child(odd) {
    --tw-ring-offset-width: 4px;
  }

  .lg\:odd\:ring-offset-8:nth-child(odd) {
    --tw-ring-offset-width: 8px;
  }

  .lg\:even\:ring-offset-0:nth-child(even) {
    --tw-ring-offset-width: 0px;
  }

  .lg\:even\:ring-offset-1:nth-child(even) {
    --tw-ring-offset-width: 1px;
  }

  .lg\:even\:ring-offset-2:nth-child(even) {
    --tw-ring-offset-width: 2px;
  }

  .lg\:even\:ring-offset-4:nth-child(even) {
    --tw-ring-offset-width: 4px;
  }

  .lg\:even\:ring-offset-8:nth-child(even) {
    --tw-ring-offset-width: 8px;
  }

  .lg\:hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .lg\:hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .lg\:hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .lg\:hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .lg\:hover\:ring-offset-8:hover {
    --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\:active\:ring-offset-0:active {
    --tw-ring-offset-width: 0px;
  }

  .lg\:active\:ring-offset-1:active {
    --tw-ring-offset-width: 1px;
  }

  .lg\:active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
  }

  .lg\:active\:ring-offset-4:active {
    --tw-ring-offset-width: 4px;
  }

  .lg\:active\:ring-offset-8:active {
    --tw-ring-offset-width: 8px;
  }

  .lg\:visited\:ring-offset-0:visited {
    --tw-ring-offset-width: 0px;
  }

  .lg\:visited\:ring-offset-1:visited {
    --tw-ring-offset-width: 1px;
  }

  .lg\:visited\:ring-offset-2:visited {
    --tw-ring-offset-width: 2px;
  }

  .lg\:visited\:ring-offset-4:visited {
    --tw-ring-offset-width: 4px;
  }

  .lg\:visited\:ring-offset-8:visited {
    --tw-ring-offset-width: 8px;
  }

  .lg\:disabled\:ring-offset-0:disabled {
    --tw-ring-offset-width: 0px;
  }

  .lg\:disabled\:ring-offset-1:disabled {
    --tw-ring-offset-width: 1px;
  }

  .lg\:disabled\:ring-offset-2:disabled {
    --tw-ring-offset-width: 2px;
  }

  .lg\:disabled\:ring-offset-4:disabled {
    --tw-ring-offset-width: 4px;
  }

  .lg\:disabled\:ring-offset-8:disabled {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:ring-current {
    --tw-ring-color: current;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .group:hover .lg\:group-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .group:hover .lg\:group-hover\:ring-current {
    --tw-ring-color: current;
  }

  .group:hover .lg\:group-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warmGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-trueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-coolGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: current;
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:first\:ring-black:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-white:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-rose-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-pink-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-fuchsia-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-purple-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-violet-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-indigo-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lightBlue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-cyan-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-teal-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-emerald-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-green-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-lime-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-yellow-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-amber-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-orange-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-red-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-warmGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-trueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-gray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-coolGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-blueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:first\:ring-current:first-child {
    --tw-ring-color: current;
  }

  .lg\:first\:ring-transparent:first-child {
    --tw-ring-color: transparent;
  }

  .lg\:last\:ring-black:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-white:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-rose-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-pink-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-fuchsia-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-purple-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-violet-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-indigo-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lightBlue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-cyan-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-teal-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-emerald-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-green-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-lime-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-yellow-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-amber-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-orange-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-red-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-warmGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-trueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-gray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-coolGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-blueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:last\:ring-current:last-child {
    --tw-ring-color: current;
  }

  .lg\:last\:ring-transparent:last-child {
    --tw-ring-color: transparent;
  }

  .lg\:odd\:ring-black:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-white:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-rose-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-pink-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-fuchsia-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-purple-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-violet-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-indigo-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lightBlue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-cyan-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-teal-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-emerald-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-green-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-lime-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-yellow-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-amber-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-orange-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-red-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-warmGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-trueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-gray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-coolGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-blueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:odd\:ring-current:nth-child(odd) {
    --tw-ring-color: current;
  }

  .lg\:odd\:ring-transparent:nth-child(odd) {
    --tw-ring-color: transparent;
  }

  .lg\:even\:ring-black:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-white:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-rose-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-pink-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-fuchsia-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-purple-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-violet-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-indigo-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lightBlue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-cyan-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-teal-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-emerald-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-green-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-lime-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-yellow-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-amber-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-orange-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-red-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-warmGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-trueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-gray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-coolGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-blueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:even\:ring-current:nth-child(even) {
    --tw-ring-color: current;
  }

  .lg\:even\:ring-transparent:nth-child(even) {
    --tw-ring-color: transparent;
  }

  .lg\:hover\:ring-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lightBlue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-warmGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-trueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-coolGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-blueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:hover\:ring-current:hover {
    --tw-ring-color: current;
  }

  .lg\:hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lightBlue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warmGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-trueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-coolGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: current;
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:active\:ring-black:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-white:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-rose-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-pink-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-fuchsia-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-purple-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-violet-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-indigo-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lightBlue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-cyan-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-teal-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-emerald-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-green-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-lime-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-yellow-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-amber-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-orange-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-red-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-warmGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-trueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-gray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-coolGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-blueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:active\:ring-current:active {
    --tw-ring-color: current;
  }

  .lg\:active\:ring-transparent:active {
    --tw-ring-color: transparent;
  }

  .lg\:visited\:ring-black:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-white:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-rose-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-pink-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-fuchsia-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-purple-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-violet-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-indigo-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lightBlue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-cyan-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-teal-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-emerald-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-green-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-lime-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-yellow-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-amber-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-orange-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-red-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-warmGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-trueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-gray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-coolGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-blueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:visited\:ring-current:visited {
    --tw-ring-color: current;
  }

  .lg\:visited\:ring-transparent:visited {
    --tw-ring-color: transparent;
  }

  .lg\:disabled\:ring-black:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-white:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-rose-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-pink-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-fuchsia-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-purple-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-violet-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-indigo-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lightBlue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-cyan-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-teal-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-emerald-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-green-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-lime-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-yellow-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-amber-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-orange-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-red-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-warmGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-trueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-gray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-coolGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-blueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:disabled\:ring-current:disabled {
    --tw-ring-color: current;
  }

  .lg\:disabled\:ring-transparent:disabled {
    --tw-ring-color: transparent;
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .group:hover .lg\:group-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .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\:first\:ring-opacity-0:first-child {
    --tw-ring-opacity: 0;
  }

  .lg\:first\:ring-opacity-5:first-child {
    --tw-ring-opacity: 0.05;
  }

  .lg\:first\:ring-opacity-10:first-child {
    --tw-ring-opacity: 0.1;
  }

  .lg\:first\:ring-opacity-20:first-child {
    --tw-ring-opacity: 0.2;
  }

  .lg\:first\:ring-opacity-25:first-child {
    --tw-ring-opacity: 0.25;
  }

  .lg\:first\:ring-opacity-30:first-child {
    --tw-ring-opacity: 0.3;
  }

  .lg\:first\:ring-opacity-40:first-child {
    --tw-ring-opacity: 0.4;
  }

  .lg\:first\:ring-opacity-50:first-child {
    --tw-ring-opacity: 0.5;
  }

  .lg\:first\:ring-opacity-60:first-child {
    --tw-ring-opacity: 0.6;
  }

  .lg\:first\:ring-opacity-70:first-child {
    --tw-ring-opacity: 0.7;
  }

  .lg\:first\:ring-opacity-75:first-child {
    --tw-ring-opacity: 0.75;
  }

  .lg\:first\:ring-opacity-80:first-child {
    --tw-ring-opacity: 0.8;
  }

  .lg\:first\:ring-opacity-90:first-child {
    --tw-ring-opacity: 0.9;
  }

  .lg\:first\:ring-opacity-95:first-child {
    --tw-ring-opacity: 0.95;
  }

  .lg\:first\:ring-opacity-100:first-child {
    --tw-ring-opacity: 1;
  }

  .lg\:last\:ring-opacity-0:last-child {
    --tw-ring-opacity: 0;
  }

  .lg\:last\:ring-opacity-5:last-child {
    --tw-ring-opacity: 0.05;
  }

  .lg\:last\:ring-opacity-10:last-child {
    --tw-ring-opacity: 0.1;
  }

  .lg\:last\:ring-opacity-20:last-child {
    --tw-ring-opacity: 0.2;
  }

  .lg\:last\:ring-opacity-25:last-child {
    --tw-ring-opacity: 0.25;
  }

  .lg\:last\:ring-opacity-30:last-child {
    --tw-ring-opacity: 0.3;
  }

  .lg\:last\:ring-opacity-40:last-child {
    --tw-ring-opacity: 0.4;
  }

  .lg\:last\:ring-opacity-50:last-child {
    --tw-ring-opacity: 0.5;
  }

  .lg\:last\:ring-opacity-60:last-child {
    --tw-ring-opacity: 0.6;
  }

  .lg\:last\:ring-opacity-70:last-child {
    --tw-ring-opacity: 0.7;
  }

  .lg\:last\:ring-opacity-75:last-child {
    --tw-ring-opacity: 0.75;
  }

  .lg\:last\:ring-opacity-80:last-child {
    --tw-ring-opacity: 0.8;
  }

  .lg\:last\:ring-opacity-90:last-child {
    --tw-ring-opacity: 0.9;
  }

  .lg\:last\:ring-opacity-95:last-child {
    --tw-ring-opacity: 0.95;
  }

  .lg\:last\:ring-opacity-100:last-child {
    --tw-ring-opacity: 1;
  }

  .lg\:odd\:ring-opacity-0:nth-child(odd) {
    --tw-ring-opacity: 0;
  }

  .lg\:odd\:ring-opacity-5:nth-child(odd) {
    --tw-ring-opacity: 0.05;
  }

  .lg\:odd\:ring-opacity-10:nth-child(odd) {
    --tw-ring-opacity: 0.1;
  }

  .lg\:odd\:ring-opacity-20:nth-child(odd) {
    --tw-ring-opacity: 0.2;
  }

  .lg\:odd\:ring-opacity-25:nth-child(odd) {
    --tw-ring-opacity: 0.25;
  }

  .lg\:odd\:ring-opacity-30:nth-child(odd) {
    --tw-ring-opacity: 0.3;
  }

  .lg\:odd\:ring-opacity-40:nth-child(odd) {
    --tw-ring-opacity: 0.4;
  }

  .lg\:odd\:ring-opacity-50:nth-child(odd) {
    --tw-ring-opacity: 0.5;
  }

  .lg\:odd\:ring-opacity-60:nth-child(odd) {
    --tw-ring-opacity: 0.6;
  }

  .lg\:odd\:ring-opacity-70:nth-child(odd) {
    --tw-ring-opacity: 0.7;
  }

  .lg\:odd\:ring-opacity-75:nth-child(odd) {
    --tw-ring-opacity: 0.75;
  }

  .lg\:odd\:ring-opacity-80:nth-child(odd) {
    --tw-ring-opacity: 0.8;
  }

  .lg\:odd\:ring-opacity-90:nth-child(odd) {
    --tw-ring-opacity: 0.9;
  }

  .lg\:odd\:ring-opacity-95:nth-child(odd) {
    --tw-ring-opacity: 0.95;
  }

  .lg\:odd\:ring-opacity-100:nth-child(odd) {
    --tw-ring-opacity: 1;
  }

  .lg\:even\:ring-opacity-0:nth-child(even) {
    --tw-ring-opacity: 0;
  }

  .lg\:even\:ring-opacity-5:nth-child(even) {
    --tw-ring-opacity: 0.05;
  }

  .lg\:even\:ring-opacity-10:nth-child(even) {
    --tw-ring-opacity: 0.1;
  }

  .lg\:even\:ring-opacity-20:nth-child(even) {
    --tw-ring-opacity: 0.2;
  }

  .lg\:even\:ring-opacity-25:nth-child(even) {
    --tw-ring-opacity: 0.25;
  }

  .lg\:even\:ring-opacity-30:nth-child(even) {
    --tw-ring-opacity: 0.3;
  }

  .lg\:even\:ring-opacity-40:nth-child(even) {
    --tw-ring-opacity: 0.4;
  }

  .lg\:even\:ring-opacity-50:nth-child(even) {
    --tw-ring-opacity: 0.5;
  }

  .lg\:even\:ring-opacity-60:nth-child(even) {
    --tw-ring-opacity: 0.6;
  }

  .lg\:even\:ring-opacity-70:nth-child(even) {
    --tw-ring-opacity: 0.7;
  }

  .lg\:even\:ring-opacity-75:nth-child(even) {
    --tw-ring-opacity: 0.75;
  }

  .lg\:even\:ring-opacity-80:nth-child(even) {
    --tw-ring-opacity: 0.8;
  }

  .lg\:even\:ring-opacity-90:nth-child(even) {
    --tw-ring-opacity: 0.9;
  }

  .lg\:even\:ring-opacity-95:nth-child(even) {
    --tw-ring-opacity: 0.95;
  }

  .lg\:even\:ring-opacity-100:nth-child(even) {
    --tw-ring-opacity: 1;
  }

  .lg\:hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .lg\:hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .lg\:hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .lg\:hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .lg\:hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .lg\:hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .lg\:hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .lg\:hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .lg\:hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .lg\:hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .lg\:hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .lg\:hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .lg\:hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .lg\:hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .lg\:hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .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\:active\:ring-opacity-0:active {
    --tw-ring-opacity: 0;
  }

  .lg\:active\:ring-opacity-5:active {
    --tw-ring-opacity: 0.05;
  }

  .lg\:active\:ring-opacity-10:active {
    --tw-ring-opacity: 0.1;
  }

  .lg\:active\:ring-opacity-20:active {
    --tw-ring-opacity: 0.2;
  }

  .lg\:active\:ring-opacity-25:active {
    --tw-ring-opacity: 0.25;
  }

  .lg\:active\:ring-opacity-30:active {
    --tw-ring-opacity: 0.3;
  }

  .lg\:active\:ring-opacity-40:active {
    --tw-ring-opacity: 0.4;
  }

  .lg\:active\:ring-opacity-50:active {
    --tw-ring-opacity: 0.5;
  }

  .lg\:active\:ring-opacity-60:active {
    --tw-ring-opacity: 0.6;
  }

  .lg\:active\:ring-opacity-70:active {
    --tw-ring-opacity: 0.7;
  }

  .lg\:active\:ring-opacity-75:active {
    --tw-ring-opacity: 0.75;
  }

  .lg\:active\:ring-opacity-80:active {
    --tw-ring-opacity: 0.8;
  }

  .lg\:active\:ring-opacity-90:active {
    --tw-ring-opacity: 0.9;
  }

  .lg\:active\:ring-opacity-95:active {
    --tw-ring-opacity: 0.95;
  }

  .lg\:active\:ring-opacity-100:active {
    --tw-ring-opacity: 1;
  }

  .lg\:visited\:ring-opacity-0:visited {
    --tw-ring-opacity: 0;
  }

  .lg\:visited\:ring-opacity-5:visited {
    --tw-ring-opacity: 0.05;
  }

  .lg\:visited\:ring-opacity-10:visited {
    --tw-ring-opacity: 0.1;
  }

  .lg\:visited\:ring-opacity-20:visited {
    --tw-ring-opacity: 0.2;
  }

  .lg\:visited\:ring-opacity-25:visited {
    --tw-ring-opacity: 0.25;
  }

  .lg\:visited\:ring-opacity-30:visited {
    --tw-ring-opacity: 0.3;
  }

  .lg\:visited\:ring-opacity-40:visited {
    --tw-ring-opacity: 0.4;
  }

  .lg\:visited\:ring-opacity-50:visited {
    --tw-ring-opacity: 0.5;
  }

  .lg\:visited\:ring-opacity-60:visited {
    --tw-ring-opacity: 0.6;
  }

  .lg\:visited\:ring-opacity-70:visited {
    --tw-ring-opacity: 0.7;
  }

  .lg\:visited\:ring-opacity-75:visited {
    --tw-ring-opacity: 0.75;
  }

  .lg\:visited\:ring-opacity-80:visited {
    --tw-ring-opacity: 0.8;
  }

  .lg\:visited\:ring-opacity-90:visited {
    --tw-ring-opacity: 0.9;
  }

  .lg\:visited\:ring-opacity-95:visited {
    --tw-ring-opacity: 0.95;
  }

  .lg\:visited\:ring-opacity-100:visited {
    --tw-ring-opacity: 1;
  }

  .lg\:disabled\:ring-opacity-0:disabled {
    --tw-ring-opacity: 0;
  }

  .lg\:disabled\:ring-opacity-5:disabled {
    --tw-ring-opacity: 0.05;
  }

  .lg\:disabled\:ring-opacity-10:disabled {
    --tw-ring-opacity: 0.1;
  }

  .lg\:disabled\:ring-opacity-20:disabled {
    --tw-ring-opacity: 0.2;
  }

  .lg\:disabled\:ring-opacity-25:disabled {
    --tw-ring-opacity: 0.25;
  }

  .lg\:disabled\:ring-opacity-30:disabled {
    --tw-ring-opacity: 0.3;
  }

  .lg\:disabled\:ring-opacity-40:disabled {
    --tw-ring-opacity: 0.4;
  }

  .lg\:disabled\:ring-opacity-50:disabled {
    --tw-ring-opacity: 0.5;
  }

  .lg\:disabled\:ring-opacity-60:disabled {
    --tw-ring-opacity: 0.6;
  }

  .lg\:disabled\:ring-opacity-70:disabled {
    --tw-ring-opacity: 0.7;
  }

  .lg\:disabled\:ring-opacity-75:disabled {
    --tw-ring-opacity: 0.75;
  }

  .lg\:disabled\:ring-opacity-80:disabled {
    --tw-ring-opacity: 0.8;
  }

  .lg\:disabled\:ring-opacity-90:disabled {
    --tw-ring-opacity: 0.9;
  }

  .lg\:disabled\:ring-opacity-95:disabled {
    --tw-ring-opacity: 0.95;
  }

  .lg\:disabled\:ring-opacity-100:disabled {
    --tw-ring-opacity: 1;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .group:hover .lg\:group-hover\:fill-current {
    fill: currentColor;
  }

  .lg\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .lg\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .lg\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .lg\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .lg\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .lg\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .lg\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .lg\:active\:fill-current:active {
    fill: currentColor;
  }

  .lg\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .lg\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .lg\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .lg\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .lg\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .lg\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .lg\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .lg\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .lg\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .lg\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .lg\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .lg\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .lg\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .group:hover .lg\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .lg\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .lg\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:focus-within\:stroke-0:focus-within {
    stroke-width: 0;
  }

  .lg\:focus-within\:stroke-1:focus-within {
    stroke-width: 1;
  }

  .lg\:focus-within\:stroke-2:focus-within {
    stroke-width: 2;
  }

  .lg\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .lg\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .lg\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .lg\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .lg\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .lg\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .lg\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .lg\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .lg\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .lg\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .lg\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .lg\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .lg\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .lg\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .lg\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .lg\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .lg\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .lg\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .lg\:active\:stroke-0:active {
    stroke-width: 0;
  }

  .lg\:active\:stroke-1:active {
    stroke-width: 1;
  }

  .lg\:active\:stroke-2:active {
    stroke-width: 2;
  }

  .lg\:visited\:stroke-0:visited {
    stroke-width: 0;
  }

  .lg\:visited\:stroke-1:visited {
    stroke-width: 1;
  }

  .lg\:visited\:stroke-2:visited {
    stroke-width: 2;
  }

  .lg\:disabled\:stroke-0:disabled {
    stroke-width: 0;
  }

  .lg\:disabled\:stroke-1:disabled {
    stroke-width: 1;
  }

  .lg\:disabled\:stroke-2:disabled {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .lg\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .lg\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .lg\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .lg\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .lg\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .lg\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .lg\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .lg\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .lg\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .lg\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .lg\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .lg\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .lg\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .lg\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .lg\:active\:table-auto:active {
    table-layout: auto;
  }

  .lg\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .lg\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .lg\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .lg\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .lg\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .group:hover .lg\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .lg\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .lg\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .lg\:group-hover\:text-justify {
    text-align: justify;
  }

  .lg\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .lg\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .lg\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .lg\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .lg\:first\:text-left:first-child {
    text-align: left;
  }

  .lg\:first\:text-center:first-child {
    text-align: center;
  }

  .lg\:first\:text-right:first-child {
    text-align: right;
  }

  .lg\:first\:text-justify:first-child {
    text-align: justify;
  }

  .lg\:last\:text-left:last-child {
    text-align: left;
  }

  .lg\:last\:text-center:last-child {
    text-align: center;
  }

  .lg\:last\:text-right:last-child {
    text-align: right;
  }

  .lg\:last\:text-justify:last-child {
    text-align: justify;
  }

  .lg\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .lg\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .lg\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .lg\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .lg\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .lg\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .lg\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .lg\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .lg\:hover\:text-left:hover {
    text-align: left;
  }

  .lg\:hover\:text-center:hover {
    text-align: center;
  }

  .lg\:hover\:text-right:hover {
    text-align: right;
  }

  .lg\:hover\:text-justify:hover {
    text-align: justify;
  }

  .lg\:focus\:text-left:focus {
    text-align: left;
  }

  .lg\:focus\:text-center:focus {
    text-align: center;
  }

  .lg\:focus\:text-right:focus {
    text-align: right;
  }

  .lg\:focus\:text-justify:focus {
    text-align: justify;
  }

  .lg\:active\:text-left:active {
    text-align: left;
  }

  .lg\:active\:text-center:active {
    text-align: center;
  }

  .lg\:active\:text-right:active {
    text-align: right;
  }

  .lg\:active\:text-justify:active {
    text-align: justify;
  }

  .lg\:visited\:text-left:visited {
    text-align: left;
  }

  .lg\:visited\:text-center:visited {
    text-align: center;
  }

  .lg\:visited\:text-right:visited {
    text-align: right;
  }

  .lg\:visited\:text-justify:visited {
    text-align: justify;
  }

  .lg\:disabled\:text-left:disabled {
    text-align: left;
  }

  .lg\:disabled\:text-center:disabled {
    text-align: center;
  }

  .lg\:disabled\:text-right:disabled {
    text-align: right;
  }

  .lg\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:text-current {
    color: current;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-current {
    color: current;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lightBlue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warmGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-trueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-coolGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-current:focus-within {
    color: current;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:first\:text-black:first-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:first\:text-white:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:first\:text-rose-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:first\:text-pink-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:first\:text-fuchsia-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:first\:text-purple-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:first\:text-violet-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:first\:text-indigo-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:first\:text-blue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:first\:text-lightBlue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:first\:text-cyan-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:first\:text-teal-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:first\:text-emerald-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:first\:text-green-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:first\:text-lime-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:first\:text-yellow-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:first\:text-amber-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:first\:text-orange-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:first\:text-red-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:first\:text-warmGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:first\:text-trueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:first\:text-gray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:first\:text-coolGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:first\:text-blueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:first\:text-current:first-child {
    color: current;
  }

  .lg\:first\:text-transparent:first-child {
    color: transparent;
  }

  .lg\:last\:text-black:last-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:last\:text-white:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:last\:text-rose-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:last\:text-pink-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:last\:text-fuchsia-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:last\:text-purple-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:last\:text-violet-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:last\:text-indigo-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:last\:text-blue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:last\:text-lightBlue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:last\:text-cyan-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:last\:text-teal-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:last\:text-emerald-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:last\:text-green-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:last\:text-lime-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:last\:text-yellow-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:last\:text-amber-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:last\:text-orange-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:last\:text-red-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:last\:text-warmGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:last\:text-trueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:last\:text-gray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:last\:text-coolGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:last\:text-blueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:last\:text-current:last-child {
    color: current;
  }

  .lg\:last\:text-transparent:last-child {
    color: transparent;
  }

  .lg\:odd\:text-black:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:odd\:text-white:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:odd\:text-rose-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:odd\:text-pink-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:odd\:text-fuchsia-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:odd\:text-purple-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:odd\:text-violet-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:odd\:text-indigo-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lightBlue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:odd\:text-cyan-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:odd\:text-teal-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:odd\:text-emerald-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:odd\:text-green-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:odd\:text-lime-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:odd\:text-yellow-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:odd\:text-amber-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:odd\:text-orange-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:odd\:text-red-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:odd\:text-warmGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:odd\:text-trueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:odd\:text-gray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:odd\:text-coolGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:odd\:text-blueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:odd\:text-current:nth-child(odd) {
    color: current;
  }

  .lg\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .lg\:even\:text-black:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:even\:text-white:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:even\:text-rose-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:even\:text-pink-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:even\:text-fuchsia-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:even\:text-purple-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:even\:text-violet-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:even\:text-indigo-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:even\:text-blue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:even\:text-lightBlue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:even\:text-cyan-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:even\:text-teal-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:even\:text-emerald-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:even\:text-green-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:even\:text-lime-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:even\:text-yellow-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:even\:text-amber-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:even\:text-orange-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:even\:text-red-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:even\:text-warmGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:even\:text-trueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:even\:text-gray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:even\:text-coolGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:even\:text-blueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:even\:text-current:nth-child(even) {
    color: current;
  }

  .lg\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lightBlue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warmGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-trueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-coolGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:hover\:text-current:hover {
    color: current;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lightBlue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warmGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-trueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-coolGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:focus\:text-current:focus {
    color: current;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-500:active {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-600:active {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-800:active {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:active\:text-rose-900:active {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-100:active {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-200:active {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-300:active {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-400:active {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-500:active {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-600:active {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-800:active {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:active\:text-pink-900:active {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-100:active {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-200:active {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-300:active {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-400:active {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-500:active {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-600:active {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-700:active {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-800:active {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:active\:text-fuchsia-900:active {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-200:active {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-300:active {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-400:active {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-500:active {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-600:active {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-700:active {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-800:active {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:active\:text-purple-900:active {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-50:active {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-100:active {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-200:active {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-300:active {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-400:active {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-500:active {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-600:active {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-700:active {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-800:active {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:active\:text-violet-900:active {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-50:active {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-200:active {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-300:active {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-400:active {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-500:active {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-600:active {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-700:active {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-800:active {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:active\:text-indigo-900:active {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-50:active {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-100:active {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-200:active {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-300:active {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-400:active {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-500:active {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-600:active {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-700:active {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:active\:text-blue-900:active {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-200:active {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-300:active {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-400:active {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-500:active {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-600:active {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-700:active {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-800:active {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:active\:text-lightBlue-900:active {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-100:active {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-200:active {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-300:active {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-400:active {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-500:active {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-600:active {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-700:active {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-800:active {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:active\:text-cyan-900:active {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-100:active {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-200:active {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-300:active {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-400:active {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-500:active {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-600:active {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-700:active {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-800:active {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:active\:text-teal-900:active {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-100:active {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-200:active {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-300:active {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-400:active {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-500:active {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-600:active {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-700:active {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-800:active {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:active\:text-emerald-900:active {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-100:active {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-200:active {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-300:active {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-400:active {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-500:active {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-600:active {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-700:active {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-800:active {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:active\:text-green-900:active {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-50:active {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-100:active {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-200:active {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-300:active {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-500:active {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-600:active {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-700:active {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-800:active {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:active\:text-lime-900:active {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-400:active {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-500:active {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-600:active {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-700:active {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-800:active {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:active\:text-yellow-900:active {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-200:active {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-500:active {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-600:active {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-700:active {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-800:active {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:active\:text-amber-900:active {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-500:active {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-600:active {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-700:active {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-800:active {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:active\:text-orange-900:active {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-400:active {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-500:active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-600:active {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-700:active {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-800:active {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:active\:text-red-900:active {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:active\:text-warmGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:active\:text-trueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-100:active {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-200:active {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-400:active {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:active\:text-gray-900:active {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:active\:text-coolGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:active\:text-blueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:active\:text-current:active {
    color: current;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:visited\:text-black:visited {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:text-white:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-500:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-600:visited {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-800:visited {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:visited\:text-rose-900:visited {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-100:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-200:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-300:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-400:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-500:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-600:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-800:visited {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:visited\:text-pink-900:visited {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-100:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-200:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-300:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-400:visited {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-500:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-600:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-700:visited {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-800:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:visited\:text-fuchsia-900:visited {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-200:visited {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-300:visited {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-400:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-500:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-700:visited {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-800:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:visited\:text-purple-900:visited {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-50:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-100:visited {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-200:visited {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-300:visited {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-400:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-500:visited {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-700:visited {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-800:visited {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:visited\:text-violet-900:visited {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-50:visited {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-200:visited {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-300:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-400:visited {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-500:visited {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-600:visited {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-700:visited {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-800:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:visited\:text-indigo-900:visited {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lightBlue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-100:visited {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-200:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-300:visited {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-400:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-500:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-600:visited {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-700:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-800:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:visited\:text-cyan-900:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-100:visited {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-200:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-300:visited {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-400:visited {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-500:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-600:visited {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-700:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-800:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:visited\:text-teal-900:visited {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-100:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-200:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-300:visited {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-400:visited {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-500:visited {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-600:visited {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-700:visited {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-800:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:visited\:text-emerald-900:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-100:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-200:visited {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-300:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-400:visited {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-500:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-600:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-700:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-800:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:visited\:text-green-900:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-50:visited {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-100:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-200:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-300:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-500:visited {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-600:visited {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-700:visited {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-800:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:visited\:text-lime-900:visited {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-400:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-500:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-600:visited {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-700:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-800:visited {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:visited\:text-yellow-900:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-200:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-500:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-600:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-700:visited {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-800:visited {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:visited\:text-amber-900:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-500:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-600:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-700:visited {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-800:visited {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:visited\:text-orange-900:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-400:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-500:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-600:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-700:visited {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-800:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:visited\:text-red-900:visited {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:visited\:text-warmGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:visited\:text-trueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:visited\:text-gray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:visited\:text-coolGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:visited\:text-blueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:visited\:text-current:visited {
    color: current;
  }

  .lg\:visited\:text-transparent:visited {
    color: transparent;
  }

  .lg\:disabled\:text-black:disabled {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-rose-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-pink-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-fuchsia-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-purple-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-violet-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-indigo-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lightBlue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-cyan-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-teal-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-emerald-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-green-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-lime-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-yellow-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-amber-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-orange-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-red-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-warmGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-trueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-gray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-coolGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-blueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:disabled\:text-current:disabled {
    color: current;
  }

  .lg\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .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-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-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\:first\:text-opacity-0:first-child {
    --tw-text-opacity: 0;
  }

  .lg\:first\:text-opacity-5:first-child {
    --tw-text-opacity: 0.05;
  }

  .lg\:first\:text-opacity-10:first-child {
    --tw-text-opacity: 0.1;
  }

  .lg\:first\:text-opacity-20:first-child {
    --tw-text-opacity: 0.2;
  }

  .lg\:first\:text-opacity-25:first-child {
    --tw-text-opacity: 0.25;
  }

  .lg\:first\:text-opacity-30:first-child {
    --tw-text-opacity: 0.3;
  }

  .lg\:first\:text-opacity-40:first-child {
    --tw-text-opacity: 0.4;
  }

  .lg\:first\:text-opacity-50:first-child {
    --tw-text-opacity: 0.5;
  }

  .lg\:first\:text-opacity-60:first-child {
    --tw-text-opacity: 0.6;
  }

  .lg\:first\:text-opacity-70:first-child {
    --tw-text-opacity: 0.7;
  }

  .lg\:first\:text-opacity-75:first-child {
    --tw-text-opacity: 0.75;
  }

  .lg\:first\:text-opacity-80:first-child {
    --tw-text-opacity: 0.8;
  }

  .lg\:first\:text-opacity-90:first-child {
    --tw-text-opacity: 0.9;
  }

  .lg\:first\:text-opacity-95:first-child {
    --tw-text-opacity: 0.95;
  }

  .lg\:first\:text-opacity-100:first-child {
    --tw-text-opacity: 1;
  }

  .lg\:last\:text-opacity-0:last-child {
    --tw-text-opacity: 0;
  }

  .lg\:last\:text-opacity-5:last-child {
    --tw-text-opacity: 0.05;
  }

  .lg\:last\:text-opacity-10:last-child {
    --tw-text-opacity: 0.1;
  }

  .lg\:last\:text-opacity-20:last-child {
    --tw-text-opacity: 0.2;
  }

  .lg\:last\:text-opacity-25:last-child {
    --tw-text-opacity: 0.25;
  }

  .lg\:last\:text-opacity-30:last-child {
    --tw-text-opacity: 0.3;
  }

  .lg\:last\:text-opacity-40:last-child {
    --tw-text-opacity: 0.4;
  }

  .lg\:last\:text-opacity-50:last-child {
    --tw-text-opacity: 0.5;
  }

  .lg\:last\:text-opacity-60:last-child {
    --tw-text-opacity: 0.6;
  }

  .lg\:last\:text-opacity-70:last-child {
    --tw-text-opacity: 0.7;
  }

  .lg\:last\:text-opacity-75:last-child {
    --tw-text-opacity: 0.75;
  }

  .lg\:last\:text-opacity-80:last-child {
    --tw-text-opacity: 0.8;
  }

  .lg\:last\:text-opacity-90:last-child {
    --tw-text-opacity: 0.9;
  }

  .lg\:last\:text-opacity-95:last-child {
    --tw-text-opacity: 0.95;
  }

  .lg\:last\:text-opacity-100:last-child {
    --tw-text-opacity: 1;
  }

  .lg\:odd\:text-opacity-0:nth-child(odd) {
    --tw-text-opacity: 0;
  }

  .lg\:odd\:text-opacity-5:nth-child(odd) {
    --tw-text-opacity: 0.05;
  }

  .lg\:odd\:text-opacity-10:nth-child(odd) {
    --tw-text-opacity: 0.1;
  }

  .lg\:odd\:text-opacity-20:nth-child(odd) {
    --tw-text-opacity: 0.2;
  }

  .lg\:odd\:text-opacity-25:nth-child(odd) {
    --tw-text-opacity: 0.25;
  }

  .lg\:odd\:text-opacity-30:nth-child(odd) {
    --tw-text-opacity: 0.3;
  }

  .lg\:odd\:text-opacity-40:nth-child(odd) {
    --tw-text-opacity: 0.4;
  }

  .lg\:odd\:text-opacity-50:nth-child(odd) {
    --tw-text-opacity: 0.5;
  }

  .lg\:odd\:text-opacity-60:nth-child(odd) {
    --tw-text-opacity: 0.6;
  }

  .lg\:odd\:text-opacity-70:nth-child(odd) {
    --tw-text-opacity: 0.7;
  }

  .lg\:odd\:text-opacity-75:nth-child(odd) {
    --tw-text-opacity: 0.75;
  }

  .lg\:odd\:text-opacity-80:nth-child(odd) {
    --tw-text-opacity: 0.8;
  }

  .lg\:odd\:text-opacity-90:nth-child(odd) {
    --tw-text-opacity: 0.9;
  }

  .lg\:odd\:text-opacity-95:nth-child(odd) {
    --tw-text-opacity: 0.95;
  }

  .lg\:odd\:text-opacity-100:nth-child(odd) {
    --tw-text-opacity: 1;
  }

  .lg\:even\:text-opacity-0:nth-child(even) {
    --tw-text-opacity: 0;
  }

  .lg\:even\:text-opacity-5:nth-child(even) {
    --tw-text-opacity: 0.05;
  }

  .lg\:even\:text-opacity-10:nth-child(even) {
    --tw-text-opacity: 0.1;
  }

  .lg\:even\:text-opacity-20:nth-child(even) {
    --tw-text-opacity: 0.2;
  }

  .lg\:even\:text-opacity-25:nth-child(even) {
    --tw-text-opacity: 0.25;
  }

  .lg\:even\:text-opacity-30:nth-child(even) {
    --tw-text-opacity: 0.3;
  }

  .lg\:even\:text-opacity-40:nth-child(even) {
    --tw-text-opacity: 0.4;
  }

  .lg\:even\:text-opacity-50:nth-child(even) {
    --tw-text-opacity: 0.5;
  }

  .lg\:even\:text-opacity-60:nth-child(even) {
    --tw-text-opacity: 0.6;
  }

  .lg\:even\:text-opacity-70:nth-child(even) {
    --tw-text-opacity: 0.7;
  }

  .lg\:even\:text-opacity-75:nth-child(even) {
    --tw-text-opacity: 0.75;
  }

  .lg\:even\:text-opacity-80:nth-child(even) {
    --tw-text-opacity: 0.8;
  }

  .lg\:even\:text-opacity-90:nth-child(even) {
    --tw-text-opacity: 0.9;
  }

  .lg\:even\:text-opacity-95:nth-child(even) {
    --tw-text-opacity: 0.95;
  }

  .lg\:even\:text-opacity-100:nth-child(even) {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .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-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\:active\:text-opacity-0:active {
    --tw-text-opacity: 0;
  }

  .lg\:active\:text-opacity-5:active {
    --tw-text-opacity: 0.05;
  }

  .lg\:active\:text-opacity-10:active {
    --tw-text-opacity: 0.1;
  }

  .lg\:active\:text-opacity-20:active {
    --tw-text-opacity: 0.2;
  }

  .lg\:active\:text-opacity-25:active {
    --tw-text-opacity: 0.25;
  }

  .lg\:active\:text-opacity-30:active {
    --tw-text-opacity: 0.3;
  }

  .lg\:active\:text-opacity-40:active {
    --tw-text-opacity: 0.4;
  }

  .lg\:active\:text-opacity-50:active {
    --tw-text-opacity: 0.5;
  }

  .lg\:active\:text-opacity-60:active {
    --tw-text-opacity: 0.6;
  }

  .lg\:active\:text-opacity-70:active {
    --tw-text-opacity: 0.7;
  }

  .lg\:active\:text-opacity-75:active {
    --tw-text-opacity: 0.75;
  }

  .lg\:active\:text-opacity-80:active {
    --tw-text-opacity: 0.8;
  }

  .lg\:active\:text-opacity-90:active {
    --tw-text-opacity: 0.9;
  }

  .lg\:active\:text-opacity-95:active {
    --tw-text-opacity: 0.95;
  }

  .lg\:active\:text-opacity-100:active {
    --tw-text-opacity: 1;
  }

  .lg\:visited\:text-opacity-0:visited {
    --tw-text-opacity: 0;
  }

  .lg\:visited\:text-opacity-5:visited {
    --tw-text-opacity: 0.05;
  }

  .lg\:visited\:text-opacity-10:visited {
    --tw-text-opacity: 0.1;
  }

  .lg\:visited\:text-opacity-20:visited {
    --tw-text-opacity: 0.2;
  }

  .lg\:visited\:text-opacity-25:visited {
    --tw-text-opacity: 0.25;
  }

  .lg\:visited\:text-opacity-30:visited {
    --tw-text-opacity: 0.3;
  }

  .lg\:visited\:text-opacity-40:visited {
    --tw-text-opacity: 0.4;
  }

  .lg\:visited\:text-opacity-50:visited {
    --tw-text-opacity: 0.5;
  }

  .lg\:visited\:text-opacity-60:visited {
    --tw-text-opacity: 0.6;
  }

  .lg\:visited\:text-opacity-70:visited {
    --tw-text-opacity: 0.7;
  }

  .lg\:visited\:text-opacity-75:visited {
    --tw-text-opacity: 0.75;
  }

  .lg\:visited\:text-opacity-80:visited {
    --tw-text-opacity: 0.8;
  }

  .lg\:visited\:text-opacity-90:visited {
    --tw-text-opacity: 0.9;
  }

  .lg\:visited\:text-opacity-95:visited {
    --tw-text-opacity: 0.95;
  }

  .lg\:visited\:text-opacity-100:visited {
    --tw-text-opacity: 1;
  }

  .lg\:disabled\:text-opacity-0:disabled {
    --tw-text-opacity: 0;
  }

  .lg\:disabled\:text-opacity-5:disabled {
    --tw-text-opacity: 0.05;
  }

  .lg\:disabled\:text-opacity-10:disabled {
    --tw-text-opacity: 0.1;
  }

  .lg\:disabled\:text-opacity-20:disabled {
    --tw-text-opacity: 0.2;
  }

  .lg\:disabled\:text-opacity-25:disabled {
    --tw-text-opacity: 0.25;
  }

  .lg\:disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3;
  }

  .lg\:disabled\:text-opacity-40:disabled {
    --tw-text-opacity: 0.4;
  }

  .lg\:disabled\:text-opacity-50:disabled {
    --tw-text-opacity: 0.5;
  }

  .lg\:disabled\:text-opacity-60:disabled {
    --tw-text-opacity: 0.6;
  }

  .lg\:disabled\:text-opacity-70:disabled {
    --tw-text-opacity: 0.7;
  }

  .lg\:disabled\:text-opacity-75:disabled {
    --tw-text-opacity: 0.75;
  }

  .lg\:disabled\:text-opacity-80:disabled {
    --tw-text-opacity: 0.8;
  }

  .lg\:disabled\:text-opacity-90:disabled {
    --tw-text-opacity: 0.9;
  }

  .lg\:disabled\:text-opacity-95:disabled {
    --tw-text-opacity: 0.95;
  }

  .lg\:disabled\:text-opacity-100:disabled {
    --tw-text-opacity: 1;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .group:hover .lg\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .group:hover .lg\:group-hover\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus-within\:overflow-ellipsis:focus-within {
    text-overflow: ellipsis;
  }

  .lg\:focus-within\:overflow-clip:focus-within {
    text-overflow: clip;
  }

  .lg\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:first\:overflow-ellipsis:first-child {
    text-overflow: ellipsis;
  }

  .lg\:first\:overflow-clip:first-child {
    text-overflow: clip;
  }

  .lg\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:last\:overflow-ellipsis:last-child {
    text-overflow: ellipsis;
  }

  .lg\:last\:overflow-clip:last-child {
    text-overflow: clip;
  }

  .lg\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:odd\:overflow-ellipsis:nth-child(odd) {
    text-overflow: ellipsis;
  }

  .lg\:odd\:overflow-clip:nth-child(odd) {
    text-overflow: clip;
  }

  .lg\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:even\:overflow-ellipsis:nth-child(even) {
    text-overflow: ellipsis;
  }

  .lg\:even\:overflow-clip:nth-child(even) {
    text-overflow: clip;
  }

  .lg\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:hover\:overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .lg\:hover\:overflow-clip:hover {
    text-overflow: clip;
  }

  .lg\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus\:overflow-ellipsis:focus {
    text-overflow: ellipsis;
  }

  .lg\:focus\:overflow-clip:focus {
    text-overflow: clip;
  }

  .lg\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:active\:overflow-ellipsis:active {
    text-overflow: ellipsis;
  }

  .lg\:active\:overflow-clip:active {
    text-overflow: clip;
  }

  .lg\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:visited\:overflow-ellipsis:visited {
    text-overflow: ellipsis;
  }

  .lg\:visited\:overflow-clip:visited {
    text-overflow: clip;
  }

  .lg\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:disabled\:overflow-ellipsis:disabled {
    text-overflow: ellipsis;
  }

  .lg\:disabled\:overflow-clip:disabled {
    text-overflow: clip;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .group:hover .lg\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .lg\:group-hover\:not-italic {
    font-style: normal;
  }

  .lg\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .lg\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .lg\:first\:italic:first-child {
    font-style: italic;
  }

  .lg\:first\:not-italic:first-child {
    font-style: normal;
  }

  .lg\:last\:italic:last-child {
    font-style: italic;
  }

  .lg\:last\:not-italic:last-child {
    font-style: normal;
  }

  .lg\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .lg\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .lg\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .lg\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:not-italic:focus {
    font-style: normal;
  }

  .lg\:active\:italic:active {
    font-style: italic;
  }

  .lg\:active\:not-italic:active {
    font-style: normal;
  }

  .lg\:visited\:italic:visited {
    font-style: italic;
  }

  .lg\:visited\:not-italic:visited {
    font-style: normal;
  }

  .lg\:disabled\:italic:disabled {
    font-style: italic;
  }

  .lg\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .group:hover .lg\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .lg\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .lg\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .lg\:group-hover\:normal-case {
    text-transform: none;
  }

  .lg\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .lg\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .lg\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .lg\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .lg\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .lg\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .lg\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .lg\:first\:normal-case:first-child {
    text-transform: none;
  }

  .lg\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .lg\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .lg\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .lg\:last\:normal-case:last-child {
    text-transform: none;
  }

  .lg\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .lg\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .lg\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .lg\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .lg\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .lg\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .lg\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .lg\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .lg\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .lg\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .lg\:active\:normal-case:active {
    text-transform: none;
  }

  .lg\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .lg\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .lg\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .lg\:visited\:normal-case:visited {
    text-transform: none;
  }

  .lg\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .lg\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .lg\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .lg\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .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\:first\:underline:first-child {
    text-decoration: underline;
  }

  .lg\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .lg\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .lg\:last\:underline:last-child {
    text-decoration: underline;
  }

  .lg\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .lg\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .lg\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .lg\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .lg\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .lg\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .lg\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .lg\:even\:no-underline:nth-child(even) {
    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\:active\:underline:active {
    text-decoration: underline;
  }

  .lg\:active\:line-through:active {
    text-decoration: line-through;
  }

  .lg\:active\:no-underline:active {
    text-decoration: none;
  }

  .lg\:visited\:underline:visited {
    text-decoration: underline;
  }

  .lg\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .lg\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .lg\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .lg\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .lg\:disabled\:no-underline:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .lg\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --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;
  }

  .group:hover .lg\:group-hover\:ordinal, .group:hover .lg\:group-hover\:slashed-zero, .group:hover .lg\:group-hover\:lining-nums, .group:hover .lg\:group-hover\:oldstyle-nums, .group:hover .lg\:group-hover\:proportional-nums, .group:hover .lg\:group-hover\:tabular-nums, .group:hover .lg\:group-hover\:diagonal-fractions, .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .lg\:group-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .group:hover .lg\:group-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .group:hover .lg\:group-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .group:hover .lg\:group-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .group:hover .lg\:group-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .group:hover .lg\:group-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .group:hover .lg\:group-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .group:hover .lg\:group-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:focus-within\:ordinal:focus-within, .lg\:focus-within\:slashed-zero:focus-within, .lg\:focus-within\:lining-nums:focus-within, .lg\:focus-within\:oldstyle-nums:focus-within, .lg\:focus-within\:proportional-nums:focus-within, .lg\:focus-within\:tabular-nums:focus-within, .lg\:focus-within\:diagonal-fractions:focus-within, .lg\:focus-within\:stacked-fractions:focus-within {
    --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\:focus-within\:normal-nums:focus-within {
    font-variant-numeric: normal;
  }

  .lg\:focus-within\:ordinal:focus-within {
    --tw-ordinal: ordinal;
  }

  .lg\:focus-within\:slashed-zero:focus-within {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:focus-within\:lining-nums:focus-within {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:focus-within\:oldstyle-nums:focus-within {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:focus-within\:proportional-nums:focus-within {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:focus-within\:tabular-nums:focus-within {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:focus-within\:diagonal-fractions:focus-within {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:focus-within\:stacked-fractions:focus-within {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:first\:ordinal:first-child, .lg\:first\:slashed-zero:first-child, .lg\:first\:lining-nums:first-child, .lg\:first\:oldstyle-nums:first-child, .lg\:first\:proportional-nums:first-child, .lg\:first\:tabular-nums:first-child, .lg\:first\:diagonal-fractions:first-child, .lg\:first\:stacked-fractions:first-child {
    --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\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .lg\:first\:ordinal:first-child {
    --tw-ordinal: ordinal;
  }

  .lg\:first\:slashed-zero:first-child {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:first\:lining-nums:first-child {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:first\:oldstyle-nums:first-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:first\:proportional-nums:first-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:first\:tabular-nums:first-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:first\:diagonal-fractions:first-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:first\:stacked-fractions:first-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:last\:ordinal:last-child, .lg\:last\:slashed-zero:last-child, .lg\:last\:lining-nums:last-child, .lg\:last\:oldstyle-nums:last-child, .lg\:last\:proportional-nums:last-child, .lg\:last\:tabular-nums:last-child, .lg\:last\:diagonal-fractions:last-child, .lg\:last\:stacked-fractions:last-child {
    --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\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .lg\:last\:ordinal:last-child {
    --tw-ordinal: ordinal;
  }

  .lg\:last\:slashed-zero:last-child {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:last\:lining-nums:last-child {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:last\:oldstyle-nums:last-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:last\:proportional-nums:last-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:last\:tabular-nums:last-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:last\:diagonal-fractions:last-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:last\:stacked-fractions:last-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:odd\:ordinal:nth-child(odd), .lg\:odd\:slashed-zero:nth-child(odd), .lg\:odd\:lining-nums:nth-child(odd), .lg\:odd\:oldstyle-nums:nth-child(odd), .lg\:odd\:proportional-nums:nth-child(odd), .lg\:odd\:tabular-nums:nth-child(odd), .lg\:odd\:diagonal-fractions:nth-child(odd), .lg\:odd\:stacked-fractions:nth-child(odd) {
    --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\:odd\:normal-nums:nth-child(odd) {
    font-variant-numeric: normal;
  }

  .lg\:odd\:ordinal:nth-child(odd) {
    --tw-ordinal: ordinal;
  }

  .lg\:odd\:slashed-zero:nth-child(odd) {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:odd\:lining-nums:nth-child(odd) {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:odd\:oldstyle-nums:nth-child(odd) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:odd\:proportional-nums:nth-child(odd) {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:odd\:tabular-nums:nth-child(odd) {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:odd\:diagonal-fractions:nth-child(odd) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:odd\:stacked-fractions:nth-child(odd) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:even\:ordinal:nth-child(even), .lg\:even\:slashed-zero:nth-child(even), .lg\:even\:lining-nums:nth-child(even), .lg\:even\:oldstyle-nums:nth-child(even), .lg\:even\:proportional-nums:nth-child(even), .lg\:even\:tabular-nums:nth-child(even), .lg\:even\:diagonal-fractions:nth-child(even), .lg\:even\:stacked-fractions:nth-child(even) {
    --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\:even\:normal-nums:nth-child(even) {
    font-variant-numeric: normal;
  }

  .lg\:even\:ordinal:nth-child(even) {
    --tw-ordinal: ordinal;
  }

  .lg\:even\:slashed-zero:nth-child(even) {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:even\:lining-nums:nth-child(even) {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:even\:oldstyle-nums:nth-child(even) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:even\:proportional-nums:nth-child(even) {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:even\:tabular-nums:nth-child(even) {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:even\:diagonal-fractions:nth-child(even) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:even\:stacked-fractions:nth-child(even) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:hover\:ordinal:hover, .lg\:hover\:slashed-zero:hover, .lg\:hover\:lining-nums:hover, .lg\:hover\:oldstyle-nums:hover, .lg\:hover\:proportional-nums:hover, .lg\:hover\:tabular-nums:hover, .lg\:hover\:diagonal-fractions:hover, .lg\:hover\:stacked-fractions:hover {
    --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\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .lg\:hover\:ordinal:hover {
    --tw-ordinal: ordinal;
  }

  .lg\:hover\:slashed-zero:hover {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:hover\:lining-nums:hover {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:hover\:oldstyle-nums:hover {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:hover\:proportional-nums:hover {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:hover\:tabular-nums:hover {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:hover\:diagonal-fractions:hover {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:hover\:stacked-fractions:hover {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:focus\:ordinal:focus, .lg\:focus\:slashed-zero:focus, .lg\:focus\:lining-nums:focus, .lg\:focus\:oldstyle-nums:focus, .lg\:focus\:proportional-nums:focus, .lg\:focus\:tabular-nums:focus, .lg\:focus\:diagonal-fractions:focus, .lg\:focus\:stacked-fractions:focus {
    --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\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .lg\:focus\:ordinal:focus {
    --tw-ordinal: ordinal;
  }

  .lg\:focus\:slashed-zero:focus {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:focus\:lining-nums:focus {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:focus\:oldstyle-nums:focus {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:focus\:proportional-nums:focus {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:focus\:tabular-nums:focus {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:focus\:diagonal-fractions:focus {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:focus\:stacked-fractions:focus {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:active\:ordinal:active, .lg\:active\:slashed-zero:active, .lg\:active\:lining-nums:active, .lg\:active\:oldstyle-nums:active, .lg\:active\:proportional-nums:active, .lg\:active\:tabular-nums:active, .lg\:active\:diagonal-fractions:active, .lg\:active\:stacked-fractions:active {
    --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\:active\:normal-nums:active {
    font-variant-numeric: normal;
  }

  .lg\:active\:ordinal:active {
    --tw-ordinal: ordinal;
  }

  .lg\:active\:slashed-zero:active {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:active\:lining-nums:active {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:active\:oldstyle-nums:active {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:active\:proportional-nums:active {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:active\:tabular-nums:active {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:active\:diagonal-fractions:active {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:active\:stacked-fractions:active {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:visited\:ordinal:visited, .lg\:visited\:slashed-zero:visited, .lg\:visited\:lining-nums:visited, .lg\:visited\:oldstyle-nums:visited, .lg\:visited\:proportional-nums:visited, .lg\:visited\:tabular-nums:visited, .lg\:visited\:diagonal-fractions:visited, .lg\:visited\:stacked-fractions:visited {
    --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\:visited\:normal-nums:visited {
    font-variant-numeric: normal;
  }

  .lg\:visited\:ordinal:visited {
    --tw-ordinal: ordinal;
  }

  .lg\:visited\:slashed-zero:visited {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:visited\:lining-nums:visited {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:visited\:oldstyle-nums:visited {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:visited\:proportional-nums:visited {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:visited\:tabular-nums:visited {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:visited\:diagonal-fractions:visited {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:visited\:stacked-fractions:visited {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:disabled\:ordinal:disabled, .lg\:disabled\:slashed-zero:disabled, .lg\:disabled\:lining-nums:disabled, .lg\:disabled\:oldstyle-nums:disabled, .lg\:disabled\:proportional-nums:disabled, .lg\:disabled\:tabular-nums:disabled, .lg\:disabled\:diagonal-fractions:disabled, .lg\:disabled\:stacked-fractions:disabled {
    --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\:disabled\:normal-nums:disabled {
    font-variant-numeric: normal;
  }

  .lg\:disabled\:ordinal:disabled {
    --tw-ordinal: ordinal;
  }

  .lg\:disabled\:slashed-zero:disabled {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:disabled\:lining-nums:disabled {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:disabled\:oldstyle-nums:disabled {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:disabled\:proportional-nums:disabled {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:disabled\:tabular-nums:disabled {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:disabled\:diagonal-fractions:disabled {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:disabled\:stacked-fractions:disabled {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .lg\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .group:hover .lg\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .lg\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .lg\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .lg\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0em;
  }

  .lg\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .lg\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .lg\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .lg\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .lg\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .lg\:first\:tracking-normal:first-child {
    letter-spacing: 0em;
  }

  .lg\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .lg\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .lg\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .lg\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .lg\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .lg\:last\:tracking-normal:last-child {
    letter-spacing: 0em;
  }

  .lg\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .lg\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .lg\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .lg\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .lg\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .lg\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0em;
  }

  .lg\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .lg\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .lg\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .lg\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .lg\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .lg\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0em;
  }

  .lg\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .lg\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .lg\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .lg\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0em;
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .lg\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .lg\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .lg\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .lg\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .lg\:focus\:tracking-normal:focus {
    letter-spacing: 0em;
  }

  .lg\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .lg\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .lg\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .lg\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .lg\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .lg\:active\:tracking-normal:active {
    letter-spacing: 0em;
  }

  .lg\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .lg\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .lg\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .lg\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .lg\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .lg\:visited\:tracking-normal:visited {
    letter-spacing: 0em;
  }

  .lg\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .lg\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .lg\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .lg\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .lg\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .lg\:disabled\:tracking-normal:disabled {
    letter-spacing: 0em;
  }

  .lg\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .lg\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .lg\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .lg\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .lg\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .lg\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .lg\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .lg\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .lg\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .lg\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .lg\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .lg\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .lg\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .lg\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .lg\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .lg\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .lg\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .lg\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .lg\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .lg\:first\:align-top:first-child {
    vertical-align: top;
  }

  .lg\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .lg\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .lg\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .lg\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .lg\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .lg\:last\:align-top:last-child {
    vertical-align: top;
  }

  .lg\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .lg\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .lg\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .lg\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .lg\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .lg\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .lg\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .lg\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .lg\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .lg\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .lg\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .lg\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .lg\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .lg\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .lg\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .lg\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .lg\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .lg\:hover\:align-top:hover {
    vertical-align: top;
  }

  .lg\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .lg\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .lg\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .lg\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .lg\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .lg\:focus\:align-top:focus {
    vertical-align: top;
  }

  .lg\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .lg\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .lg\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .lg\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .lg\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .lg\:active\:align-top:active {
    vertical-align: top;
  }

  .lg\:active\:align-middle:active {
    vertical-align: middle;
  }

  .lg\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .lg\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .lg\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .lg\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .lg\:visited\:align-top:visited {
    vertical-align: top;
  }

  .lg\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .lg\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .lg\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .lg\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .lg\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .lg\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .lg\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .lg\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .lg\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .lg\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible {
    visibility: hidden;
  }

  .lg\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .lg\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .lg\:first\:visible:first-child {
    visibility: visible;
  }

  .lg\:first\:invisible:first-child {
    visibility: hidden;
  }

  .lg\:last\:visible:last-child {
    visibility: visible;
  }

  .lg\:last\:invisible:last-child {
    visibility: hidden;
  }

  .lg\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .lg\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .lg\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .lg\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .lg\:hover\:visible:hover {
    visibility: visible;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden;
  }

  .lg\:focus\:visible:focus {
    visibility: visible;
  }

  .lg\:focus\:invisible:focus {
    visibility: hidden;
  }

  .lg\:active\:visible:active {
    visibility: visible;
  }

  .lg\:active\:invisible:active {
    visibility: hidden;
  }

  .lg\:visited\:visible:visited {
    visibility: visible;
  }

  .lg\:visited\:invisible:visited {
    visibility: hidden;
  }

  .lg\:disabled\:visible:disabled {
    visibility: visible;
  }

  .lg\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .lg\:group-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .lg\:focus-within\:whitespace-nowrap:focus-within {
    white-space: nowrap;
  }

  .lg\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .lg\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .lg\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .lg\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .lg\:first\:whitespace-nowrap:first-child {
    white-space: nowrap;
  }

  .lg\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .lg\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .lg\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .lg\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .lg\:last\:whitespace-nowrap:last-child {
    white-space: nowrap;
  }

  .lg\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .lg\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .lg\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .lg\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .lg\:odd\:whitespace-nowrap:nth-child(odd) {
    white-space: nowrap;
  }

  .lg\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .lg\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .lg\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .lg\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .lg\:even\:whitespace-nowrap:nth-child(even) {
    white-space: nowrap;
  }

  .lg\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .lg\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .lg\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .lg\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .lg\:hover\:whitespace-nowrap:hover {
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .lg\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .lg\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .lg\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .lg\:focus\:whitespace-nowrap:focus {
    white-space: nowrap;
  }

  .lg\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .lg\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .lg\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .lg\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .lg\:active\:whitespace-nowrap:active {
    white-space: nowrap;
  }

  .lg\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .lg\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .lg\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .lg\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .lg\:visited\:whitespace-nowrap:visited {
    white-space: nowrap;
  }

  .lg\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .lg\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .lg\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .lg\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .lg\:disabled\:whitespace-nowrap:disabled {
    white-space: nowrap;
  }

  .lg\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .lg\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .lg\:disabled\:whitespace-pre-wrap:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .lg\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .lg\:group-hover\:break-all {
    word-break: break-all;
  }

  .lg\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .lg\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .lg\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .lg\:first\:break-all:first-child {
    word-break: break-all;
  }

  .lg\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .lg\:last\:break-all:last-child {
    word-break: break-all;
  }

  .lg\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .lg\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .lg\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .lg\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .lg\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .lg\:hover\:break-all:hover {
    word-break: break-all;
  }

  .lg\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .lg\:focus\:break-all:focus {
    word-break: break-all;
  }

  .lg\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .lg\:active\:break-all:active {
    word-break: break-all;
  }

  .lg\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .lg\:visited\:break-all:visited {
    word-break: break-all;
  }

  .lg\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .lg\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .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: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .lg\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .lg\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .lg\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .lg\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .lg\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .lg\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .lg\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .lg\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .lg\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .lg\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .lg\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .lg\:group-hover\:w-11 {
    width: 2.75rem;
  }

  .group:hover .lg\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .lg\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .lg\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .lg\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .lg\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .lg\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .lg\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .lg\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .lg\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .lg\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .lg\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .lg\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .lg\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .lg\:group-hover\:w-60 {
    width: 15rem;
  }

  .group:hover .lg\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .lg\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .lg\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .lg\:group-hover\:w-96 {
    width: 24rem;
  }

  .group:hover .lg\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .lg\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .lg\:group-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .group:hover .lg\:group-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .group:hover .lg\:group-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .group:hover .lg\:group-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .group:hover .lg\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .lg\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .lg\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .lg\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .lg\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .lg\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .lg\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:focus-within\:w-0:focus-within {
    width: 0px;
  }

  .lg\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .lg\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .lg\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .lg\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .lg\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .lg\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .lg\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .lg\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .lg\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .lg\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .lg\:focus-within\:w-11:focus-within {
    width: 2.75rem;
  }

  .lg\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .lg\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .lg\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .lg\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .lg\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .lg\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .lg\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .lg\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .lg\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .lg\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .lg\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .lg\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .lg\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .lg\:focus-within\:w-60:focus-within {
    width: 15rem;
  }

  .lg\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .lg\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .lg\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .lg\:focus-within\:w-96:focus-within {
    width: 24rem;
  }

  .lg\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .lg\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .lg\:focus-within\:w-0\.5:focus-within {
    width: 0.125rem;
  }

  .lg\:focus-within\:w-1\.5:focus-within {
    width: 0.375rem;
  }

  .lg\:focus-within\:w-2\.5:focus-within {
    width: 0.625rem;
  }

  .lg\:focus-within\:w-3\.5:focus-within {
    width: 0.875rem;
  }

  .lg\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .lg\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .lg\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .lg\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .lg\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .lg\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .lg\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .lg\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .lg\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .lg\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .lg\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .lg\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .lg\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:first\:w-0:first-child {
    width: 0px;
  }

  .lg\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .lg\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .lg\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .lg\:first\:w-4:first-child {
    width: 1rem;
  }

  .lg\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .lg\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .lg\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .lg\:first\:w-8:first-child {
    width: 2rem;
  }

  .lg\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .lg\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .lg\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .lg\:first\:w-12:first-child {
    width: 3rem;
  }

  .lg\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .lg\:first\:w-16:first-child {
    width: 4rem;
  }

  .lg\:first\:w-20:first-child {
    width: 5rem;
  }

  .lg\:first\:w-24:first-child {
    width: 6rem;
  }

  .lg\:first\:w-28:first-child {
    width: 7rem;
  }

  .lg\:first\:w-32:first-child {
    width: 8rem;
  }

  .lg\:first\:w-36:first-child {
    width: 9rem;
  }

  .lg\:first\:w-40:first-child {
    width: 10rem;
  }

  .lg\:first\:w-44:first-child {
    width: 11rem;
  }

  .lg\:first\:w-48:first-child {
    width: 12rem;
  }

  .lg\:first\:w-52:first-child {
    width: 13rem;
  }

  .lg\:first\:w-56:first-child {
    width: 14rem;
  }

  .lg\:first\:w-60:first-child {
    width: 15rem;
  }

  .lg\:first\:w-64:first-child {
    width: 16rem;
  }

  .lg\:first\:w-72:first-child {
    width: 18rem;
  }

  .lg\:first\:w-80:first-child {
    width: 20rem;
  }

  .lg\:first\:w-96:first-child {
    width: 24rem;
  }

  .lg\:first\:w-auto:first-child {
    width: auto;
  }

  .lg\:first\:w-px:first-child {
    width: 1px;
  }

  .lg\:first\:w-0\.5:first-child {
    width: 0.125rem;
  }

  .lg\:first\:w-1\.5:first-child {
    width: 0.375rem;
  }

  .lg\:first\:w-2\.5:first-child {
    width: 0.625rem;
  }

  .lg\:first\:w-3\.5:first-child {
    width: 0.875rem;
  }

  .lg\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .lg\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .lg\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .lg\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .lg\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .lg\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .lg\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .lg\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .lg\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .lg\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .lg\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .lg\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .lg\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .lg\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .lg\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .lg\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .lg\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .lg\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .lg\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .lg\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .lg\:first\:w-full:first-child {
    width: 100%;
  }

  .lg\:first\:w-screen:first-child {
    width: 100vw;
  }

  .lg\:first\:w-min:first-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:first\:w-max:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:last\:w-0:last-child {
    width: 0px;
  }

  .lg\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .lg\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .lg\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .lg\:last\:w-4:last-child {
    width: 1rem;
  }

  .lg\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .lg\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .lg\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .lg\:last\:w-8:last-child {
    width: 2rem;
  }

  .lg\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .lg\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .lg\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .lg\:last\:w-12:last-child {
    width: 3rem;
  }

  .lg\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .lg\:last\:w-16:last-child {
    width: 4rem;
  }

  .lg\:last\:w-20:last-child {
    width: 5rem;
  }

  .lg\:last\:w-24:last-child {
    width: 6rem;
  }

  .lg\:last\:w-28:last-child {
    width: 7rem;
  }

  .lg\:last\:w-32:last-child {
    width: 8rem;
  }

  .lg\:last\:w-36:last-child {
    width: 9rem;
  }

  .lg\:last\:w-40:last-child {
    width: 10rem;
  }

  .lg\:last\:w-44:last-child {
    width: 11rem;
  }

  .lg\:last\:w-48:last-child {
    width: 12rem;
  }

  .lg\:last\:w-52:last-child {
    width: 13rem;
  }

  .lg\:last\:w-56:last-child {
    width: 14rem;
  }

  .lg\:last\:w-60:last-child {
    width: 15rem;
  }

  .lg\:last\:w-64:last-child {
    width: 16rem;
  }

  .lg\:last\:w-72:last-child {
    width: 18rem;
  }

  .lg\:last\:w-80:last-child {
    width: 20rem;
  }

  .lg\:last\:w-96:last-child {
    width: 24rem;
  }

  .lg\:last\:w-auto:last-child {
    width: auto;
  }

  .lg\:last\:w-px:last-child {
    width: 1px;
  }

  .lg\:last\:w-0\.5:last-child {
    width: 0.125rem;
  }

  .lg\:last\:w-1\.5:last-child {
    width: 0.375rem;
  }

  .lg\:last\:w-2\.5:last-child {
    width: 0.625rem;
  }

  .lg\:last\:w-3\.5:last-child {
    width: 0.875rem;
  }

  .lg\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .lg\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .lg\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .lg\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .lg\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .lg\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .lg\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .lg\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .lg\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .lg\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .lg\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .lg\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .lg\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .lg\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .lg\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .lg\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .lg\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .lg\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .lg\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .lg\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .lg\:last\:w-full:last-child {
    width: 100%;
  }

  .lg\:last\:w-screen:last-child {
    width: 100vw;
  }

  .lg\:last\:w-min:last-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:last\:w-max:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:odd\:w-0:nth-child(odd) {
    width: 0px;
  }

  .lg\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .lg\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .lg\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .lg\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .lg\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .lg\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .lg\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .lg\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .lg\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .lg\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .lg\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .lg\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .lg\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .lg\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .lg\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .lg\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .lg\:odd\:w-28:nth-child(odd) {
    width: 7rem;
  }

  .lg\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .lg\:odd\:w-36:nth-child(odd) {
    width: 9rem;
  }

  .lg\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .lg\:odd\:w-44:nth-child(odd) {
    width: 11rem;
  }

  .lg\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .lg\:odd\:w-52:nth-child(odd) {
    width: 13rem;
  }

  .lg\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .lg\:odd\:w-60:nth-child(odd) {
    width: 15rem;
  }

  .lg\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .lg\:odd\:w-72:nth-child(odd) {
    width: 18rem;
  }

  .lg\:odd\:w-80:nth-child(odd) {
    width: 20rem;
  }

  .lg\:odd\:w-96:nth-child(odd) {
    width: 24rem;
  }

  .lg\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .lg\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .lg\:odd\:w-0\.5:nth-child(odd) {
    width: 0.125rem;
  }

  .lg\:odd\:w-1\.5:nth-child(odd) {
    width: 0.375rem;
  }

  .lg\:odd\:w-2\.5:nth-child(odd) {
    width: 0.625rem;
  }

  .lg\:odd\:w-3\.5:nth-child(odd) {
    width: 0.875rem;
  }

  .lg\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .lg\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .lg\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .lg\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .lg\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .lg\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .lg\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .lg\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .lg\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .lg\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .lg\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .lg\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .lg\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .lg\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .lg\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .lg\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .lg\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .lg\:odd\:w-min:nth-child(odd) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:odd\:w-max:nth-child(odd) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:even\:w-0:nth-child(even) {
    width: 0px;
  }

  .lg\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .lg\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .lg\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .lg\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .lg\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .lg\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .lg\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .lg\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .lg\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .lg\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .lg\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .lg\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .lg\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .lg\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .lg\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .lg\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .lg\:even\:w-28:nth-child(even) {
    width: 7rem;
  }

  .lg\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .lg\:even\:w-36:nth-child(even) {
    width: 9rem;
  }

  .lg\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .lg\:even\:w-44:nth-child(even) {
    width: 11rem;
  }

  .lg\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .lg\:even\:w-52:nth-child(even) {
    width: 13rem;
  }

  .lg\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .lg\:even\:w-60:nth-child(even) {
    width: 15rem;
  }

  .lg\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .lg\:even\:w-72:nth-child(even) {
    width: 18rem;
  }

  .lg\:even\:w-80:nth-child(even) {
    width: 20rem;
  }

  .lg\:even\:w-96:nth-child(even) {
    width: 24rem;
  }

  .lg\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .lg\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .lg\:even\:w-0\.5:nth-child(even) {
    width: 0.125rem;
  }

  .lg\:even\:w-1\.5:nth-child(even) {
    width: 0.375rem;
  }

  .lg\:even\:w-2\.5:nth-child(even) {
    width: 0.625rem;
  }

  .lg\:even\:w-3\.5:nth-child(even) {
    width: 0.875rem;
  }

  .lg\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .lg\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .lg\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .lg\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .lg\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .lg\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .lg\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .lg\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .lg\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .lg\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .lg\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .lg\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .lg\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .lg\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .lg\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .lg\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .lg\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .lg\:even\:w-min:nth-child(even) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:even\:w-max:nth-child(even) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:hover\:w-0:hover {
    width: 0px;
  }

  .lg\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .lg\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .lg\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .lg\:hover\:w-4:hover {
    width: 1rem;
  }

  .lg\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .lg\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .lg\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .lg\:hover\:w-8:hover {
    width: 2rem;
  }

  .lg\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .lg\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .lg\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .lg\:hover\:w-12:hover {
    width: 3rem;
  }

  .lg\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .lg\:hover\:w-16:hover {
    width: 4rem;
  }

  .lg\:hover\:w-20:hover {
    width: 5rem;
  }

  .lg\:hover\:w-24:hover {
    width: 6rem;
  }

  .lg\:hover\:w-28:hover {
    width: 7rem;
  }

  .lg\:hover\:w-32:hover {
    width: 8rem;
  }

  .lg\:hover\:w-36:hover {
    width: 9rem;
  }

  .lg\:hover\:w-40:hover {
    width: 10rem;
  }

  .lg\:hover\:w-44:hover {
    width: 11rem;
  }

  .lg\:hover\:w-48:hover {
    width: 12rem;
  }

  .lg\:hover\:w-52:hover {
    width: 13rem;
  }

  .lg\:hover\:w-56:hover {
    width: 14rem;
  }

  .lg\:hover\:w-60:hover {
    width: 15rem;
  }

  .lg\:hover\:w-64:hover {
    width: 16rem;
  }

  .lg\:hover\:w-72:hover {
    width: 18rem;
  }

  .lg\:hover\:w-80:hover {
    width: 20rem;
  }

  .lg\:hover\:w-96:hover {
    width: 24rem;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-0\.5:hover {
    width: 0.125rem;
  }

  .lg\:hover\:w-1\.5:hover {
    width: 0.375rem;
  }

  .lg\:hover\:w-2\.5:hover {
    width: 0.625rem;
  }

  .lg\:hover\:w-3\.5:hover {
    width: 0.875rem;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .lg\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .lg\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .lg\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .lg\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .lg\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .lg\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .lg\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .lg\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .lg\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .lg\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .lg\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .lg\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .lg\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .lg\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:focus\:w-0:focus {
    width: 0px;
  }

  .lg\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .lg\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .lg\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .lg\:focus\:w-4:focus {
    width: 1rem;
  }

  .lg\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .lg\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .lg\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .lg\:focus\:w-8:focus {
    width: 2rem;
  }

  .lg\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .lg\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .lg\:focus\:w-11:focus {
    width: 2.75rem;
  }

  .lg\:focus\:w-12:focus {
    width: 3rem;
  }

  .lg\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .lg\:focus\:w-16:focus {
    width: 4rem;
  }

  .lg\:focus\:w-20:focus {
    width: 5rem;
  }

  .lg\:focus\:w-24:focus {
    width: 6rem;
  }

  .lg\:focus\:w-28:focus {
    width: 7rem;
  }

  .lg\:focus\:w-32:focus {
    width: 8rem;
  }

  .lg\:focus\:w-36:focus {
    width: 9rem;
  }

  .lg\:focus\:w-40:focus {
    width: 10rem;
  }

  .lg\:focus\:w-44:focus {
    width: 11rem;
  }

  .lg\:focus\:w-48:focus {
    width: 12rem;
  }

  .lg\:focus\:w-52:focus {
    width: 13rem;
  }

  .lg\:focus\:w-56:focus {
    width: 14rem;
  }

  .lg\:focus\:w-60:focus {
    width: 15rem;
  }

  .lg\:focus\:w-64:focus {
    width: 16rem;
  }

  .lg\:focus\:w-72:focus {
    width: 18rem;
  }

  .lg\:focus\:w-80:focus {
    width: 20rem;
  }

  .lg\:focus\:w-96:focus {
    width: 24rem;
  }

  .lg\:focus\:w-auto:focus {
    width: auto;
  }

  .lg\:focus\:w-px:focus {
    width: 1px;
  }

  .lg\:focus\:w-0\.5:focus {
    width: 0.125rem;
  }

  .lg\:focus\:w-1\.5:focus {
    width: 0.375rem;
  }

  .lg\:focus\:w-2\.5:focus {
    width: 0.625rem;
  }

  .lg\:focus\:w-3\.5:focus {
    width: 0.875rem;
  }

  .lg\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .lg\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .lg\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .lg\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .lg\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .lg\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .lg\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .lg\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .lg\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .lg\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .lg\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .lg\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .lg\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .lg\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .lg\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .lg\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .lg\:focus\:w-full:focus {
    width: 100%;
  }

  .lg\:focus\:w-screen:focus {
    width: 100vw;
  }

  .lg\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:active\:w-0:active {
    width: 0px;
  }

  .lg\:active\:w-1:active {
    width: 0.25rem;
  }

  .lg\:active\:w-2:active {
    width: 0.5rem;
  }

  .lg\:active\:w-3:active {
    width: 0.75rem;
  }

  .lg\:active\:w-4:active {
    width: 1rem;
  }

  .lg\:active\:w-5:active {
    width: 1.25rem;
  }

  .lg\:active\:w-6:active {
    width: 1.5rem;
  }

  .lg\:active\:w-7:active {
    width: 1.75rem;
  }

  .lg\:active\:w-8:active {
    width: 2rem;
  }

  .lg\:active\:w-9:active {
    width: 2.25rem;
  }

  .lg\:active\:w-10:active {
    width: 2.5rem;
  }

  .lg\:active\:w-11:active {
    width: 2.75rem;
  }

  .lg\:active\:w-12:active {
    width: 3rem;
  }

  .lg\:active\:w-14:active {
    width: 3.5rem;
  }

  .lg\:active\:w-16:active {
    width: 4rem;
  }

  .lg\:active\:w-20:active {
    width: 5rem;
  }

  .lg\:active\:w-24:active {
    width: 6rem;
  }

  .lg\:active\:w-28:active {
    width: 7rem;
  }

  .lg\:active\:w-32:active {
    width: 8rem;
  }

  .lg\:active\:w-36:active {
    width: 9rem;
  }

  .lg\:active\:w-40:active {
    width: 10rem;
  }

  .lg\:active\:w-44:active {
    width: 11rem;
  }

  .lg\:active\:w-48:active {
    width: 12rem;
  }

  .lg\:active\:w-52:active {
    width: 13rem;
  }

  .lg\:active\:w-56:active {
    width: 14rem;
  }

  .lg\:active\:w-60:active {
    width: 15rem;
  }

  .lg\:active\:w-64:active {
    width: 16rem;
  }

  .lg\:active\:w-72:active {
    width: 18rem;
  }

  .lg\:active\:w-80:active {
    width: 20rem;
  }

  .lg\:active\:w-96:active {
    width: 24rem;
  }

  .lg\:active\:w-auto:active {
    width: auto;
  }

  .lg\:active\:w-px:active {
    width: 1px;
  }

  .lg\:active\:w-0\.5:active {
    width: 0.125rem;
  }

  .lg\:active\:w-1\.5:active {
    width: 0.375rem;
  }

  .lg\:active\:w-2\.5:active {
    width: 0.625rem;
  }

  .lg\:active\:w-3\.5:active {
    width: 0.875rem;
  }

  .lg\:active\:w-1\/2:active {
    width: 50%;
  }

  .lg\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .lg\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .lg\:active\:w-1\/4:active {
    width: 25%;
  }

  .lg\:active\:w-2\/4:active {
    width: 50%;
  }

  .lg\:active\:w-3\/4:active {
    width: 75%;
  }

  .lg\:active\:w-1\/5:active {
    width: 20%;
  }

  .lg\:active\:w-2\/5:active {
    width: 40%;
  }

  .lg\:active\:w-3\/5:active {
    width: 60%;
  }

  .lg\:active\:w-4\/5:active {
    width: 80%;
  }

  .lg\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .lg\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .lg\:active\:w-3\/6:active {
    width: 50%;
  }

  .lg\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .lg\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .lg\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .lg\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .lg\:active\:w-3\/12:active {
    width: 25%;
  }

  .lg\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .lg\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .lg\:active\:w-6\/12:active {
    width: 50%;
  }

  .lg\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .lg\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .lg\:active\:w-9\/12:active {
    width: 75%;
  }

  .lg\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .lg\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .lg\:active\:w-full:active {
    width: 100%;
  }

  .lg\:active\:w-screen:active {
    width: 100vw;
  }

  .lg\:active\:w-min:active {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:active\:w-max:active {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:visited\:w-0:visited {
    width: 0px;
  }

  .lg\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .lg\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .lg\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .lg\:visited\:w-4:visited {
    width: 1rem;
  }

  .lg\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .lg\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .lg\:visited\:w-7:visited {
    width: 1.75rem;
  }

  .lg\:visited\:w-8:visited {
    width: 2rem;
  }

  .lg\:visited\:w-9:visited {
    width: 2.25rem;
  }

  .lg\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .lg\:visited\:w-11:visited {
    width: 2.75rem;
  }

  .lg\:visited\:w-12:visited {
    width: 3rem;
  }

  .lg\:visited\:w-14:visited {
    width: 3.5rem;
  }

  .lg\:visited\:w-16:visited {
    width: 4rem;
  }

  .lg\:visited\:w-20:visited {
    width: 5rem;
  }

  .lg\:visited\:w-24:visited {
    width: 6rem;
  }

  .lg\:visited\:w-28:visited {
    width: 7rem;
  }

  .lg\:visited\:w-32:visited {
    width: 8rem;
  }

  .lg\:visited\:w-36:visited {
    width: 9rem;
  }

  .lg\:visited\:w-40:visited {
    width: 10rem;
  }

  .lg\:visited\:w-44:visited {
    width: 11rem;
  }

  .lg\:visited\:w-48:visited {
    width: 12rem;
  }

  .lg\:visited\:w-52:visited {
    width: 13rem;
  }

  .lg\:visited\:w-56:visited {
    width: 14rem;
  }

  .lg\:visited\:w-60:visited {
    width: 15rem;
  }

  .lg\:visited\:w-64:visited {
    width: 16rem;
  }

  .lg\:visited\:w-72:visited {
    width: 18rem;
  }

  .lg\:visited\:w-80:visited {
    width: 20rem;
  }

  .lg\:visited\:w-96:visited {
    width: 24rem;
  }

  .lg\:visited\:w-auto:visited {
    width: auto;
  }

  .lg\:visited\:w-px:visited {
    width: 1px;
  }

  .lg\:visited\:w-0\.5:visited {
    width: 0.125rem;
  }

  .lg\:visited\:w-1\.5:visited {
    width: 0.375rem;
  }

  .lg\:visited\:w-2\.5:visited {
    width: 0.625rem;
  }

  .lg\:visited\:w-3\.5:visited {
    width: 0.875rem;
  }

  .lg\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .lg\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .lg\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .lg\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .lg\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .lg\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .lg\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .lg\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .lg\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .lg\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .lg\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .lg\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .lg\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .lg\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .lg\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .lg\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .lg\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .lg\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .lg\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .lg\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .lg\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .lg\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .lg\:visited\:w-full:visited {
    width: 100%;
  }

  .lg\:visited\:w-screen:visited {
    width: 100vw;
  }

  .lg\:visited\:w-min:visited {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:visited\:w-max:visited {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:disabled\:w-0:disabled {
    width: 0px;
  }

  .lg\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .lg\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .lg\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .lg\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .lg\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .lg\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .lg\:disabled\:w-7:disabled {
    width: 1.75rem;
  }

  .lg\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .lg\:disabled\:w-9:disabled {
    width: 2.25rem;
  }

  .lg\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .lg\:disabled\:w-11:disabled {
    width: 2.75rem;
  }

  .lg\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .lg\:disabled\:w-14:disabled {
    width: 3.5rem;
  }

  .lg\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .lg\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .lg\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .lg\:disabled\:w-28:disabled {
    width: 7rem;
  }

  .lg\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .lg\:disabled\:w-36:disabled {
    width: 9rem;
  }

  .lg\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .lg\:disabled\:w-44:disabled {
    width: 11rem;
  }

  .lg\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .lg\:disabled\:w-52:disabled {
    width: 13rem;
  }

  .lg\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .lg\:disabled\:w-60:disabled {
    width: 15rem;
  }

  .lg\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .lg\:disabled\:w-72:disabled {
    width: 18rem;
  }

  .lg\:disabled\:w-80:disabled {
    width: 20rem;
  }

  .lg\:disabled\:w-96:disabled {
    width: 24rem;
  }

  .lg\:disabled\:w-auto:disabled {
    width: auto;
  }

  .lg\:disabled\:w-px:disabled {
    width: 1px;
  }

  .lg\:disabled\:w-0\.5:disabled {
    width: 0.125rem;
  }

  .lg\:disabled\:w-1\.5:disabled {
    width: 0.375rem;
  }

  .lg\:disabled\:w-2\.5:disabled {
    width: 0.625rem;
  }

  .lg\:disabled\:w-3\.5:disabled {
    width: 0.875rem;
  }

  .lg\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .lg\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .lg\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .lg\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .lg\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .lg\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .lg\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .lg\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .lg\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .lg\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .lg\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .lg\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .lg\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .lg\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .lg\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .lg\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .lg\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .lg\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .lg\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .lg\:disabled\:w-full:disabled {
    width: 100%;
  }

  .lg\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .lg\:disabled\:w-min:disabled {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:disabled\:w-max:disabled {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .lg\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .lg\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .lg\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .lg\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .lg\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .lg\:group-hover\:z-auto {
    z-index: auto;
  }

  .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\:first\:z-0:first-child {
    z-index: 0;
  }

  .lg\:first\:z-10:first-child {
    z-index: 10;
  }

  .lg\:first\:z-20:first-child {
    z-index: 20;
  }

  .lg\:first\:z-30:first-child {
    z-index: 30;
  }

  .lg\:first\:z-40:first-child {
    z-index: 40;
  }

  .lg\:first\:z-50:first-child {
    z-index: 50;
  }

  .lg\:first\:z-auto:first-child {
    z-index: auto;
  }

  .lg\:last\:z-0:last-child {
    z-index: 0;
  }

  .lg\:last\:z-10:last-child {
    z-index: 10;
  }

  .lg\:last\:z-20:last-child {
    z-index: 20;
  }

  .lg\:last\:z-30:last-child {
    z-index: 30;
  }

  .lg\:last\:z-40:last-child {
    z-index: 40;
  }

  .lg\:last\:z-50:last-child {
    z-index: 50;
  }

  .lg\:last\:z-auto:last-child {
    z-index: auto;
  }

  .lg\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .lg\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .lg\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .lg\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .lg\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .lg\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .lg\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .lg\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .lg\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .lg\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .lg\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .lg\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .lg\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .lg\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .lg\:hover\:z-0:hover {
    z-index: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }

  .lg\:hover\:z-20:hover {
    z-index: 20;
  }

  .lg\:hover\:z-30:hover {
    z-index: 30;
  }

  .lg\:hover\:z-40:hover {
    z-index: 40;
  }

  .lg\:hover\:z-50:hover {
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover {
    z-index: auto;
  }

  .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\:active\:z-0:active {
    z-index: 0;
  }

  .lg\:active\:z-10:active {
    z-index: 10;
  }

  .lg\:active\:z-20:active {
    z-index: 20;
  }

  .lg\:active\:z-30:active {
    z-index: 30;
  }

  .lg\:active\:z-40:active {
    z-index: 40;
  }

  .lg\:active\:z-50:active {
    z-index: 50;
  }

  .lg\:active\:z-auto:active {
    z-index: auto;
  }

  .lg\:visited\:z-0:visited {
    z-index: 0;
  }

  .lg\:visited\:z-10:visited {
    z-index: 10;
  }

  .lg\:visited\:z-20:visited {
    z-index: 20;
  }

  .lg\:visited\:z-30:visited {
    z-index: 30;
  }

  .lg\:visited\:z-40:visited {
    z-index: 40;
  }

  .lg\:visited\:z-50:visited {
    z-index: 50;
  }

  .lg\:visited\:z-auto:visited {
    z-index: auto;
  }

  .lg\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .lg\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .lg\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .lg\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .lg\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .lg\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .lg\:disabled\:z-auto:disabled {
    z-index: auto;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:gap-0 {
    gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-1 {
    gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-2 {
    gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-3 {
    gap: 0.75rem;
  }

  .group:hover .lg\:group-hover\:gap-4 {
    gap: 1rem;
  }

  .group:hover .lg\:group-hover\:gap-5 {
    gap: 1.25rem;
  }

  .group:hover .lg\:group-hover\:gap-6 {
    gap: 1.5rem;
  }

  .group:hover .lg\:group-hover\:gap-7 {
    gap: 1.75rem;
  }

  .group:hover .lg\:group-hover\:gap-8 {
    gap: 2rem;
  }

  .group:hover .lg\:group-hover\:gap-9 {
    gap: 2.25rem;
  }

  .group:hover .lg\:group-hover\:gap-10 {
    gap: 2.5rem;
  }

  .group:hover .lg\:group-hover\:gap-11 {
    gap: 2.75rem;
  }

  .group:hover .lg\:group-hover\:gap-12 {
    gap: 3rem;
  }

  .group:hover .lg\:group-hover\:gap-14 {
    gap: 3.5rem;
  }

  .group:hover .lg\:group-hover\:gap-16 {
    gap: 4rem;
  }

  .group:hover .lg\:group-hover\:gap-20 {
    gap: 5rem;
  }

  .group:hover .lg\:group-hover\:gap-24 {
    gap: 6rem;
  }

  .group:hover .lg\:group-hover\:gap-28 {
    gap: 7rem;
  }

  .group:hover .lg\:group-hover\:gap-32 {
    gap: 8rem;
  }

  .group:hover .lg\:group-hover\:gap-36 {
    gap: 9rem;
  }

  .group:hover .lg\:group-hover\:gap-40 {
    gap: 10rem;
  }

  .group:hover .lg\:group-hover\:gap-44 {
    gap: 11rem;
  }

  .group:hover .lg\:group-hover\:gap-48 {
    gap: 12rem;
  }

  .group:hover .lg\:group-hover\:gap-52 {
    gap: 13rem;
  }

  .group:hover .lg\:group-hover\:gap-56 {
    gap: 14rem;
  }

  .group:hover .lg\:group-hover\:gap-60 {
    gap: 15rem;
  }

  .group:hover .lg\:group-hover\:gap-64 {
    gap: 16rem;
  }

  .group:hover .lg\:group-hover\:gap-72 {
    gap: 18rem;
  }

  .group:hover .lg\:group-hover\:gap-80 {
    gap: 20rem;
  }

  .group:hover .lg\:group-hover\:gap-96 {
    gap: 24rem;
  }

  .group:hover .lg\:group-hover\:gap-px {
    gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-0\.5 {
    gap: 0.125rem;
  }

  .group:hover .lg\:group-hover\:gap-1\.5 {
    gap: 0.375rem;
  }

  .group:hover .lg\:group-hover\:gap-2\.5 {
    gap: 0.625rem;
  }

  .group:hover .lg\:group-hover\:gap-3\.5 {
    gap: 0.875rem;
  }

  .group:hover .lg\:group-hover\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .group:hover .lg\:group-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .group:hover .lg\:group-hover\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .group:hover .lg\:group-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .group:hover .lg\:group-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .group:hover .lg\:group-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .group:hover .lg\:group-hover\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .group:hover .lg\:group-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .group:hover .lg\:group-hover\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .group:hover .lg\:group-hover\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .group:hover .lg\:group-hover\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .group:hover .lg\:group-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .group:hover .lg\:group-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .group:hover .lg\:group-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .group:hover .lg\:group-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .group:hover .lg\:group-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .group:hover .lg\:group-hover\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .group:hover .lg\:group-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .group:hover .lg\:group-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .group:hover .lg\:group-hover\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .group:hover .lg\:group-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .group:hover .lg\:group-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .group:hover .lg\:group-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .group:hover .lg\:group-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .group:hover .lg\:group-hover\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .group:hover .lg\:group-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .group:hover .lg\:group-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .group:hover .lg\:group-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .group:hover .lg\:group-hover\:gap-y-0 {
    row-gap: 0px;
  }

  .group:hover .lg\:group-hover\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .group:hover .lg\:group-hover\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .group:hover .lg\:group-hover\:gap-y-4 {
    row-gap: 1rem;
  }

  .group:hover .lg\:group-hover\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .group:hover .lg\:group-hover\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .group:hover .lg\:group-hover\:gap-y-8 {
    row-gap: 2rem;
  }

  .group:hover .lg\:group-hover\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .group:hover .lg\:group-hover\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .group:hover .lg\:group-hover\:gap-y-12 {
    row-gap: 3rem;
  }

  .group:hover .lg\:group-hover\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-16 {
    row-gap: 4rem;
  }

  .group:hover .lg\:group-hover\:gap-y-20 {
    row-gap: 5rem;
  }

  .group:hover .lg\:group-hover\:gap-y-24 {
    row-gap: 6rem;
  }

  .group:hover .lg\:group-hover\:gap-y-28 {
    row-gap: 7rem;
  }

  .group:hover .lg\:group-hover\:gap-y-32 {
    row-gap: 8rem;
  }

  .group:hover .lg\:group-hover\:gap-y-36 {
    row-gap: 9rem;
  }

  .group:hover .lg\:group-hover\:gap-y-40 {
    row-gap: 10rem;
  }

  .group:hover .lg\:group-hover\:gap-y-44 {
    row-gap: 11rem;
  }

  .group:hover .lg\:group-hover\:gap-y-48 {
    row-gap: 12rem;
  }

  .group:hover .lg\:group-hover\:gap-y-52 {
    row-gap: 13rem;
  }

  .group:hover .lg\:group-hover\:gap-y-56 {
    row-gap: 14rem;
  }

  .group:hover .lg\:group-hover\:gap-y-60 {
    row-gap: 15rem;
  }

  .group:hover .lg\:group-hover\:gap-y-64 {
    row-gap: 16rem;
  }

  .group:hover .lg\:group-hover\:gap-y-72 {
    row-gap: 18rem;
  }

  .group:hover .lg\:group-hover\:gap-y-80 {
    row-gap: 20rem;
  }

  .group:hover .lg\:group-hover\:gap-y-96 {
    row-gap: 24rem;
  }

  .group:hover .lg\:group-hover\:gap-y-px {
    row-gap: 1px;
  }

  .group:hover .lg\:group-hover\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .group:hover .lg\:group-hover\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .group:hover .lg\:group-hover\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .group:hover .lg\:group-hover\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:focus-within\:gap-0:focus-within {
    gap: 0px;
  }

  .lg\:focus-within\:gap-1:focus-within {
    gap: 0.25rem;
  }

  .lg\:focus-within\:gap-2:focus-within {
    gap: 0.5rem;
  }

  .lg\:focus-within\:gap-3:focus-within {
    gap: 0.75rem;
  }

  .lg\:focus-within\:gap-4:focus-within {
    gap: 1rem;
  }

  .lg\:focus-within\:gap-5:focus-within {
    gap: 1.25rem;
  }

  .lg\:focus-within\:gap-6:focus-within {
    gap: 1.5rem;
  }

  .lg\:focus-within\:gap-7:focus-within {
    gap: 1.75rem;
  }

  .lg\:focus-within\:gap-8:focus-within {
    gap: 2rem;
  }

  .lg\:focus-within\:gap-9:focus-within {
    gap: 2.25rem;
  }

  .lg\:focus-within\:gap-10:focus-within {
    gap: 2.5rem;
  }

  .lg\:focus-within\:gap-11:focus-within {
    gap: 2.75rem;
  }

  .lg\:focus-within\:gap-12:focus-within {
    gap: 3rem;
  }

  .lg\:focus-within\:gap-14:focus-within {
    gap: 3.5rem;
  }

  .lg\:focus-within\:gap-16:focus-within {
    gap: 4rem;
  }

  .lg\:focus-within\:gap-20:focus-within {
    gap: 5rem;
  }

  .lg\:focus-within\:gap-24:focus-within {
    gap: 6rem;
  }

  .lg\:focus-within\:gap-28:focus-within {
    gap: 7rem;
  }

  .lg\:focus-within\:gap-32:focus-within {
    gap: 8rem;
  }

  .lg\:focus-within\:gap-36:focus-within {
    gap: 9rem;
  }

  .lg\:focus-within\:gap-40:focus-within {
    gap: 10rem;
  }

  .lg\:focus-within\:gap-44:focus-within {
    gap: 11rem;
  }

  .lg\:focus-within\:gap-48:focus-within {
    gap: 12rem;
  }

  .lg\:focus-within\:gap-52:focus-within {
    gap: 13rem;
  }

  .lg\:focus-within\:gap-56:focus-within {
    gap: 14rem;
  }

  .lg\:focus-within\:gap-60:focus-within {
    gap: 15rem;
  }

  .lg\:focus-within\:gap-64:focus-within {
    gap: 16rem;
  }

  .lg\:focus-within\:gap-72:focus-within {
    gap: 18rem;
  }

  .lg\:focus-within\:gap-80:focus-within {
    gap: 20rem;
  }

  .lg\:focus-within\:gap-96:focus-within {
    gap: 24rem;
  }

  .lg\:focus-within\:gap-px:focus-within {
    gap: 1px;
  }

  .lg\:focus-within\:gap-0\.5:focus-within {
    gap: 0.125rem;
  }

  .lg\:focus-within\:gap-1\.5:focus-within {
    gap: 0.375rem;
  }

  .lg\:focus-within\:gap-2\.5:focus-within {
    gap: 0.625rem;
  }

  .lg\:focus-within\:gap-3\.5:focus-within {
    gap: 0.875rem;
  }

  .lg\:focus-within\:gap-x-0:focus-within {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:focus-within\:gap-x-1:focus-within {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:focus-within\:gap-x-2:focus-within {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:focus-within\:gap-x-3:focus-within {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:focus-within\:gap-x-4:focus-within {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:focus-within\:gap-x-5:focus-within {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:focus-within\:gap-x-6:focus-within {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:focus-within\:gap-x-7:focus-within {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:focus-within\:gap-x-8:focus-within {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:focus-within\:gap-x-9:focus-within {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:focus-within\:gap-x-10:focus-within {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:focus-within\:gap-x-11:focus-within {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:focus-within\:gap-x-12:focus-within {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:focus-within\:gap-x-14:focus-within {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:focus-within\:gap-x-16:focus-within {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:focus-within\:gap-x-20:focus-within {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:focus-within\:gap-x-24:focus-within {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:focus-within\:gap-x-28:focus-within {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:focus-within\:gap-x-32:focus-within {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:focus-within\:gap-x-36:focus-within {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:focus-within\:gap-x-40:focus-within {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:focus-within\:gap-x-44:focus-within {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:focus-within\:gap-x-48:focus-within {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:focus-within\:gap-x-52:focus-within {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:focus-within\:gap-x-56:focus-within {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:focus-within\:gap-x-60:focus-within {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:focus-within\:gap-x-64:focus-within {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:focus-within\:gap-x-72:focus-within {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:focus-within\:gap-x-80:focus-within {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:focus-within\:gap-x-96:focus-within {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:focus-within\:gap-x-px:focus-within {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:focus-within\:gap-x-0\.5:focus-within {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:focus-within\:gap-x-1\.5:focus-within {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:focus-within\:gap-x-2\.5:focus-within {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:focus-within\:gap-x-3\.5:focus-within {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:focus-within\:gap-y-0:focus-within {
    row-gap: 0px;
  }

  .lg\:focus-within\:gap-y-1:focus-within {
    row-gap: 0.25rem;
  }

  .lg\:focus-within\:gap-y-2:focus-within {
    row-gap: 0.5rem;
  }

  .lg\:focus-within\:gap-y-3:focus-within {
    row-gap: 0.75rem;
  }

  .lg\:focus-within\:gap-y-4:focus-within {
    row-gap: 1rem;
  }

  .lg\:focus-within\:gap-y-5:focus-within {
    row-gap: 1.25rem;
  }

  .lg\:focus-within\:gap-y-6:focus-within {
    row-gap: 1.5rem;
  }

  .lg\:focus-within\:gap-y-7:focus-within {
    row-gap: 1.75rem;
  }

  .lg\:focus-within\:gap-y-8:focus-within {
    row-gap: 2rem;
  }

  .lg\:focus-within\:gap-y-9:focus-within {
    row-gap: 2.25rem;
  }

  .lg\:focus-within\:gap-y-10:focus-within {
    row-gap: 2.5rem;
  }

  .lg\:focus-within\:gap-y-11:focus-within {
    row-gap: 2.75rem;
  }

  .lg\:focus-within\:gap-y-12:focus-within {
    row-gap: 3rem;
  }

  .lg\:focus-within\:gap-y-14:focus-within {
    row-gap: 3.5rem;
  }

  .lg\:focus-within\:gap-y-16:focus-within {
    row-gap: 4rem;
  }

  .lg\:focus-within\:gap-y-20:focus-within {
    row-gap: 5rem;
  }

  .lg\:focus-within\:gap-y-24:focus-within {
    row-gap: 6rem;
  }

  .lg\:focus-within\:gap-y-28:focus-within {
    row-gap: 7rem;
  }

  .lg\:focus-within\:gap-y-32:focus-within {
    row-gap: 8rem;
  }

  .lg\:focus-within\:gap-y-36:focus-within {
    row-gap: 9rem;
  }

  .lg\:focus-within\:gap-y-40:focus-within {
    row-gap: 10rem;
  }

  .lg\:focus-within\:gap-y-44:focus-within {
    row-gap: 11rem;
  }

  .lg\:focus-within\:gap-y-48:focus-within {
    row-gap: 12rem;
  }

  .lg\:focus-within\:gap-y-52:focus-within {
    row-gap: 13rem;
  }

  .lg\:focus-within\:gap-y-56:focus-within {
    row-gap: 14rem;
  }

  .lg\:focus-within\:gap-y-60:focus-within {
    row-gap: 15rem;
  }

  .lg\:focus-within\:gap-y-64:focus-within {
    row-gap: 16rem;
  }

  .lg\:focus-within\:gap-y-72:focus-within {
    row-gap: 18rem;
  }

  .lg\:focus-within\:gap-y-80:focus-within {
    row-gap: 20rem;
  }

  .lg\:focus-within\:gap-y-96:focus-within {
    row-gap: 24rem;
  }

  .lg\:focus-within\:gap-y-px:focus-within {
    row-gap: 1px;
  }

  .lg\:focus-within\:gap-y-0\.5:focus-within {
    row-gap: 0.125rem;
  }

  .lg\:focus-within\:gap-y-1\.5:focus-within {
    row-gap: 0.375rem;
  }

  .lg\:focus-within\:gap-y-2\.5:focus-within {
    row-gap: 0.625rem;
  }

  .lg\:focus-within\:gap-y-3\.5:focus-within {
    row-gap: 0.875rem;
  }

  .lg\:first\:gap-0:first-child {
    gap: 0px;
  }

  .lg\:first\:gap-1:first-child {
    gap: 0.25rem;
  }

  .lg\:first\:gap-2:first-child {
    gap: 0.5rem;
  }

  .lg\:first\:gap-3:first-child {
    gap: 0.75rem;
  }

  .lg\:first\:gap-4:first-child {
    gap: 1rem;
  }

  .lg\:first\:gap-5:first-child {
    gap: 1.25rem;
  }

  .lg\:first\:gap-6:first-child {
    gap: 1.5rem;
  }

  .lg\:first\:gap-7:first-child {
    gap: 1.75rem;
  }

  .lg\:first\:gap-8:first-child {
    gap: 2rem;
  }

  .lg\:first\:gap-9:first-child {
    gap: 2.25rem;
  }

  .lg\:first\:gap-10:first-child {
    gap: 2.5rem;
  }

  .lg\:first\:gap-11:first-child {
    gap: 2.75rem;
  }

  .lg\:first\:gap-12:first-child {
    gap: 3rem;
  }

  .lg\:first\:gap-14:first-child {
    gap: 3.5rem;
  }

  .lg\:first\:gap-16:first-child {
    gap: 4rem;
  }

  .lg\:first\:gap-20:first-child {
    gap: 5rem;
  }

  .lg\:first\:gap-24:first-child {
    gap: 6rem;
  }

  .lg\:first\:gap-28:first-child {
    gap: 7rem;
  }

  .lg\:first\:gap-32:first-child {
    gap: 8rem;
  }

  .lg\:first\:gap-36:first-child {
    gap: 9rem;
  }

  .lg\:first\:gap-40:first-child {
    gap: 10rem;
  }

  .lg\:first\:gap-44:first-child {
    gap: 11rem;
  }

  .lg\:first\:gap-48:first-child {
    gap: 12rem;
  }

  .lg\:first\:gap-52:first-child {
    gap: 13rem;
  }

  .lg\:first\:gap-56:first-child {
    gap: 14rem;
  }

  .lg\:first\:gap-60:first-child {
    gap: 15rem;
  }

  .lg\:first\:gap-64:first-child {
    gap: 16rem;
  }

  .lg\:first\:gap-72:first-child {
    gap: 18rem;
  }

  .lg\:first\:gap-80:first-child {
    gap: 20rem;
  }

  .lg\:first\:gap-96:first-child {
    gap: 24rem;
  }

  .lg\:first\:gap-px:first-child {
    gap: 1px;
  }

  .lg\:first\:gap-0\.5:first-child {
    gap: 0.125rem;
  }

  .lg\:first\:gap-1\.5:first-child {
    gap: 0.375rem;
  }

  .lg\:first\:gap-2\.5:first-child {
    gap: 0.625rem;
  }

  .lg\:first\:gap-3\.5:first-child {
    gap: 0.875rem;
  }

  .lg\:first\:gap-x-0:first-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:first\:gap-x-1:first-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:first\:gap-x-2:first-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:first\:gap-x-3:first-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:first\:gap-x-4:first-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:first\:gap-x-5:first-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:first\:gap-x-6:first-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:first\:gap-x-7:first-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:first\:gap-x-8:first-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:first\:gap-x-9:first-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:first\:gap-x-10:first-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:first\:gap-x-11:first-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:first\:gap-x-12:first-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:first\:gap-x-14:first-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:first\:gap-x-16:first-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:first\:gap-x-20:first-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:first\:gap-x-24:first-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:first\:gap-x-28:first-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:first\:gap-x-32:first-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:first\:gap-x-36:first-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:first\:gap-x-40:first-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:first\:gap-x-44:first-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:first\:gap-x-48:first-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:first\:gap-x-52:first-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:first\:gap-x-56:first-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:first\:gap-x-60:first-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:first\:gap-x-64:first-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:first\:gap-x-72:first-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:first\:gap-x-80:first-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:first\:gap-x-96:first-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:first\:gap-x-px:first-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:first\:gap-x-0\.5:first-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:first\:gap-x-1\.5:first-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:first\:gap-x-2\.5:first-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:first\:gap-x-3\.5:first-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:first\:gap-y-0:first-child {
    row-gap: 0px;
  }

  .lg\:first\:gap-y-1:first-child {
    row-gap: 0.25rem;
  }

  .lg\:first\:gap-y-2:first-child {
    row-gap: 0.5rem;
  }

  .lg\:first\:gap-y-3:first-child {
    row-gap: 0.75rem;
  }

  .lg\:first\:gap-y-4:first-child {
    row-gap: 1rem;
  }

  .lg\:first\:gap-y-5:first-child {
    row-gap: 1.25rem;
  }

  .lg\:first\:gap-y-6:first-child {
    row-gap: 1.5rem;
  }

  .lg\:first\:gap-y-7:first-child {
    row-gap: 1.75rem;
  }

  .lg\:first\:gap-y-8:first-child {
    row-gap: 2rem;
  }

  .lg\:first\:gap-y-9:first-child {
    row-gap: 2.25rem;
  }

  .lg\:first\:gap-y-10:first-child {
    row-gap: 2.5rem;
  }

  .lg\:first\:gap-y-11:first-child {
    row-gap: 2.75rem;
  }

  .lg\:first\:gap-y-12:first-child {
    row-gap: 3rem;
  }

  .lg\:first\:gap-y-14:first-child {
    row-gap: 3.5rem;
  }

  .lg\:first\:gap-y-16:first-child {
    row-gap: 4rem;
  }

  .lg\:first\:gap-y-20:first-child {
    row-gap: 5rem;
  }

  .lg\:first\:gap-y-24:first-child {
    row-gap: 6rem;
  }

  .lg\:first\:gap-y-28:first-child {
    row-gap: 7rem;
  }

  .lg\:first\:gap-y-32:first-child {
    row-gap: 8rem;
  }

  .lg\:first\:gap-y-36:first-child {
    row-gap: 9rem;
  }

  .lg\:first\:gap-y-40:first-child {
    row-gap: 10rem;
  }

  .lg\:first\:gap-y-44:first-child {
    row-gap: 11rem;
  }

  .lg\:first\:gap-y-48:first-child {
    row-gap: 12rem;
  }

  .lg\:first\:gap-y-52:first-child {
    row-gap: 13rem;
  }

  .lg\:first\:gap-y-56:first-child {
    row-gap: 14rem;
  }

  .lg\:first\:gap-y-60:first-child {
    row-gap: 15rem;
  }

  .lg\:first\:gap-y-64:first-child {
    row-gap: 16rem;
  }

  .lg\:first\:gap-y-72:first-child {
    row-gap: 18rem;
  }

  .lg\:first\:gap-y-80:first-child {
    row-gap: 20rem;
  }

  .lg\:first\:gap-y-96:first-child {
    row-gap: 24rem;
  }

  .lg\:first\:gap-y-px:first-child {
    row-gap: 1px;
  }

  .lg\:first\:gap-y-0\.5:first-child {
    row-gap: 0.125rem;
  }

  .lg\:first\:gap-y-1\.5:first-child {
    row-gap: 0.375rem;
  }

  .lg\:first\:gap-y-2\.5:first-child {
    row-gap: 0.625rem;
  }

  .lg\:first\:gap-y-3\.5:first-child {
    row-gap: 0.875rem;
  }

  .lg\:last\:gap-0:last-child {
    gap: 0px;
  }

  .lg\:last\:gap-1:last-child {
    gap: 0.25rem;
  }

  .lg\:last\:gap-2:last-child {
    gap: 0.5rem;
  }

  .lg\:last\:gap-3:last-child {
    gap: 0.75rem;
  }

  .lg\:last\:gap-4:last-child {
    gap: 1rem;
  }

  .lg\:last\:gap-5:last-child {
    gap: 1.25rem;
  }

  .lg\:last\:gap-6:last-child {
    gap: 1.5rem;
  }

  .lg\:last\:gap-7:last-child {
    gap: 1.75rem;
  }

  .lg\:last\:gap-8:last-child {
    gap: 2rem;
  }

  .lg\:last\:gap-9:last-child {
    gap: 2.25rem;
  }

  .lg\:last\:gap-10:last-child {
    gap: 2.5rem;
  }

  .lg\:last\:gap-11:last-child {
    gap: 2.75rem;
  }

  .lg\:last\:gap-12:last-child {
    gap: 3rem;
  }

  .lg\:last\:gap-14:last-child {
    gap: 3.5rem;
  }

  .lg\:last\:gap-16:last-child {
    gap: 4rem;
  }

  .lg\:last\:gap-20:last-child {
    gap: 5rem;
  }

  .lg\:last\:gap-24:last-child {
    gap: 6rem;
  }

  .lg\:last\:gap-28:last-child {
    gap: 7rem;
  }

  .lg\:last\:gap-32:last-child {
    gap: 8rem;
  }

  .lg\:last\:gap-36:last-child {
    gap: 9rem;
  }

  .lg\:last\:gap-40:last-child {
    gap: 10rem;
  }

  .lg\:last\:gap-44:last-child {
    gap: 11rem;
  }

  .lg\:last\:gap-48:last-child {
    gap: 12rem;
  }

  .lg\:last\:gap-52:last-child {
    gap: 13rem;
  }

  .lg\:last\:gap-56:last-child {
    gap: 14rem;
  }

  .lg\:last\:gap-60:last-child {
    gap: 15rem;
  }

  .lg\:last\:gap-64:last-child {
    gap: 16rem;
  }

  .lg\:last\:gap-72:last-child {
    gap: 18rem;
  }

  .lg\:last\:gap-80:last-child {
    gap: 20rem;
  }

  .lg\:last\:gap-96:last-child {
    gap: 24rem;
  }

  .lg\:last\:gap-px:last-child {
    gap: 1px;
  }

  .lg\:last\:gap-0\.5:last-child {
    gap: 0.125rem;
  }

  .lg\:last\:gap-1\.5:last-child {
    gap: 0.375rem;
  }

  .lg\:last\:gap-2\.5:last-child {
    gap: 0.625rem;
  }

  .lg\:last\:gap-3\.5:last-child {
    gap: 0.875rem;
  }

  .lg\:last\:gap-x-0:last-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:last\:gap-x-1:last-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:last\:gap-x-2:last-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:last\:gap-x-3:last-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:last\:gap-x-4:last-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:last\:gap-x-5:last-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:last\:gap-x-6:last-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:last\:gap-x-7:last-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:last\:gap-x-8:last-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:last\:gap-x-9:last-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:last\:gap-x-10:last-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:last\:gap-x-11:last-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:last\:gap-x-12:last-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:last\:gap-x-14:last-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:last\:gap-x-16:last-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:last\:gap-x-20:last-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:last\:gap-x-24:last-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:last\:gap-x-28:last-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:last\:gap-x-32:last-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:last\:gap-x-36:last-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:last\:gap-x-40:last-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:last\:gap-x-44:last-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:last\:gap-x-48:last-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:last\:gap-x-52:last-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:last\:gap-x-56:last-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:last\:gap-x-60:last-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:last\:gap-x-64:last-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:last\:gap-x-72:last-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:last\:gap-x-80:last-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:last\:gap-x-96:last-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:last\:gap-x-px:last-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:last\:gap-x-0\.5:last-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:last\:gap-x-1\.5:last-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:last\:gap-x-2\.5:last-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:last\:gap-x-3\.5:last-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:last\:gap-y-0:last-child {
    row-gap: 0px;
  }

  .lg\:last\:gap-y-1:last-child {
    row-gap: 0.25rem;
  }

  .lg\:last\:gap-y-2:last-child {
    row-gap: 0.5rem;
  }

  .lg\:last\:gap-y-3:last-child {
    row-gap: 0.75rem;
  }

  .lg\:last\:gap-y-4:last-child {
    row-gap: 1rem;
  }

  .lg\:last\:gap-y-5:last-child {
    row-gap: 1.25rem;
  }

  .lg\:last\:gap-y-6:last-child {
    row-gap: 1.5rem;
  }

  .lg\:last\:gap-y-7:last-child {
    row-gap: 1.75rem;
  }

  .lg\:last\:gap-y-8:last-child {
    row-gap: 2rem;
  }

  .lg\:last\:gap-y-9:last-child {
    row-gap: 2.25rem;
  }

  .lg\:last\:gap-y-10:last-child {
    row-gap: 2.5rem;
  }

  .lg\:last\:gap-y-11:last-child {
    row-gap: 2.75rem;
  }

  .lg\:last\:gap-y-12:last-child {
    row-gap: 3rem;
  }

  .lg\:last\:gap-y-14:last-child {
    row-gap: 3.5rem;
  }

  .lg\:last\:gap-y-16:last-child {
    row-gap: 4rem;
  }

  .lg\:last\:gap-y-20:last-child {
    row-gap: 5rem;
  }

  .lg\:last\:gap-y-24:last-child {
    row-gap: 6rem;
  }

  .lg\:last\:gap-y-28:last-child {
    row-gap: 7rem;
  }

  .lg\:last\:gap-y-32:last-child {
    row-gap: 8rem;
  }

  .lg\:last\:gap-y-36:last-child {
    row-gap: 9rem;
  }

  .lg\:last\:gap-y-40:last-child {
    row-gap: 10rem;
  }

  .lg\:last\:gap-y-44:last-child {
    row-gap: 11rem;
  }

  .lg\:last\:gap-y-48:last-child {
    row-gap: 12rem;
  }

  .lg\:last\:gap-y-52:last-child {
    row-gap: 13rem;
  }

  .lg\:last\:gap-y-56:last-child {
    row-gap: 14rem;
  }

  .lg\:last\:gap-y-60:last-child {
    row-gap: 15rem;
  }

  .lg\:last\:gap-y-64:last-child {
    row-gap: 16rem;
  }

  .lg\:last\:gap-y-72:last-child {
    row-gap: 18rem;
  }

  .lg\:last\:gap-y-80:last-child {
    row-gap: 20rem;
  }

  .lg\:last\:gap-y-96:last-child {
    row-gap: 24rem;
  }

  .lg\:last\:gap-y-px:last-child {
    row-gap: 1px;
  }

  .lg\:last\:gap-y-0\.5:last-child {
    row-gap: 0.125rem;
  }

  .lg\:last\:gap-y-1\.5:last-child {
    row-gap: 0.375rem;
  }

  .lg\:last\:gap-y-2\.5:last-child {
    row-gap: 0.625rem;
  }

  .lg\:last\:gap-y-3\.5:last-child {
    row-gap: 0.875rem;
  }

  .lg\:odd\:gap-0:nth-child(odd) {
    gap: 0px;
  }

  .lg\:odd\:gap-1:nth-child(odd) {
    gap: 0.25rem;
  }

  .lg\:odd\:gap-2:nth-child(odd) {
    gap: 0.5rem;
  }

  .lg\:odd\:gap-3:nth-child(odd) {
    gap: 0.75rem;
  }

  .lg\:odd\:gap-4:nth-child(odd) {
    gap: 1rem;
  }

  .lg\:odd\:gap-5:nth-child(odd) {
    gap: 1.25rem;
  }

  .lg\:odd\:gap-6:nth-child(odd) {
    gap: 1.5rem;
  }

  .lg\:odd\:gap-7:nth-child(odd) {
    gap: 1.75rem;
  }

  .lg\:odd\:gap-8:nth-child(odd) {
    gap: 2rem;
  }

  .lg\:odd\:gap-9:nth-child(odd) {
    gap: 2.25rem;
  }

  .lg\:odd\:gap-10:nth-child(odd) {
    gap: 2.5rem;
  }

  .lg\:odd\:gap-11:nth-child(odd) {
    gap: 2.75rem;
  }

  .lg\:odd\:gap-12:nth-child(odd) {
    gap: 3rem;
  }

  .lg\:odd\:gap-14:nth-child(odd) {
    gap: 3.5rem;
  }

  .lg\:odd\:gap-16:nth-child(odd) {
    gap: 4rem;
  }

  .lg\:odd\:gap-20:nth-child(odd) {
    gap: 5rem;
  }

  .lg\:odd\:gap-24:nth-child(odd) {
    gap: 6rem;
  }

  .lg\:odd\:gap-28:nth-child(odd) {
    gap: 7rem;
  }

  .lg\:odd\:gap-32:nth-child(odd) {
    gap: 8rem;
  }

  .lg\:odd\:gap-36:nth-child(odd) {
    gap: 9rem;
  }

  .lg\:odd\:gap-40:nth-child(odd) {
    gap: 10rem;
  }

  .lg\:odd\:gap-44:nth-child(odd) {
    gap: 11rem;
  }

  .lg\:odd\:gap-48:nth-child(odd) {
    gap: 12rem;
  }

  .lg\:odd\:gap-52:nth-child(odd) {
    gap: 13rem;
  }

  .lg\:odd\:gap-56:nth-child(odd) {
    gap: 14rem;
  }

  .lg\:odd\:gap-60:nth-child(odd) {
    gap: 15rem;
  }

  .lg\:odd\:gap-64:nth-child(odd) {
    gap: 16rem;
  }

  .lg\:odd\:gap-72:nth-child(odd) {
    gap: 18rem;
  }

  .lg\:odd\:gap-80:nth-child(odd) {
    gap: 20rem;
  }

  .lg\:odd\:gap-96:nth-child(odd) {
    gap: 24rem;
  }

  .lg\:odd\:gap-px:nth-child(odd) {
    gap: 1px;
  }

  .lg\:odd\:gap-0\.5:nth-child(odd) {
    gap: 0.125rem;
  }

  .lg\:odd\:gap-1\.5:nth-child(odd) {
    gap: 0.375rem;
  }

  .lg\:odd\:gap-2\.5:nth-child(odd) {
    gap: 0.625rem;
  }

  .lg\:odd\:gap-3\.5:nth-child(odd) {
    gap: 0.875rem;
  }

  .lg\:odd\:gap-x-0:nth-child(odd) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:odd\:gap-x-1:nth-child(odd) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:odd\:gap-x-2:nth-child(odd) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:odd\:gap-x-3:nth-child(odd) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:odd\:gap-x-4:nth-child(odd) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:odd\:gap-x-5:nth-child(odd) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:odd\:gap-x-6:nth-child(odd) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:odd\:gap-x-7:nth-child(odd) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:odd\:gap-x-8:nth-child(odd) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:odd\:gap-x-9:nth-child(odd) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:odd\:gap-x-10:nth-child(odd) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:odd\:gap-x-11:nth-child(odd) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:odd\:gap-x-12:nth-child(odd) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:odd\:gap-x-14:nth-child(odd) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:odd\:gap-x-16:nth-child(odd) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:odd\:gap-x-20:nth-child(odd) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:odd\:gap-x-24:nth-child(odd) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:odd\:gap-x-28:nth-child(odd) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:odd\:gap-x-32:nth-child(odd) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:odd\:gap-x-36:nth-child(odd) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:odd\:gap-x-40:nth-child(odd) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:odd\:gap-x-44:nth-child(odd) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:odd\:gap-x-48:nth-child(odd) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:odd\:gap-x-52:nth-child(odd) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:odd\:gap-x-56:nth-child(odd) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:odd\:gap-x-60:nth-child(odd) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:odd\:gap-x-64:nth-child(odd) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:odd\:gap-x-72:nth-child(odd) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:odd\:gap-x-80:nth-child(odd) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:odd\:gap-x-96:nth-child(odd) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:odd\:gap-x-px:nth-child(odd) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:odd\:gap-x-0\.5:nth-child(odd) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:odd\:gap-x-1\.5:nth-child(odd) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:odd\:gap-x-2\.5:nth-child(odd) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:odd\:gap-x-3\.5:nth-child(odd) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:odd\:gap-y-0:nth-child(odd) {
    row-gap: 0px;
  }

  .lg\:odd\:gap-y-1:nth-child(odd) {
    row-gap: 0.25rem;
  }

  .lg\:odd\:gap-y-2:nth-child(odd) {
    row-gap: 0.5rem;
  }

  .lg\:odd\:gap-y-3:nth-child(odd) {
    row-gap: 0.75rem;
  }

  .lg\:odd\:gap-y-4:nth-child(odd) {
    row-gap: 1rem;
  }

  .lg\:odd\:gap-y-5:nth-child(odd) {
    row-gap: 1.25rem;
  }

  .lg\:odd\:gap-y-6:nth-child(odd) {
    row-gap: 1.5rem;
  }

  .lg\:odd\:gap-y-7:nth-child(odd) {
    row-gap: 1.75rem;
  }

  .lg\:odd\:gap-y-8:nth-child(odd) {
    row-gap: 2rem;
  }

  .lg\:odd\:gap-y-9:nth-child(odd) {
    row-gap: 2.25rem;
  }

  .lg\:odd\:gap-y-10:nth-child(odd) {
    row-gap: 2.5rem;
  }

  .lg\:odd\:gap-y-11:nth-child(odd) {
    row-gap: 2.75rem;
  }

  .lg\:odd\:gap-y-12:nth-child(odd) {
    row-gap: 3rem;
  }

  .lg\:odd\:gap-y-14:nth-child(odd) {
    row-gap: 3.5rem;
  }

  .lg\:odd\:gap-y-16:nth-child(odd) {
    row-gap: 4rem;
  }

  .lg\:odd\:gap-y-20:nth-child(odd) {
    row-gap: 5rem;
  }

  .lg\:odd\:gap-y-24:nth-child(odd) {
    row-gap: 6rem;
  }

  .lg\:odd\:gap-y-28:nth-child(odd) {
    row-gap: 7rem;
  }

  .lg\:odd\:gap-y-32:nth-child(odd) {
    row-gap: 8rem;
  }

  .lg\:odd\:gap-y-36:nth-child(odd) {
    row-gap: 9rem;
  }

  .lg\:odd\:gap-y-40:nth-child(odd) {
    row-gap: 10rem;
  }

  .lg\:odd\:gap-y-44:nth-child(odd) {
    row-gap: 11rem;
  }

  .lg\:odd\:gap-y-48:nth-child(odd) {
    row-gap: 12rem;
  }

  .lg\:odd\:gap-y-52:nth-child(odd) {
    row-gap: 13rem;
  }

  .lg\:odd\:gap-y-56:nth-child(odd) {
    row-gap: 14rem;
  }

  .lg\:odd\:gap-y-60:nth-child(odd) {
    row-gap: 15rem;
  }

  .lg\:odd\:gap-y-64:nth-child(odd) {
    row-gap: 16rem;
  }

  .lg\:odd\:gap-y-72:nth-child(odd) {
    row-gap: 18rem;
  }

  .lg\:odd\:gap-y-80:nth-child(odd) {
    row-gap: 20rem;
  }

  .lg\:odd\:gap-y-96:nth-child(odd) {
    row-gap: 24rem;
  }

  .lg\:odd\:gap-y-px:nth-child(odd) {
    row-gap: 1px;
  }

  .lg\:odd\:gap-y-0\.5:nth-child(odd) {
    row-gap: 0.125rem;
  }

  .lg\:odd\:gap-y-1\.5:nth-child(odd) {
    row-gap: 0.375rem;
  }

  .lg\:odd\:gap-y-2\.5:nth-child(odd) {
    row-gap: 0.625rem;
  }

  .lg\:odd\:gap-y-3\.5:nth-child(odd) {
    row-gap: 0.875rem;
  }

  .lg\:even\:gap-0:nth-child(even) {
    gap: 0px;
  }

  .lg\:even\:gap-1:nth-child(even) {
    gap: 0.25rem;
  }

  .lg\:even\:gap-2:nth-child(even) {
    gap: 0.5rem;
  }

  .lg\:even\:gap-3:nth-child(even) {
    gap: 0.75rem;
  }

  .lg\:even\:gap-4:nth-child(even) {
    gap: 1rem;
  }

  .lg\:even\:gap-5:nth-child(even) {
    gap: 1.25rem;
  }

  .lg\:even\:gap-6:nth-child(even) {
    gap: 1.5rem;
  }

  .lg\:even\:gap-7:nth-child(even) {
    gap: 1.75rem;
  }

  .lg\:even\:gap-8:nth-child(even) {
    gap: 2rem;
  }

  .lg\:even\:gap-9:nth-child(even) {
    gap: 2.25rem;
  }

  .lg\:even\:gap-10:nth-child(even) {
    gap: 2.5rem;
  }

  .lg\:even\:gap-11:nth-child(even) {
    gap: 2.75rem;
  }

  .lg\:even\:gap-12:nth-child(even) {
    gap: 3rem;
  }

  .lg\:even\:gap-14:nth-child(even) {
    gap: 3.5rem;
  }

  .lg\:even\:gap-16:nth-child(even) {
    gap: 4rem;
  }

  .lg\:even\:gap-20:nth-child(even) {
    gap: 5rem;
  }

  .lg\:even\:gap-24:nth-child(even) {
    gap: 6rem;
  }

  .lg\:even\:gap-28:nth-child(even) {
    gap: 7rem;
  }

  .lg\:even\:gap-32:nth-child(even) {
    gap: 8rem;
  }

  .lg\:even\:gap-36:nth-child(even) {
    gap: 9rem;
  }

  .lg\:even\:gap-40:nth-child(even) {
    gap: 10rem;
  }

  .lg\:even\:gap-44:nth-child(even) {
    gap: 11rem;
  }

  .lg\:even\:gap-48:nth-child(even) {
    gap: 12rem;
  }

  .lg\:even\:gap-52:nth-child(even) {
    gap: 13rem;
  }

  .lg\:even\:gap-56:nth-child(even) {
    gap: 14rem;
  }

  .lg\:even\:gap-60:nth-child(even) {
    gap: 15rem;
  }

  .lg\:even\:gap-64:nth-child(even) {
    gap: 16rem;
  }

  .lg\:even\:gap-72:nth-child(even) {
    gap: 18rem;
  }

  .lg\:even\:gap-80:nth-child(even) {
    gap: 20rem;
  }

  .lg\:even\:gap-96:nth-child(even) {
    gap: 24rem;
  }

  .lg\:even\:gap-px:nth-child(even) {
    gap: 1px;
  }

  .lg\:even\:gap-0\.5:nth-child(even) {
    gap: 0.125rem;
  }

  .lg\:even\:gap-1\.5:nth-child(even) {
    gap: 0.375rem;
  }

  .lg\:even\:gap-2\.5:nth-child(even) {
    gap: 0.625rem;
  }

  .lg\:even\:gap-3\.5:nth-child(even) {
    gap: 0.875rem;
  }

  .lg\:even\:gap-x-0:nth-child(even) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:even\:gap-x-1:nth-child(even) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:even\:gap-x-2:nth-child(even) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:even\:gap-x-3:nth-child(even) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:even\:gap-x-4:nth-child(even) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:even\:gap-x-5:nth-child(even) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:even\:gap-x-6:nth-child(even) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:even\:gap-x-7:nth-child(even) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:even\:gap-x-8:nth-child(even) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:even\:gap-x-9:nth-child(even) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:even\:gap-x-10:nth-child(even) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:even\:gap-x-11:nth-child(even) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:even\:gap-x-12:nth-child(even) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:even\:gap-x-14:nth-child(even) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:even\:gap-x-16:nth-child(even) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:even\:gap-x-20:nth-child(even) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:even\:gap-x-24:nth-child(even) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:even\:gap-x-28:nth-child(even) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:even\:gap-x-32:nth-child(even) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:even\:gap-x-36:nth-child(even) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:even\:gap-x-40:nth-child(even) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:even\:gap-x-44:nth-child(even) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:even\:gap-x-48:nth-child(even) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:even\:gap-x-52:nth-child(even) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:even\:gap-x-56:nth-child(even) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:even\:gap-x-60:nth-child(even) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:even\:gap-x-64:nth-child(even) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:even\:gap-x-72:nth-child(even) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:even\:gap-x-80:nth-child(even) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:even\:gap-x-96:nth-child(even) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:even\:gap-x-px:nth-child(even) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:even\:gap-x-0\.5:nth-child(even) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:even\:gap-x-1\.5:nth-child(even) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:even\:gap-x-2\.5:nth-child(even) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:even\:gap-x-3\.5:nth-child(even) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:even\:gap-y-0:nth-child(even) {
    row-gap: 0px;
  }

  .lg\:even\:gap-y-1:nth-child(even) {
    row-gap: 0.25rem;
  }

  .lg\:even\:gap-y-2:nth-child(even) {
    row-gap: 0.5rem;
  }

  .lg\:even\:gap-y-3:nth-child(even) {
    row-gap: 0.75rem;
  }

  .lg\:even\:gap-y-4:nth-child(even) {
    row-gap: 1rem;
  }

  .lg\:even\:gap-y-5:nth-child(even) {
    row-gap: 1.25rem;
  }

  .lg\:even\:gap-y-6:nth-child(even) {
    row-gap: 1.5rem;
  }

  .lg\:even\:gap-y-7:nth-child(even) {
    row-gap: 1.75rem;
  }

  .lg\:even\:gap-y-8:nth-child(even) {
    row-gap: 2rem;
  }

  .lg\:even\:gap-y-9:nth-child(even) {
    row-gap: 2.25rem;
  }

  .lg\:even\:gap-y-10:nth-child(even) {
    row-gap: 2.5rem;
  }

  .lg\:even\:gap-y-11:nth-child(even) {
    row-gap: 2.75rem;
  }

  .lg\:even\:gap-y-12:nth-child(even) {
    row-gap: 3rem;
  }

  .lg\:even\:gap-y-14:nth-child(even) {
    row-gap: 3.5rem;
  }

  .lg\:even\:gap-y-16:nth-child(even) {
    row-gap: 4rem;
  }

  .lg\:even\:gap-y-20:nth-child(even) {
    row-gap: 5rem;
  }

  .lg\:even\:gap-y-24:nth-child(even) {
    row-gap: 6rem;
  }

  .lg\:even\:gap-y-28:nth-child(even) {
    row-gap: 7rem;
  }

  .lg\:even\:gap-y-32:nth-child(even) {
    row-gap: 8rem;
  }

  .lg\:even\:gap-y-36:nth-child(even) {
    row-gap: 9rem;
  }

  .lg\:even\:gap-y-40:nth-child(even) {
    row-gap: 10rem;
  }

  .lg\:even\:gap-y-44:nth-child(even) {
    row-gap: 11rem;
  }

  .lg\:even\:gap-y-48:nth-child(even) {
    row-gap: 12rem;
  }

  .lg\:even\:gap-y-52:nth-child(even) {
    row-gap: 13rem;
  }

  .lg\:even\:gap-y-56:nth-child(even) {
    row-gap: 14rem;
  }

  .lg\:even\:gap-y-60:nth-child(even) {
    row-gap: 15rem;
  }

  .lg\:even\:gap-y-64:nth-child(even) {
    row-gap: 16rem;
  }

  .lg\:even\:gap-y-72:nth-child(even) {
    row-gap: 18rem;
  }

  .lg\:even\:gap-y-80:nth-child(even) {
    row-gap: 20rem;
  }

  .lg\:even\:gap-y-96:nth-child(even) {
    row-gap: 24rem;
  }

  .lg\:even\:gap-y-px:nth-child(even) {
    row-gap: 1px;
  }

  .lg\:even\:gap-y-0\.5:nth-child(even) {
    row-gap: 0.125rem;
  }

  .lg\:even\:gap-y-1\.5:nth-child(even) {
    row-gap: 0.375rem;
  }

  .lg\:even\:gap-y-2\.5:nth-child(even) {
    row-gap: 0.625rem;
  }

  .lg\:even\:gap-y-3\.5:nth-child(even) {
    row-gap: 0.875rem;
  }

  .lg\:hover\:gap-0:hover {
    gap: 0px;
  }

  .lg\:hover\:gap-1:hover {
    gap: 0.25rem;
  }

  .lg\:hover\:gap-2:hover {
    gap: 0.5rem;
  }

  .lg\:hover\:gap-3:hover {
    gap: 0.75rem;
  }

  .lg\:hover\:gap-4:hover {
    gap: 1rem;
  }

  .lg\:hover\:gap-5:hover {
    gap: 1.25rem;
  }

  .lg\:hover\:gap-6:hover {
    gap: 1.5rem;
  }

  .lg\:hover\:gap-7:hover {
    gap: 1.75rem;
  }

  .lg\:hover\:gap-8:hover {
    gap: 2rem;
  }

  .lg\:hover\:gap-9:hover {
    gap: 2.25rem;
  }

  .lg\:hover\:gap-10:hover {
    gap: 2.5rem;
  }

  .lg\:hover\:gap-11:hover {
    gap: 2.75rem;
  }

  .lg\:hover\:gap-12:hover {
    gap: 3rem;
  }

  .lg\:hover\:gap-14:hover {
    gap: 3.5rem;
  }

  .lg\:hover\:gap-16:hover {
    gap: 4rem;
  }

  .lg\:hover\:gap-20:hover {
    gap: 5rem;
  }

  .lg\:hover\:gap-24:hover {
    gap: 6rem;
  }

  .lg\:hover\:gap-28:hover {
    gap: 7rem;
  }

  .lg\:hover\:gap-32:hover {
    gap: 8rem;
  }

  .lg\:hover\:gap-36:hover {
    gap: 9rem;
  }

  .lg\:hover\:gap-40:hover {
    gap: 10rem;
  }

  .lg\:hover\:gap-44:hover {
    gap: 11rem;
  }

  .lg\:hover\:gap-48:hover {
    gap: 12rem;
  }

  .lg\:hover\:gap-52:hover {
    gap: 13rem;
  }

  .lg\:hover\:gap-56:hover {
    gap: 14rem;
  }

  .lg\:hover\:gap-60:hover {
    gap: 15rem;
  }

  .lg\:hover\:gap-64:hover {
    gap: 16rem;
  }

  .lg\:hover\:gap-72:hover {
    gap: 18rem;
  }

  .lg\:hover\:gap-80:hover {
    gap: 20rem;
  }

  .lg\:hover\:gap-96:hover {
    gap: 24rem;
  }

  .lg\:hover\:gap-px:hover {
    gap: 1px;
  }

  .lg\:hover\:gap-0\.5:hover {
    gap: 0.125rem;
  }

  .lg\:hover\:gap-1\.5:hover {
    gap: 0.375rem;
  }

  .lg\:hover\:gap-2\.5:hover {
    gap: 0.625rem;
  }

  .lg\:hover\:gap-3\.5:hover {
    gap: 0.875rem;
  }

  .lg\:hover\:gap-x-0:hover {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:hover\:gap-x-1:hover {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:hover\:gap-x-2:hover {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:hover\:gap-x-3:hover {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:hover\:gap-x-5:hover {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:hover\:gap-x-6:hover {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:hover\:gap-x-7:hover {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:hover\:gap-x-8:hover {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:hover\:gap-x-9:hover {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:hover\:gap-x-10:hover {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:hover\:gap-x-11:hover {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:hover\:gap-x-12:hover {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:hover\:gap-x-14:hover {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:hover\:gap-x-16:hover {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:hover\:gap-x-20:hover {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:hover\:gap-x-24:hover {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:hover\:gap-x-28:hover {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:hover\:gap-x-32:hover {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:hover\:gap-x-36:hover {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:hover\:gap-x-40:hover {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:hover\:gap-x-44:hover {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:hover\:gap-x-48:hover {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:hover\:gap-x-52:hover {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:hover\:gap-x-56:hover {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:hover\:gap-x-60:hover {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:hover\:gap-x-64:hover {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:hover\:gap-x-72:hover {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:hover\:gap-x-80:hover {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:hover\:gap-x-96:hover {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:hover\:gap-x-px:hover {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:hover\:gap-x-0\.5:hover {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:hover\:gap-x-1\.5:hover {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:hover\:gap-x-2\.5:hover {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:hover\:gap-x-3\.5:hover {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:hover\:gap-y-0:hover {
    row-gap: 0px;
  }

  .lg\:hover\:gap-y-1:hover {
    row-gap: 0.25rem;
  }

  .lg\:hover\:gap-y-2:hover {
    row-gap: 0.5rem;
  }

  .lg\:hover\:gap-y-3:hover {
    row-gap: 0.75rem;
  }

  .lg\:hover\:gap-y-4:hover {
    row-gap: 1rem;
  }

  .lg\:hover\:gap-y-5:hover {
    row-gap: 1.25rem;
  }

  .lg\:hover\:gap-y-6:hover {
    row-gap: 1.5rem;
  }

  .lg\:hover\:gap-y-7:hover {
    row-gap: 1.75rem;
  }

  .lg\:hover\:gap-y-8:hover {
    row-gap: 2rem;
  }

  .lg\:hover\:gap-y-9:hover {
    row-gap: 2.25rem;
  }

  .lg\:hover\:gap-y-10:hover {
    row-gap: 2.5rem;
  }

  .lg\:hover\:gap-y-11:hover {
    row-gap: 2.75rem;
  }

  .lg\:hover\:gap-y-12:hover {
    row-gap: 3rem;
  }

  .lg\:hover\:gap-y-14:hover {
    row-gap: 3.5rem;
  }

  .lg\:hover\:gap-y-16:hover {
    row-gap: 4rem;
  }

  .lg\:hover\:gap-y-20:hover {
    row-gap: 5rem;
  }

  .lg\:hover\:gap-y-24:hover {
    row-gap: 6rem;
  }

  .lg\:hover\:gap-y-28:hover {
    row-gap: 7rem;
  }

  .lg\:hover\:gap-y-32:hover {
    row-gap: 8rem;
  }

  .lg\:hover\:gap-y-36:hover {
    row-gap: 9rem;
  }

  .lg\:hover\:gap-y-40:hover {
    row-gap: 10rem;
  }

  .lg\:hover\:gap-y-44:hover {
    row-gap: 11rem;
  }

  .lg\:hover\:gap-y-48:hover {
    row-gap: 12rem;
  }

  .lg\:hover\:gap-y-52:hover {
    row-gap: 13rem;
  }

  .lg\:hover\:gap-y-56:hover {
    row-gap: 14rem;
  }

  .lg\:hover\:gap-y-60:hover {
    row-gap: 15rem;
  }

  .lg\:hover\:gap-y-64:hover {
    row-gap: 16rem;
  }

  .lg\:hover\:gap-y-72:hover {
    row-gap: 18rem;
  }

  .lg\:hover\:gap-y-80:hover {
    row-gap: 20rem;
  }

  .lg\:hover\:gap-y-96:hover {
    row-gap: 24rem;
  }

  .lg\:hover\:gap-y-px:hover {
    row-gap: 1px;
  }

  .lg\:hover\:gap-y-0\.5:hover {
    row-gap: 0.125rem;
  }

  .lg\:hover\:gap-y-1\.5:hover {
    row-gap: 0.375rem;
  }

  .lg\:hover\:gap-y-2\.5:hover {
    row-gap: 0.625rem;
  }

  .lg\:hover\:gap-y-3\.5:hover {
    row-gap: 0.875rem;
  }

  .lg\:focus\:gap-0:focus {
    gap: 0px;
  }

  .lg\:focus\:gap-1:focus {
    gap: 0.25rem;
  }

  .lg\:focus\:gap-2:focus {
    gap: 0.5rem;
  }

  .lg\:focus\:gap-3:focus {
    gap: 0.75rem;
  }

  .lg\:focus\:gap-4:focus {
    gap: 1rem;
  }

  .lg\:focus\:gap-5:focus {
    gap: 1.25rem;
  }

  .lg\:focus\:gap-6:focus {
    gap: 1.5rem;
  }

  .lg\:focus\:gap-7:focus {
    gap: 1.75rem;
  }

  .lg\:focus\:gap-8:focus {
    gap: 2rem;
  }

  .lg\:focus\:gap-9:focus {
    gap: 2.25rem;
  }

  .lg\:focus\:gap-10:focus {
    gap: 2.5rem;
  }

  .lg\:focus\:gap-11:focus {
    gap: 2.75rem;
  }

  .lg\:focus\:gap-12:focus {
    gap: 3rem;
  }

  .lg\:focus\:gap-14:focus {
    gap: 3.5rem;
  }

  .lg\:focus\:gap-16:focus {
    gap: 4rem;
  }

  .lg\:focus\:gap-20:focus {
    gap: 5rem;
  }

  .lg\:focus\:gap-24:focus {
    gap: 6rem;
  }

  .lg\:focus\:gap-28:focus {
    gap: 7rem;
  }

  .lg\:focus\:gap-32:focus {
    gap: 8rem;
  }

  .lg\:focus\:gap-36:focus {
    gap: 9rem;
  }

  .lg\:focus\:gap-40:focus {
    gap: 10rem;
  }

  .lg\:focus\:gap-44:focus {
    gap: 11rem;
  }

  .lg\:focus\:gap-48:focus {
    gap: 12rem;
  }

  .lg\:focus\:gap-52:focus {
    gap: 13rem;
  }

  .lg\:focus\:gap-56:focus {
    gap: 14rem;
  }

  .lg\:focus\:gap-60:focus {
    gap: 15rem;
  }

  .lg\:focus\:gap-64:focus {
    gap: 16rem;
  }

  .lg\:focus\:gap-72:focus {
    gap: 18rem;
  }

  .lg\:focus\:gap-80:focus {
    gap: 20rem;
  }

  .lg\:focus\:gap-96:focus {
    gap: 24rem;
  }

  .lg\:focus\:gap-px:focus {
    gap: 1px;
  }

  .lg\:focus\:gap-0\.5:focus {
    gap: 0.125rem;
  }

  .lg\:focus\:gap-1\.5:focus {
    gap: 0.375rem;
  }

  .lg\:focus\:gap-2\.5:focus {
    gap: 0.625rem;
  }

  .lg\:focus\:gap-3\.5:focus {
    gap: 0.875rem;
  }

  .lg\:focus\:gap-x-0:focus {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:focus\:gap-x-1:focus {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:focus\:gap-x-2:focus {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:focus\:gap-x-3:focus {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:focus\:gap-x-4:focus {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:focus\:gap-x-5:focus {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:focus\:gap-x-6:focus {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:focus\:gap-x-7:focus {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:focus\:gap-x-8:focus {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:focus\:gap-x-9:focus {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:focus\:gap-x-10:focus {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:focus\:gap-x-11:focus {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:focus\:gap-x-12:focus {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:focus\:gap-x-14:focus {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:focus\:gap-x-16:focus {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:focus\:gap-x-20:focus {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:focus\:gap-x-24:focus {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:focus\:gap-x-28:focus {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:focus\:gap-x-32:focus {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:focus\:gap-x-36:focus {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:focus\:gap-x-40:focus {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:focus\:gap-x-44:focus {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:focus\:gap-x-48:focus {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:focus\:gap-x-52:focus {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:focus\:gap-x-56:focus {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:focus\:gap-x-60:focus {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:focus\:gap-x-64:focus {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:focus\:gap-x-72:focus {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:focus\:gap-x-80:focus {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:focus\:gap-x-96:focus {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:focus\:gap-x-px:focus {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:focus\:gap-x-0\.5:focus {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:focus\:gap-x-1\.5:focus {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:focus\:gap-x-2\.5:focus {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:focus\:gap-x-3\.5:focus {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:focus\:gap-y-0:focus {
    row-gap: 0px;
  }

  .lg\:focus\:gap-y-1:focus {
    row-gap: 0.25rem;
  }

  .lg\:focus\:gap-y-2:focus {
    row-gap: 0.5rem;
  }

  .lg\:focus\:gap-y-3:focus {
    row-gap: 0.75rem;
  }

  .lg\:focus\:gap-y-4:focus {
    row-gap: 1rem;
  }

  .lg\:focus\:gap-y-5:focus {
    row-gap: 1.25rem;
  }

  .lg\:focus\:gap-y-6:focus {
    row-gap: 1.5rem;
  }

  .lg\:focus\:gap-y-7:focus {
    row-gap: 1.75rem;
  }

  .lg\:focus\:gap-y-8:focus {
    row-gap: 2rem;
  }

  .lg\:focus\:gap-y-9:focus {
    row-gap: 2.25rem;
  }

  .lg\:focus\:gap-y-10:focus {
    row-gap: 2.5rem;
  }

  .lg\:focus\:gap-y-11:focus {
    row-gap: 2.75rem;
  }

  .lg\:focus\:gap-y-12:focus {
    row-gap: 3rem;
  }

  .lg\:focus\:gap-y-14:focus {
    row-gap: 3.5rem;
  }

  .lg\:focus\:gap-y-16:focus {
    row-gap: 4rem;
  }

  .lg\:focus\:gap-y-20:focus {
    row-gap: 5rem;
  }

  .lg\:focus\:gap-y-24:focus {
    row-gap: 6rem;
  }

  .lg\:focus\:gap-y-28:focus {
    row-gap: 7rem;
  }

  .lg\:focus\:gap-y-32:focus {
    row-gap: 8rem;
  }

  .lg\:focus\:gap-y-36:focus {
    row-gap: 9rem;
  }

  .lg\:focus\:gap-y-40:focus {
    row-gap: 10rem;
  }

  .lg\:focus\:gap-y-44:focus {
    row-gap: 11rem;
  }

  .lg\:focus\:gap-y-48:focus {
    row-gap: 12rem;
  }

  .lg\:focus\:gap-y-52:focus {
    row-gap: 13rem;
  }

  .lg\:focus\:gap-y-56:focus {
    row-gap: 14rem;
  }

  .lg\:focus\:gap-y-60:focus {
    row-gap: 15rem;
  }

  .lg\:focus\:gap-y-64:focus {
    row-gap: 16rem;
  }

  .lg\:focus\:gap-y-72:focus {
    row-gap: 18rem;
  }

  .lg\:focus\:gap-y-80:focus {
    row-gap: 20rem;
  }

  .lg\:focus\:gap-y-96:focus {
    row-gap: 24rem;
  }

  .lg\:focus\:gap-y-px:focus {
    row-gap: 1px;
  }

  .lg\:focus\:gap-y-0\.5:focus {
    row-gap: 0.125rem;
  }

  .lg\:focus\:gap-y-1\.5:focus {
    row-gap: 0.375rem;
  }

  .lg\:focus\:gap-y-2\.5:focus {
    row-gap: 0.625rem;
  }

  .lg\:focus\:gap-y-3\.5:focus {
    row-gap: 0.875rem;
  }

  .lg\:active\:gap-0:active {
    gap: 0px;
  }

  .lg\:active\:gap-1:active {
    gap: 0.25rem;
  }

  .lg\:active\:gap-2:active {
    gap: 0.5rem;
  }

  .lg\:active\:gap-3:active {
    gap: 0.75rem;
  }

  .lg\:active\:gap-4:active {
    gap: 1rem;
  }

  .lg\:active\:gap-5:active {
    gap: 1.25rem;
  }

  .lg\:active\:gap-6:active {
    gap: 1.5rem;
  }

  .lg\:active\:gap-7:active {
    gap: 1.75rem;
  }

  .lg\:active\:gap-8:active {
    gap: 2rem;
  }

  .lg\:active\:gap-9:active {
    gap: 2.25rem;
  }

  .lg\:active\:gap-10:active {
    gap: 2.5rem;
  }

  .lg\:active\:gap-11:active {
    gap: 2.75rem;
  }

  .lg\:active\:gap-12:active {
    gap: 3rem;
  }

  .lg\:active\:gap-14:active {
    gap: 3.5rem;
  }

  .lg\:active\:gap-16:active {
    gap: 4rem;
  }

  .lg\:active\:gap-20:active {
    gap: 5rem;
  }

  .lg\:active\:gap-24:active {
    gap: 6rem;
  }

  .lg\:active\:gap-28:active {
    gap: 7rem;
  }

  .lg\:active\:gap-32:active {
    gap: 8rem;
  }

  .lg\:active\:gap-36:active {
    gap: 9rem;
  }

  .lg\:active\:gap-40:active {
    gap: 10rem;
  }

  .lg\:active\:gap-44:active {
    gap: 11rem;
  }

  .lg\:active\:gap-48:active {
    gap: 12rem;
  }

  .lg\:active\:gap-52:active {
    gap: 13rem;
  }

  .lg\:active\:gap-56:active {
    gap: 14rem;
  }

  .lg\:active\:gap-60:active {
    gap: 15rem;
  }

  .lg\:active\:gap-64:active {
    gap: 16rem;
  }

  .lg\:active\:gap-72:active {
    gap: 18rem;
  }

  .lg\:active\:gap-80:active {
    gap: 20rem;
  }

  .lg\:active\:gap-96:active {
    gap: 24rem;
  }

  .lg\:active\:gap-px:active {
    gap: 1px;
  }

  .lg\:active\:gap-0\.5:active {
    gap: 0.125rem;
  }

  .lg\:active\:gap-1\.5:active {
    gap: 0.375rem;
  }

  .lg\:active\:gap-2\.5:active {
    gap: 0.625rem;
  }

  .lg\:active\:gap-3\.5:active {
    gap: 0.875rem;
  }

  .lg\:active\:gap-x-0:active {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:active\:gap-x-1:active {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:active\:gap-x-2:active {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:active\:gap-x-3:active {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:active\:gap-x-4:active {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:active\:gap-x-5:active {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:active\:gap-x-6:active {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:active\:gap-x-7:active {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:active\:gap-x-8:active {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:active\:gap-x-9:active {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:active\:gap-x-10:active {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:active\:gap-x-11:active {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:active\:gap-x-12:active {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:active\:gap-x-14:active {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:active\:gap-x-16:active {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:active\:gap-x-20:active {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:active\:gap-x-24:active {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:active\:gap-x-28:active {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:active\:gap-x-32:active {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:active\:gap-x-36:active {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:active\:gap-x-40:active {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:active\:gap-x-44:active {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:active\:gap-x-48:active {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:active\:gap-x-52:active {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:active\:gap-x-56:active {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:active\:gap-x-60:active {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:active\:gap-x-64:active {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:active\:gap-x-72:active {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:active\:gap-x-80:active {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:active\:gap-x-96:active {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:active\:gap-x-px:active {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:active\:gap-x-0\.5:active {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:active\:gap-x-1\.5:active {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:active\:gap-x-2\.5:active {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:active\:gap-x-3\.5:active {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:active\:gap-y-0:active {
    row-gap: 0px;
  }

  .lg\:active\:gap-y-1:active {
    row-gap: 0.25rem;
  }

  .lg\:active\:gap-y-2:active {
    row-gap: 0.5rem;
  }

  .lg\:active\:gap-y-3:active {
    row-gap: 0.75rem;
  }

  .lg\:active\:gap-y-4:active {
    row-gap: 1rem;
  }

  .lg\:active\:gap-y-5:active {
    row-gap: 1.25rem;
  }

  .lg\:active\:gap-y-6:active {
    row-gap: 1.5rem;
  }

  .lg\:active\:gap-y-7:active {
    row-gap: 1.75rem;
  }

  .lg\:active\:gap-y-8:active {
    row-gap: 2rem;
  }

  .lg\:active\:gap-y-9:active {
    row-gap: 2.25rem;
  }

  .lg\:active\:gap-y-10:active {
    row-gap: 2.5rem;
  }

  .lg\:active\:gap-y-11:active {
    row-gap: 2.75rem;
  }

  .lg\:active\:gap-y-12:active {
    row-gap: 3rem;
  }

  .lg\:active\:gap-y-14:active {
    row-gap: 3.5rem;
  }

  .lg\:active\:gap-y-16:active {
    row-gap: 4rem;
  }

  .lg\:active\:gap-y-20:active {
    row-gap: 5rem;
  }

  .lg\:active\:gap-y-24:active {
    row-gap: 6rem;
  }

  .lg\:active\:gap-y-28:active {
    row-gap: 7rem;
  }

  .lg\:active\:gap-y-32:active {
    row-gap: 8rem;
  }

  .lg\:active\:gap-y-36:active {
    row-gap: 9rem;
  }

  .lg\:active\:gap-y-40:active {
    row-gap: 10rem;
  }

  .lg\:active\:gap-y-44:active {
    row-gap: 11rem;
  }

  .lg\:active\:gap-y-48:active {
    row-gap: 12rem;
  }

  .lg\:active\:gap-y-52:active {
    row-gap: 13rem;
  }

  .lg\:active\:gap-y-56:active {
    row-gap: 14rem;
  }

  .lg\:active\:gap-y-60:active {
    row-gap: 15rem;
  }

  .lg\:active\:gap-y-64:active {
    row-gap: 16rem;
  }

  .lg\:active\:gap-y-72:active {
    row-gap: 18rem;
  }

  .lg\:active\:gap-y-80:active {
    row-gap: 20rem;
  }

  .lg\:active\:gap-y-96:active {
    row-gap: 24rem;
  }

  .lg\:active\:gap-y-px:active {
    row-gap: 1px;
  }

  .lg\:active\:gap-y-0\.5:active {
    row-gap: 0.125rem;
  }

  .lg\:active\:gap-y-1\.5:active {
    row-gap: 0.375rem;
  }

  .lg\:active\:gap-y-2\.5:active {
    row-gap: 0.625rem;
  }

  .lg\:active\:gap-y-3\.5:active {
    row-gap: 0.875rem;
  }

  .lg\:visited\:gap-0:visited {
    gap: 0px;
  }

  .lg\:visited\:gap-1:visited {
    gap: 0.25rem;
  }

  .lg\:visited\:gap-2:visited {
    gap: 0.5rem;
  }

  .lg\:visited\:gap-3:visited {
    gap: 0.75rem;
  }

  .lg\:visited\:gap-4:visited {
    gap: 1rem;
  }

  .lg\:visited\:gap-5:visited {
    gap: 1.25rem;
  }

  .lg\:visited\:gap-6:visited {
    gap: 1.5rem;
  }

  .lg\:visited\:gap-7:visited {
    gap: 1.75rem;
  }

  .lg\:visited\:gap-8:visited {
    gap: 2rem;
  }

  .lg\:visited\:gap-9:visited {
    gap: 2.25rem;
  }

  .lg\:visited\:gap-10:visited {
    gap: 2.5rem;
  }

  .lg\:visited\:gap-11:visited {
    gap: 2.75rem;
  }

  .lg\:visited\:gap-12:visited {
    gap: 3rem;
  }

  .lg\:visited\:gap-14:visited {
    gap: 3.5rem;
  }

  .lg\:visited\:gap-16:visited {
    gap: 4rem;
  }

  .lg\:visited\:gap-20:visited {
    gap: 5rem;
  }

  .lg\:visited\:gap-24:visited {
    gap: 6rem;
  }

  .lg\:visited\:gap-28:visited {
    gap: 7rem;
  }

  .lg\:visited\:gap-32:visited {
    gap: 8rem;
  }

  .lg\:visited\:gap-36:visited {
    gap: 9rem;
  }

  .lg\:visited\:gap-40:visited {
    gap: 10rem;
  }

  .lg\:visited\:gap-44:visited {
    gap: 11rem;
  }

  .lg\:visited\:gap-48:visited {
    gap: 12rem;
  }

  .lg\:visited\:gap-52:visited {
    gap: 13rem;
  }

  .lg\:visited\:gap-56:visited {
    gap: 14rem;
  }

  .lg\:visited\:gap-60:visited {
    gap: 15rem;
  }

  .lg\:visited\:gap-64:visited {
    gap: 16rem;
  }

  .lg\:visited\:gap-72:visited {
    gap: 18rem;
  }

  .lg\:visited\:gap-80:visited {
    gap: 20rem;
  }

  .lg\:visited\:gap-96:visited {
    gap: 24rem;
  }

  .lg\:visited\:gap-px:visited {
    gap: 1px;
  }

  .lg\:visited\:gap-0\.5:visited {
    gap: 0.125rem;
  }

  .lg\:visited\:gap-1\.5:visited {
    gap: 0.375rem;
  }

  .lg\:visited\:gap-2\.5:visited {
    gap: 0.625rem;
  }

  .lg\:visited\:gap-3\.5:visited {
    gap: 0.875rem;
  }

  .lg\:visited\:gap-x-0:visited {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:visited\:gap-x-1:visited {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:visited\:gap-x-2:visited {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:visited\:gap-x-3:visited {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:visited\:gap-x-4:visited {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:visited\:gap-x-5:visited {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:visited\:gap-x-6:visited {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:visited\:gap-x-7:visited {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:visited\:gap-x-8:visited {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:visited\:gap-x-9:visited {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:visited\:gap-x-10:visited {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:visited\:gap-x-11:visited {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:visited\:gap-x-12:visited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:visited\:gap-x-14:visited {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:visited\:gap-x-16:visited {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:visited\:gap-x-20:visited {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:visited\:gap-x-24:visited {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:visited\:gap-x-28:visited {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:visited\:gap-x-32:visited {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:visited\:gap-x-36:visited {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:visited\:gap-x-40:visited {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:visited\:gap-x-44:visited {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:visited\:gap-x-48:visited {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:visited\:gap-x-52:visited {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:visited\:gap-x-56:visited {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:visited\:gap-x-60:visited {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:visited\:gap-x-64:visited {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:visited\:gap-x-72:visited {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:visited\:gap-x-80:visited {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:visited\:gap-x-96:visited {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:visited\:gap-x-px:visited {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:visited\:gap-x-0\.5:visited {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:visited\:gap-x-1\.5:visited {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:visited\:gap-x-2\.5:visited {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:visited\:gap-x-3\.5:visited {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:visited\:gap-y-0:visited {
    row-gap: 0px;
  }

  .lg\:visited\:gap-y-1:visited {
    row-gap: 0.25rem;
  }

  .lg\:visited\:gap-y-2:visited {
    row-gap: 0.5rem;
  }

  .lg\:visited\:gap-y-3:visited {
    row-gap: 0.75rem;
  }

  .lg\:visited\:gap-y-4:visited {
    row-gap: 1rem;
  }

  .lg\:visited\:gap-y-5:visited {
    row-gap: 1.25rem;
  }

  .lg\:visited\:gap-y-6:visited {
    row-gap: 1.5rem;
  }

  .lg\:visited\:gap-y-7:visited {
    row-gap: 1.75rem;
  }

  .lg\:visited\:gap-y-8:visited {
    row-gap: 2rem;
  }

  .lg\:visited\:gap-y-9:visited {
    row-gap: 2.25rem;
  }

  .lg\:visited\:gap-y-10:visited {
    row-gap: 2.5rem;
  }

  .lg\:visited\:gap-y-11:visited {
    row-gap: 2.75rem;
  }

  .lg\:visited\:gap-y-12:visited {
    row-gap: 3rem;
  }

  .lg\:visited\:gap-y-14:visited {
    row-gap: 3.5rem;
  }

  .lg\:visited\:gap-y-16:visited {
    row-gap: 4rem;
  }

  .lg\:visited\:gap-y-20:visited {
    row-gap: 5rem;
  }

  .lg\:visited\:gap-y-24:visited {
    row-gap: 6rem;
  }

  .lg\:visited\:gap-y-28:visited {
    row-gap: 7rem;
  }

  .lg\:visited\:gap-y-32:visited {
    row-gap: 8rem;
  }

  .lg\:visited\:gap-y-36:visited {
    row-gap: 9rem;
  }

  .lg\:visited\:gap-y-40:visited {
    row-gap: 10rem;
  }

  .lg\:visited\:gap-y-44:visited {
    row-gap: 11rem;
  }

  .lg\:visited\:gap-y-48:visited {
    row-gap: 12rem;
  }

  .lg\:visited\:gap-y-52:visited {
    row-gap: 13rem;
  }

  .lg\:visited\:gap-y-56:visited {
    row-gap: 14rem;
  }

  .lg\:visited\:gap-y-60:visited {
    row-gap: 15rem;
  }

  .lg\:visited\:gap-y-64:visited {
    row-gap: 16rem;
  }

  .lg\:visited\:gap-y-72:visited {
    row-gap: 18rem;
  }

  .lg\:visited\:gap-y-80:visited {
    row-gap: 20rem;
  }

  .lg\:visited\:gap-y-96:visited {
    row-gap: 24rem;
  }

  .lg\:visited\:gap-y-px:visited {
    row-gap: 1px;
  }

  .lg\:visited\:gap-y-0\.5:visited {
    row-gap: 0.125rem;
  }

  .lg\:visited\:gap-y-1\.5:visited {
    row-gap: 0.375rem;
  }

  .lg\:visited\:gap-y-2\.5:visited {
    row-gap: 0.625rem;
  }

  .lg\:visited\:gap-y-3\.5:visited {
    row-gap: 0.875rem;
  }

  .lg\:disabled\:gap-0:disabled {
    gap: 0px;
  }

  .lg\:disabled\:gap-1:disabled {
    gap: 0.25rem;
  }

  .lg\:disabled\:gap-2:disabled {
    gap: 0.5rem;
  }

  .lg\:disabled\:gap-3:disabled {
    gap: 0.75rem;
  }

  .lg\:disabled\:gap-4:disabled {
    gap: 1rem;
  }

  .lg\:disabled\:gap-5:disabled {
    gap: 1.25rem;
  }

  .lg\:disabled\:gap-6:disabled {
    gap: 1.5rem;
  }

  .lg\:disabled\:gap-7:disabled {
    gap: 1.75rem;
  }

  .lg\:disabled\:gap-8:disabled {
    gap: 2rem;
  }

  .lg\:disabled\:gap-9:disabled {
    gap: 2.25rem;
  }

  .lg\:disabled\:gap-10:disabled {
    gap: 2.5rem;
  }

  .lg\:disabled\:gap-11:disabled {
    gap: 2.75rem;
  }

  .lg\:disabled\:gap-12:disabled {
    gap: 3rem;
  }

  .lg\:disabled\:gap-14:disabled {
    gap: 3.5rem;
  }

  .lg\:disabled\:gap-16:disabled {
    gap: 4rem;
  }

  .lg\:disabled\:gap-20:disabled {
    gap: 5rem;
  }

  .lg\:disabled\:gap-24:disabled {
    gap: 6rem;
  }

  .lg\:disabled\:gap-28:disabled {
    gap: 7rem;
  }

  .lg\:disabled\:gap-32:disabled {
    gap: 8rem;
  }

  .lg\:disabled\:gap-36:disabled {
    gap: 9rem;
  }

  .lg\:disabled\:gap-40:disabled {
    gap: 10rem;
  }

  .lg\:disabled\:gap-44:disabled {
    gap: 11rem;
  }

  .lg\:disabled\:gap-48:disabled {
    gap: 12rem;
  }

  .lg\:disabled\:gap-52:disabled {
    gap: 13rem;
  }

  .lg\:disabled\:gap-56:disabled {
    gap: 14rem;
  }

  .lg\:disabled\:gap-60:disabled {
    gap: 15rem;
  }

  .lg\:disabled\:gap-64:disabled {
    gap: 16rem;
  }

  .lg\:disabled\:gap-72:disabled {
    gap: 18rem;
  }

  .lg\:disabled\:gap-80:disabled {
    gap: 20rem;
  }

  .lg\:disabled\:gap-96:disabled {
    gap: 24rem;
  }

  .lg\:disabled\:gap-px:disabled {
    gap: 1px;
  }

  .lg\:disabled\:gap-0\.5:disabled {
    gap: 0.125rem;
  }

  .lg\:disabled\:gap-1\.5:disabled {
    gap: 0.375rem;
  }

  .lg\:disabled\:gap-2\.5:disabled {
    gap: 0.625rem;
  }

  .lg\:disabled\:gap-3\.5:disabled {
    gap: 0.875rem;
  }

  .lg\:disabled\:gap-x-0:disabled {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:disabled\:gap-x-1:disabled {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:disabled\:gap-x-2:disabled {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:disabled\:gap-x-3:disabled {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:disabled\:gap-x-4:disabled {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:disabled\:gap-x-5:disabled {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:disabled\:gap-x-6:disabled {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:disabled\:gap-x-7:disabled {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:disabled\:gap-x-8:disabled {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:disabled\:gap-x-9:disabled {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:disabled\:gap-x-10:disabled {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:disabled\:gap-x-11:disabled {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:disabled\:gap-x-12:disabled {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:disabled\:gap-x-14:disabled {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:disabled\:gap-x-16:disabled {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:disabled\:gap-x-20:disabled {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:disabled\:gap-x-24:disabled {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:disabled\:gap-x-28:disabled {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:disabled\:gap-x-32:disabled {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:disabled\:gap-x-36:disabled {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:disabled\:gap-x-40:disabled {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:disabled\:gap-x-44:disabled {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:disabled\:gap-x-48:disabled {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:disabled\:gap-x-52:disabled {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:disabled\:gap-x-56:disabled {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:disabled\:gap-x-60:disabled {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:disabled\:gap-x-64:disabled {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:disabled\:gap-x-72:disabled {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:disabled\:gap-x-80:disabled {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:disabled\:gap-x-96:disabled {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:disabled\:gap-x-px:disabled {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:disabled\:gap-x-0\.5:disabled {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:disabled\:gap-x-1\.5:disabled {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:disabled\:gap-x-2\.5:disabled {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:disabled\:gap-x-3\.5:disabled {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:disabled\:gap-y-0:disabled {
    row-gap: 0px;
  }

  .lg\:disabled\:gap-y-1:disabled {
    row-gap: 0.25rem;
  }

  .lg\:disabled\:gap-y-2:disabled {
    row-gap: 0.5rem;
  }

  .lg\:disabled\:gap-y-3:disabled {
    row-gap: 0.75rem;
  }

  .lg\:disabled\:gap-y-4:disabled {
    row-gap: 1rem;
  }

  .lg\:disabled\:gap-y-5:disabled {
    row-gap: 1.25rem;
  }

  .lg\:disabled\:gap-y-6:disabled {
    row-gap: 1.5rem;
  }

  .lg\:disabled\:gap-y-7:disabled {
    row-gap: 1.75rem;
  }

  .lg\:disabled\:gap-y-8:disabled {
    row-gap: 2rem;
  }

  .lg\:disabled\:gap-y-9:disabled {
    row-gap: 2.25rem;
  }

  .lg\:disabled\:gap-y-10:disabled {
    row-gap: 2.5rem;
  }

  .lg\:disabled\:gap-y-11:disabled {
    row-gap: 2.75rem;
  }

  .lg\:disabled\:gap-y-12:disabled {
    row-gap: 3rem;
  }

  .lg\:disabled\:gap-y-14:disabled {
    row-gap: 3.5rem;
  }

  .lg\:disabled\:gap-y-16:disabled {
    row-gap: 4rem;
  }

  .lg\:disabled\:gap-y-20:disabled {
    row-gap: 5rem;
  }

  .lg\:disabled\:gap-y-24:disabled {
    row-gap: 6rem;
  }

  .lg\:disabled\:gap-y-28:disabled {
    row-gap: 7rem;
  }

  .lg\:disabled\:gap-y-32:disabled {
    row-gap: 8rem;
  }

  .lg\:disabled\:gap-y-36:disabled {
    row-gap: 9rem;
  }

  .lg\:disabled\:gap-y-40:disabled {
    row-gap: 10rem;
  }

  .lg\:disabled\:gap-y-44:disabled {
    row-gap: 11rem;
  }

  .lg\:disabled\:gap-y-48:disabled {
    row-gap: 12rem;
  }

  .lg\:disabled\:gap-y-52:disabled {
    row-gap: 13rem;
  }

  .lg\:disabled\:gap-y-56:disabled {
    row-gap: 14rem;
  }

  .lg\:disabled\:gap-y-60:disabled {
    row-gap: 15rem;
  }

  .lg\:disabled\:gap-y-64:disabled {
    row-gap: 16rem;
  }

  .lg\:disabled\:gap-y-72:disabled {
    row-gap: 18rem;
  }

  .lg\:disabled\:gap-y-80:disabled {
    row-gap: 20rem;
  }

  .lg\:disabled\:gap-y-96:disabled {
    row-gap: 24rem;
  }

  .lg\:disabled\:gap-y-px:disabled {
    row-gap: 1px;
  }

  .lg\:disabled\:gap-y-0\.5:disabled {
    row-gap: 0.125rem;
  }

  .lg\:disabled\:gap-y-1\.5:disabled {
    row-gap: 0.375rem;
  }

  .lg\:disabled\:gap-y-2\.5:disabled {
    row-gap: 0.625rem;
  }

  .lg\:disabled\:gap-y-3\.5:disabled {
    row-gap: 0.875rem;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .lg\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .lg\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .lg\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:focus-within\:grid-flow-row:focus-within {
    grid-auto-flow: row;
  }

  .lg\:focus-within\:grid-flow-col:focus-within {
    grid-auto-flow: column;
  }

  .lg\:focus-within\:grid-flow-row-dense:focus-within {
    grid-auto-flow: row dense;
  }

  .lg\:focus-within\:grid-flow-col-dense:focus-within {
    grid-auto-flow: column dense;
  }

  .lg\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .lg\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .lg\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .lg\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .lg\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .lg\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .lg\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .lg\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .lg\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .lg\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .lg\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .lg\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .lg\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .lg\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .lg\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .lg\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .lg\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .lg\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .lg\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .lg\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .lg\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .lg\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .lg\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .lg\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .lg\:active\:grid-flow-row:active {
    grid-auto-flow: row;
  }

  .lg\:active\:grid-flow-col:active {
    grid-auto-flow: column;
  }

  .lg\:active\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }

  .lg\:active\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }

  .lg\:visited\:grid-flow-row:visited {
    grid-auto-flow: row;
  }

  .lg\:visited\:grid-flow-col:visited {
    grid-auto-flow: column;
  }

  .lg\:visited\:grid-flow-row-dense:visited {
    grid-auto-flow: row dense;
  }

  .lg\:visited\:grid-flow-col-dense:visited {
    grid-auto-flow: column dense;
  }

  .lg\:disabled\:grid-flow-row:disabled {
    grid-auto-flow: row;
  }

  .lg\:disabled\:grid-flow-col:disabled {
    grid-auto-flow: column;
  }

  .lg\:disabled\:grid-flow-row-dense:disabled {
    grid-auto-flow: row dense;
  }

  .lg\:disabled\:grid-flow-col-dense:disabled {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .group:hover .lg\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:focus-within\:grid-cols-1:focus-within {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-2:focus-within {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-3:focus-within {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-4:focus-within {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-5:focus-within {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-6:focus-within {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-7:focus-within {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-8:focus-within {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-9:focus-within {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-10:focus-within {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-11:focus-within {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-12:focus-within {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-cols-none:focus-within {
    grid-template-columns: none;
  }

  .lg\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .lg\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .lg\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .lg\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .lg\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .lg\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .lg\:active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:active\:grid-cols-none:active {
    grid-template-columns: none;
  }

  .lg\:visited\:grid-cols-1:visited {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-2:visited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-3:visited {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-4:visited {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-5:visited {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-6:visited {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-7:visited {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-8:visited {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-9:visited {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-10:visited {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-11:visited {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-12:visited {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:visited\:grid-cols-none:visited {
    grid-template-columns: none;
  }

  .lg\:disabled\:grid-cols-1:disabled {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-2:disabled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-3:disabled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-4:disabled {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-5:disabled {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-6:disabled {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-7:disabled {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-8:disabled {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-9:disabled {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-10:disabled {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-11:disabled {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-12:disabled {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-cols-none:disabled {
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .lg\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .lg\:group-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .group:hover .lg\:group-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .group:hover .lg\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:focus-within\:auto-cols-auto:focus-within {
    grid-auto-columns: auto;
  }

  .lg\:focus-within\:auto-cols-min:focus-within {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:focus-within\:auto-cols-max:focus-within {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:focus-within\:auto-cols-fr:focus-within {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .lg\:first\:auto-cols-min:first-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:first\:auto-cols-max:first-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .lg\:last\:auto-cols-min:last-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:last\:auto-cols-max:last-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:odd\:auto-cols-auto:nth-child(odd) {
    grid-auto-columns: auto;
  }

  .lg\:odd\:auto-cols-min:nth-child(odd) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:odd\:auto-cols-max:nth-child(odd) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:odd\:auto-cols-fr:nth-child(odd) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:even\:auto-cols-auto:nth-child(even) {
    grid-auto-columns: auto;
  }

  .lg\:even\:auto-cols-min:nth-child(even) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:even\:auto-cols-max:nth-child(even) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:even\:auto-cols-fr:nth-child(even) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .lg\:hover\:auto-cols-min:hover {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:hover\:auto-cols-max:hover {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .lg\:focus\:auto-cols-min:focus {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:focus\:auto-cols-max:focus {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:active\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }

  .lg\:active\:auto-cols-min:active {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:active\:auto-cols-max:active {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:active\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:visited\:auto-cols-auto:visited {
    grid-auto-columns: auto;
  }

  .lg\:visited\:auto-cols-min:visited {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:visited\:auto-cols-max:visited {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:visited\:auto-cols-fr:visited {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:disabled\:auto-cols-auto:disabled {
    grid-auto-columns: auto;
  }

  .lg\:disabled\:auto-cols-min:disabled {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:disabled\:auto-cols-max:disabled {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:disabled\:auto-cols-fr:disabled {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .group:hover .lg\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .lg\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .lg\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .lg\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .lg\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .lg\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .lg\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .lg\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .lg\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .lg\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .lg\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .lg\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .lg\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .lg\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:focus-within\:col-auto:focus-within {
    grid-column: auto;
  }

  .lg\:focus-within\:col-span-1:focus-within {
    grid-column: span 1 / span 1;
  }

  .lg\:focus-within\:col-span-2:focus-within {
    grid-column: span 2 / span 2;
  }

  .lg\:focus-within\:col-span-3:focus-within {
    grid-column: span 3 / span 3;
  }

  .lg\:focus-within\:col-span-4:focus-within {
    grid-column: span 4 / span 4;
  }

  .lg\:focus-within\:col-span-5:focus-within {
    grid-column: span 5 / span 5;
  }

  .lg\:focus-within\:col-span-6:focus-within {
    grid-column: span 6 / span 6;
  }

  .lg\:focus-within\:col-span-7:focus-within {
    grid-column: span 7 / span 7;
  }

  .lg\:focus-within\:col-span-8:focus-within {
    grid-column: span 8 / span 8;
  }

  .lg\:focus-within\:col-span-9:focus-within {
    grid-column: span 9 / span 9;
  }

  .lg\:focus-within\:col-span-10:focus-within {
    grid-column: span 10 / span 10;
  }

  .lg\:focus-within\:col-span-11:focus-within {
    grid-column: span 11 / span 11;
  }

  .lg\:focus-within\:col-span-12:focus-within {
    grid-column: span 12 / span 12;
  }

  .lg\:focus-within\:col-span-full:focus-within {
    grid-column: 1 / -1;
  }

  .lg\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .lg\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .lg\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .lg\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .lg\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .lg\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .lg\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .lg\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .lg\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .lg\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .lg\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .lg\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .lg\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .lg\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .lg\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .lg\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .lg\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .lg\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .lg\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .lg\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .lg\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .lg\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .lg\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .lg\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .lg\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .lg\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .lg\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .lg\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .lg\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .lg\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .lg\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .lg\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .lg\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .lg\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .lg\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .lg\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .lg\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .lg\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .lg\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .lg\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .lg\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .lg\:odd\:col-span-full:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .lg\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .lg\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .lg\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .lg\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .lg\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .lg\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .lg\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .lg\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .lg\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .lg\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .lg\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .lg\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .lg\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .lg\:even\:col-span-full:nth-child(even) {
    grid-column: 1 / -1;
  }

  .lg\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .lg\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .lg\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .lg\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .lg\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .lg\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .lg\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .lg\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .lg\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .lg\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .lg\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .lg\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .lg\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .lg\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .lg\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .lg\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .lg\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .lg\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .lg\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .lg\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .lg\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .lg\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .lg\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .lg\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .lg\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .lg\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .lg\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .lg\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .lg\:active\:col-auto:active {
    grid-column: auto;
  }

  .lg\:active\:col-span-1:active {
    grid-column: span 1 / span 1;
  }

  .lg\:active\:col-span-2:active {
    grid-column: span 2 / span 2;
  }

  .lg\:active\:col-span-3:active {
    grid-column: span 3 / span 3;
  }

  .lg\:active\:col-span-4:active {
    grid-column: span 4 / span 4;
  }

  .lg\:active\:col-span-5:active {
    grid-column: span 5 / span 5;
  }

  .lg\:active\:col-span-6:active {
    grid-column: span 6 / span 6;
  }

  .lg\:active\:col-span-7:active {
    grid-column: span 7 / span 7;
  }

  .lg\:active\:col-span-8:active {
    grid-column: span 8 / span 8;
  }

  .lg\:active\:col-span-9:active {
    grid-column: span 9 / span 9;
  }

  .lg\:active\:col-span-10:active {
    grid-column: span 10 / span 10;
  }

  .lg\:active\:col-span-11:active {
    grid-column: span 11 / span 11;
  }

  .lg\:active\:col-span-12:active {
    grid-column: span 12 / span 12;
  }

  .lg\:active\:col-span-full:active {
    grid-column: 1 / -1;
  }

  .lg\:visited\:col-auto:visited {
    grid-column: auto;
  }

  .lg\:visited\:col-span-1:visited {
    grid-column: span 1 / span 1;
  }

  .lg\:visited\:col-span-2:visited {
    grid-column: span 2 / span 2;
  }

  .lg\:visited\:col-span-3:visited {
    grid-column: span 3 / span 3;
  }

  .lg\:visited\:col-span-4:visited {
    grid-column: span 4 / span 4;
  }

  .lg\:visited\:col-span-5:visited {
    grid-column: span 5 / span 5;
  }

  .lg\:visited\:col-span-6:visited {
    grid-column: span 6 / span 6;
  }

  .lg\:visited\:col-span-7:visited {
    grid-column: span 7 / span 7;
  }

  .lg\:visited\:col-span-8:visited {
    grid-column: span 8 / span 8;
  }

  .lg\:visited\:col-span-9:visited {
    grid-column: span 9 / span 9;
  }

  .lg\:visited\:col-span-10:visited {
    grid-column: span 10 / span 10;
  }

  .lg\:visited\:col-span-11:visited {
    grid-column: span 11 / span 11;
  }

  .lg\:visited\:col-span-12:visited {
    grid-column: span 12 / span 12;
  }

  .lg\:visited\:col-span-full:visited {
    grid-column: 1 / -1;
  }

  .lg\:disabled\:col-auto:disabled {
    grid-column: auto;
  }

  .lg\:disabled\:col-span-1:disabled {
    grid-column: span 1 / span 1;
  }

  .lg\:disabled\:col-span-2:disabled {
    grid-column: span 2 / span 2;
  }

  .lg\:disabled\:col-span-3:disabled {
    grid-column: span 3 / span 3;
  }

  .lg\:disabled\:col-span-4:disabled {
    grid-column: span 4 / span 4;
  }

  .lg\:disabled\:col-span-5:disabled {
    grid-column: span 5 / span 5;
  }

  .lg\:disabled\:col-span-6:disabled {
    grid-column: span 6 / span 6;
  }

  .lg\:disabled\:col-span-7:disabled {
    grid-column: span 7 / span 7;
  }

  .lg\:disabled\:col-span-8:disabled {
    grid-column: span 8 / span 8;
  }

  .lg\:disabled\:col-span-9:disabled {
    grid-column: span 9 / span 9;
  }

  .lg\:disabled\:col-span-10:disabled {
    grid-column: span 10 / span 10;
  }

  .lg\:disabled\:col-span-11:disabled {
    grid-column: span 11 / span 11;
  }

  .lg\:disabled\:col-span-12:disabled {
    grid-column: span 12 / span 12;
  }

  .lg\:disabled\:col-span-full:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .lg\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .lg\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .lg\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .lg\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .lg\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .lg\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .lg\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .lg\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .lg\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .lg\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .lg\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .lg\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .lg\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:focus-within\:col-start-1:focus-within {
    grid-column-start: 1;
  }

  .lg\:focus-within\:col-start-2:focus-within {
    grid-column-start: 2;
  }

  .lg\:focus-within\:col-start-3:focus-within {
    grid-column-start: 3;
  }

  .lg\:focus-within\:col-start-4:focus-within {
    grid-column-start: 4;
  }

  .lg\:focus-within\:col-start-5:focus-within {
    grid-column-start: 5;
  }

  .lg\:focus-within\:col-start-6:focus-within {
    grid-column-start: 6;
  }

  .lg\:focus-within\:col-start-7:focus-within {
    grid-column-start: 7;
  }

  .lg\:focus-within\:col-start-8:focus-within {
    grid-column-start: 8;
  }

  .lg\:focus-within\:col-start-9:focus-within {
    grid-column-start: 9;
  }

  .lg\:focus-within\:col-start-10:focus-within {
    grid-column-start: 10;
  }

  .lg\:focus-within\:col-start-11:focus-within {
    grid-column-start: 11;
  }

  .lg\:focus-within\:col-start-12:focus-within {
    grid-column-start: 12;
  }

  .lg\:focus-within\:col-start-13:focus-within {
    grid-column-start: 13;
  }

  .lg\:focus-within\:col-start-auto:focus-within {
    grid-column-start: auto;
  }

  .lg\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .lg\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .lg\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .lg\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .lg\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .lg\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .lg\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .lg\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .lg\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .lg\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .lg\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .lg\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .lg\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .lg\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .lg\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .lg\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .lg\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .lg\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .lg\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .lg\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .lg\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .lg\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .lg\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .lg\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .lg\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .lg\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .lg\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .lg\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .lg\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .lg\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .lg\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .lg\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .lg\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .lg\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .lg\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .lg\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .lg\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .lg\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .lg\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .lg\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .lg\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .lg\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .lg\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .lg\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .lg\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .lg\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .lg\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .lg\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .lg\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .lg\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .lg\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .lg\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .lg\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .lg\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .lg\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .lg\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .lg\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .lg\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .lg\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .lg\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .lg\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .lg\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .lg\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .lg\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .lg\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .lg\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .lg\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .lg\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .lg\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .lg\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .lg\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .lg\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .lg\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .lg\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .lg\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .lg\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .lg\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .lg\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .lg\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .lg\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .lg\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .lg\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .lg\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .lg\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .lg\:active\:col-start-1:active {
    grid-column-start: 1;
  }

  .lg\:active\:col-start-2:active {
    grid-column-start: 2;
  }

  .lg\:active\:col-start-3:active {
    grid-column-start: 3;
  }

  .lg\:active\:col-start-4:active {
    grid-column-start: 4;
  }

  .lg\:active\:col-start-5:active {
    grid-column-start: 5;
  }

  .lg\:active\:col-start-6:active {
    grid-column-start: 6;
  }

  .lg\:active\:col-start-7:active {
    grid-column-start: 7;
  }

  .lg\:active\:col-start-8:active {
    grid-column-start: 8;
  }

  .lg\:active\:col-start-9:active {
    grid-column-start: 9;
  }

  .lg\:active\:col-start-10:active {
    grid-column-start: 10;
  }

  .lg\:active\:col-start-11:active {
    grid-column-start: 11;
  }

  .lg\:active\:col-start-12:active {
    grid-column-start: 12;
  }

  .lg\:active\:col-start-13:active {
    grid-column-start: 13;
  }

  .lg\:active\:col-start-auto:active {
    grid-column-start: auto;
  }

  .lg\:visited\:col-start-1:visited {
    grid-column-start: 1;
  }

  .lg\:visited\:col-start-2:visited {
    grid-column-start: 2;
  }

  .lg\:visited\:col-start-3:visited {
    grid-column-start: 3;
  }

  .lg\:visited\:col-start-4:visited {
    grid-column-start: 4;
  }

  .lg\:visited\:col-start-5:visited {
    grid-column-start: 5;
  }

  .lg\:visited\:col-start-6:visited {
    grid-column-start: 6;
  }

  .lg\:visited\:col-start-7:visited {
    grid-column-start: 7;
  }

  .lg\:visited\:col-start-8:visited {
    grid-column-start: 8;
  }

  .lg\:visited\:col-start-9:visited {
    grid-column-start: 9;
  }

  .lg\:visited\:col-start-10:visited {
    grid-column-start: 10;
  }

  .lg\:visited\:col-start-11:visited {
    grid-column-start: 11;
  }

  .lg\:visited\:col-start-12:visited {
    grid-column-start: 12;
  }

  .lg\:visited\:col-start-13:visited {
    grid-column-start: 13;
  }

  .lg\:visited\:col-start-auto:visited {
    grid-column-start: auto;
  }

  .lg\:disabled\:col-start-1:disabled {
    grid-column-start: 1;
  }

  .lg\:disabled\:col-start-2:disabled {
    grid-column-start: 2;
  }

  .lg\:disabled\:col-start-3:disabled {
    grid-column-start: 3;
  }

  .lg\:disabled\:col-start-4:disabled {
    grid-column-start: 4;
  }

  .lg\:disabled\:col-start-5:disabled {
    grid-column-start: 5;
  }

  .lg\:disabled\:col-start-6:disabled {
    grid-column-start: 6;
  }

  .lg\:disabled\:col-start-7:disabled {
    grid-column-start: 7;
  }

  .lg\:disabled\:col-start-8:disabled {
    grid-column-start: 8;
  }

  .lg\:disabled\:col-start-9:disabled {
    grid-column-start: 9;
  }

  .lg\:disabled\:col-start-10:disabled {
    grid-column-start: 10;
  }

  .lg\:disabled\:col-start-11:disabled {
    grid-column-start: 11;
  }

  .lg\:disabled\:col-start-12:disabled {
    grid-column-start: 12;
  }

  .lg\:disabled\:col-start-13:disabled {
    grid-column-start: 13;
  }

  .lg\:disabled\:col-start-auto:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .lg\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .lg\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .lg\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .lg\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .lg\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .lg\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .lg\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .lg\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .lg\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .lg\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .lg\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .lg\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .lg\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:focus-within\:col-end-1:focus-within {
    grid-column-end: 1;
  }

  .lg\:focus-within\:col-end-2:focus-within {
    grid-column-end: 2;
  }

  .lg\:focus-within\:col-end-3:focus-within {
    grid-column-end: 3;
  }

  .lg\:focus-within\:col-end-4:focus-within {
    grid-column-end: 4;
  }

  .lg\:focus-within\:col-end-5:focus-within {
    grid-column-end: 5;
  }

  .lg\:focus-within\:col-end-6:focus-within {
    grid-column-end: 6;
  }

  .lg\:focus-within\:col-end-7:focus-within {
    grid-column-end: 7;
  }

  .lg\:focus-within\:col-end-8:focus-within {
    grid-column-end: 8;
  }

  .lg\:focus-within\:col-end-9:focus-within {
    grid-column-end: 9;
  }

  .lg\:focus-within\:col-end-10:focus-within {
    grid-column-end: 10;
  }

  .lg\:focus-within\:col-end-11:focus-within {
    grid-column-end: 11;
  }

  .lg\:focus-within\:col-end-12:focus-within {
    grid-column-end: 12;
  }

  .lg\:focus-within\:col-end-13:focus-within {
    grid-column-end: 13;
  }

  .lg\:focus-within\:col-end-auto:focus-within {
    grid-column-end: auto;
  }

  .lg\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .lg\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .lg\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .lg\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .lg\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .lg\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .lg\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .lg\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .lg\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .lg\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .lg\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .lg\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .lg\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .lg\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .lg\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .lg\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .lg\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .lg\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .lg\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .lg\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .lg\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .lg\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .lg\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .lg\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .lg\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .lg\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .lg\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .lg\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .lg\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .lg\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .lg\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .lg\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .lg\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .lg\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .lg\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .lg\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .lg\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .lg\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .lg\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .lg\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .lg\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .lg\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .lg\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .lg\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .lg\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .lg\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .lg\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .lg\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .lg\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .lg\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .lg\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .lg\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .lg\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .lg\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .lg\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .lg\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .lg\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .lg\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .lg\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .lg\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .lg\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .lg\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .lg\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .lg\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .lg\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .lg\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .lg\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .lg\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .lg\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .lg\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .lg\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .lg\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .lg\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .lg\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .lg\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .lg\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .lg\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .lg\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .lg\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .lg\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .lg\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .lg\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .lg\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .lg\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .lg\:active\:col-end-1:active {
    grid-column-end: 1;
  }

  .lg\:active\:col-end-2:active {
    grid-column-end: 2;
  }

  .lg\:active\:col-end-3:active {
    grid-column-end: 3;
  }

  .lg\:active\:col-end-4:active {
    grid-column-end: 4;
  }

  .lg\:active\:col-end-5:active {
    grid-column-end: 5;
  }

  .lg\:active\:col-end-6:active {
    grid-column-end: 6;
  }

  .lg\:active\:col-end-7:active {
    grid-column-end: 7;
  }

  .lg\:active\:col-end-8:active {
    grid-column-end: 8;
  }

  .lg\:active\:col-end-9:active {
    grid-column-end: 9;
  }

  .lg\:active\:col-end-10:active {
    grid-column-end: 10;
  }

  .lg\:active\:col-end-11:active {
    grid-column-end: 11;
  }

  .lg\:active\:col-end-12:active {
    grid-column-end: 12;
  }

  .lg\:active\:col-end-13:active {
    grid-column-end: 13;
  }

  .lg\:active\:col-end-auto:active {
    grid-column-end: auto;
  }

  .lg\:visited\:col-end-1:visited {
    grid-column-end: 1;
  }

  .lg\:visited\:col-end-2:visited {
    grid-column-end: 2;
  }

  .lg\:visited\:col-end-3:visited {
    grid-column-end: 3;
  }

  .lg\:visited\:col-end-4:visited {
    grid-column-end: 4;
  }

  .lg\:visited\:col-end-5:visited {
    grid-column-end: 5;
  }

  .lg\:visited\:col-end-6:visited {
    grid-column-end: 6;
  }

  .lg\:visited\:col-end-7:visited {
    grid-column-end: 7;
  }

  .lg\:visited\:col-end-8:visited {
    grid-column-end: 8;
  }

  .lg\:visited\:col-end-9:visited {
    grid-column-end: 9;
  }

  .lg\:visited\:col-end-10:visited {
    grid-column-end: 10;
  }

  .lg\:visited\:col-end-11:visited {
    grid-column-end: 11;
  }

  .lg\:visited\:col-end-12:visited {
    grid-column-end: 12;
  }

  .lg\:visited\:col-end-13:visited {
    grid-column-end: 13;
  }

  .lg\:visited\:col-end-auto:visited {
    grid-column-end: auto;
  }

  .lg\:disabled\:col-end-1:disabled {
    grid-column-end: 1;
  }

  .lg\:disabled\:col-end-2:disabled {
    grid-column-end: 2;
  }

  .lg\:disabled\:col-end-3:disabled {
    grid-column-end: 3;
  }

  .lg\:disabled\:col-end-4:disabled {
    grid-column-end: 4;
  }

  .lg\:disabled\:col-end-5:disabled {
    grid-column-end: 5;
  }

  .lg\:disabled\:col-end-6:disabled {
    grid-column-end: 6;
  }

  .lg\:disabled\:col-end-7:disabled {
    grid-column-end: 7;
  }

  .lg\:disabled\:col-end-8:disabled {
    grid-column-end: 8;
  }

  .lg\:disabled\:col-end-9:disabled {
    grid-column-end: 9;
  }

  .lg\:disabled\:col-end-10:disabled {
    grid-column-end: 10;
  }

  .lg\:disabled\:col-end-11:disabled {
    grid-column-end: 11;
  }

  .lg\:disabled\:col-end-12:disabled {
    grid-column-end: 12;
  }

  .lg\:disabled\:col-end-13:disabled {
    grid-column-end: 13;
  }

  .lg\:disabled\:col-end-auto:disabled {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .group:hover .lg\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .lg\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:focus-within\:grid-rows-1:focus-within {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-2:focus-within {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-3:focus-within {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-4:focus-within {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-5:focus-within {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-6:focus-within {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus-within\:grid-rows-none:focus-within {
    grid-template-rows: none;
  }

  .lg\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .lg\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .lg\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .lg\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .lg\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .lg\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .lg\:active\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:active\:grid-rows-none:active {
    grid-template-rows: none;
  }

  .lg\:visited\:grid-rows-1:visited {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-2:visited {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-3:visited {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-4:visited {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-5:visited {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-6:visited {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:visited\:grid-rows-none:visited {
    grid-template-rows: none;
  }

  .lg\:disabled\:grid-rows-1:disabled {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-2:disabled {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-3:disabled {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-4:disabled {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-5:disabled {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-6:disabled {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:disabled\:grid-rows-none:disabled {
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .lg\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .lg\:group-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .group:hover .lg\:group-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .group:hover .lg\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:focus-within\:auto-rows-auto:focus-within {
    grid-auto-rows: auto;
  }

  .lg\:focus-within\:auto-rows-min:focus-within {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:focus-within\:auto-rows-max:focus-within {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:focus-within\:auto-rows-fr:focus-within {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .lg\:first\:auto-rows-min:first-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:first\:auto-rows-max:first-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .lg\:last\:auto-rows-min:last-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:last\:auto-rows-max:last-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:odd\:auto-rows-auto:nth-child(odd) {
    grid-auto-rows: auto;
  }

  .lg\:odd\:auto-rows-min:nth-child(odd) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:odd\:auto-rows-max:nth-child(odd) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:odd\:auto-rows-fr:nth-child(odd) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:even\:auto-rows-auto:nth-child(even) {
    grid-auto-rows: auto;
  }

  .lg\:even\:auto-rows-min:nth-child(even) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:even\:auto-rows-max:nth-child(even) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:even\:auto-rows-fr:nth-child(even) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .lg\:hover\:auto-rows-min:hover {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:hover\:auto-rows-max:hover {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .lg\:focus\:auto-rows-min:focus {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:focus\:auto-rows-max:focus {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:active\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }

  .lg\:active\:auto-rows-min:active {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:active\:auto-rows-max:active {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:active\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:visited\:auto-rows-auto:visited {
    grid-auto-rows: auto;
  }

  .lg\:visited\:auto-rows-min:visited {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:visited\:auto-rows-max:visited {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:visited\:auto-rows-fr:visited {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:disabled\:auto-rows-auto:disabled {
    grid-auto-rows: auto;
  }

  .lg\:disabled\:auto-rows-min:disabled {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:disabled\:auto-rows-max:disabled {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:disabled\:auto-rows-fr:disabled {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .group:hover .lg\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .lg\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .lg\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .lg\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .lg\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .lg\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .lg\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .lg\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:focus-within\:row-auto:focus-within {
    grid-row: auto;
  }

  .lg\:focus-within\:row-span-1:focus-within {
    grid-row: span 1 / span 1;
  }

  .lg\:focus-within\:row-span-2:focus-within {
    grid-row: span 2 / span 2;
  }

  .lg\:focus-within\:row-span-3:focus-within {
    grid-row: span 3 / span 3;
  }

  .lg\:focus-within\:row-span-4:focus-within {
    grid-row: span 4 / span 4;
  }

  .lg\:focus-within\:row-span-5:focus-within {
    grid-row: span 5 / span 5;
  }

  .lg\:focus-within\:row-span-6:focus-within {
    grid-row: span 6 / span 6;
  }

  .lg\:focus-within\:row-span-full:focus-within {
    grid-row: 1 / -1;
  }

  .lg\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .lg\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .lg\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .lg\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .lg\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .lg\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .lg\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .lg\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .lg\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .lg\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .lg\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .lg\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .lg\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .lg\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .lg\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .lg\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .lg\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .lg\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .lg\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .lg\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .lg\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .lg\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .lg\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .lg\:odd\:row-span-full:nth-child(odd) {
    grid-row: 1 / -1;
  }

  .lg\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .lg\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .lg\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .lg\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .lg\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .lg\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .lg\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .lg\:even\:row-span-full:nth-child(even) {
    grid-row: 1 / -1;
  }

  .lg\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .lg\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .lg\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .lg\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .lg\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .lg\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .lg\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .lg\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .lg\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .lg\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .lg\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .lg\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .lg\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .lg\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .lg\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .lg\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .lg\:active\:row-auto:active {
    grid-row: auto;
  }

  .lg\:active\:row-span-1:active {
    grid-row: span 1 / span 1;
  }

  .lg\:active\:row-span-2:active {
    grid-row: span 2 / span 2;
  }

  .lg\:active\:row-span-3:active {
    grid-row: span 3 / span 3;
  }

  .lg\:active\:row-span-4:active {
    grid-row: span 4 / span 4;
  }

  .lg\:active\:row-span-5:active {
    grid-row: span 5 / span 5;
  }

  .lg\:active\:row-span-6:active {
    grid-row: span 6 / span 6;
  }

  .lg\:active\:row-span-full:active {
    grid-row: 1 / -1;
  }

  .lg\:visited\:row-auto:visited {
    grid-row: auto;
  }

  .lg\:visited\:row-span-1:visited {
    grid-row: span 1 / span 1;
  }

  .lg\:visited\:row-span-2:visited {
    grid-row: span 2 / span 2;
  }

  .lg\:visited\:row-span-3:visited {
    grid-row: span 3 / span 3;
  }

  .lg\:visited\:row-span-4:visited {
    grid-row: span 4 / span 4;
  }

  .lg\:visited\:row-span-5:visited {
    grid-row: span 5 / span 5;
  }

  .lg\:visited\:row-span-6:visited {
    grid-row: span 6 / span 6;
  }

  .lg\:visited\:row-span-full:visited {
    grid-row: 1 / -1;
  }

  .lg\:disabled\:row-auto:disabled {
    grid-row: auto;
  }

  .lg\:disabled\:row-span-1:disabled {
    grid-row: span 1 / span 1;
  }

  .lg\:disabled\:row-span-2:disabled {
    grid-row: span 2 / span 2;
  }

  .lg\:disabled\:row-span-3:disabled {
    grid-row: span 3 / span 3;
  }

  .lg\:disabled\:row-span-4:disabled {
    grid-row: span 4 / span 4;
  }

  .lg\:disabled\:row-span-5:disabled {
    grid-row: span 5 / span 5;
  }

  .lg\:disabled\:row-span-6:disabled {
    grid-row: span 6 / span 6;
  }

  .lg\:disabled\:row-span-full:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .lg\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .lg\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .lg\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .lg\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .lg\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .lg\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .lg\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:focus-within\:row-start-1:focus-within {
    grid-row-start: 1;
  }

  .lg\:focus-within\:row-start-2:focus-within {
    grid-row-start: 2;
  }

  .lg\:focus-within\:row-start-3:focus-within {
    grid-row-start: 3;
  }

  .lg\:focus-within\:row-start-4:focus-within {
    grid-row-start: 4;
  }

  .lg\:focus-within\:row-start-5:focus-within {
    grid-row-start: 5;
  }

  .lg\:focus-within\:row-start-6:focus-within {
    grid-row-start: 6;
  }

  .lg\:focus-within\:row-start-7:focus-within {
    grid-row-start: 7;
  }

  .lg\:focus-within\:row-start-auto:focus-within {
    grid-row-start: auto;
  }

  .lg\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .lg\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .lg\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .lg\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .lg\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .lg\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .lg\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .lg\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .lg\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .lg\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .lg\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .lg\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .lg\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .lg\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .lg\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .lg\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .lg\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .lg\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .lg\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .lg\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .lg\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .lg\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .lg\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .lg\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .lg\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .lg\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .lg\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .lg\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .lg\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .lg\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .lg\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .lg\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .lg\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .lg\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .lg\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .lg\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .lg\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .lg\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .lg\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .lg\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .lg\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .lg\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .lg\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .lg\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .lg\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .lg\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .lg\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .lg\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .lg\:active\:row-start-1:active {
    grid-row-start: 1;
  }

  .lg\:active\:row-start-2:active {
    grid-row-start: 2;
  }

  .lg\:active\:row-start-3:active {
    grid-row-start: 3;
  }

  .lg\:active\:row-start-4:active {
    grid-row-start: 4;
  }

  .lg\:active\:row-start-5:active {
    grid-row-start: 5;
  }

  .lg\:active\:row-start-6:active {
    grid-row-start: 6;
  }

  .lg\:active\:row-start-7:active {
    grid-row-start: 7;
  }

  .lg\:active\:row-start-auto:active {
    grid-row-start: auto;
  }

  .lg\:visited\:row-start-1:visited {
    grid-row-start: 1;
  }

  .lg\:visited\:row-start-2:visited {
    grid-row-start: 2;
  }

  .lg\:visited\:row-start-3:visited {
    grid-row-start: 3;
  }

  .lg\:visited\:row-start-4:visited {
    grid-row-start: 4;
  }

  .lg\:visited\:row-start-5:visited {
    grid-row-start: 5;
  }

  .lg\:visited\:row-start-6:visited {
    grid-row-start: 6;
  }

  .lg\:visited\:row-start-7:visited {
    grid-row-start: 7;
  }

  .lg\:visited\:row-start-auto:visited {
    grid-row-start: auto;
  }

  .lg\:disabled\:row-start-1:disabled {
    grid-row-start: 1;
  }

  .lg\:disabled\:row-start-2:disabled {
    grid-row-start: 2;
  }

  .lg\:disabled\:row-start-3:disabled {
    grid-row-start: 3;
  }

  .lg\:disabled\:row-start-4:disabled {
    grid-row-start: 4;
  }

  .lg\:disabled\:row-start-5:disabled {
    grid-row-start: 5;
  }

  .lg\:disabled\:row-start-6:disabled {
    grid-row-start: 6;
  }

  .lg\:disabled\:row-start-7:disabled {
    grid-row-start: 7;
  }

  .lg\:disabled\:row-start-auto:disabled {
    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;
  }

  .group:hover .lg\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .lg\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .lg\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .lg\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .lg\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .lg\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .lg\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .lg\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:focus-within\:row-end-1:focus-within {
    grid-row-end: 1;
  }

  .lg\:focus-within\:row-end-2:focus-within {
    grid-row-end: 2;
  }

  .lg\:focus-within\:row-end-3:focus-within {
    grid-row-end: 3;
  }

  .lg\:focus-within\:row-end-4:focus-within {
    grid-row-end: 4;
  }

  .lg\:focus-within\:row-end-5:focus-within {
    grid-row-end: 5;
  }

  .lg\:focus-within\:row-end-6:focus-within {
    grid-row-end: 6;
  }

  .lg\:focus-within\:row-end-7:focus-within {
    grid-row-end: 7;
  }

  .lg\:focus-within\:row-end-auto:focus-within {
    grid-row-end: auto;
  }

  .lg\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .lg\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .lg\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .lg\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .lg\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .lg\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .lg\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .lg\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .lg\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .lg\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .lg\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .lg\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .lg\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .lg\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .lg\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .lg\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .lg\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .lg\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .lg\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .lg\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .lg\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .lg\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .lg\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .lg\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .lg\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .lg\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .lg\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .lg\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .lg\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .lg\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .lg\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .lg\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .lg\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .lg\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .lg\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .lg\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .lg\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .lg\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .lg\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .lg\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .lg\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .lg\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .lg\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .lg\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .lg\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .lg\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .lg\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .lg\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .lg\:active\:row-end-1:active {
    grid-row-end: 1;
  }

  .lg\:active\:row-end-2:active {
    grid-row-end: 2;
  }

  .lg\:active\:row-end-3:active {
    grid-row-end: 3;
  }

  .lg\:active\:row-end-4:active {
    grid-row-end: 4;
  }

  .lg\:active\:row-end-5:active {
    grid-row-end: 5;
  }

  .lg\:active\:row-end-6:active {
    grid-row-end: 6;
  }

  .lg\:active\:row-end-7:active {
    grid-row-end: 7;
  }

  .lg\:active\:row-end-auto:active {
    grid-row-end: auto;
  }

  .lg\:visited\:row-end-1:visited {
    grid-row-end: 1;
  }

  .lg\:visited\:row-end-2:visited {
    grid-row-end: 2;
  }

  .lg\:visited\:row-end-3:visited {
    grid-row-end: 3;
  }

  .lg\:visited\:row-end-4:visited {
    grid-row-end: 4;
  }

  .lg\:visited\:row-end-5:visited {
    grid-row-end: 5;
  }

  .lg\:visited\:row-end-6:visited {
    grid-row-end: 6;
  }

  .lg\:visited\:row-end-7:visited {
    grid-row-end: 7;
  }

  .lg\:visited\:row-end-auto:visited {
    grid-row-end: auto;
  }

  .lg\:disabled\:row-end-1:disabled {
    grid-row-end: 1;
  }

  .lg\:disabled\:row-end-2:disabled {
    grid-row-end: 2;
  }

  .lg\:disabled\:row-end-3:disabled {
    grid-row-end: 3;
  }

  .lg\:disabled\:row-end-4:disabled {
    grid-row-end: 4;
  }

  .lg\:disabled\:row-end-5:disabled {
    grid-row-end: 5;
  }

  .lg\:disabled\:row-end-6:disabled {
    grid-row-end: 6;
  }

  .lg\:disabled\:row-end-7:disabled {
    grid-row-end: 7;
  }

  .lg\:disabled\:row-end-auto:disabled {
    grid-row-end: auto;
  }

  .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;
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\: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));
  }

  .group:hover .lg\:group-hover\:transform-none {
    transform: none;
  }

  .lg\:focus-within\:transform:focus-within {
    --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\:focus-within\:transform-gpu:focus-within {
    --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\:focus-within\:transform-none:focus-within {
    transform: none;
  }

  .lg\:first\:transform:first-child {
    --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\:first\:transform-gpu:first-child {
    --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\:first\:transform-none:first-child {
    transform: none;
  }

  .lg\:last\:transform:last-child {
    --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\:last\:transform-gpu:last-child {
    --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\:last\:transform-none:last-child {
    transform: none;
  }

  .lg\:odd\:transform:nth-child(odd) {
    --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\:odd\:transform-gpu:nth-child(odd) {
    --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\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .lg\:even\:transform:nth-child(even) {
    --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\:even\:transform-gpu:nth-child(even) {
    --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\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .lg\:hover\:transform:hover {
    --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\:hover\:transform-gpu:hover {
    --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\:hover\:transform-none:hover {
    transform: none;
  }

  .lg\:focus\:transform:focus {
    --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\:focus\:transform-gpu:focus {
    --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\:focus\:transform-none:focus {
    transform: none;
  }

  .lg\:active\:transform:active {
    --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\:active\:transform-gpu:active {
    --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\:active\:transform-none:active {
    transform: none;
  }

  .lg\:visited\:transform:visited {
    --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\:visited\:transform-gpu:visited {
    --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\:visited\:transform-none:visited {
    transform: none;
  }

  .lg\:disabled\:transform:disabled {
    --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\:disabled\:transform-gpu:disabled {
    --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\:disabled\:transform-none:disabled {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .group:hover .lg\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .lg\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .lg\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .lg\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .lg\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .lg\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .lg\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .lg\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .lg\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:focus-within\:origin-center:focus-within {
    transform-origin: center;
  }

  .lg\:focus-within\:origin-top:focus-within {
    transform-origin: top;
  }

  .lg\:focus-within\:origin-top-right:focus-within {
    transform-origin: top right;
  }

  .lg\:focus-within\:origin-right:focus-within {
    transform-origin: right;
  }

  .lg\:focus-within\:origin-bottom-right:focus-within {
    transform-origin: bottom right;
  }

  .lg\:focus-within\:origin-bottom:focus-within {
    transform-origin: bottom;
  }

  .lg\:focus-within\:origin-bottom-left:focus-within {
    transform-origin: bottom left;
  }

  .lg\:focus-within\:origin-left:focus-within {
    transform-origin: left;
  }

  .lg\:focus-within\:origin-top-left:focus-within {
    transform-origin: top left;
  }

  .lg\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .lg\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .lg\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .lg\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .lg\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .lg\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .lg\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .lg\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .lg\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .lg\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .lg\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .lg\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .lg\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .lg\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .lg\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .lg\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .lg\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .lg\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .lg\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .lg\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .lg\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .lg\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .lg\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .lg\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .lg\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .lg\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .lg\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .lg\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .lg\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .lg\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .lg\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .lg\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .lg\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .lg\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .lg\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .lg\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .lg\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .lg\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .lg\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .lg\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .lg\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .lg\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .lg\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .lg\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .lg\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .lg\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .lg\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .lg\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .lg\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .lg\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .lg\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .lg\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .lg\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .lg\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .lg\:active\:origin-center:active {
    transform-origin: center;
  }

  .lg\:active\:origin-top:active {
    transform-origin: top;
  }

  .lg\:active\:origin-top-right:active {
    transform-origin: top right;
  }

  .lg\:active\:origin-right:active {
    transform-origin: right;
  }

  .lg\:active\:origin-bottom-right:active {
    transform-origin: bottom right;
  }

  .lg\:active\:origin-bottom:active {
    transform-origin: bottom;
  }

  .lg\:active\:origin-bottom-left:active {
    transform-origin: bottom left;
  }

  .lg\:active\:origin-left:active {
    transform-origin: left;
  }

  .lg\:active\:origin-top-left:active {
    transform-origin: top left;
  }

  .lg\:visited\:origin-center:visited {
    transform-origin: center;
  }

  .lg\:visited\:origin-top:visited {
    transform-origin: top;
  }

  .lg\:visited\:origin-top-right:visited {
    transform-origin: top right;
  }

  .lg\:visited\:origin-right:visited {
    transform-origin: right;
  }

  .lg\:visited\:origin-bottom-right:visited {
    transform-origin: bottom right;
  }

  .lg\:visited\:origin-bottom:visited {
    transform-origin: bottom;
  }

  .lg\:visited\:origin-bottom-left:visited {
    transform-origin: bottom left;
  }

  .lg\:visited\:origin-left:visited {
    transform-origin: left;
  }

  .lg\:visited\:origin-top-left:visited {
    transform-origin: top left;
  }

  .lg\:disabled\:origin-center:disabled {
    transform-origin: center;
  }

  .lg\:disabled\:origin-top:disabled {
    transform-origin: top;
  }

  .lg\:disabled\:origin-top-right:disabled {
    transform-origin: top right;
  }

  .lg\:disabled\:origin-right:disabled {
    transform-origin: right;
  }

  .lg\:disabled\:origin-bottom-right:disabled {
    transform-origin: bottom right;
  }

  .lg\:disabled\:origin-bottom:disabled {
    transform-origin: bottom;
  }

  .lg\:disabled\:origin-bottom-left:disabled {
    transform-origin: bottom left;
  }

  .lg\:disabled\:origin-left:disabled {
    transform-origin: left;
  }

  .lg\:disabled\:origin-top-left:disabled {
    transform-origin: top left;
  }

  .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\: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;
  }

  .group:hover .lg\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .lg\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .lg\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .lg\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .lg\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .lg\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .lg\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .lg\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .lg\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .lg\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .lg\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .lg\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .lg\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .lg\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .lg\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .lg\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .lg\:group-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:focus-within\:scale-0:focus-within {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus-within\:scale-50:focus-within {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus-within\:scale-75:focus-within {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus-within\:scale-90:focus-within {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus-within\:scale-95:focus-within {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus-within\:scale-100:focus-within {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus-within\:scale-105:focus-within {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus-within\:scale-110:focus-within {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus-within\:scale-125:focus-within {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus-within\:scale-150:focus-within {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus-within\:scale-x-0:focus-within {
    --tw-scale-x: 0;
  }

  .lg\:focus-within\:scale-x-50:focus-within {
    --tw-scale-x: .5;
  }

  .lg\:focus-within\:scale-x-75:focus-within {
    --tw-scale-x: .75;
  }

  .lg\:focus-within\:scale-x-90:focus-within {
    --tw-scale-x: .9;
  }

  .lg\:focus-within\:scale-x-95:focus-within {
    --tw-scale-x: .95;
  }

  .lg\:focus-within\:scale-x-100:focus-within {
    --tw-scale-x: 1;
  }

  .lg\:focus-within\:scale-x-105:focus-within {
    --tw-scale-x: 1.05;
  }

  .lg\:focus-within\:scale-x-110:focus-within {
    --tw-scale-x: 1.1;
  }

  .lg\:focus-within\:scale-x-125:focus-within {
    --tw-scale-x: 1.25;
  }

  .lg\:focus-within\:scale-x-150:focus-within {
    --tw-scale-x: 1.5;
  }

  .lg\:focus-within\:scale-y-0:focus-within {
    --tw-scale-y: 0;
  }

  .lg\:focus-within\:scale-y-50:focus-within {
    --tw-scale-y: .5;
  }

  .lg\:focus-within\:scale-y-75:focus-within {
    --tw-scale-y: .75;
  }

  .lg\:focus-within\:scale-y-90:focus-within {
    --tw-scale-y: .9;
  }

  .lg\:focus-within\:scale-y-95:focus-within {
    --tw-scale-y: .95;
  }

  .lg\:focus-within\:scale-y-100:focus-within {
    --tw-scale-y: 1;
  }

  .lg\:focus-within\:scale-y-105:focus-within {
    --tw-scale-y: 1.05;
  }

  .lg\:focus-within\:scale-y-110:focus-within {
    --tw-scale-y: 1.1;
  }

  .lg\:focus-within\:scale-y-125:focus-within {
    --tw-scale-y: 1.25;
  }

  .lg\:focus-within\:scale-y-150:focus-within {
    --tw-scale-y: 1.5;
  }

  .lg\:first\:scale-0:first-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:first\:scale-50:first-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:first\:scale-75:first-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:first\:scale-90:first-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:first\:scale-95:first-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:first\:scale-100:first-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:first\:scale-105:first-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:first\:scale-110:first-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:first\:scale-125:first-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:first\:scale-150:first-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:first\:scale-x-0:first-child {
    --tw-scale-x: 0;
  }

  .lg\:first\:scale-x-50:first-child {
    --tw-scale-x: .5;
  }

  .lg\:first\:scale-x-75:first-child {
    --tw-scale-x: .75;
  }

  .lg\:first\:scale-x-90:first-child {
    --tw-scale-x: .9;
  }

  .lg\:first\:scale-x-95:first-child {
    --tw-scale-x: .95;
  }

  .lg\:first\:scale-x-100:first-child {
    --tw-scale-x: 1;
  }

  .lg\:first\:scale-x-105:first-child {
    --tw-scale-x: 1.05;
  }

  .lg\:first\:scale-x-110:first-child {
    --tw-scale-x: 1.1;
  }

  .lg\:first\:scale-x-125:first-child {
    --tw-scale-x: 1.25;
  }

  .lg\:first\:scale-x-150:first-child {
    --tw-scale-x: 1.5;
  }

  .lg\:first\:scale-y-0:first-child {
    --tw-scale-y: 0;
  }

  .lg\:first\:scale-y-50:first-child {
    --tw-scale-y: .5;
  }

  .lg\:first\:scale-y-75:first-child {
    --tw-scale-y: .75;
  }

  .lg\:first\:scale-y-90:first-child {
    --tw-scale-y: .9;
  }

  .lg\:first\:scale-y-95:first-child {
    --tw-scale-y: .95;
  }

  .lg\:first\:scale-y-100:first-child {
    --tw-scale-y: 1;
  }

  .lg\:first\:scale-y-105:first-child {
    --tw-scale-y: 1.05;
  }

  .lg\:first\:scale-y-110:first-child {
    --tw-scale-y: 1.1;
  }

  .lg\:first\:scale-y-125:first-child {
    --tw-scale-y: 1.25;
  }

  .lg\:first\:scale-y-150:first-child {
    --tw-scale-y: 1.5;
  }

  .lg\:last\:scale-0:last-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:last\:scale-50:last-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:last\:scale-75:last-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:last\:scale-90:last-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:last\:scale-95:last-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:last\:scale-100:last-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:last\:scale-105:last-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:last\:scale-110:last-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:last\:scale-125:last-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:last\:scale-150:last-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:last\:scale-x-0:last-child {
    --tw-scale-x: 0;
  }

  .lg\:last\:scale-x-50:last-child {
    --tw-scale-x: .5;
  }

  .lg\:last\:scale-x-75:last-child {
    --tw-scale-x: .75;
  }

  .lg\:last\:scale-x-90:last-child {
    --tw-scale-x: .9;
  }

  .lg\:last\:scale-x-95:last-child {
    --tw-scale-x: .95;
  }

  .lg\:last\:scale-x-100:last-child {
    --tw-scale-x: 1;
  }

  .lg\:last\:scale-x-105:last-child {
    --tw-scale-x: 1.05;
  }

  .lg\:last\:scale-x-110:last-child {
    --tw-scale-x: 1.1;
  }

  .lg\:last\:scale-x-125:last-child {
    --tw-scale-x: 1.25;
  }

  .lg\:last\:scale-x-150:last-child {
    --tw-scale-x: 1.5;
  }

  .lg\:last\:scale-y-0:last-child {
    --tw-scale-y: 0;
  }

  .lg\:last\:scale-y-50:last-child {
    --tw-scale-y: .5;
  }

  .lg\:last\:scale-y-75:last-child {
    --tw-scale-y: .75;
  }

  .lg\:last\:scale-y-90:last-child {
    --tw-scale-y: .9;
  }

  .lg\:last\:scale-y-95:last-child {
    --tw-scale-y: .95;
  }

  .lg\:last\:scale-y-100:last-child {
    --tw-scale-y: 1;
  }

  .lg\:last\:scale-y-105:last-child {
    --tw-scale-y: 1.05;
  }

  .lg\:last\:scale-y-110:last-child {
    --tw-scale-y: 1.1;
  }

  .lg\:last\:scale-y-125:last-child {
    --tw-scale-y: 1.25;
  }

  .lg\:last\:scale-y-150:last-child {
    --tw-scale-y: 1.5;
  }

  .lg\:odd\:scale-0:nth-child(odd) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:odd\:scale-50:nth-child(odd) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:odd\:scale-75:nth-child(odd) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:odd\:scale-90:nth-child(odd) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:odd\:scale-95:nth-child(odd) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:odd\:scale-100:nth-child(odd) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:odd\:scale-105:nth-child(odd) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:odd\:scale-110:nth-child(odd) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:odd\:scale-125:nth-child(odd) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:odd\:scale-150:nth-child(odd) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:odd\:scale-x-0:nth-child(odd) {
    --tw-scale-x: 0;
  }

  .lg\:odd\:scale-x-50:nth-child(odd) {
    --tw-scale-x: .5;
  }

  .lg\:odd\:scale-x-75:nth-child(odd) {
    --tw-scale-x: .75;
  }

  .lg\:odd\:scale-x-90:nth-child(odd) {
    --tw-scale-x: .9;
  }

  .lg\:odd\:scale-x-95:nth-child(odd) {
    --tw-scale-x: .95;
  }

  .lg\:odd\:scale-x-100:nth-child(odd) {
    --tw-scale-x: 1;
  }

  .lg\:odd\:scale-x-105:nth-child(odd) {
    --tw-scale-x: 1.05;
  }

  .lg\:odd\:scale-x-110:nth-child(odd) {
    --tw-scale-x: 1.1;
  }

  .lg\:odd\:scale-x-125:nth-child(odd) {
    --tw-scale-x: 1.25;
  }

  .lg\:odd\:scale-x-150:nth-child(odd) {
    --tw-scale-x: 1.5;
  }

  .lg\:odd\:scale-y-0:nth-child(odd) {
    --tw-scale-y: 0;
  }

  .lg\:odd\:scale-y-50:nth-child(odd) {
    --tw-scale-y: .5;
  }

  .lg\:odd\:scale-y-75:nth-child(odd) {
    --tw-scale-y: .75;
  }

  .lg\:odd\:scale-y-90:nth-child(odd) {
    --tw-scale-y: .9;
  }

  .lg\:odd\:scale-y-95:nth-child(odd) {
    --tw-scale-y: .95;
  }

  .lg\:odd\:scale-y-100:nth-child(odd) {
    --tw-scale-y: 1;
  }

  .lg\:odd\:scale-y-105:nth-child(odd) {
    --tw-scale-y: 1.05;
  }

  .lg\:odd\:scale-y-110:nth-child(odd) {
    --tw-scale-y: 1.1;
  }

  .lg\:odd\:scale-y-125:nth-child(odd) {
    --tw-scale-y: 1.25;
  }

  .lg\:odd\:scale-y-150:nth-child(odd) {
    --tw-scale-y: 1.5;
  }

  .lg\:even\:scale-0:nth-child(even) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:even\:scale-50:nth-child(even) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:even\:scale-75:nth-child(even) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:even\:scale-90:nth-child(even) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:even\:scale-95:nth-child(even) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:even\:scale-100:nth-child(even) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:even\:scale-105:nth-child(even) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:even\:scale-110:nth-child(even) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:even\:scale-125:nth-child(even) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:even\:scale-150:nth-child(even) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:even\:scale-x-0:nth-child(even) {
    --tw-scale-x: 0;
  }

  .lg\:even\:scale-x-50:nth-child(even) {
    --tw-scale-x: .5;
  }

  .lg\:even\:scale-x-75:nth-child(even) {
    --tw-scale-x: .75;
  }

  .lg\:even\:scale-x-90:nth-child(even) {
    --tw-scale-x: .9;
  }

  .lg\:even\:scale-x-95:nth-child(even) {
    --tw-scale-x: .95;
  }

  .lg\:even\:scale-x-100:nth-child(even) {
    --tw-scale-x: 1;
  }

  .lg\:even\:scale-x-105:nth-child(even) {
    --tw-scale-x: 1.05;
  }

  .lg\:even\:scale-x-110:nth-child(even) {
    --tw-scale-x: 1.1;
  }

  .lg\:even\:scale-x-125:nth-child(even) {
    --tw-scale-x: 1.25;
  }

  .lg\:even\:scale-x-150:nth-child(even) {
    --tw-scale-x: 1.5;
  }

  .lg\:even\:scale-y-0:nth-child(even) {
    --tw-scale-y: 0;
  }

  .lg\:even\:scale-y-50:nth-child(even) {
    --tw-scale-y: .5;
  }

  .lg\:even\:scale-y-75:nth-child(even) {
    --tw-scale-y: .75;
  }

  .lg\:even\:scale-y-90:nth-child(even) {
    --tw-scale-y: .9;
  }

  .lg\:even\:scale-y-95:nth-child(even) {
    --tw-scale-y: .95;
  }

  .lg\:even\:scale-y-100:nth-child(even) {
    --tw-scale-y: 1;
  }

  .lg\:even\:scale-y-105:nth-child(even) {
    --tw-scale-y: 1.05;
  }

  .lg\:even\:scale-y-110:nth-child(even) {
    --tw-scale-y: 1.1;
  }

  .lg\:even\:scale-y-125:nth-child(even) {
    --tw-scale-y: 1.25;
  }

  .lg\:even\:scale-y-150:nth-child(even) {
    --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\: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-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\: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\:active\:scale-0:active {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:active\:scale-50:active {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:active\:scale-75:active {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:active\:scale-100:active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:active\:scale-105:active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:active\:scale-110:active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:active\:scale-125:active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:active\:scale-150:active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:active\:scale-x-0:active {
    --tw-scale-x: 0;
  }

  .lg\:active\:scale-x-50:active {
    --tw-scale-x: .5;
  }

  .lg\:active\:scale-x-75:active {
    --tw-scale-x: .75;
  }

  .lg\:active\:scale-x-90:active {
    --tw-scale-x: .9;
  }

  .lg\:active\:scale-x-95:active {
    --tw-scale-x: .95;
  }

  .lg\:active\:scale-x-100:active {
    --tw-scale-x: 1;
  }

  .lg\:active\:scale-x-105:active {
    --tw-scale-x: 1.05;
  }

  .lg\:active\:scale-x-110:active {
    --tw-scale-x: 1.1;
  }

  .lg\:active\:scale-x-125:active {
    --tw-scale-x: 1.25;
  }

  .lg\:active\:scale-x-150:active {
    --tw-scale-x: 1.5;
  }

  .lg\:active\:scale-y-0:active {
    --tw-scale-y: 0;
  }

  .lg\:active\:scale-y-50:active {
    --tw-scale-y: .5;
  }

  .lg\:active\:scale-y-75:active {
    --tw-scale-y: .75;
  }

  .lg\:active\:scale-y-90:active {
    --tw-scale-y: .9;
  }

  .lg\:active\:scale-y-95:active {
    --tw-scale-y: .95;
  }

  .lg\:active\:scale-y-100:active {
    --tw-scale-y: 1;
  }

  .lg\:active\:scale-y-105:active {
    --tw-scale-y: 1.05;
  }

  .lg\:active\:scale-y-110:active {
    --tw-scale-y: 1.1;
  }

  .lg\:active\:scale-y-125:active {
    --tw-scale-y: 1.25;
  }

  .lg\:active\:scale-y-150:active {
    --tw-scale-y: 1.5;
  }

  .lg\:visited\:scale-0:visited {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:visited\:scale-50:visited {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:visited\:scale-75:visited {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:visited\:scale-90:visited {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:visited\:scale-95:visited {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:visited\:scale-100:visited {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:visited\:scale-105:visited {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:visited\:scale-110:visited {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:visited\:scale-125:visited {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:visited\:scale-150:visited {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:visited\:scale-x-0:visited {
    --tw-scale-x: 0;
  }

  .lg\:visited\:scale-x-50:visited {
    --tw-scale-x: .5;
  }

  .lg\:visited\:scale-x-75:visited {
    --tw-scale-x: .75;
  }

  .lg\:visited\:scale-x-90:visited {
    --tw-scale-x: .9;
  }

  .lg\:visited\:scale-x-95:visited {
    --tw-scale-x: .95;
  }

  .lg\:visited\:scale-x-100:visited {
    --tw-scale-x: 1;
  }

  .lg\:visited\:scale-x-105:visited {
    --tw-scale-x: 1.05;
  }

  .lg\:visited\:scale-x-110:visited {
    --tw-scale-x: 1.1;
  }

  .lg\:visited\:scale-x-125:visited {
    --tw-scale-x: 1.25;
  }

  .lg\:visited\:scale-x-150:visited {
    --tw-scale-x: 1.5;
  }

  .lg\:visited\:scale-y-0:visited {
    --tw-scale-y: 0;
  }

  .lg\:visited\:scale-y-50:visited {
    --tw-scale-y: .5;
  }

  .lg\:visited\:scale-y-75:visited {
    --tw-scale-y: .75;
  }

  .lg\:visited\:scale-y-90:visited {
    --tw-scale-y: .9;
  }

  .lg\:visited\:scale-y-95:visited {
    --tw-scale-y: .95;
  }

  .lg\:visited\:scale-y-100:visited {
    --tw-scale-y: 1;
  }

  .lg\:visited\:scale-y-105:visited {
    --tw-scale-y: 1.05;
  }

  .lg\:visited\:scale-y-110:visited {
    --tw-scale-y: 1.1;
  }

  .lg\:visited\:scale-y-125:visited {
    --tw-scale-y: 1.25;
  }

  .lg\:visited\:scale-y-150:visited {
    --tw-scale-y: 1.5;
  }

  .lg\:disabled\:scale-0:disabled {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:disabled\:scale-50:disabled {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:disabled\:scale-75:disabled {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:disabled\:scale-90:disabled {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:disabled\:scale-95:disabled {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:disabled\:scale-100:disabled {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:disabled\:scale-105:disabled {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:disabled\:scale-110:disabled {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:disabled\:scale-125:disabled {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:disabled\:scale-150:disabled {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:disabled\:scale-x-0:disabled {
    --tw-scale-x: 0;
  }

  .lg\:disabled\:scale-x-50:disabled {
    --tw-scale-x: .5;
  }

  .lg\:disabled\:scale-x-75:disabled {
    --tw-scale-x: .75;
  }

  .lg\:disabled\:scale-x-90:disabled {
    --tw-scale-x: .9;
  }

  .lg\:disabled\:scale-x-95:disabled {
    --tw-scale-x: .95;
  }

  .lg\:disabled\:scale-x-100:disabled {
    --tw-scale-x: 1;
  }

  .lg\:disabled\:scale-x-105:disabled {
    --tw-scale-x: 1.05;
  }

  .lg\:disabled\:scale-x-110:disabled {
    --tw-scale-x: 1.1;
  }

  .lg\:disabled\:scale-x-125:disabled {
    --tw-scale-x: 1.25;
  }

  .lg\:disabled\:scale-x-150:disabled {
    --tw-scale-x: 1.5;
  }

  .lg\:disabled\:scale-y-0:disabled {
    --tw-scale-y: 0;
  }

  .lg\:disabled\:scale-y-50:disabled {
    --tw-scale-y: .5;
  }

  .lg\:disabled\:scale-y-75:disabled {
    --tw-scale-y: .75;
  }

  .lg\:disabled\:scale-y-90:disabled {
    --tw-scale-y: .9;
  }

  .lg\:disabled\:scale-y-95:disabled {
    --tw-scale-y: .95;
  }

  .lg\:disabled\:scale-y-100:disabled {
    --tw-scale-y: 1;
  }

  .lg\:disabled\:scale-y-105:disabled {
    --tw-scale-y: 1.05;
  }

  .lg\:disabled\:scale-y-110:disabled {
    --tw-scale-y: 1.1;
  }

  .lg\:disabled\:scale-y-125:disabled {
    --tw-scale-y: 1.25;
  }

  .lg\:disabled\:scale-y-150:disabled {
    --tw-scale-y: 1.5;
  }

  .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-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .group:hover .lg\:group-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .group:hover .lg\:group-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .group:hover .lg\:group-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .group:hover .lg\:group-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .group:hover .lg\:group-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .group:hover .lg\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .group:hover .lg\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .group:hover .lg\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .group:hover .lg\:group-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .group:hover .lg\:group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .group:hover .lg\:group-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .group:hover .lg\:group-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .group:hover .lg\:group-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .group:hover .lg\:group-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .group:hover .lg\:group-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .group:hover .lg\:group-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:focus-within\:rotate-0:focus-within {
    --tw-rotate: 0deg;
  }

  .lg\:focus-within\:rotate-1:focus-within {
    --tw-rotate: 1deg;
  }

  .lg\:focus-within\:rotate-2:focus-within {
    --tw-rotate: 2deg;
  }

  .lg\:focus-within\:rotate-3:focus-within {
    --tw-rotate: 3deg;
  }

  .lg\:focus-within\:rotate-6:focus-within {
    --tw-rotate: 6deg;
  }

  .lg\:focus-within\:rotate-12:focus-within {
    --tw-rotate: 12deg;
  }

  .lg\:focus-within\:rotate-45:focus-within {
    --tw-rotate: 45deg;
  }

  .lg\:focus-within\:rotate-90:focus-within {
    --tw-rotate: 90deg;
  }

  .lg\:focus-within\:rotate-180:focus-within {
    --tw-rotate: 180deg;
  }

  .lg\:focus-within\:-rotate-180:focus-within {
    --tw-rotate: -180deg;
  }

  .lg\:focus-within\:-rotate-90:focus-within {
    --tw-rotate: -90deg;
  }

  .lg\:focus-within\:-rotate-45:focus-within {
    --tw-rotate: -45deg;
  }

  .lg\:focus-within\:-rotate-12:focus-within {
    --tw-rotate: -12deg;
  }

  .lg\:focus-within\:-rotate-6:focus-within {
    --tw-rotate: -6deg;
  }

  .lg\:focus-within\:-rotate-3:focus-within {
    --tw-rotate: -3deg;
  }

  .lg\:focus-within\:-rotate-2:focus-within {
    --tw-rotate: -2deg;
  }

  .lg\:focus-within\:-rotate-1:focus-within {
    --tw-rotate: -1deg;
  }

  .lg\:first\:rotate-0:first-child {
    --tw-rotate: 0deg;
  }

  .lg\:first\:rotate-1:first-child {
    --tw-rotate: 1deg;
  }

  .lg\:first\:rotate-2:first-child {
    --tw-rotate: 2deg;
  }

  .lg\:first\:rotate-3:first-child {
    --tw-rotate: 3deg;
  }

  .lg\:first\:rotate-6:first-child {
    --tw-rotate: 6deg;
  }

  .lg\:first\:rotate-12:first-child {
    --tw-rotate: 12deg;
  }

  .lg\:first\:rotate-45:first-child {
    --tw-rotate: 45deg;
  }

  .lg\:first\:rotate-90:first-child {
    --tw-rotate: 90deg;
  }

  .lg\:first\:rotate-180:first-child {
    --tw-rotate: 180deg;
  }

  .lg\:first\:-rotate-180:first-child {
    --tw-rotate: -180deg;
  }

  .lg\:first\:-rotate-90:first-child {
    --tw-rotate: -90deg;
  }

  .lg\:first\:-rotate-45:first-child {
    --tw-rotate: -45deg;
  }

  .lg\:first\:-rotate-12:first-child {
    --tw-rotate: -12deg;
  }

  .lg\:first\:-rotate-6:first-child {
    --tw-rotate: -6deg;
  }

  .lg\:first\:-rotate-3:first-child {
    --tw-rotate: -3deg;
  }

  .lg\:first\:-rotate-2:first-child {
    --tw-rotate: -2deg;
  }

  .lg\:first\:-rotate-1:first-child {
    --tw-rotate: -1deg;
  }

  .lg\:last\:rotate-0:last-child {
    --tw-rotate: 0deg;
  }

  .lg\:last\:rotate-1:last-child {
    --tw-rotate: 1deg;
  }

  .lg\:last\:rotate-2:last-child {
    --tw-rotate: 2deg;
  }

  .lg\:last\:rotate-3:last-child {
    --tw-rotate: 3deg;
  }

  .lg\:last\:rotate-6:last-child {
    --tw-rotate: 6deg;
  }

  .lg\:last\:rotate-12:last-child {
    --tw-rotate: 12deg;
  }

  .lg\:last\:rotate-45:last-child {
    --tw-rotate: 45deg;
  }

  .lg\:last\:rotate-90:last-child {
    --tw-rotate: 90deg;
  }

  .lg\:last\:rotate-180:last-child {
    --tw-rotate: 180deg;
  }

  .lg\:last\:-rotate-180:last-child {
    --tw-rotate: -180deg;
  }

  .lg\:last\:-rotate-90:last-child {
    --tw-rotate: -90deg;
  }

  .lg\:last\:-rotate-45:last-child {
    --tw-rotate: -45deg;
  }

  .lg\:last\:-rotate-12:last-child {
    --tw-rotate: -12deg;
  }

  .lg\:last\:-rotate-6:last-child {
    --tw-rotate: -6deg;
  }

  .lg\:last\:-rotate-3:last-child {
    --tw-rotate: -3deg;
  }

  .lg\:last\:-rotate-2:last-child {
    --tw-rotate: -2deg;
  }

  .lg\:last\:-rotate-1:last-child {
    --tw-rotate: -1deg;
  }

  .lg\:odd\:rotate-0:nth-child(odd) {
    --tw-rotate: 0deg;
  }

  .lg\:odd\:rotate-1:nth-child(odd) {
    --tw-rotate: 1deg;
  }

  .lg\:odd\:rotate-2:nth-child(odd) {
    --tw-rotate: 2deg;
  }

  .lg\:odd\:rotate-3:nth-child(odd) {
    --tw-rotate: 3deg;
  }

  .lg\:odd\:rotate-6:nth-child(odd) {
    --tw-rotate: 6deg;
  }

  .lg\:odd\:rotate-12:nth-child(odd) {
    --tw-rotate: 12deg;
  }

  .lg\:odd\:rotate-45:nth-child(odd) {
    --tw-rotate: 45deg;
  }

  .lg\:odd\:rotate-90:nth-child(odd) {
    --tw-rotate: 90deg;
  }

  .lg\:odd\:rotate-180:nth-child(odd) {
    --tw-rotate: 180deg;
  }

  .lg\:odd\:-rotate-180:nth-child(odd) {
    --tw-rotate: -180deg;
  }

  .lg\:odd\:-rotate-90:nth-child(odd) {
    --tw-rotate: -90deg;
  }

  .lg\:odd\:-rotate-45:nth-child(odd) {
    --tw-rotate: -45deg;
  }

  .lg\:odd\:-rotate-12:nth-child(odd) {
    --tw-rotate: -12deg;
  }

  .lg\:odd\:-rotate-6:nth-child(odd) {
    --tw-rotate: -6deg;
  }

  .lg\:odd\:-rotate-3:nth-child(odd) {
    --tw-rotate: -3deg;
  }

  .lg\:odd\:-rotate-2:nth-child(odd) {
    --tw-rotate: -2deg;
  }

  .lg\:odd\:-rotate-1:nth-child(odd) {
    --tw-rotate: -1deg;
  }

  .lg\:even\:rotate-0:nth-child(even) {
    --tw-rotate: 0deg;
  }

  .lg\:even\:rotate-1:nth-child(even) {
    --tw-rotate: 1deg;
  }

  .lg\:even\:rotate-2:nth-child(even) {
    --tw-rotate: 2deg;
  }

  .lg\:even\:rotate-3:nth-child(even) {
    --tw-rotate: 3deg;
  }

  .lg\:even\:rotate-6:nth-child(even) {
    --tw-rotate: 6deg;
  }

  .lg\:even\:rotate-12:nth-child(even) {
    --tw-rotate: 12deg;
  }

  .lg\:even\:rotate-45:nth-child(even) {
    --tw-rotate: 45deg;
  }

  .lg\:even\:rotate-90:nth-child(even) {
    --tw-rotate: 90deg;
  }

  .lg\:even\:rotate-180:nth-child(even) {
    --tw-rotate: 180deg;
  }

  .lg\:even\:-rotate-180:nth-child(even) {
    --tw-rotate: -180deg;
  }

  .lg\:even\:-rotate-90:nth-child(even) {
    --tw-rotate: -90deg;
  }

  .lg\:even\:-rotate-45:nth-child(even) {
    --tw-rotate: -45deg;
  }

  .lg\:even\:-rotate-12:nth-child(even) {
    --tw-rotate: -12deg;
  }

  .lg\:even\:-rotate-6:nth-child(even) {
    --tw-rotate: -6deg;
  }

  .lg\:even\:-rotate-3:nth-child(even) {
    --tw-rotate: -3deg;
  }

  .lg\:even\:-rotate-2:nth-child(even) {
    --tw-rotate: -2deg;
  }

  .lg\:even\:-rotate-1:nth-child(even) {
    --tw-rotate: -1deg;
  }

  .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-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .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\: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-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .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\:active\:rotate-0:active {
    --tw-rotate: 0deg;
  }

  .lg\:active\:rotate-1:active {
    --tw-rotate: 1deg;
  }

  .lg\:active\:rotate-2:active {
    --tw-rotate: 2deg;
  }

  .lg\:active\:rotate-3:active {
    --tw-rotate: 3deg;
  }

  .lg\:active\:rotate-6:active {
    --tw-rotate: 6deg;
  }

  .lg\:active\:rotate-12:active {
    --tw-rotate: 12deg;
  }

  .lg\:active\:rotate-45:active {
    --tw-rotate: 45deg;
  }

  .lg\:active\:rotate-90:active {
    --tw-rotate: 90deg;
  }

  .lg\:active\:rotate-180:active {
    --tw-rotate: 180deg;
  }

  .lg\:active\:-rotate-180:active {
    --tw-rotate: -180deg;
  }

  .lg\:active\:-rotate-90:active {
    --tw-rotate: -90deg;
  }

  .lg\:active\:-rotate-45:active {
    --tw-rotate: -45deg;
  }

  .lg\:active\:-rotate-12:active {
    --tw-rotate: -12deg;
  }

  .lg\:active\:-rotate-6:active {
    --tw-rotate: -6deg;
  }

  .lg\:active\:-rotate-3:active {
    --tw-rotate: -3deg;
  }

  .lg\:active\:-rotate-2:active {
    --tw-rotate: -2deg;
  }

  .lg\:active\:-rotate-1:active {
    --tw-rotate: -1deg;
  }

  .lg\:visited\:rotate-0:visited {
    --tw-rotate: 0deg;
  }

  .lg\:visited\:rotate-1:visited {
    --tw-rotate: 1deg;
  }

  .lg\:visited\:rotate-2:visited {
    --tw-rotate: 2deg;
  }

  .lg\:visited\:rotate-3:visited {
    --tw-rotate: 3deg;
  }

  .lg\:visited\:rotate-6:visited {
    --tw-rotate: 6deg;
  }

  .lg\:visited\:rotate-12:visited {
    --tw-rotate: 12deg;
  }

  .lg\:visited\:rotate-45:visited {
    --tw-rotate: 45deg;
  }

  .lg\:visited\:rotate-90:visited {
    --tw-rotate: 90deg;
  }

  .lg\:visited\:rotate-180:visited {
    --tw-rotate: 180deg;
  }

  .lg\:visited\:-rotate-180:visited {
    --tw-rotate: -180deg;
  }

  .lg\:visited\:-rotate-90:visited {
    --tw-rotate: -90deg;
  }

  .lg\:visited\:-rotate-45:visited {
    --tw-rotate: -45deg;
  }

  .lg\:visited\:-rotate-12:visited {
    --tw-rotate: -12deg;
  }

  .lg\:visited\:-rotate-6:visited {
    --tw-rotate: -6deg;
  }

  .lg\:visited\:-rotate-3:visited {
    --tw-rotate: -3deg;
  }

  .lg\:visited\:-rotate-2:visited {
    --tw-rotate: -2deg;
  }

  .lg\:visited\:-rotate-1:visited {
    --tw-rotate: -1deg;
  }

  .lg\:disabled\:rotate-0:disabled {
    --tw-rotate: 0deg;
  }

  .lg\:disabled\:rotate-1:disabled {
    --tw-rotate: 1deg;
  }

  .lg\:disabled\:rotate-2:disabled {
    --tw-rotate: 2deg;
  }

  .lg\:disabled\:rotate-3:disabled {
    --tw-rotate: 3deg;
  }

  .lg\:disabled\:rotate-6:disabled {
    --tw-rotate: 6deg;
  }

  .lg\:disabled\:rotate-12:disabled {
    --tw-rotate: 12deg;
  }

  .lg\:disabled\:rotate-45:disabled {
    --tw-rotate: 45deg;
  }

  .lg\:disabled\:rotate-90:disabled {
    --tw-rotate: 90deg;
  }

  .lg\:disabled\:rotate-180:disabled {
    --tw-rotate: 180deg;
  }

  .lg\:disabled\:-rotate-180:disabled {
    --tw-rotate: -180deg;
  }

  .lg\:disabled\:-rotate-90:disabled {
    --tw-rotate: -90deg;
  }

  .lg\:disabled\:-rotate-45:disabled {
    --tw-rotate: -45deg;
  }

  .lg\:disabled\:-rotate-12:disabled {
    --tw-rotate: -12deg;
  }

  .lg\:disabled\:-rotate-6:disabled {
    --tw-rotate: -6deg;
  }

  .lg\:disabled\:-rotate-3:disabled {
    --tw-rotate: -3deg;
  }

  .lg\:disabled\:-rotate-2:disabled {
    --tw-rotate: -2deg;
  }

  .lg\:disabled\:-rotate-1:disabled {
    --tw-rotate: -1deg;
  }

  .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%;
  }

  .group:hover .lg\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .lg\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .group:hover .lg\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .group:hover .lg\:group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .group:hover .lg\:group-hover\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .group:hover .lg\:group-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .group:hover .lg\:group-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .group:hover .lg\:group-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .group:hover .lg\:group-hover\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .group:hover .lg\:group-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .group:hover .lg\:group-hover\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .group:hover .lg\:group-hover\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .group:hover .lg\:group-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .group:hover .lg\:group-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .group:hover .lg\:group-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .group:hover .lg\:group-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .group:hover .lg\:group-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .group:hover .lg\:group-hover\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .group:hover .lg\:group-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .group:hover .lg\:group-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .group:hover .lg\:group-hover\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .group:hover .lg\:group-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .group:hover .lg\:group-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .group:hover .lg\:group-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .group:hover .lg\:group-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .group:hover .lg\:group-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .group:hover .lg\:group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .group:hover .lg\:group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .group:hover .lg\:group-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .group:hover .lg\:group-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .lg\:group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .group:hover .lg\:group-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .group:hover .lg\:group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .group:hover .lg\:group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .group:hover .lg\:group-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .group:hover .lg\:group-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .group:hover .lg\:group-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .group:hover .lg\:group-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .group:hover .lg\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .group:hover .lg\:group-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .group:hover .lg\:group-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .group:hover .lg\:group-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .group:hover .lg\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .lg\:group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .group:hover .lg\:group-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .group:hover .lg\:group-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .group:hover .lg\:group-hover\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .group:hover .lg\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .group:hover .lg\:group-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .group:hover .lg\:group-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .group:hover .lg\:group-hover\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .group:hover .lg\:group-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .group:hover .lg\:group-hover\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .group:hover .lg\:group-hover\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .group:hover .lg\:group-hover\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .group:hover .lg\:group-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .group:hover .lg\:group-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .group:hover .lg\:group-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .group:hover .lg\:group-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .group:hover .lg\:group-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .group:hover .lg\:group-hover\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .group:hover .lg\:group-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .group:hover .lg\:group-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .group:hover .lg\:group-hover\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .group:hover .lg\:group-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .group:hover .lg\:group-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .group:hover .lg\:group-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .group:hover .lg\:group-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .group:hover .lg\:group-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .group:hover .lg\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .group:hover .lg\:group-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .group:hover .lg\:group-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .group:hover .lg\:group-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .lg\:group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .group:hover .lg\:group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .group:hover .lg\:group-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .group:hover .lg\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .group:hover .lg\:group-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .group:hover .lg\:group-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .group:hover .lg\:group-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .group:hover .lg\:group-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .group:hover .lg\:group-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .group:hover .lg\:group-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .group:hover .lg\:group-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .group:hover .lg\:group-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .group:hover .lg\:group-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .group:hover .lg\:group-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .group:hover .lg\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:focus-within\:translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .lg\:focus-within\:translate-x-1:focus-within {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus-within\:translate-x-2:focus-within {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus-within\:translate-x-3:focus-within {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus-within\:translate-x-4:focus-within {
    --tw-translate-x: 1rem;
  }

  .lg\:focus-within\:translate-x-5:focus-within {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus-within\:translate-x-6:focus-within {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus-within\:translate-x-7:focus-within {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus-within\:translate-x-8:focus-within {
    --tw-translate-x: 2rem;
  }

  .lg\:focus-within\:translate-x-9:focus-within {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus-within\:translate-x-10:focus-within {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus-within\:translate-x-11:focus-within {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus-within\:translate-x-12:focus-within {
    --tw-translate-x: 3rem;
  }

  .lg\:focus-within\:translate-x-14:focus-within {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus-within\:translate-x-16:focus-within {
    --tw-translate-x: 4rem;
  }

  .lg\:focus-within\:translate-x-20:focus-within {
    --tw-translate-x: 5rem;
  }

  .lg\:focus-within\:translate-x-24:focus-within {
    --tw-translate-x: 6rem;
  }

  .lg\:focus-within\:translate-x-28:focus-within {
    --tw-translate-x: 7rem;
  }

  .lg\:focus-within\:translate-x-32:focus-within {
    --tw-translate-x: 8rem;
  }

  .lg\:focus-within\:translate-x-36:focus-within {
    --tw-translate-x: 9rem;
  }

  .lg\:focus-within\:translate-x-40:focus-within {
    --tw-translate-x: 10rem;
  }

  .lg\:focus-within\:translate-x-44:focus-within {
    --tw-translate-x: 11rem;
  }

  .lg\:focus-within\:translate-x-48:focus-within {
    --tw-translate-x: 12rem;
  }

  .lg\:focus-within\:translate-x-52:focus-within {
    --tw-translate-x: 13rem;
  }

  .lg\:focus-within\:translate-x-56:focus-within {
    --tw-translate-x: 14rem;
  }

  .lg\:focus-within\:translate-x-60:focus-within {
    --tw-translate-x: 15rem;
  }

  .lg\:focus-within\:translate-x-64:focus-within {
    --tw-translate-x: 16rem;
  }

  .lg\:focus-within\:translate-x-72:focus-within {
    --tw-translate-x: 18rem;
  }

  .lg\:focus-within\:translate-x-80:focus-within {
    --tw-translate-x: 20rem;
  }

  .lg\:focus-within\:translate-x-96:focus-within {
    --tw-translate-x: 24rem;
  }

  .lg\:focus-within\:translate-x-px:focus-within {
    --tw-translate-x: 1px;
  }

  .lg\:focus-within\:translate-x-0\.5:focus-within {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus-within\:translate-x-1\.5:focus-within {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus-within\:translate-x-2\.5:focus-within {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus-within\:translate-x-3\.5:focus-within {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus-within\:-translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .lg\:focus-within\:-translate-x-1:focus-within {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus-within\:-translate-x-2:focus-within {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus-within\:-translate-x-3:focus-within {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus-within\:-translate-x-4:focus-within {
    --tw-translate-x: -1rem;
  }

  .lg\:focus-within\:-translate-x-5:focus-within {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus-within\:-translate-x-6:focus-within {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus-within\:-translate-x-7:focus-within {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus-within\:-translate-x-8:focus-within {
    --tw-translate-x: -2rem;
  }

  .lg\:focus-within\:-translate-x-9:focus-within {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus-within\:-translate-x-10:focus-within {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus-within\:-translate-x-11:focus-within {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus-within\:-translate-x-12:focus-within {
    --tw-translate-x: -3rem;
  }

  .lg\:focus-within\:-translate-x-14:focus-within {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus-within\:-translate-x-16:focus-within {
    --tw-translate-x: -4rem;
  }

  .lg\:focus-within\:-translate-x-20:focus-within {
    --tw-translate-x: -5rem;
  }

  .lg\:focus-within\:-translate-x-24:focus-within {
    --tw-translate-x: -6rem;
  }

  .lg\:focus-within\:-translate-x-28:focus-within {
    --tw-translate-x: -7rem;
  }

  .lg\:focus-within\:-translate-x-32:focus-within {
    --tw-translate-x: -8rem;
  }

  .lg\:focus-within\:-translate-x-36:focus-within {
    --tw-translate-x: -9rem;
  }

  .lg\:focus-within\:-translate-x-40:focus-within {
    --tw-translate-x: -10rem;
  }

  .lg\:focus-within\:-translate-x-44:focus-within {
    --tw-translate-x: -11rem;
  }

  .lg\:focus-within\:-translate-x-48:focus-within {
    --tw-translate-x: -12rem;
  }

  .lg\:focus-within\:-translate-x-52:focus-within {
    --tw-translate-x: -13rem;
  }

  .lg\:focus-within\:-translate-x-56:focus-within {
    --tw-translate-x: -14rem;
  }

  .lg\:focus-within\:-translate-x-60:focus-within {
    --tw-translate-x: -15rem;
  }

  .lg\:focus-within\:-translate-x-64:focus-within {
    --tw-translate-x: -16rem;
  }

  .lg\:focus-within\:-translate-x-72:focus-within {
    --tw-translate-x: -18rem;
  }

  .lg\:focus-within\:-translate-x-80:focus-within {
    --tw-translate-x: -20rem;
  }

  .lg\:focus-within\:-translate-x-96:focus-within {
    --tw-translate-x: -24rem;
  }

  .lg\:focus-within\:-translate-x-px:focus-within {
    --tw-translate-x: -1px;
  }

  .lg\:focus-within\:-translate-x-0\.5:focus-within {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus-within\:-translate-x-1\.5:focus-within {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus-within\:-translate-x-2\.5:focus-within {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus-within\:-translate-x-3\.5:focus-within {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus-within\:translate-x-1\/2:focus-within {
    --tw-translate-x: 50%;
  }

  .lg\:focus-within\:translate-x-1\/3:focus-within {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus-within\:translate-x-2\/3:focus-within {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus-within\:translate-x-1\/4:focus-within {
    --tw-translate-x: 25%;
  }

  .lg\:focus-within\:translate-x-2\/4:focus-within {
    --tw-translate-x: 50%;
  }

  .lg\:focus-within\:translate-x-3\/4:focus-within {
    --tw-translate-x: 75%;
  }

  .lg\:focus-within\:translate-x-full:focus-within {
    --tw-translate-x: 100%;
  }

  .lg\:focus-within\:-translate-x-1\/2:focus-within {
    --tw-translate-x: -50%;
  }

  .lg\:focus-within\:-translate-x-1\/3:focus-within {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus-within\:-translate-x-2\/3:focus-within {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus-within\:-translate-x-1\/4:focus-within {
    --tw-translate-x: -25%;
  }

  .lg\:focus-within\:-translate-x-2\/4:focus-within {
    --tw-translate-x: -50%;
  }

  .lg\:focus-within\:-translate-x-3\/4:focus-within {
    --tw-translate-x: -75%;
  }

  .lg\:focus-within\:-translate-x-full:focus-within {
    --tw-translate-x: -100%;
  }

  .lg\:focus-within\:translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .lg\:focus-within\:translate-y-1:focus-within {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus-within\:translate-y-2:focus-within {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus-within\:translate-y-3:focus-within {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus-within\:translate-y-4:focus-within {
    --tw-translate-y: 1rem;
  }

  .lg\:focus-within\:translate-y-5:focus-within {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus-within\:translate-y-6:focus-within {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus-within\:translate-y-7:focus-within {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus-within\:translate-y-8:focus-within {
    --tw-translate-y: 2rem;
  }

  .lg\:focus-within\:translate-y-9:focus-within {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus-within\:translate-y-10:focus-within {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus-within\:translate-y-11:focus-within {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus-within\:translate-y-12:focus-within {
    --tw-translate-y: 3rem;
  }

  .lg\:focus-within\:translate-y-14:focus-within {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus-within\:translate-y-16:focus-within {
    --tw-translate-y: 4rem;
  }

  .lg\:focus-within\:translate-y-20:focus-within {
    --tw-translate-y: 5rem;
  }

  .lg\:focus-within\:translate-y-24:focus-within {
    --tw-translate-y: 6rem;
  }

  .lg\:focus-within\:translate-y-28:focus-within {
    --tw-translate-y: 7rem;
  }

  .lg\:focus-within\:translate-y-32:focus-within {
    --tw-translate-y: 8rem;
  }

  .lg\:focus-within\:translate-y-36:focus-within {
    --tw-translate-y: 9rem;
  }

  .lg\:focus-within\:translate-y-40:focus-within {
    --tw-translate-y: 10rem;
  }

  .lg\:focus-within\:translate-y-44:focus-within {
    --tw-translate-y: 11rem;
  }

  .lg\:focus-within\:translate-y-48:focus-within {
    --tw-translate-y: 12rem;
  }

  .lg\:focus-within\:translate-y-52:focus-within {
    --tw-translate-y: 13rem;
  }

  .lg\:focus-within\:translate-y-56:focus-within {
    --tw-translate-y: 14rem;
  }

  .lg\:focus-within\:translate-y-60:focus-within {
    --tw-translate-y: 15rem;
  }

  .lg\:focus-within\:translate-y-64:focus-within {
    --tw-translate-y: 16rem;
  }

  .lg\:focus-within\:translate-y-72:focus-within {
    --tw-translate-y: 18rem;
  }

  .lg\:focus-within\:translate-y-80:focus-within {
    --tw-translate-y: 20rem;
  }

  .lg\:focus-within\:translate-y-96:focus-within {
    --tw-translate-y: 24rem;
  }

  .lg\:focus-within\:translate-y-px:focus-within {
    --tw-translate-y: 1px;
  }

  .lg\:focus-within\:translate-y-0\.5:focus-within {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus-within\:translate-y-1\.5:focus-within {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus-within\:translate-y-2\.5:focus-within {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus-within\:translate-y-3\.5:focus-within {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus-within\:-translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .lg\:focus-within\:-translate-y-1:focus-within {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus-within\:-translate-y-2:focus-within {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus-within\:-translate-y-3:focus-within {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus-within\:-translate-y-4:focus-within {
    --tw-translate-y: -1rem;
  }

  .lg\:focus-within\:-translate-y-5:focus-within {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus-within\:-translate-y-6:focus-within {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus-within\:-translate-y-7:focus-within {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus-within\:-translate-y-8:focus-within {
    --tw-translate-y: -2rem;
  }

  .lg\:focus-within\:-translate-y-9:focus-within {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus-within\:-translate-y-10:focus-within {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus-within\:-translate-y-11:focus-within {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus-within\:-translate-y-12:focus-within {
    --tw-translate-y: -3rem;
  }

  .lg\:focus-within\:-translate-y-14:focus-within {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus-within\:-translate-y-16:focus-within {
    --tw-translate-y: -4rem;
  }

  .lg\:focus-within\:-translate-y-20:focus-within {
    --tw-translate-y: -5rem;
  }

  .lg\:focus-within\:-translate-y-24:focus-within {
    --tw-translate-y: -6rem;
  }

  .lg\:focus-within\:-translate-y-28:focus-within {
    --tw-translate-y: -7rem;
  }

  .lg\:focus-within\:-translate-y-32:focus-within {
    --tw-translate-y: -8rem;
  }

  .lg\:focus-within\:-translate-y-36:focus-within {
    --tw-translate-y: -9rem;
  }

  .lg\:focus-within\:-translate-y-40:focus-within {
    --tw-translate-y: -10rem;
  }

  .lg\:focus-within\:-translate-y-44:focus-within {
    --tw-translate-y: -11rem;
  }

  .lg\:focus-within\:-translate-y-48:focus-within {
    --tw-translate-y: -12rem;
  }

  .lg\:focus-within\:-translate-y-52:focus-within {
    --tw-translate-y: -13rem;
  }

  .lg\:focus-within\:-translate-y-56:focus-within {
    --tw-translate-y: -14rem;
  }

  .lg\:focus-within\:-translate-y-60:focus-within {
    --tw-translate-y: -15rem;
  }

  .lg\:focus-within\:-translate-y-64:focus-within {
    --tw-translate-y: -16rem;
  }

  .lg\:focus-within\:-translate-y-72:focus-within {
    --tw-translate-y: -18rem;
  }

  .lg\:focus-within\:-translate-y-80:focus-within {
    --tw-translate-y: -20rem;
  }

  .lg\:focus-within\:-translate-y-96:focus-within {
    --tw-translate-y: -24rem;
  }

  .lg\:focus-within\:-translate-y-px:focus-within {
    --tw-translate-y: -1px;
  }

  .lg\:focus-within\:-translate-y-0\.5:focus-within {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus-within\:-translate-y-1\.5:focus-within {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus-within\:-translate-y-2\.5:focus-within {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus-within\:-translate-y-3\.5:focus-within {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus-within\:translate-y-1\/2:focus-within {
    --tw-translate-y: 50%;
  }

  .lg\:focus-within\:translate-y-1\/3:focus-within {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus-within\:translate-y-2\/3:focus-within {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus-within\:translate-y-1\/4:focus-within {
    --tw-translate-y: 25%;
  }

  .lg\:focus-within\:translate-y-2\/4:focus-within {
    --tw-translate-y: 50%;
  }

  .lg\:focus-within\:translate-y-3\/4:focus-within {
    --tw-translate-y: 75%;
  }

  .lg\:focus-within\:translate-y-full:focus-within {
    --tw-translate-y: 100%;
  }

  .lg\:focus-within\:-translate-y-1\/2:focus-within {
    --tw-translate-y: -50%;
  }

  .lg\:focus-within\:-translate-y-1\/3:focus-within {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus-within\:-translate-y-2\/3:focus-within {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus-within\:-translate-y-1\/4:focus-within {
    --tw-translate-y: -25%;
  }

  .lg\:focus-within\:-translate-y-2\/4:focus-within {
    --tw-translate-y: -50%;
  }

  .lg\:focus-within\:-translate-y-3\/4:focus-within {
    --tw-translate-y: -75%;
  }

  .lg\:focus-within\:-translate-y-full:focus-within {
    --tw-translate-y: -100%;
  }

  .lg\:first\:translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .lg\:first\:translate-x-1:first-child {
    --tw-translate-x: 0.25rem;
  }

  .lg\:first\:translate-x-2:first-child {
    --tw-translate-x: 0.5rem;
  }

  .lg\:first\:translate-x-3:first-child {
    --tw-translate-x: 0.75rem;
  }

  .lg\:first\:translate-x-4:first-child {
    --tw-translate-x: 1rem;
  }

  .lg\:first\:translate-x-5:first-child {
    --tw-translate-x: 1.25rem;
  }

  .lg\:first\:translate-x-6:first-child {
    --tw-translate-x: 1.5rem;
  }

  .lg\:first\:translate-x-7:first-child {
    --tw-translate-x: 1.75rem;
  }

  .lg\:first\:translate-x-8:first-child {
    --tw-translate-x: 2rem;
  }

  .lg\:first\:translate-x-9:first-child {
    --tw-translate-x: 2.25rem;
  }

  .lg\:first\:translate-x-10:first-child {
    --tw-translate-x: 2.5rem;
  }

  .lg\:first\:translate-x-11:first-child {
    --tw-translate-x: 2.75rem;
  }

  .lg\:first\:translate-x-12:first-child {
    --tw-translate-x: 3rem;
  }

  .lg\:first\:translate-x-14:first-child {
    --tw-translate-x: 3.5rem;
  }

  .lg\:first\:translate-x-16:first-child {
    --tw-translate-x: 4rem;
  }

  .lg\:first\:translate-x-20:first-child {
    --tw-translate-x: 5rem;
  }

  .lg\:first\:translate-x-24:first-child {
    --tw-translate-x: 6rem;
  }

  .lg\:first\:translate-x-28:first-child {
    --tw-translate-x: 7rem;
  }

  .lg\:first\:translate-x-32:first-child {
    --tw-translate-x: 8rem;
  }

  .lg\:first\:translate-x-36:first-child {
    --tw-translate-x: 9rem;
  }

  .lg\:first\:translate-x-40:first-child {
    --tw-translate-x: 10rem;
  }

  .lg\:first\:translate-x-44:first-child {
    --tw-translate-x: 11rem;
  }

  .lg\:first\:translate-x-48:first-child {
    --tw-translate-x: 12rem;
  }

  .lg\:first\:translate-x-52:first-child {
    --tw-translate-x: 13rem;
  }

  .lg\:first\:translate-x-56:first-child {
    --tw-translate-x: 14rem;
  }

  .lg\:first\:translate-x-60:first-child {
    --tw-translate-x: 15rem;
  }

  .lg\:first\:translate-x-64:first-child {
    --tw-translate-x: 16rem;
  }

  .lg\:first\:translate-x-72:first-child {
    --tw-translate-x: 18rem;
  }

  .lg\:first\:translate-x-80:first-child {
    --tw-translate-x: 20rem;
  }

  .lg\:first\:translate-x-96:first-child {
    --tw-translate-x: 24rem;
  }

  .lg\:first\:translate-x-px:first-child {
    --tw-translate-x: 1px;
  }

  .lg\:first\:translate-x-0\.5:first-child {
    --tw-translate-x: 0.125rem;
  }

  .lg\:first\:translate-x-1\.5:first-child {
    --tw-translate-x: 0.375rem;
  }

  .lg\:first\:translate-x-2\.5:first-child {
    --tw-translate-x: 0.625rem;
  }

  .lg\:first\:translate-x-3\.5:first-child {
    --tw-translate-x: 0.875rem;
  }

  .lg\:first\:-translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .lg\:first\:-translate-x-1:first-child {
    --tw-translate-x: -0.25rem;
  }

  .lg\:first\:-translate-x-2:first-child {
    --tw-translate-x: -0.5rem;
  }

  .lg\:first\:-translate-x-3:first-child {
    --tw-translate-x: -0.75rem;
  }

  .lg\:first\:-translate-x-4:first-child {
    --tw-translate-x: -1rem;
  }

  .lg\:first\:-translate-x-5:first-child {
    --tw-translate-x: -1.25rem;
  }

  .lg\:first\:-translate-x-6:first-child {
    --tw-translate-x: -1.5rem;
  }

  .lg\:first\:-translate-x-7:first-child {
    --tw-translate-x: -1.75rem;
  }

  .lg\:first\:-translate-x-8:first-child {
    --tw-translate-x: -2rem;
  }

  .lg\:first\:-translate-x-9:first-child {
    --tw-translate-x: -2.25rem;
  }

  .lg\:first\:-translate-x-10:first-child {
    --tw-translate-x: -2.5rem;
  }

  .lg\:first\:-translate-x-11:first-child {
    --tw-translate-x: -2.75rem;
  }

  .lg\:first\:-translate-x-12:first-child {
    --tw-translate-x: -3rem;
  }

  .lg\:first\:-translate-x-14:first-child {
    --tw-translate-x: -3.5rem;
  }

  .lg\:first\:-translate-x-16:first-child {
    --tw-translate-x: -4rem;
  }

  .lg\:first\:-translate-x-20:first-child {
    --tw-translate-x: -5rem;
  }

  .lg\:first\:-translate-x-24:first-child {
    --tw-translate-x: -6rem;
  }

  .lg\:first\:-translate-x-28:first-child {
    --tw-translate-x: -7rem;
  }

  .lg\:first\:-translate-x-32:first-child {
    --tw-translate-x: -8rem;
  }

  .lg\:first\:-translate-x-36:first-child {
    --tw-translate-x: -9rem;
  }

  .lg\:first\:-translate-x-40:first-child {
    --tw-translate-x: -10rem;
  }

  .lg\:first\:-translate-x-44:first-child {
    --tw-translate-x: -11rem;
  }

  .lg\:first\:-translate-x-48:first-child {
    --tw-translate-x: -12rem;
  }

  .lg\:first\:-translate-x-52:first-child {
    --tw-translate-x: -13rem;
  }

  .lg\:first\:-translate-x-56:first-child {
    --tw-translate-x: -14rem;
  }

  .lg\:first\:-translate-x-60:first-child {
    --tw-translate-x: -15rem;
  }

  .lg\:first\:-translate-x-64:first-child {
    --tw-translate-x: -16rem;
  }

  .lg\:first\:-translate-x-72:first-child {
    --tw-translate-x: -18rem;
  }

  .lg\:first\:-translate-x-80:first-child {
    --tw-translate-x: -20rem;
  }

  .lg\:first\:-translate-x-96:first-child {
    --tw-translate-x: -24rem;
  }

  .lg\:first\:-translate-x-px:first-child {
    --tw-translate-x: -1px;
  }

  .lg\:first\:-translate-x-0\.5:first-child {
    --tw-translate-x: -0.125rem;
  }

  .lg\:first\:-translate-x-1\.5:first-child {
    --tw-translate-x: -0.375rem;
  }

  .lg\:first\:-translate-x-2\.5:first-child {
    --tw-translate-x: -0.625rem;
  }

  .lg\:first\:-translate-x-3\.5:first-child {
    --tw-translate-x: -0.875rem;
  }

  .lg\:first\:translate-x-1\/2:first-child {
    --tw-translate-x: 50%;
  }

  .lg\:first\:translate-x-1\/3:first-child {
    --tw-translate-x: 33.333333%;
  }

  .lg\:first\:translate-x-2\/3:first-child {
    --tw-translate-x: 66.666667%;
  }

  .lg\:first\:translate-x-1\/4:first-child {
    --tw-translate-x: 25%;
  }

  .lg\:first\:translate-x-2\/4:first-child {
    --tw-translate-x: 50%;
  }

  .lg\:first\:translate-x-3\/4:first-child {
    --tw-translate-x: 75%;
  }

  .lg\:first\:translate-x-full:first-child {
    --tw-translate-x: 100%;
  }

  .lg\:first\:-translate-x-1\/2:first-child {
    --tw-translate-x: -50%;
  }

  .lg\:first\:-translate-x-1\/3:first-child {
    --tw-translate-x: -33.333333%;
  }

  .lg\:first\:-translate-x-2\/3:first-child {
    --tw-translate-x: -66.666667%;
  }

  .lg\:first\:-translate-x-1\/4:first-child {
    --tw-translate-x: -25%;
  }

  .lg\:first\:-translate-x-2\/4:first-child {
    --tw-translate-x: -50%;
  }

  .lg\:first\:-translate-x-3\/4:first-child {
    --tw-translate-x: -75%;
  }

  .lg\:first\:-translate-x-full:first-child {
    --tw-translate-x: -100%;
  }

  .lg\:first\:translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .lg\:first\:translate-y-1:first-child {
    --tw-translate-y: 0.25rem;
  }

  .lg\:first\:translate-y-2:first-child {
    --tw-translate-y: 0.5rem;
  }

  .lg\:first\:translate-y-3:first-child {
    --tw-translate-y: 0.75rem;
  }

  .lg\:first\:translate-y-4:first-child {
    --tw-translate-y: 1rem;
  }

  .lg\:first\:translate-y-5:first-child {
    --tw-translate-y: 1.25rem;
  }

  .lg\:first\:translate-y-6:first-child {
    --tw-translate-y: 1.5rem;
  }

  .lg\:first\:translate-y-7:first-child {
    --tw-translate-y: 1.75rem;
  }

  .lg\:first\:translate-y-8:first-child {
    --tw-translate-y: 2rem;
  }

  .lg\:first\:translate-y-9:first-child {
    --tw-translate-y: 2.25rem;
  }

  .lg\:first\:translate-y-10:first-child {
    --tw-translate-y: 2.5rem;
  }

  .lg\:first\:translate-y-11:first-child {
    --tw-translate-y: 2.75rem;
  }

  .lg\:first\:translate-y-12:first-child {
    --tw-translate-y: 3rem;
  }

  .lg\:first\:translate-y-14:first-child {
    --tw-translate-y: 3.5rem;
  }

  .lg\:first\:translate-y-16:first-child {
    --tw-translate-y: 4rem;
  }

  .lg\:first\:translate-y-20:first-child {
    --tw-translate-y: 5rem;
  }

  .lg\:first\:translate-y-24:first-child {
    --tw-translate-y: 6rem;
  }

  .lg\:first\:translate-y-28:first-child {
    --tw-translate-y: 7rem;
  }

  .lg\:first\:translate-y-32:first-child {
    --tw-translate-y: 8rem;
  }

  .lg\:first\:translate-y-36:first-child {
    --tw-translate-y: 9rem;
  }

  .lg\:first\:translate-y-40:first-child {
    --tw-translate-y: 10rem;
  }

  .lg\:first\:translate-y-44:first-child {
    --tw-translate-y: 11rem;
  }

  .lg\:first\:translate-y-48:first-child {
    --tw-translate-y: 12rem;
  }

  .lg\:first\:translate-y-52:first-child {
    --tw-translate-y: 13rem;
  }

  .lg\:first\:translate-y-56:first-child {
    --tw-translate-y: 14rem;
  }

  .lg\:first\:translate-y-60:first-child {
    --tw-translate-y: 15rem;
  }

  .lg\:first\:translate-y-64:first-child {
    --tw-translate-y: 16rem;
  }

  .lg\:first\:translate-y-72:first-child {
    --tw-translate-y: 18rem;
  }

  .lg\:first\:translate-y-80:first-child {
    --tw-translate-y: 20rem;
  }

  .lg\:first\:translate-y-96:first-child {
    --tw-translate-y: 24rem;
  }

  .lg\:first\:translate-y-px:first-child {
    --tw-translate-y: 1px;
  }

  .lg\:first\:translate-y-0\.5:first-child {
    --tw-translate-y: 0.125rem;
  }

  .lg\:first\:translate-y-1\.5:first-child {
    --tw-translate-y: 0.375rem;
  }

  .lg\:first\:translate-y-2\.5:first-child {
    --tw-translate-y: 0.625rem;
  }

  .lg\:first\:translate-y-3\.5:first-child {
    --tw-translate-y: 0.875rem;
  }

  .lg\:first\:-translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .lg\:first\:-translate-y-1:first-child {
    --tw-translate-y: -0.25rem;
  }

  .lg\:first\:-translate-y-2:first-child {
    --tw-translate-y: -0.5rem;
  }

  .lg\:first\:-translate-y-3:first-child {
    --tw-translate-y: -0.75rem;
  }

  .lg\:first\:-translate-y-4:first-child {
    --tw-translate-y: -1rem;
  }

  .lg\:first\:-translate-y-5:first-child {
    --tw-translate-y: -1.25rem;
  }

  .lg\:first\:-translate-y-6:first-child {
    --tw-translate-y: -1.5rem;
  }

  .lg\:first\:-translate-y-7:first-child {
    --tw-translate-y: -1.75rem;
  }

  .lg\:first\:-translate-y-8:first-child {
    --tw-translate-y: -2rem;
  }

  .lg\:first\:-translate-y-9:first-child {
    --tw-translate-y: -2.25rem;
  }

  .lg\:first\:-translate-y-10:first-child {
    --tw-translate-y: -2.5rem;
  }

  .lg\:first\:-translate-y-11:first-child {
    --tw-translate-y: -2.75rem;
  }

  .lg\:first\:-translate-y-12:first-child {
    --tw-translate-y: -3rem;
  }

  .lg\:first\:-translate-y-14:first-child {
    --tw-translate-y: -3.5rem;
  }

  .lg\:first\:-translate-y-16:first-child {
    --tw-translate-y: -4rem;
  }

  .lg\:first\:-translate-y-20:first-child {
    --tw-translate-y: -5rem;
  }

  .lg\:first\:-translate-y-24:first-child {
    --tw-translate-y: -6rem;
  }

  .lg\:first\:-translate-y-28:first-child {
    --tw-translate-y: -7rem;
  }

  .lg\:first\:-translate-y-32:first-child {
    --tw-translate-y: -8rem;
  }

  .lg\:first\:-translate-y-36:first-child {
    --tw-translate-y: -9rem;
  }

  .lg\:first\:-translate-y-40:first-child {
    --tw-translate-y: -10rem;
  }

  .lg\:first\:-translate-y-44:first-child {
    --tw-translate-y: -11rem;
  }

  .lg\:first\:-translate-y-48:first-child {
    --tw-translate-y: -12rem;
  }

  .lg\:first\:-translate-y-52:first-child {
    --tw-translate-y: -13rem;
  }

  .lg\:first\:-translate-y-56:first-child {
    --tw-translate-y: -14rem;
  }

  .lg\:first\:-translate-y-60:first-child {
    --tw-translate-y: -15rem;
  }

  .lg\:first\:-translate-y-64:first-child {
    --tw-translate-y: -16rem;
  }

  .lg\:first\:-translate-y-72:first-child {
    --tw-translate-y: -18rem;
  }

  .lg\:first\:-translate-y-80:first-child {
    --tw-translate-y: -20rem;
  }

  .lg\:first\:-translate-y-96:first-child {
    --tw-translate-y: -24rem;
  }

  .lg\:first\:-translate-y-px:first-child {
    --tw-translate-y: -1px;
  }

  .lg\:first\:-translate-y-0\.5:first-child {
    --tw-translate-y: -0.125rem;
  }

  .lg\:first\:-translate-y-1\.5:first-child {
    --tw-translate-y: -0.375rem;
  }

  .lg\:first\:-translate-y-2\.5:first-child {
    --tw-translate-y: -0.625rem;
  }

  .lg\:first\:-translate-y-3\.5:first-child {
    --tw-translate-y: -0.875rem;
  }

  .lg\:first\:translate-y-1\/2:first-child {
    --tw-translate-y: 50%;
  }

  .lg\:first\:translate-y-1\/3:first-child {
    --tw-translate-y: 33.333333%;
  }

  .lg\:first\:translate-y-2\/3:first-child {
    --tw-translate-y: 66.666667%;
  }

  .lg\:first\:translate-y-1\/4:first-child {
    --tw-translate-y: 25%;
  }

  .lg\:first\:translate-y-2\/4:first-child {
    --tw-translate-y: 50%;
  }

  .lg\:first\:translate-y-3\/4:first-child {
    --tw-translate-y: 75%;
  }

  .lg\:first\:translate-y-full:first-child {
    --tw-translate-y: 100%;
  }

  .lg\:first\:-translate-y-1\/2:first-child {
    --tw-translate-y: -50%;
  }

  .lg\:first\:-translate-y-1\/3:first-child {
    --tw-translate-y: -33.333333%;
  }

  .lg\:first\:-translate-y-2\/3:first-child {
    --tw-translate-y: -66.666667%;
  }

  .lg\:first\:-translate-y-1\/4:first-child {
    --tw-translate-y: -25%;
  }

  .lg\:first\:-translate-y-2\/4:first-child {
    --tw-translate-y: -50%;
  }

  .lg\:first\:-translate-y-3\/4:first-child {
    --tw-translate-y: -75%;
  }

  .lg\:first\:-translate-y-full:first-child {
    --tw-translate-y: -100%;
  }

  .lg\:last\:translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .lg\:last\:translate-x-1:last-child {
    --tw-translate-x: 0.25rem;
  }

  .lg\:last\:translate-x-2:last-child {
    --tw-translate-x: 0.5rem;
  }

  .lg\:last\:translate-x-3:last-child {
    --tw-translate-x: 0.75rem;
  }

  .lg\:last\:translate-x-4:last-child {
    --tw-translate-x: 1rem;
  }

  .lg\:last\:translate-x-5:last-child {
    --tw-translate-x: 1.25rem;
  }

  .lg\:last\:translate-x-6:last-child {
    --tw-translate-x: 1.5rem;
  }

  .lg\:last\:translate-x-7:last-child {
    --tw-translate-x: 1.75rem;
  }

  .lg\:last\:translate-x-8:last-child {
    --tw-translate-x: 2rem;
  }

  .lg\:last\:translate-x-9:last-child {
    --tw-translate-x: 2.25rem;
  }

  .lg\:last\:translate-x-10:last-child {
    --tw-translate-x: 2.5rem;
  }

  .lg\:last\:translate-x-11:last-child {
    --tw-translate-x: 2.75rem;
  }

  .lg\:last\:translate-x-12:last-child {
    --tw-translate-x: 3rem;
  }

  .lg\:last\:translate-x-14:last-child {
    --tw-translate-x: 3.5rem;
  }

  .lg\:last\:translate-x-16:last-child {
    --tw-translate-x: 4rem;
  }

  .lg\:last\:translate-x-20:last-child {
    --tw-translate-x: 5rem;
  }

  .lg\:last\:translate-x-24:last-child {
    --tw-translate-x: 6rem;
  }

  .lg\:last\:translate-x-28:last-child {
    --tw-translate-x: 7rem;
  }

  .lg\:last\:translate-x-32:last-child {
    --tw-translate-x: 8rem;
  }

  .lg\:last\:translate-x-36:last-child {
    --tw-translate-x: 9rem;
  }

  .lg\:last\:translate-x-40:last-child {
    --tw-translate-x: 10rem;
  }

  .lg\:last\:translate-x-44:last-child {
    --tw-translate-x: 11rem;
  }

  .lg\:last\:translate-x-48:last-child {
    --tw-translate-x: 12rem;
  }

  .lg\:last\:translate-x-52:last-child {
    --tw-translate-x: 13rem;
  }

  .lg\:last\:translate-x-56:last-child {
    --tw-translate-x: 14rem;
  }

  .lg\:last\:translate-x-60:last-child {
    --tw-translate-x: 15rem;
  }

  .lg\:last\:translate-x-64:last-child {
    --tw-translate-x: 16rem;
  }

  .lg\:last\:translate-x-72:last-child {
    --tw-translate-x: 18rem;
  }

  .lg\:last\:translate-x-80:last-child {
    --tw-translate-x: 20rem;
  }

  .lg\:last\:translate-x-96:last-child {
    --tw-translate-x: 24rem;
  }

  .lg\:last\:translate-x-px:last-child {
    --tw-translate-x: 1px;
  }

  .lg\:last\:translate-x-0\.5:last-child {
    --tw-translate-x: 0.125rem;
  }

  .lg\:last\:translate-x-1\.5:last-child {
    --tw-translate-x: 0.375rem;
  }

  .lg\:last\:translate-x-2\.5:last-child {
    --tw-translate-x: 0.625rem;
  }

  .lg\:last\:translate-x-3\.5:last-child {
    --tw-translate-x: 0.875rem;
  }

  .lg\:last\:-translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .lg\:last\:-translate-x-1:last-child {
    --tw-translate-x: -0.25rem;
  }

  .lg\:last\:-translate-x-2:last-child {
    --tw-translate-x: -0.5rem;
  }

  .lg\:last\:-translate-x-3:last-child {
    --tw-translate-x: -0.75rem;
  }

  .lg\:last\:-translate-x-4:last-child {
    --tw-translate-x: -1rem;
  }

  .lg\:last\:-translate-x-5:last-child {
    --tw-translate-x: -1.25rem;
  }

  .lg\:last\:-translate-x-6:last-child {
    --tw-translate-x: -1.5rem;
  }

  .lg\:last\:-translate-x-7:last-child {
    --tw-translate-x: -1.75rem;
  }

  .lg\:last\:-translate-x-8:last-child {
    --tw-translate-x: -2rem;
  }

  .lg\:last\:-translate-x-9:last-child {
    --tw-translate-x: -2.25rem;
  }

  .lg\:last\:-translate-x-10:last-child {
    --tw-translate-x: -2.5rem;
  }

  .lg\:last\:-translate-x-11:last-child {
    --tw-translate-x: -2.75rem;
  }

  .lg\:last\:-translate-x-12:last-child {
    --tw-translate-x: -3rem;
  }

  .lg\:last\:-translate-x-14:last-child {
    --tw-translate-x: -3.5rem;
  }

  .lg\:last\:-translate-x-16:last-child {
    --tw-translate-x: -4rem;
  }

  .lg\:last\:-translate-x-20:last-child {
    --tw-translate-x: -5rem;
  }

  .lg\:last\:-translate-x-24:last-child {
    --tw-translate-x: -6rem;
  }

  .lg\:last\:-translate-x-28:last-child {
    --tw-translate-x: -7rem;
  }

  .lg\:last\:-translate-x-32:last-child {
    --tw-translate-x: -8rem;
  }

  .lg\:last\:-translate-x-36:last-child {
    --tw-translate-x: -9rem;
  }

  .lg\:last\:-translate-x-40:last-child {
    --tw-translate-x: -10rem;
  }

  .lg\:last\:-translate-x-44:last-child {
    --tw-translate-x: -11rem;
  }

  .lg\:last\:-translate-x-48:last-child {
    --tw-translate-x: -12rem;
  }

  .lg\:last\:-translate-x-52:last-child {
    --tw-translate-x: -13rem;
  }

  .lg\:last\:-translate-x-56:last-child {
    --tw-translate-x: -14rem;
  }

  .lg\:last\:-translate-x-60:last-child {
    --tw-translate-x: -15rem;
  }

  .lg\:last\:-translate-x-64:last-child {
    --tw-translate-x: -16rem;
  }

  .lg\:last\:-translate-x-72:last-child {
    --tw-translate-x: -18rem;
  }

  .lg\:last\:-translate-x-80:last-child {
    --tw-translate-x: -20rem;
  }

  .lg\:last\:-translate-x-96:last-child {
    --tw-translate-x: -24rem;
  }

  .lg\:last\:-translate-x-px:last-child {
    --tw-translate-x: -1px;
  }

  .lg\:last\:-translate-x-0\.5:last-child {
    --tw-translate-x: -0.125rem;
  }

  .lg\:last\:-translate-x-1\.5:last-child {
    --tw-translate-x: -0.375rem;
  }

  .lg\:last\:-translate-x-2\.5:last-child {
    --tw-translate-x: -0.625rem;
  }

  .lg\:last\:-translate-x-3\.5:last-child {
    --tw-translate-x: -0.875rem;
  }

  .lg\:last\:translate-x-1\/2:last-child {
    --tw-translate-x: 50%;
  }

  .lg\:last\:translate-x-1\/3:last-child {
    --tw-translate-x: 33.333333%;
  }

  .lg\:last\:translate-x-2\/3:last-child {
    --tw-translate-x: 66.666667%;
  }

  .lg\:last\:translate-x-1\/4:last-child {
    --tw-translate-x: 25%;
  }

  .lg\:last\:translate-x-2\/4:last-child {
    --tw-translate-x: 50%;
  }

  .lg\:last\:translate-x-3\/4:last-child {
    --tw-translate-x: 75%;
  }

  .lg\:last\:translate-x-full:last-child {
    --tw-translate-x: 100%;
  }

  .lg\:last\:-translate-x-1\/2:last-child {
    --tw-translate-x: -50%;
  }

  .lg\:last\:-translate-x-1\/3:last-child {
    --tw-translate-x: -33.333333%;
  }

  .lg\:last\:-translate-x-2\/3:last-child {
    --tw-translate-x: -66.666667%;
  }

  .lg\:last\:-translate-x-1\/4:last-child {
    --tw-translate-x: -25%;
  }

  .lg\:last\:-translate-x-2\/4:last-child {
    --tw-translate-x: -50%;
  }

  .lg\:last\:-translate-x-3\/4:last-child {
    --tw-translate-x: -75%;
  }

  .lg\:last\:-translate-x-full:last-child {
    --tw-translate-x: -100%;
  }

  .lg\:last\:translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .lg\:last\:translate-y-1:last-child {
    --tw-translate-y: 0.25rem;
  }

  .lg\:last\:translate-y-2:last-child {
    --tw-translate-y: 0.5rem;
  }

  .lg\:last\:translate-y-3:last-child {
    --tw-translate-y: 0.75rem;
  }

  .lg\:last\:translate-y-4:last-child {
    --tw-translate-y: 1rem;
  }

  .lg\:last\:translate-y-5:last-child {
    --tw-translate-y: 1.25rem;
  }

  .lg\:last\:translate-y-6:last-child {
    --tw-translate-y: 1.5rem;
  }

  .lg\:last\:translate-y-7:last-child {
    --tw-translate-y: 1.75rem;
  }

  .lg\:last\:translate-y-8:last-child {
    --tw-translate-y: 2rem;
  }

  .lg\:last\:translate-y-9:last-child {
    --tw-translate-y: 2.25rem;
  }

  .lg\:last\:translate-y-10:last-child {
    --tw-translate-y: 2.5rem;
  }

  .lg\:last\:translate-y-11:last-child {
    --tw-translate-y: 2.75rem;
  }

  .lg\:last\:translate-y-12:last-child {
    --tw-translate-y: 3rem;
  }

  .lg\:last\:translate-y-14:last-child {
    --tw-translate-y: 3.5rem;
  }

  .lg\:last\:translate-y-16:last-child {
    --tw-translate-y: 4rem;
  }

  .lg\:last\:translate-y-20:last-child {
    --tw-translate-y: 5rem;
  }

  .lg\:last\:translate-y-24:last-child {
    --tw-translate-y: 6rem;
  }

  .lg\:last\:translate-y-28:last-child {
    --tw-translate-y: 7rem;
  }

  .lg\:last\:translate-y-32:last-child {
    --tw-translate-y: 8rem;
  }

  .lg\:last\:translate-y-36:last-child {
    --tw-translate-y: 9rem;
  }

  .lg\:last\:translate-y-40:last-child {
    --tw-translate-y: 10rem;
  }

  .lg\:last\:translate-y-44:last-child {
    --tw-translate-y: 11rem;
  }

  .lg\:last\:translate-y-48:last-child {
    --tw-translate-y: 12rem;
  }

  .lg\:last\:translate-y-52:last-child {
    --tw-translate-y: 13rem;
  }

  .lg\:last\:translate-y-56:last-child {
    --tw-translate-y: 14rem;
  }

  .lg\:last\:translate-y-60:last-child {
    --tw-translate-y: 15rem;
  }

  .lg\:last\:translate-y-64:last-child {
    --tw-translate-y: 16rem;
  }

  .lg\:last\:translate-y-72:last-child {
    --tw-translate-y: 18rem;
  }

  .lg\:last\:translate-y-80:last-child {
    --tw-translate-y: 20rem;
  }

  .lg\:last\:translate-y-96:last-child {
    --tw-translate-y: 24rem;
  }

  .lg\:last\:translate-y-px:last-child {
    --tw-translate-y: 1px;
  }

  .lg\:last\:translate-y-0\.5:last-child {
    --tw-translate-y: 0.125rem;
  }

  .lg\:last\:translate-y-1\.5:last-child {
    --tw-translate-y: 0.375rem;
  }

  .lg\:last\:translate-y-2\.5:last-child {
    --tw-translate-y: 0.625rem;
  }

  .lg\:last\:translate-y-3\.5:last-child {
    --tw-translate-y: 0.875rem;
  }

  .lg\:last\:-translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .lg\:last\:-translate-y-1:last-child {
    --tw-translate-y: -0.25rem;
  }

  .lg\:last\:-translate-y-2:last-child {
    --tw-translate-y: -0.5rem;
  }

  .lg\:last\:-translate-y-3:last-child {
    --tw-translate-y: -0.75rem;
  }

  .lg\:last\:-translate-y-4:last-child {
    --tw-translate-y: -1rem;
  }

  .lg\:last\:-translate-y-5:last-child {
    --tw-translate-y: -1.25rem;
  }

  .lg\:last\:-translate-y-6:last-child {
    --tw-translate-y: -1.5rem;
  }

  .lg\:last\:-translate-y-7:last-child {
    --tw-translate-y: -1.75rem;
  }

  .lg\:last\:-translate-y-8:last-child {
    --tw-translate-y: -2rem;
  }

  .lg\:last\:-translate-y-9:last-child {
    --tw-translate-y: -2.25rem;
  }

  .lg\:last\:-translate-y-10:last-child {
    --tw-translate-y: -2.5rem;
  }

  .lg\:last\:-translate-y-11:last-child {
    --tw-translate-y: -2.75rem;
  }

  .lg\:last\:-translate-y-12:last-child {
    --tw-translate-y: -3rem;
  }

  .lg\:last\:-translate-y-14:last-child {
    --tw-translate-y: -3.5rem;
  }

  .lg\:last\:-translate-y-16:last-child {
    --tw-translate-y: -4rem;
  }

  .lg\:last\:-translate-y-20:last-child {
    --tw-translate-y: -5rem;
  }

  .lg\:last\:-translate-y-24:last-child {
    --tw-translate-y: -6rem;
  }

  .lg\:last\:-translate-y-28:last-child {
    --tw-translate-y: -7rem;
  }

  .lg\:last\:-translate-y-32:last-child {
    --tw-translate-y: -8rem;
  }

  .lg\:last\:-translate-y-36:last-child {
    --tw-translate-y: -9rem;
  }

  .lg\:last\:-translate-y-40:last-child {
    --tw-translate-y: -10rem;
  }

  .lg\:last\:-translate-y-44:last-child {
    --tw-translate-y: -11rem;
  }

  .lg\:last\:-translate-y-48:last-child {
    --tw-translate-y: -12rem;
  }

  .lg\:last\:-translate-y-52:last-child {
    --tw-translate-y: -13rem;
  }

  .lg\:last\:-translate-y-56:last-child {
    --tw-translate-y: -14rem;
  }

  .lg\:last\:-translate-y-60:last-child {
    --tw-translate-y: -15rem;
  }

  .lg\:last\:-translate-y-64:last-child {
    --tw-translate-y: -16rem;
  }

  .lg\:last\:-translate-y-72:last-child {
    --tw-translate-y: -18rem;
  }

  .lg\:last\:-translate-y-80:last-child {
    --tw-translate-y: -20rem;
  }

  .lg\:last\:-translate-y-96:last-child {
    --tw-translate-y: -24rem;
  }

  .lg\:last\:-translate-y-px:last-child {
    --tw-translate-y: -1px;
  }

  .lg\:last\:-translate-y-0\.5:last-child {
    --tw-translate-y: -0.125rem;
  }

  .lg\:last\:-translate-y-1\.5:last-child {
    --tw-translate-y: -0.375rem;
  }

  .lg\:last\:-translate-y-2\.5:last-child {
    --tw-translate-y: -0.625rem;
  }

  .lg\:last\:-translate-y-3\.5:last-child {
    --tw-translate-y: -0.875rem;
  }

  .lg\:last\:translate-y-1\/2:last-child {
    --tw-translate-y: 50%;
  }

  .lg\:last\:translate-y-1\/3:last-child {
    --tw-translate-y: 33.333333%;
  }

  .lg\:last\:translate-y-2\/3:last-child {
    --tw-translate-y: 66.666667%;
  }

  .lg\:last\:translate-y-1\/4:last-child {
    --tw-translate-y: 25%;
  }

  .lg\:last\:translate-y-2\/4:last-child {
    --tw-translate-y: 50%;
  }

  .lg\:last\:translate-y-3\/4:last-child {
    --tw-translate-y: 75%;
  }

  .lg\:last\:translate-y-full:last-child {
    --tw-translate-y: 100%;
  }

  .lg\:last\:-translate-y-1\/2:last-child {
    --tw-translate-y: -50%;
  }

  .lg\:last\:-translate-y-1\/3:last-child {
    --tw-translate-y: -33.333333%;
  }

  .lg\:last\:-translate-y-2\/3:last-child {
    --tw-translate-y: -66.666667%;
  }

  .lg\:last\:-translate-y-1\/4:last-child {
    --tw-translate-y: -25%;
  }

  .lg\:last\:-translate-y-2\/4:last-child {
    --tw-translate-y: -50%;
  }

  .lg\:last\:-translate-y-3\/4:last-child {
    --tw-translate-y: -75%;
  }

  .lg\:last\:-translate-y-full:last-child {
    --tw-translate-y: -100%;
  }

  .lg\:odd\:translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .lg\:odd\:translate-x-1:nth-child(odd) {
    --tw-translate-x: 0.25rem;
  }

  .lg\:odd\:translate-x-2:nth-child(odd) {
    --tw-translate-x: 0.5rem;
  }

  .lg\:odd\:translate-x-3:nth-child(odd) {
    --tw-translate-x: 0.75rem;
  }

  .lg\:odd\:translate-x-4:nth-child(odd) {
    --tw-translate-x: 1rem;
  }

  .lg\:odd\:translate-x-5:nth-child(odd) {
    --tw-translate-x: 1.25rem;
  }

  .lg\:odd\:translate-x-6:nth-child(odd) {
    --tw-translate-x: 1.5rem;
  }

  .lg\:odd\:translate-x-7:nth-child(odd) {
    --tw-translate-x: 1.75rem;
  }

  .lg\:odd\:translate-x-8:nth-child(odd) {
    --tw-translate-x: 2rem;
  }

  .lg\:odd\:translate-x-9:nth-child(odd) {
    --tw-translate-x: 2.25rem;
  }

  .lg\:odd\:translate-x-10:nth-child(odd) {
    --tw-translate-x: 2.5rem;
  }

  .lg\:odd\:translate-x-11:nth-child(odd) {
    --tw-translate-x: 2.75rem;
  }

  .lg\:odd\:translate-x-12:nth-child(odd) {
    --tw-translate-x: 3rem;
  }

  .lg\:odd\:translate-x-14:nth-child(odd) {
    --tw-translate-x: 3.5rem;
  }

  .lg\:odd\:translate-x-16:nth-child(odd) {
    --tw-translate-x: 4rem;
  }

  .lg\:odd\:translate-x-20:nth-child(odd) {
    --tw-translate-x: 5rem;
  }

  .lg\:odd\:translate-x-24:nth-child(odd) {
    --tw-translate-x: 6rem;
  }

  .lg\:odd\:translate-x-28:nth-child(odd) {
    --tw-translate-x: 7rem;
  }

  .lg\:odd\:translate-x-32:nth-child(odd) {
    --tw-translate-x: 8rem;
  }

  .lg\:odd\:translate-x-36:nth-child(odd) {
    --tw-translate-x: 9rem;
  }

  .lg\:odd\:translate-x-40:nth-child(odd) {
    --tw-translate-x: 10rem;
  }

  .lg\:odd\:translate-x-44:nth-child(odd) {
    --tw-translate-x: 11rem;
  }

  .lg\:odd\:translate-x-48:nth-child(odd) {
    --tw-translate-x: 12rem;
  }

  .lg\:odd\:translate-x-52:nth-child(odd) {
    --tw-translate-x: 13rem;
  }

  .lg\:odd\:translate-x-56:nth-child(odd) {
    --tw-translate-x: 14rem;
  }

  .lg\:odd\:translate-x-60:nth-child(odd) {
    --tw-translate-x: 15rem;
  }

  .lg\:odd\:translate-x-64:nth-child(odd) {
    --tw-translate-x: 16rem;
  }

  .lg\:odd\:translate-x-72:nth-child(odd) {
    --tw-translate-x: 18rem;
  }

  .lg\:odd\:translate-x-80:nth-child(odd) {
    --tw-translate-x: 20rem;
  }

  .lg\:odd\:translate-x-96:nth-child(odd) {
    --tw-translate-x: 24rem;
  }

  .lg\:odd\:translate-x-px:nth-child(odd) {
    --tw-translate-x: 1px;
  }

  .lg\:odd\:translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: 0.125rem;
  }

  .lg\:odd\:translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: 0.375rem;
  }

  .lg\:odd\:translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: 0.625rem;
  }

  .lg\:odd\:translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: 0.875rem;
  }

  .lg\:odd\:-translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .lg\:odd\:-translate-x-1:nth-child(odd) {
    --tw-translate-x: -0.25rem;
  }

  .lg\:odd\:-translate-x-2:nth-child(odd) {
    --tw-translate-x: -0.5rem;
  }

  .lg\:odd\:-translate-x-3:nth-child(odd) {
    --tw-translate-x: -0.75rem;
  }

  .lg\:odd\:-translate-x-4:nth-child(odd) {
    --tw-translate-x: -1rem;
  }

  .lg\:odd\:-translate-x-5:nth-child(odd) {
    --tw-translate-x: -1.25rem;
  }

  .lg\:odd\:-translate-x-6:nth-child(odd) {
    --tw-translate-x: -1.5rem;
  }

  .lg\:odd\:-translate-x-7:nth-child(odd) {
    --tw-translate-x: -1.75rem;
  }

  .lg\:odd\:-translate-x-8:nth-child(odd) {
    --tw-translate-x: -2rem;
  }

  .lg\:odd\:-translate-x-9:nth-child(odd) {
    --tw-translate-x: -2.25rem;
  }

  .lg\:odd\:-translate-x-10:nth-child(odd) {
    --tw-translate-x: -2.5rem;
  }

  .lg\:odd\:-translate-x-11:nth-child(odd) {
    --tw-translate-x: -2.75rem;
  }

  .lg\:odd\:-translate-x-12:nth-child(odd) {
    --tw-translate-x: -3rem;
  }

  .lg\:odd\:-translate-x-14:nth-child(odd) {
    --tw-translate-x: -3.5rem;
  }

  .lg\:odd\:-translate-x-16:nth-child(odd) {
    --tw-translate-x: -4rem;
  }

  .lg\:odd\:-translate-x-20:nth-child(odd) {
    --tw-translate-x: -5rem;
  }

  .lg\:odd\:-translate-x-24:nth-child(odd) {
    --tw-translate-x: -6rem;
  }

  .lg\:odd\:-translate-x-28:nth-child(odd) {
    --tw-translate-x: -7rem;
  }

  .lg\:odd\:-translate-x-32:nth-child(odd) {
    --tw-translate-x: -8rem;
  }

  .lg\:odd\:-translate-x-36:nth-child(odd) {
    --tw-translate-x: -9rem;
  }

  .lg\:odd\:-translate-x-40:nth-child(odd) {
    --tw-translate-x: -10rem;
  }

  .lg\:odd\:-translate-x-44:nth-child(odd) {
    --tw-translate-x: -11rem;
  }

  .lg\:odd\:-translate-x-48:nth-child(odd) {
    --tw-translate-x: -12rem;
  }

  .lg\:odd\:-translate-x-52:nth-child(odd) {
    --tw-translate-x: -13rem;
  }

  .lg\:odd\:-translate-x-56:nth-child(odd) {
    --tw-translate-x: -14rem;
  }

  .lg\:odd\:-translate-x-60:nth-child(odd) {
    --tw-translate-x: -15rem;
  }

  .lg\:odd\:-translate-x-64:nth-child(odd) {
    --tw-translate-x: -16rem;
  }

  .lg\:odd\:-translate-x-72:nth-child(odd) {
    --tw-translate-x: -18rem;
  }

  .lg\:odd\:-translate-x-80:nth-child(odd) {
    --tw-translate-x: -20rem;
  }

  .lg\:odd\:-translate-x-96:nth-child(odd) {
    --tw-translate-x: -24rem;
  }

  .lg\:odd\:-translate-x-px:nth-child(odd) {
    --tw-translate-x: -1px;
  }

  .lg\:odd\:-translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: -0.125rem;
  }

  .lg\:odd\:-translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: -0.375rem;
  }

  .lg\:odd\:-translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: -0.625rem;
  }

  .lg\:odd\:-translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: -0.875rem;
  }

  .lg\:odd\:translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .lg\:odd\:translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: 33.333333%;
  }

  .lg\:odd\:translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: 66.666667%;
  }

  .lg\:odd\:translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: 25%;
  }

  .lg\:odd\:translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .lg\:odd\:translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: 75%;
  }

  .lg\:odd\:translate-x-full:nth-child(odd) {
    --tw-translate-x: 100%;
  }

  .lg\:odd\:-translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .lg\:odd\:-translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: -33.333333%;
  }

  .lg\:odd\:-translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: -66.666667%;
  }

  .lg\:odd\:-translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: -25%;
  }

  .lg\:odd\:-translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .lg\:odd\:-translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: -75%;
  }

  .lg\:odd\:-translate-x-full:nth-child(odd) {
    --tw-translate-x: -100%;
  }

  .lg\:odd\:translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .lg\:odd\:translate-y-1:nth-child(odd) {
    --tw-translate-y: 0.25rem;
  }

  .lg\:odd\:translate-y-2:nth-child(odd) {
    --tw-translate-y: 0.5rem;
  }

  .lg\:odd\:translate-y-3:nth-child(odd) {
    --tw-translate-y: 0.75rem;
  }

  .lg\:odd\:translate-y-4:nth-child(odd) {
    --tw-translate-y: 1rem;
  }

  .lg\:odd\:translate-y-5:nth-child(odd) {
    --tw-translate-y: 1.25rem;
  }

  .lg\:odd\:translate-y-6:nth-child(odd) {
    --tw-translate-y: 1.5rem;
  }

  .lg\:odd\:translate-y-7:nth-child(odd) {
    --tw-translate-y: 1.75rem;
  }

  .lg\:odd\:translate-y-8:nth-child(odd) {
    --tw-translate-y: 2rem;
  }

  .lg\:odd\:translate-y-9:nth-child(odd) {
    --tw-translate-y: 2.25rem;
  }

  .lg\:odd\:translate-y-10:nth-child(odd) {
    --tw-translate-y: 2.5rem;
  }

  .lg\:odd\:translate-y-11:nth-child(odd) {
    --tw-translate-y: 2.75rem;
  }

  .lg\:odd\:translate-y-12:nth-child(odd) {
    --tw-translate-y: 3rem;
  }

  .lg\:odd\:translate-y-14:nth-child(odd) {
    --tw-translate-y: 3.5rem;
  }

  .lg\:odd\:translate-y-16:nth-child(odd) {
    --tw-translate-y: 4rem;
  }

  .lg\:odd\:translate-y-20:nth-child(odd) {
    --tw-translate-y: 5rem;
  }

  .lg\:odd\:translate-y-24:nth-child(odd) {
    --tw-translate-y: 6rem;
  }

  .lg\:odd\:translate-y-28:nth-child(odd) {
    --tw-translate-y: 7rem;
  }

  .lg\:odd\:translate-y-32:nth-child(odd) {
    --tw-translate-y: 8rem;
  }

  .lg\:odd\:translate-y-36:nth-child(odd) {
    --tw-translate-y: 9rem;
  }

  .lg\:odd\:translate-y-40:nth-child(odd) {
    --tw-translate-y: 10rem;
  }

  .lg\:odd\:translate-y-44:nth-child(odd) {
    --tw-translate-y: 11rem;
  }

  .lg\:odd\:translate-y-48:nth-child(odd) {
    --tw-translate-y: 12rem;
  }

  .lg\:odd\:translate-y-52:nth-child(odd) {
    --tw-translate-y: 13rem;
  }

  .lg\:odd\:translate-y-56:nth-child(odd) {
    --tw-translate-y: 14rem;
  }

  .lg\:odd\:translate-y-60:nth-child(odd) {
    --tw-translate-y: 15rem;
  }

  .lg\:odd\:translate-y-64:nth-child(odd) {
    --tw-translate-y: 16rem;
  }

  .lg\:odd\:translate-y-72:nth-child(odd) {
    --tw-translate-y: 18rem;
  }

  .lg\:odd\:translate-y-80:nth-child(odd) {
    --tw-translate-y: 20rem;
  }

  .lg\:odd\:translate-y-96:nth-child(odd) {
    --tw-translate-y: 24rem;
  }

  .lg\:odd\:translate-y-px:nth-child(odd) {
    --tw-translate-y: 1px;
  }

  .lg\:odd\:translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: 0.125rem;
  }

  .lg\:odd\:translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: 0.375rem;
  }

  .lg\:odd\:translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: 0.625rem;
  }

  .lg\:odd\:translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: 0.875rem;
  }

  .lg\:odd\:-translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .lg\:odd\:-translate-y-1:nth-child(odd) {
    --tw-translate-y: -0.25rem;
  }

  .lg\:odd\:-translate-y-2:nth-child(odd) {
    --tw-translate-y: -0.5rem;
  }

  .lg\:odd\:-translate-y-3:nth-child(odd) {
    --tw-translate-y: -0.75rem;
  }

  .lg\:odd\:-translate-y-4:nth-child(odd) {
    --tw-translate-y: -1rem;
  }

  .lg\:odd\:-translate-y-5:nth-child(odd) {
    --tw-translate-y: -1.25rem;
  }

  .lg\:odd\:-translate-y-6:nth-child(odd) {
    --tw-translate-y: -1.5rem;
  }

  .lg\:odd\:-translate-y-7:nth-child(odd) {
    --tw-translate-y: -1.75rem;
  }

  .lg\:odd\:-translate-y-8:nth-child(odd) {
    --tw-translate-y: -2rem;
  }

  .lg\:odd\:-translate-y-9:nth-child(odd) {
    --tw-translate-y: -2.25rem;
  }

  .lg\:odd\:-translate-y-10:nth-child(odd) {
    --tw-translate-y: -2.5rem;
  }

  .lg\:odd\:-translate-y-11:nth-child(odd) {
    --tw-translate-y: -2.75rem;
  }

  .lg\:odd\:-translate-y-12:nth-child(odd) {
    --tw-translate-y: -3rem;
  }

  .lg\:odd\:-translate-y-14:nth-child(odd) {
    --tw-translate-y: -3.5rem;
  }

  .lg\:odd\:-translate-y-16:nth-child(odd) {
    --tw-translate-y: -4rem;
  }

  .lg\:odd\:-translate-y-20:nth-child(odd) {
    --tw-translate-y: -5rem;
  }

  .lg\:odd\:-translate-y-24:nth-child(odd) {
    --tw-translate-y: -6rem;
  }

  .lg\:odd\:-translate-y-28:nth-child(odd) {
    --tw-translate-y: -7rem;
  }

  .lg\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }

  .lg\:odd\:-translate-y-36:nth-child(odd) {
    --tw-translate-y: -9rem;
  }

  .lg\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }

  .lg\:odd\:-translate-y-44:nth-child(odd) {
    --tw-translate-y: -11rem;
  }

  .lg\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }

  .lg\:odd\:-translate-y-52:nth-child(odd) {
    --tw-translate-y: -13rem;
  }

  .lg\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }

  .lg\:odd\:-translate-y-60:nth-child(odd) {
    --tw-translate-y: -15rem;
  }

  .lg\:odd\:-translate-y-64:nth-child(odd) {
    --tw-translate-y: -16rem;
  }

  .lg\:odd\:-translate-y-72:nth-child(odd) {
    --tw-translate-y: -18rem;
  }

  .lg\:odd\:-translate-y-80:nth-child(odd) {
    --tw-translate-y: -20rem;
  }

  .lg\:odd\:-translate-y-96:nth-child(odd) {
    --tw-translate-y: -24rem;
  }

  .lg\:odd\:-translate-y-px:nth-child(odd) {
    --tw-translate-y: -1px;
  }

  .lg\:odd\:-translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: -0.125rem;
  }

  .lg\:odd\:-translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: -0.375rem;
  }

  .lg\:odd\:-translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: -0.625rem;
  }

  .lg\:odd\:-translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: -0.875rem;
  }

  .lg\:odd\:translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .lg\:odd\:translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: 33.333333%;
  }

  .lg\:odd\:translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: 66.666667%;
  }

  .lg\:odd\:translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: 25%;
  }

  .lg\:odd\:translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .lg\:odd\:translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: 75%;
  }

  .lg\:odd\:translate-y-full:nth-child(odd) {
    --tw-translate-y: 100%;
  }

  .lg\:odd\:-translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .lg\:odd\:-translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: -33.333333%;
  }

  .lg\:odd\:-translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: -66.666667%;
  }

  .lg\:odd\:-translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: -25%;
  }

  .lg\:odd\:-translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .lg\:odd\:-translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: -75%;
  }

  .lg\:odd\:-translate-y-full:nth-child(odd) {
    --tw-translate-y: -100%;
  }

  .lg\:even\:translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .lg\:even\:translate-x-1:nth-child(even) {
    --tw-translate-x: 0.25rem;
  }

  .lg\:even\:translate-x-2:nth-child(even) {
    --tw-translate-x: 0.5rem;
  }

  .lg\:even\:translate-x-3:nth-child(even) {
    --tw-translate-x: 0.75rem;
  }

  .lg\:even\:translate-x-4:nth-child(even) {
    --tw-translate-x: 1rem;
  }

  .lg\:even\:translate-x-5:nth-child(even) {
    --tw-translate-x: 1.25rem;
  }

  .lg\:even\:translate-x-6:nth-child(even) {
    --tw-translate-x: 1.5rem;
  }

  .lg\:even\:translate-x-7:nth-child(even) {
    --tw-translate-x: 1.75rem;
  }

  .lg\:even\:translate-x-8:nth-child(even) {
    --tw-translate-x: 2rem;
  }

  .lg\:even\:translate-x-9:nth-child(even) {
    --tw-translate-x: 2.25rem;
  }

  .lg\:even\:translate-x-10:nth-child(even) {
    --tw-translate-x: 2.5rem;
  }

  .lg\:even\:translate-x-11:nth-child(even) {
    --tw-translate-x: 2.75rem;
  }

  .lg\:even\:translate-x-12:nth-child(even) {
    --tw-translate-x: 3rem;
  }

  .lg\:even\:translate-x-14:nth-child(even) {
    --tw-translate-x: 3.5rem;
  }

  .lg\:even\:translate-x-16:nth-child(even) {
    --tw-translate-x: 4rem;
  }

  .lg\:even\:translate-x-20:nth-child(even) {
    --tw-translate-x: 5rem;
  }

  .lg\:even\:translate-x-24:nth-child(even) {
    --tw-translate-x: 6rem;
  }

  .lg\:even\:translate-x-28:nth-child(even) {
    --tw-translate-x: 7rem;
  }

  .lg\:even\:translate-x-32:nth-child(even) {
    --tw-translate-x: 8rem;
  }

  .lg\:even\:translate-x-36:nth-child(even) {
    --tw-translate-x: 9rem;
  }

  .lg\:even\:translate-x-40:nth-child(even) {
    --tw-translate-x: 10rem;
  }

  .lg\:even\:translate-x-44:nth-child(even) {
    --tw-translate-x: 11rem;
  }

  .lg\:even\:translate-x-48:nth-child(even) {
    --tw-translate-x: 12rem;
  }

  .lg\:even\:translate-x-52:nth-child(even) {
    --tw-translate-x: 13rem;
  }

  .lg\:even\:translate-x-56:nth-child(even) {
    --tw-translate-x: 14rem;
  }

  .lg\:even\:translate-x-60:nth-child(even) {
    --tw-translate-x: 15rem;
  }

  .lg\:even\:translate-x-64:nth-child(even) {
    --tw-translate-x: 16rem;
  }

  .lg\:even\:translate-x-72:nth-child(even) {
    --tw-translate-x: 18rem;
  }

  .lg\:even\:translate-x-80:nth-child(even) {
    --tw-translate-x: 20rem;
  }

  .lg\:even\:translate-x-96:nth-child(even) {
    --tw-translate-x: 24rem;
  }

  .lg\:even\:translate-x-px:nth-child(even) {
    --tw-translate-x: 1px;
  }

  .lg\:even\:translate-x-0\.5:nth-child(even) {
    --tw-translate-x: 0.125rem;
  }

  .lg\:even\:translate-x-1\.5:nth-child(even) {
    --tw-translate-x: 0.375rem;
  }

  .lg\:even\:translate-x-2\.5:nth-child(even) {
    --tw-translate-x: 0.625rem;
  }

  .lg\:even\:translate-x-3\.5:nth-child(even) {
    --tw-translate-x: 0.875rem;
  }

  .lg\:even\:-translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .lg\:even\:-translate-x-1:nth-child(even) {
    --tw-translate-x: -0.25rem;
  }

  .lg\:even\:-translate-x-2:nth-child(even) {
    --tw-translate-x: -0.5rem;
  }

  .lg\:even\:-translate-x-3:nth-child(even) {
    --tw-translate-x: -0.75rem;
  }

  .lg\:even\:-translate-x-4:nth-child(even) {
    --tw-translate-x: -1rem;
  }

  .lg\:even\:-translate-x-5:nth-child(even) {
    --tw-translate-x: -1.25rem;
  }

  .lg\:even\:-translate-x-6:nth-child(even) {
    --tw-translate-x: -1.5rem;
  }

  .lg\:even\:-translate-x-7:nth-child(even) {
    --tw-translate-x: -1.75rem;
  }

  .lg\:even\:-translate-x-8:nth-child(even) {
    --tw-translate-x: -2rem;
  }

  .lg\:even\:-translate-x-9:nth-child(even) {
    --tw-translate-x: -2.25rem;
  }

  .lg\:even\:-translate-x-10:nth-child(even) {
    --tw-translate-x: -2.5rem;
  }

  .lg\:even\:-translate-x-11:nth-child(even) {
    --tw-translate-x: -2.75rem;
  }

  .lg\:even\:-translate-x-12:nth-child(even) {
    --tw-translate-x: -3rem;
  }

  .lg\:even\:-translate-x-14:nth-child(even) {
    --tw-translate-x: -3.5rem;
  }

  .lg\:even\:-translate-x-16:nth-child(even) {
    --tw-translate-x: -4rem;
  }

  .lg\:even\:-translate-x-20:nth-child(even) {
    --tw-translate-x: -5rem;
  }

  .lg\:even\:-translate-x-24:nth-child(even) {
    --tw-translate-x: -6rem;
  }

  .lg\:even\:-translate-x-28:nth-child(even) {
    --tw-translate-x: -7rem;
  }

  .lg\:even\:-translate-x-32:nth-child(even) {
    --tw-translate-x: -8rem;
  }

  .lg\:even\:-translate-x-36:nth-child(even) {
    --tw-translate-x: -9rem;
  }

  .lg\:even\:-translate-x-40:nth-child(even) {
    --tw-translate-x: -10rem;
  }

  .lg\:even\:-translate-x-44:nth-child(even) {
    --tw-translate-x: -11rem;
  }

  .lg\:even\:-translate-x-48:nth-child(even) {
    --tw-translate-x: -12rem;
  }

  .lg\:even\:-translate-x-52:nth-child(even) {
    --tw-translate-x: -13rem;
  }

  .lg\:even\:-translate-x-56:nth-child(even) {
    --tw-translate-x: -14rem;
  }

  .lg\:even\:-translate-x-60:nth-child(even) {
    --tw-translate-x: -15rem;
  }

  .lg\:even\:-translate-x-64:nth-child(even) {
    --tw-translate-x: -16rem;
  }

  .lg\:even\:-translate-x-72:nth-child(even) {
    --tw-translate-x: -18rem;
  }

  .lg\:even\:-translate-x-80:nth-child(even) {
    --tw-translate-x: -20rem;
  }

  .lg\:even\:-translate-x-96:nth-child(even) {
    --tw-translate-x: -24rem;
  }

  .lg\:even\:-translate-x-px:nth-child(even) {
    --tw-translate-x: -1px;
  }

  .lg\:even\:-translate-x-0\.5:nth-child(even) {
    --tw-translate-x: -0.125rem;
  }

  .lg\:even\:-translate-x-1\.5:nth-child(even) {
    --tw-translate-x: -0.375rem;
  }

  .lg\:even\:-translate-x-2\.5:nth-child(even) {
    --tw-translate-x: -0.625rem;
  }

  .lg\:even\:-translate-x-3\.5:nth-child(even) {
    --tw-translate-x: -0.875rem;
  }

  .lg\:even\:translate-x-1\/2:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .lg\:even\:translate-x-1\/3:nth-child(even) {
    --tw-translate-x: 33.333333%;
  }

  .lg\:even\:translate-x-2\/3:nth-child(even) {
    --tw-translate-x: 66.666667%;
  }

  .lg\:even\:translate-x-1\/4:nth-child(even) {
    --tw-translate-x: 25%;
  }

  .lg\:even\:translate-x-2\/4:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .lg\:even\:translate-x-3\/4:nth-child(even) {
    --tw-translate-x: 75%;
  }

  .lg\:even\:translate-x-full:nth-child(even) {
    --tw-translate-x: 100%;
  }

  .lg\:even\:-translate-x-1\/2:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .lg\:even\:-translate-x-1\/3:nth-child(even) {
    --tw-translate-x: -33.333333%;
  }

  .lg\:even\:-translate-x-2\/3:nth-child(even) {
    --tw-translate-x: -66.666667%;
  }

  .lg\:even\:-translate-x-1\/4:nth-child(even) {
    --tw-translate-x: -25%;
  }

  .lg\:even\:-translate-x-2\/4:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .lg\:even\:-translate-x-3\/4:nth-child(even) {
    --tw-translate-x: -75%;
  }

  .lg\:even\:-translate-x-full:nth-child(even) {
    --tw-translate-x: -100%;
  }

  .lg\:even\:translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .lg\:even\:translate-y-1:nth-child(even) {
    --tw-translate-y: 0.25rem;
  }

  .lg\:even\:translate-y-2:nth-child(even) {
    --tw-translate-y: 0.5rem;
  }

  .lg\:even\:translate-y-3:nth-child(even) {
    --tw-translate-y: 0.75rem;
  }

  .lg\:even\:translate-y-4:nth-child(even) {
    --tw-translate-y: 1rem;
  }

  .lg\:even\:translate-y-5:nth-child(even) {
    --tw-translate-y: 1.25rem;
  }

  .lg\:even\:translate-y-6:nth-child(even) {
    --tw-translate-y: 1.5rem;
  }

  .lg\:even\:translate-y-7:nth-child(even) {
    --tw-translate-y: 1.75rem;
  }

  .lg\:even\:translate-y-8:nth-child(even) {
    --tw-translate-y: 2rem;
  }

  .lg\:even\:translate-y-9:nth-child(even) {
    --tw-translate-y: 2.25rem;
  }

  .lg\:even\:translate-y-10:nth-child(even) {
    --tw-translate-y: 2.5rem;
  }

  .lg\:even\:translate-y-11:nth-child(even) {
    --tw-translate-y: 2.75rem;
  }

  .lg\:even\:translate-y-12:nth-child(even) {
    --tw-translate-y: 3rem;
  }

  .lg\:even\:translate-y-14:nth-child(even) {
    --tw-translate-y: 3.5rem;
  }

  .lg\:even\:translate-y-16:nth-child(even) {
    --tw-translate-y: 4rem;
  }

  .lg\:even\:translate-y-20:nth-child(even) {
    --tw-translate-y: 5rem;
  }

  .lg\:even\:translate-y-24:nth-child(even) {
    --tw-translate-y: 6rem;
  }

  .lg\:even\:translate-y-28:nth-child(even) {
    --tw-translate-y: 7rem;
  }

  .lg\:even\:translate-y-32:nth-child(even) {
    --tw-translate-y: 8rem;
  }

  .lg\:even\:translate-y-36:nth-child(even) {
    --tw-translate-y: 9rem;
  }

  .lg\:even\:translate-y-40:nth-child(even) {
    --tw-translate-y: 10rem;
  }

  .lg\:even\:translate-y-44:nth-child(even) {
    --tw-translate-y: 11rem;
  }

  .lg\:even\:translate-y-48:nth-child(even) {
    --tw-translate-y: 12rem;
  }

  .lg\:even\:translate-y-52:nth-child(even) {
    --tw-translate-y: 13rem;
  }

  .lg\:even\:translate-y-56:nth-child(even) {
    --tw-translate-y: 14rem;
  }

  .lg\:even\:translate-y-60:nth-child(even) {
    --tw-translate-y: 15rem;
  }

  .lg\:even\:translate-y-64:nth-child(even) {
    --tw-translate-y: 16rem;
  }

  .lg\:even\:translate-y-72:nth-child(even) {
    --tw-translate-y: 18rem;
  }

  .lg\:even\:translate-y-80:nth-child(even) {
    --tw-translate-y: 20rem;
  }

  .lg\:even\:translate-y-96:nth-child(even) {
    --tw-translate-y: 24rem;
  }

  .lg\:even\:translate-y-px:nth-child(even) {
    --tw-translate-y: 1px;
  }

  .lg\:even\:translate-y-0\.5:nth-child(even) {
    --tw-translate-y: 0.125rem;
  }

  .lg\:even\:translate-y-1\.5:nth-child(even) {
    --tw-translate-y: 0.375rem;
  }

  .lg\:even\:translate-y-2\.5:nth-child(even) {
    --tw-translate-y: 0.625rem;
  }

  .lg\:even\:translate-y-3\.5:nth-child(even) {
    --tw-translate-y: 0.875rem;
  }

  .lg\:even\:-translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .lg\:even\:-translate-y-1:nth-child(even) {
    --tw-translate-y: -0.25rem;
  }

  .lg\:even\:-translate-y-2:nth-child(even) {
    --tw-translate-y: -0.5rem;
  }

  .lg\:even\:-translate-y-3:nth-child(even) {
    --tw-translate-y: -0.75rem;
  }

  .lg\:even\:-translate-y-4:nth-child(even) {
    --tw-translate-y: -1rem;
  }

  .lg\:even\:-translate-y-5:nth-child(even) {
    --tw-translate-y: -1.25rem;
  }

  .lg\:even\:-translate-y-6:nth-child(even) {
    --tw-translate-y: -1.5rem;
  }

  .lg\:even\:-translate-y-7:nth-child(even) {
    --tw-translate-y: -1.75rem;
  }

  .lg\:even\:-translate-y-8:nth-child(even) {
    --tw-translate-y: -2rem;
  }

  .lg\:even\:-translate-y-9:nth-child(even) {
    --tw-translate-y: -2.25rem;
  }

  .lg\:even\:-translate-y-10:nth-child(even) {
    --tw-translate-y: -2.5rem;
  }

  .lg\:even\:-translate-y-11:nth-child(even) {
    --tw-translate-y: -2.75rem;
  }

  .lg\:even\:-translate-y-12:nth-child(even) {
    --tw-translate-y: -3rem;
  }

  .lg\:even\:-translate-y-14:nth-child(even) {
    --tw-translate-y: -3.5rem;
  }

  .lg\:even\:-translate-y-16:nth-child(even) {
    --tw-translate-y: -4rem;
  }

  .lg\:even\:-translate-y-20:nth-child(even) {
    --tw-translate-y: -5rem;
  }

  .lg\:even\:-translate-y-24:nth-child(even) {
    --tw-translate-y: -6rem;
  }

  .lg\:even\:-translate-y-28:nth-child(even) {
    --tw-translate-y: -7rem;
  }

  .lg\:even\:-translate-y-32:nth-child(even) {
    --tw-translate-y: -8rem;
  }

  .lg\:even\:-translate-y-36:nth-child(even) {
    --tw-translate-y: -9rem;
  }

  .lg\:even\:-translate-y-40:nth-child(even) {
    --tw-translate-y: -10rem;
  }

  .lg\:even\:-translate-y-44:nth-child(even) {
    --tw-translate-y: -11rem;
  }

  .lg\:even\:-translate-y-48:nth-child(even) {
    --tw-translate-y: -12rem;
  }

  .lg\:even\:-translate-y-52:nth-child(even) {
    --tw-translate-y: -13rem;
  }

  .lg\:even\:-translate-y-56:nth-child(even) {
    --tw-translate-y: -14rem;
  }

  .lg\:even\:-translate-y-60:nth-child(even) {
    --tw-translate-y: -15rem;
  }

  .lg\:even\:-translate-y-64:nth-child(even) {
    --tw-translate-y: -16rem;
  }

  .lg\:even\:-translate-y-72:nth-child(even) {
    --tw-translate-y: -18rem;
  }

  .lg\:even\:-translate-y-80:nth-child(even) {
    --tw-translate-y: -20rem;
  }

  .lg\:even\:-translate-y-96:nth-child(even) {
    --tw-translate-y: -24rem;
  }

  .lg\:even\:-translate-y-px:nth-child(even) {
    --tw-translate-y: -1px;
  }

  .lg\:even\:-translate-y-0\.5:nth-child(even) {
    --tw-translate-y: -0.125rem;
  }

  .lg\:even\:-translate-y-1\.5:nth-child(even) {
    --tw-translate-y: -0.375rem;
  }

  .lg\:even\:-translate-y-2\.5:nth-child(even) {
    --tw-translate-y: -0.625rem;
  }

  .lg\:even\:-translate-y-3\.5:nth-child(even) {
    --tw-translate-y: -0.875rem;
  }

  .lg\:even\:translate-y-1\/2:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .lg\:even\:translate-y-1\/3:nth-child(even) {
    --tw-translate-y: 33.333333%;
  }

  .lg\:even\:translate-y-2\/3:nth-child(even) {
    --tw-translate-y: 66.666667%;
  }

  .lg\:even\:translate-y-1\/4:nth-child(even) {
    --tw-translate-y: 25%;
  }

  .lg\:even\:translate-y-2\/4:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .lg\:even\:translate-y-3\/4:nth-child(even) {
    --tw-translate-y: 75%;
  }

  .lg\:even\:translate-y-full:nth-child(even) {
    --tw-translate-y: 100%;
  }

  .lg\:even\:-translate-y-1\/2:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .lg\:even\:-translate-y-1\/3:nth-child(even) {
    --tw-translate-y: -33.333333%;
  }

  .lg\:even\:-translate-y-2\/3:nth-child(even) {
    --tw-translate-y: -66.666667%;
  }

  .lg\:even\:-translate-y-1\/4:nth-child(even) {
    --tw-translate-y: -25%;
  }

  .lg\:even\:-translate-y-2\/4:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .lg\:even\:-translate-y-3\/4:nth-child(even) {
    --tw-translate-y: -75%;
  }

  .lg\:even\:-translate-y-full:nth-child(even) {
    --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\:active\:translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .lg\:active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
  }

  .lg\:active\:translate-x-2:active {
    --tw-translate-x: 0.5rem;
  }

  .lg\:active\:translate-x-3:active {
    --tw-translate-x: 0.75rem;
  }

  .lg\:active\:translate-x-4:active {
    --tw-translate-x: 1rem;
  }

  .lg\:active\:translate-x-5:active {
    --tw-translate-x: 1.25rem;
  }

  .lg\:active\:translate-x-6:active {
    --tw-translate-x: 1.5rem;
  }

  .lg\:active\:translate-x-7:active {
    --tw-translate-x: 1.75rem;
  }

  .lg\:active\:translate-x-8:active {
    --tw-translate-x: 2rem;
  }

  .lg\:active\:translate-x-9:active {
    --tw-translate-x: 2.25rem;
  }

  .lg\:active\:translate-x-10:active {
    --tw-translate-x: 2.5rem;
  }

  .lg\:active\:translate-x-11:active {
    --tw-translate-x: 2.75rem;
  }

  .lg\:active\:translate-x-12:active {
    --tw-translate-x: 3rem;
  }

  .lg\:active\:translate-x-14:active {
    --tw-translate-x: 3.5rem;
  }

  .lg\:active\:translate-x-16:active {
    --tw-translate-x: 4rem;
  }

  .lg\:active\:translate-x-20:active {
    --tw-translate-x: 5rem;
  }

  .lg\:active\:translate-x-24:active {
    --tw-translate-x: 6rem;
  }

  .lg\:active\:translate-x-28:active {
    --tw-translate-x: 7rem;
  }

  .lg\:active\:translate-x-32:active {
    --tw-translate-x: 8rem;
  }

  .lg\:active\:translate-x-36:active {
    --tw-translate-x: 9rem;
  }

  .lg\:active\:translate-x-40:active {
    --tw-translate-x: 10rem;
  }

  .lg\:active\:translate-x-44:active {
    --tw-translate-x: 11rem;
  }

  .lg\:active\:translate-x-48:active {
    --tw-translate-x: 12rem;
  }

  .lg\:active\:translate-x-52:active {
    --tw-translate-x: 13rem;
  }

  .lg\:active\:translate-x-56:active {
    --tw-translate-x: 14rem;
  }

  .lg\:active\:translate-x-60:active {
    --tw-translate-x: 15rem;
  }

  .lg\:active\:translate-x-64:active {
    --tw-translate-x: 16rem;
  }

  .lg\:active\:translate-x-72:active {
    --tw-translate-x: 18rem;
  }

  .lg\:active\:translate-x-80:active {
    --tw-translate-x: 20rem;
  }

  .lg\:active\:translate-x-96:active {
    --tw-translate-x: 24rem;
  }

  .lg\:active\:translate-x-px:active {
    --tw-translate-x: 1px;
  }

  .lg\:active\:translate-x-0\.5:active {
    --tw-translate-x: 0.125rem;
  }

  .lg\:active\:translate-x-1\.5:active {
    --tw-translate-x: 0.375rem;
  }

  .lg\:active\:translate-x-2\.5:active {
    --tw-translate-x: 0.625rem;
  }

  .lg\:active\:translate-x-3\.5:active {
    --tw-translate-x: 0.875rem;
  }

  .lg\:active\:-translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .lg\:active\:-translate-x-1:active {
    --tw-translate-x: -0.25rem;
  }

  .lg\:active\:-translate-x-2:active {
    --tw-translate-x: -0.5rem;
  }

  .lg\:active\:-translate-x-3:active {
    --tw-translate-x: -0.75rem;
  }

  .lg\:active\:-translate-x-4:active {
    --tw-translate-x: -1rem;
  }

  .lg\:active\:-translate-x-5:active {
    --tw-translate-x: -1.25rem;
  }

  .lg\:active\:-translate-x-6:active {
    --tw-translate-x: -1.5rem;
  }

  .lg\:active\:-translate-x-7:active {
    --tw-translate-x: -1.75rem;
  }

  .lg\:active\:-translate-x-8:active {
    --tw-translate-x: -2rem;
  }

  .lg\:active\:-translate-x-9:active {
    --tw-translate-x: -2.25rem;
  }

  .lg\:active\:-translate-x-10:active {
    --tw-translate-x: -2.5rem;
  }

  .lg\:active\:-translate-x-11:active {
    --tw-translate-x: -2.75rem;
  }

  .lg\:active\:-translate-x-12:active {
    --tw-translate-x: -3rem;
  }

  .lg\:active\:-translate-x-14:active {
    --tw-translate-x: -3.5rem;
  }

  .lg\:active\:-translate-x-16:active {
    --tw-translate-x: -4rem;
  }

  .lg\:active\:-translate-x-20:active {
    --tw-translate-x: -5rem;
  }

  .lg\:active\:-translate-x-24:active {
    --tw-translate-x: -6rem;
  }

  .lg\:active\:-translate-x-28:active {
    --tw-translate-x: -7rem;
  }

  .lg\:active\:-translate-x-32:active {
    --tw-translate-x: -8rem;
  }

  .lg\:active\:-translate-x-36:active {
    --tw-translate-x: -9rem;
  }

  .lg\:active\:-translate-x-40:active {
    --tw-translate-x: -10rem;
  }

  .lg\:active\:-translate-x-44:active {
    --tw-translate-x: -11rem;
  }

  .lg\:active\:-translate-x-48:active {
    --tw-translate-x: -12rem;
  }

  .lg\:active\:-translate-x-52:active {
    --tw-translate-x: -13rem;
  }

  .lg\:active\:-translate-x-56:active {
    --tw-translate-x: -14rem;
  }

  .lg\:active\:-translate-x-60:active {
    --tw-translate-x: -15rem;
  }

  .lg\:active\:-translate-x-64:active {
    --tw-translate-x: -16rem;
  }

  .lg\:active\:-translate-x-72:active {
    --tw-translate-x: -18rem;
  }

  .lg\:active\:-translate-x-80:active {
    --tw-translate-x: -20rem;
  }

  .lg\:active\:-translate-x-96:active {
    --tw-translate-x: -24rem;
  }

  .lg\:active\:-translate-x-px:active {
    --tw-translate-x: -1px;
  }

  .lg\:active\:-translate-x-0\.5:active {
    --tw-translate-x: -0.125rem;
  }

  .lg\:active\:-translate-x-1\.5:active {
    --tw-translate-x: -0.375rem;
  }

  .lg\:active\:-translate-x-2\.5:active {
    --tw-translate-x: -0.625rem;
  }

  .lg\:active\:-translate-x-3\.5:active {
    --tw-translate-x: -0.875rem;
  }

  .lg\:active\:translate-x-1\/2:active {
    --tw-translate-x: 50%;
  }

  .lg\:active\:translate-x-1\/3:active {
    --tw-translate-x: 33.333333%;
  }

  .lg\:active\:translate-x-2\/3:active {
    --tw-translate-x: 66.666667%;
  }

  .lg\:active\:translate-x-1\/4:active {
    --tw-translate-x: 25%;
  }

  .lg\:active\:translate-x-2\/4:active {
    --tw-translate-x: 50%;
  }

  .lg\:active\:translate-x-3\/4:active {
    --tw-translate-x: 75%;
  }

  .lg\:active\:translate-x-full:active {
    --tw-translate-x: 100%;
  }

  .lg\:active\:-translate-x-1\/2:active {
    --tw-translate-x: -50%;
  }

  .lg\:active\:-translate-x-1\/3:active {
    --tw-translate-x: -33.333333%;
  }

  .lg\:active\:-translate-x-2\/3:active {
    --tw-translate-x: -66.666667%;
  }

  .lg\:active\:-translate-x-1\/4:active {
    --tw-translate-x: -25%;
  }

  .lg\:active\:-translate-x-2\/4:active {
    --tw-translate-x: -50%;
  }

  .lg\:active\:-translate-x-3\/4:active {
    --tw-translate-x: -75%;
  }

  .lg\:active\:-translate-x-full:active {
    --tw-translate-x: -100%;
  }

  .lg\:active\:translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .lg\:active\:translate-y-1:active {
    --tw-translate-y: 0.25rem;
  }

  .lg\:active\:translate-y-2:active {
    --tw-translate-y: 0.5rem;
  }

  .lg\:active\:translate-y-3:active {
    --tw-translate-y: 0.75rem;
  }

  .lg\:active\:translate-y-4:active {
    --tw-translate-y: 1rem;
  }

  .lg\:active\:translate-y-5:active {
    --tw-translate-y: 1.25rem;
  }

  .lg\:active\:translate-y-6:active {
    --tw-translate-y: 1.5rem;
  }

  .lg\:active\:translate-y-7:active {
    --tw-translate-y: 1.75rem;
  }

  .lg\:active\:translate-y-8:active {
    --tw-translate-y: 2rem;
  }

  .lg\:active\:translate-y-9:active {
    --tw-translate-y: 2.25rem;
  }

  .lg\:active\:translate-y-10:active {
    --tw-translate-y: 2.5rem;
  }

  .lg\:active\:translate-y-11:active {
    --tw-translate-y: 2.75rem;
  }

  .lg\:active\:translate-y-12:active {
    --tw-translate-y: 3rem;
  }

  .lg\:active\:translate-y-14:active {
    --tw-translate-y: 3.5rem;
  }

  .lg\:active\:translate-y-16:active {
    --tw-translate-y: 4rem;
  }

  .lg\:active\:translate-y-20:active {
    --tw-translate-y: 5rem;
  }

  .lg\:active\:translate-y-24:active {
    --tw-translate-y: 6rem;
  }

  .lg\:active\:translate-y-28:active {
    --tw-translate-y: 7rem;
  }

  .lg\:active\:translate-y-32:active {
    --tw-translate-y: 8rem;
  }

  .lg\:active\:translate-y-36:active {
    --tw-translate-y: 9rem;
  }

  .lg\:active\:translate-y-40:active {
    --tw-translate-y: 10rem;
  }

  .lg\:active\:translate-y-44:active {
    --tw-translate-y: 11rem;
  }

  .lg\:active\:translate-y-48:active {
    --tw-translate-y: 12rem;
  }

  .lg\:active\:translate-y-52:active {
    --tw-translate-y: 13rem;
  }

  .lg\:active\:translate-y-56:active {
    --tw-translate-y: 14rem;
  }

  .lg\:active\:translate-y-60:active {
    --tw-translate-y: 15rem;
  }

  .lg\:active\:translate-y-64:active {
    --tw-translate-y: 16rem;
  }

  .lg\:active\:translate-y-72:active {
    --tw-translate-y: 18rem;
  }

  .lg\:active\:translate-y-80:active {
    --tw-translate-y: 20rem;
  }

  .lg\:active\:translate-y-96:active {
    --tw-translate-y: 24rem;
  }

  .lg\:active\:translate-y-px:active {
    --tw-translate-y: 1px;
  }

  .lg\:active\:translate-y-0\.5:active {
    --tw-translate-y: 0.125rem;
  }

  .lg\:active\:translate-y-1\.5:active {
    --tw-translate-y: 0.375rem;
  }

  .lg\:active\:translate-y-2\.5:active {
    --tw-translate-y: 0.625rem;
  }

  .lg\:active\:translate-y-3\.5:active {
    --tw-translate-y: 0.875rem;
  }

  .lg\:active\:-translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .lg\:active\:-translate-y-1:active {
    --tw-translate-y: -0.25rem;
  }

  .lg\:active\:-translate-y-2:active {
    --tw-translate-y: -0.5rem;
  }

  .lg\:active\:-translate-y-3:active {
    --tw-translate-y: -0.75rem;
  }

  .lg\:active\:-translate-y-4:active {
    --tw-translate-y: -1rem;
  }

  .lg\:active\:-translate-y-5:active {
    --tw-translate-y: -1.25rem;
  }

  .lg\:active\:-translate-y-6:active {
    --tw-translate-y: -1.5rem;
  }

  .lg\:active\:-translate-y-7:active {
    --tw-translate-y: -1.75rem;
  }

  .lg\:active\:-translate-y-8:active {
    --tw-translate-y: -2rem;
  }

  .lg\:active\:-translate-y-9:active {
    --tw-translate-y: -2.25rem;
  }

  .lg\:active\:-translate-y-10:active {
    --tw-translate-y: -2.5rem;
  }

  .lg\:active\:-translate-y-11:active {
    --tw-translate-y: -2.75rem;
  }

  .lg\:active\:-translate-y-12:active {
    --tw-translate-y: -3rem;
  }

  .lg\:active\:-translate-y-14:active {
    --tw-translate-y: -3.5rem;
  }

  .lg\:active\:-translate-y-16:active {
    --tw-translate-y: -4rem;
  }

  .lg\:active\:-translate-y-20:active {
    --tw-translate-y: -5rem;
  }

  .lg\:active\:-translate-y-24:active {
    --tw-translate-y: -6rem;
  }

  .lg\:active\:-translate-y-28:active {
    --tw-translate-y: -7rem;
  }

  .lg\:active\:-translate-y-32:active {
    --tw-translate-y: -8rem;
  }

  .lg\:active\:-translate-y-36:active {
    --tw-translate-y: -9rem;
  }

  .lg\:active\:-translate-y-40:active {
    --tw-translate-y: -10rem;
  }

  .lg\:active\:-translate-y-44:active {
    --tw-translate-y: -11rem;
  }

  .lg\:active\:-translate-y-48:active {
    --tw-translate-y: -12rem;
  }

  .lg\:active\:-translate-y-52:active {
    --tw-translate-y: -13rem;
  }

  .lg\:active\:-translate-y-56:active {
    --tw-translate-y: -14rem;
  }

  .lg\:active\:-translate-y-60:active {
    --tw-translate-y: -15rem;
  }

  .lg\:active\:-translate-y-64:active {
    --tw-translate-y: -16rem;
  }

  .lg\:active\:-translate-y-72:active {
    --tw-translate-y: -18rem;
  }

  .lg\:active\:-translate-y-80:active {
    --tw-translate-y: -20rem;
  }

  .lg\:active\:-translate-y-96:active {
    --tw-translate-y: -24rem;
  }

  .lg\:active\:-translate-y-px:active {
    --tw-translate-y: -1px;
  }

  .lg\:active\:-translate-y-0\.5:active {
    --tw-translate-y: -0.125rem;
  }

  .lg\:active\:-translate-y-1\.5:active {
    --tw-translate-y: -0.375rem;
  }

  .lg\:active\:-translate-y-2\.5:active {
    --tw-translate-y: -0.625rem;
  }

  .lg\:active\:-translate-y-3\.5:active {
    --tw-translate-y: -0.875rem;
  }

  .lg\:active\:translate-y-1\/2:active {
    --tw-translate-y: 50%;
  }

  .lg\:active\:translate-y-1\/3:active {
    --tw-translate-y: 33.333333%;
  }

  .lg\:active\:translate-y-2\/3:active {
    --tw-translate-y: 66.666667%;
  }

  .lg\:active\:translate-y-1\/4:active {
    --tw-translate-y: 25%;
  }

  .lg\:active\:translate-y-2\/4:active {
    --tw-translate-y: 50%;
  }

  .lg\:active\:translate-y-3\/4:active {
    --tw-translate-y: 75%;
  }

  .lg\:active\:translate-y-full:active {
    --tw-translate-y: 100%;
  }

  .lg\:active\:-translate-y-1\/2:active {
    --tw-translate-y: -50%;
  }

  .lg\:active\:-translate-y-1\/3:active {
    --tw-translate-y: -33.333333%;
  }

  .lg\:active\:-translate-y-2\/3:active {
    --tw-translate-y: -66.666667%;
  }

  .lg\:active\:-translate-y-1\/4:active {
    --tw-translate-y: -25%;
  }

  .lg\:active\:-translate-y-2\/4:active {
    --tw-translate-y: -50%;
  }

  .lg\:active\:-translate-y-3\/4:active {
    --tw-translate-y: -75%;
  }

  .lg\:active\:-translate-y-full:active {
    --tw-translate-y: -100%;
  }

  .lg\:visited\:translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .lg\:visited\:translate-x-1:visited {
    --tw-translate-x: 0.25rem;
  }

  .lg\:visited\:translate-x-2:visited {
    --tw-translate-x: 0.5rem;
  }

  .lg\:visited\:translate-x-3:visited {
    --tw-translate-x: 0.75rem;
  }

  .lg\:visited\:translate-x-4:visited {
    --tw-translate-x: 1rem;
  }

  .lg\:visited\:translate-x-5:visited {
    --tw-translate-x: 1.25rem;
  }

  .lg\:visited\:translate-x-6:visited {
    --tw-translate-x: 1.5rem;
  }

  .lg\:visited\:translate-x-7:visited {
    --tw-translate-x: 1.75rem;
  }

  .lg\:visited\:translate-x-8:visited {
    --tw-translate-x: 2rem;
  }

  .lg\:visited\:translate-x-9:visited {
    --tw-translate-x: 2.25rem;
  }

  .lg\:visited\:translate-x-10:visited {
    --tw-translate-x: 2.5rem;
  }

  .lg\:visited\:translate-x-11:visited {
    --tw-translate-x: 2.75rem;
  }

  .lg\:visited\:translate-x-12:visited {
    --tw-translate-x: 3rem;
  }

  .lg\:visited\:translate-x-14:visited {
    --tw-translate-x: 3.5rem;
  }

  .lg\:visited\:translate-x-16:visited {
    --tw-translate-x: 4rem;
  }

  .lg\:visited\:translate-x-20:visited {
    --tw-translate-x: 5rem;
  }

  .lg\:visited\:translate-x-24:visited {
    --tw-translate-x: 6rem;
  }

  .lg\:visited\:translate-x-28:visited {
    --tw-translate-x: 7rem;
  }

  .lg\:visited\:translate-x-32:visited {
    --tw-translate-x: 8rem;
  }

  .lg\:visited\:translate-x-36:visited {
    --tw-translate-x: 9rem;
  }

  .lg\:visited\:translate-x-40:visited {
    --tw-translate-x: 10rem;
  }

  .lg\:visited\:translate-x-44:visited {
    --tw-translate-x: 11rem;
  }

  .lg\:visited\:translate-x-48:visited {
    --tw-translate-x: 12rem;
  }

  .lg\:visited\:translate-x-52:visited {
    --tw-translate-x: 13rem;
  }

  .lg\:visited\:translate-x-56:visited {
    --tw-translate-x: 14rem;
  }

  .lg\:visited\:translate-x-60:visited {
    --tw-translate-x: 15rem;
  }

  .lg\:visited\:translate-x-64:visited {
    --tw-translate-x: 16rem;
  }

  .lg\:visited\:translate-x-72:visited {
    --tw-translate-x: 18rem;
  }

  .lg\:visited\:translate-x-80:visited {
    --tw-translate-x: 20rem;
  }

  .lg\:visited\:translate-x-96:visited {
    --tw-translate-x: 24rem;
  }

  .lg\:visited\:translate-x-px:visited {
    --tw-translate-x: 1px;
  }

  .lg\:visited\:translate-x-0\.5:visited {
    --tw-translate-x: 0.125rem;
  }

  .lg\:visited\:translate-x-1\.5:visited {
    --tw-translate-x: 0.375rem;
  }

  .lg\:visited\:translate-x-2\.5:visited {
    --tw-translate-x: 0.625rem;
  }

  .lg\:visited\:translate-x-3\.5:visited {
    --tw-translate-x: 0.875rem;
  }

  .lg\:visited\:-translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .lg\:visited\:-translate-x-1:visited {
    --tw-translate-x: -0.25rem;
  }

  .lg\:visited\:-translate-x-2:visited {
    --tw-translate-x: -0.5rem;
  }

  .lg\:visited\:-translate-x-3:visited {
    --tw-translate-x: -0.75rem;
  }

  .lg\:visited\:-translate-x-4:visited {
    --tw-translate-x: -1rem;
  }

  .lg\:visited\:-translate-x-5:visited {
    --tw-translate-x: -1.25rem;
  }

  .lg\:visited\:-translate-x-6:visited {
    --tw-translate-x: -1.5rem;
  }

  .lg\:visited\:-translate-x-7:visited {
    --tw-translate-x: -1.75rem;
  }

  .lg\:visited\:-translate-x-8:visited {
    --tw-translate-x: -2rem;
  }

  .lg\:visited\:-translate-x-9:visited {
    --tw-translate-x: -2.25rem;
  }

  .lg\:visited\:-translate-x-10:visited {
    --tw-translate-x: -2.5rem;
  }

  .lg\:visited\:-translate-x-11:visited {
    --tw-translate-x: -2.75rem;
  }

  .lg\:visited\:-translate-x-12:visited {
    --tw-translate-x: -3rem;
  }

  .lg\:visited\:-translate-x-14:visited {
    --tw-translate-x: -3.5rem;
  }

  .lg\:visited\:-translate-x-16:visited {
    --tw-translate-x: -4rem;
  }

  .lg\:visited\:-translate-x-20:visited {
    --tw-translate-x: -5rem;
  }

  .lg\:visited\:-translate-x-24:visited {
    --tw-translate-x: -6rem;
  }

  .lg\:visited\:-translate-x-28:visited {
    --tw-translate-x: -7rem;
  }

  .lg\:visited\:-translate-x-32:visited {
    --tw-translate-x: -8rem;
  }

  .lg\:visited\:-translate-x-36:visited {
    --tw-translate-x: -9rem;
  }

  .lg\:visited\:-translate-x-40:visited {
    --tw-translate-x: -10rem;
  }

  .lg\:visited\:-translate-x-44:visited {
    --tw-translate-x: -11rem;
  }

  .lg\:visited\:-translate-x-48:visited {
    --tw-translate-x: -12rem;
  }

  .lg\:visited\:-translate-x-52:visited {
    --tw-translate-x: -13rem;
  }

  .lg\:visited\:-translate-x-56:visited {
    --tw-translate-x: -14rem;
  }

  .lg\:visited\:-translate-x-60:visited {
    --tw-translate-x: -15rem;
  }

  .lg\:visited\:-translate-x-64:visited {
    --tw-translate-x: -16rem;
  }

  .lg\:visited\:-translate-x-72:visited {
    --tw-translate-x: -18rem;
  }

  .lg\:visited\:-translate-x-80:visited {
    --tw-translate-x: -20rem;
  }

  .lg\:visited\:-translate-x-96:visited {
    --tw-translate-x: -24rem;
  }

  .lg\:visited\:-translate-x-px:visited {
    --tw-translate-x: -1px;
  }

  .lg\:visited\:-translate-x-0\.5:visited {
    --tw-translate-x: -0.125rem;
  }

  .lg\:visited\:-translate-x-1\.5:visited {
    --tw-translate-x: -0.375rem;
  }

  .lg\:visited\:-translate-x-2\.5:visited {
    --tw-translate-x: -0.625rem;
  }

  .lg\:visited\:-translate-x-3\.5:visited {
    --tw-translate-x: -0.875rem;
  }

  .lg\:visited\:translate-x-1\/2:visited {
    --tw-translate-x: 50%;
  }

  .lg\:visited\:translate-x-1\/3:visited {
    --tw-translate-x: 33.333333%;
  }

  .lg\:visited\:translate-x-2\/3:visited {
    --tw-translate-x: 66.666667%;
  }

  .lg\:visited\:translate-x-1\/4:visited {
    --tw-translate-x: 25%;
  }

  .lg\:visited\:translate-x-2\/4:visited {
    --tw-translate-x: 50%;
  }

  .lg\:visited\:translate-x-3\/4:visited {
    --tw-translate-x: 75%;
  }

  .lg\:visited\:translate-x-full:visited {
    --tw-translate-x: 100%;
  }

  .lg\:visited\:-translate-x-1\/2:visited {
    --tw-translate-x: -50%;
  }

  .lg\:visited\:-translate-x-1\/3:visited {
    --tw-translate-x: -33.333333%;
  }

  .lg\:visited\:-translate-x-2\/3:visited {
    --tw-translate-x: -66.666667%;
  }

  .lg\:visited\:-translate-x-1\/4:visited {
    --tw-translate-x: -25%;
  }

  .lg\:visited\:-translate-x-2\/4:visited {
    --tw-translate-x: -50%;
  }

  .lg\:visited\:-translate-x-3\/4:visited {
    --tw-translate-x: -75%;
  }

  .lg\:visited\:-translate-x-full:visited {
    --tw-translate-x: -100%;
  }

  .lg\:visited\:translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .lg\:visited\:translate-y-1:visited {
    --tw-translate-y: 0.25rem;
  }

  .lg\:visited\:translate-y-2:visited {
    --tw-translate-y: 0.5rem;
  }

  .lg\:visited\:translate-y-3:visited {
    --tw-translate-y: 0.75rem;
  }

  .lg\:visited\:translate-y-4:visited {
    --tw-translate-y: 1rem;
  }

  .lg\:visited\:translate-y-5:visited {
    --tw-translate-y: 1.25rem;
  }

  .lg\:visited\:translate-y-6:visited {
    --tw-translate-y: 1.5rem;
  }

  .lg\:visited\:translate-y-7:visited {
    --tw-translate-y: 1.75rem;
  }

  .lg\:visited\:translate-y-8:visited {
    --tw-translate-y: 2rem;
  }

  .lg\:visited\:translate-y-9:visited {
    --tw-translate-y: 2.25rem;
  }

  .lg\:visited\:translate-y-10:visited {
    --tw-translate-y: 2.5rem;
  }

  .lg\:visited\:translate-y-11:visited {
    --tw-translate-y: 2.75rem;
  }

  .lg\:visited\:translate-y-12:visited {
    --tw-translate-y: 3rem;
  }

  .lg\:visited\:translate-y-14:visited {
    --tw-translate-y: 3.5rem;
  }

  .lg\:visited\:translate-y-16:visited {
    --tw-translate-y: 4rem;
  }

  .lg\:visited\:translate-y-20:visited {
    --tw-translate-y: 5rem;
  }

  .lg\:visited\:translate-y-24:visited {
    --tw-translate-y: 6rem;
  }

  .lg\:visited\:translate-y-28:visited {
    --tw-translate-y: 7rem;
  }

  .lg\:visited\:translate-y-32:visited {
    --tw-translate-y: 8rem;
  }

  .lg\:visited\:translate-y-36:visited {
    --tw-translate-y: 9rem;
  }

  .lg\:visited\:translate-y-40:visited {
    --tw-translate-y: 10rem;
  }

  .lg\:visited\:translate-y-44:visited {
    --tw-translate-y: 11rem;
  }

  .lg\:visited\:translate-y-48:visited {
    --tw-translate-y: 12rem;
  }

  .lg\:visited\:translate-y-52:visited {
    --tw-translate-y: 13rem;
  }

  .lg\:visited\:translate-y-56:visited {
    --tw-translate-y: 14rem;
  }

  .lg\:visited\:translate-y-60:visited {
    --tw-translate-y: 15rem;
  }

  .lg\:visited\:translate-y-64:visited {
    --tw-translate-y: 16rem;
  }

  .lg\:visited\:translate-y-72:visited {
    --tw-translate-y: 18rem;
  }

  .lg\:visited\:translate-y-80:visited {
    --tw-translate-y: 20rem;
  }

  .lg\:visited\:translate-y-96:visited {
    --tw-translate-y: 24rem;
  }

  .lg\:visited\:translate-y-px:visited {
    --tw-translate-y: 1px;
  }

  .lg\:visited\:translate-y-0\.5:visited {
    --tw-translate-y: 0.125rem;
  }

  .lg\:visited\:translate-y-1\.5:visited {
    --tw-translate-y: 0.375rem;
  }

  .lg\:visited\:translate-y-2\.5:visited {
    --tw-translate-y: 0.625rem;
  }

  .lg\:visited\:translate-y-3\.5:visited {
    --tw-translate-y: 0.875rem;
  }

  .lg\:visited\:-translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .lg\:visited\:-translate-y-1:visited {
    --tw-translate-y: -0.25rem;
  }

  .lg\:visited\:-translate-y-2:visited {
    --tw-translate-y: -0.5rem;
  }

  .lg\:visited\:-translate-y-3:visited {
    --tw-translate-y: -0.75rem;
  }

  .lg\:visited\:-translate-y-4:visited {
    --tw-translate-y: -1rem;
  }

  .lg\:visited\:-translate-y-5:visited {
    --tw-translate-y: -1.25rem;
  }

  .lg\:visited\:-translate-y-6:visited {
    --tw-translate-y: -1.5rem;
  }

  .lg\:visited\:-translate-y-7:visited {
    --tw-translate-y: -1.75rem;
  }

  .lg\:visited\:-translate-y-8:visited {
    --tw-translate-y: -2rem;
  }

  .lg\:visited\:-translate-y-9:visited {
    --tw-translate-y: -2.25rem;
  }

  .lg\:visited\:-translate-y-10:visited {
    --tw-translate-y: -2.5rem;
  }

  .lg\:visited\:-translate-y-11:visited {
    --tw-translate-y: -2.75rem;
  }

  .lg\:visited\:-translate-y-12:visited {
    --tw-translate-y: -3rem;
  }

  .lg\:visited\:-translate-y-14:visited {
    --tw-translate-y: -3.5rem;
  }

  .lg\:visited\:-translate-y-16:visited {
    --tw-translate-y: -4rem;
  }

  .lg\:visited\:-translate-y-20:visited {
    --tw-translate-y: -5rem;
  }

  .lg\:visited\:-translate-y-24:visited {
    --tw-translate-y: -6rem;
  }

  .lg\:visited\:-translate-y-28:visited {
    --tw-translate-y: -7rem;
  }

  .lg\:visited\:-translate-y-32:visited {
    --tw-translate-y: -8rem;
  }

  .lg\:visited\:-translate-y-36:visited {
    --tw-translate-y: -9rem;
  }

  .lg\:visited\:-translate-y-40:visited {
    --tw-translate-y: -10rem;
  }

  .lg\:visited\:-translate-y-44:visited {
    --tw-translate-y: -11rem;
  }

  .lg\:visited\:-translate-y-48:visited {
    --tw-translate-y: -12rem;
  }

  .lg\:visited\:-translate-y-52:visited {
    --tw-translate-y: -13rem;
  }

  .lg\:visited\:-translate-y-56:visited {
    --tw-translate-y: -14rem;
  }

  .lg\:visited\:-translate-y-60:visited {
    --tw-translate-y: -15rem;
  }

  .lg\:visited\:-translate-y-64:visited {
    --tw-translate-y: -16rem;
  }

  .lg\:visited\:-translate-y-72:visited {
    --tw-translate-y: -18rem;
  }

  .lg\:visited\:-translate-y-80:visited {
    --tw-translate-y: -20rem;
  }

  .lg\:visited\:-translate-y-96:visited {
    --tw-translate-y: -24rem;
  }

  .lg\:visited\:-translate-y-px:visited {
    --tw-translate-y: -1px;
  }

  .lg\:visited\:-translate-y-0\.5:visited {
    --tw-translate-y: -0.125rem;
  }

  .lg\:visited\:-translate-y-1\.5:visited {
    --tw-translate-y: -0.375rem;
  }

  .lg\:visited\:-translate-y-2\.5:visited {
    --tw-translate-y: -0.625rem;
  }

  .lg\:visited\:-translate-y-3\.5:visited {
    --tw-translate-y: -0.875rem;
  }

  .lg\:visited\:translate-y-1\/2:visited {
    --tw-translate-y: 50%;
  }

  .lg\:visited\:translate-y-1\/3:visited {
    --tw-translate-y: 33.333333%;
  }

  .lg\:visited\:translate-y-2\/3:visited {
    --tw-translate-y: 66.666667%;
  }

  .lg\:visited\:translate-y-1\/4:visited {
    --tw-translate-y: 25%;
  }

  .lg\:visited\:translate-y-2\/4:visited {
    --tw-translate-y: 50%;
  }

  .lg\:visited\:translate-y-3\/4:visited {
    --tw-translate-y: 75%;
  }

  .lg\:visited\:translate-y-full:visited {
    --tw-translate-y: 100%;
  }

  .lg\:visited\:-translate-y-1\/2:visited {
    --tw-translate-y: -50%;
  }

  .lg\:visited\:-translate-y-1\/3:visited {
    --tw-translate-y: -33.333333%;
  }

  .lg\:visited\:-translate-y-2\/3:visited {
    --tw-translate-y: -66.666667%;
  }

  .lg\:visited\:-translate-y-1\/4:visited {
    --tw-translate-y: -25%;
  }

  .lg\:visited\:-translate-y-2\/4:visited {
    --tw-translate-y: -50%;
  }

  .lg\:visited\:-translate-y-3\/4:visited {
    --tw-translate-y: -75%;
  }

  .lg\:visited\:-translate-y-full:visited {
    --tw-translate-y: -100%;
  }

  .lg\:disabled\:translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .lg\:disabled\:translate-x-1:disabled {
    --tw-translate-x: 0.25rem;
  }

  .lg\:disabled\:translate-x-2:disabled {
    --tw-translate-x: 0.5rem;
  }

  .lg\:disabled\:translate-x-3:disabled {
    --tw-translate-x: 0.75rem;
  }

  .lg\:disabled\:translate-x-4:disabled {
    --tw-translate-x: 1rem;
  }

  .lg\:disabled\:translate-x-5:disabled {
    --tw-translate-x: 1.25rem;
  }

  .lg\:disabled\:translate-x-6:disabled {
    --tw-translate-x: 1.5rem;
  }

  .lg\:disabled\:translate-x-7:disabled {
    --tw-translate-x: 1.75rem;
  }

  .lg\:disabled\:translate-x-8:disabled {
    --tw-translate-x: 2rem;
  }

  .lg\:disabled\:translate-x-9:disabled {
    --tw-translate-x: 2.25rem;
  }

  .lg\:disabled\:translate-x-10:disabled {
    --tw-translate-x: 2.5rem;
  }

  .lg\:disabled\:translate-x-11:disabled {
    --tw-translate-x: 2.75rem;
  }

  .lg\:disabled\:translate-x-12:disabled {
    --tw-translate-x: 3rem;
  }

  .lg\:disabled\:translate-x-14:disabled {
    --tw-translate-x: 3.5rem;
  }

  .lg\:disabled\:translate-x-16:disabled {
    --tw-translate-x: 4rem;
  }

  .lg\:disabled\:translate-x-20:disabled {
    --tw-translate-x: 5rem;
  }

  .lg\:disabled\:translate-x-24:disabled {
    --tw-translate-x: 6rem;
  }

  .lg\:disabled\:translate-x-28:disabled {
    --tw-translate-x: 7rem;
  }

  .lg\:disabled\:translate-x-32:disabled {
    --tw-translate-x: 8rem;
  }

  .lg\:disabled\:translate-x-36:disabled {
    --tw-translate-x: 9rem;
  }

  .lg\:disabled\:translate-x-40:disabled {
    --tw-translate-x: 10rem;
  }

  .lg\:disabled\:translate-x-44:disabled {
    --tw-translate-x: 11rem;
  }

  .lg\:disabled\:translate-x-48:disabled {
    --tw-translate-x: 12rem;
  }

  .lg\:disabled\:translate-x-52:disabled {
    --tw-translate-x: 13rem;
  }

  .lg\:disabled\:translate-x-56:disabled {
    --tw-translate-x: 14rem;
  }

  .lg\:disabled\:translate-x-60:disabled {
    --tw-translate-x: 15rem;
  }

  .lg\:disabled\:translate-x-64:disabled {
    --tw-translate-x: 16rem;
  }

  .lg\:disabled\:translate-x-72:disabled {
    --tw-translate-x: 18rem;
  }

  .lg\:disabled\:translate-x-80:disabled {
    --tw-translate-x: 20rem;
  }

  .lg\:disabled\:translate-x-96:disabled {
    --tw-translate-x: 24rem;
  }

  .lg\:disabled\:translate-x-px:disabled {
    --tw-translate-x: 1px;
  }

  .lg\:disabled\:translate-x-0\.5:disabled {
    --tw-translate-x: 0.125rem;
  }

  .lg\:disabled\:translate-x-1\.5:disabled {
    --tw-translate-x: 0.375rem;
  }

  .lg\:disabled\:translate-x-2\.5:disabled {
    --tw-translate-x: 0.625rem;
  }

  .lg\:disabled\:translate-x-3\.5:disabled {
    --tw-translate-x: 0.875rem;
  }

  .lg\:disabled\:-translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .lg\:disabled\:-translate-x-1:disabled {
    --tw-translate-x: -0.25rem;
  }

  .lg\:disabled\:-translate-x-2:disabled {
    --tw-translate-x: -0.5rem;
  }

  .lg\:disabled\:-translate-x-3:disabled {
    --tw-translate-x: -0.75rem;
  }

  .lg\:disabled\:-translate-x-4:disabled {
    --tw-translate-x: -1rem;
  }

  .lg\:disabled\:-translate-x-5:disabled {
    --tw-translate-x: -1.25rem;
  }

  .lg\:disabled\:-translate-x-6:disabled {
    --tw-translate-x: -1.5rem;
  }

  .lg\:disabled\:-translate-x-7:disabled {
    --tw-translate-x: -1.75rem;
  }

  .lg\:disabled\:-translate-x-8:disabled {
    --tw-translate-x: -2rem;
  }

  .lg\:disabled\:-translate-x-9:disabled {
    --tw-translate-x: -2.25rem;
  }

  .lg\:disabled\:-translate-x-10:disabled {
    --tw-translate-x: -2.5rem;
  }

  .lg\:disabled\:-translate-x-11:disabled {
    --tw-translate-x: -2.75rem;
  }

  .lg\:disabled\:-translate-x-12:disabled {
    --tw-translate-x: -3rem;
  }

  .lg\:disabled\:-translate-x-14:disabled {
    --tw-translate-x: -3.5rem;
  }

  .lg\:disabled\:-translate-x-16:disabled {
    --tw-translate-x: -4rem;
  }

  .lg\:disabled\:-translate-x-20:disabled {
    --tw-translate-x: -5rem;
  }

  .lg\:disabled\:-translate-x-24:disabled {
    --tw-translate-x: -6rem;
  }

  .lg\:disabled\:-translate-x-28:disabled {
    --tw-translate-x: -7rem;
  }

  .lg\:disabled\:-translate-x-32:disabled {
    --tw-translate-x: -8rem;
  }

  .lg\:disabled\:-translate-x-36:disabled {
    --tw-translate-x: -9rem;
  }

  .lg\:disabled\:-translate-x-40:disabled {
    --tw-translate-x: -10rem;
  }

  .lg\:disabled\:-translate-x-44:disabled {
    --tw-translate-x: -11rem;
  }

  .lg\:disabled\:-translate-x-48:disabled {
    --tw-translate-x: -12rem;
  }

  .lg\:disabled\:-translate-x-52:disabled {
    --tw-translate-x: -13rem;
  }

  .lg\:disabled\:-translate-x-56:disabled {
    --tw-translate-x: -14rem;
  }

  .lg\:disabled\:-translate-x-60:disabled {
    --tw-translate-x: -15rem;
  }

  .lg\:disabled\:-translate-x-64:disabled {
    --tw-translate-x: -16rem;
  }

  .lg\:disabled\:-translate-x-72:disabled {
    --tw-translate-x: -18rem;
  }

  .lg\:disabled\:-translate-x-80:disabled {
    --tw-translate-x: -20rem;
  }

  .lg\:disabled\:-translate-x-96:disabled {
    --tw-translate-x: -24rem;
  }

  .lg\:disabled\:-translate-x-px:disabled {
    --tw-translate-x: -1px;
  }

  .lg\:disabled\:-translate-x-0\.5:disabled {
    --tw-translate-x: -0.125rem;
  }

  .lg\:disabled\:-translate-x-1\.5:disabled {
    --tw-translate-x: -0.375rem;
  }

  .lg\:disabled\:-translate-x-2\.5:disabled {
    --tw-translate-x: -0.625rem;
  }

  .lg\:disabled\:-translate-x-3\.5:disabled {
    --tw-translate-x: -0.875rem;
  }

  .lg\:disabled\:translate-x-1\/2:disabled {
    --tw-translate-x: 50%;
  }

  .lg\:disabled\:translate-x-1\/3:disabled {
    --tw-translate-x: 33.333333%;
  }

  .lg\:disabled\:translate-x-2\/3:disabled {
    --tw-translate-x: 66.666667%;
  }

  .lg\:disabled\:translate-x-1\/4:disabled {
    --tw-translate-x: 25%;
  }

  .lg\:disabled\:translate-x-2\/4:disabled {
    --tw-translate-x: 50%;
  }

  .lg\:disabled\:translate-x-3\/4:disabled {
    --tw-translate-x: 75%;
  }

  .lg\:disabled\:translate-x-full:disabled {
    --tw-translate-x: 100%;
  }

  .lg\:disabled\:-translate-x-1\/2:disabled {
    --tw-translate-x: -50%;
  }

  .lg\:disabled\:-translate-x-1\/3:disabled {
    --tw-translate-x: -33.333333%;
  }

  .lg\:disabled\:-translate-x-2\/3:disabled {
    --tw-translate-x: -66.666667%;
  }

  .lg\:disabled\:-translate-x-1\/4:disabled {
    --tw-translate-x: -25%;
  }

  .lg\:disabled\:-translate-x-2\/4:disabled {
    --tw-translate-x: -50%;
  }

  .lg\:disabled\:-translate-x-3\/4:disabled {
    --tw-translate-x: -75%;
  }

  .lg\:disabled\:-translate-x-full:disabled {
    --tw-translate-x: -100%;
  }

  .lg\:disabled\:translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .lg\:disabled\:translate-y-1:disabled {
    --tw-translate-y: 0.25rem;
  }

  .lg\:disabled\:translate-y-2:disabled {
    --tw-translate-y: 0.5rem;
  }

  .lg\:disabled\:translate-y-3:disabled {
    --tw-translate-y: 0.75rem;
  }

  .lg\:disabled\:translate-y-4:disabled {
    --tw-translate-y: 1rem;
  }

  .lg\:disabled\:translate-y-5:disabled {
    --tw-translate-y: 1.25rem;
  }

  .lg\:disabled\:translate-y-6:disabled {
    --tw-translate-y: 1.5rem;
  }

  .lg\:disabled\:translate-y-7:disabled {
    --tw-translate-y: 1.75rem;
  }

  .lg\:disabled\:translate-y-8:disabled {
    --tw-translate-y: 2rem;
  }

  .lg\:disabled\:translate-y-9:disabled {
    --tw-translate-y: 2.25rem;
  }

  .lg\:disabled\:translate-y-10:disabled {
    --tw-translate-y: 2.5rem;
  }

  .lg\:disabled\:translate-y-11:disabled {
    --tw-translate-y: 2.75rem;
  }

  .lg\:disabled\:translate-y-12:disabled {
    --tw-translate-y: 3rem;
  }

  .lg\:disabled\:translate-y-14:disabled {
    --tw-translate-y: 3.5rem;
  }

  .lg\:disabled\:translate-y-16:disabled {
    --tw-translate-y: 4rem;
  }

  .lg\:disabled\:translate-y-20:disabled {
    --tw-translate-y: 5rem;
  }

  .lg\:disabled\:translate-y-24:disabled {
    --tw-translate-y: 6rem;
  }

  .lg\:disabled\:translate-y-28:disabled {
    --tw-translate-y: 7rem;
  }

  .lg\:disabled\:translate-y-32:disabled {
    --tw-translate-y: 8rem;
  }

  .lg\:disabled\:translate-y-36:disabled {
    --tw-translate-y: 9rem;
  }

  .lg\:disabled\:translate-y-40:disabled {
    --tw-translate-y: 10rem;
  }

  .lg\:disabled\:translate-y-44:disabled {
    --tw-translate-y: 11rem;
  }

  .lg\:disabled\:translate-y-48:disabled {
    --tw-translate-y: 12rem;
  }

  .lg\:disabled\:translate-y-52:disabled {
    --tw-translate-y: 13rem;
  }

  .lg\:disabled\:translate-y-56:disabled {
    --tw-translate-y: 14rem;
  }

  .lg\:disabled\:translate-y-60:disabled {
    --tw-translate-y: 15rem;
  }

  .lg\:disabled\:translate-y-64:disabled {
    --tw-translate-y: 16rem;
  }

  .lg\:disabled\:translate-y-72:disabled {
    --tw-translate-y: 18rem;
  }

  .lg\:disabled\:translate-y-80:disabled {
    --tw-translate-y: 20rem;
  }

  .lg\:disabled\:translate-y-96:disabled {
    --tw-translate-y: 24rem;
  }

  .lg\:disabled\:translate-y-px:disabled {
    --tw-translate-y: 1px;
  }

  .lg\:disabled\:translate-y-0\.5:disabled {
    --tw-translate-y: 0.125rem;
  }

  .lg\:disabled\:translate-y-1\.5:disabled {
    --tw-translate-y: 0.375rem;
  }

  .lg\:disabled\:translate-y-2\.5:disabled {
    --tw-translate-y: 0.625rem;
  }

  .lg\:disabled\:translate-y-3\.5:disabled {
    --tw-translate-y: 0.875rem;
  }

  .lg\:disabled\:-translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .lg\:disabled\:-translate-y-1:disabled {
    --tw-translate-y: -0.25rem;
  }

  .lg\:disabled\:-translate-y-2:disabled {
    --tw-translate-y: -0.5rem;
  }

  .lg\:disabled\:-translate-y-3:disabled {
    --tw-translate-y: -0.75rem;
  }

  .lg\:disabled\:-translate-y-4:disabled {
    --tw-translate-y: -1rem;
  }

  .lg\:disabled\:-translate-y-5:disabled {
    --tw-translate-y: -1.25rem;
  }

  .lg\:disabled\:-translate-y-6:disabled {
    --tw-translate-y: -1.5rem;
  }

  .lg\:disabled\:-translate-y-7:disabled {
    --tw-translate-y: -1.75rem;
  }

  .lg\:disabled\:-translate-y-8:disabled {
    --tw-translate-y: -2rem;
  }

  .lg\:disabled\:-translate-y-9:disabled {
    --tw-translate-y: -2.25rem;
  }

  .lg\:disabled\:-translate-y-10:disabled {
    --tw-translate-y: -2.5rem;
  }

  .lg\:disabled\:-translate-y-11:disabled {
    --tw-translate-y: -2.75rem;
  }

  .lg\:disabled\:-translate-y-12:disabled {
    --tw-translate-y: -3rem;
  }

  .lg\:disabled\:-translate-y-14:disabled {
    --tw-translate-y: -3.5rem;
  }

  .lg\:disabled\:-translate-y-16:disabled {
    --tw-translate-y: -4rem;
  }

  .lg\:disabled\:-translate-y-20:disabled {
    --tw-translate-y: -5rem;
  }

  .lg\:disabled\:-translate-y-24:disabled {
    --tw-translate-y: -6rem;
  }

  .lg\:disabled\:-translate-y-28:disabled {
    --tw-translate-y: -7rem;
  }

  .lg\:disabled\:-translate-y-32:disabled {
    --tw-translate-y: -8rem;
  }

  .lg\:disabled\:-translate-y-36:disabled {
    --tw-translate-y: -9rem;
  }

  .lg\:disabled\:-translate-y-40:disabled {
    --tw-translate-y: -10rem;
  }

  .lg\:disabled\:-translate-y-44:disabled {
    --tw-translate-y: -11rem;
  }

  .lg\:disabled\:-translate-y-48:disabled {
    --tw-translate-y: -12rem;
  }

  .lg\:disabled\:-translate-y-52:disabled {
    --tw-translate-y: -13rem;
  }

  .lg\:disabled\:-translate-y-56:disabled {
    --tw-translate-y: -14rem;
  }

  .lg\:disabled\:-translate-y-60:disabled {
    --tw-translate-y: -15rem;
  }

  .lg\:disabled\:-translate-y-64:disabled {
    --tw-translate-y: -16rem;
  }

  .lg\:disabled\:-translate-y-72:disabled {
    --tw-translate-y: -18rem;
  }

  .lg\:disabled\:-translate-y-80:disabled {
    --tw-translate-y: -20rem;
  }

  .lg\:disabled\:-translate-y-96:disabled {
    --tw-translate-y: -24rem;
  }

  .lg\:disabled\:-translate-y-px:disabled {
    --tw-translate-y: -1px;
  }

  .lg\:disabled\:-translate-y-0\.5:disabled {
    --tw-translate-y: -0.125rem;
  }

  .lg\:disabled\:-translate-y-1\.5:disabled {
    --tw-translate-y: -0.375rem;
  }

  .lg\:disabled\:-translate-y-2\.5:disabled {
    --tw-translate-y: -0.625rem;
  }

  .lg\:disabled\:-translate-y-3\.5:disabled {
    --tw-translate-y: -0.875rem;
  }

  .lg\:disabled\:translate-y-1\/2:disabled {
    --tw-translate-y: 50%;
  }

  .lg\:disabled\:translate-y-1\/3:disabled {
    --tw-translate-y: 33.333333%;
  }

  .lg\:disabled\:translate-y-2\/3:disabled {
    --tw-translate-y: 66.666667%;
  }

  .lg\:disabled\:translate-y-1\/4:disabled {
    --tw-translate-y: 25%;
  }

  .lg\:disabled\:translate-y-2\/4:disabled {
    --tw-translate-y: 50%;
  }

  .lg\:disabled\:translate-y-3\/4:disabled {
    --tw-translate-y: 75%;
  }

  .lg\:disabled\:translate-y-full:disabled {
    --tw-translate-y: 100%;
  }

  .lg\:disabled\:-translate-y-1\/2:disabled {
    --tw-translate-y: -50%;
  }

  .lg\:disabled\:-translate-y-1\/3:disabled {
    --tw-translate-y: -33.333333%;
  }

  .lg\:disabled\:-translate-y-2\/3:disabled {
    --tw-translate-y: -66.666667%;
  }

  .lg\:disabled\:-translate-y-1\/4:disabled {
    --tw-translate-y: -25%;
  }

  .lg\:disabled\:-translate-y-2\/4:disabled {
    --tw-translate-y: -50%;
  }

  .lg\:disabled\:-translate-y-3\/4:disabled {
    --tw-translate-y: -75%;
  }

  .lg\:disabled\:-translate-y-full:disabled {
    --tw-translate-y: -100%;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .group:hover .lg\:group-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .group:hover .lg\:group-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .group:hover .lg\:group-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .group:hover .lg\:group-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .group:hover .lg\:group-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .group:hover .lg\:group-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .group:hover .lg\:group-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .group:hover .lg\:group-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .group:hover .lg\:group-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .group:hover .lg\:group-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .group:hover .lg\:group-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .group:hover .lg\:group-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .group:hover .lg\:group-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:focus-within\:skew-x-0:focus-within {
    --tw-skew-x: 0deg;
  }

  .lg\:focus-within\:skew-x-1:focus-within {
    --tw-skew-x: 1deg;
  }

  .lg\:focus-within\:skew-x-2:focus-within {
    --tw-skew-x: 2deg;
  }

  .lg\:focus-within\:skew-x-3:focus-within {
    --tw-skew-x: 3deg;
  }

  .lg\:focus-within\:skew-x-6:focus-within {
    --tw-skew-x: 6deg;
  }

  .lg\:focus-within\:skew-x-12:focus-within {
    --tw-skew-x: 12deg;
  }

  .lg\:focus-within\:-skew-x-12:focus-within {
    --tw-skew-x: -12deg;
  }

  .lg\:focus-within\:-skew-x-6:focus-within {
    --tw-skew-x: -6deg;
  }

  .lg\:focus-within\:-skew-x-3:focus-within {
    --tw-skew-x: -3deg;
  }

  .lg\:focus-within\:-skew-x-2:focus-within {
    --tw-skew-x: -2deg;
  }

  .lg\:focus-within\:-skew-x-1:focus-within {
    --tw-skew-x: -1deg;
  }

  .lg\:focus-within\:skew-y-0:focus-within {
    --tw-skew-y: 0deg;
  }

  .lg\:focus-within\:skew-y-1:focus-within {
    --tw-skew-y: 1deg;
  }

  .lg\:focus-within\:skew-y-2:focus-within {
    --tw-skew-y: 2deg;
  }

  .lg\:focus-within\:skew-y-3:focus-within {
    --tw-skew-y: 3deg;
  }

  .lg\:focus-within\:skew-y-6:focus-within {
    --tw-skew-y: 6deg;
  }

  .lg\:focus-within\:skew-y-12:focus-within {
    --tw-skew-y: 12deg;
  }

  .lg\:focus-within\:-skew-y-12:focus-within {
    --tw-skew-y: -12deg;
  }

  .lg\:focus-within\:-skew-y-6:focus-within {
    --tw-skew-y: -6deg;
  }

  .lg\:focus-within\:-skew-y-3:focus-within {
    --tw-skew-y: -3deg;
  }

  .lg\:focus-within\:-skew-y-2:focus-within {
    --tw-skew-y: -2deg;
  }

  .lg\:focus-within\:-skew-y-1:focus-within {
    --tw-skew-y: -1deg;
  }

  .lg\:first\:skew-x-0:first-child {
    --tw-skew-x: 0deg;
  }

  .lg\:first\:skew-x-1:first-child {
    --tw-skew-x: 1deg;
  }

  .lg\:first\:skew-x-2:first-child {
    --tw-skew-x: 2deg;
  }

  .lg\:first\:skew-x-3:first-child {
    --tw-skew-x: 3deg;
  }

  .lg\:first\:skew-x-6:first-child {
    --tw-skew-x: 6deg;
  }

  .lg\:first\:skew-x-12:first-child {
    --tw-skew-x: 12deg;
  }

  .lg\:first\:-skew-x-12:first-child {
    --tw-skew-x: -12deg;
  }

  .lg\:first\:-skew-x-6:first-child {
    --tw-skew-x: -6deg;
  }

  .lg\:first\:-skew-x-3:first-child {
    --tw-skew-x: -3deg;
  }

  .lg\:first\:-skew-x-2:first-child {
    --tw-skew-x: -2deg;
  }

  .lg\:first\:-skew-x-1:first-child {
    --tw-skew-x: -1deg;
  }

  .lg\:first\:skew-y-0:first-child {
    --tw-skew-y: 0deg;
  }

  .lg\:first\:skew-y-1:first-child {
    --tw-skew-y: 1deg;
  }

  .lg\:first\:skew-y-2:first-child {
    --tw-skew-y: 2deg;
  }

  .lg\:first\:skew-y-3:first-child {
    --tw-skew-y: 3deg;
  }

  .lg\:first\:skew-y-6:first-child {
    --tw-skew-y: 6deg;
  }

  .lg\:first\:skew-y-12:first-child {
    --tw-skew-y: 12deg;
  }

  .lg\:first\:-skew-y-12:first-child {
    --tw-skew-y: -12deg;
  }

  .lg\:first\:-skew-y-6:first-child {
    --tw-skew-y: -6deg;
  }

  .lg\:first\:-skew-y-3:first-child {
    --tw-skew-y: -3deg;
  }

  .lg\:first\:-skew-y-2:first-child {
    --tw-skew-y: -2deg;
  }

  .lg\:first\:-skew-y-1:first-child {
    --tw-skew-y: -1deg;
  }

  .lg\:last\:skew-x-0:last-child {
    --tw-skew-x: 0deg;
  }

  .lg\:last\:skew-x-1:last-child {
    --tw-skew-x: 1deg;
  }

  .lg\:last\:skew-x-2:last-child {
    --tw-skew-x: 2deg;
  }

  .lg\:last\:skew-x-3:last-child {
    --tw-skew-x: 3deg;
  }

  .lg\:last\:skew-x-6:last-child {
    --tw-skew-x: 6deg;
  }

  .lg\:last\:skew-x-12:last-child {
    --tw-skew-x: 12deg;
  }

  .lg\:last\:-skew-x-12:last-child {
    --tw-skew-x: -12deg;
  }

  .lg\:last\:-skew-x-6:last-child {
    --tw-skew-x: -6deg;
  }

  .lg\:last\:-skew-x-3:last-child {
    --tw-skew-x: -3deg;
  }

  .lg\:last\:-skew-x-2:last-child {
    --tw-skew-x: -2deg;
  }

  .lg\:last\:-skew-x-1:last-child {
    --tw-skew-x: -1deg;
  }

  .lg\:last\:skew-y-0:last-child {
    --tw-skew-y: 0deg;
  }

  .lg\:last\:skew-y-1:last-child {
    --tw-skew-y: 1deg;
  }

  .lg\:last\:skew-y-2:last-child {
    --tw-skew-y: 2deg;
  }

  .lg\:last\:skew-y-3:last-child {
    --tw-skew-y: 3deg;
  }

  .lg\:last\:skew-y-6:last-child {
    --tw-skew-y: 6deg;
  }

  .lg\:last\:skew-y-12:last-child {
    --tw-skew-y: 12deg;
  }

  .lg\:last\:-skew-y-12:last-child {
    --tw-skew-y: -12deg;
  }

  .lg\:last\:-skew-y-6:last-child {
    --tw-skew-y: -6deg;
  }

  .lg\:last\:-skew-y-3:last-child {
    --tw-skew-y: -3deg;
  }

  .lg\:last\:-skew-y-2:last-child {
    --tw-skew-y: -2deg;
  }

  .lg\:last\:-skew-y-1:last-child {
    --tw-skew-y: -1deg;
  }

  .lg\:odd\:skew-x-0:nth-child(odd) {
    --tw-skew-x: 0deg;
  }

  .lg\:odd\:skew-x-1:nth-child(odd) {
    --tw-skew-x: 1deg;
  }

  .lg\:odd\:skew-x-2:nth-child(odd) {
    --tw-skew-x: 2deg;
  }

  .lg\:odd\:skew-x-3:nth-child(odd) {
    --tw-skew-x: 3deg;
  }

  .lg\:odd\:skew-x-6:nth-child(odd) {
    --tw-skew-x: 6deg;
  }

  .lg\:odd\:skew-x-12:nth-child(odd) {
    --tw-skew-x: 12deg;
  }

  .lg\:odd\:-skew-x-12:nth-child(odd) {
    --tw-skew-x: -12deg;
  }

  .lg\:odd\:-skew-x-6:nth-child(odd) {
    --tw-skew-x: -6deg;
  }

  .lg\:odd\:-skew-x-3:nth-child(odd) {
    --tw-skew-x: -3deg;
  }

  .lg\:odd\:-skew-x-2:nth-child(odd) {
    --tw-skew-x: -2deg;
  }

  .lg\:odd\:-skew-x-1:nth-child(odd) {
    --tw-skew-x: -1deg;
  }

  .lg\:odd\:skew-y-0:nth-child(odd) {
    --tw-skew-y: 0deg;
  }

  .lg\:odd\:skew-y-1:nth-child(odd) {
    --tw-skew-y: 1deg;
  }

  .lg\:odd\:skew-y-2:nth-child(odd) {
    --tw-skew-y: 2deg;
  }

  .lg\:odd\:skew-y-3:nth-child(odd) {
    --tw-skew-y: 3deg;
  }

  .lg\:odd\:skew-y-6:nth-child(odd) {
    --tw-skew-y: 6deg;
  }

  .lg\:odd\:skew-y-12:nth-child(odd) {
    --tw-skew-y: 12deg;
  }

  .lg\:odd\:-skew-y-12:nth-child(odd) {
    --tw-skew-y: -12deg;
  }

  .lg\:odd\:-skew-y-6:nth-child(odd) {
    --tw-skew-y: -6deg;
  }

  .lg\:odd\:-skew-y-3:nth-child(odd) {
    --tw-skew-y: -3deg;
  }

  .lg\:odd\:-skew-y-2:nth-child(odd) {
    --tw-skew-y: -2deg;
  }

  .lg\:odd\:-skew-y-1:nth-child(odd) {
    --tw-skew-y: -1deg;
  }

  .lg\:even\:skew-x-0:nth-child(even) {
    --tw-skew-x: 0deg;
  }

  .lg\:even\:skew-x-1:nth-child(even) {
    --tw-skew-x: 1deg;
  }

  .lg\:even\:skew-x-2:nth-child(even) {
    --tw-skew-x: 2deg;
  }

  .lg\:even\:skew-x-3:nth-child(even) {
    --tw-skew-x: 3deg;
  }

  .lg\:even\:skew-x-6:nth-child(even) {
    --tw-skew-x: 6deg;
  }

  .lg\:even\:skew-x-12:nth-child(even) {
    --tw-skew-x: 12deg;
  }

  .lg\:even\:-skew-x-12:nth-child(even) {
    --tw-skew-x: -12deg;
  }

  .lg\:even\:-skew-x-6:nth-child(even) {
    --tw-skew-x: -6deg;
  }

  .lg\:even\:-skew-x-3:nth-child(even) {
    --tw-skew-x: -3deg;
  }

  .lg\:even\:-skew-x-2:nth-child(even) {
    --tw-skew-x: -2deg;
  }

  .lg\:even\:-skew-x-1:nth-child(even) {
    --tw-skew-x: -1deg;
  }

  .lg\:even\:skew-y-0:nth-child(even) {
    --tw-skew-y: 0deg;
  }

  .lg\:even\:skew-y-1:nth-child(even) {
    --tw-skew-y: 1deg;
  }

  .lg\:even\:skew-y-2:nth-child(even) {
    --tw-skew-y: 2deg;
  }

  .lg\:even\:skew-y-3:nth-child(even) {
    --tw-skew-y: 3deg;
  }

  .lg\:even\:skew-y-6:nth-child(even) {
    --tw-skew-y: 6deg;
  }

  .lg\:even\:skew-y-12:nth-child(even) {
    --tw-skew-y: 12deg;
  }

  .lg\:even\:-skew-y-12:nth-child(even) {
    --tw-skew-y: -12deg;
  }

  .lg\:even\:-skew-y-6:nth-child(even) {
    --tw-skew-y: -6deg;
  }

  .lg\:even\:-skew-y-3:nth-child(even) {
    --tw-skew-y: -3deg;
  }

  .lg\:even\:-skew-y-2:nth-child(even) {
    --tw-skew-y: -2deg;
  }

  .lg\:even\:-skew-y-1:nth-child(even) {
    --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\:active\:skew-x-0:active {
    --tw-skew-x: 0deg;
  }

  .lg\:active\:skew-x-1:active {
    --tw-skew-x: 1deg;
  }

  .lg\:active\:skew-x-2:active {
    --tw-skew-x: 2deg;
  }

  .lg\:active\:skew-x-3:active {
    --tw-skew-x: 3deg;
  }

  .lg\:active\:skew-x-6:active {
    --tw-skew-x: 6deg;
  }

  .lg\:active\:skew-x-12:active {
    --tw-skew-x: 12deg;
  }

  .lg\:active\:-skew-x-12:active {
    --tw-skew-x: -12deg;
  }

  .lg\:active\:-skew-x-6:active {
    --tw-skew-x: -6deg;
  }

  .lg\:active\:-skew-x-3:active {
    --tw-skew-x: -3deg;
  }

  .lg\:active\:-skew-x-2:active {
    --tw-skew-x: -2deg;
  }

  .lg\:active\:-skew-x-1:active {
    --tw-skew-x: -1deg;
  }

  .lg\:active\:skew-y-0:active {
    --tw-skew-y: 0deg;
  }

  .lg\:active\:skew-y-1:active {
    --tw-skew-y: 1deg;
  }

  .lg\:active\:skew-y-2:active {
    --tw-skew-y: 2deg;
  }

  .lg\:active\:skew-y-3:active {
    --tw-skew-y: 3deg;
  }

  .lg\:active\:skew-y-6:active {
    --tw-skew-y: 6deg;
  }

  .lg\:active\:skew-y-12:active {
    --tw-skew-y: 12deg;
  }

  .lg\:active\:-skew-y-12:active {
    --tw-skew-y: -12deg;
  }

  .lg\:active\:-skew-y-6:active {
    --tw-skew-y: -6deg;
  }

  .lg\:active\:-skew-y-3:active {
    --tw-skew-y: -3deg;
  }

  .lg\:active\:-skew-y-2:active {
    --tw-skew-y: -2deg;
  }

  .lg\:active\:-skew-y-1:active {
    --tw-skew-y: -1deg;
  }

  .lg\:visited\:skew-x-0:visited {
    --tw-skew-x: 0deg;
  }

  .lg\:visited\:skew-x-1:visited {
    --tw-skew-x: 1deg;
  }

  .lg\:visited\:skew-x-2:visited {
    --tw-skew-x: 2deg;
  }

  .lg\:visited\:skew-x-3:visited {
    --tw-skew-x: 3deg;
  }

  .lg\:visited\:skew-x-6:visited {
    --tw-skew-x: 6deg;
  }

  .lg\:visited\:skew-x-12:visited {
    --tw-skew-x: 12deg;
  }

  .lg\:visited\:-skew-x-12:visited {
    --tw-skew-x: -12deg;
  }

  .lg\:visited\:-skew-x-6:visited {
    --tw-skew-x: -6deg;
  }

  .lg\:visited\:-skew-x-3:visited {
    --tw-skew-x: -3deg;
  }

  .lg\:visited\:-skew-x-2:visited {
    --tw-skew-x: -2deg;
  }

  .lg\:visited\:-skew-x-1:visited {
    --tw-skew-x: -1deg;
  }

  .lg\:visited\:skew-y-0:visited {
    --tw-skew-y: 0deg;
  }

  .lg\:visited\:skew-y-1:visited {
    --tw-skew-y: 1deg;
  }

  .lg\:visited\:skew-y-2:visited {
    --tw-skew-y: 2deg;
  }

  .lg\:visited\:skew-y-3:visited {
    --tw-skew-y: 3deg;
  }

  .lg\:visited\:skew-y-6:visited {
    --tw-skew-y: 6deg;
  }

  .lg\:visited\:skew-y-12:visited {
    --tw-skew-y: 12deg;
  }

  .lg\:visited\:-skew-y-12:visited {
    --tw-skew-y: -12deg;
  }

  .lg\:visited\:-skew-y-6:visited {
    --tw-skew-y: -6deg;
  }

  .lg\:visited\:-skew-y-3:visited {
    --tw-skew-y: -3deg;
  }

  .lg\:visited\:-skew-y-2:visited {
    --tw-skew-y: -2deg;
  }

  .lg\:visited\:-skew-y-1:visited {
    --tw-skew-y: -1deg;
  }

  .lg\:disabled\:skew-x-0:disabled {
    --tw-skew-x: 0deg;
  }

  .lg\:disabled\:skew-x-1:disabled {
    --tw-skew-x: 1deg;
  }

  .lg\:disabled\:skew-x-2:disabled {
    --tw-skew-x: 2deg;
  }

  .lg\:disabled\:skew-x-3:disabled {
    --tw-skew-x: 3deg;
  }

  .lg\:disabled\:skew-x-6:disabled {
    --tw-skew-x: 6deg;
  }

  .lg\:disabled\:skew-x-12:disabled {
    --tw-skew-x: 12deg;
  }

  .lg\:disabled\:-skew-x-12:disabled {
    --tw-skew-x: -12deg;
  }

  .lg\:disabled\:-skew-x-6:disabled {
    --tw-skew-x: -6deg;
  }

  .lg\:disabled\:-skew-x-3:disabled {
    --tw-skew-x: -3deg;
  }

  .lg\:disabled\:-skew-x-2:disabled {
    --tw-skew-x: -2deg;
  }

  .lg\:disabled\:-skew-x-1:disabled {
    --tw-skew-x: -1deg;
  }

  .lg\:disabled\:skew-y-0:disabled {
    --tw-skew-y: 0deg;
  }

  .lg\:disabled\:skew-y-1:disabled {
    --tw-skew-y: 1deg;
  }

  .lg\:disabled\:skew-y-2:disabled {
    --tw-skew-y: 2deg;
  }

  .lg\:disabled\:skew-y-3:disabled {
    --tw-skew-y: 3deg;
  }

  .lg\:disabled\:skew-y-6:disabled {
    --tw-skew-y: 6deg;
  }

  .lg\:disabled\:skew-y-12:disabled {
    --tw-skew-y: 12deg;
  }

  .lg\:disabled\:-skew-y-12:disabled {
    --tw-skew-y: -12deg;
  }

  .lg\:disabled\:-skew-y-6:disabled {
    --tw-skew-y: -6deg;
  }

  .lg\:disabled\:-skew-y-3:disabled {
    --tw-skew-y: -3deg;
  }

  .lg\:disabled\:-skew-y-2:disabled {
    --tw-skew-y: -2deg;
  }

  .lg\:disabled\:-skew-y-1:disabled {
    --tw-skew-y: -1deg;
  }

  .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;
    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;
  }

  .group:hover .lg\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .lg\:group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\: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;
  }

  .group:hover .lg\:group-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition-none:focus-within {
    transition-property: none;
  }

  .lg\:focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition:focus-within {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition-colors:focus-within {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition-opacity:focus-within {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition-shadow:focus-within {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus-within\:transition-transform:focus-within {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition-none:first-child {
    transition-property: none;
  }

  .lg\:first\:transition-all:first-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition-opacity:first-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:first\:transition-transform:first-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition-none:last-child {
    transition-property: none;
  }

  .lg\:last\:transition-all:last-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition-opacity:last-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:last\:transition-transform:last-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .lg\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .lg\:even\:transition-all:nth-child(even) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition-none:hover {
    transition-property: none;
  }

  .lg\:hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:hover\:transition-transform:hover {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition-none:focus {
    transition-property: none;
  }

  .lg\:focus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition-opacity:focus {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:focus\:transition-transform:focus {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition-none:active {
    transition-property: none;
  }

  .lg\:active\:transition-all:active {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition:active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition-colors:active {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition-opacity:active {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition-shadow:active {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:active\:transition-transform:active {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition-none:visited {
    transition-property: none;
  }

  .lg\:visited\:transition-all:visited {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition:visited {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition-colors:visited {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition-opacity:visited {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition-shadow:visited {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:visited\:transition-transform:visited {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition-none:disabled {
    transition-property: none;
  }

  .lg\:disabled\:transition-all:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition:disabled {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition-colors:disabled {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition-opacity:disabled {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition-shadow:disabled {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:disabled\:transition-transform:disabled {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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);
  }

  .group:hover .lg\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .lg\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .lg\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .lg\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:focus-within\:ease-linear:focus-within {
    transition-timing-function: linear;
  }

  .lg\:focus-within\:ease-in:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:focus-within\:ease-out:focus-within {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:focus-within\:ease-in-out:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .lg\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .lg\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .lg\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .lg\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .lg\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .lg\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:active\:ease-linear:active {
    transition-timing-function: linear;
  }

  .lg\:active\:ease-in:active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:active\:ease-out:active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:active\:ease-in-out:active {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:visited\:ease-linear:visited {
    transition-timing-function: linear;
  }

  .lg\:visited\:ease-in:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:visited\:ease-out:visited {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:visited\:ease-in-out:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:disabled\:ease-linear:disabled {
    transition-timing-function: linear;
  }

  .lg\:disabled\:ease-in:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:disabled\:ease-out:disabled {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:disabled\:ease-in-out:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .group:hover .lg\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .lg\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .lg\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .lg\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .lg\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .lg\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .lg\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .lg\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:focus-within\:duration-75:focus-within {
    transition-duration: 75ms;
  }

  .lg\:focus-within\:duration-100:focus-within {
    transition-duration: 100ms;
  }

  .lg\:focus-within\:duration-150:focus-within {
    transition-duration: 150ms;
  }

  .lg\:focus-within\:duration-200:focus-within {
    transition-duration: 200ms;
  }

  .lg\:focus-within\:duration-300:focus-within {
    transition-duration: 300ms;
  }

  .lg\:focus-within\:duration-500:focus-within {
    transition-duration: 500ms;
  }

  .lg\:focus-within\:duration-700:focus-within {
    transition-duration: 700ms;
  }

  .lg\:focus-within\:duration-1000:focus-within {
    transition-duration: 1000ms;
  }

  .lg\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .lg\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .lg\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .lg\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .lg\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .lg\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .lg\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .lg\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .lg\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .lg\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .lg\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .lg\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .lg\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .lg\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .lg\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .lg\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .lg\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .lg\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .lg\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .lg\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .lg\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .lg\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .lg\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .lg\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .lg\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .lg\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .lg\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .lg\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .lg\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .lg\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .lg\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .lg\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .lg\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .lg\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .lg\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .lg\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .lg\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .lg\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .lg\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .lg\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .lg\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .lg\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .lg\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .lg\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .lg\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .lg\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .lg\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .lg\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .lg\:active\:duration-75:active {
    transition-duration: 75ms;
  }

  .lg\:active\:duration-100:active {
    transition-duration: 100ms;
  }

  .lg\:active\:duration-150:active {
    transition-duration: 150ms;
  }

  .lg\:active\:duration-200:active {
    transition-duration: 200ms;
  }

  .lg\:active\:duration-300:active {
    transition-duration: 300ms;
  }

  .lg\:active\:duration-500:active {
    transition-duration: 500ms;
  }

  .lg\:active\:duration-700:active {
    transition-duration: 700ms;
  }

  .lg\:active\:duration-1000:active {
    transition-duration: 1000ms;
  }

  .lg\:visited\:duration-75:visited {
    transition-duration: 75ms;
  }

  .lg\:visited\:duration-100:visited {
    transition-duration: 100ms;
  }

  .lg\:visited\:duration-150:visited {
    transition-duration: 150ms;
  }

  .lg\:visited\:duration-200:visited {
    transition-duration: 200ms;
  }

  .lg\:visited\:duration-300:visited {
    transition-duration: 300ms;
  }

  .lg\:visited\:duration-500:visited {
    transition-duration: 500ms;
  }

  .lg\:visited\:duration-700:visited {
    transition-duration: 700ms;
  }

  .lg\:visited\:duration-1000:visited {
    transition-duration: 1000ms;
  }

  .lg\:disabled\:duration-75:disabled {
    transition-duration: 75ms;
  }

  .lg\:disabled\:duration-100:disabled {
    transition-duration: 100ms;
  }

  .lg\:disabled\:duration-150:disabled {
    transition-duration: 150ms;
  }

  .lg\:disabled\:duration-200:disabled {
    transition-duration: 200ms;
  }

  .lg\:disabled\:duration-300:disabled {
    transition-duration: 300ms;
  }

  .lg\:disabled\:duration-500:disabled {
    transition-duration: 500ms;
  }

  .lg\:disabled\:duration-700:disabled {
    transition-duration: 700ms;
  }

  .lg\:disabled\:duration-1000:disabled {
    transition-duration: 1000ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .group:hover .lg\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .lg\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .lg\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .lg\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .lg\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .lg\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .lg\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .lg\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:focus-within\:delay-75:focus-within {
    transition-delay: 75ms;
  }

  .lg\:focus-within\:delay-100:focus-within {
    transition-delay: 100ms;
  }

  .lg\:focus-within\:delay-150:focus-within {
    transition-delay: 150ms;
  }

  .lg\:focus-within\:delay-200:focus-within {
    transition-delay: 200ms;
  }

  .lg\:focus-within\:delay-300:focus-within {
    transition-delay: 300ms;
  }

  .lg\:focus-within\:delay-500:focus-within {
    transition-delay: 500ms;
  }

  .lg\:focus-within\:delay-700:focus-within {
    transition-delay: 700ms;
  }

  .lg\:focus-within\:delay-1000:focus-within {
    transition-delay: 1000ms;
  }

  .lg\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .lg\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .lg\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .lg\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .lg\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .lg\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .lg\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .lg\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .lg\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .lg\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .lg\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .lg\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .lg\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .lg\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .lg\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .lg\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .lg\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .lg\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .lg\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .lg\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .lg\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .lg\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .lg\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .lg\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .lg\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .lg\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .lg\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .lg\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .lg\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .lg\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .lg\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .lg\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .lg\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .lg\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .lg\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .lg\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .lg\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .lg\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .lg\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .lg\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .lg\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .lg\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .lg\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .lg\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .lg\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .lg\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .lg\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .lg\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .lg\:active\:delay-75:active {
    transition-delay: 75ms;
  }

  .lg\:active\:delay-100:active {
    transition-delay: 100ms;
  }

  .lg\:active\:delay-150:active {
    transition-delay: 150ms;
  }

  .lg\:active\:delay-200:active {
    transition-delay: 200ms;
  }

  .lg\:active\:delay-300:active {
    transition-delay: 300ms;
  }

  .lg\:active\:delay-500:active {
    transition-delay: 500ms;
  }

  .lg\:active\:delay-700:active {
    transition-delay: 700ms;
  }

  .lg\:active\:delay-1000:active {
    transition-delay: 1000ms;
  }

  .lg\:visited\:delay-75:visited {
    transition-delay: 75ms;
  }

  .lg\:visited\:delay-100:visited {
    transition-delay: 100ms;
  }

  .lg\:visited\:delay-150:visited {
    transition-delay: 150ms;
  }

  .lg\:visited\:delay-200:visited {
    transition-delay: 200ms;
  }

  .lg\:visited\:delay-300:visited {
    transition-delay: 300ms;
  }

  .lg\:visited\:delay-500:visited {
    transition-delay: 500ms;
  }

  .lg\:visited\:delay-700:visited {
    transition-delay: 700ms;
  }

  .lg\:visited\:delay-1000:visited {
    transition-delay: 1000ms;
  }

  .lg\:disabled\:delay-75:disabled {
    transition-delay: 75ms;
  }

  .lg\:disabled\:delay-100:disabled {
    transition-delay: 100ms;
  }

  .lg\:disabled\:delay-150:disabled {
    transition-delay: 150ms;
  }

  .lg\:disabled\:delay-200:disabled {
    transition-delay: 200ms;
  }

  .lg\:disabled\:delay-300:disabled {
    transition-delay: 300ms;
  }

  .lg\:disabled\:delay-500:disabled {
    transition-delay: 500ms;
  }

  .lg\:disabled\:delay-700:disabled {
    transition-delay: 700ms;
  }

  .lg\:disabled\:delay-1000:disabled {
    transition-delay: 1000ms;
  }

  .lg\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .group:hover .lg\:group-hover\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .group:hover .lg\:group-hover\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .group:hover .lg\:group-hover\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .lg\:group-hover\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .lg\:group-hover\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:focus-within\:animate-none:focus-within {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:focus-within\:animate-spin:focus-within {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:focus-within\:animate-ping:focus-within {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:focus-within\:animate-pulse:focus-within {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:focus-within\:animate-bounce:focus-within {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:first\:animate-none:first-child {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:first\:animate-spin:first-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:first\:animate-ping:first-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:first\:animate-pulse:first-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:first\:animate-bounce:first-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:last\:animate-none:last-child {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:last\:animate-spin:last-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:last\:animate-ping:last-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:last\:animate-pulse:last-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:last\:animate-bounce:last-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:odd\:animate-none:nth-child(odd) {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:odd\:animate-spin:nth-child(odd) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:odd\:animate-ping:nth-child(odd) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:odd\:animate-pulse:nth-child(odd) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:odd\:animate-bounce:nth-child(odd) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:even\:animate-none:nth-child(even) {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:even\:animate-spin:nth-child(even) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:even\:animate-ping:nth-child(even) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:even\:animate-pulse:nth-child(even) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:even\:animate-bounce:nth-child(even) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:hover\:animate-none:hover {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:hover\:animate-spin:hover {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:hover\:animate-ping:hover {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:hover\:animate-pulse:hover {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:hover\:animate-bounce:hover {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:focus\:animate-none:focus {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:focus\:animate-spin:focus {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:focus\:animate-ping:focus {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:focus\:animate-pulse:focus {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:focus\:animate-bounce:focus {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:active\:animate-none:active {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:active\:animate-spin:active {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:active\:animate-ping:active {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:active\:animate-pulse:active {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:active\:animate-bounce:active {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:visited\:animate-none:visited {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:visited\:animate-spin:visited {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:visited\:animate-ping:visited {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:visited\:animate-pulse:visited {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:visited\:animate-bounce:visited {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:disabled\:animate-none:disabled {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:disabled\:animate-spin:disabled {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:disabled\:animate-ping:disabled {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:disabled\:animate-pulse:disabled {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:disabled\:animate-bounce:disabled {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .group:hover .xl\:group-hover\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:focus-within\:container:focus-within {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:first\:container:first-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:last\:container:last-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:odd\:container:nth-child(odd) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:even\:container:nth-child(even) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:hover\:container:hover {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:focus\:container:focus {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:active\:container:active {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:visited\:container:visited {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:disabled\:container:disabled {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:-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));
  }

  .xl\:-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)));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:-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));
  }

  .group:hover .xl\:group-hover\:-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)));
  }

  .group:hover .xl\:group-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .group:hover .xl\:group-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:focus-within\:space-y-0:focus-within > :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));
  }

  .xl\:focus-within\:space-x-0:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-1:focus-within > :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));
  }

  .xl\:focus-within\:space-x-1:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-2:focus-within > :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));
  }

  .xl\:focus-within\:space-x-2:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-3:focus-within > :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));
  }

  .xl\:focus-within\:space-x-3:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-4:focus-within > :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));
  }

  .xl\:focus-within\:space-x-4:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-5:focus-within > :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));
  }

  .xl\:focus-within\:space-x-5:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-6:focus-within > :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));
  }

  .xl\:focus-within\:space-x-6:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-7:focus-within > :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));
  }

  .xl\:focus-within\:space-x-7:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-8:focus-within > :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));
  }

  .xl\:focus-within\:space-x-8:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-9:focus-within > :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));
  }

  .xl\:focus-within\:space-x-9:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-10:focus-within > :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));
  }

  .xl\:focus-within\:space-x-10:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-11:focus-within > :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));
  }

  .xl\:focus-within\:space-x-11:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-12:focus-within > :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));
  }

  .xl\:focus-within\:space-x-12:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-14:focus-within > :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));
  }

  .xl\:focus-within\:space-x-14:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-16:focus-within > :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));
  }

  .xl\:focus-within\:space-x-16:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-20:focus-within > :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));
  }

  .xl\:focus-within\:space-x-20:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-24:focus-within > :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));
  }

  .xl\:focus-within\:space-x-24:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-28:focus-within > :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));
  }

  .xl\:focus-within\:space-x-28:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-32:focus-within > :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));
  }

  .xl\:focus-within\:space-x-32:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-36:focus-within > :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));
  }

  .xl\:focus-within\:space-x-36:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-40:focus-within > :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));
  }

  .xl\:focus-within\:space-x-40:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-44:focus-within > :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));
  }

  .xl\:focus-within\:space-x-44:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-48:focus-within > :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));
  }

  .xl\:focus-within\:space-x-48:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-52:focus-within > :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));
  }

  .xl\:focus-within\:space-x-52:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-56:focus-within > :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));
  }

  .xl\:focus-within\:space-x-56:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-60:focus-within > :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));
  }

  .xl\:focus-within\:space-x-60:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-64:focus-within > :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));
  }

  .xl\:focus-within\:space-x-64:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-72:focus-within > :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));
  }

  .xl\:focus-within\:space-x-72:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-80:focus-within > :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));
  }

  .xl\:focus-within\:space-x-80:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-96:focus-within > :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));
  }

  .xl\:focus-within\:space-x-96:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-px:focus-within > :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));
  }

  .xl\:focus-within\:space-x-px:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-0\.5:focus-within > :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));
  }

  .xl\:focus-within\:space-x-0\.5:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-1\.5:focus-within > :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));
  }

  .xl\:focus-within\:space-x-1\.5:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-2\.5:focus-within > :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));
  }

  .xl\:focus-within\:space-x-2\.5:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-3\.5:focus-within > :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));
  }

  .xl\:focus-within\:space-x-3\.5:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-0:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-0:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-1:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-1:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-2:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-2:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-3:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-3:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-4:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-4:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-5:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-5:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-6:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-6:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-7:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-7:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-8:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-8:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-9:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-9:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-10:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-10:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-11:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-11:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-12:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-12:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-14:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-14:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-16:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-16:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-20:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-20:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-24:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-24:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-28:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-28:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-32:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-32:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-36:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-36:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-40:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-40:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-44:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-44:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-48:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-48:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-52:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-52:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-56:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-56:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-60:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-60:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-64:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-64:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-72:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-72:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-80:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-80:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-96:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-96:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-px:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-px:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-0\.5:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-0\.5:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-1\.5:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-1\.5:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-2\.5:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-2\.5:focus-within > :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)));
  }

  .xl\:focus-within\:-space-y-3\.5:focus-within > :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));
  }

  .xl\:focus-within\:-space-x-3\.5:focus-within > :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)));
  }

  .xl\:focus-within\:space-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:focus-within\:space-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:first\:space-y-0:first-child > :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));
  }

  .xl\:first\:space-x-0:first-child > :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)));
  }

  .xl\:first\:space-y-1:first-child > :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));
  }

  .xl\:first\:space-x-1:first-child > :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)));
  }

  .xl\:first\:space-y-2:first-child > :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));
  }

  .xl\:first\:space-x-2:first-child > :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)));
  }

  .xl\:first\:space-y-3:first-child > :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));
  }

  .xl\:first\:space-x-3:first-child > :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)));
  }

  .xl\:first\:space-y-4:first-child > :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));
  }

  .xl\:first\:space-x-4:first-child > :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)));
  }

  .xl\:first\:space-y-5:first-child > :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));
  }

  .xl\:first\:space-x-5:first-child > :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)));
  }

  .xl\:first\:space-y-6:first-child > :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));
  }

  .xl\:first\:space-x-6:first-child > :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)));
  }

  .xl\:first\:space-y-7:first-child > :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));
  }

  .xl\:first\:space-x-7:first-child > :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)));
  }

  .xl\:first\:space-y-8:first-child > :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));
  }

  .xl\:first\:space-x-8:first-child > :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)));
  }

  .xl\:first\:space-y-9:first-child > :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));
  }

  .xl\:first\:space-x-9:first-child > :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)));
  }

  .xl\:first\:space-y-10:first-child > :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));
  }

  .xl\:first\:space-x-10:first-child > :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)));
  }

  .xl\:first\:space-y-11:first-child > :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));
  }

  .xl\:first\:space-x-11:first-child > :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)));
  }

  .xl\:first\:space-y-12:first-child > :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));
  }

  .xl\:first\:space-x-12:first-child > :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)));
  }

  .xl\:first\:space-y-14:first-child > :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));
  }

  .xl\:first\:space-x-14:first-child > :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)));
  }

  .xl\:first\:space-y-16:first-child > :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));
  }

  .xl\:first\:space-x-16:first-child > :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)));
  }

  .xl\:first\:space-y-20:first-child > :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));
  }

  .xl\:first\:space-x-20:first-child > :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)));
  }

  .xl\:first\:space-y-24:first-child > :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));
  }

  .xl\:first\:space-x-24:first-child > :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)));
  }

  .xl\:first\:space-y-28:first-child > :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));
  }

  .xl\:first\:space-x-28:first-child > :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)));
  }

  .xl\:first\:space-y-32:first-child > :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));
  }

  .xl\:first\:space-x-32:first-child > :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)));
  }

  .xl\:first\:space-y-36:first-child > :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));
  }

  .xl\:first\:space-x-36:first-child > :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)));
  }

  .xl\:first\:space-y-40:first-child > :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));
  }

  .xl\:first\:space-x-40:first-child > :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)));
  }

  .xl\:first\:space-y-44:first-child > :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));
  }

  .xl\:first\:space-x-44:first-child > :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)));
  }

  .xl\:first\:space-y-48:first-child > :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));
  }

  .xl\:first\:space-x-48:first-child > :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)));
  }

  .xl\:first\:space-y-52:first-child > :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));
  }

  .xl\:first\:space-x-52:first-child > :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)));
  }

  .xl\:first\:space-y-56:first-child > :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));
  }

  .xl\:first\:space-x-56:first-child > :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)));
  }

  .xl\:first\:space-y-60:first-child > :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));
  }

  .xl\:first\:space-x-60:first-child > :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)));
  }

  .xl\:first\:space-y-64:first-child > :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));
  }

  .xl\:first\:space-x-64:first-child > :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)));
  }

  .xl\:first\:space-y-72:first-child > :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));
  }

  .xl\:first\:space-x-72:first-child > :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)));
  }

  .xl\:first\:space-y-80:first-child > :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));
  }

  .xl\:first\:space-x-80:first-child > :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)));
  }

  .xl\:first\:space-y-96:first-child > :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));
  }

  .xl\:first\:space-x-96:first-child > :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)));
  }

  .xl\:first\:space-y-px:first-child > :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));
  }

  .xl\:first\:space-x-px:first-child > :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)));
  }

  .xl\:first\:space-y-0\.5:first-child > :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));
  }

  .xl\:first\:space-x-0\.5:first-child > :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)));
  }

  .xl\:first\:space-y-1\.5:first-child > :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));
  }

  .xl\:first\:space-x-1\.5:first-child > :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)));
  }

  .xl\:first\:space-y-2\.5:first-child > :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));
  }

  .xl\:first\:space-x-2\.5:first-child > :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)));
  }

  .xl\:first\:space-y-3\.5:first-child > :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));
  }

  .xl\:first\:space-x-3\.5:first-child > :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)));
  }

  .xl\:first\:-space-y-0:first-child > :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));
  }

  .xl\:first\:-space-x-0:first-child > :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)));
  }

  .xl\:first\:-space-y-1:first-child > :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));
  }

  .xl\:first\:-space-x-1:first-child > :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)));
  }

  .xl\:first\:-space-y-2:first-child > :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));
  }

  .xl\:first\:-space-x-2:first-child > :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)));
  }

  .xl\:first\:-space-y-3:first-child > :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));
  }

  .xl\:first\:-space-x-3:first-child > :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)));
  }

  .xl\:first\:-space-y-4:first-child > :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));
  }

  .xl\:first\:-space-x-4:first-child > :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)));
  }

  .xl\:first\:-space-y-5:first-child > :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));
  }

  .xl\:first\:-space-x-5:first-child > :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)));
  }

  .xl\:first\:-space-y-6:first-child > :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));
  }

  .xl\:first\:-space-x-6:first-child > :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)));
  }

  .xl\:first\:-space-y-7:first-child > :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));
  }

  .xl\:first\:-space-x-7:first-child > :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)));
  }

  .xl\:first\:-space-y-8:first-child > :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));
  }

  .xl\:first\:-space-x-8:first-child > :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)));
  }

  .xl\:first\:-space-y-9:first-child > :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));
  }

  .xl\:first\:-space-x-9:first-child > :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)));
  }

  .xl\:first\:-space-y-10:first-child > :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));
  }

  .xl\:first\:-space-x-10:first-child > :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)));
  }

  .xl\:first\:-space-y-11:first-child > :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));
  }

  .xl\:first\:-space-x-11:first-child > :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)));
  }

  .xl\:first\:-space-y-12:first-child > :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));
  }

  .xl\:first\:-space-x-12:first-child > :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)));
  }

  .xl\:first\:-space-y-14:first-child > :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));
  }

  .xl\:first\:-space-x-14:first-child > :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)));
  }

  .xl\:first\:-space-y-16:first-child > :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));
  }

  .xl\:first\:-space-x-16:first-child > :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)));
  }

  .xl\:first\:-space-y-20:first-child > :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));
  }

  .xl\:first\:-space-x-20:first-child > :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)));
  }

  .xl\:first\:-space-y-24:first-child > :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));
  }

  .xl\:first\:-space-x-24:first-child > :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)));
  }

  .xl\:first\:-space-y-28:first-child > :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));
  }

  .xl\:first\:-space-x-28:first-child > :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)));
  }

  .xl\:first\:-space-y-32:first-child > :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));
  }

  .xl\:first\:-space-x-32:first-child > :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)));
  }

  .xl\:first\:-space-y-36:first-child > :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));
  }

  .xl\:first\:-space-x-36:first-child > :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)));
  }

  .xl\:first\:-space-y-40:first-child > :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));
  }

  .xl\:first\:-space-x-40:first-child > :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)));
  }

  .xl\:first\:-space-y-44:first-child > :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));
  }

  .xl\:first\:-space-x-44:first-child > :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)));
  }

  .xl\:first\:-space-y-48:first-child > :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));
  }

  .xl\:first\:-space-x-48:first-child > :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)));
  }

  .xl\:first\:-space-y-52:first-child > :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));
  }

  .xl\:first\:-space-x-52:first-child > :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)));
  }

  .xl\:first\:-space-y-56:first-child > :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));
  }

  .xl\:first\:-space-x-56:first-child > :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)));
  }

  .xl\:first\:-space-y-60:first-child > :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));
  }

  .xl\:first\:-space-x-60:first-child > :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)));
  }

  .xl\:first\:-space-y-64:first-child > :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));
  }

  .xl\:first\:-space-x-64:first-child > :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)));
  }

  .xl\:first\:-space-y-72:first-child > :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));
  }

  .xl\:first\:-space-x-72:first-child > :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)));
  }

  .xl\:first\:-space-y-80:first-child > :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));
  }

  .xl\:first\:-space-x-80:first-child > :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)));
  }

  .xl\:first\:-space-y-96:first-child > :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));
  }

  .xl\:first\:-space-x-96:first-child > :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)));
  }

  .xl\:first\:-space-y-px:first-child > :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));
  }

  .xl\:first\:-space-x-px:first-child > :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)));
  }

  .xl\:first\:-space-y-0\.5:first-child > :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));
  }

  .xl\:first\:-space-x-0\.5:first-child > :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)));
  }

  .xl\:first\:-space-y-1\.5:first-child > :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));
  }

  .xl\:first\:-space-x-1\.5:first-child > :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)));
  }

  .xl\:first\:-space-y-2\.5:first-child > :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));
  }

  .xl\:first\:-space-x-2\.5:first-child > :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)));
  }

  .xl\:first\:-space-y-3\.5:first-child > :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));
  }

  .xl\:first\:-space-x-3\.5:first-child > :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)));
  }

  .xl\:first\:space-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:first\:space-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:last\:space-y-0:last-child > :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));
  }

  .xl\:last\:space-x-0:last-child > :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)));
  }

  .xl\:last\:space-y-1:last-child > :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));
  }

  .xl\:last\:space-x-1:last-child > :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)));
  }

  .xl\:last\:space-y-2:last-child > :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));
  }

  .xl\:last\:space-x-2:last-child > :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)));
  }

  .xl\:last\:space-y-3:last-child > :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));
  }

  .xl\:last\:space-x-3:last-child > :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)));
  }

  .xl\:last\:space-y-4:last-child > :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));
  }

  .xl\:last\:space-x-4:last-child > :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)));
  }

  .xl\:last\:space-y-5:last-child > :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));
  }

  .xl\:last\:space-x-5:last-child > :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)));
  }

  .xl\:last\:space-y-6:last-child > :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));
  }

  .xl\:last\:space-x-6:last-child > :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)));
  }

  .xl\:last\:space-y-7:last-child > :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));
  }

  .xl\:last\:space-x-7:last-child > :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)));
  }

  .xl\:last\:space-y-8:last-child > :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));
  }

  .xl\:last\:space-x-8:last-child > :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)));
  }

  .xl\:last\:space-y-9:last-child > :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));
  }

  .xl\:last\:space-x-9:last-child > :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)));
  }

  .xl\:last\:space-y-10:last-child > :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));
  }

  .xl\:last\:space-x-10:last-child > :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)));
  }

  .xl\:last\:space-y-11:last-child > :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));
  }

  .xl\:last\:space-x-11:last-child > :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)));
  }

  .xl\:last\:space-y-12:last-child > :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));
  }

  .xl\:last\:space-x-12:last-child > :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)));
  }

  .xl\:last\:space-y-14:last-child > :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));
  }

  .xl\:last\:space-x-14:last-child > :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)));
  }

  .xl\:last\:space-y-16:last-child > :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));
  }

  .xl\:last\:space-x-16:last-child > :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)));
  }

  .xl\:last\:space-y-20:last-child > :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));
  }

  .xl\:last\:space-x-20:last-child > :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)));
  }

  .xl\:last\:space-y-24:last-child > :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));
  }

  .xl\:last\:space-x-24:last-child > :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)));
  }

  .xl\:last\:space-y-28:last-child > :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));
  }

  .xl\:last\:space-x-28:last-child > :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)));
  }

  .xl\:last\:space-y-32:last-child > :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));
  }

  .xl\:last\:space-x-32:last-child > :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)));
  }

  .xl\:last\:space-y-36:last-child > :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));
  }

  .xl\:last\:space-x-36:last-child > :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)));
  }

  .xl\:last\:space-y-40:last-child > :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));
  }

  .xl\:last\:space-x-40:last-child > :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)));
  }

  .xl\:last\:space-y-44:last-child > :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));
  }

  .xl\:last\:space-x-44:last-child > :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)));
  }

  .xl\:last\:space-y-48:last-child > :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));
  }

  .xl\:last\:space-x-48:last-child > :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)));
  }

  .xl\:last\:space-y-52:last-child > :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));
  }

  .xl\:last\:space-x-52:last-child > :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)));
  }

  .xl\:last\:space-y-56:last-child > :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));
  }

  .xl\:last\:space-x-56:last-child > :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)));
  }

  .xl\:last\:space-y-60:last-child > :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));
  }

  .xl\:last\:space-x-60:last-child > :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)));
  }

  .xl\:last\:space-y-64:last-child > :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));
  }

  .xl\:last\:space-x-64:last-child > :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)));
  }

  .xl\:last\:space-y-72:last-child > :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));
  }

  .xl\:last\:space-x-72:last-child > :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)));
  }

  .xl\:last\:space-y-80:last-child > :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));
  }

  .xl\:last\:space-x-80:last-child > :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)));
  }

  .xl\:last\:space-y-96:last-child > :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));
  }

  .xl\:last\:space-x-96:last-child > :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)));
  }

  .xl\:last\:space-y-px:last-child > :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));
  }

  .xl\:last\:space-x-px:last-child > :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)));
  }

  .xl\:last\:space-y-0\.5:last-child > :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));
  }

  .xl\:last\:space-x-0\.5:last-child > :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)));
  }

  .xl\:last\:space-y-1\.5:last-child > :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));
  }

  .xl\:last\:space-x-1\.5:last-child > :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)));
  }

  .xl\:last\:space-y-2\.5:last-child > :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));
  }

  .xl\:last\:space-x-2\.5:last-child > :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)));
  }

  .xl\:last\:space-y-3\.5:last-child > :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));
  }

  .xl\:last\:space-x-3\.5:last-child > :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)));
  }

  .xl\:last\:-space-y-0:last-child > :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));
  }

  .xl\:last\:-space-x-0:last-child > :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)));
  }

  .xl\:last\:-space-y-1:last-child > :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));
  }

  .xl\:last\:-space-x-1:last-child > :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)));
  }

  .xl\:last\:-space-y-2:last-child > :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));
  }

  .xl\:last\:-space-x-2:last-child > :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)));
  }

  .xl\:last\:-space-y-3:last-child > :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));
  }

  .xl\:last\:-space-x-3:last-child > :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)));
  }

  .xl\:last\:-space-y-4:last-child > :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));
  }

  .xl\:last\:-space-x-4:last-child > :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)));
  }

  .xl\:last\:-space-y-5:last-child > :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));
  }

  .xl\:last\:-space-x-5:last-child > :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)));
  }

  .xl\:last\:-space-y-6:last-child > :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));
  }

  .xl\:last\:-space-x-6:last-child > :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)));
  }

  .xl\:last\:-space-y-7:last-child > :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));
  }

  .xl\:last\:-space-x-7:last-child > :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)));
  }

  .xl\:last\:-space-y-8:last-child > :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));
  }

  .xl\:last\:-space-x-8:last-child > :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)));
  }

  .xl\:last\:-space-y-9:last-child > :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));
  }

  .xl\:last\:-space-x-9:last-child > :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)));
  }

  .xl\:last\:-space-y-10:last-child > :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));
  }

  .xl\:last\:-space-x-10:last-child > :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)));
  }

  .xl\:last\:-space-y-11:last-child > :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));
  }

  .xl\:last\:-space-x-11:last-child > :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)));
  }

  .xl\:last\:-space-y-12:last-child > :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));
  }

  .xl\:last\:-space-x-12:last-child > :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)));
  }

  .xl\:last\:-space-y-14:last-child > :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));
  }

  .xl\:last\:-space-x-14:last-child > :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)));
  }

  .xl\:last\:-space-y-16:last-child > :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));
  }

  .xl\:last\:-space-x-16:last-child > :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)));
  }

  .xl\:last\:-space-y-20:last-child > :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));
  }

  .xl\:last\:-space-x-20:last-child > :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)));
  }

  .xl\:last\:-space-y-24:last-child > :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));
  }

  .xl\:last\:-space-x-24:last-child > :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)));
  }

  .xl\:last\:-space-y-28:last-child > :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));
  }

  .xl\:last\:-space-x-28:last-child > :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)));
  }

  .xl\:last\:-space-y-32:last-child > :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));
  }

  .xl\:last\:-space-x-32:last-child > :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)));
  }

  .xl\:last\:-space-y-36:last-child > :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));
  }

  .xl\:last\:-space-x-36:last-child > :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)));
  }

  .xl\:last\:-space-y-40:last-child > :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));
  }

  .xl\:last\:-space-x-40:last-child > :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)));
  }

  .xl\:last\:-space-y-44:last-child > :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));
  }

  .xl\:last\:-space-x-44:last-child > :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)));
  }

  .xl\:last\:-space-y-48:last-child > :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));
  }

  .xl\:last\:-space-x-48:last-child > :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)));
  }

  .xl\:last\:-space-y-52:last-child > :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));
  }

  .xl\:last\:-space-x-52:last-child > :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)));
  }

  .xl\:last\:-space-y-56:last-child > :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));
  }

  .xl\:last\:-space-x-56:last-child > :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)));
  }

  .xl\:last\:-space-y-60:last-child > :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));
  }

  .xl\:last\:-space-x-60:last-child > :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)));
  }

  .xl\:last\:-space-y-64:last-child > :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));
  }

  .xl\:last\:-space-x-64:last-child > :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)));
  }

  .xl\:last\:-space-y-72:last-child > :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));
  }

  .xl\:last\:-space-x-72:last-child > :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)));
  }

  .xl\:last\:-space-y-80:last-child > :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));
  }

  .xl\:last\:-space-x-80:last-child > :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)));
  }

  .xl\:last\:-space-y-96:last-child > :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));
  }

  .xl\:last\:-space-x-96:last-child > :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)));
  }

  .xl\:last\:-space-y-px:last-child > :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));
  }

  .xl\:last\:-space-x-px:last-child > :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)));
  }

  .xl\:last\:-space-y-0\.5:last-child > :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));
  }

  .xl\:last\:-space-x-0\.5:last-child > :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)));
  }

  .xl\:last\:-space-y-1\.5:last-child > :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));
  }

  .xl\:last\:-space-x-1\.5:last-child > :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)));
  }

  .xl\:last\:-space-y-2\.5:last-child > :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));
  }

  .xl\:last\:-space-x-2\.5:last-child > :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)));
  }

  .xl\:last\:-space-y-3\.5:last-child > :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));
  }

  .xl\:last\:-space-x-3\.5:last-child > :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)));
  }

  .xl\:last\:space-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:last\:space-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:odd\:space-y-0:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-0:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-1:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-1:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-2:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-2:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-3:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-3:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-4:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-4:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-5:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-5:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-6:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-6:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-7:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-7:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-8:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-8:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-9:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-9:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-10:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-10:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-11:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-11:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-12:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-12:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-14:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-14:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-16:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-16:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-20:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-20:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-24:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-24:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-28:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-28:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-32:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-32:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-36:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-36:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-40:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-40:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-44:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-44:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-48:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-48:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-52:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-52:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-56:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-56:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-60:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-60:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-64:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-64:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-72:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-72:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-80:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-80:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-96:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-96:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-px:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-px:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-0\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-0\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-1\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-1\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-2\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-2\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-3\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:space-x-3\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-0:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-0:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-1:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-1:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-2:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-2:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-3:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-3:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-4:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-4:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-5:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-5:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-6:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-6:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-7:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-7:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-8:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-8:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-9:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-9:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-10:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-10:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-11:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-11:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-12:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-12:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-14:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-14:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-16:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-16:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-20:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-20:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-24:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-24:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-28:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-28:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-32:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-32:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-36:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-36:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-40:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-40:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-44:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-44:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-48:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-48:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-52:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-52:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-56:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-56:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-60:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-60:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-64:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-64:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-72:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-72:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-80:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-80:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-96:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-96:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-px:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-px:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-0\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-0\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-1\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-1\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-2\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-2\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:-space-y-3\.5:nth-child(odd) > :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));
  }

  .xl\:odd\:-space-x-3\.5:nth-child(odd) > :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)));
  }

  .xl\:odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:even\:space-y-0:nth-child(even) > :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));
  }

  .xl\:even\:space-x-0:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-1:nth-child(even) > :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));
  }

  .xl\:even\:space-x-1:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-2:nth-child(even) > :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));
  }

  .xl\:even\:space-x-2:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-3:nth-child(even) > :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));
  }

  .xl\:even\:space-x-3:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-4:nth-child(even) > :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));
  }

  .xl\:even\:space-x-4:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-5:nth-child(even) > :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));
  }

  .xl\:even\:space-x-5:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-6:nth-child(even) > :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));
  }

  .xl\:even\:space-x-6:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-7:nth-child(even) > :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));
  }

  .xl\:even\:space-x-7:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-8:nth-child(even) > :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));
  }

  .xl\:even\:space-x-8:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-9:nth-child(even) > :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));
  }

  .xl\:even\:space-x-9:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-10:nth-child(even) > :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));
  }

  .xl\:even\:space-x-10:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-11:nth-child(even) > :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));
  }

  .xl\:even\:space-x-11:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-12:nth-child(even) > :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));
  }

  .xl\:even\:space-x-12:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-14:nth-child(even) > :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));
  }

  .xl\:even\:space-x-14:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-16:nth-child(even) > :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));
  }

  .xl\:even\:space-x-16:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-20:nth-child(even) > :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));
  }

  .xl\:even\:space-x-20:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-24:nth-child(even) > :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));
  }

  .xl\:even\:space-x-24:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-28:nth-child(even) > :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));
  }

  .xl\:even\:space-x-28:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-32:nth-child(even) > :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));
  }

  .xl\:even\:space-x-32:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-36:nth-child(even) > :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));
  }

  .xl\:even\:space-x-36:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-40:nth-child(even) > :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));
  }

  .xl\:even\:space-x-40:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-44:nth-child(even) > :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));
  }

  .xl\:even\:space-x-44:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-48:nth-child(even) > :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));
  }

  .xl\:even\:space-x-48:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-52:nth-child(even) > :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));
  }

  .xl\:even\:space-x-52:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-56:nth-child(even) > :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));
  }

  .xl\:even\:space-x-56:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-60:nth-child(even) > :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));
  }

  .xl\:even\:space-x-60:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-64:nth-child(even) > :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));
  }

  .xl\:even\:space-x-64:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-72:nth-child(even) > :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));
  }

  .xl\:even\:space-x-72:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-80:nth-child(even) > :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));
  }

  .xl\:even\:space-x-80:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-96:nth-child(even) > :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));
  }

  .xl\:even\:space-x-96:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-px:nth-child(even) > :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));
  }

  .xl\:even\:space-x-px:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-0\.5:nth-child(even) > :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));
  }

  .xl\:even\:space-x-0\.5:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-1\.5:nth-child(even) > :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));
  }

  .xl\:even\:space-x-1\.5:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-2\.5:nth-child(even) > :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));
  }

  .xl\:even\:space-x-2\.5:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-3\.5:nth-child(even) > :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));
  }

  .xl\:even\:space-x-3\.5:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-0:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-0:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-1:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-1:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-2:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-2:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-3:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-3:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-4:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-4:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-5:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-5:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-6:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-6:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-7:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-7:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-8:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-8:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-9:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-9:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-10:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-10:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-11:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-11:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-12:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-12:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-14:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-14:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-16:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-16:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-20:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-20:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-24:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-24:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-28:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-28:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-32:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-32:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-36:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-36:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-40:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-40:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-44:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-44:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-48:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-48:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-52:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-52:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-56:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-56:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-60:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-60:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-64:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-64:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-72:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-72:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-80:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-80:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-96:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-96:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-px:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-px:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-0\.5:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-0\.5:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-1\.5:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-1\.5:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-2\.5:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-2\.5:nth-child(even) > :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)));
  }

  .xl\:even\:-space-y-3\.5:nth-child(even) > :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));
  }

  .xl\:even\:-space-x-3\.5:nth-child(even) > :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)));
  }

  .xl\:even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:hover\:space-y-0:hover > :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));
  }

  .xl\:hover\:space-x-0:hover > :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)));
  }

  .xl\:hover\:space-y-1:hover > :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));
  }

  .xl\:hover\:space-x-1:hover > :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)));
  }

  .xl\:hover\:space-y-2:hover > :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));
  }

  .xl\:hover\:space-x-2:hover > :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)));
  }

  .xl\:hover\:space-y-3:hover > :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));
  }

  .xl\:hover\:space-x-3:hover > :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)));
  }

  .xl\:hover\:space-y-4:hover > :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));
  }

  .xl\:hover\:space-x-4:hover > :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)));
  }

  .xl\:hover\:space-y-5:hover > :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));
  }

  .xl\:hover\:space-x-5:hover > :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)));
  }

  .xl\:hover\:space-y-6:hover > :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));
  }

  .xl\:hover\:space-x-6:hover > :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)));
  }

  .xl\:hover\:space-y-7:hover > :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));
  }

  .xl\:hover\:space-x-7:hover > :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)));
  }

  .xl\:hover\:space-y-8:hover > :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));
  }

  .xl\:hover\:space-x-8:hover > :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)));
  }

  .xl\:hover\:space-y-9:hover > :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));
  }

  .xl\:hover\:space-x-9:hover > :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)));
  }

  .xl\:hover\:space-y-10:hover > :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));
  }

  .xl\:hover\:space-x-10:hover > :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)));
  }

  .xl\:hover\:space-y-11:hover > :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));
  }

  .xl\:hover\:space-x-11:hover > :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)));
  }

  .xl\:hover\:space-y-12:hover > :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));
  }

  .xl\:hover\:space-x-12:hover > :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)));
  }

  .xl\:hover\:space-y-14:hover > :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));
  }

  .xl\:hover\:space-x-14:hover > :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)));
  }

  .xl\:hover\:space-y-16:hover > :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));
  }

  .xl\:hover\:space-x-16:hover > :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)));
  }

  .xl\:hover\:space-y-20:hover > :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));
  }

  .xl\:hover\:space-x-20:hover > :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)));
  }

  .xl\:hover\:space-y-24:hover > :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));
  }

  .xl\:hover\:space-x-24:hover > :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)));
  }

  .xl\:hover\:space-y-28:hover > :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));
  }

  .xl\:hover\:space-x-28:hover > :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)));
  }

  .xl\:hover\:space-y-32:hover > :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));
  }

  .xl\:hover\:space-x-32:hover > :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)));
  }

  .xl\:hover\:space-y-36:hover > :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));
  }

  .xl\:hover\:space-x-36:hover > :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)));
  }

  .xl\:hover\:space-y-40:hover > :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));
  }

  .xl\:hover\:space-x-40:hover > :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)));
  }

  .xl\:hover\:space-y-44:hover > :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));
  }

  .xl\:hover\:space-x-44:hover > :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)));
  }

  .xl\:hover\:space-y-48:hover > :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));
  }

  .xl\:hover\:space-x-48:hover > :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)));
  }

  .xl\:hover\:space-y-52:hover > :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));
  }

  .xl\:hover\:space-x-52:hover > :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)));
  }

  .xl\:hover\:space-y-56:hover > :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));
  }

  .xl\:hover\:space-x-56:hover > :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)));
  }

  .xl\:hover\:space-y-60:hover > :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));
  }

  .xl\:hover\:space-x-60:hover > :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)));
  }

  .xl\:hover\:space-y-64:hover > :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));
  }

  .xl\:hover\:space-x-64:hover > :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)));
  }

  .xl\:hover\:space-y-72:hover > :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));
  }

  .xl\:hover\:space-x-72:hover > :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)));
  }

  .xl\:hover\:space-y-80:hover > :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));
  }

  .xl\:hover\:space-x-80:hover > :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)));
  }

  .xl\:hover\:space-y-96:hover > :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));
  }

  .xl\:hover\:space-x-96:hover > :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)));
  }

  .xl\:hover\:space-y-px:hover > :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));
  }

  .xl\:hover\:space-x-px:hover > :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)));
  }

  .xl\:hover\:space-y-0\.5:hover > :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));
  }

  .xl\:hover\:space-x-0\.5:hover > :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)));
  }

  .xl\:hover\:space-y-1\.5:hover > :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));
  }

  .xl\:hover\:space-x-1\.5:hover > :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)));
  }

  .xl\:hover\:space-y-2\.5:hover > :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));
  }

  .xl\:hover\:space-x-2\.5:hover > :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)));
  }

  .xl\:hover\:space-y-3\.5:hover > :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));
  }

  .xl\:hover\:space-x-3\.5:hover > :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)));
  }

  .xl\:hover\:-space-y-0:hover > :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));
  }

  .xl\:hover\:-space-x-0:hover > :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)));
  }

  .xl\:hover\:-space-y-1:hover > :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));
  }

  .xl\:hover\:-space-x-1:hover > :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)));
  }

  .xl\:hover\:-space-y-2:hover > :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));
  }

  .xl\:hover\:-space-x-2:hover > :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)));
  }

  .xl\:hover\:-space-y-3:hover > :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));
  }

  .xl\:hover\:-space-x-3:hover > :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)));
  }

  .xl\:hover\:-space-y-4:hover > :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));
  }

  .xl\:hover\:-space-x-4:hover > :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)));
  }

  .xl\:hover\:-space-y-5:hover > :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));
  }

  .xl\:hover\:-space-x-5:hover > :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)));
  }

  .xl\:hover\:-space-y-6:hover > :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));
  }

  .xl\:hover\:-space-x-6:hover > :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)));
  }

  .xl\:hover\:-space-y-7:hover > :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));
  }

  .xl\:hover\:-space-x-7:hover > :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)));
  }

  .xl\:hover\:-space-y-8:hover > :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));
  }

  .xl\:hover\:-space-x-8:hover > :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)));
  }

  .xl\:hover\:-space-y-9:hover > :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));
  }

  .xl\:hover\:-space-x-9:hover > :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)));
  }

  .xl\:hover\:-space-y-10:hover > :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));
  }

  .xl\:hover\:-space-x-10:hover > :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)));
  }

  .xl\:hover\:-space-y-11:hover > :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));
  }

  .xl\:hover\:-space-x-11:hover > :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)));
  }

  .xl\:hover\:-space-y-12:hover > :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));
  }

  .xl\:hover\:-space-x-12:hover > :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)));
  }

  .xl\:hover\:-space-y-14:hover > :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));
  }

  .xl\:hover\:-space-x-14:hover > :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)));
  }

  .xl\:hover\:-space-y-16:hover > :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));
  }

  .xl\:hover\:-space-x-16:hover > :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)));
  }

  .xl\:hover\:-space-y-20:hover > :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));
  }

  .xl\:hover\:-space-x-20:hover > :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)));
  }

  .xl\:hover\:-space-y-24:hover > :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));
  }

  .xl\:hover\:-space-x-24:hover > :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)));
  }

  .xl\:hover\:-space-y-28:hover > :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));
  }

  .xl\:hover\:-space-x-28:hover > :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)));
  }

  .xl\:hover\:-space-y-32:hover > :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));
  }

  .xl\:hover\:-space-x-32:hover > :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)));
  }

  .xl\:hover\:-space-y-36:hover > :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));
  }

  .xl\:hover\:-space-x-36:hover > :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)));
  }

  .xl\:hover\:-space-y-40:hover > :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));
  }

  .xl\:hover\:-space-x-40:hover > :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)));
  }

  .xl\:hover\:-space-y-44:hover > :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));
  }

  .xl\:hover\:-space-x-44:hover > :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)));
  }

  .xl\:hover\:-space-y-48:hover > :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));
  }

  .xl\:hover\:-space-x-48:hover > :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)));
  }

  .xl\:hover\:-space-y-52:hover > :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));
  }

  .xl\:hover\:-space-x-52:hover > :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)));
  }

  .xl\:hover\:-space-y-56:hover > :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));
  }

  .xl\:hover\:-space-x-56:hover > :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)));
  }

  .xl\:hover\:-space-y-60:hover > :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));
  }

  .xl\:hover\:-space-x-60:hover > :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)));
  }

  .xl\:hover\:-space-y-64:hover > :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));
  }

  .xl\:hover\:-space-x-64:hover > :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)));
  }

  .xl\:hover\:-space-y-72:hover > :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));
  }

  .xl\:hover\:-space-x-72:hover > :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)));
  }

  .xl\:hover\:-space-y-80:hover > :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));
  }

  .xl\:hover\:-space-x-80:hover > :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)));
  }

  .xl\:hover\:-space-y-96:hover > :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));
  }

  .xl\:hover\:-space-x-96:hover > :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)));
  }

  .xl\:hover\:-space-y-px:hover > :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));
  }

  .xl\:hover\:-space-x-px:hover > :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)));
  }

  .xl\:hover\:-space-y-0\.5:hover > :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));
  }

  .xl\:hover\:-space-x-0\.5:hover > :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)));
  }

  .xl\:hover\:-space-y-1\.5:hover > :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));
  }

  .xl\:hover\:-space-x-1\.5:hover > :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)));
  }

  .xl\:hover\:-space-y-2\.5:hover > :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));
  }

  .xl\:hover\:-space-x-2\.5:hover > :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)));
  }

  .xl\:hover\:-space-y-3\.5:hover > :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));
  }

  .xl\:hover\:-space-x-3\.5:hover > :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)));
  }

  .xl\:hover\:space-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:hover\:space-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:focus\:space-y-0:focus > :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));
  }

  .xl\:focus\:space-x-0:focus > :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)));
  }

  .xl\:focus\:space-y-1:focus > :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));
  }

  .xl\:focus\:space-x-1:focus > :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)));
  }

  .xl\:focus\:space-y-2:focus > :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));
  }

  .xl\:focus\:space-x-2:focus > :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)));
  }

  .xl\:focus\:space-y-3:focus > :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));
  }

  .xl\:focus\:space-x-3:focus > :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)));
  }

  .xl\:focus\:space-y-4:focus > :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));
  }

  .xl\:focus\:space-x-4:focus > :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)));
  }

  .xl\:focus\:space-y-5:focus > :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));
  }

  .xl\:focus\:space-x-5:focus > :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)));
  }

  .xl\:focus\:space-y-6:focus > :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));
  }

  .xl\:focus\:space-x-6:focus > :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)));
  }

  .xl\:focus\:space-y-7:focus > :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));
  }

  .xl\:focus\:space-x-7:focus > :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)));
  }

  .xl\:focus\:space-y-8:focus > :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));
  }

  .xl\:focus\:space-x-8:focus > :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)));
  }

  .xl\:focus\:space-y-9:focus > :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));
  }

  .xl\:focus\:space-x-9:focus > :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)));
  }

  .xl\:focus\:space-y-10:focus > :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));
  }

  .xl\:focus\:space-x-10:focus > :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)));
  }

  .xl\:focus\:space-y-11:focus > :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));
  }

  .xl\:focus\:space-x-11:focus > :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)));
  }

  .xl\:focus\:space-y-12:focus > :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));
  }

  .xl\:focus\:space-x-12:focus > :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)));
  }

  .xl\:focus\:space-y-14:focus > :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));
  }

  .xl\:focus\:space-x-14:focus > :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)));
  }

  .xl\:focus\:space-y-16:focus > :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));
  }

  .xl\:focus\:space-x-16:focus > :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)));
  }

  .xl\:focus\:space-y-20:focus > :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));
  }

  .xl\:focus\:space-x-20:focus > :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)));
  }

  .xl\:focus\:space-y-24:focus > :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));
  }

  .xl\:focus\:space-x-24:focus > :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)));
  }

  .xl\:focus\:space-y-28:focus > :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));
  }

  .xl\:focus\:space-x-28:focus > :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)));
  }

  .xl\:focus\:space-y-32:focus > :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));
  }

  .xl\:focus\:space-x-32:focus > :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)));
  }

  .xl\:focus\:space-y-36:focus > :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));
  }

  .xl\:focus\:space-x-36:focus > :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)));
  }

  .xl\:focus\:space-y-40:focus > :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));
  }

  .xl\:focus\:space-x-40:focus > :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)));
  }

  .xl\:focus\:space-y-44:focus > :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));
  }

  .xl\:focus\:space-x-44:focus > :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)));
  }

  .xl\:focus\:space-y-48:focus > :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));
  }

  .xl\:focus\:space-x-48:focus > :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)));
  }

  .xl\:focus\:space-y-52:focus > :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));
  }

  .xl\:focus\:space-x-52:focus > :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)));
  }

  .xl\:focus\:space-y-56:focus > :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));
  }

  .xl\:focus\:space-x-56:focus > :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)));
  }

  .xl\:focus\:space-y-60:focus > :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));
  }

  .xl\:focus\:space-x-60:focus > :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)));
  }

  .xl\:focus\:space-y-64:focus > :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));
  }

  .xl\:focus\:space-x-64:focus > :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)));
  }

  .xl\:focus\:space-y-72:focus > :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));
  }

  .xl\:focus\:space-x-72:focus > :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)));
  }

  .xl\:focus\:space-y-80:focus > :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));
  }

  .xl\:focus\:space-x-80:focus > :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)));
  }

  .xl\:focus\:space-y-96:focus > :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));
  }

  .xl\:focus\:space-x-96:focus > :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)));
  }

  .xl\:focus\:space-y-px:focus > :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));
  }

  .xl\:focus\:space-x-px:focus > :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)));
  }

  .xl\:focus\:space-y-0\.5:focus > :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));
  }

  .xl\:focus\:space-x-0\.5:focus > :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)));
  }

  .xl\:focus\:space-y-1\.5:focus > :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));
  }

  .xl\:focus\:space-x-1\.5:focus > :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)));
  }

  .xl\:focus\:space-y-2\.5:focus > :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));
  }

  .xl\:focus\:space-x-2\.5:focus > :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)));
  }

  .xl\:focus\:space-y-3\.5:focus > :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));
  }

  .xl\:focus\:space-x-3\.5:focus > :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)));
  }

  .xl\:focus\:-space-y-0:focus > :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));
  }

  .xl\:focus\:-space-x-0:focus > :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)));
  }

  .xl\:focus\:-space-y-1:focus > :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));
  }

  .xl\:focus\:-space-x-1:focus > :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)));
  }

  .xl\:focus\:-space-y-2:focus > :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));
  }

  .xl\:focus\:-space-x-2:focus > :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)));
  }

  .xl\:focus\:-space-y-3:focus > :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));
  }

  .xl\:focus\:-space-x-3:focus > :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)));
  }

  .xl\:focus\:-space-y-4:focus > :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));
  }

  .xl\:focus\:-space-x-4:focus > :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)));
  }

  .xl\:focus\:-space-y-5:focus > :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));
  }

  .xl\:focus\:-space-x-5:focus > :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)));
  }

  .xl\:focus\:-space-y-6:focus > :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));
  }

  .xl\:focus\:-space-x-6:focus > :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)));
  }

  .xl\:focus\:-space-y-7:focus > :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));
  }

  .xl\:focus\:-space-x-7:focus > :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)));
  }

  .xl\:focus\:-space-y-8:focus > :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));
  }

  .xl\:focus\:-space-x-8:focus > :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)));
  }

  .xl\:focus\:-space-y-9:focus > :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));
  }

  .xl\:focus\:-space-x-9:focus > :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)));
  }

  .xl\:focus\:-space-y-10:focus > :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));
  }

  .xl\:focus\:-space-x-10:focus > :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)));
  }

  .xl\:focus\:-space-y-11:focus > :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));
  }

  .xl\:focus\:-space-x-11:focus > :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)));
  }

  .xl\:focus\:-space-y-12:focus > :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));
  }

  .xl\:focus\:-space-x-12:focus > :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)));
  }

  .xl\:focus\:-space-y-14:focus > :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));
  }

  .xl\:focus\:-space-x-14:focus > :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)));
  }

  .xl\:focus\:-space-y-16:focus > :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));
  }

  .xl\:focus\:-space-x-16:focus > :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)));
  }

  .xl\:focus\:-space-y-20:focus > :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));
  }

  .xl\:focus\:-space-x-20:focus > :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)));
  }

  .xl\:focus\:-space-y-24:focus > :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));
  }

  .xl\:focus\:-space-x-24:focus > :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)));
  }

  .xl\:focus\:-space-y-28:focus > :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));
  }

  .xl\:focus\:-space-x-28:focus > :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)));
  }

  .xl\:focus\:-space-y-32:focus > :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));
  }

  .xl\:focus\:-space-x-32:focus > :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)));
  }

  .xl\:focus\:-space-y-36:focus > :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));
  }

  .xl\:focus\:-space-x-36:focus > :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)));
  }

  .xl\:focus\:-space-y-40:focus > :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));
  }

  .xl\:focus\:-space-x-40:focus > :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)));
  }

  .xl\:focus\:-space-y-44:focus > :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));
  }

  .xl\:focus\:-space-x-44:focus > :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)));
  }

  .xl\:focus\:-space-y-48:focus > :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));
  }

  .xl\:focus\:-space-x-48:focus > :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)));
  }

  .xl\:focus\:-space-y-52:focus > :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));
  }

  .xl\:focus\:-space-x-52:focus > :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)));
  }

  .xl\:focus\:-space-y-56:focus > :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));
  }

  .xl\:focus\:-space-x-56:focus > :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)));
  }

  .xl\:focus\:-space-y-60:focus > :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));
  }

  .xl\:focus\:-space-x-60:focus > :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)));
  }

  .xl\:focus\:-space-y-64:focus > :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));
  }

  .xl\:focus\:-space-x-64:focus > :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)));
  }

  .xl\:focus\:-space-y-72:focus > :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));
  }

  .xl\:focus\:-space-x-72:focus > :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)));
  }

  .xl\:focus\:-space-y-80:focus > :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));
  }

  .xl\:focus\:-space-x-80:focus > :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)));
  }

  .xl\:focus\:-space-y-96:focus > :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));
  }

  .xl\:focus\:-space-x-96:focus > :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)));
  }

  .xl\:focus\:-space-y-px:focus > :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));
  }

  .xl\:focus\:-space-x-px:focus > :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)));
  }

  .xl\:focus\:-space-y-0\.5:focus > :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));
  }

  .xl\:focus\:-space-x-0\.5:focus > :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)));
  }

  .xl\:focus\:-space-y-1\.5:focus > :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));
  }

  .xl\:focus\:-space-x-1\.5:focus > :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)));
  }

  .xl\:focus\:-space-y-2\.5:focus > :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));
  }

  .xl\:focus\:-space-x-2\.5:focus > :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)));
  }

  .xl\:focus\:-space-y-3\.5:focus > :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));
  }

  .xl\:focus\:-space-x-3\.5:focus > :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)));
  }

  .xl\:focus\:space-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:focus\:space-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:active\:space-y-0:active > :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));
  }

  .xl\:active\:space-x-0:active > :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)));
  }

  .xl\:active\:space-y-1:active > :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));
  }

  .xl\:active\:space-x-1:active > :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)));
  }

  .xl\:active\:space-y-2:active > :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));
  }

  .xl\:active\:space-x-2:active > :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)));
  }

  .xl\:active\:space-y-3:active > :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));
  }

  .xl\:active\:space-x-3:active > :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)));
  }

  .xl\:active\:space-y-4:active > :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));
  }

  .xl\:active\:space-x-4:active > :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)));
  }

  .xl\:active\:space-y-5:active > :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));
  }

  .xl\:active\:space-x-5:active > :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)));
  }

  .xl\:active\:space-y-6:active > :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));
  }

  .xl\:active\:space-x-6:active > :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)));
  }

  .xl\:active\:space-y-7:active > :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));
  }

  .xl\:active\:space-x-7:active > :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)));
  }

  .xl\:active\:space-y-8:active > :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));
  }

  .xl\:active\:space-x-8:active > :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)));
  }

  .xl\:active\:space-y-9:active > :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));
  }

  .xl\:active\:space-x-9:active > :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)));
  }

  .xl\:active\:space-y-10:active > :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));
  }

  .xl\:active\:space-x-10:active > :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)));
  }

  .xl\:active\:space-y-11:active > :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));
  }

  .xl\:active\:space-x-11:active > :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)));
  }

  .xl\:active\:space-y-12:active > :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));
  }

  .xl\:active\:space-x-12:active > :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)));
  }

  .xl\:active\:space-y-14:active > :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));
  }

  .xl\:active\:space-x-14:active > :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)));
  }

  .xl\:active\:space-y-16:active > :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));
  }

  .xl\:active\:space-x-16:active > :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)));
  }

  .xl\:active\:space-y-20:active > :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));
  }

  .xl\:active\:space-x-20:active > :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)));
  }

  .xl\:active\:space-y-24:active > :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));
  }

  .xl\:active\:space-x-24:active > :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)));
  }

  .xl\:active\:space-y-28:active > :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));
  }

  .xl\:active\:space-x-28:active > :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)));
  }

  .xl\:active\:space-y-32:active > :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));
  }

  .xl\:active\:space-x-32:active > :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)));
  }

  .xl\:active\:space-y-36:active > :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));
  }

  .xl\:active\:space-x-36:active > :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)));
  }

  .xl\:active\:space-y-40:active > :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));
  }

  .xl\:active\:space-x-40:active > :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)));
  }

  .xl\:active\:space-y-44:active > :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));
  }

  .xl\:active\:space-x-44:active > :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)));
  }

  .xl\:active\:space-y-48:active > :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));
  }

  .xl\:active\:space-x-48:active > :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)));
  }

  .xl\:active\:space-y-52:active > :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));
  }

  .xl\:active\:space-x-52:active > :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)));
  }

  .xl\:active\:space-y-56:active > :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));
  }

  .xl\:active\:space-x-56:active > :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)));
  }

  .xl\:active\:space-y-60:active > :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));
  }

  .xl\:active\:space-x-60:active > :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)));
  }

  .xl\:active\:space-y-64:active > :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));
  }

  .xl\:active\:space-x-64:active > :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)));
  }

  .xl\:active\:space-y-72:active > :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));
  }

  .xl\:active\:space-x-72:active > :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)));
  }

  .xl\:active\:space-y-80:active > :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));
  }

  .xl\:active\:space-x-80:active > :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)));
  }

  .xl\:active\:space-y-96:active > :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));
  }

  .xl\:active\:space-x-96:active > :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)));
  }

  .xl\:active\:space-y-px:active > :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));
  }

  .xl\:active\:space-x-px:active > :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)));
  }

  .xl\:active\:space-y-0\.5:active > :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));
  }

  .xl\:active\:space-x-0\.5:active > :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)));
  }

  .xl\:active\:space-y-1\.5:active > :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));
  }

  .xl\:active\:space-x-1\.5:active > :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)));
  }

  .xl\:active\:space-y-2\.5:active > :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));
  }

  .xl\:active\:space-x-2\.5:active > :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)));
  }

  .xl\:active\:space-y-3\.5:active > :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));
  }

  .xl\:active\:space-x-3\.5:active > :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)));
  }

  .xl\:active\:-space-y-0:active > :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));
  }

  .xl\:active\:-space-x-0:active > :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)));
  }

  .xl\:active\:-space-y-1:active > :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));
  }

  .xl\:active\:-space-x-1:active > :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)));
  }

  .xl\:active\:-space-y-2:active > :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));
  }

  .xl\:active\:-space-x-2:active > :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)));
  }

  .xl\:active\:-space-y-3:active > :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));
  }

  .xl\:active\:-space-x-3:active > :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)));
  }

  .xl\:active\:-space-y-4:active > :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));
  }

  .xl\:active\:-space-x-4:active > :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)));
  }

  .xl\:active\:-space-y-5:active > :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));
  }

  .xl\:active\:-space-x-5:active > :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)));
  }

  .xl\:active\:-space-y-6:active > :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));
  }

  .xl\:active\:-space-x-6:active > :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)));
  }

  .xl\:active\:-space-y-7:active > :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));
  }

  .xl\:active\:-space-x-7:active > :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)));
  }

  .xl\:active\:-space-y-8:active > :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));
  }

  .xl\:active\:-space-x-8:active > :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)));
  }

  .xl\:active\:-space-y-9:active > :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));
  }

  .xl\:active\:-space-x-9:active > :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)));
  }

  .xl\:active\:-space-y-10:active > :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));
  }

  .xl\:active\:-space-x-10:active > :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)));
  }

  .xl\:active\:-space-y-11:active > :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));
  }

  .xl\:active\:-space-x-11:active > :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)));
  }

  .xl\:active\:-space-y-12:active > :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));
  }

  .xl\:active\:-space-x-12:active > :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)));
  }

  .xl\:active\:-space-y-14:active > :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));
  }

  .xl\:active\:-space-x-14:active > :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)));
  }

  .xl\:active\:-space-y-16:active > :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));
  }

  .xl\:active\:-space-x-16:active > :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)));
  }

  .xl\:active\:-space-y-20:active > :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));
  }

  .xl\:active\:-space-x-20:active > :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)));
  }

  .xl\:active\:-space-y-24:active > :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));
  }

  .xl\:active\:-space-x-24:active > :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)));
  }

  .xl\:active\:-space-y-28:active > :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));
  }

  .xl\:active\:-space-x-28:active > :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)));
  }

  .xl\:active\:-space-y-32:active > :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));
  }

  .xl\:active\:-space-x-32:active > :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)));
  }

  .xl\:active\:-space-y-36:active > :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));
  }

  .xl\:active\:-space-x-36:active > :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)));
  }

  .xl\:active\:-space-y-40:active > :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));
  }

  .xl\:active\:-space-x-40:active > :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)));
  }

  .xl\:active\:-space-y-44:active > :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));
  }

  .xl\:active\:-space-x-44:active > :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)));
  }

  .xl\:active\:-space-y-48:active > :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));
  }

  .xl\:active\:-space-x-48:active > :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)));
  }

  .xl\:active\:-space-y-52:active > :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));
  }

  .xl\:active\:-space-x-52:active > :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)));
  }

  .xl\:active\:-space-y-56:active > :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));
  }

  .xl\:active\:-space-x-56:active > :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)));
  }

  .xl\:active\:-space-y-60:active > :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));
  }

  .xl\:active\:-space-x-60:active > :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)));
  }

  .xl\:active\:-space-y-64:active > :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));
  }

  .xl\:active\:-space-x-64:active > :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)));
  }

  .xl\:active\:-space-y-72:active > :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));
  }

  .xl\:active\:-space-x-72:active > :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)));
  }

  .xl\:active\:-space-y-80:active > :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));
  }

  .xl\:active\:-space-x-80:active > :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)));
  }

  .xl\:active\:-space-y-96:active > :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));
  }

  .xl\:active\:-space-x-96:active > :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)));
  }

  .xl\:active\:-space-y-px:active > :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));
  }

  .xl\:active\:-space-x-px:active > :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)));
  }

  .xl\:active\:-space-y-0\.5:active > :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));
  }

  .xl\:active\:-space-x-0\.5:active > :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)));
  }

  .xl\:active\:-space-y-1\.5:active > :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));
  }

  .xl\:active\:-space-x-1\.5:active > :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)));
  }

  .xl\:active\:-space-y-2\.5:active > :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));
  }

  .xl\:active\:-space-x-2\.5:active > :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)));
  }

  .xl\:active\:-space-y-3\.5:active > :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));
  }

  .xl\:active\:-space-x-3\.5:active > :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)));
  }

  .xl\:active\:space-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:active\:space-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:visited\:space-y-0:visited > :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));
  }

  .xl\:visited\:space-x-0:visited > :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)));
  }

  .xl\:visited\:space-y-1:visited > :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));
  }

  .xl\:visited\:space-x-1:visited > :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)));
  }

  .xl\:visited\:space-y-2:visited > :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));
  }

  .xl\:visited\:space-x-2:visited > :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)));
  }

  .xl\:visited\:space-y-3:visited > :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));
  }

  .xl\:visited\:space-x-3:visited > :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)));
  }

  .xl\:visited\:space-y-4:visited > :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));
  }

  .xl\:visited\:space-x-4:visited > :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)));
  }

  .xl\:visited\:space-y-5:visited > :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));
  }

  .xl\:visited\:space-x-5:visited > :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)));
  }

  .xl\:visited\:space-y-6:visited > :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));
  }

  .xl\:visited\:space-x-6:visited > :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)));
  }

  .xl\:visited\:space-y-7:visited > :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));
  }

  .xl\:visited\:space-x-7:visited > :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)));
  }

  .xl\:visited\:space-y-8:visited > :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));
  }

  .xl\:visited\:space-x-8:visited > :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)));
  }

  .xl\:visited\:space-y-9:visited > :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));
  }

  .xl\:visited\:space-x-9:visited > :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)));
  }

  .xl\:visited\:space-y-10:visited > :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));
  }

  .xl\:visited\:space-x-10:visited > :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)));
  }

  .xl\:visited\:space-y-11:visited > :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));
  }

  .xl\:visited\:space-x-11:visited > :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)));
  }

  .xl\:visited\:space-y-12:visited > :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));
  }

  .xl\:visited\:space-x-12:visited > :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)));
  }

  .xl\:visited\:space-y-14:visited > :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));
  }

  .xl\:visited\:space-x-14:visited > :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)));
  }

  .xl\:visited\:space-y-16:visited > :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));
  }

  .xl\:visited\:space-x-16:visited > :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)));
  }

  .xl\:visited\:space-y-20:visited > :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));
  }

  .xl\:visited\:space-x-20:visited > :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)));
  }

  .xl\:visited\:space-y-24:visited > :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));
  }

  .xl\:visited\:space-x-24:visited > :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)));
  }

  .xl\:visited\:space-y-28:visited > :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));
  }

  .xl\:visited\:space-x-28:visited > :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)));
  }

  .xl\:visited\:space-y-32:visited > :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));
  }

  .xl\:visited\:space-x-32:visited > :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)));
  }

  .xl\:visited\:space-y-36:visited > :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));
  }

  .xl\:visited\:space-x-36:visited > :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)));
  }

  .xl\:visited\:space-y-40:visited > :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));
  }

  .xl\:visited\:space-x-40:visited > :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)));
  }

  .xl\:visited\:space-y-44:visited > :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));
  }

  .xl\:visited\:space-x-44:visited > :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)));
  }

  .xl\:visited\:space-y-48:visited > :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));
  }

  .xl\:visited\:space-x-48:visited > :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)));
  }

  .xl\:visited\:space-y-52:visited > :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));
  }

  .xl\:visited\:space-x-52:visited > :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)));
  }

  .xl\:visited\:space-y-56:visited > :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));
  }

  .xl\:visited\:space-x-56:visited > :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)));
  }

  .xl\:visited\:space-y-60:visited > :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));
  }

  .xl\:visited\:space-x-60:visited > :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)));
  }

  .xl\:visited\:space-y-64:visited > :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));
  }

  .xl\:visited\:space-x-64:visited > :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)));
  }

  .xl\:visited\:space-y-72:visited > :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));
  }

  .xl\:visited\:space-x-72:visited > :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)));
  }

  .xl\:visited\:space-y-80:visited > :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));
  }

  .xl\:visited\:space-x-80:visited > :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)));
  }

  .xl\:visited\:space-y-96:visited > :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));
  }

  .xl\:visited\:space-x-96:visited > :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)));
  }

  .xl\:visited\:space-y-px:visited > :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));
  }

  .xl\:visited\:space-x-px:visited > :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)));
  }

  .xl\:visited\:space-y-0\.5:visited > :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));
  }

  .xl\:visited\:space-x-0\.5:visited > :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)));
  }

  .xl\:visited\:space-y-1\.5:visited > :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));
  }

  .xl\:visited\:space-x-1\.5:visited > :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)));
  }

  .xl\:visited\:space-y-2\.5:visited > :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));
  }

  .xl\:visited\:space-x-2\.5:visited > :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)));
  }

  .xl\:visited\:space-y-3\.5:visited > :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));
  }

  .xl\:visited\:space-x-3\.5:visited > :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)));
  }

  .xl\:visited\:-space-y-0:visited > :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));
  }

  .xl\:visited\:-space-x-0:visited > :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)));
  }

  .xl\:visited\:-space-y-1:visited > :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));
  }

  .xl\:visited\:-space-x-1:visited > :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)));
  }

  .xl\:visited\:-space-y-2:visited > :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));
  }

  .xl\:visited\:-space-x-2:visited > :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)));
  }

  .xl\:visited\:-space-y-3:visited > :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));
  }

  .xl\:visited\:-space-x-3:visited > :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)));
  }

  .xl\:visited\:-space-y-4:visited > :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));
  }

  .xl\:visited\:-space-x-4:visited > :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)));
  }

  .xl\:visited\:-space-y-5:visited > :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));
  }

  .xl\:visited\:-space-x-5:visited > :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)));
  }

  .xl\:visited\:-space-y-6:visited > :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));
  }

  .xl\:visited\:-space-x-6:visited > :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)));
  }

  .xl\:visited\:-space-y-7:visited > :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));
  }

  .xl\:visited\:-space-x-7:visited > :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)));
  }

  .xl\:visited\:-space-y-8:visited > :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));
  }

  .xl\:visited\:-space-x-8:visited > :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)));
  }

  .xl\:visited\:-space-y-9:visited > :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));
  }

  .xl\:visited\:-space-x-9:visited > :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)));
  }

  .xl\:visited\:-space-y-10:visited > :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));
  }

  .xl\:visited\:-space-x-10:visited > :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)));
  }

  .xl\:visited\:-space-y-11:visited > :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));
  }

  .xl\:visited\:-space-x-11:visited > :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)));
  }

  .xl\:visited\:-space-y-12:visited > :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));
  }

  .xl\:visited\:-space-x-12:visited > :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)));
  }

  .xl\:visited\:-space-y-14:visited > :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));
  }

  .xl\:visited\:-space-x-14:visited > :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)));
  }

  .xl\:visited\:-space-y-16:visited > :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));
  }

  .xl\:visited\:-space-x-16:visited > :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)));
  }

  .xl\:visited\:-space-y-20:visited > :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));
  }

  .xl\:visited\:-space-x-20:visited > :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)));
  }

  .xl\:visited\:-space-y-24:visited > :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));
  }

  .xl\:visited\:-space-x-24:visited > :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)));
  }

  .xl\:visited\:-space-y-28:visited > :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));
  }

  .xl\:visited\:-space-x-28:visited > :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)));
  }

  .xl\:visited\:-space-y-32:visited > :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));
  }

  .xl\:visited\:-space-x-32:visited > :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)));
  }

  .xl\:visited\:-space-y-36:visited > :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));
  }

  .xl\:visited\:-space-x-36:visited > :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)));
  }

  .xl\:visited\:-space-y-40:visited > :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));
  }

  .xl\:visited\:-space-x-40:visited > :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)));
  }

  .xl\:visited\:-space-y-44:visited > :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));
  }

  .xl\:visited\:-space-x-44:visited > :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)));
  }

  .xl\:visited\:-space-y-48:visited > :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));
  }

  .xl\:visited\:-space-x-48:visited > :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)));
  }

  .xl\:visited\:-space-y-52:visited > :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));
  }

  .xl\:visited\:-space-x-52:visited > :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)));
  }

  .xl\:visited\:-space-y-56:visited > :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));
  }

  .xl\:visited\:-space-x-56:visited > :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)));
  }

  .xl\:visited\:-space-y-60:visited > :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));
  }

  .xl\:visited\:-space-x-60:visited > :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)));
  }

  .xl\:visited\:-space-y-64:visited > :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));
  }

  .xl\:visited\:-space-x-64:visited > :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)));
  }

  .xl\:visited\:-space-y-72:visited > :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));
  }

  .xl\:visited\:-space-x-72:visited > :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)));
  }

  .xl\:visited\:-space-y-80:visited > :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));
  }

  .xl\:visited\:-space-x-80:visited > :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)));
  }

  .xl\:visited\:-space-y-96:visited > :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));
  }

  .xl\:visited\:-space-x-96:visited > :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)));
  }

  .xl\:visited\:-space-y-px:visited > :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));
  }

  .xl\:visited\:-space-x-px:visited > :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)));
  }

  .xl\:visited\:-space-y-0\.5:visited > :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));
  }

  .xl\:visited\:-space-x-0\.5:visited > :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)));
  }

  .xl\:visited\:-space-y-1\.5:visited > :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));
  }

  .xl\:visited\:-space-x-1\.5:visited > :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)));
  }

  .xl\:visited\:-space-y-2\.5:visited > :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));
  }

  .xl\:visited\:-space-x-2\.5:visited > :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)));
  }

  .xl\:visited\:-space-y-3\.5:visited > :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));
  }

  .xl\:visited\:-space-x-3\.5:visited > :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)));
  }

  .xl\:visited\:space-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:visited\:space-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:disabled\:space-y-0:disabled > :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));
  }

  .xl\:disabled\:space-x-0:disabled > :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)));
  }

  .xl\:disabled\:space-y-1:disabled > :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));
  }

  .xl\:disabled\:space-x-1:disabled > :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)));
  }

  .xl\:disabled\:space-y-2:disabled > :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));
  }

  .xl\:disabled\:space-x-2:disabled > :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)));
  }

  .xl\:disabled\:space-y-3:disabled > :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));
  }

  .xl\:disabled\:space-x-3:disabled > :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)));
  }

  .xl\:disabled\:space-y-4:disabled > :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));
  }

  .xl\:disabled\:space-x-4:disabled > :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)));
  }

  .xl\:disabled\:space-y-5:disabled > :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));
  }

  .xl\:disabled\:space-x-5:disabled > :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)));
  }

  .xl\:disabled\:space-y-6:disabled > :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));
  }

  .xl\:disabled\:space-x-6:disabled > :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)));
  }

  .xl\:disabled\:space-y-7:disabled > :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));
  }

  .xl\:disabled\:space-x-7:disabled > :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)));
  }

  .xl\:disabled\:space-y-8:disabled > :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));
  }

  .xl\:disabled\:space-x-8:disabled > :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)));
  }

  .xl\:disabled\:space-y-9:disabled > :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));
  }

  .xl\:disabled\:space-x-9:disabled > :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)));
  }

  .xl\:disabled\:space-y-10:disabled > :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));
  }

  .xl\:disabled\:space-x-10:disabled > :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)));
  }

  .xl\:disabled\:space-y-11:disabled > :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));
  }

  .xl\:disabled\:space-x-11:disabled > :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)));
  }

  .xl\:disabled\:space-y-12:disabled > :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));
  }

  .xl\:disabled\:space-x-12:disabled > :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)));
  }

  .xl\:disabled\:space-y-14:disabled > :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));
  }

  .xl\:disabled\:space-x-14:disabled > :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)));
  }

  .xl\:disabled\:space-y-16:disabled > :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));
  }

  .xl\:disabled\:space-x-16:disabled > :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)));
  }

  .xl\:disabled\:space-y-20:disabled > :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));
  }

  .xl\:disabled\:space-x-20:disabled > :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)));
  }

  .xl\:disabled\:space-y-24:disabled > :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));
  }

  .xl\:disabled\:space-x-24:disabled > :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)));
  }

  .xl\:disabled\:space-y-28:disabled > :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));
  }

  .xl\:disabled\:space-x-28:disabled > :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)));
  }

  .xl\:disabled\:space-y-32:disabled > :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));
  }

  .xl\:disabled\:space-x-32:disabled > :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)));
  }

  .xl\:disabled\:space-y-36:disabled > :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));
  }

  .xl\:disabled\:space-x-36:disabled > :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)));
  }

  .xl\:disabled\:space-y-40:disabled > :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));
  }

  .xl\:disabled\:space-x-40:disabled > :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)));
  }

  .xl\:disabled\:space-y-44:disabled > :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));
  }

  .xl\:disabled\:space-x-44:disabled > :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)));
  }

  .xl\:disabled\:space-y-48:disabled > :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));
  }

  .xl\:disabled\:space-x-48:disabled > :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)));
  }

  .xl\:disabled\:space-y-52:disabled > :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));
  }

  .xl\:disabled\:space-x-52:disabled > :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)));
  }

  .xl\:disabled\:space-y-56:disabled > :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));
  }

  .xl\:disabled\:space-x-56:disabled > :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)));
  }

  .xl\:disabled\:space-y-60:disabled > :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));
  }

  .xl\:disabled\:space-x-60:disabled > :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)));
  }

  .xl\:disabled\:space-y-64:disabled > :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));
  }

  .xl\:disabled\:space-x-64:disabled > :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)));
  }

  .xl\:disabled\:space-y-72:disabled > :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));
  }

  .xl\:disabled\:space-x-72:disabled > :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)));
  }

  .xl\:disabled\:space-y-80:disabled > :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));
  }

  .xl\:disabled\:space-x-80:disabled > :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)));
  }

  .xl\:disabled\:space-y-96:disabled > :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));
  }

  .xl\:disabled\:space-x-96:disabled > :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)));
  }

  .xl\:disabled\:space-y-px:disabled > :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));
  }

  .xl\:disabled\:space-x-px:disabled > :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)));
  }

  .xl\:disabled\:space-y-0\.5:disabled > :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));
  }

  .xl\:disabled\:space-x-0\.5:disabled > :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)));
  }

  .xl\:disabled\:space-y-1\.5:disabled > :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));
  }

  .xl\:disabled\:space-x-1\.5:disabled > :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)));
  }

  .xl\:disabled\:space-y-2\.5:disabled > :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));
  }

  .xl\:disabled\:space-x-2\.5:disabled > :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)));
  }

  .xl\:disabled\:space-y-3\.5:disabled > :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));
  }

  .xl\:disabled\:space-x-3\.5:disabled > :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)));
  }

  .xl\:disabled\:-space-y-0:disabled > :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));
  }

  .xl\:disabled\:-space-x-0:disabled > :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)));
  }

  .xl\:disabled\:-space-y-1:disabled > :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));
  }

  .xl\:disabled\:-space-x-1:disabled > :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)));
  }

  .xl\:disabled\:-space-y-2:disabled > :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));
  }

  .xl\:disabled\:-space-x-2:disabled > :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)));
  }

  .xl\:disabled\:-space-y-3:disabled > :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));
  }

  .xl\:disabled\:-space-x-3:disabled > :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)));
  }

  .xl\:disabled\:-space-y-4:disabled > :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));
  }

  .xl\:disabled\:-space-x-4:disabled > :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)));
  }

  .xl\:disabled\:-space-y-5:disabled > :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));
  }

  .xl\:disabled\:-space-x-5:disabled > :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)));
  }

  .xl\:disabled\:-space-y-6:disabled > :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));
  }

  .xl\:disabled\:-space-x-6:disabled > :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)));
  }

  .xl\:disabled\:-space-y-7:disabled > :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));
  }

  .xl\:disabled\:-space-x-7:disabled > :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)));
  }

  .xl\:disabled\:-space-y-8:disabled > :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));
  }

  .xl\:disabled\:-space-x-8:disabled > :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)));
  }

  .xl\:disabled\:-space-y-9:disabled > :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));
  }

  .xl\:disabled\:-space-x-9:disabled > :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)));
  }

  .xl\:disabled\:-space-y-10:disabled > :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));
  }

  .xl\:disabled\:-space-x-10:disabled > :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)));
  }

  .xl\:disabled\:-space-y-11:disabled > :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));
  }

  .xl\:disabled\:-space-x-11:disabled > :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)));
  }

  .xl\:disabled\:-space-y-12:disabled > :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));
  }

  .xl\:disabled\:-space-x-12:disabled > :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)));
  }

  .xl\:disabled\:-space-y-14:disabled > :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));
  }

  .xl\:disabled\:-space-x-14:disabled > :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)));
  }

  .xl\:disabled\:-space-y-16:disabled > :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));
  }

  .xl\:disabled\:-space-x-16:disabled > :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)));
  }

  .xl\:disabled\:-space-y-20:disabled > :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));
  }

  .xl\:disabled\:-space-x-20:disabled > :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)));
  }

  .xl\:disabled\:-space-y-24:disabled > :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));
  }

  .xl\:disabled\:-space-x-24:disabled > :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)));
  }

  .xl\:disabled\:-space-y-28:disabled > :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));
  }

  .xl\:disabled\:-space-x-28:disabled > :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)));
  }

  .xl\:disabled\:-space-y-32:disabled > :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));
  }

  .xl\:disabled\:-space-x-32:disabled > :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)));
  }

  .xl\:disabled\:-space-y-36:disabled > :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));
  }

  .xl\:disabled\:-space-x-36:disabled > :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)));
  }

  .xl\:disabled\:-space-y-40:disabled > :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));
  }

  .xl\:disabled\:-space-x-40:disabled > :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)));
  }

  .xl\:disabled\:-space-y-44:disabled > :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));
  }

  .xl\:disabled\:-space-x-44:disabled > :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)));
  }

  .xl\:disabled\:-space-y-48:disabled > :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));
  }

  .xl\:disabled\:-space-x-48:disabled > :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)));
  }

  .xl\:disabled\:-space-y-52:disabled > :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));
  }

  .xl\:disabled\:-space-x-52:disabled > :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)));
  }

  .xl\:disabled\:-space-y-56:disabled > :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));
  }

  .xl\:disabled\:-space-x-56:disabled > :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)));
  }

  .xl\:disabled\:-space-y-60:disabled > :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));
  }

  .xl\:disabled\:-space-x-60:disabled > :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)));
  }

  .xl\:disabled\:-space-y-64:disabled > :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));
  }

  .xl\:disabled\:-space-x-64:disabled > :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)));
  }

  .xl\:disabled\:-space-y-72:disabled > :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));
  }

  .xl\:disabled\:-space-x-72:disabled > :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)));
  }

  .xl\:disabled\:-space-y-80:disabled > :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));
  }

  .xl\:disabled\:-space-x-80:disabled > :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)));
  }

  .xl\:disabled\:-space-y-96:disabled > :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));
  }

  .xl\:disabled\:-space-x-96:disabled > :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)));
  }

  .xl\:disabled\:-space-y-px:disabled > :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));
  }

  .xl\:disabled\:-space-x-px:disabled > :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)));
  }

  .xl\:disabled\:-space-y-0\.5:disabled > :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));
  }

  .xl\:disabled\:-space-x-0\.5:disabled > :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)));
  }

  .xl\:disabled\:-space-y-1\.5:disabled > :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));
  }

  .xl\:disabled\:-space-x-1\.5:disabled > :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)));
  }

  .xl\:disabled\:-space-y-2\.5:disabled > :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));
  }

  .xl\:disabled\:-space-x-2\.5:disabled > :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)));
  }

  .xl\:disabled\:-space-y-3\.5:disabled > :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));
  }

  .xl\:disabled\:-space-x-3\.5:disabled > :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)));
  }

  .xl\:disabled\:space-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:disabled\:space-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\: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));
  }

  .xl\: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)));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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)));
  }

  .group:hover .xl\:group-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .group:hover .xl\:group-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:focus-within\:divide-y-0:focus-within > :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));
  }

  .xl\:focus-within\:divide-x-0:focus-within > :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)));
  }

  .xl\:focus-within\:divide-y-2:focus-within > :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));
  }

  .xl\:focus-within\:divide-x-2:focus-within > :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)));
  }

  .xl\:focus-within\:divide-y-4:focus-within > :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));
  }

  .xl\:focus-within\:divide-x-4:focus-within > :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)));
  }

  .xl\:focus-within\:divide-y-8:focus-within > :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));
  }

  .xl\:focus-within\:divide-x-8:focus-within > :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)));
  }

  .xl\:focus-within\:divide-y:focus-within > :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));
  }

  .xl\:focus-within\:divide-x:focus-within > :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)));
  }

  .xl\:focus-within\:divide-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:focus-within\:divide-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:first\:divide-y-0:first-child > :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));
  }

  .xl\:first\:divide-x-0:first-child > :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)));
  }

  .xl\:first\:divide-y-2:first-child > :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));
  }

  .xl\:first\:divide-x-2:first-child > :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)));
  }

  .xl\:first\:divide-y-4:first-child > :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));
  }

  .xl\:first\:divide-x-4:first-child > :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)));
  }

  .xl\:first\:divide-y-8:first-child > :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));
  }

  .xl\:first\:divide-x-8:first-child > :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)));
  }

  .xl\:first\:divide-y:first-child > :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));
  }

  .xl\:first\:divide-x:first-child > :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)));
  }

  .xl\:first\:divide-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:first\:divide-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:last\:divide-y-0:last-child > :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));
  }

  .xl\:last\:divide-x-0:last-child > :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)));
  }

  .xl\:last\:divide-y-2:last-child > :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));
  }

  .xl\:last\:divide-x-2:last-child > :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)));
  }

  .xl\:last\:divide-y-4:last-child > :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));
  }

  .xl\:last\:divide-x-4:last-child > :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)));
  }

  .xl\:last\:divide-y-8:last-child > :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));
  }

  .xl\:last\:divide-x-8:last-child > :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)));
  }

  .xl\:last\:divide-y:last-child > :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));
  }

  .xl\:last\:divide-x:last-child > :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)));
  }

  .xl\:last\:divide-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:last\:divide-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:odd\:divide-y-0:nth-child(odd) > :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));
  }

  .xl\:odd\:divide-x-0:nth-child(odd) > :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)));
  }

  .xl\:odd\:divide-y-2:nth-child(odd) > :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));
  }

  .xl\:odd\:divide-x-2:nth-child(odd) > :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)));
  }

  .xl\:odd\:divide-y-4:nth-child(odd) > :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));
  }

  .xl\:odd\:divide-x-4:nth-child(odd) > :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)));
  }

  .xl\:odd\:divide-y-8:nth-child(odd) > :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));
  }

  .xl\:odd\:divide-x-8:nth-child(odd) > :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)));
  }

  .xl\:odd\:divide-y:nth-child(odd) > :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));
  }

  .xl\:odd\:divide-x:nth-child(odd) > :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)));
  }

  .xl\:odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:even\:divide-y-0:nth-child(even) > :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));
  }

  .xl\:even\:divide-x-0:nth-child(even) > :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)));
  }

  .xl\:even\:divide-y-2:nth-child(even) > :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));
  }

  .xl\:even\:divide-x-2:nth-child(even) > :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)));
  }

  .xl\:even\:divide-y-4:nth-child(even) > :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));
  }

  .xl\:even\:divide-x-4:nth-child(even) > :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)));
  }

  .xl\:even\:divide-y-8:nth-child(even) > :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));
  }

  .xl\:even\:divide-x-8:nth-child(even) > :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)));
  }

  .xl\:even\:divide-y:nth-child(even) > :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));
  }

  .xl\:even\:divide-x:nth-child(even) > :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)));
  }

  .xl\:even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:hover\:divide-y-0:hover > :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));
  }

  .xl\:hover\:divide-x-0:hover > :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)));
  }

  .xl\:hover\:divide-y-2:hover > :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));
  }

  .xl\:hover\:divide-x-2:hover > :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)));
  }

  .xl\:hover\:divide-y-4:hover > :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));
  }

  .xl\:hover\:divide-x-4:hover > :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)));
  }

  .xl\:hover\:divide-y-8:hover > :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));
  }

  .xl\:hover\:divide-x-8:hover > :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)));
  }

  .xl\:hover\:divide-y:hover > :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));
  }

  .xl\:hover\:divide-x:hover > :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)));
  }

  .xl\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:focus\:divide-y-0:focus > :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));
  }

  .xl\:focus\:divide-x-0:focus > :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)));
  }

  .xl\:focus\:divide-y-2:focus > :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));
  }

  .xl\:focus\:divide-x-2:focus > :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)));
  }

  .xl\:focus\:divide-y-4:focus > :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));
  }

  .xl\:focus\:divide-x-4:focus > :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)));
  }

  .xl\:focus\:divide-y-8:focus > :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));
  }

  .xl\:focus\:divide-x-8:focus > :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)));
  }

  .xl\:focus\:divide-y:focus > :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));
  }

  .xl\:focus\:divide-x:focus > :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)));
  }

  .xl\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:active\:divide-y-0:active > :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));
  }

  .xl\:active\:divide-x-0:active > :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)));
  }

  .xl\:active\:divide-y-2:active > :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));
  }

  .xl\:active\:divide-x-2:active > :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)));
  }

  .xl\:active\:divide-y-4:active > :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));
  }

  .xl\:active\:divide-x-4:active > :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)));
  }

  .xl\:active\:divide-y-8:active > :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));
  }

  .xl\:active\:divide-x-8:active > :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)));
  }

  .xl\:active\:divide-y:active > :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));
  }

  .xl\:active\:divide-x:active > :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)));
  }

  .xl\:active\:divide-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:active\:divide-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:visited\:divide-y-0:visited > :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));
  }

  .xl\:visited\:divide-x-0:visited > :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)));
  }

  .xl\:visited\:divide-y-2:visited > :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));
  }

  .xl\:visited\:divide-x-2:visited > :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)));
  }

  .xl\:visited\:divide-y-4:visited > :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));
  }

  .xl\:visited\:divide-x-4:visited > :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)));
  }

  .xl\:visited\:divide-y-8:visited > :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));
  }

  .xl\:visited\:divide-x-8:visited > :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)));
  }

  .xl\:visited\:divide-y:visited > :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));
  }

  .xl\:visited\:divide-x:visited > :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)));
  }

  .xl\:visited\:divide-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:visited\:divide-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:disabled\:divide-y-0:disabled > :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));
  }

  .xl\:disabled\:divide-x-0:disabled > :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)));
  }

  .xl\:disabled\:divide-y-2:disabled > :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));
  }

  .xl\:disabled\:divide-x-2:disabled > :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)));
  }

  .xl\:disabled\:divide-y-4:disabled > :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));
  }

  .xl\:disabled\:divide-x-4:disabled > :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)));
  }

  .xl\:disabled\:divide-y-8:disabled > :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));
  }

  .xl\:disabled\:divide-x-8:disabled > :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)));
  }

  .xl\:disabled\:divide-y:disabled > :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));
  }

  .xl\:disabled\:divide-x:disabled > :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)));
  }

  .xl\:disabled\:divide-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:disabled\:divide-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .group:hover .xl\:group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .group:hover .xl\:group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-white:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-white:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-white:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-white:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-white:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-white:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .xl\:disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .group:hover .xl\:group-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .group:hover .xl\:group-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .group:hover .xl\:group-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .group:hover .xl\:group-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .group:hover .xl\:group-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:focus-within\:divide-solid:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:focus-within\:divide-dashed:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:focus-within\:divide-dotted:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:focus-within\:divide-double:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:focus-within\:divide-none:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:first\:divide-solid:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:first\:divide-dashed:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:first\:divide-dotted:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:first\:divide-double:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:first\:divide-none:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:last\:divide-solid:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:last\:divide-dashed:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:last\:divide-dotted:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:last\:divide-double:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:last\:divide-none:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:hover\:divide-dashed:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:hover\:divide-dotted:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:hover\:divide-double:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:hover\:divide-none:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:focus\:divide-solid:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:focus\:divide-dashed:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:focus\:divide-dotted:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:focus\:divide-double:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:focus\:divide-none:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:active\:divide-solid:active > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:active\:divide-dashed:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:active\:divide-dotted:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:active\:divide-double:active > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:active\:divide-none:active > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:visited\:divide-solid:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:visited\:divide-dashed:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:visited\:divide-dotted:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:visited\:divide-double:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:visited\:divide-none:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:disabled\:divide-solid:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:disabled\:divide-dashed:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:disabled\:divide-dotted:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:disabled\:divide-double:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:disabled\:divide-none:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .group:hover .xl\:group-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .group:hover .xl\:group-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:focus-within\:divide-opacity-0:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:focus-within\:divide-opacity-5:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:focus-within\:divide-opacity-10:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:focus-within\:divide-opacity-20:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:focus-within\:divide-opacity-25:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:focus-within\:divide-opacity-30:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:focus-within\:divide-opacity-40:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:focus-within\:divide-opacity-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:focus-within\:divide-opacity-60:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:focus-within\:divide-opacity-70:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:focus-within\:divide-opacity-75:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:focus-within\:divide-opacity-80:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:focus-within\:divide-opacity-90:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:focus-within\:divide-opacity-95:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:first\:divide-opacity-0:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:first\:divide-opacity-5:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:first\:divide-opacity-10:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:first\:divide-opacity-20:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:first\:divide-opacity-25:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:first\:divide-opacity-30:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:first\:divide-opacity-40:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:first\:divide-opacity-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:first\:divide-opacity-60:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:first\:divide-opacity-70:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:first\:divide-opacity-75:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:first\:divide-opacity-80:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:first\:divide-opacity-90:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:first\:divide-opacity-95:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:last\:divide-opacity-0:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:last\:divide-opacity-5:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:last\:divide-opacity-10:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:last\:divide-opacity-20:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:last\:divide-opacity-25:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:last\:divide-opacity-30:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:last\:divide-opacity-40:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:last\:divide-opacity-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:last\:divide-opacity-60:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:last\:divide-opacity-70:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:last\:divide-opacity-75:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:last\:divide-opacity-80:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:last\:divide-opacity-90:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:last\:divide-opacity-95:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:hover\:divide-opacity-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:hover\:divide-opacity-5:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:hover\:divide-opacity-10:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:hover\:divide-opacity-20:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:hover\:divide-opacity-25:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:hover\:divide-opacity-30:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:hover\:divide-opacity-40:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:hover\:divide-opacity-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:hover\:divide-opacity-60:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:hover\:divide-opacity-70:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:hover\:divide-opacity-75:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:hover\:divide-opacity-80:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:hover\:divide-opacity-90:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:hover\:divide-opacity-95:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:focus\:divide-opacity-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:focus\:divide-opacity-5:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:focus\:divide-opacity-10:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:focus\:divide-opacity-20:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:focus\:divide-opacity-25:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:focus\:divide-opacity-30:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:focus\:divide-opacity-40:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:focus\:divide-opacity-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:focus\:divide-opacity-60:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:focus\:divide-opacity-70:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:focus\:divide-opacity-75:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:focus\:divide-opacity-80:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:focus\:divide-opacity-90:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:focus\:divide-opacity-95:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:active\:divide-opacity-0:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:active\:divide-opacity-5:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:active\:divide-opacity-10:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:active\:divide-opacity-20:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:active\:divide-opacity-25:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:active\:divide-opacity-30:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:active\:divide-opacity-40:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:active\:divide-opacity-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:active\:divide-opacity-60:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:active\:divide-opacity-70:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:active\:divide-opacity-75:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:active\:divide-opacity-80:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:active\:divide-opacity-90:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:active\:divide-opacity-95:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:visited\:divide-opacity-0:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:visited\:divide-opacity-5:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:visited\:divide-opacity-10:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:visited\:divide-opacity-20:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:visited\:divide-opacity-25:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:visited\:divide-opacity-30:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:visited\:divide-opacity-40:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:visited\:divide-opacity-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:visited\:divide-opacity-60:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:visited\:divide-opacity-70:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:visited\:divide-opacity-75:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:visited\:divide-opacity-80:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:visited\:divide-opacity-90:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:visited\:divide-opacity-95:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:disabled\:divide-opacity-75:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:disabled\:divide-opacity-95:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .xl\:group-hover\: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;
  }

  .group:hover .xl\:group-hover\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\: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;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:active\:sr-only:active {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:visited\:sr-only:visited {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:disabled\:sr-only:disabled {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .xl\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .xl\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .xl\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .xl\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .xl\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .xl\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .xl\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .xl\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .xl\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .xl\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .xl\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .xl\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .xl\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .xl\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .xl\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .xl\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .xl\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .xl\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .xl\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .xl\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .xl\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .xl\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .xl\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .xl\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .xl\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .xl\:active\:bg-local:active {
    background-attachment: local;
  }

  .xl\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .xl\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .xl\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .xl\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .xl\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .xl\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .xl\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .xl\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .xl\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .xl\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .xl\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:focus-within\:bg-clip-border:focus-within {
    background-clip: border-box;
  }

  .xl\:focus-within\:bg-clip-padding:focus-within {
    background-clip: padding-box;
  }

  .xl\:focus-within\:bg-clip-content:focus-within {
    background-clip: content-box;
  }

  .xl\:focus-within\:bg-clip-text:focus-within {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .xl\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .xl\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .xl\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .xl\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .xl\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .xl\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:odd\:bg-clip-border:nth-child(odd) {
    background-clip: border-box;
  }

  .xl\:odd\:bg-clip-padding:nth-child(odd) {
    background-clip: padding-box;
  }

  .xl\:odd\:bg-clip-content:nth-child(odd) {
    background-clip: content-box;
  }

  .xl\:odd\:bg-clip-text:nth-child(odd) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:even\:bg-clip-border:nth-child(even) {
    background-clip: border-box;
  }

  .xl\:even\:bg-clip-padding:nth-child(even) {
    background-clip: padding-box;
  }

  .xl\:even\:bg-clip-content:nth-child(even) {
    background-clip: content-box;
  }

  .xl\:even\:bg-clip-text:nth-child(even) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .xl\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .xl\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .xl\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .xl\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .xl\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .xl\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:active\:bg-clip-border:active {
    background-clip: border-box;
  }

  .xl\:active\:bg-clip-padding:active {
    background-clip: padding-box;
  }

  .xl\:active\:bg-clip-content:active {
    background-clip: content-box;
  }

  .xl\:active\:bg-clip-text:active {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:visited\:bg-clip-border:visited {
    background-clip: border-box;
  }

  .xl\:visited\:bg-clip-padding:visited {
    background-clip: padding-box;
  }

  .xl\:visited\:bg-clip-content:visited {
    background-clip: content-box;
  }

  .xl\:visited\:bg-clip-text:visited {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:disabled\:bg-clip-border:disabled {
    background-clip: border-box;
  }

  .xl\:disabled\:bg-clip-padding:disabled {
    background-clip: padding-box;
  }

  .xl\:disabled\:bg-clip-content:disabled {
    background-clip: content-box;
  }

  .xl\:disabled\:bg-clip-text:disabled {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:bg-current {
    background-color: current;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: current;
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warmGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-trueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-coolGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: current;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:first\:bg-black:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-white:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-rose-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-pink-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-fuchsia-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-purple-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-violet-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-indigo-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lightBlue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-cyan-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-teal-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-emerald-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-green-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-lime-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-yellow-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-amber-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-orange-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-red-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-warmGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-trueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-gray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-coolGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-blueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:first\:bg-current:first-child {
    background-color: current;
  }

  .xl\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .xl\:last\:bg-black:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-white:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-rose-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-pink-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-fuchsia-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-purple-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-violet-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-indigo-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lightBlue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-cyan-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-teal-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-emerald-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-green-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-lime-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-yellow-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-amber-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-orange-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-red-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-warmGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-trueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-gray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-coolGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-blueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:last\:bg-current:last-child {
    background-color: current;
  }

  .xl\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .xl\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-rose-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-fuchsia-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-violet-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lightBlue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-cyan-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-teal-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-emerald-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-lime-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-amber-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-orange-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-warmGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-trueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-coolGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-blueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:odd\:bg-current:nth-child(odd) {
    background-color: current;
  }

  .xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .xl\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-rose-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-pink-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-fuchsia-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-purple-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-violet-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-indigo-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lightBlue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-cyan-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-teal-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-emerald-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-lime-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-yellow-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-amber-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-orange-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-red-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warmGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-trueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-gray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-coolGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-blueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-current:nth-child(even) {
    background-color: current;
  }

  .xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lightBlue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warmGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-trueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-coolGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-current:hover {
    background-color: current;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lightBlue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warmGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-trueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-coolGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-current:focus {
    background-color: current;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-rose-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-pink-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-fuchsia-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-purple-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-violet-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-indigo-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lightBlue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-cyan-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-teal-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-emerald-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-green-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-lime-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-yellow-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-amber-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-orange-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-red-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-warmGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-trueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-coolGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-blueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:active\:bg-current:active {
    background-color: current;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:visited\:bg-black:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-white:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-rose-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-pink-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-fuchsia-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-purple-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-violet-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-indigo-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lightBlue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-cyan-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-teal-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-emerald-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-green-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-lime-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-yellow-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-amber-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-orange-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-red-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-warmGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-trueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-gray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-coolGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-blueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:visited\:bg-current:visited {
    background-color: current;
  }

  .xl\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .xl\:disabled\:bg-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-rose-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-pink-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-fuchsia-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-purple-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-violet-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-indigo-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lightBlue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-cyan-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-teal-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-emerald-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-green-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-lime-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-yellow-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-amber-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-orange-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-red-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-warmGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-trueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-coolGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-blueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:disabled\:bg-current:disabled {
    background-color: current;
  }

  .xl\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .group:hover .xl\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-none:focus-within {
    background-image: none;
  }

  .xl\:focus-within\:bg-gradient-to-t:focus-within {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-tr:focus-within {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-r:focus-within {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-br:focus-within {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-b:focus-within {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-bl:focus-within {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-l:focus-within {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:focus-within\:bg-gradient-to-tl:focus-within {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-none:first-child {
    background-image: none;
  }

  .xl\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-none:last-child {
    background-image: none;
  }

  .xl\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-none:nth-child(odd) {
    background-image: none;
  }

  .xl\:odd\:bg-gradient-to-t:nth-child(odd) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-tr:nth-child(odd) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-r:nth-child(odd) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-br:nth-child(odd) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-b:nth-child(odd) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-bl:nth-child(odd) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-l:nth-child(odd) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:odd\:bg-gradient-to-tl:nth-child(odd) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-none:nth-child(even) {
    background-image: none;
  }

  .xl\:even\:bg-gradient-to-t:nth-child(even) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-tr:nth-child(even) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-r:nth-child(even) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-br:nth-child(even) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-b:nth-child(even) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-bl:nth-child(even) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-l:nth-child(even) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:even\:bg-gradient-to-tl:nth-child(even) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-none:hover {
    background-image: none;
  }

  .xl\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-none:focus {
    background-image: none;
  }

  .xl\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-none:active {
    background-image: none;
  }

  .xl\:active\:bg-gradient-to-t:active {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-tr:active {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-br:active {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-b:active {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-bl:active {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-l:active {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:active\:bg-gradient-to-tl:active {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-none:visited {
    background-image: none;
  }

  .xl\:visited\:bg-gradient-to-t:visited {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-tr:visited {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-r:visited {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-br:visited {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-b:visited {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-bl:visited {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-l:visited {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:visited\:bg-gradient-to-tl:visited {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-none:disabled {
    background-image: none;
  }

  .xl\:disabled\:bg-gradient-to-t:disabled {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-tr:disabled {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-r:disabled {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-br:disabled {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-bl:disabled {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-l:disabled {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:disabled\:bg-gradient-to-tl:disabled {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .xl\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .xl\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .xl\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .xl\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .xl\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xl\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .xl\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .xl\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .xl\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .xl\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .xl\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .xl\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .xl\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .xl\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .xl\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .xl\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .xl\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .xl\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .xl\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .xl\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .xl\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .xl\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .xl\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .xl\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .xl\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .xl\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .xl\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .xl\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .xl\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .xl\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .xl\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .xl\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .xl\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .xl\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .xl\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .xl\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .xl\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .xl\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .xl\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .xl\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .xl\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .xl\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .xl\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .xl\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .xl\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .xl\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .xl\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .xl\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .xl\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .xl\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .xl\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .xl\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .xl\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .xl\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .xl\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .xl\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .xl\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .xl\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .xl\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .xl\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .xl\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .xl\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .xl\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .xl\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .xl\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .xl\:to-current {
    --tw-gradient-to: current;
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .group:hover .xl\:group-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .xl\:group-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .xl\:group-hover\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .xl\:group-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .xl\:group-hover\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .xl\:group-hover\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .xl\:group-hover\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .xl\:group-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .xl\:group-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .xl\:group-hover\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .xl\:group-hover\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .xl\:group-hover\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .xl\:group-hover\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .xl\:group-hover\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .xl\:group-hover\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .xl\:group-hover\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .xl\:group-hover\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .xl\:group-hover\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .xl\:group-hover\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .xl\:group-hover\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .xl\:group-hover\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .xl\:group-hover\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .xl\:group-hover\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .xl\:group-hover\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .xl\:group-hover\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .xl\:group-hover\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .xl\:group-hover\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .xl\:group-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .xl\:group-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .xl\:group-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .xl\:group-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .xl\:group-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .xl\:group-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .xl\:group-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .xl\:group-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .xl\:group-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .xl\:group-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .xl\:group-hover\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .xl\:group-hover\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .xl\:group-hover\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .xl\:group-hover\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .xl\:group-hover\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .xl\:group-hover\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .xl\:group-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .xl\:group-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .xl\:group-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .xl\:group-hover\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .xl\:group-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .xl\:group-hover\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .xl\:group-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .xl\:group-hover\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .xl\:group-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .xl\:group-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .xl\:group-hover\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .xl\:group-hover\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .xl\:group-hover\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .xl\:group-hover\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .xl\:group-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .xl\:group-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .xl\:group-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .xl\:group-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .xl\:group-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .xl\:group-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .xl\:group-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .xl\:group-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .xl\:group-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .xl\:group-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .xl\:group-hover\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .xl\:group-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .xl\:group-hover\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .xl\:group-hover\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .xl\:group-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .xl\:group-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .xl\:group-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .xl\:group-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .xl\:group-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .xl\:group-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .xl\:group-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .xl\:group-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .xl\:group-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .xl\:group-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .xl\:group-hover\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .xl\:group-hover\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .xl\:group-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .xl\:group-hover\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .xl\:group-hover\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .xl\:group-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .xl\:group-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .xl\:group-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .group:hover .xl\:group-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .group:hover .xl\:group-hover\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .group:hover .xl\:group-hover\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .group:hover .xl\:group-hover\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .group:hover .xl\:group-hover\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .group:hover .xl\:group-hover\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .group:hover .xl\:group-hover\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .group:hover .xl\:group-hover\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .group:hover .xl\:group-hover\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .group:hover .xl\:group-hover\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .group:hover .xl\:group-hover\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .group:hover .xl\:group-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .group:hover .xl\:group-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .group:hover .xl\:group-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .group:hover .xl\:group-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .group:hover .xl\:group-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .group:hover .xl\:group-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .group:hover .xl\:group-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .group:hover .xl\:group-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .group:hover .xl\:group-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .group:hover .xl\:group-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .group:hover .xl\:group-hover\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .group:hover .xl\:group-hover\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .group:hover .xl\:group-hover\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .group:hover .xl\:group-hover\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .group:hover .xl\:group-hover\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .group:hover .xl\:group-hover\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .group:hover .xl\:group-hover\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .group:hover .xl\:group-hover\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .group:hover .xl\:group-hover\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .group:hover .xl\:group-hover\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .group:hover .xl\:group-hover\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .group:hover .xl\:group-hover\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .group:hover .xl\:group-hover\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .group:hover .xl\:group-hover\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .group:hover .xl\:group-hover\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .group:hover .xl\:group-hover\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .group:hover .xl\:group-hover\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .group:hover .xl\:group-hover\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .group:hover .xl\:group-hover\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .group:hover .xl\:group-hover\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .group:hover .xl\:group-hover\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .group:hover .xl\:group-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .group:hover .xl\:group-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .group:hover .xl\:group-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .group:hover .xl\:group-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .group:hover .xl\:group-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .group:hover .xl\:group-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .group:hover .xl\:group-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .group:hover .xl\:group-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .group:hover .xl\:group-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .group:hover .xl\:group-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .group:hover .xl\:group-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .group:hover .xl\:group-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .group:hover .xl\:group-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .group:hover .xl\:group-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .group:hover .xl\:group-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .group:hover .xl\:group-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .group:hover .xl\:group-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .group:hover .xl\:group-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .group:hover .xl\:group-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .group:hover .xl\:group-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .group:hover .xl\:group-hover\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .group:hover .xl\:group-hover\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .group:hover .xl\:group-hover\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .group:hover .xl\:group-hover\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .group:hover .xl\:group-hover\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .group:hover .xl\:group-hover\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .group:hover .xl\:group-hover\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .group:hover .xl\:group-hover\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .group:hover .xl\:group-hover\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .group:hover .xl\:group-hover\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .group:hover .xl\:group-hover\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .group:hover .xl\:group-hover\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .group:hover .xl\:group-hover\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .group:hover .xl\:group-hover\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .group:hover .xl\:group-hover\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .group:hover .xl\:group-hover\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .group:hover .xl\:group-hover\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .group:hover .xl\:group-hover\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .group:hover .xl\:group-hover\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .group:hover .xl\:group-hover\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .group:hover .xl\:group-hover\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .group:hover .xl\:group-hover\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .group:hover .xl\:group-hover\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .group:hover .xl\:group-hover\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .group:hover .xl\:group-hover\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .group:hover .xl\:group-hover\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .group:hover .xl\:group-hover\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .group:hover .xl\:group-hover\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .group:hover .xl\:group-hover\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .group:hover .xl\:group-hover\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .group:hover .xl\:group-hover\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .group:hover .xl\:group-hover\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .group:hover .xl\:group-hover\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .group:hover .xl\:group-hover\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .group:hover .xl\:group-hover\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .group:hover .xl\:group-hover\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .group:hover .xl\:group-hover\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .group:hover .xl\:group-hover\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .group:hover .xl\:group-hover\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .group:hover .xl\:group-hover\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .group:hover .xl\:group-hover\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .group:hover .xl\:group-hover\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .group:hover .xl\:group-hover\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .group:hover .xl\:group-hover\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .group:hover .xl\:group-hover\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .group:hover .xl\:group-hover\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .group:hover .xl\:group-hover\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .group:hover .xl\:group-hover\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .group:hover .xl\:group-hover\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .group:hover .xl\:group-hover\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .group:hover .xl\:group-hover\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .group:hover .xl\:group-hover\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .group:hover .xl\:group-hover\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .group:hover .xl\:group-hover\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .group:hover .xl\:group-hover\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .group:hover .xl\:group-hover\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .group:hover .xl\:group-hover\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .group:hover .xl\:group-hover\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .group:hover .xl\:group-hover\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .group:hover .xl\:group-hover\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .group:hover .xl\:group-hover\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .group:hover .xl\:group-hover\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .group:hover .xl\:group-hover\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .group:hover .xl\:group-hover\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .group:hover .xl\:group-hover\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .group:hover .xl\:group-hover\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .group:hover .xl\:group-hover\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .group:hover .xl\:group-hover\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .group:hover .xl\:group-hover\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .group:hover .xl\:group-hover\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .group:hover .xl\:group-hover\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .group:hover .xl\:group-hover\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .group:hover .xl\:group-hover\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .group:hover .xl\:group-hover\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .group:hover .xl\:group-hover\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .group:hover .xl\:group-hover\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .group:hover .xl\:group-hover\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .group:hover .xl\:group-hover\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .group:hover .xl\:group-hover\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .group:hover .xl\:group-hover\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .group:hover .xl\:group-hover\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .group:hover .xl\:group-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .group:hover .xl\:group-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .group:hover .xl\:group-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .group:hover .xl\:group-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .group:hover .xl\:group-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .group:hover .xl\:group-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .group:hover .xl\:group-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .group:hover .xl\:group-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .group:hover .xl\:group-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .group:hover .xl\:group-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .group:hover .xl\:group-hover\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .group:hover .xl\:group-hover\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .group:hover .xl\:group-hover\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .group:hover .xl\:group-hover\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .group:hover .xl\:group-hover\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .group:hover .xl\:group-hover\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .group:hover .xl\:group-hover\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .group:hover .xl\:group-hover\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .group:hover .xl\:group-hover\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .group:hover .xl\:group-hover\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .group:hover .xl\:group-hover\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .xl\:group-hover\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .group:hover .xl\:group-hover\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .group:hover .xl\:group-hover\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .group:hover .xl\:group-hover\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .group:hover .xl\:group-hover\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .group:hover .xl\:group-hover\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .group:hover .xl\:group-hover\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .group:hover .xl\:group-hover\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .group:hover .xl\:group-hover\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .group:hover .xl\:group-hover\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .xl\:group-hover\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .group:hover .xl\:group-hover\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .group:hover .xl\:group-hover\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .group:hover .xl\:group-hover\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .group:hover .xl\:group-hover\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .group:hover .xl\:group-hover\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .group:hover .xl\:group-hover\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .group:hover .xl\:group-hover\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .group:hover .xl\:group-hover\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .group:hover .xl\:group-hover\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .group:hover .xl\:group-hover\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .group:hover .xl\:group-hover\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .group:hover .xl\:group-hover\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .group:hover .xl\:group-hover\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .group:hover .xl\:group-hover\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .group:hover .xl\:group-hover\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .group:hover .xl\:group-hover\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .group:hover .xl\:group-hover\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .group:hover .xl\:group-hover\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .group:hover .xl\:group-hover\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .group:hover .xl\:group-hover\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .group:hover .xl\:group-hover\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .group:hover .xl\:group-hover\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .group:hover .xl\:group-hover\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .group:hover .xl\:group-hover\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .group:hover .xl\:group-hover\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .group:hover .xl\:group-hover\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .group:hover .xl\:group-hover\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .group:hover .xl\:group-hover\:to-current {
    --tw-gradient-to: current;
  }

  .group:hover .xl\:group-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:focus-within\:from-black:focus-within {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus-within\:from-white:focus-within {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus-within\:from-rose-50:focus-within {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus-within\:from-rose-100:focus-within {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus-within\:from-rose-200:focus-within {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus-within\:from-rose-300:focus-within {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus-within\:from-rose-400:focus-within {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus-within\:from-rose-500:focus-within {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus-within\:from-rose-600:focus-within {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus-within\:from-rose-700:focus-within {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus-within\:from-rose-800:focus-within {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus-within\:from-rose-900:focus-within {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus-within\:from-pink-50:focus-within {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus-within\:from-pink-100:focus-within {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus-within\:from-pink-200:focus-within {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus-within\:from-pink-300:focus-within {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus-within\:from-pink-400:focus-within {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus-within\:from-pink-500:focus-within {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus-within\:from-pink-600:focus-within {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus-within\:from-pink-700:focus-within {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus-within\:from-pink-800:focus-within {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus-within\:from-pink-900:focus-within {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus-within\:from-fuchsia-50:focus-within {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus-within\:from-fuchsia-100:focus-within {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus-within\:from-fuchsia-200:focus-within {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus-within\:from-fuchsia-300:focus-within {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus-within\:from-fuchsia-400:focus-within {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus-within\:from-fuchsia-500:focus-within {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus-within\:from-fuchsia-600:focus-within {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus-within\:from-fuchsia-700:focus-within {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus-within\:from-fuchsia-800:focus-within {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus-within\:from-fuchsia-900:focus-within {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus-within\:from-purple-50:focus-within {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus-within\:from-purple-100:focus-within {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:focus-within\:from-purple-200:focus-within {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:focus-within\:from-purple-300:focus-within {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:focus-within\:from-purple-400:focus-within {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:focus-within\:from-purple-500:focus-within {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:focus-within\:from-purple-600:focus-within {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:focus-within\:from-purple-700:focus-within {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:focus-within\:from-purple-800:focus-within {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:focus-within\:from-purple-900:focus-within {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:focus-within\:from-violet-50:focus-within {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus-within\:from-violet-100:focus-within {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus-within\:from-violet-200:focus-within {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus-within\:from-violet-300:focus-within {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus-within\:from-violet-400:focus-within {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus-within\:from-violet-500:focus-within {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus-within\:from-violet-600:focus-within {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus-within\:from-violet-700:focus-within {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus-within\:from-violet-800:focus-within {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus-within\:from-violet-900:focus-within {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus-within\:from-indigo-50:focus-within {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus-within\:from-indigo-100:focus-within {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus-within\:from-indigo-200:focus-within {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus-within\:from-indigo-300:focus-within {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus-within\:from-indigo-400:focus-within {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus-within\:from-indigo-500:focus-within {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus-within\:from-indigo-600:focus-within {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus-within\:from-indigo-700:focus-within {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus-within\:from-indigo-800:focus-within {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus-within\:from-indigo-900:focus-within {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus-within\:from-blue-50:focus-within {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus-within\:from-blue-100:focus-within {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus-within\:from-blue-200:focus-within {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus-within\:from-blue-300:focus-within {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus-within\:from-blue-400:focus-within {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus-within\:from-blue-500:focus-within {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus-within\:from-blue-600:focus-within {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus-within\:from-blue-700:focus-within {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus-within\:from-blue-800:focus-within {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus-within\:from-blue-900:focus-within {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus-within\:from-lightBlue-50:focus-within {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus-within\:from-lightBlue-100:focus-within {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus-within\:from-lightBlue-200:focus-within {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus-within\:from-lightBlue-300:focus-within {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus-within\:from-lightBlue-400:focus-within {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus-within\:from-lightBlue-500:focus-within {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus-within\:from-lightBlue-600:focus-within {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus-within\:from-lightBlue-700:focus-within {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus-within\:from-lightBlue-800:focus-within {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus-within\:from-lightBlue-900:focus-within {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus-within\:from-cyan-50:focus-within {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:focus-within\:from-cyan-100:focus-within {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:focus-within\:from-cyan-200:focus-within {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:focus-within\:from-cyan-300:focus-within {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:focus-within\:from-cyan-400:focus-within {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:focus-within\:from-cyan-500:focus-within {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:focus-within\:from-cyan-600:focus-within {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:focus-within\:from-cyan-700:focus-within {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:focus-within\:from-cyan-800:focus-within {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:focus-within\:from-cyan-900:focus-within {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:focus-within\:from-teal-50:focus-within {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:focus-within\:from-teal-100:focus-within {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:focus-within\:from-teal-200:focus-within {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:focus-within\:from-teal-300:focus-within {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:focus-within\:from-teal-400:focus-within {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:focus-within\:from-teal-500:focus-within {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:focus-within\:from-teal-600:focus-within {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:focus-within\:from-teal-700:focus-within {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:focus-within\:from-teal-800:focus-within {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:focus-within\:from-teal-900:focus-within {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:focus-within\:from-emerald-50:focus-within {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus-within\:from-emerald-100:focus-within {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus-within\:from-emerald-200:focus-within {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus-within\:from-emerald-300:focus-within {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus-within\:from-emerald-400:focus-within {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus-within\:from-emerald-500:focus-within {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus-within\:from-emerald-600:focus-within {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus-within\:from-emerald-700:focus-within {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus-within\:from-emerald-800:focus-within {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus-within\:from-emerald-900:focus-within {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus-within\:from-green-50:focus-within {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus-within\:from-green-100:focus-within {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus-within\:from-green-200:focus-within {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus-within\:from-green-300:focus-within {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus-within\:from-green-400:focus-within {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus-within\:from-green-500:focus-within {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus-within\:from-green-600:focus-within {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus-within\:from-green-700:focus-within {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus-within\:from-green-800:focus-within {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus-within\:from-green-900:focus-within {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus-within\:from-lime-50:focus-within {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:focus-within\:from-lime-100:focus-within {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:focus-within\:from-lime-200:focus-within {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:focus-within\:from-lime-300:focus-within {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:focus-within\:from-lime-400:focus-within {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:focus-within\:from-lime-500:focus-within {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:focus-within\:from-lime-600:focus-within {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:focus-within\:from-lime-700:focus-within {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:focus-within\:from-lime-800:focus-within {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:focus-within\:from-lime-900:focus-within {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:focus-within\:from-yellow-50:focus-within {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:focus-within\:from-yellow-100:focus-within {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:focus-within\:from-yellow-200:focus-within {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:focus-within\:from-yellow-300:focus-within {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:focus-within\:from-yellow-400:focus-within {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:focus-within\:from-yellow-500:focus-within {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:focus-within\:from-yellow-600:focus-within {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:focus-within\:from-yellow-700:focus-within {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:focus-within\:from-yellow-800:focus-within {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:focus-within\:from-yellow-900:focus-within {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:focus-within\:from-amber-50:focus-within {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus-within\:from-amber-100:focus-within {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus-within\:from-amber-200:focus-within {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus-within\:from-amber-300:focus-within {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus-within\:from-amber-400:focus-within {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus-within\:from-amber-500:focus-within {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus-within\:from-amber-600:focus-within {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus-within\:from-amber-700:focus-within {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus-within\:from-amber-800:focus-within {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus-within\:from-amber-900:focus-within {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus-within\:from-orange-50:focus-within {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:focus-within\:from-orange-100:focus-within {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:focus-within\:from-orange-200:focus-within {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:focus-within\:from-orange-300:focus-within {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:focus-within\:from-orange-400:focus-within {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:focus-within\:from-orange-500:focus-within {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:focus-within\:from-orange-600:focus-within {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:focus-within\:from-orange-700:focus-within {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:focus-within\:from-orange-800:focus-within {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:focus-within\:from-orange-900:focus-within {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:focus-within\:from-red-50:focus-within {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus-within\:from-red-100:focus-within {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus-within\:from-red-200:focus-within {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus-within\:from-red-300:focus-within {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus-within\:from-red-400:focus-within {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus-within\:from-red-500:focus-within {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus-within\:from-red-600:focus-within {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus-within\:from-red-700:focus-within {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus-within\:from-red-800:focus-within {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus-within\:from-red-900:focus-within {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus-within\:from-warmGray-50:focus-within {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:focus-within\:from-warmGray-100:focus-within {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:focus-within\:from-warmGray-200:focus-within {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:focus-within\:from-warmGray-300:focus-within {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:focus-within\:from-warmGray-400:focus-within {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:focus-within\:from-warmGray-500:focus-within {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:focus-within\:from-warmGray-600:focus-within {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:focus-within\:from-warmGray-700:focus-within {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:focus-within\:from-warmGray-800:focus-within {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:focus-within\:from-warmGray-900:focus-within {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:focus-within\:from-trueGray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus-within\:from-trueGray-100:focus-within {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus-within\:from-trueGray-200:focus-within {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus-within\:from-trueGray-300:focus-within {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:focus-within\:from-trueGray-400:focus-within {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:focus-within\:from-trueGray-500:focus-within {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:focus-within\:from-trueGray-600:focus-within {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:focus-within\:from-trueGray-700:focus-within {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:focus-within\:from-trueGray-800:focus-within {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus-within\:from-trueGray-900:focus-within {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:focus-within\:from-gray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus-within\:from-gray-100:focus-within {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:focus-within\:from-gray-200:focus-within {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:focus-within\:from-gray-300:focus-within {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:focus-within\:from-gray-400:focus-within {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:focus-within\:from-gray-500:focus-within {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:focus-within\:from-gray-600:focus-within {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:focus-within\:from-gray-700:focus-within {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:focus-within\:from-gray-800:focus-within {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:focus-within\:from-gray-900:focus-within {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:focus-within\:from-coolGray-50:focus-within {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus-within\:from-coolGray-100:focus-within {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus-within\:from-coolGray-200:focus-within {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus-within\:from-coolGray-300:focus-within {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus-within\:from-coolGray-400:focus-within {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus-within\:from-coolGray-500:focus-within {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus-within\:from-coolGray-600:focus-within {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus-within\:from-coolGray-700:focus-within {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus-within\:from-coolGray-800:focus-within {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus-within\:from-coolGray-900:focus-within {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus-within\:from-blueGray-50:focus-within {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:focus-within\:from-blueGray-100:focus-within {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:focus-within\:from-blueGray-200:focus-within {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:focus-within\:from-blueGray-300:focus-within {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:focus-within\:from-blueGray-400:focus-within {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:focus-within\:from-blueGray-500:focus-within {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:focus-within\:from-blueGray-600:focus-within {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:focus-within\:from-blueGray-700:focus-within {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:focus-within\:from-blueGray-800:focus-within {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:focus-within\:from-blueGray-900:focus-within {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:focus-within\:from-current:focus-within {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus-within\:from-transparent:focus-within {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus-within\:via-black:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus-within\:via-white:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus-within\:via-rose-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus-within\:via-rose-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus-within\:via-rose-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus-within\:via-rose-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus-within\:via-rose-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus-within\:via-rose-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus-within\:via-rose-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus-within\:via-rose-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus-within\:via-rose-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus-within\:via-rose-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus-within\:via-pink-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus-within\:via-pink-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus-within\:via-pink-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus-within\:via-pink-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus-within\:via-pink-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus-within\:via-pink-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus-within\:via-pink-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus-within\:via-pink-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus-within\:via-pink-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus-within\:via-pink-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus-within\:via-fuchsia-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus-within\:via-fuchsia-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus-within\:via-fuchsia-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus-within\:via-fuchsia-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus-within\:via-fuchsia-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus-within\:via-fuchsia-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus-within\:via-fuchsia-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus-within\:via-fuchsia-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus-within\:via-fuchsia-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus-within\:via-fuchsia-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus-within\:via-purple-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus-within\:via-purple-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:focus-within\:via-purple-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:focus-within\:via-purple-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:focus-within\:via-purple-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:focus-within\:via-purple-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:focus-within\:via-purple-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:focus-within\:via-purple-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:focus-within\:via-purple-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:focus-within\:via-purple-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:focus-within\:via-violet-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus-within\:via-violet-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus-within\:via-violet-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus-within\:via-violet-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus-within\:via-violet-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus-within\:via-violet-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus-within\:via-violet-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus-within\:via-violet-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus-within\:via-violet-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus-within\:via-violet-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus-within\:via-indigo-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus-within\:via-indigo-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus-within\:via-indigo-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus-within\:via-indigo-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus-within\:via-indigo-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus-within\:via-indigo-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus-within\:via-indigo-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus-within\:via-indigo-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus-within\:via-indigo-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus-within\:via-indigo-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus-within\:via-blue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus-within\:via-blue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus-within\:via-blue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus-within\:via-blue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus-within\:via-blue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus-within\:via-blue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus-within\:via-blue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus-within\:via-blue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus-within\:via-blue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus-within\:via-blue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus-within\:via-lightBlue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus-within\:via-lightBlue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus-within\:via-lightBlue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus-within\:via-lightBlue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus-within\:via-lightBlue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus-within\:via-lightBlue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus-within\:via-lightBlue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus-within\:via-lightBlue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus-within\:via-lightBlue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus-within\:via-lightBlue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus-within\:via-cyan-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:focus-within\:via-cyan-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:focus-within\:via-cyan-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:focus-within\:via-cyan-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:focus-within\:via-cyan-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:focus-within\:via-cyan-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:focus-within\:via-cyan-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:focus-within\:via-cyan-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:focus-within\:via-cyan-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:focus-within\:via-cyan-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:focus-within\:via-teal-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:focus-within\:via-teal-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:focus-within\:via-teal-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:focus-within\:via-teal-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:focus-within\:via-teal-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:focus-within\:via-teal-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:focus-within\:via-teal-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:focus-within\:via-teal-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:focus-within\:via-teal-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:focus-within\:via-teal-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:focus-within\:via-emerald-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus-within\:via-emerald-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus-within\:via-emerald-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus-within\:via-emerald-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus-within\:via-emerald-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus-within\:via-emerald-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus-within\:via-emerald-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus-within\:via-emerald-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus-within\:via-emerald-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus-within\:via-emerald-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus-within\:via-green-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus-within\:via-green-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus-within\:via-green-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus-within\:via-green-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus-within\:via-green-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus-within\:via-green-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus-within\:via-green-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus-within\:via-green-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus-within\:via-green-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus-within\:via-green-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus-within\:via-lime-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:focus-within\:via-lime-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:focus-within\:via-lime-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:focus-within\:via-lime-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:focus-within\:via-lime-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:focus-within\:via-lime-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:focus-within\:via-lime-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:focus-within\:via-lime-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:focus-within\:via-lime-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:focus-within\:via-lime-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:focus-within\:via-yellow-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:focus-within\:via-yellow-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:focus-within\:via-yellow-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:focus-within\:via-yellow-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:focus-within\:via-yellow-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:focus-within\:via-yellow-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:focus-within\:via-yellow-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:focus-within\:via-yellow-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:focus-within\:via-yellow-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:focus-within\:via-yellow-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:focus-within\:via-amber-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus-within\:via-amber-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus-within\:via-amber-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus-within\:via-amber-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus-within\:via-amber-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus-within\:via-amber-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus-within\:via-amber-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus-within\:via-amber-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus-within\:via-amber-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus-within\:via-amber-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus-within\:via-orange-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:focus-within\:via-orange-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:focus-within\:via-orange-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:focus-within\:via-orange-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:focus-within\:via-orange-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:focus-within\:via-orange-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:focus-within\:via-orange-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:focus-within\:via-orange-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:focus-within\:via-orange-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:focus-within\:via-orange-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:focus-within\:via-red-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus-within\:via-red-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus-within\:via-red-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus-within\:via-red-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus-within\:via-red-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus-within\:via-red-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus-within\:via-red-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus-within\:via-red-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus-within\:via-red-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus-within\:via-red-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus-within\:via-warmGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:focus-within\:via-warmGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:focus-within\:via-warmGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:focus-within\:via-warmGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:focus-within\:via-warmGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:focus-within\:via-warmGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:focus-within\:via-warmGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:focus-within\:via-warmGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:focus-within\:via-warmGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:focus-within\:via-warmGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:focus-within\:via-trueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus-within\:via-trueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus-within\:via-trueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus-within\:via-trueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:focus-within\:via-trueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:focus-within\:via-trueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:focus-within\:via-trueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:focus-within\:via-trueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:focus-within\:via-trueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus-within\:via-trueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:focus-within\:via-gray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus-within\:via-gray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:focus-within\:via-gray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:focus-within\:via-gray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:focus-within\:via-gray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:focus-within\:via-gray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:focus-within\:via-gray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:focus-within\:via-gray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:focus-within\:via-gray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:focus-within\:via-gray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:focus-within\:via-coolGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus-within\:via-coolGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus-within\:via-coolGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus-within\:via-coolGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus-within\:via-coolGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus-within\:via-coolGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus-within\:via-coolGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus-within\:via-coolGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus-within\:via-coolGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus-within\:via-coolGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus-within\:via-blueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:focus-within\:via-blueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:focus-within\:via-blueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:focus-within\:via-blueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:focus-within\:via-blueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:focus-within\:via-blueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:focus-within\:via-blueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:focus-within\:via-blueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:focus-within\:via-blueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:focus-within\:via-blueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:focus-within\:via-current:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus-within\:via-transparent:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus-within\:to-black:focus-within {
    --tw-gradient-to: #000;
  }

  .xl\:focus-within\:to-white:focus-within {
    --tw-gradient-to: #fff;
  }

  .xl\:focus-within\:to-rose-50:focus-within {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:focus-within\:to-rose-100:focus-within {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:focus-within\:to-rose-200:focus-within {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:focus-within\:to-rose-300:focus-within {
    --tw-gradient-to: #fda4af;
  }

  .xl\:focus-within\:to-rose-400:focus-within {
    --tw-gradient-to: #fb7185;
  }

  .xl\:focus-within\:to-rose-500:focus-within {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:focus-within\:to-rose-600:focus-within {
    --tw-gradient-to: #e11d48;
  }

  .xl\:focus-within\:to-rose-700:focus-within {
    --tw-gradient-to: #be123c;
  }

  .xl\:focus-within\:to-rose-800:focus-within {
    --tw-gradient-to: #9f1239;
  }

  .xl\:focus-within\:to-rose-900:focus-within {
    --tw-gradient-to: #881337;
  }

  .xl\:focus-within\:to-pink-50:focus-within {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus-within\:to-pink-100:focus-within {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus-within\:to-pink-200:focus-within {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus-within\:to-pink-300:focus-within {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus-within\:to-pink-400:focus-within {
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus-within\:to-pink-500:focus-within {
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus-within\:to-pink-600:focus-within {
    --tw-gradient-to: #db2777;
  }

  .xl\:focus-within\:to-pink-700:focus-within {
    --tw-gradient-to: #be185d;
  }

  .xl\:focus-within\:to-pink-800:focus-within {
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus-within\:to-pink-900:focus-within {
    --tw-gradient-to: #831843;
  }

  .xl\:focus-within\:to-fuchsia-50:focus-within {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:focus-within\:to-fuchsia-100:focus-within {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:focus-within\:to-fuchsia-200:focus-within {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:focus-within\:to-fuchsia-300:focus-within {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:focus-within\:to-fuchsia-400:focus-within {
    --tw-gradient-to: #e879f9;
  }

  .xl\:focus-within\:to-fuchsia-500:focus-within {
    --tw-gradient-to: #d946ef;
  }

  .xl\:focus-within\:to-fuchsia-600:focus-within {
    --tw-gradient-to: #c026d3;
  }

  .xl\:focus-within\:to-fuchsia-700:focus-within {
    --tw-gradient-to: #a21caf;
  }

  .xl\:focus-within\:to-fuchsia-800:focus-within {
    --tw-gradient-to: #86198f;
  }

  .xl\:focus-within\:to-fuchsia-900:focus-within {
    --tw-gradient-to: #701a75;
  }

  .xl\:focus-within\:to-purple-50:focus-within {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:focus-within\:to-purple-100:focus-within {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:focus-within\:to-purple-200:focus-within {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:focus-within\:to-purple-300:focus-within {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:focus-within\:to-purple-400:focus-within {
    --tw-gradient-to: #c084fc;
  }

  .xl\:focus-within\:to-purple-500:focus-within {
    --tw-gradient-to: #a855f7;
  }

  .xl\:focus-within\:to-purple-600:focus-within {
    --tw-gradient-to: #9333ea;
  }

  .xl\:focus-within\:to-purple-700:focus-within {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:focus-within\:to-purple-800:focus-within {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:focus-within\:to-purple-900:focus-within {
    --tw-gradient-to: #581c87;
  }

  .xl\:focus-within\:to-violet-50:focus-within {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus-within\:to-violet-100:focus-within {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus-within\:to-violet-200:focus-within {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus-within\:to-violet-300:focus-within {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus-within\:to-violet-400:focus-within {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus-within\:to-violet-500:focus-within {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus-within\:to-violet-600:focus-within {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus-within\:to-violet-700:focus-within {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus-within\:to-violet-800:focus-within {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus-within\:to-violet-900:focus-within {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus-within\:to-indigo-50:focus-within {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus-within\:to-indigo-100:focus-within {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus-within\:to-indigo-200:focus-within {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus-within\:to-indigo-300:focus-within {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus-within\:to-indigo-400:focus-within {
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus-within\:to-indigo-500:focus-within {
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus-within\:to-indigo-600:focus-within {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus-within\:to-indigo-700:focus-within {
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus-within\:to-indigo-800:focus-within {
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus-within\:to-indigo-900:focus-within {
    --tw-gradient-to: #312e81;
  }

  .xl\:focus-within\:to-blue-50:focus-within {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus-within\:to-blue-100:focus-within {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus-within\:to-blue-200:focus-within {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus-within\:to-blue-300:focus-within {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus-within\:to-blue-400:focus-within {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:focus-within\:to-blue-500:focus-within {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus-within\:to-blue-600:focus-within {
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus-within\:to-blue-700:focus-within {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus-within\:to-blue-800:focus-within {
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus-within\:to-blue-900:focus-within {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus-within\:to-lightBlue-50:focus-within {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:focus-within\:to-lightBlue-100:focus-within {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:focus-within\:to-lightBlue-200:focus-within {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:focus-within\:to-lightBlue-300:focus-within {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:focus-within\:to-lightBlue-400:focus-within {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:focus-within\:to-lightBlue-500:focus-within {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:focus-within\:to-lightBlue-600:focus-within {
    --tw-gradient-to: #0284c7;
  }

  .xl\:focus-within\:to-lightBlue-700:focus-within {
    --tw-gradient-to: #0369a1;
  }

  .xl\:focus-within\:to-lightBlue-800:focus-within {
    --tw-gradient-to: #075985;
  }

  .xl\:focus-within\:to-lightBlue-900:focus-within {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:focus-within\:to-cyan-50:focus-within {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:focus-within\:to-cyan-100:focus-within {
    --tw-gradient-to: #cffafe;
  }

  .xl\:focus-within\:to-cyan-200:focus-within {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:focus-within\:to-cyan-300:focus-within {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:focus-within\:to-cyan-400:focus-within {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:focus-within\:to-cyan-500:focus-within {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:focus-within\:to-cyan-600:focus-within {
    --tw-gradient-to: #0891b2;
  }

  .xl\:focus-within\:to-cyan-700:focus-within {
    --tw-gradient-to: #0e7490;
  }

  .xl\:focus-within\:to-cyan-800:focus-within {
    --tw-gradient-to: #155e75;
  }

  .xl\:focus-within\:to-cyan-900:focus-within {
    --tw-gradient-to: #164e63;
  }

  .xl\:focus-within\:to-teal-50:focus-within {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:focus-within\:to-teal-100:focus-within {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:focus-within\:to-teal-200:focus-within {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:focus-within\:to-teal-300:focus-within {
    --tw-gradient-to: #5eead4;
  }

  .xl\:focus-within\:to-teal-400:focus-within {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:focus-within\:to-teal-500:focus-within {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:focus-within\:to-teal-600:focus-within {
    --tw-gradient-to: #0d9488;
  }

  .xl\:focus-within\:to-teal-700:focus-within {
    --tw-gradient-to: #0f766e;
  }

  .xl\:focus-within\:to-teal-800:focus-within {
    --tw-gradient-to: #115e59;
  }

  .xl\:focus-within\:to-teal-900:focus-within {
    --tw-gradient-to: #134e4a;
  }

  .xl\:focus-within\:to-emerald-50:focus-within {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus-within\:to-emerald-100:focus-within {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus-within\:to-emerald-200:focus-within {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus-within\:to-emerald-300:focus-within {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus-within\:to-emerald-400:focus-within {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus-within\:to-emerald-500:focus-within {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus-within\:to-emerald-600:focus-within {
    --tw-gradient-to: #059669;
  }

  .xl\:focus-within\:to-emerald-700:focus-within {
    --tw-gradient-to: #047857;
  }

  .xl\:focus-within\:to-emerald-800:focus-within {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus-within\:to-emerald-900:focus-within {
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus-within\:to-green-50:focus-within {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:focus-within\:to-green-100:focus-within {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:focus-within\:to-green-200:focus-within {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:focus-within\:to-green-300:focus-within {
    --tw-gradient-to: #86efac;
  }

  .xl\:focus-within\:to-green-400:focus-within {
    --tw-gradient-to: #4ade80;
  }

  .xl\:focus-within\:to-green-500:focus-within {
    --tw-gradient-to: #22c55e;
  }

  .xl\:focus-within\:to-green-600:focus-within {
    --tw-gradient-to: #16a34a;
  }

  .xl\:focus-within\:to-green-700:focus-within {
    --tw-gradient-to: #15803d;
  }

  .xl\:focus-within\:to-green-800:focus-within {
    --tw-gradient-to: #166534;
  }

  .xl\:focus-within\:to-green-900:focus-within {
    --tw-gradient-to: #14532d;
  }

  .xl\:focus-within\:to-lime-50:focus-within {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:focus-within\:to-lime-100:focus-within {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:focus-within\:to-lime-200:focus-within {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:focus-within\:to-lime-300:focus-within {
    --tw-gradient-to: #bef264;
  }

  .xl\:focus-within\:to-lime-400:focus-within {
    --tw-gradient-to: #a3e635;
  }

  .xl\:focus-within\:to-lime-500:focus-within {
    --tw-gradient-to: #84cc16;
  }

  .xl\:focus-within\:to-lime-600:focus-within {
    --tw-gradient-to: #65a30d;
  }

  .xl\:focus-within\:to-lime-700:focus-within {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:focus-within\:to-lime-800:focus-within {
    --tw-gradient-to: #3f6212;
  }

  .xl\:focus-within\:to-lime-900:focus-within {
    --tw-gradient-to: #365314;
  }

  .xl\:focus-within\:to-yellow-50:focus-within {
    --tw-gradient-to: #fefce8;
  }

  .xl\:focus-within\:to-yellow-100:focus-within {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:focus-within\:to-yellow-200:focus-within {
    --tw-gradient-to: #fef08a;
  }

  .xl\:focus-within\:to-yellow-300:focus-within {
    --tw-gradient-to: #fde047;
  }

  .xl\:focus-within\:to-yellow-400:focus-within {
    --tw-gradient-to: #facc15;
  }

  .xl\:focus-within\:to-yellow-500:focus-within {
    --tw-gradient-to: #eab308;
  }

  .xl\:focus-within\:to-yellow-600:focus-within {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:focus-within\:to-yellow-700:focus-within {
    --tw-gradient-to: #a16207;
  }

  .xl\:focus-within\:to-yellow-800:focus-within {
    --tw-gradient-to: #854d0e;
  }

  .xl\:focus-within\:to-yellow-900:focus-within {
    --tw-gradient-to: #713f12;
  }

  .xl\:focus-within\:to-amber-50:focus-within {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus-within\:to-amber-100:focus-within {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus-within\:to-amber-200:focus-within {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus-within\:to-amber-300:focus-within {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus-within\:to-amber-400:focus-within {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus-within\:to-amber-500:focus-within {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus-within\:to-amber-600:focus-within {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus-within\:to-amber-700:focus-within {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus-within\:to-amber-800:focus-within {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus-within\:to-amber-900:focus-within {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus-within\:to-orange-50:focus-within {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:focus-within\:to-orange-100:focus-within {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:focus-within\:to-orange-200:focus-within {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:focus-within\:to-orange-300:focus-within {
    --tw-gradient-to: #fdba74;
  }

  .xl\:focus-within\:to-orange-400:focus-within {
    --tw-gradient-to: #fb923c;
  }

  .xl\:focus-within\:to-orange-500:focus-within {
    --tw-gradient-to: #f97316;
  }

  .xl\:focus-within\:to-orange-600:focus-within {
    --tw-gradient-to: #ea580c;
  }

  .xl\:focus-within\:to-orange-700:focus-within {
    --tw-gradient-to: #c2410c;
  }

  .xl\:focus-within\:to-orange-800:focus-within {
    --tw-gradient-to: #9a3412;
  }

  .xl\:focus-within\:to-orange-900:focus-within {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:focus-within\:to-red-50:focus-within {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus-within\:to-red-100:focus-within {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus-within\:to-red-200:focus-within {
    --tw-gradient-to: #fecaca;
  }

  .xl\:focus-within\:to-red-300:focus-within {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:focus-within\:to-red-400:focus-within {
    --tw-gradient-to: #f87171;
  }

  .xl\:focus-within\:to-red-500:focus-within {
    --tw-gradient-to: #ef4444;
  }

  .xl\:focus-within\:to-red-600:focus-within {
    --tw-gradient-to: #dc2626;
  }

  .xl\:focus-within\:to-red-700:focus-within {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:focus-within\:to-red-800:focus-within {
    --tw-gradient-to: #991b1b;
  }

  .xl\:focus-within\:to-red-900:focus-within {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:focus-within\:to-warmGray-50:focus-within {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:focus-within\:to-warmGray-100:focus-within {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:focus-within\:to-warmGray-200:focus-within {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:focus-within\:to-warmGray-300:focus-within {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:focus-within\:to-warmGray-400:focus-within {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:focus-within\:to-warmGray-500:focus-within {
    --tw-gradient-to: #78716c;
  }

  .xl\:focus-within\:to-warmGray-600:focus-within {
    --tw-gradient-to: #57534e;
  }

  .xl\:focus-within\:to-warmGray-700:focus-within {
    --tw-gradient-to: #44403c;
  }

  .xl\:focus-within\:to-warmGray-800:focus-within {
    --tw-gradient-to: #292524;
  }

  .xl\:focus-within\:to-warmGray-900:focus-within {
    --tw-gradient-to: #1c1917;
  }

  .xl\:focus-within\:to-trueGray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .xl\:focus-within\:to-trueGray-100:focus-within {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:focus-within\:to-trueGray-200:focus-within {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:focus-within\:to-trueGray-300:focus-within {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:focus-within\:to-trueGray-400:focus-within {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:focus-within\:to-trueGray-500:focus-within {
    --tw-gradient-to: #737373;
  }

  .xl\:focus-within\:to-trueGray-600:focus-within {
    --tw-gradient-to: #525252;
  }

  .xl\:focus-within\:to-trueGray-700:focus-within {
    --tw-gradient-to: #404040;
  }

  .xl\:focus-within\:to-trueGray-800:focus-within {
    --tw-gradient-to: #262626;
  }

  .xl\:focus-within\:to-trueGray-900:focus-within {
    --tw-gradient-to: #171717;
  }

  .xl\:focus-within\:to-gray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .xl\:focus-within\:to-gray-100:focus-within {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:focus-within\:to-gray-200:focus-within {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:focus-within\:to-gray-300:focus-within {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:focus-within\:to-gray-400:focus-within {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:focus-within\:to-gray-500:focus-within {
    --tw-gradient-to: #71717a;
  }

  .xl\:focus-within\:to-gray-600:focus-within {
    --tw-gradient-to: #52525b;
  }

  .xl\:focus-within\:to-gray-700:focus-within {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:focus-within\:to-gray-800:focus-within {
    --tw-gradient-to: #27272a;
  }

  .xl\:focus-within\:to-gray-900:focus-within {
    --tw-gradient-to: #18181b;
  }

  .xl\:focus-within\:to-coolGray-50:focus-within {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus-within\:to-coolGray-100:focus-within {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus-within\:to-coolGray-200:focus-within {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus-within\:to-coolGray-300:focus-within {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus-within\:to-coolGray-400:focus-within {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus-within\:to-coolGray-500:focus-within {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus-within\:to-coolGray-600:focus-within {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus-within\:to-coolGray-700:focus-within {
    --tw-gradient-to: #374151;
  }

  .xl\:focus-within\:to-coolGray-800:focus-within {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus-within\:to-coolGray-900:focus-within {
    --tw-gradient-to: #111827;
  }

  .xl\:focus-within\:to-blueGray-50:focus-within {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:focus-within\:to-blueGray-100:focus-within {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:focus-within\:to-blueGray-200:focus-within {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:focus-within\:to-blueGray-300:focus-within {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:focus-within\:to-blueGray-400:focus-within {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:focus-within\:to-blueGray-500:focus-within {
    --tw-gradient-to: #64748b;
  }

  .xl\:focus-within\:to-blueGray-600:focus-within {
    --tw-gradient-to: #475569;
  }

  .xl\:focus-within\:to-blueGray-700:focus-within {
    --tw-gradient-to: #334155;
  }

  .xl\:focus-within\:to-blueGray-800:focus-within {
    --tw-gradient-to: #1e293b;
  }

  .xl\:focus-within\:to-blueGray-900:focus-within {
    --tw-gradient-to: #0f172a;
  }

  .xl\:focus-within\:to-current:focus-within {
    --tw-gradient-to: current;
  }

  .xl\:focus-within\:to-transparent:focus-within {
    --tw-gradient-to: transparent;
  }

  .xl\:first\:from-black:first-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:first\:from-white:first-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:first\:from-rose-50:first-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:first\:from-rose-100:first-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:first\:from-rose-200:first-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:first\:from-rose-300:first-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:first\:from-rose-400:first-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:first\:from-rose-500:first-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:first\:from-rose-600:first-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:first\:from-rose-700:first-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:first\:from-rose-800:first-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:first\:from-rose-900:first-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:first\:from-pink-50:first-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:first\:from-pink-100:first-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:first\:from-pink-200:first-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:first\:from-pink-300:first-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:first\:from-pink-400:first-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:first\:from-pink-500:first-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:first\:from-pink-600:first-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:first\:from-pink-700:first-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:first\:from-pink-800:first-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:first\:from-pink-900:first-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:first\:from-fuchsia-50:first-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:first\:from-fuchsia-100:first-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:first\:from-fuchsia-200:first-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:first\:from-fuchsia-300:first-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:first\:from-fuchsia-400:first-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:first\:from-fuchsia-500:first-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:first\:from-fuchsia-600:first-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:first\:from-fuchsia-700:first-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:first\:from-fuchsia-800:first-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:first\:from-fuchsia-900:first-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:first\:from-purple-50:first-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:first\:from-purple-100:first-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:first\:from-purple-200:first-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:first\:from-purple-300:first-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:first\:from-purple-400:first-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:first\:from-purple-500:first-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:first\:from-purple-600:first-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:first\:from-purple-700:first-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:first\:from-purple-800:first-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:first\:from-purple-900:first-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:first\:from-violet-50:first-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:first\:from-violet-100:first-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:first\:from-violet-200:first-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:first\:from-violet-300:first-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:first\:from-violet-400:first-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:first\:from-violet-500:first-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:first\:from-violet-600:first-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:first\:from-violet-700:first-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:first\:from-violet-800:first-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:first\:from-violet-900:first-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:first\:from-indigo-50:first-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:first\:from-indigo-100:first-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:first\:from-indigo-200:first-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:first\:from-indigo-300:first-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:first\:from-indigo-400:first-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:first\:from-indigo-500:first-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:first\:from-indigo-600:first-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:first\:from-indigo-700:first-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:first\:from-indigo-800:first-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:first\:from-indigo-900:first-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:first\:from-blue-50:first-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:first\:from-blue-100:first-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:first\:from-blue-200:first-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:first\:from-blue-300:first-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:first\:from-blue-400:first-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:first\:from-blue-500:first-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:first\:from-blue-600:first-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:first\:from-blue-700:first-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:first\:from-blue-800:first-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:first\:from-blue-900:first-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:first\:from-lightBlue-50:first-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:first\:from-lightBlue-100:first-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:first\:from-lightBlue-200:first-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:first\:from-lightBlue-300:first-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:first\:from-lightBlue-400:first-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:first\:from-lightBlue-500:first-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:first\:from-lightBlue-600:first-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:first\:from-lightBlue-700:first-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:first\:from-lightBlue-800:first-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:first\:from-lightBlue-900:first-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:first\:from-cyan-50:first-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:first\:from-cyan-100:first-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:first\:from-cyan-200:first-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:first\:from-cyan-300:first-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:first\:from-cyan-400:first-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:first\:from-cyan-500:first-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:first\:from-cyan-600:first-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:first\:from-cyan-700:first-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:first\:from-cyan-800:first-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:first\:from-cyan-900:first-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:first\:from-teal-50:first-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:first\:from-teal-100:first-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:first\:from-teal-200:first-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:first\:from-teal-300:first-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:first\:from-teal-400:first-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:first\:from-teal-500:first-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:first\:from-teal-600:first-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:first\:from-teal-700:first-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:first\:from-teal-800:first-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:first\:from-teal-900:first-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:first\:from-emerald-50:first-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:first\:from-emerald-100:first-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:first\:from-emerald-200:first-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:first\:from-emerald-300:first-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:first\:from-emerald-400:first-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:first\:from-emerald-500:first-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:first\:from-emerald-600:first-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:first\:from-emerald-700:first-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:first\:from-emerald-800:first-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:first\:from-emerald-900:first-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:first\:from-green-50:first-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:first\:from-green-100:first-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:first\:from-green-200:first-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:first\:from-green-300:first-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:first\:from-green-400:first-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:first\:from-green-500:first-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:first\:from-green-600:first-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:first\:from-green-700:first-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:first\:from-green-800:first-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:first\:from-green-900:first-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:first\:from-lime-50:first-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:first\:from-lime-100:first-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:first\:from-lime-200:first-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:first\:from-lime-300:first-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:first\:from-lime-400:first-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:first\:from-lime-500:first-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:first\:from-lime-600:first-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:first\:from-lime-700:first-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:first\:from-lime-800:first-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:first\:from-lime-900:first-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:first\:from-yellow-50:first-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:first\:from-yellow-100:first-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:first\:from-yellow-200:first-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:first\:from-yellow-300:first-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:first\:from-yellow-400:first-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:first\:from-yellow-500:first-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:first\:from-yellow-600:first-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:first\:from-yellow-700:first-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:first\:from-yellow-800:first-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:first\:from-yellow-900:first-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:first\:from-amber-50:first-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:first\:from-amber-100:first-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:first\:from-amber-200:first-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:first\:from-amber-300:first-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:first\:from-amber-400:first-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:first\:from-amber-500:first-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:first\:from-amber-600:first-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:first\:from-amber-700:first-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:first\:from-amber-800:first-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:first\:from-amber-900:first-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:first\:from-orange-50:first-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:first\:from-orange-100:first-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:first\:from-orange-200:first-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:first\:from-orange-300:first-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:first\:from-orange-400:first-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:first\:from-orange-500:first-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:first\:from-orange-600:first-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:first\:from-orange-700:first-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:first\:from-orange-800:first-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:first\:from-orange-900:first-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:first\:from-red-50:first-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:first\:from-red-100:first-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:first\:from-red-200:first-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:first\:from-red-300:first-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:first\:from-red-400:first-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:first\:from-red-500:first-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:first\:from-red-600:first-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:first\:from-red-700:first-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:first\:from-red-800:first-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:first\:from-red-900:first-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:first\:from-warmGray-50:first-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:first\:from-warmGray-100:first-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:first\:from-warmGray-200:first-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:first\:from-warmGray-300:first-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:first\:from-warmGray-400:first-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:first\:from-warmGray-500:first-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:first\:from-warmGray-600:first-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:first\:from-warmGray-700:first-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:first\:from-warmGray-800:first-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:first\:from-warmGray-900:first-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:first\:from-trueGray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:first\:from-trueGray-100:first-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:first\:from-trueGray-200:first-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:first\:from-trueGray-300:first-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:first\:from-trueGray-400:first-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:first\:from-trueGray-500:first-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:first\:from-trueGray-600:first-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:first\:from-trueGray-700:first-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:first\:from-trueGray-800:first-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:first\:from-trueGray-900:first-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:first\:from-gray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:first\:from-gray-100:first-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:first\:from-gray-200:first-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:first\:from-gray-300:first-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:first\:from-gray-400:first-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:first\:from-gray-500:first-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:first\:from-gray-600:first-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:first\:from-gray-700:first-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:first\:from-gray-800:first-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:first\:from-gray-900:first-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:first\:from-coolGray-50:first-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:first\:from-coolGray-100:first-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:first\:from-coolGray-200:first-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:first\:from-coolGray-300:first-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:first\:from-coolGray-400:first-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:first\:from-coolGray-500:first-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:first\:from-coolGray-600:first-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:first\:from-coolGray-700:first-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:first\:from-coolGray-800:first-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:first\:from-coolGray-900:first-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:first\:from-blueGray-50:first-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:first\:from-blueGray-100:first-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:first\:from-blueGray-200:first-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:first\:from-blueGray-300:first-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:first\:from-blueGray-400:first-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:first\:from-blueGray-500:first-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:first\:from-blueGray-600:first-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:first\:from-blueGray-700:first-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:first\:from-blueGray-800:first-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:first\:from-blueGray-900:first-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:first\:from-current:first-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:first\:from-transparent:first-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:first\:via-black:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:first\:via-white:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:first\:via-rose-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:first\:via-rose-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:first\:via-rose-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:first\:via-rose-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:first\:via-rose-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:first\:via-rose-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:first\:via-rose-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:first\:via-rose-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:first\:via-rose-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:first\:via-rose-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:first\:via-pink-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:first\:via-pink-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:first\:via-pink-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:first\:via-pink-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:first\:via-pink-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:first\:via-pink-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:first\:via-pink-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:first\:via-pink-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:first\:via-pink-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:first\:via-pink-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:first\:via-fuchsia-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:first\:via-fuchsia-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:first\:via-fuchsia-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:first\:via-fuchsia-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:first\:via-fuchsia-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:first\:via-fuchsia-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:first\:via-fuchsia-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:first\:via-fuchsia-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:first\:via-fuchsia-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:first\:via-fuchsia-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:first\:via-purple-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:first\:via-purple-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:first\:via-purple-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:first\:via-purple-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:first\:via-purple-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:first\:via-purple-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:first\:via-purple-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:first\:via-purple-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:first\:via-purple-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:first\:via-purple-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:first\:via-violet-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:first\:via-violet-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:first\:via-violet-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:first\:via-violet-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:first\:via-violet-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:first\:via-violet-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:first\:via-violet-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:first\:via-violet-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:first\:via-violet-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:first\:via-violet-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:first\:via-indigo-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:first\:via-indigo-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:first\:via-indigo-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:first\:via-indigo-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:first\:via-indigo-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:first\:via-indigo-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:first\:via-indigo-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:first\:via-indigo-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:first\:via-indigo-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:first\:via-indigo-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:first\:via-blue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:first\:via-blue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:first\:via-blue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:first\:via-blue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:first\:via-blue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:first\:via-blue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:first\:via-blue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:first\:via-blue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:first\:via-blue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:first\:via-blue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:first\:via-lightBlue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:first\:via-lightBlue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:first\:via-lightBlue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:first\:via-lightBlue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:first\:via-lightBlue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:first\:via-lightBlue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:first\:via-lightBlue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:first\:via-lightBlue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:first\:via-lightBlue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:first\:via-lightBlue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:first\:via-cyan-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:first\:via-cyan-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:first\:via-cyan-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:first\:via-cyan-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:first\:via-cyan-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:first\:via-cyan-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:first\:via-cyan-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:first\:via-cyan-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:first\:via-cyan-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:first\:via-cyan-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:first\:via-teal-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:first\:via-teal-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:first\:via-teal-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:first\:via-teal-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:first\:via-teal-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:first\:via-teal-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:first\:via-teal-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:first\:via-teal-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:first\:via-teal-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:first\:via-teal-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:first\:via-emerald-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:first\:via-emerald-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:first\:via-emerald-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:first\:via-emerald-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:first\:via-emerald-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:first\:via-emerald-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:first\:via-emerald-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:first\:via-emerald-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:first\:via-emerald-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:first\:via-emerald-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:first\:via-green-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:first\:via-green-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:first\:via-green-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:first\:via-green-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:first\:via-green-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:first\:via-green-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:first\:via-green-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:first\:via-green-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:first\:via-green-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:first\:via-green-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:first\:via-lime-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:first\:via-lime-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:first\:via-lime-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:first\:via-lime-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:first\:via-lime-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:first\:via-lime-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:first\:via-lime-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:first\:via-lime-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:first\:via-lime-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:first\:via-lime-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:first\:via-yellow-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:first\:via-yellow-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:first\:via-yellow-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:first\:via-yellow-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:first\:via-yellow-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:first\:via-yellow-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:first\:via-yellow-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:first\:via-yellow-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:first\:via-yellow-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:first\:via-yellow-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:first\:via-amber-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:first\:via-amber-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:first\:via-amber-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:first\:via-amber-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:first\:via-amber-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:first\:via-amber-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:first\:via-amber-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:first\:via-amber-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:first\:via-amber-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:first\:via-amber-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:first\:via-orange-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:first\:via-orange-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:first\:via-orange-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:first\:via-orange-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:first\:via-orange-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:first\:via-orange-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:first\:via-orange-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:first\:via-orange-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:first\:via-orange-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:first\:via-orange-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:first\:via-red-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:first\:via-red-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:first\:via-red-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:first\:via-red-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:first\:via-red-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:first\:via-red-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:first\:via-red-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:first\:via-red-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:first\:via-red-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:first\:via-red-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:first\:via-warmGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:first\:via-warmGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:first\:via-warmGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:first\:via-warmGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:first\:via-warmGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:first\:via-warmGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:first\:via-warmGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:first\:via-warmGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:first\:via-warmGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:first\:via-warmGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:first\:via-trueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:first\:via-trueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:first\:via-trueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:first\:via-trueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:first\:via-trueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:first\:via-trueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:first\:via-trueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:first\:via-trueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:first\:via-trueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:first\:via-trueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:first\:via-gray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:first\:via-gray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:first\:via-gray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:first\:via-gray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:first\:via-gray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:first\:via-gray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:first\:via-gray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:first\:via-gray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:first\:via-gray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:first\:via-gray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:first\:via-coolGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:first\:via-coolGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:first\:via-coolGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:first\:via-coolGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:first\:via-coolGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:first\:via-coolGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:first\:via-coolGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:first\:via-coolGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:first\:via-coolGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:first\:via-coolGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:first\:via-blueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:first\:via-blueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:first\:via-blueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:first\:via-blueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:first\:via-blueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:first\:via-blueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:first\:via-blueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:first\:via-blueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:first\:via-blueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:first\:via-blueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:first\:via-current:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:first\:via-transparent:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:first\:to-black:first-child {
    --tw-gradient-to: #000;
  }

  .xl\:first\:to-white:first-child {
    --tw-gradient-to: #fff;
  }

  .xl\:first\:to-rose-50:first-child {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:first\:to-rose-100:first-child {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:first\:to-rose-200:first-child {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:first\:to-rose-300:first-child {
    --tw-gradient-to: #fda4af;
  }

  .xl\:first\:to-rose-400:first-child {
    --tw-gradient-to: #fb7185;
  }

  .xl\:first\:to-rose-500:first-child {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:first\:to-rose-600:first-child {
    --tw-gradient-to: #e11d48;
  }

  .xl\:first\:to-rose-700:first-child {
    --tw-gradient-to: #be123c;
  }

  .xl\:first\:to-rose-800:first-child {
    --tw-gradient-to: #9f1239;
  }

  .xl\:first\:to-rose-900:first-child {
    --tw-gradient-to: #881337;
  }

  .xl\:first\:to-pink-50:first-child {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:first\:to-pink-100:first-child {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:first\:to-pink-200:first-child {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:first\:to-pink-300:first-child {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:first\:to-pink-400:first-child {
    --tw-gradient-to: #f472b6;
  }

  .xl\:first\:to-pink-500:first-child {
    --tw-gradient-to: #ec4899;
  }

  .xl\:first\:to-pink-600:first-child {
    --tw-gradient-to: #db2777;
  }

  .xl\:first\:to-pink-700:first-child {
    --tw-gradient-to: #be185d;
  }

  .xl\:first\:to-pink-800:first-child {
    --tw-gradient-to: #9d174d;
  }

  .xl\:first\:to-pink-900:first-child {
    --tw-gradient-to: #831843;
  }

  .xl\:first\:to-fuchsia-50:first-child {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:first\:to-fuchsia-100:first-child {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:first\:to-fuchsia-200:first-child {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:first\:to-fuchsia-300:first-child {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:first\:to-fuchsia-400:first-child {
    --tw-gradient-to: #e879f9;
  }

  .xl\:first\:to-fuchsia-500:first-child {
    --tw-gradient-to: #d946ef;
  }

  .xl\:first\:to-fuchsia-600:first-child {
    --tw-gradient-to: #c026d3;
  }

  .xl\:first\:to-fuchsia-700:first-child {
    --tw-gradient-to: #a21caf;
  }

  .xl\:first\:to-fuchsia-800:first-child {
    --tw-gradient-to: #86198f;
  }

  .xl\:first\:to-fuchsia-900:first-child {
    --tw-gradient-to: #701a75;
  }

  .xl\:first\:to-purple-50:first-child {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:first\:to-purple-100:first-child {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:first\:to-purple-200:first-child {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:first\:to-purple-300:first-child {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:first\:to-purple-400:first-child {
    --tw-gradient-to: #c084fc;
  }

  .xl\:first\:to-purple-500:first-child {
    --tw-gradient-to: #a855f7;
  }

  .xl\:first\:to-purple-600:first-child {
    --tw-gradient-to: #9333ea;
  }

  .xl\:first\:to-purple-700:first-child {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:first\:to-purple-800:first-child {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:first\:to-purple-900:first-child {
    --tw-gradient-to: #581c87;
  }

  .xl\:first\:to-violet-50:first-child {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:first\:to-violet-100:first-child {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:first\:to-violet-200:first-child {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:first\:to-violet-300:first-child {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:first\:to-violet-400:first-child {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:first\:to-violet-500:first-child {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:first\:to-violet-600:first-child {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:first\:to-violet-700:first-child {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:first\:to-violet-800:first-child {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:first\:to-violet-900:first-child {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:first\:to-indigo-50:first-child {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:first\:to-indigo-100:first-child {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:first\:to-indigo-200:first-child {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:first\:to-indigo-300:first-child {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:first\:to-indigo-400:first-child {
    --tw-gradient-to: #818cf8;
  }

  .xl\:first\:to-indigo-500:first-child {
    --tw-gradient-to: #6366f1;
  }

  .xl\:first\:to-indigo-600:first-child {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:first\:to-indigo-700:first-child {
    --tw-gradient-to: #4338ca;
  }

  .xl\:first\:to-indigo-800:first-child {
    --tw-gradient-to: #3730a3;
  }

  .xl\:first\:to-indigo-900:first-child {
    --tw-gradient-to: #312e81;
  }

  .xl\:first\:to-blue-50:first-child {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:first\:to-blue-100:first-child {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:first\:to-blue-200:first-child {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:first\:to-blue-300:first-child {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:first\:to-blue-400:first-child {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:first\:to-blue-500:first-child {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:first\:to-blue-600:first-child {
    --tw-gradient-to: #2563eb;
  }

  .xl\:first\:to-blue-700:first-child {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:first\:to-blue-800:first-child {
    --tw-gradient-to: #1e40af;
  }

  .xl\:first\:to-blue-900:first-child {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:first\:to-lightBlue-50:first-child {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:first\:to-lightBlue-100:first-child {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:first\:to-lightBlue-200:first-child {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:first\:to-lightBlue-300:first-child {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:first\:to-lightBlue-400:first-child {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:first\:to-lightBlue-500:first-child {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:first\:to-lightBlue-600:first-child {
    --tw-gradient-to: #0284c7;
  }

  .xl\:first\:to-lightBlue-700:first-child {
    --tw-gradient-to: #0369a1;
  }

  .xl\:first\:to-lightBlue-800:first-child {
    --tw-gradient-to: #075985;
  }

  .xl\:first\:to-lightBlue-900:first-child {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:first\:to-cyan-50:first-child {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:first\:to-cyan-100:first-child {
    --tw-gradient-to: #cffafe;
  }

  .xl\:first\:to-cyan-200:first-child {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:first\:to-cyan-300:first-child {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:first\:to-cyan-400:first-child {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:first\:to-cyan-500:first-child {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:first\:to-cyan-600:first-child {
    --tw-gradient-to: #0891b2;
  }

  .xl\:first\:to-cyan-700:first-child {
    --tw-gradient-to: #0e7490;
  }

  .xl\:first\:to-cyan-800:first-child {
    --tw-gradient-to: #155e75;
  }

  .xl\:first\:to-cyan-900:first-child {
    --tw-gradient-to: #164e63;
  }

  .xl\:first\:to-teal-50:first-child {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:first\:to-teal-100:first-child {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:first\:to-teal-200:first-child {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:first\:to-teal-300:first-child {
    --tw-gradient-to: #5eead4;
  }

  .xl\:first\:to-teal-400:first-child {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:first\:to-teal-500:first-child {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:first\:to-teal-600:first-child {
    --tw-gradient-to: #0d9488;
  }

  .xl\:first\:to-teal-700:first-child {
    --tw-gradient-to: #0f766e;
  }

  .xl\:first\:to-teal-800:first-child {
    --tw-gradient-to: #115e59;
  }

  .xl\:first\:to-teal-900:first-child {
    --tw-gradient-to: #134e4a;
  }

  .xl\:first\:to-emerald-50:first-child {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:first\:to-emerald-100:first-child {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:first\:to-emerald-200:first-child {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:first\:to-emerald-300:first-child {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:first\:to-emerald-400:first-child {
    --tw-gradient-to: #34d399;
  }

  .xl\:first\:to-emerald-500:first-child {
    --tw-gradient-to: #10b981;
  }

  .xl\:first\:to-emerald-600:first-child {
    --tw-gradient-to: #059669;
  }

  .xl\:first\:to-emerald-700:first-child {
    --tw-gradient-to: #047857;
  }

  .xl\:first\:to-emerald-800:first-child {
    --tw-gradient-to: #065f46;
  }

  .xl\:first\:to-emerald-900:first-child {
    --tw-gradient-to: #064e3b;
  }

  .xl\:first\:to-green-50:first-child {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:first\:to-green-100:first-child {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:first\:to-green-200:first-child {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:first\:to-green-300:first-child {
    --tw-gradient-to: #86efac;
  }

  .xl\:first\:to-green-400:first-child {
    --tw-gradient-to: #4ade80;
  }

  .xl\:first\:to-green-500:first-child {
    --tw-gradient-to: #22c55e;
  }

  .xl\:first\:to-green-600:first-child {
    --tw-gradient-to: #16a34a;
  }

  .xl\:first\:to-green-700:first-child {
    --tw-gradient-to: #15803d;
  }

  .xl\:first\:to-green-800:first-child {
    --tw-gradient-to: #166534;
  }

  .xl\:first\:to-green-900:first-child {
    --tw-gradient-to: #14532d;
  }

  .xl\:first\:to-lime-50:first-child {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:first\:to-lime-100:first-child {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:first\:to-lime-200:first-child {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:first\:to-lime-300:first-child {
    --tw-gradient-to: #bef264;
  }

  .xl\:first\:to-lime-400:first-child {
    --tw-gradient-to: #a3e635;
  }

  .xl\:first\:to-lime-500:first-child {
    --tw-gradient-to: #84cc16;
  }

  .xl\:first\:to-lime-600:first-child {
    --tw-gradient-to: #65a30d;
  }

  .xl\:first\:to-lime-700:first-child {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:first\:to-lime-800:first-child {
    --tw-gradient-to: #3f6212;
  }

  .xl\:first\:to-lime-900:first-child {
    --tw-gradient-to: #365314;
  }

  .xl\:first\:to-yellow-50:first-child {
    --tw-gradient-to: #fefce8;
  }

  .xl\:first\:to-yellow-100:first-child {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:first\:to-yellow-200:first-child {
    --tw-gradient-to: #fef08a;
  }

  .xl\:first\:to-yellow-300:first-child {
    --tw-gradient-to: #fde047;
  }

  .xl\:first\:to-yellow-400:first-child {
    --tw-gradient-to: #facc15;
  }

  .xl\:first\:to-yellow-500:first-child {
    --tw-gradient-to: #eab308;
  }

  .xl\:first\:to-yellow-600:first-child {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:first\:to-yellow-700:first-child {
    --tw-gradient-to: #a16207;
  }

  .xl\:first\:to-yellow-800:first-child {
    --tw-gradient-to: #854d0e;
  }

  .xl\:first\:to-yellow-900:first-child {
    --tw-gradient-to: #713f12;
  }

  .xl\:first\:to-amber-50:first-child {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:first\:to-amber-100:first-child {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:first\:to-amber-200:first-child {
    --tw-gradient-to: #fde68a;
  }

  .xl\:first\:to-amber-300:first-child {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:first\:to-amber-400:first-child {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:first\:to-amber-500:first-child {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:first\:to-amber-600:first-child {
    --tw-gradient-to: #d97706;
  }

  .xl\:first\:to-amber-700:first-child {
    --tw-gradient-to: #b45309;
  }

  .xl\:first\:to-amber-800:first-child {
    --tw-gradient-to: #92400e;
  }

  .xl\:first\:to-amber-900:first-child {
    --tw-gradient-to: #78350f;
  }

  .xl\:first\:to-orange-50:first-child {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:first\:to-orange-100:first-child {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:first\:to-orange-200:first-child {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:first\:to-orange-300:first-child {
    --tw-gradient-to: #fdba74;
  }

  .xl\:first\:to-orange-400:first-child {
    --tw-gradient-to: #fb923c;
  }

  .xl\:first\:to-orange-500:first-child {
    --tw-gradient-to: #f97316;
  }

  .xl\:first\:to-orange-600:first-child {
    --tw-gradient-to: #ea580c;
  }

  .xl\:first\:to-orange-700:first-child {
    --tw-gradient-to: #c2410c;
  }

  .xl\:first\:to-orange-800:first-child {
    --tw-gradient-to: #9a3412;
  }

  .xl\:first\:to-orange-900:first-child {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:first\:to-red-50:first-child {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:first\:to-red-100:first-child {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:first\:to-red-200:first-child {
    --tw-gradient-to: #fecaca;
  }

  .xl\:first\:to-red-300:first-child {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:first\:to-red-400:first-child {
    --tw-gradient-to: #f87171;
  }

  .xl\:first\:to-red-500:first-child {
    --tw-gradient-to: #ef4444;
  }

  .xl\:first\:to-red-600:first-child {
    --tw-gradient-to: #dc2626;
  }

  .xl\:first\:to-red-700:first-child {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:first\:to-red-800:first-child {
    --tw-gradient-to: #991b1b;
  }

  .xl\:first\:to-red-900:first-child {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:first\:to-warmGray-50:first-child {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:first\:to-warmGray-100:first-child {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:first\:to-warmGray-200:first-child {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:first\:to-warmGray-300:first-child {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:first\:to-warmGray-400:first-child {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:first\:to-warmGray-500:first-child {
    --tw-gradient-to: #78716c;
  }

  .xl\:first\:to-warmGray-600:first-child {
    --tw-gradient-to: #57534e;
  }

  .xl\:first\:to-warmGray-700:first-child {
    --tw-gradient-to: #44403c;
  }

  .xl\:first\:to-warmGray-800:first-child {
    --tw-gradient-to: #292524;
  }

  .xl\:first\:to-warmGray-900:first-child {
    --tw-gradient-to: #1c1917;
  }

  .xl\:first\:to-trueGray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .xl\:first\:to-trueGray-100:first-child {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:first\:to-trueGray-200:first-child {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:first\:to-trueGray-300:first-child {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:first\:to-trueGray-400:first-child {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:first\:to-trueGray-500:first-child {
    --tw-gradient-to: #737373;
  }

  .xl\:first\:to-trueGray-600:first-child {
    --tw-gradient-to: #525252;
  }

  .xl\:first\:to-trueGray-700:first-child {
    --tw-gradient-to: #404040;
  }

  .xl\:first\:to-trueGray-800:first-child {
    --tw-gradient-to: #262626;
  }

  .xl\:first\:to-trueGray-900:first-child {
    --tw-gradient-to: #171717;
  }

  .xl\:first\:to-gray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .xl\:first\:to-gray-100:first-child {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:first\:to-gray-200:first-child {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:first\:to-gray-300:first-child {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:first\:to-gray-400:first-child {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:first\:to-gray-500:first-child {
    --tw-gradient-to: #71717a;
  }

  .xl\:first\:to-gray-600:first-child {
    --tw-gradient-to: #52525b;
  }

  .xl\:first\:to-gray-700:first-child {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:first\:to-gray-800:first-child {
    --tw-gradient-to: #27272a;
  }

  .xl\:first\:to-gray-900:first-child {
    --tw-gradient-to: #18181b;
  }

  .xl\:first\:to-coolGray-50:first-child {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:first\:to-coolGray-100:first-child {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:first\:to-coolGray-200:first-child {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:first\:to-coolGray-300:first-child {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:first\:to-coolGray-400:first-child {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:first\:to-coolGray-500:first-child {
    --tw-gradient-to: #6b7280;
  }

  .xl\:first\:to-coolGray-600:first-child {
    --tw-gradient-to: #4b5563;
  }

  .xl\:first\:to-coolGray-700:first-child {
    --tw-gradient-to: #374151;
  }

  .xl\:first\:to-coolGray-800:first-child {
    --tw-gradient-to: #1f2937;
  }

  .xl\:first\:to-coolGray-900:first-child {
    --tw-gradient-to: #111827;
  }

  .xl\:first\:to-blueGray-50:first-child {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:first\:to-blueGray-100:first-child {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:first\:to-blueGray-200:first-child {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:first\:to-blueGray-300:first-child {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:first\:to-blueGray-400:first-child {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:first\:to-blueGray-500:first-child {
    --tw-gradient-to: #64748b;
  }

  .xl\:first\:to-blueGray-600:first-child {
    --tw-gradient-to: #475569;
  }

  .xl\:first\:to-blueGray-700:first-child {
    --tw-gradient-to: #334155;
  }

  .xl\:first\:to-blueGray-800:first-child {
    --tw-gradient-to: #1e293b;
  }

  .xl\:first\:to-blueGray-900:first-child {
    --tw-gradient-to: #0f172a;
  }

  .xl\:first\:to-current:first-child {
    --tw-gradient-to: current;
  }

  .xl\:first\:to-transparent:first-child {
    --tw-gradient-to: transparent;
  }

  .xl\:last\:from-black:last-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:last\:from-white:last-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:last\:from-rose-50:last-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:last\:from-rose-100:last-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:last\:from-rose-200:last-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:last\:from-rose-300:last-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:last\:from-rose-400:last-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:last\:from-rose-500:last-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:last\:from-rose-600:last-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:last\:from-rose-700:last-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:last\:from-rose-800:last-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:last\:from-rose-900:last-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:last\:from-pink-50:last-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:last\:from-pink-100:last-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:last\:from-pink-200:last-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:last\:from-pink-300:last-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:last\:from-pink-400:last-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:last\:from-pink-500:last-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:last\:from-pink-600:last-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:last\:from-pink-700:last-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:last\:from-pink-800:last-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:last\:from-pink-900:last-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:last\:from-fuchsia-50:last-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:last\:from-fuchsia-100:last-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:last\:from-fuchsia-200:last-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:last\:from-fuchsia-300:last-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:last\:from-fuchsia-400:last-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:last\:from-fuchsia-500:last-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:last\:from-fuchsia-600:last-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:last\:from-fuchsia-700:last-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:last\:from-fuchsia-800:last-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:last\:from-fuchsia-900:last-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:last\:from-purple-50:last-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:last\:from-purple-100:last-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:last\:from-purple-200:last-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:last\:from-purple-300:last-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:last\:from-purple-400:last-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:last\:from-purple-500:last-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:last\:from-purple-600:last-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:last\:from-purple-700:last-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:last\:from-purple-800:last-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:last\:from-purple-900:last-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:last\:from-violet-50:last-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:last\:from-violet-100:last-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:last\:from-violet-200:last-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:last\:from-violet-300:last-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:last\:from-violet-400:last-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:last\:from-violet-500:last-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:last\:from-violet-600:last-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:last\:from-violet-700:last-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:last\:from-violet-800:last-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:last\:from-violet-900:last-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:last\:from-indigo-50:last-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:last\:from-indigo-100:last-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:last\:from-indigo-200:last-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:last\:from-indigo-300:last-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:last\:from-indigo-400:last-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:last\:from-indigo-500:last-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:last\:from-indigo-600:last-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:last\:from-indigo-700:last-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:last\:from-indigo-800:last-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:last\:from-indigo-900:last-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:last\:from-blue-50:last-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:last\:from-blue-100:last-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:last\:from-blue-200:last-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:last\:from-blue-300:last-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:last\:from-blue-400:last-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:last\:from-blue-500:last-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:last\:from-blue-600:last-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:last\:from-blue-700:last-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:last\:from-blue-800:last-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:last\:from-blue-900:last-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:last\:from-lightBlue-50:last-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:last\:from-lightBlue-100:last-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:last\:from-lightBlue-200:last-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:last\:from-lightBlue-300:last-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:last\:from-lightBlue-400:last-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:last\:from-lightBlue-500:last-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:last\:from-lightBlue-600:last-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:last\:from-lightBlue-700:last-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:last\:from-lightBlue-800:last-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:last\:from-lightBlue-900:last-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:last\:from-cyan-50:last-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:last\:from-cyan-100:last-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:last\:from-cyan-200:last-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:last\:from-cyan-300:last-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:last\:from-cyan-400:last-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:last\:from-cyan-500:last-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:last\:from-cyan-600:last-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:last\:from-cyan-700:last-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:last\:from-cyan-800:last-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:last\:from-cyan-900:last-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:last\:from-teal-50:last-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:last\:from-teal-100:last-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:last\:from-teal-200:last-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:last\:from-teal-300:last-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:last\:from-teal-400:last-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:last\:from-teal-500:last-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:last\:from-teal-600:last-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:last\:from-teal-700:last-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:last\:from-teal-800:last-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:last\:from-teal-900:last-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:last\:from-emerald-50:last-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:last\:from-emerald-100:last-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:last\:from-emerald-200:last-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:last\:from-emerald-300:last-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:last\:from-emerald-400:last-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:last\:from-emerald-500:last-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:last\:from-emerald-600:last-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:last\:from-emerald-700:last-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:last\:from-emerald-800:last-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:last\:from-emerald-900:last-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:last\:from-green-50:last-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:last\:from-green-100:last-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:last\:from-green-200:last-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:last\:from-green-300:last-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:last\:from-green-400:last-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:last\:from-green-500:last-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:last\:from-green-600:last-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:last\:from-green-700:last-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:last\:from-green-800:last-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:last\:from-green-900:last-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:last\:from-lime-50:last-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:last\:from-lime-100:last-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:last\:from-lime-200:last-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:last\:from-lime-300:last-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:last\:from-lime-400:last-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:last\:from-lime-500:last-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:last\:from-lime-600:last-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:last\:from-lime-700:last-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:last\:from-lime-800:last-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:last\:from-lime-900:last-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:last\:from-yellow-50:last-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:last\:from-yellow-100:last-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:last\:from-yellow-200:last-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:last\:from-yellow-300:last-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:last\:from-yellow-400:last-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:last\:from-yellow-500:last-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:last\:from-yellow-600:last-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:last\:from-yellow-700:last-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:last\:from-yellow-800:last-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:last\:from-yellow-900:last-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:last\:from-amber-50:last-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:last\:from-amber-100:last-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:last\:from-amber-200:last-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:last\:from-amber-300:last-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:last\:from-amber-400:last-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:last\:from-amber-500:last-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:last\:from-amber-600:last-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:last\:from-amber-700:last-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:last\:from-amber-800:last-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:last\:from-amber-900:last-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:last\:from-orange-50:last-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:last\:from-orange-100:last-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:last\:from-orange-200:last-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:last\:from-orange-300:last-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:last\:from-orange-400:last-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:last\:from-orange-500:last-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:last\:from-orange-600:last-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:last\:from-orange-700:last-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:last\:from-orange-800:last-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:last\:from-orange-900:last-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:last\:from-red-50:last-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:last\:from-red-100:last-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:last\:from-red-200:last-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:last\:from-red-300:last-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:last\:from-red-400:last-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:last\:from-red-500:last-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:last\:from-red-600:last-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:last\:from-red-700:last-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:last\:from-red-800:last-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:last\:from-red-900:last-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:last\:from-warmGray-50:last-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:last\:from-warmGray-100:last-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:last\:from-warmGray-200:last-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:last\:from-warmGray-300:last-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:last\:from-warmGray-400:last-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:last\:from-warmGray-500:last-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:last\:from-warmGray-600:last-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:last\:from-warmGray-700:last-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:last\:from-warmGray-800:last-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:last\:from-warmGray-900:last-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:last\:from-trueGray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:last\:from-trueGray-100:last-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:last\:from-trueGray-200:last-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:last\:from-trueGray-300:last-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:last\:from-trueGray-400:last-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:last\:from-trueGray-500:last-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:last\:from-trueGray-600:last-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:last\:from-trueGray-700:last-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:last\:from-trueGray-800:last-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:last\:from-trueGray-900:last-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:last\:from-gray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:last\:from-gray-100:last-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:last\:from-gray-200:last-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:last\:from-gray-300:last-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:last\:from-gray-400:last-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:last\:from-gray-500:last-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:last\:from-gray-600:last-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:last\:from-gray-700:last-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:last\:from-gray-800:last-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:last\:from-gray-900:last-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:last\:from-coolGray-50:last-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:last\:from-coolGray-100:last-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:last\:from-coolGray-200:last-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:last\:from-coolGray-300:last-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:last\:from-coolGray-400:last-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:last\:from-coolGray-500:last-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:last\:from-coolGray-600:last-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:last\:from-coolGray-700:last-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:last\:from-coolGray-800:last-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:last\:from-coolGray-900:last-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:last\:from-blueGray-50:last-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:last\:from-blueGray-100:last-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:last\:from-blueGray-200:last-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:last\:from-blueGray-300:last-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:last\:from-blueGray-400:last-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:last\:from-blueGray-500:last-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:last\:from-blueGray-600:last-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:last\:from-blueGray-700:last-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:last\:from-blueGray-800:last-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:last\:from-blueGray-900:last-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:last\:from-current:last-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:last\:from-transparent:last-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:last\:via-black:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:last\:via-white:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:last\:via-rose-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:last\:via-rose-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:last\:via-rose-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:last\:via-rose-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:last\:via-rose-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:last\:via-rose-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:last\:via-rose-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:last\:via-rose-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:last\:via-rose-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:last\:via-rose-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:last\:via-pink-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:last\:via-pink-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:last\:via-pink-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:last\:via-pink-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:last\:via-pink-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:last\:via-pink-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:last\:via-pink-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:last\:via-pink-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:last\:via-pink-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:last\:via-pink-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:last\:via-fuchsia-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:last\:via-fuchsia-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:last\:via-fuchsia-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:last\:via-fuchsia-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:last\:via-fuchsia-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:last\:via-fuchsia-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:last\:via-fuchsia-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:last\:via-fuchsia-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:last\:via-fuchsia-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:last\:via-fuchsia-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:last\:via-purple-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:last\:via-purple-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:last\:via-purple-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:last\:via-purple-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:last\:via-purple-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:last\:via-purple-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:last\:via-purple-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:last\:via-purple-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:last\:via-purple-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:last\:via-purple-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:last\:via-violet-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:last\:via-violet-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:last\:via-violet-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:last\:via-violet-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:last\:via-violet-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:last\:via-violet-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:last\:via-violet-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:last\:via-violet-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:last\:via-violet-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:last\:via-violet-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:last\:via-indigo-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:last\:via-indigo-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:last\:via-indigo-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:last\:via-indigo-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:last\:via-indigo-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:last\:via-indigo-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:last\:via-indigo-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:last\:via-indigo-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:last\:via-indigo-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:last\:via-indigo-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:last\:via-blue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:last\:via-blue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:last\:via-blue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:last\:via-blue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:last\:via-blue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:last\:via-blue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:last\:via-blue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:last\:via-blue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:last\:via-blue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:last\:via-blue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:last\:via-lightBlue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:last\:via-lightBlue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:last\:via-lightBlue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:last\:via-lightBlue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:last\:via-lightBlue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:last\:via-lightBlue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:last\:via-lightBlue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:last\:via-lightBlue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:last\:via-lightBlue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:last\:via-lightBlue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:last\:via-cyan-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:last\:via-cyan-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:last\:via-cyan-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:last\:via-cyan-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:last\:via-cyan-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:last\:via-cyan-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:last\:via-cyan-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:last\:via-cyan-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:last\:via-cyan-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:last\:via-cyan-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:last\:via-teal-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:last\:via-teal-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:last\:via-teal-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:last\:via-teal-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:last\:via-teal-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:last\:via-teal-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:last\:via-teal-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:last\:via-teal-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:last\:via-teal-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:last\:via-teal-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:last\:via-emerald-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:last\:via-emerald-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:last\:via-emerald-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:last\:via-emerald-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:last\:via-emerald-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:last\:via-emerald-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:last\:via-emerald-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:last\:via-emerald-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:last\:via-emerald-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:last\:via-emerald-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:last\:via-green-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:last\:via-green-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:last\:via-green-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:last\:via-green-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:last\:via-green-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:last\:via-green-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:last\:via-green-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:last\:via-green-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:last\:via-green-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:last\:via-green-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:last\:via-lime-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:last\:via-lime-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:last\:via-lime-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:last\:via-lime-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:last\:via-lime-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:last\:via-lime-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:last\:via-lime-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:last\:via-lime-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:last\:via-lime-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:last\:via-lime-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:last\:via-yellow-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:last\:via-yellow-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:last\:via-yellow-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:last\:via-yellow-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:last\:via-yellow-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:last\:via-yellow-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:last\:via-yellow-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:last\:via-yellow-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:last\:via-yellow-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:last\:via-yellow-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:last\:via-amber-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:last\:via-amber-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:last\:via-amber-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:last\:via-amber-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:last\:via-amber-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:last\:via-amber-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:last\:via-amber-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:last\:via-amber-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:last\:via-amber-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:last\:via-amber-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:last\:via-orange-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:last\:via-orange-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:last\:via-orange-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:last\:via-orange-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:last\:via-orange-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:last\:via-orange-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:last\:via-orange-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:last\:via-orange-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:last\:via-orange-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:last\:via-orange-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:last\:via-red-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:last\:via-red-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:last\:via-red-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:last\:via-red-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:last\:via-red-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:last\:via-red-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:last\:via-red-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:last\:via-red-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:last\:via-red-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:last\:via-red-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:last\:via-warmGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:last\:via-warmGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:last\:via-warmGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:last\:via-warmGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:last\:via-warmGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:last\:via-warmGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:last\:via-warmGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:last\:via-warmGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:last\:via-warmGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:last\:via-warmGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:last\:via-trueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:last\:via-trueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:last\:via-trueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:last\:via-trueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:last\:via-trueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:last\:via-trueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:last\:via-trueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:last\:via-trueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:last\:via-trueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:last\:via-trueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:last\:via-gray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:last\:via-gray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:last\:via-gray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:last\:via-gray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:last\:via-gray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:last\:via-gray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:last\:via-gray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:last\:via-gray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:last\:via-gray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:last\:via-gray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:last\:via-coolGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:last\:via-coolGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:last\:via-coolGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:last\:via-coolGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:last\:via-coolGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:last\:via-coolGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:last\:via-coolGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:last\:via-coolGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:last\:via-coolGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:last\:via-coolGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:last\:via-blueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:last\:via-blueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:last\:via-blueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:last\:via-blueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:last\:via-blueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:last\:via-blueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:last\:via-blueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:last\:via-blueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:last\:via-blueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:last\:via-blueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:last\:via-current:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:last\:via-transparent:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:last\:to-black:last-child {
    --tw-gradient-to: #000;
  }

  .xl\:last\:to-white:last-child {
    --tw-gradient-to: #fff;
  }

  .xl\:last\:to-rose-50:last-child {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:last\:to-rose-100:last-child {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:last\:to-rose-200:last-child {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:last\:to-rose-300:last-child {
    --tw-gradient-to: #fda4af;
  }

  .xl\:last\:to-rose-400:last-child {
    --tw-gradient-to: #fb7185;
  }

  .xl\:last\:to-rose-500:last-child {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:last\:to-rose-600:last-child {
    --tw-gradient-to: #e11d48;
  }

  .xl\:last\:to-rose-700:last-child {
    --tw-gradient-to: #be123c;
  }

  .xl\:last\:to-rose-800:last-child {
    --tw-gradient-to: #9f1239;
  }

  .xl\:last\:to-rose-900:last-child {
    --tw-gradient-to: #881337;
  }

  .xl\:last\:to-pink-50:last-child {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:last\:to-pink-100:last-child {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:last\:to-pink-200:last-child {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:last\:to-pink-300:last-child {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:last\:to-pink-400:last-child {
    --tw-gradient-to: #f472b6;
  }

  .xl\:last\:to-pink-500:last-child {
    --tw-gradient-to: #ec4899;
  }

  .xl\:last\:to-pink-600:last-child {
    --tw-gradient-to: #db2777;
  }

  .xl\:last\:to-pink-700:last-child {
    --tw-gradient-to: #be185d;
  }

  .xl\:last\:to-pink-800:last-child {
    --tw-gradient-to: #9d174d;
  }

  .xl\:last\:to-pink-900:last-child {
    --tw-gradient-to: #831843;
  }

  .xl\:last\:to-fuchsia-50:last-child {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:last\:to-fuchsia-100:last-child {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:last\:to-fuchsia-200:last-child {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:last\:to-fuchsia-300:last-child {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:last\:to-fuchsia-400:last-child {
    --tw-gradient-to: #e879f9;
  }

  .xl\:last\:to-fuchsia-500:last-child {
    --tw-gradient-to: #d946ef;
  }

  .xl\:last\:to-fuchsia-600:last-child {
    --tw-gradient-to: #c026d3;
  }

  .xl\:last\:to-fuchsia-700:last-child {
    --tw-gradient-to: #a21caf;
  }

  .xl\:last\:to-fuchsia-800:last-child {
    --tw-gradient-to: #86198f;
  }

  .xl\:last\:to-fuchsia-900:last-child {
    --tw-gradient-to: #701a75;
  }

  .xl\:last\:to-purple-50:last-child {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:last\:to-purple-100:last-child {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:last\:to-purple-200:last-child {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:last\:to-purple-300:last-child {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:last\:to-purple-400:last-child {
    --tw-gradient-to: #c084fc;
  }

  .xl\:last\:to-purple-500:last-child {
    --tw-gradient-to: #a855f7;
  }

  .xl\:last\:to-purple-600:last-child {
    --tw-gradient-to: #9333ea;
  }

  .xl\:last\:to-purple-700:last-child {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:last\:to-purple-800:last-child {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:last\:to-purple-900:last-child {
    --tw-gradient-to: #581c87;
  }

  .xl\:last\:to-violet-50:last-child {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:last\:to-violet-100:last-child {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:last\:to-violet-200:last-child {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:last\:to-violet-300:last-child {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:last\:to-violet-400:last-child {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:last\:to-violet-500:last-child {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:last\:to-violet-600:last-child {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:last\:to-violet-700:last-child {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:last\:to-violet-800:last-child {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:last\:to-violet-900:last-child {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:last\:to-indigo-50:last-child {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:last\:to-indigo-100:last-child {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:last\:to-indigo-200:last-child {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:last\:to-indigo-300:last-child {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:last\:to-indigo-400:last-child {
    --tw-gradient-to: #818cf8;
  }

  .xl\:last\:to-indigo-500:last-child {
    --tw-gradient-to: #6366f1;
  }

  .xl\:last\:to-indigo-600:last-child {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:last\:to-indigo-700:last-child {
    --tw-gradient-to: #4338ca;
  }

  .xl\:last\:to-indigo-800:last-child {
    --tw-gradient-to: #3730a3;
  }

  .xl\:last\:to-indigo-900:last-child {
    --tw-gradient-to: #312e81;
  }

  .xl\:last\:to-blue-50:last-child {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:last\:to-blue-100:last-child {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:last\:to-blue-200:last-child {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:last\:to-blue-300:last-child {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:last\:to-blue-400:last-child {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:last\:to-blue-500:last-child {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:last\:to-blue-600:last-child {
    --tw-gradient-to: #2563eb;
  }

  .xl\:last\:to-blue-700:last-child {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:last\:to-blue-800:last-child {
    --tw-gradient-to: #1e40af;
  }

  .xl\:last\:to-blue-900:last-child {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:last\:to-lightBlue-50:last-child {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:last\:to-lightBlue-100:last-child {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:last\:to-lightBlue-200:last-child {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:last\:to-lightBlue-300:last-child {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:last\:to-lightBlue-400:last-child {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:last\:to-lightBlue-500:last-child {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:last\:to-lightBlue-600:last-child {
    --tw-gradient-to: #0284c7;
  }

  .xl\:last\:to-lightBlue-700:last-child {
    --tw-gradient-to: #0369a1;
  }

  .xl\:last\:to-lightBlue-800:last-child {
    --tw-gradient-to: #075985;
  }

  .xl\:last\:to-lightBlue-900:last-child {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:last\:to-cyan-50:last-child {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:last\:to-cyan-100:last-child {
    --tw-gradient-to: #cffafe;
  }

  .xl\:last\:to-cyan-200:last-child {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:last\:to-cyan-300:last-child {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:last\:to-cyan-400:last-child {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:last\:to-cyan-500:last-child {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:last\:to-cyan-600:last-child {
    --tw-gradient-to: #0891b2;
  }

  .xl\:last\:to-cyan-700:last-child {
    --tw-gradient-to: #0e7490;
  }

  .xl\:last\:to-cyan-800:last-child {
    --tw-gradient-to: #155e75;
  }

  .xl\:last\:to-cyan-900:last-child {
    --tw-gradient-to: #164e63;
  }

  .xl\:last\:to-teal-50:last-child {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:last\:to-teal-100:last-child {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:last\:to-teal-200:last-child {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:last\:to-teal-300:last-child {
    --tw-gradient-to: #5eead4;
  }

  .xl\:last\:to-teal-400:last-child {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:last\:to-teal-500:last-child {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:last\:to-teal-600:last-child {
    --tw-gradient-to: #0d9488;
  }

  .xl\:last\:to-teal-700:last-child {
    --tw-gradient-to: #0f766e;
  }

  .xl\:last\:to-teal-800:last-child {
    --tw-gradient-to: #115e59;
  }

  .xl\:last\:to-teal-900:last-child {
    --tw-gradient-to: #134e4a;
  }

  .xl\:last\:to-emerald-50:last-child {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:last\:to-emerald-100:last-child {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:last\:to-emerald-200:last-child {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:last\:to-emerald-300:last-child {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:last\:to-emerald-400:last-child {
    --tw-gradient-to: #34d399;
  }

  .xl\:last\:to-emerald-500:last-child {
    --tw-gradient-to: #10b981;
  }

  .xl\:last\:to-emerald-600:last-child {
    --tw-gradient-to: #059669;
  }

  .xl\:last\:to-emerald-700:last-child {
    --tw-gradient-to: #047857;
  }

  .xl\:last\:to-emerald-800:last-child {
    --tw-gradient-to: #065f46;
  }

  .xl\:last\:to-emerald-900:last-child {
    --tw-gradient-to: #064e3b;
  }

  .xl\:last\:to-green-50:last-child {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:last\:to-green-100:last-child {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:last\:to-green-200:last-child {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:last\:to-green-300:last-child {
    --tw-gradient-to: #86efac;
  }

  .xl\:last\:to-green-400:last-child {
    --tw-gradient-to: #4ade80;
  }

  .xl\:last\:to-green-500:last-child {
    --tw-gradient-to: #22c55e;
  }

  .xl\:last\:to-green-600:last-child {
    --tw-gradient-to: #16a34a;
  }

  .xl\:last\:to-green-700:last-child {
    --tw-gradient-to: #15803d;
  }

  .xl\:last\:to-green-800:last-child {
    --tw-gradient-to: #166534;
  }

  .xl\:last\:to-green-900:last-child {
    --tw-gradient-to: #14532d;
  }

  .xl\:last\:to-lime-50:last-child {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:last\:to-lime-100:last-child {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:last\:to-lime-200:last-child {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:last\:to-lime-300:last-child {
    --tw-gradient-to: #bef264;
  }

  .xl\:last\:to-lime-400:last-child {
    --tw-gradient-to: #a3e635;
  }

  .xl\:last\:to-lime-500:last-child {
    --tw-gradient-to: #84cc16;
  }

  .xl\:last\:to-lime-600:last-child {
    --tw-gradient-to: #65a30d;
  }

  .xl\:last\:to-lime-700:last-child {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:last\:to-lime-800:last-child {
    --tw-gradient-to: #3f6212;
  }

  .xl\:last\:to-lime-900:last-child {
    --tw-gradient-to: #365314;
  }

  .xl\:last\:to-yellow-50:last-child {
    --tw-gradient-to: #fefce8;
  }

  .xl\:last\:to-yellow-100:last-child {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:last\:to-yellow-200:last-child {
    --tw-gradient-to: #fef08a;
  }

  .xl\:last\:to-yellow-300:last-child {
    --tw-gradient-to: #fde047;
  }

  .xl\:last\:to-yellow-400:last-child {
    --tw-gradient-to: #facc15;
  }

  .xl\:last\:to-yellow-500:last-child {
    --tw-gradient-to: #eab308;
  }

  .xl\:last\:to-yellow-600:last-child {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:last\:to-yellow-700:last-child {
    --tw-gradient-to: #a16207;
  }

  .xl\:last\:to-yellow-800:last-child {
    --tw-gradient-to: #854d0e;
  }

  .xl\:last\:to-yellow-900:last-child {
    --tw-gradient-to: #713f12;
  }

  .xl\:last\:to-amber-50:last-child {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:last\:to-amber-100:last-child {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:last\:to-amber-200:last-child {
    --tw-gradient-to: #fde68a;
  }

  .xl\:last\:to-amber-300:last-child {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:last\:to-amber-400:last-child {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:last\:to-amber-500:last-child {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:last\:to-amber-600:last-child {
    --tw-gradient-to: #d97706;
  }

  .xl\:last\:to-amber-700:last-child {
    --tw-gradient-to: #b45309;
  }

  .xl\:last\:to-amber-800:last-child {
    --tw-gradient-to: #92400e;
  }

  .xl\:last\:to-amber-900:last-child {
    --tw-gradient-to: #78350f;
  }

  .xl\:last\:to-orange-50:last-child {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:last\:to-orange-100:last-child {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:last\:to-orange-200:last-child {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:last\:to-orange-300:last-child {
    --tw-gradient-to: #fdba74;
  }

  .xl\:last\:to-orange-400:last-child {
    --tw-gradient-to: #fb923c;
  }

  .xl\:last\:to-orange-500:last-child {
    --tw-gradient-to: #f97316;
  }

  .xl\:last\:to-orange-600:last-child {
    --tw-gradient-to: #ea580c;
  }

  .xl\:last\:to-orange-700:last-child {
    --tw-gradient-to: #c2410c;
  }

  .xl\:last\:to-orange-800:last-child {
    --tw-gradient-to: #9a3412;
  }

  .xl\:last\:to-orange-900:last-child {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:last\:to-red-50:last-child {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:last\:to-red-100:last-child {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:last\:to-red-200:last-child {
    --tw-gradient-to: #fecaca;
  }

  .xl\:last\:to-red-300:last-child {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:last\:to-red-400:last-child {
    --tw-gradient-to: #f87171;
  }

  .xl\:last\:to-red-500:last-child {
    --tw-gradient-to: #ef4444;
  }

  .xl\:last\:to-red-600:last-child {
    --tw-gradient-to: #dc2626;
  }

  .xl\:last\:to-red-700:last-child {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:last\:to-red-800:last-child {
    --tw-gradient-to: #991b1b;
  }

  .xl\:last\:to-red-900:last-child {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:last\:to-warmGray-50:last-child {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:last\:to-warmGray-100:last-child {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:last\:to-warmGray-200:last-child {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:last\:to-warmGray-300:last-child {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:last\:to-warmGray-400:last-child {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:last\:to-warmGray-500:last-child {
    --tw-gradient-to: #78716c;
  }

  .xl\:last\:to-warmGray-600:last-child {
    --tw-gradient-to: #57534e;
  }

  .xl\:last\:to-warmGray-700:last-child {
    --tw-gradient-to: #44403c;
  }

  .xl\:last\:to-warmGray-800:last-child {
    --tw-gradient-to: #292524;
  }

  .xl\:last\:to-warmGray-900:last-child {
    --tw-gradient-to: #1c1917;
  }

  .xl\:last\:to-trueGray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .xl\:last\:to-trueGray-100:last-child {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:last\:to-trueGray-200:last-child {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:last\:to-trueGray-300:last-child {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:last\:to-trueGray-400:last-child {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:last\:to-trueGray-500:last-child {
    --tw-gradient-to: #737373;
  }

  .xl\:last\:to-trueGray-600:last-child {
    --tw-gradient-to: #525252;
  }

  .xl\:last\:to-trueGray-700:last-child {
    --tw-gradient-to: #404040;
  }

  .xl\:last\:to-trueGray-800:last-child {
    --tw-gradient-to: #262626;
  }

  .xl\:last\:to-trueGray-900:last-child {
    --tw-gradient-to: #171717;
  }

  .xl\:last\:to-gray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .xl\:last\:to-gray-100:last-child {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:last\:to-gray-200:last-child {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:last\:to-gray-300:last-child {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:last\:to-gray-400:last-child {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:last\:to-gray-500:last-child {
    --tw-gradient-to: #71717a;
  }

  .xl\:last\:to-gray-600:last-child {
    --tw-gradient-to: #52525b;
  }

  .xl\:last\:to-gray-700:last-child {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:last\:to-gray-800:last-child {
    --tw-gradient-to: #27272a;
  }

  .xl\:last\:to-gray-900:last-child {
    --tw-gradient-to: #18181b;
  }

  .xl\:last\:to-coolGray-50:last-child {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:last\:to-coolGray-100:last-child {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:last\:to-coolGray-200:last-child {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:last\:to-coolGray-300:last-child {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:last\:to-coolGray-400:last-child {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:last\:to-coolGray-500:last-child {
    --tw-gradient-to: #6b7280;
  }

  .xl\:last\:to-coolGray-600:last-child {
    --tw-gradient-to: #4b5563;
  }

  .xl\:last\:to-coolGray-700:last-child {
    --tw-gradient-to: #374151;
  }

  .xl\:last\:to-coolGray-800:last-child {
    --tw-gradient-to: #1f2937;
  }

  .xl\:last\:to-coolGray-900:last-child {
    --tw-gradient-to: #111827;
  }

  .xl\:last\:to-blueGray-50:last-child {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:last\:to-blueGray-100:last-child {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:last\:to-blueGray-200:last-child {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:last\:to-blueGray-300:last-child {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:last\:to-blueGray-400:last-child {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:last\:to-blueGray-500:last-child {
    --tw-gradient-to: #64748b;
  }

  .xl\:last\:to-blueGray-600:last-child {
    --tw-gradient-to: #475569;
  }

  .xl\:last\:to-blueGray-700:last-child {
    --tw-gradient-to: #334155;
  }

  .xl\:last\:to-blueGray-800:last-child {
    --tw-gradient-to: #1e293b;
  }

  .xl\:last\:to-blueGray-900:last-child {
    --tw-gradient-to: #0f172a;
  }

  .xl\:last\:to-current:last-child {
    --tw-gradient-to: current;
  }

  .xl\:last\:to-transparent:last-child {
    --tw-gradient-to: transparent;
  }

  .xl\:odd\:from-black:nth-child(odd) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:odd\:from-white:nth-child(odd) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:odd\:from-rose-50:nth-child(odd) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:odd\:from-rose-100:nth-child(odd) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:odd\:from-rose-200:nth-child(odd) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:odd\:from-rose-300:nth-child(odd) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:odd\:from-rose-400:nth-child(odd) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:odd\:from-rose-500:nth-child(odd) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:odd\:from-rose-600:nth-child(odd) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:odd\:from-rose-700:nth-child(odd) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:odd\:from-rose-800:nth-child(odd) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:odd\:from-rose-900:nth-child(odd) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:odd\:from-pink-50:nth-child(odd) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:odd\:from-pink-100:nth-child(odd) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:odd\:from-pink-200:nth-child(odd) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:odd\:from-pink-300:nth-child(odd) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:odd\:from-pink-400:nth-child(odd) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:odd\:from-pink-500:nth-child(odd) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:odd\:from-pink-600:nth-child(odd) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:odd\:from-pink-700:nth-child(odd) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:odd\:from-pink-800:nth-child(odd) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:odd\:from-pink-900:nth-child(odd) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:odd\:from-fuchsia-50:nth-child(odd) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:odd\:from-fuchsia-100:nth-child(odd) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:odd\:from-fuchsia-200:nth-child(odd) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:odd\:from-fuchsia-300:nth-child(odd) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:odd\:from-fuchsia-400:nth-child(odd) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:odd\:from-fuchsia-500:nth-child(odd) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:odd\:from-fuchsia-600:nth-child(odd) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:odd\:from-fuchsia-700:nth-child(odd) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:odd\:from-fuchsia-800:nth-child(odd) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:odd\:from-fuchsia-900:nth-child(odd) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:odd\:from-purple-50:nth-child(odd) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:odd\:from-purple-100:nth-child(odd) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:odd\:from-purple-200:nth-child(odd) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:odd\:from-purple-300:nth-child(odd) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:odd\:from-purple-400:nth-child(odd) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:odd\:from-purple-500:nth-child(odd) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:odd\:from-purple-600:nth-child(odd) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:odd\:from-purple-700:nth-child(odd) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:odd\:from-purple-800:nth-child(odd) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:odd\:from-purple-900:nth-child(odd) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:odd\:from-violet-50:nth-child(odd) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:odd\:from-violet-100:nth-child(odd) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:odd\:from-violet-200:nth-child(odd) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:odd\:from-violet-300:nth-child(odd) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:odd\:from-violet-400:nth-child(odd) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:odd\:from-violet-500:nth-child(odd) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:odd\:from-violet-600:nth-child(odd) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:odd\:from-violet-700:nth-child(odd) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:odd\:from-violet-800:nth-child(odd) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:odd\:from-violet-900:nth-child(odd) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:odd\:from-indigo-50:nth-child(odd) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:odd\:from-indigo-100:nth-child(odd) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:odd\:from-indigo-200:nth-child(odd) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:odd\:from-indigo-300:nth-child(odd) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:odd\:from-indigo-400:nth-child(odd) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:odd\:from-indigo-500:nth-child(odd) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:odd\:from-indigo-600:nth-child(odd) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:odd\:from-indigo-700:nth-child(odd) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:odd\:from-indigo-800:nth-child(odd) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:odd\:from-indigo-900:nth-child(odd) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:odd\:from-blue-50:nth-child(odd) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:odd\:from-blue-100:nth-child(odd) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:odd\:from-blue-200:nth-child(odd) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:odd\:from-blue-300:nth-child(odd) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:odd\:from-blue-400:nth-child(odd) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:odd\:from-blue-500:nth-child(odd) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:odd\:from-blue-600:nth-child(odd) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:odd\:from-blue-700:nth-child(odd) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:odd\:from-blue-800:nth-child(odd) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:odd\:from-blue-900:nth-child(odd) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:odd\:from-lightBlue-50:nth-child(odd) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:odd\:from-lightBlue-100:nth-child(odd) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:odd\:from-lightBlue-200:nth-child(odd) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:odd\:from-lightBlue-300:nth-child(odd) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:odd\:from-lightBlue-400:nth-child(odd) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:odd\:from-lightBlue-500:nth-child(odd) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:odd\:from-lightBlue-600:nth-child(odd) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:odd\:from-lightBlue-700:nth-child(odd) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:odd\:from-lightBlue-800:nth-child(odd) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:odd\:from-lightBlue-900:nth-child(odd) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:odd\:from-cyan-50:nth-child(odd) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:odd\:from-cyan-100:nth-child(odd) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:odd\:from-cyan-200:nth-child(odd) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:odd\:from-cyan-300:nth-child(odd) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:odd\:from-cyan-400:nth-child(odd) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:odd\:from-cyan-500:nth-child(odd) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:odd\:from-cyan-600:nth-child(odd) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:odd\:from-cyan-700:nth-child(odd) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:odd\:from-cyan-800:nth-child(odd) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:odd\:from-cyan-900:nth-child(odd) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:odd\:from-teal-50:nth-child(odd) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:odd\:from-teal-100:nth-child(odd) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:odd\:from-teal-200:nth-child(odd) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:odd\:from-teal-300:nth-child(odd) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:odd\:from-teal-400:nth-child(odd) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:odd\:from-teal-500:nth-child(odd) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:odd\:from-teal-600:nth-child(odd) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:odd\:from-teal-700:nth-child(odd) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:odd\:from-teal-800:nth-child(odd) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:odd\:from-teal-900:nth-child(odd) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:odd\:from-emerald-50:nth-child(odd) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:odd\:from-emerald-100:nth-child(odd) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:odd\:from-emerald-200:nth-child(odd) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:odd\:from-emerald-300:nth-child(odd) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:odd\:from-emerald-400:nth-child(odd) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:odd\:from-emerald-500:nth-child(odd) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:odd\:from-emerald-600:nth-child(odd) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:odd\:from-emerald-700:nth-child(odd) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:odd\:from-emerald-800:nth-child(odd) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:odd\:from-emerald-900:nth-child(odd) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:odd\:from-green-50:nth-child(odd) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:odd\:from-green-100:nth-child(odd) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:odd\:from-green-200:nth-child(odd) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:odd\:from-green-300:nth-child(odd) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:odd\:from-green-400:nth-child(odd) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:odd\:from-green-500:nth-child(odd) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:odd\:from-green-600:nth-child(odd) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:odd\:from-green-700:nth-child(odd) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:odd\:from-green-800:nth-child(odd) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:odd\:from-green-900:nth-child(odd) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:odd\:from-lime-50:nth-child(odd) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:odd\:from-lime-100:nth-child(odd) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:odd\:from-lime-200:nth-child(odd) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:odd\:from-lime-300:nth-child(odd) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:odd\:from-lime-400:nth-child(odd) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:odd\:from-lime-500:nth-child(odd) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:odd\:from-lime-600:nth-child(odd) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:odd\:from-lime-700:nth-child(odd) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:odd\:from-lime-800:nth-child(odd) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:odd\:from-lime-900:nth-child(odd) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:odd\:from-yellow-50:nth-child(odd) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:odd\:from-yellow-100:nth-child(odd) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:odd\:from-yellow-200:nth-child(odd) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:odd\:from-yellow-300:nth-child(odd) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:odd\:from-yellow-400:nth-child(odd) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:odd\:from-yellow-500:nth-child(odd) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:odd\:from-yellow-600:nth-child(odd) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:odd\:from-yellow-700:nth-child(odd) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:odd\:from-yellow-800:nth-child(odd) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:odd\:from-yellow-900:nth-child(odd) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:odd\:from-amber-50:nth-child(odd) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:odd\:from-amber-100:nth-child(odd) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:odd\:from-amber-200:nth-child(odd) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:odd\:from-amber-300:nth-child(odd) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:odd\:from-amber-400:nth-child(odd) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:odd\:from-amber-500:nth-child(odd) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:odd\:from-amber-600:nth-child(odd) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:odd\:from-amber-700:nth-child(odd) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:odd\:from-amber-800:nth-child(odd) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:odd\:from-amber-900:nth-child(odd) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:odd\:from-orange-50:nth-child(odd) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:odd\:from-orange-100:nth-child(odd) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:odd\:from-orange-200:nth-child(odd) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:odd\:from-orange-300:nth-child(odd) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:odd\:from-orange-400:nth-child(odd) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:odd\:from-orange-500:nth-child(odd) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:odd\:from-orange-600:nth-child(odd) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:odd\:from-orange-700:nth-child(odd) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:odd\:from-orange-800:nth-child(odd) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:odd\:from-orange-900:nth-child(odd) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:odd\:from-red-50:nth-child(odd) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:odd\:from-red-100:nth-child(odd) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:odd\:from-red-200:nth-child(odd) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:odd\:from-red-300:nth-child(odd) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:odd\:from-red-400:nth-child(odd) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:odd\:from-red-500:nth-child(odd) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:odd\:from-red-600:nth-child(odd) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:odd\:from-red-700:nth-child(odd) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:odd\:from-red-800:nth-child(odd) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:odd\:from-red-900:nth-child(odd) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:odd\:from-warmGray-50:nth-child(odd) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:odd\:from-warmGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:odd\:from-warmGray-200:nth-child(odd) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:odd\:from-warmGray-300:nth-child(odd) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:odd\:from-warmGray-400:nth-child(odd) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:odd\:from-warmGray-500:nth-child(odd) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:odd\:from-warmGray-600:nth-child(odd) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:odd\:from-warmGray-700:nth-child(odd) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:odd\:from-warmGray-800:nth-child(odd) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:odd\:from-warmGray-900:nth-child(odd) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:odd\:from-trueGray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:odd\:from-trueGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:odd\:from-trueGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:odd\:from-trueGray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:odd\:from-trueGray-400:nth-child(odd) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:odd\:from-trueGray-500:nth-child(odd) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:odd\:from-trueGray-600:nth-child(odd) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:odd\:from-trueGray-700:nth-child(odd) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:odd\:from-trueGray-800:nth-child(odd) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:odd\:from-trueGray-900:nth-child(odd) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:odd\:from-gray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:odd\:from-gray-100:nth-child(odd) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:odd\:from-gray-200:nth-child(odd) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:odd\:from-gray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:odd\:from-gray-400:nth-child(odd) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:odd\:from-gray-500:nth-child(odd) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:odd\:from-gray-600:nth-child(odd) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:odd\:from-gray-700:nth-child(odd) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:odd\:from-gray-800:nth-child(odd) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:odd\:from-gray-900:nth-child(odd) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:odd\:from-coolGray-50:nth-child(odd) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:odd\:from-coolGray-100:nth-child(odd) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:odd\:from-coolGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:odd\:from-coolGray-300:nth-child(odd) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:odd\:from-coolGray-400:nth-child(odd) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:odd\:from-coolGray-500:nth-child(odd) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:odd\:from-coolGray-600:nth-child(odd) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:odd\:from-coolGray-700:nth-child(odd) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:odd\:from-coolGray-800:nth-child(odd) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:odd\:from-coolGray-900:nth-child(odd) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:odd\:from-blueGray-50:nth-child(odd) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:odd\:from-blueGray-100:nth-child(odd) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:odd\:from-blueGray-200:nth-child(odd) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:odd\:from-blueGray-300:nth-child(odd) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:odd\:from-blueGray-400:nth-child(odd) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:odd\:from-blueGray-500:nth-child(odd) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:odd\:from-blueGray-600:nth-child(odd) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:odd\:from-blueGray-700:nth-child(odd) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:odd\:from-blueGray-800:nth-child(odd) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:odd\:from-blueGray-900:nth-child(odd) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:odd\:from-current:nth-child(odd) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:odd\:from-transparent:nth-child(odd) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:odd\:via-black:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:odd\:via-white:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:odd\:via-rose-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:odd\:via-rose-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:odd\:via-rose-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:odd\:via-rose-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:odd\:via-rose-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:odd\:via-rose-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:odd\:via-rose-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:odd\:via-rose-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:odd\:via-rose-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:odd\:via-rose-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:odd\:via-pink-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:odd\:via-pink-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:odd\:via-pink-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:odd\:via-pink-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:odd\:via-pink-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:odd\:via-pink-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:odd\:via-pink-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:odd\:via-pink-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:odd\:via-pink-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:odd\:via-pink-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:odd\:via-fuchsia-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:odd\:via-fuchsia-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:odd\:via-fuchsia-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:odd\:via-fuchsia-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:odd\:via-fuchsia-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:odd\:via-fuchsia-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:odd\:via-fuchsia-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:odd\:via-fuchsia-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:odd\:via-fuchsia-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:odd\:via-fuchsia-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:odd\:via-purple-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:odd\:via-purple-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:odd\:via-purple-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:odd\:via-purple-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:odd\:via-purple-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:odd\:via-purple-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:odd\:via-purple-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:odd\:via-purple-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:odd\:via-purple-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:odd\:via-purple-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:odd\:via-violet-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:odd\:via-violet-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:odd\:via-violet-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:odd\:via-violet-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:odd\:via-violet-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:odd\:via-violet-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:odd\:via-violet-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:odd\:via-violet-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:odd\:via-violet-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:odd\:via-violet-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:odd\:via-indigo-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:odd\:via-indigo-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:odd\:via-indigo-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:odd\:via-indigo-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:odd\:via-indigo-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:odd\:via-indigo-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:odd\:via-indigo-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:odd\:via-indigo-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:odd\:via-indigo-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:odd\:via-indigo-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:odd\:via-blue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:odd\:via-blue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:odd\:via-blue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:odd\:via-blue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:odd\:via-blue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:odd\:via-blue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:odd\:via-blue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:odd\:via-blue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:odd\:via-blue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:odd\:via-blue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:odd\:via-lightBlue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:odd\:via-lightBlue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:odd\:via-lightBlue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:odd\:via-lightBlue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:odd\:via-lightBlue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:odd\:via-lightBlue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:odd\:via-lightBlue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:odd\:via-lightBlue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:odd\:via-lightBlue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:odd\:via-lightBlue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:odd\:via-cyan-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:odd\:via-cyan-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:odd\:via-cyan-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:odd\:via-cyan-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:odd\:via-cyan-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:odd\:via-cyan-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:odd\:via-cyan-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:odd\:via-cyan-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:odd\:via-cyan-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:odd\:via-cyan-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:odd\:via-teal-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:odd\:via-teal-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:odd\:via-teal-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:odd\:via-teal-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:odd\:via-teal-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:odd\:via-teal-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:odd\:via-teal-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:odd\:via-teal-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:odd\:via-teal-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:odd\:via-teal-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:odd\:via-emerald-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:odd\:via-emerald-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:odd\:via-emerald-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:odd\:via-emerald-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:odd\:via-emerald-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:odd\:via-emerald-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:odd\:via-emerald-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:odd\:via-emerald-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:odd\:via-emerald-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:odd\:via-emerald-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:odd\:via-green-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:odd\:via-green-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:odd\:via-green-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:odd\:via-green-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:odd\:via-green-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:odd\:via-green-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:odd\:via-green-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:odd\:via-green-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:odd\:via-green-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:odd\:via-green-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:odd\:via-lime-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:odd\:via-lime-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:odd\:via-lime-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:odd\:via-lime-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:odd\:via-lime-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:odd\:via-lime-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:odd\:via-lime-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:odd\:via-lime-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:odd\:via-lime-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:odd\:via-lime-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:odd\:via-yellow-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:odd\:via-yellow-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:odd\:via-yellow-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:odd\:via-yellow-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:odd\:via-yellow-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:odd\:via-yellow-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:odd\:via-yellow-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:odd\:via-yellow-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:odd\:via-yellow-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:odd\:via-yellow-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:odd\:via-amber-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:odd\:via-amber-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:odd\:via-amber-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:odd\:via-amber-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:odd\:via-amber-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:odd\:via-amber-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:odd\:via-amber-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:odd\:via-amber-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:odd\:via-amber-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:odd\:via-amber-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:odd\:via-orange-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:odd\:via-orange-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:odd\:via-orange-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:odd\:via-orange-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:odd\:via-orange-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:odd\:via-orange-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:odd\:via-orange-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:odd\:via-orange-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:odd\:via-orange-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:odd\:via-orange-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:odd\:via-red-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:odd\:via-red-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:odd\:via-red-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:odd\:via-red-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:odd\:via-red-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:odd\:via-red-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:odd\:via-red-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:odd\:via-red-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:odd\:via-red-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:odd\:via-red-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:odd\:via-warmGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:odd\:via-warmGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:odd\:via-warmGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:odd\:via-warmGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:odd\:via-warmGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:odd\:via-warmGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:odd\:via-warmGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:odd\:via-warmGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:odd\:via-warmGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:odd\:via-warmGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:odd\:via-trueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:odd\:via-trueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:odd\:via-trueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:odd\:via-trueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:odd\:via-trueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:odd\:via-trueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:odd\:via-trueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:odd\:via-trueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:odd\:via-trueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:odd\:via-trueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:odd\:via-gray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:odd\:via-gray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:odd\:via-gray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:odd\:via-gray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:odd\:via-gray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:odd\:via-gray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:odd\:via-gray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:odd\:via-gray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:odd\:via-gray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:odd\:via-gray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:odd\:via-coolGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:odd\:via-coolGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:odd\:via-coolGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:odd\:via-coolGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:odd\:via-coolGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:odd\:via-coolGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:odd\:via-coolGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:odd\:via-coolGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:odd\:via-coolGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:odd\:via-coolGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:odd\:via-blueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:odd\:via-blueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:odd\:via-blueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:odd\:via-blueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:odd\:via-blueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:odd\:via-blueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:odd\:via-blueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:odd\:via-blueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:odd\:via-blueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:odd\:via-blueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:odd\:via-current:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:odd\:via-transparent:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:odd\:to-black:nth-child(odd) {
    --tw-gradient-to: #000;
  }

  .xl\:odd\:to-white:nth-child(odd) {
    --tw-gradient-to: #fff;
  }

  .xl\:odd\:to-rose-50:nth-child(odd) {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:odd\:to-rose-100:nth-child(odd) {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:odd\:to-rose-200:nth-child(odd) {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:odd\:to-rose-300:nth-child(odd) {
    --tw-gradient-to: #fda4af;
  }

  .xl\:odd\:to-rose-400:nth-child(odd) {
    --tw-gradient-to: #fb7185;
  }

  .xl\:odd\:to-rose-500:nth-child(odd) {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:odd\:to-rose-600:nth-child(odd) {
    --tw-gradient-to: #e11d48;
  }

  .xl\:odd\:to-rose-700:nth-child(odd) {
    --tw-gradient-to: #be123c;
  }

  .xl\:odd\:to-rose-800:nth-child(odd) {
    --tw-gradient-to: #9f1239;
  }

  .xl\:odd\:to-rose-900:nth-child(odd) {
    --tw-gradient-to: #881337;
  }

  .xl\:odd\:to-pink-50:nth-child(odd) {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:odd\:to-pink-100:nth-child(odd) {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:odd\:to-pink-200:nth-child(odd) {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:odd\:to-pink-300:nth-child(odd) {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:odd\:to-pink-400:nth-child(odd) {
    --tw-gradient-to: #f472b6;
  }

  .xl\:odd\:to-pink-500:nth-child(odd) {
    --tw-gradient-to: #ec4899;
  }

  .xl\:odd\:to-pink-600:nth-child(odd) {
    --tw-gradient-to: #db2777;
  }

  .xl\:odd\:to-pink-700:nth-child(odd) {
    --tw-gradient-to: #be185d;
  }

  .xl\:odd\:to-pink-800:nth-child(odd) {
    --tw-gradient-to: #9d174d;
  }

  .xl\:odd\:to-pink-900:nth-child(odd) {
    --tw-gradient-to: #831843;
  }

  .xl\:odd\:to-fuchsia-50:nth-child(odd) {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:odd\:to-fuchsia-100:nth-child(odd) {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:odd\:to-fuchsia-200:nth-child(odd) {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:odd\:to-fuchsia-300:nth-child(odd) {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:odd\:to-fuchsia-400:nth-child(odd) {
    --tw-gradient-to: #e879f9;
  }

  .xl\:odd\:to-fuchsia-500:nth-child(odd) {
    --tw-gradient-to: #d946ef;
  }

  .xl\:odd\:to-fuchsia-600:nth-child(odd) {
    --tw-gradient-to: #c026d3;
  }

  .xl\:odd\:to-fuchsia-700:nth-child(odd) {
    --tw-gradient-to: #a21caf;
  }

  .xl\:odd\:to-fuchsia-800:nth-child(odd) {
    --tw-gradient-to: #86198f;
  }

  .xl\:odd\:to-fuchsia-900:nth-child(odd) {
    --tw-gradient-to: #701a75;
  }

  .xl\:odd\:to-purple-50:nth-child(odd) {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:odd\:to-purple-100:nth-child(odd) {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:odd\:to-purple-200:nth-child(odd) {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:odd\:to-purple-300:nth-child(odd) {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:odd\:to-purple-400:nth-child(odd) {
    --tw-gradient-to: #c084fc;
  }

  .xl\:odd\:to-purple-500:nth-child(odd) {
    --tw-gradient-to: #a855f7;
  }

  .xl\:odd\:to-purple-600:nth-child(odd) {
    --tw-gradient-to: #9333ea;
  }

  .xl\:odd\:to-purple-700:nth-child(odd) {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:odd\:to-purple-800:nth-child(odd) {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:odd\:to-purple-900:nth-child(odd) {
    --tw-gradient-to: #581c87;
  }

  .xl\:odd\:to-violet-50:nth-child(odd) {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:odd\:to-violet-100:nth-child(odd) {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:odd\:to-violet-200:nth-child(odd) {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:odd\:to-violet-300:nth-child(odd) {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:odd\:to-violet-400:nth-child(odd) {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:odd\:to-violet-500:nth-child(odd) {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:odd\:to-violet-600:nth-child(odd) {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:odd\:to-violet-700:nth-child(odd) {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:odd\:to-violet-800:nth-child(odd) {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:odd\:to-violet-900:nth-child(odd) {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:odd\:to-indigo-50:nth-child(odd) {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:odd\:to-indigo-100:nth-child(odd) {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:odd\:to-indigo-200:nth-child(odd) {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:odd\:to-indigo-300:nth-child(odd) {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:odd\:to-indigo-400:nth-child(odd) {
    --tw-gradient-to: #818cf8;
  }

  .xl\:odd\:to-indigo-500:nth-child(odd) {
    --tw-gradient-to: #6366f1;
  }

  .xl\:odd\:to-indigo-600:nth-child(odd) {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:odd\:to-indigo-700:nth-child(odd) {
    --tw-gradient-to: #4338ca;
  }

  .xl\:odd\:to-indigo-800:nth-child(odd) {
    --tw-gradient-to: #3730a3;
  }

  .xl\:odd\:to-indigo-900:nth-child(odd) {
    --tw-gradient-to: #312e81;
  }

  .xl\:odd\:to-blue-50:nth-child(odd) {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:odd\:to-blue-100:nth-child(odd) {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:odd\:to-blue-200:nth-child(odd) {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:odd\:to-blue-300:nth-child(odd) {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:odd\:to-blue-400:nth-child(odd) {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:odd\:to-blue-500:nth-child(odd) {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:odd\:to-blue-600:nth-child(odd) {
    --tw-gradient-to: #2563eb;
  }

  .xl\:odd\:to-blue-700:nth-child(odd) {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:odd\:to-blue-800:nth-child(odd) {
    --tw-gradient-to: #1e40af;
  }

  .xl\:odd\:to-blue-900:nth-child(odd) {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:odd\:to-lightBlue-50:nth-child(odd) {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:odd\:to-lightBlue-100:nth-child(odd) {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:odd\:to-lightBlue-200:nth-child(odd) {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:odd\:to-lightBlue-300:nth-child(odd) {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:odd\:to-lightBlue-400:nth-child(odd) {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:odd\:to-lightBlue-500:nth-child(odd) {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:odd\:to-lightBlue-600:nth-child(odd) {
    --tw-gradient-to: #0284c7;
  }

  .xl\:odd\:to-lightBlue-700:nth-child(odd) {
    --tw-gradient-to: #0369a1;
  }

  .xl\:odd\:to-lightBlue-800:nth-child(odd) {
    --tw-gradient-to: #075985;
  }

  .xl\:odd\:to-lightBlue-900:nth-child(odd) {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:odd\:to-cyan-50:nth-child(odd) {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:odd\:to-cyan-100:nth-child(odd) {
    --tw-gradient-to: #cffafe;
  }

  .xl\:odd\:to-cyan-200:nth-child(odd) {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:odd\:to-cyan-300:nth-child(odd) {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:odd\:to-cyan-400:nth-child(odd) {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:odd\:to-cyan-500:nth-child(odd) {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:odd\:to-cyan-600:nth-child(odd) {
    --tw-gradient-to: #0891b2;
  }

  .xl\:odd\:to-cyan-700:nth-child(odd) {
    --tw-gradient-to: #0e7490;
  }

  .xl\:odd\:to-cyan-800:nth-child(odd) {
    --tw-gradient-to: #155e75;
  }

  .xl\:odd\:to-cyan-900:nth-child(odd) {
    --tw-gradient-to: #164e63;
  }

  .xl\:odd\:to-teal-50:nth-child(odd) {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:odd\:to-teal-100:nth-child(odd) {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:odd\:to-teal-200:nth-child(odd) {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:odd\:to-teal-300:nth-child(odd) {
    --tw-gradient-to: #5eead4;
  }

  .xl\:odd\:to-teal-400:nth-child(odd) {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:odd\:to-teal-500:nth-child(odd) {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:odd\:to-teal-600:nth-child(odd) {
    --tw-gradient-to: #0d9488;
  }

  .xl\:odd\:to-teal-700:nth-child(odd) {
    --tw-gradient-to: #0f766e;
  }

  .xl\:odd\:to-teal-800:nth-child(odd) {
    --tw-gradient-to: #115e59;
  }

  .xl\:odd\:to-teal-900:nth-child(odd) {
    --tw-gradient-to: #134e4a;
  }

  .xl\:odd\:to-emerald-50:nth-child(odd) {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:odd\:to-emerald-100:nth-child(odd) {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:odd\:to-emerald-200:nth-child(odd) {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:odd\:to-emerald-300:nth-child(odd) {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:odd\:to-emerald-400:nth-child(odd) {
    --tw-gradient-to: #34d399;
  }

  .xl\:odd\:to-emerald-500:nth-child(odd) {
    --tw-gradient-to: #10b981;
  }

  .xl\:odd\:to-emerald-600:nth-child(odd) {
    --tw-gradient-to: #059669;
  }

  .xl\:odd\:to-emerald-700:nth-child(odd) {
    --tw-gradient-to: #047857;
  }

  .xl\:odd\:to-emerald-800:nth-child(odd) {
    --tw-gradient-to: #065f46;
  }

  .xl\:odd\:to-emerald-900:nth-child(odd) {
    --tw-gradient-to: #064e3b;
  }

  .xl\:odd\:to-green-50:nth-child(odd) {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:odd\:to-green-100:nth-child(odd) {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:odd\:to-green-200:nth-child(odd) {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:odd\:to-green-300:nth-child(odd) {
    --tw-gradient-to: #86efac;
  }

  .xl\:odd\:to-green-400:nth-child(odd) {
    --tw-gradient-to: #4ade80;
  }

  .xl\:odd\:to-green-500:nth-child(odd) {
    --tw-gradient-to: #22c55e;
  }

  .xl\:odd\:to-green-600:nth-child(odd) {
    --tw-gradient-to: #16a34a;
  }

  .xl\:odd\:to-green-700:nth-child(odd) {
    --tw-gradient-to: #15803d;
  }

  .xl\:odd\:to-green-800:nth-child(odd) {
    --tw-gradient-to: #166534;
  }

  .xl\:odd\:to-green-900:nth-child(odd) {
    --tw-gradient-to: #14532d;
  }

  .xl\:odd\:to-lime-50:nth-child(odd) {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:odd\:to-lime-100:nth-child(odd) {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:odd\:to-lime-200:nth-child(odd) {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:odd\:to-lime-300:nth-child(odd) {
    --tw-gradient-to: #bef264;
  }

  .xl\:odd\:to-lime-400:nth-child(odd) {
    --tw-gradient-to: #a3e635;
  }

  .xl\:odd\:to-lime-500:nth-child(odd) {
    --tw-gradient-to: #84cc16;
  }

  .xl\:odd\:to-lime-600:nth-child(odd) {
    --tw-gradient-to: #65a30d;
  }

  .xl\:odd\:to-lime-700:nth-child(odd) {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:odd\:to-lime-800:nth-child(odd) {
    --tw-gradient-to: #3f6212;
  }

  .xl\:odd\:to-lime-900:nth-child(odd) {
    --tw-gradient-to: #365314;
  }

  .xl\:odd\:to-yellow-50:nth-child(odd) {
    --tw-gradient-to: #fefce8;
  }

  .xl\:odd\:to-yellow-100:nth-child(odd) {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:odd\:to-yellow-200:nth-child(odd) {
    --tw-gradient-to: #fef08a;
  }

  .xl\:odd\:to-yellow-300:nth-child(odd) {
    --tw-gradient-to: #fde047;
  }

  .xl\:odd\:to-yellow-400:nth-child(odd) {
    --tw-gradient-to: #facc15;
  }

  .xl\:odd\:to-yellow-500:nth-child(odd) {
    --tw-gradient-to: #eab308;
  }

  .xl\:odd\:to-yellow-600:nth-child(odd) {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:odd\:to-yellow-700:nth-child(odd) {
    --tw-gradient-to: #a16207;
  }

  .xl\:odd\:to-yellow-800:nth-child(odd) {
    --tw-gradient-to: #854d0e;
  }

  .xl\:odd\:to-yellow-900:nth-child(odd) {
    --tw-gradient-to: #713f12;
  }

  .xl\:odd\:to-amber-50:nth-child(odd) {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:odd\:to-amber-100:nth-child(odd) {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:odd\:to-amber-200:nth-child(odd) {
    --tw-gradient-to: #fde68a;
  }

  .xl\:odd\:to-amber-300:nth-child(odd) {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:odd\:to-amber-400:nth-child(odd) {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:odd\:to-amber-500:nth-child(odd) {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:odd\:to-amber-600:nth-child(odd) {
    --tw-gradient-to: #d97706;
  }

  .xl\:odd\:to-amber-700:nth-child(odd) {
    --tw-gradient-to: #b45309;
  }

  .xl\:odd\:to-amber-800:nth-child(odd) {
    --tw-gradient-to: #92400e;
  }

  .xl\:odd\:to-amber-900:nth-child(odd) {
    --tw-gradient-to: #78350f;
  }

  .xl\:odd\:to-orange-50:nth-child(odd) {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:odd\:to-orange-100:nth-child(odd) {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:odd\:to-orange-200:nth-child(odd) {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:odd\:to-orange-300:nth-child(odd) {
    --tw-gradient-to: #fdba74;
  }

  .xl\:odd\:to-orange-400:nth-child(odd) {
    --tw-gradient-to: #fb923c;
  }

  .xl\:odd\:to-orange-500:nth-child(odd) {
    --tw-gradient-to: #f97316;
  }

  .xl\:odd\:to-orange-600:nth-child(odd) {
    --tw-gradient-to: #ea580c;
  }

  .xl\:odd\:to-orange-700:nth-child(odd) {
    --tw-gradient-to: #c2410c;
  }

  .xl\:odd\:to-orange-800:nth-child(odd) {
    --tw-gradient-to: #9a3412;
  }

  .xl\:odd\:to-orange-900:nth-child(odd) {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:odd\:to-red-50:nth-child(odd) {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:odd\:to-red-100:nth-child(odd) {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:odd\:to-red-200:nth-child(odd) {
    --tw-gradient-to: #fecaca;
  }

  .xl\:odd\:to-red-300:nth-child(odd) {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:odd\:to-red-400:nth-child(odd) {
    --tw-gradient-to: #f87171;
  }

  .xl\:odd\:to-red-500:nth-child(odd) {
    --tw-gradient-to: #ef4444;
  }

  .xl\:odd\:to-red-600:nth-child(odd) {
    --tw-gradient-to: #dc2626;
  }

  .xl\:odd\:to-red-700:nth-child(odd) {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:odd\:to-red-800:nth-child(odd) {
    --tw-gradient-to: #991b1b;
  }

  .xl\:odd\:to-red-900:nth-child(odd) {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:odd\:to-warmGray-50:nth-child(odd) {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:odd\:to-warmGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:odd\:to-warmGray-200:nth-child(odd) {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:odd\:to-warmGray-300:nth-child(odd) {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:odd\:to-warmGray-400:nth-child(odd) {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:odd\:to-warmGray-500:nth-child(odd) {
    --tw-gradient-to: #78716c;
  }

  .xl\:odd\:to-warmGray-600:nth-child(odd) {
    --tw-gradient-to: #57534e;
  }

  .xl\:odd\:to-warmGray-700:nth-child(odd) {
    --tw-gradient-to: #44403c;
  }

  .xl\:odd\:to-warmGray-800:nth-child(odd) {
    --tw-gradient-to: #292524;
  }

  .xl\:odd\:to-warmGray-900:nth-child(odd) {
    --tw-gradient-to: #1c1917;
  }

  .xl\:odd\:to-trueGray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .xl\:odd\:to-trueGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:odd\:to-trueGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:odd\:to-trueGray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:odd\:to-trueGray-400:nth-child(odd) {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:odd\:to-trueGray-500:nth-child(odd) {
    --tw-gradient-to: #737373;
  }

  .xl\:odd\:to-trueGray-600:nth-child(odd) {
    --tw-gradient-to: #525252;
  }

  .xl\:odd\:to-trueGray-700:nth-child(odd) {
    --tw-gradient-to: #404040;
  }

  .xl\:odd\:to-trueGray-800:nth-child(odd) {
    --tw-gradient-to: #262626;
  }

  .xl\:odd\:to-trueGray-900:nth-child(odd) {
    --tw-gradient-to: #171717;
  }

  .xl\:odd\:to-gray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .xl\:odd\:to-gray-100:nth-child(odd) {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:odd\:to-gray-200:nth-child(odd) {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:odd\:to-gray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:odd\:to-gray-400:nth-child(odd) {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:odd\:to-gray-500:nth-child(odd) {
    --tw-gradient-to: #71717a;
  }

  .xl\:odd\:to-gray-600:nth-child(odd) {
    --tw-gradient-to: #52525b;
  }

  .xl\:odd\:to-gray-700:nth-child(odd) {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:odd\:to-gray-800:nth-child(odd) {
    --tw-gradient-to: #27272a;
  }

  .xl\:odd\:to-gray-900:nth-child(odd) {
    --tw-gradient-to: #18181b;
  }

  .xl\:odd\:to-coolGray-50:nth-child(odd) {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:odd\:to-coolGray-100:nth-child(odd) {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:odd\:to-coolGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:odd\:to-coolGray-300:nth-child(odd) {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:odd\:to-coolGray-400:nth-child(odd) {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:odd\:to-coolGray-500:nth-child(odd) {
    --tw-gradient-to: #6b7280;
  }

  .xl\:odd\:to-coolGray-600:nth-child(odd) {
    --tw-gradient-to: #4b5563;
  }

  .xl\:odd\:to-coolGray-700:nth-child(odd) {
    --tw-gradient-to: #374151;
  }

  .xl\:odd\:to-coolGray-800:nth-child(odd) {
    --tw-gradient-to: #1f2937;
  }

  .xl\:odd\:to-coolGray-900:nth-child(odd) {
    --tw-gradient-to: #111827;
  }

  .xl\:odd\:to-blueGray-50:nth-child(odd) {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:odd\:to-blueGray-100:nth-child(odd) {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:odd\:to-blueGray-200:nth-child(odd) {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:odd\:to-blueGray-300:nth-child(odd) {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:odd\:to-blueGray-400:nth-child(odd) {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:odd\:to-blueGray-500:nth-child(odd) {
    --tw-gradient-to: #64748b;
  }

  .xl\:odd\:to-blueGray-600:nth-child(odd) {
    --tw-gradient-to: #475569;
  }

  .xl\:odd\:to-blueGray-700:nth-child(odd) {
    --tw-gradient-to: #334155;
  }

  .xl\:odd\:to-blueGray-800:nth-child(odd) {
    --tw-gradient-to: #1e293b;
  }

  .xl\:odd\:to-blueGray-900:nth-child(odd) {
    --tw-gradient-to: #0f172a;
  }

  .xl\:odd\:to-current:nth-child(odd) {
    --tw-gradient-to: current;
  }

  .xl\:odd\:to-transparent:nth-child(odd) {
    --tw-gradient-to: transparent;
  }

  .xl\:even\:from-black:nth-child(even) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:even\:from-white:nth-child(even) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:even\:from-rose-50:nth-child(even) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:even\:from-rose-100:nth-child(even) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:even\:from-rose-200:nth-child(even) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:even\:from-rose-300:nth-child(even) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:even\:from-rose-400:nth-child(even) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:even\:from-rose-500:nth-child(even) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:even\:from-rose-600:nth-child(even) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:even\:from-rose-700:nth-child(even) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:even\:from-rose-800:nth-child(even) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:even\:from-rose-900:nth-child(even) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:even\:from-pink-50:nth-child(even) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:even\:from-pink-100:nth-child(even) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:even\:from-pink-200:nth-child(even) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:even\:from-pink-300:nth-child(even) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:even\:from-pink-400:nth-child(even) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:even\:from-pink-500:nth-child(even) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:even\:from-pink-600:nth-child(even) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:even\:from-pink-700:nth-child(even) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:even\:from-pink-800:nth-child(even) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:even\:from-pink-900:nth-child(even) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:even\:from-fuchsia-50:nth-child(even) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:even\:from-fuchsia-100:nth-child(even) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:even\:from-fuchsia-200:nth-child(even) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:even\:from-fuchsia-300:nth-child(even) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:even\:from-fuchsia-400:nth-child(even) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:even\:from-fuchsia-500:nth-child(even) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:even\:from-fuchsia-600:nth-child(even) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:even\:from-fuchsia-700:nth-child(even) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:even\:from-fuchsia-800:nth-child(even) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:even\:from-fuchsia-900:nth-child(even) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:even\:from-purple-50:nth-child(even) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:even\:from-purple-100:nth-child(even) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:even\:from-purple-200:nth-child(even) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:even\:from-purple-300:nth-child(even) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:even\:from-purple-400:nth-child(even) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:even\:from-purple-500:nth-child(even) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:even\:from-purple-600:nth-child(even) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:even\:from-purple-700:nth-child(even) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:even\:from-purple-800:nth-child(even) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:even\:from-purple-900:nth-child(even) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:even\:from-violet-50:nth-child(even) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:even\:from-violet-100:nth-child(even) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:even\:from-violet-200:nth-child(even) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:even\:from-violet-300:nth-child(even) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:even\:from-violet-400:nth-child(even) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:even\:from-violet-500:nth-child(even) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:even\:from-violet-600:nth-child(even) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:even\:from-violet-700:nth-child(even) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:even\:from-violet-800:nth-child(even) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:even\:from-violet-900:nth-child(even) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:even\:from-indigo-50:nth-child(even) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:even\:from-indigo-100:nth-child(even) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:even\:from-indigo-200:nth-child(even) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:even\:from-indigo-300:nth-child(even) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:even\:from-indigo-400:nth-child(even) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:even\:from-indigo-500:nth-child(even) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:even\:from-indigo-600:nth-child(even) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:even\:from-indigo-700:nth-child(even) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:even\:from-indigo-800:nth-child(even) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:even\:from-indigo-900:nth-child(even) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:even\:from-blue-50:nth-child(even) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:even\:from-blue-100:nth-child(even) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:even\:from-blue-200:nth-child(even) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:even\:from-blue-300:nth-child(even) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:even\:from-blue-400:nth-child(even) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:even\:from-blue-500:nth-child(even) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:even\:from-blue-600:nth-child(even) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:even\:from-blue-700:nth-child(even) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:even\:from-blue-800:nth-child(even) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:even\:from-blue-900:nth-child(even) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:even\:from-lightBlue-50:nth-child(even) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:even\:from-lightBlue-100:nth-child(even) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:even\:from-lightBlue-200:nth-child(even) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:even\:from-lightBlue-300:nth-child(even) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:even\:from-lightBlue-400:nth-child(even) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:even\:from-lightBlue-500:nth-child(even) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:even\:from-lightBlue-600:nth-child(even) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:even\:from-lightBlue-700:nth-child(even) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:even\:from-lightBlue-800:nth-child(even) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:even\:from-lightBlue-900:nth-child(even) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:even\:from-cyan-50:nth-child(even) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:even\:from-cyan-100:nth-child(even) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:even\:from-cyan-200:nth-child(even) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:even\:from-cyan-300:nth-child(even) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:even\:from-cyan-400:nth-child(even) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:even\:from-cyan-500:nth-child(even) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:even\:from-cyan-600:nth-child(even) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:even\:from-cyan-700:nth-child(even) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:even\:from-cyan-800:nth-child(even) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:even\:from-cyan-900:nth-child(even) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:even\:from-teal-50:nth-child(even) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:even\:from-teal-100:nth-child(even) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:even\:from-teal-200:nth-child(even) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:even\:from-teal-300:nth-child(even) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:even\:from-teal-400:nth-child(even) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:even\:from-teal-500:nth-child(even) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:even\:from-teal-600:nth-child(even) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:even\:from-teal-700:nth-child(even) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:even\:from-teal-800:nth-child(even) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:even\:from-teal-900:nth-child(even) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:even\:from-emerald-50:nth-child(even) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:even\:from-emerald-100:nth-child(even) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:even\:from-emerald-200:nth-child(even) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:even\:from-emerald-300:nth-child(even) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:even\:from-emerald-400:nth-child(even) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:even\:from-emerald-500:nth-child(even) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:even\:from-emerald-600:nth-child(even) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:even\:from-emerald-700:nth-child(even) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:even\:from-emerald-800:nth-child(even) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:even\:from-emerald-900:nth-child(even) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:even\:from-green-50:nth-child(even) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:even\:from-green-100:nth-child(even) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:even\:from-green-200:nth-child(even) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:even\:from-green-300:nth-child(even) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:even\:from-green-400:nth-child(even) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:even\:from-green-500:nth-child(even) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:even\:from-green-600:nth-child(even) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:even\:from-green-700:nth-child(even) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:even\:from-green-800:nth-child(even) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:even\:from-green-900:nth-child(even) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:even\:from-lime-50:nth-child(even) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:even\:from-lime-100:nth-child(even) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:even\:from-lime-200:nth-child(even) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:even\:from-lime-300:nth-child(even) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:even\:from-lime-400:nth-child(even) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:even\:from-lime-500:nth-child(even) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:even\:from-lime-600:nth-child(even) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:even\:from-lime-700:nth-child(even) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:even\:from-lime-800:nth-child(even) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:even\:from-lime-900:nth-child(even) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:even\:from-yellow-50:nth-child(even) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:even\:from-yellow-100:nth-child(even) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:even\:from-yellow-200:nth-child(even) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:even\:from-yellow-300:nth-child(even) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:even\:from-yellow-400:nth-child(even) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:even\:from-yellow-500:nth-child(even) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:even\:from-yellow-600:nth-child(even) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:even\:from-yellow-700:nth-child(even) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:even\:from-yellow-800:nth-child(even) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:even\:from-yellow-900:nth-child(even) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:even\:from-amber-50:nth-child(even) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:even\:from-amber-100:nth-child(even) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:even\:from-amber-200:nth-child(even) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:even\:from-amber-300:nth-child(even) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:even\:from-amber-400:nth-child(even) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:even\:from-amber-500:nth-child(even) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:even\:from-amber-600:nth-child(even) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:even\:from-amber-700:nth-child(even) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:even\:from-amber-800:nth-child(even) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:even\:from-amber-900:nth-child(even) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:even\:from-orange-50:nth-child(even) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:even\:from-orange-100:nth-child(even) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:even\:from-orange-200:nth-child(even) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:even\:from-orange-300:nth-child(even) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:even\:from-orange-400:nth-child(even) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:even\:from-orange-500:nth-child(even) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:even\:from-orange-600:nth-child(even) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:even\:from-orange-700:nth-child(even) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:even\:from-orange-800:nth-child(even) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:even\:from-orange-900:nth-child(even) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:even\:from-red-50:nth-child(even) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:even\:from-red-100:nth-child(even) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:even\:from-red-200:nth-child(even) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:even\:from-red-300:nth-child(even) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:even\:from-red-400:nth-child(even) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:even\:from-red-500:nth-child(even) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:even\:from-red-600:nth-child(even) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:even\:from-red-700:nth-child(even) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:even\:from-red-800:nth-child(even) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:even\:from-red-900:nth-child(even) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:even\:from-warmGray-50:nth-child(even) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:even\:from-warmGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:even\:from-warmGray-200:nth-child(even) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:even\:from-warmGray-300:nth-child(even) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:even\:from-warmGray-400:nth-child(even) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:even\:from-warmGray-500:nth-child(even) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:even\:from-warmGray-600:nth-child(even) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:even\:from-warmGray-700:nth-child(even) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:even\:from-warmGray-800:nth-child(even) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:even\:from-warmGray-900:nth-child(even) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:even\:from-trueGray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:even\:from-trueGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:even\:from-trueGray-200:nth-child(even) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:even\:from-trueGray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:even\:from-trueGray-400:nth-child(even) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:even\:from-trueGray-500:nth-child(even) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:even\:from-trueGray-600:nth-child(even) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:even\:from-trueGray-700:nth-child(even) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:even\:from-trueGray-800:nth-child(even) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:even\:from-trueGray-900:nth-child(even) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:even\:from-gray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:even\:from-gray-100:nth-child(even) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:even\:from-gray-200:nth-child(even) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:even\:from-gray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:even\:from-gray-400:nth-child(even) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:even\:from-gray-500:nth-child(even) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:even\:from-gray-600:nth-child(even) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:even\:from-gray-700:nth-child(even) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:even\:from-gray-800:nth-child(even) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:even\:from-gray-900:nth-child(even) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:even\:from-coolGray-50:nth-child(even) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:even\:from-coolGray-100:nth-child(even) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:even\:from-coolGray-200:nth-child(even) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:even\:from-coolGray-300:nth-child(even) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:even\:from-coolGray-400:nth-child(even) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:even\:from-coolGray-500:nth-child(even) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:even\:from-coolGray-600:nth-child(even) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:even\:from-coolGray-700:nth-child(even) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:even\:from-coolGray-800:nth-child(even) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:even\:from-coolGray-900:nth-child(even) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:even\:from-blueGray-50:nth-child(even) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:even\:from-blueGray-100:nth-child(even) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:even\:from-blueGray-200:nth-child(even) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:even\:from-blueGray-300:nth-child(even) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:even\:from-blueGray-400:nth-child(even) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:even\:from-blueGray-500:nth-child(even) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:even\:from-blueGray-600:nth-child(even) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:even\:from-blueGray-700:nth-child(even) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:even\:from-blueGray-800:nth-child(even) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:even\:from-blueGray-900:nth-child(even) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:even\:from-current:nth-child(even) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:even\:from-transparent:nth-child(even) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:even\:via-black:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:even\:via-white:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:even\:via-rose-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:even\:via-rose-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:even\:via-rose-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:even\:via-rose-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:even\:via-rose-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:even\:via-rose-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:even\:via-rose-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:even\:via-rose-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:even\:via-rose-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:even\:via-rose-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:even\:via-pink-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:even\:via-pink-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:even\:via-pink-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:even\:via-pink-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:even\:via-pink-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:even\:via-pink-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:even\:via-pink-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:even\:via-pink-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:even\:via-pink-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:even\:via-pink-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:even\:via-fuchsia-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:even\:via-fuchsia-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:even\:via-fuchsia-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:even\:via-fuchsia-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:even\:via-fuchsia-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:even\:via-fuchsia-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:even\:via-fuchsia-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:even\:via-fuchsia-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:even\:via-fuchsia-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:even\:via-fuchsia-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:even\:via-purple-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:even\:via-purple-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:even\:via-purple-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:even\:via-purple-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:even\:via-purple-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:even\:via-purple-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:even\:via-purple-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:even\:via-purple-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:even\:via-purple-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:even\:via-purple-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:even\:via-violet-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:even\:via-violet-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:even\:via-violet-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:even\:via-violet-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:even\:via-violet-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:even\:via-violet-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:even\:via-violet-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:even\:via-violet-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:even\:via-violet-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:even\:via-violet-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:even\:via-indigo-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:even\:via-indigo-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:even\:via-indigo-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:even\:via-indigo-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:even\:via-indigo-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:even\:via-indigo-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:even\:via-indigo-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:even\:via-indigo-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:even\:via-indigo-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:even\:via-indigo-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:even\:via-blue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:even\:via-blue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:even\:via-blue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:even\:via-blue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:even\:via-blue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:even\:via-blue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:even\:via-blue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:even\:via-blue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:even\:via-blue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:even\:via-blue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:even\:via-lightBlue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:even\:via-lightBlue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:even\:via-lightBlue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:even\:via-lightBlue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:even\:via-lightBlue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:even\:via-lightBlue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:even\:via-lightBlue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:even\:via-lightBlue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:even\:via-lightBlue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:even\:via-lightBlue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:even\:via-cyan-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:even\:via-cyan-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:even\:via-cyan-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:even\:via-cyan-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:even\:via-cyan-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:even\:via-cyan-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:even\:via-cyan-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:even\:via-cyan-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:even\:via-cyan-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:even\:via-cyan-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:even\:via-teal-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:even\:via-teal-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:even\:via-teal-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:even\:via-teal-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:even\:via-teal-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:even\:via-teal-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:even\:via-teal-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:even\:via-teal-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:even\:via-teal-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:even\:via-teal-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:even\:via-emerald-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:even\:via-emerald-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:even\:via-emerald-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:even\:via-emerald-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:even\:via-emerald-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:even\:via-emerald-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:even\:via-emerald-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:even\:via-emerald-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:even\:via-emerald-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:even\:via-emerald-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:even\:via-green-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:even\:via-green-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:even\:via-green-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:even\:via-green-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:even\:via-green-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:even\:via-green-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:even\:via-green-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:even\:via-green-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:even\:via-green-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:even\:via-green-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:even\:via-lime-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:even\:via-lime-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:even\:via-lime-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:even\:via-lime-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:even\:via-lime-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:even\:via-lime-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:even\:via-lime-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:even\:via-lime-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:even\:via-lime-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:even\:via-lime-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:even\:via-yellow-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:even\:via-yellow-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:even\:via-yellow-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:even\:via-yellow-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:even\:via-yellow-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:even\:via-yellow-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:even\:via-yellow-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:even\:via-yellow-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:even\:via-yellow-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:even\:via-yellow-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:even\:via-amber-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:even\:via-amber-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:even\:via-amber-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:even\:via-amber-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:even\:via-amber-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:even\:via-amber-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:even\:via-amber-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:even\:via-amber-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:even\:via-amber-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:even\:via-amber-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:even\:via-orange-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:even\:via-orange-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:even\:via-orange-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:even\:via-orange-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:even\:via-orange-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:even\:via-orange-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:even\:via-orange-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:even\:via-orange-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:even\:via-orange-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:even\:via-orange-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:even\:via-red-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:even\:via-red-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:even\:via-red-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:even\:via-red-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:even\:via-red-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:even\:via-red-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:even\:via-red-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:even\:via-red-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:even\:via-red-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:even\:via-red-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:even\:via-warmGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:even\:via-warmGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:even\:via-warmGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:even\:via-warmGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:even\:via-warmGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:even\:via-warmGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:even\:via-warmGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:even\:via-warmGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:even\:via-warmGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:even\:via-warmGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:even\:via-trueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:even\:via-trueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:even\:via-trueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:even\:via-trueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:even\:via-trueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:even\:via-trueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:even\:via-trueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:even\:via-trueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:even\:via-trueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:even\:via-trueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:even\:via-gray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:even\:via-gray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:even\:via-gray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:even\:via-gray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:even\:via-gray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:even\:via-gray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:even\:via-gray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:even\:via-gray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:even\:via-gray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:even\:via-gray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:even\:via-coolGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:even\:via-coolGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:even\:via-coolGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:even\:via-coolGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:even\:via-coolGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:even\:via-coolGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:even\:via-coolGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:even\:via-coolGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:even\:via-coolGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:even\:via-coolGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:even\:via-blueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:even\:via-blueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:even\:via-blueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:even\:via-blueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:even\:via-blueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:even\:via-blueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:even\:via-blueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:even\:via-blueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:even\:via-blueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:even\:via-blueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:even\:via-current:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:even\:via-transparent:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:even\:to-black:nth-child(even) {
    --tw-gradient-to: #000;
  }

  .xl\:even\:to-white:nth-child(even) {
    --tw-gradient-to: #fff;
  }

  .xl\:even\:to-rose-50:nth-child(even) {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:even\:to-rose-100:nth-child(even) {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:even\:to-rose-200:nth-child(even) {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:even\:to-rose-300:nth-child(even) {
    --tw-gradient-to: #fda4af;
  }

  .xl\:even\:to-rose-400:nth-child(even) {
    --tw-gradient-to: #fb7185;
  }

  .xl\:even\:to-rose-500:nth-child(even) {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:even\:to-rose-600:nth-child(even) {
    --tw-gradient-to: #e11d48;
  }

  .xl\:even\:to-rose-700:nth-child(even) {
    --tw-gradient-to: #be123c;
  }

  .xl\:even\:to-rose-800:nth-child(even) {
    --tw-gradient-to: #9f1239;
  }

  .xl\:even\:to-rose-900:nth-child(even) {
    --tw-gradient-to: #881337;
  }

  .xl\:even\:to-pink-50:nth-child(even) {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:even\:to-pink-100:nth-child(even) {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:even\:to-pink-200:nth-child(even) {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:even\:to-pink-300:nth-child(even) {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:even\:to-pink-400:nth-child(even) {
    --tw-gradient-to: #f472b6;
  }

  .xl\:even\:to-pink-500:nth-child(even) {
    --tw-gradient-to: #ec4899;
  }

  .xl\:even\:to-pink-600:nth-child(even) {
    --tw-gradient-to: #db2777;
  }

  .xl\:even\:to-pink-700:nth-child(even) {
    --tw-gradient-to: #be185d;
  }

  .xl\:even\:to-pink-800:nth-child(even) {
    --tw-gradient-to: #9d174d;
  }

  .xl\:even\:to-pink-900:nth-child(even) {
    --tw-gradient-to: #831843;
  }

  .xl\:even\:to-fuchsia-50:nth-child(even) {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:even\:to-fuchsia-100:nth-child(even) {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:even\:to-fuchsia-200:nth-child(even) {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:even\:to-fuchsia-300:nth-child(even) {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:even\:to-fuchsia-400:nth-child(even) {
    --tw-gradient-to: #e879f9;
  }

  .xl\:even\:to-fuchsia-500:nth-child(even) {
    --tw-gradient-to: #d946ef;
  }

  .xl\:even\:to-fuchsia-600:nth-child(even) {
    --tw-gradient-to: #c026d3;
  }

  .xl\:even\:to-fuchsia-700:nth-child(even) {
    --tw-gradient-to: #a21caf;
  }

  .xl\:even\:to-fuchsia-800:nth-child(even) {
    --tw-gradient-to: #86198f;
  }

  .xl\:even\:to-fuchsia-900:nth-child(even) {
    --tw-gradient-to: #701a75;
  }

  .xl\:even\:to-purple-50:nth-child(even) {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:even\:to-purple-100:nth-child(even) {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:even\:to-purple-200:nth-child(even) {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:even\:to-purple-300:nth-child(even) {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:even\:to-purple-400:nth-child(even) {
    --tw-gradient-to: #c084fc;
  }

  .xl\:even\:to-purple-500:nth-child(even) {
    --tw-gradient-to: #a855f7;
  }

  .xl\:even\:to-purple-600:nth-child(even) {
    --tw-gradient-to: #9333ea;
  }

  .xl\:even\:to-purple-700:nth-child(even) {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:even\:to-purple-800:nth-child(even) {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:even\:to-purple-900:nth-child(even) {
    --tw-gradient-to: #581c87;
  }

  .xl\:even\:to-violet-50:nth-child(even) {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:even\:to-violet-100:nth-child(even) {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:even\:to-violet-200:nth-child(even) {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:even\:to-violet-300:nth-child(even) {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:even\:to-violet-400:nth-child(even) {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:even\:to-violet-500:nth-child(even) {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:even\:to-violet-600:nth-child(even) {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:even\:to-violet-700:nth-child(even) {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:even\:to-violet-800:nth-child(even) {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:even\:to-violet-900:nth-child(even) {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:even\:to-indigo-50:nth-child(even) {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:even\:to-indigo-100:nth-child(even) {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:even\:to-indigo-200:nth-child(even) {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:even\:to-indigo-300:nth-child(even) {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:even\:to-indigo-400:nth-child(even) {
    --tw-gradient-to: #818cf8;
  }

  .xl\:even\:to-indigo-500:nth-child(even) {
    --tw-gradient-to: #6366f1;
  }

  .xl\:even\:to-indigo-600:nth-child(even) {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:even\:to-indigo-700:nth-child(even) {
    --tw-gradient-to: #4338ca;
  }

  .xl\:even\:to-indigo-800:nth-child(even) {
    --tw-gradient-to: #3730a3;
  }

  .xl\:even\:to-indigo-900:nth-child(even) {
    --tw-gradient-to: #312e81;
  }

  .xl\:even\:to-blue-50:nth-child(even) {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:even\:to-blue-100:nth-child(even) {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:even\:to-blue-200:nth-child(even) {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:even\:to-blue-300:nth-child(even) {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:even\:to-blue-400:nth-child(even) {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:even\:to-blue-500:nth-child(even) {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:even\:to-blue-600:nth-child(even) {
    --tw-gradient-to: #2563eb;
  }

  .xl\:even\:to-blue-700:nth-child(even) {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:even\:to-blue-800:nth-child(even) {
    --tw-gradient-to: #1e40af;
  }

  .xl\:even\:to-blue-900:nth-child(even) {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:even\:to-lightBlue-50:nth-child(even) {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:even\:to-lightBlue-100:nth-child(even) {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:even\:to-lightBlue-200:nth-child(even) {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:even\:to-lightBlue-300:nth-child(even) {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:even\:to-lightBlue-400:nth-child(even) {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:even\:to-lightBlue-500:nth-child(even) {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:even\:to-lightBlue-600:nth-child(even) {
    --tw-gradient-to: #0284c7;
  }

  .xl\:even\:to-lightBlue-700:nth-child(even) {
    --tw-gradient-to: #0369a1;
  }

  .xl\:even\:to-lightBlue-800:nth-child(even) {
    --tw-gradient-to: #075985;
  }

  .xl\:even\:to-lightBlue-900:nth-child(even) {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:even\:to-cyan-50:nth-child(even) {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:even\:to-cyan-100:nth-child(even) {
    --tw-gradient-to: #cffafe;
  }

  .xl\:even\:to-cyan-200:nth-child(even) {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:even\:to-cyan-300:nth-child(even) {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:even\:to-cyan-400:nth-child(even) {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:even\:to-cyan-500:nth-child(even) {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:even\:to-cyan-600:nth-child(even) {
    --tw-gradient-to: #0891b2;
  }

  .xl\:even\:to-cyan-700:nth-child(even) {
    --tw-gradient-to: #0e7490;
  }

  .xl\:even\:to-cyan-800:nth-child(even) {
    --tw-gradient-to: #155e75;
  }

  .xl\:even\:to-cyan-900:nth-child(even) {
    --tw-gradient-to: #164e63;
  }

  .xl\:even\:to-teal-50:nth-child(even) {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:even\:to-teal-100:nth-child(even) {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:even\:to-teal-200:nth-child(even) {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:even\:to-teal-300:nth-child(even) {
    --tw-gradient-to: #5eead4;
  }

  .xl\:even\:to-teal-400:nth-child(even) {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:even\:to-teal-500:nth-child(even) {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:even\:to-teal-600:nth-child(even) {
    --tw-gradient-to: #0d9488;
  }

  .xl\:even\:to-teal-700:nth-child(even) {
    --tw-gradient-to: #0f766e;
  }

  .xl\:even\:to-teal-800:nth-child(even) {
    --tw-gradient-to: #115e59;
  }

  .xl\:even\:to-teal-900:nth-child(even) {
    --tw-gradient-to: #134e4a;
  }

  .xl\:even\:to-emerald-50:nth-child(even) {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:even\:to-emerald-100:nth-child(even) {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:even\:to-emerald-200:nth-child(even) {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:even\:to-emerald-300:nth-child(even) {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:even\:to-emerald-400:nth-child(even) {
    --tw-gradient-to: #34d399;
  }

  .xl\:even\:to-emerald-500:nth-child(even) {
    --tw-gradient-to: #10b981;
  }

  .xl\:even\:to-emerald-600:nth-child(even) {
    --tw-gradient-to: #059669;
  }

  .xl\:even\:to-emerald-700:nth-child(even) {
    --tw-gradient-to: #047857;
  }

  .xl\:even\:to-emerald-800:nth-child(even) {
    --tw-gradient-to: #065f46;
  }

  .xl\:even\:to-emerald-900:nth-child(even) {
    --tw-gradient-to: #064e3b;
  }

  .xl\:even\:to-green-50:nth-child(even) {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:even\:to-green-100:nth-child(even) {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:even\:to-green-200:nth-child(even) {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:even\:to-green-300:nth-child(even) {
    --tw-gradient-to: #86efac;
  }

  .xl\:even\:to-green-400:nth-child(even) {
    --tw-gradient-to: #4ade80;
  }

  .xl\:even\:to-green-500:nth-child(even) {
    --tw-gradient-to: #22c55e;
  }

  .xl\:even\:to-green-600:nth-child(even) {
    --tw-gradient-to: #16a34a;
  }

  .xl\:even\:to-green-700:nth-child(even) {
    --tw-gradient-to: #15803d;
  }

  .xl\:even\:to-green-800:nth-child(even) {
    --tw-gradient-to: #166534;
  }

  .xl\:even\:to-green-900:nth-child(even) {
    --tw-gradient-to: #14532d;
  }

  .xl\:even\:to-lime-50:nth-child(even) {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:even\:to-lime-100:nth-child(even) {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:even\:to-lime-200:nth-child(even) {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:even\:to-lime-300:nth-child(even) {
    --tw-gradient-to: #bef264;
  }

  .xl\:even\:to-lime-400:nth-child(even) {
    --tw-gradient-to: #a3e635;
  }

  .xl\:even\:to-lime-500:nth-child(even) {
    --tw-gradient-to: #84cc16;
  }

  .xl\:even\:to-lime-600:nth-child(even) {
    --tw-gradient-to: #65a30d;
  }

  .xl\:even\:to-lime-700:nth-child(even) {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:even\:to-lime-800:nth-child(even) {
    --tw-gradient-to: #3f6212;
  }

  .xl\:even\:to-lime-900:nth-child(even) {
    --tw-gradient-to: #365314;
  }

  .xl\:even\:to-yellow-50:nth-child(even) {
    --tw-gradient-to: #fefce8;
  }

  .xl\:even\:to-yellow-100:nth-child(even) {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:even\:to-yellow-200:nth-child(even) {
    --tw-gradient-to: #fef08a;
  }

  .xl\:even\:to-yellow-300:nth-child(even) {
    --tw-gradient-to: #fde047;
  }

  .xl\:even\:to-yellow-400:nth-child(even) {
    --tw-gradient-to: #facc15;
  }

  .xl\:even\:to-yellow-500:nth-child(even) {
    --tw-gradient-to: #eab308;
  }

  .xl\:even\:to-yellow-600:nth-child(even) {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:even\:to-yellow-700:nth-child(even) {
    --tw-gradient-to: #a16207;
  }

  .xl\:even\:to-yellow-800:nth-child(even) {
    --tw-gradient-to: #854d0e;
  }

  .xl\:even\:to-yellow-900:nth-child(even) {
    --tw-gradient-to: #713f12;
  }

  .xl\:even\:to-amber-50:nth-child(even) {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:even\:to-amber-100:nth-child(even) {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:even\:to-amber-200:nth-child(even) {
    --tw-gradient-to: #fde68a;
  }

  .xl\:even\:to-amber-300:nth-child(even) {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:even\:to-amber-400:nth-child(even) {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:even\:to-amber-500:nth-child(even) {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:even\:to-amber-600:nth-child(even) {
    --tw-gradient-to: #d97706;
  }

  .xl\:even\:to-amber-700:nth-child(even) {
    --tw-gradient-to: #b45309;
  }

  .xl\:even\:to-amber-800:nth-child(even) {
    --tw-gradient-to: #92400e;
  }

  .xl\:even\:to-amber-900:nth-child(even) {
    --tw-gradient-to: #78350f;
  }

  .xl\:even\:to-orange-50:nth-child(even) {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:even\:to-orange-100:nth-child(even) {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:even\:to-orange-200:nth-child(even) {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:even\:to-orange-300:nth-child(even) {
    --tw-gradient-to: #fdba74;
  }

  .xl\:even\:to-orange-400:nth-child(even) {
    --tw-gradient-to: #fb923c;
  }

  .xl\:even\:to-orange-500:nth-child(even) {
    --tw-gradient-to: #f97316;
  }

  .xl\:even\:to-orange-600:nth-child(even) {
    --tw-gradient-to: #ea580c;
  }

  .xl\:even\:to-orange-700:nth-child(even) {
    --tw-gradient-to: #c2410c;
  }

  .xl\:even\:to-orange-800:nth-child(even) {
    --tw-gradient-to: #9a3412;
  }

  .xl\:even\:to-orange-900:nth-child(even) {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:even\:to-red-50:nth-child(even) {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:even\:to-red-100:nth-child(even) {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:even\:to-red-200:nth-child(even) {
    --tw-gradient-to: #fecaca;
  }

  .xl\:even\:to-red-300:nth-child(even) {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:even\:to-red-400:nth-child(even) {
    --tw-gradient-to: #f87171;
  }

  .xl\:even\:to-red-500:nth-child(even) {
    --tw-gradient-to: #ef4444;
  }

  .xl\:even\:to-red-600:nth-child(even) {
    --tw-gradient-to: #dc2626;
  }

  .xl\:even\:to-red-700:nth-child(even) {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:even\:to-red-800:nth-child(even) {
    --tw-gradient-to: #991b1b;
  }

  .xl\:even\:to-red-900:nth-child(even) {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:even\:to-warmGray-50:nth-child(even) {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:even\:to-warmGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:even\:to-warmGray-200:nth-child(even) {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:even\:to-warmGray-300:nth-child(even) {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:even\:to-warmGray-400:nth-child(even) {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:even\:to-warmGray-500:nth-child(even) {
    --tw-gradient-to: #78716c;
  }

  .xl\:even\:to-warmGray-600:nth-child(even) {
    --tw-gradient-to: #57534e;
  }

  .xl\:even\:to-warmGray-700:nth-child(even) {
    --tw-gradient-to: #44403c;
  }

  .xl\:even\:to-warmGray-800:nth-child(even) {
    --tw-gradient-to: #292524;
  }

  .xl\:even\:to-warmGray-900:nth-child(even) {
    --tw-gradient-to: #1c1917;
  }

  .xl\:even\:to-trueGray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .xl\:even\:to-trueGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:even\:to-trueGray-200:nth-child(even) {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:even\:to-trueGray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:even\:to-trueGray-400:nth-child(even) {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:even\:to-trueGray-500:nth-child(even) {
    --tw-gradient-to: #737373;
  }

  .xl\:even\:to-trueGray-600:nth-child(even) {
    --tw-gradient-to: #525252;
  }

  .xl\:even\:to-trueGray-700:nth-child(even) {
    --tw-gradient-to: #404040;
  }

  .xl\:even\:to-trueGray-800:nth-child(even) {
    --tw-gradient-to: #262626;
  }

  .xl\:even\:to-trueGray-900:nth-child(even) {
    --tw-gradient-to: #171717;
  }

  .xl\:even\:to-gray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .xl\:even\:to-gray-100:nth-child(even) {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:even\:to-gray-200:nth-child(even) {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:even\:to-gray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:even\:to-gray-400:nth-child(even) {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:even\:to-gray-500:nth-child(even) {
    --tw-gradient-to: #71717a;
  }

  .xl\:even\:to-gray-600:nth-child(even) {
    --tw-gradient-to: #52525b;
  }

  .xl\:even\:to-gray-700:nth-child(even) {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:even\:to-gray-800:nth-child(even) {
    --tw-gradient-to: #27272a;
  }

  .xl\:even\:to-gray-900:nth-child(even) {
    --tw-gradient-to: #18181b;
  }

  .xl\:even\:to-coolGray-50:nth-child(even) {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:even\:to-coolGray-100:nth-child(even) {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:even\:to-coolGray-200:nth-child(even) {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:even\:to-coolGray-300:nth-child(even) {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:even\:to-coolGray-400:nth-child(even) {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:even\:to-coolGray-500:nth-child(even) {
    --tw-gradient-to: #6b7280;
  }

  .xl\:even\:to-coolGray-600:nth-child(even) {
    --tw-gradient-to: #4b5563;
  }

  .xl\:even\:to-coolGray-700:nth-child(even) {
    --tw-gradient-to: #374151;
  }

  .xl\:even\:to-coolGray-800:nth-child(even) {
    --tw-gradient-to: #1f2937;
  }

  .xl\:even\:to-coolGray-900:nth-child(even) {
    --tw-gradient-to: #111827;
  }

  .xl\:even\:to-blueGray-50:nth-child(even) {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:even\:to-blueGray-100:nth-child(even) {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:even\:to-blueGray-200:nth-child(even) {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:even\:to-blueGray-300:nth-child(even) {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:even\:to-blueGray-400:nth-child(even) {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:even\:to-blueGray-500:nth-child(even) {
    --tw-gradient-to: #64748b;
  }

  .xl\:even\:to-blueGray-600:nth-child(even) {
    --tw-gradient-to: #475569;
  }

  .xl\:even\:to-blueGray-700:nth-child(even) {
    --tw-gradient-to: #334155;
  }

  .xl\:even\:to-blueGray-800:nth-child(even) {
    --tw-gradient-to: #1e293b;
  }

  .xl\:even\:to-blueGray-900:nth-child(even) {
    --tw-gradient-to: #0f172a;
  }

  .xl\:even\:to-current:nth-child(even) {
    --tw-gradient-to: current;
  }

  .xl\:even\:to-transparent:nth-child(even) {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-rose-50:hover {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:hover\:from-rose-100:hover {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:hover\:from-rose-200:hover {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:hover\:from-rose-300:hover {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:hover\:from-rose-400:hover {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:hover\:from-rose-500:hover {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:hover\:from-rose-600:hover {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:hover\:from-rose-700:hover {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:hover\:from-rose-800:hover {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:hover\:from-rose-900:hover {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:hover\:from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:hover\:from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:hover\:from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:hover\:from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:hover\:from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:hover\:from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:hover\:from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:hover\:from-fuchsia-800:hover {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:hover\:from-fuchsia-900:hover {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:hover\:from-violet-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:from-violet-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:from-violet-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:from-violet-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:from-violet-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:from-violet-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:from-violet-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:from-violet-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:from-violet-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:from-violet-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:hover\:from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:hover\:from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:hover\:from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:hover\:from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:hover\:from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:hover\:from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:hover\:from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:hover\:from-lightBlue-800:hover {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:hover\:from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:hover\:from-teal-50:hover {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:hover\:from-teal-100:hover {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:hover\:from-teal-200:hover {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:hover\:from-teal-300:hover {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:hover\:from-teal-400:hover {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:hover\:from-teal-500:hover {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:hover\:from-teal-600:hover {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:hover\:from-teal-700:hover {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:hover\:from-teal-800:hover {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:hover\:from-teal-900:hover {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:hover\:from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:from-emerald-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:from-emerald-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:from-emerald-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:from-emerald-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:from-emerald-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:from-emerald-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:from-emerald-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:hover\:from-amber-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:from-amber-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:from-amber-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:from-amber-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:from-amber-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:from-amber-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:from-amber-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:from-amber-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:from-amber-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:from-amber-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:from-orange-50:hover {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:hover\:from-orange-200:hover {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:hover\:from-orange-300:hover {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:hover\:from-orange-400:hover {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:hover\:from-orange-500:hover {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:hover\:from-orange-700:hover {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:hover\:from-orange-800:hover {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:hover\:from-orange-900:hover {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:from-warmGray-50:hover {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:hover\:from-warmGray-100:hover {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:hover\:from-warmGray-200:hover {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:hover\:from-warmGray-300:hover {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:hover\:from-warmGray-400:hover {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:hover\:from-warmGray-500:hover {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:hover\:from-warmGray-600:hover {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:hover\:from-warmGray-700:hover {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:hover\:from-warmGray-800:hover {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:hover\:from-warmGray-900:hover {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:hover\:from-trueGray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:hover\:from-trueGray-100:hover {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:hover\:from-trueGray-200:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:hover\:from-trueGray-300:hover {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:hover\:from-trueGray-400:hover {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:hover\:from-trueGray-500:hover {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:hover\:from-trueGray-600:hover {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:hover\:from-trueGray-700:hover {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:hover\:from-trueGray-800:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:hover\:from-trueGray-900:hover {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:hover\:from-coolGray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-coolGray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:from-coolGray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:from-coolGray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:from-coolGray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:from-coolGray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:from-coolGray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:from-coolGray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:from-coolGray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:from-coolGray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:hover\:from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:hover\:from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:hover\:from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:hover\:from-blueGray-500:hover {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:hover\:from-blueGray-600:hover {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:hover\:from-blueGray-700:hover {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:hover\:from-blueGray-800:hover {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:hover\:from-blueGray-900:hover {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:hover\:via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:hover\:via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:hover\:via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:hover\:via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:hover\:via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:hover\:via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:hover\:via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:hover\:via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:hover\:via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:hover\:via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:hover\:via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:hover\:via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:hover\:via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:hover\:via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:hover\:via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:hover\:via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:hover\:via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:hover\:via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:hover\:via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:hover\:via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:hover\:via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:hover\:via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:hover\:via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:hover\:via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:hover\:via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:hover\:via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:hover\:via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:hover\:via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:hover\:via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:hover\:via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:hover\:via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:via-warmGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:hover\:via-warmGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:hover\:via-warmGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:hover\:via-warmGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:hover\:via-warmGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:hover\:via-warmGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:hover\:via-warmGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:hover\:via-warmGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:hover\:via-warmGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:hover\:via-warmGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:hover\:via-trueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:hover\:via-trueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:hover\:via-trueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:hover\:via-trueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:hover\:via-trueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:hover\:via-trueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:hover\:via-trueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:hover\:via-trueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:hover\:via-trueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:hover\:via-trueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:hover\:via-coolGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-coolGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-coolGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-coolGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-coolGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-coolGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-coolGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-coolGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-coolGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-coolGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:hover\:via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:hover\:via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:hover\:via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:hover\:via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:hover\:via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:hover\:via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:hover\:via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:hover\:via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-rose-50:hover {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:hover\:to-rose-100:hover {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:hover\:to-rose-200:hover {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:hover\:to-rose-300:hover {
    --tw-gradient-to: #fda4af;
  }

  .xl\:hover\:to-rose-400:hover {
    --tw-gradient-to: #fb7185;
  }

  .xl\:hover\:to-rose-500:hover {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:hover\:to-rose-600:hover {
    --tw-gradient-to: #e11d48;
  }

  .xl\:hover\:to-rose-700:hover {
    --tw-gradient-to: #be123c;
  }

  .xl\:hover\:to-rose-800:hover {
    --tw-gradient-to: #9f1239;
  }

  .xl\:hover\:to-rose-900:hover {
    --tw-gradient-to: #881337;
  }

  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xl\:hover\:to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:hover\:to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:hover\:to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:hover\:to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:hover\:to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9;
  }

  .xl\:hover\:to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef;
  }

  .xl\:hover\:to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3;
  }

  .xl\:hover\:to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf;
  }

  .xl\:hover\:to-fuchsia-800:hover {
    --tw-gradient-to: #86198f;
  }

  .xl\:hover\:to-fuchsia-900:hover {
    --tw-gradient-to: #701a75;
  }

  .xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #c084fc;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #a855f7;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #9333ea;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #581c87;
  }

  .xl\:hover\:to-violet-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-violet-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-violet-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-violet-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-violet-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-violet-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-violet-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-violet-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-violet-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-violet-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:hover\:to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:hover\:to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:hover\:to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:hover\:to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:hover\:to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:hover\:to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:hover\:to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7;
  }

  .xl\:hover\:to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1;
  }

  .xl\:hover\:to-lightBlue-800:hover {
    --tw-gradient-to: #075985;
  }

  .xl\:hover\:to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe;
  }

  .xl\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2;
  }

  .xl\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490;
  }

  .xl\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75;
  }

  .xl\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63;
  }

  .xl\:hover\:to-teal-50:hover {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:hover\:to-teal-100:hover {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:hover\:to-teal-200:hover {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:hover\:to-teal-300:hover {
    --tw-gradient-to: #5eead4;
  }

  .xl\:hover\:to-teal-400:hover {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:hover\:to-teal-500:hover {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:hover\:to-teal-600:hover {
    --tw-gradient-to: #0d9488;
  }

  .xl\:hover\:to-teal-700:hover {
    --tw-gradient-to: #0f766e;
  }

  .xl\:hover\:to-teal-800:hover {
    --tw-gradient-to: #115e59;
  }

  .xl\:hover\:to-teal-900:hover {
    --tw-gradient-to: #134e4a;
  }

  .xl\:hover\:to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-emerald-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:hover\:to-emerald-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl\:hover\:to-emerald-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl\:hover\:to-emerald-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl\:hover\:to-emerald-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl\:hover\:to-emerald-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-emerald-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #86efac;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #4ade80;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #22c55e;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #16a34a;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #15803d;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #166534;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #14532d;
  }

  .xl\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264;
  }

  .xl\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635;
  }

  .xl\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16;
  }

  .xl\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d;
  }

  .xl\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212;
  }

  .xl\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314;
  }

  .xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fefce8;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fde047;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #facc15;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #a16207;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #854d0e;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #713f12;
  }

  .xl\:hover\:to-amber-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-amber-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-amber-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-amber-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-amber-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:hover\:to-amber-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-amber-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-amber-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-amber-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-amber-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-orange-50:hover {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:hover\:to-orange-200:hover {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:hover\:to-orange-300:hover {
    --tw-gradient-to: #fdba74;
  }

  .xl\:hover\:to-orange-400:hover {
    --tw-gradient-to: #fb923c;
  }

  .xl\:hover\:to-orange-500:hover {
    --tw-gradient-to: #f97316;
  }

  .xl\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ea580c;
  }

  .xl\:hover\:to-orange-700:hover {
    --tw-gradient-to: #c2410c;
  }

  .xl\:hover\:to-orange-800:hover {
    --tw-gradient-to: #9a3412;
  }

  .xl\:hover\:to-orange-900:hover {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:hover\:to-warmGray-50:hover {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:hover\:to-warmGray-100:hover {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:hover\:to-warmGray-200:hover {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:hover\:to-warmGray-300:hover {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:hover\:to-warmGray-400:hover {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:hover\:to-warmGray-500:hover {
    --tw-gradient-to: #78716c;
  }

  .xl\:hover\:to-warmGray-600:hover {
    --tw-gradient-to: #57534e;
  }

  .xl\:hover\:to-warmGray-700:hover {
    --tw-gradient-to: #44403c;
  }

  .xl\:hover\:to-warmGray-800:hover {
    --tw-gradient-to: #292524;
  }

  .xl\:hover\:to-warmGray-900:hover {
    --tw-gradient-to: #1c1917;
  }

  .xl\:hover\:to-trueGray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .xl\:hover\:to-trueGray-100:hover {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:hover\:to-trueGray-200:hover {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:hover\:to-trueGray-300:hover {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:hover\:to-trueGray-400:hover {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:hover\:to-trueGray-500:hover {
    --tw-gradient-to: #737373;
  }

  .xl\:hover\:to-trueGray-600:hover {
    --tw-gradient-to: #525252;
  }

  .xl\:hover\:to-trueGray-700:hover {
    --tw-gradient-to: #404040;
  }

  .xl\:hover\:to-trueGray-800:hover {
    --tw-gradient-to: #262626;
  }

  .xl\:hover\:to-trueGray-900:hover {
    --tw-gradient-to: #171717;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .xl\:hover\:to-coolGray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-coolGray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-coolGray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-coolGray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-coolGray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-coolGray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-coolGray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-coolGray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-coolGray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-coolGray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xl\:hover\:to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:hover\:to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:hover\:to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:hover\:to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:hover\:to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:hover\:to-blueGray-500:hover {
    --tw-gradient-to: #64748b;
  }

  .xl\:hover\:to-blueGray-600:hover {
    --tw-gradient-to: #475569;
  }

  .xl\:hover\:to-blueGray-700:hover {
    --tw-gradient-to: #334155;
  }

  .xl\:hover\:to-blueGray-800:hover {
    --tw-gradient-to: #1e293b;
  }

  .xl\:hover\:to-blueGray-900:hover {
    --tw-gradient-to: #0f172a;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: current;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-rose-50:focus {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus\:from-rose-100:focus {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus\:from-rose-200:focus {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus\:from-rose-300:focus {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus\:from-rose-400:focus {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus\:from-rose-500:focus {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus\:from-rose-600:focus {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus\:from-rose-700:focus {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus\:from-rose-800:focus {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus\:from-rose-900:focus {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus\:from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus\:from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus\:from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus\:from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus\:from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus\:from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus\:from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus\:from-fuchsia-800:focus {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus\:from-fuchsia-900:focus {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:focus\:from-violet-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:from-violet-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:from-violet-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:from-violet-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:from-violet-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:from-violet-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:from-violet-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:from-violet-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:from-violet-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:from-violet-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus\:from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus\:from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus\:from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus\:from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus\:from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus\:from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus\:from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus\:from-lightBlue-800:focus {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus\:from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:focus\:from-teal-50:focus {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:focus\:from-teal-100:focus {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:focus\:from-teal-200:focus {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:focus\:from-teal-300:focus {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:focus\:from-teal-400:focus {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:focus\:from-teal-500:focus {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:focus\:from-teal-600:focus {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:focus\:from-teal-700:focus {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:focus\:from-teal-800:focus {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:focus\:from-teal-900:focus {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:focus\:from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:from-emerald-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:from-emerald-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:from-emerald-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:from-emerald-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:from-emerald-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:from-emerald-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:from-emerald-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:focus\:from-amber-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:from-amber-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:from-amber-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:from-amber-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:from-amber-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:from-amber-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:from-amber-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:from-amber-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:from-amber-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:from-amber-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:from-orange-50:focus {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:focus\:from-orange-200:focus {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:focus\:from-orange-300:focus {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:focus\:from-orange-400:focus {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:focus\:from-orange-500:focus {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:focus\:from-orange-700:focus {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:focus\:from-orange-800:focus {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:focus\:from-orange-900:focus {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:from-warmGray-50:focus {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:focus\:from-warmGray-100:focus {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:focus\:from-warmGray-200:focus {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:focus\:from-warmGray-300:focus {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:focus\:from-warmGray-400:focus {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:focus\:from-warmGray-500:focus {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:focus\:from-warmGray-600:focus {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:focus\:from-warmGray-700:focus {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:focus\:from-warmGray-800:focus {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:focus\:from-warmGray-900:focus {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:focus\:from-trueGray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus\:from-trueGray-100:focus {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus\:from-trueGray-200:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus\:from-trueGray-300:focus {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:focus\:from-trueGray-400:focus {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:focus\:from-trueGray-500:focus {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:focus\:from-trueGray-600:focus {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:focus\:from-trueGray-700:focus {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:focus\:from-trueGray-800:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus\:from-trueGray-900:focus {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:focus\:from-coolGray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-coolGray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:from-coolGray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:from-coolGray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:from-coolGray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:from-coolGray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:from-coolGray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:from-coolGray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:from-coolGray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:from-coolGray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:focus\:from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:focus\:from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:focus\:from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:focus\:from-blueGray-500:focus {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:focus\:from-blueGray-600:focus {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:focus\:from-blueGray-700:focus {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:focus\:from-blueGray-800:focus {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:focus\:from-blueGray-900:focus {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:focus\:via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:focus\:via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:focus\:via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:focus\:via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:focus\:via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:focus\:via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:focus\:via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:focus\:via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:focus\:via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:focus\:via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:focus\:via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:focus\:via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:focus\:via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:focus\:via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:focus\:via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:focus\:via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:focus\:via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:focus\:via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:focus\:via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:focus\:via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:focus\:via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:focus\:via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:focus\:via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:focus\:via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:focus\:via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:focus\:via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:focus\:via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:focus\:via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:focus\:via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:focus\:via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:focus\:via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:via-warmGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:focus\:via-warmGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:focus\:via-warmGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:focus\:via-warmGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:focus\:via-warmGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:focus\:via-warmGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:focus\:via-warmGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:focus\:via-warmGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:focus\:via-warmGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:focus\:via-warmGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:focus\:via-trueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus\:via-trueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus\:via-trueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:focus\:via-trueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:focus\:via-trueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:focus\:via-trueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:focus\:via-trueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:focus\:via-trueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:focus\:via-trueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:focus\:via-trueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:focus\:via-coolGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-coolGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-coolGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-coolGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-coolGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-coolGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-coolGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-coolGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-coolGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-coolGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:focus\:via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:focus\:via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:focus\:via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:focus\:via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:focus\:via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:focus\:via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:focus\:via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:focus\:via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-rose-50:focus {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:focus\:to-rose-100:focus {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:focus\:to-rose-200:focus {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:focus\:to-rose-300:focus {
    --tw-gradient-to: #fda4af;
  }

  .xl\:focus\:to-rose-400:focus {
    --tw-gradient-to: #fb7185;
  }

  .xl\:focus\:to-rose-500:focus {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:focus\:to-rose-600:focus {
    --tw-gradient-to: #e11d48;
  }

  .xl\:focus\:to-rose-700:focus {
    --tw-gradient-to: #be123c;
  }

  .xl\:focus\:to-rose-800:focus {
    --tw-gradient-to: #9f1239;
  }

  .xl\:focus\:to-rose-900:focus {
    --tw-gradient-to: #881337;
  }

  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xl\:focus\:to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:focus\:to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:focus\:to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:focus\:to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:focus\:to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9;
  }

  .xl\:focus\:to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef;
  }

  .xl\:focus\:to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3;
  }

  .xl\:focus\:to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf;
  }

  .xl\:focus\:to-fuchsia-800:focus {
    --tw-gradient-to: #86198f;
  }

  .xl\:focus\:to-fuchsia-900:focus {
    --tw-gradient-to: #701a75;
  }

  .xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #c084fc;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #a855f7;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #9333ea;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #581c87;
  }

  .xl\:focus\:to-violet-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-violet-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-violet-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-violet-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-violet-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-violet-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-violet-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-violet-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-violet-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-violet-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus\:to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:focus\:to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:focus\:to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:focus\:to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:focus\:to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:focus\:to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:focus\:to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7;
  }

  .xl\:focus\:to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1;
  }

  .xl\:focus\:to-lightBlue-800:focus {
    --tw-gradient-to: #075985;
  }

  .xl\:focus\:to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe;
  }

  .xl\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2;
  }

  .xl\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490;
  }

  .xl\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75;
  }

  .xl\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63;
  }

  .xl\:focus\:to-teal-50:focus {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:focus\:to-teal-100:focus {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:focus\:to-teal-200:focus {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:focus\:to-teal-300:focus {
    --tw-gradient-to: #5eead4;
  }

  .xl\:focus\:to-teal-400:focus {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:focus\:to-teal-500:focus {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:focus\:to-teal-600:focus {
    --tw-gradient-to: #0d9488;
  }

  .xl\:focus\:to-teal-700:focus {
    --tw-gradient-to: #0f766e;
  }

  .xl\:focus\:to-teal-800:focus {
    --tw-gradient-to: #115e59;
  }

  .xl\:focus\:to-teal-900:focus {
    --tw-gradient-to: #134e4a;
  }

  .xl\:focus\:to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-emerald-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus\:to-emerald-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus\:to-emerald-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus\:to-emerald-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl\:focus\:to-emerald-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl\:focus\:to-emerald-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-emerald-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #86efac;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #4ade80;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #22c55e;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #16a34a;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #15803d;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #166534;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #14532d;
  }

  .xl\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264;
  }

  .xl\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635;
  }

  .xl\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16;
  }

  .xl\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d;
  }

  .xl\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212;
  }

  .xl\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314;
  }

  .xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fefce8;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fde047;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #facc15;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #a16207;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #854d0e;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #713f12;
  }

  .xl\:focus\:to-amber-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-amber-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-amber-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-amber-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-amber-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus\:to-amber-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-amber-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-amber-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-amber-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-amber-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-orange-50:focus {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:focus\:to-orange-200:focus {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:focus\:to-orange-300:focus {
    --tw-gradient-to: #fdba74;
  }

  .xl\:focus\:to-orange-400:focus {
    --tw-gradient-to: #fb923c;
  }

  .xl\:focus\:to-orange-500:focus {
    --tw-gradient-to: #f97316;
  }

  .xl\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ea580c;
  }

  .xl\:focus\:to-orange-700:focus {
    --tw-gradient-to: #c2410c;
  }

  .xl\:focus\:to-orange-800:focus {
    --tw-gradient-to: #9a3412;
  }

  .xl\:focus\:to-orange-900:focus {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:focus\:to-warmGray-50:focus {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:focus\:to-warmGray-100:focus {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:focus\:to-warmGray-200:focus {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:focus\:to-warmGray-300:focus {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:focus\:to-warmGray-400:focus {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:focus\:to-warmGray-500:focus {
    --tw-gradient-to: #78716c;
  }

  .xl\:focus\:to-warmGray-600:focus {
    --tw-gradient-to: #57534e;
  }

  .xl\:focus\:to-warmGray-700:focus {
    --tw-gradient-to: #44403c;
  }

  .xl\:focus\:to-warmGray-800:focus {
    --tw-gradient-to: #292524;
  }

  .xl\:focus\:to-warmGray-900:focus {
    --tw-gradient-to: #1c1917;
  }

  .xl\:focus\:to-trueGray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .xl\:focus\:to-trueGray-100:focus {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:focus\:to-trueGray-200:focus {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:focus\:to-trueGray-300:focus {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:focus\:to-trueGray-400:focus {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:focus\:to-trueGray-500:focus {
    --tw-gradient-to: #737373;
  }

  .xl\:focus\:to-trueGray-600:focus {
    --tw-gradient-to: #525252;
  }

  .xl\:focus\:to-trueGray-700:focus {
    --tw-gradient-to: #404040;
  }

  .xl\:focus\:to-trueGray-800:focus {
    --tw-gradient-to: #262626;
  }

  .xl\:focus\:to-trueGray-900:focus {
    --tw-gradient-to: #171717;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .xl\:focus\:to-coolGray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-coolGray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-coolGray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-coolGray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-coolGray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-coolGray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-coolGray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-coolGray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-coolGray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-coolGray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xl\:focus\:to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:focus\:to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:focus\:to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:focus\:to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:focus\:to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:focus\:to-blueGray-500:focus {
    --tw-gradient-to: #64748b;
  }

  .xl\:focus\:to-blueGray-600:focus {
    --tw-gradient-to: #475569;
  }

  .xl\:focus\:to-blueGray-700:focus {
    --tw-gradient-to: #334155;
  }

  .xl\:focus\:to-blueGray-800:focus {
    --tw-gradient-to: #1e293b;
  }

  .xl\:focus\:to-blueGray-900:focus {
    --tw-gradient-to: #0f172a;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: current;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:active\:from-black:active {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:active\:from-white:active {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:active\:from-rose-50:active {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:active\:from-rose-100:active {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:active\:from-rose-200:active {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:active\:from-rose-300:active {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:active\:from-rose-400:active {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:active\:from-rose-500:active {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:active\:from-rose-600:active {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:active\:from-rose-700:active {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:active\:from-rose-800:active {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:active\:from-rose-900:active {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:active\:from-pink-50:active {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:active\:from-pink-100:active {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:active\:from-pink-200:active {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:active\:from-pink-300:active {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:active\:from-pink-400:active {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:active\:from-pink-500:active {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:active\:from-pink-600:active {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:active\:from-pink-700:active {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:active\:from-pink-800:active {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:active\:from-pink-900:active {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:active\:from-fuchsia-50:active {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:active\:from-fuchsia-100:active {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:active\:from-fuchsia-200:active {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:active\:from-fuchsia-300:active {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:active\:from-fuchsia-400:active {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:active\:from-fuchsia-500:active {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:active\:from-fuchsia-600:active {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:active\:from-fuchsia-700:active {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:active\:from-fuchsia-800:active {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:active\:from-fuchsia-900:active {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:active\:from-purple-50:active {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:active\:from-purple-100:active {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:active\:from-purple-200:active {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:active\:from-purple-300:active {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:active\:from-purple-400:active {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:active\:from-purple-500:active {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:active\:from-purple-600:active {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:active\:from-purple-700:active {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:active\:from-purple-800:active {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:active\:from-purple-900:active {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:active\:from-violet-50:active {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:active\:from-violet-100:active {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:active\:from-violet-200:active {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:active\:from-violet-300:active {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:active\:from-violet-400:active {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:active\:from-violet-500:active {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:active\:from-violet-600:active {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:active\:from-violet-700:active {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:active\:from-violet-800:active {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:active\:from-violet-900:active {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:active\:from-indigo-50:active {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:active\:from-indigo-100:active {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:active\:from-indigo-200:active {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:active\:from-indigo-300:active {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:active\:from-indigo-400:active {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:active\:from-indigo-500:active {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:active\:from-indigo-600:active {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:active\:from-indigo-700:active {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:active\:from-indigo-800:active {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:active\:from-indigo-900:active {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:active\:from-blue-50:active {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:active\:from-blue-100:active {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:active\:from-blue-200:active {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:active\:from-blue-300:active {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:active\:from-blue-400:active {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:active\:from-blue-500:active {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:active\:from-blue-600:active {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:active\:from-blue-700:active {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:active\:from-blue-800:active {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:active\:from-blue-900:active {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:active\:from-lightBlue-50:active {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:active\:from-lightBlue-100:active {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:active\:from-lightBlue-200:active {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:active\:from-lightBlue-300:active {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:active\:from-lightBlue-400:active {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:active\:from-lightBlue-500:active {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:active\:from-lightBlue-600:active {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:active\:from-lightBlue-700:active {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:active\:from-lightBlue-800:active {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:active\:from-lightBlue-900:active {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:active\:from-cyan-50:active {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:active\:from-cyan-100:active {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:active\:from-cyan-200:active {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:active\:from-cyan-300:active {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:active\:from-cyan-400:active {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:active\:from-cyan-500:active {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:active\:from-cyan-600:active {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:active\:from-cyan-700:active {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:active\:from-cyan-800:active {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:active\:from-cyan-900:active {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:active\:from-teal-50:active {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:active\:from-teal-100:active {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:active\:from-teal-200:active {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:active\:from-teal-300:active {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:active\:from-teal-400:active {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:active\:from-teal-500:active {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:active\:from-teal-600:active {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:active\:from-teal-700:active {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:active\:from-teal-800:active {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:active\:from-teal-900:active {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:active\:from-emerald-50:active {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:active\:from-emerald-100:active {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:active\:from-emerald-200:active {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:active\:from-emerald-300:active {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:active\:from-emerald-400:active {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:active\:from-emerald-500:active {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:active\:from-emerald-600:active {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:active\:from-emerald-700:active {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:active\:from-emerald-800:active {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:active\:from-emerald-900:active {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:active\:from-green-50:active {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:active\:from-green-100:active {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:active\:from-green-200:active {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:active\:from-green-300:active {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:active\:from-green-400:active {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:active\:from-green-500:active {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:active\:from-green-600:active {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:active\:from-green-700:active {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:active\:from-green-800:active {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:active\:from-green-900:active {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:active\:from-lime-50:active {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:active\:from-lime-100:active {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:active\:from-lime-200:active {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:active\:from-lime-300:active {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:active\:from-lime-400:active {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:active\:from-lime-500:active {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:active\:from-lime-600:active {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:active\:from-lime-700:active {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:active\:from-lime-800:active {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:active\:from-lime-900:active {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:active\:from-yellow-50:active {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:active\:from-yellow-100:active {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:active\:from-yellow-200:active {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:active\:from-yellow-300:active {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:active\:from-yellow-400:active {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:active\:from-yellow-500:active {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:active\:from-yellow-600:active {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:active\:from-yellow-700:active {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:active\:from-yellow-800:active {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:active\:from-yellow-900:active {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:active\:from-amber-50:active {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:active\:from-amber-100:active {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:active\:from-amber-200:active {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:active\:from-amber-300:active {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:active\:from-amber-400:active {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:active\:from-amber-500:active {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:active\:from-amber-600:active {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:active\:from-amber-700:active {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:active\:from-amber-800:active {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:active\:from-amber-900:active {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:active\:from-orange-50:active {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:active\:from-orange-100:active {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:active\:from-orange-200:active {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:active\:from-orange-300:active {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:active\:from-orange-400:active {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:active\:from-orange-500:active {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:active\:from-orange-600:active {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:active\:from-orange-700:active {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:active\:from-orange-800:active {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:active\:from-orange-900:active {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:active\:from-red-50:active {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:active\:from-red-100:active {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:active\:from-red-200:active {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:active\:from-red-300:active {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:active\:from-red-400:active {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:active\:from-red-500:active {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:active\:from-red-600:active {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:active\:from-red-700:active {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:active\:from-red-800:active {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:active\:from-red-900:active {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:active\:from-warmGray-50:active {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:active\:from-warmGray-100:active {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:active\:from-warmGray-200:active {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:active\:from-warmGray-300:active {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:active\:from-warmGray-400:active {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:active\:from-warmGray-500:active {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:active\:from-warmGray-600:active {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:active\:from-warmGray-700:active {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:active\:from-warmGray-800:active {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:active\:from-warmGray-900:active {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:active\:from-trueGray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:active\:from-trueGray-100:active {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:active\:from-trueGray-200:active {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:active\:from-trueGray-300:active {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:active\:from-trueGray-400:active {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:active\:from-trueGray-500:active {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:active\:from-trueGray-600:active {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:active\:from-trueGray-700:active {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:active\:from-trueGray-800:active {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:active\:from-trueGray-900:active {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:active\:from-gray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:active\:from-gray-100:active {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:active\:from-gray-200:active {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:active\:from-gray-300:active {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:active\:from-gray-400:active {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:active\:from-gray-500:active {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:active\:from-gray-600:active {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:active\:from-gray-700:active {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:active\:from-gray-800:active {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:active\:from-gray-900:active {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:active\:from-coolGray-50:active {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:active\:from-coolGray-100:active {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:active\:from-coolGray-200:active {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:active\:from-coolGray-300:active {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:active\:from-coolGray-400:active {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:active\:from-coolGray-500:active {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:active\:from-coolGray-600:active {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:active\:from-coolGray-700:active {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:active\:from-coolGray-800:active {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:active\:from-coolGray-900:active {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:active\:from-blueGray-50:active {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:active\:from-blueGray-100:active {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:active\:from-blueGray-200:active {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:active\:from-blueGray-300:active {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:active\:from-blueGray-400:active {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:active\:from-blueGray-500:active {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:active\:from-blueGray-600:active {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:active\:from-blueGray-700:active {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:active\:from-blueGray-800:active {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:active\:from-blueGray-900:active {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:active\:from-current:active {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:active\:from-transparent:active {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:active\:via-black:active {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:active\:via-white:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:active\:via-rose-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:active\:via-rose-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:active\:via-rose-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:active\:via-rose-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:active\:via-rose-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:active\:via-rose-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:active\:via-rose-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:active\:via-rose-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:active\:via-rose-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:active\:via-rose-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:active\:via-pink-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:active\:via-pink-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:active\:via-pink-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:active\:via-pink-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:active\:via-pink-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:active\:via-pink-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:active\:via-pink-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:active\:via-pink-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:active\:via-pink-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:active\:via-pink-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:active\:via-fuchsia-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:active\:via-fuchsia-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:active\:via-fuchsia-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:active\:via-fuchsia-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:active\:via-fuchsia-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:active\:via-fuchsia-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:active\:via-fuchsia-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:active\:via-fuchsia-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:active\:via-fuchsia-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:active\:via-fuchsia-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:active\:via-purple-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:active\:via-purple-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:active\:via-purple-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:active\:via-purple-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:active\:via-purple-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:active\:via-purple-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:active\:via-purple-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:active\:via-purple-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:active\:via-purple-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:active\:via-purple-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:active\:via-violet-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:active\:via-violet-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:active\:via-violet-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:active\:via-violet-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:active\:via-violet-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:active\:via-violet-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:active\:via-violet-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:active\:via-violet-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:active\:via-violet-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:active\:via-violet-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:active\:via-indigo-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:active\:via-indigo-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:active\:via-indigo-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:active\:via-indigo-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:active\:via-indigo-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:active\:via-indigo-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:active\:via-indigo-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:active\:via-indigo-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:active\:via-indigo-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:active\:via-indigo-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:active\:via-blue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:active\:via-blue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:active\:via-blue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:active\:via-blue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:active\:via-blue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:active\:via-blue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:active\:via-blue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:active\:via-blue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:active\:via-blue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:active\:via-blue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:active\:via-lightBlue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:active\:via-lightBlue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:active\:via-lightBlue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:active\:via-lightBlue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:active\:via-lightBlue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:active\:via-lightBlue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:active\:via-lightBlue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:active\:via-lightBlue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:active\:via-lightBlue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:active\:via-lightBlue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:active\:via-cyan-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:active\:via-cyan-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:active\:via-cyan-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:active\:via-cyan-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:active\:via-cyan-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:active\:via-cyan-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:active\:via-cyan-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:active\:via-cyan-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:active\:via-cyan-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:active\:via-cyan-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:active\:via-teal-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:active\:via-teal-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:active\:via-teal-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:active\:via-teal-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:active\:via-teal-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:active\:via-teal-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:active\:via-teal-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:active\:via-teal-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:active\:via-teal-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:active\:via-teal-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:active\:via-emerald-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:active\:via-emerald-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:active\:via-emerald-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:active\:via-emerald-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:active\:via-emerald-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:active\:via-emerald-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:active\:via-emerald-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:active\:via-emerald-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:active\:via-emerald-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:active\:via-emerald-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:active\:via-green-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:active\:via-green-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:active\:via-green-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:active\:via-green-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:active\:via-green-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:active\:via-green-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:active\:via-green-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:active\:via-green-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:active\:via-green-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:active\:via-green-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:active\:via-lime-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:active\:via-lime-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:active\:via-lime-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:active\:via-lime-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:active\:via-lime-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:active\:via-lime-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:active\:via-lime-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:active\:via-lime-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:active\:via-lime-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:active\:via-lime-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:active\:via-yellow-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:active\:via-yellow-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:active\:via-yellow-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:active\:via-yellow-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:active\:via-yellow-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:active\:via-yellow-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:active\:via-yellow-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:active\:via-yellow-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:active\:via-yellow-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:active\:via-yellow-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:active\:via-amber-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:active\:via-amber-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:active\:via-amber-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:active\:via-amber-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:active\:via-amber-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:active\:via-amber-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:active\:via-amber-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:active\:via-amber-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:active\:via-amber-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:active\:via-amber-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:active\:via-orange-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:active\:via-orange-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:active\:via-orange-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:active\:via-orange-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:active\:via-orange-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:active\:via-orange-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:active\:via-orange-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:active\:via-orange-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:active\:via-orange-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:active\:via-orange-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:active\:via-red-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:active\:via-red-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:active\:via-red-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:active\:via-red-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:active\:via-red-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:active\:via-red-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:active\:via-red-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:active\:via-red-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:active\:via-red-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:active\:via-red-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:active\:via-warmGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:active\:via-warmGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:active\:via-warmGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:active\:via-warmGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:active\:via-warmGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:active\:via-warmGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:active\:via-warmGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:active\:via-warmGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:active\:via-warmGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:active\:via-warmGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:active\:via-trueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:active\:via-trueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:active\:via-trueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:active\:via-trueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:active\:via-trueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:active\:via-trueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:active\:via-trueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:active\:via-trueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:active\:via-trueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:active\:via-trueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:active\:via-gray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:active\:via-gray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:active\:via-gray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:active\:via-gray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:active\:via-gray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:active\:via-gray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:active\:via-gray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:active\:via-gray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:active\:via-gray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:active\:via-gray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:active\:via-coolGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:active\:via-coolGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:active\:via-coolGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:active\:via-coolGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:active\:via-coolGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:active\:via-coolGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:active\:via-coolGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:active\:via-coolGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:active\:via-coolGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:active\:via-coolGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:active\:via-blueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:active\:via-blueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:active\:via-blueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:active\:via-blueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:active\:via-blueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:active\:via-blueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:active\:via-blueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:active\:via-blueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:active\:via-blueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:active\:via-blueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:active\:via-current:active {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:active\:via-transparent:active {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:active\:to-black:active {
    --tw-gradient-to: #000;
  }

  .xl\:active\:to-white:active {
    --tw-gradient-to: #fff;
  }

  .xl\:active\:to-rose-50:active {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:active\:to-rose-100:active {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:active\:to-rose-200:active {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:active\:to-rose-300:active {
    --tw-gradient-to: #fda4af;
  }

  .xl\:active\:to-rose-400:active {
    --tw-gradient-to: #fb7185;
  }

  .xl\:active\:to-rose-500:active {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:active\:to-rose-600:active {
    --tw-gradient-to: #e11d48;
  }

  .xl\:active\:to-rose-700:active {
    --tw-gradient-to: #be123c;
  }

  .xl\:active\:to-rose-800:active {
    --tw-gradient-to: #9f1239;
  }

  .xl\:active\:to-rose-900:active {
    --tw-gradient-to: #881337;
  }

  .xl\:active\:to-pink-50:active {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:active\:to-pink-100:active {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:active\:to-pink-200:active {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:active\:to-pink-300:active {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:active\:to-pink-400:active {
    --tw-gradient-to: #f472b6;
  }

  .xl\:active\:to-pink-500:active {
    --tw-gradient-to: #ec4899;
  }

  .xl\:active\:to-pink-600:active {
    --tw-gradient-to: #db2777;
  }

  .xl\:active\:to-pink-700:active {
    --tw-gradient-to: #be185d;
  }

  .xl\:active\:to-pink-800:active {
    --tw-gradient-to: #9d174d;
  }

  .xl\:active\:to-pink-900:active {
    --tw-gradient-to: #831843;
  }

  .xl\:active\:to-fuchsia-50:active {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:active\:to-fuchsia-100:active {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:active\:to-fuchsia-200:active {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:active\:to-fuchsia-300:active {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:active\:to-fuchsia-400:active {
    --tw-gradient-to: #e879f9;
  }

  .xl\:active\:to-fuchsia-500:active {
    --tw-gradient-to: #d946ef;
  }

  .xl\:active\:to-fuchsia-600:active {
    --tw-gradient-to: #c026d3;
  }

  .xl\:active\:to-fuchsia-700:active {
    --tw-gradient-to: #a21caf;
  }

  .xl\:active\:to-fuchsia-800:active {
    --tw-gradient-to: #86198f;
  }

  .xl\:active\:to-fuchsia-900:active {
    --tw-gradient-to: #701a75;
  }

  .xl\:active\:to-purple-50:active {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:active\:to-purple-100:active {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:active\:to-purple-200:active {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:active\:to-purple-300:active {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:active\:to-purple-400:active {
    --tw-gradient-to: #c084fc;
  }

  .xl\:active\:to-purple-500:active {
    --tw-gradient-to: #a855f7;
  }

  .xl\:active\:to-purple-600:active {
    --tw-gradient-to: #9333ea;
  }

  .xl\:active\:to-purple-700:active {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:active\:to-purple-800:active {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:active\:to-purple-900:active {
    --tw-gradient-to: #581c87;
  }

  .xl\:active\:to-violet-50:active {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:active\:to-violet-100:active {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:active\:to-violet-200:active {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:active\:to-violet-300:active {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:active\:to-violet-400:active {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:active\:to-violet-500:active {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:active\:to-violet-600:active {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:active\:to-violet-700:active {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:active\:to-violet-800:active {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:active\:to-violet-900:active {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:active\:to-indigo-50:active {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:active\:to-indigo-100:active {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:active\:to-indigo-200:active {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:active\:to-indigo-300:active {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:active\:to-indigo-400:active {
    --tw-gradient-to: #818cf8;
  }

  .xl\:active\:to-indigo-500:active {
    --tw-gradient-to: #6366f1;
  }

  .xl\:active\:to-indigo-600:active {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:active\:to-indigo-700:active {
    --tw-gradient-to: #4338ca;
  }

  .xl\:active\:to-indigo-800:active {
    --tw-gradient-to: #3730a3;
  }

  .xl\:active\:to-indigo-900:active {
    --tw-gradient-to: #312e81;
  }

  .xl\:active\:to-blue-50:active {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:active\:to-blue-100:active {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:active\:to-blue-200:active {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:active\:to-blue-300:active {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:active\:to-blue-400:active {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:active\:to-blue-500:active {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:active\:to-blue-600:active {
    --tw-gradient-to: #2563eb;
  }

  .xl\:active\:to-blue-700:active {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:active\:to-blue-800:active {
    --tw-gradient-to: #1e40af;
  }

  .xl\:active\:to-blue-900:active {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:active\:to-lightBlue-50:active {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:active\:to-lightBlue-100:active {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:active\:to-lightBlue-200:active {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:active\:to-lightBlue-300:active {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:active\:to-lightBlue-400:active {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:active\:to-lightBlue-500:active {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:active\:to-lightBlue-600:active {
    --tw-gradient-to: #0284c7;
  }

  .xl\:active\:to-lightBlue-700:active {
    --tw-gradient-to: #0369a1;
  }

  .xl\:active\:to-lightBlue-800:active {
    --tw-gradient-to: #075985;
  }

  .xl\:active\:to-lightBlue-900:active {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:active\:to-cyan-50:active {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:active\:to-cyan-100:active {
    --tw-gradient-to: #cffafe;
  }

  .xl\:active\:to-cyan-200:active {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:active\:to-cyan-300:active {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:active\:to-cyan-400:active {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:active\:to-cyan-500:active {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:active\:to-cyan-600:active {
    --tw-gradient-to: #0891b2;
  }

  .xl\:active\:to-cyan-700:active {
    --tw-gradient-to: #0e7490;
  }

  .xl\:active\:to-cyan-800:active {
    --tw-gradient-to: #155e75;
  }

  .xl\:active\:to-cyan-900:active {
    --tw-gradient-to: #164e63;
  }

  .xl\:active\:to-teal-50:active {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:active\:to-teal-100:active {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:active\:to-teal-200:active {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:active\:to-teal-300:active {
    --tw-gradient-to: #5eead4;
  }

  .xl\:active\:to-teal-400:active {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:active\:to-teal-500:active {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:active\:to-teal-600:active {
    --tw-gradient-to: #0d9488;
  }

  .xl\:active\:to-teal-700:active {
    --tw-gradient-to: #0f766e;
  }

  .xl\:active\:to-teal-800:active {
    --tw-gradient-to: #115e59;
  }

  .xl\:active\:to-teal-900:active {
    --tw-gradient-to: #134e4a;
  }

  .xl\:active\:to-emerald-50:active {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:active\:to-emerald-100:active {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:active\:to-emerald-200:active {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:active\:to-emerald-300:active {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:active\:to-emerald-400:active {
    --tw-gradient-to: #34d399;
  }

  .xl\:active\:to-emerald-500:active {
    --tw-gradient-to: #10b981;
  }

  .xl\:active\:to-emerald-600:active {
    --tw-gradient-to: #059669;
  }

  .xl\:active\:to-emerald-700:active {
    --tw-gradient-to: #047857;
  }

  .xl\:active\:to-emerald-800:active {
    --tw-gradient-to: #065f46;
  }

  .xl\:active\:to-emerald-900:active {
    --tw-gradient-to: #064e3b;
  }

  .xl\:active\:to-green-50:active {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:active\:to-green-100:active {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:active\:to-green-200:active {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:active\:to-green-300:active {
    --tw-gradient-to: #86efac;
  }

  .xl\:active\:to-green-400:active {
    --tw-gradient-to: #4ade80;
  }

  .xl\:active\:to-green-500:active {
    --tw-gradient-to: #22c55e;
  }

  .xl\:active\:to-green-600:active {
    --tw-gradient-to: #16a34a;
  }

  .xl\:active\:to-green-700:active {
    --tw-gradient-to: #15803d;
  }

  .xl\:active\:to-green-800:active {
    --tw-gradient-to: #166534;
  }

  .xl\:active\:to-green-900:active {
    --tw-gradient-to: #14532d;
  }

  .xl\:active\:to-lime-50:active {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:active\:to-lime-100:active {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:active\:to-lime-200:active {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:active\:to-lime-300:active {
    --tw-gradient-to: #bef264;
  }

  .xl\:active\:to-lime-400:active {
    --tw-gradient-to: #a3e635;
  }

  .xl\:active\:to-lime-500:active {
    --tw-gradient-to: #84cc16;
  }

  .xl\:active\:to-lime-600:active {
    --tw-gradient-to: #65a30d;
  }

  .xl\:active\:to-lime-700:active {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:active\:to-lime-800:active {
    --tw-gradient-to: #3f6212;
  }

  .xl\:active\:to-lime-900:active {
    --tw-gradient-to: #365314;
  }

  .xl\:active\:to-yellow-50:active {
    --tw-gradient-to: #fefce8;
  }

  .xl\:active\:to-yellow-100:active {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:active\:to-yellow-200:active {
    --tw-gradient-to: #fef08a;
  }

  .xl\:active\:to-yellow-300:active {
    --tw-gradient-to: #fde047;
  }

  .xl\:active\:to-yellow-400:active {
    --tw-gradient-to: #facc15;
  }

  .xl\:active\:to-yellow-500:active {
    --tw-gradient-to: #eab308;
  }

  .xl\:active\:to-yellow-600:active {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:active\:to-yellow-700:active {
    --tw-gradient-to: #a16207;
  }

  .xl\:active\:to-yellow-800:active {
    --tw-gradient-to: #854d0e;
  }

  .xl\:active\:to-yellow-900:active {
    --tw-gradient-to: #713f12;
  }

  .xl\:active\:to-amber-50:active {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:active\:to-amber-100:active {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:active\:to-amber-200:active {
    --tw-gradient-to: #fde68a;
  }

  .xl\:active\:to-amber-300:active {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:active\:to-amber-400:active {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:active\:to-amber-500:active {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:active\:to-amber-600:active {
    --tw-gradient-to: #d97706;
  }

  .xl\:active\:to-amber-700:active {
    --tw-gradient-to: #b45309;
  }

  .xl\:active\:to-amber-800:active {
    --tw-gradient-to: #92400e;
  }

  .xl\:active\:to-amber-900:active {
    --tw-gradient-to: #78350f;
  }

  .xl\:active\:to-orange-50:active {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:active\:to-orange-100:active {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:active\:to-orange-200:active {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:active\:to-orange-300:active {
    --tw-gradient-to: #fdba74;
  }

  .xl\:active\:to-orange-400:active {
    --tw-gradient-to: #fb923c;
  }

  .xl\:active\:to-orange-500:active {
    --tw-gradient-to: #f97316;
  }

  .xl\:active\:to-orange-600:active {
    --tw-gradient-to: #ea580c;
  }

  .xl\:active\:to-orange-700:active {
    --tw-gradient-to: #c2410c;
  }

  .xl\:active\:to-orange-800:active {
    --tw-gradient-to: #9a3412;
  }

  .xl\:active\:to-orange-900:active {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:active\:to-red-50:active {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:active\:to-red-100:active {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:active\:to-red-200:active {
    --tw-gradient-to: #fecaca;
  }

  .xl\:active\:to-red-300:active {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:active\:to-red-400:active {
    --tw-gradient-to: #f87171;
  }

  .xl\:active\:to-red-500:active {
    --tw-gradient-to: #ef4444;
  }

  .xl\:active\:to-red-600:active {
    --tw-gradient-to: #dc2626;
  }

  .xl\:active\:to-red-700:active {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:active\:to-red-800:active {
    --tw-gradient-to: #991b1b;
  }

  .xl\:active\:to-red-900:active {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:active\:to-warmGray-50:active {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:active\:to-warmGray-100:active {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:active\:to-warmGray-200:active {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:active\:to-warmGray-300:active {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:active\:to-warmGray-400:active {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:active\:to-warmGray-500:active {
    --tw-gradient-to: #78716c;
  }

  .xl\:active\:to-warmGray-600:active {
    --tw-gradient-to: #57534e;
  }

  .xl\:active\:to-warmGray-700:active {
    --tw-gradient-to: #44403c;
  }

  .xl\:active\:to-warmGray-800:active {
    --tw-gradient-to: #292524;
  }

  .xl\:active\:to-warmGray-900:active {
    --tw-gradient-to: #1c1917;
  }

  .xl\:active\:to-trueGray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .xl\:active\:to-trueGray-100:active {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:active\:to-trueGray-200:active {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:active\:to-trueGray-300:active {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:active\:to-trueGray-400:active {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:active\:to-trueGray-500:active {
    --tw-gradient-to: #737373;
  }

  .xl\:active\:to-trueGray-600:active {
    --tw-gradient-to: #525252;
  }

  .xl\:active\:to-trueGray-700:active {
    --tw-gradient-to: #404040;
  }

  .xl\:active\:to-trueGray-800:active {
    --tw-gradient-to: #262626;
  }

  .xl\:active\:to-trueGray-900:active {
    --tw-gradient-to: #171717;
  }

  .xl\:active\:to-gray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .xl\:active\:to-gray-100:active {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:active\:to-gray-200:active {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:active\:to-gray-300:active {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:active\:to-gray-400:active {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:active\:to-gray-500:active {
    --tw-gradient-to: #71717a;
  }

  .xl\:active\:to-gray-600:active {
    --tw-gradient-to: #52525b;
  }

  .xl\:active\:to-gray-700:active {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:active\:to-gray-800:active {
    --tw-gradient-to: #27272a;
  }

  .xl\:active\:to-gray-900:active {
    --tw-gradient-to: #18181b;
  }

  .xl\:active\:to-coolGray-50:active {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:active\:to-coolGray-100:active {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:active\:to-coolGray-200:active {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:active\:to-coolGray-300:active {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:active\:to-coolGray-400:active {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:active\:to-coolGray-500:active {
    --tw-gradient-to: #6b7280;
  }

  .xl\:active\:to-coolGray-600:active {
    --tw-gradient-to: #4b5563;
  }

  .xl\:active\:to-coolGray-700:active {
    --tw-gradient-to: #374151;
  }

  .xl\:active\:to-coolGray-800:active {
    --tw-gradient-to: #1f2937;
  }

  .xl\:active\:to-coolGray-900:active {
    --tw-gradient-to: #111827;
  }

  .xl\:active\:to-blueGray-50:active {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:active\:to-blueGray-100:active {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:active\:to-blueGray-200:active {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:active\:to-blueGray-300:active {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:active\:to-blueGray-400:active {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:active\:to-blueGray-500:active {
    --tw-gradient-to: #64748b;
  }

  .xl\:active\:to-blueGray-600:active {
    --tw-gradient-to: #475569;
  }

  .xl\:active\:to-blueGray-700:active {
    --tw-gradient-to: #334155;
  }

  .xl\:active\:to-blueGray-800:active {
    --tw-gradient-to: #1e293b;
  }

  .xl\:active\:to-blueGray-900:active {
    --tw-gradient-to: #0f172a;
  }

  .xl\:active\:to-current:active {
    --tw-gradient-to: current;
  }

  .xl\:active\:to-transparent:active {
    --tw-gradient-to: transparent;
  }

  .xl\:visited\:from-black:visited {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:visited\:from-white:visited {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:visited\:from-rose-50:visited {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:visited\:from-rose-100:visited {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:visited\:from-rose-200:visited {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:visited\:from-rose-300:visited {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:visited\:from-rose-400:visited {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:visited\:from-rose-500:visited {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:visited\:from-rose-600:visited {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:visited\:from-rose-700:visited {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:visited\:from-rose-800:visited {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:visited\:from-rose-900:visited {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:visited\:from-pink-50:visited {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:visited\:from-pink-100:visited {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:visited\:from-pink-200:visited {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:visited\:from-pink-300:visited {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:visited\:from-pink-400:visited {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:visited\:from-pink-500:visited {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:visited\:from-pink-600:visited {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:visited\:from-pink-700:visited {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:visited\:from-pink-800:visited {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:visited\:from-pink-900:visited {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:visited\:from-fuchsia-50:visited {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:visited\:from-fuchsia-100:visited {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:visited\:from-fuchsia-200:visited {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:visited\:from-fuchsia-300:visited {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:visited\:from-fuchsia-400:visited {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:visited\:from-fuchsia-500:visited {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:visited\:from-fuchsia-600:visited {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:visited\:from-fuchsia-700:visited {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:visited\:from-fuchsia-800:visited {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:visited\:from-fuchsia-900:visited {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:visited\:from-purple-50:visited {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:visited\:from-purple-100:visited {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:visited\:from-purple-200:visited {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:visited\:from-purple-300:visited {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:visited\:from-purple-400:visited {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:visited\:from-purple-500:visited {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:visited\:from-purple-600:visited {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:visited\:from-purple-700:visited {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:visited\:from-purple-800:visited {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:visited\:from-purple-900:visited {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:visited\:from-violet-50:visited {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:visited\:from-violet-100:visited {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:visited\:from-violet-200:visited {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:visited\:from-violet-300:visited {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:visited\:from-violet-400:visited {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:visited\:from-violet-500:visited {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:visited\:from-violet-600:visited {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:visited\:from-violet-700:visited {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:visited\:from-violet-800:visited {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:visited\:from-violet-900:visited {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:visited\:from-indigo-50:visited {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:visited\:from-indigo-100:visited {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:visited\:from-indigo-200:visited {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:visited\:from-indigo-300:visited {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:visited\:from-indigo-400:visited {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:visited\:from-indigo-500:visited {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:visited\:from-indigo-600:visited {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:visited\:from-indigo-700:visited {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:visited\:from-indigo-800:visited {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:visited\:from-indigo-900:visited {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:visited\:from-blue-50:visited {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:visited\:from-blue-100:visited {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:visited\:from-blue-200:visited {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:visited\:from-blue-300:visited {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:visited\:from-blue-400:visited {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:visited\:from-blue-500:visited {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:visited\:from-blue-600:visited {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:visited\:from-blue-700:visited {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:visited\:from-blue-800:visited {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:visited\:from-blue-900:visited {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:visited\:from-lightBlue-50:visited {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:visited\:from-lightBlue-100:visited {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:visited\:from-lightBlue-200:visited {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:visited\:from-lightBlue-300:visited {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:visited\:from-lightBlue-400:visited {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:visited\:from-lightBlue-500:visited {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:visited\:from-lightBlue-600:visited {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:visited\:from-lightBlue-700:visited {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:visited\:from-lightBlue-800:visited {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:visited\:from-lightBlue-900:visited {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:visited\:from-cyan-50:visited {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:visited\:from-cyan-100:visited {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:visited\:from-cyan-200:visited {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:visited\:from-cyan-300:visited {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:visited\:from-cyan-400:visited {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:visited\:from-cyan-500:visited {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:visited\:from-cyan-600:visited {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:visited\:from-cyan-700:visited {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:visited\:from-cyan-800:visited {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:visited\:from-cyan-900:visited {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:visited\:from-teal-50:visited {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:visited\:from-teal-100:visited {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:visited\:from-teal-200:visited {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:visited\:from-teal-300:visited {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:visited\:from-teal-400:visited {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:visited\:from-teal-500:visited {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:visited\:from-teal-600:visited {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:visited\:from-teal-700:visited {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:visited\:from-teal-800:visited {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:visited\:from-teal-900:visited {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:visited\:from-emerald-50:visited {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:visited\:from-emerald-100:visited {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:visited\:from-emerald-200:visited {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:visited\:from-emerald-300:visited {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:visited\:from-emerald-400:visited {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:visited\:from-emerald-500:visited {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:visited\:from-emerald-600:visited {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:visited\:from-emerald-700:visited {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:visited\:from-emerald-800:visited {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:visited\:from-emerald-900:visited {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:visited\:from-green-50:visited {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:visited\:from-green-100:visited {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:visited\:from-green-200:visited {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:visited\:from-green-300:visited {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:visited\:from-green-400:visited {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:visited\:from-green-500:visited {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:visited\:from-green-600:visited {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:visited\:from-green-700:visited {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:visited\:from-green-800:visited {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:visited\:from-green-900:visited {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:visited\:from-lime-50:visited {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:visited\:from-lime-100:visited {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:visited\:from-lime-200:visited {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:visited\:from-lime-300:visited {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:visited\:from-lime-400:visited {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:visited\:from-lime-500:visited {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:visited\:from-lime-600:visited {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:visited\:from-lime-700:visited {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:visited\:from-lime-800:visited {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:visited\:from-lime-900:visited {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:visited\:from-yellow-50:visited {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:visited\:from-yellow-100:visited {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:visited\:from-yellow-200:visited {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:visited\:from-yellow-300:visited {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:visited\:from-yellow-400:visited {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:visited\:from-yellow-500:visited {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:visited\:from-yellow-600:visited {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:visited\:from-yellow-700:visited {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:visited\:from-yellow-800:visited {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:visited\:from-yellow-900:visited {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:visited\:from-amber-50:visited {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:visited\:from-amber-100:visited {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:visited\:from-amber-200:visited {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:visited\:from-amber-300:visited {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:visited\:from-amber-400:visited {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:visited\:from-amber-500:visited {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:visited\:from-amber-600:visited {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:visited\:from-amber-700:visited {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:visited\:from-amber-800:visited {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:visited\:from-amber-900:visited {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:visited\:from-orange-50:visited {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:visited\:from-orange-100:visited {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:visited\:from-orange-200:visited {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:visited\:from-orange-300:visited {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:visited\:from-orange-400:visited {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:visited\:from-orange-500:visited {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:visited\:from-orange-600:visited {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:visited\:from-orange-700:visited {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:visited\:from-orange-800:visited {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:visited\:from-orange-900:visited {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:visited\:from-red-50:visited {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:visited\:from-red-100:visited {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:visited\:from-red-200:visited {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:visited\:from-red-300:visited {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:visited\:from-red-400:visited {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:visited\:from-red-500:visited {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:visited\:from-red-600:visited {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:visited\:from-red-700:visited {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:visited\:from-red-800:visited {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:visited\:from-red-900:visited {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:visited\:from-warmGray-50:visited {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:visited\:from-warmGray-100:visited {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:visited\:from-warmGray-200:visited {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:visited\:from-warmGray-300:visited {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:visited\:from-warmGray-400:visited {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:visited\:from-warmGray-500:visited {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:visited\:from-warmGray-600:visited {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:visited\:from-warmGray-700:visited {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:visited\:from-warmGray-800:visited {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:visited\:from-warmGray-900:visited {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:visited\:from-trueGray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:visited\:from-trueGray-100:visited {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:visited\:from-trueGray-200:visited {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:visited\:from-trueGray-300:visited {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:visited\:from-trueGray-400:visited {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:visited\:from-trueGray-500:visited {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:visited\:from-trueGray-600:visited {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:visited\:from-trueGray-700:visited {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:visited\:from-trueGray-800:visited {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:visited\:from-trueGray-900:visited {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:visited\:from-gray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:visited\:from-gray-100:visited {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:visited\:from-gray-200:visited {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:visited\:from-gray-300:visited {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:visited\:from-gray-400:visited {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:visited\:from-gray-500:visited {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:visited\:from-gray-600:visited {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:visited\:from-gray-700:visited {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:visited\:from-gray-800:visited {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:visited\:from-gray-900:visited {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:visited\:from-coolGray-50:visited {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:visited\:from-coolGray-100:visited {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:visited\:from-coolGray-200:visited {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:visited\:from-coolGray-300:visited {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:visited\:from-coolGray-400:visited {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:visited\:from-coolGray-500:visited {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:visited\:from-coolGray-600:visited {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:visited\:from-coolGray-700:visited {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:visited\:from-coolGray-800:visited {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:visited\:from-coolGray-900:visited {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:visited\:from-blueGray-50:visited {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:visited\:from-blueGray-100:visited {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:visited\:from-blueGray-200:visited {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:visited\:from-blueGray-300:visited {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:visited\:from-blueGray-400:visited {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:visited\:from-blueGray-500:visited {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:visited\:from-blueGray-600:visited {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:visited\:from-blueGray-700:visited {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:visited\:from-blueGray-800:visited {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:visited\:from-blueGray-900:visited {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:visited\:from-current:visited {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:visited\:from-transparent:visited {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:visited\:via-black:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:visited\:via-white:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:visited\:via-rose-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:visited\:via-rose-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:visited\:via-rose-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:visited\:via-rose-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:visited\:via-rose-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:visited\:via-rose-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:visited\:via-rose-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:visited\:via-rose-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:visited\:via-rose-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:visited\:via-rose-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:visited\:via-pink-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:visited\:via-pink-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:visited\:via-pink-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:visited\:via-pink-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:visited\:via-pink-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:visited\:via-pink-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:visited\:via-pink-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:visited\:via-pink-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:visited\:via-pink-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:visited\:via-pink-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:visited\:via-fuchsia-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:visited\:via-fuchsia-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:visited\:via-fuchsia-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:visited\:via-fuchsia-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:visited\:via-fuchsia-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:visited\:via-fuchsia-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:visited\:via-fuchsia-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:visited\:via-fuchsia-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:visited\:via-fuchsia-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:visited\:via-fuchsia-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:visited\:via-purple-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:visited\:via-purple-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:visited\:via-purple-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:visited\:via-purple-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:visited\:via-purple-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:visited\:via-purple-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:visited\:via-purple-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:visited\:via-purple-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:visited\:via-purple-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:visited\:via-purple-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:visited\:via-violet-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:visited\:via-violet-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:visited\:via-violet-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:visited\:via-violet-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:visited\:via-violet-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:visited\:via-violet-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:visited\:via-violet-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:visited\:via-violet-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:visited\:via-violet-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:visited\:via-violet-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:visited\:via-indigo-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:visited\:via-indigo-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:visited\:via-indigo-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:visited\:via-indigo-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:visited\:via-indigo-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:visited\:via-indigo-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:visited\:via-indigo-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:visited\:via-indigo-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:visited\:via-indigo-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:visited\:via-indigo-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:visited\:via-blue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:visited\:via-blue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:visited\:via-blue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:visited\:via-blue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:visited\:via-blue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:visited\:via-blue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:visited\:via-blue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:visited\:via-blue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:visited\:via-blue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:visited\:via-blue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:visited\:via-lightBlue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:visited\:via-lightBlue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:visited\:via-lightBlue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:visited\:via-lightBlue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:visited\:via-lightBlue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:visited\:via-lightBlue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:visited\:via-lightBlue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:visited\:via-lightBlue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:visited\:via-lightBlue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:visited\:via-lightBlue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:visited\:via-cyan-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:visited\:via-cyan-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:visited\:via-cyan-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:visited\:via-cyan-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:visited\:via-cyan-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:visited\:via-cyan-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:visited\:via-cyan-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:visited\:via-cyan-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:visited\:via-cyan-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:visited\:via-cyan-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:visited\:via-teal-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:visited\:via-teal-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:visited\:via-teal-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:visited\:via-teal-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:visited\:via-teal-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:visited\:via-teal-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:visited\:via-teal-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:visited\:via-teal-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:visited\:via-teal-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:visited\:via-teal-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:visited\:via-emerald-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:visited\:via-emerald-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:visited\:via-emerald-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:visited\:via-emerald-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:visited\:via-emerald-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:visited\:via-emerald-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:visited\:via-emerald-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:visited\:via-emerald-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:visited\:via-emerald-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:visited\:via-emerald-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:visited\:via-green-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:visited\:via-green-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:visited\:via-green-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:visited\:via-green-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:visited\:via-green-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:visited\:via-green-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:visited\:via-green-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:visited\:via-green-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:visited\:via-green-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:visited\:via-green-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:visited\:via-lime-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:visited\:via-lime-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:visited\:via-lime-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:visited\:via-lime-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:visited\:via-lime-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:visited\:via-lime-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:visited\:via-lime-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:visited\:via-lime-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:visited\:via-lime-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:visited\:via-lime-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:visited\:via-yellow-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:visited\:via-yellow-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:visited\:via-yellow-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:visited\:via-yellow-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:visited\:via-yellow-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:visited\:via-yellow-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:visited\:via-yellow-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:visited\:via-yellow-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:visited\:via-yellow-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:visited\:via-yellow-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:visited\:via-amber-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:visited\:via-amber-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:visited\:via-amber-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:visited\:via-amber-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:visited\:via-amber-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:visited\:via-amber-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:visited\:via-amber-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:visited\:via-amber-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:visited\:via-amber-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:visited\:via-amber-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:visited\:via-orange-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:visited\:via-orange-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:visited\:via-orange-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:visited\:via-orange-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:visited\:via-orange-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:visited\:via-orange-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:visited\:via-orange-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:visited\:via-orange-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:visited\:via-orange-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:visited\:via-orange-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:visited\:via-red-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:visited\:via-red-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:visited\:via-red-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:visited\:via-red-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:visited\:via-red-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:visited\:via-red-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:visited\:via-red-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:visited\:via-red-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:visited\:via-red-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:visited\:via-red-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:visited\:via-warmGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:visited\:via-warmGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:visited\:via-warmGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:visited\:via-warmGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:visited\:via-warmGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:visited\:via-warmGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:visited\:via-warmGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:visited\:via-warmGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:visited\:via-warmGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:visited\:via-warmGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:visited\:via-trueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:visited\:via-trueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:visited\:via-trueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:visited\:via-trueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:visited\:via-trueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:visited\:via-trueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:visited\:via-trueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:visited\:via-trueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:visited\:via-trueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:visited\:via-trueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:visited\:via-gray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:visited\:via-gray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:visited\:via-gray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:visited\:via-gray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:visited\:via-gray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:visited\:via-gray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:visited\:via-gray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:visited\:via-gray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:visited\:via-gray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:visited\:via-gray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:visited\:via-coolGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:visited\:via-coolGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:visited\:via-coolGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:visited\:via-coolGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:visited\:via-coolGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:visited\:via-coolGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:visited\:via-coolGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:visited\:via-coolGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:visited\:via-coolGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:visited\:via-coolGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:visited\:via-blueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:visited\:via-blueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:visited\:via-blueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:visited\:via-blueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:visited\:via-blueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:visited\:via-blueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:visited\:via-blueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:visited\:via-blueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:visited\:via-blueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:visited\:via-blueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:visited\:via-current:visited {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:visited\:via-transparent:visited {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:visited\:to-black:visited {
    --tw-gradient-to: #000;
  }

  .xl\:visited\:to-white:visited {
    --tw-gradient-to: #fff;
  }

  .xl\:visited\:to-rose-50:visited {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:visited\:to-rose-100:visited {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:visited\:to-rose-200:visited {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:visited\:to-rose-300:visited {
    --tw-gradient-to: #fda4af;
  }

  .xl\:visited\:to-rose-400:visited {
    --tw-gradient-to: #fb7185;
  }

  .xl\:visited\:to-rose-500:visited {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:visited\:to-rose-600:visited {
    --tw-gradient-to: #e11d48;
  }

  .xl\:visited\:to-rose-700:visited {
    --tw-gradient-to: #be123c;
  }

  .xl\:visited\:to-rose-800:visited {
    --tw-gradient-to: #9f1239;
  }

  .xl\:visited\:to-rose-900:visited {
    --tw-gradient-to: #881337;
  }

  .xl\:visited\:to-pink-50:visited {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:visited\:to-pink-100:visited {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:visited\:to-pink-200:visited {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:visited\:to-pink-300:visited {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:visited\:to-pink-400:visited {
    --tw-gradient-to: #f472b6;
  }

  .xl\:visited\:to-pink-500:visited {
    --tw-gradient-to: #ec4899;
  }

  .xl\:visited\:to-pink-600:visited {
    --tw-gradient-to: #db2777;
  }

  .xl\:visited\:to-pink-700:visited {
    --tw-gradient-to: #be185d;
  }

  .xl\:visited\:to-pink-800:visited {
    --tw-gradient-to: #9d174d;
  }

  .xl\:visited\:to-pink-900:visited {
    --tw-gradient-to: #831843;
  }

  .xl\:visited\:to-fuchsia-50:visited {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:visited\:to-fuchsia-100:visited {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:visited\:to-fuchsia-200:visited {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:visited\:to-fuchsia-300:visited {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:visited\:to-fuchsia-400:visited {
    --tw-gradient-to: #e879f9;
  }

  .xl\:visited\:to-fuchsia-500:visited {
    --tw-gradient-to: #d946ef;
  }

  .xl\:visited\:to-fuchsia-600:visited {
    --tw-gradient-to: #c026d3;
  }

  .xl\:visited\:to-fuchsia-700:visited {
    --tw-gradient-to: #a21caf;
  }

  .xl\:visited\:to-fuchsia-800:visited {
    --tw-gradient-to: #86198f;
  }

  .xl\:visited\:to-fuchsia-900:visited {
    --tw-gradient-to: #701a75;
  }

  .xl\:visited\:to-purple-50:visited {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:visited\:to-purple-100:visited {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:visited\:to-purple-200:visited {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:visited\:to-purple-300:visited {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:visited\:to-purple-400:visited {
    --tw-gradient-to: #c084fc;
  }

  .xl\:visited\:to-purple-500:visited {
    --tw-gradient-to: #a855f7;
  }

  .xl\:visited\:to-purple-600:visited {
    --tw-gradient-to: #9333ea;
  }

  .xl\:visited\:to-purple-700:visited {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:visited\:to-purple-800:visited {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:visited\:to-purple-900:visited {
    --tw-gradient-to: #581c87;
  }

  .xl\:visited\:to-violet-50:visited {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:visited\:to-violet-100:visited {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:visited\:to-violet-200:visited {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:visited\:to-violet-300:visited {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:visited\:to-violet-400:visited {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:visited\:to-violet-500:visited {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:visited\:to-violet-600:visited {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:visited\:to-violet-700:visited {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:visited\:to-violet-800:visited {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:visited\:to-violet-900:visited {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:visited\:to-indigo-50:visited {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:visited\:to-indigo-100:visited {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:visited\:to-indigo-200:visited {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:visited\:to-indigo-300:visited {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:visited\:to-indigo-400:visited {
    --tw-gradient-to: #818cf8;
  }

  .xl\:visited\:to-indigo-500:visited {
    --tw-gradient-to: #6366f1;
  }

  .xl\:visited\:to-indigo-600:visited {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:visited\:to-indigo-700:visited {
    --tw-gradient-to: #4338ca;
  }

  .xl\:visited\:to-indigo-800:visited {
    --tw-gradient-to: #3730a3;
  }

  .xl\:visited\:to-indigo-900:visited {
    --tw-gradient-to: #312e81;
  }

  .xl\:visited\:to-blue-50:visited {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:visited\:to-blue-100:visited {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:visited\:to-blue-200:visited {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:visited\:to-blue-300:visited {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:visited\:to-blue-400:visited {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:visited\:to-blue-500:visited {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:visited\:to-blue-600:visited {
    --tw-gradient-to: #2563eb;
  }

  .xl\:visited\:to-blue-700:visited {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:visited\:to-blue-800:visited {
    --tw-gradient-to: #1e40af;
  }

  .xl\:visited\:to-blue-900:visited {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:visited\:to-lightBlue-50:visited {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:visited\:to-lightBlue-100:visited {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:visited\:to-lightBlue-200:visited {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:visited\:to-lightBlue-300:visited {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:visited\:to-lightBlue-400:visited {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:visited\:to-lightBlue-500:visited {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:visited\:to-lightBlue-600:visited {
    --tw-gradient-to: #0284c7;
  }

  .xl\:visited\:to-lightBlue-700:visited {
    --tw-gradient-to: #0369a1;
  }

  .xl\:visited\:to-lightBlue-800:visited {
    --tw-gradient-to: #075985;
  }

  .xl\:visited\:to-lightBlue-900:visited {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:visited\:to-cyan-50:visited {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:visited\:to-cyan-100:visited {
    --tw-gradient-to: #cffafe;
  }

  .xl\:visited\:to-cyan-200:visited {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:visited\:to-cyan-300:visited {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:visited\:to-cyan-400:visited {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:visited\:to-cyan-500:visited {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:visited\:to-cyan-600:visited {
    --tw-gradient-to: #0891b2;
  }

  .xl\:visited\:to-cyan-700:visited {
    --tw-gradient-to: #0e7490;
  }

  .xl\:visited\:to-cyan-800:visited {
    --tw-gradient-to: #155e75;
  }

  .xl\:visited\:to-cyan-900:visited {
    --tw-gradient-to: #164e63;
  }

  .xl\:visited\:to-teal-50:visited {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:visited\:to-teal-100:visited {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:visited\:to-teal-200:visited {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:visited\:to-teal-300:visited {
    --tw-gradient-to: #5eead4;
  }

  .xl\:visited\:to-teal-400:visited {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:visited\:to-teal-500:visited {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:visited\:to-teal-600:visited {
    --tw-gradient-to: #0d9488;
  }

  .xl\:visited\:to-teal-700:visited {
    --tw-gradient-to: #0f766e;
  }

  .xl\:visited\:to-teal-800:visited {
    --tw-gradient-to: #115e59;
  }

  .xl\:visited\:to-teal-900:visited {
    --tw-gradient-to: #134e4a;
  }

  .xl\:visited\:to-emerald-50:visited {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:visited\:to-emerald-100:visited {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:visited\:to-emerald-200:visited {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:visited\:to-emerald-300:visited {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:visited\:to-emerald-400:visited {
    --tw-gradient-to: #34d399;
  }

  .xl\:visited\:to-emerald-500:visited {
    --tw-gradient-to: #10b981;
  }

  .xl\:visited\:to-emerald-600:visited {
    --tw-gradient-to: #059669;
  }

  .xl\:visited\:to-emerald-700:visited {
    --tw-gradient-to: #047857;
  }

  .xl\:visited\:to-emerald-800:visited {
    --tw-gradient-to: #065f46;
  }

  .xl\:visited\:to-emerald-900:visited {
    --tw-gradient-to: #064e3b;
  }

  .xl\:visited\:to-green-50:visited {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:visited\:to-green-100:visited {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:visited\:to-green-200:visited {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:visited\:to-green-300:visited {
    --tw-gradient-to: #86efac;
  }

  .xl\:visited\:to-green-400:visited {
    --tw-gradient-to: #4ade80;
  }

  .xl\:visited\:to-green-500:visited {
    --tw-gradient-to: #22c55e;
  }

  .xl\:visited\:to-green-600:visited {
    --tw-gradient-to: #16a34a;
  }

  .xl\:visited\:to-green-700:visited {
    --tw-gradient-to: #15803d;
  }

  .xl\:visited\:to-green-800:visited {
    --tw-gradient-to: #166534;
  }

  .xl\:visited\:to-green-900:visited {
    --tw-gradient-to: #14532d;
  }

  .xl\:visited\:to-lime-50:visited {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:visited\:to-lime-100:visited {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:visited\:to-lime-200:visited {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:visited\:to-lime-300:visited {
    --tw-gradient-to: #bef264;
  }

  .xl\:visited\:to-lime-400:visited {
    --tw-gradient-to: #a3e635;
  }

  .xl\:visited\:to-lime-500:visited {
    --tw-gradient-to: #84cc16;
  }

  .xl\:visited\:to-lime-600:visited {
    --tw-gradient-to: #65a30d;
  }

  .xl\:visited\:to-lime-700:visited {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:visited\:to-lime-800:visited {
    --tw-gradient-to: #3f6212;
  }

  .xl\:visited\:to-lime-900:visited {
    --tw-gradient-to: #365314;
  }

  .xl\:visited\:to-yellow-50:visited {
    --tw-gradient-to: #fefce8;
  }

  .xl\:visited\:to-yellow-100:visited {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:visited\:to-yellow-200:visited {
    --tw-gradient-to: #fef08a;
  }

  .xl\:visited\:to-yellow-300:visited {
    --tw-gradient-to: #fde047;
  }

  .xl\:visited\:to-yellow-400:visited {
    --tw-gradient-to: #facc15;
  }

  .xl\:visited\:to-yellow-500:visited {
    --tw-gradient-to: #eab308;
  }

  .xl\:visited\:to-yellow-600:visited {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:visited\:to-yellow-700:visited {
    --tw-gradient-to: #a16207;
  }

  .xl\:visited\:to-yellow-800:visited {
    --tw-gradient-to: #854d0e;
  }

  .xl\:visited\:to-yellow-900:visited {
    --tw-gradient-to: #713f12;
  }

  .xl\:visited\:to-amber-50:visited {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:visited\:to-amber-100:visited {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:visited\:to-amber-200:visited {
    --tw-gradient-to: #fde68a;
  }

  .xl\:visited\:to-amber-300:visited {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:visited\:to-amber-400:visited {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:visited\:to-amber-500:visited {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:visited\:to-amber-600:visited {
    --tw-gradient-to: #d97706;
  }

  .xl\:visited\:to-amber-700:visited {
    --tw-gradient-to: #b45309;
  }

  .xl\:visited\:to-amber-800:visited {
    --tw-gradient-to: #92400e;
  }

  .xl\:visited\:to-amber-900:visited {
    --tw-gradient-to: #78350f;
  }

  .xl\:visited\:to-orange-50:visited {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:visited\:to-orange-100:visited {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:visited\:to-orange-200:visited {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:visited\:to-orange-300:visited {
    --tw-gradient-to: #fdba74;
  }

  .xl\:visited\:to-orange-400:visited {
    --tw-gradient-to: #fb923c;
  }

  .xl\:visited\:to-orange-500:visited {
    --tw-gradient-to: #f97316;
  }

  .xl\:visited\:to-orange-600:visited {
    --tw-gradient-to: #ea580c;
  }

  .xl\:visited\:to-orange-700:visited {
    --tw-gradient-to: #c2410c;
  }

  .xl\:visited\:to-orange-800:visited {
    --tw-gradient-to: #9a3412;
  }

  .xl\:visited\:to-orange-900:visited {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:visited\:to-red-50:visited {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:visited\:to-red-100:visited {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:visited\:to-red-200:visited {
    --tw-gradient-to: #fecaca;
  }

  .xl\:visited\:to-red-300:visited {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:visited\:to-red-400:visited {
    --tw-gradient-to: #f87171;
  }

  .xl\:visited\:to-red-500:visited {
    --tw-gradient-to: #ef4444;
  }

  .xl\:visited\:to-red-600:visited {
    --tw-gradient-to: #dc2626;
  }

  .xl\:visited\:to-red-700:visited {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:visited\:to-red-800:visited {
    --tw-gradient-to: #991b1b;
  }

  .xl\:visited\:to-red-900:visited {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:visited\:to-warmGray-50:visited {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:visited\:to-warmGray-100:visited {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:visited\:to-warmGray-200:visited {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:visited\:to-warmGray-300:visited {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:visited\:to-warmGray-400:visited {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:visited\:to-warmGray-500:visited {
    --tw-gradient-to: #78716c;
  }

  .xl\:visited\:to-warmGray-600:visited {
    --tw-gradient-to: #57534e;
  }

  .xl\:visited\:to-warmGray-700:visited {
    --tw-gradient-to: #44403c;
  }

  .xl\:visited\:to-warmGray-800:visited {
    --tw-gradient-to: #292524;
  }

  .xl\:visited\:to-warmGray-900:visited {
    --tw-gradient-to: #1c1917;
  }

  .xl\:visited\:to-trueGray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .xl\:visited\:to-trueGray-100:visited {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:visited\:to-trueGray-200:visited {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:visited\:to-trueGray-300:visited {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:visited\:to-trueGray-400:visited {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:visited\:to-trueGray-500:visited {
    --tw-gradient-to: #737373;
  }

  .xl\:visited\:to-trueGray-600:visited {
    --tw-gradient-to: #525252;
  }

  .xl\:visited\:to-trueGray-700:visited {
    --tw-gradient-to: #404040;
  }

  .xl\:visited\:to-trueGray-800:visited {
    --tw-gradient-to: #262626;
  }

  .xl\:visited\:to-trueGray-900:visited {
    --tw-gradient-to: #171717;
  }

  .xl\:visited\:to-gray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .xl\:visited\:to-gray-100:visited {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:visited\:to-gray-200:visited {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:visited\:to-gray-300:visited {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:visited\:to-gray-400:visited {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:visited\:to-gray-500:visited {
    --tw-gradient-to: #71717a;
  }

  .xl\:visited\:to-gray-600:visited {
    --tw-gradient-to: #52525b;
  }

  .xl\:visited\:to-gray-700:visited {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:visited\:to-gray-800:visited {
    --tw-gradient-to: #27272a;
  }

  .xl\:visited\:to-gray-900:visited {
    --tw-gradient-to: #18181b;
  }

  .xl\:visited\:to-coolGray-50:visited {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:visited\:to-coolGray-100:visited {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:visited\:to-coolGray-200:visited {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:visited\:to-coolGray-300:visited {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:visited\:to-coolGray-400:visited {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:visited\:to-coolGray-500:visited {
    --tw-gradient-to: #6b7280;
  }

  .xl\:visited\:to-coolGray-600:visited {
    --tw-gradient-to: #4b5563;
  }

  .xl\:visited\:to-coolGray-700:visited {
    --tw-gradient-to: #374151;
  }

  .xl\:visited\:to-coolGray-800:visited {
    --tw-gradient-to: #1f2937;
  }

  .xl\:visited\:to-coolGray-900:visited {
    --tw-gradient-to: #111827;
  }

  .xl\:visited\:to-blueGray-50:visited {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:visited\:to-blueGray-100:visited {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:visited\:to-blueGray-200:visited {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:visited\:to-blueGray-300:visited {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:visited\:to-blueGray-400:visited {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:visited\:to-blueGray-500:visited {
    --tw-gradient-to: #64748b;
  }

  .xl\:visited\:to-blueGray-600:visited {
    --tw-gradient-to: #475569;
  }

  .xl\:visited\:to-blueGray-700:visited {
    --tw-gradient-to: #334155;
  }

  .xl\:visited\:to-blueGray-800:visited {
    --tw-gradient-to: #1e293b;
  }

  .xl\:visited\:to-blueGray-900:visited {
    --tw-gradient-to: #0f172a;
  }

  .xl\:visited\:to-current:visited {
    --tw-gradient-to: current;
  }

  .xl\:visited\:to-transparent:visited {
    --tw-gradient-to: transparent;
  }

  .xl\:disabled\:from-black:disabled {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:disabled\:from-white:disabled {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:disabled\:from-rose-50:disabled {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:disabled\:from-rose-100:disabled {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:disabled\:from-rose-200:disabled {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:disabled\:from-rose-300:disabled {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:disabled\:from-rose-400:disabled {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:disabled\:from-rose-500:disabled {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:disabled\:from-rose-600:disabled {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:disabled\:from-rose-700:disabled {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:disabled\:from-rose-800:disabled {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:disabled\:from-rose-900:disabled {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:disabled\:from-pink-50:disabled {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:disabled\:from-pink-100:disabled {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:disabled\:from-pink-200:disabled {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:disabled\:from-pink-300:disabled {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:disabled\:from-pink-400:disabled {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:disabled\:from-pink-500:disabled {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:disabled\:from-pink-600:disabled {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:disabled\:from-pink-700:disabled {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:disabled\:from-pink-800:disabled {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:disabled\:from-pink-900:disabled {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:disabled\:from-fuchsia-50:disabled {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:disabled\:from-fuchsia-100:disabled {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:disabled\:from-fuchsia-200:disabled {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:disabled\:from-fuchsia-300:disabled {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:disabled\:from-fuchsia-400:disabled {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:disabled\:from-fuchsia-500:disabled {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:disabled\:from-fuchsia-600:disabled {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:disabled\:from-fuchsia-700:disabled {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:disabled\:from-fuchsia-800:disabled {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:disabled\:from-fuchsia-900:disabled {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:disabled\:from-purple-50:disabled {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:disabled\:from-purple-100:disabled {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:disabled\:from-purple-200:disabled {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:disabled\:from-purple-300:disabled {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:disabled\:from-purple-400:disabled {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:disabled\:from-purple-500:disabled {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:disabled\:from-purple-600:disabled {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:disabled\:from-purple-700:disabled {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:disabled\:from-purple-800:disabled {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:disabled\:from-purple-900:disabled {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:disabled\:from-violet-50:disabled {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:disabled\:from-violet-100:disabled {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:disabled\:from-violet-200:disabled {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:disabled\:from-violet-300:disabled {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:disabled\:from-violet-400:disabled {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:disabled\:from-violet-500:disabled {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:disabled\:from-violet-600:disabled {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:disabled\:from-violet-700:disabled {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:disabled\:from-violet-800:disabled {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:disabled\:from-violet-900:disabled {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:disabled\:from-indigo-50:disabled {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:disabled\:from-indigo-100:disabled {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:disabled\:from-indigo-200:disabled {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:disabled\:from-indigo-300:disabled {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:disabled\:from-indigo-400:disabled {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:disabled\:from-indigo-500:disabled {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:disabled\:from-indigo-600:disabled {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:disabled\:from-indigo-700:disabled {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:disabled\:from-indigo-800:disabled {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:disabled\:from-indigo-900:disabled {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:disabled\:from-blue-50:disabled {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:disabled\:from-blue-100:disabled {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:disabled\:from-blue-200:disabled {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:disabled\:from-blue-300:disabled {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:disabled\:from-blue-400:disabled {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:disabled\:from-blue-500:disabled {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:disabled\:from-blue-600:disabled {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:disabled\:from-blue-700:disabled {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:disabled\:from-blue-800:disabled {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:disabled\:from-blue-900:disabled {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:disabled\:from-lightBlue-50:disabled {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:disabled\:from-lightBlue-100:disabled {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:disabled\:from-lightBlue-200:disabled {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:disabled\:from-lightBlue-300:disabled {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:disabled\:from-lightBlue-400:disabled {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:disabled\:from-lightBlue-500:disabled {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:disabled\:from-lightBlue-600:disabled {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:disabled\:from-lightBlue-700:disabled {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:disabled\:from-lightBlue-800:disabled {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:disabled\:from-lightBlue-900:disabled {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:disabled\:from-cyan-50:disabled {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:disabled\:from-cyan-100:disabled {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:disabled\:from-cyan-200:disabled {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:disabled\:from-cyan-300:disabled {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:disabled\:from-cyan-400:disabled {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:disabled\:from-cyan-500:disabled {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:disabled\:from-cyan-600:disabled {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:disabled\:from-cyan-700:disabled {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:disabled\:from-cyan-800:disabled {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:disabled\:from-cyan-900:disabled {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:disabled\:from-teal-50:disabled {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:disabled\:from-teal-100:disabled {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:disabled\:from-teal-200:disabled {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:disabled\:from-teal-300:disabled {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:disabled\:from-teal-400:disabled {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:disabled\:from-teal-500:disabled {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:disabled\:from-teal-600:disabled {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:disabled\:from-teal-700:disabled {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:disabled\:from-teal-800:disabled {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:disabled\:from-teal-900:disabled {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:disabled\:from-emerald-50:disabled {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:disabled\:from-emerald-100:disabled {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:disabled\:from-emerald-200:disabled {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:disabled\:from-emerald-300:disabled {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:disabled\:from-emerald-400:disabled {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:disabled\:from-emerald-500:disabled {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:disabled\:from-emerald-600:disabled {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:disabled\:from-emerald-700:disabled {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:disabled\:from-emerald-800:disabled {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:disabled\:from-emerald-900:disabled {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:disabled\:from-green-50:disabled {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:disabled\:from-green-100:disabled {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:disabled\:from-green-200:disabled {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:disabled\:from-green-300:disabled {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:disabled\:from-green-400:disabled {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:disabled\:from-green-500:disabled {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:disabled\:from-green-600:disabled {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:disabled\:from-green-700:disabled {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:disabled\:from-green-800:disabled {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:disabled\:from-green-900:disabled {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:disabled\:from-lime-50:disabled {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:disabled\:from-lime-100:disabled {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:disabled\:from-lime-200:disabled {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:disabled\:from-lime-300:disabled {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:disabled\:from-lime-400:disabled {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:disabled\:from-lime-500:disabled {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:disabled\:from-lime-600:disabled {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:disabled\:from-lime-700:disabled {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:disabled\:from-lime-800:disabled {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:disabled\:from-lime-900:disabled {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:disabled\:from-yellow-50:disabled {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:disabled\:from-yellow-100:disabled {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:disabled\:from-yellow-200:disabled {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:disabled\:from-yellow-300:disabled {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:disabled\:from-yellow-400:disabled {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:disabled\:from-yellow-500:disabled {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:disabled\:from-yellow-600:disabled {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:disabled\:from-yellow-700:disabled {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:disabled\:from-yellow-800:disabled {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:disabled\:from-yellow-900:disabled {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:disabled\:from-amber-50:disabled {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:disabled\:from-amber-100:disabled {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:disabled\:from-amber-200:disabled {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:disabled\:from-amber-300:disabled {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:disabled\:from-amber-400:disabled {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:disabled\:from-amber-500:disabled {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:disabled\:from-amber-600:disabled {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:disabled\:from-amber-700:disabled {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:disabled\:from-amber-800:disabled {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:disabled\:from-amber-900:disabled {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:disabled\:from-orange-50:disabled {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:disabled\:from-orange-100:disabled {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:disabled\:from-orange-200:disabled {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:disabled\:from-orange-300:disabled {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:disabled\:from-orange-400:disabled {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:disabled\:from-orange-500:disabled {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:disabled\:from-orange-600:disabled {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:disabled\:from-orange-700:disabled {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:disabled\:from-orange-800:disabled {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:disabled\:from-orange-900:disabled {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:disabled\:from-red-50:disabled {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:disabled\:from-red-100:disabled {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:disabled\:from-red-200:disabled {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:disabled\:from-red-300:disabled {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:disabled\:from-red-400:disabled {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:disabled\:from-red-500:disabled {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:disabled\:from-red-600:disabled {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:disabled\:from-red-700:disabled {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:disabled\:from-red-800:disabled {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:disabled\:from-red-900:disabled {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:disabled\:from-warmGray-50:disabled {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:disabled\:from-warmGray-100:disabled {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:disabled\:from-warmGray-200:disabled {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:disabled\:from-warmGray-300:disabled {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:disabled\:from-warmGray-400:disabled {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:disabled\:from-warmGray-500:disabled {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:disabled\:from-warmGray-600:disabled {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:disabled\:from-warmGray-700:disabled {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:disabled\:from-warmGray-800:disabled {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:disabled\:from-warmGray-900:disabled {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:disabled\:from-trueGray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:disabled\:from-trueGray-100:disabled {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:disabled\:from-trueGray-200:disabled {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:disabled\:from-trueGray-300:disabled {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:disabled\:from-trueGray-400:disabled {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:disabled\:from-trueGray-500:disabled {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:disabled\:from-trueGray-600:disabled {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:disabled\:from-trueGray-700:disabled {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:disabled\:from-trueGray-800:disabled {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:disabled\:from-trueGray-900:disabled {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:disabled\:from-gray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:disabled\:from-gray-100:disabled {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:disabled\:from-gray-200:disabled {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:disabled\:from-gray-300:disabled {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:disabled\:from-gray-400:disabled {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:disabled\:from-gray-500:disabled {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:disabled\:from-gray-600:disabled {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:disabled\:from-gray-700:disabled {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:disabled\:from-gray-800:disabled {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:disabled\:from-gray-900:disabled {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:disabled\:from-coolGray-50:disabled {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:disabled\:from-coolGray-100:disabled {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:disabled\:from-coolGray-200:disabled {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:disabled\:from-coolGray-300:disabled {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:disabled\:from-coolGray-400:disabled {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:disabled\:from-coolGray-500:disabled {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:disabled\:from-coolGray-600:disabled {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:disabled\:from-coolGray-700:disabled {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:disabled\:from-coolGray-800:disabled {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:disabled\:from-coolGray-900:disabled {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:disabled\:from-blueGray-50:disabled {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:disabled\:from-blueGray-100:disabled {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:disabled\:from-blueGray-200:disabled {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:disabled\:from-blueGray-300:disabled {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:disabled\:from-blueGray-400:disabled {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:disabled\:from-blueGray-500:disabled {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:disabled\:from-blueGray-600:disabled {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:disabled\:from-blueGray-700:disabled {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:disabled\:from-blueGray-800:disabled {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:disabled\:from-blueGray-900:disabled {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:disabled\:from-current:disabled {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:disabled\:from-transparent:disabled {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:disabled\:via-black:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:disabled\:via-white:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:disabled\:via-rose-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .xl\:disabled\:via-rose-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .xl\:disabled\:via-rose-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .xl\:disabled\:via-rose-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .xl\:disabled\:via-rose-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .xl\:disabled\:via-rose-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .xl\:disabled\:via-rose-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .xl\:disabled\:via-rose-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .xl\:disabled\:via-rose-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .xl\:disabled\:via-rose-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .xl\:disabled\:via-pink-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:disabled\:via-pink-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:disabled\:via-pink-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:disabled\:via-pink-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:disabled\:via-pink-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:disabled\:via-pink-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:disabled\:via-pink-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:disabled\:via-pink-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:disabled\:via-pink-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:disabled\:via-pink-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:disabled\:via-fuchsia-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .xl\:disabled\:via-fuchsia-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .xl\:disabled\:via-fuchsia-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .xl\:disabled\:via-fuchsia-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .xl\:disabled\:via-fuchsia-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .xl\:disabled\:via-fuchsia-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .xl\:disabled\:via-fuchsia-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .xl\:disabled\:via-fuchsia-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .xl\:disabled\:via-fuchsia-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .xl\:disabled\:via-fuchsia-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .xl\:disabled\:via-purple-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:disabled\:via-purple-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .xl\:disabled\:via-purple-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .xl\:disabled\:via-purple-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .xl\:disabled\:via-purple-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .xl\:disabled\:via-purple-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .xl\:disabled\:via-purple-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .xl\:disabled\:via-purple-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .xl\:disabled\:via-purple-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .xl\:disabled\:via-purple-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .xl\:disabled\:via-violet-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:disabled\:via-violet-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:disabled\:via-violet-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:disabled\:via-violet-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:disabled\:via-violet-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:disabled\:via-violet-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:disabled\:via-violet-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:disabled\:via-violet-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:disabled\:via-violet-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:disabled\:via-violet-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:disabled\:via-indigo-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:disabled\:via-indigo-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:disabled\:via-indigo-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:disabled\:via-indigo-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:disabled\:via-indigo-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:disabled\:via-indigo-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:disabled\:via-indigo-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:disabled\:via-indigo-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:disabled\:via-indigo-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:disabled\:via-indigo-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:disabled\:via-blue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:disabled\:via-blue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:disabled\:via-blue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:disabled\:via-blue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:disabled\:via-blue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:disabled\:via-blue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:disabled\:via-blue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:disabled\:via-blue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:disabled\:via-blue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:disabled\:via-blue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:disabled\:via-lightBlue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .xl\:disabled\:via-lightBlue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .xl\:disabled\:via-lightBlue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .xl\:disabled\:via-lightBlue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .xl\:disabled\:via-lightBlue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .xl\:disabled\:via-lightBlue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .xl\:disabled\:via-lightBlue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .xl\:disabled\:via-lightBlue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .xl\:disabled\:via-lightBlue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .xl\:disabled\:via-lightBlue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .xl\:disabled\:via-cyan-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .xl\:disabled\:via-cyan-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .xl\:disabled\:via-cyan-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .xl\:disabled\:via-cyan-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .xl\:disabled\:via-cyan-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .xl\:disabled\:via-cyan-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .xl\:disabled\:via-cyan-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .xl\:disabled\:via-cyan-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .xl\:disabled\:via-cyan-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .xl\:disabled\:via-cyan-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .xl\:disabled\:via-teal-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .xl\:disabled\:via-teal-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .xl\:disabled\:via-teal-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .xl\:disabled\:via-teal-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .xl\:disabled\:via-teal-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .xl\:disabled\:via-teal-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .xl\:disabled\:via-teal-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .xl\:disabled\:via-teal-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .xl\:disabled\:via-teal-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .xl\:disabled\:via-teal-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .xl\:disabled\:via-emerald-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:disabled\:via-emerald-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:disabled\:via-emerald-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:disabled\:via-emerald-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:disabled\:via-emerald-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:disabled\:via-emerald-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:disabled\:via-emerald-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:disabled\:via-emerald-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:disabled\:via-emerald-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:disabled\:via-emerald-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:disabled\:via-green-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .xl\:disabled\:via-green-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .xl\:disabled\:via-green-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .xl\:disabled\:via-green-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .xl\:disabled\:via-green-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .xl\:disabled\:via-green-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .xl\:disabled\:via-green-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .xl\:disabled\:via-green-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .xl\:disabled\:via-green-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .xl\:disabled\:via-green-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .xl\:disabled\:via-lime-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .xl\:disabled\:via-lime-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .xl\:disabled\:via-lime-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .xl\:disabled\:via-lime-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .xl\:disabled\:via-lime-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .xl\:disabled\:via-lime-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .xl\:disabled\:via-lime-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .xl\:disabled\:via-lime-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .xl\:disabled\:via-lime-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .xl\:disabled\:via-lime-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .xl\:disabled\:via-yellow-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .xl\:disabled\:via-yellow-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .xl\:disabled\:via-yellow-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .xl\:disabled\:via-yellow-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .xl\:disabled\:via-yellow-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .xl\:disabled\:via-yellow-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .xl\:disabled\:via-yellow-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .xl\:disabled\:via-yellow-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .xl\:disabled\:via-yellow-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .xl\:disabled\:via-yellow-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .xl\:disabled\:via-amber-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:disabled\:via-amber-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:disabled\:via-amber-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:disabled\:via-amber-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:disabled\:via-amber-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:disabled\:via-amber-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:disabled\:via-amber-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:disabled\:via-amber-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:disabled\:via-amber-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:disabled\:via-amber-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:disabled\:via-orange-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .xl\:disabled\:via-orange-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .xl\:disabled\:via-orange-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .xl\:disabled\:via-orange-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .xl\:disabled\:via-orange-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .xl\:disabled\:via-orange-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .xl\:disabled\:via-orange-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .xl\:disabled\:via-orange-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .xl\:disabled\:via-orange-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .xl\:disabled\:via-orange-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .xl\:disabled\:via-red-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:disabled\:via-red-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:disabled\:via-red-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:disabled\:via-red-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:disabled\:via-red-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:disabled\:via-red-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:disabled\:via-red-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:disabled\:via-red-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:disabled\:via-red-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:disabled\:via-red-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:disabled\:via-warmGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .xl\:disabled\:via-warmGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .xl\:disabled\:via-warmGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .xl\:disabled\:via-warmGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .xl\:disabled\:via-warmGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .xl\:disabled\:via-warmGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .xl\:disabled\:via-warmGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .xl\:disabled\:via-warmGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .xl\:disabled\:via-warmGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .xl\:disabled\:via-warmGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .xl\:disabled\:via-trueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:disabled\:via-trueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:disabled\:via-trueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .xl\:disabled\:via-trueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .xl\:disabled\:via-trueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .xl\:disabled\:via-trueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .xl\:disabled\:via-trueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .xl\:disabled\:via-trueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .xl\:disabled\:via-trueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .xl\:disabled\:via-trueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .xl\:disabled\:via-gray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .xl\:disabled\:via-gray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .xl\:disabled\:via-gray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .xl\:disabled\:via-gray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .xl\:disabled\:via-gray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .xl\:disabled\:via-gray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .xl\:disabled\:via-gray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .xl\:disabled\:via-gray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .xl\:disabled\:via-gray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .xl\:disabled\:via-gray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .xl\:disabled\:via-coolGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:disabled\:via-coolGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:disabled\:via-coolGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:disabled\:via-coolGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:disabled\:via-coolGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:disabled\:via-coolGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:disabled\:via-coolGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:disabled\:via-coolGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:disabled\:via-coolGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:disabled\:via-coolGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:disabled\:via-blueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .xl\:disabled\:via-blueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .xl\:disabled\:via-blueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .xl\:disabled\:via-blueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .xl\:disabled\:via-blueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .xl\:disabled\:via-blueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .xl\:disabled\:via-blueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .xl\:disabled\:via-blueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .xl\:disabled\:via-blueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .xl\:disabled\:via-blueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .xl\:disabled\:via-current:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:disabled\:via-transparent:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:disabled\:to-black:disabled {
    --tw-gradient-to: #000;
  }

  .xl\:disabled\:to-white:disabled {
    --tw-gradient-to: #fff;
  }

  .xl\:disabled\:to-rose-50:disabled {
    --tw-gradient-to: #fff1f2;
  }

  .xl\:disabled\:to-rose-100:disabled {
    --tw-gradient-to: #ffe4e6;
  }

  .xl\:disabled\:to-rose-200:disabled {
    --tw-gradient-to: #fecdd3;
  }

  .xl\:disabled\:to-rose-300:disabled {
    --tw-gradient-to: #fda4af;
  }

  .xl\:disabled\:to-rose-400:disabled {
    --tw-gradient-to: #fb7185;
  }

  .xl\:disabled\:to-rose-500:disabled {
    --tw-gradient-to: #f43f5e;
  }

  .xl\:disabled\:to-rose-600:disabled {
    --tw-gradient-to: #e11d48;
  }

  .xl\:disabled\:to-rose-700:disabled {
    --tw-gradient-to: #be123c;
  }

  .xl\:disabled\:to-rose-800:disabled {
    --tw-gradient-to: #9f1239;
  }

  .xl\:disabled\:to-rose-900:disabled {
    --tw-gradient-to: #881337;
  }

  .xl\:disabled\:to-pink-50:disabled {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:disabled\:to-pink-100:disabled {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:disabled\:to-pink-200:disabled {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:disabled\:to-pink-300:disabled {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:disabled\:to-pink-400:disabled {
    --tw-gradient-to: #f472b6;
  }

  .xl\:disabled\:to-pink-500:disabled {
    --tw-gradient-to: #ec4899;
  }

  .xl\:disabled\:to-pink-600:disabled {
    --tw-gradient-to: #db2777;
  }

  .xl\:disabled\:to-pink-700:disabled {
    --tw-gradient-to: #be185d;
  }

  .xl\:disabled\:to-pink-800:disabled {
    --tw-gradient-to: #9d174d;
  }

  .xl\:disabled\:to-pink-900:disabled {
    --tw-gradient-to: #831843;
  }

  .xl\:disabled\:to-fuchsia-50:disabled {
    --tw-gradient-to: #fdf4ff;
  }

  .xl\:disabled\:to-fuchsia-100:disabled {
    --tw-gradient-to: #fae8ff;
  }

  .xl\:disabled\:to-fuchsia-200:disabled {
    --tw-gradient-to: #f5d0fe;
  }

  .xl\:disabled\:to-fuchsia-300:disabled {
    --tw-gradient-to: #f0abfc;
  }

  .xl\:disabled\:to-fuchsia-400:disabled {
    --tw-gradient-to: #e879f9;
  }

  .xl\:disabled\:to-fuchsia-500:disabled {
    --tw-gradient-to: #d946ef;
  }

  .xl\:disabled\:to-fuchsia-600:disabled {
    --tw-gradient-to: #c026d3;
  }

  .xl\:disabled\:to-fuchsia-700:disabled {
    --tw-gradient-to: #a21caf;
  }

  .xl\:disabled\:to-fuchsia-800:disabled {
    --tw-gradient-to: #86198f;
  }

  .xl\:disabled\:to-fuchsia-900:disabled {
    --tw-gradient-to: #701a75;
  }

  .xl\:disabled\:to-purple-50:disabled {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:disabled\:to-purple-100:disabled {
    --tw-gradient-to: #f3e8ff;
  }

  .xl\:disabled\:to-purple-200:disabled {
    --tw-gradient-to: #e9d5ff;
  }

  .xl\:disabled\:to-purple-300:disabled {
    --tw-gradient-to: #d8b4fe;
  }

  .xl\:disabled\:to-purple-400:disabled {
    --tw-gradient-to: #c084fc;
  }

  .xl\:disabled\:to-purple-500:disabled {
    --tw-gradient-to: #a855f7;
  }

  .xl\:disabled\:to-purple-600:disabled {
    --tw-gradient-to: #9333ea;
  }

  .xl\:disabled\:to-purple-700:disabled {
    --tw-gradient-to: #7e22ce;
  }

  .xl\:disabled\:to-purple-800:disabled {
    --tw-gradient-to: #6b21a8;
  }

  .xl\:disabled\:to-purple-900:disabled {
    --tw-gradient-to: #581c87;
  }

  .xl\:disabled\:to-violet-50:disabled {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:disabled\:to-violet-100:disabled {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:disabled\:to-violet-200:disabled {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:disabled\:to-violet-300:disabled {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:disabled\:to-violet-400:disabled {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:disabled\:to-violet-500:disabled {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:disabled\:to-violet-600:disabled {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:disabled\:to-violet-700:disabled {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:disabled\:to-violet-800:disabled {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:disabled\:to-violet-900:disabled {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:disabled\:to-indigo-50:disabled {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:disabled\:to-indigo-100:disabled {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:disabled\:to-indigo-200:disabled {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:disabled\:to-indigo-300:disabled {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:disabled\:to-indigo-400:disabled {
    --tw-gradient-to: #818cf8;
  }

  .xl\:disabled\:to-indigo-500:disabled {
    --tw-gradient-to: #6366f1;
  }

  .xl\:disabled\:to-indigo-600:disabled {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:disabled\:to-indigo-700:disabled {
    --tw-gradient-to: #4338ca;
  }

  .xl\:disabled\:to-indigo-800:disabled {
    --tw-gradient-to: #3730a3;
  }

  .xl\:disabled\:to-indigo-900:disabled {
    --tw-gradient-to: #312e81;
  }

  .xl\:disabled\:to-blue-50:disabled {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:disabled\:to-blue-100:disabled {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:disabled\:to-blue-200:disabled {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:disabled\:to-blue-300:disabled {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:disabled\:to-blue-400:disabled {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:disabled\:to-blue-500:disabled {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:disabled\:to-blue-600:disabled {
    --tw-gradient-to: #2563eb;
  }

  .xl\:disabled\:to-blue-700:disabled {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:disabled\:to-blue-800:disabled {
    --tw-gradient-to: #1e40af;
  }

  .xl\:disabled\:to-blue-900:disabled {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:disabled\:to-lightBlue-50:disabled {
    --tw-gradient-to: #f0f9ff;
  }

  .xl\:disabled\:to-lightBlue-100:disabled {
    --tw-gradient-to: #e0f2fe;
  }

  .xl\:disabled\:to-lightBlue-200:disabled {
    --tw-gradient-to: #bae6fd;
  }

  .xl\:disabled\:to-lightBlue-300:disabled {
    --tw-gradient-to: #7dd3fc;
  }

  .xl\:disabled\:to-lightBlue-400:disabled {
    --tw-gradient-to: #38bdf8;
  }

  .xl\:disabled\:to-lightBlue-500:disabled {
    --tw-gradient-to: #0ea5e9;
  }

  .xl\:disabled\:to-lightBlue-600:disabled {
    --tw-gradient-to: #0284c7;
  }

  .xl\:disabled\:to-lightBlue-700:disabled {
    --tw-gradient-to: #0369a1;
  }

  .xl\:disabled\:to-lightBlue-800:disabled {
    --tw-gradient-to: #075985;
  }

  .xl\:disabled\:to-lightBlue-900:disabled {
    --tw-gradient-to: #0c4a6e;
  }

  .xl\:disabled\:to-cyan-50:disabled {
    --tw-gradient-to: #ecfeff;
  }

  .xl\:disabled\:to-cyan-100:disabled {
    --tw-gradient-to: #cffafe;
  }

  .xl\:disabled\:to-cyan-200:disabled {
    --tw-gradient-to: #a5f3fc;
  }

  .xl\:disabled\:to-cyan-300:disabled {
    --tw-gradient-to: #67e8f9;
  }

  .xl\:disabled\:to-cyan-400:disabled {
    --tw-gradient-to: #22d3ee;
  }

  .xl\:disabled\:to-cyan-500:disabled {
    --tw-gradient-to: #06b6d4;
  }

  .xl\:disabled\:to-cyan-600:disabled {
    --tw-gradient-to: #0891b2;
  }

  .xl\:disabled\:to-cyan-700:disabled {
    --tw-gradient-to: #0e7490;
  }

  .xl\:disabled\:to-cyan-800:disabled {
    --tw-gradient-to: #155e75;
  }

  .xl\:disabled\:to-cyan-900:disabled {
    --tw-gradient-to: #164e63;
  }

  .xl\:disabled\:to-teal-50:disabled {
    --tw-gradient-to: #f0fdfa;
  }

  .xl\:disabled\:to-teal-100:disabled {
    --tw-gradient-to: #ccfbf1;
  }

  .xl\:disabled\:to-teal-200:disabled {
    --tw-gradient-to: #99f6e4;
  }

  .xl\:disabled\:to-teal-300:disabled {
    --tw-gradient-to: #5eead4;
  }

  .xl\:disabled\:to-teal-400:disabled {
    --tw-gradient-to: #2dd4bf;
  }

  .xl\:disabled\:to-teal-500:disabled {
    --tw-gradient-to: #14b8a6;
  }

  .xl\:disabled\:to-teal-600:disabled {
    --tw-gradient-to: #0d9488;
  }

  .xl\:disabled\:to-teal-700:disabled {
    --tw-gradient-to: #0f766e;
  }

  .xl\:disabled\:to-teal-800:disabled {
    --tw-gradient-to: #115e59;
  }

  .xl\:disabled\:to-teal-900:disabled {
    --tw-gradient-to: #134e4a;
  }

  .xl\:disabled\:to-emerald-50:disabled {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:disabled\:to-emerald-100:disabled {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:disabled\:to-emerald-200:disabled {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:disabled\:to-emerald-300:disabled {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:disabled\:to-emerald-400:disabled {
    --tw-gradient-to: #34d399;
  }

  .xl\:disabled\:to-emerald-500:disabled {
    --tw-gradient-to: #10b981;
  }

  .xl\:disabled\:to-emerald-600:disabled {
    --tw-gradient-to: #059669;
  }

  .xl\:disabled\:to-emerald-700:disabled {
    --tw-gradient-to: #047857;
  }

  .xl\:disabled\:to-emerald-800:disabled {
    --tw-gradient-to: #065f46;
  }

  .xl\:disabled\:to-emerald-900:disabled {
    --tw-gradient-to: #064e3b;
  }

  .xl\:disabled\:to-green-50:disabled {
    --tw-gradient-to: #f0fdf4;
  }

  .xl\:disabled\:to-green-100:disabled {
    --tw-gradient-to: #dcfce7;
  }

  .xl\:disabled\:to-green-200:disabled {
    --tw-gradient-to: #bbf7d0;
  }

  .xl\:disabled\:to-green-300:disabled {
    --tw-gradient-to: #86efac;
  }

  .xl\:disabled\:to-green-400:disabled {
    --tw-gradient-to: #4ade80;
  }

  .xl\:disabled\:to-green-500:disabled {
    --tw-gradient-to: #22c55e;
  }

  .xl\:disabled\:to-green-600:disabled {
    --tw-gradient-to: #16a34a;
  }

  .xl\:disabled\:to-green-700:disabled {
    --tw-gradient-to: #15803d;
  }

  .xl\:disabled\:to-green-800:disabled {
    --tw-gradient-to: #166534;
  }

  .xl\:disabled\:to-green-900:disabled {
    --tw-gradient-to: #14532d;
  }

  .xl\:disabled\:to-lime-50:disabled {
    --tw-gradient-to: #f7fee7;
  }

  .xl\:disabled\:to-lime-100:disabled {
    --tw-gradient-to: #ecfccb;
  }

  .xl\:disabled\:to-lime-200:disabled {
    --tw-gradient-to: #d9f99d;
  }

  .xl\:disabled\:to-lime-300:disabled {
    --tw-gradient-to: #bef264;
  }

  .xl\:disabled\:to-lime-400:disabled {
    --tw-gradient-to: #a3e635;
  }

  .xl\:disabled\:to-lime-500:disabled {
    --tw-gradient-to: #84cc16;
  }

  .xl\:disabled\:to-lime-600:disabled {
    --tw-gradient-to: #65a30d;
  }

  .xl\:disabled\:to-lime-700:disabled {
    --tw-gradient-to: #4d7c0f;
  }

  .xl\:disabled\:to-lime-800:disabled {
    --tw-gradient-to: #3f6212;
  }

  .xl\:disabled\:to-lime-900:disabled {
    --tw-gradient-to: #365314;
  }

  .xl\:disabled\:to-yellow-50:disabled {
    --tw-gradient-to: #fefce8;
  }

  .xl\:disabled\:to-yellow-100:disabled {
    --tw-gradient-to: #fef9c3;
  }

  .xl\:disabled\:to-yellow-200:disabled {
    --tw-gradient-to: #fef08a;
  }

  .xl\:disabled\:to-yellow-300:disabled {
    --tw-gradient-to: #fde047;
  }

  .xl\:disabled\:to-yellow-400:disabled {
    --tw-gradient-to: #facc15;
  }

  .xl\:disabled\:to-yellow-500:disabled {
    --tw-gradient-to: #eab308;
  }

  .xl\:disabled\:to-yellow-600:disabled {
    --tw-gradient-to: #ca8a04;
  }

  .xl\:disabled\:to-yellow-700:disabled {
    --tw-gradient-to: #a16207;
  }

  .xl\:disabled\:to-yellow-800:disabled {
    --tw-gradient-to: #854d0e;
  }

  .xl\:disabled\:to-yellow-900:disabled {
    --tw-gradient-to: #713f12;
  }

  .xl\:disabled\:to-amber-50:disabled {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:disabled\:to-amber-100:disabled {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:disabled\:to-amber-200:disabled {
    --tw-gradient-to: #fde68a;
  }

  .xl\:disabled\:to-amber-300:disabled {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:disabled\:to-amber-400:disabled {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:disabled\:to-amber-500:disabled {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:disabled\:to-amber-600:disabled {
    --tw-gradient-to: #d97706;
  }

  .xl\:disabled\:to-amber-700:disabled {
    --tw-gradient-to: #b45309;
  }

  .xl\:disabled\:to-amber-800:disabled {
    --tw-gradient-to: #92400e;
  }

  .xl\:disabled\:to-amber-900:disabled {
    --tw-gradient-to: #78350f;
  }

  .xl\:disabled\:to-orange-50:disabled {
    --tw-gradient-to: #fff7ed;
  }

  .xl\:disabled\:to-orange-100:disabled {
    --tw-gradient-to: #ffedd5;
  }

  .xl\:disabled\:to-orange-200:disabled {
    --tw-gradient-to: #fed7aa;
  }

  .xl\:disabled\:to-orange-300:disabled {
    --tw-gradient-to: #fdba74;
  }

  .xl\:disabled\:to-orange-400:disabled {
    --tw-gradient-to: #fb923c;
  }

  .xl\:disabled\:to-orange-500:disabled {
    --tw-gradient-to: #f97316;
  }

  .xl\:disabled\:to-orange-600:disabled {
    --tw-gradient-to: #ea580c;
  }

  .xl\:disabled\:to-orange-700:disabled {
    --tw-gradient-to: #c2410c;
  }

  .xl\:disabled\:to-orange-800:disabled {
    --tw-gradient-to: #9a3412;
  }

  .xl\:disabled\:to-orange-900:disabled {
    --tw-gradient-to: #7c2d12;
  }

  .xl\:disabled\:to-red-50:disabled {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:disabled\:to-red-100:disabled {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:disabled\:to-red-200:disabled {
    --tw-gradient-to: #fecaca;
  }

  .xl\:disabled\:to-red-300:disabled {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:disabled\:to-red-400:disabled {
    --tw-gradient-to: #f87171;
  }

  .xl\:disabled\:to-red-500:disabled {
    --tw-gradient-to: #ef4444;
  }

  .xl\:disabled\:to-red-600:disabled {
    --tw-gradient-to: #dc2626;
  }

  .xl\:disabled\:to-red-700:disabled {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:disabled\:to-red-800:disabled {
    --tw-gradient-to: #991b1b;
  }

  .xl\:disabled\:to-red-900:disabled {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:disabled\:to-warmGray-50:disabled {
    --tw-gradient-to: #fafaf9;
  }

  .xl\:disabled\:to-warmGray-100:disabled {
    --tw-gradient-to: #f5f5f4;
  }

  .xl\:disabled\:to-warmGray-200:disabled {
    --tw-gradient-to: #e7e5e4;
  }

  .xl\:disabled\:to-warmGray-300:disabled {
    --tw-gradient-to: #d6d3d1;
  }

  .xl\:disabled\:to-warmGray-400:disabled {
    --tw-gradient-to: #a8a29e;
  }

  .xl\:disabled\:to-warmGray-500:disabled {
    --tw-gradient-to: #78716c;
  }

  .xl\:disabled\:to-warmGray-600:disabled {
    --tw-gradient-to: #57534e;
  }

  .xl\:disabled\:to-warmGray-700:disabled {
    --tw-gradient-to: #44403c;
  }

  .xl\:disabled\:to-warmGray-800:disabled {
    --tw-gradient-to: #292524;
  }

  .xl\:disabled\:to-warmGray-900:disabled {
    --tw-gradient-to: #1c1917;
  }

  .xl\:disabled\:to-trueGray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .xl\:disabled\:to-trueGray-100:disabled {
    --tw-gradient-to: #f5f5f5;
  }

  .xl\:disabled\:to-trueGray-200:disabled {
    --tw-gradient-to: #e5e5e5;
  }

  .xl\:disabled\:to-trueGray-300:disabled {
    --tw-gradient-to: #d4d4d4;
  }

  .xl\:disabled\:to-trueGray-400:disabled {
    --tw-gradient-to: #a3a3a3;
  }

  .xl\:disabled\:to-trueGray-500:disabled {
    --tw-gradient-to: #737373;
  }

  .xl\:disabled\:to-trueGray-600:disabled {
    --tw-gradient-to: #525252;
  }

  .xl\:disabled\:to-trueGray-700:disabled {
    --tw-gradient-to: #404040;
  }

  .xl\:disabled\:to-trueGray-800:disabled {
    --tw-gradient-to: #262626;
  }

  .xl\:disabled\:to-trueGray-900:disabled {
    --tw-gradient-to: #171717;
  }

  .xl\:disabled\:to-gray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .xl\:disabled\:to-gray-100:disabled {
    --tw-gradient-to: #f4f4f5;
  }

  .xl\:disabled\:to-gray-200:disabled {
    --tw-gradient-to: #e4e4e7;
  }

  .xl\:disabled\:to-gray-300:disabled {
    --tw-gradient-to: #d4d4d8;
  }

  .xl\:disabled\:to-gray-400:disabled {
    --tw-gradient-to: #a1a1aa;
  }

  .xl\:disabled\:to-gray-500:disabled {
    --tw-gradient-to: #71717a;
  }

  .xl\:disabled\:to-gray-600:disabled {
    --tw-gradient-to: #52525b;
  }

  .xl\:disabled\:to-gray-700:disabled {
    --tw-gradient-to: #3f3f46;
  }

  .xl\:disabled\:to-gray-800:disabled {
    --tw-gradient-to: #27272a;
  }

  .xl\:disabled\:to-gray-900:disabled {
    --tw-gradient-to: #18181b;
  }

  .xl\:disabled\:to-coolGray-50:disabled {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:disabled\:to-coolGray-100:disabled {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:disabled\:to-coolGray-200:disabled {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:disabled\:to-coolGray-300:disabled {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:disabled\:to-coolGray-400:disabled {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:disabled\:to-coolGray-500:disabled {
    --tw-gradient-to: #6b7280;
  }

  .xl\:disabled\:to-coolGray-600:disabled {
    --tw-gradient-to: #4b5563;
  }

  .xl\:disabled\:to-coolGray-700:disabled {
    --tw-gradient-to: #374151;
  }

  .xl\:disabled\:to-coolGray-800:disabled {
    --tw-gradient-to: #1f2937;
  }

  .xl\:disabled\:to-coolGray-900:disabled {
    --tw-gradient-to: #111827;
  }

  .xl\:disabled\:to-blueGray-50:disabled {
    --tw-gradient-to: #f8fafc;
  }

  .xl\:disabled\:to-blueGray-100:disabled {
    --tw-gradient-to: #f1f5f9;
  }

  .xl\:disabled\:to-blueGray-200:disabled {
    --tw-gradient-to: #e2e8f0;
  }

  .xl\:disabled\:to-blueGray-300:disabled {
    --tw-gradient-to: #cbd5e1;
  }

  .xl\:disabled\:to-blueGray-400:disabled {
    --tw-gradient-to: #94a3b8;
  }

  .xl\:disabled\:to-blueGray-500:disabled {
    --tw-gradient-to: #64748b;
  }

  .xl\:disabled\:to-blueGray-600:disabled {
    --tw-gradient-to: #475569;
  }

  .xl\:disabled\:to-blueGray-700:disabled {
    --tw-gradient-to: #334155;
  }

  .xl\:disabled\:to-blueGray-800:disabled {
    --tw-gradient-to: #1e293b;
  }

  .xl\:disabled\:to-blueGray-900:disabled {
    --tw-gradient-to: #0f172a;
  }

  .xl\:disabled\:to-current:disabled {
    --tw-gradient-to: current;
  }

  .xl\:disabled\:to-transparent:disabled {
    --tw-gradient-to: transparent;
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:first\:bg-opacity-0:first-child {
    --tw-bg-opacity: 0;
  }

  .xl\:first\:bg-opacity-5:first-child {
    --tw-bg-opacity: 0.05;
  }

  .xl\:first\:bg-opacity-10:first-child {
    --tw-bg-opacity: 0.1;
  }

  .xl\:first\:bg-opacity-20:first-child {
    --tw-bg-opacity: 0.2;
  }

  .xl\:first\:bg-opacity-25:first-child {
    --tw-bg-opacity: 0.25;
  }

  .xl\:first\:bg-opacity-30:first-child {
    --tw-bg-opacity: 0.3;
  }

  .xl\:first\:bg-opacity-40:first-child {
    --tw-bg-opacity: 0.4;
  }

  .xl\:first\:bg-opacity-50:first-child {
    --tw-bg-opacity: 0.5;
  }

  .xl\:first\:bg-opacity-60:first-child {
    --tw-bg-opacity: 0.6;
  }

  .xl\:first\:bg-opacity-70:first-child {
    --tw-bg-opacity: 0.7;
  }

  .xl\:first\:bg-opacity-75:first-child {
    --tw-bg-opacity: 0.75;
  }

  .xl\:first\:bg-opacity-80:first-child {
    --tw-bg-opacity: 0.8;
  }

  .xl\:first\:bg-opacity-90:first-child {
    --tw-bg-opacity: 0.9;
  }

  .xl\:first\:bg-opacity-95:first-child {
    --tw-bg-opacity: 0.95;
  }

  .xl\:first\:bg-opacity-100:first-child {
    --tw-bg-opacity: 1;
  }

  .xl\:last\:bg-opacity-0:last-child {
    --tw-bg-opacity: 0;
  }

  .xl\:last\:bg-opacity-5:last-child {
    --tw-bg-opacity: 0.05;
  }

  .xl\:last\:bg-opacity-10:last-child {
    --tw-bg-opacity: 0.1;
  }

  .xl\:last\:bg-opacity-20:last-child {
    --tw-bg-opacity: 0.2;
  }

  .xl\:last\:bg-opacity-25:last-child {
    --tw-bg-opacity: 0.25;
  }

  .xl\:last\:bg-opacity-30:last-child {
    --tw-bg-opacity: 0.3;
  }

  .xl\:last\:bg-opacity-40:last-child {
    --tw-bg-opacity: 0.4;
  }

  .xl\:last\:bg-opacity-50:last-child {
    --tw-bg-opacity: 0.5;
  }

  .xl\:last\:bg-opacity-60:last-child {
    --tw-bg-opacity: 0.6;
  }

  .xl\:last\:bg-opacity-70:last-child {
    --tw-bg-opacity: 0.7;
  }

  .xl\:last\:bg-opacity-75:last-child {
    --tw-bg-opacity: 0.75;
  }

  .xl\:last\:bg-opacity-80:last-child {
    --tw-bg-opacity: 0.8;
  }

  .xl\:last\:bg-opacity-90:last-child {
    --tw-bg-opacity: 0.9;
  }

  .xl\:last\:bg-opacity-95:last-child {
    --tw-bg-opacity: 0.95;
  }

  .xl\:last\:bg-opacity-100:last-child {
    --tw-bg-opacity: 1;
  }

  .xl\:odd\:bg-opacity-0:nth-child(odd) {
    --tw-bg-opacity: 0;
  }

  .xl\:odd\:bg-opacity-5:nth-child(odd) {
    --tw-bg-opacity: 0.05;
  }

  .xl\:odd\:bg-opacity-10:nth-child(odd) {
    --tw-bg-opacity: 0.1;
  }

  .xl\:odd\:bg-opacity-20:nth-child(odd) {
    --tw-bg-opacity: 0.2;
  }

  .xl\:odd\:bg-opacity-25:nth-child(odd) {
    --tw-bg-opacity: 0.25;
  }

  .xl\:odd\:bg-opacity-30:nth-child(odd) {
    --tw-bg-opacity: 0.3;
  }

  .xl\:odd\:bg-opacity-40:nth-child(odd) {
    --tw-bg-opacity: 0.4;
  }

  .xl\:odd\:bg-opacity-50:nth-child(odd) {
    --tw-bg-opacity: 0.5;
  }

  .xl\:odd\:bg-opacity-60:nth-child(odd) {
    --tw-bg-opacity: 0.6;
  }

  .xl\:odd\:bg-opacity-70:nth-child(odd) {
    --tw-bg-opacity: 0.7;
  }

  .xl\:odd\:bg-opacity-75:nth-child(odd) {
    --tw-bg-opacity: 0.75;
  }

  .xl\:odd\:bg-opacity-80:nth-child(odd) {
    --tw-bg-opacity: 0.8;
  }

  .xl\:odd\:bg-opacity-90:nth-child(odd) {
    --tw-bg-opacity: 0.9;
  }

  .xl\:odd\:bg-opacity-95:nth-child(odd) {
    --tw-bg-opacity: 0.95;
  }

  .xl\:odd\:bg-opacity-100:nth-child(odd) {
    --tw-bg-opacity: 1;
  }

  .xl\:even\:bg-opacity-0:nth-child(even) {
    --tw-bg-opacity: 0;
  }

  .xl\:even\:bg-opacity-5:nth-child(even) {
    --tw-bg-opacity: 0.05;
  }

  .xl\:even\:bg-opacity-10:nth-child(even) {
    --tw-bg-opacity: 0.1;
  }

  .xl\:even\:bg-opacity-20:nth-child(even) {
    --tw-bg-opacity: 0.2;
  }

  .xl\:even\:bg-opacity-25:nth-child(even) {
    --tw-bg-opacity: 0.25;
  }

  .xl\:even\:bg-opacity-30:nth-child(even) {
    --tw-bg-opacity: 0.3;
  }

  .xl\:even\:bg-opacity-40:nth-child(even) {
    --tw-bg-opacity: 0.4;
  }

  .xl\:even\:bg-opacity-50:nth-child(even) {
    --tw-bg-opacity: 0.5;
  }

  .xl\:even\:bg-opacity-60:nth-child(even) {
    --tw-bg-opacity: 0.6;
  }

  .xl\:even\:bg-opacity-70:nth-child(even) {
    --tw-bg-opacity: 0.7;
  }

  .xl\:even\:bg-opacity-75:nth-child(even) {
    --tw-bg-opacity: 0.75;
  }

  .xl\:even\:bg-opacity-80:nth-child(even) {
    --tw-bg-opacity: 0.8;
  }

  .xl\:even\:bg-opacity-90:nth-child(even) {
    --tw-bg-opacity: 0.9;
  }

  .xl\:even\:bg-opacity-95:nth-child(even) {
    --tw-bg-opacity: 0.95;
  }

  .xl\:even\:bg-opacity-100:nth-child(even) {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:active\:bg-opacity-0:active {
    --tw-bg-opacity: 0;
  }

  .xl\:active\:bg-opacity-5:active {
    --tw-bg-opacity: 0.05;
  }

  .xl\:active\:bg-opacity-10:active {
    --tw-bg-opacity: 0.1;
  }

  .xl\:active\:bg-opacity-20:active {
    --tw-bg-opacity: 0.2;
  }

  .xl\:active\:bg-opacity-25:active {
    --tw-bg-opacity: 0.25;
  }

  .xl\:active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
  }

  .xl\:active\:bg-opacity-40:active {
    --tw-bg-opacity: 0.4;
  }

  .xl\:active\:bg-opacity-50:active {
    --tw-bg-opacity: 0.5;
  }

  .xl\:active\:bg-opacity-60:active {
    --tw-bg-opacity: 0.6;
  }

  .xl\:active\:bg-opacity-70:active {
    --tw-bg-opacity: 0.7;
  }

  .xl\:active\:bg-opacity-75:active {
    --tw-bg-opacity: 0.75;
  }

  .xl\:active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }

  .xl\:active\:bg-opacity-90:active {
    --tw-bg-opacity: 0.9;
  }

  .xl\:active\:bg-opacity-95:active {
    --tw-bg-opacity: 0.95;
  }

  .xl\:active\:bg-opacity-100:active {
    --tw-bg-opacity: 1;
  }

  .xl\:visited\:bg-opacity-0:visited {
    --tw-bg-opacity: 0;
  }

  .xl\:visited\:bg-opacity-5:visited {
    --tw-bg-opacity: 0.05;
  }

  .xl\:visited\:bg-opacity-10:visited {
    --tw-bg-opacity: 0.1;
  }

  .xl\:visited\:bg-opacity-20:visited {
    --tw-bg-opacity: 0.2;
  }

  .xl\:visited\:bg-opacity-25:visited {
    --tw-bg-opacity: 0.25;
  }

  .xl\:visited\:bg-opacity-30:visited {
    --tw-bg-opacity: 0.3;
  }

  .xl\:visited\:bg-opacity-40:visited {
    --tw-bg-opacity: 0.4;
  }

  .xl\:visited\:bg-opacity-50:visited {
    --tw-bg-opacity: 0.5;
  }

  .xl\:visited\:bg-opacity-60:visited {
    --tw-bg-opacity: 0.6;
  }

  .xl\:visited\:bg-opacity-70:visited {
    --tw-bg-opacity: 0.7;
  }

  .xl\:visited\:bg-opacity-75:visited {
    --tw-bg-opacity: 0.75;
  }

  .xl\:visited\:bg-opacity-80:visited {
    --tw-bg-opacity: 0.8;
  }

  .xl\:visited\:bg-opacity-90:visited {
    --tw-bg-opacity: 0.9;
  }

  .xl\:visited\:bg-opacity-95:visited {
    --tw-bg-opacity: 0.95;
  }

  .xl\:visited\:bg-opacity-100:visited {
    --tw-bg-opacity: 1;
  }

  .xl\:disabled\:bg-opacity-0:disabled {
    --tw-bg-opacity: 0;
  }

  .xl\:disabled\:bg-opacity-5:disabled {
    --tw-bg-opacity: 0.05;
  }

  .xl\:disabled\:bg-opacity-10:disabled {
    --tw-bg-opacity: 0.1;
  }

  .xl\:disabled\:bg-opacity-20:disabled {
    --tw-bg-opacity: 0.2;
  }

  .xl\:disabled\:bg-opacity-25:disabled {
    --tw-bg-opacity: 0.25;
  }

  .xl\:disabled\:bg-opacity-30:disabled {
    --tw-bg-opacity: 0.3;
  }

  .xl\:disabled\:bg-opacity-40:disabled {
    --tw-bg-opacity: 0.4;
  }

  .xl\:disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5;
  }

  .xl\:disabled\:bg-opacity-60:disabled {
    --tw-bg-opacity: 0.6;
  }

  .xl\:disabled\:bg-opacity-70:disabled {
    --tw-bg-opacity: 0.7;
  }

  .xl\:disabled\:bg-opacity-75:disabled {
    --tw-bg-opacity: 0.75;
  }

  .xl\:disabled\:bg-opacity-80:disabled {
    --tw-bg-opacity: 0.8;
  }

  .xl\:disabled\:bg-opacity-90:disabled {
    --tw-bg-opacity: 0.9;
  }

  .xl\:disabled\:bg-opacity-95:disabled {
    --tw-bg-opacity: 0.95;
  }

  .xl\:disabled\:bg-opacity-100:disabled {
    --tw-bg-opacity: 1;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .group:hover .xl\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .xl\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .xl\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .xl\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .xl\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .xl\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .xl\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .xl\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .xl\:group-hover\:bg-top {
    background-position: top;
  }

  .xl\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .xl\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .xl\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .xl\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .xl\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .xl\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .xl\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .xl\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .xl\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .xl\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .xl\:first\:bg-center:first-child {
    background-position: center;
  }

  .xl\:first\:bg-left:first-child {
    background-position: left;
  }

  .xl\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .xl\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .xl\:first\:bg-right:first-child {
    background-position: right;
  }

  .xl\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .xl\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .xl\:first\:bg-top:first-child {
    background-position: top;
  }

  .xl\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .xl\:last\:bg-center:last-child {
    background-position: center;
  }

  .xl\:last\:bg-left:last-child {
    background-position: left;
  }

  .xl\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .xl\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .xl\:last\:bg-right:last-child {
    background-position: right;
  }

  .xl\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .xl\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .xl\:last\:bg-top:last-child {
    background-position: top;
  }

  .xl\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .xl\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .xl\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .xl\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .xl\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .xl\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .xl\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .xl\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .xl\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .xl\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .xl\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .xl\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .xl\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .xl\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .xl\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .xl\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .xl\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .xl\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .xl\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .xl\:hover\:bg-center:hover {
    background-position: center;
  }

  .xl\:hover\:bg-left:hover {
    background-position: left;
  }

  .xl\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .xl\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .xl\:hover\:bg-right:hover {
    background-position: right;
  }

  .xl\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .xl\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .xl\:hover\:bg-top:hover {
    background-position: top;
  }

  .xl\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .xl\:focus\:bg-center:focus {
    background-position: center;
  }

  .xl\:focus\:bg-left:focus {
    background-position: left;
  }

  .xl\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .xl\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .xl\:focus\:bg-right:focus {
    background-position: right;
  }

  .xl\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .xl\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .xl\:focus\:bg-top:focus {
    background-position: top;
  }

  .xl\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .xl\:active\:bg-center:active {
    background-position: center;
  }

  .xl\:active\:bg-left:active {
    background-position: left;
  }

  .xl\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .xl\:active\:bg-left-top:active {
    background-position: left top;
  }

  .xl\:active\:bg-right:active {
    background-position: right;
  }

  .xl\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .xl\:active\:bg-right-top:active {
    background-position: right top;
  }

  .xl\:active\:bg-top:active {
    background-position: top;
  }

  .xl\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .xl\:visited\:bg-center:visited {
    background-position: center;
  }

  .xl\:visited\:bg-left:visited {
    background-position: left;
  }

  .xl\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .xl\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .xl\:visited\:bg-right:visited {
    background-position: right;
  }

  .xl\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .xl\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .xl\:visited\:bg-top:visited {
    background-position: top;
  }

  .xl\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .xl\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .xl\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .xl\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .xl\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .xl\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .xl\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .xl\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .xl\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .xl\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .xl\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .xl\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .xl\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .xl\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .xl\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .xl\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .xl\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .xl\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .xl\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .xl\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .xl\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .xl\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .xl\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .xl\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .xl\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .xl\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .xl\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .xl\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .xl\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .xl\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .xl\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .xl\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .xl\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .xl\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .xl\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .xl\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .xl\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .xl\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .xl\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .xl\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .xl\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .xl\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .xl\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .xl\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .xl\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .xl\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .xl\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .xl\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .xl\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .xl\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .xl\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .xl\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .xl\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .xl\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .xl\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .xl\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .xl\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .xl\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .xl\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .xl\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .xl\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .xl\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .xl\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .xl\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .xl\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .xl\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .xl\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .xl\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .xl\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .xl\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .xl\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .xl\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .xl\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .xl\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .group:hover .xl\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .xl\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .xl\:group-hover\:bg-contain {
    background-size: contain;
  }

  .xl\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .xl\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .xl\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .xl\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .xl\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .xl\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .xl\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .xl\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .xl\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .xl\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .xl\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .xl\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .xl\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .xl\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .xl\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .xl\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .xl\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .xl\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .xl\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .xl\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .xl\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .xl\:active\:bg-auto:active {
    background-size: auto;
  }

  .xl\:active\:bg-cover:active {
    background-size: cover;
  }

  .xl\:active\:bg-contain:active {
    background-size: contain;
  }

  .xl\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .xl\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .xl\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .xl\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .xl\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .xl\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .group:hover .xl\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .xl\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .xl\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .xl\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .xl\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .xl\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .xl\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .xl\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .xl\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .xl\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .xl\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .xl\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .xl\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .xl\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .xl\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .xl\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .xl\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .xl\:active\:border-separate:active {
    border-collapse: separate;
  }

  .xl\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .xl\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .xl\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .xl\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:border-current {
    border-color: current;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: current;
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lightBlue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warmGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-trueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-coolGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: current;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:first\:border-black:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:first\:border-white:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:first\:border-rose-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:first\:border-pink-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:first\:border-fuchsia-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:first\:border-purple-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:first\:border-violet-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:first\:border-indigo-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:first\:border-blue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:first\:border-lightBlue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:first\:border-cyan-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:first\:border-teal-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:first\:border-emerald-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:first\:border-green-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:first\:border-lime-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:first\:border-yellow-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:first\:border-amber-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:first\:border-orange-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:first\:border-red-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:first\:border-warmGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:first\:border-trueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:first\:border-gray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:first\:border-coolGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:first\:border-blueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:first\:border-current:first-child {
    border-color: current;
  }

  .xl\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .xl\:last\:border-black:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:last\:border-white:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:last\:border-rose-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:last\:border-pink-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:last\:border-fuchsia-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:last\:border-purple-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:last\:border-violet-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:last\:border-indigo-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:last\:border-blue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:last\:border-lightBlue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:last\:border-cyan-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:last\:border-teal-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:last\:border-emerald-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:last\:border-green-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:last\:border-lime-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:last\:border-yellow-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:last\:border-amber-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:last\:border-orange-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:last\:border-red-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:last\:border-warmGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:last\:border-trueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:last\:border-gray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:last\:border-coolGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:last\:border-blueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:last\:border-current:last-child {
    border-color: current;
  }

  .xl\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .xl\:odd\:border-black:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:odd\:border-white:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:odd\:border-rose-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:odd\:border-pink-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:odd\:border-fuchsia-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:odd\:border-purple-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:odd\:border-violet-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:odd\:border-indigo-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lightBlue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:odd\:border-cyan-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:odd\:border-teal-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:odd\:border-emerald-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:odd\:border-green-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:odd\:border-lime-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:odd\:border-yellow-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:odd\:border-amber-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:odd\:border-orange-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:odd\:border-red-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:odd\:border-warmGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:odd\:border-trueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:odd\:border-gray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:odd\:border-coolGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:odd\:border-blueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:odd\:border-current:nth-child(odd) {
    border-color: current;
  }

  .xl\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .xl\:even\:border-black:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:even\:border-white:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:even\:border-rose-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:even\:border-pink-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:even\:border-fuchsia-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:even\:border-purple-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:even\:border-violet-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:even\:border-indigo-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:even\:border-blue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:even\:border-lightBlue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:even\:border-cyan-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:even\:border-teal-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:even\:border-emerald-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:even\:border-green-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:even\:border-lime-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:even\:border-yellow-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:even\:border-amber-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:even\:border-orange-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:even\:border-red-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:even\:border-warmGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:even\:border-trueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:even\:border-gray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:even\:border-coolGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:even\:border-blueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:even\:border-current:nth-child(even) {
    border-color: current;
  }

  .xl\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lightBlue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warmGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-trueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-coolGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:hover\:border-current:hover {
    border-color: current;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lightBlue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warmGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-trueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-coolGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:focus\:border-current:focus {
    border-color: current;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:active\:border-black:active {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:active\:border-rose-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:active\:border-pink-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:active\:border-fuchsia-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:active\:border-purple-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:active\:border-violet-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:active\:border-indigo-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:active\:border-blue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:active\:border-lightBlue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:active\:border-cyan-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:active\:border-teal-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:active\:border-emerald-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:active\:border-green-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:active\:border-lime-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:active\:border-yellow-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:active\:border-amber-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:active\:border-orange-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:active\:border-red-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:active\:border-warmGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:active\:border-trueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:active\:border-gray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:active\:border-coolGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:active\:border-blueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:active\:border-current:active {
    border-color: current;
  }

  .xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xl\:visited\:border-black:visited {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:visited\:border-white:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:visited\:border-rose-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:visited\:border-pink-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:visited\:border-fuchsia-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:visited\:border-purple-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:visited\:border-violet-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:visited\:border-indigo-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lightBlue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:visited\:border-cyan-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:visited\:border-teal-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:visited\:border-emerald-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:visited\:border-green-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:visited\:border-lime-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:visited\:border-yellow-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:visited\:border-amber-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:visited\:border-orange-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:visited\:border-red-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:visited\:border-warmGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:visited\:border-trueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:visited\:border-gray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:visited\:border-coolGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:visited\:border-blueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:visited\:border-current:visited {
    border-color: current;
  }

  .xl\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .xl\:disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-white:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-rose-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-pink-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-fuchsia-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-purple-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-violet-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-indigo-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lightBlue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-cyan-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-teal-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-emerald-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-green-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-lime-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-yellow-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-amber-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-orange-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-red-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-warmGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-trueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-gray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-coolGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-blueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:disabled\:border-current:disabled {
    border-color: current;
  }

  .xl\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:first\:border-opacity-0:first-child {
    --tw-border-opacity: 0;
  }

  .xl\:first\:border-opacity-5:first-child {
    --tw-border-opacity: 0.05;
  }

  .xl\:first\:border-opacity-10:first-child {
    --tw-border-opacity: 0.1;
  }

  .xl\:first\:border-opacity-20:first-child {
    --tw-border-opacity: 0.2;
  }

  .xl\:first\:border-opacity-25:first-child {
    --tw-border-opacity: 0.25;
  }

  .xl\:first\:border-opacity-30:first-child {
    --tw-border-opacity: 0.3;
  }

  .xl\:first\:border-opacity-40:first-child {
    --tw-border-opacity: 0.4;
  }

  .xl\:first\:border-opacity-50:first-child {
    --tw-border-opacity: 0.5;
  }

  .xl\:first\:border-opacity-60:first-child {
    --tw-border-opacity: 0.6;
  }

  .xl\:first\:border-opacity-70:first-child {
    --tw-border-opacity: 0.7;
  }

  .xl\:first\:border-opacity-75:first-child {
    --tw-border-opacity: 0.75;
  }

  .xl\:first\:border-opacity-80:first-child {
    --tw-border-opacity: 0.8;
  }

  .xl\:first\:border-opacity-90:first-child {
    --tw-border-opacity: 0.9;
  }

  .xl\:first\:border-opacity-95:first-child {
    --tw-border-opacity: 0.95;
  }

  .xl\:first\:border-opacity-100:first-child {
    --tw-border-opacity: 1;
  }

  .xl\:last\:border-opacity-0:last-child {
    --tw-border-opacity: 0;
  }

  .xl\:last\:border-opacity-5:last-child {
    --tw-border-opacity: 0.05;
  }

  .xl\:last\:border-opacity-10:last-child {
    --tw-border-opacity: 0.1;
  }

  .xl\:last\:border-opacity-20:last-child {
    --tw-border-opacity: 0.2;
  }

  .xl\:last\:border-opacity-25:last-child {
    --tw-border-opacity: 0.25;
  }

  .xl\:last\:border-opacity-30:last-child {
    --tw-border-opacity: 0.3;
  }

  .xl\:last\:border-opacity-40:last-child {
    --tw-border-opacity: 0.4;
  }

  .xl\:last\:border-opacity-50:last-child {
    --tw-border-opacity: 0.5;
  }

  .xl\:last\:border-opacity-60:last-child {
    --tw-border-opacity: 0.6;
  }

  .xl\:last\:border-opacity-70:last-child {
    --tw-border-opacity: 0.7;
  }

  .xl\:last\:border-opacity-75:last-child {
    --tw-border-opacity: 0.75;
  }

  .xl\:last\:border-opacity-80:last-child {
    --tw-border-opacity: 0.8;
  }

  .xl\:last\:border-opacity-90:last-child {
    --tw-border-opacity: 0.9;
  }

  .xl\:last\:border-opacity-95:last-child {
    --tw-border-opacity: 0.95;
  }

  .xl\:last\:border-opacity-100:last-child {
    --tw-border-opacity: 1;
  }

  .xl\:odd\:border-opacity-0:nth-child(odd) {
    --tw-border-opacity: 0;
  }

  .xl\:odd\:border-opacity-5:nth-child(odd) {
    --tw-border-opacity: 0.05;
  }

  .xl\:odd\:border-opacity-10:nth-child(odd) {
    --tw-border-opacity: 0.1;
  }

  .xl\:odd\:border-opacity-20:nth-child(odd) {
    --tw-border-opacity: 0.2;
  }

  .xl\:odd\:border-opacity-25:nth-child(odd) {
    --tw-border-opacity: 0.25;
  }

  .xl\:odd\:border-opacity-30:nth-child(odd) {
    --tw-border-opacity: 0.3;
  }

  .xl\:odd\:border-opacity-40:nth-child(odd) {
    --tw-border-opacity: 0.4;
  }

  .xl\:odd\:border-opacity-50:nth-child(odd) {
    --tw-border-opacity: 0.5;
  }

  .xl\:odd\:border-opacity-60:nth-child(odd) {
    --tw-border-opacity: 0.6;
  }

  .xl\:odd\:border-opacity-70:nth-child(odd) {
    --tw-border-opacity: 0.7;
  }

  .xl\:odd\:border-opacity-75:nth-child(odd) {
    --tw-border-opacity: 0.75;
  }

  .xl\:odd\:border-opacity-80:nth-child(odd) {
    --tw-border-opacity: 0.8;
  }

  .xl\:odd\:border-opacity-90:nth-child(odd) {
    --tw-border-opacity: 0.9;
  }

  .xl\:odd\:border-opacity-95:nth-child(odd) {
    --tw-border-opacity: 0.95;
  }

  .xl\:odd\:border-opacity-100:nth-child(odd) {
    --tw-border-opacity: 1;
  }

  .xl\:even\:border-opacity-0:nth-child(even) {
    --tw-border-opacity: 0;
  }

  .xl\:even\:border-opacity-5:nth-child(even) {
    --tw-border-opacity: 0.05;
  }

  .xl\:even\:border-opacity-10:nth-child(even) {
    --tw-border-opacity: 0.1;
  }

  .xl\:even\:border-opacity-20:nth-child(even) {
    --tw-border-opacity: 0.2;
  }

  .xl\:even\:border-opacity-25:nth-child(even) {
    --tw-border-opacity: 0.25;
  }

  .xl\:even\:border-opacity-30:nth-child(even) {
    --tw-border-opacity: 0.3;
  }

  .xl\:even\:border-opacity-40:nth-child(even) {
    --tw-border-opacity: 0.4;
  }

  .xl\:even\:border-opacity-50:nth-child(even) {
    --tw-border-opacity: 0.5;
  }

  .xl\:even\:border-opacity-60:nth-child(even) {
    --tw-border-opacity: 0.6;
  }

  .xl\:even\:border-opacity-70:nth-child(even) {
    --tw-border-opacity: 0.7;
  }

  .xl\:even\:border-opacity-75:nth-child(even) {
    --tw-border-opacity: 0.75;
  }

  .xl\:even\:border-opacity-80:nth-child(even) {
    --tw-border-opacity: 0.8;
  }

  .xl\:even\:border-opacity-90:nth-child(even) {
    --tw-border-opacity: 0.9;
  }

  .xl\:even\:border-opacity-95:nth-child(even) {
    --tw-border-opacity: 0.95;
  }

  .xl\:even\:border-opacity-100:nth-child(even) {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:active\:border-opacity-0:active {
    --tw-border-opacity: 0;
  }

  .xl\:active\:border-opacity-5:active {
    --tw-border-opacity: 0.05;
  }

  .xl\:active\:border-opacity-10:active {
    --tw-border-opacity: 0.1;
  }

  .xl\:active\:border-opacity-20:active {
    --tw-border-opacity: 0.2;
  }

  .xl\:active\:border-opacity-25:active {
    --tw-border-opacity: 0.25;
  }

  .xl\:active\:border-opacity-30:active {
    --tw-border-opacity: 0.3;
  }

  .xl\:active\:border-opacity-40:active {
    --tw-border-opacity: 0.4;
  }

  .xl\:active\:border-opacity-50:active {
    --tw-border-opacity: 0.5;
  }

  .xl\:active\:border-opacity-60:active {
    --tw-border-opacity: 0.6;
  }

  .xl\:active\:border-opacity-70:active {
    --tw-border-opacity: 0.7;
  }

  .xl\:active\:border-opacity-75:active {
    --tw-border-opacity: 0.75;
  }

  .xl\:active\:border-opacity-80:active {
    --tw-border-opacity: 0.8;
  }

  .xl\:active\:border-opacity-90:active {
    --tw-border-opacity: 0.9;
  }

  .xl\:active\:border-opacity-95:active {
    --tw-border-opacity: 0.95;
  }

  .xl\:active\:border-opacity-100:active {
    --tw-border-opacity: 1;
  }

  .xl\:visited\:border-opacity-0:visited {
    --tw-border-opacity: 0;
  }

  .xl\:visited\:border-opacity-5:visited {
    --tw-border-opacity: 0.05;
  }

  .xl\:visited\:border-opacity-10:visited {
    --tw-border-opacity: 0.1;
  }

  .xl\:visited\:border-opacity-20:visited {
    --tw-border-opacity: 0.2;
  }

  .xl\:visited\:border-opacity-25:visited {
    --tw-border-opacity: 0.25;
  }

  .xl\:visited\:border-opacity-30:visited {
    --tw-border-opacity: 0.3;
  }

  .xl\:visited\:border-opacity-40:visited {
    --tw-border-opacity: 0.4;
  }

  .xl\:visited\:border-opacity-50:visited {
    --tw-border-opacity: 0.5;
  }

  .xl\:visited\:border-opacity-60:visited {
    --tw-border-opacity: 0.6;
  }

  .xl\:visited\:border-opacity-70:visited {
    --tw-border-opacity: 0.7;
  }

  .xl\:visited\:border-opacity-75:visited {
    --tw-border-opacity: 0.75;
  }

  .xl\:visited\:border-opacity-80:visited {
    --tw-border-opacity: 0.8;
  }

  .xl\:visited\:border-opacity-90:visited {
    --tw-border-opacity: 0.9;
  }

  .xl\:visited\:border-opacity-95:visited {
    --tw-border-opacity: 0.95;
  }

  .xl\:visited\:border-opacity-100:visited {
    --tw-border-opacity: 1;
  }

  .xl\:disabled\:border-opacity-0:disabled {
    --tw-border-opacity: 0;
  }

  .xl\:disabled\:border-opacity-5:disabled {
    --tw-border-opacity: 0.05;
  }

  .xl\:disabled\:border-opacity-10:disabled {
    --tw-border-opacity: 0.1;
  }

  .xl\:disabled\:border-opacity-20:disabled {
    --tw-border-opacity: 0.2;
  }

  .xl\:disabled\:border-opacity-25:disabled {
    --tw-border-opacity: 0.25;
  }

  .xl\:disabled\:border-opacity-30:disabled {
    --tw-border-opacity: 0.3;
  }

  .xl\:disabled\:border-opacity-40:disabled {
    --tw-border-opacity: 0.4;
  }

  .xl\:disabled\:border-opacity-50:disabled {
    --tw-border-opacity: 0.5;
  }

  .xl\:disabled\:border-opacity-60:disabled {
    --tw-border-opacity: 0.6;
  }

  .xl\:disabled\:border-opacity-70:disabled {
    --tw-border-opacity: 0.7;
  }

  .xl\:disabled\:border-opacity-75:disabled {
    --tw-border-opacity: 0.75;
  }

  .xl\:disabled\:border-opacity-80:disabled {
    --tw-border-opacity: 0.8;
  }

  .xl\:disabled\:border-opacity-90:disabled {
    --tw-border-opacity: 0.9;
  }

  .xl\:disabled\:border-opacity-95:disabled {
    --tw-border-opacity: 0.95;
  }

  .xl\:disabled\:border-opacity-100:disabled {
    --tw-border-opacity: 1;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-none {
    border-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .group:hover .xl\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-none:focus-within {
    border-radius: 0px;
  }

  .xl\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-md:focus-within {
    border-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-xl:focus-within {
    border-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-2xl:focus-within {
    border-radius: 1rem;
  }

  .xl\:focus-within\:rounded-3xl:focus-within {
    border-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .xl\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-t-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-r-md:focus-within {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-b-md:focus-within {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-l-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-t-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-r-xl:focus-within {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-b-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-l-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-t-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:focus-within\:rounded-r-2xl:focus-within {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:focus-within\:rounded-b-2xl:focus-within {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus-within\:rounded-l-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus-within\:rounded-t-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-r-3xl:focus-within {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-b-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-l-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0px;
  }

  .xl\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0px;
  }

  .xl\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0px;
  }

  .xl\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0px;
  }

  .xl\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus-within\:rounded-tl-md:focus-within {
    border-top-left-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-tr-md:focus-within {
    border-top-right-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-br-md:focus-within {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-bl-md:focus-within {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus-within\:rounded-tl-xl:focus-within {
    border-top-left-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-tr-xl:focus-within {
    border-top-right-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-br-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-bl-xl:focus-within {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus-within\:rounded-tl-2xl:focus-within {
    border-top-left-radius: 1rem;
  }

  .xl\:focus-within\:rounded-tr-2xl:focus-within {
    border-top-right-radius: 1rem;
  }

  .xl\:focus-within\:rounded-br-2xl:focus-within {
    border-bottom-right-radius: 1rem;
  }

  .xl\:focus-within\:rounded-bl-2xl:focus-within {
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus-within\:rounded-tl-3xl:focus-within {
    border-top-left-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-tr-3xl:focus-within {
    border-top-right-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-br-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-bl-3xl:focus-within {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-none:first-child {
    border-radius: 0px;
  }

  .xl\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .xl\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .xl\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .xl\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .xl\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .xl\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .xl\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .xl\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .xl\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0px;
  }

  .xl\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0px;
  }

  .xl\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0px;
  }

  .xl\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0px;
  }

  .xl\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .xl\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .xl\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .xl\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .xl\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .xl\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .xl\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .xl\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .xl\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .xl\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .xl\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-none:last-child {
    border-radius: 0px;
  }

  .xl\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .xl\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .xl\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .xl\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .xl\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .xl\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .xl\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .xl\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .xl\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0px;
  }

  .xl\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0px;
  }

  .xl\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0px;
  }

  .xl\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0px;
  }

  .xl\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .xl\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .xl\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .xl\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .xl\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .xl\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .xl\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .xl\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .xl\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .xl\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .xl\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .xl\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0px;
  }

  .xl\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .xl\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .xl\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .xl\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .xl\:odd\:rounded-xl:nth-child(odd) {
    border-radius: 0.75rem;
  }

  .xl\:odd\:rounded-2xl:nth-child(odd) {
    border-radius: 1rem;
  }

  .xl\:odd\:rounded-3xl:nth-child(odd) {
    border-radius: 1.5rem;
  }

  .xl\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .xl\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-t-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:odd\:rounded-r-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:odd\:rounded-b-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:odd\:rounded-l-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:odd\:rounded-t-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:odd\:rounded-r-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:odd\:rounded-b-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:odd\:rounded-l-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:odd\:rounded-t-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:odd\:rounded-r-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:odd\:rounded-b-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:odd\:rounded-l-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0px;
  }

  .xl\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0px;
  }

  .xl\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
  }

  .xl\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0px;
  }

  .xl\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:odd\:rounded-tl-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
  }

  .xl\:odd\:rounded-tr-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
  }

  .xl\:odd\:rounded-br-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:odd\:rounded-bl-xl:nth-child(odd) {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:odd\:rounded-tl-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
  }

  .xl\:odd\:rounded-tr-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
  }

  .xl\:odd\:rounded-br-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
  }

  .xl\:odd\:rounded-bl-2xl:nth-child(odd) {
    border-bottom-left-radius: 1rem;
  }

  .xl\:odd\:rounded-tl-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
  }

  .xl\:odd\:rounded-tr-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
  }

  .xl\:odd\:rounded-br-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:odd\:rounded-bl-3xl:nth-child(odd) {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .xl\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .xl\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-none:nth-child(even) {
    border-radius: 0px;
  }

  .xl\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .xl\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .xl\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .xl\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .xl\:even\:rounded-xl:nth-child(even) {
    border-radius: 0.75rem;
  }

  .xl\:even\:rounded-2xl:nth-child(even) {
    border-radius: 1rem;
  }

  .xl\:even\:rounded-3xl:nth-child(even) {
    border-radius: 1.5rem;
  }

  .xl\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .xl\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-t-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:even\:rounded-r-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:even\:rounded-b-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:even\:rounded-l-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:even\:rounded-t-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:even\:rounded-r-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:even\:rounded-b-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:even\:rounded-l-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:even\:rounded-t-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:even\:rounded-r-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:even\:rounded-b-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:even\:rounded-l-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0px;
  }

  .xl\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0px;
  }

  .xl\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0px;
  }

  .xl\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0px;
  }

  .xl\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:even\:rounded-tl-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
  }

  .xl\:even\:rounded-tr-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
  }

  .xl\:even\:rounded-br-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:even\:rounded-bl-xl:nth-child(even) {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:even\:rounded-tl-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
  }

  .xl\:even\:rounded-tr-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
  }

  .xl\:even\:rounded-br-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
  }

  .xl\:even\:rounded-bl-2xl:nth-child(even) {
    border-bottom-left-radius: 1rem;
  }

  .xl\:even\:rounded-tl-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
  }

  .xl\:even\:rounded-tr-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
  }

  .xl\:even\:rounded-br-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:even\:rounded-bl-3xl:nth-child(even) {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .xl\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .xl\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .xl\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-none:hover {
    border-radius: 0px;
  }

  .xl\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .xl\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .xl\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .xl\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .xl\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .xl\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .xl\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0px;
  }

  .xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0px;
  }

  .xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0px;
  }

  .xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0px;
  }

  .xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .xl\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .xl\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .xl\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .xl\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .xl\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .xl\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .xl\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .xl\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-none:focus {
    border-radius: 0px;
  }

  .xl\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .xl\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .xl\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .xl\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .xl\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .xl\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .xl\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .xl\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .xl\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0px;
  }

  .xl\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0px;
  }

  .xl\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0px;
  }

  .xl\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0px;
  }

  .xl\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .xl\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .xl\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .xl\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .xl\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .xl\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .xl\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .xl\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .xl\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .xl\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .xl\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-none:active {
    border-radius: 0px;
  }

  .xl\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .xl\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .xl\:active\:rounded-md:active {
    border-radius: 0.375rem;
  }

  .xl\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .xl\:active\:rounded-xl:active {
    border-radius: 0.75rem;
  }

  .xl\:active\:rounded-2xl:active {
    border-radius: 1rem;
  }

  .xl\:active\:rounded-3xl:active {
    border-radius: 1.5rem;
  }

  .xl\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .xl\:active\:rounded-t-none:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:active\:rounded-r-none:active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:active\:rounded-l-none:active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-t-md:active {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:active\:rounded-r-md:active {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:active\:rounded-b-md:active {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:active\:rounded-l-md:active {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-t-xl:active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:active\:rounded-r-xl:active {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:active\:rounded-b-xl:active {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:active\:rounded-l-xl:active {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:active\:rounded-t-2xl:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:active\:rounded-r-2xl:active {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:active\:rounded-b-2xl:active {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:active\:rounded-l-2xl:active {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:active\:rounded-t-3xl:active {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:active\:rounded-r-3xl:active {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:active\:rounded-b-3xl:active {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:active\:rounded-l-3xl:active {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-tl-none:active {
    border-top-left-radius: 0px;
  }

  .xl\:active\:rounded-tr-none:active {
    border-top-right-radius: 0px;
  }

  .xl\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0px;
  }

  .xl\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0px;
  }

  .xl\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:active\:rounded-tl-md:active {
    border-top-left-radius: 0.375rem;
  }

  .xl\:active\:rounded-tr-md:active {
    border-top-right-radius: 0.375rem;
  }

  .xl\:active\:rounded-br-md:active {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:active\:rounded-bl-md:active {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:active\:rounded-tl-xl:active {
    border-top-left-radius: 0.75rem;
  }

  .xl\:active\:rounded-tr-xl:active {
    border-top-right-radius: 0.75rem;
  }

  .xl\:active\:rounded-br-xl:active {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:active\:rounded-bl-xl:active {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:active\:rounded-tl-2xl:active {
    border-top-left-radius: 1rem;
  }

  .xl\:active\:rounded-tr-2xl:active {
    border-top-right-radius: 1rem;
  }

  .xl\:active\:rounded-br-2xl:active {
    border-bottom-right-radius: 1rem;
  }

  .xl\:active\:rounded-bl-2xl:active {
    border-bottom-left-radius: 1rem;
  }

  .xl\:active\:rounded-tl-3xl:active {
    border-top-left-radius: 1.5rem;
  }

  .xl\:active\:rounded-tr-3xl:active {
    border-top-right-radius: 1.5rem;
  }

  .xl\:active\:rounded-br-3xl:active {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:active\:rounded-bl-3xl:active {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .xl\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-none:visited {
    border-radius: 0px;
  }

  .xl\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .xl\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .xl\:visited\:rounded-md:visited {
    border-radius: 0.375rem;
  }

  .xl\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .xl\:visited\:rounded-xl:visited {
    border-radius: 0.75rem;
  }

  .xl\:visited\:rounded-2xl:visited {
    border-radius: 1rem;
  }

  .xl\:visited\:rounded-3xl:visited {
    border-radius: 1.5rem;
  }

  .xl\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .xl\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-t-md:visited {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:visited\:rounded-r-md:visited {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:visited\:rounded-b-md:visited {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:visited\:rounded-l-md:visited {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-t-xl:visited {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:visited\:rounded-r-xl:visited {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:visited\:rounded-b-xl:visited {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:visited\:rounded-l-xl:visited {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:visited\:rounded-t-2xl:visited {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:visited\:rounded-r-2xl:visited {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:visited\:rounded-b-2xl:visited {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:visited\:rounded-l-2xl:visited {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:visited\:rounded-t-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:visited\:rounded-r-3xl:visited {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:visited\:rounded-b-3xl:visited {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:visited\:rounded-l-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0px;
  }

  .xl\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0px;
  }

  .xl\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0px;
  }

  .xl\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0px;
  }

  .xl\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:visited\:rounded-tl-md:visited {
    border-top-left-radius: 0.375rem;
  }

  .xl\:visited\:rounded-tr-md:visited {
    border-top-right-radius: 0.375rem;
  }

  .xl\:visited\:rounded-br-md:visited {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:visited\:rounded-bl-md:visited {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:visited\:rounded-tl-xl:visited {
    border-top-left-radius: 0.75rem;
  }

  .xl\:visited\:rounded-tr-xl:visited {
    border-top-right-radius: 0.75rem;
  }

  .xl\:visited\:rounded-br-xl:visited {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:visited\:rounded-bl-xl:visited {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:visited\:rounded-tl-2xl:visited {
    border-top-left-radius: 1rem;
  }

  .xl\:visited\:rounded-tr-2xl:visited {
    border-top-right-radius: 1rem;
  }

  .xl\:visited\:rounded-br-2xl:visited {
    border-bottom-right-radius: 1rem;
  }

  .xl\:visited\:rounded-bl-2xl:visited {
    border-bottom-left-radius: 1rem;
  }

  .xl\:visited\:rounded-tl-3xl:visited {
    border-top-left-radius: 1.5rem;
  }

  .xl\:visited\:rounded-tr-3xl:visited {
    border-top-right-radius: 1.5rem;
  }

  .xl\:visited\:rounded-br-3xl:visited {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:visited\:rounded-bl-3xl:visited {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .xl\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .xl\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .xl\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-none:disabled {
    border-radius: 0px;
  }

  .xl\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .xl\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-md:disabled {
    border-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-xl:disabled {
    border-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-2xl:disabled {
    border-radius: 1rem;
  }

  .xl\:disabled\:rounded-3xl:disabled {
    border-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .xl\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-t-md:disabled {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-r-md:disabled {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-b-md:disabled {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-l-md:disabled {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-t-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-r-xl:disabled {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-b-xl:disabled {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-l-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-t-2xl:disabled {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:disabled\:rounded-r-2xl:disabled {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:disabled\:rounded-b-2xl:disabled {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:disabled\:rounded-l-2xl:disabled {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:disabled\:rounded-t-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-r-3xl:disabled {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-b-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-l-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0px;
  }

  .xl\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0px;
  }

  .xl\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0px;
  }

  .xl\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0px;
  }

  .xl\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:disabled\:rounded-tl-md:disabled {
    border-top-left-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-tr-md:disabled {
    border-top-right-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-br-md:disabled {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-bl-md:disabled {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:disabled\:rounded-tl-xl:disabled {
    border-top-left-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-tr-xl:disabled {
    border-top-right-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-br-xl:disabled {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-bl-xl:disabled {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:disabled\:rounded-tl-2xl:disabled {
    border-top-left-radius: 1rem;
  }

  .xl\:disabled\:rounded-tr-2xl:disabled {
    border-top-right-radius: 1rem;
  }

  .xl\:disabled\:rounded-br-2xl:disabled {
    border-bottom-right-radius: 1rem;
  }

  .xl\:disabled\:rounded-bl-2xl:disabled {
    border-bottom-left-radius: 1rem;
  }

  .xl\:disabled\:rounded-tl-3xl:disabled {
    border-top-left-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-tr-3xl:disabled {
    border-top-right-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-br-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-bl-3xl:disabled {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .xl\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .xl\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .group:hover .xl\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .xl\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .xl\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .xl\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .xl\:group-hover\:border-none {
    border-style: none;
  }

  .xl\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .xl\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .xl\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .xl\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .xl\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .xl\:first\:border-solid:first-child {
    border-style: solid;
  }

  .xl\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .xl\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .xl\:first\:border-double:first-child {
    border-style: double;
  }

  .xl\:first\:border-none:first-child {
    border-style: none;
  }

  .xl\:last\:border-solid:last-child {
    border-style: solid;
  }

  .xl\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .xl\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .xl\:last\:border-double:last-child {
    border-style: double;
  }

  .xl\:last\:border-none:last-child {
    border-style: none;
  }

  .xl\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .xl\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .xl\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .xl\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .xl\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .xl\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .xl\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .xl\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .xl\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .xl\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xl\:hover\:border-double:hover {
    border-style: double;
  }

  .xl\:hover\:border-none:hover {
    border-style: none;
  }

  .xl\:focus\:border-solid:focus {
    border-style: solid;
  }

  .xl\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .xl\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .xl\:focus\:border-double:focus {
    border-style: double;
  }

  .xl\:focus\:border-none:focus {
    border-style: none;
  }

  .xl\:active\:border-solid:active {
    border-style: solid;
  }

  .xl\:active\:border-dashed:active {
    border-style: dashed;
  }

  .xl\:active\:border-dotted:active {
    border-style: dotted;
  }

  .xl\:active\:border-double:active {
    border-style: double;
  }

  .xl\:active\:border-none:active {
    border-style: none;
  }

  .xl\:visited\:border-solid:visited {
    border-style: solid;
  }

  .xl\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .xl\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .xl\:visited\:border-double:visited {
    border-style: double;
  }

  .xl\:visited\:border-none:visited {
    border-style: none;
  }

  .xl\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .xl\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .xl\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .xl\:disabled\:border-double:disabled {
    border-style: double;
  }

  .xl\:disabled\:border-none:disabled {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-0 {
    border-width: 0px;
  }

  .group:hover .xl\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .xl\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .group:hover .xl\:group-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .group:hover .xl\:group-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .group:hover .xl\:group-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .group:hover .xl\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .xl\:focus-within\:border-0:focus-within {
    border-width: 0px;
  }

  .xl\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .xl\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .xl\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .xl\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .xl\:focus-within\:border-t-0:focus-within {
    border-top-width: 0px;
  }

  .xl\:focus-within\:border-r-0:focus-within {
    border-right-width: 0px;
  }

  .xl\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0px;
  }

  .xl\:focus-within\:border-l-0:focus-within {
    border-left-width: 0px;
  }

  .xl\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .xl\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .xl\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .xl\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .xl\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .xl\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .xl\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .xl\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .xl\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .xl\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .xl\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .xl\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .xl\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .xl\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .xl\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .xl\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .xl\:first\:border-0:first-child {
    border-width: 0px;
  }

  .xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xl\:first\:border:first-child {
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .xl\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .xl\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .xl\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0px;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xl\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .xl\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .xl\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .xl\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .xl\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .xl\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .xl\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .xl\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .xl\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .xl\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .xl\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .xl\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .xl\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .xl\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .xl\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .xl\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .xl\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .xl\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .xl\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .xl\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .xl\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .xl\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .xl\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .xl\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .xl\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .xl\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .xl\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .xl\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .xl\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .xl\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .xl\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .xl\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .xl\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .xl\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .xl\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .xl\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .xl\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .xl\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .xl\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .xl\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .xl\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .xl\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .xl\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .xl\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .xl\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .xl\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .xl\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .xl\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .xl\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .xl\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0px;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:focus\:border-0:focus {
    border-width: 0px;
  }

  .xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xl\:focus\:border:focus {
    border-width: 1px;
  }

  .xl\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .xl\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .xl\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .xl\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xl\:active\:border-0:active {
    border-width: 0px;
  }

  .xl\:active\:border-2:active {
    border-width: 2px;
  }

  .xl\:active\:border-4:active {
    border-width: 4px;
  }

  .xl\:active\:border-8:active {
    border-width: 8px;
  }

  .xl\:active\:border:active {
    border-width: 1px;
  }

  .xl\:active\:border-t-0:active {
    border-top-width: 0px;
  }

  .xl\:active\:border-r-0:active {
    border-right-width: 0px;
  }

  .xl\:active\:border-b-0:active {
    border-bottom-width: 0px;
  }

  .xl\:active\:border-l-0:active {
    border-left-width: 0px;
  }

  .xl\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .xl\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .xl\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .xl\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .xl\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .xl\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .xl\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .xl\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .xl\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .xl\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .xl\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .xl\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .xl\:active\:border-t:active {
    border-top-width: 1px;
  }

  .xl\:active\:border-r:active {
    border-right-width: 1px;
  }

  .xl\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .xl\:active\:border-l:active {
    border-left-width: 1px;
  }

  .xl\:visited\:border-0:visited {
    border-width: 0px;
  }

  .xl\:visited\:border-2:visited {
    border-width: 2px;
  }

  .xl\:visited\:border-4:visited {
    border-width: 4px;
  }

  .xl\:visited\:border-8:visited {
    border-width: 8px;
  }

  .xl\:visited\:border:visited {
    border-width: 1px;
  }

  .xl\:visited\:border-t-0:visited {
    border-top-width: 0px;
  }

  .xl\:visited\:border-r-0:visited {
    border-right-width: 0px;
  }

  .xl\:visited\:border-b-0:visited {
    border-bottom-width: 0px;
  }

  .xl\:visited\:border-l-0:visited {
    border-left-width: 0px;
  }

  .xl\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .xl\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .xl\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .xl\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .xl\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .xl\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .xl\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .xl\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .xl\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .xl\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .xl\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .xl\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .xl\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .xl\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .xl\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .xl\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .xl\:disabled\:border-0:disabled {
    border-width: 0px;
  }

  .xl\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .xl\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .xl\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .xl\:disabled\:border:disabled {
    border-width: 1px;
  }

  .xl\:disabled\:border-t-0:disabled {
    border-top-width: 0px;
  }

  .xl\:disabled\:border-r-0:disabled {
    border-right-width: 0px;
  }

  .xl\:disabled\:border-b-0:disabled {
    border-bottom-width: 0px;
  }

  .xl\:disabled\:border-l-0:disabled {
    border-left-width: 0px;
  }

  .xl\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .xl\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .xl\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .xl\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .xl\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .xl\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .xl\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .xl\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .xl\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .xl\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .xl\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .xl\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .xl\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .xl\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .xl\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .xl\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .group:hover .xl\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .xl\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .xl\:focus-within\:box-border:focus-within {
    box-sizing: border-box;
  }

  .xl\:focus-within\:box-content:focus-within {
    box-sizing: content-box;
  }

  .xl\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .xl\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .xl\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .xl\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .xl\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .xl\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .xl\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .xl\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .xl\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .xl\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .xl\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .xl\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .xl\:active\:box-border:active {
    box-sizing: border-box;
  }

  .xl\:active\:box-content:active {
    box-sizing: content-box;
  }

  .xl\:visited\:box-border:visited {
    box-sizing: border-box;
  }

  .xl\:visited\:box-content:visited {
    box-sizing: content-box;
  }

  .xl\:disabled\:box-border:disabled {
    box-sizing: border-box;
  }

  .xl\:disabled\:box-content:disabled {
    box-sizing: content-box;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .xl\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .xl\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .xl\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .xl\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .xl\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .xl\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .xl\:group-hover\:cursor-help {
    cursor: help;
  }

  .group:hover .xl\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .xl\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .xl\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .xl\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .xl\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .xl\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .xl\:focus-within\:cursor-help:focus-within {
    cursor: help;
  }

  .xl\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .xl\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .xl\:first\:cursor-default:first-child {
    cursor: default;
  }

  .xl\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .xl\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .xl\:first\:cursor-text:first-child {
    cursor: text;
  }

  .xl\:first\:cursor-move:first-child {
    cursor: move;
  }

  .xl\:first\:cursor-help:first-child {
    cursor: help;
  }

  .xl\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .xl\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .xl\:last\:cursor-default:last-child {
    cursor: default;
  }

  .xl\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .xl\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .xl\:last\:cursor-text:last-child {
    cursor: text;
  }

  .xl\:last\:cursor-move:last-child {
    cursor: move;
  }

  .xl\:last\:cursor-help:last-child {
    cursor: help;
  }

  .xl\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .xl\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .xl\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .xl\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .xl\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .xl\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .xl\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .xl\:odd\:cursor-help:nth-child(odd) {
    cursor: help;
  }

  .xl\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .xl\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .xl\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .xl\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .xl\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .xl\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .xl\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .xl\:even\:cursor-help:nth-child(even) {
    cursor: help;
  }

  .xl\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .xl\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .xl\:hover\:cursor-default:hover {
    cursor: default;
  }

  .xl\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .xl\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .xl\:hover\:cursor-text:hover {
    cursor: text;
  }

  .xl\:hover\:cursor-move:hover {
    cursor: move;
  }

  .xl\:hover\:cursor-help:hover {
    cursor: help;
  }

  .xl\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .xl\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .xl\:focus\:cursor-default:focus {
    cursor: default;
  }

  .xl\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .xl\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .xl\:focus\:cursor-text:focus {
    cursor: text;
  }

  .xl\:focus\:cursor-move:focus {
    cursor: move;
  }

  .xl\:focus\:cursor-help:focus {
    cursor: help;
  }

  .xl\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .xl\:active\:cursor-auto:active {
    cursor: auto;
  }

  .xl\:active\:cursor-default:active {
    cursor: default;
  }

  .xl\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .xl\:active\:cursor-wait:active {
    cursor: wait;
  }

  .xl\:active\:cursor-text:active {
    cursor: text;
  }

  .xl\:active\:cursor-move:active {
    cursor: move;
  }

  .xl\:active\:cursor-help:active {
    cursor: help;
  }

  .xl\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .xl\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .xl\:visited\:cursor-default:visited {
    cursor: default;
  }

  .xl\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .xl\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .xl\:visited\:cursor-text:visited {
    cursor: text;
  }

  .xl\:visited\:cursor-move:visited {
    cursor: move;
  }

  .xl\:visited\:cursor-help:visited {
    cursor: help;
  }

  .xl\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .xl\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .xl\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .xl\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .xl\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .xl\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .xl\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .xl\:disabled\:cursor-help:disabled {
    cursor: help;
  }

  .xl\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xl\:group-hover\:hidden {
    display: none;
  }

  .xl\:focus-within\:block:focus-within {
    display: block;
  }

  .xl\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .xl\:focus-within\:inline:focus-within {
    display: inline;
  }

  .xl\:focus-within\:flex:focus-within {
    display: flex;
  }

  .xl\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .xl\:focus-within\:table:focus-within {
    display: table;
  }

  .xl\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .xl\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .xl\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .xl\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .xl\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .xl\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .xl\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .xl\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .xl\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .xl\:focus-within\:grid:focus-within {
    display: grid;
  }

  .xl\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .xl\:focus-within\:contents:focus-within {
    display: contents;
  }

  .xl\:focus-within\:hidden:focus-within {
    display: none;
  }

  .xl\:first\:block:first-child {
    display: block;
  }

  .xl\:first\:inline-block:first-child {
    display: inline-block;
  }

  .xl\:first\:inline:first-child {
    display: inline;
  }

  .xl\:first\:flex:first-child {
    display: flex;
  }

  .xl\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .xl\:first\:table:first-child {
    display: table;
  }

  .xl\:first\:table-caption:first-child {
    display: table-caption;
  }

  .xl\:first\:table-cell:first-child {
    display: table-cell;
  }

  .xl\:first\:table-column:first-child {
    display: table-column;
  }

  .xl\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .xl\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .xl\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .xl\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .xl\:first\:table-row:first-child {
    display: table-row;
  }

  .xl\:first\:flow-root:first-child {
    display: flow-root;
  }

  .xl\:first\:grid:first-child {
    display: grid;
  }

  .xl\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .xl\:first\:contents:first-child {
    display: contents;
  }

  .xl\:first\:hidden:first-child {
    display: none;
  }

  .xl\:last\:block:last-child {
    display: block;
  }

  .xl\:last\:inline-block:last-child {
    display: inline-block;
  }

  .xl\:last\:inline:last-child {
    display: inline;
  }

  .xl\:last\:flex:last-child {
    display: flex;
  }

  .xl\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .xl\:last\:table:last-child {
    display: table;
  }

  .xl\:last\:table-caption:last-child {
    display: table-caption;
  }

  .xl\:last\:table-cell:last-child {
    display: table-cell;
  }

  .xl\:last\:table-column:last-child {
    display: table-column;
  }

  .xl\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .xl\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .xl\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .xl\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .xl\:last\:table-row:last-child {
    display: table-row;
  }

  .xl\:last\:flow-root:last-child {
    display: flow-root;
  }

  .xl\:last\:grid:last-child {
    display: grid;
  }

  .xl\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .xl\:last\:contents:last-child {
    display: contents;
  }

  .xl\:last\:hidden:last-child {
    display: none;
  }

  .xl\:odd\:block:nth-child(odd) {
    display: block;
  }

  .xl\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .xl\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .xl\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .xl\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .xl\:odd\:table:nth-child(odd) {
    display: table;
  }

  .xl\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .xl\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .xl\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .xl\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .xl\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .xl\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .xl\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .xl\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .xl\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .xl\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .xl\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .xl\:odd\:contents:nth-child(odd) {
    display: contents;
  }

  .xl\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .xl\:even\:block:nth-child(even) {
    display: block;
  }

  .xl\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .xl\:even\:inline:nth-child(even) {
    display: inline;
  }

  .xl\:even\:flex:nth-child(even) {
    display: flex;
  }

  .xl\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .xl\:even\:table:nth-child(even) {
    display: table;
  }

  .xl\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .xl\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .xl\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .xl\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .xl\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .xl\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .xl\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .xl\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .xl\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .xl\:even\:grid:nth-child(even) {
    display: grid;
  }

  .xl\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .xl\:even\:contents:nth-child(even) {
    display: contents;
  }

  .xl\:even\:hidden:nth-child(even) {
    display: none;
  }

  .xl\:hover\:block:hover {
    display: block;
  }

  .xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xl\:hover\:inline:hover {
    display: inline;
  }

  .xl\:hover\:flex:hover {
    display: flex;
  }

  .xl\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xl\:hover\:table:hover {
    display: table;
  }

  .xl\:hover\:table-caption:hover {
    display: table-caption;
  }

  .xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xl\:hover\:table-column:hover {
    display: table-column;
  }

  .xl\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .xl\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .xl\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .xl\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .xl\:hover\:table-row:hover {
    display: table-row;
  }

  .xl\:hover\:flow-root:hover {
    display: flow-root;
  }

  .xl\:hover\:grid:hover {
    display: grid;
  }

  .xl\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .xl\:hover\:contents:hover {
    display: contents;
  }

  .xl\:hover\:hidden:hover {
    display: none;
  }

  .xl\:focus\:block:focus {
    display: block;
  }

  .xl\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xl\:focus\:inline:focus {
    display: inline;
  }

  .xl\:focus\:flex:focus {
    display: flex;
  }

  .xl\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .xl\:focus\:table:focus {
    display: table;
  }

  .xl\:focus\:table-caption:focus {
    display: table-caption;
  }

  .xl\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xl\:focus\:table-column:focus {
    display: table-column;
  }

  .xl\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .xl\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .xl\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .xl\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .xl\:focus\:table-row:focus {
    display: table-row;
  }

  .xl\:focus\:flow-root:focus {
    display: flow-root;
  }

  .xl\:focus\:grid:focus {
    display: grid;
  }

  .xl\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .xl\:focus\:contents:focus {
    display: contents;
  }

  .xl\:focus\:hidden:focus {
    display: none;
  }

  .xl\:active\:block:active {
    display: block;
  }

  .xl\:active\:inline-block:active {
    display: inline-block;
  }

  .xl\:active\:inline:active {
    display: inline;
  }

  .xl\:active\:flex:active {
    display: flex;
  }

  .xl\:active\:inline-flex:active {
    display: inline-flex;
  }

  .xl\:active\:table:active {
    display: table;
  }

  .xl\:active\:table-caption:active {
    display: table-caption;
  }

  .xl\:active\:table-cell:active {
    display: table-cell;
  }

  .xl\:active\:table-column:active {
    display: table-column;
  }

  .xl\:active\:table-column-group:active {
    display: table-column-group;
  }

  .xl\:active\:table-footer-group:active {
    display: table-footer-group;
  }

  .xl\:active\:table-header-group:active {
    display: table-header-group;
  }

  .xl\:active\:table-row-group:active {
    display: table-row-group;
  }

  .xl\:active\:table-row:active {
    display: table-row;
  }

  .xl\:active\:flow-root:active {
    display: flow-root;
  }

  .xl\:active\:grid:active {
    display: grid;
  }

  .xl\:active\:inline-grid:active {
    display: inline-grid;
  }

  .xl\:active\:contents:active {
    display: contents;
  }

  .xl\:active\:hidden:active {
    display: none;
  }

  .xl\:visited\:block:visited {
    display: block;
  }

  .xl\:visited\:inline-block:visited {
    display: inline-block;
  }

  .xl\:visited\:inline:visited {
    display: inline;
  }

  .xl\:visited\:flex:visited {
    display: flex;
  }

  .xl\:visited\:inline-flex:visited {
    display: inline-flex;
  }

  .xl\:visited\:table:visited {
    display: table;
  }

  .xl\:visited\:table-caption:visited {
    display: table-caption;
  }

  .xl\:visited\:table-cell:visited {
    display: table-cell;
  }

  .xl\:visited\:table-column:visited {
    display: table-column;
  }

  .xl\:visited\:table-column-group:visited {
    display: table-column-group;
  }

  .xl\:visited\:table-footer-group:visited {
    display: table-footer-group;
  }

  .xl\:visited\:table-header-group:visited {
    display: table-header-group;
  }

  .xl\:visited\:table-row-group:visited {
    display: table-row-group;
  }

  .xl\:visited\:table-row:visited {
    display: table-row;
  }

  .xl\:visited\:flow-root:visited {
    display: flow-root;
  }

  .xl\:visited\:grid:visited {
    display: grid;
  }

  .xl\:visited\:inline-grid:visited {
    display: inline-grid;
  }

  .xl\:visited\:contents:visited {
    display: contents;
  }

  .xl\:visited\:hidden:visited {
    display: none;
  }

  .xl\:disabled\:block:disabled {
    display: block;
  }

  .xl\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .xl\:disabled\:inline:disabled {
    display: inline;
  }

  .xl\:disabled\:flex:disabled {
    display: flex;
  }

  .xl\:disabled\:inline-flex:disabled {
    display: inline-flex;
  }

  .xl\:disabled\:table:disabled {
    display: table;
  }

  .xl\:disabled\:table-caption:disabled {
    display: table-caption;
  }

  .xl\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .xl\:disabled\:table-column:disabled {
    display: table-column;
  }

  .xl\:disabled\:table-column-group:disabled {
    display: table-column-group;
  }

  .xl\:disabled\:table-footer-group:disabled {
    display: table-footer-group;
  }

  .xl\:disabled\:table-header-group:disabled {
    display: table-header-group;
  }

  .xl\:disabled\:table-row-group:disabled {
    display: table-row-group;
  }

  .xl\:disabled\:table-row:disabled {
    display: table-row;
  }

  .xl\:disabled\:flow-root:disabled {
    display: flow-root;
  }

  .xl\:disabled\:grid:disabled {
    display: grid;
  }

  .xl\:disabled\:inline-grid:disabled {
    display: inline-grid;
  }

  .xl\:disabled\:contents:disabled {
    display: contents;
  }

  .xl\:disabled\:hidden:disabled {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .xl\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .xl\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .xl\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .xl\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .xl\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .xl\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .xl\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .xl\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .xl\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .xl\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .xl\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .xl\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .xl\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .xl\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .xl\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .xl\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .xl\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .xl\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .xl\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .xl\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .xl\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .xl\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .xl\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .xl\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .xl\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .xl\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .xl\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .xl\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .xl\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .xl\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .xl\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .xl\:active\:flex-row:active {
    flex-direction: row;
  }

  .xl\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .xl\:active\:flex-col:active {
    flex-direction: column;
  }

  .xl\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .xl\:visited\:flex-row:visited {
    flex-direction: row;
  }

  .xl\:visited\:flex-row-reverse:visited {
    flex-direction: row-reverse;
  }

  .xl\:visited\:flex-col:visited {
    flex-direction: column;
  }

  .xl\:visited\:flex-col-reverse:visited {
    flex-direction: column-reverse;
  }

  .xl\:disabled\:flex-row:disabled {
    flex-direction: row;
  }

  .xl\:disabled\:flex-row-reverse:disabled {
    flex-direction: row-reverse;
  }

  .xl\:disabled\:flex-col:disabled {
    flex-direction: column;
  }

  .xl\:disabled\:flex-col-reverse:disabled {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .group:hover .xl\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .xl\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .xl\:group-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .xl\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus-within\:flex-nowrap:focus-within {
    flex-wrap: nowrap;
  }

  .xl\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .xl\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:first\:flex-nowrap:first-child {
    flex-wrap: nowrap;
  }

  .xl\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .xl\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .xl\:last\:flex-nowrap:last-child {
    flex-wrap: nowrap;
  }

  .xl\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .xl\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .xl\:odd\:flex-nowrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .xl\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .xl\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .xl\:even\:flex-nowrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .xl\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .xl\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .xl\:hover\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }

  .xl\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .xl\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }

  .xl\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .xl\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .xl\:active\:flex-nowrap:active {
    flex-wrap: nowrap;
  }

  .xl\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .xl\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .xl\:visited\:flex-nowrap:visited {
    flex-wrap: nowrap;
  }

  .xl\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .xl\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .xl\:disabled\:flex-nowrap:disabled {
    flex-wrap: nowrap;
  }

  .xl\:place-items-auto {
    place-items: auto;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .group:hover .xl\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .xl\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .xl\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .xl\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .xl\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:focus-within\:place-items-auto:focus-within {
    place-items: auto;
  }

  .xl\:focus-within\:place-items-start:focus-within {
    place-items: start;
  }

  .xl\:focus-within\:place-items-end:focus-within {
    place-items: end;
  }

  .xl\:focus-within\:place-items-center:focus-within {
    place-items: center;
  }

  .xl\:focus-within\:place-items-stretch:focus-within {
    place-items: stretch;
  }

  .xl\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .xl\:first\:place-items-start:first-child {
    place-items: start;
  }

  .xl\:first\:place-items-end:first-child {
    place-items: end;
  }

  .xl\:first\:place-items-center:first-child {
    place-items: center;
  }

  .xl\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .xl\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .xl\:last\:place-items-start:last-child {
    place-items: start;
  }

  .xl\:last\:place-items-end:last-child {
    place-items: end;
  }

  .xl\:last\:place-items-center:last-child {
    place-items: center;
  }

  .xl\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .xl\:odd\:place-items-auto:nth-child(odd) {
    place-items: auto;
  }

  .xl\:odd\:place-items-start:nth-child(odd) {
    place-items: start;
  }

  .xl\:odd\:place-items-end:nth-child(odd) {
    place-items: end;
  }

  .xl\:odd\:place-items-center:nth-child(odd) {
    place-items: center;
  }

  .xl\:odd\:place-items-stretch:nth-child(odd) {
    place-items: stretch;
  }

  .xl\:even\:place-items-auto:nth-child(even) {
    place-items: auto;
  }

  .xl\:even\:place-items-start:nth-child(even) {
    place-items: start;
  }

  .xl\:even\:place-items-end:nth-child(even) {
    place-items: end;
  }

  .xl\:even\:place-items-center:nth-child(even) {
    place-items: center;
  }

  .xl\:even\:place-items-stretch:nth-child(even) {
    place-items: stretch;
  }

  .xl\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .xl\:hover\:place-items-start:hover {
    place-items: start;
  }

  .xl\:hover\:place-items-end:hover {
    place-items: end;
  }

  .xl\:hover\:place-items-center:hover {
    place-items: center;
  }

  .xl\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .xl\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .xl\:focus\:place-items-start:focus {
    place-items: start;
  }

  .xl\:focus\:place-items-end:focus {
    place-items: end;
  }

  .xl\:focus\:place-items-center:focus {
    place-items: center;
  }

  .xl\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .xl\:active\:place-items-auto:active {
    place-items: auto;
  }

  .xl\:active\:place-items-start:active {
    place-items: start;
  }

  .xl\:active\:place-items-end:active {
    place-items: end;
  }

  .xl\:active\:place-items-center:active {
    place-items: center;
  }

  .xl\:active\:place-items-stretch:active {
    place-items: stretch;
  }

  .xl\:visited\:place-items-auto:visited {
    place-items: auto;
  }

  .xl\:visited\:place-items-start:visited {
    place-items: start;
  }

  .xl\:visited\:place-items-end:visited {
    place-items: end;
  }

  .xl\:visited\:place-items-center:visited {
    place-items: center;
  }

  .xl\:visited\:place-items-stretch:visited {
    place-items: stretch;
  }

  .xl\:disabled\:place-items-auto:disabled {
    place-items: auto;
  }

  .xl\:disabled\:place-items-start:disabled {
    place-items: start;
  }

  .xl\:disabled\:place-items-end:disabled {
    place-items: end;
  }

  .xl\:disabled\:place-items-center:disabled {
    place-items: center;
  }

  .xl\:disabled\:place-items-stretch:disabled {
    place-items: stretch;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .group:hover .xl\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .xl\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .xl\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .xl\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .xl\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .xl\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .xl\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:focus-within\:place-content-center:focus-within {
    place-content: center;
  }

  .xl\:focus-within\:place-content-start:focus-within {
    place-content: start;
  }

  .xl\:focus-within\:place-content-end:focus-within {
    place-content: end;
  }

  .xl\:focus-within\:place-content-between:focus-within {
    place-content: space-between;
  }

  .xl\:focus-within\:place-content-around:focus-within {
    place-content: space-around;
  }

  .xl\:focus-within\:place-content-evenly:focus-within {
    place-content: space-evenly;
  }

  .xl\:focus-within\:place-content-stretch:focus-within {
    place-content: stretch;
  }

  .xl\:first\:place-content-center:first-child {
    place-content: center;
  }

  .xl\:first\:place-content-start:first-child {
    place-content: start;
  }

  .xl\:first\:place-content-end:first-child {
    place-content: end;
  }

  .xl\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .xl\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .xl\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .xl\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .xl\:last\:place-content-center:last-child {
    place-content: center;
  }

  .xl\:last\:place-content-start:last-child {
    place-content: start;
  }

  .xl\:last\:place-content-end:last-child {
    place-content: end;
  }

  .xl\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .xl\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .xl\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .xl\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .xl\:odd\:place-content-center:nth-child(odd) {
    place-content: center;
  }

  .xl\:odd\:place-content-start:nth-child(odd) {
    place-content: start;
  }

  .xl\:odd\:place-content-end:nth-child(odd) {
    place-content: end;
  }

  .xl\:odd\:place-content-between:nth-child(odd) {
    place-content: space-between;
  }

  .xl\:odd\:place-content-around:nth-child(odd) {
    place-content: space-around;
  }

  .xl\:odd\:place-content-evenly:nth-child(odd) {
    place-content: space-evenly;
  }

  .xl\:odd\:place-content-stretch:nth-child(odd) {
    place-content: stretch;
  }

  .xl\:even\:place-content-center:nth-child(even) {
    place-content: center;
  }

  .xl\:even\:place-content-start:nth-child(even) {
    place-content: start;
  }

  .xl\:even\:place-content-end:nth-child(even) {
    place-content: end;
  }

  .xl\:even\:place-content-between:nth-child(even) {
    place-content: space-between;
  }

  .xl\:even\:place-content-around:nth-child(even) {
    place-content: space-around;
  }

  .xl\:even\:place-content-evenly:nth-child(even) {
    place-content: space-evenly;
  }

  .xl\:even\:place-content-stretch:nth-child(even) {
    place-content: stretch;
  }

  .xl\:hover\:place-content-center:hover {
    place-content: center;
  }

  .xl\:hover\:place-content-start:hover {
    place-content: start;
  }

  .xl\:hover\:place-content-end:hover {
    place-content: end;
  }

  .xl\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .xl\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .xl\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .xl\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .xl\:focus\:place-content-center:focus {
    place-content: center;
  }

  .xl\:focus\:place-content-start:focus {
    place-content: start;
  }

  .xl\:focus\:place-content-end:focus {
    place-content: end;
  }

  .xl\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .xl\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .xl\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .xl\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .xl\:active\:place-content-center:active {
    place-content: center;
  }

  .xl\:active\:place-content-start:active {
    place-content: start;
  }

  .xl\:active\:place-content-end:active {
    place-content: end;
  }

  .xl\:active\:place-content-between:active {
    place-content: space-between;
  }

  .xl\:active\:place-content-around:active {
    place-content: space-around;
  }

  .xl\:active\:place-content-evenly:active {
    place-content: space-evenly;
  }

  .xl\:active\:place-content-stretch:active {
    place-content: stretch;
  }

  .xl\:visited\:place-content-center:visited {
    place-content: center;
  }

  .xl\:visited\:place-content-start:visited {
    place-content: start;
  }

  .xl\:visited\:place-content-end:visited {
    place-content: end;
  }

  .xl\:visited\:place-content-between:visited {
    place-content: space-between;
  }

  .xl\:visited\:place-content-around:visited {
    place-content: space-around;
  }

  .xl\:visited\:place-content-evenly:visited {
    place-content: space-evenly;
  }

  .xl\:visited\:place-content-stretch:visited {
    place-content: stretch;
  }

  .xl\:disabled\:place-content-center:disabled {
    place-content: center;
  }

  .xl\:disabled\:place-content-start:disabled {
    place-content: start;
  }

  .xl\:disabled\:place-content-end:disabled {
    place-content: end;
  }

  .xl\:disabled\:place-content-between:disabled {
    place-content: space-between;
  }

  .xl\:disabled\:place-content-around:disabled {
    place-content: space-around;
  }

  .xl\:disabled\:place-content-evenly:disabled {
    place-content: space-evenly;
  }

  .xl\:disabled\:place-content-stretch:disabled {
    place-content: stretch;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .group:hover .xl\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .xl\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .xl\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .xl\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .xl\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:focus-within\:place-self-auto:focus-within {
    place-self: auto;
  }

  .xl\:focus-within\:place-self-start:focus-within {
    place-self: start;
  }

  .xl\:focus-within\:place-self-end:focus-within {
    place-self: end;
  }

  .xl\:focus-within\:place-self-center:focus-within {
    place-self: center;
  }

  .xl\:focus-within\:place-self-stretch:focus-within {
    place-self: stretch;
  }

  .xl\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .xl\:first\:place-self-start:first-child {
    place-self: start;
  }

  .xl\:first\:place-self-end:first-child {
    place-self: end;
  }

  .xl\:first\:place-self-center:first-child {
    place-self: center;
  }

  .xl\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .xl\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .xl\:last\:place-self-start:last-child {
    place-self: start;
  }

  .xl\:last\:place-self-end:last-child {
    place-self: end;
  }

  .xl\:last\:place-self-center:last-child {
    place-self: center;
  }

  .xl\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .xl\:odd\:place-self-auto:nth-child(odd) {
    place-self: auto;
  }

  .xl\:odd\:place-self-start:nth-child(odd) {
    place-self: start;
  }

  .xl\:odd\:place-self-end:nth-child(odd) {
    place-self: end;
  }

  .xl\:odd\:place-self-center:nth-child(odd) {
    place-self: center;
  }

  .xl\:odd\:place-self-stretch:nth-child(odd) {
    place-self: stretch;
  }

  .xl\:even\:place-self-auto:nth-child(even) {
    place-self: auto;
  }

  .xl\:even\:place-self-start:nth-child(even) {
    place-self: start;
  }

  .xl\:even\:place-self-end:nth-child(even) {
    place-self: end;
  }

  .xl\:even\:place-self-center:nth-child(even) {
    place-self: center;
  }

  .xl\:even\:place-self-stretch:nth-child(even) {
    place-self: stretch;
  }

  .xl\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .xl\:hover\:place-self-start:hover {
    place-self: start;
  }

  .xl\:hover\:place-self-end:hover {
    place-self: end;
  }

  .xl\:hover\:place-self-center:hover {
    place-self: center;
  }

  .xl\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .xl\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .xl\:focus\:place-self-start:focus {
    place-self: start;
  }

  .xl\:focus\:place-self-end:focus {
    place-self: end;
  }

  .xl\:focus\:place-self-center:focus {
    place-self: center;
  }

  .xl\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .xl\:active\:place-self-auto:active {
    place-self: auto;
  }

  .xl\:active\:place-self-start:active {
    place-self: start;
  }

  .xl\:active\:place-self-end:active {
    place-self: end;
  }

  .xl\:active\:place-self-center:active {
    place-self: center;
  }

  .xl\:active\:place-self-stretch:active {
    place-self: stretch;
  }

  .xl\:visited\:place-self-auto:visited {
    place-self: auto;
  }

  .xl\:visited\:place-self-start:visited {
    place-self: start;
  }

  .xl\:visited\:place-self-end:visited {
    place-self: end;
  }

  .xl\:visited\:place-self-center:visited {
    place-self: center;
  }

  .xl\:visited\:place-self-stretch:visited {
    place-self: stretch;
  }

  .xl\:disabled\:place-self-auto:disabled {
    place-self: auto;
  }

  .xl\:disabled\:place-self-start:disabled {
    place-self: start;
  }

  .xl\:disabled\:place-self-end:disabled {
    place-self: end;
  }

  .xl\:disabled\:place-self-center:disabled {
    place-self: center;
  }

  .xl\:disabled\:place-self-stretch:disabled {
    place-self: stretch;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .group:hover .xl\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .xl\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .xl\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .xl\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .xl\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .xl\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .xl\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .xl\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .xl\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .xl\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .xl\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .xl\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .xl\:first\:items-center:first-child {
    align-items: center;
  }

  .xl\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .xl\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .xl\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .xl\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .xl\:last\:items-center:last-child {
    align-items: center;
  }

  .xl\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .xl\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .xl\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .xl\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .xl\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .xl\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .xl\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .xl\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .xl\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .xl\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .xl\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .xl\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .xl\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .xl\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .xl\:hover\:items-center:hover {
    align-items: center;
  }

  .xl\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .xl\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .xl\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .xl\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .xl\:focus\:items-center:focus {
    align-items: center;
  }

  .xl\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .xl\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .xl\:active\:items-start:active {
    align-items: flex-start;
  }

  .xl\:active\:items-end:active {
    align-items: flex-end;
  }

  .xl\:active\:items-center:active {
    align-items: center;
  }

  .xl\:active\:items-baseline:active {
    align-items: baseline;
  }

  .xl\:active\:items-stretch:active {
    align-items: stretch;
  }

  .xl\:visited\:items-start:visited {
    align-items: flex-start;
  }

  .xl\:visited\:items-end:visited {
    align-items: flex-end;
  }

  .xl\:visited\:items-center:visited {
    align-items: center;
  }

  .xl\:visited\:items-baseline:visited {
    align-items: baseline;
  }

  .xl\:visited\:items-stretch:visited {
    align-items: stretch;
  }

  .xl\:disabled\:items-start:disabled {
    align-items: flex-start;
  }

  .xl\:disabled\:items-end:disabled {
    align-items: flex-end;
  }

  .xl\:disabled\:items-center:disabled {
    align-items: center;
  }

  .xl\:disabled\:items-baseline:disabled {
    align-items: baseline;
  }

  .xl\:disabled\:items-stretch:disabled {
    align-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .group:hover .xl\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .xl\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .xl\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .xl\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .xl\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .xl\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .xl\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .xl\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .xl\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .xl\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .xl\:focus-within\:content-evenly:focus-within {
    align-content: space-evenly;
  }

  .xl\:first\:content-center:first-child {
    align-content: center;
  }

  .xl\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .xl\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .xl\:first\:content-between:first-child {
    align-content: space-between;
  }

  .xl\:first\:content-around:first-child {
    align-content: space-around;
  }

  .xl\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .xl\:last\:content-center:last-child {
    align-content: center;
  }

  .xl\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .xl\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .xl\:last\:content-between:last-child {
    align-content: space-between;
  }

  .xl\:last\:content-around:last-child {
    align-content: space-around;
  }

  .xl\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .xl\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .xl\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .xl\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .xl\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .xl\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .xl\:odd\:content-evenly:nth-child(odd) {
    align-content: space-evenly;
  }

  .xl\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .xl\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .xl\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .xl\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .xl\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .xl\:even\:content-evenly:nth-child(even) {
    align-content: space-evenly;
  }

  .xl\:hover\:content-center:hover {
    align-content: center;
  }

  .xl\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .xl\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .xl\:hover\:content-between:hover {
    align-content: space-between;
  }

  .xl\:hover\:content-around:hover {
    align-content: space-around;
  }

  .xl\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .xl\:focus\:content-center:focus {
    align-content: center;
  }

  .xl\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .xl\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .xl\:focus\:content-between:focus {
    align-content: space-between;
  }

  .xl\:focus\:content-around:focus {
    align-content: space-around;
  }

  .xl\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .xl\:active\:content-center:active {
    align-content: center;
  }

  .xl\:active\:content-start:active {
    align-content: flex-start;
  }

  .xl\:active\:content-end:active {
    align-content: flex-end;
  }

  .xl\:active\:content-between:active {
    align-content: space-between;
  }

  .xl\:active\:content-around:active {
    align-content: space-around;
  }

  .xl\:active\:content-evenly:active {
    align-content: space-evenly;
  }

  .xl\:visited\:content-center:visited {
    align-content: center;
  }

  .xl\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .xl\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .xl\:visited\:content-between:visited {
    align-content: space-between;
  }

  .xl\:visited\:content-around:visited {
    align-content: space-around;
  }

  .xl\:visited\:content-evenly:visited {
    align-content: space-evenly;
  }

  .xl\:disabled\:content-center:disabled {
    align-content: center;
  }

  .xl\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .xl\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .xl\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .xl\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .xl\:disabled\:content-evenly:disabled {
    align-content: space-evenly;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .group:hover .xl\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .xl\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .xl\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .xl\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .xl\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .xl\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .xl\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .xl\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .xl\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .xl\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .xl\:first\:self-auto:first-child {
    align-self: auto;
  }

  .xl\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .xl\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .xl\:first\:self-center:first-child {
    align-self: center;
  }

  .xl\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .xl\:last\:self-auto:last-child {
    align-self: auto;
  }

  .xl\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .xl\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .xl\:last\:self-center:last-child {
    align-self: center;
  }

  .xl\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .xl\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .xl\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .xl\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .xl\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .xl\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .xl\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .xl\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .xl\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .xl\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .xl\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .xl\:hover\:self-auto:hover {
    align-self: auto;
  }

  .xl\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .xl\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .xl\:hover\:self-center:hover {
    align-self: center;
  }

  .xl\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .xl\:focus\:self-auto:focus {
    align-self: auto;
  }

  .xl\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .xl\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .xl\:focus\:self-center:focus {
    align-self: center;
  }

  .xl\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .xl\:active\:self-auto:active {
    align-self: auto;
  }

  .xl\:active\:self-start:active {
    align-self: flex-start;
  }

  .xl\:active\:self-end:active {
    align-self: flex-end;
  }

  .xl\:active\:self-center:active {
    align-self: center;
  }

  .xl\:active\:self-stretch:active {
    align-self: stretch;
  }

  .xl\:visited\:self-auto:visited {
    align-self: auto;
  }

  .xl\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .xl\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .xl\:visited\:self-center:visited {
    align-self: center;
  }

  .xl\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .xl\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .xl\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .xl\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .xl\:disabled\:self-center:disabled {
    align-self: center;
  }

  .xl\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .xl\:justify-items-auto {
    justify-items: auto;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .group:hover .xl\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .xl\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .xl\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .xl\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .xl\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:focus-within\:justify-items-auto:focus-within {
    justify-items: auto;
  }

  .xl\:focus-within\:justify-items-start:focus-within {
    justify-items: start;
  }

  .xl\:focus-within\:justify-items-end:focus-within {
    justify-items: end;
  }

  .xl\:focus-within\:justify-items-center:focus-within {
    justify-items: center;
  }

  .xl\:focus-within\:justify-items-stretch:focus-within {
    justify-items: stretch;
  }

  .xl\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .xl\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .xl\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .xl\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .xl\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .xl\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .xl\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .xl\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .xl\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .xl\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .xl\:odd\:justify-items-auto:nth-child(odd) {
    justify-items: auto;
  }

  .xl\:odd\:justify-items-start:nth-child(odd) {
    justify-items: start;
  }

  .xl\:odd\:justify-items-end:nth-child(odd) {
    justify-items: end;
  }

  .xl\:odd\:justify-items-center:nth-child(odd) {
    justify-items: center;
  }

  .xl\:odd\:justify-items-stretch:nth-child(odd) {
    justify-items: stretch;
  }

  .xl\:even\:justify-items-auto:nth-child(even) {
    justify-items: auto;
  }

  .xl\:even\:justify-items-start:nth-child(even) {
    justify-items: start;
  }

  .xl\:even\:justify-items-end:nth-child(even) {
    justify-items: end;
  }

  .xl\:even\:justify-items-center:nth-child(even) {
    justify-items: center;
  }

  .xl\:even\:justify-items-stretch:nth-child(even) {
    justify-items: stretch;
  }

  .xl\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .xl\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .xl\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .xl\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .xl\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .xl\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .xl\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .xl\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .xl\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .xl\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .xl\:active\:justify-items-auto:active {
    justify-items: auto;
  }

  .xl\:active\:justify-items-start:active {
    justify-items: start;
  }

  .xl\:active\:justify-items-end:active {
    justify-items: end;
  }

  .xl\:active\:justify-items-center:active {
    justify-items: center;
  }

  .xl\:active\:justify-items-stretch:active {
    justify-items: stretch;
  }

  .xl\:visited\:justify-items-auto:visited {
    justify-items: auto;
  }

  .xl\:visited\:justify-items-start:visited {
    justify-items: start;
  }

  .xl\:visited\:justify-items-end:visited {
    justify-items: end;
  }

  .xl\:visited\:justify-items-center:visited {
    justify-items: center;
  }

  .xl\:visited\:justify-items-stretch:visited {
    justify-items: stretch;
  }

  .xl\:disabled\:justify-items-auto:disabled {
    justify-items: auto;
  }

  .xl\:disabled\:justify-items-start:disabled {
    justify-items: start;
  }

  .xl\:disabled\:justify-items-end:disabled {
    justify-items: end;
  }

  .xl\:disabled\:justify-items-center:disabled {
    justify-items: center;
  }

  .xl\:disabled\:justify-items-stretch:disabled {
    justify-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .group:hover .xl\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .xl\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .xl\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .xl\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .xl\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .xl\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .xl\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .xl\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .xl\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .xl\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .xl\:focus-within\:justify-evenly:focus-within {
    justify-content: space-evenly;
  }

  .xl\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .xl\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .xl\:first\:justify-center:first-child {
    justify-content: center;
  }

  .xl\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .xl\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .xl\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .xl\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .xl\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .xl\:last\:justify-center:last-child {
    justify-content: center;
  }

  .xl\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .xl\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .xl\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .xl\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .xl\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .xl\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .xl\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .xl\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .xl\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .xl\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .xl\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .xl\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .xl\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .xl\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .xl\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .xl\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .xl\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .xl\:hover\:justify-center:hover {
    justify-content: center;
  }

  .xl\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .xl\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .xl\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .xl\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .xl\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .xl\:focus\:justify-center:focus {
    justify-content: center;
  }

  .xl\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .xl\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .xl\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .xl\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .xl\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .xl\:active\:justify-center:active {
    justify-content: center;
  }

  .xl\:active\:justify-between:active {
    justify-content: space-between;
  }

  .xl\:active\:justify-around:active {
    justify-content: space-around;
  }

  .xl\:active\:justify-evenly:active {
    justify-content: space-evenly;
  }

  .xl\:visited\:justify-start:visited {
    justify-content: flex-start;
  }

  .xl\:visited\:justify-end:visited {
    justify-content: flex-end;
  }

  .xl\:visited\:justify-center:visited {
    justify-content: center;
  }

  .xl\:visited\:justify-between:visited {
    justify-content: space-between;
  }

  .xl\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .xl\:visited\:justify-evenly:visited {
    justify-content: space-evenly;
  }

  .xl\:disabled\:justify-start:disabled {
    justify-content: flex-start;
  }

  .xl\:disabled\:justify-end:disabled {
    justify-content: flex-end;
  }

  .xl\:disabled\:justify-center:disabled {
    justify-content: center;
  }

  .xl\:disabled\:justify-between:disabled {
    justify-content: space-between;
  }

  .xl\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .xl\:disabled\:justify-evenly:disabled {
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .group:hover .xl\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .xl\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .xl\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .xl\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .xl\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:focus-within\:justify-self-auto:focus-within {
    justify-self: auto;
  }

  .xl\:focus-within\:justify-self-start:focus-within {
    justify-self: start;
  }

  .xl\:focus-within\:justify-self-end:focus-within {
    justify-self: end;
  }

  .xl\:focus-within\:justify-self-center:focus-within {
    justify-self: center;
  }

  .xl\:focus-within\:justify-self-stretch:focus-within {
    justify-self: stretch;
  }

  .xl\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .xl\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .xl\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .xl\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .xl\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .xl\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .xl\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .xl\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .xl\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .xl\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .xl\:odd\:justify-self-auto:nth-child(odd) {
    justify-self: auto;
  }

  .xl\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .xl\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .xl\:odd\:justify-self-center:nth-child(odd) {
    justify-self: center;
  }

  .xl\:odd\:justify-self-stretch:nth-child(odd) {
    justify-self: stretch;
  }

  .xl\:even\:justify-self-auto:nth-child(even) {
    justify-self: auto;
  }

  .xl\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }

  .xl\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .xl\:even\:justify-self-center:nth-child(even) {
    justify-self: center;
  }

  .xl\:even\:justify-self-stretch:nth-child(even) {
    justify-self: stretch;
  }

  .xl\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .xl\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .xl\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .xl\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .xl\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .xl\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .xl\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .xl\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .xl\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .xl\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .xl\:active\:justify-self-auto:active {
    justify-self: auto;
  }

  .xl\:active\:justify-self-start:active {
    justify-self: start;
  }

  .xl\:active\:justify-self-end:active {
    justify-self: end;
  }

  .xl\:active\:justify-self-center:active {
    justify-self: center;
  }

  .xl\:active\:justify-self-stretch:active {
    justify-self: stretch;
  }

  .xl\:visited\:justify-self-auto:visited {
    justify-self: auto;
  }

  .xl\:visited\:justify-self-start:visited {
    justify-self: start;
  }

  .xl\:visited\:justify-self-end:visited {
    justify-self: end;
  }

  .xl\:visited\:justify-self-center:visited {
    justify-self: center;
  }

  .xl\:visited\:justify-self-stretch:visited {
    justify-self: stretch;
  }

  .xl\:disabled\:justify-self-auto:disabled {
    justify-self: auto;
  }

  .xl\:disabled\:justify-self-start:disabled {
    justify-self: start;
  }

  .xl\:disabled\:justify-self-end:disabled {
    justify-self: end;
  }

  .xl\:disabled\:justify-self-center:disabled {
    justify-self: center;
  }

  .xl\:disabled\:justify-self-stretch:disabled {
    justify-self: stretch;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .group:hover .xl\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .xl\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-none {
    flex: none;
  }

  .xl\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .xl\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .xl\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .xl\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .xl\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .xl\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .xl\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .xl\:first\:flex-none:first-child {
    flex: none;
  }

  .xl\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .xl\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .xl\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .xl\:last\:flex-none:last-child {
    flex: none;
  }

  .xl\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .xl\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .xl\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .xl\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .xl\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .xl\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .xl\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .xl\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .xl\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .xl\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .xl\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .xl\:hover\:flex-none:hover {
    flex: none;
  }

  .xl\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .xl\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .xl\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .xl\:focus\:flex-none:focus {
    flex: none;
  }

  .xl\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .xl\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .xl\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .xl\:active\:flex-none:active {
    flex: none;
  }

  .xl\:visited\:flex-1:visited {
    flex: 1 1 0%;
  }

  .xl\:visited\:flex-auto:visited {
    flex: 1 1 auto;
  }

  .xl\:visited\:flex-initial:visited {
    flex: 0 1 auto;
  }

  .xl\:visited\:flex-none:visited {
    flex: none;
  }

  .xl\:disabled\:flex-1:disabled {
    flex: 1 1 0%;
  }

  .xl\:disabled\:flex-auto:disabled {
    flex: 1 1 auto;
  }

  .xl\:disabled\:flex-initial:disabled {
    flex: 0 1 auto;
  }

  .xl\:disabled\:flex-none:disabled {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .xl\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .xl\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .xl\:focus-within\:flex-grow-0:focus-within {
    flex-grow: 0;
  }

  .xl\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .xl\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .xl\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .xl\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .xl\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .xl\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .xl\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .xl\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .xl\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .xl\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .xl\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .xl\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .xl\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .xl\:active\:flex-grow-0:active {
    flex-grow: 0;
  }

  .xl\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .xl\:visited\:flex-grow-0:visited {
    flex-grow: 0;
  }

  .xl\:visited\:flex-grow:visited {
    flex-grow: 1;
  }

  .xl\:disabled\:flex-grow-0:disabled {
    flex-grow: 0;
  }

  .xl\:disabled\:flex-grow:disabled {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .xl\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .xl\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .xl\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .xl\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .xl\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .xl\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .xl\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .xl\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .xl\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .xl\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .xl\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .xl\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .xl\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .xl\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .xl\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .xl\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .xl\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .xl\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .xl\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .xl\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .xl\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .group:hover .xl\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .xl\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .xl\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .xl\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .xl\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .xl\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .xl\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .xl\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .xl\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .xl\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .xl\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .xl\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .xl\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .xl\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .xl\:group-hover\:order-none {
    order: 0;
  }

  .xl\:focus-within\:order-1:focus-within {
    order: 1;
  }

  .xl\:focus-within\:order-2:focus-within {
    order: 2;
  }

  .xl\:focus-within\:order-3:focus-within {
    order: 3;
  }

  .xl\:focus-within\:order-4:focus-within {
    order: 4;
  }

  .xl\:focus-within\:order-5:focus-within {
    order: 5;
  }

  .xl\:focus-within\:order-6:focus-within {
    order: 6;
  }

  .xl\:focus-within\:order-7:focus-within {
    order: 7;
  }

  .xl\:focus-within\:order-8:focus-within {
    order: 8;
  }

  .xl\:focus-within\:order-9:focus-within {
    order: 9;
  }

  .xl\:focus-within\:order-10:focus-within {
    order: 10;
  }

  .xl\:focus-within\:order-11:focus-within {
    order: 11;
  }

  .xl\:focus-within\:order-12:focus-within {
    order: 12;
  }

  .xl\:focus-within\:order-first:focus-within {
    order: -9999;
  }

  .xl\:focus-within\:order-last:focus-within {
    order: 9999;
  }

  .xl\:focus-within\:order-none:focus-within {
    order: 0;
  }

  .xl\:first\:order-1:first-child {
    order: 1;
  }

  .xl\:first\:order-2:first-child {
    order: 2;
  }

  .xl\:first\:order-3:first-child {
    order: 3;
  }

  .xl\:first\:order-4:first-child {
    order: 4;
  }

  .xl\:first\:order-5:first-child {
    order: 5;
  }

  .xl\:first\:order-6:first-child {
    order: 6;
  }

  .xl\:first\:order-7:first-child {
    order: 7;
  }

  .xl\:first\:order-8:first-child {
    order: 8;
  }

  .xl\:first\:order-9:first-child {
    order: 9;
  }

  .xl\:first\:order-10:first-child {
    order: 10;
  }

  .xl\:first\:order-11:first-child {
    order: 11;
  }

  .xl\:first\:order-12:first-child {
    order: 12;
  }

  .xl\:first\:order-first:first-child {
    order: -9999;
  }

  .xl\:first\:order-last:first-child {
    order: 9999;
  }

  .xl\:first\:order-none:first-child {
    order: 0;
  }

  .xl\:last\:order-1:last-child {
    order: 1;
  }

  .xl\:last\:order-2:last-child {
    order: 2;
  }

  .xl\:last\:order-3:last-child {
    order: 3;
  }

  .xl\:last\:order-4:last-child {
    order: 4;
  }

  .xl\:last\:order-5:last-child {
    order: 5;
  }

  .xl\:last\:order-6:last-child {
    order: 6;
  }

  .xl\:last\:order-7:last-child {
    order: 7;
  }

  .xl\:last\:order-8:last-child {
    order: 8;
  }

  .xl\:last\:order-9:last-child {
    order: 9;
  }

  .xl\:last\:order-10:last-child {
    order: 10;
  }

  .xl\:last\:order-11:last-child {
    order: 11;
  }

  .xl\:last\:order-12:last-child {
    order: 12;
  }

  .xl\:last\:order-first:last-child {
    order: -9999;
  }

  .xl\:last\:order-last:last-child {
    order: 9999;
  }

  .xl\:last\:order-none:last-child {
    order: 0;
  }

  .xl\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .xl\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .xl\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .xl\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .xl\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .xl\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .xl\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .xl\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .xl\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .xl\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .xl\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .xl\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .xl\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .xl\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .xl\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .xl\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .xl\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .xl\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .xl\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .xl\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .xl\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .xl\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .xl\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .xl\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .xl\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .xl\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .xl\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .xl\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .xl\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .xl\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .xl\:hover\:order-1:hover {
    order: 1;
  }

  .xl\:hover\:order-2:hover {
    order: 2;
  }

  .xl\:hover\:order-3:hover {
    order: 3;
  }

  .xl\:hover\:order-4:hover {
    order: 4;
  }

  .xl\:hover\:order-5:hover {
    order: 5;
  }

  .xl\:hover\:order-6:hover {
    order: 6;
  }

  .xl\:hover\:order-7:hover {
    order: 7;
  }

  .xl\:hover\:order-8:hover {
    order: 8;
  }

  .xl\:hover\:order-9:hover {
    order: 9;
  }

  .xl\:hover\:order-10:hover {
    order: 10;
  }

  .xl\:hover\:order-11:hover {
    order: 11;
  }

  .xl\:hover\:order-12:hover {
    order: 12;
  }

  .xl\:hover\:order-first:hover {
    order: -9999;
  }

  .xl\:hover\:order-last:hover {
    order: 9999;
  }

  .xl\:hover\:order-none:hover {
    order: 0;
  }

  .xl\:focus\:order-1:focus {
    order: 1;
  }

  .xl\:focus\:order-2:focus {
    order: 2;
  }

  .xl\:focus\:order-3:focus {
    order: 3;
  }

  .xl\:focus\:order-4:focus {
    order: 4;
  }

  .xl\:focus\:order-5:focus {
    order: 5;
  }

  .xl\:focus\:order-6:focus {
    order: 6;
  }

  .xl\:focus\:order-7:focus {
    order: 7;
  }

  .xl\:focus\:order-8:focus {
    order: 8;
  }

  .xl\:focus\:order-9:focus {
    order: 9;
  }

  .xl\:focus\:order-10:focus {
    order: 10;
  }

  .xl\:focus\:order-11:focus {
    order: 11;
  }

  .xl\:focus\:order-12:focus {
    order: 12;
  }

  .xl\:focus\:order-first:focus {
    order: -9999;
  }

  .xl\:focus\:order-last:focus {
    order: 9999;
  }

  .xl\:focus\:order-none:focus {
    order: 0;
  }

  .xl\:active\:order-1:active {
    order: 1;
  }

  .xl\:active\:order-2:active {
    order: 2;
  }

  .xl\:active\:order-3:active {
    order: 3;
  }

  .xl\:active\:order-4:active {
    order: 4;
  }

  .xl\:active\:order-5:active {
    order: 5;
  }

  .xl\:active\:order-6:active {
    order: 6;
  }

  .xl\:active\:order-7:active {
    order: 7;
  }

  .xl\:active\:order-8:active {
    order: 8;
  }

  .xl\:active\:order-9:active {
    order: 9;
  }

  .xl\:active\:order-10:active {
    order: 10;
  }

  .xl\:active\:order-11:active {
    order: 11;
  }

  .xl\:active\:order-12:active {
    order: 12;
  }

  .xl\:active\:order-first:active {
    order: -9999;
  }

  .xl\:active\:order-last:active {
    order: 9999;
  }

  .xl\:active\:order-none:active {
    order: 0;
  }

  .xl\:visited\:order-1:visited {
    order: 1;
  }

  .xl\:visited\:order-2:visited {
    order: 2;
  }

  .xl\:visited\:order-3:visited {
    order: 3;
  }

  .xl\:visited\:order-4:visited {
    order: 4;
  }

  .xl\:visited\:order-5:visited {
    order: 5;
  }

  .xl\:visited\:order-6:visited {
    order: 6;
  }

  .xl\:visited\:order-7:visited {
    order: 7;
  }

  .xl\:visited\:order-8:visited {
    order: 8;
  }

  .xl\:visited\:order-9:visited {
    order: 9;
  }

  .xl\:visited\:order-10:visited {
    order: 10;
  }

  .xl\:visited\:order-11:visited {
    order: 11;
  }

  .xl\:visited\:order-12:visited {
    order: 12;
  }

  .xl\:visited\:order-first:visited {
    order: -9999;
  }

  .xl\:visited\:order-last:visited {
    order: 9999;
  }

  .xl\:visited\:order-none:visited {
    order: 0;
  }

  .xl\:disabled\:order-1:disabled {
    order: 1;
  }

  .xl\:disabled\:order-2:disabled {
    order: 2;
  }

  .xl\:disabled\:order-3:disabled {
    order: 3;
  }

  .xl\:disabled\:order-4:disabled {
    order: 4;
  }

  .xl\:disabled\:order-5:disabled {
    order: 5;
  }

  .xl\:disabled\:order-6:disabled {
    order: 6;
  }

  .xl\:disabled\:order-7:disabled {
    order: 7;
  }

  .xl\:disabled\:order-8:disabled {
    order: 8;
  }

  .xl\:disabled\:order-9:disabled {
    order: 9;
  }

  .xl\:disabled\:order-10:disabled {
    order: 10;
  }

  .xl\:disabled\:order-11:disabled {
    order: 11;
  }

  .xl\:disabled\:order-12:disabled {
    order: 12;
  }

  .xl\:disabled\:order-first:disabled {
    order: -9999;
  }

  .xl\:disabled\:order-last:disabled {
    order: 9999;
  }

  .xl\:disabled\:order-none:disabled {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .group:hover .xl\:group-hover\:float-right {
    float: right;
  }

  .group:hover .xl\:group-hover\:float-left {
    float: left;
  }

  .group:hover .xl\:group-hover\:float-none {
    float: none;
  }

  .xl\:focus-within\:float-right:focus-within {
    float: right;
  }

  .xl\:focus-within\:float-left:focus-within {
    float: left;
  }

  .xl\:focus-within\:float-none:focus-within {
    float: none;
  }

  .xl\:first\:float-right:first-child {
    float: right;
  }

  .xl\:first\:float-left:first-child {
    float: left;
  }

  .xl\:first\:float-none:first-child {
    float: none;
  }

  .xl\:last\:float-right:last-child {
    float: right;
  }

  .xl\:last\:float-left:last-child {
    float: left;
  }

  .xl\:last\:float-none:last-child {
    float: none;
  }

  .xl\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .xl\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .xl\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .xl\:even\:float-right:nth-child(even) {
    float: right;
  }

  .xl\:even\:float-left:nth-child(even) {
    float: left;
  }

  .xl\:even\:float-none:nth-child(even) {
    float: none;
  }

  .xl\:hover\:float-right:hover {
    float: right;
  }

  .xl\:hover\:float-left:hover {
    float: left;
  }

  .xl\:hover\:float-none:hover {
    float: none;
  }

  .xl\:focus\:float-right:focus {
    float: right;
  }

  .xl\:focus\:float-left:focus {
    float: left;
  }

  .xl\:focus\:float-none:focus {
    float: none;
  }

  .xl\:active\:float-right:active {
    float: right;
  }

  .xl\:active\:float-left:active {
    float: left;
  }

  .xl\:active\:float-none:active {
    float: none;
  }

  .xl\:visited\:float-right:visited {
    float: right;
  }

  .xl\:visited\:float-left:visited {
    float: left;
  }

  .xl\:visited\:float-none:visited {
    float: none;
  }

  .xl\:disabled\:float-right:disabled {
    float: right;
  }

  .xl\:disabled\:float-left:disabled {
    float: left;
  }

  .xl\:disabled\:float-none:disabled {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .group:hover .xl\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .xl\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .xl\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .xl\:group-hover\:clear-none {
    clear: none;
  }

  .xl\:focus-within\:clear-left:focus-within {
    clear: left;
  }

  .xl\:focus-within\:clear-right:focus-within {
    clear: right;
  }

  .xl\:focus-within\:clear-both:focus-within {
    clear: both;
  }

  .xl\:focus-within\:clear-none:focus-within {
    clear: none;
  }

  .xl\:first\:clear-left:first-child {
    clear: left;
  }

  .xl\:first\:clear-right:first-child {
    clear: right;
  }

  .xl\:first\:clear-both:first-child {
    clear: both;
  }

  .xl\:first\:clear-none:first-child {
    clear: none;
  }

  .xl\:last\:clear-left:last-child {
    clear: left;
  }

  .xl\:last\:clear-right:last-child {
    clear: right;
  }

  .xl\:last\:clear-both:last-child {
    clear: both;
  }

  .xl\:last\:clear-none:last-child {
    clear: none;
  }

  .xl\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .xl\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .xl\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .xl\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .xl\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .xl\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .xl\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .xl\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .xl\:hover\:clear-left:hover {
    clear: left;
  }

  .xl\:hover\:clear-right:hover {
    clear: right;
  }

  .xl\:hover\:clear-both:hover {
    clear: both;
  }

  .xl\:hover\:clear-none:hover {
    clear: none;
  }

  .xl\:focus\:clear-left:focus {
    clear: left;
  }

  .xl\:focus\:clear-right:focus {
    clear: right;
  }

  .xl\:focus\:clear-both:focus {
    clear: both;
  }

  .xl\:focus\:clear-none:focus {
    clear: none;
  }

  .xl\:active\:clear-left:active {
    clear: left;
  }

  .xl\:active\:clear-right:active {
    clear: right;
  }

  .xl\:active\:clear-both:active {
    clear: both;
  }

  .xl\:active\:clear-none:active {
    clear: none;
  }

  .xl\:visited\:clear-left:visited {
    clear: left;
  }

  .xl\:visited\:clear-right:visited {
    clear: right;
  }

  .xl\:visited\:clear-both:visited {
    clear: both;
  }

  .xl\:visited\:clear-none:visited {
    clear: none;
  }

  .xl\:disabled\:clear-left:disabled {
    clear: left;
  }

  .xl\:disabled\:clear-right:disabled {
    clear: right;
  }

  .xl\:disabled\:clear-both:disabled {
    clear: both;
  }

  .xl\:disabled\:clear-none:disabled {
    clear: none;
  }

  .xl\:font-sans {
    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";
  }

  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .xl\:group-hover\:font-sans {
    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";
  }

  .group:hover .xl\:group-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .xl\:group-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:focus-within\:font-sans:focus-within {
    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";
  }

  .xl\:focus-within\:font-serif:focus-within {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:focus-within\:font-mono:focus-within {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:first\:font-sans:first-child {
    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";
  }

  .xl\:first\:font-serif:first-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:first\:font-mono:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:last\:font-sans:last-child {
    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";
  }

  .xl\:last\:font-serif:last-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:last\:font-mono:last-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:odd\:font-sans:nth-child(odd) {
    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";
  }

  .xl\:odd\:font-serif:nth-child(odd) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:odd\:font-mono:nth-child(odd) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:even\:font-sans:nth-child(even) {
    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";
  }

  .xl\:even\:font-serif:nth-child(even) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:even\:font-mono:nth-child(even) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:hover\:font-sans:hover {
    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";
  }

  .xl\:hover\:font-serif:hover {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:hover\:font-mono:hover {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:focus\:font-sans:focus {
    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";
  }

  .xl\:focus\:font-serif:focus {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:focus\:font-mono:focus {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:active\:font-sans:active {
    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";
  }

  .xl\:active\:font-serif:active {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:active\:font-mono:active {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:visited\:font-sans:visited {
    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";
  }

  .xl\:visited\:font-serif:visited {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:visited\:font-mono:visited {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:disabled\:font-sans:disabled {
    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";
  }

  .xl\:disabled\:font-serif:disabled {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:disabled\:font-mono:disabled {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .group:hover .xl\:group-hover\:font-thin {
    font-weight: 100;
  }

  .group:hover .xl\:group-hover\:font-extralight {
    font-weight: 200;
  }

  .group:hover .xl\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .xl\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .xl\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .xl\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .xl\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .xl\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .xl\:group-hover\:font-black {
    font-weight: 900;
  }

  .xl\:focus-within\:font-thin:focus-within {
    font-weight: 100;
  }

  .xl\:focus-within\:font-extralight:focus-within {
    font-weight: 200;
  }

  .xl\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .xl\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .xl\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .xl\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .xl\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .xl\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .xl\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .xl\:first\:font-thin:first-child {
    font-weight: 100;
  }

  .xl\:first\:font-extralight:first-child {
    font-weight: 200;
  }

  .xl\:first\:font-light:first-child {
    font-weight: 300;
  }

  .xl\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .xl\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .xl\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .xl\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .xl\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .xl\:first\:font-black:first-child {
    font-weight: 900;
  }

  .xl\:last\:font-thin:last-child {
    font-weight: 100;
  }

  .xl\:last\:font-extralight:last-child {
    font-weight: 200;
  }

  .xl\:last\:font-light:last-child {
    font-weight: 300;
  }

  .xl\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .xl\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .xl\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .xl\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .xl\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .xl\:last\:font-black:last-child {
    font-weight: 900;
  }

  .xl\:odd\:font-thin:nth-child(odd) {
    font-weight: 100;
  }

  .xl\:odd\:font-extralight:nth-child(odd) {
    font-weight: 200;
  }

  .xl\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .xl\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .xl\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .xl\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .xl\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .xl\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .xl\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .xl\:even\:font-thin:nth-child(even) {
    font-weight: 100;
  }

  .xl\:even\:font-extralight:nth-child(even) {
    font-weight: 200;
  }

  .xl\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .xl\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .xl\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .xl\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .xl\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .xl\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .xl\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:active\:font-thin:active {
    font-weight: 100;
  }

  .xl\:active\:font-extralight:active {
    font-weight: 200;
  }

  .xl\:active\:font-light:active {
    font-weight: 300;
  }

  .xl\:active\:font-normal:active {
    font-weight: 400;
  }

  .xl\:active\:font-medium:active {
    font-weight: 500;
  }

  .xl\:active\:font-semibold:active {
    font-weight: 600;
  }

  .xl\:active\:font-bold:active {
    font-weight: 700;
  }

  .xl\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .xl\:active\:font-black:active {
    font-weight: 900;
  }

  .xl\:visited\:font-thin:visited {
    font-weight: 100;
  }

  .xl\:visited\:font-extralight:visited {
    font-weight: 200;
  }

  .xl\:visited\:font-light:visited {
    font-weight: 300;
  }

  .xl\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .xl\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .xl\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .xl\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .xl\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .xl\:visited\:font-black:visited {
    font-weight: 900;
  }

  .xl\:disabled\:font-thin:disabled {
    font-weight: 100;
  }

  .xl\:disabled\:font-extralight:disabled {
    font-weight: 200;
  }

  .xl\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .xl\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .xl\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .xl\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .xl\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .xl\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .xl\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .group:hover .xl\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .xl\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .xl\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .xl\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .xl\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .xl\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .xl\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .xl\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:h-11 {
    height: 2.75rem;
  }

  .group:hover .xl\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .xl\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .xl\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .xl\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .xl\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .xl\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .xl\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .xl\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .xl\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .xl\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .xl\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .xl\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .xl\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .xl\:group-hover\:h-60 {
    height: 15rem;
  }

  .group:hover .xl\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .xl\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .xl\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .xl\:group-hover\:h-96 {
    height: 24rem;
  }

  .group:hover .xl\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xl\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xl\:group-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .group:hover .xl\:group-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .group:hover .xl\:group-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .group:hover .xl\:group-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .group:hover .xl\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .xl\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .xl\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .xl\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .xl\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .xl\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .xl\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .xl\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .xl\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .xl\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .xl\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .xl\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .xl\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xl\:group-hover\:h-screen {
    height: 100vh;
  }

  .xl\:focus-within\:h-0:focus-within {
    height: 0px;
  }

  .xl\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .xl\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .xl\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .xl\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .xl\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .xl\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .xl\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .xl\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .xl\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .xl\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .xl\:focus-within\:h-11:focus-within {
    height: 2.75rem;
  }

  .xl\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .xl\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .xl\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .xl\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .xl\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .xl\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .xl\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .xl\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .xl\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .xl\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .xl\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .xl\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .xl\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .xl\:focus-within\:h-60:focus-within {
    height: 15rem;
  }

  .xl\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .xl\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .xl\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .xl\:focus-within\:h-96:focus-within {
    height: 24rem;
  }

  .xl\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .xl\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .xl\:focus-within\:h-0\.5:focus-within {
    height: 0.125rem;
  }

  .xl\:focus-within\:h-1\.5:focus-within {
    height: 0.375rem;
  }

  .xl\:focus-within\:h-2\.5:focus-within {
    height: 0.625rem;
  }

  .xl\:focus-within\:h-3\.5:focus-within {
    height: 0.875rem;
  }

  .xl\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .xl\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .xl\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .xl\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .xl\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .xl\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .xl\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .xl\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .xl\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .xl\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .xl\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .xl\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .xl\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .xl\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .xl\:first\:h-0:first-child {
    height: 0px;
  }

  .xl\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .xl\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .xl\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .xl\:first\:h-4:first-child {
    height: 1rem;
  }

  .xl\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .xl\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .xl\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .xl\:first\:h-8:first-child {
    height: 2rem;
  }

  .xl\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .xl\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .xl\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .xl\:first\:h-12:first-child {
    height: 3rem;
  }

  .xl\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .xl\:first\:h-16:first-child {
    height: 4rem;
  }

  .xl\:first\:h-20:first-child {
    height: 5rem;
  }

  .xl\:first\:h-24:first-child {
    height: 6rem;
  }

  .xl\:first\:h-28:first-child {
    height: 7rem;
  }

  .xl\:first\:h-32:first-child {
    height: 8rem;
  }

  .xl\:first\:h-36:first-child {
    height: 9rem;
  }

  .xl\:first\:h-40:first-child {
    height: 10rem;
  }

  .xl\:first\:h-44:first-child {
    height: 11rem;
  }

  .xl\:first\:h-48:first-child {
    height: 12rem;
  }

  .xl\:first\:h-52:first-child {
    height: 13rem;
  }

  .xl\:first\:h-56:first-child {
    height: 14rem;
  }

  .xl\:first\:h-60:first-child {
    height: 15rem;
  }

  .xl\:first\:h-64:first-child {
    height: 16rem;
  }

  .xl\:first\:h-72:first-child {
    height: 18rem;
  }

  .xl\:first\:h-80:first-child {
    height: 20rem;
  }

  .xl\:first\:h-96:first-child {
    height: 24rem;
  }

  .xl\:first\:h-auto:first-child {
    height: auto;
  }

  .xl\:first\:h-px:first-child {
    height: 1px;
  }

  .xl\:first\:h-0\.5:first-child {
    height: 0.125rem;
  }

  .xl\:first\:h-1\.5:first-child {
    height: 0.375rem;
  }

  .xl\:first\:h-2\.5:first-child {
    height: 0.625rem;
  }

  .xl\:first\:h-3\.5:first-child {
    height: 0.875rem;
  }

  .xl\:first\:h-1\/2:first-child {
    height: 50%;
  }

  .xl\:first\:h-1\/3:first-child {
    height: 33.333333%;
  }

  .xl\:first\:h-2\/3:first-child {
    height: 66.666667%;
  }

  .xl\:first\:h-1\/4:first-child {
    height: 25%;
  }

  .xl\:first\:h-2\/4:first-child {
    height: 50%;
  }

  .xl\:first\:h-3\/4:first-child {
    height: 75%;
  }

  .xl\:first\:h-1\/5:first-child {
    height: 20%;
  }

  .xl\:first\:h-2\/5:first-child {
    height: 40%;
  }

  .xl\:first\:h-3\/5:first-child {
    height: 60%;
  }

  .xl\:first\:h-4\/5:first-child {
    height: 80%;
  }

  .xl\:first\:h-1\/6:first-child {
    height: 16.666667%;
  }

  .xl\:first\:h-2\/6:first-child {
    height: 33.333333%;
  }

  .xl\:first\:h-3\/6:first-child {
    height: 50%;
  }

  .xl\:first\:h-4\/6:first-child {
    height: 66.666667%;
  }

  .xl\:first\:h-5\/6:first-child {
    height: 83.333333%;
  }

  .xl\:first\:h-full:first-child {
    height: 100%;
  }

  .xl\:first\:h-screen:first-child {
    height: 100vh;
  }

  .xl\:last\:h-0:last-child {
    height: 0px;
  }

  .xl\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .xl\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .xl\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .xl\:last\:h-4:last-child {
    height: 1rem;
  }

  .xl\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .xl\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .xl\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .xl\:last\:h-8:last-child {
    height: 2rem;
  }

  .xl\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .xl\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .xl\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .xl\:last\:h-12:last-child {
    height: 3rem;
  }

  .xl\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .xl\:last\:h-16:last-child {
    height: 4rem;
  }

  .xl\:last\:h-20:last-child {
    height: 5rem;
  }

  .xl\:last\:h-24:last-child {
    height: 6rem;
  }

  .xl\:last\:h-28:last-child {
    height: 7rem;
  }

  .xl\:last\:h-32:last-child {
    height: 8rem;
  }

  .xl\:last\:h-36:last-child {
    height: 9rem;
  }

  .xl\:last\:h-40:last-child {
    height: 10rem;
  }

  .xl\:last\:h-44:last-child {
    height: 11rem;
  }

  .xl\:last\:h-48:last-child {
    height: 12rem;
  }

  .xl\:last\:h-52:last-child {
    height: 13rem;
  }

  .xl\:last\:h-56:last-child {
    height: 14rem;
  }

  .xl\:last\:h-60:last-child {
    height: 15rem;
  }

  .xl\:last\:h-64:last-child {
    height: 16rem;
  }

  .xl\:last\:h-72:last-child {
    height: 18rem;
  }

  .xl\:last\:h-80:last-child {
    height: 20rem;
  }

  .xl\:last\:h-96:last-child {
    height: 24rem;
  }

  .xl\:last\:h-auto:last-child {
    height: auto;
  }

  .xl\:last\:h-px:last-child {
    height: 1px;
  }

  .xl\:last\:h-0\.5:last-child {
    height: 0.125rem;
  }

  .xl\:last\:h-1\.5:last-child {
    height: 0.375rem;
  }

  .xl\:last\:h-2\.5:last-child {
    height: 0.625rem;
  }

  .xl\:last\:h-3\.5:last-child {
    height: 0.875rem;
  }

  .xl\:last\:h-1\/2:last-child {
    height: 50%;
  }

  .xl\:last\:h-1\/3:last-child {
    height: 33.333333%;
  }

  .xl\:last\:h-2\/3:last-child {
    height: 66.666667%;
  }

  .xl\:last\:h-1\/4:last-child {
    height: 25%;
  }

  .xl\:last\:h-2\/4:last-child {
    height: 50%;
  }

  .xl\:last\:h-3\/4:last-child {
    height: 75%;
  }

  .xl\:last\:h-1\/5:last-child {
    height: 20%;
  }

  .xl\:last\:h-2\/5:last-child {
    height: 40%;
  }

  .xl\:last\:h-3\/5:last-child {
    height: 60%;
  }

  .xl\:last\:h-4\/5:last-child {
    height: 80%;
  }

  .xl\:last\:h-1\/6:last-child {
    height: 16.666667%;
  }

  .xl\:last\:h-2\/6:last-child {
    height: 33.333333%;
  }

  .xl\:last\:h-3\/6:last-child {
    height: 50%;
  }

  .xl\:last\:h-4\/6:last-child {
    height: 66.666667%;
  }

  .xl\:last\:h-5\/6:last-child {
    height: 83.333333%;
  }

  .xl\:last\:h-full:last-child {
    height: 100%;
  }

  .xl\:last\:h-screen:last-child {
    height: 100vh;
  }

  .xl\:odd\:h-0:nth-child(odd) {
    height: 0px;
  }

  .xl\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .xl\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .xl\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .xl\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .xl\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .xl\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .xl\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .xl\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .xl\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .xl\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .xl\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .xl\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .xl\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .xl\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .xl\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .xl\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .xl\:odd\:h-28:nth-child(odd) {
    height: 7rem;
  }

  .xl\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .xl\:odd\:h-36:nth-child(odd) {
    height: 9rem;
  }

  .xl\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .xl\:odd\:h-44:nth-child(odd) {
    height: 11rem;
  }

  .xl\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .xl\:odd\:h-52:nth-child(odd) {
    height: 13rem;
  }

  .xl\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .xl\:odd\:h-60:nth-child(odd) {
    height: 15rem;
  }

  .xl\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .xl\:odd\:h-72:nth-child(odd) {
    height: 18rem;
  }

  .xl\:odd\:h-80:nth-child(odd) {
    height: 20rem;
  }

  .xl\:odd\:h-96:nth-child(odd) {
    height: 24rem;
  }

  .xl\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .xl\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .xl\:odd\:h-0\.5:nth-child(odd) {
    height: 0.125rem;
  }

  .xl\:odd\:h-1\.5:nth-child(odd) {
    height: 0.375rem;
  }

  .xl\:odd\:h-2\.5:nth-child(odd) {
    height: 0.625rem;
  }

  .xl\:odd\:h-3\.5:nth-child(odd) {
    height: 0.875rem;
  }

  .xl\:odd\:h-1\/2:nth-child(odd) {
    height: 50%;
  }

  .xl\:odd\:h-1\/3:nth-child(odd) {
    height: 33.333333%;
  }

  .xl\:odd\:h-2\/3:nth-child(odd) {
    height: 66.666667%;
  }

  .xl\:odd\:h-1\/4:nth-child(odd) {
    height: 25%;
  }

  .xl\:odd\:h-2\/4:nth-child(odd) {
    height: 50%;
  }

  .xl\:odd\:h-3\/4:nth-child(odd) {
    height: 75%;
  }

  .xl\:odd\:h-1\/5:nth-child(odd) {
    height: 20%;
  }

  .xl\:odd\:h-2\/5:nth-child(odd) {
    height: 40%;
  }

  .xl\:odd\:h-3\/5:nth-child(odd) {
    height: 60%;
  }

  .xl\:odd\:h-4\/5:nth-child(odd) {
    height: 80%;
  }

  .xl\:odd\:h-1\/6:nth-child(odd) {
    height: 16.666667%;
  }

  .xl\:odd\:h-2\/6:nth-child(odd) {
    height: 33.333333%;
  }

  .xl\:odd\:h-3\/6:nth-child(odd) {
    height: 50%;
  }

  .xl\:odd\:h-4\/6:nth-child(odd) {
    height: 66.666667%;
  }

  .xl\:odd\:h-5\/6:nth-child(odd) {
    height: 83.333333%;
  }

  .xl\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .xl\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .xl\:even\:h-0:nth-child(even) {
    height: 0px;
  }

  .xl\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .xl\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .xl\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .xl\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .xl\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .xl\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .xl\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .xl\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .xl\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .xl\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .xl\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .xl\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .xl\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .xl\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .xl\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .xl\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .xl\:even\:h-28:nth-child(even) {
    height: 7rem;
  }

  .xl\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .xl\:even\:h-36:nth-child(even) {
    height: 9rem;
  }

  .xl\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .xl\:even\:h-44:nth-child(even) {
    height: 11rem;
  }

  .xl\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .xl\:even\:h-52:nth-child(even) {
    height: 13rem;
  }

  .xl\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .xl\:even\:h-60:nth-child(even) {
    height: 15rem;
  }

  .xl\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .xl\:even\:h-72:nth-child(even) {
    height: 18rem;
  }

  .xl\:even\:h-80:nth-child(even) {
    height: 20rem;
  }

  .xl\:even\:h-96:nth-child(even) {
    height: 24rem;
  }

  .xl\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .xl\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .xl\:even\:h-0\.5:nth-child(even) {
    height: 0.125rem;
  }

  .xl\:even\:h-1\.5:nth-child(even) {
    height: 0.375rem;
  }

  .xl\:even\:h-2\.5:nth-child(even) {
    height: 0.625rem;
  }

  .xl\:even\:h-3\.5:nth-child(even) {
    height: 0.875rem;
  }

  .xl\:even\:h-1\/2:nth-child(even) {
    height: 50%;
  }

  .xl\:even\:h-1\/3:nth-child(even) {
    height: 33.333333%;
  }

  .xl\:even\:h-2\/3:nth-child(even) {
    height: 66.666667%;
  }

  .xl\:even\:h-1\/4:nth-child(even) {
    height: 25%;
  }

  .xl\:even\:h-2\/4:nth-child(even) {
    height: 50%;
  }

  .xl\:even\:h-3\/4:nth-child(even) {
    height: 75%;
  }

  .xl\:even\:h-1\/5:nth-child(even) {
    height: 20%;
  }

  .xl\:even\:h-2\/5:nth-child(even) {
    height: 40%;
  }

  .xl\:even\:h-3\/5:nth-child(even) {
    height: 60%;
  }

  .xl\:even\:h-4\/5:nth-child(even) {
    height: 80%;
  }

  .xl\:even\:h-1\/6:nth-child(even) {
    height: 16.666667%;
  }

  .xl\:even\:h-2\/6:nth-child(even) {
    height: 33.333333%;
  }

  .xl\:even\:h-3\/6:nth-child(even) {
    height: 50%;
  }

  .xl\:even\:h-4\/6:nth-child(even) {
    height: 66.666667%;
  }

  .xl\:even\:h-5\/6:nth-child(even) {
    height: 83.333333%;
  }

  .xl\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .xl\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .xl\:hover\:h-0:hover {
    height: 0px;
  }

  .xl\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xl\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xl\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .xl\:hover\:h-4:hover {
    height: 1rem;
  }

  .xl\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .xl\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .xl\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .xl\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xl\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .xl\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .xl\:hover\:h-20:hover {
    height: 5rem;
  }

  .xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .xl\:hover\:h-28:hover {
    height: 7rem;
  }

  .xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .xl\:hover\:h-36:hover {
    height: 9rem;
  }

  .xl\:hover\:h-40:hover {
    height: 10rem;
  }

  .xl\:hover\:h-44:hover {
    height: 11rem;
  }

  .xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .xl\:hover\:h-52:hover {
    height: 13rem;
  }

  .xl\:hover\:h-56:hover {
    height: 14rem;
  }

  .xl\:hover\:h-60:hover {
    height: 15rem;
  }

  .xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .xl\:hover\:h-72:hover {
    height: 18rem;
  }

  .xl\:hover\:h-80:hover {
    height: 20rem;
  }

  .xl\:hover\:h-96:hover {
    height: 24rem;
  }

  .xl\:hover\:h-auto:hover {
    height: auto;
  }

  .xl\:hover\:h-px:hover {
    height: 1px;
  }

  .xl\:hover\:h-0\.5:hover {
    height: 0.125rem;
  }

  .xl\:hover\:h-1\.5:hover {
    height: 0.375rem;
  }

  .xl\:hover\:h-2\.5:hover {
    height: 0.625rem;
  }

  .xl\:hover\:h-3\.5:hover {
    height: 0.875rem;
  }

  .xl\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .xl\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .xl\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .xl\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .xl\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .xl\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .xl\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .xl\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .xl\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .xl\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .xl\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .xl\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .xl\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .xl\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .xl\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .xl\:hover\:h-full:hover {
    height: 100%;
  }

  .xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xl\:focus\:h-0:focus {
    height: 0px;
  }

  .xl\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .xl\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .xl\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .xl\:focus\:h-4:focus {
    height: 1rem;
  }

  .xl\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .xl\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .xl\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .xl\:focus\:h-8:focus {
    height: 2rem;
  }

  .xl\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .xl\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .xl\:focus\:h-11:focus {
    height: 2.75rem;
  }

  .xl\:focus\:h-12:focus {
    height: 3rem;
  }

  .xl\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .xl\:focus\:h-16:focus {
    height: 4rem;
  }

  .xl\:focus\:h-20:focus {
    height: 5rem;
  }

  .xl\:focus\:h-24:focus {
    height: 6rem;
  }

  .xl\:focus\:h-28:focus {
    height: 7rem;
  }

  .xl\:focus\:h-32:focus {
    height: 8rem;
  }

  .xl\:focus\:h-36:focus {
    height: 9rem;
  }

  .xl\:focus\:h-40:focus {
    height: 10rem;
  }

  .xl\:focus\:h-44:focus {
    height: 11rem;
  }

  .xl\:focus\:h-48:focus {
    height: 12rem;
  }

  .xl\:focus\:h-52:focus {
    height: 13rem;
  }

  .xl\:focus\:h-56:focus {
    height: 14rem;
  }

  .xl\:focus\:h-60:focus {
    height: 15rem;
  }

  .xl\:focus\:h-64:focus {
    height: 16rem;
  }

  .xl\:focus\:h-72:focus {
    height: 18rem;
  }

  .xl\:focus\:h-80:focus {
    height: 20rem;
  }

  .xl\:focus\:h-96:focus {
    height: 24rem;
  }

  .xl\:focus\:h-auto:focus {
    height: auto;
  }

  .xl\:focus\:h-px:focus {
    height: 1px;
  }

  .xl\:focus\:h-0\.5:focus {
    height: 0.125rem;
  }

  .xl\:focus\:h-1\.5:focus {
    height: 0.375rem;
  }

  .xl\:focus\:h-2\.5:focus {
    height: 0.625rem;
  }

  .xl\:focus\:h-3\.5:focus {
    height: 0.875rem;
  }

  .xl\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .xl\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .xl\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .xl\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .xl\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .xl\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .xl\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .xl\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .xl\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .xl\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .xl\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .xl\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .xl\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .xl\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .xl\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .xl\:focus\:h-full:focus {
    height: 100%;
  }

  .xl\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xl\:active\:h-0:active {
    height: 0px;
  }

  .xl\:active\:h-1:active {
    height: 0.25rem;
  }

  .xl\:active\:h-2:active {
    height: 0.5rem;
  }

  .xl\:active\:h-3:active {
    height: 0.75rem;
  }

  .xl\:active\:h-4:active {
    height: 1rem;
  }

  .xl\:active\:h-5:active {
    height: 1.25rem;
  }

  .xl\:active\:h-6:active {
    height: 1.5rem;
  }

  .xl\:active\:h-7:active {
    height: 1.75rem;
  }

  .xl\:active\:h-8:active {
    height: 2rem;
  }

  .xl\:active\:h-9:active {
    height: 2.25rem;
  }

  .xl\:active\:h-10:active {
    height: 2.5rem;
  }

  .xl\:active\:h-11:active {
    height: 2.75rem;
  }

  .xl\:active\:h-12:active {
    height: 3rem;
  }

  .xl\:active\:h-14:active {
    height: 3.5rem;
  }

  .xl\:active\:h-16:active {
    height: 4rem;
  }

  .xl\:active\:h-20:active {
    height: 5rem;
  }

  .xl\:active\:h-24:active {
    height: 6rem;
  }

  .xl\:active\:h-28:active {
    height: 7rem;
  }

  .xl\:active\:h-32:active {
    height: 8rem;
  }

  .xl\:active\:h-36:active {
    height: 9rem;
  }

  .xl\:active\:h-40:active {
    height: 10rem;
  }

  .xl\:active\:h-44:active {
    height: 11rem;
  }

  .xl\:active\:h-48:active {
    height: 12rem;
  }

  .xl\:active\:h-52:active {
    height: 13rem;
  }

  .xl\:active\:h-56:active {
    height: 14rem;
  }

  .xl\:active\:h-60:active {
    height: 15rem;
  }

  .xl\:active\:h-64:active {
    height: 16rem;
  }

  .xl\:active\:h-72:active {
    height: 18rem;
  }

  .xl\:active\:h-80:active {
    height: 20rem;
  }

  .xl\:active\:h-96:active {
    height: 24rem;
  }

  .xl\:active\:h-auto:active {
    height: auto;
  }

  .xl\:active\:h-px:active {
    height: 1px;
  }

  .xl\:active\:h-0\.5:active {
    height: 0.125rem;
  }

  .xl\:active\:h-1\.5:active {
    height: 0.375rem;
  }

  .xl\:active\:h-2\.5:active {
    height: 0.625rem;
  }

  .xl\:active\:h-3\.5:active {
    height: 0.875rem;
  }

  .xl\:active\:h-1\/2:active {
    height: 50%;
  }

  .xl\:active\:h-1\/3:active {
    height: 33.333333%;
  }

  .xl\:active\:h-2\/3:active {
    height: 66.666667%;
  }

  .xl\:active\:h-1\/4:active {
    height: 25%;
  }

  .xl\:active\:h-2\/4:active {
    height: 50%;
  }

  .xl\:active\:h-3\/4:active {
    height: 75%;
  }

  .xl\:active\:h-1\/5:active {
    height: 20%;
  }

  .xl\:active\:h-2\/5:active {
    height: 40%;
  }

  .xl\:active\:h-3\/5:active {
    height: 60%;
  }

  .xl\:active\:h-4\/5:active {
    height: 80%;
  }

  .xl\:active\:h-1\/6:active {
    height: 16.666667%;
  }

  .xl\:active\:h-2\/6:active {
    height: 33.333333%;
  }

  .xl\:active\:h-3\/6:active {
    height: 50%;
  }

  .xl\:active\:h-4\/6:active {
    height: 66.666667%;
  }

  .xl\:active\:h-5\/6:active {
    height: 83.333333%;
  }

  .xl\:active\:h-full:active {
    height: 100%;
  }

  .xl\:active\:h-screen:active {
    height: 100vh;
  }

  .xl\:visited\:h-0:visited {
    height: 0px;
  }

  .xl\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .xl\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .xl\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .xl\:visited\:h-4:visited {
    height: 1rem;
  }

  .xl\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .xl\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .xl\:visited\:h-7:visited {
    height: 1.75rem;
  }

  .xl\:visited\:h-8:visited {
    height: 2rem;
  }

  .xl\:visited\:h-9:visited {
    height: 2.25rem;
  }

  .xl\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .xl\:visited\:h-11:visited {
    height: 2.75rem;
  }

  .xl\:visited\:h-12:visited {
    height: 3rem;
  }

  .xl\:visited\:h-14:visited {
    height: 3.5rem;
  }

  .xl\:visited\:h-16:visited {
    height: 4rem;
  }

  .xl\:visited\:h-20:visited {
    height: 5rem;
  }

  .xl\:visited\:h-24:visited {
    height: 6rem;
  }

  .xl\:visited\:h-28:visited {
    height: 7rem;
  }

  .xl\:visited\:h-32:visited {
    height: 8rem;
  }

  .xl\:visited\:h-36:visited {
    height: 9rem;
  }

  .xl\:visited\:h-40:visited {
    height: 10rem;
  }

  .xl\:visited\:h-44:visited {
    height: 11rem;
  }

  .xl\:visited\:h-48:visited {
    height: 12rem;
  }

  .xl\:visited\:h-52:visited {
    height: 13rem;
  }

  .xl\:visited\:h-56:visited {
    height: 14rem;
  }

  .xl\:visited\:h-60:visited {
    height: 15rem;
  }

  .xl\:visited\:h-64:visited {
    height: 16rem;
  }

  .xl\:visited\:h-72:visited {
    height: 18rem;
  }

  .xl\:visited\:h-80:visited {
    height: 20rem;
  }

  .xl\:visited\:h-96:visited {
    height: 24rem;
  }

  .xl\:visited\:h-auto:visited {
    height: auto;
  }

  .xl\:visited\:h-px:visited {
    height: 1px;
  }

  .xl\:visited\:h-0\.5:visited {
    height: 0.125rem;
  }

  .xl\:visited\:h-1\.5:visited {
    height: 0.375rem;
  }

  .xl\:visited\:h-2\.5:visited {
    height: 0.625rem;
  }

  .xl\:visited\:h-3\.5:visited {
    height: 0.875rem;
  }

  .xl\:visited\:h-1\/2:visited {
    height: 50%;
  }

  .xl\:visited\:h-1\/3:visited {
    height: 33.333333%;
  }

  .xl\:visited\:h-2\/3:visited {
    height: 66.666667%;
  }

  .xl\:visited\:h-1\/4:visited {
    height: 25%;
  }

  .xl\:visited\:h-2\/4:visited {
    height: 50%;
  }

  .xl\:visited\:h-3\/4:visited {
    height: 75%;
  }

  .xl\:visited\:h-1\/5:visited {
    height: 20%;
  }

  .xl\:visited\:h-2\/5:visited {
    height: 40%;
  }

  .xl\:visited\:h-3\/5:visited {
    height: 60%;
  }

  .xl\:visited\:h-4\/5:visited {
    height: 80%;
  }

  .xl\:visited\:h-1\/6:visited {
    height: 16.666667%;
  }

  .xl\:visited\:h-2\/6:visited {
    height: 33.333333%;
  }

  .xl\:visited\:h-3\/6:visited {
    height: 50%;
  }

  .xl\:visited\:h-4\/6:visited {
    height: 66.666667%;
  }

  .xl\:visited\:h-5\/6:visited {
    height: 83.333333%;
  }

  .xl\:visited\:h-full:visited {
    height: 100%;
  }

  .xl\:visited\:h-screen:visited {
    height: 100vh;
  }

  .xl\:disabled\:h-0:disabled {
    height: 0px;
  }

  .xl\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .xl\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .xl\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .xl\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .xl\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .xl\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .xl\:disabled\:h-7:disabled {
    height: 1.75rem;
  }

  .xl\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .xl\:disabled\:h-9:disabled {
    height: 2.25rem;
  }

  .xl\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .xl\:disabled\:h-11:disabled {
    height: 2.75rem;
  }

  .xl\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .xl\:disabled\:h-14:disabled {
    height: 3.5rem;
  }

  .xl\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .xl\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .xl\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .xl\:disabled\:h-28:disabled {
    height: 7rem;
  }

  .xl\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .xl\:disabled\:h-36:disabled {
    height: 9rem;
  }

  .xl\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .xl\:disabled\:h-44:disabled {
    height: 11rem;
  }

  .xl\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .xl\:disabled\:h-52:disabled {
    height: 13rem;
  }

  .xl\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .xl\:disabled\:h-60:disabled {
    height: 15rem;
  }

  .xl\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .xl\:disabled\:h-72:disabled {
    height: 18rem;
  }

  .xl\:disabled\:h-80:disabled {
    height: 20rem;
  }

  .xl\:disabled\:h-96:disabled {
    height: 24rem;
  }

  .xl\:disabled\:h-auto:disabled {
    height: auto;
  }

  .xl\:disabled\:h-px:disabled {
    height: 1px;
  }

  .xl\:disabled\:h-0\.5:disabled {
    height: 0.125rem;
  }

  .xl\:disabled\:h-1\.5:disabled {
    height: 0.375rem;
  }

  .xl\:disabled\:h-2\.5:disabled {
    height: 0.625rem;
  }

  .xl\:disabled\:h-3\.5:disabled {
    height: 0.875rem;
  }

  .xl\:disabled\:h-1\/2:disabled {
    height: 50%;
  }

  .xl\:disabled\:h-1\/3:disabled {
    height: 33.333333%;
  }

  .xl\:disabled\:h-2\/3:disabled {
    height: 66.666667%;
  }

  .xl\:disabled\:h-1\/4:disabled {
    height: 25%;
  }

  .xl\:disabled\:h-2\/4:disabled {
    height: 50%;
  }

  .xl\:disabled\:h-3\/4:disabled {
    height: 75%;
  }

  .xl\:disabled\:h-1\/5:disabled {
    height: 20%;
  }

  .xl\:disabled\:h-2\/5:disabled {
    height: 40%;
  }

  .xl\:disabled\:h-3\/5:disabled {
    height: 60%;
  }

  .xl\:disabled\:h-4\/5:disabled {
    height: 80%;
  }

  .xl\:disabled\:h-1\/6:disabled {
    height: 16.666667%;
  }

  .xl\:disabled\:h-2\/6:disabled {
    height: 33.333333%;
  }

  .xl\:disabled\:h-3\/6:disabled {
    height: 50%;
  }

  .xl\:disabled\:h-4\/6:disabled {
    height: 66.666667%;
  }

  .xl\:disabled\:h-5\/6:disabled {
    height: 83.333333%;
  }

  .xl\:disabled\:h-full:disabled {
    height: 100%;
  }

  .xl\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .group:hover .xl\:group-hover\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:hover .xl\:group-hover\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .group:hover .xl\:group-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:focus-within\:text-base:focus-within {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:focus-within\:text-6xl:focus-within {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:focus-within\:text-7xl:focus-within {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:focus-within\:text-8xl:focus-within {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:focus-within\:text-9xl:focus-within {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:first\:text-xs:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:first\:text-sm:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:first\:text-base:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:first\:text-lg:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:first\:text-xl:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:first\:text-2xl:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:first\:text-3xl:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:first\:text-4xl:first-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:first\:text-5xl:first-child {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:first\:text-6xl:first-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:first\:text-7xl:first-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:first\:text-8xl:first-child {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:first\:text-9xl:first-child {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:last\:text-xs:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:last\:text-sm:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:last\:text-base:last-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:last\:text-xl:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:last\:text-2xl:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:last\:text-3xl:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:last\:text-4xl:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:last\:text-5xl:last-child {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:last\:text-6xl:last-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:last\:text-7xl:last-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:last\:text-8xl:last-child {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:last\:text-9xl:last-child {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:odd\:text-6xl:nth-child(odd) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:odd\:text-7xl:nth-child(odd) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:odd\:text-8xl:nth-child(odd) {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:odd\:text-9xl:nth-child(odd) {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:even\:text-base:nth-child(even) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:even\:text-6xl:nth-child(even) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:even\:text-7xl:nth-child(even) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:even\:text-8xl:nth-child(even) {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:even\:text-9xl:nth-child(even) {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:active\:text-xs:active {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:active\:text-sm:active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:active\:text-base:active {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:active\:text-lg:active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:active\:text-xl:active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:active\:text-2xl:active {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:active\:text-3xl:active {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:active\:text-4xl:active {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:active\:text-5xl:active {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:active\:text-6xl:active {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:active\:text-7xl:active {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:active\:text-8xl:active {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:active\:text-9xl:active {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:visited\:text-xs:visited {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:visited\:text-sm:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:visited\:text-base:visited {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:visited\:text-lg:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:visited\:text-xl:visited {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:visited\:text-2xl:visited {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:visited\:text-3xl:visited {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:visited\:text-4xl:visited {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:visited\:text-5xl:visited {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:visited\:text-6xl:visited {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:visited\:text-7xl:visited {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:visited\:text-8xl:visited {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:visited\:text-9xl:visited {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:disabled\:text-base:disabled {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:disabled\:text-5xl:disabled {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:disabled\:text-6xl:disabled {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:disabled\:text-7xl:disabled {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:disabled\:text-8xl:disabled {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:disabled\:text-9xl:disabled {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .group:hover .xl\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .xl\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .xl\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .xl\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .xl\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .xl\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .xl\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .xl\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .xl\:group-hover\:leading-loose {
    line-height: 2;
  }

  .xl\:focus-within\:leading-3:focus-within {
    line-height: .75rem;
  }

  .xl\:focus-within\:leading-4:focus-within {
    line-height: 1rem;
  }

  .xl\:focus-within\:leading-5:focus-within {
    line-height: 1.25rem;
  }

  .xl\:focus-within\:leading-6:focus-within {
    line-height: 1.5rem;
  }

  .xl\:focus-within\:leading-7:focus-within {
    line-height: 1.75rem;
  }

  .xl\:focus-within\:leading-8:focus-within {
    line-height: 2rem;
  }

  .xl\:focus-within\:leading-9:focus-within {
    line-height: 2.25rem;
  }

  .xl\:focus-within\:leading-10:focus-within {
    line-height: 2.5rem;
  }

  .xl\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .xl\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .xl\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .xl\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .xl\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .xl\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .xl\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .xl\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .xl\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .xl\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .xl\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .xl\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .xl\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .xl\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .xl\:first\:leading-none:first-child {
    line-height: 1;
  }

  .xl\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .xl\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .xl\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .xl\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .xl\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .xl\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .xl\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .xl\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .xl\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .xl\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .xl\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .xl\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .xl\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .xl\:last\:leading-none:last-child {
    line-height: 1;
  }

  .xl\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .xl\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .xl\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .xl\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .xl\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .xl\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .xl\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .xl\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .xl\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .xl\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .xl\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .xl\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .xl\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .xl\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .xl\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .xl\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .xl\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .xl\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .xl\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .xl\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .xl\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .xl\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .xl\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .xl\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .xl\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .xl\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .xl\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .xl\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .xl\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .xl\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .xl\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .xl\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .xl\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .xl\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .xl\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .xl\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .xl\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .xl\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .xl\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .xl\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .xl\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .xl\:hover\:leading-none:hover {
    line-height: 1;
  }

  .xl\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .xl\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .xl\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .xl\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .xl\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .xl\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .xl\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .xl\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .xl\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .xl\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .xl\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .xl\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .xl\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .xl\:focus\:leading-none:focus {
    line-height: 1;
  }

  .xl\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .xl\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .xl\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .xl\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .xl\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .xl\:active\:leading-3:active {
    line-height: .75rem;
  }

  .xl\:active\:leading-4:active {
    line-height: 1rem;
  }

  .xl\:active\:leading-5:active {
    line-height: 1.25rem;
  }

  .xl\:active\:leading-6:active {
    line-height: 1.5rem;
  }

  .xl\:active\:leading-7:active {
    line-height: 1.75rem;
  }

  .xl\:active\:leading-8:active {
    line-height: 2rem;
  }

  .xl\:active\:leading-9:active {
    line-height: 2.25rem;
  }

  .xl\:active\:leading-10:active {
    line-height: 2.5rem;
  }

  .xl\:active\:leading-none:active {
    line-height: 1;
  }

  .xl\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .xl\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .xl\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .xl\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .xl\:active\:leading-loose:active {
    line-height: 2;
  }

  .xl\:visited\:leading-3:visited {
    line-height: .75rem;
  }

  .xl\:visited\:leading-4:visited {
    line-height: 1rem;
  }

  .xl\:visited\:leading-5:visited {
    line-height: 1.25rem;
  }

  .xl\:visited\:leading-6:visited {
    line-height: 1.5rem;
  }

  .xl\:visited\:leading-7:visited {
    line-height: 1.75rem;
  }

  .xl\:visited\:leading-8:visited {
    line-height: 2rem;
  }

  .xl\:visited\:leading-9:visited {
    line-height: 2.25rem;
  }

  .xl\:visited\:leading-10:visited {
    line-height: 2.5rem;
  }

  .xl\:visited\:leading-none:visited {
    line-height: 1;
  }

  .xl\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .xl\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .xl\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .xl\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .xl\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .xl\:disabled\:leading-3:disabled {
    line-height: .75rem;
  }

  .xl\:disabled\:leading-4:disabled {
    line-height: 1rem;
  }

  .xl\:disabled\:leading-5:disabled {
    line-height: 1.25rem;
  }

  .xl\:disabled\:leading-6:disabled {
    line-height: 1.5rem;
  }

  .xl\:disabled\:leading-7:disabled {
    line-height: 1.75rem;
  }

  .xl\:disabled\:leading-8:disabled {
    line-height: 2rem;
  }

  .xl\:disabled\:leading-9:disabled {
    line-height: 2.25rem;
  }

  .xl\:disabled\:leading-10:disabled {
    line-height: 2.5rem;
  }

  .xl\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .xl\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .xl\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .xl\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .xl\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .xl\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .group:hover .xl\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .xl\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .xl\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .xl\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .xl\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .xl\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .xl\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .xl\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .xl\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .xl\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .xl\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .xl\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .xl\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .xl\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .xl\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .xl\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .xl\:active\:list-inside:active {
    list-style-position: inside;
  }

  .xl\:active\:list-outside:active {
    list-style-position: outside;
  }

  .xl\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .xl\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .xl\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .xl\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .xl\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .xl\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .xl\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .xl\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .xl\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .xl\:first\:list-none:first-child {
    list-style-type: none;
  }

  .xl\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .xl\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .xl\:last\:list-none:last-child {
    list-style-type: none;
  }

  .xl\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .xl\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .xl\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .xl\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .xl\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .xl\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .xl\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .xl\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .xl\:hover\:list-none:hover {
    list-style-type: none;
  }

  .xl\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .xl\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .xl\:focus\:list-none:focus {
    list-style-type: none;
  }

  .xl\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .xl\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .xl\:active\:list-none:active {
    list-style-type: none;
  }

  .xl\:active\:list-disc:active {
    list-style-type: disc;
  }

  .xl\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .xl\:visited\:list-none:visited {
    list-style-type: none;
  }

  .xl\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .xl\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .xl\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .xl\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .xl\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:-m-0 {
    margin: 0px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:-mt-0 {
    margin-top: 0px;
  }

  .xl\:-mr-0 {
    margin-right: 0px;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-ml-0 {
    margin-left: 0px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .group:hover .xl\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .xl\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .xl\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .xl\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .xl\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .xl\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .xl\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .xl\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .xl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xl\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .xl\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .xl\:group-hover\:m-11 {
    margin: 2.75rem;
  }

  .group:hover .xl\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .xl\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .xl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xl\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .xl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xl\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .xl\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .xl\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .xl\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .xl\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .xl\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .xl\:group-hover\:m-60 {
    margin: 15rem;
  }

  .group:hover .xl\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .xl\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .xl\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .xl\:group-hover\:m-96 {
    margin: 24rem;
  }

  .group:hover .xl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xl\:group-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .group:hover .xl\:group-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .group:hover .xl\:group-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .group:hover .xl\:group-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .xl\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .xl\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .xl\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-m-11 {
    margin: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .xl\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .xl\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .xl\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .xl\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .xl\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .xl\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .xl\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .xl\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .xl\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .xl\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .xl\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .xl\:group-hover\:-m-60 {
    margin: -15rem;
  }

  .group:hover .xl\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .xl\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .xl\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .xl\:group-hover\:-m-96 {
    margin: -24rem;
  }

  .group:hover .xl\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .xl\:group-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .group:hover .xl\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .xl\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .group:hover .xl\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .xl\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .xl\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .xl\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .xl\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .group:hover .xl\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .xl\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .group:hover .xl\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .group:hover .xl\:group-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .group:hover .xl\:group-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .group:hover .xl\:group-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .xl\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .xl\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .xl\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .xl\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .xl\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .xl\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .xl\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .xl\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .xl\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .xl\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .group:hover .xl\:group-hover\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .group:hover .xl\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .xl\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .xl\:group-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .group:hover .xl\:group-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .group:hover .xl\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .xl\:group-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .group:hover .xl\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .xl\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .xl\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .xl\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .xl\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .xl\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .xl\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .xl\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .xl\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .xl\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .group:hover .xl\:group-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .group:hover .xl\:group-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .group:hover .xl\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .xl\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .xl\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .xl\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xl\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .xl\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .xl\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .xl\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .xl\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .xl\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .xl\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .xl\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .xl\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .xl\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .xl\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .xl\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .xl\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .xl\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .xl\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .xl\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .xl\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .xl\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .xl\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .xl\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .xl\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .xl\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .xl\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .xl\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .xl\:group-hover\:mt-60 {
    margin-top: 15rem;
  }

  .group:hover .xl\:group-hover\:mr-60 {
    margin-right: 15rem;
  }

  .group:hover .xl\:group-hover\:mb-60 {
    margin-bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:ml-60 {
    margin-left: 15rem;
  }

  .group:hover .xl\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .xl\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .xl\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .xl\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .xl\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .xl\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .xl\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .xl\:group-hover\:mt-96 {
    margin-top: 24rem;
  }

  .group:hover .xl\:group-hover\:mr-96 {
    margin-right: 24rem;
  }

  .group:hover .xl\:group-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:ml-96 {
    margin-left: 24rem;
  }

  .group:hover .xl\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xl\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xl\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xl\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xl\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xl\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xl\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xl\:group-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .group:hover .xl\:group-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .group:hover .xl\:group-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .group:hover .xl\:group-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .group:hover .xl\:group-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .group:hover .xl\:group-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .group:hover .xl\:group-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .group:hover .xl\:group-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .group:hover .xl\:group-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .group:hover .xl\:group-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .group:hover .xl\:group-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .xl\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .xl\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .xl\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .xl\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .xl\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .xl\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .xl\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .xl\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .xl\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .xl\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .xl\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .xl\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .xl\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .xl\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .xl\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .xl\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .xl\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .xl\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .xl\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .xl\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .xl\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .xl\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .xl\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .xl\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .xl\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .xl\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .xl\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .xl\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .xl\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .xl\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .xl\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .xl\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .xl\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .xl\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .xl\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .xl\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .xl\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .xl\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .xl\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .xl\:group-hover\:-mt-60 {
    margin-top: -15rem;
  }

  .group:hover .xl\:group-hover\:-mr-60 {
    margin-right: -15rem;
  }

  .group:hover .xl\:group-hover\:-mb-60 {
    margin-bottom: -15rem;
  }

  .group:hover .xl\:group-hover\:-ml-60 {
    margin-left: -15rem;
  }

  .group:hover .xl\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .xl\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .xl\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .xl\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .xl\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .xl\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .xl\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .xl\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .xl\:group-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .group:hover .xl\:group-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .group:hover .xl\:group-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .group:hover .xl\:group-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .group:hover .xl\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .xl\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .xl\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .xl\:group-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:focus-within\:m-0:focus-within {
    margin: 0px;
  }

  .xl\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .xl\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .xl\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .xl\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .xl\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .xl\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .xl\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .xl\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .xl\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .xl\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .xl\:focus-within\:m-11:focus-within {
    margin: 2.75rem;
  }

  .xl\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .xl\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .xl\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .xl\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .xl\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .xl\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .xl\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .xl\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .xl\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .xl\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .xl\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .xl\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .xl\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .xl\:focus-within\:m-60:focus-within {
    margin: 15rem;
  }

  .xl\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .xl\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .xl\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .xl\:focus-within\:m-96:focus-within {
    margin: 24rem;
  }

  .xl\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .xl\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .xl\:focus-within\:m-0\.5:focus-within {
    margin: 0.125rem;
  }

  .xl\:focus-within\:m-1\.5:focus-within {
    margin: 0.375rem;
  }

  .xl\:focus-within\:m-2\.5:focus-within {
    margin: 0.625rem;
  }

  .xl\:focus-within\:m-3\.5:focus-within {
    margin: 0.875rem;
  }

  .xl\:focus-within\:-m-0:focus-within {
    margin: 0px;
  }

  .xl\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .xl\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .xl\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .xl\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .xl\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .xl\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .xl\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .xl\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .xl\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .xl\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .xl\:focus-within\:-m-11:focus-within {
    margin: -2.75rem;
  }

  .xl\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .xl\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .xl\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .xl\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .xl\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .xl\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .xl\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .xl\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .xl\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .xl\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .xl\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .xl\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .xl\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .xl\:focus-within\:-m-60:focus-within {
    margin: -15rem;
  }

  .xl\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .xl\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .xl\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .xl\:focus-within\:-m-96:focus-within {
    margin: -24rem;
  }

  .xl\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .xl\:focus-within\:-m-0\.5:focus-within {
    margin: -0.125rem;
  }

  .xl\:focus-within\:-m-1\.5:focus-within {
    margin: -0.375rem;
  }

  .xl\:focus-within\:-m-2\.5:focus-within {
    margin: -0.625rem;
  }

  .xl\:focus-within\:-m-3\.5:focus-within {
    margin: -0.875rem;
  }

  .xl\:focus-within\:my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:focus-within\:mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:my-11:focus-within {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:focus-within\:mx-11:focus-within {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus-within\:my-60:focus-within {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:focus-within\:mx-60:focus-within {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:focus-within\:my-96:focus-within {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:focus-within\:mx-96:focus-within {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus-within\:my-0\.5:focus-within {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:focus-within\:mx-0\.5:focus-within {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:focus-within\:my-1\.5:focus-within {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:focus-within\:mx-1\.5:focus-within {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:focus-within\:my-2\.5:focus-within {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:focus-within\:mx-2\.5:focus-within {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:focus-within\:my-3\.5:focus-within {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:focus-within\:mx-3\.5:focus-within {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:focus-within\:-my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:focus-within\:-mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-my-11:focus-within {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:focus-within\:-mx-11:focus-within {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus-within\:-my-60:focus-within {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:focus-within\:-mx-60:focus-within {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:focus-within\:-my-96:focus-within {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:focus-within\:-mx-96:focus-within {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus-within\:-my-0\.5:focus-within {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:focus-within\:-mx-0\.5:focus-within {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:focus-within\:-my-1\.5:focus-within {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:focus-within\:-mx-1\.5:focus-within {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:focus-within\:-my-2\.5:focus-within {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:focus-within\:-mx-2\.5:focus-within {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:focus-within\:-my-3\.5:focus-within {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:focus-within\:-mx-3\.5:focus-within {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:focus-within\:mt-0:focus-within {
    margin-top: 0px;
  }

  .xl\:focus-within\:mr-0:focus-within {
    margin-right: 0px;
  }

  .xl\:focus-within\:mb-0:focus-within {
    margin-bottom: 0px;
  }

  .xl\:focus-within\:ml-0:focus-within {
    margin-left: 0px;
  }

  .xl\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .xl\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .xl\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .xl\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .xl\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .xl\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .xl\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .xl\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .xl\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .xl\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .xl\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .xl\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .xl\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .xl\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .xl\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .xl\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .xl\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .xl\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .xl\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .xl\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .xl\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .xl\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .xl\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .xl\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .xl\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .xl\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .xl\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .xl\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .xl\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .xl\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .xl\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .xl\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .xl\:focus-within\:mt-11:focus-within {
    margin-top: 2.75rem;
  }

  .xl\:focus-within\:mr-11:focus-within {
    margin-right: 2.75rem;
  }

  .xl\:focus-within\:mb-11:focus-within {
    margin-bottom: 2.75rem;
  }

  .xl\:focus-within\:ml-11:focus-within {
    margin-left: 2.75rem;
  }

  .xl\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .xl\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .xl\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .xl\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .xl\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .xl\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .xl\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .xl\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .xl\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .xl\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .xl\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .xl\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .xl\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .xl\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .xl\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .xl\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .xl\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .xl\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .xl\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .xl\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .xl\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .xl\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .xl\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .xl\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .xl\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .xl\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .xl\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .xl\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .xl\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .xl\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .xl\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .xl\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .xl\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .xl\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .xl\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .xl\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .xl\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .xl\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .xl\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .xl\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .xl\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .xl\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .xl\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .xl\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .xl\:focus-within\:mt-60:focus-within {
    margin-top: 15rem;
  }

  .xl\:focus-within\:mr-60:focus-within {
    margin-right: 15rem;
  }

  .xl\:focus-within\:mb-60:focus-within {
    margin-bottom: 15rem;
  }

  .xl\:focus-within\:ml-60:focus-within {
    margin-left: 15rem;
  }

  .xl\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .xl\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .xl\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .xl\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .xl\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .xl\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .xl\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .xl\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .xl\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .xl\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .xl\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .xl\:focus-within\:mt-96:focus-within {
    margin-top: 24rem;
  }

  .xl\:focus-within\:mr-96:focus-within {
    margin-right: 24rem;
  }

  .xl\:focus-within\:mb-96:focus-within {
    margin-bottom: 24rem;
  }

  .xl\:focus-within\:ml-96:focus-within {
    margin-left: 24rem;
  }

  .xl\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .xl\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .xl\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .xl\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .xl\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .xl\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .xl\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .xl\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .xl\:focus-within\:mt-0\.5:focus-within {
    margin-top: 0.125rem;
  }

  .xl\:focus-within\:mr-0\.5:focus-within {
    margin-right: 0.125rem;
  }

  .xl\:focus-within\:mb-0\.5:focus-within {
    margin-bottom: 0.125rem;
  }

  .xl\:focus-within\:ml-0\.5:focus-within {
    margin-left: 0.125rem;
  }

  .xl\:focus-within\:mt-1\.5:focus-within {
    margin-top: 0.375rem;
  }

  .xl\:focus-within\:mr-1\.5:focus-within {
    margin-right: 0.375rem;
  }

  .xl\:focus-within\:mb-1\.5:focus-within {
    margin-bottom: 0.375rem;
  }

  .xl\:focus-within\:ml-1\.5:focus-within {
    margin-left: 0.375rem;
  }

  .xl\:focus-within\:mt-2\.5:focus-within {
    margin-top: 0.625rem;
  }

  .xl\:focus-within\:mr-2\.5:focus-within {
    margin-right: 0.625rem;
  }

  .xl\:focus-within\:mb-2\.5:focus-within {
    margin-bottom: 0.625rem;
  }

  .xl\:focus-within\:ml-2\.5:focus-within {
    margin-left: 0.625rem;
  }

  .xl\:focus-within\:mt-3\.5:focus-within {
    margin-top: 0.875rem;
  }

  .xl\:focus-within\:mr-3\.5:focus-within {
    margin-right: 0.875rem;
  }

  .xl\:focus-within\:mb-3\.5:focus-within {
    margin-bottom: 0.875rem;
  }

  .xl\:focus-within\:ml-3\.5:focus-within {
    margin-left: 0.875rem;
  }

  .xl\:focus-within\:-mt-0:focus-within {
    margin-top: 0px;
  }

  .xl\:focus-within\:-mr-0:focus-within {
    margin-right: 0px;
  }

  .xl\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0px;
  }

  .xl\:focus-within\:-ml-0:focus-within {
    margin-left: 0px;
  }

  .xl\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .xl\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .xl\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .xl\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .xl\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .xl\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .xl\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .xl\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .xl\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .xl\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .xl\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .xl\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .xl\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .xl\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .xl\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .xl\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .xl\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .xl\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .xl\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .xl\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .xl\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .xl\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .xl\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .xl\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .xl\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .xl\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .xl\:focus-within\:-mt-11:focus-within {
    margin-top: -2.75rem;
  }

  .xl\:focus-within\:-mr-11:focus-within {
    margin-right: -2.75rem;
  }

  .xl\:focus-within\:-mb-11:focus-within {
    margin-bottom: -2.75rem;
  }

  .xl\:focus-within\:-ml-11:focus-within {
    margin-left: -2.75rem;
  }

  .xl\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .xl\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .xl\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .xl\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .xl\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .xl\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .xl\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .xl\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .xl\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .xl\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .xl\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .xl\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .xl\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .xl\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .xl\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .xl\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .xl\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .xl\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .xl\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .xl\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .xl\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .xl\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .xl\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .xl\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .xl\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .xl\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .xl\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .xl\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .xl\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .xl\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .xl\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .xl\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .xl\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .xl\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .xl\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .xl\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .xl\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .xl\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .xl\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .xl\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .xl\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .xl\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .xl\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .xl\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .xl\:focus-within\:-mt-60:focus-within {
    margin-top: -15rem;
  }

  .xl\:focus-within\:-mr-60:focus-within {
    margin-right: -15rem;
  }

  .xl\:focus-within\:-mb-60:focus-within {
    margin-bottom: -15rem;
  }

  .xl\:focus-within\:-ml-60:focus-within {
    margin-left: -15rem;
  }

  .xl\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .xl\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .xl\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .xl\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .xl\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .xl\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .xl\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .xl\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .xl\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .xl\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .xl\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .xl\:focus-within\:-mt-96:focus-within {
    margin-top: -24rem;
  }

  .xl\:focus-within\:-mr-96:focus-within {
    margin-right: -24rem;
  }

  .xl\:focus-within\:-mb-96:focus-within {
    margin-bottom: -24rem;
  }

  .xl\:focus-within\:-ml-96:focus-within {
    margin-left: -24rem;
  }

  .xl\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .xl\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .xl\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .xl\:focus-within\:-mt-0\.5:focus-within {
    margin-top: -0.125rem;
  }

  .xl\:focus-within\:-mr-0\.5:focus-within {
    margin-right: -0.125rem;
  }

  .xl\:focus-within\:-mb-0\.5:focus-within {
    margin-bottom: -0.125rem;
  }

  .xl\:focus-within\:-ml-0\.5:focus-within {
    margin-left: -0.125rem;
  }

  .xl\:focus-within\:-mt-1\.5:focus-within {
    margin-top: -0.375rem;
  }

  .xl\:focus-within\:-mr-1\.5:focus-within {
    margin-right: -0.375rem;
  }

  .xl\:focus-within\:-mb-1\.5:focus-within {
    margin-bottom: -0.375rem;
  }

  .xl\:focus-within\:-ml-1\.5:focus-within {
    margin-left: -0.375rem;
  }

  .xl\:focus-within\:-mt-2\.5:focus-within {
    margin-top: -0.625rem;
  }

  .xl\:focus-within\:-mr-2\.5:focus-within {
    margin-right: -0.625rem;
  }

  .xl\:focus-within\:-mb-2\.5:focus-within {
    margin-bottom: -0.625rem;
  }

  .xl\:focus-within\:-ml-2\.5:focus-within {
    margin-left: -0.625rem;
  }

  .xl\:focus-within\:-mt-3\.5:focus-within {
    margin-top: -0.875rem;
  }

  .xl\:focus-within\:-mr-3\.5:focus-within {
    margin-right: -0.875rem;
  }

  .xl\:focus-within\:-mb-3\.5:focus-within {
    margin-bottom: -0.875rem;
  }

  .xl\:focus-within\:-ml-3\.5:focus-within {
    margin-left: -0.875rem;
  }

  .xl\:first\:m-0:first-child {
    margin: 0px;
  }

  .xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:m-28:first-child {
    margin: 7rem;
  }

  .xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:m-36:first-child {
    margin: 9rem;
  }

  .xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:m-44:first-child {
    margin: 11rem;
  }

  .xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:m-52:first-child {
    margin: 13rem;
  }

  .xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:m-60:first-child {
    margin: 15rem;
  }

  .xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:m-72:first-child {
    margin: 18rem;
  }

  .xl\:first\:m-80:first-child {
    margin: 20rem;
  }

  .xl\:first\:m-96:first-child {
    margin: 24rem;
  }

  .xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:m-0\.5:first-child {
    margin: 0.125rem;
  }

  .xl\:first\:m-1\.5:first-child {
    margin: 0.375rem;
  }

  .xl\:first\:m-2\.5:first-child {
    margin: 0.625rem;
  }

  .xl\:first\:m-3\.5:first-child {
    margin: 0.875rem;
  }

  .xl\:first\:-m-0:first-child {
    margin: 0px;
  }

  .xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:-m-44:first-child {
    margin: -11rem;
  }

  .xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:-m-52:first-child {
    margin: -13rem;
  }

  .xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:-m-60:first-child {
    margin: -15rem;
  }

  .xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:-m-72:first-child {
    margin: -18rem;
  }

  .xl\:first\:-m-80:first-child {
    margin: -20rem;
  }

  .xl\:first\:-m-96:first-child {
    margin: -24rem;
  }

  .xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:-m-0\.5:first-child {
    margin: -0.125rem;
  }

  .xl\:first\:-m-1\.5:first-child {
    margin: -0.375rem;
  }

  .xl\:first\:-m-2\.5:first-child {
    margin: -0.625rem;
  }

  .xl\:first\:-m-3\.5:first-child {
    margin: -0.875rem;
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-44:first-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:first\:mx-44:first-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-52:first-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:first\:mx-52:first-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-60:first-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:first\:mx-60:first-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-72:first-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:first\:mx-72:first-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:first\:my-80:first-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:first\:mx-80:first-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:first\:my-96:first-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:first\:mx-96:first-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:my-0\.5:first-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:first\:mx-0\.5:first-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:first\:my-1\.5:first-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:first\:mx-1\.5:first-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:first\:my-2\.5:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:first\:mx-2\.5:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:first\:my-3\.5:first-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:first\:mx-3\.5:first-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-44:first-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:first\:-mx-44:first-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-52:first-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:first\:-mx-52:first-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-60:first-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:first\:-mx-60:first-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-72:first-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:first\:-mx-72:first-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:first\:-my-80:first-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:first\:-mx-80:first-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:first\:-my-96:first-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:first\:-mx-96:first-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:-my-0\.5:first-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-mx-0\.5:first-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:first\:-my-1\.5:first-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-mx-1\.5:first-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:first\:-my-2\.5:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-mx-2\.5:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:first\:-my-3\.5:first-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:first\:-mx-3\.5:first-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .xl\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .xl\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .xl\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .xl\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .xl\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .xl\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .xl\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .xl\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .xl\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .xl\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .xl\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .xl\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .xl\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .xl\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .xl\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:mt-44:first-child {
    margin-top: 11rem;
  }

  .xl\:first\:mr-44:first-child {
    margin-right: 11rem;
  }

  .xl\:first\:mb-44:first-child {
    margin-bottom: 11rem;
  }

  .xl\:first\:ml-44:first-child {
    margin-left: 11rem;
  }

  .xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:mt-52:first-child {
    margin-top: 13rem;
  }

  .xl\:first\:mr-52:first-child {
    margin-right: 13rem;
  }

  .xl\:first\:mb-52:first-child {
    margin-bottom: 13rem;
  }

  .xl\:first\:ml-52:first-child {
    margin-left: 13rem;
  }

  .xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:mt-60:first-child {
    margin-top: 15rem;
  }

  .xl\:first\:mr-60:first-child {
    margin-right: 15rem;
  }

  .xl\:first\:mb-60:first-child {
    margin-bottom: 15rem;
  }

  .xl\:first\:ml-60:first-child {
    margin-left: 15rem;
  }

  .xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:mt-72:first-child {
    margin-top: 18rem;
  }

  .xl\:first\:mr-72:first-child {
    margin-right: 18rem;
  }

  .xl\:first\:mb-72:first-child {
    margin-bottom: 18rem;
  }

  .xl\:first\:ml-72:first-child {
    margin-left: 18rem;
  }

  .xl\:first\:mt-80:first-child {
    margin-top: 20rem;
  }

  .xl\:first\:mr-80:first-child {
    margin-right: 20rem;
  }

  .xl\:first\:mb-80:first-child {
    margin-bottom: 20rem;
  }

  .xl\:first\:ml-80:first-child {
    margin-left: 20rem;
  }

  .xl\:first\:mt-96:first-child {
    margin-top: 24rem;
  }

  .xl\:first\:mr-96:first-child {
    margin-right: 24rem;
  }

  .xl\:first\:mb-96:first-child {
    margin-bottom: 24rem;
  }

  .xl\:first\:ml-96:first-child {
    margin-left: 24rem;
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:mt-0\.5:first-child {
    margin-top: 0.125rem;
  }

  .xl\:first\:mr-0\.5:first-child {
    margin-right: 0.125rem;
  }

  .xl\:first\:mb-0\.5:first-child {
    margin-bottom: 0.125rem;
  }

  .xl\:first\:ml-0\.5:first-child {
    margin-left: 0.125rem;
  }

  .xl\:first\:mt-1\.5:first-child {
    margin-top: 0.375rem;
  }

  .xl\:first\:mr-1\.5:first-child {
    margin-right: 0.375rem;
  }

  .xl\:first\:mb-1\.5:first-child {
    margin-bottom: 0.375rem;
  }

  .xl\:first\:ml-1\.5:first-child {
    margin-left: 0.375rem;
  }

  .xl\:first\:mt-2\.5:first-child {
    margin-top: 0.625rem;
  }

  .xl\:first\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .xl\:first\:mb-2\.5:first-child {
    margin-bottom: 0.625rem;
  }

  .xl\:first\:ml-2\.5:first-child {
    margin-left: 0.625rem;
  }

  .xl\:first\:mt-3\.5:first-child {
    margin-top: 0.875rem;
  }

  .xl\:first\:mr-3\.5:first-child {
    margin-right: 0.875rem;
  }

  .xl\:first\:mb-3\.5:first-child {
    margin-bottom: 0.875rem;
  }

  .xl\:first\:ml-3\.5:first-child {
    margin-left: 0.875rem;
  }

  .xl\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .xl\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .xl\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .xl\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .xl\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .xl\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .xl\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .xl\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .xl\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .xl\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .xl\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .xl\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .xl\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .xl\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .xl\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .xl\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .xl\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .xl\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .xl\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:-mt-44:first-child {
    margin-top: -11rem;
  }

  .xl\:first\:-mr-44:first-child {
    margin-right: -11rem;
  }

  .xl\:first\:-mb-44:first-child {
    margin-bottom: -11rem;
  }

  .xl\:first\:-ml-44:first-child {
    margin-left: -11rem;
  }

  .xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:-mt-52:first-child {
    margin-top: -13rem;
  }

  .xl\:first\:-mr-52:first-child {
    margin-right: -13rem;
  }

  .xl\:first\:-mb-52:first-child {
    margin-bottom: -13rem;
  }

  .xl\:first\:-ml-52:first-child {
    margin-left: -13rem;
  }

  .xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:-mt-60:first-child {
    margin-top: -15rem;
  }

  .xl\:first\:-mr-60:first-child {
    margin-right: -15rem;
  }

  .xl\:first\:-mb-60:first-child {
    margin-bottom: -15rem;
  }

  .xl\:first\:-ml-60:first-child {
    margin-left: -15rem;
  }

  .xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:-mt-72:first-child {
    margin-top: -18rem;
  }

  .xl\:first\:-mr-72:first-child {
    margin-right: -18rem;
  }

  .xl\:first\:-mb-72:first-child {
    margin-bottom: -18rem;
  }

  .xl\:first\:-ml-72:first-child {
    margin-left: -18rem;
  }

  .xl\:first\:-mt-80:first-child {
    margin-top: -20rem;
  }

  .xl\:first\:-mr-80:first-child {
    margin-right: -20rem;
  }

  .xl\:first\:-mb-80:first-child {
    margin-bottom: -20rem;
  }

  .xl\:first\:-ml-80:first-child {
    margin-left: -20rem;
  }

  .xl\:first\:-mt-96:first-child {
    margin-top: -24rem;
  }

  .xl\:first\:-mr-96:first-child {
    margin-right: -24rem;
  }

  .xl\:first\:-mb-96:first-child {
    margin-bottom: -24rem;
  }

  .xl\:first\:-ml-96:first-child {
    margin-left: -24rem;
  }

  .xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:first\:-mt-0\.5:first-child {
    margin-top: -0.125rem;
  }

  .xl\:first\:-mr-0\.5:first-child {
    margin-right: -0.125rem;
  }

  .xl\:first\:-mb-0\.5:first-child {
    margin-bottom: -0.125rem;
  }

  .xl\:first\:-ml-0\.5:first-child {
    margin-left: -0.125rem;
  }

  .xl\:first\:-mt-1\.5:first-child {
    margin-top: -0.375rem;
  }

  .xl\:first\:-mr-1\.5:first-child {
    margin-right: -0.375rem;
  }

  .xl\:first\:-mb-1\.5:first-child {
    margin-bottom: -0.375rem;
  }

  .xl\:first\:-ml-1\.5:first-child {
    margin-left: -0.375rem;
  }

  .xl\:first\:-mt-2\.5:first-child {
    margin-top: -0.625rem;
  }

  .xl\:first\:-mr-2\.5:first-child {
    margin-right: -0.625rem;
  }

  .xl\:first\:-mb-2\.5:first-child {
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-ml-2\.5:first-child {
    margin-left: -0.625rem;
  }

  .xl\:first\:-mt-3\.5:first-child {
    margin-top: -0.875rem;
  }

  .xl\:first\:-mr-3\.5:first-child {
    margin-right: -0.875rem;
  }

  .xl\:first\:-mb-3\.5:first-child {
    margin-bottom: -0.875rem;
  }

  .xl\:first\:-ml-3\.5:first-child {
    margin-left: -0.875rem;
  }

  .xl\:last\:m-0:last-child {
    margin: 0px;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-28:last-child {
    margin: 7rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-36:last-child {
    margin: 9rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-44:last-child {
    margin: 11rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-52:last-child {
    margin: 13rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-60:last-child {
    margin: 15rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-72:last-child {
    margin: 18rem;
  }

  .xl\:last\:m-80:last-child {
    margin: 20rem;
  }

  .xl\:last\:m-96:last-child {
    margin: 24rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:m-0\.5:last-child {
    margin: 0.125rem;
  }

  .xl\:last\:m-1\.5:last-child {
    margin: 0.375rem;
  }

  .xl\:last\:m-2\.5:last-child {
    margin: 0.625rem;
  }

  .xl\:last\:m-3\.5:last-child {
    margin: 0.875rem;
  }

  .xl\:last\:-m-0:last-child {
    margin: 0px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-44:last-child {
    margin: -11rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-52:last-child {
    margin: -13rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-60:last-child {
    margin: -15rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-72:last-child {
    margin: -18rem;
  }

  .xl\:last\:-m-80:last-child {
    margin: -20rem;
  }

  .xl\:last\:-m-96:last-child {
    margin: -24rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:-m-0\.5:last-child {
    margin: -0.125rem;
  }

  .xl\:last\:-m-1\.5:last-child {
    margin: -0.375rem;
  }

  .xl\:last\:-m-2\.5:last-child {
    margin: -0.625rem;
  }

  .xl\:last\:-m-3\.5:last-child {
    margin: -0.875rem;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-44:last-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:last\:mx-44:last-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-52:last-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:last\:mx-52:last-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-60:last-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:last\:mx-60:last-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-72:last-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:last\:mx-72:last-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:last\:my-80:last-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:last\:mx-80:last-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:last\:my-96:last-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:last\:mx-96:last-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:my-0\.5:last-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:last\:mx-0\.5:last-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:last\:my-1\.5:last-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:last\:mx-1\.5:last-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:last\:my-2\.5:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:last\:mx-2\.5:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:last\:my-3\.5:last-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:last\:mx-3\.5:last-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-44:last-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:last\:-mx-44:last-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-52:last-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:last\:-mx-52:last-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-60:last-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:last\:-mx-60:last-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-72:last-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:last\:-mx-72:last-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:last\:-my-80:last-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:last\:-mx-80:last-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:last\:-my-96:last-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:last\:-mx-96:last-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:-my-0\.5:last-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:last\:-mx-0\.5:last-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:last\:-my-1\.5:last-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:last\:-mx-1\.5:last-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:last\:-my-2\.5:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-mx-2\.5:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:last\:-my-3\.5:last-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:last\:-mx-3\.5:last-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .xl\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .xl\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .xl\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .xl\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .xl\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .xl\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .xl\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .xl\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .xl\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .xl\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .xl\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .xl\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .xl\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .xl\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .xl\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-44:last-child {
    margin-top: 11rem;
  }

  .xl\:last\:mr-44:last-child {
    margin-right: 11rem;
  }

  .xl\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .xl\:last\:ml-44:last-child {
    margin-left: 11rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-52:last-child {
    margin-top: 13rem;
  }

  .xl\:last\:mr-52:last-child {
    margin-right: 13rem;
  }

  .xl\:last\:mb-52:last-child {
    margin-bottom: 13rem;
  }

  .xl\:last\:ml-52:last-child {
    margin-left: 13rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-60:last-child {
    margin-top: 15rem;
  }

  .xl\:last\:mr-60:last-child {
    margin-right: 15rem;
  }

  .xl\:last\:mb-60:last-child {
    margin-bottom: 15rem;
  }

  .xl\:last\:ml-60:last-child {
    margin-left: 15rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-72:last-child {
    margin-top: 18rem;
  }

  .xl\:last\:mr-72:last-child {
    margin-right: 18rem;
  }

  .xl\:last\:mb-72:last-child {
    margin-bottom: 18rem;
  }

  .xl\:last\:ml-72:last-child {
    margin-left: 18rem;
  }

  .xl\:last\:mt-80:last-child {
    margin-top: 20rem;
  }

  .xl\:last\:mr-80:last-child {
    margin-right: 20rem;
  }

  .xl\:last\:mb-80:last-child {
    margin-bottom: 20rem;
  }

  .xl\:last\:ml-80:last-child {
    margin-left: 20rem;
  }

  .xl\:last\:mt-96:last-child {
    margin-top: 24rem;
  }

  .xl\:last\:mr-96:last-child {
    margin-right: 24rem;
  }

  .xl\:last\:mb-96:last-child {
    margin-bottom: 24rem;
  }

  .xl\:last\:ml-96:last-child {
    margin-left: 24rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:mt-0\.5:last-child {
    margin-top: 0.125rem;
  }

  .xl\:last\:mr-0\.5:last-child {
    margin-right: 0.125rem;
  }

  .xl\:last\:mb-0\.5:last-child {
    margin-bottom: 0.125rem;
  }

  .xl\:last\:ml-0\.5:last-child {
    margin-left: 0.125rem;
  }

  .xl\:last\:mt-1\.5:last-child {
    margin-top: 0.375rem;
  }

  .xl\:last\:mr-1\.5:last-child {
    margin-right: 0.375rem;
  }

  .xl\:last\:mb-1\.5:last-child {
    margin-bottom: 0.375rem;
  }

  .xl\:last\:ml-1\.5:last-child {
    margin-left: 0.375rem;
  }

  .xl\:last\:mt-2\.5:last-child {
    margin-top: 0.625rem;
  }

  .xl\:last\:mr-2\.5:last-child {
    margin-right: 0.625rem;
  }

  .xl\:last\:mb-2\.5:last-child {
    margin-bottom: 0.625rem;
  }

  .xl\:last\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .xl\:last\:mt-3\.5:last-child {
    margin-top: 0.875rem;
  }

  .xl\:last\:mr-3\.5:last-child {
    margin-right: 0.875rem;
  }

  .xl\:last\:mb-3\.5:last-child {
    margin-bottom: 0.875rem;
  }

  .xl\:last\:ml-3\.5:last-child {
    margin-left: 0.875rem;
  }

  .xl\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .xl\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .xl\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .xl\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .xl\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .xl\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .xl\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .xl\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .xl\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .xl\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .xl\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .xl\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .xl\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .xl\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .xl\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .xl\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .xl\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .xl\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .xl\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-44:last-child {
    margin-top: -11rem;
  }

  .xl\:last\:-mr-44:last-child {
    margin-right: -11rem;
  }

  .xl\:last\:-mb-44:last-child {
    margin-bottom: -11rem;
  }

  .xl\:last\:-ml-44:last-child {
    margin-left: -11rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-52:last-child {
    margin-top: -13rem;
  }

  .xl\:last\:-mr-52:last-child {
    margin-right: -13rem;
  }

  .xl\:last\:-mb-52:last-child {
    margin-bottom: -13rem;
  }

  .xl\:last\:-ml-52:last-child {
    margin-left: -13rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-60:last-child {
    margin-top: -15rem;
  }

  .xl\:last\:-mr-60:last-child {
    margin-right: -15rem;
  }

  .xl\:last\:-mb-60:last-child {
    margin-bottom: -15rem;
  }

  .xl\:last\:-ml-60:last-child {
    margin-left: -15rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-72:last-child {
    margin-top: -18rem;
  }

  .xl\:last\:-mr-72:last-child {
    margin-right: -18rem;
  }

  .xl\:last\:-mb-72:last-child {
    margin-bottom: -18rem;
  }

  .xl\:last\:-ml-72:last-child {
    margin-left: -18rem;
  }

  .xl\:last\:-mt-80:last-child {
    margin-top: -20rem;
  }

  .xl\:last\:-mr-80:last-child {
    margin-right: -20rem;
  }

  .xl\:last\:-mb-80:last-child {
    margin-bottom: -20rem;
  }

  .xl\:last\:-ml-80:last-child {
    margin-left: -20rem;
  }

  .xl\:last\:-mt-96:last-child {
    margin-top: -24rem;
  }

  .xl\:last\:-mr-96:last-child {
    margin-right: -24rem;
  }

  .xl\:last\:-mb-96:last-child {
    margin-bottom: -24rem;
  }

  .xl\:last\:-ml-96:last-child {
    margin-left: -24rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:last\:-mt-0\.5:last-child {
    margin-top: -0.125rem;
  }

  .xl\:last\:-mr-0\.5:last-child {
    margin-right: -0.125rem;
  }

  .xl\:last\:-mb-0\.5:last-child {
    margin-bottom: -0.125rem;
  }

  .xl\:last\:-ml-0\.5:last-child {
    margin-left: -0.125rem;
  }

  .xl\:last\:-mt-1\.5:last-child {
    margin-top: -0.375rem;
  }

  .xl\:last\:-mr-1\.5:last-child {
    margin-right: -0.375rem;
  }

  .xl\:last\:-mb-1\.5:last-child {
    margin-bottom: -0.375rem;
  }

  .xl\:last\:-ml-1\.5:last-child {
    margin-left: -0.375rem;
  }

  .xl\:last\:-mt-2\.5:last-child {
    margin-top: -0.625rem;
  }

  .xl\:last\:-mr-2\.5:last-child {
    margin-right: -0.625rem;
  }

  .xl\:last\:-mb-2\.5:last-child {
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-ml-2\.5:last-child {
    margin-left: -0.625rem;
  }

  .xl\:last\:-mt-3\.5:last-child {
    margin-top: -0.875rem;
  }

  .xl\:last\:-mr-3\.5:last-child {
    margin-right: -0.875rem;
  }

  .xl\:last\:-mb-3\.5:last-child {
    margin-bottom: -0.875rem;
  }

  .xl\:last\:-ml-3\.5:last-child {
    margin-left: -0.875rem;
  }

  .xl\:odd\:m-0:nth-child(odd) {
    margin: 0px;
  }

  .xl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .xl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .xl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .xl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .xl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .xl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .xl\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .xl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .xl\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .xl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .xl\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .xl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .xl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .xl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .xl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .xl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .xl\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .xl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .xl\:odd\:m-36:nth-child(odd) {
    margin: 9rem;
  }

  .xl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .xl\:odd\:m-44:nth-child(odd) {
    margin: 11rem;
  }

  .xl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .xl\:odd\:m-52:nth-child(odd) {
    margin: 13rem;
  }

  .xl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .xl\:odd\:m-60:nth-child(odd) {
    margin: 15rem;
  }

  .xl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .xl\:odd\:m-72:nth-child(odd) {
    margin: 18rem;
  }

  .xl\:odd\:m-80:nth-child(odd) {
    margin: 20rem;
  }

  .xl\:odd\:m-96:nth-child(odd) {
    margin: 24rem;
  }

  .xl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .xl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .xl\:odd\:m-0\.5:nth-child(odd) {
    margin: 0.125rem;
  }

  .xl\:odd\:m-1\.5:nth-child(odd) {
    margin: 0.375rem;
  }

  .xl\:odd\:m-2\.5:nth-child(odd) {
    margin: 0.625rem;
  }

  .xl\:odd\:m-3\.5:nth-child(odd) {
    margin: 0.875rem;
  }

  .xl\:odd\:-m-0:nth-child(odd) {
    margin: 0px;
  }

  .xl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .xl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .xl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .xl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .xl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .xl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .xl\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .xl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .xl\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .xl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .xl\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .xl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .xl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .xl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .xl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .xl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .xl\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .xl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .xl\:odd\:-m-36:nth-child(odd) {
    margin: -9rem;
  }

  .xl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .xl\:odd\:-m-44:nth-child(odd) {
    margin: -11rem;
  }

  .xl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .xl\:odd\:-m-52:nth-child(odd) {
    margin: -13rem;
  }

  .xl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .xl\:odd\:-m-60:nth-child(odd) {
    margin: -15rem;
  }

  .xl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .xl\:odd\:-m-72:nth-child(odd) {
    margin: -18rem;
  }

  .xl\:odd\:-m-80:nth-child(odd) {
    margin: -20rem;
  }

  .xl\:odd\:-m-96:nth-child(odd) {
    margin: -24rem;
  }

  .xl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .xl\:odd\:-m-0\.5:nth-child(odd) {
    margin: -0.125rem;
  }

  .xl\:odd\:-m-1\.5:nth-child(odd) {
    margin: -0.375rem;
  }

  .xl\:odd\:-m-2\.5:nth-child(odd) {
    margin: -0.625rem;
  }

  .xl\:odd\:-m-3\.5:nth-child(odd) {
    margin: -0.875rem;
  }

  .xl\:odd\:my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:odd\:my-36:nth-child(odd) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:odd\:mx-36:nth-child(odd) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:odd\:my-44:nth-child(odd) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:odd\:mx-44:nth-child(odd) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:odd\:my-52:nth-child(odd) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:odd\:mx-52:nth-child(odd) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:odd\:my-60:nth-child(odd) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:odd\:mx-60:nth-child(odd) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:odd\:my-72:nth-child(odd) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:odd\:mx-72:nth-child(odd) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:odd\:my-80:nth-child(odd) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:odd\:mx-80:nth-child(odd) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:odd\:my-96:nth-child(odd) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:odd\:mx-96:nth-child(odd) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:odd\:my-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:odd\:mx-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:odd\:my-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:odd\:mx-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:odd\:my-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:odd\:mx-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:odd\:my-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:odd\:mx-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:odd\:-my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:odd\:-mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:odd\:-my-36:nth-child(odd) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:odd\:-mx-36:nth-child(odd) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:odd\:-my-44:nth-child(odd) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:odd\:-mx-44:nth-child(odd) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:odd\:-my-52:nth-child(odd) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:odd\:-mx-52:nth-child(odd) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:odd\:-my-60:nth-child(odd) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:odd\:-mx-60:nth-child(odd) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:odd\:-my-72:nth-child(odd) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:odd\:-mx-72:nth-child(odd) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:odd\:-my-80:nth-child(odd) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:odd\:-mx-80:nth-child(odd) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:odd\:-my-96:nth-child(odd) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:odd\:-mx-96:nth-child(odd) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:odd\:-my-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:odd\:-mx-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:odd\:-my-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:odd\:-mx-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:odd\:-my-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:odd\:-mx-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:odd\:-my-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:odd\:-mx-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .xl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .xl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .xl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .xl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .xl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .xl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .xl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .xl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .xl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .xl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .xl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .xl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .xl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .xl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .xl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .xl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .xl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .xl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .xl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .xl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .xl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .xl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .xl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .xl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .xl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .xl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .xl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .xl\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .xl\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .xl\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .xl\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .xl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .xl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .xl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .xl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .xl\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .xl\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .xl\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .xl\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .xl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .xl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .xl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .xl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .xl\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .xl\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .xl\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .xl\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .xl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .xl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .xl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .xl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .xl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .xl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .xl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .xl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .xl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .xl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .xl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .xl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .xl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .xl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .xl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .xl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .xl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .xl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .xl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .xl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .xl\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .xl\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .xl\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .xl\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .xl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .xl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .xl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .xl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .xl\:odd\:mt-36:nth-child(odd) {
    margin-top: 9rem;
  }

  .xl\:odd\:mr-36:nth-child(odd) {
    margin-right: 9rem;
  }

  .xl\:odd\:mb-36:nth-child(odd) {
    margin-bottom: 9rem;
  }

  .xl\:odd\:ml-36:nth-child(odd) {
    margin-left: 9rem;
  }

  .xl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .xl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .xl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .xl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .xl\:odd\:mt-44:nth-child(odd) {
    margin-top: 11rem;
  }

  .xl\:odd\:mr-44:nth-child(odd) {
    margin-right: 11rem;
  }

  .xl\:odd\:mb-44:nth-child(odd) {
    margin-bottom: 11rem;
  }

  .xl\:odd\:ml-44:nth-child(odd) {
    margin-left: 11rem;
  }

  .xl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .xl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .xl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .xl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .xl\:odd\:mt-52:nth-child(odd) {
    margin-top: 13rem;
  }

  .xl\:odd\:mr-52:nth-child(odd) {
    margin-right: 13rem;
  }

  .xl\:odd\:mb-52:nth-child(odd) {
    margin-bottom: 13rem;
  }

  .xl\:odd\:ml-52:nth-child(odd) {
    margin-left: 13rem;
  }

  .xl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .xl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .xl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .xl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .xl\:odd\:mt-60:nth-child(odd) {
    margin-top: 15rem;
  }

  .xl\:odd\:mr-60:nth-child(odd) {
    margin-right: 15rem;
  }

  .xl\:odd\:mb-60:nth-child(odd) {
    margin-bottom: 15rem;
  }

  .xl\:odd\:ml-60:nth-child(odd) {
    margin-left: 15rem;
  }

  .xl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .xl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .xl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .xl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .xl\:odd\:mt-72:nth-child(odd) {
    margin-top: 18rem;
  }

  .xl\:odd\:mr-72:nth-child(odd) {
    margin-right: 18rem;
  }

  .xl\:odd\:mb-72:nth-child(odd) {
    margin-bottom: 18rem;
  }

  .xl\:odd\:ml-72:nth-child(odd) {
    margin-left: 18rem;
  }

  .xl\:odd\:mt-80:nth-child(odd) {
    margin-top: 20rem;
  }

  .xl\:odd\:mr-80:nth-child(odd) {
    margin-right: 20rem;
  }

  .xl\:odd\:mb-80:nth-child(odd) {
    margin-bottom: 20rem;
  }

  .xl\:odd\:ml-80:nth-child(odd) {
    margin-left: 20rem;
  }

  .xl\:odd\:mt-96:nth-child(odd) {
    margin-top: 24rem;
  }

  .xl\:odd\:mr-96:nth-child(odd) {
    margin-right: 24rem;
  }

  .xl\:odd\:mb-96:nth-child(odd) {
    margin-bottom: 24rem;
  }

  .xl\:odd\:ml-96:nth-child(odd) {
    margin-left: 24rem;
  }

  .xl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .xl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .xl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .xl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .xl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .xl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .xl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .xl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .xl\:odd\:mt-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
  }

  .xl\:odd\:mr-0\.5:nth-child(odd) {
    margin-right: 0.125rem;
  }

  .xl\:odd\:mb-0\.5:nth-child(odd) {
    margin-bottom: 0.125rem;
  }

  .xl\:odd\:ml-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
  }

  .xl\:odd\:mt-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
  }

  .xl\:odd\:mr-1\.5:nth-child(odd) {
    margin-right: 0.375rem;
  }

  .xl\:odd\:mb-1\.5:nth-child(odd) {
    margin-bottom: 0.375rem;
  }

  .xl\:odd\:ml-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
  }

  .xl\:odd\:mt-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
  }

  .xl\:odd\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }

  .xl\:odd\:mb-2\.5:nth-child(odd) {
    margin-bottom: 0.625rem;
  }

  .xl\:odd\:ml-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
  }

  .xl\:odd\:mt-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
  }

  .xl\:odd\:mr-3\.5:nth-child(odd) {
    margin-right: 0.875rem;
  }

  .xl\:odd\:mb-3\.5:nth-child(odd) {
    margin-bottom: 0.875rem;
  }

  .xl\:odd\:ml-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
  }

  .xl\:odd\:-mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .xl\:odd\:-mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .xl\:odd\:-mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .xl\:odd\:-ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .xl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .xl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .xl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .xl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .xl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .xl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .xl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .xl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .xl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .xl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .xl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .xl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .xl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .xl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .xl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .xl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .xl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .xl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .xl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .xl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .xl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .xl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .xl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .xl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .xl\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .xl\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .xl\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .xl\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .xl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .xl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .xl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .xl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .xl\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .xl\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .xl\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .xl\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .xl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .xl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .xl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .xl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .xl\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .xl\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .xl\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .xl\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .xl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .xl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .xl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .xl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .xl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .xl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .xl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .xl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .xl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .xl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .xl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .xl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .xl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .xl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .xl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .xl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .xl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .xl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .xl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .xl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .xl\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .xl\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .xl\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .xl\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .xl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .xl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .xl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .xl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .xl\:odd\:-mt-36:nth-child(odd) {
    margin-top: -9rem;
  }

  .xl\:odd\:-mr-36:nth-child(odd) {
    margin-right: -9rem;
  }

  .xl\:odd\:-mb-36:nth-child(odd) {
    margin-bottom: -9rem;
  }

  .xl\:odd\:-ml-36:nth-child(odd) {
    margin-left: -9rem;
  }

  .xl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .xl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .xl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .xl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .xl\:odd\:-mt-44:nth-child(odd) {
    margin-top: -11rem;
  }

  .xl\:odd\:-mr-44:nth-child(odd) {
    margin-right: -11rem;
  }

  .xl\:odd\:-mb-44:nth-child(odd) {
    margin-bottom: -11rem;
  }

  .xl\:odd\:-ml-44:nth-child(odd) {
    margin-left: -11rem;
  }

  .xl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .xl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .xl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .xl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .xl\:odd\:-mt-52:nth-child(odd) {
    margin-top: -13rem;
  }

  .xl\:odd\:-mr-52:nth-child(odd) {
    margin-right: -13rem;
  }

  .xl\:odd\:-mb-52:nth-child(odd) {
    margin-bottom: -13rem;
  }

  .xl\:odd\:-ml-52:nth-child(odd) {
    margin-left: -13rem;
  }

  .xl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .xl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .xl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .xl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .xl\:odd\:-mt-60:nth-child(odd) {
    margin-top: -15rem;
  }

  .xl\:odd\:-mr-60:nth-child(odd) {
    margin-right: -15rem;
  }

  .xl\:odd\:-mb-60:nth-child(odd) {
    margin-bottom: -15rem;
  }

  .xl\:odd\:-ml-60:nth-child(odd) {
    margin-left: -15rem;
  }

  .xl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .xl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .xl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .xl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .xl\:odd\:-mt-72:nth-child(odd) {
    margin-top: -18rem;
  }

  .xl\:odd\:-mr-72:nth-child(odd) {
    margin-right: -18rem;
  }

  .xl\:odd\:-mb-72:nth-child(odd) {
    margin-bottom: -18rem;
  }

  .xl\:odd\:-ml-72:nth-child(odd) {
    margin-left: -18rem;
  }

  .xl\:odd\:-mt-80:nth-child(odd) {
    margin-top: -20rem;
  }

  .xl\:odd\:-mr-80:nth-child(odd) {
    margin-right: -20rem;
  }

  .xl\:odd\:-mb-80:nth-child(odd) {
    margin-bottom: -20rem;
  }

  .xl\:odd\:-ml-80:nth-child(odd) {
    margin-left: -20rem;
  }

  .xl\:odd\:-mt-96:nth-child(odd) {
    margin-top: -24rem;
  }

  .xl\:odd\:-mr-96:nth-child(odd) {
    margin-right: -24rem;
  }

  .xl\:odd\:-mb-96:nth-child(odd) {
    margin-bottom: -24rem;
  }

  .xl\:odd\:-ml-96:nth-child(odd) {
    margin-left: -24rem;
  }

  .xl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .xl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .xl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .xl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .xl\:odd\:-mt-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
  }

  .xl\:odd\:-mr-0\.5:nth-child(odd) {
    margin-right: -0.125rem;
  }

  .xl\:odd\:-mb-0\.5:nth-child(odd) {
    margin-bottom: -0.125rem;
  }

  .xl\:odd\:-ml-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
  }

  .xl\:odd\:-mt-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
  }

  .xl\:odd\:-mr-1\.5:nth-child(odd) {
    margin-right: -0.375rem;
  }

  .xl\:odd\:-mb-1\.5:nth-child(odd) {
    margin-bottom: -0.375rem;
  }

  .xl\:odd\:-ml-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
  }

  .xl\:odd\:-mt-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
  }

  .xl\:odd\:-mr-2\.5:nth-child(odd) {
    margin-right: -0.625rem;
  }

  .xl\:odd\:-mb-2\.5:nth-child(odd) {
    margin-bottom: -0.625rem;
  }

  .xl\:odd\:-ml-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
  }

  .xl\:odd\:-mt-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
  }

  .xl\:odd\:-mr-3\.5:nth-child(odd) {
    margin-right: -0.875rem;
  }

  .xl\:odd\:-mb-3\.5:nth-child(odd) {
    margin-bottom: -0.875rem;
  }

  .xl\:odd\:-ml-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
  }

  .xl\:even\:m-0:nth-child(even) {
    margin: 0px;
  }

  .xl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .xl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .xl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .xl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .xl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .xl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .xl\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .xl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .xl\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .xl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .xl\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .xl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .xl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .xl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .xl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .xl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .xl\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .xl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .xl\:even\:m-36:nth-child(even) {
    margin: 9rem;
  }

  .xl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .xl\:even\:m-44:nth-child(even) {
    margin: 11rem;
  }

  .xl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .xl\:even\:m-52:nth-child(even) {
    margin: 13rem;
  }

  .xl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .xl\:even\:m-60:nth-child(even) {
    margin: 15rem;
  }

  .xl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .xl\:even\:m-72:nth-child(even) {
    margin: 18rem;
  }

  .xl\:even\:m-80:nth-child(even) {
    margin: 20rem;
  }

  .xl\:even\:m-96:nth-child(even) {
    margin: 24rem;
  }

  .xl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .xl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .xl\:even\:m-0\.5:nth-child(even) {
    margin: 0.125rem;
  }

  .xl\:even\:m-1\.5:nth-child(even) {
    margin: 0.375rem;
  }

  .xl\:even\:m-2\.5:nth-child(even) {
    margin: 0.625rem;
  }

  .xl\:even\:m-3\.5:nth-child(even) {
    margin: 0.875rem;
  }

  .xl\:even\:-m-0:nth-child(even) {
    margin: 0px;
  }

  .xl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .xl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .xl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .xl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .xl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .xl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .xl\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .xl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .xl\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .xl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .xl\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .xl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .xl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .xl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .xl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .xl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .xl\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .xl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .xl\:even\:-m-36:nth-child(even) {
    margin: -9rem;
  }

  .xl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .xl\:even\:-m-44:nth-child(even) {
    margin: -11rem;
  }

  .xl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .xl\:even\:-m-52:nth-child(even) {
    margin: -13rem;
  }

  .xl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .xl\:even\:-m-60:nth-child(even) {
    margin: -15rem;
  }

  .xl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .xl\:even\:-m-72:nth-child(even) {
    margin: -18rem;
  }

  .xl\:even\:-m-80:nth-child(even) {
    margin: -20rem;
  }

  .xl\:even\:-m-96:nth-child(even) {
    margin: -24rem;
  }

  .xl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .xl\:even\:-m-0\.5:nth-child(even) {
    margin: -0.125rem;
  }

  .xl\:even\:-m-1\.5:nth-child(even) {
    margin: -0.375rem;
  }

  .xl\:even\:-m-2\.5:nth-child(even) {
    margin: -0.625rem;
  }

  .xl\:even\:-m-3\.5:nth-child(even) {
    margin: -0.875rem;
  }

  .xl\:even\:my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:even\:mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:even\:my-36:nth-child(even) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:even\:mx-36:nth-child(even) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:even\:my-44:nth-child(even) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:even\:mx-44:nth-child(even) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:even\:my-52:nth-child(even) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:even\:mx-52:nth-child(even) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:even\:my-60:nth-child(even) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:even\:mx-60:nth-child(even) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:even\:my-72:nth-child(even) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:even\:mx-72:nth-child(even) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:even\:my-80:nth-child(even) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:even\:mx-80:nth-child(even) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:even\:my-96:nth-child(even) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:even\:mx-96:nth-child(even) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:even\:my-0\.5:nth-child(even) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:even\:mx-0\.5:nth-child(even) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:even\:my-1\.5:nth-child(even) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:even\:mx-1\.5:nth-child(even) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:even\:my-2\.5:nth-child(even) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:even\:mx-2\.5:nth-child(even) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:even\:my-3\.5:nth-child(even) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:even\:mx-3\.5:nth-child(even) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:even\:-my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:even\:-mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:even\:-my-36:nth-child(even) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:even\:-mx-36:nth-child(even) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:even\:-my-44:nth-child(even) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:even\:-mx-44:nth-child(even) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:even\:-my-52:nth-child(even) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:even\:-mx-52:nth-child(even) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:even\:-my-60:nth-child(even) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:even\:-mx-60:nth-child(even) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:even\:-my-72:nth-child(even) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:even\:-mx-72:nth-child(even) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:even\:-my-80:nth-child(even) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:even\:-mx-80:nth-child(even) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:even\:-my-96:nth-child(even) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:even\:-mx-96:nth-child(even) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:even\:-my-0\.5:nth-child(even) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:even\:-mx-0\.5:nth-child(even) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:even\:-my-1\.5:nth-child(even) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:even\:-mx-1\.5:nth-child(even) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:even\:-my-2\.5:nth-child(even) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:even\:-mx-2\.5:nth-child(even) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:even\:-my-3\.5:nth-child(even) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:even\:-mx-3\.5:nth-child(even) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:even\:mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .xl\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .xl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .xl\:even\:ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .xl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .xl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .xl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .xl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .xl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .xl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .xl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .xl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .xl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .xl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .xl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .xl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .xl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .xl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .xl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .xl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .xl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .xl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .xl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .xl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .xl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .xl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .xl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .xl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .xl\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .xl\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .xl\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .xl\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .xl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .xl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .xl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .xl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .xl\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .xl\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .xl\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .xl\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .xl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .xl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .xl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .xl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .xl\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .xl\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .xl\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .xl\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .xl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .xl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .xl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .xl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .xl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .xl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .xl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .xl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .xl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .xl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .xl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .xl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .xl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .xl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .xl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .xl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .xl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .xl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .xl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .xl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .xl\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .xl\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .xl\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .xl\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .xl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .xl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .xl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .xl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .xl\:even\:mt-36:nth-child(even) {
    margin-top: 9rem;
  }

  .xl\:even\:mr-36:nth-child(even) {
    margin-right: 9rem;
  }

  .xl\:even\:mb-36:nth-child(even) {
    margin-bottom: 9rem;
  }

  .xl\:even\:ml-36:nth-child(even) {
    margin-left: 9rem;
  }

  .xl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .xl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .xl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .xl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .xl\:even\:mt-44:nth-child(even) {
    margin-top: 11rem;
  }

  .xl\:even\:mr-44:nth-child(even) {
    margin-right: 11rem;
  }

  .xl\:even\:mb-44:nth-child(even) {
    margin-bottom: 11rem;
  }

  .xl\:even\:ml-44:nth-child(even) {
    margin-left: 11rem;
  }

  .xl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .xl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .xl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .xl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .xl\:even\:mt-52:nth-child(even) {
    margin-top: 13rem;
  }

  .xl\:even\:mr-52:nth-child(even) {
    margin-right: 13rem;
  }

  .xl\:even\:mb-52:nth-child(even) {
    margin-bottom: 13rem;
  }

  .xl\:even\:ml-52:nth-child(even) {
    margin-left: 13rem;
  }

  .xl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .xl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .xl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .xl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .xl\:even\:mt-60:nth-child(even) {
    margin-top: 15rem;
  }

  .xl\:even\:mr-60:nth-child(even) {
    margin-right: 15rem;
  }

  .xl\:even\:mb-60:nth-child(even) {
    margin-bottom: 15rem;
  }

  .xl\:even\:ml-60:nth-child(even) {
    margin-left: 15rem;
  }

  .xl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .xl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .xl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .xl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .xl\:even\:mt-72:nth-child(even) {
    margin-top: 18rem;
  }

  .xl\:even\:mr-72:nth-child(even) {
    margin-right: 18rem;
  }

  .xl\:even\:mb-72:nth-child(even) {
    margin-bottom: 18rem;
  }

  .xl\:even\:ml-72:nth-child(even) {
    margin-left: 18rem;
  }

  .xl\:even\:mt-80:nth-child(even) {
    margin-top: 20rem;
  }

  .xl\:even\:mr-80:nth-child(even) {
    margin-right: 20rem;
  }

  .xl\:even\:mb-80:nth-child(even) {
    margin-bottom: 20rem;
  }

  .xl\:even\:ml-80:nth-child(even) {
    margin-left: 20rem;
  }

  .xl\:even\:mt-96:nth-child(even) {
    margin-top: 24rem;
  }

  .xl\:even\:mr-96:nth-child(even) {
    margin-right: 24rem;
  }

  .xl\:even\:mb-96:nth-child(even) {
    margin-bottom: 24rem;
  }

  .xl\:even\:ml-96:nth-child(even) {
    margin-left: 24rem;
  }

  .xl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .xl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .xl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .xl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .xl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .xl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .xl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .xl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .xl\:even\:mt-0\.5:nth-child(even) {
    margin-top: 0.125rem;
  }

  .xl\:even\:mr-0\.5:nth-child(even) {
    margin-right: 0.125rem;
  }

  .xl\:even\:mb-0\.5:nth-child(even) {
    margin-bottom: 0.125rem;
  }

  .xl\:even\:ml-0\.5:nth-child(even) {
    margin-left: 0.125rem;
  }

  .xl\:even\:mt-1\.5:nth-child(even) {
    margin-top: 0.375rem;
  }

  .xl\:even\:mr-1\.5:nth-child(even) {
    margin-right: 0.375rem;
  }

  .xl\:even\:mb-1\.5:nth-child(even) {
    margin-bottom: 0.375rem;
  }

  .xl\:even\:ml-1\.5:nth-child(even) {
    margin-left: 0.375rem;
  }

  .xl\:even\:mt-2\.5:nth-child(even) {
    margin-top: 0.625rem;
  }

  .xl\:even\:mr-2\.5:nth-child(even) {
    margin-right: 0.625rem;
  }

  .xl\:even\:mb-2\.5:nth-child(even) {
    margin-bottom: 0.625rem;
  }

  .xl\:even\:ml-2\.5:nth-child(even) {
    margin-left: 0.625rem;
  }

  .xl\:even\:mt-3\.5:nth-child(even) {
    margin-top: 0.875rem;
  }

  .xl\:even\:mr-3\.5:nth-child(even) {
    margin-right: 0.875rem;
  }

  .xl\:even\:mb-3\.5:nth-child(even) {
    margin-bottom: 0.875rem;
  }

  .xl\:even\:ml-3\.5:nth-child(even) {
    margin-left: 0.875rem;
  }

  .xl\:even\:-mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .xl\:even\:-mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .xl\:even\:-mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .xl\:even\:-ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .xl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .xl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .xl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .xl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .xl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .xl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .xl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .xl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .xl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .xl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .xl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .xl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .xl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .xl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .xl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .xl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .xl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .xl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .xl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .xl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .xl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .xl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .xl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .xl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .xl\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .xl\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .xl\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .xl\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .xl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .xl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .xl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .xl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .xl\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .xl\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .xl\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .xl\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .xl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .xl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .xl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .xl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .xl\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .xl\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .xl\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .xl\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .xl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .xl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .xl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .xl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .xl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .xl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .xl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .xl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .xl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .xl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .xl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .xl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .xl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .xl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .xl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .xl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .xl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .xl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .xl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .xl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .xl\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .xl\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .xl\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .xl\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .xl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .xl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .xl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .xl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .xl\:even\:-mt-36:nth-child(even) {
    margin-top: -9rem;
  }

  .xl\:even\:-mr-36:nth-child(even) {
    margin-right: -9rem;
  }

  .xl\:even\:-mb-36:nth-child(even) {
    margin-bottom: -9rem;
  }

  .xl\:even\:-ml-36:nth-child(even) {
    margin-left: -9rem;
  }

  .xl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .xl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .xl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .xl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .xl\:even\:-mt-44:nth-child(even) {
    margin-top: -11rem;
  }

  .xl\:even\:-mr-44:nth-child(even) {
    margin-right: -11rem;
  }

  .xl\:even\:-mb-44:nth-child(even) {
    margin-bottom: -11rem;
  }

  .xl\:even\:-ml-44:nth-child(even) {
    margin-left: -11rem;
  }

  .xl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .xl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .xl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .xl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .xl\:even\:-mt-52:nth-child(even) {
    margin-top: -13rem;
  }

  .xl\:even\:-mr-52:nth-child(even) {
    margin-right: -13rem;
  }

  .xl\:even\:-mb-52:nth-child(even) {
    margin-bottom: -13rem;
  }

  .xl\:even\:-ml-52:nth-child(even) {
    margin-left: -13rem;
  }

  .xl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .xl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .xl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .xl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .xl\:even\:-mt-60:nth-child(even) {
    margin-top: -15rem;
  }

  .xl\:even\:-mr-60:nth-child(even) {
    margin-right: -15rem;
  }

  .xl\:even\:-mb-60:nth-child(even) {
    margin-bottom: -15rem;
  }

  .xl\:even\:-ml-60:nth-child(even) {
    margin-left: -15rem;
  }

  .xl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .xl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .xl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .xl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .xl\:even\:-mt-72:nth-child(even) {
    margin-top: -18rem;
  }

  .xl\:even\:-mr-72:nth-child(even) {
    margin-right: -18rem;
  }

  .xl\:even\:-mb-72:nth-child(even) {
    margin-bottom: -18rem;
  }

  .xl\:even\:-ml-72:nth-child(even) {
    margin-left: -18rem;
  }

  .xl\:even\:-mt-80:nth-child(even) {
    margin-top: -20rem;
  }

  .xl\:even\:-mr-80:nth-child(even) {
    margin-right: -20rem;
  }

  .xl\:even\:-mb-80:nth-child(even) {
    margin-bottom: -20rem;
  }

  .xl\:even\:-ml-80:nth-child(even) {
    margin-left: -20rem;
  }

  .xl\:even\:-mt-96:nth-child(even) {
    margin-top: -24rem;
  }

  .xl\:even\:-mr-96:nth-child(even) {
    margin-right: -24rem;
  }

  .xl\:even\:-mb-96:nth-child(even) {
    margin-bottom: -24rem;
  }

  .xl\:even\:-ml-96:nth-child(even) {
    margin-left: -24rem;
  }

  .xl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .xl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .xl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .xl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .xl\:even\:-mt-0\.5:nth-child(even) {
    margin-top: -0.125rem;
  }

  .xl\:even\:-mr-0\.5:nth-child(even) {
    margin-right: -0.125rem;
  }

  .xl\:even\:-mb-0\.5:nth-child(even) {
    margin-bottom: -0.125rem;
  }

  .xl\:even\:-ml-0\.5:nth-child(even) {
    margin-left: -0.125rem;
  }

  .xl\:even\:-mt-1\.5:nth-child(even) {
    margin-top: -0.375rem;
  }

  .xl\:even\:-mr-1\.5:nth-child(even) {
    margin-right: -0.375rem;
  }

  .xl\:even\:-mb-1\.5:nth-child(even) {
    margin-bottom: -0.375rem;
  }

  .xl\:even\:-ml-1\.5:nth-child(even) {
    margin-left: -0.375rem;
  }

  .xl\:even\:-mt-2\.5:nth-child(even) {
    margin-top: -0.625rem;
  }

  .xl\:even\:-mr-2\.5:nth-child(even) {
    margin-right: -0.625rem;
  }

  .xl\:even\:-mb-2\.5:nth-child(even) {
    margin-bottom: -0.625rem;
  }

  .xl\:even\:-ml-2\.5:nth-child(even) {
    margin-left: -0.625rem;
  }

  .xl\:even\:-mt-3\.5:nth-child(even) {
    margin-top: -0.875rem;
  }

  .xl\:even\:-mr-3\.5:nth-child(even) {
    margin-right: -0.875rem;
  }

  .xl\:even\:-mb-3\.5:nth-child(even) {
    margin-bottom: -0.875rem;
  }

  .xl\:even\:-ml-3\.5:nth-child(even) {
    margin-left: -0.875rem;
  }

  .xl\:hover\:m-0:hover {
    margin: 0px;
  }

  .xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-28:hover {
    margin: 7rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-36:hover {
    margin: 9rem;
  }

  .xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xl\:hover\:m-44:hover {
    margin: 11rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-52:hover {
    margin: 13rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-60:hover {
    margin: 15rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-72:hover {
    margin: 18rem;
  }

  .xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xl\:hover\:m-96:hover {
    margin: 24rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .xl\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .xl\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .xl\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .xl\:hover\:-m-0:hover {
    margin: 0px;
  }

  .xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xl\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xl\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xl\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xl\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xl\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .xl\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .xl\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .xl\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .xl\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .xl\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .xl\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .xl\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .xl\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .xl\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .xl\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .xl\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .xl\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .xl\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xl\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .xl\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .xl\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .xl\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .xl\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .xl\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .xl\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .xl\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .xl\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .xl\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .xl\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .xl\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .xl\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xl\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .xl\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .xl\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .xl\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .xl\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .xl\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .xl\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .xl\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .xl\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .xl\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .xl\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .xl\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .xl\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .xl\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .xl\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .xl\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .xl\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .xl\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .xl\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .xl\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .xl\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .xl\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .xl\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xl\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xl\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xl\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .xl\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .xl\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xl\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xl\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .xl\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .xl\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .xl\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xl\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .xl\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .xl\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .xl\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xl\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .xl\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .xl\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .xl\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xl\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .xl\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .xl\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .xl\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xl\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .xl\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .xl\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .xl\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xl\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .xl\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .xl\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .xl\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .xl\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .xl\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .xl\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .xl\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .xl\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .xl\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .xl\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .xl\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xl\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .xl\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .xl\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .xl\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .xl\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .xl\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .xl\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .xl\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .xl\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .xl\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .xl\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .xl\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .xl\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .xl\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .xl\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .xl\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .xl\:focus\:m-0:focus {
    margin: 0px;
  }

  .xl\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .xl\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .xl\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .xl\:focus\:m-4:focus {
    margin: 1rem;
  }

  .xl\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .xl\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .xl\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .xl\:focus\:m-8:focus {
    margin: 2rem;
  }

  .xl\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .xl\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .xl\:focus\:m-11:focus {
    margin: 2.75rem;
  }

  .xl\:focus\:m-12:focus {
    margin: 3rem;
  }

  .xl\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .xl\:focus\:m-16:focus {
    margin: 4rem;
  }

  .xl\:focus\:m-20:focus {
    margin: 5rem;
  }

  .xl\:focus\:m-24:focus {
    margin: 6rem;
  }

  .xl\:focus\:m-28:focus {
    margin: 7rem;
  }

  .xl\:focus\:m-32:focus {
    margin: 8rem;
  }

  .xl\:focus\:m-36:focus {
    margin: 9rem;
  }

  .xl\:focus\:m-40:focus {
    margin: 10rem;
  }

  .xl\:focus\:m-44:focus {
    margin: 11rem;
  }

  .xl\:focus\:m-48:focus {
    margin: 12rem;
  }

  .xl\:focus\:m-52:focus {
    margin: 13rem;
  }

  .xl\:focus\:m-56:focus {
    margin: 14rem;
  }

  .xl\:focus\:m-60:focus {
    margin: 15rem;
  }

  .xl\:focus\:m-64:focus {
    margin: 16rem;
  }

  .xl\:focus\:m-72:focus {
    margin: 18rem;
  }

  .xl\:focus\:m-80:focus {
    margin: 20rem;
  }

  .xl\:focus\:m-96:focus {
    margin: 24rem;
  }

  .xl\:focus\:m-auto:focus {
    margin: auto;
  }

  .xl\:focus\:m-px:focus {
    margin: 1px;
  }

  .xl\:focus\:m-0\.5:focus {
    margin: 0.125rem;
  }

  .xl\:focus\:m-1\.5:focus {
    margin: 0.375rem;
  }

  .xl\:focus\:m-2\.5:focus {
    margin: 0.625rem;
  }

  .xl\:focus\:m-3\.5:focus {
    margin: 0.875rem;
  }

  .xl\:focus\:-m-0:focus {
    margin: 0px;
  }

  .xl\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .xl\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .xl\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .xl\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .xl\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .xl\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .xl\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .xl\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .xl\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .xl\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .xl\:focus\:-m-11:focus {
    margin: -2.75rem;
  }

  .xl\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .xl\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .xl\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .xl\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .xl\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .xl\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .xl\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .xl\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .xl\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .xl\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .xl\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .xl\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .xl\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .xl\:focus\:-m-60:focus {
    margin: -15rem;
  }

  .xl\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .xl\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .xl\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .xl\:focus\:-m-96:focus {
    margin: -24rem;
  }

  .xl\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xl\:focus\:-m-0\.5:focus {
    margin: -0.125rem;
  }

  .xl\:focus\:-m-1\.5:focus {
    margin: -0.375rem;
  }

  .xl\:focus\:-m-2\.5:focus {
    margin: -0.625rem;
  }

  .xl\:focus\:-m-3\.5:focus {
    margin: -0.875rem;
  }

  .xl\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus\:my-11:focus {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:focus\:mx-11:focus {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus\:my-60:focus {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:focus\:mx-60:focus {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:focus\:my-96:focus {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:focus\:mx-96:focus {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus\:my-0\.5:focus {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:focus\:mx-0\.5:focus {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:focus\:my-1\.5:focus {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:focus\:mx-1\.5:focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:focus\:my-2\.5:focus {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:focus\:mx-2\.5:focus {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:focus\:my-3\.5:focus {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:focus\:mx-3\.5:focus {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus\:-my-11:focus {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:focus\:-mx-11:focus {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus\:-my-60:focus {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:focus\:-mx-60:focus {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:focus\:-my-96:focus {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:focus\:-mx-96:focus {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus\:-my-0\.5:focus {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:focus\:-mx-0\.5:focus {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:focus\:-my-1\.5:focus {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:focus\:-mx-1\.5:focus {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:focus\:-my-2\.5:focus {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:focus\:-mx-2\.5:focus {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:focus\:-my-3\.5:focus {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:focus\:-mx-3\.5:focus {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .xl\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .xl\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .xl\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .xl\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .xl\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .xl\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .xl\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .xl\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .xl\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .xl\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .xl\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .xl\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .xl\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .xl\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .xl\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .xl\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .xl\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .xl\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .xl\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .xl\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .xl\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .xl\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .xl\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .xl\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .xl\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .xl\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .xl\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .xl\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .xl\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .xl\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .xl\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .xl\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .xl\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .xl\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .xl\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .xl\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .xl\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .xl\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .xl\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .xl\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .xl\:focus\:mt-11:focus {
    margin-top: 2.75rem;
  }

  .xl\:focus\:mr-11:focus {
    margin-right: 2.75rem;
  }

  .xl\:focus\:mb-11:focus {
    margin-bottom: 2.75rem;
  }

  .xl\:focus\:ml-11:focus {
    margin-left: 2.75rem;
  }

  .xl\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .xl\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .xl\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .xl\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .xl\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .xl\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .xl\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .xl\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .xl\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .xl\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .xl\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .xl\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .xl\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .xl\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .xl\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .xl\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .xl\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .xl\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .xl\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .xl\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .xl\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .xl\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .xl\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .xl\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .xl\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .xl\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .xl\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .xl\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .xl\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .xl\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .xl\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .xl\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .xl\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .xl\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .xl\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .xl\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .xl\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .xl\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .xl\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .xl\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .xl\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .xl\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .xl\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .xl\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .xl\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .xl\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .xl\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .xl\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .xl\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .xl\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .xl\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .xl\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .xl\:focus\:mt-60:focus {
    margin-top: 15rem;
  }

  .xl\:focus\:mr-60:focus {
    margin-right: 15rem;
  }

  .xl\:focus\:mb-60:focus {
    margin-bottom: 15rem;
  }

  .xl\:focus\:ml-60:focus {
    margin-left: 15rem;
  }

  .xl\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .xl\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .xl\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .xl\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .xl\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .xl\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .xl\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .xl\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .xl\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .xl\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .xl\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .xl\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .xl\:focus\:mt-96:focus {
    margin-top: 24rem;
  }

  .xl\:focus\:mr-96:focus {
    margin-right: 24rem;
  }

  .xl\:focus\:mb-96:focus {
    margin-bottom: 24rem;
  }

  .xl\:focus\:ml-96:focus {
    margin-left: 24rem;
  }

  .xl\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .xl\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .xl\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .xl\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .xl\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .xl\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .xl\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .xl\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .xl\:focus\:mt-0\.5:focus {
    margin-top: 0.125rem;
  }

  .xl\:focus\:mr-0\.5:focus {
    margin-right: 0.125rem;
  }

  .xl\:focus\:mb-0\.5:focus {
    margin-bottom: 0.125rem;
  }

  .xl\:focus\:ml-0\.5:focus {
    margin-left: 0.125rem;
  }

  .xl\:focus\:mt-1\.5:focus {
    margin-top: 0.375rem;
  }

  .xl\:focus\:mr-1\.5:focus {
    margin-right: 0.375rem;
  }

  .xl\:focus\:mb-1\.5:focus {
    margin-bottom: 0.375rem;
  }

  .xl\:focus\:ml-1\.5:focus {
    margin-left: 0.375rem;
  }

  .xl\:focus\:mt-2\.5:focus {
    margin-top: 0.625rem;
  }

  .xl\:focus\:mr-2\.5:focus {
    margin-right: 0.625rem;
  }

  .xl\:focus\:mb-2\.5:focus {
    margin-bottom: 0.625rem;
  }

  .xl\:focus\:ml-2\.5:focus {
    margin-left: 0.625rem;
  }

  .xl\:focus\:mt-3\.5:focus {
    margin-top: 0.875rem;
  }

  .xl\:focus\:mr-3\.5:focus {
    margin-right: 0.875rem;
  }

  .xl\:focus\:mb-3\.5:focus {
    margin-bottom: 0.875rem;
  }

  .xl\:focus\:ml-3\.5:focus {
    margin-left: 0.875rem;
  }

  .xl\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .xl\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .xl\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .xl\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .xl\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .xl\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .xl\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .xl\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .xl\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .xl\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .xl\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .xl\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .xl\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .xl\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .xl\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .xl\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .xl\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .xl\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .xl\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .xl\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .xl\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .xl\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .xl\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .xl\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .xl\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .xl\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .xl\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .xl\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .xl\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .xl\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .xl\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .xl\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .xl\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .xl\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .xl\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .xl\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .xl\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .xl\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .xl\:focus\:-mt-11:focus {
    margin-top: -2.75rem;
  }

  .xl\:focus\:-mr-11:focus {
    margin-right: -2.75rem;
  }

  .xl\:focus\:-mb-11:focus {
    margin-bottom: -2.75rem;
  }

  .xl\:focus\:-ml-11:focus {
    margin-left: -2.75rem;
  }

  .xl\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .xl\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .xl\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .xl\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .xl\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .xl\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .xl\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .xl\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .xl\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .xl\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .xl\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .xl\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .xl\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .xl\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .xl\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .xl\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .xl\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .xl\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .xl\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .xl\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .xl\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .xl\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .xl\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .xl\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .xl\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .xl\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .xl\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .xl\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .xl\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .xl\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .xl\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .xl\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .xl\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .xl\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .xl\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .xl\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .xl\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .xl\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .xl\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .xl\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .xl\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .xl\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .xl\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .xl\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .xl\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .xl\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .xl\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .xl\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .xl\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .xl\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .xl\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .xl\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .xl\:focus\:-mt-60:focus {
    margin-top: -15rem;
  }

  .xl\:focus\:-mr-60:focus {
    margin-right: -15rem;
  }

  .xl\:focus\:-mb-60:focus {
    margin-bottom: -15rem;
  }

  .xl\:focus\:-ml-60:focus {
    margin-left: -15rem;
  }

  .xl\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .xl\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .xl\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .xl\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .xl\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .xl\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .xl\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .xl\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .xl\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .xl\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .xl\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .xl\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .xl\:focus\:-mt-96:focus {
    margin-top: -24rem;
  }

  .xl\:focus\:-mr-96:focus {
    margin-right: -24rem;
  }

  .xl\:focus\:-mb-96:focus {
    margin-bottom: -24rem;
  }

  .xl\:focus\:-ml-96:focus {
    margin-left: -24rem;
  }

  .xl\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .xl\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .xl\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .xl\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .xl\:focus\:-mt-0\.5:focus {
    margin-top: -0.125rem;
  }

  .xl\:focus\:-mr-0\.5:focus {
    margin-right: -0.125rem;
  }

  .xl\:focus\:-mb-0\.5:focus {
    margin-bottom: -0.125rem;
  }

  .xl\:focus\:-ml-0\.5:focus {
    margin-left: -0.125rem;
  }

  .xl\:focus\:-mt-1\.5:focus {
    margin-top: -0.375rem;
  }

  .xl\:focus\:-mr-1\.5:focus {
    margin-right: -0.375rem;
  }

  .xl\:focus\:-mb-1\.5:focus {
    margin-bottom: -0.375rem;
  }

  .xl\:focus\:-ml-1\.5:focus {
    margin-left: -0.375rem;
  }

  .xl\:focus\:-mt-2\.5:focus {
    margin-top: -0.625rem;
  }

  .xl\:focus\:-mr-2\.5:focus {
    margin-right: -0.625rem;
  }

  .xl\:focus\:-mb-2\.5:focus {
    margin-bottom: -0.625rem;
  }

  .xl\:focus\:-ml-2\.5:focus {
    margin-left: -0.625rem;
  }

  .xl\:focus\:-mt-3\.5:focus {
    margin-top: -0.875rem;
  }

  .xl\:focus\:-mr-3\.5:focus {
    margin-right: -0.875rem;
  }

  .xl\:focus\:-mb-3\.5:focus {
    margin-bottom: -0.875rem;
  }

  .xl\:focus\:-ml-3\.5:focus {
    margin-left: -0.875rem;
  }

  .xl\:active\:m-0:active {
    margin: 0px;
  }

  .xl\:active\:m-1:active {
    margin: 0.25rem;
  }

  .xl\:active\:m-2:active {
    margin: 0.5rem;
  }

  .xl\:active\:m-3:active {
    margin: 0.75rem;
  }

  .xl\:active\:m-4:active {
    margin: 1rem;
  }

  .xl\:active\:m-5:active {
    margin: 1.25rem;
  }

  .xl\:active\:m-6:active {
    margin: 1.5rem;
  }

  .xl\:active\:m-7:active {
    margin: 1.75rem;
  }

  .xl\:active\:m-8:active {
    margin: 2rem;
  }

  .xl\:active\:m-9:active {
    margin: 2.25rem;
  }

  .xl\:active\:m-10:active {
    margin: 2.5rem;
  }

  .xl\:active\:m-11:active {
    margin: 2.75rem;
  }

  .xl\:active\:m-12:active {
    margin: 3rem;
  }

  .xl\:active\:m-14:active {
    margin: 3.5rem;
  }

  .xl\:active\:m-16:active {
    margin: 4rem;
  }

  .xl\:active\:m-20:active {
    margin: 5rem;
  }

  .xl\:active\:m-24:active {
    margin: 6rem;
  }

  .xl\:active\:m-28:active {
    margin: 7rem;
  }

  .xl\:active\:m-32:active {
    margin: 8rem;
  }

  .xl\:active\:m-36:active {
    margin: 9rem;
  }

  .xl\:active\:m-40:active {
    margin: 10rem;
  }

  .xl\:active\:m-44:active {
    margin: 11rem;
  }

  .xl\:active\:m-48:active {
    margin: 12rem;
  }

  .xl\:active\:m-52:active {
    margin: 13rem;
  }

  .xl\:active\:m-56:active {
    margin: 14rem;
  }

  .xl\:active\:m-60:active {
    margin: 15rem;
  }

  .xl\:active\:m-64:active {
    margin: 16rem;
  }

  .xl\:active\:m-72:active {
    margin: 18rem;
  }

  .xl\:active\:m-80:active {
    margin: 20rem;
  }

  .xl\:active\:m-96:active {
    margin: 24rem;
  }

  .xl\:active\:m-auto:active {
    margin: auto;
  }

  .xl\:active\:m-px:active {
    margin: 1px;
  }

  .xl\:active\:m-0\.5:active {
    margin: 0.125rem;
  }

  .xl\:active\:m-1\.5:active {
    margin: 0.375rem;
  }

  .xl\:active\:m-2\.5:active {
    margin: 0.625rem;
  }

  .xl\:active\:m-3\.5:active {
    margin: 0.875rem;
  }

  .xl\:active\:-m-0:active {
    margin: 0px;
  }

  .xl\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .xl\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .xl\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .xl\:active\:-m-4:active {
    margin: -1rem;
  }

  .xl\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .xl\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .xl\:active\:-m-7:active {
    margin: -1.75rem;
  }

  .xl\:active\:-m-8:active {
    margin: -2rem;
  }

  .xl\:active\:-m-9:active {
    margin: -2.25rem;
  }

  .xl\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .xl\:active\:-m-11:active {
    margin: -2.75rem;
  }

  .xl\:active\:-m-12:active {
    margin: -3rem;
  }

  .xl\:active\:-m-14:active {
    margin: -3.5rem;
  }

  .xl\:active\:-m-16:active {
    margin: -4rem;
  }

  .xl\:active\:-m-20:active {
    margin: -5rem;
  }

  .xl\:active\:-m-24:active {
    margin: -6rem;
  }

  .xl\:active\:-m-28:active {
    margin: -7rem;
  }

  .xl\:active\:-m-32:active {
    margin: -8rem;
  }

  .xl\:active\:-m-36:active {
    margin: -9rem;
  }

  .xl\:active\:-m-40:active {
    margin: -10rem;
  }

  .xl\:active\:-m-44:active {
    margin: -11rem;
  }

  .xl\:active\:-m-48:active {
    margin: -12rem;
  }

  .xl\:active\:-m-52:active {
    margin: -13rem;
  }

  .xl\:active\:-m-56:active {
    margin: -14rem;
  }

  .xl\:active\:-m-60:active {
    margin: -15rem;
  }

  .xl\:active\:-m-64:active {
    margin: -16rem;
  }

  .xl\:active\:-m-72:active {
    margin: -18rem;
  }

  .xl\:active\:-m-80:active {
    margin: -20rem;
  }

  .xl\:active\:-m-96:active {
    margin: -24rem;
  }

  .xl\:active\:-m-px:active {
    margin: -1px;
  }

  .xl\:active\:-m-0\.5:active {
    margin: -0.125rem;
  }

  .xl\:active\:-m-1\.5:active {
    margin: -0.375rem;
  }

  .xl\:active\:-m-2\.5:active {
    margin: -0.625rem;
  }

  .xl\:active\:-m-3\.5:active {
    margin: -0.875rem;
  }

  .xl\:active\:my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:active\:mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:active\:my-7:active {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:active\:mx-7:active {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:active\:my-9:active {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:active\:mx-9:active {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:active\:my-11:active {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:active\:mx-11:active {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:active\:my-14:active {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:active\:mx-14:active {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:active\:my-28:active {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:active\:mx-28:active {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:active\:my-36:active {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:active\:mx-36:active {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:active\:my-44:active {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:active\:mx-44:active {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:active\:my-52:active {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:active\:mx-52:active {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:active\:my-60:active {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:active\:mx-60:active {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:active\:my-72:active {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:active\:mx-72:active {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:active\:my-80:active {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:active\:mx-80:active {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:active\:my-96:active {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:active\:mx-96:active {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:active\:my-0\.5:active {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:active\:mx-0\.5:active {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:active\:my-1\.5:active {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:active\:mx-1\.5:active {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:active\:my-2\.5:active {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:active\:mx-2\.5:active {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:active\:my-3\.5:active {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:active\:mx-3\.5:active {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:active\:-my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:active\:-mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:active\:-my-7:active {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:active\:-mx-7:active {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:active\:-my-9:active {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:active\:-mx-9:active {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:active\:-my-11:active {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:active\:-mx-11:active {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:active\:-my-14:active {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:active\:-mx-14:active {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:active\:-my-28:active {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:active\:-mx-28:active {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:active\:-my-36:active {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:active\:-mx-36:active {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:active\:-my-44:active {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:active\:-mx-44:active {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:active\:-my-52:active {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:active\:-mx-52:active {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:active\:-my-60:active {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:active\:-mx-60:active {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:active\:-my-72:active {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:active\:-mx-72:active {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:active\:-my-80:active {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:active\:-mx-80:active {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:active\:-my-96:active {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:active\:-mx-96:active {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:active\:-my-0\.5:active {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:active\:-mx-0\.5:active {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:active\:-my-1\.5:active {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:active\:-mx-1\.5:active {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:active\:-my-2\.5:active {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:active\:-mx-2\.5:active {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:active\:-my-3\.5:active {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:active\:-mx-3\.5:active {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:active\:mt-0:active {
    margin-top: 0px;
  }

  .xl\:active\:mr-0:active {
    margin-right: 0px;
  }

  .xl\:active\:mb-0:active {
    margin-bottom: 0px;
  }

  .xl\:active\:ml-0:active {
    margin-left: 0px;
  }

  .xl\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .xl\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .xl\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .xl\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .xl\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .xl\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .xl\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .xl\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .xl\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .xl\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .xl\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .xl\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .xl\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .xl\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .xl\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .xl\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .xl\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .xl\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .xl\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .xl\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .xl\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .xl\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .xl\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .xl\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .xl\:active\:mt-7:active {
    margin-top: 1.75rem;
  }

  .xl\:active\:mr-7:active {
    margin-right: 1.75rem;
  }

  .xl\:active\:mb-7:active {
    margin-bottom: 1.75rem;
  }

  .xl\:active\:ml-7:active {
    margin-left: 1.75rem;
  }

  .xl\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .xl\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .xl\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .xl\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .xl\:active\:mt-9:active {
    margin-top: 2.25rem;
  }

  .xl\:active\:mr-9:active {
    margin-right: 2.25rem;
  }

  .xl\:active\:mb-9:active {
    margin-bottom: 2.25rem;
  }

  .xl\:active\:ml-9:active {
    margin-left: 2.25rem;
  }

  .xl\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .xl\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .xl\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .xl\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .xl\:active\:mt-11:active {
    margin-top: 2.75rem;
  }

  .xl\:active\:mr-11:active {
    margin-right: 2.75rem;
  }

  .xl\:active\:mb-11:active {
    margin-bottom: 2.75rem;
  }

  .xl\:active\:ml-11:active {
    margin-left: 2.75rem;
  }

  .xl\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .xl\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .xl\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .xl\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .xl\:active\:mt-14:active {
    margin-top: 3.5rem;
  }

  .xl\:active\:mr-14:active {
    margin-right: 3.5rem;
  }

  .xl\:active\:mb-14:active {
    margin-bottom: 3.5rem;
  }

  .xl\:active\:ml-14:active {
    margin-left: 3.5rem;
  }

  .xl\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .xl\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .xl\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .xl\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .xl\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .xl\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .xl\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .xl\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .xl\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .xl\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .xl\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .xl\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .xl\:active\:mt-28:active {
    margin-top: 7rem;
  }

  .xl\:active\:mr-28:active {
    margin-right: 7rem;
  }

  .xl\:active\:mb-28:active {
    margin-bottom: 7rem;
  }

  .xl\:active\:ml-28:active {
    margin-left: 7rem;
  }

  .xl\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .xl\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .xl\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .xl\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .xl\:active\:mt-36:active {
    margin-top: 9rem;
  }

  .xl\:active\:mr-36:active {
    margin-right: 9rem;
  }

  .xl\:active\:mb-36:active {
    margin-bottom: 9rem;
  }

  .xl\:active\:ml-36:active {
    margin-left: 9rem;
  }

  .xl\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .xl\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .xl\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .xl\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .xl\:active\:mt-44:active {
    margin-top: 11rem;
  }

  .xl\:active\:mr-44:active {
    margin-right: 11rem;
  }

  .xl\:active\:mb-44:active {
    margin-bottom: 11rem;
  }

  .xl\:active\:ml-44:active {
    margin-left: 11rem;
  }

  .xl\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .xl\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .xl\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .xl\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .xl\:active\:mt-52:active {
    margin-top: 13rem;
  }

  .xl\:active\:mr-52:active {
    margin-right: 13rem;
  }

  .xl\:active\:mb-52:active {
    margin-bottom: 13rem;
  }

  .xl\:active\:ml-52:active {
    margin-left: 13rem;
  }

  .xl\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .xl\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .xl\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .xl\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .xl\:active\:mt-60:active {
    margin-top: 15rem;
  }

  .xl\:active\:mr-60:active {
    margin-right: 15rem;
  }

  .xl\:active\:mb-60:active {
    margin-bottom: 15rem;
  }

  .xl\:active\:ml-60:active {
    margin-left: 15rem;
  }

  .xl\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .xl\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .xl\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .xl\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .xl\:active\:mt-72:active {
    margin-top: 18rem;
  }

  .xl\:active\:mr-72:active {
    margin-right: 18rem;
  }

  .xl\:active\:mb-72:active {
    margin-bottom: 18rem;
  }

  .xl\:active\:ml-72:active {
    margin-left: 18rem;
  }

  .xl\:active\:mt-80:active {
    margin-top: 20rem;
  }

  .xl\:active\:mr-80:active {
    margin-right: 20rem;
  }

  .xl\:active\:mb-80:active {
    margin-bottom: 20rem;
  }

  .xl\:active\:ml-80:active {
    margin-left: 20rem;
  }

  .xl\:active\:mt-96:active {
    margin-top: 24rem;
  }

  .xl\:active\:mr-96:active {
    margin-right: 24rem;
  }

  .xl\:active\:mb-96:active {
    margin-bottom: 24rem;
  }

  .xl\:active\:ml-96:active {
    margin-left: 24rem;
  }

  .xl\:active\:mt-auto:active {
    margin-top: auto;
  }

  .xl\:active\:mr-auto:active {
    margin-right: auto;
  }

  .xl\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .xl\:active\:ml-auto:active {
    margin-left: auto;
  }

  .xl\:active\:mt-px:active {
    margin-top: 1px;
  }

  .xl\:active\:mr-px:active {
    margin-right: 1px;
  }

  .xl\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .xl\:active\:ml-px:active {
    margin-left: 1px;
  }

  .xl\:active\:mt-0\.5:active {
    margin-top: 0.125rem;
  }

  .xl\:active\:mr-0\.5:active {
    margin-right: 0.125rem;
  }

  .xl\:active\:mb-0\.5:active {
    margin-bottom: 0.125rem;
  }

  .xl\:active\:ml-0\.5:active {
    margin-left: 0.125rem;
  }

  .xl\:active\:mt-1\.5:active {
    margin-top: 0.375rem;
  }

  .xl\:active\:mr-1\.5:active {
    margin-right: 0.375rem;
  }

  .xl\:active\:mb-1\.5:active {
    margin-bottom: 0.375rem;
  }

  .xl\:active\:ml-1\.5:active {
    margin-left: 0.375rem;
  }

  .xl\:active\:mt-2\.5:active {
    margin-top: 0.625rem;
  }

  .xl\:active\:mr-2\.5:active {
    margin-right: 0.625rem;
  }

  .xl\:active\:mb-2\.5:active {
    margin-bottom: 0.625rem;
  }

  .xl\:active\:ml-2\.5:active {
    margin-left: 0.625rem;
  }

  .xl\:active\:mt-3\.5:active {
    margin-top: 0.875rem;
  }

  .xl\:active\:mr-3\.5:active {
    margin-right: 0.875rem;
  }

  .xl\:active\:mb-3\.5:active {
    margin-bottom: 0.875rem;
  }

  .xl\:active\:ml-3\.5:active {
    margin-left: 0.875rem;
  }

  .xl\:active\:-mt-0:active {
    margin-top: 0px;
  }

  .xl\:active\:-mr-0:active {
    margin-right: 0px;
  }

  .xl\:active\:-mb-0:active {
    margin-bottom: 0px;
  }

  .xl\:active\:-ml-0:active {
    margin-left: 0px;
  }

  .xl\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .xl\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .xl\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .xl\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .xl\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .xl\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .xl\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .xl\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .xl\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .xl\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .xl\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .xl\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .xl\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .xl\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .xl\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .xl\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .xl\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .xl\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .xl\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .xl\:active\:-mt-7:active {
    margin-top: -1.75rem;
  }

  .xl\:active\:-mr-7:active {
    margin-right: -1.75rem;
  }

  .xl\:active\:-mb-7:active {
    margin-bottom: -1.75rem;
  }

  .xl\:active\:-ml-7:active {
    margin-left: -1.75rem;
  }

  .xl\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .xl\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .xl\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .xl\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .xl\:active\:-mt-9:active {
    margin-top: -2.25rem;
  }

  .xl\:active\:-mr-9:active {
    margin-right: -2.25rem;
  }

  .xl\:active\:-mb-9:active {
    margin-bottom: -2.25rem;
  }

  .xl\:active\:-ml-9:active {
    margin-left: -2.25rem;
  }

  .xl\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .xl\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .xl\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .xl\:active\:-mt-11:active {
    margin-top: -2.75rem;
  }

  .xl\:active\:-mr-11:active {
    margin-right: -2.75rem;
  }

  .xl\:active\:-mb-11:active {
    margin-bottom: -2.75rem;
  }

  .xl\:active\:-ml-11:active {
    margin-left: -2.75rem;
  }

  .xl\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .xl\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .xl\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .xl\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .xl\:active\:-mt-14:active {
    margin-top: -3.5rem;
  }

  .xl\:active\:-mr-14:active {
    margin-right: -3.5rem;
  }

  .xl\:active\:-mb-14:active {
    margin-bottom: -3.5rem;
  }

  .xl\:active\:-ml-14:active {
    margin-left: -3.5rem;
  }

  .xl\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .xl\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .xl\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .xl\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .xl\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .xl\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .xl\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .xl\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .xl\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .xl\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .xl\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .xl\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .xl\:active\:-mt-28:active {
    margin-top: -7rem;
  }

  .xl\:active\:-mr-28:active {
    margin-right: -7rem;
  }

  .xl\:active\:-mb-28:active {
    margin-bottom: -7rem;
  }

  .xl\:active\:-ml-28:active {
    margin-left: -7rem;
  }

  .xl\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .xl\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .xl\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .xl\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .xl\:active\:-mt-36:active {
    margin-top: -9rem;
  }

  .xl\:active\:-mr-36:active {
    margin-right: -9rem;
  }

  .xl\:active\:-mb-36:active {
    margin-bottom: -9rem;
  }

  .xl\:active\:-ml-36:active {
    margin-left: -9rem;
  }

  .xl\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .xl\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .xl\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .xl\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .xl\:active\:-mt-44:active {
    margin-top: -11rem;
  }

  .xl\:active\:-mr-44:active {
    margin-right: -11rem;
  }

  .xl\:active\:-mb-44:active {
    margin-bottom: -11rem;
  }

  .xl\:active\:-ml-44:active {
    margin-left: -11rem;
  }

  .xl\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .xl\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .xl\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .xl\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .xl\:active\:-mt-52:active {
    margin-top: -13rem;
  }

  .xl\:active\:-mr-52:active {
    margin-right: -13rem;
  }

  .xl\:active\:-mb-52:active {
    margin-bottom: -13rem;
  }

  .xl\:active\:-ml-52:active {
    margin-left: -13rem;
  }

  .xl\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .xl\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .xl\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .xl\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .xl\:active\:-mt-60:active {
    margin-top: -15rem;
  }

  .xl\:active\:-mr-60:active {
    margin-right: -15rem;
  }

  .xl\:active\:-mb-60:active {
    margin-bottom: -15rem;
  }

  .xl\:active\:-ml-60:active {
    margin-left: -15rem;
  }

  .xl\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .xl\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .xl\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .xl\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .xl\:active\:-mt-72:active {
    margin-top: -18rem;
  }

  .xl\:active\:-mr-72:active {
    margin-right: -18rem;
  }

  .xl\:active\:-mb-72:active {
    margin-bottom: -18rem;
  }

  .xl\:active\:-ml-72:active {
    margin-left: -18rem;
  }

  .xl\:active\:-mt-80:active {
    margin-top: -20rem;
  }

  .xl\:active\:-mr-80:active {
    margin-right: -20rem;
  }

  .xl\:active\:-mb-80:active {
    margin-bottom: -20rem;
  }

  .xl\:active\:-ml-80:active {
    margin-left: -20rem;
  }

  .xl\:active\:-mt-96:active {
    margin-top: -24rem;
  }

  .xl\:active\:-mr-96:active {
    margin-right: -24rem;
  }

  .xl\:active\:-mb-96:active {
    margin-bottom: -24rem;
  }

  .xl\:active\:-ml-96:active {
    margin-left: -24rem;
  }

  .xl\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .xl\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .xl\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .xl\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .xl\:active\:-mt-0\.5:active {
    margin-top: -0.125rem;
  }

  .xl\:active\:-mr-0\.5:active {
    margin-right: -0.125rem;
  }

  .xl\:active\:-mb-0\.5:active {
    margin-bottom: -0.125rem;
  }

  .xl\:active\:-ml-0\.5:active {
    margin-left: -0.125rem;
  }

  .xl\:active\:-mt-1\.5:active {
    margin-top: -0.375rem;
  }

  .xl\:active\:-mr-1\.5:active {
    margin-right: -0.375rem;
  }

  .xl\:active\:-mb-1\.5:active {
    margin-bottom: -0.375rem;
  }

  .xl\:active\:-ml-1\.5:active {
    margin-left: -0.375rem;
  }

  .xl\:active\:-mt-2\.5:active {
    margin-top: -0.625rem;
  }

  .xl\:active\:-mr-2\.5:active {
    margin-right: -0.625rem;
  }

  .xl\:active\:-mb-2\.5:active {
    margin-bottom: -0.625rem;
  }

  .xl\:active\:-ml-2\.5:active {
    margin-left: -0.625rem;
  }

  .xl\:active\:-mt-3\.5:active {
    margin-top: -0.875rem;
  }

  .xl\:active\:-mr-3\.5:active {
    margin-right: -0.875rem;
  }

  .xl\:active\:-mb-3\.5:active {
    margin-bottom: -0.875rem;
  }

  .xl\:active\:-ml-3\.5:active {
    margin-left: -0.875rem;
  }

  .xl\:visited\:m-0:visited {
    margin: 0px;
  }

  .xl\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .xl\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .xl\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .xl\:visited\:m-4:visited {
    margin: 1rem;
  }

  .xl\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .xl\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .xl\:visited\:m-7:visited {
    margin: 1.75rem;
  }

  .xl\:visited\:m-8:visited {
    margin: 2rem;
  }

  .xl\:visited\:m-9:visited {
    margin: 2.25rem;
  }

  .xl\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .xl\:visited\:m-11:visited {
    margin: 2.75rem;
  }

  .xl\:visited\:m-12:visited {
    margin: 3rem;
  }

  .xl\:visited\:m-14:visited {
    margin: 3.5rem;
  }

  .xl\:visited\:m-16:visited {
    margin: 4rem;
  }

  .xl\:visited\:m-20:visited {
    margin: 5rem;
  }

  .xl\:visited\:m-24:visited {
    margin: 6rem;
  }

  .xl\:visited\:m-28:visited {
    margin: 7rem;
  }

  .xl\:visited\:m-32:visited {
    margin: 8rem;
  }

  .xl\:visited\:m-36:visited {
    margin: 9rem;
  }

  .xl\:visited\:m-40:visited {
    margin: 10rem;
  }

  .xl\:visited\:m-44:visited {
    margin: 11rem;
  }

  .xl\:visited\:m-48:visited {
    margin: 12rem;
  }

  .xl\:visited\:m-52:visited {
    margin: 13rem;
  }

  .xl\:visited\:m-56:visited {
    margin: 14rem;
  }

  .xl\:visited\:m-60:visited {
    margin: 15rem;
  }

  .xl\:visited\:m-64:visited {
    margin: 16rem;
  }

  .xl\:visited\:m-72:visited {
    margin: 18rem;
  }

  .xl\:visited\:m-80:visited {
    margin: 20rem;
  }

  .xl\:visited\:m-96:visited {
    margin: 24rem;
  }

  .xl\:visited\:m-auto:visited {
    margin: auto;
  }

  .xl\:visited\:m-px:visited {
    margin: 1px;
  }

  .xl\:visited\:m-0\.5:visited {
    margin: 0.125rem;
  }

  .xl\:visited\:m-1\.5:visited {
    margin: 0.375rem;
  }

  .xl\:visited\:m-2\.5:visited {
    margin: 0.625rem;
  }

  .xl\:visited\:m-3\.5:visited {
    margin: 0.875rem;
  }

  .xl\:visited\:-m-0:visited {
    margin: 0px;
  }

  .xl\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .xl\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .xl\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .xl\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .xl\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .xl\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .xl\:visited\:-m-7:visited {
    margin: -1.75rem;
  }

  .xl\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .xl\:visited\:-m-9:visited {
    margin: -2.25rem;
  }

  .xl\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .xl\:visited\:-m-11:visited {
    margin: -2.75rem;
  }

  .xl\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .xl\:visited\:-m-14:visited {
    margin: -3.5rem;
  }

  .xl\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .xl\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .xl\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .xl\:visited\:-m-28:visited {
    margin: -7rem;
  }

  .xl\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .xl\:visited\:-m-36:visited {
    margin: -9rem;
  }

  .xl\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .xl\:visited\:-m-44:visited {
    margin: -11rem;
  }

  .xl\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .xl\:visited\:-m-52:visited {
    margin: -13rem;
  }

  .xl\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .xl\:visited\:-m-60:visited {
    margin: -15rem;
  }

  .xl\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .xl\:visited\:-m-72:visited {
    margin: -18rem;
  }

  .xl\:visited\:-m-80:visited {
    margin: -20rem;
  }

  .xl\:visited\:-m-96:visited {
    margin: -24rem;
  }

  .xl\:visited\:-m-px:visited {
    margin: -1px;
  }

  .xl\:visited\:-m-0\.5:visited {
    margin: -0.125rem;
  }

  .xl\:visited\:-m-1\.5:visited {
    margin: -0.375rem;
  }

  .xl\:visited\:-m-2\.5:visited {
    margin: -0.625rem;
  }

  .xl\:visited\:-m-3\.5:visited {
    margin: -0.875rem;
  }

  .xl\:visited\:my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:visited\:mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:visited\:my-7:visited {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:visited\:mx-7:visited {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:visited\:my-9:visited {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:visited\:mx-9:visited {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:visited\:my-11:visited {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:visited\:mx-11:visited {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:visited\:my-14:visited {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:visited\:mx-14:visited {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:visited\:my-28:visited {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:visited\:mx-28:visited {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:visited\:my-36:visited {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:visited\:mx-36:visited {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:visited\:my-44:visited {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:visited\:mx-44:visited {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:visited\:my-52:visited {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:visited\:mx-52:visited {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:visited\:my-60:visited {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:visited\:mx-60:visited {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:visited\:my-72:visited {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:visited\:mx-72:visited {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:visited\:my-80:visited {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:visited\:mx-80:visited {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:visited\:my-96:visited {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:visited\:mx-96:visited {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:visited\:my-0\.5:visited {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:visited\:mx-0\.5:visited {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:visited\:my-1\.5:visited {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:visited\:mx-1\.5:visited {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:visited\:my-2\.5:visited {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:visited\:mx-2\.5:visited {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:visited\:my-3\.5:visited {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:visited\:mx-3\.5:visited {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:visited\:-my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:visited\:-mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:visited\:-my-7:visited {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:visited\:-mx-7:visited {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:visited\:-my-9:visited {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:visited\:-mx-9:visited {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:visited\:-my-11:visited {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:visited\:-mx-11:visited {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:visited\:-my-14:visited {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:visited\:-mx-14:visited {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:visited\:-my-28:visited {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:visited\:-mx-28:visited {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:visited\:-my-36:visited {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:visited\:-mx-36:visited {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:visited\:-my-44:visited {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:visited\:-mx-44:visited {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:visited\:-my-52:visited {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:visited\:-mx-52:visited {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:visited\:-my-60:visited {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:visited\:-mx-60:visited {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:visited\:-my-72:visited {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:visited\:-mx-72:visited {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:visited\:-my-80:visited {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:visited\:-mx-80:visited {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:visited\:-my-96:visited {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:visited\:-mx-96:visited {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:visited\:-my-0\.5:visited {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:visited\:-mx-0\.5:visited {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:visited\:-my-1\.5:visited {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:visited\:-mx-1\.5:visited {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:visited\:-my-2\.5:visited {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:visited\:-mx-2\.5:visited {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:visited\:-my-3\.5:visited {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:visited\:-mx-3\.5:visited {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:visited\:mt-0:visited {
    margin-top: 0px;
  }

  .xl\:visited\:mr-0:visited {
    margin-right: 0px;
  }

  .xl\:visited\:mb-0:visited {
    margin-bottom: 0px;
  }

  .xl\:visited\:ml-0:visited {
    margin-left: 0px;
  }

  .xl\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .xl\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .xl\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .xl\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .xl\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .xl\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .xl\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .xl\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .xl\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .xl\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .xl\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .xl\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .xl\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .xl\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .xl\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .xl\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .xl\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .xl\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .xl\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .xl\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .xl\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .xl\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .xl\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .xl\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .xl\:visited\:mt-7:visited {
    margin-top: 1.75rem;
  }

  .xl\:visited\:mr-7:visited {
    margin-right: 1.75rem;
  }

  .xl\:visited\:mb-7:visited {
    margin-bottom: 1.75rem;
  }

  .xl\:visited\:ml-7:visited {
    margin-left: 1.75rem;
  }

  .xl\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .xl\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .xl\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .xl\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .xl\:visited\:mt-9:visited {
    margin-top: 2.25rem;
  }

  .xl\:visited\:mr-9:visited {
    margin-right: 2.25rem;
  }

  .xl\:visited\:mb-9:visited {
    margin-bottom: 2.25rem;
  }

  .xl\:visited\:ml-9:visited {
    margin-left: 2.25rem;
  }

  .xl\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .xl\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .xl\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .xl\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .xl\:visited\:mt-11:visited {
    margin-top: 2.75rem;
  }

  .xl\:visited\:mr-11:visited {
    margin-right: 2.75rem;
  }

  .xl\:visited\:mb-11:visited {
    margin-bottom: 2.75rem;
  }

  .xl\:visited\:ml-11:visited {
    margin-left: 2.75rem;
  }

  .xl\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .xl\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .xl\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .xl\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .xl\:visited\:mt-14:visited {
    margin-top: 3.5rem;
  }

  .xl\:visited\:mr-14:visited {
    margin-right: 3.5rem;
  }

  .xl\:visited\:mb-14:visited {
    margin-bottom: 3.5rem;
  }

  .xl\:visited\:ml-14:visited {
    margin-left: 3.5rem;
  }

  .xl\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .xl\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .xl\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .xl\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .xl\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .xl\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .xl\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .xl\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .xl\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .xl\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .xl\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .xl\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .xl\:visited\:mt-28:visited {
    margin-top: 7rem;
  }

  .xl\:visited\:mr-28:visited {
    margin-right: 7rem;
  }

  .xl\:visited\:mb-28:visited {
    margin-bottom: 7rem;
  }

  .xl\:visited\:ml-28:visited {
    margin-left: 7rem;
  }

  .xl\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .xl\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .xl\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .xl\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .xl\:visited\:mt-36:visited {
    margin-top: 9rem;
  }

  .xl\:visited\:mr-36:visited {
    margin-right: 9rem;
  }

  .xl\:visited\:mb-36:visited {
    margin-bottom: 9rem;
  }

  .xl\:visited\:ml-36:visited {
    margin-left: 9rem;
  }

  .xl\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .xl\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .xl\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .xl\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .xl\:visited\:mt-44:visited {
    margin-top: 11rem;
  }

  .xl\:visited\:mr-44:visited {
    margin-right: 11rem;
  }

  .xl\:visited\:mb-44:visited {
    margin-bottom: 11rem;
  }

  .xl\:visited\:ml-44:visited {
    margin-left: 11rem;
  }

  .xl\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .xl\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .xl\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .xl\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .xl\:visited\:mt-52:visited {
    margin-top: 13rem;
  }

  .xl\:visited\:mr-52:visited {
    margin-right: 13rem;
  }

  .xl\:visited\:mb-52:visited {
    margin-bottom: 13rem;
  }

  .xl\:visited\:ml-52:visited {
    margin-left: 13rem;
  }

  .xl\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .xl\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .xl\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .xl\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .xl\:visited\:mt-60:visited {
    margin-top: 15rem;
  }

  .xl\:visited\:mr-60:visited {
    margin-right: 15rem;
  }

  .xl\:visited\:mb-60:visited {
    margin-bottom: 15rem;
  }

  .xl\:visited\:ml-60:visited {
    margin-left: 15rem;
  }

  .xl\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .xl\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .xl\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .xl\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .xl\:visited\:mt-72:visited {
    margin-top: 18rem;
  }

  .xl\:visited\:mr-72:visited {
    margin-right: 18rem;
  }

  .xl\:visited\:mb-72:visited {
    margin-bottom: 18rem;
  }

  .xl\:visited\:ml-72:visited {
    margin-left: 18rem;
  }

  .xl\:visited\:mt-80:visited {
    margin-top: 20rem;
  }

  .xl\:visited\:mr-80:visited {
    margin-right: 20rem;
  }

  .xl\:visited\:mb-80:visited {
    margin-bottom: 20rem;
  }

  .xl\:visited\:ml-80:visited {
    margin-left: 20rem;
  }

  .xl\:visited\:mt-96:visited {
    margin-top: 24rem;
  }

  .xl\:visited\:mr-96:visited {
    margin-right: 24rem;
  }

  .xl\:visited\:mb-96:visited {
    margin-bottom: 24rem;
  }

  .xl\:visited\:ml-96:visited {
    margin-left: 24rem;
  }

  .xl\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .xl\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .xl\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .xl\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .xl\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .xl\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .xl\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .xl\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .xl\:visited\:mt-0\.5:visited {
    margin-top: 0.125rem;
  }

  .xl\:visited\:mr-0\.5:visited {
    margin-right: 0.125rem;
  }

  .xl\:visited\:mb-0\.5:visited {
    margin-bottom: 0.125rem;
  }

  .xl\:visited\:ml-0\.5:visited {
    margin-left: 0.125rem;
  }

  .xl\:visited\:mt-1\.5:visited {
    margin-top: 0.375rem;
  }

  .xl\:visited\:mr-1\.5:visited {
    margin-right: 0.375rem;
  }

  .xl\:visited\:mb-1\.5:visited {
    margin-bottom: 0.375rem;
  }

  .xl\:visited\:ml-1\.5:visited {
    margin-left: 0.375rem;
  }

  .xl\:visited\:mt-2\.5:visited {
    margin-top: 0.625rem;
  }

  .xl\:visited\:mr-2\.5:visited {
    margin-right: 0.625rem;
  }

  .xl\:visited\:mb-2\.5:visited {
    margin-bottom: 0.625rem;
  }

  .xl\:visited\:ml-2\.5:visited {
    margin-left: 0.625rem;
  }

  .xl\:visited\:mt-3\.5:visited {
    margin-top: 0.875rem;
  }

  .xl\:visited\:mr-3\.5:visited {
    margin-right: 0.875rem;
  }

  .xl\:visited\:mb-3\.5:visited {
    margin-bottom: 0.875rem;
  }

  .xl\:visited\:ml-3\.5:visited {
    margin-left: 0.875rem;
  }

  .xl\:visited\:-mt-0:visited {
    margin-top: 0px;
  }

  .xl\:visited\:-mr-0:visited {
    margin-right: 0px;
  }

  .xl\:visited\:-mb-0:visited {
    margin-bottom: 0px;
  }

  .xl\:visited\:-ml-0:visited {
    margin-left: 0px;
  }

  .xl\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .xl\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .xl\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .xl\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .xl\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .xl\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .xl\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .xl\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .xl\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .xl\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .xl\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .xl\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .xl\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .xl\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .xl\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .xl\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .xl\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .xl\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .xl\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .xl\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .xl\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .xl\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .xl\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .xl\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .xl\:visited\:-mt-7:visited {
    margin-top: -1.75rem;
  }

  .xl\:visited\:-mr-7:visited {
    margin-right: -1.75rem;
  }

  .xl\:visited\:-mb-7:visited {
    margin-bottom: -1.75rem;
  }

  .xl\:visited\:-ml-7:visited {
    margin-left: -1.75rem;
  }

  .xl\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .xl\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .xl\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .xl\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .xl\:visited\:-mt-9:visited {
    margin-top: -2.25rem;
  }

  .xl\:visited\:-mr-9:visited {
    margin-right: -2.25rem;
  }

  .xl\:visited\:-mb-9:visited {
    margin-bottom: -2.25rem;
  }

  .xl\:visited\:-ml-9:visited {
    margin-left: -2.25rem;
  }

  .xl\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .xl\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .xl\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .xl\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .xl\:visited\:-mt-11:visited {
    margin-top: -2.75rem;
  }

  .xl\:visited\:-mr-11:visited {
    margin-right: -2.75rem;
  }

  .xl\:visited\:-mb-11:visited {
    margin-bottom: -2.75rem;
  }

  .xl\:visited\:-ml-11:visited {
    margin-left: -2.75rem;
  }

  .xl\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .xl\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .xl\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .xl\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .xl\:visited\:-mt-14:visited {
    margin-top: -3.5rem;
  }

  .xl\:visited\:-mr-14:visited {
    margin-right: -3.5rem;
  }

  .xl\:visited\:-mb-14:visited {
    margin-bottom: -3.5rem;
  }

  .xl\:visited\:-ml-14:visited {
    margin-left: -3.5rem;
  }

  .xl\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .xl\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .xl\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .xl\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .xl\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .xl\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .xl\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .xl\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .xl\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .xl\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .xl\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .xl\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .xl\:visited\:-mt-28:visited {
    margin-top: -7rem;
  }

  .xl\:visited\:-mr-28:visited {
    margin-right: -7rem;
  }

  .xl\:visited\:-mb-28:visited {
    margin-bottom: -7rem;
  }

  .xl\:visited\:-ml-28:visited {
    margin-left: -7rem;
  }

  .xl\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .xl\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .xl\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .xl\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .xl\:visited\:-mt-36:visited {
    margin-top: -9rem;
  }

  .xl\:visited\:-mr-36:visited {
    margin-right: -9rem;
  }

  .xl\:visited\:-mb-36:visited {
    margin-bottom: -9rem;
  }

  .xl\:visited\:-ml-36:visited {
    margin-left: -9rem;
  }

  .xl\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .xl\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .xl\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .xl\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .xl\:visited\:-mt-44:visited {
    margin-top: -11rem;
  }

  .xl\:visited\:-mr-44:visited {
    margin-right: -11rem;
  }

  .xl\:visited\:-mb-44:visited {
    margin-bottom: -11rem;
  }

  .xl\:visited\:-ml-44:visited {
    margin-left: -11rem;
  }

  .xl\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .xl\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .xl\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .xl\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .xl\:visited\:-mt-52:visited {
    margin-top: -13rem;
  }

  .xl\:visited\:-mr-52:visited {
    margin-right: -13rem;
  }

  .xl\:visited\:-mb-52:visited {
    margin-bottom: -13rem;
  }

  .xl\:visited\:-ml-52:visited {
    margin-left: -13rem;
  }

  .xl\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .xl\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .xl\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .xl\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .xl\:visited\:-mt-60:visited {
    margin-top: -15rem;
  }

  .xl\:visited\:-mr-60:visited {
    margin-right: -15rem;
  }

  .xl\:visited\:-mb-60:visited {
    margin-bottom: -15rem;
  }

  .xl\:visited\:-ml-60:visited {
    margin-left: -15rem;
  }

  .xl\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .xl\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .xl\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .xl\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .xl\:visited\:-mt-72:visited {
    margin-top: -18rem;
  }

  .xl\:visited\:-mr-72:visited {
    margin-right: -18rem;
  }

  .xl\:visited\:-mb-72:visited {
    margin-bottom: -18rem;
  }

  .xl\:visited\:-ml-72:visited {
    margin-left: -18rem;
  }

  .xl\:visited\:-mt-80:visited {
    margin-top: -20rem;
  }

  .xl\:visited\:-mr-80:visited {
    margin-right: -20rem;
  }

  .xl\:visited\:-mb-80:visited {
    margin-bottom: -20rem;
  }

  .xl\:visited\:-ml-80:visited {
    margin-left: -20rem;
  }

  .xl\:visited\:-mt-96:visited {
    margin-top: -24rem;
  }

  .xl\:visited\:-mr-96:visited {
    margin-right: -24rem;
  }

  .xl\:visited\:-mb-96:visited {
    margin-bottom: -24rem;
  }

  .xl\:visited\:-ml-96:visited {
    margin-left: -24rem;
  }

  .xl\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .xl\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .xl\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .xl\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .xl\:visited\:-mt-0\.5:visited {
    margin-top: -0.125rem;
  }

  .xl\:visited\:-mr-0\.5:visited {
    margin-right: -0.125rem;
  }

  .xl\:visited\:-mb-0\.5:visited {
    margin-bottom: -0.125rem;
  }

  .xl\:visited\:-ml-0\.5:visited {
    margin-left: -0.125rem;
  }

  .xl\:visited\:-mt-1\.5:visited {
    margin-top: -0.375rem;
  }

  .xl\:visited\:-mr-1\.5:visited {
    margin-right: -0.375rem;
  }

  .xl\:visited\:-mb-1\.5:visited {
    margin-bottom: -0.375rem;
  }

  .xl\:visited\:-ml-1\.5:visited {
    margin-left: -0.375rem;
  }

  .xl\:visited\:-mt-2\.5:visited {
    margin-top: -0.625rem;
  }

  .xl\:visited\:-mr-2\.5:visited {
    margin-right: -0.625rem;
  }

  .xl\:visited\:-mb-2\.5:visited {
    margin-bottom: -0.625rem;
  }

  .xl\:visited\:-ml-2\.5:visited {
    margin-left: -0.625rem;
  }

  .xl\:visited\:-mt-3\.5:visited {
    margin-top: -0.875rem;
  }

  .xl\:visited\:-mr-3\.5:visited {
    margin-right: -0.875rem;
  }

  .xl\:visited\:-mb-3\.5:visited {
    margin-bottom: -0.875rem;
  }

  .xl\:visited\:-ml-3\.5:visited {
    margin-left: -0.875rem;
  }

  .xl\:disabled\:m-0:disabled {
    margin: 0px;
  }

  .xl\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .xl\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .xl\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .xl\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .xl\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .xl\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .xl\:disabled\:m-7:disabled {
    margin: 1.75rem;
  }

  .xl\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .xl\:disabled\:m-9:disabled {
    margin: 2.25rem;
  }

  .xl\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .xl\:disabled\:m-11:disabled {
    margin: 2.75rem;
  }

  .xl\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .xl\:disabled\:m-14:disabled {
    margin: 3.5rem;
  }

  .xl\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .xl\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .xl\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .xl\:disabled\:m-28:disabled {
    margin: 7rem;
  }

  .xl\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .xl\:disabled\:m-36:disabled {
    margin: 9rem;
  }

  .xl\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .xl\:disabled\:m-44:disabled {
    margin: 11rem;
  }

  .xl\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .xl\:disabled\:m-52:disabled {
    margin: 13rem;
  }

  .xl\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .xl\:disabled\:m-60:disabled {
    margin: 15rem;
  }

  .xl\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .xl\:disabled\:m-72:disabled {
    margin: 18rem;
  }

  .xl\:disabled\:m-80:disabled {
    margin: 20rem;
  }

  .xl\:disabled\:m-96:disabled {
    margin: 24rem;
  }

  .xl\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .xl\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .xl\:disabled\:m-0\.5:disabled {
    margin: 0.125rem;
  }

  .xl\:disabled\:m-1\.5:disabled {
    margin: 0.375rem;
  }

  .xl\:disabled\:m-2\.5:disabled {
    margin: 0.625rem;
  }

  .xl\:disabled\:m-3\.5:disabled {
    margin: 0.875rem;
  }

  .xl\:disabled\:-m-0:disabled {
    margin: 0px;
  }

  .xl\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .xl\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .xl\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .xl\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .xl\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .xl\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .xl\:disabled\:-m-7:disabled {
    margin: -1.75rem;
  }

  .xl\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .xl\:disabled\:-m-9:disabled {
    margin: -2.25rem;
  }

  .xl\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .xl\:disabled\:-m-11:disabled {
    margin: -2.75rem;
  }

  .xl\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .xl\:disabled\:-m-14:disabled {
    margin: -3.5rem;
  }

  .xl\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .xl\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .xl\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .xl\:disabled\:-m-28:disabled {
    margin: -7rem;
  }

  .xl\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .xl\:disabled\:-m-36:disabled {
    margin: -9rem;
  }

  .xl\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .xl\:disabled\:-m-44:disabled {
    margin: -11rem;
  }

  .xl\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .xl\:disabled\:-m-52:disabled {
    margin: -13rem;
  }

  .xl\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .xl\:disabled\:-m-60:disabled {
    margin: -15rem;
  }

  .xl\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .xl\:disabled\:-m-72:disabled {
    margin: -18rem;
  }

  .xl\:disabled\:-m-80:disabled {
    margin: -20rem;
  }

  .xl\:disabled\:-m-96:disabled {
    margin: -24rem;
  }

  .xl\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .xl\:disabled\:-m-0\.5:disabled {
    margin: -0.125rem;
  }

  .xl\:disabled\:-m-1\.5:disabled {
    margin: -0.375rem;
  }

  .xl\:disabled\:-m-2\.5:disabled {
    margin: -0.625rem;
  }

  .xl\:disabled\:-m-3\.5:disabled {
    margin: -0.875rem;
  }

  .xl\:disabled\:my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:disabled\:mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:disabled\:my-7:disabled {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:disabled\:mx-7:disabled {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:disabled\:my-9:disabled {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:disabled\:mx-9:disabled {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:disabled\:my-11:disabled {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:disabled\:mx-11:disabled {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:disabled\:my-14:disabled {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:disabled\:mx-14:disabled {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:disabled\:my-28:disabled {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:disabled\:mx-28:disabled {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:disabled\:my-36:disabled {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:disabled\:mx-36:disabled {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:disabled\:my-44:disabled {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:disabled\:mx-44:disabled {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:disabled\:my-52:disabled {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:disabled\:mx-52:disabled {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:disabled\:my-60:disabled {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:disabled\:mx-60:disabled {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:disabled\:my-72:disabled {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:disabled\:mx-72:disabled {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:disabled\:my-80:disabled {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:disabled\:mx-80:disabled {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:disabled\:my-96:disabled {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:disabled\:mx-96:disabled {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:disabled\:my-0\.5:disabled {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:disabled\:mx-0\.5:disabled {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:disabled\:my-1\.5:disabled {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:disabled\:mx-1\.5:disabled {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:disabled\:my-2\.5:disabled {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:disabled\:mx-2\.5:disabled {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:disabled\:my-3\.5:disabled {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:disabled\:mx-3\.5:disabled {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:disabled\:-my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:disabled\:-mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:disabled\:-my-7:disabled {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:disabled\:-mx-7:disabled {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:disabled\:-my-9:disabled {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:disabled\:-mx-9:disabled {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:disabled\:-my-11:disabled {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:disabled\:-mx-11:disabled {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:disabled\:-my-14:disabled {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:disabled\:-mx-14:disabled {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:disabled\:-my-28:disabled {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:disabled\:-mx-28:disabled {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:disabled\:-my-36:disabled {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:disabled\:-mx-36:disabled {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:disabled\:-my-44:disabled {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:disabled\:-mx-44:disabled {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:disabled\:-my-52:disabled {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:disabled\:-mx-52:disabled {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:disabled\:-my-60:disabled {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:disabled\:-mx-60:disabled {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:disabled\:-my-72:disabled {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:disabled\:-mx-72:disabled {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:disabled\:-my-80:disabled {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:disabled\:-mx-80:disabled {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:disabled\:-my-96:disabled {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:disabled\:-mx-96:disabled {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:disabled\:-my-0\.5:disabled {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:disabled\:-mx-0\.5:disabled {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:disabled\:-my-1\.5:disabled {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:disabled\:-mx-1\.5:disabled {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:disabled\:-my-2\.5:disabled {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:disabled\:-mx-2\.5:disabled {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:disabled\:-my-3\.5:disabled {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:disabled\:-mx-3\.5:disabled {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:disabled\:mt-0:disabled {
    margin-top: 0px;
  }

  .xl\:disabled\:mr-0:disabled {
    margin-right: 0px;
  }

  .xl\:disabled\:mb-0:disabled {
    margin-bottom: 0px;
  }

  .xl\:disabled\:ml-0:disabled {
    margin-left: 0px;
  }

  .xl\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .xl\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .xl\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .xl\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .xl\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .xl\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .xl\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .xl\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .xl\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .xl\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .xl\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .xl\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .xl\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .xl\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .xl\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .xl\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .xl\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .xl\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .xl\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .xl\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .xl\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .xl\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .xl\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .xl\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .xl\:disabled\:mt-7:disabled {
    margin-top: 1.75rem;
  }

  .xl\:disabled\:mr-7:disabled {
    margin-right: 1.75rem;
  }

  .xl\:disabled\:mb-7:disabled {
    margin-bottom: 1.75rem;
  }

  .xl\:disabled\:ml-7:disabled {
    margin-left: 1.75rem;
  }

  .xl\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .xl\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .xl\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .xl\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .xl\:disabled\:mt-9:disabled {
    margin-top: 2.25rem;
  }

  .xl\:disabled\:mr-9:disabled {
    margin-right: 2.25rem;
  }

  .xl\:disabled\:mb-9:disabled {
    margin-bottom: 2.25rem;
  }

  .xl\:disabled\:ml-9:disabled {
    margin-left: 2.25rem;
  }

  .xl\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .xl\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .xl\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .xl\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .xl\:disabled\:mt-11:disabled {
    margin-top: 2.75rem;
  }

  .xl\:disabled\:mr-11:disabled {
    margin-right: 2.75rem;
  }

  .xl\:disabled\:mb-11:disabled {
    margin-bottom: 2.75rem;
  }

  .xl\:disabled\:ml-11:disabled {
    margin-left: 2.75rem;
  }

  .xl\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .xl\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .xl\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .xl\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .xl\:disabled\:mt-14:disabled {
    margin-top: 3.5rem;
  }

  .xl\:disabled\:mr-14:disabled {
    margin-right: 3.5rem;
  }

  .xl\:disabled\:mb-14:disabled {
    margin-bottom: 3.5rem;
  }

  .xl\:disabled\:ml-14:disabled {
    margin-left: 3.5rem;
  }

  .xl\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .xl\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .xl\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .xl\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .xl\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .xl\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .xl\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .xl\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .xl\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .xl\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .xl\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .xl\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .xl\:disabled\:mt-28:disabled {
    margin-top: 7rem;
  }

  .xl\:disabled\:mr-28:disabled {
    margin-right: 7rem;
  }

  .xl\:disabled\:mb-28:disabled {
    margin-bottom: 7rem;
  }

  .xl\:disabled\:ml-28:disabled {
    margin-left: 7rem;
  }

  .xl\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .xl\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .xl\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .xl\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .xl\:disabled\:mt-36:disabled {
    margin-top: 9rem;
  }

  .xl\:disabled\:mr-36:disabled {
    margin-right: 9rem;
  }

  .xl\:disabled\:mb-36:disabled {
    margin-bottom: 9rem;
  }

  .xl\:disabled\:ml-36:disabled {
    margin-left: 9rem;
  }

  .xl\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .xl\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .xl\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .xl\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .xl\:disabled\:mt-44:disabled {
    margin-top: 11rem;
  }

  .xl\:disabled\:mr-44:disabled {
    margin-right: 11rem;
  }

  .xl\:disabled\:mb-44:disabled {
    margin-bottom: 11rem;
  }

  .xl\:disabled\:ml-44:disabled {
    margin-left: 11rem;
  }

  .xl\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .xl\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .xl\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .xl\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .xl\:disabled\:mt-52:disabled {
    margin-top: 13rem;
  }

  .xl\:disabled\:mr-52:disabled {
    margin-right: 13rem;
  }

  .xl\:disabled\:mb-52:disabled {
    margin-bottom: 13rem;
  }

  .xl\:disabled\:ml-52:disabled {
    margin-left: 13rem;
  }

  .xl\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .xl\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .xl\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .xl\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .xl\:disabled\:mt-60:disabled {
    margin-top: 15rem;
  }

  .xl\:disabled\:mr-60:disabled {
    margin-right: 15rem;
  }

  .xl\:disabled\:mb-60:disabled {
    margin-bottom: 15rem;
  }

  .xl\:disabled\:ml-60:disabled {
    margin-left: 15rem;
  }

  .xl\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .xl\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .xl\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .xl\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .xl\:disabled\:mt-72:disabled {
    margin-top: 18rem;
  }

  .xl\:disabled\:mr-72:disabled {
    margin-right: 18rem;
  }

  .xl\:disabled\:mb-72:disabled {
    margin-bottom: 18rem;
  }

  .xl\:disabled\:ml-72:disabled {
    margin-left: 18rem;
  }

  .xl\:disabled\:mt-80:disabled {
    margin-top: 20rem;
  }

  .xl\:disabled\:mr-80:disabled {
    margin-right: 20rem;
  }

  .xl\:disabled\:mb-80:disabled {
    margin-bottom: 20rem;
  }

  .xl\:disabled\:ml-80:disabled {
    margin-left: 20rem;
  }

  .xl\:disabled\:mt-96:disabled {
    margin-top: 24rem;
  }

  .xl\:disabled\:mr-96:disabled {
    margin-right: 24rem;
  }

  .xl\:disabled\:mb-96:disabled {
    margin-bottom: 24rem;
  }

  .xl\:disabled\:ml-96:disabled {
    margin-left: 24rem;
  }

  .xl\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .xl\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .xl\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .xl\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .xl\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .xl\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .xl\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .xl\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .xl\:disabled\:mt-0\.5:disabled {
    margin-top: 0.125rem;
  }

  .xl\:disabled\:mr-0\.5:disabled {
    margin-right: 0.125rem;
  }

  .xl\:disabled\:mb-0\.5:disabled {
    margin-bottom: 0.125rem;
  }

  .xl\:disabled\:ml-0\.5:disabled {
    margin-left: 0.125rem;
  }

  .xl\:disabled\:mt-1\.5:disabled {
    margin-top: 0.375rem;
  }

  .xl\:disabled\:mr-1\.5:disabled {
    margin-right: 0.375rem;
  }

  .xl\:disabled\:mb-1\.5:disabled {
    margin-bottom: 0.375rem;
  }

  .xl\:disabled\:ml-1\.5:disabled {
    margin-left: 0.375rem;
  }

  .xl\:disabled\:mt-2\.5:disabled {
    margin-top: 0.625rem;
  }

  .xl\:disabled\:mr-2\.5:disabled {
    margin-right: 0.625rem;
  }

  .xl\:disabled\:mb-2\.5:disabled {
    margin-bottom: 0.625rem;
  }

  .xl\:disabled\:ml-2\.5:disabled {
    margin-left: 0.625rem;
  }

  .xl\:disabled\:mt-3\.5:disabled {
    margin-top: 0.875rem;
  }

  .xl\:disabled\:mr-3\.5:disabled {
    margin-right: 0.875rem;
  }

  .xl\:disabled\:mb-3\.5:disabled {
    margin-bottom: 0.875rem;
  }

  .xl\:disabled\:ml-3\.5:disabled {
    margin-left: 0.875rem;
  }

  .xl\:disabled\:-mt-0:disabled {
    margin-top: 0px;
  }

  .xl\:disabled\:-mr-0:disabled {
    margin-right: 0px;
  }

  .xl\:disabled\:-mb-0:disabled {
    margin-bottom: 0px;
  }

  .xl\:disabled\:-ml-0:disabled {
    margin-left: 0px;
  }

  .xl\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .xl\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .xl\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .xl\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .xl\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .xl\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .xl\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .xl\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .xl\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .xl\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .xl\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .xl\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .xl\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .xl\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .xl\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .xl\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .xl\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .xl\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .xl\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .xl\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .xl\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .xl\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .xl\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .xl\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .xl\:disabled\:-mt-7:disabled {
    margin-top: -1.75rem;
  }

  .xl\:disabled\:-mr-7:disabled {
    margin-right: -1.75rem;
  }

  .xl\:disabled\:-mb-7:disabled {
    margin-bottom: -1.75rem;
  }

  .xl\:disabled\:-ml-7:disabled {
    margin-left: -1.75rem;
  }

  .xl\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .xl\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .xl\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .xl\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .xl\:disabled\:-mt-9:disabled {
    margin-top: -2.25rem;
  }

  .xl\:disabled\:-mr-9:disabled {
    margin-right: -2.25rem;
  }

  .xl\:disabled\:-mb-9:disabled {
    margin-bottom: -2.25rem;
  }

  .xl\:disabled\:-ml-9:disabled {
    margin-left: -2.25rem;
  }

  .xl\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .xl\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .xl\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .xl\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .xl\:disabled\:-mt-11:disabled {
    margin-top: -2.75rem;
  }

  .xl\:disabled\:-mr-11:disabled {
    margin-right: -2.75rem;
  }

  .xl\:disabled\:-mb-11:disabled {
    margin-bottom: -2.75rem;
  }

  .xl\:disabled\:-ml-11:disabled {
    margin-left: -2.75rem;
  }

  .xl\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .xl\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .xl\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .xl\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .xl\:disabled\:-mt-14:disabled {
    margin-top: -3.5rem;
  }

  .xl\:disabled\:-mr-14:disabled {
    margin-right: -3.5rem;
  }

  .xl\:disabled\:-mb-14:disabled {
    margin-bottom: -3.5rem;
  }

  .xl\:disabled\:-ml-14:disabled {
    margin-left: -3.5rem;
  }

  .xl\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .xl\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .xl\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .xl\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .xl\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .xl\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .xl\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .xl\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .xl\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .xl\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .xl\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .xl\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .xl\:disabled\:-mt-28:disabled {
    margin-top: -7rem;
  }

  .xl\:disabled\:-mr-28:disabled {
    margin-right: -7rem;
  }

  .xl\:disabled\:-mb-28:disabled {
    margin-bottom: -7rem;
  }

  .xl\:disabled\:-ml-28:disabled {
    margin-left: -7rem;
  }

  .xl\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .xl\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .xl\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .xl\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .xl\:disabled\:-mt-36:disabled {
    margin-top: -9rem;
  }

  .xl\:disabled\:-mr-36:disabled {
    margin-right: -9rem;
  }

  .xl\:disabled\:-mb-36:disabled {
    margin-bottom: -9rem;
  }

  .xl\:disabled\:-ml-36:disabled {
    margin-left: -9rem;
  }

  .xl\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .xl\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .xl\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .xl\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .xl\:disabled\:-mt-44:disabled {
    margin-top: -11rem;
  }

  .xl\:disabled\:-mr-44:disabled {
    margin-right: -11rem;
  }

  .xl\:disabled\:-mb-44:disabled {
    margin-bottom: -11rem;
  }

  .xl\:disabled\:-ml-44:disabled {
    margin-left: -11rem;
  }

  .xl\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .xl\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .xl\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .xl\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .xl\:disabled\:-mt-52:disabled {
    margin-top: -13rem;
  }

  .xl\:disabled\:-mr-52:disabled {
    margin-right: -13rem;
  }

  .xl\:disabled\:-mb-52:disabled {
    margin-bottom: -13rem;
  }

  .xl\:disabled\:-ml-52:disabled {
    margin-left: -13rem;
  }

  .xl\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .xl\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .xl\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .xl\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .xl\:disabled\:-mt-60:disabled {
    margin-top: -15rem;
  }

  .xl\:disabled\:-mr-60:disabled {
    margin-right: -15rem;
  }

  .xl\:disabled\:-mb-60:disabled {
    margin-bottom: -15rem;
  }

  .xl\:disabled\:-ml-60:disabled {
    margin-left: -15rem;
  }

  .xl\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .xl\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .xl\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .xl\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .xl\:disabled\:-mt-72:disabled {
    margin-top: -18rem;
  }

  .xl\:disabled\:-mr-72:disabled {
    margin-right: -18rem;
  }

  .xl\:disabled\:-mb-72:disabled {
    margin-bottom: -18rem;
  }

  .xl\:disabled\:-ml-72:disabled {
    margin-left: -18rem;
  }

  .xl\:disabled\:-mt-80:disabled {
    margin-top: -20rem;
  }

  .xl\:disabled\:-mr-80:disabled {
    margin-right: -20rem;
  }

  .xl\:disabled\:-mb-80:disabled {
    margin-bottom: -20rem;
  }

  .xl\:disabled\:-ml-80:disabled {
    margin-left: -20rem;
  }

  .xl\:disabled\:-mt-96:disabled {
    margin-top: -24rem;
  }

  .xl\:disabled\:-mr-96:disabled {
    margin-right: -24rem;
  }

  .xl\:disabled\:-mb-96:disabled {
    margin-bottom: -24rem;
  }

  .xl\:disabled\:-ml-96:disabled {
    margin-left: -24rem;
  }

  .xl\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .xl\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .xl\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .xl\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .xl\:disabled\:-mt-0\.5:disabled {
    margin-top: -0.125rem;
  }

  .xl\:disabled\:-mr-0\.5:disabled {
    margin-right: -0.125rem;
  }

  .xl\:disabled\:-mb-0\.5:disabled {
    margin-bottom: -0.125rem;
  }

  .xl\:disabled\:-ml-0\.5:disabled {
    margin-left: -0.125rem;
  }

  .xl\:disabled\:-mt-1\.5:disabled {
    margin-top: -0.375rem;
  }

  .xl\:disabled\:-mr-1\.5:disabled {
    margin-right: -0.375rem;
  }

  .xl\:disabled\:-mb-1\.5:disabled {
    margin-bottom: -0.375rem;
  }

  .xl\:disabled\:-ml-1\.5:disabled {
    margin-left: -0.375rem;
  }

  .xl\:disabled\:-mt-2\.5:disabled {
    margin-top: -0.625rem;
  }

  .xl\:disabled\:-mr-2\.5:disabled {
    margin-right: -0.625rem;
  }

  .xl\:disabled\:-mb-2\.5:disabled {
    margin-bottom: -0.625rem;
  }

  .xl\:disabled\:-ml-2\.5:disabled {
    margin-left: -0.625rem;
  }

  .xl\:disabled\:-mt-3\.5:disabled {
    margin-top: -0.875rem;
  }

  .xl\:disabled\:-mr-3\.5:disabled {
    margin-right: -0.875rem;
  }

  .xl\:disabled\:-mb-3\.5:disabled {
    margin-bottom: -0.875rem;
  }

  .xl\:disabled\:-ml-3\.5:disabled {
    margin-left: -0.875rem;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .xl\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .xl\:group-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .group:hover .xl\:group-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .group:hover .xl\:group-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .group:hover .xl\:group-hover\:max-h-4 {
    max-height: 1rem;
  }

  .group:hover .xl\:group-hover\:max-h-5 {
    max-height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:max-h-8 {
    max-height: 2rem;
  }

  .group:hover .xl\:group-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .group:hover .xl\:group-hover\:max-h-10 {
    max-height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .group:hover .xl\:group-hover\:max-h-12 {
    max-height: 3rem;
  }

  .group:hover .xl\:group-hover\:max-h-14 {
    max-height: 3.5rem;
  }

  .group:hover .xl\:group-hover\:max-h-16 {
    max-height: 4rem;
  }

  .group:hover .xl\:group-hover\:max-h-20 {
    max-height: 5rem;
  }

  .group:hover .xl\:group-hover\:max-h-24 {
    max-height: 6rem;
  }

  .group:hover .xl\:group-hover\:max-h-28 {
    max-height: 7rem;
  }

  .group:hover .xl\:group-hover\:max-h-32 {
    max-height: 8rem;
  }

  .group:hover .xl\:group-hover\:max-h-36 {
    max-height: 9rem;
  }

  .group:hover .xl\:group-hover\:max-h-40 {
    max-height: 10rem;
  }

  .group:hover .xl\:group-hover\:max-h-44 {
    max-height: 11rem;
  }

  .group:hover .xl\:group-hover\:max-h-48 {
    max-height: 12rem;
  }

  .group:hover .xl\:group-hover\:max-h-52 {
    max-height: 13rem;
  }

  .group:hover .xl\:group-hover\:max-h-56 {
    max-height: 14rem;
  }

  .group:hover .xl\:group-hover\:max-h-60 {
    max-height: 15rem;
  }

  .group:hover .xl\:group-hover\:max-h-64 {
    max-height: 16rem;
  }

  .group:hover .xl\:group-hover\:max-h-72 {
    max-height: 18rem;
  }

  .group:hover .xl\:group-hover\:max-h-80 {
    max-height: 20rem;
  }

  .group:hover .xl\:group-hover\:max-h-96 {
    max-height: 24rem;
  }

  .group:hover .xl\:group-hover\:max-h-px {
    max-height: 1px;
  }

  .group:hover .xl\:group-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .group:hover .xl\:group-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .group:hover .xl\:group-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .group:hover .xl\:group-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .group:hover .xl\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .xl\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:focus-within\:max-h-0:focus-within {
    max-height: 0px;
  }

  .xl\:focus-within\:max-h-1:focus-within {
    max-height: 0.25rem;
  }

  .xl\:focus-within\:max-h-2:focus-within {
    max-height: 0.5rem;
  }

  .xl\:focus-within\:max-h-3:focus-within {
    max-height: 0.75rem;
  }

  .xl\:focus-within\:max-h-4:focus-within {
    max-height: 1rem;
  }

  .xl\:focus-within\:max-h-5:focus-within {
    max-height: 1.25rem;
  }

  .xl\:focus-within\:max-h-6:focus-within {
    max-height: 1.5rem;
  }

  .xl\:focus-within\:max-h-7:focus-within {
    max-height: 1.75rem;
  }

  .xl\:focus-within\:max-h-8:focus-within {
    max-height: 2rem;
  }

  .xl\:focus-within\:max-h-9:focus-within {
    max-height: 2.25rem;
  }

  .xl\:focus-within\:max-h-10:focus-within {
    max-height: 2.5rem;
  }

  .xl\:focus-within\:max-h-11:focus-within {
    max-height: 2.75rem;
  }

  .xl\:focus-within\:max-h-12:focus-within {
    max-height: 3rem;
  }

  .xl\:focus-within\:max-h-14:focus-within {
    max-height: 3.5rem;
  }

  .xl\:focus-within\:max-h-16:focus-within {
    max-height: 4rem;
  }

  .xl\:focus-within\:max-h-20:focus-within {
    max-height: 5rem;
  }

  .xl\:focus-within\:max-h-24:focus-within {
    max-height: 6rem;
  }

  .xl\:focus-within\:max-h-28:focus-within {
    max-height: 7rem;
  }

  .xl\:focus-within\:max-h-32:focus-within {
    max-height: 8rem;
  }

  .xl\:focus-within\:max-h-36:focus-within {
    max-height: 9rem;
  }

  .xl\:focus-within\:max-h-40:focus-within {
    max-height: 10rem;
  }

  .xl\:focus-within\:max-h-44:focus-within {
    max-height: 11rem;
  }

  .xl\:focus-within\:max-h-48:focus-within {
    max-height: 12rem;
  }

  .xl\:focus-within\:max-h-52:focus-within {
    max-height: 13rem;
  }

  .xl\:focus-within\:max-h-56:focus-within {
    max-height: 14rem;
  }

  .xl\:focus-within\:max-h-60:focus-within {
    max-height: 15rem;
  }

  .xl\:focus-within\:max-h-64:focus-within {
    max-height: 16rem;
  }

  .xl\:focus-within\:max-h-72:focus-within {
    max-height: 18rem;
  }

  .xl\:focus-within\:max-h-80:focus-within {
    max-height: 20rem;
  }

  .xl\:focus-within\:max-h-96:focus-within {
    max-height: 24rem;
  }

  .xl\:focus-within\:max-h-px:focus-within {
    max-height: 1px;
  }

  .xl\:focus-within\:max-h-0\.5:focus-within {
    max-height: 0.125rem;
  }

  .xl\:focus-within\:max-h-1\.5:focus-within {
    max-height: 0.375rem;
  }

  .xl\:focus-within\:max-h-2\.5:focus-within {
    max-height: 0.625rem;
  }

  .xl\:focus-within\:max-h-3\.5:focus-within {
    max-height: 0.875rem;
  }

  .xl\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .xl\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .xl\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .xl\:first\:max-h-1:first-child {
    max-height: 0.25rem;
  }

  .xl\:first\:max-h-2:first-child {
    max-height: 0.5rem;
  }

  .xl\:first\:max-h-3:first-child {
    max-height: 0.75rem;
  }

  .xl\:first\:max-h-4:first-child {
    max-height: 1rem;
  }

  .xl\:first\:max-h-5:first-child {
    max-height: 1.25rem;
  }

  .xl\:first\:max-h-6:first-child {
    max-height: 1.5rem;
  }

  .xl\:first\:max-h-7:first-child {
    max-height: 1.75rem;
  }

  .xl\:first\:max-h-8:first-child {
    max-height: 2rem;
  }

  .xl\:first\:max-h-9:first-child {
    max-height: 2.25rem;
  }

  .xl\:first\:max-h-10:first-child {
    max-height: 2.5rem;
  }

  .xl\:first\:max-h-11:first-child {
    max-height: 2.75rem;
  }

  .xl\:first\:max-h-12:first-child {
    max-height: 3rem;
  }

  .xl\:first\:max-h-14:first-child {
    max-height: 3.5rem;
  }

  .xl\:first\:max-h-16:first-child {
    max-height: 4rem;
  }

  .xl\:first\:max-h-20:first-child {
    max-height: 5rem;
  }

  .xl\:first\:max-h-24:first-child {
    max-height: 6rem;
  }

  .xl\:first\:max-h-28:first-child {
    max-height: 7rem;
  }

  .xl\:first\:max-h-32:first-child {
    max-height: 8rem;
  }

  .xl\:first\:max-h-36:first-child {
    max-height: 9rem;
  }

  .xl\:first\:max-h-40:first-child {
    max-height: 10rem;
  }

  .xl\:first\:max-h-44:first-child {
    max-height: 11rem;
  }

  .xl\:first\:max-h-48:first-child {
    max-height: 12rem;
  }

  .xl\:first\:max-h-52:first-child {
    max-height: 13rem;
  }

  .xl\:first\:max-h-56:first-child {
    max-height: 14rem;
  }

  .xl\:first\:max-h-60:first-child {
    max-height: 15rem;
  }

  .xl\:first\:max-h-64:first-child {
    max-height: 16rem;
  }

  .xl\:first\:max-h-72:first-child {
    max-height: 18rem;
  }

  .xl\:first\:max-h-80:first-child {
    max-height: 20rem;
  }

  .xl\:first\:max-h-96:first-child {
    max-height: 24rem;
  }

  .xl\:first\:max-h-px:first-child {
    max-height: 1px;
  }

  .xl\:first\:max-h-0\.5:first-child {
    max-height: 0.125rem;
  }

  .xl\:first\:max-h-1\.5:first-child {
    max-height: 0.375rem;
  }

  .xl\:first\:max-h-2\.5:first-child {
    max-height: 0.625rem;
  }

  .xl\:first\:max-h-3\.5:first-child {
    max-height: 0.875rem;
  }

  .xl\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .xl\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .xl\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .xl\:last\:max-h-1:last-child {
    max-height: 0.25rem;
  }

  .xl\:last\:max-h-2:last-child {
    max-height: 0.5rem;
  }

  .xl\:last\:max-h-3:last-child {
    max-height: 0.75rem;
  }

  .xl\:last\:max-h-4:last-child {
    max-height: 1rem;
  }

  .xl\:last\:max-h-5:last-child {
    max-height: 1.25rem;
  }

  .xl\:last\:max-h-6:last-child {
    max-height: 1.5rem;
  }

  .xl\:last\:max-h-7:last-child {
    max-height: 1.75rem;
  }

  .xl\:last\:max-h-8:last-child {
    max-height: 2rem;
  }

  .xl\:last\:max-h-9:last-child {
    max-height: 2.25rem;
  }

  .xl\:last\:max-h-10:last-child {
    max-height: 2.5rem;
  }

  .xl\:last\:max-h-11:last-child {
    max-height: 2.75rem;
  }

  .xl\:last\:max-h-12:last-child {
    max-height: 3rem;
  }

  .xl\:last\:max-h-14:last-child {
    max-height: 3.5rem;
  }

  .xl\:last\:max-h-16:last-child {
    max-height: 4rem;
  }

  .xl\:last\:max-h-20:last-child {
    max-height: 5rem;
  }

  .xl\:last\:max-h-24:last-child {
    max-height: 6rem;
  }

  .xl\:last\:max-h-28:last-child {
    max-height: 7rem;
  }

  .xl\:last\:max-h-32:last-child {
    max-height: 8rem;
  }

  .xl\:last\:max-h-36:last-child {
    max-height: 9rem;
  }

  .xl\:last\:max-h-40:last-child {
    max-height: 10rem;
  }

  .xl\:last\:max-h-44:last-child {
    max-height: 11rem;
  }

  .xl\:last\:max-h-48:last-child {
    max-height: 12rem;
  }

  .xl\:last\:max-h-52:last-child {
    max-height: 13rem;
  }

  .xl\:last\:max-h-56:last-child {
    max-height: 14rem;
  }

  .xl\:last\:max-h-60:last-child {
    max-height: 15rem;
  }

  .xl\:last\:max-h-64:last-child {
    max-height: 16rem;
  }

  .xl\:last\:max-h-72:last-child {
    max-height: 18rem;
  }

  .xl\:last\:max-h-80:last-child {
    max-height: 20rem;
  }

  .xl\:last\:max-h-96:last-child {
    max-height: 24rem;
  }

  .xl\:last\:max-h-px:last-child {
    max-height: 1px;
  }

  .xl\:last\:max-h-0\.5:last-child {
    max-height: 0.125rem;
  }

  .xl\:last\:max-h-1\.5:last-child {
    max-height: 0.375rem;
  }

  .xl\:last\:max-h-2\.5:last-child {
    max-height: 0.625rem;
  }

  .xl\:last\:max-h-3\.5:last-child {
    max-height: 0.875rem;
  }

  .xl\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .xl\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .xl\:odd\:max-h-0:nth-child(odd) {
    max-height: 0px;
  }

  .xl\:odd\:max-h-1:nth-child(odd) {
    max-height: 0.25rem;
  }

  .xl\:odd\:max-h-2:nth-child(odd) {
    max-height: 0.5rem;
  }

  .xl\:odd\:max-h-3:nth-child(odd) {
    max-height: 0.75rem;
  }

  .xl\:odd\:max-h-4:nth-child(odd) {
    max-height: 1rem;
  }

  .xl\:odd\:max-h-5:nth-child(odd) {
    max-height: 1.25rem;
  }

  .xl\:odd\:max-h-6:nth-child(odd) {
    max-height: 1.5rem;
  }

  .xl\:odd\:max-h-7:nth-child(odd) {
    max-height: 1.75rem;
  }

  .xl\:odd\:max-h-8:nth-child(odd) {
    max-height: 2rem;
  }

  .xl\:odd\:max-h-9:nth-child(odd) {
    max-height: 2.25rem;
  }

  .xl\:odd\:max-h-10:nth-child(odd) {
    max-height: 2.5rem;
  }

  .xl\:odd\:max-h-11:nth-child(odd) {
    max-height: 2.75rem;
  }

  .xl\:odd\:max-h-12:nth-child(odd) {
    max-height: 3rem;
  }

  .xl\:odd\:max-h-14:nth-child(odd) {
    max-height: 3.5rem;
  }

  .xl\:odd\:max-h-16:nth-child(odd) {
    max-height: 4rem;
  }

  .xl\:odd\:max-h-20:nth-child(odd) {
    max-height: 5rem;
  }

  .xl\:odd\:max-h-24:nth-child(odd) {
    max-height: 6rem;
  }

  .xl\:odd\:max-h-28:nth-child(odd) {
    max-height: 7rem;
  }

  .xl\:odd\:max-h-32:nth-child(odd) {
    max-height: 8rem;
  }

  .xl\:odd\:max-h-36:nth-child(odd) {
    max-height: 9rem;
  }

  .xl\:odd\:max-h-40:nth-child(odd) {
    max-height: 10rem;
  }

  .xl\:odd\:max-h-44:nth-child(odd) {
    max-height: 11rem;
  }

  .xl\:odd\:max-h-48:nth-child(odd) {
    max-height: 12rem;
  }

  .xl\:odd\:max-h-52:nth-child(odd) {
    max-height: 13rem;
  }

  .xl\:odd\:max-h-56:nth-child(odd) {
    max-height: 14rem;
  }

  .xl\:odd\:max-h-60:nth-child(odd) {
    max-height: 15rem;
  }

  .xl\:odd\:max-h-64:nth-child(odd) {
    max-height: 16rem;
  }

  .xl\:odd\:max-h-72:nth-child(odd) {
    max-height: 18rem;
  }

  .xl\:odd\:max-h-80:nth-child(odd) {
    max-height: 20rem;
  }

  .xl\:odd\:max-h-96:nth-child(odd) {
    max-height: 24rem;
  }

  .xl\:odd\:max-h-px:nth-child(odd) {
    max-height: 1px;
  }

  .xl\:odd\:max-h-0\.5:nth-child(odd) {
    max-height: 0.125rem;
  }

  .xl\:odd\:max-h-1\.5:nth-child(odd) {
    max-height: 0.375rem;
  }

  .xl\:odd\:max-h-2\.5:nth-child(odd) {
    max-height: 0.625rem;
  }

  .xl\:odd\:max-h-3\.5:nth-child(odd) {
    max-height: 0.875rem;
  }

  .xl\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .xl\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .xl\:even\:max-h-0:nth-child(even) {
    max-height: 0px;
  }

  .xl\:even\:max-h-1:nth-child(even) {
    max-height: 0.25rem;
  }

  .xl\:even\:max-h-2:nth-child(even) {
    max-height: 0.5rem;
  }

  .xl\:even\:max-h-3:nth-child(even) {
    max-height: 0.75rem;
  }

  .xl\:even\:max-h-4:nth-child(even) {
    max-height: 1rem;
  }

  .xl\:even\:max-h-5:nth-child(even) {
    max-height: 1.25rem;
  }

  .xl\:even\:max-h-6:nth-child(even) {
    max-height: 1.5rem;
  }

  .xl\:even\:max-h-7:nth-child(even) {
    max-height: 1.75rem;
  }

  .xl\:even\:max-h-8:nth-child(even) {
    max-height: 2rem;
  }

  .xl\:even\:max-h-9:nth-child(even) {
    max-height: 2.25rem;
  }

  .xl\:even\:max-h-10:nth-child(even) {
    max-height: 2.5rem;
  }

  .xl\:even\:max-h-11:nth-child(even) {
    max-height: 2.75rem;
  }

  .xl\:even\:max-h-12:nth-child(even) {
    max-height: 3rem;
  }

  .xl\:even\:max-h-14:nth-child(even) {
    max-height: 3.5rem;
  }

  .xl\:even\:max-h-16:nth-child(even) {
    max-height: 4rem;
  }

  .xl\:even\:max-h-20:nth-child(even) {
    max-height: 5rem;
  }

  .xl\:even\:max-h-24:nth-child(even) {
    max-height: 6rem;
  }

  .xl\:even\:max-h-28:nth-child(even) {
    max-height: 7rem;
  }

  .xl\:even\:max-h-32:nth-child(even) {
    max-height: 8rem;
  }

  .xl\:even\:max-h-36:nth-child(even) {
    max-height: 9rem;
  }

  .xl\:even\:max-h-40:nth-child(even) {
    max-height: 10rem;
  }

  .xl\:even\:max-h-44:nth-child(even) {
    max-height: 11rem;
  }

  .xl\:even\:max-h-48:nth-child(even) {
    max-height: 12rem;
  }

  .xl\:even\:max-h-52:nth-child(even) {
    max-height: 13rem;
  }

  .xl\:even\:max-h-56:nth-child(even) {
    max-height: 14rem;
  }

  .xl\:even\:max-h-60:nth-child(even) {
    max-height: 15rem;
  }

  .xl\:even\:max-h-64:nth-child(even) {
    max-height: 16rem;
  }

  .xl\:even\:max-h-72:nth-child(even) {
    max-height: 18rem;
  }

  .xl\:even\:max-h-80:nth-child(even) {
    max-height: 20rem;
  }

  .xl\:even\:max-h-96:nth-child(even) {
    max-height: 24rem;
  }

  .xl\:even\:max-h-px:nth-child(even) {
    max-height: 1px;
  }

  .xl\:even\:max-h-0\.5:nth-child(even) {
    max-height: 0.125rem;
  }

  .xl\:even\:max-h-1\.5:nth-child(even) {
    max-height: 0.375rem;
  }

  .xl\:even\:max-h-2\.5:nth-child(even) {
    max-height: 0.625rem;
  }

  .xl\:even\:max-h-3\.5:nth-child(even) {
    max-height: 0.875rem;
  }

  .xl\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .xl\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .xl\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .xl\:hover\:max-h-1:hover {
    max-height: 0.25rem;
  }

  .xl\:hover\:max-h-2:hover {
    max-height: 0.5rem;
  }

  .xl\:hover\:max-h-3:hover {
    max-height: 0.75rem;
  }

  .xl\:hover\:max-h-4:hover {
    max-height: 1rem;
  }

  .xl\:hover\:max-h-5:hover {
    max-height: 1.25rem;
  }

  .xl\:hover\:max-h-6:hover {
    max-height: 1.5rem;
  }

  .xl\:hover\:max-h-7:hover {
    max-height: 1.75rem;
  }

  .xl\:hover\:max-h-8:hover {
    max-height: 2rem;
  }

  .xl\:hover\:max-h-9:hover {
    max-height: 2.25rem;
  }

  .xl\:hover\:max-h-10:hover {
    max-height: 2.5rem;
  }

  .xl\:hover\:max-h-11:hover {
    max-height: 2.75rem;
  }

  .xl\:hover\:max-h-12:hover {
    max-height: 3rem;
  }

  .xl\:hover\:max-h-14:hover {
    max-height: 3.5rem;
  }

  .xl\:hover\:max-h-16:hover {
    max-height: 4rem;
  }

  .xl\:hover\:max-h-20:hover {
    max-height: 5rem;
  }

  .xl\:hover\:max-h-24:hover {
    max-height: 6rem;
  }

  .xl\:hover\:max-h-28:hover {
    max-height: 7rem;
  }

  .xl\:hover\:max-h-32:hover {
    max-height: 8rem;
  }

  .xl\:hover\:max-h-36:hover {
    max-height: 9rem;
  }

  .xl\:hover\:max-h-40:hover {
    max-height: 10rem;
  }

  .xl\:hover\:max-h-44:hover {
    max-height: 11rem;
  }

  .xl\:hover\:max-h-48:hover {
    max-height: 12rem;
  }

  .xl\:hover\:max-h-52:hover {
    max-height: 13rem;
  }

  .xl\:hover\:max-h-56:hover {
    max-height: 14rem;
  }

  .xl\:hover\:max-h-60:hover {
    max-height: 15rem;
  }

  .xl\:hover\:max-h-64:hover {
    max-height: 16rem;
  }

  .xl\:hover\:max-h-72:hover {
    max-height: 18rem;
  }

  .xl\:hover\:max-h-80:hover {
    max-height: 20rem;
  }

  .xl\:hover\:max-h-96:hover {
    max-height: 24rem;
  }

  .xl\:hover\:max-h-px:hover {
    max-height: 1px;
  }

  .xl\:hover\:max-h-0\.5:hover {
    max-height: 0.125rem;
  }

  .xl\:hover\:max-h-1\.5:hover {
    max-height: 0.375rem;
  }

  .xl\:hover\:max-h-2\.5:hover {
    max-height: 0.625rem;
  }

  .xl\:hover\:max-h-3\.5:hover {
    max-height: 0.875rem;
  }

  .xl\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .xl\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .xl\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .xl\:focus\:max-h-1:focus {
    max-height: 0.25rem;
  }

  .xl\:focus\:max-h-2:focus {
    max-height: 0.5rem;
  }

  .xl\:focus\:max-h-3:focus {
    max-height: 0.75rem;
  }

  .xl\:focus\:max-h-4:focus {
    max-height: 1rem;
  }

  .xl\:focus\:max-h-5:focus {
    max-height: 1.25rem;
  }

  .xl\:focus\:max-h-6:focus {
    max-height: 1.5rem;
  }

  .xl\:focus\:max-h-7:focus {
    max-height: 1.75rem;
  }

  .xl\:focus\:max-h-8:focus {
    max-height: 2rem;
  }

  .xl\:focus\:max-h-9:focus {
    max-height: 2.25rem;
  }

  .xl\:focus\:max-h-10:focus {
    max-height: 2.5rem;
  }

  .xl\:focus\:max-h-11:focus {
    max-height: 2.75rem;
  }

  .xl\:focus\:max-h-12:focus {
    max-height: 3rem;
  }

  .xl\:focus\:max-h-14:focus {
    max-height: 3.5rem;
  }

  .xl\:focus\:max-h-16:focus {
    max-height: 4rem;
  }

  .xl\:focus\:max-h-20:focus {
    max-height: 5rem;
  }

  .xl\:focus\:max-h-24:focus {
    max-height: 6rem;
  }

  .xl\:focus\:max-h-28:focus {
    max-height: 7rem;
  }

  .xl\:focus\:max-h-32:focus {
    max-height: 8rem;
  }

  .xl\:focus\:max-h-36:focus {
    max-height: 9rem;
  }

  .xl\:focus\:max-h-40:focus {
    max-height: 10rem;
  }

  .xl\:focus\:max-h-44:focus {
    max-height: 11rem;
  }

  .xl\:focus\:max-h-48:focus {
    max-height: 12rem;
  }

  .xl\:focus\:max-h-52:focus {
    max-height: 13rem;
  }

  .xl\:focus\:max-h-56:focus {
    max-height: 14rem;
  }

  .xl\:focus\:max-h-60:focus {
    max-height: 15rem;
  }

  .xl\:focus\:max-h-64:focus {
    max-height: 16rem;
  }

  .xl\:focus\:max-h-72:focus {
    max-height: 18rem;
  }

  .xl\:focus\:max-h-80:focus {
    max-height: 20rem;
  }

  .xl\:focus\:max-h-96:focus {
    max-height: 24rem;
  }

  .xl\:focus\:max-h-px:focus {
    max-height: 1px;
  }

  .xl\:focus\:max-h-0\.5:focus {
    max-height: 0.125rem;
  }

  .xl\:focus\:max-h-1\.5:focus {
    max-height: 0.375rem;
  }

  .xl\:focus\:max-h-2\.5:focus {
    max-height: 0.625rem;
  }

  .xl\:focus\:max-h-3\.5:focus {
    max-height: 0.875rem;
  }

  .xl\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .xl\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .xl\:active\:max-h-0:active {
    max-height: 0px;
  }

  .xl\:active\:max-h-1:active {
    max-height: 0.25rem;
  }

  .xl\:active\:max-h-2:active {
    max-height: 0.5rem;
  }

  .xl\:active\:max-h-3:active {
    max-height: 0.75rem;
  }

  .xl\:active\:max-h-4:active {
    max-height: 1rem;
  }

  .xl\:active\:max-h-5:active {
    max-height: 1.25rem;
  }

  .xl\:active\:max-h-6:active {
    max-height: 1.5rem;
  }

  .xl\:active\:max-h-7:active {
    max-height: 1.75rem;
  }

  .xl\:active\:max-h-8:active {
    max-height: 2rem;
  }

  .xl\:active\:max-h-9:active {
    max-height: 2.25rem;
  }

  .xl\:active\:max-h-10:active {
    max-height: 2.5rem;
  }

  .xl\:active\:max-h-11:active {
    max-height: 2.75rem;
  }

  .xl\:active\:max-h-12:active {
    max-height: 3rem;
  }

  .xl\:active\:max-h-14:active {
    max-height: 3.5rem;
  }

  .xl\:active\:max-h-16:active {
    max-height: 4rem;
  }

  .xl\:active\:max-h-20:active {
    max-height: 5rem;
  }

  .xl\:active\:max-h-24:active {
    max-height: 6rem;
  }

  .xl\:active\:max-h-28:active {
    max-height: 7rem;
  }

  .xl\:active\:max-h-32:active {
    max-height: 8rem;
  }

  .xl\:active\:max-h-36:active {
    max-height: 9rem;
  }

  .xl\:active\:max-h-40:active {
    max-height: 10rem;
  }

  .xl\:active\:max-h-44:active {
    max-height: 11rem;
  }

  .xl\:active\:max-h-48:active {
    max-height: 12rem;
  }

  .xl\:active\:max-h-52:active {
    max-height: 13rem;
  }

  .xl\:active\:max-h-56:active {
    max-height: 14rem;
  }

  .xl\:active\:max-h-60:active {
    max-height: 15rem;
  }

  .xl\:active\:max-h-64:active {
    max-height: 16rem;
  }

  .xl\:active\:max-h-72:active {
    max-height: 18rem;
  }

  .xl\:active\:max-h-80:active {
    max-height: 20rem;
  }

  .xl\:active\:max-h-96:active {
    max-height: 24rem;
  }

  .xl\:active\:max-h-px:active {
    max-height: 1px;
  }

  .xl\:active\:max-h-0\.5:active {
    max-height: 0.125rem;
  }

  .xl\:active\:max-h-1\.5:active {
    max-height: 0.375rem;
  }

  .xl\:active\:max-h-2\.5:active {
    max-height: 0.625rem;
  }

  .xl\:active\:max-h-3\.5:active {
    max-height: 0.875rem;
  }

  .xl\:active\:max-h-full:active {
    max-height: 100%;
  }

  .xl\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .xl\:visited\:max-h-0:visited {
    max-height: 0px;
  }

  .xl\:visited\:max-h-1:visited {
    max-height: 0.25rem;
  }

  .xl\:visited\:max-h-2:visited {
    max-height: 0.5rem;
  }

  .xl\:visited\:max-h-3:visited {
    max-height: 0.75rem;
  }

  .xl\:visited\:max-h-4:visited {
    max-height: 1rem;
  }

  .xl\:visited\:max-h-5:visited {
    max-height: 1.25rem;
  }

  .xl\:visited\:max-h-6:visited {
    max-height: 1.5rem;
  }

  .xl\:visited\:max-h-7:visited {
    max-height: 1.75rem;
  }

  .xl\:visited\:max-h-8:visited {
    max-height: 2rem;
  }

  .xl\:visited\:max-h-9:visited {
    max-height: 2.25rem;
  }

  .xl\:visited\:max-h-10:visited {
    max-height: 2.5rem;
  }

  .xl\:visited\:max-h-11:visited {
    max-height: 2.75rem;
  }

  .xl\:visited\:max-h-12:visited {
    max-height: 3rem;
  }

  .xl\:visited\:max-h-14:visited {
    max-height: 3.5rem;
  }

  .xl\:visited\:max-h-16:visited {
    max-height: 4rem;
  }

  .xl\:visited\:max-h-20:visited {
    max-height: 5rem;
  }

  .xl\:visited\:max-h-24:visited {
    max-height: 6rem;
  }

  .xl\:visited\:max-h-28:visited {
    max-height: 7rem;
  }

  .xl\:visited\:max-h-32:visited {
    max-height: 8rem;
  }

  .xl\:visited\:max-h-36:visited {
    max-height: 9rem;
  }

  .xl\:visited\:max-h-40:visited {
    max-height: 10rem;
  }

  .xl\:visited\:max-h-44:visited {
    max-height: 11rem;
  }

  .xl\:visited\:max-h-48:visited {
    max-height: 12rem;
  }

  .xl\:visited\:max-h-52:visited {
    max-height: 13rem;
  }

  .xl\:visited\:max-h-56:visited {
    max-height: 14rem;
  }

  .xl\:visited\:max-h-60:visited {
    max-height: 15rem;
  }

  .xl\:visited\:max-h-64:visited {
    max-height: 16rem;
  }

  .xl\:visited\:max-h-72:visited {
    max-height: 18rem;
  }

  .xl\:visited\:max-h-80:visited {
    max-height: 20rem;
  }

  .xl\:visited\:max-h-96:visited {
    max-height: 24rem;
  }

  .xl\:visited\:max-h-px:visited {
    max-height: 1px;
  }

  .xl\:visited\:max-h-0\.5:visited {
    max-height: 0.125rem;
  }

  .xl\:visited\:max-h-1\.5:visited {
    max-height: 0.375rem;
  }

  .xl\:visited\:max-h-2\.5:visited {
    max-height: 0.625rem;
  }

  .xl\:visited\:max-h-3\.5:visited {
    max-height: 0.875rem;
  }

  .xl\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .xl\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .xl\:disabled\:max-h-0:disabled {
    max-height: 0px;
  }

  .xl\:disabled\:max-h-1:disabled {
    max-height: 0.25rem;
  }

  .xl\:disabled\:max-h-2:disabled {
    max-height: 0.5rem;
  }

  .xl\:disabled\:max-h-3:disabled {
    max-height: 0.75rem;
  }

  .xl\:disabled\:max-h-4:disabled {
    max-height: 1rem;
  }

  .xl\:disabled\:max-h-5:disabled {
    max-height: 1.25rem;
  }

  .xl\:disabled\:max-h-6:disabled {
    max-height: 1.5rem;
  }

  .xl\:disabled\:max-h-7:disabled {
    max-height: 1.75rem;
  }

  .xl\:disabled\:max-h-8:disabled {
    max-height: 2rem;
  }

  .xl\:disabled\:max-h-9:disabled {
    max-height: 2.25rem;
  }

  .xl\:disabled\:max-h-10:disabled {
    max-height: 2.5rem;
  }

  .xl\:disabled\:max-h-11:disabled {
    max-height: 2.75rem;
  }

  .xl\:disabled\:max-h-12:disabled {
    max-height: 3rem;
  }

  .xl\:disabled\:max-h-14:disabled {
    max-height: 3.5rem;
  }

  .xl\:disabled\:max-h-16:disabled {
    max-height: 4rem;
  }

  .xl\:disabled\:max-h-20:disabled {
    max-height: 5rem;
  }

  .xl\:disabled\:max-h-24:disabled {
    max-height: 6rem;
  }

  .xl\:disabled\:max-h-28:disabled {
    max-height: 7rem;
  }

  .xl\:disabled\:max-h-32:disabled {
    max-height: 8rem;
  }

  .xl\:disabled\:max-h-36:disabled {
    max-height: 9rem;
  }

  .xl\:disabled\:max-h-40:disabled {
    max-height: 10rem;
  }

  .xl\:disabled\:max-h-44:disabled {
    max-height: 11rem;
  }

  .xl\:disabled\:max-h-48:disabled {
    max-height: 12rem;
  }

  .xl\:disabled\:max-h-52:disabled {
    max-height: 13rem;
  }

  .xl\:disabled\:max-h-56:disabled {
    max-height: 14rem;
  }

  .xl\:disabled\:max-h-60:disabled {
    max-height: 15rem;
  }

  .xl\:disabled\:max-h-64:disabled {
    max-height: 16rem;
  }

  .xl\:disabled\:max-h-72:disabled {
    max-height: 18rem;
  }

  .xl\:disabled\:max-h-80:disabled {
    max-height: 20rem;
  }

  .xl\:disabled\:max-h-96:disabled {
    max-height: 24rem;
  }

  .xl\:disabled\:max-h-px:disabled {
    max-height: 1px;
  }

  .xl\:disabled\:max-h-0\.5:disabled {
    max-height: 0.125rem;
  }

  .xl\:disabled\:max-h-1\.5:disabled {
    max-height: 0.375rem;
  }

  .xl\:disabled\:max-h-2\.5:disabled {
    max-height: 0.625rem;
  }

  .xl\:disabled\:max-h-3\.5:disabled {
    max-height: 0.875rem;
  }

  .xl\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .xl\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose {
    max-width: 65ch;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .group:hover .xl\:group-hover\:max-w-0 {
    max-width: 0rem;
  }

  .group:hover .xl\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .xl\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .xl\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .xl\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .xl\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .xl\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .xl\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .xl\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .xl\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .xl\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .xl\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .xl\:group-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .group:hover .xl\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .xl\:group-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .group:hover .xl\:group-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .group:hover .xl\:group-hover\:max-w-prose {
    max-width: 65ch;
  }

  .group:hover .xl\:group-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .group:hover .xl\:group-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .group:hover .xl\:group-hover\:max-w-screen-lg {
    max-width: 1024px;
  }

  .group:hover .xl\:group-hover\:max-w-screen-xl {
    max-width: 1280px;
  }

  .group:hover .xl\:group-hover\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xl\:focus-within\:max-w-0:focus-within {
    max-width: 0rem;
  }

  .xl\:focus-within\:max-w-none:focus-within {
    max-width: none;
  }

  .xl\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .xl\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .xl\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .xl\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .xl\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .xl\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .xl\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .xl\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .xl\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .xl\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .xl\:focus-within\:max-w-7xl:focus-within {
    max-width: 80rem;
  }

  .xl\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .xl\:focus-within\:max-w-min:focus-within {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:focus-within\:max-w-max:focus-within {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:focus-within\:max-w-prose:focus-within {
    max-width: 65ch;
  }

  .xl\:focus-within\:max-w-screen-sm:focus-within {
    max-width: 640px;
  }

  .xl\:focus-within\:max-w-screen-md:focus-within {
    max-width: 768px;
  }

  .xl\:focus-within\:max-w-screen-lg:focus-within {
    max-width: 1024px;
  }

  .xl\:focus-within\:max-w-screen-xl:focus-within {
    max-width: 1280px;
  }

  .xl\:focus-within\:max-w-screen-2xl:focus-within {
    max-width: 1536px;
  }

  .xl\:first\:max-w-0:first-child {
    max-width: 0rem;
  }

  .xl\:first\:max-w-none:first-child {
    max-width: none;
  }

  .xl\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .xl\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .xl\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .xl\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .xl\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .xl\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .xl\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .xl\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .xl\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .xl\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .xl\:first\:max-w-7xl:first-child {
    max-width: 80rem;
  }

  .xl\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .xl\:first\:max-w-min:first-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:first\:max-w-max:first-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:first\:max-w-prose:first-child {
    max-width: 65ch;
  }

  .xl\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .xl\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .xl\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .xl\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .xl\:first\:max-w-screen-2xl:first-child {
    max-width: 1536px;
  }

  .xl\:last\:max-w-0:last-child {
    max-width: 0rem;
  }

  .xl\:last\:max-w-none:last-child {
    max-width: none;
  }

  .xl\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .xl\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .xl\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .xl\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .xl\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .xl\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .xl\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .xl\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .xl\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .xl\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .xl\:last\:max-w-7xl:last-child {
    max-width: 80rem;
  }

  .xl\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .xl\:last\:max-w-min:last-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:last\:max-w-max:last-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:last\:max-w-prose:last-child {
    max-width: 65ch;
  }

  .xl\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .xl\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .xl\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .xl\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .xl\:last\:max-w-screen-2xl:last-child {
    max-width: 1536px;
  }

  .xl\:odd\:max-w-0:nth-child(odd) {
    max-width: 0rem;
  }

  .xl\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .xl\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .xl\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .xl\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .xl\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .xl\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .xl\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .xl\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .xl\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .xl\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .xl\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .xl\:odd\:max-w-7xl:nth-child(odd) {
    max-width: 80rem;
  }

  .xl\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .xl\:odd\:max-w-min:nth-child(odd) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:odd\:max-w-max:nth-child(odd) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:odd\:max-w-prose:nth-child(odd) {
    max-width: 65ch;
  }

  .xl\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .xl\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .xl\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .xl\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .xl\:odd\:max-w-screen-2xl:nth-child(odd) {
    max-width: 1536px;
  }

  .xl\:even\:max-w-0:nth-child(even) {
    max-width: 0rem;
  }

  .xl\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .xl\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .xl\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .xl\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .xl\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .xl\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .xl\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .xl\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .xl\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .xl\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .xl\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .xl\:even\:max-w-7xl:nth-child(even) {
    max-width: 80rem;
  }

  .xl\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .xl\:even\:max-w-min:nth-child(even) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:even\:max-w-max:nth-child(even) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:even\:max-w-prose:nth-child(even) {
    max-width: 65ch;
  }

  .xl\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .xl\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .xl\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .xl\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .xl\:even\:max-w-screen-2xl:nth-child(even) {
    max-width: 1536px;
  }

  .xl\:hover\:max-w-0:hover {
    max-width: 0rem;
  }

  .xl\:hover\:max-w-none:hover {
    max-width: none;
  }

  .xl\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .xl\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .xl\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .xl\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .xl\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .xl\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .xl\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .xl\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .xl\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .xl\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .xl\:hover\:max-w-7xl:hover {
    max-width: 80rem;
  }

  .xl\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .xl\:hover\:max-w-min:hover {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:hover\:max-w-max:hover {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:hover\:max-w-prose:hover {
    max-width: 65ch;
  }

  .xl\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .xl\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .xl\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .xl\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .xl\:hover\:max-w-screen-2xl:hover {
    max-width: 1536px;
  }

  .xl\:focus\:max-w-0:focus {
    max-width: 0rem;
  }

  .xl\:focus\:max-w-none:focus {
    max-width: none;
  }

  .xl\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .xl\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .xl\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .xl\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .xl\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .xl\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .xl\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .xl\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .xl\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .xl\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .xl\:focus\:max-w-7xl:focus {
    max-width: 80rem;
  }

  .xl\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .xl\:focus\:max-w-min:focus {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:focus\:max-w-max:focus {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:focus\:max-w-prose:focus {
    max-width: 65ch;
  }

  .xl\:focus\:max-w-screen-sm:focus {
    max-width: 640px;
  }

  .xl\:focus\:max-w-screen-md:focus {
    max-width: 768px;
  }

  .xl\:focus\:max-w-screen-lg:focus {
    max-width: 1024px;
  }

  .xl\:focus\:max-w-screen-xl:focus {
    max-width: 1280px;
  }

  .xl\:focus\:max-w-screen-2xl:focus {
    max-width: 1536px;
  }

  .xl\:active\:max-w-0:active {
    max-width: 0rem;
  }

  .xl\:active\:max-w-none:active {
    max-width: none;
  }

  .xl\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .xl\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .xl\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .xl\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .xl\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .xl\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .xl\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .xl\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .xl\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .xl\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .xl\:active\:max-w-7xl:active {
    max-width: 80rem;
  }

  .xl\:active\:max-w-full:active {
    max-width: 100%;
  }

  .xl\:active\:max-w-min:active {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:active\:max-w-max:active {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:active\:max-w-prose:active {
    max-width: 65ch;
  }

  .xl\:active\:max-w-screen-sm:active {
    max-width: 640px;
  }

  .xl\:active\:max-w-screen-md:active {
    max-width: 768px;
  }

  .xl\:active\:max-w-screen-lg:active {
    max-width: 1024px;
  }

  .xl\:active\:max-w-screen-xl:active {
    max-width: 1280px;
  }

  .xl\:active\:max-w-screen-2xl:active {
    max-width: 1536px;
  }

  .xl\:visited\:max-w-0:visited {
    max-width: 0rem;
  }

  .xl\:visited\:max-w-none:visited {
    max-width: none;
  }

  .xl\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .xl\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .xl\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .xl\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .xl\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .xl\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .xl\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .xl\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .xl\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .xl\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .xl\:visited\:max-w-7xl:visited {
    max-width: 80rem;
  }

  .xl\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .xl\:visited\:max-w-min:visited {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:visited\:max-w-max:visited {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:visited\:max-w-prose:visited {
    max-width: 65ch;
  }

  .xl\:visited\:max-w-screen-sm:visited {
    max-width: 640px;
  }

  .xl\:visited\:max-w-screen-md:visited {
    max-width: 768px;
  }

  .xl\:visited\:max-w-screen-lg:visited {
    max-width: 1024px;
  }

  .xl\:visited\:max-w-screen-xl:visited {
    max-width: 1280px;
  }

  .xl\:visited\:max-w-screen-2xl:visited {
    max-width: 1536px;
  }

  .xl\:disabled\:max-w-0:disabled {
    max-width: 0rem;
  }

  .xl\:disabled\:max-w-none:disabled {
    max-width: none;
  }

  .xl\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .xl\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .xl\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .xl\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .xl\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .xl\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .xl\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .xl\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .xl\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .xl\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .xl\:disabled\:max-w-7xl:disabled {
    max-width: 80rem;
  }

  .xl\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .xl\:disabled\:max-w-min:disabled {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:disabled\:max-w-max:disabled {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:disabled\:max-w-prose:disabled {
    max-width: 65ch;
  }

  .xl\:disabled\:max-w-screen-sm:disabled {
    max-width: 640px;
  }

  .xl\:disabled\:max-w-screen-md:disabled {
    max-width: 768px;
  }

  .xl\:disabled\:max-w-screen-lg:disabled {
    max-width: 1024px;
  }

  .xl\:disabled\:max-w-screen-xl:disabled {
    max-width: 1280px;
  }

  .xl\:disabled\:max-w-screen-2xl:disabled {
    max-width: 1536px;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .xl\:group-hover\:min-h-0 {
    min-height: 0px;
  }

  .group:hover .xl\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .xl\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:focus-within\:min-h-0:focus-within {
    min-height: 0px;
  }

  .xl\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .xl\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .xl\:first\:min-h-0:first-child {
    min-height: 0px;
  }

  .xl\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .xl\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .xl\:last\:min-h-0:last-child {
    min-height: 0px;
  }

  .xl\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .xl\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .xl\:odd\:min-h-0:nth-child(odd) {
    min-height: 0px;
  }

  .xl\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .xl\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .xl\:even\:min-h-0:nth-child(even) {
    min-height: 0px;
  }

  .xl\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .xl\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .xl\:hover\:min-h-0:hover {
    min-height: 0px;
  }

  .xl\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .xl\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .xl\:focus\:min-h-0:focus {
    min-height: 0px;
  }

  .xl\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .xl\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .xl\:active\:min-h-0:active {
    min-height: 0px;
  }

  .xl\:active\:min-h-full:active {
    min-height: 100%;
  }

  .xl\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .xl\:visited\:min-h-0:visited {
    min-height: 0px;
  }

  .xl\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .xl\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .xl\:disabled\:min-h-0:disabled {
    min-height: 0px;
  }

  .xl\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .xl\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .group:hover .xl\:group-hover\:min-w-0 {
    min-width: 0px;
  }

  .group:hover .xl\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .group:hover .xl\:group-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .group:hover .xl\:group-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:focus-within\:min-w-0:focus-within {
    min-width: 0px;
  }

  .xl\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .xl\:focus-within\:min-w-min:focus-within {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:focus-within\:min-w-max:focus-within {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:first\:min-w-0:first-child {
    min-width: 0px;
  }

  .xl\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .xl\:first\:min-w-min:first-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:first\:min-w-max:first-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:last\:min-w-0:last-child {
    min-width: 0px;
  }

  .xl\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .xl\:last\:min-w-min:last-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:last\:min-w-max:last-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:odd\:min-w-0:nth-child(odd) {
    min-width: 0px;
  }

  .xl\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .xl\:odd\:min-w-min:nth-child(odd) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:odd\:min-w-max:nth-child(odd) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:even\:min-w-0:nth-child(even) {
    min-width: 0px;
  }

  .xl\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .xl\:even\:min-w-min:nth-child(even) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:even\:min-w-max:nth-child(even) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:hover\:min-w-0:hover {
    min-width: 0px;
  }

  .xl\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .xl\:hover\:min-w-min:hover {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:hover\:min-w-max:hover {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:focus\:min-w-0:focus {
    min-width: 0px;
  }

  .xl\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .xl\:focus\:min-w-min:focus {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:focus\:min-w-max:focus {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:active\:min-w-0:active {
    min-width: 0px;
  }

  .xl\:active\:min-w-full:active {
    min-width: 100%;
  }

  .xl\:active\:min-w-min:active {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:active\:min-w-max:active {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:visited\:min-w-0:visited {
    min-width: 0px;
  }

  .xl\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .xl\:visited\:min-w-min:visited {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:visited\:min-w-max:visited {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:disabled\:min-w-0:disabled {
    min-width: 0px;
  }

  .xl\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .xl\:disabled\:min-w-min:disabled {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:disabled\:min-w-max:disabled {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .xl\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .xl\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .xl\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .xl\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .xl\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:odd\:object-contain:nth-child(odd) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:odd\:object-cover:nth-child(odd) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:odd\:object-fill:nth-child(odd) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:odd\:object-none:nth-child(odd) {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:odd\:object-scale-down:nth-child(odd) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:even\:object-contain:nth-child(even) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:even\:object-cover:nth-child(even) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:even\:object-fill:nth-child(even) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:even\:object-none:nth-child(even) {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:even\:object-scale-down:nth-child(even) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:visited\:object-contain:visited {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:visited\:object-cover:visited {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:visited\:object-fill:visited {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:visited\:object-none:visited {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:visited\:object-scale-down:visited {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:disabled\:object-contain:disabled {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:disabled\:object-cover:disabled {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:disabled\:object-fill:disabled {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:disabled\:object-none:disabled {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:disabled\:object-scale-down:disabled {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .xl\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .xl\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .xl\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .xl\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .xl\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .xl\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .xl\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .xl\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .xl\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:odd\:object-bottom:nth-child(odd) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:odd\:object-center:nth-child(odd) {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:odd\:object-left:nth-child(odd) {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:odd\:object-left-bottom:nth-child(odd) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:odd\:object-left-top:nth-child(odd) {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:odd\:object-right:nth-child(odd) {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:odd\:object-right-bottom:nth-child(odd) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:odd\:object-right-top:nth-child(odd) {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:odd\:object-top:nth-child(odd) {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:even\:object-bottom:nth-child(even) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:even\:object-center:nth-child(even) {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:even\:object-left:nth-child(even) {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:even\:object-left-bottom:nth-child(even) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:even\:object-left-top:nth-child(even) {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:even\:object-right:nth-child(even) {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:even\:object-right-bottom:nth-child(even) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:even\:object-right-top:nth-child(even) {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:even\:object-top:nth-child(even) {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:visited\:object-bottom:visited {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:visited\:object-center:visited {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:visited\:object-left:visited {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:visited\:object-left-bottom:visited {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:visited\:object-left-top:visited {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:visited\:object-right:visited {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:visited\:object-right-bottom:visited {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:visited\:object-right-top:visited {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:visited\:object-top:visited {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:disabled\:object-bottom:disabled {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:disabled\:object-center:disabled {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:disabled\:object-left:disabled {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:disabled\:object-left-bottom:disabled {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:disabled\:object-left-top:disabled {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:disabled\:object-right:disabled {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:disabled\:object-right-bottom:disabled {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:disabled\:object-right-top:disabled {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:disabled\:object-top:disabled {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .xl\:first\:opacity-5:first-child {
    opacity: 0.05;
  }

  .xl\:first\:opacity-10:first-child {
    opacity: 0.1;
  }

  .xl\:first\:opacity-20:first-child {
    opacity: 0.2;
  }

  .xl\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .xl\:first\:opacity-30:first-child {
    opacity: 0.3;
  }

  .xl\:first\:opacity-40:first-child {
    opacity: 0.4;
  }

  .xl\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .xl\:first\:opacity-60:first-child {
    opacity: 0.6;
  }

  .xl\:first\:opacity-70:first-child {
    opacity: 0.7;
  }

  .xl\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .xl\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .xl\:first\:opacity-90:first-child {
    opacity: 0.9;
  }

  .xl\:first\:opacity-95:first-child {
    opacity: 0.95;
  }

  .xl\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .xl\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .xl\:last\:opacity-5:last-child {
    opacity: 0.05;
  }

  .xl\:last\:opacity-10:last-child {
    opacity: 0.1;
  }

  .xl\:last\:opacity-20:last-child {
    opacity: 0.2;
  }

  .xl\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .xl\:last\:opacity-30:last-child {
    opacity: 0.3;
  }

  .xl\:last\:opacity-40:last-child {
    opacity: 0.4;
  }

  .xl\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .xl\:last\:opacity-60:last-child {
    opacity: 0.6;
  }

  .xl\:last\:opacity-70:last-child {
    opacity: 0.7;
  }

  .xl\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .xl\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .xl\:last\:opacity-90:last-child {
    opacity: 0.9;
  }

  .xl\:last\:opacity-95:last-child {
    opacity: 0.95;
  }

  .xl\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .xl\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .xl\:odd\:opacity-5:nth-child(odd) {
    opacity: 0.05;
  }

  .xl\:odd\:opacity-10:nth-child(odd) {
    opacity: 0.1;
  }

  .xl\:odd\:opacity-20:nth-child(odd) {
    opacity: 0.2;
  }

  .xl\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .xl\:odd\:opacity-30:nth-child(odd) {
    opacity: 0.3;
  }

  .xl\:odd\:opacity-40:nth-child(odd) {
    opacity: 0.4;
  }

  .xl\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .xl\:odd\:opacity-60:nth-child(odd) {
    opacity: 0.6;
  }

  .xl\:odd\:opacity-70:nth-child(odd) {
    opacity: 0.7;
  }

  .xl\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .xl\:odd\:opacity-80:nth-child(odd) {
    opacity: 0.8;
  }

  .xl\:odd\:opacity-90:nth-child(odd) {
    opacity: 0.9;
  }

  .xl\:odd\:opacity-95:nth-child(odd) {
    opacity: 0.95;
  }

  .xl\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .xl\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .xl\:even\:opacity-5:nth-child(even) {
    opacity: 0.05;
  }

  .xl\:even\:opacity-10:nth-child(even) {
    opacity: 0.1;
  }

  .xl\:even\:opacity-20:nth-child(even) {
    opacity: 0.2;
  }

  .xl\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .xl\:even\:opacity-30:nth-child(even) {
    opacity: 0.3;
  }

  .xl\:even\:opacity-40:nth-child(even) {
    opacity: 0.4;
  }

  .xl\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .xl\:even\:opacity-60:nth-child(even) {
    opacity: 0.6;
  }

  .xl\:even\:opacity-70:nth-child(even) {
    opacity: 0.7;
  }

  .xl\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .xl\:even\:opacity-80:nth-child(even) {
    opacity: 0.8;
  }

  .xl\:even\:opacity-90:nth-child(even) {
    opacity: 0.9;
  }

  .xl\:even\:opacity-95:nth-child(even) {
    opacity: 0.95;
  }

  .xl\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:active\:opacity-0:active {
    opacity: 0;
  }

  .xl\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .xl\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .xl\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .xl\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .xl\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .xl\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .xl\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .xl\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .xl\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .xl\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .xl\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .xl\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .xl\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .xl\:active\:opacity-100:active {
    opacity: 1;
  }

  .xl\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .xl\:visited\:opacity-5:visited {
    opacity: 0.05;
  }

  .xl\:visited\:opacity-10:visited {
    opacity: 0.1;
  }

  .xl\:visited\:opacity-20:visited {
    opacity: 0.2;
  }

  .xl\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .xl\:visited\:opacity-30:visited {
    opacity: 0.3;
  }

  .xl\:visited\:opacity-40:visited {
    opacity: 0.4;
  }

  .xl\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .xl\:visited\:opacity-60:visited {
    opacity: 0.6;
  }

  .xl\:visited\:opacity-70:visited {
    opacity: 0.7;
  }

  .xl\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .xl\:visited\:opacity-80:visited {
    opacity: 0.8;
  }

  .xl\:visited\:opacity-90:visited {
    opacity: 0.9;
  }

  .xl\:visited\:opacity-95:visited {
    opacity: 0.95;
  }

  .xl\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xl\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xl\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xl\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xl\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .xl\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .xl\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .xl\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:odd\:outline-none:nth-child(odd) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:odd\:outline-white:nth-child(odd) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:odd\:outline-black:nth-child(odd) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:even\:outline-none:nth-child(even) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:even\:outline-white:nth-child(even) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:even\:outline-black:nth-child(even) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:active\:outline-white:active {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:active\:outline-black:active {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:visited\:outline-none:visited {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:visited\:outline-white:visited {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:visited\:outline-black:visited {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:disabled\:outline-none:disabled {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:disabled\:outline-white:disabled {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:disabled\:outline-black:disabled {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .xl\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .xl\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .xl\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .xl\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .xl\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .xl\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .xl\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .xl\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .xl\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .xl\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .xl\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .xl\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .xl\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .xl\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .xl\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .xl\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .xl\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .xl\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .xl\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .xl\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .xl\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .xl\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .xl\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .xl\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .xl\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .xl\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .xl\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .xl\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .xl\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .xl\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .xl\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .xl\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .xl\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .xl\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .xl\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .xl\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .xl\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .xl\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .xl\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .xl\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .xl\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .xl\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .xl\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .xl\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .xl\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .xl\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .xl\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .xl\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .xl\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .xl\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .xl\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .xl\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .xl\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .xl\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .xl\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .xl\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .xl\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .xl\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .xl\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .xl\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .xl\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .xl\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .xl\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .xl\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .xl\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .xl\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .xl\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .xl\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .xl\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .xl\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .xl\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .xl\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .xl\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .xl\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .xl\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .xl\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .xl\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .xl\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .xl\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .xl\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .xl\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .xl\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .xl\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .xl\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .xl\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .xl\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .xl\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .xl\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .xl\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .xl\:active\:overflow-auto:active {
    overflow: auto;
  }

  .xl\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .xl\:active\:overflow-visible:active {
    overflow: visible;
  }

  .xl\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .xl\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .xl\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .xl\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .xl\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .xl\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .xl\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .xl\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .xl\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .xl\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .xl\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .xl\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .xl\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .xl\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .xl\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .xl\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .xl\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .xl\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .xl\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .xl\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .xl\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .xl\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .xl\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .xl\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .xl\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .xl\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .xl\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .xl\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .xl\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .xl\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .xl\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .xl\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .xl\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .group:hover .xl\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .xl\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .xl\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .xl\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .xl\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .xl\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .xl\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .xl\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .xl\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:focus-within\:overscroll-auto:focus-within {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:focus-within\:overscroll-contain:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:focus-within\:overscroll-none:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:focus-within\:overscroll-y-auto:focus-within {
    overscroll-behavior-y: auto;
  }

  .xl\:focus-within\:overscroll-y-contain:focus-within {
    overscroll-behavior-y: contain;
  }

  .xl\:focus-within\:overscroll-y-none:focus-within {
    overscroll-behavior-y: none;
  }

  .xl\:focus-within\:overscroll-x-auto:focus-within {
    overscroll-behavior-x: auto;
  }

  .xl\:focus-within\:overscroll-x-contain:focus-within {
    overscroll-behavior-x: contain;
  }

  .xl\:focus-within\:overscroll-x-none:focus-within {
    overscroll-behavior-x: none;
  }

  .xl\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .xl\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .xl\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .xl\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .xl\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .xl\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .xl\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .xl\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .xl\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .xl\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .xl\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .xl\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .xl\:odd\:overscroll-auto:nth-child(odd) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:odd\:overscroll-contain:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:odd\:overscroll-none:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:odd\:overscroll-y-auto:nth-child(odd) {
    overscroll-behavior-y: auto;
  }

  .xl\:odd\:overscroll-y-contain:nth-child(odd) {
    overscroll-behavior-y: contain;
  }

  .xl\:odd\:overscroll-y-none:nth-child(odd) {
    overscroll-behavior-y: none;
  }

  .xl\:odd\:overscroll-x-auto:nth-child(odd) {
    overscroll-behavior-x: auto;
  }

  .xl\:odd\:overscroll-x-contain:nth-child(odd) {
    overscroll-behavior-x: contain;
  }

  .xl\:odd\:overscroll-x-none:nth-child(odd) {
    overscroll-behavior-x: none;
  }

  .xl\:even\:overscroll-auto:nth-child(even) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:even\:overscroll-contain:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:even\:overscroll-none:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:even\:overscroll-y-auto:nth-child(even) {
    overscroll-behavior-y: auto;
  }

  .xl\:even\:overscroll-y-contain:nth-child(even) {
    overscroll-behavior-y: contain;
  }

  .xl\:even\:overscroll-y-none:nth-child(even) {
    overscroll-behavior-y: none;
  }

  .xl\:even\:overscroll-x-auto:nth-child(even) {
    overscroll-behavior-x: auto;
  }

  .xl\:even\:overscroll-x-contain:nth-child(even) {
    overscroll-behavior-x: contain;
  }

  .xl\:even\:overscroll-x-none:nth-child(even) {
    overscroll-behavior-x: none;
  }

  .xl\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .xl\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .xl\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .xl\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .xl\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .xl\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .xl\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .xl\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .xl\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .xl\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .xl\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .xl\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .xl\:active\:overscroll-auto:active {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:active\:overscroll-contain:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:active\:overscroll-none:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:active\:overscroll-y-auto:active {
    overscroll-behavior-y: auto;
  }

  .xl\:active\:overscroll-y-contain:active {
    overscroll-behavior-y: contain;
  }

  .xl\:active\:overscroll-y-none:active {
    overscroll-behavior-y: none;
  }

  .xl\:active\:overscroll-x-auto:active {
    overscroll-behavior-x: auto;
  }

  .xl\:active\:overscroll-x-contain:active {
    overscroll-behavior-x: contain;
  }

  .xl\:active\:overscroll-x-none:active {
    overscroll-behavior-x: none;
  }

  .xl\:visited\:overscroll-auto:visited {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:visited\:overscroll-contain:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:visited\:overscroll-none:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:visited\:overscroll-y-auto:visited {
    overscroll-behavior-y: auto;
  }

  .xl\:visited\:overscroll-y-contain:visited {
    overscroll-behavior-y: contain;
  }

  .xl\:visited\:overscroll-y-none:visited {
    overscroll-behavior-y: none;
  }

  .xl\:visited\:overscroll-x-auto:visited {
    overscroll-behavior-x: auto;
  }

  .xl\:visited\:overscroll-x-contain:visited {
    overscroll-behavior-x: contain;
  }

  .xl\:visited\:overscroll-x-none:visited {
    overscroll-behavior-x: none;
  }

  .xl\:disabled\:overscroll-auto:disabled {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:disabled\:overscroll-contain:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:disabled\:overscroll-none:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:disabled\:overscroll-y-auto:disabled {
    overscroll-behavior-y: auto;
  }

  .xl\:disabled\:overscroll-y-contain:disabled {
    overscroll-behavior-y: contain;
  }

  .xl\:disabled\:overscroll-y-none:disabled {
    overscroll-behavior-y: none;
  }

  .xl\:disabled\:overscroll-x-auto:disabled {
    overscroll-behavior-x: auto;
  }

  .xl\:disabled\:overscroll-x-contain:disabled {
    overscroll-behavior-x: contain;
  }

  .xl\:disabled\:overscroll-x-none:disabled {
    overscroll-behavior-x: none;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .group:hover .xl\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .xl\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .xl\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .xl\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .xl\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .xl\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .xl\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .xl\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .xl\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .xl\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .xl\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .xl\:group-hover\:p-11 {
    padding: 2.75rem;
  }

  .group:hover .xl\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .xl\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .xl\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .xl\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .xl\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .xl\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .xl\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .xl\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .xl\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .xl\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .xl\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .xl\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .xl\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .xl\:group-hover\:p-60 {
    padding: 15rem;
  }

  .group:hover .xl\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .xl\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .xl\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .xl\:group-hover\:p-96 {
    padding: 24rem;
  }

  .group:hover .xl\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xl\:group-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .group:hover .xl\:group-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .group:hover .xl\:group-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .group:hover .xl\:group-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .group:hover .xl\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .xl\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .group:hover .xl\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .xl\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .xl\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .xl\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .xl\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .group:hover .xl\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .xl\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .xl\:group-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .group:hover .xl\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .group:hover .xl\:group-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .group:hover .xl\:group-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .group:hover .xl\:group-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .group:hover .xl\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .xl\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .xl\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .xl\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .xl\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .xl\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .xl\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .xl\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .xl\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .group:hover .xl\:group-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .group:hover .xl\:group-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .group:hover .xl\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .xl\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .xl\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .xl\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .xl\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .xl\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .xl\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .xl\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .xl\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .xl\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .xl\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .xl\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .xl\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .xl\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .xl\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .xl\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .xl\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .xl\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .xl\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .xl\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .xl\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .xl\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .xl\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .xl\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .xl\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .xl\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .xl\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .xl\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .xl\:group-hover\:pt-60 {
    padding-top: 15rem;
  }

  .group:hover .xl\:group-hover\:pr-60 {
    padding-right: 15rem;
  }

  .group:hover .xl\:group-hover\:pb-60 {
    padding-bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:pl-60 {
    padding-left: 15rem;
  }

  .group:hover .xl\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .xl\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .xl\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .xl\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .xl\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .xl\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .xl\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .xl\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .xl\:group-hover\:pt-96 {
    padding-top: 24rem;
  }

  .group:hover .xl\:group-hover\:pr-96 {
    padding-right: 24rem;
  }

  .group:hover .xl\:group-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:pl-96 {
    padding-left: 24rem;
  }

  .group:hover .xl\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .xl\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .xl\:group-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .group:hover .xl\:group-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .group:hover .xl\:group-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .group:hover .xl\:group-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .group:hover .xl\:group-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .group:hover .xl\:group-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .group:hover .xl\:group-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .group:hover .xl\:group-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .group:hover .xl\:group-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .group:hover .xl\:group-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .group:hover .xl\:group-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:focus-within\:p-0:focus-within {
    padding: 0px;
  }

  .xl\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .xl\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .xl\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .xl\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .xl\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .xl\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .xl\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .xl\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .xl\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .xl\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .xl\:focus-within\:p-11:focus-within {
    padding: 2.75rem;
  }

  .xl\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .xl\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .xl\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .xl\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .xl\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .xl\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .xl\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .xl\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .xl\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .xl\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .xl\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .xl\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .xl\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .xl\:focus-within\:p-60:focus-within {
    padding: 15rem;
  }

  .xl\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .xl\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .xl\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .xl\:focus-within\:p-96:focus-within {
    padding: 24rem;
  }

  .xl\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .xl\:focus-within\:p-0\.5:focus-within {
    padding: 0.125rem;
  }

  .xl\:focus-within\:p-1\.5:focus-within {
    padding: 0.375rem;
  }

  .xl\:focus-within\:p-2\.5:focus-within {
    padding: 0.625rem;
  }

  .xl\:focus-within\:p-3\.5:focus-within {
    padding: 0.875rem;
  }

  .xl\:focus-within\:py-0:focus-within {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:focus-within\:px-0:focus-within {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:py-11:focus-within {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:focus-within\:px-11:focus-within {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus-within\:py-60:focus-within {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:focus-within\:px-60:focus-within {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:focus-within\:py-96:focus-within {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:focus-within\:px-96:focus-within {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus-within\:py-0\.5:focus-within {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:focus-within\:px-0\.5:focus-within {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:focus-within\:py-1\.5:focus-within {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:focus-within\:px-1\.5:focus-within {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:focus-within\:py-2\.5:focus-within {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:focus-within\:px-2\.5:focus-within {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:focus-within\:py-3\.5:focus-within {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:focus-within\:px-3\.5:focus-within {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:focus-within\:pt-0:focus-within {
    padding-top: 0px;
  }

  .xl\:focus-within\:pr-0:focus-within {
    padding-right: 0px;
  }

  .xl\:focus-within\:pb-0:focus-within {
    padding-bottom: 0px;
  }

  .xl\:focus-within\:pl-0:focus-within {
    padding-left: 0px;
  }

  .xl\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .xl\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .xl\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .xl\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .xl\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .xl\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .xl\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .xl\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .xl\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .xl\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .xl\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .xl\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .xl\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .xl\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .xl\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .xl\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .xl\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .xl\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .xl\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .xl\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .xl\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .xl\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .xl\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .xl\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .xl\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .xl\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .xl\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .xl\:focus-within\:pt-11:focus-within {
    padding-top: 2.75rem;
  }

  .xl\:focus-within\:pr-11:focus-within {
    padding-right: 2.75rem;
  }

  .xl\:focus-within\:pb-11:focus-within {
    padding-bottom: 2.75rem;
  }

  .xl\:focus-within\:pl-11:focus-within {
    padding-left: 2.75rem;
  }

  .xl\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .xl\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .xl\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .xl\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .xl\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .xl\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .xl\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .xl\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .xl\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .xl\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .xl\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .xl\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .xl\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .xl\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .xl\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .xl\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .xl\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .xl\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .xl\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .xl\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .xl\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .xl\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .xl\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .xl\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .xl\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .xl\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .xl\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .xl\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .xl\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .xl\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .xl\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .xl\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .xl\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .xl\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .xl\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .xl\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .xl\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .xl\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .xl\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .xl\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .xl\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .xl\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .xl\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .xl\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .xl\:focus-within\:pt-60:focus-within {
    padding-top: 15rem;
  }

  .xl\:focus-within\:pr-60:focus-within {
    padding-right: 15rem;
  }

  .xl\:focus-within\:pb-60:focus-within {
    padding-bottom: 15rem;
  }

  .xl\:focus-within\:pl-60:focus-within {
    padding-left: 15rem;
  }

  .xl\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .xl\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .xl\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .xl\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .xl\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .xl\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .xl\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .xl\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .xl\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .xl\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .xl\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .xl\:focus-within\:pt-96:focus-within {
    padding-top: 24rem;
  }

  .xl\:focus-within\:pr-96:focus-within {
    padding-right: 24rem;
  }

  .xl\:focus-within\:pb-96:focus-within {
    padding-bottom: 24rem;
  }

  .xl\:focus-within\:pl-96:focus-within {
    padding-left: 24rem;
  }

  .xl\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .xl\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .xl\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .xl\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .xl\:focus-within\:pt-0\.5:focus-within {
    padding-top: 0.125rem;
  }

  .xl\:focus-within\:pr-0\.5:focus-within {
    padding-right: 0.125rem;
  }

  .xl\:focus-within\:pb-0\.5:focus-within {
    padding-bottom: 0.125rem;
  }

  .xl\:focus-within\:pl-0\.5:focus-within {
    padding-left: 0.125rem;
  }

  .xl\:focus-within\:pt-1\.5:focus-within {
    padding-top: 0.375rem;
  }

  .xl\:focus-within\:pr-1\.5:focus-within {
    padding-right: 0.375rem;
  }

  .xl\:focus-within\:pb-1\.5:focus-within {
    padding-bottom: 0.375rem;
  }

  .xl\:focus-within\:pl-1\.5:focus-within {
    padding-left: 0.375rem;
  }

  .xl\:focus-within\:pt-2\.5:focus-within {
    padding-top: 0.625rem;
  }

  .xl\:focus-within\:pr-2\.5:focus-within {
    padding-right: 0.625rem;
  }

  .xl\:focus-within\:pb-2\.5:focus-within {
    padding-bottom: 0.625rem;
  }

  .xl\:focus-within\:pl-2\.5:focus-within {
    padding-left: 0.625rem;
  }

  .xl\:focus-within\:pt-3\.5:focus-within {
    padding-top: 0.875rem;
  }

  .xl\:focus-within\:pr-3\.5:focus-within {
    padding-right: 0.875rem;
  }

  .xl\:focus-within\:pb-3\.5:focus-within {
    padding-bottom: 0.875rem;
  }

  .xl\:focus-within\:pl-3\.5:focus-within {
    padding-left: 0.875rem;
  }

  .xl\:first\:p-0:first-child {
    padding: 0px;
  }

  .xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:p-28:first-child {
    padding: 7rem;
  }

  .xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:p-36:first-child {
    padding: 9rem;
  }

  .xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:p-44:first-child {
    padding: 11rem;
  }

  .xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:p-52:first-child {
    padding: 13rem;
  }

  .xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:p-60:first-child {
    padding: 15rem;
  }

  .xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:p-72:first-child {
    padding: 18rem;
  }

  .xl\:first\:p-80:first-child {
    padding: 20rem;
  }

  .xl\:first\:p-96:first-child {
    padding: 24rem;
  }

  .xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:p-0\.5:first-child {
    padding: 0.125rem;
  }

  .xl\:first\:p-1\.5:first-child {
    padding: 0.375rem;
  }

  .xl\:first\:p-2\.5:first-child {
    padding: 0.625rem;
  }

  .xl\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:py-0\.5:first-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:first\:px-0\.5:first-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:first\:py-1\.5:first-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:first\:px-1\.5:first-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:first\:py-2\.5:first-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:first\:px-2\.5:first-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xl\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xl\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xl\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xl\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xl\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xl\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .xl\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .xl\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .xl\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xl\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xl\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xl\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .xl\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .xl\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .xl\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .xl\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .xl\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .xl\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .xl\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .xl\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .xl\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .xl\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .xl\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .xl\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .xl\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .xl\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .xl\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .xl\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .xl\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .xl\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .xl\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .xl\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .xl\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .xl\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .xl\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .xl\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .xl\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .xl\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:first\:pt-0\.5:first-child {
    padding-top: 0.125rem;
  }

  .xl\:first\:pr-0\.5:first-child {
    padding-right: 0.125rem;
  }

  .xl\:first\:pb-0\.5:first-child {
    padding-bottom: 0.125rem;
  }

  .xl\:first\:pl-0\.5:first-child {
    padding-left: 0.125rem;
  }

  .xl\:first\:pt-1\.5:first-child {
    padding-top: 0.375rem;
  }

  .xl\:first\:pr-1\.5:first-child {
    padding-right: 0.375rem;
  }

  .xl\:first\:pb-1\.5:first-child {
    padding-bottom: 0.375rem;
  }

  .xl\:first\:pl-1\.5:first-child {
    padding-left: 0.375rem;
  }

  .xl\:first\:pt-2\.5:first-child {
    padding-top: 0.625rem;
  }

  .xl\:first\:pr-2\.5:first-child {
    padding-right: 0.625rem;
  }

  .xl\:first\:pb-2\.5:first-child {
    padding-bottom: 0.625rem;
  }

  .xl\:first\:pl-2\.5:first-child {
    padding-left: 0.625rem;
  }

  .xl\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .xl\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .xl\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .xl\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .xl\:last\:p-0:last-child {
    padding: 0px;
  }

  .xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:p-28:last-child {
    padding: 7rem;
  }

  .xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:p-36:last-child {
    padding: 9rem;
  }

  .xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:p-44:last-child {
    padding: 11rem;
  }

  .xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:p-52:last-child {
    padding: 13rem;
  }

  .xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:p-60:last-child {
    padding: 15rem;
  }

  .xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:p-72:last-child {
    padding: 18rem;
  }

  .xl\:last\:p-80:last-child {
    padding: 20rem;
  }

  .xl\:last\:p-96:last-child {
    padding: 24rem;
  }

  .xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:p-0\.5:last-child {
    padding: 0.125rem;
  }

  .xl\:last\:p-1\.5:last-child {
    padding: 0.375rem;
  }

  .xl\:last\:p-2\.5:last-child {
    padding: 0.625rem;
  }

  .xl\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:py-0\.5:last-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:last\:px-0\.5:last-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:last\:py-1\.5:last-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:last\:px-1\.5:last-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:last\:py-2\.5:last-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:last\:px-2\.5:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xl\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xl\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xl\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xl\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xl\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xl\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .xl\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .xl\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .xl\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xl\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xl\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xl\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .xl\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .xl\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .xl\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .xl\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .xl\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .xl\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .xl\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .xl\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .xl\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .xl\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .xl\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .xl\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .xl\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .xl\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .xl\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .xl\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .xl\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .xl\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .xl\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .xl\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .xl\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .xl\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .xl\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .xl\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .xl\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .xl\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:last\:pt-0\.5:last-child {
    padding-top: 0.125rem;
  }

  .xl\:last\:pr-0\.5:last-child {
    padding-right: 0.125rem;
  }

  .xl\:last\:pb-0\.5:last-child {
    padding-bottom: 0.125rem;
  }

  .xl\:last\:pl-0\.5:last-child {
    padding-left: 0.125rem;
  }

  .xl\:last\:pt-1\.5:last-child {
    padding-top: 0.375rem;
  }

  .xl\:last\:pr-1\.5:last-child {
    padding-right: 0.375rem;
  }

  .xl\:last\:pb-1\.5:last-child {
    padding-bottom: 0.375rem;
  }

  .xl\:last\:pl-1\.5:last-child {
    padding-left: 0.375rem;
  }

  .xl\:last\:pt-2\.5:last-child {
    padding-top: 0.625rem;
  }

  .xl\:last\:pr-2\.5:last-child {
    padding-right: 0.625rem;
  }

  .xl\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }

  .xl\:last\:pl-2\.5:last-child {
    padding-left: 0.625rem;
  }

  .xl\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .xl\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .xl\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .xl\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .xl\:odd\:p-0:nth-child(odd) {
    padding: 0px;
  }

  .xl\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .xl\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .xl\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .xl\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .xl\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .xl\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .xl\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .xl\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .xl\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .xl\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .xl\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .xl\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .xl\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .xl\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .xl\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .xl\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .xl\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .xl\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .xl\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .xl\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .xl\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .xl\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .xl\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .xl\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .xl\:odd\:p-60:nth-child(odd) {
    padding: 15rem;
  }

  .xl\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .xl\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .xl\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .xl\:odd\:p-96:nth-child(odd) {
    padding: 24rem;
  }

  .xl\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .xl\:odd\:p-0\.5:nth-child(odd) {
    padding: 0.125rem;
  }

  .xl\:odd\:p-1\.5:nth-child(odd) {
    padding: 0.375rem;
  }

  .xl\:odd\:p-2\.5:nth-child(odd) {
    padding: 0.625rem;
  }

  .xl\:odd\:p-3\.5:nth-child(odd) {
    padding: 0.875rem;
  }

  .xl\:odd\:py-0:nth-child(odd) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:odd\:px-0:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:odd\:py-60:nth-child(odd) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:odd\:px-60:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:odd\:py-96:nth-child(odd) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:odd\:px-96:nth-child(odd) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:odd\:py-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:odd\:px-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:odd\:py-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:odd\:px-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:odd\:py-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:odd\:px-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:odd\:py-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:odd\:px-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:odd\:pt-0:nth-child(odd) {
    padding-top: 0px;
  }

  .xl\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .xl\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0px;
  }

  .xl\:odd\:pl-0:nth-child(odd) {
    padding-left: 0px;
  }

  .xl\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .xl\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .xl\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .xl\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .xl\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .xl\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .xl\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .xl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .xl\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .xl\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .xl\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .xl\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .xl\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .xl\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .xl\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .xl\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .xl\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .xl\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .xl\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .xl\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .xl\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .xl\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .xl\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .xl\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .xl\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .xl\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .xl\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .xl\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .xl\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .xl\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .xl\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .xl\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .xl\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .xl\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .xl\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .xl\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .xl\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .xl\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .xl\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .xl\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .xl\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .xl\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .xl\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .xl\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .xl\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .xl\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .xl\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .xl\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .xl\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .xl\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .xl\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .xl\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .xl\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .xl\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .xl\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .xl\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .xl\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .xl\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .xl\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .xl\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .xl\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .xl\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .xl\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .xl\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .xl\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .xl\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .xl\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .xl\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .xl\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .xl\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .xl\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .xl\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .xl\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .xl\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .xl\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .xl\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .xl\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .xl\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .xl\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .xl\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .xl\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .xl\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .xl\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .xl\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .xl\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .xl\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .xl\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .xl\:odd\:pt-60:nth-child(odd) {
    padding-top: 15rem;
  }

  .xl\:odd\:pr-60:nth-child(odd) {
    padding-right: 15rem;
  }

  .xl\:odd\:pb-60:nth-child(odd) {
    padding-bottom: 15rem;
  }

  .xl\:odd\:pl-60:nth-child(odd) {
    padding-left: 15rem;
  }

  .xl\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .xl\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .xl\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .xl\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .xl\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .xl\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .xl\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .xl\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .xl\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .xl\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .xl\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .xl\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .xl\:odd\:pt-96:nth-child(odd) {
    padding-top: 24rem;
  }

  .xl\:odd\:pr-96:nth-child(odd) {
    padding-right: 24rem;
  }

  .xl\:odd\:pb-96:nth-child(odd) {
    padding-bottom: 24rem;
  }

  .xl\:odd\:pl-96:nth-child(odd) {
    padding-left: 24rem;
  }

  .xl\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .xl\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .xl\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .xl\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .xl\:odd\:pt-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
  }

  .xl\:odd\:pr-0\.5:nth-child(odd) {
    padding-right: 0.125rem;
  }

  .xl\:odd\:pb-0\.5:nth-child(odd) {
    padding-bottom: 0.125rem;
  }

  .xl\:odd\:pl-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
  }

  .xl\:odd\:pt-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
  }

  .xl\:odd\:pr-1\.5:nth-child(odd) {
    padding-right: 0.375rem;
  }

  .xl\:odd\:pb-1\.5:nth-child(odd) {
    padding-bottom: 0.375rem;
  }

  .xl\:odd\:pl-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
  }

  .xl\:odd\:pt-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
  }

  .xl\:odd\:pr-2\.5:nth-child(odd) {
    padding-right: 0.625rem;
  }

  .xl\:odd\:pb-2\.5:nth-child(odd) {
    padding-bottom: 0.625rem;
  }

  .xl\:odd\:pl-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
  }

  .xl\:odd\:pt-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
  }

  .xl\:odd\:pr-3\.5:nth-child(odd) {
    padding-right: 0.875rem;
  }

  .xl\:odd\:pb-3\.5:nth-child(odd) {
    padding-bottom: 0.875rem;
  }

  .xl\:odd\:pl-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
  }

  .xl\:even\:p-0:nth-child(even) {
    padding: 0px;
  }

  .xl\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .xl\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .xl\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .xl\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .xl\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .xl\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .xl\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .xl\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .xl\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .xl\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .xl\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .xl\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .xl\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .xl\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .xl\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .xl\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .xl\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .xl\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .xl\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .xl\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .xl\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .xl\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .xl\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .xl\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .xl\:even\:p-60:nth-child(even) {
    padding: 15rem;
  }

  .xl\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .xl\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .xl\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .xl\:even\:p-96:nth-child(even) {
    padding: 24rem;
  }

  .xl\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .xl\:even\:p-0\.5:nth-child(even) {
    padding: 0.125rem;
  }

  .xl\:even\:p-1\.5:nth-child(even) {
    padding: 0.375rem;
  }

  .xl\:even\:p-2\.5:nth-child(even) {
    padding: 0.625rem;
  }

  .xl\:even\:p-3\.5:nth-child(even) {
    padding: 0.875rem;
  }

  .xl\:even\:py-0:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:even\:px-0:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:even\:py-60:nth-child(even) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:even\:px-60:nth-child(even) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:even\:py-96:nth-child(even) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:even\:px-96:nth-child(even) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:even\:py-0\.5:nth-child(even) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:even\:px-0\.5:nth-child(even) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:even\:py-1\.5:nth-child(even) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:even\:px-1\.5:nth-child(even) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:even\:py-2\.5:nth-child(even) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:even\:px-2\.5:nth-child(even) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:even\:py-3\.5:nth-child(even) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:even\:px-3\.5:nth-child(even) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:even\:pt-0:nth-child(even) {
    padding-top: 0px;
  }

  .xl\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }

  .xl\:even\:pb-0:nth-child(even) {
    padding-bottom: 0px;
  }

  .xl\:even\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .xl\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .xl\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .xl\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .xl\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .xl\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .xl\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .xl\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .xl\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .xl\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .xl\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .xl\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .xl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .xl\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .xl\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .xl\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .xl\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .xl\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .xl\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .xl\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .xl\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .xl\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .xl\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .xl\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .xl\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .xl\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .xl\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .xl\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .xl\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .xl\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .xl\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .xl\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .xl\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .xl\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .xl\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .xl\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .xl\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .xl\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .xl\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .xl\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .xl\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .xl\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .xl\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .xl\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .xl\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .xl\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .xl\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .xl\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .xl\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .xl\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .xl\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .xl\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .xl\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .xl\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .xl\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .xl\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .xl\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .xl\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .xl\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .xl\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .xl\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .xl\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .xl\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .xl\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .xl\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .xl\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .xl\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .xl\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .xl\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .xl\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .xl\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .xl\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .xl\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .xl\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .xl\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .xl\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .xl\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .xl\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .xl\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .xl\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .xl\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .xl\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .xl\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .xl\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .xl\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .xl\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .xl\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .xl\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .xl\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .xl\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .xl\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .xl\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .xl\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .xl\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .xl\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .xl\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .xl\:even\:pt-60:nth-child(even) {
    padding-top: 15rem;
  }

  .xl\:even\:pr-60:nth-child(even) {
    padding-right: 15rem;
  }

  .xl\:even\:pb-60:nth-child(even) {
    padding-bottom: 15rem;
  }

  .xl\:even\:pl-60:nth-child(even) {
    padding-left: 15rem;
  }

  .xl\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .xl\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .xl\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .xl\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .xl\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .xl\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .xl\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .xl\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .xl\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .xl\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .xl\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .xl\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .xl\:even\:pt-96:nth-child(even) {
    padding-top: 24rem;
  }

  .xl\:even\:pr-96:nth-child(even) {
    padding-right: 24rem;
  }

  .xl\:even\:pb-96:nth-child(even) {
    padding-bottom: 24rem;
  }

  .xl\:even\:pl-96:nth-child(even) {
    padding-left: 24rem;
  }

  .xl\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .xl\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .xl\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .xl\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .xl\:even\:pt-0\.5:nth-child(even) {
    padding-top: 0.125rem;
  }

  .xl\:even\:pr-0\.5:nth-child(even) {
    padding-right: 0.125rem;
  }

  .xl\:even\:pb-0\.5:nth-child(even) {
    padding-bottom: 0.125rem;
  }

  .xl\:even\:pl-0\.5:nth-child(even) {
    padding-left: 0.125rem;
  }

  .xl\:even\:pt-1\.5:nth-child(even) {
    padding-top: 0.375rem;
  }

  .xl\:even\:pr-1\.5:nth-child(even) {
    padding-right: 0.375rem;
  }

  .xl\:even\:pb-1\.5:nth-child(even) {
    padding-bottom: 0.375rem;
  }

  .xl\:even\:pl-1\.5:nth-child(even) {
    padding-left: 0.375rem;
  }

  .xl\:even\:pt-2\.5:nth-child(even) {
    padding-top: 0.625rem;
  }

  .xl\:even\:pr-2\.5:nth-child(even) {
    padding-right: 0.625rem;
  }

  .xl\:even\:pb-2\.5:nth-child(even) {
    padding-bottom: 0.625rem;
  }

  .xl\:even\:pl-2\.5:nth-child(even) {
    padding-left: 0.625rem;
  }

  .xl\:even\:pt-3\.5:nth-child(even) {
    padding-top: 0.875rem;
  }

  .xl\:even\:pr-3\.5:nth-child(even) {
    padding-right: 0.875rem;
  }

  .xl\:even\:pb-3\.5:nth-child(even) {
    padding-bottom: 0.875rem;
  }

  .xl\:even\:pl-3\.5:nth-child(even) {
    padding-left: 0.875rem;
  }

  .xl\:hover\:p-0:hover {
    padding: 0px;
  }

  .xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xl\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xl\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xl\:hover\:p-60:hover {
    padding: 15rem;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xl\:hover\:p-96:hover {
    padding: 24rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .xl\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .xl\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .xl\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:hover\:py-60:hover {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:hover\:px-60:hover {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .xl\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .xl\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .xl\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .xl\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .xl\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xl\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xl\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xl\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xl\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xl\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xl\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xl\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xl\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xl\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xl\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xl\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xl\:hover\:pt-60:hover {
    padding-top: 15rem;
  }

  .xl\:hover\:pr-60:hover {
    padding-right: 15rem;
  }

  .xl\:hover\:pb-60:hover {
    padding-bottom: 15rem;
  }

  .xl\:hover\:pl-60:hover {
    padding-left: 15rem;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xl\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xl\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xl\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xl\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .xl\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .xl\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .xl\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .xl\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .xl\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .xl\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .xl\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .xl\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .xl\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .xl\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .xl\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .xl\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .xl\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .xl\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .xl\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .xl\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .xl\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .xl\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .xl\:focus\:p-0:focus {
    padding: 0px;
  }

  .xl\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xl\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xl\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .xl\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xl\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xl\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xl\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xl\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xl\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xl\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xl\:focus\:p-28:focus {
    padding: 7rem;
  }

  .xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xl\:focus\:p-36:focus {
    padding: 9rem;
  }

  .xl\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xl\:focus\:p-44:focus {
    padding: 11rem;
  }

  .xl\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xl\:focus\:p-52:focus {
    padding: 13rem;
  }

  .xl\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xl\:focus\:p-60:focus {
    padding: 15rem;
  }

  .xl\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xl\:focus\:p-72:focus {
    padding: 18rem;
  }

  .xl\:focus\:p-80:focus {
    padding: 20rem;
  }

  .xl\:focus\:p-96:focus {
    padding: 24rem;
  }

  .xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .xl\:focus\:p-0\.5:focus {
    padding: 0.125rem;
  }

  .xl\:focus\:p-1\.5:focus {
    padding: 0.375rem;
  }

  .xl\:focus\:p-2\.5:focus {
    padding: 0.625rem;
  }

  .xl\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .xl\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus\:py-0\.5:focus {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:focus\:px-0\.5:focus {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:focus\:py-1\.5:focus {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:focus\:px-1\.5:focus {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:focus\:py-2\.5:focus {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:focus\:px-2\.5:focus {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .xl\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .xl\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .xl\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .xl\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xl\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xl\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xl\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xl\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xl\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xl\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xl\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xl\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .xl\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xl\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xl\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xl\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xl\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xl\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xl\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xl\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xl\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xl\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xl\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .xl\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .xl\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .xl\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xl\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xl\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xl\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xl\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .xl\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .xl\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .xl\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xl\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xl\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xl\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .xl\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .xl\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .xl\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .xl\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xl\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xl\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xl\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xl\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .xl\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .xl\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .xl\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xl\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xl\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xl\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xl\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xl\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xl\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xl\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xl\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xl\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xl\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xl\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xl\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .xl\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .xl\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .xl\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .xl\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xl\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xl\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xl\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xl\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .xl\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .xl\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .xl\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .xl\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xl\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xl\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xl\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xl\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .xl\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .xl\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .xl\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .xl\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xl\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xl\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xl\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xl\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .xl\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .xl\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .xl\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .xl\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xl\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xl\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xl\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xl\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .xl\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .xl\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .xl\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .xl\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xl\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xl\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xl\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xl\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .xl\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .xl\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .xl\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .xl\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .xl\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .xl\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .xl\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .xl\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .xl\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .xl\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .xl\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .xl\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xl\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xl\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xl\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xl\:focus\:pt-0\.5:focus {
    padding-top: 0.125rem;
  }

  .xl\:focus\:pr-0\.5:focus {
    padding-right: 0.125rem;
  }

  .xl\:focus\:pb-0\.5:focus {
    padding-bottom: 0.125rem;
  }

  .xl\:focus\:pl-0\.5:focus {
    padding-left: 0.125rem;
  }

  .xl\:focus\:pt-1\.5:focus {
    padding-top: 0.375rem;
  }

  .xl\:focus\:pr-1\.5:focus {
    padding-right: 0.375rem;
  }

  .xl\:focus\:pb-1\.5:focus {
    padding-bottom: 0.375rem;
  }

  .xl\:focus\:pl-1\.5:focus {
    padding-left: 0.375rem;
  }

  .xl\:focus\:pt-2\.5:focus {
    padding-top: 0.625rem;
  }

  .xl\:focus\:pr-2\.5:focus {
    padding-right: 0.625rem;
  }

  .xl\:focus\:pb-2\.5:focus {
    padding-bottom: 0.625rem;
  }

  .xl\:focus\:pl-2\.5:focus {
    padding-left: 0.625rem;
  }

  .xl\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .xl\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .xl\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .xl\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .xl\:active\:p-0:active {
    padding: 0px;
  }

  .xl\:active\:p-1:active {
    padding: 0.25rem;
  }

  .xl\:active\:p-2:active {
    padding: 0.5rem;
  }

  .xl\:active\:p-3:active {
    padding: 0.75rem;
  }

  .xl\:active\:p-4:active {
    padding: 1rem;
  }

  .xl\:active\:p-5:active {
    padding: 1.25rem;
  }

  .xl\:active\:p-6:active {
    padding: 1.5rem;
  }

  .xl\:active\:p-7:active {
    padding: 1.75rem;
  }

  .xl\:active\:p-8:active {
    padding: 2rem;
  }

  .xl\:active\:p-9:active {
    padding: 2.25rem;
  }

  .xl\:active\:p-10:active {
    padding: 2.5rem;
  }

  .xl\:active\:p-11:active {
    padding: 2.75rem;
  }

  .xl\:active\:p-12:active {
    padding: 3rem;
  }

  .xl\:active\:p-14:active {
    padding: 3.5rem;
  }

  .xl\:active\:p-16:active {
    padding: 4rem;
  }

  .xl\:active\:p-20:active {
    padding: 5rem;
  }

  .xl\:active\:p-24:active {
    padding: 6rem;
  }

  .xl\:active\:p-28:active {
    padding: 7rem;
  }

  .xl\:active\:p-32:active {
    padding: 8rem;
  }

  .xl\:active\:p-36:active {
    padding: 9rem;
  }

  .xl\:active\:p-40:active {
    padding: 10rem;
  }

  .xl\:active\:p-44:active {
    padding: 11rem;
  }

  .xl\:active\:p-48:active {
    padding: 12rem;
  }

  .xl\:active\:p-52:active {
    padding: 13rem;
  }

  .xl\:active\:p-56:active {
    padding: 14rem;
  }

  .xl\:active\:p-60:active {
    padding: 15rem;
  }

  .xl\:active\:p-64:active {
    padding: 16rem;
  }

  .xl\:active\:p-72:active {
    padding: 18rem;
  }

  .xl\:active\:p-80:active {
    padding: 20rem;
  }

  .xl\:active\:p-96:active {
    padding: 24rem;
  }

  .xl\:active\:p-px:active {
    padding: 1px;
  }

  .xl\:active\:p-0\.5:active {
    padding: 0.125rem;
  }

  .xl\:active\:p-1\.5:active {
    padding: 0.375rem;
  }

  .xl\:active\:p-2\.5:active {
    padding: 0.625rem;
  }

  .xl\:active\:p-3\.5:active {
    padding: 0.875rem;
  }

  .xl\:active\:py-0:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:active\:px-0:active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:active\:py-7:active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:active\:px-7:active {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:active\:py-9:active {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:active\:px-9:active {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:active\:py-11:active {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:active\:px-11:active {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:active\:py-14:active {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:active\:px-14:active {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:active\:py-28:active {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:active\:px-28:active {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:active\:py-36:active {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:active\:px-36:active {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:active\:py-44:active {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:active\:px-44:active {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:active\:py-52:active {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:active\:px-52:active {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:active\:py-60:active {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:active\:px-60:active {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:active\:py-72:active {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:active\:px-72:active {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:active\:py-80:active {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:active\:px-80:active {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:active\:py-96:active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:active\:px-96:active {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:active\:py-0\.5:active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:active\:px-0\.5:active {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:active\:py-1\.5:active {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:active\:px-1\.5:active {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:active\:py-2\.5:active {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:active\:px-2\.5:active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:active\:py-3\.5:active {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:active\:px-3\.5:active {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:active\:pt-0:active {
    padding-top: 0px;
  }

  .xl\:active\:pr-0:active {
    padding-right: 0px;
  }

  .xl\:active\:pb-0:active {
    padding-bottom: 0px;
  }

  .xl\:active\:pl-0:active {
    padding-left: 0px;
  }

  .xl\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .xl\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .xl\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .xl\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .xl\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .xl\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .xl\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .xl\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .xl\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .xl\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .xl\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .xl\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .xl\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .xl\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .xl\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .xl\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .xl\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .xl\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .xl\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .xl\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .xl\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .xl\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .xl\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .xl\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .xl\:active\:pt-7:active {
    padding-top: 1.75rem;
  }

  .xl\:active\:pr-7:active {
    padding-right: 1.75rem;
  }

  .xl\:active\:pb-7:active {
    padding-bottom: 1.75rem;
  }

  .xl\:active\:pl-7:active {
    padding-left: 1.75rem;
  }

  .xl\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .xl\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .xl\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .xl\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .xl\:active\:pt-9:active {
    padding-top: 2.25rem;
  }

  .xl\:active\:pr-9:active {
    padding-right: 2.25rem;
  }

  .xl\:active\:pb-9:active {
    padding-bottom: 2.25rem;
  }

  .xl\:active\:pl-9:active {
    padding-left: 2.25rem;
  }

  .xl\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .xl\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .xl\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .xl\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .xl\:active\:pt-11:active {
    padding-top: 2.75rem;
  }

  .xl\:active\:pr-11:active {
    padding-right: 2.75rem;
  }

  .xl\:active\:pb-11:active {
    padding-bottom: 2.75rem;
  }

  .xl\:active\:pl-11:active {
    padding-left: 2.75rem;
  }

  .xl\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .xl\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .xl\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .xl\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .xl\:active\:pt-14:active {
    padding-top: 3.5rem;
  }

  .xl\:active\:pr-14:active {
    padding-right: 3.5rem;
  }

  .xl\:active\:pb-14:active {
    padding-bottom: 3.5rem;
  }

  .xl\:active\:pl-14:active {
    padding-left: 3.5rem;
  }

  .xl\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .xl\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .xl\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .xl\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .xl\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .xl\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .xl\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .xl\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .xl\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .xl\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .xl\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .xl\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .xl\:active\:pt-28:active {
    padding-top: 7rem;
  }

  .xl\:active\:pr-28:active {
    padding-right: 7rem;
  }

  .xl\:active\:pb-28:active {
    padding-bottom: 7rem;
  }

  .xl\:active\:pl-28:active {
    padding-left: 7rem;
  }

  .xl\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .xl\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .xl\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .xl\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .xl\:active\:pt-36:active {
    padding-top: 9rem;
  }

  .xl\:active\:pr-36:active {
    padding-right: 9rem;
  }

  .xl\:active\:pb-36:active {
    padding-bottom: 9rem;
  }

  .xl\:active\:pl-36:active {
    padding-left: 9rem;
  }

  .xl\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .xl\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .xl\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .xl\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .xl\:active\:pt-44:active {
    padding-top: 11rem;
  }

  .xl\:active\:pr-44:active {
    padding-right: 11rem;
  }

  .xl\:active\:pb-44:active {
    padding-bottom: 11rem;
  }

  .xl\:active\:pl-44:active {
    padding-left: 11rem;
  }

  .xl\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .xl\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .xl\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .xl\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .xl\:active\:pt-52:active {
    padding-top: 13rem;
  }

  .xl\:active\:pr-52:active {
    padding-right: 13rem;
  }

  .xl\:active\:pb-52:active {
    padding-bottom: 13rem;
  }

  .xl\:active\:pl-52:active {
    padding-left: 13rem;
  }

  .xl\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .xl\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .xl\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .xl\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .xl\:active\:pt-60:active {
    padding-top: 15rem;
  }

  .xl\:active\:pr-60:active {
    padding-right: 15rem;
  }

  .xl\:active\:pb-60:active {
    padding-bottom: 15rem;
  }

  .xl\:active\:pl-60:active {
    padding-left: 15rem;
  }

  .xl\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .xl\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .xl\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .xl\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .xl\:active\:pt-72:active {
    padding-top: 18rem;
  }

  .xl\:active\:pr-72:active {
    padding-right: 18rem;
  }

  .xl\:active\:pb-72:active {
    padding-bottom: 18rem;
  }

  .xl\:active\:pl-72:active {
    padding-left: 18rem;
  }

  .xl\:active\:pt-80:active {
    padding-top: 20rem;
  }

  .xl\:active\:pr-80:active {
    padding-right: 20rem;
  }

  .xl\:active\:pb-80:active {
    padding-bottom: 20rem;
  }

  .xl\:active\:pl-80:active {
    padding-left: 20rem;
  }

  .xl\:active\:pt-96:active {
    padding-top: 24rem;
  }

  .xl\:active\:pr-96:active {
    padding-right: 24rem;
  }

  .xl\:active\:pb-96:active {
    padding-bottom: 24rem;
  }

  .xl\:active\:pl-96:active {
    padding-left: 24rem;
  }

  .xl\:active\:pt-px:active {
    padding-top: 1px;
  }

  .xl\:active\:pr-px:active {
    padding-right: 1px;
  }

  .xl\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .xl\:active\:pl-px:active {
    padding-left: 1px;
  }

  .xl\:active\:pt-0\.5:active {
    padding-top: 0.125rem;
  }

  .xl\:active\:pr-0\.5:active {
    padding-right: 0.125rem;
  }

  .xl\:active\:pb-0\.5:active {
    padding-bottom: 0.125rem;
  }

  .xl\:active\:pl-0\.5:active {
    padding-left: 0.125rem;
  }

  .xl\:active\:pt-1\.5:active {
    padding-top: 0.375rem;
  }

  .xl\:active\:pr-1\.5:active {
    padding-right: 0.375rem;
  }

  .xl\:active\:pb-1\.5:active {
    padding-bottom: 0.375rem;
  }

  .xl\:active\:pl-1\.5:active {
    padding-left: 0.375rem;
  }

  .xl\:active\:pt-2\.5:active {
    padding-top: 0.625rem;
  }

  .xl\:active\:pr-2\.5:active {
    padding-right: 0.625rem;
  }

  .xl\:active\:pb-2\.5:active {
    padding-bottom: 0.625rem;
  }

  .xl\:active\:pl-2\.5:active {
    padding-left: 0.625rem;
  }

  .xl\:active\:pt-3\.5:active {
    padding-top: 0.875rem;
  }

  .xl\:active\:pr-3\.5:active {
    padding-right: 0.875rem;
  }

  .xl\:active\:pb-3\.5:active {
    padding-bottom: 0.875rem;
  }

  .xl\:active\:pl-3\.5:active {
    padding-left: 0.875rem;
  }

  .xl\:visited\:p-0:visited {
    padding: 0px;
  }

  .xl\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .xl\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .xl\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .xl\:visited\:p-4:visited {
    padding: 1rem;
  }

  .xl\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .xl\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .xl\:visited\:p-7:visited {
    padding: 1.75rem;
  }

  .xl\:visited\:p-8:visited {
    padding: 2rem;
  }

  .xl\:visited\:p-9:visited {
    padding: 2.25rem;
  }

  .xl\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .xl\:visited\:p-11:visited {
    padding: 2.75rem;
  }

  .xl\:visited\:p-12:visited {
    padding: 3rem;
  }

  .xl\:visited\:p-14:visited {
    padding: 3.5rem;
  }

  .xl\:visited\:p-16:visited {
    padding: 4rem;
  }

  .xl\:visited\:p-20:visited {
    padding: 5rem;
  }

  .xl\:visited\:p-24:visited {
    padding: 6rem;
  }

  .xl\:visited\:p-28:visited {
    padding: 7rem;
  }

  .xl\:visited\:p-32:visited {
    padding: 8rem;
  }

  .xl\:visited\:p-36:visited {
    padding: 9rem;
  }

  .xl\:visited\:p-40:visited {
    padding: 10rem;
  }

  .xl\:visited\:p-44:visited {
    padding: 11rem;
  }

  .xl\:visited\:p-48:visited {
    padding: 12rem;
  }

  .xl\:visited\:p-52:visited {
    padding: 13rem;
  }

  .xl\:visited\:p-56:visited {
    padding: 14rem;
  }

  .xl\:visited\:p-60:visited {
    padding: 15rem;
  }

  .xl\:visited\:p-64:visited {
    padding: 16rem;
  }

  .xl\:visited\:p-72:visited {
    padding: 18rem;
  }

  .xl\:visited\:p-80:visited {
    padding: 20rem;
  }

  .xl\:visited\:p-96:visited {
    padding: 24rem;
  }

  .xl\:visited\:p-px:visited {
    padding: 1px;
  }

  .xl\:visited\:p-0\.5:visited {
    padding: 0.125rem;
  }

  .xl\:visited\:p-1\.5:visited {
    padding: 0.375rem;
  }

  .xl\:visited\:p-2\.5:visited {
    padding: 0.625rem;
  }

  .xl\:visited\:p-3\.5:visited {
    padding: 0.875rem;
  }

  .xl\:visited\:py-0:visited {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:visited\:px-0:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:visited\:py-7:visited {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:visited\:px-7:visited {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:visited\:py-9:visited {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:visited\:px-9:visited {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:visited\:py-11:visited {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:visited\:px-11:visited {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:visited\:py-14:visited {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:visited\:px-14:visited {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:visited\:py-28:visited {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:visited\:px-28:visited {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:visited\:py-36:visited {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:visited\:px-36:visited {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:visited\:py-44:visited {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:visited\:px-44:visited {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:visited\:py-52:visited {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:visited\:px-52:visited {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:visited\:py-60:visited {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:visited\:px-60:visited {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:visited\:py-72:visited {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:visited\:px-72:visited {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:visited\:py-80:visited {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:visited\:px-80:visited {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:visited\:py-96:visited {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:visited\:px-96:visited {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:visited\:py-0\.5:visited {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:visited\:px-0\.5:visited {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:visited\:py-1\.5:visited {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:visited\:px-1\.5:visited {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:visited\:py-2\.5:visited {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:visited\:px-2\.5:visited {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:visited\:py-3\.5:visited {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:visited\:px-3\.5:visited {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:visited\:pt-0:visited {
    padding-top: 0px;
  }

  .xl\:visited\:pr-0:visited {
    padding-right: 0px;
  }

  .xl\:visited\:pb-0:visited {
    padding-bottom: 0px;
  }

  .xl\:visited\:pl-0:visited {
    padding-left: 0px;
  }

  .xl\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .xl\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .xl\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .xl\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .xl\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .xl\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .xl\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .xl\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .xl\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .xl\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .xl\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .xl\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .xl\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .xl\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .xl\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .xl\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .xl\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .xl\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .xl\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .xl\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .xl\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .xl\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .xl\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .xl\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .xl\:visited\:pt-7:visited {
    padding-top: 1.75rem;
  }

  .xl\:visited\:pr-7:visited {
    padding-right: 1.75rem;
  }

  .xl\:visited\:pb-7:visited {
    padding-bottom: 1.75rem;
  }

  .xl\:visited\:pl-7:visited {
    padding-left: 1.75rem;
  }

  .xl\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .xl\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .xl\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .xl\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .xl\:visited\:pt-9:visited {
    padding-top: 2.25rem;
  }

  .xl\:visited\:pr-9:visited {
    padding-right: 2.25rem;
  }

  .xl\:visited\:pb-9:visited {
    padding-bottom: 2.25rem;
  }

  .xl\:visited\:pl-9:visited {
    padding-left: 2.25rem;
  }

  .xl\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .xl\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .xl\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .xl\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .xl\:visited\:pt-11:visited {
    padding-top: 2.75rem;
  }

  .xl\:visited\:pr-11:visited {
    padding-right: 2.75rem;
  }

  .xl\:visited\:pb-11:visited {
    padding-bottom: 2.75rem;
  }

  .xl\:visited\:pl-11:visited {
    padding-left: 2.75rem;
  }

  .xl\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .xl\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .xl\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .xl\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .xl\:visited\:pt-14:visited {
    padding-top: 3.5rem;
  }

  .xl\:visited\:pr-14:visited {
    padding-right: 3.5rem;
  }

  .xl\:visited\:pb-14:visited {
    padding-bottom: 3.5rem;
  }

  .xl\:visited\:pl-14:visited {
    padding-left: 3.5rem;
  }

  .xl\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .xl\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .xl\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .xl\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .xl\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .xl\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .xl\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .xl\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .xl\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .xl\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .xl\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .xl\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .xl\:visited\:pt-28:visited {
    padding-top: 7rem;
  }

  .xl\:visited\:pr-28:visited {
    padding-right: 7rem;
  }

  .xl\:visited\:pb-28:visited {
    padding-bottom: 7rem;
  }

  .xl\:visited\:pl-28:visited {
    padding-left: 7rem;
  }

  .xl\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .xl\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .xl\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .xl\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .xl\:visited\:pt-36:visited {
    padding-top: 9rem;
  }

  .xl\:visited\:pr-36:visited {
    padding-right: 9rem;
  }

  .xl\:visited\:pb-36:visited {
    padding-bottom: 9rem;
  }

  .xl\:visited\:pl-36:visited {
    padding-left: 9rem;
  }

  .xl\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .xl\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .xl\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .xl\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .xl\:visited\:pt-44:visited {
    padding-top: 11rem;
  }

  .xl\:visited\:pr-44:visited {
    padding-right: 11rem;
  }

  .xl\:visited\:pb-44:visited {
    padding-bottom: 11rem;
  }

  .xl\:visited\:pl-44:visited {
    padding-left: 11rem;
  }

  .xl\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .xl\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .xl\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .xl\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .xl\:visited\:pt-52:visited {
    padding-top: 13rem;
  }

  .xl\:visited\:pr-52:visited {
    padding-right: 13rem;
  }

  .xl\:visited\:pb-52:visited {
    padding-bottom: 13rem;
  }

  .xl\:visited\:pl-52:visited {
    padding-left: 13rem;
  }

  .xl\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .xl\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .xl\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .xl\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .xl\:visited\:pt-60:visited {
    padding-top: 15rem;
  }

  .xl\:visited\:pr-60:visited {
    padding-right: 15rem;
  }

  .xl\:visited\:pb-60:visited {
    padding-bottom: 15rem;
  }

  .xl\:visited\:pl-60:visited {
    padding-left: 15rem;
  }

  .xl\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .xl\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .xl\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .xl\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .xl\:visited\:pt-72:visited {
    padding-top: 18rem;
  }

  .xl\:visited\:pr-72:visited {
    padding-right: 18rem;
  }

  .xl\:visited\:pb-72:visited {
    padding-bottom: 18rem;
  }

  .xl\:visited\:pl-72:visited {
    padding-left: 18rem;
  }

  .xl\:visited\:pt-80:visited {
    padding-top: 20rem;
  }

  .xl\:visited\:pr-80:visited {
    padding-right: 20rem;
  }

  .xl\:visited\:pb-80:visited {
    padding-bottom: 20rem;
  }

  .xl\:visited\:pl-80:visited {
    padding-left: 20rem;
  }

  .xl\:visited\:pt-96:visited {
    padding-top: 24rem;
  }

  .xl\:visited\:pr-96:visited {
    padding-right: 24rem;
  }

  .xl\:visited\:pb-96:visited {
    padding-bottom: 24rem;
  }

  .xl\:visited\:pl-96:visited {
    padding-left: 24rem;
  }

  .xl\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .xl\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .xl\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .xl\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .xl\:visited\:pt-0\.5:visited {
    padding-top: 0.125rem;
  }

  .xl\:visited\:pr-0\.5:visited {
    padding-right: 0.125rem;
  }

  .xl\:visited\:pb-0\.5:visited {
    padding-bottom: 0.125rem;
  }

  .xl\:visited\:pl-0\.5:visited {
    padding-left: 0.125rem;
  }

  .xl\:visited\:pt-1\.5:visited {
    padding-top: 0.375rem;
  }

  .xl\:visited\:pr-1\.5:visited {
    padding-right: 0.375rem;
  }

  .xl\:visited\:pb-1\.5:visited {
    padding-bottom: 0.375rem;
  }

  .xl\:visited\:pl-1\.5:visited {
    padding-left: 0.375rem;
  }

  .xl\:visited\:pt-2\.5:visited {
    padding-top: 0.625rem;
  }

  .xl\:visited\:pr-2\.5:visited {
    padding-right: 0.625rem;
  }

  .xl\:visited\:pb-2\.5:visited {
    padding-bottom: 0.625rem;
  }

  .xl\:visited\:pl-2\.5:visited {
    padding-left: 0.625rem;
  }

  .xl\:visited\:pt-3\.5:visited {
    padding-top: 0.875rem;
  }

  .xl\:visited\:pr-3\.5:visited {
    padding-right: 0.875rem;
  }

  .xl\:visited\:pb-3\.5:visited {
    padding-bottom: 0.875rem;
  }

  .xl\:visited\:pl-3\.5:visited {
    padding-left: 0.875rem;
  }

  .xl\:disabled\:p-0:disabled {
    padding: 0px;
  }

  .xl\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .xl\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .xl\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .xl\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .xl\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .xl\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .xl\:disabled\:p-7:disabled {
    padding: 1.75rem;
  }

  .xl\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .xl\:disabled\:p-9:disabled {
    padding: 2.25rem;
  }

  .xl\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .xl\:disabled\:p-11:disabled {
    padding: 2.75rem;
  }

  .xl\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .xl\:disabled\:p-14:disabled {
    padding: 3.5rem;
  }

  .xl\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .xl\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .xl\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .xl\:disabled\:p-28:disabled {
    padding: 7rem;
  }

  .xl\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .xl\:disabled\:p-36:disabled {
    padding: 9rem;
  }

  .xl\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .xl\:disabled\:p-44:disabled {
    padding: 11rem;
  }

  .xl\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .xl\:disabled\:p-52:disabled {
    padding: 13rem;
  }

  .xl\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .xl\:disabled\:p-60:disabled {
    padding: 15rem;
  }

  .xl\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .xl\:disabled\:p-72:disabled {
    padding: 18rem;
  }

  .xl\:disabled\:p-80:disabled {
    padding: 20rem;
  }

  .xl\:disabled\:p-96:disabled {
    padding: 24rem;
  }

  .xl\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .xl\:disabled\:p-0\.5:disabled {
    padding: 0.125rem;
  }

  .xl\:disabled\:p-1\.5:disabled {
    padding: 0.375rem;
  }

  .xl\:disabled\:p-2\.5:disabled {
    padding: 0.625rem;
  }

  .xl\:disabled\:p-3\.5:disabled {
    padding: 0.875rem;
  }

  .xl\:disabled\:py-0:disabled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:disabled\:px-0:disabled {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:disabled\:py-7:disabled {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:disabled\:px-7:disabled {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:disabled\:py-9:disabled {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:disabled\:px-9:disabled {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:disabled\:py-11:disabled {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:disabled\:px-11:disabled {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:disabled\:py-14:disabled {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:disabled\:px-14:disabled {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:disabled\:py-28:disabled {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:disabled\:px-28:disabled {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:disabled\:py-36:disabled {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:disabled\:px-36:disabled {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:disabled\:py-44:disabled {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:disabled\:px-44:disabled {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:disabled\:py-52:disabled {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:disabled\:px-52:disabled {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:disabled\:py-60:disabled {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:disabled\:px-60:disabled {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:disabled\:py-72:disabled {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:disabled\:px-72:disabled {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:disabled\:py-80:disabled {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:disabled\:px-80:disabled {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:disabled\:py-96:disabled {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:disabled\:px-96:disabled {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:disabled\:py-0\.5:disabled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:disabled\:px-0\.5:disabled {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:disabled\:py-1\.5:disabled {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:disabled\:px-1\.5:disabled {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:disabled\:py-2\.5:disabled {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:disabled\:px-2\.5:disabled {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:disabled\:py-3\.5:disabled {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:disabled\:px-3\.5:disabled {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:disabled\:pt-0:disabled {
    padding-top: 0px;
  }

  .xl\:disabled\:pr-0:disabled {
    padding-right: 0px;
  }

  .xl\:disabled\:pb-0:disabled {
    padding-bottom: 0px;
  }

  .xl\:disabled\:pl-0:disabled {
    padding-left: 0px;
  }

  .xl\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .xl\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .xl\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .xl\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .xl\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .xl\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .xl\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .xl\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .xl\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .xl\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .xl\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .xl\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .xl\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .xl\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .xl\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .xl\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .xl\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .xl\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .xl\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .xl\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .xl\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .xl\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .xl\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .xl\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .xl\:disabled\:pt-7:disabled {
    padding-top: 1.75rem;
  }

  .xl\:disabled\:pr-7:disabled {
    padding-right: 1.75rem;
  }

  .xl\:disabled\:pb-7:disabled {
    padding-bottom: 1.75rem;
  }

  .xl\:disabled\:pl-7:disabled {
    padding-left: 1.75rem;
  }

  .xl\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .xl\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .xl\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .xl\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .xl\:disabled\:pt-9:disabled {
    padding-top: 2.25rem;
  }

  .xl\:disabled\:pr-9:disabled {
    padding-right: 2.25rem;
  }

  .xl\:disabled\:pb-9:disabled {
    padding-bottom: 2.25rem;
  }

  .xl\:disabled\:pl-9:disabled {
    padding-left: 2.25rem;
  }

  .xl\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .xl\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .xl\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .xl\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .xl\:disabled\:pt-11:disabled {
    padding-top: 2.75rem;
  }

  .xl\:disabled\:pr-11:disabled {
    padding-right: 2.75rem;
  }

  .xl\:disabled\:pb-11:disabled {
    padding-bottom: 2.75rem;
  }

  .xl\:disabled\:pl-11:disabled {
    padding-left: 2.75rem;
  }

  .xl\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .xl\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .xl\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .xl\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .xl\:disabled\:pt-14:disabled {
    padding-top: 3.5rem;
  }

  .xl\:disabled\:pr-14:disabled {
    padding-right: 3.5rem;
  }

  .xl\:disabled\:pb-14:disabled {
    padding-bottom: 3.5rem;
  }

  .xl\:disabled\:pl-14:disabled {
    padding-left: 3.5rem;
  }

  .xl\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .xl\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .xl\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .xl\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .xl\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .xl\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .xl\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .xl\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .xl\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .xl\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .xl\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .xl\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .xl\:disabled\:pt-28:disabled {
    padding-top: 7rem;
  }

  .xl\:disabled\:pr-28:disabled {
    padding-right: 7rem;
  }

  .xl\:disabled\:pb-28:disabled {
    padding-bottom: 7rem;
  }

  .xl\:disabled\:pl-28:disabled {
    padding-left: 7rem;
  }

  .xl\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .xl\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .xl\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .xl\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .xl\:disabled\:pt-36:disabled {
    padding-top: 9rem;
  }

  .xl\:disabled\:pr-36:disabled {
    padding-right: 9rem;
  }

  .xl\:disabled\:pb-36:disabled {
    padding-bottom: 9rem;
  }

  .xl\:disabled\:pl-36:disabled {
    padding-left: 9rem;
  }

  .xl\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .xl\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .xl\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .xl\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .xl\:disabled\:pt-44:disabled {
    padding-top: 11rem;
  }

  .xl\:disabled\:pr-44:disabled {
    padding-right: 11rem;
  }

  .xl\:disabled\:pb-44:disabled {
    padding-bottom: 11rem;
  }

  .xl\:disabled\:pl-44:disabled {
    padding-left: 11rem;
  }

  .xl\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .xl\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .xl\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .xl\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .xl\:disabled\:pt-52:disabled {
    padding-top: 13rem;
  }

  .xl\:disabled\:pr-52:disabled {
    padding-right: 13rem;
  }

  .xl\:disabled\:pb-52:disabled {
    padding-bottom: 13rem;
  }

  .xl\:disabled\:pl-52:disabled {
    padding-left: 13rem;
  }

  .xl\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .xl\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .xl\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .xl\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .xl\:disabled\:pt-60:disabled {
    padding-top: 15rem;
  }

  .xl\:disabled\:pr-60:disabled {
    padding-right: 15rem;
  }

  .xl\:disabled\:pb-60:disabled {
    padding-bottom: 15rem;
  }

  .xl\:disabled\:pl-60:disabled {
    padding-left: 15rem;
  }

  .xl\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .xl\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .xl\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .xl\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .xl\:disabled\:pt-72:disabled {
    padding-top: 18rem;
  }

  .xl\:disabled\:pr-72:disabled {
    padding-right: 18rem;
  }

  .xl\:disabled\:pb-72:disabled {
    padding-bottom: 18rem;
  }

  .xl\:disabled\:pl-72:disabled {
    padding-left: 18rem;
  }

  .xl\:disabled\:pt-80:disabled {
    padding-top: 20rem;
  }

  .xl\:disabled\:pr-80:disabled {
    padding-right: 20rem;
  }

  .xl\:disabled\:pb-80:disabled {
    padding-bottom: 20rem;
  }

  .xl\:disabled\:pl-80:disabled {
    padding-left: 20rem;
  }

  .xl\:disabled\:pt-96:disabled {
    padding-top: 24rem;
  }

  .xl\:disabled\:pr-96:disabled {
    padding-right: 24rem;
  }

  .xl\:disabled\:pb-96:disabled {
    padding-bottom: 24rem;
  }

  .xl\:disabled\:pl-96:disabled {
    padding-left: 24rem;
  }

  .xl\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .xl\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .xl\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .xl\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .xl\:disabled\:pt-0\.5:disabled {
    padding-top: 0.125rem;
  }

  .xl\:disabled\:pr-0\.5:disabled {
    padding-right: 0.125rem;
  }

  .xl\:disabled\:pb-0\.5:disabled {
    padding-bottom: 0.125rem;
  }

  .xl\:disabled\:pl-0\.5:disabled {
    padding-left: 0.125rem;
  }

  .xl\:disabled\:pt-1\.5:disabled {
    padding-top: 0.375rem;
  }

  .xl\:disabled\:pr-1\.5:disabled {
    padding-right: 0.375rem;
  }

  .xl\:disabled\:pb-1\.5:disabled {
    padding-bottom: 0.375rem;
  }

  .xl\:disabled\:pl-1\.5:disabled {
    padding-left: 0.375rem;
  }

  .xl\:disabled\:pt-2\.5:disabled {
    padding-top: 0.625rem;
  }

  .xl\:disabled\:pr-2\.5:disabled {
    padding-right: 0.625rem;
  }

  .xl\:disabled\:pb-2\.5:disabled {
    padding-bottom: 0.625rem;
  }

  .xl\:disabled\:pl-2\.5:disabled {
    padding-left: 0.625rem;
  }

  .xl\:disabled\:pt-3\.5:disabled {
    padding-top: 0.875rem;
  }

  .xl\:disabled\:pr-3\.5:disabled {
    padding-right: 0.875rem;
  }

  .xl\:disabled\:pb-3\.5:disabled {
    padding-bottom: 0.875rem;
  }

  .xl\:disabled\:pl-3\.5:disabled {
    padding-left: 0.875rem;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .xl\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .xl\:placeholder-current::placeholder {
    color: current;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .xl\:group-hover\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .group:hover .xl\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .group:hover .xl\:group-hover\:placeholder-current::placeholder {
    color: current;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-black:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-white:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-rose-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-violet-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-cyan-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-emerald-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-green-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-lime-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-amber-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-red-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-warmGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-trueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-coolGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-blueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus-within\:placeholder-current:focus-within::-moz-placeholder {
    color: current;
  }

  .xl\:focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
    color: current;
  }

  .xl\:focus-within\:placeholder-current:focus-within::placeholder {
    color: current;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-black:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-black:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-white:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-white:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-rose-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-pink-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-fuchsia-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-purple-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-violet-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-indigo-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lightBlue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-cyan-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-teal-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-emerald-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-green-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-lime-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-yellow-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-amber-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-orange-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-red-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-warmGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-trueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-gray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-coolGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-blueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:first\:placeholder-current:first-child::-moz-placeholder {
    color: current;
  }

  .xl\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: current;
  }

  .xl\:first\:placeholder-current:first-child::placeholder {
    color: current;
  }

  .xl\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-black:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-black:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-white:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-white:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-rose-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-pink-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-fuchsia-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-purple-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-violet-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-indigo-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lightBlue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-cyan-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-teal-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-emerald-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-green-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-lime-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-yellow-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-amber-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-orange-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-red-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-warmGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-trueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-gray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-coolGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-blueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:last\:placeholder-current:last-child::-moz-placeholder {
    color: current;
  }

  .xl\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: current;
  }

  .xl\:last\:placeholder-current:last-child::placeholder {
    color: current;
  }

  .xl\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-rose-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-violet-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-lime-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-amber-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
    color: current;
  }

  .xl\:odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
    color: current;
  }

  .xl\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: current;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .xl\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-black:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-white:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-rose-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-violet-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-cyan-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-emerald-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-lime-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-amber-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-warmGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-trueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-coolGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-blueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:even\:placeholder-current:nth-child(even)::-moz-placeholder {
    color: current;
  }

  .xl\:even\:placeholder-current:nth-child(even):-ms-input-placeholder {
    color: current;
  }

  .xl\:even\:placeholder-current:nth-child(even)::placeholder {
    color: current;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .xl\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-black:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-black:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-white:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-white:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-rose-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-pink-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-fuchsia-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-purple-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-violet-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-indigo-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lightBlue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-cyan-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-teal-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-emerald-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-green-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-lime-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-yellow-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-amber-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-orange-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-red-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-warmGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-trueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-gray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-coolGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-blueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:hover\:placeholder-current:hover::-moz-placeholder {
    color: current;
  }

  .xl\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: current;
  }

  .xl\:hover\:placeholder-current:hover::placeholder {
    color: current;
  }

  .xl\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warmGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-trueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-coolGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: current;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: current;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: current;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-black:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-black:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-black:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-white:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-white:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-white:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-rose-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-pink-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-fuchsia-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-purple-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-violet-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-indigo-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lightBlue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-cyan-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-teal-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-emerald-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-green-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-lime-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-yellow-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-amber-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-orange-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-red-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-warmGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-trueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-gray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-coolGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-blueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:active\:placeholder-current:active::-moz-placeholder {
    color: current;
  }

  .xl\:active\:placeholder-current:active:-ms-input-placeholder {
    color: current;
  }

  .xl\:active\:placeholder-current:active::placeholder {
    color: current;
  }

  .xl\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-black:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-black:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-black:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-white:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-white:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-white:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-rose-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-pink-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-fuchsia-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-purple-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-violet-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-indigo-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lightBlue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-cyan-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-teal-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-emerald-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-green-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-lime-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-yellow-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-amber-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-orange-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-red-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-warmGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-trueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-gray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-coolGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-blueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:visited\:placeholder-current:visited::-moz-placeholder {
    color: current;
  }

  .xl\:visited\:placeholder-current:visited:-ms-input-placeholder {
    color: current;
  }

  .xl\:visited\:placeholder-current:visited::placeholder {
    color: current;
  }

  .xl\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-black:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-black:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-white:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-white:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-rose-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-pink-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-fuchsia-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-purple-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-violet-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-indigo-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lightBlue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-cyan-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-teal-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-emerald-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-green-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-lime-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-yellow-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-amber-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-orange-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-red-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-warmGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-trueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-gray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-coolGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-blueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:disabled\:placeholder-current:disabled::-moz-placeholder {
    color: current;
  }

  .xl\:disabled\:placeholder-current:disabled:-ms-input-placeholder {
    color: current;
  }

  .xl\:disabled\:placeholder-current:disabled::placeholder {
    color: current;
  }

  .xl\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .xl\:group-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus-within\:placeholder-opacity-0:focus-within::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus-within\:placeholder-opacity-5:focus-within::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus-within\:placeholder-opacity-10:focus-within::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus-within\:placeholder-opacity-20:focus-within::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus-within\:placeholder-opacity-25:focus-within::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus-within\:placeholder-opacity-30:focus-within::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus-within\:placeholder-opacity-40:focus-within::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus-within\:placeholder-opacity-50:focus-within::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus-within\:placeholder-opacity-60:focus-within::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus-within\:placeholder-opacity-70:focus-within::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus-within\:placeholder-opacity-75:focus-within::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus-within\:placeholder-opacity-80:focus-within::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus-within\:placeholder-opacity-90:focus-within::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus-within\:placeholder-opacity-95:focus-within::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus-within\:placeholder-opacity-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:first\:placeholder-opacity-0:first-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:first\:placeholder-opacity-5:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:first\:placeholder-opacity-5:first-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:first\:placeholder-opacity-10:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:first\:placeholder-opacity-10:first-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:first\:placeholder-opacity-20:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:first\:placeholder-opacity-20:first-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:first\:placeholder-opacity-25:first-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:first\:placeholder-opacity-30:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:first\:placeholder-opacity-30:first-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:first\:placeholder-opacity-40:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:first\:placeholder-opacity-40:first-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:first\:placeholder-opacity-50:first-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:first\:placeholder-opacity-60:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:first\:placeholder-opacity-60:first-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:first\:placeholder-opacity-70:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:first\:placeholder-opacity-70:first-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:first\:placeholder-opacity-75:first-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:first\:placeholder-opacity-80:first-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:first\:placeholder-opacity-90:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:first\:placeholder-opacity-90:first-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:first\:placeholder-opacity-95:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:first\:placeholder-opacity-95:first-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:first\:placeholder-opacity-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:last\:placeholder-opacity-0:last-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:last\:placeholder-opacity-5:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:last\:placeholder-opacity-5:last-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:last\:placeholder-opacity-10:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:last\:placeholder-opacity-10:last-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:last\:placeholder-opacity-20:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:last\:placeholder-opacity-20:last-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:last\:placeholder-opacity-25:last-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:last\:placeholder-opacity-30:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:last\:placeholder-opacity-30:last-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:last\:placeholder-opacity-40:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:last\:placeholder-opacity-40:last-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:last\:placeholder-opacity-50:last-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:last\:placeholder-opacity-60:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:last\:placeholder-opacity-60:last-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:last\:placeholder-opacity-70:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:last\:placeholder-opacity-70:last-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:last\:placeholder-opacity-75:last-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:last\:placeholder-opacity-80:last-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:last\:placeholder-opacity-90:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:last\:placeholder-opacity-90:last-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:last\:placeholder-opacity-95:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:last\:placeholder-opacity-95:last-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:last\:placeholder-opacity-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:even\:placeholder-opacity-5:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:even\:placeholder-opacity-10:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:even\:placeholder-opacity-20:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:even\:placeholder-opacity-30:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:even\:placeholder-opacity-40:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:even\:placeholder-opacity-60:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:even\:placeholder-opacity-70:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:even\:placeholder-opacity-80:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:even\:placeholder-opacity-90:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:even\:placeholder-opacity-95:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:hover\:placeholder-opacity-0:hover::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:hover\:placeholder-opacity-5:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:hover\:placeholder-opacity-5:hover::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:hover\:placeholder-opacity-10:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:hover\:placeholder-opacity-10:hover::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:hover\:placeholder-opacity-20:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:hover\:placeholder-opacity-20:hover::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:hover\:placeholder-opacity-25:hover::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:hover\:placeholder-opacity-30:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:hover\:placeholder-opacity-30:hover::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:hover\:placeholder-opacity-40:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:hover\:placeholder-opacity-40:hover::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:hover\:placeholder-opacity-50:hover::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:hover\:placeholder-opacity-60:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:hover\:placeholder-opacity-60:hover::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:hover\:placeholder-opacity-70:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:hover\:placeholder-opacity-70:hover::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:hover\:placeholder-opacity-75:hover::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:hover\:placeholder-opacity-80:hover::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:hover\:placeholder-opacity-90:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:hover\:placeholder-opacity-90:hover::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:hover\:placeholder-opacity-95:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:hover\:placeholder-opacity-95:hover::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:hover\:placeholder-opacity-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:active\:placeholder-opacity-0:active::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:active\:placeholder-opacity-0:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:active\:placeholder-opacity-0:active::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:active\:placeholder-opacity-5:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:active\:placeholder-opacity-5:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:active\:placeholder-opacity-5:active::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:active\:placeholder-opacity-10:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:active\:placeholder-opacity-10:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:active\:placeholder-opacity-10:active::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:active\:placeholder-opacity-20:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:active\:placeholder-opacity-20:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:active\:placeholder-opacity-20:active::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:active\:placeholder-opacity-25:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:active\:placeholder-opacity-25:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:active\:placeholder-opacity-25:active::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:active\:placeholder-opacity-30:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:active\:placeholder-opacity-30:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:active\:placeholder-opacity-30:active::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:active\:placeholder-opacity-40:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:active\:placeholder-opacity-40:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:active\:placeholder-opacity-40:active::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:active\:placeholder-opacity-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:active\:placeholder-opacity-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:active\:placeholder-opacity-50:active::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:active\:placeholder-opacity-60:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:active\:placeholder-opacity-60:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:active\:placeholder-opacity-60:active::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:active\:placeholder-opacity-70:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:active\:placeholder-opacity-70:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:active\:placeholder-opacity-70:active::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:active\:placeholder-opacity-75:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:active\:placeholder-opacity-75:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:active\:placeholder-opacity-75:active::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:active\:placeholder-opacity-80:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:active\:placeholder-opacity-80:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:active\:placeholder-opacity-80:active::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:active\:placeholder-opacity-90:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:active\:placeholder-opacity-90:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:active\:placeholder-opacity-90:active::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:active\:placeholder-opacity-95:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:active\:placeholder-opacity-95:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:active\:placeholder-opacity-95:active::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:active\:placeholder-opacity-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:active\:placeholder-opacity-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:active\:placeholder-opacity-100:active::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:visited\:placeholder-opacity-0:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:visited\:placeholder-opacity-0:visited::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:visited\:placeholder-opacity-5:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:visited\:placeholder-opacity-5:visited::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:visited\:placeholder-opacity-10:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:visited\:placeholder-opacity-10:visited::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:visited\:placeholder-opacity-20:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:visited\:placeholder-opacity-20:visited::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:visited\:placeholder-opacity-25:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:visited\:placeholder-opacity-25:visited::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:visited\:placeholder-opacity-30:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:visited\:placeholder-opacity-30:visited::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:visited\:placeholder-opacity-40:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:visited\:placeholder-opacity-40:visited::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:visited\:placeholder-opacity-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:visited\:placeholder-opacity-50:visited::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:visited\:placeholder-opacity-60:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:visited\:placeholder-opacity-60:visited::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:visited\:placeholder-opacity-70:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:visited\:placeholder-opacity-70:visited::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:visited\:placeholder-opacity-75:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:visited\:placeholder-opacity-75:visited::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:visited\:placeholder-opacity-80:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:visited\:placeholder-opacity-80:visited::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:visited\:placeholder-opacity-90:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:visited\:placeholder-opacity-90:visited::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:visited\:placeholder-opacity-95:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:visited\:placeholder-opacity-95:visited::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:visited\:placeholder-opacity-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:visited\:placeholder-opacity-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:disabled\:placeholder-opacity-0:disabled::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:disabled\:placeholder-opacity-5:disabled::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:disabled\:placeholder-opacity-10:disabled::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:disabled\:placeholder-opacity-20:disabled::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:disabled\:placeholder-opacity-25:disabled::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:disabled\:placeholder-opacity-30:disabled::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:disabled\:placeholder-opacity-40:disabled::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:disabled\:placeholder-opacity-50:disabled::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:disabled\:placeholder-opacity-60:disabled::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:disabled\:placeholder-opacity-70:disabled::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:disabled\:placeholder-opacity-75:disabled::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:disabled\:placeholder-opacity-80:disabled::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:disabled\:placeholder-opacity-90:disabled::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:disabled\:placeholder-opacity-95:disabled::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:disabled\:placeholder-opacity-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .xl\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .xl\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .xl\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .xl\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .xl\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .xl\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .xl\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .xl\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .xl\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .xl\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .xl\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .xl\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .xl\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .xl\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .xl\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .xl\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .xl\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .xl\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .xl\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .xl\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .xl\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .group:hover .xl\:group-hover\:static {
    position: static;
  }

  .group:hover .xl\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .xl\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .xl\:group-hover\:relative {
    position: relative;
  }

  .group:hover .xl\:group-hover\:sticky {
    position: sticky;
  }

  .xl\:focus-within\:static:focus-within {
    position: static;
  }

  .xl\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .xl\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }

  .xl\:focus-within\:sticky:focus-within {
    position: sticky;
  }

  .xl\:first\:static:first-child {
    position: static;
  }

  .xl\:first\:fixed:first-child {
    position: fixed;
  }

  .xl\:first\:absolute:first-child {
    position: absolute;
  }

  .xl\:first\:relative:first-child {
    position: relative;
  }

  .xl\:first\:sticky:first-child {
    position: sticky;
  }

  .xl\:last\:static:last-child {
    position: static;
  }

  .xl\:last\:fixed:last-child {
    position: fixed;
  }

  .xl\:last\:absolute:last-child {
    position: absolute;
  }

  .xl\:last\:relative:last-child {
    position: relative;
  }

  .xl\:last\:sticky:last-child {
    position: sticky;
  }

  .xl\:odd\:static:nth-child(odd) {
    position: static;
  }

  .xl\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .xl\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .xl\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .xl\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .xl\:even\:static:nth-child(even) {
    position: static;
  }

  .xl\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .xl\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .xl\:even\:relative:nth-child(even) {
    position: relative;
  }

  .xl\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .xl\:hover\:static:hover {
    position: static;
  }

  .xl\:hover\:fixed:hover {
    position: fixed;
  }

  .xl\:hover\:absolute:hover {
    position: absolute;
  }

  .xl\:hover\:relative:hover {
    position: relative;
  }

  .xl\:hover\:sticky:hover {
    position: sticky;
  }

  .xl\:focus\:static:focus {
    position: static;
  }

  .xl\:focus\:fixed:focus {
    position: fixed;
  }

  .xl\:focus\:absolute:focus {
    position: absolute;
  }

  .xl\:focus\:relative:focus {
    position: relative;
  }

  .xl\:focus\:sticky:focus {
    position: sticky;
  }

  .xl\:active\:static:active {
    position: static;
  }

  .xl\:active\:fixed:active {
    position: fixed;
  }

  .xl\:active\:absolute:active {
    position: absolute;
  }

  .xl\:active\:relative:active {
    position: relative;
  }

  .xl\:active\:sticky:active {
    position: sticky;
  }

  .xl\:visited\:static:visited {
    position: static;
  }

  .xl\:visited\:fixed:visited {
    position: fixed;
  }

  .xl\:visited\:absolute:visited {
    position: absolute;
  }

  .xl\:visited\:relative:visited {
    position: relative;
  }

  .xl\:visited\:sticky:visited {
    position: sticky;
  }

  .xl\:disabled\:static:disabled {
    position: static;
  }

  .xl\:disabled\:fixed:disabled {
    position: fixed;
  }

  .xl\:disabled\:absolute:disabled {
    position: absolute;
  }

  .xl\:disabled\:relative:disabled {
    position: relative;
  }

  .xl\:disabled\:sticky:disabled {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:right-60 {
    right: 15rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:left-60 {
    left: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:right-0\.5 {
    right: 0.125rem;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:left-0\.5 {
    left: 0.125rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:right-1\.5 {
    right: 0.375rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:left-1\.5 {
    left: 0.375rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:right-2\.5 {
    right: 0.625rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:left-2\.5 {
    left: 0.625rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-left-10 {
    left: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-right-14 {
    right: -3.5rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-left-48 {
    left: -12rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-right-60 {
    right: -15rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-left-60 {
    left: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:right-1\/2 {
    right: 50%;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:right-2\/3 {
    right: 66.666667%;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:left-2\/3 {
    left: 66.666667%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:right-1\/4 {
    right: 25%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:right-2\/4 {
    right: 50%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:left-2\/4 {
    left: 50%;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:right-3\/4 {
    right: 75%;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:left-3\/4 {
    left: 75%;
  }

  .xl\:top-full {
    top: 100%;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:-right-1\/2 {
    right: -50%;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:-left-1\/2 {
    left: -50%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-right-1\/4 {
    right: -25%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-right-2\/4 {
    right: -50%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-left-2\/4 {
    left: -50%;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-right-3\/4 {
    right: -75%;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-left-3\/4 {
    left: -75%;
  }

  .xl\:-top-full {
    top: -100%;
  }

  .xl\:-right-full {
    right: -100%;
  }

  .xl\:-bottom-full {
    bottom: -100%;
  }

  .xl\:-left-full {
    left: -100%;
  }

  .group:hover .xl\:group-hover\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .xl\:group-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .group:hover .xl\:group-hover\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .xl\:group-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .group:hover .xl\:group-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .xl\:group-hover\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .xl\:group-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .group:hover .xl\:group-hover\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .group:hover .xl\:group-hover\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .group:hover .xl\:group-hover\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .group:hover .xl\:group-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .group:hover .xl\:group-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .group:hover .xl\:group-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .group:hover .xl\:group-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .group:hover .xl\:group-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .group:hover .xl\:group-hover\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .group:hover .xl\:group-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .group:hover .xl\:group-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .group:hover .xl\:group-hover\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .group:hover .xl\:group-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .group:hover .xl\:group-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .group:hover .xl\:group-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .group:hover .xl\:group-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .group:hover .xl\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .xl\:group-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .group:hover .xl\:group-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .xl\:group-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .xl\:group-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .xl\:group-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .group:hover .xl\:group-hover\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .group:hover .xl\:group-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .group:hover .xl\:group-hover\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .group:hover .xl\:group-hover\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .group:hover .xl\:group-hover\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .group:hover .xl\:group-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .group:hover .xl\:group-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .group:hover .xl\:group-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .group:hover .xl\:group-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .group:hover .xl\:group-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .group:hover .xl\:group-hover\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .group:hover .xl\:group-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .group:hover .xl\:group-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .group:hover .xl\:group-hover\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .group:hover .xl\:group-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .group:hover .xl\:group-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .group:hover .xl\:group-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .group:hover .xl\:group-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .group:hover .xl\:group-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .group:hover .xl\:group-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .xl\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .xl\:group-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .xl\:group-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .xl\:group-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .group:hover .xl\:group-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .xl\:group-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .group:hover .xl\:group-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .group:hover .xl\:group-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .group:hover .xl\:group-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .group:hover .xl\:group-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .group:hover .xl\:group-hover\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .xl\:group-hover\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .xl\:group-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .group:hover .xl\:group-hover\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .xl\:group-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .group:hover .xl\:group-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .xl\:group-hover\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .xl\:group-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .group:hover .xl\:group-hover\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .group:hover .xl\:group-hover\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .group:hover .xl\:group-hover\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .group:hover .xl\:group-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .group:hover .xl\:group-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .group:hover .xl\:group-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .group:hover .xl\:group-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .group:hover .xl\:group-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .group:hover .xl\:group-hover\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .group:hover .xl\:group-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .group:hover .xl\:group-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .group:hover .xl\:group-hover\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .group:hover .xl\:group-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .group:hover .xl\:group-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .group:hover .xl\:group-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .group:hover .xl\:group-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .group:hover .xl\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .xl\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .xl\:group-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .group:hover .xl\:group-hover\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .group:hover .xl\:group-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .xl\:group-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .xl\:group-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .xl\:group-hover\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .xl\:group-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .group:hover .xl\:group-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .xl\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .xl\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .xl\:group-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .group:hover .xl\:group-hover\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .xl\:group-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .group:hover .xl\:group-hover\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .xl\:group-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .group:hover .xl\:group-hover\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .group:hover .xl\:group-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .xl\:group-hover\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .group:hover .xl\:group-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .group:hover .xl\:group-hover\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .group:hover .xl\:group-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .group:hover .xl\:group-hover\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .group:hover .xl\:group-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .group:hover .xl\:group-hover\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .group:hover .xl\:group-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .group:hover .xl\:group-hover\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .group:hover .xl\:group-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .group:hover .xl\:group-hover\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .group:hover .xl\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .xl\:group-hover\:right-0 {
    right: 0px;
  }

  .group:hover .xl\:group-hover\:bottom-0 {
    bottom: 0px;
  }

  .group:hover .xl\:group-hover\:left-0 {
    left: 0px;
  }

  .group:hover .xl\:group-hover\:top-1 {
    top: 0.25rem;
  }

  .group:hover .xl\:group-hover\:right-1 {
    right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:left-1 {
    left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:top-2 {
    top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:top-3 {
    top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:right-3 {
    right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:left-3 {
    left: 0.75rem;
  }

  .group:hover .xl\:group-hover\:top-4 {
    top: 1rem;
  }

  .group:hover .xl\:group-hover\:right-4 {
    right: 1rem;
  }

  .group:hover .xl\:group-hover\:bottom-4 {
    bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:left-4 {
    left: 1rem;
  }

  .group:hover .xl\:group-hover\:top-5 {
    top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:right-5 {
    right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:bottom-5 {
    bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:left-5 {
    left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:top-6 {
    top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:right-6 {
    right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:left-6 {
    left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:top-7 {
    top: 1.75rem;
  }

  .group:hover .xl\:group-hover\:right-7 {
    right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:left-7 {
    left: 1.75rem;
  }

  .group:hover .xl\:group-hover\:top-8 {
    top: 2rem;
  }

  .group:hover .xl\:group-hover\:right-8 {
    right: 2rem;
  }

  .group:hover .xl\:group-hover\:bottom-8 {
    bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:left-8 {
    left: 2rem;
  }

  .group:hover .xl\:group-hover\:top-9 {
    top: 2.25rem;
  }

  .group:hover .xl\:group-hover\:right-9 {
    right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:left-9 {
    left: 2.25rem;
  }

  .group:hover .xl\:group-hover\:top-10 {
    top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:right-10 {
    right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:bottom-10 {
    bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:left-10 {
    left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:top-11 {
    top: 2.75rem;
  }

  .group:hover .xl\:group-hover\:right-11 {
    right: 2.75rem;
  }

  .group:hover .xl\:group-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .group:hover .xl\:group-hover\:left-11 {
    left: 2.75rem;
  }

  .group:hover .xl\:group-hover\:top-12 {
    top: 3rem;
  }

  .group:hover .xl\:group-hover\:right-12 {
    right: 3rem;
  }

  .group:hover .xl\:group-hover\:bottom-12 {
    bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:left-12 {
    left: 3rem;
  }

  .group:hover .xl\:group-hover\:top-14 {
    top: 3.5rem;
  }

  .group:hover .xl\:group-hover\:right-14 {
    right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:bottom-14 {
    bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:left-14 {
    left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:top-16 {
    top: 4rem;
  }

  .group:hover .xl\:group-hover\:right-16 {
    right: 4rem;
  }

  .group:hover .xl\:group-hover\:bottom-16 {
    bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:left-16 {
    left: 4rem;
  }

  .group:hover .xl\:group-hover\:top-20 {
    top: 5rem;
  }

  .group:hover .xl\:group-hover\:right-20 {
    right: 5rem;
  }

  .group:hover .xl\:group-hover\:bottom-20 {
    bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:left-20 {
    left: 5rem;
  }

  .group:hover .xl\:group-hover\:top-24 {
    top: 6rem;
  }

  .group:hover .xl\:group-hover\:right-24 {
    right: 6rem;
  }

  .group:hover .xl\:group-hover\:bottom-24 {
    bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:left-24 {
    left: 6rem;
  }

  .group:hover .xl\:group-hover\:top-28 {
    top: 7rem;
  }

  .group:hover .xl\:group-hover\:right-28 {
    right: 7rem;
  }

  .group:hover .xl\:group-hover\:bottom-28 {
    bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:left-28 {
    left: 7rem;
  }

  .group:hover .xl\:group-hover\:top-32 {
    top: 8rem;
  }

  .group:hover .xl\:group-hover\:right-32 {
    right: 8rem;
  }

  .group:hover .xl\:group-hover\:bottom-32 {
    bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:left-32 {
    left: 8rem;
  }

  .group:hover .xl\:group-hover\:top-36 {
    top: 9rem;
  }

  .group:hover .xl\:group-hover\:right-36 {
    right: 9rem;
  }

  .group:hover .xl\:group-hover\:bottom-36 {
    bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:left-36 {
    left: 9rem;
  }

  .group:hover .xl\:group-hover\:top-40 {
    top: 10rem;
  }

  .group:hover .xl\:group-hover\:right-40 {
    right: 10rem;
  }

  .group:hover .xl\:group-hover\:bottom-40 {
    bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:left-40 {
    left: 10rem;
  }

  .group:hover .xl\:group-hover\:top-44 {
    top: 11rem;
  }

  .group:hover .xl\:group-hover\:right-44 {
    right: 11rem;
  }

  .group:hover .xl\:group-hover\:bottom-44 {
    bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .xl\:group-hover\:top-48 {
    top: 12rem;
  }

  .group:hover .xl\:group-hover\:right-48 {
    right: 12rem;
  }

  .group:hover .xl\:group-hover\:bottom-48 {
    bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:left-48 {
    left: 12rem;
  }

  .group:hover .xl\:group-hover\:top-52 {
    top: 13rem;
  }

  .group:hover .xl\:group-hover\:right-52 {
    right: 13rem;
  }

  .group:hover .xl\:group-hover\:bottom-52 {
    bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:left-52 {
    left: 13rem;
  }

  .group:hover .xl\:group-hover\:top-56 {
    top: 14rem;
  }

  .group:hover .xl\:group-hover\:right-56 {
    right: 14rem;
  }

  .group:hover .xl\:group-hover\:bottom-56 {
    bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:left-56 {
    left: 14rem;
  }

  .group:hover .xl\:group-hover\:top-60 {
    top: 15rem;
  }

  .group:hover .xl\:group-hover\:right-60 {
    right: 15rem;
  }

  .group:hover .xl\:group-hover\:bottom-60 {
    bottom: 15rem;
  }

  .group:hover .xl\:group-hover\:left-60 {
    left: 15rem;
  }

  .group:hover .xl\:group-hover\:top-64 {
    top: 16rem;
  }

  .group:hover .xl\:group-hover\:right-64 {
    right: 16rem;
  }

  .group:hover .xl\:group-hover\:bottom-64 {
    bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:left-64 {
    left: 16rem;
  }

  .group:hover .xl\:group-hover\:top-72 {
    top: 18rem;
  }

  .group:hover .xl\:group-hover\:right-72 {
    right: 18rem;
  }

  .group:hover .xl\:group-hover\:bottom-72 {
    bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:left-72 {
    left: 18rem;
  }

  .group:hover .xl\:group-hover\:top-80 {
    top: 20rem;
  }

  .group:hover .xl\:group-hover\:right-80 {
    right: 20rem;
  }

  .group:hover .xl\:group-hover\:bottom-80 {
    bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:left-80 {
    left: 20rem;
  }

  .group:hover .xl\:group-hover\:top-96 {
    top: 24rem;
  }

  .group:hover .xl\:group-hover\:right-96 {
    right: 24rem;
  }

  .group:hover .xl\:group-hover\:bottom-96 {
    bottom: 24rem;
  }

  .group:hover .xl\:group-hover\:left-96 {
    left: 24rem;
  }

  .group:hover .xl\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .xl\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .xl\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .xl\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .xl\:group-hover\:top-px {
    top: 1px;
  }

  .group:hover .xl\:group-hover\:right-px {
    right: 1px;
  }

  .group:hover .xl\:group-hover\:bottom-px {
    bottom: 1px;
  }

  .group:hover .xl\:group-hover\:left-px {
    left: 1px;
  }

  .group:hover .xl\:group-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .group:hover .xl\:group-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .group:hover .xl\:group-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .group:hover .xl\:group-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .group:hover .xl\:group-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .group:hover .xl\:group-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .group:hover .xl\:group-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .group:hover .xl\:group-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .group:hover .xl\:group-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .group:hover .xl\:group-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .group:hover .xl\:group-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .group:hover .xl\:group-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .group:hover .xl\:group-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .group:hover .xl\:group-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .group:hover .xl\:group-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-top-0 {
    top: 0px;
  }

  .group:hover .xl\:group-hover\:-right-0 {
    right: 0px;
  }

  .group:hover .xl\:group-hover\:-bottom-0 {
    bottom: 0px;
  }

  .group:hover .xl\:group-hover\:-left-0 {
    left: 0px;
  }

  .group:hover .xl\:group-hover\:-top-1 {
    top: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-right-1 {
    right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-left-1 {
    left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-top-2 {
    top: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-right-2 {
    right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-left-2 {
    left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-top-3 {
    top: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-right-3 {
    right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-left-3 {
    left: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-top-4 {
    top: -1rem;
  }

  .group:hover .xl\:group-hover\:-right-4 {
    right: -1rem;
  }

  .group:hover .xl\:group-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .group:hover .xl\:group-hover\:-left-4 {
    left: -1rem;
  }

  .group:hover .xl\:group-hover\:-top-5 {
    top: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-right-5 {
    right: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-bottom-5 {
    bottom: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-left-5 {
    left: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-top-6 {
    top: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-right-6 {
    right: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-left-6 {
    left: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-top-7 {
    top: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-right-7 {
    right: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-left-7 {
    left: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-top-8 {
    top: -2rem;
  }

  .group:hover .xl\:group-hover\:-right-8 {
    right: -2rem;
  }

  .group:hover .xl\:group-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .group:hover .xl\:group-hover\:-left-8 {
    left: -2rem;
  }

  .group:hover .xl\:group-hover\:-top-9 {
    top: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-right-9 {
    right: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-left-9 {
    left: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-top-10 {
    top: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-right-10 {
    right: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-left-10 {
    left: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-top-11 {
    top: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-right-11 {
    right: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-left-11 {
    left: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-top-12 {
    top: -3rem;
  }

  .group:hover .xl\:group-hover\:-right-12 {
    right: -3rem;
  }

  .group:hover .xl\:group-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .group:hover .xl\:group-hover\:-left-12 {
    left: -3rem;
  }

  .group:hover .xl\:group-hover\:-top-14 {
    top: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-right-14 {
    right: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-bottom-14 {
    bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-left-14 {
    left: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-top-16 {
    top: -4rem;
  }

  .group:hover .xl\:group-hover\:-right-16 {
    right: -4rem;
  }

  .group:hover .xl\:group-hover\:-bottom-16 {
    bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-left-16 {
    left: -4rem;
  }

  .group:hover .xl\:group-hover\:-top-20 {
    top: -5rem;
  }

  .group:hover .xl\:group-hover\:-right-20 {
    right: -5rem;
  }

  .group:hover .xl\:group-hover\:-bottom-20 {
    bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-left-20 {
    left: -5rem;
  }

  .group:hover .xl\:group-hover\:-top-24 {
    top: -6rem;
  }

  .group:hover .xl\:group-hover\:-right-24 {
    right: -6rem;
  }

  .group:hover .xl\:group-hover\:-bottom-24 {
    bottom: -6rem;
  }

  .group:hover .xl\:group-hover\:-left-24 {
    left: -6rem;
  }

  .group:hover .xl\:group-hover\:-top-28 {
    top: -7rem;
  }

  .group:hover .xl\:group-hover\:-right-28 {
    right: -7rem;
  }

  .group:hover .xl\:group-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-left-28 {
    left: -7rem;
  }

  .group:hover .xl\:group-hover\:-top-32 {
    top: -8rem;
  }

  .group:hover .xl\:group-hover\:-right-32 {
    right: -8rem;
  }

  .group:hover .xl\:group-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .group:hover .xl\:group-hover\:-left-32 {
    left: -8rem;
  }

  .group:hover .xl\:group-hover\:-top-36 {
    top: -9rem;
  }

  .group:hover .xl\:group-hover\:-right-36 {
    right: -9rem;
  }

  .group:hover .xl\:group-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-left-36 {
    left: -9rem;
  }

  .group:hover .xl\:group-hover\:-top-40 {
    top: -10rem;
  }

  .group:hover .xl\:group-hover\:-right-40 {
    right: -10rem;
  }

  .group:hover .xl\:group-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-left-40 {
    left: -10rem;
  }

  .group:hover .xl\:group-hover\:-top-44 {
    top: -11rem;
  }

  .group:hover .xl\:group-hover\:-right-44 {
    right: -11rem;
  }

  .group:hover .xl\:group-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-left-44 {
    left: -11rem;
  }

  .group:hover .xl\:group-hover\:-top-48 {
    top: -12rem;
  }

  .group:hover .xl\:group-hover\:-right-48 {
    right: -12rem;
  }

  .group:hover .xl\:group-hover\:-bottom-48 {
    bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-left-48 {
    left: -12rem;
  }

  .group:hover .xl\:group-hover\:-top-52 {
    top: -13rem;
  }

  .group:hover .xl\:group-hover\:-right-52 {
    right: -13rem;
  }

  .group:hover .xl\:group-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-left-52 {
    left: -13rem;
  }

  .group:hover .xl\:group-hover\:-top-56 {
    top: -14rem;
  }

  .group:hover .xl\:group-hover\:-right-56 {
    right: -14rem;
  }

  .group:hover .xl\:group-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-left-56 {
    left: -14rem;
  }

  .group:hover .xl\:group-hover\:-top-60 {
    top: -15rem;
  }

  .group:hover .xl\:group-hover\:-right-60 {
    right: -15rem;
  }

  .group:hover .xl\:group-hover\:-bottom-60 {
    bottom: -15rem;
  }

  .group:hover .xl\:group-hover\:-left-60 {
    left: -15rem;
  }

  .group:hover .xl\:group-hover\:-top-64 {
    top: -16rem;
  }

  .group:hover .xl\:group-hover\:-right-64 {
    right: -16rem;
  }

  .group:hover .xl\:group-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-left-64 {
    left: -16rem;
  }

  .group:hover .xl\:group-hover\:-top-72 {
    top: -18rem;
  }

  .group:hover .xl\:group-hover\:-right-72 {
    right: -18rem;
  }

  .group:hover .xl\:group-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-left-72 {
    left: -18rem;
  }

  .group:hover .xl\:group-hover\:-top-80 {
    top: -20rem;
  }

  .group:hover .xl\:group-hover\:-right-80 {
    right: -20rem;
  }

  .group:hover .xl\:group-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-left-80 {
    left: -20rem;
  }

  .group:hover .xl\:group-hover\:-top-96 {
    top: -24rem;
  }

  .group:hover .xl\:group-hover\:-right-96 {
    right: -24rem;
  }

  .group:hover .xl\:group-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .group:hover .xl\:group-hover\:-left-96 {
    left: -24rem;
  }

  .group:hover .xl\:group-hover\:-top-px {
    top: -1px;
  }

  .group:hover .xl\:group-hover\:-right-px {
    right: -1px;
  }

  .group:hover .xl\:group-hover\:-bottom-px {
    bottom: -1px;
  }

  .group:hover .xl\:group-hover\:-left-px {
    left: -1px;
  }

  .group:hover .xl\:group-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .group:hover .xl\:group-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .group:hover .xl\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .xl\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .xl\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .xl\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .group:hover .xl\:group-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .group:hover .xl\:group-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .group:hover .xl\:group-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .group:hover .xl\:group-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .group:hover .xl\:group-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .group:hover .xl\:group-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .group:hover .xl\:group-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .group:hover .xl\:group-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .group:hover .xl\:group-hover\:top-1\/4 {
    top: 25%;
  }

  .group:hover .xl\:group-hover\:right-1\/4 {
    right: 25%;
  }

  .group:hover .xl\:group-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .group:hover .xl\:group-hover\:left-1\/4 {
    left: 25%;
  }

  .group:hover .xl\:group-hover\:top-2\/4 {
    top: 50%;
  }

  .group:hover .xl\:group-hover\:right-2\/4 {
    right: 50%;
  }

  .group:hover .xl\:group-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .group:hover .xl\:group-hover\:left-2\/4 {
    left: 50%;
  }

  .group:hover .xl\:group-hover\:top-3\/4 {
    top: 75%;
  }

  .group:hover .xl\:group-hover\:right-3\/4 {
    right: 75%;
  }

  .group:hover .xl\:group-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .group:hover .xl\:group-hover\:left-3\/4 {
    left: 75%;
  }

  .group:hover .xl\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .xl\:group-hover\:right-full {
    right: 100%;
  }

  .group:hover .xl\:group-hover\:bottom-full {
    bottom: 100%;
  }

  .group:hover .xl\:group-hover\:left-full {
    left: 100%;
  }

  .group:hover .xl\:group-hover\:-top-1\/2 {
    top: -50%;
  }

  .group:hover .xl\:group-hover\:-right-1\/2 {
    right: -50%;
  }

  .group:hover .xl\:group-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-left-1\/2 {
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-top-1\/4 {
    top: -25%;
  }

  .group:hover .xl\:group-hover\:-right-1\/4 {
    right: -25%;
  }

  .group:hover .xl\:group-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .group:hover .xl\:group-hover\:-left-1\/4 {
    left: -25%;
  }

  .group:hover .xl\:group-hover\:-top-2\/4 {
    top: -50%;
  }

  .group:hover .xl\:group-hover\:-right-2\/4 {
    right: -50%;
  }

  .group:hover .xl\:group-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-left-2\/4 {
    left: -50%;
  }

  .group:hover .xl\:group-hover\:-top-3\/4 {
    top: -75%;
  }

  .group:hover .xl\:group-hover\:-right-3\/4 {
    right: -75%;
  }

  .group:hover .xl\:group-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .group:hover .xl\:group-hover\:-left-3\/4 {
    left: -75%;
  }

  .group:hover .xl\:group-hover\:-top-full {
    top: -100%;
  }

  .group:hover .xl\:group-hover\:-right-full {
    right: -100%;
  }

  .group:hover .xl\:group-hover\:-bottom-full {
    bottom: -100%;
  }

  .group:hover .xl\:group-hover\:-left-full {
    left: -100%;
  }

  .xl\:focus-within\:inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:focus-within\:inset-1:focus-within {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:focus-within\:inset-2:focus-within {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:focus-within\:inset-3:focus-within {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:focus-within\:inset-4:focus-within {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:focus-within\:inset-5:focus-within {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:focus-within\:inset-6:focus-within {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:focus-within\:inset-7:focus-within {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:focus-within\:inset-8:focus-within {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:focus-within\:inset-9:focus-within {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:focus-within\:inset-10:focus-within {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:focus-within\:inset-11:focus-within {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:focus-within\:inset-12:focus-within {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:focus-within\:inset-14:focus-within {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:focus-within\:inset-16:focus-within {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:focus-within\:inset-20:focus-within {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:focus-within\:inset-24:focus-within {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:focus-within\:inset-28:focus-within {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:focus-within\:inset-32:focus-within {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:focus-within\:inset-36:focus-within {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:focus-within\:inset-40:focus-within {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:focus-within\:inset-44:focus-within {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:focus-within\:inset-48:focus-within {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:focus-within\:inset-52:focus-within {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:focus-within\:inset-56:focus-within {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:focus-within\:inset-60:focus-within {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:focus-within\:inset-64:focus-within {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:focus-within\:inset-72:focus-within {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:focus-within\:inset-80:focus-within {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:focus-within\:inset-96:focus-within {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus-within\:inset-px:focus-within {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:focus-within\:inset-0\.5:focus-within {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:focus-within\:inset-1\.5:focus-within {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:focus-within\:inset-2\.5:focus-within {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:focus-within\:inset-3\.5:focus-within {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:focus-within\:-inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:focus-within\:-inset-1:focus-within {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:focus-within\:-inset-2:focus-within {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:focus-within\:-inset-3:focus-within {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:focus-within\:-inset-4:focus-within {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:focus-within\:-inset-5:focus-within {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:focus-within\:-inset-6:focus-within {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:focus-within\:-inset-7:focus-within {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:focus-within\:-inset-8:focus-within {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:focus-within\:-inset-9:focus-within {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:focus-within\:-inset-10:focus-within {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:focus-within\:-inset-11:focus-within {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:focus-within\:-inset-12:focus-within {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:focus-within\:-inset-14:focus-within {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:focus-within\:-inset-16:focus-within {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:focus-within\:-inset-20:focus-within {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:focus-within\:-inset-24:focus-within {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:focus-within\:-inset-28:focus-within {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:focus-within\:-inset-32:focus-within {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:focus-within\:-inset-36:focus-within {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:focus-within\:-inset-40:focus-within {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:focus-within\:-inset-44:focus-within {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:focus-within\:-inset-48:focus-within {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:focus-within\:-inset-52:focus-within {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:focus-within\:-inset-56:focus-within {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:focus-within\:-inset-60:focus-within {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:focus-within\:-inset-64:focus-within {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:focus-within\:-inset-72:focus-within {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:focus-within\:-inset-80:focus-within {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:focus-within\:-inset-96:focus-within {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:focus-within\:-inset-px:focus-within {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:focus-within\:-inset-0\.5:focus-within {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:focus-within\:-inset-1\.5:focus-within {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:focus-within\:-inset-2\.5:focus-within {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:focus-within\:-inset-3\.5:focus-within {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:focus-within\:inset-1\/2:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:focus-within\:inset-1\/3:focus-within {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:focus-within\:inset-2\/3:focus-within {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:focus-within\:inset-1\/4:focus-within {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:focus-within\:inset-2\/4:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:focus-within\:inset-3\/4:focus-within {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:focus-within\:inset-full:focus-within {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:focus-within\:-inset-1\/2:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:focus-within\:-inset-1\/3:focus-within {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:focus-within\:-inset-2\/3:focus-within {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:focus-within\:-inset-1\/4:focus-within {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:focus-within\:-inset-2\/4:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:focus-within\:-inset-3\/4:focus-within {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:focus-within\:-inset-full:focus-within {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:focus-within\:inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .xl\:focus-within\:inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .xl\:focus-within\:inset-y-1:focus-within {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:focus-within\:inset-x-1:focus-within {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:focus-within\:inset-y-2:focus-within {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:focus-within\:inset-x-2:focus-within {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:focus-within\:inset-y-3:focus-within {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:focus-within\:inset-x-3:focus-within {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:focus-within\:inset-y-4:focus-within {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:focus-within\:inset-x-4:focus-within {
    right: 1rem;
    left: 1rem;
  }

  .xl\:focus-within\:inset-y-5:focus-within {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:focus-within\:inset-x-5:focus-within {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:focus-within\:inset-y-6:focus-within {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:focus-within\:inset-x-6:focus-within {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:focus-within\:inset-y-7:focus-within {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:focus-within\:inset-x-7:focus-within {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:focus-within\:inset-y-8:focus-within {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:focus-within\:inset-x-8:focus-within {
    right: 2rem;
    left: 2rem;
  }

  .xl\:focus-within\:inset-y-9:focus-within {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:focus-within\:inset-x-9:focus-within {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:focus-within\:inset-y-10:focus-within {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:focus-within\:inset-x-10:focus-within {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:focus-within\:inset-y-11:focus-within {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:focus-within\:inset-x-11:focus-within {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:focus-within\:inset-y-12:focus-within {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:focus-within\:inset-x-12:focus-within {
    right: 3rem;
    left: 3rem;
  }

  .xl\:focus-within\:inset-y-14:focus-within {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:focus-within\:inset-x-14:focus-within {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:focus-within\:inset-y-16:focus-within {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:focus-within\:inset-x-16:focus-within {
    right: 4rem;
    left: 4rem;
  }

  .xl\:focus-within\:inset-y-20:focus-within {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:focus-within\:inset-x-20:focus-within {
    right: 5rem;
    left: 5rem;
  }

  .xl\:focus-within\:inset-y-24:focus-within {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:focus-within\:inset-x-24:focus-within {
    right: 6rem;
    left: 6rem;
  }

  .xl\:focus-within\:inset-y-28:focus-within {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:focus-within\:inset-x-28:focus-within {
    right: 7rem;
    left: 7rem;
  }

  .xl\:focus-within\:inset-y-32:focus-within {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:focus-within\:inset-x-32:focus-within {
    right: 8rem;
    left: 8rem;
  }

  .xl\:focus-within\:inset-y-36:focus-within {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:focus-within\:inset-x-36:focus-within {
    right: 9rem;
    left: 9rem;
  }

  .xl\:focus-within\:inset-y-40:focus-within {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:focus-within\:inset-x-40:focus-within {
    right: 10rem;
    left: 10rem;
  }

  .xl\:focus-within\:inset-y-44:focus-within {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:focus-within\:inset-x-44:focus-within {
    right: 11rem;
    left: 11rem;
  }

  .xl\:focus-within\:inset-y-48:focus-within {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:focus-within\:inset-x-48:focus-within {
    right: 12rem;
    left: 12rem;
  }

  .xl\:focus-within\:inset-y-52:focus-within {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:focus-within\:inset-x-52:focus-within {
    right: 13rem;
    left: 13rem;
  }

  .xl\:focus-within\:inset-y-56:focus-within {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:focus-within\:inset-x-56:focus-within {
    right: 14rem;
    left: 14rem;
  }

  .xl\:focus-within\:inset-y-60:focus-within {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:focus-within\:inset-x-60:focus-within {
    right: 15rem;
    left: 15rem;
  }

  .xl\:focus-within\:inset-y-64:focus-within {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:focus-within\:inset-x-64:focus-within {
    right: 16rem;
    left: 16rem;
  }

  .xl\:focus-within\:inset-y-72:focus-within {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:focus-within\:inset-x-72:focus-within {
    right: 18rem;
    left: 18rem;
  }

  .xl\:focus-within\:inset-y-80:focus-within {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:focus-within\:inset-x-80:focus-within {
    right: 20rem;
    left: 20rem;
  }

  .xl\:focus-within\:inset-y-96:focus-within {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:focus-within\:inset-x-96:focus-within {
    right: 24rem;
    left: 24rem;
  }

  .xl\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .xl\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .xl\:focus-within\:inset-y-px:focus-within {
    top: 1px;
    bottom: 1px;
  }

  .xl\:focus-within\:inset-x-px:focus-within {
    right: 1px;
    left: 1px;
  }

  .xl\:focus-within\:inset-y-0\.5:focus-within {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:focus-within\:inset-x-0\.5:focus-within {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:focus-within\:inset-y-1\.5:focus-within {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:focus-within\:inset-x-1\.5:focus-within {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:focus-within\:inset-y-2\.5:focus-within {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:focus-within\:inset-x-2\.5:focus-within {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:focus-within\:inset-y-3\.5:focus-within {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:focus-within\:inset-x-3\.5:focus-within {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:focus-within\:-inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .xl\:focus-within\:-inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .xl\:focus-within\:-inset-y-1:focus-within {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:focus-within\:-inset-x-1:focus-within {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:focus-within\:-inset-y-2:focus-within {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:focus-within\:-inset-x-2:focus-within {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:focus-within\:-inset-y-3:focus-within {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:focus-within\:-inset-x-3:focus-within {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:focus-within\:-inset-y-4:focus-within {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:focus-within\:-inset-x-4:focus-within {
    right: -1rem;
    left: -1rem;
  }

  .xl\:focus-within\:-inset-y-5:focus-within {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:focus-within\:-inset-x-5:focus-within {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:focus-within\:-inset-y-6:focus-within {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:focus-within\:-inset-x-6:focus-within {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:focus-within\:-inset-y-7:focus-within {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:focus-within\:-inset-x-7:focus-within {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:focus-within\:-inset-y-8:focus-within {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:focus-within\:-inset-x-8:focus-within {
    right: -2rem;
    left: -2rem;
  }

  .xl\:focus-within\:-inset-y-9:focus-within {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:focus-within\:-inset-x-9:focus-within {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:focus-within\:-inset-y-10:focus-within {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:focus-within\:-inset-x-10:focus-within {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:focus-within\:-inset-y-11:focus-within {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:focus-within\:-inset-x-11:focus-within {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:focus-within\:-inset-y-12:focus-within {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:focus-within\:-inset-x-12:focus-within {
    right: -3rem;
    left: -3rem;
  }

  .xl\:focus-within\:-inset-y-14:focus-within {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:focus-within\:-inset-x-14:focus-within {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:focus-within\:-inset-y-16:focus-within {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:focus-within\:-inset-x-16:focus-within {
    right: -4rem;
    left: -4rem;
  }

  .xl\:focus-within\:-inset-y-20:focus-within {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:focus-within\:-inset-x-20:focus-within {
    right: -5rem;
    left: -5rem;
  }

  .xl\:focus-within\:-inset-y-24:focus-within {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:focus-within\:-inset-x-24:focus-within {
    right: -6rem;
    left: -6rem;
  }

  .xl\:focus-within\:-inset-y-28:focus-within {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:focus-within\:-inset-x-28:focus-within {
    right: -7rem;
    left: -7rem;
  }

  .xl\:focus-within\:-inset-y-32:focus-within {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:focus-within\:-inset-x-32:focus-within {
    right: -8rem;
    left: -8rem;
  }

  .xl\:focus-within\:-inset-y-36:focus-within {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:focus-within\:-inset-x-36:focus-within {
    right: -9rem;
    left: -9rem;
  }

  .xl\:focus-within\:-inset-y-40:focus-within {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:focus-within\:-inset-x-40:focus-within {
    right: -10rem;
    left: -10rem;
  }

  .xl\:focus-within\:-inset-y-44:focus-within {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:focus-within\:-inset-x-44:focus-within {
    right: -11rem;
    left: -11rem;
  }

  .xl\:focus-within\:-inset-y-48:focus-within {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:focus-within\:-inset-x-48:focus-within {
    right: -12rem;
    left: -12rem;
  }

  .xl\:focus-within\:-inset-y-52:focus-within {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:focus-within\:-inset-x-52:focus-within {
    right: -13rem;
    left: -13rem;
  }

  .xl\:focus-within\:-inset-y-56:focus-within {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:focus-within\:-inset-x-56:focus-within {
    right: -14rem;
    left: -14rem;
  }

  .xl\:focus-within\:-inset-y-60:focus-within {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:focus-within\:-inset-x-60:focus-within {
    right: -15rem;
    left: -15rem;
  }

  .xl\:focus-within\:-inset-y-64:focus-within {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:focus-within\:-inset-x-64:focus-within {
    right: -16rem;
    left: -16rem;
  }

  .xl\:focus-within\:-inset-y-72:focus-within {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:focus-within\:-inset-x-72:focus-within {
    right: -18rem;
    left: -18rem;
  }

  .xl\:focus-within\:-inset-y-80:focus-within {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:focus-within\:-inset-x-80:focus-within {
    right: -20rem;
    left: -20rem;
  }

  .xl\:focus-within\:-inset-y-96:focus-within {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:focus-within\:-inset-x-96:focus-within {
    right: -24rem;
    left: -24rem;
  }

  .xl\:focus-within\:-inset-y-px:focus-within {
    top: -1px;
    bottom: -1px;
  }

  .xl\:focus-within\:-inset-x-px:focus-within {
    right: -1px;
    left: -1px;
  }

  .xl\:focus-within\:-inset-y-0\.5:focus-within {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:focus-within\:-inset-x-0\.5:focus-within {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:focus-within\:-inset-y-1\.5:focus-within {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:focus-within\:-inset-x-1\.5:focus-within {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:focus-within\:-inset-y-2\.5:focus-within {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:focus-within\:-inset-x-2\.5:focus-within {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:focus-within\:-inset-y-3\.5:focus-within {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:focus-within\:-inset-x-3\.5:focus-within {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:focus-within\:inset-y-1\/2:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .xl\:focus-within\:inset-x-1\/2:focus-within {
    right: 50%;
    left: 50%;
  }

  .xl\:focus-within\:inset-y-1\/3:focus-within {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:focus-within\:inset-x-1\/3:focus-within {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:focus-within\:inset-y-2\/3:focus-within {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:focus-within\:inset-x-2\/3:focus-within {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:focus-within\:inset-y-1\/4:focus-within {
    top: 25%;
    bottom: 25%;
  }

  .xl\:focus-within\:inset-x-1\/4:focus-within {
    right: 25%;
    left: 25%;
  }

  .xl\:focus-within\:inset-y-2\/4:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .xl\:focus-within\:inset-x-2\/4:focus-within {
    right: 50%;
    left: 50%;
  }

  .xl\:focus-within\:inset-y-3\/4:focus-within {
    top: 75%;
    bottom: 75%;
  }

  .xl\:focus-within\:inset-x-3\/4:focus-within {
    right: 75%;
    left: 75%;
  }

  .xl\:focus-within\:inset-y-full:focus-within {
    top: 100%;
    bottom: 100%;
  }

  .xl\:focus-within\:inset-x-full:focus-within {
    right: 100%;
    left: 100%;
  }

  .xl\:focus-within\:-inset-y-1\/2:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .xl\:focus-within\:-inset-x-1\/2:focus-within {
    right: -50%;
    left: -50%;
  }

  .xl\:focus-within\:-inset-y-1\/3:focus-within {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:focus-within\:-inset-x-1\/3:focus-within {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:focus-within\:-inset-y-2\/3:focus-within {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:focus-within\:-inset-x-2\/3:focus-within {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:focus-within\:-inset-y-1\/4:focus-within {
    top: -25%;
    bottom: -25%;
  }

  .xl\:focus-within\:-inset-x-1\/4:focus-within {
    right: -25%;
    left: -25%;
  }

  .xl\:focus-within\:-inset-y-2\/4:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .xl\:focus-within\:-inset-x-2\/4:focus-within {
    right: -50%;
    left: -50%;
  }

  .xl\:focus-within\:-inset-y-3\/4:focus-within {
    top: -75%;
    bottom: -75%;
  }

  .xl\:focus-within\:-inset-x-3\/4:focus-within {
    right: -75%;
    left: -75%;
  }

  .xl\:focus-within\:-inset-y-full:focus-within {
    top: -100%;
    bottom: -100%;
  }

  .xl\:focus-within\:-inset-x-full:focus-within {
    right: -100%;
    left: -100%;
  }

  .xl\:focus-within\:top-0:focus-within {
    top: 0px;
  }

  .xl\:focus-within\:right-0:focus-within {
    right: 0px;
  }

  .xl\:focus-within\:bottom-0:focus-within {
    bottom: 0px;
  }

  .xl\:focus-within\:left-0:focus-within {
    left: 0px;
  }

  .xl\:focus-within\:top-1:focus-within {
    top: 0.25rem;
  }

  .xl\:focus-within\:right-1:focus-within {
    right: 0.25rem;
  }

  .xl\:focus-within\:bottom-1:focus-within {
    bottom: 0.25rem;
  }

  .xl\:focus-within\:left-1:focus-within {
    left: 0.25rem;
  }

  .xl\:focus-within\:top-2:focus-within {
    top: 0.5rem;
  }

  .xl\:focus-within\:right-2:focus-within {
    right: 0.5rem;
  }

  .xl\:focus-within\:bottom-2:focus-within {
    bottom: 0.5rem;
  }

  .xl\:focus-within\:left-2:focus-within {
    left: 0.5rem;
  }

  .xl\:focus-within\:top-3:focus-within {
    top: 0.75rem;
  }

  .xl\:focus-within\:right-3:focus-within {
    right: 0.75rem;
  }

  .xl\:focus-within\:bottom-3:focus-within {
    bottom: 0.75rem;
  }

  .xl\:focus-within\:left-3:focus-within {
    left: 0.75rem;
  }

  .xl\:focus-within\:top-4:focus-within {
    top: 1rem;
  }

  .xl\:focus-within\:right-4:focus-within {
    right: 1rem;
  }

  .xl\:focus-within\:bottom-4:focus-within {
    bottom: 1rem;
  }

  .xl\:focus-within\:left-4:focus-within {
    left: 1rem;
  }

  .xl\:focus-within\:top-5:focus-within {
    top: 1.25rem;
  }

  .xl\:focus-within\:right-5:focus-within {
    right: 1.25rem;
  }

  .xl\:focus-within\:bottom-5:focus-within {
    bottom: 1.25rem;
  }

  .xl\:focus-within\:left-5:focus-within {
    left: 1.25rem;
  }

  .xl\:focus-within\:top-6:focus-within {
    top: 1.5rem;
  }

  .xl\:focus-within\:right-6:focus-within {
    right: 1.5rem;
  }

  .xl\:focus-within\:bottom-6:focus-within {
    bottom: 1.5rem;
  }

  .xl\:focus-within\:left-6:focus-within {
    left: 1.5rem;
  }

  .xl\:focus-within\:top-7:focus-within {
    top: 1.75rem;
  }

  .xl\:focus-within\:right-7:focus-within {
    right: 1.75rem;
  }

  .xl\:focus-within\:bottom-7:focus-within {
    bottom: 1.75rem;
  }

  .xl\:focus-within\:left-7:focus-within {
    left: 1.75rem;
  }

  .xl\:focus-within\:top-8:focus-within {
    top: 2rem;
  }

  .xl\:focus-within\:right-8:focus-within {
    right: 2rem;
  }

  .xl\:focus-within\:bottom-8:focus-within {
    bottom: 2rem;
  }

  .xl\:focus-within\:left-8:focus-within {
    left: 2rem;
  }

  .xl\:focus-within\:top-9:focus-within {
    top: 2.25rem;
  }

  .xl\:focus-within\:right-9:focus-within {
    right: 2.25rem;
  }

  .xl\:focus-within\:bottom-9:focus-within {
    bottom: 2.25rem;
  }

  .xl\:focus-within\:left-9:focus-within {
    left: 2.25rem;
  }

  .xl\:focus-within\:top-10:focus-within {
    top: 2.5rem;
  }

  .xl\:focus-within\:right-10:focus-within {
    right: 2.5rem;
  }

  .xl\:focus-within\:bottom-10:focus-within {
    bottom: 2.5rem;
  }

  .xl\:focus-within\:left-10:focus-within {
    left: 2.5rem;
  }

  .xl\:focus-within\:top-11:focus-within {
    top: 2.75rem;
  }

  .xl\:focus-within\:right-11:focus-within {
    right: 2.75rem;
  }

  .xl\:focus-within\:bottom-11:focus-within {
    bottom: 2.75rem;
  }

  .xl\:focus-within\:left-11:focus-within {
    left: 2.75rem;
  }

  .xl\:focus-within\:top-12:focus-within {
    top: 3rem;
  }

  .xl\:focus-within\:right-12:focus-within {
    right: 3rem;
  }

  .xl\:focus-within\:bottom-12:focus-within {
    bottom: 3rem;
  }

  .xl\:focus-within\:left-12:focus-within {
    left: 3rem;
  }

  .xl\:focus-within\:top-14:focus-within {
    top: 3.5rem;
  }

  .xl\:focus-within\:right-14:focus-within {
    right: 3.5rem;
  }

  .xl\:focus-within\:bottom-14:focus-within {
    bottom: 3.5rem;
  }

  .xl\:focus-within\:left-14:focus-within {
    left: 3.5rem;
  }

  .xl\:focus-within\:top-16:focus-within {
    top: 4rem;
  }

  .xl\:focus-within\:right-16:focus-within {
    right: 4rem;
  }

  .xl\:focus-within\:bottom-16:focus-within {
    bottom: 4rem;
  }

  .xl\:focus-within\:left-16:focus-within {
    left: 4rem;
  }

  .xl\:focus-within\:top-20:focus-within {
    top: 5rem;
  }

  .xl\:focus-within\:right-20:focus-within {
    right: 5rem;
  }

  .xl\:focus-within\:bottom-20:focus-within {
    bottom: 5rem;
  }

  .xl\:focus-within\:left-20:focus-within {
    left: 5rem;
  }

  .xl\:focus-within\:top-24:focus-within {
    top: 6rem;
  }

  .xl\:focus-within\:right-24:focus-within {
    right: 6rem;
  }

  .xl\:focus-within\:bottom-24:focus-within {
    bottom: 6rem;
  }

  .xl\:focus-within\:left-24:focus-within {
    left: 6rem;
  }

  .xl\:focus-within\:top-28:focus-within {
    top: 7rem;
  }

  .xl\:focus-within\:right-28:focus-within {
    right: 7rem;
  }

  .xl\:focus-within\:bottom-28:focus-within {
    bottom: 7rem;
  }

  .xl\:focus-within\:left-28:focus-within {
    left: 7rem;
  }

  .xl\:focus-within\:top-32:focus-within {
    top: 8rem;
  }

  .xl\:focus-within\:right-32:focus-within {
    right: 8rem;
  }

  .xl\:focus-within\:bottom-32:focus-within {
    bottom: 8rem;
  }

  .xl\:focus-within\:left-32:focus-within {
    left: 8rem;
  }

  .xl\:focus-within\:top-36:focus-within {
    top: 9rem;
  }

  .xl\:focus-within\:right-36:focus-within {
    right: 9rem;
  }

  .xl\:focus-within\:bottom-36:focus-within {
    bottom: 9rem;
  }

  .xl\:focus-within\:left-36:focus-within {
    left: 9rem;
  }

  .xl\:focus-within\:top-40:focus-within {
    top: 10rem;
  }

  .xl\:focus-within\:right-40:focus-within {
    right: 10rem;
  }

  .xl\:focus-within\:bottom-40:focus-within {
    bottom: 10rem;
  }

  .xl\:focus-within\:left-40:focus-within {
    left: 10rem;
  }

  .xl\:focus-within\:top-44:focus-within {
    top: 11rem;
  }

  .xl\:focus-within\:right-44:focus-within {
    right: 11rem;
  }

  .xl\:focus-within\:bottom-44:focus-within {
    bottom: 11rem;
  }

  .xl\:focus-within\:left-44:focus-within {
    left: 11rem;
  }

  .xl\:focus-within\:top-48:focus-within {
    top: 12rem;
  }

  .xl\:focus-within\:right-48:focus-within {
    right: 12rem;
  }

  .xl\:focus-within\:bottom-48:focus-within {
    bottom: 12rem;
  }

  .xl\:focus-within\:left-48:focus-within {
    left: 12rem;
  }

  .xl\:focus-within\:top-52:focus-within {
    top: 13rem;
  }

  .xl\:focus-within\:right-52:focus-within {
    right: 13rem;
  }

  .xl\:focus-within\:bottom-52:focus-within {
    bottom: 13rem;
  }

  .xl\:focus-within\:left-52:focus-within {
    left: 13rem;
  }

  .xl\:focus-within\:top-56:focus-within {
    top: 14rem;
  }

  .xl\:focus-within\:right-56:focus-within {
    right: 14rem;
  }

  .xl\:focus-within\:bottom-56:focus-within {
    bottom: 14rem;
  }

  .xl\:focus-within\:left-56:focus-within {
    left: 14rem;
  }

  .xl\:focus-within\:top-60:focus-within {
    top: 15rem;
  }

  .xl\:focus-within\:right-60:focus-within {
    right: 15rem;
  }

  .xl\:focus-within\:bottom-60:focus-within {
    bottom: 15rem;
  }

  .xl\:focus-within\:left-60:focus-within {
    left: 15rem;
  }

  .xl\:focus-within\:top-64:focus-within {
    top: 16rem;
  }

  .xl\:focus-within\:right-64:focus-within {
    right: 16rem;
  }

  .xl\:focus-within\:bottom-64:focus-within {
    bottom: 16rem;
  }

  .xl\:focus-within\:left-64:focus-within {
    left: 16rem;
  }

  .xl\:focus-within\:top-72:focus-within {
    top: 18rem;
  }

  .xl\:focus-within\:right-72:focus-within {
    right: 18rem;
  }

  .xl\:focus-within\:bottom-72:focus-within {
    bottom: 18rem;
  }

  .xl\:focus-within\:left-72:focus-within {
    left: 18rem;
  }

  .xl\:focus-within\:top-80:focus-within {
    top: 20rem;
  }

  .xl\:focus-within\:right-80:focus-within {
    right: 20rem;
  }

  .xl\:focus-within\:bottom-80:focus-within {
    bottom: 20rem;
  }

  .xl\:focus-within\:left-80:focus-within {
    left: 20rem;
  }

  .xl\:focus-within\:top-96:focus-within {
    top: 24rem;
  }

  .xl\:focus-within\:right-96:focus-within {
    right: 24rem;
  }

  .xl\:focus-within\:bottom-96:focus-within {
    bottom: 24rem;
  }

  .xl\:focus-within\:left-96:focus-within {
    left: 24rem;
  }

  .xl\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .xl\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .xl\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .xl\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .xl\:focus-within\:top-px:focus-within {
    top: 1px;
  }

  .xl\:focus-within\:right-px:focus-within {
    right: 1px;
  }

  .xl\:focus-within\:bottom-px:focus-within {
    bottom: 1px;
  }

  .xl\:focus-within\:left-px:focus-within {
    left: 1px;
  }

  .xl\:focus-within\:top-0\.5:focus-within {
    top: 0.125rem;
  }

  .xl\:focus-within\:right-0\.5:focus-within {
    right: 0.125rem;
  }

  .xl\:focus-within\:bottom-0\.5:focus-within {
    bottom: 0.125rem;
  }

  .xl\:focus-within\:left-0\.5:focus-within {
    left: 0.125rem;
  }

  .xl\:focus-within\:top-1\.5:focus-within {
    top: 0.375rem;
  }

  .xl\:focus-within\:right-1\.5:focus-within {
    right: 0.375rem;
  }

  .xl\:focus-within\:bottom-1\.5:focus-within {
    bottom: 0.375rem;
  }

  .xl\:focus-within\:left-1\.5:focus-within {
    left: 0.375rem;
  }

  .xl\:focus-within\:top-2\.5:focus-within {
    top: 0.625rem;
  }

  .xl\:focus-within\:right-2\.5:focus-within {
    right: 0.625rem;
  }

  .xl\:focus-within\:bottom-2\.5:focus-within {
    bottom: 0.625rem;
  }

  .xl\:focus-within\:left-2\.5:focus-within {
    left: 0.625rem;
  }

  .xl\:focus-within\:top-3\.5:focus-within {
    top: 0.875rem;
  }

  .xl\:focus-within\:right-3\.5:focus-within {
    right: 0.875rem;
  }

  .xl\:focus-within\:bottom-3\.5:focus-within {
    bottom: 0.875rem;
  }

  .xl\:focus-within\:left-3\.5:focus-within {
    left: 0.875rem;
  }

  .xl\:focus-within\:-top-0:focus-within {
    top: 0px;
  }

  .xl\:focus-within\:-right-0:focus-within {
    right: 0px;
  }

  .xl\:focus-within\:-bottom-0:focus-within {
    bottom: 0px;
  }

  .xl\:focus-within\:-left-0:focus-within {
    left: 0px;
  }

  .xl\:focus-within\:-top-1:focus-within {
    top: -0.25rem;
  }

  .xl\:focus-within\:-right-1:focus-within {
    right: -0.25rem;
  }

  .xl\:focus-within\:-bottom-1:focus-within {
    bottom: -0.25rem;
  }

  .xl\:focus-within\:-left-1:focus-within {
    left: -0.25rem;
  }

  .xl\:focus-within\:-top-2:focus-within {
    top: -0.5rem;
  }

  .xl\:focus-within\:-right-2:focus-within {
    right: -0.5rem;
  }

  .xl\:focus-within\:-bottom-2:focus-within {
    bottom: -0.5rem;
  }

  .xl\:focus-within\:-left-2:focus-within {
    left: -0.5rem;
  }

  .xl\:focus-within\:-top-3:focus-within {
    top: -0.75rem;
  }

  .xl\:focus-within\:-right-3:focus-within {
    right: -0.75rem;
  }

  .xl\:focus-within\:-bottom-3:focus-within {
    bottom: -0.75rem;
  }

  .xl\:focus-within\:-left-3:focus-within {
    left: -0.75rem;
  }

  .xl\:focus-within\:-top-4:focus-within {
    top: -1rem;
  }

  .xl\:focus-within\:-right-4:focus-within {
    right: -1rem;
  }

  .xl\:focus-within\:-bottom-4:focus-within {
    bottom: -1rem;
  }

  .xl\:focus-within\:-left-4:focus-within {
    left: -1rem;
  }

  .xl\:focus-within\:-top-5:focus-within {
    top: -1.25rem;
  }

  .xl\:focus-within\:-right-5:focus-within {
    right: -1.25rem;
  }

  .xl\:focus-within\:-bottom-5:focus-within {
    bottom: -1.25rem;
  }

  .xl\:focus-within\:-left-5:focus-within {
    left: -1.25rem;
  }

  .xl\:focus-within\:-top-6:focus-within {
    top: -1.5rem;
  }

  .xl\:focus-within\:-right-6:focus-within {
    right: -1.5rem;
  }

  .xl\:focus-within\:-bottom-6:focus-within {
    bottom: -1.5rem;
  }

  .xl\:focus-within\:-left-6:focus-within {
    left: -1.5rem;
  }

  .xl\:focus-within\:-top-7:focus-within {
    top: -1.75rem;
  }

  .xl\:focus-within\:-right-7:focus-within {
    right: -1.75rem;
  }

  .xl\:focus-within\:-bottom-7:focus-within {
    bottom: -1.75rem;
  }

  .xl\:focus-within\:-left-7:focus-within {
    left: -1.75rem;
  }

  .xl\:focus-within\:-top-8:focus-within {
    top: -2rem;
  }

  .xl\:focus-within\:-right-8:focus-within {
    right: -2rem;
  }

  .xl\:focus-within\:-bottom-8:focus-within {
    bottom: -2rem;
  }

  .xl\:focus-within\:-left-8:focus-within {
    left: -2rem;
  }

  .xl\:focus-within\:-top-9:focus-within {
    top: -2.25rem;
  }

  .xl\:focus-within\:-right-9:focus-within {
    right: -2.25rem;
  }

  .xl\:focus-within\:-bottom-9:focus-within {
    bottom: -2.25rem;
  }

  .xl\:focus-within\:-left-9:focus-within {
    left: -2.25rem;
  }

  .xl\:focus-within\:-top-10:focus-within {
    top: -2.5rem;
  }

  .xl\:focus-within\:-right-10:focus-within {
    right: -2.5rem;
  }

  .xl\:focus-within\:-bottom-10:focus-within {
    bottom: -2.5rem;
  }

  .xl\:focus-within\:-left-10:focus-within {
    left: -2.5rem;
  }

  .xl\:focus-within\:-top-11:focus-within {
    top: -2.75rem;
  }

  .xl\:focus-within\:-right-11:focus-within {
    right: -2.75rem;
  }

  .xl\:focus-within\:-bottom-11:focus-within {
    bottom: -2.75rem;
  }

  .xl\:focus-within\:-left-11:focus-within {
    left: -2.75rem;
  }

  .xl\:focus-within\:-top-12:focus-within {
    top: -3rem;
  }

  .xl\:focus-within\:-right-12:focus-within {
    right: -3rem;
  }

  .xl\:focus-within\:-bottom-12:focus-within {
    bottom: -3rem;
  }

  .xl\:focus-within\:-left-12:focus-within {
    left: -3rem;
  }

  .xl\:focus-within\:-top-14:focus-within {
    top: -3.5rem;
  }

  .xl\:focus-within\:-right-14:focus-within {
    right: -3.5rem;
  }

  .xl\:focus-within\:-bottom-14:focus-within {
    bottom: -3.5rem;
  }

  .xl\:focus-within\:-left-14:focus-within {
    left: -3.5rem;
  }

  .xl\:focus-within\:-top-16:focus-within {
    top: -4rem;
  }

  .xl\:focus-within\:-right-16:focus-within {
    right: -4rem;
  }

  .xl\:focus-within\:-bottom-16:focus-within {
    bottom: -4rem;
  }

  .xl\:focus-within\:-left-16:focus-within {
    left: -4rem;
  }

  .xl\:focus-within\:-top-20:focus-within {
    top: -5rem;
  }

  .xl\:focus-within\:-right-20:focus-within {
    right: -5rem;
  }

  .xl\:focus-within\:-bottom-20:focus-within {
    bottom: -5rem;
  }

  .xl\:focus-within\:-left-20:focus-within {
    left: -5rem;
  }

  .xl\:focus-within\:-top-24:focus-within {
    top: -6rem;
  }

  .xl\:focus-within\:-right-24:focus-within {
    right: -6rem;
  }

  .xl\:focus-within\:-bottom-24:focus-within {
    bottom: -6rem;
  }

  .xl\:focus-within\:-left-24:focus-within {
    left: -6rem;
  }

  .xl\:focus-within\:-top-28:focus-within {
    top: -7rem;
  }

  .xl\:focus-within\:-right-28:focus-within {
    right: -7rem;
  }

  .xl\:focus-within\:-bottom-28:focus-within {
    bottom: -7rem;
  }

  .xl\:focus-within\:-left-28:focus-within {
    left: -7rem;
  }

  .xl\:focus-within\:-top-32:focus-within {
    top: -8rem;
  }

  .xl\:focus-within\:-right-32:focus-within {
    right: -8rem;
  }

  .xl\:focus-within\:-bottom-32:focus-within {
    bottom: -8rem;
  }

  .xl\:focus-within\:-left-32:focus-within {
    left: -8rem;
  }

  .xl\:focus-within\:-top-36:focus-within {
    top: -9rem;
  }

  .xl\:focus-within\:-right-36:focus-within {
    right: -9rem;
  }

  .xl\:focus-within\:-bottom-36:focus-within {
    bottom: -9rem;
  }

  .xl\:focus-within\:-left-36:focus-within {
    left: -9rem;
  }

  .xl\:focus-within\:-top-40:focus-within {
    top: -10rem;
  }

  .xl\:focus-within\:-right-40:focus-within {
    right: -10rem;
  }

  .xl\:focus-within\:-bottom-40:focus-within {
    bottom: -10rem;
  }

  .xl\:focus-within\:-left-40:focus-within {
    left: -10rem;
  }

  .xl\:focus-within\:-top-44:focus-within {
    top: -11rem;
  }

  .xl\:focus-within\:-right-44:focus-within {
    right: -11rem;
  }

  .xl\:focus-within\:-bottom-44:focus-within {
    bottom: -11rem;
  }

  .xl\:focus-within\:-left-44:focus-within {
    left: -11rem;
  }

  .xl\:focus-within\:-top-48:focus-within {
    top: -12rem;
  }

  .xl\:focus-within\:-right-48:focus-within {
    right: -12rem;
  }

  .xl\:focus-within\:-bottom-48:focus-within {
    bottom: -12rem;
  }

  .xl\:focus-within\:-left-48:focus-within {
    left: -12rem;
  }

  .xl\:focus-within\:-top-52:focus-within {
    top: -13rem;
  }

  .xl\:focus-within\:-right-52:focus-within {
    right: -13rem;
  }

  .xl\:focus-within\:-bottom-52:focus-within {
    bottom: -13rem;
  }

  .xl\:focus-within\:-left-52:focus-within {
    left: -13rem;
  }

  .xl\:focus-within\:-top-56:focus-within {
    top: -14rem;
  }

  .xl\:focus-within\:-right-56:focus-within {
    right: -14rem;
  }

  .xl\:focus-within\:-bottom-56:focus-within {
    bottom: -14rem;
  }

  .xl\:focus-within\:-left-56:focus-within {
    left: -14rem;
  }

  .xl\:focus-within\:-top-60:focus-within {
    top: -15rem;
  }

  .xl\:focus-within\:-right-60:focus-within {
    right: -15rem;
  }

  .xl\:focus-within\:-bottom-60:focus-within {
    bottom: -15rem;
  }

  .xl\:focus-within\:-left-60:focus-within {
    left: -15rem;
  }

  .xl\:focus-within\:-top-64:focus-within {
    top: -16rem;
  }

  .xl\:focus-within\:-right-64:focus-within {
    right: -16rem;
  }

  .xl\:focus-within\:-bottom-64:focus-within {
    bottom: -16rem;
  }

  .xl\:focus-within\:-left-64:focus-within {
    left: -16rem;
  }

  .xl\:focus-within\:-top-72:focus-within {
    top: -18rem;
  }

  .xl\:focus-within\:-right-72:focus-within {
    right: -18rem;
  }

  .xl\:focus-within\:-bottom-72:focus-within {
    bottom: -18rem;
  }

  .xl\:focus-within\:-left-72:focus-within {
    left: -18rem;
  }

  .xl\:focus-within\:-top-80:focus-within {
    top: -20rem;
  }

  .xl\:focus-within\:-right-80:focus-within {
    right: -20rem;
  }

  .xl\:focus-within\:-bottom-80:focus-within {
    bottom: -20rem;
  }

  .xl\:focus-within\:-left-80:focus-within {
    left: -20rem;
  }

  .xl\:focus-within\:-top-96:focus-within {
    top: -24rem;
  }

  .xl\:focus-within\:-right-96:focus-within {
    right: -24rem;
  }

  .xl\:focus-within\:-bottom-96:focus-within {
    bottom: -24rem;
  }

  .xl\:focus-within\:-left-96:focus-within {
    left: -24rem;
  }

  .xl\:focus-within\:-top-px:focus-within {
    top: -1px;
  }

  .xl\:focus-within\:-right-px:focus-within {
    right: -1px;
  }

  .xl\:focus-within\:-bottom-px:focus-within {
    bottom: -1px;
  }

  .xl\:focus-within\:-left-px:focus-within {
    left: -1px;
  }

  .xl\:focus-within\:-top-0\.5:focus-within {
    top: -0.125rem;
  }

  .xl\:focus-within\:-right-0\.5:focus-within {
    right: -0.125rem;
  }

  .xl\:focus-within\:-bottom-0\.5:focus-within {
    bottom: -0.125rem;
  }

  .xl\:focus-within\:-left-0\.5:focus-within {
    left: -0.125rem;
  }

  .xl\:focus-within\:-top-1\.5:focus-within {
    top: -0.375rem;
  }

  .xl\:focus-within\:-right-1\.5:focus-within {
    right: -0.375rem;
  }

  .xl\:focus-within\:-bottom-1\.5:focus-within {
    bottom: -0.375rem;
  }

  .xl\:focus-within\:-left-1\.5:focus-within {
    left: -0.375rem;
  }

  .xl\:focus-within\:-top-2\.5:focus-within {
    top: -0.625rem;
  }

  .xl\:focus-within\:-right-2\.5:focus-within {
    right: -0.625rem;
  }

  .xl\:focus-within\:-bottom-2\.5:focus-within {
    bottom: -0.625rem;
  }

  .xl\:focus-within\:-left-2\.5:focus-within {
    left: -0.625rem;
  }

  .xl\:focus-within\:-top-3\.5:focus-within {
    top: -0.875rem;
  }

  .xl\:focus-within\:-right-3\.5:focus-within {
    right: -0.875rem;
  }

  .xl\:focus-within\:-bottom-3\.5:focus-within {
    bottom: -0.875rem;
  }

  .xl\:focus-within\:-left-3\.5:focus-within {
    left: -0.875rem;
  }

  .xl\:focus-within\:top-1\/2:focus-within {
    top: 50%;
  }

  .xl\:focus-within\:right-1\/2:focus-within {
    right: 50%;
  }

  .xl\:focus-within\:bottom-1\/2:focus-within {
    bottom: 50%;
  }

  .xl\:focus-within\:left-1\/2:focus-within {
    left: 50%;
  }

  .xl\:focus-within\:top-1\/3:focus-within {
    top: 33.333333%;
  }

  .xl\:focus-within\:right-1\/3:focus-within {
    right: 33.333333%;
  }

  .xl\:focus-within\:bottom-1\/3:focus-within {
    bottom: 33.333333%;
  }

  .xl\:focus-within\:left-1\/3:focus-within {
    left: 33.333333%;
  }

  .xl\:focus-within\:top-2\/3:focus-within {
    top: 66.666667%;
  }

  .xl\:focus-within\:right-2\/3:focus-within {
    right: 66.666667%;
  }

  .xl\:focus-within\:bottom-2\/3:focus-within {
    bottom: 66.666667%;
  }

  .xl\:focus-within\:left-2\/3:focus-within {
    left: 66.666667%;
  }

  .xl\:focus-within\:top-1\/4:focus-within {
    top: 25%;
  }

  .xl\:focus-within\:right-1\/4:focus-within {
    right: 25%;
  }

  .xl\:focus-within\:bottom-1\/4:focus-within {
    bottom: 25%;
  }

  .xl\:focus-within\:left-1\/4:focus-within {
    left: 25%;
  }

  .xl\:focus-within\:top-2\/4:focus-within {
    top: 50%;
  }

  .xl\:focus-within\:right-2\/4:focus-within {
    right: 50%;
  }

  .xl\:focus-within\:bottom-2\/4:focus-within {
    bottom: 50%;
  }

  .xl\:focus-within\:left-2\/4:focus-within {
    left: 50%;
  }

  .xl\:focus-within\:top-3\/4:focus-within {
    top: 75%;
  }

  .xl\:focus-within\:right-3\/4:focus-within {
    right: 75%;
  }

  .xl\:focus-within\:bottom-3\/4:focus-within {
    bottom: 75%;
  }

  .xl\:focus-within\:left-3\/4:focus-within {
    left: 75%;
  }

  .xl\:focus-within\:top-full:focus-within {
    top: 100%;
  }

  .xl\:focus-within\:right-full:focus-within {
    right: 100%;
  }

  .xl\:focus-within\:bottom-full:focus-within {
    bottom: 100%;
  }

  .xl\:focus-within\:left-full:focus-within {
    left: 100%;
  }

  .xl\:focus-within\:-top-1\/2:focus-within {
    top: -50%;
  }

  .xl\:focus-within\:-right-1\/2:focus-within {
    right: -50%;
  }

  .xl\:focus-within\:-bottom-1\/2:focus-within {
    bottom: -50%;
  }

  .xl\:focus-within\:-left-1\/2:focus-within {
    left: -50%;
  }

  .xl\:focus-within\:-top-1\/3:focus-within {
    top: -33.333333%;
  }

  .xl\:focus-within\:-right-1\/3:focus-within {
    right: -33.333333%;
  }

  .xl\:focus-within\:-bottom-1\/3:focus-within {
    bottom: -33.333333%;
  }

  .xl\:focus-within\:-left-1\/3:focus-within {
    left: -33.333333%;
  }

  .xl\:focus-within\:-top-2\/3:focus-within {
    top: -66.666667%;
  }

  .xl\:focus-within\:-right-2\/3:focus-within {
    right: -66.666667%;
  }

  .xl\:focus-within\:-bottom-2\/3:focus-within {
    bottom: -66.666667%;
  }

  .xl\:focus-within\:-left-2\/3:focus-within {
    left: -66.666667%;
  }

  .xl\:focus-within\:-top-1\/4:focus-within {
    top: -25%;
  }

  .xl\:focus-within\:-right-1\/4:focus-within {
    right: -25%;
  }

  .xl\:focus-within\:-bottom-1\/4:focus-within {
    bottom: -25%;
  }

  .xl\:focus-within\:-left-1\/4:focus-within {
    left: -25%;
  }

  .xl\:focus-within\:-top-2\/4:focus-within {
    top: -50%;
  }

  .xl\:focus-within\:-right-2\/4:focus-within {
    right: -50%;
  }

  .xl\:focus-within\:-bottom-2\/4:focus-within {
    bottom: -50%;
  }

  .xl\:focus-within\:-left-2\/4:focus-within {
    left: -50%;
  }

  .xl\:focus-within\:-top-3\/4:focus-within {
    top: -75%;
  }

  .xl\:focus-within\:-right-3\/4:focus-within {
    right: -75%;
  }

  .xl\:focus-within\:-bottom-3\/4:focus-within {
    bottom: -75%;
  }

  .xl\:focus-within\:-left-3\/4:focus-within {
    left: -75%;
  }

  .xl\:focus-within\:-top-full:focus-within {
    top: -100%;
  }

  .xl\:focus-within\:-right-full:focus-within {
    right: -100%;
  }

  .xl\:focus-within\:-bottom-full:focus-within {
    bottom: -100%;
  }

  .xl\:focus-within\:-left-full:focus-within {
    left: -100%;
  }

  .xl\:first\:inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:first\:inset-1:first-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:first\:inset-2:first-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:first\:inset-3:first-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:first\:inset-4:first-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:first\:inset-5:first-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:first\:inset-6:first-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:first\:inset-7:first-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:first\:inset-8:first-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:first\:inset-9:first-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:first\:inset-10:first-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:first\:inset-11:first-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:first\:inset-12:first-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:first\:inset-14:first-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:first\:inset-16:first-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:first\:inset-20:first-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:first\:inset-24:first-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:first\:inset-28:first-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:first\:inset-32:first-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:first\:inset-36:first-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:first\:inset-40:first-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:first\:inset-44:first-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:first\:inset-48:first-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:first\:inset-52:first-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:first\:inset-56:first-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:first\:inset-60:first-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:first\:inset-64:first-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:first\:inset-72:first-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:first\:inset-80:first-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:first\:inset-96:first-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:first\:inset-px:first-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:first\:inset-0\.5:first-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:first\:inset-1\.5:first-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:first\:inset-2\.5:first-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:first\:inset-3\.5:first-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:first\:-inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:first\:-inset-1:first-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:first\:-inset-2:first-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:first\:-inset-3:first-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:first\:-inset-4:first-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:first\:-inset-5:first-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:first\:-inset-6:first-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:first\:-inset-7:first-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:first\:-inset-8:first-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:first\:-inset-9:first-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:first\:-inset-10:first-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:first\:-inset-11:first-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:first\:-inset-12:first-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:first\:-inset-14:first-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:first\:-inset-16:first-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:first\:-inset-20:first-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:first\:-inset-24:first-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:first\:-inset-28:first-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:first\:-inset-32:first-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:first\:-inset-36:first-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:first\:-inset-40:first-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:first\:-inset-44:first-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:first\:-inset-48:first-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:first\:-inset-52:first-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:first\:-inset-56:first-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:first\:-inset-60:first-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:first\:-inset-64:first-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:first\:-inset-72:first-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:first\:-inset-80:first-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:first\:-inset-96:first-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:first\:-inset-px:first-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:first\:-inset-0\.5:first-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:first\:-inset-1\.5:first-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:first\:-inset-2\.5:first-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:first\:-inset-3\.5:first-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:first\:inset-1\/3:first-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:first\:inset-2\/3:first-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:first\:inset-1\/4:first-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:first\:inset-2\/4:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:first\:inset-3\/4:first-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:first\:inset-full:first-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:first\:-inset-1\/2:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:first\:-inset-1\/3:first-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:first\:-inset-2\/3:first-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:first\:-inset-1\/4:first-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:first\:-inset-2\/4:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:first\:-inset-3\/4:first-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:first\:-inset-full:first-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:first\:inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .xl\:first\:inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .xl\:first\:inset-y-1:first-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:first\:inset-x-1:first-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:first\:inset-y-2:first-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:first\:inset-x-2:first-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:first\:inset-y-3:first-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:first\:inset-x-3:first-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:first\:inset-y-4:first-child {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:first\:inset-x-4:first-child {
    right: 1rem;
    left: 1rem;
  }

  .xl\:first\:inset-y-5:first-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:first\:inset-x-5:first-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:first\:inset-y-6:first-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:first\:inset-x-6:first-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:first\:inset-y-7:first-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:first\:inset-x-7:first-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:first\:inset-y-8:first-child {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:first\:inset-x-8:first-child {
    right: 2rem;
    left: 2rem;
  }

  .xl\:first\:inset-y-9:first-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:first\:inset-x-9:first-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:first\:inset-y-10:first-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:first\:inset-x-10:first-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:first\:inset-y-11:first-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:first\:inset-x-11:first-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:first\:inset-y-12:first-child {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:first\:inset-x-12:first-child {
    right: 3rem;
    left: 3rem;
  }

  .xl\:first\:inset-y-14:first-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:first\:inset-x-14:first-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:first\:inset-y-16:first-child {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:first\:inset-x-16:first-child {
    right: 4rem;
    left: 4rem;
  }

  .xl\:first\:inset-y-20:first-child {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:first\:inset-x-20:first-child {
    right: 5rem;
    left: 5rem;
  }

  .xl\:first\:inset-y-24:first-child {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:first\:inset-x-24:first-child {
    right: 6rem;
    left: 6rem;
  }

  .xl\:first\:inset-y-28:first-child {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:first\:inset-x-28:first-child {
    right: 7rem;
    left: 7rem;
  }

  .xl\:first\:inset-y-32:first-child {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:first\:inset-x-32:first-child {
    right: 8rem;
    left: 8rem;
  }

  .xl\:first\:inset-y-36:first-child {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:first\:inset-x-36:first-child {
    right: 9rem;
    left: 9rem;
  }

  .xl\:first\:inset-y-40:first-child {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:first\:inset-x-40:first-child {
    right: 10rem;
    left: 10rem;
  }

  .xl\:first\:inset-y-44:first-child {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:first\:inset-x-44:first-child {
    right: 11rem;
    left: 11rem;
  }

  .xl\:first\:inset-y-48:first-child {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:first\:inset-x-48:first-child {
    right: 12rem;
    left: 12rem;
  }

  .xl\:first\:inset-y-52:first-child {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:first\:inset-x-52:first-child {
    right: 13rem;
    left: 13rem;
  }

  .xl\:first\:inset-y-56:first-child {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:first\:inset-x-56:first-child {
    right: 14rem;
    left: 14rem;
  }

  .xl\:first\:inset-y-60:first-child {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:first\:inset-x-60:first-child {
    right: 15rem;
    left: 15rem;
  }

  .xl\:first\:inset-y-64:first-child {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:first\:inset-x-64:first-child {
    right: 16rem;
    left: 16rem;
  }

  .xl\:first\:inset-y-72:first-child {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:first\:inset-x-72:first-child {
    right: 18rem;
    left: 18rem;
  }

  .xl\:first\:inset-y-80:first-child {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:first\:inset-x-80:first-child {
    right: 20rem;
    left: 20rem;
  }

  .xl\:first\:inset-y-96:first-child {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:first\:inset-x-96:first-child {
    right: 24rem;
    left: 24rem;
  }

  .xl\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .xl\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .xl\:first\:inset-y-px:first-child {
    top: 1px;
    bottom: 1px;
  }

  .xl\:first\:inset-x-px:first-child {
    right: 1px;
    left: 1px;
  }

  .xl\:first\:inset-y-0\.5:first-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:first\:inset-x-0\.5:first-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:first\:inset-y-1\.5:first-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:first\:inset-x-1\.5:first-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:first\:inset-y-2\.5:first-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:first\:inset-x-2\.5:first-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:first\:inset-y-3\.5:first-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:first\:inset-x-3\.5:first-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:first\:-inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .xl\:first\:-inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .xl\:first\:-inset-y-1:first-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:first\:-inset-x-1:first-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:first\:-inset-y-2:first-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:first\:-inset-x-2:first-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:first\:-inset-y-3:first-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:first\:-inset-x-3:first-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:first\:-inset-y-4:first-child {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:first\:-inset-x-4:first-child {
    right: -1rem;
    left: -1rem;
  }

  .xl\:first\:-inset-y-5:first-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:first\:-inset-x-5:first-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:first\:-inset-y-6:first-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:first\:-inset-x-6:first-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:first\:-inset-y-7:first-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:first\:-inset-x-7:first-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:first\:-inset-y-8:first-child {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:first\:-inset-x-8:first-child {
    right: -2rem;
    left: -2rem;
  }

  .xl\:first\:-inset-y-9:first-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:first\:-inset-x-9:first-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:first\:-inset-y-10:first-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:first\:-inset-x-10:first-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:first\:-inset-y-11:first-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:first\:-inset-x-11:first-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:first\:-inset-y-12:first-child {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:first\:-inset-x-12:first-child {
    right: -3rem;
    left: -3rem;
  }

  .xl\:first\:-inset-y-14:first-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:first\:-inset-x-14:first-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:first\:-inset-y-16:first-child {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:first\:-inset-x-16:first-child {
    right: -4rem;
    left: -4rem;
  }

  .xl\:first\:-inset-y-20:first-child {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:first\:-inset-x-20:first-child {
    right: -5rem;
    left: -5rem;
  }

  .xl\:first\:-inset-y-24:first-child {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:first\:-inset-x-24:first-child {
    right: -6rem;
    left: -6rem;
  }

  .xl\:first\:-inset-y-28:first-child {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:first\:-inset-x-28:first-child {
    right: -7rem;
    left: -7rem;
  }

  .xl\:first\:-inset-y-32:first-child {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:first\:-inset-x-32:first-child {
    right: -8rem;
    left: -8rem;
  }

  .xl\:first\:-inset-y-36:first-child {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:first\:-inset-x-36:first-child {
    right: -9rem;
    left: -9rem;
  }

  .xl\:first\:-inset-y-40:first-child {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:first\:-inset-x-40:first-child {
    right: -10rem;
    left: -10rem;
  }

  .xl\:first\:-inset-y-44:first-child {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:first\:-inset-x-44:first-child {
    right: -11rem;
    left: -11rem;
  }

  .xl\:first\:-inset-y-48:first-child {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:first\:-inset-x-48:first-child {
    right: -12rem;
    left: -12rem;
  }

  .xl\:first\:-inset-y-52:first-child {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:first\:-inset-x-52:first-child {
    right: -13rem;
    left: -13rem;
  }

  .xl\:first\:-inset-y-56:first-child {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:first\:-inset-x-56:first-child {
    right: -14rem;
    left: -14rem;
  }

  .xl\:first\:-inset-y-60:first-child {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:first\:-inset-x-60:first-child {
    right: -15rem;
    left: -15rem;
  }

  .xl\:first\:-inset-y-64:first-child {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:first\:-inset-x-64:first-child {
    right: -16rem;
    left: -16rem;
  }

  .xl\:first\:-inset-y-72:first-child {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:first\:-inset-x-72:first-child {
    right: -18rem;
    left: -18rem;
  }

  .xl\:first\:-inset-y-80:first-child {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:first\:-inset-x-80:first-child {
    right: -20rem;
    left: -20rem;
  }

  .xl\:first\:-inset-y-96:first-child {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:first\:-inset-x-96:first-child {
    right: -24rem;
    left: -24rem;
  }

  .xl\:first\:-inset-y-px:first-child {
    top: -1px;
    bottom: -1px;
  }

  .xl\:first\:-inset-x-px:first-child {
    right: -1px;
    left: -1px;
  }

  .xl\:first\:-inset-y-0\.5:first-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:first\:-inset-x-0\.5:first-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:first\:-inset-y-1\.5:first-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:first\:-inset-x-1\.5:first-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:first\:-inset-y-2\.5:first-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:first\:-inset-x-2\.5:first-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:first\:-inset-y-3\.5:first-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:first\:-inset-x-3\.5:first-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .xl\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .xl\:first\:inset-y-1\/3:first-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:first\:inset-x-1\/3:first-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:first\:inset-y-2\/3:first-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:first\:inset-x-2\/3:first-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:first\:inset-y-1\/4:first-child {
    top: 25%;
    bottom: 25%;
  }

  .xl\:first\:inset-x-1\/4:first-child {
    right: 25%;
    left: 25%;
  }

  .xl\:first\:inset-y-2\/4:first-child {
    top: 50%;
    bottom: 50%;
  }

  .xl\:first\:inset-x-2\/4:first-child {
    right: 50%;
    left: 50%;
  }

  .xl\:first\:inset-y-3\/4:first-child {
    top: 75%;
    bottom: 75%;
  }

  .xl\:first\:inset-x-3\/4:first-child {
    right: 75%;
    left: 75%;
  }

  .xl\:first\:inset-y-full:first-child {
    top: 100%;
    bottom: 100%;
  }

  .xl\:first\:inset-x-full:first-child {
    right: 100%;
    left: 100%;
  }

  .xl\:first\:-inset-y-1\/2:first-child {
    top: -50%;
    bottom: -50%;
  }

  .xl\:first\:-inset-x-1\/2:first-child {
    right: -50%;
    left: -50%;
  }

  .xl\:first\:-inset-y-1\/3:first-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:first\:-inset-x-1\/3:first-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:first\:-inset-y-2\/3:first-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:first\:-inset-x-2\/3:first-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:first\:-inset-y-1\/4:first-child {
    top: -25%;
    bottom: -25%;
  }

  .xl\:first\:-inset-x-1\/4:first-child {
    right: -25%;
    left: -25%;
  }

  .xl\:first\:-inset-y-2\/4:first-child {
    top: -50%;
    bottom: -50%;
  }

  .xl\:first\:-inset-x-2\/4:first-child {
    right: -50%;
    left: -50%;
  }

  .xl\:first\:-inset-y-3\/4:first-child {
    top: -75%;
    bottom: -75%;
  }

  .xl\:first\:-inset-x-3\/4:first-child {
    right: -75%;
    left: -75%;
  }

  .xl\:first\:-inset-y-full:first-child {
    top: -100%;
    bottom: -100%;
  }

  .xl\:first\:-inset-x-full:first-child {
    right: -100%;
    left: -100%;
  }

  .xl\:first\:top-0:first-child {
    top: 0px;
  }

  .xl\:first\:right-0:first-child {
    right: 0px;
  }

  .xl\:first\:bottom-0:first-child {
    bottom: 0px;
  }

  .xl\:first\:left-0:first-child {
    left: 0px;
  }

  .xl\:first\:top-1:first-child {
    top: 0.25rem;
  }

  .xl\:first\:right-1:first-child {
    right: 0.25rem;
  }

  .xl\:first\:bottom-1:first-child {
    bottom: 0.25rem;
  }

  .xl\:first\:left-1:first-child {
    left: 0.25rem;
  }

  .xl\:first\:top-2:first-child {
    top: 0.5rem;
  }

  .xl\:first\:right-2:first-child {
    right: 0.5rem;
  }

  .xl\:first\:bottom-2:first-child {
    bottom: 0.5rem;
  }

  .xl\:first\:left-2:first-child {
    left: 0.5rem;
  }

  .xl\:first\:top-3:first-child {
    top: 0.75rem;
  }

  .xl\:first\:right-3:first-child {
    right: 0.75rem;
  }

  .xl\:first\:bottom-3:first-child {
    bottom: 0.75rem;
  }

  .xl\:first\:left-3:first-child {
    left: 0.75rem;
  }

  .xl\:first\:top-4:first-child {
    top: 1rem;
  }

  .xl\:first\:right-4:first-child {
    right: 1rem;
  }

  .xl\:first\:bottom-4:first-child {
    bottom: 1rem;
  }

  .xl\:first\:left-4:first-child {
    left: 1rem;
  }

  .xl\:first\:top-5:first-child {
    top: 1.25rem;
  }

  .xl\:first\:right-5:first-child {
    right: 1.25rem;
  }

  .xl\:first\:bottom-5:first-child {
    bottom: 1.25rem;
  }

  .xl\:first\:left-5:first-child {
    left: 1.25rem;
  }

  .xl\:first\:top-6:first-child {
    top: 1.5rem;
  }

  .xl\:first\:right-6:first-child {
    right: 1.5rem;
  }

  .xl\:first\:bottom-6:first-child {
    bottom: 1.5rem;
  }

  .xl\:first\:left-6:first-child {
    left: 1.5rem;
  }

  .xl\:first\:top-7:first-child {
    top: 1.75rem;
  }

  .xl\:first\:right-7:first-child {
    right: 1.75rem;
  }

  .xl\:first\:bottom-7:first-child {
    bottom: 1.75rem;
  }

  .xl\:first\:left-7:first-child {
    left: 1.75rem;
  }

  .xl\:first\:top-8:first-child {
    top: 2rem;
  }

  .xl\:first\:right-8:first-child {
    right: 2rem;
  }

  .xl\:first\:bottom-8:first-child {
    bottom: 2rem;
  }

  .xl\:first\:left-8:first-child {
    left: 2rem;
  }

  .xl\:first\:top-9:first-child {
    top: 2.25rem;
  }

  .xl\:first\:right-9:first-child {
    right: 2.25rem;
  }

  .xl\:first\:bottom-9:first-child {
    bottom: 2.25rem;
  }

  .xl\:first\:left-9:first-child {
    left: 2.25rem;
  }

  .xl\:first\:top-10:first-child {
    top: 2.5rem;
  }

  .xl\:first\:right-10:first-child {
    right: 2.5rem;
  }

  .xl\:first\:bottom-10:first-child {
    bottom: 2.5rem;
  }

  .xl\:first\:left-10:first-child {
    left: 2.5rem;
  }

  .xl\:first\:top-11:first-child {
    top: 2.75rem;
  }

  .xl\:first\:right-11:first-child {
    right: 2.75rem;
  }

  .xl\:first\:bottom-11:first-child {
    bottom: 2.75rem;
  }

  .xl\:first\:left-11:first-child {
    left: 2.75rem;
  }

  .xl\:first\:top-12:first-child {
    top: 3rem;
  }

  .xl\:first\:right-12:first-child {
    right: 3rem;
  }

  .xl\:first\:bottom-12:first-child {
    bottom: 3rem;
  }

  .xl\:first\:left-12:first-child {
    left: 3rem;
  }

  .xl\:first\:top-14:first-child {
    top: 3.5rem;
  }

  .xl\:first\:right-14:first-child {
    right: 3.5rem;
  }

  .xl\:first\:bottom-14:first-child {
    bottom: 3.5rem;
  }

  .xl\:first\:left-14:first-child {
    left: 3.5rem;
  }

  .xl\:first\:top-16:first-child {
    top: 4rem;
  }

  .xl\:first\:right-16:first-child {
    right: 4rem;
  }

  .xl\:first\:bottom-16:first-child {
    bottom: 4rem;
  }

  .xl\:first\:left-16:first-child {
    left: 4rem;
  }

  .xl\:first\:top-20:first-child {
    top: 5rem;
  }

  .xl\:first\:right-20:first-child {
    right: 5rem;
  }

  .xl\:first\:bottom-20:first-child {
    bottom: 5rem;
  }

  .xl\:first\:left-20:first-child {
    left: 5rem;
  }

  .xl\:first\:top-24:first-child {
    top: 6rem;
  }

  .xl\:first\:right-24:first-child {
    right: 6rem;
  }

  .xl\:first\:bottom-24:first-child {
    bottom: 6rem;
  }

  .xl\:first\:left-24:first-child {
    left: 6rem;
  }

  .xl\:first\:top-28:first-child {
    top: 7rem;
  }

  .xl\:first\:right-28:first-child {
    right: 7rem;
  }

  .xl\:first\:bottom-28:first-child {
    bottom: 7rem;
  }

  .xl\:first\:left-28:first-child {
    left: 7rem;
  }

  .xl\:first\:top-32:first-child {
    top: 8rem;
  }

  .xl\:first\:right-32:first-child {
    right: 8rem;
  }

  .xl\:first\:bottom-32:first-child {
    bottom: 8rem;
  }

  .xl\:first\:left-32:first-child {
    left: 8rem;
  }

  .xl\:first\:top-36:first-child {
    top: 9rem;
  }

  .xl\:first\:right-36:first-child {
    right: 9rem;
  }

  .xl\:first\:bottom-36:first-child {
    bottom: 9rem;
  }

  .xl\:first\:left-36:first-child {
    left: 9rem;
  }

  .xl\:first\:top-40:first-child {
    top: 10rem;
  }

  .xl\:first\:right-40:first-child {
    right: 10rem;
  }

  .xl\:first\:bottom-40:first-child {
    bottom: 10rem;
  }

  .xl\:first\:left-40:first-child {
    left: 10rem;
  }

  .xl\:first\:top-44:first-child {
    top: 11rem;
  }

  .xl\:first\:right-44:first-child {
    right: 11rem;
  }

  .xl\:first\:bottom-44:first-child {
    bottom: 11rem;
  }

  .xl\:first\:left-44:first-child {
    left: 11rem;
  }

  .xl\:first\:top-48:first-child {
    top: 12rem;
  }

  .xl\:first\:right-48:first-child {
    right: 12rem;
  }

  .xl\:first\:bottom-48:first-child {
    bottom: 12rem;
  }

  .xl\:first\:left-48:first-child {
    left: 12rem;
  }

  .xl\:first\:top-52:first-child {
    top: 13rem;
  }

  .xl\:first\:right-52:first-child {
    right: 13rem;
  }

  .xl\:first\:bottom-52:first-child {
    bottom: 13rem;
  }

  .xl\:first\:left-52:first-child {
    left: 13rem;
  }

  .xl\:first\:top-56:first-child {
    top: 14rem;
  }

  .xl\:first\:right-56:first-child {
    right: 14rem;
  }

  .xl\:first\:bottom-56:first-child {
    bottom: 14rem;
  }

  .xl\:first\:left-56:first-child {
    left: 14rem;
  }

  .xl\:first\:top-60:first-child {
    top: 15rem;
  }

  .xl\:first\:right-60:first-child {
    right: 15rem;
  }

  .xl\:first\:bottom-60:first-child {
    bottom: 15rem;
  }

  .xl\:first\:left-60:first-child {
    left: 15rem;
  }

  .xl\:first\:top-64:first-child {
    top: 16rem;
  }

  .xl\:first\:right-64:first-child {
    right: 16rem;
  }

  .xl\:first\:bottom-64:first-child {
    bottom: 16rem;
  }

  .xl\:first\:left-64:first-child {
    left: 16rem;
  }

  .xl\:first\:top-72:first-child {
    top: 18rem;
  }

  .xl\:first\:right-72:first-child {
    right: 18rem;
  }

  .xl\:first\:bottom-72:first-child {
    bottom: 18rem;
  }

  .xl\:first\:left-72:first-child {
    left: 18rem;
  }

  .xl\:first\:top-80:first-child {
    top: 20rem;
  }

  .xl\:first\:right-80:first-child {
    right: 20rem;
  }

  .xl\:first\:bottom-80:first-child {
    bottom: 20rem;
  }

  .xl\:first\:left-80:first-child {
    left: 20rem;
  }

  .xl\:first\:top-96:first-child {
    top: 24rem;
  }

  .xl\:first\:right-96:first-child {
    right: 24rem;
  }

  .xl\:first\:bottom-96:first-child {
    bottom: 24rem;
  }

  .xl\:first\:left-96:first-child {
    left: 24rem;
  }

  .xl\:first\:top-auto:first-child {
    top: auto;
  }

  .xl\:first\:right-auto:first-child {
    right: auto;
  }

  .xl\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .xl\:first\:left-auto:first-child {
    left: auto;
  }

  .xl\:first\:top-px:first-child {
    top: 1px;
  }

  .xl\:first\:right-px:first-child {
    right: 1px;
  }

  .xl\:first\:bottom-px:first-child {
    bottom: 1px;
  }

  .xl\:first\:left-px:first-child {
    left: 1px;
  }

  .xl\:first\:top-0\.5:first-child {
    top: 0.125rem;
  }

  .xl\:first\:right-0\.5:first-child {
    right: 0.125rem;
  }

  .xl\:first\:bottom-0\.5:first-child {
    bottom: 0.125rem;
  }

  .xl\:first\:left-0\.5:first-child {
    left: 0.125rem;
  }

  .xl\:first\:top-1\.5:first-child {
    top: 0.375rem;
  }

  .xl\:first\:right-1\.5:first-child {
    right: 0.375rem;
  }

  .xl\:first\:bottom-1\.5:first-child {
    bottom: 0.375rem;
  }

  .xl\:first\:left-1\.5:first-child {
    left: 0.375rem;
  }

  .xl\:first\:top-2\.5:first-child {
    top: 0.625rem;
  }

  .xl\:first\:right-2\.5:first-child {
    right: 0.625rem;
  }

  .xl\:first\:bottom-2\.5:first-child {
    bottom: 0.625rem;
  }

  .xl\:first\:left-2\.5:first-child {
    left: 0.625rem;
  }

  .xl\:first\:top-3\.5:first-child {
    top: 0.875rem;
  }

  .xl\:first\:right-3\.5:first-child {
    right: 0.875rem;
  }

  .xl\:first\:bottom-3\.5:first-child {
    bottom: 0.875rem;
  }

  .xl\:first\:left-3\.5:first-child {
    left: 0.875rem;
  }

  .xl\:first\:-top-0:first-child {
    top: 0px;
  }

  .xl\:first\:-right-0:first-child {
    right: 0px;
  }

  .xl\:first\:-bottom-0:first-child {
    bottom: 0px;
  }

  .xl\:first\:-left-0:first-child {
    left: 0px;
  }

  .xl\:first\:-top-1:first-child {
    top: -0.25rem;
  }

  .xl\:first\:-right-1:first-child {
    right: -0.25rem;
  }

  .xl\:first\:-bottom-1:first-child {
    bottom: -0.25rem;
  }

  .xl\:first\:-left-1:first-child {
    left: -0.25rem;
  }

  .xl\:first\:-top-2:first-child {
    top: -0.5rem;
  }

  .xl\:first\:-right-2:first-child {
    right: -0.5rem;
  }

  .xl\:first\:-bottom-2:first-child {
    bottom: -0.5rem;
  }

  .xl\:first\:-left-2:first-child {
    left: -0.5rem;
  }

  .xl\:first\:-top-3:first-child {
    top: -0.75rem;
  }

  .xl\:first\:-right-3:first-child {
    right: -0.75rem;
  }

  .xl\:first\:-bottom-3:first-child {
    bottom: -0.75rem;
  }

  .xl\:first\:-left-3:first-child {
    left: -0.75rem;
  }

  .xl\:first\:-top-4:first-child {
    top: -1rem;
  }

  .xl\:first\:-right-4:first-child {
    right: -1rem;
  }

  .xl\:first\:-bottom-4:first-child {
    bottom: -1rem;
  }

  .xl\:first\:-left-4:first-child {
    left: -1rem;
  }

  .xl\:first\:-top-5:first-child {
    top: -1.25rem;
  }

  .xl\:first\:-right-5:first-child {
    right: -1.25rem;
  }

  .xl\:first\:-bottom-5:first-child {
    bottom: -1.25rem;
  }

  .xl\:first\:-left-5:first-child {
    left: -1.25rem;
  }

  .xl\:first\:-top-6:first-child {
    top: -1.5rem;
  }

  .xl\:first\:-right-6:first-child {
    right: -1.5rem;
  }

  .xl\:first\:-bottom-6:first-child {
    bottom: -1.5rem;
  }

  .xl\:first\:-left-6:first-child {
    left: -1.5rem;
  }

  .xl\:first\:-top-7:first-child {
    top: -1.75rem;
  }

  .xl\:first\:-right-7:first-child {
    right: -1.75rem;
  }

  .xl\:first\:-bottom-7:first-child {
    bottom: -1.75rem;
  }

  .xl\:first\:-left-7:first-child {
    left: -1.75rem;
  }

  .xl\:first\:-top-8:first-child {
    top: -2rem;
  }

  .xl\:first\:-right-8:first-child {
    right: -2rem;
  }

  .xl\:first\:-bottom-8:first-child {
    bottom: -2rem;
  }

  .xl\:first\:-left-8:first-child {
    left: -2rem;
  }

  .xl\:first\:-top-9:first-child {
    top: -2.25rem;
  }

  .xl\:first\:-right-9:first-child {
    right: -2.25rem;
  }

  .xl\:first\:-bottom-9:first-child {
    bottom: -2.25rem;
  }

  .xl\:first\:-left-9:first-child {
    left: -2.25rem;
  }

  .xl\:first\:-top-10:first-child {
    top: -2.5rem;
  }

  .xl\:first\:-right-10:first-child {
    right: -2.5rem;
  }

  .xl\:first\:-bottom-10:first-child {
    bottom: -2.5rem;
  }

  .xl\:first\:-left-10:first-child {
    left: -2.5rem;
  }

  .xl\:first\:-top-11:first-child {
    top: -2.75rem;
  }

  .xl\:first\:-right-11:first-child {
    right: -2.75rem;
  }

  .xl\:first\:-bottom-11:first-child {
    bottom: -2.75rem;
  }

  .xl\:first\:-left-11:first-child {
    left: -2.75rem;
  }

  .xl\:first\:-top-12:first-child {
    top: -3rem;
  }

  .xl\:first\:-right-12:first-child {
    right: -3rem;
  }

  .xl\:first\:-bottom-12:first-child {
    bottom: -3rem;
  }

  .xl\:first\:-left-12:first-child {
    left: -3rem;
  }

  .xl\:first\:-top-14:first-child {
    top: -3.5rem;
  }

  .xl\:first\:-right-14:first-child {
    right: -3.5rem;
  }

  .xl\:first\:-bottom-14:first-child {
    bottom: -3.5rem;
  }

  .xl\:first\:-left-14:first-child {
    left: -3.5rem;
  }

  .xl\:first\:-top-16:first-child {
    top: -4rem;
  }

  .xl\:first\:-right-16:first-child {
    right: -4rem;
  }

  .xl\:first\:-bottom-16:first-child {
    bottom: -4rem;
  }

  .xl\:first\:-left-16:first-child {
    left: -4rem;
  }

  .xl\:first\:-top-20:first-child {
    top: -5rem;
  }

  .xl\:first\:-right-20:first-child {
    right: -5rem;
  }

  .xl\:first\:-bottom-20:first-child {
    bottom: -5rem;
  }

  .xl\:first\:-left-20:first-child {
    left: -5rem;
  }

  .xl\:first\:-top-24:first-child {
    top: -6rem;
  }

  .xl\:first\:-right-24:first-child {
    right: -6rem;
  }

  .xl\:first\:-bottom-24:first-child {
    bottom: -6rem;
  }

  .xl\:first\:-left-24:first-child {
    left: -6rem;
  }

  .xl\:first\:-top-28:first-child {
    top: -7rem;
  }

  .xl\:first\:-right-28:first-child {
    right: -7rem;
  }

  .xl\:first\:-bottom-28:first-child {
    bottom: -7rem;
  }

  .xl\:first\:-left-28:first-child {
    left: -7rem;
  }

  .xl\:first\:-top-32:first-child {
    top: -8rem;
  }

  .xl\:first\:-right-32:first-child {
    right: -8rem;
  }

  .xl\:first\:-bottom-32:first-child {
    bottom: -8rem;
  }

  .xl\:first\:-left-32:first-child {
    left: -8rem;
  }

  .xl\:first\:-top-36:first-child {
    top: -9rem;
  }

  .xl\:first\:-right-36:first-child {
    right: -9rem;
  }

  .xl\:first\:-bottom-36:first-child {
    bottom: -9rem;
  }

  .xl\:first\:-left-36:first-child {
    left: -9rem;
  }

  .xl\:first\:-top-40:first-child {
    top: -10rem;
  }

  .xl\:first\:-right-40:first-child {
    right: -10rem;
  }

  .xl\:first\:-bottom-40:first-child {
    bottom: -10rem;
  }

  .xl\:first\:-left-40:first-child {
    left: -10rem;
  }

  .xl\:first\:-top-44:first-child {
    top: -11rem;
  }

  .xl\:first\:-right-44:first-child {
    right: -11rem;
  }

  .xl\:first\:-bottom-44:first-child {
    bottom: -11rem;
  }

  .xl\:first\:-left-44:first-child {
    left: -11rem;
  }

  .xl\:first\:-top-48:first-child {
    top: -12rem;
  }

  .xl\:first\:-right-48:first-child {
    right: -12rem;
  }

  .xl\:first\:-bottom-48:first-child {
    bottom: -12rem;
  }

  .xl\:first\:-left-48:first-child {
    left: -12rem;
  }

  .xl\:first\:-top-52:first-child {
    top: -13rem;
  }

  .xl\:first\:-right-52:first-child {
    right: -13rem;
  }

  .xl\:first\:-bottom-52:first-child {
    bottom: -13rem;
  }

  .xl\:first\:-left-52:first-child {
    left: -13rem;
  }

  .xl\:first\:-top-56:first-child {
    top: -14rem;
  }

  .xl\:first\:-right-56:first-child {
    right: -14rem;
  }

  .xl\:first\:-bottom-56:first-child {
    bottom: -14rem;
  }

  .xl\:first\:-left-56:first-child {
    left: -14rem;
  }

  .xl\:first\:-top-60:first-child {
    top: -15rem;
  }

  .xl\:first\:-right-60:first-child {
    right: -15rem;
  }

  .xl\:first\:-bottom-60:first-child {
    bottom: -15rem;
  }

  .xl\:first\:-left-60:first-child {
    left: -15rem;
  }

  .xl\:first\:-top-64:first-child {
    top: -16rem;
  }

  .xl\:first\:-right-64:first-child {
    right: -16rem;
  }

  .xl\:first\:-bottom-64:first-child {
    bottom: -16rem;
  }

  .xl\:first\:-left-64:first-child {
    left: -16rem;
  }

  .xl\:first\:-top-72:first-child {
    top: -18rem;
  }

  .xl\:first\:-right-72:first-child {
    right: -18rem;
  }

  .xl\:first\:-bottom-72:first-child {
    bottom: -18rem;
  }

  .xl\:first\:-left-72:first-child {
    left: -18rem;
  }

  .xl\:first\:-top-80:first-child {
    top: -20rem;
  }

  .xl\:first\:-right-80:first-child {
    right: -20rem;
  }

  .xl\:first\:-bottom-80:first-child {
    bottom: -20rem;
  }

  .xl\:first\:-left-80:first-child {
    left: -20rem;
  }

  .xl\:first\:-top-96:first-child {
    top: -24rem;
  }

  .xl\:first\:-right-96:first-child {
    right: -24rem;
  }

  .xl\:first\:-bottom-96:first-child {
    bottom: -24rem;
  }

  .xl\:first\:-left-96:first-child {
    left: -24rem;
  }

  .xl\:first\:-top-px:first-child {
    top: -1px;
  }

  .xl\:first\:-right-px:first-child {
    right: -1px;
  }

  .xl\:first\:-bottom-px:first-child {
    bottom: -1px;
  }

  .xl\:first\:-left-px:first-child {
    left: -1px;
  }

  .xl\:first\:-top-0\.5:first-child {
    top: -0.125rem;
  }

  .xl\:first\:-right-0\.5:first-child {
    right: -0.125rem;
  }

  .xl\:first\:-bottom-0\.5:first-child {
    bottom: -0.125rem;
  }

  .xl\:first\:-left-0\.5:first-child {
    left: -0.125rem;
  }

  .xl\:first\:-top-1\.5:first-child {
    top: -0.375rem;
  }

  .xl\:first\:-right-1\.5:first-child {
    right: -0.375rem;
  }

  .xl\:first\:-bottom-1\.5:first-child {
    bottom: -0.375rem;
  }

  .xl\:first\:-left-1\.5:first-child {
    left: -0.375rem;
  }

  .xl\:first\:-top-2\.5:first-child {
    top: -0.625rem;
  }

  .xl\:first\:-right-2\.5:first-child {
    right: -0.625rem;
  }

  .xl\:first\:-bottom-2\.5:first-child {
    bottom: -0.625rem;
  }

  .xl\:first\:-left-2\.5:first-child {
    left: -0.625rem;
  }

  .xl\:first\:-top-3\.5:first-child {
    top: -0.875rem;
  }

  .xl\:first\:-right-3\.5:first-child {
    right: -0.875rem;
  }

  .xl\:first\:-bottom-3\.5:first-child {
    bottom: -0.875rem;
  }

  .xl\:first\:-left-3\.5:first-child {
    left: -0.875rem;
  }

  .xl\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .xl\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .xl\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .xl\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .xl\:first\:top-1\/3:first-child {
    top: 33.333333%;
  }

  .xl\:first\:right-1\/3:first-child {
    right: 33.333333%;
  }

  .xl\:first\:bottom-1\/3:first-child {
    bottom: 33.333333%;
  }

  .xl\:first\:left-1\/3:first-child {
    left: 33.333333%;
  }

  .xl\:first\:top-2\/3:first-child {
    top: 66.666667%;
  }

  .xl\:first\:right-2\/3:first-child {
    right: 66.666667%;
  }

  .xl\:first\:bottom-2\/3:first-child {
    bottom: 66.666667%;
  }

  .xl\:first\:left-2\/3:first-child {
    left: 66.666667%;
  }

  .xl\:first\:top-1\/4:first-child {
    top: 25%;
  }

  .xl\:first\:right-1\/4:first-child {
    right: 25%;
  }

  .xl\:first\:bottom-1\/4:first-child {
    bottom: 25%;
  }

  .xl\:first\:left-1\/4:first-child {
    left: 25%;
  }

  .xl\:first\:top-2\/4:first-child {
    top: 50%;
  }

  .xl\:first\:right-2\/4:first-child {
    right: 50%;
  }

  .xl\:first\:bottom-2\/4:first-child {
    bottom: 50%;
  }

  .xl\:first\:left-2\/4:first-child {
    left: 50%;
  }

  .xl\:first\:top-3\/4:first-child {
    top: 75%;
  }

  .xl\:first\:right-3\/4:first-child {
    right: 75%;
  }

  .xl\:first\:bottom-3\/4:first-child {
    bottom: 75%;
  }

  .xl\:first\:left-3\/4:first-child {
    left: 75%;
  }

  .xl\:first\:top-full:first-child {
    top: 100%;
  }

  .xl\:first\:right-full:first-child {
    right: 100%;
  }

  .xl\:first\:bottom-full:first-child {
    bottom: 100%;
  }

  .xl\:first\:left-full:first-child {
    left: 100%;
  }

  .xl\:first\:-top-1\/2:first-child {
    top: -50%;
  }

  .xl\:first\:-right-1\/2:first-child {
    right: -50%;
  }

  .xl\:first\:-bottom-1\/2:first-child {
    bottom: -50%;
  }

  .xl\:first\:-left-1\/2:first-child {
    left: -50%;
  }

  .xl\:first\:-top-1\/3:first-child {
    top: -33.333333%;
  }

  .xl\:first\:-right-1\/3:first-child {
    right: -33.333333%;
  }

  .xl\:first\:-bottom-1\/3:first-child {
    bottom: -33.333333%;
  }

  .xl\:first\:-left-1\/3:first-child {
    left: -33.333333%;
  }

  .xl\:first\:-top-2\/3:first-child {
    top: -66.666667%;
  }

  .xl\:first\:-right-2\/3:first-child {
    right: -66.666667%;
  }

  .xl\:first\:-bottom-2\/3:first-child {
    bottom: -66.666667%;
  }

  .xl\:first\:-left-2\/3:first-child {
    left: -66.666667%;
  }

  .xl\:first\:-top-1\/4:first-child {
    top: -25%;
  }

  .xl\:first\:-right-1\/4:first-child {
    right: -25%;
  }

  .xl\:first\:-bottom-1\/4:first-child {
    bottom: -25%;
  }

  .xl\:first\:-left-1\/4:first-child {
    left: -25%;
  }

  .xl\:first\:-top-2\/4:first-child {
    top: -50%;
  }

  .xl\:first\:-right-2\/4:first-child {
    right: -50%;
  }

  .xl\:first\:-bottom-2\/4:first-child {
    bottom: -50%;
  }

  .xl\:first\:-left-2\/4:first-child {
    left: -50%;
  }

  .xl\:first\:-top-3\/4:first-child {
    top: -75%;
  }

  .xl\:first\:-right-3\/4:first-child {
    right: -75%;
  }

  .xl\:first\:-bottom-3\/4:first-child {
    bottom: -75%;
  }

  .xl\:first\:-left-3\/4:first-child {
    left: -75%;
  }

  .xl\:first\:-top-full:first-child {
    top: -100%;
  }

  .xl\:first\:-right-full:first-child {
    right: -100%;
  }

  .xl\:first\:-bottom-full:first-child {
    bottom: -100%;
  }

  .xl\:first\:-left-full:first-child {
    left: -100%;
  }

  .xl\:last\:inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:last\:inset-1:last-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:last\:inset-2:last-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:last\:inset-3:last-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:last\:inset-4:last-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:last\:inset-5:last-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:last\:inset-6:last-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:last\:inset-7:last-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:last\:inset-8:last-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:last\:inset-9:last-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:last\:inset-10:last-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:last\:inset-11:last-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:last\:inset-12:last-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:last\:inset-14:last-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:last\:inset-16:last-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:last\:inset-20:last-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:last\:inset-24:last-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:last\:inset-28:last-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:last\:inset-32:last-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:last\:inset-36:last-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:last\:inset-40:last-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:last\:inset-44:last-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:last\:inset-48:last-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:last\:inset-52:last-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:last\:inset-56:last-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:last\:inset-60:last-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:last\:inset-64:last-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:last\:inset-72:last-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:last\:inset-80:last-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:last\:inset-96:last-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:last\:inset-px:last-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:last\:inset-0\.5:last-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:last\:inset-1\.5:last-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:last\:inset-2\.5:last-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:last\:inset-3\.5:last-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:last\:-inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:last\:-inset-1:last-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:last\:-inset-2:last-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:last\:-inset-3:last-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:last\:-inset-4:last-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:last\:-inset-5:last-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:last\:-inset-6:last-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:last\:-inset-7:last-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:last\:-inset-8:last-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:last\:-inset-9:last-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:last\:-inset-10:last-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:last\:-inset-11:last-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:last\:-inset-12:last-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:last\:-inset-14:last-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:last\:-inset-16:last-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:last\:-inset-20:last-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:last\:-inset-24:last-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:last\:-inset-28:last-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:last\:-inset-32:last-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:last\:-inset-36:last-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:last\:-inset-40:last-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:last\:-inset-44:last-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:last\:-inset-48:last-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:last\:-inset-52:last-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:last\:-inset-56:last-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:last\:-inset-60:last-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:last\:-inset-64:last-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:last\:-inset-72:last-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:last\:-inset-80:last-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:last\:-inset-96:last-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:last\:-inset-px:last-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:last\:-inset-0\.5:last-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:last\:-inset-1\.5:last-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:last\:-inset-2\.5:last-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:last\:-inset-3\.5:last-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:last\:inset-1\/3:last-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:last\:inset-2\/3:last-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:last\:inset-1\/4:last-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:last\:inset-2\/4:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:last\:inset-3\/4:last-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:last\:inset-full:last-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:last\:-inset-1\/2:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:last\:-inset-1\/3:last-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:last\:-inset-2\/3:last-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:last\:-inset-1\/4:last-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:last\:-inset-2\/4:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:last\:-inset-3\/4:last-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:last\:-inset-full:last-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:last\:inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .xl\:last\:inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .xl\:last\:inset-y-1:last-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:last\:inset-x-1:last-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:last\:inset-y-2:last-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:last\:inset-x-2:last-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:last\:inset-y-3:last-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:last\:inset-x-3:last-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:last\:inset-y-4:last-child {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:last\:inset-x-4:last-child {
    right: 1rem;
    left: 1rem;
  }

  .xl\:last\:inset-y-5:last-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:last\:inset-x-5:last-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:last\:inset-y-6:last-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:last\:inset-x-6:last-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:last\:inset-y-7:last-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:last\:inset-x-7:last-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:last\:inset-y-8:last-child {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:last\:inset-x-8:last-child {
    right: 2rem;
    left: 2rem;
  }

  .xl\:last\:inset-y-9:last-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:last\:inset-x-9:last-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:last\:inset-y-10:last-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:last\:inset-x-10:last-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:last\:inset-y-11:last-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:last\:inset-x-11:last-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:last\:inset-y-12:last-child {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:last\:inset-x-12:last-child {
    right: 3rem;
    left: 3rem;
  }

  .xl\:last\:inset-y-14:last-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:last\:inset-x-14:last-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:last\:inset-y-16:last-child {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:last\:inset-x-16:last-child {
    right: 4rem;
    left: 4rem;
  }

  .xl\:last\:inset-y-20:last-child {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:last\:inset-x-20:last-child {
    right: 5rem;
    left: 5rem;
  }

  .xl\:last\:inset-y-24:last-child {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:last\:inset-x-24:last-child {
    right: 6rem;
    left: 6rem;
  }

  .xl\:last\:inset-y-28:last-child {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:last\:inset-x-28:last-child {
    right: 7rem;
    left: 7rem;
  }

  .xl\:last\:inset-y-32:last-child {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:last\:inset-x-32:last-child {
    right: 8rem;
    left: 8rem;
  }

  .xl\:last\:inset-y-36:last-child {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:last\:inset-x-36:last-child {
    right: 9rem;
    left: 9rem;
  }

  .xl\:last\:inset-y-40:last-child {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:last\:inset-x-40:last-child {
    right: 10rem;
    left: 10rem;
  }

  .xl\:last\:inset-y-44:last-child {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:last\:inset-x-44:last-child {
    right: 11rem;
    left: 11rem;
  }

  .xl\:last\:inset-y-48:last-child {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:last\:inset-x-48:last-child {
    right: 12rem;
    left: 12rem;
  }

  .xl\:last\:inset-y-52:last-child {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:last\:inset-x-52:last-child {
    right: 13rem;
    left: 13rem;
  }

  .xl\:last\:inset-y-56:last-child {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:last\:inset-x-56:last-child {
    right: 14rem;
    left: 14rem;
  }

  .xl\:last\:inset-y-60:last-child {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:last\:inset-x-60:last-child {
    right: 15rem;
    left: 15rem;
  }

  .xl\:last\:inset-y-64:last-child {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:last\:inset-x-64:last-child {
    right: 16rem;
    left: 16rem;
  }

  .xl\:last\:inset-y-72:last-child {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:last\:inset-x-72:last-child {
    right: 18rem;
    left: 18rem;
  }

  .xl\:last\:inset-y-80:last-child {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:last\:inset-x-80:last-child {
    right: 20rem;
    left: 20rem;
  }

  .xl\:last\:inset-y-96:last-child {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:last\:inset-x-96:last-child {
    right: 24rem;
    left: 24rem;
  }

  .xl\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .xl\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .xl\:last\:inset-y-px:last-child {
    top: 1px;
    bottom: 1px;
  }

  .xl\:last\:inset-x-px:last-child {
    right: 1px;
    left: 1px;
  }

  .xl\:last\:inset-y-0\.5:last-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:last\:inset-x-0\.5:last-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:last\:inset-y-1\.5:last-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:last\:inset-x-1\.5:last-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:last\:inset-y-2\.5:last-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:last\:inset-x-2\.5:last-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:last\:inset-y-3\.5:last-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:last\:inset-x-3\.5:last-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:last\:-inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .xl\:last\:-inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .xl\:last\:-inset-y-1:last-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:last\:-inset-x-1:last-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:last\:-inset-y-2:last-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:last\:-inset-x-2:last-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:last\:-inset-y-3:last-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:last\:-inset-x-3:last-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:last\:-inset-y-4:last-child {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:last\:-inset-x-4:last-child {
    right: -1rem;
    left: -1rem;
  }

  .xl\:last\:-inset-y-5:last-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:last\:-inset-x-5:last-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:last\:-inset-y-6:last-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:last\:-inset-x-6:last-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:last\:-inset-y-7:last-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:last\:-inset-x-7:last-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:last\:-inset-y-8:last-child {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:last\:-inset-x-8:last-child {
    right: -2rem;
    left: -2rem;
  }

  .xl\:last\:-inset-y-9:last-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:last\:-inset-x-9:last-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:last\:-inset-y-10:last-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:last\:-inset-x-10:last-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:last\:-inset-y-11:last-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:last\:-inset-x-11:last-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:last\:-inset-y-12:last-child {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:last\:-inset-x-12:last-child {
    right: -3rem;
    left: -3rem;
  }

  .xl\:last\:-inset-y-14:last-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:last\:-inset-x-14:last-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:last\:-inset-y-16:last-child {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:last\:-inset-x-16:last-child {
    right: -4rem;
    left: -4rem;
  }

  .xl\:last\:-inset-y-20:last-child {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:last\:-inset-x-20:last-child {
    right: -5rem;
    left: -5rem;
  }

  .xl\:last\:-inset-y-24:last-child {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:last\:-inset-x-24:last-child {
    right: -6rem;
    left: -6rem;
  }

  .xl\:last\:-inset-y-28:last-child {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:last\:-inset-x-28:last-child {
    right: -7rem;
    left: -7rem;
  }

  .xl\:last\:-inset-y-32:last-child {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:last\:-inset-x-32:last-child {
    right: -8rem;
    left: -8rem;
  }

  .xl\:last\:-inset-y-36:last-child {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:last\:-inset-x-36:last-child {
    right: -9rem;
    left: -9rem;
  }

  .xl\:last\:-inset-y-40:last-child {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:last\:-inset-x-40:last-child {
    right: -10rem;
    left: -10rem;
  }

  .xl\:last\:-inset-y-44:last-child {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:last\:-inset-x-44:last-child {
    right: -11rem;
    left: -11rem;
  }

  .xl\:last\:-inset-y-48:last-child {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:last\:-inset-x-48:last-child {
    right: -12rem;
    left: -12rem;
  }

  .xl\:last\:-inset-y-52:last-child {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:last\:-inset-x-52:last-child {
    right: -13rem;
    left: -13rem;
  }

  .xl\:last\:-inset-y-56:last-child {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:last\:-inset-x-56:last-child {
    right: -14rem;
    left: -14rem;
  }

  .xl\:last\:-inset-y-60:last-child {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:last\:-inset-x-60:last-child {
    right: -15rem;
    left: -15rem;
  }

  .xl\:last\:-inset-y-64:last-child {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:last\:-inset-x-64:last-child {
    right: -16rem;
    left: -16rem;
  }

  .xl\:last\:-inset-y-72:last-child {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:last\:-inset-x-72:last-child {
    right: -18rem;
    left: -18rem;
  }

  .xl\:last\:-inset-y-80:last-child {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:last\:-inset-x-80:last-child {
    right: -20rem;
    left: -20rem;
  }

  .xl\:last\:-inset-y-96:last-child {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:last\:-inset-x-96:last-child {
    right: -24rem;
    left: -24rem;
  }

  .xl\:last\:-inset-y-px:last-child {
    top: -1px;
    bottom: -1px;
  }

  .xl\:last\:-inset-x-px:last-child {
    right: -1px;
    left: -1px;
  }

  .xl\:last\:-inset-y-0\.5:last-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:last\:-inset-x-0\.5:last-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:last\:-inset-y-1\.5:last-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:last\:-inset-x-1\.5:last-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:last\:-inset-y-2\.5:last-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:last\:-inset-x-2\.5:last-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:last\:-inset-y-3\.5:last-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:last\:-inset-x-3\.5:last-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .xl\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .xl\:last\:inset-y-1\/3:last-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:last\:inset-x-1\/3:last-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:last\:inset-y-2\/3:last-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:last\:inset-x-2\/3:last-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:last\:inset-y-1\/4:last-child {
    top: 25%;
    bottom: 25%;
  }

  .xl\:last\:inset-x-1\/4:last-child {
    right: 25%;
    left: 25%;
  }

  .xl\:last\:inset-y-2\/4:last-child {
    top: 50%;
    bottom: 50%;
  }

  .xl\:last\:inset-x-2\/4:last-child {
    right: 50%;
    left: 50%;
  }

  .xl\:last\:inset-y-3\/4:last-child {
    top: 75%;
    bottom: 75%;
  }

  .xl\:last\:inset-x-3\/4:last-child {
    right: 75%;
    left: 75%;
  }

  .xl\:last\:inset-y-full:last-child {
    top: 100%;
    bottom: 100%;
  }

  .xl\:last\:inset-x-full:last-child {
    right: 100%;
    left: 100%;
  }

  .xl\:last\:-inset-y-1\/2:last-child {
    top: -50%;
    bottom: -50%;
  }

  .xl\:last\:-inset-x-1\/2:last-child {
    right: -50%;
    left: -50%;
  }

  .xl\:last\:-inset-y-1\/3:last-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:last\:-inset-x-1\/3:last-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:last\:-inset-y-2\/3:last-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:last\:-inset-x-2\/3:last-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:last\:-inset-y-1\/4:last-child {
    top: -25%;
    bottom: -25%;
  }

  .xl\:last\:-inset-x-1\/4:last-child {
    right: -25%;
    left: -25%;
  }

  .xl\:last\:-inset-y-2\/4:last-child {
    top: -50%;
    bottom: -50%;
  }

  .xl\:last\:-inset-x-2\/4:last-child {
    right: -50%;
    left: -50%;
  }

  .xl\:last\:-inset-y-3\/4:last-child {
    top: -75%;
    bottom: -75%;
  }

  .xl\:last\:-inset-x-3\/4:last-child {
    right: -75%;
    left: -75%;
  }

  .xl\:last\:-inset-y-full:last-child {
    top: -100%;
    bottom: -100%;
  }

  .xl\:last\:-inset-x-full:last-child {
    right: -100%;
    left: -100%;
  }

  .xl\:last\:top-0:last-child {
    top: 0px;
  }

  .xl\:last\:right-0:last-child {
    right: 0px;
  }

  .xl\:last\:bottom-0:last-child {
    bottom: 0px;
  }

  .xl\:last\:left-0:last-child {
    left: 0px;
  }

  .xl\:last\:top-1:last-child {
    top: 0.25rem;
  }

  .xl\:last\:right-1:last-child {
    right: 0.25rem;
  }

  .xl\:last\:bottom-1:last-child {
    bottom: 0.25rem;
  }

  .xl\:last\:left-1:last-child {
    left: 0.25rem;
  }

  .xl\:last\:top-2:last-child {
    top: 0.5rem;
  }

  .xl\:last\:right-2:last-child {
    right: 0.5rem;
  }

  .xl\:last\:bottom-2:last-child {
    bottom: 0.5rem;
  }

  .xl\:last\:left-2:last-child {
    left: 0.5rem;
  }

  .xl\:last\:top-3:last-child {
    top: 0.75rem;
  }

  .xl\:last\:right-3:last-child {
    right: 0.75rem;
  }

  .xl\:last\:bottom-3:last-child {
    bottom: 0.75rem;
  }

  .xl\:last\:left-3:last-child {
    left: 0.75rem;
  }

  .xl\:last\:top-4:last-child {
    top: 1rem;
  }

  .xl\:last\:right-4:last-child {
    right: 1rem;
  }

  .xl\:last\:bottom-4:last-child {
    bottom: 1rem;
  }

  .xl\:last\:left-4:last-child {
    left: 1rem;
  }

  .xl\:last\:top-5:last-child {
    top: 1.25rem;
  }

  .xl\:last\:right-5:last-child {
    right: 1.25rem;
  }

  .xl\:last\:bottom-5:last-child {
    bottom: 1.25rem;
  }

  .xl\:last\:left-5:last-child {
    left: 1.25rem;
  }

  .xl\:last\:top-6:last-child {
    top: 1.5rem;
  }

  .xl\:last\:right-6:last-child {
    right: 1.5rem;
  }

  .xl\:last\:bottom-6:last-child {
    bottom: 1.5rem;
  }

  .xl\:last\:left-6:last-child {
    left: 1.5rem;
  }

  .xl\:last\:top-7:last-child {
    top: 1.75rem;
  }

  .xl\:last\:right-7:last-child {
    right: 1.75rem;
  }

  .xl\:last\:bottom-7:last-child {
    bottom: 1.75rem;
  }

  .xl\:last\:left-7:last-child {
    left: 1.75rem;
  }

  .xl\:last\:top-8:last-child {
    top: 2rem;
  }

  .xl\:last\:right-8:last-child {
    right: 2rem;
  }

  .xl\:last\:bottom-8:last-child {
    bottom: 2rem;
  }

  .xl\:last\:left-8:last-child {
    left: 2rem;
  }

  .xl\:last\:top-9:last-child {
    top: 2.25rem;
  }

  .xl\:last\:right-9:last-child {
    right: 2.25rem;
  }

  .xl\:last\:bottom-9:last-child {
    bottom: 2.25rem;
  }

  .xl\:last\:left-9:last-child {
    left: 2.25rem;
  }

  .xl\:last\:top-10:last-child {
    top: 2.5rem;
  }

  .xl\:last\:right-10:last-child {
    right: 2.5rem;
  }

  .xl\:last\:bottom-10:last-child {
    bottom: 2.5rem;
  }

  .xl\:last\:left-10:last-child {
    left: 2.5rem;
  }

  .xl\:last\:top-11:last-child {
    top: 2.75rem;
  }

  .xl\:last\:right-11:last-child {
    right: 2.75rem;
  }

  .xl\:last\:bottom-11:last-child {
    bottom: 2.75rem;
  }

  .xl\:last\:left-11:last-child {
    left: 2.75rem;
  }

  .xl\:last\:top-12:last-child {
    top: 3rem;
  }

  .xl\:last\:right-12:last-child {
    right: 3rem;
  }

  .xl\:last\:bottom-12:last-child {
    bottom: 3rem;
  }

  .xl\:last\:left-12:last-child {
    left: 3rem;
  }

  .xl\:last\:top-14:last-child {
    top: 3.5rem;
  }

  .xl\:last\:right-14:last-child {
    right: 3.5rem;
  }

  .xl\:last\:bottom-14:last-child {
    bottom: 3.5rem;
  }

  .xl\:last\:left-14:last-child {
    left: 3.5rem;
  }

  .xl\:last\:top-16:last-child {
    top: 4rem;
  }

  .xl\:last\:right-16:last-child {
    right: 4rem;
  }

  .xl\:last\:bottom-16:last-child {
    bottom: 4rem;
  }

  .xl\:last\:left-16:last-child {
    left: 4rem;
  }

  .xl\:last\:top-20:last-child {
    top: 5rem;
  }

  .xl\:last\:right-20:last-child {
    right: 5rem;
  }

  .xl\:last\:bottom-20:last-child {
    bottom: 5rem;
  }

  .xl\:last\:left-20:last-child {
    left: 5rem;
  }

  .xl\:last\:top-24:last-child {
    top: 6rem;
  }

  .xl\:last\:right-24:last-child {
    right: 6rem;
  }

  .xl\:last\:bottom-24:last-child {
    bottom: 6rem;
  }

  .xl\:last\:left-24:last-child {
    left: 6rem;
  }

  .xl\:last\:top-28:last-child {
    top: 7rem;
  }

  .xl\:last\:right-28:last-child {
    right: 7rem;
  }

  .xl\:last\:bottom-28:last-child {
    bottom: 7rem;
  }

  .xl\:last\:left-28:last-child {
    left: 7rem;
  }

  .xl\:last\:top-32:last-child {
    top: 8rem;
  }

  .xl\:last\:right-32:last-child {
    right: 8rem;
  }

  .xl\:last\:bottom-32:last-child {
    bottom: 8rem;
  }

  .xl\:last\:left-32:last-child {
    left: 8rem;
  }

  .xl\:last\:top-36:last-child {
    top: 9rem;
  }

  .xl\:last\:right-36:last-child {
    right: 9rem;
  }

  .xl\:last\:bottom-36:last-child {
    bottom: 9rem;
  }

  .xl\:last\:left-36:last-child {
    left: 9rem;
  }

  .xl\:last\:top-40:last-child {
    top: 10rem;
  }

  .xl\:last\:right-40:last-child {
    right: 10rem;
  }

  .xl\:last\:bottom-40:last-child {
    bottom: 10rem;
  }

  .xl\:last\:left-40:last-child {
    left: 10rem;
  }

  .xl\:last\:top-44:last-child {
    top: 11rem;
  }

  .xl\:last\:right-44:last-child {
    right: 11rem;
  }

  .xl\:last\:bottom-44:last-child {
    bottom: 11rem;
  }

  .xl\:last\:left-44:last-child {
    left: 11rem;
  }

  .xl\:last\:top-48:last-child {
    top: 12rem;
  }

  .xl\:last\:right-48:last-child {
    right: 12rem;
  }

  .xl\:last\:bottom-48:last-child {
    bottom: 12rem;
  }

  .xl\:last\:left-48:last-child {
    left: 12rem;
  }

  .xl\:last\:top-52:last-child {
    top: 13rem;
  }

  .xl\:last\:right-52:last-child {
    right: 13rem;
  }

  .xl\:last\:bottom-52:last-child {
    bottom: 13rem;
  }

  .xl\:last\:left-52:last-child {
    left: 13rem;
  }

  .xl\:last\:top-56:last-child {
    top: 14rem;
  }

  .xl\:last\:right-56:last-child {
    right: 14rem;
  }

  .xl\:last\:bottom-56:last-child {
    bottom: 14rem;
  }

  .xl\:last\:left-56:last-child {
    left: 14rem;
  }

  .xl\:last\:top-60:last-child {
    top: 15rem;
  }

  .xl\:last\:right-60:last-child {
    right: 15rem;
  }

  .xl\:last\:bottom-60:last-child {
    bottom: 15rem;
  }

  .xl\:last\:left-60:last-child {
    left: 15rem;
  }

  .xl\:last\:top-64:last-child {
    top: 16rem;
  }

  .xl\:last\:right-64:last-child {
    right: 16rem;
  }

  .xl\:last\:bottom-64:last-child {
    bottom: 16rem;
  }

  .xl\:last\:left-64:last-child {
    left: 16rem;
  }

  .xl\:last\:top-72:last-child {
    top: 18rem;
  }

  .xl\:last\:right-72:last-child {
    right: 18rem;
  }

  .xl\:last\:bottom-72:last-child {
    bottom: 18rem;
  }

  .xl\:last\:left-72:last-child {
    left: 18rem;
  }

  .xl\:last\:top-80:last-child {
    top: 20rem;
  }

  .xl\:last\:right-80:last-child {
    right: 20rem;
  }

  .xl\:last\:bottom-80:last-child {
    bottom: 20rem;
  }

  .xl\:last\:left-80:last-child {
    left: 20rem;
  }

  .xl\:last\:top-96:last-child {
    top: 24rem;
  }

  .xl\:last\:right-96:last-child {
    right: 24rem;
  }

  .xl\:last\:bottom-96:last-child {
    bottom: 24rem;
  }

  .xl\:last\:left-96:last-child {
    left: 24rem;
  }

  .xl\:last\:top-auto:last-child {
    top: auto;
  }

  .xl\:last\:right-auto:last-child {
    right: auto;
  }

  .xl\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .xl\:last\:left-auto:last-child {
    left: auto;
  }

  .xl\:last\:top-px:last-child {
    top: 1px;
  }

  .xl\:last\:right-px:last-child {
    right: 1px;
  }

  .xl\:last\:bottom-px:last-child {
    bottom: 1px;
  }

  .xl\:last\:left-px:last-child {
    left: 1px;
  }

  .xl\:last\:top-0\.5:last-child {
    top: 0.125rem;
  }

  .xl\:last\:right-0\.5:last-child {
    right: 0.125rem;
  }

  .xl\:last\:bottom-0\.5:last-child {
    bottom: 0.125rem;
  }

  .xl\:last\:left-0\.5:last-child {
    left: 0.125rem;
  }

  .xl\:last\:top-1\.5:last-child {
    top: 0.375rem;
  }

  .xl\:last\:right-1\.5:last-child {
    right: 0.375rem;
  }

  .xl\:last\:bottom-1\.5:last-child {
    bottom: 0.375rem;
  }

  .xl\:last\:left-1\.5:last-child {
    left: 0.375rem;
  }

  .xl\:last\:top-2\.5:last-child {
    top: 0.625rem;
  }

  .xl\:last\:right-2\.5:last-child {
    right: 0.625rem;
  }

  .xl\:last\:bottom-2\.5:last-child {
    bottom: 0.625rem;
  }

  .xl\:last\:left-2\.5:last-child {
    left: 0.625rem;
  }

  .xl\:last\:top-3\.5:last-child {
    top: 0.875rem;
  }

  .xl\:last\:right-3\.5:last-child {
    right: 0.875rem;
  }

  .xl\:last\:bottom-3\.5:last-child {
    bottom: 0.875rem;
  }

  .xl\:last\:left-3\.5:last-child {
    left: 0.875rem;
  }

  .xl\:last\:-top-0:last-child {
    top: 0px;
  }

  .xl\:last\:-right-0:last-child {
    right: 0px;
  }

  .xl\:last\:-bottom-0:last-child {
    bottom: 0px;
  }

  .xl\:last\:-left-0:last-child {
    left: 0px;
  }

  .xl\:last\:-top-1:last-child {
    top: -0.25rem;
  }

  .xl\:last\:-right-1:last-child {
    right: -0.25rem;
  }

  .xl\:last\:-bottom-1:last-child {
    bottom: -0.25rem;
  }

  .xl\:last\:-left-1:last-child {
    left: -0.25rem;
  }

  .xl\:last\:-top-2:last-child {
    top: -0.5rem;
  }

  .xl\:last\:-right-2:last-child {
    right: -0.5rem;
  }

  .xl\:last\:-bottom-2:last-child {
    bottom: -0.5rem;
  }

  .xl\:last\:-left-2:last-child {
    left: -0.5rem;
  }

  .xl\:last\:-top-3:last-child {
    top: -0.75rem;
  }

  .xl\:last\:-right-3:last-child {
    right: -0.75rem;
  }

  .xl\:last\:-bottom-3:last-child {
    bottom: -0.75rem;
  }

  .xl\:last\:-left-3:last-child {
    left: -0.75rem;
  }

  .xl\:last\:-top-4:last-child {
    top: -1rem;
  }

  .xl\:last\:-right-4:last-child {
    right: -1rem;
  }

  .xl\:last\:-bottom-4:last-child {
    bottom: -1rem;
  }

  .xl\:last\:-left-4:last-child {
    left: -1rem;
  }

  .xl\:last\:-top-5:last-child {
    top: -1.25rem;
  }

  .xl\:last\:-right-5:last-child {
    right: -1.25rem;
  }

  .xl\:last\:-bottom-5:last-child {
    bottom: -1.25rem;
  }

  .xl\:last\:-left-5:last-child {
    left: -1.25rem;
  }

  .xl\:last\:-top-6:last-child {
    top: -1.5rem;
  }

  .xl\:last\:-right-6:last-child {
    right: -1.5rem;
  }

  .xl\:last\:-bottom-6:last-child {
    bottom: -1.5rem;
  }

  .xl\:last\:-left-6:last-child {
    left: -1.5rem;
  }

  .xl\:last\:-top-7:last-child {
    top: -1.75rem;
  }

  .xl\:last\:-right-7:last-child {
    right: -1.75rem;
  }

  .xl\:last\:-bottom-7:last-child {
    bottom: -1.75rem;
  }

  .xl\:last\:-left-7:last-child {
    left: -1.75rem;
  }

  .xl\:last\:-top-8:last-child {
    top: -2rem;
  }

  .xl\:last\:-right-8:last-child {
    right: -2rem;
  }

  .xl\:last\:-bottom-8:last-child {
    bottom: -2rem;
  }

  .xl\:last\:-left-8:last-child {
    left: -2rem;
  }

  .xl\:last\:-top-9:last-child {
    top: -2.25rem;
  }

  .xl\:last\:-right-9:last-child {
    right: -2.25rem;
  }

  .xl\:last\:-bottom-9:last-child {
    bottom: -2.25rem;
  }

  .xl\:last\:-left-9:last-child {
    left: -2.25rem;
  }

  .xl\:last\:-top-10:last-child {
    top: -2.5rem;
  }

  .xl\:last\:-right-10:last-child {
    right: -2.5rem;
  }

  .xl\:last\:-bottom-10:last-child {
    bottom: -2.5rem;
  }

  .xl\:last\:-left-10:last-child {
    left: -2.5rem;
  }

  .xl\:last\:-top-11:last-child {
    top: -2.75rem;
  }

  .xl\:last\:-right-11:last-child {
    right: -2.75rem;
  }

  .xl\:last\:-bottom-11:last-child {
    bottom: -2.75rem;
  }

  .xl\:last\:-left-11:last-child {
    left: -2.75rem;
  }

  .xl\:last\:-top-12:last-child {
    top: -3rem;
  }

  .xl\:last\:-right-12:last-child {
    right: -3rem;
  }

  .xl\:last\:-bottom-12:last-child {
    bottom: -3rem;
  }

  .xl\:last\:-left-12:last-child {
    left: -3rem;
  }

  .xl\:last\:-top-14:last-child {
    top: -3.5rem;
  }

  .xl\:last\:-right-14:last-child {
    right: -3.5rem;
  }

  .xl\:last\:-bottom-14:last-child {
    bottom: -3.5rem;
  }

  .xl\:last\:-left-14:last-child {
    left: -3.5rem;
  }

  .xl\:last\:-top-16:last-child {
    top: -4rem;
  }

  .xl\:last\:-right-16:last-child {
    right: -4rem;
  }

  .xl\:last\:-bottom-16:last-child {
    bottom: -4rem;
  }

  .xl\:last\:-left-16:last-child {
    left: -4rem;
  }

  .xl\:last\:-top-20:last-child {
    top: -5rem;
  }

  .xl\:last\:-right-20:last-child {
    right: -5rem;
  }

  .xl\:last\:-bottom-20:last-child {
    bottom: -5rem;
  }

  .xl\:last\:-left-20:last-child {
    left: -5rem;
  }

  .xl\:last\:-top-24:last-child {
    top: -6rem;
  }

  .xl\:last\:-right-24:last-child {
    right: -6rem;
  }

  .xl\:last\:-bottom-24:last-child {
    bottom: -6rem;
  }

  .xl\:last\:-left-24:last-child {
    left: -6rem;
  }

  .xl\:last\:-top-28:last-child {
    top: -7rem;
  }

  .xl\:last\:-right-28:last-child {
    right: -7rem;
  }

  .xl\:last\:-bottom-28:last-child {
    bottom: -7rem;
  }

  .xl\:last\:-left-28:last-child {
    left: -7rem;
  }

  .xl\:last\:-top-32:last-child {
    top: -8rem;
  }

  .xl\:last\:-right-32:last-child {
    right: -8rem;
  }

  .xl\:last\:-bottom-32:last-child {
    bottom: -8rem;
  }

  .xl\:last\:-left-32:last-child {
    left: -8rem;
  }

  .xl\:last\:-top-36:last-child {
    top: -9rem;
  }

  .xl\:last\:-right-36:last-child {
    right: -9rem;
  }

  .xl\:last\:-bottom-36:last-child {
    bottom: -9rem;
  }

  .xl\:last\:-left-36:last-child {
    left: -9rem;
  }

  .xl\:last\:-top-40:last-child {
    top: -10rem;
  }

  .xl\:last\:-right-40:last-child {
    right: -10rem;
  }

  .xl\:last\:-bottom-40:last-child {
    bottom: -10rem;
  }

  .xl\:last\:-left-40:last-child {
    left: -10rem;
  }

  .xl\:last\:-top-44:last-child {
    top: -11rem;
  }

  .xl\:last\:-right-44:last-child {
    right: -11rem;
  }

  .xl\:last\:-bottom-44:last-child {
    bottom: -11rem;
  }

  .xl\:last\:-left-44:last-child {
    left: -11rem;
  }

  .xl\:last\:-top-48:last-child {
    top: -12rem;
  }

  .xl\:last\:-right-48:last-child {
    right: -12rem;
  }

  .xl\:last\:-bottom-48:last-child {
    bottom: -12rem;
  }

  .xl\:last\:-left-48:last-child {
    left: -12rem;
  }

  .xl\:last\:-top-52:last-child {
    top: -13rem;
  }

  .xl\:last\:-right-52:last-child {
    right: -13rem;
  }

  .xl\:last\:-bottom-52:last-child {
    bottom: -13rem;
  }

  .xl\:last\:-left-52:last-child {
    left: -13rem;
  }

  .xl\:last\:-top-56:last-child {
    top: -14rem;
  }

  .xl\:last\:-right-56:last-child {
    right: -14rem;
  }

  .xl\:last\:-bottom-56:last-child {
    bottom: -14rem;
  }

  .xl\:last\:-left-56:last-child {
    left: -14rem;
  }

  .xl\:last\:-top-60:last-child {
    top: -15rem;
  }

  .xl\:last\:-right-60:last-child {
    right: -15rem;
  }

  .xl\:last\:-bottom-60:last-child {
    bottom: -15rem;
  }

  .xl\:last\:-left-60:last-child {
    left: -15rem;
  }

  .xl\:last\:-top-64:last-child {
    top: -16rem;
  }

  .xl\:last\:-right-64:last-child {
    right: -16rem;
  }

  .xl\:last\:-bottom-64:last-child {
    bottom: -16rem;
  }

  .xl\:last\:-left-64:last-child {
    left: -16rem;
  }

  .xl\:last\:-top-72:last-child {
    top: -18rem;
  }

  .xl\:last\:-right-72:last-child {
    right: -18rem;
  }

  .xl\:last\:-bottom-72:last-child {
    bottom: -18rem;
  }

  .xl\:last\:-left-72:last-child {
    left: -18rem;
  }

  .xl\:last\:-top-80:last-child {
    top: -20rem;
  }

  .xl\:last\:-right-80:last-child {
    right: -20rem;
  }

  .xl\:last\:-bottom-80:last-child {
    bottom: -20rem;
  }

  .xl\:last\:-left-80:last-child {
    left: -20rem;
  }

  .xl\:last\:-top-96:last-child {
    top: -24rem;
  }

  .xl\:last\:-right-96:last-child {
    right: -24rem;
  }

  .xl\:last\:-bottom-96:last-child {
    bottom: -24rem;
  }

  .xl\:last\:-left-96:last-child {
    left: -24rem;
  }

  .xl\:last\:-top-px:last-child {
    top: -1px;
  }

  .xl\:last\:-right-px:last-child {
    right: -1px;
  }

  .xl\:last\:-bottom-px:last-child {
    bottom: -1px;
  }

  .xl\:last\:-left-px:last-child {
    left: -1px;
  }

  .xl\:last\:-top-0\.5:last-child {
    top: -0.125rem;
  }

  .xl\:last\:-right-0\.5:last-child {
    right: -0.125rem;
  }

  .xl\:last\:-bottom-0\.5:last-child {
    bottom: -0.125rem;
  }

  .xl\:last\:-left-0\.5:last-child {
    left: -0.125rem;
  }

  .xl\:last\:-top-1\.5:last-child {
    top: -0.375rem;
  }

  .xl\:last\:-right-1\.5:last-child {
    right: -0.375rem;
  }

  .xl\:last\:-bottom-1\.5:last-child {
    bottom: -0.375rem;
  }

  .xl\:last\:-left-1\.5:last-child {
    left: -0.375rem;
  }

  .xl\:last\:-top-2\.5:last-child {
    top: -0.625rem;
  }

  .xl\:last\:-right-2\.5:last-child {
    right: -0.625rem;
  }

  .xl\:last\:-bottom-2\.5:last-child {
    bottom: -0.625rem;
  }

  .xl\:last\:-left-2\.5:last-child {
    left: -0.625rem;
  }

  .xl\:last\:-top-3\.5:last-child {
    top: -0.875rem;
  }

  .xl\:last\:-right-3\.5:last-child {
    right: -0.875rem;
  }

  .xl\:last\:-bottom-3\.5:last-child {
    bottom: -0.875rem;
  }

  .xl\:last\:-left-3\.5:last-child {
    left: -0.875rem;
  }

  .xl\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .xl\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .xl\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .xl\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .xl\:last\:top-1\/3:last-child {
    top: 33.333333%;
  }

  .xl\:last\:right-1\/3:last-child {
    right: 33.333333%;
  }

  .xl\:last\:bottom-1\/3:last-child {
    bottom: 33.333333%;
  }

  .xl\:last\:left-1\/3:last-child {
    left: 33.333333%;
  }

  .xl\:last\:top-2\/3:last-child {
    top: 66.666667%;
  }

  .xl\:last\:right-2\/3:last-child {
    right: 66.666667%;
  }

  .xl\:last\:bottom-2\/3:last-child {
    bottom: 66.666667%;
  }

  .xl\:last\:left-2\/3:last-child {
    left: 66.666667%;
  }

  .xl\:last\:top-1\/4:last-child {
    top: 25%;
  }

  .xl\:last\:right-1\/4:last-child {
    right: 25%;
  }

  .xl\:last\:bottom-1\/4:last-child {
    bottom: 25%;
  }

  .xl\:last\:left-1\/4:last-child {
    left: 25%;
  }

  .xl\:last\:top-2\/4:last-child {
    top: 50%;
  }

  .xl\:last\:right-2\/4:last-child {
    right: 50%;
  }

  .xl\:last\:bottom-2\/4:last-child {
    bottom: 50%;
  }

  .xl\:last\:left-2\/4:last-child {
    left: 50%;
  }

  .xl\:last\:top-3\/4:last-child {
    top: 75%;
  }

  .xl\:last\:right-3\/4:last-child {
    right: 75%;
  }

  .xl\:last\:bottom-3\/4:last-child {
    bottom: 75%;
  }

  .xl\:last\:left-3\/4:last-child {
    left: 75%;
  }

  .xl\:last\:top-full:last-child {
    top: 100%;
  }

  .xl\:last\:right-full:last-child {
    right: 100%;
  }

  .xl\:last\:bottom-full:last-child {
    bottom: 100%;
  }

  .xl\:last\:left-full:last-child {
    left: 100%;
  }

  .xl\:last\:-top-1\/2:last-child {
    top: -50%;
  }

  .xl\:last\:-right-1\/2:last-child {
    right: -50%;
  }

  .xl\:last\:-bottom-1\/2:last-child {
    bottom: -50%;
  }

  .xl\:last\:-left-1\/2:last-child {
    left: -50%;
  }

  .xl\:last\:-top-1\/3:last-child {
    top: -33.333333%;
  }

  .xl\:last\:-right-1\/3:last-child {
    right: -33.333333%;
  }

  .xl\:last\:-bottom-1\/3:last-child {
    bottom: -33.333333%;
  }

  .xl\:last\:-left-1\/3:last-child {
    left: -33.333333%;
  }

  .xl\:last\:-top-2\/3:last-child {
    top: -66.666667%;
  }

  .xl\:last\:-right-2\/3:last-child {
    right: -66.666667%;
  }

  .xl\:last\:-bottom-2\/3:last-child {
    bottom: -66.666667%;
  }

  .xl\:last\:-left-2\/3:last-child {
    left: -66.666667%;
  }

  .xl\:last\:-top-1\/4:last-child {
    top: -25%;
  }

  .xl\:last\:-right-1\/4:last-child {
    right: -25%;
  }

  .xl\:last\:-bottom-1\/4:last-child {
    bottom: -25%;
  }

  .xl\:last\:-left-1\/4:last-child {
    left: -25%;
  }

  .xl\:last\:-top-2\/4:last-child {
    top: -50%;
  }

  .xl\:last\:-right-2\/4:last-child {
    right: -50%;
  }

  .xl\:last\:-bottom-2\/4:last-child {
    bottom: -50%;
  }

  .xl\:last\:-left-2\/4:last-child {
    left: -50%;
  }

  .xl\:last\:-top-3\/4:last-child {
    top: -75%;
  }

  .xl\:last\:-right-3\/4:last-child {
    right: -75%;
  }

  .xl\:last\:-bottom-3\/4:last-child {
    bottom: -75%;
  }

  .xl\:last\:-left-3\/4:last-child {
    left: -75%;
  }

  .xl\:last\:-top-full:last-child {
    top: -100%;
  }

  .xl\:last\:-right-full:last-child {
    right: -100%;
  }

  .xl\:last\:-bottom-full:last-child {
    bottom: -100%;
  }

  .xl\:last\:-left-full:last-child {
    left: -100%;
  }

  .xl\:odd\:inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:odd\:inset-1:nth-child(odd) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:odd\:inset-2:nth-child(odd) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:odd\:inset-3:nth-child(odd) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:odd\:inset-4:nth-child(odd) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:odd\:inset-5:nth-child(odd) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:odd\:inset-6:nth-child(odd) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:odd\:inset-7:nth-child(odd) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:odd\:inset-8:nth-child(odd) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:odd\:inset-9:nth-child(odd) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:odd\:inset-10:nth-child(odd) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:odd\:inset-11:nth-child(odd) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:odd\:inset-12:nth-child(odd) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:odd\:inset-14:nth-child(odd) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:odd\:inset-16:nth-child(odd) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:odd\:inset-20:nth-child(odd) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:odd\:inset-24:nth-child(odd) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:odd\:inset-28:nth-child(odd) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:odd\:inset-32:nth-child(odd) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:odd\:inset-36:nth-child(odd) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:odd\:inset-40:nth-child(odd) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:odd\:inset-44:nth-child(odd) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:odd\:inset-48:nth-child(odd) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:odd\:inset-52:nth-child(odd) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:odd\:inset-56:nth-child(odd) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:odd\:inset-60:nth-child(odd) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:odd\:inset-64:nth-child(odd) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:odd\:inset-72:nth-child(odd) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:odd\:inset-80:nth-child(odd) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:odd\:inset-96:nth-child(odd) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:odd\:inset-px:nth-child(odd) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:odd\:inset-0\.5:nth-child(odd) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:odd\:inset-1\.5:nth-child(odd) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:odd\:inset-2\.5:nth-child(odd) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:odd\:inset-3\.5:nth-child(odd) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:odd\:-inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:odd\:-inset-1:nth-child(odd) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:odd\:-inset-2:nth-child(odd) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:odd\:-inset-3:nth-child(odd) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:odd\:-inset-4:nth-child(odd) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:odd\:-inset-5:nth-child(odd) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:odd\:-inset-6:nth-child(odd) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:odd\:-inset-7:nth-child(odd) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:odd\:-inset-8:nth-child(odd) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:odd\:-inset-9:nth-child(odd) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:odd\:-inset-10:nth-child(odd) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:odd\:-inset-11:nth-child(odd) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:odd\:-inset-12:nth-child(odd) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:odd\:-inset-14:nth-child(odd) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:odd\:-inset-16:nth-child(odd) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:odd\:-inset-20:nth-child(odd) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:odd\:-inset-24:nth-child(odd) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:odd\:-inset-28:nth-child(odd) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:odd\:-inset-32:nth-child(odd) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:odd\:-inset-36:nth-child(odd) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:odd\:-inset-40:nth-child(odd) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:odd\:-inset-44:nth-child(odd) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:odd\:-inset-48:nth-child(odd) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:odd\:-inset-52:nth-child(odd) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:odd\:-inset-56:nth-child(odd) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:odd\:-inset-60:nth-child(odd) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:odd\:-inset-64:nth-child(odd) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:odd\:-inset-72:nth-child(odd) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:odd\:-inset-80:nth-child(odd) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:odd\:-inset-96:nth-child(odd) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:odd\:-inset-px:nth-child(odd) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:odd\:-inset-0\.5:nth-child(odd) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:odd\:-inset-1\.5:nth-child(odd) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:odd\:-inset-2\.5:nth-child(odd) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:odd\:-inset-3\.5:nth-child(odd) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:odd\:inset-1\/2:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:odd\:inset-1\/3:nth-child(odd) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:odd\:inset-2\/3:nth-child(odd) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:odd\:inset-1\/4:nth-child(odd) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:odd\:inset-2\/4:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:odd\:inset-3\/4:nth-child(odd) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:odd\:inset-full:nth-child(odd) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:odd\:-inset-1\/2:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:odd\:-inset-1\/3:nth-child(odd) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:odd\:-inset-2\/3:nth-child(odd) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:odd\:-inset-1\/4:nth-child(odd) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:odd\:-inset-2\/4:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:odd\:-inset-3\/4:nth-child(odd) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:odd\:-inset-full:nth-child(odd) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:odd\:inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .xl\:odd\:inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .xl\:odd\:inset-y-1:nth-child(odd) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:odd\:inset-x-1:nth-child(odd) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:odd\:inset-y-2:nth-child(odd) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:odd\:inset-x-2:nth-child(odd) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:odd\:inset-y-3:nth-child(odd) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:odd\:inset-x-3:nth-child(odd) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:odd\:inset-y-4:nth-child(odd) {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:odd\:inset-x-4:nth-child(odd) {
    right: 1rem;
    left: 1rem;
  }

  .xl\:odd\:inset-y-5:nth-child(odd) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:odd\:inset-x-5:nth-child(odd) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:odd\:inset-y-6:nth-child(odd) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:odd\:inset-x-6:nth-child(odd) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:odd\:inset-y-7:nth-child(odd) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:odd\:inset-x-7:nth-child(odd) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:odd\:inset-y-8:nth-child(odd) {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:odd\:inset-x-8:nth-child(odd) {
    right: 2rem;
    left: 2rem;
  }

  .xl\:odd\:inset-y-9:nth-child(odd) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:odd\:inset-x-9:nth-child(odd) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:odd\:inset-y-10:nth-child(odd) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:odd\:inset-x-10:nth-child(odd) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:odd\:inset-y-11:nth-child(odd) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:odd\:inset-x-11:nth-child(odd) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:odd\:inset-y-12:nth-child(odd) {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:odd\:inset-x-12:nth-child(odd) {
    right: 3rem;
    left: 3rem;
  }

  .xl\:odd\:inset-y-14:nth-child(odd) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:odd\:inset-x-14:nth-child(odd) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:odd\:inset-y-16:nth-child(odd) {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:odd\:inset-x-16:nth-child(odd) {
    right: 4rem;
    left: 4rem;
  }

  .xl\:odd\:inset-y-20:nth-child(odd) {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:odd\:inset-x-20:nth-child(odd) {
    right: 5rem;
    left: 5rem;
  }

  .xl\:odd\:inset-y-24:nth-child(odd) {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:odd\:inset-x-24:nth-child(odd) {
    right: 6rem;
    left: 6rem;
  }

  .xl\:odd\:inset-y-28:nth-child(odd) {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:odd\:inset-x-28:nth-child(odd) {
    right: 7rem;
    left: 7rem;
  }

  .xl\:odd\:inset-y-32:nth-child(odd) {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:odd\:inset-x-32:nth-child(odd) {
    right: 8rem;
    left: 8rem;
  }

  .xl\:odd\:inset-y-36:nth-child(odd) {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:odd\:inset-x-36:nth-child(odd) {
    right: 9rem;
    left: 9rem;
  }

  .xl\:odd\:inset-y-40:nth-child(odd) {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:odd\:inset-x-40:nth-child(odd) {
    right: 10rem;
    left: 10rem;
  }

  .xl\:odd\:inset-y-44:nth-child(odd) {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:odd\:inset-x-44:nth-child(odd) {
    right: 11rem;
    left: 11rem;
  }

  .xl\:odd\:inset-y-48:nth-child(odd) {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:odd\:inset-x-48:nth-child(odd) {
    right: 12rem;
    left: 12rem;
  }

  .xl\:odd\:inset-y-52:nth-child(odd) {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:odd\:inset-x-52:nth-child(odd) {
    right: 13rem;
    left: 13rem;
  }

  .xl\:odd\:inset-y-56:nth-child(odd) {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:odd\:inset-x-56:nth-child(odd) {
    right: 14rem;
    left: 14rem;
  }

  .xl\:odd\:inset-y-60:nth-child(odd) {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:odd\:inset-x-60:nth-child(odd) {
    right: 15rem;
    left: 15rem;
  }

  .xl\:odd\:inset-y-64:nth-child(odd) {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:odd\:inset-x-64:nth-child(odd) {
    right: 16rem;
    left: 16rem;
  }

  .xl\:odd\:inset-y-72:nth-child(odd) {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:odd\:inset-x-72:nth-child(odd) {
    right: 18rem;
    left: 18rem;
  }

  .xl\:odd\:inset-y-80:nth-child(odd) {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:odd\:inset-x-80:nth-child(odd) {
    right: 20rem;
    left: 20rem;
  }

  .xl\:odd\:inset-y-96:nth-child(odd) {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:odd\:inset-x-96:nth-child(odd) {
    right: 24rem;
    left: 24rem;
  }

  .xl\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .xl\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .xl\:odd\:inset-y-px:nth-child(odd) {
    top: 1px;
    bottom: 1px;
  }

  .xl\:odd\:inset-x-px:nth-child(odd) {
    right: 1px;
    left: 1px;
  }

  .xl\:odd\:inset-y-0\.5:nth-child(odd) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:odd\:inset-x-0\.5:nth-child(odd) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:odd\:inset-y-1\.5:nth-child(odd) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:odd\:inset-x-1\.5:nth-child(odd) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:odd\:inset-y-2\.5:nth-child(odd) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:odd\:inset-x-2\.5:nth-child(odd) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:odd\:inset-y-3\.5:nth-child(odd) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:odd\:inset-x-3\.5:nth-child(odd) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:odd\:-inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .xl\:odd\:-inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .xl\:odd\:-inset-y-1:nth-child(odd) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:odd\:-inset-x-1:nth-child(odd) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:odd\:-inset-y-2:nth-child(odd) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:odd\:-inset-x-2:nth-child(odd) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:odd\:-inset-y-3:nth-child(odd) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:odd\:-inset-x-3:nth-child(odd) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:odd\:-inset-y-4:nth-child(odd) {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:odd\:-inset-x-4:nth-child(odd) {
    right: -1rem;
    left: -1rem;
  }

  .xl\:odd\:-inset-y-5:nth-child(odd) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:odd\:-inset-x-5:nth-child(odd) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:odd\:-inset-y-6:nth-child(odd) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:odd\:-inset-x-6:nth-child(odd) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:odd\:-inset-y-7:nth-child(odd) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:odd\:-inset-x-7:nth-child(odd) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:odd\:-inset-y-8:nth-child(odd) {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:odd\:-inset-x-8:nth-child(odd) {
    right: -2rem;
    left: -2rem;
  }

  .xl\:odd\:-inset-y-9:nth-child(odd) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:odd\:-inset-x-9:nth-child(odd) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:odd\:-inset-y-10:nth-child(odd) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:odd\:-inset-x-10:nth-child(odd) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:odd\:-inset-y-11:nth-child(odd) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:odd\:-inset-x-11:nth-child(odd) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:odd\:-inset-y-12:nth-child(odd) {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:odd\:-inset-x-12:nth-child(odd) {
    right: -3rem;
    left: -3rem;
  }

  .xl\:odd\:-inset-y-14:nth-child(odd) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:odd\:-inset-x-14:nth-child(odd) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:odd\:-inset-y-16:nth-child(odd) {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:odd\:-inset-x-16:nth-child(odd) {
    right: -4rem;
    left: -4rem;
  }

  .xl\:odd\:-inset-y-20:nth-child(odd) {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:odd\:-inset-x-20:nth-child(odd) {
    right: -5rem;
    left: -5rem;
  }

  .xl\:odd\:-inset-y-24:nth-child(odd) {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:odd\:-inset-x-24:nth-child(odd) {
    right: -6rem;
    left: -6rem;
  }

  .xl\:odd\:-inset-y-28:nth-child(odd) {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:odd\:-inset-x-28:nth-child(odd) {
    right: -7rem;
    left: -7rem;
  }

  .xl\:odd\:-inset-y-32:nth-child(odd) {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:odd\:-inset-x-32:nth-child(odd) {
    right: -8rem;
    left: -8rem;
  }

  .xl\:odd\:-inset-y-36:nth-child(odd) {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:odd\:-inset-x-36:nth-child(odd) {
    right: -9rem;
    left: -9rem;
  }

  .xl\:odd\:-inset-y-40:nth-child(odd) {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:odd\:-inset-x-40:nth-child(odd) {
    right: -10rem;
    left: -10rem;
  }

  .xl\:odd\:-inset-y-44:nth-child(odd) {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:odd\:-inset-x-44:nth-child(odd) {
    right: -11rem;
    left: -11rem;
  }

  .xl\:odd\:-inset-y-48:nth-child(odd) {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:odd\:-inset-x-48:nth-child(odd) {
    right: -12rem;
    left: -12rem;
  }

  .xl\:odd\:-inset-y-52:nth-child(odd) {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:odd\:-inset-x-52:nth-child(odd) {
    right: -13rem;
    left: -13rem;
  }

  .xl\:odd\:-inset-y-56:nth-child(odd) {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:odd\:-inset-x-56:nth-child(odd) {
    right: -14rem;
    left: -14rem;
  }

  .xl\:odd\:-inset-y-60:nth-child(odd) {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:odd\:-inset-x-60:nth-child(odd) {
    right: -15rem;
    left: -15rem;
  }

  .xl\:odd\:-inset-y-64:nth-child(odd) {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:odd\:-inset-x-64:nth-child(odd) {
    right: -16rem;
    left: -16rem;
  }

  .xl\:odd\:-inset-y-72:nth-child(odd) {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:odd\:-inset-x-72:nth-child(odd) {
    right: -18rem;
    left: -18rem;
  }

  .xl\:odd\:-inset-y-80:nth-child(odd) {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:odd\:-inset-x-80:nth-child(odd) {
    right: -20rem;
    left: -20rem;
  }

  .xl\:odd\:-inset-y-96:nth-child(odd) {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:odd\:-inset-x-96:nth-child(odd) {
    right: -24rem;
    left: -24rem;
  }

  .xl\:odd\:-inset-y-px:nth-child(odd) {
    top: -1px;
    bottom: -1px;
  }

  .xl\:odd\:-inset-x-px:nth-child(odd) {
    right: -1px;
    left: -1px;
  }

  .xl\:odd\:-inset-y-0\.5:nth-child(odd) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:odd\:-inset-x-0\.5:nth-child(odd) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:odd\:-inset-y-1\.5:nth-child(odd) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:odd\:-inset-x-1\.5:nth-child(odd) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:odd\:-inset-y-2\.5:nth-child(odd) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:odd\:-inset-x-2\.5:nth-child(odd) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:odd\:-inset-y-3\.5:nth-child(odd) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:odd\:-inset-x-3\.5:nth-child(odd) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:odd\:inset-y-1\/2:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .xl\:odd\:inset-x-1\/2:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .xl\:odd\:inset-y-1\/3:nth-child(odd) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:odd\:inset-x-1\/3:nth-child(odd) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:odd\:inset-y-2\/3:nth-child(odd) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:odd\:inset-x-2\/3:nth-child(odd) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:odd\:inset-y-1\/4:nth-child(odd) {
    top: 25%;
    bottom: 25%;
  }

  .xl\:odd\:inset-x-1\/4:nth-child(odd) {
    right: 25%;
    left: 25%;
  }

  .xl\:odd\:inset-y-2\/4:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .xl\:odd\:inset-x-2\/4:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .xl\:odd\:inset-y-3\/4:nth-child(odd) {
    top: 75%;
    bottom: 75%;
  }

  .xl\:odd\:inset-x-3\/4:nth-child(odd) {
    right: 75%;
    left: 75%;
  }

  .xl\:odd\:inset-y-full:nth-child(odd) {
    top: 100%;
    bottom: 100%;
  }

  .xl\:odd\:inset-x-full:nth-child(odd) {
    right: 100%;
    left: 100%;
  }

  .xl\:odd\:-inset-y-1\/2:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .xl\:odd\:-inset-x-1\/2:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .xl\:odd\:-inset-y-1\/3:nth-child(odd) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:odd\:-inset-x-1\/3:nth-child(odd) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:odd\:-inset-y-2\/3:nth-child(odd) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:odd\:-inset-x-2\/3:nth-child(odd) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:odd\:-inset-y-1\/4:nth-child(odd) {
    top: -25%;
    bottom: -25%;
  }

  .xl\:odd\:-inset-x-1\/4:nth-child(odd) {
    right: -25%;
    left: -25%;
  }

  .xl\:odd\:-inset-y-2\/4:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .xl\:odd\:-inset-x-2\/4:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .xl\:odd\:-inset-y-3\/4:nth-child(odd) {
    top: -75%;
    bottom: -75%;
  }

  .xl\:odd\:-inset-x-3\/4:nth-child(odd) {
    right: -75%;
    left: -75%;
  }

  .xl\:odd\:-inset-y-full:nth-child(odd) {
    top: -100%;
    bottom: -100%;
  }

  .xl\:odd\:-inset-x-full:nth-child(odd) {
    right: -100%;
    left: -100%;
  }

  .xl\:odd\:top-0:nth-child(odd) {
    top: 0px;
  }

  .xl\:odd\:right-0:nth-child(odd) {
    right: 0px;
  }

  .xl\:odd\:bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .xl\:odd\:left-0:nth-child(odd) {
    left: 0px;
  }

  .xl\:odd\:top-1:nth-child(odd) {
    top: 0.25rem;
  }

  .xl\:odd\:right-1:nth-child(odd) {
    right: 0.25rem;
  }

  .xl\:odd\:bottom-1:nth-child(odd) {
    bottom: 0.25rem;
  }

  .xl\:odd\:left-1:nth-child(odd) {
    left: 0.25rem;
  }

  .xl\:odd\:top-2:nth-child(odd) {
    top: 0.5rem;
  }

  .xl\:odd\:right-2:nth-child(odd) {
    right: 0.5rem;
  }

  .xl\:odd\:bottom-2:nth-child(odd) {
    bottom: 0.5rem;
  }

  .xl\:odd\:left-2:nth-child(odd) {
    left: 0.5rem;
  }

  .xl\:odd\:top-3:nth-child(odd) {
    top: 0.75rem;
  }

  .xl\:odd\:right-3:nth-child(odd) {
    right: 0.75rem;
  }

  .xl\:odd\:bottom-3:nth-child(odd) {
    bottom: 0.75rem;
  }

  .xl\:odd\:left-3:nth-child(odd) {
    left: 0.75rem;
  }

  .xl\:odd\:top-4:nth-child(odd) {
    top: 1rem;
  }

  .xl\:odd\:right-4:nth-child(odd) {
    right: 1rem;
  }

  .xl\:odd\:bottom-4:nth-child(odd) {
    bottom: 1rem;
  }

  .xl\:odd\:left-4:nth-child(odd) {
    left: 1rem;
  }

  .xl\:odd\:top-5:nth-child(odd) {
    top: 1.25rem;
  }

  .xl\:odd\:right-5:nth-child(odd) {
    right: 1.25rem;
  }

  .xl\:odd\:bottom-5:nth-child(odd) {
    bottom: 1.25rem;
  }

  .xl\:odd\:left-5:nth-child(odd) {
    left: 1.25rem;
  }

  .xl\:odd\:top-6:nth-child(odd) {
    top: 1.5rem;
  }

  .xl\:odd\:right-6:nth-child(odd) {
    right: 1.5rem;
  }

  .xl\:odd\:bottom-6:nth-child(odd) {
    bottom: 1.5rem;
  }

  .xl\:odd\:left-6:nth-child(odd) {
    left: 1.5rem;
  }

  .xl\:odd\:top-7:nth-child(odd) {
    top: 1.75rem;
  }

  .xl\:odd\:right-7:nth-child(odd) {
    right: 1.75rem;
  }

  .xl\:odd\:bottom-7:nth-child(odd) {
    bottom: 1.75rem;
  }

  .xl\:odd\:left-7:nth-child(odd) {
    left: 1.75rem;
  }

  .xl\:odd\:top-8:nth-child(odd) {
    top: 2rem;
  }

  .xl\:odd\:right-8:nth-child(odd) {
    right: 2rem;
  }

  .xl\:odd\:bottom-8:nth-child(odd) {
    bottom: 2rem;
  }

  .xl\:odd\:left-8:nth-child(odd) {
    left: 2rem;
  }

  .xl\:odd\:top-9:nth-child(odd) {
    top: 2.25rem;
  }

  .xl\:odd\:right-9:nth-child(odd) {
    right: 2.25rem;
  }

  .xl\:odd\:bottom-9:nth-child(odd) {
    bottom: 2.25rem;
  }

  .xl\:odd\:left-9:nth-child(odd) {
    left: 2.25rem;
  }

  .xl\:odd\:top-10:nth-child(odd) {
    top: 2.5rem;
  }

  .xl\:odd\:right-10:nth-child(odd) {
    right: 2.5rem;
  }

  .xl\:odd\:bottom-10:nth-child(odd) {
    bottom: 2.5rem;
  }

  .xl\:odd\:left-10:nth-child(odd) {
    left: 2.5rem;
  }

  .xl\:odd\:top-11:nth-child(odd) {
    top: 2.75rem;
  }

  .xl\:odd\:right-11:nth-child(odd) {
    right: 2.75rem;
  }

  .xl\:odd\:bottom-11:nth-child(odd) {
    bottom: 2.75rem;
  }

  .xl\:odd\:left-11:nth-child(odd) {
    left: 2.75rem;
  }

  .xl\:odd\:top-12:nth-child(odd) {
    top: 3rem;
  }

  .xl\:odd\:right-12:nth-child(odd) {
    right: 3rem;
  }

  .xl\:odd\:bottom-12:nth-child(odd) {
    bottom: 3rem;
  }

  .xl\:odd\:left-12:nth-child(odd) {
    left: 3rem;
  }

  .xl\:odd\:top-14:nth-child(odd) {
    top: 3.5rem;
  }

  .xl\:odd\:right-14:nth-child(odd) {
    right: 3.5rem;
  }

  .xl\:odd\:bottom-14:nth-child(odd) {
    bottom: 3.5rem;
  }

  .xl\:odd\:left-14:nth-child(odd) {
    left: 3.5rem;
  }

  .xl\:odd\:top-16:nth-child(odd) {
    top: 4rem;
  }

  .xl\:odd\:right-16:nth-child(odd) {
    right: 4rem;
  }

  .xl\:odd\:bottom-16:nth-child(odd) {
    bottom: 4rem;
  }

  .xl\:odd\:left-16:nth-child(odd) {
    left: 4rem;
  }

  .xl\:odd\:top-20:nth-child(odd) {
    top: 5rem;
  }

  .xl\:odd\:right-20:nth-child(odd) {
    right: 5rem;
  }

  .xl\:odd\:bottom-20:nth-child(odd) {
    bottom: 5rem;
  }

  .xl\:odd\:left-20:nth-child(odd) {
    left: 5rem;
  }

  .xl\:odd\:top-24:nth-child(odd) {
    top: 6rem;
  }

  .xl\:odd\:right-24:nth-child(odd) {
    right: 6rem;
  }

  .xl\:odd\:bottom-24:nth-child(odd) {
    bottom: 6rem;
  }

  .xl\:odd\:left-24:nth-child(odd) {
    left: 6rem;
  }

  .xl\:odd\:top-28:nth-child(odd) {
    top: 7rem;
  }

  .xl\:odd\:right-28:nth-child(odd) {
    right: 7rem;
  }

  .xl\:odd\:bottom-28:nth-child(odd) {
    bottom: 7rem;
  }

  .xl\:odd\:left-28:nth-child(odd) {
    left: 7rem;
  }

  .xl\:odd\:top-32:nth-child(odd) {
    top: 8rem;
  }

  .xl\:odd\:right-32:nth-child(odd) {
    right: 8rem;
  }

  .xl\:odd\:bottom-32:nth-child(odd) {
    bottom: 8rem;
  }

  .xl\:odd\:left-32:nth-child(odd) {
    left: 8rem;
  }

  .xl\:odd\:top-36:nth-child(odd) {
    top: 9rem;
  }

  .xl\:odd\:right-36:nth-child(odd) {
    right: 9rem;
  }

  .xl\:odd\:bottom-36:nth-child(odd) {
    bottom: 9rem;
  }

  .xl\:odd\:left-36:nth-child(odd) {
    left: 9rem;
  }

  .xl\:odd\:top-40:nth-child(odd) {
    top: 10rem;
  }

  .xl\:odd\:right-40:nth-child(odd) {
    right: 10rem;
  }

  .xl\:odd\:bottom-40:nth-child(odd) {
    bottom: 10rem;
  }

  .xl\:odd\:left-40:nth-child(odd) {
    left: 10rem;
  }

  .xl\:odd\:top-44:nth-child(odd) {
    top: 11rem;
  }

  .xl\:odd\:right-44:nth-child(odd) {
    right: 11rem;
  }

  .xl\:odd\:bottom-44:nth-child(odd) {
    bottom: 11rem;
  }

  .xl\:odd\:left-44:nth-child(odd) {
    left: 11rem;
  }

  .xl\:odd\:top-48:nth-child(odd) {
    top: 12rem;
  }

  .xl\:odd\:right-48:nth-child(odd) {
    right: 12rem;
  }

  .xl\:odd\:bottom-48:nth-child(odd) {
    bottom: 12rem;
  }

  .xl\:odd\:left-48:nth-child(odd) {
    left: 12rem;
  }

  .xl\:odd\:top-52:nth-child(odd) {
    top: 13rem;
  }

  .xl\:odd\:right-52:nth-child(odd) {
    right: 13rem;
  }

  .xl\:odd\:bottom-52:nth-child(odd) {
    bottom: 13rem;
  }

  .xl\:odd\:left-52:nth-child(odd) {
    left: 13rem;
  }

  .xl\:odd\:top-56:nth-child(odd) {
    top: 14rem;
  }

  .xl\:odd\:right-56:nth-child(odd) {
    right: 14rem;
  }

  .xl\:odd\:bottom-56:nth-child(odd) {
    bottom: 14rem;
  }

  .xl\:odd\:left-56:nth-child(odd) {
    left: 14rem;
  }

  .xl\:odd\:top-60:nth-child(odd) {
    top: 15rem;
  }

  .xl\:odd\:right-60:nth-child(odd) {
    right: 15rem;
  }

  .xl\:odd\:bottom-60:nth-child(odd) {
    bottom: 15rem;
  }

  .xl\:odd\:left-60:nth-child(odd) {
    left: 15rem;
  }

  .xl\:odd\:top-64:nth-child(odd) {
    top: 16rem;
  }

  .xl\:odd\:right-64:nth-child(odd) {
    right: 16rem;
  }

  .xl\:odd\:bottom-64:nth-child(odd) {
    bottom: 16rem;
  }

  .xl\:odd\:left-64:nth-child(odd) {
    left: 16rem;
  }

  .xl\:odd\:top-72:nth-child(odd) {
    top: 18rem;
  }

  .xl\:odd\:right-72:nth-child(odd) {
    right: 18rem;
  }

  .xl\:odd\:bottom-72:nth-child(odd) {
    bottom: 18rem;
  }

  .xl\:odd\:left-72:nth-child(odd) {
    left: 18rem;
  }

  .xl\:odd\:top-80:nth-child(odd) {
    top: 20rem;
  }

  .xl\:odd\:right-80:nth-child(odd) {
    right: 20rem;
  }

  .xl\:odd\:bottom-80:nth-child(odd) {
    bottom: 20rem;
  }

  .xl\:odd\:left-80:nth-child(odd) {
    left: 20rem;
  }

  .xl\:odd\:top-96:nth-child(odd) {
    top: 24rem;
  }

  .xl\:odd\:right-96:nth-child(odd) {
    right: 24rem;
  }

  .xl\:odd\:bottom-96:nth-child(odd) {
    bottom: 24rem;
  }

  .xl\:odd\:left-96:nth-child(odd) {
    left: 24rem;
  }

  .xl\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .xl\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .xl\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .xl\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .xl\:odd\:top-px:nth-child(odd) {
    top: 1px;
  }

  .xl\:odd\:right-px:nth-child(odd) {
    right: 1px;
  }

  .xl\:odd\:bottom-px:nth-child(odd) {
    bottom: 1px;
  }

  .xl\:odd\:left-px:nth-child(odd) {
    left: 1px;
  }

  .xl\:odd\:top-0\.5:nth-child(odd) {
    top: 0.125rem;
  }

  .xl\:odd\:right-0\.5:nth-child(odd) {
    right: 0.125rem;
  }

  .xl\:odd\:bottom-0\.5:nth-child(odd) {
    bottom: 0.125rem;
  }

  .xl\:odd\:left-0\.5:nth-child(odd) {
    left: 0.125rem;
  }

  .xl\:odd\:top-1\.5:nth-child(odd) {
    top: 0.375rem;
  }

  .xl\:odd\:right-1\.5:nth-child(odd) {
    right: 0.375rem;
  }

  .xl\:odd\:bottom-1\.5:nth-child(odd) {
    bottom: 0.375rem;
  }

  .xl\:odd\:left-1\.5:nth-child(odd) {
    left: 0.375rem;
  }

  .xl\:odd\:top-2\.5:nth-child(odd) {
    top: 0.625rem;
  }

  .xl\:odd\:right-2\.5:nth-child(odd) {
    right: 0.625rem;
  }

  .xl\:odd\:bottom-2\.5:nth-child(odd) {
    bottom: 0.625rem;
  }

  .xl\:odd\:left-2\.5:nth-child(odd) {
    left: 0.625rem;
  }

  .xl\:odd\:top-3\.5:nth-child(odd) {
    top: 0.875rem;
  }

  .xl\:odd\:right-3\.5:nth-child(odd) {
    right: 0.875rem;
  }

  .xl\:odd\:bottom-3\.5:nth-child(odd) {
    bottom: 0.875rem;
  }

  .xl\:odd\:left-3\.5:nth-child(odd) {
    left: 0.875rem;
  }

  .xl\:odd\:-top-0:nth-child(odd) {
    top: 0px;
  }

  .xl\:odd\:-right-0:nth-child(odd) {
    right: 0px;
  }

  .xl\:odd\:-bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .xl\:odd\:-left-0:nth-child(odd) {
    left: 0px;
  }

  .xl\:odd\:-top-1:nth-child(odd) {
    top: -0.25rem;
  }

  .xl\:odd\:-right-1:nth-child(odd) {
    right: -0.25rem;
  }

  .xl\:odd\:-bottom-1:nth-child(odd) {
    bottom: -0.25rem;
  }

  .xl\:odd\:-left-1:nth-child(odd) {
    left: -0.25rem;
  }

  .xl\:odd\:-top-2:nth-child(odd) {
    top: -0.5rem;
  }

  .xl\:odd\:-right-2:nth-child(odd) {
    right: -0.5rem;
  }

  .xl\:odd\:-bottom-2:nth-child(odd) {
    bottom: -0.5rem;
  }

  .xl\:odd\:-left-2:nth-child(odd) {
    left: -0.5rem;
  }

  .xl\:odd\:-top-3:nth-child(odd) {
    top: -0.75rem;
  }

  .xl\:odd\:-right-3:nth-child(odd) {
    right: -0.75rem;
  }

  .xl\:odd\:-bottom-3:nth-child(odd) {
    bottom: -0.75rem;
  }

  .xl\:odd\:-left-3:nth-child(odd) {
    left: -0.75rem;
  }

  .xl\:odd\:-top-4:nth-child(odd) {
    top: -1rem;
  }

  .xl\:odd\:-right-4:nth-child(odd) {
    right: -1rem;
  }

  .xl\:odd\:-bottom-4:nth-child(odd) {
    bottom: -1rem;
  }

  .xl\:odd\:-left-4:nth-child(odd) {
    left: -1rem;
  }

  .xl\:odd\:-top-5:nth-child(odd) {
    top: -1.25rem;
  }

  .xl\:odd\:-right-5:nth-child(odd) {
    right: -1.25rem;
  }

  .xl\:odd\:-bottom-5:nth-child(odd) {
    bottom: -1.25rem;
  }

  .xl\:odd\:-left-5:nth-child(odd) {
    left: -1.25rem;
  }

  .xl\:odd\:-top-6:nth-child(odd) {
    top: -1.5rem;
  }

  .xl\:odd\:-right-6:nth-child(odd) {
    right: -1.5rem;
  }

  .xl\:odd\:-bottom-6:nth-child(odd) {
    bottom: -1.5rem;
  }

  .xl\:odd\:-left-6:nth-child(odd) {
    left: -1.5rem;
  }

  .xl\:odd\:-top-7:nth-child(odd) {
    top: -1.75rem;
  }

  .xl\:odd\:-right-7:nth-child(odd) {
    right: -1.75rem;
  }

  .xl\:odd\:-bottom-7:nth-child(odd) {
    bottom: -1.75rem;
  }

  .xl\:odd\:-left-7:nth-child(odd) {
    left: -1.75rem;
  }

  .xl\:odd\:-top-8:nth-child(odd) {
    top: -2rem;
  }

  .xl\:odd\:-right-8:nth-child(odd) {
    right: -2rem;
  }

  .xl\:odd\:-bottom-8:nth-child(odd) {
    bottom: -2rem;
  }

  .xl\:odd\:-left-8:nth-child(odd) {
    left: -2rem;
  }

  .xl\:odd\:-top-9:nth-child(odd) {
    top: -2.25rem;
  }

  .xl\:odd\:-right-9:nth-child(odd) {
    right: -2.25rem;
  }

  .xl\:odd\:-bottom-9:nth-child(odd) {
    bottom: -2.25rem;
  }

  .xl\:odd\:-left-9:nth-child(odd) {
    left: -2.25rem;
  }

  .xl\:odd\:-top-10:nth-child(odd) {
    top: -2.5rem;
  }

  .xl\:odd\:-right-10:nth-child(odd) {
    right: -2.5rem;
  }

  .xl\:odd\:-bottom-10:nth-child(odd) {
    bottom: -2.5rem;
  }

  .xl\:odd\:-left-10:nth-child(odd) {
    left: -2.5rem;
  }

  .xl\:odd\:-top-11:nth-child(odd) {
    top: -2.75rem;
  }

  .xl\:odd\:-right-11:nth-child(odd) {
    right: -2.75rem;
  }

  .xl\:odd\:-bottom-11:nth-child(odd) {
    bottom: -2.75rem;
  }

  .xl\:odd\:-left-11:nth-child(odd) {
    left: -2.75rem;
  }

  .xl\:odd\:-top-12:nth-child(odd) {
    top: -3rem;
  }

  .xl\:odd\:-right-12:nth-child(odd) {
    right: -3rem;
  }

  .xl\:odd\:-bottom-12:nth-child(odd) {
    bottom: -3rem;
  }

  .xl\:odd\:-left-12:nth-child(odd) {
    left: -3rem;
  }

  .xl\:odd\:-top-14:nth-child(odd) {
    top: -3.5rem;
  }

  .xl\:odd\:-right-14:nth-child(odd) {
    right: -3.5rem;
  }

  .xl\:odd\:-bottom-14:nth-child(odd) {
    bottom: -3.5rem;
  }

  .xl\:odd\:-left-14:nth-child(odd) {
    left: -3.5rem;
  }

  .xl\:odd\:-top-16:nth-child(odd) {
    top: -4rem;
  }

  .xl\:odd\:-right-16:nth-child(odd) {
    right: -4rem;
  }

  .xl\:odd\:-bottom-16:nth-child(odd) {
    bottom: -4rem;
  }

  .xl\:odd\:-left-16:nth-child(odd) {
    left: -4rem;
  }

  .xl\:odd\:-top-20:nth-child(odd) {
    top: -5rem;
  }

  .xl\:odd\:-right-20:nth-child(odd) {
    right: -5rem;
  }

  .xl\:odd\:-bottom-20:nth-child(odd) {
    bottom: -5rem;
  }

  .xl\:odd\:-left-20:nth-child(odd) {
    left: -5rem;
  }

  .xl\:odd\:-top-24:nth-child(odd) {
    top: -6rem;
  }

  .xl\:odd\:-right-24:nth-child(odd) {
    right: -6rem;
  }

  .xl\:odd\:-bottom-24:nth-child(odd) {
    bottom: -6rem;
  }

  .xl\:odd\:-left-24:nth-child(odd) {
    left: -6rem;
  }

  .xl\:odd\:-top-28:nth-child(odd) {
    top: -7rem;
  }

  .xl\:odd\:-right-28:nth-child(odd) {
    right: -7rem;
  }

  .xl\:odd\:-bottom-28:nth-child(odd) {
    bottom: -7rem;
  }

  .xl\:odd\:-left-28:nth-child(odd) {
    left: -7rem;
  }

  .xl\:odd\:-top-32:nth-child(odd) {
    top: -8rem;
  }

  .xl\:odd\:-right-32:nth-child(odd) {
    right: -8rem;
  }

  .xl\:odd\:-bottom-32:nth-child(odd) {
    bottom: -8rem;
  }

  .xl\:odd\:-left-32:nth-child(odd) {
    left: -8rem;
  }

  .xl\:odd\:-top-36:nth-child(odd) {
    top: -9rem;
  }

  .xl\:odd\:-right-36:nth-child(odd) {
    right: -9rem;
  }

  .xl\:odd\:-bottom-36:nth-child(odd) {
    bottom: -9rem;
  }

  .xl\:odd\:-left-36:nth-child(odd) {
    left: -9rem;
  }

  .xl\:odd\:-top-40:nth-child(odd) {
    top: -10rem;
  }

  .xl\:odd\:-right-40:nth-child(odd) {
    right: -10rem;
  }

  .xl\:odd\:-bottom-40:nth-child(odd) {
    bottom: -10rem;
  }

  .xl\:odd\:-left-40:nth-child(odd) {
    left: -10rem;
  }

  .xl\:odd\:-top-44:nth-child(odd) {
    top: -11rem;
  }

  .xl\:odd\:-right-44:nth-child(odd) {
    right: -11rem;
  }

  .xl\:odd\:-bottom-44:nth-child(odd) {
    bottom: -11rem;
  }

  .xl\:odd\:-left-44:nth-child(odd) {
    left: -11rem;
  }

  .xl\:odd\:-top-48:nth-child(odd) {
    top: -12rem;
  }

  .xl\:odd\:-right-48:nth-child(odd) {
    right: -12rem;
  }

  .xl\:odd\:-bottom-48:nth-child(odd) {
    bottom: -12rem;
  }

  .xl\:odd\:-left-48:nth-child(odd) {
    left: -12rem;
  }

  .xl\:odd\:-top-52:nth-child(odd) {
    top: -13rem;
  }

  .xl\:odd\:-right-52:nth-child(odd) {
    right: -13rem;
  }

  .xl\:odd\:-bottom-52:nth-child(odd) {
    bottom: -13rem;
  }

  .xl\:odd\:-left-52:nth-child(odd) {
    left: -13rem;
  }

  .xl\:odd\:-top-56:nth-child(odd) {
    top: -14rem;
  }

  .xl\:odd\:-right-56:nth-child(odd) {
    right: -14rem;
  }

  .xl\:odd\:-bottom-56:nth-child(odd) {
    bottom: -14rem;
  }

  .xl\:odd\:-left-56:nth-child(odd) {
    left: -14rem;
  }

  .xl\:odd\:-top-60:nth-child(odd) {
    top: -15rem;
  }

  .xl\:odd\:-right-60:nth-child(odd) {
    right: -15rem;
  }

  .xl\:odd\:-bottom-60:nth-child(odd) {
    bottom: -15rem;
  }

  .xl\:odd\:-left-60:nth-child(odd) {
    left: -15rem;
  }

  .xl\:odd\:-top-64:nth-child(odd) {
    top: -16rem;
  }

  .xl\:odd\:-right-64:nth-child(odd) {
    right: -16rem;
  }

  .xl\:odd\:-bottom-64:nth-child(odd) {
    bottom: -16rem;
  }

  .xl\:odd\:-left-64:nth-child(odd) {
    left: -16rem;
  }

  .xl\:odd\:-top-72:nth-child(odd) {
    top: -18rem;
  }

  .xl\:odd\:-right-72:nth-child(odd) {
    right: -18rem;
  }

  .xl\:odd\:-bottom-72:nth-child(odd) {
    bottom: -18rem;
  }

  .xl\:odd\:-left-72:nth-child(odd) {
    left: -18rem;
  }

  .xl\:odd\:-top-80:nth-child(odd) {
    top: -20rem;
  }

  .xl\:odd\:-right-80:nth-child(odd) {
    right: -20rem;
  }

  .xl\:odd\:-bottom-80:nth-child(odd) {
    bottom: -20rem;
  }

  .xl\:odd\:-left-80:nth-child(odd) {
    left: -20rem;
  }

  .xl\:odd\:-top-96:nth-child(odd) {
    top: -24rem;
  }

  .xl\:odd\:-right-96:nth-child(odd) {
    right: -24rem;
  }

  .xl\:odd\:-bottom-96:nth-child(odd) {
    bottom: -24rem;
  }

  .xl\:odd\:-left-96:nth-child(odd) {
    left: -24rem;
  }

  .xl\:odd\:-top-px:nth-child(odd) {
    top: -1px;
  }

  .xl\:odd\:-right-px:nth-child(odd) {
    right: -1px;
  }

  .xl\:odd\:-bottom-px:nth-child(odd) {
    bottom: -1px;
  }

  .xl\:odd\:-left-px:nth-child(odd) {
    left: -1px;
  }

  .xl\:odd\:-top-0\.5:nth-child(odd) {
    top: -0.125rem;
  }

  .xl\:odd\:-right-0\.5:nth-child(odd) {
    right: -0.125rem;
  }

  .xl\:odd\:-bottom-0\.5:nth-child(odd) {
    bottom: -0.125rem;
  }

  .xl\:odd\:-left-0\.5:nth-child(odd) {
    left: -0.125rem;
  }

  .xl\:odd\:-top-1\.5:nth-child(odd) {
    top: -0.375rem;
  }

  .xl\:odd\:-right-1\.5:nth-child(odd) {
    right: -0.375rem;
  }

  .xl\:odd\:-bottom-1\.5:nth-child(odd) {
    bottom: -0.375rem;
  }

  .xl\:odd\:-left-1\.5:nth-child(odd) {
    left: -0.375rem;
  }

  .xl\:odd\:-top-2\.5:nth-child(odd) {
    top: -0.625rem;
  }

  .xl\:odd\:-right-2\.5:nth-child(odd) {
    right: -0.625rem;
  }

  .xl\:odd\:-bottom-2\.5:nth-child(odd) {
    bottom: -0.625rem;
  }

  .xl\:odd\:-left-2\.5:nth-child(odd) {
    left: -0.625rem;
  }

  .xl\:odd\:-top-3\.5:nth-child(odd) {
    top: -0.875rem;
  }

  .xl\:odd\:-right-3\.5:nth-child(odd) {
    right: -0.875rem;
  }

  .xl\:odd\:-bottom-3\.5:nth-child(odd) {
    bottom: -0.875rem;
  }

  .xl\:odd\:-left-3\.5:nth-child(odd) {
    left: -0.875rem;
  }

  .xl\:odd\:top-1\/2:nth-child(odd) {
    top: 50%;
  }

  .xl\:odd\:right-1\/2:nth-child(odd) {
    right: 50%;
  }

  .xl\:odd\:bottom-1\/2:nth-child(odd) {
    bottom: 50%;
  }

  .xl\:odd\:left-1\/2:nth-child(odd) {
    left: 50%;
  }

  .xl\:odd\:top-1\/3:nth-child(odd) {
    top: 33.333333%;
  }

  .xl\:odd\:right-1\/3:nth-child(odd) {
    right: 33.333333%;
  }

  .xl\:odd\:bottom-1\/3:nth-child(odd) {
    bottom: 33.333333%;
  }

  .xl\:odd\:left-1\/3:nth-child(odd) {
    left: 33.333333%;
  }

  .xl\:odd\:top-2\/3:nth-child(odd) {
    top: 66.666667%;
  }

  .xl\:odd\:right-2\/3:nth-child(odd) {
    right: 66.666667%;
  }

  .xl\:odd\:bottom-2\/3:nth-child(odd) {
    bottom: 66.666667%;
  }

  .xl\:odd\:left-2\/3:nth-child(odd) {
    left: 66.666667%;
  }

  .xl\:odd\:top-1\/4:nth-child(odd) {
    top: 25%;
  }

  .xl\:odd\:right-1\/4:nth-child(odd) {
    right: 25%;
  }

  .xl\:odd\:bottom-1\/4:nth-child(odd) {
    bottom: 25%;
  }

  .xl\:odd\:left-1\/4:nth-child(odd) {
    left: 25%;
  }

  .xl\:odd\:top-2\/4:nth-child(odd) {
    top: 50%;
  }

  .xl\:odd\:right-2\/4:nth-child(odd) {
    right: 50%;
  }

  .xl\:odd\:bottom-2\/4:nth-child(odd) {
    bottom: 50%;
  }

  .xl\:odd\:left-2\/4:nth-child(odd) {
    left: 50%;
  }

  .xl\:odd\:top-3\/4:nth-child(odd) {
    top: 75%;
  }

  .xl\:odd\:right-3\/4:nth-child(odd) {
    right: 75%;
  }

  .xl\:odd\:bottom-3\/4:nth-child(odd) {
    bottom: 75%;
  }

  .xl\:odd\:left-3\/4:nth-child(odd) {
    left: 75%;
  }

  .xl\:odd\:top-full:nth-child(odd) {
    top: 100%;
  }

  .xl\:odd\:right-full:nth-child(odd) {
    right: 100%;
  }

  .xl\:odd\:bottom-full:nth-child(odd) {
    bottom: 100%;
  }

  .xl\:odd\:left-full:nth-child(odd) {
    left: 100%;
  }

  .xl\:odd\:-top-1\/2:nth-child(odd) {
    top: -50%;
  }

  .xl\:odd\:-right-1\/2:nth-child(odd) {
    right: -50%;
  }

  .xl\:odd\:-bottom-1\/2:nth-child(odd) {
    bottom: -50%;
  }

  .xl\:odd\:-left-1\/2:nth-child(odd) {
    left: -50%;
  }

  .xl\:odd\:-top-1\/3:nth-child(odd) {
    top: -33.333333%;
  }

  .xl\:odd\:-right-1\/3:nth-child(odd) {
    right: -33.333333%;
  }

  .xl\:odd\:-bottom-1\/3:nth-child(odd) {
    bottom: -33.333333%;
  }

  .xl\:odd\:-left-1\/3:nth-child(odd) {
    left: -33.333333%;
  }

  .xl\:odd\:-top-2\/3:nth-child(odd) {
    top: -66.666667%;
  }

  .xl\:odd\:-right-2\/3:nth-child(odd) {
    right: -66.666667%;
  }

  .xl\:odd\:-bottom-2\/3:nth-child(odd) {
    bottom: -66.666667%;
  }

  .xl\:odd\:-left-2\/3:nth-child(odd) {
    left: -66.666667%;
  }

  .xl\:odd\:-top-1\/4:nth-child(odd) {
    top: -25%;
  }

  .xl\:odd\:-right-1\/4:nth-child(odd) {
    right: -25%;
  }

  .xl\:odd\:-bottom-1\/4:nth-child(odd) {
    bottom: -25%;
  }

  .xl\:odd\:-left-1\/4:nth-child(odd) {
    left: -25%;
  }

  .xl\:odd\:-top-2\/4:nth-child(odd) {
    top: -50%;
  }

  .xl\:odd\:-right-2\/4:nth-child(odd) {
    right: -50%;
  }

  .xl\:odd\:-bottom-2\/4:nth-child(odd) {
    bottom: -50%;
  }

  .xl\:odd\:-left-2\/4:nth-child(odd) {
    left: -50%;
  }

  .xl\:odd\:-top-3\/4:nth-child(odd) {
    top: -75%;
  }

  .xl\:odd\:-right-3\/4:nth-child(odd) {
    right: -75%;
  }

  .xl\:odd\:-bottom-3\/4:nth-child(odd) {
    bottom: -75%;
  }

  .xl\:odd\:-left-3\/4:nth-child(odd) {
    left: -75%;
  }

  .xl\:odd\:-top-full:nth-child(odd) {
    top: -100%;
  }

  .xl\:odd\:-right-full:nth-child(odd) {
    right: -100%;
  }

  .xl\:odd\:-bottom-full:nth-child(odd) {
    bottom: -100%;
  }

  .xl\:odd\:-left-full:nth-child(odd) {
    left: -100%;
  }

  .xl\:even\:inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:even\:inset-1:nth-child(even) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:even\:inset-2:nth-child(even) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:even\:inset-3:nth-child(even) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:even\:inset-4:nth-child(even) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:even\:inset-5:nth-child(even) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:even\:inset-6:nth-child(even) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:even\:inset-7:nth-child(even) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:even\:inset-8:nth-child(even) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:even\:inset-9:nth-child(even) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:even\:inset-10:nth-child(even) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:even\:inset-11:nth-child(even) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:even\:inset-12:nth-child(even) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:even\:inset-14:nth-child(even) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:even\:inset-16:nth-child(even) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:even\:inset-20:nth-child(even) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:even\:inset-24:nth-child(even) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:even\:inset-28:nth-child(even) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:even\:inset-32:nth-child(even) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:even\:inset-36:nth-child(even) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:even\:inset-40:nth-child(even) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:even\:inset-44:nth-child(even) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:even\:inset-48:nth-child(even) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:even\:inset-52:nth-child(even) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:even\:inset-56:nth-child(even) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:even\:inset-60:nth-child(even) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:even\:inset-64:nth-child(even) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:even\:inset-72:nth-child(even) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:even\:inset-80:nth-child(even) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:even\:inset-96:nth-child(even) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:even\:inset-px:nth-child(even) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:even\:inset-0\.5:nth-child(even) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:even\:inset-1\.5:nth-child(even) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:even\:inset-2\.5:nth-child(even) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:even\:inset-3\.5:nth-child(even) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:even\:-inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:even\:-inset-1:nth-child(even) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:even\:-inset-2:nth-child(even) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:even\:-inset-3:nth-child(even) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:even\:-inset-4:nth-child(even) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:even\:-inset-5:nth-child(even) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:even\:-inset-6:nth-child(even) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:even\:-inset-7:nth-child(even) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:even\:-inset-8:nth-child(even) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:even\:-inset-9:nth-child(even) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:even\:-inset-10:nth-child(even) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:even\:-inset-11:nth-child(even) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:even\:-inset-12:nth-child(even) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:even\:-inset-14:nth-child(even) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:even\:-inset-16:nth-child(even) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:even\:-inset-20:nth-child(even) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:even\:-inset-24:nth-child(even) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:even\:-inset-28:nth-child(even) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:even\:-inset-32:nth-child(even) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:even\:-inset-36:nth-child(even) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:even\:-inset-40:nth-child(even) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:even\:-inset-44:nth-child(even) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:even\:-inset-48:nth-child(even) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:even\:-inset-52:nth-child(even) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:even\:-inset-56:nth-child(even) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:even\:-inset-60:nth-child(even) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:even\:-inset-64:nth-child(even) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:even\:-inset-72:nth-child(even) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:even\:-inset-80:nth-child(even) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:even\:-inset-96:nth-child(even) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:even\:-inset-px:nth-child(even) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:even\:-inset-0\.5:nth-child(even) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:even\:-inset-1\.5:nth-child(even) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:even\:-inset-2\.5:nth-child(even) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:even\:-inset-3\.5:nth-child(even) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:even\:inset-1\/2:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:even\:inset-1\/3:nth-child(even) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:even\:inset-2\/3:nth-child(even) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:even\:inset-1\/4:nth-child(even) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:even\:inset-2\/4:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:even\:inset-3\/4:nth-child(even) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:even\:inset-full:nth-child(even) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:even\:-inset-1\/2:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:even\:-inset-1\/3:nth-child(even) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:even\:-inset-2\/3:nth-child(even) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:even\:-inset-1\/4:nth-child(even) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:even\:-inset-2\/4:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:even\:-inset-3\/4:nth-child(even) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:even\:-inset-full:nth-child(even) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:even\:inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .xl\:even\:inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .xl\:even\:inset-y-1:nth-child(even) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:even\:inset-x-1:nth-child(even) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:even\:inset-y-2:nth-child(even) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:even\:inset-x-2:nth-child(even) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:even\:inset-y-3:nth-child(even) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:even\:inset-x-3:nth-child(even) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:even\:inset-y-4:nth-child(even) {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:even\:inset-x-4:nth-child(even) {
    right: 1rem;
    left: 1rem;
  }

  .xl\:even\:inset-y-5:nth-child(even) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:even\:inset-x-5:nth-child(even) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:even\:inset-y-6:nth-child(even) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:even\:inset-x-6:nth-child(even) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:even\:inset-y-7:nth-child(even) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:even\:inset-x-7:nth-child(even) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:even\:inset-y-8:nth-child(even) {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:even\:inset-x-8:nth-child(even) {
    right: 2rem;
    left: 2rem;
  }

  .xl\:even\:inset-y-9:nth-child(even) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:even\:inset-x-9:nth-child(even) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:even\:inset-y-10:nth-child(even) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:even\:inset-x-10:nth-child(even) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:even\:inset-y-11:nth-child(even) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:even\:inset-x-11:nth-child(even) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:even\:inset-y-12:nth-child(even) {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:even\:inset-x-12:nth-child(even) {
    right: 3rem;
    left: 3rem;
  }

  .xl\:even\:inset-y-14:nth-child(even) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:even\:inset-x-14:nth-child(even) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:even\:inset-y-16:nth-child(even) {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:even\:inset-x-16:nth-child(even) {
    right: 4rem;
    left: 4rem;
  }

  .xl\:even\:inset-y-20:nth-child(even) {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:even\:inset-x-20:nth-child(even) {
    right: 5rem;
    left: 5rem;
  }

  .xl\:even\:inset-y-24:nth-child(even) {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:even\:inset-x-24:nth-child(even) {
    right: 6rem;
    left: 6rem;
  }

  .xl\:even\:inset-y-28:nth-child(even) {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:even\:inset-x-28:nth-child(even) {
    right: 7rem;
    left: 7rem;
  }

  .xl\:even\:inset-y-32:nth-child(even) {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:even\:inset-x-32:nth-child(even) {
    right: 8rem;
    left: 8rem;
  }

  .xl\:even\:inset-y-36:nth-child(even) {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:even\:inset-x-36:nth-child(even) {
    right: 9rem;
    left: 9rem;
  }

  .xl\:even\:inset-y-40:nth-child(even) {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:even\:inset-x-40:nth-child(even) {
    right: 10rem;
    left: 10rem;
  }

  .xl\:even\:inset-y-44:nth-child(even) {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:even\:inset-x-44:nth-child(even) {
    right: 11rem;
    left: 11rem;
  }

  .xl\:even\:inset-y-48:nth-child(even) {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:even\:inset-x-48:nth-child(even) {
    right: 12rem;
    left: 12rem;
  }

  .xl\:even\:inset-y-52:nth-child(even) {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:even\:inset-x-52:nth-child(even) {
    right: 13rem;
    left: 13rem;
  }

  .xl\:even\:inset-y-56:nth-child(even) {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:even\:inset-x-56:nth-child(even) {
    right: 14rem;
    left: 14rem;
  }

  .xl\:even\:inset-y-60:nth-child(even) {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:even\:inset-x-60:nth-child(even) {
    right: 15rem;
    left: 15rem;
  }

  .xl\:even\:inset-y-64:nth-child(even) {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:even\:inset-x-64:nth-child(even) {
    right: 16rem;
    left: 16rem;
  }

  .xl\:even\:inset-y-72:nth-child(even) {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:even\:inset-x-72:nth-child(even) {
    right: 18rem;
    left: 18rem;
  }

  .xl\:even\:inset-y-80:nth-child(even) {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:even\:inset-x-80:nth-child(even) {
    right: 20rem;
    left: 20rem;
  }

  .xl\:even\:inset-y-96:nth-child(even) {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:even\:inset-x-96:nth-child(even) {
    right: 24rem;
    left: 24rem;
  }

  .xl\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .xl\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .xl\:even\:inset-y-px:nth-child(even) {
    top: 1px;
    bottom: 1px;
  }

  .xl\:even\:inset-x-px:nth-child(even) {
    right: 1px;
    left: 1px;
  }

  .xl\:even\:inset-y-0\.5:nth-child(even) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:even\:inset-x-0\.5:nth-child(even) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:even\:inset-y-1\.5:nth-child(even) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:even\:inset-x-1\.5:nth-child(even) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:even\:inset-y-2\.5:nth-child(even) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:even\:inset-x-2\.5:nth-child(even) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:even\:inset-y-3\.5:nth-child(even) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:even\:inset-x-3\.5:nth-child(even) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:even\:-inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .xl\:even\:-inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .xl\:even\:-inset-y-1:nth-child(even) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:even\:-inset-x-1:nth-child(even) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:even\:-inset-y-2:nth-child(even) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:even\:-inset-x-2:nth-child(even) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:even\:-inset-y-3:nth-child(even) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:even\:-inset-x-3:nth-child(even) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:even\:-inset-y-4:nth-child(even) {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:even\:-inset-x-4:nth-child(even) {
    right: -1rem;
    left: -1rem;
  }

  .xl\:even\:-inset-y-5:nth-child(even) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:even\:-inset-x-5:nth-child(even) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:even\:-inset-y-6:nth-child(even) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:even\:-inset-x-6:nth-child(even) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:even\:-inset-y-7:nth-child(even) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:even\:-inset-x-7:nth-child(even) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:even\:-inset-y-8:nth-child(even) {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:even\:-inset-x-8:nth-child(even) {
    right: -2rem;
    left: -2rem;
  }

  .xl\:even\:-inset-y-9:nth-child(even) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:even\:-inset-x-9:nth-child(even) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:even\:-inset-y-10:nth-child(even) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:even\:-inset-x-10:nth-child(even) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:even\:-inset-y-11:nth-child(even) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:even\:-inset-x-11:nth-child(even) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:even\:-inset-y-12:nth-child(even) {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:even\:-inset-x-12:nth-child(even) {
    right: -3rem;
    left: -3rem;
  }

  .xl\:even\:-inset-y-14:nth-child(even) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:even\:-inset-x-14:nth-child(even) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:even\:-inset-y-16:nth-child(even) {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:even\:-inset-x-16:nth-child(even) {
    right: -4rem;
    left: -4rem;
  }

  .xl\:even\:-inset-y-20:nth-child(even) {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:even\:-inset-x-20:nth-child(even) {
    right: -5rem;
    left: -5rem;
  }

  .xl\:even\:-inset-y-24:nth-child(even) {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:even\:-inset-x-24:nth-child(even) {
    right: -6rem;
    left: -6rem;
  }

  .xl\:even\:-inset-y-28:nth-child(even) {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:even\:-inset-x-28:nth-child(even) {
    right: -7rem;
    left: -7rem;
  }

  .xl\:even\:-inset-y-32:nth-child(even) {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:even\:-inset-x-32:nth-child(even) {
    right: -8rem;
    left: -8rem;
  }

  .xl\:even\:-inset-y-36:nth-child(even) {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:even\:-inset-x-36:nth-child(even) {
    right: -9rem;
    left: -9rem;
  }

  .xl\:even\:-inset-y-40:nth-child(even) {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:even\:-inset-x-40:nth-child(even) {
    right: -10rem;
    left: -10rem;
  }

  .xl\:even\:-inset-y-44:nth-child(even) {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:even\:-inset-x-44:nth-child(even) {
    right: -11rem;
    left: -11rem;
  }

  .xl\:even\:-inset-y-48:nth-child(even) {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:even\:-inset-x-48:nth-child(even) {
    right: -12rem;
    left: -12rem;
  }

  .xl\:even\:-inset-y-52:nth-child(even) {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:even\:-inset-x-52:nth-child(even) {
    right: -13rem;
    left: -13rem;
  }

  .xl\:even\:-inset-y-56:nth-child(even) {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:even\:-inset-x-56:nth-child(even) {
    right: -14rem;
    left: -14rem;
  }

  .xl\:even\:-inset-y-60:nth-child(even) {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:even\:-inset-x-60:nth-child(even) {
    right: -15rem;
    left: -15rem;
  }

  .xl\:even\:-inset-y-64:nth-child(even) {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:even\:-inset-x-64:nth-child(even) {
    right: -16rem;
    left: -16rem;
  }

  .xl\:even\:-inset-y-72:nth-child(even) {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:even\:-inset-x-72:nth-child(even) {
    right: -18rem;
    left: -18rem;
  }

  .xl\:even\:-inset-y-80:nth-child(even) {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:even\:-inset-x-80:nth-child(even) {
    right: -20rem;
    left: -20rem;
  }

  .xl\:even\:-inset-y-96:nth-child(even) {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:even\:-inset-x-96:nth-child(even) {
    right: -24rem;
    left: -24rem;
  }

  .xl\:even\:-inset-y-px:nth-child(even) {
    top: -1px;
    bottom: -1px;
  }

  .xl\:even\:-inset-x-px:nth-child(even) {
    right: -1px;
    left: -1px;
  }

  .xl\:even\:-inset-y-0\.5:nth-child(even) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:even\:-inset-x-0\.5:nth-child(even) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:even\:-inset-y-1\.5:nth-child(even) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:even\:-inset-x-1\.5:nth-child(even) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:even\:-inset-y-2\.5:nth-child(even) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:even\:-inset-x-2\.5:nth-child(even) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:even\:-inset-y-3\.5:nth-child(even) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:even\:-inset-x-3\.5:nth-child(even) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:even\:inset-y-1\/2:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .xl\:even\:inset-x-1\/2:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .xl\:even\:inset-y-1\/3:nth-child(even) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:even\:inset-x-1\/3:nth-child(even) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:even\:inset-y-2\/3:nth-child(even) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:even\:inset-x-2\/3:nth-child(even) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:even\:inset-y-1\/4:nth-child(even) {
    top: 25%;
    bottom: 25%;
  }

  .xl\:even\:inset-x-1\/4:nth-child(even) {
    right: 25%;
    left: 25%;
  }

  .xl\:even\:inset-y-2\/4:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .xl\:even\:inset-x-2\/4:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .xl\:even\:inset-y-3\/4:nth-child(even) {
    top: 75%;
    bottom: 75%;
  }

  .xl\:even\:inset-x-3\/4:nth-child(even) {
    right: 75%;
    left: 75%;
  }

  .xl\:even\:inset-y-full:nth-child(even) {
    top: 100%;
    bottom: 100%;
  }

  .xl\:even\:inset-x-full:nth-child(even) {
    right: 100%;
    left: 100%;
  }

  .xl\:even\:-inset-y-1\/2:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .xl\:even\:-inset-x-1\/2:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .xl\:even\:-inset-y-1\/3:nth-child(even) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:even\:-inset-x-1\/3:nth-child(even) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:even\:-inset-y-2\/3:nth-child(even) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:even\:-inset-x-2\/3:nth-child(even) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:even\:-inset-y-1\/4:nth-child(even) {
    top: -25%;
    bottom: -25%;
  }

  .xl\:even\:-inset-x-1\/4:nth-child(even) {
    right: -25%;
    left: -25%;
  }

  .xl\:even\:-inset-y-2\/4:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .xl\:even\:-inset-x-2\/4:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .xl\:even\:-inset-y-3\/4:nth-child(even) {
    top: -75%;
    bottom: -75%;
  }

  .xl\:even\:-inset-x-3\/4:nth-child(even) {
    right: -75%;
    left: -75%;
  }

  .xl\:even\:-inset-y-full:nth-child(even) {
    top: -100%;
    bottom: -100%;
  }

  .xl\:even\:-inset-x-full:nth-child(even) {
    right: -100%;
    left: -100%;
  }

  .xl\:even\:top-0:nth-child(even) {
    top: 0px;
  }

  .xl\:even\:right-0:nth-child(even) {
    right: 0px;
  }

  .xl\:even\:bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .xl\:even\:left-0:nth-child(even) {
    left: 0px;
  }

  .xl\:even\:top-1:nth-child(even) {
    top: 0.25rem;
  }

  .xl\:even\:right-1:nth-child(even) {
    right: 0.25rem;
  }

  .xl\:even\:bottom-1:nth-child(even) {
    bottom: 0.25rem;
  }

  .xl\:even\:left-1:nth-child(even) {
    left: 0.25rem;
  }

  .xl\:even\:top-2:nth-child(even) {
    top: 0.5rem;
  }

  .xl\:even\:right-2:nth-child(even) {
    right: 0.5rem;
  }

  .xl\:even\:bottom-2:nth-child(even) {
    bottom: 0.5rem;
  }

  .xl\:even\:left-2:nth-child(even) {
    left: 0.5rem;
  }

  .xl\:even\:top-3:nth-child(even) {
    top: 0.75rem;
  }

  .xl\:even\:right-3:nth-child(even) {
    right: 0.75rem;
  }

  .xl\:even\:bottom-3:nth-child(even) {
    bottom: 0.75rem;
  }

  .xl\:even\:left-3:nth-child(even) {
    left: 0.75rem;
  }

  .xl\:even\:top-4:nth-child(even) {
    top: 1rem;
  }

  .xl\:even\:right-4:nth-child(even) {
    right: 1rem;
  }

  .xl\:even\:bottom-4:nth-child(even) {
    bottom: 1rem;
  }

  .xl\:even\:left-4:nth-child(even) {
    left: 1rem;
  }

  .xl\:even\:top-5:nth-child(even) {
    top: 1.25rem;
  }

  .xl\:even\:right-5:nth-child(even) {
    right: 1.25rem;
  }

  .xl\:even\:bottom-5:nth-child(even) {
    bottom: 1.25rem;
  }

  .xl\:even\:left-5:nth-child(even) {
    left: 1.25rem;
  }

  .xl\:even\:top-6:nth-child(even) {
    top: 1.5rem;
  }

  .xl\:even\:right-6:nth-child(even) {
    right: 1.5rem;
  }

  .xl\:even\:bottom-6:nth-child(even) {
    bottom: 1.5rem;
  }

  .xl\:even\:left-6:nth-child(even) {
    left: 1.5rem;
  }

  .xl\:even\:top-7:nth-child(even) {
    top: 1.75rem;
  }

  .xl\:even\:right-7:nth-child(even) {
    right: 1.75rem;
  }

  .xl\:even\:bottom-7:nth-child(even) {
    bottom: 1.75rem;
  }

  .xl\:even\:left-7:nth-child(even) {
    left: 1.75rem;
  }

  .xl\:even\:top-8:nth-child(even) {
    top: 2rem;
  }

  .xl\:even\:right-8:nth-child(even) {
    right: 2rem;
  }

  .xl\:even\:bottom-8:nth-child(even) {
    bottom: 2rem;
  }

  .xl\:even\:left-8:nth-child(even) {
    left: 2rem;
  }

  .xl\:even\:top-9:nth-child(even) {
    top: 2.25rem;
  }

  .xl\:even\:right-9:nth-child(even) {
    right: 2.25rem;
  }

  .xl\:even\:bottom-9:nth-child(even) {
    bottom: 2.25rem;
  }

  .xl\:even\:left-9:nth-child(even) {
    left: 2.25rem;
  }

  .xl\:even\:top-10:nth-child(even) {
    top: 2.5rem;
  }

  .xl\:even\:right-10:nth-child(even) {
    right: 2.5rem;
  }

  .xl\:even\:bottom-10:nth-child(even) {
    bottom: 2.5rem;
  }

  .xl\:even\:left-10:nth-child(even) {
    left: 2.5rem;
  }

  .xl\:even\:top-11:nth-child(even) {
    top: 2.75rem;
  }

  .xl\:even\:right-11:nth-child(even) {
    right: 2.75rem;
  }

  .xl\:even\:bottom-11:nth-child(even) {
    bottom: 2.75rem;
  }

  .xl\:even\:left-11:nth-child(even) {
    left: 2.75rem;
  }

  .xl\:even\:top-12:nth-child(even) {
    top: 3rem;
  }

  .xl\:even\:right-12:nth-child(even) {
    right: 3rem;
  }

  .xl\:even\:bottom-12:nth-child(even) {
    bottom: 3rem;
  }

  .xl\:even\:left-12:nth-child(even) {
    left: 3rem;
  }

  .xl\:even\:top-14:nth-child(even) {
    top: 3.5rem;
  }

  .xl\:even\:right-14:nth-child(even) {
    right: 3.5rem;
  }

  .xl\:even\:bottom-14:nth-child(even) {
    bottom: 3.5rem;
  }

  .xl\:even\:left-14:nth-child(even) {
    left: 3.5rem;
  }

  .xl\:even\:top-16:nth-child(even) {
    top: 4rem;
  }

  .xl\:even\:right-16:nth-child(even) {
    right: 4rem;
  }

  .xl\:even\:bottom-16:nth-child(even) {
    bottom: 4rem;
  }

  .xl\:even\:left-16:nth-child(even) {
    left: 4rem;
  }

  .xl\:even\:top-20:nth-child(even) {
    top: 5rem;
  }

  .xl\:even\:right-20:nth-child(even) {
    right: 5rem;
  }

  .xl\:even\:bottom-20:nth-child(even) {
    bottom: 5rem;
  }

  .xl\:even\:left-20:nth-child(even) {
    left: 5rem;
  }

  .xl\:even\:top-24:nth-child(even) {
    top: 6rem;
  }

  .xl\:even\:right-24:nth-child(even) {
    right: 6rem;
  }

  .xl\:even\:bottom-24:nth-child(even) {
    bottom: 6rem;
  }

  .xl\:even\:left-24:nth-child(even) {
    left: 6rem;
  }

  .xl\:even\:top-28:nth-child(even) {
    top: 7rem;
  }

  .xl\:even\:right-28:nth-child(even) {
    right: 7rem;
  }

  .xl\:even\:bottom-28:nth-child(even) {
    bottom: 7rem;
  }

  .xl\:even\:left-28:nth-child(even) {
    left: 7rem;
  }

  .xl\:even\:top-32:nth-child(even) {
    top: 8rem;
  }

  .xl\:even\:right-32:nth-child(even) {
    right: 8rem;
  }

  .xl\:even\:bottom-32:nth-child(even) {
    bottom: 8rem;
  }

  .xl\:even\:left-32:nth-child(even) {
    left: 8rem;
  }

  .xl\:even\:top-36:nth-child(even) {
    top: 9rem;
  }

  .xl\:even\:right-36:nth-child(even) {
    right: 9rem;
  }

  .xl\:even\:bottom-36:nth-child(even) {
    bottom: 9rem;
  }

  .xl\:even\:left-36:nth-child(even) {
    left: 9rem;
  }

  .xl\:even\:top-40:nth-child(even) {
    top: 10rem;
  }

  .xl\:even\:right-40:nth-child(even) {
    right: 10rem;
  }

  .xl\:even\:bottom-40:nth-child(even) {
    bottom: 10rem;
  }

  .xl\:even\:left-40:nth-child(even) {
    left: 10rem;
  }

  .xl\:even\:top-44:nth-child(even) {
    top: 11rem;
  }

  .xl\:even\:right-44:nth-child(even) {
    right: 11rem;
  }

  .xl\:even\:bottom-44:nth-child(even) {
    bottom: 11rem;
  }

  .xl\:even\:left-44:nth-child(even) {
    left: 11rem;
  }

  .xl\:even\:top-48:nth-child(even) {
    top: 12rem;
  }

  .xl\:even\:right-48:nth-child(even) {
    right: 12rem;
  }

  .xl\:even\:bottom-48:nth-child(even) {
    bottom: 12rem;
  }

  .xl\:even\:left-48:nth-child(even) {
    left: 12rem;
  }

  .xl\:even\:top-52:nth-child(even) {
    top: 13rem;
  }

  .xl\:even\:right-52:nth-child(even) {
    right: 13rem;
  }

  .xl\:even\:bottom-52:nth-child(even) {
    bottom: 13rem;
  }

  .xl\:even\:left-52:nth-child(even) {
    left: 13rem;
  }

  .xl\:even\:top-56:nth-child(even) {
    top: 14rem;
  }

  .xl\:even\:right-56:nth-child(even) {
    right: 14rem;
  }

  .xl\:even\:bottom-56:nth-child(even) {
    bottom: 14rem;
  }

  .xl\:even\:left-56:nth-child(even) {
    left: 14rem;
  }

  .xl\:even\:top-60:nth-child(even) {
    top: 15rem;
  }

  .xl\:even\:right-60:nth-child(even) {
    right: 15rem;
  }

  .xl\:even\:bottom-60:nth-child(even) {
    bottom: 15rem;
  }

  .xl\:even\:left-60:nth-child(even) {
    left: 15rem;
  }

  .xl\:even\:top-64:nth-child(even) {
    top: 16rem;
  }

  .xl\:even\:right-64:nth-child(even) {
    right: 16rem;
  }

  .xl\:even\:bottom-64:nth-child(even) {
    bottom: 16rem;
  }

  .xl\:even\:left-64:nth-child(even) {
    left: 16rem;
  }

  .xl\:even\:top-72:nth-child(even) {
    top: 18rem;
  }

  .xl\:even\:right-72:nth-child(even) {
    right: 18rem;
  }

  .xl\:even\:bottom-72:nth-child(even) {
    bottom: 18rem;
  }

  .xl\:even\:left-72:nth-child(even) {
    left: 18rem;
  }

  .xl\:even\:top-80:nth-child(even) {
    top: 20rem;
  }

  .xl\:even\:right-80:nth-child(even) {
    right: 20rem;
  }

  .xl\:even\:bottom-80:nth-child(even) {
    bottom: 20rem;
  }

  .xl\:even\:left-80:nth-child(even) {
    left: 20rem;
  }

  .xl\:even\:top-96:nth-child(even) {
    top: 24rem;
  }

  .xl\:even\:right-96:nth-child(even) {
    right: 24rem;
  }

  .xl\:even\:bottom-96:nth-child(even) {
    bottom: 24rem;
  }

  .xl\:even\:left-96:nth-child(even) {
    left: 24rem;
  }

  .xl\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .xl\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .xl\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .xl\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .xl\:even\:top-px:nth-child(even) {
    top: 1px;
  }

  .xl\:even\:right-px:nth-child(even) {
    right: 1px;
  }

  .xl\:even\:bottom-px:nth-child(even) {
    bottom: 1px;
  }

  .xl\:even\:left-px:nth-child(even) {
    left: 1px;
  }

  .xl\:even\:top-0\.5:nth-child(even) {
    top: 0.125rem;
  }

  .xl\:even\:right-0\.5:nth-child(even) {
    right: 0.125rem;
  }

  .xl\:even\:bottom-0\.5:nth-child(even) {
    bottom: 0.125rem;
  }

  .xl\:even\:left-0\.5:nth-child(even) {
    left: 0.125rem;
  }

  .xl\:even\:top-1\.5:nth-child(even) {
    top: 0.375rem;
  }

  .xl\:even\:right-1\.5:nth-child(even) {
    right: 0.375rem;
  }

  .xl\:even\:bottom-1\.5:nth-child(even) {
    bottom: 0.375rem;
  }

  .xl\:even\:left-1\.5:nth-child(even) {
    left: 0.375rem;
  }

  .xl\:even\:top-2\.5:nth-child(even) {
    top: 0.625rem;
  }

  .xl\:even\:right-2\.5:nth-child(even) {
    right: 0.625rem;
  }

  .xl\:even\:bottom-2\.5:nth-child(even) {
    bottom: 0.625rem;
  }

  .xl\:even\:left-2\.5:nth-child(even) {
    left: 0.625rem;
  }

  .xl\:even\:top-3\.5:nth-child(even) {
    top: 0.875rem;
  }

  .xl\:even\:right-3\.5:nth-child(even) {
    right: 0.875rem;
  }

  .xl\:even\:bottom-3\.5:nth-child(even) {
    bottom: 0.875rem;
  }

  .xl\:even\:left-3\.5:nth-child(even) {
    left: 0.875rem;
  }

  .xl\:even\:-top-0:nth-child(even) {
    top: 0px;
  }

  .xl\:even\:-right-0:nth-child(even) {
    right: 0px;
  }

  .xl\:even\:-bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .xl\:even\:-left-0:nth-child(even) {
    left: 0px;
  }

  .xl\:even\:-top-1:nth-child(even) {
    top: -0.25rem;
  }

  .xl\:even\:-right-1:nth-child(even) {
    right: -0.25rem;
  }

  .xl\:even\:-bottom-1:nth-child(even) {
    bottom: -0.25rem;
  }

  .xl\:even\:-left-1:nth-child(even) {
    left: -0.25rem;
  }

  .xl\:even\:-top-2:nth-child(even) {
    top: -0.5rem;
  }

  .xl\:even\:-right-2:nth-child(even) {
    right: -0.5rem;
  }

  .xl\:even\:-bottom-2:nth-child(even) {
    bottom: -0.5rem;
  }

  .xl\:even\:-left-2:nth-child(even) {
    left: -0.5rem;
  }

  .xl\:even\:-top-3:nth-child(even) {
    top: -0.75rem;
  }

  .xl\:even\:-right-3:nth-child(even) {
    right: -0.75rem;
  }

  .xl\:even\:-bottom-3:nth-child(even) {
    bottom: -0.75rem;
  }

  .xl\:even\:-left-3:nth-child(even) {
    left: -0.75rem;
  }

  .xl\:even\:-top-4:nth-child(even) {
    top: -1rem;
  }

  .xl\:even\:-right-4:nth-child(even) {
    right: -1rem;
  }

  .xl\:even\:-bottom-4:nth-child(even) {
    bottom: -1rem;
  }

  .xl\:even\:-left-4:nth-child(even) {
    left: -1rem;
  }

  .xl\:even\:-top-5:nth-child(even) {
    top: -1.25rem;
  }

  .xl\:even\:-right-5:nth-child(even) {
    right: -1.25rem;
  }

  .xl\:even\:-bottom-5:nth-child(even) {
    bottom: -1.25rem;
  }

  .xl\:even\:-left-5:nth-child(even) {
    left: -1.25rem;
  }

  .xl\:even\:-top-6:nth-child(even) {
    top: -1.5rem;
  }

  .xl\:even\:-right-6:nth-child(even) {
    right: -1.5rem;
  }

  .xl\:even\:-bottom-6:nth-child(even) {
    bottom: -1.5rem;
  }

  .xl\:even\:-left-6:nth-child(even) {
    left: -1.5rem;
  }

  .xl\:even\:-top-7:nth-child(even) {
    top: -1.75rem;
  }

  .xl\:even\:-right-7:nth-child(even) {
    right: -1.75rem;
  }

  .xl\:even\:-bottom-7:nth-child(even) {
    bottom: -1.75rem;
  }

  .xl\:even\:-left-7:nth-child(even) {
    left: -1.75rem;
  }

  .xl\:even\:-top-8:nth-child(even) {
    top: -2rem;
  }

  .xl\:even\:-right-8:nth-child(even) {
    right: -2rem;
  }

  .xl\:even\:-bottom-8:nth-child(even) {
    bottom: -2rem;
  }

  .xl\:even\:-left-8:nth-child(even) {
    left: -2rem;
  }

  .xl\:even\:-top-9:nth-child(even) {
    top: -2.25rem;
  }

  .xl\:even\:-right-9:nth-child(even) {
    right: -2.25rem;
  }

  .xl\:even\:-bottom-9:nth-child(even) {
    bottom: -2.25rem;
  }

  .xl\:even\:-left-9:nth-child(even) {
    left: -2.25rem;
  }

  .xl\:even\:-top-10:nth-child(even) {
    top: -2.5rem;
  }

  .xl\:even\:-right-10:nth-child(even) {
    right: -2.5rem;
  }

  .xl\:even\:-bottom-10:nth-child(even) {
    bottom: -2.5rem;
  }

  .xl\:even\:-left-10:nth-child(even) {
    left: -2.5rem;
  }

  .xl\:even\:-top-11:nth-child(even) {
    top: -2.75rem;
  }

  .xl\:even\:-right-11:nth-child(even) {
    right: -2.75rem;
  }

  .xl\:even\:-bottom-11:nth-child(even) {
    bottom: -2.75rem;
  }

  .xl\:even\:-left-11:nth-child(even) {
    left: -2.75rem;
  }

  .xl\:even\:-top-12:nth-child(even) {
    top: -3rem;
  }

  .xl\:even\:-right-12:nth-child(even) {
    right: -3rem;
  }

  .xl\:even\:-bottom-12:nth-child(even) {
    bottom: -3rem;
  }

  .xl\:even\:-left-12:nth-child(even) {
    left: -3rem;
  }

  .xl\:even\:-top-14:nth-child(even) {
    top: -3.5rem;
  }

  .xl\:even\:-right-14:nth-child(even) {
    right: -3.5rem;
  }

  .xl\:even\:-bottom-14:nth-child(even) {
    bottom: -3.5rem;
  }

  .xl\:even\:-left-14:nth-child(even) {
    left: -3.5rem;
  }

  .xl\:even\:-top-16:nth-child(even) {
    top: -4rem;
  }

  .xl\:even\:-right-16:nth-child(even) {
    right: -4rem;
  }

  .xl\:even\:-bottom-16:nth-child(even) {
    bottom: -4rem;
  }

  .xl\:even\:-left-16:nth-child(even) {
    left: -4rem;
  }

  .xl\:even\:-top-20:nth-child(even) {
    top: -5rem;
  }

  .xl\:even\:-right-20:nth-child(even) {
    right: -5rem;
  }

  .xl\:even\:-bottom-20:nth-child(even) {
    bottom: -5rem;
  }

  .xl\:even\:-left-20:nth-child(even) {
    left: -5rem;
  }

  .xl\:even\:-top-24:nth-child(even) {
    top: -6rem;
  }

  .xl\:even\:-right-24:nth-child(even) {
    right: -6rem;
  }

  .xl\:even\:-bottom-24:nth-child(even) {
    bottom: -6rem;
  }

  .xl\:even\:-left-24:nth-child(even) {
    left: -6rem;
  }

  .xl\:even\:-top-28:nth-child(even) {
    top: -7rem;
  }

  .xl\:even\:-right-28:nth-child(even) {
    right: -7rem;
  }

  .xl\:even\:-bottom-28:nth-child(even) {
    bottom: -7rem;
  }

  .xl\:even\:-left-28:nth-child(even) {
    left: -7rem;
  }

  .xl\:even\:-top-32:nth-child(even) {
    top: -8rem;
  }

  .xl\:even\:-right-32:nth-child(even) {
    right: -8rem;
  }

  .xl\:even\:-bottom-32:nth-child(even) {
    bottom: -8rem;
  }

  .xl\:even\:-left-32:nth-child(even) {
    left: -8rem;
  }

  .xl\:even\:-top-36:nth-child(even) {
    top: -9rem;
  }

  .xl\:even\:-right-36:nth-child(even) {
    right: -9rem;
  }

  .xl\:even\:-bottom-36:nth-child(even) {
    bottom: -9rem;
  }

  .xl\:even\:-left-36:nth-child(even) {
    left: -9rem;
  }

  .xl\:even\:-top-40:nth-child(even) {
    top: -10rem;
  }

  .xl\:even\:-right-40:nth-child(even) {
    right: -10rem;
  }

  .xl\:even\:-bottom-40:nth-child(even) {
    bottom: -10rem;
  }

  .xl\:even\:-left-40:nth-child(even) {
    left: -10rem;
  }

  .xl\:even\:-top-44:nth-child(even) {
    top: -11rem;
  }

  .xl\:even\:-right-44:nth-child(even) {
    right: -11rem;
  }

  .xl\:even\:-bottom-44:nth-child(even) {
    bottom: -11rem;
  }

  .xl\:even\:-left-44:nth-child(even) {
    left: -11rem;
  }

  .xl\:even\:-top-48:nth-child(even) {
    top: -12rem;
  }

  .xl\:even\:-right-48:nth-child(even) {
    right: -12rem;
  }

  .xl\:even\:-bottom-48:nth-child(even) {
    bottom: -12rem;
  }

  .xl\:even\:-left-48:nth-child(even) {
    left: -12rem;
  }

  .xl\:even\:-top-52:nth-child(even) {
    top: -13rem;
  }

  .xl\:even\:-right-52:nth-child(even) {
    right: -13rem;
  }

  .xl\:even\:-bottom-52:nth-child(even) {
    bottom: -13rem;
  }

  .xl\:even\:-left-52:nth-child(even) {
    left: -13rem;
  }

  .xl\:even\:-top-56:nth-child(even) {
    top: -14rem;
  }

  .xl\:even\:-right-56:nth-child(even) {
    right: -14rem;
  }

  .xl\:even\:-bottom-56:nth-child(even) {
    bottom: -14rem;
  }

  .xl\:even\:-left-56:nth-child(even) {
    left: -14rem;
  }

  .xl\:even\:-top-60:nth-child(even) {
    top: -15rem;
  }

  .xl\:even\:-right-60:nth-child(even) {
    right: -15rem;
  }

  .xl\:even\:-bottom-60:nth-child(even) {
    bottom: -15rem;
  }

  .xl\:even\:-left-60:nth-child(even) {
    left: -15rem;
  }

  .xl\:even\:-top-64:nth-child(even) {
    top: -16rem;
  }

  .xl\:even\:-right-64:nth-child(even) {
    right: -16rem;
  }

  .xl\:even\:-bottom-64:nth-child(even) {
    bottom: -16rem;
  }

  .xl\:even\:-left-64:nth-child(even) {
    left: -16rem;
  }

  .xl\:even\:-top-72:nth-child(even) {
    top: -18rem;
  }

  .xl\:even\:-right-72:nth-child(even) {
    right: -18rem;
  }

  .xl\:even\:-bottom-72:nth-child(even) {
    bottom: -18rem;
  }

  .xl\:even\:-left-72:nth-child(even) {
    left: -18rem;
  }

  .xl\:even\:-top-80:nth-child(even) {
    top: -20rem;
  }

  .xl\:even\:-right-80:nth-child(even) {
    right: -20rem;
  }

  .xl\:even\:-bottom-80:nth-child(even) {
    bottom: -20rem;
  }

  .xl\:even\:-left-80:nth-child(even) {
    left: -20rem;
  }

  .xl\:even\:-top-96:nth-child(even) {
    top: -24rem;
  }

  .xl\:even\:-right-96:nth-child(even) {
    right: -24rem;
  }

  .xl\:even\:-bottom-96:nth-child(even) {
    bottom: -24rem;
  }

  .xl\:even\:-left-96:nth-child(even) {
    left: -24rem;
  }

  .xl\:even\:-top-px:nth-child(even) {
    top: -1px;
  }

  .xl\:even\:-right-px:nth-child(even) {
    right: -1px;
  }

  .xl\:even\:-bottom-px:nth-child(even) {
    bottom: -1px;
  }

  .xl\:even\:-left-px:nth-child(even) {
    left: -1px;
  }

  .xl\:even\:-top-0\.5:nth-child(even) {
    top: -0.125rem;
  }

  .xl\:even\:-right-0\.5:nth-child(even) {
    right: -0.125rem;
  }

  .xl\:even\:-bottom-0\.5:nth-child(even) {
    bottom: -0.125rem;
  }

  .xl\:even\:-left-0\.5:nth-child(even) {
    left: -0.125rem;
  }

  .xl\:even\:-top-1\.5:nth-child(even) {
    top: -0.375rem;
  }

  .xl\:even\:-right-1\.5:nth-child(even) {
    right: -0.375rem;
  }

  .xl\:even\:-bottom-1\.5:nth-child(even) {
    bottom: -0.375rem;
  }

  .xl\:even\:-left-1\.5:nth-child(even) {
    left: -0.375rem;
  }

  .xl\:even\:-top-2\.5:nth-child(even) {
    top: -0.625rem;
  }

  .xl\:even\:-right-2\.5:nth-child(even) {
    right: -0.625rem;
  }

  .xl\:even\:-bottom-2\.5:nth-child(even) {
    bottom: -0.625rem;
  }

  .xl\:even\:-left-2\.5:nth-child(even) {
    left: -0.625rem;
  }

  .xl\:even\:-top-3\.5:nth-child(even) {
    top: -0.875rem;
  }

  .xl\:even\:-right-3\.5:nth-child(even) {
    right: -0.875rem;
  }

  .xl\:even\:-bottom-3\.5:nth-child(even) {
    bottom: -0.875rem;
  }

  .xl\:even\:-left-3\.5:nth-child(even) {
    left: -0.875rem;
  }

  .xl\:even\:top-1\/2:nth-child(even) {
    top: 50%;
  }

  .xl\:even\:right-1\/2:nth-child(even) {
    right: 50%;
  }

  .xl\:even\:bottom-1\/2:nth-child(even) {
    bottom: 50%;
  }

  .xl\:even\:left-1\/2:nth-child(even) {
    left: 50%;
  }

  .xl\:even\:top-1\/3:nth-child(even) {
    top: 33.333333%;
  }

  .xl\:even\:right-1\/3:nth-child(even) {
    right: 33.333333%;
  }

  .xl\:even\:bottom-1\/3:nth-child(even) {
    bottom: 33.333333%;
  }

  .xl\:even\:left-1\/3:nth-child(even) {
    left: 33.333333%;
  }

  .xl\:even\:top-2\/3:nth-child(even) {
    top: 66.666667%;
  }

  .xl\:even\:right-2\/3:nth-child(even) {
    right: 66.666667%;
  }

  .xl\:even\:bottom-2\/3:nth-child(even) {
    bottom: 66.666667%;
  }

  .xl\:even\:left-2\/3:nth-child(even) {
    left: 66.666667%;
  }

  .xl\:even\:top-1\/4:nth-child(even) {
    top: 25%;
  }

  .xl\:even\:right-1\/4:nth-child(even) {
    right: 25%;
  }

  .xl\:even\:bottom-1\/4:nth-child(even) {
    bottom: 25%;
  }

  .xl\:even\:left-1\/4:nth-child(even) {
    left: 25%;
  }

  .xl\:even\:top-2\/4:nth-child(even) {
    top: 50%;
  }

  .xl\:even\:right-2\/4:nth-child(even) {
    right: 50%;
  }

  .xl\:even\:bottom-2\/4:nth-child(even) {
    bottom: 50%;
  }

  .xl\:even\:left-2\/4:nth-child(even) {
    left: 50%;
  }

  .xl\:even\:top-3\/4:nth-child(even) {
    top: 75%;
  }

  .xl\:even\:right-3\/4:nth-child(even) {
    right: 75%;
  }

  .xl\:even\:bottom-3\/4:nth-child(even) {
    bottom: 75%;
  }

  .xl\:even\:left-3\/4:nth-child(even) {
    left: 75%;
  }

  .xl\:even\:top-full:nth-child(even) {
    top: 100%;
  }

  .xl\:even\:right-full:nth-child(even) {
    right: 100%;
  }

  .xl\:even\:bottom-full:nth-child(even) {
    bottom: 100%;
  }

  .xl\:even\:left-full:nth-child(even) {
    left: 100%;
  }

  .xl\:even\:-top-1\/2:nth-child(even) {
    top: -50%;
  }

  .xl\:even\:-right-1\/2:nth-child(even) {
    right: -50%;
  }

  .xl\:even\:-bottom-1\/2:nth-child(even) {
    bottom: -50%;
  }

  .xl\:even\:-left-1\/2:nth-child(even) {
    left: -50%;
  }

  .xl\:even\:-top-1\/3:nth-child(even) {
    top: -33.333333%;
  }

  .xl\:even\:-right-1\/3:nth-child(even) {
    right: -33.333333%;
  }

  .xl\:even\:-bottom-1\/3:nth-child(even) {
    bottom: -33.333333%;
  }

  .xl\:even\:-left-1\/3:nth-child(even) {
    left: -33.333333%;
  }

  .xl\:even\:-top-2\/3:nth-child(even) {
    top: -66.666667%;
  }

  .xl\:even\:-right-2\/3:nth-child(even) {
    right: -66.666667%;
  }

  .xl\:even\:-bottom-2\/3:nth-child(even) {
    bottom: -66.666667%;
  }

  .xl\:even\:-left-2\/3:nth-child(even) {
    left: -66.666667%;
  }

  .xl\:even\:-top-1\/4:nth-child(even) {
    top: -25%;
  }

  .xl\:even\:-right-1\/4:nth-child(even) {
    right: -25%;
  }

  .xl\:even\:-bottom-1\/4:nth-child(even) {
    bottom: -25%;
  }

  .xl\:even\:-left-1\/4:nth-child(even) {
    left: -25%;
  }

  .xl\:even\:-top-2\/4:nth-child(even) {
    top: -50%;
  }

  .xl\:even\:-right-2\/4:nth-child(even) {
    right: -50%;
  }

  .xl\:even\:-bottom-2\/4:nth-child(even) {
    bottom: -50%;
  }

  .xl\:even\:-left-2\/4:nth-child(even) {
    left: -50%;
  }

  .xl\:even\:-top-3\/4:nth-child(even) {
    top: -75%;
  }

  .xl\:even\:-right-3\/4:nth-child(even) {
    right: -75%;
  }

  .xl\:even\:-bottom-3\/4:nth-child(even) {
    bottom: -75%;
  }

  .xl\:even\:-left-3\/4:nth-child(even) {
    left: -75%;
  }

  .xl\:even\:-top-full:nth-child(even) {
    top: -100%;
  }

  .xl\:even\:-right-full:nth-child(even) {
    right: -100%;
  }

  .xl\:even\:-bottom-full:nth-child(even) {
    bottom: -100%;
  }

  .xl\:even\:-left-full:nth-child(even) {
    left: -100%;
  }

  .xl\:hover\:inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:hover\:inset-1:hover {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:hover\:inset-2:hover {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:hover\:inset-3:hover {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:hover\:inset-4:hover {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:hover\:inset-5:hover {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:hover\:inset-6:hover {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:hover\:inset-7:hover {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:hover\:inset-8:hover {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:hover\:inset-9:hover {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:hover\:inset-10:hover {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:hover\:inset-11:hover {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:hover\:inset-12:hover {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:hover\:inset-14:hover {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:hover\:inset-16:hover {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:hover\:inset-20:hover {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:hover\:inset-24:hover {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:hover\:inset-28:hover {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:hover\:inset-32:hover {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:hover\:inset-36:hover {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:hover\:inset-40:hover {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:hover\:inset-44:hover {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:hover\:inset-48:hover {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:hover\:inset-52:hover {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:hover\:inset-56:hover {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:hover\:inset-60:hover {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:hover\:inset-64:hover {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:hover\:inset-72:hover {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:hover\:inset-80:hover {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:hover\:inset-96:hover {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:hover\:inset-px:hover {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:hover\:inset-0\.5:hover {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:hover\:inset-1\.5:hover {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:hover\:inset-2\.5:hover {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:hover\:inset-3\.5:hover {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:hover\:-inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:hover\:-inset-1:hover {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:hover\:-inset-2:hover {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:hover\:-inset-3:hover {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:hover\:-inset-4:hover {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:hover\:-inset-5:hover {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:hover\:-inset-6:hover {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:hover\:-inset-7:hover {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:hover\:-inset-8:hover {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:hover\:-inset-9:hover {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:hover\:-inset-10:hover {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:hover\:-inset-11:hover {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:hover\:-inset-12:hover {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:hover\:-inset-14:hover {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:hover\:-inset-16:hover {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:hover\:-inset-20:hover {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:hover\:-inset-24:hover {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:hover\:-inset-28:hover {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:hover\:-inset-32:hover {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:hover\:-inset-36:hover {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:hover\:-inset-40:hover {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:hover\:-inset-44:hover {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:hover\:-inset-48:hover {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:hover\:-inset-52:hover {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:hover\:-inset-56:hover {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:hover\:-inset-60:hover {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:hover\:-inset-64:hover {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:hover\:-inset-72:hover {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:hover\:-inset-80:hover {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:hover\:-inset-96:hover {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:hover\:-inset-px:hover {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:hover\:-inset-0\.5:hover {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:hover\:-inset-1\.5:hover {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:hover\:-inset-2\.5:hover {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:hover\:-inset-3\.5:hover {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:hover\:inset-1\/3:hover {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:hover\:inset-2\/3:hover {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:hover\:inset-1\/4:hover {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:hover\:inset-2\/4:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:hover\:inset-3\/4:hover {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:hover\:inset-full:hover {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:hover\:-inset-1\/2:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:hover\:-inset-1\/3:hover {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:hover\:-inset-2\/3:hover {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:hover\:-inset-1\/4:hover {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:hover\:-inset-2\/4:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:hover\:-inset-3\/4:hover {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:hover\:-inset-full:hover {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:hover\:inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .xl\:hover\:inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .xl\:hover\:inset-y-1:hover {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:hover\:inset-x-1:hover {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:hover\:inset-y-2:hover {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:hover\:inset-x-2:hover {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:hover\:inset-y-3:hover {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:hover\:inset-x-3:hover {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:hover\:inset-y-4:hover {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:hover\:inset-x-4:hover {
    right: 1rem;
    left: 1rem;
  }

  .xl\:hover\:inset-y-5:hover {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:hover\:inset-x-5:hover {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:hover\:inset-y-6:hover {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:hover\:inset-x-6:hover {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:hover\:inset-y-7:hover {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:hover\:inset-x-7:hover {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:hover\:inset-y-8:hover {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:hover\:inset-x-8:hover {
    right: 2rem;
    left: 2rem;
  }

  .xl\:hover\:inset-y-9:hover {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:hover\:inset-x-9:hover {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:hover\:inset-y-10:hover {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:hover\:inset-x-10:hover {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:hover\:inset-y-11:hover {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:hover\:inset-x-11:hover {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:hover\:inset-y-12:hover {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:hover\:inset-x-12:hover {
    right: 3rem;
    left: 3rem;
  }

  .xl\:hover\:inset-y-14:hover {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:hover\:inset-x-14:hover {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:hover\:inset-y-16:hover {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:hover\:inset-x-16:hover {
    right: 4rem;
    left: 4rem;
  }

  .xl\:hover\:inset-y-20:hover {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:hover\:inset-x-20:hover {
    right: 5rem;
    left: 5rem;
  }

  .xl\:hover\:inset-y-24:hover {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:hover\:inset-x-24:hover {
    right: 6rem;
    left: 6rem;
  }

  .xl\:hover\:inset-y-28:hover {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:hover\:inset-x-28:hover {
    right: 7rem;
    left: 7rem;
  }

  .xl\:hover\:inset-y-32:hover {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:hover\:inset-x-32:hover {
    right: 8rem;
    left: 8rem;
  }

  .xl\:hover\:inset-y-36:hover {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:hover\:inset-x-36:hover {
    right: 9rem;
    left: 9rem;
  }

  .xl\:hover\:inset-y-40:hover {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:hover\:inset-x-40:hover {
    right: 10rem;
    left: 10rem;
  }

  .xl\:hover\:inset-y-44:hover {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:hover\:inset-x-44:hover {
    right: 11rem;
    left: 11rem;
  }

  .xl\:hover\:inset-y-48:hover {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:hover\:inset-x-48:hover {
    right: 12rem;
    left: 12rem;
  }

  .xl\:hover\:inset-y-52:hover {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:hover\:inset-x-52:hover {
    right: 13rem;
    left: 13rem;
  }

  .xl\:hover\:inset-y-56:hover {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:hover\:inset-x-56:hover {
    right: 14rem;
    left: 14rem;
  }

  .xl\:hover\:inset-y-60:hover {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:hover\:inset-x-60:hover {
    right: 15rem;
    left: 15rem;
  }

  .xl\:hover\:inset-y-64:hover {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:hover\:inset-x-64:hover {
    right: 16rem;
    left: 16rem;
  }

  .xl\:hover\:inset-y-72:hover {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:hover\:inset-x-72:hover {
    right: 18rem;
    left: 18rem;
  }

  .xl\:hover\:inset-y-80:hover {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:hover\:inset-x-80:hover {
    right: 20rem;
    left: 20rem;
  }

  .xl\:hover\:inset-y-96:hover {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:hover\:inset-x-96:hover {
    right: 24rem;
    left: 24rem;
  }

  .xl\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .xl\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .xl\:hover\:inset-y-px:hover {
    top: 1px;
    bottom: 1px;
  }

  .xl\:hover\:inset-x-px:hover {
    right: 1px;
    left: 1px;
  }

  .xl\:hover\:inset-y-0\.5:hover {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:hover\:inset-x-0\.5:hover {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:hover\:inset-y-1\.5:hover {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:hover\:inset-x-1\.5:hover {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:hover\:inset-y-2\.5:hover {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:hover\:inset-x-2\.5:hover {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:hover\:inset-y-3\.5:hover {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:hover\:inset-x-3\.5:hover {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:hover\:-inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .xl\:hover\:-inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .xl\:hover\:-inset-y-1:hover {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:hover\:-inset-x-1:hover {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:hover\:-inset-y-2:hover {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:hover\:-inset-x-2:hover {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:hover\:-inset-y-3:hover {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:hover\:-inset-x-3:hover {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:hover\:-inset-y-4:hover {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:hover\:-inset-x-4:hover {
    right: -1rem;
    left: -1rem;
  }

  .xl\:hover\:-inset-y-5:hover {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:hover\:-inset-x-5:hover {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:hover\:-inset-y-6:hover {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:hover\:-inset-x-6:hover {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:hover\:-inset-y-7:hover {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:hover\:-inset-x-7:hover {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:hover\:-inset-y-8:hover {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:hover\:-inset-x-8:hover {
    right: -2rem;
    left: -2rem;
  }

  .xl\:hover\:-inset-y-9:hover {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:hover\:-inset-x-9:hover {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:hover\:-inset-y-10:hover {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:hover\:-inset-x-10:hover {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:hover\:-inset-y-11:hover {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:hover\:-inset-x-11:hover {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:hover\:-inset-y-12:hover {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:hover\:-inset-x-12:hover {
    right: -3rem;
    left: -3rem;
  }

  .xl\:hover\:-inset-y-14:hover {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:hover\:-inset-x-14:hover {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:hover\:-inset-y-16:hover {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:hover\:-inset-x-16:hover {
    right: -4rem;
    left: -4rem;
  }

  .xl\:hover\:-inset-y-20:hover {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:hover\:-inset-x-20:hover {
    right: -5rem;
    left: -5rem;
  }

  .xl\:hover\:-inset-y-24:hover {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:hover\:-inset-x-24:hover {
    right: -6rem;
    left: -6rem;
  }

  .xl\:hover\:-inset-y-28:hover {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:hover\:-inset-x-28:hover {
    right: -7rem;
    left: -7rem;
  }

  .xl\:hover\:-inset-y-32:hover {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:hover\:-inset-x-32:hover {
    right: -8rem;
    left: -8rem;
  }

  .xl\:hover\:-inset-y-36:hover {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:hover\:-inset-x-36:hover {
    right: -9rem;
    left: -9rem;
  }

  .xl\:hover\:-inset-y-40:hover {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:hover\:-inset-x-40:hover {
    right: -10rem;
    left: -10rem;
  }

  .xl\:hover\:-inset-y-44:hover {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:hover\:-inset-x-44:hover {
    right: -11rem;
    left: -11rem;
  }

  .xl\:hover\:-inset-y-48:hover {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:hover\:-inset-x-48:hover {
    right: -12rem;
    left: -12rem;
  }

  .xl\:hover\:-inset-y-52:hover {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:hover\:-inset-x-52:hover {
    right: -13rem;
    left: -13rem;
  }

  .xl\:hover\:-inset-y-56:hover {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:hover\:-inset-x-56:hover {
    right: -14rem;
    left: -14rem;
  }

  .xl\:hover\:-inset-y-60:hover {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:hover\:-inset-x-60:hover {
    right: -15rem;
    left: -15rem;
  }

  .xl\:hover\:-inset-y-64:hover {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:hover\:-inset-x-64:hover {
    right: -16rem;
    left: -16rem;
  }

  .xl\:hover\:-inset-y-72:hover {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:hover\:-inset-x-72:hover {
    right: -18rem;
    left: -18rem;
  }

  .xl\:hover\:-inset-y-80:hover {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:hover\:-inset-x-80:hover {
    right: -20rem;
    left: -20rem;
  }

  .xl\:hover\:-inset-y-96:hover {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:hover\:-inset-x-96:hover {
    right: -24rem;
    left: -24rem;
  }

  .xl\:hover\:-inset-y-px:hover {
    top: -1px;
    bottom: -1px;
  }

  .xl\:hover\:-inset-x-px:hover {
    right: -1px;
    left: -1px;
  }

  .xl\:hover\:-inset-y-0\.5:hover {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:hover\:-inset-x-0\.5:hover {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:hover\:-inset-y-1\.5:hover {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:hover\:-inset-x-1\.5:hover {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:hover\:-inset-y-2\.5:hover {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:hover\:-inset-x-2\.5:hover {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:hover\:-inset-y-3\.5:hover {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:hover\:-inset-x-3\.5:hover {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .xl\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .xl\:hover\:inset-y-1\/3:hover {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:hover\:inset-x-1\/3:hover {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:hover\:inset-y-2\/3:hover {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:hover\:inset-x-2\/3:hover {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:hover\:inset-y-1\/4:hover {
    top: 25%;
    bottom: 25%;
  }

  .xl\:hover\:inset-x-1\/4:hover {
    right: 25%;
    left: 25%;
  }

  .xl\:hover\:inset-y-2\/4:hover {
    top: 50%;
    bottom: 50%;
  }

  .xl\:hover\:inset-x-2\/4:hover {
    right: 50%;
    left: 50%;
  }

  .xl\:hover\:inset-y-3\/4:hover {
    top: 75%;
    bottom: 75%;
  }

  .xl\:hover\:inset-x-3\/4:hover {
    right: 75%;
    left: 75%;
  }

  .xl\:hover\:inset-y-full:hover {
    top: 100%;
    bottom: 100%;
  }

  .xl\:hover\:inset-x-full:hover {
    right: 100%;
    left: 100%;
  }

  .xl\:hover\:-inset-y-1\/2:hover {
    top: -50%;
    bottom: -50%;
  }

  .xl\:hover\:-inset-x-1\/2:hover {
    right: -50%;
    left: -50%;
  }

  .xl\:hover\:-inset-y-1\/3:hover {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:hover\:-inset-x-1\/3:hover {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:hover\:-inset-y-2\/3:hover {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:hover\:-inset-x-2\/3:hover {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:hover\:-inset-y-1\/4:hover {
    top: -25%;
    bottom: -25%;
  }

  .xl\:hover\:-inset-x-1\/4:hover {
    right: -25%;
    left: -25%;
  }

  .xl\:hover\:-inset-y-2\/4:hover {
    top: -50%;
    bottom: -50%;
  }

  .xl\:hover\:-inset-x-2\/4:hover {
    right: -50%;
    left: -50%;
  }

  .xl\:hover\:-inset-y-3\/4:hover {
    top: -75%;
    bottom: -75%;
  }

  .xl\:hover\:-inset-x-3\/4:hover {
    right: -75%;
    left: -75%;
  }

  .xl\:hover\:-inset-y-full:hover {
    top: -100%;
    bottom: -100%;
  }

  .xl\:hover\:-inset-x-full:hover {
    right: -100%;
    left: -100%;
  }

  .xl\:hover\:top-0:hover {
    top: 0px;
  }

  .xl\:hover\:right-0:hover {
    right: 0px;
  }

  .xl\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .xl\:hover\:left-0:hover {
    left: 0px;
  }

  .xl\:hover\:top-1:hover {
    top: 0.25rem;
  }

  .xl\:hover\:right-1:hover {
    right: 0.25rem;
  }

  .xl\:hover\:bottom-1:hover {
    bottom: 0.25rem;
  }

  .xl\:hover\:left-1:hover {
    left: 0.25rem;
  }

  .xl\:hover\:top-2:hover {
    top: 0.5rem;
  }

  .xl\:hover\:right-2:hover {
    right: 0.5rem;
  }

  .xl\:hover\:bottom-2:hover {
    bottom: 0.5rem;
  }

  .xl\:hover\:left-2:hover {
    left: 0.5rem;
  }

  .xl\:hover\:top-3:hover {
    top: 0.75rem;
  }

  .xl\:hover\:right-3:hover {
    right: 0.75rem;
  }

  .xl\:hover\:bottom-3:hover {
    bottom: 0.75rem;
  }

  .xl\:hover\:left-3:hover {
    left: 0.75rem;
  }

  .xl\:hover\:top-4:hover {
    top: 1rem;
  }

  .xl\:hover\:right-4:hover {
    right: 1rem;
  }

  .xl\:hover\:bottom-4:hover {
    bottom: 1rem;
  }

  .xl\:hover\:left-4:hover {
    left: 1rem;
  }

  .xl\:hover\:top-5:hover {
    top: 1.25rem;
  }

  .xl\:hover\:right-5:hover {
    right: 1.25rem;
  }

  .xl\:hover\:bottom-5:hover {
    bottom: 1.25rem;
  }

  .xl\:hover\:left-5:hover {
    left: 1.25rem;
  }

  .xl\:hover\:top-6:hover {
    top: 1.5rem;
  }

  .xl\:hover\:right-6:hover {
    right: 1.5rem;
  }

  .xl\:hover\:bottom-6:hover {
    bottom: 1.5rem;
  }

  .xl\:hover\:left-6:hover {
    left: 1.5rem;
  }

  .xl\:hover\:top-7:hover {
    top: 1.75rem;
  }

  .xl\:hover\:right-7:hover {
    right: 1.75rem;
  }

  .xl\:hover\:bottom-7:hover {
    bottom: 1.75rem;
  }

  .xl\:hover\:left-7:hover {
    left: 1.75rem;
  }

  .xl\:hover\:top-8:hover {
    top: 2rem;
  }

  .xl\:hover\:right-8:hover {
    right: 2rem;
  }

  .xl\:hover\:bottom-8:hover {
    bottom: 2rem;
  }

  .xl\:hover\:left-8:hover {
    left: 2rem;
  }

  .xl\:hover\:top-9:hover {
    top: 2.25rem;
  }

  .xl\:hover\:right-9:hover {
    right: 2.25rem;
  }

  .xl\:hover\:bottom-9:hover {
    bottom: 2.25rem;
  }

  .xl\:hover\:left-9:hover {
    left: 2.25rem;
  }

  .xl\:hover\:top-10:hover {
    top: 2.5rem;
  }

  .xl\:hover\:right-10:hover {
    right: 2.5rem;
  }

  .xl\:hover\:bottom-10:hover {
    bottom: 2.5rem;
  }

  .xl\:hover\:left-10:hover {
    left: 2.5rem;
  }

  .xl\:hover\:top-11:hover {
    top: 2.75rem;
  }

  .xl\:hover\:right-11:hover {
    right: 2.75rem;
  }

  .xl\:hover\:bottom-11:hover {
    bottom: 2.75rem;
  }

  .xl\:hover\:left-11:hover {
    left: 2.75rem;
  }

  .xl\:hover\:top-12:hover {
    top: 3rem;
  }

  .xl\:hover\:right-12:hover {
    right: 3rem;
  }

  .xl\:hover\:bottom-12:hover {
    bottom: 3rem;
  }

  .xl\:hover\:left-12:hover {
    left: 3rem;
  }

  .xl\:hover\:top-14:hover {
    top: 3.5rem;
  }

  .xl\:hover\:right-14:hover {
    right: 3.5rem;
  }

  .xl\:hover\:bottom-14:hover {
    bottom: 3.5rem;
  }

  .xl\:hover\:left-14:hover {
    left: 3.5rem;
  }

  .xl\:hover\:top-16:hover {
    top: 4rem;
  }

  .xl\:hover\:right-16:hover {
    right: 4rem;
  }

  .xl\:hover\:bottom-16:hover {
    bottom: 4rem;
  }

  .xl\:hover\:left-16:hover {
    left: 4rem;
  }

  .xl\:hover\:top-20:hover {
    top: 5rem;
  }

  .xl\:hover\:right-20:hover {
    right: 5rem;
  }

  .xl\:hover\:bottom-20:hover {
    bottom: 5rem;
  }

  .xl\:hover\:left-20:hover {
    left: 5rem;
  }

  .xl\:hover\:top-24:hover {
    top: 6rem;
  }

  .xl\:hover\:right-24:hover {
    right: 6rem;
  }

  .xl\:hover\:bottom-24:hover {
    bottom: 6rem;
  }

  .xl\:hover\:left-24:hover {
    left: 6rem;
  }

  .xl\:hover\:top-28:hover {
    top: 7rem;
  }

  .xl\:hover\:right-28:hover {
    right: 7rem;
  }

  .xl\:hover\:bottom-28:hover {
    bottom: 7rem;
  }

  .xl\:hover\:left-28:hover {
    left: 7rem;
  }

  .xl\:hover\:top-32:hover {
    top: 8rem;
  }

  .xl\:hover\:right-32:hover {
    right: 8rem;
  }

  .xl\:hover\:bottom-32:hover {
    bottom: 8rem;
  }

  .xl\:hover\:left-32:hover {
    left: 8rem;
  }

  .xl\:hover\:top-36:hover {
    top: 9rem;
  }

  .xl\:hover\:right-36:hover {
    right: 9rem;
  }

  .xl\:hover\:bottom-36:hover {
    bottom: 9rem;
  }

  .xl\:hover\:left-36:hover {
    left: 9rem;
  }

  .xl\:hover\:top-40:hover {
    top: 10rem;
  }

  .xl\:hover\:right-40:hover {
    right: 10rem;
  }

  .xl\:hover\:bottom-40:hover {
    bottom: 10rem;
  }

  .xl\:hover\:left-40:hover {
    left: 10rem;
  }

  .xl\:hover\:top-44:hover {
    top: 11rem;
  }

  .xl\:hover\:right-44:hover {
    right: 11rem;
  }

  .xl\:hover\:bottom-44:hover {
    bottom: 11rem;
  }

  .xl\:hover\:left-44:hover {
    left: 11rem;
  }

  .xl\:hover\:top-48:hover {
    top: 12rem;
  }

  .xl\:hover\:right-48:hover {
    right: 12rem;
  }

  .xl\:hover\:bottom-48:hover {
    bottom: 12rem;
  }

  .xl\:hover\:left-48:hover {
    left: 12rem;
  }

  .xl\:hover\:top-52:hover {
    top: 13rem;
  }

  .xl\:hover\:right-52:hover {
    right: 13rem;
  }

  .xl\:hover\:bottom-52:hover {
    bottom: 13rem;
  }

  .xl\:hover\:left-52:hover {
    left: 13rem;
  }

  .xl\:hover\:top-56:hover {
    top: 14rem;
  }

  .xl\:hover\:right-56:hover {
    right: 14rem;
  }

  .xl\:hover\:bottom-56:hover {
    bottom: 14rem;
  }

  .xl\:hover\:left-56:hover {
    left: 14rem;
  }

  .xl\:hover\:top-60:hover {
    top: 15rem;
  }

  .xl\:hover\:right-60:hover {
    right: 15rem;
  }

  .xl\:hover\:bottom-60:hover {
    bottom: 15rem;
  }

  .xl\:hover\:left-60:hover {
    left: 15rem;
  }

  .xl\:hover\:top-64:hover {
    top: 16rem;
  }

  .xl\:hover\:right-64:hover {
    right: 16rem;
  }

  .xl\:hover\:bottom-64:hover {
    bottom: 16rem;
  }

  .xl\:hover\:left-64:hover {
    left: 16rem;
  }

  .xl\:hover\:top-72:hover {
    top: 18rem;
  }

  .xl\:hover\:right-72:hover {
    right: 18rem;
  }

  .xl\:hover\:bottom-72:hover {
    bottom: 18rem;
  }

  .xl\:hover\:left-72:hover {
    left: 18rem;
  }

  .xl\:hover\:top-80:hover {
    top: 20rem;
  }

  .xl\:hover\:right-80:hover {
    right: 20rem;
  }

  .xl\:hover\:bottom-80:hover {
    bottom: 20rem;
  }

  .xl\:hover\:left-80:hover {
    left: 20rem;
  }

  .xl\:hover\:top-96:hover {
    top: 24rem;
  }

  .xl\:hover\:right-96:hover {
    right: 24rem;
  }

  .xl\:hover\:bottom-96:hover {
    bottom: 24rem;
  }

  .xl\:hover\:left-96:hover {
    left: 24rem;
  }

  .xl\:hover\:top-auto:hover {
    top: auto;
  }

  .xl\:hover\:right-auto:hover {
    right: auto;
  }

  .xl\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .xl\:hover\:left-auto:hover {
    left: auto;
  }

  .xl\:hover\:top-px:hover {
    top: 1px;
  }

  .xl\:hover\:right-px:hover {
    right: 1px;
  }

  .xl\:hover\:bottom-px:hover {
    bottom: 1px;
  }

  .xl\:hover\:left-px:hover {
    left: 1px;
  }

  .xl\:hover\:top-0\.5:hover {
    top: 0.125rem;
  }

  .xl\:hover\:right-0\.5:hover {
    right: 0.125rem;
  }

  .xl\:hover\:bottom-0\.5:hover {
    bottom: 0.125rem;
  }

  .xl\:hover\:left-0\.5:hover {
    left: 0.125rem;
  }

  .xl\:hover\:top-1\.5:hover {
    top: 0.375rem;
  }

  .xl\:hover\:right-1\.5:hover {
    right: 0.375rem;
  }

  .xl\:hover\:bottom-1\.5:hover {
    bottom: 0.375rem;
  }

  .xl\:hover\:left-1\.5:hover {
    left: 0.375rem;
  }

  .xl\:hover\:top-2\.5:hover {
    top: 0.625rem;
  }

  .xl\:hover\:right-2\.5:hover {
    right: 0.625rem;
  }

  .xl\:hover\:bottom-2\.5:hover {
    bottom: 0.625rem;
  }

  .xl\:hover\:left-2\.5:hover {
    left: 0.625rem;
  }

  .xl\:hover\:top-3\.5:hover {
    top: 0.875rem;
  }

  .xl\:hover\:right-3\.5:hover {
    right: 0.875rem;
  }

  .xl\:hover\:bottom-3\.5:hover {
    bottom: 0.875rem;
  }

  .xl\:hover\:left-3\.5:hover {
    left: 0.875rem;
  }

  .xl\:hover\:-top-0:hover {
    top: 0px;
  }

  .xl\:hover\:-right-0:hover {
    right: 0px;
  }

  .xl\:hover\:-bottom-0:hover {
    bottom: 0px;
  }

  .xl\:hover\:-left-0:hover {
    left: 0px;
  }

  .xl\:hover\:-top-1:hover {
    top: -0.25rem;
  }

  .xl\:hover\:-right-1:hover {
    right: -0.25rem;
  }

  .xl\:hover\:-bottom-1:hover {
    bottom: -0.25rem;
  }

  .xl\:hover\:-left-1:hover {
    left: -0.25rem;
  }

  .xl\:hover\:-top-2:hover {
    top: -0.5rem;
  }

  .xl\:hover\:-right-2:hover {
    right: -0.5rem;
  }

  .xl\:hover\:-bottom-2:hover {
    bottom: -0.5rem;
  }

  .xl\:hover\:-left-2:hover {
    left: -0.5rem;
  }

  .xl\:hover\:-top-3:hover {
    top: -0.75rem;
  }

  .xl\:hover\:-right-3:hover {
    right: -0.75rem;
  }

  .xl\:hover\:-bottom-3:hover {
    bottom: -0.75rem;
  }

  .xl\:hover\:-left-3:hover {
    left: -0.75rem;
  }

  .xl\:hover\:-top-4:hover {
    top: -1rem;
  }

  .xl\:hover\:-right-4:hover {
    right: -1rem;
  }

  .xl\:hover\:-bottom-4:hover {
    bottom: -1rem;
  }

  .xl\:hover\:-left-4:hover {
    left: -1rem;
  }

  .xl\:hover\:-top-5:hover {
    top: -1.25rem;
  }

  .xl\:hover\:-right-5:hover {
    right: -1.25rem;
  }

  .xl\:hover\:-bottom-5:hover {
    bottom: -1.25rem;
  }

  .xl\:hover\:-left-5:hover {
    left: -1.25rem;
  }

  .xl\:hover\:-top-6:hover {
    top: -1.5rem;
  }

  .xl\:hover\:-right-6:hover {
    right: -1.5rem;
  }

  .xl\:hover\:-bottom-6:hover {
    bottom: -1.5rem;
  }

  .xl\:hover\:-left-6:hover {
    left: -1.5rem;
  }

  .xl\:hover\:-top-7:hover {
    top: -1.75rem;
  }

  .xl\:hover\:-right-7:hover {
    right: -1.75rem;
  }

  .xl\:hover\:-bottom-7:hover {
    bottom: -1.75rem;
  }

  .xl\:hover\:-left-7:hover {
    left: -1.75rem;
  }

  .xl\:hover\:-top-8:hover {
    top: -2rem;
  }

  .xl\:hover\:-right-8:hover {
    right: -2rem;
  }

  .xl\:hover\:-bottom-8:hover {
    bottom: -2rem;
  }

  .xl\:hover\:-left-8:hover {
    left: -2rem;
  }

  .xl\:hover\:-top-9:hover {
    top: -2.25rem;
  }

  .xl\:hover\:-right-9:hover {
    right: -2.25rem;
  }

  .xl\:hover\:-bottom-9:hover {
    bottom: -2.25rem;
  }

  .xl\:hover\:-left-9:hover {
    left: -2.25rem;
  }

  .xl\:hover\:-top-10:hover {
    top: -2.5rem;
  }

  .xl\:hover\:-right-10:hover {
    right: -2.5rem;
  }

  .xl\:hover\:-bottom-10:hover {
    bottom: -2.5rem;
  }

  .xl\:hover\:-left-10:hover {
    left: -2.5rem;
  }

  .xl\:hover\:-top-11:hover {
    top: -2.75rem;
  }

  .xl\:hover\:-right-11:hover {
    right: -2.75rem;
  }

  .xl\:hover\:-bottom-11:hover {
    bottom: -2.75rem;
  }

  .xl\:hover\:-left-11:hover {
    left: -2.75rem;
  }

  .xl\:hover\:-top-12:hover {
    top: -3rem;
  }

  .xl\:hover\:-right-12:hover {
    right: -3rem;
  }

  .xl\:hover\:-bottom-12:hover {
    bottom: -3rem;
  }

  .xl\:hover\:-left-12:hover {
    left: -3rem;
  }

  .xl\:hover\:-top-14:hover {
    top: -3.5rem;
  }

  .xl\:hover\:-right-14:hover {
    right: -3.5rem;
  }

  .xl\:hover\:-bottom-14:hover {
    bottom: -3.5rem;
  }

  .xl\:hover\:-left-14:hover {
    left: -3.5rem;
  }

  .xl\:hover\:-top-16:hover {
    top: -4rem;
  }

  .xl\:hover\:-right-16:hover {
    right: -4rem;
  }

  .xl\:hover\:-bottom-16:hover {
    bottom: -4rem;
  }

  .xl\:hover\:-left-16:hover {
    left: -4rem;
  }

  .xl\:hover\:-top-20:hover {
    top: -5rem;
  }

  .xl\:hover\:-right-20:hover {
    right: -5rem;
  }

  .xl\:hover\:-bottom-20:hover {
    bottom: -5rem;
  }

  .xl\:hover\:-left-20:hover {
    left: -5rem;
  }

  .xl\:hover\:-top-24:hover {
    top: -6rem;
  }

  .xl\:hover\:-right-24:hover {
    right: -6rem;
  }

  .xl\:hover\:-bottom-24:hover {
    bottom: -6rem;
  }

  .xl\:hover\:-left-24:hover {
    left: -6rem;
  }

  .xl\:hover\:-top-28:hover {
    top: -7rem;
  }

  .xl\:hover\:-right-28:hover {
    right: -7rem;
  }

  .xl\:hover\:-bottom-28:hover {
    bottom: -7rem;
  }

  .xl\:hover\:-left-28:hover {
    left: -7rem;
  }

  .xl\:hover\:-top-32:hover {
    top: -8rem;
  }

  .xl\:hover\:-right-32:hover {
    right: -8rem;
  }

  .xl\:hover\:-bottom-32:hover {
    bottom: -8rem;
  }

  .xl\:hover\:-left-32:hover {
    left: -8rem;
  }

  .xl\:hover\:-top-36:hover {
    top: -9rem;
  }

  .xl\:hover\:-right-36:hover {
    right: -9rem;
  }

  .xl\:hover\:-bottom-36:hover {
    bottom: -9rem;
  }

  .xl\:hover\:-left-36:hover {
    left: -9rem;
  }

  .xl\:hover\:-top-40:hover {
    top: -10rem;
  }

  .xl\:hover\:-right-40:hover {
    right: -10rem;
  }

  .xl\:hover\:-bottom-40:hover {
    bottom: -10rem;
  }

  .xl\:hover\:-left-40:hover {
    left: -10rem;
  }

  .xl\:hover\:-top-44:hover {
    top: -11rem;
  }

  .xl\:hover\:-right-44:hover {
    right: -11rem;
  }

  .xl\:hover\:-bottom-44:hover {
    bottom: -11rem;
  }

  .xl\:hover\:-left-44:hover {
    left: -11rem;
  }

  .xl\:hover\:-top-48:hover {
    top: -12rem;
  }

  .xl\:hover\:-right-48:hover {
    right: -12rem;
  }

  .xl\:hover\:-bottom-48:hover {
    bottom: -12rem;
  }

  .xl\:hover\:-left-48:hover {
    left: -12rem;
  }

  .xl\:hover\:-top-52:hover {
    top: -13rem;
  }

  .xl\:hover\:-right-52:hover {
    right: -13rem;
  }

  .xl\:hover\:-bottom-52:hover {
    bottom: -13rem;
  }

  .xl\:hover\:-left-52:hover {
    left: -13rem;
  }

  .xl\:hover\:-top-56:hover {
    top: -14rem;
  }

  .xl\:hover\:-right-56:hover {
    right: -14rem;
  }

  .xl\:hover\:-bottom-56:hover {
    bottom: -14rem;
  }

  .xl\:hover\:-left-56:hover {
    left: -14rem;
  }

  .xl\:hover\:-top-60:hover {
    top: -15rem;
  }

  .xl\:hover\:-right-60:hover {
    right: -15rem;
  }

  .xl\:hover\:-bottom-60:hover {
    bottom: -15rem;
  }

  .xl\:hover\:-left-60:hover {
    left: -15rem;
  }

  .xl\:hover\:-top-64:hover {
    top: -16rem;
  }

  .xl\:hover\:-right-64:hover {
    right: -16rem;
  }

  .xl\:hover\:-bottom-64:hover {
    bottom: -16rem;
  }

  .xl\:hover\:-left-64:hover {
    left: -16rem;
  }

  .xl\:hover\:-top-72:hover {
    top: -18rem;
  }

  .xl\:hover\:-right-72:hover {
    right: -18rem;
  }

  .xl\:hover\:-bottom-72:hover {
    bottom: -18rem;
  }

  .xl\:hover\:-left-72:hover {
    left: -18rem;
  }

  .xl\:hover\:-top-80:hover {
    top: -20rem;
  }

  .xl\:hover\:-right-80:hover {
    right: -20rem;
  }

  .xl\:hover\:-bottom-80:hover {
    bottom: -20rem;
  }

  .xl\:hover\:-left-80:hover {
    left: -20rem;
  }

  .xl\:hover\:-top-96:hover {
    top: -24rem;
  }

  .xl\:hover\:-right-96:hover {
    right: -24rem;
  }

  .xl\:hover\:-bottom-96:hover {
    bottom: -24rem;
  }

  .xl\:hover\:-left-96:hover {
    left: -24rem;
  }

  .xl\:hover\:-top-px:hover {
    top: -1px;
  }

  .xl\:hover\:-right-px:hover {
    right: -1px;
  }

  .xl\:hover\:-bottom-px:hover {
    bottom: -1px;
  }

  .xl\:hover\:-left-px:hover {
    left: -1px;
  }

  .xl\:hover\:-top-0\.5:hover {
    top: -0.125rem;
  }

  .xl\:hover\:-right-0\.5:hover {
    right: -0.125rem;
  }

  .xl\:hover\:-bottom-0\.5:hover {
    bottom: -0.125rem;
  }

  .xl\:hover\:-left-0\.5:hover {
    left: -0.125rem;
  }

  .xl\:hover\:-top-1\.5:hover {
    top: -0.375rem;
  }

  .xl\:hover\:-right-1\.5:hover {
    right: -0.375rem;
  }

  .xl\:hover\:-bottom-1\.5:hover {
    bottom: -0.375rem;
  }

  .xl\:hover\:-left-1\.5:hover {
    left: -0.375rem;
  }

  .xl\:hover\:-top-2\.5:hover {
    top: -0.625rem;
  }

  .xl\:hover\:-right-2\.5:hover {
    right: -0.625rem;
  }

  .xl\:hover\:-bottom-2\.5:hover {
    bottom: -0.625rem;
  }

  .xl\:hover\:-left-2\.5:hover {
    left: -0.625rem;
  }

  .xl\:hover\:-top-3\.5:hover {
    top: -0.875rem;
  }

  .xl\:hover\:-right-3\.5:hover {
    right: -0.875rem;
  }

  .xl\:hover\:-bottom-3\.5:hover {
    bottom: -0.875rem;
  }

  .xl\:hover\:-left-3\.5:hover {
    left: -0.875rem;
  }

  .xl\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .xl\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .xl\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .xl\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .xl\:hover\:top-1\/3:hover {
    top: 33.333333%;
  }

  .xl\:hover\:right-1\/3:hover {
    right: 33.333333%;
  }

  .xl\:hover\:bottom-1\/3:hover {
    bottom: 33.333333%;
  }

  .xl\:hover\:left-1\/3:hover {
    left: 33.333333%;
  }

  .xl\:hover\:top-2\/3:hover {
    top: 66.666667%;
  }

  .xl\:hover\:right-2\/3:hover {
    right: 66.666667%;
  }

  .xl\:hover\:bottom-2\/3:hover {
    bottom: 66.666667%;
  }

  .xl\:hover\:left-2\/3:hover {
    left: 66.666667%;
  }

  .xl\:hover\:top-1\/4:hover {
    top: 25%;
  }

  .xl\:hover\:right-1\/4:hover {
    right: 25%;
  }

  .xl\:hover\:bottom-1\/4:hover {
    bottom: 25%;
  }

  .xl\:hover\:left-1\/4:hover {
    left: 25%;
  }

  .xl\:hover\:top-2\/4:hover {
    top: 50%;
  }

  .xl\:hover\:right-2\/4:hover {
    right: 50%;
  }

  .xl\:hover\:bottom-2\/4:hover {
    bottom: 50%;
  }

  .xl\:hover\:left-2\/4:hover {
    left: 50%;
  }

  .xl\:hover\:top-3\/4:hover {
    top: 75%;
  }

  .xl\:hover\:right-3\/4:hover {
    right: 75%;
  }

  .xl\:hover\:bottom-3\/4:hover {
    bottom: 75%;
  }

  .xl\:hover\:left-3\/4:hover {
    left: 75%;
  }

  .xl\:hover\:top-full:hover {
    top: 100%;
  }

  .xl\:hover\:right-full:hover {
    right: 100%;
  }

  .xl\:hover\:bottom-full:hover {
    bottom: 100%;
  }

  .xl\:hover\:left-full:hover {
    left: 100%;
  }

  .xl\:hover\:-top-1\/2:hover {
    top: -50%;
  }

  .xl\:hover\:-right-1\/2:hover {
    right: -50%;
  }

  .xl\:hover\:-bottom-1\/2:hover {
    bottom: -50%;
  }

  .xl\:hover\:-left-1\/2:hover {
    left: -50%;
  }

  .xl\:hover\:-top-1\/3:hover {
    top: -33.333333%;
  }

  .xl\:hover\:-right-1\/3:hover {
    right: -33.333333%;
  }

  .xl\:hover\:-bottom-1\/3:hover {
    bottom: -33.333333%;
  }

  .xl\:hover\:-left-1\/3:hover {
    left: -33.333333%;
  }

  .xl\:hover\:-top-2\/3:hover {
    top: -66.666667%;
  }

  .xl\:hover\:-right-2\/3:hover {
    right: -66.666667%;
  }

  .xl\:hover\:-bottom-2\/3:hover {
    bottom: -66.666667%;
  }

  .xl\:hover\:-left-2\/3:hover {
    left: -66.666667%;
  }

  .xl\:hover\:-top-1\/4:hover {
    top: -25%;
  }

  .xl\:hover\:-right-1\/4:hover {
    right: -25%;
  }

  .xl\:hover\:-bottom-1\/4:hover {
    bottom: -25%;
  }

  .xl\:hover\:-left-1\/4:hover {
    left: -25%;
  }

  .xl\:hover\:-top-2\/4:hover {
    top: -50%;
  }

  .xl\:hover\:-right-2\/4:hover {
    right: -50%;
  }

  .xl\:hover\:-bottom-2\/4:hover {
    bottom: -50%;
  }

  .xl\:hover\:-left-2\/4:hover {
    left: -50%;
  }

  .xl\:hover\:-top-3\/4:hover {
    top: -75%;
  }

  .xl\:hover\:-right-3\/4:hover {
    right: -75%;
  }

  .xl\:hover\:-bottom-3\/4:hover {
    bottom: -75%;
  }

  .xl\:hover\:-left-3\/4:hover {
    left: -75%;
  }

  .xl\:hover\:-top-full:hover {
    top: -100%;
  }

  .xl\:hover\:-right-full:hover {
    right: -100%;
  }

  .xl\:hover\:-bottom-full:hover {
    bottom: -100%;
  }

  .xl\:hover\:-left-full:hover {
    left: -100%;
  }

  .xl\:focus\:inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:focus\:inset-1:focus {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:focus\:inset-2:focus {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:focus\:inset-3:focus {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:focus\:inset-4:focus {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:focus\:inset-5:focus {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:focus\:inset-6:focus {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:focus\:inset-7:focus {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:focus\:inset-8:focus {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:focus\:inset-9:focus {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:focus\:inset-10:focus {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:focus\:inset-11:focus {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:focus\:inset-12:focus {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:focus\:inset-14:focus {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:focus\:inset-16:focus {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:focus\:inset-20:focus {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:focus\:inset-24:focus {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:focus\:inset-28:focus {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:focus\:inset-32:focus {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:focus\:inset-36:focus {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:focus\:inset-40:focus {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:focus\:inset-44:focus {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:focus\:inset-48:focus {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:focus\:inset-52:focus {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:focus\:inset-56:focus {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:focus\:inset-60:focus {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:focus\:inset-64:focus {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:focus\:inset-72:focus {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:focus\:inset-80:focus {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:focus\:inset-96:focus {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus\:inset-px:focus {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:focus\:inset-0\.5:focus {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:focus\:inset-1\.5:focus {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:focus\:inset-2\.5:focus {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:focus\:inset-3\.5:focus {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:focus\:-inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:focus\:-inset-1:focus {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:focus\:-inset-2:focus {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:focus\:-inset-3:focus {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:focus\:-inset-4:focus {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:focus\:-inset-5:focus {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:focus\:-inset-6:focus {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:focus\:-inset-7:focus {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:focus\:-inset-8:focus {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:focus\:-inset-9:focus {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:focus\:-inset-10:focus {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:focus\:-inset-11:focus {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:focus\:-inset-12:focus {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:focus\:-inset-14:focus {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:focus\:-inset-20:focus {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:focus\:-inset-24:focus {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:focus\:-inset-28:focus {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:focus\:-inset-32:focus {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:focus\:-inset-36:focus {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:focus\:-inset-40:focus {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:focus\:-inset-44:focus {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:focus\:-inset-48:focus {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:focus\:-inset-52:focus {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:focus\:-inset-56:focus {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:focus\:-inset-60:focus {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:focus\:-inset-64:focus {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:focus\:-inset-72:focus {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:focus\:-inset-80:focus {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:focus\:-inset-96:focus {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:focus\:-inset-px:focus {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:focus\:-inset-0\.5:focus {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:focus\:-inset-1\.5:focus {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:focus\:-inset-2\.5:focus {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:focus\:-inset-3\.5:focus {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:focus\:inset-1\/3:focus {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:focus\:inset-2\/3:focus {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:focus\:inset-1\/4:focus {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:focus\:inset-2\/4:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:focus\:inset-3\/4:focus {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:focus\:inset-full:focus {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:focus\:-inset-1\/2:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:focus\:-inset-1\/3:focus {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:focus\:-inset-2\/3:focus {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:focus\:-inset-1\/4:focus {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:focus\:-inset-2\/4:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:focus\:-inset-3\/4:focus {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:focus\:-inset-full:focus {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:focus\:inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .xl\:focus\:inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .xl\:focus\:inset-y-1:focus {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:focus\:inset-x-1:focus {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:focus\:inset-y-2:focus {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:focus\:inset-x-2:focus {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:focus\:inset-y-3:focus {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:focus\:inset-x-3:focus {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:focus\:inset-y-4:focus {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:focus\:inset-x-4:focus {
    right: 1rem;
    left: 1rem;
  }

  .xl\:focus\:inset-y-5:focus {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:focus\:inset-x-5:focus {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:focus\:inset-y-6:focus {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:focus\:inset-x-6:focus {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:focus\:inset-y-7:focus {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:focus\:inset-x-7:focus {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:focus\:inset-y-8:focus {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:focus\:inset-x-8:focus {
    right: 2rem;
    left: 2rem;
  }

  .xl\:focus\:inset-y-9:focus {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:focus\:inset-x-9:focus {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:focus\:inset-y-10:focus {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:focus\:inset-x-10:focus {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:focus\:inset-y-11:focus {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:focus\:inset-x-11:focus {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:focus\:inset-y-12:focus {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:focus\:inset-x-12:focus {
    right: 3rem;
    left: 3rem;
  }

  .xl\:focus\:inset-y-14:focus {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:focus\:inset-x-14:focus {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:focus\:inset-y-16:focus {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:focus\:inset-x-16:focus {
    right: 4rem;
    left: 4rem;
  }

  .xl\:focus\:inset-y-20:focus {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:focus\:inset-x-20:focus {
    right: 5rem;
    left: 5rem;
  }

  .xl\:focus\:inset-y-24:focus {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:focus\:inset-x-24:focus {
    right: 6rem;
    left: 6rem;
  }

  .xl\:focus\:inset-y-28:focus {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:focus\:inset-x-28:focus {
    right: 7rem;
    left: 7rem;
  }

  .xl\:focus\:inset-y-32:focus {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:focus\:inset-x-32:focus {
    right: 8rem;
    left: 8rem;
  }

  .xl\:focus\:inset-y-36:focus {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:focus\:inset-x-36:focus {
    right: 9rem;
    left: 9rem;
  }

  .xl\:focus\:inset-y-40:focus {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:focus\:inset-x-40:focus {
    right: 10rem;
    left: 10rem;
  }

  .xl\:focus\:inset-y-44:focus {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:focus\:inset-x-44:focus {
    right: 11rem;
    left: 11rem;
  }

  .xl\:focus\:inset-y-48:focus {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:focus\:inset-x-48:focus {
    right: 12rem;
    left: 12rem;
  }

  .xl\:focus\:inset-y-52:focus {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:focus\:inset-x-52:focus {
    right: 13rem;
    left: 13rem;
  }

  .xl\:focus\:inset-y-56:focus {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:focus\:inset-x-56:focus {
    right: 14rem;
    left: 14rem;
  }

  .xl\:focus\:inset-y-60:focus {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:focus\:inset-x-60:focus {
    right: 15rem;
    left: 15rem;
  }

  .xl\:focus\:inset-y-64:focus {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:focus\:inset-x-64:focus {
    right: 16rem;
    left: 16rem;
  }

  .xl\:focus\:inset-y-72:focus {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:focus\:inset-x-72:focus {
    right: 18rem;
    left: 18rem;
  }

  .xl\:focus\:inset-y-80:focus {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:focus\:inset-x-80:focus {
    right: 20rem;
    left: 20rem;
  }

  .xl\:focus\:inset-y-96:focus {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:focus\:inset-x-96:focus {
    right: 24rem;
    left: 24rem;
  }

  .xl\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .xl\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .xl\:focus\:inset-y-px:focus {
    top: 1px;
    bottom: 1px;
  }

  .xl\:focus\:inset-x-px:focus {
    right: 1px;
    left: 1px;
  }

  .xl\:focus\:inset-y-0\.5:focus {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:focus\:inset-x-0\.5:focus {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:focus\:inset-y-1\.5:focus {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:focus\:inset-x-1\.5:focus {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:focus\:inset-y-2\.5:focus {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:focus\:inset-x-2\.5:focus {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:focus\:inset-y-3\.5:focus {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:focus\:inset-x-3\.5:focus {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:focus\:-inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .xl\:focus\:-inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .xl\:focus\:-inset-y-1:focus {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:focus\:-inset-x-1:focus {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:focus\:-inset-y-2:focus {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:focus\:-inset-x-2:focus {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:focus\:-inset-y-3:focus {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:focus\:-inset-x-3:focus {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:focus\:-inset-y-4:focus {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:focus\:-inset-x-4:focus {
    right: -1rem;
    left: -1rem;
  }

  .xl\:focus\:-inset-y-5:focus {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:focus\:-inset-x-5:focus {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:focus\:-inset-y-6:focus {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:focus\:-inset-x-6:focus {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:focus\:-inset-y-7:focus {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:focus\:-inset-x-7:focus {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:focus\:-inset-y-8:focus {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:focus\:-inset-x-8:focus {
    right: -2rem;
    left: -2rem;
  }

  .xl\:focus\:-inset-y-9:focus {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:focus\:-inset-x-9:focus {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:focus\:-inset-y-10:focus {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:focus\:-inset-x-10:focus {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:focus\:-inset-y-11:focus {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:focus\:-inset-x-11:focus {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:focus\:-inset-y-12:focus {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:focus\:-inset-x-12:focus {
    right: -3rem;
    left: -3rem;
  }

  .xl\:focus\:-inset-y-14:focus {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:focus\:-inset-x-14:focus {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .xl\:focus\:-inset-y-20:focus {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:focus\:-inset-x-20:focus {
    right: -5rem;
    left: -5rem;
  }

  .xl\:focus\:-inset-y-24:focus {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:focus\:-inset-x-24:focus {
    right: -6rem;
    left: -6rem;
  }

  .xl\:focus\:-inset-y-28:focus {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:focus\:-inset-x-28:focus {
    right: -7rem;
    left: -7rem;
  }

  .xl\:focus\:-inset-y-32:focus {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:focus\:-inset-x-32:focus {
    right: -8rem;
    left: -8rem;
  }

  .xl\:focus\:-inset-y-36:focus {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:focus\:-inset-x-36:focus {
    right: -9rem;
    left: -9rem;
  }

  .xl\:focus\:-inset-y-40:focus {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:focus\:-inset-x-40:focus {
    right: -10rem;
    left: -10rem;
  }

  .xl\:focus\:-inset-y-44:focus {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:focus\:-inset-x-44:focus {
    right: -11rem;
    left: -11rem;
  }

  .xl\:focus\:-inset-y-48:focus {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:focus\:-inset-x-48:focus {
    right: -12rem;
    left: -12rem;
  }

  .xl\:focus\:-inset-y-52:focus {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:focus\:-inset-x-52:focus {
    right: -13rem;
    left: -13rem;
  }

  .xl\:focus\:-inset-y-56:focus {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:focus\:-inset-x-56:focus {
    right: -14rem;
    left: -14rem;
  }

  .xl\:focus\:-inset-y-60:focus {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:focus\:-inset-x-60:focus {
    right: -15rem;
    left: -15rem;
  }

  .xl\:focus\:-inset-y-64:focus {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:focus\:-inset-x-64:focus {
    right: -16rem;
    left: -16rem;
  }

  .xl\:focus\:-inset-y-72:focus {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:focus\:-inset-x-72:focus {
    right: -18rem;
    left: -18rem;
  }

  .xl\:focus\:-inset-y-80:focus {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:focus\:-inset-x-80:focus {
    right: -20rem;
    left: -20rem;
  }

  .xl\:focus\:-inset-y-96:focus {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:focus\:-inset-x-96:focus {
    right: -24rem;
    left: -24rem;
  }

  .xl\:focus\:-inset-y-px:focus {
    top: -1px;
    bottom: -1px;
  }

  .xl\:focus\:-inset-x-px:focus {
    right: -1px;
    left: -1px;
  }

  .xl\:focus\:-inset-y-0\.5:focus {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:focus\:-inset-x-0\.5:focus {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:focus\:-inset-y-1\.5:focus {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:focus\:-inset-x-1\.5:focus {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:focus\:-inset-y-2\.5:focus {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:focus\:-inset-x-2\.5:focus {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:focus\:-inset-y-3\.5:focus {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:focus\:-inset-x-3\.5:focus {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .xl\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .xl\:focus\:inset-y-1\/3:focus {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:focus\:inset-x-1\/3:focus {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:focus\:inset-y-2\/3:focus {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:focus\:inset-x-2\/3:focus {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:focus\:inset-y-1\/4:focus {
    top: 25%;
    bottom: 25%;
  }

  .xl\:focus\:inset-x-1\/4:focus {
    right: 25%;
    left: 25%;
  }

  .xl\:focus\:inset-y-2\/4:focus {
    top: 50%;
    bottom: 50%;
  }

  .xl\:focus\:inset-x-2\/4:focus {
    right: 50%;
    left: 50%;
  }

  .xl\:focus\:inset-y-3\/4:focus {
    top: 75%;
    bottom: 75%;
  }

  .xl\:focus\:inset-x-3\/4:focus {
    right: 75%;
    left: 75%;
  }

  .xl\:focus\:inset-y-full:focus {
    top: 100%;
    bottom: 100%;
  }

  .xl\:focus\:inset-x-full:focus {
    right: 100%;
    left: 100%;
  }

  .xl\:focus\:-inset-y-1\/2:focus {
    top: -50%;
    bottom: -50%;
  }

  .xl\:focus\:-inset-x-1\/2:focus {
    right: -50%;
    left: -50%;
  }

  .xl\:focus\:-inset-y-1\/3:focus {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:focus\:-inset-x-1\/3:focus {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:focus\:-inset-y-2\/3:focus {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:focus\:-inset-x-2\/3:focus {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:focus\:-inset-y-1\/4:focus {
    top: -25%;
    bottom: -25%;
  }

  .xl\:focus\:-inset-x-1\/4:focus {
    right: -25%;
    left: -25%;
  }

  .xl\:focus\:-inset-y-2\/4:focus {
    top: -50%;
    bottom: -50%;
  }

  .xl\:focus\:-inset-x-2\/4:focus {
    right: -50%;
    left: -50%;
  }

  .xl\:focus\:-inset-y-3\/4:focus {
    top: -75%;
    bottom: -75%;
  }

  .xl\:focus\:-inset-x-3\/4:focus {
    right: -75%;
    left: -75%;
  }

  .xl\:focus\:-inset-y-full:focus {
    top: -100%;
    bottom: -100%;
  }

  .xl\:focus\:-inset-x-full:focus {
    right: -100%;
    left: -100%;
  }

  .xl\:focus\:top-0:focus {
    top: 0px;
  }

  .xl\:focus\:right-0:focus {
    right: 0px;
  }

  .xl\:focus\:bottom-0:focus {
    bottom: 0px;
  }

  .xl\:focus\:left-0:focus {
    left: 0px;
  }

  .xl\:focus\:top-1:focus {
    top: 0.25rem;
  }

  .xl\:focus\:right-1:focus {
    right: 0.25rem;
  }

  .xl\:focus\:bottom-1:focus {
    bottom: 0.25rem;
  }

  .xl\:focus\:left-1:focus {
    left: 0.25rem;
  }

  .xl\:focus\:top-2:focus {
    top: 0.5rem;
  }

  .xl\:focus\:right-2:focus {
    right: 0.5rem;
  }

  .xl\:focus\:bottom-2:focus {
    bottom: 0.5rem;
  }

  .xl\:focus\:left-2:focus {
    left: 0.5rem;
  }

  .xl\:focus\:top-3:focus {
    top: 0.75rem;
  }

  .xl\:focus\:right-3:focus {
    right: 0.75rem;
  }

  .xl\:focus\:bottom-3:focus {
    bottom: 0.75rem;
  }

  .xl\:focus\:left-3:focus {
    left: 0.75rem;
  }

  .xl\:focus\:top-4:focus {
    top: 1rem;
  }

  .xl\:focus\:right-4:focus {
    right: 1rem;
  }

  .xl\:focus\:bottom-4:focus {
    bottom: 1rem;
  }

  .xl\:focus\:left-4:focus {
    left: 1rem;
  }

  .xl\:focus\:top-5:focus {
    top: 1.25rem;
  }

  .xl\:focus\:right-5:focus {
    right: 1.25rem;
  }

  .xl\:focus\:bottom-5:focus {
    bottom: 1.25rem;
  }

  .xl\:focus\:left-5:focus {
    left: 1.25rem;
  }

  .xl\:focus\:top-6:focus {
    top: 1.5rem;
  }

  .xl\:focus\:right-6:focus {
    right: 1.5rem;
  }

  .xl\:focus\:bottom-6:focus {
    bottom: 1.5rem;
  }

  .xl\:focus\:left-6:focus {
    left: 1.5rem;
  }

  .xl\:focus\:top-7:focus {
    top: 1.75rem;
  }

  .xl\:focus\:right-7:focus {
    right: 1.75rem;
  }

  .xl\:focus\:bottom-7:focus {
    bottom: 1.75rem;
  }

  .xl\:focus\:left-7:focus {
    left: 1.75rem;
  }

  .xl\:focus\:top-8:focus {
    top: 2rem;
  }

  .xl\:focus\:right-8:focus {
    right: 2rem;
  }

  .xl\:focus\:bottom-8:focus {
    bottom: 2rem;
  }

  .xl\:focus\:left-8:focus {
    left: 2rem;
  }

  .xl\:focus\:top-9:focus {
    top: 2.25rem;
  }

  .xl\:focus\:right-9:focus {
    right: 2.25rem;
  }

  .xl\:focus\:bottom-9:focus {
    bottom: 2.25rem;
  }

  .xl\:focus\:left-9:focus {
    left: 2.25rem;
  }

  .xl\:focus\:top-10:focus {
    top: 2.5rem;
  }

  .xl\:focus\:right-10:focus {
    right: 2.5rem;
  }

  .xl\:focus\:bottom-10:focus {
    bottom: 2.5rem;
  }

  .xl\:focus\:left-10:focus {
    left: 2.5rem;
  }

  .xl\:focus\:top-11:focus {
    top: 2.75rem;
  }

  .xl\:focus\:right-11:focus {
    right: 2.75rem;
  }

  .xl\:focus\:bottom-11:focus {
    bottom: 2.75rem;
  }

  .xl\:focus\:left-11:focus {
    left: 2.75rem;
  }

  .xl\:focus\:top-12:focus {
    top: 3rem;
  }

  .xl\:focus\:right-12:focus {
    right: 3rem;
  }

  .xl\:focus\:bottom-12:focus {
    bottom: 3rem;
  }

  .xl\:focus\:left-12:focus {
    left: 3rem;
  }

  .xl\:focus\:top-14:focus {
    top: 3.5rem;
  }

  .xl\:focus\:right-14:focus {
    right: 3.5rem;
  }

  .xl\:focus\:bottom-14:focus {
    bottom: 3.5rem;
  }

  .xl\:focus\:left-14:focus {
    left: 3.5rem;
  }

  .xl\:focus\:top-16:focus {
    top: 4rem;
  }

  .xl\:focus\:right-16:focus {
    right: 4rem;
  }

  .xl\:focus\:bottom-16:focus {
    bottom: 4rem;
  }

  .xl\:focus\:left-16:focus {
    left: 4rem;
  }

  .xl\:focus\:top-20:focus {
    top: 5rem;
  }

  .xl\:focus\:right-20:focus {
    right: 5rem;
  }

  .xl\:focus\:bottom-20:focus {
    bottom: 5rem;
  }

  .xl\:focus\:left-20:focus {
    left: 5rem;
  }

  .xl\:focus\:top-24:focus {
    top: 6rem;
  }

  .xl\:focus\:right-24:focus {
    right: 6rem;
  }

  .xl\:focus\:bottom-24:focus {
    bottom: 6rem;
  }

  .xl\:focus\:left-24:focus {
    left: 6rem;
  }

  .xl\:focus\:top-28:focus {
    top: 7rem;
  }

  .xl\:focus\:right-28:focus {
    right: 7rem;
  }

  .xl\:focus\:bottom-28:focus {
    bottom: 7rem;
  }

  .xl\:focus\:left-28:focus {
    left: 7rem;
  }

  .xl\:focus\:top-32:focus {
    top: 8rem;
  }

  .xl\:focus\:right-32:focus {
    right: 8rem;
  }

  .xl\:focus\:bottom-32:focus {
    bottom: 8rem;
  }

  .xl\:focus\:left-32:focus {
    left: 8rem;
  }

  .xl\:focus\:top-36:focus {
    top: 9rem;
  }

  .xl\:focus\:right-36:focus {
    right: 9rem;
  }

  .xl\:focus\:bottom-36:focus {
    bottom: 9rem;
  }

  .xl\:focus\:left-36:focus {
    left: 9rem;
  }

  .xl\:focus\:top-40:focus {
    top: 10rem;
  }

  .xl\:focus\:right-40:focus {
    right: 10rem;
  }

  .xl\:focus\:bottom-40:focus {
    bottom: 10rem;
  }

  .xl\:focus\:left-40:focus {
    left: 10rem;
  }

  .xl\:focus\:top-44:focus {
    top: 11rem;
  }

  .xl\:focus\:right-44:focus {
    right: 11rem;
  }

  .xl\:focus\:bottom-44:focus {
    bottom: 11rem;
  }

  .xl\:focus\:left-44:focus {
    left: 11rem;
  }

  .xl\:focus\:top-48:focus {
    top: 12rem;
  }

  .xl\:focus\:right-48:focus {
    right: 12rem;
  }

  .xl\:focus\:bottom-48:focus {
    bottom: 12rem;
  }

  .xl\:focus\:left-48:focus {
    left: 12rem;
  }

  .xl\:focus\:top-52:focus {
    top: 13rem;
  }

  .xl\:focus\:right-52:focus {
    right: 13rem;
  }

  .xl\:focus\:bottom-52:focus {
    bottom: 13rem;
  }

  .xl\:focus\:left-52:focus {
    left: 13rem;
  }

  .xl\:focus\:top-56:focus {
    top: 14rem;
  }

  .xl\:focus\:right-56:focus {
    right: 14rem;
  }

  .xl\:focus\:bottom-56:focus {
    bottom: 14rem;
  }

  .xl\:focus\:left-56:focus {
    left: 14rem;
  }

  .xl\:focus\:top-60:focus {
    top: 15rem;
  }

  .xl\:focus\:right-60:focus {
    right: 15rem;
  }

  .xl\:focus\:bottom-60:focus {
    bottom: 15rem;
  }

  .xl\:focus\:left-60:focus {
    left: 15rem;
  }

  .xl\:focus\:top-64:focus {
    top: 16rem;
  }

  .xl\:focus\:right-64:focus {
    right: 16rem;
  }

  .xl\:focus\:bottom-64:focus {
    bottom: 16rem;
  }

  .xl\:focus\:left-64:focus {
    left: 16rem;
  }

  .xl\:focus\:top-72:focus {
    top: 18rem;
  }

  .xl\:focus\:right-72:focus {
    right: 18rem;
  }

  .xl\:focus\:bottom-72:focus {
    bottom: 18rem;
  }

  .xl\:focus\:left-72:focus {
    left: 18rem;
  }

  .xl\:focus\:top-80:focus {
    top: 20rem;
  }

  .xl\:focus\:right-80:focus {
    right: 20rem;
  }

  .xl\:focus\:bottom-80:focus {
    bottom: 20rem;
  }

  .xl\:focus\:left-80:focus {
    left: 20rem;
  }

  .xl\:focus\:top-96:focus {
    top: 24rem;
  }

  .xl\:focus\:right-96:focus {
    right: 24rem;
  }

  .xl\:focus\:bottom-96:focus {
    bottom: 24rem;
  }

  .xl\:focus\:left-96:focus {
    left: 24rem;
  }

  .xl\:focus\:top-auto:focus {
    top: auto;
  }

  .xl\:focus\:right-auto:focus {
    right: auto;
  }

  .xl\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .xl\:focus\:left-auto:focus {
    left: auto;
  }

  .xl\:focus\:top-px:focus {
    top: 1px;
  }

  .xl\:focus\:right-px:focus {
    right: 1px;
  }

  .xl\:focus\:bottom-px:focus {
    bottom: 1px;
  }

  .xl\:focus\:left-px:focus {
    left: 1px;
  }

  .xl\:focus\:top-0\.5:focus {
    top: 0.125rem;
  }

  .xl\:focus\:right-0\.5:focus {
    right: 0.125rem;
  }

  .xl\:focus\:bottom-0\.5:focus {
    bottom: 0.125rem;
  }

  .xl\:focus\:left-0\.5:focus {
    left: 0.125rem;
  }

  .xl\:focus\:top-1\.5:focus {
    top: 0.375rem;
  }

  .xl\:focus\:right-1\.5:focus {
    right: 0.375rem;
  }

  .xl\:focus\:bottom-1\.5:focus {
    bottom: 0.375rem;
  }

  .xl\:focus\:left-1\.5:focus {
    left: 0.375rem;
  }

  .xl\:focus\:top-2\.5:focus {
    top: 0.625rem;
  }

  .xl\:focus\:right-2\.5:focus {
    right: 0.625rem;
  }

  .xl\:focus\:bottom-2\.5:focus {
    bottom: 0.625rem;
  }

  .xl\:focus\:left-2\.5:focus {
    left: 0.625rem;
  }

  .xl\:focus\:top-3\.5:focus {
    top: 0.875rem;
  }

  .xl\:focus\:right-3\.5:focus {
    right: 0.875rem;
  }

  .xl\:focus\:bottom-3\.5:focus {
    bottom: 0.875rem;
  }

  .xl\:focus\:left-3\.5:focus {
    left: 0.875rem;
  }

  .xl\:focus\:-top-0:focus {
    top: 0px;
  }

  .xl\:focus\:-right-0:focus {
    right: 0px;
  }

  .xl\:focus\:-bottom-0:focus {
    bottom: 0px;
  }

  .xl\:focus\:-left-0:focus {
    left: 0px;
  }

  .xl\:focus\:-top-1:focus {
    top: -0.25rem;
  }

  .xl\:focus\:-right-1:focus {
    right: -0.25rem;
  }

  .xl\:focus\:-bottom-1:focus {
    bottom: -0.25rem;
  }

  .xl\:focus\:-left-1:focus {
    left: -0.25rem;
  }

  .xl\:focus\:-top-2:focus {
    top: -0.5rem;
  }

  .xl\:focus\:-right-2:focus {
    right: -0.5rem;
  }

  .xl\:focus\:-bottom-2:focus {
    bottom: -0.5rem;
  }

  .xl\:focus\:-left-2:focus {
    left: -0.5rem;
  }

  .xl\:focus\:-top-3:focus {
    top: -0.75rem;
  }

  .xl\:focus\:-right-3:focus {
    right: -0.75rem;
  }

  .xl\:focus\:-bottom-3:focus {
    bottom: -0.75rem;
  }

  .xl\:focus\:-left-3:focus {
    left: -0.75rem;
  }

  .xl\:focus\:-top-4:focus {
    top: -1rem;
  }

  .xl\:focus\:-right-4:focus {
    right: -1rem;
  }

  .xl\:focus\:-bottom-4:focus {
    bottom: -1rem;
  }

  .xl\:focus\:-left-4:focus {
    left: -1rem;
  }

  .xl\:focus\:-top-5:focus {
    top: -1.25rem;
  }

  .xl\:focus\:-right-5:focus {
    right: -1.25rem;
  }

  .xl\:focus\:-bottom-5:focus {
    bottom: -1.25rem;
  }

  .xl\:focus\:-left-5:focus {
    left: -1.25rem;
  }

  .xl\:focus\:-top-6:focus {
    top: -1.5rem;
  }

  .xl\:focus\:-right-6:focus {
    right: -1.5rem;
  }

  .xl\:focus\:-bottom-6:focus {
    bottom: -1.5rem;
  }

  .xl\:focus\:-left-6:focus {
    left: -1.5rem;
  }

  .xl\:focus\:-top-7:focus {
    top: -1.75rem;
  }

  .xl\:focus\:-right-7:focus {
    right: -1.75rem;
  }

  .xl\:focus\:-bottom-7:focus {
    bottom: -1.75rem;
  }

  .xl\:focus\:-left-7:focus {
    left: -1.75rem;
  }

  .xl\:focus\:-top-8:focus {
    top: -2rem;
  }

  .xl\:focus\:-right-8:focus {
    right: -2rem;
  }

  .xl\:focus\:-bottom-8:focus {
    bottom: -2rem;
  }

  .xl\:focus\:-left-8:focus {
    left: -2rem;
  }

  .xl\:focus\:-top-9:focus {
    top: -2.25rem;
  }

  .xl\:focus\:-right-9:focus {
    right: -2.25rem;
  }

  .xl\:focus\:-bottom-9:focus {
    bottom: -2.25rem;
  }

  .xl\:focus\:-left-9:focus {
    left: -2.25rem;
  }

  .xl\:focus\:-top-10:focus {
    top: -2.5rem;
  }

  .xl\:focus\:-right-10:focus {
    right: -2.5rem;
  }

  .xl\:focus\:-bottom-10:focus {
    bottom: -2.5rem;
  }

  .xl\:focus\:-left-10:focus {
    left: -2.5rem;
  }

  .xl\:focus\:-top-11:focus {
    top: -2.75rem;
  }

  .xl\:focus\:-right-11:focus {
    right: -2.75rem;
  }

  .xl\:focus\:-bottom-11:focus {
    bottom: -2.75rem;
  }

  .xl\:focus\:-left-11:focus {
    left: -2.75rem;
  }

  .xl\:focus\:-top-12:focus {
    top: -3rem;
  }

  .xl\:focus\:-right-12:focus {
    right: -3rem;
  }

  .xl\:focus\:-bottom-12:focus {
    bottom: -3rem;
  }

  .xl\:focus\:-left-12:focus {
    left: -3rem;
  }

  .xl\:focus\:-top-14:focus {
    top: -3.5rem;
  }

  .xl\:focus\:-right-14:focus {
    right: -3.5rem;
  }

  .xl\:focus\:-bottom-14:focus {
    bottom: -3.5rem;
  }

  .xl\:focus\:-left-14:focus {
    left: -3.5rem;
  }

  .xl\:focus\:-top-16:focus {
    top: -4rem;
  }

  .xl\:focus\:-right-16:focus {
    right: -4rem;
  }

  .xl\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .xl\:focus\:-left-16:focus {
    left: -4rem;
  }

  .xl\:focus\:-top-20:focus {
    top: -5rem;
  }

  .xl\:focus\:-right-20:focus {
    right: -5rem;
  }

  .xl\:focus\:-bottom-20:focus {
    bottom: -5rem;
  }

  .xl\:focus\:-left-20:focus {
    left: -5rem;
  }

  .xl\:focus\:-top-24:focus {
    top: -6rem;
  }

  .xl\:focus\:-right-24:focus {
    right: -6rem;
  }

  .xl\:focus\:-bottom-24:focus {
    bottom: -6rem;
  }

  .xl\:focus\:-left-24:focus {
    left: -6rem;
  }

  .xl\:focus\:-top-28:focus {
    top: -7rem;
  }

  .xl\:focus\:-right-28:focus {
    right: -7rem;
  }

  .xl\:focus\:-bottom-28:focus {
    bottom: -7rem;
  }

  .xl\:focus\:-left-28:focus {
    left: -7rem;
  }

  .xl\:focus\:-top-32:focus {
    top: -8rem;
  }

  .xl\:focus\:-right-32:focus {
    right: -8rem;
  }

  .xl\:focus\:-bottom-32:focus {
    bottom: -8rem;
  }

  .xl\:focus\:-left-32:focus {
    left: -8rem;
  }

  .xl\:focus\:-top-36:focus {
    top: -9rem;
  }

  .xl\:focus\:-right-36:focus {
    right: -9rem;
  }

  .xl\:focus\:-bottom-36:focus {
    bottom: -9rem;
  }

  .xl\:focus\:-left-36:focus {
    left: -9rem;
  }

  .xl\:focus\:-top-40:focus {
    top: -10rem;
  }

  .xl\:focus\:-right-40:focus {
    right: -10rem;
  }

  .xl\:focus\:-bottom-40:focus {
    bottom: -10rem;
  }

  .xl\:focus\:-left-40:focus {
    left: -10rem;
  }

  .xl\:focus\:-top-44:focus {
    top: -11rem;
  }

  .xl\:focus\:-right-44:focus {
    right: -11rem;
  }

  .xl\:focus\:-bottom-44:focus {
    bottom: -11rem;
  }

  .xl\:focus\:-left-44:focus {
    left: -11rem;
  }

  .xl\:focus\:-top-48:focus {
    top: -12rem;
  }

  .xl\:focus\:-right-48:focus {
    right: -12rem;
  }

  .xl\:focus\:-bottom-48:focus {
    bottom: -12rem;
  }

  .xl\:focus\:-left-48:focus {
    left: -12rem;
  }

  .xl\:focus\:-top-52:focus {
    top: -13rem;
  }

  .xl\:focus\:-right-52:focus {
    right: -13rem;
  }

  .xl\:focus\:-bottom-52:focus {
    bottom: -13rem;
  }

  .xl\:focus\:-left-52:focus {
    left: -13rem;
  }

  .xl\:focus\:-top-56:focus {
    top: -14rem;
  }

  .xl\:focus\:-right-56:focus {
    right: -14rem;
  }

  .xl\:focus\:-bottom-56:focus {
    bottom: -14rem;
  }

  .xl\:focus\:-left-56:focus {
    left: -14rem;
  }

  .xl\:focus\:-top-60:focus {
    top: -15rem;
  }

  .xl\:focus\:-right-60:focus {
    right: -15rem;
  }

  .xl\:focus\:-bottom-60:focus {
    bottom: -15rem;
  }

  .xl\:focus\:-left-60:focus {
    left: -15rem;
  }

  .xl\:focus\:-top-64:focus {
    top: -16rem;
  }

  .xl\:focus\:-right-64:focus {
    right: -16rem;
  }

  .xl\:focus\:-bottom-64:focus {
    bottom: -16rem;
  }

  .xl\:focus\:-left-64:focus {
    left: -16rem;
  }

  .xl\:focus\:-top-72:focus {
    top: -18rem;
  }

  .xl\:focus\:-right-72:focus {
    right: -18rem;
  }

  .xl\:focus\:-bottom-72:focus {
    bottom: -18rem;
  }

  .xl\:focus\:-left-72:focus {
    left: -18rem;
  }

  .xl\:focus\:-top-80:focus {
    top: -20rem;
  }

  .xl\:focus\:-right-80:focus {
    right: -20rem;
  }

  .xl\:focus\:-bottom-80:focus {
    bottom: -20rem;
  }

  .xl\:focus\:-left-80:focus {
    left: -20rem;
  }

  .xl\:focus\:-top-96:focus {
    top: -24rem;
  }

  .xl\:focus\:-right-96:focus {
    right: -24rem;
  }

  .xl\:focus\:-bottom-96:focus {
    bottom: -24rem;
  }

  .xl\:focus\:-left-96:focus {
    left: -24rem;
  }

  .xl\:focus\:-top-px:focus {
    top: -1px;
  }

  .xl\:focus\:-right-px:focus {
    right: -1px;
  }

  .xl\:focus\:-bottom-px:focus {
    bottom: -1px;
  }

  .xl\:focus\:-left-px:focus {
    left: -1px;
  }

  .xl\:focus\:-top-0\.5:focus {
    top: -0.125rem;
  }

  .xl\:focus\:-right-0\.5:focus {
    right: -0.125rem;
  }

  .xl\:focus\:-bottom-0\.5:focus {
    bottom: -0.125rem;
  }

  .xl\:focus\:-left-0\.5:focus {
    left: -0.125rem;
  }

  .xl\:focus\:-top-1\.5:focus {
    top: -0.375rem;
  }

  .xl\:focus\:-right-1\.5:focus {
    right: -0.375rem;
  }

  .xl\:focus\:-bottom-1\.5:focus {
    bottom: -0.375rem;
  }

  .xl\:focus\:-left-1\.5:focus {
    left: -0.375rem;
  }

  .xl\:focus\:-top-2\.5:focus {
    top: -0.625rem;
  }

  .xl\:focus\:-right-2\.5:focus {
    right: -0.625rem;
  }

  .xl\:focus\:-bottom-2\.5:focus {
    bottom: -0.625rem;
  }

  .xl\:focus\:-left-2\.5:focus {
    left: -0.625rem;
  }

  .xl\:focus\:-top-3\.5:focus {
    top: -0.875rem;
  }

  .xl\:focus\:-right-3\.5:focus {
    right: -0.875rem;
  }

  .xl\:focus\:-bottom-3\.5:focus {
    bottom: -0.875rem;
  }

  .xl\:focus\:-left-3\.5:focus {
    left: -0.875rem;
  }

  .xl\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .xl\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .xl\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .xl\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .xl\:focus\:top-1\/3:focus {
    top: 33.333333%;
  }

  .xl\:focus\:right-1\/3:focus {
    right: 33.333333%;
  }

  .xl\:focus\:bottom-1\/3:focus {
    bottom: 33.333333%;
  }

  .xl\:focus\:left-1\/3:focus {
    left: 33.333333%;
  }

  .xl\:focus\:top-2\/3:focus {
    top: 66.666667%;
  }

  .xl\:focus\:right-2\/3:focus {
    right: 66.666667%;
  }

  .xl\:focus\:bottom-2\/3:focus {
    bottom: 66.666667%;
  }

  .xl\:focus\:left-2\/3:focus {
    left: 66.666667%;
  }

  .xl\:focus\:top-1\/4:focus {
    top: 25%;
  }

  .xl\:focus\:right-1\/4:focus {
    right: 25%;
  }

  .xl\:focus\:bottom-1\/4:focus {
    bottom: 25%;
  }

  .xl\:focus\:left-1\/4:focus {
    left: 25%;
  }

  .xl\:focus\:top-2\/4:focus {
    top: 50%;
  }

  .xl\:focus\:right-2\/4:focus {
    right: 50%;
  }

  .xl\:focus\:bottom-2\/4:focus {
    bottom: 50%;
  }

  .xl\:focus\:left-2\/4:focus {
    left: 50%;
  }

  .xl\:focus\:top-3\/4:focus {
    top: 75%;
  }

  .xl\:focus\:right-3\/4:focus {
    right: 75%;
  }

  .xl\:focus\:bottom-3\/4:focus {
    bottom: 75%;
  }

  .xl\:focus\:left-3\/4:focus {
    left: 75%;
  }

  .xl\:focus\:top-full:focus {
    top: 100%;
  }

  .xl\:focus\:right-full:focus {
    right: 100%;
  }

  .xl\:focus\:bottom-full:focus {
    bottom: 100%;
  }

  .xl\:focus\:left-full:focus {
    left: 100%;
  }

  .xl\:focus\:-top-1\/2:focus {
    top: -50%;
  }

  .xl\:focus\:-right-1\/2:focus {
    right: -50%;
  }

  .xl\:focus\:-bottom-1\/2:focus {
    bottom: -50%;
  }

  .xl\:focus\:-left-1\/2:focus {
    left: -50%;
  }

  .xl\:focus\:-top-1\/3:focus {
    top: -33.333333%;
  }

  .xl\:focus\:-right-1\/3:focus {
    right: -33.333333%;
  }

  .xl\:focus\:-bottom-1\/3:focus {
    bottom: -33.333333%;
  }

  .xl\:focus\:-left-1\/3:focus {
    left: -33.333333%;
  }

  .xl\:focus\:-top-2\/3:focus {
    top: -66.666667%;
  }

  .xl\:focus\:-right-2\/3:focus {
    right: -66.666667%;
  }

  .xl\:focus\:-bottom-2\/3:focus {
    bottom: -66.666667%;
  }

  .xl\:focus\:-left-2\/3:focus {
    left: -66.666667%;
  }

  .xl\:focus\:-top-1\/4:focus {
    top: -25%;
  }

  .xl\:focus\:-right-1\/4:focus {
    right: -25%;
  }

  .xl\:focus\:-bottom-1\/4:focus {
    bottom: -25%;
  }

  .xl\:focus\:-left-1\/4:focus {
    left: -25%;
  }

  .xl\:focus\:-top-2\/4:focus {
    top: -50%;
  }

  .xl\:focus\:-right-2\/4:focus {
    right: -50%;
  }

  .xl\:focus\:-bottom-2\/4:focus {
    bottom: -50%;
  }

  .xl\:focus\:-left-2\/4:focus {
    left: -50%;
  }

  .xl\:focus\:-top-3\/4:focus {
    top: -75%;
  }

  .xl\:focus\:-right-3\/4:focus {
    right: -75%;
  }

  .xl\:focus\:-bottom-3\/4:focus {
    bottom: -75%;
  }

  .xl\:focus\:-left-3\/4:focus {
    left: -75%;
  }

  .xl\:focus\:-top-full:focus {
    top: -100%;
  }

  .xl\:focus\:-right-full:focus {
    right: -100%;
  }

  .xl\:focus\:-bottom-full:focus {
    bottom: -100%;
  }

  .xl\:focus\:-left-full:focus {
    left: -100%;
  }

  .xl\:active\:inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:active\:inset-1:active {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:active\:inset-2:active {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:active\:inset-3:active {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:active\:inset-4:active {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:active\:inset-5:active {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:active\:inset-6:active {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:active\:inset-7:active {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:active\:inset-8:active {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:active\:inset-9:active {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:active\:inset-10:active {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:active\:inset-11:active {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:active\:inset-12:active {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:active\:inset-14:active {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:active\:inset-16:active {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:active\:inset-20:active {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:active\:inset-24:active {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:active\:inset-28:active {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:active\:inset-32:active {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:active\:inset-36:active {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:active\:inset-40:active {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:active\:inset-44:active {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:active\:inset-48:active {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:active\:inset-52:active {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:active\:inset-56:active {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:active\:inset-60:active {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:active\:inset-64:active {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:active\:inset-72:active {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:active\:inset-80:active {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:active\:inset-96:active {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:active\:inset-px:active {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:active\:inset-0\.5:active {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:active\:inset-1\.5:active {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:active\:inset-2\.5:active {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:active\:inset-3\.5:active {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:active\:-inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:active\:-inset-1:active {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:active\:-inset-2:active {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:active\:-inset-3:active {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:active\:-inset-4:active {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:active\:-inset-5:active {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:active\:-inset-6:active {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:active\:-inset-7:active {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:active\:-inset-8:active {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:active\:-inset-9:active {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:active\:-inset-10:active {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:active\:-inset-11:active {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:active\:-inset-12:active {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:active\:-inset-14:active {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:active\:-inset-16:active {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:active\:-inset-20:active {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:active\:-inset-24:active {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:active\:-inset-28:active {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:active\:-inset-32:active {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:active\:-inset-36:active {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:active\:-inset-40:active {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:active\:-inset-44:active {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:active\:-inset-48:active {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:active\:-inset-52:active {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:active\:-inset-56:active {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:active\:-inset-60:active {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:active\:-inset-64:active {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:active\:-inset-72:active {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:active\:-inset-80:active {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:active\:-inset-96:active {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:active\:-inset-px:active {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:active\:-inset-0\.5:active {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:active\:-inset-1\.5:active {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:active\:-inset-2\.5:active {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:active\:-inset-3\.5:active {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:active\:inset-1\/2:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:active\:inset-1\/3:active {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:active\:inset-2\/3:active {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:active\:inset-1\/4:active {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:active\:inset-2\/4:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:active\:inset-3\/4:active {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:active\:inset-full:active {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:active\:-inset-1\/2:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:active\:-inset-1\/3:active {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:active\:-inset-2\/3:active {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:active\:-inset-1\/4:active {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:active\:-inset-2\/4:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:active\:-inset-3\/4:active {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:active\:-inset-full:active {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:active\:inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .xl\:active\:inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .xl\:active\:inset-y-1:active {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:active\:inset-x-1:active {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:active\:inset-y-2:active {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:active\:inset-x-2:active {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:active\:inset-y-3:active {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:active\:inset-x-3:active {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:active\:inset-y-4:active {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:active\:inset-x-4:active {
    right: 1rem;
    left: 1rem;
  }

  .xl\:active\:inset-y-5:active {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:active\:inset-x-5:active {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:active\:inset-y-6:active {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:active\:inset-x-6:active {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:active\:inset-y-7:active {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:active\:inset-x-7:active {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:active\:inset-y-8:active {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:active\:inset-x-8:active {
    right: 2rem;
    left: 2rem;
  }

  .xl\:active\:inset-y-9:active {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:active\:inset-x-9:active {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:active\:inset-y-10:active {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:active\:inset-x-10:active {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:active\:inset-y-11:active {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:active\:inset-x-11:active {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:active\:inset-y-12:active {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:active\:inset-x-12:active {
    right: 3rem;
    left: 3rem;
  }

  .xl\:active\:inset-y-14:active {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:active\:inset-x-14:active {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:active\:inset-y-16:active {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:active\:inset-x-16:active {
    right: 4rem;
    left: 4rem;
  }

  .xl\:active\:inset-y-20:active {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:active\:inset-x-20:active {
    right: 5rem;
    left: 5rem;
  }

  .xl\:active\:inset-y-24:active {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:active\:inset-x-24:active {
    right: 6rem;
    left: 6rem;
  }

  .xl\:active\:inset-y-28:active {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:active\:inset-x-28:active {
    right: 7rem;
    left: 7rem;
  }

  .xl\:active\:inset-y-32:active {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:active\:inset-x-32:active {
    right: 8rem;
    left: 8rem;
  }

  .xl\:active\:inset-y-36:active {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:active\:inset-x-36:active {
    right: 9rem;
    left: 9rem;
  }

  .xl\:active\:inset-y-40:active {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:active\:inset-x-40:active {
    right: 10rem;
    left: 10rem;
  }

  .xl\:active\:inset-y-44:active {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:active\:inset-x-44:active {
    right: 11rem;
    left: 11rem;
  }

  .xl\:active\:inset-y-48:active {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:active\:inset-x-48:active {
    right: 12rem;
    left: 12rem;
  }

  .xl\:active\:inset-y-52:active {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:active\:inset-x-52:active {
    right: 13rem;
    left: 13rem;
  }

  .xl\:active\:inset-y-56:active {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:active\:inset-x-56:active {
    right: 14rem;
    left: 14rem;
  }

  .xl\:active\:inset-y-60:active {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:active\:inset-x-60:active {
    right: 15rem;
    left: 15rem;
  }

  .xl\:active\:inset-y-64:active {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:active\:inset-x-64:active {
    right: 16rem;
    left: 16rem;
  }

  .xl\:active\:inset-y-72:active {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:active\:inset-x-72:active {
    right: 18rem;
    left: 18rem;
  }

  .xl\:active\:inset-y-80:active {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:active\:inset-x-80:active {
    right: 20rem;
    left: 20rem;
  }

  .xl\:active\:inset-y-96:active {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:active\:inset-x-96:active {
    right: 24rem;
    left: 24rem;
  }

  .xl\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .xl\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .xl\:active\:inset-y-px:active {
    top: 1px;
    bottom: 1px;
  }

  .xl\:active\:inset-x-px:active {
    right: 1px;
    left: 1px;
  }

  .xl\:active\:inset-y-0\.5:active {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:active\:inset-x-0\.5:active {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:active\:inset-y-1\.5:active {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:active\:inset-x-1\.5:active {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:active\:inset-y-2\.5:active {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:active\:inset-x-2\.5:active {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:active\:inset-y-3\.5:active {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:active\:inset-x-3\.5:active {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:active\:-inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .xl\:active\:-inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .xl\:active\:-inset-y-1:active {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:active\:-inset-x-1:active {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:active\:-inset-y-2:active {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:active\:-inset-x-2:active {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:active\:-inset-y-3:active {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:active\:-inset-x-3:active {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:active\:-inset-y-4:active {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:active\:-inset-x-4:active {
    right: -1rem;
    left: -1rem;
  }

  .xl\:active\:-inset-y-5:active {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:active\:-inset-x-5:active {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:active\:-inset-y-6:active {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:active\:-inset-x-6:active {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:active\:-inset-y-7:active {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:active\:-inset-x-7:active {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:active\:-inset-y-8:active {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:active\:-inset-x-8:active {
    right: -2rem;
    left: -2rem;
  }

  .xl\:active\:-inset-y-9:active {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:active\:-inset-x-9:active {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:active\:-inset-y-10:active {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:active\:-inset-x-10:active {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:active\:-inset-y-11:active {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:active\:-inset-x-11:active {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:active\:-inset-y-12:active {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:active\:-inset-x-12:active {
    right: -3rem;
    left: -3rem;
  }

  .xl\:active\:-inset-y-14:active {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:active\:-inset-x-14:active {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:active\:-inset-y-16:active {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:active\:-inset-x-16:active {
    right: -4rem;
    left: -4rem;
  }

  .xl\:active\:-inset-y-20:active {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:active\:-inset-x-20:active {
    right: -5rem;
    left: -5rem;
  }

  .xl\:active\:-inset-y-24:active {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:active\:-inset-x-24:active {
    right: -6rem;
    left: -6rem;
  }

  .xl\:active\:-inset-y-28:active {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:active\:-inset-x-28:active {
    right: -7rem;
    left: -7rem;
  }

  .xl\:active\:-inset-y-32:active {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:active\:-inset-x-32:active {
    right: -8rem;
    left: -8rem;
  }

  .xl\:active\:-inset-y-36:active {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:active\:-inset-x-36:active {
    right: -9rem;
    left: -9rem;
  }

  .xl\:active\:-inset-y-40:active {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:active\:-inset-x-40:active {
    right: -10rem;
    left: -10rem;
  }

  .xl\:active\:-inset-y-44:active {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:active\:-inset-x-44:active {
    right: -11rem;
    left: -11rem;
  }

  .xl\:active\:-inset-y-48:active {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:active\:-inset-x-48:active {
    right: -12rem;
    left: -12rem;
  }

  .xl\:active\:-inset-y-52:active {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:active\:-inset-x-52:active {
    right: -13rem;
    left: -13rem;
  }

  .xl\:active\:-inset-y-56:active {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:active\:-inset-x-56:active {
    right: -14rem;
    left: -14rem;
  }

  .xl\:active\:-inset-y-60:active {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:active\:-inset-x-60:active {
    right: -15rem;
    left: -15rem;
  }

  .xl\:active\:-inset-y-64:active {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:active\:-inset-x-64:active {
    right: -16rem;
    left: -16rem;
  }

  .xl\:active\:-inset-y-72:active {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:active\:-inset-x-72:active {
    right: -18rem;
    left: -18rem;
  }

  .xl\:active\:-inset-y-80:active {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:active\:-inset-x-80:active {
    right: -20rem;
    left: -20rem;
  }

  .xl\:active\:-inset-y-96:active {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:active\:-inset-x-96:active {
    right: -24rem;
    left: -24rem;
  }

  .xl\:active\:-inset-y-px:active {
    top: -1px;
    bottom: -1px;
  }

  .xl\:active\:-inset-x-px:active {
    right: -1px;
    left: -1px;
  }

  .xl\:active\:-inset-y-0\.5:active {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:active\:-inset-x-0\.5:active {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:active\:-inset-y-1\.5:active {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:active\:-inset-x-1\.5:active {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:active\:-inset-y-2\.5:active {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:active\:-inset-x-2\.5:active {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:active\:-inset-y-3\.5:active {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:active\:-inset-x-3\.5:active {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:active\:inset-y-1\/2:active {
    top: 50%;
    bottom: 50%;
  }

  .xl\:active\:inset-x-1\/2:active {
    right: 50%;
    left: 50%;
  }

  .xl\:active\:inset-y-1\/3:active {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:active\:inset-x-1\/3:active {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:active\:inset-y-2\/3:active {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:active\:inset-x-2\/3:active {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:active\:inset-y-1\/4:active {
    top: 25%;
    bottom: 25%;
  }

  .xl\:active\:inset-x-1\/4:active {
    right: 25%;
    left: 25%;
  }

  .xl\:active\:inset-y-2\/4:active {
    top: 50%;
    bottom: 50%;
  }

  .xl\:active\:inset-x-2\/4:active {
    right: 50%;
    left: 50%;
  }

  .xl\:active\:inset-y-3\/4:active {
    top: 75%;
    bottom: 75%;
  }

  .xl\:active\:inset-x-3\/4:active {
    right: 75%;
    left: 75%;
  }

  .xl\:active\:inset-y-full:active {
    top: 100%;
    bottom: 100%;
  }

  .xl\:active\:inset-x-full:active {
    right: 100%;
    left: 100%;
  }

  .xl\:active\:-inset-y-1\/2:active {
    top: -50%;
    bottom: -50%;
  }

  .xl\:active\:-inset-x-1\/2:active {
    right: -50%;
    left: -50%;
  }

  .xl\:active\:-inset-y-1\/3:active {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:active\:-inset-x-1\/3:active {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:active\:-inset-y-2\/3:active {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:active\:-inset-x-2\/3:active {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:active\:-inset-y-1\/4:active {
    top: -25%;
    bottom: -25%;
  }

  .xl\:active\:-inset-x-1\/4:active {
    right: -25%;
    left: -25%;
  }

  .xl\:active\:-inset-y-2\/4:active {
    top: -50%;
    bottom: -50%;
  }

  .xl\:active\:-inset-x-2\/4:active {
    right: -50%;
    left: -50%;
  }

  .xl\:active\:-inset-y-3\/4:active {
    top: -75%;
    bottom: -75%;
  }

  .xl\:active\:-inset-x-3\/4:active {
    right: -75%;
    left: -75%;
  }

  .xl\:active\:-inset-y-full:active {
    top: -100%;
    bottom: -100%;
  }

  .xl\:active\:-inset-x-full:active {
    right: -100%;
    left: -100%;
  }

  .xl\:active\:top-0:active {
    top: 0px;
  }

  .xl\:active\:right-0:active {
    right: 0px;
  }

  .xl\:active\:bottom-0:active {
    bottom: 0px;
  }

  .xl\:active\:left-0:active {
    left: 0px;
  }

  .xl\:active\:top-1:active {
    top: 0.25rem;
  }

  .xl\:active\:right-1:active {
    right: 0.25rem;
  }

  .xl\:active\:bottom-1:active {
    bottom: 0.25rem;
  }

  .xl\:active\:left-1:active {
    left: 0.25rem;
  }

  .xl\:active\:top-2:active {
    top: 0.5rem;
  }

  .xl\:active\:right-2:active {
    right: 0.5rem;
  }

  .xl\:active\:bottom-2:active {
    bottom: 0.5rem;
  }

  .xl\:active\:left-2:active {
    left: 0.5rem;
  }

  .xl\:active\:top-3:active {
    top: 0.75rem;
  }

  .xl\:active\:right-3:active {
    right: 0.75rem;
  }

  .xl\:active\:bottom-3:active {
    bottom: 0.75rem;
  }

  .xl\:active\:left-3:active {
    left: 0.75rem;
  }

  .xl\:active\:top-4:active {
    top: 1rem;
  }

  .xl\:active\:right-4:active {
    right: 1rem;
  }

  .xl\:active\:bottom-4:active {
    bottom: 1rem;
  }

  .xl\:active\:left-4:active {
    left: 1rem;
  }

  .xl\:active\:top-5:active {
    top: 1.25rem;
  }

  .xl\:active\:right-5:active {
    right: 1.25rem;
  }

  .xl\:active\:bottom-5:active {
    bottom: 1.25rem;
  }

  .xl\:active\:left-5:active {
    left: 1.25rem;
  }

  .xl\:active\:top-6:active {
    top: 1.5rem;
  }

  .xl\:active\:right-6:active {
    right: 1.5rem;
  }

  .xl\:active\:bottom-6:active {
    bottom: 1.5rem;
  }

  .xl\:active\:left-6:active {
    left: 1.5rem;
  }

  .xl\:active\:top-7:active {
    top: 1.75rem;
  }

  .xl\:active\:right-7:active {
    right: 1.75rem;
  }

  .xl\:active\:bottom-7:active {
    bottom: 1.75rem;
  }

  .xl\:active\:left-7:active {
    left: 1.75rem;
  }

  .xl\:active\:top-8:active {
    top: 2rem;
  }

  .xl\:active\:right-8:active {
    right: 2rem;
  }

  .xl\:active\:bottom-8:active {
    bottom: 2rem;
  }

  .xl\:active\:left-8:active {
    left: 2rem;
  }

  .xl\:active\:top-9:active {
    top: 2.25rem;
  }

  .xl\:active\:right-9:active {
    right: 2.25rem;
  }

  .xl\:active\:bottom-9:active {
    bottom: 2.25rem;
  }

  .xl\:active\:left-9:active {
    left: 2.25rem;
  }

  .xl\:active\:top-10:active {
    top: 2.5rem;
  }

  .xl\:active\:right-10:active {
    right: 2.5rem;
  }

  .xl\:active\:bottom-10:active {
    bottom: 2.5rem;
  }

  .xl\:active\:left-10:active {
    left: 2.5rem;
  }

  .xl\:active\:top-11:active {
    top: 2.75rem;
  }

  .xl\:active\:right-11:active {
    right: 2.75rem;
  }

  .xl\:active\:bottom-11:active {
    bottom: 2.75rem;
  }

  .xl\:active\:left-11:active {
    left: 2.75rem;
  }

  .xl\:active\:top-12:active {
    top: 3rem;
  }

  .xl\:active\:right-12:active {
    right: 3rem;
  }

  .xl\:active\:bottom-12:active {
    bottom: 3rem;
  }

  .xl\:active\:left-12:active {
    left: 3rem;
  }

  .xl\:active\:top-14:active {
    top: 3.5rem;
  }

  .xl\:active\:right-14:active {
    right: 3.5rem;
  }

  .xl\:active\:bottom-14:active {
    bottom: 3.5rem;
  }

  .xl\:active\:left-14:active {
    left: 3.5rem;
  }

  .xl\:active\:top-16:active {
    top: 4rem;
  }

  .xl\:active\:right-16:active {
    right: 4rem;
  }

  .xl\:active\:bottom-16:active {
    bottom: 4rem;
  }

  .xl\:active\:left-16:active {
    left: 4rem;
  }

  .xl\:active\:top-20:active {
    top: 5rem;
  }

  .xl\:active\:right-20:active {
    right: 5rem;
  }

  .xl\:active\:bottom-20:active {
    bottom: 5rem;
  }

  .xl\:active\:left-20:active {
    left: 5rem;
  }

  .xl\:active\:top-24:active {
    top: 6rem;
  }

  .xl\:active\:right-24:active {
    right: 6rem;
  }

  .xl\:active\:bottom-24:active {
    bottom: 6rem;
  }

  .xl\:active\:left-24:active {
    left: 6rem;
  }

  .xl\:active\:top-28:active {
    top: 7rem;
  }

  .xl\:active\:right-28:active {
    right: 7rem;
  }

  .xl\:active\:bottom-28:active {
    bottom: 7rem;
  }

  .xl\:active\:left-28:active {
    left: 7rem;
  }

  .xl\:active\:top-32:active {
    top: 8rem;
  }

  .xl\:active\:right-32:active {
    right: 8rem;
  }

  .xl\:active\:bottom-32:active {
    bottom: 8rem;
  }

  .xl\:active\:left-32:active {
    left: 8rem;
  }

  .xl\:active\:top-36:active {
    top: 9rem;
  }

  .xl\:active\:right-36:active {
    right: 9rem;
  }

  .xl\:active\:bottom-36:active {
    bottom: 9rem;
  }

  .xl\:active\:left-36:active {
    left: 9rem;
  }

  .xl\:active\:top-40:active {
    top: 10rem;
  }

  .xl\:active\:right-40:active {
    right: 10rem;
  }

  .xl\:active\:bottom-40:active {
    bottom: 10rem;
  }

  .xl\:active\:left-40:active {
    left: 10rem;
  }

  .xl\:active\:top-44:active {
    top: 11rem;
  }

  .xl\:active\:right-44:active {
    right: 11rem;
  }

  .xl\:active\:bottom-44:active {
    bottom: 11rem;
  }

  .xl\:active\:left-44:active {
    left: 11rem;
  }

  .xl\:active\:top-48:active {
    top: 12rem;
  }

  .xl\:active\:right-48:active {
    right: 12rem;
  }

  .xl\:active\:bottom-48:active {
    bottom: 12rem;
  }

  .xl\:active\:left-48:active {
    left: 12rem;
  }

  .xl\:active\:top-52:active {
    top: 13rem;
  }

  .xl\:active\:right-52:active {
    right: 13rem;
  }

  .xl\:active\:bottom-52:active {
    bottom: 13rem;
  }

  .xl\:active\:left-52:active {
    left: 13rem;
  }

  .xl\:active\:top-56:active {
    top: 14rem;
  }

  .xl\:active\:right-56:active {
    right: 14rem;
  }

  .xl\:active\:bottom-56:active {
    bottom: 14rem;
  }

  .xl\:active\:left-56:active {
    left: 14rem;
  }

  .xl\:active\:top-60:active {
    top: 15rem;
  }

  .xl\:active\:right-60:active {
    right: 15rem;
  }

  .xl\:active\:bottom-60:active {
    bottom: 15rem;
  }

  .xl\:active\:left-60:active {
    left: 15rem;
  }

  .xl\:active\:top-64:active {
    top: 16rem;
  }

  .xl\:active\:right-64:active {
    right: 16rem;
  }

  .xl\:active\:bottom-64:active {
    bottom: 16rem;
  }

  .xl\:active\:left-64:active {
    left: 16rem;
  }

  .xl\:active\:top-72:active {
    top: 18rem;
  }

  .xl\:active\:right-72:active {
    right: 18rem;
  }

  .xl\:active\:bottom-72:active {
    bottom: 18rem;
  }

  .xl\:active\:left-72:active {
    left: 18rem;
  }

  .xl\:active\:top-80:active {
    top: 20rem;
  }

  .xl\:active\:right-80:active {
    right: 20rem;
  }

  .xl\:active\:bottom-80:active {
    bottom: 20rem;
  }

  .xl\:active\:left-80:active {
    left: 20rem;
  }

  .xl\:active\:top-96:active {
    top: 24rem;
  }

  .xl\:active\:right-96:active {
    right: 24rem;
  }

  .xl\:active\:bottom-96:active {
    bottom: 24rem;
  }

  .xl\:active\:left-96:active {
    left: 24rem;
  }

  .xl\:active\:top-auto:active {
    top: auto;
  }

  .xl\:active\:right-auto:active {
    right: auto;
  }

  .xl\:active\:bottom-auto:active {
    bottom: auto;
  }

  .xl\:active\:left-auto:active {
    left: auto;
  }

  .xl\:active\:top-px:active {
    top: 1px;
  }

  .xl\:active\:right-px:active {
    right: 1px;
  }

  .xl\:active\:bottom-px:active {
    bottom: 1px;
  }

  .xl\:active\:left-px:active {
    left: 1px;
  }

  .xl\:active\:top-0\.5:active {
    top: 0.125rem;
  }

  .xl\:active\:right-0\.5:active {
    right: 0.125rem;
  }

  .xl\:active\:bottom-0\.5:active {
    bottom: 0.125rem;
  }

  .xl\:active\:left-0\.5:active {
    left: 0.125rem;
  }

  .xl\:active\:top-1\.5:active {
    top: 0.375rem;
  }

  .xl\:active\:right-1\.5:active {
    right: 0.375rem;
  }

  .xl\:active\:bottom-1\.5:active {
    bottom: 0.375rem;
  }

  .xl\:active\:left-1\.5:active {
    left: 0.375rem;
  }

  .xl\:active\:top-2\.5:active {
    top: 0.625rem;
  }

  .xl\:active\:right-2\.5:active {
    right: 0.625rem;
  }

  .xl\:active\:bottom-2\.5:active {
    bottom: 0.625rem;
  }

  .xl\:active\:left-2\.5:active {
    left: 0.625rem;
  }

  .xl\:active\:top-3\.5:active {
    top: 0.875rem;
  }

  .xl\:active\:right-3\.5:active {
    right: 0.875rem;
  }

  .xl\:active\:bottom-3\.5:active {
    bottom: 0.875rem;
  }

  .xl\:active\:left-3\.5:active {
    left: 0.875rem;
  }

  .xl\:active\:-top-0:active {
    top: 0px;
  }

  .xl\:active\:-right-0:active {
    right: 0px;
  }

  .xl\:active\:-bottom-0:active {
    bottom: 0px;
  }

  .xl\:active\:-left-0:active {
    left: 0px;
  }

  .xl\:active\:-top-1:active {
    top: -0.25rem;
  }

  .xl\:active\:-right-1:active {
    right: -0.25rem;
  }

  .xl\:active\:-bottom-1:active {
    bottom: -0.25rem;
  }

  .xl\:active\:-left-1:active {
    left: -0.25rem;
  }

  .xl\:active\:-top-2:active {
    top: -0.5rem;
  }

  .xl\:active\:-right-2:active {
    right: -0.5rem;
  }

  .xl\:active\:-bottom-2:active {
    bottom: -0.5rem;
  }

  .xl\:active\:-left-2:active {
    left: -0.5rem;
  }

  .xl\:active\:-top-3:active {
    top: -0.75rem;
  }

  .xl\:active\:-right-3:active {
    right: -0.75rem;
  }

  .xl\:active\:-bottom-3:active {
    bottom: -0.75rem;
  }

  .xl\:active\:-left-3:active {
    left: -0.75rem;
  }

  .xl\:active\:-top-4:active {
    top: -1rem;
  }

  .xl\:active\:-right-4:active {
    right: -1rem;
  }

  .xl\:active\:-bottom-4:active {
    bottom: -1rem;
  }

  .xl\:active\:-left-4:active {
    left: -1rem;
  }

  .xl\:active\:-top-5:active {
    top: -1.25rem;
  }

  .xl\:active\:-right-5:active {
    right: -1.25rem;
  }

  .xl\:active\:-bottom-5:active {
    bottom: -1.25rem;
  }

  .xl\:active\:-left-5:active {
    left: -1.25rem;
  }

  .xl\:active\:-top-6:active {
    top: -1.5rem;
  }

  .xl\:active\:-right-6:active {
    right: -1.5rem;
  }

  .xl\:active\:-bottom-6:active {
    bottom: -1.5rem;
  }

  .xl\:active\:-left-6:active {
    left: -1.5rem;
  }

  .xl\:active\:-top-7:active {
    top: -1.75rem;
  }

  .xl\:active\:-right-7:active {
    right: -1.75rem;
  }

  .xl\:active\:-bottom-7:active {
    bottom: -1.75rem;
  }

  .xl\:active\:-left-7:active {
    left: -1.75rem;
  }

  .xl\:active\:-top-8:active {
    top: -2rem;
  }

  .xl\:active\:-right-8:active {
    right: -2rem;
  }

  .xl\:active\:-bottom-8:active {
    bottom: -2rem;
  }

  .xl\:active\:-left-8:active {
    left: -2rem;
  }

  .xl\:active\:-top-9:active {
    top: -2.25rem;
  }

  .xl\:active\:-right-9:active {
    right: -2.25rem;
  }

  .xl\:active\:-bottom-9:active {
    bottom: -2.25rem;
  }

  .xl\:active\:-left-9:active {
    left: -2.25rem;
  }

  .xl\:active\:-top-10:active {
    top: -2.5rem;
  }

  .xl\:active\:-right-10:active {
    right: -2.5rem;
  }

  .xl\:active\:-bottom-10:active {
    bottom: -2.5rem;
  }

  .xl\:active\:-left-10:active {
    left: -2.5rem;
  }

  .xl\:active\:-top-11:active {
    top: -2.75rem;
  }

  .xl\:active\:-right-11:active {
    right: -2.75rem;
  }

  .xl\:active\:-bottom-11:active {
    bottom: -2.75rem;
  }

  .xl\:active\:-left-11:active {
    left: -2.75rem;
  }

  .xl\:active\:-top-12:active {
    top: -3rem;
  }

  .xl\:active\:-right-12:active {
    right: -3rem;
  }

  .xl\:active\:-bottom-12:active {
    bottom: -3rem;
  }

  .xl\:active\:-left-12:active {
    left: -3rem;
  }

  .xl\:active\:-top-14:active {
    top: -3.5rem;
  }

  .xl\:active\:-right-14:active {
    right: -3.5rem;
  }

  .xl\:active\:-bottom-14:active {
    bottom: -3.5rem;
  }

  .xl\:active\:-left-14:active {
    left: -3.5rem;
  }

  .xl\:active\:-top-16:active {
    top: -4rem;
  }

  .xl\:active\:-right-16:active {
    right: -4rem;
  }

  .xl\:active\:-bottom-16:active {
    bottom: -4rem;
  }

  .xl\:active\:-left-16:active {
    left: -4rem;
  }

  .xl\:active\:-top-20:active {
    top: -5rem;
  }

  .xl\:active\:-right-20:active {
    right: -5rem;
  }

  .xl\:active\:-bottom-20:active {
    bottom: -5rem;
  }

  .xl\:active\:-left-20:active {
    left: -5rem;
  }

  .xl\:active\:-top-24:active {
    top: -6rem;
  }

  .xl\:active\:-right-24:active {
    right: -6rem;
  }

  .xl\:active\:-bottom-24:active {
    bottom: -6rem;
  }

  .xl\:active\:-left-24:active {
    left: -6rem;
  }

  .xl\:active\:-top-28:active {
    top: -7rem;
  }

  .xl\:active\:-right-28:active {
    right: -7rem;
  }

  .xl\:active\:-bottom-28:active {
    bottom: -7rem;
  }

  .xl\:active\:-left-28:active {
    left: -7rem;
  }

  .xl\:active\:-top-32:active {
    top: -8rem;
  }

  .xl\:active\:-right-32:active {
    right: -8rem;
  }

  .xl\:active\:-bottom-32:active {
    bottom: -8rem;
  }

  .xl\:active\:-left-32:active {
    left: -8rem;
  }

  .xl\:active\:-top-36:active {
    top: -9rem;
  }

  .xl\:active\:-right-36:active {
    right: -9rem;
  }

  .xl\:active\:-bottom-36:active {
    bottom: -9rem;
  }

  .xl\:active\:-left-36:active {
    left: -9rem;
  }

  .xl\:active\:-top-40:active {
    top: -10rem;
  }

  .xl\:active\:-right-40:active {
    right: -10rem;
  }

  .xl\:active\:-bottom-40:active {
    bottom: -10rem;
  }

  .xl\:active\:-left-40:active {
    left: -10rem;
  }

  .xl\:active\:-top-44:active {
    top: -11rem;
  }

  .xl\:active\:-right-44:active {
    right: -11rem;
  }

  .xl\:active\:-bottom-44:active {
    bottom: -11rem;
  }

  .xl\:active\:-left-44:active {
    left: -11rem;
  }

  .xl\:active\:-top-48:active {
    top: -12rem;
  }

  .xl\:active\:-right-48:active {
    right: -12rem;
  }

  .xl\:active\:-bottom-48:active {
    bottom: -12rem;
  }

  .xl\:active\:-left-48:active {
    left: -12rem;
  }

  .xl\:active\:-top-52:active {
    top: -13rem;
  }

  .xl\:active\:-right-52:active {
    right: -13rem;
  }

  .xl\:active\:-bottom-52:active {
    bottom: -13rem;
  }

  .xl\:active\:-left-52:active {
    left: -13rem;
  }

  .xl\:active\:-top-56:active {
    top: -14rem;
  }

  .xl\:active\:-right-56:active {
    right: -14rem;
  }

  .xl\:active\:-bottom-56:active {
    bottom: -14rem;
  }

  .xl\:active\:-left-56:active {
    left: -14rem;
  }

  .xl\:active\:-top-60:active {
    top: -15rem;
  }

  .xl\:active\:-right-60:active {
    right: -15rem;
  }

  .xl\:active\:-bottom-60:active {
    bottom: -15rem;
  }

  .xl\:active\:-left-60:active {
    left: -15rem;
  }

  .xl\:active\:-top-64:active {
    top: -16rem;
  }

  .xl\:active\:-right-64:active {
    right: -16rem;
  }

  .xl\:active\:-bottom-64:active {
    bottom: -16rem;
  }

  .xl\:active\:-left-64:active {
    left: -16rem;
  }

  .xl\:active\:-top-72:active {
    top: -18rem;
  }

  .xl\:active\:-right-72:active {
    right: -18rem;
  }

  .xl\:active\:-bottom-72:active {
    bottom: -18rem;
  }

  .xl\:active\:-left-72:active {
    left: -18rem;
  }

  .xl\:active\:-top-80:active {
    top: -20rem;
  }

  .xl\:active\:-right-80:active {
    right: -20rem;
  }

  .xl\:active\:-bottom-80:active {
    bottom: -20rem;
  }

  .xl\:active\:-left-80:active {
    left: -20rem;
  }

  .xl\:active\:-top-96:active {
    top: -24rem;
  }

  .xl\:active\:-right-96:active {
    right: -24rem;
  }

  .xl\:active\:-bottom-96:active {
    bottom: -24rem;
  }

  .xl\:active\:-left-96:active {
    left: -24rem;
  }

  .xl\:active\:-top-px:active {
    top: -1px;
  }

  .xl\:active\:-right-px:active {
    right: -1px;
  }

  .xl\:active\:-bottom-px:active {
    bottom: -1px;
  }

  .xl\:active\:-left-px:active {
    left: -1px;
  }

  .xl\:active\:-top-0\.5:active {
    top: -0.125rem;
  }

  .xl\:active\:-right-0\.5:active {
    right: -0.125rem;
  }

  .xl\:active\:-bottom-0\.5:active {
    bottom: -0.125rem;
  }

  .xl\:active\:-left-0\.5:active {
    left: -0.125rem;
  }

  .xl\:active\:-top-1\.5:active {
    top: -0.375rem;
  }

  .xl\:active\:-right-1\.5:active {
    right: -0.375rem;
  }

  .xl\:active\:-bottom-1\.5:active {
    bottom: -0.375rem;
  }

  .xl\:active\:-left-1\.5:active {
    left: -0.375rem;
  }

  .xl\:active\:-top-2\.5:active {
    top: -0.625rem;
  }

  .xl\:active\:-right-2\.5:active {
    right: -0.625rem;
  }

  .xl\:active\:-bottom-2\.5:active {
    bottom: -0.625rem;
  }

  .xl\:active\:-left-2\.5:active {
    left: -0.625rem;
  }

  .xl\:active\:-top-3\.5:active {
    top: -0.875rem;
  }

  .xl\:active\:-right-3\.5:active {
    right: -0.875rem;
  }

  .xl\:active\:-bottom-3\.5:active {
    bottom: -0.875rem;
  }

  .xl\:active\:-left-3\.5:active {
    left: -0.875rem;
  }

  .xl\:active\:top-1\/2:active {
    top: 50%;
  }

  .xl\:active\:right-1\/2:active {
    right: 50%;
  }

  .xl\:active\:bottom-1\/2:active {
    bottom: 50%;
  }

  .xl\:active\:left-1\/2:active {
    left: 50%;
  }

  .xl\:active\:top-1\/3:active {
    top: 33.333333%;
  }

  .xl\:active\:right-1\/3:active {
    right: 33.333333%;
  }

  .xl\:active\:bottom-1\/3:active {
    bottom: 33.333333%;
  }

  .xl\:active\:left-1\/3:active {
    left: 33.333333%;
  }

  .xl\:active\:top-2\/3:active {
    top: 66.666667%;
  }

  .xl\:active\:right-2\/3:active {
    right: 66.666667%;
  }

  .xl\:active\:bottom-2\/3:active {
    bottom: 66.666667%;
  }

  .xl\:active\:left-2\/3:active {
    left: 66.666667%;
  }

  .xl\:active\:top-1\/4:active {
    top: 25%;
  }

  .xl\:active\:right-1\/4:active {
    right: 25%;
  }

  .xl\:active\:bottom-1\/4:active {
    bottom: 25%;
  }

  .xl\:active\:left-1\/4:active {
    left: 25%;
  }

  .xl\:active\:top-2\/4:active {
    top: 50%;
  }

  .xl\:active\:right-2\/4:active {
    right: 50%;
  }

  .xl\:active\:bottom-2\/4:active {
    bottom: 50%;
  }

  .xl\:active\:left-2\/4:active {
    left: 50%;
  }

  .xl\:active\:top-3\/4:active {
    top: 75%;
  }

  .xl\:active\:right-3\/4:active {
    right: 75%;
  }

  .xl\:active\:bottom-3\/4:active {
    bottom: 75%;
  }

  .xl\:active\:left-3\/4:active {
    left: 75%;
  }

  .xl\:active\:top-full:active {
    top: 100%;
  }

  .xl\:active\:right-full:active {
    right: 100%;
  }

  .xl\:active\:bottom-full:active {
    bottom: 100%;
  }

  .xl\:active\:left-full:active {
    left: 100%;
  }

  .xl\:active\:-top-1\/2:active {
    top: -50%;
  }

  .xl\:active\:-right-1\/2:active {
    right: -50%;
  }

  .xl\:active\:-bottom-1\/2:active {
    bottom: -50%;
  }

  .xl\:active\:-left-1\/2:active {
    left: -50%;
  }

  .xl\:active\:-top-1\/3:active {
    top: -33.333333%;
  }

  .xl\:active\:-right-1\/3:active {
    right: -33.333333%;
  }

  .xl\:active\:-bottom-1\/3:active {
    bottom: -33.333333%;
  }

  .xl\:active\:-left-1\/3:active {
    left: -33.333333%;
  }

  .xl\:active\:-top-2\/3:active {
    top: -66.666667%;
  }

  .xl\:active\:-right-2\/3:active {
    right: -66.666667%;
  }

  .xl\:active\:-bottom-2\/3:active {
    bottom: -66.666667%;
  }

  .xl\:active\:-left-2\/3:active {
    left: -66.666667%;
  }

  .xl\:active\:-top-1\/4:active {
    top: -25%;
  }

  .xl\:active\:-right-1\/4:active {
    right: -25%;
  }

  .xl\:active\:-bottom-1\/4:active {
    bottom: -25%;
  }

  .xl\:active\:-left-1\/4:active {
    left: -25%;
  }

  .xl\:active\:-top-2\/4:active {
    top: -50%;
  }

  .xl\:active\:-right-2\/4:active {
    right: -50%;
  }

  .xl\:active\:-bottom-2\/4:active {
    bottom: -50%;
  }

  .xl\:active\:-left-2\/4:active {
    left: -50%;
  }

  .xl\:active\:-top-3\/4:active {
    top: -75%;
  }

  .xl\:active\:-right-3\/4:active {
    right: -75%;
  }

  .xl\:active\:-bottom-3\/4:active {
    bottom: -75%;
  }

  .xl\:active\:-left-3\/4:active {
    left: -75%;
  }

  .xl\:active\:-top-full:active {
    top: -100%;
  }

  .xl\:active\:-right-full:active {
    right: -100%;
  }

  .xl\:active\:-bottom-full:active {
    bottom: -100%;
  }

  .xl\:active\:-left-full:active {
    left: -100%;
  }

  .xl\:visited\:inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:visited\:inset-1:visited {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:visited\:inset-2:visited {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:visited\:inset-3:visited {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:visited\:inset-4:visited {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:visited\:inset-5:visited {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:visited\:inset-6:visited {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:visited\:inset-7:visited {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:visited\:inset-8:visited {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:visited\:inset-9:visited {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:visited\:inset-10:visited {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:visited\:inset-11:visited {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:visited\:inset-12:visited {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:visited\:inset-14:visited {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:visited\:inset-16:visited {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:visited\:inset-20:visited {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:visited\:inset-24:visited {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:visited\:inset-28:visited {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:visited\:inset-32:visited {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:visited\:inset-36:visited {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:visited\:inset-40:visited {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:visited\:inset-44:visited {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:visited\:inset-48:visited {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:visited\:inset-52:visited {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:visited\:inset-56:visited {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:visited\:inset-60:visited {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:visited\:inset-64:visited {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:visited\:inset-72:visited {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:visited\:inset-80:visited {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:visited\:inset-96:visited {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:visited\:inset-px:visited {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:visited\:inset-0\.5:visited {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:visited\:inset-1\.5:visited {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:visited\:inset-2\.5:visited {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:visited\:inset-3\.5:visited {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:visited\:-inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:visited\:-inset-1:visited {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:visited\:-inset-2:visited {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:visited\:-inset-3:visited {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:visited\:-inset-4:visited {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:visited\:-inset-5:visited {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:visited\:-inset-6:visited {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:visited\:-inset-7:visited {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:visited\:-inset-8:visited {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:visited\:-inset-9:visited {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:visited\:-inset-10:visited {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:visited\:-inset-11:visited {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:visited\:-inset-12:visited {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:visited\:-inset-14:visited {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:visited\:-inset-16:visited {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:visited\:-inset-20:visited {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:visited\:-inset-24:visited {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:visited\:-inset-28:visited {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:visited\:-inset-32:visited {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:visited\:-inset-36:visited {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:visited\:-inset-40:visited {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:visited\:-inset-44:visited {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:visited\:-inset-48:visited {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:visited\:-inset-52:visited {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:visited\:-inset-56:visited {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:visited\:-inset-60:visited {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:visited\:-inset-64:visited {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:visited\:-inset-72:visited {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:visited\:-inset-80:visited {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:visited\:-inset-96:visited {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:visited\:-inset-px:visited {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:visited\:-inset-0\.5:visited {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:visited\:-inset-1\.5:visited {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:visited\:-inset-2\.5:visited {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:visited\:-inset-3\.5:visited {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:visited\:inset-1\/2:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:visited\:inset-1\/3:visited {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:visited\:inset-2\/3:visited {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:visited\:inset-1\/4:visited {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:visited\:inset-2\/4:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:visited\:inset-3\/4:visited {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:visited\:inset-full:visited {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:visited\:-inset-1\/2:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:visited\:-inset-1\/3:visited {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:visited\:-inset-2\/3:visited {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:visited\:-inset-1\/4:visited {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:visited\:-inset-2\/4:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:visited\:-inset-3\/4:visited {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:visited\:-inset-full:visited {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:visited\:inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .xl\:visited\:inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .xl\:visited\:inset-y-1:visited {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:visited\:inset-x-1:visited {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:visited\:inset-y-2:visited {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:visited\:inset-x-2:visited {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:visited\:inset-y-3:visited {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:visited\:inset-x-3:visited {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:visited\:inset-y-4:visited {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:visited\:inset-x-4:visited {
    right: 1rem;
    left: 1rem;
  }

  .xl\:visited\:inset-y-5:visited {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:visited\:inset-x-5:visited {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:visited\:inset-y-6:visited {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:visited\:inset-x-6:visited {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:visited\:inset-y-7:visited {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:visited\:inset-x-7:visited {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:visited\:inset-y-8:visited {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:visited\:inset-x-8:visited {
    right: 2rem;
    left: 2rem;
  }

  .xl\:visited\:inset-y-9:visited {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:visited\:inset-x-9:visited {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:visited\:inset-y-10:visited {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:visited\:inset-x-10:visited {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:visited\:inset-y-11:visited {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:visited\:inset-x-11:visited {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:visited\:inset-y-12:visited {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:visited\:inset-x-12:visited {
    right: 3rem;
    left: 3rem;
  }

  .xl\:visited\:inset-y-14:visited {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:visited\:inset-x-14:visited {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:visited\:inset-y-16:visited {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:visited\:inset-x-16:visited {
    right: 4rem;
    left: 4rem;
  }

  .xl\:visited\:inset-y-20:visited {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:visited\:inset-x-20:visited {
    right: 5rem;
    left: 5rem;
  }

  .xl\:visited\:inset-y-24:visited {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:visited\:inset-x-24:visited {
    right: 6rem;
    left: 6rem;
  }

  .xl\:visited\:inset-y-28:visited {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:visited\:inset-x-28:visited {
    right: 7rem;
    left: 7rem;
  }

  .xl\:visited\:inset-y-32:visited {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:visited\:inset-x-32:visited {
    right: 8rem;
    left: 8rem;
  }

  .xl\:visited\:inset-y-36:visited {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:visited\:inset-x-36:visited {
    right: 9rem;
    left: 9rem;
  }

  .xl\:visited\:inset-y-40:visited {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:visited\:inset-x-40:visited {
    right: 10rem;
    left: 10rem;
  }

  .xl\:visited\:inset-y-44:visited {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:visited\:inset-x-44:visited {
    right: 11rem;
    left: 11rem;
  }

  .xl\:visited\:inset-y-48:visited {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:visited\:inset-x-48:visited {
    right: 12rem;
    left: 12rem;
  }

  .xl\:visited\:inset-y-52:visited {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:visited\:inset-x-52:visited {
    right: 13rem;
    left: 13rem;
  }

  .xl\:visited\:inset-y-56:visited {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:visited\:inset-x-56:visited {
    right: 14rem;
    left: 14rem;
  }

  .xl\:visited\:inset-y-60:visited {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:visited\:inset-x-60:visited {
    right: 15rem;
    left: 15rem;
  }

  .xl\:visited\:inset-y-64:visited {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:visited\:inset-x-64:visited {
    right: 16rem;
    left: 16rem;
  }

  .xl\:visited\:inset-y-72:visited {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:visited\:inset-x-72:visited {
    right: 18rem;
    left: 18rem;
  }

  .xl\:visited\:inset-y-80:visited {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:visited\:inset-x-80:visited {
    right: 20rem;
    left: 20rem;
  }

  .xl\:visited\:inset-y-96:visited {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:visited\:inset-x-96:visited {
    right: 24rem;
    left: 24rem;
  }

  .xl\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .xl\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .xl\:visited\:inset-y-px:visited {
    top: 1px;
    bottom: 1px;
  }

  .xl\:visited\:inset-x-px:visited {
    right: 1px;
    left: 1px;
  }

  .xl\:visited\:inset-y-0\.5:visited {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:visited\:inset-x-0\.5:visited {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:visited\:inset-y-1\.5:visited {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:visited\:inset-x-1\.5:visited {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:visited\:inset-y-2\.5:visited {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:visited\:inset-x-2\.5:visited {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:visited\:inset-y-3\.5:visited {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:visited\:inset-x-3\.5:visited {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:visited\:-inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .xl\:visited\:-inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .xl\:visited\:-inset-y-1:visited {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:visited\:-inset-x-1:visited {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:visited\:-inset-y-2:visited {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:visited\:-inset-x-2:visited {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:visited\:-inset-y-3:visited {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:visited\:-inset-x-3:visited {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:visited\:-inset-y-4:visited {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:visited\:-inset-x-4:visited {
    right: -1rem;
    left: -1rem;
  }

  .xl\:visited\:-inset-y-5:visited {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:visited\:-inset-x-5:visited {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:visited\:-inset-y-6:visited {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:visited\:-inset-x-6:visited {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:visited\:-inset-y-7:visited {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:visited\:-inset-x-7:visited {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:visited\:-inset-y-8:visited {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:visited\:-inset-x-8:visited {
    right: -2rem;
    left: -2rem;
  }

  .xl\:visited\:-inset-y-9:visited {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:visited\:-inset-x-9:visited {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:visited\:-inset-y-10:visited {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:visited\:-inset-x-10:visited {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:visited\:-inset-y-11:visited {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:visited\:-inset-x-11:visited {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:visited\:-inset-y-12:visited {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:visited\:-inset-x-12:visited {
    right: -3rem;
    left: -3rem;
  }

  .xl\:visited\:-inset-y-14:visited {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:visited\:-inset-x-14:visited {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:visited\:-inset-y-16:visited {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:visited\:-inset-x-16:visited {
    right: -4rem;
    left: -4rem;
  }

  .xl\:visited\:-inset-y-20:visited {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:visited\:-inset-x-20:visited {
    right: -5rem;
    left: -5rem;
  }

  .xl\:visited\:-inset-y-24:visited {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:visited\:-inset-x-24:visited {
    right: -6rem;
    left: -6rem;
  }

  .xl\:visited\:-inset-y-28:visited {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:visited\:-inset-x-28:visited {
    right: -7rem;
    left: -7rem;
  }

  .xl\:visited\:-inset-y-32:visited {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:visited\:-inset-x-32:visited {
    right: -8rem;
    left: -8rem;
  }

  .xl\:visited\:-inset-y-36:visited {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:visited\:-inset-x-36:visited {
    right: -9rem;
    left: -9rem;
  }

  .xl\:visited\:-inset-y-40:visited {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:visited\:-inset-x-40:visited {
    right: -10rem;
    left: -10rem;
  }

  .xl\:visited\:-inset-y-44:visited {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:visited\:-inset-x-44:visited {
    right: -11rem;
    left: -11rem;
  }

  .xl\:visited\:-inset-y-48:visited {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:visited\:-inset-x-48:visited {
    right: -12rem;
    left: -12rem;
  }

  .xl\:visited\:-inset-y-52:visited {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:visited\:-inset-x-52:visited {
    right: -13rem;
    left: -13rem;
  }

  .xl\:visited\:-inset-y-56:visited {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:visited\:-inset-x-56:visited {
    right: -14rem;
    left: -14rem;
  }

  .xl\:visited\:-inset-y-60:visited {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:visited\:-inset-x-60:visited {
    right: -15rem;
    left: -15rem;
  }

  .xl\:visited\:-inset-y-64:visited {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:visited\:-inset-x-64:visited {
    right: -16rem;
    left: -16rem;
  }

  .xl\:visited\:-inset-y-72:visited {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:visited\:-inset-x-72:visited {
    right: -18rem;
    left: -18rem;
  }

  .xl\:visited\:-inset-y-80:visited {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:visited\:-inset-x-80:visited {
    right: -20rem;
    left: -20rem;
  }

  .xl\:visited\:-inset-y-96:visited {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:visited\:-inset-x-96:visited {
    right: -24rem;
    left: -24rem;
  }

  .xl\:visited\:-inset-y-px:visited {
    top: -1px;
    bottom: -1px;
  }

  .xl\:visited\:-inset-x-px:visited {
    right: -1px;
    left: -1px;
  }

  .xl\:visited\:-inset-y-0\.5:visited {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:visited\:-inset-x-0\.5:visited {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:visited\:-inset-y-1\.5:visited {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:visited\:-inset-x-1\.5:visited {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:visited\:-inset-y-2\.5:visited {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:visited\:-inset-x-2\.5:visited {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:visited\:-inset-y-3\.5:visited {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:visited\:-inset-x-3\.5:visited {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:visited\:inset-y-1\/2:visited {
    top: 50%;
    bottom: 50%;
  }

  .xl\:visited\:inset-x-1\/2:visited {
    right: 50%;
    left: 50%;
  }

  .xl\:visited\:inset-y-1\/3:visited {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:visited\:inset-x-1\/3:visited {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:visited\:inset-y-2\/3:visited {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:visited\:inset-x-2\/3:visited {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:visited\:inset-y-1\/4:visited {
    top: 25%;
    bottom: 25%;
  }

  .xl\:visited\:inset-x-1\/4:visited {
    right: 25%;
    left: 25%;
  }

  .xl\:visited\:inset-y-2\/4:visited {
    top: 50%;
    bottom: 50%;
  }

  .xl\:visited\:inset-x-2\/4:visited {
    right: 50%;
    left: 50%;
  }

  .xl\:visited\:inset-y-3\/4:visited {
    top: 75%;
    bottom: 75%;
  }

  .xl\:visited\:inset-x-3\/4:visited {
    right: 75%;
    left: 75%;
  }

  .xl\:visited\:inset-y-full:visited {
    top: 100%;
    bottom: 100%;
  }

  .xl\:visited\:inset-x-full:visited {
    right: 100%;
    left: 100%;
  }

  .xl\:visited\:-inset-y-1\/2:visited {
    top: -50%;
    bottom: -50%;
  }

  .xl\:visited\:-inset-x-1\/2:visited {
    right: -50%;
    left: -50%;
  }

  .xl\:visited\:-inset-y-1\/3:visited {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:visited\:-inset-x-1\/3:visited {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:visited\:-inset-y-2\/3:visited {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:visited\:-inset-x-2\/3:visited {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:visited\:-inset-y-1\/4:visited {
    top: -25%;
    bottom: -25%;
  }

  .xl\:visited\:-inset-x-1\/4:visited {
    right: -25%;
    left: -25%;
  }

  .xl\:visited\:-inset-y-2\/4:visited {
    top: -50%;
    bottom: -50%;
  }

  .xl\:visited\:-inset-x-2\/4:visited {
    right: -50%;
    left: -50%;
  }

  .xl\:visited\:-inset-y-3\/4:visited {
    top: -75%;
    bottom: -75%;
  }

  .xl\:visited\:-inset-x-3\/4:visited {
    right: -75%;
    left: -75%;
  }

  .xl\:visited\:-inset-y-full:visited {
    top: -100%;
    bottom: -100%;
  }

  .xl\:visited\:-inset-x-full:visited {
    right: -100%;
    left: -100%;
  }

  .xl\:visited\:top-0:visited {
    top: 0px;
  }

  .xl\:visited\:right-0:visited {
    right: 0px;
  }

  .xl\:visited\:bottom-0:visited {
    bottom: 0px;
  }

  .xl\:visited\:left-0:visited {
    left: 0px;
  }

  .xl\:visited\:top-1:visited {
    top: 0.25rem;
  }

  .xl\:visited\:right-1:visited {
    right: 0.25rem;
  }

  .xl\:visited\:bottom-1:visited {
    bottom: 0.25rem;
  }

  .xl\:visited\:left-1:visited {
    left: 0.25rem;
  }

  .xl\:visited\:top-2:visited {
    top: 0.5rem;
  }

  .xl\:visited\:right-2:visited {
    right: 0.5rem;
  }

  .xl\:visited\:bottom-2:visited {
    bottom: 0.5rem;
  }

  .xl\:visited\:left-2:visited {
    left: 0.5rem;
  }

  .xl\:visited\:top-3:visited {
    top: 0.75rem;
  }

  .xl\:visited\:right-3:visited {
    right: 0.75rem;
  }

  .xl\:visited\:bottom-3:visited {
    bottom: 0.75rem;
  }

  .xl\:visited\:left-3:visited {
    left: 0.75rem;
  }

  .xl\:visited\:top-4:visited {
    top: 1rem;
  }

  .xl\:visited\:right-4:visited {
    right: 1rem;
  }

  .xl\:visited\:bottom-4:visited {
    bottom: 1rem;
  }

  .xl\:visited\:left-4:visited {
    left: 1rem;
  }

  .xl\:visited\:top-5:visited {
    top: 1.25rem;
  }

  .xl\:visited\:right-5:visited {
    right: 1.25rem;
  }

  .xl\:visited\:bottom-5:visited {
    bottom: 1.25rem;
  }

  .xl\:visited\:left-5:visited {
    left: 1.25rem;
  }

  .xl\:visited\:top-6:visited {
    top: 1.5rem;
  }

  .xl\:visited\:right-6:visited {
    right: 1.5rem;
  }

  .xl\:visited\:bottom-6:visited {
    bottom: 1.5rem;
  }

  .xl\:visited\:left-6:visited {
    left: 1.5rem;
  }

  .xl\:visited\:top-7:visited {
    top: 1.75rem;
  }

  .xl\:visited\:right-7:visited {
    right: 1.75rem;
  }

  .xl\:visited\:bottom-7:visited {
    bottom: 1.75rem;
  }

  .xl\:visited\:left-7:visited {
    left: 1.75rem;
  }

  .xl\:visited\:top-8:visited {
    top: 2rem;
  }

  .xl\:visited\:right-8:visited {
    right: 2rem;
  }

  .xl\:visited\:bottom-8:visited {
    bottom: 2rem;
  }

  .xl\:visited\:left-8:visited {
    left: 2rem;
  }

  .xl\:visited\:top-9:visited {
    top: 2.25rem;
  }

  .xl\:visited\:right-9:visited {
    right: 2.25rem;
  }

  .xl\:visited\:bottom-9:visited {
    bottom: 2.25rem;
  }

  .xl\:visited\:left-9:visited {
    left: 2.25rem;
  }

  .xl\:visited\:top-10:visited {
    top: 2.5rem;
  }

  .xl\:visited\:right-10:visited {
    right: 2.5rem;
  }

  .xl\:visited\:bottom-10:visited {
    bottom: 2.5rem;
  }

  .xl\:visited\:left-10:visited {
    left: 2.5rem;
  }

  .xl\:visited\:top-11:visited {
    top: 2.75rem;
  }

  .xl\:visited\:right-11:visited {
    right: 2.75rem;
  }

  .xl\:visited\:bottom-11:visited {
    bottom: 2.75rem;
  }

  .xl\:visited\:left-11:visited {
    left: 2.75rem;
  }

  .xl\:visited\:top-12:visited {
    top: 3rem;
  }

  .xl\:visited\:right-12:visited {
    right: 3rem;
  }

  .xl\:visited\:bottom-12:visited {
    bottom: 3rem;
  }

  .xl\:visited\:left-12:visited {
    left: 3rem;
  }

  .xl\:visited\:top-14:visited {
    top: 3.5rem;
  }

  .xl\:visited\:right-14:visited {
    right: 3.5rem;
  }

  .xl\:visited\:bottom-14:visited {
    bottom: 3.5rem;
  }

  .xl\:visited\:left-14:visited {
    left: 3.5rem;
  }

  .xl\:visited\:top-16:visited {
    top: 4rem;
  }

  .xl\:visited\:right-16:visited {
    right: 4rem;
  }

  .xl\:visited\:bottom-16:visited {
    bottom: 4rem;
  }

  .xl\:visited\:left-16:visited {
    left: 4rem;
  }

  .xl\:visited\:top-20:visited {
    top: 5rem;
  }

  .xl\:visited\:right-20:visited {
    right: 5rem;
  }

  .xl\:visited\:bottom-20:visited {
    bottom: 5rem;
  }

  .xl\:visited\:left-20:visited {
    left: 5rem;
  }

  .xl\:visited\:top-24:visited {
    top: 6rem;
  }

  .xl\:visited\:right-24:visited {
    right: 6rem;
  }

  .xl\:visited\:bottom-24:visited {
    bottom: 6rem;
  }

  .xl\:visited\:left-24:visited {
    left: 6rem;
  }

  .xl\:visited\:top-28:visited {
    top: 7rem;
  }

  .xl\:visited\:right-28:visited {
    right: 7rem;
  }

  .xl\:visited\:bottom-28:visited {
    bottom: 7rem;
  }

  .xl\:visited\:left-28:visited {
    left: 7rem;
  }

  .xl\:visited\:top-32:visited {
    top: 8rem;
  }

  .xl\:visited\:right-32:visited {
    right: 8rem;
  }

  .xl\:visited\:bottom-32:visited {
    bottom: 8rem;
  }

  .xl\:visited\:left-32:visited {
    left: 8rem;
  }

  .xl\:visited\:top-36:visited {
    top: 9rem;
  }

  .xl\:visited\:right-36:visited {
    right: 9rem;
  }

  .xl\:visited\:bottom-36:visited {
    bottom: 9rem;
  }

  .xl\:visited\:left-36:visited {
    left: 9rem;
  }

  .xl\:visited\:top-40:visited {
    top: 10rem;
  }

  .xl\:visited\:right-40:visited {
    right: 10rem;
  }

  .xl\:visited\:bottom-40:visited {
    bottom: 10rem;
  }

  .xl\:visited\:left-40:visited {
    left: 10rem;
  }

  .xl\:visited\:top-44:visited {
    top: 11rem;
  }

  .xl\:visited\:right-44:visited {
    right: 11rem;
  }

  .xl\:visited\:bottom-44:visited {
    bottom: 11rem;
  }

  .xl\:visited\:left-44:visited {
    left: 11rem;
  }

  .xl\:visited\:top-48:visited {
    top: 12rem;
  }

  .xl\:visited\:right-48:visited {
    right: 12rem;
  }

  .xl\:visited\:bottom-48:visited {
    bottom: 12rem;
  }

  .xl\:visited\:left-48:visited {
    left: 12rem;
  }

  .xl\:visited\:top-52:visited {
    top: 13rem;
  }

  .xl\:visited\:right-52:visited {
    right: 13rem;
  }

  .xl\:visited\:bottom-52:visited {
    bottom: 13rem;
  }

  .xl\:visited\:left-52:visited {
    left: 13rem;
  }

  .xl\:visited\:top-56:visited {
    top: 14rem;
  }

  .xl\:visited\:right-56:visited {
    right: 14rem;
  }

  .xl\:visited\:bottom-56:visited {
    bottom: 14rem;
  }

  .xl\:visited\:left-56:visited {
    left: 14rem;
  }

  .xl\:visited\:top-60:visited {
    top: 15rem;
  }

  .xl\:visited\:right-60:visited {
    right: 15rem;
  }

  .xl\:visited\:bottom-60:visited {
    bottom: 15rem;
  }

  .xl\:visited\:left-60:visited {
    left: 15rem;
  }

  .xl\:visited\:top-64:visited {
    top: 16rem;
  }

  .xl\:visited\:right-64:visited {
    right: 16rem;
  }

  .xl\:visited\:bottom-64:visited {
    bottom: 16rem;
  }

  .xl\:visited\:left-64:visited {
    left: 16rem;
  }

  .xl\:visited\:top-72:visited {
    top: 18rem;
  }

  .xl\:visited\:right-72:visited {
    right: 18rem;
  }

  .xl\:visited\:bottom-72:visited {
    bottom: 18rem;
  }

  .xl\:visited\:left-72:visited {
    left: 18rem;
  }

  .xl\:visited\:top-80:visited {
    top: 20rem;
  }

  .xl\:visited\:right-80:visited {
    right: 20rem;
  }

  .xl\:visited\:bottom-80:visited {
    bottom: 20rem;
  }

  .xl\:visited\:left-80:visited {
    left: 20rem;
  }

  .xl\:visited\:top-96:visited {
    top: 24rem;
  }

  .xl\:visited\:right-96:visited {
    right: 24rem;
  }

  .xl\:visited\:bottom-96:visited {
    bottom: 24rem;
  }

  .xl\:visited\:left-96:visited {
    left: 24rem;
  }

  .xl\:visited\:top-auto:visited {
    top: auto;
  }

  .xl\:visited\:right-auto:visited {
    right: auto;
  }

  .xl\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .xl\:visited\:left-auto:visited {
    left: auto;
  }

  .xl\:visited\:top-px:visited {
    top: 1px;
  }

  .xl\:visited\:right-px:visited {
    right: 1px;
  }

  .xl\:visited\:bottom-px:visited {
    bottom: 1px;
  }

  .xl\:visited\:left-px:visited {
    left: 1px;
  }

  .xl\:visited\:top-0\.5:visited {
    top: 0.125rem;
  }

  .xl\:visited\:right-0\.5:visited {
    right: 0.125rem;
  }

  .xl\:visited\:bottom-0\.5:visited {
    bottom: 0.125rem;
  }

  .xl\:visited\:left-0\.5:visited {
    left: 0.125rem;
  }

  .xl\:visited\:top-1\.5:visited {
    top: 0.375rem;
  }

  .xl\:visited\:right-1\.5:visited {
    right: 0.375rem;
  }

  .xl\:visited\:bottom-1\.5:visited {
    bottom: 0.375rem;
  }

  .xl\:visited\:left-1\.5:visited {
    left: 0.375rem;
  }

  .xl\:visited\:top-2\.5:visited {
    top: 0.625rem;
  }

  .xl\:visited\:right-2\.5:visited {
    right: 0.625rem;
  }

  .xl\:visited\:bottom-2\.5:visited {
    bottom: 0.625rem;
  }

  .xl\:visited\:left-2\.5:visited {
    left: 0.625rem;
  }

  .xl\:visited\:top-3\.5:visited {
    top: 0.875rem;
  }

  .xl\:visited\:right-3\.5:visited {
    right: 0.875rem;
  }

  .xl\:visited\:bottom-3\.5:visited {
    bottom: 0.875rem;
  }

  .xl\:visited\:left-3\.5:visited {
    left: 0.875rem;
  }

  .xl\:visited\:-top-0:visited {
    top: 0px;
  }

  .xl\:visited\:-right-0:visited {
    right: 0px;
  }

  .xl\:visited\:-bottom-0:visited {
    bottom: 0px;
  }

  .xl\:visited\:-left-0:visited {
    left: 0px;
  }

  .xl\:visited\:-top-1:visited {
    top: -0.25rem;
  }

  .xl\:visited\:-right-1:visited {
    right: -0.25rem;
  }

  .xl\:visited\:-bottom-1:visited {
    bottom: -0.25rem;
  }

  .xl\:visited\:-left-1:visited {
    left: -0.25rem;
  }

  .xl\:visited\:-top-2:visited {
    top: -0.5rem;
  }

  .xl\:visited\:-right-2:visited {
    right: -0.5rem;
  }

  .xl\:visited\:-bottom-2:visited {
    bottom: -0.5rem;
  }

  .xl\:visited\:-left-2:visited {
    left: -0.5rem;
  }

  .xl\:visited\:-top-3:visited {
    top: -0.75rem;
  }

  .xl\:visited\:-right-3:visited {
    right: -0.75rem;
  }

  .xl\:visited\:-bottom-3:visited {
    bottom: -0.75rem;
  }

  .xl\:visited\:-left-3:visited {
    left: -0.75rem;
  }

  .xl\:visited\:-top-4:visited {
    top: -1rem;
  }

  .xl\:visited\:-right-4:visited {
    right: -1rem;
  }

  .xl\:visited\:-bottom-4:visited {
    bottom: -1rem;
  }

  .xl\:visited\:-left-4:visited {
    left: -1rem;
  }

  .xl\:visited\:-top-5:visited {
    top: -1.25rem;
  }

  .xl\:visited\:-right-5:visited {
    right: -1.25rem;
  }

  .xl\:visited\:-bottom-5:visited {
    bottom: -1.25rem;
  }

  .xl\:visited\:-left-5:visited {
    left: -1.25rem;
  }

  .xl\:visited\:-top-6:visited {
    top: -1.5rem;
  }

  .xl\:visited\:-right-6:visited {
    right: -1.5rem;
  }

  .xl\:visited\:-bottom-6:visited {
    bottom: -1.5rem;
  }

  .xl\:visited\:-left-6:visited {
    left: -1.5rem;
  }

  .xl\:visited\:-top-7:visited {
    top: -1.75rem;
  }

  .xl\:visited\:-right-7:visited {
    right: -1.75rem;
  }

  .xl\:visited\:-bottom-7:visited {
    bottom: -1.75rem;
  }

  .xl\:visited\:-left-7:visited {
    left: -1.75rem;
  }

  .xl\:visited\:-top-8:visited {
    top: -2rem;
  }

  .xl\:visited\:-right-8:visited {
    right: -2rem;
  }

  .xl\:visited\:-bottom-8:visited {
    bottom: -2rem;
  }

  .xl\:visited\:-left-8:visited {
    left: -2rem;
  }

  .xl\:visited\:-top-9:visited {
    top: -2.25rem;
  }

  .xl\:visited\:-right-9:visited {
    right: -2.25rem;
  }

  .xl\:visited\:-bottom-9:visited {
    bottom: -2.25rem;
  }

  .xl\:visited\:-left-9:visited {
    left: -2.25rem;
  }

  .xl\:visited\:-top-10:visited {
    top: -2.5rem;
  }

  .xl\:visited\:-right-10:visited {
    right: -2.5rem;
  }

  .xl\:visited\:-bottom-10:visited {
    bottom: -2.5rem;
  }

  .xl\:visited\:-left-10:visited {
    left: -2.5rem;
  }

  .xl\:visited\:-top-11:visited {
    top: -2.75rem;
  }

  .xl\:visited\:-right-11:visited {
    right: -2.75rem;
  }

  .xl\:visited\:-bottom-11:visited {
    bottom: -2.75rem;
  }

  .xl\:visited\:-left-11:visited {
    left: -2.75rem;
  }

  .xl\:visited\:-top-12:visited {
    top: -3rem;
  }

  .xl\:visited\:-right-12:visited {
    right: -3rem;
  }

  .xl\:visited\:-bottom-12:visited {
    bottom: -3rem;
  }

  .xl\:visited\:-left-12:visited {
    left: -3rem;
  }

  .xl\:visited\:-top-14:visited {
    top: -3.5rem;
  }

  .xl\:visited\:-right-14:visited {
    right: -3.5rem;
  }

  .xl\:visited\:-bottom-14:visited {
    bottom: -3.5rem;
  }

  .xl\:visited\:-left-14:visited {
    left: -3.5rem;
  }

  .xl\:visited\:-top-16:visited {
    top: -4rem;
  }

  .xl\:visited\:-right-16:visited {
    right: -4rem;
  }

  .xl\:visited\:-bottom-16:visited {
    bottom: -4rem;
  }

  .xl\:visited\:-left-16:visited {
    left: -4rem;
  }

  .xl\:visited\:-top-20:visited {
    top: -5rem;
  }

  .xl\:visited\:-right-20:visited {
    right: -5rem;
  }

  .xl\:visited\:-bottom-20:visited {
    bottom: -5rem;
  }

  .xl\:visited\:-left-20:visited {
    left: -5rem;
  }

  .xl\:visited\:-top-24:visited {
    top: -6rem;
  }

  .xl\:visited\:-right-24:visited {
    right: -6rem;
  }

  .xl\:visited\:-bottom-24:visited {
    bottom: -6rem;
  }

  .xl\:visited\:-left-24:visited {
    left: -6rem;
  }

  .xl\:visited\:-top-28:visited {
    top: -7rem;
  }

  .xl\:visited\:-right-28:visited {
    right: -7rem;
  }

  .xl\:visited\:-bottom-28:visited {
    bottom: -7rem;
  }

  .xl\:visited\:-left-28:visited {
    left: -7rem;
  }

  .xl\:visited\:-top-32:visited {
    top: -8rem;
  }

  .xl\:visited\:-right-32:visited {
    right: -8rem;
  }

  .xl\:visited\:-bottom-32:visited {
    bottom: -8rem;
  }

  .xl\:visited\:-left-32:visited {
    left: -8rem;
  }

  .xl\:visited\:-top-36:visited {
    top: -9rem;
  }

  .xl\:visited\:-right-36:visited {
    right: -9rem;
  }

  .xl\:visited\:-bottom-36:visited {
    bottom: -9rem;
  }

  .xl\:visited\:-left-36:visited {
    left: -9rem;
  }

  .xl\:visited\:-top-40:visited {
    top: -10rem;
  }

  .xl\:visited\:-right-40:visited {
    right: -10rem;
  }

  .xl\:visited\:-bottom-40:visited {
    bottom: -10rem;
  }

  .xl\:visited\:-left-40:visited {
    left: -10rem;
  }

  .xl\:visited\:-top-44:visited {
    top: -11rem;
  }

  .xl\:visited\:-right-44:visited {
    right: -11rem;
  }

  .xl\:visited\:-bottom-44:visited {
    bottom: -11rem;
  }

  .xl\:visited\:-left-44:visited {
    left: -11rem;
  }

  .xl\:visited\:-top-48:visited {
    top: -12rem;
  }

  .xl\:visited\:-right-48:visited {
    right: -12rem;
  }

  .xl\:visited\:-bottom-48:visited {
    bottom: -12rem;
  }

  .xl\:visited\:-left-48:visited {
    left: -12rem;
  }

  .xl\:visited\:-top-52:visited {
    top: -13rem;
  }

  .xl\:visited\:-right-52:visited {
    right: -13rem;
  }

  .xl\:visited\:-bottom-52:visited {
    bottom: -13rem;
  }

  .xl\:visited\:-left-52:visited {
    left: -13rem;
  }

  .xl\:visited\:-top-56:visited {
    top: -14rem;
  }

  .xl\:visited\:-right-56:visited {
    right: -14rem;
  }

  .xl\:visited\:-bottom-56:visited {
    bottom: -14rem;
  }

  .xl\:visited\:-left-56:visited {
    left: -14rem;
  }

  .xl\:visited\:-top-60:visited {
    top: -15rem;
  }

  .xl\:visited\:-right-60:visited {
    right: -15rem;
  }

  .xl\:visited\:-bottom-60:visited {
    bottom: -15rem;
  }

  .xl\:visited\:-left-60:visited {
    left: -15rem;
  }

  .xl\:visited\:-top-64:visited {
    top: -16rem;
  }

  .xl\:visited\:-right-64:visited {
    right: -16rem;
  }

  .xl\:visited\:-bottom-64:visited {
    bottom: -16rem;
  }

  .xl\:visited\:-left-64:visited {
    left: -16rem;
  }

  .xl\:visited\:-top-72:visited {
    top: -18rem;
  }

  .xl\:visited\:-right-72:visited {
    right: -18rem;
  }

  .xl\:visited\:-bottom-72:visited {
    bottom: -18rem;
  }

  .xl\:visited\:-left-72:visited {
    left: -18rem;
  }

  .xl\:visited\:-top-80:visited {
    top: -20rem;
  }

  .xl\:visited\:-right-80:visited {
    right: -20rem;
  }

  .xl\:visited\:-bottom-80:visited {
    bottom: -20rem;
  }

  .xl\:visited\:-left-80:visited {
    left: -20rem;
  }

  .xl\:visited\:-top-96:visited {
    top: -24rem;
  }

  .xl\:visited\:-right-96:visited {
    right: -24rem;
  }

  .xl\:visited\:-bottom-96:visited {
    bottom: -24rem;
  }

  .xl\:visited\:-left-96:visited {
    left: -24rem;
  }

  .xl\:visited\:-top-px:visited {
    top: -1px;
  }

  .xl\:visited\:-right-px:visited {
    right: -1px;
  }

  .xl\:visited\:-bottom-px:visited {
    bottom: -1px;
  }

  .xl\:visited\:-left-px:visited {
    left: -1px;
  }

  .xl\:visited\:-top-0\.5:visited {
    top: -0.125rem;
  }

  .xl\:visited\:-right-0\.5:visited {
    right: -0.125rem;
  }

  .xl\:visited\:-bottom-0\.5:visited {
    bottom: -0.125rem;
  }

  .xl\:visited\:-left-0\.5:visited {
    left: -0.125rem;
  }

  .xl\:visited\:-top-1\.5:visited {
    top: -0.375rem;
  }

  .xl\:visited\:-right-1\.5:visited {
    right: -0.375rem;
  }

  .xl\:visited\:-bottom-1\.5:visited {
    bottom: -0.375rem;
  }

  .xl\:visited\:-left-1\.5:visited {
    left: -0.375rem;
  }

  .xl\:visited\:-top-2\.5:visited {
    top: -0.625rem;
  }

  .xl\:visited\:-right-2\.5:visited {
    right: -0.625rem;
  }

  .xl\:visited\:-bottom-2\.5:visited {
    bottom: -0.625rem;
  }

  .xl\:visited\:-left-2\.5:visited {
    left: -0.625rem;
  }

  .xl\:visited\:-top-3\.5:visited {
    top: -0.875rem;
  }

  .xl\:visited\:-right-3\.5:visited {
    right: -0.875rem;
  }

  .xl\:visited\:-bottom-3\.5:visited {
    bottom: -0.875rem;
  }

  .xl\:visited\:-left-3\.5:visited {
    left: -0.875rem;
  }

  .xl\:visited\:top-1\/2:visited {
    top: 50%;
  }

  .xl\:visited\:right-1\/2:visited {
    right: 50%;
  }

  .xl\:visited\:bottom-1\/2:visited {
    bottom: 50%;
  }

  .xl\:visited\:left-1\/2:visited {
    left: 50%;
  }

  .xl\:visited\:top-1\/3:visited {
    top: 33.333333%;
  }

  .xl\:visited\:right-1\/3:visited {
    right: 33.333333%;
  }

  .xl\:visited\:bottom-1\/3:visited {
    bottom: 33.333333%;
  }

  .xl\:visited\:left-1\/3:visited {
    left: 33.333333%;
  }

  .xl\:visited\:top-2\/3:visited {
    top: 66.666667%;
  }

  .xl\:visited\:right-2\/3:visited {
    right: 66.666667%;
  }

  .xl\:visited\:bottom-2\/3:visited {
    bottom: 66.666667%;
  }

  .xl\:visited\:left-2\/3:visited {
    left: 66.666667%;
  }

  .xl\:visited\:top-1\/4:visited {
    top: 25%;
  }

  .xl\:visited\:right-1\/4:visited {
    right: 25%;
  }

  .xl\:visited\:bottom-1\/4:visited {
    bottom: 25%;
  }

  .xl\:visited\:left-1\/4:visited {
    left: 25%;
  }

  .xl\:visited\:top-2\/4:visited {
    top: 50%;
  }

  .xl\:visited\:right-2\/4:visited {
    right: 50%;
  }

  .xl\:visited\:bottom-2\/4:visited {
    bottom: 50%;
  }

  .xl\:visited\:left-2\/4:visited {
    left: 50%;
  }

  .xl\:visited\:top-3\/4:visited {
    top: 75%;
  }

  .xl\:visited\:right-3\/4:visited {
    right: 75%;
  }

  .xl\:visited\:bottom-3\/4:visited {
    bottom: 75%;
  }

  .xl\:visited\:left-3\/4:visited {
    left: 75%;
  }

  .xl\:visited\:top-full:visited {
    top: 100%;
  }

  .xl\:visited\:right-full:visited {
    right: 100%;
  }

  .xl\:visited\:bottom-full:visited {
    bottom: 100%;
  }

  .xl\:visited\:left-full:visited {
    left: 100%;
  }

  .xl\:visited\:-top-1\/2:visited {
    top: -50%;
  }

  .xl\:visited\:-right-1\/2:visited {
    right: -50%;
  }

  .xl\:visited\:-bottom-1\/2:visited {
    bottom: -50%;
  }

  .xl\:visited\:-left-1\/2:visited {
    left: -50%;
  }

  .xl\:visited\:-top-1\/3:visited {
    top: -33.333333%;
  }

  .xl\:visited\:-right-1\/3:visited {
    right: -33.333333%;
  }

  .xl\:visited\:-bottom-1\/3:visited {
    bottom: -33.333333%;
  }

  .xl\:visited\:-left-1\/3:visited {
    left: -33.333333%;
  }

  .xl\:visited\:-top-2\/3:visited {
    top: -66.666667%;
  }

  .xl\:visited\:-right-2\/3:visited {
    right: -66.666667%;
  }

  .xl\:visited\:-bottom-2\/3:visited {
    bottom: -66.666667%;
  }

  .xl\:visited\:-left-2\/3:visited {
    left: -66.666667%;
  }

  .xl\:visited\:-top-1\/4:visited {
    top: -25%;
  }

  .xl\:visited\:-right-1\/4:visited {
    right: -25%;
  }

  .xl\:visited\:-bottom-1\/4:visited {
    bottom: -25%;
  }

  .xl\:visited\:-left-1\/4:visited {
    left: -25%;
  }

  .xl\:visited\:-top-2\/4:visited {
    top: -50%;
  }

  .xl\:visited\:-right-2\/4:visited {
    right: -50%;
  }

  .xl\:visited\:-bottom-2\/4:visited {
    bottom: -50%;
  }

  .xl\:visited\:-left-2\/4:visited {
    left: -50%;
  }

  .xl\:visited\:-top-3\/4:visited {
    top: -75%;
  }

  .xl\:visited\:-right-3\/4:visited {
    right: -75%;
  }

  .xl\:visited\:-bottom-3\/4:visited {
    bottom: -75%;
  }

  .xl\:visited\:-left-3\/4:visited {
    left: -75%;
  }

  .xl\:visited\:-top-full:visited {
    top: -100%;
  }

  .xl\:visited\:-right-full:visited {
    right: -100%;
  }

  .xl\:visited\:-bottom-full:visited {
    bottom: -100%;
  }

  .xl\:visited\:-left-full:visited {
    left: -100%;
  }

  .xl\:disabled\:inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:disabled\:inset-1:disabled {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:disabled\:inset-2:disabled {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:disabled\:inset-3:disabled {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:disabled\:inset-4:disabled {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:disabled\:inset-5:disabled {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:disabled\:inset-6:disabled {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:disabled\:inset-7:disabled {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:disabled\:inset-8:disabled {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:disabled\:inset-9:disabled {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:disabled\:inset-10:disabled {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:disabled\:inset-11:disabled {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:disabled\:inset-12:disabled {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:disabled\:inset-14:disabled {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:disabled\:inset-16:disabled {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:disabled\:inset-20:disabled {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:disabled\:inset-24:disabled {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:disabled\:inset-28:disabled {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:disabled\:inset-32:disabled {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:disabled\:inset-36:disabled {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:disabled\:inset-40:disabled {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:disabled\:inset-44:disabled {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:disabled\:inset-48:disabled {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:disabled\:inset-52:disabled {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:disabled\:inset-56:disabled {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:disabled\:inset-60:disabled {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:disabled\:inset-64:disabled {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:disabled\:inset-72:disabled {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:disabled\:inset-80:disabled {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:disabled\:inset-96:disabled {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:disabled\:inset-px:disabled {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:disabled\:inset-0\.5:disabled {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:disabled\:inset-1\.5:disabled {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:disabled\:inset-2\.5:disabled {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:disabled\:inset-3\.5:disabled {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:disabled\:-inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:disabled\:-inset-1:disabled {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:disabled\:-inset-2:disabled {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:disabled\:-inset-3:disabled {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:disabled\:-inset-4:disabled {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:disabled\:-inset-5:disabled {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:disabled\:-inset-6:disabled {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:disabled\:-inset-7:disabled {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:disabled\:-inset-8:disabled {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:disabled\:-inset-9:disabled {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:disabled\:-inset-10:disabled {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:disabled\:-inset-11:disabled {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:disabled\:-inset-12:disabled {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:disabled\:-inset-14:disabled {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:disabled\:-inset-16:disabled {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:disabled\:-inset-20:disabled {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:disabled\:-inset-24:disabled {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:disabled\:-inset-28:disabled {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:disabled\:-inset-32:disabled {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:disabled\:-inset-36:disabled {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:disabled\:-inset-40:disabled {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:disabled\:-inset-44:disabled {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:disabled\:-inset-48:disabled {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:disabled\:-inset-52:disabled {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:disabled\:-inset-56:disabled {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:disabled\:-inset-60:disabled {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:disabled\:-inset-64:disabled {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:disabled\:-inset-72:disabled {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:disabled\:-inset-80:disabled {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:disabled\:-inset-96:disabled {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:disabled\:-inset-px:disabled {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:disabled\:-inset-0\.5:disabled {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:disabled\:-inset-1\.5:disabled {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:disabled\:-inset-2\.5:disabled {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:disabled\:-inset-3\.5:disabled {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:disabled\:inset-1\/2:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:disabled\:inset-1\/3:disabled {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:disabled\:inset-2\/3:disabled {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:disabled\:inset-1\/4:disabled {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:disabled\:inset-2\/4:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:disabled\:inset-3\/4:disabled {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:disabled\:inset-full:disabled {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:disabled\:-inset-1\/2:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:disabled\:-inset-1\/3:disabled {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:disabled\:-inset-2\/3:disabled {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:disabled\:-inset-1\/4:disabled {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:disabled\:-inset-2\/4:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:disabled\:-inset-3\/4:disabled {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:disabled\:-inset-full:disabled {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:disabled\:inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .xl\:disabled\:inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .xl\:disabled\:inset-y-1:disabled {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:disabled\:inset-x-1:disabled {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:disabled\:inset-y-2:disabled {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:disabled\:inset-x-2:disabled {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:disabled\:inset-y-3:disabled {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:disabled\:inset-x-3:disabled {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:disabled\:inset-y-4:disabled {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:disabled\:inset-x-4:disabled {
    right: 1rem;
    left: 1rem;
  }

  .xl\:disabled\:inset-y-5:disabled {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:disabled\:inset-x-5:disabled {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:disabled\:inset-y-6:disabled {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:disabled\:inset-x-6:disabled {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:disabled\:inset-y-7:disabled {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:disabled\:inset-x-7:disabled {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:disabled\:inset-y-8:disabled {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:disabled\:inset-x-8:disabled {
    right: 2rem;
    left: 2rem;
  }

  .xl\:disabled\:inset-y-9:disabled {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:disabled\:inset-x-9:disabled {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:disabled\:inset-y-10:disabled {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:disabled\:inset-x-10:disabled {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:disabled\:inset-y-11:disabled {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:disabled\:inset-x-11:disabled {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:disabled\:inset-y-12:disabled {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:disabled\:inset-x-12:disabled {
    right: 3rem;
    left: 3rem;
  }

  .xl\:disabled\:inset-y-14:disabled {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:disabled\:inset-x-14:disabled {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:disabled\:inset-y-16:disabled {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:disabled\:inset-x-16:disabled {
    right: 4rem;
    left: 4rem;
  }

  .xl\:disabled\:inset-y-20:disabled {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:disabled\:inset-x-20:disabled {
    right: 5rem;
    left: 5rem;
  }

  .xl\:disabled\:inset-y-24:disabled {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:disabled\:inset-x-24:disabled {
    right: 6rem;
    left: 6rem;
  }

  .xl\:disabled\:inset-y-28:disabled {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:disabled\:inset-x-28:disabled {
    right: 7rem;
    left: 7rem;
  }

  .xl\:disabled\:inset-y-32:disabled {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:disabled\:inset-x-32:disabled {
    right: 8rem;
    left: 8rem;
  }

  .xl\:disabled\:inset-y-36:disabled {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:disabled\:inset-x-36:disabled {
    right: 9rem;
    left: 9rem;
  }

  .xl\:disabled\:inset-y-40:disabled {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:disabled\:inset-x-40:disabled {
    right: 10rem;
    left: 10rem;
  }

  .xl\:disabled\:inset-y-44:disabled {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:disabled\:inset-x-44:disabled {
    right: 11rem;
    left: 11rem;
  }

  .xl\:disabled\:inset-y-48:disabled {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:disabled\:inset-x-48:disabled {
    right: 12rem;
    left: 12rem;
  }

  .xl\:disabled\:inset-y-52:disabled {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:disabled\:inset-x-52:disabled {
    right: 13rem;
    left: 13rem;
  }

  .xl\:disabled\:inset-y-56:disabled {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:disabled\:inset-x-56:disabled {
    right: 14rem;
    left: 14rem;
  }

  .xl\:disabled\:inset-y-60:disabled {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:disabled\:inset-x-60:disabled {
    right: 15rem;
    left: 15rem;
  }

  .xl\:disabled\:inset-y-64:disabled {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:disabled\:inset-x-64:disabled {
    right: 16rem;
    left: 16rem;
  }

  .xl\:disabled\:inset-y-72:disabled {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:disabled\:inset-x-72:disabled {
    right: 18rem;
    left: 18rem;
  }

  .xl\:disabled\:inset-y-80:disabled {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:disabled\:inset-x-80:disabled {
    right: 20rem;
    left: 20rem;
  }

  .xl\:disabled\:inset-y-96:disabled {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:disabled\:inset-x-96:disabled {
    right: 24rem;
    left: 24rem;
  }

  .xl\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .xl\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .xl\:disabled\:inset-y-px:disabled {
    top: 1px;
    bottom: 1px;
  }

  .xl\:disabled\:inset-x-px:disabled {
    right: 1px;
    left: 1px;
  }

  .xl\:disabled\:inset-y-0\.5:disabled {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:disabled\:inset-x-0\.5:disabled {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:disabled\:inset-y-1\.5:disabled {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:disabled\:inset-x-1\.5:disabled {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:disabled\:inset-y-2\.5:disabled {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:disabled\:inset-x-2\.5:disabled {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:disabled\:inset-y-3\.5:disabled {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:disabled\:inset-x-3\.5:disabled {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:disabled\:-inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .xl\:disabled\:-inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .xl\:disabled\:-inset-y-1:disabled {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:disabled\:-inset-x-1:disabled {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:disabled\:-inset-y-2:disabled {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:disabled\:-inset-x-2:disabled {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:disabled\:-inset-y-3:disabled {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:disabled\:-inset-x-3:disabled {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:disabled\:-inset-y-4:disabled {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:disabled\:-inset-x-4:disabled {
    right: -1rem;
    left: -1rem;
  }

  .xl\:disabled\:-inset-y-5:disabled {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:disabled\:-inset-x-5:disabled {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:disabled\:-inset-y-6:disabled {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:disabled\:-inset-x-6:disabled {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:disabled\:-inset-y-7:disabled {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:disabled\:-inset-x-7:disabled {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:disabled\:-inset-y-8:disabled {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:disabled\:-inset-x-8:disabled {
    right: -2rem;
    left: -2rem;
  }

  .xl\:disabled\:-inset-y-9:disabled {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:disabled\:-inset-x-9:disabled {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:disabled\:-inset-y-10:disabled {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:disabled\:-inset-x-10:disabled {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:disabled\:-inset-y-11:disabled {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:disabled\:-inset-x-11:disabled {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:disabled\:-inset-y-12:disabled {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:disabled\:-inset-x-12:disabled {
    right: -3rem;
    left: -3rem;
  }

  .xl\:disabled\:-inset-y-14:disabled {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:disabled\:-inset-x-14:disabled {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:disabled\:-inset-y-16:disabled {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:disabled\:-inset-x-16:disabled {
    right: -4rem;
    left: -4rem;
  }

  .xl\:disabled\:-inset-y-20:disabled {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:disabled\:-inset-x-20:disabled {
    right: -5rem;
    left: -5rem;
  }

  .xl\:disabled\:-inset-y-24:disabled {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:disabled\:-inset-x-24:disabled {
    right: -6rem;
    left: -6rem;
  }

  .xl\:disabled\:-inset-y-28:disabled {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:disabled\:-inset-x-28:disabled {
    right: -7rem;
    left: -7rem;
  }

  .xl\:disabled\:-inset-y-32:disabled {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:disabled\:-inset-x-32:disabled {
    right: -8rem;
    left: -8rem;
  }

  .xl\:disabled\:-inset-y-36:disabled {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:disabled\:-inset-x-36:disabled {
    right: -9rem;
    left: -9rem;
  }

  .xl\:disabled\:-inset-y-40:disabled {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:disabled\:-inset-x-40:disabled {
    right: -10rem;
    left: -10rem;
  }

  .xl\:disabled\:-inset-y-44:disabled {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:disabled\:-inset-x-44:disabled {
    right: -11rem;
    left: -11rem;
  }

  .xl\:disabled\:-inset-y-48:disabled {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:disabled\:-inset-x-48:disabled {
    right: -12rem;
    left: -12rem;
  }

  .xl\:disabled\:-inset-y-52:disabled {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:disabled\:-inset-x-52:disabled {
    right: -13rem;
    left: -13rem;
  }

  .xl\:disabled\:-inset-y-56:disabled {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:disabled\:-inset-x-56:disabled {
    right: -14rem;
    left: -14rem;
  }

  .xl\:disabled\:-inset-y-60:disabled {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:disabled\:-inset-x-60:disabled {
    right: -15rem;
    left: -15rem;
  }

  .xl\:disabled\:-inset-y-64:disabled {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:disabled\:-inset-x-64:disabled {
    right: -16rem;
    left: -16rem;
  }

  .xl\:disabled\:-inset-y-72:disabled {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:disabled\:-inset-x-72:disabled {
    right: -18rem;
    left: -18rem;
  }

  .xl\:disabled\:-inset-y-80:disabled {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:disabled\:-inset-x-80:disabled {
    right: -20rem;
    left: -20rem;
  }

  .xl\:disabled\:-inset-y-96:disabled {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:disabled\:-inset-x-96:disabled {
    right: -24rem;
    left: -24rem;
  }

  .xl\:disabled\:-inset-y-px:disabled {
    top: -1px;
    bottom: -1px;
  }

  .xl\:disabled\:-inset-x-px:disabled {
    right: -1px;
    left: -1px;
  }

  .xl\:disabled\:-inset-y-0\.5:disabled {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:disabled\:-inset-x-0\.5:disabled {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:disabled\:-inset-y-1\.5:disabled {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:disabled\:-inset-x-1\.5:disabled {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:disabled\:-inset-y-2\.5:disabled {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:disabled\:-inset-x-2\.5:disabled {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:disabled\:-inset-y-3\.5:disabled {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:disabled\:-inset-x-3\.5:disabled {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:disabled\:inset-y-1\/2:disabled {
    top: 50%;
    bottom: 50%;
  }

  .xl\:disabled\:inset-x-1\/2:disabled {
    right: 50%;
    left: 50%;
  }

  .xl\:disabled\:inset-y-1\/3:disabled {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:disabled\:inset-x-1\/3:disabled {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:disabled\:inset-y-2\/3:disabled {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:disabled\:inset-x-2\/3:disabled {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:disabled\:inset-y-1\/4:disabled {
    top: 25%;
    bottom: 25%;
  }

  .xl\:disabled\:inset-x-1\/4:disabled {
    right: 25%;
    left: 25%;
  }

  .xl\:disabled\:inset-y-2\/4:disabled {
    top: 50%;
    bottom: 50%;
  }

  .xl\:disabled\:inset-x-2\/4:disabled {
    right: 50%;
    left: 50%;
  }

  .xl\:disabled\:inset-y-3\/4:disabled {
    top: 75%;
    bottom: 75%;
  }

  .xl\:disabled\:inset-x-3\/4:disabled {
    right: 75%;
    left: 75%;
  }

  .xl\:disabled\:inset-y-full:disabled {
    top: 100%;
    bottom: 100%;
  }

  .xl\:disabled\:inset-x-full:disabled {
    right: 100%;
    left: 100%;
  }

  .xl\:disabled\:-inset-y-1\/2:disabled {
    top: -50%;
    bottom: -50%;
  }

  .xl\:disabled\:-inset-x-1\/2:disabled {
    right: -50%;
    left: -50%;
  }

  .xl\:disabled\:-inset-y-1\/3:disabled {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:disabled\:-inset-x-1\/3:disabled {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:disabled\:-inset-y-2\/3:disabled {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:disabled\:-inset-x-2\/3:disabled {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:disabled\:-inset-y-1\/4:disabled {
    top: -25%;
    bottom: -25%;
  }

  .xl\:disabled\:-inset-x-1\/4:disabled {
    right: -25%;
    left: -25%;
  }

  .xl\:disabled\:-inset-y-2\/4:disabled {
    top: -50%;
    bottom: -50%;
  }

  .xl\:disabled\:-inset-x-2\/4:disabled {
    right: -50%;
    left: -50%;
  }

  .xl\:disabled\:-inset-y-3\/4:disabled {
    top: -75%;
    bottom: -75%;
  }

  .xl\:disabled\:-inset-x-3\/4:disabled {
    right: -75%;
    left: -75%;
  }

  .xl\:disabled\:-inset-y-full:disabled {
    top: -100%;
    bottom: -100%;
  }

  .xl\:disabled\:-inset-x-full:disabled {
    right: -100%;
    left: -100%;
  }

  .xl\:disabled\:top-0:disabled {
    top: 0px;
  }

  .xl\:disabled\:right-0:disabled {
    right: 0px;
  }

  .xl\:disabled\:bottom-0:disabled {
    bottom: 0px;
  }

  .xl\:disabled\:left-0:disabled {
    left: 0px;
  }

  .xl\:disabled\:top-1:disabled {
    top: 0.25rem;
  }

  .xl\:disabled\:right-1:disabled {
    right: 0.25rem;
  }

  .xl\:disabled\:bottom-1:disabled {
    bottom: 0.25rem;
  }

  .xl\:disabled\:left-1:disabled {
    left: 0.25rem;
  }

  .xl\:disabled\:top-2:disabled {
    top: 0.5rem;
  }

  .xl\:disabled\:right-2:disabled {
    right: 0.5rem;
  }

  .xl\:disabled\:bottom-2:disabled {
    bottom: 0.5rem;
  }

  .xl\:disabled\:left-2:disabled {
    left: 0.5rem;
  }

  .xl\:disabled\:top-3:disabled {
    top: 0.75rem;
  }

  .xl\:disabled\:right-3:disabled {
    right: 0.75rem;
  }

  .xl\:disabled\:bottom-3:disabled {
    bottom: 0.75rem;
  }

  .xl\:disabled\:left-3:disabled {
    left: 0.75rem;
  }

  .xl\:disabled\:top-4:disabled {
    top: 1rem;
  }

  .xl\:disabled\:right-4:disabled {
    right: 1rem;
  }

  .xl\:disabled\:bottom-4:disabled {
    bottom: 1rem;
  }

  .xl\:disabled\:left-4:disabled {
    left: 1rem;
  }

  .xl\:disabled\:top-5:disabled {
    top: 1.25rem;
  }

  .xl\:disabled\:right-5:disabled {
    right: 1.25rem;
  }

  .xl\:disabled\:bottom-5:disabled {
    bottom: 1.25rem;
  }

  .xl\:disabled\:left-5:disabled {
    left: 1.25rem;
  }

  .xl\:disabled\:top-6:disabled {
    top: 1.5rem;
  }

  .xl\:disabled\:right-6:disabled {
    right: 1.5rem;
  }

  .xl\:disabled\:bottom-6:disabled {
    bottom: 1.5rem;
  }

  .xl\:disabled\:left-6:disabled {
    left: 1.5rem;
  }

  .xl\:disabled\:top-7:disabled {
    top: 1.75rem;
  }

  .xl\:disabled\:right-7:disabled {
    right: 1.75rem;
  }

  .xl\:disabled\:bottom-7:disabled {
    bottom: 1.75rem;
  }

  .xl\:disabled\:left-7:disabled {
    left: 1.75rem;
  }

  .xl\:disabled\:top-8:disabled {
    top: 2rem;
  }

  .xl\:disabled\:right-8:disabled {
    right: 2rem;
  }

  .xl\:disabled\:bottom-8:disabled {
    bottom: 2rem;
  }

  .xl\:disabled\:left-8:disabled {
    left: 2rem;
  }

  .xl\:disabled\:top-9:disabled {
    top: 2.25rem;
  }

  .xl\:disabled\:right-9:disabled {
    right: 2.25rem;
  }

  .xl\:disabled\:bottom-9:disabled {
    bottom: 2.25rem;
  }

  .xl\:disabled\:left-9:disabled {
    left: 2.25rem;
  }

  .xl\:disabled\:top-10:disabled {
    top: 2.5rem;
  }

  .xl\:disabled\:right-10:disabled {
    right: 2.5rem;
  }

  .xl\:disabled\:bottom-10:disabled {
    bottom: 2.5rem;
  }

  .xl\:disabled\:left-10:disabled {
    left: 2.5rem;
  }

  .xl\:disabled\:top-11:disabled {
    top: 2.75rem;
  }

  .xl\:disabled\:right-11:disabled {
    right: 2.75rem;
  }

  .xl\:disabled\:bottom-11:disabled {
    bottom: 2.75rem;
  }

  .xl\:disabled\:left-11:disabled {
    left: 2.75rem;
  }

  .xl\:disabled\:top-12:disabled {
    top: 3rem;
  }

  .xl\:disabled\:right-12:disabled {
    right: 3rem;
  }

  .xl\:disabled\:bottom-12:disabled {
    bottom: 3rem;
  }

  .xl\:disabled\:left-12:disabled {
    left: 3rem;
  }

  .xl\:disabled\:top-14:disabled {
    top: 3.5rem;
  }

  .xl\:disabled\:right-14:disabled {
    right: 3.5rem;
  }

  .xl\:disabled\:bottom-14:disabled {
    bottom: 3.5rem;
  }

  .xl\:disabled\:left-14:disabled {
    left: 3.5rem;
  }

  .xl\:disabled\:top-16:disabled {
    top: 4rem;
  }

  .xl\:disabled\:right-16:disabled {
    right: 4rem;
  }

  .xl\:disabled\:bottom-16:disabled {
    bottom: 4rem;
  }

  .xl\:disabled\:left-16:disabled {
    left: 4rem;
  }

  .xl\:disabled\:top-20:disabled {
    top: 5rem;
  }

  .xl\:disabled\:right-20:disabled {
    right: 5rem;
  }

  .xl\:disabled\:bottom-20:disabled {
    bottom: 5rem;
  }

  .xl\:disabled\:left-20:disabled {
    left: 5rem;
  }

  .xl\:disabled\:top-24:disabled {
    top: 6rem;
  }

  .xl\:disabled\:right-24:disabled {
    right: 6rem;
  }

  .xl\:disabled\:bottom-24:disabled {
    bottom: 6rem;
  }

  .xl\:disabled\:left-24:disabled {
    left: 6rem;
  }

  .xl\:disabled\:top-28:disabled {
    top: 7rem;
  }

  .xl\:disabled\:right-28:disabled {
    right: 7rem;
  }

  .xl\:disabled\:bottom-28:disabled {
    bottom: 7rem;
  }

  .xl\:disabled\:left-28:disabled {
    left: 7rem;
  }

  .xl\:disabled\:top-32:disabled {
    top: 8rem;
  }

  .xl\:disabled\:right-32:disabled {
    right: 8rem;
  }

  .xl\:disabled\:bottom-32:disabled {
    bottom: 8rem;
  }

  .xl\:disabled\:left-32:disabled {
    left: 8rem;
  }

  .xl\:disabled\:top-36:disabled {
    top: 9rem;
  }

  .xl\:disabled\:right-36:disabled {
    right: 9rem;
  }

  .xl\:disabled\:bottom-36:disabled {
    bottom: 9rem;
  }

  .xl\:disabled\:left-36:disabled {
    left: 9rem;
  }

  .xl\:disabled\:top-40:disabled {
    top: 10rem;
  }

  .xl\:disabled\:right-40:disabled {
    right: 10rem;
  }

  .xl\:disabled\:bottom-40:disabled {
    bottom: 10rem;
  }

  .xl\:disabled\:left-40:disabled {
    left: 10rem;
  }

  .xl\:disabled\:top-44:disabled {
    top: 11rem;
  }

  .xl\:disabled\:right-44:disabled {
    right: 11rem;
  }

  .xl\:disabled\:bottom-44:disabled {
    bottom: 11rem;
  }

  .xl\:disabled\:left-44:disabled {
    left: 11rem;
  }

  .xl\:disabled\:top-48:disabled {
    top: 12rem;
  }

  .xl\:disabled\:right-48:disabled {
    right: 12rem;
  }

  .xl\:disabled\:bottom-48:disabled {
    bottom: 12rem;
  }

  .xl\:disabled\:left-48:disabled {
    left: 12rem;
  }

  .xl\:disabled\:top-52:disabled {
    top: 13rem;
  }

  .xl\:disabled\:right-52:disabled {
    right: 13rem;
  }

  .xl\:disabled\:bottom-52:disabled {
    bottom: 13rem;
  }

  .xl\:disabled\:left-52:disabled {
    left: 13rem;
  }

  .xl\:disabled\:top-56:disabled {
    top: 14rem;
  }

  .xl\:disabled\:right-56:disabled {
    right: 14rem;
  }

  .xl\:disabled\:bottom-56:disabled {
    bottom: 14rem;
  }

  .xl\:disabled\:left-56:disabled {
    left: 14rem;
  }

  .xl\:disabled\:top-60:disabled {
    top: 15rem;
  }

  .xl\:disabled\:right-60:disabled {
    right: 15rem;
  }

  .xl\:disabled\:bottom-60:disabled {
    bottom: 15rem;
  }

  .xl\:disabled\:left-60:disabled {
    left: 15rem;
  }

  .xl\:disabled\:top-64:disabled {
    top: 16rem;
  }

  .xl\:disabled\:right-64:disabled {
    right: 16rem;
  }

  .xl\:disabled\:bottom-64:disabled {
    bottom: 16rem;
  }

  .xl\:disabled\:left-64:disabled {
    left: 16rem;
  }

  .xl\:disabled\:top-72:disabled {
    top: 18rem;
  }

  .xl\:disabled\:right-72:disabled {
    right: 18rem;
  }

  .xl\:disabled\:bottom-72:disabled {
    bottom: 18rem;
  }

  .xl\:disabled\:left-72:disabled {
    left: 18rem;
  }

  .xl\:disabled\:top-80:disabled {
    top: 20rem;
  }

  .xl\:disabled\:right-80:disabled {
    right: 20rem;
  }

  .xl\:disabled\:bottom-80:disabled {
    bottom: 20rem;
  }

  .xl\:disabled\:left-80:disabled {
    left: 20rem;
  }

  .xl\:disabled\:top-96:disabled {
    top: 24rem;
  }

  .xl\:disabled\:right-96:disabled {
    right: 24rem;
  }

  .xl\:disabled\:bottom-96:disabled {
    bottom: 24rem;
  }

  .xl\:disabled\:left-96:disabled {
    left: 24rem;
  }

  .xl\:disabled\:top-auto:disabled {
    top: auto;
  }

  .xl\:disabled\:right-auto:disabled {
    right: auto;
  }

  .xl\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .xl\:disabled\:left-auto:disabled {
    left: auto;
  }

  .xl\:disabled\:top-px:disabled {
    top: 1px;
  }

  .xl\:disabled\:right-px:disabled {
    right: 1px;
  }

  .xl\:disabled\:bottom-px:disabled {
    bottom: 1px;
  }

  .xl\:disabled\:left-px:disabled {
    left: 1px;
  }

  .xl\:disabled\:top-0\.5:disabled {
    top: 0.125rem;
  }

  .xl\:disabled\:right-0\.5:disabled {
    right: 0.125rem;
  }

  .xl\:disabled\:bottom-0\.5:disabled {
    bottom: 0.125rem;
  }

  .xl\:disabled\:left-0\.5:disabled {
    left: 0.125rem;
  }

  .xl\:disabled\:top-1\.5:disabled {
    top: 0.375rem;
  }

  .xl\:disabled\:right-1\.5:disabled {
    right: 0.375rem;
  }

  .xl\:disabled\:bottom-1\.5:disabled {
    bottom: 0.375rem;
  }

  .xl\:disabled\:left-1\.5:disabled {
    left: 0.375rem;
  }

  .xl\:disabled\:top-2\.5:disabled {
    top: 0.625rem;
  }

  .xl\:disabled\:right-2\.5:disabled {
    right: 0.625rem;
  }

  .xl\:disabled\:bottom-2\.5:disabled {
    bottom: 0.625rem;
  }

  .xl\:disabled\:left-2\.5:disabled {
    left: 0.625rem;
  }

  .xl\:disabled\:top-3\.5:disabled {
    top: 0.875rem;
  }

  .xl\:disabled\:right-3\.5:disabled {
    right: 0.875rem;
  }

  .xl\:disabled\:bottom-3\.5:disabled {
    bottom: 0.875rem;
  }

  .xl\:disabled\:left-3\.5:disabled {
    left: 0.875rem;
  }

  .xl\:disabled\:-top-0:disabled {
    top: 0px;
  }

  .xl\:disabled\:-right-0:disabled {
    right: 0px;
  }

  .xl\:disabled\:-bottom-0:disabled {
    bottom: 0px;
  }

  .xl\:disabled\:-left-0:disabled {
    left: 0px;
  }

  .xl\:disabled\:-top-1:disabled {
    top: -0.25rem;
  }

  .xl\:disabled\:-right-1:disabled {
    right: -0.25rem;
  }

  .xl\:disabled\:-bottom-1:disabled {
    bottom: -0.25rem;
  }

  .xl\:disabled\:-left-1:disabled {
    left: -0.25rem;
  }

  .xl\:disabled\:-top-2:disabled {
    top: -0.5rem;
  }

  .xl\:disabled\:-right-2:disabled {
    right: -0.5rem;
  }

  .xl\:disabled\:-bottom-2:disabled {
    bottom: -0.5rem;
  }

  .xl\:disabled\:-left-2:disabled {
    left: -0.5rem;
  }

  .xl\:disabled\:-top-3:disabled {
    top: -0.75rem;
  }

  .xl\:disabled\:-right-3:disabled {
    right: -0.75rem;
  }

  .xl\:disabled\:-bottom-3:disabled {
    bottom: -0.75rem;
  }

  .xl\:disabled\:-left-3:disabled {
    left: -0.75rem;
  }

  .xl\:disabled\:-top-4:disabled {
    top: -1rem;
  }

  .xl\:disabled\:-right-4:disabled {
    right: -1rem;
  }

  .xl\:disabled\:-bottom-4:disabled {
    bottom: -1rem;
  }

  .xl\:disabled\:-left-4:disabled {
    left: -1rem;
  }

  .xl\:disabled\:-top-5:disabled {
    top: -1.25rem;
  }

  .xl\:disabled\:-right-5:disabled {
    right: -1.25rem;
  }

  .xl\:disabled\:-bottom-5:disabled {
    bottom: -1.25rem;
  }

  .xl\:disabled\:-left-5:disabled {
    left: -1.25rem;
  }

  .xl\:disabled\:-top-6:disabled {
    top: -1.5rem;
  }

  .xl\:disabled\:-right-6:disabled {
    right: -1.5rem;
  }

  .xl\:disabled\:-bottom-6:disabled {
    bottom: -1.5rem;
  }

  .xl\:disabled\:-left-6:disabled {
    left: -1.5rem;
  }

  .xl\:disabled\:-top-7:disabled {
    top: -1.75rem;
  }

  .xl\:disabled\:-right-7:disabled {
    right: -1.75rem;
  }

  .xl\:disabled\:-bottom-7:disabled {
    bottom: -1.75rem;
  }

  .xl\:disabled\:-left-7:disabled {
    left: -1.75rem;
  }

  .xl\:disabled\:-top-8:disabled {
    top: -2rem;
  }

  .xl\:disabled\:-right-8:disabled {
    right: -2rem;
  }

  .xl\:disabled\:-bottom-8:disabled {
    bottom: -2rem;
  }

  .xl\:disabled\:-left-8:disabled {
    left: -2rem;
  }

  .xl\:disabled\:-top-9:disabled {
    top: -2.25rem;
  }

  .xl\:disabled\:-right-9:disabled {
    right: -2.25rem;
  }

  .xl\:disabled\:-bottom-9:disabled {
    bottom: -2.25rem;
  }

  .xl\:disabled\:-left-9:disabled {
    left: -2.25rem;
  }

  .xl\:disabled\:-top-10:disabled {
    top: -2.5rem;
  }

  .xl\:disabled\:-right-10:disabled {
    right: -2.5rem;
  }

  .xl\:disabled\:-bottom-10:disabled {
    bottom: -2.5rem;
  }

  .xl\:disabled\:-left-10:disabled {
    left: -2.5rem;
  }

  .xl\:disabled\:-top-11:disabled {
    top: -2.75rem;
  }

  .xl\:disabled\:-right-11:disabled {
    right: -2.75rem;
  }

  .xl\:disabled\:-bottom-11:disabled {
    bottom: -2.75rem;
  }

  .xl\:disabled\:-left-11:disabled {
    left: -2.75rem;
  }

  .xl\:disabled\:-top-12:disabled {
    top: -3rem;
  }

  .xl\:disabled\:-right-12:disabled {
    right: -3rem;
  }

  .xl\:disabled\:-bottom-12:disabled {
    bottom: -3rem;
  }

  .xl\:disabled\:-left-12:disabled {
    left: -3rem;
  }

  .xl\:disabled\:-top-14:disabled {
    top: -3.5rem;
  }

  .xl\:disabled\:-right-14:disabled {
    right: -3.5rem;
  }

  .xl\:disabled\:-bottom-14:disabled {
    bottom: -3.5rem;
  }

  .xl\:disabled\:-left-14:disabled {
    left: -3.5rem;
  }

  .xl\:disabled\:-top-16:disabled {
    top: -4rem;
  }

  .xl\:disabled\:-right-16:disabled {
    right: -4rem;
  }

  .xl\:disabled\:-bottom-16:disabled {
    bottom: -4rem;
  }

  .xl\:disabled\:-left-16:disabled {
    left: -4rem;
  }

  .xl\:disabled\:-top-20:disabled {
    top: -5rem;
  }

  .xl\:disabled\:-right-20:disabled {
    right: -5rem;
  }

  .xl\:disabled\:-bottom-20:disabled {
    bottom: -5rem;
  }

  .xl\:disabled\:-left-20:disabled {
    left: -5rem;
  }

  .xl\:disabled\:-top-24:disabled {
    top: -6rem;
  }

  .xl\:disabled\:-right-24:disabled {
    right: -6rem;
  }

  .xl\:disabled\:-bottom-24:disabled {
    bottom: -6rem;
  }

  .xl\:disabled\:-left-24:disabled {
    left: -6rem;
  }

  .xl\:disabled\:-top-28:disabled {
    top: -7rem;
  }

  .xl\:disabled\:-right-28:disabled {
    right: -7rem;
  }

  .xl\:disabled\:-bottom-28:disabled {
    bottom: -7rem;
  }

  .xl\:disabled\:-left-28:disabled {
    left: -7rem;
  }

  .xl\:disabled\:-top-32:disabled {
    top: -8rem;
  }

  .xl\:disabled\:-right-32:disabled {
    right: -8rem;
  }

  .xl\:disabled\:-bottom-32:disabled {
    bottom: -8rem;
  }

  .xl\:disabled\:-left-32:disabled {
    left: -8rem;
  }

  .xl\:disabled\:-top-36:disabled {
    top: -9rem;
  }

  .xl\:disabled\:-right-36:disabled {
    right: -9rem;
  }

  .xl\:disabled\:-bottom-36:disabled {
    bottom: -9rem;
  }

  .xl\:disabled\:-left-36:disabled {
    left: -9rem;
  }

  .xl\:disabled\:-top-40:disabled {
    top: -10rem;
  }

  .xl\:disabled\:-right-40:disabled {
    right: -10rem;
  }

  .xl\:disabled\:-bottom-40:disabled {
    bottom: -10rem;
  }

  .xl\:disabled\:-left-40:disabled {
    left: -10rem;
  }

  .xl\:disabled\:-top-44:disabled {
    top: -11rem;
  }

  .xl\:disabled\:-right-44:disabled {
    right: -11rem;
  }

  .xl\:disabled\:-bottom-44:disabled {
    bottom: -11rem;
  }

  .xl\:disabled\:-left-44:disabled {
    left: -11rem;
  }

  .xl\:disabled\:-top-48:disabled {
    top: -12rem;
  }

  .xl\:disabled\:-right-48:disabled {
    right: -12rem;
  }

  .xl\:disabled\:-bottom-48:disabled {
    bottom: -12rem;
  }

  .xl\:disabled\:-left-48:disabled {
    left: -12rem;
  }

  .xl\:disabled\:-top-52:disabled {
    top: -13rem;
  }

  .xl\:disabled\:-right-52:disabled {
    right: -13rem;
  }

  .xl\:disabled\:-bottom-52:disabled {
    bottom: -13rem;
  }

  .xl\:disabled\:-left-52:disabled {
    left: -13rem;
  }

  .xl\:disabled\:-top-56:disabled {
    top: -14rem;
  }

  .xl\:disabled\:-right-56:disabled {
    right: -14rem;
  }

  .xl\:disabled\:-bottom-56:disabled {
    bottom: -14rem;
  }

  .xl\:disabled\:-left-56:disabled {
    left: -14rem;
  }

  .xl\:disabled\:-top-60:disabled {
    top: -15rem;
  }

  .xl\:disabled\:-right-60:disabled {
    right: -15rem;
  }

  .xl\:disabled\:-bottom-60:disabled {
    bottom: -15rem;
  }

  .xl\:disabled\:-left-60:disabled {
    left: -15rem;
  }

  .xl\:disabled\:-top-64:disabled {
    top: -16rem;
  }

  .xl\:disabled\:-right-64:disabled {
    right: -16rem;
  }

  .xl\:disabled\:-bottom-64:disabled {
    bottom: -16rem;
  }

  .xl\:disabled\:-left-64:disabled {
    left: -16rem;
  }

  .xl\:disabled\:-top-72:disabled {
    top: -18rem;
  }

  .xl\:disabled\:-right-72:disabled {
    right: -18rem;
  }

  .xl\:disabled\:-bottom-72:disabled {
    bottom: -18rem;
  }

  .xl\:disabled\:-left-72:disabled {
    left: -18rem;
  }

  .xl\:disabled\:-top-80:disabled {
    top: -20rem;
  }

  .xl\:disabled\:-right-80:disabled {
    right: -20rem;
  }

  .xl\:disabled\:-bottom-80:disabled {
    bottom: -20rem;
  }

  .xl\:disabled\:-left-80:disabled {
    left: -20rem;
  }

  .xl\:disabled\:-top-96:disabled {
    top: -24rem;
  }

  .xl\:disabled\:-right-96:disabled {
    right: -24rem;
  }

  .xl\:disabled\:-bottom-96:disabled {
    bottom: -24rem;
  }

  .xl\:disabled\:-left-96:disabled {
    left: -24rem;
  }

  .xl\:disabled\:-top-px:disabled {
    top: -1px;
  }

  .xl\:disabled\:-right-px:disabled {
    right: -1px;
  }

  .xl\:disabled\:-bottom-px:disabled {
    bottom: -1px;
  }

  .xl\:disabled\:-left-px:disabled {
    left: -1px;
  }

  .xl\:disabled\:-top-0\.5:disabled {
    top: -0.125rem;
  }

  .xl\:disabled\:-right-0\.5:disabled {
    right: -0.125rem;
  }

  .xl\:disabled\:-bottom-0\.5:disabled {
    bottom: -0.125rem;
  }

  .xl\:disabled\:-left-0\.5:disabled {
    left: -0.125rem;
  }

  .xl\:disabled\:-top-1\.5:disabled {
    top: -0.375rem;
  }

  .xl\:disabled\:-right-1\.5:disabled {
    right: -0.375rem;
  }

  .xl\:disabled\:-bottom-1\.5:disabled {
    bottom: -0.375rem;
  }

  .xl\:disabled\:-left-1\.5:disabled {
    left: -0.375rem;
  }

  .xl\:disabled\:-top-2\.5:disabled {
    top: -0.625rem;
  }

  .xl\:disabled\:-right-2\.5:disabled {
    right: -0.625rem;
  }

  .xl\:disabled\:-bottom-2\.5:disabled {
    bottom: -0.625rem;
  }

  .xl\:disabled\:-left-2\.5:disabled {
    left: -0.625rem;
  }

  .xl\:disabled\:-top-3\.5:disabled {
    top: -0.875rem;
  }

  .xl\:disabled\:-right-3\.5:disabled {
    right: -0.875rem;
  }

  .xl\:disabled\:-bottom-3\.5:disabled {
    bottom: -0.875rem;
  }

  .xl\:disabled\:-left-3\.5:disabled {
    left: -0.875rem;
  }

  .xl\:disabled\:top-1\/2:disabled {
    top: 50%;
  }

  .xl\:disabled\:right-1\/2:disabled {
    right: 50%;
  }

  .xl\:disabled\:bottom-1\/2:disabled {
    bottom: 50%;
  }

  .xl\:disabled\:left-1\/2:disabled {
    left: 50%;
  }

  .xl\:disabled\:top-1\/3:disabled {
    top: 33.333333%;
  }

  .xl\:disabled\:right-1\/3:disabled {
    right: 33.333333%;
  }

  .xl\:disabled\:bottom-1\/3:disabled {
    bottom: 33.333333%;
  }

  .xl\:disabled\:left-1\/3:disabled {
    left: 33.333333%;
  }

  .xl\:disabled\:top-2\/3:disabled {
    top: 66.666667%;
  }

  .xl\:disabled\:right-2\/3:disabled {
    right: 66.666667%;
  }

  .xl\:disabled\:bottom-2\/3:disabled {
    bottom: 66.666667%;
  }

  .xl\:disabled\:left-2\/3:disabled {
    left: 66.666667%;
  }

  .xl\:disabled\:top-1\/4:disabled {
    top: 25%;
  }

  .xl\:disabled\:right-1\/4:disabled {
    right: 25%;
  }

  .xl\:disabled\:bottom-1\/4:disabled {
    bottom: 25%;
  }

  .xl\:disabled\:left-1\/4:disabled {
    left: 25%;
  }

  .xl\:disabled\:top-2\/4:disabled {
    top: 50%;
  }

  .xl\:disabled\:right-2\/4:disabled {
    right: 50%;
  }

  .xl\:disabled\:bottom-2\/4:disabled {
    bottom: 50%;
  }

  .xl\:disabled\:left-2\/4:disabled {
    left: 50%;
  }

  .xl\:disabled\:top-3\/4:disabled {
    top: 75%;
  }

  .xl\:disabled\:right-3\/4:disabled {
    right: 75%;
  }

  .xl\:disabled\:bottom-3\/4:disabled {
    bottom: 75%;
  }

  .xl\:disabled\:left-3\/4:disabled {
    left: 75%;
  }

  .xl\:disabled\:top-full:disabled {
    top: 100%;
  }

  .xl\:disabled\:right-full:disabled {
    right: 100%;
  }

  .xl\:disabled\:bottom-full:disabled {
    bottom: 100%;
  }

  .xl\:disabled\:left-full:disabled {
    left: 100%;
  }

  .xl\:disabled\:-top-1\/2:disabled {
    top: -50%;
  }

  .xl\:disabled\:-right-1\/2:disabled {
    right: -50%;
  }

  .xl\:disabled\:-bottom-1\/2:disabled {
    bottom: -50%;
  }

  .xl\:disabled\:-left-1\/2:disabled {
    left: -50%;
  }

  .xl\:disabled\:-top-1\/3:disabled {
    top: -33.333333%;
  }

  .xl\:disabled\:-right-1\/3:disabled {
    right: -33.333333%;
  }

  .xl\:disabled\:-bottom-1\/3:disabled {
    bottom: -33.333333%;
  }

  .xl\:disabled\:-left-1\/3:disabled {
    left: -33.333333%;
  }

  .xl\:disabled\:-top-2\/3:disabled {
    top: -66.666667%;
  }

  .xl\:disabled\:-right-2\/3:disabled {
    right: -66.666667%;
  }

  .xl\:disabled\:-bottom-2\/3:disabled {
    bottom: -66.666667%;
  }

  .xl\:disabled\:-left-2\/3:disabled {
    left: -66.666667%;
  }

  .xl\:disabled\:-top-1\/4:disabled {
    top: -25%;
  }

  .xl\:disabled\:-right-1\/4:disabled {
    right: -25%;
  }

  .xl\:disabled\:-bottom-1\/4:disabled {
    bottom: -25%;
  }

  .xl\:disabled\:-left-1\/4:disabled {
    left: -25%;
  }

  .xl\:disabled\:-top-2\/4:disabled {
    top: -50%;
  }

  .xl\:disabled\:-right-2\/4:disabled {
    right: -50%;
  }

  .xl\:disabled\:-bottom-2\/4:disabled {
    bottom: -50%;
  }

  .xl\:disabled\:-left-2\/4:disabled {
    left: -50%;
  }

  .xl\:disabled\:-top-3\/4:disabled {
    top: -75%;
  }

  .xl\:disabled\:-right-3\/4:disabled {
    right: -75%;
  }

  .xl\:disabled\:-bottom-3\/4:disabled {
    bottom: -75%;
  }

  .xl\:disabled\:-left-3\/4:disabled {
    left: -75%;
  }

  .xl\:disabled\:-top-full:disabled {
    top: -100%;
  }

  .xl\:disabled\:-right-full:disabled {
    right: -100%;
  }

  .xl\:disabled\:-bottom-full:disabled {
    bottom: -100%;
  }

  .xl\:disabled\:-left-full:disabled {
    left: -100%;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .group:hover .xl\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .xl\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .xl\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .xl\:group-hover\:resize {
    resize: both;
  }

  .xl\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .xl\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .xl\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .xl\:focus-within\:resize:focus-within {
    resize: both;
  }

  .xl\:first\:resize-none:first-child {
    resize: none;
  }

  .xl\:first\:resize-y:first-child {
    resize: vertical;
  }

  .xl\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .xl\:first\:resize:first-child {
    resize: both;
  }

  .xl\:last\:resize-none:last-child {
    resize: none;
  }

  .xl\:last\:resize-y:last-child {
    resize: vertical;
  }

  .xl\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .xl\:last\:resize:last-child {
    resize: both;
  }

  .xl\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .xl\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .xl\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .xl\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .xl\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .xl\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .xl\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .xl\:even\:resize:nth-child(even) {
    resize: both;
  }

  .xl\:hover\:resize-none:hover {
    resize: none;
  }

  .xl\:hover\:resize-y:hover {
    resize: vertical;
  }

  .xl\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .xl\:hover\:resize:hover {
    resize: both;
  }

  .xl\:focus\:resize-none:focus {
    resize: none;
  }

  .xl\:focus\:resize-y:focus {
    resize: vertical;
  }

  .xl\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .xl\:focus\:resize:focus {
    resize: both;
  }

  .xl\:active\:resize-none:active {
    resize: none;
  }

  .xl\:active\:resize-y:active {
    resize: vertical;
  }

  .xl\:active\:resize-x:active {
    resize: horizontal;
  }

  .xl\:active\:resize:active {
    resize: both;
  }

  .xl\:visited\:resize-none:visited {
    resize: none;
  }

  .xl\:visited\:resize-y:visited {
    resize: vertical;
  }

  .xl\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .xl\:visited\:resize:visited {
    resize: both;
  }

  .xl\:disabled\:resize-none:disabled {
    resize: none;
  }

  .xl\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .xl\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .xl\:disabled\:resize:disabled {
    resize: both;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow {
    --tw-shadow: 0 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);
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 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 .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 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);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-sm:first-child {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow:first-child {
    --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);
  }

  .xl\:first\:shadow-md:first-child {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-lg:first-child {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-xl:first-child {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-2xl:first-child {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-inner:first-child {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:first\:shadow-none:first-child {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-sm:last-child {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow:last-child {
    --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);
  }

  .xl\:last\:shadow-md:last-child {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-lg:last-child {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-xl:last-child {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-2xl:last-child {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-inner:last-child {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:last\:shadow-none:last-child {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-sm:nth-child(odd) {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow:nth-child(odd) {
    --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);
  }

  .xl\:odd\:shadow-md:nth-child(odd) {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-lg:nth-child(odd) {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-xl:nth-child(odd) {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-2xl:nth-child(odd) {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-inner:nth-child(odd) {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:odd\:shadow-none:nth-child(odd) {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-sm:nth-child(even) {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow:nth-child(even) {
    --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);
  }

  .xl\:even\:shadow-md:nth-child(even) {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-lg:nth-child(even) {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-xl:nth-child(even) {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-2xl:nth-child(even) {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-inner:nth-child(even) {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:even\:shadow-none:nth-child(even) {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 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);
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 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);
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-sm:active {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow:active {
    --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);
  }

  .xl\:active\:shadow-md:active {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-lg:active {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-xl:active {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-2xl:active {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-inner:active {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:active\:shadow-none:active {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-sm:visited {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow:visited {
    --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);
  }

  .xl\:visited\:shadow-md:visited {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-lg:visited {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-xl:visited {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-2xl:visited {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-inner:visited {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:visited\:shadow-none:visited {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-sm:disabled {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow:disabled {
    --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);
  }

  .xl\:disabled\:shadow-md:disabled {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-lg:disabled {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-xl:disabled {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-2xl:disabled {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-inner:disabled {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:disabled\:shadow-none:disabled {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:first\:ring-0:first-child {
    --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);
  }

  .xl\:first\:ring-1:first-child {
    --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);
  }

  .xl\:first\:ring-2:first-child {
    --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);
  }

  .xl\:first\:ring-4:first-child {
    --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);
  }

  .xl\:first\:ring-8:first-child {
    --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);
  }

  .xl\:first\:ring:first-child {
    --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);
  }

  .xl\:first\:ring-inset:first-child {
    --tw-ring-inset: inset;
  }

  .xl\:last\:ring-0:last-child {
    --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);
  }

  .xl\:last\:ring-1:last-child {
    --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);
  }

  .xl\:last\:ring-2:last-child {
    --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);
  }

  .xl\:last\:ring-4:last-child {
    --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);
  }

  .xl\:last\:ring-8:last-child {
    --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);
  }

  .xl\:last\:ring:last-child {
    --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);
  }

  .xl\:last\:ring-inset:last-child {
    --tw-ring-inset: inset;
  }

  .xl\:odd\:ring-0:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring-1:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring-2:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring-4:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring-8:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring:nth-child(odd) {
    --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);
  }

  .xl\:odd\:ring-inset:nth-child(odd) {
    --tw-ring-inset: inset;
  }

  .xl\:even\:ring-0:nth-child(even) {
    --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);
  }

  .xl\:even\:ring-1:nth-child(even) {
    --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);
  }

  .xl\:even\:ring-2:nth-child(even) {
    --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);
  }

  .xl\:even\:ring-4:nth-child(even) {
    --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);
  }

  .xl\:even\:ring-8:nth-child(even) {
    --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);
  }

  .xl\:even\:ring:nth-child(even) {
    --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);
  }

  .xl\:even\:ring-inset:nth-child(even) {
    --tw-ring-inset: inset;
  }

  .xl\:hover\:ring-0:hover {
    --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);
  }

  .xl\:hover\:ring-1:hover {
    --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);
  }

  .xl\:hover\:ring-2:hover {
    --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);
  }

  .xl\:hover\:ring-4:hover {
    --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);
  }

  .xl\:hover\:ring-8:hover {
    --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);
  }

  .xl\:hover\:ring:hover {
    --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);
  }

  .xl\:hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:active\:ring-0:active {
    --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);
  }

  .xl\:active\:ring-1:active {
    --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);
  }

  .xl\:active\:ring-2:active {
    --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);
  }

  .xl\:active\:ring-4:active {
    --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);
  }

  .xl\:active\:ring-8:active {
    --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);
  }

  .xl\:active\:ring:active {
    --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);
  }

  .xl\:active\:ring-inset:active {
    --tw-ring-inset: inset;
  }

  .xl\:visited\:ring-0:visited {
    --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);
  }

  .xl\:visited\:ring-1:visited {
    --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);
  }

  .xl\:visited\:ring-2:visited {
    --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);
  }

  .xl\:visited\:ring-4:visited {
    --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);
  }

  .xl\:visited\:ring-8:visited {
    --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);
  }

  .xl\:visited\:ring:visited {
    --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);
  }

  .xl\:visited\:ring-inset:visited {
    --tw-ring-inset: inset;
  }

  .xl\:disabled\:ring-0:disabled {
    --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);
  }

  .xl\:disabled\:ring-1:disabled {
    --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);
  }

  .xl\:disabled\:ring-2:disabled {
    --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);
  }

  .xl\:disabled\:ring-4:disabled {
    --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);
  }

  .xl\:disabled\:ring-8:disabled {
    --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);
  }

  .xl\:disabled\:ring:disabled {
    --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);
  }

  .xl\:disabled\:ring-inset:disabled {
    --tw-ring-inset: inset;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .xl\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .xl\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .xl\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .xl\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .xl\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .xl\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xl\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xl\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .xl\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .xl\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .group:hover .xl\:group-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .group:hover .xl\:group-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .group:hover .xl\:group-hover\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .group:hover .xl\:group-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .group:hover .xl\:group-hover\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .group:hover .xl\:group-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .group:hover .xl\:group-hover\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .group:hover .xl\:group-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .group:hover .xl\:group-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .group:hover .xl\:group-hover\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .group:hover .xl\:group-hover\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .group:hover .xl\:group-hover\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .group:hover .xl\:group-hover\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .group:hover .xl\:group-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .group:hover .xl\:group-hover\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .group:hover .xl\:group-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .group:hover .xl\:group-hover\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .group:hover .xl\:group-hover\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .group:hover .xl\:group-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .group:hover .xl\:group-hover\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .group:hover .xl\:group-hover\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .group:hover .xl\:group-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .group:hover .xl\:group-hover\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .group:hover .xl\:group-hover\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .group:hover .xl\:group-hover\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .group:hover .xl\:group-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus-within\:ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus-within\:ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus-within\:ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus-within\:ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus-within\:ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus-within\:ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus-within\:ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus-within\:ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus-within\:ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus-within\:ring-offset-warmGray-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:focus-within\:ring-offset-warmGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:focus-within\:ring-offset-warmGray-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:focus-within\:ring-offset-warmGray-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:focus-within\:ring-offset-warmGray-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:focus-within\:ring-offset-warmGray-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:focus-within\:ring-offset-warmGray-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:focus-within\:ring-offset-warmGray-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:focus-within\:ring-offset-warmGray-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .xl\:focus-within\:ring-offset-warmGray-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:focus-within\:ring-offset-trueGray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus-within\:ring-offset-trueGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:focus-within\:ring-offset-trueGray-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus-within\:ring-offset-trueGray-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:focus-within\:ring-offset-trueGray-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:focus-within\:ring-offset-trueGray-500:focus-within {
    --tw-ring-offset-color: #737373;
  }

  .xl\:focus-within\:ring-offset-trueGray-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .xl\:focus-within\:ring-offset-trueGray-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .xl\:focus-within\:ring-offset-trueGray-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus-within\:ring-offset-trueGray-900:focus-within {
    --tw-ring-offset-color: #171717;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:focus-within\:ring-offset-coolGray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-coolGray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-coolGray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-coolGray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-coolGray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-coolGray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-coolGray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-coolGray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-coolGray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-coolGray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:focus-within\:ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:focus-within\:ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:focus-within\:ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:focus-within\:ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:focus-within\:ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:focus-within\:ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569;
  }

  .xl\:focus-within\:ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155;
  }

  .xl\:focus-within\:ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:focus-within\:ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: current;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:first\:ring-offset-black:first-child {
    --tw-ring-offset-color: #000;
  }

  .xl\:first\:ring-offset-white:first-child {
    --tw-ring-offset-color: #fff;
  }

  .xl\:first\:ring-offset-rose-50:first-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:first\:ring-offset-rose-100:first-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:first\:ring-offset-rose-200:first-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:first\:ring-offset-rose-300:first-child {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:first\:ring-offset-rose-400:first-child {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:first\:ring-offset-rose-500:first-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:first\:ring-offset-rose-600:first-child {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:first\:ring-offset-rose-700:first-child {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:first\:ring-offset-rose-800:first-child {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:first\:ring-offset-rose-900:first-child {
    --tw-ring-offset-color: #881337;
  }

  .xl\:first\:ring-offset-pink-50:first-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:first\:ring-offset-pink-100:first-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:first\:ring-offset-pink-200:first-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:first\:ring-offset-pink-300:first-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:first\:ring-offset-pink-400:first-child {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:first\:ring-offset-pink-500:first-child {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:first\:ring-offset-pink-600:first-child {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:first\:ring-offset-pink-700:first-child {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:first\:ring-offset-pink-800:first-child {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:first\:ring-offset-pink-900:first-child {
    --tw-ring-offset-color: #831843;
  }

  .xl\:first\:ring-offset-fuchsia-50:first-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:first\:ring-offset-fuchsia-100:first-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:first\:ring-offset-fuchsia-200:first-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:first\:ring-offset-fuchsia-300:first-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:first\:ring-offset-fuchsia-400:first-child {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:first\:ring-offset-fuchsia-500:first-child {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:first\:ring-offset-fuchsia-600:first-child {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:first\:ring-offset-fuchsia-700:first-child {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:first\:ring-offset-fuchsia-800:first-child {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:first\:ring-offset-fuchsia-900:first-child {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:first\:ring-offset-purple-50:first-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:first\:ring-offset-purple-100:first-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:first\:ring-offset-purple-200:first-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:first\:ring-offset-purple-300:first-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:first\:ring-offset-purple-400:first-child {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:first\:ring-offset-purple-500:first-child {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:first\:ring-offset-purple-600:first-child {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:first\:ring-offset-purple-700:first-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:first\:ring-offset-purple-800:first-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:first\:ring-offset-purple-900:first-child {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:first\:ring-offset-violet-50:first-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:first\:ring-offset-violet-100:first-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:first\:ring-offset-violet-200:first-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:first\:ring-offset-violet-300:first-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:first\:ring-offset-violet-400:first-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:first\:ring-offset-violet-500:first-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:first\:ring-offset-violet-600:first-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:first\:ring-offset-violet-700:first-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:first\:ring-offset-violet-800:first-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:first\:ring-offset-violet-900:first-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:first\:ring-offset-indigo-50:first-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:first\:ring-offset-indigo-100:first-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:first\:ring-offset-indigo-200:first-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:first\:ring-offset-indigo-300:first-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:first\:ring-offset-indigo-400:first-child {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:first\:ring-offset-indigo-500:first-child {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:first\:ring-offset-indigo-600:first-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:first\:ring-offset-indigo-700:first-child {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:first\:ring-offset-indigo-800:first-child {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:first\:ring-offset-indigo-900:first-child {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:first\:ring-offset-blue-50:first-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:first\:ring-offset-blue-100:first-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:first\:ring-offset-blue-200:first-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:first\:ring-offset-blue-300:first-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:first\:ring-offset-blue-400:first-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:first\:ring-offset-blue-500:first-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:first\:ring-offset-blue-600:first-child {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:first\:ring-offset-blue-700:first-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:first\:ring-offset-blue-800:first-child {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:first\:ring-offset-blue-900:first-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:first\:ring-offset-lightBlue-50:first-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:first\:ring-offset-lightBlue-100:first-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:first\:ring-offset-lightBlue-200:first-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:first\:ring-offset-lightBlue-300:first-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:first\:ring-offset-lightBlue-400:first-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:first\:ring-offset-lightBlue-500:first-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:first\:ring-offset-lightBlue-600:first-child {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:first\:ring-offset-lightBlue-700:first-child {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:first\:ring-offset-lightBlue-800:first-child {
    --tw-ring-offset-color: #075985;
  }

  .xl\:first\:ring-offset-lightBlue-900:first-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:first\:ring-offset-cyan-50:first-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:first\:ring-offset-cyan-100:first-child {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:first\:ring-offset-cyan-200:first-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:first\:ring-offset-cyan-300:first-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:first\:ring-offset-cyan-400:first-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:first\:ring-offset-cyan-500:first-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:first\:ring-offset-cyan-600:first-child {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:first\:ring-offset-cyan-700:first-child {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:first\:ring-offset-cyan-800:first-child {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:first\:ring-offset-cyan-900:first-child {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:first\:ring-offset-teal-50:first-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:first\:ring-offset-teal-100:first-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:first\:ring-offset-teal-200:first-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:first\:ring-offset-teal-300:first-child {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:first\:ring-offset-teal-400:first-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:first\:ring-offset-teal-500:first-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:first\:ring-offset-teal-600:first-child {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:first\:ring-offset-teal-700:first-child {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:first\:ring-offset-teal-800:first-child {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:first\:ring-offset-teal-900:first-child {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:first\:ring-offset-emerald-50:first-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:first\:ring-offset-emerald-100:first-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:first\:ring-offset-emerald-200:first-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:first\:ring-offset-emerald-300:first-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:first\:ring-offset-emerald-400:first-child {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:first\:ring-offset-emerald-500:first-child {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:first\:ring-offset-emerald-600:first-child {
    --tw-ring-offset-color: #059669;
  }

  .xl\:first\:ring-offset-emerald-700:first-child {
    --tw-ring-offset-color: #047857;
  }

  .xl\:first\:ring-offset-emerald-800:first-child {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:first\:ring-offset-emerald-900:first-child {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:first\:ring-offset-green-50:first-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:first\:ring-offset-green-100:first-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:first\:ring-offset-green-200:first-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:first\:ring-offset-green-300:first-child {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:first\:ring-offset-green-400:first-child {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:first\:ring-offset-green-500:first-child {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:first\:ring-offset-green-600:first-child {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:first\:ring-offset-green-700:first-child {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:first\:ring-offset-green-800:first-child {
    --tw-ring-offset-color: #166534;
  }

  .xl\:first\:ring-offset-green-900:first-child {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:first\:ring-offset-lime-50:first-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:first\:ring-offset-lime-100:first-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:first\:ring-offset-lime-200:first-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:first\:ring-offset-lime-300:first-child {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:first\:ring-offset-lime-400:first-child {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:first\:ring-offset-lime-500:first-child {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:first\:ring-offset-lime-600:first-child {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:first\:ring-offset-lime-700:first-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:first\:ring-offset-lime-800:first-child {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:first\:ring-offset-lime-900:first-child {
    --tw-ring-offset-color: #365314;
  }

  .xl\:first\:ring-offset-yellow-50:first-child {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:first\:ring-offset-yellow-100:first-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:first\:ring-offset-yellow-200:first-child {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:first\:ring-offset-yellow-300:first-child {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:first\:ring-offset-yellow-400:first-child {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:first\:ring-offset-yellow-500:first-child {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:first\:ring-offset-yellow-600:first-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:first\:ring-offset-yellow-700:first-child {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:first\:ring-offset-yellow-800:first-child {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:first\:ring-offset-yellow-900:first-child {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:first\:ring-offset-amber-50:first-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:first\:ring-offset-amber-100:first-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:first\:ring-offset-amber-200:first-child {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:first\:ring-offset-amber-300:first-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:first\:ring-offset-amber-400:first-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:first\:ring-offset-amber-500:first-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:first\:ring-offset-amber-600:first-child {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:first\:ring-offset-amber-700:first-child {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:first\:ring-offset-amber-800:first-child {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:first\:ring-offset-amber-900:first-child {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:first\:ring-offset-orange-50:first-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:first\:ring-offset-orange-100:first-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:first\:ring-offset-orange-200:first-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:first\:ring-offset-orange-300:first-child {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:first\:ring-offset-orange-400:first-child {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:first\:ring-offset-orange-500:first-child {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:first\:ring-offset-orange-600:first-child {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:first\:ring-offset-orange-700:first-child {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:first\:ring-offset-orange-800:first-child {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:first\:ring-offset-orange-900:first-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:first\:ring-offset-red-50:first-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:first\:ring-offset-red-100:first-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:first\:ring-offset-red-200:first-child {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:first\:ring-offset-red-300:first-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:first\:ring-offset-red-400:first-child {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:first\:ring-offset-red-500:first-child {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:first\:ring-offset-red-600:first-child {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:first\:ring-offset-red-700:first-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:first\:ring-offset-red-800:first-child {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:first\:ring-offset-red-900:first-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:first\:ring-offset-warmGray-50:first-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:first\:ring-offset-warmGray-100:first-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:first\:ring-offset-warmGray-200:first-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:first\:ring-offset-warmGray-300:first-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:first\:ring-offset-warmGray-400:first-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:first\:ring-offset-warmGray-500:first-child {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:first\:ring-offset-warmGray-600:first-child {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:first\:ring-offset-warmGray-700:first-child {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:first\:ring-offset-warmGray-800:first-child {
    --tw-ring-offset-color: #292524;
  }

  .xl\:first\:ring-offset-warmGray-900:first-child {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:first\:ring-offset-trueGray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:first\:ring-offset-trueGray-100:first-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:first\:ring-offset-trueGray-200:first-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:first\:ring-offset-trueGray-300:first-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:first\:ring-offset-trueGray-400:first-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:first\:ring-offset-trueGray-500:first-child {
    --tw-ring-offset-color: #737373;
  }

  .xl\:first\:ring-offset-trueGray-600:first-child {
    --tw-ring-offset-color: #525252;
  }

  .xl\:first\:ring-offset-trueGray-700:first-child {
    --tw-ring-offset-color: #404040;
  }

  .xl\:first\:ring-offset-trueGray-800:first-child {
    --tw-ring-offset-color: #262626;
  }

  .xl\:first\:ring-offset-trueGray-900:first-child {
    --tw-ring-offset-color: #171717;
  }

  .xl\:first\:ring-offset-gray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:first\:ring-offset-gray-100:first-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:first\:ring-offset-gray-200:first-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:first\:ring-offset-gray-300:first-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:first\:ring-offset-gray-400:first-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:first\:ring-offset-gray-500:first-child {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:first\:ring-offset-gray-600:first-child {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:first\:ring-offset-gray-700:first-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:first\:ring-offset-gray-800:first-child {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:first\:ring-offset-gray-900:first-child {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:first\:ring-offset-coolGray-50:first-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:first\:ring-offset-coolGray-100:first-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:first\:ring-offset-coolGray-200:first-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:first\:ring-offset-coolGray-300:first-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:first\:ring-offset-coolGray-400:first-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:first\:ring-offset-coolGray-500:first-child {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:first\:ring-offset-coolGray-600:first-child {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:first\:ring-offset-coolGray-700:first-child {
    --tw-ring-offset-color: #374151;
  }

  .xl\:first\:ring-offset-coolGray-800:first-child {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:first\:ring-offset-coolGray-900:first-child {
    --tw-ring-offset-color: #111827;
  }

  .xl\:first\:ring-offset-blueGray-50:first-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:first\:ring-offset-blueGray-100:first-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:first\:ring-offset-blueGray-200:first-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:first\:ring-offset-blueGray-300:first-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:first\:ring-offset-blueGray-400:first-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:first\:ring-offset-blueGray-500:first-child {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:first\:ring-offset-blueGray-600:first-child {
    --tw-ring-offset-color: #475569;
  }

  .xl\:first\:ring-offset-blueGray-700:first-child {
    --tw-ring-offset-color: #334155;
  }

  .xl\:first\:ring-offset-blueGray-800:first-child {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:first\:ring-offset-blueGray-900:first-child {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:first\:ring-offset-current:first-child {
    --tw-ring-offset-color: current;
  }

  .xl\:first\:ring-offset-transparent:first-child {
    --tw-ring-offset-color: transparent;
  }

  .xl\:last\:ring-offset-black:last-child {
    --tw-ring-offset-color: #000;
  }

  .xl\:last\:ring-offset-white:last-child {
    --tw-ring-offset-color: #fff;
  }

  .xl\:last\:ring-offset-rose-50:last-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:last\:ring-offset-rose-100:last-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:last\:ring-offset-rose-200:last-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:last\:ring-offset-rose-300:last-child {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:last\:ring-offset-rose-400:last-child {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:last\:ring-offset-rose-500:last-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:last\:ring-offset-rose-600:last-child {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:last\:ring-offset-rose-700:last-child {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:last\:ring-offset-rose-800:last-child {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:last\:ring-offset-rose-900:last-child {
    --tw-ring-offset-color: #881337;
  }

  .xl\:last\:ring-offset-pink-50:last-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:last\:ring-offset-pink-100:last-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:last\:ring-offset-pink-200:last-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:last\:ring-offset-pink-300:last-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:last\:ring-offset-pink-400:last-child {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:last\:ring-offset-pink-500:last-child {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:last\:ring-offset-pink-600:last-child {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:last\:ring-offset-pink-700:last-child {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:last\:ring-offset-pink-800:last-child {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:last\:ring-offset-pink-900:last-child {
    --tw-ring-offset-color: #831843;
  }

  .xl\:last\:ring-offset-fuchsia-50:last-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:last\:ring-offset-fuchsia-100:last-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:last\:ring-offset-fuchsia-200:last-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:last\:ring-offset-fuchsia-300:last-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:last\:ring-offset-fuchsia-400:last-child {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:last\:ring-offset-fuchsia-500:last-child {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:last\:ring-offset-fuchsia-600:last-child {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:last\:ring-offset-fuchsia-700:last-child {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:last\:ring-offset-fuchsia-800:last-child {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:last\:ring-offset-fuchsia-900:last-child {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:last\:ring-offset-purple-50:last-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:last\:ring-offset-purple-100:last-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:last\:ring-offset-purple-200:last-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:last\:ring-offset-purple-300:last-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:last\:ring-offset-purple-400:last-child {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:last\:ring-offset-purple-500:last-child {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:last\:ring-offset-purple-600:last-child {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:last\:ring-offset-purple-700:last-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:last\:ring-offset-purple-800:last-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:last\:ring-offset-purple-900:last-child {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:last\:ring-offset-violet-50:last-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:last\:ring-offset-violet-100:last-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:last\:ring-offset-violet-200:last-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:last\:ring-offset-violet-300:last-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:last\:ring-offset-violet-400:last-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:last\:ring-offset-violet-500:last-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:last\:ring-offset-violet-600:last-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:last\:ring-offset-violet-700:last-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:last\:ring-offset-violet-800:last-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:last\:ring-offset-violet-900:last-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:last\:ring-offset-indigo-50:last-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:last\:ring-offset-indigo-100:last-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:last\:ring-offset-indigo-200:last-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:last\:ring-offset-indigo-300:last-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:last\:ring-offset-indigo-400:last-child {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:last\:ring-offset-indigo-500:last-child {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:last\:ring-offset-indigo-600:last-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:last\:ring-offset-indigo-700:last-child {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:last\:ring-offset-indigo-800:last-child {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:last\:ring-offset-indigo-900:last-child {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:last\:ring-offset-blue-50:last-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:last\:ring-offset-blue-100:last-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:last\:ring-offset-blue-200:last-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:last\:ring-offset-blue-300:last-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:last\:ring-offset-blue-400:last-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:last\:ring-offset-blue-500:last-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:last\:ring-offset-blue-600:last-child {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:last\:ring-offset-blue-700:last-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:last\:ring-offset-blue-800:last-child {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:last\:ring-offset-blue-900:last-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:last\:ring-offset-lightBlue-50:last-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:last\:ring-offset-lightBlue-100:last-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:last\:ring-offset-lightBlue-200:last-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:last\:ring-offset-lightBlue-300:last-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:last\:ring-offset-lightBlue-400:last-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:last\:ring-offset-lightBlue-500:last-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:last\:ring-offset-lightBlue-600:last-child {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:last\:ring-offset-lightBlue-700:last-child {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:last\:ring-offset-lightBlue-800:last-child {
    --tw-ring-offset-color: #075985;
  }

  .xl\:last\:ring-offset-lightBlue-900:last-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:last\:ring-offset-cyan-50:last-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:last\:ring-offset-cyan-100:last-child {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:last\:ring-offset-cyan-200:last-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:last\:ring-offset-cyan-300:last-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:last\:ring-offset-cyan-400:last-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:last\:ring-offset-cyan-500:last-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:last\:ring-offset-cyan-600:last-child {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:last\:ring-offset-cyan-700:last-child {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:last\:ring-offset-cyan-800:last-child {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:last\:ring-offset-cyan-900:last-child {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:last\:ring-offset-teal-50:last-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:last\:ring-offset-teal-100:last-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:last\:ring-offset-teal-200:last-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:last\:ring-offset-teal-300:last-child {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:last\:ring-offset-teal-400:last-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:last\:ring-offset-teal-500:last-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:last\:ring-offset-teal-600:last-child {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:last\:ring-offset-teal-700:last-child {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:last\:ring-offset-teal-800:last-child {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:last\:ring-offset-teal-900:last-child {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:last\:ring-offset-emerald-50:last-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:last\:ring-offset-emerald-100:last-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:last\:ring-offset-emerald-200:last-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:last\:ring-offset-emerald-300:last-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:last\:ring-offset-emerald-400:last-child {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:last\:ring-offset-emerald-500:last-child {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:last\:ring-offset-emerald-600:last-child {
    --tw-ring-offset-color: #059669;
  }

  .xl\:last\:ring-offset-emerald-700:last-child {
    --tw-ring-offset-color: #047857;
  }

  .xl\:last\:ring-offset-emerald-800:last-child {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:last\:ring-offset-emerald-900:last-child {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:last\:ring-offset-green-50:last-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:last\:ring-offset-green-100:last-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:last\:ring-offset-green-200:last-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:last\:ring-offset-green-300:last-child {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:last\:ring-offset-green-400:last-child {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:last\:ring-offset-green-500:last-child {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:last\:ring-offset-green-600:last-child {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:last\:ring-offset-green-700:last-child {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:last\:ring-offset-green-800:last-child {
    --tw-ring-offset-color: #166534;
  }

  .xl\:last\:ring-offset-green-900:last-child {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:last\:ring-offset-lime-50:last-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:last\:ring-offset-lime-100:last-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:last\:ring-offset-lime-200:last-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:last\:ring-offset-lime-300:last-child {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:last\:ring-offset-lime-400:last-child {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:last\:ring-offset-lime-500:last-child {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:last\:ring-offset-lime-600:last-child {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:last\:ring-offset-lime-700:last-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:last\:ring-offset-lime-800:last-child {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:last\:ring-offset-lime-900:last-child {
    --tw-ring-offset-color: #365314;
  }

  .xl\:last\:ring-offset-yellow-50:last-child {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:last\:ring-offset-yellow-100:last-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:last\:ring-offset-yellow-200:last-child {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:last\:ring-offset-yellow-300:last-child {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:last\:ring-offset-yellow-400:last-child {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:last\:ring-offset-yellow-500:last-child {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:last\:ring-offset-yellow-600:last-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:last\:ring-offset-yellow-700:last-child {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:last\:ring-offset-yellow-800:last-child {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:last\:ring-offset-yellow-900:last-child {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:last\:ring-offset-amber-50:last-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:last\:ring-offset-amber-100:last-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:last\:ring-offset-amber-200:last-child {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:last\:ring-offset-amber-300:last-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:last\:ring-offset-amber-400:last-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:last\:ring-offset-amber-500:last-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:last\:ring-offset-amber-600:last-child {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:last\:ring-offset-amber-700:last-child {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:last\:ring-offset-amber-800:last-child {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:last\:ring-offset-amber-900:last-child {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:last\:ring-offset-orange-50:last-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:last\:ring-offset-orange-100:last-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:last\:ring-offset-orange-200:last-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:last\:ring-offset-orange-300:last-child {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:last\:ring-offset-orange-400:last-child {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:last\:ring-offset-orange-500:last-child {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:last\:ring-offset-orange-600:last-child {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:last\:ring-offset-orange-700:last-child {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:last\:ring-offset-orange-800:last-child {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:last\:ring-offset-orange-900:last-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:last\:ring-offset-red-50:last-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:last\:ring-offset-red-100:last-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:last\:ring-offset-red-200:last-child {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:last\:ring-offset-red-300:last-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:last\:ring-offset-red-400:last-child {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:last\:ring-offset-red-500:last-child {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:last\:ring-offset-red-600:last-child {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:last\:ring-offset-red-700:last-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:last\:ring-offset-red-800:last-child {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:last\:ring-offset-red-900:last-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:last\:ring-offset-warmGray-50:last-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:last\:ring-offset-warmGray-100:last-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:last\:ring-offset-warmGray-200:last-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:last\:ring-offset-warmGray-300:last-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:last\:ring-offset-warmGray-400:last-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:last\:ring-offset-warmGray-500:last-child {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:last\:ring-offset-warmGray-600:last-child {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:last\:ring-offset-warmGray-700:last-child {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:last\:ring-offset-warmGray-800:last-child {
    --tw-ring-offset-color: #292524;
  }

  .xl\:last\:ring-offset-warmGray-900:last-child {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:last\:ring-offset-trueGray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:last\:ring-offset-trueGray-100:last-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:last\:ring-offset-trueGray-200:last-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:last\:ring-offset-trueGray-300:last-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:last\:ring-offset-trueGray-400:last-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:last\:ring-offset-trueGray-500:last-child {
    --tw-ring-offset-color: #737373;
  }

  .xl\:last\:ring-offset-trueGray-600:last-child {
    --tw-ring-offset-color: #525252;
  }

  .xl\:last\:ring-offset-trueGray-700:last-child {
    --tw-ring-offset-color: #404040;
  }

  .xl\:last\:ring-offset-trueGray-800:last-child {
    --tw-ring-offset-color: #262626;
  }

  .xl\:last\:ring-offset-trueGray-900:last-child {
    --tw-ring-offset-color: #171717;
  }

  .xl\:last\:ring-offset-gray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:last\:ring-offset-gray-100:last-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:last\:ring-offset-gray-200:last-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:last\:ring-offset-gray-300:last-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:last\:ring-offset-gray-400:last-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:last\:ring-offset-gray-500:last-child {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:last\:ring-offset-gray-600:last-child {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:last\:ring-offset-gray-700:last-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:last\:ring-offset-gray-800:last-child {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:last\:ring-offset-gray-900:last-child {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:last\:ring-offset-coolGray-50:last-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:last\:ring-offset-coolGray-100:last-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:last\:ring-offset-coolGray-200:last-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:last\:ring-offset-coolGray-300:last-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:last\:ring-offset-coolGray-400:last-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:last\:ring-offset-coolGray-500:last-child {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:last\:ring-offset-coolGray-600:last-child {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:last\:ring-offset-coolGray-700:last-child {
    --tw-ring-offset-color: #374151;
  }

  .xl\:last\:ring-offset-coolGray-800:last-child {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:last\:ring-offset-coolGray-900:last-child {
    --tw-ring-offset-color: #111827;
  }

  .xl\:last\:ring-offset-blueGray-50:last-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:last\:ring-offset-blueGray-100:last-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:last\:ring-offset-blueGray-200:last-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:last\:ring-offset-blueGray-300:last-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:last\:ring-offset-blueGray-400:last-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:last\:ring-offset-blueGray-500:last-child {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:last\:ring-offset-blueGray-600:last-child {
    --tw-ring-offset-color: #475569;
  }

  .xl\:last\:ring-offset-blueGray-700:last-child {
    --tw-ring-offset-color: #334155;
  }

  .xl\:last\:ring-offset-blueGray-800:last-child {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:last\:ring-offset-blueGray-900:last-child {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:last\:ring-offset-current:last-child {
    --tw-ring-offset-color: current;
  }

  .xl\:last\:ring-offset-transparent:last-child {
    --tw-ring-offset-color: transparent;
  }

  .xl\:odd\:ring-offset-black:nth-child(odd) {
    --tw-ring-offset-color: #000;
  }

  .xl\:odd\:ring-offset-white:nth-child(odd) {
    --tw-ring-offset-color: #fff;
  }

  .xl\:odd\:ring-offset-rose-50:nth-child(odd) {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:odd\:ring-offset-rose-100:nth-child(odd) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:odd\:ring-offset-rose-200:nth-child(odd) {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:odd\:ring-offset-rose-300:nth-child(odd) {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:odd\:ring-offset-rose-400:nth-child(odd) {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:odd\:ring-offset-rose-500:nth-child(odd) {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:odd\:ring-offset-rose-600:nth-child(odd) {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:odd\:ring-offset-rose-700:nth-child(odd) {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:odd\:ring-offset-rose-800:nth-child(odd) {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:odd\:ring-offset-rose-900:nth-child(odd) {
    --tw-ring-offset-color: #881337;
  }

  .xl\:odd\:ring-offset-pink-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:odd\:ring-offset-pink-100:nth-child(odd) {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:odd\:ring-offset-pink-200:nth-child(odd) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:odd\:ring-offset-pink-300:nth-child(odd) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:odd\:ring-offset-pink-400:nth-child(odd) {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:odd\:ring-offset-pink-500:nth-child(odd) {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:odd\:ring-offset-pink-600:nth-child(odd) {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:odd\:ring-offset-pink-700:nth-child(odd) {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:odd\:ring-offset-pink-800:nth-child(odd) {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:odd\:ring-offset-pink-900:nth-child(odd) {
    --tw-ring-offset-color: #831843;
  }

  .xl\:odd\:ring-offset-fuchsia-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:odd\:ring-offset-fuchsia-100:nth-child(odd) {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:odd\:ring-offset-fuchsia-200:nth-child(odd) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:odd\:ring-offset-fuchsia-300:nth-child(odd) {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:odd\:ring-offset-fuchsia-400:nth-child(odd) {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:odd\:ring-offset-fuchsia-500:nth-child(odd) {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:odd\:ring-offset-fuchsia-600:nth-child(odd) {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:odd\:ring-offset-fuchsia-700:nth-child(odd) {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:odd\:ring-offset-fuchsia-800:nth-child(odd) {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:odd\:ring-offset-fuchsia-900:nth-child(odd) {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:odd\:ring-offset-purple-50:nth-child(odd) {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:odd\:ring-offset-purple-100:nth-child(odd) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:odd\:ring-offset-purple-200:nth-child(odd) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:odd\:ring-offset-purple-300:nth-child(odd) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:odd\:ring-offset-purple-400:nth-child(odd) {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:odd\:ring-offset-purple-500:nth-child(odd) {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:odd\:ring-offset-purple-600:nth-child(odd) {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:odd\:ring-offset-purple-700:nth-child(odd) {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:odd\:ring-offset-purple-800:nth-child(odd) {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:odd\:ring-offset-purple-900:nth-child(odd) {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:odd\:ring-offset-violet-50:nth-child(odd) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:odd\:ring-offset-violet-100:nth-child(odd) {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:odd\:ring-offset-violet-200:nth-child(odd) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:odd\:ring-offset-violet-300:nth-child(odd) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:odd\:ring-offset-violet-400:nth-child(odd) {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:odd\:ring-offset-violet-500:nth-child(odd) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:odd\:ring-offset-violet-600:nth-child(odd) {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:odd\:ring-offset-violet-700:nth-child(odd) {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:odd\:ring-offset-violet-800:nth-child(odd) {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:odd\:ring-offset-violet-900:nth-child(odd) {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:odd\:ring-offset-indigo-50:nth-child(odd) {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:odd\:ring-offset-indigo-100:nth-child(odd) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:odd\:ring-offset-indigo-200:nth-child(odd) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:odd\:ring-offset-indigo-300:nth-child(odd) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:odd\:ring-offset-indigo-400:nth-child(odd) {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:odd\:ring-offset-indigo-500:nth-child(odd) {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:odd\:ring-offset-indigo-600:nth-child(odd) {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:odd\:ring-offset-indigo-700:nth-child(odd) {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:odd\:ring-offset-indigo-800:nth-child(odd) {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:odd\:ring-offset-indigo-900:nth-child(odd) {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:odd\:ring-offset-blue-50:nth-child(odd) {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:odd\:ring-offset-blue-100:nth-child(odd) {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:odd\:ring-offset-blue-200:nth-child(odd) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:odd\:ring-offset-blue-300:nth-child(odd) {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:odd\:ring-offset-blue-400:nth-child(odd) {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:odd\:ring-offset-blue-500:nth-child(odd) {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:odd\:ring-offset-blue-600:nth-child(odd) {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:odd\:ring-offset-blue-700:nth-child(odd) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:odd\:ring-offset-blue-800:nth-child(odd) {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:odd\:ring-offset-blue-900:nth-child(odd) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:odd\:ring-offset-lightBlue-50:nth-child(odd) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:odd\:ring-offset-lightBlue-100:nth-child(odd) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:odd\:ring-offset-lightBlue-200:nth-child(odd) {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:odd\:ring-offset-lightBlue-300:nth-child(odd) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:odd\:ring-offset-lightBlue-400:nth-child(odd) {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:odd\:ring-offset-lightBlue-500:nth-child(odd) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:odd\:ring-offset-lightBlue-600:nth-child(odd) {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:odd\:ring-offset-lightBlue-700:nth-child(odd) {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:odd\:ring-offset-lightBlue-800:nth-child(odd) {
    --tw-ring-offset-color: #075985;
  }

  .xl\:odd\:ring-offset-lightBlue-900:nth-child(odd) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:odd\:ring-offset-cyan-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:odd\:ring-offset-cyan-100:nth-child(odd) {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:odd\:ring-offset-cyan-200:nth-child(odd) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:odd\:ring-offset-cyan-300:nth-child(odd) {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:odd\:ring-offset-cyan-400:nth-child(odd) {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:odd\:ring-offset-cyan-500:nth-child(odd) {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:odd\:ring-offset-cyan-600:nth-child(odd) {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:odd\:ring-offset-cyan-700:nth-child(odd) {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:odd\:ring-offset-cyan-800:nth-child(odd) {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:odd\:ring-offset-cyan-900:nth-child(odd) {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:odd\:ring-offset-teal-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:odd\:ring-offset-teal-100:nth-child(odd) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:odd\:ring-offset-teal-200:nth-child(odd) {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:odd\:ring-offset-teal-300:nth-child(odd) {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:odd\:ring-offset-teal-400:nth-child(odd) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:odd\:ring-offset-teal-500:nth-child(odd) {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:odd\:ring-offset-teal-600:nth-child(odd) {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:odd\:ring-offset-teal-700:nth-child(odd) {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:odd\:ring-offset-teal-800:nth-child(odd) {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:odd\:ring-offset-teal-900:nth-child(odd) {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:odd\:ring-offset-emerald-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:odd\:ring-offset-emerald-100:nth-child(odd) {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:odd\:ring-offset-emerald-200:nth-child(odd) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:odd\:ring-offset-emerald-300:nth-child(odd) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:odd\:ring-offset-emerald-400:nth-child(odd) {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:odd\:ring-offset-emerald-500:nth-child(odd) {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:odd\:ring-offset-emerald-600:nth-child(odd) {
    --tw-ring-offset-color: #059669;
  }

  .xl\:odd\:ring-offset-emerald-700:nth-child(odd) {
    --tw-ring-offset-color: #047857;
  }

  .xl\:odd\:ring-offset-emerald-800:nth-child(odd) {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:odd\:ring-offset-emerald-900:nth-child(odd) {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:odd\:ring-offset-green-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:odd\:ring-offset-green-100:nth-child(odd) {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:odd\:ring-offset-green-200:nth-child(odd) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:odd\:ring-offset-green-300:nth-child(odd) {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:odd\:ring-offset-green-400:nth-child(odd) {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:odd\:ring-offset-green-500:nth-child(odd) {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:odd\:ring-offset-green-600:nth-child(odd) {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:odd\:ring-offset-green-700:nth-child(odd) {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:odd\:ring-offset-green-800:nth-child(odd) {
    --tw-ring-offset-color: #166534;
  }

  .xl\:odd\:ring-offset-green-900:nth-child(odd) {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:odd\:ring-offset-lime-50:nth-child(odd) {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:odd\:ring-offset-lime-100:nth-child(odd) {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:odd\:ring-offset-lime-200:nth-child(odd) {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:odd\:ring-offset-lime-300:nth-child(odd) {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:odd\:ring-offset-lime-400:nth-child(odd) {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:odd\:ring-offset-lime-500:nth-child(odd) {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:odd\:ring-offset-lime-600:nth-child(odd) {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:odd\:ring-offset-lime-700:nth-child(odd) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:odd\:ring-offset-lime-800:nth-child(odd) {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:odd\:ring-offset-lime-900:nth-child(odd) {
    --tw-ring-offset-color: #365314;
  }

  .xl\:odd\:ring-offset-yellow-50:nth-child(odd) {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:odd\:ring-offset-yellow-100:nth-child(odd) {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:odd\:ring-offset-yellow-200:nth-child(odd) {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:odd\:ring-offset-yellow-300:nth-child(odd) {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:odd\:ring-offset-yellow-400:nth-child(odd) {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:odd\:ring-offset-yellow-500:nth-child(odd) {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:odd\:ring-offset-yellow-600:nth-child(odd) {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:odd\:ring-offset-yellow-700:nth-child(odd) {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:odd\:ring-offset-yellow-800:nth-child(odd) {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:odd\:ring-offset-yellow-900:nth-child(odd) {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:odd\:ring-offset-amber-50:nth-child(odd) {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:odd\:ring-offset-amber-100:nth-child(odd) {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:odd\:ring-offset-amber-200:nth-child(odd) {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:odd\:ring-offset-amber-300:nth-child(odd) {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:odd\:ring-offset-amber-400:nth-child(odd) {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:odd\:ring-offset-amber-500:nth-child(odd) {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:odd\:ring-offset-amber-600:nth-child(odd) {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:odd\:ring-offset-amber-700:nth-child(odd) {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:odd\:ring-offset-amber-800:nth-child(odd) {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:odd\:ring-offset-amber-900:nth-child(odd) {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:odd\:ring-offset-orange-50:nth-child(odd) {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:odd\:ring-offset-orange-100:nth-child(odd) {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:odd\:ring-offset-orange-200:nth-child(odd) {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:odd\:ring-offset-orange-300:nth-child(odd) {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:odd\:ring-offset-orange-400:nth-child(odd) {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:odd\:ring-offset-orange-500:nth-child(odd) {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:odd\:ring-offset-orange-600:nth-child(odd) {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:odd\:ring-offset-orange-700:nth-child(odd) {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:odd\:ring-offset-orange-800:nth-child(odd) {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:odd\:ring-offset-orange-900:nth-child(odd) {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:odd\:ring-offset-red-50:nth-child(odd) {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:odd\:ring-offset-red-100:nth-child(odd) {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:odd\:ring-offset-red-200:nth-child(odd) {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:odd\:ring-offset-red-300:nth-child(odd) {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:odd\:ring-offset-red-400:nth-child(odd) {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:odd\:ring-offset-red-500:nth-child(odd) {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:odd\:ring-offset-red-600:nth-child(odd) {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:odd\:ring-offset-red-700:nth-child(odd) {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:odd\:ring-offset-red-800:nth-child(odd) {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:odd\:ring-offset-red-900:nth-child(odd) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:odd\:ring-offset-warmGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:odd\:ring-offset-warmGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:odd\:ring-offset-warmGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:odd\:ring-offset-warmGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:odd\:ring-offset-warmGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:odd\:ring-offset-warmGray-500:nth-child(odd) {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:odd\:ring-offset-warmGray-600:nth-child(odd) {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:odd\:ring-offset-warmGray-700:nth-child(odd) {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:odd\:ring-offset-warmGray-800:nth-child(odd) {
    --tw-ring-offset-color: #292524;
  }

  .xl\:odd\:ring-offset-warmGray-900:nth-child(odd) {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:odd\:ring-offset-trueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:odd\:ring-offset-trueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:odd\:ring-offset-trueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:odd\:ring-offset-trueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:odd\:ring-offset-trueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:odd\:ring-offset-trueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #737373;
  }

  .xl\:odd\:ring-offset-trueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #525252;
  }

  .xl\:odd\:ring-offset-trueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #404040;
  }

  .xl\:odd\:ring-offset-trueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #262626;
  }

  .xl\:odd\:ring-offset-trueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #171717;
  }

  .xl\:odd\:ring-offset-gray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:odd\:ring-offset-gray-100:nth-child(odd) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:odd\:ring-offset-gray-200:nth-child(odd) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:odd\:ring-offset-gray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:odd\:ring-offset-gray-400:nth-child(odd) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:odd\:ring-offset-gray-500:nth-child(odd) {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:odd\:ring-offset-gray-600:nth-child(odd) {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:odd\:ring-offset-gray-700:nth-child(odd) {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:odd\:ring-offset-gray-800:nth-child(odd) {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:odd\:ring-offset-gray-900:nth-child(odd) {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:odd\:ring-offset-coolGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:odd\:ring-offset-coolGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:odd\:ring-offset-coolGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:odd\:ring-offset-coolGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:odd\:ring-offset-coolGray-400:nth-child(odd) {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:odd\:ring-offset-coolGray-500:nth-child(odd) {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:odd\:ring-offset-coolGray-600:nth-child(odd) {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:odd\:ring-offset-coolGray-700:nth-child(odd) {
    --tw-ring-offset-color: #374151;
  }

  .xl\:odd\:ring-offset-coolGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:odd\:ring-offset-coolGray-900:nth-child(odd) {
    --tw-ring-offset-color: #111827;
  }

  .xl\:odd\:ring-offset-blueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:odd\:ring-offset-blueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:odd\:ring-offset-blueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:odd\:ring-offset-blueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:odd\:ring-offset-blueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:odd\:ring-offset-blueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:odd\:ring-offset-blueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #475569;
  }

  .xl\:odd\:ring-offset-blueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #334155;
  }

  .xl\:odd\:ring-offset-blueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:odd\:ring-offset-blueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:odd\:ring-offset-current:nth-child(odd) {
    --tw-ring-offset-color: current;
  }

  .xl\:odd\:ring-offset-transparent:nth-child(odd) {
    --tw-ring-offset-color: transparent;
  }

  .xl\:even\:ring-offset-black:nth-child(even) {
    --tw-ring-offset-color: #000;
  }

  .xl\:even\:ring-offset-white:nth-child(even) {
    --tw-ring-offset-color: #fff;
  }

  .xl\:even\:ring-offset-rose-50:nth-child(even) {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:even\:ring-offset-rose-100:nth-child(even) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:even\:ring-offset-rose-200:nth-child(even) {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:even\:ring-offset-rose-300:nth-child(even) {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:even\:ring-offset-rose-400:nth-child(even) {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:even\:ring-offset-rose-500:nth-child(even) {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:even\:ring-offset-rose-600:nth-child(even) {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:even\:ring-offset-rose-700:nth-child(even) {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:even\:ring-offset-rose-800:nth-child(even) {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:even\:ring-offset-rose-900:nth-child(even) {
    --tw-ring-offset-color: #881337;
  }

  .xl\:even\:ring-offset-pink-50:nth-child(even) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:even\:ring-offset-pink-100:nth-child(even) {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:even\:ring-offset-pink-200:nth-child(even) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:even\:ring-offset-pink-300:nth-child(even) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:even\:ring-offset-pink-400:nth-child(even) {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:even\:ring-offset-pink-500:nth-child(even) {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:even\:ring-offset-pink-600:nth-child(even) {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:even\:ring-offset-pink-700:nth-child(even) {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:even\:ring-offset-pink-800:nth-child(even) {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:even\:ring-offset-pink-900:nth-child(even) {
    --tw-ring-offset-color: #831843;
  }

  .xl\:even\:ring-offset-fuchsia-50:nth-child(even) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:even\:ring-offset-fuchsia-100:nth-child(even) {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:even\:ring-offset-fuchsia-200:nth-child(even) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:even\:ring-offset-fuchsia-300:nth-child(even) {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:even\:ring-offset-fuchsia-400:nth-child(even) {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:even\:ring-offset-fuchsia-500:nth-child(even) {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:even\:ring-offset-fuchsia-600:nth-child(even) {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:even\:ring-offset-fuchsia-700:nth-child(even) {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:even\:ring-offset-fuchsia-800:nth-child(even) {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:even\:ring-offset-fuchsia-900:nth-child(even) {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:even\:ring-offset-purple-50:nth-child(even) {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:even\:ring-offset-purple-100:nth-child(even) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:even\:ring-offset-purple-200:nth-child(even) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:even\:ring-offset-purple-300:nth-child(even) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:even\:ring-offset-purple-400:nth-child(even) {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:even\:ring-offset-purple-500:nth-child(even) {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:even\:ring-offset-purple-600:nth-child(even) {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:even\:ring-offset-purple-700:nth-child(even) {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:even\:ring-offset-purple-800:nth-child(even) {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:even\:ring-offset-purple-900:nth-child(even) {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:even\:ring-offset-violet-50:nth-child(even) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:even\:ring-offset-violet-100:nth-child(even) {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:even\:ring-offset-violet-200:nth-child(even) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:even\:ring-offset-violet-300:nth-child(even) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:even\:ring-offset-violet-400:nth-child(even) {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:even\:ring-offset-violet-500:nth-child(even) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:even\:ring-offset-violet-600:nth-child(even) {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:even\:ring-offset-violet-700:nth-child(even) {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:even\:ring-offset-violet-800:nth-child(even) {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:even\:ring-offset-violet-900:nth-child(even) {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:even\:ring-offset-indigo-50:nth-child(even) {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:even\:ring-offset-indigo-100:nth-child(even) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:even\:ring-offset-indigo-200:nth-child(even) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:even\:ring-offset-indigo-300:nth-child(even) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:even\:ring-offset-indigo-400:nth-child(even) {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:even\:ring-offset-indigo-500:nth-child(even) {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:even\:ring-offset-indigo-600:nth-child(even) {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:even\:ring-offset-indigo-700:nth-child(even) {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:even\:ring-offset-indigo-800:nth-child(even) {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:even\:ring-offset-indigo-900:nth-child(even) {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:even\:ring-offset-blue-50:nth-child(even) {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:even\:ring-offset-blue-100:nth-child(even) {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:even\:ring-offset-blue-200:nth-child(even) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:even\:ring-offset-blue-300:nth-child(even) {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:even\:ring-offset-blue-400:nth-child(even) {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:even\:ring-offset-blue-500:nth-child(even) {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:even\:ring-offset-blue-600:nth-child(even) {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:even\:ring-offset-blue-700:nth-child(even) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:even\:ring-offset-blue-800:nth-child(even) {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:even\:ring-offset-blue-900:nth-child(even) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:even\:ring-offset-lightBlue-50:nth-child(even) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:even\:ring-offset-lightBlue-100:nth-child(even) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:even\:ring-offset-lightBlue-200:nth-child(even) {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:even\:ring-offset-lightBlue-300:nth-child(even) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:even\:ring-offset-lightBlue-400:nth-child(even) {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:even\:ring-offset-lightBlue-500:nth-child(even) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:even\:ring-offset-lightBlue-600:nth-child(even) {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:even\:ring-offset-lightBlue-700:nth-child(even) {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:even\:ring-offset-lightBlue-800:nth-child(even) {
    --tw-ring-offset-color: #075985;
  }

  .xl\:even\:ring-offset-lightBlue-900:nth-child(even) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:even\:ring-offset-cyan-50:nth-child(even) {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:even\:ring-offset-cyan-100:nth-child(even) {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:even\:ring-offset-cyan-200:nth-child(even) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:even\:ring-offset-cyan-300:nth-child(even) {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:even\:ring-offset-cyan-400:nth-child(even) {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:even\:ring-offset-cyan-500:nth-child(even) {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:even\:ring-offset-cyan-600:nth-child(even) {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:even\:ring-offset-cyan-700:nth-child(even) {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:even\:ring-offset-cyan-800:nth-child(even) {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:even\:ring-offset-cyan-900:nth-child(even) {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:even\:ring-offset-teal-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:even\:ring-offset-teal-100:nth-child(even) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:even\:ring-offset-teal-200:nth-child(even) {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:even\:ring-offset-teal-300:nth-child(even) {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:even\:ring-offset-teal-400:nth-child(even) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:even\:ring-offset-teal-500:nth-child(even) {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:even\:ring-offset-teal-600:nth-child(even) {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:even\:ring-offset-teal-700:nth-child(even) {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:even\:ring-offset-teal-800:nth-child(even) {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:even\:ring-offset-teal-900:nth-child(even) {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:even\:ring-offset-emerald-50:nth-child(even) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:even\:ring-offset-emerald-100:nth-child(even) {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:even\:ring-offset-emerald-200:nth-child(even) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:even\:ring-offset-emerald-300:nth-child(even) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:even\:ring-offset-emerald-400:nth-child(even) {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:even\:ring-offset-emerald-500:nth-child(even) {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:even\:ring-offset-emerald-600:nth-child(even) {
    --tw-ring-offset-color: #059669;
  }

  .xl\:even\:ring-offset-emerald-700:nth-child(even) {
    --tw-ring-offset-color: #047857;
  }

  .xl\:even\:ring-offset-emerald-800:nth-child(even) {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:even\:ring-offset-emerald-900:nth-child(even) {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:even\:ring-offset-green-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:even\:ring-offset-green-100:nth-child(even) {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:even\:ring-offset-green-200:nth-child(even) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:even\:ring-offset-green-300:nth-child(even) {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:even\:ring-offset-green-400:nth-child(even) {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:even\:ring-offset-green-500:nth-child(even) {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:even\:ring-offset-green-600:nth-child(even) {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:even\:ring-offset-green-700:nth-child(even) {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:even\:ring-offset-green-800:nth-child(even) {
    --tw-ring-offset-color: #166534;
  }

  .xl\:even\:ring-offset-green-900:nth-child(even) {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:even\:ring-offset-lime-50:nth-child(even) {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:even\:ring-offset-lime-100:nth-child(even) {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:even\:ring-offset-lime-200:nth-child(even) {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:even\:ring-offset-lime-300:nth-child(even) {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:even\:ring-offset-lime-400:nth-child(even) {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:even\:ring-offset-lime-500:nth-child(even) {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:even\:ring-offset-lime-600:nth-child(even) {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:even\:ring-offset-lime-700:nth-child(even) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:even\:ring-offset-lime-800:nth-child(even) {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:even\:ring-offset-lime-900:nth-child(even) {
    --tw-ring-offset-color: #365314;
  }

  .xl\:even\:ring-offset-yellow-50:nth-child(even) {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:even\:ring-offset-yellow-100:nth-child(even) {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:even\:ring-offset-yellow-200:nth-child(even) {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:even\:ring-offset-yellow-300:nth-child(even) {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:even\:ring-offset-yellow-400:nth-child(even) {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:even\:ring-offset-yellow-500:nth-child(even) {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:even\:ring-offset-yellow-600:nth-child(even) {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:even\:ring-offset-yellow-700:nth-child(even) {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:even\:ring-offset-yellow-800:nth-child(even) {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:even\:ring-offset-yellow-900:nth-child(even) {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:even\:ring-offset-amber-50:nth-child(even) {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:even\:ring-offset-amber-100:nth-child(even) {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:even\:ring-offset-amber-200:nth-child(even) {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:even\:ring-offset-amber-300:nth-child(even) {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:even\:ring-offset-amber-400:nth-child(even) {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:even\:ring-offset-amber-500:nth-child(even) {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:even\:ring-offset-amber-600:nth-child(even) {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:even\:ring-offset-amber-700:nth-child(even) {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:even\:ring-offset-amber-800:nth-child(even) {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:even\:ring-offset-amber-900:nth-child(even) {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:even\:ring-offset-orange-50:nth-child(even) {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:even\:ring-offset-orange-100:nth-child(even) {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:even\:ring-offset-orange-200:nth-child(even) {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:even\:ring-offset-orange-300:nth-child(even) {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:even\:ring-offset-orange-400:nth-child(even) {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:even\:ring-offset-orange-500:nth-child(even) {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:even\:ring-offset-orange-600:nth-child(even) {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:even\:ring-offset-orange-700:nth-child(even) {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:even\:ring-offset-orange-800:nth-child(even) {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:even\:ring-offset-orange-900:nth-child(even) {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:even\:ring-offset-red-50:nth-child(even) {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:even\:ring-offset-red-100:nth-child(even) {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:even\:ring-offset-red-200:nth-child(even) {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:even\:ring-offset-red-300:nth-child(even) {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:even\:ring-offset-red-400:nth-child(even) {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:even\:ring-offset-red-500:nth-child(even) {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:even\:ring-offset-red-600:nth-child(even) {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:even\:ring-offset-red-700:nth-child(even) {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:even\:ring-offset-red-800:nth-child(even) {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:even\:ring-offset-red-900:nth-child(even) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:even\:ring-offset-warmGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:even\:ring-offset-warmGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:even\:ring-offset-warmGray-200:nth-child(even) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:even\:ring-offset-warmGray-300:nth-child(even) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:even\:ring-offset-warmGray-400:nth-child(even) {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:even\:ring-offset-warmGray-500:nth-child(even) {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:even\:ring-offset-warmGray-600:nth-child(even) {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:even\:ring-offset-warmGray-700:nth-child(even) {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:even\:ring-offset-warmGray-800:nth-child(even) {
    --tw-ring-offset-color: #292524;
  }

  .xl\:even\:ring-offset-warmGray-900:nth-child(even) {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:even\:ring-offset-trueGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:even\:ring-offset-trueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:even\:ring-offset-trueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:even\:ring-offset-trueGray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:even\:ring-offset-trueGray-400:nth-child(even) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:even\:ring-offset-trueGray-500:nth-child(even) {
    --tw-ring-offset-color: #737373;
  }

  .xl\:even\:ring-offset-trueGray-600:nth-child(even) {
    --tw-ring-offset-color: #525252;
  }

  .xl\:even\:ring-offset-trueGray-700:nth-child(even) {
    --tw-ring-offset-color: #404040;
  }

  .xl\:even\:ring-offset-trueGray-800:nth-child(even) {
    --tw-ring-offset-color: #262626;
  }

  .xl\:even\:ring-offset-trueGray-900:nth-child(even) {
    --tw-ring-offset-color: #171717;
  }

  .xl\:even\:ring-offset-gray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:even\:ring-offset-gray-100:nth-child(even) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:even\:ring-offset-gray-200:nth-child(even) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:even\:ring-offset-gray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:even\:ring-offset-gray-400:nth-child(even) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:even\:ring-offset-gray-500:nth-child(even) {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:even\:ring-offset-gray-600:nth-child(even) {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:even\:ring-offset-gray-700:nth-child(even) {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:even\:ring-offset-gray-800:nth-child(even) {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:even\:ring-offset-gray-900:nth-child(even) {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:even\:ring-offset-coolGray-50:nth-child(even) {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:even\:ring-offset-coolGray-100:nth-child(even) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:even\:ring-offset-coolGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:even\:ring-offset-coolGray-300:nth-child(even) {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:even\:ring-offset-coolGray-400:nth-child(even) {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:even\:ring-offset-coolGray-500:nth-child(even) {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:even\:ring-offset-coolGray-600:nth-child(even) {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:even\:ring-offset-coolGray-700:nth-child(even) {
    --tw-ring-offset-color: #374151;
  }

  .xl\:even\:ring-offset-coolGray-800:nth-child(even) {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:even\:ring-offset-coolGray-900:nth-child(even) {
    --tw-ring-offset-color: #111827;
  }

  .xl\:even\:ring-offset-blueGray-50:nth-child(even) {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:even\:ring-offset-blueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:even\:ring-offset-blueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:even\:ring-offset-blueGray-300:nth-child(even) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:even\:ring-offset-blueGray-400:nth-child(even) {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:even\:ring-offset-blueGray-500:nth-child(even) {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:even\:ring-offset-blueGray-600:nth-child(even) {
    --tw-ring-offset-color: #475569;
  }

  .xl\:even\:ring-offset-blueGray-700:nth-child(even) {
    --tw-ring-offset-color: #334155;
  }

  .xl\:even\:ring-offset-blueGray-800:nth-child(even) {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:even\:ring-offset-blueGray-900:nth-child(even) {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:even\:ring-offset-current:nth-child(even) {
    --tw-ring-offset-color: current;
  }

  .xl\:even\:ring-offset-transparent:nth-child(even) {
    --tw-ring-offset-color: transparent;
  }

  .xl\:hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .xl\:hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .xl\:hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .xl\:hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .xl\:hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:hover\:ring-offset-lightBlue-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:hover\:ring-offset-lightBlue-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:hover\:ring-offset-lightBlue-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:hover\:ring-offset-lightBlue-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:hover\:ring-offset-lightBlue-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:hover\:ring-offset-lightBlue-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:hover\:ring-offset-lightBlue-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:hover\:ring-offset-lightBlue-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:hover\:ring-offset-lightBlue-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .xl\:hover\:ring-offset-lightBlue-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .xl\:hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .xl\:hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .xl\:hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .xl\:hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:hover\:ring-offset-warmGray-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:hover\:ring-offset-warmGray-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:hover\:ring-offset-warmGray-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:hover\:ring-offset-warmGray-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:hover\:ring-offset-warmGray-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:hover\:ring-offset-warmGray-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:hover\:ring-offset-warmGray-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:hover\:ring-offset-warmGray-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:hover\:ring-offset-warmGray-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .xl\:hover\:ring-offset-warmGray-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:hover\:ring-offset-trueGray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:hover\:ring-offset-trueGray-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:hover\:ring-offset-trueGray-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:hover\:ring-offset-trueGray-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:hover\:ring-offset-trueGray-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:hover\:ring-offset-trueGray-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .xl\:hover\:ring-offset-trueGray-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .xl\:hover\:ring-offset-trueGray-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .xl\:hover\:ring-offset-trueGray-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .xl\:hover\:ring-offset-trueGray-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .xl\:hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:hover\:ring-offset-coolGray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:hover\:ring-offset-coolGray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:hover\:ring-offset-coolGray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:hover\:ring-offset-coolGray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:hover\:ring-offset-coolGray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:hover\:ring-offset-coolGray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:hover\:ring-offset-coolGray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:hover\:ring-offset-coolGray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .xl\:hover\:ring-offset-coolGray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:hover\:ring-offset-coolGray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .xl\:hover\:ring-offset-blueGray-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:hover\:ring-offset-blueGray-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:hover\:ring-offset-blueGray-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:hover\:ring-offset-blueGray-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:hover\:ring-offset-blueGray-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:hover\:ring-offset-blueGray-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:hover\:ring-offset-blueGray-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .xl\:hover\:ring-offset-blueGray-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .xl\:hover\:ring-offset-blueGray-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:hover\:ring-offset-blueGray-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:hover\:ring-offset-current:hover {
    --tw-ring-offset-color: current;
  }

  .xl\:hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus\:ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus\:ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus\:ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus\:ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus\:ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus\:ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus\:ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus\:ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus\:ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus\:ring-offset-warmGray-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:focus\:ring-offset-warmGray-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:focus\:ring-offset-warmGray-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:focus\:ring-offset-warmGray-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:focus\:ring-offset-warmGray-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:focus\:ring-offset-warmGray-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:focus\:ring-offset-warmGray-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:focus\:ring-offset-warmGray-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:focus\:ring-offset-warmGray-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .xl\:focus\:ring-offset-warmGray-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:focus\:ring-offset-trueGray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus\:ring-offset-trueGray-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:focus\:ring-offset-trueGray-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus\:ring-offset-trueGray-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:focus\:ring-offset-trueGray-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:focus\:ring-offset-trueGray-500:focus {
    --tw-ring-offset-color: #737373;
  }

  .xl\:focus\:ring-offset-trueGray-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .xl\:focus\:ring-offset-trueGray-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .xl\:focus\:ring-offset-trueGray-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus\:ring-offset-trueGray-900:focus {
    --tw-ring-offset-color: #171717;
  }

  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:focus\:ring-offset-coolGray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-coolGray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus\:ring-offset-coolGray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus\:ring-offset-coolGray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus\:ring-offset-coolGray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus\:ring-offset-coolGray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus\:ring-offset-coolGray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus\:ring-offset-coolGray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus\:ring-offset-coolGray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus\:ring-offset-coolGray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus\:ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:focus\:ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:focus\:ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:focus\:ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:focus\:ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:focus\:ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:focus\:ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569;
  }

  .xl\:focus\:ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155;
  }

  .xl\:focus\:ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:focus\:ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: current;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:active\:ring-offset-black:active {
    --tw-ring-offset-color: #000;
  }

  .xl\:active\:ring-offset-white:active {
    --tw-ring-offset-color: #fff;
  }

  .xl\:active\:ring-offset-rose-50:active {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:active\:ring-offset-rose-100:active {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:active\:ring-offset-rose-200:active {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:active\:ring-offset-rose-300:active {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:active\:ring-offset-rose-400:active {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:active\:ring-offset-rose-500:active {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:active\:ring-offset-rose-600:active {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:active\:ring-offset-rose-700:active {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:active\:ring-offset-rose-800:active {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:active\:ring-offset-rose-900:active {
    --tw-ring-offset-color: #881337;
  }

  .xl\:active\:ring-offset-pink-50:active {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:active\:ring-offset-pink-100:active {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:active\:ring-offset-pink-200:active {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:active\:ring-offset-pink-300:active {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:active\:ring-offset-pink-400:active {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:active\:ring-offset-pink-500:active {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:active\:ring-offset-pink-600:active {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:active\:ring-offset-pink-700:active {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:active\:ring-offset-pink-800:active {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:active\:ring-offset-pink-900:active {
    --tw-ring-offset-color: #831843;
  }

  .xl\:active\:ring-offset-fuchsia-50:active {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:active\:ring-offset-fuchsia-100:active {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:active\:ring-offset-fuchsia-200:active {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:active\:ring-offset-fuchsia-300:active {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:active\:ring-offset-fuchsia-400:active {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:active\:ring-offset-fuchsia-500:active {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:active\:ring-offset-fuchsia-600:active {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:active\:ring-offset-fuchsia-700:active {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:active\:ring-offset-fuchsia-800:active {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:active\:ring-offset-fuchsia-900:active {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:active\:ring-offset-purple-50:active {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:active\:ring-offset-purple-100:active {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:active\:ring-offset-purple-200:active {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:active\:ring-offset-purple-300:active {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:active\:ring-offset-purple-400:active {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:active\:ring-offset-purple-500:active {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:active\:ring-offset-purple-600:active {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:active\:ring-offset-purple-700:active {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:active\:ring-offset-purple-800:active {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:active\:ring-offset-purple-900:active {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:active\:ring-offset-violet-50:active {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:active\:ring-offset-violet-100:active {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:active\:ring-offset-violet-200:active {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:active\:ring-offset-violet-300:active {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:active\:ring-offset-violet-400:active {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:active\:ring-offset-violet-500:active {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:active\:ring-offset-violet-600:active {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:active\:ring-offset-violet-700:active {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:active\:ring-offset-violet-800:active {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:active\:ring-offset-violet-900:active {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:active\:ring-offset-indigo-50:active {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:active\:ring-offset-indigo-100:active {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:active\:ring-offset-indigo-200:active {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:active\:ring-offset-indigo-300:active {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:active\:ring-offset-indigo-400:active {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:active\:ring-offset-indigo-500:active {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:active\:ring-offset-indigo-600:active {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:active\:ring-offset-indigo-700:active {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:active\:ring-offset-indigo-800:active {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:active\:ring-offset-indigo-900:active {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:active\:ring-offset-blue-50:active {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:active\:ring-offset-blue-100:active {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:active\:ring-offset-blue-200:active {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:active\:ring-offset-blue-300:active {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:active\:ring-offset-blue-400:active {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:active\:ring-offset-blue-500:active {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:active\:ring-offset-blue-600:active {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:active\:ring-offset-blue-700:active {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:active\:ring-offset-blue-800:active {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:active\:ring-offset-blue-900:active {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:active\:ring-offset-lightBlue-50:active {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:active\:ring-offset-lightBlue-100:active {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:active\:ring-offset-lightBlue-200:active {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:active\:ring-offset-lightBlue-300:active {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:active\:ring-offset-lightBlue-400:active {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:active\:ring-offset-lightBlue-500:active {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:active\:ring-offset-lightBlue-600:active {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:active\:ring-offset-lightBlue-700:active {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:active\:ring-offset-lightBlue-800:active {
    --tw-ring-offset-color: #075985;
  }

  .xl\:active\:ring-offset-lightBlue-900:active {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:active\:ring-offset-cyan-50:active {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:active\:ring-offset-cyan-100:active {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:active\:ring-offset-cyan-200:active {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:active\:ring-offset-cyan-300:active {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:active\:ring-offset-cyan-400:active {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:active\:ring-offset-cyan-500:active {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:active\:ring-offset-cyan-600:active {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:active\:ring-offset-cyan-700:active {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:active\:ring-offset-cyan-800:active {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:active\:ring-offset-cyan-900:active {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:active\:ring-offset-teal-50:active {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:active\:ring-offset-teal-100:active {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:active\:ring-offset-teal-200:active {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:active\:ring-offset-teal-300:active {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:active\:ring-offset-teal-400:active {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:active\:ring-offset-teal-500:active {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:active\:ring-offset-teal-600:active {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:active\:ring-offset-teal-700:active {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:active\:ring-offset-teal-800:active {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:active\:ring-offset-teal-900:active {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:active\:ring-offset-emerald-50:active {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:active\:ring-offset-emerald-100:active {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:active\:ring-offset-emerald-200:active {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:active\:ring-offset-emerald-300:active {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:active\:ring-offset-emerald-400:active {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:active\:ring-offset-emerald-500:active {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:active\:ring-offset-emerald-600:active {
    --tw-ring-offset-color: #059669;
  }

  .xl\:active\:ring-offset-emerald-700:active {
    --tw-ring-offset-color: #047857;
  }

  .xl\:active\:ring-offset-emerald-800:active {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:active\:ring-offset-emerald-900:active {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:active\:ring-offset-green-50:active {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:active\:ring-offset-green-100:active {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:active\:ring-offset-green-200:active {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:active\:ring-offset-green-300:active {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:active\:ring-offset-green-400:active {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:active\:ring-offset-green-500:active {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:active\:ring-offset-green-600:active {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:active\:ring-offset-green-700:active {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:active\:ring-offset-green-800:active {
    --tw-ring-offset-color: #166534;
  }

  .xl\:active\:ring-offset-green-900:active {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:active\:ring-offset-lime-50:active {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:active\:ring-offset-lime-100:active {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:active\:ring-offset-lime-200:active {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:active\:ring-offset-lime-300:active {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:active\:ring-offset-lime-400:active {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:active\:ring-offset-lime-500:active {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:active\:ring-offset-lime-600:active {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:active\:ring-offset-lime-700:active {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:active\:ring-offset-lime-800:active {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:active\:ring-offset-lime-900:active {
    --tw-ring-offset-color: #365314;
  }

  .xl\:active\:ring-offset-yellow-50:active {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:active\:ring-offset-yellow-100:active {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:active\:ring-offset-yellow-200:active {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:active\:ring-offset-yellow-300:active {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:active\:ring-offset-yellow-400:active {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:active\:ring-offset-yellow-500:active {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:active\:ring-offset-yellow-600:active {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:active\:ring-offset-yellow-700:active {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:active\:ring-offset-yellow-800:active {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:active\:ring-offset-yellow-900:active {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:active\:ring-offset-amber-50:active {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:active\:ring-offset-amber-100:active {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:active\:ring-offset-amber-200:active {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:active\:ring-offset-amber-300:active {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:active\:ring-offset-amber-400:active {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:active\:ring-offset-amber-500:active {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:active\:ring-offset-amber-600:active {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:active\:ring-offset-amber-700:active {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:active\:ring-offset-amber-800:active {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:active\:ring-offset-amber-900:active {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:active\:ring-offset-orange-50:active {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:active\:ring-offset-orange-100:active {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:active\:ring-offset-orange-200:active {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:active\:ring-offset-orange-300:active {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:active\:ring-offset-orange-400:active {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:active\:ring-offset-orange-500:active {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:active\:ring-offset-orange-600:active {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:active\:ring-offset-orange-700:active {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:active\:ring-offset-orange-800:active {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:active\:ring-offset-orange-900:active {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:active\:ring-offset-red-50:active {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:active\:ring-offset-red-100:active {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:active\:ring-offset-red-200:active {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:active\:ring-offset-red-300:active {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:active\:ring-offset-red-400:active {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:active\:ring-offset-red-500:active {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:active\:ring-offset-red-600:active {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:active\:ring-offset-red-700:active {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:active\:ring-offset-red-800:active {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:active\:ring-offset-red-900:active {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:active\:ring-offset-warmGray-50:active {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:active\:ring-offset-warmGray-100:active {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:active\:ring-offset-warmGray-200:active {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:active\:ring-offset-warmGray-300:active {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:active\:ring-offset-warmGray-400:active {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:active\:ring-offset-warmGray-500:active {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:active\:ring-offset-warmGray-600:active {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:active\:ring-offset-warmGray-700:active {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:active\:ring-offset-warmGray-800:active {
    --tw-ring-offset-color: #292524;
  }

  .xl\:active\:ring-offset-warmGray-900:active {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:active\:ring-offset-trueGray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:active\:ring-offset-trueGray-100:active {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:active\:ring-offset-trueGray-200:active {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:active\:ring-offset-trueGray-300:active {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:active\:ring-offset-trueGray-400:active {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:active\:ring-offset-trueGray-500:active {
    --tw-ring-offset-color: #737373;
  }

  .xl\:active\:ring-offset-trueGray-600:active {
    --tw-ring-offset-color: #525252;
  }

  .xl\:active\:ring-offset-trueGray-700:active {
    --tw-ring-offset-color: #404040;
  }

  .xl\:active\:ring-offset-trueGray-800:active {
    --tw-ring-offset-color: #262626;
  }

  .xl\:active\:ring-offset-trueGray-900:active {
    --tw-ring-offset-color: #171717;
  }

  .xl\:active\:ring-offset-gray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:active\:ring-offset-gray-100:active {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:active\:ring-offset-gray-200:active {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:active\:ring-offset-gray-300:active {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:active\:ring-offset-gray-400:active {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:active\:ring-offset-gray-500:active {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:active\:ring-offset-gray-600:active {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:active\:ring-offset-gray-700:active {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:active\:ring-offset-gray-800:active {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:active\:ring-offset-gray-900:active {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:active\:ring-offset-coolGray-50:active {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:active\:ring-offset-coolGray-100:active {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:active\:ring-offset-coolGray-200:active {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:active\:ring-offset-coolGray-300:active {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:active\:ring-offset-coolGray-400:active {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:active\:ring-offset-coolGray-500:active {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:active\:ring-offset-coolGray-600:active {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:active\:ring-offset-coolGray-700:active {
    --tw-ring-offset-color: #374151;
  }

  .xl\:active\:ring-offset-coolGray-800:active {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:active\:ring-offset-coolGray-900:active {
    --tw-ring-offset-color: #111827;
  }

  .xl\:active\:ring-offset-blueGray-50:active {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:active\:ring-offset-blueGray-100:active {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:active\:ring-offset-blueGray-200:active {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:active\:ring-offset-blueGray-300:active {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:active\:ring-offset-blueGray-400:active {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:active\:ring-offset-blueGray-500:active {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:active\:ring-offset-blueGray-600:active {
    --tw-ring-offset-color: #475569;
  }

  .xl\:active\:ring-offset-blueGray-700:active {
    --tw-ring-offset-color: #334155;
  }

  .xl\:active\:ring-offset-blueGray-800:active {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:active\:ring-offset-blueGray-900:active {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:active\:ring-offset-current:active {
    --tw-ring-offset-color: current;
  }

  .xl\:active\:ring-offset-transparent:active {
    --tw-ring-offset-color: transparent;
  }

  .xl\:visited\:ring-offset-black:visited {
    --tw-ring-offset-color: #000;
  }

  .xl\:visited\:ring-offset-white:visited {
    --tw-ring-offset-color: #fff;
  }

  .xl\:visited\:ring-offset-rose-50:visited {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:visited\:ring-offset-rose-100:visited {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:visited\:ring-offset-rose-200:visited {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:visited\:ring-offset-rose-300:visited {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:visited\:ring-offset-rose-400:visited {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:visited\:ring-offset-rose-500:visited {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:visited\:ring-offset-rose-600:visited {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:visited\:ring-offset-rose-700:visited {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:visited\:ring-offset-rose-800:visited {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:visited\:ring-offset-rose-900:visited {
    --tw-ring-offset-color: #881337;
  }

  .xl\:visited\:ring-offset-pink-50:visited {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:visited\:ring-offset-pink-100:visited {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:visited\:ring-offset-pink-200:visited {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:visited\:ring-offset-pink-300:visited {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:visited\:ring-offset-pink-400:visited {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:visited\:ring-offset-pink-500:visited {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:visited\:ring-offset-pink-600:visited {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:visited\:ring-offset-pink-700:visited {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:visited\:ring-offset-pink-800:visited {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:visited\:ring-offset-pink-900:visited {
    --tw-ring-offset-color: #831843;
  }

  .xl\:visited\:ring-offset-fuchsia-50:visited {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:visited\:ring-offset-fuchsia-100:visited {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:visited\:ring-offset-fuchsia-200:visited {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:visited\:ring-offset-fuchsia-300:visited {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:visited\:ring-offset-fuchsia-400:visited {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:visited\:ring-offset-fuchsia-500:visited {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:visited\:ring-offset-fuchsia-600:visited {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:visited\:ring-offset-fuchsia-700:visited {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:visited\:ring-offset-fuchsia-800:visited {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:visited\:ring-offset-fuchsia-900:visited {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:visited\:ring-offset-purple-50:visited {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:visited\:ring-offset-purple-100:visited {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:visited\:ring-offset-purple-200:visited {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:visited\:ring-offset-purple-300:visited {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:visited\:ring-offset-purple-400:visited {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:visited\:ring-offset-purple-500:visited {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:visited\:ring-offset-purple-600:visited {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:visited\:ring-offset-purple-700:visited {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:visited\:ring-offset-purple-800:visited {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:visited\:ring-offset-purple-900:visited {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:visited\:ring-offset-violet-50:visited {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:visited\:ring-offset-violet-100:visited {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:visited\:ring-offset-violet-200:visited {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:visited\:ring-offset-violet-300:visited {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:visited\:ring-offset-violet-400:visited {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:visited\:ring-offset-violet-500:visited {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:visited\:ring-offset-violet-600:visited {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:visited\:ring-offset-violet-700:visited {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:visited\:ring-offset-violet-800:visited {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:visited\:ring-offset-violet-900:visited {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:visited\:ring-offset-indigo-50:visited {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:visited\:ring-offset-indigo-100:visited {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:visited\:ring-offset-indigo-200:visited {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:visited\:ring-offset-indigo-300:visited {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:visited\:ring-offset-indigo-400:visited {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:visited\:ring-offset-indigo-500:visited {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:visited\:ring-offset-indigo-600:visited {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:visited\:ring-offset-indigo-700:visited {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:visited\:ring-offset-indigo-800:visited {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:visited\:ring-offset-indigo-900:visited {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:visited\:ring-offset-blue-50:visited {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:visited\:ring-offset-blue-100:visited {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:visited\:ring-offset-blue-200:visited {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:visited\:ring-offset-blue-300:visited {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:visited\:ring-offset-blue-400:visited {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:visited\:ring-offset-blue-500:visited {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:visited\:ring-offset-blue-600:visited {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:visited\:ring-offset-blue-700:visited {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:visited\:ring-offset-blue-800:visited {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:visited\:ring-offset-blue-900:visited {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:visited\:ring-offset-lightBlue-50:visited {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:visited\:ring-offset-lightBlue-100:visited {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:visited\:ring-offset-lightBlue-200:visited {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:visited\:ring-offset-lightBlue-300:visited {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:visited\:ring-offset-lightBlue-400:visited {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:visited\:ring-offset-lightBlue-500:visited {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:visited\:ring-offset-lightBlue-600:visited {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:visited\:ring-offset-lightBlue-700:visited {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:visited\:ring-offset-lightBlue-800:visited {
    --tw-ring-offset-color: #075985;
  }

  .xl\:visited\:ring-offset-lightBlue-900:visited {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:visited\:ring-offset-cyan-50:visited {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:visited\:ring-offset-cyan-100:visited {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:visited\:ring-offset-cyan-200:visited {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:visited\:ring-offset-cyan-300:visited {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:visited\:ring-offset-cyan-400:visited {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:visited\:ring-offset-cyan-500:visited {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:visited\:ring-offset-cyan-600:visited {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:visited\:ring-offset-cyan-700:visited {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:visited\:ring-offset-cyan-800:visited {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:visited\:ring-offset-cyan-900:visited {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:visited\:ring-offset-teal-50:visited {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:visited\:ring-offset-teal-100:visited {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:visited\:ring-offset-teal-200:visited {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:visited\:ring-offset-teal-300:visited {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:visited\:ring-offset-teal-400:visited {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:visited\:ring-offset-teal-500:visited {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:visited\:ring-offset-teal-600:visited {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:visited\:ring-offset-teal-700:visited {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:visited\:ring-offset-teal-800:visited {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:visited\:ring-offset-teal-900:visited {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:visited\:ring-offset-emerald-50:visited {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:visited\:ring-offset-emerald-100:visited {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:visited\:ring-offset-emerald-200:visited {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:visited\:ring-offset-emerald-300:visited {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:visited\:ring-offset-emerald-400:visited {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:visited\:ring-offset-emerald-500:visited {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:visited\:ring-offset-emerald-600:visited {
    --tw-ring-offset-color: #059669;
  }

  .xl\:visited\:ring-offset-emerald-700:visited {
    --tw-ring-offset-color: #047857;
  }

  .xl\:visited\:ring-offset-emerald-800:visited {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:visited\:ring-offset-emerald-900:visited {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:visited\:ring-offset-green-50:visited {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:visited\:ring-offset-green-100:visited {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:visited\:ring-offset-green-200:visited {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:visited\:ring-offset-green-300:visited {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:visited\:ring-offset-green-400:visited {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:visited\:ring-offset-green-500:visited {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:visited\:ring-offset-green-600:visited {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:visited\:ring-offset-green-700:visited {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:visited\:ring-offset-green-800:visited {
    --tw-ring-offset-color: #166534;
  }

  .xl\:visited\:ring-offset-green-900:visited {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:visited\:ring-offset-lime-50:visited {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:visited\:ring-offset-lime-100:visited {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:visited\:ring-offset-lime-200:visited {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:visited\:ring-offset-lime-300:visited {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:visited\:ring-offset-lime-400:visited {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:visited\:ring-offset-lime-500:visited {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:visited\:ring-offset-lime-600:visited {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:visited\:ring-offset-lime-700:visited {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:visited\:ring-offset-lime-800:visited {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:visited\:ring-offset-lime-900:visited {
    --tw-ring-offset-color: #365314;
  }

  .xl\:visited\:ring-offset-yellow-50:visited {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:visited\:ring-offset-yellow-100:visited {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:visited\:ring-offset-yellow-200:visited {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:visited\:ring-offset-yellow-300:visited {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:visited\:ring-offset-yellow-400:visited {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:visited\:ring-offset-yellow-500:visited {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:visited\:ring-offset-yellow-600:visited {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:visited\:ring-offset-yellow-700:visited {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:visited\:ring-offset-yellow-800:visited {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:visited\:ring-offset-yellow-900:visited {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:visited\:ring-offset-amber-50:visited {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:visited\:ring-offset-amber-100:visited {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:visited\:ring-offset-amber-200:visited {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:visited\:ring-offset-amber-300:visited {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:visited\:ring-offset-amber-400:visited {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:visited\:ring-offset-amber-500:visited {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:visited\:ring-offset-amber-600:visited {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:visited\:ring-offset-amber-700:visited {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:visited\:ring-offset-amber-800:visited {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:visited\:ring-offset-amber-900:visited {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:visited\:ring-offset-orange-50:visited {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:visited\:ring-offset-orange-100:visited {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:visited\:ring-offset-orange-200:visited {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:visited\:ring-offset-orange-300:visited {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:visited\:ring-offset-orange-400:visited {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:visited\:ring-offset-orange-500:visited {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:visited\:ring-offset-orange-600:visited {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:visited\:ring-offset-orange-700:visited {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:visited\:ring-offset-orange-800:visited {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:visited\:ring-offset-orange-900:visited {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:visited\:ring-offset-red-50:visited {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:visited\:ring-offset-red-100:visited {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:visited\:ring-offset-red-200:visited {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:visited\:ring-offset-red-300:visited {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:visited\:ring-offset-red-400:visited {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:visited\:ring-offset-red-500:visited {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:visited\:ring-offset-red-600:visited {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:visited\:ring-offset-red-700:visited {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:visited\:ring-offset-red-800:visited {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:visited\:ring-offset-red-900:visited {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:visited\:ring-offset-warmGray-50:visited {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:visited\:ring-offset-warmGray-100:visited {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:visited\:ring-offset-warmGray-200:visited {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:visited\:ring-offset-warmGray-300:visited {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:visited\:ring-offset-warmGray-400:visited {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:visited\:ring-offset-warmGray-500:visited {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:visited\:ring-offset-warmGray-600:visited {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:visited\:ring-offset-warmGray-700:visited {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:visited\:ring-offset-warmGray-800:visited {
    --tw-ring-offset-color: #292524;
  }

  .xl\:visited\:ring-offset-warmGray-900:visited {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:visited\:ring-offset-trueGray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:visited\:ring-offset-trueGray-100:visited {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:visited\:ring-offset-trueGray-200:visited {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:visited\:ring-offset-trueGray-300:visited {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:visited\:ring-offset-trueGray-400:visited {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:visited\:ring-offset-trueGray-500:visited {
    --tw-ring-offset-color: #737373;
  }

  .xl\:visited\:ring-offset-trueGray-600:visited {
    --tw-ring-offset-color: #525252;
  }

  .xl\:visited\:ring-offset-trueGray-700:visited {
    --tw-ring-offset-color: #404040;
  }

  .xl\:visited\:ring-offset-trueGray-800:visited {
    --tw-ring-offset-color: #262626;
  }

  .xl\:visited\:ring-offset-trueGray-900:visited {
    --tw-ring-offset-color: #171717;
  }

  .xl\:visited\:ring-offset-gray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:visited\:ring-offset-gray-100:visited {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:visited\:ring-offset-gray-200:visited {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:visited\:ring-offset-gray-300:visited {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:visited\:ring-offset-gray-400:visited {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:visited\:ring-offset-gray-500:visited {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:visited\:ring-offset-gray-600:visited {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:visited\:ring-offset-gray-700:visited {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:visited\:ring-offset-gray-800:visited {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:visited\:ring-offset-gray-900:visited {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:visited\:ring-offset-coolGray-50:visited {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:visited\:ring-offset-coolGray-100:visited {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:visited\:ring-offset-coolGray-200:visited {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:visited\:ring-offset-coolGray-300:visited {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:visited\:ring-offset-coolGray-400:visited {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:visited\:ring-offset-coolGray-500:visited {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:visited\:ring-offset-coolGray-600:visited {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:visited\:ring-offset-coolGray-700:visited {
    --tw-ring-offset-color: #374151;
  }

  .xl\:visited\:ring-offset-coolGray-800:visited {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:visited\:ring-offset-coolGray-900:visited {
    --tw-ring-offset-color: #111827;
  }

  .xl\:visited\:ring-offset-blueGray-50:visited {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:visited\:ring-offset-blueGray-100:visited {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:visited\:ring-offset-blueGray-200:visited {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:visited\:ring-offset-blueGray-300:visited {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:visited\:ring-offset-blueGray-400:visited {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:visited\:ring-offset-blueGray-500:visited {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:visited\:ring-offset-blueGray-600:visited {
    --tw-ring-offset-color: #475569;
  }

  .xl\:visited\:ring-offset-blueGray-700:visited {
    --tw-ring-offset-color: #334155;
  }

  .xl\:visited\:ring-offset-blueGray-800:visited {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:visited\:ring-offset-blueGray-900:visited {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:visited\:ring-offset-current:visited {
    --tw-ring-offset-color: current;
  }

  .xl\:visited\:ring-offset-transparent:visited {
    --tw-ring-offset-color: transparent;
  }

  .xl\:disabled\:ring-offset-black:disabled {
    --tw-ring-offset-color: #000;
  }

  .xl\:disabled\:ring-offset-white:disabled {
    --tw-ring-offset-color: #fff;
  }

  .xl\:disabled\:ring-offset-rose-50:disabled {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:disabled\:ring-offset-rose-100:disabled {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:disabled\:ring-offset-rose-200:disabled {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:disabled\:ring-offset-rose-300:disabled {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:disabled\:ring-offset-rose-400:disabled {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:disabled\:ring-offset-rose-500:disabled {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:disabled\:ring-offset-rose-600:disabled {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:disabled\:ring-offset-rose-700:disabled {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:disabled\:ring-offset-rose-800:disabled {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:disabled\:ring-offset-rose-900:disabled {
    --tw-ring-offset-color: #881337;
  }

  .xl\:disabled\:ring-offset-pink-50:disabled {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:disabled\:ring-offset-pink-100:disabled {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:disabled\:ring-offset-pink-200:disabled {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:disabled\:ring-offset-pink-300:disabled {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:disabled\:ring-offset-pink-400:disabled {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:disabled\:ring-offset-pink-500:disabled {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:disabled\:ring-offset-pink-600:disabled {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:disabled\:ring-offset-pink-700:disabled {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:disabled\:ring-offset-pink-800:disabled {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:disabled\:ring-offset-pink-900:disabled {
    --tw-ring-offset-color: #831843;
  }

  .xl\:disabled\:ring-offset-fuchsia-50:disabled {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:disabled\:ring-offset-fuchsia-100:disabled {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:disabled\:ring-offset-fuchsia-200:disabled {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:disabled\:ring-offset-fuchsia-300:disabled {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:disabled\:ring-offset-fuchsia-400:disabled {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:disabled\:ring-offset-fuchsia-500:disabled {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:disabled\:ring-offset-fuchsia-600:disabled {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:disabled\:ring-offset-fuchsia-700:disabled {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:disabled\:ring-offset-fuchsia-800:disabled {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:disabled\:ring-offset-fuchsia-900:disabled {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:disabled\:ring-offset-purple-50:disabled {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:disabled\:ring-offset-purple-100:disabled {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:disabled\:ring-offset-purple-200:disabled {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:disabled\:ring-offset-purple-300:disabled {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:disabled\:ring-offset-purple-400:disabled {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:disabled\:ring-offset-purple-500:disabled {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:disabled\:ring-offset-purple-600:disabled {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:disabled\:ring-offset-purple-700:disabled {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:disabled\:ring-offset-purple-800:disabled {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:disabled\:ring-offset-purple-900:disabled {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:disabled\:ring-offset-violet-50:disabled {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:disabled\:ring-offset-violet-100:disabled {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:disabled\:ring-offset-violet-200:disabled {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:disabled\:ring-offset-violet-300:disabled {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:disabled\:ring-offset-violet-400:disabled {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:disabled\:ring-offset-violet-500:disabled {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:disabled\:ring-offset-violet-600:disabled {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:disabled\:ring-offset-violet-700:disabled {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:disabled\:ring-offset-violet-800:disabled {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:disabled\:ring-offset-violet-900:disabled {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:disabled\:ring-offset-indigo-50:disabled {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:disabled\:ring-offset-indigo-100:disabled {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:disabled\:ring-offset-indigo-200:disabled {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:disabled\:ring-offset-indigo-300:disabled {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:disabled\:ring-offset-indigo-400:disabled {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:disabled\:ring-offset-indigo-500:disabled {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:disabled\:ring-offset-indigo-600:disabled {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:disabled\:ring-offset-indigo-700:disabled {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:disabled\:ring-offset-indigo-800:disabled {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:disabled\:ring-offset-indigo-900:disabled {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:disabled\:ring-offset-blue-50:disabled {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:disabled\:ring-offset-blue-100:disabled {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:disabled\:ring-offset-blue-200:disabled {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:disabled\:ring-offset-blue-300:disabled {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:disabled\:ring-offset-blue-400:disabled {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:disabled\:ring-offset-blue-500:disabled {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:disabled\:ring-offset-blue-600:disabled {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:disabled\:ring-offset-blue-700:disabled {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:disabled\:ring-offset-blue-800:disabled {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:disabled\:ring-offset-blue-900:disabled {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:disabled\:ring-offset-lightBlue-50:disabled {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:disabled\:ring-offset-lightBlue-100:disabled {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:disabled\:ring-offset-lightBlue-200:disabled {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:disabled\:ring-offset-lightBlue-300:disabled {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:disabled\:ring-offset-lightBlue-400:disabled {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:disabled\:ring-offset-lightBlue-500:disabled {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:disabled\:ring-offset-lightBlue-600:disabled {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:disabled\:ring-offset-lightBlue-700:disabled {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:disabled\:ring-offset-lightBlue-800:disabled {
    --tw-ring-offset-color: #075985;
  }

  .xl\:disabled\:ring-offset-lightBlue-900:disabled {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl\:disabled\:ring-offset-cyan-50:disabled {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:disabled\:ring-offset-cyan-100:disabled {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:disabled\:ring-offset-cyan-200:disabled {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:disabled\:ring-offset-cyan-300:disabled {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:disabled\:ring-offset-cyan-400:disabled {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:disabled\:ring-offset-cyan-500:disabled {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:disabled\:ring-offset-cyan-600:disabled {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:disabled\:ring-offset-cyan-700:disabled {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:disabled\:ring-offset-cyan-800:disabled {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:disabled\:ring-offset-cyan-900:disabled {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:disabled\:ring-offset-teal-50:disabled {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:disabled\:ring-offset-teal-100:disabled {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:disabled\:ring-offset-teal-200:disabled {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:disabled\:ring-offset-teal-300:disabled {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:disabled\:ring-offset-teal-400:disabled {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:disabled\:ring-offset-teal-500:disabled {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:disabled\:ring-offset-teal-600:disabled {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:disabled\:ring-offset-teal-700:disabled {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:disabled\:ring-offset-teal-800:disabled {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:disabled\:ring-offset-teal-900:disabled {
    --tw-ring-offset-color: #134e4a;
  }

  .xl\:disabled\:ring-offset-emerald-50:disabled {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:disabled\:ring-offset-emerald-100:disabled {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:disabled\:ring-offset-emerald-200:disabled {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:disabled\:ring-offset-emerald-300:disabled {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:disabled\:ring-offset-emerald-400:disabled {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:disabled\:ring-offset-emerald-500:disabled {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:disabled\:ring-offset-emerald-600:disabled {
    --tw-ring-offset-color: #059669;
  }

  .xl\:disabled\:ring-offset-emerald-700:disabled {
    --tw-ring-offset-color: #047857;
  }

  .xl\:disabled\:ring-offset-emerald-800:disabled {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:disabled\:ring-offset-emerald-900:disabled {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:disabled\:ring-offset-green-50:disabled {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:disabled\:ring-offset-green-100:disabled {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:disabled\:ring-offset-green-200:disabled {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:disabled\:ring-offset-green-300:disabled {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:disabled\:ring-offset-green-400:disabled {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:disabled\:ring-offset-green-500:disabled {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:disabled\:ring-offset-green-600:disabled {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:disabled\:ring-offset-green-700:disabled {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:disabled\:ring-offset-green-800:disabled {
    --tw-ring-offset-color: #166534;
  }

  .xl\:disabled\:ring-offset-green-900:disabled {
    --tw-ring-offset-color: #14532d;
  }

  .xl\:disabled\:ring-offset-lime-50:disabled {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:disabled\:ring-offset-lime-100:disabled {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:disabled\:ring-offset-lime-200:disabled {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:disabled\:ring-offset-lime-300:disabled {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:disabled\:ring-offset-lime-400:disabled {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:disabled\:ring-offset-lime-500:disabled {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:disabled\:ring-offset-lime-600:disabled {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:disabled\:ring-offset-lime-700:disabled {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:disabled\:ring-offset-lime-800:disabled {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:disabled\:ring-offset-lime-900:disabled {
    --tw-ring-offset-color: #365314;
  }

  .xl\:disabled\:ring-offset-yellow-50:disabled {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:disabled\:ring-offset-yellow-100:disabled {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:disabled\:ring-offset-yellow-200:disabled {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:disabled\:ring-offset-yellow-300:disabled {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:disabled\:ring-offset-yellow-400:disabled {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:disabled\:ring-offset-yellow-500:disabled {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:disabled\:ring-offset-yellow-600:disabled {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:disabled\:ring-offset-yellow-700:disabled {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:disabled\:ring-offset-yellow-800:disabled {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:disabled\:ring-offset-yellow-900:disabled {
    --tw-ring-offset-color: #713f12;
  }

  .xl\:disabled\:ring-offset-amber-50:disabled {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:disabled\:ring-offset-amber-100:disabled {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:disabled\:ring-offset-amber-200:disabled {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:disabled\:ring-offset-amber-300:disabled {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:disabled\:ring-offset-amber-400:disabled {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:disabled\:ring-offset-amber-500:disabled {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:disabled\:ring-offset-amber-600:disabled {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:disabled\:ring-offset-amber-700:disabled {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:disabled\:ring-offset-amber-800:disabled {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:disabled\:ring-offset-amber-900:disabled {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:disabled\:ring-offset-orange-50:disabled {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:disabled\:ring-offset-orange-100:disabled {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:disabled\:ring-offset-orange-200:disabled {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:disabled\:ring-offset-orange-300:disabled {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:disabled\:ring-offset-orange-400:disabled {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:disabled\:ring-offset-orange-500:disabled {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:disabled\:ring-offset-orange-600:disabled {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:disabled\:ring-offset-orange-700:disabled {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:disabled\:ring-offset-orange-800:disabled {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:disabled\:ring-offset-orange-900:disabled {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl\:disabled\:ring-offset-red-50:disabled {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:disabled\:ring-offset-red-100:disabled {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:disabled\:ring-offset-red-200:disabled {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:disabled\:ring-offset-red-300:disabled {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:disabled\:ring-offset-red-400:disabled {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:disabled\:ring-offset-red-500:disabled {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:disabled\:ring-offset-red-600:disabled {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:disabled\:ring-offset-red-700:disabled {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:disabled\:ring-offset-red-800:disabled {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:disabled\:ring-offset-red-900:disabled {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:disabled\:ring-offset-warmGray-50:disabled {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:disabled\:ring-offset-warmGray-100:disabled {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:disabled\:ring-offset-warmGray-200:disabled {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:disabled\:ring-offset-warmGray-300:disabled {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:disabled\:ring-offset-warmGray-400:disabled {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:disabled\:ring-offset-warmGray-500:disabled {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:disabled\:ring-offset-warmGray-600:disabled {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:disabled\:ring-offset-warmGray-700:disabled {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:disabled\:ring-offset-warmGray-800:disabled {
    --tw-ring-offset-color: #292524;
  }

  .xl\:disabled\:ring-offset-warmGray-900:disabled {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:disabled\:ring-offset-trueGray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:disabled\:ring-offset-trueGray-100:disabled {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:disabled\:ring-offset-trueGray-200:disabled {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:disabled\:ring-offset-trueGray-300:disabled {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:disabled\:ring-offset-trueGray-400:disabled {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:disabled\:ring-offset-trueGray-500:disabled {
    --tw-ring-offset-color: #737373;
  }

  .xl\:disabled\:ring-offset-trueGray-600:disabled {
    --tw-ring-offset-color: #525252;
  }

  .xl\:disabled\:ring-offset-trueGray-700:disabled {
    --tw-ring-offset-color: #404040;
  }

  .xl\:disabled\:ring-offset-trueGray-800:disabled {
    --tw-ring-offset-color: #262626;
  }

  .xl\:disabled\:ring-offset-trueGray-900:disabled {
    --tw-ring-offset-color: #171717;
  }

  .xl\:disabled\:ring-offset-gray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:disabled\:ring-offset-gray-100:disabled {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:disabled\:ring-offset-gray-200:disabled {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:disabled\:ring-offset-gray-300:disabled {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:disabled\:ring-offset-gray-400:disabled {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:disabled\:ring-offset-gray-500:disabled {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:disabled\:ring-offset-gray-600:disabled {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:disabled\:ring-offset-gray-700:disabled {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:disabled\:ring-offset-gray-800:disabled {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:disabled\:ring-offset-gray-900:disabled {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:disabled\:ring-offset-coolGray-50:disabled {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:disabled\:ring-offset-coolGray-100:disabled {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:disabled\:ring-offset-coolGray-200:disabled {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:disabled\:ring-offset-coolGray-300:disabled {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:disabled\:ring-offset-coolGray-400:disabled {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:disabled\:ring-offset-coolGray-500:disabled {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:disabled\:ring-offset-coolGray-600:disabled {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:disabled\:ring-offset-coolGray-700:disabled {
    --tw-ring-offset-color: #374151;
  }

  .xl\:disabled\:ring-offset-coolGray-800:disabled {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:disabled\:ring-offset-coolGray-900:disabled {
    --tw-ring-offset-color: #111827;
  }

  .xl\:disabled\:ring-offset-blueGray-50:disabled {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:disabled\:ring-offset-blueGray-100:disabled {
    --tw-ring-offset-color: #f1f5f9;
  }

  .xl\:disabled\:ring-offset-blueGray-200:disabled {
    --tw-ring-offset-color: #e2e8f0;
  }

  .xl\:disabled\:ring-offset-blueGray-300:disabled {
    --tw-ring-offset-color: #cbd5e1;
  }

  .xl\:disabled\:ring-offset-blueGray-400:disabled {
    --tw-ring-offset-color: #94a3b8;
  }

  .xl\:disabled\:ring-offset-blueGray-500:disabled {
    --tw-ring-offset-color: #64748b;
  }

  .xl\:disabled\:ring-offset-blueGray-600:disabled {
    --tw-ring-offset-color: #475569;
  }

  .xl\:disabled\:ring-offset-blueGray-700:disabled {
    --tw-ring-offset-color: #334155;
  }

  .xl\:disabled\:ring-offset-blueGray-800:disabled {
    --tw-ring-offset-color: #1e293b;
  }

  .xl\:disabled\:ring-offset-blueGray-900:disabled {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:disabled\:ring-offset-current:disabled {
    --tw-ring-offset-color: current;
  }

  .xl\:disabled\:ring-offset-transparent:disabled {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .group:hover .xl\:group-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .group:hover .xl\:group-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .group:hover .xl\:group-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .group:hover .xl\:group-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .group:hover .xl\:group-hover\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:first\:ring-offset-0:first-child {
    --tw-ring-offset-width: 0px;
  }

  .xl\:first\:ring-offset-1:first-child {
    --tw-ring-offset-width: 1px;
  }

  .xl\:first\:ring-offset-2:first-child {
    --tw-ring-offset-width: 2px;
  }

  .xl\:first\:ring-offset-4:first-child {
    --tw-ring-offset-width: 4px;
  }

  .xl\:first\:ring-offset-8:first-child {
    --tw-ring-offset-width: 8px;
  }

  .xl\:last\:ring-offset-0:last-child {
    --tw-ring-offset-width: 0px;
  }

  .xl\:last\:ring-offset-1:last-child {
    --tw-ring-offset-width: 1px;
  }

  .xl\:last\:ring-offset-2:last-child {
    --tw-ring-offset-width: 2px;
  }

  .xl\:last\:ring-offset-4:last-child {
    --tw-ring-offset-width: 4px;
  }

  .xl\:last\:ring-offset-8:last-child {
    --tw-ring-offset-width: 8px;
  }

  .xl\:odd\:ring-offset-0:nth-child(odd) {
    --tw-ring-offset-width: 0px;
  }

  .xl\:odd\:ring-offset-1:nth-child(odd) {
    --tw-ring-offset-width: 1px;
  }

  .xl\:odd\:ring-offset-2:nth-child(odd) {
    --tw-ring-offset-width: 2px;
  }

  .xl\:odd\:ring-offset-4:nth-child(odd) {
    --tw-ring-offset-width: 4px;
  }

  .xl\:odd\:ring-offset-8:nth-child(odd) {
    --tw-ring-offset-width: 8px;
  }

  .xl\:even\:ring-offset-0:nth-child(even) {
    --tw-ring-offset-width: 0px;
  }

  .xl\:even\:ring-offset-1:nth-child(even) {
    --tw-ring-offset-width: 1px;
  }

  .xl\:even\:ring-offset-2:nth-child(even) {
    --tw-ring-offset-width: 2px;
  }

  .xl\:even\:ring-offset-4:nth-child(even) {
    --tw-ring-offset-width: 4px;
  }

  .xl\:even\:ring-offset-8:nth-child(even) {
    --tw-ring-offset-width: 8px;
  }

  .xl\:hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .xl\:hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .xl\:hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .xl\:hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .xl\:hover\:ring-offset-8:hover {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:active\:ring-offset-0:active {
    --tw-ring-offset-width: 0px;
  }

  .xl\:active\:ring-offset-1:active {
    --tw-ring-offset-width: 1px;
  }

  .xl\:active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
  }

  .xl\:active\:ring-offset-4:active {
    --tw-ring-offset-width: 4px;
  }

  .xl\:active\:ring-offset-8:active {
    --tw-ring-offset-width: 8px;
  }

  .xl\:visited\:ring-offset-0:visited {
    --tw-ring-offset-width: 0px;
  }

  .xl\:visited\:ring-offset-1:visited {
    --tw-ring-offset-width: 1px;
  }

  .xl\:visited\:ring-offset-2:visited {
    --tw-ring-offset-width: 2px;
  }

  .xl\:visited\:ring-offset-4:visited {
    --tw-ring-offset-width: 4px;
  }

  .xl\:visited\:ring-offset-8:visited {
    --tw-ring-offset-width: 8px;
  }

  .xl\:disabled\:ring-offset-0:disabled {
    --tw-ring-offset-width: 0px;
  }

  .xl\:disabled\:ring-offset-1:disabled {
    --tw-ring-offset-width: 1px;
  }

  .xl\:disabled\:ring-offset-2:disabled {
    --tw-ring-offset-width: 2px;
  }

  .xl\:disabled\:ring-offset-4:disabled {
    --tw-ring-offset-width: 4px;
  }

  .xl\:disabled\:ring-offset-8:disabled {
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:ring-current {
    --tw-ring-color: current;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .group:hover .xl\:group-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .group:hover .xl\:group-hover\:ring-current {
    --tw-ring-color: current;
  }

  .group:hover .xl\:group-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warmGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-trueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-coolGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: current;
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:first\:ring-black:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-white:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-rose-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-pink-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-fuchsia-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-purple-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-violet-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-indigo-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lightBlue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-cyan-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-teal-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-emerald-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-green-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-lime-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-yellow-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-amber-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-orange-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-red-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-warmGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-trueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-gray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-coolGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-blueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:first\:ring-current:first-child {
    --tw-ring-color: current;
  }

  .xl\:first\:ring-transparent:first-child {
    --tw-ring-color: transparent;
  }

  .xl\:last\:ring-black:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-white:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-rose-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-pink-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-fuchsia-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-purple-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-violet-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-indigo-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lightBlue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-cyan-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-teal-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-emerald-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-green-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-lime-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-yellow-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-amber-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-orange-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-red-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-warmGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-trueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-gray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-coolGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-blueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:last\:ring-current:last-child {
    --tw-ring-color: current;
  }

  .xl\:last\:ring-transparent:last-child {
    --tw-ring-color: transparent;
  }

  .xl\:odd\:ring-black:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-white:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-rose-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-pink-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-fuchsia-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-purple-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-violet-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-indigo-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lightBlue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-cyan-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-teal-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-emerald-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-green-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-lime-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-yellow-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-amber-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-orange-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-red-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-warmGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-trueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-gray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-coolGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-blueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:odd\:ring-current:nth-child(odd) {
    --tw-ring-color: current;
  }

  .xl\:odd\:ring-transparent:nth-child(odd) {
    --tw-ring-color: transparent;
  }

  .xl\:even\:ring-black:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-white:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-rose-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-pink-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-fuchsia-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-purple-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-violet-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-indigo-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lightBlue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-cyan-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-teal-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-emerald-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-green-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-lime-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-yellow-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-amber-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-orange-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-red-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-warmGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-trueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-gray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-coolGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-blueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:even\:ring-current:nth-child(even) {
    --tw-ring-color: current;
  }

  .xl\:even\:ring-transparent:nth-child(even) {
    --tw-ring-color: transparent;
  }

  .xl\:hover\:ring-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lightBlue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-warmGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-trueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-coolGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-blueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:hover\:ring-current:hover {
    --tw-ring-color: current;
  }

  .xl\:hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lightBlue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warmGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-trueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-coolGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: current;
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:active\:ring-black:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-white:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-rose-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-pink-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-fuchsia-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-purple-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-violet-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-indigo-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lightBlue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-cyan-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-teal-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-emerald-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-green-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-lime-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-yellow-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-amber-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-orange-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-red-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-warmGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-trueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-gray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-coolGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-blueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:active\:ring-current:active {
    --tw-ring-color: current;
  }

  .xl\:active\:ring-transparent:active {
    --tw-ring-color: transparent;
  }

  .xl\:visited\:ring-black:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-white:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-rose-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-pink-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-fuchsia-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-purple-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-violet-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-indigo-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lightBlue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-cyan-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-teal-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-emerald-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-green-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-lime-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-yellow-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-amber-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-orange-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-red-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-warmGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-trueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-gray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-coolGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-blueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:visited\:ring-current:visited {
    --tw-ring-color: current;
  }

  .xl\:visited\:ring-transparent:visited {
    --tw-ring-color: transparent;
  }

  .xl\:disabled\:ring-black:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-white:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-rose-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-pink-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-fuchsia-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-purple-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-violet-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-indigo-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lightBlue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-cyan-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-teal-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-emerald-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-green-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-lime-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-yellow-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-amber-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-orange-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-red-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-warmGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-trueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-gray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-coolGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-blueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:disabled\:ring-current:disabled {
    --tw-ring-color: current;
  }

  .xl\:disabled\:ring-transparent:disabled {
    --tw-ring-color: transparent;
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .group:hover .xl\:group-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .group:hover .xl\:group-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:first\:ring-opacity-0:first-child {
    --tw-ring-opacity: 0;
  }

  .xl\:first\:ring-opacity-5:first-child {
    --tw-ring-opacity: 0.05;
  }

  .xl\:first\:ring-opacity-10:first-child {
    --tw-ring-opacity: 0.1;
  }

  .xl\:first\:ring-opacity-20:first-child {
    --tw-ring-opacity: 0.2;
  }

  .xl\:first\:ring-opacity-25:first-child {
    --tw-ring-opacity: 0.25;
  }

  .xl\:first\:ring-opacity-30:first-child {
    --tw-ring-opacity: 0.3;
  }

  .xl\:first\:ring-opacity-40:first-child {
    --tw-ring-opacity: 0.4;
  }

  .xl\:first\:ring-opacity-50:first-child {
    --tw-ring-opacity: 0.5;
  }

  .xl\:first\:ring-opacity-60:first-child {
    --tw-ring-opacity: 0.6;
  }

  .xl\:first\:ring-opacity-70:first-child {
    --tw-ring-opacity: 0.7;
  }

  .xl\:first\:ring-opacity-75:first-child {
    --tw-ring-opacity: 0.75;
  }

  .xl\:first\:ring-opacity-80:first-child {
    --tw-ring-opacity: 0.8;
  }

  .xl\:first\:ring-opacity-90:first-child {
    --tw-ring-opacity: 0.9;
  }

  .xl\:first\:ring-opacity-95:first-child {
    --tw-ring-opacity: 0.95;
  }

  .xl\:first\:ring-opacity-100:first-child {
    --tw-ring-opacity: 1;
  }

  .xl\:last\:ring-opacity-0:last-child {
    --tw-ring-opacity: 0;
  }

  .xl\:last\:ring-opacity-5:last-child {
    --tw-ring-opacity: 0.05;
  }

  .xl\:last\:ring-opacity-10:last-child {
    --tw-ring-opacity: 0.1;
  }

  .xl\:last\:ring-opacity-20:last-child {
    --tw-ring-opacity: 0.2;
  }

  .xl\:last\:ring-opacity-25:last-child {
    --tw-ring-opacity: 0.25;
  }

  .xl\:last\:ring-opacity-30:last-child {
    --tw-ring-opacity: 0.3;
  }

  .xl\:last\:ring-opacity-40:last-child {
    --tw-ring-opacity: 0.4;
  }

  .xl\:last\:ring-opacity-50:last-child {
    --tw-ring-opacity: 0.5;
  }

  .xl\:last\:ring-opacity-60:last-child {
    --tw-ring-opacity: 0.6;
  }

  .xl\:last\:ring-opacity-70:last-child {
    --tw-ring-opacity: 0.7;
  }

  .xl\:last\:ring-opacity-75:last-child {
    --tw-ring-opacity: 0.75;
  }

  .xl\:last\:ring-opacity-80:last-child {
    --tw-ring-opacity: 0.8;
  }

  .xl\:last\:ring-opacity-90:last-child {
    --tw-ring-opacity: 0.9;
  }

  .xl\:last\:ring-opacity-95:last-child {
    --tw-ring-opacity: 0.95;
  }

  .xl\:last\:ring-opacity-100:last-child {
    --tw-ring-opacity: 1;
  }

  .xl\:odd\:ring-opacity-0:nth-child(odd) {
    --tw-ring-opacity: 0;
  }

  .xl\:odd\:ring-opacity-5:nth-child(odd) {
    --tw-ring-opacity: 0.05;
  }

  .xl\:odd\:ring-opacity-10:nth-child(odd) {
    --tw-ring-opacity: 0.1;
  }

  .xl\:odd\:ring-opacity-20:nth-child(odd) {
    --tw-ring-opacity: 0.2;
  }

  .xl\:odd\:ring-opacity-25:nth-child(odd) {
    --tw-ring-opacity: 0.25;
  }

  .xl\:odd\:ring-opacity-30:nth-child(odd) {
    --tw-ring-opacity: 0.3;
  }

  .xl\:odd\:ring-opacity-40:nth-child(odd) {
    --tw-ring-opacity: 0.4;
  }

  .xl\:odd\:ring-opacity-50:nth-child(odd) {
    --tw-ring-opacity: 0.5;
  }

  .xl\:odd\:ring-opacity-60:nth-child(odd) {
    --tw-ring-opacity: 0.6;
  }

  .xl\:odd\:ring-opacity-70:nth-child(odd) {
    --tw-ring-opacity: 0.7;
  }

  .xl\:odd\:ring-opacity-75:nth-child(odd) {
    --tw-ring-opacity: 0.75;
  }

  .xl\:odd\:ring-opacity-80:nth-child(odd) {
    --tw-ring-opacity: 0.8;
  }

  .xl\:odd\:ring-opacity-90:nth-child(odd) {
    --tw-ring-opacity: 0.9;
  }

  .xl\:odd\:ring-opacity-95:nth-child(odd) {
    --tw-ring-opacity: 0.95;
  }

  .xl\:odd\:ring-opacity-100:nth-child(odd) {
    --tw-ring-opacity: 1;
  }

  .xl\:even\:ring-opacity-0:nth-child(even) {
    --tw-ring-opacity: 0;
  }

  .xl\:even\:ring-opacity-5:nth-child(even) {
    --tw-ring-opacity: 0.05;
  }

  .xl\:even\:ring-opacity-10:nth-child(even) {
    --tw-ring-opacity: 0.1;
  }

  .xl\:even\:ring-opacity-20:nth-child(even) {
    --tw-ring-opacity: 0.2;
  }

  .xl\:even\:ring-opacity-25:nth-child(even) {
    --tw-ring-opacity: 0.25;
  }

  .xl\:even\:ring-opacity-30:nth-child(even) {
    --tw-ring-opacity: 0.3;
  }

  .xl\:even\:ring-opacity-40:nth-child(even) {
    --tw-ring-opacity: 0.4;
  }

  .xl\:even\:ring-opacity-50:nth-child(even) {
    --tw-ring-opacity: 0.5;
  }

  .xl\:even\:ring-opacity-60:nth-child(even) {
    --tw-ring-opacity: 0.6;
  }

  .xl\:even\:ring-opacity-70:nth-child(even) {
    --tw-ring-opacity: 0.7;
  }

  .xl\:even\:ring-opacity-75:nth-child(even) {
    --tw-ring-opacity: 0.75;
  }

  .xl\:even\:ring-opacity-80:nth-child(even) {
    --tw-ring-opacity: 0.8;
  }

  .xl\:even\:ring-opacity-90:nth-child(even) {
    --tw-ring-opacity: 0.9;
  }

  .xl\:even\:ring-opacity-95:nth-child(even) {
    --tw-ring-opacity: 0.95;
  }

  .xl\:even\:ring-opacity-100:nth-child(even) {
    --tw-ring-opacity: 1;
  }

  .xl\:hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .xl\:hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .xl\:hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .xl\:hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .xl\:hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .xl\:hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .xl\:hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .xl\:hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .xl\:hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .xl\:hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .xl\:hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .xl\:hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .xl\:hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .xl\:hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .xl\:hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:active\:ring-opacity-0:active {
    --tw-ring-opacity: 0;
  }

  .xl\:active\:ring-opacity-5:active {
    --tw-ring-opacity: 0.05;
  }

  .xl\:active\:ring-opacity-10:active {
    --tw-ring-opacity: 0.1;
  }

  .xl\:active\:ring-opacity-20:active {
    --tw-ring-opacity: 0.2;
  }

  .xl\:active\:ring-opacity-25:active {
    --tw-ring-opacity: 0.25;
  }

  .xl\:active\:ring-opacity-30:active {
    --tw-ring-opacity: 0.3;
  }

  .xl\:active\:ring-opacity-40:active {
    --tw-ring-opacity: 0.4;
  }

  .xl\:active\:ring-opacity-50:active {
    --tw-ring-opacity: 0.5;
  }

  .xl\:active\:ring-opacity-60:active {
    --tw-ring-opacity: 0.6;
  }

  .xl\:active\:ring-opacity-70:active {
    --tw-ring-opacity: 0.7;
  }

  .xl\:active\:ring-opacity-75:active {
    --tw-ring-opacity: 0.75;
  }

  .xl\:active\:ring-opacity-80:active {
    --tw-ring-opacity: 0.8;
  }

  .xl\:active\:ring-opacity-90:active {
    --tw-ring-opacity: 0.9;
  }

  .xl\:active\:ring-opacity-95:active {
    --tw-ring-opacity: 0.95;
  }

  .xl\:active\:ring-opacity-100:active {
    --tw-ring-opacity: 1;
  }

  .xl\:visited\:ring-opacity-0:visited {
    --tw-ring-opacity: 0;
  }

  .xl\:visited\:ring-opacity-5:visited {
    --tw-ring-opacity: 0.05;
  }

  .xl\:visited\:ring-opacity-10:visited {
    --tw-ring-opacity: 0.1;
  }

  .xl\:visited\:ring-opacity-20:visited {
    --tw-ring-opacity: 0.2;
  }

  .xl\:visited\:ring-opacity-25:visited {
    --tw-ring-opacity: 0.25;
  }

  .xl\:visited\:ring-opacity-30:visited {
    --tw-ring-opacity: 0.3;
  }

  .xl\:visited\:ring-opacity-40:visited {
    --tw-ring-opacity: 0.4;
  }

  .xl\:visited\:ring-opacity-50:visited {
    --tw-ring-opacity: 0.5;
  }

  .xl\:visited\:ring-opacity-60:visited {
    --tw-ring-opacity: 0.6;
  }

  .xl\:visited\:ring-opacity-70:visited {
    --tw-ring-opacity: 0.7;
  }

  .xl\:visited\:ring-opacity-75:visited {
    --tw-ring-opacity: 0.75;
  }

  .xl\:visited\:ring-opacity-80:visited {
    --tw-ring-opacity: 0.8;
  }

  .xl\:visited\:ring-opacity-90:visited {
    --tw-ring-opacity: 0.9;
  }

  .xl\:visited\:ring-opacity-95:visited {
    --tw-ring-opacity: 0.95;
  }

  .xl\:visited\:ring-opacity-100:visited {
    --tw-ring-opacity: 1;
  }

  .xl\:disabled\:ring-opacity-0:disabled {
    --tw-ring-opacity: 0;
  }

  .xl\:disabled\:ring-opacity-5:disabled {
    --tw-ring-opacity: 0.05;
  }

  .xl\:disabled\:ring-opacity-10:disabled {
    --tw-ring-opacity: 0.1;
  }

  .xl\:disabled\:ring-opacity-20:disabled {
    --tw-ring-opacity: 0.2;
  }

  .xl\:disabled\:ring-opacity-25:disabled {
    --tw-ring-opacity: 0.25;
  }

  .xl\:disabled\:ring-opacity-30:disabled {
    --tw-ring-opacity: 0.3;
  }

  .xl\:disabled\:ring-opacity-40:disabled {
    --tw-ring-opacity: 0.4;
  }

  .xl\:disabled\:ring-opacity-50:disabled {
    --tw-ring-opacity: 0.5;
  }

  .xl\:disabled\:ring-opacity-60:disabled {
    --tw-ring-opacity: 0.6;
  }

  .xl\:disabled\:ring-opacity-70:disabled {
    --tw-ring-opacity: 0.7;
  }

  .xl\:disabled\:ring-opacity-75:disabled {
    --tw-ring-opacity: 0.75;
  }

  .xl\:disabled\:ring-opacity-80:disabled {
    --tw-ring-opacity: 0.8;
  }

  .xl\:disabled\:ring-opacity-90:disabled {
    --tw-ring-opacity: 0.9;
  }

  .xl\:disabled\:ring-opacity-95:disabled {
    --tw-ring-opacity: 0.95;
  }

  .xl\:disabled\:ring-opacity-100:disabled {
    --tw-ring-opacity: 1;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .group:hover .xl\:group-hover\:fill-current {
    fill: currentColor;
  }

  .xl\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .xl\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .xl\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .xl\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .xl\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .xl\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .xl\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .xl\:active\:fill-current:active {
    fill: currentColor;
  }

  .xl\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .xl\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .xl\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .xl\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .xl\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .xl\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .xl\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .xl\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .xl\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .xl\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .xl\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .xl\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .xl\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .group:hover .xl\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .xl\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .xl\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:focus-within\:stroke-0:focus-within {
    stroke-width: 0;
  }

  .xl\:focus-within\:stroke-1:focus-within {
    stroke-width: 1;
  }

  .xl\:focus-within\:stroke-2:focus-within {
    stroke-width: 2;
  }

  .xl\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .xl\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .xl\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .xl\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .xl\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .xl\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .xl\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .xl\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .xl\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .xl\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .xl\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .xl\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .xl\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .xl\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .xl\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .xl\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .xl\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .xl\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .xl\:active\:stroke-0:active {
    stroke-width: 0;
  }

  .xl\:active\:stroke-1:active {
    stroke-width: 1;
  }

  .xl\:active\:stroke-2:active {
    stroke-width: 2;
  }

  .xl\:visited\:stroke-0:visited {
    stroke-width: 0;
  }

  .xl\:visited\:stroke-1:visited {
    stroke-width: 1;
  }

  .xl\:visited\:stroke-2:visited {
    stroke-width: 2;
  }

  .xl\:disabled\:stroke-0:disabled {
    stroke-width: 0;
  }

  .xl\:disabled\:stroke-1:disabled {
    stroke-width: 1;
  }

  .xl\:disabled\:stroke-2:disabled {
    stroke-width: 2;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .xl\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .xl\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .xl\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .xl\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .xl\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .xl\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .xl\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .xl\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .xl\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .xl\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .xl\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .xl\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .xl\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .xl\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .xl\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .xl\:active\:table-auto:active {
    table-layout: auto;
  }

  .xl\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .xl\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .xl\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .xl\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .xl\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .group:hover .xl\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .xl\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .xl\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .xl\:group-hover\:text-justify {
    text-align: justify;
  }

  .xl\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .xl\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .xl\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .xl\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .xl\:first\:text-left:first-child {
    text-align: left;
  }

  .xl\:first\:text-center:first-child {
    text-align: center;
  }

  .xl\:first\:text-right:first-child {
    text-align: right;
  }

  .xl\:first\:text-justify:first-child {
    text-align: justify;
  }

  .xl\:last\:text-left:last-child {
    text-align: left;
  }

  .xl\:last\:text-center:last-child {
    text-align: center;
  }

  .xl\:last\:text-right:last-child {
    text-align: right;
  }

  .xl\:last\:text-justify:last-child {
    text-align: justify;
  }

  .xl\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .xl\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .xl\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .xl\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .xl\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .xl\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .xl\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .xl\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .xl\:hover\:text-left:hover {
    text-align: left;
  }

  .xl\:hover\:text-center:hover {
    text-align: center;
  }

  .xl\:hover\:text-right:hover {
    text-align: right;
  }

  .xl\:hover\:text-justify:hover {
    text-align: justify;
  }

  .xl\:focus\:text-left:focus {
    text-align: left;
  }

  .xl\:focus\:text-center:focus {
    text-align: center;
  }

  .xl\:focus\:text-right:focus {
    text-align: right;
  }

  .xl\:focus\:text-justify:focus {
    text-align: justify;
  }

  .xl\:active\:text-left:active {
    text-align: left;
  }

  .xl\:active\:text-center:active {
    text-align: center;
  }

  .xl\:active\:text-right:active {
    text-align: right;
  }

  .xl\:active\:text-justify:active {
    text-align: justify;
  }

  .xl\:visited\:text-left:visited {
    text-align: left;
  }

  .xl\:visited\:text-center:visited {
    text-align: center;
  }

  .xl\:visited\:text-right:visited {
    text-align: right;
  }

  .xl\:visited\:text-justify:visited {
    text-align: justify;
  }

  .xl\:disabled\:text-left:disabled {
    text-align: left;
  }

  .xl\:disabled\:text-center:disabled {
    text-align: center;
  }

  .xl\:disabled\:text-right:disabled {
    text-align: right;
  }

  .xl\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:text-current {
    color: current;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-current {
    color: current;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lightBlue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warmGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-trueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-coolGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-current:focus-within {
    color: current;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:first\:text-black:first-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:first\:text-white:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:first\:text-rose-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:first\:text-pink-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:first\:text-fuchsia-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:first\:text-purple-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:first\:text-violet-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:first\:text-indigo-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:first\:text-blue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:first\:text-lightBlue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:first\:text-cyan-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:first\:text-teal-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:first\:text-emerald-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:first\:text-green-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:first\:text-lime-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:first\:text-yellow-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:first\:text-amber-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:first\:text-orange-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:first\:text-red-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:first\:text-warmGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:first\:text-trueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:first\:text-gray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:first\:text-coolGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:first\:text-blueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:first\:text-current:first-child {
    color: current;
  }

  .xl\:first\:text-transparent:first-child {
    color: transparent;
  }

  .xl\:last\:text-black:last-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:last\:text-white:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:last\:text-rose-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:last\:text-pink-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:last\:text-fuchsia-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:last\:text-purple-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:last\:text-violet-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:last\:text-indigo-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:last\:text-blue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:last\:text-lightBlue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:last\:text-cyan-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:last\:text-teal-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:last\:text-emerald-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:last\:text-green-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:last\:text-lime-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:last\:text-yellow-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:last\:text-amber-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:last\:text-orange-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:last\:text-red-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:last\:text-warmGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:last\:text-trueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:last\:text-gray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:last\:text-coolGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:last\:text-blueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:last\:text-current:last-child {
    color: current;
  }

  .xl\:last\:text-transparent:last-child {
    color: transparent;
  }

  .xl\:odd\:text-black:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:odd\:text-white:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:odd\:text-rose-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:odd\:text-pink-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:odd\:text-fuchsia-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:odd\:text-purple-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:odd\:text-violet-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:odd\:text-indigo-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lightBlue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:odd\:text-cyan-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:odd\:text-teal-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:odd\:text-emerald-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:odd\:text-green-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:odd\:text-lime-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:odd\:text-yellow-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:odd\:text-amber-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:odd\:text-orange-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:odd\:text-red-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:odd\:text-warmGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:odd\:text-trueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:odd\:text-gray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:odd\:text-coolGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:odd\:text-blueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:odd\:text-current:nth-child(odd) {
    color: current;
  }

  .xl\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .xl\:even\:text-black:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:even\:text-white:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:even\:text-rose-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:even\:text-pink-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:even\:text-fuchsia-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:even\:text-purple-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:even\:text-violet-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:even\:text-indigo-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:even\:text-blue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:even\:text-lightBlue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:even\:text-cyan-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:even\:text-teal-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:even\:text-emerald-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:even\:text-green-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:even\:text-lime-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:even\:text-yellow-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:even\:text-amber-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:even\:text-orange-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:even\:text-red-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:even\:text-warmGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:even\:text-trueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:even\:text-gray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:even\:text-coolGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:even\:text-blueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:even\:text-current:nth-child(even) {
    color: current;
  }

  .xl\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lightBlue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warmGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-trueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-coolGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:hover\:text-current:hover {
    color: current;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lightBlue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warmGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-trueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-coolGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:focus\:text-current:focus {
    color: current;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-500:active {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-600:active {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-800:active {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:active\:text-rose-900:active {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-100:active {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-200:active {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-300:active {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-400:active {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-500:active {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-600:active {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-800:active {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:active\:text-pink-900:active {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-100:active {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-200:active {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-300:active {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-400:active {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-500:active {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-600:active {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-700:active {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-800:active {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:active\:text-fuchsia-900:active {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-200:active {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-300:active {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-400:active {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-500:active {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-600:active {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-700:active {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-800:active {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:active\:text-purple-900:active {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-50:active {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-100:active {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-200:active {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-300:active {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-400:active {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-500:active {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-600:active {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-700:active {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-800:active {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:active\:text-violet-900:active {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-50:active {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-200:active {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-300:active {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-400:active {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-500:active {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-600:active {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-700:active {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-800:active {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:active\:text-indigo-900:active {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-50:active {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-100:active {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-200:active {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-300:active {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-400:active {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-500:active {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-600:active {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-700:active {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:active\:text-blue-900:active {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-200:active {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-300:active {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-400:active {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-500:active {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-600:active {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-700:active {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-800:active {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:active\:text-lightBlue-900:active {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-100:active {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-200:active {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-300:active {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-400:active {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-500:active {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-600:active {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-700:active {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-800:active {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:active\:text-cyan-900:active {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-100:active {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-200:active {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-300:active {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-400:active {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-500:active {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-600:active {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-700:active {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-800:active {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:active\:text-teal-900:active {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-100:active {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-200:active {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-300:active {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-400:active {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-500:active {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-600:active {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-700:active {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-800:active {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:active\:text-emerald-900:active {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-100:active {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-200:active {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-300:active {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-400:active {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-500:active {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-600:active {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-700:active {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-800:active {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:active\:text-green-900:active {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-50:active {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-100:active {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-200:active {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-300:active {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-500:active {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-600:active {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-700:active {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-800:active {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:active\:text-lime-900:active {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-400:active {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-500:active {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-600:active {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-700:active {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-800:active {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:active\:text-yellow-900:active {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-200:active {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-500:active {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-600:active {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-700:active {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-800:active {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:active\:text-amber-900:active {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-500:active {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-600:active {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-700:active {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-800:active {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:active\:text-orange-900:active {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-400:active {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-500:active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-600:active {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-700:active {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-800:active {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:active\:text-red-900:active {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:active\:text-warmGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:active\:text-trueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-100:active {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-200:active {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-400:active {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:active\:text-gray-900:active {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:active\:text-coolGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:active\:text-blueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:active\:text-current:active {
    color: current;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:visited\:text-black:visited {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:text-white:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-500:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-600:visited {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-800:visited {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:visited\:text-rose-900:visited {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-100:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-200:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-300:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-400:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-500:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-600:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-800:visited {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:visited\:text-pink-900:visited {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-100:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-200:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-300:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-400:visited {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-500:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-600:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-700:visited {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-800:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:visited\:text-fuchsia-900:visited {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-200:visited {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-300:visited {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-400:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-500:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-700:visited {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-800:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:visited\:text-purple-900:visited {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-50:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-100:visited {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-200:visited {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-300:visited {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-400:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-500:visited {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-700:visited {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-800:visited {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:visited\:text-violet-900:visited {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-50:visited {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-200:visited {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-300:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-400:visited {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-500:visited {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-600:visited {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-700:visited {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-800:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:visited\:text-indigo-900:visited {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lightBlue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-100:visited {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-200:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-300:visited {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-400:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-500:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-600:visited {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-700:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-800:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:visited\:text-cyan-900:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-100:visited {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-200:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-300:visited {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-400:visited {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-500:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-600:visited {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-700:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-800:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:visited\:text-teal-900:visited {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-100:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-200:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-300:visited {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-400:visited {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-500:visited {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-600:visited {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-700:visited {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-800:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:visited\:text-emerald-900:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-100:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-200:visited {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-300:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-400:visited {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-500:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-600:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-700:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-800:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:visited\:text-green-900:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-50:visited {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-100:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-200:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-300:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-500:visited {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-600:visited {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-700:visited {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-800:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:visited\:text-lime-900:visited {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-400:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-500:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-600:visited {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-700:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-800:visited {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:visited\:text-yellow-900:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-200:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-500:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-600:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-700:visited {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-800:visited {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:visited\:text-amber-900:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-500:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-600:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-700:visited {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-800:visited {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:visited\:text-orange-900:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-400:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-500:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-600:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-700:visited {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-800:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:visited\:text-red-900:visited {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:visited\:text-warmGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:visited\:text-trueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:visited\:text-gray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:visited\:text-coolGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:visited\:text-blueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:visited\:text-current:visited {
    color: current;
  }

  .xl\:visited\:text-transparent:visited {
    color: transparent;
  }

  .xl\:disabled\:text-black:disabled {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-rose-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-pink-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-fuchsia-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-purple-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-violet-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-indigo-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lightBlue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-cyan-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-teal-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-emerald-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-green-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-lime-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-yellow-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-amber-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-orange-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-red-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-warmGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-trueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-gray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-coolGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-blueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:disabled\:text-current:disabled {
    color: current;
  }

  .xl\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:first\:text-opacity-0:first-child {
    --tw-text-opacity: 0;
  }

  .xl\:first\:text-opacity-5:first-child {
    --tw-text-opacity: 0.05;
  }

  .xl\:first\:text-opacity-10:first-child {
    --tw-text-opacity: 0.1;
  }

  .xl\:first\:text-opacity-20:first-child {
    --tw-text-opacity: 0.2;
  }

  .xl\:first\:text-opacity-25:first-child {
    --tw-text-opacity: 0.25;
  }

  .xl\:first\:text-opacity-30:first-child {
    --tw-text-opacity: 0.3;
  }

  .xl\:first\:text-opacity-40:first-child {
    --tw-text-opacity: 0.4;
  }

  .xl\:first\:text-opacity-50:first-child {
    --tw-text-opacity: 0.5;
  }

  .xl\:first\:text-opacity-60:first-child {
    --tw-text-opacity: 0.6;
  }

  .xl\:first\:text-opacity-70:first-child {
    --tw-text-opacity: 0.7;
  }

  .xl\:first\:text-opacity-75:first-child {
    --tw-text-opacity: 0.75;
  }

  .xl\:first\:text-opacity-80:first-child {
    --tw-text-opacity: 0.8;
  }

  .xl\:first\:text-opacity-90:first-child {
    --tw-text-opacity: 0.9;
  }

  .xl\:first\:text-opacity-95:first-child {
    --tw-text-opacity: 0.95;
  }

  .xl\:first\:text-opacity-100:first-child {
    --tw-text-opacity: 1;
  }

  .xl\:last\:text-opacity-0:last-child {
    --tw-text-opacity: 0;
  }

  .xl\:last\:text-opacity-5:last-child {
    --tw-text-opacity: 0.05;
  }

  .xl\:last\:text-opacity-10:last-child {
    --tw-text-opacity: 0.1;
  }

  .xl\:last\:text-opacity-20:last-child {
    --tw-text-opacity: 0.2;
  }

  .xl\:last\:text-opacity-25:last-child {
    --tw-text-opacity: 0.25;
  }

  .xl\:last\:text-opacity-30:last-child {
    --tw-text-opacity: 0.3;
  }

  .xl\:last\:text-opacity-40:last-child {
    --tw-text-opacity: 0.4;
  }

  .xl\:last\:text-opacity-50:last-child {
    --tw-text-opacity: 0.5;
  }

  .xl\:last\:text-opacity-60:last-child {
    --tw-text-opacity: 0.6;
  }

  .xl\:last\:text-opacity-70:last-child {
    --tw-text-opacity: 0.7;
  }

  .xl\:last\:text-opacity-75:last-child {
    --tw-text-opacity: 0.75;
  }

  .xl\:last\:text-opacity-80:last-child {
    --tw-text-opacity: 0.8;
  }

  .xl\:last\:text-opacity-90:last-child {
    --tw-text-opacity: 0.9;
  }

  .xl\:last\:text-opacity-95:last-child {
    --tw-text-opacity: 0.95;
  }

  .xl\:last\:text-opacity-100:last-child {
    --tw-text-opacity: 1;
  }

  .xl\:odd\:text-opacity-0:nth-child(odd) {
    --tw-text-opacity: 0;
  }

  .xl\:odd\:text-opacity-5:nth-child(odd) {
    --tw-text-opacity: 0.05;
  }

  .xl\:odd\:text-opacity-10:nth-child(odd) {
    --tw-text-opacity: 0.1;
  }

  .xl\:odd\:text-opacity-20:nth-child(odd) {
    --tw-text-opacity: 0.2;
  }

  .xl\:odd\:text-opacity-25:nth-child(odd) {
    --tw-text-opacity: 0.25;
  }

  .xl\:odd\:text-opacity-30:nth-child(odd) {
    --tw-text-opacity: 0.3;
  }

  .xl\:odd\:text-opacity-40:nth-child(odd) {
    --tw-text-opacity: 0.4;
  }

  .xl\:odd\:text-opacity-50:nth-child(odd) {
    --tw-text-opacity: 0.5;
  }

  .xl\:odd\:text-opacity-60:nth-child(odd) {
    --tw-text-opacity: 0.6;
  }

  .xl\:odd\:text-opacity-70:nth-child(odd) {
    --tw-text-opacity: 0.7;
  }

  .xl\:odd\:text-opacity-75:nth-child(odd) {
    --tw-text-opacity: 0.75;
  }

  .xl\:odd\:text-opacity-80:nth-child(odd) {
    --tw-text-opacity: 0.8;
  }

  .xl\:odd\:text-opacity-90:nth-child(odd) {
    --tw-text-opacity: 0.9;
  }

  .xl\:odd\:text-opacity-95:nth-child(odd) {
    --tw-text-opacity: 0.95;
  }

  .xl\:odd\:text-opacity-100:nth-child(odd) {
    --tw-text-opacity: 1;
  }

  .xl\:even\:text-opacity-0:nth-child(even) {
    --tw-text-opacity: 0;
  }

  .xl\:even\:text-opacity-5:nth-child(even) {
    --tw-text-opacity: 0.05;
  }

  .xl\:even\:text-opacity-10:nth-child(even) {
    --tw-text-opacity: 0.1;
  }

  .xl\:even\:text-opacity-20:nth-child(even) {
    --tw-text-opacity: 0.2;
  }

  .xl\:even\:text-opacity-25:nth-child(even) {
    --tw-text-opacity: 0.25;
  }

  .xl\:even\:text-opacity-30:nth-child(even) {
    --tw-text-opacity: 0.3;
  }

  .xl\:even\:text-opacity-40:nth-child(even) {
    --tw-text-opacity: 0.4;
  }

  .xl\:even\:text-opacity-50:nth-child(even) {
    --tw-text-opacity: 0.5;
  }

  .xl\:even\:text-opacity-60:nth-child(even) {
    --tw-text-opacity: 0.6;
  }

  .xl\:even\:text-opacity-70:nth-child(even) {
    --tw-text-opacity: 0.7;
  }

  .xl\:even\:text-opacity-75:nth-child(even) {
    --tw-text-opacity: 0.75;
  }

  .xl\:even\:text-opacity-80:nth-child(even) {
    --tw-text-opacity: 0.8;
  }

  .xl\:even\:text-opacity-90:nth-child(even) {
    --tw-text-opacity: 0.9;
  }

  .xl\:even\:text-opacity-95:nth-child(even) {
    --tw-text-opacity: 0.95;
  }

  .xl\:even\:text-opacity-100:nth-child(even) {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:active\:text-opacity-0:active {
    --tw-text-opacity: 0;
  }

  .xl\:active\:text-opacity-5:active {
    --tw-text-opacity: 0.05;
  }

  .xl\:active\:text-opacity-10:active {
    --tw-text-opacity: 0.1;
  }

  .xl\:active\:text-opacity-20:active {
    --tw-text-opacity: 0.2;
  }

  .xl\:active\:text-opacity-25:active {
    --tw-text-opacity: 0.25;
  }

  .xl\:active\:text-opacity-30:active {
    --tw-text-opacity: 0.3;
  }

  .xl\:active\:text-opacity-40:active {
    --tw-text-opacity: 0.4;
  }

  .xl\:active\:text-opacity-50:active {
    --tw-text-opacity: 0.5;
  }

  .xl\:active\:text-opacity-60:active {
    --tw-text-opacity: 0.6;
  }

  .xl\:active\:text-opacity-70:active {
    --tw-text-opacity: 0.7;
  }

  .xl\:active\:text-opacity-75:active {
    --tw-text-opacity: 0.75;
  }

  .xl\:active\:text-opacity-80:active {
    --tw-text-opacity: 0.8;
  }

  .xl\:active\:text-opacity-90:active {
    --tw-text-opacity: 0.9;
  }

  .xl\:active\:text-opacity-95:active {
    --tw-text-opacity: 0.95;
  }

  .xl\:active\:text-opacity-100:active {
    --tw-text-opacity: 1;
  }

  .xl\:visited\:text-opacity-0:visited {
    --tw-text-opacity: 0;
  }

  .xl\:visited\:text-opacity-5:visited {
    --tw-text-opacity: 0.05;
  }

  .xl\:visited\:text-opacity-10:visited {
    --tw-text-opacity: 0.1;
  }

  .xl\:visited\:text-opacity-20:visited {
    --tw-text-opacity: 0.2;
  }

  .xl\:visited\:text-opacity-25:visited {
    --tw-text-opacity: 0.25;
  }

  .xl\:visited\:text-opacity-30:visited {
    --tw-text-opacity: 0.3;
  }

  .xl\:visited\:text-opacity-40:visited {
    --tw-text-opacity: 0.4;
  }

  .xl\:visited\:text-opacity-50:visited {
    --tw-text-opacity: 0.5;
  }

  .xl\:visited\:text-opacity-60:visited {
    --tw-text-opacity: 0.6;
  }

  .xl\:visited\:text-opacity-70:visited {
    --tw-text-opacity: 0.7;
  }

  .xl\:visited\:text-opacity-75:visited {
    --tw-text-opacity: 0.75;
  }

  .xl\:visited\:text-opacity-80:visited {
    --tw-text-opacity: 0.8;
  }

  .xl\:visited\:text-opacity-90:visited {
    --tw-text-opacity: 0.9;
  }

  .xl\:visited\:text-opacity-95:visited {
    --tw-text-opacity: 0.95;
  }

  .xl\:visited\:text-opacity-100:visited {
    --tw-text-opacity: 1;
  }

  .xl\:disabled\:text-opacity-0:disabled {
    --tw-text-opacity: 0;
  }

  .xl\:disabled\:text-opacity-5:disabled {
    --tw-text-opacity: 0.05;
  }

  .xl\:disabled\:text-opacity-10:disabled {
    --tw-text-opacity: 0.1;
  }

  .xl\:disabled\:text-opacity-20:disabled {
    --tw-text-opacity: 0.2;
  }

  .xl\:disabled\:text-opacity-25:disabled {
    --tw-text-opacity: 0.25;
  }

  .xl\:disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3;
  }

  .xl\:disabled\:text-opacity-40:disabled {
    --tw-text-opacity: 0.4;
  }

  .xl\:disabled\:text-opacity-50:disabled {
    --tw-text-opacity: 0.5;
  }

  .xl\:disabled\:text-opacity-60:disabled {
    --tw-text-opacity: 0.6;
  }

  .xl\:disabled\:text-opacity-70:disabled {
    --tw-text-opacity: 0.7;
  }

  .xl\:disabled\:text-opacity-75:disabled {
    --tw-text-opacity: 0.75;
  }

  .xl\:disabled\:text-opacity-80:disabled {
    --tw-text-opacity: 0.8;
  }

  .xl\:disabled\:text-opacity-90:disabled {
    --tw-text-opacity: 0.9;
  }

  .xl\:disabled\:text-opacity-95:disabled {
    --tw-text-opacity: 0.95;
  }

  .xl\:disabled\:text-opacity-100:disabled {
    --tw-text-opacity: 1;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip {
    text-overflow: clip;
  }

  .group:hover .xl\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .group:hover .xl\:group-hover\:overflow-clip {
    text-overflow: clip;
  }

  .xl\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus-within\:overflow-ellipsis:focus-within {
    text-overflow: ellipsis;
  }

  .xl\:focus-within\:overflow-clip:focus-within {
    text-overflow: clip;
  }

  .xl\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:first\:overflow-ellipsis:first-child {
    text-overflow: ellipsis;
  }

  .xl\:first\:overflow-clip:first-child {
    text-overflow: clip;
  }

  .xl\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:last\:overflow-ellipsis:last-child {
    text-overflow: ellipsis;
  }

  .xl\:last\:overflow-clip:last-child {
    text-overflow: clip;
  }

  .xl\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:odd\:overflow-ellipsis:nth-child(odd) {
    text-overflow: ellipsis;
  }

  .xl\:odd\:overflow-clip:nth-child(odd) {
    text-overflow: clip;
  }

  .xl\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:even\:overflow-ellipsis:nth-child(even) {
    text-overflow: ellipsis;
  }

  .xl\:even\:overflow-clip:nth-child(even) {
    text-overflow: clip;
  }

  .xl\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:hover\:overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .xl\:hover\:overflow-clip:hover {
    text-overflow: clip;
  }

  .xl\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus\:overflow-ellipsis:focus {
    text-overflow: ellipsis;
  }

  .xl\:focus\:overflow-clip:focus {
    text-overflow: clip;
  }

  .xl\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:active\:overflow-ellipsis:active {
    text-overflow: ellipsis;
  }

  .xl\:active\:overflow-clip:active {
    text-overflow: clip;
  }

  .xl\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:visited\:overflow-ellipsis:visited {
    text-overflow: ellipsis;
  }

  .xl\:visited\:overflow-clip:visited {
    text-overflow: clip;
  }

  .xl\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:disabled\:overflow-ellipsis:disabled {
    text-overflow: ellipsis;
  }

  .xl\:disabled\:overflow-clip:disabled {
    text-overflow: clip;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .group:hover .xl\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .xl\:group-hover\:not-italic {
    font-style: normal;
  }

  .xl\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .xl\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .xl\:first\:italic:first-child {
    font-style: italic;
  }

  .xl\:first\:not-italic:first-child {
    font-style: normal;
  }

  .xl\:last\:italic:last-child {
    font-style: italic;
  }

  .xl\:last\:not-italic:last-child {
    font-style: normal;
  }

  .xl\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .xl\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .xl\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .xl\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:not-italic:hover {
    font-style: normal;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:not-italic:focus {
    font-style: normal;
  }

  .xl\:active\:italic:active {
    font-style: italic;
  }

  .xl\:active\:not-italic:active {
    font-style: normal;
  }

  .xl\:visited\:italic:visited {
    font-style: italic;
  }

  .xl\:visited\:not-italic:visited {
    font-style: normal;
  }

  .xl\:disabled\:italic:disabled {
    font-style: italic;
  }

  .xl\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .group:hover .xl\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .xl\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .xl\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .xl\:group-hover\:normal-case {
    text-transform: none;
  }

  .xl\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .xl\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .xl\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .xl\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .xl\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .xl\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .xl\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .xl\:first\:normal-case:first-child {
    text-transform: none;
  }

  .xl\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .xl\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .xl\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .xl\:last\:normal-case:last-child {
    text-transform: none;
  }

  .xl\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .xl\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .xl\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .xl\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .xl\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .xl\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .xl\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .xl\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .xl\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .xl\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .xl\:active\:normal-case:active {
    text-transform: none;
  }

  .xl\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .xl\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .xl\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .xl\:visited\:normal-case:visited {
    text-transform: none;
  }

  .xl\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .xl\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .xl\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .xl\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:first\:underline:first-child {
    text-decoration: underline;
  }

  .xl\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .xl\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .xl\:last\:underline:last-child {
    text-decoration: underline;
  }

  .xl\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .xl\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .xl\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .xl\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .xl\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .xl\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .xl\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .xl\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:active\:underline:active {
    text-decoration: underline;
  }

  .xl\:active\:line-through:active {
    text-decoration: line-through;
  }

  .xl\:active\:no-underline:active {
    text-decoration: none;
  }

  .xl\:visited\:underline:visited {
    text-decoration: underline;
  }

  .xl\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .xl\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .xl\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .xl\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .xl\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .xl\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .xl\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --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);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .group:hover .xl\:group-hover\:ordinal, .group:hover .xl\:group-hover\:slashed-zero, .group:hover .xl\:group-hover\:lining-nums, .group:hover .xl\:group-hover\:oldstyle-nums, .group:hover .xl\:group-hover\:proportional-nums, .group:hover .xl\:group-hover\:tabular-nums, .group:hover .xl\:group-hover\:diagonal-fractions, .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .xl\:group-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .group:hover .xl\:group-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .group:hover .xl\:group-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .group:hover .xl\:group-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .group:hover .xl\:group-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .group:hover .xl\:group-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .group:hover .xl\:group-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .group:hover .xl\:group-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:focus-within\:ordinal:focus-within, .xl\:focus-within\:slashed-zero:focus-within, .xl\:focus-within\:lining-nums:focus-within, .xl\:focus-within\:oldstyle-nums:focus-within, .xl\:focus-within\:proportional-nums:focus-within, .xl\:focus-within\:tabular-nums:focus-within, .xl\:focus-within\:diagonal-fractions:focus-within, .xl\:focus-within\:stacked-fractions:focus-within {
    --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);
  }

  .xl\:focus-within\:normal-nums:focus-within {
    font-variant-numeric: normal;
  }

  .xl\:focus-within\:ordinal:focus-within {
    --tw-ordinal: ordinal;
  }

  .xl\:focus-within\:slashed-zero:focus-within {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:focus-within\:lining-nums:focus-within {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:focus-within\:oldstyle-nums:focus-within {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:focus-within\:proportional-nums:focus-within {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:focus-within\:tabular-nums:focus-within {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:focus-within\:diagonal-fractions:focus-within {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:focus-within\:stacked-fractions:focus-within {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:first\:ordinal:first-child, .xl\:first\:slashed-zero:first-child, .xl\:first\:lining-nums:first-child, .xl\:first\:oldstyle-nums:first-child, .xl\:first\:proportional-nums:first-child, .xl\:first\:tabular-nums:first-child, .xl\:first\:diagonal-fractions:first-child, .xl\:first\:stacked-fractions:first-child {
    --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);
  }

  .xl\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .xl\:first\:ordinal:first-child {
    --tw-ordinal: ordinal;
  }

  .xl\:first\:slashed-zero:first-child {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:first\:lining-nums:first-child {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:first\:oldstyle-nums:first-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:first\:proportional-nums:first-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:first\:tabular-nums:first-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:first\:diagonal-fractions:first-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:first\:stacked-fractions:first-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:last\:ordinal:last-child, .xl\:last\:slashed-zero:last-child, .xl\:last\:lining-nums:last-child, .xl\:last\:oldstyle-nums:last-child, .xl\:last\:proportional-nums:last-child, .xl\:last\:tabular-nums:last-child, .xl\:last\:diagonal-fractions:last-child, .xl\:last\:stacked-fractions:last-child {
    --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);
  }

  .xl\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .xl\:last\:ordinal:last-child {
    --tw-ordinal: ordinal;
  }

  .xl\:last\:slashed-zero:last-child {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:last\:lining-nums:last-child {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:last\:oldstyle-nums:last-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:last\:proportional-nums:last-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:last\:tabular-nums:last-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:last\:diagonal-fractions:last-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:last\:stacked-fractions:last-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:odd\:ordinal:nth-child(odd), .xl\:odd\:slashed-zero:nth-child(odd), .xl\:odd\:lining-nums:nth-child(odd), .xl\:odd\:oldstyle-nums:nth-child(odd), .xl\:odd\:proportional-nums:nth-child(odd), .xl\:odd\:tabular-nums:nth-child(odd), .xl\:odd\:diagonal-fractions:nth-child(odd), .xl\:odd\:stacked-fractions:nth-child(odd) {
    --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);
  }

  .xl\:odd\:normal-nums:nth-child(odd) {
    font-variant-numeric: normal;
  }

  .xl\:odd\:ordinal:nth-child(odd) {
    --tw-ordinal: ordinal;
  }

  .xl\:odd\:slashed-zero:nth-child(odd) {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:odd\:lining-nums:nth-child(odd) {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:odd\:oldstyle-nums:nth-child(odd) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:odd\:proportional-nums:nth-child(odd) {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:odd\:tabular-nums:nth-child(odd) {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:odd\:diagonal-fractions:nth-child(odd) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:odd\:stacked-fractions:nth-child(odd) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:even\:ordinal:nth-child(even), .xl\:even\:slashed-zero:nth-child(even), .xl\:even\:lining-nums:nth-child(even), .xl\:even\:oldstyle-nums:nth-child(even), .xl\:even\:proportional-nums:nth-child(even), .xl\:even\:tabular-nums:nth-child(even), .xl\:even\:diagonal-fractions:nth-child(even), .xl\:even\:stacked-fractions:nth-child(even) {
    --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);
  }

  .xl\:even\:normal-nums:nth-child(even) {
    font-variant-numeric: normal;
  }

  .xl\:even\:ordinal:nth-child(even) {
    --tw-ordinal: ordinal;
  }

  .xl\:even\:slashed-zero:nth-child(even) {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:even\:lining-nums:nth-child(even) {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:even\:oldstyle-nums:nth-child(even) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:even\:proportional-nums:nth-child(even) {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:even\:tabular-nums:nth-child(even) {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:even\:diagonal-fractions:nth-child(even) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:even\:stacked-fractions:nth-child(even) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:hover\:ordinal:hover, .xl\:hover\:slashed-zero:hover, .xl\:hover\:lining-nums:hover, .xl\:hover\:oldstyle-nums:hover, .xl\:hover\:proportional-nums:hover, .xl\:hover\:tabular-nums:hover, .xl\:hover\:diagonal-fractions:hover, .xl\:hover\:stacked-fractions:hover {
    --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);
  }

  .xl\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .xl\:hover\:ordinal:hover {
    --tw-ordinal: ordinal;
  }

  .xl\:hover\:slashed-zero:hover {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:hover\:lining-nums:hover {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:hover\:oldstyle-nums:hover {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:hover\:proportional-nums:hover {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:hover\:tabular-nums:hover {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:hover\:diagonal-fractions:hover {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:hover\:stacked-fractions:hover {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:focus\:ordinal:focus, .xl\:focus\:slashed-zero:focus, .xl\:focus\:lining-nums:focus, .xl\:focus\:oldstyle-nums:focus, .xl\:focus\:proportional-nums:focus, .xl\:focus\:tabular-nums:focus, .xl\:focus\:diagonal-fractions:focus, .xl\:focus\:stacked-fractions:focus {
    --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);
  }

  .xl\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .xl\:focus\:ordinal:focus {
    --tw-ordinal: ordinal;
  }

  .xl\:focus\:slashed-zero:focus {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:focus\:lining-nums:focus {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:focus\:oldstyle-nums:focus {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:focus\:proportional-nums:focus {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:focus\:tabular-nums:focus {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:focus\:diagonal-fractions:focus {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:focus\:stacked-fractions:focus {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:active\:ordinal:active, .xl\:active\:slashed-zero:active, .xl\:active\:lining-nums:active, .xl\:active\:oldstyle-nums:active, .xl\:active\:proportional-nums:active, .xl\:active\:tabular-nums:active, .xl\:active\:diagonal-fractions:active, .xl\:active\:stacked-fractions:active {
    --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);
  }

  .xl\:active\:normal-nums:active {
    font-variant-numeric: normal;
  }

  .xl\:active\:ordinal:active {
    --tw-ordinal: ordinal;
  }

  .xl\:active\:slashed-zero:active {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:active\:lining-nums:active {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:active\:oldstyle-nums:active {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:active\:proportional-nums:active {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:active\:tabular-nums:active {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:active\:diagonal-fractions:active {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:active\:stacked-fractions:active {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:visited\:ordinal:visited, .xl\:visited\:slashed-zero:visited, .xl\:visited\:lining-nums:visited, .xl\:visited\:oldstyle-nums:visited, .xl\:visited\:proportional-nums:visited, .xl\:visited\:tabular-nums:visited, .xl\:visited\:diagonal-fractions:visited, .xl\:visited\:stacked-fractions:visited {
    --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);
  }

  .xl\:visited\:normal-nums:visited {
    font-variant-numeric: normal;
  }

  .xl\:visited\:ordinal:visited {
    --tw-ordinal: ordinal;
  }

  .xl\:visited\:slashed-zero:visited {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:visited\:lining-nums:visited {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:visited\:oldstyle-nums:visited {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:visited\:proportional-nums:visited {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:visited\:tabular-nums:visited {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:visited\:diagonal-fractions:visited {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:visited\:stacked-fractions:visited {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:disabled\:ordinal:disabled, .xl\:disabled\:slashed-zero:disabled, .xl\:disabled\:lining-nums:disabled, .xl\:disabled\:oldstyle-nums:disabled, .xl\:disabled\:proportional-nums:disabled, .xl\:disabled\:tabular-nums:disabled, .xl\:disabled\:diagonal-fractions:disabled, .xl\:disabled\:stacked-fractions:disabled {
    --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);
  }

  .xl\:disabled\:normal-nums:disabled {
    font-variant-numeric: normal;
  }

  .xl\:disabled\:ordinal:disabled {
    --tw-ordinal: ordinal;
  }

  .xl\:disabled\:slashed-zero:disabled {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:disabled\:lining-nums:disabled {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:disabled\:oldstyle-nums:disabled {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:disabled\:proportional-nums:disabled {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:disabled\:tabular-nums:disabled {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:disabled\:diagonal-fractions:disabled {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:disabled\:stacked-fractions:disabled {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .xl\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .xl\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .xl\:group-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .group:hover .xl\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .xl\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .xl\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .xl\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .xl\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0em;
  }

  .xl\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .xl\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .xl\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .xl\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .xl\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .xl\:first\:tracking-normal:first-child {
    letter-spacing: 0em;
  }

  .xl\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .xl\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .xl\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .xl\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .xl\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .xl\:last\:tracking-normal:last-child {
    letter-spacing: 0em;
  }

  .xl\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .xl\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .xl\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .xl\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .xl\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .xl\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0em;
  }

  .xl\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .xl\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .xl\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .xl\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .xl\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .xl\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0em;
  }

  .xl\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .xl\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .xl\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .xl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .xl\:hover\:tracking-normal:hover {
    letter-spacing: 0em;
  }

  .xl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .xl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .xl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .xl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .xl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .xl\:focus\:tracking-normal:focus {
    letter-spacing: 0em;
  }

  .xl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .xl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .xl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .xl\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .xl\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .xl\:active\:tracking-normal:active {
    letter-spacing: 0em;
  }

  .xl\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .xl\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .xl\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .xl\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .xl\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .xl\:visited\:tracking-normal:visited {
    letter-spacing: 0em;
  }

  .xl\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .xl\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .xl\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .xl\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .xl\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .xl\:disabled\:tracking-normal:disabled {
    letter-spacing: 0em;
  }

  .xl\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .xl\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .xl\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .xl\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .xl\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .xl\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .xl\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .xl\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .xl\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .xl\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .xl\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .xl\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .xl\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .xl\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .xl\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .xl\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .xl\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .xl\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .xl\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .xl\:first\:align-top:first-child {
    vertical-align: top;
  }

  .xl\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .xl\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .xl\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .xl\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .xl\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .xl\:last\:align-top:last-child {
    vertical-align: top;
  }

  .xl\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .xl\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .xl\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .xl\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .xl\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .xl\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .xl\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .xl\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .xl\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .xl\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .xl\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .xl\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .xl\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .xl\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .xl\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .xl\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .xl\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .xl\:hover\:align-top:hover {
    vertical-align: top;
  }

  .xl\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .xl\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .xl\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .xl\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .xl\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .xl\:focus\:align-top:focus {
    vertical-align: top;
  }

  .xl\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .xl\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .xl\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .xl\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .xl\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .xl\:active\:align-top:active {
    vertical-align: top;
  }

  .xl\:active\:align-middle:active {
    vertical-align: middle;
  }

  .xl\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .xl\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .xl\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .xl\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .xl\:visited\:align-top:visited {
    vertical-align: top;
  }

  .xl\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .xl\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .xl\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .xl\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .xl\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .xl\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .xl\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .xl\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .xl\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .xl\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .group:hover .xl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xl\:group-hover\:invisible {
    visibility: hidden;
  }

  .xl\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .xl\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .xl\:first\:visible:first-child {
    visibility: visible;
  }

  .xl\:first\:invisible:first-child {
    visibility: hidden;
  }

  .xl\:last\:visible:last-child {
    visibility: visible;
  }

  .xl\:last\:invisible:last-child {
    visibility: hidden;
  }

  .xl\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .xl\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .xl\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .xl\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .xl\:hover\:visible:hover {
    visibility: visible;
  }

  .xl\:hover\:invisible:hover {
    visibility: hidden;
  }

  .xl\:focus\:visible:focus {
    visibility: visible;
  }

  .xl\:focus\:invisible:focus {
    visibility: hidden;
  }

  .xl\:active\:visible:active {
    visibility: visible;
  }

  .xl\:active\:invisible:active {
    visibility: hidden;
  }

  .xl\:visited\:visible:visited {
    visibility: visible;
  }

  .xl\:visited\:invisible:visited {
    visibility: hidden;
  }

  .xl\:disabled\:visible:disabled {
    visibility: visible;
  }

  .xl\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .xl\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .xl\:group-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .xl\:focus-within\:whitespace-nowrap:focus-within {
    white-space: nowrap;
  }

  .xl\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .xl\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .xl\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .xl\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .xl\:first\:whitespace-nowrap:first-child {
    white-space: nowrap;
  }

  .xl\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .xl\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .xl\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .xl\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .xl\:last\:whitespace-nowrap:last-child {
    white-space: nowrap;
  }

  .xl\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .xl\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .xl\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .xl\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .xl\:odd\:whitespace-nowrap:nth-child(odd) {
    white-space: nowrap;
  }

  .xl\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .xl\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .xl\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .xl\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .xl\:even\:whitespace-nowrap:nth-child(even) {
    white-space: nowrap;
  }

  .xl\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .xl\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .xl\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .xl\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .xl\:hover\:whitespace-nowrap:hover {
    white-space: nowrap;
  }

  .xl\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .xl\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .xl\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .xl\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .xl\:focus\:whitespace-nowrap:focus {
    white-space: nowrap;
  }

  .xl\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .xl\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .xl\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .xl\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .xl\:active\:whitespace-nowrap:active {
    white-space: nowrap;
  }

  .xl\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .xl\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .xl\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .xl\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .xl\:visited\:whitespace-nowrap:visited {
    white-space: nowrap;
  }

  .xl\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .xl\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .xl\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .xl\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .xl\:disabled\:whitespace-nowrap:disabled {
    white-space: nowrap;
  }

  .xl\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .xl\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .xl\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .group:hover .xl\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .xl\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .xl\:group-hover\:break-all {
    word-break: break-all;
  }

  .xl\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .xl\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .xl\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .xl\:first\:break-all:first-child {
    word-break: break-all;
  }

  .xl\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .xl\:last\:break-all:last-child {
    word-break: break-all;
  }

  .xl\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .xl\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .xl\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .xl\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .xl\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .xl\:hover\:break-all:hover {
    word-break: break-all;
  }

  .xl\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .xl\:focus\:break-all:focus {
    word-break: break-all;
  }

  .xl\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .xl\:active\:break-all:active {
    word-break: break-all;
  }

  .xl\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .xl\:visited\:break-all:visited {
    word-break: break-all;
  }

  .xl\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .xl\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .xl\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .xl\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .xl\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .xl\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .xl\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .xl\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .xl\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .xl\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .xl\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .xl\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .xl\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .xl\:group-hover\:w-11 {
    width: 2.75rem;
  }

  .group:hover .xl\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .xl\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .xl\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .xl\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .xl\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .xl\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .xl\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .xl\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .xl\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .xl\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .xl\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .xl\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .xl\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .xl\:group-hover\:w-60 {
    width: 15rem;
  }

  .group:hover .xl\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .xl\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .xl\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .xl\:group-hover\:w-96 {
    width: 24rem;
  }

  .group:hover .xl\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xl\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xl\:group-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .group:hover .xl\:group-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .group:hover .xl\:group-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .group:hover .xl\:group-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .group:hover .xl\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .xl\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .xl\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .xl\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .xl\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .xl\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .xl\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .xl\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .xl\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .xl\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xl\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .xl\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .xl\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:focus-within\:w-0:focus-within {
    width: 0px;
  }

  .xl\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .xl\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .xl\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .xl\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .xl\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .xl\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .xl\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .xl\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .xl\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .xl\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .xl\:focus-within\:w-11:focus-within {
    width: 2.75rem;
  }

  .xl\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .xl\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .xl\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .xl\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .xl\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .xl\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .xl\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .xl\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .xl\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .xl\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .xl\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .xl\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .xl\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .xl\:focus-within\:w-60:focus-within {
    width: 15rem;
  }

  .xl\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .xl\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .xl\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .xl\:focus-within\:w-96:focus-within {
    width: 24rem;
  }

  .xl\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .xl\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .xl\:focus-within\:w-0\.5:focus-within {
    width: 0.125rem;
  }

  .xl\:focus-within\:w-1\.5:focus-within {
    width: 0.375rem;
  }

  .xl\:focus-within\:w-2\.5:focus-within {
    width: 0.625rem;
  }

  .xl\:focus-within\:w-3\.5:focus-within {
    width: 0.875rem;
  }

  .xl\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .xl\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .xl\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .xl\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .xl\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .xl\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .xl\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .xl\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .xl\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .xl\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .xl\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .xl\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .xl\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:first\:w-0:first-child {
    width: 0px;
  }

  .xl\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .xl\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .xl\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .xl\:first\:w-4:first-child {
    width: 1rem;
  }

  .xl\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .xl\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .xl\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .xl\:first\:w-8:first-child {
    width: 2rem;
  }

  .xl\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .xl\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .xl\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .xl\:first\:w-12:first-child {
    width: 3rem;
  }

  .xl\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .xl\:first\:w-16:first-child {
    width: 4rem;
  }

  .xl\:first\:w-20:first-child {
    width: 5rem;
  }

  .xl\:first\:w-24:first-child {
    width: 6rem;
  }

  .xl\:first\:w-28:first-child {
    width: 7rem;
  }

  .xl\:first\:w-32:first-child {
    width: 8rem;
  }

  .xl\:first\:w-36:first-child {
    width: 9rem;
  }

  .xl\:first\:w-40:first-child {
    width: 10rem;
  }

  .xl\:first\:w-44:first-child {
    width: 11rem;
  }

  .xl\:first\:w-48:first-child {
    width: 12rem;
  }

  .xl\:first\:w-52:first-child {
    width: 13rem;
  }

  .xl\:first\:w-56:first-child {
    width: 14rem;
  }

  .xl\:first\:w-60:first-child {
    width: 15rem;
  }

  .xl\:first\:w-64:first-child {
    width: 16rem;
  }

  .xl\:first\:w-72:first-child {
    width: 18rem;
  }

  .xl\:first\:w-80:first-child {
    width: 20rem;
  }

  .xl\:first\:w-96:first-child {
    width: 24rem;
  }

  .xl\:first\:w-auto:first-child {
    width: auto;
  }

  .xl\:first\:w-px:first-child {
    width: 1px;
  }

  .xl\:first\:w-0\.5:first-child {
    width: 0.125rem;
  }

  .xl\:first\:w-1\.5:first-child {
    width: 0.375rem;
  }

  .xl\:first\:w-2\.5:first-child {
    width: 0.625rem;
  }

  .xl\:first\:w-3\.5:first-child {
    width: 0.875rem;
  }

  .xl\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .xl\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .xl\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .xl\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .xl\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .xl\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .xl\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .xl\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .xl\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .xl\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .xl\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .xl\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .xl\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .xl\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .xl\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .xl\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .xl\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .xl\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .xl\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .xl\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .xl\:first\:w-full:first-child {
    width: 100%;
  }

  .xl\:first\:w-screen:first-child {
    width: 100vw;
  }

  .xl\:first\:w-min:first-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:first\:w-max:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:last\:w-0:last-child {
    width: 0px;
  }

  .xl\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .xl\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .xl\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .xl\:last\:w-4:last-child {
    width: 1rem;
  }

  .xl\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .xl\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .xl\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .xl\:last\:w-8:last-child {
    width: 2rem;
  }

  .xl\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .xl\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .xl\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .xl\:last\:w-12:last-child {
    width: 3rem;
  }

  .xl\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .xl\:last\:w-16:last-child {
    width: 4rem;
  }

  .xl\:last\:w-20:last-child {
    width: 5rem;
  }

  .xl\:last\:w-24:last-child {
    width: 6rem;
  }

  .xl\:last\:w-28:last-child {
    width: 7rem;
  }

  .xl\:last\:w-32:last-child {
    width: 8rem;
  }

  .xl\:last\:w-36:last-child {
    width: 9rem;
  }

  .xl\:last\:w-40:last-child {
    width: 10rem;
  }

  .xl\:last\:w-44:last-child {
    width: 11rem;
  }

  .xl\:last\:w-48:last-child {
    width: 12rem;
  }

  .xl\:last\:w-52:last-child {
    width: 13rem;
  }

  .xl\:last\:w-56:last-child {
    width: 14rem;
  }

  .xl\:last\:w-60:last-child {
    width: 15rem;
  }

  .xl\:last\:w-64:last-child {
    width: 16rem;
  }

  .xl\:last\:w-72:last-child {
    width: 18rem;
  }

  .xl\:last\:w-80:last-child {
    width: 20rem;
  }

  .xl\:last\:w-96:last-child {
    width: 24rem;
  }

  .xl\:last\:w-auto:last-child {
    width: auto;
  }

  .xl\:last\:w-px:last-child {
    width: 1px;
  }

  .xl\:last\:w-0\.5:last-child {
    width: 0.125rem;
  }

  .xl\:last\:w-1\.5:last-child {
    width: 0.375rem;
  }

  .xl\:last\:w-2\.5:last-child {
    width: 0.625rem;
  }

  .xl\:last\:w-3\.5:last-child {
    width: 0.875rem;
  }

  .xl\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .xl\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .xl\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .xl\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .xl\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .xl\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .xl\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .xl\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .xl\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .xl\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .xl\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .xl\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .xl\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .xl\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .xl\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .xl\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .xl\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .xl\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .xl\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .xl\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .xl\:last\:w-full:last-child {
    width: 100%;
  }

  .xl\:last\:w-screen:last-child {
    width: 100vw;
  }

  .xl\:last\:w-min:last-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:last\:w-max:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:odd\:w-0:nth-child(odd) {
    width: 0px;
  }

  .xl\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .xl\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .xl\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .xl\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .xl\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .xl\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .xl\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .xl\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .xl\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .xl\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .xl\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .xl\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .xl\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .xl\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .xl\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .xl\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .xl\:odd\:w-28:nth-child(odd) {
    width: 7rem;
  }

  .xl\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .xl\:odd\:w-36:nth-child(odd) {
    width: 9rem;
  }

  .xl\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .xl\:odd\:w-44:nth-child(odd) {
    width: 11rem;
  }

  .xl\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .xl\:odd\:w-52:nth-child(odd) {
    width: 13rem;
  }

  .xl\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .xl\:odd\:w-60:nth-child(odd) {
    width: 15rem;
  }

  .xl\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .xl\:odd\:w-72:nth-child(odd) {
    width: 18rem;
  }

  .xl\:odd\:w-80:nth-child(odd) {
    width: 20rem;
  }

  .xl\:odd\:w-96:nth-child(odd) {
    width: 24rem;
  }

  .xl\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .xl\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .xl\:odd\:w-0\.5:nth-child(odd) {
    width: 0.125rem;
  }

  .xl\:odd\:w-1\.5:nth-child(odd) {
    width: 0.375rem;
  }

  .xl\:odd\:w-2\.5:nth-child(odd) {
    width: 0.625rem;
  }

  .xl\:odd\:w-3\.5:nth-child(odd) {
    width: 0.875rem;
  }

  .xl\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .xl\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .xl\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .xl\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .xl\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .xl\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .xl\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .xl\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .xl\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .xl\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .xl\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .xl\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .xl\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .xl\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .xl\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .xl\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .xl\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .xl\:odd\:w-min:nth-child(odd) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:odd\:w-max:nth-child(odd) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:even\:w-0:nth-child(even) {
    width: 0px;
  }

  .xl\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .xl\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .xl\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .xl\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .xl\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .xl\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .xl\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .xl\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .xl\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .xl\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .xl\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .xl\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .xl\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .xl\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .xl\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .xl\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .xl\:even\:w-28:nth-child(even) {
    width: 7rem;
  }

  .xl\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .xl\:even\:w-36:nth-child(even) {
    width: 9rem;
  }

  .xl\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .xl\:even\:w-44:nth-child(even) {
    width: 11rem;
  }

  .xl\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .xl\:even\:w-52:nth-child(even) {
    width: 13rem;
  }

  .xl\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .xl\:even\:w-60:nth-child(even) {
    width: 15rem;
  }

  .xl\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .xl\:even\:w-72:nth-child(even) {
    width: 18rem;
  }

  .xl\:even\:w-80:nth-child(even) {
    width: 20rem;
  }

  .xl\:even\:w-96:nth-child(even) {
    width: 24rem;
  }

  .xl\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .xl\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .xl\:even\:w-0\.5:nth-child(even) {
    width: 0.125rem;
  }

  .xl\:even\:w-1\.5:nth-child(even) {
    width: 0.375rem;
  }

  .xl\:even\:w-2\.5:nth-child(even) {
    width: 0.625rem;
  }

  .xl\:even\:w-3\.5:nth-child(even) {
    width: 0.875rem;
  }

  .xl\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .xl\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .xl\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .xl\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .xl\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .xl\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .xl\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .xl\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .xl\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .xl\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .xl\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .xl\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .xl\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .xl\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .xl\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .xl\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .xl\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .xl\:even\:w-min:nth-child(even) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:even\:w-max:nth-child(even) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:hover\:w-0:hover {
    width: 0px;
  }

  .xl\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xl\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xl\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .xl\:hover\:w-4:hover {
    width: 1rem;
  }

  .xl\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .xl\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .xl\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .xl\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xl\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .xl\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .xl\:hover\:w-20:hover {
    width: 5rem;
  }

  .xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .xl\:hover\:w-28:hover {
    width: 7rem;
  }

  .xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .xl\:hover\:w-36:hover {
    width: 9rem;
  }

  .xl\:hover\:w-40:hover {
    width: 10rem;
  }

  .xl\:hover\:w-44:hover {
    width: 11rem;
  }

  .xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .xl\:hover\:w-52:hover {
    width: 13rem;
  }

  .xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .xl\:hover\:w-60:hover {
    width: 15rem;
  }

  .xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .xl\:hover\:w-72:hover {
    width: 18rem;
  }

  .xl\:hover\:w-80:hover {
    width: 20rem;
  }

  .xl\:hover\:w-96:hover {
    width: 24rem;
  }

  .xl\:hover\:w-auto:hover {
    width: auto;
  }

  .xl\:hover\:w-px:hover {
    width: 1px;
  }

  .xl\:hover\:w-0\.5:hover {
    width: 0.125rem;
  }

  .xl\:hover\:w-1\.5:hover {
    width: 0.375rem;
  }

  .xl\:hover\:w-2\.5:hover {
    width: 0.625rem;
  }

  .xl\:hover\:w-3\.5:hover {
    width: 0.875rem;
  }

  .xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xl\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xl\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .xl\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xl\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xl\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xl\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xl\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xl\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xl\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xl\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xl\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xl\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xl\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xl\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xl\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xl\:hover\:w-full:hover {
    width: 100%;
  }

  .xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xl\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:focus\:w-0:focus {
    width: 0px;
  }

  .xl\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .xl\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .xl\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .xl\:focus\:w-4:focus {
    width: 1rem;
  }

  .xl\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .xl\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .xl\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .xl\:focus\:w-8:focus {
    width: 2rem;
  }

  .xl\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .xl\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .xl\:focus\:w-11:focus {
    width: 2.75rem;
  }

  .xl\:focus\:w-12:focus {
    width: 3rem;
  }

  .xl\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .xl\:focus\:w-16:focus {
    width: 4rem;
  }

  .xl\:focus\:w-20:focus {
    width: 5rem;
  }

  .xl\:focus\:w-24:focus {
    width: 6rem;
  }

  .xl\:focus\:w-28:focus {
    width: 7rem;
  }

  .xl\:focus\:w-32:focus {
    width: 8rem;
  }

  .xl\:focus\:w-36:focus {
    width: 9rem;
  }

  .xl\:focus\:w-40:focus {
    width: 10rem;
  }

  .xl\:focus\:w-44:focus {
    width: 11rem;
  }

  .xl\:focus\:w-48:focus {
    width: 12rem;
  }

  .xl\:focus\:w-52:focus {
    width: 13rem;
  }

  .xl\:focus\:w-56:focus {
    width: 14rem;
  }

  .xl\:focus\:w-60:focus {
    width: 15rem;
  }

  .xl\:focus\:w-64:focus {
    width: 16rem;
  }

  .xl\:focus\:w-72:focus {
    width: 18rem;
  }

  .xl\:focus\:w-80:focus {
    width: 20rem;
  }

  .xl\:focus\:w-96:focus {
    width: 24rem;
  }

  .xl\:focus\:w-auto:focus {
    width: auto;
  }

  .xl\:focus\:w-px:focus {
    width: 1px;
  }

  .xl\:focus\:w-0\.5:focus {
    width: 0.125rem;
  }

  .xl\:focus\:w-1\.5:focus {
    width: 0.375rem;
  }

  .xl\:focus\:w-2\.5:focus {
    width: 0.625rem;
  }

  .xl\:focus\:w-3\.5:focus {
    width: 0.875rem;
  }

  .xl\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xl\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xl\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .xl\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .xl\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .xl\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .xl\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .xl\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .xl\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .xl\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .xl\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .xl\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .xl\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .xl\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .xl\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .xl\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .xl\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .xl\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .xl\:focus\:w-full:focus {
    width: 100%;
  }

  .xl\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xl\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:active\:w-0:active {
    width: 0px;
  }

  .xl\:active\:w-1:active {
    width: 0.25rem;
  }

  .xl\:active\:w-2:active {
    width: 0.5rem;
  }

  .xl\:active\:w-3:active {
    width: 0.75rem;
  }

  .xl\:active\:w-4:active {
    width: 1rem;
  }

  .xl\:active\:w-5:active {
    width: 1.25rem;
  }

  .xl\:active\:w-6:active {
    width: 1.5rem;
  }

  .xl\:active\:w-7:active {
    width: 1.75rem;
  }

  .xl\:active\:w-8:active {
    width: 2rem;
  }

  .xl\:active\:w-9:active {
    width: 2.25rem;
  }

  .xl\:active\:w-10:active {
    width: 2.5rem;
  }

  .xl\:active\:w-11:active {
    width: 2.75rem;
  }

  .xl\:active\:w-12:active {
    width: 3rem;
  }

  .xl\:active\:w-14:active {
    width: 3.5rem;
  }

  .xl\:active\:w-16:active {
    width: 4rem;
  }

  .xl\:active\:w-20:active {
    width: 5rem;
  }

  .xl\:active\:w-24:active {
    width: 6rem;
  }

  .xl\:active\:w-28:active {
    width: 7rem;
  }

  .xl\:active\:w-32:active {
    width: 8rem;
  }

  .xl\:active\:w-36:active {
    width: 9rem;
  }

  .xl\:active\:w-40:active {
    width: 10rem;
  }

  .xl\:active\:w-44:active {
    width: 11rem;
  }

  .xl\:active\:w-48:active {
    width: 12rem;
  }

  .xl\:active\:w-52:active {
    width: 13rem;
  }

  .xl\:active\:w-56:active {
    width: 14rem;
  }

  .xl\:active\:w-60:active {
    width: 15rem;
  }

  .xl\:active\:w-64:active {
    width: 16rem;
  }

  .xl\:active\:w-72:active {
    width: 18rem;
  }

  .xl\:active\:w-80:active {
    width: 20rem;
  }

  .xl\:active\:w-96:active {
    width: 24rem;
  }

  .xl\:active\:w-auto:active {
    width: auto;
  }

  .xl\:active\:w-px:active {
    width: 1px;
  }

  .xl\:active\:w-0\.5:active {
    width: 0.125rem;
  }

  .xl\:active\:w-1\.5:active {
    width: 0.375rem;
  }

  .xl\:active\:w-2\.5:active {
    width: 0.625rem;
  }

  .xl\:active\:w-3\.5:active {
    width: 0.875rem;
  }

  .xl\:active\:w-1\/2:active {
    width: 50%;
  }

  .xl\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .xl\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .xl\:active\:w-1\/4:active {
    width: 25%;
  }

  .xl\:active\:w-2\/4:active {
    width: 50%;
  }

  .xl\:active\:w-3\/4:active {
    width: 75%;
  }

  .xl\:active\:w-1\/5:active {
    width: 20%;
  }

  .xl\:active\:w-2\/5:active {
    width: 40%;
  }

  .xl\:active\:w-3\/5:active {
    width: 60%;
  }

  .xl\:active\:w-4\/5:active {
    width: 80%;
  }

  .xl\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .xl\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .xl\:active\:w-3\/6:active {
    width: 50%;
  }

  .xl\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .xl\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .xl\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .xl\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .xl\:active\:w-3\/12:active {
    width: 25%;
  }

  .xl\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .xl\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .xl\:active\:w-6\/12:active {
    width: 50%;
  }

  .xl\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .xl\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .xl\:active\:w-9\/12:active {
    width: 75%;
  }

  .xl\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .xl\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .xl\:active\:w-full:active {
    width: 100%;
  }

  .xl\:active\:w-screen:active {
    width: 100vw;
  }

  .xl\:active\:w-min:active {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:active\:w-max:active {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:visited\:w-0:visited {
    width: 0px;
  }

  .xl\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .xl\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .xl\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .xl\:visited\:w-4:visited {
    width: 1rem;
  }

  .xl\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .xl\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .xl\:visited\:w-7:visited {
    width: 1.75rem;
  }

  .xl\:visited\:w-8:visited {
    width: 2rem;
  }

  .xl\:visited\:w-9:visited {
    width: 2.25rem;
  }

  .xl\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .xl\:visited\:w-11:visited {
    width: 2.75rem;
  }

  .xl\:visited\:w-12:visited {
    width: 3rem;
  }

  .xl\:visited\:w-14:visited {
    width: 3.5rem;
  }

  .xl\:visited\:w-16:visited {
    width: 4rem;
  }

  .xl\:visited\:w-20:visited {
    width: 5rem;
  }

  .xl\:visited\:w-24:visited {
    width: 6rem;
  }

  .xl\:visited\:w-28:visited {
    width: 7rem;
  }

  .xl\:visited\:w-32:visited {
    width: 8rem;
  }

  .xl\:visited\:w-36:visited {
    width: 9rem;
  }

  .xl\:visited\:w-40:visited {
    width: 10rem;
  }

  .xl\:visited\:w-44:visited {
    width: 11rem;
  }

  .xl\:visited\:w-48:visited {
    width: 12rem;
  }

  .xl\:visited\:w-52:visited {
    width: 13rem;
  }

  .xl\:visited\:w-56:visited {
    width: 14rem;
  }

  .xl\:visited\:w-60:visited {
    width: 15rem;
  }

  .xl\:visited\:w-64:visited {
    width: 16rem;
  }

  .xl\:visited\:w-72:visited {
    width: 18rem;
  }

  .xl\:visited\:w-80:visited {
    width: 20rem;
  }

  .xl\:visited\:w-96:visited {
    width: 24rem;
  }

  .xl\:visited\:w-auto:visited {
    width: auto;
  }

  .xl\:visited\:w-px:visited {
    width: 1px;
  }

  .xl\:visited\:w-0\.5:visited {
    width: 0.125rem;
  }

  .xl\:visited\:w-1\.5:visited {
    width: 0.375rem;
  }

  .xl\:visited\:w-2\.5:visited {
    width: 0.625rem;
  }

  .xl\:visited\:w-3\.5:visited {
    width: 0.875rem;
  }

  .xl\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .xl\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .xl\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .xl\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .xl\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .xl\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .xl\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .xl\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .xl\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .xl\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .xl\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .xl\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .xl\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .xl\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .xl\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .xl\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .xl\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .xl\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .xl\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .xl\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .xl\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .xl\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .xl\:visited\:w-full:visited {
    width: 100%;
  }

  .xl\:visited\:w-screen:visited {
    width: 100vw;
  }

  .xl\:visited\:w-min:visited {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:visited\:w-max:visited {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:disabled\:w-0:disabled {
    width: 0px;
  }

  .xl\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .xl\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .xl\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .xl\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .xl\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .xl\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .xl\:disabled\:w-7:disabled {
    width: 1.75rem;
  }

  .xl\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .xl\:disabled\:w-9:disabled {
    width: 2.25rem;
  }

  .xl\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .xl\:disabled\:w-11:disabled {
    width: 2.75rem;
  }

  .xl\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .xl\:disabled\:w-14:disabled {
    width: 3.5rem;
  }

  .xl\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .xl\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .xl\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .xl\:disabled\:w-28:disabled {
    width: 7rem;
  }

  .xl\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .xl\:disabled\:w-36:disabled {
    width: 9rem;
  }

  .xl\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .xl\:disabled\:w-44:disabled {
    width: 11rem;
  }

  .xl\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .xl\:disabled\:w-52:disabled {
    width: 13rem;
  }

  .xl\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .xl\:disabled\:w-60:disabled {
    width: 15rem;
  }

  .xl\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .xl\:disabled\:w-72:disabled {
    width: 18rem;
  }

  .xl\:disabled\:w-80:disabled {
    width: 20rem;
  }

  .xl\:disabled\:w-96:disabled {
    width: 24rem;
  }

  .xl\:disabled\:w-auto:disabled {
    width: auto;
  }

  .xl\:disabled\:w-px:disabled {
    width: 1px;
  }

  .xl\:disabled\:w-0\.5:disabled {
    width: 0.125rem;
  }

  .xl\:disabled\:w-1\.5:disabled {
    width: 0.375rem;
  }

  .xl\:disabled\:w-2\.5:disabled {
    width: 0.625rem;
  }

  .xl\:disabled\:w-3\.5:disabled {
    width: 0.875rem;
  }

  .xl\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .xl\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .xl\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .xl\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .xl\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .xl\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .xl\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .xl\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .xl\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .xl\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .xl\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .xl\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .xl\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .xl\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .xl\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .xl\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .xl\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .xl\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .xl\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .xl\:disabled\:w-full:disabled {
    width: 100%;
  }

  .xl\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .xl\:disabled\:w-min:disabled {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:disabled\:w-max:disabled {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .group:hover .xl\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .xl\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .xl\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .xl\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .xl\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .xl\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .xl\:group-hover\:z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:first\:z-0:first-child {
    z-index: 0;
  }

  .xl\:first\:z-10:first-child {
    z-index: 10;
  }

  .xl\:first\:z-20:first-child {
    z-index: 20;
  }

  .xl\:first\:z-30:first-child {
    z-index: 30;
  }

  .xl\:first\:z-40:first-child {
    z-index: 40;
  }

  .xl\:first\:z-50:first-child {
    z-index: 50;
  }

  .xl\:first\:z-auto:first-child {
    z-index: auto;
  }

  .xl\:last\:z-0:last-child {
    z-index: 0;
  }

  .xl\:last\:z-10:last-child {
    z-index: 10;
  }

  .xl\:last\:z-20:last-child {
    z-index: 20;
  }

  .xl\:last\:z-30:last-child {
    z-index: 30;
  }

  .xl\:last\:z-40:last-child {
    z-index: 40;
  }

  .xl\:last\:z-50:last-child {
    z-index: 50;
  }

  .xl\:last\:z-auto:last-child {
    z-index: auto;
  }

  .xl\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .xl\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .xl\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .xl\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .xl\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .xl\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .xl\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .xl\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .xl\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .xl\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .xl\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .xl\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .xl\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .xl\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .xl\:hover\:z-0:hover {
    z-index: 0;
  }

  .xl\:hover\:z-10:hover {
    z-index: 10;
  }

  .xl\:hover\:z-20:hover {
    z-index: 20;
  }

  .xl\:hover\:z-30:hover {
    z-index: 30;
  }

  .xl\:hover\:z-40:hover {
    z-index: 40;
  }

  .xl\:hover\:z-50:hover {
    z-index: 50;
  }

  .xl\:hover\:z-auto:hover {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:active\:z-0:active {
    z-index: 0;
  }

  .xl\:active\:z-10:active {
    z-index: 10;
  }

  .xl\:active\:z-20:active {
    z-index: 20;
  }

  .xl\:active\:z-30:active {
    z-index: 30;
  }

  .xl\:active\:z-40:active {
    z-index: 40;
  }

  .xl\:active\:z-50:active {
    z-index: 50;
  }

  .xl\:active\:z-auto:active {
    z-index: auto;
  }

  .xl\:visited\:z-0:visited {
    z-index: 0;
  }

  .xl\:visited\:z-10:visited {
    z-index: 10;
  }

  .xl\:visited\:z-20:visited {
    z-index: 20;
  }

  .xl\:visited\:z-30:visited {
    z-index: 30;
  }

  .xl\:visited\:z-40:visited {
    z-index: 40;
  }

  .xl\:visited\:z-50:visited {
    z-index: 50;
  }

  .xl\:visited\:z-auto:visited {
    z-index: auto;
  }

  .xl\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .xl\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .xl\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .xl\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .xl\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .xl\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .xl\:disabled\:z-auto:disabled {
    z-index: auto;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .group:hover .xl\:group-hover\:gap-0 {
    gap: 0px;
  }

  .group:hover .xl\:group-hover\:gap-1 {
    gap: 0.25rem;
  }

  .group:hover .xl\:group-hover\:gap-2 {
    gap: 0.5rem;
  }

  .group:hover .xl\:group-hover\:gap-3 {
    gap: 0.75rem;
  }

  .group:hover .xl\:group-hover\:gap-4 {
    gap: 1rem;
  }

  .group:hover .xl\:group-hover\:gap-5 {
    gap: 1.25rem;
  }

  .group:hover .xl\:group-hover\:gap-6 {
    gap: 1.5rem;
  }

  .group:hover .xl\:group-hover\:gap-7 {
    gap: 1.75rem;
  }

  .group:hover .xl\:group-hover\:gap-8 {
    gap: 2rem;
  }

  .group:hover .xl\:group-hover\:gap-9 {
    gap: 2.25rem;
  }

  .group:hover .xl\:group-hover\:gap-10 {
    gap: 2.5rem;
  }

  .group:hover .xl\:group-hover\:gap-11 {
    gap: 2.75rem;
  }

  .group:hover .xl\:group-hover\:gap-12 {
    gap: 3rem;
  }

  .group:hover .xl\:group-hover\:gap-14 {
    gap: 3.5rem;
  }

  .group:hover .xl\:group-hover\:gap-16 {
    gap: 4rem;
  }

  .group:hover .xl\:group-hover\:gap-20 {
    gap: 5rem;
  }

  .group:hover .xl\:group-hover\:gap-24 {
    gap: 6rem;
  }

  .group:hover .xl\:group-hover\:gap-28 {
    gap: 7rem;
  }

  .group:hover .xl\:group-hover\:gap-32 {
    gap: 8rem;
  }

  .group:hover .xl\:group-hover\:gap-36 {
    gap: 9rem;
  }

  .group:hover .xl\:group-hover\:gap-40 {
    gap: 10rem;
  }

  .group:hover .xl\:group-hover\:gap-44 {
    gap: 11rem;
  }

  .group:hover .xl\:group-hover\:gap-48 {
    gap: 12rem;
  }

  .group:hover .xl\:group-hover\:gap-52 {
    gap: 13rem;
  }

  .group:hover .xl\:group-hover\:gap-56 {
    gap: 14rem;
  }

  .group:hover .xl\:group-hover\:gap-60 {
    gap: 15rem;
  }

  .group:hover .xl\:group-hover\:gap-64 {
    gap: 16rem;
  }

  .group:hover .xl\:group-hover\:gap-72 {
    gap: 18rem;
  }

  .group:hover .xl\:group-hover\:gap-80 {
    gap: 20rem;
  }

  .group:hover .xl\:group-hover\:gap-96 {
    gap: 24rem;
  }

  .group:hover .xl\:group-hover\:gap-px {
    gap: 1px;
  }

  .group:hover .xl\:group-hover\:gap-0\.5 {
    gap: 0.125rem;
  }

  .group:hover .xl\:group-hover\:gap-1\.5 {
    gap: 0.375rem;
  }

  .group:hover .xl\:group-hover\:gap-2\.5 {
    gap: 0.625rem;
  }

  .group:hover .xl\:group-hover\:gap-3\.5 {
    gap: 0.875rem;
  }

  .group:hover .xl\:group-hover\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .xl\:group-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .xl\:group-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .xl\:group-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .group:hover .xl\:group-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .group:hover .xl\:group-hover\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .group:hover .xl\:group-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .group:hover .xl\:group-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .group:hover .xl\:group-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .group:hover .xl\:group-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .group:hover .xl\:group-hover\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .group:hover .xl\:group-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .group:hover .xl\:group-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .group:hover .xl\:group-hover\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .group:hover .xl\:group-hover\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .group:hover .xl\:group-hover\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .group:hover .xl\:group-hover\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .group:hover .xl\:group-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .group:hover .xl\:group-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .group:hover .xl\:group-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .group:hover .xl\:group-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .group:hover .xl\:group-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .group:hover .xl\:group-hover\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .group:hover .xl\:group-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .group:hover .xl\:group-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .group:hover .xl\:group-hover\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .group:hover .xl\:group-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .group:hover .xl\:group-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .group:hover .xl\:group-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .group:hover .xl\:group-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .group:hover .xl\:group-hover\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .xl\:group-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .group:hover .xl\:group-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .group:hover .xl\:group-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .group:hover .xl\:group-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .group:hover .xl\:group-hover\:gap-y-0 {
    row-gap: 0px;
  }

  .group:hover .xl\:group-hover\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .group:hover .xl\:group-hover\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .group:hover .xl\:group-hover\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .group:hover .xl\:group-hover\:gap-y-4 {
    row-gap: 1rem;
  }

  .group:hover .xl\:group-hover\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .group:hover .xl\:group-hover\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .group:hover .xl\:group-hover\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .group:hover .xl\:group-hover\:gap-y-8 {
    row-gap: 2rem;
  }

  .group:hover .xl\:group-hover\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .group:hover .xl\:group-hover\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .group:hover .xl\:group-hover\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .group:hover .xl\:group-hover\:gap-y-12 {
    row-gap: 3rem;
  }

  .group:hover .xl\:group-hover\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .group:hover .xl\:group-hover\:gap-y-16 {
    row-gap: 4rem;
  }

  .group:hover .xl\:group-hover\:gap-y-20 {
    row-gap: 5rem;
  }

  .group:hover .xl\:group-hover\:gap-y-24 {
    row-gap: 6rem;
  }

  .group:hover .xl\:group-hover\:gap-y-28 {
    row-gap: 7rem;
  }

  .group:hover .xl\:group-hover\:gap-y-32 {
    row-gap: 8rem;
  }

  .group:hover .xl\:group-hover\:gap-y-36 {
    row-gap: 9rem;
  }

  .group:hover .xl\:group-hover\:gap-y-40 {
    row-gap: 10rem;
  }

  .group:hover .xl\:group-hover\:gap-y-44 {
    row-gap: 11rem;
  }

  .group:hover .xl\:group-hover\:gap-y-48 {
    row-gap: 12rem;
  }

  .group:hover .xl\:group-hover\:gap-y-52 {
    row-gap: 13rem;
  }

  .group:hover .xl\:group-hover\:gap-y-56 {
    row-gap: 14rem;
  }

  .group:hover .xl\:group-hover\:gap-y-60 {
    row-gap: 15rem;
  }

  .group:hover .xl\:group-hover\:gap-y-64 {
    row-gap: 16rem;
  }

  .group:hover .xl\:group-hover\:gap-y-72 {
    row-gap: 18rem;
  }

  .group:hover .xl\:group-hover\:gap-y-80 {
    row-gap: 20rem;
  }

  .group:hover .xl\:group-hover\:gap-y-96 {
    row-gap: 24rem;
  }

  .group:hover .xl\:group-hover\:gap-y-px {
    row-gap: 1px;
  }

  .group:hover .xl\:group-hover\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .group:hover .xl\:group-hover\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .group:hover .xl\:group-hover\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .group:hover .xl\:group-hover\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl\:focus-within\:gap-0:focus-within {
    gap: 0px;
  }

  .xl\:focus-within\:gap-1:focus-within {
    gap: 0.25rem;
  }

  .xl\:focus-within\:gap-2:focus-within {
    gap: 0.5rem;
  }

  .xl\:focus-within\:gap-3:focus-within {
    gap: 0.75rem;
  }

  .xl\:focus-within\:gap-4:focus-within {
    gap: 1rem;
  }

  .xl\:focus-within\:gap-5:focus-within {
    gap: 1.25rem;
  }

  .xl\:focus-within\:gap-6:focus-within {
    gap: 1.5rem;
  }

  .xl\:focus-within\:gap-7:focus-within {
    gap: 1.75rem;
  }

  .xl\:focus-within\:gap-8:focus-within {
    gap: 2rem;
  }

  .xl\:focus-within\:gap-9:focus-within {
    gap: 2.25rem;
  }

  .xl\:focus-within\:gap-10:focus-within {
    gap: 2.5rem;
  }

  .xl\:focus-within\:gap-11:focus-within {
    gap: 2.75rem;
  }

  .xl\:focus-within\:gap-12:focus-within {
    gap: 3rem;
  }

  .xl\:focus-within\:gap-14:focus-within {
    gap: 3.5rem;
  }

  .xl\:focus-within\:gap-16:focus-within {
    gap: 4rem;
  }

  .xl\:focus-within\:gap-20:focus-within {
    gap: 5rem;
  }

  .xl\:focus-within\:gap-24:focus-within {
    gap: 6rem;
  }

  .xl\:focus-within\:gap-28:focus-within {
    gap: 7rem;
  }

  .xl\:focus-within\:gap-32:focus-within {
    gap: 8rem;
  }

  .xl\:focus-within\:gap-36:focus-within {
    gap: 9rem;
  }

  .xl\:focus-within\:gap-40:focus-within {
    gap: 10rem;
  }

  .xl\:focus-within\:gap-44:focus-within {
    gap: 11rem;
  }

  .xl\:focus-within\:gap-48:focus-within {
    gap: 12rem;
  }

  .xl\:focus-within\:gap-52:focus-within {
    gap: 13rem;
  }

  .xl\:focus-within\:gap-56:focus-within {
    gap: 14rem;
  }

  .xl\:focus-within\:gap-60:focus-within {
    gap: 15rem;
  }

  .xl\:focus-within\:gap-64:focus-within {
    gap: 16rem;
  }

  .xl\:focus-within\:gap-72:focus-within {
    gap: 18rem;
  }

  .xl\:focus-within\:gap-80:focus-within {
    gap: 20rem;
  }

  .xl\:focus-within\:gap-96:focus-within {
    gap: 24rem;
  }

  .xl\:focus-within\:gap-px:focus-within {
    gap: 1px;
  }

  .xl\:focus-within\:gap-0\.5:focus-within {
    gap: 0.125rem;
  }

  .xl\:focus-within\:gap-1\.5:focus-within {
    gap: 0.375rem;
  }

  .xl\:focus-within\:gap-2\.5:focus-within {
    gap: 0.625rem;
  }

  .xl\:focus-within\:gap-3\.5:focus-within {
    gap: 0.875rem;
  }

  .xl\:focus-within\:gap-x-0:focus-within {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:focus-within\:gap-x-1:focus-within {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:focus-within\:gap-x-2:focus-within {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:focus-within\:gap-x-3:focus-within {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:focus-within\:gap-x-4:focus-within {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:focus-within\:gap-x-5:focus-within {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:focus-within\:gap-x-6:focus-within {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:focus-within\:gap-x-7:focus-within {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:focus-within\:gap-x-8:focus-within {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:focus-within\:gap-x-9:focus-within {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:focus-within\:gap-x-10:focus-within {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:focus-within\:gap-x-11:focus-within {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:focus-within\:gap-x-12:focus-within {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:focus-within\:gap-x-14:focus-within {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:focus-within\:gap-x-16:focus-within {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:focus-within\:gap-x-20:focus-within {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:focus-within\:gap-x-24:focus-within {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:focus-within\:gap-x-28:focus-within {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:focus-within\:gap-x-32:focus-within {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:focus-within\:gap-x-36:focus-within {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:focus-within\:gap-x-40:focus-within {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:focus-within\:gap-x-44:focus-within {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:focus-within\:gap-x-48:focus-within {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:focus-within\:gap-x-52:focus-within {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:focus-within\:gap-x-56:focus-within {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:focus-within\:gap-x-60:focus-within {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:focus-within\:gap-x-64:focus-within {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:focus-within\:gap-x-72:focus-within {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:focus-within\:gap-x-80:focus-within {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:focus-within\:gap-x-96:focus-within {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:focus-within\:gap-x-px:focus-within {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:focus-within\:gap-x-0\.5:focus-within {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:focus-within\:gap-x-1\.5:focus-within {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:focus-within\:gap-x-2\.5:focus-within {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:focus-within\:gap-x-3\.5:focus-within {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:focus-within\:gap-y-0:focus-within {
    row-gap: 0px;
  }

  .xl\:focus-within\:gap-y-1:focus-within {
    row-gap: 0.25rem;
  }

  .xl\:focus-within\:gap-y-2:focus-within {
    row-gap: 0.5rem;
  }

  .xl\:focus-within\:gap-y-3:focus-within {
    row-gap: 0.75rem;
  }

  .xl\:focus-within\:gap-y-4:focus-within {
    row-gap: 1rem;
  }

  .xl\:focus-within\:gap-y-5:focus-within {
    row-gap: 1.25rem;
  }

  .xl\:focus-within\:gap-y-6:focus-within {
    row-gap: 1.5rem;
  }

  .xl\:focus-within\:gap-y-7:focus-within {
    row-gap: 1.75rem;
  }

  .xl\:focus-within\:gap-y-8:focus-within {
    row-gap: 2rem;
  }

  .xl\:focus-within\:gap-y-9:focus-within {
    row-gap: 2.25rem;
  }

  .xl\:focus-within\:gap-y-10:focus-within {
    row-gap: 2.5rem;
  }

  .xl\:focus-within\:gap-y-11:focus-within {
    row-gap: 2.75rem;
  }

  .xl\:focus-within\:gap-y-12:focus-within {
    row-gap: 3rem;
  }

  .xl\:focus-within\:gap-y-14:focus-within {
    row-gap: 3.5rem;
  }

  .xl\:focus-within\:gap-y-16:focus-within {
    row-gap: 4rem;
  }

  .xl\:focus-within\:gap-y-20:focus-within {
    row-gap: 5rem;
  }

  .xl\:focus-within\:gap-y-24:focus-within {
    row-gap: 6rem;
  }

  .xl\:focus-within\:gap-y-28:focus-within {
    row-gap: 7rem;
  }

  .xl\:focus-within\:gap-y-32:focus-within {
    row-gap: 8rem;
  }

  .xl\:focus-within\:gap-y-36:focus-within {
    row-gap: 9rem;
  }

  .xl\:focus-within\:gap-y-40:focus-within {
    row-gap: 10rem;
  }

  .xl\:focus-within\:gap-y-44:focus-within {
    row-gap: 11rem;
  }

  .xl\:focus-within\:gap-y-48:focus-within {
    row-gap: 12rem;
  }

  .xl\:focus-within\:gap-y-52:focus-within {
    row-gap: 13rem;
  }

  .xl\:focus-within\:gap-y-56:focus-within {
    row-gap: 14rem;
  }

  .xl\:focus-within\:gap-y-60:focus-within {
    row-gap: 15rem;
  }

  .xl\:focus-within\:gap-y-64:focus-within {
    row-gap: 16rem;
  }

  .xl\:focus-within\:gap-y-72:focus-within {
    row-gap: 18rem;
  }

  .xl\:focus-within\:gap-y-80:focus-within {
    row-gap: 20rem;
  }

  .xl\:focus-within\:gap-y-96:focus-within {
    row-gap: 24rem;
  }

  .xl\:focus-within\:gap-y-px:focus-within {
    row-gap: 1px;
  }

  .xl\:focus-within\:gap-y-0\.5:focus-within {
    row-gap: 0.125rem;
  }

  .xl\:focus-within\:gap-y-1\.5:focus-within {
    row-gap: 0.375rem;
  }

  .xl\:focus-within\:gap-y-2\.5:focus-within {
    row-gap: 0.625rem;
  }

  .xl\:focus-within\:gap-y-3\.5:focus-within {
    row-gap: 0.875rem;
  }

  .xl\:first\:gap-0:first-child {
    gap: 0px;
  }

  .xl\:first\:gap-1:first-child {
    gap: 0.25rem;
  }

  .xl\:first\:gap-2:first-child {
    gap: 0.5rem;
  }

  .xl\:first\:gap-3:first-child {
    gap: 0.75rem;
  }

  .xl\:first\:gap-4:first-child {
    gap: 1rem;
  }

  .xl\:first\:gap-5:first-child {
    gap: 1.25rem;
  }

  .xl\:first\:gap-6:first-child {
    gap: 1.5rem;
  }

  .xl\:first\:gap-7:first-child {
    gap: 1.75rem;
  }

  .xl\:first\:gap-8:first-child {
    gap: 2rem;
  }

  .xl\:first\:gap-9:first-child {
    gap: 2.25rem;
  }

  .xl\:first\:gap-10:first-child {
    gap: 2.5rem;
  }

  .xl\:first\:gap-11:first-child {
    gap: 2.75rem;
  }

  .xl\:first\:gap-12:first-child {
    gap: 3rem;
  }

  .xl\:first\:gap-14:first-child {
    gap: 3.5rem;
  }

  .xl\:first\:gap-16:first-child {
    gap: 4rem;
  }

  .xl\:first\:gap-20:first-child {
    gap: 5rem;
  }

  .xl\:first\:gap-24:first-child {
    gap: 6rem;
  }

  .xl\:first\:gap-28:first-child {
    gap: 7rem;
  }

  .xl\:first\:gap-32:first-child {
    gap: 8rem;
  }

  .xl\:first\:gap-36:first-child {
    gap: 9rem;
  }

  .xl\:first\:gap-40:first-child {
    gap: 10rem;
  }

  .xl\:first\:gap-44:first-child {
    gap: 11rem;
  }

  .xl\:first\:gap-48:first-child {
    gap: 12rem;
  }

  .xl\:first\:gap-52:first-child {
    gap: 13rem;
  }

  .xl\:first\:gap-56:first-child {
    gap: 14rem;
  }

  .xl\:first\:gap-60:first-child {
    gap: 15rem;
  }

  .xl\:first\:gap-64:first-child {
    gap: 16rem;
  }

  .xl\:first\:gap-72:first-child {
    gap: 18rem;
  }

  .xl\:first\:gap-80:first-child {
    gap: 20rem;
  }

  .xl\:first\:gap-96:first-child {
    gap: 24rem;
  }

  .xl\:first\:gap-px:first-child {
    gap: 1px;
  }

  .xl\:first\:gap-0\.5:first-child {
    gap: 0.125rem;
  }

  .xl\:first\:gap-1\.5:first-child {
    gap: 0.375rem;
  }

  .xl\:first\:gap-2\.5:first-child {
    gap: 0.625rem;
  }

  .xl\:first\:gap-3\.5:first-child {
    gap: 0.875rem;
  }

  .xl\:first\:gap-x-0:first-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:first\:gap-x-1:first-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:first\:gap-x-2:first-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:first\:gap-x-3:first-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:first\:gap-x-4:first-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:first\:gap-x-5:first-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:first\:gap-x-6:first-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:first\:gap-x-7:first-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:first\:gap-x-8:first-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:first\:gap-x-9:first-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:first\:gap-x-10:first-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:first\:gap-x-11:first-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:first\:gap-x-12:first-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:first\:gap-x-14:first-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:first\:gap-x-16:first-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:first\:gap-x-20:first-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:first\:gap-x-24:first-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:first\:gap-x-28:first-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:first\:gap-x-32:first-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:first\:gap-x-36:first-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:first\:gap-x-40:first-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:first\:gap-x-44:first-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:first\:gap-x-48:first-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:first\:gap-x-52:first-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:first\:gap-x-56:first-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:first\:gap-x-60:first-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:first\:gap-x-64:first-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:first\:gap-x-72:first-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:first\:gap-x-80:first-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:first\:gap-x-96:first-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:first\:gap-x-px:first-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:first\:gap-x-0\.5:first-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:first\:gap-x-1\.5:first-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:first\:gap-x-2\.5:first-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:first\:gap-x-3\.5:first-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:first\:gap-y-0:first-child {
    row-gap: 0px;
  }

  .xl\:first\:gap-y-1:first-child {
    row-gap: 0.25rem;
  }

  .xl\:first\:gap-y-2:first-child {
    row-gap: 0.5rem;
  }

  .xl\:first\:gap-y-3:first-child {
    row-gap: 0.75rem;
  }

  .xl\:first\:gap-y-4:first-child {
    row-gap: 1rem;
  }

  .xl\:first\:gap-y-5:first-child {
    row-gap: 1.25rem;
  }

  .xl\:first\:gap-y-6:first-child {
    row-gap: 1.5rem;
  }

  .xl\:first\:gap-y-7:first-child {
    row-gap: 1.75rem;
  }

  .xl\:first\:gap-y-8:first-child {
    row-gap: 2rem;
  }

  .xl\:first\:gap-y-9:first-child {
    row-gap: 2.25rem;
  }

  .xl\:first\:gap-y-10:first-child {
    row-gap: 2.5rem;
  }

  .xl\:first\:gap-y-11:first-child {
    row-gap: 2.75rem;
  }

  .xl\:first\:gap-y-12:first-child {
    row-gap: 3rem;
  }

  .xl\:first\:gap-y-14:first-child {
    row-gap: 3.5rem;
  }

  .xl\:first\:gap-y-16:first-child {
    row-gap: 4rem;
  }

  .xl\:first\:gap-y-20:first-child {
    row-gap: 5rem;
  }

  .xl\:first\:gap-y-24:first-child {
    row-gap: 6rem;
  }

  .xl\:first\:gap-y-28:first-child {
    row-gap: 7rem;
  }

  .xl\:first\:gap-y-32:first-child {
    row-gap: 8rem;
  }

  .xl\:first\:gap-y-36:first-child {
    row-gap: 9rem;
  }

  .xl\:first\:gap-y-40:first-child {
    row-gap: 10rem;
  }

  .xl\:first\:gap-y-44:first-child {
    row-gap: 11rem;
  }

  .xl\:first\:gap-y-48:first-child {
    row-gap: 12rem;
  }

  .xl\:first\:gap-y-52:first-child {
    row-gap: 13rem;
  }

  .xl\:first\:gap-y-56:first-child {
    row-gap: 14rem;
  }

  .xl\:first\:gap-y-60:first-child {
    row-gap: 15rem;
  }

  .xl\:first\:gap-y-64:first-child {
    row-gap: 16rem;
  }

  .xl\:first\:gap-y-72:first-child {
    row-gap: 18rem;
  }

  .xl\:first\:gap-y-80:first-child {
    row-gap: 20rem;
  }

  .xl\:first\:gap-y-96:first-child {
    row-gap: 24rem;
  }

  .xl\:first\:gap-y-px:first-child {
    row-gap: 1px;
  }

  .xl\:first\:gap-y-0\.5:first-child {
    row-gap: 0.125rem;
  }

  .xl\:first\:gap-y-1\.5:first-child {
    row-gap: 0.375rem;
  }

  .xl\:first\:gap-y-2\.5:first-child {
    row-gap: 0.625rem;
  }

  .xl\:first\:gap-y-3\.5:first-child {
    row-gap: 0.875rem;
  }

  .xl\:last\:gap-0:last-child {
    gap: 0px;
  }

  .xl\:last\:gap-1:last-child {
    gap: 0.25rem;
  }

  .xl\:last\:gap-2:last-child {
    gap: 0.5rem;
  }

  .xl\:last\:gap-3:last-child {
    gap: 0.75rem;
  }

  .xl\:last\:gap-4:last-child {
    gap: 1rem;
  }

  .xl\:last\:gap-5:last-child {
    gap: 1.25rem;
  }

  .xl\:last\:gap-6:last-child {
    gap: 1.5rem;
  }

  .xl\:last\:gap-7:last-child {
    gap: 1.75rem;
  }

  .xl\:last\:gap-8:last-child {
    gap: 2rem;
  }

  .xl\:last\:gap-9:last-child {
    gap: 2.25rem;
  }

  .xl\:last\:gap-10:last-child {
    gap: 2.5rem;
  }

  .xl\:last\:gap-11:last-child {
    gap: 2.75rem;
  }

  .xl\:last\:gap-12:last-child {
    gap: 3rem;
  }

  .xl\:last\:gap-14:last-child {
    gap: 3.5rem;
  }

  .xl\:last\:gap-16:last-child {
    gap: 4rem;
  }

  .xl\:last\:gap-20:last-child {
    gap: 5rem;
  }

  .xl\:last\:gap-24:last-child {
    gap: 6rem;
  }

  .xl\:last\:gap-28:last-child {
    gap: 7rem;
  }

  .xl\:last\:gap-32:last-child {
    gap: 8rem;
  }

  .xl\:last\:gap-36:last-child {
    gap: 9rem;
  }

  .xl\:last\:gap-40:last-child {
    gap: 10rem;
  }

  .xl\:last\:gap-44:last-child {
    gap: 11rem;
  }

  .xl\:last\:gap-48:last-child {
    gap: 12rem;
  }

  .xl\:last\:gap-52:last-child {
    gap: 13rem;
  }

  .xl\:last\:gap-56:last-child {
    gap: 14rem;
  }

  .xl\:last\:gap-60:last-child {
    gap: 15rem;
  }

  .xl\:last\:gap-64:last-child {
    gap: 16rem;
  }

  .xl\:last\:gap-72:last-child {
    gap: 18rem;
  }

  .xl\:last\:gap-80:last-child {
    gap: 20rem;
  }

  .xl\:last\:gap-96:last-child {
    gap: 24rem;
  }

  .xl\:last\:gap-px:last-child {
    gap: 1px;
  }

  .xl\:last\:gap-0\.5:last-child {
    gap: 0.125rem;
  }

  .xl\:last\:gap-1\.5:last-child {
    gap: 0.375rem;
  }

  .xl\:last\:gap-2\.5:last-child {
    gap: 0.625rem;
  }

  .xl\:last\:gap-3\.5:last-child {
    gap: 0.875rem;
  }

  .xl\:last\:gap-x-0:last-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:last\:gap-x-1:last-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:last\:gap-x-2:last-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:last\:gap-x-3:last-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:last\:gap-x-4:last-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:last\:gap-x-5:last-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:last\:gap-x-6:last-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:last\:gap-x-7:last-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:last\:gap-x-8:last-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:last\:gap-x-9:last-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:last\:gap-x-10:last-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:last\:gap-x-11:last-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:last\:gap-x-12:last-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:last\:gap-x-14:last-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:last\:gap-x-16:last-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:last\:gap-x-20:last-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:last\:gap-x-24:last-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:last\:gap-x-28:last-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:last\:gap-x-32:last-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:last\:gap-x-36:last-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:last\:gap-x-40:last-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:last\:gap-x-44:last-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:last\:gap-x-48:last-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:last\:gap-x-52:last-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:last\:gap-x-56:last-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:last\:gap-x-60:last-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:last\:gap-x-64:last-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:last\:gap-x-72:last-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:last\:gap-x-80:last-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:last\:gap-x-96:last-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:last\:gap-x-px:last-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:last\:gap-x-0\.5:last-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:last\:gap-x-1\.5:last-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:last\:gap-x-2\.5:last-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:last\:gap-x-3\.5:last-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:last\:gap-y-0:last-child {
    row-gap: 0px;
  }

  .xl\:last\:gap-y-1:last-child {
    row-gap: 0.25rem;
  }

  .xl\:last\:gap-y-2:last-child {
    row-gap: 0.5rem;
  }

  .xl\:last\:gap-y-3:last-child {
    row-gap: 0.75rem;
  }

  .xl\:last\:gap-y-4:last-child {
    row-gap: 1rem;
  }

  .xl\:last\:gap-y-5:last-child {
    row-gap: 1.25rem;
  }

  .xl\:last\:gap-y-6:last-child {
    row-gap: 1.5rem;
  }

  .xl\:last\:gap-y-7:last-child {
    row-gap: 1.75rem;
  }

  .xl\:last\:gap-y-8:last-child {
    row-gap: 2rem;
  }

  .xl\:last\:gap-y-9:last-child {
    row-gap: 2.25rem;
  }

  .xl\:last\:gap-y-10:last-child {
    row-gap: 2.5rem;
  }

  .xl\:last\:gap-y-11:last-child {
    row-gap: 2.75rem;
  }

  .xl\:last\:gap-y-12:last-child {
    row-gap: 3rem;
  }

  .xl\:last\:gap-y-14:last-child {
    row-gap: 3.5rem;
  }

  .xl\:last\:gap-y-16:last-child {
    row-gap: 4rem;
  }

  .xl\:last\:gap-y-20:last-child {
    row-gap: 5rem;
  }

  .xl\:last\:gap-y-24:last-child {
    row-gap: 6rem;
  }

  .xl\:last\:gap-y-28:last-child {
    row-gap: 7rem;
  }

  .xl\:last\:gap-y-32:last-child {
    row-gap: 8rem;
  }

  .xl\:last\:gap-y-36:last-child {
    row-gap: 9rem;
  }

  .xl\:last\:gap-y-40:last-child {
    row-gap: 10rem;
  }

  .xl\:last\:gap-y-44:last-child {
    row-gap: 11rem;
  }

  .xl\:last\:gap-y-48:last-child {
    row-gap: 12rem;
  }

  .xl\:last\:gap-y-52:last-child {
    row-gap: 13rem;
  }

  .xl\:last\:gap-y-56:last-child {
    row-gap: 14rem;
  }

  .xl\:last\:gap-y-60:last-child {
    row-gap: 15rem;
  }

  .xl\:last\:gap-y-64:last-child {
    row-gap: 16rem;
  }

  .xl\:last\:gap-y-72:last-child {
    row-gap: 18rem;
  }

  .xl\:last\:gap-y-80:last-child {
    row-gap: 20rem;
  }

  .xl\:last\:gap-y-96:last-child {
    row-gap: 24rem;
  }

  .xl\:last\:gap-y-px:last-child {
    row-gap: 1px;
  }

  .xl\:last\:gap-y-0\.5:last-child {
    row-gap: 0.125rem;
  }

  .xl\:last\:gap-y-1\.5:last-child {
    row-gap: 0.375rem;
  }

  .xl\:last\:gap-y-2\.5:last-child {
    row-gap: 0.625rem;
  }

  .xl\:last\:gap-y-3\.5:last-child {
    row-gap: 0.875rem;
  }

  .xl\:odd\:gap-0:nth-child(odd) {
    gap: 0px;
  }

  .xl\:odd\:gap-1:nth-child(odd) {
    gap: 0.25rem;
  }

  .xl\:odd\:gap-2:nth-child(odd) {
    gap: 0.5rem;
  }

  .xl\:odd\:gap-3:nth-child(odd) {
    gap: 0.75rem;
  }

  .xl\:odd\:gap-4:nth-child(odd) {
    gap: 1rem;
  }

  .xl\:odd\:gap-5:nth-child(odd) {
    gap: 1.25rem;
  }

  .xl\:odd\:gap-6:nth-child(odd) {
    gap: 1.5rem;
  }

  .xl\:odd\:gap-7:nth-child(odd) {
    gap: 1.75rem;
  }

  .xl\:odd\:gap-8:nth-child(odd) {
    gap: 2rem;
  }

  .xl\:odd\:gap-9:nth-child(odd) {
    gap: 2.25rem;
  }

  .xl\:odd\:gap-10:nth-child(odd) {
    gap: 2.5rem;
  }

  .xl\:odd\:gap-11:nth-child(odd) {
    gap: 2.75rem;
  }

  .xl\:odd\:gap-12:nth-child(odd) {
    gap: 3rem;
  }

  .xl\:odd\:gap-14:nth-child(odd) {
    gap: 3.5rem;
  }

  .xl\:odd\:gap-16:nth-child(odd) {
    gap: 4rem;
  }

  .xl\:odd\:gap-20:nth-child(odd) {
    gap: 5rem;
  }

  .xl\:odd\:gap-24:nth-child(odd) {
    gap: 6rem;
  }

  .xl\:odd\:gap-28:nth-child(odd) {
    gap: 7rem;
  }

  .xl\:odd\:gap-32:nth-child(odd) {
    gap: 8rem;
  }

  .xl\:odd\:gap-36:nth-child(odd) {
    gap: 9rem;
  }

  .xl\:odd\:gap-40:nth-child(odd) {
    gap: 10rem;
  }

  .xl\:odd\:gap-44:nth-child(odd) {
    gap: 11rem;
  }

  .xl\:odd\:gap-48:nth-child(odd) {
    gap: 12rem;
  }

  .xl\:odd\:gap-52:nth-child(odd) {
    gap: 13rem;
  }

  .xl\:odd\:gap-56:nth-child(odd) {
    gap: 14rem;
  }

  .xl\:odd\:gap-60:nth-child(odd) {
    gap: 15rem;
  }

  .xl\:odd\:gap-64:nth-child(odd) {
    gap: 16rem;
  }

  .xl\:odd\:gap-72:nth-child(odd) {
    gap: 18rem;
  }

  .xl\:odd\:gap-80:nth-child(odd) {
    gap: 20rem;
  }

  .xl\:odd\:gap-96:nth-child(odd) {
    gap: 24rem;
  }

  .xl\:odd\:gap-px:nth-child(odd) {
    gap: 1px;
  }

  .xl\:odd\:gap-0\.5:nth-child(odd) {
    gap: 0.125rem;
  }

  .xl\:odd\:gap-1\.5:nth-child(odd) {
    gap: 0.375rem;
  }

  .xl\:odd\:gap-2\.5:nth-child(odd) {
    gap: 0.625rem;
  }

  .xl\:odd\:gap-3\.5:nth-child(odd) {
    gap: 0.875rem;
  }

  .xl\:odd\:gap-x-0:nth-child(odd) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:odd\:gap-x-1:nth-child(odd) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:odd\:gap-x-2:nth-child(odd) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:odd\:gap-x-3:nth-child(odd) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:odd\:gap-x-4:nth-child(odd) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:odd\:gap-x-5:nth-child(odd) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:odd\:gap-x-6:nth-child(odd) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:odd\:gap-x-7:nth-child(odd) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:odd\:gap-x-8:nth-child(odd) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:odd\:gap-x-9:nth-child(odd) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:odd\:gap-x-10:nth-child(odd) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:odd\:gap-x-11:nth-child(odd) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:odd\:gap-x-12:nth-child(odd) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:odd\:gap-x-14:nth-child(odd) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:odd\:gap-x-16:nth-child(odd) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:odd\:gap-x-20:nth-child(odd) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:odd\:gap-x-24:nth-child(odd) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:odd\:gap-x-28:nth-child(odd) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:odd\:gap-x-32:nth-child(odd) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:odd\:gap-x-36:nth-child(odd) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:odd\:gap-x-40:nth-child(odd) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:odd\:gap-x-44:nth-child(odd) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:odd\:gap-x-48:nth-child(odd) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:odd\:gap-x-52:nth-child(odd) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:odd\:gap-x-56:nth-child(odd) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:odd\:gap-x-60:nth-child(odd) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:odd\:gap-x-64:nth-child(odd) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:odd\:gap-x-72:nth-child(odd) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:odd\:gap-x-80:nth-child(odd) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:odd\:gap-x-96:nth-child(odd) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:odd\:gap-x-px:nth-child(odd) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:odd\:gap-x-0\.5:nth-child(odd) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:odd\:gap-x-1\.5:nth-child(odd) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:odd\:gap-x-2\.5:nth-child(odd) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:odd\:gap-x-3\.5:nth-child(odd) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:odd\:gap-y-0:nth-child(odd) {
    row-gap: 0px;
  }

  .xl\:odd\:gap-y-1:nth-child(odd) {
    row-gap: 0.25rem;
  }

  .xl\:odd\:gap-y-2:nth-child(odd) {
    row-gap: 0.5rem;
  }

  .xl\:odd\:gap-y-3:nth-child(odd) {
    row-gap: 0.75rem;
  }

  .xl\:odd\:gap-y-4:nth-child(odd) {
    row-gap: 1rem;
  }

  .xl\:odd\:gap-y-5:nth-child(odd) {
    row-gap: 1.25rem;
  }

  .xl\:odd\:gap-y-6:nth-child(odd) {
    row-gap: 1.5rem;
  }

  .xl\:odd\:gap-y-7:nth-child(odd) {
    row-gap: 1.75rem;
  }

  .xl\:odd\:gap-y-8:nth-child(odd) {
    row-gap: 2rem;
  }

  .xl\:odd\:gap-y-9:nth-child(odd) {
    row-gap: 2.25rem;
  }

  .xl\:odd\:gap-y-10:nth-child(odd) {
    row-gap: 2.5rem;
  }

  .xl\:odd\:gap-y-11:nth-child(odd) {
    row-gap: 2.75rem;
  }

  .xl\:odd\:gap-y-12:nth-child(odd) {
    row-gap: 3rem;
  }

  .xl\:odd\:gap-y-14:nth-child(odd) {
    row-gap: 3.5rem;
  }

  .xl\:odd\:gap-y-16:nth-child(odd) {
    row-gap: 4rem;
  }

  .xl\:odd\:gap-y-20:nth-child(odd) {
    row-gap: 5rem;
  }

  .xl\:odd\:gap-y-24:nth-child(odd) {
    row-gap: 6rem;
  }

  .xl\:odd\:gap-y-28:nth-child(odd) {
    row-gap: 7rem;
  }

  .xl\:odd\:gap-y-32:nth-child(odd) {
    row-gap: 8rem;
  }

  .xl\:odd\:gap-y-36:nth-child(odd) {
    row-gap: 9rem;
  }

  .xl\:odd\:gap-y-40:nth-child(odd) {
    row-gap: 10rem;
  }

  .xl\:odd\:gap-y-44:nth-child(odd) {
    row-gap: 11rem;
  }

  .xl\:odd\:gap-y-48:nth-child(odd) {
    row-gap: 12rem;
  }

  .xl\:odd\:gap-y-52:nth-child(odd) {
    row-gap: 13rem;
  }

  .xl\:odd\:gap-y-56:nth-child(odd) {
    row-gap: 14rem;
  }

  .xl\:odd\:gap-y-60:nth-child(odd) {
    row-gap: 15rem;
  }

  .xl\:odd\:gap-y-64:nth-child(odd) {
    row-gap: 16rem;
  }

  .xl\:odd\:gap-y-72:nth-child(odd) {
    row-gap: 18rem;
  }

  .xl\:odd\:gap-y-80:nth-child(odd) {
    row-gap: 20rem;
  }

  .xl\:odd\:gap-y-96:nth-child(odd) {
    row-gap: 24rem;
  }

  .xl\:odd\:gap-y-px:nth-child(odd) {
    row-gap: 1px;
  }

  .xl\:odd\:gap-y-0\.5:nth-child(odd) {
    row-gap: 0.125rem;
  }

  .xl\:odd\:gap-y-1\.5:nth-child(odd) {
    row-gap: 0.375rem;
  }

  .xl\:odd\:gap-y-2\.5:nth-child(odd) {
    row-gap: 0.625rem;
  }

  .xl\:odd\:gap-y-3\.5:nth-child(odd) {
    row-gap: 0.875rem;
  }

  .xl\:even\:gap-0:nth-child(even) {
    gap: 0px;
  }

  .xl\:even\:gap-1:nth-child(even) {
    gap: 0.25rem;
  }

  .xl\:even\:gap-2:nth-child(even) {
    gap: 0.5rem;
  }

  .xl\:even\:gap-3:nth-child(even) {
    gap: 0.75rem;
  }

  .xl\:even\:gap-4:nth-child(even) {
    gap: 1rem;
  }

  .xl\:even\:gap-5:nth-child(even) {
    gap: 1.25rem;
  }

  .xl\:even\:gap-6:nth-child(even) {
    gap: 1.5rem;
  }

  .xl\:even\:gap-7:nth-child(even) {
    gap: 1.75rem;
  }

  .xl\:even\:gap-8:nth-child(even) {
    gap: 2rem;
  }

  .xl\:even\:gap-9:nth-child(even) {
    gap: 2.25rem;
  }

  .xl\:even\:gap-10:nth-child(even) {
    gap: 2.5rem;
  }

  .xl\:even\:gap-11:nth-child(even) {
    gap: 2.75rem;
  }

  .xl\:even\:gap-12:nth-child(even) {
    gap: 3rem;
  }

  .xl\:even\:gap-14:nth-child(even) {
    gap: 3.5rem;
  }

  .xl\:even\:gap-16:nth-child(even) {
    gap: 4rem;
  }

  .xl\:even\:gap-20:nth-child(even) {
    gap: 5rem;
  }

  .xl\:even\:gap-24:nth-child(even) {
    gap: 6rem;
  }

  .xl\:even\:gap-28:nth-child(even) {
    gap: 7rem;
  }

  .xl\:even\:gap-32:nth-child(even) {
    gap: 8rem;
  }

  .xl\:even\:gap-36:nth-child(even) {
    gap: 9rem;
  }

  .xl\:even\:gap-40:nth-child(even) {
    gap: 10rem;
  }

  .xl\:even\:gap-44:nth-child(even) {
    gap: 11rem;
  }

  .xl\:even\:gap-48:nth-child(even) {
    gap: 12rem;
  }

  .xl\:even\:gap-52:nth-child(even) {
    gap: 13rem;
  }

  .xl\:even\:gap-56:nth-child(even) {
    gap: 14rem;
  }

  .xl\:even\:gap-60:nth-child(even) {
    gap: 15rem;
  }

  .xl\:even\:gap-64:nth-child(even) {
    gap: 16rem;
  }

  .xl\:even\:gap-72:nth-child(even) {
    gap: 18rem;
  }

  .xl\:even\:gap-80:nth-child(even) {
    gap: 20rem;
  }

  .xl\:even\:gap-96:nth-child(even) {
    gap: 24rem;
  }

  .xl\:even\:gap-px:nth-child(even) {
    gap: 1px;
  }

  .xl\:even\:gap-0\.5:nth-child(even) {
    gap: 0.125rem;
  }

  .xl\:even\:gap-1\.5:nth-child(even) {
    gap: 0.375rem;
  }

  .xl\:even\:gap-2\.5:nth-child(even) {
    gap: 0.625rem;
  }

  .xl\:even\:gap-3\.5:nth-child(even) {
    gap: 0.875rem;
  }

  .xl\:even\:gap-x-0:nth-child(even) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:even\:gap-x-1:nth-child(even) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:even\:gap-x-2:nth-child(even) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:even\:gap-x-3:nth-child(even) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:even\:gap-x-4:nth-child(even) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:even\:gap-x-5:nth-child(even) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:even\:gap-x-6:nth-child(even) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:even\:gap-x-7:nth-child(even) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:even\:gap-x-8:nth-child(even) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:even\:gap-x-9:nth-child(even) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:even\:gap-x-10:nth-child(even) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:even\:gap-x-11:nth-child(even) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:even\:gap-x-12:nth-child(even) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:even\:gap-x-14:nth-child(even) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:even\:gap-x-16:nth-child(even) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:even\:gap-x-20:nth-child(even) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:even\:gap-x-24:nth-child(even) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:even\:gap-x-28:nth-child(even) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:even\:gap-x-32:nth-child(even) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:even\:gap-x-36:nth-child(even) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:even\:gap-x-40:nth-child(even) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:even\:gap-x-44:nth-child(even) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:even\:gap-x-48:nth-child(even) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:even\:gap-x-52:nth-child(even) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:even\:gap-x-56:nth-child(even) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:even\:gap-x-60:nth-child(even) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:even\:gap-x-64:nth-child(even) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:even\:gap-x-72:nth-child(even) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:even\:gap-x-80:nth-child(even) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:even\:gap-x-96:nth-child(even) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:even\:gap-x-px:nth-child(even) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:even\:gap-x-0\.5:nth-child(even) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:even\:gap-x-1\.5:nth-child(even) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:even\:gap-x-2\.5:nth-child(even) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:even\:gap-x-3\.5:nth-child(even) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:even\:gap-y-0:nth-child(even) {
    row-gap: 0px;
  }

  .xl\:even\:gap-y-1:nth-child(even) {
    row-gap: 0.25rem;
  }

  .xl\:even\:gap-y-2:nth-child(even) {
    row-gap: 0.5rem;
  }

  .xl\:even\:gap-y-3:nth-child(even) {
    row-gap: 0.75rem;
  }

  .xl\:even\:gap-y-4:nth-child(even) {
    row-gap: 1rem;
  }

  .xl\:even\:gap-y-5:nth-child(even) {
    row-gap: 1.25rem;
  }

  .xl\:even\:gap-y-6:nth-child(even) {
    row-gap: 1.5rem;
  }

  .xl\:even\:gap-y-7:nth-child(even) {
    row-gap: 1.75rem;
  }

  .xl\:even\:gap-y-8:nth-child(even) {
    row-gap: 2rem;
  }

  .xl\:even\:gap-y-9:nth-child(even) {
    row-gap: 2.25rem;
  }

  .xl\:even\:gap-y-10:nth-child(even) {
    row-gap: 2.5rem;
  }

  .xl\:even\:gap-y-11:nth-child(even) {
    row-gap: 2.75rem;
  }

  .xl\:even\:gap-y-12:nth-child(even) {
    row-gap: 3rem;
  }

  .xl\:even\:gap-y-14:nth-child(even) {
    row-gap: 3.5rem;
  }

  .xl\:even\:gap-y-16:nth-child(even) {
    row-gap: 4rem;
  }

  .xl\:even\:gap-y-20:nth-child(even) {
    row-gap: 5rem;
  }

  .xl\:even\:gap-y-24:nth-child(even) {
    row-gap: 6rem;
  }

  .xl\:even\:gap-y-28:nth-child(even) {
    row-gap: 7rem;
  }

  .xl\:even\:gap-y-32:nth-child(even) {
    row-gap: 8rem;
  }

  .xl\:even\:gap-y-36:nth-child(even) {
    row-gap: 9rem;
  }

  .xl\:even\:gap-y-40:nth-child(even) {
    row-gap: 10rem;
  }

  .xl\:even\:gap-y-44:nth-child(even) {
    row-gap: 11rem;
  }

  .xl\:even\:gap-y-48:nth-child(even) {
    row-gap: 12rem;
  }

  .xl\:even\:gap-y-52:nth-child(even) {
    row-gap: 13rem;
  }

  .xl\:even\:gap-y-56:nth-child(even) {
    row-gap: 14rem;
  }

  .xl\:even\:gap-y-60:nth-child(even) {
    row-gap: 15rem;
  }

  .xl\:even\:gap-y-64:nth-child(even) {
    row-gap: 16rem;
  }

  .xl\:even\:gap-y-72:nth-child(even) {
    row-gap: 18rem;
  }

  .xl\:even\:gap-y-80:nth-child(even) {
    row-gap: 20rem;
  }

  .xl\:even\:gap-y-96:nth-child(even) {
    row-gap: 24rem;
  }

  .xl\:even\:gap-y-px:nth-child(even) {
    row-gap: 1px;
  }

  .xl\:even\:gap-y-0\.5:nth-child(even) {
    row-gap: 0.125rem;
  }

  .xl\:even\:gap-y-1\.5:nth-child(even) {
    row-gap: 0.375rem;
  }

  .xl\:even\:gap-y-2\.5:nth-child(even) {
    row-gap: 0.625rem;
  }

  .xl\:even\:gap-y-3\.5:nth-child(even) {
    row-gap: 0.875rem;
  }

  .xl\:hover\:gap-0:hover {
    gap: 0px;
  }

  .xl\:hover\:gap-1:hover {
    gap: 0.25rem;
  }

  .xl\:hover\:gap-2:hover {
    gap: 0.5rem;
  }

  .xl\:hover\:gap-3:hover {
    gap: 0.75rem;
  }

  .xl\:hover\:gap-4:hover {
    gap: 1rem;
  }

  .xl\:hover\:gap-5:hover {
    gap: 1.25rem;
  }

  .xl\:hover\:gap-6:hover {
    gap: 1.5rem;
  }

  .xl\:hover\:gap-7:hover {
    gap: 1.75rem;
  }

  .xl\:hover\:gap-8:hover {
    gap: 2rem;
  }

  .xl\:hover\:gap-9:hover {
    gap: 2.25rem;
  }

  .xl\:hover\:gap-10:hover {
    gap: 2.5rem;
  }

  .xl\:hover\:gap-11:hover {
    gap: 2.75rem;
  }

  .xl\:hover\:gap-12:hover {
    gap: 3rem;
  }

  .xl\:hover\:gap-14:hover {
    gap: 3.5rem;
  }

  .xl\:hover\:gap-16:hover {
    gap: 4rem;
  }

  .xl\:hover\:gap-20:hover {
    gap: 5rem;
  }

  .xl\:hover\:gap-24:hover {
    gap: 6rem;
  }

  .xl\:hover\:gap-28:hover {
    gap: 7rem;
  }

  .xl\:hover\:gap-32:hover {
    gap: 8rem;
  }

  .xl\:hover\:gap-36:hover {
    gap: 9rem;
  }

  .xl\:hover\:gap-40:hover {
    gap: 10rem;
  }

  .xl\:hover\:gap-44:hover {
    gap: 11rem;
  }

  .xl\:hover\:gap-48:hover {
    gap: 12rem;
  }

  .xl\:hover\:gap-52:hover {
    gap: 13rem;
  }

  .xl\:hover\:gap-56:hover {
    gap: 14rem;
  }

  .xl\:hover\:gap-60:hover {
    gap: 15rem;
  }

  .xl\:hover\:gap-64:hover {
    gap: 16rem;
  }

  .xl\:hover\:gap-72:hover {
    gap: 18rem;
  }

  .xl\:hover\:gap-80:hover {
    gap: 20rem;
  }

  .xl\:hover\:gap-96:hover {
    gap: 24rem;
  }

  .xl\:hover\:gap-px:hover {
    gap: 1px;
  }

  .xl\:hover\:gap-0\.5:hover {
    gap: 0.125rem;
  }

  .xl\:hover\:gap-1\.5:hover {
    gap: 0.375rem;
  }

  .xl\:hover\:gap-2\.5:hover {
    gap: 0.625rem;
  }

  .xl\:hover\:gap-3\.5:hover {
    gap: 0.875rem;
  }

  .xl\:hover\:gap-x-0:hover {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:hover\:gap-x-1:hover {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:hover\:gap-x-2:hover {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:hover\:gap-x-3:hover {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:hover\:gap-x-5:hover {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:hover\:gap-x-6:hover {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:hover\:gap-x-7:hover {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:hover\:gap-x-8:hover {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:hover\:gap-x-9:hover {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:hover\:gap-x-10:hover {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:hover\:gap-x-11:hover {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:hover\:gap-x-12:hover {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:hover\:gap-x-14:hover {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:hover\:gap-x-16:hover {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:hover\:gap-x-20:hover {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:hover\:gap-x-24:hover {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:hover\:gap-x-28:hover {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:hover\:gap-x-32:hover {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:hover\:gap-x-36:hover {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:hover\:gap-x-40:hover {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:hover\:gap-x-44:hover {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:hover\:gap-x-48:hover {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:hover\:gap-x-52:hover {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:hover\:gap-x-56:hover {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:hover\:gap-x-60:hover {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:hover\:gap-x-64:hover {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:hover\:gap-x-72:hover {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:hover\:gap-x-80:hover {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:hover\:gap-x-96:hover {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:hover\:gap-x-px:hover {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:hover\:gap-x-0\.5:hover {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:hover\:gap-x-1\.5:hover {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:hover\:gap-x-2\.5:hover {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:hover\:gap-x-3\.5:hover {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:hover\:gap-y-0:hover {
    row-gap: 0px;
  }

  .xl\:hover\:gap-y-1:hover {
    row-gap: 0.25rem;
  }

  .xl\:hover\:gap-y-2:hover {
    row-gap: 0.5rem;
  }

  .xl\:hover\:gap-y-3:hover {
    row-gap: 0.75rem;
  }

  .xl\:hover\:gap-y-4:hover {
    row-gap: 1rem;
  }

  .xl\:hover\:gap-y-5:hover {
    row-gap: 1.25rem;
  }

  .xl\:hover\:gap-y-6:hover {
    row-gap: 1.5rem;
  }

  .xl\:hover\:gap-y-7:hover {
    row-gap: 1.75rem;
  }

  .xl\:hover\:gap-y-8:hover {
    row-gap: 2rem;
  }

  .xl\:hover\:gap-y-9:hover {
    row-gap: 2.25rem;
  }

  .xl\:hover\:gap-y-10:hover {
    row-gap: 2.5rem;
  }

  .xl\:hover\:gap-y-11:hover {
    row-gap: 2.75rem;
  }

  .xl\:hover\:gap-y-12:hover {
    row-gap: 3rem;
  }

  .xl\:hover\:gap-y-14:hover {
    row-gap: 3.5rem;
  }

  .xl\:hover\:gap-y-16:hover {
    row-gap: 4rem;
  }

  .xl\:hover\:gap-y-20:hover {
    row-gap: 5rem;
  }

  .xl\:hover\:gap-y-24:hover {
    row-gap: 6rem;
  }

  .xl\:hover\:gap-y-28:hover {
    row-gap: 7rem;
  }

  .xl\:hover\:gap-y-32:hover {
    row-gap: 8rem;
  }

  .xl\:hover\:gap-y-36:hover {
    row-gap: 9rem;
  }

  .xl\:hover\:gap-y-40:hover {
    row-gap: 10rem;
  }

  .xl\:hover\:gap-y-44:hover {
    row-gap: 11rem;
  }

  .xl\:hover\:gap-y-48:hover {
    row-gap: 12rem;
  }

  .xl\:hover\:gap-y-52:hover {
    row-gap: 13rem;
  }

  .xl\:hover\:gap-y-56:hover {
    row-gap: 14rem;
  }

  .xl\:hover\:gap-y-60:hover {
    row-gap: 15rem;
  }

  .xl\:hover\:gap-y-64:hover {
    row-gap: 16rem;
  }

  .xl\:hover\:gap-y-72:hover {
    row-gap: 18rem;
  }

  .xl\:hover\:gap-y-80:hover {
    row-gap: 20rem;
  }

  .xl\:hover\:gap-y-96:hover {
    row-gap: 24rem;
  }

  .xl\:hover\:gap-y-px:hover {
    row-gap: 1px;
  }

  .xl\:hover\:gap-y-0\.5:hover {
    row-gap: 0.125rem;
  }

  .xl\:hover\:gap-y-1\.5:hover {
    row-gap: 0.375rem;
  }

  .xl\:hover\:gap-y-2\.5:hover {
    row-gap: 0.625rem;
  }

  .xl\:hover\:gap-y-3\.5:hover {
    row-gap: 0.875rem;
  }

  .xl\:focus\:gap-0:focus {
    gap: 0px;
  }

  .xl\:focus\:gap-1:focus {
    gap: 0.25rem;
  }

  .xl\:focus\:gap-2:focus {
    gap: 0.5rem;
  }

  .xl\:focus\:gap-3:focus {
    gap: 0.75rem;
  }

  .xl\:focus\:gap-4:focus {
    gap: 1rem;
  }

  .xl\:focus\:gap-5:focus {
    gap: 1.25rem;
  }

  .xl\:focus\:gap-6:focus {
    gap: 1.5rem;
  }

  .xl\:focus\:gap-7:focus {
    gap: 1.75rem;
  }

  .xl\:focus\:gap-8:focus {
    gap: 2rem;
  }

  .xl\:focus\:gap-9:focus {
    gap: 2.25rem;
  }

  .xl\:focus\:gap-10:focus {
    gap: 2.5rem;
  }

  .xl\:focus\:gap-11:focus {
    gap: 2.75rem;
  }

  .xl\:focus\:gap-12:focus {
    gap: 3rem;
  }

  .xl\:focus\:gap-14:focus {
    gap: 3.5rem;
  }

  .xl\:focus\:gap-16:focus {
    gap: 4rem;
  }

  .xl\:focus\:gap-20:focus {
    gap: 5rem;
  }

  .xl\:focus\:gap-24:focus {
    gap: 6rem;
  }

  .xl\:focus\:gap-28:focus {
    gap: 7rem;
  }

  .xl\:focus\:gap-32:focus {
    gap: 8rem;
  }

  .xl\:focus\:gap-36:focus {
    gap: 9rem;
  }

  .xl\:focus\:gap-40:focus {
    gap: 10rem;
  }

  .xl\:focus\:gap-44:focus {
    gap: 11rem;
  }

  .xl\:focus\:gap-48:focus {
    gap: 12rem;
  }

  .xl\:focus\:gap-52:focus {
    gap: 13rem;
  }

  .xl\:focus\:gap-56:focus {
    gap: 14rem;
  }

  .xl\:focus\:gap-60:focus {
    gap: 15rem;
  }

  .xl\:focus\:gap-64:focus {
    gap: 16rem;
  }

  .xl\:focus\:gap-72:focus {
    gap: 18rem;
  }

  .xl\:focus\:gap-80:focus {
    gap: 20rem;
  }

  .xl\:focus\:gap-96:focus {
    gap: 24rem;
  }

  .xl\:focus\:gap-px:focus {
    gap: 1px;
  }

  .xl\:focus\:gap-0\.5:focus {
    gap: 0.125rem;
  }

  .xl\:focus\:gap-1\.5:focus {
    gap: 0.375rem;
  }

  .xl\:focus\:gap-2\.5:focus {
    gap: 0.625rem;
  }

  .xl\:focus\:gap-3\.5:focus {
    gap: 0.875rem;
  }

  .xl\:focus\:gap-x-0:focus {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:focus\:gap-x-1:focus {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:focus\:gap-x-2:focus {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:focus\:gap-x-3:focus {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:focus\:gap-x-4:focus {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:focus\:gap-x-5:focus {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:focus\:gap-x-6:focus {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:focus\:gap-x-7:focus {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:focus\:gap-x-8:focus {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:focus\:gap-x-9:focus {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:focus\:gap-x-10:focus {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:focus\:gap-x-11:focus {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:focus\:gap-x-12:focus {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:focus\:gap-x-14:focus {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:focus\:gap-x-16:focus {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:focus\:gap-x-20:focus {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:focus\:gap-x-24:focus {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:focus\:gap-x-28:focus {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:focus\:gap-x-32:focus {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:focus\:gap-x-36:focus {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:focus\:gap-x-40:focus {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:focus\:gap-x-44:focus {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:focus\:gap-x-48:focus {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:focus\:gap-x-52:focus {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:focus\:gap-x-56:focus {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:focus\:gap-x-60:focus {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:focus\:gap-x-64:focus {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:focus\:gap-x-72:focus {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:focus\:gap-x-80:focus {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:focus\:gap-x-96:focus {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:focus\:gap-x-px:focus {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:focus\:gap-x-0\.5:focus {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:focus\:gap-x-1\.5:focus {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:focus\:gap-x-2\.5:focus {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:focus\:gap-x-3\.5:focus {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:focus\:gap-y-0:focus {
    row-gap: 0px;
  }

  .xl\:focus\:gap-y-1:focus {
    row-gap: 0.25rem;
  }

  .xl\:focus\:gap-y-2:focus {
    row-gap: 0.5rem;
  }

  .xl\:focus\:gap-y-3:focus {
    row-gap: 0.75rem;
  }

  .xl\:focus\:gap-y-4:focus {
    row-gap: 1rem;
  }

  .xl\:focus\:gap-y-5:focus {
    row-gap: 1.25rem;
  }

  .xl\:focus\:gap-y-6:focus {
    row-gap: 1.5rem;
  }

  .xl\:focus\:gap-y-7:focus {
    row-gap: 1.75rem;
  }

  .xl\:focus\:gap-y-8:focus {
    row-gap: 2rem;
  }

  .xl\:focus\:gap-y-9:focus {
    row-gap: 2.25rem;
  }

  .xl\:focus\:gap-y-10:focus {
    row-gap: 2.5rem;
  }

  .xl\:focus\:gap-y-11:focus {
    row-gap: 2.75rem;
  }

  .xl\:focus\:gap-y-12:focus {
    row-gap: 3rem;
  }

  .xl\:focus\:gap-y-14:focus {
    row-gap: 3.5rem;
  }

  .xl\:focus\:gap-y-16:focus {
    row-gap: 4rem;
  }

  .xl\:focus\:gap-y-20:focus {
    row-gap: 5rem;
  }

  .xl\:focus\:gap-y-24:focus {
    row-gap: 6rem;
  }

  .xl\:focus\:gap-y-28:focus {
    row-gap: 7rem;
  }

  .xl\:focus\:gap-y-32:focus {
    row-gap: 8rem;
  }

  .xl\:focus\:gap-y-36:focus {
    row-gap: 9rem;
  }

  .xl\:focus\:gap-y-40:focus {
    row-gap: 10rem;
  }

  .xl\:focus\:gap-y-44:focus {
    row-gap: 11rem;
  }

  .xl\:focus\:gap-y-48:focus {
    row-gap: 12rem;
  }

  .xl\:focus\:gap-y-52:focus {
    row-gap: 13rem;
  }

  .xl\:focus\:gap-y-56:focus {
    row-gap: 14rem;
  }

  .xl\:focus\:gap-y-60:focus {
    row-gap: 15rem;
  }

  .xl\:focus\:gap-y-64:focus {
    row-gap: 16rem;
  }

  .xl\:focus\:gap-y-72:focus {
    row-gap: 18rem;
  }

  .xl\:focus\:gap-y-80:focus {
    row-gap: 20rem;
  }

  .xl\:focus\:gap-y-96:focus {
    row-gap: 24rem;
  }

  .xl\:focus\:gap-y-px:focus {
    row-gap: 1px;
  }

  .xl\:focus\:gap-y-0\.5:focus {
    row-gap: 0.125rem;
  }

  .xl\:focus\:gap-y-1\.5:focus {
    row-gap: 0.375rem;
  }

  .xl\:focus\:gap-y-2\.5:focus {
    row-gap: 0.625rem;
  }

  .xl\:focus\:gap-y-3\.5:focus {
    row-gap: 0.875rem;
  }

  .xl\:active\:gap-0:active {
    gap: 0px;
  }

  .xl\:active\:gap-1:active {
    gap: 0.25rem;
  }

  .xl\:active\:gap-2:active {
    gap: 0.5rem;
  }

  .xl\:active\:gap-3:active {
    gap: 0.75rem;
  }

  .xl\:active\:gap-4:active {
    gap: 1rem;
  }

  .xl\:active\:gap-5:active {
    gap: 1.25rem;
  }

  .xl\:active\:gap-6:active {
    gap: 1.5rem;
  }

  .xl\:active\:gap-7:active {
    gap: 1.75rem;
  }

  .xl\:active\:gap-8:active {
    gap: 2rem;
  }

  .xl\:active\:gap-9:active {
    gap: 2.25rem;
  }

  .xl\:active\:gap-10:active {
    gap: 2.5rem;
  }

  .xl\:active\:gap-11:active {
    gap: 2.75rem;
  }

  .xl\:active\:gap-12:active {
    gap: 3rem;
  }

  .xl\:active\:gap-14:active {
    gap: 3.5rem;
  }

  .xl\:active\:gap-16:active {
    gap: 4rem;
  }

  .xl\:active\:gap-20:active {
    gap: 5rem;
  }

  .xl\:active\:gap-24:active {
    gap: 6rem;
  }

  .xl\:active\:gap-28:active {
    gap: 7rem;
  }

  .xl\:active\:gap-32:active {
    gap: 8rem;
  }

  .xl\:active\:gap-36:active {
    gap: 9rem;
  }

  .xl\:active\:gap-40:active {
    gap: 10rem;
  }

  .xl\:active\:gap-44:active {
    gap: 11rem;
  }

  .xl\:active\:gap-48:active {
    gap: 12rem;
  }

  .xl\:active\:gap-52:active {
    gap: 13rem;
  }

  .xl\:active\:gap-56:active {
    gap: 14rem;
  }

  .xl\:active\:gap-60:active {
    gap: 15rem;
  }

  .xl\:active\:gap-64:active {
    gap: 16rem;
  }

  .xl\:active\:gap-72:active {
    gap: 18rem;
  }

  .xl\:active\:gap-80:active {
    gap: 20rem;
  }

  .xl\:active\:gap-96:active {
    gap: 24rem;
  }

  .xl\:active\:gap-px:active {
    gap: 1px;
  }

  .xl\:active\:gap-0\.5:active {
    gap: 0.125rem;
  }

  .xl\:active\:gap-1\.5:active {
    gap: 0.375rem;
  }

  .xl\:active\:gap-2\.5:active {
    gap: 0.625rem;
  }

  .xl\:active\:gap-3\.5:active {
    gap: 0.875rem;
  }

  .xl\:active\:gap-x-0:active {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:active\:gap-x-1:active {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:active\:gap-x-2:active {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:active\:gap-x-3:active {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:active\:gap-x-4:active {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:active\:gap-x-5:active {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:active\:gap-x-6:active {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:active\:gap-x-7:active {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:active\:gap-x-8:active {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:active\:gap-x-9:active {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:active\:gap-x-10:active {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:active\:gap-x-11:active {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:active\:gap-x-12:active {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:active\:gap-x-14:active {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:active\:gap-x-16:active {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:active\:gap-x-20:active {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:active\:gap-x-24:active {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:active\:gap-x-28:active {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:active\:gap-x-32:active {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:active\:gap-x-36:active {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:active\:gap-x-40:active {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:active\:gap-x-44:active {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:active\:gap-x-48:active {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:active\:gap-x-52:active {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:active\:gap-x-56:active {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:active\:gap-x-60:active {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:active\:gap-x-64:active {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:active\:gap-x-72:active {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:active\:gap-x-80:active {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:active\:gap-x-96:active {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:active\:gap-x-px:active {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:active\:gap-x-0\.5:active {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:active\:gap-x-1\.5:active {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:active\:gap-x-2\.5:active {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:active\:gap-x-3\.5:active {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:active\:gap-y-0:active {
    row-gap: 0px;
  }

  .xl\:active\:gap-y-1:active {
    row-gap: 0.25rem;
  }

  .xl\:active\:gap-y-2:active {
    row-gap: 0.5rem;
  }

  .xl\:active\:gap-y-3:active {
    row-gap: 0.75rem;
  }

  .xl\:active\:gap-y-4:active {
    row-gap: 1rem;
  }

  .xl\:active\:gap-y-5:active {
    row-gap: 1.25rem;
  }

  .xl\:active\:gap-y-6:active {
    row-gap: 1.5rem;
  }

  .xl\:active\:gap-y-7:active {
    row-gap: 1.75rem;
  }

  .xl\:active\:gap-y-8:active {
    row-gap: 2rem;
  }

  .xl\:active\:gap-y-9:active {
    row-gap: 2.25rem;
  }

  .xl\:active\:gap-y-10:active {
    row-gap: 2.5rem;
  }

  .xl\:active\:gap-y-11:active {
    row-gap: 2.75rem;
  }

  .xl\:active\:gap-y-12:active {
    row-gap: 3rem;
  }

  .xl\:active\:gap-y-14:active {
    row-gap: 3.5rem;
  }

  .xl\:active\:gap-y-16:active {
    row-gap: 4rem;
  }

  .xl\:active\:gap-y-20:active {
    row-gap: 5rem;
  }

  .xl\:active\:gap-y-24:active {
    row-gap: 6rem;
  }

  .xl\:active\:gap-y-28:active {
    row-gap: 7rem;
  }

  .xl\:active\:gap-y-32:active {
    row-gap: 8rem;
  }

  .xl\:active\:gap-y-36:active {
    row-gap: 9rem;
  }

  .xl\:active\:gap-y-40:active {
    row-gap: 10rem;
  }

  .xl\:active\:gap-y-44:active {
    row-gap: 11rem;
  }

  .xl\:active\:gap-y-48:active {
    row-gap: 12rem;
  }

  .xl\:active\:gap-y-52:active {
    row-gap: 13rem;
  }

  .xl\:active\:gap-y-56:active {
    row-gap: 14rem;
  }

  .xl\:active\:gap-y-60:active {
    row-gap: 15rem;
  }

  .xl\:active\:gap-y-64:active {
    row-gap: 16rem;
  }

  .xl\:active\:gap-y-72:active {
    row-gap: 18rem;
  }

  .xl\:active\:gap-y-80:active {
    row-gap: 20rem;
  }

  .xl\:active\:gap-y-96:active {
    row-gap: 24rem;
  }

  .xl\:active\:gap-y-px:active {
    row-gap: 1px;
  }

  .xl\:active\:gap-y-0\.5:active {
    row-gap: 0.125rem;
  }

  .xl\:active\:gap-y-1\.5:active {
    row-gap: 0.375rem;
  }

  .xl\:active\:gap-y-2\.5:active {
    row-gap: 0.625rem;
  }

  .xl\:active\:gap-y-3\.5:active {
    row-gap: 0.875rem;
  }

  .xl\:visited\:gap-0:visited {
    gap: 0px;
  }

  .xl\:visited\:gap-1:visited {
    gap: 0.25rem;
  }

  .xl\:visited\:gap-2:visited {
    gap: 0.5rem;
  }

  .xl\:visited\:gap-3:visited {
    gap: 0.75rem;
  }

  .xl\:visited\:gap-4:visited {
    gap: 1rem;
  }

  .xl\:visited\:gap-5:visited {
    gap: 1.25rem;
  }

  .xl\:visited\:gap-6:visited {
    gap: 1.5rem;
  }

  .xl\:visited\:gap-7:visited {
    gap: 1.75rem;
  }

  .xl\:visited\:gap-8:visited {
    gap: 2rem;
  }

  .xl\:visited\:gap-9:visited {
    gap: 2.25rem;
  }

  .xl\:visited\:gap-10:visited {
    gap: 2.5rem;
  }

  .xl\:visited\:gap-11:visited {
    gap: 2.75rem;
  }

  .xl\:visited\:gap-12:visited {
    gap: 3rem;
  }

  .xl\:visited\:gap-14:visited {
    gap: 3.5rem;
  }

  .xl\:visited\:gap-16:visited {
    gap: 4rem;
  }

  .xl\:visited\:gap-20:visited {
    gap: 5rem;
  }

  .xl\:visited\:gap-24:visited {
    gap: 6rem;
  }

  .xl\:visited\:gap-28:visited {
    gap: 7rem;
  }

  .xl\:visited\:gap-32:visited {
    gap: 8rem;
  }

  .xl\:visited\:gap-36:visited {
    gap: 9rem;
  }

  .xl\:visited\:gap-40:visited {
    gap: 10rem;
  }

  .xl\:visited\:gap-44:visited {
    gap: 11rem;
  }

  .xl\:visited\:gap-48:visited {
    gap: 12rem;
  }

  .xl\:visited\:gap-52:visited {
    gap: 13rem;
  }

  .xl\:visited\:gap-56:visited {
    gap: 14rem;
  }

  .xl\:visited\:gap-60:visited {
    gap: 15rem;
  }

  .xl\:visited\:gap-64:visited {
    gap: 16rem;
  }

  .xl\:visited\:gap-72:visited {
    gap: 18rem;
  }

  .xl\:visited\:gap-80:visited {
    gap: 20rem;
  }

  .xl\:visited\:gap-96:visited {
    gap: 24rem;
  }

  .xl\:visited\:gap-px:visited {
    gap: 1px;
  }

  .xl\:visited\:gap-0\.5:visited {
    gap: 0.125rem;
  }

  .xl\:visited\:gap-1\.5:visited {
    gap: 0.375rem;
  }

  .xl\:visited\:gap-2\.5:visited {
    gap: 0.625rem;
  }

  .xl\:visited\:gap-3\.5:visited {
    gap: 0.875rem;
  }

  .xl\:visited\:gap-x-0:visited {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:visited\:gap-x-1:visited {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:visited\:gap-x-2:visited {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:visited\:gap-x-3:visited {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:visited\:gap-x-4:visited {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:visited\:gap-x-5:visited {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:visited\:gap-x-6:visited {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:visited\:gap-x-7:visited {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:visited\:gap-x-8:visited {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:visited\:gap-x-9:visited {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:visited\:gap-x-10:visited {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:visited\:gap-x-11:visited {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:visited\:gap-x-12:visited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:visited\:gap-x-14:visited {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:visited\:gap-x-16:visited {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:visited\:gap-x-20:visited {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:visited\:gap-x-24:visited {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:visited\:gap-x-28:visited {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:visited\:gap-x-32:visited {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:visited\:gap-x-36:visited {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:visited\:gap-x-40:visited {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:visited\:gap-x-44:visited {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:visited\:gap-x-48:visited {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:visited\:gap-x-52:visited {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:visited\:gap-x-56:visited {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:visited\:gap-x-60:visited {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:visited\:gap-x-64:visited {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:visited\:gap-x-72:visited {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:visited\:gap-x-80:visited {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:visited\:gap-x-96:visited {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:visited\:gap-x-px:visited {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:visited\:gap-x-0\.5:visited {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:visited\:gap-x-1\.5:visited {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:visited\:gap-x-2\.5:visited {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:visited\:gap-x-3\.5:visited {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:visited\:gap-y-0:visited {
    row-gap: 0px;
  }

  .xl\:visited\:gap-y-1:visited {
    row-gap: 0.25rem;
  }

  .xl\:visited\:gap-y-2:visited {
    row-gap: 0.5rem;
  }

  .xl\:visited\:gap-y-3:visited {
    row-gap: 0.75rem;
  }

  .xl\:visited\:gap-y-4:visited {
    row-gap: 1rem;
  }

  .xl\:visited\:gap-y-5:visited {
    row-gap: 1.25rem;
  }

  .xl\:visited\:gap-y-6:visited {
    row-gap: 1.5rem;
  }

  .xl\:visited\:gap-y-7:visited {
    row-gap: 1.75rem;
  }

  .xl\:visited\:gap-y-8:visited {
    row-gap: 2rem;
  }

  .xl\:visited\:gap-y-9:visited {
    row-gap: 2.25rem;
  }

  .xl\:visited\:gap-y-10:visited {
    row-gap: 2.5rem;
  }

  .xl\:visited\:gap-y-11:visited {
    row-gap: 2.75rem;
  }

  .xl\:visited\:gap-y-12:visited {
    row-gap: 3rem;
  }

  .xl\:visited\:gap-y-14:visited {
    row-gap: 3.5rem;
  }

  .xl\:visited\:gap-y-16:visited {
    row-gap: 4rem;
  }

  .xl\:visited\:gap-y-20:visited {
    row-gap: 5rem;
  }

  .xl\:visited\:gap-y-24:visited {
    row-gap: 6rem;
  }

  .xl\:visited\:gap-y-28:visited {
    row-gap: 7rem;
  }

  .xl\:visited\:gap-y-32:visited {
    row-gap: 8rem;
  }

  .xl\:visited\:gap-y-36:visited {
    row-gap: 9rem;
  }

  .xl\:visited\:gap-y-40:visited {
    row-gap: 10rem;
  }

  .xl\:visited\:gap-y-44:visited {
    row-gap: 11rem;
  }

  .xl\:visited\:gap-y-48:visited {
    row-gap: 12rem;
  }

  .xl\:visited\:gap-y-52:visited {
    row-gap: 13rem;
  }

  .xl\:visited\:gap-y-56:visited {
    row-gap: 14rem;
  }

  .xl\:visited\:gap-y-60:visited {
    row-gap: 15rem;
  }

  .xl\:visited\:gap-y-64:visited {
    row-gap: 16rem;
  }

  .xl\:visited\:gap-y-72:visited {
    row-gap: 18rem;
  }

  .xl\:visited\:gap-y-80:visited {
    row-gap: 20rem;
  }

  .xl\:visited\:gap-y-96:visited {
    row-gap: 24rem;
  }

  .xl\:visited\:gap-y-px:visited {
    row-gap: 1px;
  }

  .xl\:visited\:gap-y-0\.5:visited {
    row-gap: 0.125rem;
  }

  .xl\:visited\:gap-y-1\.5:visited {
    row-gap: 0.375rem;
  }

  .xl\:visited\:gap-y-2\.5:visited {
    row-gap: 0.625rem;
  }

  .xl\:visited\:gap-y-3\.5:visited {
    row-gap: 0.875rem;
  }

  .xl\:disabled\:gap-0:disabled {
    gap: 0px;
  }

  .xl\:disabled\:gap-1:disabled {
    gap: 0.25rem;
  }

  .xl\:disabled\:gap-2:disabled {
    gap: 0.5rem;
  }

  .xl\:disabled\:gap-3:disabled {
    gap: 0.75rem;
  }

  .xl\:disabled\:gap-4:disabled {
    gap: 1rem;
  }

  .xl\:disabled\:gap-5:disabled {
    gap: 1.25rem;
  }

  .xl\:disabled\:gap-6:disabled {
    gap: 1.5rem;
  }

  .xl\:disabled\:gap-7:disabled {
    gap: 1.75rem;
  }

  .xl\:disabled\:gap-8:disabled {
    gap: 2rem;
  }

  .xl\:disabled\:gap-9:disabled {
    gap: 2.25rem;
  }

  .xl\:disabled\:gap-10:disabled {
    gap: 2.5rem;
  }

  .xl\:disabled\:gap-11:disabled {
    gap: 2.75rem;
  }

  .xl\:disabled\:gap-12:disabled {
    gap: 3rem;
  }

  .xl\:disabled\:gap-14:disabled {
    gap: 3.5rem;
  }

  .xl\:disabled\:gap-16:disabled {
    gap: 4rem;
  }

  .xl\:disabled\:gap-20:disabled {
    gap: 5rem;
  }

  .xl\:disabled\:gap-24:disabled {
    gap: 6rem;
  }

  .xl\:disabled\:gap-28:disabled {
    gap: 7rem;
  }

  .xl\:disabled\:gap-32:disabled {
    gap: 8rem;
  }

  .xl\:disabled\:gap-36:disabled {
    gap: 9rem;
  }

  .xl\:disabled\:gap-40:disabled {
    gap: 10rem;
  }

  .xl\:disabled\:gap-44:disabled {
    gap: 11rem;
  }

  .xl\:disabled\:gap-48:disabled {
    gap: 12rem;
  }

  .xl\:disabled\:gap-52:disabled {
    gap: 13rem;
  }

  .xl\:disabled\:gap-56:disabled {
    gap: 14rem;
  }

  .xl\:disabled\:gap-60:disabled {
    gap: 15rem;
  }

  .xl\:disabled\:gap-64:disabled {
    gap: 16rem;
  }

  .xl\:disabled\:gap-72:disabled {
    gap: 18rem;
  }

  .xl\:disabled\:gap-80:disabled {
    gap: 20rem;
  }

  .xl\:disabled\:gap-96:disabled {
    gap: 24rem;
  }

  .xl\:disabled\:gap-px:disabled {
    gap: 1px;
  }

  .xl\:disabled\:gap-0\.5:disabled {
    gap: 0.125rem;
  }

  .xl\:disabled\:gap-1\.5:disabled {
    gap: 0.375rem;
  }

  .xl\:disabled\:gap-2\.5:disabled {
    gap: 0.625rem;
  }

  .xl\:disabled\:gap-3\.5:disabled {
    gap: 0.875rem;
  }

  .xl\:disabled\:gap-x-0:disabled {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:disabled\:gap-x-1:disabled {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:disabled\:gap-x-2:disabled {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:disabled\:gap-x-3:disabled {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:disabled\:gap-x-4:disabled {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:disabled\:gap-x-5:disabled {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:disabled\:gap-x-6:disabled {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:disabled\:gap-x-7:disabled {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:disabled\:gap-x-8:disabled {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:disabled\:gap-x-9:disabled {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:disabled\:gap-x-10:disabled {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:disabled\:gap-x-11:disabled {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:disabled\:gap-x-12:disabled {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:disabled\:gap-x-14:disabled {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:disabled\:gap-x-16:disabled {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:disabled\:gap-x-20:disabled {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:disabled\:gap-x-24:disabled {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:disabled\:gap-x-28:disabled {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:disabled\:gap-x-32:disabled {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:disabled\:gap-x-36:disabled {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:disabled\:gap-x-40:disabled {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:disabled\:gap-x-44:disabled {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:disabled\:gap-x-48:disabled {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:disabled\:gap-x-52:disabled {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:disabled\:gap-x-56:disabled {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:disabled\:gap-x-60:disabled {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:disabled\:gap-x-64:disabled {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:disabled\:gap-x-72:disabled {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:disabled\:gap-x-80:disabled {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:disabled\:gap-x-96:disabled {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:disabled\:gap-x-px:disabled {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:disabled\:gap-x-0\.5:disabled {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:disabled\:gap-x-1\.5:disabled {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:disabled\:gap-x-2\.5:disabled {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:disabled\:gap-x-3\.5:disabled {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:disabled\:gap-y-0:disabled {
    row-gap: 0px;
  }

  .xl\:disabled\:gap-y-1:disabled {
    row-gap: 0.25rem;
  }

  .xl\:disabled\:gap-y-2:disabled {
    row-gap: 0.5rem;
  }

  .xl\:disabled\:gap-y-3:disabled {
    row-gap: 0.75rem;
  }

  .xl\:disabled\:gap-y-4:disabled {
    row-gap: 1rem;
  }

  .xl\:disabled\:gap-y-5:disabled {
    row-gap: 1.25rem;
  }

  .xl\:disabled\:gap-y-6:disabled {
    row-gap: 1.5rem;
  }

  .xl\:disabled\:gap-y-7:disabled {
    row-gap: 1.75rem;
  }

  .xl\:disabled\:gap-y-8:disabled {
    row-gap: 2rem;
  }

  .xl\:disabled\:gap-y-9:disabled {
    row-gap: 2.25rem;
  }

  .xl\:disabled\:gap-y-10:disabled {
    row-gap: 2.5rem;
  }

  .xl\:disabled\:gap-y-11:disabled {
    row-gap: 2.75rem;
  }

  .xl\:disabled\:gap-y-12:disabled {
    row-gap: 3rem;
  }

  .xl\:disabled\:gap-y-14:disabled {
    row-gap: 3.5rem;
  }

  .xl\:disabled\:gap-y-16:disabled {
    row-gap: 4rem;
  }

  .xl\:disabled\:gap-y-20:disabled {
    row-gap: 5rem;
  }

  .xl\:disabled\:gap-y-24:disabled {
    row-gap: 6rem;
  }

  .xl\:disabled\:gap-y-28:disabled {
    row-gap: 7rem;
  }

  .xl\:disabled\:gap-y-32:disabled {
    row-gap: 8rem;
  }

  .xl\:disabled\:gap-y-36:disabled {
    row-gap: 9rem;
  }

  .xl\:disabled\:gap-y-40:disabled {
    row-gap: 10rem;
  }

  .xl\:disabled\:gap-y-44:disabled {
    row-gap: 11rem;
  }

  .xl\:disabled\:gap-y-48:disabled {
    row-gap: 12rem;
  }

  .xl\:disabled\:gap-y-52:disabled {
    row-gap: 13rem;
  }

  .xl\:disabled\:gap-y-56:disabled {
    row-gap: 14rem;
  }

  .xl\:disabled\:gap-y-60:disabled {
    row-gap: 15rem;
  }

  .xl\:disabled\:gap-y-64:disabled {
    row-gap: 16rem;
  }

  .xl\:disabled\:gap-y-72:disabled {
    row-gap: 18rem;
  }

  .xl\:disabled\:gap-y-80:disabled {
    row-gap: 20rem;
  }

  .xl\:disabled\:gap-y-96:disabled {
    row-gap: 24rem;
  }

  .xl\:disabled\:gap-y-px:disabled {
    row-gap: 1px;
  }

  .xl\:disabled\:gap-y-0\.5:disabled {
    row-gap: 0.125rem;
  }

  .xl\:disabled\:gap-y-1\.5:disabled {
    row-gap: 0.375rem;
  }

  .xl\:disabled\:gap-y-2\.5:disabled {
    row-gap: 0.625rem;
  }

  .xl\:disabled\:gap-y-3\.5:disabled {
    row-gap: 0.875rem;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .group:hover .xl\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .xl\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .xl\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .xl\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:focus-within\:grid-flow-row:focus-within {
    grid-auto-flow: row;
  }

  .xl\:focus-within\:grid-flow-col:focus-within {
    grid-auto-flow: column;
  }

  .xl\:focus-within\:grid-flow-row-dense:focus-within {
    grid-auto-flow: row dense;
  }

  .xl\:focus-within\:grid-flow-col-dense:focus-within {
    grid-auto-flow: column dense;
  }

  .xl\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .xl\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .xl\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .xl\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .xl\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .xl\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .xl\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .xl\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .xl\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .xl\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .xl\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .xl\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .xl\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .xl\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .xl\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .xl\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .xl\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .xl\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .xl\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .xl\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .xl\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .xl\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .xl\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .xl\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .xl\:active\:grid-flow-row:active {
    grid-auto-flow: row;
  }

  .xl\:active\:grid-flow-col:active {
    grid-auto-flow: column;
  }

  .xl\:active\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }

  .xl\:active\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }

  .xl\:visited\:grid-flow-row:visited {
    grid-auto-flow: row;
  }

  .xl\:visited\:grid-flow-col:visited {
    grid-auto-flow: column;
  }

  .xl\:visited\:grid-flow-row-dense:visited {
    grid-auto-flow: row dense;
  }

  .xl\:visited\:grid-flow-col-dense:visited {
    grid-auto-flow: column dense;
  }

  .xl\:disabled\:grid-flow-row:disabled {
    grid-auto-flow: row;
  }

  .xl\:disabled\:grid-flow-col:disabled {
    grid-auto-flow: column;
  }

  .xl\:disabled\:grid-flow-row-dense:disabled {
    grid-auto-flow: row dense;
  }

  .xl\:disabled\:grid-flow-col-dense:disabled {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .group:hover .xl\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:focus-within\:grid-cols-1:focus-within {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-2:focus-within {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-3:focus-within {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-4:focus-within {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-5:focus-within {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-6:focus-within {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-7:focus-within {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-8:focus-within {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-9:focus-within {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-10:focus-within {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-11:focus-within {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-12:focus-within {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-cols-none:focus-within {
    grid-template-columns: none;
  }

  .xl\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .xl\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .xl\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .xl\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .xl\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .xl\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .xl\:active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:active\:grid-cols-none:active {
    grid-template-columns: none;
  }

  .xl\:visited\:grid-cols-1:visited {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-2:visited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-3:visited {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-4:visited {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-5:visited {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-6:visited {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-7:visited {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-8:visited {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-9:visited {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-10:visited {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-11:visited {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-12:visited {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:visited\:grid-cols-none:visited {
    grid-template-columns: none;
  }

  .xl\:disabled\:grid-cols-1:disabled {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-2:disabled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-3:disabled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-4:disabled {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-5:disabled {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-6:disabled {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-7:disabled {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-8:disabled {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-9:disabled {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-10:disabled {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-11:disabled {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-12:disabled {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-cols-none:disabled {
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .xl\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .xl\:group-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .group:hover .xl\:group-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .group:hover .xl\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:focus-within\:auto-cols-auto:focus-within {
    grid-auto-columns: auto;
  }

  .xl\:focus-within\:auto-cols-min:focus-within {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:focus-within\:auto-cols-max:focus-within {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:focus-within\:auto-cols-fr:focus-within {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .xl\:first\:auto-cols-min:first-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:first\:auto-cols-max:first-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .xl\:last\:auto-cols-min:last-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:last\:auto-cols-max:last-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:odd\:auto-cols-auto:nth-child(odd) {
    grid-auto-columns: auto;
  }

  .xl\:odd\:auto-cols-min:nth-child(odd) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:odd\:auto-cols-max:nth-child(odd) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:odd\:auto-cols-fr:nth-child(odd) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:even\:auto-cols-auto:nth-child(even) {
    grid-auto-columns: auto;
  }

  .xl\:even\:auto-cols-min:nth-child(even) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:even\:auto-cols-max:nth-child(even) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:even\:auto-cols-fr:nth-child(even) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .xl\:hover\:auto-cols-min:hover {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:hover\:auto-cols-max:hover {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .xl\:focus\:auto-cols-min:focus {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:focus\:auto-cols-max:focus {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:active\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }

  .xl\:active\:auto-cols-min:active {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:active\:auto-cols-max:active {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:active\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:visited\:auto-cols-auto:visited {
    grid-auto-columns: auto;
  }

  .xl\:visited\:auto-cols-min:visited {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:visited\:auto-cols-max:visited {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:visited\:auto-cols-fr:visited {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:disabled\:auto-cols-auto:disabled {
    grid-auto-columns: auto;
  }

  .xl\:disabled\:auto-cols-min:disabled {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:disabled\:auto-cols-max:disabled {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:disabled\:auto-cols-fr:disabled {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .group:hover .xl\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .xl\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .xl\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .xl\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .xl\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .xl\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .xl\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .xl\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .xl\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .xl\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .xl\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .xl\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .xl\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .xl\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:focus-within\:col-auto:focus-within {
    grid-column: auto;
  }

  .xl\:focus-within\:col-span-1:focus-within {
    grid-column: span 1 / span 1;
  }

  .xl\:focus-within\:col-span-2:focus-within {
    grid-column: span 2 / span 2;
  }

  .xl\:focus-within\:col-span-3:focus-within {
    grid-column: span 3 / span 3;
  }

  .xl\:focus-within\:col-span-4:focus-within {
    grid-column: span 4 / span 4;
  }

  .xl\:focus-within\:col-span-5:focus-within {
    grid-column: span 5 / span 5;
  }

  .xl\:focus-within\:col-span-6:focus-within {
    grid-column: span 6 / span 6;
  }

  .xl\:focus-within\:col-span-7:focus-within {
    grid-column: span 7 / span 7;
  }

  .xl\:focus-within\:col-span-8:focus-within {
    grid-column: span 8 / span 8;
  }

  .xl\:focus-within\:col-span-9:focus-within {
    grid-column: span 9 / span 9;
  }

  .xl\:focus-within\:col-span-10:focus-within {
    grid-column: span 10 / span 10;
  }

  .xl\:focus-within\:col-span-11:focus-within {
    grid-column: span 11 / span 11;
  }

  .xl\:focus-within\:col-span-12:focus-within {
    grid-column: span 12 / span 12;
  }

  .xl\:focus-within\:col-span-full:focus-within {
    grid-column: 1 / -1;
  }

  .xl\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .xl\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .xl\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .xl\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .xl\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .xl\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .xl\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .xl\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .xl\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .xl\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .xl\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .xl\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .xl\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .xl\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .xl\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .xl\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .xl\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .xl\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .xl\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .xl\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .xl\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .xl\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .xl\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .xl\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .xl\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .xl\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .xl\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .xl\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .xl\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .xl\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .xl\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .xl\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .xl\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .xl\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .xl\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .xl\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .xl\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .xl\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .xl\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .xl\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .xl\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .xl\:odd\:col-span-full:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .xl\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .xl\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .xl\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .xl\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .xl\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .xl\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .xl\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .xl\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .xl\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .xl\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .xl\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .xl\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .xl\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .xl\:even\:col-span-full:nth-child(even) {
    grid-column: 1 / -1;
  }

  .xl\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .xl\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .xl\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .xl\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .xl\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .xl\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .xl\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .xl\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .xl\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .xl\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .xl\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .xl\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .xl\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .xl\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .xl\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .xl\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .xl\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .xl\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .xl\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .xl\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .xl\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .xl\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .xl\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .xl\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .xl\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .xl\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .xl\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .xl\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .xl\:active\:col-auto:active {
    grid-column: auto;
  }

  .xl\:active\:col-span-1:active {
    grid-column: span 1 / span 1;
  }

  .xl\:active\:col-span-2:active {
    grid-column: span 2 / span 2;
  }

  .xl\:active\:col-span-3:active {
    grid-column: span 3 / span 3;
  }

  .xl\:active\:col-span-4:active {
    grid-column: span 4 / span 4;
  }

  .xl\:active\:col-span-5:active {
    grid-column: span 5 / span 5;
  }

  .xl\:active\:col-span-6:active {
    grid-column: span 6 / span 6;
  }

  .xl\:active\:col-span-7:active {
    grid-column: span 7 / span 7;
  }

  .xl\:active\:col-span-8:active {
    grid-column: span 8 / span 8;
  }

  .xl\:active\:col-span-9:active {
    grid-column: span 9 / span 9;
  }

  .xl\:active\:col-span-10:active {
    grid-column: span 10 / span 10;
  }

  .xl\:active\:col-span-11:active {
    grid-column: span 11 / span 11;
  }

  .xl\:active\:col-span-12:active {
    grid-column: span 12 / span 12;
  }

  .xl\:active\:col-span-full:active {
    grid-column: 1 / -1;
  }

  .xl\:visited\:col-auto:visited {
    grid-column: auto;
  }

  .xl\:visited\:col-span-1:visited {
    grid-column: span 1 / span 1;
  }

  .xl\:visited\:col-span-2:visited {
    grid-column: span 2 / span 2;
  }

  .xl\:visited\:col-span-3:visited {
    grid-column: span 3 / span 3;
  }

  .xl\:visited\:col-span-4:visited {
    grid-column: span 4 / span 4;
  }

  .xl\:visited\:col-span-5:visited {
    grid-column: span 5 / span 5;
  }

  .xl\:visited\:col-span-6:visited {
    grid-column: span 6 / span 6;
  }

  .xl\:visited\:col-span-7:visited {
    grid-column: span 7 / span 7;
  }

  .xl\:visited\:col-span-8:visited {
    grid-column: span 8 / span 8;
  }

  .xl\:visited\:col-span-9:visited {
    grid-column: span 9 / span 9;
  }

  .xl\:visited\:col-span-10:visited {
    grid-column: span 10 / span 10;
  }

  .xl\:visited\:col-span-11:visited {
    grid-column: span 11 / span 11;
  }

  .xl\:visited\:col-span-12:visited {
    grid-column: span 12 / span 12;
  }

  .xl\:visited\:col-span-full:visited {
    grid-column: 1 / -1;
  }

  .xl\:disabled\:col-auto:disabled {
    grid-column: auto;
  }

  .xl\:disabled\:col-span-1:disabled {
    grid-column: span 1 / span 1;
  }

  .xl\:disabled\:col-span-2:disabled {
    grid-column: span 2 / span 2;
  }

  .xl\:disabled\:col-span-3:disabled {
    grid-column: span 3 / span 3;
  }

  .xl\:disabled\:col-span-4:disabled {
    grid-column: span 4 / span 4;
  }

  .xl\:disabled\:col-span-5:disabled {
    grid-column: span 5 / span 5;
  }

  .xl\:disabled\:col-span-6:disabled {
    grid-column: span 6 / span 6;
  }

  .xl\:disabled\:col-span-7:disabled {
    grid-column: span 7 / span 7;
  }

  .xl\:disabled\:col-span-8:disabled {
    grid-column: span 8 / span 8;
  }

  .xl\:disabled\:col-span-9:disabled {
    grid-column: span 9 / span 9;
  }

  .xl\:disabled\:col-span-10:disabled {
    grid-column: span 10 / span 10;
  }

  .xl\:disabled\:col-span-11:disabled {
    grid-column: span 11 / span 11;
  }

  .xl\:disabled\:col-span-12:disabled {
    grid-column: span 12 / span 12;
  }

  .xl\:disabled\:col-span-full:disabled {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .group:hover .xl\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .xl\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .xl\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .xl\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .xl\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .xl\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .xl\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .xl\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .xl\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .xl\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .xl\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .xl\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .xl\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .xl\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:focus-within\:col-start-1:focus-within {
    grid-column-start: 1;
  }

  .xl\:focus-within\:col-start-2:focus-within {
    grid-column-start: 2;
  }

  .xl\:focus-within\:col-start-3:focus-within {
    grid-column-start: 3;
  }

  .xl\:focus-within\:col-start-4:focus-within {
    grid-column-start: 4;
  }

  .xl\:focus-within\:col-start-5:focus-within {
    grid-column-start: 5;
  }

  .xl\:focus-within\:col-start-6:focus-within {
    grid-column-start: 6;
  }

  .xl\:focus-within\:col-start-7:focus-within {
    grid-column-start: 7;
  }

  .xl\:focus-within\:col-start-8:focus-within {
    grid-column-start: 8;
  }

  .xl\:focus-within\:col-start-9:focus-within {
    grid-column-start: 9;
  }

  .xl\:focus-within\:col-start-10:focus-within {
    grid-column-start: 10;
  }

  .xl\:focus-within\:col-start-11:focus-within {
    grid-column-start: 11;
  }

  .xl\:focus-within\:col-start-12:focus-within {
    grid-column-start: 12;
  }

  .xl\:focus-within\:col-start-13:focus-within {
    grid-column-start: 13;
  }

  .xl\:focus-within\:col-start-auto:focus-within {
    grid-column-start: auto;
  }

  .xl\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .xl\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .xl\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .xl\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .xl\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .xl\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .xl\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .xl\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .xl\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .xl\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .xl\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .xl\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .xl\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .xl\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .xl\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .xl\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .xl\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .xl\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .xl\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .xl\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .xl\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .xl\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .xl\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .xl\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .xl\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .xl\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .xl\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .xl\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .xl\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .xl\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .xl\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .xl\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .xl\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .xl\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .xl\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .xl\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .xl\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .xl\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .xl\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .xl\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .xl\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .xl\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .xl\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .xl\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .xl\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .xl\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .xl\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .xl\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .xl\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .xl\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .xl\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .xl\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .xl\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .xl\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .xl\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .xl\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .xl\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .xl\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .xl\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .xl\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .xl\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .xl\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .xl\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .xl\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .xl\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .xl\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .xl\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .xl\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .xl\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .xl\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .xl\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .xl\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .xl\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .xl\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .xl\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .xl\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .xl\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .xl\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .xl\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .xl\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .xl\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .xl\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .xl\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .xl\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .xl\:active\:col-start-1:active {
    grid-column-start: 1;
  }

  .xl\:active\:col-start-2:active {
    grid-column-start: 2;
  }

  .xl\:active\:col-start-3:active {
    grid-column-start: 3;
  }

  .xl\:active\:col-start-4:active {
    grid-column-start: 4;
  }

  .xl\:active\:col-start-5:active {
    grid-column-start: 5;
  }

  .xl\:active\:col-start-6:active {
    grid-column-start: 6;
  }

  .xl\:active\:col-start-7:active {
    grid-column-start: 7;
  }

  .xl\:active\:col-start-8:active {
    grid-column-start: 8;
  }

  .xl\:active\:col-start-9:active {
    grid-column-start: 9;
  }

  .xl\:active\:col-start-10:active {
    grid-column-start: 10;
  }

  .xl\:active\:col-start-11:active {
    grid-column-start: 11;
  }

  .xl\:active\:col-start-12:active {
    grid-column-start: 12;
  }

  .xl\:active\:col-start-13:active {
    grid-column-start: 13;
  }

  .xl\:active\:col-start-auto:active {
    grid-column-start: auto;
  }

  .xl\:visited\:col-start-1:visited {
    grid-column-start: 1;
  }

  .xl\:visited\:col-start-2:visited {
    grid-column-start: 2;
  }

  .xl\:visited\:col-start-3:visited {
    grid-column-start: 3;
  }

  .xl\:visited\:col-start-4:visited {
    grid-column-start: 4;
  }

  .xl\:visited\:col-start-5:visited {
    grid-column-start: 5;
  }

  .xl\:visited\:col-start-6:visited {
    grid-column-start: 6;
  }

  .xl\:visited\:col-start-7:visited {
    grid-column-start: 7;
  }

  .xl\:visited\:col-start-8:visited {
    grid-column-start: 8;
  }

  .xl\:visited\:col-start-9:visited {
    grid-column-start: 9;
  }

  .xl\:visited\:col-start-10:visited {
    grid-column-start: 10;
  }

  .xl\:visited\:col-start-11:visited {
    grid-column-start: 11;
  }

  .xl\:visited\:col-start-12:visited {
    grid-column-start: 12;
  }

  .xl\:visited\:col-start-13:visited {
    grid-column-start: 13;
  }

  .xl\:visited\:col-start-auto:visited {
    grid-column-start: auto;
  }

  .xl\:disabled\:col-start-1:disabled {
    grid-column-start: 1;
  }

  .xl\:disabled\:col-start-2:disabled {
    grid-column-start: 2;
  }

  .xl\:disabled\:col-start-3:disabled {
    grid-column-start: 3;
  }

  .xl\:disabled\:col-start-4:disabled {
    grid-column-start: 4;
  }

  .xl\:disabled\:col-start-5:disabled {
    grid-column-start: 5;
  }

  .xl\:disabled\:col-start-6:disabled {
    grid-column-start: 6;
  }

  .xl\:disabled\:col-start-7:disabled {
    grid-column-start: 7;
  }

  .xl\:disabled\:col-start-8:disabled {
    grid-column-start: 8;
  }

  .xl\:disabled\:col-start-9:disabled {
    grid-column-start: 9;
  }

  .xl\:disabled\:col-start-10:disabled {
    grid-column-start: 10;
  }

  .xl\:disabled\:col-start-11:disabled {
    grid-column-start: 11;
  }

  .xl\:disabled\:col-start-12:disabled {
    grid-column-start: 12;
  }

  .xl\:disabled\:col-start-13:disabled {
    grid-column-start: 13;
  }

  .xl\:disabled\:col-start-auto:disabled {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .group:hover .xl\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .xl\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .xl\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .xl\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .xl\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .xl\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .xl\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .xl\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .xl\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .xl\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .xl\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .xl\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .xl\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .xl\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:focus-within\:col-end-1:focus-within {
    grid-column-end: 1;
  }

  .xl\:focus-within\:col-end-2:focus-within {
    grid-column-end: 2;
  }

  .xl\:focus-within\:col-end-3:focus-within {
    grid-column-end: 3;
  }

  .xl\:focus-within\:col-end-4:focus-within {
    grid-column-end: 4;
  }

  .xl\:focus-within\:col-end-5:focus-within {
    grid-column-end: 5;
  }

  .xl\:focus-within\:col-end-6:focus-within {
    grid-column-end: 6;
  }

  .xl\:focus-within\:col-end-7:focus-within {
    grid-column-end: 7;
  }

  .xl\:focus-within\:col-end-8:focus-within {
    grid-column-end: 8;
  }

  .xl\:focus-within\:col-end-9:focus-within {
    grid-column-end: 9;
  }

  .xl\:focus-within\:col-end-10:focus-within {
    grid-column-end: 10;
  }

  .xl\:focus-within\:col-end-11:focus-within {
    grid-column-end: 11;
  }

  .xl\:focus-within\:col-end-12:focus-within {
    grid-column-end: 12;
  }

  .xl\:focus-within\:col-end-13:focus-within {
    grid-column-end: 13;
  }

  .xl\:focus-within\:col-end-auto:focus-within {
    grid-column-end: auto;
  }

  .xl\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .xl\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .xl\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .xl\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .xl\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .xl\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .xl\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .xl\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .xl\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .xl\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .xl\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .xl\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .xl\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .xl\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .xl\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .xl\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .xl\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .xl\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .xl\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .xl\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .xl\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .xl\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .xl\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .xl\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .xl\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .xl\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .xl\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .xl\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .xl\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .xl\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .xl\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .xl\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .xl\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .xl\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .xl\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .xl\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .xl\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .xl\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .xl\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .xl\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .xl\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .xl\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .xl\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .xl\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .xl\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .xl\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .xl\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .xl\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .xl\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .xl\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .xl\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .xl\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .xl\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .xl\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .xl\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .xl\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .xl\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .xl\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .xl\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .xl\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .xl\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .xl\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .xl\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .xl\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .xl\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .xl\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .xl\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .xl\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .xl\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .xl\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .xl\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .xl\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .xl\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .xl\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .xl\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .xl\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .xl\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .xl\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .xl\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .xl\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .xl\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .xl\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .xl\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .xl\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .xl\:active\:col-end-1:active {
    grid-column-end: 1;
  }

  .xl\:active\:col-end-2:active {
    grid-column-end: 2;
  }

  .xl\:active\:col-end-3:active {
    grid-column-end: 3;
  }

  .xl\:active\:col-end-4:active {
    grid-column-end: 4;
  }

  .xl\:active\:col-end-5:active {
    grid-column-end: 5;
  }

  .xl\:active\:col-end-6:active {
    grid-column-end: 6;
  }

  .xl\:active\:col-end-7:active {
    grid-column-end: 7;
  }

  .xl\:active\:col-end-8:active {
    grid-column-end: 8;
  }

  .xl\:active\:col-end-9:active {
    grid-column-end: 9;
  }

  .xl\:active\:col-end-10:active {
    grid-column-end: 10;
  }

  .xl\:active\:col-end-11:active {
    grid-column-end: 11;
  }

  .xl\:active\:col-end-12:active {
    grid-column-end: 12;
  }

  .xl\:active\:col-end-13:active {
    grid-column-end: 13;
  }

  .xl\:active\:col-end-auto:active {
    grid-column-end: auto;
  }

  .xl\:visited\:col-end-1:visited {
    grid-column-end: 1;
  }

  .xl\:visited\:col-end-2:visited {
    grid-column-end: 2;
  }

  .xl\:visited\:col-end-3:visited {
    grid-column-end: 3;
  }

  .xl\:visited\:col-end-4:visited {
    grid-column-end: 4;
  }

  .xl\:visited\:col-end-5:visited {
    grid-column-end: 5;
  }

  .xl\:visited\:col-end-6:visited {
    grid-column-end: 6;
  }

  .xl\:visited\:col-end-7:visited {
    grid-column-end: 7;
  }

  .xl\:visited\:col-end-8:visited {
    grid-column-end: 8;
  }

  .xl\:visited\:col-end-9:visited {
    grid-column-end: 9;
  }

  .xl\:visited\:col-end-10:visited {
    grid-column-end: 10;
  }

  .xl\:visited\:col-end-11:visited {
    grid-column-end: 11;
  }

  .xl\:visited\:col-end-12:visited {
    grid-column-end: 12;
  }

  .xl\:visited\:col-end-13:visited {
    grid-column-end: 13;
  }

  .xl\:visited\:col-end-auto:visited {
    grid-column-end: auto;
  }

  .xl\:disabled\:col-end-1:disabled {
    grid-column-end: 1;
  }

  .xl\:disabled\:col-end-2:disabled {
    grid-column-end: 2;
  }

  .xl\:disabled\:col-end-3:disabled {
    grid-column-end: 3;
  }

  .xl\:disabled\:col-end-4:disabled {
    grid-column-end: 4;
  }

  .xl\:disabled\:col-end-5:disabled {
    grid-column-end: 5;
  }

  .xl\:disabled\:col-end-6:disabled {
    grid-column-end: 6;
  }

  .xl\:disabled\:col-end-7:disabled {
    grid-column-end: 7;
  }

  .xl\:disabled\:col-end-8:disabled {
    grid-column-end: 8;
  }

  .xl\:disabled\:col-end-9:disabled {
    grid-column-end: 9;
  }

  .xl\:disabled\:col-end-10:disabled {
    grid-column-end: 10;
  }

  .xl\:disabled\:col-end-11:disabled {
    grid-column-end: 11;
  }

  .xl\:disabled\:col-end-12:disabled {
    grid-column-end: 12;
  }

  .xl\:disabled\:col-end-13:disabled {
    grid-column-end: 13;
  }

  .xl\:disabled\:col-end-auto:disabled {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .group:hover .xl\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .xl\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:focus-within\:grid-rows-1:focus-within {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-2:focus-within {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-3:focus-within {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-4:focus-within {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-5:focus-within {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-6:focus-within {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:focus-within\:grid-rows-none:focus-within {
    grid-template-rows: none;
  }

  .xl\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .xl\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .xl\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .xl\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .xl\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .xl\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .xl\:active\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:active\:grid-rows-none:active {
    grid-template-rows: none;
  }

  .xl\:visited\:grid-rows-1:visited {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-2:visited {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-3:visited {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-4:visited {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-5:visited {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-6:visited {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:visited\:grid-rows-none:visited {
    grid-template-rows: none;
  }

  .xl\:disabled\:grid-rows-1:disabled {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-2:disabled {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-3:disabled {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-4:disabled {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-5:disabled {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-6:disabled {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:disabled\:grid-rows-none:disabled {
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .xl\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .xl\:group-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .group:hover .xl\:group-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .group:hover .xl\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:focus-within\:auto-rows-auto:focus-within {
    grid-auto-rows: auto;
  }

  .xl\:focus-within\:auto-rows-min:focus-within {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:focus-within\:auto-rows-max:focus-within {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:focus-within\:auto-rows-fr:focus-within {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .xl\:first\:auto-rows-min:first-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:first\:auto-rows-max:first-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .xl\:last\:auto-rows-min:last-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:last\:auto-rows-max:last-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:odd\:auto-rows-auto:nth-child(odd) {
    grid-auto-rows: auto;
  }

  .xl\:odd\:auto-rows-min:nth-child(odd) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:odd\:auto-rows-max:nth-child(odd) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:odd\:auto-rows-fr:nth-child(odd) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:even\:auto-rows-auto:nth-child(even) {
    grid-auto-rows: auto;
  }

  .xl\:even\:auto-rows-min:nth-child(even) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:even\:auto-rows-max:nth-child(even) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:even\:auto-rows-fr:nth-child(even) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .xl\:hover\:auto-rows-min:hover {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:hover\:auto-rows-max:hover {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .xl\:focus\:auto-rows-min:focus {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:focus\:auto-rows-max:focus {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:active\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }

  .xl\:active\:auto-rows-min:active {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:active\:auto-rows-max:active {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:active\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:visited\:auto-rows-auto:visited {
    grid-auto-rows: auto;
  }

  .xl\:visited\:auto-rows-min:visited {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:visited\:auto-rows-max:visited {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:visited\:auto-rows-fr:visited {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:disabled\:auto-rows-auto:disabled {
    grid-auto-rows: auto;
  }

  .xl\:disabled\:auto-rows-min:disabled {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:disabled\:auto-rows-max:disabled {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:disabled\:auto-rows-fr:disabled {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .group:hover .xl\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .xl\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .xl\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .xl\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .xl\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .xl\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .xl\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .xl\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:focus-within\:row-auto:focus-within {
    grid-row: auto;
  }

  .xl\:focus-within\:row-span-1:focus-within {
    grid-row: span 1 / span 1;
  }

  .xl\:focus-within\:row-span-2:focus-within {
    grid-row: span 2 / span 2;
  }

  .xl\:focus-within\:row-span-3:focus-within {
    grid-row: span 3 / span 3;
  }

  .xl\:focus-within\:row-span-4:focus-within {
    grid-row: span 4 / span 4;
  }

  .xl\:focus-within\:row-span-5:focus-within {
    grid-row: span 5 / span 5;
  }

  .xl\:focus-within\:row-span-6:focus-within {
    grid-row: span 6 / span 6;
  }

  .xl\:focus-within\:row-span-full:focus-within {
    grid-row: 1 / -1;
  }

  .xl\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .xl\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .xl\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .xl\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .xl\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .xl\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .xl\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .xl\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .xl\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .xl\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .xl\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .xl\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .xl\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .xl\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .xl\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .xl\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .xl\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .xl\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .xl\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .xl\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .xl\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .xl\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .xl\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .xl\:odd\:row-span-full:nth-child(odd) {
    grid-row: 1 / -1;
  }

  .xl\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .xl\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .xl\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .xl\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .xl\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .xl\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .xl\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .xl\:even\:row-span-full:nth-child(even) {
    grid-row: 1 / -1;
  }

  .xl\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .xl\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .xl\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .xl\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .xl\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .xl\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .xl\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .xl\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .xl\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .xl\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .xl\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .xl\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .xl\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .xl\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .xl\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .xl\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .xl\:active\:row-auto:active {
    grid-row: auto;
  }

  .xl\:active\:row-span-1:active {
    grid-row: span 1 / span 1;
  }

  .xl\:active\:row-span-2:active {
    grid-row: span 2 / span 2;
  }

  .xl\:active\:row-span-3:active {
    grid-row: span 3 / span 3;
  }

  .xl\:active\:row-span-4:active {
    grid-row: span 4 / span 4;
  }

  .xl\:active\:row-span-5:active {
    grid-row: span 5 / span 5;
  }

  .xl\:active\:row-span-6:active {
    grid-row: span 6 / span 6;
  }

  .xl\:active\:row-span-full:active {
    grid-row: 1 / -1;
  }

  .xl\:visited\:row-auto:visited {
    grid-row: auto;
  }

  .xl\:visited\:row-span-1:visited {
    grid-row: span 1 / span 1;
  }

  .xl\:visited\:row-span-2:visited {
    grid-row: span 2 / span 2;
  }

  .xl\:visited\:row-span-3:visited {
    grid-row: span 3 / span 3;
  }

  .xl\:visited\:row-span-4:visited {
    grid-row: span 4 / span 4;
  }

  .xl\:visited\:row-span-5:visited {
    grid-row: span 5 / span 5;
  }

  .xl\:visited\:row-span-6:visited {
    grid-row: span 6 / span 6;
  }

  .xl\:visited\:row-span-full:visited {
    grid-row: 1 / -1;
  }

  .xl\:disabled\:row-auto:disabled {
    grid-row: auto;
  }

  .xl\:disabled\:row-span-1:disabled {
    grid-row: span 1 / span 1;
  }

  .xl\:disabled\:row-span-2:disabled {
    grid-row: span 2 / span 2;
  }

  .xl\:disabled\:row-span-3:disabled {
    grid-row: span 3 / span 3;
  }

  .xl\:disabled\:row-span-4:disabled {
    grid-row: span 4 / span 4;
  }

  .xl\:disabled\:row-span-5:disabled {
    grid-row: span 5 / span 5;
  }

  .xl\:disabled\:row-span-6:disabled {
    grid-row: span 6 / span 6;
  }

  .xl\:disabled\:row-span-full:disabled {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .group:hover .xl\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .xl\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .xl\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .xl\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .xl\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .xl\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .xl\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .xl\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:focus-within\:row-start-1:focus-within {
    grid-row-start: 1;
  }

  .xl\:focus-within\:row-start-2:focus-within {
    grid-row-start: 2;
  }

  .xl\:focus-within\:row-start-3:focus-within {
    grid-row-start: 3;
  }

  .xl\:focus-within\:row-start-4:focus-within {
    grid-row-start: 4;
  }

  .xl\:focus-within\:row-start-5:focus-within {
    grid-row-start: 5;
  }

  .xl\:focus-within\:row-start-6:focus-within {
    grid-row-start: 6;
  }

  .xl\:focus-within\:row-start-7:focus-within {
    grid-row-start: 7;
  }

  .xl\:focus-within\:row-start-auto:focus-within {
    grid-row-start: auto;
  }

  .xl\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .xl\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .xl\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .xl\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .xl\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .xl\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .xl\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .xl\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .xl\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .xl\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .xl\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .xl\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .xl\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .xl\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .xl\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .xl\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .xl\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .xl\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .xl\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .xl\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .xl\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .xl\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .xl\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .xl\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .xl\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .xl\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .xl\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .xl\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .xl\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .xl\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .xl\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .xl\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .xl\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .xl\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .xl\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .xl\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .xl\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .xl\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .xl\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .xl\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .xl\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .xl\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .xl\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .xl\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .xl\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .xl\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .xl\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .xl\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .xl\:active\:row-start-1:active {
    grid-row-start: 1;
  }

  .xl\:active\:row-start-2:active {
    grid-row-start: 2;
  }

  .xl\:active\:row-start-3:active {
    grid-row-start: 3;
  }

  .xl\:active\:row-start-4:active {
    grid-row-start: 4;
  }

  .xl\:active\:row-start-5:active {
    grid-row-start: 5;
  }

  .xl\:active\:row-start-6:active {
    grid-row-start: 6;
  }

  .xl\:active\:row-start-7:active {
    grid-row-start: 7;
  }

  .xl\:active\:row-start-auto:active {
    grid-row-start: auto;
  }

  .xl\:visited\:row-start-1:visited {
    grid-row-start: 1;
  }

  .xl\:visited\:row-start-2:visited {
    grid-row-start: 2;
  }

  .xl\:visited\:row-start-3:visited {
    grid-row-start: 3;
  }

  .xl\:visited\:row-start-4:visited {
    grid-row-start: 4;
  }

  .xl\:visited\:row-start-5:visited {
    grid-row-start: 5;
  }

  .xl\:visited\:row-start-6:visited {
    grid-row-start: 6;
  }

  .xl\:visited\:row-start-7:visited {
    grid-row-start: 7;
  }

  .xl\:visited\:row-start-auto:visited {
    grid-row-start: auto;
  }

  .xl\:disabled\:row-start-1:disabled {
    grid-row-start: 1;
  }

  .xl\:disabled\:row-start-2:disabled {
    grid-row-start: 2;
  }

  .xl\:disabled\:row-start-3:disabled {
    grid-row-start: 3;
  }

  .xl\:disabled\:row-start-4:disabled {
    grid-row-start: 4;
  }

  .xl\:disabled\:row-start-5:disabled {
    grid-row-start: 5;
  }

  .xl\:disabled\:row-start-6:disabled {
    grid-row-start: 6;
  }

  .xl\:disabled\:row-start-7:disabled {
    grid-row-start: 7;
  }

  .xl\:disabled\:row-start-auto:disabled {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .group:hover .xl\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .xl\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .xl\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .xl\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .xl\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .xl\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .xl\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .xl\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:focus-within\:row-end-1:focus-within {
    grid-row-end: 1;
  }

  .xl\:focus-within\:row-end-2:focus-within {
    grid-row-end: 2;
  }

  .xl\:focus-within\:row-end-3:focus-within {
    grid-row-end: 3;
  }

  .xl\:focus-within\:row-end-4:focus-within {
    grid-row-end: 4;
  }

  .xl\:focus-within\:row-end-5:focus-within {
    grid-row-end: 5;
  }

  .xl\:focus-within\:row-end-6:focus-within {
    grid-row-end: 6;
  }

  .xl\:focus-within\:row-end-7:focus-within {
    grid-row-end: 7;
  }

  .xl\:focus-within\:row-end-auto:focus-within {
    grid-row-end: auto;
  }

  .xl\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .xl\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .xl\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .xl\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .xl\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .xl\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .xl\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .xl\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .xl\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .xl\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .xl\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .xl\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .xl\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .xl\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .xl\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .xl\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .xl\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .xl\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .xl\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .xl\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .xl\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .xl\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .xl\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .xl\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .xl\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .xl\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .xl\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .xl\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .xl\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .xl\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .xl\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .xl\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .xl\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .xl\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .xl\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .xl\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .xl\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .xl\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .xl\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .xl\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .xl\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .xl\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .xl\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .xl\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .xl\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .xl\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .xl\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .xl\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .xl\:active\:row-end-1:active {
    grid-row-end: 1;
  }

  .xl\:active\:row-end-2:active {
    grid-row-end: 2;
  }

  .xl\:active\:row-end-3:active {
    grid-row-end: 3;
  }

  .xl\:active\:row-end-4:active {
    grid-row-end: 4;
  }

  .xl\:active\:row-end-5:active {
    grid-row-end: 5;
  }

  .xl\:active\:row-end-6:active {
    grid-row-end: 6;
  }

  .xl\:active\:row-end-7:active {
    grid-row-end: 7;
  }

  .xl\:active\:row-end-auto:active {
    grid-row-end: auto;
  }

  .xl\:visited\:row-end-1:visited {
    grid-row-end: 1;
  }

  .xl\:visited\:row-end-2:visited {
    grid-row-end: 2;
  }

  .xl\:visited\:row-end-3:visited {
    grid-row-end: 3;
  }

  .xl\:visited\:row-end-4:visited {
    grid-row-end: 4;
  }

  .xl\:visited\:row-end-5:visited {
    grid-row-end: 5;
  }

  .xl\:visited\:row-end-6:visited {
    grid-row-end: 6;
  }

  .xl\:visited\:row-end-7:visited {
    grid-row-end: 7;
  }

  .xl\:visited\:row-end-auto:visited {
    grid-row-end: auto;
  }

  .xl\:disabled\:row-end-1:disabled {
    grid-row-end: 1;
  }

  .xl\:disabled\:row-end-2:disabled {
    grid-row-end: 2;
  }

  .xl\:disabled\:row-end-3:disabled {
    grid-row-end: 3;
  }

  .xl\:disabled\:row-end-4:disabled {
    grid-row-end: 4;
  }

  .xl\:disabled\:row-end-5:disabled {
    grid-row-end: 5;
  }

  .xl\:disabled\:row-end-6:disabled {
    grid-row-end: 6;
  }

  .xl\:disabled\:row-end-7:disabled {
    grid-row-end: 7;
  }

  .xl\:disabled\:row-end-auto:disabled {
    grid-row-end: auto;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\: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));
  }

  .group:hover .xl\:group-hover\:transform-none {
    transform: none;
  }

  .xl\:focus-within\:transform:focus-within {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus-within\:transform-gpu:focus-within {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus-within\:transform-none:focus-within {
    transform: none;
  }

  .xl\:first\:transform:first-child {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:first\:transform-gpu:first-child {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:first\:transform-none:first-child {
    transform: none;
  }

  .xl\:last\:transform:last-child {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:last\:transform-gpu:last-child {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:last\:transform-none:last-child {
    transform: none;
  }

  .xl\:odd\:transform:nth-child(odd) {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:odd\:transform-gpu:nth-child(odd) {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .xl\:even\:transform:nth-child(even) {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:even\:transform-gpu:nth-child(even) {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .xl\:hover\:transform:hover {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:hover\:transform-gpu:hover {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:hover\:transform-none:hover {
    transform: none;
  }

  .xl\:focus\:transform:focus {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus\:transform-gpu:focus {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:focus\:transform-none:focus {
    transform: none;
  }

  .xl\:active\:transform:active {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:active\:transform-gpu:active {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:active\:transform-none:active {
    transform: none;
  }

  .xl\:visited\:transform:visited {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:visited\:transform-gpu:visited {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:visited\:transform-none:visited {
    transform: none;
  }

  .xl\:disabled\:transform:disabled {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:disabled\:transform-gpu:disabled {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:disabled\:transform-none:disabled {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .group:hover .xl\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .xl\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .xl\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .xl\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .xl\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .xl\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .xl\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .xl\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .xl\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:focus-within\:origin-center:focus-within {
    transform-origin: center;
  }

  .xl\:focus-within\:origin-top:focus-within {
    transform-origin: top;
  }

  .xl\:focus-within\:origin-top-right:focus-within {
    transform-origin: top right;
  }

  .xl\:focus-within\:origin-right:focus-within {
    transform-origin: right;
  }

  .xl\:focus-within\:origin-bottom-right:focus-within {
    transform-origin: bottom right;
  }

  .xl\:focus-within\:origin-bottom:focus-within {
    transform-origin: bottom;
  }

  .xl\:focus-within\:origin-bottom-left:focus-within {
    transform-origin: bottom left;
  }

  .xl\:focus-within\:origin-left:focus-within {
    transform-origin: left;
  }

  .xl\:focus-within\:origin-top-left:focus-within {
    transform-origin: top left;
  }

  .xl\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .xl\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .xl\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .xl\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .xl\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .xl\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .xl\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .xl\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .xl\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .xl\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .xl\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .xl\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .xl\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .xl\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .xl\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .xl\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .xl\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .xl\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .xl\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .xl\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .xl\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .xl\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .xl\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .xl\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .xl\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .xl\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .xl\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .xl\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .xl\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .xl\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .xl\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .xl\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .xl\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .xl\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .xl\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .xl\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .xl\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .xl\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .xl\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .xl\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .xl\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .xl\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .xl\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .xl\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .xl\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .xl\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .xl\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .xl\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .xl\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .xl\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .xl\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .xl\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .xl\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .xl\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .xl\:active\:origin-center:active {
    transform-origin: center;
  }

  .xl\:active\:origin-top:active {
    transform-origin: top;
  }

  .xl\:active\:origin-top-right:active {
    transform-origin: top right;
  }

  .xl\:active\:origin-right:active {
    transform-origin: right;
  }

  .xl\:active\:origin-bottom-right:active {
    transform-origin: bottom right;
  }

  .xl\:active\:origin-bottom:active {
    transform-origin: bottom;
  }

  .xl\:active\:origin-bottom-left:active {
    transform-origin: bottom left;
  }

  .xl\:active\:origin-left:active {
    transform-origin: left;
  }

  .xl\:active\:origin-top-left:active {
    transform-origin: top left;
  }

  .xl\:visited\:origin-center:visited {
    transform-origin: center;
  }

  .xl\:visited\:origin-top:visited {
    transform-origin: top;
  }

  .xl\:visited\:origin-top-right:visited {
    transform-origin: top right;
  }

  .xl\:visited\:origin-right:visited {
    transform-origin: right;
  }

  .xl\:visited\:origin-bottom-right:visited {
    transform-origin: bottom right;
  }

  .xl\:visited\:origin-bottom:visited {
    transform-origin: bottom;
  }

  .xl\:visited\:origin-bottom-left:visited {
    transform-origin: bottom left;
  }

  .xl\:visited\:origin-left:visited {
    transform-origin: left;
  }

  .xl\:visited\:origin-top-left:visited {
    transform-origin: top left;
  }

  .xl\:disabled\:origin-center:disabled {
    transform-origin: center;
  }

  .xl\:disabled\:origin-top:disabled {
    transform-origin: top;
  }

  .xl\:disabled\:origin-top-right:disabled {
    transform-origin: top right;
  }

  .xl\:disabled\:origin-right:disabled {
    transform-origin: right;
  }

  .xl\:disabled\:origin-bottom-right:disabled {
    transform-origin: bottom right;
  }

  .xl\:disabled\:origin-bottom:disabled {
    transform-origin: bottom;
  }

  .xl\:disabled\:origin-bottom-left:disabled {
    transform-origin: bottom left;
  }

  .xl\:disabled\:origin-left:disabled {
    transform-origin: left;
  }

  .xl\:disabled\:origin-top-left:disabled {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .xl\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .xl\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .xl\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .xl\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .xl\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .xl\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .xl\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .xl\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .xl\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .xl\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .xl\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .xl\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .xl\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .xl\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .xl\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .xl\:group-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:focus-within\:scale-0:focus-within {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus-within\:scale-50:focus-within {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus-within\:scale-75:focus-within {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus-within\:scale-90:focus-within {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus-within\:scale-95:focus-within {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus-within\:scale-100:focus-within {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus-within\:scale-105:focus-within {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus-within\:scale-110:focus-within {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus-within\:scale-125:focus-within {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus-within\:scale-150:focus-within {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus-within\:scale-x-0:focus-within {
    --tw-scale-x: 0;
  }

  .xl\:focus-within\:scale-x-50:focus-within {
    --tw-scale-x: .5;
  }

  .xl\:focus-within\:scale-x-75:focus-within {
    --tw-scale-x: .75;
  }

  .xl\:focus-within\:scale-x-90:focus-within {
    --tw-scale-x: .9;
  }

  .xl\:focus-within\:scale-x-95:focus-within {
    --tw-scale-x: .95;
  }

  .xl\:focus-within\:scale-x-100:focus-within {
    --tw-scale-x: 1;
  }

  .xl\:focus-within\:scale-x-105:focus-within {
    --tw-scale-x: 1.05;
  }

  .xl\:focus-within\:scale-x-110:focus-within {
    --tw-scale-x: 1.1;
  }

  .xl\:focus-within\:scale-x-125:focus-within {
    --tw-scale-x: 1.25;
  }

  .xl\:focus-within\:scale-x-150:focus-within {
    --tw-scale-x: 1.5;
  }

  .xl\:focus-within\:scale-y-0:focus-within {
    --tw-scale-y: 0;
  }

  .xl\:focus-within\:scale-y-50:focus-within {
    --tw-scale-y: .5;
  }

  .xl\:focus-within\:scale-y-75:focus-within {
    --tw-scale-y: .75;
  }

  .xl\:focus-within\:scale-y-90:focus-within {
    --tw-scale-y: .9;
  }

  .xl\:focus-within\:scale-y-95:focus-within {
    --tw-scale-y: .95;
  }

  .xl\:focus-within\:scale-y-100:focus-within {
    --tw-scale-y: 1;
  }

  .xl\:focus-within\:scale-y-105:focus-within {
    --tw-scale-y: 1.05;
  }

  .xl\:focus-within\:scale-y-110:focus-within {
    --tw-scale-y: 1.1;
  }

  .xl\:focus-within\:scale-y-125:focus-within {
    --tw-scale-y: 1.25;
  }

  .xl\:focus-within\:scale-y-150:focus-within {
    --tw-scale-y: 1.5;
  }

  .xl\:first\:scale-0:first-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:first\:scale-50:first-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:first\:scale-75:first-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:first\:scale-90:first-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:first\:scale-95:first-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:first\:scale-100:first-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:first\:scale-105:first-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:first\:scale-110:first-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:first\:scale-125:first-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:first\:scale-150:first-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:first\:scale-x-0:first-child {
    --tw-scale-x: 0;
  }

  .xl\:first\:scale-x-50:first-child {
    --tw-scale-x: .5;
  }

  .xl\:first\:scale-x-75:first-child {
    --tw-scale-x: .75;
  }

  .xl\:first\:scale-x-90:first-child {
    --tw-scale-x: .9;
  }

  .xl\:first\:scale-x-95:first-child {
    --tw-scale-x: .95;
  }

  .xl\:first\:scale-x-100:first-child {
    --tw-scale-x: 1;
  }

  .xl\:first\:scale-x-105:first-child {
    --tw-scale-x: 1.05;
  }

  .xl\:first\:scale-x-110:first-child {
    --tw-scale-x: 1.1;
  }

  .xl\:first\:scale-x-125:first-child {
    --tw-scale-x: 1.25;
  }

  .xl\:first\:scale-x-150:first-child {
    --tw-scale-x: 1.5;
  }

  .xl\:first\:scale-y-0:first-child {
    --tw-scale-y: 0;
  }

  .xl\:first\:scale-y-50:first-child {
    --tw-scale-y: .5;
  }

  .xl\:first\:scale-y-75:first-child {
    --tw-scale-y: .75;
  }

  .xl\:first\:scale-y-90:first-child {
    --tw-scale-y: .9;
  }

  .xl\:first\:scale-y-95:first-child {
    --tw-scale-y: .95;
  }

  .xl\:first\:scale-y-100:first-child {
    --tw-scale-y: 1;
  }

  .xl\:first\:scale-y-105:first-child {
    --tw-scale-y: 1.05;
  }

  .xl\:first\:scale-y-110:first-child {
    --tw-scale-y: 1.1;
  }

  .xl\:first\:scale-y-125:first-child {
    --tw-scale-y: 1.25;
  }

  .xl\:first\:scale-y-150:first-child {
    --tw-scale-y: 1.5;
  }

  .xl\:last\:scale-0:last-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:last\:scale-50:last-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:last\:scale-75:last-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:last\:scale-90:last-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:last\:scale-95:last-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:last\:scale-100:last-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:last\:scale-105:last-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:last\:scale-110:last-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:last\:scale-125:last-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:last\:scale-150:last-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:last\:scale-x-0:last-child {
    --tw-scale-x: 0;
  }

  .xl\:last\:scale-x-50:last-child {
    --tw-scale-x: .5;
  }

  .xl\:last\:scale-x-75:last-child {
    --tw-scale-x: .75;
  }

  .xl\:last\:scale-x-90:last-child {
    --tw-scale-x: .9;
  }

  .xl\:last\:scale-x-95:last-child {
    --tw-scale-x: .95;
  }

  .xl\:last\:scale-x-100:last-child {
    --tw-scale-x: 1;
  }

  .xl\:last\:scale-x-105:last-child {
    --tw-scale-x: 1.05;
  }

  .xl\:last\:scale-x-110:last-child {
    --tw-scale-x: 1.1;
  }

  .xl\:last\:scale-x-125:last-child {
    --tw-scale-x: 1.25;
  }

  .xl\:last\:scale-x-150:last-child {
    --tw-scale-x: 1.5;
  }

  .xl\:last\:scale-y-0:last-child {
    --tw-scale-y: 0;
  }

  .xl\:last\:scale-y-50:last-child {
    --tw-scale-y: .5;
  }

  .xl\:last\:scale-y-75:last-child {
    --tw-scale-y: .75;
  }

  .xl\:last\:scale-y-90:last-child {
    --tw-scale-y: .9;
  }

  .xl\:last\:scale-y-95:last-child {
    --tw-scale-y: .95;
  }

  .xl\:last\:scale-y-100:last-child {
    --tw-scale-y: 1;
  }

  .xl\:last\:scale-y-105:last-child {
    --tw-scale-y: 1.05;
  }

  .xl\:last\:scale-y-110:last-child {
    --tw-scale-y: 1.1;
  }

  .xl\:last\:scale-y-125:last-child {
    --tw-scale-y: 1.25;
  }

  .xl\:last\:scale-y-150:last-child {
    --tw-scale-y: 1.5;
  }

  .xl\:odd\:scale-0:nth-child(odd) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:odd\:scale-50:nth-child(odd) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:odd\:scale-75:nth-child(odd) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:odd\:scale-90:nth-child(odd) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:odd\:scale-95:nth-child(odd) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:odd\:scale-100:nth-child(odd) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:odd\:scale-105:nth-child(odd) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:odd\:scale-110:nth-child(odd) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:odd\:scale-125:nth-child(odd) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:odd\:scale-150:nth-child(odd) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:odd\:scale-x-0:nth-child(odd) {
    --tw-scale-x: 0;
  }

  .xl\:odd\:scale-x-50:nth-child(odd) {
    --tw-scale-x: .5;
  }

  .xl\:odd\:scale-x-75:nth-child(odd) {
    --tw-scale-x: .75;
  }

  .xl\:odd\:scale-x-90:nth-child(odd) {
    --tw-scale-x: .9;
  }

  .xl\:odd\:scale-x-95:nth-child(odd) {
    --tw-scale-x: .95;
  }

  .xl\:odd\:scale-x-100:nth-child(odd) {
    --tw-scale-x: 1;
  }

  .xl\:odd\:scale-x-105:nth-child(odd) {
    --tw-scale-x: 1.05;
  }

  .xl\:odd\:scale-x-110:nth-child(odd) {
    --tw-scale-x: 1.1;
  }

  .xl\:odd\:scale-x-125:nth-child(odd) {
    --tw-scale-x: 1.25;
  }

  .xl\:odd\:scale-x-150:nth-child(odd) {
    --tw-scale-x: 1.5;
  }

  .xl\:odd\:scale-y-0:nth-child(odd) {
    --tw-scale-y: 0;
  }

  .xl\:odd\:scale-y-50:nth-child(odd) {
    --tw-scale-y: .5;
  }

  .xl\:odd\:scale-y-75:nth-child(odd) {
    --tw-scale-y: .75;
  }

  .xl\:odd\:scale-y-90:nth-child(odd) {
    --tw-scale-y: .9;
  }

  .xl\:odd\:scale-y-95:nth-child(odd) {
    --tw-scale-y: .95;
  }

  .xl\:odd\:scale-y-100:nth-child(odd) {
    --tw-scale-y: 1;
  }

  .xl\:odd\:scale-y-105:nth-child(odd) {
    --tw-scale-y: 1.05;
  }

  .xl\:odd\:scale-y-110:nth-child(odd) {
    --tw-scale-y: 1.1;
  }

  .xl\:odd\:scale-y-125:nth-child(odd) {
    --tw-scale-y: 1.25;
  }

  .xl\:odd\:scale-y-150:nth-child(odd) {
    --tw-scale-y: 1.5;
  }

  .xl\:even\:scale-0:nth-child(even) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:even\:scale-50:nth-child(even) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:even\:scale-75:nth-child(even) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:even\:scale-90:nth-child(even) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:even\:scale-95:nth-child(even) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:even\:scale-100:nth-child(even) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:even\:scale-105:nth-child(even) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:even\:scale-110:nth-child(even) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:even\:scale-125:nth-child(even) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:even\:scale-150:nth-child(even) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:even\:scale-x-0:nth-child(even) {
    --tw-scale-x: 0;
  }

  .xl\:even\:scale-x-50:nth-child(even) {
    --tw-scale-x: .5;
  }

  .xl\:even\:scale-x-75:nth-child(even) {
    --tw-scale-x: .75;
  }

  .xl\:even\:scale-x-90:nth-child(even) {
    --tw-scale-x: .9;
  }

  .xl\:even\:scale-x-95:nth-child(even) {
    --tw-scale-x: .95;
  }

  .xl\:even\:scale-x-100:nth-child(even) {
    --tw-scale-x: 1;
  }

  .xl\:even\:scale-x-105:nth-child(even) {
    --tw-scale-x: 1.05;
  }

  .xl\:even\:scale-x-110:nth-child(even) {
    --tw-scale-x: 1.1;
  }

  .xl\:even\:scale-x-125:nth-child(even) {
    --tw-scale-x: 1.25;
  }

  .xl\:even\:scale-x-150:nth-child(even) {
    --tw-scale-x: 1.5;
  }

  .xl\:even\:scale-y-0:nth-child(even) {
    --tw-scale-y: 0;
  }

  .xl\:even\:scale-y-50:nth-child(even) {
    --tw-scale-y: .5;
  }

  .xl\:even\:scale-y-75:nth-child(even) {
    --tw-scale-y: .75;
  }

  .xl\:even\:scale-y-90:nth-child(even) {
    --tw-scale-y: .9;
  }

  .xl\:even\:scale-y-95:nth-child(even) {
    --tw-scale-y: .95;
  }

  .xl\:even\:scale-y-100:nth-child(even) {
    --tw-scale-y: 1;
  }

  .xl\:even\:scale-y-105:nth-child(even) {
    --tw-scale-y: 1.05;
  }

  .xl\:even\:scale-y-110:nth-child(even) {
    --tw-scale-y: 1.1;
  }

  .xl\:even\:scale-y-125:nth-child(even) {
    --tw-scale-y: 1.25;
  }

  .xl\:even\:scale-y-150:nth-child(even) {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:active\:scale-0:active {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:active\:scale-50:active {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:active\:scale-75:active {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:active\:scale-100:active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:active\:scale-105:active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:active\:scale-110:active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:active\:scale-125:active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:active\:scale-150:active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:active\:scale-x-0:active {
    --tw-scale-x: 0;
  }

  .xl\:active\:scale-x-50:active {
    --tw-scale-x: .5;
  }

  .xl\:active\:scale-x-75:active {
    --tw-scale-x: .75;
  }

  .xl\:active\:scale-x-90:active {
    --tw-scale-x: .9;
  }

  .xl\:active\:scale-x-95:active {
    --tw-scale-x: .95;
  }

  .xl\:active\:scale-x-100:active {
    --tw-scale-x: 1;
  }

  .xl\:active\:scale-x-105:active {
    --tw-scale-x: 1.05;
  }

  .xl\:active\:scale-x-110:active {
    --tw-scale-x: 1.1;
  }

  .xl\:active\:scale-x-125:active {
    --tw-scale-x: 1.25;
  }

  .xl\:active\:scale-x-150:active {
    --tw-scale-x: 1.5;
  }

  .xl\:active\:scale-y-0:active {
    --tw-scale-y: 0;
  }

  .xl\:active\:scale-y-50:active {
    --tw-scale-y: .5;
  }

  .xl\:active\:scale-y-75:active {
    --tw-scale-y: .75;
  }

  .xl\:active\:scale-y-90:active {
    --tw-scale-y: .9;
  }

  .xl\:active\:scale-y-95:active {
    --tw-scale-y: .95;
  }

  .xl\:active\:scale-y-100:active {
    --tw-scale-y: 1;
  }

  .xl\:active\:scale-y-105:active {
    --tw-scale-y: 1.05;
  }

  .xl\:active\:scale-y-110:active {
    --tw-scale-y: 1.1;
  }

  .xl\:active\:scale-y-125:active {
    --tw-scale-y: 1.25;
  }

  .xl\:active\:scale-y-150:active {
    --tw-scale-y: 1.5;
  }

  .xl\:visited\:scale-0:visited {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:visited\:scale-50:visited {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:visited\:scale-75:visited {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:visited\:scale-90:visited {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:visited\:scale-95:visited {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:visited\:scale-100:visited {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:visited\:scale-105:visited {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:visited\:scale-110:visited {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:visited\:scale-125:visited {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:visited\:scale-150:visited {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:visited\:scale-x-0:visited {
    --tw-scale-x: 0;
  }

  .xl\:visited\:scale-x-50:visited {
    --tw-scale-x: .5;
  }

  .xl\:visited\:scale-x-75:visited {
    --tw-scale-x: .75;
  }

  .xl\:visited\:scale-x-90:visited {
    --tw-scale-x: .9;
  }

  .xl\:visited\:scale-x-95:visited {
    --tw-scale-x: .95;
  }

  .xl\:visited\:scale-x-100:visited {
    --tw-scale-x: 1;
  }

  .xl\:visited\:scale-x-105:visited {
    --tw-scale-x: 1.05;
  }

  .xl\:visited\:scale-x-110:visited {
    --tw-scale-x: 1.1;
  }

  .xl\:visited\:scale-x-125:visited {
    --tw-scale-x: 1.25;
  }

  .xl\:visited\:scale-x-150:visited {
    --tw-scale-x: 1.5;
  }

  .xl\:visited\:scale-y-0:visited {
    --tw-scale-y: 0;
  }

  .xl\:visited\:scale-y-50:visited {
    --tw-scale-y: .5;
  }

  .xl\:visited\:scale-y-75:visited {
    --tw-scale-y: .75;
  }

  .xl\:visited\:scale-y-90:visited {
    --tw-scale-y: .9;
  }

  .xl\:visited\:scale-y-95:visited {
    --tw-scale-y: .95;
  }

  .xl\:visited\:scale-y-100:visited {
    --tw-scale-y: 1;
  }

  .xl\:visited\:scale-y-105:visited {
    --tw-scale-y: 1.05;
  }

  .xl\:visited\:scale-y-110:visited {
    --tw-scale-y: 1.1;
  }

  .xl\:visited\:scale-y-125:visited {
    --tw-scale-y: 1.25;
  }

  .xl\:visited\:scale-y-150:visited {
    --tw-scale-y: 1.5;
  }

  .xl\:disabled\:scale-0:disabled {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:disabled\:scale-50:disabled {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:disabled\:scale-75:disabled {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:disabled\:scale-90:disabled {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:disabled\:scale-95:disabled {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:disabled\:scale-100:disabled {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:disabled\:scale-105:disabled {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:disabled\:scale-110:disabled {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:disabled\:scale-125:disabled {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:disabled\:scale-150:disabled {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:disabled\:scale-x-0:disabled {
    --tw-scale-x: 0;
  }

  .xl\:disabled\:scale-x-50:disabled {
    --tw-scale-x: .5;
  }

  .xl\:disabled\:scale-x-75:disabled {
    --tw-scale-x: .75;
  }

  .xl\:disabled\:scale-x-90:disabled {
    --tw-scale-x: .9;
  }

  .xl\:disabled\:scale-x-95:disabled {
    --tw-scale-x: .95;
  }

  .xl\:disabled\:scale-x-100:disabled {
    --tw-scale-x: 1;
  }

  .xl\:disabled\:scale-x-105:disabled {
    --tw-scale-x: 1.05;
  }

  .xl\:disabled\:scale-x-110:disabled {
    --tw-scale-x: 1.1;
  }

  .xl\:disabled\:scale-x-125:disabled {
    --tw-scale-x: 1.25;
  }

  .xl\:disabled\:scale-x-150:disabled {
    --tw-scale-x: 1.5;
  }

  .xl\:disabled\:scale-y-0:disabled {
    --tw-scale-y: 0;
  }

  .xl\:disabled\:scale-y-50:disabled {
    --tw-scale-y: .5;
  }

  .xl\:disabled\:scale-y-75:disabled {
    --tw-scale-y: .75;
  }

  .xl\:disabled\:scale-y-90:disabled {
    --tw-scale-y: .9;
  }

  .xl\:disabled\:scale-y-95:disabled {
    --tw-scale-y: .95;
  }

  .xl\:disabled\:scale-y-100:disabled {
    --tw-scale-y: 1;
  }

  .xl\:disabled\:scale-y-105:disabled {
    --tw-scale-y: 1.05;
  }

  .xl\:disabled\:scale-y-110:disabled {
    --tw-scale-y: 1.1;
  }

  .xl\:disabled\:scale-y-125:disabled {
    --tw-scale-y: 1.25;
  }

  .xl\:disabled\:scale-y-150:disabled {
    --tw-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .group:hover .xl\:group-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .group:hover .xl\:group-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .group:hover .xl\:group-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .group:hover .xl\:group-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .group:hover .xl\:group-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .group:hover .xl\:group-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .group:hover .xl\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .group:hover .xl\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .group:hover .xl\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .group:hover .xl\:group-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .group:hover .xl\:group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .group:hover .xl\:group-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .group:hover .xl\:group-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .group:hover .xl\:group-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .group:hover .xl\:group-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .group:hover .xl\:group-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .group:hover .xl\:group-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:focus-within\:rotate-0:focus-within {
    --tw-rotate: 0deg;
  }

  .xl\:focus-within\:rotate-1:focus-within {
    --tw-rotate: 1deg;
  }

  .xl\:focus-within\:rotate-2:focus-within {
    --tw-rotate: 2deg;
  }

  .xl\:focus-within\:rotate-3:focus-within {
    --tw-rotate: 3deg;
  }

  .xl\:focus-within\:rotate-6:focus-within {
    --tw-rotate: 6deg;
  }

  .xl\:focus-within\:rotate-12:focus-within {
    --tw-rotate: 12deg;
  }

  .xl\:focus-within\:rotate-45:focus-within {
    --tw-rotate: 45deg;
  }

  .xl\:focus-within\:rotate-90:focus-within {
    --tw-rotate: 90deg;
  }

  .xl\:focus-within\:rotate-180:focus-within {
    --tw-rotate: 180deg;
  }

  .xl\:focus-within\:-rotate-180:focus-within {
    --tw-rotate: -180deg;
  }

  .xl\:focus-within\:-rotate-90:focus-within {
    --tw-rotate: -90deg;
  }

  .xl\:focus-within\:-rotate-45:focus-within {
    --tw-rotate: -45deg;
  }

  .xl\:focus-within\:-rotate-12:focus-within {
    --tw-rotate: -12deg;
  }

  .xl\:focus-within\:-rotate-6:focus-within {
    --tw-rotate: -6deg;
  }

  .xl\:focus-within\:-rotate-3:focus-within {
    --tw-rotate: -3deg;
  }

  .xl\:focus-within\:-rotate-2:focus-within {
    --tw-rotate: -2deg;
  }

  .xl\:focus-within\:-rotate-1:focus-within {
    --tw-rotate: -1deg;
  }

  .xl\:first\:rotate-0:first-child {
    --tw-rotate: 0deg;
  }

  .xl\:first\:rotate-1:first-child {
    --tw-rotate: 1deg;
  }

  .xl\:first\:rotate-2:first-child {
    --tw-rotate: 2deg;
  }

  .xl\:first\:rotate-3:first-child {
    --tw-rotate: 3deg;
  }

  .xl\:first\:rotate-6:first-child {
    --tw-rotate: 6deg;
  }

  .xl\:first\:rotate-12:first-child {
    --tw-rotate: 12deg;
  }

  .xl\:first\:rotate-45:first-child {
    --tw-rotate: 45deg;
  }

  .xl\:first\:rotate-90:first-child {
    --tw-rotate: 90deg;
  }

  .xl\:first\:rotate-180:first-child {
    --tw-rotate: 180deg;
  }

  .xl\:first\:-rotate-180:first-child {
    --tw-rotate: -180deg;
  }

  .xl\:first\:-rotate-90:first-child {
    --tw-rotate: -90deg;
  }

  .xl\:first\:-rotate-45:first-child {
    --tw-rotate: -45deg;
  }

  .xl\:first\:-rotate-12:first-child {
    --tw-rotate: -12deg;
  }

  .xl\:first\:-rotate-6:first-child {
    --tw-rotate: -6deg;
  }

  .xl\:first\:-rotate-3:first-child {
    --tw-rotate: -3deg;
  }

  .xl\:first\:-rotate-2:first-child {
    --tw-rotate: -2deg;
  }

  .xl\:first\:-rotate-1:first-child {
    --tw-rotate: -1deg;
  }

  .xl\:last\:rotate-0:last-child {
    --tw-rotate: 0deg;
  }

  .xl\:last\:rotate-1:last-child {
    --tw-rotate: 1deg;
  }

  .xl\:last\:rotate-2:last-child {
    --tw-rotate: 2deg;
  }

  .xl\:last\:rotate-3:last-child {
    --tw-rotate: 3deg;
  }

  .xl\:last\:rotate-6:last-child {
    --tw-rotate: 6deg;
  }

  .xl\:last\:rotate-12:last-child {
    --tw-rotate: 12deg;
  }

  .xl\:last\:rotate-45:last-child {
    --tw-rotate: 45deg;
  }

  .xl\:last\:rotate-90:last-child {
    --tw-rotate: 90deg;
  }

  .xl\:last\:rotate-180:last-child {
    --tw-rotate: 180deg;
  }

  .xl\:last\:-rotate-180:last-child {
    --tw-rotate: -180deg;
  }

  .xl\:last\:-rotate-90:last-child {
    --tw-rotate: -90deg;
  }

  .xl\:last\:-rotate-45:last-child {
    --tw-rotate: -45deg;
  }

  .xl\:last\:-rotate-12:last-child {
    --tw-rotate: -12deg;
  }

  .xl\:last\:-rotate-6:last-child {
    --tw-rotate: -6deg;
  }

  .xl\:last\:-rotate-3:last-child {
    --tw-rotate: -3deg;
  }

  .xl\:last\:-rotate-2:last-child {
    --tw-rotate: -2deg;
  }

  .xl\:last\:-rotate-1:last-child {
    --tw-rotate: -1deg;
  }

  .xl\:odd\:rotate-0:nth-child(odd) {
    --tw-rotate: 0deg;
  }

  .xl\:odd\:rotate-1:nth-child(odd) {
    --tw-rotate: 1deg;
  }

  .xl\:odd\:rotate-2:nth-child(odd) {
    --tw-rotate: 2deg;
  }

  .xl\:odd\:rotate-3:nth-child(odd) {
    --tw-rotate: 3deg;
  }

  .xl\:odd\:rotate-6:nth-child(odd) {
    --tw-rotate: 6deg;
  }

  .xl\:odd\:rotate-12:nth-child(odd) {
    --tw-rotate: 12deg;
  }

  .xl\:odd\:rotate-45:nth-child(odd) {
    --tw-rotate: 45deg;
  }

  .xl\:odd\:rotate-90:nth-child(odd) {
    --tw-rotate: 90deg;
  }

  .xl\:odd\:rotate-180:nth-child(odd) {
    --tw-rotate: 180deg;
  }

  .xl\:odd\:-rotate-180:nth-child(odd) {
    --tw-rotate: -180deg;
  }

  .xl\:odd\:-rotate-90:nth-child(odd) {
    --tw-rotate: -90deg;
  }

  .xl\:odd\:-rotate-45:nth-child(odd) {
    --tw-rotate: -45deg;
  }

  .xl\:odd\:-rotate-12:nth-child(odd) {
    --tw-rotate: -12deg;
  }

  .xl\:odd\:-rotate-6:nth-child(odd) {
    --tw-rotate: -6deg;
  }

  .xl\:odd\:-rotate-3:nth-child(odd) {
    --tw-rotate: -3deg;
  }

  .xl\:odd\:-rotate-2:nth-child(odd) {
    --tw-rotate: -2deg;
  }

  .xl\:odd\:-rotate-1:nth-child(odd) {
    --tw-rotate: -1deg;
  }

  .xl\:even\:rotate-0:nth-child(even) {
    --tw-rotate: 0deg;
  }

  .xl\:even\:rotate-1:nth-child(even) {
    --tw-rotate: 1deg;
  }

  .xl\:even\:rotate-2:nth-child(even) {
    --tw-rotate: 2deg;
  }

  .xl\:even\:rotate-3:nth-child(even) {
    --tw-rotate: 3deg;
  }

  .xl\:even\:rotate-6:nth-child(even) {
    --tw-rotate: 6deg;
  }

  .xl\:even\:rotate-12:nth-child(even) {
    --tw-rotate: 12deg;
  }

  .xl\:even\:rotate-45:nth-child(even) {
    --tw-rotate: 45deg;
  }

  .xl\:even\:rotate-90:nth-child(even) {
    --tw-rotate: 90deg;
  }

  .xl\:even\:rotate-180:nth-child(even) {
    --tw-rotate: 180deg;
  }

  .xl\:even\:-rotate-180:nth-child(even) {
    --tw-rotate: -180deg;
  }

  .xl\:even\:-rotate-90:nth-child(even) {
    --tw-rotate: -90deg;
  }

  .xl\:even\:-rotate-45:nth-child(even) {
    --tw-rotate: -45deg;
  }

  .xl\:even\:-rotate-12:nth-child(even) {
    --tw-rotate: -12deg;
  }

  .xl\:even\:-rotate-6:nth-child(even) {
    --tw-rotate: -6deg;
  }

  .xl\:even\:-rotate-3:nth-child(even) {
    --tw-rotate: -3deg;
  }

  .xl\:even\:-rotate-2:nth-child(even) {
    --tw-rotate: -2deg;
  }

  .xl\:even\:-rotate-1:nth-child(even) {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:active\:rotate-0:active {
    --tw-rotate: 0deg;
  }

  .xl\:active\:rotate-1:active {
    --tw-rotate: 1deg;
  }

  .xl\:active\:rotate-2:active {
    --tw-rotate: 2deg;
  }

  .xl\:active\:rotate-3:active {
    --tw-rotate: 3deg;
  }

  .xl\:active\:rotate-6:active {
    --tw-rotate: 6deg;
  }

  .xl\:active\:rotate-12:active {
    --tw-rotate: 12deg;
  }

  .xl\:active\:rotate-45:active {
    --tw-rotate: 45deg;
  }

  .xl\:active\:rotate-90:active {
    --tw-rotate: 90deg;
  }

  .xl\:active\:rotate-180:active {
    --tw-rotate: 180deg;
  }

  .xl\:active\:-rotate-180:active {
    --tw-rotate: -180deg;
  }

  .xl\:active\:-rotate-90:active {
    --tw-rotate: -90deg;
  }

  .xl\:active\:-rotate-45:active {
    --tw-rotate: -45deg;
  }

  .xl\:active\:-rotate-12:active {
    --tw-rotate: -12deg;
  }

  .xl\:active\:-rotate-6:active {
    --tw-rotate: -6deg;
  }

  .xl\:active\:-rotate-3:active {
    --tw-rotate: -3deg;
  }

  .xl\:active\:-rotate-2:active {
    --tw-rotate: -2deg;
  }

  .xl\:active\:-rotate-1:active {
    --tw-rotate: -1deg;
  }

  .xl\:visited\:rotate-0:visited {
    --tw-rotate: 0deg;
  }

  .xl\:visited\:rotate-1:visited {
    --tw-rotate: 1deg;
  }

  .xl\:visited\:rotate-2:visited {
    --tw-rotate: 2deg;
  }

  .xl\:visited\:rotate-3:visited {
    --tw-rotate: 3deg;
  }

  .xl\:visited\:rotate-6:visited {
    --tw-rotate: 6deg;
  }

  .xl\:visited\:rotate-12:visited {
    --tw-rotate: 12deg;
  }

  .xl\:visited\:rotate-45:visited {
    --tw-rotate: 45deg;
  }

  .xl\:visited\:rotate-90:visited {
    --tw-rotate: 90deg;
  }

  .xl\:visited\:rotate-180:visited {
    --tw-rotate: 180deg;
  }

  .xl\:visited\:-rotate-180:visited {
    --tw-rotate: -180deg;
  }

  .xl\:visited\:-rotate-90:visited {
    --tw-rotate: -90deg;
  }

  .xl\:visited\:-rotate-45:visited {
    --tw-rotate: -45deg;
  }

  .xl\:visited\:-rotate-12:visited {
    --tw-rotate: -12deg;
  }

  .xl\:visited\:-rotate-6:visited {
    --tw-rotate: -6deg;
  }

  .xl\:visited\:-rotate-3:visited {
    --tw-rotate: -3deg;
  }

  .xl\:visited\:-rotate-2:visited {
    --tw-rotate: -2deg;
  }

  .xl\:visited\:-rotate-1:visited {
    --tw-rotate: -1deg;
  }

  .xl\:disabled\:rotate-0:disabled {
    --tw-rotate: 0deg;
  }

  .xl\:disabled\:rotate-1:disabled {
    --tw-rotate: 1deg;
  }

  .xl\:disabled\:rotate-2:disabled {
    --tw-rotate: 2deg;
  }

  .xl\:disabled\:rotate-3:disabled {
    --tw-rotate: 3deg;
  }

  .xl\:disabled\:rotate-6:disabled {
    --tw-rotate: 6deg;
  }

  .xl\:disabled\:rotate-12:disabled {
    --tw-rotate: 12deg;
  }

  .xl\:disabled\:rotate-45:disabled {
    --tw-rotate: 45deg;
  }

  .xl\:disabled\:rotate-90:disabled {
    --tw-rotate: 90deg;
  }

  .xl\:disabled\:rotate-180:disabled {
    --tw-rotate: 180deg;
  }

  .xl\:disabled\:-rotate-180:disabled {
    --tw-rotate: -180deg;
  }

  .xl\:disabled\:-rotate-90:disabled {
    --tw-rotate: -90deg;
  }

  .xl\:disabled\:-rotate-45:disabled {
    --tw-rotate: -45deg;
  }

  .xl\:disabled\:-rotate-12:disabled {
    --tw-rotate: -12deg;
  }

  .xl\:disabled\:-rotate-6:disabled {
    --tw-rotate: -6deg;
  }

  .xl\:disabled\:-rotate-3:disabled {
    --tw-rotate: -3deg;
  }

  .xl\:disabled\:-rotate-2:disabled {
    --tw-rotate: -2deg;
  }

  .xl\:disabled\:-rotate-1:disabled {
    --tw-rotate: -1deg;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .group:hover .xl\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .xl\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .group:hover .xl\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .group:hover .xl\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .group:hover .xl\:group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .group:hover .xl\:group-hover\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .group:hover .xl\:group-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .group:hover .xl\:group-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .group:hover .xl\:group-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .group:hover .xl\:group-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .group:hover .xl\:group-hover\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .group:hover .xl\:group-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .group:hover .xl\:group-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .group:hover .xl\:group-hover\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .group:hover .xl\:group-hover\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .group:hover .xl\:group-hover\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .group:hover .xl\:group-hover\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .group:hover .xl\:group-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .group:hover .xl\:group-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .group:hover .xl\:group-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .group:hover .xl\:group-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .group:hover .xl\:group-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .group:hover .xl\:group-hover\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .group:hover .xl\:group-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .group:hover .xl\:group-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .group:hover .xl\:group-hover\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .group:hover .xl\:group-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .group:hover .xl\:group-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .group:hover .xl\:group-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .group:hover .xl\:group-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .group:hover .xl\:group-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .group:hover .xl\:group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .group:hover .xl\:group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .group:hover .xl\:group-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .group:hover .xl\:group-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .xl\:group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .group:hover .xl\:group-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .group:hover .xl\:group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .group:hover .xl\:group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .group:hover .xl\:group-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .group:hover .xl\:group-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .group:hover .xl\:group-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .group:hover .xl\:group-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .group:hover .xl\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .group:hover .xl\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .group:hover .xl\:group-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .group:hover .xl\:group-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .group:hover .xl\:group-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .group:hover .xl\:group-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .group:hover .xl\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .xl\:group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .group:hover .xl\:group-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .group:hover .xl\:group-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .group:hover .xl\:group-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .group:hover .xl\:group-hover\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .group:hover .xl\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .group:hover .xl\:group-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .group:hover .xl\:group-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .group:hover .xl\:group-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .group:hover .xl\:group-hover\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .group:hover .xl\:group-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .group:hover .xl\:group-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .group:hover .xl\:group-hover\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .group:hover .xl\:group-hover\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .group:hover .xl\:group-hover\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .group:hover .xl\:group-hover\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .group:hover .xl\:group-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .group:hover .xl\:group-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .group:hover .xl\:group-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .group:hover .xl\:group-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .group:hover .xl\:group-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .group:hover .xl\:group-hover\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .group:hover .xl\:group-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .group:hover .xl\:group-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .group:hover .xl\:group-hover\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .group:hover .xl\:group-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .group:hover .xl\:group-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .group:hover .xl\:group-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .group:hover .xl\:group-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .group:hover .xl\:group-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .group:hover .xl\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .group:hover .xl\:group-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .group:hover .xl\:group-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .group:hover .xl\:group-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .xl\:group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .group:hover .xl\:group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .group:hover .xl\:group-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .group:hover .xl\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .group:hover .xl\:group-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .group:hover .xl\:group-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .group:hover .xl\:group-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .group:hover .xl\:group-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .group:hover .xl\:group-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .group:hover .xl\:group-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .group:hover .xl\:group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .group:hover .xl\:group-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .group:hover .xl\:group-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .group:hover .xl\:group-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .group:hover .xl\:group-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .group:hover .xl\:group-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .group:hover .xl\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:focus-within\:translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .xl\:focus-within\:translate-x-1:focus-within {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus-within\:translate-x-2:focus-within {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus-within\:translate-x-3:focus-within {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus-within\:translate-x-4:focus-within {
    --tw-translate-x: 1rem;
  }

  .xl\:focus-within\:translate-x-5:focus-within {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus-within\:translate-x-6:focus-within {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus-within\:translate-x-7:focus-within {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus-within\:translate-x-8:focus-within {
    --tw-translate-x: 2rem;
  }

  .xl\:focus-within\:translate-x-9:focus-within {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus-within\:translate-x-10:focus-within {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus-within\:translate-x-11:focus-within {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus-within\:translate-x-12:focus-within {
    --tw-translate-x: 3rem;
  }

  .xl\:focus-within\:translate-x-14:focus-within {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus-within\:translate-x-16:focus-within {
    --tw-translate-x: 4rem;
  }

  .xl\:focus-within\:translate-x-20:focus-within {
    --tw-translate-x: 5rem;
  }

  .xl\:focus-within\:translate-x-24:focus-within {
    --tw-translate-x: 6rem;
  }

  .xl\:focus-within\:translate-x-28:focus-within {
    --tw-translate-x: 7rem;
  }

  .xl\:focus-within\:translate-x-32:focus-within {
    --tw-translate-x: 8rem;
  }

  .xl\:focus-within\:translate-x-36:focus-within {
    --tw-translate-x: 9rem;
  }

  .xl\:focus-within\:translate-x-40:focus-within {
    --tw-translate-x: 10rem;
  }

  .xl\:focus-within\:translate-x-44:focus-within {
    --tw-translate-x: 11rem;
  }

  .xl\:focus-within\:translate-x-48:focus-within {
    --tw-translate-x: 12rem;
  }

  .xl\:focus-within\:translate-x-52:focus-within {
    --tw-translate-x: 13rem;
  }

  .xl\:focus-within\:translate-x-56:focus-within {
    --tw-translate-x: 14rem;
  }

  .xl\:focus-within\:translate-x-60:focus-within {
    --tw-translate-x: 15rem;
  }

  .xl\:focus-within\:translate-x-64:focus-within {
    --tw-translate-x: 16rem;
  }

  .xl\:focus-within\:translate-x-72:focus-within {
    --tw-translate-x: 18rem;
  }

  .xl\:focus-within\:translate-x-80:focus-within {
    --tw-translate-x: 20rem;
  }

  .xl\:focus-within\:translate-x-96:focus-within {
    --tw-translate-x: 24rem;
  }

  .xl\:focus-within\:translate-x-px:focus-within {
    --tw-translate-x: 1px;
  }

  .xl\:focus-within\:translate-x-0\.5:focus-within {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus-within\:translate-x-1\.5:focus-within {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus-within\:translate-x-2\.5:focus-within {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus-within\:translate-x-3\.5:focus-within {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus-within\:-translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .xl\:focus-within\:-translate-x-1:focus-within {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus-within\:-translate-x-2:focus-within {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus-within\:-translate-x-3:focus-within {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus-within\:-translate-x-4:focus-within {
    --tw-translate-x: -1rem;
  }

  .xl\:focus-within\:-translate-x-5:focus-within {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus-within\:-translate-x-6:focus-within {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus-within\:-translate-x-7:focus-within {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus-within\:-translate-x-8:focus-within {
    --tw-translate-x: -2rem;
  }

  .xl\:focus-within\:-translate-x-9:focus-within {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus-within\:-translate-x-10:focus-within {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus-within\:-translate-x-11:focus-within {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus-within\:-translate-x-12:focus-within {
    --tw-translate-x: -3rem;
  }

  .xl\:focus-within\:-translate-x-14:focus-within {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus-within\:-translate-x-16:focus-within {
    --tw-translate-x: -4rem;
  }

  .xl\:focus-within\:-translate-x-20:focus-within {
    --tw-translate-x: -5rem;
  }

  .xl\:focus-within\:-translate-x-24:focus-within {
    --tw-translate-x: -6rem;
  }

  .xl\:focus-within\:-translate-x-28:focus-within {
    --tw-translate-x: -7rem;
  }

  .xl\:focus-within\:-translate-x-32:focus-within {
    --tw-translate-x: -8rem;
  }

  .xl\:focus-within\:-translate-x-36:focus-within {
    --tw-translate-x: -9rem;
  }

  .xl\:focus-within\:-translate-x-40:focus-within {
    --tw-translate-x: -10rem;
  }

  .xl\:focus-within\:-translate-x-44:focus-within {
    --tw-translate-x: -11rem;
  }

  .xl\:focus-within\:-translate-x-48:focus-within {
    --tw-translate-x: -12rem;
  }

  .xl\:focus-within\:-translate-x-52:focus-within {
    --tw-translate-x: -13rem;
  }

  .xl\:focus-within\:-translate-x-56:focus-within {
    --tw-translate-x: -14rem;
  }

  .xl\:focus-within\:-translate-x-60:focus-within {
    --tw-translate-x: -15rem;
  }

  .xl\:focus-within\:-translate-x-64:focus-within {
    --tw-translate-x: -16rem;
  }

  .xl\:focus-within\:-translate-x-72:focus-within {
    --tw-translate-x: -18rem;
  }

  .xl\:focus-within\:-translate-x-80:focus-within {
    --tw-translate-x: -20rem;
  }

  .xl\:focus-within\:-translate-x-96:focus-within {
    --tw-translate-x: -24rem;
  }

  .xl\:focus-within\:-translate-x-px:focus-within {
    --tw-translate-x: -1px;
  }

  .xl\:focus-within\:-translate-x-0\.5:focus-within {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus-within\:-translate-x-1\.5:focus-within {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus-within\:-translate-x-2\.5:focus-within {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus-within\:-translate-x-3\.5:focus-within {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus-within\:translate-x-1\/2:focus-within {
    --tw-translate-x: 50%;
  }

  .xl\:focus-within\:translate-x-1\/3:focus-within {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus-within\:translate-x-2\/3:focus-within {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus-within\:translate-x-1\/4:focus-within {
    --tw-translate-x: 25%;
  }

  .xl\:focus-within\:translate-x-2\/4:focus-within {
    --tw-translate-x: 50%;
  }

  .xl\:focus-within\:translate-x-3\/4:focus-within {
    --tw-translate-x: 75%;
  }

  .xl\:focus-within\:translate-x-full:focus-within {
    --tw-translate-x: 100%;
  }

  .xl\:focus-within\:-translate-x-1\/2:focus-within {
    --tw-translate-x: -50%;
  }

  .xl\:focus-within\:-translate-x-1\/3:focus-within {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus-within\:-translate-x-2\/3:focus-within {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus-within\:-translate-x-1\/4:focus-within {
    --tw-translate-x: -25%;
  }

  .xl\:focus-within\:-translate-x-2\/4:focus-within {
    --tw-translate-x: -50%;
  }

  .xl\:focus-within\:-translate-x-3\/4:focus-within {
    --tw-translate-x: -75%;
  }

  .xl\:focus-within\:-translate-x-full:focus-within {
    --tw-translate-x: -100%;
  }

  .xl\:focus-within\:translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .xl\:focus-within\:translate-y-1:focus-within {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus-within\:translate-y-2:focus-within {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus-within\:translate-y-3:focus-within {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus-within\:translate-y-4:focus-within {
    --tw-translate-y: 1rem;
  }

  .xl\:focus-within\:translate-y-5:focus-within {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus-within\:translate-y-6:focus-within {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus-within\:translate-y-7:focus-within {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus-within\:translate-y-8:focus-within {
    --tw-translate-y: 2rem;
  }

  .xl\:focus-within\:translate-y-9:focus-within {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus-within\:translate-y-10:focus-within {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus-within\:translate-y-11:focus-within {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus-within\:translate-y-12:focus-within {
    --tw-translate-y: 3rem;
  }

  .xl\:focus-within\:translate-y-14:focus-within {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus-within\:translate-y-16:focus-within {
    --tw-translate-y: 4rem;
  }

  .xl\:focus-within\:translate-y-20:focus-within {
    --tw-translate-y: 5rem;
  }

  .xl\:focus-within\:translate-y-24:focus-within {
    --tw-translate-y: 6rem;
  }

  .xl\:focus-within\:translate-y-28:focus-within {
    --tw-translate-y: 7rem;
  }

  .xl\:focus-within\:translate-y-32:focus-within {
    --tw-translate-y: 8rem;
  }

  .xl\:focus-within\:translate-y-36:focus-within {
    --tw-translate-y: 9rem;
  }

  .xl\:focus-within\:translate-y-40:focus-within {
    --tw-translate-y: 10rem;
  }

  .xl\:focus-within\:translate-y-44:focus-within {
    --tw-translate-y: 11rem;
  }

  .xl\:focus-within\:translate-y-48:focus-within {
    --tw-translate-y: 12rem;
  }

  .xl\:focus-within\:translate-y-52:focus-within {
    --tw-translate-y: 13rem;
  }

  .xl\:focus-within\:translate-y-56:focus-within {
    --tw-translate-y: 14rem;
  }

  .xl\:focus-within\:translate-y-60:focus-within {
    --tw-translate-y: 15rem;
  }

  .xl\:focus-within\:translate-y-64:focus-within {
    --tw-translate-y: 16rem;
  }

  .xl\:focus-within\:translate-y-72:focus-within {
    --tw-translate-y: 18rem;
  }

  .xl\:focus-within\:translate-y-80:focus-within {
    --tw-translate-y: 20rem;
  }

  .xl\:focus-within\:translate-y-96:focus-within {
    --tw-translate-y: 24rem;
  }

  .xl\:focus-within\:translate-y-px:focus-within {
    --tw-translate-y: 1px;
  }

  .xl\:focus-within\:translate-y-0\.5:focus-within {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus-within\:translate-y-1\.5:focus-within {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus-within\:translate-y-2\.5:focus-within {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus-within\:translate-y-3\.5:focus-within {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus-within\:-translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .xl\:focus-within\:-translate-y-1:focus-within {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus-within\:-translate-y-2:focus-within {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus-within\:-translate-y-3:focus-within {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus-within\:-translate-y-4:focus-within {
    --tw-translate-y: -1rem;
  }

  .xl\:focus-within\:-translate-y-5:focus-within {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus-within\:-translate-y-6:focus-within {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus-within\:-translate-y-7:focus-within {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus-within\:-translate-y-8:focus-within {
    --tw-translate-y: -2rem;
  }

  .xl\:focus-within\:-translate-y-9:focus-within {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus-within\:-translate-y-10:focus-within {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus-within\:-translate-y-11:focus-within {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus-within\:-translate-y-12:focus-within {
    --tw-translate-y: -3rem;
  }

  .xl\:focus-within\:-translate-y-14:focus-within {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus-within\:-translate-y-16:focus-within {
    --tw-translate-y: -4rem;
  }

  .xl\:focus-within\:-translate-y-20:focus-within {
    --tw-translate-y: -5rem;
  }

  .xl\:focus-within\:-translate-y-24:focus-within {
    --tw-translate-y: -6rem;
  }

  .xl\:focus-within\:-translate-y-28:focus-within {
    --tw-translate-y: -7rem;
  }

  .xl\:focus-within\:-translate-y-32:focus-within {
    --tw-translate-y: -8rem;
  }

  .xl\:focus-within\:-translate-y-36:focus-within {
    --tw-translate-y: -9rem;
  }

  .xl\:focus-within\:-translate-y-40:focus-within {
    --tw-translate-y: -10rem;
  }

  .xl\:focus-within\:-translate-y-44:focus-within {
    --tw-translate-y: -11rem;
  }

  .xl\:focus-within\:-translate-y-48:focus-within {
    --tw-translate-y: -12rem;
  }

  .xl\:focus-within\:-translate-y-52:focus-within {
    --tw-translate-y: -13rem;
  }

  .xl\:focus-within\:-translate-y-56:focus-within {
    --tw-translate-y: -14rem;
  }

  .xl\:focus-within\:-translate-y-60:focus-within {
    --tw-translate-y: -15rem;
  }

  .xl\:focus-within\:-translate-y-64:focus-within {
    --tw-translate-y: -16rem;
  }

  .xl\:focus-within\:-translate-y-72:focus-within {
    --tw-translate-y: -18rem;
  }

  .xl\:focus-within\:-translate-y-80:focus-within {
    --tw-translate-y: -20rem;
  }

  .xl\:focus-within\:-translate-y-96:focus-within {
    --tw-translate-y: -24rem;
  }

  .xl\:focus-within\:-translate-y-px:focus-within {
    --tw-translate-y: -1px;
  }

  .xl\:focus-within\:-translate-y-0\.5:focus-within {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus-within\:-translate-y-1\.5:focus-within {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus-within\:-translate-y-2\.5:focus-within {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus-within\:-translate-y-3\.5:focus-within {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus-within\:translate-y-1\/2:focus-within {
    --tw-translate-y: 50%;
  }

  .xl\:focus-within\:translate-y-1\/3:focus-within {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus-within\:translate-y-2\/3:focus-within {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus-within\:translate-y-1\/4:focus-within {
    --tw-translate-y: 25%;
  }

  .xl\:focus-within\:translate-y-2\/4:focus-within {
    --tw-translate-y: 50%;
  }

  .xl\:focus-within\:translate-y-3\/4:focus-within {
    --tw-translate-y: 75%;
  }

  .xl\:focus-within\:translate-y-full:focus-within {
    --tw-translate-y: 100%;
  }

  .xl\:focus-within\:-translate-y-1\/2:focus-within {
    --tw-translate-y: -50%;
  }

  .xl\:focus-within\:-translate-y-1\/3:focus-within {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus-within\:-translate-y-2\/3:focus-within {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus-within\:-translate-y-1\/4:focus-within {
    --tw-translate-y: -25%;
  }

  .xl\:focus-within\:-translate-y-2\/4:focus-within {
    --tw-translate-y: -50%;
  }

  .xl\:focus-within\:-translate-y-3\/4:focus-within {
    --tw-translate-y: -75%;
  }

  .xl\:focus-within\:-translate-y-full:focus-within {
    --tw-translate-y: -100%;
  }

  .xl\:first\:translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .xl\:first\:translate-x-1:first-child {
    --tw-translate-x: 0.25rem;
  }

  .xl\:first\:translate-x-2:first-child {
    --tw-translate-x: 0.5rem;
  }

  .xl\:first\:translate-x-3:first-child {
    --tw-translate-x: 0.75rem;
  }

  .xl\:first\:translate-x-4:first-child {
    --tw-translate-x: 1rem;
  }

  .xl\:first\:translate-x-5:first-child {
    --tw-translate-x: 1.25rem;
  }

  .xl\:first\:translate-x-6:first-child {
    --tw-translate-x: 1.5rem;
  }

  .xl\:first\:translate-x-7:first-child {
    --tw-translate-x: 1.75rem;
  }

  .xl\:first\:translate-x-8:first-child {
    --tw-translate-x: 2rem;
  }

  .xl\:first\:translate-x-9:first-child {
    --tw-translate-x: 2.25rem;
  }

  .xl\:first\:translate-x-10:first-child {
    --tw-translate-x: 2.5rem;
  }

  .xl\:first\:translate-x-11:first-child {
    --tw-translate-x: 2.75rem;
  }

  .xl\:first\:translate-x-12:first-child {
    --tw-translate-x: 3rem;
  }

  .xl\:first\:translate-x-14:first-child {
    --tw-translate-x: 3.5rem;
  }

  .xl\:first\:translate-x-16:first-child {
    --tw-translate-x: 4rem;
  }

  .xl\:first\:translate-x-20:first-child {
    --tw-translate-x: 5rem;
  }

  .xl\:first\:translate-x-24:first-child {
    --tw-translate-x: 6rem;
  }

  .xl\:first\:translate-x-28:first-child {
    --tw-translate-x: 7rem;
  }

  .xl\:first\:translate-x-32:first-child {
    --tw-translate-x: 8rem;
  }

  .xl\:first\:translate-x-36:first-child {
    --tw-translate-x: 9rem;
  }

  .xl\:first\:translate-x-40:first-child {
    --tw-translate-x: 10rem;
  }

  .xl\:first\:translate-x-44:first-child {
    --tw-translate-x: 11rem;
  }

  .xl\:first\:translate-x-48:first-child {
    --tw-translate-x: 12rem;
  }

  .xl\:first\:translate-x-52:first-child {
    --tw-translate-x: 13rem;
  }

  .xl\:first\:translate-x-56:first-child {
    --tw-translate-x: 14rem;
  }

  .xl\:first\:translate-x-60:first-child {
    --tw-translate-x: 15rem;
  }

  .xl\:first\:translate-x-64:first-child {
    --tw-translate-x: 16rem;
  }

  .xl\:first\:translate-x-72:first-child {
    --tw-translate-x: 18rem;
  }

  .xl\:first\:translate-x-80:first-child {
    --tw-translate-x: 20rem;
  }

  .xl\:first\:translate-x-96:first-child {
    --tw-translate-x: 24rem;
  }

  .xl\:first\:translate-x-px:first-child {
    --tw-translate-x: 1px;
  }

  .xl\:first\:translate-x-0\.5:first-child {
    --tw-translate-x: 0.125rem;
  }

  .xl\:first\:translate-x-1\.5:first-child {
    --tw-translate-x: 0.375rem;
  }

  .xl\:first\:translate-x-2\.5:first-child {
    --tw-translate-x: 0.625rem;
  }

  .xl\:first\:translate-x-3\.5:first-child {
    --tw-translate-x: 0.875rem;
  }

  .xl\:first\:-translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .xl\:first\:-translate-x-1:first-child {
    --tw-translate-x: -0.25rem;
  }

  .xl\:first\:-translate-x-2:first-child {
    --tw-translate-x: -0.5rem;
  }

  .xl\:first\:-translate-x-3:first-child {
    --tw-translate-x: -0.75rem;
  }

  .xl\:first\:-translate-x-4:first-child {
    --tw-translate-x: -1rem;
  }

  .xl\:first\:-translate-x-5:first-child {
    --tw-translate-x: -1.25rem;
  }

  .xl\:first\:-translate-x-6:first-child {
    --tw-translate-x: -1.5rem;
  }

  .xl\:first\:-translate-x-7:first-child {
    --tw-translate-x: -1.75rem;
  }

  .xl\:first\:-translate-x-8:first-child {
    --tw-translate-x: -2rem;
  }

  .xl\:first\:-translate-x-9:first-child {
    --tw-translate-x: -2.25rem;
  }

  .xl\:first\:-translate-x-10:first-child {
    --tw-translate-x: -2.5rem;
  }

  .xl\:first\:-translate-x-11:first-child {
    --tw-translate-x: -2.75rem;
  }

  .xl\:first\:-translate-x-12:first-child {
    --tw-translate-x: -3rem;
  }

  .xl\:first\:-translate-x-14:first-child {
    --tw-translate-x: -3.5rem;
  }

  .xl\:first\:-translate-x-16:first-child {
    --tw-translate-x: -4rem;
  }

  .xl\:first\:-translate-x-20:first-child {
    --tw-translate-x: -5rem;
  }

  .xl\:first\:-translate-x-24:first-child {
    --tw-translate-x: -6rem;
  }

  .xl\:first\:-translate-x-28:first-child {
    --tw-translate-x: -7rem;
  }

  .xl\:first\:-translate-x-32:first-child {
    --tw-translate-x: -8rem;
  }

  .xl\:first\:-translate-x-36:first-child {
    --tw-translate-x: -9rem;
  }

  .xl\:first\:-translate-x-40:first-child {
    --tw-translate-x: -10rem;
  }

  .xl\:first\:-translate-x-44:first-child {
    --tw-translate-x: -11rem;
  }

  .xl\:first\:-translate-x-48:first-child {
    --tw-translate-x: -12rem;
  }

  .xl\:first\:-translate-x-52:first-child {
    --tw-translate-x: -13rem;
  }

  .xl\:first\:-translate-x-56:first-child {
    --tw-translate-x: -14rem;
  }

  .xl\:first\:-translate-x-60:first-child {
    --tw-translate-x: -15rem;
  }

  .xl\:first\:-translate-x-64:first-child {
    --tw-translate-x: -16rem;
  }

  .xl\:first\:-translate-x-72:first-child {
    --tw-translate-x: -18rem;
  }

  .xl\:first\:-translate-x-80:first-child {
    --tw-translate-x: -20rem;
  }

  .xl\:first\:-translate-x-96:first-child {
    --tw-translate-x: -24rem;
  }

  .xl\:first\:-translate-x-px:first-child {
    --tw-translate-x: -1px;
  }

  .xl\:first\:-translate-x-0\.5:first-child {
    --tw-translate-x: -0.125rem;
  }

  .xl\:first\:-translate-x-1\.5:first-child {
    --tw-translate-x: -0.375rem;
  }

  .xl\:first\:-translate-x-2\.5:first-child {
    --tw-translate-x: -0.625rem;
  }

  .xl\:first\:-translate-x-3\.5:first-child {
    --tw-translate-x: -0.875rem;
  }

  .xl\:first\:translate-x-1\/2:first-child {
    --tw-translate-x: 50%;
  }

  .xl\:first\:translate-x-1\/3:first-child {
    --tw-translate-x: 33.333333%;
  }

  .xl\:first\:translate-x-2\/3:first-child {
    --tw-translate-x: 66.666667%;
  }

  .xl\:first\:translate-x-1\/4:first-child {
    --tw-translate-x: 25%;
  }

  .xl\:first\:translate-x-2\/4:first-child {
    --tw-translate-x: 50%;
  }

  .xl\:first\:translate-x-3\/4:first-child {
    --tw-translate-x: 75%;
  }

  .xl\:first\:translate-x-full:first-child {
    --tw-translate-x: 100%;
  }

  .xl\:first\:-translate-x-1\/2:first-child {
    --tw-translate-x: -50%;
  }

  .xl\:first\:-translate-x-1\/3:first-child {
    --tw-translate-x: -33.333333%;
  }

  .xl\:first\:-translate-x-2\/3:first-child {
    --tw-translate-x: -66.666667%;
  }

  .xl\:first\:-translate-x-1\/4:first-child {
    --tw-translate-x: -25%;
  }

  .xl\:first\:-translate-x-2\/4:first-child {
    --tw-translate-x: -50%;
  }

  .xl\:first\:-translate-x-3\/4:first-child {
    --tw-translate-x: -75%;
  }

  .xl\:first\:-translate-x-full:first-child {
    --tw-translate-x: -100%;
  }

  .xl\:first\:translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .xl\:first\:translate-y-1:first-child {
    --tw-translate-y: 0.25rem;
  }

  .xl\:first\:translate-y-2:first-child {
    --tw-translate-y: 0.5rem;
  }

  .xl\:first\:translate-y-3:first-child {
    --tw-translate-y: 0.75rem;
  }

  .xl\:first\:translate-y-4:first-child {
    --tw-translate-y: 1rem;
  }

  .xl\:first\:translate-y-5:first-child {
    --tw-translate-y: 1.25rem;
  }

  .xl\:first\:translate-y-6:first-child {
    --tw-translate-y: 1.5rem;
  }

  .xl\:first\:translate-y-7:first-child {
    --tw-translate-y: 1.75rem;
  }

  .xl\:first\:translate-y-8:first-child {
    --tw-translate-y: 2rem;
  }

  .xl\:first\:translate-y-9:first-child {
    --tw-translate-y: 2.25rem;
  }

  .xl\:first\:translate-y-10:first-child {
    --tw-translate-y: 2.5rem;
  }

  .xl\:first\:translate-y-11:first-child {
    --tw-translate-y: 2.75rem;
  }

  .xl\:first\:translate-y-12:first-child {
    --tw-translate-y: 3rem;
  }

  .xl\:first\:translate-y-14:first-child {
    --tw-translate-y: 3.5rem;
  }

  .xl\:first\:translate-y-16:first-child {
    --tw-translate-y: 4rem;
  }

  .xl\:first\:translate-y-20:first-child {
    --tw-translate-y: 5rem;
  }

  .xl\:first\:translate-y-24:first-child {
    --tw-translate-y: 6rem;
  }

  .xl\:first\:translate-y-28:first-child {
    --tw-translate-y: 7rem;
  }

  .xl\:first\:translate-y-32:first-child {
    --tw-translate-y: 8rem;
  }

  .xl\:first\:translate-y-36:first-child {
    --tw-translate-y: 9rem;
  }

  .xl\:first\:translate-y-40:first-child {
    --tw-translate-y: 10rem;
  }

  .xl\:first\:translate-y-44:first-child {
    --tw-translate-y: 11rem;
  }

  .xl\:first\:translate-y-48:first-child {
    --tw-translate-y: 12rem;
  }

  .xl\:first\:translate-y-52:first-child {
    --tw-translate-y: 13rem;
  }

  .xl\:first\:translate-y-56:first-child {
    --tw-translate-y: 14rem;
  }

  .xl\:first\:translate-y-60:first-child {
    --tw-translate-y: 15rem;
  }

  .xl\:first\:translate-y-64:first-child {
    --tw-translate-y: 16rem;
  }

  .xl\:first\:translate-y-72:first-child {
    --tw-translate-y: 18rem;
  }

  .xl\:first\:translate-y-80:first-child {
    --tw-translate-y: 20rem;
  }

  .xl\:first\:translate-y-96:first-child {
    --tw-translate-y: 24rem;
  }

  .xl\:first\:translate-y-px:first-child {
    --tw-translate-y: 1px;
  }

  .xl\:first\:translate-y-0\.5:first-child {
    --tw-translate-y: 0.125rem;
  }

  .xl\:first\:translate-y-1\.5:first-child {
    --tw-translate-y: 0.375rem;
  }

  .xl\:first\:translate-y-2\.5:first-child {
    --tw-translate-y: 0.625rem;
  }

  .xl\:first\:translate-y-3\.5:first-child {
    --tw-translate-y: 0.875rem;
  }

  .xl\:first\:-translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .xl\:first\:-translate-y-1:first-child {
    --tw-translate-y: -0.25rem;
  }

  .xl\:first\:-translate-y-2:first-child {
    --tw-translate-y: -0.5rem;
  }

  .xl\:first\:-translate-y-3:first-child {
    --tw-translate-y: -0.75rem;
  }

  .xl\:first\:-translate-y-4:first-child {
    --tw-translate-y: -1rem;
  }

  .xl\:first\:-translate-y-5:first-child {
    --tw-translate-y: -1.25rem;
  }

  .xl\:first\:-translate-y-6:first-child {
    --tw-translate-y: -1.5rem;
  }

  .xl\:first\:-translate-y-7:first-child {
    --tw-translate-y: -1.75rem;
  }

  .xl\:first\:-translate-y-8:first-child {
    --tw-translate-y: -2rem;
  }

  .xl\:first\:-translate-y-9:first-child {
    --tw-translate-y: -2.25rem;
  }

  .xl\:first\:-translate-y-10:first-child {
    --tw-translate-y: -2.5rem;
  }

  .xl\:first\:-translate-y-11:first-child {
    --tw-translate-y: -2.75rem;
  }

  .xl\:first\:-translate-y-12:first-child {
    --tw-translate-y: -3rem;
  }

  .xl\:first\:-translate-y-14:first-child {
    --tw-translate-y: -3.5rem;
  }

  .xl\:first\:-translate-y-16:first-child {
    --tw-translate-y: -4rem;
  }

  .xl\:first\:-translate-y-20:first-child {
    --tw-translate-y: -5rem;
  }

  .xl\:first\:-translate-y-24:first-child {
    --tw-translate-y: -6rem;
  }

  .xl\:first\:-translate-y-28:first-child {
    --tw-translate-y: -7rem;
  }

  .xl\:first\:-translate-y-32:first-child {
    --tw-translate-y: -8rem;
  }

  .xl\:first\:-translate-y-36:first-child {
    --tw-translate-y: -9rem;
  }

  .xl\:first\:-translate-y-40:first-child {
    --tw-translate-y: -10rem;
  }

  .xl\:first\:-translate-y-44:first-child {
    --tw-translate-y: -11rem;
  }

  .xl\:first\:-translate-y-48:first-child {
    --tw-translate-y: -12rem;
  }

  .xl\:first\:-translate-y-52:first-child {
    --tw-translate-y: -13rem;
  }

  .xl\:first\:-translate-y-56:first-child {
    --tw-translate-y: -14rem;
  }

  .xl\:first\:-translate-y-60:first-child {
    --tw-translate-y: -15rem;
  }

  .xl\:first\:-translate-y-64:first-child {
    --tw-translate-y: -16rem;
  }

  .xl\:first\:-translate-y-72:first-child {
    --tw-translate-y: -18rem;
  }

  .xl\:first\:-translate-y-80:first-child {
    --tw-translate-y: -20rem;
  }

  .xl\:first\:-translate-y-96:first-child {
    --tw-translate-y: -24rem;
  }

  .xl\:first\:-translate-y-px:first-child {
    --tw-translate-y: -1px;
  }

  .xl\:first\:-translate-y-0\.5:first-child {
    --tw-translate-y: -0.125rem;
  }

  .xl\:first\:-translate-y-1\.5:first-child {
    --tw-translate-y: -0.375rem;
  }

  .xl\:first\:-translate-y-2\.5:first-child {
    --tw-translate-y: -0.625rem;
  }

  .xl\:first\:-translate-y-3\.5:first-child {
    --tw-translate-y: -0.875rem;
  }

  .xl\:first\:translate-y-1\/2:first-child {
    --tw-translate-y: 50%;
  }

  .xl\:first\:translate-y-1\/3:first-child {
    --tw-translate-y: 33.333333%;
  }

  .xl\:first\:translate-y-2\/3:first-child {
    --tw-translate-y: 66.666667%;
  }

  .xl\:first\:translate-y-1\/4:first-child {
    --tw-translate-y: 25%;
  }

  .xl\:first\:translate-y-2\/4:first-child {
    --tw-translate-y: 50%;
  }

  .xl\:first\:translate-y-3\/4:first-child {
    --tw-translate-y: 75%;
  }

  .xl\:first\:translate-y-full:first-child {
    --tw-translate-y: 100%;
  }

  .xl\:first\:-translate-y-1\/2:first-child {
    --tw-translate-y: -50%;
  }

  .xl\:first\:-translate-y-1\/3:first-child {
    --tw-translate-y: -33.333333%;
  }

  .xl\:first\:-translate-y-2\/3:first-child {
    --tw-translate-y: -66.666667%;
  }

  .xl\:first\:-translate-y-1\/4:first-child {
    --tw-translate-y: -25%;
  }

  .xl\:first\:-translate-y-2\/4:first-child {
    --tw-translate-y: -50%;
  }

  .xl\:first\:-translate-y-3\/4:first-child {
    --tw-translate-y: -75%;
  }

  .xl\:first\:-translate-y-full:first-child {
    --tw-translate-y: -100%;
  }

  .xl\:last\:translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .xl\:last\:translate-x-1:last-child {
    --tw-translate-x: 0.25rem;
  }

  .xl\:last\:translate-x-2:last-child {
    --tw-translate-x: 0.5rem;
  }

  .xl\:last\:translate-x-3:last-child {
    --tw-translate-x: 0.75rem;
  }

  .xl\:last\:translate-x-4:last-child {
    --tw-translate-x: 1rem;
  }

  .xl\:last\:translate-x-5:last-child {
    --tw-translate-x: 1.25rem;
  }

  .xl\:last\:translate-x-6:last-child {
    --tw-translate-x: 1.5rem;
  }

  .xl\:last\:translate-x-7:last-child {
    --tw-translate-x: 1.75rem;
  }

  .xl\:last\:translate-x-8:last-child {
    --tw-translate-x: 2rem;
  }

  .xl\:last\:translate-x-9:last-child {
    --tw-translate-x: 2.25rem;
  }

  .xl\:last\:translate-x-10:last-child {
    --tw-translate-x: 2.5rem;
  }

  .xl\:last\:translate-x-11:last-child {
    --tw-translate-x: 2.75rem;
  }

  .xl\:last\:translate-x-12:last-child {
    --tw-translate-x: 3rem;
  }

  .xl\:last\:translate-x-14:last-child {
    --tw-translate-x: 3.5rem;
  }

  .xl\:last\:translate-x-16:last-child {
    --tw-translate-x: 4rem;
  }

  .xl\:last\:translate-x-20:last-child {
    --tw-translate-x: 5rem;
  }

  .xl\:last\:translate-x-24:last-child {
    --tw-translate-x: 6rem;
  }

  .xl\:last\:translate-x-28:last-child {
    --tw-translate-x: 7rem;
  }

  .xl\:last\:translate-x-32:last-child {
    --tw-translate-x: 8rem;
  }

  .xl\:last\:translate-x-36:last-child {
    --tw-translate-x: 9rem;
  }

  .xl\:last\:translate-x-40:last-child {
    --tw-translate-x: 10rem;
  }

  .xl\:last\:translate-x-44:last-child {
    --tw-translate-x: 11rem;
  }

  .xl\:last\:translate-x-48:last-child {
    --tw-translate-x: 12rem;
  }

  .xl\:last\:translate-x-52:last-child {
    --tw-translate-x: 13rem;
  }

  .xl\:last\:translate-x-56:last-child {
    --tw-translate-x: 14rem;
  }

  .xl\:last\:translate-x-60:last-child {
    --tw-translate-x: 15rem;
  }

  .xl\:last\:translate-x-64:last-child {
    --tw-translate-x: 16rem;
  }

  .xl\:last\:translate-x-72:last-child {
    --tw-translate-x: 18rem;
  }

  .xl\:last\:translate-x-80:last-child {
    --tw-translate-x: 20rem;
  }

  .xl\:last\:translate-x-96:last-child {
    --tw-translate-x: 24rem;
  }

  .xl\:last\:translate-x-px:last-child {
    --tw-translate-x: 1px;
  }

  .xl\:last\:translate-x-0\.5:last-child {
    --tw-translate-x: 0.125rem;
  }

  .xl\:last\:translate-x-1\.5:last-child {
    --tw-translate-x: 0.375rem;
  }

  .xl\:last\:translate-x-2\.5:last-child {
    --tw-translate-x: 0.625rem;
  }

  .xl\:last\:translate-x-3\.5:last-child {
    --tw-translate-x: 0.875rem;
  }

  .xl\:last\:-translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .xl\:last\:-translate-x-1:last-child {
    --tw-translate-x: -0.25rem;
  }

  .xl\:last\:-translate-x-2:last-child {
    --tw-translate-x: -0.5rem;
  }

  .xl\:last\:-translate-x-3:last-child {
    --tw-translate-x: -0.75rem;
  }

  .xl\:last\:-translate-x-4:last-child {
    --tw-translate-x: -1rem;
  }

  .xl\:last\:-translate-x-5:last-child {
    --tw-translate-x: -1.25rem;
  }

  .xl\:last\:-translate-x-6:last-child {
    --tw-translate-x: -1.5rem;
  }

  .xl\:last\:-translate-x-7:last-child {
    --tw-translate-x: -1.75rem;
  }

  .xl\:last\:-translate-x-8:last-child {
    --tw-translate-x: -2rem;
  }

  .xl\:last\:-translate-x-9:last-child {
    --tw-translate-x: -2.25rem;
  }

  .xl\:last\:-translate-x-10:last-child {
    --tw-translate-x: -2.5rem;
  }

  .xl\:last\:-translate-x-11:last-child {
    --tw-translate-x: -2.75rem;
  }

  .xl\:last\:-translate-x-12:last-child {
    --tw-translate-x: -3rem;
  }

  .xl\:last\:-translate-x-14:last-child {
    --tw-translate-x: -3.5rem;
  }

  .xl\:last\:-translate-x-16:last-child {
    --tw-translate-x: -4rem;
  }

  .xl\:last\:-translate-x-20:last-child {
    --tw-translate-x: -5rem;
  }

  .xl\:last\:-translate-x-24:last-child {
    --tw-translate-x: -6rem;
  }

  .xl\:last\:-translate-x-28:last-child {
    --tw-translate-x: -7rem;
  }

  .xl\:last\:-translate-x-32:last-child {
    --tw-translate-x: -8rem;
  }

  .xl\:last\:-translate-x-36:last-child {
    --tw-translate-x: -9rem;
  }

  .xl\:last\:-translate-x-40:last-child {
    --tw-translate-x: -10rem;
  }

  .xl\:last\:-translate-x-44:last-child {
    --tw-translate-x: -11rem;
  }

  .xl\:last\:-translate-x-48:last-child {
    --tw-translate-x: -12rem;
  }

  .xl\:last\:-translate-x-52:last-child {
    --tw-translate-x: -13rem;
  }

  .xl\:last\:-translate-x-56:last-child {
    --tw-translate-x: -14rem;
  }

  .xl\:last\:-translate-x-60:last-child {
    --tw-translate-x: -15rem;
  }

  .xl\:last\:-translate-x-64:last-child {
    --tw-translate-x: -16rem;
  }

  .xl\:last\:-translate-x-72:last-child {
    --tw-translate-x: -18rem;
  }

  .xl\:last\:-translate-x-80:last-child {
    --tw-translate-x: -20rem;
  }

  .xl\:last\:-translate-x-96:last-child {
    --tw-translate-x: -24rem;
  }

  .xl\:last\:-translate-x-px:last-child {
    --tw-translate-x: -1px;
  }

  .xl\:last\:-translate-x-0\.5:last-child {
    --tw-translate-x: -0.125rem;
  }

  .xl\:last\:-translate-x-1\.5:last-child {
    --tw-translate-x: -0.375rem;
  }

  .xl\:last\:-translate-x-2\.5:last-child {
    --tw-translate-x: -0.625rem;
  }

  .xl\:last\:-translate-x-3\.5:last-child {
    --tw-translate-x: -0.875rem;
  }

  .xl\:last\:translate-x-1\/2:last-child {
    --tw-translate-x: 50%;
  }

  .xl\:last\:translate-x-1\/3:last-child {
    --tw-translate-x: 33.333333%;
  }

  .xl\:last\:translate-x-2\/3:last-child {
    --tw-translate-x: 66.666667%;
  }

  .xl\:last\:translate-x-1\/4:last-child {
    --tw-translate-x: 25%;
  }

  .xl\:last\:translate-x-2\/4:last-child {
    --tw-translate-x: 50%;
  }

  .xl\:last\:translate-x-3\/4:last-child {
    --tw-translate-x: 75%;
  }

  .xl\:last\:translate-x-full:last-child {
    --tw-translate-x: 100%;
  }

  .xl\:last\:-translate-x-1\/2:last-child {
    --tw-translate-x: -50%;
  }

  .xl\:last\:-translate-x-1\/3:last-child {
    --tw-translate-x: -33.333333%;
  }

  .xl\:last\:-translate-x-2\/3:last-child {
    --tw-translate-x: -66.666667%;
  }

  .xl\:last\:-translate-x-1\/4:last-child {
    --tw-translate-x: -25%;
  }

  .xl\:last\:-translate-x-2\/4:last-child {
    --tw-translate-x: -50%;
  }

  .xl\:last\:-translate-x-3\/4:last-child {
    --tw-translate-x: -75%;
  }

  .xl\:last\:-translate-x-full:last-child {
    --tw-translate-x: -100%;
  }

  .xl\:last\:translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .xl\:last\:translate-y-1:last-child {
    --tw-translate-y: 0.25rem;
  }

  .xl\:last\:translate-y-2:last-child {
    --tw-translate-y: 0.5rem;
  }

  .xl\:last\:translate-y-3:last-child {
    --tw-translate-y: 0.75rem;
  }

  .xl\:last\:translate-y-4:last-child {
    --tw-translate-y: 1rem;
  }

  .xl\:last\:translate-y-5:last-child {
    --tw-translate-y: 1.25rem;
  }

  .xl\:last\:translate-y-6:last-child {
    --tw-translate-y: 1.5rem;
  }

  .xl\:last\:translate-y-7:last-child {
    --tw-translate-y: 1.75rem;
  }

  .xl\:last\:translate-y-8:last-child {
    --tw-translate-y: 2rem;
  }

  .xl\:last\:translate-y-9:last-child {
    --tw-translate-y: 2.25rem;
  }

  .xl\:last\:translate-y-10:last-child {
    --tw-translate-y: 2.5rem;
  }

  .xl\:last\:translate-y-11:last-child {
    --tw-translate-y: 2.75rem;
  }

  .xl\:last\:translate-y-12:last-child {
    --tw-translate-y: 3rem;
  }

  .xl\:last\:translate-y-14:last-child {
    --tw-translate-y: 3.5rem;
  }

  .xl\:last\:translate-y-16:last-child {
    --tw-translate-y: 4rem;
  }

  .xl\:last\:translate-y-20:last-child {
    --tw-translate-y: 5rem;
  }

  .xl\:last\:translate-y-24:last-child {
    --tw-translate-y: 6rem;
  }

  .xl\:last\:translate-y-28:last-child {
    --tw-translate-y: 7rem;
  }

  .xl\:last\:translate-y-32:last-child {
    --tw-translate-y: 8rem;
  }

  .xl\:last\:translate-y-36:last-child {
    --tw-translate-y: 9rem;
  }

  .xl\:last\:translate-y-40:last-child {
    --tw-translate-y: 10rem;
  }

  .xl\:last\:translate-y-44:last-child {
    --tw-translate-y: 11rem;
  }

  .xl\:last\:translate-y-48:last-child {
    --tw-translate-y: 12rem;
  }

  .xl\:last\:translate-y-52:last-child {
    --tw-translate-y: 13rem;
  }

  .xl\:last\:translate-y-56:last-child {
    --tw-translate-y: 14rem;
  }

  .xl\:last\:translate-y-60:last-child {
    --tw-translate-y: 15rem;
  }

  .xl\:last\:translate-y-64:last-child {
    --tw-translate-y: 16rem;
  }

  .xl\:last\:translate-y-72:last-child {
    --tw-translate-y: 18rem;
  }

  .xl\:last\:translate-y-80:last-child {
    --tw-translate-y: 20rem;
  }

  .xl\:last\:translate-y-96:last-child {
    --tw-translate-y: 24rem;
  }

  .xl\:last\:translate-y-px:last-child {
    --tw-translate-y: 1px;
  }

  .xl\:last\:translate-y-0\.5:last-child {
    --tw-translate-y: 0.125rem;
  }

  .xl\:last\:translate-y-1\.5:last-child {
    --tw-translate-y: 0.375rem;
  }

  .xl\:last\:translate-y-2\.5:last-child {
    --tw-translate-y: 0.625rem;
  }

  .xl\:last\:translate-y-3\.5:last-child {
    --tw-translate-y: 0.875rem;
  }

  .xl\:last\:-translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .xl\:last\:-translate-y-1:last-child {
    --tw-translate-y: -0.25rem;
  }

  .xl\:last\:-translate-y-2:last-child {
    --tw-translate-y: -0.5rem;
  }

  .xl\:last\:-translate-y-3:last-child {
    --tw-translate-y: -0.75rem;
  }

  .xl\:last\:-translate-y-4:last-child {
    --tw-translate-y: -1rem;
  }

  .xl\:last\:-translate-y-5:last-child {
    --tw-translate-y: -1.25rem;
  }

  .xl\:last\:-translate-y-6:last-child {
    --tw-translate-y: -1.5rem;
  }

  .xl\:last\:-translate-y-7:last-child {
    --tw-translate-y: -1.75rem;
  }

  .xl\:last\:-translate-y-8:last-child {
    --tw-translate-y: -2rem;
  }

  .xl\:last\:-translate-y-9:last-child {
    --tw-translate-y: -2.25rem;
  }

  .xl\:last\:-translate-y-10:last-child {
    --tw-translate-y: -2.5rem;
  }

  .xl\:last\:-translate-y-11:last-child {
    --tw-translate-y: -2.75rem;
  }

  .xl\:last\:-translate-y-12:last-child {
    --tw-translate-y: -3rem;
  }

  .xl\:last\:-translate-y-14:last-child {
    --tw-translate-y: -3.5rem;
  }

  .xl\:last\:-translate-y-16:last-child {
    --tw-translate-y: -4rem;
  }

  .xl\:last\:-translate-y-20:last-child {
    --tw-translate-y: -5rem;
  }

  .xl\:last\:-translate-y-24:last-child {
    --tw-translate-y: -6rem;
  }

  .xl\:last\:-translate-y-28:last-child {
    --tw-translate-y: -7rem;
  }

  .xl\:last\:-translate-y-32:last-child {
    --tw-translate-y: -8rem;
  }

  .xl\:last\:-translate-y-36:last-child {
    --tw-translate-y: -9rem;
  }

  .xl\:last\:-translate-y-40:last-child {
    --tw-translate-y: -10rem;
  }

  .xl\:last\:-translate-y-44:last-child {
    --tw-translate-y: -11rem;
  }

  .xl\:last\:-translate-y-48:last-child {
    --tw-translate-y: -12rem;
  }

  .xl\:last\:-translate-y-52:last-child {
    --tw-translate-y: -13rem;
  }

  .xl\:last\:-translate-y-56:last-child {
    --tw-translate-y: -14rem;
  }

  .xl\:last\:-translate-y-60:last-child {
    --tw-translate-y: -15rem;
  }

  .xl\:last\:-translate-y-64:last-child {
    --tw-translate-y: -16rem;
  }

  .xl\:last\:-translate-y-72:last-child {
    --tw-translate-y: -18rem;
  }

  .xl\:last\:-translate-y-80:last-child {
    --tw-translate-y: -20rem;
  }

  .xl\:last\:-translate-y-96:last-child {
    --tw-translate-y: -24rem;
  }

  .xl\:last\:-translate-y-px:last-child {
    --tw-translate-y: -1px;
  }

  .xl\:last\:-translate-y-0\.5:last-child {
    --tw-translate-y: -0.125rem;
  }

  .xl\:last\:-translate-y-1\.5:last-child {
    --tw-translate-y: -0.375rem;
  }

  .xl\:last\:-translate-y-2\.5:last-child {
    --tw-translate-y: -0.625rem;
  }

  .xl\:last\:-translate-y-3\.5:last-child {
    --tw-translate-y: -0.875rem;
  }

  .xl\:last\:translate-y-1\/2:last-child {
    --tw-translate-y: 50%;
  }

  .xl\:last\:translate-y-1\/3:last-child {
    --tw-translate-y: 33.333333%;
  }

  .xl\:last\:translate-y-2\/3:last-child {
    --tw-translate-y: 66.666667%;
  }

  .xl\:last\:translate-y-1\/4:last-child {
    --tw-translate-y: 25%;
  }

  .xl\:last\:translate-y-2\/4:last-child {
    --tw-translate-y: 50%;
  }

  .xl\:last\:translate-y-3\/4:last-child {
    --tw-translate-y: 75%;
  }

  .xl\:last\:translate-y-full:last-child {
    --tw-translate-y: 100%;
  }

  .xl\:last\:-translate-y-1\/2:last-child {
    --tw-translate-y: -50%;
  }

  .xl\:last\:-translate-y-1\/3:last-child {
    --tw-translate-y: -33.333333%;
  }

  .xl\:last\:-translate-y-2\/3:last-child {
    --tw-translate-y: -66.666667%;
  }

  .xl\:last\:-translate-y-1\/4:last-child {
    --tw-translate-y: -25%;
  }

  .xl\:last\:-translate-y-2\/4:last-child {
    --tw-translate-y: -50%;
  }

  .xl\:last\:-translate-y-3\/4:last-child {
    --tw-translate-y: -75%;
  }

  .xl\:last\:-translate-y-full:last-child {
    --tw-translate-y: -100%;
  }

  .xl\:odd\:translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .xl\:odd\:translate-x-1:nth-child(odd) {
    --tw-translate-x: 0.25rem;
  }

  .xl\:odd\:translate-x-2:nth-child(odd) {
    --tw-translate-x: 0.5rem;
  }

  .xl\:odd\:translate-x-3:nth-child(odd) {
    --tw-translate-x: 0.75rem;
  }

  .xl\:odd\:translate-x-4:nth-child(odd) {
    --tw-translate-x: 1rem;
  }

  .xl\:odd\:translate-x-5:nth-child(odd) {
    --tw-translate-x: 1.25rem;
  }

  .xl\:odd\:translate-x-6:nth-child(odd) {
    --tw-translate-x: 1.5rem;
  }

  .xl\:odd\:translate-x-7:nth-child(odd) {
    --tw-translate-x: 1.75rem;
  }

  .xl\:odd\:translate-x-8:nth-child(odd) {
    --tw-translate-x: 2rem;
  }

  .xl\:odd\:translate-x-9:nth-child(odd) {
    --tw-translate-x: 2.25rem;
  }

  .xl\:odd\:translate-x-10:nth-child(odd) {
    --tw-translate-x: 2.5rem;
  }

  .xl\:odd\:translate-x-11:nth-child(odd) {
    --tw-translate-x: 2.75rem;
  }

  .xl\:odd\:translate-x-12:nth-child(odd) {
    --tw-translate-x: 3rem;
  }

  .xl\:odd\:translate-x-14:nth-child(odd) {
    --tw-translate-x: 3.5rem;
  }

  .xl\:odd\:translate-x-16:nth-child(odd) {
    --tw-translate-x: 4rem;
  }

  .xl\:odd\:translate-x-20:nth-child(odd) {
    --tw-translate-x: 5rem;
  }

  .xl\:odd\:translate-x-24:nth-child(odd) {
    --tw-translate-x: 6rem;
  }

  .xl\:odd\:translate-x-28:nth-child(odd) {
    --tw-translate-x: 7rem;
  }

  .xl\:odd\:translate-x-32:nth-child(odd) {
    --tw-translate-x: 8rem;
  }

  .xl\:odd\:translate-x-36:nth-child(odd) {
    --tw-translate-x: 9rem;
  }

  .xl\:odd\:translate-x-40:nth-child(odd) {
    --tw-translate-x: 10rem;
  }

  .xl\:odd\:translate-x-44:nth-child(odd) {
    --tw-translate-x: 11rem;
  }

  .xl\:odd\:translate-x-48:nth-child(odd) {
    --tw-translate-x: 12rem;
  }

  .xl\:odd\:translate-x-52:nth-child(odd) {
    --tw-translate-x: 13rem;
  }

  .xl\:odd\:translate-x-56:nth-child(odd) {
    --tw-translate-x: 14rem;
  }

  .xl\:odd\:translate-x-60:nth-child(odd) {
    --tw-translate-x: 15rem;
  }

  .xl\:odd\:translate-x-64:nth-child(odd) {
    --tw-translate-x: 16rem;
  }

  .xl\:odd\:translate-x-72:nth-child(odd) {
    --tw-translate-x: 18rem;
  }

  .xl\:odd\:translate-x-80:nth-child(odd) {
    --tw-translate-x: 20rem;
  }

  .xl\:odd\:translate-x-96:nth-child(odd) {
    --tw-translate-x: 24rem;
  }

  .xl\:odd\:translate-x-px:nth-child(odd) {
    --tw-translate-x: 1px;
  }

  .xl\:odd\:translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: 0.125rem;
  }

  .xl\:odd\:translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: 0.375rem;
  }

  .xl\:odd\:translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: 0.625rem;
  }

  .xl\:odd\:translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: 0.875rem;
  }

  .xl\:odd\:-translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .xl\:odd\:-translate-x-1:nth-child(odd) {
    --tw-translate-x: -0.25rem;
  }

  .xl\:odd\:-translate-x-2:nth-child(odd) {
    --tw-translate-x: -0.5rem;
  }

  .xl\:odd\:-translate-x-3:nth-child(odd) {
    --tw-translate-x: -0.75rem;
  }

  .xl\:odd\:-translate-x-4:nth-child(odd) {
    --tw-translate-x: -1rem;
  }

  .xl\:odd\:-translate-x-5:nth-child(odd) {
    --tw-translate-x: -1.25rem;
  }

  .xl\:odd\:-translate-x-6:nth-child(odd) {
    --tw-translate-x: -1.5rem;
  }

  .xl\:odd\:-translate-x-7:nth-child(odd) {
    --tw-translate-x: -1.75rem;
  }

  .xl\:odd\:-translate-x-8:nth-child(odd) {
    --tw-translate-x: -2rem;
  }

  .xl\:odd\:-translate-x-9:nth-child(odd) {
    --tw-translate-x: -2.25rem;
  }

  .xl\:odd\:-translate-x-10:nth-child(odd) {
    --tw-translate-x: -2.5rem;
  }

  .xl\:odd\:-translate-x-11:nth-child(odd) {
    --tw-translate-x: -2.75rem;
  }

  .xl\:odd\:-translate-x-12:nth-child(odd) {
    --tw-translate-x: -3rem;
  }

  .xl\:odd\:-translate-x-14:nth-child(odd) {
    --tw-translate-x: -3.5rem;
  }

  .xl\:odd\:-translate-x-16:nth-child(odd) {
    --tw-translate-x: -4rem;
  }

  .xl\:odd\:-translate-x-20:nth-child(odd) {
    --tw-translate-x: -5rem;
  }

  .xl\:odd\:-translate-x-24:nth-child(odd) {
    --tw-translate-x: -6rem;
  }

  .xl\:odd\:-translate-x-28:nth-child(odd) {
    --tw-translate-x: -7rem;
  }

  .xl\:odd\:-translate-x-32:nth-child(odd) {
    --tw-translate-x: -8rem;
  }

  .xl\:odd\:-translate-x-36:nth-child(odd) {
    --tw-translate-x: -9rem;
  }

  .xl\:odd\:-translate-x-40:nth-child(odd) {
    --tw-translate-x: -10rem;
  }

  .xl\:odd\:-translate-x-44:nth-child(odd) {
    --tw-translate-x: -11rem;
  }

  .xl\:odd\:-translate-x-48:nth-child(odd) {
    --tw-translate-x: -12rem;
  }

  .xl\:odd\:-translate-x-52:nth-child(odd) {
    --tw-translate-x: -13rem;
  }

  .xl\:odd\:-translate-x-56:nth-child(odd) {
    --tw-translate-x: -14rem;
  }

  .xl\:odd\:-translate-x-60:nth-child(odd) {
    --tw-translate-x: -15rem;
  }

  .xl\:odd\:-translate-x-64:nth-child(odd) {
    --tw-translate-x: -16rem;
  }

  .xl\:odd\:-translate-x-72:nth-child(odd) {
    --tw-translate-x: -18rem;
  }

  .xl\:odd\:-translate-x-80:nth-child(odd) {
    --tw-translate-x: -20rem;
  }

  .xl\:odd\:-translate-x-96:nth-child(odd) {
    --tw-translate-x: -24rem;
  }

  .xl\:odd\:-translate-x-px:nth-child(odd) {
    --tw-translate-x: -1px;
  }

  .xl\:odd\:-translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: -0.125rem;
  }

  .xl\:odd\:-translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: -0.375rem;
  }

  .xl\:odd\:-translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: -0.625rem;
  }

  .xl\:odd\:-translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: -0.875rem;
  }

  .xl\:odd\:translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .xl\:odd\:translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: 33.333333%;
  }

  .xl\:odd\:translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: 66.666667%;
  }

  .xl\:odd\:translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: 25%;
  }

  .xl\:odd\:translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .xl\:odd\:translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: 75%;
  }

  .xl\:odd\:translate-x-full:nth-child(odd) {
    --tw-translate-x: 100%;
  }

  .xl\:odd\:-translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .xl\:odd\:-translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: -33.333333%;
  }

  .xl\:odd\:-translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: -66.666667%;
  }

  .xl\:odd\:-translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: -25%;
  }

  .xl\:odd\:-translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .xl\:odd\:-translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: -75%;
  }

  .xl\:odd\:-translate-x-full:nth-child(odd) {
    --tw-translate-x: -100%;
  }

  .xl\:odd\:translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .xl\:odd\:translate-y-1:nth-child(odd) {
    --tw-translate-y: 0.25rem;
  }

  .xl\:odd\:translate-y-2:nth-child(odd) {
    --tw-translate-y: 0.5rem;
  }

  .xl\:odd\:translate-y-3:nth-child(odd) {
    --tw-translate-y: 0.75rem;
  }

  .xl\:odd\:translate-y-4:nth-child(odd) {
    --tw-translate-y: 1rem;
  }

  .xl\:odd\:translate-y-5:nth-child(odd) {
    --tw-translate-y: 1.25rem;
  }

  .xl\:odd\:translate-y-6:nth-child(odd) {
    --tw-translate-y: 1.5rem;
  }

  .xl\:odd\:translate-y-7:nth-child(odd) {
    --tw-translate-y: 1.75rem;
  }

  .xl\:odd\:translate-y-8:nth-child(odd) {
    --tw-translate-y: 2rem;
  }

  .xl\:odd\:translate-y-9:nth-child(odd) {
    --tw-translate-y: 2.25rem;
  }

  .xl\:odd\:translate-y-10:nth-child(odd) {
    --tw-translate-y: 2.5rem;
  }

  .xl\:odd\:translate-y-11:nth-child(odd) {
    --tw-translate-y: 2.75rem;
  }

  .xl\:odd\:translate-y-12:nth-child(odd) {
    --tw-translate-y: 3rem;
  }

  .xl\:odd\:translate-y-14:nth-child(odd) {
    --tw-translate-y: 3.5rem;
  }

  .xl\:odd\:translate-y-16:nth-child(odd) {
    --tw-translate-y: 4rem;
  }

  .xl\:odd\:translate-y-20:nth-child(odd) {
    --tw-translate-y: 5rem;
  }

  .xl\:odd\:translate-y-24:nth-child(odd) {
    --tw-translate-y: 6rem;
  }

  .xl\:odd\:translate-y-28:nth-child(odd) {
    --tw-translate-y: 7rem;
  }

  .xl\:odd\:translate-y-32:nth-child(odd) {
    --tw-translate-y: 8rem;
  }

  .xl\:odd\:translate-y-36:nth-child(odd) {
    --tw-translate-y: 9rem;
  }

  .xl\:odd\:translate-y-40:nth-child(odd) {
    --tw-translate-y: 10rem;
  }

  .xl\:odd\:translate-y-44:nth-child(odd) {
    --tw-translate-y: 11rem;
  }

  .xl\:odd\:translate-y-48:nth-child(odd) {
    --tw-translate-y: 12rem;
  }

  .xl\:odd\:translate-y-52:nth-child(odd) {
    --tw-translate-y: 13rem;
  }

  .xl\:odd\:translate-y-56:nth-child(odd) {
    --tw-translate-y: 14rem;
  }

  .xl\:odd\:translate-y-60:nth-child(odd) {
    --tw-translate-y: 15rem;
  }

  .xl\:odd\:translate-y-64:nth-child(odd) {
    --tw-translate-y: 16rem;
  }

  .xl\:odd\:translate-y-72:nth-child(odd) {
    --tw-translate-y: 18rem;
  }

  .xl\:odd\:translate-y-80:nth-child(odd) {
    --tw-translate-y: 20rem;
  }

  .xl\:odd\:translate-y-96:nth-child(odd) {
    --tw-translate-y: 24rem;
  }

  .xl\:odd\:translate-y-px:nth-child(odd) {
    --tw-translate-y: 1px;
  }

  .xl\:odd\:translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: 0.125rem;
  }

  .xl\:odd\:translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: 0.375rem;
  }

  .xl\:odd\:translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: 0.625rem;
  }

  .xl\:odd\:translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: 0.875rem;
  }

  .xl\:odd\:-translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .xl\:odd\:-translate-y-1:nth-child(odd) {
    --tw-translate-y: -0.25rem;
  }

  .xl\:odd\:-translate-y-2:nth-child(odd) {
    --tw-translate-y: -0.5rem;
  }

  .xl\:odd\:-translate-y-3:nth-child(odd) {
    --tw-translate-y: -0.75rem;
  }

  .xl\:odd\:-translate-y-4:nth-child(odd) {
    --tw-translate-y: -1rem;
  }

  .xl\:odd\:-translate-y-5:nth-child(odd) {
    --tw-translate-y: -1.25rem;
  }

  .xl\:odd\:-translate-y-6:nth-child(odd) {
    --tw-translate-y: -1.5rem;
  }

  .xl\:odd\:-translate-y-7:nth-child(odd) {
    --tw-translate-y: -1.75rem;
  }

  .xl\:odd\:-translate-y-8:nth-child(odd) {
    --tw-translate-y: -2rem;
  }

  .xl\:odd\:-translate-y-9:nth-child(odd) {
    --tw-translate-y: -2.25rem;
  }

  .xl\:odd\:-translate-y-10:nth-child(odd) {
    --tw-translate-y: -2.5rem;
  }

  .xl\:odd\:-translate-y-11:nth-child(odd) {
    --tw-translate-y: -2.75rem;
  }

  .xl\:odd\:-translate-y-12:nth-child(odd) {
    --tw-translate-y: -3rem;
  }

  .xl\:odd\:-translate-y-14:nth-child(odd) {
    --tw-translate-y: -3.5rem;
  }

  .xl\:odd\:-translate-y-16:nth-child(odd) {
    --tw-translate-y: -4rem;
  }

  .xl\:odd\:-translate-y-20:nth-child(odd) {
    --tw-translate-y: -5rem;
  }

  .xl\:odd\:-translate-y-24:nth-child(odd) {
    --tw-translate-y: -6rem;
  }

  .xl\:odd\:-translate-y-28:nth-child(odd) {
    --tw-translate-y: -7rem;
  }

  .xl\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }

  .xl\:odd\:-translate-y-36:nth-child(odd) {
    --tw-translate-y: -9rem;
  }

  .xl\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }

  .xl\:odd\:-translate-y-44:nth-child(odd) {
    --tw-translate-y: -11rem;
  }

  .xl\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }

  .xl\:odd\:-translate-y-52:nth-child(odd) {
    --tw-translate-y: -13rem;
  }

  .xl\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }

  .xl\:odd\:-translate-y-60:nth-child(odd) {
    --tw-translate-y: -15rem;
  }

  .xl\:odd\:-translate-y-64:nth-child(odd) {
    --tw-translate-y: -16rem;
  }

  .xl\:odd\:-translate-y-72:nth-child(odd) {
    --tw-translate-y: -18rem;
  }

  .xl\:odd\:-translate-y-80:nth-child(odd) {
    --tw-translate-y: -20rem;
  }

  .xl\:odd\:-translate-y-96:nth-child(odd) {
    --tw-translate-y: -24rem;
  }

  .xl\:odd\:-translate-y-px:nth-child(odd) {
    --tw-translate-y: -1px;
  }

  .xl\:odd\:-translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: -0.125rem;
  }

  .xl\:odd\:-translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: -0.375rem;
  }

  .xl\:odd\:-translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: -0.625rem;
  }

  .xl\:odd\:-translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: -0.875rem;
  }

  .xl\:odd\:translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .xl\:odd\:translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: 33.333333%;
  }

  .xl\:odd\:translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: 66.666667%;
  }

  .xl\:odd\:translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: 25%;
  }

  .xl\:odd\:translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .xl\:odd\:translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: 75%;
  }

  .xl\:odd\:translate-y-full:nth-child(odd) {
    --tw-translate-y: 100%;
  }

  .xl\:odd\:-translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .xl\:odd\:-translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: -33.333333%;
  }

  .xl\:odd\:-translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: -66.666667%;
  }

  .xl\:odd\:-translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: -25%;
  }

  .xl\:odd\:-translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .xl\:odd\:-translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: -75%;
  }

  .xl\:odd\:-translate-y-full:nth-child(odd) {
    --tw-translate-y: -100%;
  }

  .xl\:even\:translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .xl\:even\:translate-x-1:nth-child(even) {
    --tw-translate-x: 0.25rem;
  }

  .xl\:even\:translate-x-2:nth-child(even) {
    --tw-translate-x: 0.5rem;
  }

  .xl\:even\:translate-x-3:nth-child(even) {
    --tw-translate-x: 0.75rem;
  }

  .xl\:even\:translate-x-4:nth-child(even) {
    --tw-translate-x: 1rem;
  }

  .xl\:even\:translate-x-5:nth-child(even) {
    --tw-translate-x: 1.25rem;
  }

  .xl\:even\:translate-x-6:nth-child(even) {
    --tw-translate-x: 1.5rem;
  }

  .xl\:even\:translate-x-7:nth-child(even) {
    --tw-translate-x: 1.75rem;
  }

  .xl\:even\:translate-x-8:nth-child(even) {
    --tw-translate-x: 2rem;
  }

  .xl\:even\:translate-x-9:nth-child(even) {
    --tw-translate-x: 2.25rem;
  }

  .xl\:even\:translate-x-10:nth-child(even) {
    --tw-translate-x: 2.5rem;
  }

  .xl\:even\:translate-x-11:nth-child(even) {
    --tw-translate-x: 2.75rem;
  }

  .xl\:even\:translate-x-12:nth-child(even) {
    --tw-translate-x: 3rem;
  }

  .xl\:even\:translate-x-14:nth-child(even) {
    --tw-translate-x: 3.5rem;
  }

  .xl\:even\:translate-x-16:nth-child(even) {
    --tw-translate-x: 4rem;
  }

  .xl\:even\:translate-x-20:nth-child(even) {
    --tw-translate-x: 5rem;
  }

  .xl\:even\:translate-x-24:nth-child(even) {
    --tw-translate-x: 6rem;
  }

  .xl\:even\:translate-x-28:nth-child(even) {
    --tw-translate-x: 7rem;
  }

  .xl\:even\:translate-x-32:nth-child(even) {
    --tw-translate-x: 8rem;
  }

  .xl\:even\:translate-x-36:nth-child(even) {
    --tw-translate-x: 9rem;
  }

  .xl\:even\:translate-x-40:nth-child(even) {
    --tw-translate-x: 10rem;
  }

  .xl\:even\:translate-x-44:nth-child(even) {
    --tw-translate-x: 11rem;
  }

  .xl\:even\:translate-x-48:nth-child(even) {
    --tw-translate-x: 12rem;
  }

  .xl\:even\:translate-x-52:nth-child(even) {
    --tw-translate-x: 13rem;
  }

  .xl\:even\:translate-x-56:nth-child(even) {
    --tw-translate-x: 14rem;
  }

  .xl\:even\:translate-x-60:nth-child(even) {
    --tw-translate-x: 15rem;
  }

  .xl\:even\:translate-x-64:nth-child(even) {
    --tw-translate-x: 16rem;
  }

  .xl\:even\:translate-x-72:nth-child(even) {
    --tw-translate-x: 18rem;
  }

  .xl\:even\:translate-x-80:nth-child(even) {
    --tw-translate-x: 20rem;
  }

  .xl\:even\:translate-x-96:nth-child(even) {
    --tw-translate-x: 24rem;
  }

  .xl\:even\:translate-x-px:nth-child(even) {
    --tw-translate-x: 1px;
  }

  .xl\:even\:translate-x-0\.5:nth-child(even) {
    --tw-translate-x: 0.125rem;
  }

  .xl\:even\:translate-x-1\.5:nth-child(even) {
    --tw-translate-x: 0.375rem;
  }

  .xl\:even\:translate-x-2\.5:nth-child(even) {
    --tw-translate-x: 0.625rem;
  }

  .xl\:even\:translate-x-3\.5:nth-child(even) {
    --tw-translate-x: 0.875rem;
  }

  .xl\:even\:-translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .xl\:even\:-translate-x-1:nth-child(even) {
    --tw-translate-x: -0.25rem;
  }

  .xl\:even\:-translate-x-2:nth-child(even) {
    --tw-translate-x: -0.5rem;
  }

  .xl\:even\:-translate-x-3:nth-child(even) {
    --tw-translate-x: -0.75rem;
  }

  .xl\:even\:-translate-x-4:nth-child(even) {
    --tw-translate-x: -1rem;
  }

  .xl\:even\:-translate-x-5:nth-child(even) {
    --tw-translate-x: -1.25rem;
  }

  .xl\:even\:-translate-x-6:nth-child(even) {
    --tw-translate-x: -1.5rem;
  }

  .xl\:even\:-translate-x-7:nth-child(even) {
    --tw-translate-x: -1.75rem;
  }

  .xl\:even\:-translate-x-8:nth-child(even) {
    --tw-translate-x: -2rem;
  }

  .xl\:even\:-translate-x-9:nth-child(even) {
    --tw-translate-x: -2.25rem;
  }

  .xl\:even\:-translate-x-10:nth-child(even) {
    --tw-translate-x: -2.5rem;
  }

  .xl\:even\:-translate-x-11:nth-child(even) {
    --tw-translate-x: -2.75rem;
  }

  .xl\:even\:-translate-x-12:nth-child(even) {
    --tw-translate-x: -3rem;
  }

  .xl\:even\:-translate-x-14:nth-child(even) {
    --tw-translate-x: -3.5rem;
  }

  .xl\:even\:-translate-x-16:nth-child(even) {
    --tw-translate-x: -4rem;
  }

  .xl\:even\:-translate-x-20:nth-child(even) {
    --tw-translate-x: -5rem;
  }

  .xl\:even\:-translate-x-24:nth-child(even) {
    --tw-translate-x: -6rem;
  }

  .xl\:even\:-translate-x-28:nth-child(even) {
    --tw-translate-x: -7rem;
  }

  .xl\:even\:-translate-x-32:nth-child(even) {
    --tw-translate-x: -8rem;
  }

  .xl\:even\:-translate-x-36:nth-child(even) {
    --tw-translate-x: -9rem;
  }

  .xl\:even\:-translate-x-40:nth-child(even) {
    --tw-translate-x: -10rem;
  }

  .xl\:even\:-translate-x-44:nth-child(even) {
    --tw-translate-x: -11rem;
  }

  .xl\:even\:-translate-x-48:nth-child(even) {
    --tw-translate-x: -12rem;
  }

  .xl\:even\:-translate-x-52:nth-child(even) {
    --tw-translate-x: -13rem;
  }

  .xl\:even\:-translate-x-56:nth-child(even) {
    --tw-translate-x: -14rem;
  }

  .xl\:even\:-translate-x-60:nth-child(even) {
    --tw-translate-x: -15rem;
  }

  .xl\:even\:-translate-x-64:nth-child(even) {
    --tw-translate-x: -16rem;
  }

  .xl\:even\:-translate-x-72:nth-child(even) {
    --tw-translate-x: -18rem;
  }

  .xl\:even\:-translate-x-80:nth-child(even) {
    --tw-translate-x: -20rem;
  }

  .xl\:even\:-translate-x-96:nth-child(even) {
    --tw-translate-x: -24rem;
  }

  .xl\:even\:-translate-x-px:nth-child(even) {
    --tw-translate-x: -1px;
  }

  .xl\:even\:-translate-x-0\.5:nth-child(even) {
    --tw-translate-x: -0.125rem;
  }

  .xl\:even\:-translate-x-1\.5:nth-child(even) {
    --tw-translate-x: -0.375rem;
  }

  .xl\:even\:-translate-x-2\.5:nth-child(even) {
    --tw-translate-x: -0.625rem;
  }

  .xl\:even\:-translate-x-3\.5:nth-child(even) {
    --tw-translate-x: -0.875rem;
  }

  .xl\:even\:translate-x-1\/2:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .xl\:even\:translate-x-1\/3:nth-child(even) {
    --tw-translate-x: 33.333333%;
  }

  .xl\:even\:translate-x-2\/3:nth-child(even) {
    --tw-translate-x: 66.666667%;
  }

  .xl\:even\:translate-x-1\/4:nth-child(even) {
    --tw-translate-x: 25%;
  }

  .xl\:even\:translate-x-2\/4:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .xl\:even\:translate-x-3\/4:nth-child(even) {
    --tw-translate-x: 75%;
  }

  .xl\:even\:translate-x-full:nth-child(even) {
    --tw-translate-x: 100%;
  }

  .xl\:even\:-translate-x-1\/2:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .xl\:even\:-translate-x-1\/3:nth-child(even) {
    --tw-translate-x: -33.333333%;
  }

  .xl\:even\:-translate-x-2\/3:nth-child(even) {
    --tw-translate-x: -66.666667%;
  }

  .xl\:even\:-translate-x-1\/4:nth-child(even) {
    --tw-translate-x: -25%;
  }

  .xl\:even\:-translate-x-2\/4:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .xl\:even\:-translate-x-3\/4:nth-child(even) {
    --tw-translate-x: -75%;
  }

  .xl\:even\:-translate-x-full:nth-child(even) {
    --tw-translate-x: -100%;
  }

  .xl\:even\:translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .xl\:even\:translate-y-1:nth-child(even) {
    --tw-translate-y: 0.25rem;
  }

  .xl\:even\:translate-y-2:nth-child(even) {
    --tw-translate-y: 0.5rem;
  }

  .xl\:even\:translate-y-3:nth-child(even) {
    --tw-translate-y: 0.75rem;
  }

  .xl\:even\:translate-y-4:nth-child(even) {
    --tw-translate-y: 1rem;
  }

  .xl\:even\:translate-y-5:nth-child(even) {
    --tw-translate-y: 1.25rem;
  }

  .xl\:even\:translate-y-6:nth-child(even) {
    --tw-translate-y: 1.5rem;
  }

  .xl\:even\:translate-y-7:nth-child(even) {
    --tw-translate-y: 1.75rem;
  }

  .xl\:even\:translate-y-8:nth-child(even) {
    --tw-translate-y: 2rem;
  }

  .xl\:even\:translate-y-9:nth-child(even) {
    --tw-translate-y: 2.25rem;
  }

  .xl\:even\:translate-y-10:nth-child(even) {
    --tw-translate-y: 2.5rem;
  }

  .xl\:even\:translate-y-11:nth-child(even) {
    --tw-translate-y: 2.75rem;
  }

  .xl\:even\:translate-y-12:nth-child(even) {
    --tw-translate-y: 3rem;
  }

  .xl\:even\:translate-y-14:nth-child(even) {
    --tw-translate-y: 3.5rem;
  }

  .xl\:even\:translate-y-16:nth-child(even) {
    --tw-translate-y: 4rem;
  }

  .xl\:even\:translate-y-20:nth-child(even) {
    --tw-translate-y: 5rem;
  }

  .xl\:even\:translate-y-24:nth-child(even) {
    --tw-translate-y: 6rem;
  }

  .xl\:even\:translate-y-28:nth-child(even) {
    --tw-translate-y: 7rem;
  }

  .xl\:even\:translate-y-32:nth-child(even) {
    --tw-translate-y: 8rem;
  }

  .xl\:even\:translate-y-36:nth-child(even) {
    --tw-translate-y: 9rem;
  }

  .xl\:even\:translate-y-40:nth-child(even) {
    --tw-translate-y: 10rem;
  }

  .xl\:even\:translate-y-44:nth-child(even) {
    --tw-translate-y: 11rem;
  }

  .xl\:even\:translate-y-48:nth-child(even) {
    --tw-translate-y: 12rem;
  }

  .xl\:even\:translate-y-52:nth-child(even) {
    --tw-translate-y: 13rem;
  }

  .xl\:even\:translate-y-56:nth-child(even) {
    --tw-translate-y: 14rem;
  }

  .xl\:even\:translate-y-60:nth-child(even) {
    --tw-translate-y: 15rem;
  }

  .xl\:even\:translate-y-64:nth-child(even) {
    --tw-translate-y: 16rem;
  }

  .xl\:even\:translate-y-72:nth-child(even) {
    --tw-translate-y: 18rem;
  }

  .xl\:even\:translate-y-80:nth-child(even) {
    --tw-translate-y: 20rem;
  }

  .xl\:even\:translate-y-96:nth-child(even) {
    --tw-translate-y: 24rem;
  }

  .xl\:even\:translate-y-px:nth-child(even) {
    --tw-translate-y: 1px;
  }

  .xl\:even\:translate-y-0\.5:nth-child(even) {
    --tw-translate-y: 0.125rem;
  }

  .xl\:even\:translate-y-1\.5:nth-child(even) {
    --tw-translate-y: 0.375rem;
  }

  .xl\:even\:translate-y-2\.5:nth-child(even) {
    --tw-translate-y: 0.625rem;
  }

  .xl\:even\:translate-y-3\.5:nth-child(even) {
    --tw-translate-y: 0.875rem;
  }

  .xl\:even\:-translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .xl\:even\:-translate-y-1:nth-child(even) {
    --tw-translate-y: -0.25rem;
  }

  .xl\:even\:-translate-y-2:nth-child(even) {
    --tw-translate-y: -0.5rem;
  }

  .xl\:even\:-translate-y-3:nth-child(even) {
    --tw-translate-y: -0.75rem;
  }

  .xl\:even\:-translate-y-4:nth-child(even) {
    --tw-translate-y: -1rem;
  }

  .xl\:even\:-translate-y-5:nth-child(even) {
    --tw-translate-y: -1.25rem;
  }

  .xl\:even\:-translate-y-6:nth-child(even) {
    --tw-translate-y: -1.5rem;
  }

  .xl\:even\:-translate-y-7:nth-child(even) {
    --tw-translate-y: -1.75rem;
  }

  .xl\:even\:-translate-y-8:nth-child(even) {
    --tw-translate-y: -2rem;
  }

  .xl\:even\:-translate-y-9:nth-child(even) {
    --tw-translate-y: -2.25rem;
  }

  .xl\:even\:-translate-y-10:nth-child(even) {
    --tw-translate-y: -2.5rem;
  }

  .xl\:even\:-translate-y-11:nth-child(even) {
    --tw-translate-y: -2.75rem;
  }

  .xl\:even\:-translate-y-12:nth-child(even) {
    --tw-translate-y: -3rem;
  }

  .xl\:even\:-translate-y-14:nth-child(even) {
    --tw-translate-y: -3.5rem;
  }

  .xl\:even\:-translate-y-16:nth-child(even) {
    --tw-translate-y: -4rem;
  }

  .xl\:even\:-translate-y-20:nth-child(even) {
    --tw-translate-y: -5rem;
  }

  .xl\:even\:-translate-y-24:nth-child(even) {
    --tw-translate-y: -6rem;
  }

  .xl\:even\:-translate-y-28:nth-child(even) {
    --tw-translate-y: -7rem;
  }

  .xl\:even\:-translate-y-32:nth-child(even) {
    --tw-translate-y: -8rem;
  }

  .xl\:even\:-translate-y-36:nth-child(even) {
    --tw-translate-y: -9rem;
  }

  .xl\:even\:-translate-y-40:nth-child(even) {
    --tw-translate-y: -10rem;
  }

  .xl\:even\:-translate-y-44:nth-child(even) {
    --tw-translate-y: -11rem;
  }

  .xl\:even\:-translate-y-48:nth-child(even) {
    --tw-translate-y: -12rem;
  }

  .xl\:even\:-translate-y-52:nth-child(even) {
    --tw-translate-y: -13rem;
  }

  .xl\:even\:-translate-y-56:nth-child(even) {
    --tw-translate-y: -14rem;
  }

  .xl\:even\:-translate-y-60:nth-child(even) {
    --tw-translate-y: -15rem;
  }

  .xl\:even\:-translate-y-64:nth-child(even) {
    --tw-translate-y: -16rem;
  }

  .xl\:even\:-translate-y-72:nth-child(even) {
    --tw-translate-y: -18rem;
  }

  .xl\:even\:-translate-y-80:nth-child(even) {
    --tw-translate-y: -20rem;
  }

  .xl\:even\:-translate-y-96:nth-child(even) {
    --tw-translate-y: -24rem;
  }

  .xl\:even\:-translate-y-px:nth-child(even) {
    --tw-translate-y: -1px;
  }

  .xl\:even\:-translate-y-0\.5:nth-child(even) {
    --tw-translate-y: -0.125rem;
  }

  .xl\:even\:-translate-y-1\.5:nth-child(even) {
    --tw-translate-y: -0.375rem;
  }

  .xl\:even\:-translate-y-2\.5:nth-child(even) {
    --tw-translate-y: -0.625rem;
  }

  .xl\:even\:-translate-y-3\.5:nth-child(even) {
    --tw-translate-y: -0.875rem;
  }

  .xl\:even\:translate-y-1\/2:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .xl\:even\:translate-y-1\/3:nth-child(even) {
    --tw-translate-y: 33.333333%;
  }

  .xl\:even\:translate-y-2\/3:nth-child(even) {
    --tw-translate-y: 66.666667%;
  }

  .xl\:even\:translate-y-1\/4:nth-child(even) {
    --tw-translate-y: 25%;
  }

  .xl\:even\:translate-y-2\/4:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .xl\:even\:translate-y-3\/4:nth-child(even) {
    --tw-translate-y: 75%;
  }

  .xl\:even\:translate-y-full:nth-child(even) {
    --tw-translate-y: 100%;
  }

  .xl\:even\:-translate-y-1\/2:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .xl\:even\:-translate-y-1\/3:nth-child(even) {
    --tw-translate-y: -33.333333%;
  }

  .xl\:even\:-translate-y-2\/3:nth-child(even) {
    --tw-translate-y: -66.666667%;
  }

  .xl\:even\:-translate-y-1\/4:nth-child(even) {
    --tw-translate-y: -25%;
  }

  .xl\:even\:-translate-y-2\/4:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .xl\:even\:-translate-y-3\/4:nth-child(even) {
    --tw-translate-y: -75%;
  }

  .xl\:even\:-translate-y-full:nth-child(even) {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:active\:translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .xl\:active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
  }

  .xl\:active\:translate-x-2:active {
    --tw-translate-x: 0.5rem;
  }

  .xl\:active\:translate-x-3:active {
    --tw-translate-x: 0.75rem;
  }

  .xl\:active\:translate-x-4:active {
    --tw-translate-x: 1rem;
  }

  .xl\:active\:translate-x-5:active {
    --tw-translate-x: 1.25rem;
  }

  .xl\:active\:translate-x-6:active {
    --tw-translate-x: 1.5rem;
  }

  .xl\:active\:translate-x-7:active {
    --tw-translate-x: 1.75rem;
  }

  .xl\:active\:translate-x-8:active {
    --tw-translate-x: 2rem;
  }

  .xl\:active\:translate-x-9:active {
    --tw-translate-x: 2.25rem;
  }

  .xl\:active\:translate-x-10:active {
    --tw-translate-x: 2.5rem;
  }

  .xl\:active\:translate-x-11:active {
    --tw-translate-x: 2.75rem;
  }

  .xl\:active\:translate-x-12:active {
    --tw-translate-x: 3rem;
  }

  .xl\:active\:translate-x-14:active {
    --tw-translate-x: 3.5rem;
  }

  .xl\:active\:translate-x-16:active {
    --tw-translate-x: 4rem;
  }

  .xl\:active\:translate-x-20:active {
    --tw-translate-x: 5rem;
  }

  .xl\:active\:translate-x-24:active {
    --tw-translate-x: 6rem;
  }

  .xl\:active\:translate-x-28:active {
    --tw-translate-x: 7rem;
  }

  .xl\:active\:translate-x-32:active {
    --tw-translate-x: 8rem;
  }

  .xl\:active\:translate-x-36:active {
    --tw-translate-x: 9rem;
  }

  .xl\:active\:translate-x-40:active {
    --tw-translate-x: 10rem;
  }

  .xl\:active\:translate-x-44:active {
    --tw-translate-x: 11rem;
  }

  .xl\:active\:translate-x-48:active {
    --tw-translate-x: 12rem;
  }

  .xl\:active\:translate-x-52:active {
    --tw-translate-x: 13rem;
  }

  .xl\:active\:translate-x-56:active {
    --tw-translate-x: 14rem;
  }

  .xl\:active\:translate-x-60:active {
    --tw-translate-x: 15rem;
  }

  .xl\:active\:translate-x-64:active {
    --tw-translate-x: 16rem;
  }

  .xl\:active\:translate-x-72:active {
    --tw-translate-x: 18rem;
  }

  .xl\:active\:translate-x-80:active {
    --tw-translate-x: 20rem;
  }

  .xl\:active\:translate-x-96:active {
    --tw-translate-x: 24rem;
  }

  .xl\:active\:translate-x-px:active {
    --tw-translate-x: 1px;
  }

  .xl\:active\:translate-x-0\.5:active {
    --tw-translate-x: 0.125rem;
  }

  .xl\:active\:translate-x-1\.5:active {
    --tw-translate-x: 0.375rem;
  }

  .xl\:active\:translate-x-2\.5:active {
    --tw-translate-x: 0.625rem;
  }

  .xl\:active\:translate-x-3\.5:active {
    --tw-translate-x: 0.875rem;
  }

  .xl\:active\:-translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .xl\:active\:-translate-x-1:active {
    --tw-translate-x: -0.25rem;
  }

  .xl\:active\:-translate-x-2:active {
    --tw-translate-x: -0.5rem;
  }

  .xl\:active\:-translate-x-3:active {
    --tw-translate-x: -0.75rem;
  }

  .xl\:active\:-translate-x-4:active {
    --tw-translate-x: -1rem;
  }

  .xl\:active\:-translate-x-5:active {
    --tw-translate-x: -1.25rem;
  }

  .xl\:active\:-translate-x-6:active {
    --tw-translate-x: -1.5rem;
  }

  .xl\:active\:-translate-x-7:active {
    --tw-translate-x: -1.75rem;
  }

  .xl\:active\:-translate-x-8:active {
    --tw-translate-x: -2rem;
  }

  .xl\:active\:-translate-x-9:active {
    --tw-translate-x: -2.25rem;
  }

  .xl\:active\:-translate-x-10:active {
    --tw-translate-x: -2.5rem;
  }

  .xl\:active\:-translate-x-11:active {
    --tw-translate-x: -2.75rem;
  }

  .xl\:active\:-translate-x-12:active {
    --tw-translate-x: -3rem;
  }

  .xl\:active\:-translate-x-14:active {
    --tw-translate-x: -3.5rem;
  }

  .xl\:active\:-translate-x-16:active {
    --tw-translate-x: -4rem;
  }

  .xl\:active\:-translate-x-20:active {
    --tw-translate-x: -5rem;
  }

  .xl\:active\:-translate-x-24:active {
    --tw-translate-x: -6rem;
  }

  .xl\:active\:-translate-x-28:active {
    --tw-translate-x: -7rem;
  }

  .xl\:active\:-translate-x-32:active {
    --tw-translate-x: -8rem;
  }

  .xl\:active\:-translate-x-36:active {
    --tw-translate-x: -9rem;
  }

  .xl\:active\:-translate-x-40:active {
    --tw-translate-x: -10rem;
  }

  .xl\:active\:-translate-x-44:active {
    --tw-translate-x: -11rem;
  }

  .xl\:active\:-translate-x-48:active {
    --tw-translate-x: -12rem;
  }

  .xl\:active\:-translate-x-52:active {
    --tw-translate-x: -13rem;
  }

  .xl\:active\:-translate-x-56:active {
    --tw-translate-x: -14rem;
  }

  .xl\:active\:-translate-x-60:active {
    --tw-translate-x: -15rem;
  }

  .xl\:active\:-translate-x-64:active {
    --tw-translate-x: -16rem;
  }

  .xl\:active\:-translate-x-72:active {
    --tw-translate-x: -18rem;
  }

  .xl\:active\:-translate-x-80:active {
    --tw-translate-x: -20rem;
  }

  .xl\:active\:-translate-x-96:active {
    --tw-translate-x: -24rem;
  }

  .xl\:active\:-translate-x-px:active {
    --tw-translate-x: -1px;
  }

  .xl\:active\:-translate-x-0\.5:active {
    --tw-translate-x: -0.125rem;
  }

  .xl\:active\:-translate-x-1\.5:active {
    --tw-translate-x: -0.375rem;
  }

  .xl\:active\:-translate-x-2\.5:active {
    --tw-translate-x: -0.625rem;
  }

  .xl\:active\:-translate-x-3\.5:active {
    --tw-translate-x: -0.875rem;
  }

  .xl\:active\:translate-x-1\/2:active {
    --tw-translate-x: 50%;
  }

  .xl\:active\:translate-x-1\/3:active {
    --tw-translate-x: 33.333333%;
  }

  .xl\:active\:translate-x-2\/3:active {
    --tw-translate-x: 66.666667%;
  }

  .xl\:active\:translate-x-1\/4:active {
    --tw-translate-x: 25%;
  }

  .xl\:active\:translate-x-2\/4:active {
    --tw-translate-x: 50%;
  }

  .xl\:active\:translate-x-3\/4:active {
    --tw-translate-x: 75%;
  }

  .xl\:active\:translate-x-full:active {
    --tw-translate-x: 100%;
  }

  .xl\:active\:-translate-x-1\/2:active {
    --tw-translate-x: -50%;
  }

  .xl\:active\:-translate-x-1\/3:active {
    --tw-translate-x: -33.333333%;
  }

  .xl\:active\:-translate-x-2\/3:active {
    --tw-translate-x: -66.666667%;
  }

  .xl\:active\:-translate-x-1\/4:active {
    --tw-translate-x: -25%;
  }

  .xl\:active\:-translate-x-2\/4:active {
    --tw-translate-x: -50%;
  }

  .xl\:active\:-translate-x-3\/4:active {
    --tw-translate-x: -75%;
  }

  .xl\:active\:-translate-x-full:active {
    --tw-translate-x: -100%;
  }

  .xl\:active\:translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .xl\:active\:translate-y-1:active {
    --tw-translate-y: 0.25rem;
  }

  .xl\:active\:translate-y-2:active {
    --tw-translate-y: 0.5rem;
  }

  .xl\:active\:translate-y-3:active {
    --tw-translate-y: 0.75rem;
  }

  .xl\:active\:translate-y-4:active {
    --tw-translate-y: 1rem;
  }

  .xl\:active\:translate-y-5:active {
    --tw-translate-y: 1.25rem;
  }

  .xl\:active\:translate-y-6:active {
    --tw-translate-y: 1.5rem;
  }

  .xl\:active\:translate-y-7:active {
    --tw-translate-y: 1.75rem;
  }

  .xl\:active\:translate-y-8:active {
    --tw-translate-y: 2rem;
  }

  .xl\:active\:translate-y-9:active {
    --tw-translate-y: 2.25rem;
  }

  .xl\:active\:translate-y-10:active {
    --tw-translate-y: 2.5rem;
  }

  .xl\:active\:translate-y-11:active {
    --tw-translate-y: 2.75rem;
  }

  .xl\:active\:translate-y-12:active {
    --tw-translate-y: 3rem;
  }

  .xl\:active\:translate-y-14:active {
    --tw-translate-y: 3.5rem;
  }

  .xl\:active\:translate-y-16:active {
    --tw-translate-y: 4rem;
  }

  .xl\:active\:translate-y-20:active {
    --tw-translate-y: 5rem;
  }

  .xl\:active\:translate-y-24:active {
    --tw-translate-y: 6rem;
  }

  .xl\:active\:translate-y-28:active {
    --tw-translate-y: 7rem;
  }

  .xl\:active\:translate-y-32:active {
    --tw-translate-y: 8rem;
  }

  .xl\:active\:translate-y-36:active {
    --tw-translate-y: 9rem;
  }

  .xl\:active\:translate-y-40:active {
    --tw-translate-y: 10rem;
  }

  .xl\:active\:translate-y-44:active {
    --tw-translate-y: 11rem;
  }

  .xl\:active\:translate-y-48:active {
    --tw-translate-y: 12rem;
  }

  .xl\:active\:translate-y-52:active {
    --tw-translate-y: 13rem;
  }

  .xl\:active\:translate-y-56:active {
    --tw-translate-y: 14rem;
  }

  .xl\:active\:translate-y-60:active {
    --tw-translate-y: 15rem;
  }

  .xl\:active\:translate-y-64:active {
    --tw-translate-y: 16rem;
  }

  .xl\:active\:translate-y-72:active {
    --tw-translate-y: 18rem;
  }

  .xl\:active\:translate-y-80:active {
    --tw-translate-y: 20rem;
  }

  .xl\:active\:translate-y-96:active {
    --tw-translate-y: 24rem;
  }

  .xl\:active\:translate-y-px:active {
    --tw-translate-y: 1px;
  }

  .xl\:active\:translate-y-0\.5:active {
    --tw-translate-y: 0.125rem;
  }

  .xl\:active\:translate-y-1\.5:active {
    --tw-translate-y: 0.375rem;
  }

  .xl\:active\:translate-y-2\.5:active {
    --tw-translate-y: 0.625rem;
  }

  .xl\:active\:translate-y-3\.5:active {
    --tw-translate-y: 0.875rem;
  }

  .xl\:active\:-translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .xl\:active\:-translate-y-1:active {
    --tw-translate-y: -0.25rem;
  }

  .xl\:active\:-translate-y-2:active {
    --tw-translate-y: -0.5rem;
  }

  .xl\:active\:-translate-y-3:active {
    --tw-translate-y: -0.75rem;
  }

  .xl\:active\:-translate-y-4:active {
    --tw-translate-y: -1rem;
  }

  .xl\:active\:-translate-y-5:active {
    --tw-translate-y: -1.25rem;
  }

  .xl\:active\:-translate-y-6:active {
    --tw-translate-y: -1.5rem;
  }

  .xl\:active\:-translate-y-7:active {
    --tw-translate-y: -1.75rem;
  }

  .xl\:active\:-translate-y-8:active {
    --tw-translate-y: -2rem;
  }

  .xl\:active\:-translate-y-9:active {
    --tw-translate-y: -2.25rem;
  }

  .xl\:active\:-translate-y-10:active {
    --tw-translate-y: -2.5rem;
  }

  .xl\:active\:-translate-y-11:active {
    --tw-translate-y: -2.75rem;
  }

  .xl\:active\:-translate-y-12:active {
    --tw-translate-y: -3rem;
  }

  .xl\:active\:-translate-y-14:active {
    --tw-translate-y: -3.5rem;
  }

  .xl\:active\:-translate-y-16:active {
    --tw-translate-y: -4rem;
  }

  .xl\:active\:-translate-y-20:active {
    --tw-translate-y: -5rem;
  }

  .xl\:active\:-translate-y-24:active {
    --tw-translate-y: -6rem;
  }

  .xl\:active\:-translate-y-28:active {
    --tw-translate-y: -7rem;
  }

  .xl\:active\:-translate-y-32:active {
    --tw-translate-y: -8rem;
  }

  .xl\:active\:-translate-y-36:active {
    --tw-translate-y: -9rem;
  }

  .xl\:active\:-translate-y-40:active {
    --tw-translate-y: -10rem;
  }

  .xl\:active\:-translate-y-44:active {
    --tw-translate-y: -11rem;
  }

  .xl\:active\:-translate-y-48:active {
    --tw-translate-y: -12rem;
  }

  .xl\:active\:-translate-y-52:active {
    --tw-translate-y: -13rem;
  }

  .xl\:active\:-translate-y-56:active {
    --tw-translate-y: -14rem;
  }

  .xl\:active\:-translate-y-60:active {
    --tw-translate-y: -15rem;
  }

  .xl\:active\:-translate-y-64:active {
    --tw-translate-y: -16rem;
  }

  .xl\:active\:-translate-y-72:active {
    --tw-translate-y: -18rem;
  }

  .xl\:active\:-translate-y-80:active {
    --tw-translate-y: -20rem;
  }

  .xl\:active\:-translate-y-96:active {
    --tw-translate-y: -24rem;
  }

  .xl\:active\:-translate-y-px:active {
    --tw-translate-y: -1px;
  }

  .xl\:active\:-translate-y-0\.5:active {
    --tw-translate-y: -0.125rem;
  }

  .xl\:active\:-translate-y-1\.5:active {
    --tw-translate-y: -0.375rem;
  }

  .xl\:active\:-translate-y-2\.5:active {
    --tw-translate-y: -0.625rem;
  }

  .xl\:active\:-translate-y-3\.5:active {
    --tw-translate-y: -0.875rem;
  }

  .xl\:active\:translate-y-1\/2:active {
    --tw-translate-y: 50%;
  }

  .xl\:active\:translate-y-1\/3:active {
    --tw-translate-y: 33.333333%;
  }

  .xl\:active\:translate-y-2\/3:active {
    --tw-translate-y: 66.666667%;
  }

  .xl\:active\:translate-y-1\/4:active {
    --tw-translate-y: 25%;
  }

  .xl\:active\:translate-y-2\/4:active {
    --tw-translate-y: 50%;
  }

  .xl\:active\:translate-y-3\/4:active {
    --tw-translate-y: 75%;
  }

  .xl\:active\:translate-y-full:active {
    --tw-translate-y: 100%;
  }

  .xl\:active\:-translate-y-1\/2:active {
    --tw-translate-y: -50%;
  }

  .xl\:active\:-translate-y-1\/3:active {
    --tw-translate-y: -33.333333%;
  }

  .xl\:active\:-translate-y-2\/3:active {
    --tw-translate-y: -66.666667%;
  }

  .xl\:active\:-translate-y-1\/4:active {
    --tw-translate-y: -25%;
  }

  .xl\:active\:-translate-y-2\/4:active {
    --tw-translate-y: -50%;
  }

  .xl\:active\:-translate-y-3\/4:active {
    --tw-translate-y: -75%;
  }

  .xl\:active\:-translate-y-full:active {
    --tw-translate-y: -100%;
  }

  .xl\:visited\:translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .xl\:visited\:translate-x-1:visited {
    --tw-translate-x: 0.25rem;
  }

  .xl\:visited\:translate-x-2:visited {
    --tw-translate-x: 0.5rem;
  }

  .xl\:visited\:translate-x-3:visited {
    --tw-translate-x: 0.75rem;
  }

  .xl\:visited\:translate-x-4:visited {
    --tw-translate-x: 1rem;
  }

  .xl\:visited\:translate-x-5:visited {
    --tw-translate-x: 1.25rem;
  }

  .xl\:visited\:translate-x-6:visited {
    --tw-translate-x: 1.5rem;
  }

  .xl\:visited\:translate-x-7:visited {
    --tw-translate-x: 1.75rem;
  }

  .xl\:visited\:translate-x-8:visited {
    --tw-translate-x: 2rem;
  }

  .xl\:visited\:translate-x-9:visited {
    --tw-translate-x: 2.25rem;
  }

  .xl\:visited\:translate-x-10:visited {
    --tw-translate-x: 2.5rem;
  }

  .xl\:visited\:translate-x-11:visited {
    --tw-translate-x: 2.75rem;
  }

  .xl\:visited\:translate-x-12:visited {
    --tw-translate-x: 3rem;
  }

  .xl\:visited\:translate-x-14:visited {
    --tw-translate-x: 3.5rem;
  }

  .xl\:visited\:translate-x-16:visited {
    --tw-translate-x: 4rem;
  }

  .xl\:visited\:translate-x-20:visited {
    --tw-translate-x: 5rem;
  }

  .xl\:visited\:translate-x-24:visited {
    --tw-translate-x: 6rem;
  }

  .xl\:visited\:translate-x-28:visited {
    --tw-translate-x: 7rem;
  }

  .xl\:visited\:translate-x-32:visited {
    --tw-translate-x: 8rem;
  }

  .xl\:visited\:translate-x-36:visited {
    --tw-translate-x: 9rem;
  }

  .xl\:visited\:translate-x-40:visited {
    --tw-translate-x: 10rem;
  }

  .xl\:visited\:translate-x-44:visited {
    --tw-translate-x: 11rem;
  }

  .xl\:visited\:translate-x-48:visited {
    --tw-translate-x: 12rem;
  }

  .xl\:visited\:translate-x-52:visited {
    --tw-translate-x: 13rem;
  }

  .xl\:visited\:translate-x-56:visited {
    --tw-translate-x: 14rem;
  }

  .xl\:visited\:translate-x-60:visited {
    --tw-translate-x: 15rem;
  }

  .xl\:visited\:translate-x-64:visited {
    --tw-translate-x: 16rem;
  }

  .xl\:visited\:translate-x-72:visited {
    --tw-translate-x: 18rem;
  }

  .xl\:visited\:translate-x-80:visited {
    --tw-translate-x: 20rem;
  }

  .xl\:visited\:translate-x-96:visited {
    --tw-translate-x: 24rem;
  }

  .xl\:visited\:translate-x-px:visited {
    --tw-translate-x: 1px;
  }

  .xl\:visited\:translate-x-0\.5:visited {
    --tw-translate-x: 0.125rem;
  }

  .xl\:visited\:translate-x-1\.5:visited {
    --tw-translate-x: 0.375rem;
  }

  .xl\:visited\:translate-x-2\.5:visited {
    --tw-translate-x: 0.625rem;
  }

  .xl\:visited\:translate-x-3\.5:visited {
    --tw-translate-x: 0.875rem;
  }

  .xl\:visited\:-translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .xl\:visited\:-translate-x-1:visited {
    --tw-translate-x: -0.25rem;
  }

  .xl\:visited\:-translate-x-2:visited {
    --tw-translate-x: -0.5rem;
  }

  .xl\:visited\:-translate-x-3:visited {
    --tw-translate-x: -0.75rem;
  }

  .xl\:visited\:-translate-x-4:visited {
    --tw-translate-x: -1rem;
  }

  .xl\:visited\:-translate-x-5:visited {
    --tw-translate-x: -1.25rem;
  }

  .xl\:visited\:-translate-x-6:visited {
    --tw-translate-x: -1.5rem;
  }

  .xl\:visited\:-translate-x-7:visited {
    --tw-translate-x: -1.75rem;
  }

  .xl\:visited\:-translate-x-8:visited {
    --tw-translate-x: -2rem;
  }

  .xl\:visited\:-translate-x-9:visited {
    --tw-translate-x: -2.25rem;
  }

  .xl\:visited\:-translate-x-10:visited {
    --tw-translate-x: -2.5rem;
  }

  .xl\:visited\:-translate-x-11:visited {
    --tw-translate-x: -2.75rem;
  }

  .xl\:visited\:-translate-x-12:visited {
    --tw-translate-x: -3rem;
  }

  .xl\:visited\:-translate-x-14:visited {
    --tw-translate-x: -3.5rem;
  }

  .xl\:visited\:-translate-x-16:visited {
    --tw-translate-x: -4rem;
  }

  .xl\:visited\:-translate-x-20:visited {
    --tw-translate-x: -5rem;
  }

  .xl\:visited\:-translate-x-24:visited {
    --tw-translate-x: -6rem;
  }

  .xl\:visited\:-translate-x-28:visited {
    --tw-translate-x: -7rem;
  }

  .xl\:visited\:-translate-x-32:visited {
    --tw-translate-x: -8rem;
  }

  .xl\:visited\:-translate-x-36:visited {
    --tw-translate-x: -9rem;
  }

  .xl\:visited\:-translate-x-40:visited {
    --tw-translate-x: -10rem;
  }

  .xl\:visited\:-translate-x-44:visited {
    --tw-translate-x: -11rem;
  }

  .xl\:visited\:-translate-x-48:visited {
    --tw-translate-x: -12rem;
  }

  .xl\:visited\:-translate-x-52:visited {
    --tw-translate-x: -13rem;
  }

  .xl\:visited\:-translate-x-56:visited {
    --tw-translate-x: -14rem;
  }

  .xl\:visited\:-translate-x-60:visited {
    --tw-translate-x: -15rem;
  }

  .xl\:visited\:-translate-x-64:visited {
    --tw-translate-x: -16rem;
  }

  .xl\:visited\:-translate-x-72:visited {
    --tw-translate-x: -18rem;
  }

  .xl\:visited\:-translate-x-80:visited {
    --tw-translate-x: -20rem;
  }

  .xl\:visited\:-translate-x-96:visited {
    --tw-translate-x: -24rem;
  }

  .xl\:visited\:-translate-x-px:visited {
    --tw-translate-x: -1px;
  }

  .xl\:visited\:-translate-x-0\.5:visited {
    --tw-translate-x: -0.125rem;
  }

  .xl\:visited\:-translate-x-1\.5:visited {
    --tw-translate-x: -0.375rem;
  }

  .xl\:visited\:-translate-x-2\.5:visited {
    --tw-translate-x: -0.625rem;
  }

  .xl\:visited\:-translate-x-3\.5:visited {
    --tw-translate-x: -0.875rem;
  }

  .xl\:visited\:translate-x-1\/2:visited {
    --tw-translate-x: 50%;
  }

  .xl\:visited\:translate-x-1\/3:visited {
    --tw-translate-x: 33.333333%;
  }

  .xl\:visited\:translate-x-2\/3:visited {
    --tw-translate-x: 66.666667%;
  }

  .xl\:visited\:translate-x-1\/4:visited {
    --tw-translate-x: 25%;
  }

  .xl\:visited\:translate-x-2\/4:visited {
    --tw-translate-x: 50%;
  }

  .xl\:visited\:translate-x-3\/4:visited {
    --tw-translate-x: 75%;
  }

  .xl\:visited\:translate-x-full:visited {
    --tw-translate-x: 100%;
  }

  .xl\:visited\:-translate-x-1\/2:visited {
    --tw-translate-x: -50%;
  }

  .xl\:visited\:-translate-x-1\/3:visited {
    --tw-translate-x: -33.333333%;
  }

  .xl\:visited\:-translate-x-2\/3:visited {
    --tw-translate-x: -66.666667%;
  }

  .xl\:visited\:-translate-x-1\/4:visited {
    --tw-translate-x: -25%;
  }

  .xl\:visited\:-translate-x-2\/4:visited {
    --tw-translate-x: -50%;
  }

  .xl\:visited\:-translate-x-3\/4:visited {
    --tw-translate-x: -75%;
  }

  .xl\:visited\:-translate-x-full:visited {
    --tw-translate-x: -100%;
  }

  .xl\:visited\:translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .xl\:visited\:translate-y-1:visited {
    --tw-translate-y: 0.25rem;
  }

  .xl\:visited\:translate-y-2:visited {
    --tw-translate-y: 0.5rem;
  }

  .xl\:visited\:translate-y-3:visited {
    --tw-translate-y: 0.75rem;
  }

  .xl\:visited\:translate-y-4:visited {
    --tw-translate-y: 1rem;
  }

  .xl\:visited\:translate-y-5:visited {
    --tw-translate-y: 1.25rem;
  }

  .xl\:visited\:translate-y-6:visited {
    --tw-translate-y: 1.5rem;
  }

  .xl\:visited\:translate-y-7:visited {
    --tw-translate-y: 1.75rem;
  }

  .xl\:visited\:translate-y-8:visited {
    --tw-translate-y: 2rem;
  }

  .xl\:visited\:translate-y-9:visited {
    --tw-translate-y: 2.25rem;
  }

  .xl\:visited\:translate-y-10:visited {
    --tw-translate-y: 2.5rem;
  }

  .xl\:visited\:translate-y-11:visited {
    --tw-translate-y: 2.75rem;
  }

  .xl\:visited\:translate-y-12:visited {
    --tw-translate-y: 3rem;
  }

  .xl\:visited\:translate-y-14:visited {
    --tw-translate-y: 3.5rem;
  }

  .xl\:visited\:translate-y-16:visited {
    --tw-translate-y: 4rem;
  }

  .xl\:visited\:translate-y-20:visited {
    --tw-translate-y: 5rem;
  }

  .xl\:visited\:translate-y-24:visited {
    --tw-translate-y: 6rem;
  }

  .xl\:visited\:translate-y-28:visited {
    --tw-translate-y: 7rem;
  }

  .xl\:visited\:translate-y-32:visited {
    --tw-translate-y: 8rem;
  }

  .xl\:visited\:translate-y-36:visited {
    --tw-translate-y: 9rem;
  }

  .xl\:visited\:translate-y-40:visited {
    --tw-translate-y: 10rem;
  }

  .xl\:visited\:translate-y-44:visited {
    --tw-translate-y: 11rem;
  }

  .xl\:visited\:translate-y-48:visited {
    --tw-translate-y: 12rem;
  }

  .xl\:visited\:translate-y-52:visited {
    --tw-translate-y: 13rem;
  }

  .xl\:visited\:translate-y-56:visited {
    --tw-translate-y: 14rem;
  }

  .xl\:visited\:translate-y-60:visited {
    --tw-translate-y: 15rem;
  }

  .xl\:visited\:translate-y-64:visited {
    --tw-translate-y: 16rem;
  }

  .xl\:visited\:translate-y-72:visited {
    --tw-translate-y: 18rem;
  }

  .xl\:visited\:translate-y-80:visited {
    --tw-translate-y: 20rem;
  }

  .xl\:visited\:translate-y-96:visited {
    --tw-translate-y: 24rem;
  }

  .xl\:visited\:translate-y-px:visited {
    --tw-translate-y: 1px;
  }

  .xl\:visited\:translate-y-0\.5:visited {
    --tw-translate-y: 0.125rem;
  }

  .xl\:visited\:translate-y-1\.5:visited {
    --tw-translate-y: 0.375rem;
  }

  .xl\:visited\:translate-y-2\.5:visited {
    --tw-translate-y: 0.625rem;
  }

  .xl\:visited\:translate-y-3\.5:visited {
    --tw-translate-y: 0.875rem;
  }

  .xl\:visited\:-translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .xl\:visited\:-translate-y-1:visited {
    --tw-translate-y: -0.25rem;
  }

  .xl\:visited\:-translate-y-2:visited {
    --tw-translate-y: -0.5rem;
  }

  .xl\:visited\:-translate-y-3:visited {
    --tw-translate-y: -0.75rem;
  }

  .xl\:visited\:-translate-y-4:visited {
    --tw-translate-y: -1rem;
  }

  .xl\:visited\:-translate-y-5:visited {
    --tw-translate-y: -1.25rem;
  }

  .xl\:visited\:-translate-y-6:visited {
    --tw-translate-y: -1.5rem;
  }

  .xl\:visited\:-translate-y-7:visited {
    --tw-translate-y: -1.75rem;
  }

  .xl\:visited\:-translate-y-8:visited {
    --tw-translate-y: -2rem;
  }

  .xl\:visited\:-translate-y-9:visited {
    --tw-translate-y: -2.25rem;
  }

  .xl\:visited\:-translate-y-10:visited {
    --tw-translate-y: -2.5rem;
  }

  .xl\:visited\:-translate-y-11:visited {
    --tw-translate-y: -2.75rem;
  }

  .xl\:visited\:-translate-y-12:visited {
    --tw-translate-y: -3rem;
  }

  .xl\:visited\:-translate-y-14:visited {
    --tw-translate-y: -3.5rem;
  }

  .xl\:visited\:-translate-y-16:visited {
    --tw-translate-y: -4rem;
  }

  .xl\:visited\:-translate-y-20:visited {
    --tw-translate-y: -5rem;
  }

  .xl\:visited\:-translate-y-24:visited {
    --tw-translate-y: -6rem;
  }

  .xl\:visited\:-translate-y-28:visited {
    --tw-translate-y: -7rem;
  }

  .xl\:visited\:-translate-y-32:visited {
    --tw-translate-y: -8rem;
  }

  .xl\:visited\:-translate-y-36:visited {
    --tw-translate-y: -9rem;
  }

  .xl\:visited\:-translate-y-40:visited {
    --tw-translate-y: -10rem;
  }

  .xl\:visited\:-translate-y-44:visited {
    --tw-translate-y: -11rem;
  }

  .xl\:visited\:-translate-y-48:visited {
    --tw-translate-y: -12rem;
  }

  .xl\:visited\:-translate-y-52:visited {
    --tw-translate-y: -13rem;
  }

  .xl\:visited\:-translate-y-56:visited {
    --tw-translate-y: -14rem;
  }

  .xl\:visited\:-translate-y-60:visited {
    --tw-translate-y: -15rem;
  }

  .xl\:visited\:-translate-y-64:visited {
    --tw-translate-y: -16rem;
  }

  .xl\:visited\:-translate-y-72:visited {
    --tw-translate-y: -18rem;
  }

  .xl\:visited\:-translate-y-80:visited {
    --tw-translate-y: -20rem;
  }

  .xl\:visited\:-translate-y-96:visited {
    --tw-translate-y: -24rem;
  }

  .xl\:visited\:-translate-y-px:visited {
    --tw-translate-y: -1px;
  }

  .xl\:visited\:-translate-y-0\.5:visited {
    --tw-translate-y: -0.125rem;
  }

  .xl\:visited\:-translate-y-1\.5:visited {
    --tw-translate-y: -0.375rem;
  }

  .xl\:visited\:-translate-y-2\.5:visited {
    --tw-translate-y: -0.625rem;
  }

  .xl\:visited\:-translate-y-3\.5:visited {
    --tw-translate-y: -0.875rem;
  }

  .xl\:visited\:translate-y-1\/2:visited {
    --tw-translate-y: 50%;
  }

  .xl\:visited\:translate-y-1\/3:visited {
    --tw-translate-y: 33.333333%;
  }

  .xl\:visited\:translate-y-2\/3:visited {
    --tw-translate-y: 66.666667%;
  }

  .xl\:visited\:translate-y-1\/4:visited {
    --tw-translate-y: 25%;
  }

  .xl\:visited\:translate-y-2\/4:visited {
    --tw-translate-y: 50%;
  }

  .xl\:visited\:translate-y-3\/4:visited {
    --tw-translate-y: 75%;
  }

  .xl\:visited\:translate-y-full:visited {
    --tw-translate-y: 100%;
  }

  .xl\:visited\:-translate-y-1\/2:visited {
    --tw-translate-y: -50%;
  }

  .xl\:visited\:-translate-y-1\/3:visited {
    --tw-translate-y: -33.333333%;
  }

  .xl\:visited\:-translate-y-2\/3:visited {
    --tw-translate-y: -66.666667%;
  }

  .xl\:visited\:-translate-y-1\/4:visited {
    --tw-translate-y: -25%;
  }

  .xl\:visited\:-translate-y-2\/4:visited {
    --tw-translate-y: -50%;
  }

  .xl\:visited\:-translate-y-3\/4:visited {
    --tw-translate-y: -75%;
  }

  .xl\:visited\:-translate-y-full:visited {
    --tw-translate-y: -100%;
  }

  .xl\:disabled\:translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .xl\:disabled\:translate-x-1:disabled {
    --tw-translate-x: 0.25rem;
  }

  .xl\:disabled\:translate-x-2:disabled {
    --tw-translate-x: 0.5rem;
  }

  .xl\:disabled\:translate-x-3:disabled {
    --tw-translate-x: 0.75rem;
  }

  .xl\:disabled\:translate-x-4:disabled {
    --tw-translate-x: 1rem;
  }

  .xl\:disabled\:translate-x-5:disabled {
    --tw-translate-x: 1.25rem;
  }

  .xl\:disabled\:translate-x-6:disabled {
    --tw-translate-x: 1.5rem;
  }

  .xl\:disabled\:translate-x-7:disabled {
    --tw-translate-x: 1.75rem;
  }

  .xl\:disabled\:translate-x-8:disabled {
    --tw-translate-x: 2rem;
  }

  .xl\:disabled\:translate-x-9:disabled {
    --tw-translate-x: 2.25rem;
  }

  .xl\:disabled\:translate-x-10:disabled {
    --tw-translate-x: 2.5rem;
  }

  .xl\:disabled\:translate-x-11:disabled {
    --tw-translate-x: 2.75rem;
  }

  .xl\:disabled\:translate-x-12:disabled {
    --tw-translate-x: 3rem;
  }

  .xl\:disabled\:translate-x-14:disabled {
    --tw-translate-x: 3.5rem;
  }

  .xl\:disabled\:translate-x-16:disabled {
    --tw-translate-x: 4rem;
  }

  .xl\:disabled\:translate-x-20:disabled {
    --tw-translate-x: 5rem;
  }

  .xl\:disabled\:translate-x-24:disabled {
    --tw-translate-x: 6rem;
  }

  .xl\:disabled\:translate-x-28:disabled {
    --tw-translate-x: 7rem;
  }

  .xl\:disabled\:translate-x-32:disabled {
    --tw-translate-x: 8rem;
  }

  .xl\:disabled\:translate-x-36:disabled {
    --tw-translate-x: 9rem;
  }

  .xl\:disabled\:translate-x-40:disabled {
    --tw-translate-x: 10rem;
  }

  .xl\:disabled\:translate-x-44:disabled {
    --tw-translate-x: 11rem;
  }

  .xl\:disabled\:translate-x-48:disabled {
    --tw-translate-x: 12rem;
  }

  .xl\:disabled\:translate-x-52:disabled {
    --tw-translate-x: 13rem;
  }

  .xl\:disabled\:translate-x-56:disabled {
    --tw-translate-x: 14rem;
  }

  .xl\:disabled\:translate-x-60:disabled {
    --tw-translate-x: 15rem;
  }

  .xl\:disabled\:translate-x-64:disabled {
    --tw-translate-x: 16rem;
  }

  .xl\:disabled\:translate-x-72:disabled {
    --tw-translate-x: 18rem;
  }

  .xl\:disabled\:translate-x-80:disabled {
    --tw-translate-x: 20rem;
  }

  .xl\:disabled\:translate-x-96:disabled {
    --tw-translate-x: 24rem;
  }

  .xl\:disabled\:translate-x-px:disabled {
    --tw-translate-x: 1px;
  }

  .xl\:disabled\:translate-x-0\.5:disabled {
    --tw-translate-x: 0.125rem;
  }

  .xl\:disabled\:translate-x-1\.5:disabled {
    --tw-translate-x: 0.375rem;
  }

  .xl\:disabled\:translate-x-2\.5:disabled {
    --tw-translate-x: 0.625rem;
  }

  .xl\:disabled\:translate-x-3\.5:disabled {
    --tw-translate-x: 0.875rem;
  }

  .xl\:disabled\:-translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .xl\:disabled\:-translate-x-1:disabled {
    --tw-translate-x: -0.25rem;
  }

  .xl\:disabled\:-translate-x-2:disabled {
    --tw-translate-x: -0.5rem;
  }

  .xl\:disabled\:-translate-x-3:disabled {
    --tw-translate-x: -0.75rem;
  }

  .xl\:disabled\:-translate-x-4:disabled {
    --tw-translate-x: -1rem;
  }

  .xl\:disabled\:-translate-x-5:disabled {
    --tw-translate-x: -1.25rem;
  }

  .xl\:disabled\:-translate-x-6:disabled {
    --tw-translate-x: -1.5rem;
  }

  .xl\:disabled\:-translate-x-7:disabled {
    --tw-translate-x: -1.75rem;
  }

  .xl\:disabled\:-translate-x-8:disabled {
    --tw-translate-x: -2rem;
  }

  .xl\:disabled\:-translate-x-9:disabled {
    --tw-translate-x: -2.25rem;
  }

  .xl\:disabled\:-translate-x-10:disabled {
    --tw-translate-x: -2.5rem;
  }

  .xl\:disabled\:-translate-x-11:disabled {
    --tw-translate-x: -2.75rem;
  }

  .xl\:disabled\:-translate-x-12:disabled {
    --tw-translate-x: -3rem;
  }

  .xl\:disabled\:-translate-x-14:disabled {
    --tw-translate-x: -3.5rem;
  }

  .xl\:disabled\:-translate-x-16:disabled {
    --tw-translate-x: -4rem;
  }

  .xl\:disabled\:-translate-x-20:disabled {
    --tw-translate-x: -5rem;
  }

  .xl\:disabled\:-translate-x-24:disabled {
    --tw-translate-x: -6rem;
  }

  .xl\:disabled\:-translate-x-28:disabled {
    --tw-translate-x: -7rem;
  }

  .xl\:disabled\:-translate-x-32:disabled {
    --tw-translate-x: -8rem;
  }

  .xl\:disabled\:-translate-x-36:disabled {
    --tw-translate-x: -9rem;
  }

  .xl\:disabled\:-translate-x-40:disabled {
    --tw-translate-x: -10rem;
  }

  .xl\:disabled\:-translate-x-44:disabled {
    --tw-translate-x: -11rem;
  }

  .xl\:disabled\:-translate-x-48:disabled {
    --tw-translate-x: -12rem;
  }

  .xl\:disabled\:-translate-x-52:disabled {
    --tw-translate-x: -13rem;
  }

  .xl\:disabled\:-translate-x-56:disabled {
    --tw-translate-x: -14rem;
  }

  .xl\:disabled\:-translate-x-60:disabled {
    --tw-translate-x: -15rem;
  }

  .xl\:disabled\:-translate-x-64:disabled {
    --tw-translate-x: -16rem;
  }

  .xl\:disabled\:-translate-x-72:disabled {
    --tw-translate-x: -18rem;
  }

  .xl\:disabled\:-translate-x-80:disabled {
    --tw-translate-x: -20rem;
  }

  .xl\:disabled\:-translate-x-96:disabled {
    --tw-translate-x: -24rem;
  }

  .xl\:disabled\:-translate-x-px:disabled {
    --tw-translate-x: -1px;
  }

  .xl\:disabled\:-translate-x-0\.5:disabled {
    --tw-translate-x: -0.125rem;
  }

  .xl\:disabled\:-translate-x-1\.5:disabled {
    --tw-translate-x: -0.375rem;
  }

  .xl\:disabled\:-translate-x-2\.5:disabled {
    --tw-translate-x: -0.625rem;
  }

  .xl\:disabled\:-translate-x-3\.5:disabled {
    --tw-translate-x: -0.875rem;
  }

  .xl\:disabled\:translate-x-1\/2:disabled {
    --tw-translate-x: 50%;
  }

  .xl\:disabled\:translate-x-1\/3:disabled {
    --tw-translate-x: 33.333333%;
  }

  .xl\:disabled\:translate-x-2\/3:disabled {
    --tw-translate-x: 66.666667%;
  }

  .xl\:disabled\:translate-x-1\/4:disabled {
    --tw-translate-x: 25%;
  }

  .xl\:disabled\:translate-x-2\/4:disabled {
    --tw-translate-x: 50%;
  }

  .xl\:disabled\:translate-x-3\/4:disabled {
    --tw-translate-x: 75%;
  }

  .xl\:disabled\:translate-x-full:disabled {
    --tw-translate-x: 100%;
  }

  .xl\:disabled\:-translate-x-1\/2:disabled {
    --tw-translate-x: -50%;
  }

  .xl\:disabled\:-translate-x-1\/3:disabled {
    --tw-translate-x: -33.333333%;
  }

  .xl\:disabled\:-translate-x-2\/3:disabled {
    --tw-translate-x: -66.666667%;
  }

  .xl\:disabled\:-translate-x-1\/4:disabled {
    --tw-translate-x: -25%;
  }

  .xl\:disabled\:-translate-x-2\/4:disabled {
    --tw-translate-x: -50%;
  }

  .xl\:disabled\:-translate-x-3\/4:disabled {
    --tw-translate-x: -75%;
  }

  .xl\:disabled\:-translate-x-full:disabled {
    --tw-translate-x: -100%;
  }

  .xl\:disabled\:translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .xl\:disabled\:translate-y-1:disabled {
    --tw-translate-y: 0.25rem;
  }

  .xl\:disabled\:translate-y-2:disabled {
    --tw-translate-y: 0.5rem;
  }

  .xl\:disabled\:translate-y-3:disabled {
    --tw-translate-y: 0.75rem;
  }

  .xl\:disabled\:translate-y-4:disabled {
    --tw-translate-y: 1rem;
  }

  .xl\:disabled\:translate-y-5:disabled {
    --tw-translate-y: 1.25rem;
  }

  .xl\:disabled\:translate-y-6:disabled {
    --tw-translate-y: 1.5rem;
  }

  .xl\:disabled\:translate-y-7:disabled {
    --tw-translate-y: 1.75rem;
  }

  .xl\:disabled\:translate-y-8:disabled {
    --tw-translate-y: 2rem;
  }

  .xl\:disabled\:translate-y-9:disabled {
    --tw-translate-y: 2.25rem;
  }

  .xl\:disabled\:translate-y-10:disabled {
    --tw-translate-y: 2.5rem;
  }

  .xl\:disabled\:translate-y-11:disabled {
    --tw-translate-y: 2.75rem;
  }

  .xl\:disabled\:translate-y-12:disabled {
    --tw-translate-y: 3rem;
  }

  .xl\:disabled\:translate-y-14:disabled {
    --tw-translate-y: 3.5rem;
  }

  .xl\:disabled\:translate-y-16:disabled {
    --tw-translate-y: 4rem;
  }

  .xl\:disabled\:translate-y-20:disabled {
    --tw-translate-y: 5rem;
  }

  .xl\:disabled\:translate-y-24:disabled {
    --tw-translate-y: 6rem;
  }

  .xl\:disabled\:translate-y-28:disabled {
    --tw-translate-y: 7rem;
  }

  .xl\:disabled\:translate-y-32:disabled {
    --tw-translate-y: 8rem;
  }

  .xl\:disabled\:translate-y-36:disabled {
    --tw-translate-y: 9rem;
  }

  .xl\:disabled\:translate-y-40:disabled {
    --tw-translate-y: 10rem;
  }

  .xl\:disabled\:translate-y-44:disabled {
    --tw-translate-y: 11rem;
  }

  .xl\:disabled\:translate-y-48:disabled {
    --tw-translate-y: 12rem;
  }

  .xl\:disabled\:translate-y-52:disabled {
    --tw-translate-y: 13rem;
  }

  .xl\:disabled\:translate-y-56:disabled {
    --tw-translate-y: 14rem;
  }

  .xl\:disabled\:translate-y-60:disabled {
    --tw-translate-y: 15rem;
  }

  .xl\:disabled\:translate-y-64:disabled {
    --tw-translate-y: 16rem;
  }

  .xl\:disabled\:translate-y-72:disabled {
    --tw-translate-y: 18rem;
  }

  .xl\:disabled\:translate-y-80:disabled {
    --tw-translate-y: 20rem;
  }

  .xl\:disabled\:translate-y-96:disabled {
    --tw-translate-y: 24rem;
  }

  .xl\:disabled\:translate-y-px:disabled {
    --tw-translate-y: 1px;
  }

  .xl\:disabled\:translate-y-0\.5:disabled {
    --tw-translate-y: 0.125rem;
  }

  .xl\:disabled\:translate-y-1\.5:disabled {
    --tw-translate-y: 0.375rem;
  }

  .xl\:disabled\:translate-y-2\.5:disabled {
    --tw-translate-y: 0.625rem;
  }

  .xl\:disabled\:translate-y-3\.5:disabled {
    --tw-translate-y: 0.875rem;
  }

  .xl\:disabled\:-translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .xl\:disabled\:-translate-y-1:disabled {
    --tw-translate-y: -0.25rem;
  }

  .xl\:disabled\:-translate-y-2:disabled {
    --tw-translate-y: -0.5rem;
  }

  .xl\:disabled\:-translate-y-3:disabled {
    --tw-translate-y: -0.75rem;
  }

  .xl\:disabled\:-translate-y-4:disabled {
    --tw-translate-y: -1rem;
  }

  .xl\:disabled\:-translate-y-5:disabled {
    --tw-translate-y: -1.25rem;
  }

  .xl\:disabled\:-translate-y-6:disabled {
    --tw-translate-y: -1.5rem;
  }

  .xl\:disabled\:-translate-y-7:disabled {
    --tw-translate-y: -1.75rem;
  }

  .xl\:disabled\:-translate-y-8:disabled {
    --tw-translate-y: -2rem;
  }

  .xl\:disabled\:-translate-y-9:disabled {
    --tw-translate-y: -2.25rem;
  }

  .xl\:disabled\:-translate-y-10:disabled {
    --tw-translate-y: -2.5rem;
  }

  .xl\:disabled\:-translate-y-11:disabled {
    --tw-translate-y: -2.75rem;
  }

  .xl\:disabled\:-translate-y-12:disabled {
    --tw-translate-y: -3rem;
  }

  .xl\:disabled\:-translate-y-14:disabled {
    --tw-translate-y: -3.5rem;
  }

  .xl\:disabled\:-translate-y-16:disabled {
    --tw-translate-y: -4rem;
  }

  .xl\:disabled\:-translate-y-20:disabled {
    --tw-translate-y: -5rem;
  }

  .xl\:disabled\:-translate-y-24:disabled {
    --tw-translate-y: -6rem;
  }

  .xl\:disabled\:-translate-y-28:disabled {
    --tw-translate-y: -7rem;
  }

  .xl\:disabled\:-translate-y-32:disabled {
    --tw-translate-y: -8rem;
  }

  .xl\:disabled\:-translate-y-36:disabled {
    --tw-translate-y: -9rem;
  }

  .xl\:disabled\:-translate-y-40:disabled {
    --tw-translate-y: -10rem;
  }

  .xl\:disabled\:-translate-y-44:disabled {
    --tw-translate-y: -11rem;
  }

  .xl\:disabled\:-translate-y-48:disabled {
    --tw-translate-y: -12rem;
  }

  .xl\:disabled\:-translate-y-52:disabled {
    --tw-translate-y: -13rem;
  }

  .xl\:disabled\:-translate-y-56:disabled {
    --tw-translate-y: -14rem;
  }

  .xl\:disabled\:-translate-y-60:disabled {
    --tw-translate-y: -15rem;
  }

  .xl\:disabled\:-translate-y-64:disabled {
    --tw-translate-y: -16rem;
  }

  .xl\:disabled\:-translate-y-72:disabled {
    --tw-translate-y: -18rem;
  }

  .xl\:disabled\:-translate-y-80:disabled {
    --tw-translate-y: -20rem;
  }

  .xl\:disabled\:-translate-y-96:disabled {
    --tw-translate-y: -24rem;
  }

  .xl\:disabled\:-translate-y-px:disabled {
    --tw-translate-y: -1px;
  }

  .xl\:disabled\:-translate-y-0\.5:disabled {
    --tw-translate-y: -0.125rem;
  }

  .xl\:disabled\:-translate-y-1\.5:disabled {
    --tw-translate-y: -0.375rem;
  }

  .xl\:disabled\:-translate-y-2\.5:disabled {
    --tw-translate-y: -0.625rem;
  }

  .xl\:disabled\:-translate-y-3\.5:disabled {
    --tw-translate-y: -0.875rem;
  }

  .xl\:disabled\:translate-y-1\/2:disabled {
    --tw-translate-y: 50%;
  }

  .xl\:disabled\:translate-y-1\/3:disabled {
    --tw-translate-y: 33.333333%;
  }

  .xl\:disabled\:translate-y-2\/3:disabled {
    --tw-translate-y: 66.666667%;
  }

  .xl\:disabled\:translate-y-1\/4:disabled {
    --tw-translate-y: 25%;
  }

  .xl\:disabled\:translate-y-2\/4:disabled {
    --tw-translate-y: 50%;
  }

  .xl\:disabled\:translate-y-3\/4:disabled {
    --tw-translate-y: 75%;
  }

  .xl\:disabled\:translate-y-full:disabled {
    --tw-translate-y: 100%;
  }

  .xl\:disabled\:-translate-y-1\/2:disabled {
    --tw-translate-y: -50%;
  }

  .xl\:disabled\:-translate-y-1\/3:disabled {
    --tw-translate-y: -33.333333%;
  }

  .xl\:disabled\:-translate-y-2\/3:disabled {
    --tw-translate-y: -66.666667%;
  }

  .xl\:disabled\:-translate-y-1\/4:disabled {
    --tw-translate-y: -25%;
  }

  .xl\:disabled\:-translate-y-2\/4:disabled {
    --tw-translate-y: -50%;
  }

  .xl\:disabled\:-translate-y-3\/4:disabled {
    --tw-translate-y: -75%;
  }

  .xl\:disabled\:-translate-y-full:disabled {
    --tw-translate-y: -100%;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .group:hover .xl\:group-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .group:hover .xl\:group-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .group:hover .xl\:group-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .group:hover .xl\:group-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .group:hover .xl\:group-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .group:hover .xl\:group-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .group:hover .xl\:group-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .group:hover .xl\:group-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .group:hover .xl\:group-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .group:hover .xl\:group-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .group:hover .xl\:group-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .group:hover .xl\:group-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .group:hover .xl\:group-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .group:hover .xl\:group-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .group:hover .xl\:group-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .group:hover .xl\:group-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .group:hover .xl\:group-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .group:hover .xl\:group-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .group:hover .xl\:group-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .group:hover .xl\:group-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .group:hover .xl\:group-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .group:hover .xl\:group-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:focus-within\:skew-x-0:focus-within {
    --tw-skew-x: 0deg;
  }

  .xl\:focus-within\:skew-x-1:focus-within {
    --tw-skew-x: 1deg;
  }

  .xl\:focus-within\:skew-x-2:focus-within {
    --tw-skew-x: 2deg;
  }

  .xl\:focus-within\:skew-x-3:focus-within {
    --tw-skew-x: 3deg;
  }

  .xl\:focus-within\:skew-x-6:focus-within {
    --tw-skew-x: 6deg;
  }

  .xl\:focus-within\:skew-x-12:focus-within {
    --tw-skew-x: 12deg;
  }

  .xl\:focus-within\:-skew-x-12:focus-within {
    --tw-skew-x: -12deg;
  }

  .xl\:focus-within\:-skew-x-6:focus-within {
    --tw-skew-x: -6deg;
  }

  .xl\:focus-within\:-skew-x-3:focus-within {
    --tw-skew-x: -3deg;
  }

  .xl\:focus-within\:-skew-x-2:focus-within {
    --tw-skew-x: -2deg;
  }

  .xl\:focus-within\:-skew-x-1:focus-within {
    --tw-skew-x: -1deg;
  }

  .xl\:focus-within\:skew-y-0:focus-within {
    --tw-skew-y: 0deg;
  }

  .xl\:focus-within\:skew-y-1:focus-within {
    --tw-skew-y: 1deg;
  }

  .xl\:focus-within\:skew-y-2:focus-within {
    --tw-skew-y: 2deg;
  }

  .xl\:focus-within\:skew-y-3:focus-within {
    --tw-skew-y: 3deg;
  }

  .xl\:focus-within\:skew-y-6:focus-within {
    --tw-skew-y: 6deg;
  }

  .xl\:focus-within\:skew-y-12:focus-within {
    --tw-skew-y: 12deg;
  }

  .xl\:focus-within\:-skew-y-12:focus-within {
    --tw-skew-y: -12deg;
  }

  .xl\:focus-within\:-skew-y-6:focus-within {
    --tw-skew-y: -6deg;
  }

  .xl\:focus-within\:-skew-y-3:focus-within {
    --tw-skew-y: -3deg;
  }

  .xl\:focus-within\:-skew-y-2:focus-within {
    --tw-skew-y: -2deg;
  }

  .xl\:focus-within\:-skew-y-1:focus-within {
    --tw-skew-y: -1deg;
  }

  .xl\:first\:skew-x-0:first-child {
    --tw-skew-x: 0deg;
  }

  .xl\:first\:skew-x-1:first-child {
    --tw-skew-x: 1deg;
  }

  .xl\:first\:skew-x-2:first-child {
    --tw-skew-x: 2deg;
  }

  .xl\:first\:skew-x-3:first-child {
    --tw-skew-x: 3deg;
  }

  .xl\:first\:skew-x-6:first-child {
    --tw-skew-x: 6deg;
  }

  .xl\:first\:skew-x-12:first-child {
    --tw-skew-x: 12deg;
  }

  .xl\:first\:-skew-x-12:first-child {
    --tw-skew-x: -12deg;
  }

  .xl\:first\:-skew-x-6:first-child {
    --tw-skew-x: -6deg;
  }

  .xl\:first\:-skew-x-3:first-child {
    --tw-skew-x: -3deg;
  }

  .xl\:first\:-skew-x-2:first-child {
    --tw-skew-x: -2deg;
  }

  .xl\:first\:-skew-x-1:first-child {
    --tw-skew-x: -1deg;
  }

  .xl\:first\:skew-y-0:first-child {
    --tw-skew-y: 0deg;
  }

  .xl\:first\:skew-y-1:first-child {
    --tw-skew-y: 1deg;
  }

  .xl\:first\:skew-y-2:first-child {
    --tw-skew-y: 2deg;
  }

  .xl\:first\:skew-y-3:first-child {
    --tw-skew-y: 3deg;
  }

  .xl\:first\:skew-y-6:first-child {
    --tw-skew-y: 6deg;
  }

  .xl\:first\:skew-y-12:first-child {
    --tw-skew-y: 12deg;
  }

  .xl\:first\:-skew-y-12:first-child {
    --tw-skew-y: -12deg;
  }

  .xl\:first\:-skew-y-6:first-child {
    --tw-skew-y: -6deg;
  }

  .xl\:first\:-skew-y-3:first-child {
    --tw-skew-y: -3deg;
  }

  .xl\:first\:-skew-y-2:first-child {
    --tw-skew-y: -2deg;
  }

  .xl\:first\:-skew-y-1:first-child {
    --tw-skew-y: -1deg;
  }

  .xl\:last\:skew-x-0:last-child {
    --tw-skew-x: 0deg;
  }

  .xl\:last\:skew-x-1:last-child {
    --tw-skew-x: 1deg;
  }

  .xl\:last\:skew-x-2:last-child {
    --tw-skew-x: 2deg;
  }

  .xl\:last\:skew-x-3:last-child {
    --tw-skew-x: 3deg;
  }

  .xl\:last\:skew-x-6:last-child {
    --tw-skew-x: 6deg;
  }

  .xl\:last\:skew-x-12:last-child {
    --tw-skew-x: 12deg;
  }

  .xl\:last\:-skew-x-12:last-child {
    --tw-skew-x: -12deg;
  }

  .xl\:last\:-skew-x-6:last-child {
    --tw-skew-x: -6deg;
  }

  .xl\:last\:-skew-x-3:last-child {
    --tw-skew-x: -3deg;
  }

  .xl\:last\:-skew-x-2:last-child {
    --tw-skew-x: -2deg;
  }

  .xl\:last\:-skew-x-1:last-child {
    --tw-skew-x: -1deg;
  }

  .xl\:last\:skew-y-0:last-child {
    --tw-skew-y: 0deg;
  }

  .xl\:last\:skew-y-1:last-child {
    --tw-skew-y: 1deg;
  }

  .xl\:last\:skew-y-2:last-child {
    --tw-skew-y: 2deg;
  }

  .xl\:last\:skew-y-3:last-child {
    --tw-skew-y: 3deg;
  }

  .xl\:last\:skew-y-6:last-child {
    --tw-skew-y: 6deg;
  }

  .xl\:last\:skew-y-12:last-child {
    --tw-skew-y: 12deg;
  }

  .xl\:last\:-skew-y-12:last-child {
    --tw-skew-y: -12deg;
  }

  .xl\:last\:-skew-y-6:last-child {
    --tw-skew-y: -6deg;
  }

  .xl\:last\:-skew-y-3:last-child {
    --tw-skew-y: -3deg;
  }

  .xl\:last\:-skew-y-2:last-child {
    --tw-skew-y: -2deg;
  }

  .xl\:last\:-skew-y-1:last-child {
    --tw-skew-y: -1deg;
  }

  .xl\:odd\:skew-x-0:nth-child(odd) {
    --tw-skew-x: 0deg;
  }

  .xl\:odd\:skew-x-1:nth-child(odd) {
    --tw-skew-x: 1deg;
  }

  .xl\:odd\:skew-x-2:nth-child(odd) {
    --tw-skew-x: 2deg;
  }

  .xl\:odd\:skew-x-3:nth-child(odd) {
    --tw-skew-x: 3deg;
  }

  .xl\:odd\:skew-x-6:nth-child(odd) {
    --tw-skew-x: 6deg;
  }

  .xl\:odd\:skew-x-12:nth-child(odd) {
    --tw-skew-x: 12deg;
  }

  .xl\:odd\:-skew-x-12:nth-child(odd) {
    --tw-skew-x: -12deg;
  }

  .xl\:odd\:-skew-x-6:nth-child(odd) {
    --tw-skew-x: -6deg;
  }

  .xl\:odd\:-skew-x-3:nth-child(odd) {
    --tw-skew-x: -3deg;
  }

  .xl\:odd\:-skew-x-2:nth-child(odd) {
    --tw-skew-x: -2deg;
  }

  .xl\:odd\:-skew-x-1:nth-child(odd) {
    --tw-skew-x: -1deg;
  }

  .xl\:odd\:skew-y-0:nth-child(odd) {
    --tw-skew-y: 0deg;
  }

  .xl\:odd\:skew-y-1:nth-child(odd) {
    --tw-skew-y: 1deg;
  }

  .xl\:odd\:skew-y-2:nth-child(odd) {
    --tw-skew-y: 2deg;
  }

  .xl\:odd\:skew-y-3:nth-child(odd) {
    --tw-skew-y: 3deg;
  }

  .xl\:odd\:skew-y-6:nth-child(odd) {
    --tw-skew-y: 6deg;
  }

  .xl\:odd\:skew-y-12:nth-child(odd) {
    --tw-skew-y: 12deg;
  }

  .xl\:odd\:-skew-y-12:nth-child(odd) {
    --tw-skew-y: -12deg;
  }

  .xl\:odd\:-skew-y-6:nth-child(odd) {
    --tw-skew-y: -6deg;
  }

  .xl\:odd\:-skew-y-3:nth-child(odd) {
    --tw-skew-y: -3deg;
  }

  .xl\:odd\:-skew-y-2:nth-child(odd) {
    --tw-skew-y: -2deg;
  }

  .xl\:odd\:-skew-y-1:nth-child(odd) {
    --tw-skew-y: -1deg;
  }

  .xl\:even\:skew-x-0:nth-child(even) {
    --tw-skew-x: 0deg;
  }

  .xl\:even\:skew-x-1:nth-child(even) {
    --tw-skew-x: 1deg;
  }

  .xl\:even\:skew-x-2:nth-child(even) {
    --tw-skew-x: 2deg;
  }

  .xl\:even\:skew-x-3:nth-child(even) {
    --tw-skew-x: 3deg;
  }

  .xl\:even\:skew-x-6:nth-child(even) {
    --tw-skew-x: 6deg;
  }

  .xl\:even\:skew-x-12:nth-child(even) {
    --tw-skew-x: 12deg;
  }

  .xl\:even\:-skew-x-12:nth-child(even) {
    --tw-skew-x: -12deg;
  }

  .xl\:even\:-skew-x-6:nth-child(even) {
    --tw-skew-x: -6deg;
  }

  .xl\:even\:-skew-x-3:nth-child(even) {
    --tw-skew-x: -3deg;
  }

  .xl\:even\:-skew-x-2:nth-child(even) {
    --tw-skew-x: -2deg;
  }

  .xl\:even\:-skew-x-1:nth-child(even) {
    --tw-skew-x: -1deg;
  }

  .xl\:even\:skew-y-0:nth-child(even) {
    --tw-skew-y: 0deg;
  }

  .xl\:even\:skew-y-1:nth-child(even) {
    --tw-skew-y: 1deg;
  }

  .xl\:even\:skew-y-2:nth-child(even) {
    --tw-skew-y: 2deg;
  }

  .xl\:even\:skew-y-3:nth-child(even) {
    --tw-skew-y: 3deg;
  }

  .xl\:even\:skew-y-6:nth-child(even) {
    --tw-skew-y: 6deg;
  }

  .xl\:even\:skew-y-12:nth-child(even) {
    --tw-skew-y: 12deg;
  }

  .xl\:even\:-skew-y-12:nth-child(even) {
    --tw-skew-y: -12deg;
  }

  .xl\:even\:-skew-y-6:nth-child(even) {
    --tw-skew-y: -6deg;
  }

  .xl\:even\:-skew-y-3:nth-child(even) {
    --tw-skew-y: -3deg;
  }

  .xl\:even\:-skew-y-2:nth-child(even) {
    --tw-skew-y: -2deg;
  }

  .xl\:even\:-skew-y-1:nth-child(even) {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:active\:skew-x-0:active {
    --tw-skew-x: 0deg;
  }

  .xl\:active\:skew-x-1:active {
    --tw-skew-x: 1deg;
  }

  .xl\:active\:skew-x-2:active {
    --tw-skew-x: 2deg;
  }

  .xl\:active\:skew-x-3:active {
    --tw-skew-x: 3deg;
  }

  .xl\:active\:skew-x-6:active {
    --tw-skew-x: 6deg;
  }

  .xl\:active\:skew-x-12:active {
    --tw-skew-x: 12deg;
  }

  .xl\:active\:-skew-x-12:active {
    --tw-skew-x: -12deg;
  }

  .xl\:active\:-skew-x-6:active {
    --tw-skew-x: -6deg;
  }

  .xl\:active\:-skew-x-3:active {
    --tw-skew-x: -3deg;
  }

  .xl\:active\:-skew-x-2:active {
    --tw-skew-x: -2deg;
  }

  .xl\:active\:-skew-x-1:active {
    --tw-skew-x: -1deg;
  }

  .xl\:active\:skew-y-0:active {
    --tw-skew-y: 0deg;
  }

  .xl\:active\:skew-y-1:active {
    --tw-skew-y: 1deg;
  }

  .xl\:active\:skew-y-2:active {
    --tw-skew-y: 2deg;
  }

  .xl\:active\:skew-y-3:active {
    --tw-skew-y: 3deg;
  }

  .xl\:active\:skew-y-6:active {
    --tw-skew-y: 6deg;
  }

  .xl\:active\:skew-y-12:active {
    --tw-skew-y: 12deg;
  }

  .xl\:active\:-skew-y-12:active {
    --tw-skew-y: -12deg;
  }

  .xl\:active\:-skew-y-6:active {
    --tw-skew-y: -6deg;
  }

  .xl\:active\:-skew-y-3:active {
    --tw-skew-y: -3deg;
  }

  .xl\:active\:-skew-y-2:active {
    --tw-skew-y: -2deg;
  }

  .xl\:active\:-skew-y-1:active {
    --tw-skew-y: -1deg;
  }

  .xl\:visited\:skew-x-0:visited {
    --tw-skew-x: 0deg;
  }

  .xl\:visited\:skew-x-1:visited {
    --tw-skew-x: 1deg;
  }

  .xl\:visited\:skew-x-2:visited {
    --tw-skew-x: 2deg;
  }

  .xl\:visited\:skew-x-3:visited {
    --tw-skew-x: 3deg;
  }

  .xl\:visited\:skew-x-6:visited {
    --tw-skew-x: 6deg;
  }

  .xl\:visited\:skew-x-12:visited {
    --tw-skew-x: 12deg;
  }

  .xl\:visited\:-skew-x-12:visited {
    --tw-skew-x: -12deg;
  }

  .xl\:visited\:-skew-x-6:visited {
    --tw-skew-x: -6deg;
  }

  .xl\:visited\:-skew-x-3:visited {
    --tw-skew-x: -3deg;
  }

  .xl\:visited\:-skew-x-2:visited {
    --tw-skew-x: -2deg;
  }

  .xl\:visited\:-skew-x-1:visited {
    --tw-skew-x: -1deg;
  }

  .xl\:visited\:skew-y-0:visited {
    --tw-skew-y: 0deg;
  }

  .xl\:visited\:skew-y-1:visited {
    --tw-skew-y: 1deg;
  }

  .xl\:visited\:skew-y-2:visited {
    --tw-skew-y: 2deg;
  }

  .xl\:visited\:skew-y-3:visited {
    --tw-skew-y: 3deg;
  }

  .xl\:visited\:skew-y-6:visited {
    --tw-skew-y: 6deg;
  }

  .xl\:visited\:skew-y-12:visited {
    --tw-skew-y: 12deg;
  }

  .xl\:visited\:-skew-y-12:visited {
    --tw-skew-y: -12deg;
  }

  .xl\:visited\:-skew-y-6:visited {
    --tw-skew-y: -6deg;
  }

  .xl\:visited\:-skew-y-3:visited {
    --tw-skew-y: -3deg;
  }

  .xl\:visited\:-skew-y-2:visited {
    --tw-skew-y: -2deg;
  }

  .xl\:visited\:-skew-y-1:visited {
    --tw-skew-y: -1deg;
  }

  .xl\:disabled\:skew-x-0:disabled {
    --tw-skew-x: 0deg;
  }

  .xl\:disabled\:skew-x-1:disabled {
    --tw-skew-x: 1deg;
  }

  .xl\:disabled\:skew-x-2:disabled {
    --tw-skew-x: 2deg;
  }

  .xl\:disabled\:skew-x-3:disabled {
    --tw-skew-x: 3deg;
  }

  .xl\:disabled\:skew-x-6:disabled {
    --tw-skew-x: 6deg;
  }

  .xl\:disabled\:skew-x-12:disabled {
    --tw-skew-x: 12deg;
  }

  .xl\:disabled\:-skew-x-12:disabled {
    --tw-skew-x: -12deg;
  }

  .xl\:disabled\:-skew-x-6:disabled {
    --tw-skew-x: -6deg;
  }

  .xl\:disabled\:-skew-x-3:disabled {
    --tw-skew-x: -3deg;
  }

  .xl\:disabled\:-skew-x-2:disabled {
    --tw-skew-x: -2deg;
  }

  .xl\:disabled\:-skew-x-1:disabled {
    --tw-skew-x: -1deg;
  }

  .xl\:disabled\:skew-y-0:disabled {
    --tw-skew-y: 0deg;
  }

  .xl\:disabled\:skew-y-1:disabled {
    --tw-skew-y: 1deg;
  }

  .xl\:disabled\:skew-y-2:disabled {
    --tw-skew-y: 2deg;
  }

  .xl\:disabled\:skew-y-3:disabled {
    --tw-skew-y: 3deg;
  }

  .xl\:disabled\:skew-y-6:disabled {
    --tw-skew-y: 6deg;
  }

  .xl\:disabled\:skew-y-12:disabled {
    --tw-skew-y: 12deg;
  }

  .xl\:disabled\:-skew-y-12:disabled {
    --tw-skew-y: -12deg;
  }

  .xl\:disabled\:-skew-y-6:disabled {
    --tw-skew-y: -6deg;
  }

  .xl\:disabled\:-skew-y-3:disabled {
    --tw-skew-y: -3deg;
  }

  .xl\:disabled\:-skew-y-2:disabled {
    --tw-skew-y: -2deg;
  }

  .xl\:disabled\:-skew-y-1:disabled {
    --tw-skew-y: -1deg;
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\: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;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .xl\:group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\: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;
  }

  .group:hover .xl\:group-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition-none:focus-within {
    transition-property: none;
  }

  .xl\:focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition:focus-within {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition-colors:focus-within {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition-opacity:focus-within {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition-shadow:focus-within {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus-within\:transition-transform:focus-within {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition-none:first-child {
    transition-property: none;
  }

  .xl\:first\:transition-all:first-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition-opacity:first-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:first\:transition-transform:first-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition-none:last-child {
    transition-property: none;
  }

  .xl\:last\:transition-all:last-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition-opacity:last-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:last\:transition-transform:last-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .xl\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .xl\:even\:transition-all:nth-child(even) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition-none:hover {
    transition-property: none;
  }

  .xl\:hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:hover\:transition-transform:hover {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition-none:focus {
    transition-property: none;
  }

  .xl\:focus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition-opacity:focus {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:focus\:transition-transform:focus {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition-none:active {
    transition-property: none;
  }

  .xl\:active\:transition-all:active {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition:active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition-colors:active {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition-opacity:active {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition-shadow:active {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:active\:transition-transform:active {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition-none:visited {
    transition-property: none;
  }

  .xl\:visited\:transition-all:visited {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition:visited {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition-colors:visited {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition-opacity:visited {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition-shadow:visited {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:visited\:transition-transform:visited {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition-none:disabled {
    transition-property: none;
  }

  .xl\:disabled\:transition-all:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition:disabled {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition-colors:disabled {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition-opacity:disabled {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition-shadow:disabled {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:disabled\:transition-transform:disabled {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .xl\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .xl\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .xl\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .xl\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:focus-within\:ease-linear:focus-within {
    transition-timing-function: linear;
  }

  .xl\:focus-within\:ease-in:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:focus-within\:ease-out:focus-within {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:focus-within\:ease-in-out:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .xl\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .xl\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .xl\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .xl\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .xl\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .xl\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:active\:ease-linear:active {
    transition-timing-function: linear;
  }

  .xl\:active\:ease-in:active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:active\:ease-out:active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:active\:ease-in-out:active {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:visited\:ease-linear:visited {
    transition-timing-function: linear;
  }

  .xl\:visited\:ease-in:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:visited\:ease-out:visited {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:visited\:ease-in-out:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:disabled\:ease-linear:disabled {
    transition-timing-function: linear;
  }

  .xl\:disabled\:ease-in:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:disabled\:ease-out:disabled {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:disabled\:ease-in-out:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .group:hover .xl\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .xl\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .xl\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .xl\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .xl\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .xl\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .xl\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .xl\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:focus-within\:duration-75:focus-within {
    transition-duration: 75ms;
  }

  .xl\:focus-within\:duration-100:focus-within {
    transition-duration: 100ms;
  }

  .xl\:focus-within\:duration-150:focus-within {
    transition-duration: 150ms;
  }

  .xl\:focus-within\:duration-200:focus-within {
    transition-duration: 200ms;
  }

  .xl\:focus-within\:duration-300:focus-within {
    transition-duration: 300ms;
  }

  .xl\:focus-within\:duration-500:focus-within {
    transition-duration: 500ms;
  }

  .xl\:focus-within\:duration-700:focus-within {
    transition-duration: 700ms;
  }

  .xl\:focus-within\:duration-1000:focus-within {
    transition-duration: 1000ms;
  }

  .xl\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .xl\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .xl\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .xl\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .xl\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .xl\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .xl\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .xl\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .xl\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .xl\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .xl\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .xl\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .xl\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .xl\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .xl\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .xl\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .xl\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .xl\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .xl\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .xl\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .xl\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .xl\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .xl\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .xl\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .xl\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .xl\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .xl\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .xl\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .xl\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .xl\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .xl\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .xl\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .xl\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .xl\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .xl\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .xl\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .xl\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .xl\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .xl\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .xl\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .xl\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .xl\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .xl\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .xl\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .xl\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .xl\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .xl\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .xl\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .xl\:active\:duration-75:active {
    transition-duration: 75ms;
  }

  .xl\:active\:duration-100:active {
    transition-duration: 100ms;
  }

  .xl\:active\:duration-150:active {
    transition-duration: 150ms;
  }

  .xl\:active\:duration-200:active {
    transition-duration: 200ms;
  }

  .xl\:active\:duration-300:active {
    transition-duration: 300ms;
  }

  .xl\:active\:duration-500:active {
    transition-duration: 500ms;
  }

  .xl\:active\:duration-700:active {
    transition-duration: 700ms;
  }

  .xl\:active\:duration-1000:active {
    transition-duration: 1000ms;
  }

  .xl\:visited\:duration-75:visited {
    transition-duration: 75ms;
  }

  .xl\:visited\:duration-100:visited {
    transition-duration: 100ms;
  }

  .xl\:visited\:duration-150:visited {
    transition-duration: 150ms;
  }

  .xl\:visited\:duration-200:visited {
    transition-duration: 200ms;
  }

  .xl\:visited\:duration-300:visited {
    transition-duration: 300ms;
  }

  .xl\:visited\:duration-500:visited {
    transition-duration: 500ms;
  }

  .xl\:visited\:duration-700:visited {
    transition-duration: 700ms;
  }

  .xl\:visited\:duration-1000:visited {
    transition-duration: 1000ms;
  }

  .xl\:disabled\:duration-75:disabled {
    transition-duration: 75ms;
  }

  .xl\:disabled\:duration-100:disabled {
    transition-duration: 100ms;
  }

  .xl\:disabled\:duration-150:disabled {
    transition-duration: 150ms;
  }

  .xl\:disabled\:duration-200:disabled {
    transition-duration: 200ms;
  }

  .xl\:disabled\:duration-300:disabled {
    transition-duration: 300ms;
  }

  .xl\:disabled\:duration-500:disabled {
    transition-duration: 500ms;
  }

  .xl\:disabled\:duration-700:disabled {
    transition-duration: 700ms;
  }

  .xl\:disabled\:duration-1000:disabled {
    transition-duration: 1000ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .group:hover .xl\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .xl\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .xl\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .xl\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .xl\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .xl\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .xl\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .xl\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:focus-within\:delay-75:focus-within {
    transition-delay: 75ms;
  }

  .xl\:focus-within\:delay-100:focus-within {
    transition-delay: 100ms;
  }

  .xl\:focus-within\:delay-150:focus-within {
    transition-delay: 150ms;
  }

  .xl\:focus-within\:delay-200:focus-within {
    transition-delay: 200ms;
  }

  .xl\:focus-within\:delay-300:focus-within {
    transition-delay: 300ms;
  }

  .xl\:focus-within\:delay-500:focus-within {
    transition-delay: 500ms;
  }

  .xl\:focus-within\:delay-700:focus-within {
    transition-delay: 700ms;
  }

  .xl\:focus-within\:delay-1000:focus-within {
    transition-delay: 1000ms;
  }

  .xl\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .xl\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .xl\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .xl\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .xl\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .xl\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .xl\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .xl\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .xl\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .xl\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .xl\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .xl\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .xl\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .xl\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .xl\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .xl\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .xl\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .xl\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .xl\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .xl\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .xl\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .xl\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .xl\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .xl\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .xl\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .xl\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .xl\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .xl\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .xl\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .xl\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .xl\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .xl\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .xl\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .xl\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .xl\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .xl\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .xl\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .xl\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .xl\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .xl\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .xl\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .xl\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .xl\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .xl\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .xl\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .xl\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .xl\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .xl\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .xl\:active\:delay-75:active {
    transition-delay: 75ms;
  }

  .xl\:active\:delay-100:active {
    transition-delay: 100ms;
  }

  .xl\:active\:delay-150:active {
    transition-delay: 150ms;
  }

  .xl\:active\:delay-200:active {
    transition-delay: 200ms;
  }

  .xl\:active\:delay-300:active {
    transition-delay: 300ms;
  }

  .xl\:active\:delay-500:active {
    transition-delay: 500ms;
  }

  .xl\:active\:delay-700:active {
    transition-delay: 700ms;
  }

  .xl\:active\:delay-1000:active {
    transition-delay: 1000ms;
  }

  .xl\:visited\:delay-75:visited {
    transition-delay: 75ms;
  }

  .xl\:visited\:delay-100:visited {
    transition-delay: 100ms;
  }

  .xl\:visited\:delay-150:visited {
    transition-delay: 150ms;
  }

  .xl\:visited\:delay-200:visited {
    transition-delay: 200ms;
  }

  .xl\:visited\:delay-300:visited {
    transition-delay: 300ms;
  }

  .xl\:visited\:delay-500:visited {
    transition-delay: 500ms;
  }

  .xl\:visited\:delay-700:visited {
    transition-delay: 700ms;
  }

  .xl\:visited\:delay-1000:visited {
    transition-delay: 1000ms;
  }

  .xl\:disabled\:delay-75:disabled {
    transition-delay: 75ms;
  }

  .xl\:disabled\:delay-100:disabled {
    transition-delay: 100ms;
  }

  .xl\:disabled\:delay-150:disabled {
    transition-delay: 150ms;
  }

  .xl\:disabled\:delay-200:disabled {
    transition-delay: 200ms;
  }

  .xl\:disabled\:delay-300:disabled {
    transition-delay: 300ms;
  }

  .xl\:disabled\:delay-500:disabled {
    transition-delay: 500ms;
  }

  .xl\:disabled\:delay-700:disabled {
    transition-delay: 700ms;
  }

  .xl\:disabled\:delay-1000:disabled {
    transition-delay: 1000ms;
  }

  .xl\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .group:hover .xl\:group-hover\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .group:hover .xl\:group-hover\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .group:hover .xl\:group-hover\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .xl\:group-hover\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .xl\:group-hover\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:focus-within\:animate-none:focus-within {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:focus-within\:animate-spin:focus-within {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:focus-within\:animate-ping:focus-within {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:focus-within\:animate-pulse:focus-within {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:focus-within\:animate-bounce:focus-within {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:first\:animate-none:first-child {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:first\:animate-spin:first-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:first\:animate-ping:first-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:first\:animate-pulse:first-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:first\:animate-bounce:first-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:last\:animate-none:last-child {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:last\:animate-spin:last-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:last\:animate-ping:last-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:last\:animate-pulse:last-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:last\:animate-bounce:last-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:odd\:animate-none:nth-child(odd) {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:odd\:animate-spin:nth-child(odd) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:odd\:animate-ping:nth-child(odd) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:odd\:animate-pulse:nth-child(odd) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:odd\:animate-bounce:nth-child(odd) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:even\:animate-none:nth-child(even) {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:even\:animate-spin:nth-child(even) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:even\:animate-ping:nth-child(even) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:even\:animate-pulse:nth-child(even) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:even\:animate-bounce:nth-child(even) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:hover\:animate-none:hover {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:hover\:animate-spin:hover {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:hover\:animate-ping:hover {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:hover\:animate-pulse:hover {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:hover\:animate-bounce:hover {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:focus\:animate-none:focus {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:focus\:animate-spin:focus {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:focus\:animate-ping:focus {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:focus\:animate-pulse:focus {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:focus\:animate-bounce:focus {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:active\:animate-none:active {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:active\:animate-spin:active {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:active\:animate-ping:active {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:active\:animate-pulse:active {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:active\:animate-bounce:active {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:visited\:animate-none:visited {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:visited\:animate-spin:visited {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:visited\:animate-ping:visited {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:visited\:animate-pulse:visited {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:visited\:animate-bounce:visited {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:disabled\:animate-none:disabled {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:disabled\:animate-spin:disabled {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:disabled\:animate-ping:disabled {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:disabled\:animate-pulse:disabled {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:disabled\:animate-bounce:disabled {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .group:hover .\32xl\:group-hover\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:focus-within\:container:focus-within {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:first\:container:first-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:last\:container:last-child {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:odd\:container:nth-child(odd) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:even\:container:nth-child(even) {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:hover\:container:hover {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:focus\:container:focus {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:active\:container:active {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:visited\:container:visited {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:disabled\:container:disabled {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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)));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:-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));
  }

  .group:hover .\32xl\:group-hover\:-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)));
  }

  .group:hover .\32xl\:group-hover\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .group:hover .\32xl\:group-hover\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:focus-within\:space-y-0:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-0:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-1:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-1:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-2:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-2:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-3:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-3:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-4:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-4:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-5:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-5:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-6:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-6:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-7:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-7:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-8:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-8:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-9:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-9:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-10:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-10:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-11:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-11:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-12:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-12:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-14:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-14:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-16:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-16:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-20:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-20:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-24:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-24:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-28:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-28:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-32:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-32:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-36:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-36:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-40:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-40:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-44:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-44:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-48:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-48:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-52:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-52:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-56:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-56:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-60:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-60:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-64:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-64:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-72:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-72:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-80:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-80:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-96:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-96:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-px:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-px:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-0\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-0\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-1\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-1\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-2\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-2\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-3\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:space-x-3\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-0:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-0:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-1:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-1:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-2:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-2:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-3:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-3:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-4:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-4:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-5:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-5:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-6:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-6:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-7:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-7:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-8:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-8:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-9:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-9:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-10:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-10:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-11:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-11:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-12:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-12:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-14:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-14:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-16:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-16:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-20:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-20:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-24:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-24:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-28:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-28:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-32:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-32:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-36:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-36:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-40:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-40:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-44:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-44:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-48:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-48:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-52:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-52:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-56:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-56:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-60:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-60:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-64:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-64:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-72:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-72:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-80:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-80:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-96:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-96:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-px:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-px:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-0\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-0\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-1\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-1\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-2\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-2\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:-space-y-3\.5:focus-within > :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));
  }

  .\32xl\:focus-within\:-space-x-3\.5:focus-within > :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)));
  }

  .\32xl\:focus-within\:space-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:focus-within\:space-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:first\:space-y-0:first-child > :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));
  }

  .\32xl\:first\:space-x-0:first-child > :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)));
  }

  .\32xl\:first\:space-y-1:first-child > :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));
  }

  .\32xl\:first\:space-x-1:first-child > :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)));
  }

  .\32xl\:first\:space-y-2:first-child > :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));
  }

  .\32xl\:first\:space-x-2:first-child > :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)));
  }

  .\32xl\:first\:space-y-3:first-child > :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));
  }

  .\32xl\:first\:space-x-3:first-child > :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)));
  }

  .\32xl\:first\:space-y-4:first-child > :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));
  }

  .\32xl\:first\:space-x-4:first-child > :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)));
  }

  .\32xl\:first\:space-y-5:first-child > :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));
  }

  .\32xl\:first\:space-x-5:first-child > :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)));
  }

  .\32xl\:first\:space-y-6:first-child > :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));
  }

  .\32xl\:first\:space-x-6:first-child > :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)));
  }

  .\32xl\:first\:space-y-7:first-child > :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));
  }

  .\32xl\:first\:space-x-7:first-child > :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)));
  }

  .\32xl\:first\:space-y-8:first-child > :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));
  }

  .\32xl\:first\:space-x-8:first-child > :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)));
  }

  .\32xl\:first\:space-y-9:first-child > :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));
  }

  .\32xl\:first\:space-x-9:first-child > :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)));
  }

  .\32xl\:first\:space-y-10:first-child > :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));
  }

  .\32xl\:first\:space-x-10:first-child > :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)));
  }

  .\32xl\:first\:space-y-11:first-child > :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));
  }

  .\32xl\:first\:space-x-11:first-child > :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)));
  }

  .\32xl\:first\:space-y-12:first-child > :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));
  }

  .\32xl\:first\:space-x-12:first-child > :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)));
  }

  .\32xl\:first\:space-y-14:first-child > :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));
  }

  .\32xl\:first\:space-x-14:first-child > :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)));
  }

  .\32xl\:first\:space-y-16:first-child > :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));
  }

  .\32xl\:first\:space-x-16:first-child > :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)));
  }

  .\32xl\:first\:space-y-20:first-child > :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));
  }

  .\32xl\:first\:space-x-20:first-child > :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)));
  }

  .\32xl\:first\:space-y-24:first-child > :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));
  }

  .\32xl\:first\:space-x-24:first-child > :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)));
  }

  .\32xl\:first\:space-y-28:first-child > :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));
  }

  .\32xl\:first\:space-x-28:first-child > :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)));
  }

  .\32xl\:first\:space-y-32:first-child > :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));
  }

  .\32xl\:first\:space-x-32:first-child > :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)));
  }

  .\32xl\:first\:space-y-36:first-child > :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));
  }

  .\32xl\:first\:space-x-36:first-child > :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)));
  }

  .\32xl\:first\:space-y-40:first-child > :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));
  }

  .\32xl\:first\:space-x-40:first-child > :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)));
  }

  .\32xl\:first\:space-y-44:first-child > :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));
  }

  .\32xl\:first\:space-x-44:first-child > :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)));
  }

  .\32xl\:first\:space-y-48:first-child > :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));
  }

  .\32xl\:first\:space-x-48:first-child > :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)));
  }

  .\32xl\:first\:space-y-52:first-child > :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));
  }

  .\32xl\:first\:space-x-52:first-child > :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)));
  }

  .\32xl\:first\:space-y-56:first-child > :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));
  }

  .\32xl\:first\:space-x-56:first-child > :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)));
  }

  .\32xl\:first\:space-y-60:first-child > :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));
  }

  .\32xl\:first\:space-x-60:first-child > :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)));
  }

  .\32xl\:first\:space-y-64:first-child > :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));
  }

  .\32xl\:first\:space-x-64:first-child > :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)));
  }

  .\32xl\:first\:space-y-72:first-child > :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));
  }

  .\32xl\:first\:space-x-72:first-child > :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)));
  }

  .\32xl\:first\:space-y-80:first-child > :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));
  }

  .\32xl\:first\:space-x-80:first-child > :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)));
  }

  .\32xl\:first\:space-y-96:first-child > :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));
  }

  .\32xl\:first\:space-x-96:first-child > :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)));
  }

  .\32xl\:first\:space-y-px:first-child > :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));
  }

  .\32xl\:first\:space-x-px:first-child > :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)));
  }

  .\32xl\:first\:space-y-0\.5:first-child > :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));
  }

  .\32xl\:first\:space-x-0\.5:first-child > :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)));
  }

  .\32xl\:first\:space-y-1\.5:first-child > :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));
  }

  .\32xl\:first\:space-x-1\.5:first-child > :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)));
  }

  .\32xl\:first\:space-y-2\.5:first-child > :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));
  }

  .\32xl\:first\:space-x-2\.5:first-child > :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)));
  }

  .\32xl\:first\:space-y-3\.5:first-child > :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));
  }

  .\32xl\:first\:space-x-3\.5:first-child > :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)));
  }

  .\32xl\:first\:-space-y-0:first-child > :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));
  }

  .\32xl\:first\:-space-x-0:first-child > :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)));
  }

  .\32xl\:first\:-space-y-1:first-child > :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));
  }

  .\32xl\:first\:-space-x-1:first-child > :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)));
  }

  .\32xl\:first\:-space-y-2:first-child > :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));
  }

  .\32xl\:first\:-space-x-2:first-child > :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)));
  }

  .\32xl\:first\:-space-y-3:first-child > :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));
  }

  .\32xl\:first\:-space-x-3:first-child > :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)));
  }

  .\32xl\:first\:-space-y-4:first-child > :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));
  }

  .\32xl\:first\:-space-x-4:first-child > :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)));
  }

  .\32xl\:first\:-space-y-5:first-child > :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));
  }

  .\32xl\:first\:-space-x-5:first-child > :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)));
  }

  .\32xl\:first\:-space-y-6:first-child > :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));
  }

  .\32xl\:first\:-space-x-6:first-child > :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)));
  }

  .\32xl\:first\:-space-y-7:first-child > :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));
  }

  .\32xl\:first\:-space-x-7:first-child > :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)));
  }

  .\32xl\:first\:-space-y-8:first-child > :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));
  }

  .\32xl\:first\:-space-x-8:first-child > :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)));
  }

  .\32xl\:first\:-space-y-9:first-child > :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));
  }

  .\32xl\:first\:-space-x-9:first-child > :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)));
  }

  .\32xl\:first\:-space-y-10:first-child > :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));
  }

  .\32xl\:first\:-space-x-10:first-child > :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)));
  }

  .\32xl\:first\:-space-y-11:first-child > :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));
  }

  .\32xl\:first\:-space-x-11:first-child > :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)));
  }

  .\32xl\:first\:-space-y-12:first-child > :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));
  }

  .\32xl\:first\:-space-x-12:first-child > :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)));
  }

  .\32xl\:first\:-space-y-14:first-child > :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));
  }

  .\32xl\:first\:-space-x-14:first-child > :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)));
  }

  .\32xl\:first\:-space-y-16:first-child > :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));
  }

  .\32xl\:first\:-space-x-16:first-child > :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)));
  }

  .\32xl\:first\:-space-y-20:first-child > :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));
  }

  .\32xl\:first\:-space-x-20:first-child > :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)));
  }

  .\32xl\:first\:-space-y-24:first-child > :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));
  }

  .\32xl\:first\:-space-x-24:first-child > :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)));
  }

  .\32xl\:first\:-space-y-28:first-child > :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));
  }

  .\32xl\:first\:-space-x-28:first-child > :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)));
  }

  .\32xl\:first\:-space-y-32:first-child > :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));
  }

  .\32xl\:first\:-space-x-32:first-child > :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)));
  }

  .\32xl\:first\:-space-y-36:first-child > :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));
  }

  .\32xl\:first\:-space-x-36:first-child > :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)));
  }

  .\32xl\:first\:-space-y-40:first-child > :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));
  }

  .\32xl\:first\:-space-x-40:first-child > :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)));
  }

  .\32xl\:first\:-space-y-44:first-child > :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));
  }

  .\32xl\:first\:-space-x-44:first-child > :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)));
  }

  .\32xl\:first\:-space-y-48:first-child > :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));
  }

  .\32xl\:first\:-space-x-48:first-child > :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)));
  }

  .\32xl\:first\:-space-y-52:first-child > :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));
  }

  .\32xl\:first\:-space-x-52:first-child > :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)));
  }

  .\32xl\:first\:-space-y-56:first-child > :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));
  }

  .\32xl\:first\:-space-x-56:first-child > :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)));
  }

  .\32xl\:first\:-space-y-60:first-child > :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));
  }

  .\32xl\:first\:-space-x-60:first-child > :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)));
  }

  .\32xl\:first\:-space-y-64:first-child > :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));
  }

  .\32xl\:first\:-space-x-64:first-child > :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)));
  }

  .\32xl\:first\:-space-y-72:first-child > :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));
  }

  .\32xl\:first\:-space-x-72:first-child > :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)));
  }

  .\32xl\:first\:-space-y-80:first-child > :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));
  }

  .\32xl\:first\:-space-x-80:first-child > :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)));
  }

  .\32xl\:first\:-space-y-96:first-child > :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));
  }

  .\32xl\:first\:-space-x-96:first-child > :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)));
  }

  .\32xl\:first\:-space-y-px:first-child > :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));
  }

  .\32xl\:first\:-space-x-px:first-child > :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)));
  }

  .\32xl\:first\:-space-y-0\.5:first-child > :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));
  }

  .\32xl\:first\:-space-x-0\.5:first-child > :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)));
  }

  .\32xl\:first\:-space-y-1\.5:first-child > :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));
  }

  .\32xl\:first\:-space-x-1\.5:first-child > :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)));
  }

  .\32xl\:first\:-space-y-2\.5:first-child > :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));
  }

  .\32xl\:first\:-space-x-2\.5:first-child > :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)));
  }

  .\32xl\:first\:-space-y-3\.5:first-child > :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));
  }

  .\32xl\:first\:-space-x-3\.5:first-child > :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)));
  }

  .\32xl\:first\:space-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:first\:space-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:last\:space-y-0:last-child > :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));
  }

  .\32xl\:last\:space-x-0:last-child > :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)));
  }

  .\32xl\:last\:space-y-1:last-child > :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));
  }

  .\32xl\:last\:space-x-1:last-child > :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)));
  }

  .\32xl\:last\:space-y-2:last-child > :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));
  }

  .\32xl\:last\:space-x-2:last-child > :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)));
  }

  .\32xl\:last\:space-y-3:last-child > :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));
  }

  .\32xl\:last\:space-x-3:last-child > :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)));
  }

  .\32xl\:last\:space-y-4:last-child > :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));
  }

  .\32xl\:last\:space-x-4:last-child > :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)));
  }

  .\32xl\:last\:space-y-5:last-child > :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));
  }

  .\32xl\:last\:space-x-5:last-child > :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)));
  }

  .\32xl\:last\:space-y-6:last-child > :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));
  }

  .\32xl\:last\:space-x-6:last-child > :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)));
  }

  .\32xl\:last\:space-y-7:last-child > :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));
  }

  .\32xl\:last\:space-x-7:last-child > :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)));
  }

  .\32xl\:last\:space-y-8:last-child > :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));
  }

  .\32xl\:last\:space-x-8:last-child > :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)));
  }

  .\32xl\:last\:space-y-9:last-child > :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));
  }

  .\32xl\:last\:space-x-9:last-child > :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)));
  }

  .\32xl\:last\:space-y-10:last-child > :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));
  }

  .\32xl\:last\:space-x-10:last-child > :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)));
  }

  .\32xl\:last\:space-y-11:last-child > :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));
  }

  .\32xl\:last\:space-x-11:last-child > :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)));
  }

  .\32xl\:last\:space-y-12:last-child > :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));
  }

  .\32xl\:last\:space-x-12:last-child > :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)));
  }

  .\32xl\:last\:space-y-14:last-child > :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));
  }

  .\32xl\:last\:space-x-14:last-child > :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)));
  }

  .\32xl\:last\:space-y-16:last-child > :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));
  }

  .\32xl\:last\:space-x-16:last-child > :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)));
  }

  .\32xl\:last\:space-y-20:last-child > :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));
  }

  .\32xl\:last\:space-x-20:last-child > :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)));
  }

  .\32xl\:last\:space-y-24:last-child > :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));
  }

  .\32xl\:last\:space-x-24:last-child > :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)));
  }

  .\32xl\:last\:space-y-28:last-child > :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));
  }

  .\32xl\:last\:space-x-28:last-child > :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)));
  }

  .\32xl\:last\:space-y-32:last-child > :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));
  }

  .\32xl\:last\:space-x-32:last-child > :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)));
  }

  .\32xl\:last\:space-y-36:last-child > :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));
  }

  .\32xl\:last\:space-x-36:last-child > :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)));
  }

  .\32xl\:last\:space-y-40:last-child > :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));
  }

  .\32xl\:last\:space-x-40:last-child > :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)));
  }

  .\32xl\:last\:space-y-44:last-child > :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));
  }

  .\32xl\:last\:space-x-44:last-child > :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)));
  }

  .\32xl\:last\:space-y-48:last-child > :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));
  }

  .\32xl\:last\:space-x-48:last-child > :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)));
  }

  .\32xl\:last\:space-y-52:last-child > :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));
  }

  .\32xl\:last\:space-x-52:last-child > :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)));
  }

  .\32xl\:last\:space-y-56:last-child > :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));
  }

  .\32xl\:last\:space-x-56:last-child > :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)));
  }

  .\32xl\:last\:space-y-60:last-child > :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));
  }

  .\32xl\:last\:space-x-60:last-child > :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)));
  }

  .\32xl\:last\:space-y-64:last-child > :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));
  }

  .\32xl\:last\:space-x-64:last-child > :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)));
  }

  .\32xl\:last\:space-y-72:last-child > :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));
  }

  .\32xl\:last\:space-x-72:last-child > :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)));
  }

  .\32xl\:last\:space-y-80:last-child > :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));
  }

  .\32xl\:last\:space-x-80:last-child > :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)));
  }

  .\32xl\:last\:space-y-96:last-child > :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));
  }

  .\32xl\:last\:space-x-96:last-child > :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)));
  }

  .\32xl\:last\:space-y-px:last-child > :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));
  }

  .\32xl\:last\:space-x-px:last-child > :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)));
  }

  .\32xl\:last\:space-y-0\.5:last-child > :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));
  }

  .\32xl\:last\:space-x-0\.5:last-child > :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)));
  }

  .\32xl\:last\:space-y-1\.5:last-child > :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));
  }

  .\32xl\:last\:space-x-1\.5:last-child > :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)));
  }

  .\32xl\:last\:space-y-2\.5:last-child > :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));
  }

  .\32xl\:last\:space-x-2\.5:last-child > :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)));
  }

  .\32xl\:last\:space-y-3\.5:last-child > :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));
  }

  .\32xl\:last\:space-x-3\.5:last-child > :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)));
  }

  .\32xl\:last\:-space-y-0:last-child > :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));
  }

  .\32xl\:last\:-space-x-0:last-child > :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)));
  }

  .\32xl\:last\:-space-y-1:last-child > :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));
  }

  .\32xl\:last\:-space-x-1:last-child > :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)));
  }

  .\32xl\:last\:-space-y-2:last-child > :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));
  }

  .\32xl\:last\:-space-x-2:last-child > :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)));
  }

  .\32xl\:last\:-space-y-3:last-child > :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));
  }

  .\32xl\:last\:-space-x-3:last-child > :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)));
  }

  .\32xl\:last\:-space-y-4:last-child > :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));
  }

  .\32xl\:last\:-space-x-4:last-child > :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)));
  }

  .\32xl\:last\:-space-y-5:last-child > :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));
  }

  .\32xl\:last\:-space-x-5:last-child > :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)));
  }

  .\32xl\:last\:-space-y-6:last-child > :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));
  }

  .\32xl\:last\:-space-x-6:last-child > :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)));
  }

  .\32xl\:last\:-space-y-7:last-child > :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));
  }

  .\32xl\:last\:-space-x-7:last-child > :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)));
  }

  .\32xl\:last\:-space-y-8:last-child > :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));
  }

  .\32xl\:last\:-space-x-8:last-child > :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)));
  }

  .\32xl\:last\:-space-y-9:last-child > :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));
  }

  .\32xl\:last\:-space-x-9:last-child > :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)));
  }

  .\32xl\:last\:-space-y-10:last-child > :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));
  }

  .\32xl\:last\:-space-x-10:last-child > :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)));
  }

  .\32xl\:last\:-space-y-11:last-child > :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));
  }

  .\32xl\:last\:-space-x-11:last-child > :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)));
  }

  .\32xl\:last\:-space-y-12:last-child > :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));
  }

  .\32xl\:last\:-space-x-12:last-child > :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)));
  }

  .\32xl\:last\:-space-y-14:last-child > :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));
  }

  .\32xl\:last\:-space-x-14:last-child > :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)));
  }

  .\32xl\:last\:-space-y-16:last-child > :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));
  }

  .\32xl\:last\:-space-x-16:last-child > :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)));
  }

  .\32xl\:last\:-space-y-20:last-child > :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));
  }

  .\32xl\:last\:-space-x-20:last-child > :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)));
  }

  .\32xl\:last\:-space-y-24:last-child > :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));
  }

  .\32xl\:last\:-space-x-24:last-child > :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)));
  }

  .\32xl\:last\:-space-y-28:last-child > :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));
  }

  .\32xl\:last\:-space-x-28:last-child > :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)));
  }

  .\32xl\:last\:-space-y-32:last-child > :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));
  }

  .\32xl\:last\:-space-x-32:last-child > :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)));
  }

  .\32xl\:last\:-space-y-36:last-child > :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));
  }

  .\32xl\:last\:-space-x-36:last-child > :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)));
  }

  .\32xl\:last\:-space-y-40:last-child > :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));
  }

  .\32xl\:last\:-space-x-40:last-child > :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)));
  }

  .\32xl\:last\:-space-y-44:last-child > :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));
  }

  .\32xl\:last\:-space-x-44:last-child > :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)));
  }

  .\32xl\:last\:-space-y-48:last-child > :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));
  }

  .\32xl\:last\:-space-x-48:last-child > :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)));
  }

  .\32xl\:last\:-space-y-52:last-child > :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));
  }

  .\32xl\:last\:-space-x-52:last-child > :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)));
  }

  .\32xl\:last\:-space-y-56:last-child > :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));
  }

  .\32xl\:last\:-space-x-56:last-child > :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)));
  }

  .\32xl\:last\:-space-y-60:last-child > :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));
  }

  .\32xl\:last\:-space-x-60:last-child > :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)));
  }

  .\32xl\:last\:-space-y-64:last-child > :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));
  }

  .\32xl\:last\:-space-x-64:last-child > :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)));
  }

  .\32xl\:last\:-space-y-72:last-child > :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));
  }

  .\32xl\:last\:-space-x-72:last-child > :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)));
  }

  .\32xl\:last\:-space-y-80:last-child > :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));
  }

  .\32xl\:last\:-space-x-80:last-child > :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)));
  }

  .\32xl\:last\:-space-y-96:last-child > :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));
  }

  .\32xl\:last\:-space-x-96:last-child > :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)));
  }

  .\32xl\:last\:-space-y-px:last-child > :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));
  }

  .\32xl\:last\:-space-x-px:last-child > :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)));
  }

  .\32xl\:last\:-space-y-0\.5:last-child > :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));
  }

  .\32xl\:last\:-space-x-0\.5:last-child > :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)));
  }

  .\32xl\:last\:-space-y-1\.5:last-child > :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));
  }

  .\32xl\:last\:-space-x-1\.5:last-child > :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)));
  }

  .\32xl\:last\:-space-y-2\.5:last-child > :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));
  }

  .\32xl\:last\:-space-x-2\.5:last-child > :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)));
  }

  .\32xl\:last\:-space-y-3\.5:last-child > :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));
  }

  .\32xl\:last\:-space-x-3\.5:last-child > :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)));
  }

  .\32xl\:last\:space-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:last\:space-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:odd\:space-y-0:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-0:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-1:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-1:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-2:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-2:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-3:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-3:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-4:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-4:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-6:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-6:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-7:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-7:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-8:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-8:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-9:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-9:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-10:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-10:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-11:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-11:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-12:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-12:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-14:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-14:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-16:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-16:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-20:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-20:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-24:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-24:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-28:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-28:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-32:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-32:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-36:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-36:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-40:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-40:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-44:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-44:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-48:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-48:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-52:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-52:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-56:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-56:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-60:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-60:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-64:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-64:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-72:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-72:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-80:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-80:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-96:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-96:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-px:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-px:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-0\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-0\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-1\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-1\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-2\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-2\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-3\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:space-x-3\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-0:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-0:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-1:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-1:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-2:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-2:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-3:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-3:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-4:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-4:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-6:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-6:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-7:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-7:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-8:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-8:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-9:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-9:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-10:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-10:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-11:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-11:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-12:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-12:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-14:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-14:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-16:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-16:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-20:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-20:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-24:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-24:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-28:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-28:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-32:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-32:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-36:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-36:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-40:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-40:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-44:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-44:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-48:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-48:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-52:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-52:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-56:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-56:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-60:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-60:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-64:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-64:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-72:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-72:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-80:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-80:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-96:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-96:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-px:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-px:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-0\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-0\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-1\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-1\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-2\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-2\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:-space-y-3\.5:nth-child(odd) > :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));
  }

  .\32xl\:odd\:-space-x-3\.5:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:space-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:odd\:space-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:even\:space-y-0:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-0:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-1:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-1:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-2:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-2:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-3:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-3:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-4:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-4:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-5:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-5:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-6:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-6:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-7:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-7:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-8:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-8:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-9:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-9:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-10:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-10:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-11:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-11:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-12:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-12:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-14:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-14:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-16:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-16:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-20:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-20:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-24:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-24:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-28:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-28:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-32:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-32:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-36:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-36:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-40:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-40:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-44:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-44:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-48:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-48:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-52:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-52:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-56:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-56:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-60:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-60:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-64:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-64:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-72:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-72:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-80:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-80:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-96:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-96:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-px:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-px:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-0\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-0\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-1\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-1\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-2\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-2\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-3\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:space-x-3\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-0:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-0:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-1:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-1:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-2:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-2:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-3:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-3:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-4:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-4:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-5:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-5:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-6:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-6:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-7:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-7:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-8:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-8:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-9:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-9:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-10:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-10:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-11:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-11:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-12:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-12:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-14:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-14:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-16:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-16:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-20:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-20:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-24:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-24:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-28:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-28:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-32:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-32:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-36:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-36:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-40:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-40:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-44:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-44:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-48:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-48:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-52:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-52:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-56:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-56:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-60:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-60:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-64:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-64:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-72:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-72:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-80:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-80:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-96:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-96:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-px:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-px:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-0\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-0\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-1\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-1\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-2\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-2\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:-space-y-3\.5:nth-child(even) > :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));
  }

  .\32xl\:even\:-space-x-3\.5:nth-child(even) > :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)));
  }

  .\32xl\:even\:space-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:even\:space-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:hover\:space-y-0:hover > :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));
  }

  .\32xl\:hover\:space-x-0:hover > :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)));
  }

  .\32xl\:hover\:space-y-1:hover > :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));
  }

  .\32xl\:hover\:space-x-1:hover > :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)));
  }

  .\32xl\:hover\:space-y-2:hover > :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));
  }

  .\32xl\:hover\:space-x-2:hover > :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)));
  }

  .\32xl\:hover\:space-y-3:hover > :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));
  }

  .\32xl\:hover\:space-x-3:hover > :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)));
  }

  .\32xl\:hover\:space-y-4:hover > :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));
  }

  .\32xl\:hover\:space-x-4:hover > :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)));
  }

  .\32xl\:hover\:space-y-5:hover > :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));
  }

  .\32xl\:hover\:space-x-5:hover > :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)));
  }

  .\32xl\:hover\:space-y-6:hover > :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));
  }

  .\32xl\:hover\:space-x-6:hover > :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)));
  }

  .\32xl\:hover\:space-y-7:hover > :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));
  }

  .\32xl\:hover\:space-x-7:hover > :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)));
  }

  .\32xl\:hover\:space-y-8:hover > :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));
  }

  .\32xl\:hover\:space-x-8:hover > :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)));
  }

  .\32xl\:hover\:space-y-9:hover > :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));
  }

  .\32xl\:hover\:space-x-9:hover > :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)));
  }

  .\32xl\:hover\:space-y-10:hover > :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));
  }

  .\32xl\:hover\:space-x-10:hover > :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)));
  }

  .\32xl\:hover\:space-y-11:hover > :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));
  }

  .\32xl\:hover\:space-x-11:hover > :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)));
  }

  .\32xl\:hover\:space-y-12:hover > :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));
  }

  .\32xl\:hover\:space-x-12:hover > :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)));
  }

  .\32xl\:hover\:space-y-14:hover > :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));
  }

  .\32xl\:hover\:space-x-14:hover > :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)));
  }

  .\32xl\:hover\:space-y-16:hover > :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));
  }

  .\32xl\:hover\:space-x-16:hover > :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)));
  }

  .\32xl\:hover\:space-y-20:hover > :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));
  }

  .\32xl\:hover\:space-x-20:hover > :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)));
  }

  .\32xl\:hover\:space-y-24:hover > :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));
  }

  .\32xl\:hover\:space-x-24:hover > :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)));
  }

  .\32xl\:hover\:space-y-28:hover > :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));
  }

  .\32xl\:hover\:space-x-28:hover > :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)));
  }

  .\32xl\:hover\:space-y-32:hover > :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));
  }

  .\32xl\:hover\:space-x-32:hover > :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)));
  }

  .\32xl\:hover\:space-y-36:hover > :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));
  }

  .\32xl\:hover\:space-x-36:hover > :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)));
  }

  .\32xl\:hover\:space-y-40:hover > :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));
  }

  .\32xl\:hover\:space-x-40:hover > :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)));
  }

  .\32xl\:hover\:space-y-44:hover > :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));
  }

  .\32xl\:hover\:space-x-44:hover > :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)));
  }

  .\32xl\:hover\:space-y-48:hover > :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));
  }

  .\32xl\:hover\:space-x-48:hover > :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)));
  }

  .\32xl\:hover\:space-y-52:hover > :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));
  }

  .\32xl\:hover\:space-x-52:hover > :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)));
  }

  .\32xl\:hover\:space-y-56:hover > :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));
  }

  .\32xl\:hover\:space-x-56:hover > :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)));
  }

  .\32xl\:hover\:space-y-60:hover > :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));
  }

  .\32xl\:hover\:space-x-60:hover > :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)));
  }

  .\32xl\:hover\:space-y-64:hover > :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));
  }

  .\32xl\:hover\:space-x-64:hover > :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)));
  }

  .\32xl\:hover\:space-y-72:hover > :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));
  }

  .\32xl\:hover\:space-x-72:hover > :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)));
  }

  .\32xl\:hover\:space-y-80:hover > :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));
  }

  .\32xl\:hover\:space-x-80:hover > :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)));
  }

  .\32xl\:hover\:space-y-96:hover > :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));
  }

  .\32xl\:hover\:space-x-96:hover > :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)));
  }

  .\32xl\:hover\:space-y-px:hover > :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));
  }

  .\32xl\:hover\:space-x-px:hover > :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)));
  }

  .\32xl\:hover\:space-y-0\.5:hover > :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));
  }

  .\32xl\:hover\:space-x-0\.5:hover > :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)));
  }

  .\32xl\:hover\:space-y-1\.5:hover > :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));
  }

  .\32xl\:hover\:space-x-1\.5:hover > :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)));
  }

  .\32xl\:hover\:space-y-2\.5:hover > :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));
  }

  .\32xl\:hover\:space-x-2\.5:hover > :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)));
  }

  .\32xl\:hover\:space-y-3\.5:hover > :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));
  }

  .\32xl\:hover\:space-x-3\.5:hover > :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)));
  }

  .\32xl\:hover\:-space-y-0:hover > :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));
  }

  .\32xl\:hover\:-space-x-0:hover > :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)));
  }

  .\32xl\:hover\:-space-y-1:hover > :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));
  }

  .\32xl\:hover\:-space-x-1:hover > :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)));
  }

  .\32xl\:hover\:-space-y-2:hover > :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));
  }

  .\32xl\:hover\:-space-x-2:hover > :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)));
  }

  .\32xl\:hover\:-space-y-3:hover > :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));
  }

  .\32xl\:hover\:-space-x-3:hover > :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)));
  }

  .\32xl\:hover\:-space-y-4:hover > :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));
  }

  .\32xl\:hover\:-space-x-4:hover > :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)));
  }

  .\32xl\:hover\:-space-y-5:hover > :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));
  }

  .\32xl\:hover\:-space-x-5:hover > :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)));
  }

  .\32xl\:hover\:-space-y-6:hover > :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));
  }

  .\32xl\:hover\:-space-x-6:hover > :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)));
  }

  .\32xl\:hover\:-space-y-7:hover > :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));
  }

  .\32xl\:hover\:-space-x-7:hover > :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)));
  }

  .\32xl\:hover\:-space-y-8:hover > :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));
  }

  .\32xl\:hover\:-space-x-8:hover > :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)));
  }

  .\32xl\:hover\:-space-y-9:hover > :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));
  }

  .\32xl\:hover\:-space-x-9:hover > :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)));
  }

  .\32xl\:hover\:-space-y-10:hover > :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));
  }

  .\32xl\:hover\:-space-x-10:hover > :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)));
  }

  .\32xl\:hover\:-space-y-11:hover > :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));
  }

  .\32xl\:hover\:-space-x-11:hover > :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)));
  }

  .\32xl\:hover\:-space-y-12:hover > :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));
  }

  .\32xl\:hover\:-space-x-12:hover > :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)));
  }

  .\32xl\:hover\:-space-y-14:hover > :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));
  }

  .\32xl\:hover\:-space-x-14:hover > :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)));
  }

  .\32xl\:hover\:-space-y-16:hover > :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));
  }

  .\32xl\:hover\:-space-x-16:hover > :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)));
  }

  .\32xl\:hover\:-space-y-20:hover > :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));
  }

  .\32xl\:hover\:-space-x-20:hover > :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)));
  }

  .\32xl\:hover\:-space-y-24:hover > :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));
  }

  .\32xl\:hover\:-space-x-24:hover > :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)));
  }

  .\32xl\:hover\:-space-y-28:hover > :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));
  }

  .\32xl\:hover\:-space-x-28:hover > :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)));
  }

  .\32xl\:hover\:-space-y-32:hover > :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));
  }

  .\32xl\:hover\:-space-x-32:hover > :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)));
  }

  .\32xl\:hover\:-space-y-36:hover > :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));
  }

  .\32xl\:hover\:-space-x-36:hover > :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)));
  }

  .\32xl\:hover\:-space-y-40:hover > :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));
  }

  .\32xl\:hover\:-space-x-40:hover > :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)));
  }

  .\32xl\:hover\:-space-y-44:hover > :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));
  }

  .\32xl\:hover\:-space-x-44:hover > :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)));
  }

  .\32xl\:hover\:-space-y-48:hover > :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));
  }

  .\32xl\:hover\:-space-x-48:hover > :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)));
  }

  .\32xl\:hover\:-space-y-52:hover > :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));
  }

  .\32xl\:hover\:-space-x-52:hover > :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)));
  }

  .\32xl\:hover\:-space-y-56:hover > :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));
  }

  .\32xl\:hover\:-space-x-56:hover > :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)));
  }

  .\32xl\:hover\:-space-y-60:hover > :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));
  }

  .\32xl\:hover\:-space-x-60:hover > :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)));
  }

  .\32xl\:hover\:-space-y-64:hover > :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));
  }

  .\32xl\:hover\:-space-x-64:hover > :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)));
  }

  .\32xl\:hover\:-space-y-72:hover > :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));
  }

  .\32xl\:hover\:-space-x-72:hover > :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)));
  }

  .\32xl\:hover\:-space-y-80:hover > :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));
  }

  .\32xl\:hover\:-space-x-80:hover > :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)));
  }

  .\32xl\:hover\:-space-y-96:hover > :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));
  }

  .\32xl\:hover\:-space-x-96:hover > :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)));
  }

  .\32xl\:hover\:-space-y-px:hover > :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));
  }

  .\32xl\:hover\:-space-x-px:hover > :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)));
  }

  .\32xl\:hover\:-space-y-0\.5:hover > :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));
  }

  .\32xl\:hover\:-space-x-0\.5:hover > :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)));
  }

  .\32xl\:hover\:-space-y-1\.5:hover > :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));
  }

  .\32xl\:hover\:-space-x-1\.5:hover > :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)));
  }

  .\32xl\:hover\:-space-y-2\.5:hover > :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));
  }

  .\32xl\:hover\:-space-x-2\.5:hover > :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)));
  }

  .\32xl\:hover\:-space-y-3\.5:hover > :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));
  }

  .\32xl\:hover\:-space-x-3\.5:hover > :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)));
  }

  .\32xl\:hover\:space-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:hover\:space-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:focus\:space-y-0:focus > :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));
  }

  .\32xl\:focus\:space-x-0:focus > :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)));
  }

  .\32xl\:focus\:space-y-1:focus > :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));
  }

  .\32xl\:focus\:space-x-1:focus > :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)));
  }

  .\32xl\:focus\:space-y-2:focus > :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));
  }

  .\32xl\:focus\:space-x-2:focus > :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)));
  }

  .\32xl\:focus\:space-y-3:focus > :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));
  }

  .\32xl\:focus\:space-x-3:focus > :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)));
  }

  .\32xl\:focus\:space-y-4:focus > :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));
  }

  .\32xl\:focus\:space-x-4:focus > :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)));
  }

  .\32xl\:focus\:space-y-5:focus > :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));
  }

  .\32xl\:focus\:space-x-5:focus > :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)));
  }

  .\32xl\:focus\:space-y-6:focus > :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));
  }

  .\32xl\:focus\:space-x-6:focus > :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)));
  }

  .\32xl\:focus\:space-y-7:focus > :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));
  }

  .\32xl\:focus\:space-x-7:focus > :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)));
  }

  .\32xl\:focus\:space-y-8:focus > :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));
  }

  .\32xl\:focus\:space-x-8:focus > :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)));
  }

  .\32xl\:focus\:space-y-9:focus > :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));
  }

  .\32xl\:focus\:space-x-9:focus > :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)));
  }

  .\32xl\:focus\:space-y-10:focus > :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));
  }

  .\32xl\:focus\:space-x-10:focus > :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)));
  }

  .\32xl\:focus\:space-y-11:focus > :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));
  }

  .\32xl\:focus\:space-x-11:focus > :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)));
  }

  .\32xl\:focus\:space-y-12:focus > :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));
  }

  .\32xl\:focus\:space-x-12:focus > :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)));
  }

  .\32xl\:focus\:space-y-14:focus > :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));
  }

  .\32xl\:focus\:space-x-14:focus > :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)));
  }

  .\32xl\:focus\:space-y-16:focus > :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));
  }

  .\32xl\:focus\:space-x-16:focus > :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)));
  }

  .\32xl\:focus\:space-y-20:focus > :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));
  }

  .\32xl\:focus\:space-x-20:focus > :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)));
  }

  .\32xl\:focus\:space-y-24:focus > :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));
  }

  .\32xl\:focus\:space-x-24:focus > :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)));
  }

  .\32xl\:focus\:space-y-28:focus > :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));
  }

  .\32xl\:focus\:space-x-28:focus > :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)));
  }

  .\32xl\:focus\:space-y-32:focus > :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));
  }

  .\32xl\:focus\:space-x-32:focus > :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)));
  }

  .\32xl\:focus\:space-y-36:focus > :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));
  }

  .\32xl\:focus\:space-x-36:focus > :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)));
  }

  .\32xl\:focus\:space-y-40:focus > :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));
  }

  .\32xl\:focus\:space-x-40:focus > :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)));
  }

  .\32xl\:focus\:space-y-44:focus > :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));
  }

  .\32xl\:focus\:space-x-44:focus > :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)));
  }

  .\32xl\:focus\:space-y-48:focus > :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));
  }

  .\32xl\:focus\:space-x-48:focus > :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)));
  }

  .\32xl\:focus\:space-y-52:focus > :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));
  }

  .\32xl\:focus\:space-x-52:focus > :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)));
  }

  .\32xl\:focus\:space-y-56:focus > :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));
  }

  .\32xl\:focus\:space-x-56:focus > :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)));
  }

  .\32xl\:focus\:space-y-60:focus > :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));
  }

  .\32xl\:focus\:space-x-60:focus > :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)));
  }

  .\32xl\:focus\:space-y-64:focus > :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));
  }

  .\32xl\:focus\:space-x-64:focus > :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)));
  }

  .\32xl\:focus\:space-y-72:focus > :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));
  }

  .\32xl\:focus\:space-x-72:focus > :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)));
  }

  .\32xl\:focus\:space-y-80:focus > :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));
  }

  .\32xl\:focus\:space-x-80:focus > :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)));
  }

  .\32xl\:focus\:space-y-96:focus > :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));
  }

  .\32xl\:focus\:space-x-96:focus > :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)));
  }

  .\32xl\:focus\:space-y-px:focus > :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));
  }

  .\32xl\:focus\:space-x-px:focus > :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)));
  }

  .\32xl\:focus\:space-y-0\.5:focus > :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));
  }

  .\32xl\:focus\:space-x-0\.5:focus > :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)));
  }

  .\32xl\:focus\:space-y-1\.5:focus > :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));
  }

  .\32xl\:focus\:space-x-1\.5:focus > :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)));
  }

  .\32xl\:focus\:space-y-2\.5:focus > :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));
  }

  .\32xl\:focus\:space-x-2\.5:focus > :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)));
  }

  .\32xl\:focus\:space-y-3\.5:focus > :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));
  }

  .\32xl\:focus\:space-x-3\.5:focus > :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)));
  }

  .\32xl\:focus\:-space-y-0:focus > :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));
  }

  .\32xl\:focus\:-space-x-0:focus > :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)));
  }

  .\32xl\:focus\:-space-y-1:focus > :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));
  }

  .\32xl\:focus\:-space-x-1:focus > :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)));
  }

  .\32xl\:focus\:-space-y-2:focus > :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));
  }

  .\32xl\:focus\:-space-x-2:focus > :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)));
  }

  .\32xl\:focus\:-space-y-3:focus > :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));
  }

  .\32xl\:focus\:-space-x-3:focus > :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)));
  }

  .\32xl\:focus\:-space-y-4:focus > :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));
  }

  .\32xl\:focus\:-space-x-4:focus > :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)));
  }

  .\32xl\:focus\:-space-y-5:focus > :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));
  }

  .\32xl\:focus\:-space-x-5:focus > :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)));
  }

  .\32xl\:focus\:-space-y-6:focus > :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));
  }

  .\32xl\:focus\:-space-x-6:focus > :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)));
  }

  .\32xl\:focus\:-space-y-7:focus > :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));
  }

  .\32xl\:focus\:-space-x-7:focus > :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)));
  }

  .\32xl\:focus\:-space-y-8:focus > :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));
  }

  .\32xl\:focus\:-space-x-8:focus > :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)));
  }

  .\32xl\:focus\:-space-y-9:focus > :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));
  }

  .\32xl\:focus\:-space-x-9:focus > :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)));
  }

  .\32xl\:focus\:-space-y-10:focus > :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));
  }

  .\32xl\:focus\:-space-x-10:focus > :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)));
  }

  .\32xl\:focus\:-space-y-11:focus > :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));
  }

  .\32xl\:focus\:-space-x-11:focus > :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)));
  }

  .\32xl\:focus\:-space-y-12:focus > :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));
  }

  .\32xl\:focus\:-space-x-12:focus > :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)));
  }

  .\32xl\:focus\:-space-y-14:focus > :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));
  }

  .\32xl\:focus\:-space-x-14:focus > :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)));
  }

  .\32xl\:focus\:-space-y-16:focus > :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));
  }

  .\32xl\:focus\:-space-x-16:focus > :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)));
  }

  .\32xl\:focus\:-space-y-20:focus > :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));
  }

  .\32xl\:focus\:-space-x-20:focus > :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)));
  }

  .\32xl\:focus\:-space-y-24:focus > :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));
  }

  .\32xl\:focus\:-space-x-24:focus > :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)));
  }

  .\32xl\:focus\:-space-y-28:focus > :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));
  }

  .\32xl\:focus\:-space-x-28:focus > :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)));
  }

  .\32xl\:focus\:-space-y-32:focus > :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));
  }

  .\32xl\:focus\:-space-x-32:focus > :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)));
  }

  .\32xl\:focus\:-space-y-36:focus > :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));
  }

  .\32xl\:focus\:-space-x-36:focus > :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)));
  }

  .\32xl\:focus\:-space-y-40:focus > :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));
  }

  .\32xl\:focus\:-space-x-40:focus > :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)));
  }

  .\32xl\:focus\:-space-y-44:focus > :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));
  }

  .\32xl\:focus\:-space-x-44:focus > :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)));
  }

  .\32xl\:focus\:-space-y-48:focus > :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));
  }

  .\32xl\:focus\:-space-x-48:focus > :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)));
  }

  .\32xl\:focus\:-space-y-52:focus > :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));
  }

  .\32xl\:focus\:-space-x-52:focus > :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)));
  }

  .\32xl\:focus\:-space-y-56:focus > :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));
  }

  .\32xl\:focus\:-space-x-56:focus > :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)));
  }

  .\32xl\:focus\:-space-y-60:focus > :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));
  }

  .\32xl\:focus\:-space-x-60:focus > :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)));
  }

  .\32xl\:focus\:-space-y-64:focus > :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));
  }

  .\32xl\:focus\:-space-x-64:focus > :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)));
  }

  .\32xl\:focus\:-space-y-72:focus > :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));
  }

  .\32xl\:focus\:-space-x-72:focus > :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)));
  }

  .\32xl\:focus\:-space-y-80:focus > :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));
  }

  .\32xl\:focus\:-space-x-80:focus > :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)));
  }

  .\32xl\:focus\:-space-y-96:focus > :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));
  }

  .\32xl\:focus\:-space-x-96:focus > :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)));
  }

  .\32xl\:focus\:-space-y-px:focus > :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));
  }

  .\32xl\:focus\:-space-x-px:focus > :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)));
  }

  .\32xl\:focus\:-space-y-0\.5:focus > :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));
  }

  .\32xl\:focus\:-space-x-0\.5:focus > :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)));
  }

  .\32xl\:focus\:-space-y-1\.5:focus > :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));
  }

  .\32xl\:focus\:-space-x-1\.5:focus > :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)));
  }

  .\32xl\:focus\:-space-y-2\.5:focus > :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));
  }

  .\32xl\:focus\:-space-x-2\.5:focus > :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)));
  }

  .\32xl\:focus\:-space-y-3\.5:focus > :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));
  }

  .\32xl\:focus\:-space-x-3\.5:focus > :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)));
  }

  .\32xl\:focus\:space-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:focus\:space-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:active\:space-y-0:active > :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));
  }

  .\32xl\:active\:space-x-0:active > :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)));
  }

  .\32xl\:active\:space-y-1:active > :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));
  }

  .\32xl\:active\:space-x-1:active > :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)));
  }

  .\32xl\:active\:space-y-2:active > :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));
  }

  .\32xl\:active\:space-x-2:active > :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)));
  }

  .\32xl\:active\:space-y-3:active > :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));
  }

  .\32xl\:active\:space-x-3:active > :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)));
  }

  .\32xl\:active\:space-y-4:active > :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));
  }

  .\32xl\:active\:space-x-4:active > :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)));
  }

  .\32xl\:active\:space-y-5:active > :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));
  }

  .\32xl\:active\:space-x-5:active > :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)));
  }

  .\32xl\:active\:space-y-6:active > :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));
  }

  .\32xl\:active\:space-x-6:active > :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)));
  }

  .\32xl\:active\:space-y-7:active > :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));
  }

  .\32xl\:active\:space-x-7:active > :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)));
  }

  .\32xl\:active\:space-y-8:active > :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));
  }

  .\32xl\:active\:space-x-8:active > :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)));
  }

  .\32xl\:active\:space-y-9:active > :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));
  }

  .\32xl\:active\:space-x-9:active > :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)));
  }

  .\32xl\:active\:space-y-10:active > :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));
  }

  .\32xl\:active\:space-x-10:active > :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)));
  }

  .\32xl\:active\:space-y-11:active > :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));
  }

  .\32xl\:active\:space-x-11:active > :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)));
  }

  .\32xl\:active\:space-y-12:active > :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));
  }

  .\32xl\:active\:space-x-12:active > :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)));
  }

  .\32xl\:active\:space-y-14:active > :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));
  }

  .\32xl\:active\:space-x-14:active > :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)));
  }

  .\32xl\:active\:space-y-16:active > :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));
  }

  .\32xl\:active\:space-x-16:active > :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)));
  }

  .\32xl\:active\:space-y-20:active > :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));
  }

  .\32xl\:active\:space-x-20:active > :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)));
  }

  .\32xl\:active\:space-y-24:active > :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));
  }

  .\32xl\:active\:space-x-24:active > :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)));
  }

  .\32xl\:active\:space-y-28:active > :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));
  }

  .\32xl\:active\:space-x-28:active > :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)));
  }

  .\32xl\:active\:space-y-32:active > :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));
  }

  .\32xl\:active\:space-x-32:active > :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)));
  }

  .\32xl\:active\:space-y-36:active > :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));
  }

  .\32xl\:active\:space-x-36:active > :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)));
  }

  .\32xl\:active\:space-y-40:active > :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));
  }

  .\32xl\:active\:space-x-40:active > :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)));
  }

  .\32xl\:active\:space-y-44:active > :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));
  }

  .\32xl\:active\:space-x-44:active > :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)));
  }

  .\32xl\:active\:space-y-48:active > :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));
  }

  .\32xl\:active\:space-x-48:active > :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)));
  }

  .\32xl\:active\:space-y-52:active > :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));
  }

  .\32xl\:active\:space-x-52:active > :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)));
  }

  .\32xl\:active\:space-y-56:active > :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));
  }

  .\32xl\:active\:space-x-56:active > :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)));
  }

  .\32xl\:active\:space-y-60:active > :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));
  }

  .\32xl\:active\:space-x-60:active > :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)));
  }

  .\32xl\:active\:space-y-64:active > :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));
  }

  .\32xl\:active\:space-x-64:active > :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)));
  }

  .\32xl\:active\:space-y-72:active > :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));
  }

  .\32xl\:active\:space-x-72:active > :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)));
  }

  .\32xl\:active\:space-y-80:active > :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));
  }

  .\32xl\:active\:space-x-80:active > :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)));
  }

  .\32xl\:active\:space-y-96:active > :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));
  }

  .\32xl\:active\:space-x-96:active > :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)));
  }

  .\32xl\:active\:space-y-px:active > :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));
  }

  .\32xl\:active\:space-x-px:active > :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)));
  }

  .\32xl\:active\:space-y-0\.5:active > :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));
  }

  .\32xl\:active\:space-x-0\.5:active > :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)));
  }

  .\32xl\:active\:space-y-1\.5:active > :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));
  }

  .\32xl\:active\:space-x-1\.5:active > :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)));
  }

  .\32xl\:active\:space-y-2\.5:active > :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));
  }

  .\32xl\:active\:space-x-2\.5:active > :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)));
  }

  .\32xl\:active\:space-y-3\.5:active > :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));
  }

  .\32xl\:active\:space-x-3\.5:active > :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)));
  }

  .\32xl\:active\:-space-y-0:active > :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));
  }

  .\32xl\:active\:-space-x-0:active > :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)));
  }

  .\32xl\:active\:-space-y-1:active > :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));
  }

  .\32xl\:active\:-space-x-1:active > :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)));
  }

  .\32xl\:active\:-space-y-2:active > :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));
  }

  .\32xl\:active\:-space-x-2:active > :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)));
  }

  .\32xl\:active\:-space-y-3:active > :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));
  }

  .\32xl\:active\:-space-x-3:active > :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)));
  }

  .\32xl\:active\:-space-y-4:active > :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));
  }

  .\32xl\:active\:-space-x-4:active > :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)));
  }

  .\32xl\:active\:-space-y-5:active > :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));
  }

  .\32xl\:active\:-space-x-5:active > :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)));
  }

  .\32xl\:active\:-space-y-6:active > :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));
  }

  .\32xl\:active\:-space-x-6:active > :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)));
  }

  .\32xl\:active\:-space-y-7:active > :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));
  }

  .\32xl\:active\:-space-x-7:active > :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)));
  }

  .\32xl\:active\:-space-y-8:active > :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));
  }

  .\32xl\:active\:-space-x-8:active > :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)));
  }

  .\32xl\:active\:-space-y-9:active > :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));
  }

  .\32xl\:active\:-space-x-9:active > :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)));
  }

  .\32xl\:active\:-space-y-10:active > :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));
  }

  .\32xl\:active\:-space-x-10:active > :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)));
  }

  .\32xl\:active\:-space-y-11:active > :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));
  }

  .\32xl\:active\:-space-x-11:active > :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)));
  }

  .\32xl\:active\:-space-y-12:active > :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));
  }

  .\32xl\:active\:-space-x-12:active > :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)));
  }

  .\32xl\:active\:-space-y-14:active > :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));
  }

  .\32xl\:active\:-space-x-14:active > :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)));
  }

  .\32xl\:active\:-space-y-16:active > :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));
  }

  .\32xl\:active\:-space-x-16:active > :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)));
  }

  .\32xl\:active\:-space-y-20:active > :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));
  }

  .\32xl\:active\:-space-x-20:active > :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)));
  }

  .\32xl\:active\:-space-y-24:active > :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));
  }

  .\32xl\:active\:-space-x-24:active > :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)));
  }

  .\32xl\:active\:-space-y-28:active > :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));
  }

  .\32xl\:active\:-space-x-28:active > :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)));
  }

  .\32xl\:active\:-space-y-32:active > :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));
  }

  .\32xl\:active\:-space-x-32:active > :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)));
  }

  .\32xl\:active\:-space-y-36:active > :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));
  }

  .\32xl\:active\:-space-x-36:active > :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)));
  }

  .\32xl\:active\:-space-y-40:active > :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));
  }

  .\32xl\:active\:-space-x-40:active > :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)));
  }

  .\32xl\:active\:-space-y-44:active > :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));
  }

  .\32xl\:active\:-space-x-44:active > :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)));
  }

  .\32xl\:active\:-space-y-48:active > :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));
  }

  .\32xl\:active\:-space-x-48:active > :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)));
  }

  .\32xl\:active\:-space-y-52:active > :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));
  }

  .\32xl\:active\:-space-x-52:active > :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)));
  }

  .\32xl\:active\:-space-y-56:active > :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));
  }

  .\32xl\:active\:-space-x-56:active > :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)));
  }

  .\32xl\:active\:-space-y-60:active > :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));
  }

  .\32xl\:active\:-space-x-60:active > :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)));
  }

  .\32xl\:active\:-space-y-64:active > :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));
  }

  .\32xl\:active\:-space-x-64:active > :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)));
  }

  .\32xl\:active\:-space-y-72:active > :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));
  }

  .\32xl\:active\:-space-x-72:active > :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)));
  }

  .\32xl\:active\:-space-y-80:active > :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));
  }

  .\32xl\:active\:-space-x-80:active > :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)));
  }

  .\32xl\:active\:-space-y-96:active > :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));
  }

  .\32xl\:active\:-space-x-96:active > :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)));
  }

  .\32xl\:active\:-space-y-px:active > :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));
  }

  .\32xl\:active\:-space-x-px:active > :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)));
  }

  .\32xl\:active\:-space-y-0\.5:active > :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));
  }

  .\32xl\:active\:-space-x-0\.5:active > :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)));
  }

  .\32xl\:active\:-space-y-1\.5:active > :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));
  }

  .\32xl\:active\:-space-x-1\.5:active > :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)));
  }

  .\32xl\:active\:-space-y-2\.5:active > :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));
  }

  .\32xl\:active\:-space-x-2\.5:active > :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)));
  }

  .\32xl\:active\:-space-y-3\.5:active > :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));
  }

  .\32xl\:active\:-space-x-3\.5:active > :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)));
  }

  .\32xl\:active\:space-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:active\:space-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:visited\:space-y-0:visited > :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));
  }

  .\32xl\:visited\:space-x-0:visited > :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)));
  }

  .\32xl\:visited\:space-y-1:visited > :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));
  }

  .\32xl\:visited\:space-x-1:visited > :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)));
  }

  .\32xl\:visited\:space-y-2:visited > :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));
  }

  .\32xl\:visited\:space-x-2:visited > :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)));
  }

  .\32xl\:visited\:space-y-3:visited > :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));
  }

  .\32xl\:visited\:space-x-3:visited > :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)));
  }

  .\32xl\:visited\:space-y-4:visited > :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));
  }

  .\32xl\:visited\:space-x-4:visited > :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)));
  }

  .\32xl\:visited\:space-y-5:visited > :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));
  }

  .\32xl\:visited\:space-x-5:visited > :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)));
  }

  .\32xl\:visited\:space-y-6:visited > :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));
  }

  .\32xl\:visited\:space-x-6:visited > :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)));
  }

  .\32xl\:visited\:space-y-7:visited > :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));
  }

  .\32xl\:visited\:space-x-7:visited > :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)));
  }

  .\32xl\:visited\:space-y-8:visited > :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));
  }

  .\32xl\:visited\:space-x-8:visited > :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)));
  }

  .\32xl\:visited\:space-y-9:visited > :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));
  }

  .\32xl\:visited\:space-x-9:visited > :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)));
  }

  .\32xl\:visited\:space-y-10:visited > :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));
  }

  .\32xl\:visited\:space-x-10:visited > :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)));
  }

  .\32xl\:visited\:space-y-11:visited > :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));
  }

  .\32xl\:visited\:space-x-11:visited > :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)));
  }

  .\32xl\:visited\:space-y-12:visited > :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));
  }

  .\32xl\:visited\:space-x-12:visited > :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)));
  }

  .\32xl\:visited\:space-y-14:visited > :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));
  }

  .\32xl\:visited\:space-x-14:visited > :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)));
  }

  .\32xl\:visited\:space-y-16:visited > :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));
  }

  .\32xl\:visited\:space-x-16:visited > :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)));
  }

  .\32xl\:visited\:space-y-20:visited > :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));
  }

  .\32xl\:visited\:space-x-20:visited > :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)));
  }

  .\32xl\:visited\:space-y-24:visited > :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));
  }

  .\32xl\:visited\:space-x-24:visited > :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)));
  }

  .\32xl\:visited\:space-y-28:visited > :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));
  }

  .\32xl\:visited\:space-x-28:visited > :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)));
  }

  .\32xl\:visited\:space-y-32:visited > :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));
  }

  .\32xl\:visited\:space-x-32:visited > :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)));
  }

  .\32xl\:visited\:space-y-36:visited > :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));
  }

  .\32xl\:visited\:space-x-36:visited > :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)));
  }

  .\32xl\:visited\:space-y-40:visited > :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));
  }

  .\32xl\:visited\:space-x-40:visited > :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)));
  }

  .\32xl\:visited\:space-y-44:visited > :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));
  }

  .\32xl\:visited\:space-x-44:visited > :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)));
  }

  .\32xl\:visited\:space-y-48:visited > :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));
  }

  .\32xl\:visited\:space-x-48:visited > :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)));
  }

  .\32xl\:visited\:space-y-52:visited > :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));
  }

  .\32xl\:visited\:space-x-52:visited > :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)));
  }

  .\32xl\:visited\:space-y-56:visited > :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));
  }

  .\32xl\:visited\:space-x-56:visited > :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)));
  }

  .\32xl\:visited\:space-y-60:visited > :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));
  }

  .\32xl\:visited\:space-x-60:visited > :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)));
  }

  .\32xl\:visited\:space-y-64:visited > :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));
  }

  .\32xl\:visited\:space-x-64:visited > :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)));
  }

  .\32xl\:visited\:space-y-72:visited > :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));
  }

  .\32xl\:visited\:space-x-72:visited > :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)));
  }

  .\32xl\:visited\:space-y-80:visited > :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));
  }

  .\32xl\:visited\:space-x-80:visited > :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)));
  }

  .\32xl\:visited\:space-y-96:visited > :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));
  }

  .\32xl\:visited\:space-x-96:visited > :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)));
  }

  .\32xl\:visited\:space-y-px:visited > :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));
  }

  .\32xl\:visited\:space-x-px:visited > :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)));
  }

  .\32xl\:visited\:space-y-0\.5:visited > :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));
  }

  .\32xl\:visited\:space-x-0\.5:visited > :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)));
  }

  .\32xl\:visited\:space-y-1\.5:visited > :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));
  }

  .\32xl\:visited\:space-x-1\.5:visited > :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)));
  }

  .\32xl\:visited\:space-y-2\.5:visited > :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));
  }

  .\32xl\:visited\:space-x-2\.5:visited > :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)));
  }

  .\32xl\:visited\:space-y-3\.5:visited > :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));
  }

  .\32xl\:visited\:space-x-3\.5:visited > :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)));
  }

  .\32xl\:visited\:-space-y-0:visited > :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));
  }

  .\32xl\:visited\:-space-x-0:visited > :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)));
  }

  .\32xl\:visited\:-space-y-1:visited > :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));
  }

  .\32xl\:visited\:-space-x-1:visited > :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)));
  }

  .\32xl\:visited\:-space-y-2:visited > :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));
  }

  .\32xl\:visited\:-space-x-2:visited > :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)));
  }

  .\32xl\:visited\:-space-y-3:visited > :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));
  }

  .\32xl\:visited\:-space-x-3:visited > :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)));
  }

  .\32xl\:visited\:-space-y-4:visited > :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));
  }

  .\32xl\:visited\:-space-x-4:visited > :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)));
  }

  .\32xl\:visited\:-space-y-5:visited > :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));
  }

  .\32xl\:visited\:-space-x-5:visited > :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)));
  }

  .\32xl\:visited\:-space-y-6:visited > :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));
  }

  .\32xl\:visited\:-space-x-6:visited > :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)));
  }

  .\32xl\:visited\:-space-y-7:visited > :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));
  }

  .\32xl\:visited\:-space-x-7:visited > :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)));
  }

  .\32xl\:visited\:-space-y-8:visited > :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));
  }

  .\32xl\:visited\:-space-x-8:visited > :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)));
  }

  .\32xl\:visited\:-space-y-9:visited > :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));
  }

  .\32xl\:visited\:-space-x-9:visited > :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)));
  }

  .\32xl\:visited\:-space-y-10:visited > :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));
  }

  .\32xl\:visited\:-space-x-10:visited > :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)));
  }

  .\32xl\:visited\:-space-y-11:visited > :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));
  }

  .\32xl\:visited\:-space-x-11:visited > :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)));
  }

  .\32xl\:visited\:-space-y-12:visited > :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));
  }

  .\32xl\:visited\:-space-x-12:visited > :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)));
  }

  .\32xl\:visited\:-space-y-14:visited > :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));
  }

  .\32xl\:visited\:-space-x-14:visited > :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)));
  }

  .\32xl\:visited\:-space-y-16:visited > :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));
  }

  .\32xl\:visited\:-space-x-16:visited > :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)));
  }

  .\32xl\:visited\:-space-y-20:visited > :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));
  }

  .\32xl\:visited\:-space-x-20:visited > :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)));
  }

  .\32xl\:visited\:-space-y-24:visited > :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));
  }

  .\32xl\:visited\:-space-x-24:visited > :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)));
  }

  .\32xl\:visited\:-space-y-28:visited > :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));
  }

  .\32xl\:visited\:-space-x-28:visited > :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)));
  }

  .\32xl\:visited\:-space-y-32:visited > :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));
  }

  .\32xl\:visited\:-space-x-32:visited > :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)));
  }

  .\32xl\:visited\:-space-y-36:visited > :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));
  }

  .\32xl\:visited\:-space-x-36:visited > :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)));
  }

  .\32xl\:visited\:-space-y-40:visited > :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));
  }

  .\32xl\:visited\:-space-x-40:visited > :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)));
  }

  .\32xl\:visited\:-space-y-44:visited > :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));
  }

  .\32xl\:visited\:-space-x-44:visited > :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)));
  }

  .\32xl\:visited\:-space-y-48:visited > :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));
  }

  .\32xl\:visited\:-space-x-48:visited > :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)));
  }

  .\32xl\:visited\:-space-y-52:visited > :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));
  }

  .\32xl\:visited\:-space-x-52:visited > :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)));
  }

  .\32xl\:visited\:-space-y-56:visited > :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));
  }

  .\32xl\:visited\:-space-x-56:visited > :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)));
  }

  .\32xl\:visited\:-space-y-60:visited > :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));
  }

  .\32xl\:visited\:-space-x-60:visited > :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)));
  }

  .\32xl\:visited\:-space-y-64:visited > :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));
  }

  .\32xl\:visited\:-space-x-64:visited > :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)));
  }

  .\32xl\:visited\:-space-y-72:visited > :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));
  }

  .\32xl\:visited\:-space-x-72:visited > :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)));
  }

  .\32xl\:visited\:-space-y-80:visited > :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));
  }

  .\32xl\:visited\:-space-x-80:visited > :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)));
  }

  .\32xl\:visited\:-space-y-96:visited > :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));
  }

  .\32xl\:visited\:-space-x-96:visited > :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)));
  }

  .\32xl\:visited\:-space-y-px:visited > :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));
  }

  .\32xl\:visited\:-space-x-px:visited > :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)));
  }

  .\32xl\:visited\:-space-y-0\.5:visited > :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));
  }

  .\32xl\:visited\:-space-x-0\.5:visited > :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)));
  }

  .\32xl\:visited\:-space-y-1\.5:visited > :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));
  }

  .\32xl\:visited\:-space-x-1\.5:visited > :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)));
  }

  .\32xl\:visited\:-space-y-2\.5:visited > :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));
  }

  .\32xl\:visited\:-space-x-2\.5:visited > :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)));
  }

  .\32xl\:visited\:-space-y-3\.5:visited > :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));
  }

  .\32xl\:visited\:-space-x-3\.5:visited > :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)));
  }

  .\32xl\:visited\:space-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:visited\:space-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:disabled\:space-y-0:disabled > :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));
  }

  .\32xl\:disabled\:space-x-0:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-1:disabled > :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));
  }

  .\32xl\:disabled\:space-x-1:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-2:disabled > :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));
  }

  .\32xl\:disabled\:space-x-2:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-3:disabled > :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));
  }

  .\32xl\:disabled\:space-x-3:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-4:disabled > :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));
  }

  .\32xl\:disabled\:space-x-4:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-5:disabled > :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));
  }

  .\32xl\:disabled\:space-x-5:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-6:disabled > :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));
  }

  .\32xl\:disabled\:space-x-6:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-7:disabled > :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));
  }

  .\32xl\:disabled\:space-x-7:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-8:disabled > :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));
  }

  .\32xl\:disabled\:space-x-8:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-9:disabled > :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));
  }

  .\32xl\:disabled\:space-x-9:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-10:disabled > :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));
  }

  .\32xl\:disabled\:space-x-10:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-11:disabled > :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));
  }

  .\32xl\:disabled\:space-x-11:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-12:disabled > :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));
  }

  .\32xl\:disabled\:space-x-12:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-14:disabled > :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));
  }

  .\32xl\:disabled\:space-x-14:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-16:disabled > :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));
  }

  .\32xl\:disabled\:space-x-16:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-20:disabled > :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));
  }

  .\32xl\:disabled\:space-x-20:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-24:disabled > :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));
  }

  .\32xl\:disabled\:space-x-24:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-28:disabled > :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));
  }

  .\32xl\:disabled\:space-x-28:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-32:disabled > :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));
  }

  .\32xl\:disabled\:space-x-32:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-36:disabled > :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));
  }

  .\32xl\:disabled\:space-x-36:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-40:disabled > :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));
  }

  .\32xl\:disabled\:space-x-40:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-44:disabled > :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));
  }

  .\32xl\:disabled\:space-x-44:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-48:disabled > :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));
  }

  .\32xl\:disabled\:space-x-48:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-52:disabled > :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));
  }

  .\32xl\:disabled\:space-x-52:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-56:disabled > :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));
  }

  .\32xl\:disabled\:space-x-56:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-60:disabled > :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));
  }

  .\32xl\:disabled\:space-x-60:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-64:disabled > :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));
  }

  .\32xl\:disabled\:space-x-64:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-72:disabled > :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));
  }

  .\32xl\:disabled\:space-x-72:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-80:disabled > :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));
  }

  .\32xl\:disabled\:space-x-80:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-96:disabled > :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));
  }

  .\32xl\:disabled\:space-x-96:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-px:disabled > :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));
  }

  .\32xl\:disabled\:space-x-px:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-0\.5:disabled > :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));
  }

  .\32xl\:disabled\:space-x-0\.5:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-1\.5:disabled > :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));
  }

  .\32xl\:disabled\:space-x-1\.5:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-2\.5:disabled > :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));
  }

  .\32xl\:disabled\:space-x-2\.5:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-3\.5:disabled > :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));
  }

  .\32xl\:disabled\:space-x-3\.5:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-0:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-0:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-1:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-1:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-2:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-2:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-3:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-3:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-4:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-4:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-5:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-5:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-6:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-6:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-7:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-7:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-8:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-8:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-9:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-9:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-10:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-10:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-11:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-11:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-12:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-12:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-14:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-14:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-16:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-16:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-20:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-20:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-24:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-24:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-28:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-28:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-32:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-32:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-36:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-36:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-40:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-40:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-44:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-44:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-48:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-48:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-52:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-52:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-56:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-56:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-60:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-60:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-64:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-64:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-72:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-72:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-80:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-80:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-96:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-96:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-px:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-px:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-0\.5:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-0\.5:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-1\.5:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-1\.5:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-2\.5:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-2\.5:disabled > :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)));
  }

  .\32xl\:disabled\:-space-y-3\.5:disabled > :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));
  }

  .\32xl\:disabled\:-space-x-3\.5:disabled > :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)));
  }

  .\32xl\:disabled\:space-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:disabled\:space-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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)));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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)));
  }

  .group:hover .\32xl\:group-hover\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .group:hover .\32xl\:group-hover\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:focus-within\:divide-y-0:focus-within > :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));
  }

  .\32xl\:focus-within\:divide-x-0:focus-within > :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)));
  }

  .\32xl\:focus-within\:divide-y-2:focus-within > :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));
  }

  .\32xl\:focus-within\:divide-x-2:focus-within > :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)));
  }

  .\32xl\:focus-within\:divide-y-4:focus-within > :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));
  }

  .\32xl\:focus-within\:divide-x-4:focus-within > :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)));
  }

  .\32xl\:focus-within\:divide-y-8:focus-within > :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));
  }

  .\32xl\:focus-within\:divide-x-8:focus-within > :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)));
  }

  .\32xl\:focus-within\:divide-y:focus-within > :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));
  }

  .\32xl\:focus-within\:divide-x:focus-within > :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)));
  }

  .\32xl\:focus-within\:divide-y-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:focus-within\:divide-x-reverse:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:first\:divide-y-0:first-child > :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));
  }

  .\32xl\:first\:divide-x-0:first-child > :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)));
  }

  .\32xl\:first\:divide-y-2:first-child > :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));
  }

  .\32xl\:first\:divide-x-2:first-child > :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)));
  }

  .\32xl\:first\:divide-y-4:first-child > :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));
  }

  .\32xl\:first\:divide-x-4:first-child > :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)));
  }

  .\32xl\:first\:divide-y-8:first-child > :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));
  }

  .\32xl\:first\:divide-x-8:first-child > :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)));
  }

  .\32xl\:first\:divide-y:first-child > :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));
  }

  .\32xl\:first\:divide-x:first-child > :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)));
  }

  .\32xl\:first\:divide-y-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:first\:divide-x-reverse:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:last\:divide-y-0:last-child > :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));
  }

  .\32xl\:last\:divide-x-0:last-child > :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)));
  }

  .\32xl\:last\:divide-y-2:last-child > :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));
  }

  .\32xl\:last\:divide-x-2:last-child > :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)));
  }

  .\32xl\:last\:divide-y-4:last-child > :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));
  }

  .\32xl\:last\:divide-x-4:last-child > :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)));
  }

  .\32xl\:last\:divide-y-8:last-child > :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));
  }

  .\32xl\:last\:divide-x-8:last-child > :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)));
  }

  .\32xl\:last\:divide-y:last-child > :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));
  }

  .\32xl\:last\:divide-x:last-child > :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)));
  }

  .\32xl\:last\:divide-y-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:last\:divide-x-reverse:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:odd\:divide-y-0:nth-child(odd) > :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));
  }

  .\32xl\:odd\:divide-x-0:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:divide-y-2:nth-child(odd) > :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));
  }

  .\32xl\:odd\:divide-x-2:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:divide-y-4:nth-child(odd) > :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));
  }

  .\32xl\:odd\:divide-x-4:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:divide-y-8:nth-child(odd) > :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));
  }

  .\32xl\:odd\:divide-x-8:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:divide-y:nth-child(odd) > :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));
  }

  .\32xl\:odd\:divide-x:nth-child(odd) > :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)));
  }

  .\32xl\:odd\:divide-y-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:odd\:divide-x-reverse:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:even\:divide-y-0:nth-child(even) > :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));
  }

  .\32xl\:even\:divide-x-0:nth-child(even) > :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)));
  }

  .\32xl\:even\:divide-y-2:nth-child(even) > :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));
  }

  .\32xl\:even\:divide-x-2:nth-child(even) > :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)));
  }

  .\32xl\:even\:divide-y-4:nth-child(even) > :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));
  }

  .\32xl\:even\:divide-x-4:nth-child(even) > :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)));
  }

  .\32xl\:even\:divide-y-8:nth-child(even) > :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));
  }

  .\32xl\:even\:divide-x-8:nth-child(even) > :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)));
  }

  .\32xl\:even\:divide-y:nth-child(even) > :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));
  }

  .\32xl\:even\:divide-x:nth-child(even) > :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)));
  }

  .\32xl\:even\:divide-y-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:even\:divide-x-reverse:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:hover\:divide-y-0:hover > :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));
  }

  .\32xl\:hover\:divide-x-0:hover > :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)));
  }

  .\32xl\:hover\:divide-y-2:hover > :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));
  }

  .\32xl\:hover\:divide-x-2:hover > :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)));
  }

  .\32xl\:hover\:divide-y-4:hover > :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));
  }

  .\32xl\:hover\:divide-x-4:hover > :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)));
  }

  .\32xl\:hover\:divide-y-8:hover > :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));
  }

  .\32xl\:hover\:divide-x-8:hover > :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)));
  }

  .\32xl\:hover\:divide-y:hover > :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));
  }

  .\32xl\:hover\:divide-x:hover > :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)));
  }

  .\32xl\:hover\:divide-y-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:hover\:divide-x-reverse:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:focus\:divide-y-0:focus > :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));
  }

  .\32xl\:focus\:divide-x-0:focus > :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)));
  }

  .\32xl\:focus\:divide-y-2:focus > :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));
  }

  .\32xl\:focus\:divide-x-2:focus > :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)));
  }

  .\32xl\:focus\:divide-y-4:focus > :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));
  }

  .\32xl\:focus\:divide-x-4:focus > :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)));
  }

  .\32xl\:focus\:divide-y-8:focus > :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));
  }

  .\32xl\:focus\:divide-x-8:focus > :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)));
  }

  .\32xl\:focus\:divide-y:focus > :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));
  }

  .\32xl\:focus\:divide-x:focus > :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)));
  }

  .\32xl\:focus\:divide-y-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:focus\:divide-x-reverse:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:active\:divide-y-0:active > :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));
  }

  .\32xl\:active\:divide-x-0:active > :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)));
  }

  .\32xl\:active\:divide-y-2:active > :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));
  }

  .\32xl\:active\:divide-x-2:active > :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)));
  }

  .\32xl\:active\:divide-y-4:active > :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));
  }

  .\32xl\:active\:divide-x-4:active > :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)));
  }

  .\32xl\:active\:divide-y-8:active > :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));
  }

  .\32xl\:active\:divide-x-8:active > :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)));
  }

  .\32xl\:active\:divide-y:active > :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));
  }

  .\32xl\:active\:divide-x:active > :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)));
  }

  .\32xl\:active\:divide-y-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:active\:divide-x-reverse:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:visited\:divide-y-0:visited > :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));
  }

  .\32xl\:visited\:divide-x-0:visited > :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)));
  }

  .\32xl\:visited\:divide-y-2:visited > :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));
  }

  .\32xl\:visited\:divide-x-2:visited > :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)));
  }

  .\32xl\:visited\:divide-y-4:visited > :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));
  }

  .\32xl\:visited\:divide-x-4:visited > :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)));
  }

  .\32xl\:visited\:divide-y-8:visited > :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));
  }

  .\32xl\:visited\:divide-x-8:visited > :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)));
  }

  .\32xl\:visited\:divide-y:visited > :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));
  }

  .\32xl\:visited\:divide-x:visited > :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)));
  }

  .\32xl\:visited\:divide-y-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:visited\:divide-x-reverse:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:disabled\:divide-y-0:disabled > :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));
  }

  .\32xl\:disabled\:divide-x-0:disabled > :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)));
  }

  .\32xl\:disabled\:divide-y-2:disabled > :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));
  }

  .\32xl\:disabled\:divide-x-2:disabled > :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)));
  }

  .\32xl\:disabled\:divide-y-4:disabled > :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));
  }

  .\32xl\:disabled\:divide-x-4:disabled > :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)));
  }

  .\32xl\:disabled\:divide-y-8:disabled > :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));
  }

  .\32xl\:disabled\:divide-x-8:disabled > :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)));
  }

  .\32xl\:disabled\:divide-y:disabled > :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));
  }

  .\32xl\:disabled\:divide-x:disabled > :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)));
  }

  .\32xl\:disabled\:divide-y-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:disabled\:divide-x-reverse:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-warmGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-trueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-coolGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .group:hover .\32xl\:group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .group:hover .\32xl\:group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:focus-within\:divide-black:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-white:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-rose-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-pink-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-fuchsia-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-purple-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-violet-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-indigo-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lightBlue-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-cyan-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-teal-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-emerald-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-green-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-lime-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-yellow-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-amber-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-orange-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-red-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-warmGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-trueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-gray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-coolGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-200:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-300:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-400:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-500:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-600:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-700:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-800:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-blueGray-900:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:focus-within\:divide-current:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:focus-within\:divide-transparent:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:first\:divide-black:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-white:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-rose-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-pink-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-fuchsia-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-purple-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-violet-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-indigo-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lightBlue-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-cyan-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-teal-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-emerald-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-green-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-lime-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-yellow-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-amber-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-orange-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-red-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-warmGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-trueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-gray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-coolGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-200:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-300:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-400:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-500:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-600:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-700:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-800:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-blueGray-900:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:first\:divide-current:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:first\:divide-transparent:first-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:last\:divide-black:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-white:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-rose-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-pink-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-fuchsia-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-purple-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-violet-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-indigo-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lightBlue-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-cyan-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-teal-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-emerald-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-green-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-lime-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-yellow-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-amber-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-orange-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-red-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-warmGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-trueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-gray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-coolGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-200:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-300:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-400:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-500:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-600:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-700:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-800:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-blueGray-900:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:last\:divide-current:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:last\:divide-transparent:last-child > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:odd\:divide-black:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-white:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-rose-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-pink-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-fuchsia-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-purple-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-violet-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-indigo-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lightBlue-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-cyan-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-teal-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-emerald-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-green-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-lime-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-yellow-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-amber-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-orange-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-red-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-warmGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-trueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-gray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-coolGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-200:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-300:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-400:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-500:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-600:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-700:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-800:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-blueGray-900:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:odd\:divide-current:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:odd\:divide-transparent:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:even\:divide-black:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-white:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-rose-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-pink-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-fuchsia-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-purple-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-violet-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-indigo-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lightBlue-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-cyan-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-teal-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-emerald-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-green-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-lime-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-yellow-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-amber-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-orange-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-red-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-warmGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-trueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-gray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-coolGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-200:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-300:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-400:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-500:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-600:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-700:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-800:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-blueGray-900:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:even\:divide-current:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:even\:divide-transparent:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lightBlue-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-warmGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-trueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-coolGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-200:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-300:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-400:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-500:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-600:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-700:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-800:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-blueGray-900:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lightBlue-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-warmGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-trueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-coolGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-200:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-300:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-400:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-500:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-600:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-700:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-800:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-blueGray-900:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lightBlue-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-warmGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-trueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-coolGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-200:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-300:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-400:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-500:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-600:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-700:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-800:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-blueGray-900:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:visited\:divide-black:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-white:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-rose-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-pink-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-fuchsia-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-purple-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-violet-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-indigo-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lightBlue-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-cyan-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-teal-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-emerald-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-green-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-lime-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-yellow-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-amber-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-orange-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-red-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-warmGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-trueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-gray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-coolGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-200:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-300:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-400:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-500:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-600:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-700:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-800:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-blueGray-900:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:visited\:divide-current:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:visited\:divide-transparent:visited > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lightBlue-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-warmGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-trueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-coolGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-200:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-300:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-400:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-500:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-600:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-700:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-800:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-blueGray-900:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: current;
  }

  .\32xl\:disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .group:hover .\32xl\:group-hover\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .group:hover .\32xl\:group-hover\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .group:hover .\32xl\:group-hover\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .group:hover .\32xl\:group-hover\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .group:hover .\32xl\:group-hover\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:focus-within\:divide-solid:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:focus-within\:divide-dashed:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:focus-within\:divide-dotted:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:focus-within\:divide-double:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:focus-within\:divide-none:focus-within > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:first\:divide-solid:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:first\:divide-dashed:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:first\:divide-dotted:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:first\:divide-double:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:first\:divide-none:first-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:last\:divide-solid:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:last\:divide-dashed:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:last\:divide-dotted:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:last\:divide-double:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:last\:divide-none:last-child > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:odd\:divide-solid:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:odd\:divide-dashed:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:odd\:divide-dotted:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:odd\:divide-double:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:odd\:divide-none:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:even\:divide-solid:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:even\:divide-dashed:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:even\:divide-dotted:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:even\:divide-double:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:even\:divide-none:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:hover\:divide-dashed:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:hover\:divide-dotted:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:hover\:divide-double:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:hover\:divide-none:hover > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:focus\:divide-solid:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:focus\:divide-dashed:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:focus\:divide-dotted:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:focus\:divide-double:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:focus\:divide-none:focus > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:active\:divide-solid:active > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:active\:divide-dashed:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:active\:divide-dotted:active > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:active\:divide-double:active > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:active\:divide-none:active > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:visited\:divide-solid:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:visited\:divide-dashed:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:visited\:divide-dotted:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:visited\:divide-double:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:visited\:divide-none:visited > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:disabled\:divide-solid:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:disabled\:divide-dashed:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:disabled\:divide-dotted:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:disabled\:divide-double:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:disabled\:divide-none:disabled > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:focus-within\:divide-opacity-0:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:focus-within\:divide-opacity-5:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:focus-within\:divide-opacity-10:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:focus-within\:divide-opacity-20:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:focus-within\:divide-opacity-25:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:focus-within\:divide-opacity-30:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:focus-within\:divide-opacity-40:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:focus-within\:divide-opacity-50:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:focus-within\:divide-opacity-60:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:focus-within\:divide-opacity-70:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:focus-within\:divide-opacity-75:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:focus-within\:divide-opacity-80:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:focus-within\:divide-opacity-90:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:focus-within\:divide-opacity-95:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:focus-within\:divide-opacity-100:focus-within > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:first\:divide-opacity-0:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:first\:divide-opacity-5:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:first\:divide-opacity-10:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:first\:divide-opacity-20:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:first\:divide-opacity-25:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:first\:divide-opacity-30:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:first\:divide-opacity-40:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:first\:divide-opacity-50:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:first\:divide-opacity-60:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:first\:divide-opacity-70:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:first\:divide-opacity-75:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:first\:divide-opacity-80:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:first\:divide-opacity-90:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:first\:divide-opacity-95:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:first\:divide-opacity-100:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:last\:divide-opacity-0:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:last\:divide-opacity-5:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:last\:divide-opacity-10:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:last\:divide-opacity-20:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:last\:divide-opacity-25:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:last\:divide-opacity-30:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:last\:divide-opacity-40:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:last\:divide-opacity-50:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:last\:divide-opacity-60:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:last\:divide-opacity-70:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:last\:divide-opacity-75:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:last\:divide-opacity-80:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:last\:divide-opacity-90:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:last\:divide-opacity-95:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:last\:divide-opacity-100:last-child > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:odd\:divide-opacity-0:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:odd\:divide-opacity-5:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:odd\:divide-opacity-10:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:odd\:divide-opacity-20:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:odd\:divide-opacity-25:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:odd\:divide-opacity-30:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:odd\:divide-opacity-40:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:odd\:divide-opacity-50:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:odd\:divide-opacity-60:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:odd\:divide-opacity-70:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:odd\:divide-opacity-75:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:odd\:divide-opacity-80:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:odd\:divide-opacity-90:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:odd\:divide-opacity-95:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:odd\:divide-opacity-100:nth-child(odd) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:even\:divide-opacity-0:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:even\:divide-opacity-5:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:even\:divide-opacity-10:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:even\:divide-opacity-20:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:even\:divide-opacity-25:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:even\:divide-opacity-30:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:even\:divide-opacity-40:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:even\:divide-opacity-50:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:even\:divide-opacity-60:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:even\:divide-opacity-70:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:even\:divide-opacity-75:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:even\:divide-opacity-80:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:even\:divide-opacity-90:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:even\:divide-opacity-95:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:even\:divide-opacity-100:nth-child(even) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:hover\:divide-opacity-0:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:hover\:divide-opacity-5:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:hover\:divide-opacity-10:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:hover\:divide-opacity-20:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:hover\:divide-opacity-25:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:hover\:divide-opacity-30:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:hover\:divide-opacity-40:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:hover\:divide-opacity-50:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:hover\:divide-opacity-60:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:hover\:divide-opacity-70:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:hover\:divide-opacity-75:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:hover\:divide-opacity-80:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:hover\:divide-opacity-90:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:hover\:divide-opacity-95:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:hover\:divide-opacity-100:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:focus\:divide-opacity-0:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:focus\:divide-opacity-5:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:focus\:divide-opacity-10:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:focus\:divide-opacity-20:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:focus\:divide-opacity-25:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:focus\:divide-opacity-30:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:focus\:divide-opacity-40:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:focus\:divide-opacity-50:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:focus\:divide-opacity-60:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:focus\:divide-opacity-70:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:focus\:divide-opacity-75:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:focus\:divide-opacity-80:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:focus\:divide-opacity-90:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:focus\:divide-opacity-95:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:focus\:divide-opacity-100:focus > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:active\:divide-opacity-0:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:active\:divide-opacity-5:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:active\:divide-opacity-10:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:active\:divide-opacity-20:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:active\:divide-opacity-25:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:active\:divide-opacity-30:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:active\:divide-opacity-40:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:active\:divide-opacity-50:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:active\:divide-opacity-60:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:active\:divide-opacity-70:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:active\:divide-opacity-75:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:active\:divide-opacity-80:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:active\:divide-opacity-90:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:active\:divide-opacity-95:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:active\:divide-opacity-100:active > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:visited\:divide-opacity-0:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:visited\:divide-opacity-5:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:visited\:divide-opacity-10:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:visited\:divide-opacity-20:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:visited\:divide-opacity-25:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:visited\:divide-opacity-30:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:visited\:divide-opacity-40:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:visited\:divide-opacity-50:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:visited\:divide-opacity-60:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:visited\:divide-opacity-70:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:visited\:divide-opacity-75:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:visited\:divide-opacity-80:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:visited\:divide-opacity-90:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:visited\:divide-opacity-95:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:visited\:divide-opacity-100:visited > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:disabled\:divide-opacity-0:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:disabled\:divide-opacity-5:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:disabled\:divide-opacity-10:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:disabled\:divide-opacity-20:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:disabled\:divide-opacity-25:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:disabled\:divide-opacity-30:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:disabled\:divide-opacity-40:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:disabled\:divide-opacity-50:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:disabled\:divide-opacity-60:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:disabled\:divide-opacity-70:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:disabled\:divide-opacity-75:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:disabled\:divide-opacity-80:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:disabled\:divide-opacity-90:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:disabled\:divide-opacity-95:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:disabled\:divide-opacity-100:disabled > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\: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;
  }

  .\32xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .group:hover .\32xl\:group-hover\: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;
  }

  .group:hover .\32xl\:group-hover\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\: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;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:first\:sr-only:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:first\:not-sr-only:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:last\:sr-only:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:last\:not-sr-only:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:odd\:sr-only:nth-child(odd) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:odd\:not-sr-only:nth-child(odd) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:even\:sr-only:nth-child(even) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:even\:not-sr-only:nth-child(even) {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:hover\:sr-only:hover {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:hover\:not-sr-only:hover {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\: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;
  }

  .\32xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:active\:sr-only:active {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:active\:not-sr-only:active {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:visited\:sr-only:visited {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:visited\:not-sr-only:visited {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:disabled\:sr-only:disabled {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:disabled\:not-sr-only:disabled {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .\32xl\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:first\:appearance-none:first-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:last\:appearance-none:last-child {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:odd\:appearance-none:nth-child(odd) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:even\:appearance-none:nth-child(even) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:visited\:appearance-none:visited {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:disabled\:appearance-none:disabled {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .\32xl\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .\32xl\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .\32xl\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .\32xl\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .\32xl\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .\32xl\:first\:bg-fixed:first-child {
    background-attachment: fixed;
  }

  .\32xl\:first\:bg-local:first-child {
    background-attachment: local;
  }

  .\32xl\:first\:bg-scroll:first-child {
    background-attachment: scroll;
  }

  .\32xl\:last\:bg-fixed:last-child {
    background-attachment: fixed;
  }

  .\32xl\:last\:bg-local:last-child {
    background-attachment: local;
  }

  .\32xl\:last\:bg-scroll:last-child {
    background-attachment: scroll;
  }

  .\32xl\:odd\:bg-fixed:nth-child(odd) {
    background-attachment: fixed;
  }

  .\32xl\:odd\:bg-local:nth-child(odd) {
    background-attachment: local;
  }

  .\32xl\:odd\:bg-scroll:nth-child(odd) {
    background-attachment: scroll;
  }

  .\32xl\:even\:bg-fixed:nth-child(even) {
    background-attachment: fixed;
  }

  .\32xl\:even\:bg-local:nth-child(even) {
    background-attachment: local;
  }

  .\32xl\:even\:bg-scroll:nth-child(even) {
    background-attachment: scroll;
  }

  .\32xl\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .\32xl\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .\32xl\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .\32xl\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .\32xl\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .\32xl\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .\32xl\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .\32xl\:active\:bg-local:active {
    background-attachment: local;
  }

  .\32xl\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .\32xl\:visited\:bg-fixed:visited {
    background-attachment: fixed;
  }

  .\32xl\:visited\:bg-local:visited {
    background-attachment: local;
  }

  .\32xl\:visited\:bg-scroll:visited {
    background-attachment: scroll;
  }

  .\32xl\:disabled\:bg-fixed:disabled {
    background-attachment: fixed;
  }

  .\32xl\:disabled\:bg-local:disabled {
    background-attachment: local;
  }

  .\32xl\:disabled\:bg-scroll:disabled {
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .group:hover .\32xl\:group-hover\:bg-clip-border {
    background-clip: border-box;
  }

  .group:hover .\32xl\:group-hover\:bg-clip-padding {
    background-clip: padding-box;
  }

  .group:hover .\32xl\:group-hover\:bg-clip-content {
    background-clip: content-box;
  }

  .group:hover .\32xl\:group-hover\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:focus-within\:bg-clip-border:focus-within {
    background-clip: border-box;
  }

  .\32xl\:focus-within\:bg-clip-padding:focus-within {
    background-clip: padding-box;
  }

  .\32xl\:focus-within\:bg-clip-content:focus-within {
    background-clip: content-box;
  }

  .\32xl\:focus-within\:bg-clip-text:focus-within {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:first\:bg-clip-border:first-child {
    background-clip: border-box;
  }

  .\32xl\:first\:bg-clip-padding:first-child {
    background-clip: padding-box;
  }

  .\32xl\:first\:bg-clip-content:first-child {
    background-clip: content-box;
  }

  .\32xl\:first\:bg-clip-text:first-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:last\:bg-clip-border:last-child {
    background-clip: border-box;
  }

  .\32xl\:last\:bg-clip-padding:last-child {
    background-clip: padding-box;
  }

  .\32xl\:last\:bg-clip-content:last-child {
    background-clip: content-box;
  }

  .\32xl\:last\:bg-clip-text:last-child {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:odd\:bg-clip-border:nth-child(odd) {
    background-clip: border-box;
  }

  .\32xl\:odd\:bg-clip-padding:nth-child(odd) {
    background-clip: padding-box;
  }

  .\32xl\:odd\:bg-clip-content:nth-child(odd) {
    background-clip: content-box;
  }

  .\32xl\:odd\:bg-clip-text:nth-child(odd) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:even\:bg-clip-border:nth-child(even) {
    background-clip: border-box;
  }

  .\32xl\:even\:bg-clip-padding:nth-child(even) {
    background-clip: padding-box;
  }

  .\32xl\:even\:bg-clip-content:nth-child(even) {
    background-clip: content-box;
  }

  .\32xl\:even\:bg-clip-text:nth-child(even) {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:hover\:bg-clip-border:hover {
    background-clip: border-box;
  }

  .\32xl\:hover\:bg-clip-padding:hover {
    background-clip: padding-box;
  }

  .\32xl\:hover\:bg-clip-content:hover {
    background-clip: content-box;
  }

  .\32xl\:hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:focus\:bg-clip-border:focus {
    background-clip: border-box;
  }

  .\32xl\:focus\:bg-clip-padding:focus {
    background-clip: padding-box;
  }

  .\32xl\:focus\:bg-clip-content:focus {
    background-clip: content-box;
  }

  .\32xl\:focus\:bg-clip-text:focus {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:active\:bg-clip-border:active {
    background-clip: border-box;
  }

  .\32xl\:active\:bg-clip-padding:active {
    background-clip: padding-box;
  }

  .\32xl\:active\:bg-clip-content:active {
    background-clip: content-box;
  }

  .\32xl\:active\:bg-clip-text:active {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:visited\:bg-clip-border:visited {
    background-clip: border-box;
  }

  .\32xl\:visited\:bg-clip-padding:visited {
    background-clip: padding-box;
  }

  .\32xl\:visited\:bg-clip-content:visited {
    background-clip: content-box;
  }

  .\32xl\:visited\:bg-clip-text:visited {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:disabled\:bg-clip-border:disabled {
    background-clip: border-box;
  }

  .\32xl\:disabled\:bg-clip-padding:disabled {
    background-clip: padding-box;
  }

  .\32xl\:disabled\:bg-clip-content:disabled {
    background-clip: content-box;
  }

  .\32xl\:disabled\:bg-clip-text:disabled {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:bg-current {
    background-color: current;
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lightBlue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warmGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-trueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-coolGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blueGray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: current;
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warmGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-trueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-coolGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: current;
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl\:first\:bg-black:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-white:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-rose-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-pink-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-fuchsia-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-purple-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-violet-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-indigo-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lightBlue-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-cyan-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-teal-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-emerald-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-green-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-lime-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-yellow-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-amber-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-orange-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-red-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-warmGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-trueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-gray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-coolGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-50:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-100:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-200:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-300:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-400:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-500:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-600:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-700:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-800:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-blueGray-900:first-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:first\:bg-current:first-child {
    background-color: current;
  }

  .\32xl\:first\:bg-transparent:first-child {
    background-color: transparent;
  }

  .\32xl\:last\:bg-black:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-white:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-rose-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-pink-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-fuchsia-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-purple-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-violet-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-indigo-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lightBlue-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-cyan-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-teal-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-emerald-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-green-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-lime-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-yellow-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-amber-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-orange-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-red-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-warmGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-trueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-gray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-coolGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-50:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-100:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-200:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-300:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-400:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-500:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-600:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-700:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-800:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-blueGray-900:last-child {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:last\:bg-current:last-child {
    background-color: current;
  }

  .\32xl\:last\:bg-transparent:last-child {
    background-color: transparent;
  }

  .\32xl\:odd\:bg-black:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-rose-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-pink-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-fuchsia-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-purple-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-violet-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-indigo-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lightBlue-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-cyan-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-teal-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-emerald-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-green-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-lime-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-yellow-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-amber-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-orange-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-red-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-warmGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-trueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-gray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-coolGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-200:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-300:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-400:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-500:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-600:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-700:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-800:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-blueGray-900:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:bg-current:nth-child(odd) {
    background-color: current;
  }

  .\32xl\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .\32xl\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-rose-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-pink-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-fuchsia-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-purple-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-violet-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-indigo-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lightBlue-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-cyan-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-teal-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-emerald-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-lime-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-yellow-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-amber-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-orange-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-red-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warmGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-trueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-gray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-coolGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-100:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-200:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-300:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-400:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-500:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-600:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-700:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-800:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-blueGray-900:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-current:nth-child(even) {
    background-color: current;
  }

  .\32xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lightBlue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warmGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-trueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-coolGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blueGray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-current:hover {
    background-color: current;
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lightBlue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warmGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-trueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-coolGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blueGray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-current:focus {
    background-color: current;
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-white:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-rose-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-pink-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-fuchsia-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-purple-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-violet-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-indigo-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lightBlue-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-cyan-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-teal-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-emerald-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-green-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-lime-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-yellow-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-amber-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-orange-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-red-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-warmGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-trueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-coolGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-200:active {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-300:active {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-400:active {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-500:active {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-600:active {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-800:active {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-blueGray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:active\:bg-current:active {
    background-color: current;
  }

  .\32xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .\32xl\:visited\:bg-black:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-white:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-rose-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-pink-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-fuchsia-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-purple-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-violet-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-indigo-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lightBlue-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-cyan-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-teal-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-emerald-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-green-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-lime-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-yellow-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-amber-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-orange-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-red-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-warmGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-trueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-gray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-coolGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-50:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-100:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-200:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-300:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-400:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-500:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-600:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-700:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-800:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-blueGray-900:visited {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:visited\:bg-current:visited {
    background-color: current;
  }

  .\32xl\:visited\:bg-transparent:visited {
    background-color: transparent;
  }

  .\32xl\:disabled\:bg-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-rose-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-pink-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-fuchsia-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-purple-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-violet-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-indigo-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lightBlue-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-cyan-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-teal-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-emerald-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-green-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-lime-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-yellow-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-amber-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-orange-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-red-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-warmGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-trueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-gray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-coolGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-50:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-100:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-300:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-400:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-500:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-600:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-700:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-800:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-blueGray-900:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:disabled\:bg-current:disabled {
    background-color: current;
  }

  .\32xl\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .\32xl\:bg-none {
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-none {
    background-image: none;
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .group:hover .\32xl\:group-hover\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-none:focus-within {
    background-image: none;
  }

  .\32xl\:focus-within\:bg-gradient-to-t:focus-within {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-tr:focus-within {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-r:focus-within {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-br:focus-within {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-b:focus-within {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-bl:focus-within {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-l:focus-within {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:focus-within\:bg-gradient-to-tl:focus-within {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-none:first-child {
    background-image: none;
  }

  .\32xl\:first\:bg-gradient-to-t:first-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-tr:first-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-r:first-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-br:first-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-b:first-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-bl:first-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-l:first-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:first\:bg-gradient-to-tl:first-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-none:last-child {
    background-image: none;
  }

  .\32xl\:last\:bg-gradient-to-t:last-child {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-tr:last-child {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-r:last-child {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-br:last-child {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-b:last-child {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-bl:last-child {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-l:last-child {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:last\:bg-gradient-to-tl:last-child {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-none:nth-child(odd) {
    background-image: none;
  }

  .\32xl\:odd\:bg-gradient-to-t:nth-child(odd) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-tr:nth-child(odd) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-r:nth-child(odd) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-br:nth-child(odd) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-b:nth-child(odd) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-bl:nth-child(odd) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-l:nth-child(odd) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:odd\:bg-gradient-to-tl:nth-child(odd) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-none:nth-child(even) {
    background-image: none;
  }

  .\32xl\:even\:bg-gradient-to-t:nth-child(even) {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-tr:nth-child(even) {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-r:nth-child(even) {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-br:nth-child(even) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-b:nth-child(even) {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-bl:nth-child(even) {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-l:nth-child(even) {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:even\:bg-gradient-to-tl:nth-child(even) {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-none:hover {
    background-image: none;
  }

  .\32xl\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-tr:hover {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-br:hover {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-bl:hover {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-l:hover {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:hover\:bg-gradient-to-tl:hover {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-none:focus {
    background-image: none;
  }

  .\32xl\:focus\:bg-gradient-to-t:focus {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-tr:focus {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-r:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-br:focus {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-b:focus {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-bl:focus {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-l:focus {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:focus\:bg-gradient-to-tl:focus {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-none:active {
    background-image: none;
  }

  .\32xl\:active\:bg-gradient-to-t:active {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-tr:active {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-r:active {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-br:active {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-b:active {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-bl:active {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-l:active {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:active\:bg-gradient-to-tl:active {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-none:visited {
    background-image: none;
  }

  .\32xl\:visited\:bg-gradient-to-t:visited {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-tr:visited {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-r:visited {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-br:visited {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-b:visited {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-bl:visited {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-l:visited {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:visited\:bg-gradient-to-tl:visited {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-none:disabled {
    background-image: none;
  }

  .\32xl\:disabled\:bg-gradient-to-t:disabled {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-tr:disabled {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-r:disabled {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-br:disabled {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-bl:disabled {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-l:disabled {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:disabled\:bg-gradient-to-tl:disabled {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000;
  }

  .\32xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .\32xl\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .\32xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .\32xl\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .\32xl\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .\32xl\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .\32xl\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .\32xl\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .\32xl\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .\32xl\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .\32xl\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .\32xl\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .\32xl\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .\32xl\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .\32xl\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .\32xl\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .\32xl\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .\32xl\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .\32xl\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:to-current {
    --tw-gradient-to: current;
  }

  .\32xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .group:hover .\32xl\:group-hover\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .\32xl\:group-hover\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-50 {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-200 {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-300 {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-500 {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-700 {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-800 {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .\32xl\:group-hover\:from-rose-900 {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .\32xl\:group-hover\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-100 {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-300 {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-400 {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-500 {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-600 {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-700 {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-800 {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .\32xl\:group-hover\:from-fuchsia-900 {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-200 {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-300 {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-500 {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-700 {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-800 {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .\32xl\:group-hover\:from-purple-900 {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .\32xl\:group-hover\:from-violet-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .\32xl\:group-hover\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-200 {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-400 {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-600 {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-700 {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-800 {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-50 {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-100 {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-300 {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-400 {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-500 {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-600 {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-700 {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-800 {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .\32xl\:group-hover\:from-cyan-900 {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-50 {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-100 {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-200 {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-300 {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-400 {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-500 {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-600 {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-700 {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-800 {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .\32xl\:group-hover\:from-teal-900 {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .\32xl\:group-hover\:from-emerald-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-100 {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-200 {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-300 {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-700 {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-800 {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .\32xl\:group-hover\:from-green-900 {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-50 {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-100 {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-200 {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-300 {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-400 {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-500 {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-600 {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-700 {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-800 {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:from-lime-900 {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-50 {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-100 {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-200 {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-300 {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-400 {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-500 {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-600 {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-700 {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-800 {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .\32xl\:group-hover\:from-yellow-900 {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .\32xl\:group-hover\:from-amber-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-200 {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-300 {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-500 {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-600 {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-700 {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-800 {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:from-orange-900 {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .\32xl\:group-hover\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-50 {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-100 {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-200 {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-300 {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-400 {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-500 {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-600 {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-700 {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-800 {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .\32xl\:group-hover\:from-warmGray-900 {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-100 {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-200 {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-300 {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-400 {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-500 {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-600 {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-700 {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-800 {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .\32xl\:group-hover\:from-trueGray-900 {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .\32xl\:group-hover\:from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .\32xl\:group-hover\:from-coolGray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-50 {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-100 {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-200 {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-300 {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-400 {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-500 {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-600 {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-700 {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-800 {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .\32xl\:group-hover\:from-blueGray-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .\32xl\:group-hover\:from-current {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .\32xl\:group-hover\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .\32xl\:group-hover\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .group:hover .\32xl\:group-hover\:via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .group:hover .\32xl\:group-hover\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .group:hover .\32xl\:group-hover\:via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .group:hover .\32xl\:group-hover\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .group:hover .\32xl\:group-hover\:via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .group:hover .\32xl\:group-hover\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .group:hover .\32xl\:group-hover\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .group:hover .\32xl\:group-hover\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .group:hover .\32xl\:group-hover\:via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .group:hover .\32xl\:group-hover\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .group:hover .\32xl\:group-hover\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .group:hover .\32xl\:group-hover\:via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .group:hover .\32xl\:group-hover\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .group:hover .\32xl\:group-hover\:via-warmGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .group:hover .\32xl\:group-hover\:via-trueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .group:hover .\32xl\:group-hover\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .group:hover .\32xl\:group-hover\:via-coolGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .group:hover .\32xl\:group-hover\:via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .group:hover .\32xl\:group-hover\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .group:hover .\32xl\:group-hover\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .group:hover .\32xl\:group-hover\:to-black {
    --tw-gradient-to: #000;
  }

  .group:hover .\32xl\:group-hover\:to-white {
    --tw-gradient-to: #fff;
  }

  .group:hover .\32xl\:group-hover\:to-rose-50 {
    --tw-gradient-to: #fff1f2;
  }

  .group:hover .\32xl\:group-hover\:to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }

  .group:hover .\32xl\:group-hover\:to-rose-200 {
    --tw-gradient-to: #fecdd3;
  }

  .group:hover .\32xl\:group-hover\:to-rose-300 {
    --tw-gradient-to: #fda4af;
  }

  .group:hover .\32xl\:group-hover\:to-rose-400 {
    --tw-gradient-to: #fb7185;
  }

  .group:hover .\32xl\:group-hover\:to-rose-500 {
    --tw-gradient-to: #f43f5e;
  }

  .group:hover .\32xl\:group-hover\:to-rose-600 {
    --tw-gradient-to: #e11d48;
  }

  .group:hover .\32xl\:group-hover\:to-rose-700 {
    --tw-gradient-to: #be123c;
  }

  .group:hover .\32xl\:group-hover\:to-rose-800 {
    --tw-gradient-to: #9f1239;
  }

  .group:hover .\32xl\:group-hover\:to-rose-900 {
    --tw-gradient-to: #881337;
  }

  .group:hover .\32xl\:group-hover\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .group:hover .\32xl\:group-hover\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .group:hover .\32xl\:group-hover\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .group:hover .\32xl\:group-hover\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .group:hover .\32xl\:group-hover\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .group:hover .\32xl\:group-hover\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .group:hover .\32xl\:group-hover\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .group:hover .\32xl\:group-hover\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .group:hover .\32xl\:group-hover\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .group:hover .\32xl\:group-hover\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-100 {
    --tw-gradient-to: #fae8ff;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-300 {
    --tw-gradient-to: #f0abfc;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-400 {
    --tw-gradient-to: #e879f9;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-500 {
    --tw-gradient-to: #d946ef;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-600 {
    --tw-gradient-to: #c026d3;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-700 {
    --tw-gradient-to: #a21caf;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-800 {
    --tw-gradient-to: #86198f;
  }

  .group:hover .\32xl\:group-hover\:to-fuchsia-900 {
    --tw-gradient-to: #701a75;
  }

  .group:hover .\32xl\:group-hover\:to-purple-50 {
    --tw-gradient-to: #faf5ff;
  }

  .group:hover .\32xl\:group-hover\:to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }

  .group:hover .\32xl\:group-hover\:to-purple-200 {
    --tw-gradient-to: #e9d5ff;
  }

  .group:hover .\32xl\:group-hover\:to-purple-300 {
    --tw-gradient-to: #d8b4fe;
  }

  .group:hover .\32xl\:group-hover\:to-purple-400 {
    --tw-gradient-to: #c084fc;
  }

  .group:hover .\32xl\:group-hover\:to-purple-500 {
    --tw-gradient-to: #a855f7;
  }

  .group:hover .\32xl\:group-hover\:to-purple-600 {
    --tw-gradient-to: #9333ea;
  }

  .group:hover .\32xl\:group-hover\:to-purple-700 {
    --tw-gradient-to: #7e22ce;
  }

  .group:hover .\32xl\:group-hover\:to-purple-800 {
    --tw-gradient-to: #6b21a8;
  }

  .group:hover .\32xl\:group-hover\:to-purple-900 {
    --tw-gradient-to: #581c87;
  }

  .group:hover .\32xl\:group-hover\:to-violet-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .group:hover .\32xl\:group-hover\:to-violet-100 {
    --tw-gradient-to: #ede9fe;
  }

  .group:hover .\32xl\:group-hover\:to-violet-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .group:hover .\32xl\:group-hover\:to-violet-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .group:hover .\32xl\:group-hover\:to-violet-400 {
    --tw-gradient-to: #a78bfa;
  }

  .group:hover .\32xl\:group-hover\:to-violet-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .group:hover .\32xl\:group-hover\:to-violet-600 {
    --tw-gradient-to: #7c3aed;
  }

  .group:hover .\32xl\:group-hover\:to-violet-700 {
    --tw-gradient-to: #6d28d9;
  }

  .group:hover .\32xl\:group-hover\:to-violet-800 {
    --tw-gradient-to: #5b21b6;
  }

  .group:hover .\32xl\:group-hover\:to-violet-900 {
    --tw-gradient-to: #4c1d95;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .group:hover .\32xl\:group-hover\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .group:hover .\32xl\:group-hover\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .group:hover .\32xl\:group-hover\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .group:hover .\32xl\:group-hover\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .group:hover .\32xl\:group-hover\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .group:hover .\32xl\:group-hover\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .group:hover .\32xl\:group-hover\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .group:hover .\32xl\:group-hover\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .group:hover .\32xl\:group-hover\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .group:hover .\32xl\:group-hover\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .group:hover .\32xl\:group-hover\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-200 {
    --tw-gradient-to: #bae6fd;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-400 {
    --tw-gradient-to: #38bdf8;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-600 {
    --tw-gradient-to: #0284c7;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-700 {
    --tw-gradient-to: #0369a1;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-800 {
    --tw-gradient-to: #075985;
  }

  .group:hover .\32xl\:group-hover\:to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-50 {
    --tw-gradient-to: #ecfeff;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-100 {
    --tw-gradient-to: #cffafe;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-300 {
    --tw-gradient-to: #67e8f9;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-400 {
    --tw-gradient-to: #22d3ee;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-500 {
    --tw-gradient-to: #06b6d4;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-600 {
    --tw-gradient-to: #0891b2;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-700 {
    --tw-gradient-to: #0e7490;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-800 {
    --tw-gradient-to: #155e75;
  }

  .group:hover .\32xl\:group-hover\:to-cyan-900 {
    --tw-gradient-to: #164e63;
  }

  .group:hover .\32xl\:group-hover\:to-teal-50 {
    --tw-gradient-to: #f0fdfa;
  }

  .group:hover .\32xl\:group-hover\:to-teal-100 {
    --tw-gradient-to: #ccfbf1;
  }

  .group:hover .\32xl\:group-hover\:to-teal-200 {
    --tw-gradient-to: #99f6e4;
  }

  .group:hover .\32xl\:group-hover\:to-teal-300 {
    --tw-gradient-to: #5eead4;
  }

  .group:hover .\32xl\:group-hover\:to-teal-400 {
    --tw-gradient-to: #2dd4bf;
  }

  .group:hover .\32xl\:group-hover\:to-teal-500 {
    --tw-gradient-to: #14b8a6;
  }

  .group:hover .\32xl\:group-hover\:to-teal-600 {
    --tw-gradient-to: #0d9488;
  }

  .group:hover .\32xl\:group-hover\:to-teal-700 {
    --tw-gradient-to: #0f766e;
  }

  .group:hover .\32xl\:group-hover\:to-teal-800 {
    --tw-gradient-to: #115e59;
  }

  .group:hover .\32xl\:group-hover\:to-teal-900 {
    --tw-gradient-to: #134e4a;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-100 {
    --tw-gradient-to: #d1fae5;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-400 {
    --tw-gradient-to: #34d399;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-500 {
    --tw-gradient-to: #10b981;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-600 {
    --tw-gradient-to: #059669;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-700 {
    --tw-gradient-to: #047857;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-800 {
    --tw-gradient-to: #065f46;
  }

  .group:hover .\32xl\:group-hover\:to-emerald-900 {
    --tw-gradient-to: #064e3b;
  }

  .group:hover .\32xl\:group-hover\:to-green-50 {
    --tw-gradient-to: #f0fdf4;
  }

  .group:hover .\32xl\:group-hover\:to-green-100 {
    --tw-gradient-to: #dcfce7;
  }

  .group:hover .\32xl\:group-hover\:to-green-200 {
    --tw-gradient-to: #bbf7d0;
  }

  .group:hover .\32xl\:group-hover\:to-green-300 {
    --tw-gradient-to: #86efac;
  }

  .group:hover .\32xl\:group-hover\:to-green-400 {
    --tw-gradient-to: #4ade80;
  }

  .group:hover .\32xl\:group-hover\:to-green-500 {
    --tw-gradient-to: #22c55e;
  }

  .group:hover .\32xl\:group-hover\:to-green-600 {
    --tw-gradient-to: #16a34a;
  }

  .group:hover .\32xl\:group-hover\:to-green-700 {
    --tw-gradient-to: #15803d;
  }

  .group:hover .\32xl\:group-hover\:to-green-800 {
    --tw-gradient-to: #166534;
  }

  .group:hover .\32xl\:group-hover\:to-green-900 {
    --tw-gradient-to: #14532d;
  }

  .group:hover .\32xl\:group-hover\:to-lime-50 {
    --tw-gradient-to: #f7fee7;
  }

  .group:hover .\32xl\:group-hover\:to-lime-100 {
    --tw-gradient-to: #ecfccb;
  }

  .group:hover .\32xl\:group-hover\:to-lime-200 {
    --tw-gradient-to: #d9f99d;
  }

  .group:hover .\32xl\:group-hover\:to-lime-300 {
    --tw-gradient-to: #bef264;
  }

  .group:hover .\32xl\:group-hover\:to-lime-400 {
    --tw-gradient-to: #a3e635;
  }

  .group:hover .\32xl\:group-hover\:to-lime-500 {
    --tw-gradient-to: #84cc16;
  }

  .group:hover .\32xl\:group-hover\:to-lime-600 {
    --tw-gradient-to: #65a30d;
  }

  .group:hover .\32xl\:group-hover\:to-lime-700 {
    --tw-gradient-to: #4d7c0f;
  }

  .group:hover .\32xl\:group-hover\:to-lime-800 {
    --tw-gradient-to: #3f6212;
  }

  .group:hover .\32xl\:group-hover\:to-lime-900 {
    --tw-gradient-to: #365314;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-50 {
    --tw-gradient-to: #fefce8;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-100 {
    --tw-gradient-to: #fef9c3;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-200 {
    --tw-gradient-to: #fef08a;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-300 {
    --tw-gradient-to: #fde047;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-400 {
    --tw-gradient-to: #facc15;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-500 {
    --tw-gradient-to: #eab308;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-600 {
    --tw-gradient-to: #ca8a04;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-700 {
    --tw-gradient-to: #a16207;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-800 {
    --tw-gradient-to: #854d0e;
  }

  .group:hover .\32xl\:group-hover\:to-yellow-900 {
    --tw-gradient-to: #713f12;
  }

  .group:hover .\32xl\:group-hover\:to-amber-50 {
    --tw-gradient-to: #fffbeb;
  }

  .group:hover .\32xl\:group-hover\:to-amber-100 {
    --tw-gradient-to: #fef3c7;
  }

  .group:hover .\32xl\:group-hover\:to-amber-200 {
    --tw-gradient-to: #fde68a;
  }

  .group:hover .\32xl\:group-hover\:to-amber-300 {
    --tw-gradient-to: #fcd34d;
  }

  .group:hover .\32xl\:group-hover\:to-amber-400 {
    --tw-gradient-to: #fbbf24;
  }

  .group:hover .\32xl\:group-hover\:to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }

  .group:hover .\32xl\:group-hover\:to-amber-600 {
    --tw-gradient-to: #d97706;
  }

  .group:hover .\32xl\:group-hover\:to-amber-700 {
    --tw-gradient-to: #b45309;
  }

  .group:hover .\32xl\:group-hover\:to-amber-800 {
    --tw-gradient-to: #92400e;
  }

  .group:hover .\32xl\:group-hover\:to-amber-900 {
    --tw-gradient-to: #78350f;
  }

  .group:hover .\32xl\:group-hover\:to-orange-50 {
    --tw-gradient-to: #fff7ed;
  }

  .group:hover .\32xl\:group-hover\:to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }

  .group:hover .\32xl\:group-hover\:to-orange-200 {
    --tw-gradient-to: #fed7aa;
  }

  .group:hover .\32xl\:group-hover\:to-orange-300 {
    --tw-gradient-to: #fdba74;
  }

  .group:hover .\32xl\:group-hover\:to-orange-400 {
    --tw-gradient-to: #fb923c;
  }

  .group:hover .\32xl\:group-hover\:to-orange-500 {
    --tw-gradient-to: #f97316;
  }

  .group:hover .\32xl\:group-hover\:to-orange-600 {
    --tw-gradient-to: #ea580c;
  }

  .group:hover .\32xl\:group-hover\:to-orange-700 {
    --tw-gradient-to: #c2410c;
  }

  .group:hover .\32xl\:group-hover\:to-orange-800 {
    --tw-gradient-to: #9a3412;
  }

  .group:hover .\32xl\:group-hover\:to-orange-900 {
    --tw-gradient-to: #7c2d12;
  }

  .group:hover .\32xl\:group-hover\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .group:hover .\32xl\:group-hover\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .group:hover .\32xl\:group-hover\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .group:hover .\32xl\:group-hover\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .group:hover .\32xl\:group-hover\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .group:hover .\32xl\:group-hover\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .group:hover .\32xl\:group-hover\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .group:hover .\32xl\:group-hover\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .group:hover .\32xl\:group-hover\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .group:hover .\32xl\:group-hover\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-50 {
    --tw-gradient-to: #fafaf9;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-100 {
    --tw-gradient-to: #f5f5f4;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-200 {
    --tw-gradient-to: #e7e5e4;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-300 {
    --tw-gradient-to: #d6d3d1;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-400 {
    --tw-gradient-to: #a8a29e;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-500 {
    --tw-gradient-to: #78716c;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-600 {
    --tw-gradient-to: #57534e;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-700 {
    --tw-gradient-to: #44403c;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-800 {
    --tw-gradient-to: #292524;
  }

  .group:hover .\32xl\:group-hover\:to-warmGray-900 {
    --tw-gradient-to: #1c1917;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-100 {
    --tw-gradient-to: #f5f5f5;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-200 {
    --tw-gradient-to: #e5e5e5;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-300 {
    --tw-gradient-to: #d4d4d4;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-400 {
    --tw-gradient-to: #a3a3a3;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-500 {
    --tw-gradient-to: #737373;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-600 {
    --tw-gradient-to: #525252;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-700 {
    --tw-gradient-to: #404040;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-800 {
    --tw-gradient-to: #262626;
  }

  .group:hover .\32xl\:group-hover\:to-trueGray-900 {
    --tw-gradient-to: #171717;
  }

  .group:hover .\32xl\:group-hover\:to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .group:hover .\32xl\:group-hover\:to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .group:hover .\32xl\:group-hover\:to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .group:hover .\32xl\:group-hover\:to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .group:hover .\32xl\:group-hover\:to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .group:hover .\32xl\:group-hover\:to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .group:hover .\32xl\:group-hover\:to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .group:hover .\32xl\:group-hover\:to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .group:hover .\32xl\:group-hover\:to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .group:hover .\32xl\:group-hover\:to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-500 {
    --tw-gradient-to: #6b7280;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-600 {
    --tw-gradient-to: #4b5563;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-700 {
    --tw-gradient-to: #374151;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-800 {
    --tw-gradient-to: #1f2937;
  }

  .group:hover .\32xl\:group-hover\:to-coolGray-900 {
    --tw-gradient-to: #111827;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-50 {
    --tw-gradient-to: #f8fafc;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-100 {
    --tw-gradient-to: #f1f5f9;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-200 {
    --tw-gradient-to: #e2e8f0;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-300 {
    --tw-gradient-to: #cbd5e1;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-400 {
    --tw-gradient-to: #94a3b8;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-500 {
    --tw-gradient-to: #64748b;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-600 {
    --tw-gradient-to: #475569;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-700 {
    --tw-gradient-to: #334155;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-800 {
    --tw-gradient-to: #1e293b;
  }

  .group:hover .\32xl\:group-hover\:to-blueGray-900 {
    --tw-gradient-to: #0f172a;
  }

  .group:hover .\32xl\:group-hover\:to-current {
    --tw-gradient-to: current;
  }

  .group:hover .\32xl\:group-hover\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus-within\:from-black:focus-within {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus-within\:from-white:focus-within {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus-within\:from-rose-50:focus-within {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus-within\:from-rose-100:focus-within {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus-within\:from-rose-200:focus-within {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus-within\:from-rose-300:focus-within {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus-within\:from-rose-400:focus-within {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus-within\:from-rose-500:focus-within {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus-within\:from-rose-600:focus-within {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus-within\:from-rose-700:focus-within {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus-within\:from-rose-800:focus-within {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus-within\:from-rose-900:focus-within {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus-within\:from-pink-50:focus-within {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus-within\:from-pink-100:focus-within {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus-within\:from-pink-200:focus-within {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus-within\:from-pink-300:focus-within {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus-within\:from-pink-400:focus-within {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus-within\:from-pink-500:focus-within {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus-within\:from-pink-600:focus-within {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus-within\:from-pink-700:focus-within {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus-within\:from-pink-800:focus-within {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus-within\:from-pink-900:focus-within {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-50:focus-within {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-100:focus-within {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-200:focus-within {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-300:focus-within {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-400:focus-within {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-500:focus-within {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-600:focus-within {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-700:focus-within {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-800:focus-within {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus-within\:from-fuchsia-900:focus-within {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus-within\:from-purple-50:focus-within {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:focus-within\:from-purple-100:focus-within {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:focus-within\:from-purple-200:focus-within {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:focus-within\:from-purple-300:focus-within {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:focus-within\:from-purple-400:focus-within {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:focus-within\:from-purple-500:focus-within {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:focus-within\:from-purple-600:focus-within {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:focus-within\:from-purple-700:focus-within {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:focus-within\:from-purple-800:focus-within {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:focus-within\:from-purple-900:focus-within {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:focus-within\:from-violet-50:focus-within {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus-within\:from-violet-100:focus-within {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus-within\:from-violet-200:focus-within {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus-within\:from-violet-300:focus-within {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus-within\:from-violet-400:focus-within {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus-within\:from-violet-500:focus-within {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus-within\:from-violet-600:focus-within {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus-within\:from-violet-700:focus-within {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus-within\:from-violet-800:focus-within {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus-within\:from-violet-900:focus-within {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus-within\:from-indigo-50:focus-within {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus-within\:from-indigo-100:focus-within {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus-within\:from-indigo-200:focus-within {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus-within\:from-indigo-300:focus-within {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus-within\:from-indigo-400:focus-within {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus-within\:from-indigo-500:focus-within {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus-within\:from-indigo-600:focus-within {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus-within\:from-indigo-700:focus-within {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus-within\:from-indigo-800:focus-within {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus-within\:from-indigo-900:focus-within {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus-within\:from-blue-50:focus-within {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus-within\:from-blue-100:focus-within {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus-within\:from-blue-200:focus-within {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus-within\:from-blue-300:focus-within {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus-within\:from-blue-400:focus-within {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus-within\:from-blue-500:focus-within {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus-within\:from-blue-600:focus-within {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus-within\:from-blue-700:focus-within {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus-within\:from-blue-800:focus-within {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus-within\:from-blue-900:focus-within {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-50:focus-within {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-100:focus-within {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-200:focus-within {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-300:focus-within {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-400:focus-within {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-500:focus-within {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-600:focus-within {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-700:focus-within {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-800:focus-within {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus-within\:from-lightBlue-900:focus-within {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus-within\:from-cyan-50:focus-within {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:focus-within\:from-cyan-100:focus-within {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:focus-within\:from-cyan-200:focus-within {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:focus-within\:from-cyan-300:focus-within {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:focus-within\:from-cyan-400:focus-within {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:focus-within\:from-cyan-500:focus-within {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:focus-within\:from-cyan-600:focus-within {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:focus-within\:from-cyan-700:focus-within {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:focus-within\:from-cyan-800:focus-within {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:focus-within\:from-cyan-900:focus-within {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:focus-within\:from-teal-50:focus-within {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:focus-within\:from-teal-100:focus-within {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:focus-within\:from-teal-200:focus-within {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:focus-within\:from-teal-300:focus-within {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:focus-within\:from-teal-400:focus-within {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:focus-within\:from-teal-500:focus-within {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:focus-within\:from-teal-600:focus-within {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:focus-within\:from-teal-700:focus-within {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:focus-within\:from-teal-800:focus-within {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:focus-within\:from-teal-900:focus-within {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:focus-within\:from-emerald-50:focus-within {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus-within\:from-emerald-100:focus-within {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus-within\:from-emerald-200:focus-within {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus-within\:from-emerald-300:focus-within {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus-within\:from-emerald-400:focus-within {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus-within\:from-emerald-500:focus-within {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus-within\:from-emerald-600:focus-within {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus-within\:from-emerald-700:focus-within {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus-within\:from-emerald-800:focus-within {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus-within\:from-emerald-900:focus-within {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus-within\:from-green-50:focus-within {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus-within\:from-green-100:focus-within {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus-within\:from-green-200:focus-within {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus-within\:from-green-300:focus-within {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus-within\:from-green-400:focus-within {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus-within\:from-green-500:focus-within {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus-within\:from-green-600:focus-within {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus-within\:from-green-700:focus-within {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus-within\:from-green-800:focus-within {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus-within\:from-green-900:focus-within {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus-within\:from-lime-50:focus-within {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:focus-within\:from-lime-100:focus-within {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:focus-within\:from-lime-200:focus-within {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:focus-within\:from-lime-300:focus-within {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:focus-within\:from-lime-400:focus-within {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:focus-within\:from-lime-500:focus-within {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:focus-within\:from-lime-600:focus-within {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:focus-within\:from-lime-700:focus-within {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:focus-within\:from-lime-800:focus-within {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:focus-within\:from-lime-900:focus-within {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:focus-within\:from-yellow-50:focus-within {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:focus-within\:from-yellow-100:focus-within {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:focus-within\:from-yellow-200:focus-within {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:focus-within\:from-yellow-300:focus-within {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:focus-within\:from-yellow-400:focus-within {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:focus-within\:from-yellow-500:focus-within {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:focus-within\:from-yellow-600:focus-within {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:focus-within\:from-yellow-700:focus-within {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:focus-within\:from-yellow-800:focus-within {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:focus-within\:from-yellow-900:focus-within {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:focus-within\:from-amber-50:focus-within {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus-within\:from-amber-100:focus-within {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus-within\:from-amber-200:focus-within {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus-within\:from-amber-300:focus-within {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus-within\:from-amber-400:focus-within {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus-within\:from-amber-500:focus-within {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus-within\:from-amber-600:focus-within {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus-within\:from-amber-700:focus-within {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus-within\:from-amber-800:focus-within {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus-within\:from-amber-900:focus-within {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus-within\:from-orange-50:focus-within {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:focus-within\:from-orange-100:focus-within {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:focus-within\:from-orange-200:focus-within {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:focus-within\:from-orange-300:focus-within {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:focus-within\:from-orange-400:focus-within {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:focus-within\:from-orange-500:focus-within {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:focus-within\:from-orange-600:focus-within {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:focus-within\:from-orange-700:focus-within {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:focus-within\:from-orange-800:focus-within {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:focus-within\:from-orange-900:focus-within {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:focus-within\:from-red-50:focus-within {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus-within\:from-red-100:focus-within {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus-within\:from-red-200:focus-within {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus-within\:from-red-300:focus-within {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus-within\:from-red-400:focus-within {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus-within\:from-red-500:focus-within {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus-within\:from-red-600:focus-within {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus-within\:from-red-700:focus-within {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus-within\:from-red-800:focus-within {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus-within\:from-red-900:focus-within {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus-within\:from-warmGray-50:focus-within {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:focus-within\:from-warmGray-100:focus-within {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:focus-within\:from-warmGray-200:focus-within {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:focus-within\:from-warmGray-300:focus-within {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:focus-within\:from-warmGray-400:focus-within {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:focus-within\:from-warmGray-500:focus-within {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:focus-within\:from-warmGray-600:focus-within {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:focus-within\:from-warmGray-700:focus-within {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:focus-within\:from-warmGray-800:focus-within {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:focus-within\:from-warmGray-900:focus-within {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:focus-within\:from-trueGray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus-within\:from-trueGray-100:focus-within {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus-within\:from-trueGray-200:focus-within {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:focus-within\:from-trueGray-300:focus-within {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:focus-within\:from-trueGray-400:focus-within {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:focus-within\:from-trueGray-500:focus-within {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:focus-within\:from-trueGray-600:focus-within {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:focus-within\:from-trueGray-700:focus-within {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:focus-within\:from-trueGray-800:focus-within {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:focus-within\:from-trueGray-900:focus-within {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:focus-within\:from-gray-50:focus-within {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus-within\:from-gray-100:focus-within {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:focus-within\:from-gray-200:focus-within {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:focus-within\:from-gray-300:focus-within {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:focus-within\:from-gray-400:focus-within {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:focus-within\:from-gray-500:focus-within {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:focus-within\:from-gray-600:focus-within {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:focus-within\:from-gray-700:focus-within {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:focus-within\:from-gray-800:focus-within {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:focus-within\:from-gray-900:focus-within {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:focus-within\:from-coolGray-50:focus-within {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus-within\:from-coolGray-100:focus-within {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus-within\:from-coolGray-200:focus-within {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus-within\:from-coolGray-300:focus-within {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus-within\:from-coolGray-400:focus-within {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus-within\:from-coolGray-500:focus-within {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus-within\:from-coolGray-600:focus-within {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus-within\:from-coolGray-700:focus-within {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus-within\:from-coolGray-800:focus-within {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus-within\:from-coolGray-900:focus-within {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus-within\:from-blueGray-50:focus-within {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:focus-within\:from-blueGray-100:focus-within {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:focus-within\:from-blueGray-200:focus-within {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:focus-within\:from-blueGray-300:focus-within {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:focus-within\:from-blueGray-400:focus-within {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:focus-within\:from-blueGray-500:focus-within {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:focus-within\:from-blueGray-600:focus-within {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:focus-within\:from-blueGray-700:focus-within {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:focus-within\:from-blueGray-800:focus-within {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:focus-within\:from-blueGray-900:focus-within {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:focus-within\:from-current:focus-within {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus-within\:from-transparent:focus-within {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus-within\:via-black:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus-within\:via-white:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus-within\:via-rose-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus-within\:via-rose-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus-within\:via-rose-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus-within\:via-rose-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus-within\:via-rose-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus-within\:via-rose-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus-within\:via-rose-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus-within\:via-rose-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus-within\:via-rose-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus-within\:via-rose-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus-within\:via-pink-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus-within\:via-pink-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus-within\:via-pink-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus-within\:via-pink-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus-within\:via-pink-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus-within\:via-pink-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus-within\:via-pink-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus-within\:via-pink-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus-within\:via-pink-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus-within\:via-pink-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus-within\:via-fuchsia-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus-within\:via-purple-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:focus-within\:via-purple-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:focus-within\:via-purple-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:focus-within\:via-purple-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:focus-within\:via-purple-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:focus-within\:via-purple-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:focus-within\:via-purple-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:focus-within\:via-purple-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:focus-within\:via-purple-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:focus-within\:via-purple-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:focus-within\:via-violet-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus-within\:via-violet-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus-within\:via-violet-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus-within\:via-violet-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus-within\:via-violet-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus-within\:via-violet-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus-within\:via-violet-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus-within\:via-violet-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus-within\:via-violet-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus-within\:via-violet-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus-within\:via-indigo-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus-within\:via-indigo-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus-within\:via-indigo-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus-within\:via-indigo-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus-within\:via-indigo-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus-within\:via-indigo-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus-within\:via-indigo-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus-within\:via-indigo-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus-within\:via-indigo-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus-within\:via-indigo-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus-within\:via-blue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus-within\:via-blue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus-within\:via-blue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus-within\:via-blue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus-within\:via-blue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus-within\:via-blue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus-within\:via-blue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus-within\:via-blue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus-within\:via-blue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus-within\:via-blue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus-within\:via-lightBlue-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus-within\:via-cyan-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:focus-within\:via-cyan-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:focus-within\:via-cyan-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:focus-within\:via-cyan-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:focus-within\:via-cyan-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:focus-within\:via-cyan-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:focus-within\:via-cyan-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:focus-within\:via-cyan-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:focus-within\:via-cyan-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:focus-within\:via-cyan-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:focus-within\:via-teal-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:focus-within\:via-teal-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:focus-within\:via-teal-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:focus-within\:via-teal-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:focus-within\:via-teal-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:focus-within\:via-teal-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:focus-within\:via-teal-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:focus-within\:via-teal-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:focus-within\:via-teal-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:focus-within\:via-teal-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:focus-within\:via-emerald-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus-within\:via-emerald-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus-within\:via-emerald-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus-within\:via-emerald-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus-within\:via-emerald-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus-within\:via-emerald-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus-within\:via-emerald-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus-within\:via-emerald-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus-within\:via-emerald-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus-within\:via-emerald-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus-within\:via-green-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus-within\:via-green-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus-within\:via-green-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus-within\:via-green-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus-within\:via-green-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus-within\:via-green-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus-within\:via-green-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus-within\:via-green-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus-within\:via-green-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus-within\:via-green-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus-within\:via-lime-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:focus-within\:via-lime-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:focus-within\:via-lime-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:focus-within\:via-lime-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:focus-within\:via-lime-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:focus-within\:via-lime-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:focus-within\:via-lime-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:focus-within\:via-lime-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:focus-within\:via-lime-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:focus-within\:via-lime-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:focus-within\:via-yellow-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:focus-within\:via-yellow-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:focus-within\:via-yellow-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:focus-within\:via-yellow-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:focus-within\:via-yellow-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:focus-within\:via-yellow-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:focus-within\:via-yellow-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:focus-within\:via-yellow-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:focus-within\:via-yellow-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:focus-within\:via-yellow-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:focus-within\:via-amber-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus-within\:via-amber-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus-within\:via-amber-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus-within\:via-amber-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus-within\:via-amber-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus-within\:via-amber-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus-within\:via-amber-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus-within\:via-amber-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus-within\:via-amber-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus-within\:via-amber-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus-within\:via-orange-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:focus-within\:via-orange-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:focus-within\:via-orange-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:focus-within\:via-orange-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:focus-within\:via-orange-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:focus-within\:via-orange-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:focus-within\:via-orange-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:focus-within\:via-orange-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:focus-within\:via-orange-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:focus-within\:via-orange-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:focus-within\:via-red-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus-within\:via-red-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus-within\:via-red-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus-within\:via-red-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus-within\:via-red-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus-within\:via-red-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus-within\:via-red-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus-within\:via-red-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus-within\:via-red-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus-within\:via-red-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus-within\:via-warmGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:focus-within\:via-warmGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:focus-within\:via-warmGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:focus-within\:via-warmGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:focus-within\:via-warmGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:focus-within\:via-warmGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:focus-within\:via-warmGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:focus-within\:via-warmGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:focus-within\:via-warmGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:focus-within\:via-warmGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:focus-within\:via-trueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus-within\:via-trueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus-within\:via-trueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:focus-within\:via-trueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:focus-within\:via-trueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:focus-within\:via-trueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:focus-within\:via-trueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:focus-within\:via-trueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:focus-within\:via-trueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:focus-within\:via-trueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:focus-within\:via-gray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus-within\:via-gray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:focus-within\:via-gray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:focus-within\:via-gray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:focus-within\:via-gray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:focus-within\:via-gray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:focus-within\:via-gray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:focus-within\:via-gray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:focus-within\:via-gray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:focus-within\:via-gray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:focus-within\:via-coolGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus-within\:via-coolGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus-within\:via-coolGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus-within\:via-coolGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus-within\:via-coolGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus-within\:via-coolGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus-within\:via-coolGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus-within\:via-coolGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus-within\:via-coolGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus-within\:via-coolGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus-within\:via-blueGray-50:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:focus-within\:via-blueGray-100:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:focus-within\:via-blueGray-200:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:focus-within\:via-blueGray-300:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:focus-within\:via-blueGray-400:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:focus-within\:via-blueGray-500:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:focus-within\:via-blueGray-600:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:focus-within\:via-blueGray-700:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:focus-within\:via-blueGray-800:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:focus-within\:via-blueGray-900:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:focus-within\:via-current:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus-within\:via-transparent:focus-within {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus-within\:to-black:focus-within {
    --tw-gradient-to: #000;
  }

  .\32xl\:focus-within\:to-white:focus-within {
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus-within\:to-rose-50:focus-within {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:focus-within\:to-rose-100:focus-within {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:focus-within\:to-rose-200:focus-within {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:focus-within\:to-rose-300:focus-within {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:focus-within\:to-rose-400:focus-within {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:focus-within\:to-rose-500:focus-within {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:focus-within\:to-rose-600:focus-within {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:focus-within\:to-rose-700:focus-within {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:focus-within\:to-rose-800:focus-within {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:focus-within\:to-rose-900:focus-within {
    --tw-gradient-to: #881337;
  }

  .\32xl\:focus-within\:to-pink-50:focus-within {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:focus-within\:to-pink-100:focus-within {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:focus-within\:to-pink-200:focus-within {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:focus-within\:to-pink-300:focus-within {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:focus-within\:to-pink-400:focus-within {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:focus-within\:to-pink-500:focus-within {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:focus-within\:to-pink-600:focus-within {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:focus-within\:to-pink-700:focus-within {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:focus-within\:to-pink-800:focus-within {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:focus-within\:to-pink-900:focus-within {
    --tw-gradient-to: #831843;
  }

  .\32xl\:focus-within\:to-fuchsia-50:focus-within {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:focus-within\:to-fuchsia-100:focus-within {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:focus-within\:to-fuchsia-200:focus-within {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:focus-within\:to-fuchsia-300:focus-within {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:focus-within\:to-fuchsia-400:focus-within {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:focus-within\:to-fuchsia-500:focus-within {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:focus-within\:to-fuchsia-600:focus-within {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:focus-within\:to-fuchsia-700:focus-within {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:focus-within\:to-fuchsia-800:focus-within {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:focus-within\:to-fuchsia-900:focus-within {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:focus-within\:to-purple-50:focus-within {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:focus-within\:to-purple-100:focus-within {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:focus-within\:to-purple-200:focus-within {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:focus-within\:to-purple-300:focus-within {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:focus-within\:to-purple-400:focus-within {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:focus-within\:to-purple-500:focus-within {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:focus-within\:to-purple-600:focus-within {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:focus-within\:to-purple-700:focus-within {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:focus-within\:to-purple-800:focus-within {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:focus-within\:to-purple-900:focus-within {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:focus-within\:to-violet-50:focus-within {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus-within\:to-violet-100:focus-within {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus-within\:to-violet-200:focus-within {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus-within\:to-violet-300:focus-within {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus-within\:to-violet-400:focus-within {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus-within\:to-violet-500:focus-within {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus-within\:to-violet-600:focus-within {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus-within\:to-violet-700:focus-within {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus-within\:to-violet-800:focus-within {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus-within\:to-violet-900:focus-within {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:focus-within\:to-indigo-50:focus-within {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus-within\:to-indigo-100:focus-within {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus-within\:to-indigo-200:focus-within {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus-within\:to-indigo-300:focus-within {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus-within\:to-indigo-400:focus-within {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus-within\:to-indigo-500:focus-within {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus-within\:to-indigo-600:focus-within {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus-within\:to-indigo-700:focus-within {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus-within\:to-indigo-800:focus-within {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus-within\:to-indigo-900:focus-within {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus-within\:to-blue-50:focus-within {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:focus-within\:to-blue-100:focus-within {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:focus-within\:to-blue-200:focus-within {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:focus-within\:to-blue-300:focus-within {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:focus-within\:to-blue-400:focus-within {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:focus-within\:to-blue-500:focus-within {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:focus-within\:to-blue-600:focus-within {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:focus-within\:to-blue-700:focus-within {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:focus-within\:to-blue-800:focus-within {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:focus-within\:to-blue-900:focus-within {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:focus-within\:to-lightBlue-50:focus-within {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:focus-within\:to-lightBlue-100:focus-within {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:focus-within\:to-lightBlue-200:focus-within {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:focus-within\:to-lightBlue-300:focus-within {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:focus-within\:to-lightBlue-400:focus-within {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:focus-within\:to-lightBlue-500:focus-within {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:focus-within\:to-lightBlue-600:focus-within {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:focus-within\:to-lightBlue-700:focus-within {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:focus-within\:to-lightBlue-800:focus-within {
    --tw-gradient-to: #075985;
  }

  .\32xl\:focus-within\:to-lightBlue-900:focus-within {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:focus-within\:to-cyan-50:focus-within {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:focus-within\:to-cyan-100:focus-within {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:focus-within\:to-cyan-200:focus-within {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:focus-within\:to-cyan-300:focus-within {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:focus-within\:to-cyan-400:focus-within {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:focus-within\:to-cyan-500:focus-within {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:focus-within\:to-cyan-600:focus-within {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:focus-within\:to-cyan-700:focus-within {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:focus-within\:to-cyan-800:focus-within {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:focus-within\:to-cyan-900:focus-within {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:focus-within\:to-teal-50:focus-within {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:focus-within\:to-teal-100:focus-within {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:focus-within\:to-teal-200:focus-within {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:focus-within\:to-teal-300:focus-within {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:focus-within\:to-teal-400:focus-within {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:focus-within\:to-teal-500:focus-within {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:focus-within\:to-teal-600:focus-within {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:focus-within\:to-teal-700:focus-within {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:focus-within\:to-teal-800:focus-within {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:focus-within\:to-teal-900:focus-within {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:focus-within\:to-emerald-50:focus-within {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus-within\:to-emerald-100:focus-within {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus-within\:to-emerald-200:focus-within {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus-within\:to-emerald-300:focus-within {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:focus-within\:to-emerald-400:focus-within {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:focus-within\:to-emerald-500:focus-within {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:focus-within\:to-emerald-600:focus-within {
    --tw-gradient-to: #059669;
  }

  .\32xl\:focus-within\:to-emerald-700:focus-within {
    --tw-gradient-to: #047857;
  }

  .\32xl\:focus-within\:to-emerald-800:focus-within {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus-within\:to-emerald-900:focus-within {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:focus-within\:to-green-50:focus-within {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:focus-within\:to-green-100:focus-within {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:focus-within\:to-green-200:focus-within {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:focus-within\:to-green-300:focus-within {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:focus-within\:to-green-400:focus-within {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:focus-within\:to-green-500:focus-within {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:focus-within\:to-green-600:focus-within {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:focus-within\:to-green-700:focus-within {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:focus-within\:to-green-800:focus-within {
    --tw-gradient-to: #166534;
  }

  .\32xl\:focus-within\:to-green-900:focus-within {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:focus-within\:to-lime-50:focus-within {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:focus-within\:to-lime-100:focus-within {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:focus-within\:to-lime-200:focus-within {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:focus-within\:to-lime-300:focus-within {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:focus-within\:to-lime-400:focus-within {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:focus-within\:to-lime-500:focus-within {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:focus-within\:to-lime-600:focus-within {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:focus-within\:to-lime-700:focus-within {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:focus-within\:to-lime-800:focus-within {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:focus-within\:to-lime-900:focus-within {
    --tw-gradient-to: #365314;
  }

  .\32xl\:focus-within\:to-yellow-50:focus-within {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:focus-within\:to-yellow-100:focus-within {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:focus-within\:to-yellow-200:focus-within {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:focus-within\:to-yellow-300:focus-within {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:focus-within\:to-yellow-400:focus-within {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:focus-within\:to-yellow-500:focus-within {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:focus-within\:to-yellow-600:focus-within {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:focus-within\:to-yellow-700:focus-within {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:focus-within\:to-yellow-800:focus-within {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:focus-within\:to-yellow-900:focus-within {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:focus-within\:to-amber-50:focus-within {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus-within\:to-amber-100:focus-within {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus-within\:to-amber-200:focus-within {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus-within\:to-amber-300:focus-within {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus-within\:to-amber-400:focus-within {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:focus-within\:to-amber-500:focus-within {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus-within\:to-amber-600:focus-within {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus-within\:to-amber-700:focus-within {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus-within\:to-amber-800:focus-within {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus-within\:to-amber-900:focus-within {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus-within\:to-orange-50:focus-within {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:focus-within\:to-orange-100:focus-within {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:focus-within\:to-orange-200:focus-within {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:focus-within\:to-orange-300:focus-within {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:focus-within\:to-orange-400:focus-within {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:focus-within\:to-orange-500:focus-within {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:focus-within\:to-orange-600:focus-within {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:focus-within\:to-orange-700:focus-within {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:focus-within\:to-orange-800:focus-within {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:focus-within\:to-orange-900:focus-within {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:focus-within\:to-red-50:focus-within {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:focus-within\:to-red-100:focus-within {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:focus-within\:to-red-200:focus-within {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:focus-within\:to-red-300:focus-within {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:focus-within\:to-red-400:focus-within {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:focus-within\:to-red-500:focus-within {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:focus-within\:to-red-600:focus-within {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:focus-within\:to-red-700:focus-within {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:focus-within\:to-red-800:focus-within {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:focus-within\:to-red-900:focus-within {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:focus-within\:to-warmGray-50:focus-within {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:focus-within\:to-warmGray-100:focus-within {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:focus-within\:to-warmGray-200:focus-within {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:focus-within\:to-warmGray-300:focus-within {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:focus-within\:to-warmGray-400:focus-within {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:focus-within\:to-warmGray-500:focus-within {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:focus-within\:to-warmGray-600:focus-within {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:focus-within\:to-warmGray-700:focus-within {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:focus-within\:to-warmGray-800:focus-within {
    --tw-gradient-to: #292524;
  }

  .\32xl\:focus-within\:to-warmGray-900:focus-within {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:focus-within\:to-trueGray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:focus-within\:to-trueGray-100:focus-within {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:focus-within\:to-trueGray-200:focus-within {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:focus-within\:to-trueGray-300:focus-within {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:focus-within\:to-trueGray-400:focus-within {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:focus-within\:to-trueGray-500:focus-within {
    --tw-gradient-to: #737373;
  }

  .\32xl\:focus-within\:to-trueGray-600:focus-within {
    --tw-gradient-to: #525252;
  }

  .\32xl\:focus-within\:to-trueGray-700:focus-within {
    --tw-gradient-to: #404040;
  }

  .\32xl\:focus-within\:to-trueGray-800:focus-within {
    --tw-gradient-to: #262626;
  }

  .\32xl\:focus-within\:to-trueGray-900:focus-within {
    --tw-gradient-to: #171717;
  }

  .\32xl\:focus-within\:to-gray-50:focus-within {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:focus-within\:to-gray-100:focus-within {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:focus-within\:to-gray-200:focus-within {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:focus-within\:to-gray-300:focus-within {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:focus-within\:to-gray-400:focus-within {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:focus-within\:to-gray-500:focus-within {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:focus-within\:to-gray-600:focus-within {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:focus-within\:to-gray-700:focus-within {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:focus-within\:to-gray-800:focus-within {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:focus-within\:to-gray-900:focus-within {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:focus-within\:to-coolGray-50:focus-within {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus-within\:to-coolGray-100:focus-within {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus-within\:to-coolGray-200:focus-within {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus-within\:to-coolGray-300:focus-within {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus-within\:to-coolGray-400:focus-within {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus-within\:to-coolGray-500:focus-within {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus-within\:to-coolGray-600:focus-within {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus-within\:to-coolGray-700:focus-within {
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus-within\:to-coolGray-800:focus-within {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus-within\:to-coolGray-900:focus-within {
    --tw-gradient-to: #111827;
  }

  .\32xl\:focus-within\:to-blueGray-50:focus-within {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:focus-within\:to-blueGray-100:focus-within {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:focus-within\:to-blueGray-200:focus-within {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:focus-within\:to-blueGray-300:focus-within {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:focus-within\:to-blueGray-400:focus-within {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:focus-within\:to-blueGray-500:focus-within {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:focus-within\:to-blueGray-600:focus-within {
    --tw-gradient-to: #475569;
  }

  .\32xl\:focus-within\:to-blueGray-700:focus-within {
    --tw-gradient-to: #334155;
  }

  .\32xl\:focus-within\:to-blueGray-800:focus-within {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:focus-within\:to-blueGray-900:focus-within {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:focus-within\:to-current:focus-within {
    --tw-gradient-to: current;
  }

  .\32xl\:focus-within\:to-transparent:focus-within {
    --tw-gradient-to: transparent;
  }

  .\32xl\:first\:from-black:first-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:first\:from-white:first-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:first\:from-rose-50:first-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:first\:from-rose-100:first-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:first\:from-rose-200:first-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:first\:from-rose-300:first-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:first\:from-rose-400:first-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:first\:from-rose-500:first-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:first\:from-rose-600:first-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:first\:from-rose-700:first-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:first\:from-rose-800:first-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:first\:from-rose-900:first-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:first\:from-pink-50:first-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:first\:from-pink-100:first-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:first\:from-pink-200:first-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:first\:from-pink-300:first-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:first\:from-pink-400:first-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:first\:from-pink-500:first-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:first\:from-pink-600:first-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:first\:from-pink-700:first-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:first\:from-pink-800:first-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:first\:from-pink-900:first-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:first\:from-fuchsia-50:first-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:first\:from-fuchsia-100:first-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:first\:from-fuchsia-200:first-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:first\:from-fuchsia-300:first-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:first\:from-fuchsia-400:first-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:first\:from-fuchsia-500:first-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:first\:from-fuchsia-600:first-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:first\:from-fuchsia-700:first-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:first\:from-fuchsia-800:first-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:first\:from-fuchsia-900:first-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:first\:from-purple-50:first-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:first\:from-purple-100:first-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:first\:from-purple-200:first-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:first\:from-purple-300:first-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:first\:from-purple-400:first-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:first\:from-purple-500:first-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:first\:from-purple-600:first-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:first\:from-purple-700:first-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:first\:from-purple-800:first-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:first\:from-purple-900:first-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:first\:from-violet-50:first-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:first\:from-violet-100:first-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:first\:from-violet-200:first-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:first\:from-violet-300:first-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:first\:from-violet-400:first-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:first\:from-violet-500:first-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:first\:from-violet-600:first-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:first\:from-violet-700:first-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:first\:from-violet-800:first-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:first\:from-violet-900:first-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:first\:from-indigo-50:first-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:first\:from-indigo-100:first-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:first\:from-indigo-200:first-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:first\:from-indigo-300:first-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:first\:from-indigo-400:first-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:first\:from-indigo-500:first-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:first\:from-indigo-600:first-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:first\:from-indigo-700:first-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:first\:from-indigo-800:first-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:first\:from-indigo-900:first-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:first\:from-blue-50:first-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:first\:from-blue-100:first-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:first\:from-blue-200:first-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:first\:from-blue-300:first-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:first\:from-blue-400:first-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:first\:from-blue-500:first-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:first\:from-blue-600:first-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:first\:from-blue-700:first-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:first\:from-blue-800:first-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:first\:from-blue-900:first-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:first\:from-lightBlue-50:first-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:first\:from-lightBlue-100:first-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:first\:from-lightBlue-200:first-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:first\:from-lightBlue-300:first-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:first\:from-lightBlue-400:first-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:first\:from-lightBlue-500:first-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:first\:from-lightBlue-600:first-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:first\:from-lightBlue-700:first-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:first\:from-lightBlue-800:first-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:first\:from-lightBlue-900:first-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:first\:from-cyan-50:first-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:first\:from-cyan-100:first-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:first\:from-cyan-200:first-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:first\:from-cyan-300:first-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:first\:from-cyan-400:first-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:first\:from-cyan-500:first-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:first\:from-cyan-600:first-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:first\:from-cyan-700:first-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:first\:from-cyan-800:first-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:first\:from-cyan-900:first-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:first\:from-teal-50:first-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:first\:from-teal-100:first-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:first\:from-teal-200:first-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:first\:from-teal-300:first-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:first\:from-teal-400:first-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:first\:from-teal-500:first-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:first\:from-teal-600:first-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:first\:from-teal-700:first-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:first\:from-teal-800:first-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:first\:from-teal-900:first-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:first\:from-emerald-50:first-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:first\:from-emerald-100:first-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:first\:from-emerald-200:first-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:first\:from-emerald-300:first-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:first\:from-emerald-400:first-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:first\:from-emerald-500:first-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:first\:from-emerald-600:first-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:first\:from-emerald-700:first-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:first\:from-emerald-800:first-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:first\:from-emerald-900:first-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:first\:from-green-50:first-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:first\:from-green-100:first-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:first\:from-green-200:first-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:first\:from-green-300:first-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:first\:from-green-400:first-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:first\:from-green-500:first-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:first\:from-green-600:first-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:first\:from-green-700:first-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:first\:from-green-800:first-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:first\:from-green-900:first-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:first\:from-lime-50:first-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:first\:from-lime-100:first-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:first\:from-lime-200:first-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:first\:from-lime-300:first-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:first\:from-lime-400:first-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:first\:from-lime-500:first-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:first\:from-lime-600:first-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:first\:from-lime-700:first-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:first\:from-lime-800:first-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:first\:from-lime-900:first-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:first\:from-yellow-50:first-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:first\:from-yellow-100:first-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:first\:from-yellow-200:first-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:first\:from-yellow-300:first-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:first\:from-yellow-400:first-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:first\:from-yellow-500:first-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:first\:from-yellow-600:first-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:first\:from-yellow-700:first-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:first\:from-yellow-800:first-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:first\:from-yellow-900:first-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:first\:from-amber-50:first-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:first\:from-amber-100:first-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:first\:from-amber-200:first-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:first\:from-amber-300:first-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:first\:from-amber-400:first-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:first\:from-amber-500:first-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:first\:from-amber-600:first-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:first\:from-amber-700:first-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:first\:from-amber-800:first-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:first\:from-amber-900:first-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:first\:from-orange-50:first-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:first\:from-orange-100:first-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:first\:from-orange-200:first-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:first\:from-orange-300:first-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:first\:from-orange-400:first-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:first\:from-orange-500:first-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:first\:from-orange-600:first-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:first\:from-orange-700:first-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:first\:from-orange-800:first-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:first\:from-orange-900:first-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:first\:from-red-50:first-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:first\:from-red-100:first-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:first\:from-red-200:first-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:first\:from-red-300:first-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:first\:from-red-400:first-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:first\:from-red-500:first-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:first\:from-red-600:first-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:first\:from-red-700:first-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:first\:from-red-800:first-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:first\:from-red-900:first-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:first\:from-warmGray-50:first-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:first\:from-warmGray-100:first-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:first\:from-warmGray-200:first-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:first\:from-warmGray-300:first-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:first\:from-warmGray-400:first-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:first\:from-warmGray-500:first-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:first\:from-warmGray-600:first-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:first\:from-warmGray-700:first-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:first\:from-warmGray-800:first-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:first\:from-warmGray-900:first-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:first\:from-trueGray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:first\:from-trueGray-100:first-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:first\:from-trueGray-200:first-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:first\:from-trueGray-300:first-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:first\:from-trueGray-400:first-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:first\:from-trueGray-500:first-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:first\:from-trueGray-600:first-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:first\:from-trueGray-700:first-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:first\:from-trueGray-800:first-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:first\:from-trueGray-900:first-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:first\:from-gray-50:first-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:first\:from-gray-100:first-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:first\:from-gray-200:first-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:first\:from-gray-300:first-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:first\:from-gray-400:first-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:first\:from-gray-500:first-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:first\:from-gray-600:first-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:first\:from-gray-700:first-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:first\:from-gray-800:first-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:first\:from-gray-900:first-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:first\:from-coolGray-50:first-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:first\:from-coolGray-100:first-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:first\:from-coolGray-200:first-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:first\:from-coolGray-300:first-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:first\:from-coolGray-400:first-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:first\:from-coolGray-500:first-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:first\:from-coolGray-600:first-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:first\:from-coolGray-700:first-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:first\:from-coolGray-800:first-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:first\:from-coolGray-900:first-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:first\:from-blueGray-50:first-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:first\:from-blueGray-100:first-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:first\:from-blueGray-200:first-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:first\:from-blueGray-300:first-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:first\:from-blueGray-400:first-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:first\:from-blueGray-500:first-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:first\:from-blueGray-600:first-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:first\:from-blueGray-700:first-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:first\:from-blueGray-800:first-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:first\:from-blueGray-900:first-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:first\:from-current:first-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:first\:from-transparent:first-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:first\:via-black:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:first\:via-white:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:first\:via-rose-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:first\:via-rose-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:first\:via-rose-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:first\:via-rose-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:first\:via-rose-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:first\:via-rose-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:first\:via-rose-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:first\:via-rose-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:first\:via-rose-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:first\:via-rose-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:first\:via-pink-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:first\:via-pink-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:first\:via-pink-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:first\:via-pink-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:first\:via-pink-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:first\:via-pink-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:first\:via-pink-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:first\:via-pink-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:first\:via-pink-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:first\:via-pink-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:first\:via-fuchsia-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:first\:via-fuchsia-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:first\:via-fuchsia-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:first\:via-fuchsia-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:first\:via-fuchsia-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:first\:via-fuchsia-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:first\:via-fuchsia-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:first\:via-fuchsia-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:first\:via-fuchsia-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:first\:via-fuchsia-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:first\:via-purple-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:first\:via-purple-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:first\:via-purple-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:first\:via-purple-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:first\:via-purple-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:first\:via-purple-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:first\:via-purple-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:first\:via-purple-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:first\:via-purple-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:first\:via-purple-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:first\:via-violet-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:first\:via-violet-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:first\:via-violet-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:first\:via-violet-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:first\:via-violet-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:first\:via-violet-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:first\:via-violet-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:first\:via-violet-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:first\:via-violet-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:first\:via-violet-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:first\:via-indigo-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:first\:via-indigo-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:first\:via-indigo-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:first\:via-indigo-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:first\:via-indigo-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:first\:via-indigo-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:first\:via-indigo-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:first\:via-indigo-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:first\:via-indigo-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:first\:via-indigo-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:first\:via-blue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:first\:via-blue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:first\:via-blue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:first\:via-blue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:first\:via-blue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:first\:via-blue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:first\:via-blue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:first\:via-blue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:first\:via-blue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:first\:via-blue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:first\:via-lightBlue-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:first\:via-lightBlue-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:first\:via-lightBlue-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:first\:via-lightBlue-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:first\:via-lightBlue-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:first\:via-lightBlue-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:first\:via-lightBlue-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:first\:via-lightBlue-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:first\:via-lightBlue-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:first\:via-lightBlue-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:first\:via-cyan-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:first\:via-cyan-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:first\:via-cyan-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:first\:via-cyan-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:first\:via-cyan-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:first\:via-cyan-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:first\:via-cyan-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:first\:via-cyan-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:first\:via-cyan-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:first\:via-cyan-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:first\:via-teal-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:first\:via-teal-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:first\:via-teal-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:first\:via-teal-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:first\:via-teal-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:first\:via-teal-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:first\:via-teal-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:first\:via-teal-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:first\:via-teal-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:first\:via-teal-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:first\:via-emerald-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:first\:via-emerald-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:first\:via-emerald-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:first\:via-emerald-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:first\:via-emerald-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:first\:via-emerald-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:first\:via-emerald-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:first\:via-emerald-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:first\:via-emerald-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:first\:via-emerald-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:first\:via-green-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:first\:via-green-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:first\:via-green-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:first\:via-green-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:first\:via-green-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:first\:via-green-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:first\:via-green-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:first\:via-green-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:first\:via-green-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:first\:via-green-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:first\:via-lime-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:first\:via-lime-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:first\:via-lime-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:first\:via-lime-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:first\:via-lime-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:first\:via-lime-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:first\:via-lime-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:first\:via-lime-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:first\:via-lime-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:first\:via-lime-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:first\:via-yellow-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:first\:via-yellow-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:first\:via-yellow-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:first\:via-yellow-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:first\:via-yellow-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:first\:via-yellow-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:first\:via-yellow-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:first\:via-yellow-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:first\:via-yellow-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:first\:via-yellow-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:first\:via-amber-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:first\:via-amber-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:first\:via-amber-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:first\:via-amber-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:first\:via-amber-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:first\:via-amber-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:first\:via-amber-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:first\:via-amber-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:first\:via-amber-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:first\:via-amber-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:first\:via-orange-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:first\:via-orange-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:first\:via-orange-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:first\:via-orange-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:first\:via-orange-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:first\:via-orange-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:first\:via-orange-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:first\:via-orange-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:first\:via-orange-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:first\:via-orange-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:first\:via-red-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:first\:via-red-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:first\:via-red-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:first\:via-red-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:first\:via-red-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:first\:via-red-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:first\:via-red-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:first\:via-red-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:first\:via-red-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:first\:via-red-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:first\:via-warmGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:first\:via-warmGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:first\:via-warmGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:first\:via-warmGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:first\:via-warmGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:first\:via-warmGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:first\:via-warmGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:first\:via-warmGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:first\:via-warmGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:first\:via-warmGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:first\:via-trueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:first\:via-trueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:first\:via-trueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:first\:via-trueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:first\:via-trueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:first\:via-trueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:first\:via-trueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:first\:via-trueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:first\:via-trueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:first\:via-trueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:first\:via-gray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:first\:via-gray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:first\:via-gray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:first\:via-gray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:first\:via-gray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:first\:via-gray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:first\:via-gray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:first\:via-gray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:first\:via-gray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:first\:via-gray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:first\:via-coolGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:first\:via-coolGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:first\:via-coolGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:first\:via-coolGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:first\:via-coolGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:first\:via-coolGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:first\:via-coolGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:first\:via-coolGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:first\:via-coolGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:first\:via-coolGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:first\:via-blueGray-50:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:first\:via-blueGray-100:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:first\:via-blueGray-200:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:first\:via-blueGray-300:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:first\:via-blueGray-400:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:first\:via-blueGray-500:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:first\:via-blueGray-600:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:first\:via-blueGray-700:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:first\:via-blueGray-800:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:first\:via-blueGray-900:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:first\:via-current:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:first\:via-transparent:first-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:first\:to-black:first-child {
    --tw-gradient-to: #000;
  }

  .\32xl\:first\:to-white:first-child {
    --tw-gradient-to: #fff;
  }

  .\32xl\:first\:to-rose-50:first-child {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:first\:to-rose-100:first-child {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:first\:to-rose-200:first-child {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:first\:to-rose-300:first-child {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:first\:to-rose-400:first-child {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:first\:to-rose-500:first-child {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:first\:to-rose-600:first-child {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:first\:to-rose-700:first-child {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:first\:to-rose-800:first-child {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:first\:to-rose-900:first-child {
    --tw-gradient-to: #881337;
  }

  .\32xl\:first\:to-pink-50:first-child {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:first\:to-pink-100:first-child {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:first\:to-pink-200:first-child {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:first\:to-pink-300:first-child {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:first\:to-pink-400:first-child {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:first\:to-pink-500:first-child {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:first\:to-pink-600:first-child {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:first\:to-pink-700:first-child {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:first\:to-pink-800:first-child {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:first\:to-pink-900:first-child {
    --tw-gradient-to: #831843;
  }

  .\32xl\:first\:to-fuchsia-50:first-child {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:first\:to-fuchsia-100:first-child {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:first\:to-fuchsia-200:first-child {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:first\:to-fuchsia-300:first-child {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:first\:to-fuchsia-400:first-child {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:first\:to-fuchsia-500:first-child {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:first\:to-fuchsia-600:first-child {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:first\:to-fuchsia-700:first-child {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:first\:to-fuchsia-800:first-child {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:first\:to-fuchsia-900:first-child {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:first\:to-purple-50:first-child {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:first\:to-purple-100:first-child {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:first\:to-purple-200:first-child {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:first\:to-purple-300:first-child {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:first\:to-purple-400:first-child {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:first\:to-purple-500:first-child {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:first\:to-purple-600:first-child {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:first\:to-purple-700:first-child {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:first\:to-purple-800:first-child {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:first\:to-purple-900:first-child {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:first\:to-violet-50:first-child {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:first\:to-violet-100:first-child {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:first\:to-violet-200:first-child {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:first\:to-violet-300:first-child {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:first\:to-violet-400:first-child {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:first\:to-violet-500:first-child {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:first\:to-violet-600:first-child {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:first\:to-violet-700:first-child {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:first\:to-violet-800:first-child {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:first\:to-violet-900:first-child {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:first\:to-indigo-50:first-child {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:first\:to-indigo-100:first-child {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:first\:to-indigo-200:first-child {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:first\:to-indigo-300:first-child {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:first\:to-indigo-400:first-child {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:first\:to-indigo-500:first-child {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:first\:to-indigo-600:first-child {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:first\:to-indigo-700:first-child {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:first\:to-indigo-800:first-child {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:first\:to-indigo-900:first-child {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:first\:to-blue-50:first-child {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:first\:to-blue-100:first-child {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:first\:to-blue-200:first-child {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:first\:to-blue-300:first-child {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:first\:to-blue-400:first-child {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:first\:to-blue-500:first-child {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:first\:to-blue-600:first-child {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:first\:to-blue-700:first-child {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:first\:to-blue-800:first-child {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:first\:to-blue-900:first-child {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:first\:to-lightBlue-50:first-child {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:first\:to-lightBlue-100:first-child {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:first\:to-lightBlue-200:first-child {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:first\:to-lightBlue-300:first-child {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:first\:to-lightBlue-400:first-child {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:first\:to-lightBlue-500:first-child {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:first\:to-lightBlue-600:first-child {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:first\:to-lightBlue-700:first-child {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:first\:to-lightBlue-800:first-child {
    --tw-gradient-to: #075985;
  }

  .\32xl\:first\:to-lightBlue-900:first-child {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:first\:to-cyan-50:first-child {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:first\:to-cyan-100:first-child {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:first\:to-cyan-200:first-child {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:first\:to-cyan-300:first-child {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:first\:to-cyan-400:first-child {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:first\:to-cyan-500:first-child {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:first\:to-cyan-600:first-child {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:first\:to-cyan-700:first-child {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:first\:to-cyan-800:first-child {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:first\:to-cyan-900:first-child {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:first\:to-teal-50:first-child {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:first\:to-teal-100:first-child {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:first\:to-teal-200:first-child {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:first\:to-teal-300:first-child {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:first\:to-teal-400:first-child {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:first\:to-teal-500:first-child {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:first\:to-teal-600:first-child {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:first\:to-teal-700:first-child {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:first\:to-teal-800:first-child {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:first\:to-teal-900:first-child {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:first\:to-emerald-50:first-child {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:first\:to-emerald-100:first-child {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:first\:to-emerald-200:first-child {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:first\:to-emerald-300:first-child {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:first\:to-emerald-400:first-child {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:first\:to-emerald-500:first-child {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:first\:to-emerald-600:first-child {
    --tw-gradient-to: #059669;
  }

  .\32xl\:first\:to-emerald-700:first-child {
    --tw-gradient-to: #047857;
  }

  .\32xl\:first\:to-emerald-800:first-child {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:first\:to-emerald-900:first-child {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:first\:to-green-50:first-child {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:first\:to-green-100:first-child {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:first\:to-green-200:first-child {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:first\:to-green-300:first-child {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:first\:to-green-400:first-child {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:first\:to-green-500:first-child {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:first\:to-green-600:first-child {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:first\:to-green-700:first-child {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:first\:to-green-800:first-child {
    --tw-gradient-to: #166534;
  }

  .\32xl\:first\:to-green-900:first-child {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:first\:to-lime-50:first-child {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:first\:to-lime-100:first-child {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:first\:to-lime-200:first-child {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:first\:to-lime-300:first-child {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:first\:to-lime-400:first-child {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:first\:to-lime-500:first-child {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:first\:to-lime-600:first-child {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:first\:to-lime-700:first-child {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:first\:to-lime-800:first-child {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:first\:to-lime-900:first-child {
    --tw-gradient-to: #365314;
  }

  .\32xl\:first\:to-yellow-50:first-child {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:first\:to-yellow-100:first-child {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:first\:to-yellow-200:first-child {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:first\:to-yellow-300:first-child {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:first\:to-yellow-400:first-child {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:first\:to-yellow-500:first-child {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:first\:to-yellow-600:first-child {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:first\:to-yellow-700:first-child {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:first\:to-yellow-800:first-child {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:first\:to-yellow-900:first-child {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:first\:to-amber-50:first-child {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:first\:to-amber-100:first-child {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:first\:to-amber-200:first-child {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:first\:to-amber-300:first-child {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:first\:to-amber-400:first-child {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:first\:to-amber-500:first-child {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:first\:to-amber-600:first-child {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:first\:to-amber-700:first-child {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:first\:to-amber-800:first-child {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:first\:to-amber-900:first-child {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:first\:to-orange-50:first-child {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:first\:to-orange-100:first-child {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:first\:to-orange-200:first-child {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:first\:to-orange-300:first-child {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:first\:to-orange-400:first-child {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:first\:to-orange-500:first-child {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:first\:to-orange-600:first-child {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:first\:to-orange-700:first-child {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:first\:to-orange-800:first-child {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:first\:to-orange-900:first-child {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:first\:to-red-50:first-child {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:first\:to-red-100:first-child {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:first\:to-red-200:first-child {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:first\:to-red-300:first-child {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:first\:to-red-400:first-child {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:first\:to-red-500:first-child {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:first\:to-red-600:first-child {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:first\:to-red-700:first-child {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:first\:to-red-800:first-child {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:first\:to-red-900:first-child {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:first\:to-warmGray-50:first-child {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:first\:to-warmGray-100:first-child {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:first\:to-warmGray-200:first-child {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:first\:to-warmGray-300:first-child {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:first\:to-warmGray-400:first-child {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:first\:to-warmGray-500:first-child {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:first\:to-warmGray-600:first-child {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:first\:to-warmGray-700:first-child {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:first\:to-warmGray-800:first-child {
    --tw-gradient-to: #292524;
  }

  .\32xl\:first\:to-warmGray-900:first-child {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:first\:to-trueGray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:first\:to-trueGray-100:first-child {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:first\:to-trueGray-200:first-child {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:first\:to-trueGray-300:first-child {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:first\:to-trueGray-400:first-child {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:first\:to-trueGray-500:first-child {
    --tw-gradient-to: #737373;
  }

  .\32xl\:first\:to-trueGray-600:first-child {
    --tw-gradient-to: #525252;
  }

  .\32xl\:first\:to-trueGray-700:first-child {
    --tw-gradient-to: #404040;
  }

  .\32xl\:first\:to-trueGray-800:first-child {
    --tw-gradient-to: #262626;
  }

  .\32xl\:first\:to-trueGray-900:first-child {
    --tw-gradient-to: #171717;
  }

  .\32xl\:first\:to-gray-50:first-child {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:first\:to-gray-100:first-child {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:first\:to-gray-200:first-child {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:first\:to-gray-300:first-child {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:first\:to-gray-400:first-child {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:first\:to-gray-500:first-child {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:first\:to-gray-600:first-child {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:first\:to-gray-700:first-child {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:first\:to-gray-800:first-child {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:first\:to-gray-900:first-child {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:first\:to-coolGray-50:first-child {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:first\:to-coolGray-100:first-child {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:first\:to-coolGray-200:first-child {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:first\:to-coolGray-300:first-child {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:first\:to-coolGray-400:first-child {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:first\:to-coolGray-500:first-child {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:first\:to-coolGray-600:first-child {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:first\:to-coolGray-700:first-child {
    --tw-gradient-to: #374151;
  }

  .\32xl\:first\:to-coolGray-800:first-child {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:first\:to-coolGray-900:first-child {
    --tw-gradient-to: #111827;
  }

  .\32xl\:first\:to-blueGray-50:first-child {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:first\:to-blueGray-100:first-child {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:first\:to-blueGray-200:first-child {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:first\:to-blueGray-300:first-child {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:first\:to-blueGray-400:first-child {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:first\:to-blueGray-500:first-child {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:first\:to-blueGray-600:first-child {
    --tw-gradient-to: #475569;
  }

  .\32xl\:first\:to-blueGray-700:first-child {
    --tw-gradient-to: #334155;
  }

  .\32xl\:first\:to-blueGray-800:first-child {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:first\:to-blueGray-900:first-child {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:first\:to-current:first-child {
    --tw-gradient-to: current;
  }

  .\32xl\:first\:to-transparent:first-child {
    --tw-gradient-to: transparent;
  }

  .\32xl\:last\:from-black:last-child {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:last\:from-white:last-child {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:last\:from-rose-50:last-child {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:last\:from-rose-100:last-child {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:last\:from-rose-200:last-child {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:last\:from-rose-300:last-child {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:last\:from-rose-400:last-child {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:last\:from-rose-500:last-child {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:last\:from-rose-600:last-child {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:last\:from-rose-700:last-child {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:last\:from-rose-800:last-child {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:last\:from-rose-900:last-child {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:last\:from-pink-50:last-child {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:last\:from-pink-100:last-child {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:last\:from-pink-200:last-child {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:last\:from-pink-300:last-child {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:last\:from-pink-400:last-child {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:last\:from-pink-500:last-child {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:last\:from-pink-600:last-child {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:last\:from-pink-700:last-child {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:last\:from-pink-800:last-child {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:last\:from-pink-900:last-child {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:last\:from-fuchsia-50:last-child {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:last\:from-fuchsia-100:last-child {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:last\:from-fuchsia-200:last-child {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:last\:from-fuchsia-300:last-child {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:last\:from-fuchsia-400:last-child {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:last\:from-fuchsia-500:last-child {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:last\:from-fuchsia-600:last-child {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:last\:from-fuchsia-700:last-child {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:last\:from-fuchsia-800:last-child {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:last\:from-fuchsia-900:last-child {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:last\:from-purple-50:last-child {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:last\:from-purple-100:last-child {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:last\:from-purple-200:last-child {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:last\:from-purple-300:last-child {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:last\:from-purple-400:last-child {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:last\:from-purple-500:last-child {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:last\:from-purple-600:last-child {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:last\:from-purple-700:last-child {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:last\:from-purple-800:last-child {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:last\:from-purple-900:last-child {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:last\:from-violet-50:last-child {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:last\:from-violet-100:last-child {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:last\:from-violet-200:last-child {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:last\:from-violet-300:last-child {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:last\:from-violet-400:last-child {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:last\:from-violet-500:last-child {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:last\:from-violet-600:last-child {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:last\:from-violet-700:last-child {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:last\:from-violet-800:last-child {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:last\:from-violet-900:last-child {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:last\:from-indigo-50:last-child {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:last\:from-indigo-100:last-child {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:last\:from-indigo-200:last-child {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:last\:from-indigo-300:last-child {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:last\:from-indigo-400:last-child {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:last\:from-indigo-500:last-child {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:last\:from-indigo-600:last-child {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:last\:from-indigo-700:last-child {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:last\:from-indigo-800:last-child {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:last\:from-indigo-900:last-child {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:last\:from-blue-50:last-child {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:last\:from-blue-100:last-child {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:last\:from-blue-200:last-child {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:last\:from-blue-300:last-child {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:last\:from-blue-400:last-child {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:last\:from-blue-500:last-child {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:last\:from-blue-600:last-child {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:last\:from-blue-700:last-child {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:last\:from-blue-800:last-child {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:last\:from-blue-900:last-child {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:last\:from-lightBlue-50:last-child {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:last\:from-lightBlue-100:last-child {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:last\:from-lightBlue-200:last-child {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:last\:from-lightBlue-300:last-child {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:last\:from-lightBlue-400:last-child {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:last\:from-lightBlue-500:last-child {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:last\:from-lightBlue-600:last-child {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:last\:from-lightBlue-700:last-child {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:last\:from-lightBlue-800:last-child {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:last\:from-lightBlue-900:last-child {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:last\:from-cyan-50:last-child {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:last\:from-cyan-100:last-child {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:last\:from-cyan-200:last-child {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:last\:from-cyan-300:last-child {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:last\:from-cyan-400:last-child {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:last\:from-cyan-500:last-child {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:last\:from-cyan-600:last-child {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:last\:from-cyan-700:last-child {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:last\:from-cyan-800:last-child {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:last\:from-cyan-900:last-child {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:last\:from-teal-50:last-child {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:last\:from-teal-100:last-child {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:last\:from-teal-200:last-child {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:last\:from-teal-300:last-child {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:last\:from-teal-400:last-child {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:last\:from-teal-500:last-child {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:last\:from-teal-600:last-child {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:last\:from-teal-700:last-child {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:last\:from-teal-800:last-child {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:last\:from-teal-900:last-child {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:last\:from-emerald-50:last-child {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:last\:from-emerald-100:last-child {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:last\:from-emerald-200:last-child {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:last\:from-emerald-300:last-child {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:last\:from-emerald-400:last-child {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:last\:from-emerald-500:last-child {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:last\:from-emerald-600:last-child {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:last\:from-emerald-700:last-child {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:last\:from-emerald-800:last-child {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:last\:from-emerald-900:last-child {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:last\:from-green-50:last-child {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:last\:from-green-100:last-child {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:last\:from-green-200:last-child {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:last\:from-green-300:last-child {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:last\:from-green-400:last-child {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:last\:from-green-500:last-child {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:last\:from-green-600:last-child {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:last\:from-green-700:last-child {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:last\:from-green-800:last-child {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:last\:from-green-900:last-child {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:last\:from-lime-50:last-child {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:last\:from-lime-100:last-child {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:last\:from-lime-200:last-child {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:last\:from-lime-300:last-child {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:last\:from-lime-400:last-child {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:last\:from-lime-500:last-child {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:last\:from-lime-600:last-child {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:last\:from-lime-700:last-child {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:last\:from-lime-800:last-child {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:last\:from-lime-900:last-child {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:last\:from-yellow-50:last-child {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:last\:from-yellow-100:last-child {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:last\:from-yellow-200:last-child {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:last\:from-yellow-300:last-child {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:last\:from-yellow-400:last-child {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:last\:from-yellow-500:last-child {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:last\:from-yellow-600:last-child {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:last\:from-yellow-700:last-child {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:last\:from-yellow-800:last-child {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:last\:from-yellow-900:last-child {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:last\:from-amber-50:last-child {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:last\:from-amber-100:last-child {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:last\:from-amber-200:last-child {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:last\:from-amber-300:last-child {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:last\:from-amber-400:last-child {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:last\:from-amber-500:last-child {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:last\:from-amber-600:last-child {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:last\:from-amber-700:last-child {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:last\:from-amber-800:last-child {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:last\:from-amber-900:last-child {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:last\:from-orange-50:last-child {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:last\:from-orange-100:last-child {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:last\:from-orange-200:last-child {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:last\:from-orange-300:last-child {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:last\:from-orange-400:last-child {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:last\:from-orange-500:last-child {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:last\:from-orange-600:last-child {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:last\:from-orange-700:last-child {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:last\:from-orange-800:last-child {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:last\:from-orange-900:last-child {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:last\:from-red-50:last-child {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:last\:from-red-100:last-child {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:last\:from-red-200:last-child {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:last\:from-red-300:last-child {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:last\:from-red-400:last-child {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:last\:from-red-500:last-child {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:last\:from-red-600:last-child {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:last\:from-red-700:last-child {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:last\:from-red-800:last-child {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:last\:from-red-900:last-child {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:last\:from-warmGray-50:last-child {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:last\:from-warmGray-100:last-child {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:last\:from-warmGray-200:last-child {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:last\:from-warmGray-300:last-child {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:last\:from-warmGray-400:last-child {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:last\:from-warmGray-500:last-child {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:last\:from-warmGray-600:last-child {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:last\:from-warmGray-700:last-child {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:last\:from-warmGray-800:last-child {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:last\:from-warmGray-900:last-child {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:last\:from-trueGray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:last\:from-trueGray-100:last-child {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:last\:from-trueGray-200:last-child {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:last\:from-trueGray-300:last-child {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:last\:from-trueGray-400:last-child {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:last\:from-trueGray-500:last-child {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:last\:from-trueGray-600:last-child {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:last\:from-trueGray-700:last-child {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:last\:from-trueGray-800:last-child {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:last\:from-trueGray-900:last-child {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:last\:from-gray-50:last-child {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:last\:from-gray-100:last-child {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:last\:from-gray-200:last-child {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:last\:from-gray-300:last-child {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:last\:from-gray-400:last-child {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:last\:from-gray-500:last-child {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:last\:from-gray-600:last-child {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:last\:from-gray-700:last-child {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:last\:from-gray-800:last-child {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:last\:from-gray-900:last-child {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:last\:from-coolGray-50:last-child {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:last\:from-coolGray-100:last-child {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:last\:from-coolGray-200:last-child {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:last\:from-coolGray-300:last-child {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:last\:from-coolGray-400:last-child {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:last\:from-coolGray-500:last-child {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:last\:from-coolGray-600:last-child {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:last\:from-coolGray-700:last-child {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:last\:from-coolGray-800:last-child {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:last\:from-coolGray-900:last-child {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:last\:from-blueGray-50:last-child {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:last\:from-blueGray-100:last-child {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:last\:from-blueGray-200:last-child {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:last\:from-blueGray-300:last-child {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:last\:from-blueGray-400:last-child {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:last\:from-blueGray-500:last-child {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:last\:from-blueGray-600:last-child {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:last\:from-blueGray-700:last-child {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:last\:from-blueGray-800:last-child {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:last\:from-blueGray-900:last-child {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:last\:from-current:last-child {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:last\:from-transparent:last-child {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:last\:via-black:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:last\:via-white:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:last\:via-rose-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:last\:via-rose-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:last\:via-rose-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:last\:via-rose-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:last\:via-rose-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:last\:via-rose-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:last\:via-rose-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:last\:via-rose-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:last\:via-rose-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:last\:via-rose-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:last\:via-pink-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:last\:via-pink-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:last\:via-pink-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:last\:via-pink-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:last\:via-pink-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:last\:via-pink-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:last\:via-pink-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:last\:via-pink-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:last\:via-pink-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:last\:via-pink-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:last\:via-fuchsia-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:last\:via-fuchsia-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:last\:via-fuchsia-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:last\:via-fuchsia-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:last\:via-fuchsia-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:last\:via-fuchsia-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:last\:via-fuchsia-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:last\:via-fuchsia-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:last\:via-fuchsia-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:last\:via-fuchsia-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:last\:via-purple-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:last\:via-purple-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:last\:via-purple-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:last\:via-purple-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:last\:via-purple-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:last\:via-purple-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:last\:via-purple-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:last\:via-purple-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:last\:via-purple-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:last\:via-purple-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:last\:via-violet-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:last\:via-violet-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:last\:via-violet-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:last\:via-violet-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:last\:via-violet-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:last\:via-violet-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:last\:via-violet-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:last\:via-violet-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:last\:via-violet-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:last\:via-violet-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:last\:via-indigo-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:last\:via-indigo-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:last\:via-indigo-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:last\:via-indigo-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:last\:via-indigo-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:last\:via-indigo-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:last\:via-indigo-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:last\:via-indigo-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:last\:via-indigo-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:last\:via-indigo-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:last\:via-blue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:last\:via-blue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:last\:via-blue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:last\:via-blue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:last\:via-blue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:last\:via-blue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:last\:via-blue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:last\:via-blue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:last\:via-blue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:last\:via-blue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:last\:via-lightBlue-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:last\:via-lightBlue-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:last\:via-lightBlue-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:last\:via-lightBlue-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:last\:via-lightBlue-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:last\:via-lightBlue-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:last\:via-lightBlue-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:last\:via-lightBlue-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:last\:via-lightBlue-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:last\:via-lightBlue-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:last\:via-cyan-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:last\:via-cyan-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:last\:via-cyan-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:last\:via-cyan-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:last\:via-cyan-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:last\:via-cyan-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:last\:via-cyan-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:last\:via-cyan-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:last\:via-cyan-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:last\:via-cyan-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:last\:via-teal-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:last\:via-teal-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:last\:via-teal-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:last\:via-teal-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:last\:via-teal-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:last\:via-teal-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:last\:via-teal-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:last\:via-teal-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:last\:via-teal-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:last\:via-teal-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:last\:via-emerald-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:last\:via-emerald-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:last\:via-emerald-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:last\:via-emerald-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:last\:via-emerald-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:last\:via-emerald-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:last\:via-emerald-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:last\:via-emerald-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:last\:via-emerald-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:last\:via-emerald-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:last\:via-green-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:last\:via-green-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:last\:via-green-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:last\:via-green-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:last\:via-green-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:last\:via-green-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:last\:via-green-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:last\:via-green-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:last\:via-green-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:last\:via-green-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:last\:via-lime-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:last\:via-lime-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:last\:via-lime-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:last\:via-lime-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:last\:via-lime-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:last\:via-lime-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:last\:via-lime-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:last\:via-lime-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:last\:via-lime-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:last\:via-lime-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:last\:via-yellow-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:last\:via-yellow-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:last\:via-yellow-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:last\:via-yellow-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:last\:via-yellow-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:last\:via-yellow-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:last\:via-yellow-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:last\:via-yellow-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:last\:via-yellow-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:last\:via-yellow-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:last\:via-amber-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:last\:via-amber-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:last\:via-amber-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:last\:via-amber-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:last\:via-amber-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:last\:via-amber-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:last\:via-amber-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:last\:via-amber-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:last\:via-amber-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:last\:via-amber-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:last\:via-orange-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:last\:via-orange-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:last\:via-orange-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:last\:via-orange-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:last\:via-orange-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:last\:via-orange-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:last\:via-orange-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:last\:via-orange-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:last\:via-orange-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:last\:via-orange-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:last\:via-red-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:last\:via-red-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:last\:via-red-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:last\:via-red-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:last\:via-red-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:last\:via-red-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:last\:via-red-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:last\:via-red-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:last\:via-red-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:last\:via-red-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:last\:via-warmGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:last\:via-warmGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:last\:via-warmGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:last\:via-warmGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:last\:via-warmGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:last\:via-warmGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:last\:via-warmGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:last\:via-warmGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:last\:via-warmGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:last\:via-warmGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:last\:via-trueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:last\:via-trueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:last\:via-trueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:last\:via-trueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:last\:via-trueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:last\:via-trueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:last\:via-trueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:last\:via-trueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:last\:via-trueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:last\:via-trueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:last\:via-gray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:last\:via-gray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:last\:via-gray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:last\:via-gray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:last\:via-gray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:last\:via-gray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:last\:via-gray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:last\:via-gray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:last\:via-gray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:last\:via-gray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:last\:via-coolGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:last\:via-coolGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:last\:via-coolGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:last\:via-coolGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:last\:via-coolGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:last\:via-coolGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:last\:via-coolGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:last\:via-coolGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:last\:via-coolGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:last\:via-coolGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:last\:via-blueGray-50:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:last\:via-blueGray-100:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:last\:via-blueGray-200:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:last\:via-blueGray-300:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:last\:via-blueGray-400:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:last\:via-blueGray-500:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:last\:via-blueGray-600:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:last\:via-blueGray-700:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:last\:via-blueGray-800:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:last\:via-blueGray-900:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:last\:via-current:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:last\:via-transparent:last-child {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:last\:to-black:last-child {
    --tw-gradient-to: #000;
  }

  .\32xl\:last\:to-white:last-child {
    --tw-gradient-to: #fff;
  }

  .\32xl\:last\:to-rose-50:last-child {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:last\:to-rose-100:last-child {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:last\:to-rose-200:last-child {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:last\:to-rose-300:last-child {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:last\:to-rose-400:last-child {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:last\:to-rose-500:last-child {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:last\:to-rose-600:last-child {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:last\:to-rose-700:last-child {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:last\:to-rose-800:last-child {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:last\:to-rose-900:last-child {
    --tw-gradient-to: #881337;
  }

  .\32xl\:last\:to-pink-50:last-child {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:last\:to-pink-100:last-child {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:last\:to-pink-200:last-child {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:last\:to-pink-300:last-child {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:last\:to-pink-400:last-child {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:last\:to-pink-500:last-child {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:last\:to-pink-600:last-child {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:last\:to-pink-700:last-child {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:last\:to-pink-800:last-child {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:last\:to-pink-900:last-child {
    --tw-gradient-to: #831843;
  }

  .\32xl\:last\:to-fuchsia-50:last-child {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:last\:to-fuchsia-100:last-child {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:last\:to-fuchsia-200:last-child {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:last\:to-fuchsia-300:last-child {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:last\:to-fuchsia-400:last-child {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:last\:to-fuchsia-500:last-child {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:last\:to-fuchsia-600:last-child {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:last\:to-fuchsia-700:last-child {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:last\:to-fuchsia-800:last-child {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:last\:to-fuchsia-900:last-child {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:last\:to-purple-50:last-child {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:last\:to-purple-100:last-child {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:last\:to-purple-200:last-child {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:last\:to-purple-300:last-child {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:last\:to-purple-400:last-child {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:last\:to-purple-500:last-child {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:last\:to-purple-600:last-child {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:last\:to-purple-700:last-child {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:last\:to-purple-800:last-child {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:last\:to-purple-900:last-child {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:last\:to-violet-50:last-child {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:last\:to-violet-100:last-child {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:last\:to-violet-200:last-child {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:last\:to-violet-300:last-child {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:last\:to-violet-400:last-child {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:last\:to-violet-500:last-child {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:last\:to-violet-600:last-child {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:last\:to-violet-700:last-child {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:last\:to-violet-800:last-child {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:last\:to-violet-900:last-child {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:last\:to-indigo-50:last-child {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:last\:to-indigo-100:last-child {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:last\:to-indigo-200:last-child {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:last\:to-indigo-300:last-child {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:last\:to-indigo-400:last-child {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:last\:to-indigo-500:last-child {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:last\:to-indigo-600:last-child {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:last\:to-indigo-700:last-child {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:last\:to-indigo-800:last-child {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:last\:to-indigo-900:last-child {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:last\:to-blue-50:last-child {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:last\:to-blue-100:last-child {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:last\:to-blue-200:last-child {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:last\:to-blue-300:last-child {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:last\:to-blue-400:last-child {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:last\:to-blue-500:last-child {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:last\:to-blue-600:last-child {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:last\:to-blue-700:last-child {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:last\:to-blue-800:last-child {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:last\:to-blue-900:last-child {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:last\:to-lightBlue-50:last-child {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:last\:to-lightBlue-100:last-child {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:last\:to-lightBlue-200:last-child {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:last\:to-lightBlue-300:last-child {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:last\:to-lightBlue-400:last-child {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:last\:to-lightBlue-500:last-child {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:last\:to-lightBlue-600:last-child {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:last\:to-lightBlue-700:last-child {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:last\:to-lightBlue-800:last-child {
    --tw-gradient-to: #075985;
  }

  .\32xl\:last\:to-lightBlue-900:last-child {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:last\:to-cyan-50:last-child {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:last\:to-cyan-100:last-child {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:last\:to-cyan-200:last-child {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:last\:to-cyan-300:last-child {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:last\:to-cyan-400:last-child {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:last\:to-cyan-500:last-child {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:last\:to-cyan-600:last-child {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:last\:to-cyan-700:last-child {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:last\:to-cyan-800:last-child {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:last\:to-cyan-900:last-child {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:last\:to-teal-50:last-child {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:last\:to-teal-100:last-child {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:last\:to-teal-200:last-child {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:last\:to-teal-300:last-child {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:last\:to-teal-400:last-child {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:last\:to-teal-500:last-child {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:last\:to-teal-600:last-child {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:last\:to-teal-700:last-child {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:last\:to-teal-800:last-child {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:last\:to-teal-900:last-child {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:last\:to-emerald-50:last-child {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:last\:to-emerald-100:last-child {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:last\:to-emerald-200:last-child {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:last\:to-emerald-300:last-child {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:last\:to-emerald-400:last-child {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:last\:to-emerald-500:last-child {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:last\:to-emerald-600:last-child {
    --tw-gradient-to: #059669;
  }

  .\32xl\:last\:to-emerald-700:last-child {
    --tw-gradient-to: #047857;
  }

  .\32xl\:last\:to-emerald-800:last-child {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:last\:to-emerald-900:last-child {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:last\:to-green-50:last-child {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:last\:to-green-100:last-child {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:last\:to-green-200:last-child {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:last\:to-green-300:last-child {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:last\:to-green-400:last-child {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:last\:to-green-500:last-child {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:last\:to-green-600:last-child {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:last\:to-green-700:last-child {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:last\:to-green-800:last-child {
    --tw-gradient-to: #166534;
  }

  .\32xl\:last\:to-green-900:last-child {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:last\:to-lime-50:last-child {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:last\:to-lime-100:last-child {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:last\:to-lime-200:last-child {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:last\:to-lime-300:last-child {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:last\:to-lime-400:last-child {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:last\:to-lime-500:last-child {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:last\:to-lime-600:last-child {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:last\:to-lime-700:last-child {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:last\:to-lime-800:last-child {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:last\:to-lime-900:last-child {
    --tw-gradient-to: #365314;
  }

  .\32xl\:last\:to-yellow-50:last-child {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:last\:to-yellow-100:last-child {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:last\:to-yellow-200:last-child {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:last\:to-yellow-300:last-child {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:last\:to-yellow-400:last-child {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:last\:to-yellow-500:last-child {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:last\:to-yellow-600:last-child {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:last\:to-yellow-700:last-child {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:last\:to-yellow-800:last-child {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:last\:to-yellow-900:last-child {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:last\:to-amber-50:last-child {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:last\:to-amber-100:last-child {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:last\:to-amber-200:last-child {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:last\:to-amber-300:last-child {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:last\:to-amber-400:last-child {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:last\:to-amber-500:last-child {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:last\:to-amber-600:last-child {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:last\:to-amber-700:last-child {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:last\:to-amber-800:last-child {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:last\:to-amber-900:last-child {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:last\:to-orange-50:last-child {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:last\:to-orange-100:last-child {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:last\:to-orange-200:last-child {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:last\:to-orange-300:last-child {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:last\:to-orange-400:last-child {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:last\:to-orange-500:last-child {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:last\:to-orange-600:last-child {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:last\:to-orange-700:last-child {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:last\:to-orange-800:last-child {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:last\:to-orange-900:last-child {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:last\:to-red-50:last-child {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:last\:to-red-100:last-child {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:last\:to-red-200:last-child {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:last\:to-red-300:last-child {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:last\:to-red-400:last-child {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:last\:to-red-500:last-child {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:last\:to-red-600:last-child {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:last\:to-red-700:last-child {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:last\:to-red-800:last-child {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:last\:to-red-900:last-child {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:last\:to-warmGray-50:last-child {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:last\:to-warmGray-100:last-child {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:last\:to-warmGray-200:last-child {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:last\:to-warmGray-300:last-child {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:last\:to-warmGray-400:last-child {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:last\:to-warmGray-500:last-child {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:last\:to-warmGray-600:last-child {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:last\:to-warmGray-700:last-child {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:last\:to-warmGray-800:last-child {
    --tw-gradient-to: #292524;
  }

  .\32xl\:last\:to-warmGray-900:last-child {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:last\:to-trueGray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:last\:to-trueGray-100:last-child {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:last\:to-trueGray-200:last-child {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:last\:to-trueGray-300:last-child {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:last\:to-trueGray-400:last-child {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:last\:to-trueGray-500:last-child {
    --tw-gradient-to: #737373;
  }

  .\32xl\:last\:to-trueGray-600:last-child {
    --tw-gradient-to: #525252;
  }

  .\32xl\:last\:to-trueGray-700:last-child {
    --tw-gradient-to: #404040;
  }

  .\32xl\:last\:to-trueGray-800:last-child {
    --tw-gradient-to: #262626;
  }

  .\32xl\:last\:to-trueGray-900:last-child {
    --tw-gradient-to: #171717;
  }

  .\32xl\:last\:to-gray-50:last-child {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:last\:to-gray-100:last-child {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:last\:to-gray-200:last-child {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:last\:to-gray-300:last-child {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:last\:to-gray-400:last-child {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:last\:to-gray-500:last-child {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:last\:to-gray-600:last-child {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:last\:to-gray-700:last-child {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:last\:to-gray-800:last-child {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:last\:to-gray-900:last-child {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:last\:to-coolGray-50:last-child {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:last\:to-coolGray-100:last-child {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:last\:to-coolGray-200:last-child {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:last\:to-coolGray-300:last-child {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:last\:to-coolGray-400:last-child {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:last\:to-coolGray-500:last-child {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:last\:to-coolGray-600:last-child {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:last\:to-coolGray-700:last-child {
    --tw-gradient-to: #374151;
  }

  .\32xl\:last\:to-coolGray-800:last-child {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:last\:to-coolGray-900:last-child {
    --tw-gradient-to: #111827;
  }

  .\32xl\:last\:to-blueGray-50:last-child {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:last\:to-blueGray-100:last-child {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:last\:to-blueGray-200:last-child {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:last\:to-blueGray-300:last-child {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:last\:to-blueGray-400:last-child {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:last\:to-blueGray-500:last-child {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:last\:to-blueGray-600:last-child {
    --tw-gradient-to: #475569;
  }

  .\32xl\:last\:to-blueGray-700:last-child {
    --tw-gradient-to: #334155;
  }

  .\32xl\:last\:to-blueGray-800:last-child {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:last\:to-blueGray-900:last-child {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:last\:to-current:last-child {
    --tw-gradient-to: current;
  }

  .\32xl\:last\:to-transparent:last-child {
    --tw-gradient-to: transparent;
  }

  .\32xl\:odd\:from-black:nth-child(odd) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:odd\:from-white:nth-child(odd) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:odd\:from-rose-50:nth-child(odd) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:odd\:from-rose-100:nth-child(odd) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:odd\:from-rose-200:nth-child(odd) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:odd\:from-rose-300:nth-child(odd) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:odd\:from-rose-400:nth-child(odd) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:odd\:from-rose-500:nth-child(odd) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:odd\:from-rose-600:nth-child(odd) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:odd\:from-rose-700:nth-child(odd) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:odd\:from-rose-800:nth-child(odd) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:odd\:from-rose-900:nth-child(odd) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:odd\:from-pink-50:nth-child(odd) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:odd\:from-pink-100:nth-child(odd) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:odd\:from-pink-200:nth-child(odd) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:odd\:from-pink-300:nth-child(odd) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:odd\:from-pink-400:nth-child(odd) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:odd\:from-pink-500:nth-child(odd) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:odd\:from-pink-600:nth-child(odd) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:odd\:from-pink-700:nth-child(odd) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:odd\:from-pink-800:nth-child(odd) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:odd\:from-pink-900:nth-child(odd) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:odd\:from-fuchsia-50:nth-child(odd) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:odd\:from-fuchsia-100:nth-child(odd) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:odd\:from-fuchsia-200:nth-child(odd) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:odd\:from-fuchsia-300:nth-child(odd) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:odd\:from-fuchsia-400:nth-child(odd) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:odd\:from-fuchsia-500:nth-child(odd) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:odd\:from-fuchsia-600:nth-child(odd) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:odd\:from-fuchsia-700:nth-child(odd) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:odd\:from-fuchsia-800:nth-child(odd) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:odd\:from-fuchsia-900:nth-child(odd) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:odd\:from-purple-50:nth-child(odd) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:odd\:from-purple-100:nth-child(odd) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:odd\:from-purple-200:nth-child(odd) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:odd\:from-purple-300:nth-child(odd) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:odd\:from-purple-400:nth-child(odd) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:odd\:from-purple-500:nth-child(odd) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:odd\:from-purple-600:nth-child(odd) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:odd\:from-purple-700:nth-child(odd) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:odd\:from-purple-800:nth-child(odd) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:odd\:from-purple-900:nth-child(odd) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:odd\:from-violet-50:nth-child(odd) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:odd\:from-violet-100:nth-child(odd) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:odd\:from-violet-200:nth-child(odd) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:odd\:from-violet-300:nth-child(odd) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:odd\:from-violet-400:nth-child(odd) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:odd\:from-violet-500:nth-child(odd) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:odd\:from-violet-600:nth-child(odd) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:odd\:from-violet-700:nth-child(odd) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:odd\:from-violet-800:nth-child(odd) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:odd\:from-violet-900:nth-child(odd) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:odd\:from-indigo-50:nth-child(odd) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:odd\:from-indigo-100:nth-child(odd) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:odd\:from-indigo-200:nth-child(odd) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:odd\:from-indigo-300:nth-child(odd) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:odd\:from-indigo-400:nth-child(odd) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:odd\:from-indigo-500:nth-child(odd) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:odd\:from-indigo-600:nth-child(odd) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:odd\:from-indigo-700:nth-child(odd) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:odd\:from-indigo-800:nth-child(odd) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:odd\:from-indigo-900:nth-child(odd) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:odd\:from-blue-50:nth-child(odd) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:odd\:from-blue-100:nth-child(odd) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:odd\:from-blue-200:nth-child(odd) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:odd\:from-blue-300:nth-child(odd) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:odd\:from-blue-400:nth-child(odd) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:odd\:from-blue-500:nth-child(odd) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:odd\:from-blue-600:nth-child(odd) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:odd\:from-blue-700:nth-child(odd) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:odd\:from-blue-800:nth-child(odd) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:odd\:from-blue-900:nth-child(odd) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:odd\:from-lightBlue-50:nth-child(odd) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:odd\:from-lightBlue-100:nth-child(odd) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:odd\:from-lightBlue-200:nth-child(odd) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:odd\:from-lightBlue-300:nth-child(odd) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:odd\:from-lightBlue-400:nth-child(odd) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:odd\:from-lightBlue-500:nth-child(odd) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:odd\:from-lightBlue-600:nth-child(odd) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:odd\:from-lightBlue-700:nth-child(odd) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:odd\:from-lightBlue-800:nth-child(odd) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:odd\:from-lightBlue-900:nth-child(odd) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:odd\:from-cyan-50:nth-child(odd) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:odd\:from-cyan-100:nth-child(odd) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:odd\:from-cyan-200:nth-child(odd) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:odd\:from-cyan-300:nth-child(odd) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:odd\:from-cyan-400:nth-child(odd) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:odd\:from-cyan-500:nth-child(odd) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:odd\:from-cyan-600:nth-child(odd) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:odd\:from-cyan-700:nth-child(odd) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:odd\:from-cyan-800:nth-child(odd) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:odd\:from-cyan-900:nth-child(odd) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:odd\:from-teal-50:nth-child(odd) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:odd\:from-teal-100:nth-child(odd) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:odd\:from-teal-200:nth-child(odd) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:odd\:from-teal-300:nth-child(odd) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:odd\:from-teal-400:nth-child(odd) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:odd\:from-teal-500:nth-child(odd) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:odd\:from-teal-600:nth-child(odd) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:odd\:from-teal-700:nth-child(odd) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:odd\:from-teal-800:nth-child(odd) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:odd\:from-teal-900:nth-child(odd) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:odd\:from-emerald-50:nth-child(odd) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:odd\:from-emerald-100:nth-child(odd) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:odd\:from-emerald-200:nth-child(odd) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:odd\:from-emerald-300:nth-child(odd) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:odd\:from-emerald-400:nth-child(odd) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:odd\:from-emerald-500:nth-child(odd) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:odd\:from-emerald-600:nth-child(odd) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:odd\:from-emerald-700:nth-child(odd) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:odd\:from-emerald-800:nth-child(odd) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:odd\:from-emerald-900:nth-child(odd) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:odd\:from-green-50:nth-child(odd) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:odd\:from-green-100:nth-child(odd) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:odd\:from-green-200:nth-child(odd) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:odd\:from-green-300:nth-child(odd) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:odd\:from-green-400:nth-child(odd) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:odd\:from-green-500:nth-child(odd) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:odd\:from-green-600:nth-child(odd) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:odd\:from-green-700:nth-child(odd) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:odd\:from-green-800:nth-child(odd) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:odd\:from-green-900:nth-child(odd) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:odd\:from-lime-50:nth-child(odd) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:odd\:from-lime-100:nth-child(odd) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:odd\:from-lime-200:nth-child(odd) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:odd\:from-lime-300:nth-child(odd) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:odd\:from-lime-400:nth-child(odd) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:odd\:from-lime-500:nth-child(odd) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:odd\:from-lime-600:nth-child(odd) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:odd\:from-lime-700:nth-child(odd) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:odd\:from-lime-800:nth-child(odd) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:odd\:from-lime-900:nth-child(odd) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:odd\:from-yellow-50:nth-child(odd) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:odd\:from-yellow-100:nth-child(odd) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:odd\:from-yellow-200:nth-child(odd) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:odd\:from-yellow-300:nth-child(odd) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:odd\:from-yellow-400:nth-child(odd) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:odd\:from-yellow-500:nth-child(odd) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:odd\:from-yellow-600:nth-child(odd) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:odd\:from-yellow-700:nth-child(odd) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:odd\:from-yellow-800:nth-child(odd) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:odd\:from-yellow-900:nth-child(odd) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:odd\:from-amber-50:nth-child(odd) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:odd\:from-amber-100:nth-child(odd) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:odd\:from-amber-200:nth-child(odd) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:odd\:from-amber-300:nth-child(odd) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:odd\:from-amber-400:nth-child(odd) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:odd\:from-amber-500:nth-child(odd) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:odd\:from-amber-600:nth-child(odd) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:odd\:from-amber-700:nth-child(odd) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:odd\:from-amber-800:nth-child(odd) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:odd\:from-amber-900:nth-child(odd) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:odd\:from-orange-50:nth-child(odd) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:odd\:from-orange-100:nth-child(odd) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:odd\:from-orange-200:nth-child(odd) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:odd\:from-orange-300:nth-child(odd) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:odd\:from-orange-400:nth-child(odd) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:odd\:from-orange-500:nth-child(odd) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:odd\:from-orange-600:nth-child(odd) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:odd\:from-orange-700:nth-child(odd) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:odd\:from-orange-800:nth-child(odd) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:odd\:from-orange-900:nth-child(odd) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:odd\:from-red-50:nth-child(odd) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:odd\:from-red-100:nth-child(odd) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:odd\:from-red-200:nth-child(odd) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:odd\:from-red-300:nth-child(odd) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:odd\:from-red-400:nth-child(odd) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:odd\:from-red-500:nth-child(odd) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:odd\:from-red-600:nth-child(odd) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:odd\:from-red-700:nth-child(odd) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:odd\:from-red-800:nth-child(odd) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:odd\:from-red-900:nth-child(odd) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:odd\:from-warmGray-50:nth-child(odd) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:odd\:from-warmGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:odd\:from-warmGray-200:nth-child(odd) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:odd\:from-warmGray-300:nth-child(odd) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:odd\:from-warmGray-400:nth-child(odd) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:odd\:from-warmGray-500:nth-child(odd) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:odd\:from-warmGray-600:nth-child(odd) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:odd\:from-warmGray-700:nth-child(odd) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:odd\:from-warmGray-800:nth-child(odd) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:odd\:from-warmGray-900:nth-child(odd) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:odd\:from-trueGray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:odd\:from-trueGray-100:nth-child(odd) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:odd\:from-trueGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:odd\:from-trueGray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:odd\:from-trueGray-400:nth-child(odd) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:odd\:from-trueGray-500:nth-child(odd) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:odd\:from-trueGray-600:nth-child(odd) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:odd\:from-trueGray-700:nth-child(odd) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:odd\:from-trueGray-800:nth-child(odd) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:odd\:from-trueGray-900:nth-child(odd) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:odd\:from-gray-50:nth-child(odd) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:odd\:from-gray-100:nth-child(odd) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:odd\:from-gray-200:nth-child(odd) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:odd\:from-gray-300:nth-child(odd) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:odd\:from-gray-400:nth-child(odd) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:odd\:from-gray-500:nth-child(odd) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:odd\:from-gray-600:nth-child(odd) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:odd\:from-gray-700:nth-child(odd) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:odd\:from-gray-800:nth-child(odd) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:odd\:from-gray-900:nth-child(odd) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:odd\:from-coolGray-50:nth-child(odd) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:odd\:from-coolGray-100:nth-child(odd) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:odd\:from-coolGray-200:nth-child(odd) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:odd\:from-coolGray-300:nth-child(odd) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:odd\:from-coolGray-400:nth-child(odd) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:odd\:from-coolGray-500:nth-child(odd) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:odd\:from-coolGray-600:nth-child(odd) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:odd\:from-coolGray-700:nth-child(odd) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:odd\:from-coolGray-800:nth-child(odd) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:odd\:from-coolGray-900:nth-child(odd) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:odd\:from-blueGray-50:nth-child(odd) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:odd\:from-blueGray-100:nth-child(odd) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:odd\:from-blueGray-200:nth-child(odd) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:odd\:from-blueGray-300:nth-child(odd) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:odd\:from-blueGray-400:nth-child(odd) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:odd\:from-blueGray-500:nth-child(odd) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:odd\:from-blueGray-600:nth-child(odd) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:odd\:from-blueGray-700:nth-child(odd) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:odd\:from-blueGray-800:nth-child(odd) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:odd\:from-blueGray-900:nth-child(odd) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:odd\:from-current:nth-child(odd) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:odd\:from-transparent:nth-child(odd) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:odd\:via-black:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:odd\:via-white:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:odd\:via-rose-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:odd\:via-rose-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:odd\:via-rose-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:odd\:via-rose-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:odd\:via-rose-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:odd\:via-rose-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:odd\:via-rose-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:odd\:via-rose-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:odd\:via-rose-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:odd\:via-rose-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:odd\:via-pink-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:odd\:via-pink-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:odd\:via-pink-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:odd\:via-pink-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:odd\:via-pink-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:odd\:via-pink-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:odd\:via-pink-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:odd\:via-pink-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:odd\:via-pink-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:odd\:via-pink-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:odd\:via-fuchsia-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:odd\:via-fuchsia-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:odd\:via-fuchsia-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:odd\:via-fuchsia-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:odd\:via-fuchsia-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:odd\:via-fuchsia-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:odd\:via-fuchsia-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:odd\:via-fuchsia-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:odd\:via-fuchsia-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:odd\:via-fuchsia-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:odd\:via-purple-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:odd\:via-purple-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:odd\:via-purple-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:odd\:via-purple-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:odd\:via-purple-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:odd\:via-purple-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:odd\:via-purple-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:odd\:via-purple-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:odd\:via-purple-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:odd\:via-purple-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:odd\:via-violet-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:odd\:via-violet-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:odd\:via-violet-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:odd\:via-violet-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:odd\:via-violet-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:odd\:via-violet-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:odd\:via-violet-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:odd\:via-violet-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:odd\:via-violet-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:odd\:via-violet-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:odd\:via-indigo-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:odd\:via-indigo-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:odd\:via-indigo-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:odd\:via-indigo-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:odd\:via-indigo-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:odd\:via-indigo-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:odd\:via-indigo-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:odd\:via-indigo-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:odd\:via-indigo-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:odd\:via-indigo-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:odd\:via-blue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:odd\:via-blue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:odd\:via-blue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:odd\:via-blue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:odd\:via-blue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:odd\:via-blue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:odd\:via-blue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:odd\:via-blue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:odd\:via-blue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:odd\:via-blue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:odd\:via-lightBlue-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:odd\:via-lightBlue-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:odd\:via-lightBlue-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:odd\:via-lightBlue-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:odd\:via-lightBlue-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:odd\:via-lightBlue-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:odd\:via-lightBlue-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:odd\:via-lightBlue-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:odd\:via-lightBlue-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:odd\:via-lightBlue-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:odd\:via-cyan-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:odd\:via-cyan-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:odd\:via-cyan-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:odd\:via-cyan-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:odd\:via-cyan-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:odd\:via-cyan-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:odd\:via-cyan-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:odd\:via-cyan-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:odd\:via-cyan-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:odd\:via-cyan-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:odd\:via-teal-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:odd\:via-teal-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:odd\:via-teal-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:odd\:via-teal-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:odd\:via-teal-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:odd\:via-teal-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:odd\:via-teal-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:odd\:via-teal-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:odd\:via-teal-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:odd\:via-teal-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:odd\:via-emerald-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:odd\:via-emerald-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:odd\:via-emerald-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:odd\:via-emerald-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:odd\:via-emerald-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:odd\:via-emerald-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:odd\:via-emerald-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:odd\:via-emerald-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:odd\:via-emerald-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:odd\:via-emerald-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:odd\:via-green-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:odd\:via-green-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:odd\:via-green-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:odd\:via-green-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:odd\:via-green-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:odd\:via-green-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:odd\:via-green-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:odd\:via-green-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:odd\:via-green-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:odd\:via-green-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:odd\:via-lime-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:odd\:via-lime-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:odd\:via-lime-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:odd\:via-lime-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:odd\:via-lime-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:odd\:via-lime-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:odd\:via-lime-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:odd\:via-lime-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:odd\:via-lime-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:odd\:via-lime-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:odd\:via-yellow-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:odd\:via-yellow-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:odd\:via-yellow-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:odd\:via-yellow-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:odd\:via-yellow-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:odd\:via-yellow-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:odd\:via-yellow-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:odd\:via-yellow-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:odd\:via-yellow-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:odd\:via-yellow-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:odd\:via-amber-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:odd\:via-amber-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:odd\:via-amber-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:odd\:via-amber-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:odd\:via-amber-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:odd\:via-amber-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:odd\:via-amber-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:odd\:via-amber-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:odd\:via-amber-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:odd\:via-amber-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:odd\:via-orange-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:odd\:via-orange-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:odd\:via-orange-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:odd\:via-orange-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:odd\:via-orange-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:odd\:via-orange-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:odd\:via-orange-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:odd\:via-orange-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:odd\:via-orange-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:odd\:via-orange-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:odd\:via-red-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:odd\:via-red-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:odd\:via-red-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:odd\:via-red-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:odd\:via-red-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:odd\:via-red-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:odd\:via-red-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:odd\:via-red-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:odd\:via-red-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:odd\:via-red-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:odd\:via-warmGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:odd\:via-warmGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:odd\:via-warmGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:odd\:via-warmGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:odd\:via-warmGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:odd\:via-warmGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:odd\:via-warmGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:odd\:via-warmGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:odd\:via-warmGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:odd\:via-warmGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:odd\:via-trueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:odd\:via-trueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:odd\:via-trueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:odd\:via-trueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:odd\:via-trueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:odd\:via-trueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:odd\:via-trueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:odd\:via-trueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:odd\:via-trueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:odd\:via-trueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:odd\:via-gray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:odd\:via-gray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:odd\:via-gray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:odd\:via-gray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:odd\:via-gray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:odd\:via-gray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:odd\:via-gray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:odd\:via-gray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:odd\:via-gray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:odd\:via-gray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:odd\:via-coolGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:odd\:via-coolGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:odd\:via-coolGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:odd\:via-coolGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:odd\:via-coolGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:odd\:via-coolGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:odd\:via-coolGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:odd\:via-coolGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:odd\:via-coolGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:odd\:via-coolGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:odd\:via-blueGray-50:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:odd\:via-blueGray-100:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:odd\:via-blueGray-200:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:odd\:via-blueGray-300:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:odd\:via-blueGray-400:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:odd\:via-blueGray-500:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:odd\:via-blueGray-600:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:odd\:via-blueGray-700:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:odd\:via-blueGray-800:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:odd\:via-blueGray-900:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:odd\:via-current:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:odd\:via-transparent:nth-child(odd) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:odd\:to-black:nth-child(odd) {
    --tw-gradient-to: #000;
  }

  .\32xl\:odd\:to-white:nth-child(odd) {
    --tw-gradient-to: #fff;
  }

  .\32xl\:odd\:to-rose-50:nth-child(odd) {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:odd\:to-rose-100:nth-child(odd) {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:odd\:to-rose-200:nth-child(odd) {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:odd\:to-rose-300:nth-child(odd) {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:odd\:to-rose-400:nth-child(odd) {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:odd\:to-rose-500:nth-child(odd) {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:odd\:to-rose-600:nth-child(odd) {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:odd\:to-rose-700:nth-child(odd) {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:odd\:to-rose-800:nth-child(odd) {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:odd\:to-rose-900:nth-child(odd) {
    --tw-gradient-to: #881337;
  }

  .\32xl\:odd\:to-pink-50:nth-child(odd) {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:odd\:to-pink-100:nth-child(odd) {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:odd\:to-pink-200:nth-child(odd) {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:odd\:to-pink-300:nth-child(odd) {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:odd\:to-pink-400:nth-child(odd) {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:odd\:to-pink-500:nth-child(odd) {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:odd\:to-pink-600:nth-child(odd) {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:odd\:to-pink-700:nth-child(odd) {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:odd\:to-pink-800:nth-child(odd) {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:odd\:to-pink-900:nth-child(odd) {
    --tw-gradient-to: #831843;
  }

  .\32xl\:odd\:to-fuchsia-50:nth-child(odd) {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:odd\:to-fuchsia-100:nth-child(odd) {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:odd\:to-fuchsia-200:nth-child(odd) {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:odd\:to-fuchsia-300:nth-child(odd) {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:odd\:to-fuchsia-400:nth-child(odd) {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:odd\:to-fuchsia-500:nth-child(odd) {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:odd\:to-fuchsia-600:nth-child(odd) {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:odd\:to-fuchsia-700:nth-child(odd) {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:odd\:to-fuchsia-800:nth-child(odd) {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:odd\:to-fuchsia-900:nth-child(odd) {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:odd\:to-purple-50:nth-child(odd) {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:odd\:to-purple-100:nth-child(odd) {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:odd\:to-purple-200:nth-child(odd) {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:odd\:to-purple-300:nth-child(odd) {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:odd\:to-purple-400:nth-child(odd) {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:odd\:to-purple-500:nth-child(odd) {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:odd\:to-purple-600:nth-child(odd) {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:odd\:to-purple-700:nth-child(odd) {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:odd\:to-purple-800:nth-child(odd) {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:odd\:to-purple-900:nth-child(odd) {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:odd\:to-violet-50:nth-child(odd) {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:odd\:to-violet-100:nth-child(odd) {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:odd\:to-violet-200:nth-child(odd) {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:odd\:to-violet-300:nth-child(odd) {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:odd\:to-violet-400:nth-child(odd) {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:odd\:to-violet-500:nth-child(odd) {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:odd\:to-violet-600:nth-child(odd) {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:odd\:to-violet-700:nth-child(odd) {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:odd\:to-violet-800:nth-child(odd) {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:odd\:to-violet-900:nth-child(odd) {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:odd\:to-indigo-50:nth-child(odd) {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:odd\:to-indigo-100:nth-child(odd) {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:odd\:to-indigo-200:nth-child(odd) {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:odd\:to-indigo-300:nth-child(odd) {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:odd\:to-indigo-400:nth-child(odd) {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:odd\:to-indigo-500:nth-child(odd) {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:odd\:to-indigo-600:nth-child(odd) {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:odd\:to-indigo-700:nth-child(odd) {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:odd\:to-indigo-800:nth-child(odd) {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:odd\:to-indigo-900:nth-child(odd) {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:odd\:to-blue-50:nth-child(odd) {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:odd\:to-blue-100:nth-child(odd) {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:odd\:to-blue-200:nth-child(odd) {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:odd\:to-blue-300:nth-child(odd) {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:odd\:to-blue-400:nth-child(odd) {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:odd\:to-blue-500:nth-child(odd) {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:odd\:to-blue-600:nth-child(odd) {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:odd\:to-blue-700:nth-child(odd) {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:odd\:to-blue-800:nth-child(odd) {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:odd\:to-blue-900:nth-child(odd) {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:odd\:to-lightBlue-50:nth-child(odd) {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:odd\:to-lightBlue-100:nth-child(odd) {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:odd\:to-lightBlue-200:nth-child(odd) {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:odd\:to-lightBlue-300:nth-child(odd) {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:odd\:to-lightBlue-400:nth-child(odd) {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:odd\:to-lightBlue-500:nth-child(odd) {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:odd\:to-lightBlue-600:nth-child(odd) {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:odd\:to-lightBlue-700:nth-child(odd) {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:odd\:to-lightBlue-800:nth-child(odd) {
    --tw-gradient-to: #075985;
  }

  .\32xl\:odd\:to-lightBlue-900:nth-child(odd) {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:odd\:to-cyan-50:nth-child(odd) {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:odd\:to-cyan-100:nth-child(odd) {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:odd\:to-cyan-200:nth-child(odd) {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:odd\:to-cyan-300:nth-child(odd) {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:odd\:to-cyan-400:nth-child(odd) {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:odd\:to-cyan-500:nth-child(odd) {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:odd\:to-cyan-600:nth-child(odd) {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:odd\:to-cyan-700:nth-child(odd) {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:odd\:to-cyan-800:nth-child(odd) {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:odd\:to-cyan-900:nth-child(odd) {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:odd\:to-teal-50:nth-child(odd) {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:odd\:to-teal-100:nth-child(odd) {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:odd\:to-teal-200:nth-child(odd) {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:odd\:to-teal-300:nth-child(odd) {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:odd\:to-teal-400:nth-child(odd) {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:odd\:to-teal-500:nth-child(odd) {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:odd\:to-teal-600:nth-child(odd) {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:odd\:to-teal-700:nth-child(odd) {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:odd\:to-teal-800:nth-child(odd) {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:odd\:to-teal-900:nth-child(odd) {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:odd\:to-emerald-50:nth-child(odd) {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:odd\:to-emerald-100:nth-child(odd) {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:odd\:to-emerald-200:nth-child(odd) {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:odd\:to-emerald-300:nth-child(odd) {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:odd\:to-emerald-400:nth-child(odd) {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:odd\:to-emerald-500:nth-child(odd) {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:odd\:to-emerald-600:nth-child(odd) {
    --tw-gradient-to: #059669;
  }

  .\32xl\:odd\:to-emerald-700:nth-child(odd) {
    --tw-gradient-to: #047857;
  }

  .\32xl\:odd\:to-emerald-800:nth-child(odd) {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:odd\:to-emerald-900:nth-child(odd) {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:odd\:to-green-50:nth-child(odd) {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:odd\:to-green-100:nth-child(odd) {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:odd\:to-green-200:nth-child(odd) {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:odd\:to-green-300:nth-child(odd) {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:odd\:to-green-400:nth-child(odd) {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:odd\:to-green-500:nth-child(odd) {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:odd\:to-green-600:nth-child(odd) {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:odd\:to-green-700:nth-child(odd) {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:odd\:to-green-800:nth-child(odd) {
    --tw-gradient-to: #166534;
  }

  .\32xl\:odd\:to-green-900:nth-child(odd) {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:odd\:to-lime-50:nth-child(odd) {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:odd\:to-lime-100:nth-child(odd) {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:odd\:to-lime-200:nth-child(odd) {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:odd\:to-lime-300:nth-child(odd) {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:odd\:to-lime-400:nth-child(odd) {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:odd\:to-lime-500:nth-child(odd) {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:odd\:to-lime-600:nth-child(odd) {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:odd\:to-lime-700:nth-child(odd) {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:odd\:to-lime-800:nth-child(odd) {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:odd\:to-lime-900:nth-child(odd) {
    --tw-gradient-to: #365314;
  }

  .\32xl\:odd\:to-yellow-50:nth-child(odd) {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:odd\:to-yellow-100:nth-child(odd) {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:odd\:to-yellow-200:nth-child(odd) {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:odd\:to-yellow-300:nth-child(odd) {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:odd\:to-yellow-400:nth-child(odd) {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:odd\:to-yellow-500:nth-child(odd) {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:odd\:to-yellow-600:nth-child(odd) {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:odd\:to-yellow-700:nth-child(odd) {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:odd\:to-yellow-800:nth-child(odd) {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:odd\:to-yellow-900:nth-child(odd) {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:odd\:to-amber-50:nth-child(odd) {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:odd\:to-amber-100:nth-child(odd) {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:odd\:to-amber-200:nth-child(odd) {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:odd\:to-amber-300:nth-child(odd) {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:odd\:to-amber-400:nth-child(odd) {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:odd\:to-amber-500:nth-child(odd) {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:odd\:to-amber-600:nth-child(odd) {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:odd\:to-amber-700:nth-child(odd) {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:odd\:to-amber-800:nth-child(odd) {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:odd\:to-amber-900:nth-child(odd) {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:odd\:to-orange-50:nth-child(odd) {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:odd\:to-orange-100:nth-child(odd) {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:odd\:to-orange-200:nth-child(odd) {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:odd\:to-orange-300:nth-child(odd) {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:odd\:to-orange-400:nth-child(odd) {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:odd\:to-orange-500:nth-child(odd) {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:odd\:to-orange-600:nth-child(odd) {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:odd\:to-orange-700:nth-child(odd) {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:odd\:to-orange-800:nth-child(odd) {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:odd\:to-orange-900:nth-child(odd) {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:odd\:to-red-50:nth-child(odd) {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:odd\:to-red-100:nth-child(odd) {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:odd\:to-red-200:nth-child(odd) {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:odd\:to-red-300:nth-child(odd) {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:odd\:to-red-400:nth-child(odd) {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:odd\:to-red-500:nth-child(odd) {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:odd\:to-red-600:nth-child(odd) {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:odd\:to-red-700:nth-child(odd) {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:odd\:to-red-800:nth-child(odd) {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:odd\:to-red-900:nth-child(odd) {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:odd\:to-warmGray-50:nth-child(odd) {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:odd\:to-warmGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:odd\:to-warmGray-200:nth-child(odd) {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:odd\:to-warmGray-300:nth-child(odd) {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:odd\:to-warmGray-400:nth-child(odd) {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:odd\:to-warmGray-500:nth-child(odd) {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:odd\:to-warmGray-600:nth-child(odd) {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:odd\:to-warmGray-700:nth-child(odd) {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:odd\:to-warmGray-800:nth-child(odd) {
    --tw-gradient-to: #292524;
  }

  .\32xl\:odd\:to-warmGray-900:nth-child(odd) {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:odd\:to-trueGray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:odd\:to-trueGray-100:nth-child(odd) {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:odd\:to-trueGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:odd\:to-trueGray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:odd\:to-trueGray-400:nth-child(odd) {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:odd\:to-trueGray-500:nth-child(odd) {
    --tw-gradient-to: #737373;
  }

  .\32xl\:odd\:to-trueGray-600:nth-child(odd) {
    --tw-gradient-to: #525252;
  }

  .\32xl\:odd\:to-trueGray-700:nth-child(odd) {
    --tw-gradient-to: #404040;
  }

  .\32xl\:odd\:to-trueGray-800:nth-child(odd) {
    --tw-gradient-to: #262626;
  }

  .\32xl\:odd\:to-trueGray-900:nth-child(odd) {
    --tw-gradient-to: #171717;
  }

  .\32xl\:odd\:to-gray-50:nth-child(odd) {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:odd\:to-gray-100:nth-child(odd) {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:odd\:to-gray-200:nth-child(odd) {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:odd\:to-gray-300:nth-child(odd) {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:odd\:to-gray-400:nth-child(odd) {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:odd\:to-gray-500:nth-child(odd) {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:odd\:to-gray-600:nth-child(odd) {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:odd\:to-gray-700:nth-child(odd) {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:odd\:to-gray-800:nth-child(odd) {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:odd\:to-gray-900:nth-child(odd) {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:odd\:to-coolGray-50:nth-child(odd) {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:odd\:to-coolGray-100:nth-child(odd) {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:odd\:to-coolGray-200:nth-child(odd) {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:odd\:to-coolGray-300:nth-child(odd) {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:odd\:to-coolGray-400:nth-child(odd) {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:odd\:to-coolGray-500:nth-child(odd) {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:odd\:to-coolGray-600:nth-child(odd) {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:odd\:to-coolGray-700:nth-child(odd) {
    --tw-gradient-to: #374151;
  }

  .\32xl\:odd\:to-coolGray-800:nth-child(odd) {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:odd\:to-coolGray-900:nth-child(odd) {
    --tw-gradient-to: #111827;
  }

  .\32xl\:odd\:to-blueGray-50:nth-child(odd) {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:odd\:to-blueGray-100:nth-child(odd) {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:odd\:to-blueGray-200:nth-child(odd) {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:odd\:to-blueGray-300:nth-child(odd) {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:odd\:to-blueGray-400:nth-child(odd) {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:odd\:to-blueGray-500:nth-child(odd) {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:odd\:to-blueGray-600:nth-child(odd) {
    --tw-gradient-to: #475569;
  }

  .\32xl\:odd\:to-blueGray-700:nth-child(odd) {
    --tw-gradient-to: #334155;
  }

  .\32xl\:odd\:to-blueGray-800:nth-child(odd) {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:odd\:to-blueGray-900:nth-child(odd) {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:odd\:to-current:nth-child(odd) {
    --tw-gradient-to: current;
  }

  .\32xl\:odd\:to-transparent:nth-child(odd) {
    --tw-gradient-to: transparent;
  }

  .\32xl\:even\:from-black:nth-child(even) {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:even\:from-white:nth-child(even) {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:even\:from-rose-50:nth-child(even) {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:even\:from-rose-100:nth-child(even) {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:even\:from-rose-200:nth-child(even) {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:even\:from-rose-300:nth-child(even) {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:even\:from-rose-400:nth-child(even) {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:even\:from-rose-500:nth-child(even) {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:even\:from-rose-600:nth-child(even) {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:even\:from-rose-700:nth-child(even) {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:even\:from-rose-800:nth-child(even) {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:even\:from-rose-900:nth-child(even) {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:even\:from-pink-50:nth-child(even) {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:even\:from-pink-100:nth-child(even) {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:even\:from-pink-200:nth-child(even) {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:even\:from-pink-300:nth-child(even) {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:even\:from-pink-400:nth-child(even) {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:even\:from-pink-500:nth-child(even) {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:even\:from-pink-600:nth-child(even) {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:even\:from-pink-700:nth-child(even) {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:even\:from-pink-800:nth-child(even) {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:even\:from-pink-900:nth-child(even) {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:even\:from-fuchsia-50:nth-child(even) {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:even\:from-fuchsia-100:nth-child(even) {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:even\:from-fuchsia-200:nth-child(even) {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:even\:from-fuchsia-300:nth-child(even) {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:even\:from-fuchsia-400:nth-child(even) {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:even\:from-fuchsia-500:nth-child(even) {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:even\:from-fuchsia-600:nth-child(even) {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:even\:from-fuchsia-700:nth-child(even) {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:even\:from-fuchsia-800:nth-child(even) {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:even\:from-fuchsia-900:nth-child(even) {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:even\:from-purple-50:nth-child(even) {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:even\:from-purple-100:nth-child(even) {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:even\:from-purple-200:nth-child(even) {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:even\:from-purple-300:nth-child(even) {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:even\:from-purple-400:nth-child(even) {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:even\:from-purple-500:nth-child(even) {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:even\:from-purple-600:nth-child(even) {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:even\:from-purple-700:nth-child(even) {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:even\:from-purple-800:nth-child(even) {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:even\:from-purple-900:nth-child(even) {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:even\:from-violet-50:nth-child(even) {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:even\:from-violet-100:nth-child(even) {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:even\:from-violet-200:nth-child(even) {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:even\:from-violet-300:nth-child(even) {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:even\:from-violet-400:nth-child(even) {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:even\:from-violet-500:nth-child(even) {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:even\:from-violet-600:nth-child(even) {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:even\:from-violet-700:nth-child(even) {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:even\:from-violet-800:nth-child(even) {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:even\:from-violet-900:nth-child(even) {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:even\:from-indigo-50:nth-child(even) {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:even\:from-indigo-100:nth-child(even) {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:even\:from-indigo-200:nth-child(even) {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:even\:from-indigo-300:nth-child(even) {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:even\:from-indigo-400:nth-child(even) {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:even\:from-indigo-500:nth-child(even) {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:even\:from-indigo-600:nth-child(even) {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:even\:from-indigo-700:nth-child(even) {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:even\:from-indigo-800:nth-child(even) {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:even\:from-indigo-900:nth-child(even) {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:even\:from-blue-50:nth-child(even) {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:even\:from-blue-100:nth-child(even) {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:even\:from-blue-200:nth-child(even) {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:even\:from-blue-300:nth-child(even) {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:even\:from-blue-400:nth-child(even) {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:even\:from-blue-500:nth-child(even) {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:even\:from-blue-600:nth-child(even) {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:even\:from-blue-700:nth-child(even) {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:even\:from-blue-800:nth-child(even) {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:even\:from-blue-900:nth-child(even) {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:even\:from-lightBlue-50:nth-child(even) {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:even\:from-lightBlue-100:nth-child(even) {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:even\:from-lightBlue-200:nth-child(even) {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:even\:from-lightBlue-300:nth-child(even) {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:even\:from-lightBlue-400:nth-child(even) {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:even\:from-lightBlue-500:nth-child(even) {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:even\:from-lightBlue-600:nth-child(even) {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:even\:from-lightBlue-700:nth-child(even) {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:even\:from-lightBlue-800:nth-child(even) {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:even\:from-lightBlue-900:nth-child(even) {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:even\:from-cyan-50:nth-child(even) {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:even\:from-cyan-100:nth-child(even) {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:even\:from-cyan-200:nth-child(even) {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:even\:from-cyan-300:nth-child(even) {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:even\:from-cyan-400:nth-child(even) {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:even\:from-cyan-500:nth-child(even) {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:even\:from-cyan-600:nth-child(even) {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:even\:from-cyan-700:nth-child(even) {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:even\:from-cyan-800:nth-child(even) {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:even\:from-cyan-900:nth-child(even) {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:even\:from-teal-50:nth-child(even) {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:even\:from-teal-100:nth-child(even) {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:even\:from-teal-200:nth-child(even) {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:even\:from-teal-300:nth-child(even) {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:even\:from-teal-400:nth-child(even) {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:even\:from-teal-500:nth-child(even) {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:even\:from-teal-600:nth-child(even) {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:even\:from-teal-700:nth-child(even) {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:even\:from-teal-800:nth-child(even) {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:even\:from-teal-900:nth-child(even) {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:even\:from-emerald-50:nth-child(even) {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:even\:from-emerald-100:nth-child(even) {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:even\:from-emerald-200:nth-child(even) {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:even\:from-emerald-300:nth-child(even) {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:even\:from-emerald-400:nth-child(even) {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:even\:from-emerald-500:nth-child(even) {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:even\:from-emerald-600:nth-child(even) {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:even\:from-emerald-700:nth-child(even) {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:even\:from-emerald-800:nth-child(even) {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:even\:from-emerald-900:nth-child(even) {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:even\:from-green-50:nth-child(even) {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:even\:from-green-100:nth-child(even) {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:even\:from-green-200:nth-child(even) {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:even\:from-green-300:nth-child(even) {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:even\:from-green-400:nth-child(even) {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:even\:from-green-500:nth-child(even) {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:even\:from-green-600:nth-child(even) {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:even\:from-green-700:nth-child(even) {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:even\:from-green-800:nth-child(even) {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:even\:from-green-900:nth-child(even) {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:even\:from-lime-50:nth-child(even) {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:even\:from-lime-100:nth-child(even) {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:even\:from-lime-200:nth-child(even) {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:even\:from-lime-300:nth-child(even) {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:even\:from-lime-400:nth-child(even) {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:even\:from-lime-500:nth-child(even) {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:even\:from-lime-600:nth-child(even) {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:even\:from-lime-700:nth-child(even) {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:even\:from-lime-800:nth-child(even) {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:even\:from-lime-900:nth-child(even) {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:even\:from-yellow-50:nth-child(even) {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:even\:from-yellow-100:nth-child(even) {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:even\:from-yellow-200:nth-child(even) {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:even\:from-yellow-300:nth-child(even) {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:even\:from-yellow-400:nth-child(even) {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:even\:from-yellow-500:nth-child(even) {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:even\:from-yellow-600:nth-child(even) {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:even\:from-yellow-700:nth-child(even) {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:even\:from-yellow-800:nth-child(even) {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:even\:from-yellow-900:nth-child(even) {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:even\:from-amber-50:nth-child(even) {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:even\:from-amber-100:nth-child(even) {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:even\:from-amber-200:nth-child(even) {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:even\:from-amber-300:nth-child(even) {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:even\:from-amber-400:nth-child(even) {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:even\:from-amber-500:nth-child(even) {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:even\:from-amber-600:nth-child(even) {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:even\:from-amber-700:nth-child(even) {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:even\:from-amber-800:nth-child(even) {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:even\:from-amber-900:nth-child(even) {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:even\:from-orange-50:nth-child(even) {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:even\:from-orange-100:nth-child(even) {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:even\:from-orange-200:nth-child(even) {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:even\:from-orange-300:nth-child(even) {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:even\:from-orange-400:nth-child(even) {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:even\:from-orange-500:nth-child(even) {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:even\:from-orange-600:nth-child(even) {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:even\:from-orange-700:nth-child(even) {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:even\:from-orange-800:nth-child(even) {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:even\:from-orange-900:nth-child(even) {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:even\:from-red-50:nth-child(even) {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:even\:from-red-100:nth-child(even) {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:even\:from-red-200:nth-child(even) {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:even\:from-red-300:nth-child(even) {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:even\:from-red-400:nth-child(even) {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:even\:from-red-500:nth-child(even) {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:even\:from-red-600:nth-child(even) {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:even\:from-red-700:nth-child(even) {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:even\:from-red-800:nth-child(even) {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:even\:from-red-900:nth-child(even) {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:even\:from-warmGray-50:nth-child(even) {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:even\:from-warmGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:even\:from-warmGray-200:nth-child(even) {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:even\:from-warmGray-300:nth-child(even) {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:even\:from-warmGray-400:nth-child(even) {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:even\:from-warmGray-500:nth-child(even) {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:even\:from-warmGray-600:nth-child(even) {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:even\:from-warmGray-700:nth-child(even) {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:even\:from-warmGray-800:nth-child(even) {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:even\:from-warmGray-900:nth-child(even) {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:even\:from-trueGray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:even\:from-trueGray-100:nth-child(even) {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:even\:from-trueGray-200:nth-child(even) {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:even\:from-trueGray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:even\:from-trueGray-400:nth-child(even) {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:even\:from-trueGray-500:nth-child(even) {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:even\:from-trueGray-600:nth-child(even) {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:even\:from-trueGray-700:nth-child(even) {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:even\:from-trueGray-800:nth-child(even) {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:even\:from-trueGray-900:nth-child(even) {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:even\:from-gray-50:nth-child(even) {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:even\:from-gray-100:nth-child(even) {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:even\:from-gray-200:nth-child(even) {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:even\:from-gray-300:nth-child(even) {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:even\:from-gray-400:nth-child(even) {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:even\:from-gray-500:nth-child(even) {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:even\:from-gray-600:nth-child(even) {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:even\:from-gray-700:nth-child(even) {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:even\:from-gray-800:nth-child(even) {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:even\:from-gray-900:nth-child(even) {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:even\:from-coolGray-50:nth-child(even) {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:even\:from-coolGray-100:nth-child(even) {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:even\:from-coolGray-200:nth-child(even) {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:even\:from-coolGray-300:nth-child(even) {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:even\:from-coolGray-400:nth-child(even) {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:even\:from-coolGray-500:nth-child(even) {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:even\:from-coolGray-600:nth-child(even) {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:even\:from-coolGray-700:nth-child(even) {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:even\:from-coolGray-800:nth-child(even) {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:even\:from-coolGray-900:nth-child(even) {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:even\:from-blueGray-50:nth-child(even) {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:even\:from-blueGray-100:nth-child(even) {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:even\:from-blueGray-200:nth-child(even) {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:even\:from-blueGray-300:nth-child(even) {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:even\:from-blueGray-400:nth-child(even) {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:even\:from-blueGray-500:nth-child(even) {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:even\:from-blueGray-600:nth-child(even) {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:even\:from-blueGray-700:nth-child(even) {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:even\:from-blueGray-800:nth-child(even) {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:even\:from-blueGray-900:nth-child(even) {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:even\:from-current:nth-child(even) {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:even\:from-transparent:nth-child(even) {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:even\:via-black:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:even\:via-white:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:even\:via-rose-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:even\:via-rose-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:even\:via-rose-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:even\:via-rose-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:even\:via-rose-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:even\:via-rose-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:even\:via-rose-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:even\:via-rose-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:even\:via-rose-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:even\:via-rose-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:even\:via-pink-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:even\:via-pink-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:even\:via-pink-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:even\:via-pink-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:even\:via-pink-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:even\:via-pink-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:even\:via-pink-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:even\:via-pink-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:even\:via-pink-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:even\:via-pink-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:even\:via-fuchsia-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:even\:via-fuchsia-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:even\:via-fuchsia-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:even\:via-fuchsia-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:even\:via-fuchsia-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:even\:via-fuchsia-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:even\:via-fuchsia-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:even\:via-fuchsia-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:even\:via-fuchsia-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:even\:via-fuchsia-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:even\:via-purple-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:even\:via-purple-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:even\:via-purple-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:even\:via-purple-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:even\:via-purple-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:even\:via-purple-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:even\:via-purple-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:even\:via-purple-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:even\:via-purple-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:even\:via-purple-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:even\:via-violet-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:even\:via-violet-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:even\:via-violet-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:even\:via-violet-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:even\:via-violet-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:even\:via-violet-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:even\:via-violet-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:even\:via-violet-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:even\:via-violet-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:even\:via-violet-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:even\:via-indigo-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:even\:via-indigo-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:even\:via-indigo-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:even\:via-indigo-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:even\:via-indigo-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:even\:via-indigo-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:even\:via-indigo-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:even\:via-indigo-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:even\:via-indigo-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:even\:via-indigo-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:even\:via-blue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:even\:via-blue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:even\:via-blue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:even\:via-blue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:even\:via-blue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:even\:via-blue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:even\:via-blue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:even\:via-blue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:even\:via-blue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:even\:via-blue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:even\:via-lightBlue-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:even\:via-lightBlue-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:even\:via-lightBlue-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:even\:via-lightBlue-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:even\:via-lightBlue-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:even\:via-lightBlue-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:even\:via-lightBlue-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:even\:via-lightBlue-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:even\:via-lightBlue-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:even\:via-lightBlue-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:even\:via-cyan-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:even\:via-cyan-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:even\:via-cyan-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:even\:via-cyan-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:even\:via-cyan-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:even\:via-cyan-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:even\:via-cyan-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:even\:via-cyan-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:even\:via-cyan-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:even\:via-cyan-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:even\:via-teal-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:even\:via-teal-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:even\:via-teal-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:even\:via-teal-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:even\:via-teal-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:even\:via-teal-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:even\:via-teal-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:even\:via-teal-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:even\:via-teal-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:even\:via-teal-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:even\:via-emerald-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:even\:via-emerald-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:even\:via-emerald-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:even\:via-emerald-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:even\:via-emerald-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:even\:via-emerald-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:even\:via-emerald-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:even\:via-emerald-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:even\:via-emerald-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:even\:via-emerald-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:even\:via-green-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:even\:via-green-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:even\:via-green-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:even\:via-green-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:even\:via-green-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:even\:via-green-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:even\:via-green-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:even\:via-green-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:even\:via-green-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:even\:via-green-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:even\:via-lime-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:even\:via-lime-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:even\:via-lime-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:even\:via-lime-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:even\:via-lime-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:even\:via-lime-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:even\:via-lime-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:even\:via-lime-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:even\:via-lime-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:even\:via-lime-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:even\:via-yellow-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:even\:via-yellow-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:even\:via-yellow-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:even\:via-yellow-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:even\:via-yellow-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:even\:via-yellow-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:even\:via-yellow-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:even\:via-yellow-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:even\:via-yellow-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:even\:via-yellow-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:even\:via-amber-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:even\:via-amber-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:even\:via-amber-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:even\:via-amber-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:even\:via-amber-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:even\:via-amber-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:even\:via-amber-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:even\:via-amber-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:even\:via-amber-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:even\:via-amber-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:even\:via-orange-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:even\:via-orange-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:even\:via-orange-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:even\:via-orange-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:even\:via-orange-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:even\:via-orange-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:even\:via-orange-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:even\:via-orange-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:even\:via-orange-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:even\:via-orange-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:even\:via-red-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:even\:via-red-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:even\:via-red-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:even\:via-red-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:even\:via-red-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:even\:via-red-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:even\:via-red-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:even\:via-red-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:even\:via-red-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:even\:via-red-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:even\:via-warmGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:even\:via-warmGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:even\:via-warmGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:even\:via-warmGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:even\:via-warmGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:even\:via-warmGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:even\:via-warmGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:even\:via-warmGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:even\:via-warmGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:even\:via-warmGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:even\:via-trueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:even\:via-trueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:even\:via-trueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:even\:via-trueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:even\:via-trueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:even\:via-trueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:even\:via-trueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:even\:via-trueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:even\:via-trueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:even\:via-trueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:even\:via-gray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:even\:via-gray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:even\:via-gray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:even\:via-gray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:even\:via-gray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:even\:via-gray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:even\:via-gray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:even\:via-gray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:even\:via-gray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:even\:via-gray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:even\:via-coolGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:even\:via-coolGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:even\:via-coolGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:even\:via-coolGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:even\:via-coolGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:even\:via-coolGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:even\:via-coolGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:even\:via-coolGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:even\:via-coolGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:even\:via-coolGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:even\:via-blueGray-50:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:even\:via-blueGray-100:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:even\:via-blueGray-200:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:even\:via-blueGray-300:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:even\:via-blueGray-400:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:even\:via-blueGray-500:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:even\:via-blueGray-600:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:even\:via-blueGray-700:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:even\:via-blueGray-800:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:even\:via-blueGray-900:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:even\:via-current:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:even\:via-transparent:nth-child(even) {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:even\:to-black:nth-child(even) {
    --tw-gradient-to: #000;
  }

  .\32xl\:even\:to-white:nth-child(even) {
    --tw-gradient-to: #fff;
  }

  .\32xl\:even\:to-rose-50:nth-child(even) {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:even\:to-rose-100:nth-child(even) {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:even\:to-rose-200:nth-child(even) {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:even\:to-rose-300:nth-child(even) {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:even\:to-rose-400:nth-child(even) {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:even\:to-rose-500:nth-child(even) {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:even\:to-rose-600:nth-child(even) {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:even\:to-rose-700:nth-child(even) {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:even\:to-rose-800:nth-child(even) {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:even\:to-rose-900:nth-child(even) {
    --tw-gradient-to: #881337;
  }

  .\32xl\:even\:to-pink-50:nth-child(even) {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:even\:to-pink-100:nth-child(even) {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:even\:to-pink-200:nth-child(even) {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:even\:to-pink-300:nth-child(even) {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:even\:to-pink-400:nth-child(even) {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:even\:to-pink-500:nth-child(even) {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:even\:to-pink-600:nth-child(even) {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:even\:to-pink-700:nth-child(even) {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:even\:to-pink-800:nth-child(even) {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:even\:to-pink-900:nth-child(even) {
    --tw-gradient-to: #831843;
  }

  .\32xl\:even\:to-fuchsia-50:nth-child(even) {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:even\:to-fuchsia-100:nth-child(even) {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:even\:to-fuchsia-200:nth-child(even) {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:even\:to-fuchsia-300:nth-child(even) {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:even\:to-fuchsia-400:nth-child(even) {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:even\:to-fuchsia-500:nth-child(even) {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:even\:to-fuchsia-600:nth-child(even) {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:even\:to-fuchsia-700:nth-child(even) {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:even\:to-fuchsia-800:nth-child(even) {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:even\:to-fuchsia-900:nth-child(even) {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:even\:to-purple-50:nth-child(even) {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:even\:to-purple-100:nth-child(even) {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:even\:to-purple-200:nth-child(even) {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:even\:to-purple-300:nth-child(even) {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:even\:to-purple-400:nth-child(even) {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:even\:to-purple-500:nth-child(even) {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:even\:to-purple-600:nth-child(even) {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:even\:to-purple-700:nth-child(even) {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:even\:to-purple-800:nth-child(even) {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:even\:to-purple-900:nth-child(even) {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:even\:to-violet-50:nth-child(even) {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:even\:to-violet-100:nth-child(even) {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:even\:to-violet-200:nth-child(even) {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:even\:to-violet-300:nth-child(even) {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:even\:to-violet-400:nth-child(even) {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:even\:to-violet-500:nth-child(even) {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:even\:to-violet-600:nth-child(even) {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:even\:to-violet-700:nth-child(even) {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:even\:to-violet-800:nth-child(even) {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:even\:to-violet-900:nth-child(even) {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:even\:to-indigo-50:nth-child(even) {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:even\:to-indigo-100:nth-child(even) {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:even\:to-indigo-200:nth-child(even) {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:even\:to-indigo-300:nth-child(even) {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:even\:to-indigo-400:nth-child(even) {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:even\:to-indigo-500:nth-child(even) {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:even\:to-indigo-600:nth-child(even) {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:even\:to-indigo-700:nth-child(even) {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:even\:to-indigo-800:nth-child(even) {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:even\:to-indigo-900:nth-child(even) {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:even\:to-blue-50:nth-child(even) {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:even\:to-blue-100:nth-child(even) {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:even\:to-blue-200:nth-child(even) {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:even\:to-blue-300:nth-child(even) {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:even\:to-blue-400:nth-child(even) {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:even\:to-blue-500:nth-child(even) {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:even\:to-blue-600:nth-child(even) {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:even\:to-blue-700:nth-child(even) {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:even\:to-blue-800:nth-child(even) {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:even\:to-blue-900:nth-child(even) {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:even\:to-lightBlue-50:nth-child(even) {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:even\:to-lightBlue-100:nth-child(even) {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:even\:to-lightBlue-200:nth-child(even) {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:even\:to-lightBlue-300:nth-child(even) {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:even\:to-lightBlue-400:nth-child(even) {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:even\:to-lightBlue-500:nth-child(even) {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:even\:to-lightBlue-600:nth-child(even) {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:even\:to-lightBlue-700:nth-child(even) {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:even\:to-lightBlue-800:nth-child(even) {
    --tw-gradient-to: #075985;
  }

  .\32xl\:even\:to-lightBlue-900:nth-child(even) {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:even\:to-cyan-50:nth-child(even) {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:even\:to-cyan-100:nth-child(even) {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:even\:to-cyan-200:nth-child(even) {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:even\:to-cyan-300:nth-child(even) {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:even\:to-cyan-400:nth-child(even) {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:even\:to-cyan-500:nth-child(even) {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:even\:to-cyan-600:nth-child(even) {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:even\:to-cyan-700:nth-child(even) {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:even\:to-cyan-800:nth-child(even) {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:even\:to-cyan-900:nth-child(even) {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:even\:to-teal-50:nth-child(even) {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:even\:to-teal-100:nth-child(even) {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:even\:to-teal-200:nth-child(even) {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:even\:to-teal-300:nth-child(even) {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:even\:to-teal-400:nth-child(even) {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:even\:to-teal-500:nth-child(even) {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:even\:to-teal-600:nth-child(even) {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:even\:to-teal-700:nth-child(even) {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:even\:to-teal-800:nth-child(even) {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:even\:to-teal-900:nth-child(even) {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:even\:to-emerald-50:nth-child(even) {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:even\:to-emerald-100:nth-child(even) {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:even\:to-emerald-200:nth-child(even) {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:even\:to-emerald-300:nth-child(even) {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:even\:to-emerald-400:nth-child(even) {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:even\:to-emerald-500:nth-child(even) {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:even\:to-emerald-600:nth-child(even) {
    --tw-gradient-to: #059669;
  }

  .\32xl\:even\:to-emerald-700:nth-child(even) {
    --tw-gradient-to: #047857;
  }

  .\32xl\:even\:to-emerald-800:nth-child(even) {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:even\:to-emerald-900:nth-child(even) {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:even\:to-green-50:nth-child(even) {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:even\:to-green-100:nth-child(even) {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:even\:to-green-200:nth-child(even) {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:even\:to-green-300:nth-child(even) {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:even\:to-green-400:nth-child(even) {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:even\:to-green-500:nth-child(even) {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:even\:to-green-600:nth-child(even) {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:even\:to-green-700:nth-child(even) {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:even\:to-green-800:nth-child(even) {
    --tw-gradient-to: #166534;
  }

  .\32xl\:even\:to-green-900:nth-child(even) {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:even\:to-lime-50:nth-child(even) {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:even\:to-lime-100:nth-child(even) {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:even\:to-lime-200:nth-child(even) {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:even\:to-lime-300:nth-child(even) {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:even\:to-lime-400:nth-child(even) {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:even\:to-lime-500:nth-child(even) {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:even\:to-lime-600:nth-child(even) {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:even\:to-lime-700:nth-child(even) {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:even\:to-lime-800:nth-child(even) {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:even\:to-lime-900:nth-child(even) {
    --tw-gradient-to: #365314;
  }

  .\32xl\:even\:to-yellow-50:nth-child(even) {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:even\:to-yellow-100:nth-child(even) {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:even\:to-yellow-200:nth-child(even) {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:even\:to-yellow-300:nth-child(even) {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:even\:to-yellow-400:nth-child(even) {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:even\:to-yellow-500:nth-child(even) {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:even\:to-yellow-600:nth-child(even) {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:even\:to-yellow-700:nth-child(even) {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:even\:to-yellow-800:nth-child(even) {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:even\:to-yellow-900:nth-child(even) {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:even\:to-amber-50:nth-child(even) {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:even\:to-amber-100:nth-child(even) {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:even\:to-amber-200:nth-child(even) {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:even\:to-amber-300:nth-child(even) {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:even\:to-amber-400:nth-child(even) {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:even\:to-amber-500:nth-child(even) {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:even\:to-amber-600:nth-child(even) {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:even\:to-amber-700:nth-child(even) {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:even\:to-amber-800:nth-child(even) {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:even\:to-amber-900:nth-child(even) {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:even\:to-orange-50:nth-child(even) {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:even\:to-orange-100:nth-child(even) {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:even\:to-orange-200:nth-child(even) {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:even\:to-orange-300:nth-child(even) {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:even\:to-orange-400:nth-child(even) {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:even\:to-orange-500:nth-child(even) {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:even\:to-orange-600:nth-child(even) {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:even\:to-orange-700:nth-child(even) {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:even\:to-orange-800:nth-child(even) {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:even\:to-orange-900:nth-child(even) {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:even\:to-red-50:nth-child(even) {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:even\:to-red-100:nth-child(even) {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:even\:to-red-200:nth-child(even) {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:even\:to-red-300:nth-child(even) {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:even\:to-red-400:nth-child(even) {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:even\:to-red-500:nth-child(even) {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:even\:to-red-600:nth-child(even) {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:even\:to-red-700:nth-child(even) {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:even\:to-red-800:nth-child(even) {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:even\:to-red-900:nth-child(even) {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:even\:to-warmGray-50:nth-child(even) {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:even\:to-warmGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:even\:to-warmGray-200:nth-child(even) {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:even\:to-warmGray-300:nth-child(even) {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:even\:to-warmGray-400:nth-child(even) {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:even\:to-warmGray-500:nth-child(even) {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:even\:to-warmGray-600:nth-child(even) {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:even\:to-warmGray-700:nth-child(even) {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:even\:to-warmGray-800:nth-child(even) {
    --tw-gradient-to: #292524;
  }

  .\32xl\:even\:to-warmGray-900:nth-child(even) {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:even\:to-trueGray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:even\:to-trueGray-100:nth-child(even) {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:even\:to-trueGray-200:nth-child(even) {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:even\:to-trueGray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:even\:to-trueGray-400:nth-child(even) {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:even\:to-trueGray-500:nth-child(even) {
    --tw-gradient-to: #737373;
  }

  .\32xl\:even\:to-trueGray-600:nth-child(even) {
    --tw-gradient-to: #525252;
  }

  .\32xl\:even\:to-trueGray-700:nth-child(even) {
    --tw-gradient-to: #404040;
  }

  .\32xl\:even\:to-trueGray-800:nth-child(even) {
    --tw-gradient-to: #262626;
  }

  .\32xl\:even\:to-trueGray-900:nth-child(even) {
    --tw-gradient-to: #171717;
  }

  .\32xl\:even\:to-gray-50:nth-child(even) {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:even\:to-gray-100:nth-child(even) {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:even\:to-gray-200:nth-child(even) {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:even\:to-gray-300:nth-child(even) {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:even\:to-gray-400:nth-child(even) {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:even\:to-gray-500:nth-child(even) {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:even\:to-gray-600:nth-child(even) {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:even\:to-gray-700:nth-child(even) {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:even\:to-gray-800:nth-child(even) {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:even\:to-gray-900:nth-child(even) {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:even\:to-coolGray-50:nth-child(even) {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:even\:to-coolGray-100:nth-child(even) {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:even\:to-coolGray-200:nth-child(even) {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:even\:to-coolGray-300:nth-child(even) {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:even\:to-coolGray-400:nth-child(even) {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:even\:to-coolGray-500:nth-child(even) {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:even\:to-coolGray-600:nth-child(even) {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:even\:to-coolGray-700:nth-child(even) {
    --tw-gradient-to: #374151;
  }

  .\32xl\:even\:to-coolGray-800:nth-child(even) {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:even\:to-coolGray-900:nth-child(even) {
    --tw-gradient-to: #111827;
  }

  .\32xl\:even\:to-blueGray-50:nth-child(even) {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:even\:to-blueGray-100:nth-child(even) {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:even\:to-blueGray-200:nth-child(even) {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:even\:to-blueGray-300:nth-child(even) {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:even\:to-blueGray-400:nth-child(even) {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:even\:to-blueGray-500:nth-child(even) {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:even\:to-blueGray-600:nth-child(even) {
    --tw-gradient-to: #475569;
  }

  .\32xl\:even\:to-blueGray-700:nth-child(even) {
    --tw-gradient-to: #334155;
  }

  .\32xl\:even\:to-blueGray-800:nth-child(even) {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:even\:to-blueGray-900:nth-child(even) {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:even\:to-current:nth-child(even) {
    --tw-gradient-to: current;
  }

  .\32xl\:even\:to-transparent:nth-child(even) {
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-rose-50:hover {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:hover\:from-rose-100:hover {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:hover\:from-rose-200:hover {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:hover\:from-rose-300:hover {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:hover\:from-rose-400:hover {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:hover\:from-rose-500:hover {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:hover\:from-rose-600:hover {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:hover\:from-rose-700:hover {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:hover\:from-rose-800:hover {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:hover\:from-rose-900:hover {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:hover\:from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:hover\:from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:hover\:from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:hover\:from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:hover\:from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:hover\:from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:hover\:from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:hover\:from-fuchsia-800:hover {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:hover\:from-fuchsia-900:hover {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:hover\:from-violet-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:from-violet-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:from-violet-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:from-violet-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:from-violet-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:from-violet-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:from-violet-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:from-violet-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:from-violet-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:from-violet-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:hover\:from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:hover\:from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:hover\:from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:hover\:from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:hover\:from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:hover\:from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:hover\:from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:hover\:from-lightBlue-800:hover {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:hover\:from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:hover\:from-teal-50:hover {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:hover\:from-teal-100:hover {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:hover\:from-teal-200:hover {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:hover\:from-teal-300:hover {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:hover\:from-teal-400:hover {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:hover\:from-teal-500:hover {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:hover\:from-teal-600:hover {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:hover\:from-teal-700:hover {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:hover\:from-teal-800:hover {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:hover\:from-teal-900:hover {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:hover\:from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:from-emerald-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:from-emerald-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:from-emerald-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:from-emerald-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:from-emerald-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:from-emerald-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:from-emerald-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:hover\:from-amber-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:from-amber-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:from-amber-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:from-amber-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:from-amber-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:from-amber-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:from-amber-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:from-amber-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:from-amber-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:from-amber-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:from-orange-50:hover {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:hover\:from-orange-200:hover {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:hover\:from-orange-300:hover {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:hover\:from-orange-400:hover {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:hover\:from-orange-500:hover {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:hover\:from-orange-700:hover {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:hover\:from-orange-800:hover {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:hover\:from-orange-900:hover {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:from-warmGray-50:hover {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:hover\:from-warmGray-100:hover {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:hover\:from-warmGray-200:hover {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:hover\:from-warmGray-300:hover {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:hover\:from-warmGray-400:hover {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:hover\:from-warmGray-500:hover {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:hover\:from-warmGray-600:hover {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:hover\:from-warmGray-700:hover {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:hover\:from-warmGray-800:hover {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:hover\:from-warmGray-900:hover {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:hover\:from-trueGray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:hover\:from-trueGray-100:hover {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:hover\:from-trueGray-200:hover {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:hover\:from-trueGray-300:hover {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:hover\:from-trueGray-400:hover {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:hover\:from-trueGray-500:hover {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:hover\:from-trueGray-600:hover {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:hover\:from-trueGray-700:hover {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:hover\:from-trueGray-800:hover {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:hover\:from-trueGray-900:hover {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:hover\:from-coolGray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:from-coolGray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:from-coolGray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:from-coolGray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:from-coolGray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:from-coolGray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:from-coolGray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:from-coolGray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:from-coolGray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:from-coolGray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:hover\:from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:hover\:from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:hover\:from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:hover\:from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:hover\:from-blueGray-500:hover {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:hover\:from-blueGray-600:hover {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:hover\:from-blueGray-700:hover {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:hover\:from-blueGray-800:hover {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:hover\:from-blueGray-900:hover {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:hover\:via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:hover\:via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:hover\:via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:hover\:via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:hover\:via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:hover\:via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:hover\:via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:hover\:via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:hover\:via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:hover\:via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:hover\:via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:hover\:via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:hover\:via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:hover\:via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:hover\:via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:hover\:via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:hover\:via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:hover\:via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:hover\:via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:hover\:via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:hover\:via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:hover\:via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:hover\:via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:hover\:via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:hover\:via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:hover\:via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:hover\:via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:hover\:via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:hover\:via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:hover\:via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:hover\:via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:via-warmGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:hover\:via-warmGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:hover\:via-warmGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:hover\:via-warmGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:hover\:via-warmGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:hover\:via-warmGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:hover\:via-warmGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:hover\:via-warmGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:hover\:via-warmGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:hover\:via-warmGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:hover\:via-trueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:hover\:via-trueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:hover\:via-trueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:hover\:via-trueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:hover\:via-trueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:hover\:via-trueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:hover\:via-trueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:hover\:via-trueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:hover\:via-trueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:hover\:via-trueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:hover\:via-coolGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-coolGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:via-coolGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:via-coolGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:via-coolGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:via-coolGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:via-coolGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:via-coolGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:via-coolGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:via-coolGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:hover\:via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:hover\:via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:hover\:via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:hover\:via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:hover\:via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:hover\:via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:hover\:via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:hover\:via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:hover\:via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .\32xl\:hover\:to-rose-50:hover {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:hover\:to-rose-100:hover {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:hover\:to-rose-200:hover {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:hover\:to-rose-300:hover {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:hover\:to-rose-400:hover {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:hover\:to-rose-500:hover {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:hover\:to-rose-600:hover {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:hover\:to-rose-700:hover {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:hover\:to-rose-800:hover {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:hover\:to-rose-900:hover {
    --tw-gradient-to: #881337;
  }

  .\32xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .\32xl\:hover\:to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:hover\:to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:hover\:to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:hover\:to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:hover\:to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:hover\:to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:hover\:to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:hover\:to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:hover\:to-fuchsia-800:hover {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:hover\:to-fuchsia-900:hover {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:hover\:to-violet-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:hover\:to-violet-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:hover\:to-violet-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:hover\:to-violet-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:hover\:to-violet-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:hover\:to-violet-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:hover\:to-violet-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:hover\:to-violet-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:hover\:to-violet-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:hover\:to-violet-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:hover\:to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:hover\:to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:hover\:to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:hover\:to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:hover\:to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:hover\:to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:hover\:to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:hover\:to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:hover\:to-lightBlue-800:hover {
    --tw-gradient-to: #075985;
  }

  .\32xl\:hover\:to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:hover\:to-teal-50:hover {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:hover\:to-teal-100:hover {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:hover\:to-teal-200:hover {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:hover\:to-teal-300:hover {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:hover\:to-teal-400:hover {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:hover\:to-teal-500:hover {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:hover\:to-teal-600:hover {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:hover\:to-teal-700:hover {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:hover\:to-teal-800:hover {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:hover\:to-teal-900:hover {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:hover\:to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:hover\:to-emerald-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:hover\:to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:hover\:to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:hover\:to-emerald-400:hover {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:hover\:to-emerald-500:hover {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:hover\:to-emerald-600:hover {
    --tw-gradient-to: #059669;
  }

  .\32xl\:hover\:to-emerald-700:hover {
    --tw-gradient-to: #047857;
  }

  .\32xl\:hover\:to-emerald-800:hover {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:hover\:to-emerald-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #166534;
  }

  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314;
  }

  .\32xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:hover\:to-amber-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:hover\:to-amber-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:hover\:to-amber-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:hover\:to-amber-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:hover\:to-amber-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:hover\:to-amber-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:hover\:to-amber-600:hover {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:hover\:to-amber-700:hover {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:hover\:to-amber-800:hover {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:hover\:to-amber-900:hover {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:hover\:to-orange-50:hover {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:hover\:to-orange-200:hover {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:hover\:to-orange-300:hover {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:hover\:to-orange-400:hover {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:hover\:to-orange-500:hover {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:hover\:to-orange-700:hover {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:hover\:to-orange-800:hover {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:hover\:to-orange-900:hover {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:hover\:to-warmGray-50:hover {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:hover\:to-warmGray-100:hover {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:hover\:to-warmGray-200:hover {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:hover\:to-warmGray-300:hover {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:hover\:to-warmGray-400:hover {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:hover\:to-warmGray-500:hover {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:hover\:to-warmGray-600:hover {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:hover\:to-warmGray-700:hover {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:hover\:to-warmGray-800:hover {
    --tw-gradient-to: #292524;
  }

  .\32xl\:hover\:to-warmGray-900:hover {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:hover\:to-trueGray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:hover\:to-trueGray-100:hover {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:hover\:to-trueGray-200:hover {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:hover\:to-trueGray-300:hover {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:hover\:to-trueGray-400:hover {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:hover\:to-trueGray-500:hover {
    --tw-gradient-to: #737373;
  }

  .\32xl\:hover\:to-trueGray-600:hover {
    --tw-gradient-to: #525252;
  }

  .\32xl\:hover\:to-trueGray-700:hover {
    --tw-gradient-to: #404040;
  }

  .\32xl\:hover\:to-trueGray-800:hover {
    --tw-gradient-to: #262626;
  }

  .\32xl\:hover\:to-trueGray-900:hover {
    --tw-gradient-to: #171717;
  }

  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:hover\:to-coolGray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-coolGray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:hover\:to-coolGray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:hover\:to-coolGray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:hover\:to-coolGray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:hover\:to-coolGray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:hover\:to-coolGray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:hover\:to-coolGray-700:hover {
    --tw-gradient-to: #374151;
  }

  .\32xl\:hover\:to-coolGray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:hover\:to-coolGray-900:hover {
    --tw-gradient-to: #111827;
  }

  .\32xl\:hover\:to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:hover\:to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:hover\:to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:hover\:to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:hover\:to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:hover\:to-blueGray-500:hover {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:hover\:to-blueGray-600:hover {
    --tw-gradient-to: #475569;
  }

  .\32xl\:hover\:to-blueGray-700:hover {
    --tw-gradient-to: #334155;
  }

  .\32xl\:hover\:to-blueGray-800:hover {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:hover\:to-blueGray-900:hover {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: current;
  }

  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-rose-50:focus {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus\:from-rose-100:focus {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus\:from-rose-200:focus {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus\:from-rose-300:focus {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus\:from-rose-400:focus {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus\:from-rose-500:focus {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus\:from-rose-600:focus {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus\:from-rose-700:focus {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus\:from-rose-800:focus {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus\:from-rose-900:focus {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus\:from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus\:from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus\:from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus\:from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus\:from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus\:from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus\:from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus\:from-fuchsia-800:focus {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus\:from-fuchsia-900:focus {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:focus\:from-violet-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:from-violet-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:from-violet-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:from-violet-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:from-violet-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:from-violet-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:from-violet-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:from-violet-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:from-violet-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:from-violet-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus\:from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus\:from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus\:from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus\:from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus\:from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus\:from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus\:from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus\:from-lightBlue-800:focus {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus\:from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:focus\:from-teal-50:focus {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:focus\:from-teal-100:focus {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:focus\:from-teal-200:focus {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:focus\:from-teal-300:focus {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:focus\:from-teal-400:focus {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:focus\:from-teal-500:focus {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:focus\:from-teal-600:focus {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:focus\:from-teal-700:focus {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:focus\:from-teal-800:focus {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:focus\:from-teal-900:focus {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:focus\:from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:from-emerald-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:from-emerald-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:from-emerald-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:from-emerald-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:from-emerald-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:from-emerald-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:from-emerald-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:focus\:from-amber-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:from-amber-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:from-amber-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:from-amber-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:from-amber-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:from-amber-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:from-amber-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:from-amber-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:from-amber-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:from-amber-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:from-orange-50:focus {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:focus\:from-orange-200:focus {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:focus\:from-orange-300:focus {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:focus\:from-orange-400:focus {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:focus\:from-orange-500:focus {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:focus\:from-orange-700:focus {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:focus\:from-orange-800:focus {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:focus\:from-orange-900:focus {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:from-warmGray-50:focus {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:focus\:from-warmGray-100:focus {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:focus\:from-warmGray-200:focus {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:focus\:from-warmGray-300:focus {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:focus\:from-warmGray-400:focus {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:focus\:from-warmGray-500:focus {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:focus\:from-warmGray-600:focus {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:focus\:from-warmGray-700:focus {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:focus\:from-warmGray-800:focus {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:focus\:from-warmGray-900:focus {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:focus\:from-trueGray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus\:from-trueGray-100:focus {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus\:from-trueGray-200:focus {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:focus\:from-trueGray-300:focus {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:focus\:from-trueGray-400:focus {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:focus\:from-trueGray-500:focus {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:focus\:from-trueGray-600:focus {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:focus\:from-trueGray-700:focus {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:focus\:from-trueGray-800:focus {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:focus\:from-trueGray-900:focus {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:focus\:from-coolGray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:from-coolGray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:from-coolGray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:from-coolGray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:from-coolGray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:from-coolGray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:from-coolGray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:from-coolGray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:from-coolGray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:from-coolGray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:focus\:from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:focus\:from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:focus\:from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:focus\:from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:focus\:from-blueGray-500:focus {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:focus\:from-blueGray-600:focus {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:focus\:from-blueGray-700:focus {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:focus\:from-blueGray-800:focus {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:focus\:from-blueGray-900:focus {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:focus\:via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:focus\:via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:focus\:via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:focus\:via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:focus\:via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:focus\:via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:focus\:via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:focus\:via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:focus\:via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:focus\:via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:focus\:via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:focus\:via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:focus\:via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:focus\:via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:focus\:via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:focus\:via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:focus\:via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:focus\:via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:focus\:via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:focus\:via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:focus\:via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:focus\:via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:focus\:via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:focus\:via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:focus\:via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:focus\:via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:focus\:via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:focus\:via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:focus\:via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:focus\:via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:focus\:via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:via-warmGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:focus\:via-warmGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:focus\:via-warmGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:focus\:via-warmGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:focus\:via-warmGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:focus\:via-warmGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:focus\:via-warmGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:focus\:via-warmGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:focus\:via-warmGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:focus\:via-warmGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:focus\:via-trueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus\:via-trueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus\:via-trueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:focus\:via-trueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:focus\:via-trueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:focus\:via-trueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:focus\:via-trueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:focus\:via-trueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:focus\:via-trueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:focus\:via-trueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:focus\:via-coolGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-coolGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:via-coolGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:via-coolGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:via-coolGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:via-coolGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:via-coolGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:via-coolGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:via-coolGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:via-coolGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:focus\:via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:focus\:via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:focus\:via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:focus\:via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:focus\:via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:focus\:via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:focus\:via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:focus\:via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:focus\:via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus\:to-rose-50:focus {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:focus\:to-rose-100:focus {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:focus\:to-rose-200:focus {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:focus\:to-rose-300:focus {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:focus\:to-rose-400:focus {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:focus\:to-rose-500:focus {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:focus\:to-rose-600:focus {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:focus\:to-rose-700:focus {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:focus\:to-rose-800:focus {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:focus\:to-rose-900:focus {
    --tw-gradient-to: #881337;
  }

  .\32xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .\32xl\:focus\:to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:focus\:to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:focus\:to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:focus\:to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:focus\:to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:focus\:to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:focus\:to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:focus\:to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:focus\:to-fuchsia-800:focus {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:focus\:to-fuchsia-900:focus {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:focus\:to-violet-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus\:to-violet-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus\:to-violet-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus\:to-violet-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus\:to-violet-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus\:to-violet-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus\:to-violet-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus\:to-violet-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus\:to-violet-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus\:to-violet-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:focus\:to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:focus\:to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:focus\:to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:focus\:to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:focus\:to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:focus\:to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:focus\:to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:focus\:to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:focus\:to-lightBlue-800:focus {
    --tw-gradient-to: #075985;
  }

  .\32xl\:focus\:to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:focus\:to-teal-50:focus {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:focus\:to-teal-100:focus {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:focus\:to-teal-200:focus {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:focus\:to-teal-300:focus {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:focus\:to-teal-400:focus {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:focus\:to-teal-500:focus {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:focus\:to-teal-600:focus {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:focus\:to-teal-700:focus {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:focus\:to-teal-800:focus {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:focus\:to-teal-900:focus {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:focus\:to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus\:to-emerald-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus\:to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus\:to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:focus\:to-emerald-400:focus {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:focus\:to-emerald-500:focus {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:focus\:to-emerald-600:focus {
    --tw-gradient-to: #059669;
  }

  .\32xl\:focus\:to-emerald-700:focus {
    --tw-gradient-to: #047857;
  }

  .\32xl\:focus\:to-emerald-800:focus {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus\:to-emerald-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #166534;
  }

  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314;
  }

  .\32xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:focus\:to-amber-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus\:to-amber-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus\:to-amber-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus\:to-amber-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus\:to-amber-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:focus\:to-amber-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus\:to-amber-600:focus {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus\:to-amber-700:focus {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus\:to-amber-800:focus {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus\:to-amber-900:focus {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus\:to-orange-50:focus {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:focus\:to-orange-200:focus {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:focus\:to-orange-300:focus {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:focus\:to-orange-400:focus {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:focus\:to-orange-500:focus {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:focus\:to-orange-700:focus {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:focus\:to-orange-800:focus {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:focus\:to-orange-900:focus {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:focus\:to-warmGray-50:focus {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:focus\:to-warmGray-100:focus {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:focus\:to-warmGray-200:focus {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:focus\:to-warmGray-300:focus {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:focus\:to-warmGray-400:focus {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:focus\:to-warmGray-500:focus {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:focus\:to-warmGray-600:focus {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:focus\:to-warmGray-700:focus {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:focus\:to-warmGray-800:focus {
    --tw-gradient-to: #292524;
  }

  .\32xl\:focus\:to-warmGray-900:focus {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:focus\:to-trueGray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:focus\:to-trueGray-100:focus {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:focus\:to-trueGray-200:focus {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:focus\:to-trueGray-300:focus {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:focus\:to-trueGray-400:focus {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:focus\:to-trueGray-500:focus {
    --tw-gradient-to: #737373;
  }

  .\32xl\:focus\:to-trueGray-600:focus {
    --tw-gradient-to: #525252;
  }

  .\32xl\:focus\:to-trueGray-700:focus {
    --tw-gradient-to: #404040;
  }

  .\32xl\:focus\:to-trueGray-800:focus {
    --tw-gradient-to: #262626;
  }

  .\32xl\:focus\:to-trueGray-900:focus {
    --tw-gradient-to: #171717;
  }

  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:focus\:to-coolGray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-coolGray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus\:to-coolGray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus\:to-coolGray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus\:to-coolGray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus\:to-coolGray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus\:to-coolGray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus\:to-coolGray-700:focus {
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus\:to-coolGray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus\:to-coolGray-900:focus {
    --tw-gradient-to: #111827;
  }

  .\32xl\:focus\:to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:focus\:to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:focus\:to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:focus\:to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:focus\:to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:focus\:to-blueGray-500:focus {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:focus\:to-blueGray-600:focus {
    --tw-gradient-to: #475569;
  }

  .\32xl\:focus\:to-blueGray-700:focus {
    --tw-gradient-to: #334155;
  }

  .\32xl\:focus\:to-blueGray-800:focus {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:focus\:to-blueGray-900:focus {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: current;
  }

  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl\:active\:from-black:active {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:active\:from-white:active {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:active\:from-rose-50:active {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:active\:from-rose-100:active {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:active\:from-rose-200:active {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:active\:from-rose-300:active {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:active\:from-rose-400:active {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:active\:from-rose-500:active {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:active\:from-rose-600:active {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:active\:from-rose-700:active {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:active\:from-rose-800:active {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:active\:from-rose-900:active {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:active\:from-pink-50:active {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:active\:from-pink-100:active {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:active\:from-pink-200:active {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:active\:from-pink-300:active {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:active\:from-pink-400:active {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:active\:from-pink-500:active {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:active\:from-pink-600:active {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:active\:from-pink-700:active {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:active\:from-pink-800:active {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:active\:from-pink-900:active {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:active\:from-fuchsia-50:active {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:active\:from-fuchsia-100:active {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:active\:from-fuchsia-200:active {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:active\:from-fuchsia-300:active {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:active\:from-fuchsia-400:active {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:active\:from-fuchsia-500:active {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:active\:from-fuchsia-600:active {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:active\:from-fuchsia-700:active {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:active\:from-fuchsia-800:active {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:active\:from-fuchsia-900:active {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:active\:from-purple-50:active {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:active\:from-purple-100:active {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:active\:from-purple-200:active {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:active\:from-purple-300:active {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:active\:from-purple-400:active {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:active\:from-purple-500:active {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:active\:from-purple-600:active {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:active\:from-purple-700:active {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:active\:from-purple-800:active {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:active\:from-purple-900:active {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:active\:from-violet-50:active {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:active\:from-violet-100:active {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:active\:from-violet-200:active {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:active\:from-violet-300:active {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:active\:from-violet-400:active {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:active\:from-violet-500:active {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:active\:from-violet-600:active {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:active\:from-violet-700:active {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:active\:from-violet-800:active {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:active\:from-violet-900:active {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:active\:from-indigo-50:active {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:active\:from-indigo-100:active {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:active\:from-indigo-200:active {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:active\:from-indigo-300:active {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:active\:from-indigo-400:active {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:active\:from-indigo-500:active {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:active\:from-indigo-600:active {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:active\:from-indigo-700:active {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:active\:from-indigo-800:active {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:active\:from-indigo-900:active {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:active\:from-blue-50:active {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:active\:from-blue-100:active {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:active\:from-blue-200:active {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:active\:from-blue-300:active {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:active\:from-blue-400:active {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:active\:from-blue-500:active {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:active\:from-blue-600:active {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:active\:from-blue-700:active {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:active\:from-blue-800:active {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:active\:from-blue-900:active {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:active\:from-lightBlue-50:active {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:active\:from-lightBlue-100:active {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:active\:from-lightBlue-200:active {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:active\:from-lightBlue-300:active {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:active\:from-lightBlue-400:active {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:active\:from-lightBlue-500:active {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:active\:from-lightBlue-600:active {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:active\:from-lightBlue-700:active {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:active\:from-lightBlue-800:active {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:active\:from-lightBlue-900:active {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:active\:from-cyan-50:active {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:active\:from-cyan-100:active {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:active\:from-cyan-200:active {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:active\:from-cyan-300:active {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:active\:from-cyan-400:active {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:active\:from-cyan-500:active {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:active\:from-cyan-600:active {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:active\:from-cyan-700:active {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:active\:from-cyan-800:active {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:active\:from-cyan-900:active {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:active\:from-teal-50:active {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:active\:from-teal-100:active {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:active\:from-teal-200:active {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:active\:from-teal-300:active {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:active\:from-teal-400:active {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:active\:from-teal-500:active {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:active\:from-teal-600:active {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:active\:from-teal-700:active {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:active\:from-teal-800:active {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:active\:from-teal-900:active {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:active\:from-emerald-50:active {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:active\:from-emerald-100:active {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:active\:from-emerald-200:active {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:active\:from-emerald-300:active {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:active\:from-emerald-400:active {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:active\:from-emerald-500:active {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:active\:from-emerald-600:active {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:active\:from-emerald-700:active {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:active\:from-emerald-800:active {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:active\:from-emerald-900:active {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:active\:from-green-50:active {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:active\:from-green-100:active {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:active\:from-green-200:active {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:active\:from-green-300:active {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:active\:from-green-400:active {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:active\:from-green-500:active {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:active\:from-green-600:active {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:active\:from-green-700:active {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:active\:from-green-800:active {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:active\:from-green-900:active {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:active\:from-lime-50:active {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:active\:from-lime-100:active {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:active\:from-lime-200:active {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:active\:from-lime-300:active {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:active\:from-lime-400:active {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:active\:from-lime-500:active {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:active\:from-lime-600:active {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:active\:from-lime-700:active {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:active\:from-lime-800:active {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:active\:from-lime-900:active {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:active\:from-yellow-50:active {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:active\:from-yellow-100:active {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:active\:from-yellow-200:active {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:active\:from-yellow-300:active {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:active\:from-yellow-400:active {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:active\:from-yellow-500:active {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:active\:from-yellow-600:active {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:active\:from-yellow-700:active {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:active\:from-yellow-800:active {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:active\:from-yellow-900:active {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:active\:from-amber-50:active {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:active\:from-amber-100:active {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:active\:from-amber-200:active {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:active\:from-amber-300:active {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:active\:from-amber-400:active {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:active\:from-amber-500:active {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:active\:from-amber-600:active {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:active\:from-amber-700:active {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:active\:from-amber-800:active {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:active\:from-amber-900:active {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:active\:from-orange-50:active {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:active\:from-orange-100:active {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:active\:from-orange-200:active {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:active\:from-orange-300:active {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:active\:from-orange-400:active {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:active\:from-orange-500:active {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:active\:from-orange-600:active {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:active\:from-orange-700:active {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:active\:from-orange-800:active {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:active\:from-orange-900:active {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:active\:from-red-50:active {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:active\:from-red-100:active {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:active\:from-red-200:active {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:active\:from-red-300:active {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:active\:from-red-400:active {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:active\:from-red-500:active {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:active\:from-red-600:active {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:active\:from-red-700:active {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:active\:from-red-800:active {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:active\:from-red-900:active {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:active\:from-warmGray-50:active {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:active\:from-warmGray-100:active {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:active\:from-warmGray-200:active {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:active\:from-warmGray-300:active {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:active\:from-warmGray-400:active {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:active\:from-warmGray-500:active {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:active\:from-warmGray-600:active {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:active\:from-warmGray-700:active {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:active\:from-warmGray-800:active {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:active\:from-warmGray-900:active {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:active\:from-trueGray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:active\:from-trueGray-100:active {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:active\:from-trueGray-200:active {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:active\:from-trueGray-300:active {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:active\:from-trueGray-400:active {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:active\:from-trueGray-500:active {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:active\:from-trueGray-600:active {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:active\:from-trueGray-700:active {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:active\:from-trueGray-800:active {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:active\:from-trueGray-900:active {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:active\:from-gray-50:active {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:active\:from-gray-100:active {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:active\:from-gray-200:active {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:active\:from-gray-300:active {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:active\:from-gray-400:active {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:active\:from-gray-500:active {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:active\:from-gray-600:active {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:active\:from-gray-700:active {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:active\:from-gray-800:active {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:active\:from-gray-900:active {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:active\:from-coolGray-50:active {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:active\:from-coolGray-100:active {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:active\:from-coolGray-200:active {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:active\:from-coolGray-300:active {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:active\:from-coolGray-400:active {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:active\:from-coolGray-500:active {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:active\:from-coolGray-600:active {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:active\:from-coolGray-700:active {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:active\:from-coolGray-800:active {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:active\:from-coolGray-900:active {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:active\:from-blueGray-50:active {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:active\:from-blueGray-100:active {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:active\:from-blueGray-200:active {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:active\:from-blueGray-300:active {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:active\:from-blueGray-400:active {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:active\:from-blueGray-500:active {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:active\:from-blueGray-600:active {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:active\:from-blueGray-700:active {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:active\:from-blueGray-800:active {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:active\:from-blueGray-900:active {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:active\:from-current:active {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:active\:from-transparent:active {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:active\:via-black:active {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:active\:via-white:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:active\:via-rose-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:active\:via-rose-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:active\:via-rose-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:active\:via-rose-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:active\:via-rose-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:active\:via-rose-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:active\:via-rose-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:active\:via-rose-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:active\:via-rose-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:active\:via-rose-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:active\:via-pink-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:active\:via-pink-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:active\:via-pink-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:active\:via-pink-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:active\:via-pink-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:active\:via-pink-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:active\:via-pink-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:active\:via-pink-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:active\:via-pink-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:active\:via-pink-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:active\:via-fuchsia-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:active\:via-fuchsia-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:active\:via-fuchsia-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:active\:via-fuchsia-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:active\:via-fuchsia-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:active\:via-fuchsia-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:active\:via-fuchsia-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:active\:via-fuchsia-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:active\:via-fuchsia-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:active\:via-fuchsia-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:active\:via-purple-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:active\:via-purple-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:active\:via-purple-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:active\:via-purple-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:active\:via-purple-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:active\:via-purple-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:active\:via-purple-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:active\:via-purple-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:active\:via-purple-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:active\:via-purple-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:active\:via-violet-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:active\:via-violet-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:active\:via-violet-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:active\:via-violet-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:active\:via-violet-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:active\:via-violet-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:active\:via-violet-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:active\:via-violet-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:active\:via-violet-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:active\:via-violet-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:active\:via-indigo-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:active\:via-indigo-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:active\:via-indigo-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:active\:via-indigo-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:active\:via-indigo-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:active\:via-indigo-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:active\:via-indigo-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:active\:via-indigo-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:active\:via-indigo-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:active\:via-indigo-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:active\:via-blue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:active\:via-blue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:active\:via-blue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:active\:via-blue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:active\:via-blue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:active\:via-blue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:active\:via-blue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:active\:via-blue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:active\:via-blue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:active\:via-blue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:active\:via-lightBlue-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:active\:via-lightBlue-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:active\:via-lightBlue-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:active\:via-lightBlue-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:active\:via-lightBlue-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:active\:via-lightBlue-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:active\:via-lightBlue-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:active\:via-lightBlue-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:active\:via-lightBlue-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:active\:via-lightBlue-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:active\:via-cyan-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:active\:via-cyan-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:active\:via-cyan-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:active\:via-cyan-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:active\:via-cyan-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:active\:via-cyan-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:active\:via-cyan-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:active\:via-cyan-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:active\:via-cyan-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:active\:via-cyan-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:active\:via-teal-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:active\:via-teal-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:active\:via-teal-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:active\:via-teal-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:active\:via-teal-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:active\:via-teal-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:active\:via-teal-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:active\:via-teal-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:active\:via-teal-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:active\:via-teal-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:active\:via-emerald-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:active\:via-emerald-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:active\:via-emerald-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:active\:via-emerald-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:active\:via-emerald-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:active\:via-emerald-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:active\:via-emerald-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:active\:via-emerald-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:active\:via-emerald-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:active\:via-emerald-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:active\:via-green-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:active\:via-green-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:active\:via-green-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:active\:via-green-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:active\:via-green-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:active\:via-green-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:active\:via-green-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:active\:via-green-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:active\:via-green-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:active\:via-green-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:active\:via-lime-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:active\:via-lime-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:active\:via-lime-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:active\:via-lime-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:active\:via-lime-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:active\:via-lime-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:active\:via-lime-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:active\:via-lime-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:active\:via-lime-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:active\:via-lime-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:active\:via-yellow-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:active\:via-yellow-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:active\:via-yellow-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:active\:via-yellow-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:active\:via-yellow-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:active\:via-yellow-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:active\:via-yellow-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:active\:via-yellow-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:active\:via-yellow-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:active\:via-yellow-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:active\:via-amber-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:active\:via-amber-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:active\:via-amber-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:active\:via-amber-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:active\:via-amber-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:active\:via-amber-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:active\:via-amber-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:active\:via-amber-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:active\:via-amber-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:active\:via-amber-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:active\:via-orange-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:active\:via-orange-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:active\:via-orange-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:active\:via-orange-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:active\:via-orange-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:active\:via-orange-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:active\:via-orange-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:active\:via-orange-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:active\:via-orange-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:active\:via-orange-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:active\:via-red-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:active\:via-red-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:active\:via-red-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:active\:via-red-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:active\:via-red-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:active\:via-red-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:active\:via-red-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:active\:via-red-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:active\:via-red-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:active\:via-red-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:active\:via-warmGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:active\:via-warmGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:active\:via-warmGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:active\:via-warmGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:active\:via-warmGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:active\:via-warmGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:active\:via-warmGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:active\:via-warmGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:active\:via-warmGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:active\:via-warmGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:active\:via-trueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:active\:via-trueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:active\:via-trueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:active\:via-trueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:active\:via-trueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:active\:via-trueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:active\:via-trueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:active\:via-trueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:active\:via-trueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:active\:via-trueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:active\:via-gray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:active\:via-gray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:active\:via-gray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:active\:via-gray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:active\:via-gray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:active\:via-gray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:active\:via-gray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:active\:via-gray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:active\:via-gray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:active\:via-gray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:active\:via-coolGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:active\:via-coolGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:active\:via-coolGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:active\:via-coolGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:active\:via-coolGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:active\:via-coolGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:active\:via-coolGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:active\:via-coolGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:active\:via-coolGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:active\:via-coolGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:active\:via-blueGray-50:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:active\:via-blueGray-100:active {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:active\:via-blueGray-200:active {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:active\:via-blueGray-300:active {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:active\:via-blueGray-400:active {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:active\:via-blueGray-500:active {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:active\:via-blueGray-600:active {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:active\:via-blueGray-700:active {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:active\:via-blueGray-800:active {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:active\:via-blueGray-900:active {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:active\:via-current:active {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:active\:via-transparent:active {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:active\:to-black:active {
    --tw-gradient-to: #000;
  }

  .\32xl\:active\:to-white:active {
    --tw-gradient-to: #fff;
  }

  .\32xl\:active\:to-rose-50:active {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:active\:to-rose-100:active {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:active\:to-rose-200:active {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:active\:to-rose-300:active {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:active\:to-rose-400:active {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:active\:to-rose-500:active {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:active\:to-rose-600:active {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:active\:to-rose-700:active {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:active\:to-rose-800:active {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:active\:to-rose-900:active {
    --tw-gradient-to: #881337;
  }

  .\32xl\:active\:to-pink-50:active {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:active\:to-pink-100:active {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:active\:to-pink-200:active {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:active\:to-pink-300:active {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:active\:to-pink-400:active {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:active\:to-pink-500:active {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:active\:to-pink-600:active {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:active\:to-pink-700:active {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:active\:to-pink-800:active {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:active\:to-pink-900:active {
    --tw-gradient-to: #831843;
  }

  .\32xl\:active\:to-fuchsia-50:active {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:active\:to-fuchsia-100:active {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:active\:to-fuchsia-200:active {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:active\:to-fuchsia-300:active {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:active\:to-fuchsia-400:active {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:active\:to-fuchsia-500:active {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:active\:to-fuchsia-600:active {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:active\:to-fuchsia-700:active {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:active\:to-fuchsia-800:active {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:active\:to-fuchsia-900:active {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:active\:to-purple-50:active {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:active\:to-purple-100:active {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:active\:to-purple-200:active {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:active\:to-purple-300:active {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:active\:to-purple-400:active {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:active\:to-purple-500:active {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:active\:to-purple-600:active {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:active\:to-purple-700:active {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:active\:to-purple-800:active {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:active\:to-purple-900:active {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:active\:to-violet-50:active {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:active\:to-violet-100:active {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:active\:to-violet-200:active {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:active\:to-violet-300:active {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:active\:to-violet-400:active {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:active\:to-violet-500:active {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:active\:to-violet-600:active {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:active\:to-violet-700:active {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:active\:to-violet-800:active {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:active\:to-violet-900:active {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:active\:to-indigo-50:active {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:active\:to-indigo-100:active {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:active\:to-indigo-200:active {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:active\:to-indigo-300:active {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:active\:to-indigo-400:active {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:active\:to-indigo-500:active {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:active\:to-indigo-600:active {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:active\:to-indigo-700:active {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:active\:to-indigo-800:active {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:active\:to-indigo-900:active {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:active\:to-blue-50:active {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:active\:to-blue-100:active {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:active\:to-blue-200:active {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:active\:to-blue-300:active {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:active\:to-blue-400:active {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:active\:to-blue-500:active {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:active\:to-blue-600:active {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:active\:to-blue-700:active {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:active\:to-blue-800:active {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:active\:to-blue-900:active {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:active\:to-lightBlue-50:active {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:active\:to-lightBlue-100:active {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:active\:to-lightBlue-200:active {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:active\:to-lightBlue-300:active {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:active\:to-lightBlue-400:active {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:active\:to-lightBlue-500:active {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:active\:to-lightBlue-600:active {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:active\:to-lightBlue-700:active {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:active\:to-lightBlue-800:active {
    --tw-gradient-to: #075985;
  }

  .\32xl\:active\:to-lightBlue-900:active {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:active\:to-cyan-50:active {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:active\:to-cyan-100:active {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:active\:to-cyan-200:active {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:active\:to-cyan-300:active {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:active\:to-cyan-400:active {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:active\:to-cyan-500:active {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:active\:to-cyan-600:active {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:active\:to-cyan-700:active {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:active\:to-cyan-800:active {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:active\:to-cyan-900:active {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:active\:to-teal-50:active {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:active\:to-teal-100:active {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:active\:to-teal-200:active {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:active\:to-teal-300:active {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:active\:to-teal-400:active {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:active\:to-teal-500:active {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:active\:to-teal-600:active {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:active\:to-teal-700:active {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:active\:to-teal-800:active {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:active\:to-teal-900:active {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:active\:to-emerald-50:active {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:active\:to-emerald-100:active {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:active\:to-emerald-200:active {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:active\:to-emerald-300:active {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:active\:to-emerald-400:active {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:active\:to-emerald-500:active {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:active\:to-emerald-600:active {
    --tw-gradient-to: #059669;
  }

  .\32xl\:active\:to-emerald-700:active {
    --tw-gradient-to: #047857;
  }

  .\32xl\:active\:to-emerald-800:active {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:active\:to-emerald-900:active {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:active\:to-green-50:active {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:active\:to-green-100:active {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:active\:to-green-200:active {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:active\:to-green-300:active {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:active\:to-green-400:active {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:active\:to-green-500:active {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:active\:to-green-600:active {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:active\:to-green-700:active {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:active\:to-green-800:active {
    --tw-gradient-to: #166534;
  }

  .\32xl\:active\:to-green-900:active {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:active\:to-lime-50:active {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:active\:to-lime-100:active {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:active\:to-lime-200:active {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:active\:to-lime-300:active {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:active\:to-lime-400:active {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:active\:to-lime-500:active {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:active\:to-lime-600:active {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:active\:to-lime-700:active {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:active\:to-lime-800:active {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:active\:to-lime-900:active {
    --tw-gradient-to: #365314;
  }

  .\32xl\:active\:to-yellow-50:active {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:active\:to-yellow-100:active {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:active\:to-yellow-200:active {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:active\:to-yellow-300:active {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:active\:to-yellow-400:active {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:active\:to-yellow-500:active {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:active\:to-yellow-600:active {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:active\:to-yellow-700:active {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:active\:to-yellow-800:active {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:active\:to-yellow-900:active {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:active\:to-amber-50:active {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:active\:to-amber-100:active {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:active\:to-amber-200:active {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:active\:to-amber-300:active {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:active\:to-amber-400:active {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:active\:to-amber-500:active {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:active\:to-amber-600:active {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:active\:to-amber-700:active {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:active\:to-amber-800:active {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:active\:to-amber-900:active {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:active\:to-orange-50:active {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:active\:to-orange-100:active {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:active\:to-orange-200:active {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:active\:to-orange-300:active {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:active\:to-orange-400:active {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:active\:to-orange-500:active {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:active\:to-orange-600:active {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:active\:to-orange-700:active {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:active\:to-orange-800:active {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:active\:to-orange-900:active {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:active\:to-red-50:active {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:active\:to-red-100:active {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:active\:to-red-200:active {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:active\:to-red-300:active {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:active\:to-red-400:active {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:active\:to-red-500:active {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:active\:to-red-600:active {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:active\:to-red-700:active {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:active\:to-red-800:active {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:active\:to-red-900:active {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:active\:to-warmGray-50:active {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:active\:to-warmGray-100:active {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:active\:to-warmGray-200:active {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:active\:to-warmGray-300:active {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:active\:to-warmGray-400:active {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:active\:to-warmGray-500:active {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:active\:to-warmGray-600:active {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:active\:to-warmGray-700:active {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:active\:to-warmGray-800:active {
    --tw-gradient-to: #292524;
  }

  .\32xl\:active\:to-warmGray-900:active {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:active\:to-trueGray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:active\:to-trueGray-100:active {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:active\:to-trueGray-200:active {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:active\:to-trueGray-300:active {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:active\:to-trueGray-400:active {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:active\:to-trueGray-500:active {
    --tw-gradient-to: #737373;
  }

  .\32xl\:active\:to-trueGray-600:active {
    --tw-gradient-to: #525252;
  }

  .\32xl\:active\:to-trueGray-700:active {
    --tw-gradient-to: #404040;
  }

  .\32xl\:active\:to-trueGray-800:active {
    --tw-gradient-to: #262626;
  }

  .\32xl\:active\:to-trueGray-900:active {
    --tw-gradient-to: #171717;
  }

  .\32xl\:active\:to-gray-50:active {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:active\:to-gray-100:active {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:active\:to-gray-200:active {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:active\:to-gray-300:active {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:active\:to-gray-400:active {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:active\:to-gray-500:active {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:active\:to-gray-600:active {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:active\:to-gray-700:active {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:active\:to-gray-800:active {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:active\:to-gray-900:active {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:active\:to-coolGray-50:active {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:active\:to-coolGray-100:active {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:active\:to-coolGray-200:active {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:active\:to-coolGray-300:active {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:active\:to-coolGray-400:active {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:active\:to-coolGray-500:active {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:active\:to-coolGray-600:active {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:active\:to-coolGray-700:active {
    --tw-gradient-to: #374151;
  }

  .\32xl\:active\:to-coolGray-800:active {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:active\:to-coolGray-900:active {
    --tw-gradient-to: #111827;
  }

  .\32xl\:active\:to-blueGray-50:active {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:active\:to-blueGray-100:active {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:active\:to-blueGray-200:active {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:active\:to-blueGray-300:active {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:active\:to-blueGray-400:active {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:active\:to-blueGray-500:active {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:active\:to-blueGray-600:active {
    --tw-gradient-to: #475569;
  }

  .\32xl\:active\:to-blueGray-700:active {
    --tw-gradient-to: #334155;
  }

  .\32xl\:active\:to-blueGray-800:active {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:active\:to-blueGray-900:active {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:active\:to-current:active {
    --tw-gradient-to: current;
  }

  .\32xl\:active\:to-transparent:active {
    --tw-gradient-to: transparent;
  }

  .\32xl\:visited\:from-black:visited {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:visited\:from-white:visited {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:visited\:from-rose-50:visited {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:visited\:from-rose-100:visited {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:visited\:from-rose-200:visited {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:visited\:from-rose-300:visited {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:visited\:from-rose-400:visited {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:visited\:from-rose-500:visited {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:visited\:from-rose-600:visited {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:visited\:from-rose-700:visited {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:visited\:from-rose-800:visited {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:visited\:from-rose-900:visited {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:visited\:from-pink-50:visited {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:visited\:from-pink-100:visited {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:visited\:from-pink-200:visited {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:visited\:from-pink-300:visited {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:visited\:from-pink-400:visited {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:visited\:from-pink-500:visited {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:visited\:from-pink-600:visited {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:visited\:from-pink-700:visited {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:visited\:from-pink-800:visited {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:visited\:from-pink-900:visited {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:visited\:from-fuchsia-50:visited {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:visited\:from-fuchsia-100:visited {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:visited\:from-fuchsia-200:visited {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:visited\:from-fuchsia-300:visited {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:visited\:from-fuchsia-400:visited {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:visited\:from-fuchsia-500:visited {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:visited\:from-fuchsia-600:visited {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:visited\:from-fuchsia-700:visited {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:visited\:from-fuchsia-800:visited {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:visited\:from-fuchsia-900:visited {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:visited\:from-purple-50:visited {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:visited\:from-purple-100:visited {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:visited\:from-purple-200:visited {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:visited\:from-purple-300:visited {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:visited\:from-purple-400:visited {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:visited\:from-purple-500:visited {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:visited\:from-purple-600:visited {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:visited\:from-purple-700:visited {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:visited\:from-purple-800:visited {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:visited\:from-purple-900:visited {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:visited\:from-violet-50:visited {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:visited\:from-violet-100:visited {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:visited\:from-violet-200:visited {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:visited\:from-violet-300:visited {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:visited\:from-violet-400:visited {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:visited\:from-violet-500:visited {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:visited\:from-violet-600:visited {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:visited\:from-violet-700:visited {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:visited\:from-violet-800:visited {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:visited\:from-violet-900:visited {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:visited\:from-indigo-50:visited {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:visited\:from-indigo-100:visited {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:visited\:from-indigo-200:visited {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:visited\:from-indigo-300:visited {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:visited\:from-indigo-400:visited {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:visited\:from-indigo-500:visited {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:visited\:from-indigo-600:visited {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:visited\:from-indigo-700:visited {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:visited\:from-indigo-800:visited {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:visited\:from-indigo-900:visited {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:visited\:from-blue-50:visited {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:visited\:from-blue-100:visited {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:visited\:from-blue-200:visited {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:visited\:from-blue-300:visited {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:visited\:from-blue-400:visited {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:visited\:from-blue-500:visited {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:visited\:from-blue-600:visited {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:visited\:from-blue-700:visited {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:visited\:from-blue-800:visited {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:visited\:from-blue-900:visited {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:visited\:from-lightBlue-50:visited {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:visited\:from-lightBlue-100:visited {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:visited\:from-lightBlue-200:visited {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:visited\:from-lightBlue-300:visited {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:visited\:from-lightBlue-400:visited {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:visited\:from-lightBlue-500:visited {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:visited\:from-lightBlue-600:visited {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:visited\:from-lightBlue-700:visited {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:visited\:from-lightBlue-800:visited {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:visited\:from-lightBlue-900:visited {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:visited\:from-cyan-50:visited {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:visited\:from-cyan-100:visited {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:visited\:from-cyan-200:visited {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:visited\:from-cyan-300:visited {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:visited\:from-cyan-400:visited {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:visited\:from-cyan-500:visited {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:visited\:from-cyan-600:visited {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:visited\:from-cyan-700:visited {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:visited\:from-cyan-800:visited {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:visited\:from-cyan-900:visited {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:visited\:from-teal-50:visited {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:visited\:from-teal-100:visited {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:visited\:from-teal-200:visited {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:visited\:from-teal-300:visited {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:visited\:from-teal-400:visited {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:visited\:from-teal-500:visited {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:visited\:from-teal-600:visited {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:visited\:from-teal-700:visited {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:visited\:from-teal-800:visited {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:visited\:from-teal-900:visited {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:visited\:from-emerald-50:visited {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:visited\:from-emerald-100:visited {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:visited\:from-emerald-200:visited {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:visited\:from-emerald-300:visited {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:visited\:from-emerald-400:visited {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:visited\:from-emerald-500:visited {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:visited\:from-emerald-600:visited {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:visited\:from-emerald-700:visited {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:visited\:from-emerald-800:visited {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:visited\:from-emerald-900:visited {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:visited\:from-green-50:visited {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:visited\:from-green-100:visited {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:visited\:from-green-200:visited {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:visited\:from-green-300:visited {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:visited\:from-green-400:visited {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:visited\:from-green-500:visited {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:visited\:from-green-600:visited {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:visited\:from-green-700:visited {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:visited\:from-green-800:visited {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:visited\:from-green-900:visited {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:visited\:from-lime-50:visited {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:visited\:from-lime-100:visited {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:visited\:from-lime-200:visited {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:visited\:from-lime-300:visited {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:visited\:from-lime-400:visited {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:visited\:from-lime-500:visited {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:visited\:from-lime-600:visited {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:visited\:from-lime-700:visited {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:visited\:from-lime-800:visited {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:visited\:from-lime-900:visited {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:visited\:from-yellow-50:visited {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:visited\:from-yellow-100:visited {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:visited\:from-yellow-200:visited {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:visited\:from-yellow-300:visited {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:visited\:from-yellow-400:visited {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:visited\:from-yellow-500:visited {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:visited\:from-yellow-600:visited {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:visited\:from-yellow-700:visited {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:visited\:from-yellow-800:visited {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:visited\:from-yellow-900:visited {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:visited\:from-amber-50:visited {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:visited\:from-amber-100:visited {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:visited\:from-amber-200:visited {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:visited\:from-amber-300:visited {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:visited\:from-amber-400:visited {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:visited\:from-amber-500:visited {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:visited\:from-amber-600:visited {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:visited\:from-amber-700:visited {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:visited\:from-amber-800:visited {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:visited\:from-amber-900:visited {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:visited\:from-orange-50:visited {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:visited\:from-orange-100:visited {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:visited\:from-orange-200:visited {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:visited\:from-orange-300:visited {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:visited\:from-orange-400:visited {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:visited\:from-orange-500:visited {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:visited\:from-orange-600:visited {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:visited\:from-orange-700:visited {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:visited\:from-orange-800:visited {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:visited\:from-orange-900:visited {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:visited\:from-red-50:visited {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:visited\:from-red-100:visited {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:visited\:from-red-200:visited {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:visited\:from-red-300:visited {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:visited\:from-red-400:visited {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:visited\:from-red-500:visited {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:visited\:from-red-600:visited {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:visited\:from-red-700:visited {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:visited\:from-red-800:visited {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:visited\:from-red-900:visited {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:visited\:from-warmGray-50:visited {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:visited\:from-warmGray-100:visited {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:visited\:from-warmGray-200:visited {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:visited\:from-warmGray-300:visited {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:visited\:from-warmGray-400:visited {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:visited\:from-warmGray-500:visited {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:visited\:from-warmGray-600:visited {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:visited\:from-warmGray-700:visited {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:visited\:from-warmGray-800:visited {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:visited\:from-warmGray-900:visited {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:visited\:from-trueGray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:visited\:from-trueGray-100:visited {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:visited\:from-trueGray-200:visited {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:visited\:from-trueGray-300:visited {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:visited\:from-trueGray-400:visited {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:visited\:from-trueGray-500:visited {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:visited\:from-trueGray-600:visited {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:visited\:from-trueGray-700:visited {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:visited\:from-trueGray-800:visited {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:visited\:from-trueGray-900:visited {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:visited\:from-gray-50:visited {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:visited\:from-gray-100:visited {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:visited\:from-gray-200:visited {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:visited\:from-gray-300:visited {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:visited\:from-gray-400:visited {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:visited\:from-gray-500:visited {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:visited\:from-gray-600:visited {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:visited\:from-gray-700:visited {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:visited\:from-gray-800:visited {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:visited\:from-gray-900:visited {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:visited\:from-coolGray-50:visited {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:visited\:from-coolGray-100:visited {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:visited\:from-coolGray-200:visited {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:visited\:from-coolGray-300:visited {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:visited\:from-coolGray-400:visited {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:visited\:from-coolGray-500:visited {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:visited\:from-coolGray-600:visited {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:visited\:from-coolGray-700:visited {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:visited\:from-coolGray-800:visited {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:visited\:from-coolGray-900:visited {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:visited\:from-blueGray-50:visited {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:visited\:from-blueGray-100:visited {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:visited\:from-blueGray-200:visited {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:visited\:from-blueGray-300:visited {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:visited\:from-blueGray-400:visited {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:visited\:from-blueGray-500:visited {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:visited\:from-blueGray-600:visited {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:visited\:from-blueGray-700:visited {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:visited\:from-blueGray-800:visited {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:visited\:from-blueGray-900:visited {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:visited\:from-current:visited {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:visited\:from-transparent:visited {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:visited\:via-black:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:visited\:via-white:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:visited\:via-rose-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:visited\:via-rose-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:visited\:via-rose-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:visited\:via-rose-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:visited\:via-rose-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:visited\:via-rose-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:visited\:via-rose-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:visited\:via-rose-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:visited\:via-rose-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:visited\:via-rose-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:visited\:via-pink-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:visited\:via-pink-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:visited\:via-pink-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:visited\:via-pink-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:visited\:via-pink-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:visited\:via-pink-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:visited\:via-pink-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:visited\:via-pink-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:visited\:via-pink-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:visited\:via-pink-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:visited\:via-fuchsia-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:visited\:via-fuchsia-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:visited\:via-fuchsia-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:visited\:via-fuchsia-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:visited\:via-fuchsia-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:visited\:via-fuchsia-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:visited\:via-fuchsia-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:visited\:via-fuchsia-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:visited\:via-fuchsia-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:visited\:via-fuchsia-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:visited\:via-purple-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:visited\:via-purple-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:visited\:via-purple-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:visited\:via-purple-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:visited\:via-purple-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:visited\:via-purple-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:visited\:via-purple-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:visited\:via-purple-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:visited\:via-purple-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:visited\:via-purple-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:visited\:via-violet-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:visited\:via-violet-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:visited\:via-violet-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:visited\:via-violet-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:visited\:via-violet-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:visited\:via-violet-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:visited\:via-violet-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:visited\:via-violet-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:visited\:via-violet-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:visited\:via-violet-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:visited\:via-indigo-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:visited\:via-indigo-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:visited\:via-indigo-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:visited\:via-indigo-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:visited\:via-indigo-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:visited\:via-indigo-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:visited\:via-indigo-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:visited\:via-indigo-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:visited\:via-indigo-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:visited\:via-indigo-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:visited\:via-blue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:visited\:via-blue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:visited\:via-blue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:visited\:via-blue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:visited\:via-blue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:visited\:via-blue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:visited\:via-blue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:visited\:via-blue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:visited\:via-blue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:visited\:via-blue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:visited\:via-lightBlue-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:visited\:via-lightBlue-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:visited\:via-lightBlue-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:visited\:via-lightBlue-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:visited\:via-lightBlue-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:visited\:via-lightBlue-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:visited\:via-lightBlue-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:visited\:via-lightBlue-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:visited\:via-lightBlue-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:visited\:via-lightBlue-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:visited\:via-cyan-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:visited\:via-cyan-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:visited\:via-cyan-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:visited\:via-cyan-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:visited\:via-cyan-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:visited\:via-cyan-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:visited\:via-cyan-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:visited\:via-cyan-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:visited\:via-cyan-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:visited\:via-cyan-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:visited\:via-teal-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:visited\:via-teal-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:visited\:via-teal-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:visited\:via-teal-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:visited\:via-teal-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:visited\:via-teal-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:visited\:via-teal-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:visited\:via-teal-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:visited\:via-teal-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:visited\:via-teal-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:visited\:via-emerald-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:visited\:via-emerald-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:visited\:via-emerald-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:visited\:via-emerald-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:visited\:via-emerald-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:visited\:via-emerald-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:visited\:via-emerald-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:visited\:via-emerald-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:visited\:via-emerald-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:visited\:via-emerald-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:visited\:via-green-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:visited\:via-green-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:visited\:via-green-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:visited\:via-green-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:visited\:via-green-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:visited\:via-green-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:visited\:via-green-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:visited\:via-green-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:visited\:via-green-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:visited\:via-green-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:visited\:via-lime-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:visited\:via-lime-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:visited\:via-lime-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:visited\:via-lime-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:visited\:via-lime-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:visited\:via-lime-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:visited\:via-lime-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:visited\:via-lime-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:visited\:via-lime-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:visited\:via-lime-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:visited\:via-yellow-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:visited\:via-yellow-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:visited\:via-yellow-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:visited\:via-yellow-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:visited\:via-yellow-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:visited\:via-yellow-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:visited\:via-yellow-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:visited\:via-yellow-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:visited\:via-yellow-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:visited\:via-yellow-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:visited\:via-amber-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:visited\:via-amber-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:visited\:via-amber-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:visited\:via-amber-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:visited\:via-amber-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:visited\:via-amber-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:visited\:via-amber-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:visited\:via-amber-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:visited\:via-amber-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:visited\:via-amber-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:visited\:via-orange-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:visited\:via-orange-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:visited\:via-orange-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:visited\:via-orange-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:visited\:via-orange-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:visited\:via-orange-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:visited\:via-orange-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:visited\:via-orange-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:visited\:via-orange-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:visited\:via-orange-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:visited\:via-red-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:visited\:via-red-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:visited\:via-red-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:visited\:via-red-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:visited\:via-red-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:visited\:via-red-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:visited\:via-red-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:visited\:via-red-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:visited\:via-red-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:visited\:via-red-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:visited\:via-warmGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:visited\:via-warmGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:visited\:via-warmGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:visited\:via-warmGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:visited\:via-warmGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:visited\:via-warmGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:visited\:via-warmGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:visited\:via-warmGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:visited\:via-warmGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:visited\:via-warmGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:visited\:via-trueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:visited\:via-trueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:visited\:via-trueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:visited\:via-trueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:visited\:via-trueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:visited\:via-trueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:visited\:via-trueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:visited\:via-trueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:visited\:via-trueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:visited\:via-trueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:visited\:via-gray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:visited\:via-gray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:visited\:via-gray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:visited\:via-gray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:visited\:via-gray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:visited\:via-gray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:visited\:via-gray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:visited\:via-gray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:visited\:via-gray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:visited\:via-gray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:visited\:via-coolGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:visited\:via-coolGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:visited\:via-coolGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:visited\:via-coolGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:visited\:via-coolGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:visited\:via-coolGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:visited\:via-coolGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:visited\:via-coolGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:visited\:via-coolGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:visited\:via-coolGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:visited\:via-blueGray-50:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:visited\:via-blueGray-100:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:visited\:via-blueGray-200:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:visited\:via-blueGray-300:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:visited\:via-blueGray-400:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:visited\:via-blueGray-500:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:visited\:via-blueGray-600:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:visited\:via-blueGray-700:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:visited\:via-blueGray-800:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:visited\:via-blueGray-900:visited {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:visited\:via-current:visited {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:visited\:via-transparent:visited {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:visited\:to-black:visited {
    --tw-gradient-to: #000;
  }

  .\32xl\:visited\:to-white:visited {
    --tw-gradient-to: #fff;
  }

  .\32xl\:visited\:to-rose-50:visited {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:visited\:to-rose-100:visited {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:visited\:to-rose-200:visited {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:visited\:to-rose-300:visited {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:visited\:to-rose-400:visited {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:visited\:to-rose-500:visited {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:visited\:to-rose-600:visited {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:visited\:to-rose-700:visited {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:visited\:to-rose-800:visited {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:visited\:to-rose-900:visited {
    --tw-gradient-to: #881337;
  }

  .\32xl\:visited\:to-pink-50:visited {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:visited\:to-pink-100:visited {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:visited\:to-pink-200:visited {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:visited\:to-pink-300:visited {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:visited\:to-pink-400:visited {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:visited\:to-pink-500:visited {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:visited\:to-pink-600:visited {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:visited\:to-pink-700:visited {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:visited\:to-pink-800:visited {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:visited\:to-pink-900:visited {
    --tw-gradient-to: #831843;
  }

  .\32xl\:visited\:to-fuchsia-50:visited {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:visited\:to-fuchsia-100:visited {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:visited\:to-fuchsia-200:visited {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:visited\:to-fuchsia-300:visited {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:visited\:to-fuchsia-400:visited {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:visited\:to-fuchsia-500:visited {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:visited\:to-fuchsia-600:visited {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:visited\:to-fuchsia-700:visited {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:visited\:to-fuchsia-800:visited {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:visited\:to-fuchsia-900:visited {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:visited\:to-purple-50:visited {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:visited\:to-purple-100:visited {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:visited\:to-purple-200:visited {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:visited\:to-purple-300:visited {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:visited\:to-purple-400:visited {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:visited\:to-purple-500:visited {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:visited\:to-purple-600:visited {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:visited\:to-purple-700:visited {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:visited\:to-purple-800:visited {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:visited\:to-purple-900:visited {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:visited\:to-violet-50:visited {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:visited\:to-violet-100:visited {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:visited\:to-violet-200:visited {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:visited\:to-violet-300:visited {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:visited\:to-violet-400:visited {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:visited\:to-violet-500:visited {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:visited\:to-violet-600:visited {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:visited\:to-violet-700:visited {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:visited\:to-violet-800:visited {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:visited\:to-violet-900:visited {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:visited\:to-indigo-50:visited {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:visited\:to-indigo-100:visited {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:visited\:to-indigo-200:visited {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:visited\:to-indigo-300:visited {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:visited\:to-indigo-400:visited {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:visited\:to-indigo-500:visited {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:visited\:to-indigo-600:visited {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:visited\:to-indigo-700:visited {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:visited\:to-indigo-800:visited {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:visited\:to-indigo-900:visited {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:visited\:to-blue-50:visited {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:visited\:to-blue-100:visited {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:visited\:to-blue-200:visited {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:visited\:to-blue-300:visited {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:visited\:to-blue-400:visited {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:visited\:to-blue-500:visited {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:visited\:to-blue-600:visited {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:visited\:to-blue-700:visited {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:visited\:to-blue-800:visited {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:visited\:to-blue-900:visited {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:visited\:to-lightBlue-50:visited {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:visited\:to-lightBlue-100:visited {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:visited\:to-lightBlue-200:visited {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:visited\:to-lightBlue-300:visited {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:visited\:to-lightBlue-400:visited {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:visited\:to-lightBlue-500:visited {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:visited\:to-lightBlue-600:visited {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:visited\:to-lightBlue-700:visited {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:visited\:to-lightBlue-800:visited {
    --tw-gradient-to: #075985;
  }

  .\32xl\:visited\:to-lightBlue-900:visited {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:visited\:to-cyan-50:visited {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:visited\:to-cyan-100:visited {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:visited\:to-cyan-200:visited {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:visited\:to-cyan-300:visited {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:visited\:to-cyan-400:visited {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:visited\:to-cyan-500:visited {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:visited\:to-cyan-600:visited {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:visited\:to-cyan-700:visited {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:visited\:to-cyan-800:visited {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:visited\:to-cyan-900:visited {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:visited\:to-teal-50:visited {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:visited\:to-teal-100:visited {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:visited\:to-teal-200:visited {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:visited\:to-teal-300:visited {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:visited\:to-teal-400:visited {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:visited\:to-teal-500:visited {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:visited\:to-teal-600:visited {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:visited\:to-teal-700:visited {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:visited\:to-teal-800:visited {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:visited\:to-teal-900:visited {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:visited\:to-emerald-50:visited {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:visited\:to-emerald-100:visited {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:visited\:to-emerald-200:visited {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:visited\:to-emerald-300:visited {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:visited\:to-emerald-400:visited {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:visited\:to-emerald-500:visited {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:visited\:to-emerald-600:visited {
    --tw-gradient-to: #059669;
  }

  .\32xl\:visited\:to-emerald-700:visited {
    --tw-gradient-to: #047857;
  }

  .\32xl\:visited\:to-emerald-800:visited {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:visited\:to-emerald-900:visited {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:visited\:to-green-50:visited {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:visited\:to-green-100:visited {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:visited\:to-green-200:visited {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:visited\:to-green-300:visited {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:visited\:to-green-400:visited {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:visited\:to-green-500:visited {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:visited\:to-green-600:visited {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:visited\:to-green-700:visited {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:visited\:to-green-800:visited {
    --tw-gradient-to: #166534;
  }

  .\32xl\:visited\:to-green-900:visited {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:visited\:to-lime-50:visited {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:visited\:to-lime-100:visited {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:visited\:to-lime-200:visited {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:visited\:to-lime-300:visited {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:visited\:to-lime-400:visited {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:visited\:to-lime-500:visited {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:visited\:to-lime-600:visited {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:visited\:to-lime-700:visited {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:visited\:to-lime-800:visited {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:visited\:to-lime-900:visited {
    --tw-gradient-to: #365314;
  }

  .\32xl\:visited\:to-yellow-50:visited {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:visited\:to-yellow-100:visited {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:visited\:to-yellow-200:visited {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:visited\:to-yellow-300:visited {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:visited\:to-yellow-400:visited {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:visited\:to-yellow-500:visited {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:visited\:to-yellow-600:visited {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:visited\:to-yellow-700:visited {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:visited\:to-yellow-800:visited {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:visited\:to-yellow-900:visited {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:visited\:to-amber-50:visited {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:visited\:to-amber-100:visited {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:visited\:to-amber-200:visited {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:visited\:to-amber-300:visited {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:visited\:to-amber-400:visited {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:visited\:to-amber-500:visited {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:visited\:to-amber-600:visited {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:visited\:to-amber-700:visited {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:visited\:to-amber-800:visited {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:visited\:to-amber-900:visited {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:visited\:to-orange-50:visited {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:visited\:to-orange-100:visited {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:visited\:to-orange-200:visited {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:visited\:to-orange-300:visited {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:visited\:to-orange-400:visited {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:visited\:to-orange-500:visited {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:visited\:to-orange-600:visited {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:visited\:to-orange-700:visited {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:visited\:to-orange-800:visited {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:visited\:to-orange-900:visited {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:visited\:to-red-50:visited {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:visited\:to-red-100:visited {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:visited\:to-red-200:visited {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:visited\:to-red-300:visited {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:visited\:to-red-400:visited {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:visited\:to-red-500:visited {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:visited\:to-red-600:visited {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:visited\:to-red-700:visited {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:visited\:to-red-800:visited {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:visited\:to-red-900:visited {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:visited\:to-warmGray-50:visited {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:visited\:to-warmGray-100:visited {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:visited\:to-warmGray-200:visited {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:visited\:to-warmGray-300:visited {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:visited\:to-warmGray-400:visited {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:visited\:to-warmGray-500:visited {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:visited\:to-warmGray-600:visited {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:visited\:to-warmGray-700:visited {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:visited\:to-warmGray-800:visited {
    --tw-gradient-to: #292524;
  }

  .\32xl\:visited\:to-warmGray-900:visited {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:visited\:to-trueGray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:visited\:to-trueGray-100:visited {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:visited\:to-trueGray-200:visited {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:visited\:to-trueGray-300:visited {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:visited\:to-trueGray-400:visited {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:visited\:to-trueGray-500:visited {
    --tw-gradient-to: #737373;
  }

  .\32xl\:visited\:to-trueGray-600:visited {
    --tw-gradient-to: #525252;
  }

  .\32xl\:visited\:to-trueGray-700:visited {
    --tw-gradient-to: #404040;
  }

  .\32xl\:visited\:to-trueGray-800:visited {
    --tw-gradient-to: #262626;
  }

  .\32xl\:visited\:to-trueGray-900:visited {
    --tw-gradient-to: #171717;
  }

  .\32xl\:visited\:to-gray-50:visited {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:visited\:to-gray-100:visited {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:visited\:to-gray-200:visited {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:visited\:to-gray-300:visited {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:visited\:to-gray-400:visited {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:visited\:to-gray-500:visited {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:visited\:to-gray-600:visited {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:visited\:to-gray-700:visited {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:visited\:to-gray-800:visited {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:visited\:to-gray-900:visited {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:visited\:to-coolGray-50:visited {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:visited\:to-coolGray-100:visited {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:visited\:to-coolGray-200:visited {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:visited\:to-coolGray-300:visited {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:visited\:to-coolGray-400:visited {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:visited\:to-coolGray-500:visited {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:visited\:to-coolGray-600:visited {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:visited\:to-coolGray-700:visited {
    --tw-gradient-to: #374151;
  }

  .\32xl\:visited\:to-coolGray-800:visited {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:visited\:to-coolGray-900:visited {
    --tw-gradient-to: #111827;
  }

  .\32xl\:visited\:to-blueGray-50:visited {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:visited\:to-blueGray-100:visited {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:visited\:to-blueGray-200:visited {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:visited\:to-blueGray-300:visited {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:visited\:to-blueGray-400:visited {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:visited\:to-blueGray-500:visited {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:visited\:to-blueGray-600:visited {
    --tw-gradient-to: #475569;
  }

  .\32xl\:visited\:to-blueGray-700:visited {
    --tw-gradient-to: #334155;
  }

  .\32xl\:visited\:to-blueGray-800:visited {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:visited\:to-blueGray-900:visited {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:visited\:to-current:visited {
    --tw-gradient-to: current;
  }

  .\32xl\:visited\:to-transparent:visited {
    --tw-gradient-to: transparent;
  }

  .\32xl\:disabled\:from-black:disabled {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:disabled\:from-white:disabled {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:disabled\:from-rose-50:disabled {
    --tw-gradient-from: #fff1f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:disabled\:from-rose-100:disabled {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:disabled\:from-rose-200:disabled {
    --tw-gradient-from: #fecdd3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:disabled\:from-rose-300:disabled {
    --tw-gradient-from: #fda4af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:disabled\:from-rose-400:disabled {
    --tw-gradient-from: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:disabled\:from-rose-500:disabled {
    --tw-gradient-from: #f43f5e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:disabled\:from-rose-600:disabled {
    --tw-gradient-from: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:disabled\:from-rose-700:disabled {
    --tw-gradient-from: #be123c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:disabled\:from-rose-800:disabled {
    --tw-gradient-from: #9f1239;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:disabled\:from-rose-900:disabled {
    --tw-gradient-from: #881337;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:disabled\:from-pink-50:disabled {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:disabled\:from-pink-100:disabled {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:disabled\:from-pink-200:disabled {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:disabled\:from-pink-300:disabled {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:disabled\:from-pink-400:disabled {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:disabled\:from-pink-500:disabled {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:disabled\:from-pink-600:disabled {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:disabled\:from-pink-700:disabled {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:disabled\:from-pink-800:disabled {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:disabled\:from-pink-900:disabled {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:disabled\:from-fuchsia-50:disabled {
    --tw-gradient-from: #fdf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:disabled\:from-fuchsia-100:disabled {
    --tw-gradient-from: #fae8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:disabled\:from-fuchsia-200:disabled {
    --tw-gradient-from: #f5d0fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:disabled\:from-fuchsia-300:disabled {
    --tw-gradient-from: #f0abfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:disabled\:from-fuchsia-400:disabled {
    --tw-gradient-from: #e879f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:disabled\:from-fuchsia-500:disabled {
    --tw-gradient-from: #d946ef;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:disabled\:from-fuchsia-600:disabled {
    --tw-gradient-from: #c026d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:disabled\:from-fuchsia-700:disabled {
    --tw-gradient-from: #a21caf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:disabled\:from-fuchsia-800:disabled {
    --tw-gradient-from: #86198f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:disabled\:from-fuchsia-900:disabled {
    --tw-gradient-from: #701a75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:disabled\:from-purple-50:disabled {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:disabled\:from-purple-100:disabled {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:disabled\:from-purple-200:disabled {
    --tw-gradient-from: #e9d5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:disabled\:from-purple-300:disabled {
    --tw-gradient-from: #d8b4fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:disabled\:from-purple-400:disabled {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:disabled\:from-purple-500:disabled {
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:disabled\:from-purple-600:disabled {
    --tw-gradient-from: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:disabled\:from-purple-700:disabled {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:disabled\:from-purple-800:disabled {
    --tw-gradient-from: #6b21a8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:disabled\:from-purple-900:disabled {
    --tw-gradient-from: #581c87;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:disabled\:from-violet-50:disabled {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:disabled\:from-violet-100:disabled {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:disabled\:from-violet-200:disabled {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:disabled\:from-violet-300:disabled {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:disabled\:from-violet-400:disabled {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:disabled\:from-violet-500:disabled {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:disabled\:from-violet-600:disabled {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:disabled\:from-violet-700:disabled {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:disabled\:from-violet-800:disabled {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:disabled\:from-violet-900:disabled {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:disabled\:from-indigo-50:disabled {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:disabled\:from-indigo-100:disabled {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:disabled\:from-indigo-200:disabled {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:disabled\:from-indigo-300:disabled {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:disabled\:from-indigo-400:disabled {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:disabled\:from-indigo-500:disabled {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:disabled\:from-indigo-600:disabled {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:disabled\:from-indigo-700:disabled {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:disabled\:from-indigo-800:disabled {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:disabled\:from-indigo-900:disabled {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:disabled\:from-blue-50:disabled {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:disabled\:from-blue-100:disabled {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:disabled\:from-blue-200:disabled {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:disabled\:from-blue-300:disabled {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:disabled\:from-blue-400:disabled {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:disabled\:from-blue-500:disabled {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:disabled\:from-blue-600:disabled {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:disabled\:from-blue-700:disabled {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:disabled\:from-blue-800:disabled {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:disabled\:from-blue-900:disabled {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:disabled\:from-lightBlue-50:disabled {
    --tw-gradient-from: #f0f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:disabled\:from-lightBlue-100:disabled {
    --tw-gradient-from: #e0f2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:disabled\:from-lightBlue-200:disabled {
    --tw-gradient-from: #bae6fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:disabled\:from-lightBlue-300:disabled {
    --tw-gradient-from: #7dd3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:disabled\:from-lightBlue-400:disabled {
    --tw-gradient-from: #38bdf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:disabled\:from-lightBlue-500:disabled {
    --tw-gradient-from: #0ea5e9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:disabled\:from-lightBlue-600:disabled {
    --tw-gradient-from: #0284c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:disabled\:from-lightBlue-700:disabled {
    --tw-gradient-from: #0369a1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:disabled\:from-lightBlue-800:disabled {
    --tw-gradient-from: #075985;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:disabled\:from-lightBlue-900:disabled {
    --tw-gradient-from: #0c4a6e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:disabled\:from-cyan-50:disabled {
    --tw-gradient-from: #ecfeff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:disabled\:from-cyan-100:disabled {
    --tw-gradient-from: #cffafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:disabled\:from-cyan-200:disabled {
    --tw-gradient-from: #a5f3fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:disabled\:from-cyan-300:disabled {
    --tw-gradient-from: #67e8f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:disabled\:from-cyan-400:disabled {
    --tw-gradient-from: #22d3ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:disabled\:from-cyan-500:disabled {
    --tw-gradient-from: #06b6d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:disabled\:from-cyan-600:disabled {
    --tw-gradient-from: #0891b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:disabled\:from-cyan-700:disabled {
    --tw-gradient-from: #0e7490;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:disabled\:from-cyan-800:disabled {
    --tw-gradient-from: #155e75;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:disabled\:from-cyan-900:disabled {
    --tw-gradient-from: #164e63;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:disabled\:from-teal-50:disabled {
    --tw-gradient-from: #f0fdfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:disabled\:from-teal-100:disabled {
    --tw-gradient-from: #ccfbf1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:disabled\:from-teal-200:disabled {
    --tw-gradient-from: #99f6e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:disabled\:from-teal-300:disabled {
    --tw-gradient-from: #5eead4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:disabled\:from-teal-400:disabled {
    --tw-gradient-from: #2dd4bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:disabled\:from-teal-500:disabled {
    --tw-gradient-from: #14b8a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:disabled\:from-teal-600:disabled {
    --tw-gradient-from: #0d9488;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:disabled\:from-teal-700:disabled {
    --tw-gradient-from: #0f766e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:disabled\:from-teal-800:disabled {
    --tw-gradient-from: #115e59;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:disabled\:from-teal-900:disabled {
    --tw-gradient-from: #134e4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:disabled\:from-emerald-50:disabled {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:disabled\:from-emerald-100:disabled {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:disabled\:from-emerald-200:disabled {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:disabled\:from-emerald-300:disabled {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:disabled\:from-emerald-400:disabled {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:disabled\:from-emerald-500:disabled {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:disabled\:from-emerald-600:disabled {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:disabled\:from-emerald-700:disabled {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:disabled\:from-emerald-800:disabled {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:disabled\:from-emerald-900:disabled {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:disabled\:from-green-50:disabled {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:disabled\:from-green-100:disabled {
    --tw-gradient-from: #dcfce7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:disabled\:from-green-200:disabled {
    --tw-gradient-from: #bbf7d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:disabled\:from-green-300:disabled {
    --tw-gradient-from: #86efac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:disabled\:from-green-400:disabled {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:disabled\:from-green-500:disabled {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:disabled\:from-green-600:disabled {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:disabled\:from-green-700:disabled {
    --tw-gradient-from: #15803d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:disabled\:from-green-800:disabled {
    --tw-gradient-from: #166534;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:disabled\:from-green-900:disabled {
    --tw-gradient-from: #14532d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:disabled\:from-lime-50:disabled {
    --tw-gradient-from: #f7fee7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:disabled\:from-lime-100:disabled {
    --tw-gradient-from: #ecfccb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:disabled\:from-lime-200:disabled {
    --tw-gradient-from: #d9f99d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:disabled\:from-lime-300:disabled {
    --tw-gradient-from: #bef264;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:disabled\:from-lime-400:disabled {
    --tw-gradient-from: #a3e635;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:disabled\:from-lime-500:disabled {
    --tw-gradient-from: #84cc16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:disabled\:from-lime-600:disabled {
    --tw-gradient-from: #65a30d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:disabled\:from-lime-700:disabled {
    --tw-gradient-from: #4d7c0f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:disabled\:from-lime-800:disabled {
    --tw-gradient-from: #3f6212;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:disabled\:from-lime-900:disabled {
    --tw-gradient-from: #365314;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:disabled\:from-yellow-50:disabled {
    --tw-gradient-from: #fefce8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:disabled\:from-yellow-100:disabled {
    --tw-gradient-from: #fef9c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:disabled\:from-yellow-200:disabled {
    --tw-gradient-from: #fef08a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:disabled\:from-yellow-300:disabled {
    --tw-gradient-from: #fde047;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:disabled\:from-yellow-400:disabled {
    --tw-gradient-from: #facc15;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:disabled\:from-yellow-500:disabled {
    --tw-gradient-from: #eab308;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:disabled\:from-yellow-600:disabled {
    --tw-gradient-from: #ca8a04;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:disabled\:from-yellow-700:disabled {
    --tw-gradient-from: #a16207;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:disabled\:from-yellow-800:disabled {
    --tw-gradient-from: #854d0e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:disabled\:from-yellow-900:disabled {
    --tw-gradient-from: #713f12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:disabled\:from-amber-50:disabled {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:disabled\:from-amber-100:disabled {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:disabled\:from-amber-200:disabled {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:disabled\:from-amber-300:disabled {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:disabled\:from-amber-400:disabled {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:disabled\:from-amber-500:disabled {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:disabled\:from-amber-600:disabled {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:disabled\:from-amber-700:disabled {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:disabled\:from-amber-800:disabled {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:disabled\:from-amber-900:disabled {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:disabled\:from-orange-50:disabled {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:disabled\:from-orange-100:disabled {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:disabled\:from-orange-200:disabled {
    --tw-gradient-from: #fed7aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:disabled\:from-orange-300:disabled {
    --tw-gradient-from: #fdba74;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:disabled\:from-orange-400:disabled {
    --tw-gradient-from: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:disabled\:from-orange-500:disabled {
    --tw-gradient-from: #f97316;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:disabled\:from-orange-600:disabled {
    --tw-gradient-from: #ea580c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:disabled\:from-orange-700:disabled {
    --tw-gradient-from: #c2410c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:disabled\:from-orange-800:disabled {
    --tw-gradient-from: #9a3412;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:disabled\:from-orange-900:disabled {
    --tw-gradient-from: #7c2d12;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:disabled\:from-red-50:disabled {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:disabled\:from-red-100:disabled {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:disabled\:from-red-200:disabled {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:disabled\:from-red-300:disabled {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:disabled\:from-red-400:disabled {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:disabled\:from-red-500:disabled {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:disabled\:from-red-600:disabled {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:disabled\:from-red-700:disabled {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:disabled\:from-red-800:disabled {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:disabled\:from-red-900:disabled {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:disabled\:from-warmGray-50:disabled {
    --tw-gradient-from: #fafaf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:disabled\:from-warmGray-100:disabled {
    --tw-gradient-from: #f5f5f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:disabled\:from-warmGray-200:disabled {
    --tw-gradient-from: #e7e5e4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:disabled\:from-warmGray-300:disabled {
    --tw-gradient-from: #d6d3d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:disabled\:from-warmGray-400:disabled {
    --tw-gradient-from: #a8a29e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:disabled\:from-warmGray-500:disabled {
    --tw-gradient-from: #78716c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:disabled\:from-warmGray-600:disabled {
    --tw-gradient-from: #57534e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:disabled\:from-warmGray-700:disabled {
    --tw-gradient-from: #44403c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:disabled\:from-warmGray-800:disabled {
    --tw-gradient-from: #292524;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:disabled\:from-warmGray-900:disabled {
    --tw-gradient-from: #1c1917;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:disabled\:from-trueGray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:disabled\:from-trueGray-100:disabled {
    --tw-gradient-from: #f5f5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:disabled\:from-trueGray-200:disabled {
    --tw-gradient-from: #e5e5e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:disabled\:from-trueGray-300:disabled {
    --tw-gradient-from: #d4d4d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:disabled\:from-trueGray-400:disabled {
    --tw-gradient-from: #a3a3a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:disabled\:from-trueGray-500:disabled {
    --tw-gradient-from: #737373;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:disabled\:from-trueGray-600:disabled {
    --tw-gradient-from: #525252;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:disabled\:from-trueGray-700:disabled {
    --tw-gradient-from: #404040;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:disabled\:from-trueGray-800:disabled {
    --tw-gradient-from: #262626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:disabled\:from-trueGray-900:disabled {
    --tw-gradient-from: #171717;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:disabled\:from-gray-50:disabled {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:disabled\:from-gray-100:disabled {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:disabled\:from-gray-200:disabled {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:disabled\:from-gray-300:disabled {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:disabled\:from-gray-400:disabled {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:disabled\:from-gray-500:disabled {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:disabled\:from-gray-600:disabled {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:disabled\:from-gray-700:disabled {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:disabled\:from-gray-800:disabled {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:disabled\:from-gray-900:disabled {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:disabled\:from-coolGray-50:disabled {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:disabled\:from-coolGray-100:disabled {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:disabled\:from-coolGray-200:disabled {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:disabled\:from-coolGray-300:disabled {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:disabled\:from-coolGray-400:disabled {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:disabled\:from-coolGray-500:disabled {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:disabled\:from-coolGray-600:disabled {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:disabled\:from-coolGray-700:disabled {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:disabled\:from-coolGray-800:disabled {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:disabled\:from-coolGray-900:disabled {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:disabled\:from-blueGray-50:disabled {
    --tw-gradient-from: #f8fafc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:disabled\:from-blueGray-100:disabled {
    --tw-gradient-from: #f1f5f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:disabled\:from-blueGray-200:disabled {
    --tw-gradient-from: #e2e8f0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:disabled\:from-blueGray-300:disabled {
    --tw-gradient-from: #cbd5e1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:disabled\:from-blueGray-400:disabled {
    --tw-gradient-from: #94a3b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:disabled\:from-blueGray-500:disabled {
    --tw-gradient-from: #64748b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:disabled\:from-blueGray-600:disabled {
    --tw-gradient-from: #475569;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:disabled\:from-blueGray-700:disabled {
    --tw-gradient-from: #334155;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:disabled\:from-blueGray-800:disabled {
    --tw-gradient-from: #1e293b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:disabled\:from-blueGray-900:disabled {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:disabled\:from-current:disabled {
    --tw-gradient-from: current;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:disabled\:from-transparent:disabled {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:disabled\:via-black:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:disabled\:via-white:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:disabled\:via-rose-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0));
  }

  .\32xl\:disabled\:via-rose-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0));
  }

  .\32xl\:disabled\:via-rose-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0));
  }

  .\32xl\:disabled\:via-rose-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0));
  }

  .\32xl\:disabled\:via-rose-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0));
  }

  .\32xl\:disabled\:via-rose-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0));
  }

  .\32xl\:disabled\:via-rose-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0));
  }

  .\32xl\:disabled\:via-rose-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0));
  }

  .\32xl\:disabled\:via-rose-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0));
  }

  .\32xl\:disabled\:via-rose-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0));
  }

  .\32xl\:disabled\:via-pink-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:disabled\:via-pink-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:disabled\:via-pink-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:disabled\:via-pink-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:disabled\:via-pink-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:disabled\:via-pink-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:disabled\:via-pink-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:disabled\:via-pink-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:disabled\:via-pink-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:disabled\:via-pink-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:disabled\:via-fuchsia-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0));
  }

  .\32xl\:disabled\:via-fuchsia-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0));
  }

  .\32xl\:disabled\:via-fuchsia-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0));
  }

  .\32xl\:disabled\:via-fuchsia-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0));
  }

  .\32xl\:disabled\:via-fuchsia-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0));
  }

  .\32xl\:disabled\:via-fuchsia-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
  }

  .\32xl\:disabled\:via-fuchsia-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0));
  }

  .\32xl\:disabled\:via-fuchsia-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0));
  }

  .\32xl\:disabled\:via-fuchsia-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0));
  }

  .\32xl\:disabled\:via-fuchsia-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0));
  }

  .\32xl\:disabled\:via-purple-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .\32xl\:disabled\:via-purple-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0));
  }

  .\32xl\:disabled\:via-purple-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0));
  }

  .\32xl\:disabled\:via-purple-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0));
  }

  .\32xl\:disabled\:via-purple-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
  }

  .\32xl\:disabled\:via-purple-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
  }

  .\32xl\:disabled\:via-purple-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
  }

  .\32xl\:disabled\:via-purple-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0));
  }

  .\32xl\:disabled\:via-purple-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0));
  }

  .\32xl\:disabled\:via-purple-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0));
  }

  .\32xl\:disabled\:via-violet-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:disabled\:via-violet-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:disabled\:via-violet-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:disabled\:via-violet-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:disabled\:via-violet-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:disabled\:via-violet-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:disabled\:via-violet-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:disabled\:via-violet-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:disabled\:via-violet-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:disabled\:via-violet-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:disabled\:via-indigo-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:disabled\:via-indigo-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:disabled\:via-indigo-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:disabled\:via-indigo-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:disabled\:via-indigo-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:disabled\:via-indigo-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:disabled\:via-indigo-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:disabled\:via-indigo-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:disabled\:via-indigo-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:disabled\:via-indigo-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:disabled\:via-blue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:disabled\:via-blue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:disabled\:via-blue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:disabled\:via-blue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:disabled\:via-blue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:disabled\:via-blue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:disabled\:via-blue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:disabled\:via-blue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:disabled\:via-blue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:disabled\:via-blue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:disabled\:via-lightBlue-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0));
  }

  .\32xl\:disabled\:via-lightBlue-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0));
  }

  .\32xl\:disabled\:via-lightBlue-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0));
  }

  .\32xl\:disabled\:via-lightBlue-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0));
  }

  .\32xl\:disabled\:via-lightBlue-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0));
  }

  .\32xl\:disabled\:via-lightBlue-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0));
  }

  .\32xl\:disabled\:via-lightBlue-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0));
  }

  .\32xl\:disabled\:via-lightBlue-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0));
  }

  .\32xl\:disabled\:via-lightBlue-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0));
  }

  .\32xl\:disabled\:via-lightBlue-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0));
  }

  .\32xl\:disabled\:via-cyan-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0));
  }

  .\32xl\:disabled\:via-cyan-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0));
  }

  .\32xl\:disabled\:via-cyan-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0));
  }

  .\32xl\:disabled\:via-cyan-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0));
  }

  .\32xl\:disabled\:via-cyan-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0));
  }

  .\32xl\:disabled\:via-cyan-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
  }

  .\32xl\:disabled\:via-cyan-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0));
  }

  .\32xl\:disabled\:via-cyan-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0));
  }

  .\32xl\:disabled\:via-cyan-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0));
  }

  .\32xl\:disabled\:via-cyan-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0));
  }

  .\32xl\:disabled\:via-teal-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0));
  }

  .\32xl\:disabled\:via-teal-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0));
  }

  .\32xl\:disabled\:via-teal-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0));
  }

  .\32xl\:disabled\:via-teal-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0));
  }

  .\32xl\:disabled\:via-teal-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0));
  }

  .\32xl\:disabled\:via-teal-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
  }

  .\32xl\:disabled\:via-teal-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0));
  }

  .\32xl\:disabled\:via-teal-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0));
  }

  .\32xl\:disabled\:via-teal-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0));
  }

  .\32xl\:disabled\:via-teal-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0));
  }

  .\32xl\:disabled\:via-emerald-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:disabled\:via-emerald-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:disabled\:via-emerald-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:disabled\:via-emerald-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:disabled\:via-emerald-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:disabled\:via-emerald-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:disabled\:via-emerald-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:disabled\:via-emerald-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:disabled\:via-emerald-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:disabled\:via-emerald-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:disabled\:via-green-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0));
  }

  .\32xl\:disabled\:via-green-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0));
  }

  .\32xl\:disabled\:via-green-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0));
  }

  .\32xl\:disabled\:via-green-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0));
  }

  .\32xl\:disabled\:via-green-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
  }

  .\32xl\:disabled\:via-green-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
  }

  .\32xl\:disabled\:via-green-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0));
  }

  .\32xl\:disabled\:via-green-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0));
  }

  .\32xl\:disabled\:via-green-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0));
  }

  .\32xl\:disabled\:via-green-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0));
  }

  .\32xl\:disabled\:via-lime-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0));
  }

  .\32xl\:disabled\:via-lime-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0));
  }

  .\32xl\:disabled\:via-lime-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0));
  }

  .\32xl\:disabled\:via-lime-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0));
  }

  .\32xl\:disabled\:via-lime-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0));
  }

  .\32xl\:disabled\:via-lime-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0));
  }

  .\32xl\:disabled\:via-lime-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0));
  }

  .\32xl\:disabled\:via-lime-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0));
  }

  .\32xl\:disabled\:via-lime-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0));
  }

  .\32xl\:disabled\:via-lime-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0));
  }

  .\32xl\:disabled\:via-yellow-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0));
  }

  .\32xl\:disabled\:via-yellow-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0));
  }

  .\32xl\:disabled\:via-yellow-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0));
  }

  .\32xl\:disabled\:via-yellow-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0));
  }

  .\32xl\:disabled\:via-yellow-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0));
  }

  .\32xl\:disabled\:via-yellow-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0));
  }

  .\32xl\:disabled\:via-yellow-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0));
  }

  .\32xl\:disabled\:via-yellow-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0));
  }

  .\32xl\:disabled\:via-yellow-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0));
  }

  .\32xl\:disabled\:via-yellow-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0));
  }

  .\32xl\:disabled\:via-amber-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:disabled\:via-amber-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:disabled\:via-amber-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:disabled\:via-amber-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:disabled\:via-amber-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:disabled\:via-amber-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:disabled\:via-amber-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:disabled\:via-amber-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:disabled\:via-amber-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:disabled\:via-amber-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:disabled\:via-orange-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0));
  }

  .\32xl\:disabled\:via-orange-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0));
  }

  .\32xl\:disabled\:via-orange-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0));
  }

  .\32xl\:disabled\:via-orange-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0));
  }

  .\32xl\:disabled\:via-orange-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0));
  }

  .\32xl\:disabled\:via-orange-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
  }

  .\32xl\:disabled\:via-orange-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0));
  }

  .\32xl\:disabled\:via-orange-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0));
  }

  .\32xl\:disabled\:via-orange-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0));
  }

  .\32xl\:disabled\:via-orange-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0));
  }

  .\32xl\:disabled\:via-red-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:disabled\:via-red-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:disabled\:via-red-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:disabled\:via-red-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:disabled\:via-red-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:disabled\:via-red-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:disabled\:via-red-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:disabled\:via-red-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:disabled\:via-red-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:disabled\:via-red-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:disabled\:via-warmGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafaf9, var(--tw-gradient-to, rgba(250, 250, 249, 0));
  }

  .\32xl\:disabled\:via-warmGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4, var(--tw-gradient-to, rgba(245, 245, 244, 0));
  }

  .\32xl\:disabled\:via-warmGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4, var(--tw-gradient-to, rgba(231, 229, 228, 0));
  }

  .\32xl\:disabled\:via-warmGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1, var(--tw-gradient-to, rgba(214, 211, 209, 0));
  }

  .\32xl\:disabled\:via-warmGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a8a29e, var(--tw-gradient-to, rgba(168, 162, 158, 0));
  }

  .\32xl\:disabled\:via-warmGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #78716c, var(--tw-gradient-to, rgba(120, 113, 108, 0));
  }

  .\32xl\:disabled\:via-warmGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #57534e, var(--tw-gradient-to, rgba(87, 83, 78, 0));
  }

  .\32xl\:disabled\:via-warmGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #44403c, var(--tw-gradient-to, rgba(68, 64, 60, 0));
  }

  .\32xl\:disabled\:via-warmGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #292524, var(--tw-gradient-to, rgba(41, 37, 36, 0));
  }

  .\32xl\:disabled\:via-warmGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1917, var(--tw-gradient-to, rgba(28, 25, 23, 0));
  }

  .\32xl\:disabled\:via-trueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:disabled\:via-trueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:disabled\:via-trueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5, var(--tw-gradient-to, rgba(229, 229, 229, 0));
  }

  .\32xl\:disabled\:via-trueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4, var(--tw-gradient-to, rgba(212, 212, 212, 0));
  }

  .\32xl\:disabled\:via-trueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3, var(--tw-gradient-to, rgba(163, 163, 163, 0));
  }

  .\32xl\:disabled\:via-trueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #737373, var(--tw-gradient-to, rgba(115, 115, 115, 0));
  }

  .\32xl\:disabled\:via-trueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0));
  }

  .\32xl\:disabled\:via-trueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #404040, var(--tw-gradient-to, rgba(64, 64, 64, 0));
  }

  .\32xl\:disabled\:via-trueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0));
  }

  .\32xl\:disabled\:via-trueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #171717, var(--tw-gradient-to, rgba(23, 23, 23, 0));
  }

  .\32xl\:disabled\:via-gray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .\32xl\:disabled\:via-gray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .\32xl\:disabled\:via-gray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .\32xl\:disabled\:via-gray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .\32xl\:disabled\:via-gray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .\32xl\:disabled\:via-gray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .\32xl\:disabled\:via-gray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .\32xl\:disabled\:via-gray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .\32xl\:disabled\:via-gray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .\32xl\:disabled\:via-gray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .\32xl\:disabled\:via-coolGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:disabled\:via-coolGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:disabled\:via-coolGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:disabled\:via-coolGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:disabled\:via-coolGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:disabled\:via-coolGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:disabled\:via-coolGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:disabled\:via-coolGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:disabled\:via-coolGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:disabled\:via-coolGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:disabled\:via-blueGray-50:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0));
  }

  .\32xl\:disabled\:via-blueGray-100:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0));
  }

  .\32xl\:disabled\:via-blueGray-200:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0));
  }

  .\32xl\:disabled\:via-blueGray-300:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0));
  }

  .\32xl\:disabled\:via-blueGray-400:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0));
  }

  .\32xl\:disabled\:via-blueGray-500:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0));
  }

  .\32xl\:disabled\:via-blueGray-600:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0));
  }

  .\32xl\:disabled\:via-blueGray-700:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0));
  }

  .\32xl\:disabled\:via-blueGray-800:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
  }

  .\32xl\:disabled\:via-blueGray-900:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0));
  }

  .\32xl\:disabled\:via-current:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), current, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:disabled\:via-transparent:disabled {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:disabled\:to-black:disabled {
    --tw-gradient-to: #000;
  }

  .\32xl\:disabled\:to-white:disabled {
    --tw-gradient-to: #fff;
  }

  .\32xl\:disabled\:to-rose-50:disabled {
    --tw-gradient-to: #fff1f2;
  }

  .\32xl\:disabled\:to-rose-100:disabled {
    --tw-gradient-to: #ffe4e6;
  }

  .\32xl\:disabled\:to-rose-200:disabled {
    --tw-gradient-to: #fecdd3;
  }

  .\32xl\:disabled\:to-rose-300:disabled {
    --tw-gradient-to: #fda4af;
  }

  .\32xl\:disabled\:to-rose-400:disabled {
    --tw-gradient-to: #fb7185;
  }

  .\32xl\:disabled\:to-rose-500:disabled {
    --tw-gradient-to: #f43f5e;
  }

  .\32xl\:disabled\:to-rose-600:disabled {
    --tw-gradient-to: #e11d48;
  }

  .\32xl\:disabled\:to-rose-700:disabled {
    --tw-gradient-to: #be123c;
  }

  .\32xl\:disabled\:to-rose-800:disabled {
    --tw-gradient-to: #9f1239;
  }

  .\32xl\:disabled\:to-rose-900:disabled {
    --tw-gradient-to: #881337;
  }

  .\32xl\:disabled\:to-pink-50:disabled {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:disabled\:to-pink-100:disabled {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:disabled\:to-pink-200:disabled {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:disabled\:to-pink-300:disabled {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:disabled\:to-pink-400:disabled {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:disabled\:to-pink-500:disabled {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:disabled\:to-pink-600:disabled {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:disabled\:to-pink-700:disabled {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:disabled\:to-pink-800:disabled {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:disabled\:to-pink-900:disabled {
    --tw-gradient-to: #831843;
  }

  .\32xl\:disabled\:to-fuchsia-50:disabled {
    --tw-gradient-to: #fdf4ff;
  }

  .\32xl\:disabled\:to-fuchsia-100:disabled {
    --tw-gradient-to: #fae8ff;
  }

  .\32xl\:disabled\:to-fuchsia-200:disabled {
    --tw-gradient-to: #f5d0fe;
  }

  .\32xl\:disabled\:to-fuchsia-300:disabled {
    --tw-gradient-to: #f0abfc;
  }

  .\32xl\:disabled\:to-fuchsia-400:disabled {
    --tw-gradient-to: #e879f9;
  }

  .\32xl\:disabled\:to-fuchsia-500:disabled {
    --tw-gradient-to: #d946ef;
  }

  .\32xl\:disabled\:to-fuchsia-600:disabled {
    --tw-gradient-to: #c026d3;
  }

  .\32xl\:disabled\:to-fuchsia-700:disabled {
    --tw-gradient-to: #a21caf;
  }

  .\32xl\:disabled\:to-fuchsia-800:disabled {
    --tw-gradient-to: #86198f;
  }

  .\32xl\:disabled\:to-fuchsia-900:disabled {
    --tw-gradient-to: #701a75;
  }

  .\32xl\:disabled\:to-purple-50:disabled {
    --tw-gradient-to: #faf5ff;
  }

  .\32xl\:disabled\:to-purple-100:disabled {
    --tw-gradient-to: #f3e8ff;
  }

  .\32xl\:disabled\:to-purple-200:disabled {
    --tw-gradient-to: #e9d5ff;
  }

  .\32xl\:disabled\:to-purple-300:disabled {
    --tw-gradient-to: #d8b4fe;
  }

  .\32xl\:disabled\:to-purple-400:disabled {
    --tw-gradient-to: #c084fc;
  }

  .\32xl\:disabled\:to-purple-500:disabled {
    --tw-gradient-to: #a855f7;
  }

  .\32xl\:disabled\:to-purple-600:disabled {
    --tw-gradient-to: #9333ea;
  }

  .\32xl\:disabled\:to-purple-700:disabled {
    --tw-gradient-to: #7e22ce;
  }

  .\32xl\:disabled\:to-purple-800:disabled {
    --tw-gradient-to: #6b21a8;
  }

  .\32xl\:disabled\:to-purple-900:disabled {
    --tw-gradient-to: #581c87;
  }

  .\32xl\:disabled\:to-violet-50:disabled {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:disabled\:to-violet-100:disabled {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:disabled\:to-violet-200:disabled {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:disabled\:to-violet-300:disabled {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:disabled\:to-violet-400:disabled {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:disabled\:to-violet-500:disabled {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:disabled\:to-violet-600:disabled {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:disabled\:to-violet-700:disabled {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:disabled\:to-violet-800:disabled {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:disabled\:to-violet-900:disabled {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:disabled\:to-indigo-50:disabled {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:disabled\:to-indigo-100:disabled {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:disabled\:to-indigo-200:disabled {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:disabled\:to-indigo-300:disabled {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:disabled\:to-indigo-400:disabled {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:disabled\:to-indigo-500:disabled {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:disabled\:to-indigo-600:disabled {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:disabled\:to-indigo-700:disabled {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:disabled\:to-indigo-800:disabled {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:disabled\:to-indigo-900:disabled {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:disabled\:to-blue-50:disabled {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:disabled\:to-blue-100:disabled {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:disabled\:to-blue-200:disabled {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:disabled\:to-blue-300:disabled {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:disabled\:to-blue-400:disabled {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:disabled\:to-blue-500:disabled {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:disabled\:to-blue-600:disabled {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:disabled\:to-blue-700:disabled {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:disabled\:to-blue-800:disabled {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:disabled\:to-blue-900:disabled {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:disabled\:to-lightBlue-50:disabled {
    --tw-gradient-to: #f0f9ff;
  }

  .\32xl\:disabled\:to-lightBlue-100:disabled {
    --tw-gradient-to: #e0f2fe;
  }

  .\32xl\:disabled\:to-lightBlue-200:disabled {
    --tw-gradient-to: #bae6fd;
  }

  .\32xl\:disabled\:to-lightBlue-300:disabled {
    --tw-gradient-to: #7dd3fc;
  }

  .\32xl\:disabled\:to-lightBlue-400:disabled {
    --tw-gradient-to: #38bdf8;
  }

  .\32xl\:disabled\:to-lightBlue-500:disabled {
    --tw-gradient-to: #0ea5e9;
  }

  .\32xl\:disabled\:to-lightBlue-600:disabled {
    --tw-gradient-to: #0284c7;
  }

  .\32xl\:disabled\:to-lightBlue-700:disabled {
    --tw-gradient-to: #0369a1;
  }

  .\32xl\:disabled\:to-lightBlue-800:disabled {
    --tw-gradient-to: #075985;
  }

  .\32xl\:disabled\:to-lightBlue-900:disabled {
    --tw-gradient-to: #0c4a6e;
  }

  .\32xl\:disabled\:to-cyan-50:disabled {
    --tw-gradient-to: #ecfeff;
  }

  .\32xl\:disabled\:to-cyan-100:disabled {
    --tw-gradient-to: #cffafe;
  }

  .\32xl\:disabled\:to-cyan-200:disabled {
    --tw-gradient-to: #a5f3fc;
  }

  .\32xl\:disabled\:to-cyan-300:disabled {
    --tw-gradient-to: #67e8f9;
  }

  .\32xl\:disabled\:to-cyan-400:disabled {
    --tw-gradient-to: #22d3ee;
  }

  .\32xl\:disabled\:to-cyan-500:disabled {
    --tw-gradient-to: #06b6d4;
  }

  .\32xl\:disabled\:to-cyan-600:disabled {
    --tw-gradient-to: #0891b2;
  }

  .\32xl\:disabled\:to-cyan-700:disabled {
    --tw-gradient-to: #0e7490;
  }

  .\32xl\:disabled\:to-cyan-800:disabled {
    --tw-gradient-to: #155e75;
  }

  .\32xl\:disabled\:to-cyan-900:disabled {
    --tw-gradient-to: #164e63;
  }

  .\32xl\:disabled\:to-teal-50:disabled {
    --tw-gradient-to: #f0fdfa;
  }

  .\32xl\:disabled\:to-teal-100:disabled {
    --tw-gradient-to: #ccfbf1;
  }

  .\32xl\:disabled\:to-teal-200:disabled {
    --tw-gradient-to: #99f6e4;
  }

  .\32xl\:disabled\:to-teal-300:disabled {
    --tw-gradient-to: #5eead4;
  }

  .\32xl\:disabled\:to-teal-400:disabled {
    --tw-gradient-to: #2dd4bf;
  }

  .\32xl\:disabled\:to-teal-500:disabled {
    --tw-gradient-to: #14b8a6;
  }

  .\32xl\:disabled\:to-teal-600:disabled {
    --tw-gradient-to: #0d9488;
  }

  .\32xl\:disabled\:to-teal-700:disabled {
    --tw-gradient-to: #0f766e;
  }

  .\32xl\:disabled\:to-teal-800:disabled {
    --tw-gradient-to: #115e59;
  }

  .\32xl\:disabled\:to-teal-900:disabled {
    --tw-gradient-to: #134e4a;
  }

  .\32xl\:disabled\:to-emerald-50:disabled {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:disabled\:to-emerald-100:disabled {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:disabled\:to-emerald-200:disabled {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:disabled\:to-emerald-300:disabled {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:disabled\:to-emerald-400:disabled {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:disabled\:to-emerald-500:disabled {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:disabled\:to-emerald-600:disabled {
    --tw-gradient-to: #059669;
  }

  .\32xl\:disabled\:to-emerald-700:disabled {
    --tw-gradient-to: #047857;
  }

  .\32xl\:disabled\:to-emerald-800:disabled {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:disabled\:to-emerald-900:disabled {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:disabled\:to-green-50:disabled {
    --tw-gradient-to: #f0fdf4;
  }

  .\32xl\:disabled\:to-green-100:disabled {
    --tw-gradient-to: #dcfce7;
  }

  .\32xl\:disabled\:to-green-200:disabled {
    --tw-gradient-to: #bbf7d0;
  }

  .\32xl\:disabled\:to-green-300:disabled {
    --tw-gradient-to: #86efac;
  }

  .\32xl\:disabled\:to-green-400:disabled {
    --tw-gradient-to: #4ade80;
  }

  .\32xl\:disabled\:to-green-500:disabled {
    --tw-gradient-to: #22c55e;
  }

  .\32xl\:disabled\:to-green-600:disabled {
    --tw-gradient-to: #16a34a;
  }

  .\32xl\:disabled\:to-green-700:disabled {
    --tw-gradient-to: #15803d;
  }

  .\32xl\:disabled\:to-green-800:disabled {
    --tw-gradient-to: #166534;
  }

  .\32xl\:disabled\:to-green-900:disabled {
    --tw-gradient-to: #14532d;
  }

  .\32xl\:disabled\:to-lime-50:disabled {
    --tw-gradient-to: #f7fee7;
  }

  .\32xl\:disabled\:to-lime-100:disabled {
    --tw-gradient-to: #ecfccb;
  }

  .\32xl\:disabled\:to-lime-200:disabled {
    --tw-gradient-to: #d9f99d;
  }

  .\32xl\:disabled\:to-lime-300:disabled {
    --tw-gradient-to: #bef264;
  }

  .\32xl\:disabled\:to-lime-400:disabled {
    --tw-gradient-to: #a3e635;
  }

  .\32xl\:disabled\:to-lime-500:disabled {
    --tw-gradient-to: #84cc16;
  }

  .\32xl\:disabled\:to-lime-600:disabled {
    --tw-gradient-to: #65a30d;
  }

  .\32xl\:disabled\:to-lime-700:disabled {
    --tw-gradient-to: #4d7c0f;
  }

  .\32xl\:disabled\:to-lime-800:disabled {
    --tw-gradient-to: #3f6212;
  }

  .\32xl\:disabled\:to-lime-900:disabled {
    --tw-gradient-to: #365314;
  }

  .\32xl\:disabled\:to-yellow-50:disabled {
    --tw-gradient-to: #fefce8;
  }

  .\32xl\:disabled\:to-yellow-100:disabled {
    --tw-gradient-to: #fef9c3;
  }

  .\32xl\:disabled\:to-yellow-200:disabled {
    --tw-gradient-to: #fef08a;
  }

  .\32xl\:disabled\:to-yellow-300:disabled {
    --tw-gradient-to: #fde047;
  }

  .\32xl\:disabled\:to-yellow-400:disabled {
    --tw-gradient-to: #facc15;
  }

  .\32xl\:disabled\:to-yellow-500:disabled {
    --tw-gradient-to: #eab308;
  }

  .\32xl\:disabled\:to-yellow-600:disabled {
    --tw-gradient-to: #ca8a04;
  }

  .\32xl\:disabled\:to-yellow-700:disabled {
    --tw-gradient-to: #a16207;
  }

  .\32xl\:disabled\:to-yellow-800:disabled {
    --tw-gradient-to: #854d0e;
  }

  .\32xl\:disabled\:to-yellow-900:disabled {
    --tw-gradient-to: #713f12;
  }

  .\32xl\:disabled\:to-amber-50:disabled {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:disabled\:to-amber-100:disabled {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:disabled\:to-amber-200:disabled {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:disabled\:to-amber-300:disabled {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:disabled\:to-amber-400:disabled {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:disabled\:to-amber-500:disabled {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:disabled\:to-amber-600:disabled {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:disabled\:to-amber-700:disabled {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:disabled\:to-amber-800:disabled {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:disabled\:to-amber-900:disabled {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:disabled\:to-orange-50:disabled {
    --tw-gradient-to: #fff7ed;
  }

  .\32xl\:disabled\:to-orange-100:disabled {
    --tw-gradient-to: #ffedd5;
  }

  .\32xl\:disabled\:to-orange-200:disabled {
    --tw-gradient-to: #fed7aa;
  }

  .\32xl\:disabled\:to-orange-300:disabled {
    --tw-gradient-to: #fdba74;
  }

  .\32xl\:disabled\:to-orange-400:disabled {
    --tw-gradient-to: #fb923c;
  }

  .\32xl\:disabled\:to-orange-500:disabled {
    --tw-gradient-to: #f97316;
  }

  .\32xl\:disabled\:to-orange-600:disabled {
    --tw-gradient-to: #ea580c;
  }

  .\32xl\:disabled\:to-orange-700:disabled {
    --tw-gradient-to: #c2410c;
  }

  .\32xl\:disabled\:to-orange-800:disabled {
    --tw-gradient-to: #9a3412;
  }

  .\32xl\:disabled\:to-orange-900:disabled {
    --tw-gradient-to: #7c2d12;
  }

  .\32xl\:disabled\:to-red-50:disabled {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:disabled\:to-red-100:disabled {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:disabled\:to-red-200:disabled {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:disabled\:to-red-300:disabled {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:disabled\:to-red-400:disabled {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:disabled\:to-red-500:disabled {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:disabled\:to-red-600:disabled {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:disabled\:to-red-700:disabled {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:disabled\:to-red-800:disabled {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:disabled\:to-red-900:disabled {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:disabled\:to-warmGray-50:disabled {
    --tw-gradient-to: #fafaf9;
  }

  .\32xl\:disabled\:to-warmGray-100:disabled {
    --tw-gradient-to: #f5f5f4;
  }

  .\32xl\:disabled\:to-warmGray-200:disabled {
    --tw-gradient-to: #e7e5e4;
  }

  .\32xl\:disabled\:to-warmGray-300:disabled {
    --tw-gradient-to: #d6d3d1;
  }

  .\32xl\:disabled\:to-warmGray-400:disabled {
    --tw-gradient-to: #a8a29e;
  }

  .\32xl\:disabled\:to-warmGray-500:disabled {
    --tw-gradient-to: #78716c;
  }

  .\32xl\:disabled\:to-warmGray-600:disabled {
    --tw-gradient-to: #57534e;
  }

  .\32xl\:disabled\:to-warmGray-700:disabled {
    --tw-gradient-to: #44403c;
  }

  .\32xl\:disabled\:to-warmGray-800:disabled {
    --tw-gradient-to: #292524;
  }

  .\32xl\:disabled\:to-warmGray-900:disabled {
    --tw-gradient-to: #1c1917;
  }

  .\32xl\:disabled\:to-trueGray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:disabled\:to-trueGray-100:disabled {
    --tw-gradient-to: #f5f5f5;
  }

  .\32xl\:disabled\:to-trueGray-200:disabled {
    --tw-gradient-to: #e5e5e5;
  }

  .\32xl\:disabled\:to-trueGray-300:disabled {
    --tw-gradient-to: #d4d4d4;
  }

  .\32xl\:disabled\:to-trueGray-400:disabled {
    --tw-gradient-to: #a3a3a3;
  }

  .\32xl\:disabled\:to-trueGray-500:disabled {
    --tw-gradient-to: #737373;
  }

  .\32xl\:disabled\:to-trueGray-600:disabled {
    --tw-gradient-to: #525252;
  }

  .\32xl\:disabled\:to-trueGray-700:disabled {
    --tw-gradient-to: #404040;
  }

  .\32xl\:disabled\:to-trueGray-800:disabled {
    --tw-gradient-to: #262626;
  }

  .\32xl\:disabled\:to-trueGray-900:disabled {
    --tw-gradient-to: #171717;
  }

  .\32xl\:disabled\:to-gray-50:disabled {
    --tw-gradient-to: #fafafa;
  }

  .\32xl\:disabled\:to-gray-100:disabled {
    --tw-gradient-to: #f4f4f5;
  }

  .\32xl\:disabled\:to-gray-200:disabled {
    --tw-gradient-to: #e4e4e7;
  }

  .\32xl\:disabled\:to-gray-300:disabled {
    --tw-gradient-to: #d4d4d8;
  }

  .\32xl\:disabled\:to-gray-400:disabled {
    --tw-gradient-to: #a1a1aa;
  }

  .\32xl\:disabled\:to-gray-500:disabled {
    --tw-gradient-to: #71717a;
  }

  .\32xl\:disabled\:to-gray-600:disabled {
    --tw-gradient-to: #52525b;
  }

  .\32xl\:disabled\:to-gray-700:disabled {
    --tw-gradient-to: #3f3f46;
  }

  .\32xl\:disabled\:to-gray-800:disabled {
    --tw-gradient-to: #27272a;
  }

  .\32xl\:disabled\:to-gray-900:disabled {
    --tw-gradient-to: #18181b;
  }

  .\32xl\:disabled\:to-coolGray-50:disabled {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:disabled\:to-coolGray-100:disabled {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:disabled\:to-coolGray-200:disabled {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:disabled\:to-coolGray-300:disabled {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:disabled\:to-coolGray-400:disabled {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:disabled\:to-coolGray-500:disabled {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:disabled\:to-coolGray-600:disabled {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:disabled\:to-coolGray-700:disabled {
    --tw-gradient-to: #374151;
  }

  .\32xl\:disabled\:to-coolGray-800:disabled {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:disabled\:to-coolGray-900:disabled {
    --tw-gradient-to: #111827;
  }

  .\32xl\:disabled\:to-blueGray-50:disabled {
    --tw-gradient-to: #f8fafc;
  }

  .\32xl\:disabled\:to-blueGray-100:disabled {
    --tw-gradient-to: #f1f5f9;
  }

  .\32xl\:disabled\:to-blueGray-200:disabled {
    --tw-gradient-to: #e2e8f0;
  }

  .\32xl\:disabled\:to-blueGray-300:disabled {
    --tw-gradient-to: #cbd5e1;
  }

  .\32xl\:disabled\:to-blueGray-400:disabled {
    --tw-gradient-to: #94a3b8;
  }

  .\32xl\:disabled\:to-blueGray-500:disabled {
    --tw-gradient-to: #64748b;
  }

  .\32xl\:disabled\:to-blueGray-600:disabled {
    --tw-gradient-to: #475569;
  }

  .\32xl\:disabled\:to-blueGray-700:disabled {
    --tw-gradient-to: #334155;
  }

  .\32xl\:disabled\:to-blueGray-800:disabled {
    --tw-gradient-to: #1e293b;
  }

  .\32xl\:disabled\:to-blueGray-900:disabled {
    --tw-gradient-to: #0f172a;
  }

  .\32xl\:disabled\:to-current:disabled {
    --tw-gradient-to: current;
  }

  .\32xl\:disabled\:to-transparent:disabled {
    --tw-gradient-to: transparent;
  }

  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .\32xl\:first\:bg-opacity-0:first-child {
    --tw-bg-opacity: 0;
  }

  .\32xl\:first\:bg-opacity-5:first-child {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:first\:bg-opacity-10:first-child {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:first\:bg-opacity-20:first-child {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:first\:bg-opacity-25:first-child {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:first\:bg-opacity-30:first-child {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:first\:bg-opacity-40:first-child {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:first\:bg-opacity-50:first-child {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:first\:bg-opacity-60:first-child {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:first\:bg-opacity-70:first-child {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:first\:bg-opacity-75:first-child {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:first\:bg-opacity-80:first-child {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:first\:bg-opacity-90:first-child {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:first\:bg-opacity-95:first-child {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:first\:bg-opacity-100:first-child {
    --tw-bg-opacity: 1;
  }

  .\32xl\:last\:bg-opacity-0:last-child {
    --tw-bg-opacity: 0;
  }

  .\32xl\:last\:bg-opacity-5:last-child {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:last\:bg-opacity-10:last-child {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:last\:bg-opacity-20:last-child {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:last\:bg-opacity-25:last-child {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:last\:bg-opacity-30:last-child {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:last\:bg-opacity-40:last-child {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:last\:bg-opacity-50:last-child {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:last\:bg-opacity-60:last-child {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:last\:bg-opacity-70:last-child {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:last\:bg-opacity-75:last-child {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:last\:bg-opacity-80:last-child {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:last\:bg-opacity-90:last-child {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:last\:bg-opacity-95:last-child {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:last\:bg-opacity-100:last-child {
    --tw-bg-opacity: 1;
  }

  .\32xl\:odd\:bg-opacity-0:nth-child(odd) {
    --tw-bg-opacity: 0;
  }

  .\32xl\:odd\:bg-opacity-5:nth-child(odd) {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:odd\:bg-opacity-10:nth-child(odd) {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:odd\:bg-opacity-20:nth-child(odd) {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:odd\:bg-opacity-25:nth-child(odd) {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:odd\:bg-opacity-30:nth-child(odd) {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:odd\:bg-opacity-40:nth-child(odd) {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:odd\:bg-opacity-50:nth-child(odd) {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:odd\:bg-opacity-60:nth-child(odd) {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:odd\:bg-opacity-70:nth-child(odd) {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:odd\:bg-opacity-75:nth-child(odd) {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:odd\:bg-opacity-80:nth-child(odd) {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:odd\:bg-opacity-90:nth-child(odd) {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:odd\:bg-opacity-95:nth-child(odd) {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:odd\:bg-opacity-100:nth-child(odd) {
    --tw-bg-opacity: 1;
  }

  .\32xl\:even\:bg-opacity-0:nth-child(even) {
    --tw-bg-opacity: 0;
  }

  .\32xl\:even\:bg-opacity-5:nth-child(even) {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:even\:bg-opacity-10:nth-child(even) {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:even\:bg-opacity-20:nth-child(even) {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:even\:bg-opacity-25:nth-child(even) {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:even\:bg-opacity-30:nth-child(even) {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:even\:bg-opacity-40:nth-child(even) {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:even\:bg-opacity-50:nth-child(even) {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:even\:bg-opacity-60:nth-child(even) {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:even\:bg-opacity-70:nth-child(even) {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:even\:bg-opacity-75:nth-child(even) {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:even\:bg-opacity-80:nth-child(even) {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:even\:bg-opacity-90:nth-child(even) {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:even\:bg-opacity-95:nth-child(even) {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:even\:bg-opacity-100:nth-child(even) {
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .\32xl\:active\:bg-opacity-0:active {
    --tw-bg-opacity: 0;
  }

  .\32xl\:active\:bg-opacity-5:active {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:active\:bg-opacity-10:active {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:active\:bg-opacity-20:active {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:active\:bg-opacity-25:active {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:active\:bg-opacity-40:active {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:active\:bg-opacity-50:active {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:active\:bg-opacity-60:active {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:active\:bg-opacity-70:active {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:active\:bg-opacity-75:active {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:active\:bg-opacity-90:active {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:active\:bg-opacity-95:active {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:active\:bg-opacity-100:active {
    --tw-bg-opacity: 1;
  }

  .\32xl\:visited\:bg-opacity-0:visited {
    --tw-bg-opacity: 0;
  }

  .\32xl\:visited\:bg-opacity-5:visited {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:visited\:bg-opacity-10:visited {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:visited\:bg-opacity-20:visited {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:visited\:bg-opacity-25:visited {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:visited\:bg-opacity-30:visited {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:visited\:bg-opacity-40:visited {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:visited\:bg-opacity-50:visited {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:visited\:bg-opacity-60:visited {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:visited\:bg-opacity-70:visited {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:visited\:bg-opacity-75:visited {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:visited\:bg-opacity-80:visited {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:visited\:bg-opacity-90:visited {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:visited\:bg-opacity-95:visited {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:visited\:bg-opacity-100:visited {
    --tw-bg-opacity: 1;
  }

  .\32xl\:disabled\:bg-opacity-0:disabled {
    --tw-bg-opacity: 0;
  }

  .\32xl\:disabled\:bg-opacity-5:disabled {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:disabled\:bg-opacity-10:disabled {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:disabled\:bg-opacity-20:disabled {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:disabled\:bg-opacity-25:disabled {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:disabled\:bg-opacity-30:disabled {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:disabled\:bg-opacity-40:disabled {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:disabled\:bg-opacity-50:disabled {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:disabled\:bg-opacity-60:disabled {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:disabled\:bg-opacity-70:disabled {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:disabled\:bg-opacity-75:disabled {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:disabled\:bg-opacity-80:disabled {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:disabled\:bg-opacity-90:disabled {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:disabled\:bg-opacity-95:disabled {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:disabled\:bg-opacity-100:disabled {
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-left {
    background-position: left;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl\:bg-left-top {
    background-position: left top;
  }

  .\32xl\:bg-right {
    background-position: right;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl\:bg-right-top {
    background-position: right top;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

  .group:hover .\32xl\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .\32xl\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .\32xl\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .\32xl\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .\32xl\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .\32xl\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .\32xl\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .\32xl\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .\32xl\:group-hover\:bg-top {
    background-position: top;
  }

  .\32xl\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .\32xl\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .\32xl\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .\32xl\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .\32xl\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .\32xl\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .\32xl\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .\32xl\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .\32xl\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .\32xl\:first\:bg-bottom:first-child {
    background-position: bottom;
  }

  .\32xl\:first\:bg-center:first-child {
    background-position: center;
  }

  .\32xl\:first\:bg-left:first-child {
    background-position: left;
  }

  .\32xl\:first\:bg-left-bottom:first-child {
    background-position: left bottom;
  }

  .\32xl\:first\:bg-left-top:first-child {
    background-position: left top;
  }

  .\32xl\:first\:bg-right:first-child {
    background-position: right;
  }

  .\32xl\:first\:bg-right-bottom:first-child {
    background-position: right bottom;
  }

  .\32xl\:first\:bg-right-top:first-child {
    background-position: right top;
  }

  .\32xl\:first\:bg-top:first-child {
    background-position: top;
  }

  .\32xl\:last\:bg-bottom:last-child {
    background-position: bottom;
  }

  .\32xl\:last\:bg-center:last-child {
    background-position: center;
  }

  .\32xl\:last\:bg-left:last-child {
    background-position: left;
  }

  .\32xl\:last\:bg-left-bottom:last-child {
    background-position: left bottom;
  }

  .\32xl\:last\:bg-left-top:last-child {
    background-position: left top;
  }

  .\32xl\:last\:bg-right:last-child {
    background-position: right;
  }

  .\32xl\:last\:bg-right-bottom:last-child {
    background-position: right bottom;
  }

  .\32xl\:last\:bg-right-top:last-child {
    background-position: right top;
  }

  .\32xl\:last\:bg-top:last-child {
    background-position: top;
  }

  .\32xl\:odd\:bg-bottom:nth-child(odd) {
    background-position: bottom;
  }

  .\32xl\:odd\:bg-center:nth-child(odd) {
    background-position: center;
  }

  .\32xl\:odd\:bg-left:nth-child(odd) {
    background-position: left;
  }

  .\32xl\:odd\:bg-left-bottom:nth-child(odd) {
    background-position: left bottom;
  }

  .\32xl\:odd\:bg-left-top:nth-child(odd) {
    background-position: left top;
  }

  .\32xl\:odd\:bg-right:nth-child(odd) {
    background-position: right;
  }

  .\32xl\:odd\:bg-right-bottom:nth-child(odd) {
    background-position: right bottom;
  }

  .\32xl\:odd\:bg-right-top:nth-child(odd) {
    background-position: right top;
  }

  .\32xl\:odd\:bg-top:nth-child(odd) {
    background-position: top;
  }

  .\32xl\:even\:bg-bottom:nth-child(even) {
    background-position: bottom;
  }

  .\32xl\:even\:bg-center:nth-child(even) {
    background-position: center;
  }

  .\32xl\:even\:bg-left:nth-child(even) {
    background-position: left;
  }

  .\32xl\:even\:bg-left-bottom:nth-child(even) {
    background-position: left bottom;
  }

  .\32xl\:even\:bg-left-top:nth-child(even) {
    background-position: left top;
  }

  .\32xl\:even\:bg-right:nth-child(even) {
    background-position: right;
  }

  .\32xl\:even\:bg-right-bottom:nth-child(even) {
    background-position: right bottom;
  }

  .\32xl\:even\:bg-right-top:nth-child(even) {
    background-position: right top;
  }

  .\32xl\:even\:bg-top:nth-child(even) {
    background-position: top;
  }

  .\32xl\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .\32xl\:hover\:bg-center:hover {
    background-position: center;
  }

  .\32xl\:hover\:bg-left:hover {
    background-position: left;
  }

  .\32xl\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .\32xl\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .\32xl\:hover\:bg-right:hover {
    background-position: right;
  }

  .\32xl\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .\32xl\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .\32xl\:hover\:bg-top:hover {
    background-position: top;
  }

  .\32xl\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .\32xl\:focus\:bg-center:focus {
    background-position: center;
  }

  .\32xl\:focus\:bg-left:focus {
    background-position: left;
  }

  .\32xl\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .\32xl\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .\32xl\:focus\:bg-right:focus {
    background-position: right;
  }

  .\32xl\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .\32xl\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .\32xl\:focus\:bg-top:focus {
    background-position: top;
  }

  .\32xl\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .\32xl\:active\:bg-center:active {
    background-position: center;
  }

  .\32xl\:active\:bg-left:active {
    background-position: left;
  }

  .\32xl\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .\32xl\:active\:bg-left-top:active {
    background-position: left top;
  }

  .\32xl\:active\:bg-right:active {
    background-position: right;
  }

  .\32xl\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .\32xl\:active\:bg-right-top:active {
    background-position: right top;
  }

  .\32xl\:active\:bg-top:active {
    background-position: top;
  }

  .\32xl\:visited\:bg-bottom:visited {
    background-position: bottom;
  }

  .\32xl\:visited\:bg-center:visited {
    background-position: center;
  }

  .\32xl\:visited\:bg-left:visited {
    background-position: left;
  }

  .\32xl\:visited\:bg-left-bottom:visited {
    background-position: left bottom;
  }

  .\32xl\:visited\:bg-left-top:visited {
    background-position: left top;
  }

  .\32xl\:visited\:bg-right:visited {
    background-position: right;
  }

  .\32xl\:visited\:bg-right-bottom:visited {
    background-position: right bottom;
  }

  .\32xl\:visited\:bg-right-top:visited {
    background-position: right top;
  }

  .\32xl\:visited\:bg-top:visited {
    background-position: top;
  }

  .\32xl\:disabled\:bg-bottom:disabled {
    background-position: bottom;
  }

  .\32xl\:disabled\:bg-center:disabled {
    background-position: center;
  }

  .\32xl\:disabled\:bg-left:disabled {
    background-position: left;
  }

  .\32xl\:disabled\:bg-left-bottom:disabled {
    background-position: left bottom;
  }

  .\32xl\:disabled\:bg-left-top:disabled {
    background-position: left top;
  }

  .\32xl\:disabled\:bg-right:disabled {
    background-position: right;
  }

  .\32xl\:disabled\:bg-right-bottom:disabled {
    background-position: right bottom;
  }

  .\32xl\:disabled\:bg-right-top:disabled {
    background-position: right top;
  }

  .\32xl\:disabled\:bg-top:disabled {
    background-position: top;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space;
  }

  .group:hover .\32xl\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .\32xl\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .\32xl\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .\32xl\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .\32xl\:group-hover\:bg-repeat-round {
    background-repeat: round;
  }

  .group:hover .\32xl\:group-hover\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .\32xl\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .\32xl\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .\32xl\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .\32xl\:focus-within\:bg-repeat-round:focus-within {
    background-repeat: round;
  }

  .\32xl\:focus-within\:bg-repeat-space:focus-within {
    background-repeat: space;
  }

  .\32xl\:first\:bg-repeat:first-child {
    background-repeat: repeat;
  }

  .\32xl\:first\:bg-no-repeat:first-child {
    background-repeat: no-repeat;
  }

  .\32xl\:first\:bg-repeat-x:first-child {
    background-repeat: repeat-x;
  }

  .\32xl\:first\:bg-repeat-y:first-child {
    background-repeat: repeat-y;
  }

  .\32xl\:first\:bg-repeat-round:first-child {
    background-repeat: round;
  }

  .\32xl\:first\:bg-repeat-space:first-child {
    background-repeat: space;
  }

  .\32xl\:last\:bg-repeat:last-child {
    background-repeat: repeat;
  }

  .\32xl\:last\:bg-no-repeat:last-child {
    background-repeat: no-repeat;
  }

  .\32xl\:last\:bg-repeat-x:last-child {
    background-repeat: repeat-x;
  }

  .\32xl\:last\:bg-repeat-y:last-child {
    background-repeat: repeat-y;
  }

  .\32xl\:last\:bg-repeat-round:last-child {
    background-repeat: round;
  }

  .\32xl\:last\:bg-repeat-space:last-child {
    background-repeat: space;
  }

  .\32xl\:odd\:bg-repeat:nth-child(odd) {
    background-repeat: repeat;
  }

  .\32xl\:odd\:bg-no-repeat:nth-child(odd) {
    background-repeat: no-repeat;
  }

  .\32xl\:odd\:bg-repeat-x:nth-child(odd) {
    background-repeat: repeat-x;
  }

  .\32xl\:odd\:bg-repeat-y:nth-child(odd) {
    background-repeat: repeat-y;
  }

  .\32xl\:odd\:bg-repeat-round:nth-child(odd) {
    background-repeat: round;
  }

  .\32xl\:odd\:bg-repeat-space:nth-child(odd) {
    background-repeat: space;
  }

  .\32xl\:even\:bg-repeat:nth-child(even) {
    background-repeat: repeat;
  }

  .\32xl\:even\:bg-no-repeat:nth-child(even) {
    background-repeat: no-repeat;
  }

  .\32xl\:even\:bg-repeat-x:nth-child(even) {
    background-repeat: repeat-x;
  }

  .\32xl\:even\:bg-repeat-y:nth-child(even) {
    background-repeat: repeat-y;
  }

  .\32xl\:even\:bg-repeat-round:nth-child(even) {
    background-repeat: round;
  }

  .\32xl\:even\:bg-repeat-space:nth-child(even) {
    background-repeat: space;
  }

  .\32xl\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .\32xl\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .\32xl\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .\32xl\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .\32xl\:hover\:bg-repeat-round:hover {
    background-repeat: round;
  }

  .\32xl\:hover\:bg-repeat-space:hover {
    background-repeat: space;
  }

  .\32xl\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .\32xl\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .\32xl\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .\32xl\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .\32xl\:focus\:bg-repeat-round:focus {
    background-repeat: round;
  }

  .\32xl\:focus\:bg-repeat-space:focus {
    background-repeat: space;
  }

  .\32xl\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .\32xl\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .\32xl\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .\32xl\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .\32xl\:active\:bg-repeat-round:active {
    background-repeat: round;
  }

  .\32xl\:active\:bg-repeat-space:active {
    background-repeat: space;
  }

  .\32xl\:visited\:bg-repeat:visited {
    background-repeat: repeat;
  }

  .\32xl\:visited\:bg-no-repeat:visited {
    background-repeat: no-repeat;
  }

  .\32xl\:visited\:bg-repeat-x:visited {
    background-repeat: repeat-x;
  }

  .\32xl\:visited\:bg-repeat-y:visited {
    background-repeat: repeat-y;
  }

  .\32xl\:visited\:bg-repeat-round:visited {
    background-repeat: round;
  }

  .\32xl\:visited\:bg-repeat-space:visited {
    background-repeat: space;
  }

  .\32xl\:disabled\:bg-repeat:disabled {
    background-repeat: repeat;
  }

  .\32xl\:disabled\:bg-no-repeat:disabled {
    background-repeat: no-repeat;
  }

  .\32xl\:disabled\:bg-repeat-x:disabled {
    background-repeat: repeat-x;
  }

  .\32xl\:disabled\:bg-repeat-y:disabled {
    background-repeat: repeat-y;
  }

  .\32xl\:disabled\:bg-repeat-round:disabled {
    background-repeat: round;
  }

  .\32xl\:disabled\:bg-repeat-space:disabled {
    background-repeat: space;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .group:hover .\32xl\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .\32xl\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .\32xl\:group-hover\:bg-contain {
    background-size: contain;
  }

  .\32xl\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .\32xl\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .\32xl\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .\32xl\:first\:bg-auto:first-child {
    background-size: auto;
  }

  .\32xl\:first\:bg-cover:first-child {
    background-size: cover;
  }

  .\32xl\:first\:bg-contain:first-child {
    background-size: contain;
  }

  .\32xl\:last\:bg-auto:last-child {
    background-size: auto;
  }

  .\32xl\:last\:bg-cover:last-child {
    background-size: cover;
  }

  .\32xl\:last\:bg-contain:last-child {
    background-size: contain;
  }

  .\32xl\:odd\:bg-auto:nth-child(odd) {
    background-size: auto;
  }

  .\32xl\:odd\:bg-cover:nth-child(odd) {
    background-size: cover;
  }

  .\32xl\:odd\:bg-contain:nth-child(odd) {
    background-size: contain;
  }

  .\32xl\:even\:bg-auto:nth-child(even) {
    background-size: auto;
  }

  .\32xl\:even\:bg-cover:nth-child(even) {
    background-size: cover;
  }

  .\32xl\:even\:bg-contain:nth-child(even) {
    background-size: contain;
  }

  .\32xl\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .\32xl\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .\32xl\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .\32xl\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .\32xl\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .\32xl\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .\32xl\:active\:bg-auto:active {
    background-size: auto;
  }

  .\32xl\:active\:bg-cover:active {
    background-size: cover;
  }

  .\32xl\:active\:bg-contain:active {
    background-size: contain;
  }

  .\32xl\:visited\:bg-auto:visited {
    background-size: auto;
  }

  .\32xl\:visited\:bg-cover:visited {
    background-size: cover;
  }

  .\32xl\:visited\:bg-contain:visited {
    background-size: contain;
  }

  .\32xl\:disabled\:bg-auto:disabled {
    background-size: auto;
  }

  .\32xl\:disabled\:bg-cover:disabled {
    background-size: cover;
  }

  .\32xl\:disabled\:bg-contain:disabled {
    background-size: contain;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .group:hover .\32xl\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .\32xl\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .\32xl\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .\32xl\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .\32xl\:first\:border-collapse:first-child {
    border-collapse: collapse;
  }

  .\32xl\:first\:border-separate:first-child {
    border-collapse: separate;
  }

  .\32xl\:last\:border-collapse:last-child {
    border-collapse: collapse;
  }

  .\32xl\:last\:border-separate:last-child {
    border-collapse: separate;
  }

  .\32xl\:odd\:border-collapse:nth-child(odd) {
    border-collapse: collapse;
  }

  .\32xl\:odd\:border-separate:nth-child(odd) {
    border-collapse: separate;
  }

  .\32xl\:even\:border-collapse:nth-child(even) {
    border-collapse: collapse;
  }

  .\32xl\:even\:border-separate:nth-child(even) {
    border-collapse: separate;
  }

  .\32xl\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .\32xl\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .\32xl\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .\32xl\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .\32xl\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .\32xl\:active\:border-separate:active {
    border-collapse: separate;
  }

  .\32xl\:visited\:border-collapse:visited {
    border-collapse: collapse;
  }

  .\32xl\:visited\:border-separate:visited {
    border-collapse: separate;
  }

  .\32xl\:disabled\:border-collapse:disabled {
    border-collapse: collapse;
  }

  .\32xl\:disabled\:border-separate:disabled {
    border-collapse: separate;
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:border-current {
    border-color: current;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lightBlue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warmGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-trueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-coolGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blueGray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-current {
    border-color: current;
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lightBlue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warmGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-trueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-coolGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blueGray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-current:focus-within {
    border-color: current;
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl\:first\:border-black:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-white:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-rose-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-pink-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-fuchsia-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-purple-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-violet-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-indigo-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lightBlue-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-cyan-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-teal-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-emerald-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-green-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-lime-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-yellow-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-amber-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-orange-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-red-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-warmGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-trueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-gray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-coolGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-50:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-100:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-200:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-300:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-400:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-500:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-600:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-700:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-800:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-blueGray-900:first-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:first\:border-current:first-child {
    border-color: current;
  }

  .\32xl\:first\:border-transparent:first-child {
    border-color: transparent;
  }

  .\32xl\:last\:border-black:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-white:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-rose-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-pink-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-fuchsia-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-purple-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-violet-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-indigo-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lightBlue-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-cyan-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-teal-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-emerald-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-green-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-lime-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-yellow-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-amber-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-orange-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-red-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-warmGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-trueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-gray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-coolGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-50:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-100:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-300:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-400:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-500:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-600:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-700:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-800:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-blueGray-900:last-child {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:last\:border-current:last-child {
    border-color: current;
  }

  .\32xl\:last\:border-transparent:last-child {
    border-color: transparent;
  }

  .\32xl\:odd\:border-black:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-white:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-rose-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-pink-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-fuchsia-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-purple-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-violet-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-indigo-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lightBlue-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-cyan-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-teal-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-emerald-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-green-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-lime-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-yellow-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-amber-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-orange-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-red-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-warmGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-trueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-gray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-coolGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-50:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-100:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-200:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-300:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-400:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-500:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-600:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-700:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-800:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-blueGray-900:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:odd\:border-current:nth-child(odd) {
    border-color: current;
  }

  .\32xl\:odd\:border-transparent:nth-child(odd) {
    border-color: transparent;
  }

  .\32xl\:even\:border-black:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-white:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-rose-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-pink-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-fuchsia-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-purple-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-violet-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-indigo-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lightBlue-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-cyan-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-teal-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-emerald-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-green-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-lime-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-yellow-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-amber-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-orange-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-red-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-warmGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-trueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-gray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-coolGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-50:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-100:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-200:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-300:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-400:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-500:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-600:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-700:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-800:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-blueGray-900:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:even\:border-current:nth-child(even) {
    border-color: current;
  }

  .\32xl\:even\:border-transparent:nth-child(even) {
    border-color: transparent;
  }

  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lightBlue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warmGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-trueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-coolGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blueGray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-current:hover {
    border-color: current;
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lightBlue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warmGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-trueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-coolGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blueGray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-current:focus {
    border-color: current;
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:active\:border-black:active {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-white:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-rose-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-pink-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-fuchsia-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-purple-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-violet-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-indigo-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lightBlue-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-cyan-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-teal-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-emerald-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-green-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-lime-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-yellow-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-amber-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-orange-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-red-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-warmGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-trueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-gray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-coolGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-50:active {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-100:active {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-200:active {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-300:active {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-400:active {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-500:active {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-600:active {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-700:active {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-800:active {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-blueGray-900:active {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:active\:border-current:active {
    border-color: current;
  }

  .\32xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .\32xl\:visited\:border-black:visited {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-white:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-rose-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-pink-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-fuchsia-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-purple-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-violet-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-indigo-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lightBlue-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-cyan-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-teal-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-emerald-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-green-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-lime-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-yellow-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-amber-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-orange-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-red-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-warmGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-trueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-gray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-coolGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-50:visited {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-100:visited {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-200:visited {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-300:visited {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-400:visited {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-500:visited {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-600:visited {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-700:visited {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-800:visited {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-blueGray-900:visited {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:visited\:border-current:visited {
    border-color: current;
  }

  .\32xl\:visited\:border-transparent:visited {
    border-color: transparent;
  }

  .\32xl\:disabled\:border-black:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-white:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-rose-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-pink-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-fuchsia-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-purple-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-violet-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-indigo-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lightBlue-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-cyan-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-teal-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-emerald-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-green-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-lime-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-yellow-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-amber-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-orange-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-red-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-warmGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-trueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(23, 23, 23, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-gray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-coolGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-50:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-100:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-200:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-300:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-400:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-500:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-600:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-700:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-800:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-blueGray-900:disabled {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:disabled\:border-current:disabled {
    border-color: current;
  }

  .\32xl\:disabled\:border-transparent:disabled {
    border-color: transparent;
  }

  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .\32xl\:first\:border-opacity-0:first-child {
    --tw-border-opacity: 0;
  }

  .\32xl\:first\:border-opacity-5:first-child {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:first\:border-opacity-10:first-child {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:first\:border-opacity-20:first-child {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:first\:border-opacity-25:first-child {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:first\:border-opacity-30:first-child {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:first\:border-opacity-40:first-child {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:first\:border-opacity-50:first-child {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:first\:border-opacity-60:first-child {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:first\:border-opacity-70:first-child {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:first\:border-opacity-75:first-child {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:first\:border-opacity-80:first-child {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:first\:border-opacity-90:first-child {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:first\:border-opacity-95:first-child {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:first\:border-opacity-100:first-child {
    --tw-border-opacity: 1;
  }

  .\32xl\:last\:border-opacity-0:last-child {
    --tw-border-opacity: 0;
  }

  .\32xl\:last\:border-opacity-5:last-child {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:last\:border-opacity-10:last-child {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:last\:border-opacity-20:last-child {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:last\:border-opacity-25:last-child {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:last\:border-opacity-30:last-child {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:last\:border-opacity-40:last-child {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:last\:border-opacity-50:last-child {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:last\:border-opacity-60:last-child {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:last\:border-opacity-70:last-child {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:last\:border-opacity-75:last-child {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:last\:border-opacity-80:last-child {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:last\:border-opacity-90:last-child {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:last\:border-opacity-95:last-child {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:last\:border-opacity-100:last-child {
    --tw-border-opacity: 1;
  }

  .\32xl\:odd\:border-opacity-0:nth-child(odd) {
    --tw-border-opacity: 0;
  }

  .\32xl\:odd\:border-opacity-5:nth-child(odd) {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:odd\:border-opacity-10:nth-child(odd) {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:odd\:border-opacity-20:nth-child(odd) {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:odd\:border-opacity-25:nth-child(odd) {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:odd\:border-opacity-30:nth-child(odd) {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:odd\:border-opacity-40:nth-child(odd) {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:odd\:border-opacity-50:nth-child(odd) {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:odd\:border-opacity-60:nth-child(odd) {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:odd\:border-opacity-70:nth-child(odd) {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:odd\:border-opacity-75:nth-child(odd) {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:odd\:border-opacity-80:nth-child(odd) {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:odd\:border-opacity-90:nth-child(odd) {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:odd\:border-opacity-95:nth-child(odd) {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:odd\:border-opacity-100:nth-child(odd) {
    --tw-border-opacity: 1;
  }

  .\32xl\:even\:border-opacity-0:nth-child(even) {
    --tw-border-opacity: 0;
  }

  .\32xl\:even\:border-opacity-5:nth-child(even) {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:even\:border-opacity-10:nth-child(even) {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:even\:border-opacity-20:nth-child(even) {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:even\:border-opacity-25:nth-child(even) {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:even\:border-opacity-30:nth-child(even) {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:even\:border-opacity-40:nth-child(even) {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:even\:border-opacity-50:nth-child(even) {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:even\:border-opacity-60:nth-child(even) {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:even\:border-opacity-70:nth-child(even) {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:even\:border-opacity-75:nth-child(even) {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:even\:border-opacity-80:nth-child(even) {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:even\:border-opacity-90:nth-child(even) {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:even\:border-opacity-95:nth-child(even) {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:even\:border-opacity-100:nth-child(even) {
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .\32xl\:active\:border-opacity-0:active {
    --tw-border-opacity: 0;
  }

  .\32xl\:active\:border-opacity-5:active {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:active\:border-opacity-10:active {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:active\:border-opacity-20:active {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:active\:border-opacity-25:active {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:active\:border-opacity-30:active {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:active\:border-opacity-40:active {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:active\:border-opacity-50:active {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:active\:border-opacity-60:active {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:active\:border-opacity-70:active {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:active\:border-opacity-75:active {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:active\:border-opacity-80:active {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:active\:border-opacity-90:active {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:active\:border-opacity-95:active {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:active\:border-opacity-100:active {
    --tw-border-opacity: 1;
  }

  .\32xl\:visited\:border-opacity-0:visited {
    --tw-border-opacity: 0;
  }

  .\32xl\:visited\:border-opacity-5:visited {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:visited\:border-opacity-10:visited {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:visited\:border-opacity-20:visited {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:visited\:border-opacity-25:visited {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:visited\:border-opacity-30:visited {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:visited\:border-opacity-40:visited {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:visited\:border-opacity-50:visited {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:visited\:border-opacity-60:visited {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:visited\:border-opacity-70:visited {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:visited\:border-opacity-75:visited {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:visited\:border-opacity-80:visited {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:visited\:border-opacity-90:visited {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:visited\:border-opacity-95:visited {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:visited\:border-opacity-100:visited {
    --tw-border-opacity: 1;
  }

  .\32xl\:disabled\:border-opacity-0:disabled {
    --tw-border-opacity: 0;
  }

  .\32xl\:disabled\:border-opacity-5:disabled {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:disabled\:border-opacity-10:disabled {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:disabled\:border-opacity-20:disabled {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:disabled\:border-opacity-25:disabled {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:disabled\:border-opacity-30:disabled {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:disabled\:border-opacity-40:disabled {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:disabled\:border-opacity-50:disabled {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:disabled\:border-opacity-60:disabled {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:disabled\:border-opacity-70:disabled {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:disabled\:border-opacity-75:disabled {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:disabled\:border-opacity-80:disabled {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:disabled\:border-opacity-90:disabled {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:disabled\:border-opacity-95:disabled {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:disabled\:border-opacity-100:disabled {
    --tw-border-opacity: 1;
  }

  .\32xl\:rounded-none {
    border-radius: 0px;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-none {
    border-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-sm {
    border-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded {
    border-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-md {
    border-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-lg {
    border-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-xl {
    border-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-2xl {
    border-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .\32xl\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-none:focus-within {
    border-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-sm:focus-within {
    border-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded:focus-within {
    border-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-md:focus-within {
    border-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-lg:focus-within {
    border-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-xl:focus-within {
    border-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-2xl:focus-within {
    border-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-3xl:focus-within {
    border-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-t-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-r-md:focus-within {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-b-md:focus-within {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-l-md:focus-within {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-t-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-r-xl:focus-within {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-b-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-l-xl:focus-within {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-t-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-r-2xl:focus-within {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-b-2xl:focus-within {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-l-2xl:focus-within {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-t-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-r-3xl:focus-within {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-b-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-l-3xl:focus-within {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus-within\:rounded-tl-md:focus-within {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-tr-md:focus-within {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-br-md:focus-within {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-bl-md:focus-within {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus-within\:rounded-tl-xl:focus-within {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-tr-xl:focus-within {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-br-xl:focus-within {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-bl-xl:focus-within {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus-within\:rounded-tl-2xl:focus-within {
    border-top-left-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-tr-2xl:focus-within {
    border-top-right-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-br-2xl:focus-within {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-bl-2xl:focus-within {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus-within\:rounded-tl-3xl:focus-within {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-tr-3xl:focus-within {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-br-3xl:focus-within {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-bl-3xl:focus-within {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:first\:rounded-none:first-child {
    border-radius: 0px;
  }

  .\32xl\:first\:rounded-sm:first-child {
    border-radius: 0.125rem;
  }

  .\32xl\:first\:rounded:first-child {
    border-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-md:first-child {
    border-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-lg:first-child {
    border-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-xl:first-child {
    border-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-2xl:first-child {
    border-radius: 1rem;
  }

  .\32xl\:first\:rounded-3xl:first-child {
    border-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-full:first-child {
    border-radius: 9999px;
  }

  .\32xl\:first\:rounded-t-none:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:first\:rounded-r-none:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:first\:rounded-b-none:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:first\:rounded-l-none:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:first\:rounded-t-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-r-sm:first-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-b-sm:first-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-l-sm:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-t:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-r:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-b:first-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-l:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-t-md:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-r-md:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-b-md:first-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-t-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-r-lg:first-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-b-lg:first-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-l-lg:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-t-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-r-xl:first-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-b-xl:first-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-l-xl:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-t-2xl:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:first\:rounded-r-2xl:first-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:first\:rounded-b-2xl:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:first\:rounded-l-2xl:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:first\:rounded-t-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-r-3xl:first-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-b-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-l-3xl:first-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-t-full:first-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:first\:rounded-r-full:first-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:first\:rounded-b-full:first-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:first\:rounded-l-full:first-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:first\:rounded-tl-none:first-child {
    border-top-left-radius: 0px;
  }

  .\32xl\:first\:rounded-tr-none:first-child {
    border-top-right-radius: 0px;
  }

  .\32xl\:first\:rounded-br-none:first-child {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:first\:rounded-bl-none:first-child {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:first\:rounded-tl-sm:first-child {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-tr-sm:first-child {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-br-sm:first-child {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-bl-sm:first-child {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:first\:rounded-tl:first-child {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-tr:first-child {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-br:first-child {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-bl:first-child {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:first\:rounded-tl-md:first-child {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-tr-md:first-child {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-br-md:first-child {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-bl-md:first-child {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:first\:rounded-tl-lg:first-child {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-tr-lg:first-child {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-br-lg:first-child {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-bl-lg:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:first\:rounded-tl-xl:first-child {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-br-xl:first-child {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-bl-xl:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:first\:rounded-tl-2xl:first-child {
    border-top-left-radius: 1rem;
  }

  .\32xl\:first\:rounded-tr-2xl:first-child {
    border-top-right-radius: 1rem;
  }

  .\32xl\:first\:rounded-br-2xl:first-child {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:first\:rounded-bl-2xl:first-child {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:first\:rounded-tl-3xl:first-child {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-tr-3xl:first-child {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-br-3xl:first-child {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-bl-3xl:first-child {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:first\:rounded-tl-full:first-child {
    border-top-left-radius: 9999px;
  }

  .\32xl\:first\:rounded-tr-full:first-child {
    border-top-right-radius: 9999px;
  }

  .\32xl\:first\:rounded-br-full:first-child {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:first\:rounded-bl-full:first-child {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:last\:rounded-none:last-child {
    border-radius: 0px;
  }

  .\32xl\:last\:rounded-sm:last-child {
    border-radius: 0.125rem;
  }

  .\32xl\:last\:rounded:last-child {
    border-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-md:last-child {
    border-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-lg:last-child {
    border-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-xl:last-child {
    border-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-2xl:last-child {
    border-radius: 1rem;
  }

  .\32xl\:last\:rounded-3xl:last-child {
    border-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-full:last-child {
    border-radius: 9999px;
  }

  .\32xl\:last\:rounded-t-none:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:last\:rounded-r-none:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:last\:rounded-l-none:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:last\:rounded-t-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-r-sm:last-child {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-b-sm:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-l-sm:last-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-t:last-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-r:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-b:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-l:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-t-md:last-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-b-md:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-l-md:last-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-t-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-r-lg:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-b-lg:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-l-lg:last-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-t-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-r-xl:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-b-xl:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-l-xl:last-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-t-2xl:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:last\:rounded-r-2xl:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:last\:rounded-b-2xl:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:last\:rounded-l-2xl:last-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:last\:rounded-t-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-r-3xl:last-child {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-b-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-l-3xl:last-child {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-t-full:last-child {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:last\:rounded-r-full:last-child {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:last\:rounded-b-full:last-child {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:last\:rounded-l-full:last-child {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:last\:rounded-tl-none:last-child {
    border-top-left-radius: 0px;
  }

  .\32xl\:last\:rounded-tr-none:last-child {
    border-top-right-radius: 0px;
  }

  .\32xl\:last\:rounded-br-none:last-child {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:last\:rounded-bl-none:last-child {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:last\:rounded-tl-sm:last-child {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-tr-sm:last-child {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-br-sm:last-child {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-bl-sm:last-child {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:last\:rounded-tl:last-child {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-tr:last-child {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-br:last-child {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-bl:last-child {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:last\:rounded-tl-md:last-child {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-tr-md:last-child {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-br-md:last-child {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-bl-md:last-child {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:last\:rounded-tl-lg:last-child {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-tr-lg:last-child {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-br-lg:last-child {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-bl-lg:last-child {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:last\:rounded-tl-xl:last-child {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-tr-xl:last-child {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-bl-xl:last-child {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:last\:rounded-tl-2xl:last-child {
    border-top-left-radius: 1rem;
  }

  .\32xl\:last\:rounded-tr-2xl:last-child {
    border-top-right-radius: 1rem;
  }

  .\32xl\:last\:rounded-br-2xl:last-child {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:last\:rounded-bl-2xl:last-child {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:last\:rounded-tl-3xl:last-child {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-tr-3xl:last-child {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-br-3xl:last-child {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-bl-3xl:last-child {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:last\:rounded-tl-full:last-child {
    border-top-left-radius: 9999px;
  }

  .\32xl\:last\:rounded-tr-full:last-child {
    border-top-right-radius: 9999px;
  }

  .\32xl\:last\:rounded-br-full:last-child {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:last\:rounded-bl-full:last-child {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:odd\:rounded-none:nth-child(odd) {
    border-radius: 0px;
  }

  .\32xl\:odd\:rounded-sm:nth-child(odd) {
    border-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded:nth-child(odd) {
    border-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-md:nth-child(odd) {
    border-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-lg:nth-child(odd) {
    border-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-xl:nth-child(odd) {
    border-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-2xl:nth-child(odd) {
    border-radius: 1rem;
  }

  .\32xl\:odd\:rounded-3xl:nth-child(odd) {
    border-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-full:nth-child(odd) {
    border-radius: 9999px;
  }

  .\32xl\:odd\:rounded-t-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:odd\:rounded-r-none:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:odd\:rounded-b-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:odd\:rounded-l-none:nth-child(odd) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:odd\:rounded-t-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-r-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-b-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-l-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-t:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-r:nth-child(odd) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-b:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-l:nth-child(odd) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-t-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-r-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-b-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-l-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-t-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-r-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-b-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-l-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-t-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-r-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-b-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-l-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-t-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:odd\:rounded-r-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:odd\:rounded-b-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:odd\:rounded-l-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:odd\:rounded-t-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-r-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-b-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-l-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-t-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:odd\:rounded-r-full:nth-child(odd) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:odd\:rounded-b-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:odd\:rounded-l-full:nth-child(odd) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:odd\:rounded-tl-none:nth-child(odd) {
    border-top-left-radius: 0px;
  }

  .\32xl\:odd\:rounded-tr-none:nth-child(odd) {
    border-top-right-radius: 0px;
  }

  .\32xl\:odd\:rounded-br-none:nth-child(odd) {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:odd\:rounded-bl-none:nth-child(odd) {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:odd\:rounded-tl-sm:nth-child(odd) {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-tr-sm:nth-child(odd) {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-br-sm:nth-child(odd) {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-bl-sm:nth-child(odd) {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:odd\:rounded-tl:nth-child(odd) {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-tr:nth-child(odd) {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-br:nth-child(odd) {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-bl:nth-child(odd) {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:odd\:rounded-tl-md:nth-child(odd) {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-tr-md:nth-child(odd) {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-br-md:nth-child(odd) {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-bl-md:nth-child(odd) {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:odd\:rounded-tl-lg:nth-child(odd) {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-tr-lg:nth-child(odd) {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-br-lg:nth-child(odd) {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-bl-lg:nth-child(odd) {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:odd\:rounded-tl-xl:nth-child(odd) {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-tr-xl:nth-child(odd) {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-br-xl:nth-child(odd) {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-bl-xl:nth-child(odd) {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:odd\:rounded-tl-2xl:nth-child(odd) {
    border-top-left-radius: 1rem;
  }

  .\32xl\:odd\:rounded-tr-2xl:nth-child(odd) {
    border-top-right-radius: 1rem;
  }

  .\32xl\:odd\:rounded-br-2xl:nth-child(odd) {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:odd\:rounded-bl-2xl:nth-child(odd) {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:odd\:rounded-tl-3xl:nth-child(odd) {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-tr-3xl:nth-child(odd) {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-br-3xl:nth-child(odd) {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-bl-3xl:nth-child(odd) {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:odd\:rounded-tl-full:nth-child(odd) {
    border-top-left-radius: 9999px;
  }

  .\32xl\:odd\:rounded-tr-full:nth-child(odd) {
    border-top-right-radius: 9999px;
  }

  .\32xl\:odd\:rounded-br-full:nth-child(odd) {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:odd\:rounded-bl-full:nth-child(odd) {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:even\:rounded-none:nth-child(even) {
    border-radius: 0px;
  }

  .\32xl\:even\:rounded-sm:nth-child(even) {
    border-radius: 0.125rem;
  }

  .\32xl\:even\:rounded:nth-child(even) {
    border-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-md:nth-child(even) {
    border-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-lg:nth-child(even) {
    border-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-xl:nth-child(even) {
    border-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-2xl:nth-child(even) {
    border-radius: 1rem;
  }

  .\32xl\:even\:rounded-3xl:nth-child(even) {
    border-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-full:nth-child(even) {
    border-radius: 9999px;
  }

  .\32xl\:even\:rounded-t-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:even\:rounded-r-none:nth-child(even) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:even\:rounded-b-none:nth-child(even) {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:even\:rounded-l-none:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:even\:rounded-t-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-r-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-b-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-l-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-t:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-r:nth-child(even) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-b:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-l:nth-child(even) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-t-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-r-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-b-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-l-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-t-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-r-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-b-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-l-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-t-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-r-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-b-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-l-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-t-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:even\:rounded-r-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:even\:rounded-b-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:even\:rounded-l-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:even\:rounded-t-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-r-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-b-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-l-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-t-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:even\:rounded-r-full:nth-child(even) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:even\:rounded-b-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:even\:rounded-l-full:nth-child(even) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:even\:rounded-tl-none:nth-child(even) {
    border-top-left-radius: 0px;
  }

  .\32xl\:even\:rounded-tr-none:nth-child(even) {
    border-top-right-radius: 0px;
  }

  .\32xl\:even\:rounded-br-none:nth-child(even) {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:even\:rounded-bl-none:nth-child(even) {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:even\:rounded-tl-sm:nth-child(even) {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-tr-sm:nth-child(even) {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-br-sm:nth-child(even) {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-bl-sm:nth-child(even) {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:even\:rounded-tl:nth-child(even) {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-tr:nth-child(even) {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-br:nth-child(even) {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-bl:nth-child(even) {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:even\:rounded-tl-md:nth-child(even) {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-tr-md:nth-child(even) {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-br-md:nth-child(even) {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-bl-md:nth-child(even) {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:even\:rounded-tl-lg:nth-child(even) {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-tr-lg:nth-child(even) {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-br-lg:nth-child(even) {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-bl-lg:nth-child(even) {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:even\:rounded-tl-xl:nth-child(even) {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-tr-xl:nth-child(even) {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-br-xl:nth-child(even) {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-bl-xl:nth-child(even) {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:even\:rounded-tl-2xl:nth-child(even) {
    border-top-left-radius: 1rem;
  }

  .\32xl\:even\:rounded-tr-2xl:nth-child(even) {
    border-top-right-radius: 1rem;
  }

  .\32xl\:even\:rounded-br-2xl:nth-child(even) {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:even\:rounded-bl-2xl:nth-child(even) {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:even\:rounded-tl-3xl:nth-child(even) {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-tr-3xl:nth-child(even) {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-br-3xl:nth-child(even) {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-bl-3xl:nth-child(even) {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:even\:rounded-tl-full:nth-child(even) {
    border-top-left-radius: 9999px;
  }

  .\32xl\:even\:rounded-tr-full:nth-child(even) {
    border-top-right-radius: 9999px;
  }

  .\32xl\:even\:rounded-br-full:nth-child(even) {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:even\:rounded-bl-full:nth-child(even) {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:hover\:rounded-none:hover {
    border-radius: 0px;
  }

  .\32xl\:hover\:rounded-sm:hover {
    border-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded:hover {
    border-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-md:hover {
    border-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-lg:hover {
    border-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-xl:hover {
    border-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-2xl:hover {
    border-radius: 1rem;
  }

  .\32xl\:hover\:rounded-3xl:hover {
    border-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .\32xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-t:hover {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-r:hover {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-l:hover {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-t-md:hover {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-r-md:hover {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-b-md:hover {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-l-md:hover {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-t-xl:hover {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-r-xl:hover {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-b-xl:hover {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-l-xl:hover {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-t-2xl:hover {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:hover\:rounded-r-2xl:hover {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:hover\:rounded-b-2xl:hover {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:hover\:rounded-l-2xl:hover {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:hover\:rounded-t-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-r-3xl:hover {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-b-3xl:hover {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-l-3xl:hover {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0px;
  }

  .\32xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0px;
  }

  .\32xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:hover\:rounded-tl:hover {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-tr:hover {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:hover\:rounded-tl-md:hover {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-tr-md:hover {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-br-md:hover {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-bl-md:hover {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:hover\:rounded-tl-xl:hover {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-tr-xl:hover {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-br-xl:hover {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-bl-xl:hover {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:hover\:rounded-tl-2xl:hover {
    border-top-left-radius: 1rem;
  }

  .\32xl\:hover\:rounded-tr-2xl:hover {
    border-top-right-radius: 1rem;
  }

  .\32xl\:hover\:rounded-br-2xl:hover {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:hover\:rounded-bl-2xl:hover {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:hover\:rounded-tl-3xl:hover {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-tr-3xl:hover {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-br-3xl:hover {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-bl-3xl:hover {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .\32xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .\32xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus\:rounded-none:focus {
    border-radius: 0px;
  }

  .\32xl\:focus\:rounded-sm:focus {
    border-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded:focus {
    border-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-md:focus {
    border-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-lg:focus {
    border-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-xl:focus {
    border-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-2xl:focus {
    border-radius: 1rem;
  }

  .\32xl\:focus\:rounded-3xl:focus {
    border-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .\32xl\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus\:rounded-t-sm:focus {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-r-sm:focus {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-l-sm:focus {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-t:focus {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-r:focus {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-b:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-l:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-t-md:focus {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-r-md:focus {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-b-md:focus {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-l-md:focus {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-t-lg:focus {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-r-lg:focus {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-l-lg:focus {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-t-xl:focus {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-r-xl:focus {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-b-xl:focus {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-l-xl:focus {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-t-2xl:focus {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:focus\:rounded-r-2xl:focus {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:focus\:rounded-b-2xl:focus {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus\:rounded-l-2xl:focus {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus\:rounded-t-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-r-3xl:focus {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-b-3xl:focus {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-l-3xl:focus {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0px;
  }

  .\32xl\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0px;
  }

  .\32xl\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:focus\:rounded-tl:focus {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-tr:focus {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-br:focus {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-bl:focus {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:focus\:rounded-tl-md:focus {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-tr-md:focus {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-br-md:focus {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-bl-md:focus {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:focus\:rounded-tl-xl:focus {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-tr-xl:focus {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-br-xl:focus {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-bl-xl:focus {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:focus\:rounded-tl-2xl:focus {
    border-top-left-radius: 1rem;
  }

  .\32xl\:focus\:rounded-tr-2xl:focus {
    border-top-right-radius: 1rem;
  }

  .\32xl\:focus\:rounded-br-2xl:focus {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:focus\:rounded-bl-2xl:focus {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:focus\:rounded-tl-3xl:focus {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-tr-3xl:focus {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-br-3xl:focus {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-bl-3xl:focus {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .\32xl\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .\32xl\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:active\:rounded-none:active {
    border-radius: 0px;
  }

  .\32xl\:active\:rounded-sm:active {
    border-radius: 0.125rem;
  }

  .\32xl\:active\:rounded:active {
    border-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-md:active {
    border-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-lg:active {
    border-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-xl:active {
    border-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-2xl:active {
    border-radius: 1rem;
  }

  .\32xl\:active\:rounded-3xl:active {
    border-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .\32xl\:active\:rounded-t-none:active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:active\:rounded-r-none:active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:active\:rounded-l-none:active {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:active\:rounded-t-sm:active {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-r-sm:active {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-b-sm:active {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-l-sm:active {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-t:active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-r:active {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-b:active {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-l:active {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-t-md:active {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-r-md:active {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-b-md:active {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-l-md:active {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-t-lg:active {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-r-lg:active {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-b-lg:active {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-l-lg:active {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-t-xl:active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-r-xl:active {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-b-xl:active {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-l-xl:active {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-t-2xl:active {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:active\:rounded-r-2xl:active {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:active\:rounded-b-2xl:active {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:active\:rounded-l-2xl:active {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:active\:rounded-t-3xl:active {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-r-3xl:active {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-b-3xl:active {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-l-3xl:active {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:active\:rounded-tl-none:active {
    border-top-left-radius: 0px;
  }

  .\32xl\:active\:rounded-tr-none:active {
    border-top-right-radius: 0px;
  }

  .\32xl\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:active\:rounded-tl-sm:active {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-tr-sm:active {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-br-sm:active {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:active\:rounded-tl:active {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-tr:active {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-br:active {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-bl:active {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:active\:rounded-tl-md:active {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-tr-md:active {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-br-md:active {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-bl-md:active {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:active\:rounded-tl-lg:active {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-tr-lg:active {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-br-lg:active {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:active\:rounded-tl-xl:active {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-tr-xl:active {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-br-xl:active {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-bl-xl:active {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:active\:rounded-tl-2xl:active {
    border-top-left-radius: 1rem;
  }

  .\32xl\:active\:rounded-tr-2xl:active {
    border-top-right-radius: 1rem;
  }

  .\32xl\:active\:rounded-br-2xl:active {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:active\:rounded-bl-2xl:active {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:active\:rounded-tl-3xl:active {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-tr-3xl:active {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-br-3xl:active {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-bl-3xl:active {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .\32xl\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .\32xl\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:visited\:rounded-none:visited {
    border-radius: 0px;
  }

  .\32xl\:visited\:rounded-sm:visited {
    border-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded:visited {
    border-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-md:visited {
    border-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-lg:visited {
    border-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-xl:visited {
    border-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-2xl:visited {
    border-radius: 1rem;
  }

  .\32xl\:visited\:rounded-3xl:visited {
    border-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-full:visited {
    border-radius: 9999px;
  }

  .\32xl\:visited\:rounded-t-none:visited {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:visited\:rounded-r-none:visited {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:visited\:rounded-b-none:visited {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:visited\:rounded-l-none:visited {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:visited\:rounded-t-sm:visited {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-r-sm:visited {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-b-sm:visited {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-l-sm:visited {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-t:visited {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-r:visited {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-b:visited {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-l:visited {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-t-md:visited {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-r-md:visited {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-b-md:visited {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-l-md:visited {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-t-lg:visited {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-r-lg:visited {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-b-lg:visited {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-l-lg:visited {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-t-xl:visited {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-r-xl:visited {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-b-xl:visited {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-l-xl:visited {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-t-2xl:visited {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:visited\:rounded-r-2xl:visited {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:visited\:rounded-b-2xl:visited {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:visited\:rounded-l-2xl:visited {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:visited\:rounded-t-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-r-3xl:visited {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-b-3xl:visited {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-l-3xl:visited {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-t-full:visited {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:visited\:rounded-r-full:visited {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:visited\:rounded-b-full:visited {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:visited\:rounded-l-full:visited {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:visited\:rounded-tl-none:visited {
    border-top-left-radius: 0px;
  }

  .\32xl\:visited\:rounded-tr-none:visited {
    border-top-right-radius: 0px;
  }

  .\32xl\:visited\:rounded-br-none:visited {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:visited\:rounded-bl-none:visited {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:visited\:rounded-tl-sm:visited {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-tr-sm:visited {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-br-sm:visited {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-bl-sm:visited {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:visited\:rounded-tl:visited {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-tr:visited {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-br:visited {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-bl:visited {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:visited\:rounded-tl-md:visited {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-tr-md:visited {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-br-md:visited {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-bl-md:visited {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:visited\:rounded-tl-lg:visited {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-tr-lg:visited {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-br-lg:visited {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-bl-lg:visited {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:visited\:rounded-tl-xl:visited {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-tr-xl:visited {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-br-xl:visited {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-bl-xl:visited {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:visited\:rounded-tl-2xl:visited {
    border-top-left-radius: 1rem;
  }

  .\32xl\:visited\:rounded-tr-2xl:visited {
    border-top-right-radius: 1rem;
  }

  .\32xl\:visited\:rounded-br-2xl:visited {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:visited\:rounded-bl-2xl:visited {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:visited\:rounded-tl-3xl:visited {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-tr-3xl:visited {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-br-3xl:visited {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-bl-3xl:visited {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:visited\:rounded-tl-full:visited {
    border-top-left-radius: 9999px;
  }

  .\32xl\:visited\:rounded-tr-full:visited {
    border-top-right-radius: 9999px;
  }

  .\32xl\:visited\:rounded-br-full:visited {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:visited\:rounded-bl-full:visited {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-none:disabled {
    border-radius: 0px;
  }

  .\32xl\:disabled\:rounded-sm:disabled {
    border-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded:disabled {
    border-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-md:disabled {
    border-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-lg:disabled {
    border-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-xl:disabled {
    border-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-2xl:disabled {
    border-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-3xl:disabled {
    border-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-full:disabled {
    border-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-t-none:disabled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:disabled\:rounded-r-none:disabled {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:disabled\:rounded-b-none:disabled {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:disabled\:rounded-l-none:disabled {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:disabled\:rounded-t-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-r-sm:disabled {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-b-sm:disabled {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-l-sm:disabled {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-t:disabled {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-r:disabled {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-b:disabled {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-l:disabled {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-t-md:disabled {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-r-md:disabled {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-b-md:disabled {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-l-md:disabled {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-t-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-r-lg:disabled {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-b-lg:disabled {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-l-lg:disabled {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-t-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-r-xl:disabled {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-b-xl:disabled {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-l-xl:disabled {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-t-2xl:disabled {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-r-2xl:disabled {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-b-2xl:disabled {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-l-2xl:disabled {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-t-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-r-3xl:disabled {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-b-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-l-3xl:disabled {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-t-full:disabled {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-r-full:disabled {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-b-full:disabled {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-l-full:disabled {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-tl-none:disabled {
    border-top-left-radius: 0px;
  }

  .\32xl\:disabled\:rounded-tr-none:disabled {
    border-top-right-radius: 0px;
  }

  .\32xl\:disabled\:rounded-br-none:disabled {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:disabled\:rounded-bl-none:disabled {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:disabled\:rounded-tl-sm:disabled {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-tr-sm:disabled {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-br-sm:disabled {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-bl-sm:disabled {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:disabled\:rounded-tl:disabled {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-tr:disabled {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-br:disabled {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-bl:disabled {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:disabled\:rounded-tl-md:disabled {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-tr-md:disabled {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-br-md:disabled {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-bl-md:disabled {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:disabled\:rounded-tl-lg:disabled {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-tr-lg:disabled {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-br-lg:disabled {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-bl-lg:disabled {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:disabled\:rounded-tl-xl:disabled {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-tr-xl:disabled {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-br-xl:disabled {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-bl-xl:disabled {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:disabled\:rounded-tl-2xl:disabled {
    border-top-left-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-tr-2xl:disabled {
    border-top-right-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-br-2xl:disabled {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-bl-2xl:disabled {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:disabled\:rounded-tl-3xl:disabled {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-tr-3xl:disabled {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-br-3xl:disabled {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-bl-3xl:disabled {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:disabled\:rounded-tl-full:disabled {
    border-top-left-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-tr-full:disabled {
    border-top-right-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-br-full:disabled {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:disabled\:rounded-bl-full:disabled {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-dashed {
    border-style: dashed;
  }

  .\32xl\:border-dotted {
    border-style: dotted;
  }

  .\32xl\:border-double {
    border-style: double;
  }

  .\32xl\:border-none {
    border-style: none;
  }

  .group:hover .\32xl\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .\32xl\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .\32xl\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .\32xl\:group-hover\:border-double {
    border-style: double;
  }

  .group:hover .\32xl\:group-hover\:border-none {
    border-style: none;
  }

  .\32xl\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .\32xl\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .\32xl\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .\32xl\:focus-within\:border-double:focus-within {
    border-style: double;
  }

  .\32xl\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .\32xl\:first\:border-solid:first-child {
    border-style: solid;
  }

  .\32xl\:first\:border-dashed:first-child {
    border-style: dashed;
  }

  .\32xl\:first\:border-dotted:first-child {
    border-style: dotted;
  }

  .\32xl\:first\:border-double:first-child {
    border-style: double;
  }

  .\32xl\:first\:border-none:first-child {
    border-style: none;
  }

  .\32xl\:last\:border-solid:last-child {
    border-style: solid;
  }

  .\32xl\:last\:border-dashed:last-child {
    border-style: dashed;
  }

  .\32xl\:last\:border-dotted:last-child {
    border-style: dotted;
  }

  .\32xl\:last\:border-double:last-child {
    border-style: double;
  }

  .\32xl\:last\:border-none:last-child {
    border-style: none;
  }

  .\32xl\:odd\:border-solid:nth-child(odd) {
    border-style: solid;
  }

  .\32xl\:odd\:border-dashed:nth-child(odd) {
    border-style: dashed;
  }

  .\32xl\:odd\:border-dotted:nth-child(odd) {
    border-style: dotted;
  }

  .\32xl\:odd\:border-double:nth-child(odd) {
    border-style: double;
  }

  .\32xl\:odd\:border-none:nth-child(odd) {
    border-style: none;
  }

  .\32xl\:even\:border-solid:nth-child(even) {
    border-style: solid;
  }

  .\32xl\:even\:border-dashed:nth-child(even) {
    border-style: dashed;
  }

  .\32xl\:even\:border-dotted:nth-child(even) {
    border-style: dotted;
  }

  .\32xl\:even\:border-double:nth-child(even) {
    border-style: double;
  }

  .\32xl\:even\:border-none:nth-child(even) {
    border-style: none;
  }

  .\32xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .\32xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .\32xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .\32xl\:hover\:border-double:hover {
    border-style: double;
  }

  .\32xl\:hover\:border-none:hover {
    border-style: none;
  }

  .\32xl\:focus\:border-solid:focus {
    border-style: solid;
  }

  .\32xl\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .\32xl\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .\32xl\:focus\:border-double:focus {
    border-style: double;
  }

  .\32xl\:focus\:border-none:focus {
    border-style: none;
  }

  .\32xl\:active\:border-solid:active {
    border-style: solid;
  }

  .\32xl\:active\:border-dashed:active {
    border-style: dashed;
  }

  .\32xl\:active\:border-dotted:active {
    border-style: dotted;
  }

  .\32xl\:active\:border-double:active {
    border-style: double;
  }

  .\32xl\:active\:border-none:active {
    border-style: none;
  }

  .\32xl\:visited\:border-solid:visited {
    border-style: solid;
  }

  .\32xl\:visited\:border-dashed:visited {
    border-style: dashed;
  }

  .\32xl\:visited\:border-dotted:visited {
    border-style: dotted;
  }

  .\32xl\:visited\:border-double:visited {
    border-style: double;
  }

  .\32xl\:visited\:border-none:visited {
    border-style: none;
  }

  .\32xl\:disabled\:border-solid:disabled {
    border-style: solid;
  }

  .\32xl\:disabled\:border-dashed:disabled {
    border-style: dashed;
  }

  .\32xl\:disabled\:border-dotted:disabled {
    border-style: dotted;
  }

  .\32xl\:disabled\:border-double:disabled {
    border-style: double;
  }

  .\32xl\:disabled\:border-none:disabled {
    border-style: none;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-2 {
    border-width: 2px;
  }

  .\32xl\:border-4 {
    border-width: 4px;
  }

  .\32xl\:border-8 {
    border-width: 8px;
  }

  .\32xl\:border {
    border-width: 1px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:border-0 {
    border-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:border-t-0 {
    border-top-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:border-r-0 {
    border-right-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:border-b-0 {
    border-bottom-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:border-l-0 {
    border-left-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .\32xl\:focus-within\:border-0:focus-within {
    border-width: 0px;
  }

  .\32xl\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .\32xl\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .\32xl\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .\32xl\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .\32xl\:focus-within\:border-t-0:focus-within {
    border-top-width: 0px;
  }

  .\32xl\:focus-within\:border-r-0:focus-within {
    border-right-width: 0px;
  }

  .\32xl\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0px;
  }

  .\32xl\:focus-within\:border-l-0:focus-within {
    border-left-width: 0px;
  }

  .\32xl\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .\32xl\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .\32xl\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .\32xl\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .\32xl\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .\32xl\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .\32xl\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .\32xl\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .\32xl\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .\32xl\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .\32xl\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .\32xl\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .\32xl\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .\32xl\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .\32xl\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .\32xl\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .\32xl\:first\:border-0:first-child {
    border-width: 0px;
  }

  .\32xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .\32xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .\32xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .\32xl\:first\:border:first-child {
    border-width: 1px;
  }

  .\32xl\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .\32xl\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .\32xl\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .\32xl\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .\32xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .\32xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .\32xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .\32xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .\32xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .\32xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .\32xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .\32xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .\32xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .\32xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .\32xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .\32xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .\32xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .\32xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .\32xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .\32xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .\32xl\:last\:border-0:last-child {
    border-width: 0px;
  }

  .\32xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .\32xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .\32xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .\32xl\:last\:border:last-child {
    border-width: 1px;
  }

  .\32xl\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .\32xl\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .\32xl\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .\32xl\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .\32xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .\32xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .\32xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .\32xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .\32xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .\32xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .\32xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .\32xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .\32xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .\32xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .\32xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .\32xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .\32xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .\32xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .\32xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .\32xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .\32xl\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .\32xl\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .\32xl\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .\32xl\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .\32xl\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .\32xl\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .\32xl\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .\32xl\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .\32xl\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .\32xl\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .\32xl\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .\32xl\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .\32xl\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .\32xl\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .\32xl\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .\32xl\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .\32xl\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .\32xl\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .\32xl\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .\32xl\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .\32xl\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .\32xl\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .\32xl\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .\32xl\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .\32xl\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .\32xl\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .\32xl\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .\32xl\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .\32xl\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .\32xl\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .\32xl\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .\32xl\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .\32xl\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .\32xl\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .\32xl\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .\32xl\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .\32xl\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .\32xl\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .\32xl\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .\32xl\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .\32xl\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .\32xl\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .\32xl\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .\32xl\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .\32xl\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .\32xl\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .\32xl\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .\32xl\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .\32xl\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .\32xl\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .\32xl\:hover\:border-0:hover {
    border-width: 0px;
  }

  .\32xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .\32xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .\32xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .\32xl\:hover\:border:hover {
    border-width: 1px;
  }

  .\32xl\:hover\:border-t-0:hover {
    border-top-width: 0px;
  }

  .\32xl\:hover\:border-r-0:hover {
    border-right-width: 0px;
  }

  .\32xl\:hover\:border-b-0:hover {
    border-bottom-width: 0px;
  }

  .\32xl\:hover\:border-l-0:hover {
    border-left-width: 0px;
  }

  .\32xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .\32xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .\32xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .\32xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .\32xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .\32xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .\32xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .\32xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .\32xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .\32xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .\32xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .\32xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .\32xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .\32xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .\32xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .\32xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .\32xl\:focus\:border-0:focus {
    border-width: 0px;
  }

  .\32xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .\32xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .\32xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .\32xl\:focus\:border:focus {
    border-width: 1px;
  }

  .\32xl\:focus\:border-t-0:focus {
    border-top-width: 0px;
  }

  .\32xl\:focus\:border-r-0:focus {
    border-right-width: 0px;
  }

  .\32xl\:focus\:border-b-0:focus {
    border-bottom-width: 0px;
  }

  .\32xl\:focus\:border-l-0:focus {
    border-left-width: 0px;
  }

  .\32xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .\32xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .\32xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .\32xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .\32xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .\32xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .\32xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .\32xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .\32xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .\32xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .\32xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .\32xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .\32xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .\32xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .\32xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .\32xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .\32xl\:active\:border-0:active {
    border-width: 0px;
  }

  .\32xl\:active\:border-2:active {
    border-width: 2px;
  }

  .\32xl\:active\:border-4:active {
    border-width: 4px;
  }

  .\32xl\:active\:border-8:active {
    border-width: 8px;
  }

  .\32xl\:active\:border:active {
    border-width: 1px;
  }

  .\32xl\:active\:border-t-0:active {
    border-top-width: 0px;
  }

  .\32xl\:active\:border-r-0:active {
    border-right-width: 0px;
  }

  .\32xl\:active\:border-b-0:active {
    border-bottom-width: 0px;
  }

  .\32xl\:active\:border-l-0:active {
    border-left-width: 0px;
  }

  .\32xl\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .\32xl\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .\32xl\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .\32xl\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .\32xl\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .\32xl\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .\32xl\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .\32xl\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .\32xl\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .\32xl\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .\32xl\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .\32xl\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .\32xl\:active\:border-t:active {
    border-top-width: 1px;
  }

  .\32xl\:active\:border-r:active {
    border-right-width: 1px;
  }

  .\32xl\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .\32xl\:active\:border-l:active {
    border-left-width: 1px;
  }

  .\32xl\:visited\:border-0:visited {
    border-width: 0px;
  }

  .\32xl\:visited\:border-2:visited {
    border-width: 2px;
  }

  .\32xl\:visited\:border-4:visited {
    border-width: 4px;
  }

  .\32xl\:visited\:border-8:visited {
    border-width: 8px;
  }

  .\32xl\:visited\:border:visited {
    border-width: 1px;
  }

  .\32xl\:visited\:border-t-0:visited {
    border-top-width: 0px;
  }

  .\32xl\:visited\:border-r-0:visited {
    border-right-width: 0px;
  }

  .\32xl\:visited\:border-b-0:visited {
    border-bottom-width: 0px;
  }

  .\32xl\:visited\:border-l-0:visited {
    border-left-width: 0px;
  }

  .\32xl\:visited\:border-t-2:visited {
    border-top-width: 2px;
  }

  .\32xl\:visited\:border-r-2:visited {
    border-right-width: 2px;
  }

  .\32xl\:visited\:border-b-2:visited {
    border-bottom-width: 2px;
  }

  .\32xl\:visited\:border-l-2:visited {
    border-left-width: 2px;
  }

  .\32xl\:visited\:border-t-4:visited {
    border-top-width: 4px;
  }

  .\32xl\:visited\:border-r-4:visited {
    border-right-width: 4px;
  }

  .\32xl\:visited\:border-b-4:visited {
    border-bottom-width: 4px;
  }

  .\32xl\:visited\:border-l-4:visited {
    border-left-width: 4px;
  }

  .\32xl\:visited\:border-t-8:visited {
    border-top-width: 8px;
  }

  .\32xl\:visited\:border-r-8:visited {
    border-right-width: 8px;
  }

  .\32xl\:visited\:border-b-8:visited {
    border-bottom-width: 8px;
  }

  .\32xl\:visited\:border-l-8:visited {
    border-left-width: 8px;
  }

  .\32xl\:visited\:border-t:visited {
    border-top-width: 1px;
  }

  .\32xl\:visited\:border-r:visited {
    border-right-width: 1px;
  }

  .\32xl\:visited\:border-b:visited {
    border-bottom-width: 1px;
  }

  .\32xl\:visited\:border-l:visited {
    border-left-width: 1px;
  }

  .\32xl\:disabled\:border-0:disabled {
    border-width: 0px;
  }

  .\32xl\:disabled\:border-2:disabled {
    border-width: 2px;
  }

  .\32xl\:disabled\:border-4:disabled {
    border-width: 4px;
  }

  .\32xl\:disabled\:border-8:disabled {
    border-width: 8px;
  }

  .\32xl\:disabled\:border:disabled {
    border-width: 1px;
  }

  .\32xl\:disabled\:border-t-0:disabled {
    border-top-width: 0px;
  }

  .\32xl\:disabled\:border-r-0:disabled {
    border-right-width: 0px;
  }

  .\32xl\:disabled\:border-b-0:disabled {
    border-bottom-width: 0px;
  }

  .\32xl\:disabled\:border-l-0:disabled {
    border-left-width: 0px;
  }

  .\32xl\:disabled\:border-t-2:disabled {
    border-top-width: 2px;
  }

  .\32xl\:disabled\:border-r-2:disabled {
    border-right-width: 2px;
  }

  .\32xl\:disabled\:border-b-2:disabled {
    border-bottom-width: 2px;
  }

  .\32xl\:disabled\:border-l-2:disabled {
    border-left-width: 2px;
  }

  .\32xl\:disabled\:border-t-4:disabled {
    border-top-width: 4px;
  }

  .\32xl\:disabled\:border-r-4:disabled {
    border-right-width: 4px;
  }

  .\32xl\:disabled\:border-b-4:disabled {
    border-bottom-width: 4px;
  }

  .\32xl\:disabled\:border-l-4:disabled {
    border-left-width: 4px;
  }

  .\32xl\:disabled\:border-t-8:disabled {
    border-top-width: 8px;
  }

  .\32xl\:disabled\:border-r-8:disabled {
    border-right-width: 8px;
  }

  .\32xl\:disabled\:border-b-8:disabled {
    border-bottom-width: 8px;
  }

  .\32xl\:disabled\:border-l-8:disabled {
    border-left-width: 8px;
  }

  .\32xl\:disabled\:border-t:disabled {
    border-top-width: 1px;
  }

  .\32xl\:disabled\:border-r:disabled {
    border-right-width: 1px;
  }

  .\32xl\:disabled\:border-b:disabled {
    border-bottom-width: 1px;
  }

  .\32xl\:disabled\:border-l:disabled {
    border-left-width: 1px;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .group:hover .\32xl\:group-hover\:box-border {
    box-sizing: border-box;
  }

  .group:hover .\32xl\:group-hover\:box-content {
    box-sizing: content-box;
  }

  .\32xl\:focus-within\:box-border:focus-within {
    box-sizing: border-box;
  }

  .\32xl\:focus-within\:box-content:focus-within {
    box-sizing: content-box;
  }

  .\32xl\:first\:box-border:first-child {
    box-sizing: border-box;
  }

  .\32xl\:first\:box-content:first-child {
    box-sizing: content-box;
  }

  .\32xl\:last\:box-border:last-child {
    box-sizing: border-box;
  }

  .\32xl\:last\:box-content:last-child {
    box-sizing: content-box;
  }

  .\32xl\:odd\:box-border:nth-child(odd) {
    box-sizing: border-box;
  }

  .\32xl\:odd\:box-content:nth-child(odd) {
    box-sizing: content-box;
  }

  .\32xl\:even\:box-border:nth-child(even) {
    box-sizing: border-box;
  }

  .\32xl\:even\:box-content:nth-child(even) {
    box-sizing: content-box;
  }

  .\32xl\:hover\:box-border:hover {
    box-sizing: border-box;
  }

  .\32xl\:hover\:box-content:hover {
    box-sizing: content-box;
  }

  .\32xl\:focus\:box-border:focus {
    box-sizing: border-box;
  }

  .\32xl\:focus\:box-content:focus {
    box-sizing: content-box;
  }

  .\32xl\:active\:box-border:active {
    box-sizing: border-box;
  }

  .\32xl\:active\:box-content:active {
    box-sizing: content-box;
  }

  .\32xl\:visited\:box-border:visited {
    box-sizing: border-box;
  }

  .\32xl\:visited\:box-content:visited {
    box-sizing: content-box;
  }

  .\32xl\:disabled\:box-border:disabled {
    box-sizing: border-box;
  }

  .\32xl\:disabled\:box-content:disabled {
    box-sizing: content-box;
  }

  .\32xl\:cursor-auto {
    cursor: auto;
  }

  .\32xl\:cursor-default {
    cursor: default;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl\:cursor-wait {
    cursor: wait;
  }

  .\32xl\:cursor-text {
    cursor: text;
  }

  .\32xl\:cursor-move {
    cursor: move;
  }

  .\32xl\:cursor-help {
    cursor: help;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .\32xl\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .\32xl\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .\32xl\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .\32xl\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .\32xl\:group-hover\:cursor-text {
    cursor: text;
  }

  .group:hover .\32xl\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .\32xl\:group-hover\:cursor-help {
    cursor: help;
  }

  .group:hover .\32xl\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .\32xl\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .\32xl\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .\32xl\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .\32xl\:focus-within\:cursor-text:focus-within {
    cursor: text;
  }

  .\32xl\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .\32xl\:focus-within\:cursor-help:focus-within {
    cursor: help;
  }

  .\32xl\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .\32xl\:first\:cursor-auto:first-child {
    cursor: auto;
  }

  .\32xl\:first\:cursor-default:first-child {
    cursor: default;
  }

  .\32xl\:first\:cursor-pointer:first-child {
    cursor: pointer;
  }

  .\32xl\:first\:cursor-wait:first-child {
    cursor: wait;
  }

  .\32xl\:first\:cursor-text:first-child {
    cursor: text;
  }

  .\32xl\:first\:cursor-move:first-child {
    cursor: move;
  }

  .\32xl\:first\:cursor-help:first-child {
    cursor: help;
  }

  .\32xl\:first\:cursor-not-allowed:first-child {
    cursor: not-allowed;
  }

  .\32xl\:last\:cursor-auto:last-child {
    cursor: auto;
  }

  .\32xl\:last\:cursor-default:last-child {
    cursor: default;
  }

  .\32xl\:last\:cursor-pointer:last-child {
    cursor: pointer;
  }

  .\32xl\:last\:cursor-wait:last-child {
    cursor: wait;
  }

  .\32xl\:last\:cursor-text:last-child {
    cursor: text;
  }

  .\32xl\:last\:cursor-move:last-child {
    cursor: move;
  }

  .\32xl\:last\:cursor-help:last-child {
    cursor: help;
  }

  .\32xl\:last\:cursor-not-allowed:last-child {
    cursor: not-allowed;
  }

  .\32xl\:odd\:cursor-auto:nth-child(odd) {
    cursor: auto;
  }

  .\32xl\:odd\:cursor-default:nth-child(odd) {
    cursor: default;
  }

  .\32xl\:odd\:cursor-pointer:nth-child(odd) {
    cursor: pointer;
  }

  .\32xl\:odd\:cursor-wait:nth-child(odd) {
    cursor: wait;
  }

  .\32xl\:odd\:cursor-text:nth-child(odd) {
    cursor: text;
  }

  .\32xl\:odd\:cursor-move:nth-child(odd) {
    cursor: move;
  }

  .\32xl\:odd\:cursor-help:nth-child(odd) {
    cursor: help;
  }

  .\32xl\:odd\:cursor-not-allowed:nth-child(odd) {
    cursor: not-allowed;
  }

  .\32xl\:even\:cursor-auto:nth-child(even) {
    cursor: auto;
  }

  .\32xl\:even\:cursor-default:nth-child(even) {
    cursor: default;
  }

  .\32xl\:even\:cursor-pointer:nth-child(even) {
    cursor: pointer;
  }

  .\32xl\:even\:cursor-wait:nth-child(even) {
    cursor: wait;
  }

  .\32xl\:even\:cursor-text:nth-child(even) {
    cursor: text;
  }

  .\32xl\:even\:cursor-move:nth-child(even) {
    cursor: move;
  }

  .\32xl\:even\:cursor-help:nth-child(even) {
    cursor: help;
  }

  .\32xl\:even\:cursor-not-allowed:nth-child(even) {
    cursor: not-allowed;
  }

  .\32xl\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .\32xl\:hover\:cursor-default:hover {
    cursor: default;
  }

  .\32xl\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .\32xl\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .\32xl\:hover\:cursor-text:hover {
    cursor: text;
  }

  .\32xl\:hover\:cursor-move:hover {
    cursor: move;
  }

  .\32xl\:hover\:cursor-help:hover {
    cursor: help;
  }

  .\32xl\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .\32xl\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .\32xl\:focus\:cursor-default:focus {
    cursor: default;
  }

  .\32xl\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .\32xl\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .\32xl\:focus\:cursor-text:focus {
    cursor: text;
  }

  .\32xl\:focus\:cursor-move:focus {
    cursor: move;
  }

  .\32xl\:focus\:cursor-help:focus {
    cursor: help;
  }

  .\32xl\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .\32xl\:active\:cursor-auto:active {
    cursor: auto;
  }

  .\32xl\:active\:cursor-default:active {
    cursor: default;
  }

  .\32xl\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .\32xl\:active\:cursor-wait:active {
    cursor: wait;
  }

  .\32xl\:active\:cursor-text:active {
    cursor: text;
  }

  .\32xl\:active\:cursor-move:active {
    cursor: move;
  }

  .\32xl\:active\:cursor-help:active {
    cursor: help;
  }

  .\32xl\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .\32xl\:visited\:cursor-auto:visited {
    cursor: auto;
  }

  .\32xl\:visited\:cursor-default:visited {
    cursor: default;
  }

  .\32xl\:visited\:cursor-pointer:visited {
    cursor: pointer;
  }

  .\32xl\:visited\:cursor-wait:visited {
    cursor: wait;
  }

  .\32xl\:visited\:cursor-text:visited {
    cursor: text;
  }

  .\32xl\:visited\:cursor-move:visited {
    cursor: move;
  }

  .\32xl\:visited\:cursor-help:visited {
    cursor: help;
  }

  .\32xl\:visited\:cursor-not-allowed:visited {
    cursor: not-allowed;
  }

  .\32xl\:disabled\:cursor-auto:disabled {
    cursor: auto;
  }

  .\32xl\:disabled\:cursor-default:disabled {
    cursor: default;
  }

  .\32xl\:disabled\:cursor-pointer:disabled {
    cursor: pointer;
  }

  .\32xl\:disabled\:cursor-wait:disabled {
    cursor: wait;
  }

  .\32xl\:disabled\:cursor-text:disabled {
    cursor: text;
  }

  .\32xl\:disabled\:cursor-move:disabled {
    cursor: move;
  }

  .\32xl\:disabled\:cursor-help:disabled {
    cursor: help;
  }

  .\32xl\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:hidden {
    display: none;
  }

  .group:hover .\32xl\:group-hover\:block {
    display: block;
  }

  .group:hover .\32xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .\32xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .\32xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .\32xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .\32xl\:group-hover\:table {
    display: table;
  }

  .group:hover .\32xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .\32xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .\32xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .\32xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .\32xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .\32xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .\32xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .\32xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .\32xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .\32xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .\32xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .\32xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .\32xl\:group-hover\:hidden {
    display: none;
  }

  .\32xl\:focus-within\:block:focus-within {
    display: block;
  }

  .\32xl\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .\32xl\:focus-within\:inline:focus-within {
    display: inline;
  }

  .\32xl\:focus-within\:flex:focus-within {
    display: flex;
  }

  .\32xl\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .\32xl\:focus-within\:table:focus-within {
    display: table;
  }

  .\32xl\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .\32xl\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .\32xl\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .\32xl\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .\32xl\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .\32xl\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .\32xl\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .\32xl\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .\32xl\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .\32xl\:focus-within\:grid:focus-within {
    display: grid;
  }

  .\32xl\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .\32xl\:focus-within\:contents:focus-within {
    display: contents;
  }

  .\32xl\:focus-within\:hidden:focus-within {
    display: none;
  }

  .\32xl\:first\:block:first-child {
    display: block;
  }

  .\32xl\:first\:inline-block:first-child {
    display: inline-block;
  }

  .\32xl\:first\:inline:first-child {
    display: inline;
  }

  .\32xl\:first\:flex:first-child {
    display: flex;
  }

  .\32xl\:first\:inline-flex:first-child {
    display: inline-flex;
  }

  .\32xl\:first\:table:first-child {
    display: table;
  }

  .\32xl\:first\:table-caption:first-child {
    display: table-caption;
  }

  .\32xl\:first\:table-cell:first-child {
    display: table-cell;
  }

  .\32xl\:first\:table-column:first-child {
    display: table-column;
  }

  .\32xl\:first\:table-column-group:first-child {
    display: table-column-group;
  }

  .\32xl\:first\:table-footer-group:first-child {
    display: table-footer-group;
  }

  .\32xl\:first\:table-header-group:first-child {
    display: table-header-group;
  }

  .\32xl\:first\:table-row-group:first-child {
    display: table-row-group;
  }

  .\32xl\:first\:table-row:first-child {
    display: table-row;
  }

  .\32xl\:first\:flow-root:first-child {
    display: flow-root;
  }

  .\32xl\:first\:grid:first-child {
    display: grid;
  }

  .\32xl\:first\:inline-grid:first-child {
    display: inline-grid;
  }

  .\32xl\:first\:contents:first-child {
    display: contents;
  }

  .\32xl\:first\:hidden:first-child {
    display: none;
  }

  .\32xl\:last\:block:last-child {
    display: block;
  }

  .\32xl\:last\:inline-block:last-child {
    display: inline-block;
  }

  .\32xl\:last\:inline:last-child {
    display: inline;
  }

  .\32xl\:last\:flex:last-child {
    display: flex;
  }

  .\32xl\:last\:inline-flex:last-child {
    display: inline-flex;
  }

  .\32xl\:last\:table:last-child {
    display: table;
  }

  .\32xl\:last\:table-caption:last-child {
    display: table-caption;
  }

  .\32xl\:last\:table-cell:last-child {
    display: table-cell;
  }

  .\32xl\:last\:table-column:last-child {
    display: table-column;
  }

  .\32xl\:last\:table-column-group:last-child {
    display: table-column-group;
  }

  .\32xl\:last\:table-footer-group:last-child {
    display: table-footer-group;
  }

  .\32xl\:last\:table-header-group:last-child {
    display: table-header-group;
  }

  .\32xl\:last\:table-row-group:last-child {
    display: table-row-group;
  }

  .\32xl\:last\:table-row:last-child {
    display: table-row;
  }

  .\32xl\:last\:flow-root:last-child {
    display: flow-root;
  }

  .\32xl\:last\:grid:last-child {
    display: grid;
  }

  .\32xl\:last\:inline-grid:last-child {
    display: inline-grid;
  }

  .\32xl\:last\:contents:last-child {
    display: contents;
  }

  .\32xl\:last\:hidden:last-child {
    display: none;
  }

  .\32xl\:odd\:block:nth-child(odd) {
    display: block;
  }

  .\32xl\:odd\:inline-block:nth-child(odd) {
    display: inline-block;
  }

  .\32xl\:odd\:inline:nth-child(odd) {
    display: inline;
  }

  .\32xl\:odd\:flex:nth-child(odd) {
    display: flex;
  }

  .\32xl\:odd\:inline-flex:nth-child(odd) {
    display: inline-flex;
  }

  .\32xl\:odd\:table:nth-child(odd) {
    display: table;
  }

  .\32xl\:odd\:table-caption:nth-child(odd) {
    display: table-caption;
  }

  .\32xl\:odd\:table-cell:nth-child(odd) {
    display: table-cell;
  }

  .\32xl\:odd\:table-column:nth-child(odd) {
    display: table-column;
  }

  .\32xl\:odd\:table-column-group:nth-child(odd) {
    display: table-column-group;
  }

  .\32xl\:odd\:table-footer-group:nth-child(odd) {
    display: table-footer-group;
  }

  .\32xl\:odd\:table-header-group:nth-child(odd) {
    display: table-header-group;
  }

  .\32xl\:odd\:table-row-group:nth-child(odd) {
    display: table-row-group;
  }

  .\32xl\:odd\:table-row:nth-child(odd) {
    display: table-row;
  }

  .\32xl\:odd\:flow-root:nth-child(odd) {
    display: flow-root;
  }

  .\32xl\:odd\:grid:nth-child(odd) {
    display: grid;
  }

  .\32xl\:odd\:inline-grid:nth-child(odd) {
    display: inline-grid;
  }

  .\32xl\:odd\:contents:nth-child(odd) {
    display: contents;
  }

  .\32xl\:odd\:hidden:nth-child(odd) {
    display: none;
  }

  .\32xl\:even\:block:nth-child(even) {
    display: block;
  }

  .\32xl\:even\:inline-block:nth-child(even) {
    display: inline-block;
  }

  .\32xl\:even\:inline:nth-child(even) {
    display: inline;
  }

  .\32xl\:even\:flex:nth-child(even) {
    display: flex;
  }

  .\32xl\:even\:inline-flex:nth-child(even) {
    display: inline-flex;
  }

  .\32xl\:even\:table:nth-child(even) {
    display: table;
  }

  .\32xl\:even\:table-caption:nth-child(even) {
    display: table-caption;
  }

  .\32xl\:even\:table-cell:nth-child(even) {
    display: table-cell;
  }

  .\32xl\:even\:table-column:nth-child(even) {
    display: table-column;
  }

  .\32xl\:even\:table-column-group:nth-child(even) {
    display: table-column-group;
  }

  .\32xl\:even\:table-footer-group:nth-child(even) {
    display: table-footer-group;
  }

  .\32xl\:even\:table-header-group:nth-child(even) {
    display: table-header-group;
  }

  .\32xl\:even\:table-row-group:nth-child(even) {
    display: table-row-group;
  }

  .\32xl\:even\:table-row:nth-child(even) {
    display: table-row;
  }

  .\32xl\:even\:flow-root:nth-child(even) {
    display: flow-root;
  }

  .\32xl\:even\:grid:nth-child(even) {
    display: grid;
  }

  .\32xl\:even\:inline-grid:nth-child(even) {
    display: inline-grid;
  }

  .\32xl\:even\:contents:nth-child(even) {
    display: contents;
  }

  .\32xl\:even\:hidden:nth-child(even) {
    display: none;
  }

  .\32xl\:hover\:block:hover {
    display: block;
  }

  .\32xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .\32xl\:hover\:inline:hover {
    display: inline;
  }

  .\32xl\:hover\:flex:hover {
    display: flex;
  }

  .\32xl\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .\32xl\:hover\:table:hover {
    display: table;
  }

  .\32xl\:hover\:table-caption:hover {
    display: table-caption;
  }

  .\32xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .\32xl\:hover\:table-column:hover {
    display: table-column;
  }

  .\32xl\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .\32xl\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .\32xl\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .\32xl\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .\32xl\:hover\:table-row:hover {
    display: table-row;
  }

  .\32xl\:hover\:flow-root:hover {
    display: flow-root;
  }

  .\32xl\:hover\:grid:hover {
    display: grid;
  }

  .\32xl\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .\32xl\:hover\:contents:hover {
    display: contents;
  }

  .\32xl\:hover\:hidden:hover {
    display: none;
  }

  .\32xl\:focus\:block:focus {
    display: block;
  }

  .\32xl\:focus\:inline-block:focus {
    display: inline-block;
  }

  .\32xl\:focus\:inline:focus {
    display: inline;
  }

  .\32xl\:focus\:flex:focus {
    display: flex;
  }

  .\32xl\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .\32xl\:focus\:table:focus {
    display: table;
  }

  .\32xl\:focus\:table-caption:focus {
    display: table-caption;
  }

  .\32xl\:focus\:table-cell:focus {
    display: table-cell;
  }

  .\32xl\:focus\:table-column:focus {
    display: table-column;
  }

  .\32xl\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .\32xl\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .\32xl\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .\32xl\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .\32xl\:focus\:table-row:focus {
    display: table-row;
  }

  .\32xl\:focus\:flow-root:focus {
    display: flow-root;
  }

  .\32xl\:focus\:grid:focus {
    display: grid;
  }

  .\32xl\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .\32xl\:focus\:contents:focus {
    display: contents;
  }

  .\32xl\:focus\:hidden:focus {
    display: none;
  }

  .\32xl\:active\:block:active {
    display: block;
  }

  .\32xl\:active\:inline-block:active {
    display: inline-block;
  }

  .\32xl\:active\:inline:active {
    display: inline;
  }

  .\32xl\:active\:flex:active {
    display: flex;
  }

  .\32xl\:active\:inline-flex:active {
    display: inline-flex;
  }

  .\32xl\:active\:table:active {
    display: table;
  }

  .\32xl\:active\:table-caption:active {
    display: table-caption;
  }

  .\32xl\:active\:table-cell:active {
    display: table-cell;
  }

  .\32xl\:active\:table-column:active {
    display: table-column;
  }

  .\32xl\:active\:table-column-group:active {
    display: table-column-group;
  }

  .\32xl\:active\:table-footer-group:active {
    display: table-footer-group;
  }

  .\32xl\:active\:table-header-group:active {
    display: table-header-group;
  }

  .\32xl\:active\:table-row-group:active {
    display: table-row-group;
  }

  .\32xl\:active\:table-row:active {
    display: table-row;
  }

  .\32xl\:active\:flow-root:active {
    display: flow-root;
  }

  .\32xl\:active\:grid:active {
    display: grid;
  }

  .\32xl\:active\:inline-grid:active {
    display: inline-grid;
  }

  .\32xl\:active\:contents:active {
    display: contents;
  }

  .\32xl\:active\:hidden:active {
    display: none;
  }

  .\32xl\:visited\:block:visited {
    display: block;
  }

  .\32xl\:visited\:inline-block:visited {
    display: inline-block;
  }

  .\32xl\:visited\:inline:visited {
    display: inline;
  }

  .\32xl\:visited\:flex:visited {
    display: flex;
  }

  .\32xl\:visited\:inline-flex:visited {
    display: inline-flex;
  }

  .\32xl\:visited\:table:visited {
    display: table;
  }

  .\32xl\:visited\:table-caption:visited {
    display: table-caption;
  }

  .\32xl\:visited\:table-cell:visited {
    display: table-cell;
  }

  .\32xl\:visited\:table-column:visited {
    display: table-column;
  }

  .\32xl\:visited\:table-column-group:visited {
    display: table-column-group;
  }

  .\32xl\:visited\:table-footer-group:visited {
    display: table-footer-group;
  }

  .\32xl\:visited\:table-header-group:visited {
    display: table-header-group;
  }

  .\32xl\:visited\:table-row-group:visited {
    display: table-row-group;
  }

  .\32xl\:visited\:table-row:visited {
    display: table-row;
  }

  .\32xl\:visited\:flow-root:visited {
    display: flow-root;
  }

  .\32xl\:visited\:grid:visited {
    display: grid;
  }

  .\32xl\:visited\:inline-grid:visited {
    display: inline-grid;
  }

  .\32xl\:visited\:contents:visited {
    display: contents;
  }

  .\32xl\:visited\:hidden:visited {
    display: none;
  }

  .\32xl\:disabled\:block:disabled {
    display: block;
  }

  .\32xl\:disabled\:inline-block:disabled {
    display: inline-block;
  }

  .\32xl\:disabled\:inline:disabled {
    display: inline;
  }

  .\32xl\:disabled\:flex:disabled {
    display: flex;
  }

  .\32xl\:disabled\:inline-flex:disabled {
    display: inline-flex;
  }

  .\32xl\:disabled\:table:disabled {
    display: table;
  }

  .\32xl\:disabled\:table-caption:disabled {
    display: table-caption;
  }

  .\32xl\:disabled\:table-cell:disabled {
    display: table-cell;
  }

  .\32xl\:disabled\:table-column:disabled {
    display: table-column;
  }

  .\32xl\:disabled\:table-column-group:disabled {
    display: table-column-group;
  }

  .\32xl\:disabled\:table-footer-group:disabled {
    display: table-footer-group;
  }

  .\32xl\:disabled\:table-header-group:disabled {
    display: table-header-group;
  }

  .\32xl\:disabled\:table-row-group:disabled {
    display: table-row-group;
  }

  .\32xl\:disabled\:table-row:disabled {
    display: table-row;
  }

  .\32xl\:disabled\:flow-root:disabled {
    display: flow-root;
  }

  .\32xl\:disabled\:grid:disabled {
    display: grid;
  }

  .\32xl\:disabled\:inline-grid:disabled {
    display: inline-grid;
  }

  .\32xl\:disabled\:contents:disabled {
    display: contents;
  }

  .\32xl\:disabled\:hidden:disabled {
    display: none;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .\32xl\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .\32xl\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .\32xl\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .\32xl\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .\32xl\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .\32xl\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .\32xl\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .\32xl\:first\:flex-row:first-child {
    flex-direction: row;
  }

  .\32xl\:first\:flex-row-reverse:first-child {
    flex-direction: row-reverse;
  }

  .\32xl\:first\:flex-col:first-child {
    flex-direction: column;
  }

  .\32xl\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }

  .\32xl\:last\:flex-row:last-child {
    flex-direction: row;
  }

  .\32xl\:last\:flex-row-reverse:last-child {
    flex-direction: row-reverse;
  }

  .\32xl\:last\:flex-col:last-child {
    flex-direction: column;
  }

  .\32xl\:last\:flex-col-reverse:last-child {
    flex-direction: column-reverse;
  }

  .\32xl\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .\32xl\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .\32xl\:odd\:flex-col:nth-child(odd) {
    flex-direction: column;
  }

  .\32xl\:odd\:flex-col-reverse:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .\32xl\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .\32xl\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .\32xl\:even\:flex-col:nth-child(even) {
    flex-direction: column;
  }

  .\32xl\:even\:flex-col-reverse:nth-child(even) {
    flex-direction: column-reverse;
  }

  .\32xl\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .\32xl\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .\32xl\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .\32xl\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .\32xl\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .\32xl\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .\32xl\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .\32xl\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .\32xl\:active\:flex-row:active {
    flex-direction: row;
  }

  .\32xl\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .\32xl\:active\:flex-col:active {
    flex-direction: column;
  }

  .\32xl\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .\32xl\:visited\:flex-row:visited {
    flex-direction: row;
  }

  .\32xl\:visited\:flex-row-reverse:visited {
    flex-direction: row-reverse;
  }

  .\32xl\:visited\:flex-col:visited {
    flex-direction: column;
  }

  .\32xl\:visited\:flex-col-reverse:visited {
    flex-direction: column-reverse;
  }

  .\32xl\:disabled\:flex-row:disabled {
    flex-direction: row;
  }

  .\32xl\:disabled\:flex-row-reverse:disabled {
    flex-direction: row-reverse;
  }

  .\32xl\:disabled\:flex-col:disabled {
    flex-direction: column;
  }

  .\32xl\:disabled\:flex-col-reverse:disabled {
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .group:hover .\32xl\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .\32xl\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .\32xl\:group-hover\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .\32xl\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:focus-within\:flex-nowrap:focus-within {
    flex-wrap: nowrap;
  }

  .\32xl\:first\:flex-wrap:first-child {
    flex-wrap: wrap;
  }

  .\32xl\:first\:flex-wrap-reverse:first-child {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:first\:flex-nowrap:first-child {
    flex-wrap: nowrap;
  }

  .\32xl\:last\:flex-wrap:last-child {
    flex-wrap: wrap;
  }

  .\32xl\:last\:flex-wrap-reverse:last-child {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:last\:flex-nowrap:last-child {
    flex-wrap: nowrap;
  }

  .\32xl\:odd\:flex-wrap:nth-child(odd) {
    flex-wrap: wrap;
  }

  .\32xl\:odd\:flex-wrap-reverse:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:odd\:flex-nowrap:nth-child(odd) {
    flex-wrap: nowrap;
  }

  .\32xl\:even\:flex-wrap:nth-child(even) {
    flex-wrap: wrap;
  }

  .\32xl\:even\:flex-wrap-reverse:nth-child(even) {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:even\:flex-nowrap:nth-child(even) {
    flex-wrap: nowrap;
  }

  .\32xl\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .\32xl\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:hover\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }

  .\32xl\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .\32xl\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:focus\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }

  .\32xl\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .\32xl\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:active\:flex-nowrap:active {
    flex-wrap: nowrap;
  }

  .\32xl\:visited\:flex-wrap:visited {
    flex-wrap: wrap;
  }

  .\32xl\:visited\:flex-wrap-reverse:visited {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:visited\:flex-nowrap:visited {
    flex-wrap: nowrap;
  }

  .\32xl\:disabled\:flex-wrap:disabled {
    flex-wrap: wrap;
  }

  .\32xl\:disabled\:flex-wrap-reverse:disabled {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:disabled\:flex-nowrap:disabled {
    flex-wrap: nowrap;
  }

  .\32xl\:place-items-auto {
    place-items: auto;
  }

  .\32xl\:place-items-start {
    place-items: start;
  }

  .\32xl\:place-items-end {
    place-items: end;
  }

  .\32xl\:place-items-center {
    place-items: center;
  }

  .\32xl\:place-items-stretch {
    place-items: stretch;
  }

  .group:hover .\32xl\:group-hover\:place-items-auto {
    place-items: auto;
  }

  .group:hover .\32xl\:group-hover\:place-items-start {
    place-items: start;
  }

  .group:hover .\32xl\:group-hover\:place-items-end {
    place-items: end;
  }

  .group:hover .\32xl\:group-hover\:place-items-center {
    place-items: center;
  }

  .group:hover .\32xl\:group-hover\:place-items-stretch {
    place-items: stretch;
  }

  .\32xl\:focus-within\:place-items-auto:focus-within {
    place-items: auto;
  }

  .\32xl\:focus-within\:place-items-start:focus-within {
    place-items: start;
  }

  .\32xl\:focus-within\:place-items-end:focus-within {
    place-items: end;
  }

  .\32xl\:focus-within\:place-items-center:focus-within {
    place-items: center;
  }

  .\32xl\:focus-within\:place-items-stretch:focus-within {
    place-items: stretch;
  }

  .\32xl\:first\:place-items-auto:first-child {
    place-items: auto;
  }

  .\32xl\:first\:place-items-start:first-child {
    place-items: start;
  }

  .\32xl\:first\:place-items-end:first-child {
    place-items: end;
  }

  .\32xl\:first\:place-items-center:first-child {
    place-items: center;
  }

  .\32xl\:first\:place-items-stretch:first-child {
    place-items: stretch;
  }

  .\32xl\:last\:place-items-auto:last-child {
    place-items: auto;
  }

  .\32xl\:last\:place-items-start:last-child {
    place-items: start;
  }

  .\32xl\:last\:place-items-end:last-child {
    place-items: end;
  }

  .\32xl\:last\:place-items-center:last-child {
    place-items: center;
  }

  .\32xl\:last\:place-items-stretch:last-child {
    place-items: stretch;
  }

  .\32xl\:odd\:place-items-auto:nth-child(odd) {
    place-items: auto;
  }

  .\32xl\:odd\:place-items-start:nth-child(odd) {
    place-items: start;
  }

  .\32xl\:odd\:place-items-end:nth-child(odd) {
    place-items: end;
  }

  .\32xl\:odd\:place-items-center:nth-child(odd) {
    place-items: center;
  }

  .\32xl\:odd\:place-items-stretch:nth-child(odd) {
    place-items: stretch;
  }

  .\32xl\:even\:place-items-auto:nth-child(even) {
    place-items: auto;
  }

  .\32xl\:even\:place-items-start:nth-child(even) {
    place-items: start;
  }

  .\32xl\:even\:place-items-end:nth-child(even) {
    place-items: end;
  }

  .\32xl\:even\:place-items-center:nth-child(even) {
    place-items: center;
  }

  .\32xl\:even\:place-items-stretch:nth-child(even) {
    place-items: stretch;
  }

  .\32xl\:hover\:place-items-auto:hover {
    place-items: auto;
  }

  .\32xl\:hover\:place-items-start:hover {
    place-items: start;
  }

  .\32xl\:hover\:place-items-end:hover {
    place-items: end;
  }

  .\32xl\:hover\:place-items-center:hover {
    place-items: center;
  }

  .\32xl\:hover\:place-items-stretch:hover {
    place-items: stretch;
  }

  .\32xl\:focus\:place-items-auto:focus {
    place-items: auto;
  }

  .\32xl\:focus\:place-items-start:focus {
    place-items: start;
  }

  .\32xl\:focus\:place-items-end:focus {
    place-items: end;
  }

  .\32xl\:focus\:place-items-center:focus {
    place-items: center;
  }

  .\32xl\:focus\:place-items-stretch:focus {
    place-items: stretch;
  }

  .\32xl\:active\:place-items-auto:active {
    place-items: auto;
  }

  .\32xl\:active\:place-items-start:active {
    place-items: start;
  }

  .\32xl\:active\:place-items-end:active {
    place-items: end;
  }

  .\32xl\:active\:place-items-center:active {
    place-items: center;
  }

  .\32xl\:active\:place-items-stretch:active {
    place-items: stretch;
  }

  .\32xl\:visited\:place-items-auto:visited {
    place-items: auto;
  }

  .\32xl\:visited\:place-items-start:visited {
    place-items: start;
  }

  .\32xl\:visited\:place-items-end:visited {
    place-items: end;
  }

  .\32xl\:visited\:place-items-center:visited {
    place-items: center;
  }

  .\32xl\:visited\:place-items-stretch:visited {
    place-items: stretch;
  }

  .\32xl\:disabled\:place-items-auto:disabled {
    place-items: auto;
  }

  .\32xl\:disabled\:place-items-start:disabled {
    place-items: start;
  }

  .\32xl\:disabled\:place-items-end:disabled {
    place-items: end;
  }

  .\32xl\:disabled\:place-items-center:disabled {
    place-items: center;
  }

  .\32xl\:disabled\:place-items-stretch:disabled {
    place-items: stretch;
  }

  .\32xl\:place-content-center {
    place-content: center;
  }

  .\32xl\:place-content-start {
    place-content: start;
  }

  .\32xl\:place-content-end {
    place-content: end;
  }

  .\32xl\:place-content-between {
    place-content: space-between;
  }

  .\32xl\:place-content-around {
    place-content: space-around;
  }

  .\32xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch {
    place-content: stretch;
  }

  .group:hover .\32xl\:group-hover\:place-content-center {
    place-content: center;
  }

  .group:hover .\32xl\:group-hover\:place-content-start {
    place-content: start;
  }

  .group:hover .\32xl\:group-hover\:place-content-end {
    place-content: end;
  }

  .group:hover .\32xl\:group-hover\:place-content-between {
    place-content: space-between;
  }

  .group:hover .\32xl\:group-hover\:place-content-around {
    place-content: space-around;
  }

  .group:hover .\32xl\:group-hover\:place-content-evenly {
    place-content: space-evenly;
  }

  .group:hover .\32xl\:group-hover\:place-content-stretch {
    place-content: stretch;
  }

  .\32xl\:focus-within\:place-content-center:focus-within {
    place-content: center;
  }

  .\32xl\:focus-within\:place-content-start:focus-within {
    place-content: start;
  }

  .\32xl\:focus-within\:place-content-end:focus-within {
    place-content: end;
  }

  .\32xl\:focus-within\:place-content-between:focus-within {
    place-content: space-between;
  }

  .\32xl\:focus-within\:place-content-around:focus-within {
    place-content: space-around;
  }

  .\32xl\:focus-within\:place-content-evenly:focus-within {
    place-content: space-evenly;
  }

  .\32xl\:focus-within\:place-content-stretch:focus-within {
    place-content: stretch;
  }

  .\32xl\:first\:place-content-center:first-child {
    place-content: center;
  }

  .\32xl\:first\:place-content-start:first-child {
    place-content: start;
  }

  .\32xl\:first\:place-content-end:first-child {
    place-content: end;
  }

  .\32xl\:first\:place-content-between:first-child {
    place-content: space-between;
  }

  .\32xl\:first\:place-content-around:first-child {
    place-content: space-around;
  }

  .\32xl\:first\:place-content-evenly:first-child {
    place-content: space-evenly;
  }

  .\32xl\:first\:place-content-stretch:first-child {
    place-content: stretch;
  }

  .\32xl\:last\:place-content-center:last-child {
    place-content: center;
  }

  .\32xl\:last\:place-content-start:last-child {
    place-content: start;
  }

  .\32xl\:last\:place-content-end:last-child {
    place-content: end;
  }

  .\32xl\:last\:place-content-between:last-child {
    place-content: space-between;
  }

  .\32xl\:last\:place-content-around:last-child {
    place-content: space-around;
  }

  .\32xl\:last\:place-content-evenly:last-child {
    place-content: space-evenly;
  }

  .\32xl\:last\:place-content-stretch:last-child {
    place-content: stretch;
  }

  .\32xl\:odd\:place-content-center:nth-child(odd) {
    place-content: center;
  }

  .\32xl\:odd\:place-content-start:nth-child(odd) {
    place-content: start;
  }

  .\32xl\:odd\:place-content-end:nth-child(odd) {
    place-content: end;
  }

  .\32xl\:odd\:place-content-between:nth-child(odd) {
    place-content: space-between;
  }

  .\32xl\:odd\:place-content-around:nth-child(odd) {
    place-content: space-around;
  }

  .\32xl\:odd\:place-content-evenly:nth-child(odd) {
    place-content: space-evenly;
  }

  .\32xl\:odd\:place-content-stretch:nth-child(odd) {
    place-content: stretch;
  }

  .\32xl\:even\:place-content-center:nth-child(even) {
    place-content: center;
  }

  .\32xl\:even\:place-content-start:nth-child(even) {
    place-content: start;
  }

  .\32xl\:even\:place-content-end:nth-child(even) {
    place-content: end;
  }

  .\32xl\:even\:place-content-between:nth-child(even) {
    place-content: space-between;
  }

  .\32xl\:even\:place-content-around:nth-child(even) {
    place-content: space-around;
  }

  .\32xl\:even\:place-content-evenly:nth-child(even) {
    place-content: space-evenly;
  }

  .\32xl\:even\:place-content-stretch:nth-child(even) {
    place-content: stretch;
  }

  .\32xl\:hover\:place-content-center:hover {
    place-content: center;
  }

  .\32xl\:hover\:place-content-start:hover {
    place-content: start;
  }

  .\32xl\:hover\:place-content-end:hover {
    place-content: end;
  }

  .\32xl\:hover\:place-content-between:hover {
    place-content: space-between;
  }

  .\32xl\:hover\:place-content-around:hover {
    place-content: space-around;
  }

  .\32xl\:hover\:place-content-evenly:hover {
    place-content: space-evenly;
  }

  .\32xl\:hover\:place-content-stretch:hover {
    place-content: stretch;
  }

  .\32xl\:focus\:place-content-center:focus {
    place-content: center;
  }

  .\32xl\:focus\:place-content-start:focus {
    place-content: start;
  }

  .\32xl\:focus\:place-content-end:focus {
    place-content: end;
  }

  .\32xl\:focus\:place-content-between:focus {
    place-content: space-between;
  }

  .\32xl\:focus\:place-content-around:focus {
    place-content: space-around;
  }

  .\32xl\:focus\:place-content-evenly:focus {
    place-content: space-evenly;
  }

  .\32xl\:focus\:place-content-stretch:focus {
    place-content: stretch;
  }

  .\32xl\:active\:place-content-center:active {
    place-content: center;
  }

  .\32xl\:active\:place-content-start:active {
    place-content: start;
  }

  .\32xl\:active\:place-content-end:active {
    place-content: end;
  }

  .\32xl\:active\:place-content-between:active {
    place-content: space-between;
  }

  .\32xl\:active\:place-content-around:active {
    place-content: space-around;
  }

  .\32xl\:active\:place-content-evenly:active {
    place-content: space-evenly;
  }

  .\32xl\:active\:place-content-stretch:active {
    place-content: stretch;
  }

  .\32xl\:visited\:place-content-center:visited {
    place-content: center;
  }

  .\32xl\:visited\:place-content-start:visited {
    place-content: start;
  }

  .\32xl\:visited\:place-content-end:visited {
    place-content: end;
  }

  .\32xl\:visited\:place-content-between:visited {
    place-content: space-between;
  }

  .\32xl\:visited\:place-content-around:visited {
    place-content: space-around;
  }

  .\32xl\:visited\:place-content-evenly:visited {
    place-content: space-evenly;
  }

  .\32xl\:visited\:place-content-stretch:visited {
    place-content: stretch;
  }

  .\32xl\:disabled\:place-content-center:disabled {
    place-content: center;
  }

  .\32xl\:disabled\:place-content-start:disabled {
    place-content: start;
  }

  .\32xl\:disabled\:place-content-end:disabled {
    place-content: end;
  }

  .\32xl\:disabled\:place-content-between:disabled {
    place-content: space-between;
  }

  .\32xl\:disabled\:place-content-around:disabled {
    place-content: space-around;
  }

  .\32xl\:disabled\:place-content-evenly:disabled {
    place-content: space-evenly;
  }

  .\32xl\:disabled\:place-content-stretch:disabled {
    place-content: stretch;
  }

  .\32xl\:place-self-auto {
    place-self: auto;
  }

  .\32xl\:place-self-start {
    place-self: start;
  }

  .\32xl\:place-self-end {
    place-self: end;
  }

  .\32xl\:place-self-center {
    place-self: center;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch;
  }

  .group:hover .\32xl\:group-hover\:place-self-auto {
    place-self: auto;
  }

  .group:hover .\32xl\:group-hover\:place-self-start {
    place-self: start;
  }

  .group:hover .\32xl\:group-hover\:place-self-end {
    place-self: end;
  }

  .group:hover .\32xl\:group-hover\:place-self-center {
    place-self: center;
  }

  .group:hover .\32xl\:group-hover\:place-self-stretch {
    place-self: stretch;
  }

  .\32xl\:focus-within\:place-self-auto:focus-within {
    place-self: auto;
  }

  .\32xl\:focus-within\:place-self-start:focus-within {
    place-self: start;
  }

  .\32xl\:focus-within\:place-self-end:focus-within {
    place-self: end;
  }

  .\32xl\:focus-within\:place-self-center:focus-within {
    place-self: center;
  }

  .\32xl\:focus-within\:place-self-stretch:focus-within {
    place-self: stretch;
  }

  .\32xl\:first\:place-self-auto:first-child {
    place-self: auto;
  }

  .\32xl\:first\:place-self-start:first-child {
    place-self: start;
  }

  .\32xl\:first\:place-self-end:first-child {
    place-self: end;
  }

  .\32xl\:first\:place-self-center:first-child {
    place-self: center;
  }

  .\32xl\:first\:place-self-stretch:first-child {
    place-self: stretch;
  }

  .\32xl\:last\:place-self-auto:last-child {
    place-self: auto;
  }

  .\32xl\:last\:place-self-start:last-child {
    place-self: start;
  }

  .\32xl\:last\:place-self-end:last-child {
    place-self: end;
  }

  .\32xl\:last\:place-self-center:last-child {
    place-self: center;
  }

  .\32xl\:last\:place-self-stretch:last-child {
    place-self: stretch;
  }

  .\32xl\:odd\:place-self-auto:nth-child(odd) {
    place-self: auto;
  }

  .\32xl\:odd\:place-self-start:nth-child(odd) {
    place-self: start;
  }

  .\32xl\:odd\:place-self-end:nth-child(odd) {
    place-self: end;
  }

  .\32xl\:odd\:place-self-center:nth-child(odd) {
    place-self: center;
  }

  .\32xl\:odd\:place-self-stretch:nth-child(odd) {
    place-self: stretch;
  }

  .\32xl\:even\:place-self-auto:nth-child(even) {
    place-self: auto;
  }

  .\32xl\:even\:place-self-start:nth-child(even) {
    place-self: start;
  }

  .\32xl\:even\:place-self-end:nth-child(even) {
    place-self: end;
  }

  .\32xl\:even\:place-self-center:nth-child(even) {
    place-self: center;
  }

  .\32xl\:even\:place-self-stretch:nth-child(even) {
    place-self: stretch;
  }

  .\32xl\:hover\:place-self-auto:hover {
    place-self: auto;
  }

  .\32xl\:hover\:place-self-start:hover {
    place-self: start;
  }

  .\32xl\:hover\:place-self-end:hover {
    place-self: end;
  }

  .\32xl\:hover\:place-self-center:hover {
    place-self: center;
  }

  .\32xl\:hover\:place-self-stretch:hover {
    place-self: stretch;
  }

  .\32xl\:focus\:place-self-auto:focus {
    place-self: auto;
  }

  .\32xl\:focus\:place-self-start:focus {
    place-self: start;
  }

  .\32xl\:focus\:place-self-end:focus {
    place-self: end;
  }

  .\32xl\:focus\:place-self-center:focus {
    place-self: center;
  }

  .\32xl\:focus\:place-self-stretch:focus {
    place-self: stretch;
  }

  .\32xl\:active\:place-self-auto:active {
    place-self: auto;
  }

  .\32xl\:active\:place-self-start:active {
    place-self: start;
  }

  .\32xl\:active\:place-self-end:active {
    place-self: end;
  }

  .\32xl\:active\:place-self-center:active {
    place-self: center;
  }

  .\32xl\:active\:place-self-stretch:active {
    place-self: stretch;
  }

  .\32xl\:visited\:place-self-auto:visited {
    place-self: auto;
  }

  .\32xl\:visited\:place-self-start:visited {
    place-self: start;
  }

  .\32xl\:visited\:place-self-end:visited {
    place-self: end;
  }

  .\32xl\:visited\:place-self-center:visited {
    place-self: center;
  }

  .\32xl\:visited\:place-self-stretch:visited {
    place-self: stretch;
  }

  .\32xl\:disabled\:place-self-auto:disabled {
    place-self: auto;
  }

  .\32xl\:disabled\:place-self-start:disabled {
    place-self: start;
  }

  .\32xl\:disabled\:place-self-end:disabled {
    place-self: end;
  }

  .\32xl\:disabled\:place-self-center:disabled {
    place-self: center;
  }

  .\32xl\:disabled\:place-self-stretch:disabled {
    place-self: stretch;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:items-stretch {
    align-items: stretch;
  }

  .group:hover .\32xl\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .\32xl\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .\32xl\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .\32xl\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .\32xl\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .\32xl\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .\32xl\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .\32xl\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .\32xl\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .\32xl\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .\32xl\:first\:items-start:first-child {
    align-items: flex-start;
  }

  .\32xl\:first\:items-end:first-child {
    align-items: flex-end;
  }

  .\32xl\:first\:items-center:first-child {
    align-items: center;
  }

  .\32xl\:first\:items-baseline:first-child {
    align-items: baseline;
  }

  .\32xl\:first\:items-stretch:first-child {
    align-items: stretch;
  }

  .\32xl\:last\:items-start:last-child {
    align-items: flex-start;
  }

  .\32xl\:last\:items-end:last-child {
    align-items: flex-end;
  }

  .\32xl\:last\:items-center:last-child {
    align-items: center;
  }

  .\32xl\:last\:items-baseline:last-child {
    align-items: baseline;
  }

  .\32xl\:last\:items-stretch:last-child {
    align-items: stretch;
  }

  .\32xl\:odd\:items-start:nth-child(odd) {
    align-items: flex-start;
  }

  .\32xl\:odd\:items-end:nth-child(odd) {
    align-items: flex-end;
  }

  .\32xl\:odd\:items-center:nth-child(odd) {
    align-items: center;
  }

  .\32xl\:odd\:items-baseline:nth-child(odd) {
    align-items: baseline;
  }

  .\32xl\:odd\:items-stretch:nth-child(odd) {
    align-items: stretch;
  }

  .\32xl\:even\:items-start:nth-child(even) {
    align-items: flex-start;
  }

  .\32xl\:even\:items-end:nth-child(even) {
    align-items: flex-end;
  }

  .\32xl\:even\:items-center:nth-child(even) {
    align-items: center;
  }

  .\32xl\:even\:items-baseline:nth-child(even) {
    align-items: baseline;
  }

  .\32xl\:even\:items-stretch:nth-child(even) {
    align-items: stretch;
  }

  .\32xl\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .\32xl\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .\32xl\:hover\:items-center:hover {
    align-items: center;
  }

  .\32xl\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .\32xl\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .\32xl\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .\32xl\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .\32xl\:focus\:items-center:focus {
    align-items: center;
  }

  .\32xl\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .\32xl\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .\32xl\:active\:items-start:active {
    align-items: flex-start;
  }

  .\32xl\:active\:items-end:active {
    align-items: flex-end;
  }

  .\32xl\:active\:items-center:active {
    align-items: center;
  }

  .\32xl\:active\:items-baseline:active {
    align-items: baseline;
  }

  .\32xl\:active\:items-stretch:active {
    align-items: stretch;
  }

  .\32xl\:visited\:items-start:visited {
    align-items: flex-start;
  }

  .\32xl\:visited\:items-end:visited {
    align-items: flex-end;
  }

  .\32xl\:visited\:items-center:visited {
    align-items: center;
  }

  .\32xl\:visited\:items-baseline:visited {
    align-items: baseline;
  }

  .\32xl\:visited\:items-stretch:visited {
    align-items: stretch;
  }

  .\32xl\:disabled\:items-start:disabled {
    align-items: flex-start;
  }

  .\32xl\:disabled\:items-end:disabled {
    align-items: flex-end;
  }

  .\32xl\:disabled\:items-center:disabled {
    align-items: center;
  }

  .\32xl\:disabled\:items-baseline:disabled {
    align-items: baseline;
  }

  .\32xl\:disabled\:items-stretch:disabled {
    align-items: stretch;
  }

  .\32xl\:content-center {
    align-content: center;
  }

  .\32xl\:content-start {
    align-content: flex-start;
  }

  .\32xl\:content-end {
    align-content: flex-end;
  }

  .\32xl\:content-between {
    align-content: space-between;
  }

  .\32xl\:content-around {
    align-content: space-around;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly;
  }

  .group:hover .\32xl\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .\32xl\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .\32xl\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .\32xl\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .\32xl\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .\32xl\:group-hover\:content-evenly {
    align-content: space-evenly;
  }

  .\32xl\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .\32xl\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .\32xl\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .\32xl\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .\32xl\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .\32xl\:focus-within\:content-evenly:focus-within {
    align-content: space-evenly;
  }

  .\32xl\:first\:content-center:first-child {
    align-content: center;
  }

  .\32xl\:first\:content-start:first-child {
    align-content: flex-start;
  }

  .\32xl\:first\:content-end:first-child {
    align-content: flex-end;
  }

  .\32xl\:first\:content-between:first-child {
    align-content: space-between;
  }

  .\32xl\:first\:content-around:first-child {
    align-content: space-around;
  }

  .\32xl\:first\:content-evenly:first-child {
    align-content: space-evenly;
  }

  .\32xl\:last\:content-center:last-child {
    align-content: center;
  }

  .\32xl\:last\:content-start:last-child {
    align-content: flex-start;
  }

  .\32xl\:last\:content-end:last-child {
    align-content: flex-end;
  }

  .\32xl\:last\:content-between:last-child {
    align-content: space-between;
  }

  .\32xl\:last\:content-around:last-child {
    align-content: space-around;
  }

  .\32xl\:last\:content-evenly:last-child {
    align-content: space-evenly;
  }

  .\32xl\:odd\:content-center:nth-child(odd) {
    align-content: center;
  }

  .\32xl\:odd\:content-start:nth-child(odd) {
    align-content: flex-start;
  }

  .\32xl\:odd\:content-end:nth-child(odd) {
    align-content: flex-end;
  }

  .\32xl\:odd\:content-between:nth-child(odd) {
    align-content: space-between;
  }

  .\32xl\:odd\:content-around:nth-child(odd) {
    align-content: space-around;
  }

  .\32xl\:odd\:content-evenly:nth-child(odd) {
    align-content: space-evenly;
  }

  .\32xl\:even\:content-center:nth-child(even) {
    align-content: center;
  }

  .\32xl\:even\:content-start:nth-child(even) {
    align-content: flex-start;
  }

  .\32xl\:even\:content-end:nth-child(even) {
    align-content: flex-end;
  }

  .\32xl\:even\:content-between:nth-child(even) {
    align-content: space-between;
  }

  .\32xl\:even\:content-around:nth-child(even) {
    align-content: space-around;
  }

  .\32xl\:even\:content-evenly:nth-child(even) {
    align-content: space-evenly;
  }

  .\32xl\:hover\:content-center:hover {
    align-content: center;
  }

  .\32xl\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .\32xl\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .\32xl\:hover\:content-between:hover {
    align-content: space-between;
  }

  .\32xl\:hover\:content-around:hover {
    align-content: space-around;
  }

  .\32xl\:hover\:content-evenly:hover {
    align-content: space-evenly;
  }

  .\32xl\:focus\:content-center:focus {
    align-content: center;
  }

  .\32xl\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .\32xl\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .\32xl\:focus\:content-between:focus {
    align-content: space-between;
  }

  .\32xl\:focus\:content-around:focus {
    align-content: space-around;
  }

  .\32xl\:focus\:content-evenly:focus {
    align-content: space-evenly;
  }

  .\32xl\:active\:content-center:active {
    align-content: center;
  }

  .\32xl\:active\:content-start:active {
    align-content: flex-start;
  }

  .\32xl\:active\:content-end:active {
    align-content: flex-end;
  }

  .\32xl\:active\:content-between:active {
    align-content: space-between;
  }

  .\32xl\:active\:content-around:active {
    align-content: space-around;
  }

  .\32xl\:active\:content-evenly:active {
    align-content: space-evenly;
  }

  .\32xl\:visited\:content-center:visited {
    align-content: center;
  }

  .\32xl\:visited\:content-start:visited {
    align-content: flex-start;
  }

  .\32xl\:visited\:content-end:visited {
    align-content: flex-end;
  }

  .\32xl\:visited\:content-between:visited {
    align-content: space-between;
  }

  .\32xl\:visited\:content-around:visited {
    align-content: space-around;
  }

  .\32xl\:visited\:content-evenly:visited {
    align-content: space-evenly;
  }

  .\32xl\:disabled\:content-center:disabled {
    align-content: center;
  }

  .\32xl\:disabled\:content-start:disabled {
    align-content: flex-start;
  }

  .\32xl\:disabled\:content-end:disabled {
    align-content: flex-end;
  }

  .\32xl\:disabled\:content-between:disabled {
    align-content: space-between;
  }

  .\32xl\:disabled\:content-around:disabled {
    align-content: space-around;
  }

  .\32xl\:disabled\:content-evenly:disabled {
    align-content: space-evenly;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .group:hover .\32xl\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .\32xl\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .\32xl\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .\32xl\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .\32xl\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .\32xl\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .\32xl\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .\32xl\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .\32xl\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .\32xl\:first\:self-auto:first-child {
    align-self: auto;
  }

  .\32xl\:first\:self-start:first-child {
    align-self: flex-start;
  }

  .\32xl\:first\:self-end:first-child {
    align-self: flex-end;
  }

  .\32xl\:first\:self-center:first-child {
    align-self: center;
  }

  .\32xl\:first\:self-stretch:first-child {
    align-self: stretch;
  }

  .\32xl\:last\:self-auto:last-child {
    align-self: auto;
  }

  .\32xl\:last\:self-start:last-child {
    align-self: flex-start;
  }

  .\32xl\:last\:self-end:last-child {
    align-self: flex-end;
  }

  .\32xl\:last\:self-center:last-child {
    align-self: center;
  }

  .\32xl\:last\:self-stretch:last-child {
    align-self: stretch;
  }

  .\32xl\:odd\:self-auto:nth-child(odd) {
    align-self: auto;
  }

  .\32xl\:odd\:self-start:nth-child(odd) {
    align-self: flex-start;
  }

  .\32xl\:odd\:self-end:nth-child(odd) {
    align-self: flex-end;
  }

  .\32xl\:odd\:self-center:nth-child(odd) {
    align-self: center;
  }

  .\32xl\:odd\:self-stretch:nth-child(odd) {
    align-self: stretch;
  }

  .\32xl\:even\:self-auto:nth-child(even) {
    align-self: auto;
  }

  .\32xl\:even\:self-start:nth-child(even) {
    align-self: flex-start;
  }

  .\32xl\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }

  .\32xl\:even\:self-center:nth-child(even) {
    align-self: center;
  }

  .\32xl\:even\:self-stretch:nth-child(even) {
    align-self: stretch;
  }

  .\32xl\:hover\:self-auto:hover {
    align-self: auto;
  }

  .\32xl\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .\32xl\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .\32xl\:hover\:self-center:hover {
    align-self: center;
  }

  .\32xl\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .\32xl\:focus\:self-auto:focus {
    align-self: auto;
  }

  .\32xl\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .\32xl\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .\32xl\:focus\:self-center:focus {
    align-self: center;
  }

  .\32xl\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .\32xl\:active\:self-auto:active {
    align-self: auto;
  }

  .\32xl\:active\:self-start:active {
    align-self: flex-start;
  }

  .\32xl\:active\:self-end:active {
    align-self: flex-end;
  }

  .\32xl\:active\:self-center:active {
    align-self: center;
  }

  .\32xl\:active\:self-stretch:active {
    align-self: stretch;
  }

  .\32xl\:visited\:self-auto:visited {
    align-self: auto;
  }

  .\32xl\:visited\:self-start:visited {
    align-self: flex-start;
  }

  .\32xl\:visited\:self-end:visited {
    align-self: flex-end;
  }

  .\32xl\:visited\:self-center:visited {
    align-self: center;
  }

  .\32xl\:visited\:self-stretch:visited {
    align-self: stretch;
  }

  .\32xl\:disabled\:self-auto:disabled {
    align-self: auto;
  }

  .\32xl\:disabled\:self-start:disabled {
    align-self: flex-start;
  }

  .\32xl\:disabled\:self-end:disabled {
    align-self: flex-end;
  }

  .\32xl\:disabled\:self-center:disabled {
    align-self: center;
  }

  .\32xl\:disabled\:self-stretch:disabled {
    align-self: stretch;
  }

  .\32xl\:justify-items-auto {
    justify-items: auto;
  }

  .\32xl\:justify-items-start {
    justify-items: start;
  }

  .\32xl\:justify-items-end {
    justify-items: end;
  }

  .\32xl\:justify-items-center {
    justify-items: center;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .group:hover .\32xl\:group-hover\:justify-items-auto {
    justify-items: auto;
  }

  .group:hover .\32xl\:group-hover\:justify-items-start {
    justify-items: start;
  }

  .group:hover .\32xl\:group-hover\:justify-items-end {
    justify-items: end;
  }

  .group:hover .\32xl\:group-hover\:justify-items-center {
    justify-items: center;
  }

  .group:hover .\32xl\:group-hover\:justify-items-stretch {
    justify-items: stretch;
  }

  .\32xl\:focus-within\:justify-items-auto:focus-within {
    justify-items: auto;
  }

  .\32xl\:focus-within\:justify-items-start:focus-within {
    justify-items: start;
  }

  .\32xl\:focus-within\:justify-items-end:focus-within {
    justify-items: end;
  }

  .\32xl\:focus-within\:justify-items-center:focus-within {
    justify-items: center;
  }

  .\32xl\:focus-within\:justify-items-stretch:focus-within {
    justify-items: stretch;
  }

  .\32xl\:first\:justify-items-auto:first-child {
    justify-items: auto;
  }

  .\32xl\:first\:justify-items-start:first-child {
    justify-items: start;
  }

  .\32xl\:first\:justify-items-end:first-child {
    justify-items: end;
  }

  .\32xl\:first\:justify-items-center:first-child {
    justify-items: center;
  }

  .\32xl\:first\:justify-items-stretch:first-child {
    justify-items: stretch;
  }

  .\32xl\:last\:justify-items-auto:last-child {
    justify-items: auto;
  }

  .\32xl\:last\:justify-items-start:last-child {
    justify-items: start;
  }

  .\32xl\:last\:justify-items-end:last-child {
    justify-items: end;
  }

  .\32xl\:last\:justify-items-center:last-child {
    justify-items: center;
  }

  .\32xl\:last\:justify-items-stretch:last-child {
    justify-items: stretch;
  }

  .\32xl\:odd\:justify-items-auto:nth-child(odd) {
    justify-items: auto;
  }

  .\32xl\:odd\:justify-items-start:nth-child(odd) {
    justify-items: start;
  }

  .\32xl\:odd\:justify-items-end:nth-child(odd) {
    justify-items: end;
  }

  .\32xl\:odd\:justify-items-center:nth-child(odd) {
    justify-items: center;
  }

  .\32xl\:odd\:justify-items-stretch:nth-child(odd) {
    justify-items: stretch;
  }

  .\32xl\:even\:justify-items-auto:nth-child(even) {
    justify-items: auto;
  }

  .\32xl\:even\:justify-items-start:nth-child(even) {
    justify-items: start;
  }

  .\32xl\:even\:justify-items-end:nth-child(even) {
    justify-items: end;
  }

  .\32xl\:even\:justify-items-center:nth-child(even) {
    justify-items: center;
  }

  .\32xl\:even\:justify-items-stretch:nth-child(even) {
    justify-items: stretch;
  }

  .\32xl\:hover\:justify-items-auto:hover {
    justify-items: auto;
  }

  .\32xl\:hover\:justify-items-start:hover {
    justify-items: start;
  }

  .\32xl\:hover\:justify-items-end:hover {
    justify-items: end;
  }

  .\32xl\:hover\:justify-items-center:hover {
    justify-items: center;
  }

  .\32xl\:hover\:justify-items-stretch:hover {
    justify-items: stretch;
  }

  .\32xl\:focus\:justify-items-auto:focus {
    justify-items: auto;
  }

  .\32xl\:focus\:justify-items-start:focus {
    justify-items: start;
  }

  .\32xl\:focus\:justify-items-end:focus {
    justify-items: end;
  }

  .\32xl\:focus\:justify-items-center:focus {
    justify-items: center;
  }

  .\32xl\:focus\:justify-items-stretch:focus {
    justify-items: stretch;
  }

  .\32xl\:active\:justify-items-auto:active {
    justify-items: auto;
  }

  .\32xl\:active\:justify-items-start:active {
    justify-items: start;
  }

  .\32xl\:active\:justify-items-end:active {
    justify-items: end;
  }

  .\32xl\:active\:justify-items-center:active {
    justify-items: center;
  }

  .\32xl\:active\:justify-items-stretch:active {
    justify-items: stretch;
  }

  .\32xl\:visited\:justify-items-auto:visited {
    justify-items: auto;
  }

  .\32xl\:visited\:justify-items-start:visited {
    justify-items: start;
  }

  .\32xl\:visited\:justify-items-end:visited {
    justify-items: end;
  }

  .\32xl\:visited\:justify-items-center:visited {
    justify-items: center;
  }

  .\32xl\:visited\:justify-items-stretch:visited {
    justify-items: stretch;
  }

  .\32xl\:disabled\:justify-items-auto:disabled {
    justify-items: auto;
  }

  .\32xl\:disabled\:justify-items-start:disabled {
    justify-items: start;
  }

  .\32xl\:disabled\:justify-items-end:disabled {
    justify-items: end;
  }

  .\32xl\:disabled\:justify-items-center:disabled {
    justify-items: center;
  }

  .\32xl\:disabled\:justify-items-stretch:disabled {
    justify-items: stretch;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .group:hover .\32xl\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .\32xl\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .\32xl\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .\32xl\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .\32xl\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .\32xl\:group-hover\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .\32xl\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .\32xl\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .\32xl\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .\32xl\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .\32xl\:focus-within\:justify-evenly:focus-within {
    justify-content: space-evenly;
  }

  .\32xl\:first\:justify-start:first-child {
    justify-content: flex-start;
  }

  .\32xl\:first\:justify-end:first-child {
    justify-content: flex-end;
  }

  .\32xl\:first\:justify-center:first-child {
    justify-content: center;
  }

  .\32xl\:first\:justify-between:first-child {
    justify-content: space-between;
  }

  .\32xl\:first\:justify-around:first-child {
    justify-content: space-around;
  }

  .\32xl\:first\:justify-evenly:first-child {
    justify-content: space-evenly;
  }

  .\32xl\:last\:justify-start:last-child {
    justify-content: flex-start;
  }

  .\32xl\:last\:justify-end:last-child {
    justify-content: flex-end;
  }

  .\32xl\:last\:justify-center:last-child {
    justify-content: center;
  }

  .\32xl\:last\:justify-between:last-child {
    justify-content: space-between;
  }

  .\32xl\:last\:justify-around:last-child {
    justify-content: space-around;
  }

  .\32xl\:last\:justify-evenly:last-child {
    justify-content: space-evenly;
  }

  .\32xl\:odd\:justify-start:nth-child(odd) {
    justify-content: flex-start;
  }

  .\32xl\:odd\:justify-end:nth-child(odd) {
    justify-content: flex-end;
  }

  .\32xl\:odd\:justify-center:nth-child(odd) {
    justify-content: center;
  }

  .\32xl\:odd\:justify-between:nth-child(odd) {
    justify-content: space-between;
  }

  .\32xl\:odd\:justify-around:nth-child(odd) {
    justify-content: space-around;
  }

  .\32xl\:odd\:justify-evenly:nth-child(odd) {
    justify-content: space-evenly;
  }

  .\32xl\:even\:justify-start:nth-child(even) {
    justify-content: flex-start;
  }

  .\32xl\:even\:justify-end:nth-child(even) {
    justify-content: flex-end;
  }

  .\32xl\:even\:justify-center:nth-child(even) {
    justify-content: center;
  }

  .\32xl\:even\:justify-between:nth-child(even) {
    justify-content: space-between;
  }

  .\32xl\:even\:justify-around:nth-child(even) {
    justify-content: space-around;
  }

  .\32xl\:even\:justify-evenly:nth-child(even) {
    justify-content: space-evenly;
  }

  .\32xl\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .\32xl\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .\32xl\:hover\:justify-center:hover {
    justify-content: center;
  }

  .\32xl\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .\32xl\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .\32xl\:hover\:justify-evenly:hover {
    justify-content: space-evenly;
  }

  .\32xl\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .\32xl\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .\32xl\:focus\:justify-center:focus {
    justify-content: center;
  }

  .\32xl\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .\32xl\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .\32xl\:focus\:justify-evenly:focus {
    justify-content: space-evenly;
  }

  .\32xl\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .\32xl\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .\32xl\:active\:justify-center:active {
    justify-content: center;
  }

  .\32xl\:active\:justify-between:active {
    justify-content: space-between;
  }

  .\32xl\:active\:justify-around:active {
    justify-content: space-around;
  }

  .\32xl\:active\:justify-evenly:active {
    justify-content: space-evenly;
  }

  .\32xl\:visited\:justify-start:visited {
    justify-content: flex-start;
  }

  .\32xl\:visited\:justify-end:visited {
    justify-content: flex-end;
  }

  .\32xl\:visited\:justify-center:visited {
    justify-content: center;
  }

  .\32xl\:visited\:justify-between:visited {
    justify-content: space-between;
  }

  .\32xl\:visited\:justify-around:visited {
    justify-content: space-around;
  }

  .\32xl\:visited\:justify-evenly:visited {
    justify-content: space-evenly;
  }

  .\32xl\:disabled\:justify-start:disabled {
    justify-content: flex-start;
  }

  .\32xl\:disabled\:justify-end:disabled {
    justify-content: flex-end;
  }

  .\32xl\:disabled\:justify-center:disabled {
    justify-content: center;
  }

  .\32xl\:disabled\:justify-between:disabled {
    justify-content: space-between;
  }

  .\32xl\:disabled\:justify-around:disabled {
    justify-content: space-around;
  }

  .\32xl\:disabled\:justify-evenly:disabled {
    justify-content: space-evenly;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl\:justify-self-start {
    justify-self: start;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:justify-self-center {
    justify-self: center;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .group:hover .\32xl\:group-hover\:justify-self-auto {
    justify-self: auto;
  }

  .group:hover .\32xl\:group-hover\:justify-self-start {
    justify-self: start;
  }

  .group:hover .\32xl\:group-hover\:justify-self-end {
    justify-self: end;
  }

  .group:hover .\32xl\:group-hover\:justify-self-center {
    justify-self: center;
  }

  .group:hover .\32xl\:group-hover\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl\:focus-within\:justify-self-auto:focus-within {
    justify-self: auto;
  }

  .\32xl\:focus-within\:justify-self-start:focus-within {
    justify-self: start;
  }

  .\32xl\:focus-within\:justify-self-end:focus-within {
    justify-self: end;
  }

  .\32xl\:focus-within\:justify-self-center:focus-within {
    justify-self: center;
  }

  .\32xl\:focus-within\:justify-self-stretch:focus-within {
    justify-self: stretch;
  }

  .\32xl\:first\:justify-self-auto:first-child {
    justify-self: auto;
  }

  .\32xl\:first\:justify-self-start:first-child {
    justify-self: start;
  }

  .\32xl\:first\:justify-self-end:first-child {
    justify-self: end;
  }

  .\32xl\:first\:justify-self-center:first-child {
    justify-self: center;
  }

  .\32xl\:first\:justify-self-stretch:first-child {
    justify-self: stretch;
  }

  .\32xl\:last\:justify-self-auto:last-child {
    justify-self: auto;
  }

  .\32xl\:last\:justify-self-start:last-child {
    justify-self: start;
  }

  .\32xl\:last\:justify-self-end:last-child {
    justify-self: end;
  }

  .\32xl\:last\:justify-self-center:last-child {
    justify-self: center;
  }

  .\32xl\:last\:justify-self-stretch:last-child {
    justify-self: stretch;
  }

  .\32xl\:odd\:justify-self-auto:nth-child(odd) {
    justify-self: auto;
  }

  .\32xl\:odd\:justify-self-start:nth-child(odd) {
    justify-self: start;
  }

  .\32xl\:odd\:justify-self-end:nth-child(odd) {
    justify-self: end;
  }

  .\32xl\:odd\:justify-self-center:nth-child(odd) {
    justify-self: center;
  }

  .\32xl\:odd\:justify-self-stretch:nth-child(odd) {
    justify-self: stretch;
  }

  .\32xl\:even\:justify-self-auto:nth-child(even) {
    justify-self: auto;
  }

  .\32xl\:even\:justify-self-start:nth-child(even) {
    justify-self: start;
  }

  .\32xl\:even\:justify-self-end:nth-child(even) {
    justify-self: end;
  }

  .\32xl\:even\:justify-self-center:nth-child(even) {
    justify-self: center;
  }

  .\32xl\:even\:justify-self-stretch:nth-child(even) {
    justify-self: stretch;
  }

  .\32xl\:hover\:justify-self-auto:hover {
    justify-self: auto;
  }

  .\32xl\:hover\:justify-self-start:hover {
    justify-self: start;
  }

  .\32xl\:hover\:justify-self-end:hover {
    justify-self: end;
  }

  .\32xl\:hover\:justify-self-center:hover {
    justify-self: center;
  }

  .\32xl\:hover\:justify-self-stretch:hover {
    justify-self: stretch;
  }

  .\32xl\:focus\:justify-self-auto:focus {
    justify-self: auto;
  }

  .\32xl\:focus\:justify-self-start:focus {
    justify-self: start;
  }

  .\32xl\:focus\:justify-self-end:focus {
    justify-self: end;
  }

  .\32xl\:focus\:justify-self-center:focus {
    justify-self: center;
  }

  .\32xl\:focus\:justify-self-stretch:focus {
    justify-self: stretch;
  }

  .\32xl\:active\:justify-self-auto:active {
    justify-self: auto;
  }

  .\32xl\:active\:justify-self-start:active {
    justify-self: start;
  }

  .\32xl\:active\:justify-self-end:active {
    justify-self: end;
  }

  .\32xl\:active\:justify-self-center:active {
    justify-self: center;
  }

  .\32xl\:active\:justify-self-stretch:active {
    justify-self: stretch;
  }

  .\32xl\:visited\:justify-self-auto:visited {
    justify-self: auto;
  }

  .\32xl\:visited\:justify-self-start:visited {
    justify-self: start;
  }

  .\32xl\:visited\:justify-self-end:visited {
    justify-self: end;
  }

  .\32xl\:visited\:justify-self-center:visited {
    justify-self: center;
  }

  .\32xl\:visited\:justify-self-stretch:visited {
    justify-self: stretch;
  }

  .\32xl\:disabled\:justify-self-auto:disabled {
    justify-self: auto;
  }

  .\32xl\:disabled\:justify-self-start:disabled {
    justify-self: start;
  }

  .\32xl\:disabled\:justify-self-end:disabled {
    justify-self: end;
  }

  .\32xl\:disabled\:justify-self-center:disabled {
    justify-self: center;
  }

  .\32xl\:disabled\:justify-self-stretch:disabled {
    justify-self: stretch;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .group:hover .\32xl\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .\32xl\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .\32xl\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .\32xl\:group-hover\:flex-none {
    flex: none;
  }

  .\32xl\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .\32xl\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .\32xl\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .\32xl\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .\32xl\:first\:flex-1:first-child {
    flex: 1 1 0%;
  }

  .\32xl\:first\:flex-auto:first-child {
    flex: 1 1 auto;
  }

  .\32xl\:first\:flex-initial:first-child {
    flex: 0 1 auto;
  }

  .\32xl\:first\:flex-none:first-child {
    flex: none;
  }

  .\32xl\:last\:flex-1:last-child {
    flex: 1 1 0%;
  }

  .\32xl\:last\:flex-auto:last-child {
    flex: 1 1 auto;
  }

  .\32xl\:last\:flex-initial:last-child {
    flex: 0 1 auto;
  }

  .\32xl\:last\:flex-none:last-child {
    flex: none;
  }

  .\32xl\:odd\:flex-1:nth-child(odd) {
    flex: 1 1 0%;
  }

  .\32xl\:odd\:flex-auto:nth-child(odd) {
    flex: 1 1 auto;
  }

  .\32xl\:odd\:flex-initial:nth-child(odd) {
    flex: 0 1 auto;
  }

  .\32xl\:odd\:flex-none:nth-child(odd) {
    flex: none;
  }

  .\32xl\:even\:flex-1:nth-child(even) {
    flex: 1 1 0%;
  }

  .\32xl\:even\:flex-auto:nth-child(even) {
    flex: 1 1 auto;
  }

  .\32xl\:even\:flex-initial:nth-child(even) {
    flex: 0 1 auto;
  }

  .\32xl\:even\:flex-none:nth-child(even) {
    flex: none;
  }

  .\32xl\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .\32xl\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .\32xl\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .\32xl\:hover\:flex-none:hover {
    flex: none;
  }

  .\32xl\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .\32xl\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .\32xl\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .\32xl\:focus\:flex-none:focus {
    flex: none;
  }

  .\32xl\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .\32xl\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .\32xl\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .\32xl\:active\:flex-none:active {
    flex: none;
  }

  .\32xl\:visited\:flex-1:visited {
    flex: 1 1 0%;
  }

  .\32xl\:visited\:flex-auto:visited {
    flex: 1 1 auto;
  }

  .\32xl\:visited\:flex-initial:visited {
    flex: 0 1 auto;
  }

  .\32xl\:visited\:flex-none:visited {
    flex: none;
  }

  .\32xl\:disabled\:flex-1:disabled {
    flex: 1 1 0%;
  }

  .\32xl\:disabled\:flex-auto:disabled {
    flex: 1 1 auto;
  }

  .\32xl\:disabled\:flex-initial:disabled {
    flex: 0 1 auto;
  }

  .\32xl\:disabled\:flex-none:disabled {
    flex: none;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .\32xl\:group-hover\:flex-grow-0 {
    flex-grow: 0;
  }

  .group:hover .\32xl\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:focus-within\:flex-grow-0:focus-within {
    flex-grow: 0;
  }

  .\32xl\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .\32xl\:first\:flex-grow-0:first-child {
    flex-grow: 0;
  }

  .\32xl\:first\:flex-grow:first-child {
    flex-grow: 1;
  }

  .\32xl\:last\:flex-grow-0:last-child {
    flex-grow: 0;
  }

  .\32xl\:last\:flex-grow:last-child {
    flex-grow: 1;
  }

  .\32xl\:odd\:flex-grow-0:nth-child(odd) {
    flex-grow: 0;
  }

  .\32xl\:odd\:flex-grow:nth-child(odd) {
    flex-grow: 1;
  }

  .\32xl\:even\:flex-grow-0:nth-child(even) {
    flex-grow: 0;
  }

  .\32xl\:even\:flex-grow:nth-child(even) {
    flex-grow: 1;
  }

  .\32xl\:hover\:flex-grow-0:hover {
    flex-grow: 0;
  }

  .\32xl\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .\32xl\:focus\:flex-grow-0:focus {
    flex-grow: 0;
  }

  .\32xl\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .\32xl\:active\:flex-grow-0:active {
    flex-grow: 0;
  }

  .\32xl\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .\32xl\:visited\:flex-grow-0:visited {
    flex-grow: 0;
  }

  .\32xl\:visited\:flex-grow:visited {
    flex-grow: 1;
  }

  .\32xl\:disabled\:flex-grow-0:disabled {
    flex-grow: 0;
  }

  .\32xl\:disabled\:flex-grow:disabled {
    flex-grow: 1;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .\32xl\:group-hover\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .group:hover .\32xl\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:focus-within\:flex-shrink-0:focus-within {
    flex-shrink: 0;
  }

  .\32xl\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .\32xl\:first\:flex-shrink-0:first-child {
    flex-shrink: 0;
  }

  .\32xl\:first\:flex-shrink:first-child {
    flex-shrink: 1;
  }

  .\32xl\:last\:flex-shrink-0:last-child {
    flex-shrink: 0;
  }

  .\32xl\:last\:flex-shrink:last-child {
    flex-shrink: 1;
  }

  .\32xl\:odd\:flex-shrink-0:nth-child(odd) {
    flex-shrink: 0;
  }

  .\32xl\:odd\:flex-shrink:nth-child(odd) {
    flex-shrink: 1;
  }

  .\32xl\:even\:flex-shrink-0:nth-child(even) {
    flex-shrink: 0;
  }

  .\32xl\:even\:flex-shrink:nth-child(even) {
    flex-shrink: 1;
  }

  .\32xl\:hover\:flex-shrink-0:hover {
    flex-shrink: 0;
  }

  .\32xl\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .\32xl\:focus\:flex-shrink-0:focus {
    flex-shrink: 0;
  }

  .\32xl\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .\32xl\:active\:flex-shrink-0:active {
    flex-shrink: 0;
  }

  .\32xl\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .\32xl\:visited\:flex-shrink-0:visited {
    flex-shrink: 0;
  }

  .\32xl\:visited\:flex-shrink:visited {
    flex-shrink: 1;
  }

  .\32xl\:disabled\:flex-shrink-0:disabled {
    flex-shrink: 0;
  }

  .\32xl\:disabled\:flex-shrink:disabled {
    flex-shrink: 1;
  }

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:order-3 {
    order: 3;
  }

  .\32xl\:order-4 {
    order: 4;
  }

  .\32xl\:order-5 {
    order: 5;
  }

  .\32xl\:order-6 {
    order: 6;
  }

  .\32xl\:order-7 {
    order: 7;
  }

  .\32xl\:order-8 {
    order: 8;
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:order-10 {
    order: 10;
  }

  .\32xl\:order-11 {
    order: 11;
  }

  .\32xl\:order-12 {
    order: 12;
  }

  .\32xl\:order-first {
    order: -9999;
  }

  .\32xl\:order-last {
    order: 9999;
  }

  .\32xl\:order-none {
    order: 0;
  }

  .group:hover .\32xl\:group-hover\:order-1 {
    order: 1;
  }

  .group:hover .\32xl\:group-hover\:order-2 {
    order: 2;
  }

  .group:hover .\32xl\:group-hover\:order-3 {
    order: 3;
  }

  .group:hover .\32xl\:group-hover\:order-4 {
    order: 4;
  }

  .group:hover .\32xl\:group-hover\:order-5 {
    order: 5;
  }

  .group:hover .\32xl\:group-hover\:order-6 {
    order: 6;
  }

  .group:hover .\32xl\:group-hover\:order-7 {
    order: 7;
  }

  .group:hover .\32xl\:group-hover\:order-8 {
    order: 8;
  }

  .group:hover .\32xl\:group-hover\:order-9 {
    order: 9;
  }

  .group:hover .\32xl\:group-hover\:order-10 {
    order: 10;
  }

  .group:hover .\32xl\:group-hover\:order-11 {
    order: 11;
  }

  .group:hover .\32xl\:group-hover\:order-12 {
    order: 12;
  }

  .group:hover .\32xl\:group-hover\:order-first {
    order: -9999;
  }

  .group:hover .\32xl\:group-hover\:order-last {
    order: 9999;
  }

  .group:hover .\32xl\:group-hover\:order-none {
    order: 0;
  }

  .\32xl\:focus-within\:order-1:focus-within {
    order: 1;
  }

  .\32xl\:focus-within\:order-2:focus-within {
    order: 2;
  }

  .\32xl\:focus-within\:order-3:focus-within {
    order: 3;
  }

  .\32xl\:focus-within\:order-4:focus-within {
    order: 4;
  }

  .\32xl\:focus-within\:order-5:focus-within {
    order: 5;
  }

  .\32xl\:focus-within\:order-6:focus-within {
    order: 6;
  }

  .\32xl\:focus-within\:order-7:focus-within {
    order: 7;
  }

  .\32xl\:focus-within\:order-8:focus-within {
    order: 8;
  }

  .\32xl\:focus-within\:order-9:focus-within {
    order: 9;
  }

  .\32xl\:focus-within\:order-10:focus-within {
    order: 10;
  }

  .\32xl\:focus-within\:order-11:focus-within {
    order: 11;
  }

  .\32xl\:focus-within\:order-12:focus-within {
    order: 12;
  }

  .\32xl\:focus-within\:order-first:focus-within {
    order: -9999;
  }

  .\32xl\:focus-within\:order-last:focus-within {
    order: 9999;
  }

  .\32xl\:focus-within\:order-none:focus-within {
    order: 0;
  }

  .\32xl\:first\:order-1:first-child {
    order: 1;
  }

  .\32xl\:first\:order-2:first-child {
    order: 2;
  }

  .\32xl\:first\:order-3:first-child {
    order: 3;
  }

  .\32xl\:first\:order-4:first-child {
    order: 4;
  }

  .\32xl\:first\:order-5:first-child {
    order: 5;
  }

  .\32xl\:first\:order-6:first-child {
    order: 6;
  }

  .\32xl\:first\:order-7:first-child {
    order: 7;
  }

  .\32xl\:first\:order-8:first-child {
    order: 8;
  }

  .\32xl\:first\:order-9:first-child {
    order: 9;
  }

  .\32xl\:first\:order-10:first-child {
    order: 10;
  }

  .\32xl\:first\:order-11:first-child {
    order: 11;
  }

  .\32xl\:first\:order-12:first-child {
    order: 12;
  }

  .\32xl\:first\:order-first:first-child {
    order: -9999;
  }

  .\32xl\:first\:order-last:first-child {
    order: 9999;
  }

  .\32xl\:first\:order-none:first-child {
    order: 0;
  }

  .\32xl\:last\:order-1:last-child {
    order: 1;
  }

  .\32xl\:last\:order-2:last-child {
    order: 2;
  }

  .\32xl\:last\:order-3:last-child {
    order: 3;
  }

  .\32xl\:last\:order-4:last-child {
    order: 4;
  }

  .\32xl\:last\:order-5:last-child {
    order: 5;
  }

  .\32xl\:last\:order-6:last-child {
    order: 6;
  }

  .\32xl\:last\:order-7:last-child {
    order: 7;
  }

  .\32xl\:last\:order-8:last-child {
    order: 8;
  }

  .\32xl\:last\:order-9:last-child {
    order: 9;
  }

  .\32xl\:last\:order-10:last-child {
    order: 10;
  }

  .\32xl\:last\:order-11:last-child {
    order: 11;
  }

  .\32xl\:last\:order-12:last-child {
    order: 12;
  }

  .\32xl\:last\:order-first:last-child {
    order: -9999;
  }

  .\32xl\:last\:order-last:last-child {
    order: 9999;
  }

  .\32xl\:last\:order-none:last-child {
    order: 0;
  }

  .\32xl\:odd\:order-1:nth-child(odd) {
    order: 1;
  }

  .\32xl\:odd\:order-2:nth-child(odd) {
    order: 2;
  }

  .\32xl\:odd\:order-3:nth-child(odd) {
    order: 3;
  }

  .\32xl\:odd\:order-4:nth-child(odd) {
    order: 4;
  }

  .\32xl\:odd\:order-5:nth-child(odd) {
    order: 5;
  }

  .\32xl\:odd\:order-6:nth-child(odd) {
    order: 6;
  }

  .\32xl\:odd\:order-7:nth-child(odd) {
    order: 7;
  }

  .\32xl\:odd\:order-8:nth-child(odd) {
    order: 8;
  }

  .\32xl\:odd\:order-9:nth-child(odd) {
    order: 9;
  }

  .\32xl\:odd\:order-10:nth-child(odd) {
    order: 10;
  }

  .\32xl\:odd\:order-11:nth-child(odd) {
    order: 11;
  }

  .\32xl\:odd\:order-12:nth-child(odd) {
    order: 12;
  }

  .\32xl\:odd\:order-first:nth-child(odd) {
    order: -9999;
  }

  .\32xl\:odd\:order-last:nth-child(odd) {
    order: 9999;
  }

  .\32xl\:odd\:order-none:nth-child(odd) {
    order: 0;
  }

  .\32xl\:even\:order-1:nth-child(even) {
    order: 1;
  }

  .\32xl\:even\:order-2:nth-child(even) {
    order: 2;
  }

  .\32xl\:even\:order-3:nth-child(even) {
    order: 3;
  }

  .\32xl\:even\:order-4:nth-child(even) {
    order: 4;
  }

  .\32xl\:even\:order-5:nth-child(even) {
    order: 5;
  }

  .\32xl\:even\:order-6:nth-child(even) {
    order: 6;
  }

  .\32xl\:even\:order-7:nth-child(even) {
    order: 7;
  }

  .\32xl\:even\:order-8:nth-child(even) {
    order: 8;
  }

  .\32xl\:even\:order-9:nth-child(even) {
    order: 9;
  }

  .\32xl\:even\:order-10:nth-child(even) {
    order: 10;
  }

  .\32xl\:even\:order-11:nth-child(even) {
    order: 11;
  }

  .\32xl\:even\:order-12:nth-child(even) {
    order: 12;
  }

  .\32xl\:even\:order-first:nth-child(even) {
    order: -9999;
  }

  .\32xl\:even\:order-last:nth-child(even) {
    order: 9999;
  }

  .\32xl\:even\:order-none:nth-child(even) {
    order: 0;
  }

  .\32xl\:hover\:order-1:hover {
    order: 1;
  }

  .\32xl\:hover\:order-2:hover {
    order: 2;
  }

  .\32xl\:hover\:order-3:hover {
    order: 3;
  }

  .\32xl\:hover\:order-4:hover {
    order: 4;
  }

  .\32xl\:hover\:order-5:hover {
    order: 5;
  }

  .\32xl\:hover\:order-6:hover {
    order: 6;
  }

  .\32xl\:hover\:order-7:hover {
    order: 7;
  }

  .\32xl\:hover\:order-8:hover {
    order: 8;
  }

  .\32xl\:hover\:order-9:hover {
    order: 9;
  }

  .\32xl\:hover\:order-10:hover {
    order: 10;
  }

  .\32xl\:hover\:order-11:hover {
    order: 11;
  }

  .\32xl\:hover\:order-12:hover {
    order: 12;
  }

  .\32xl\:hover\:order-first:hover {
    order: -9999;
  }

  .\32xl\:hover\:order-last:hover {
    order: 9999;
  }

  .\32xl\:hover\:order-none:hover {
    order: 0;
  }

  .\32xl\:focus\:order-1:focus {
    order: 1;
  }

  .\32xl\:focus\:order-2:focus {
    order: 2;
  }

  .\32xl\:focus\:order-3:focus {
    order: 3;
  }

  .\32xl\:focus\:order-4:focus {
    order: 4;
  }

  .\32xl\:focus\:order-5:focus {
    order: 5;
  }

  .\32xl\:focus\:order-6:focus {
    order: 6;
  }

  .\32xl\:focus\:order-7:focus {
    order: 7;
  }

  .\32xl\:focus\:order-8:focus {
    order: 8;
  }

  .\32xl\:focus\:order-9:focus {
    order: 9;
  }

  .\32xl\:focus\:order-10:focus {
    order: 10;
  }

  .\32xl\:focus\:order-11:focus {
    order: 11;
  }

  .\32xl\:focus\:order-12:focus {
    order: 12;
  }

  .\32xl\:focus\:order-first:focus {
    order: -9999;
  }

  .\32xl\:focus\:order-last:focus {
    order: 9999;
  }

  .\32xl\:focus\:order-none:focus {
    order: 0;
  }

  .\32xl\:active\:order-1:active {
    order: 1;
  }

  .\32xl\:active\:order-2:active {
    order: 2;
  }

  .\32xl\:active\:order-3:active {
    order: 3;
  }

  .\32xl\:active\:order-4:active {
    order: 4;
  }

  .\32xl\:active\:order-5:active {
    order: 5;
  }

  .\32xl\:active\:order-6:active {
    order: 6;
  }

  .\32xl\:active\:order-7:active {
    order: 7;
  }

  .\32xl\:active\:order-8:active {
    order: 8;
  }

  .\32xl\:active\:order-9:active {
    order: 9;
  }

  .\32xl\:active\:order-10:active {
    order: 10;
  }

  .\32xl\:active\:order-11:active {
    order: 11;
  }

  .\32xl\:active\:order-12:active {
    order: 12;
  }

  .\32xl\:active\:order-first:active {
    order: -9999;
  }

  .\32xl\:active\:order-last:active {
    order: 9999;
  }

  .\32xl\:active\:order-none:active {
    order: 0;
  }

  .\32xl\:visited\:order-1:visited {
    order: 1;
  }

  .\32xl\:visited\:order-2:visited {
    order: 2;
  }

  .\32xl\:visited\:order-3:visited {
    order: 3;
  }

  .\32xl\:visited\:order-4:visited {
    order: 4;
  }

  .\32xl\:visited\:order-5:visited {
    order: 5;
  }

  .\32xl\:visited\:order-6:visited {
    order: 6;
  }

  .\32xl\:visited\:order-7:visited {
    order: 7;
  }

  .\32xl\:visited\:order-8:visited {
    order: 8;
  }

  .\32xl\:visited\:order-9:visited {
    order: 9;
  }

  .\32xl\:visited\:order-10:visited {
    order: 10;
  }

  .\32xl\:visited\:order-11:visited {
    order: 11;
  }

  .\32xl\:visited\:order-12:visited {
    order: 12;
  }

  .\32xl\:visited\:order-first:visited {
    order: -9999;
  }

  .\32xl\:visited\:order-last:visited {
    order: 9999;
  }

  .\32xl\:visited\:order-none:visited {
    order: 0;
  }

  .\32xl\:disabled\:order-1:disabled {
    order: 1;
  }

  .\32xl\:disabled\:order-2:disabled {
    order: 2;
  }

  .\32xl\:disabled\:order-3:disabled {
    order: 3;
  }

  .\32xl\:disabled\:order-4:disabled {
    order: 4;
  }

  .\32xl\:disabled\:order-5:disabled {
    order: 5;
  }

  .\32xl\:disabled\:order-6:disabled {
    order: 6;
  }

  .\32xl\:disabled\:order-7:disabled {
    order: 7;
  }

  .\32xl\:disabled\:order-8:disabled {
    order: 8;
  }

  .\32xl\:disabled\:order-9:disabled {
    order: 9;
  }

  .\32xl\:disabled\:order-10:disabled {
    order: 10;
  }

  .\32xl\:disabled\:order-11:disabled {
    order: 11;
  }

  .\32xl\:disabled\:order-12:disabled {
    order: 12;
  }

  .\32xl\:disabled\:order-first:disabled {
    order: -9999;
  }

  .\32xl\:disabled\:order-last:disabled {
    order: 9999;
  }

  .\32xl\:disabled\:order-none:disabled {
    order: 0;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .group:hover .\32xl\:group-hover\:float-right {
    float: right;
  }

  .group:hover .\32xl\:group-hover\:float-left {
    float: left;
  }

  .group:hover .\32xl\:group-hover\:float-none {
    float: none;
  }

  .\32xl\:focus-within\:float-right:focus-within {
    float: right;
  }

  .\32xl\:focus-within\:float-left:focus-within {
    float: left;
  }

  .\32xl\:focus-within\:float-none:focus-within {
    float: none;
  }

  .\32xl\:first\:float-right:first-child {
    float: right;
  }

  .\32xl\:first\:float-left:first-child {
    float: left;
  }

  .\32xl\:first\:float-none:first-child {
    float: none;
  }

  .\32xl\:last\:float-right:last-child {
    float: right;
  }

  .\32xl\:last\:float-left:last-child {
    float: left;
  }

  .\32xl\:last\:float-none:last-child {
    float: none;
  }

  .\32xl\:odd\:float-right:nth-child(odd) {
    float: right;
  }

  .\32xl\:odd\:float-left:nth-child(odd) {
    float: left;
  }

  .\32xl\:odd\:float-none:nth-child(odd) {
    float: none;
  }

  .\32xl\:even\:float-right:nth-child(even) {
    float: right;
  }

  .\32xl\:even\:float-left:nth-child(even) {
    float: left;
  }

  .\32xl\:even\:float-none:nth-child(even) {
    float: none;
  }

  .\32xl\:hover\:float-right:hover {
    float: right;
  }

  .\32xl\:hover\:float-left:hover {
    float: left;
  }

  .\32xl\:hover\:float-none:hover {
    float: none;
  }

  .\32xl\:focus\:float-right:focus {
    float: right;
  }

  .\32xl\:focus\:float-left:focus {
    float: left;
  }

  .\32xl\:focus\:float-none:focus {
    float: none;
  }

  .\32xl\:active\:float-right:active {
    float: right;
  }

  .\32xl\:active\:float-left:active {
    float: left;
  }

  .\32xl\:active\:float-none:active {
    float: none;
  }

  .\32xl\:visited\:float-right:visited {
    float: right;
  }

  .\32xl\:visited\:float-left:visited {
    float: left;
  }

  .\32xl\:visited\:float-none:visited {
    float: none;
  }

  .\32xl\:disabled\:float-right:disabled {
    float: right;
  }

  .\32xl\:disabled\:float-left:disabled {
    float: left;
  }

  .\32xl\:disabled\:float-none:disabled {
    float: none;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .group:hover .\32xl\:group-hover\:clear-left {
    clear: left;
  }

  .group:hover .\32xl\:group-hover\:clear-right {
    clear: right;
  }

  .group:hover .\32xl\:group-hover\:clear-both {
    clear: both;
  }

  .group:hover .\32xl\:group-hover\:clear-none {
    clear: none;
  }

  .\32xl\:focus-within\:clear-left:focus-within {
    clear: left;
  }

  .\32xl\:focus-within\:clear-right:focus-within {
    clear: right;
  }

  .\32xl\:focus-within\:clear-both:focus-within {
    clear: both;
  }

  .\32xl\:focus-within\:clear-none:focus-within {
    clear: none;
  }

  .\32xl\:first\:clear-left:first-child {
    clear: left;
  }

  .\32xl\:first\:clear-right:first-child {
    clear: right;
  }

  .\32xl\:first\:clear-both:first-child {
    clear: both;
  }

  .\32xl\:first\:clear-none:first-child {
    clear: none;
  }

  .\32xl\:last\:clear-left:last-child {
    clear: left;
  }

  .\32xl\:last\:clear-right:last-child {
    clear: right;
  }

  .\32xl\:last\:clear-both:last-child {
    clear: both;
  }

  .\32xl\:last\:clear-none:last-child {
    clear: none;
  }

  .\32xl\:odd\:clear-left:nth-child(odd) {
    clear: left;
  }

  .\32xl\:odd\:clear-right:nth-child(odd) {
    clear: right;
  }

  .\32xl\:odd\:clear-both:nth-child(odd) {
    clear: both;
  }

  .\32xl\:odd\:clear-none:nth-child(odd) {
    clear: none;
  }

  .\32xl\:even\:clear-left:nth-child(even) {
    clear: left;
  }

  .\32xl\:even\:clear-right:nth-child(even) {
    clear: right;
  }

  .\32xl\:even\:clear-both:nth-child(even) {
    clear: both;
  }

  .\32xl\:even\:clear-none:nth-child(even) {
    clear: none;
  }

  .\32xl\:hover\:clear-left:hover {
    clear: left;
  }

  .\32xl\:hover\:clear-right:hover {
    clear: right;
  }

  .\32xl\:hover\:clear-both:hover {
    clear: both;
  }

  .\32xl\:hover\:clear-none:hover {
    clear: none;
  }

  .\32xl\:focus\:clear-left:focus {
    clear: left;
  }

  .\32xl\:focus\:clear-right:focus {
    clear: right;
  }

  .\32xl\:focus\:clear-both:focus {
    clear: both;
  }

  .\32xl\:focus\:clear-none:focus {
    clear: none;
  }

  .\32xl\:active\:clear-left:active {
    clear: left;
  }

  .\32xl\:active\:clear-right:active {
    clear: right;
  }

  .\32xl\:active\:clear-both:active {
    clear: both;
  }

  .\32xl\:active\:clear-none:active {
    clear: none;
  }

  .\32xl\:visited\:clear-left:visited {
    clear: left;
  }

  .\32xl\:visited\:clear-right:visited {
    clear: right;
  }

  .\32xl\:visited\:clear-both:visited {
    clear: both;
  }

  .\32xl\:visited\:clear-none:visited {
    clear: none;
  }

  .\32xl\:disabled\:clear-left:disabled {
    clear: left;
  }

  .\32xl\:disabled\:clear-right:disabled {
    clear: right;
  }

  .\32xl\:disabled\:clear-both:disabled {
    clear: both;
  }

  .\32xl\:disabled\:clear-none:disabled {
    clear: none;
  }

  .\32xl\:font-sans {
    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";
  }

  .\32xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .group:hover .\32xl\:group-hover\:font-sans {
    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";
  }

  .group:hover .\32xl\:group-hover\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .group:hover .\32xl\:group-hover\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:focus-within\:font-sans:focus-within {
    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";
  }

  .\32xl\:focus-within\:font-serif:focus-within {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:focus-within\:font-mono:focus-within {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:first\:font-sans:first-child {
    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";
  }

  .\32xl\:first\:font-serif:first-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:first\:font-mono:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:last\:font-sans:last-child {
    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";
  }

  .\32xl\:last\:font-serif:last-child {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:last\:font-mono:last-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:odd\:font-sans:nth-child(odd) {
    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";
  }

  .\32xl\:odd\:font-serif:nth-child(odd) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:odd\:font-mono:nth-child(odd) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:even\:font-sans:nth-child(even) {
    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";
  }

  .\32xl\:even\:font-serif:nth-child(even) {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:even\:font-mono:nth-child(even) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:hover\:font-sans:hover {
    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";
  }

  .\32xl\:hover\:font-serif:hover {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:hover\:font-mono:hover {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:focus\:font-sans:focus {
    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";
  }

  .\32xl\:focus\:font-serif:focus {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:focus\:font-mono:focus {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:active\:font-sans:active {
    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";
  }

  .\32xl\:active\:font-serif:active {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:active\:font-mono:active {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:visited\:font-sans:visited {
    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";
  }

  .\32xl\:visited\:font-serif:visited {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:visited\:font-mono:visited {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:disabled\:font-sans:disabled {
    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";
  }

  .\32xl\:disabled\:font-serif:disabled {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:disabled\:font-mono:disabled {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:font-thin {
    font-weight: 100;
  }

  .\32xl\:font-extralight {
    font-weight: 200;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 700;
  }

  .\32xl\:font-extrabold {
    font-weight: 800;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .group:hover .\32xl\:group-hover\:font-thin {
    font-weight: 100;
  }

  .group:hover .\32xl\:group-hover\:font-extralight {
    font-weight: 200;
  }

  .group:hover .\32xl\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .\32xl\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .\32xl\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .\32xl\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .\32xl\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .\32xl\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .\32xl\:group-hover\:font-black {
    font-weight: 900;
  }

  .\32xl\:focus-within\:font-thin:focus-within {
    font-weight: 100;
  }

  .\32xl\:focus-within\:font-extralight:focus-within {
    font-weight: 200;
  }

  .\32xl\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .\32xl\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .\32xl\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .\32xl\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .\32xl\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .\32xl\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .\32xl\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .\32xl\:first\:font-thin:first-child {
    font-weight: 100;
  }

  .\32xl\:first\:font-extralight:first-child {
    font-weight: 200;
  }

  .\32xl\:first\:font-light:first-child {
    font-weight: 300;
  }

  .\32xl\:first\:font-normal:first-child {
    font-weight: 400;
  }

  .\32xl\:first\:font-medium:first-child {
    font-weight: 500;
  }

  .\32xl\:first\:font-semibold:first-child {
    font-weight: 600;
  }

  .\32xl\:first\:font-bold:first-child {
    font-weight: 700;
  }

  .\32xl\:first\:font-extrabold:first-child {
    font-weight: 800;
  }

  .\32xl\:first\:font-black:first-child {
    font-weight: 900;
  }

  .\32xl\:last\:font-thin:last-child {
    font-weight: 100;
  }

  .\32xl\:last\:font-extralight:last-child {
    font-weight: 200;
  }

  .\32xl\:last\:font-light:last-child {
    font-weight: 300;
  }

  .\32xl\:last\:font-normal:last-child {
    font-weight: 400;
  }

  .\32xl\:last\:font-medium:last-child {
    font-weight: 500;
  }

  .\32xl\:last\:font-semibold:last-child {
    font-weight: 600;
  }

  .\32xl\:last\:font-bold:last-child {
    font-weight: 700;
  }

  .\32xl\:last\:font-extrabold:last-child {
    font-weight: 800;
  }

  .\32xl\:last\:font-black:last-child {
    font-weight: 900;
  }

  .\32xl\:odd\:font-thin:nth-child(odd) {
    font-weight: 100;
  }

  .\32xl\:odd\:font-extralight:nth-child(odd) {
    font-weight: 200;
  }

  .\32xl\:odd\:font-light:nth-child(odd) {
    font-weight: 300;
  }

  .\32xl\:odd\:font-normal:nth-child(odd) {
    font-weight: 400;
  }

  .\32xl\:odd\:font-medium:nth-child(odd) {
    font-weight: 500;
  }

  .\32xl\:odd\:font-semibold:nth-child(odd) {
    font-weight: 600;
  }

  .\32xl\:odd\:font-bold:nth-child(odd) {
    font-weight: 700;
  }

  .\32xl\:odd\:font-extrabold:nth-child(odd) {
    font-weight: 800;
  }

  .\32xl\:odd\:font-black:nth-child(odd) {
    font-weight: 900;
  }

  .\32xl\:even\:font-thin:nth-child(even) {
    font-weight: 100;
  }

  .\32xl\:even\:font-extralight:nth-child(even) {
    font-weight: 200;
  }

  .\32xl\:even\:font-light:nth-child(even) {
    font-weight: 300;
  }

  .\32xl\:even\:font-normal:nth-child(even) {
    font-weight: 400;
  }

  .\32xl\:even\:font-medium:nth-child(even) {
    font-weight: 500;
  }

  .\32xl\:even\:font-semibold:nth-child(even) {
    font-weight: 600;
  }

  .\32xl\:even\:font-bold:nth-child(even) {
    font-weight: 700;
  }

  .\32xl\:even\:font-extrabold:nth-child(even) {
    font-weight: 800;
  }

  .\32xl\:even\:font-black:nth-child(even) {
    font-weight: 900;
  }

  .\32xl\:hover\:font-thin:hover {
    font-weight: 100;
  }

  .\32xl\:hover\:font-extralight:hover {
    font-weight: 200;
  }

  .\32xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .\32xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .\32xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .\32xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .\32xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .\32xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .\32xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .\32xl\:focus\:font-thin:focus {
    font-weight: 100;
  }

  .\32xl\:focus\:font-extralight:focus {
    font-weight: 200;
  }

  .\32xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .\32xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .\32xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .\32xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .\32xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .\32xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .\32xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .\32xl\:active\:font-thin:active {
    font-weight: 100;
  }

  .\32xl\:active\:font-extralight:active {
    font-weight: 200;
  }

  .\32xl\:active\:font-light:active {
    font-weight: 300;
  }

  .\32xl\:active\:font-normal:active {
    font-weight: 400;
  }

  .\32xl\:active\:font-medium:active {
    font-weight: 500;
  }

  .\32xl\:active\:font-semibold:active {
    font-weight: 600;
  }

  .\32xl\:active\:font-bold:active {
    font-weight: 700;
  }

  .\32xl\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .\32xl\:active\:font-black:active {
    font-weight: 900;
  }

  .\32xl\:visited\:font-thin:visited {
    font-weight: 100;
  }

  .\32xl\:visited\:font-extralight:visited {
    font-weight: 200;
  }

  .\32xl\:visited\:font-light:visited {
    font-weight: 300;
  }

  .\32xl\:visited\:font-normal:visited {
    font-weight: 400;
  }

  .\32xl\:visited\:font-medium:visited {
    font-weight: 500;
  }

  .\32xl\:visited\:font-semibold:visited {
    font-weight: 600;
  }

  .\32xl\:visited\:font-bold:visited {
    font-weight: 700;
  }

  .\32xl\:visited\:font-extrabold:visited {
    font-weight: 800;
  }

  .\32xl\:visited\:font-black:visited {
    font-weight: 900;
  }

  .\32xl\:disabled\:font-thin:disabled {
    font-weight: 100;
  }

  .\32xl\:disabled\:font-extralight:disabled {
    font-weight: 200;
  }

  .\32xl\:disabled\:font-light:disabled {
    font-weight: 300;
  }

  .\32xl\:disabled\:font-normal:disabled {
    font-weight: 400;
  }

  .\32xl\:disabled\:font-medium:disabled {
    font-weight: 500;
  }

  .\32xl\:disabled\:font-semibold:disabled {
    font-weight: 600;
  }

  .\32xl\:disabled\:font-bold:disabled {
    font-weight: 700;
  }

  .\32xl\:disabled\:font-extrabold:disabled {
    font-weight: 800;
  }

  .\32xl\:disabled\:font-black:disabled {
    font-weight: 900;
  }

  .\32xl\:h-0 {
    height: 0px;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-1\/2 {
    height: 50%;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\32xl\:h-1\/4 {
    height: 25%;
  }

  .\32xl\:h-2\/4 {
    height: 50%;
  }

  .\32xl\:h-3\/4 {
    height: 75%;
  }

  .\32xl\:h-1\/5 {
    height: 20%;
  }

  .\32xl\:h-2\/5 {
    height: 40%;
  }

  .\32xl\:h-3\/5 {
    height: 60%;
  }

  .\32xl\:h-4\/5 {
    height: 80%;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl\:h-3\/6 {
    height: 50%;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .group:hover .\32xl\:group-hover\:h-0 {
    height: 0px;
  }

  .group:hover .\32xl\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .\32xl\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .\32xl\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:h-11 {
    height: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .\32xl\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .\32xl\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .\32xl\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .\32xl\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .\32xl\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .\32xl\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .\32xl\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .\32xl\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .\32xl\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .\32xl\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .\32xl\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .\32xl\:group-hover\:h-60 {
    height: 15rem;
  }

  .group:hover .\32xl\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .\32xl\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .\32xl\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .\32xl\:group-hover\:h-96 {
    height: 24rem;
  }

  .group:hover .\32xl\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .\32xl\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .\32xl\:group-hover\:h-0\.5 {
    height: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:h-1\.5 {
    height: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:h-2\.5 {
    height: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:h-3\.5 {
    height: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .\32xl\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .\32xl\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .\32xl\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .\32xl\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .\32xl\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .\32xl\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .\32xl\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .\32xl\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .\32xl\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .\32xl\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .\32xl\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .\32xl\:group-hover\:h-screen {
    height: 100vh;
  }

  .\32xl\:focus-within\:h-0:focus-within {
    height: 0px;
  }

  .\32xl\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .\32xl\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .\32xl\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .\32xl\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .\32xl\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .\32xl\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .\32xl\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .\32xl\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .\32xl\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .\32xl\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .\32xl\:focus-within\:h-11:focus-within {
    height: 2.75rem;
  }

  .\32xl\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .\32xl\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .\32xl\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .\32xl\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .\32xl\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .\32xl\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .\32xl\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .\32xl\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .\32xl\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .\32xl\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .\32xl\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .\32xl\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .\32xl\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .\32xl\:focus-within\:h-60:focus-within {
    height: 15rem;
  }

  .\32xl\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .\32xl\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .\32xl\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .\32xl\:focus-within\:h-96:focus-within {
    height: 24rem;
  }

  .\32xl\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .\32xl\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .\32xl\:focus-within\:h-0\.5:focus-within {
    height: 0.125rem;
  }

  .\32xl\:focus-within\:h-1\.5:focus-within {
    height: 0.375rem;
  }

  .\32xl\:focus-within\:h-2\.5:focus-within {
    height: 0.625rem;
  }

  .\32xl\:focus-within\:h-3\.5:focus-within {
    height: 0.875rem;
  }

  .\32xl\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .\32xl\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .\32xl\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .\32xl\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .\32xl\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .\32xl\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .\32xl\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .\32xl\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .\32xl\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .\32xl\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .\32xl\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .\32xl\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .\32xl\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .\32xl\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .\32xl\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .\32xl\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .\32xl\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .\32xl\:first\:h-0:first-child {
    height: 0px;
  }

  .\32xl\:first\:h-1:first-child {
    height: 0.25rem;
  }

  .\32xl\:first\:h-2:first-child {
    height: 0.5rem;
  }

  .\32xl\:first\:h-3:first-child {
    height: 0.75rem;
  }

  .\32xl\:first\:h-4:first-child {
    height: 1rem;
  }

  .\32xl\:first\:h-5:first-child {
    height: 1.25rem;
  }

  .\32xl\:first\:h-6:first-child {
    height: 1.5rem;
  }

  .\32xl\:first\:h-7:first-child {
    height: 1.75rem;
  }

  .\32xl\:first\:h-8:first-child {
    height: 2rem;
  }

  .\32xl\:first\:h-9:first-child {
    height: 2.25rem;
  }

  .\32xl\:first\:h-10:first-child {
    height: 2.5rem;
  }

  .\32xl\:first\:h-11:first-child {
    height: 2.75rem;
  }

  .\32xl\:first\:h-12:first-child {
    height: 3rem;
  }

  .\32xl\:first\:h-14:first-child {
    height: 3.5rem;
  }

  .\32xl\:first\:h-16:first-child {
    height: 4rem;
  }

  .\32xl\:first\:h-20:first-child {
    height: 5rem;
  }

  .\32xl\:first\:h-24:first-child {
    height: 6rem;
  }

  .\32xl\:first\:h-28:first-child {
    height: 7rem;
  }

  .\32xl\:first\:h-32:first-child {
    height: 8rem;
  }

  .\32xl\:first\:h-36:first-child {
    height: 9rem;
  }

  .\32xl\:first\:h-40:first-child {
    height: 10rem;
  }

  .\32xl\:first\:h-44:first-child {
    height: 11rem;
  }

  .\32xl\:first\:h-48:first-child {
    height: 12rem;
  }

  .\32xl\:first\:h-52:first-child {
    height: 13rem;
  }

  .\32xl\:first\:h-56:first-child {
    height: 14rem;
  }

  .\32xl\:first\:h-60:first-child {
    height: 15rem;
  }

  .\32xl\:first\:h-64:first-child {
    height: 16rem;
  }

  .\32xl\:first\:h-72:first-child {
    height: 18rem;
  }

  .\32xl\:first\:h-80:first-child {
    height: 20rem;
  }

  .\32xl\:first\:h-96:first-child {
    height: 24rem;
  }

  .\32xl\:first\:h-auto:first-child {
    height: auto;
  }

  .\32xl\:first\:h-px:first-child {
    height: 1px;
  }

  .\32xl\:first\:h-0\.5:first-child {
    height: 0.125rem;
  }

  .\32xl\:first\:h-1\.5:first-child {
    height: 0.375rem;
  }

  .\32xl\:first\:h-2\.5:first-child {
    height: 0.625rem;
  }

  .\32xl\:first\:h-3\.5:first-child {
    height: 0.875rem;
  }

  .\32xl\:first\:h-1\/2:first-child {
    height: 50%;
  }

  .\32xl\:first\:h-1\/3:first-child {
    height: 33.333333%;
  }

  .\32xl\:first\:h-2\/3:first-child {
    height: 66.666667%;
  }

  .\32xl\:first\:h-1\/4:first-child {
    height: 25%;
  }

  .\32xl\:first\:h-2\/4:first-child {
    height: 50%;
  }

  .\32xl\:first\:h-3\/4:first-child {
    height: 75%;
  }

  .\32xl\:first\:h-1\/5:first-child {
    height: 20%;
  }

  .\32xl\:first\:h-2\/5:first-child {
    height: 40%;
  }

  .\32xl\:first\:h-3\/5:first-child {
    height: 60%;
  }

  .\32xl\:first\:h-4\/5:first-child {
    height: 80%;
  }

  .\32xl\:first\:h-1\/6:first-child {
    height: 16.666667%;
  }

  .\32xl\:first\:h-2\/6:first-child {
    height: 33.333333%;
  }

  .\32xl\:first\:h-3\/6:first-child {
    height: 50%;
  }

  .\32xl\:first\:h-4\/6:first-child {
    height: 66.666667%;
  }

  .\32xl\:first\:h-5\/6:first-child {
    height: 83.333333%;
  }

  .\32xl\:first\:h-full:first-child {
    height: 100%;
  }

  .\32xl\:first\:h-screen:first-child {
    height: 100vh;
  }

  .\32xl\:last\:h-0:last-child {
    height: 0px;
  }

  .\32xl\:last\:h-1:last-child {
    height: 0.25rem;
  }

  .\32xl\:last\:h-2:last-child {
    height: 0.5rem;
  }

  .\32xl\:last\:h-3:last-child {
    height: 0.75rem;
  }

  .\32xl\:last\:h-4:last-child {
    height: 1rem;
  }

  .\32xl\:last\:h-5:last-child {
    height: 1.25rem;
  }

  .\32xl\:last\:h-6:last-child {
    height: 1.5rem;
  }

  .\32xl\:last\:h-7:last-child {
    height: 1.75rem;
  }

  .\32xl\:last\:h-8:last-child {
    height: 2rem;
  }

  .\32xl\:last\:h-9:last-child {
    height: 2.25rem;
  }

  .\32xl\:last\:h-10:last-child {
    height: 2.5rem;
  }

  .\32xl\:last\:h-11:last-child {
    height: 2.75rem;
  }

  .\32xl\:last\:h-12:last-child {
    height: 3rem;
  }

  .\32xl\:last\:h-14:last-child {
    height: 3.5rem;
  }

  .\32xl\:last\:h-16:last-child {
    height: 4rem;
  }

  .\32xl\:last\:h-20:last-child {
    height: 5rem;
  }

  .\32xl\:last\:h-24:last-child {
    height: 6rem;
  }

  .\32xl\:last\:h-28:last-child {
    height: 7rem;
  }

  .\32xl\:last\:h-32:last-child {
    height: 8rem;
  }

  .\32xl\:last\:h-36:last-child {
    height: 9rem;
  }

  .\32xl\:last\:h-40:last-child {
    height: 10rem;
  }

  .\32xl\:last\:h-44:last-child {
    height: 11rem;
  }

  .\32xl\:last\:h-48:last-child {
    height: 12rem;
  }

  .\32xl\:last\:h-52:last-child {
    height: 13rem;
  }

  .\32xl\:last\:h-56:last-child {
    height: 14rem;
  }

  .\32xl\:last\:h-60:last-child {
    height: 15rem;
  }

  .\32xl\:last\:h-64:last-child {
    height: 16rem;
  }

  .\32xl\:last\:h-72:last-child {
    height: 18rem;
  }

  .\32xl\:last\:h-80:last-child {
    height: 20rem;
  }

  .\32xl\:last\:h-96:last-child {
    height: 24rem;
  }

  .\32xl\:last\:h-auto:last-child {
    height: auto;
  }

  .\32xl\:last\:h-px:last-child {
    height: 1px;
  }

  .\32xl\:last\:h-0\.5:last-child {
    height: 0.125rem;
  }

  .\32xl\:last\:h-1\.5:last-child {
    height: 0.375rem;
  }

  .\32xl\:last\:h-2\.5:last-child {
    height: 0.625rem;
  }

  .\32xl\:last\:h-3\.5:last-child {
    height: 0.875rem;
  }

  .\32xl\:last\:h-1\/2:last-child {
    height: 50%;
  }

  .\32xl\:last\:h-1\/3:last-child {
    height: 33.333333%;
  }

  .\32xl\:last\:h-2\/3:last-child {
    height: 66.666667%;
  }

  .\32xl\:last\:h-1\/4:last-child {
    height: 25%;
  }

  .\32xl\:last\:h-2\/4:last-child {
    height: 50%;
  }

  .\32xl\:last\:h-3\/4:last-child {
    height: 75%;
  }

  .\32xl\:last\:h-1\/5:last-child {
    height: 20%;
  }

  .\32xl\:last\:h-2\/5:last-child {
    height: 40%;
  }

  .\32xl\:last\:h-3\/5:last-child {
    height: 60%;
  }

  .\32xl\:last\:h-4\/5:last-child {
    height: 80%;
  }

  .\32xl\:last\:h-1\/6:last-child {
    height: 16.666667%;
  }

  .\32xl\:last\:h-2\/6:last-child {
    height: 33.333333%;
  }

  .\32xl\:last\:h-3\/6:last-child {
    height: 50%;
  }

  .\32xl\:last\:h-4\/6:last-child {
    height: 66.666667%;
  }

  .\32xl\:last\:h-5\/6:last-child {
    height: 83.333333%;
  }

  .\32xl\:last\:h-full:last-child {
    height: 100%;
  }

  .\32xl\:last\:h-screen:last-child {
    height: 100vh;
  }

  .\32xl\:odd\:h-0:nth-child(odd) {
    height: 0px;
  }

  .\32xl\:odd\:h-1:nth-child(odd) {
    height: 0.25rem;
  }

  .\32xl\:odd\:h-2:nth-child(odd) {
    height: 0.5rem;
  }

  .\32xl\:odd\:h-3:nth-child(odd) {
    height: 0.75rem;
  }

  .\32xl\:odd\:h-4:nth-child(odd) {
    height: 1rem;
  }

  .\32xl\:odd\:h-5:nth-child(odd) {
    height: 1.25rem;
  }

  .\32xl\:odd\:h-6:nth-child(odd) {
    height: 1.5rem;
  }

  .\32xl\:odd\:h-7:nth-child(odd) {
    height: 1.75rem;
  }

  .\32xl\:odd\:h-8:nth-child(odd) {
    height: 2rem;
  }

  .\32xl\:odd\:h-9:nth-child(odd) {
    height: 2.25rem;
  }

  .\32xl\:odd\:h-10:nth-child(odd) {
    height: 2.5rem;
  }

  .\32xl\:odd\:h-11:nth-child(odd) {
    height: 2.75rem;
  }

  .\32xl\:odd\:h-12:nth-child(odd) {
    height: 3rem;
  }

  .\32xl\:odd\:h-14:nth-child(odd) {
    height: 3.5rem;
  }

  .\32xl\:odd\:h-16:nth-child(odd) {
    height: 4rem;
  }

  .\32xl\:odd\:h-20:nth-child(odd) {
    height: 5rem;
  }

  .\32xl\:odd\:h-24:nth-child(odd) {
    height: 6rem;
  }

  .\32xl\:odd\:h-28:nth-child(odd) {
    height: 7rem;
  }

  .\32xl\:odd\:h-32:nth-child(odd) {
    height: 8rem;
  }

  .\32xl\:odd\:h-36:nth-child(odd) {
    height: 9rem;
  }

  .\32xl\:odd\:h-40:nth-child(odd) {
    height: 10rem;
  }

  .\32xl\:odd\:h-44:nth-child(odd) {
    height: 11rem;
  }

  .\32xl\:odd\:h-48:nth-child(odd) {
    height: 12rem;
  }

  .\32xl\:odd\:h-52:nth-child(odd) {
    height: 13rem;
  }

  .\32xl\:odd\:h-56:nth-child(odd) {
    height: 14rem;
  }

  .\32xl\:odd\:h-60:nth-child(odd) {
    height: 15rem;
  }

  .\32xl\:odd\:h-64:nth-child(odd) {
    height: 16rem;
  }

  .\32xl\:odd\:h-72:nth-child(odd) {
    height: 18rem;
  }

  .\32xl\:odd\:h-80:nth-child(odd) {
    height: 20rem;
  }

  .\32xl\:odd\:h-96:nth-child(odd) {
    height: 24rem;
  }

  .\32xl\:odd\:h-auto:nth-child(odd) {
    height: auto;
  }

  .\32xl\:odd\:h-px:nth-child(odd) {
    height: 1px;
  }

  .\32xl\:odd\:h-0\.5:nth-child(odd) {
    height: 0.125rem;
  }

  .\32xl\:odd\:h-1\.5:nth-child(odd) {
    height: 0.375rem;
  }

  .\32xl\:odd\:h-2\.5:nth-child(odd) {
    height: 0.625rem;
  }

  .\32xl\:odd\:h-3\.5:nth-child(odd) {
    height: 0.875rem;
  }

  .\32xl\:odd\:h-1\/2:nth-child(odd) {
    height: 50%;
  }

  .\32xl\:odd\:h-1\/3:nth-child(odd) {
    height: 33.333333%;
  }

  .\32xl\:odd\:h-2\/3:nth-child(odd) {
    height: 66.666667%;
  }

  .\32xl\:odd\:h-1\/4:nth-child(odd) {
    height: 25%;
  }

  .\32xl\:odd\:h-2\/4:nth-child(odd) {
    height: 50%;
  }

  .\32xl\:odd\:h-3\/4:nth-child(odd) {
    height: 75%;
  }

  .\32xl\:odd\:h-1\/5:nth-child(odd) {
    height: 20%;
  }

  .\32xl\:odd\:h-2\/5:nth-child(odd) {
    height: 40%;
  }

  .\32xl\:odd\:h-3\/5:nth-child(odd) {
    height: 60%;
  }

  .\32xl\:odd\:h-4\/5:nth-child(odd) {
    height: 80%;
  }

  .\32xl\:odd\:h-1\/6:nth-child(odd) {
    height: 16.666667%;
  }

  .\32xl\:odd\:h-2\/6:nth-child(odd) {
    height: 33.333333%;
  }

  .\32xl\:odd\:h-3\/6:nth-child(odd) {
    height: 50%;
  }

  .\32xl\:odd\:h-4\/6:nth-child(odd) {
    height: 66.666667%;
  }

  .\32xl\:odd\:h-5\/6:nth-child(odd) {
    height: 83.333333%;
  }

  .\32xl\:odd\:h-full:nth-child(odd) {
    height: 100%;
  }

  .\32xl\:odd\:h-screen:nth-child(odd) {
    height: 100vh;
  }

  .\32xl\:even\:h-0:nth-child(even) {
    height: 0px;
  }

  .\32xl\:even\:h-1:nth-child(even) {
    height: 0.25rem;
  }

  .\32xl\:even\:h-2:nth-child(even) {
    height: 0.5rem;
  }

  .\32xl\:even\:h-3:nth-child(even) {
    height: 0.75rem;
  }

  .\32xl\:even\:h-4:nth-child(even) {
    height: 1rem;
  }

  .\32xl\:even\:h-5:nth-child(even) {
    height: 1.25rem;
  }

  .\32xl\:even\:h-6:nth-child(even) {
    height: 1.5rem;
  }

  .\32xl\:even\:h-7:nth-child(even) {
    height: 1.75rem;
  }

  .\32xl\:even\:h-8:nth-child(even) {
    height: 2rem;
  }

  .\32xl\:even\:h-9:nth-child(even) {
    height: 2.25rem;
  }

  .\32xl\:even\:h-10:nth-child(even) {
    height: 2.5rem;
  }

  .\32xl\:even\:h-11:nth-child(even) {
    height: 2.75rem;
  }

  .\32xl\:even\:h-12:nth-child(even) {
    height: 3rem;
  }

  .\32xl\:even\:h-14:nth-child(even) {
    height: 3.5rem;
  }

  .\32xl\:even\:h-16:nth-child(even) {
    height: 4rem;
  }

  .\32xl\:even\:h-20:nth-child(even) {
    height: 5rem;
  }

  .\32xl\:even\:h-24:nth-child(even) {
    height: 6rem;
  }

  .\32xl\:even\:h-28:nth-child(even) {
    height: 7rem;
  }

  .\32xl\:even\:h-32:nth-child(even) {
    height: 8rem;
  }

  .\32xl\:even\:h-36:nth-child(even) {
    height: 9rem;
  }

  .\32xl\:even\:h-40:nth-child(even) {
    height: 10rem;
  }

  .\32xl\:even\:h-44:nth-child(even) {
    height: 11rem;
  }

  .\32xl\:even\:h-48:nth-child(even) {
    height: 12rem;
  }

  .\32xl\:even\:h-52:nth-child(even) {
    height: 13rem;
  }

  .\32xl\:even\:h-56:nth-child(even) {
    height: 14rem;
  }

  .\32xl\:even\:h-60:nth-child(even) {
    height: 15rem;
  }

  .\32xl\:even\:h-64:nth-child(even) {
    height: 16rem;
  }

  .\32xl\:even\:h-72:nth-child(even) {
    height: 18rem;
  }

  .\32xl\:even\:h-80:nth-child(even) {
    height: 20rem;
  }

  .\32xl\:even\:h-96:nth-child(even) {
    height: 24rem;
  }

  .\32xl\:even\:h-auto:nth-child(even) {
    height: auto;
  }

  .\32xl\:even\:h-px:nth-child(even) {
    height: 1px;
  }

  .\32xl\:even\:h-0\.5:nth-child(even) {
    height: 0.125rem;
  }

  .\32xl\:even\:h-1\.5:nth-child(even) {
    height: 0.375rem;
  }

  .\32xl\:even\:h-2\.5:nth-child(even) {
    height: 0.625rem;
  }

  .\32xl\:even\:h-3\.5:nth-child(even) {
    height: 0.875rem;
  }

  .\32xl\:even\:h-1\/2:nth-child(even) {
    height: 50%;
  }

  .\32xl\:even\:h-1\/3:nth-child(even) {
    height: 33.333333%;
  }

  .\32xl\:even\:h-2\/3:nth-child(even) {
    height: 66.666667%;
  }

  .\32xl\:even\:h-1\/4:nth-child(even) {
    height: 25%;
  }

  .\32xl\:even\:h-2\/4:nth-child(even) {
    height: 50%;
  }

  .\32xl\:even\:h-3\/4:nth-child(even) {
    height: 75%;
  }

  .\32xl\:even\:h-1\/5:nth-child(even) {
    height: 20%;
  }

  .\32xl\:even\:h-2\/5:nth-child(even) {
    height: 40%;
  }

  .\32xl\:even\:h-3\/5:nth-child(even) {
    height: 60%;
  }

  .\32xl\:even\:h-4\/5:nth-child(even) {
    height: 80%;
  }

  .\32xl\:even\:h-1\/6:nth-child(even) {
    height: 16.666667%;
  }

  .\32xl\:even\:h-2\/6:nth-child(even) {
    height: 33.333333%;
  }

  .\32xl\:even\:h-3\/6:nth-child(even) {
    height: 50%;
  }

  .\32xl\:even\:h-4\/6:nth-child(even) {
    height: 66.666667%;
  }

  .\32xl\:even\:h-5\/6:nth-child(even) {
    height: 83.333333%;
  }

  .\32xl\:even\:h-full:nth-child(even) {
    height: 100%;
  }

  .\32xl\:even\:h-screen:nth-child(even) {
    height: 100vh;
  }

  .\32xl\:hover\:h-0:hover {
    height: 0px;
  }

  .\32xl\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .\32xl\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .\32xl\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .\32xl\:hover\:h-4:hover {
    height: 1rem;
  }

  .\32xl\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .\32xl\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .\32xl\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .\32xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .\32xl\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .\32xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .\32xl\:hover\:h-11:hover {
    height: 2.75rem;
  }

  .\32xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .\32xl\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .\32xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .\32xl\:hover\:h-20:hover {
    height: 5rem;
  }

  .\32xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .\32xl\:hover\:h-28:hover {
    height: 7rem;
  }

  .\32xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .\32xl\:hover\:h-36:hover {
    height: 9rem;
  }

  .\32xl\:hover\:h-40:hover {
    height: 10rem;
  }

  .\32xl\:hover\:h-44:hover {
    height: 11rem;
  }

  .\32xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .\32xl\:hover\:h-52:hover {
    height: 13rem;
  }

  .\32xl\:hover\:h-56:hover {
    height: 14rem;
  }

  .\32xl\:hover\:h-60:hover {
    height: 15rem;
  }

  .\32xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .\32xl\:hover\:h-72:hover {
    height: 18rem;
  }

  .\32xl\:hover\:h-80:hover {
    height: 20rem;
  }

  .\32xl\:hover\:h-96:hover {
    height: 24rem;
  }

  .\32xl\:hover\:h-auto:hover {
    height: auto;
  }

  .\32xl\:hover\:h-px:hover {
    height: 1px;
  }

  .\32xl\:hover\:h-0\.5:hover {
    height: 0.125rem;
  }

  .\32xl\:hover\:h-1\.5:hover {
    height: 0.375rem;
  }

  .\32xl\:hover\:h-2\.5:hover {
    height: 0.625rem;
  }

  .\32xl\:hover\:h-3\.5:hover {
    height: 0.875rem;
  }

  .\32xl\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .\32xl\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .\32xl\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .\32xl\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .\32xl\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .\32xl\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .\32xl\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .\32xl\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .\32xl\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .\32xl\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .\32xl\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .\32xl\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .\32xl\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .\32xl\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .\32xl\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .\32xl\:hover\:h-full:hover {
    height: 100%;
  }

  .\32xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .\32xl\:focus\:h-0:focus {
    height: 0px;
  }

  .\32xl\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .\32xl\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .\32xl\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .\32xl\:focus\:h-4:focus {
    height: 1rem;
  }

  .\32xl\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .\32xl\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .\32xl\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .\32xl\:focus\:h-8:focus {
    height: 2rem;
  }

  .\32xl\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .\32xl\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .\32xl\:focus\:h-11:focus {
    height: 2.75rem;
  }

  .\32xl\:focus\:h-12:focus {
    height: 3rem;
  }

  .\32xl\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .\32xl\:focus\:h-16:focus {
    height: 4rem;
  }

  .\32xl\:focus\:h-20:focus {
    height: 5rem;
  }

  .\32xl\:focus\:h-24:focus {
    height: 6rem;
  }

  .\32xl\:focus\:h-28:focus {
    height: 7rem;
  }

  .\32xl\:focus\:h-32:focus {
    height: 8rem;
  }

  .\32xl\:focus\:h-36:focus {
    height: 9rem;
  }

  .\32xl\:focus\:h-40:focus {
    height: 10rem;
  }

  .\32xl\:focus\:h-44:focus {
    height: 11rem;
  }

  .\32xl\:focus\:h-48:focus {
    height: 12rem;
  }

  .\32xl\:focus\:h-52:focus {
    height: 13rem;
  }

  .\32xl\:focus\:h-56:focus {
    height: 14rem;
  }

  .\32xl\:focus\:h-60:focus {
    height: 15rem;
  }

  .\32xl\:focus\:h-64:focus {
    height: 16rem;
  }

  .\32xl\:focus\:h-72:focus {
    height: 18rem;
  }

  .\32xl\:focus\:h-80:focus {
    height: 20rem;
  }

  .\32xl\:focus\:h-96:focus {
    height: 24rem;
  }

  .\32xl\:focus\:h-auto:focus {
    height: auto;
  }

  .\32xl\:focus\:h-px:focus {
    height: 1px;
  }

  .\32xl\:focus\:h-0\.5:focus {
    height: 0.125rem;
  }

  .\32xl\:focus\:h-1\.5:focus {
    height: 0.375rem;
  }

  .\32xl\:focus\:h-2\.5:focus {
    height: 0.625rem;
  }

  .\32xl\:focus\:h-3\.5:focus {
    height: 0.875rem;
  }

  .\32xl\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .\32xl\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .\32xl\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .\32xl\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .\32xl\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .\32xl\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .\32xl\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .\32xl\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .\32xl\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .\32xl\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .\32xl\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .\32xl\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .\32xl\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .\32xl\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .\32xl\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .\32xl\:focus\:h-full:focus {
    height: 100%;
  }

  .\32xl\:focus\:h-screen:focus {
    height: 100vh;
  }

  .\32xl\:active\:h-0:active {
    height: 0px;
  }

  .\32xl\:active\:h-1:active {
    height: 0.25rem;
  }

  .\32xl\:active\:h-2:active {
    height: 0.5rem;
  }

  .\32xl\:active\:h-3:active {
    height: 0.75rem;
  }

  .\32xl\:active\:h-4:active {
    height: 1rem;
  }

  .\32xl\:active\:h-5:active {
    height: 1.25rem;
  }

  .\32xl\:active\:h-6:active {
    height: 1.5rem;
  }

  .\32xl\:active\:h-7:active {
    height: 1.75rem;
  }

  .\32xl\:active\:h-8:active {
    height: 2rem;
  }

  .\32xl\:active\:h-9:active {
    height: 2.25rem;
  }

  .\32xl\:active\:h-10:active {
    height: 2.5rem;
  }

  .\32xl\:active\:h-11:active {
    height: 2.75rem;
  }

  .\32xl\:active\:h-12:active {
    height: 3rem;
  }

  .\32xl\:active\:h-14:active {
    height: 3.5rem;
  }

  .\32xl\:active\:h-16:active {
    height: 4rem;
  }

  .\32xl\:active\:h-20:active {
    height: 5rem;
  }

  .\32xl\:active\:h-24:active {
    height: 6rem;
  }

  .\32xl\:active\:h-28:active {
    height: 7rem;
  }

  .\32xl\:active\:h-32:active {
    height: 8rem;
  }

  .\32xl\:active\:h-36:active {
    height: 9rem;
  }

  .\32xl\:active\:h-40:active {
    height: 10rem;
  }

  .\32xl\:active\:h-44:active {
    height: 11rem;
  }

  .\32xl\:active\:h-48:active {
    height: 12rem;
  }

  .\32xl\:active\:h-52:active {
    height: 13rem;
  }

  .\32xl\:active\:h-56:active {
    height: 14rem;
  }

  .\32xl\:active\:h-60:active {
    height: 15rem;
  }

  .\32xl\:active\:h-64:active {
    height: 16rem;
  }

  .\32xl\:active\:h-72:active {
    height: 18rem;
  }

  .\32xl\:active\:h-80:active {
    height: 20rem;
  }

  .\32xl\:active\:h-96:active {
    height: 24rem;
  }

  .\32xl\:active\:h-auto:active {
    height: auto;
  }

  .\32xl\:active\:h-px:active {
    height: 1px;
  }

  .\32xl\:active\:h-0\.5:active {
    height: 0.125rem;
  }

  .\32xl\:active\:h-1\.5:active {
    height: 0.375rem;
  }

  .\32xl\:active\:h-2\.5:active {
    height: 0.625rem;
  }

  .\32xl\:active\:h-3\.5:active {
    height: 0.875rem;
  }

  .\32xl\:active\:h-1\/2:active {
    height: 50%;
  }

  .\32xl\:active\:h-1\/3:active {
    height: 33.333333%;
  }

  .\32xl\:active\:h-2\/3:active {
    height: 66.666667%;
  }

  .\32xl\:active\:h-1\/4:active {
    height: 25%;
  }

  .\32xl\:active\:h-2\/4:active {
    height: 50%;
  }

  .\32xl\:active\:h-3\/4:active {
    height: 75%;
  }

  .\32xl\:active\:h-1\/5:active {
    height: 20%;
  }

  .\32xl\:active\:h-2\/5:active {
    height: 40%;
  }

  .\32xl\:active\:h-3\/5:active {
    height: 60%;
  }

  .\32xl\:active\:h-4\/5:active {
    height: 80%;
  }

  .\32xl\:active\:h-1\/6:active {
    height: 16.666667%;
  }

  .\32xl\:active\:h-2\/6:active {
    height: 33.333333%;
  }

  .\32xl\:active\:h-3\/6:active {
    height: 50%;
  }

  .\32xl\:active\:h-4\/6:active {
    height: 66.666667%;
  }

  .\32xl\:active\:h-5\/6:active {
    height: 83.333333%;
  }

  .\32xl\:active\:h-full:active {
    height: 100%;
  }

  .\32xl\:active\:h-screen:active {
    height: 100vh;
  }

  .\32xl\:visited\:h-0:visited {
    height: 0px;
  }

  .\32xl\:visited\:h-1:visited {
    height: 0.25rem;
  }

  .\32xl\:visited\:h-2:visited {
    height: 0.5rem;
  }

  .\32xl\:visited\:h-3:visited {
    height: 0.75rem;
  }

  .\32xl\:visited\:h-4:visited {
    height: 1rem;
  }

  .\32xl\:visited\:h-5:visited {
    height: 1.25rem;
  }

  .\32xl\:visited\:h-6:visited {
    height: 1.5rem;
  }

  .\32xl\:visited\:h-7:visited {
    height: 1.75rem;
  }

  .\32xl\:visited\:h-8:visited {
    height: 2rem;
  }

  .\32xl\:visited\:h-9:visited {
    height: 2.25rem;
  }

  .\32xl\:visited\:h-10:visited {
    height: 2.5rem;
  }

  .\32xl\:visited\:h-11:visited {
    height: 2.75rem;
  }

  .\32xl\:visited\:h-12:visited {
    height: 3rem;
  }

  .\32xl\:visited\:h-14:visited {
    height: 3.5rem;
  }

  .\32xl\:visited\:h-16:visited {
    height: 4rem;
  }

  .\32xl\:visited\:h-20:visited {
    height: 5rem;
  }

  .\32xl\:visited\:h-24:visited {
    height: 6rem;
  }

  .\32xl\:visited\:h-28:visited {
    height: 7rem;
  }

  .\32xl\:visited\:h-32:visited {
    height: 8rem;
  }

  .\32xl\:visited\:h-36:visited {
    height: 9rem;
  }

  .\32xl\:visited\:h-40:visited {
    height: 10rem;
  }

  .\32xl\:visited\:h-44:visited {
    height: 11rem;
  }

  .\32xl\:visited\:h-48:visited {
    height: 12rem;
  }

  .\32xl\:visited\:h-52:visited {
    height: 13rem;
  }

  .\32xl\:visited\:h-56:visited {
    height: 14rem;
  }

  .\32xl\:visited\:h-60:visited {
    height: 15rem;
  }

  .\32xl\:visited\:h-64:visited {
    height: 16rem;
  }

  .\32xl\:visited\:h-72:visited {
    height: 18rem;
  }

  .\32xl\:visited\:h-80:visited {
    height: 20rem;
  }

  .\32xl\:visited\:h-96:visited {
    height: 24rem;
  }

  .\32xl\:visited\:h-auto:visited {
    height: auto;
  }

  .\32xl\:visited\:h-px:visited {
    height: 1px;
  }

  .\32xl\:visited\:h-0\.5:visited {
    height: 0.125rem;
  }

  .\32xl\:visited\:h-1\.5:visited {
    height: 0.375rem;
  }

  .\32xl\:visited\:h-2\.5:visited {
    height: 0.625rem;
  }

  .\32xl\:visited\:h-3\.5:visited {
    height: 0.875rem;
  }

  .\32xl\:visited\:h-1\/2:visited {
    height: 50%;
  }

  .\32xl\:visited\:h-1\/3:visited {
    height: 33.333333%;
  }

  .\32xl\:visited\:h-2\/3:visited {
    height: 66.666667%;
  }

  .\32xl\:visited\:h-1\/4:visited {
    height: 25%;
  }

  .\32xl\:visited\:h-2\/4:visited {
    height: 50%;
  }

  .\32xl\:visited\:h-3\/4:visited {
    height: 75%;
  }

  .\32xl\:visited\:h-1\/5:visited {
    height: 20%;
  }

  .\32xl\:visited\:h-2\/5:visited {
    height: 40%;
  }

  .\32xl\:visited\:h-3\/5:visited {
    height: 60%;
  }

  .\32xl\:visited\:h-4\/5:visited {
    height: 80%;
  }

  .\32xl\:visited\:h-1\/6:visited {
    height: 16.666667%;
  }

  .\32xl\:visited\:h-2\/6:visited {
    height: 33.333333%;
  }

  .\32xl\:visited\:h-3\/6:visited {
    height: 50%;
  }

  .\32xl\:visited\:h-4\/6:visited {
    height: 66.666667%;
  }

  .\32xl\:visited\:h-5\/6:visited {
    height: 83.333333%;
  }

  .\32xl\:visited\:h-full:visited {
    height: 100%;
  }

  .\32xl\:visited\:h-screen:visited {
    height: 100vh;
  }

  .\32xl\:disabled\:h-0:disabled {
    height: 0px;
  }

  .\32xl\:disabled\:h-1:disabled {
    height: 0.25rem;
  }

  .\32xl\:disabled\:h-2:disabled {
    height: 0.5rem;
  }

  .\32xl\:disabled\:h-3:disabled {
    height: 0.75rem;
  }

  .\32xl\:disabled\:h-4:disabled {
    height: 1rem;
  }

  .\32xl\:disabled\:h-5:disabled {
    height: 1.25rem;
  }

  .\32xl\:disabled\:h-6:disabled {
    height: 1.5rem;
  }

  .\32xl\:disabled\:h-7:disabled {
    height: 1.75rem;
  }

  .\32xl\:disabled\:h-8:disabled {
    height: 2rem;
  }

  .\32xl\:disabled\:h-9:disabled {
    height: 2.25rem;
  }

  .\32xl\:disabled\:h-10:disabled {
    height: 2.5rem;
  }

  .\32xl\:disabled\:h-11:disabled {
    height: 2.75rem;
  }

  .\32xl\:disabled\:h-12:disabled {
    height: 3rem;
  }

  .\32xl\:disabled\:h-14:disabled {
    height: 3.5rem;
  }

  .\32xl\:disabled\:h-16:disabled {
    height: 4rem;
  }

  .\32xl\:disabled\:h-20:disabled {
    height: 5rem;
  }

  .\32xl\:disabled\:h-24:disabled {
    height: 6rem;
  }

  .\32xl\:disabled\:h-28:disabled {
    height: 7rem;
  }

  .\32xl\:disabled\:h-32:disabled {
    height: 8rem;
  }

  .\32xl\:disabled\:h-36:disabled {
    height: 9rem;
  }

  .\32xl\:disabled\:h-40:disabled {
    height: 10rem;
  }

  .\32xl\:disabled\:h-44:disabled {
    height: 11rem;
  }

  .\32xl\:disabled\:h-48:disabled {
    height: 12rem;
  }

  .\32xl\:disabled\:h-52:disabled {
    height: 13rem;
  }

  .\32xl\:disabled\:h-56:disabled {
    height: 14rem;
  }

  .\32xl\:disabled\:h-60:disabled {
    height: 15rem;
  }

  .\32xl\:disabled\:h-64:disabled {
    height: 16rem;
  }

  .\32xl\:disabled\:h-72:disabled {
    height: 18rem;
  }

  .\32xl\:disabled\:h-80:disabled {
    height: 20rem;
  }

  .\32xl\:disabled\:h-96:disabled {
    height: 24rem;
  }

  .\32xl\:disabled\:h-auto:disabled {
    height: auto;
  }

  .\32xl\:disabled\:h-px:disabled {
    height: 1px;
  }

  .\32xl\:disabled\:h-0\.5:disabled {
    height: 0.125rem;
  }

  .\32xl\:disabled\:h-1\.5:disabled {
    height: 0.375rem;
  }

  .\32xl\:disabled\:h-2\.5:disabled {
    height: 0.625rem;
  }

  .\32xl\:disabled\:h-3\.5:disabled {
    height: 0.875rem;
  }

  .\32xl\:disabled\:h-1\/2:disabled {
    height: 50%;
  }

  .\32xl\:disabled\:h-1\/3:disabled {
    height: 33.333333%;
  }

  .\32xl\:disabled\:h-2\/3:disabled {
    height: 66.666667%;
  }

  .\32xl\:disabled\:h-1\/4:disabled {
    height: 25%;
  }

  .\32xl\:disabled\:h-2\/4:disabled {
    height: 50%;
  }

  .\32xl\:disabled\:h-3\/4:disabled {
    height: 75%;
  }

  .\32xl\:disabled\:h-1\/5:disabled {
    height: 20%;
  }

  .\32xl\:disabled\:h-2\/5:disabled {
    height: 40%;
  }

  .\32xl\:disabled\:h-3\/5:disabled {
    height: 60%;
  }

  .\32xl\:disabled\:h-4\/5:disabled {
    height: 80%;
  }

  .\32xl\:disabled\:h-1\/6:disabled {
    height: 16.666667%;
  }

  .\32xl\:disabled\:h-2\/6:disabled {
    height: 33.333333%;
  }

  .\32xl\:disabled\:h-3\/6:disabled {
    height: 50%;
  }

  .\32xl\:disabled\:h-4\/6:disabled {
    height: 66.666667%;
  }

  .\32xl\:disabled\:h-5\/6:disabled {
    height: 83.333333%;
  }

  .\32xl\:disabled\:h-full:disabled {
    height: 100%;
  }

  .\32xl\:disabled\:h-screen:disabled {
    height: 100vh;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .group:hover .\32xl\:group-hover\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .group:hover .\32xl\:group-hover\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:focus-within\:text-base:focus-within {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:focus-within\:text-6xl:focus-within {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:focus-within\:text-7xl:focus-within {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:focus-within\:text-8xl:focus-within {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:focus-within\:text-9xl:focus-within {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:first\:text-xs:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:first\:text-sm:first-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:first\:text-base:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:first\:text-lg:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:first\:text-xl:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:first\:text-2xl:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:first\:text-3xl:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:first\:text-4xl:first-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:first\:text-5xl:first-child {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:first\:text-6xl:first-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:first\:text-7xl:first-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:first\:text-8xl:first-child {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:first\:text-9xl:first-child {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:last\:text-xs:last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:last\:text-sm:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:last\:text-base:last-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:last\:text-lg:last-child {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:last\:text-xl:last-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:last\:text-2xl:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:last\:text-3xl:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:last\:text-4xl:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:last\:text-5xl:last-child {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:last\:text-6xl:last-child {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:last\:text-7xl:last-child {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:last\:text-8xl:last-child {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:last\:text-9xl:last-child {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:odd\:text-xs:nth-child(odd) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:odd\:text-sm:nth-child(odd) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:odd\:text-base:nth-child(odd) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:odd\:text-lg:nth-child(odd) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:odd\:text-xl:nth-child(odd) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:odd\:text-2xl:nth-child(odd) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:odd\:text-3xl:nth-child(odd) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:odd\:text-4xl:nth-child(odd) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:odd\:text-5xl:nth-child(odd) {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:odd\:text-6xl:nth-child(odd) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:odd\:text-7xl:nth-child(odd) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:odd\:text-8xl:nth-child(odd) {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:odd\:text-9xl:nth-child(odd) {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:even\:text-xs:nth-child(even) {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:even\:text-sm:nth-child(even) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:even\:text-base:nth-child(even) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:even\:text-lg:nth-child(even) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:even\:text-xl:nth-child(even) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:even\:text-2xl:nth-child(even) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:even\:text-3xl:nth-child(even) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:even\:text-4xl:nth-child(even) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:even\:text-5xl:nth-child(even) {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:even\:text-6xl:nth-child(even) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:even\:text-7xl:nth-child(even) {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:even\:text-8xl:nth-child(even) {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:even\:text-9xl:nth-child(even) {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:hover\:text-xs:hover {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:hover\:text-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:hover\:text-base:hover {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:hover\:text-lg:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:hover\:text-xl:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:hover\:text-2xl:hover {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:hover\:text-3xl:hover {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:hover\:text-4xl:hover {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:hover\:text-5xl:hover {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:hover\:text-6xl:hover {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:hover\:text-7xl:hover {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:hover\:text-8xl:hover {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:hover\:text-9xl:hover {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:focus\:text-xs:focus {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:focus\:text-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:focus\:text-base:focus {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:focus\:text-lg:focus {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:focus\:text-xl:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:focus\:text-2xl:focus {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:focus\:text-3xl:focus {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:focus\:text-4xl:focus {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:focus\:text-5xl:focus {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:focus\:text-6xl:focus {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:focus\:text-7xl:focus {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:focus\:text-8xl:focus {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:focus\:text-9xl:focus {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:active\:text-xs:active {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:active\:text-sm:active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:active\:text-base:active {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:active\:text-lg:active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:active\:text-xl:active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:active\:text-2xl:active {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:active\:text-3xl:active {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:active\:text-4xl:active {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:active\:text-5xl:active {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:active\:text-6xl:active {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:active\:text-7xl:active {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:active\:text-8xl:active {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:active\:text-9xl:active {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:visited\:text-xs:visited {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:visited\:text-sm:visited {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:visited\:text-base:visited {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:visited\:text-lg:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:visited\:text-xl:visited {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:visited\:text-2xl:visited {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:visited\:text-3xl:visited {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:visited\:text-4xl:visited {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:visited\:text-5xl:visited {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:visited\:text-6xl:visited {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:visited\:text-7xl:visited {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:visited\:text-8xl:visited {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:visited\:text-9xl:visited {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:disabled\:text-xs:disabled {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:disabled\:text-sm:disabled {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:disabled\:text-base:disabled {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:disabled\:text-lg:disabled {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:disabled\:text-xl:disabled {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:disabled\:text-2xl:disabled {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:disabled\:text-3xl:disabled {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:disabled\:text-4xl:disabled {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:disabled\:text-5xl:disabled {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:disabled\:text-6xl:disabled {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:disabled\:text-7xl:disabled {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:disabled\:text-8xl:disabled {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:disabled\:text-9xl:disabled {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:leading-3 {
    line-height: .75rem;
  }

  .\32xl\:leading-4 {
    line-height: 1rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-none {
    line-height: 1;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl\:leading-loose {
    line-height: 2;
  }

  .group:hover .\32xl\:group-hover\:leading-3 {
    line-height: .75rem;
  }

  .group:hover .\32xl\:group-hover\:leading-4 {
    line-height: 1rem;
  }

  .group:hover .\32xl\:group-hover\:leading-5 {
    line-height: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:leading-6 {
    line-height: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:leading-7 {
    line-height: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:leading-8 {
    line-height: 2rem;
  }

  .group:hover .\32xl\:group-hover\:leading-9 {
    line-height: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:leading-10 {
    line-height: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .\32xl\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .\32xl\:group-hover\:leading-snug {
    line-height: 1.375;
  }

  .group:hover .\32xl\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .\32xl\:group-hover\:leading-relaxed {
    line-height: 1.625;
  }

  .group:hover .\32xl\:group-hover\:leading-loose {
    line-height: 2;
  }

  .\32xl\:focus-within\:leading-3:focus-within {
    line-height: .75rem;
  }

  .\32xl\:focus-within\:leading-4:focus-within {
    line-height: 1rem;
  }

  .\32xl\:focus-within\:leading-5:focus-within {
    line-height: 1.25rem;
  }

  .\32xl\:focus-within\:leading-6:focus-within {
    line-height: 1.5rem;
  }

  .\32xl\:focus-within\:leading-7:focus-within {
    line-height: 1.75rem;
  }

  .\32xl\:focus-within\:leading-8:focus-within {
    line-height: 2rem;
  }

  .\32xl\:focus-within\:leading-9:focus-within {
    line-height: 2.25rem;
  }

  .\32xl\:focus-within\:leading-10:focus-within {
    line-height: 2.5rem;
  }

  .\32xl\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .\32xl\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .\32xl\:focus-within\:leading-snug:focus-within {
    line-height: 1.375;
  }

  .\32xl\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .\32xl\:focus-within\:leading-relaxed:focus-within {
    line-height: 1.625;
  }

  .\32xl\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .\32xl\:first\:leading-3:first-child {
    line-height: .75rem;
  }

  .\32xl\:first\:leading-4:first-child {
    line-height: 1rem;
  }

  .\32xl\:first\:leading-5:first-child {
    line-height: 1.25rem;
  }

  .\32xl\:first\:leading-6:first-child {
    line-height: 1.5rem;
  }

  .\32xl\:first\:leading-7:first-child {
    line-height: 1.75rem;
  }

  .\32xl\:first\:leading-8:first-child {
    line-height: 2rem;
  }

  .\32xl\:first\:leading-9:first-child {
    line-height: 2.25rem;
  }

  .\32xl\:first\:leading-10:first-child {
    line-height: 2.5rem;
  }

  .\32xl\:first\:leading-none:first-child {
    line-height: 1;
  }

  .\32xl\:first\:leading-tight:first-child {
    line-height: 1.25;
  }

  .\32xl\:first\:leading-snug:first-child {
    line-height: 1.375;
  }

  .\32xl\:first\:leading-normal:first-child {
    line-height: 1.5;
  }

  .\32xl\:first\:leading-relaxed:first-child {
    line-height: 1.625;
  }

  .\32xl\:first\:leading-loose:first-child {
    line-height: 2;
  }

  .\32xl\:last\:leading-3:last-child {
    line-height: .75rem;
  }

  .\32xl\:last\:leading-4:last-child {
    line-height: 1rem;
  }

  .\32xl\:last\:leading-5:last-child {
    line-height: 1.25rem;
  }

  .\32xl\:last\:leading-6:last-child {
    line-height: 1.5rem;
  }

  .\32xl\:last\:leading-7:last-child {
    line-height: 1.75rem;
  }

  .\32xl\:last\:leading-8:last-child {
    line-height: 2rem;
  }

  .\32xl\:last\:leading-9:last-child {
    line-height: 2.25rem;
  }

  .\32xl\:last\:leading-10:last-child {
    line-height: 2.5rem;
  }

  .\32xl\:last\:leading-none:last-child {
    line-height: 1;
  }

  .\32xl\:last\:leading-tight:last-child {
    line-height: 1.25;
  }

  .\32xl\:last\:leading-snug:last-child {
    line-height: 1.375;
  }

  .\32xl\:last\:leading-normal:last-child {
    line-height: 1.5;
  }

  .\32xl\:last\:leading-relaxed:last-child {
    line-height: 1.625;
  }

  .\32xl\:last\:leading-loose:last-child {
    line-height: 2;
  }

  .\32xl\:odd\:leading-3:nth-child(odd) {
    line-height: .75rem;
  }

  .\32xl\:odd\:leading-4:nth-child(odd) {
    line-height: 1rem;
  }

  .\32xl\:odd\:leading-5:nth-child(odd) {
    line-height: 1.25rem;
  }

  .\32xl\:odd\:leading-6:nth-child(odd) {
    line-height: 1.5rem;
  }

  .\32xl\:odd\:leading-7:nth-child(odd) {
    line-height: 1.75rem;
  }

  .\32xl\:odd\:leading-8:nth-child(odd) {
    line-height: 2rem;
  }

  .\32xl\:odd\:leading-9:nth-child(odd) {
    line-height: 2.25rem;
  }

  .\32xl\:odd\:leading-10:nth-child(odd) {
    line-height: 2.5rem;
  }

  .\32xl\:odd\:leading-none:nth-child(odd) {
    line-height: 1;
  }

  .\32xl\:odd\:leading-tight:nth-child(odd) {
    line-height: 1.25;
  }

  .\32xl\:odd\:leading-snug:nth-child(odd) {
    line-height: 1.375;
  }

  .\32xl\:odd\:leading-normal:nth-child(odd) {
    line-height: 1.5;
  }

  .\32xl\:odd\:leading-relaxed:nth-child(odd) {
    line-height: 1.625;
  }

  .\32xl\:odd\:leading-loose:nth-child(odd) {
    line-height: 2;
  }

  .\32xl\:even\:leading-3:nth-child(even) {
    line-height: .75rem;
  }

  .\32xl\:even\:leading-4:nth-child(even) {
    line-height: 1rem;
  }

  .\32xl\:even\:leading-5:nth-child(even) {
    line-height: 1.25rem;
  }

  .\32xl\:even\:leading-6:nth-child(even) {
    line-height: 1.5rem;
  }

  .\32xl\:even\:leading-7:nth-child(even) {
    line-height: 1.75rem;
  }

  .\32xl\:even\:leading-8:nth-child(even) {
    line-height: 2rem;
  }

  .\32xl\:even\:leading-9:nth-child(even) {
    line-height: 2.25rem;
  }

  .\32xl\:even\:leading-10:nth-child(even) {
    line-height: 2.5rem;
  }

  .\32xl\:even\:leading-none:nth-child(even) {
    line-height: 1;
  }

  .\32xl\:even\:leading-tight:nth-child(even) {
    line-height: 1.25;
  }

  .\32xl\:even\:leading-snug:nth-child(even) {
    line-height: 1.375;
  }

  .\32xl\:even\:leading-normal:nth-child(even) {
    line-height: 1.5;
  }

  .\32xl\:even\:leading-relaxed:nth-child(even) {
    line-height: 1.625;
  }

  .\32xl\:even\:leading-loose:nth-child(even) {
    line-height: 2;
  }

  .\32xl\:hover\:leading-3:hover {
    line-height: .75rem;
  }

  .\32xl\:hover\:leading-4:hover {
    line-height: 1rem;
  }

  .\32xl\:hover\:leading-5:hover {
    line-height: 1.25rem;
  }

  .\32xl\:hover\:leading-6:hover {
    line-height: 1.5rem;
  }

  .\32xl\:hover\:leading-7:hover {
    line-height: 1.75rem;
  }

  .\32xl\:hover\:leading-8:hover {
    line-height: 2rem;
  }

  .\32xl\:hover\:leading-9:hover {
    line-height: 2.25rem;
  }

  .\32xl\:hover\:leading-10:hover {
    line-height: 2.5rem;
  }

  .\32xl\:hover\:leading-none:hover {
    line-height: 1;
  }

  .\32xl\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .\32xl\:hover\:leading-snug:hover {
    line-height: 1.375;
  }

  .\32xl\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .\32xl\:hover\:leading-relaxed:hover {
    line-height: 1.625;
  }

  .\32xl\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .\32xl\:focus\:leading-3:focus {
    line-height: .75rem;
  }

  .\32xl\:focus\:leading-4:focus {
    line-height: 1rem;
  }

  .\32xl\:focus\:leading-5:focus {
    line-height: 1.25rem;
  }

  .\32xl\:focus\:leading-6:focus {
    line-height: 1.5rem;
  }

  .\32xl\:focus\:leading-7:focus {
    line-height: 1.75rem;
  }

  .\32xl\:focus\:leading-8:focus {
    line-height: 2rem;
  }

  .\32xl\:focus\:leading-9:focus {
    line-height: 2.25rem;
  }

  .\32xl\:focus\:leading-10:focus {
    line-height: 2.5rem;
  }

  .\32xl\:focus\:leading-none:focus {
    line-height: 1;
  }

  .\32xl\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .\32xl\:focus\:leading-snug:focus {
    line-height: 1.375;
  }

  .\32xl\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .\32xl\:focus\:leading-relaxed:focus {
    line-height: 1.625;
  }

  .\32xl\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .\32xl\:active\:leading-3:active {
    line-height: .75rem;
  }

  .\32xl\:active\:leading-4:active {
    line-height: 1rem;
  }

  .\32xl\:active\:leading-5:active {
    line-height: 1.25rem;
  }

  .\32xl\:active\:leading-6:active {
    line-height: 1.5rem;
  }

  .\32xl\:active\:leading-7:active {
    line-height: 1.75rem;
  }

  .\32xl\:active\:leading-8:active {
    line-height: 2rem;
  }

  .\32xl\:active\:leading-9:active {
    line-height: 2.25rem;
  }

  .\32xl\:active\:leading-10:active {
    line-height: 2.5rem;
  }

  .\32xl\:active\:leading-none:active {
    line-height: 1;
  }

  .\32xl\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .\32xl\:active\:leading-snug:active {
    line-height: 1.375;
  }

  .\32xl\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .\32xl\:active\:leading-relaxed:active {
    line-height: 1.625;
  }

  .\32xl\:active\:leading-loose:active {
    line-height: 2;
  }

  .\32xl\:visited\:leading-3:visited {
    line-height: .75rem;
  }

  .\32xl\:visited\:leading-4:visited {
    line-height: 1rem;
  }

  .\32xl\:visited\:leading-5:visited {
    line-height: 1.25rem;
  }

  .\32xl\:visited\:leading-6:visited {
    line-height: 1.5rem;
  }

  .\32xl\:visited\:leading-7:visited {
    line-height: 1.75rem;
  }

  .\32xl\:visited\:leading-8:visited {
    line-height: 2rem;
  }

  .\32xl\:visited\:leading-9:visited {
    line-height: 2.25rem;
  }

  .\32xl\:visited\:leading-10:visited {
    line-height: 2.5rem;
  }

  .\32xl\:visited\:leading-none:visited {
    line-height: 1;
  }

  .\32xl\:visited\:leading-tight:visited {
    line-height: 1.25;
  }

  .\32xl\:visited\:leading-snug:visited {
    line-height: 1.375;
  }

  .\32xl\:visited\:leading-normal:visited {
    line-height: 1.5;
  }

  .\32xl\:visited\:leading-relaxed:visited {
    line-height: 1.625;
  }

  .\32xl\:visited\:leading-loose:visited {
    line-height: 2;
  }

  .\32xl\:disabled\:leading-3:disabled {
    line-height: .75rem;
  }

  .\32xl\:disabled\:leading-4:disabled {
    line-height: 1rem;
  }

  .\32xl\:disabled\:leading-5:disabled {
    line-height: 1.25rem;
  }

  .\32xl\:disabled\:leading-6:disabled {
    line-height: 1.5rem;
  }

  .\32xl\:disabled\:leading-7:disabled {
    line-height: 1.75rem;
  }

  .\32xl\:disabled\:leading-8:disabled {
    line-height: 2rem;
  }

  .\32xl\:disabled\:leading-9:disabled {
    line-height: 2.25rem;
  }

  .\32xl\:disabled\:leading-10:disabled {
    line-height: 2.5rem;
  }

  .\32xl\:disabled\:leading-none:disabled {
    line-height: 1;
  }

  .\32xl\:disabled\:leading-tight:disabled {
    line-height: 1.25;
  }

  .\32xl\:disabled\:leading-snug:disabled {
    line-height: 1.375;
  }

  .\32xl\:disabled\:leading-normal:disabled {
    line-height: 1.5;
  }

  .\32xl\:disabled\:leading-relaxed:disabled {
    line-height: 1.625;
  }

  .\32xl\:disabled\:leading-loose:disabled {
    line-height: 2;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    list-style-position: outside;
  }

  .group:hover .\32xl\:group-hover\:list-inside {
    list-style-position: inside;
  }

  .group:hover .\32xl\:group-hover\:list-outside {
    list-style-position: outside;
  }

  .\32xl\:focus-within\:list-inside:focus-within {
    list-style-position: inside;
  }

  .\32xl\:focus-within\:list-outside:focus-within {
    list-style-position: outside;
  }

  .\32xl\:first\:list-inside:first-child {
    list-style-position: inside;
  }

  .\32xl\:first\:list-outside:first-child {
    list-style-position: outside;
  }

  .\32xl\:last\:list-inside:last-child {
    list-style-position: inside;
  }

  .\32xl\:last\:list-outside:last-child {
    list-style-position: outside;
  }

  .\32xl\:odd\:list-inside:nth-child(odd) {
    list-style-position: inside;
  }

  .\32xl\:odd\:list-outside:nth-child(odd) {
    list-style-position: outside;
  }

  .\32xl\:even\:list-inside:nth-child(even) {
    list-style-position: inside;
  }

  .\32xl\:even\:list-outside:nth-child(even) {
    list-style-position: outside;
  }

  .\32xl\:hover\:list-inside:hover {
    list-style-position: inside;
  }

  .\32xl\:hover\:list-outside:hover {
    list-style-position: outside;
  }

  .\32xl\:focus\:list-inside:focus {
    list-style-position: inside;
  }

  .\32xl\:focus\:list-outside:focus {
    list-style-position: outside;
  }

  .\32xl\:active\:list-inside:active {
    list-style-position: inside;
  }

  .\32xl\:active\:list-outside:active {
    list-style-position: outside;
  }

  .\32xl\:visited\:list-inside:visited {
    list-style-position: inside;
  }

  .\32xl\:visited\:list-outside:visited {
    list-style-position: outside;
  }

  .\32xl\:disabled\:list-inside:disabled {
    list-style-position: inside;
  }

  .\32xl\:disabled\:list-outside:disabled {
    list-style-position: outside;
  }

  .\32xl\:list-none {
    list-style-type: none;
  }

  .\32xl\:list-disc {
    list-style-type: disc;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal;
  }

  .group:hover .\32xl\:group-hover\:list-none {
    list-style-type: none;
  }

  .group:hover .\32xl\:group-hover\:list-disc {
    list-style-type: disc;
  }

  .group:hover .\32xl\:group-hover\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl\:focus-within\:list-none:focus-within {
    list-style-type: none;
  }

  .\32xl\:focus-within\:list-disc:focus-within {
    list-style-type: disc;
  }

  .\32xl\:focus-within\:list-decimal:focus-within {
    list-style-type: decimal;
  }

  .\32xl\:first\:list-none:first-child {
    list-style-type: none;
  }

  .\32xl\:first\:list-disc:first-child {
    list-style-type: disc;
  }

  .\32xl\:first\:list-decimal:first-child {
    list-style-type: decimal;
  }

  .\32xl\:last\:list-none:last-child {
    list-style-type: none;
  }

  .\32xl\:last\:list-disc:last-child {
    list-style-type: disc;
  }

  .\32xl\:last\:list-decimal:last-child {
    list-style-type: decimal;
  }

  .\32xl\:odd\:list-none:nth-child(odd) {
    list-style-type: none;
  }

  .\32xl\:odd\:list-disc:nth-child(odd) {
    list-style-type: disc;
  }

  .\32xl\:odd\:list-decimal:nth-child(odd) {
    list-style-type: decimal;
  }

  .\32xl\:even\:list-none:nth-child(even) {
    list-style-type: none;
  }

  .\32xl\:even\:list-disc:nth-child(even) {
    list-style-type: disc;
  }

  .\32xl\:even\:list-decimal:nth-child(even) {
    list-style-type: decimal;
  }

  .\32xl\:hover\:list-none:hover {
    list-style-type: none;
  }

  .\32xl\:hover\:list-disc:hover {
    list-style-type: disc;
  }

  .\32xl\:hover\:list-decimal:hover {
    list-style-type: decimal;
  }

  .\32xl\:focus\:list-none:focus {
    list-style-type: none;
  }

  .\32xl\:focus\:list-disc:focus {
    list-style-type: disc;
  }

  .\32xl\:focus\:list-decimal:focus {
    list-style-type: decimal;
  }

  .\32xl\:active\:list-none:active {
    list-style-type: none;
  }

  .\32xl\:active\:list-disc:active {
    list-style-type: disc;
  }

  .\32xl\:active\:list-decimal:active {
    list-style-type: decimal;
  }

  .\32xl\:visited\:list-none:visited {
    list-style-type: none;
  }

  .\32xl\:visited\:list-disc:visited {
    list-style-type: disc;
  }

  .\32xl\:visited\:list-decimal:visited {
    list-style-type: decimal;
  }

  .\32xl\:disabled\:list-none:disabled {
    list-style-type: none;
  }

  .\32xl\:disabled\:list-disc:disabled {
    list-style-type: disc;
  }

  .\32xl\:disabled\:list-decimal:disabled {
    list-style-type: decimal;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:-m-0 {
    margin: 0px;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-60 {
    margin: -15rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:-mt-0 {
    margin-top: 0px;
  }

  .\32xl\:-mr-0 {
    margin-right: 0px;
  }

  .\32xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:-ml-0 {
    margin-left: 0px;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:m-0 {
    margin: 0px;
  }

  .group:hover .\32xl\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .\32xl\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .\32xl\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:m-11 {
    margin: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .\32xl\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .\32xl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .\32xl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .\32xl\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .\32xl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .\32xl\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .\32xl\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .\32xl\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .\32xl\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .\32xl\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .\32xl\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .\32xl\:group-hover\:m-60 {
    margin: 15rem;
  }

  .group:hover .\32xl\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .\32xl\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .\32xl\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .\32xl\:group-hover\:m-96 {
    margin: 24rem;
  }

  .group:hover .\32xl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .\32xl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .\32xl\:group-hover\:m-0\.5 {
    margin: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:m-1\.5 {
    margin: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:m-2\.5 {
    margin: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:m-3\.5 {
    margin: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-m-0 {
    margin: 0px;
  }

  .group:hover .\32xl\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-m-11 {
    margin: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-m-60 {
    margin: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-m-96 {
    margin: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .\32xl\:group-hover\:-m-0\.5 {
    margin: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-m-1\.5 {
    margin: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-m-2\.5 {
    margin: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-m-3\.5 {
    margin: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .\32xl\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .\32xl\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .\32xl\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .\32xl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .\32xl\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .\32xl\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .\32xl\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .\32xl\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .\32xl\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .\32xl\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .\32xl\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .\32xl\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .\32xl\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .\32xl\:group-hover\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .group:hover .\32xl\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .\32xl\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .\32xl\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .\32xl\:group-hover\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .group:hover .\32xl\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .\32xl\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .\32xl\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .\32xl\:group-hover\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .\32xl\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .\32xl\:group-hover\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:mt-0 {
    margin-top: 0px;
  }

  .group:hover .\32xl\:group-hover\:mr-0 {
    margin-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:ml-0 {
    margin-left: 0px;
  }

  .group:hover .\32xl\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .\32xl\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .\32xl\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .\32xl\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .\32xl\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .\32xl\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .\32xl\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:mt-11 {
    margin-top: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:mr-11 {
    margin-right: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:ml-11 {
    margin-left: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .\32xl\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .\32xl\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .\32xl\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .\32xl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .\32xl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .\32xl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .\32xl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .\32xl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .\32xl\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .\32xl\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .\32xl\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .\32xl\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .\32xl\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .\32xl\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .\32xl\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .\32xl\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .\32xl\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .\32xl\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .\32xl\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .\32xl\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .\32xl\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .\32xl\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .\32xl\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .\32xl\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .\32xl\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .\32xl\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .\32xl\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .\32xl\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .\32xl\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .\32xl\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .\32xl\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .\32xl\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .\32xl\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .\32xl\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .\32xl\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .\32xl\:group-hover\:mt-60 {
    margin-top: 15rem;
  }

  .group:hover .\32xl\:group-hover\:mr-60 {
    margin-right: 15rem;
  }

  .group:hover .\32xl\:group-hover\:mb-60 {
    margin-bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:ml-60 {
    margin-left: 15rem;
  }

  .group:hover .\32xl\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .\32xl\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .\32xl\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .\32xl\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .\32xl\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .\32xl\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .\32xl\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .\32xl\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .\32xl\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .\32xl\:group-hover\:mt-96 {
    margin-top: 24rem;
  }

  .group:hover .\32xl\:group-hover\:mr-96 {
    margin-right: 24rem;
  }

  .group:hover .\32xl\:group-hover\:mb-96 {
    margin-bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:ml-96 {
    margin-left: 24rem;
  }

  .group:hover .\32xl\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .\32xl\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .\32xl\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .\32xl\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .\32xl\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .\32xl\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .\32xl\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .\32xl\:group-hover\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-0 {
    margin-top: 0px;
  }

  .group:hover .\32xl\:group-hover\:-mr-0 {
    margin-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:-mb-0 {
    margin-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:-ml-0 {
    margin-left: 0px;
  }

  .group:hover .\32xl\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-11 {
    margin-top: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-11 {
    margin-right: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-11 {
    margin-left: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-60 {
    margin-top: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-60 {
    margin-right: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-60 {
    margin-bottom: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-60 {
    margin-left: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-96 {
    margin-top: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-96 {
    margin-right: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-96 {
    margin-bottom: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-96 {
    margin-left: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .\32xl\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .\32xl\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .\32xl\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .\32xl\:group-hover\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:focus-within\:m-0:focus-within {
    margin: 0px;
  }

  .\32xl\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .\32xl\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .\32xl\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .\32xl\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .\32xl\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .\32xl\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .\32xl\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .\32xl\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .\32xl\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .\32xl\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .\32xl\:focus-within\:m-11:focus-within {
    margin: 2.75rem;
  }

  .\32xl\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .\32xl\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .\32xl\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .\32xl\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .\32xl\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .\32xl\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .\32xl\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .\32xl\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .\32xl\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .\32xl\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .\32xl\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .\32xl\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .\32xl\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .\32xl\:focus-within\:m-60:focus-within {
    margin: 15rem;
  }

  .\32xl\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .\32xl\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .\32xl\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .\32xl\:focus-within\:m-96:focus-within {
    margin: 24rem;
  }

  .\32xl\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .\32xl\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .\32xl\:focus-within\:m-0\.5:focus-within {
    margin: 0.125rem;
  }

  .\32xl\:focus-within\:m-1\.5:focus-within {
    margin: 0.375rem;
  }

  .\32xl\:focus-within\:m-2\.5:focus-within {
    margin: 0.625rem;
  }

  .\32xl\:focus-within\:m-3\.5:focus-within {
    margin: 0.875rem;
  }

  .\32xl\:focus-within\:-m-0:focus-within {
    margin: 0px;
  }

  .\32xl\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .\32xl\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .\32xl\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .\32xl\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .\32xl\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .\32xl\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .\32xl\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .\32xl\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .\32xl\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .\32xl\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .\32xl\:focus-within\:-m-11:focus-within {
    margin: -2.75rem;
  }

  .\32xl\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .\32xl\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .\32xl\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .\32xl\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .\32xl\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .\32xl\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .\32xl\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .\32xl\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .\32xl\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .\32xl\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .\32xl\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .\32xl\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .\32xl\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .\32xl\:focus-within\:-m-60:focus-within {
    margin: -15rem;
  }

  .\32xl\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .\32xl\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .\32xl\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .\32xl\:focus-within\:-m-96:focus-within {
    margin: -24rem;
  }

  .\32xl\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .\32xl\:focus-within\:-m-0\.5:focus-within {
    margin: -0.125rem;
  }

  .\32xl\:focus-within\:-m-1\.5:focus-within {
    margin: -0.375rem;
  }

  .\32xl\:focus-within\:-m-2\.5:focus-within {
    margin: -0.625rem;
  }

  .\32xl\:focus-within\:-m-3\.5:focus-within {
    margin: -0.875rem;
  }

  .\32xl\:focus-within\:my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:focus-within\:mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:focus-within\:my-11:focus-within {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:focus-within\:mx-11:focus-within {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:focus-within\:my-60:focus-within {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:focus-within\:mx-60:focus-within {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:focus-within\:my-96:focus-within {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:focus-within\:mx-96:focus-within {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:focus-within\:my-0\.5:focus-within {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:focus-within\:mx-0\.5:focus-within {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:focus-within\:my-1\.5:focus-within {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:focus-within\:mx-1\.5:focus-within {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:focus-within\:my-2\.5:focus-within {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:focus-within\:mx-2\.5:focus-within {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:focus-within\:my-3\.5:focus-within {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:focus-within\:mx-3\.5:focus-within {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:focus-within\:-my-0:focus-within {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:focus-within\:-mx-0:focus-within {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:focus-within\:-my-11:focus-within {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:focus-within\:-mx-11:focus-within {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:focus-within\:-my-60:focus-within {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:focus-within\:-mx-60:focus-within {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:focus-within\:-my-96:focus-within {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:focus-within\:-mx-96:focus-within {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:focus-within\:-my-0\.5:focus-within {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:focus-within\:-mx-0\.5:focus-within {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:focus-within\:-my-1\.5:focus-within {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:focus-within\:-mx-1\.5:focus-within {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:focus-within\:-my-2\.5:focus-within {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:focus-within\:-mx-2\.5:focus-within {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:focus-within\:-my-3\.5:focus-within {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:focus-within\:-mx-3\.5:focus-within {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:focus-within\:mt-0:focus-within {
    margin-top: 0px;
  }

  .\32xl\:focus-within\:mr-0:focus-within {
    margin-right: 0px;
  }

  .\32xl\:focus-within\:mb-0:focus-within {
    margin-bottom: 0px;
  }

  .\32xl\:focus-within\:ml-0:focus-within {
    margin-left: 0px;
  }

  .\32xl\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .\32xl\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .\32xl\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .\32xl\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .\32xl\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .\32xl\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .\32xl\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .\32xl\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .\32xl\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .\32xl\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .\32xl\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .\32xl\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .\32xl\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .\32xl\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .\32xl\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .\32xl\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .\32xl\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .\32xl\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .\32xl\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .\32xl\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .\32xl\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .\32xl\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .\32xl\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .\32xl\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .\32xl\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .\32xl\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .\32xl\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .\32xl\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .\32xl\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .\32xl\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .\32xl\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .\32xl\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .\32xl\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .\32xl\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .\32xl\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .\32xl\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .\32xl\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .\32xl\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .\32xl\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .\32xl\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .\32xl\:focus-within\:mt-11:focus-within {
    margin-top: 2.75rem;
  }

  .\32xl\:focus-within\:mr-11:focus-within {
    margin-right: 2.75rem;
  }

  .\32xl\:focus-within\:mb-11:focus-within {
    margin-bottom: 2.75rem;
  }

  .\32xl\:focus-within\:ml-11:focus-within {
    margin-left: 2.75rem;
  }

  .\32xl\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .\32xl\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .\32xl\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .\32xl\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .\32xl\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .\32xl\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .\32xl\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .\32xl\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .\32xl\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .\32xl\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .\32xl\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .\32xl\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .\32xl\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .\32xl\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .\32xl\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .\32xl\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .\32xl\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .\32xl\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .\32xl\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .\32xl\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .\32xl\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .\32xl\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .\32xl\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .\32xl\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .\32xl\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .\32xl\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .\32xl\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .\32xl\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .\32xl\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .\32xl\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .\32xl\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .\32xl\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .\32xl\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .\32xl\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .\32xl\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .\32xl\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .\32xl\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .\32xl\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .\32xl\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .\32xl\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .\32xl\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .\32xl\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .\32xl\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .\32xl\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .\32xl\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .\32xl\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .\32xl\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .\32xl\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .\32xl\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .\32xl\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .\32xl\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .\32xl\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .\32xl\:focus-within\:mt-60:focus-within {
    margin-top: 15rem;
  }

  .\32xl\:focus-within\:mr-60:focus-within {
    margin-right: 15rem;
  }

  .\32xl\:focus-within\:mb-60:focus-within {
    margin-bottom: 15rem;
  }

  .\32xl\:focus-within\:ml-60:focus-within {
    margin-left: 15rem;
  }

  .\32xl\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .\32xl\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .\32xl\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .\32xl\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .\32xl\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .\32xl\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .\32xl\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .\32xl\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .\32xl\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .\32xl\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .\32xl\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .\32xl\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .\32xl\:focus-within\:mt-96:focus-within {
    margin-top: 24rem;
  }

  .\32xl\:focus-within\:mr-96:focus-within {
    margin-right: 24rem;
  }

  .\32xl\:focus-within\:mb-96:focus-within {
    margin-bottom: 24rem;
  }

  .\32xl\:focus-within\:ml-96:focus-within {
    margin-left: 24rem;
  }

  .\32xl\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .\32xl\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .\32xl\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .\32xl\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .\32xl\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .\32xl\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .\32xl\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .\32xl\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .\32xl\:focus-within\:mt-0\.5:focus-within {
    margin-top: 0.125rem;
  }

  .\32xl\:focus-within\:mr-0\.5:focus-within {
    margin-right: 0.125rem;
  }

  .\32xl\:focus-within\:mb-0\.5:focus-within {
    margin-bottom: 0.125rem;
  }

  .\32xl\:focus-within\:ml-0\.5:focus-within {
    margin-left: 0.125rem;
  }

  .\32xl\:focus-within\:mt-1\.5:focus-within {
    margin-top: 0.375rem;
  }

  .\32xl\:focus-within\:mr-1\.5:focus-within {
    margin-right: 0.375rem;
  }

  .\32xl\:focus-within\:mb-1\.5:focus-within {
    margin-bottom: 0.375rem;
  }

  .\32xl\:focus-within\:ml-1\.5:focus-within {
    margin-left: 0.375rem;
  }

  .\32xl\:focus-within\:mt-2\.5:focus-within {
    margin-top: 0.625rem;
  }

  .\32xl\:focus-within\:mr-2\.5:focus-within {
    margin-right: 0.625rem;
  }

  .\32xl\:focus-within\:mb-2\.5:focus-within {
    margin-bottom: 0.625rem;
  }

  .\32xl\:focus-within\:ml-2\.5:focus-within {
    margin-left: 0.625rem;
  }

  .\32xl\:focus-within\:mt-3\.5:focus-within {
    margin-top: 0.875rem;
  }

  .\32xl\:focus-within\:mr-3\.5:focus-within {
    margin-right: 0.875rem;
  }

  .\32xl\:focus-within\:mb-3\.5:focus-within {
    margin-bottom: 0.875rem;
  }

  .\32xl\:focus-within\:ml-3\.5:focus-within {
    margin-left: 0.875rem;
  }

  .\32xl\:focus-within\:-mt-0:focus-within {
    margin-top: 0px;
  }

  .\32xl\:focus-within\:-mr-0:focus-within {
    margin-right: 0px;
  }

  .\32xl\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0px;
  }

  .\32xl\:focus-within\:-ml-0:focus-within {
    margin-left: 0px;
  }

  .\32xl\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .\32xl\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .\32xl\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .\32xl\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .\32xl\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .\32xl\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .\32xl\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .\32xl\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .\32xl\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .\32xl\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .\32xl\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .\32xl\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .\32xl\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .\32xl\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .\32xl\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .\32xl\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .\32xl\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .\32xl\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .\32xl\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .\32xl\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .\32xl\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .\32xl\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .\32xl\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .\32xl\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .\32xl\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .\32xl\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .\32xl\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .\32xl\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .\32xl\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .\32xl\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .\32xl\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .\32xl\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .\32xl\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .\32xl\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .\32xl\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .\32xl\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .\32xl\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .\32xl\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .\32xl\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .\32xl\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .\32xl\:focus-within\:-mt-11:focus-within {
    margin-top: -2.75rem;
  }

  .\32xl\:focus-within\:-mr-11:focus-within {
    margin-right: -2.75rem;
  }

  .\32xl\:focus-within\:-mb-11:focus-within {
    margin-bottom: -2.75rem;
  }

  .\32xl\:focus-within\:-ml-11:focus-within {
    margin-left: -2.75rem;
  }

  .\32xl\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .\32xl\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .\32xl\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .\32xl\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .\32xl\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .\32xl\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .\32xl\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .\32xl\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .\32xl\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .\32xl\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .\32xl\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .\32xl\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .\32xl\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .\32xl\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .\32xl\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .\32xl\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .\32xl\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .\32xl\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .\32xl\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .\32xl\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .\32xl\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .\32xl\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .\32xl\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .\32xl\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .\32xl\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .\32xl\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .\32xl\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .\32xl\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .\32xl\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .\32xl\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .\32xl\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .\32xl\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .\32xl\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .\32xl\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .\32xl\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .\32xl\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .\32xl\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .\32xl\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .\32xl\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .\32xl\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .\32xl\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .\32xl\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .\32xl\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .\32xl\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .\32xl\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .\32xl\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .\32xl\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .\32xl\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .\32xl\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .\32xl\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .\32xl\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .\32xl\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .\32xl\:focus-within\:-mt-60:focus-within {
    margin-top: -15rem;
  }

  .\32xl\:focus-within\:-mr-60:focus-within {
    margin-right: -15rem;
  }

  .\32xl\:focus-within\:-mb-60:focus-within {
    margin-bottom: -15rem;
  }

  .\32xl\:focus-within\:-ml-60:focus-within {
    margin-left: -15rem;
  }

  .\32xl\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .\32xl\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .\32xl\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .\32xl\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .\32xl\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .\32xl\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .\32xl\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .\32xl\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .\32xl\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .\32xl\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .\32xl\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .\32xl\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .\32xl\:focus-within\:-mt-96:focus-within {
    margin-top: -24rem;
  }

  .\32xl\:focus-within\:-mr-96:focus-within {
    margin-right: -24rem;
  }

  .\32xl\:focus-within\:-mb-96:focus-within {
    margin-bottom: -24rem;
  }

  .\32xl\:focus-within\:-ml-96:focus-within {
    margin-left: -24rem;
  }

  .\32xl\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .\32xl\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .\32xl\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .\32xl\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .\32xl\:focus-within\:-mt-0\.5:focus-within {
    margin-top: -0.125rem;
  }

  .\32xl\:focus-within\:-mr-0\.5:focus-within {
    margin-right: -0.125rem;
  }

  .\32xl\:focus-within\:-mb-0\.5:focus-within {
    margin-bottom: -0.125rem;
  }

  .\32xl\:focus-within\:-ml-0\.5:focus-within {
    margin-left: -0.125rem;
  }

  .\32xl\:focus-within\:-mt-1\.5:focus-within {
    margin-top: -0.375rem;
  }

  .\32xl\:focus-within\:-mr-1\.5:focus-within {
    margin-right: -0.375rem;
  }

  .\32xl\:focus-within\:-mb-1\.5:focus-within {
    margin-bottom: -0.375rem;
  }

  .\32xl\:focus-within\:-ml-1\.5:focus-within {
    margin-left: -0.375rem;
  }

  .\32xl\:focus-within\:-mt-2\.5:focus-within {
    margin-top: -0.625rem;
  }

  .\32xl\:focus-within\:-mr-2\.5:focus-within {
    margin-right: -0.625rem;
  }

  .\32xl\:focus-within\:-mb-2\.5:focus-within {
    margin-bottom: -0.625rem;
  }

  .\32xl\:focus-within\:-ml-2\.5:focus-within {
    margin-left: -0.625rem;
  }

  .\32xl\:focus-within\:-mt-3\.5:focus-within {
    margin-top: -0.875rem;
  }

  .\32xl\:focus-within\:-mr-3\.5:focus-within {
    margin-right: -0.875rem;
  }

  .\32xl\:focus-within\:-mb-3\.5:focus-within {
    margin-bottom: -0.875rem;
  }

  .\32xl\:focus-within\:-ml-3\.5:focus-within {
    margin-left: -0.875rem;
  }

  .\32xl\:first\:m-0:first-child {
    margin: 0px;
  }

  .\32xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .\32xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .\32xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .\32xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .\32xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .\32xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .\32xl\:first\:m-7:first-child {
    margin: 1.75rem;
  }

  .\32xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .\32xl\:first\:m-9:first-child {
    margin: 2.25rem;
  }

  .\32xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .\32xl\:first\:m-11:first-child {
    margin: 2.75rem;
  }

  .\32xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .\32xl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .\32xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .\32xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .\32xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .\32xl\:first\:m-28:first-child {
    margin: 7rem;
  }

  .\32xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .\32xl\:first\:m-36:first-child {
    margin: 9rem;
  }

  .\32xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .\32xl\:first\:m-44:first-child {
    margin: 11rem;
  }

  .\32xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .\32xl\:first\:m-52:first-child {
    margin: 13rem;
  }

  .\32xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .\32xl\:first\:m-60:first-child {
    margin: 15rem;
  }

  .\32xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .\32xl\:first\:m-72:first-child {
    margin: 18rem;
  }

  .\32xl\:first\:m-80:first-child {
    margin: 20rem;
  }

  .\32xl\:first\:m-96:first-child {
    margin: 24rem;
  }

  .\32xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .\32xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .\32xl\:first\:m-0\.5:first-child {
    margin: 0.125rem;
  }

  .\32xl\:first\:m-1\.5:first-child {
    margin: 0.375rem;
  }

  .\32xl\:first\:m-2\.5:first-child {
    margin: 0.625rem;
  }

  .\32xl\:first\:m-3\.5:first-child {
    margin: 0.875rem;
  }

  .\32xl\:first\:-m-0:first-child {
    margin: 0px;
  }

  .\32xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .\32xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .\32xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .\32xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .\32xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .\32xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .\32xl\:first\:-m-7:first-child {
    margin: -1.75rem;
  }

  .\32xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .\32xl\:first\:-m-9:first-child {
    margin: -2.25rem;
  }

  .\32xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .\32xl\:first\:-m-11:first-child {
    margin: -2.75rem;
  }

  .\32xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .\32xl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .\32xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .\32xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .\32xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .\32xl\:first\:-m-28:first-child {
    margin: -7rem;
  }

  .\32xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .\32xl\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .\32xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .\32xl\:first\:-m-44:first-child {
    margin: -11rem;
  }

  .\32xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .\32xl\:first\:-m-52:first-child {
    margin: -13rem;
  }

  .\32xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .\32xl\:first\:-m-60:first-child {
    margin: -15rem;
  }

  .\32xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .\32xl\:first\:-m-72:first-child {
    margin: -18rem;
  }

  .\32xl\:first\:-m-80:first-child {
    margin: -20rem;
  }

  .\32xl\:first\:-m-96:first-child {
    margin: -24rem;
  }

  .\32xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .\32xl\:first\:-m-0\.5:first-child {
    margin: -0.125rem;
  }

  .\32xl\:first\:-m-1\.5:first-child {
    margin: -0.375rem;
  }

  .\32xl\:first\:-m-2\.5:first-child {
    margin: -0.625rem;
  }

  .\32xl\:first\:-m-3\.5:first-child {
    margin: -0.875rem;
  }

  .\32xl\:first\:my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:first\:mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:first\:my-7:first-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:first\:mx-7:first-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:first\:my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:first\:mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:first\:my-11:first-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:first\:mx-11:first-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:first\:my-28:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:first\:mx-28:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:first\:my-44:first-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:first\:mx-44:first-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:first\:my-52:first-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:first\:mx-52:first-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:first\:my-60:first-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:first\:mx-60:first-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:first\:my-72:first-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:first\:mx-72:first-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:first\:my-80:first-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:first\:mx-80:first-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:first\:my-96:first-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:first\:mx-96:first-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:first\:my-0\.5:first-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:first\:mx-0\.5:first-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:first\:my-1\.5:first-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:first\:mx-1\.5:first-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:first\:my-2\.5:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:first\:mx-2\.5:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:first\:my-3\.5:first-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:first\:mx-3\.5:first-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:first\:-my-0:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:first\:-mx-0:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:first\:-my-7:first-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:first\:-mx-7:first-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:first\:-my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:first\:-mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:first\:-my-11:first-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:first\:-mx-11:first-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:first\:-my-28:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:first\:-mx-28:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:first\:-my-44:first-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:first\:-mx-44:first-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:first\:-my-52:first-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:first\:-mx-52:first-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:first\:-my-60:first-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:first\:-mx-60:first-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:first\:-my-72:first-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:first\:-mx-72:first-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:first\:-my-80:first-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:first\:-mx-80:first-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:first\:-my-96:first-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:first\:-mx-96:first-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:first\:-my-0\.5:first-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:first\:-mx-0\.5:first-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:first\:-my-1\.5:first-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:first\:-mx-1\.5:first-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:first\:-my-2\.5:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:first\:-mx-2\.5:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:first\:-my-3\.5:first-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:first\:-mx-3\.5:first-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .\32xl\:first\:mr-0:first-child {
    margin-right: 0px;
  }

  .\32xl\:first\:mb-0:first-child {
    margin-bottom: 0px;
  }

  .\32xl\:first\:ml-0:first-child {
    margin-left: 0px;
  }

  .\32xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .\32xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .\32xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .\32xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .\32xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .\32xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .\32xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .\32xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .\32xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .\32xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .\32xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .\32xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .\32xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .\32xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .\32xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .\32xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .\32xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .\32xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .\32xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .\32xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .\32xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .\32xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .\32xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .\32xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .\32xl\:first\:mt-7:first-child {
    margin-top: 1.75rem;
  }

  .\32xl\:first\:mr-7:first-child {
    margin-right: 1.75rem;
  }

  .\32xl\:first\:mb-7:first-child {
    margin-bottom: 1.75rem;
  }

  .\32xl\:first\:ml-7:first-child {
    margin-left: 1.75rem;
  }

  .\32xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .\32xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .\32xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .\32xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .\32xl\:first\:mt-9:first-child {
    margin-top: 2.25rem;
  }

  .\32xl\:first\:mr-9:first-child {
    margin-right: 2.25rem;
  }

  .\32xl\:first\:mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .\32xl\:first\:ml-9:first-child {
    margin-left: 2.25rem;
  }

  .\32xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .\32xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .\32xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .\32xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .\32xl\:first\:mt-11:first-child {
    margin-top: 2.75rem;
  }

  .\32xl\:first\:mr-11:first-child {
    margin-right: 2.75rem;
  }

  .\32xl\:first\:mb-11:first-child {
    margin-bottom: 2.75rem;
  }

  .\32xl\:first\:ml-11:first-child {
    margin-left: 2.75rem;
  }

  .\32xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .\32xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .\32xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .\32xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .\32xl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .\32xl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .\32xl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .\32xl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .\32xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .\32xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .\32xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .\32xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .\32xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .\32xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .\32xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .\32xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .\32xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .\32xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .\32xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .\32xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .\32xl\:first\:mt-28:first-child {
    margin-top: 7rem;
  }

  .\32xl\:first\:mr-28:first-child {
    margin-right: 7rem;
  }

  .\32xl\:first\:mb-28:first-child {
    margin-bottom: 7rem;
  }

  .\32xl\:first\:ml-28:first-child {
    margin-left: 7rem;
  }

  .\32xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .\32xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .\32xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .\32xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .\32xl\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .\32xl\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .\32xl\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .\32xl\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .\32xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .\32xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .\32xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .\32xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .\32xl\:first\:mt-44:first-child {
    margin-top: 11rem;
  }

  .\32xl\:first\:mr-44:first-child {
    margin-right: 11rem;
  }

  .\32xl\:first\:mb-44:first-child {
    margin-bottom: 11rem;
  }

  .\32xl\:first\:ml-44:first-child {
    margin-left: 11rem;
  }

  .\32xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .\32xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .\32xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .\32xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .\32xl\:first\:mt-52:first-child {
    margin-top: 13rem;
  }

  .\32xl\:first\:mr-52:first-child {
    margin-right: 13rem;
  }

  .\32xl\:first\:mb-52:first-child {
    margin-bottom: 13rem;
  }

  .\32xl\:first\:ml-52:first-child {
    margin-left: 13rem;
  }

  .\32xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .\32xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .\32xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .\32xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .\32xl\:first\:mt-60:first-child {
    margin-top: 15rem;
  }

  .\32xl\:first\:mr-60:first-child {
    margin-right: 15rem;
  }

  .\32xl\:first\:mb-60:first-child {
    margin-bottom: 15rem;
  }

  .\32xl\:first\:ml-60:first-child {
    margin-left: 15rem;
  }

  .\32xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .\32xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .\32xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .\32xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .\32xl\:first\:mt-72:first-child {
    margin-top: 18rem;
  }

  .\32xl\:first\:mr-72:first-child {
    margin-right: 18rem;
  }

  .\32xl\:first\:mb-72:first-child {
    margin-bottom: 18rem;
  }

  .\32xl\:first\:ml-72:first-child {
    margin-left: 18rem;
  }

  .\32xl\:first\:mt-80:first-child {
    margin-top: 20rem;
  }

  .\32xl\:first\:mr-80:first-child {
    margin-right: 20rem;
  }

  .\32xl\:first\:mb-80:first-child {
    margin-bottom: 20rem;
  }

  .\32xl\:first\:ml-80:first-child {
    margin-left: 20rem;
  }

  .\32xl\:first\:mt-96:first-child {
    margin-top: 24rem;
  }

  .\32xl\:first\:mr-96:first-child {
    margin-right: 24rem;
  }

  .\32xl\:first\:mb-96:first-child {
    margin-bottom: 24rem;
  }

  .\32xl\:first\:ml-96:first-child {
    margin-left: 24rem;
  }

  .\32xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .\32xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .\32xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .\32xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .\32xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .\32xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .\32xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .\32xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .\32xl\:first\:mt-0\.5:first-child {
    margin-top: 0.125rem;
  }

  .\32xl\:first\:mr-0\.5:first-child {
    margin-right: 0.125rem;
  }

  .\32xl\:first\:mb-0\.5:first-child {
    margin-bottom: 0.125rem;
  }

  .\32xl\:first\:ml-0\.5:first-child {
    margin-left: 0.125rem;
  }

  .\32xl\:first\:mt-1\.5:first-child {
    margin-top: 0.375rem;
  }

  .\32xl\:first\:mr-1\.5:first-child {
    margin-right: 0.375rem;
  }

  .\32xl\:first\:mb-1\.5:first-child {
    margin-bottom: 0.375rem;
  }

  .\32xl\:first\:ml-1\.5:first-child {
    margin-left: 0.375rem;
  }

  .\32xl\:first\:mt-2\.5:first-child {
    margin-top: 0.625rem;
  }

  .\32xl\:first\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .\32xl\:first\:mb-2\.5:first-child {
    margin-bottom: 0.625rem;
  }

  .\32xl\:first\:ml-2\.5:first-child {
    margin-left: 0.625rem;
  }

  .\32xl\:first\:mt-3\.5:first-child {
    margin-top: 0.875rem;
  }

  .\32xl\:first\:mr-3\.5:first-child {
    margin-right: 0.875rem;
  }

  .\32xl\:first\:mb-3\.5:first-child {
    margin-bottom: 0.875rem;
  }

  .\32xl\:first\:ml-3\.5:first-child {
    margin-left: 0.875rem;
  }

  .\32xl\:first\:-mt-0:first-child {
    margin-top: 0px;
  }

  .\32xl\:first\:-mr-0:first-child {
    margin-right: 0px;
  }

  .\32xl\:first\:-mb-0:first-child {
    margin-bottom: 0px;
  }

  .\32xl\:first\:-ml-0:first-child {
    margin-left: 0px;
  }

  .\32xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .\32xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .\32xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .\32xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .\32xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .\32xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .\32xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .\32xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .\32xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .\32xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .\32xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .\32xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .\32xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .\32xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .\32xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .\32xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .\32xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .\32xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .\32xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .\32xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .\32xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .\32xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .\32xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .\32xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .\32xl\:first\:-mt-7:first-child {
    margin-top: -1.75rem;
  }

  .\32xl\:first\:-mr-7:first-child {
    margin-right: -1.75rem;
  }

  .\32xl\:first\:-mb-7:first-child {
    margin-bottom: -1.75rem;
  }

  .\32xl\:first\:-ml-7:first-child {
    margin-left: -1.75rem;
  }

  .\32xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .\32xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .\32xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .\32xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .\32xl\:first\:-mt-9:first-child {
    margin-top: -2.25rem;
  }

  .\32xl\:first\:-mr-9:first-child {
    margin-right: -2.25rem;
  }

  .\32xl\:first\:-mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .\32xl\:first\:-ml-9:first-child {
    margin-left: -2.25rem;
  }

  .\32xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .\32xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .\32xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .\32xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .\32xl\:first\:-mt-11:first-child {
    margin-top: -2.75rem;
  }

  .\32xl\:first\:-mr-11:first-child {
    margin-right: -2.75rem;
  }

  .\32xl\:first\:-mb-11:first-child {
    margin-bottom: -2.75rem;
  }

  .\32xl\:first\:-ml-11:first-child {
    margin-left: -2.75rem;
  }

  .\32xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .\32xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .\32xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .\32xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .\32xl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .\32xl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .\32xl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .\32xl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .\32xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .\32xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .\32xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .\32xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .\32xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .\32xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .\32xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .\32xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .\32xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .\32xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .\32xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .\32xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .\32xl\:first\:-mt-28:first-child {
    margin-top: -7rem;
  }

  .\32xl\:first\:-mr-28:first-child {
    margin-right: -7rem;
  }

  .\32xl\:first\:-mb-28:first-child {
    margin-bottom: -7rem;
  }

  .\32xl\:first\:-ml-28:first-child {
    margin-left: -7rem;
  }

  .\32xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .\32xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .\32xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .\32xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .\32xl\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .\32xl\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .\32xl\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .\32xl\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .\32xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .\32xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .\32xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .\32xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .\32xl\:first\:-mt-44:first-child {
    margin-top: -11rem;
  }

  .\32xl\:first\:-mr-44:first-child {
    margin-right: -11rem;
  }

  .\32xl\:first\:-mb-44:first-child {
    margin-bottom: -11rem;
  }

  .\32xl\:first\:-ml-44:first-child {
    margin-left: -11rem;
  }

  .\32xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .\32xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .\32xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .\32xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .\32xl\:first\:-mt-52:first-child {
    margin-top: -13rem;
  }

  .\32xl\:first\:-mr-52:first-child {
    margin-right: -13rem;
  }

  .\32xl\:first\:-mb-52:first-child {
    margin-bottom: -13rem;
  }

  .\32xl\:first\:-ml-52:first-child {
    margin-left: -13rem;
  }

  .\32xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .\32xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .\32xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .\32xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .\32xl\:first\:-mt-60:first-child {
    margin-top: -15rem;
  }

  .\32xl\:first\:-mr-60:first-child {
    margin-right: -15rem;
  }

  .\32xl\:first\:-mb-60:first-child {
    margin-bottom: -15rem;
  }

  .\32xl\:first\:-ml-60:first-child {
    margin-left: -15rem;
  }

  .\32xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .\32xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .\32xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .\32xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .\32xl\:first\:-mt-72:first-child {
    margin-top: -18rem;
  }

  .\32xl\:first\:-mr-72:first-child {
    margin-right: -18rem;
  }

  .\32xl\:first\:-mb-72:first-child {
    margin-bottom: -18rem;
  }

  .\32xl\:first\:-ml-72:first-child {
    margin-left: -18rem;
  }

  .\32xl\:first\:-mt-80:first-child {
    margin-top: -20rem;
  }

  .\32xl\:first\:-mr-80:first-child {
    margin-right: -20rem;
  }

  .\32xl\:first\:-mb-80:first-child {
    margin-bottom: -20rem;
  }

  .\32xl\:first\:-ml-80:first-child {
    margin-left: -20rem;
  }

  .\32xl\:first\:-mt-96:first-child {
    margin-top: -24rem;
  }

  .\32xl\:first\:-mr-96:first-child {
    margin-right: -24rem;
  }

  .\32xl\:first\:-mb-96:first-child {
    margin-bottom: -24rem;
  }

  .\32xl\:first\:-ml-96:first-child {
    margin-left: -24rem;
  }

  .\32xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .\32xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .\32xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .\32xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .\32xl\:first\:-mt-0\.5:first-child {
    margin-top: -0.125rem;
  }

  .\32xl\:first\:-mr-0\.5:first-child {
    margin-right: -0.125rem;
  }

  .\32xl\:first\:-mb-0\.5:first-child {
    margin-bottom: -0.125rem;
  }

  .\32xl\:first\:-ml-0\.5:first-child {
    margin-left: -0.125rem;
  }

  .\32xl\:first\:-mt-1\.5:first-child {
    margin-top: -0.375rem;
  }

  .\32xl\:first\:-mr-1\.5:first-child {
    margin-right: -0.375rem;
  }

  .\32xl\:first\:-mb-1\.5:first-child {
    margin-bottom: -0.375rem;
  }

  .\32xl\:first\:-ml-1\.5:first-child {
    margin-left: -0.375rem;
  }

  .\32xl\:first\:-mt-2\.5:first-child {
    margin-top: -0.625rem;
  }

  .\32xl\:first\:-mr-2\.5:first-child {
    margin-right: -0.625rem;
  }

  .\32xl\:first\:-mb-2\.5:first-child {
    margin-bottom: -0.625rem;
  }

  .\32xl\:first\:-ml-2\.5:first-child {
    margin-left: -0.625rem;
  }

  .\32xl\:first\:-mt-3\.5:first-child {
    margin-top: -0.875rem;
  }

  .\32xl\:first\:-mr-3\.5:first-child {
    margin-right: -0.875rem;
  }

  .\32xl\:first\:-mb-3\.5:first-child {
    margin-bottom: -0.875rem;
  }

  .\32xl\:first\:-ml-3\.5:first-child {
    margin-left: -0.875rem;
  }

  .\32xl\:last\:m-0:last-child {
    margin: 0px;
  }

  .\32xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .\32xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .\32xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .\32xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .\32xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .\32xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .\32xl\:last\:m-7:last-child {
    margin: 1.75rem;
  }

  .\32xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .\32xl\:last\:m-9:last-child {
    margin: 2.25rem;
  }

  .\32xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .\32xl\:last\:m-11:last-child {
    margin: 2.75rem;
  }

  .\32xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .\32xl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .\32xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .\32xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .\32xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .\32xl\:last\:m-28:last-child {
    margin: 7rem;
  }

  .\32xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .\32xl\:last\:m-36:last-child {
    margin: 9rem;
  }

  .\32xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .\32xl\:last\:m-44:last-child {
    margin: 11rem;
  }

  .\32xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .\32xl\:last\:m-52:last-child {
    margin: 13rem;
  }

  .\32xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .\32xl\:last\:m-60:last-child {
    margin: 15rem;
  }

  .\32xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .\32xl\:last\:m-72:last-child {
    margin: 18rem;
  }

  .\32xl\:last\:m-80:last-child {
    margin: 20rem;
  }

  .\32xl\:last\:m-96:last-child {
    margin: 24rem;
  }

  .\32xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .\32xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .\32xl\:last\:m-0\.5:last-child {
    margin: 0.125rem;
  }

  .\32xl\:last\:m-1\.5:last-child {
    margin: 0.375rem;
  }

  .\32xl\:last\:m-2\.5:last-child {
    margin: 0.625rem;
  }

  .\32xl\:last\:m-3\.5:last-child {
    margin: 0.875rem;
  }

  .\32xl\:last\:-m-0:last-child {
    margin: 0px;
  }

  .\32xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .\32xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .\32xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .\32xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .\32xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .\32xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .\32xl\:last\:-m-7:last-child {
    margin: -1.75rem;
  }

  .\32xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .\32xl\:last\:-m-9:last-child {
    margin: -2.25rem;
  }

  .\32xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .\32xl\:last\:-m-11:last-child {
    margin: -2.75rem;
  }

  .\32xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .\32xl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .\32xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .\32xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .\32xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .\32xl\:last\:-m-28:last-child {
    margin: -7rem;
  }

  .\32xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .\32xl\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .\32xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .\32xl\:last\:-m-44:last-child {
    margin: -11rem;
  }

  .\32xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .\32xl\:last\:-m-52:last-child {
    margin: -13rem;
  }

  .\32xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .\32xl\:last\:-m-60:last-child {
    margin: -15rem;
  }

  .\32xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .\32xl\:last\:-m-72:last-child {
    margin: -18rem;
  }

  .\32xl\:last\:-m-80:last-child {
    margin: -20rem;
  }

  .\32xl\:last\:-m-96:last-child {
    margin: -24rem;
  }

  .\32xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .\32xl\:last\:-m-0\.5:last-child {
    margin: -0.125rem;
  }

  .\32xl\:last\:-m-1\.5:last-child {
    margin: -0.375rem;
  }

  .\32xl\:last\:-m-2\.5:last-child {
    margin: -0.625rem;
  }

  .\32xl\:last\:-m-3\.5:last-child {
    margin: -0.875rem;
  }

  .\32xl\:last\:my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:last\:my-7:last-child {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:last\:mx-7:last-child {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:last\:my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:last\:mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:last\:my-11:last-child {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:last\:mx-11:last-child {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:last\:my-28:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:last\:mx-28:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:last\:my-44:last-child {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:last\:mx-44:last-child {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:last\:my-52:last-child {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:last\:mx-52:last-child {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:last\:my-60:last-child {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:last\:mx-60:last-child {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:last\:my-72:last-child {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:last\:mx-72:last-child {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:last\:my-80:last-child {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:last\:mx-80:last-child {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:last\:my-96:last-child {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:last\:mx-96:last-child {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:last\:my-0\.5:last-child {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:last\:mx-0\.5:last-child {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:last\:my-1\.5:last-child {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:last\:mx-1\.5:last-child {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:last\:my-2\.5:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:last\:mx-2\.5:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:last\:my-3\.5:last-child {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:last\:mx-3\.5:last-child {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:last\:-my-0:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:last\:-mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:last\:-my-7:last-child {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:last\:-mx-7:last-child {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:last\:-my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:last\:-mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:last\:-my-11:last-child {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:last\:-mx-11:last-child {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:last\:-my-28:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:last\:-mx-28:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:last\:-my-44:last-child {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:last\:-mx-44:last-child {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:last\:-my-52:last-child {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:last\:-mx-52:last-child {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:last\:-my-60:last-child {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:last\:-mx-60:last-child {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:last\:-my-72:last-child {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:last\:-mx-72:last-child {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:last\:-my-80:last-child {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:last\:-mx-80:last-child {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:last\:-my-96:last-child {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:last\:-mx-96:last-child {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:last\:-my-0\.5:last-child {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:last\:-mx-0\.5:last-child {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:last\:-my-1\.5:last-child {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:last\:-mx-1\.5:last-child {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:last\:-my-2\.5:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:last\:-mx-2\.5:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:last\:-my-3\.5:last-child {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:last\:-mx-3\.5:last-child {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:last\:mt-0:last-child {
    margin-top: 0px;
  }

  .\32xl\:last\:mr-0:last-child {
    margin-right: 0px;
  }

  .\32xl\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .\32xl\:last\:ml-0:last-child {
    margin-left: 0px;
  }

  .\32xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .\32xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .\32xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .\32xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .\32xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .\32xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .\32xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .\32xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .\32xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .\32xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .\32xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .\32xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .\32xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .\32xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .\32xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .\32xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .\32xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .\32xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .\32xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .\32xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .\32xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .\32xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .\32xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .\32xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .\32xl\:last\:mt-7:last-child {
    margin-top: 1.75rem;
  }

  .\32xl\:last\:mr-7:last-child {
    margin-right: 1.75rem;
  }

  .\32xl\:last\:mb-7:last-child {
    margin-bottom: 1.75rem;
  }

  .\32xl\:last\:ml-7:last-child {
    margin-left: 1.75rem;
  }

  .\32xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .\32xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .\32xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .\32xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .\32xl\:last\:mt-9:last-child {
    margin-top: 2.25rem;
  }

  .\32xl\:last\:mr-9:last-child {
    margin-right: 2.25rem;
  }

  .\32xl\:last\:mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .\32xl\:last\:ml-9:last-child {
    margin-left: 2.25rem;
  }

  .\32xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .\32xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .\32xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .\32xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .\32xl\:last\:mt-11:last-child {
    margin-top: 2.75rem;
  }

  .\32xl\:last\:mr-11:last-child {
    margin-right: 2.75rem;
  }

  .\32xl\:last\:mb-11:last-child {
    margin-bottom: 2.75rem;
  }

  .\32xl\:last\:ml-11:last-child {
    margin-left: 2.75rem;
  }

  .\32xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .\32xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .\32xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .\32xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .\32xl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .\32xl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .\32xl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .\32xl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .\32xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .\32xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .\32xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .\32xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .\32xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .\32xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .\32xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .\32xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .\32xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .\32xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .\32xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .\32xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .\32xl\:last\:mt-28:last-child {
    margin-top: 7rem;
  }

  .\32xl\:last\:mr-28:last-child {
    margin-right: 7rem;
  }

  .\32xl\:last\:mb-28:last-child {
    margin-bottom: 7rem;
  }

  .\32xl\:last\:ml-28:last-child {
    margin-left: 7rem;
  }

  .\32xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .\32xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .\32xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .\32xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .\32xl\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .\32xl\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .\32xl\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .\32xl\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .\32xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .\32xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .\32xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .\32xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .\32xl\:last\:mt-44:last-child {
    margin-top: 11rem;
  }

  .\32xl\:last\:mr-44:last-child {
    margin-right: 11rem;
  }

  .\32xl\:last\:mb-44:last-child {
    margin-bottom: 11rem;
  }

  .\32xl\:last\:ml-44:last-child {
    margin-left: 11rem;
  }

  .\32xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .\32xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .\32xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .\32xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .\32xl\:last\:mt-52:last-child {
    margin-top: 13rem;
  }

  .\32xl\:last\:mr-52:last-child {
    margin-right: 13rem;
  }

  .\32xl\:last\:mb-52:last-child {
    margin-bottom: 13rem;
  }

  .\32xl\:last\:ml-52:last-child {
    margin-left: 13rem;
  }

  .\32xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .\32xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .\32xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .\32xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .\32xl\:last\:mt-60:last-child {
    margin-top: 15rem;
  }

  .\32xl\:last\:mr-60:last-child {
    margin-right: 15rem;
  }

  .\32xl\:last\:mb-60:last-child {
    margin-bottom: 15rem;
  }

  .\32xl\:last\:ml-60:last-child {
    margin-left: 15rem;
  }

  .\32xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .\32xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .\32xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .\32xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .\32xl\:last\:mt-72:last-child {
    margin-top: 18rem;
  }

  .\32xl\:last\:mr-72:last-child {
    margin-right: 18rem;
  }

  .\32xl\:last\:mb-72:last-child {
    margin-bottom: 18rem;
  }

  .\32xl\:last\:ml-72:last-child {
    margin-left: 18rem;
  }

  .\32xl\:last\:mt-80:last-child {
    margin-top: 20rem;
  }

  .\32xl\:last\:mr-80:last-child {
    margin-right: 20rem;
  }

  .\32xl\:last\:mb-80:last-child {
    margin-bottom: 20rem;
  }

  .\32xl\:last\:ml-80:last-child {
    margin-left: 20rem;
  }

  .\32xl\:last\:mt-96:last-child {
    margin-top: 24rem;
  }

  .\32xl\:last\:mr-96:last-child {
    margin-right: 24rem;
  }

  .\32xl\:last\:mb-96:last-child {
    margin-bottom: 24rem;
  }

  .\32xl\:last\:ml-96:last-child {
    margin-left: 24rem;
  }

  .\32xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .\32xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .\32xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .\32xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .\32xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .\32xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .\32xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .\32xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .\32xl\:last\:mt-0\.5:last-child {
    margin-top: 0.125rem;
  }

  .\32xl\:last\:mr-0\.5:last-child {
    margin-right: 0.125rem;
  }

  .\32xl\:last\:mb-0\.5:last-child {
    margin-bottom: 0.125rem;
  }

  .\32xl\:last\:ml-0\.5:last-child {
    margin-left: 0.125rem;
  }

  .\32xl\:last\:mt-1\.5:last-child {
    margin-top: 0.375rem;
  }

  .\32xl\:last\:mr-1\.5:last-child {
    margin-right: 0.375rem;
  }

  .\32xl\:last\:mb-1\.5:last-child {
    margin-bottom: 0.375rem;
  }

  .\32xl\:last\:ml-1\.5:last-child {
    margin-left: 0.375rem;
  }

  .\32xl\:last\:mt-2\.5:last-child {
    margin-top: 0.625rem;
  }

  .\32xl\:last\:mr-2\.5:last-child {
    margin-right: 0.625rem;
  }

  .\32xl\:last\:mb-2\.5:last-child {
    margin-bottom: 0.625rem;
  }

  .\32xl\:last\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .\32xl\:last\:mt-3\.5:last-child {
    margin-top: 0.875rem;
  }

  .\32xl\:last\:mr-3\.5:last-child {
    margin-right: 0.875rem;
  }

  .\32xl\:last\:mb-3\.5:last-child {
    margin-bottom: 0.875rem;
  }

  .\32xl\:last\:ml-3\.5:last-child {
    margin-left: 0.875rem;
  }

  .\32xl\:last\:-mt-0:last-child {
    margin-top: 0px;
  }

  .\32xl\:last\:-mr-0:last-child {
    margin-right: 0px;
  }

  .\32xl\:last\:-mb-0:last-child {
    margin-bottom: 0px;
  }

  .\32xl\:last\:-ml-0:last-child {
    margin-left: 0px;
  }

  .\32xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .\32xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .\32xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .\32xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .\32xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .\32xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .\32xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .\32xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .\32xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .\32xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .\32xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .\32xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .\32xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .\32xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .\32xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .\32xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .\32xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .\32xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .\32xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .\32xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .\32xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .\32xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .\32xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .\32xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .\32xl\:last\:-mt-7:last-child {
    margin-top: -1.75rem;
  }

  .\32xl\:last\:-mr-7:last-child {
    margin-right: -1.75rem;
  }

  .\32xl\:last\:-mb-7:last-child {
    margin-bottom: -1.75rem;
  }

  .\32xl\:last\:-ml-7:last-child {
    margin-left: -1.75rem;
  }

  .\32xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .\32xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .\32xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .\32xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .\32xl\:last\:-mt-9:last-child {
    margin-top: -2.25rem;
  }

  .\32xl\:last\:-mr-9:last-child {
    margin-right: -2.25rem;
  }

  .\32xl\:last\:-mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .\32xl\:last\:-ml-9:last-child {
    margin-left: -2.25rem;
  }

  .\32xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .\32xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .\32xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .\32xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .\32xl\:last\:-mt-11:last-child {
    margin-top: -2.75rem;
  }

  .\32xl\:last\:-mr-11:last-child {
    margin-right: -2.75rem;
  }

  .\32xl\:last\:-mb-11:last-child {
    margin-bottom: -2.75rem;
  }

  .\32xl\:last\:-ml-11:last-child {
    margin-left: -2.75rem;
  }

  .\32xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .\32xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .\32xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .\32xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .\32xl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .\32xl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .\32xl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .\32xl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .\32xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .\32xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .\32xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .\32xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .\32xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .\32xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .\32xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .\32xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .\32xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .\32xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .\32xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .\32xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .\32xl\:last\:-mt-28:last-child {
    margin-top: -7rem;
  }

  .\32xl\:last\:-mr-28:last-child {
    margin-right: -7rem;
  }

  .\32xl\:last\:-mb-28:last-child {
    margin-bottom: -7rem;
  }

  .\32xl\:last\:-ml-28:last-child {
    margin-left: -7rem;
  }

  .\32xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .\32xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .\32xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .\32xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .\32xl\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .\32xl\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .\32xl\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .\32xl\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .\32xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .\32xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .\32xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .\32xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .\32xl\:last\:-mt-44:last-child {
    margin-top: -11rem;
  }

  .\32xl\:last\:-mr-44:last-child {
    margin-right: -11rem;
  }

  .\32xl\:last\:-mb-44:last-child {
    margin-bottom: -11rem;
  }

  .\32xl\:last\:-ml-44:last-child {
    margin-left: -11rem;
  }

  .\32xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .\32xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .\32xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .\32xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .\32xl\:last\:-mt-52:last-child {
    margin-top: -13rem;
  }

  .\32xl\:last\:-mr-52:last-child {
    margin-right: -13rem;
  }

  .\32xl\:last\:-mb-52:last-child {
    margin-bottom: -13rem;
  }

  .\32xl\:last\:-ml-52:last-child {
    margin-left: -13rem;
  }

  .\32xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .\32xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .\32xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .\32xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .\32xl\:last\:-mt-60:last-child {
    margin-top: -15rem;
  }

  .\32xl\:last\:-mr-60:last-child {
    margin-right: -15rem;
  }

  .\32xl\:last\:-mb-60:last-child {
    margin-bottom: -15rem;
  }

  .\32xl\:last\:-ml-60:last-child {
    margin-left: -15rem;
  }

  .\32xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .\32xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .\32xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .\32xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .\32xl\:last\:-mt-72:last-child {
    margin-top: -18rem;
  }

  .\32xl\:last\:-mr-72:last-child {
    margin-right: -18rem;
  }

  .\32xl\:last\:-mb-72:last-child {
    margin-bottom: -18rem;
  }

  .\32xl\:last\:-ml-72:last-child {
    margin-left: -18rem;
  }

  .\32xl\:last\:-mt-80:last-child {
    margin-top: -20rem;
  }

  .\32xl\:last\:-mr-80:last-child {
    margin-right: -20rem;
  }

  .\32xl\:last\:-mb-80:last-child {
    margin-bottom: -20rem;
  }

  .\32xl\:last\:-ml-80:last-child {
    margin-left: -20rem;
  }

  .\32xl\:last\:-mt-96:last-child {
    margin-top: -24rem;
  }

  .\32xl\:last\:-mr-96:last-child {
    margin-right: -24rem;
  }

  .\32xl\:last\:-mb-96:last-child {
    margin-bottom: -24rem;
  }

  .\32xl\:last\:-ml-96:last-child {
    margin-left: -24rem;
  }

  .\32xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .\32xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .\32xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .\32xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .\32xl\:last\:-mt-0\.5:last-child {
    margin-top: -0.125rem;
  }

  .\32xl\:last\:-mr-0\.5:last-child {
    margin-right: -0.125rem;
  }

  .\32xl\:last\:-mb-0\.5:last-child {
    margin-bottom: -0.125rem;
  }

  .\32xl\:last\:-ml-0\.5:last-child {
    margin-left: -0.125rem;
  }

  .\32xl\:last\:-mt-1\.5:last-child {
    margin-top: -0.375rem;
  }

  .\32xl\:last\:-mr-1\.5:last-child {
    margin-right: -0.375rem;
  }

  .\32xl\:last\:-mb-1\.5:last-child {
    margin-bottom: -0.375rem;
  }

  .\32xl\:last\:-ml-1\.5:last-child {
    margin-left: -0.375rem;
  }

  .\32xl\:last\:-mt-2\.5:last-child {
    margin-top: -0.625rem;
  }

  .\32xl\:last\:-mr-2\.5:last-child {
    margin-right: -0.625rem;
  }

  .\32xl\:last\:-mb-2\.5:last-child {
    margin-bottom: -0.625rem;
  }

  .\32xl\:last\:-ml-2\.5:last-child {
    margin-left: -0.625rem;
  }

  .\32xl\:last\:-mt-3\.5:last-child {
    margin-top: -0.875rem;
  }

  .\32xl\:last\:-mr-3\.5:last-child {
    margin-right: -0.875rem;
  }

  .\32xl\:last\:-mb-3\.5:last-child {
    margin-bottom: -0.875rem;
  }

  .\32xl\:last\:-ml-3\.5:last-child {
    margin-left: -0.875rem;
  }

  .\32xl\:odd\:m-0:nth-child(odd) {
    margin: 0px;
  }

  .\32xl\:odd\:m-1:nth-child(odd) {
    margin: 0.25rem;
  }

  .\32xl\:odd\:m-2:nth-child(odd) {
    margin: 0.5rem;
  }

  .\32xl\:odd\:m-3:nth-child(odd) {
    margin: 0.75rem;
  }

  .\32xl\:odd\:m-4:nth-child(odd) {
    margin: 1rem;
  }

  .\32xl\:odd\:m-5:nth-child(odd) {
    margin: 1.25rem;
  }

  .\32xl\:odd\:m-6:nth-child(odd) {
    margin: 1.5rem;
  }

  .\32xl\:odd\:m-7:nth-child(odd) {
    margin: 1.75rem;
  }

  .\32xl\:odd\:m-8:nth-child(odd) {
    margin: 2rem;
  }

  .\32xl\:odd\:m-9:nth-child(odd) {
    margin: 2.25rem;
  }

  .\32xl\:odd\:m-10:nth-child(odd) {
    margin: 2.5rem;
  }

  .\32xl\:odd\:m-11:nth-child(odd) {
    margin: 2.75rem;
  }

  .\32xl\:odd\:m-12:nth-child(odd) {
    margin: 3rem;
  }

  .\32xl\:odd\:m-14:nth-child(odd) {
    margin: 3.5rem;
  }

  .\32xl\:odd\:m-16:nth-child(odd) {
    margin: 4rem;
  }

  .\32xl\:odd\:m-20:nth-child(odd) {
    margin: 5rem;
  }

  .\32xl\:odd\:m-24:nth-child(odd) {
    margin: 6rem;
  }

  .\32xl\:odd\:m-28:nth-child(odd) {
    margin: 7rem;
  }

  .\32xl\:odd\:m-32:nth-child(odd) {
    margin: 8rem;
  }

  .\32xl\:odd\:m-36:nth-child(odd) {
    margin: 9rem;
  }

  .\32xl\:odd\:m-40:nth-child(odd) {
    margin: 10rem;
  }

  .\32xl\:odd\:m-44:nth-child(odd) {
    margin: 11rem;
  }

  .\32xl\:odd\:m-48:nth-child(odd) {
    margin: 12rem;
  }

  .\32xl\:odd\:m-52:nth-child(odd) {
    margin: 13rem;
  }

  .\32xl\:odd\:m-56:nth-child(odd) {
    margin: 14rem;
  }

  .\32xl\:odd\:m-60:nth-child(odd) {
    margin: 15rem;
  }

  .\32xl\:odd\:m-64:nth-child(odd) {
    margin: 16rem;
  }

  .\32xl\:odd\:m-72:nth-child(odd) {
    margin: 18rem;
  }

  .\32xl\:odd\:m-80:nth-child(odd) {
    margin: 20rem;
  }

  .\32xl\:odd\:m-96:nth-child(odd) {
    margin: 24rem;
  }

  .\32xl\:odd\:m-auto:nth-child(odd) {
    margin: auto;
  }

  .\32xl\:odd\:m-px:nth-child(odd) {
    margin: 1px;
  }

  .\32xl\:odd\:m-0\.5:nth-child(odd) {
    margin: 0.125rem;
  }

  .\32xl\:odd\:m-1\.5:nth-child(odd) {
    margin: 0.375rem;
  }

  .\32xl\:odd\:m-2\.5:nth-child(odd) {
    margin: 0.625rem;
  }

  .\32xl\:odd\:m-3\.5:nth-child(odd) {
    margin: 0.875rem;
  }

  .\32xl\:odd\:-m-0:nth-child(odd) {
    margin: 0px;
  }

  .\32xl\:odd\:-m-1:nth-child(odd) {
    margin: -0.25rem;
  }

  .\32xl\:odd\:-m-2:nth-child(odd) {
    margin: -0.5rem;
  }

  .\32xl\:odd\:-m-3:nth-child(odd) {
    margin: -0.75rem;
  }

  .\32xl\:odd\:-m-4:nth-child(odd) {
    margin: -1rem;
  }

  .\32xl\:odd\:-m-5:nth-child(odd) {
    margin: -1.25rem;
  }

  .\32xl\:odd\:-m-6:nth-child(odd) {
    margin: -1.5rem;
  }

  .\32xl\:odd\:-m-7:nth-child(odd) {
    margin: -1.75rem;
  }

  .\32xl\:odd\:-m-8:nth-child(odd) {
    margin: -2rem;
  }

  .\32xl\:odd\:-m-9:nth-child(odd) {
    margin: -2.25rem;
  }

  .\32xl\:odd\:-m-10:nth-child(odd) {
    margin: -2.5rem;
  }

  .\32xl\:odd\:-m-11:nth-child(odd) {
    margin: -2.75rem;
  }

  .\32xl\:odd\:-m-12:nth-child(odd) {
    margin: -3rem;
  }

  .\32xl\:odd\:-m-14:nth-child(odd) {
    margin: -3.5rem;
  }

  .\32xl\:odd\:-m-16:nth-child(odd) {
    margin: -4rem;
  }

  .\32xl\:odd\:-m-20:nth-child(odd) {
    margin: -5rem;
  }

  .\32xl\:odd\:-m-24:nth-child(odd) {
    margin: -6rem;
  }

  .\32xl\:odd\:-m-28:nth-child(odd) {
    margin: -7rem;
  }

  .\32xl\:odd\:-m-32:nth-child(odd) {
    margin: -8rem;
  }

  .\32xl\:odd\:-m-36:nth-child(odd) {
    margin: -9rem;
  }

  .\32xl\:odd\:-m-40:nth-child(odd) {
    margin: -10rem;
  }

  .\32xl\:odd\:-m-44:nth-child(odd) {
    margin: -11rem;
  }

  .\32xl\:odd\:-m-48:nth-child(odd) {
    margin: -12rem;
  }

  .\32xl\:odd\:-m-52:nth-child(odd) {
    margin: -13rem;
  }

  .\32xl\:odd\:-m-56:nth-child(odd) {
    margin: -14rem;
  }

  .\32xl\:odd\:-m-60:nth-child(odd) {
    margin: -15rem;
  }

  .\32xl\:odd\:-m-64:nth-child(odd) {
    margin: -16rem;
  }

  .\32xl\:odd\:-m-72:nth-child(odd) {
    margin: -18rem;
  }

  .\32xl\:odd\:-m-80:nth-child(odd) {
    margin: -20rem;
  }

  .\32xl\:odd\:-m-96:nth-child(odd) {
    margin: -24rem;
  }

  .\32xl\:odd\:-m-px:nth-child(odd) {
    margin: -1px;
  }

  .\32xl\:odd\:-m-0\.5:nth-child(odd) {
    margin: -0.125rem;
  }

  .\32xl\:odd\:-m-1\.5:nth-child(odd) {
    margin: -0.375rem;
  }

  .\32xl\:odd\:-m-2\.5:nth-child(odd) {
    margin: -0.625rem;
  }

  .\32xl\:odd\:-m-3\.5:nth-child(odd) {
    margin: -0.875rem;
  }

  .\32xl\:odd\:my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:odd\:mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:odd\:my-1:nth-child(odd) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:odd\:mx-1:nth-child(odd) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:odd\:my-2:nth-child(odd) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:odd\:mx-2:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:odd\:my-3:nth-child(odd) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:odd\:mx-3:nth-child(odd) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:odd\:my-4:nth-child(odd) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:odd\:mx-4:nth-child(odd) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:odd\:my-5:nth-child(odd) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:odd\:mx-5:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:odd\:my-6:nth-child(odd) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:odd\:mx-6:nth-child(odd) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:odd\:my-7:nth-child(odd) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:odd\:mx-7:nth-child(odd) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:odd\:my-8:nth-child(odd) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:odd\:mx-8:nth-child(odd) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:odd\:my-9:nth-child(odd) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:odd\:mx-9:nth-child(odd) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:odd\:my-10:nth-child(odd) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:odd\:mx-10:nth-child(odd) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:odd\:my-11:nth-child(odd) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:odd\:mx-11:nth-child(odd) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:odd\:my-12:nth-child(odd) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:odd\:mx-12:nth-child(odd) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:odd\:my-14:nth-child(odd) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:odd\:mx-14:nth-child(odd) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:odd\:my-16:nth-child(odd) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:odd\:mx-16:nth-child(odd) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:odd\:my-20:nth-child(odd) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:odd\:mx-20:nth-child(odd) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:odd\:my-24:nth-child(odd) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:odd\:mx-24:nth-child(odd) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:odd\:my-28:nth-child(odd) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:odd\:mx-28:nth-child(odd) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:odd\:my-32:nth-child(odd) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:odd\:mx-32:nth-child(odd) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:odd\:my-36:nth-child(odd) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:odd\:mx-36:nth-child(odd) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:odd\:my-40:nth-child(odd) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:odd\:mx-40:nth-child(odd) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:odd\:my-44:nth-child(odd) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:odd\:mx-44:nth-child(odd) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:odd\:my-48:nth-child(odd) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:odd\:mx-48:nth-child(odd) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:odd\:my-52:nth-child(odd) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:odd\:mx-52:nth-child(odd) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:odd\:my-56:nth-child(odd) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:odd\:mx-56:nth-child(odd) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:odd\:my-60:nth-child(odd) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:odd\:mx-60:nth-child(odd) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:odd\:my-64:nth-child(odd) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:odd\:mx-64:nth-child(odd) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:odd\:my-72:nth-child(odd) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:odd\:mx-72:nth-child(odd) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:odd\:my-80:nth-child(odd) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:odd\:mx-80:nth-child(odd) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:odd\:my-96:nth-child(odd) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:odd\:mx-96:nth-child(odd) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:odd\:my-auto:nth-child(odd) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:odd\:mx-auto:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:odd\:my-px:nth-child(odd) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:odd\:mx-px:nth-child(odd) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:odd\:my-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:odd\:mx-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:odd\:my-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:odd\:mx-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:odd\:my-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:odd\:mx-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:odd\:my-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:odd\:mx-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:odd\:-my-0:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:odd\:-mx-0:nth-child(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:odd\:-my-1:nth-child(odd) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:odd\:-mx-1:nth-child(odd) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:odd\:-my-2:nth-child(odd) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:odd\:-mx-2:nth-child(odd) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:odd\:-my-3:nth-child(odd) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:odd\:-mx-3:nth-child(odd) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:odd\:-my-4:nth-child(odd) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:odd\:-mx-4:nth-child(odd) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:odd\:-my-5:nth-child(odd) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:odd\:-mx-5:nth-child(odd) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:odd\:-my-6:nth-child(odd) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:odd\:-mx-6:nth-child(odd) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:odd\:-my-7:nth-child(odd) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:odd\:-mx-7:nth-child(odd) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:odd\:-my-8:nth-child(odd) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:odd\:-mx-8:nth-child(odd) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:odd\:-my-9:nth-child(odd) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:odd\:-mx-9:nth-child(odd) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:odd\:-my-10:nth-child(odd) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:odd\:-mx-10:nth-child(odd) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:odd\:-my-11:nth-child(odd) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:odd\:-mx-11:nth-child(odd) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:odd\:-my-12:nth-child(odd) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:odd\:-mx-12:nth-child(odd) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:odd\:-my-14:nth-child(odd) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:odd\:-mx-14:nth-child(odd) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:odd\:-my-16:nth-child(odd) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:odd\:-mx-16:nth-child(odd) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:odd\:-my-20:nth-child(odd) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:odd\:-mx-20:nth-child(odd) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:odd\:-my-24:nth-child(odd) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:odd\:-mx-24:nth-child(odd) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:odd\:-my-28:nth-child(odd) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:odd\:-mx-28:nth-child(odd) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:odd\:-my-32:nth-child(odd) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:odd\:-mx-32:nth-child(odd) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:odd\:-my-36:nth-child(odd) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:odd\:-mx-36:nth-child(odd) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:odd\:-my-40:nth-child(odd) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:odd\:-mx-40:nth-child(odd) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:odd\:-my-44:nth-child(odd) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:odd\:-mx-44:nth-child(odd) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:odd\:-my-48:nth-child(odd) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:odd\:-mx-48:nth-child(odd) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:odd\:-my-52:nth-child(odd) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:odd\:-mx-52:nth-child(odd) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:odd\:-my-56:nth-child(odd) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:odd\:-mx-56:nth-child(odd) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:odd\:-my-60:nth-child(odd) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:odd\:-mx-60:nth-child(odd) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:odd\:-my-64:nth-child(odd) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:odd\:-mx-64:nth-child(odd) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:odd\:-my-72:nth-child(odd) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:odd\:-mx-72:nth-child(odd) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:odd\:-my-80:nth-child(odd) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:odd\:-mx-80:nth-child(odd) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:odd\:-my-96:nth-child(odd) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:odd\:-mx-96:nth-child(odd) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:odd\:-my-px:nth-child(odd) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:odd\:-mx-px:nth-child(odd) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:odd\:-my-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:odd\:-mx-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:odd\:-my-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:odd\:-mx-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:odd\:-my-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:odd\:-mx-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:odd\:-my-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:odd\:-mx-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:odd\:mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .\32xl\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .\32xl\:odd\:mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .\32xl\:odd\:ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .\32xl\:odd\:mt-1:nth-child(odd) {
    margin-top: 0.25rem;
  }

  .\32xl\:odd\:mr-1:nth-child(odd) {
    margin-right: 0.25rem;
  }

  .\32xl\:odd\:mb-1:nth-child(odd) {
    margin-bottom: 0.25rem;
  }

  .\32xl\:odd\:ml-1:nth-child(odd) {
    margin-left: 0.25rem;
  }

  .\32xl\:odd\:mt-2:nth-child(odd) {
    margin-top: 0.5rem;
  }

  .\32xl\:odd\:mr-2:nth-child(odd) {
    margin-right: 0.5rem;
  }

  .\32xl\:odd\:mb-2:nth-child(odd) {
    margin-bottom: 0.5rem;
  }

  .\32xl\:odd\:ml-2:nth-child(odd) {
    margin-left: 0.5rem;
  }

  .\32xl\:odd\:mt-3:nth-child(odd) {
    margin-top: 0.75rem;
  }

  .\32xl\:odd\:mr-3:nth-child(odd) {
    margin-right: 0.75rem;
  }

  .\32xl\:odd\:mb-3:nth-child(odd) {
    margin-bottom: 0.75rem;
  }

  .\32xl\:odd\:ml-3:nth-child(odd) {
    margin-left: 0.75rem;
  }

  .\32xl\:odd\:mt-4:nth-child(odd) {
    margin-top: 1rem;
  }

  .\32xl\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }

  .\32xl\:odd\:mb-4:nth-child(odd) {
    margin-bottom: 1rem;
  }

  .\32xl\:odd\:ml-4:nth-child(odd) {
    margin-left: 1rem;
  }

  .\32xl\:odd\:mt-5:nth-child(odd) {
    margin-top: 1.25rem;
  }

  .\32xl\:odd\:mr-5:nth-child(odd) {
    margin-right: 1.25rem;
  }

  .\32xl\:odd\:mb-5:nth-child(odd) {
    margin-bottom: 1.25rem;
  }

  .\32xl\:odd\:ml-5:nth-child(odd) {
    margin-left: 1.25rem;
  }

  .\32xl\:odd\:mt-6:nth-child(odd) {
    margin-top: 1.5rem;
  }

  .\32xl\:odd\:mr-6:nth-child(odd) {
    margin-right: 1.5rem;
  }

  .\32xl\:odd\:mb-6:nth-child(odd) {
    margin-bottom: 1.5rem;
  }

  .\32xl\:odd\:ml-6:nth-child(odd) {
    margin-left: 1.5rem;
  }

  .\32xl\:odd\:mt-7:nth-child(odd) {
    margin-top: 1.75rem;
  }

  .\32xl\:odd\:mr-7:nth-child(odd) {
    margin-right: 1.75rem;
  }

  .\32xl\:odd\:mb-7:nth-child(odd) {
    margin-bottom: 1.75rem;
  }

  .\32xl\:odd\:ml-7:nth-child(odd) {
    margin-left: 1.75rem;
  }

  .\32xl\:odd\:mt-8:nth-child(odd) {
    margin-top: 2rem;
  }

  .\32xl\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }

  .\32xl\:odd\:mb-8:nth-child(odd) {
    margin-bottom: 2rem;
  }

  .\32xl\:odd\:ml-8:nth-child(odd) {
    margin-left: 2rem;
  }

  .\32xl\:odd\:mt-9:nth-child(odd) {
    margin-top: 2.25rem;
  }

  .\32xl\:odd\:mr-9:nth-child(odd) {
    margin-right: 2.25rem;
  }

  .\32xl\:odd\:mb-9:nth-child(odd) {
    margin-bottom: 2.25rem;
  }

  .\32xl\:odd\:ml-9:nth-child(odd) {
    margin-left: 2.25rem;
  }

  .\32xl\:odd\:mt-10:nth-child(odd) {
    margin-top: 2.5rem;
  }

  .\32xl\:odd\:mr-10:nth-child(odd) {
    margin-right: 2.5rem;
  }

  .\32xl\:odd\:mb-10:nth-child(odd) {
    margin-bottom: 2.5rem;
  }

  .\32xl\:odd\:ml-10:nth-child(odd) {
    margin-left: 2.5rem;
  }

  .\32xl\:odd\:mt-11:nth-child(odd) {
    margin-top: 2.75rem;
  }

  .\32xl\:odd\:mr-11:nth-child(odd) {
    margin-right: 2.75rem;
  }

  .\32xl\:odd\:mb-11:nth-child(odd) {
    margin-bottom: 2.75rem;
  }

  .\32xl\:odd\:ml-11:nth-child(odd) {
    margin-left: 2.75rem;
  }

  .\32xl\:odd\:mt-12:nth-child(odd) {
    margin-top: 3rem;
  }

  .\32xl\:odd\:mr-12:nth-child(odd) {
    margin-right: 3rem;
  }

  .\32xl\:odd\:mb-12:nth-child(odd) {
    margin-bottom: 3rem;
  }

  .\32xl\:odd\:ml-12:nth-child(odd) {
    margin-left: 3rem;
  }

  .\32xl\:odd\:mt-14:nth-child(odd) {
    margin-top: 3.5rem;
  }

  .\32xl\:odd\:mr-14:nth-child(odd) {
    margin-right: 3.5rem;
  }

  .\32xl\:odd\:mb-14:nth-child(odd) {
    margin-bottom: 3.5rem;
  }

  .\32xl\:odd\:ml-14:nth-child(odd) {
    margin-left: 3.5rem;
  }

  .\32xl\:odd\:mt-16:nth-child(odd) {
    margin-top: 4rem;
  }

  .\32xl\:odd\:mr-16:nth-child(odd) {
    margin-right: 4rem;
  }

  .\32xl\:odd\:mb-16:nth-child(odd) {
    margin-bottom: 4rem;
  }

  .\32xl\:odd\:ml-16:nth-child(odd) {
    margin-left: 4rem;
  }

  .\32xl\:odd\:mt-20:nth-child(odd) {
    margin-top: 5rem;
  }

  .\32xl\:odd\:mr-20:nth-child(odd) {
    margin-right: 5rem;
  }

  .\32xl\:odd\:mb-20:nth-child(odd) {
    margin-bottom: 5rem;
  }

  .\32xl\:odd\:ml-20:nth-child(odd) {
    margin-left: 5rem;
  }

  .\32xl\:odd\:mt-24:nth-child(odd) {
    margin-top: 6rem;
  }

  .\32xl\:odd\:mr-24:nth-child(odd) {
    margin-right: 6rem;
  }

  .\32xl\:odd\:mb-24:nth-child(odd) {
    margin-bottom: 6rem;
  }

  .\32xl\:odd\:ml-24:nth-child(odd) {
    margin-left: 6rem;
  }

  .\32xl\:odd\:mt-28:nth-child(odd) {
    margin-top: 7rem;
  }

  .\32xl\:odd\:mr-28:nth-child(odd) {
    margin-right: 7rem;
  }

  .\32xl\:odd\:mb-28:nth-child(odd) {
    margin-bottom: 7rem;
  }

  .\32xl\:odd\:ml-28:nth-child(odd) {
    margin-left: 7rem;
  }

  .\32xl\:odd\:mt-32:nth-child(odd) {
    margin-top: 8rem;
  }

  .\32xl\:odd\:mr-32:nth-child(odd) {
    margin-right: 8rem;
  }

  .\32xl\:odd\:mb-32:nth-child(odd) {
    margin-bottom: 8rem;
  }

  .\32xl\:odd\:ml-32:nth-child(odd) {
    margin-left: 8rem;
  }

  .\32xl\:odd\:mt-36:nth-child(odd) {
    margin-top: 9rem;
  }

  .\32xl\:odd\:mr-36:nth-child(odd) {
    margin-right: 9rem;
  }

  .\32xl\:odd\:mb-36:nth-child(odd) {
    margin-bottom: 9rem;
  }

  .\32xl\:odd\:ml-36:nth-child(odd) {
    margin-left: 9rem;
  }

  .\32xl\:odd\:mt-40:nth-child(odd) {
    margin-top: 10rem;
  }

  .\32xl\:odd\:mr-40:nth-child(odd) {
    margin-right: 10rem;
  }

  .\32xl\:odd\:mb-40:nth-child(odd) {
    margin-bottom: 10rem;
  }

  .\32xl\:odd\:ml-40:nth-child(odd) {
    margin-left: 10rem;
  }

  .\32xl\:odd\:mt-44:nth-child(odd) {
    margin-top: 11rem;
  }

  .\32xl\:odd\:mr-44:nth-child(odd) {
    margin-right: 11rem;
  }

  .\32xl\:odd\:mb-44:nth-child(odd) {
    margin-bottom: 11rem;
  }

  .\32xl\:odd\:ml-44:nth-child(odd) {
    margin-left: 11rem;
  }

  .\32xl\:odd\:mt-48:nth-child(odd) {
    margin-top: 12rem;
  }

  .\32xl\:odd\:mr-48:nth-child(odd) {
    margin-right: 12rem;
  }

  .\32xl\:odd\:mb-48:nth-child(odd) {
    margin-bottom: 12rem;
  }

  .\32xl\:odd\:ml-48:nth-child(odd) {
    margin-left: 12rem;
  }

  .\32xl\:odd\:mt-52:nth-child(odd) {
    margin-top: 13rem;
  }

  .\32xl\:odd\:mr-52:nth-child(odd) {
    margin-right: 13rem;
  }

  .\32xl\:odd\:mb-52:nth-child(odd) {
    margin-bottom: 13rem;
  }

  .\32xl\:odd\:ml-52:nth-child(odd) {
    margin-left: 13rem;
  }

  .\32xl\:odd\:mt-56:nth-child(odd) {
    margin-top: 14rem;
  }

  .\32xl\:odd\:mr-56:nth-child(odd) {
    margin-right: 14rem;
  }

  .\32xl\:odd\:mb-56:nth-child(odd) {
    margin-bottom: 14rem;
  }

  .\32xl\:odd\:ml-56:nth-child(odd) {
    margin-left: 14rem;
  }

  .\32xl\:odd\:mt-60:nth-child(odd) {
    margin-top: 15rem;
  }

  .\32xl\:odd\:mr-60:nth-child(odd) {
    margin-right: 15rem;
  }

  .\32xl\:odd\:mb-60:nth-child(odd) {
    margin-bottom: 15rem;
  }

  .\32xl\:odd\:ml-60:nth-child(odd) {
    margin-left: 15rem;
  }

  .\32xl\:odd\:mt-64:nth-child(odd) {
    margin-top: 16rem;
  }

  .\32xl\:odd\:mr-64:nth-child(odd) {
    margin-right: 16rem;
  }

  .\32xl\:odd\:mb-64:nth-child(odd) {
    margin-bottom: 16rem;
  }

  .\32xl\:odd\:ml-64:nth-child(odd) {
    margin-left: 16rem;
  }

  .\32xl\:odd\:mt-72:nth-child(odd) {
    margin-top: 18rem;
  }

  .\32xl\:odd\:mr-72:nth-child(odd) {
    margin-right: 18rem;
  }

  .\32xl\:odd\:mb-72:nth-child(odd) {
    margin-bottom: 18rem;
  }

  .\32xl\:odd\:ml-72:nth-child(odd) {
    margin-left: 18rem;
  }

  .\32xl\:odd\:mt-80:nth-child(odd) {
    margin-top: 20rem;
  }

  .\32xl\:odd\:mr-80:nth-child(odd) {
    margin-right: 20rem;
  }

  .\32xl\:odd\:mb-80:nth-child(odd) {
    margin-bottom: 20rem;
  }

  .\32xl\:odd\:ml-80:nth-child(odd) {
    margin-left: 20rem;
  }

  .\32xl\:odd\:mt-96:nth-child(odd) {
    margin-top: 24rem;
  }

  .\32xl\:odd\:mr-96:nth-child(odd) {
    margin-right: 24rem;
  }

  .\32xl\:odd\:mb-96:nth-child(odd) {
    margin-bottom: 24rem;
  }

  .\32xl\:odd\:ml-96:nth-child(odd) {
    margin-left: 24rem;
  }

  .\32xl\:odd\:mt-auto:nth-child(odd) {
    margin-top: auto;
  }

  .\32xl\:odd\:mr-auto:nth-child(odd) {
    margin-right: auto;
  }

  .\32xl\:odd\:mb-auto:nth-child(odd) {
    margin-bottom: auto;
  }

  .\32xl\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .\32xl\:odd\:mt-px:nth-child(odd) {
    margin-top: 1px;
  }

  .\32xl\:odd\:mr-px:nth-child(odd) {
    margin-right: 1px;
  }

  .\32xl\:odd\:mb-px:nth-child(odd) {
    margin-bottom: 1px;
  }

  .\32xl\:odd\:ml-px:nth-child(odd) {
    margin-left: 1px;
  }

  .\32xl\:odd\:mt-0\.5:nth-child(odd) {
    margin-top: 0.125rem;
  }

  .\32xl\:odd\:mr-0\.5:nth-child(odd) {
    margin-right: 0.125rem;
  }

  .\32xl\:odd\:mb-0\.5:nth-child(odd) {
    margin-bottom: 0.125rem;
  }

  .\32xl\:odd\:ml-0\.5:nth-child(odd) {
    margin-left: 0.125rem;
  }

  .\32xl\:odd\:mt-1\.5:nth-child(odd) {
    margin-top: 0.375rem;
  }

  .\32xl\:odd\:mr-1\.5:nth-child(odd) {
    margin-right: 0.375rem;
  }

  .\32xl\:odd\:mb-1\.5:nth-child(odd) {
    margin-bottom: 0.375rem;
  }

  .\32xl\:odd\:ml-1\.5:nth-child(odd) {
    margin-left: 0.375rem;
  }

  .\32xl\:odd\:mt-2\.5:nth-child(odd) {
    margin-top: 0.625rem;
  }

  .\32xl\:odd\:mr-2\.5:nth-child(odd) {
    margin-right: 0.625rem;
  }

  .\32xl\:odd\:mb-2\.5:nth-child(odd) {
    margin-bottom: 0.625rem;
  }

  .\32xl\:odd\:ml-2\.5:nth-child(odd) {
    margin-left: 0.625rem;
  }

  .\32xl\:odd\:mt-3\.5:nth-child(odd) {
    margin-top: 0.875rem;
  }

  .\32xl\:odd\:mr-3\.5:nth-child(odd) {
    margin-right: 0.875rem;
  }

  .\32xl\:odd\:mb-3\.5:nth-child(odd) {
    margin-bottom: 0.875rem;
  }

  .\32xl\:odd\:ml-3\.5:nth-child(odd) {
    margin-left: 0.875rem;
  }

  .\32xl\:odd\:-mt-0:nth-child(odd) {
    margin-top: 0px;
  }

  .\32xl\:odd\:-mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .\32xl\:odd\:-mb-0:nth-child(odd) {
    margin-bottom: 0px;
  }

  .\32xl\:odd\:-ml-0:nth-child(odd) {
    margin-left: 0px;
  }

  .\32xl\:odd\:-mt-1:nth-child(odd) {
    margin-top: -0.25rem;
  }

  .\32xl\:odd\:-mr-1:nth-child(odd) {
    margin-right: -0.25rem;
  }

  .\32xl\:odd\:-mb-1:nth-child(odd) {
    margin-bottom: -0.25rem;
  }

  .\32xl\:odd\:-ml-1:nth-child(odd) {
    margin-left: -0.25rem;
  }

  .\32xl\:odd\:-mt-2:nth-child(odd) {
    margin-top: -0.5rem;
  }

  .\32xl\:odd\:-mr-2:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .\32xl\:odd\:-mb-2:nth-child(odd) {
    margin-bottom: -0.5rem;
  }

  .\32xl\:odd\:-ml-2:nth-child(odd) {
    margin-left: -0.5rem;
  }

  .\32xl\:odd\:-mt-3:nth-child(odd) {
    margin-top: -0.75rem;
  }

  .\32xl\:odd\:-mr-3:nth-child(odd) {
    margin-right: -0.75rem;
  }

  .\32xl\:odd\:-mb-3:nth-child(odd) {
    margin-bottom: -0.75rem;
  }

  .\32xl\:odd\:-ml-3:nth-child(odd) {
    margin-left: -0.75rem;
  }

  .\32xl\:odd\:-mt-4:nth-child(odd) {
    margin-top: -1rem;
  }

  .\32xl\:odd\:-mr-4:nth-child(odd) {
    margin-right: -1rem;
  }

  .\32xl\:odd\:-mb-4:nth-child(odd) {
    margin-bottom: -1rem;
  }

  .\32xl\:odd\:-ml-4:nth-child(odd) {
    margin-left: -1rem;
  }

  .\32xl\:odd\:-mt-5:nth-child(odd) {
    margin-top: -1.25rem;
  }

  .\32xl\:odd\:-mr-5:nth-child(odd) {
    margin-right: -1.25rem;
  }

  .\32xl\:odd\:-mb-5:nth-child(odd) {
    margin-bottom: -1.25rem;
  }

  .\32xl\:odd\:-ml-5:nth-child(odd) {
    margin-left: -1.25rem;
  }

  .\32xl\:odd\:-mt-6:nth-child(odd) {
    margin-top: -1.5rem;
  }

  .\32xl\:odd\:-mr-6:nth-child(odd) {
    margin-right: -1.5rem;
  }

  .\32xl\:odd\:-mb-6:nth-child(odd) {
    margin-bottom: -1.5rem;
  }

  .\32xl\:odd\:-ml-6:nth-child(odd) {
    margin-left: -1.5rem;
  }

  .\32xl\:odd\:-mt-7:nth-child(odd) {
    margin-top: -1.75rem;
  }

  .\32xl\:odd\:-mr-7:nth-child(odd) {
    margin-right: -1.75rem;
  }

  .\32xl\:odd\:-mb-7:nth-child(odd) {
    margin-bottom: -1.75rem;
  }

  .\32xl\:odd\:-ml-7:nth-child(odd) {
    margin-left: -1.75rem;
  }

  .\32xl\:odd\:-mt-8:nth-child(odd) {
    margin-top: -2rem;
  }

  .\32xl\:odd\:-mr-8:nth-child(odd) {
    margin-right: -2rem;
  }

  .\32xl\:odd\:-mb-8:nth-child(odd) {
    margin-bottom: -2rem;
  }

  .\32xl\:odd\:-ml-8:nth-child(odd) {
    margin-left: -2rem;
  }

  .\32xl\:odd\:-mt-9:nth-child(odd) {
    margin-top: -2.25rem;
  }

  .\32xl\:odd\:-mr-9:nth-child(odd) {
    margin-right: -2.25rem;
  }

  .\32xl\:odd\:-mb-9:nth-child(odd) {
    margin-bottom: -2.25rem;
  }

  .\32xl\:odd\:-ml-9:nth-child(odd) {
    margin-left: -2.25rem;
  }

  .\32xl\:odd\:-mt-10:nth-child(odd) {
    margin-top: -2.5rem;
  }

  .\32xl\:odd\:-mr-10:nth-child(odd) {
    margin-right: -2.5rem;
  }

  .\32xl\:odd\:-mb-10:nth-child(odd) {
    margin-bottom: -2.5rem;
  }

  .\32xl\:odd\:-ml-10:nth-child(odd) {
    margin-left: -2.5rem;
  }

  .\32xl\:odd\:-mt-11:nth-child(odd) {
    margin-top: -2.75rem;
  }

  .\32xl\:odd\:-mr-11:nth-child(odd) {
    margin-right: -2.75rem;
  }

  .\32xl\:odd\:-mb-11:nth-child(odd) {
    margin-bottom: -2.75rem;
  }

  .\32xl\:odd\:-ml-11:nth-child(odd) {
    margin-left: -2.75rem;
  }

  .\32xl\:odd\:-mt-12:nth-child(odd) {
    margin-top: -3rem;
  }

  .\32xl\:odd\:-mr-12:nth-child(odd) {
    margin-right: -3rem;
  }

  .\32xl\:odd\:-mb-12:nth-child(odd) {
    margin-bottom: -3rem;
  }

  .\32xl\:odd\:-ml-12:nth-child(odd) {
    margin-left: -3rem;
  }

  .\32xl\:odd\:-mt-14:nth-child(odd) {
    margin-top: -3.5rem;
  }

  .\32xl\:odd\:-mr-14:nth-child(odd) {
    margin-right: -3.5rem;
  }

  .\32xl\:odd\:-mb-14:nth-child(odd) {
    margin-bottom: -3.5rem;
  }

  .\32xl\:odd\:-ml-14:nth-child(odd) {
    margin-left: -3.5rem;
  }

  .\32xl\:odd\:-mt-16:nth-child(odd) {
    margin-top: -4rem;
  }

  .\32xl\:odd\:-mr-16:nth-child(odd) {
    margin-right: -4rem;
  }

  .\32xl\:odd\:-mb-16:nth-child(odd) {
    margin-bottom: -4rem;
  }

  .\32xl\:odd\:-ml-16:nth-child(odd) {
    margin-left: -4rem;
  }

  .\32xl\:odd\:-mt-20:nth-child(odd) {
    margin-top: -5rem;
  }

  .\32xl\:odd\:-mr-20:nth-child(odd) {
    margin-right: -5rem;
  }

  .\32xl\:odd\:-mb-20:nth-child(odd) {
    margin-bottom: -5rem;
  }

  .\32xl\:odd\:-ml-20:nth-child(odd) {
    margin-left: -5rem;
  }

  .\32xl\:odd\:-mt-24:nth-child(odd) {
    margin-top: -6rem;
  }

  .\32xl\:odd\:-mr-24:nth-child(odd) {
    margin-right: -6rem;
  }

  .\32xl\:odd\:-mb-24:nth-child(odd) {
    margin-bottom: -6rem;
  }

  .\32xl\:odd\:-ml-24:nth-child(odd) {
    margin-left: -6rem;
  }

  .\32xl\:odd\:-mt-28:nth-child(odd) {
    margin-top: -7rem;
  }

  .\32xl\:odd\:-mr-28:nth-child(odd) {
    margin-right: -7rem;
  }

  .\32xl\:odd\:-mb-28:nth-child(odd) {
    margin-bottom: -7rem;
  }

  .\32xl\:odd\:-ml-28:nth-child(odd) {
    margin-left: -7rem;
  }

  .\32xl\:odd\:-mt-32:nth-child(odd) {
    margin-top: -8rem;
  }

  .\32xl\:odd\:-mr-32:nth-child(odd) {
    margin-right: -8rem;
  }

  .\32xl\:odd\:-mb-32:nth-child(odd) {
    margin-bottom: -8rem;
  }

  .\32xl\:odd\:-ml-32:nth-child(odd) {
    margin-left: -8rem;
  }

  .\32xl\:odd\:-mt-36:nth-child(odd) {
    margin-top: -9rem;
  }

  .\32xl\:odd\:-mr-36:nth-child(odd) {
    margin-right: -9rem;
  }

  .\32xl\:odd\:-mb-36:nth-child(odd) {
    margin-bottom: -9rem;
  }

  .\32xl\:odd\:-ml-36:nth-child(odd) {
    margin-left: -9rem;
  }

  .\32xl\:odd\:-mt-40:nth-child(odd) {
    margin-top: -10rem;
  }

  .\32xl\:odd\:-mr-40:nth-child(odd) {
    margin-right: -10rem;
  }

  .\32xl\:odd\:-mb-40:nth-child(odd) {
    margin-bottom: -10rem;
  }

  .\32xl\:odd\:-ml-40:nth-child(odd) {
    margin-left: -10rem;
  }

  .\32xl\:odd\:-mt-44:nth-child(odd) {
    margin-top: -11rem;
  }

  .\32xl\:odd\:-mr-44:nth-child(odd) {
    margin-right: -11rem;
  }

  .\32xl\:odd\:-mb-44:nth-child(odd) {
    margin-bottom: -11rem;
  }

  .\32xl\:odd\:-ml-44:nth-child(odd) {
    margin-left: -11rem;
  }

  .\32xl\:odd\:-mt-48:nth-child(odd) {
    margin-top: -12rem;
  }

  .\32xl\:odd\:-mr-48:nth-child(odd) {
    margin-right: -12rem;
  }

  .\32xl\:odd\:-mb-48:nth-child(odd) {
    margin-bottom: -12rem;
  }

  .\32xl\:odd\:-ml-48:nth-child(odd) {
    margin-left: -12rem;
  }

  .\32xl\:odd\:-mt-52:nth-child(odd) {
    margin-top: -13rem;
  }

  .\32xl\:odd\:-mr-52:nth-child(odd) {
    margin-right: -13rem;
  }

  .\32xl\:odd\:-mb-52:nth-child(odd) {
    margin-bottom: -13rem;
  }

  .\32xl\:odd\:-ml-52:nth-child(odd) {
    margin-left: -13rem;
  }

  .\32xl\:odd\:-mt-56:nth-child(odd) {
    margin-top: -14rem;
  }

  .\32xl\:odd\:-mr-56:nth-child(odd) {
    margin-right: -14rem;
  }

  .\32xl\:odd\:-mb-56:nth-child(odd) {
    margin-bottom: -14rem;
  }

  .\32xl\:odd\:-ml-56:nth-child(odd) {
    margin-left: -14rem;
  }

  .\32xl\:odd\:-mt-60:nth-child(odd) {
    margin-top: -15rem;
  }

  .\32xl\:odd\:-mr-60:nth-child(odd) {
    margin-right: -15rem;
  }

  .\32xl\:odd\:-mb-60:nth-child(odd) {
    margin-bottom: -15rem;
  }

  .\32xl\:odd\:-ml-60:nth-child(odd) {
    margin-left: -15rem;
  }

  .\32xl\:odd\:-mt-64:nth-child(odd) {
    margin-top: -16rem;
  }

  .\32xl\:odd\:-mr-64:nth-child(odd) {
    margin-right: -16rem;
  }

  .\32xl\:odd\:-mb-64:nth-child(odd) {
    margin-bottom: -16rem;
  }

  .\32xl\:odd\:-ml-64:nth-child(odd) {
    margin-left: -16rem;
  }

  .\32xl\:odd\:-mt-72:nth-child(odd) {
    margin-top: -18rem;
  }

  .\32xl\:odd\:-mr-72:nth-child(odd) {
    margin-right: -18rem;
  }

  .\32xl\:odd\:-mb-72:nth-child(odd) {
    margin-bottom: -18rem;
  }

  .\32xl\:odd\:-ml-72:nth-child(odd) {
    margin-left: -18rem;
  }

  .\32xl\:odd\:-mt-80:nth-child(odd) {
    margin-top: -20rem;
  }

  .\32xl\:odd\:-mr-80:nth-child(odd) {
    margin-right: -20rem;
  }

  .\32xl\:odd\:-mb-80:nth-child(odd) {
    margin-bottom: -20rem;
  }

  .\32xl\:odd\:-ml-80:nth-child(odd) {
    margin-left: -20rem;
  }

  .\32xl\:odd\:-mt-96:nth-child(odd) {
    margin-top: -24rem;
  }

  .\32xl\:odd\:-mr-96:nth-child(odd) {
    margin-right: -24rem;
  }

  .\32xl\:odd\:-mb-96:nth-child(odd) {
    margin-bottom: -24rem;
  }

  .\32xl\:odd\:-ml-96:nth-child(odd) {
    margin-left: -24rem;
  }

  .\32xl\:odd\:-mt-px:nth-child(odd) {
    margin-top: -1px;
  }

  .\32xl\:odd\:-mr-px:nth-child(odd) {
    margin-right: -1px;
  }

  .\32xl\:odd\:-mb-px:nth-child(odd) {
    margin-bottom: -1px;
  }

  .\32xl\:odd\:-ml-px:nth-child(odd) {
    margin-left: -1px;
  }

  .\32xl\:odd\:-mt-0\.5:nth-child(odd) {
    margin-top: -0.125rem;
  }

  .\32xl\:odd\:-mr-0\.5:nth-child(odd) {
    margin-right: -0.125rem;
  }

  .\32xl\:odd\:-mb-0\.5:nth-child(odd) {
    margin-bottom: -0.125rem;
  }

  .\32xl\:odd\:-ml-0\.5:nth-child(odd) {
    margin-left: -0.125rem;
  }

  .\32xl\:odd\:-mt-1\.5:nth-child(odd) {
    margin-top: -0.375rem;
  }

  .\32xl\:odd\:-mr-1\.5:nth-child(odd) {
    margin-right: -0.375rem;
  }

  .\32xl\:odd\:-mb-1\.5:nth-child(odd) {
    margin-bottom: -0.375rem;
  }

  .\32xl\:odd\:-ml-1\.5:nth-child(odd) {
    margin-left: -0.375rem;
  }

  .\32xl\:odd\:-mt-2\.5:nth-child(odd) {
    margin-top: -0.625rem;
  }

  .\32xl\:odd\:-mr-2\.5:nth-child(odd) {
    margin-right: -0.625rem;
  }

  .\32xl\:odd\:-mb-2\.5:nth-child(odd) {
    margin-bottom: -0.625rem;
  }

  .\32xl\:odd\:-ml-2\.5:nth-child(odd) {
    margin-left: -0.625rem;
  }

  .\32xl\:odd\:-mt-3\.5:nth-child(odd) {
    margin-top: -0.875rem;
  }

  .\32xl\:odd\:-mr-3\.5:nth-child(odd) {
    margin-right: -0.875rem;
  }

  .\32xl\:odd\:-mb-3\.5:nth-child(odd) {
    margin-bottom: -0.875rem;
  }

  .\32xl\:odd\:-ml-3\.5:nth-child(odd) {
    margin-left: -0.875rem;
  }

  .\32xl\:even\:m-0:nth-child(even) {
    margin: 0px;
  }

  .\32xl\:even\:m-1:nth-child(even) {
    margin: 0.25rem;
  }

  .\32xl\:even\:m-2:nth-child(even) {
    margin: 0.5rem;
  }

  .\32xl\:even\:m-3:nth-child(even) {
    margin: 0.75rem;
  }

  .\32xl\:even\:m-4:nth-child(even) {
    margin: 1rem;
  }

  .\32xl\:even\:m-5:nth-child(even) {
    margin: 1.25rem;
  }

  .\32xl\:even\:m-6:nth-child(even) {
    margin: 1.5rem;
  }

  .\32xl\:even\:m-7:nth-child(even) {
    margin: 1.75rem;
  }

  .\32xl\:even\:m-8:nth-child(even) {
    margin: 2rem;
  }

  .\32xl\:even\:m-9:nth-child(even) {
    margin: 2.25rem;
  }

  .\32xl\:even\:m-10:nth-child(even) {
    margin: 2.5rem;
  }

  .\32xl\:even\:m-11:nth-child(even) {
    margin: 2.75rem;
  }

  .\32xl\:even\:m-12:nth-child(even) {
    margin: 3rem;
  }

  .\32xl\:even\:m-14:nth-child(even) {
    margin: 3.5rem;
  }

  .\32xl\:even\:m-16:nth-child(even) {
    margin: 4rem;
  }

  .\32xl\:even\:m-20:nth-child(even) {
    margin: 5rem;
  }

  .\32xl\:even\:m-24:nth-child(even) {
    margin: 6rem;
  }

  .\32xl\:even\:m-28:nth-child(even) {
    margin: 7rem;
  }

  .\32xl\:even\:m-32:nth-child(even) {
    margin: 8rem;
  }

  .\32xl\:even\:m-36:nth-child(even) {
    margin: 9rem;
  }

  .\32xl\:even\:m-40:nth-child(even) {
    margin: 10rem;
  }

  .\32xl\:even\:m-44:nth-child(even) {
    margin: 11rem;
  }

  .\32xl\:even\:m-48:nth-child(even) {
    margin: 12rem;
  }

  .\32xl\:even\:m-52:nth-child(even) {
    margin: 13rem;
  }

  .\32xl\:even\:m-56:nth-child(even) {
    margin: 14rem;
  }

  .\32xl\:even\:m-60:nth-child(even) {
    margin: 15rem;
  }

  .\32xl\:even\:m-64:nth-child(even) {
    margin: 16rem;
  }

  .\32xl\:even\:m-72:nth-child(even) {
    margin: 18rem;
  }

  .\32xl\:even\:m-80:nth-child(even) {
    margin: 20rem;
  }

  .\32xl\:even\:m-96:nth-child(even) {
    margin: 24rem;
  }

  .\32xl\:even\:m-auto:nth-child(even) {
    margin: auto;
  }

  .\32xl\:even\:m-px:nth-child(even) {
    margin: 1px;
  }

  .\32xl\:even\:m-0\.5:nth-child(even) {
    margin: 0.125rem;
  }

  .\32xl\:even\:m-1\.5:nth-child(even) {
    margin: 0.375rem;
  }

  .\32xl\:even\:m-2\.5:nth-child(even) {
    margin: 0.625rem;
  }

  .\32xl\:even\:m-3\.5:nth-child(even) {
    margin: 0.875rem;
  }

  .\32xl\:even\:-m-0:nth-child(even) {
    margin: 0px;
  }

  .\32xl\:even\:-m-1:nth-child(even) {
    margin: -0.25rem;
  }

  .\32xl\:even\:-m-2:nth-child(even) {
    margin: -0.5rem;
  }

  .\32xl\:even\:-m-3:nth-child(even) {
    margin: -0.75rem;
  }

  .\32xl\:even\:-m-4:nth-child(even) {
    margin: -1rem;
  }

  .\32xl\:even\:-m-5:nth-child(even) {
    margin: -1.25rem;
  }

  .\32xl\:even\:-m-6:nth-child(even) {
    margin: -1.5rem;
  }

  .\32xl\:even\:-m-7:nth-child(even) {
    margin: -1.75rem;
  }

  .\32xl\:even\:-m-8:nth-child(even) {
    margin: -2rem;
  }

  .\32xl\:even\:-m-9:nth-child(even) {
    margin: -2.25rem;
  }

  .\32xl\:even\:-m-10:nth-child(even) {
    margin: -2.5rem;
  }

  .\32xl\:even\:-m-11:nth-child(even) {
    margin: -2.75rem;
  }

  .\32xl\:even\:-m-12:nth-child(even) {
    margin: -3rem;
  }

  .\32xl\:even\:-m-14:nth-child(even) {
    margin: -3.5rem;
  }

  .\32xl\:even\:-m-16:nth-child(even) {
    margin: -4rem;
  }

  .\32xl\:even\:-m-20:nth-child(even) {
    margin: -5rem;
  }

  .\32xl\:even\:-m-24:nth-child(even) {
    margin: -6rem;
  }

  .\32xl\:even\:-m-28:nth-child(even) {
    margin: -7rem;
  }

  .\32xl\:even\:-m-32:nth-child(even) {
    margin: -8rem;
  }

  .\32xl\:even\:-m-36:nth-child(even) {
    margin: -9rem;
  }

  .\32xl\:even\:-m-40:nth-child(even) {
    margin: -10rem;
  }

  .\32xl\:even\:-m-44:nth-child(even) {
    margin: -11rem;
  }

  .\32xl\:even\:-m-48:nth-child(even) {
    margin: -12rem;
  }

  .\32xl\:even\:-m-52:nth-child(even) {
    margin: -13rem;
  }

  .\32xl\:even\:-m-56:nth-child(even) {
    margin: -14rem;
  }

  .\32xl\:even\:-m-60:nth-child(even) {
    margin: -15rem;
  }

  .\32xl\:even\:-m-64:nth-child(even) {
    margin: -16rem;
  }

  .\32xl\:even\:-m-72:nth-child(even) {
    margin: -18rem;
  }

  .\32xl\:even\:-m-80:nth-child(even) {
    margin: -20rem;
  }

  .\32xl\:even\:-m-96:nth-child(even) {
    margin: -24rem;
  }

  .\32xl\:even\:-m-px:nth-child(even) {
    margin: -1px;
  }

  .\32xl\:even\:-m-0\.5:nth-child(even) {
    margin: -0.125rem;
  }

  .\32xl\:even\:-m-1\.5:nth-child(even) {
    margin: -0.375rem;
  }

  .\32xl\:even\:-m-2\.5:nth-child(even) {
    margin: -0.625rem;
  }

  .\32xl\:even\:-m-3\.5:nth-child(even) {
    margin: -0.875rem;
  }

  .\32xl\:even\:my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:even\:mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:even\:my-1:nth-child(even) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:even\:mx-1:nth-child(even) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:even\:my-2:nth-child(even) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:even\:mx-2:nth-child(even) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:even\:my-3:nth-child(even) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:even\:mx-3:nth-child(even) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:even\:my-4:nth-child(even) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:even\:mx-4:nth-child(even) {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:even\:my-5:nth-child(even) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:even\:mx-5:nth-child(even) {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:even\:my-6:nth-child(even) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:even\:mx-6:nth-child(even) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:even\:my-7:nth-child(even) {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:even\:mx-7:nth-child(even) {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:even\:my-8:nth-child(even) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:even\:mx-8:nth-child(even) {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:even\:my-9:nth-child(even) {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:even\:mx-9:nth-child(even) {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:even\:my-10:nth-child(even) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:even\:mx-10:nth-child(even) {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:even\:my-11:nth-child(even) {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:even\:mx-11:nth-child(even) {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:even\:my-12:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:even\:mx-12:nth-child(even) {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:even\:my-14:nth-child(even) {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:even\:mx-14:nth-child(even) {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:even\:my-16:nth-child(even) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:even\:mx-16:nth-child(even) {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:even\:my-20:nth-child(even) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:even\:mx-20:nth-child(even) {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:even\:my-24:nth-child(even) {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:even\:mx-24:nth-child(even) {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:even\:my-28:nth-child(even) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:even\:mx-28:nth-child(even) {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:even\:my-32:nth-child(even) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:even\:mx-32:nth-child(even) {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:even\:my-36:nth-child(even) {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:even\:mx-36:nth-child(even) {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:even\:my-40:nth-child(even) {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:even\:mx-40:nth-child(even) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:even\:my-44:nth-child(even) {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:even\:mx-44:nth-child(even) {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:even\:my-48:nth-child(even) {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:even\:mx-48:nth-child(even) {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:even\:my-52:nth-child(even) {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:even\:mx-52:nth-child(even) {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:even\:my-56:nth-child(even) {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:even\:mx-56:nth-child(even) {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:even\:my-60:nth-child(even) {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:even\:mx-60:nth-child(even) {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:even\:my-64:nth-child(even) {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:even\:mx-64:nth-child(even) {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:even\:my-72:nth-child(even) {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:even\:mx-72:nth-child(even) {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:even\:my-80:nth-child(even) {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:even\:mx-80:nth-child(even) {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:even\:my-96:nth-child(even) {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:even\:mx-96:nth-child(even) {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:even\:my-auto:nth-child(even) {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:even\:mx-auto:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:even\:my-px:nth-child(even) {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:even\:mx-px:nth-child(even) {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:even\:my-0\.5:nth-child(even) {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:even\:mx-0\.5:nth-child(even) {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:even\:my-1\.5:nth-child(even) {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:even\:mx-1\.5:nth-child(even) {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:even\:my-2\.5:nth-child(even) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:even\:mx-2\.5:nth-child(even) {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:even\:my-3\.5:nth-child(even) {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:even\:mx-3\.5:nth-child(even) {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:even\:-my-0:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:even\:-mx-0:nth-child(even) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:even\:-my-1:nth-child(even) {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:even\:-mx-1:nth-child(even) {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:even\:-my-2:nth-child(even) {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:even\:-mx-2:nth-child(even) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:even\:-my-3:nth-child(even) {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:even\:-mx-3:nth-child(even) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:even\:-my-4:nth-child(even) {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:even\:-mx-4:nth-child(even) {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:even\:-my-5:nth-child(even) {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:even\:-mx-5:nth-child(even) {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:even\:-my-6:nth-child(even) {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:even\:-mx-6:nth-child(even) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:even\:-my-7:nth-child(even) {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:even\:-mx-7:nth-child(even) {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:even\:-my-8:nth-child(even) {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:even\:-mx-8:nth-child(even) {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:even\:-my-9:nth-child(even) {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:even\:-mx-9:nth-child(even) {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:even\:-my-10:nth-child(even) {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:even\:-mx-10:nth-child(even) {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:even\:-my-11:nth-child(even) {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:even\:-mx-11:nth-child(even) {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:even\:-my-12:nth-child(even) {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:even\:-mx-12:nth-child(even) {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:even\:-my-14:nth-child(even) {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:even\:-mx-14:nth-child(even) {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:even\:-my-16:nth-child(even) {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:even\:-mx-16:nth-child(even) {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:even\:-my-20:nth-child(even) {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:even\:-mx-20:nth-child(even) {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:even\:-my-24:nth-child(even) {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:even\:-mx-24:nth-child(even) {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:even\:-my-28:nth-child(even) {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:even\:-mx-28:nth-child(even) {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:even\:-my-32:nth-child(even) {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:even\:-mx-32:nth-child(even) {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:even\:-my-36:nth-child(even) {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:even\:-mx-36:nth-child(even) {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:even\:-my-40:nth-child(even) {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:even\:-mx-40:nth-child(even) {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:even\:-my-44:nth-child(even) {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:even\:-mx-44:nth-child(even) {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:even\:-my-48:nth-child(even) {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:even\:-mx-48:nth-child(even) {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:even\:-my-52:nth-child(even) {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:even\:-mx-52:nth-child(even) {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:even\:-my-56:nth-child(even) {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:even\:-mx-56:nth-child(even) {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:even\:-my-60:nth-child(even) {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:even\:-mx-60:nth-child(even) {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:even\:-my-64:nth-child(even) {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:even\:-mx-64:nth-child(even) {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:even\:-my-72:nth-child(even) {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:even\:-mx-72:nth-child(even) {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:even\:-my-80:nth-child(even) {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:even\:-mx-80:nth-child(even) {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:even\:-my-96:nth-child(even) {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:even\:-mx-96:nth-child(even) {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:even\:-my-px:nth-child(even) {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:even\:-mx-px:nth-child(even) {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:even\:-my-0\.5:nth-child(even) {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:even\:-mx-0\.5:nth-child(even) {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:even\:-my-1\.5:nth-child(even) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:even\:-mx-1\.5:nth-child(even) {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:even\:-my-2\.5:nth-child(even) {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:even\:-mx-2\.5:nth-child(even) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:even\:-my-3\.5:nth-child(even) {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:even\:-mx-3\.5:nth-child(even) {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:even\:mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .\32xl\:even\:mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .\32xl\:even\:mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .\32xl\:even\:ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .\32xl\:even\:mt-1:nth-child(even) {
    margin-top: 0.25rem;
  }

  .\32xl\:even\:mr-1:nth-child(even) {
    margin-right: 0.25rem;
  }

  .\32xl\:even\:mb-1:nth-child(even) {
    margin-bottom: 0.25rem;
  }

  .\32xl\:even\:ml-1:nth-child(even) {
    margin-left: 0.25rem;
  }

  .\32xl\:even\:mt-2:nth-child(even) {
    margin-top: 0.5rem;
  }

  .\32xl\:even\:mr-2:nth-child(even) {
    margin-right: 0.5rem;
  }

  .\32xl\:even\:mb-2:nth-child(even) {
    margin-bottom: 0.5rem;
  }

  .\32xl\:even\:ml-2:nth-child(even) {
    margin-left: 0.5rem;
  }

  .\32xl\:even\:mt-3:nth-child(even) {
    margin-top: 0.75rem;
  }

  .\32xl\:even\:mr-3:nth-child(even) {
    margin-right: 0.75rem;
  }

  .\32xl\:even\:mb-3:nth-child(even) {
    margin-bottom: 0.75rem;
  }

  .\32xl\:even\:ml-3:nth-child(even) {
    margin-left: 0.75rem;
  }

  .\32xl\:even\:mt-4:nth-child(even) {
    margin-top: 1rem;
  }

  .\32xl\:even\:mr-4:nth-child(even) {
    margin-right: 1rem;
  }

  .\32xl\:even\:mb-4:nth-child(even) {
    margin-bottom: 1rem;
  }

  .\32xl\:even\:ml-4:nth-child(even) {
    margin-left: 1rem;
  }

  .\32xl\:even\:mt-5:nth-child(even) {
    margin-top: 1.25rem;
  }

  .\32xl\:even\:mr-5:nth-child(even) {
    margin-right: 1.25rem;
  }

  .\32xl\:even\:mb-5:nth-child(even) {
    margin-bottom: 1.25rem;
  }

  .\32xl\:even\:ml-5:nth-child(even) {
    margin-left: 1.25rem;
  }

  .\32xl\:even\:mt-6:nth-child(even) {
    margin-top: 1.5rem;
  }

  .\32xl\:even\:mr-6:nth-child(even) {
    margin-right: 1.5rem;
  }

  .\32xl\:even\:mb-6:nth-child(even) {
    margin-bottom: 1.5rem;
  }

  .\32xl\:even\:ml-6:nth-child(even) {
    margin-left: 1.5rem;
  }

  .\32xl\:even\:mt-7:nth-child(even) {
    margin-top: 1.75rem;
  }

  .\32xl\:even\:mr-7:nth-child(even) {
    margin-right: 1.75rem;
  }

  .\32xl\:even\:mb-7:nth-child(even) {
    margin-bottom: 1.75rem;
  }

  .\32xl\:even\:ml-7:nth-child(even) {
    margin-left: 1.75rem;
  }

  .\32xl\:even\:mt-8:nth-child(even) {
    margin-top: 2rem;
  }

  .\32xl\:even\:mr-8:nth-child(even) {
    margin-right: 2rem;
  }

  .\32xl\:even\:mb-8:nth-child(even) {
    margin-bottom: 2rem;
  }

  .\32xl\:even\:ml-8:nth-child(even) {
    margin-left: 2rem;
  }

  .\32xl\:even\:mt-9:nth-child(even) {
    margin-top: 2.25rem;
  }

  .\32xl\:even\:mr-9:nth-child(even) {
    margin-right: 2.25rem;
  }

  .\32xl\:even\:mb-9:nth-child(even) {
    margin-bottom: 2.25rem;
  }

  .\32xl\:even\:ml-9:nth-child(even) {
    margin-left: 2.25rem;
  }

  .\32xl\:even\:mt-10:nth-child(even) {
    margin-top: 2.5rem;
  }

  .\32xl\:even\:mr-10:nth-child(even) {
    margin-right: 2.5rem;
  }

  .\32xl\:even\:mb-10:nth-child(even) {
    margin-bottom: 2.5rem;
  }

  .\32xl\:even\:ml-10:nth-child(even) {
    margin-left: 2.5rem;
  }

  .\32xl\:even\:mt-11:nth-child(even) {
    margin-top: 2.75rem;
  }

  .\32xl\:even\:mr-11:nth-child(even) {
    margin-right: 2.75rem;
  }

  .\32xl\:even\:mb-11:nth-child(even) {
    margin-bottom: 2.75rem;
  }

  .\32xl\:even\:ml-11:nth-child(even) {
    margin-left: 2.75rem;
  }

  .\32xl\:even\:mt-12:nth-child(even) {
    margin-top: 3rem;
  }

  .\32xl\:even\:mr-12:nth-child(even) {
    margin-right: 3rem;
  }

  .\32xl\:even\:mb-12:nth-child(even) {
    margin-bottom: 3rem;
  }

  .\32xl\:even\:ml-12:nth-child(even) {
    margin-left: 3rem;
  }

  .\32xl\:even\:mt-14:nth-child(even) {
    margin-top: 3.5rem;
  }

  .\32xl\:even\:mr-14:nth-child(even) {
    margin-right: 3.5rem;
  }

  .\32xl\:even\:mb-14:nth-child(even) {
    margin-bottom: 3.5rem;
  }

  .\32xl\:even\:ml-14:nth-child(even) {
    margin-left: 3.5rem;
  }

  .\32xl\:even\:mt-16:nth-child(even) {
    margin-top: 4rem;
  }

  .\32xl\:even\:mr-16:nth-child(even) {
    margin-right: 4rem;
  }

  .\32xl\:even\:mb-16:nth-child(even) {
    margin-bottom: 4rem;
  }

  .\32xl\:even\:ml-16:nth-child(even) {
    margin-left: 4rem;
  }

  .\32xl\:even\:mt-20:nth-child(even) {
    margin-top: 5rem;
  }

  .\32xl\:even\:mr-20:nth-child(even) {
    margin-right: 5rem;
  }

  .\32xl\:even\:mb-20:nth-child(even) {
    margin-bottom: 5rem;
  }

  .\32xl\:even\:ml-20:nth-child(even) {
    margin-left: 5rem;
  }

  .\32xl\:even\:mt-24:nth-child(even) {
    margin-top: 6rem;
  }

  .\32xl\:even\:mr-24:nth-child(even) {
    margin-right: 6rem;
  }

  .\32xl\:even\:mb-24:nth-child(even) {
    margin-bottom: 6rem;
  }

  .\32xl\:even\:ml-24:nth-child(even) {
    margin-left: 6rem;
  }

  .\32xl\:even\:mt-28:nth-child(even) {
    margin-top: 7rem;
  }

  .\32xl\:even\:mr-28:nth-child(even) {
    margin-right: 7rem;
  }

  .\32xl\:even\:mb-28:nth-child(even) {
    margin-bottom: 7rem;
  }

  .\32xl\:even\:ml-28:nth-child(even) {
    margin-left: 7rem;
  }

  .\32xl\:even\:mt-32:nth-child(even) {
    margin-top: 8rem;
  }

  .\32xl\:even\:mr-32:nth-child(even) {
    margin-right: 8rem;
  }

  .\32xl\:even\:mb-32:nth-child(even) {
    margin-bottom: 8rem;
  }

  .\32xl\:even\:ml-32:nth-child(even) {
    margin-left: 8rem;
  }

  .\32xl\:even\:mt-36:nth-child(even) {
    margin-top: 9rem;
  }

  .\32xl\:even\:mr-36:nth-child(even) {
    margin-right: 9rem;
  }

  .\32xl\:even\:mb-36:nth-child(even) {
    margin-bottom: 9rem;
  }

  .\32xl\:even\:ml-36:nth-child(even) {
    margin-left: 9rem;
  }

  .\32xl\:even\:mt-40:nth-child(even) {
    margin-top: 10rem;
  }

  .\32xl\:even\:mr-40:nth-child(even) {
    margin-right: 10rem;
  }

  .\32xl\:even\:mb-40:nth-child(even) {
    margin-bottom: 10rem;
  }

  .\32xl\:even\:ml-40:nth-child(even) {
    margin-left: 10rem;
  }

  .\32xl\:even\:mt-44:nth-child(even) {
    margin-top: 11rem;
  }

  .\32xl\:even\:mr-44:nth-child(even) {
    margin-right: 11rem;
  }

  .\32xl\:even\:mb-44:nth-child(even) {
    margin-bottom: 11rem;
  }

  .\32xl\:even\:ml-44:nth-child(even) {
    margin-left: 11rem;
  }

  .\32xl\:even\:mt-48:nth-child(even) {
    margin-top: 12rem;
  }

  .\32xl\:even\:mr-48:nth-child(even) {
    margin-right: 12rem;
  }

  .\32xl\:even\:mb-48:nth-child(even) {
    margin-bottom: 12rem;
  }

  .\32xl\:even\:ml-48:nth-child(even) {
    margin-left: 12rem;
  }

  .\32xl\:even\:mt-52:nth-child(even) {
    margin-top: 13rem;
  }

  .\32xl\:even\:mr-52:nth-child(even) {
    margin-right: 13rem;
  }

  .\32xl\:even\:mb-52:nth-child(even) {
    margin-bottom: 13rem;
  }

  .\32xl\:even\:ml-52:nth-child(even) {
    margin-left: 13rem;
  }

  .\32xl\:even\:mt-56:nth-child(even) {
    margin-top: 14rem;
  }

  .\32xl\:even\:mr-56:nth-child(even) {
    margin-right: 14rem;
  }

  .\32xl\:even\:mb-56:nth-child(even) {
    margin-bottom: 14rem;
  }

  .\32xl\:even\:ml-56:nth-child(even) {
    margin-left: 14rem;
  }

  .\32xl\:even\:mt-60:nth-child(even) {
    margin-top: 15rem;
  }

  .\32xl\:even\:mr-60:nth-child(even) {
    margin-right: 15rem;
  }

  .\32xl\:even\:mb-60:nth-child(even) {
    margin-bottom: 15rem;
  }

  .\32xl\:even\:ml-60:nth-child(even) {
    margin-left: 15rem;
  }

  .\32xl\:even\:mt-64:nth-child(even) {
    margin-top: 16rem;
  }

  .\32xl\:even\:mr-64:nth-child(even) {
    margin-right: 16rem;
  }

  .\32xl\:even\:mb-64:nth-child(even) {
    margin-bottom: 16rem;
  }

  .\32xl\:even\:ml-64:nth-child(even) {
    margin-left: 16rem;
  }

  .\32xl\:even\:mt-72:nth-child(even) {
    margin-top: 18rem;
  }

  .\32xl\:even\:mr-72:nth-child(even) {
    margin-right: 18rem;
  }

  .\32xl\:even\:mb-72:nth-child(even) {
    margin-bottom: 18rem;
  }

  .\32xl\:even\:ml-72:nth-child(even) {
    margin-left: 18rem;
  }

  .\32xl\:even\:mt-80:nth-child(even) {
    margin-top: 20rem;
  }

  .\32xl\:even\:mr-80:nth-child(even) {
    margin-right: 20rem;
  }

  .\32xl\:even\:mb-80:nth-child(even) {
    margin-bottom: 20rem;
  }

  .\32xl\:even\:ml-80:nth-child(even) {
    margin-left: 20rem;
  }

  .\32xl\:even\:mt-96:nth-child(even) {
    margin-top: 24rem;
  }

  .\32xl\:even\:mr-96:nth-child(even) {
    margin-right: 24rem;
  }

  .\32xl\:even\:mb-96:nth-child(even) {
    margin-bottom: 24rem;
  }

  .\32xl\:even\:ml-96:nth-child(even) {
    margin-left: 24rem;
  }

  .\32xl\:even\:mt-auto:nth-child(even) {
    margin-top: auto;
  }

  .\32xl\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .\32xl\:even\:mb-auto:nth-child(even) {
    margin-bottom: auto;
  }

  .\32xl\:even\:ml-auto:nth-child(even) {
    margin-left: auto;
  }

  .\32xl\:even\:mt-px:nth-child(even) {
    margin-top: 1px;
  }

  .\32xl\:even\:mr-px:nth-child(even) {
    margin-right: 1px;
  }

  .\32xl\:even\:mb-px:nth-child(even) {
    margin-bottom: 1px;
  }

  .\32xl\:even\:ml-px:nth-child(even) {
    margin-left: 1px;
  }

  .\32xl\:even\:mt-0\.5:nth-child(even) {
    margin-top: 0.125rem;
  }

  .\32xl\:even\:mr-0\.5:nth-child(even) {
    margin-right: 0.125rem;
  }

  .\32xl\:even\:mb-0\.5:nth-child(even) {
    margin-bottom: 0.125rem;
  }

  .\32xl\:even\:ml-0\.5:nth-child(even) {
    margin-left: 0.125rem;
  }

  .\32xl\:even\:mt-1\.5:nth-child(even) {
    margin-top: 0.375rem;
  }

  .\32xl\:even\:mr-1\.5:nth-child(even) {
    margin-right: 0.375rem;
  }

  .\32xl\:even\:mb-1\.5:nth-child(even) {
    margin-bottom: 0.375rem;
  }

  .\32xl\:even\:ml-1\.5:nth-child(even) {
    margin-left: 0.375rem;
  }

  .\32xl\:even\:mt-2\.5:nth-child(even) {
    margin-top: 0.625rem;
  }

  .\32xl\:even\:mr-2\.5:nth-child(even) {
    margin-right: 0.625rem;
  }

  .\32xl\:even\:mb-2\.5:nth-child(even) {
    margin-bottom: 0.625rem;
  }

  .\32xl\:even\:ml-2\.5:nth-child(even) {
    margin-left: 0.625rem;
  }

  .\32xl\:even\:mt-3\.5:nth-child(even) {
    margin-top: 0.875rem;
  }

  .\32xl\:even\:mr-3\.5:nth-child(even) {
    margin-right: 0.875rem;
  }

  .\32xl\:even\:mb-3\.5:nth-child(even) {
    margin-bottom: 0.875rem;
  }

  .\32xl\:even\:ml-3\.5:nth-child(even) {
    margin-left: 0.875rem;
  }

  .\32xl\:even\:-mt-0:nth-child(even) {
    margin-top: 0px;
  }

  .\32xl\:even\:-mr-0:nth-child(even) {
    margin-right: 0px;
  }

  .\32xl\:even\:-mb-0:nth-child(even) {
    margin-bottom: 0px;
  }

  .\32xl\:even\:-ml-0:nth-child(even) {
    margin-left: 0px;
  }

  .\32xl\:even\:-mt-1:nth-child(even) {
    margin-top: -0.25rem;
  }

  .\32xl\:even\:-mr-1:nth-child(even) {
    margin-right: -0.25rem;
  }

  .\32xl\:even\:-mb-1:nth-child(even) {
    margin-bottom: -0.25rem;
  }

  .\32xl\:even\:-ml-1:nth-child(even) {
    margin-left: -0.25rem;
  }

  .\32xl\:even\:-mt-2:nth-child(even) {
    margin-top: -0.5rem;
  }

  .\32xl\:even\:-mr-2:nth-child(even) {
    margin-right: -0.5rem;
  }

  .\32xl\:even\:-mb-2:nth-child(even) {
    margin-bottom: -0.5rem;
  }

  .\32xl\:even\:-ml-2:nth-child(even) {
    margin-left: -0.5rem;
  }

  .\32xl\:even\:-mt-3:nth-child(even) {
    margin-top: -0.75rem;
  }

  .\32xl\:even\:-mr-3:nth-child(even) {
    margin-right: -0.75rem;
  }

  .\32xl\:even\:-mb-3:nth-child(even) {
    margin-bottom: -0.75rem;
  }

  .\32xl\:even\:-ml-3:nth-child(even) {
    margin-left: -0.75rem;
  }

  .\32xl\:even\:-mt-4:nth-child(even) {
    margin-top: -1rem;
  }

  .\32xl\:even\:-mr-4:nth-child(even) {
    margin-right: -1rem;
  }

  .\32xl\:even\:-mb-4:nth-child(even) {
    margin-bottom: -1rem;
  }

  .\32xl\:even\:-ml-4:nth-child(even) {
    margin-left: -1rem;
  }

  .\32xl\:even\:-mt-5:nth-child(even) {
    margin-top: -1.25rem;
  }

  .\32xl\:even\:-mr-5:nth-child(even) {
    margin-right: -1.25rem;
  }

  .\32xl\:even\:-mb-5:nth-child(even) {
    margin-bottom: -1.25rem;
  }

  .\32xl\:even\:-ml-5:nth-child(even) {
    margin-left: -1.25rem;
  }

  .\32xl\:even\:-mt-6:nth-child(even) {
    margin-top: -1.5rem;
  }

  .\32xl\:even\:-mr-6:nth-child(even) {
    margin-right: -1.5rem;
  }

  .\32xl\:even\:-mb-6:nth-child(even) {
    margin-bottom: -1.5rem;
  }

  .\32xl\:even\:-ml-6:nth-child(even) {
    margin-left: -1.5rem;
  }

  .\32xl\:even\:-mt-7:nth-child(even) {
    margin-top: -1.75rem;
  }

  .\32xl\:even\:-mr-7:nth-child(even) {
    margin-right: -1.75rem;
  }

  .\32xl\:even\:-mb-7:nth-child(even) {
    margin-bottom: -1.75rem;
  }

  .\32xl\:even\:-ml-7:nth-child(even) {
    margin-left: -1.75rem;
  }

  .\32xl\:even\:-mt-8:nth-child(even) {
    margin-top: -2rem;
  }

  .\32xl\:even\:-mr-8:nth-child(even) {
    margin-right: -2rem;
  }

  .\32xl\:even\:-mb-8:nth-child(even) {
    margin-bottom: -2rem;
  }

  .\32xl\:even\:-ml-8:nth-child(even) {
    margin-left: -2rem;
  }

  .\32xl\:even\:-mt-9:nth-child(even) {
    margin-top: -2.25rem;
  }

  .\32xl\:even\:-mr-9:nth-child(even) {
    margin-right: -2.25rem;
  }

  .\32xl\:even\:-mb-9:nth-child(even) {
    margin-bottom: -2.25rem;
  }

  .\32xl\:even\:-ml-9:nth-child(even) {
    margin-left: -2.25rem;
  }

  .\32xl\:even\:-mt-10:nth-child(even) {
    margin-top: -2.5rem;
  }

  .\32xl\:even\:-mr-10:nth-child(even) {
    margin-right: -2.5rem;
  }

  .\32xl\:even\:-mb-10:nth-child(even) {
    margin-bottom: -2.5rem;
  }

  .\32xl\:even\:-ml-10:nth-child(even) {
    margin-left: -2.5rem;
  }

  .\32xl\:even\:-mt-11:nth-child(even) {
    margin-top: -2.75rem;
  }

  .\32xl\:even\:-mr-11:nth-child(even) {
    margin-right: -2.75rem;
  }

  .\32xl\:even\:-mb-11:nth-child(even) {
    margin-bottom: -2.75rem;
  }

  .\32xl\:even\:-ml-11:nth-child(even) {
    margin-left: -2.75rem;
  }

  .\32xl\:even\:-mt-12:nth-child(even) {
    margin-top: -3rem;
  }

  .\32xl\:even\:-mr-12:nth-child(even) {
    margin-right: -3rem;
  }

  .\32xl\:even\:-mb-12:nth-child(even) {
    margin-bottom: -3rem;
  }

  .\32xl\:even\:-ml-12:nth-child(even) {
    margin-left: -3rem;
  }

  .\32xl\:even\:-mt-14:nth-child(even) {
    margin-top: -3.5rem;
  }

  .\32xl\:even\:-mr-14:nth-child(even) {
    margin-right: -3.5rem;
  }

  .\32xl\:even\:-mb-14:nth-child(even) {
    margin-bottom: -3.5rem;
  }

  .\32xl\:even\:-ml-14:nth-child(even) {
    margin-left: -3.5rem;
  }

  .\32xl\:even\:-mt-16:nth-child(even) {
    margin-top: -4rem;
  }

  .\32xl\:even\:-mr-16:nth-child(even) {
    margin-right: -4rem;
  }

  .\32xl\:even\:-mb-16:nth-child(even) {
    margin-bottom: -4rem;
  }

  .\32xl\:even\:-ml-16:nth-child(even) {
    margin-left: -4rem;
  }

  .\32xl\:even\:-mt-20:nth-child(even) {
    margin-top: -5rem;
  }

  .\32xl\:even\:-mr-20:nth-child(even) {
    margin-right: -5rem;
  }

  .\32xl\:even\:-mb-20:nth-child(even) {
    margin-bottom: -5rem;
  }

  .\32xl\:even\:-ml-20:nth-child(even) {
    margin-left: -5rem;
  }

  .\32xl\:even\:-mt-24:nth-child(even) {
    margin-top: -6rem;
  }

  .\32xl\:even\:-mr-24:nth-child(even) {
    margin-right: -6rem;
  }

  .\32xl\:even\:-mb-24:nth-child(even) {
    margin-bottom: -6rem;
  }

  .\32xl\:even\:-ml-24:nth-child(even) {
    margin-left: -6rem;
  }

  .\32xl\:even\:-mt-28:nth-child(even) {
    margin-top: -7rem;
  }

  .\32xl\:even\:-mr-28:nth-child(even) {
    margin-right: -7rem;
  }

  .\32xl\:even\:-mb-28:nth-child(even) {
    margin-bottom: -7rem;
  }

  .\32xl\:even\:-ml-28:nth-child(even) {
    margin-left: -7rem;
  }

  .\32xl\:even\:-mt-32:nth-child(even) {
    margin-top: -8rem;
  }

  .\32xl\:even\:-mr-32:nth-child(even) {
    margin-right: -8rem;
  }

  .\32xl\:even\:-mb-32:nth-child(even) {
    margin-bottom: -8rem;
  }

  .\32xl\:even\:-ml-32:nth-child(even) {
    margin-left: -8rem;
  }

  .\32xl\:even\:-mt-36:nth-child(even) {
    margin-top: -9rem;
  }

  .\32xl\:even\:-mr-36:nth-child(even) {
    margin-right: -9rem;
  }

  .\32xl\:even\:-mb-36:nth-child(even) {
    margin-bottom: -9rem;
  }

  .\32xl\:even\:-ml-36:nth-child(even) {
    margin-left: -9rem;
  }

  .\32xl\:even\:-mt-40:nth-child(even) {
    margin-top: -10rem;
  }

  .\32xl\:even\:-mr-40:nth-child(even) {
    margin-right: -10rem;
  }

  .\32xl\:even\:-mb-40:nth-child(even) {
    margin-bottom: -10rem;
  }

  .\32xl\:even\:-ml-40:nth-child(even) {
    margin-left: -10rem;
  }

  .\32xl\:even\:-mt-44:nth-child(even) {
    margin-top: -11rem;
  }

  .\32xl\:even\:-mr-44:nth-child(even) {
    margin-right: -11rem;
  }

  .\32xl\:even\:-mb-44:nth-child(even) {
    margin-bottom: -11rem;
  }

  .\32xl\:even\:-ml-44:nth-child(even) {
    margin-left: -11rem;
  }

  .\32xl\:even\:-mt-48:nth-child(even) {
    margin-top: -12rem;
  }

  .\32xl\:even\:-mr-48:nth-child(even) {
    margin-right: -12rem;
  }

  .\32xl\:even\:-mb-48:nth-child(even) {
    margin-bottom: -12rem;
  }

  .\32xl\:even\:-ml-48:nth-child(even) {
    margin-left: -12rem;
  }

  .\32xl\:even\:-mt-52:nth-child(even) {
    margin-top: -13rem;
  }

  .\32xl\:even\:-mr-52:nth-child(even) {
    margin-right: -13rem;
  }

  .\32xl\:even\:-mb-52:nth-child(even) {
    margin-bottom: -13rem;
  }

  .\32xl\:even\:-ml-52:nth-child(even) {
    margin-left: -13rem;
  }

  .\32xl\:even\:-mt-56:nth-child(even) {
    margin-top: -14rem;
  }

  .\32xl\:even\:-mr-56:nth-child(even) {
    margin-right: -14rem;
  }

  .\32xl\:even\:-mb-56:nth-child(even) {
    margin-bottom: -14rem;
  }

  .\32xl\:even\:-ml-56:nth-child(even) {
    margin-left: -14rem;
  }

  .\32xl\:even\:-mt-60:nth-child(even) {
    margin-top: -15rem;
  }

  .\32xl\:even\:-mr-60:nth-child(even) {
    margin-right: -15rem;
  }

  .\32xl\:even\:-mb-60:nth-child(even) {
    margin-bottom: -15rem;
  }

  .\32xl\:even\:-ml-60:nth-child(even) {
    margin-left: -15rem;
  }

  .\32xl\:even\:-mt-64:nth-child(even) {
    margin-top: -16rem;
  }

  .\32xl\:even\:-mr-64:nth-child(even) {
    margin-right: -16rem;
  }

  .\32xl\:even\:-mb-64:nth-child(even) {
    margin-bottom: -16rem;
  }

  .\32xl\:even\:-ml-64:nth-child(even) {
    margin-left: -16rem;
  }

  .\32xl\:even\:-mt-72:nth-child(even) {
    margin-top: -18rem;
  }

  .\32xl\:even\:-mr-72:nth-child(even) {
    margin-right: -18rem;
  }

  .\32xl\:even\:-mb-72:nth-child(even) {
    margin-bottom: -18rem;
  }

  .\32xl\:even\:-ml-72:nth-child(even) {
    margin-left: -18rem;
  }

  .\32xl\:even\:-mt-80:nth-child(even) {
    margin-top: -20rem;
  }

  .\32xl\:even\:-mr-80:nth-child(even) {
    margin-right: -20rem;
  }

  .\32xl\:even\:-mb-80:nth-child(even) {
    margin-bottom: -20rem;
  }

  .\32xl\:even\:-ml-80:nth-child(even) {
    margin-left: -20rem;
  }

  .\32xl\:even\:-mt-96:nth-child(even) {
    margin-top: -24rem;
  }

  .\32xl\:even\:-mr-96:nth-child(even) {
    margin-right: -24rem;
  }

  .\32xl\:even\:-mb-96:nth-child(even) {
    margin-bottom: -24rem;
  }

  .\32xl\:even\:-ml-96:nth-child(even) {
    margin-left: -24rem;
  }

  .\32xl\:even\:-mt-px:nth-child(even) {
    margin-top: -1px;
  }

  .\32xl\:even\:-mr-px:nth-child(even) {
    margin-right: -1px;
  }

  .\32xl\:even\:-mb-px:nth-child(even) {
    margin-bottom: -1px;
  }

  .\32xl\:even\:-ml-px:nth-child(even) {
    margin-left: -1px;
  }

  .\32xl\:even\:-mt-0\.5:nth-child(even) {
    margin-top: -0.125rem;
  }

  .\32xl\:even\:-mr-0\.5:nth-child(even) {
    margin-right: -0.125rem;
  }

  .\32xl\:even\:-mb-0\.5:nth-child(even) {
    margin-bottom: -0.125rem;
  }

  .\32xl\:even\:-ml-0\.5:nth-child(even) {
    margin-left: -0.125rem;
  }

  .\32xl\:even\:-mt-1\.5:nth-child(even) {
    margin-top: -0.375rem;
  }

  .\32xl\:even\:-mr-1\.5:nth-child(even) {
    margin-right: -0.375rem;
  }

  .\32xl\:even\:-mb-1\.5:nth-child(even) {
    margin-bottom: -0.375rem;
  }

  .\32xl\:even\:-ml-1\.5:nth-child(even) {
    margin-left: -0.375rem;
  }

  .\32xl\:even\:-mt-2\.5:nth-child(even) {
    margin-top: -0.625rem;
  }

  .\32xl\:even\:-mr-2\.5:nth-child(even) {
    margin-right: -0.625rem;
  }

  .\32xl\:even\:-mb-2\.5:nth-child(even) {
    margin-bottom: -0.625rem;
  }

  .\32xl\:even\:-ml-2\.5:nth-child(even) {
    margin-left: -0.625rem;
  }

  .\32xl\:even\:-mt-3\.5:nth-child(even) {
    margin-top: -0.875rem;
  }

  .\32xl\:even\:-mr-3\.5:nth-child(even) {
    margin-right: -0.875rem;
  }

  .\32xl\:even\:-mb-3\.5:nth-child(even) {
    margin-bottom: -0.875rem;
  }

  .\32xl\:even\:-ml-3\.5:nth-child(even) {
    margin-left: -0.875rem;
  }

  .\32xl\:hover\:m-0:hover {
    margin: 0px;
  }

  .\32xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .\32xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .\32xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .\32xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .\32xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .\32xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .\32xl\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .\32xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .\32xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .\32xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .\32xl\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .\32xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .\32xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .\32xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .\32xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .\32xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .\32xl\:hover\:m-28:hover {
    margin: 7rem;
  }

  .\32xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .\32xl\:hover\:m-36:hover {
    margin: 9rem;
  }

  .\32xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .\32xl\:hover\:m-44:hover {
    margin: 11rem;
  }

  .\32xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .\32xl\:hover\:m-52:hover {
    margin: 13rem;
  }

  .\32xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .\32xl\:hover\:m-60:hover {
    margin: 15rem;
  }

  .\32xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .\32xl\:hover\:m-72:hover {
    margin: 18rem;
  }

  .\32xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .\32xl\:hover\:m-96:hover {
    margin: 24rem;
  }

  .\32xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .\32xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .\32xl\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .\32xl\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .\32xl\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .\32xl\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .\32xl\:hover\:-m-0:hover {
    margin: 0px;
  }

  .\32xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .\32xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .\32xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .\32xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .\32xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .\32xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .\32xl\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .\32xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .\32xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .\32xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .\32xl\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .\32xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .\32xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .\32xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .\32xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .\32xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .\32xl\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .\32xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .\32xl\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .\32xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .\32xl\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .\32xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .\32xl\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .\32xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .\32xl\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .\32xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .\32xl\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .\32xl\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .\32xl\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .\32xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .\32xl\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .\32xl\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .\32xl\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .\32xl\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .\32xl\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .\32xl\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .\32xl\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .\32xl\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .\32xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .\32xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .\32xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .\32xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .\32xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .\32xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .\32xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .\32xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .\32xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .\32xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .\32xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .\32xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .\32xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .\32xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .\32xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .\32xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .\32xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .\32xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .\32xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .\32xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .\32xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .\32xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .\32xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .\32xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .\32xl\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .\32xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .\32xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .\32xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .\32xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .\32xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .\32xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .\32xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .\32xl\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .\32xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .\32xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .\32xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .\32xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .\32xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .\32xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .\32xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .\32xl\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .\32xl\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .\32xl\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .\32xl\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .\32xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .\32xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .\32xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .\32xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .\32xl\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .\32xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .\32xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .\32xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .\32xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .\32xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .\32xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .\32xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .\32xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .\32xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .\32xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .\32xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .\32xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .\32xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .\32xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .\32xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .\32xl\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .\32xl\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .\32xl\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .\32xl\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .\32xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .\32xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .\32xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .\32xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .\32xl\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .\32xl\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .\32xl\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .\32xl\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .\32xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .\32xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .\32xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .\32xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .\32xl\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .\32xl\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .\32xl\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .\32xl\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .\32xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .\32xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .\32xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .\32xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .\32xl\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .\32xl\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .\32xl\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .\32xl\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .\32xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .\32xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .\32xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .\32xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .\32xl\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .\32xl\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .\32xl\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .\32xl\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .\32xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .\32xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .\32xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .\32xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .\32xl\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .\32xl\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .\32xl\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .\32xl\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .\32xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .\32xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .\32xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .\32xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .\32xl\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .\32xl\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .\32xl\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .\32xl\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .\32xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .\32xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .\32xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .\32xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .\32xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .\32xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .\32xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .\32xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .\32xl\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .\32xl\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .\32xl\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .\32xl\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .\32xl\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .\32xl\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .\32xl\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .\32xl\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .\32xl\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .\32xl\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .\32xl\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .\32xl\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .\32xl\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .\32xl\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .\32xl\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .\32xl\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .\32xl\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .\32xl\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .\32xl\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .\32xl\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .\32xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .\32xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .\32xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .\32xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .\32xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .\32xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .\32xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .\32xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .\32xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .\32xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .\32xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .\32xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .\32xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .\32xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .\32xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .\32xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .\32xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .\32xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .\32xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .\32xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .\32xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .\32xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .\32xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .\32xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .\32xl\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .\32xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .\32xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .\32xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .\32xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .\32xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .\32xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .\32xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .\32xl\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .\32xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .\32xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .\32xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .\32xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .\32xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .\32xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .\32xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .\32xl\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .\32xl\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .\32xl\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .\32xl\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .\32xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .\32xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .\32xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .\32xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .\32xl\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .\32xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .\32xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .\32xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .\32xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .\32xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .\32xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .\32xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .\32xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .\32xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .\32xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .\32xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .\32xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .\32xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .\32xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .\32xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .\32xl\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .\32xl\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .\32xl\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .\32xl\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .\32xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .\32xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .\32xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .\32xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .\32xl\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .\32xl\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .\32xl\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .\32xl\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .\32xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .\32xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .\32xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .\32xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .\32xl\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .\32xl\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .\32xl\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .\32xl\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .\32xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .\32xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .\32xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .\32xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .\32xl\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .\32xl\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .\32xl\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .\32xl\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .\32xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .\32xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .\32xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .\32xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .\32xl\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .\32xl\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .\32xl\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .\32xl\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .\32xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .\32xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .\32xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .\32xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .\32xl\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .\32xl\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .\32xl\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .\32xl\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .\32xl\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .\32xl\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .\32xl\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .\32xl\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .\32xl\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .\32xl\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .\32xl\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .\32xl\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .\32xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .\32xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .\32xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .\32xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .\32xl\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .\32xl\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .\32xl\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .\32xl\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .\32xl\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .\32xl\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .\32xl\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .\32xl\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .\32xl\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .\32xl\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .\32xl\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .\32xl\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .\32xl\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .\32xl\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .\32xl\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .\32xl\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .\32xl\:focus\:m-0:focus {
    margin: 0px;
  }

  .\32xl\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .\32xl\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .\32xl\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .\32xl\:focus\:m-4:focus {
    margin: 1rem;
  }

  .\32xl\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .\32xl\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .\32xl\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .\32xl\:focus\:m-8:focus {
    margin: 2rem;
  }

  .\32xl\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .\32xl\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .\32xl\:focus\:m-11:focus {
    margin: 2.75rem;
  }

  .\32xl\:focus\:m-12:focus {
    margin: 3rem;
  }

  .\32xl\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .\32xl\:focus\:m-16:focus {
    margin: 4rem;
  }

  .\32xl\:focus\:m-20:focus {
    margin: 5rem;
  }

  .\32xl\:focus\:m-24:focus {
    margin: 6rem;
  }

  .\32xl\:focus\:m-28:focus {
    margin: 7rem;
  }

  .\32xl\:focus\:m-32:focus {
    margin: 8rem;
  }

  .\32xl\:focus\:m-36:focus {
    margin: 9rem;
  }

  .\32xl\:focus\:m-40:focus {
    margin: 10rem;
  }

  .\32xl\:focus\:m-44:focus {
    margin: 11rem;
  }

  .\32xl\:focus\:m-48:focus {
    margin: 12rem;
  }

  .\32xl\:focus\:m-52:focus {
    margin: 13rem;
  }

  .\32xl\:focus\:m-56:focus {
    margin: 14rem;
  }

  .\32xl\:focus\:m-60:focus {
    margin: 15rem;
  }

  .\32xl\:focus\:m-64:focus {
    margin: 16rem;
  }

  .\32xl\:focus\:m-72:focus {
    margin: 18rem;
  }

  .\32xl\:focus\:m-80:focus {
    margin: 20rem;
  }

  .\32xl\:focus\:m-96:focus {
    margin: 24rem;
  }

  .\32xl\:focus\:m-auto:focus {
    margin: auto;
  }

  .\32xl\:focus\:m-px:focus {
    margin: 1px;
  }

  .\32xl\:focus\:m-0\.5:focus {
    margin: 0.125rem;
  }

  .\32xl\:focus\:m-1\.5:focus {
    margin: 0.375rem;
  }

  .\32xl\:focus\:m-2\.5:focus {
    margin: 0.625rem;
  }

  .\32xl\:focus\:m-3\.5:focus {
    margin: 0.875rem;
  }

  .\32xl\:focus\:-m-0:focus {
    margin: 0px;
  }

  .\32xl\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .\32xl\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .\32xl\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .\32xl\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .\32xl\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .\32xl\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .\32xl\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .\32xl\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .\32xl\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .\32xl\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .\32xl\:focus\:-m-11:focus {
    margin: -2.75rem;
  }

  .\32xl\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .\32xl\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .\32xl\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .\32xl\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .\32xl\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .\32xl\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .\32xl\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .\32xl\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .\32xl\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .\32xl\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .\32xl\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .\32xl\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .\32xl\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .\32xl\:focus\:-m-60:focus {
    margin: -15rem;
  }

  .\32xl\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .\32xl\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .\32xl\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .\32xl\:focus\:-m-96:focus {
    margin: -24rem;
  }

  .\32xl\:focus\:-m-px:focus {
    margin: -1px;
  }

  .\32xl\:focus\:-m-0\.5:focus {
    margin: -0.125rem;
  }

  .\32xl\:focus\:-m-1\.5:focus {
    margin: -0.375rem;
  }

  .\32xl\:focus\:-m-2\.5:focus {
    margin: -0.625rem;
  }

  .\32xl\:focus\:-m-3\.5:focus {
    margin: -0.875rem;
  }

  .\32xl\:focus\:my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:focus\:mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:focus\:my-11:focus {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:focus\:mx-11:focus {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:focus\:my-60:focus {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:focus\:mx-60:focus {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:focus\:my-96:focus {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:focus\:mx-96:focus {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:focus\:my-0\.5:focus {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:focus\:mx-0\.5:focus {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:focus\:my-1\.5:focus {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:focus\:mx-1\.5:focus {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:focus\:my-2\.5:focus {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:focus\:mx-2\.5:focus {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:focus\:my-3\.5:focus {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:focus\:mx-3\.5:focus {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:focus\:-my-0:focus {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:focus\:-mx-0:focus {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:focus\:-my-11:focus {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:focus\:-mx-11:focus {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:focus\:-my-60:focus {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:focus\:-mx-60:focus {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:focus\:-my-96:focus {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:focus\:-mx-96:focus {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:focus\:-my-0\.5:focus {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:focus\:-mx-0\.5:focus {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:focus\:-my-1\.5:focus {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:focus\:-mx-1\.5:focus {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:focus\:-my-2\.5:focus {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:focus\:-mx-2\.5:focus {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:focus\:-my-3\.5:focus {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:focus\:-mx-3\.5:focus {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:focus\:mt-0:focus {
    margin-top: 0px;
  }

  .\32xl\:focus\:mr-0:focus {
    margin-right: 0px;
  }

  .\32xl\:focus\:mb-0:focus {
    margin-bottom: 0px;
  }

  .\32xl\:focus\:ml-0:focus {
    margin-left: 0px;
  }

  .\32xl\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .\32xl\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .\32xl\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .\32xl\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .\32xl\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .\32xl\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .\32xl\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .\32xl\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .\32xl\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .\32xl\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .\32xl\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .\32xl\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .\32xl\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .\32xl\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .\32xl\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .\32xl\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .\32xl\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .\32xl\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .\32xl\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .\32xl\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .\32xl\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .\32xl\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .\32xl\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .\32xl\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .\32xl\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .\32xl\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .\32xl\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .\32xl\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .\32xl\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .\32xl\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .\32xl\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .\32xl\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .\32xl\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .\32xl\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .\32xl\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .\32xl\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .\32xl\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .\32xl\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .\32xl\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .\32xl\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .\32xl\:focus\:mt-11:focus {
    margin-top: 2.75rem;
  }

  .\32xl\:focus\:mr-11:focus {
    margin-right: 2.75rem;
  }

  .\32xl\:focus\:mb-11:focus {
    margin-bottom: 2.75rem;
  }

  .\32xl\:focus\:ml-11:focus {
    margin-left: 2.75rem;
  }

  .\32xl\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .\32xl\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .\32xl\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .\32xl\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .\32xl\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .\32xl\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .\32xl\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .\32xl\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .\32xl\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .\32xl\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .\32xl\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .\32xl\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .\32xl\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .\32xl\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .\32xl\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .\32xl\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .\32xl\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .\32xl\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .\32xl\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .\32xl\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .\32xl\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .\32xl\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .\32xl\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .\32xl\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .\32xl\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .\32xl\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .\32xl\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .\32xl\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .\32xl\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .\32xl\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .\32xl\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .\32xl\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .\32xl\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .\32xl\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .\32xl\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .\32xl\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .\32xl\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .\32xl\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .\32xl\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .\32xl\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .\32xl\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .\32xl\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .\32xl\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .\32xl\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .\32xl\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .\32xl\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .\32xl\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .\32xl\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .\32xl\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .\32xl\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .\32xl\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .\32xl\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .\32xl\:focus\:mt-60:focus {
    margin-top: 15rem;
  }

  .\32xl\:focus\:mr-60:focus {
    margin-right: 15rem;
  }

  .\32xl\:focus\:mb-60:focus {
    margin-bottom: 15rem;
  }

  .\32xl\:focus\:ml-60:focus {
    margin-left: 15rem;
  }

  .\32xl\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .\32xl\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .\32xl\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .\32xl\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .\32xl\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .\32xl\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .\32xl\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .\32xl\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .\32xl\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .\32xl\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .\32xl\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .\32xl\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .\32xl\:focus\:mt-96:focus {
    margin-top: 24rem;
  }

  .\32xl\:focus\:mr-96:focus {
    margin-right: 24rem;
  }

  .\32xl\:focus\:mb-96:focus {
    margin-bottom: 24rem;
  }

  .\32xl\:focus\:ml-96:focus {
    margin-left: 24rem;
  }

  .\32xl\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .\32xl\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .\32xl\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .\32xl\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .\32xl\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .\32xl\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .\32xl\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .\32xl\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .\32xl\:focus\:mt-0\.5:focus {
    margin-top: 0.125rem;
  }

  .\32xl\:focus\:mr-0\.5:focus {
    margin-right: 0.125rem;
  }

  .\32xl\:focus\:mb-0\.5:focus {
    margin-bottom: 0.125rem;
  }

  .\32xl\:focus\:ml-0\.5:focus {
    margin-left: 0.125rem;
  }

  .\32xl\:focus\:mt-1\.5:focus {
    margin-top: 0.375rem;
  }

  .\32xl\:focus\:mr-1\.5:focus {
    margin-right: 0.375rem;
  }

  .\32xl\:focus\:mb-1\.5:focus {
    margin-bottom: 0.375rem;
  }

  .\32xl\:focus\:ml-1\.5:focus {
    margin-left: 0.375rem;
  }

  .\32xl\:focus\:mt-2\.5:focus {
    margin-top: 0.625rem;
  }

  .\32xl\:focus\:mr-2\.5:focus {
    margin-right: 0.625rem;
  }

  .\32xl\:focus\:mb-2\.5:focus {
    margin-bottom: 0.625rem;
  }

  .\32xl\:focus\:ml-2\.5:focus {
    margin-left: 0.625rem;
  }

  .\32xl\:focus\:mt-3\.5:focus {
    margin-top: 0.875rem;
  }

  .\32xl\:focus\:mr-3\.5:focus {
    margin-right: 0.875rem;
  }

  .\32xl\:focus\:mb-3\.5:focus {
    margin-bottom: 0.875rem;
  }

  .\32xl\:focus\:ml-3\.5:focus {
    margin-left: 0.875rem;
  }

  .\32xl\:focus\:-mt-0:focus {
    margin-top: 0px;
  }

  .\32xl\:focus\:-mr-0:focus {
    margin-right: 0px;
  }

  .\32xl\:focus\:-mb-0:focus {
    margin-bottom: 0px;
  }

  .\32xl\:focus\:-ml-0:focus {
    margin-left: 0px;
  }

  .\32xl\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .\32xl\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .\32xl\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .\32xl\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .\32xl\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .\32xl\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .\32xl\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .\32xl\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .\32xl\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .\32xl\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .\32xl\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .\32xl\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .\32xl\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .\32xl\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .\32xl\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .\32xl\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .\32xl\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .\32xl\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .\32xl\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .\32xl\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .\32xl\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .\32xl\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .\32xl\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .\32xl\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .\32xl\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .\32xl\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .\32xl\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .\32xl\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .\32xl\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .\32xl\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .\32xl\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .\32xl\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .\32xl\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .\32xl\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .\32xl\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .\32xl\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .\32xl\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .\32xl\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .\32xl\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .\32xl\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .\32xl\:focus\:-mt-11:focus {
    margin-top: -2.75rem;
  }

  .\32xl\:focus\:-mr-11:focus {
    margin-right: -2.75rem;
  }

  .\32xl\:focus\:-mb-11:focus {
    margin-bottom: -2.75rem;
  }

  .\32xl\:focus\:-ml-11:focus {
    margin-left: -2.75rem;
  }

  .\32xl\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .\32xl\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .\32xl\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .\32xl\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .\32xl\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .\32xl\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .\32xl\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .\32xl\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .\32xl\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .\32xl\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .\32xl\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .\32xl\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .\32xl\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .\32xl\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .\32xl\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .\32xl\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .\32xl\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .\32xl\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .\32xl\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .\32xl\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .\32xl\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .\32xl\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .\32xl\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .\32xl\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .\32xl\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .\32xl\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .\32xl\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .\32xl\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .\32xl\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .\32xl\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .\32xl\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .\32xl\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .\32xl\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .\32xl\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .\32xl\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .\32xl\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .\32xl\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .\32xl\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .\32xl\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .\32xl\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .\32xl\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .\32xl\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .\32xl\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .\32xl\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .\32xl\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .\32xl\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .\32xl\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .\32xl\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .\32xl\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .\32xl\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .\32xl\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .\32xl\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .\32xl\:focus\:-mt-60:focus {
    margin-top: -15rem;
  }

  .\32xl\:focus\:-mr-60:focus {
    margin-right: -15rem;
  }

  .\32xl\:focus\:-mb-60:focus {
    margin-bottom: -15rem;
  }

  .\32xl\:focus\:-ml-60:focus {
    margin-left: -15rem;
  }

  .\32xl\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .\32xl\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .\32xl\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .\32xl\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .\32xl\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .\32xl\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .\32xl\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .\32xl\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .\32xl\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .\32xl\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .\32xl\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .\32xl\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .\32xl\:focus\:-mt-96:focus {
    margin-top: -24rem;
  }

  .\32xl\:focus\:-mr-96:focus {
    margin-right: -24rem;
  }

  .\32xl\:focus\:-mb-96:focus {
    margin-bottom: -24rem;
  }

  .\32xl\:focus\:-ml-96:focus {
    margin-left: -24rem;
  }

  .\32xl\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .\32xl\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .\32xl\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .\32xl\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .\32xl\:focus\:-mt-0\.5:focus {
    margin-top: -0.125rem;
  }

  .\32xl\:focus\:-mr-0\.5:focus {
    margin-right: -0.125rem;
  }

  .\32xl\:focus\:-mb-0\.5:focus {
    margin-bottom: -0.125rem;
  }

  .\32xl\:focus\:-ml-0\.5:focus {
    margin-left: -0.125rem;
  }

  .\32xl\:focus\:-mt-1\.5:focus {
    margin-top: -0.375rem;
  }

  .\32xl\:focus\:-mr-1\.5:focus {
    margin-right: -0.375rem;
  }

  .\32xl\:focus\:-mb-1\.5:focus {
    margin-bottom: -0.375rem;
  }

  .\32xl\:focus\:-ml-1\.5:focus {
    margin-left: -0.375rem;
  }

  .\32xl\:focus\:-mt-2\.5:focus {
    margin-top: -0.625rem;
  }

  .\32xl\:focus\:-mr-2\.5:focus {
    margin-right: -0.625rem;
  }

  .\32xl\:focus\:-mb-2\.5:focus {
    margin-bottom: -0.625rem;
  }

  .\32xl\:focus\:-ml-2\.5:focus {
    margin-left: -0.625rem;
  }

  .\32xl\:focus\:-mt-3\.5:focus {
    margin-top: -0.875rem;
  }

  .\32xl\:focus\:-mr-3\.5:focus {
    margin-right: -0.875rem;
  }

  .\32xl\:focus\:-mb-3\.5:focus {
    margin-bottom: -0.875rem;
  }

  .\32xl\:focus\:-ml-3\.5:focus {
    margin-left: -0.875rem;
  }

  .\32xl\:active\:m-0:active {
    margin: 0px;
  }

  .\32xl\:active\:m-1:active {
    margin: 0.25rem;
  }

  .\32xl\:active\:m-2:active {
    margin: 0.5rem;
  }

  .\32xl\:active\:m-3:active {
    margin: 0.75rem;
  }

  .\32xl\:active\:m-4:active {
    margin: 1rem;
  }

  .\32xl\:active\:m-5:active {
    margin: 1.25rem;
  }

  .\32xl\:active\:m-6:active {
    margin: 1.5rem;
  }

  .\32xl\:active\:m-7:active {
    margin: 1.75rem;
  }

  .\32xl\:active\:m-8:active {
    margin: 2rem;
  }

  .\32xl\:active\:m-9:active {
    margin: 2.25rem;
  }

  .\32xl\:active\:m-10:active {
    margin: 2.5rem;
  }

  .\32xl\:active\:m-11:active {
    margin: 2.75rem;
  }

  .\32xl\:active\:m-12:active {
    margin: 3rem;
  }

  .\32xl\:active\:m-14:active {
    margin: 3.5rem;
  }

  .\32xl\:active\:m-16:active {
    margin: 4rem;
  }

  .\32xl\:active\:m-20:active {
    margin: 5rem;
  }

  .\32xl\:active\:m-24:active {
    margin: 6rem;
  }

  .\32xl\:active\:m-28:active {
    margin: 7rem;
  }

  .\32xl\:active\:m-32:active {
    margin: 8rem;
  }

  .\32xl\:active\:m-36:active {
    margin: 9rem;
  }

  .\32xl\:active\:m-40:active {
    margin: 10rem;
  }

  .\32xl\:active\:m-44:active {
    margin: 11rem;
  }

  .\32xl\:active\:m-48:active {
    margin: 12rem;
  }

  .\32xl\:active\:m-52:active {
    margin: 13rem;
  }

  .\32xl\:active\:m-56:active {
    margin: 14rem;
  }

  .\32xl\:active\:m-60:active {
    margin: 15rem;
  }

  .\32xl\:active\:m-64:active {
    margin: 16rem;
  }

  .\32xl\:active\:m-72:active {
    margin: 18rem;
  }

  .\32xl\:active\:m-80:active {
    margin: 20rem;
  }

  .\32xl\:active\:m-96:active {
    margin: 24rem;
  }

  .\32xl\:active\:m-auto:active {
    margin: auto;
  }

  .\32xl\:active\:m-px:active {
    margin: 1px;
  }

  .\32xl\:active\:m-0\.5:active {
    margin: 0.125rem;
  }

  .\32xl\:active\:m-1\.5:active {
    margin: 0.375rem;
  }

  .\32xl\:active\:m-2\.5:active {
    margin: 0.625rem;
  }

  .\32xl\:active\:m-3\.5:active {
    margin: 0.875rem;
  }

  .\32xl\:active\:-m-0:active {
    margin: 0px;
  }

  .\32xl\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .\32xl\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .\32xl\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .\32xl\:active\:-m-4:active {
    margin: -1rem;
  }

  .\32xl\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .\32xl\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .\32xl\:active\:-m-7:active {
    margin: -1.75rem;
  }

  .\32xl\:active\:-m-8:active {
    margin: -2rem;
  }

  .\32xl\:active\:-m-9:active {
    margin: -2.25rem;
  }

  .\32xl\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .\32xl\:active\:-m-11:active {
    margin: -2.75rem;
  }

  .\32xl\:active\:-m-12:active {
    margin: -3rem;
  }

  .\32xl\:active\:-m-14:active {
    margin: -3.5rem;
  }

  .\32xl\:active\:-m-16:active {
    margin: -4rem;
  }

  .\32xl\:active\:-m-20:active {
    margin: -5rem;
  }

  .\32xl\:active\:-m-24:active {
    margin: -6rem;
  }

  .\32xl\:active\:-m-28:active {
    margin: -7rem;
  }

  .\32xl\:active\:-m-32:active {
    margin: -8rem;
  }

  .\32xl\:active\:-m-36:active {
    margin: -9rem;
  }

  .\32xl\:active\:-m-40:active {
    margin: -10rem;
  }

  .\32xl\:active\:-m-44:active {
    margin: -11rem;
  }

  .\32xl\:active\:-m-48:active {
    margin: -12rem;
  }

  .\32xl\:active\:-m-52:active {
    margin: -13rem;
  }

  .\32xl\:active\:-m-56:active {
    margin: -14rem;
  }

  .\32xl\:active\:-m-60:active {
    margin: -15rem;
  }

  .\32xl\:active\:-m-64:active {
    margin: -16rem;
  }

  .\32xl\:active\:-m-72:active {
    margin: -18rem;
  }

  .\32xl\:active\:-m-80:active {
    margin: -20rem;
  }

  .\32xl\:active\:-m-96:active {
    margin: -24rem;
  }

  .\32xl\:active\:-m-px:active {
    margin: -1px;
  }

  .\32xl\:active\:-m-0\.5:active {
    margin: -0.125rem;
  }

  .\32xl\:active\:-m-1\.5:active {
    margin: -0.375rem;
  }

  .\32xl\:active\:-m-2\.5:active {
    margin: -0.625rem;
  }

  .\32xl\:active\:-m-3\.5:active {
    margin: -0.875rem;
  }

  .\32xl\:active\:my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:active\:mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:active\:my-1:active {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:active\:mx-1:active {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:active\:my-2:active {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:active\:mx-2:active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:active\:my-3:active {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:active\:mx-3:active {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:active\:my-7:active {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:active\:mx-7:active {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:active\:my-9:active {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:active\:mx-9:active {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:active\:my-11:active {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:active\:mx-11:active {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:active\:my-14:active {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:active\:mx-14:active {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:active\:my-28:active {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:active\:mx-28:active {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:active\:my-36:active {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:active\:mx-36:active {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:active\:my-40:active {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:active\:mx-40:active {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:active\:my-44:active {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:active\:mx-44:active {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:active\:my-48:active {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:active\:mx-48:active {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:active\:my-52:active {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:active\:mx-52:active {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:active\:my-56:active {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:active\:mx-56:active {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:active\:my-60:active {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:active\:mx-60:active {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:active\:my-64:active {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:active\:mx-64:active {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:active\:my-72:active {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:active\:mx-72:active {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:active\:my-80:active {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:active\:mx-80:active {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:active\:my-96:active {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:active\:mx-96:active {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:active\:my-0\.5:active {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:active\:mx-0\.5:active {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:active\:my-1\.5:active {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:active\:mx-1\.5:active {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:active\:my-2\.5:active {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:active\:mx-2\.5:active {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:active\:my-3\.5:active {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:active\:mx-3\.5:active {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:active\:-my-0:active {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:active\:-mx-0:active {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:active\:-my-7:active {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:active\:-mx-7:active {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:active\:-my-9:active {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:active\:-mx-9:active {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:active\:-my-11:active {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:active\:-mx-11:active {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:active\:-my-14:active {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:active\:-mx-14:active {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:active\:-my-28:active {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:active\:-mx-28:active {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:active\:-my-36:active {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:active\:-mx-36:active {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:active\:-my-40:active {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:active\:-mx-40:active {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:active\:-my-44:active {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:active\:-mx-44:active {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:active\:-my-48:active {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:active\:-mx-48:active {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:active\:-my-52:active {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:active\:-mx-52:active {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:active\:-my-56:active {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:active\:-mx-56:active {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:active\:-my-60:active {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:active\:-mx-60:active {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:active\:-my-64:active {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:active\:-mx-64:active {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:active\:-my-72:active {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:active\:-mx-72:active {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:active\:-my-80:active {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:active\:-mx-80:active {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:active\:-my-96:active {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:active\:-mx-96:active {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:active\:-my-0\.5:active {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:active\:-mx-0\.5:active {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:active\:-my-1\.5:active {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:active\:-mx-1\.5:active {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:active\:-my-2\.5:active {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:active\:-mx-2\.5:active {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:active\:-my-3\.5:active {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:active\:-mx-3\.5:active {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:active\:mt-0:active {
    margin-top: 0px;
  }

  .\32xl\:active\:mr-0:active {
    margin-right: 0px;
  }

  .\32xl\:active\:mb-0:active {
    margin-bottom: 0px;
  }

  .\32xl\:active\:ml-0:active {
    margin-left: 0px;
  }

  .\32xl\:active\:mt-1:active {
    margin-top: 0.25rem;
  }

  .\32xl\:active\:mr-1:active {
    margin-right: 0.25rem;
  }

  .\32xl\:active\:mb-1:active {
    margin-bottom: 0.25rem;
  }

  .\32xl\:active\:ml-1:active {
    margin-left: 0.25rem;
  }

  .\32xl\:active\:mt-2:active {
    margin-top: 0.5rem;
  }

  .\32xl\:active\:mr-2:active {
    margin-right: 0.5rem;
  }

  .\32xl\:active\:mb-2:active {
    margin-bottom: 0.5rem;
  }

  .\32xl\:active\:ml-2:active {
    margin-left: 0.5rem;
  }

  .\32xl\:active\:mt-3:active {
    margin-top: 0.75rem;
  }

  .\32xl\:active\:mr-3:active {
    margin-right: 0.75rem;
  }

  .\32xl\:active\:mb-3:active {
    margin-bottom: 0.75rem;
  }

  .\32xl\:active\:ml-3:active {
    margin-left: 0.75rem;
  }

  .\32xl\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .\32xl\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .\32xl\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .\32xl\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .\32xl\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .\32xl\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .\32xl\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .\32xl\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .\32xl\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .\32xl\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .\32xl\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .\32xl\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .\32xl\:active\:mt-7:active {
    margin-top: 1.75rem;
  }

  .\32xl\:active\:mr-7:active {
    margin-right: 1.75rem;
  }

  .\32xl\:active\:mb-7:active {
    margin-bottom: 1.75rem;
  }

  .\32xl\:active\:ml-7:active {
    margin-left: 1.75rem;
  }

  .\32xl\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .\32xl\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .\32xl\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .\32xl\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .\32xl\:active\:mt-9:active {
    margin-top: 2.25rem;
  }

  .\32xl\:active\:mr-9:active {
    margin-right: 2.25rem;
  }

  .\32xl\:active\:mb-9:active {
    margin-bottom: 2.25rem;
  }

  .\32xl\:active\:ml-9:active {
    margin-left: 2.25rem;
  }

  .\32xl\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .\32xl\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .\32xl\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .\32xl\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .\32xl\:active\:mt-11:active {
    margin-top: 2.75rem;
  }

  .\32xl\:active\:mr-11:active {
    margin-right: 2.75rem;
  }

  .\32xl\:active\:mb-11:active {
    margin-bottom: 2.75rem;
  }

  .\32xl\:active\:ml-11:active {
    margin-left: 2.75rem;
  }

  .\32xl\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .\32xl\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .\32xl\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .\32xl\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .\32xl\:active\:mt-14:active {
    margin-top: 3.5rem;
  }

  .\32xl\:active\:mr-14:active {
    margin-right: 3.5rem;
  }

  .\32xl\:active\:mb-14:active {
    margin-bottom: 3.5rem;
  }

  .\32xl\:active\:ml-14:active {
    margin-left: 3.5rem;
  }

  .\32xl\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .\32xl\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .\32xl\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .\32xl\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .\32xl\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .\32xl\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .\32xl\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .\32xl\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .\32xl\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .\32xl\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .\32xl\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .\32xl\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .\32xl\:active\:mt-28:active {
    margin-top: 7rem;
  }

  .\32xl\:active\:mr-28:active {
    margin-right: 7rem;
  }

  .\32xl\:active\:mb-28:active {
    margin-bottom: 7rem;
  }

  .\32xl\:active\:ml-28:active {
    margin-left: 7rem;
  }

  .\32xl\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .\32xl\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .\32xl\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .\32xl\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .\32xl\:active\:mt-36:active {
    margin-top: 9rem;
  }

  .\32xl\:active\:mr-36:active {
    margin-right: 9rem;
  }

  .\32xl\:active\:mb-36:active {
    margin-bottom: 9rem;
  }

  .\32xl\:active\:ml-36:active {
    margin-left: 9rem;
  }

  .\32xl\:active\:mt-40:active {
    margin-top: 10rem;
  }

  .\32xl\:active\:mr-40:active {
    margin-right: 10rem;
  }

  .\32xl\:active\:mb-40:active {
    margin-bottom: 10rem;
  }

  .\32xl\:active\:ml-40:active {
    margin-left: 10rem;
  }

  .\32xl\:active\:mt-44:active {
    margin-top: 11rem;
  }

  .\32xl\:active\:mr-44:active {
    margin-right: 11rem;
  }

  .\32xl\:active\:mb-44:active {
    margin-bottom: 11rem;
  }

  .\32xl\:active\:ml-44:active {
    margin-left: 11rem;
  }

  .\32xl\:active\:mt-48:active {
    margin-top: 12rem;
  }

  .\32xl\:active\:mr-48:active {
    margin-right: 12rem;
  }

  .\32xl\:active\:mb-48:active {
    margin-bottom: 12rem;
  }

  .\32xl\:active\:ml-48:active {
    margin-left: 12rem;
  }

  .\32xl\:active\:mt-52:active {
    margin-top: 13rem;
  }

  .\32xl\:active\:mr-52:active {
    margin-right: 13rem;
  }

  .\32xl\:active\:mb-52:active {
    margin-bottom: 13rem;
  }

  .\32xl\:active\:ml-52:active {
    margin-left: 13rem;
  }

  .\32xl\:active\:mt-56:active {
    margin-top: 14rem;
  }

  .\32xl\:active\:mr-56:active {
    margin-right: 14rem;
  }

  .\32xl\:active\:mb-56:active {
    margin-bottom: 14rem;
  }

  .\32xl\:active\:ml-56:active {
    margin-left: 14rem;
  }

  .\32xl\:active\:mt-60:active {
    margin-top: 15rem;
  }

  .\32xl\:active\:mr-60:active {
    margin-right: 15rem;
  }

  .\32xl\:active\:mb-60:active {
    margin-bottom: 15rem;
  }

  .\32xl\:active\:ml-60:active {
    margin-left: 15rem;
  }

  .\32xl\:active\:mt-64:active {
    margin-top: 16rem;
  }

  .\32xl\:active\:mr-64:active {
    margin-right: 16rem;
  }

  .\32xl\:active\:mb-64:active {
    margin-bottom: 16rem;
  }

  .\32xl\:active\:ml-64:active {
    margin-left: 16rem;
  }

  .\32xl\:active\:mt-72:active {
    margin-top: 18rem;
  }

  .\32xl\:active\:mr-72:active {
    margin-right: 18rem;
  }

  .\32xl\:active\:mb-72:active {
    margin-bottom: 18rem;
  }

  .\32xl\:active\:ml-72:active {
    margin-left: 18rem;
  }

  .\32xl\:active\:mt-80:active {
    margin-top: 20rem;
  }

  .\32xl\:active\:mr-80:active {
    margin-right: 20rem;
  }

  .\32xl\:active\:mb-80:active {
    margin-bottom: 20rem;
  }

  .\32xl\:active\:ml-80:active {
    margin-left: 20rem;
  }

  .\32xl\:active\:mt-96:active {
    margin-top: 24rem;
  }

  .\32xl\:active\:mr-96:active {
    margin-right: 24rem;
  }

  .\32xl\:active\:mb-96:active {
    margin-bottom: 24rem;
  }

  .\32xl\:active\:ml-96:active {
    margin-left: 24rem;
  }

  .\32xl\:active\:mt-auto:active {
    margin-top: auto;
  }

  .\32xl\:active\:mr-auto:active {
    margin-right: auto;
  }

  .\32xl\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .\32xl\:active\:ml-auto:active {
    margin-left: auto;
  }

  .\32xl\:active\:mt-px:active {
    margin-top: 1px;
  }

  .\32xl\:active\:mr-px:active {
    margin-right: 1px;
  }

  .\32xl\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .\32xl\:active\:ml-px:active {
    margin-left: 1px;
  }

  .\32xl\:active\:mt-0\.5:active {
    margin-top: 0.125rem;
  }

  .\32xl\:active\:mr-0\.5:active {
    margin-right: 0.125rem;
  }

  .\32xl\:active\:mb-0\.5:active {
    margin-bottom: 0.125rem;
  }

  .\32xl\:active\:ml-0\.5:active {
    margin-left: 0.125rem;
  }

  .\32xl\:active\:mt-1\.5:active {
    margin-top: 0.375rem;
  }

  .\32xl\:active\:mr-1\.5:active {
    margin-right: 0.375rem;
  }

  .\32xl\:active\:mb-1\.5:active {
    margin-bottom: 0.375rem;
  }

  .\32xl\:active\:ml-1\.5:active {
    margin-left: 0.375rem;
  }

  .\32xl\:active\:mt-2\.5:active {
    margin-top: 0.625rem;
  }

  .\32xl\:active\:mr-2\.5:active {
    margin-right: 0.625rem;
  }

  .\32xl\:active\:mb-2\.5:active {
    margin-bottom: 0.625rem;
  }

  .\32xl\:active\:ml-2\.5:active {
    margin-left: 0.625rem;
  }

  .\32xl\:active\:mt-3\.5:active {
    margin-top: 0.875rem;
  }

  .\32xl\:active\:mr-3\.5:active {
    margin-right: 0.875rem;
  }

  .\32xl\:active\:mb-3\.5:active {
    margin-bottom: 0.875rem;
  }

  .\32xl\:active\:ml-3\.5:active {
    margin-left: 0.875rem;
  }

  .\32xl\:active\:-mt-0:active {
    margin-top: 0px;
  }

  .\32xl\:active\:-mr-0:active {
    margin-right: 0px;
  }

  .\32xl\:active\:-mb-0:active {
    margin-bottom: 0px;
  }

  .\32xl\:active\:-ml-0:active {
    margin-left: 0px;
  }

  .\32xl\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .\32xl\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .\32xl\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .\32xl\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .\32xl\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .\32xl\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .\32xl\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .\32xl\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .\32xl\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .\32xl\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .\32xl\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .\32xl\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .\32xl\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .\32xl\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .\32xl\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .\32xl\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .\32xl\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .\32xl\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .\32xl\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .\32xl\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .\32xl\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .\32xl\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .\32xl\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .\32xl\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .\32xl\:active\:-mt-7:active {
    margin-top: -1.75rem;
  }

  .\32xl\:active\:-mr-7:active {
    margin-right: -1.75rem;
  }

  .\32xl\:active\:-mb-7:active {
    margin-bottom: -1.75rem;
  }

  .\32xl\:active\:-ml-7:active {
    margin-left: -1.75rem;
  }

  .\32xl\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .\32xl\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .\32xl\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .\32xl\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .\32xl\:active\:-mt-9:active {
    margin-top: -2.25rem;
  }

  .\32xl\:active\:-mr-9:active {
    margin-right: -2.25rem;
  }

  .\32xl\:active\:-mb-9:active {
    margin-bottom: -2.25rem;
  }

  .\32xl\:active\:-ml-9:active {
    margin-left: -2.25rem;
  }

  .\32xl\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .\32xl\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .\32xl\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .\32xl\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .\32xl\:active\:-mt-11:active {
    margin-top: -2.75rem;
  }

  .\32xl\:active\:-mr-11:active {
    margin-right: -2.75rem;
  }

  .\32xl\:active\:-mb-11:active {
    margin-bottom: -2.75rem;
  }

  .\32xl\:active\:-ml-11:active {
    margin-left: -2.75rem;
  }

  .\32xl\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .\32xl\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .\32xl\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .\32xl\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .\32xl\:active\:-mt-14:active {
    margin-top: -3.5rem;
  }

  .\32xl\:active\:-mr-14:active {
    margin-right: -3.5rem;
  }

  .\32xl\:active\:-mb-14:active {
    margin-bottom: -3.5rem;
  }

  .\32xl\:active\:-ml-14:active {
    margin-left: -3.5rem;
  }

  .\32xl\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .\32xl\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .\32xl\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .\32xl\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .\32xl\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .\32xl\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .\32xl\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .\32xl\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .\32xl\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .\32xl\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .\32xl\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .\32xl\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .\32xl\:active\:-mt-28:active {
    margin-top: -7rem;
  }

  .\32xl\:active\:-mr-28:active {
    margin-right: -7rem;
  }

  .\32xl\:active\:-mb-28:active {
    margin-bottom: -7rem;
  }

  .\32xl\:active\:-ml-28:active {
    margin-left: -7rem;
  }

  .\32xl\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .\32xl\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .\32xl\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .\32xl\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .\32xl\:active\:-mt-36:active {
    margin-top: -9rem;
  }

  .\32xl\:active\:-mr-36:active {
    margin-right: -9rem;
  }

  .\32xl\:active\:-mb-36:active {
    margin-bottom: -9rem;
  }

  .\32xl\:active\:-ml-36:active {
    margin-left: -9rem;
  }

  .\32xl\:active\:-mt-40:active {
    margin-top: -10rem;
  }

  .\32xl\:active\:-mr-40:active {
    margin-right: -10rem;
  }

  .\32xl\:active\:-mb-40:active {
    margin-bottom: -10rem;
  }

  .\32xl\:active\:-ml-40:active {
    margin-left: -10rem;
  }

  .\32xl\:active\:-mt-44:active {
    margin-top: -11rem;
  }

  .\32xl\:active\:-mr-44:active {
    margin-right: -11rem;
  }

  .\32xl\:active\:-mb-44:active {
    margin-bottom: -11rem;
  }

  .\32xl\:active\:-ml-44:active {
    margin-left: -11rem;
  }

  .\32xl\:active\:-mt-48:active {
    margin-top: -12rem;
  }

  .\32xl\:active\:-mr-48:active {
    margin-right: -12rem;
  }

  .\32xl\:active\:-mb-48:active {
    margin-bottom: -12rem;
  }

  .\32xl\:active\:-ml-48:active {
    margin-left: -12rem;
  }

  .\32xl\:active\:-mt-52:active {
    margin-top: -13rem;
  }

  .\32xl\:active\:-mr-52:active {
    margin-right: -13rem;
  }

  .\32xl\:active\:-mb-52:active {
    margin-bottom: -13rem;
  }

  .\32xl\:active\:-ml-52:active {
    margin-left: -13rem;
  }

  .\32xl\:active\:-mt-56:active {
    margin-top: -14rem;
  }

  .\32xl\:active\:-mr-56:active {
    margin-right: -14rem;
  }

  .\32xl\:active\:-mb-56:active {
    margin-bottom: -14rem;
  }

  .\32xl\:active\:-ml-56:active {
    margin-left: -14rem;
  }

  .\32xl\:active\:-mt-60:active {
    margin-top: -15rem;
  }

  .\32xl\:active\:-mr-60:active {
    margin-right: -15rem;
  }

  .\32xl\:active\:-mb-60:active {
    margin-bottom: -15rem;
  }

  .\32xl\:active\:-ml-60:active {
    margin-left: -15rem;
  }

  .\32xl\:active\:-mt-64:active {
    margin-top: -16rem;
  }

  .\32xl\:active\:-mr-64:active {
    margin-right: -16rem;
  }

  .\32xl\:active\:-mb-64:active {
    margin-bottom: -16rem;
  }

  .\32xl\:active\:-ml-64:active {
    margin-left: -16rem;
  }

  .\32xl\:active\:-mt-72:active {
    margin-top: -18rem;
  }

  .\32xl\:active\:-mr-72:active {
    margin-right: -18rem;
  }

  .\32xl\:active\:-mb-72:active {
    margin-bottom: -18rem;
  }

  .\32xl\:active\:-ml-72:active {
    margin-left: -18rem;
  }

  .\32xl\:active\:-mt-80:active {
    margin-top: -20rem;
  }

  .\32xl\:active\:-mr-80:active {
    margin-right: -20rem;
  }

  .\32xl\:active\:-mb-80:active {
    margin-bottom: -20rem;
  }

  .\32xl\:active\:-ml-80:active {
    margin-left: -20rem;
  }

  .\32xl\:active\:-mt-96:active {
    margin-top: -24rem;
  }

  .\32xl\:active\:-mr-96:active {
    margin-right: -24rem;
  }

  .\32xl\:active\:-mb-96:active {
    margin-bottom: -24rem;
  }

  .\32xl\:active\:-ml-96:active {
    margin-left: -24rem;
  }

  .\32xl\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .\32xl\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .\32xl\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .\32xl\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .\32xl\:active\:-mt-0\.5:active {
    margin-top: -0.125rem;
  }

  .\32xl\:active\:-mr-0\.5:active {
    margin-right: -0.125rem;
  }

  .\32xl\:active\:-mb-0\.5:active {
    margin-bottom: -0.125rem;
  }

  .\32xl\:active\:-ml-0\.5:active {
    margin-left: -0.125rem;
  }

  .\32xl\:active\:-mt-1\.5:active {
    margin-top: -0.375rem;
  }

  .\32xl\:active\:-mr-1\.5:active {
    margin-right: -0.375rem;
  }

  .\32xl\:active\:-mb-1\.5:active {
    margin-bottom: -0.375rem;
  }

  .\32xl\:active\:-ml-1\.5:active {
    margin-left: -0.375rem;
  }

  .\32xl\:active\:-mt-2\.5:active {
    margin-top: -0.625rem;
  }

  .\32xl\:active\:-mr-2\.5:active {
    margin-right: -0.625rem;
  }

  .\32xl\:active\:-mb-2\.5:active {
    margin-bottom: -0.625rem;
  }

  .\32xl\:active\:-ml-2\.5:active {
    margin-left: -0.625rem;
  }

  .\32xl\:active\:-mt-3\.5:active {
    margin-top: -0.875rem;
  }

  .\32xl\:active\:-mr-3\.5:active {
    margin-right: -0.875rem;
  }

  .\32xl\:active\:-mb-3\.5:active {
    margin-bottom: -0.875rem;
  }

  .\32xl\:active\:-ml-3\.5:active {
    margin-left: -0.875rem;
  }

  .\32xl\:visited\:m-0:visited {
    margin: 0px;
  }

  .\32xl\:visited\:m-1:visited {
    margin: 0.25rem;
  }

  .\32xl\:visited\:m-2:visited {
    margin: 0.5rem;
  }

  .\32xl\:visited\:m-3:visited {
    margin: 0.75rem;
  }

  .\32xl\:visited\:m-4:visited {
    margin: 1rem;
  }

  .\32xl\:visited\:m-5:visited {
    margin: 1.25rem;
  }

  .\32xl\:visited\:m-6:visited {
    margin: 1.5rem;
  }

  .\32xl\:visited\:m-7:visited {
    margin: 1.75rem;
  }

  .\32xl\:visited\:m-8:visited {
    margin: 2rem;
  }

  .\32xl\:visited\:m-9:visited {
    margin: 2.25rem;
  }

  .\32xl\:visited\:m-10:visited {
    margin: 2.5rem;
  }

  .\32xl\:visited\:m-11:visited {
    margin: 2.75rem;
  }

  .\32xl\:visited\:m-12:visited {
    margin: 3rem;
  }

  .\32xl\:visited\:m-14:visited {
    margin: 3.5rem;
  }

  .\32xl\:visited\:m-16:visited {
    margin: 4rem;
  }

  .\32xl\:visited\:m-20:visited {
    margin: 5rem;
  }

  .\32xl\:visited\:m-24:visited {
    margin: 6rem;
  }

  .\32xl\:visited\:m-28:visited {
    margin: 7rem;
  }

  .\32xl\:visited\:m-32:visited {
    margin: 8rem;
  }

  .\32xl\:visited\:m-36:visited {
    margin: 9rem;
  }

  .\32xl\:visited\:m-40:visited {
    margin: 10rem;
  }

  .\32xl\:visited\:m-44:visited {
    margin: 11rem;
  }

  .\32xl\:visited\:m-48:visited {
    margin: 12rem;
  }

  .\32xl\:visited\:m-52:visited {
    margin: 13rem;
  }

  .\32xl\:visited\:m-56:visited {
    margin: 14rem;
  }

  .\32xl\:visited\:m-60:visited {
    margin: 15rem;
  }

  .\32xl\:visited\:m-64:visited {
    margin: 16rem;
  }

  .\32xl\:visited\:m-72:visited {
    margin: 18rem;
  }

  .\32xl\:visited\:m-80:visited {
    margin: 20rem;
  }

  .\32xl\:visited\:m-96:visited {
    margin: 24rem;
  }

  .\32xl\:visited\:m-auto:visited {
    margin: auto;
  }

  .\32xl\:visited\:m-px:visited {
    margin: 1px;
  }

  .\32xl\:visited\:m-0\.5:visited {
    margin: 0.125rem;
  }

  .\32xl\:visited\:m-1\.5:visited {
    margin: 0.375rem;
  }

  .\32xl\:visited\:m-2\.5:visited {
    margin: 0.625rem;
  }

  .\32xl\:visited\:m-3\.5:visited {
    margin: 0.875rem;
  }

  .\32xl\:visited\:-m-0:visited {
    margin: 0px;
  }

  .\32xl\:visited\:-m-1:visited {
    margin: -0.25rem;
  }

  .\32xl\:visited\:-m-2:visited {
    margin: -0.5rem;
  }

  .\32xl\:visited\:-m-3:visited {
    margin: -0.75rem;
  }

  .\32xl\:visited\:-m-4:visited {
    margin: -1rem;
  }

  .\32xl\:visited\:-m-5:visited {
    margin: -1.25rem;
  }

  .\32xl\:visited\:-m-6:visited {
    margin: -1.5rem;
  }

  .\32xl\:visited\:-m-7:visited {
    margin: -1.75rem;
  }

  .\32xl\:visited\:-m-8:visited {
    margin: -2rem;
  }

  .\32xl\:visited\:-m-9:visited {
    margin: -2.25rem;
  }

  .\32xl\:visited\:-m-10:visited {
    margin: -2.5rem;
  }

  .\32xl\:visited\:-m-11:visited {
    margin: -2.75rem;
  }

  .\32xl\:visited\:-m-12:visited {
    margin: -3rem;
  }

  .\32xl\:visited\:-m-14:visited {
    margin: -3.5rem;
  }

  .\32xl\:visited\:-m-16:visited {
    margin: -4rem;
  }

  .\32xl\:visited\:-m-20:visited {
    margin: -5rem;
  }

  .\32xl\:visited\:-m-24:visited {
    margin: -6rem;
  }

  .\32xl\:visited\:-m-28:visited {
    margin: -7rem;
  }

  .\32xl\:visited\:-m-32:visited {
    margin: -8rem;
  }

  .\32xl\:visited\:-m-36:visited {
    margin: -9rem;
  }

  .\32xl\:visited\:-m-40:visited {
    margin: -10rem;
  }

  .\32xl\:visited\:-m-44:visited {
    margin: -11rem;
  }

  .\32xl\:visited\:-m-48:visited {
    margin: -12rem;
  }

  .\32xl\:visited\:-m-52:visited {
    margin: -13rem;
  }

  .\32xl\:visited\:-m-56:visited {
    margin: -14rem;
  }

  .\32xl\:visited\:-m-60:visited {
    margin: -15rem;
  }

  .\32xl\:visited\:-m-64:visited {
    margin: -16rem;
  }

  .\32xl\:visited\:-m-72:visited {
    margin: -18rem;
  }

  .\32xl\:visited\:-m-80:visited {
    margin: -20rem;
  }

  .\32xl\:visited\:-m-96:visited {
    margin: -24rem;
  }

  .\32xl\:visited\:-m-px:visited {
    margin: -1px;
  }

  .\32xl\:visited\:-m-0\.5:visited {
    margin: -0.125rem;
  }

  .\32xl\:visited\:-m-1\.5:visited {
    margin: -0.375rem;
  }

  .\32xl\:visited\:-m-2\.5:visited {
    margin: -0.625rem;
  }

  .\32xl\:visited\:-m-3\.5:visited {
    margin: -0.875rem;
  }

  .\32xl\:visited\:my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:visited\:mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:visited\:my-1:visited {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:visited\:mx-1:visited {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:visited\:my-2:visited {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:visited\:mx-2:visited {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:visited\:my-3:visited {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:visited\:mx-3:visited {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:visited\:my-4:visited {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:visited\:mx-4:visited {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:visited\:my-5:visited {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:visited\:mx-5:visited {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:visited\:my-6:visited {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:visited\:mx-6:visited {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:visited\:my-7:visited {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:visited\:mx-7:visited {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:visited\:my-8:visited {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:visited\:mx-8:visited {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:visited\:my-9:visited {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:visited\:mx-9:visited {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:visited\:my-10:visited {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:visited\:mx-10:visited {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:visited\:my-11:visited {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:visited\:mx-11:visited {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:visited\:my-12:visited {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:visited\:mx-12:visited {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:visited\:my-14:visited {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:visited\:mx-14:visited {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:visited\:my-16:visited {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:visited\:mx-16:visited {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:visited\:my-20:visited {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:visited\:mx-20:visited {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:visited\:my-24:visited {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:visited\:mx-24:visited {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:visited\:my-28:visited {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:visited\:mx-28:visited {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:visited\:my-32:visited {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:visited\:mx-32:visited {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:visited\:my-36:visited {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:visited\:mx-36:visited {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:visited\:my-40:visited {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:visited\:mx-40:visited {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:visited\:my-44:visited {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:visited\:mx-44:visited {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:visited\:my-48:visited {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:visited\:mx-48:visited {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:visited\:my-52:visited {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:visited\:mx-52:visited {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:visited\:my-56:visited {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:visited\:mx-56:visited {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:visited\:my-60:visited {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:visited\:mx-60:visited {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:visited\:my-64:visited {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:visited\:mx-64:visited {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:visited\:my-72:visited {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:visited\:mx-72:visited {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:visited\:my-80:visited {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:visited\:mx-80:visited {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:visited\:my-96:visited {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:visited\:mx-96:visited {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:visited\:my-auto:visited {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:visited\:mx-auto:visited {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:visited\:my-px:visited {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:visited\:mx-px:visited {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:visited\:my-0\.5:visited {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:visited\:mx-0\.5:visited {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:visited\:my-1\.5:visited {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:visited\:mx-1\.5:visited {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:visited\:my-2\.5:visited {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:visited\:mx-2\.5:visited {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:visited\:my-3\.5:visited {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:visited\:mx-3\.5:visited {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:visited\:-my-0:visited {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:visited\:-mx-0:visited {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:visited\:-my-1:visited {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:visited\:-mx-1:visited {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:visited\:-my-2:visited {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:visited\:-mx-2:visited {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:visited\:-my-3:visited {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:visited\:-mx-3:visited {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:visited\:-my-4:visited {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:visited\:-mx-4:visited {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:visited\:-my-5:visited {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:visited\:-mx-5:visited {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:visited\:-my-6:visited {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:visited\:-mx-6:visited {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:visited\:-my-7:visited {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:visited\:-mx-7:visited {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:visited\:-my-8:visited {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:visited\:-mx-8:visited {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:visited\:-my-9:visited {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:visited\:-mx-9:visited {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:visited\:-my-10:visited {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:visited\:-mx-10:visited {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:visited\:-my-11:visited {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:visited\:-mx-11:visited {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:visited\:-my-12:visited {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:visited\:-mx-12:visited {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:visited\:-my-14:visited {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:visited\:-mx-14:visited {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:visited\:-my-16:visited {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:visited\:-mx-16:visited {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:visited\:-my-20:visited {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:visited\:-mx-20:visited {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:visited\:-my-24:visited {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:visited\:-mx-24:visited {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:visited\:-my-28:visited {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:visited\:-mx-28:visited {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:visited\:-my-32:visited {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:visited\:-mx-32:visited {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:visited\:-my-36:visited {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:visited\:-mx-36:visited {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:visited\:-my-40:visited {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:visited\:-mx-40:visited {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:visited\:-my-44:visited {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:visited\:-mx-44:visited {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:visited\:-my-48:visited {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:visited\:-mx-48:visited {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:visited\:-my-52:visited {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:visited\:-mx-52:visited {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:visited\:-my-56:visited {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:visited\:-mx-56:visited {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:visited\:-my-60:visited {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:visited\:-mx-60:visited {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:visited\:-my-64:visited {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:visited\:-mx-64:visited {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:visited\:-my-72:visited {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:visited\:-mx-72:visited {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:visited\:-my-80:visited {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:visited\:-mx-80:visited {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:visited\:-my-96:visited {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:visited\:-mx-96:visited {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:visited\:-my-px:visited {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:visited\:-mx-px:visited {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:visited\:-my-0\.5:visited {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:visited\:-mx-0\.5:visited {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:visited\:-my-1\.5:visited {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:visited\:-mx-1\.5:visited {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:visited\:-my-2\.5:visited {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:visited\:-mx-2\.5:visited {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:visited\:-my-3\.5:visited {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:visited\:-mx-3\.5:visited {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:visited\:mt-0:visited {
    margin-top: 0px;
  }

  .\32xl\:visited\:mr-0:visited {
    margin-right: 0px;
  }

  .\32xl\:visited\:mb-0:visited {
    margin-bottom: 0px;
  }

  .\32xl\:visited\:ml-0:visited {
    margin-left: 0px;
  }

  .\32xl\:visited\:mt-1:visited {
    margin-top: 0.25rem;
  }

  .\32xl\:visited\:mr-1:visited {
    margin-right: 0.25rem;
  }

  .\32xl\:visited\:mb-1:visited {
    margin-bottom: 0.25rem;
  }

  .\32xl\:visited\:ml-1:visited {
    margin-left: 0.25rem;
  }

  .\32xl\:visited\:mt-2:visited {
    margin-top: 0.5rem;
  }

  .\32xl\:visited\:mr-2:visited {
    margin-right: 0.5rem;
  }

  .\32xl\:visited\:mb-2:visited {
    margin-bottom: 0.5rem;
  }

  .\32xl\:visited\:ml-2:visited {
    margin-left: 0.5rem;
  }

  .\32xl\:visited\:mt-3:visited {
    margin-top: 0.75rem;
  }

  .\32xl\:visited\:mr-3:visited {
    margin-right: 0.75rem;
  }

  .\32xl\:visited\:mb-3:visited {
    margin-bottom: 0.75rem;
  }

  .\32xl\:visited\:ml-3:visited {
    margin-left: 0.75rem;
  }

  .\32xl\:visited\:mt-4:visited {
    margin-top: 1rem;
  }

  .\32xl\:visited\:mr-4:visited {
    margin-right: 1rem;
  }

  .\32xl\:visited\:mb-4:visited {
    margin-bottom: 1rem;
  }

  .\32xl\:visited\:ml-4:visited {
    margin-left: 1rem;
  }

  .\32xl\:visited\:mt-5:visited {
    margin-top: 1.25rem;
  }

  .\32xl\:visited\:mr-5:visited {
    margin-right: 1.25rem;
  }

  .\32xl\:visited\:mb-5:visited {
    margin-bottom: 1.25rem;
  }

  .\32xl\:visited\:ml-5:visited {
    margin-left: 1.25rem;
  }

  .\32xl\:visited\:mt-6:visited {
    margin-top: 1.5rem;
  }

  .\32xl\:visited\:mr-6:visited {
    margin-right: 1.5rem;
  }

  .\32xl\:visited\:mb-6:visited {
    margin-bottom: 1.5rem;
  }

  .\32xl\:visited\:ml-6:visited {
    margin-left: 1.5rem;
  }

  .\32xl\:visited\:mt-7:visited {
    margin-top: 1.75rem;
  }

  .\32xl\:visited\:mr-7:visited {
    margin-right: 1.75rem;
  }

  .\32xl\:visited\:mb-7:visited {
    margin-bottom: 1.75rem;
  }

  .\32xl\:visited\:ml-7:visited {
    margin-left: 1.75rem;
  }

  .\32xl\:visited\:mt-8:visited {
    margin-top: 2rem;
  }

  .\32xl\:visited\:mr-8:visited {
    margin-right: 2rem;
  }

  .\32xl\:visited\:mb-8:visited {
    margin-bottom: 2rem;
  }

  .\32xl\:visited\:ml-8:visited {
    margin-left: 2rem;
  }

  .\32xl\:visited\:mt-9:visited {
    margin-top: 2.25rem;
  }

  .\32xl\:visited\:mr-9:visited {
    margin-right: 2.25rem;
  }

  .\32xl\:visited\:mb-9:visited {
    margin-bottom: 2.25rem;
  }

  .\32xl\:visited\:ml-9:visited {
    margin-left: 2.25rem;
  }

  .\32xl\:visited\:mt-10:visited {
    margin-top: 2.5rem;
  }

  .\32xl\:visited\:mr-10:visited {
    margin-right: 2.5rem;
  }

  .\32xl\:visited\:mb-10:visited {
    margin-bottom: 2.5rem;
  }

  .\32xl\:visited\:ml-10:visited {
    margin-left: 2.5rem;
  }

  .\32xl\:visited\:mt-11:visited {
    margin-top: 2.75rem;
  }

  .\32xl\:visited\:mr-11:visited {
    margin-right: 2.75rem;
  }

  .\32xl\:visited\:mb-11:visited {
    margin-bottom: 2.75rem;
  }

  .\32xl\:visited\:ml-11:visited {
    margin-left: 2.75rem;
  }

  .\32xl\:visited\:mt-12:visited {
    margin-top: 3rem;
  }

  .\32xl\:visited\:mr-12:visited {
    margin-right: 3rem;
  }

  .\32xl\:visited\:mb-12:visited {
    margin-bottom: 3rem;
  }

  .\32xl\:visited\:ml-12:visited {
    margin-left: 3rem;
  }

  .\32xl\:visited\:mt-14:visited {
    margin-top: 3.5rem;
  }

  .\32xl\:visited\:mr-14:visited {
    margin-right: 3.5rem;
  }

  .\32xl\:visited\:mb-14:visited {
    margin-bottom: 3.5rem;
  }

  .\32xl\:visited\:ml-14:visited {
    margin-left: 3.5rem;
  }

  .\32xl\:visited\:mt-16:visited {
    margin-top: 4rem;
  }

  .\32xl\:visited\:mr-16:visited {
    margin-right: 4rem;
  }

  .\32xl\:visited\:mb-16:visited {
    margin-bottom: 4rem;
  }

  .\32xl\:visited\:ml-16:visited {
    margin-left: 4rem;
  }

  .\32xl\:visited\:mt-20:visited {
    margin-top: 5rem;
  }

  .\32xl\:visited\:mr-20:visited {
    margin-right: 5rem;
  }

  .\32xl\:visited\:mb-20:visited {
    margin-bottom: 5rem;
  }

  .\32xl\:visited\:ml-20:visited {
    margin-left: 5rem;
  }

  .\32xl\:visited\:mt-24:visited {
    margin-top: 6rem;
  }

  .\32xl\:visited\:mr-24:visited {
    margin-right: 6rem;
  }

  .\32xl\:visited\:mb-24:visited {
    margin-bottom: 6rem;
  }

  .\32xl\:visited\:ml-24:visited {
    margin-left: 6rem;
  }

  .\32xl\:visited\:mt-28:visited {
    margin-top: 7rem;
  }

  .\32xl\:visited\:mr-28:visited {
    margin-right: 7rem;
  }

  .\32xl\:visited\:mb-28:visited {
    margin-bottom: 7rem;
  }

  .\32xl\:visited\:ml-28:visited {
    margin-left: 7rem;
  }

  .\32xl\:visited\:mt-32:visited {
    margin-top: 8rem;
  }

  .\32xl\:visited\:mr-32:visited {
    margin-right: 8rem;
  }

  .\32xl\:visited\:mb-32:visited {
    margin-bottom: 8rem;
  }

  .\32xl\:visited\:ml-32:visited {
    margin-left: 8rem;
  }

  .\32xl\:visited\:mt-36:visited {
    margin-top: 9rem;
  }

  .\32xl\:visited\:mr-36:visited {
    margin-right: 9rem;
  }

  .\32xl\:visited\:mb-36:visited {
    margin-bottom: 9rem;
  }

  .\32xl\:visited\:ml-36:visited {
    margin-left: 9rem;
  }

  .\32xl\:visited\:mt-40:visited {
    margin-top: 10rem;
  }

  .\32xl\:visited\:mr-40:visited {
    margin-right: 10rem;
  }

  .\32xl\:visited\:mb-40:visited {
    margin-bottom: 10rem;
  }

  .\32xl\:visited\:ml-40:visited {
    margin-left: 10rem;
  }

  .\32xl\:visited\:mt-44:visited {
    margin-top: 11rem;
  }

  .\32xl\:visited\:mr-44:visited {
    margin-right: 11rem;
  }

  .\32xl\:visited\:mb-44:visited {
    margin-bottom: 11rem;
  }

  .\32xl\:visited\:ml-44:visited {
    margin-left: 11rem;
  }

  .\32xl\:visited\:mt-48:visited {
    margin-top: 12rem;
  }

  .\32xl\:visited\:mr-48:visited {
    margin-right: 12rem;
  }

  .\32xl\:visited\:mb-48:visited {
    margin-bottom: 12rem;
  }

  .\32xl\:visited\:ml-48:visited {
    margin-left: 12rem;
  }

  .\32xl\:visited\:mt-52:visited {
    margin-top: 13rem;
  }

  .\32xl\:visited\:mr-52:visited {
    margin-right: 13rem;
  }

  .\32xl\:visited\:mb-52:visited {
    margin-bottom: 13rem;
  }

  .\32xl\:visited\:ml-52:visited {
    margin-left: 13rem;
  }

  .\32xl\:visited\:mt-56:visited {
    margin-top: 14rem;
  }

  .\32xl\:visited\:mr-56:visited {
    margin-right: 14rem;
  }

  .\32xl\:visited\:mb-56:visited {
    margin-bottom: 14rem;
  }

  .\32xl\:visited\:ml-56:visited {
    margin-left: 14rem;
  }

  .\32xl\:visited\:mt-60:visited {
    margin-top: 15rem;
  }

  .\32xl\:visited\:mr-60:visited {
    margin-right: 15rem;
  }

  .\32xl\:visited\:mb-60:visited {
    margin-bottom: 15rem;
  }

  .\32xl\:visited\:ml-60:visited {
    margin-left: 15rem;
  }

  .\32xl\:visited\:mt-64:visited {
    margin-top: 16rem;
  }

  .\32xl\:visited\:mr-64:visited {
    margin-right: 16rem;
  }

  .\32xl\:visited\:mb-64:visited {
    margin-bottom: 16rem;
  }

  .\32xl\:visited\:ml-64:visited {
    margin-left: 16rem;
  }

  .\32xl\:visited\:mt-72:visited {
    margin-top: 18rem;
  }

  .\32xl\:visited\:mr-72:visited {
    margin-right: 18rem;
  }

  .\32xl\:visited\:mb-72:visited {
    margin-bottom: 18rem;
  }

  .\32xl\:visited\:ml-72:visited {
    margin-left: 18rem;
  }

  .\32xl\:visited\:mt-80:visited {
    margin-top: 20rem;
  }

  .\32xl\:visited\:mr-80:visited {
    margin-right: 20rem;
  }

  .\32xl\:visited\:mb-80:visited {
    margin-bottom: 20rem;
  }

  .\32xl\:visited\:ml-80:visited {
    margin-left: 20rem;
  }

  .\32xl\:visited\:mt-96:visited {
    margin-top: 24rem;
  }

  .\32xl\:visited\:mr-96:visited {
    margin-right: 24rem;
  }

  .\32xl\:visited\:mb-96:visited {
    margin-bottom: 24rem;
  }

  .\32xl\:visited\:ml-96:visited {
    margin-left: 24rem;
  }

  .\32xl\:visited\:mt-auto:visited {
    margin-top: auto;
  }

  .\32xl\:visited\:mr-auto:visited {
    margin-right: auto;
  }

  .\32xl\:visited\:mb-auto:visited {
    margin-bottom: auto;
  }

  .\32xl\:visited\:ml-auto:visited {
    margin-left: auto;
  }

  .\32xl\:visited\:mt-px:visited {
    margin-top: 1px;
  }

  .\32xl\:visited\:mr-px:visited {
    margin-right: 1px;
  }

  .\32xl\:visited\:mb-px:visited {
    margin-bottom: 1px;
  }

  .\32xl\:visited\:ml-px:visited {
    margin-left: 1px;
  }

  .\32xl\:visited\:mt-0\.5:visited {
    margin-top: 0.125rem;
  }

  .\32xl\:visited\:mr-0\.5:visited {
    margin-right: 0.125rem;
  }

  .\32xl\:visited\:mb-0\.5:visited {
    margin-bottom: 0.125rem;
  }

  .\32xl\:visited\:ml-0\.5:visited {
    margin-left: 0.125rem;
  }

  .\32xl\:visited\:mt-1\.5:visited {
    margin-top: 0.375rem;
  }

  .\32xl\:visited\:mr-1\.5:visited {
    margin-right: 0.375rem;
  }

  .\32xl\:visited\:mb-1\.5:visited {
    margin-bottom: 0.375rem;
  }

  .\32xl\:visited\:ml-1\.5:visited {
    margin-left: 0.375rem;
  }

  .\32xl\:visited\:mt-2\.5:visited {
    margin-top: 0.625rem;
  }

  .\32xl\:visited\:mr-2\.5:visited {
    margin-right: 0.625rem;
  }

  .\32xl\:visited\:mb-2\.5:visited {
    margin-bottom: 0.625rem;
  }

  .\32xl\:visited\:ml-2\.5:visited {
    margin-left: 0.625rem;
  }

  .\32xl\:visited\:mt-3\.5:visited {
    margin-top: 0.875rem;
  }

  .\32xl\:visited\:mr-3\.5:visited {
    margin-right: 0.875rem;
  }

  .\32xl\:visited\:mb-3\.5:visited {
    margin-bottom: 0.875rem;
  }

  .\32xl\:visited\:ml-3\.5:visited {
    margin-left: 0.875rem;
  }

  .\32xl\:visited\:-mt-0:visited {
    margin-top: 0px;
  }

  .\32xl\:visited\:-mr-0:visited {
    margin-right: 0px;
  }

  .\32xl\:visited\:-mb-0:visited {
    margin-bottom: 0px;
  }

  .\32xl\:visited\:-ml-0:visited {
    margin-left: 0px;
  }

  .\32xl\:visited\:-mt-1:visited {
    margin-top: -0.25rem;
  }

  .\32xl\:visited\:-mr-1:visited {
    margin-right: -0.25rem;
  }

  .\32xl\:visited\:-mb-1:visited {
    margin-bottom: -0.25rem;
  }

  .\32xl\:visited\:-ml-1:visited {
    margin-left: -0.25rem;
  }

  .\32xl\:visited\:-mt-2:visited {
    margin-top: -0.5rem;
  }

  .\32xl\:visited\:-mr-2:visited {
    margin-right: -0.5rem;
  }

  .\32xl\:visited\:-mb-2:visited {
    margin-bottom: -0.5rem;
  }

  .\32xl\:visited\:-ml-2:visited {
    margin-left: -0.5rem;
  }

  .\32xl\:visited\:-mt-3:visited {
    margin-top: -0.75rem;
  }

  .\32xl\:visited\:-mr-3:visited {
    margin-right: -0.75rem;
  }

  .\32xl\:visited\:-mb-3:visited {
    margin-bottom: -0.75rem;
  }

  .\32xl\:visited\:-ml-3:visited {
    margin-left: -0.75rem;
  }

  .\32xl\:visited\:-mt-4:visited {
    margin-top: -1rem;
  }

  .\32xl\:visited\:-mr-4:visited {
    margin-right: -1rem;
  }

  .\32xl\:visited\:-mb-4:visited {
    margin-bottom: -1rem;
  }

  .\32xl\:visited\:-ml-4:visited {
    margin-left: -1rem;
  }

  .\32xl\:visited\:-mt-5:visited {
    margin-top: -1.25rem;
  }

  .\32xl\:visited\:-mr-5:visited {
    margin-right: -1.25rem;
  }

  .\32xl\:visited\:-mb-5:visited {
    margin-bottom: -1.25rem;
  }

  .\32xl\:visited\:-ml-5:visited {
    margin-left: -1.25rem;
  }

  .\32xl\:visited\:-mt-6:visited {
    margin-top: -1.5rem;
  }

  .\32xl\:visited\:-mr-6:visited {
    margin-right: -1.5rem;
  }

  .\32xl\:visited\:-mb-6:visited {
    margin-bottom: -1.5rem;
  }

  .\32xl\:visited\:-ml-6:visited {
    margin-left: -1.5rem;
  }

  .\32xl\:visited\:-mt-7:visited {
    margin-top: -1.75rem;
  }

  .\32xl\:visited\:-mr-7:visited {
    margin-right: -1.75rem;
  }

  .\32xl\:visited\:-mb-7:visited {
    margin-bottom: -1.75rem;
  }

  .\32xl\:visited\:-ml-7:visited {
    margin-left: -1.75rem;
  }

  .\32xl\:visited\:-mt-8:visited {
    margin-top: -2rem;
  }

  .\32xl\:visited\:-mr-8:visited {
    margin-right: -2rem;
  }

  .\32xl\:visited\:-mb-8:visited {
    margin-bottom: -2rem;
  }

  .\32xl\:visited\:-ml-8:visited {
    margin-left: -2rem;
  }

  .\32xl\:visited\:-mt-9:visited {
    margin-top: -2.25rem;
  }

  .\32xl\:visited\:-mr-9:visited {
    margin-right: -2.25rem;
  }

  .\32xl\:visited\:-mb-9:visited {
    margin-bottom: -2.25rem;
  }

  .\32xl\:visited\:-ml-9:visited {
    margin-left: -2.25rem;
  }

  .\32xl\:visited\:-mt-10:visited {
    margin-top: -2.5rem;
  }

  .\32xl\:visited\:-mr-10:visited {
    margin-right: -2.5rem;
  }

  .\32xl\:visited\:-mb-10:visited {
    margin-bottom: -2.5rem;
  }

  .\32xl\:visited\:-ml-10:visited {
    margin-left: -2.5rem;
  }

  .\32xl\:visited\:-mt-11:visited {
    margin-top: -2.75rem;
  }

  .\32xl\:visited\:-mr-11:visited {
    margin-right: -2.75rem;
  }

  .\32xl\:visited\:-mb-11:visited {
    margin-bottom: -2.75rem;
  }

  .\32xl\:visited\:-ml-11:visited {
    margin-left: -2.75rem;
  }

  .\32xl\:visited\:-mt-12:visited {
    margin-top: -3rem;
  }

  .\32xl\:visited\:-mr-12:visited {
    margin-right: -3rem;
  }

  .\32xl\:visited\:-mb-12:visited {
    margin-bottom: -3rem;
  }

  .\32xl\:visited\:-ml-12:visited {
    margin-left: -3rem;
  }

  .\32xl\:visited\:-mt-14:visited {
    margin-top: -3.5rem;
  }

  .\32xl\:visited\:-mr-14:visited {
    margin-right: -3.5rem;
  }

  .\32xl\:visited\:-mb-14:visited {
    margin-bottom: -3.5rem;
  }

  .\32xl\:visited\:-ml-14:visited {
    margin-left: -3.5rem;
  }

  .\32xl\:visited\:-mt-16:visited {
    margin-top: -4rem;
  }

  .\32xl\:visited\:-mr-16:visited {
    margin-right: -4rem;
  }

  .\32xl\:visited\:-mb-16:visited {
    margin-bottom: -4rem;
  }

  .\32xl\:visited\:-ml-16:visited {
    margin-left: -4rem;
  }

  .\32xl\:visited\:-mt-20:visited {
    margin-top: -5rem;
  }

  .\32xl\:visited\:-mr-20:visited {
    margin-right: -5rem;
  }

  .\32xl\:visited\:-mb-20:visited {
    margin-bottom: -5rem;
  }

  .\32xl\:visited\:-ml-20:visited {
    margin-left: -5rem;
  }

  .\32xl\:visited\:-mt-24:visited {
    margin-top: -6rem;
  }

  .\32xl\:visited\:-mr-24:visited {
    margin-right: -6rem;
  }

  .\32xl\:visited\:-mb-24:visited {
    margin-bottom: -6rem;
  }

  .\32xl\:visited\:-ml-24:visited {
    margin-left: -6rem;
  }

  .\32xl\:visited\:-mt-28:visited {
    margin-top: -7rem;
  }

  .\32xl\:visited\:-mr-28:visited {
    margin-right: -7rem;
  }

  .\32xl\:visited\:-mb-28:visited {
    margin-bottom: -7rem;
  }

  .\32xl\:visited\:-ml-28:visited {
    margin-left: -7rem;
  }

  .\32xl\:visited\:-mt-32:visited {
    margin-top: -8rem;
  }

  .\32xl\:visited\:-mr-32:visited {
    margin-right: -8rem;
  }

  .\32xl\:visited\:-mb-32:visited {
    margin-bottom: -8rem;
  }

  .\32xl\:visited\:-ml-32:visited {
    margin-left: -8rem;
  }

  .\32xl\:visited\:-mt-36:visited {
    margin-top: -9rem;
  }

  .\32xl\:visited\:-mr-36:visited {
    margin-right: -9rem;
  }

  .\32xl\:visited\:-mb-36:visited {
    margin-bottom: -9rem;
  }

  .\32xl\:visited\:-ml-36:visited {
    margin-left: -9rem;
  }

  .\32xl\:visited\:-mt-40:visited {
    margin-top: -10rem;
  }

  .\32xl\:visited\:-mr-40:visited {
    margin-right: -10rem;
  }

  .\32xl\:visited\:-mb-40:visited {
    margin-bottom: -10rem;
  }

  .\32xl\:visited\:-ml-40:visited {
    margin-left: -10rem;
  }

  .\32xl\:visited\:-mt-44:visited {
    margin-top: -11rem;
  }

  .\32xl\:visited\:-mr-44:visited {
    margin-right: -11rem;
  }

  .\32xl\:visited\:-mb-44:visited {
    margin-bottom: -11rem;
  }

  .\32xl\:visited\:-ml-44:visited {
    margin-left: -11rem;
  }

  .\32xl\:visited\:-mt-48:visited {
    margin-top: -12rem;
  }

  .\32xl\:visited\:-mr-48:visited {
    margin-right: -12rem;
  }

  .\32xl\:visited\:-mb-48:visited {
    margin-bottom: -12rem;
  }

  .\32xl\:visited\:-ml-48:visited {
    margin-left: -12rem;
  }

  .\32xl\:visited\:-mt-52:visited {
    margin-top: -13rem;
  }

  .\32xl\:visited\:-mr-52:visited {
    margin-right: -13rem;
  }

  .\32xl\:visited\:-mb-52:visited {
    margin-bottom: -13rem;
  }

  .\32xl\:visited\:-ml-52:visited {
    margin-left: -13rem;
  }

  .\32xl\:visited\:-mt-56:visited {
    margin-top: -14rem;
  }

  .\32xl\:visited\:-mr-56:visited {
    margin-right: -14rem;
  }

  .\32xl\:visited\:-mb-56:visited {
    margin-bottom: -14rem;
  }

  .\32xl\:visited\:-ml-56:visited {
    margin-left: -14rem;
  }

  .\32xl\:visited\:-mt-60:visited {
    margin-top: -15rem;
  }

  .\32xl\:visited\:-mr-60:visited {
    margin-right: -15rem;
  }

  .\32xl\:visited\:-mb-60:visited {
    margin-bottom: -15rem;
  }

  .\32xl\:visited\:-ml-60:visited {
    margin-left: -15rem;
  }

  .\32xl\:visited\:-mt-64:visited {
    margin-top: -16rem;
  }

  .\32xl\:visited\:-mr-64:visited {
    margin-right: -16rem;
  }

  .\32xl\:visited\:-mb-64:visited {
    margin-bottom: -16rem;
  }

  .\32xl\:visited\:-ml-64:visited {
    margin-left: -16rem;
  }

  .\32xl\:visited\:-mt-72:visited {
    margin-top: -18rem;
  }

  .\32xl\:visited\:-mr-72:visited {
    margin-right: -18rem;
  }

  .\32xl\:visited\:-mb-72:visited {
    margin-bottom: -18rem;
  }

  .\32xl\:visited\:-ml-72:visited {
    margin-left: -18rem;
  }

  .\32xl\:visited\:-mt-80:visited {
    margin-top: -20rem;
  }

  .\32xl\:visited\:-mr-80:visited {
    margin-right: -20rem;
  }

  .\32xl\:visited\:-mb-80:visited {
    margin-bottom: -20rem;
  }

  .\32xl\:visited\:-ml-80:visited {
    margin-left: -20rem;
  }

  .\32xl\:visited\:-mt-96:visited {
    margin-top: -24rem;
  }

  .\32xl\:visited\:-mr-96:visited {
    margin-right: -24rem;
  }

  .\32xl\:visited\:-mb-96:visited {
    margin-bottom: -24rem;
  }

  .\32xl\:visited\:-ml-96:visited {
    margin-left: -24rem;
  }

  .\32xl\:visited\:-mt-px:visited {
    margin-top: -1px;
  }

  .\32xl\:visited\:-mr-px:visited {
    margin-right: -1px;
  }

  .\32xl\:visited\:-mb-px:visited {
    margin-bottom: -1px;
  }

  .\32xl\:visited\:-ml-px:visited {
    margin-left: -1px;
  }

  .\32xl\:visited\:-mt-0\.5:visited {
    margin-top: -0.125rem;
  }

  .\32xl\:visited\:-mr-0\.5:visited {
    margin-right: -0.125rem;
  }

  .\32xl\:visited\:-mb-0\.5:visited {
    margin-bottom: -0.125rem;
  }

  .\32xl\:visited\:-ml-0\.5:visited {
    margin-left: -0.125rem;
  }

  .\32xl\:visited\:-mt-1\.5:visited {
    margin-top: -0.375rem;
  }

  .\32xl\:visited\:-mr-1\.5:visited {
    margin-right: -0.375rem;
  }

  .\32xl\:visited\:-mb-1\.5:visited {
    margin-bottom: -0.375rem;
  }

  .\32xl\:visited\:-ml-1\.5:visited {
    margin-left: -0.375rem;
  }

  .\32xl\:visited\:-mt-2\.5:visited {
    margin-top: -0.625rem;
  }

  .\32xl\:visited\:-mr-2\.5:visited {
    margin-right: -0.625rem;
  }

  .\32xl\:visited\:-mb-2\.5:visited {
    margin-bottom: -0.625rem;
  }

  .\32xl\:visited\:-ml-2\.5:visited {
    margin-left: -0.625rem;
  }

  .\32xl\:visited\:-mt-3\.5:visited {
    margin-top: -0.875rem;
  }

  .\32xl\:visited\:-mr-3\.5:visited {
    margin-right: -0.875rem;
  }

  .\32xl\:visited\:-mb-3\.5:visited {
    margin-bottom: -0.875rem;
  }

  .\32xl\:visited\:-ml-3\.5:visited {
    margin-left: -0.875rem;
  }

  .\32xl\:disabled\:m-0:disabled {
    margin: 0px;
  }

  .\32xl\:disabled\:m-1:disabled {
    margin: 0.25rem;
  }

  .\32xl\:disabled\:m-2:disabled {
    margin: 0.5rem;
  }

  .\32xl\:disabled\:m-3:disabled {
    margin: 0.75rem;
  }

  .\32xl\:disabled\:m-4:disabled {
    margin: 1rem;
  }

  .\32xl\:disabled\:m-5:disabled {
    margin: 1.25rem;
  }

  .\32xl\:disabled\:m-6:disabled {
    margin: 1.5rem;
  }

  .\32xl\:disabled\:m-7:disabled {
    margin: 1.75rem;
  }

  .\32xl\:disabled\:m-8:disabled {
    margin: 2rem;
  }

  .\32xl\:disabled\:m-9:disabled {
    margin: 2.25rem;
  }

  .\32xl\:disabled\:m-10:disabled {
    margin: 2.5rem;
  }

  .\32xl\:disabled\:m-11:disabled {
    margin: 2.75rem;
  }

  .\32xl\:disabled\:m-12:disabled {
    margin: 3rem;
  }

  .\32xl\:disabled\:m-14:disabled {
    margin: 3.5rem;
  }

  .\32xl\:disabled\:m-16:disabled {
    margin: 4rem;
  }

  .\32xl\:disabled\:m-20:disabled {
    margin: 5rem;
  }

  .\32xl\:disabled\:m-24:disabled {
    margin: 6rem;
  }

  .\32xl\:disabled\:m-28:disabled {
    margin: 7rem;
  }

  .\32xl\:disabled\:m-32:disabled {
    margin: 8rem;
  }

  .\32xl\:disabled\:m-36:disabled {
    margin: 9rem;
  }

  .\32xl\:disabled\:m-40:disabled {
    margin: 10rem;
  }

  .\32xl\:disabled\:m-44:disabled {
    margin: 11rem;
  }

  .\32xl\:disabled\:m-48:disabled {
    margin: 12rem;
  }

  .\32xl\:disabled\:m-52:disabled {
    margin: 13rem;
  }

  .\32xl\:disabled\:m-56:disabled {
    margin: 14rem;
  }

  .\32xl\:disabled\:m-60:disabled {
    margin: 15rem;
  }

  .\32xl\:disabled\:m-64:disabled {
    margin: 16rem;
  }

  .\32xl\:disabled\:m-72:disabled {
    margin: 18rem;
  }

  .\32xl\:disabled\:m-80:disabled {
    margin: 20rem;
  }

  .\32xl\:disabled\:m-96:disabled {
    margin: 24rem;
  }

  .\32xl\:disabled\:m-auto:disabled {
    margin: auto;
  }

  .\32xl\:disabled\:m-px:disabled {
    margin: 1px;
  }

  .\32xl\:disabled\:m-0\.5:disabled {
    margin: 0.125rem;
  }

  .\32xl\:disabled\:m-1\.5:disabled {
    margin: 0.375rem;
  }

  .\32xl\:disabled\:m-2\.5:disabled {
    margin: 0.625rem;
  }

  .\32xl\:disabled\:m-3\.5:disabled {
    margin: 0.875rem;
  }

  .\32xl\:disabled\:-m-0:disabled {
    margin: 0px;
  }

  .\32xl\:disabled\:-m-1:disabled {
    margin: -0.25rem;
  }

  .\32xl\:disabled\:-m-2:disabled {
    margin: -0.5rem;
  }

  .\32xl\:disabled\:-m-3:disabled {
    margin: -0.75rem;
  }

  .\32xl\:disabled\:-m-4:disabled {
    margin: -1rem;
  }

  .\32xl\:disabled\:-m-5:disabled {
    margin: -1.25rem;
  }

  .\32xl\:disabled\:-m-6:disabled {
    margin: -1.5rem;
  }

  .\32xl\:disabled\:-m-7:disabled {
    margin: -1.75rem;
  }

  .\32xl\:disabled\:-m-8:disabled {
    margin: -2rem;
  }

  .\32xl\:disabled\:-m-9:disabled {
    margin: -2.25rem;
  }

  .\32xl\:disabled\:-m-10:disabled {
    margin: -2.5rem;
  }

  .\32xl\:disabled\:-m-11:disabled {
    margin: -2.75rem;
  }

  .\32xl\:disabled\:-m-12:disabled {
    margin: -3rem;
  }

  .\32xl\:disabled\:-m-14:disabled {
    margin: -3.5rem;
  }

  .\32xl\:disabled\:-m-16:disabled {
    margin: -4rem;
  }

  .\32xl\:disabled\:-m-20:disabled {
    margin: -5rem;
  }

  .\32xl\:disabled\:-m-24:disabled {
    margin: -6rem;
  }

  .\32xl\:disabled\:-m-28:disabled {
    margin: -7rem;
  }

  .\32xl\:disabled\:-m-32:disabled {
    margin: -8rem;
  }

  .\32xl\:disabled\:-m-36:disabled {
    margin: -9rem;
  }

  .\32xl\:disabled\:-m-40:disabled {
    margin: -10rem;
  }

  .\32xl\:disabled\:-m-44:disabled {
    margin: -11rem;
  }

  .\32xl\:disabled\:-m-48:disabled {
    margin: -12rem;
  }

  .\32xl\:disabled\:-m-52:disabled {
    margin: -13rem;
  }

  .\32xl\:disabled\:-m-56:disabled {
    margin: -14rem;
  }

  .\32xl\:disabled\:-m-60:disabled {
    margin: -15rem;
  }

  .\32xl\:disabled\:-m-64:disabled {
    margin: -16rem;
  }

  .\32xl\:disabled\:-m-72:disabled {
    margin: -18rem;
  }

  .\32xl\:disabled\:-m-80:disabled {
    margin: -20rem;
  }

  .\32xl\:disabled\:-m-96:disabled {
    margin: -24rem;
  }

  .\32xl\:disabled\:-m-px:disabled {
    margin: -1px;
  }

  .\32xl\:disabled\:-m-0\.5:disabled {
    margin: -0.125rem;
  }

  .\32xl\:disabled\:-m-1\.5:disabled {
    margin: -0.375rem;
  }

  .\32xl\:disabled\:-m-2\.5:disabled {
    margin: -0.625rem;
  }

  .\32xl\:disabled\:-m-3\.5:disabled {
    margin: -0.875rem;
  }

  .\32xl\:disabled\:my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:disabled\:mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:disabled\:my-1:disabled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:disabled\:mx-1:disabled {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:disabled\:my-2:disabled {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:disabled\:mx-2:disabled {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:disabled\:my-3:disabled {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:disabled\:mx-3:disabled {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:disabled\:my-4:disabled {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:disabled\:mx-4:disabled {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:disabled\:my-5:disabled {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:disabled\:mx-5:disabled {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:disabled\:my-6:disabled {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:disabled\:mx-6:disabled {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:disabled\:my-7:disabled {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:disabled\:mx-7:disabled {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:disabled\:my-8:disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:disabled\:mx-8:disabled {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:disabled\:my-9:disabled {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:disabled\:mx-9:disabled {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:disabled\:my-10:disabled {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:disabled\:mx-10:disabled {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:disabled\:my-11:disabled {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:disabled\:mx-11:disabled {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:disabled\:my-12:disabled {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:disabled\:mx-12:disabled {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:disabled\:my-14:disabled {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:disabled\:mx-14:disabled {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:disabled\:my-16:disabled {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:disabled\:mx-16:disabled {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:disabled\:my-20:disabled {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:disabled\:mx-20:disabled {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:disabled\:my-24:disabled {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:disabled\:mx-24:disabled {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:disabled\:my-28:disabled {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:disabled\:mx-28:disabled {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:disabled\:my-32:disabled {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:disabled\:mx-32:disabled {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:disabled\:my-36:disabled {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:disabled\:mx-36:disabled {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:disabled\:my-40:disabled {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:disabled\:mx-40:disabled {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:disabled\:my-44:disabled {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:disabled\:mx-44:disabled {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:disabled\:my-48:disabled {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:disabled\:mx-48:disabled {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:disabled\:my-52:disabled {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:disabled\:mx-52:disabled {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:disabled\:my-56:disabled {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:disabled\:mx-56:disabled {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:disabled\:my-60:disabled {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:disabled\:mx-60:disabled {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:disabled\:my-64:disabled {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:disabled\:mx-64:disabled {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:disabled\:my-72:disabled {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:disabled\:mx-72:disabled {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:disabled\:my-80:disabled {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:disabled\:mx-80:disabled {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:disabled\:my-96:disabled {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:disabled\:mx-96:disabled {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:disabled\:my-auto:disabled {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:disabled\:mx-auto:disabled {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:disabled\:my-px:disabled {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:disabled\:mx-px:disabled {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:disabled\:my-0\.5:disabled {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:disabled\:mx-0\.5:disabled {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:disabled\:my-1\.5:disabled {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:disabled\:mx-1\.5:disabled {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:disabled\:my-2\.5:disabled {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:disabled\:mx-2\.5:disabled {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:disabled\:my-3\.5:disabled {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:disabled\:mx-3\.5:disabled {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:disabled\:-my-0:disabled {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:disabled\:-mx-0:disabled {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:disabled\:-my-1:disabled {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:disabled\:-mx-1:disabled {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:disabled\:-my-2:disabled {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:disabled\:-mx-2:disabled {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:disabled\:-my-3:disabled {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:disabled\:-mx-3:disabled {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:disabled\:-my-4:disabled {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:disabled\:-mx-4:disabled {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:disabled\:-my-5:disabled {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:disabled\:-mx-5:disabled {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:disabled\:-my-6:disabled {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:disabled\:-mx-6:disabled {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:disabled\:-my-7:disabled {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:disabled\:-mx-7:disabled {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:disabled\:-my-8:disabled {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:disabled\:-mx-8:disabled {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:disabled\:-my-9:disabled {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:disabled\:-mx-9:disabled {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:disabled\:-my-10:disabled {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:disabled\:-mx-10:disabled {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:disabled\:-my-11:disabled {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:disabled\:-mx-11:disabled {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:disabled\:-my-12:disabled {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:disabled\:-mx-12:disabled {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:disabled\:-my-14:disabled {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:disabled\:-mx-14:disabled {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:disabled\:-my-16:disabled {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:disabled\:-mx-16:disabled {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:disabled\:-my-20:disabled {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:disabled\:-mx-20:disabled {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:disabled\:-my-24:disabled {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:disabled\:-mx-24:disabled {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:disabled\:-my-28:disabled {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:disabled\:-mx-28:disabled {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:disabled\:-my-32:disabled {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:disabled\:-mx-32:disabled {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:disabled\:-my-36:disabled {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:disabled\:-mx-36:disabled {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:disabled\:-my-40:disabled {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:disabled\:-mx-40:disabled {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:disabled\:-my-44:disabled {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:disabled\:-mx-44:disabled {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:disabled\:-my-48:disabled {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:disabled\:-mx-48:disabled {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:disabled\:-my-52:disabled {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:disabled\:-mx-52:disabled {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:disabled\:-my-56:disabled {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:disabled\:-mx-56:disabled {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:disabled\:-my-60:disabled {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:disabled\:-mx-60:disabled {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:disabled\:-my-64:disabled {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:disabled\:-mx-64:disabled {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:disabled\:-my-72:disabled {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:disabled\:-mx-72:disabled {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:disabled\:-my-80:disabled {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:disabled\:-mx-80:disabled {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:disabled\:-my-96:disabled {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:disabled\:-mx-96:disabled {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:disabled\:-my-px:disabled {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:disabled\:-mx-px:disabled {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:disabled\:-my-0\.5:disabled {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:disabled\:-mx-0\.5:disabled {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:disabled\:-my-1\.5:disabled {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:disabled\:-mx-1\.5:disabled {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:disabled\:-my-2\.5:disabled {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:disabled\:-mx-2\.5:disabled {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:disabled\:-my-3\.5:disabled {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:disabled\:-mx-3\.5:disabled {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:disabled\:mt-0:disabled {
    margin-top: 0px;
  }

  .\32xl\:disabled\:mr-0:disabled {
    margin-right: 0px;
  }

  .\32xl\:disabled\:mb-0:disabled {
    margin-bottom: 0px;
  }

  .\32xl\:disabled\:ml-0:disabled {
    margin-left: 0px;
  }

  .\32xl\:disabled\:mt-1:disabled {
    margin-top: 0.25rem;
  }

  .\32xl\:disabled\:mr-1:disabled {
    margin-right: 0.25rem;
  }

  .\32xl\:disabled\:mb-1:disabled {
    margin-bottom: 0.25rem;
  }

  .\32xl\:disabled\:ml-1:disabled {
    margin-left: 0.25rem;
  }

  .\32xl\:disabled\:mt-2:disabled {
    margin-top: 0.5rem;
  }

  .\32xl\:disabled\:mr-2:disabled {
    margin-right: 0.5rem;
  }

  .\32xl\:disabled\:mb-2:disabled {
    margin-bottom: 0.5rem;
  }

  .\32xl\:disabled\:ml-2:disabled {
    margin-left: 0.5rem;
  }

  .\32xl\:disabled\:mt-3:disabled {
    margin-top: 0.75rem;
  }

  .\32xl\:disabled\:mr-3:disabled {
    margin-right: 0.75rem;
  }

  .\32xl\:disabled\:mb-3:disabled {
    margin-bottom: 0.75rem;
  }

  .\32xl\:disabled\:ml-3:disabled {
    margin-left: 0.75rem;
  }

  .\32xl\:disabled\:mt-4:disabled {
    margin-top: 1rem;
  }

  .\32xl\:disabled\:mr-4:disabled {
    margin-right: 1rem;
  }

  .\32xl\:disabled\:mb-4:disabled {
    margin-bottom: 1rem;
  }

  .\32xl\:disabled\:ml-4:disabled {
    margin-left: 1rem;
  }

  .\32xl\:disabled\:mt-5:disabled {
    margin-top: 1.25rem;
  }

  .\32xl\:disabled\:mr-5:disabled {
    margin-right: 1.25rem;
  }

  .\32xl\:disabled\:mb-5:disabled {
    margin-bottom: 1.25rem;
  }

  .\32xl\:disabled\:ml-5:disabled {
    margin-left: 1.25rem;
  }

  .\32xl\:disabled\:mt-6:disabled {
    margin-top: 1.5rem;
  }

  .\32xl\:disabled\:mr-6:disabled {
    margin-right: 1.5rem;
  }

  .\32xl\:disabled\:mb-6:disabled {
    margin-bottom: 1.5rem;
  }

  .\32xl\:disabled\:ml-6:disabled {
    margin-left: 1.5rem;
  }

  .\32xl\:disabled\:mt-7:disabled {
    margin-top: 1.75rem;
  }

  .\32xl\:disabled\:mr-7:disabled {
    margin-right: 1.75rem;
  }

  .\32xl\:disabled\:mb-7:disabled {
    margin-bottom: 1.75rem;
  }

  .\32xl\:disabled\:ml-7:disabled {
    margin-left: 1.75rem;
  }

  .\32xl\:disabled\:mt-8:disabled {
    margin-top: 2rem;
  }

  .\32xl\:disabled\:mr-8:disabled {
    margin-right: 2rem;
  }

  .\32xl\:disabled\:mb-8:disabled {
    margin-bottom: 2rem;
  }

  .\32xl\:disabled\:ml-8:disabled {
    margin-left: 2rem;
  }

  .\32xl\:disabled\:mt-9:disabled {
    margin-top: 2.25rem;
  }

  .\32xl\:disabled\:mr-9:disabled {
    margin-right: 2.25rem;
  }

  .\32xl\:disabled\:mb-9:disabled {
    margin-bottom: 2.25rem;
  }

  .\32xl\:disabled\:ml-9:disabled {
    margin-left: 2.25rem;
  }

  .\32xl\:disabled\:mt-10:disabled {
    margin-top: 2.5rem;
  }

  .\32xl\:disabled\:mr-10:disabled {
    margin-right: 2.5rem;
  }

  .\32xl\:disabled\:mb-10:disabled {
    margin-bottom: 2.5rem;
  }

  .\32xl\:disabled\:ml-10:disabled {
    margin-left: 2.5rem;
  }

  .\32xl\:disabled\:mt-11:disabled {
    margin-top: 2.75rem;
  }

  .\32xl\:disabled\:mr-11:disabled {
    margin-right: 2.75rem;
  }

  .\32xl\:disabled\:mb-11:disabled {
    margin-bottom: 2.75rem;
  }

  .\32xl\:disabled\:ml-11:disabled {
    margin-left: 2.75rem;
  }

  .\32xl\:disabled\:mt-12:disabled {
    margin-top: 3rem;
  }

  .\32xl\:disabled\:mr-12:disabled {
    margin-right: 3rem;
  }

  .\32xl\:disabled\:mb-12:disabled {
    margin-bottom: 3rem;
  }

  .\32xl\:disabled\:ml-12:disabled {
    margin-left: 3rem;
  }

  .\32xl\:disabled\:mt-14:disabled {
    margin-top: 3.5rem;
  }

  .\32xl\:disabled\:mr-14:disabled {
    margin-right: 3.5rem;
  }

  .\32xl\:disabled\:mb-14:disabled {
    margin-bottom: 3.5rem;
  }

  .\32xl\:disabled\:ml-14:disabled {
    margin-left: 3.5rem;
  }

  .\32xl\:disabled\:mt-16:disabled {
    margin-top: 4rem;
  }

  .\32xl\:disabled\:mr-16:disabled {
    margin-right: 4rem;
  }

  .\32xl\:disabled\:mb-16:disabled {
    margin-bottom: 4rem;
  }

  .\32xl\:disabled\:ml-16:disabled {
    margin-left: 4rem;
  }

  .\32xl\:disabled\:mt-20:disabled {
    margin-top: 5rem;
  }

  .\32xl\:disabled\:mr-20:disabled {
    margin-right: 5rem;
  }

  .\32xl\:disabled\:mb-20:disabled {
    margin-bottom: 5rem;
  }

  .\32xl\:disabled\:ml-20:disabled {
    margin-left: 5rem;
  }

  .\32xl\:disabled\:mt-24:disabled {
    margin-top: 6rem;
  }

  .\32xl\:disabled\:mr-24:disabled {
    margin-right: 6rem;
  }

  .\32xl\:disabled\:mb-24:disabled {
    margin-bottom: 6rem;
  }

  .\32xl\:disabled\:ml-24:disabled {
    margin-left: 6rem;
  }

  .\32xl\:disabled\:mt-28:disabled {
    margin-top: 7rem;
  }

  .\32xl\:disabled\:mr-28:disabled {
    margin-right: 7rem;
  }

  .\32xl\:disabled\:mb-28:disabled {
    margin-bottom: 7rem;
  }

  .\32xl\:disabled\:ml-28:disabled {
    margin-left: 7rem;
  }

  .\32xl\:disabled\:mt-32:disabled {
    margin-top: 8rem;
  }

  .\32xl\:disabled\:mr-32:disabled {
    margin-right: 8rem;
  }

  .\32xl\:disabled\:mb-32:disabled {
    margin-bottom: 8rem;
  }

  .\32xl\:disabled\:ml-32:disabled {
    margin-left: 8rem;
  }

  .\32xl\:disabled\:mt-36:disabled {
    margin-top: 9rem;
  }

  .\32xl\:disabled\:mr-36:disabled {
    margin-right: 9rem;
  }

  .\32xl\:disabled\:mb-36:disabled {
    margin-bottom: 9rem;
  }

  .\32xl\:disabled\:ml-36:disabled {
    margin-left: 9rem;
  }

  .\32xl\:disabled\:mt-40:disabled {
    margin-top: 10rem;
  }

  .\32xl\:disabled\:mr-40:disabled {
    margin-right: 10rem;
  }

  .\32xl\:disabled\:mb-40:disabled {
    margin-bottom: 10rem;
  }

  .\32xl\:disabled\:ml-40:disabled {
    margin-left: 10rem;
  }

  .\32xl\:disabled\:mt-44:disabled {
    margin-top: 11rem;
  }

  .\32xl\:disabled\:mr-44:disabled {
    margin-right: 11rem;
  }

  .\32xl\:disabled\:mb-44:disabled {
    margin-bottom: 11rem;
  }

  .\32xl\:disabled\:ml-44:disabled {
    margin-left: 11rem;
  }

  .\32xl\:disabled\:mt-48:disabled {
    margin-top: 12rem;
  }

  .\32xl\:disabled\:mr-48:disabled {
    margin-right: 12rem;
  }

  .\32xl\:disabled\:mb-48:disabled {
    margin-bottom: 12rem;
  }

  .\32xl\:disabled\:ml-48:disabled {
    margin-left: 12rem;
  }

  .\32xl\:disabled\:mt-52:disabled {
    margin-top: 13rem;
  }

  .\32xl\:disabled\:mr-52:disabled {
    margin-right: 13rem;
  }

  .\32xl\:disabled\:mb-52:disabled {
    margin-bottom: 13rem;
  }

  .\32xl\:disabled\:ml-52:disabled {
    margin-left: 13rem;
  }

  .\32xl\:disabled\:mt-56:disabled {
    margin-top: 14rem;
  }

  .\32xl\:disabled\:mr-56:disabled {
    margin-right: 14rem;
  }

  .\32xl\:disabled\:mb-56:disabled {
    margin-bottom: 14rem;
  }

  .\32xl\:disabled\:ml-56:disabled {
    margin-left: 14rem;
  }

  .\32xl\:disabled\:mt-60:disabled {
    margin-top: 15rem;
  }

  .\32xl\:disabled\:mr-60:disabled {
    margin-right: 15rem;
  }

  .\32xl\:disabled\:mb-60:disabled {
    margin-bottom: 15rem;
  }

  .\32xl\:disabled\:ml-60:disabled {
    margin-left: 15rem;
  }

  .\32xl\:disabled\:mt-64:disabled {
    margin-top: 16rem;
  }

  .\32xl\:disabled\:mr-64:disabled {
    margin-right: 16rem;
  }

  .\32xl\:disabled\:mb-64:disabled {
    margin-bottom: 16rem;
  }

  .\32xl\:disabled\:ml-64:disabled {
    margin-left: 16rem;
  }

  .\32xl\:disabled\:mt-72:disabled {
    margin-top: 18rem;
  }

  .\32xl\:disabled\:mr-72:disabled {
    margin-right: 18rem;
  }

  .\32xl\:disabled\:mb-72:disabled {
    margin-bottom: 18rem;
  }

  .\32xl\:disabled\:ml-72:disabled {
    margin-left: 18rem;
  }

  .\32xl\:disabled\:mt-80:disabled {
    margin-top: 20rem;
  }

  .\32xl\:disabled\:mr-80:disabled {
    margin-right: 20rem;
  }

  .\32xl\:disabled\:mb-80:disabled {
    margin-bottom: 20rem;
  }

  .\32xl\:disabled\:ml-80:disabled {
    margin-left: 20rem;
  }

  .\32xl\:disabled\:mt-96:disabled {
    margin-top: 24rem;
  }

  .\32xl\:disabled\:mr-96:disabled {
    margin-right: 24rem;
  }

  .\32xl\:disabled\:mb-96:disabled {
    margin-bottom: 24rem;
  }

  .\32xl\:disabled\:ml-96:disabled {
    margin-left: 24rem;
  }

  .\32xl\:disabled\:mt-auto:disabled {
    margin-top: auto;
  }

  .\32xl\:disabled\:mr-auto:disabled {
    margin-right: auto;
  }

  .\32xl\:disabled\:mb-auto:disabled {
    margin-bottom: auto;
  }

  .\32xl\:disabled\:ml-auto:disabled {
    margin-left: auto;
  }

  .\32xl\:disabled\:mt-px:disabled {
    margin-top: 1px;
  }

  .\32xl\:disabled\:mr-px:disabled {
    margin-right: 1px;
  }

  .\32xl\:disabled\:mb-px:disabled {
    margin-bottom: 1px;
  }

  .\32xl\:disabled\:ml-px:disabled {
    margin-left: 1px;
  }

  .\32xl\:disabled\:mt-0\.5:disabled {
    margin-top: 0.125rem;
  }

  .\32xl\:disabled\:mr-0\.5:disabled {
    margin-right: 0.125rem;
  }

  .\32xl\:disabled\:mb-0\.5:disabled {
    margin-bottom: 0.125rem;
  }

  .\32xl\:disabled\:ml-0\.5:disabled {
    margin-left: 0.125rem;
  }

  .\32xl\:disabled\:mt-1\.5:disabled {
    margin-top: 0.375rem;
  }

  .\32xl\:disabled\:mr-1\.5:disabled {
    margin-right: 0.375rem;
  }

  .\32xl\:disabled\:mb-1\.5:disabled {
    margin-bottom: 0.375rem;
  }

  .\32xl\:disabled\:ml-1\.5:disabled {
    margin-left: 0.375rem;
  }

  .\32xl\:disabled\:mt-2\.5:disabled {
    margin-top: 0.625rem;
  }

  .\32xl\:disabled\:mr-2\.5:disabled {
    margin-right: 0.625rem;
  }

  .\32xl\:disabled\:mb-2\.5:disabled {
    margin-bottom: 0.625rem;
  }

  .\32xl\:disabled\:ml-2\.5:disabled {
    margin-left: 0.625rem;
  }

  .\32xl\:disabled\:mt-3\.5:disabled {
    margin-top: 0.875rem;
  }

  .\32xl\:disabled\:mr-3\.5:disabled {
    margin-right: 0.875rem;
  }

  .\32xl\:disabled\:mb-3\.5:disabled {
    margin-bottom: 0.875rem;
  }

  .\32xl\:disabled\:ml-3\.5:disabled {
    margin-left: 0.875rem;
  }

  .\32xl\:disabled\:-mt-0:disabled {
    margin-top: 0px;
  }

  .\32xl\:disabled\:-mr-0:disabled {
    margin-right: 0px;
  }

  .\32xl\:disabled\:-mb-0:disabled {
    margin-bottom: 0px;
  }

  .\32xl\:disabled\:-ml-0:disabled {
    margin-left: 0px;
  }

  .\32xl\:disabled\:-mt-1:disabled {
    margin-top: -0.25rem;
  }

  .\32xl\:disabled\:-mr-1:disabled {
    margin-right: -0.25rem;
  }

  .\32xl\:disabled\:-mb-1:disabled {
    margin-bottom: -0.25rem;
  }

  .\32xl\:disabled\:-ml-1:disabled {
    margin-left: -0.25rem;
  }

  .\32xl\:disabled\:-mt-2:disabled {
    margin-top: -0.5rem;
  }

  .\32xl\:disabled\:-mr-2:disabled {
    margin-right: -0.5rem;
  }

  .\32xl\:disabled\:-mb-2:disabled {
    margin-bottom: -0.5rem;
  }

  .\32xl\:disabled\:-ml-2:disabled {
    margin-left: -0.5rem;
  }

  .\32xl\:disabled\:-mt-3:disabled {
    margin-top: -0.75rem;
  }

  .\32xl\:disabled\:-mr-3:disabled {
    margin-right: -0.75rem;
  }

  .\32xl\:disabled\:-mb-3:disabled {
    margin-bottom: -0.75rem;
  }

  .\32xl\:disabled\:-ml-3:disabled {
    margin-left: -0.75rem;
  }

  .\32xl\:disabled\:-mt-4:disabled {
    margin-top: -1rem;
  }

  .\32xl\:disabled\:-mr-4:disabled {
    margin-right: -1rem;
  }

  .\32xl\:disabled\:-mb-4:disabled {
    margin-bottom: -1rem;
  }

  .\32xl\:disabled\:-ml-4:disabled {
    margin-left: -1rem;
  }

  .\32xl\:disabled\:-mt-5:disabled {
    margin-top: -1.25rem;
  }

  .\32xl\:disabled\:-mr-5:disabled {
    margin-right: -1.25rem;
  }

  .\32xl\:disabled\:-mb-5:disabled {
    margin-bottom: -1.25rem;
  }

  .\32xl\:disabled\:-ml-5:disabled {
    margin-left: -1.25rem;
  }

  .\32xl\:disabled\:-mt-6:disabled {
    margin-top: -1.5rem;
  }

  .\32xl\:disabled\:-mr-6:disabled {
    margin-right: -1.5rem;
  }

  .\32xl\:disabled\:-mb-6:disabled {
    margin-bottom: -1.5rem;
  }

  .\32xl\:disabled\:-ml-6:disabled {
    margin-left: -1.5rem;
  }

  .\32xl\:disabled\:-mt-7:disabled {
    margin-top: -1.75rem;
  }

  .\32xl\:disabled\:-mr-7:disabled {
    margin-right: -1.75rem;
  }

  .\32xl\:disabled\:-mb-7:disabled {
    margin-bottom: -1.75rem;
  }

  .\32xl\:disabled\:-ml-7:disabled {
    margin-left: -1.75rem;
  }

  .\32xl\:disabled\:-mt-8:disabled {
    margin-top: -2rem;
  }

  .\32xl\:disabled\:-mr-8:disabled {
    margin-right: -2rem;
  }

  .\32xl\:disabled\:-mb-8:disabled {
    margin-bottom: -2rem;
  }

  .\32xl\:disabled\:-ml-8:disabled {
    margin-left: -2rem;
  }

  .\32xl\:disabled\:-mt-9:disabled {
    margin-top: -2.25rem;
  }

  .\32xl\:disabled\:-mr-9:disabled {
    margin-right: -2.25rem;
  }

  .\32xl\:disabled\:-mb-9:disabled {
    margin-bottom: -2.25rem;
  }

  .\32xl\:disabled\:-ml-9:disabled {
    margin-left: -2.25rem;
  }

  .\32xl\:disabled\:-mt-10:disabled {
    margin-top: -2.5rem;
  }

  .\32xl\:disabled\:-mr-10:disabled {
    margin-right: -2.5rem;
  }

  .\32xl\:disabled\:-mb-10:disabled {
    margin-bottom: -2.5rem;
  }

  .\32xl\:disabled\:-ml-10:disabled {
    margin-left: -2.5rem;
  }

  .\32xl\:disabled\:-mt-11:disabled {
    margin-top: -2.75rem;
  }

  .\32xl\:disabled\:-mr-11:disabled {
    margin-right: -2.75rem;
  }

  .\32xl\:disabled\:-mb-11:disabled {
    margin-bottom: -2.75rem;
  }

  .\32xl\:disabled\:-ml-11:disabled {
    margin-left: -2.75rem;
  }

  .\32xl\:disabled\:-mt-12:disabled {
    margin-top: -3rem;
  }

  .\32xl\:disabled\:-mr-12:disabled {
    margin-right: -3rem;
  }

  .\32xl\:disabled\:-mb-12:disabled {
    margin-bottom: -3rem;
  }

  .\32xl\:disabled\:-ml-12:disabled {
    margin-left: -3rem;
  }

  .\32xl\:disabled\:-mt-14:disabled {
    margin-top: -3.5rem;
  }

  .\32xl\:disabled\:-mr-14:disabled {
    margin-right: -3.5rem;
  }

  .\32xl\:disabled\:-mb-14:disabled {
    margin-bottom: -3.5rem;
  }

  .\32xl\:disabled\:-ml-14:disabled {
    margin-left: -3.5rem;
  }

  .\32xl\:disabled\:-mt-16:disabled {
    margin-top: -4rem;
  }

  .\32xl\:disabled\:-mr-16:disabled {
    margin-right: -4rem;
  }

  .\32xl\:disabled\:-mb-16:disabled {
    margin-bottom: -4rem;
  }

  .\32xl\:disabled\:-ml-16:disabled {
    margin-left: -4rem;
  }

  .\32xl\:disabled\:-mt-20:disabled {
    margin-top: -5rem;
  }

  .\32xl\:disabled\:-mr-20:disabled {
    margin-right: -5rem;
  }

  .\32xl\:disabled\:-mb-20:disabled {
    margin-bottom: -5rem;
  }

  .\32xl\:disabled\:-ml-20:disabled {
    margin-left: -5rem;
  }

  .\32xl\:disabled\:-mt-24:disabled {
    margin-top: -6rem;
  }

  .\32xl\:disabled\:-mr-24:disabled {
    margin-right: -6rem;
  }

  .\32xl\:disabled\:-mb-24:disabled {
    margin-bottom: -6rem;
  }

  .\32xl\:disabled\:-ml-24:disabled {
    margin-left: -6rem;
  }

  .\32xl\:disabled\:-mt-28:disabled {
    margin-top: -7rem;
  }

  .\32xl\:disabled\:-mr-28:disabled {
    margin-right: -7rem;
  }

  .\32xl\:disabled\:-mb-28:disabled {
    margin-bottom: -7rem;
  }

  .\32xl\:disabled\:-ml-28:disabled {
    margin-left: -7rem;
  }

  .\32xl\:disabled\:-mt-32:disabled {
    margin-top: -8rem;
  }

  .\32xl\:disabled\:-mr-32:disabled {
    margin-right: -8rem;
  }

  .\32xl\:disabled\:-mb-32:disabled {
    margin-bottom: -8rem;
  }

  .\32xl\:disabled\:-ml-32:disabled {
    margin-left: -8rem;
  }

  .\32xl\:disabled\:-mt-36:disabled {
    margin-top: -9rem;
  }

  .\32xl\:disabled\:-mr-36:disabled {
    margin-right: -9rem;
  }

  .\32xl\:disabled\:-mb-36:disabled {
    margin-bottom: -9rem;
  }

  .\32xl\:disabled\:-ml-36:disabled {
    margin-left: -9rem;
  }

  .\32xl\:disabled\:-mt-40:disabled {
    margin-top: -10rem;
  }

  .\32xl\:disabled\:-mr-40:disabled {
    margin-right: -10rem;
  }

  .\32xl\:disabled\:-mb-40:disabled {
    margin-bottom: -10rem;
  }

  .\32xl\:disabled\:-ml-40:disabled {
    margin-left: -10rem;
  }

  .\32xl\:disabled\:-mt-44:disabled {
    margin-top: -11rem;
  }

  .\32xl\:disabled\:-mr-44:disabled {
    margin-right: -11rem;
  }

  .\32xl\:disabled\:-mb-44:disabled {
    margin-bottom: -11rem;
  }

  .\32xl\:disabled\:-ml-44:disabled {
    margin-left: -11rem;
  }

  .\32xl\:disabled\:-mt-48:disabled {
    margin-top: -12rem;
  }

  .\32xl\:disabled\:-mr-48:disabled {
    margin-right: -12rem;
  }

  .\32xl\:disabled\:-mb-48:disabled {
    margin-bottom: -12rem;
  }

  .\32xl\:disabled\:-ml-48:disabled {
    margin-left: -12rem;
  }

  .\32xl\:disabled\:-mt-52:disabled {
    margin-top: -13rem;
  }

  .\32xl\:disabled\:-mr-52:disabled {
    margin-right: -13rem;
  }

  .\32xl\:disabled\:-mb-52:disabled {
    margin-bottom: -13rem;
  }

  .\32xl\:disabled\:-ml-52:disabled {
    margin-left: -13rem;
  }

  .\32xl\:disabled\:-mt-56:disabled {
    margin-top: -14rem;
  }

  .\32xl\:disabled\:-mr-56:disabled {
    margin-right: -14rem;
  }

  .\32xl\:disabled\:-mb-56:disabled {
    margin-bottom: -14rem;
  }

  .\32xl\:disabled\:-ml-56:disabled {
    margin-left: -14rem;
  }

  .\32xl\:disabled\:-mt-60:disabled {
    margin-top: -15rem;
  }

  .\32xl\:disabled\:-mr-60:disabled {
    margin-right: -15rem;
  }

  .\32xl\:disabled\:-mb-60:disabled {
    margin-bottom: -15rem;
  }

  .\32xl\:disabled\:-ml-60:disabled {
    margin-left: -15rem;
  }

  .\32xl\:disabled\:-mt-64:disabled {
    margin-top: -16rem;
  }

  .\32xl\:disabled\:-mr-64:disabled {
    margin-right: -16rem;
  }

  .\32xl\:disabled\:-mb-64:disabled {
    margin-bottom: -16rem;
  }

  .\32xl\:disabled\:-ml-64:disabled {
    margin-left: -16rem;
  }

  .\32xl\:disabled\:-mt-72:disabled {
    margin-top: -18rem;
  }

  .\32xl\:disabled\:-mr-72:disabled {
    margin-right: -18rem;
  }

  .\32xl\:disabled\:-mb-72:disabled {
    margin-bottom: -18rem;
  }

  .\32xl\:disabled\:-ml-72:disabled {
    margin-left: -18rem;
  }

  .\32xl\:disabled\:-mt-80:disabled {
    margin-top: -20rem;
  }

  .\32xl\:disabled\:-mr-80:disabled {
    margin-right: -20rem;
  }

  .\32xl\:disabled\:-mb-80:disabled {
    margin-bottom: -20rem;
  }

  .\32xl\:disabled\:-ml-80:disabled {
    margin-left: -20rem;
  }

  .\32xl\:disabled\:-mt-96:disabled {
    margin-top: -24rem;
  }

  .\32xl\:disabled\:-mr-96:disabled {
    margin-right: -24rem;
  }

  .\32xl\:disabled\:-mb-96:disabled {
    margin-bottom: -24rem;
  }

  .\32xl\:disabled\:-ml-96:disabled {
    margin-left: -24rem;
  }

  .\32xl\:disabled\:-mt-px:disabled {
    margin-top: -1px;
  }

  .\32xl\:disabled\:-mr-px:disabled {
    margin-right: -1px;
  }

  .\32xl\:disabled\:-mb-px:disabled {
    margin-bottom: -1px;
  }

  .\32xl\:disabled\:-ml-px:disabled {
    margin-left: -1px;
  }

  .\32xl\:disabled\:-mt-0\.5:disabled {
    margin-top: -0.125rem;
  }

  .\32xl\:disabled\:-mr-0\.5:disabled {
    margin-right: -0.125rem;
  }

  .\32xl\:disabled\:-mb-0\.5:disabled {
    margin-bottom: -0.125rem;
  }

  .\32xl\:disabled\:-ml-0\.5:disabled {
    margin-left: -0.125rem;
  }

  .\32xl\:disabled\:-mt-1\.5:disabled {
    margin-top: -0.375rem;
  }

  .\32xl\:disabled\:-mr-1\.5:disabled {
    margin-right: -0.375rem;
  }

  .\32xl\:disabled\:-mb-1\.5:disabled {
    margin-bottom: -0.375rem;
  }

  .\32xl\:disabled\:-ml-1\.5:disabled {
    margin-left: -0.375rem;
  }

  .\32xl\:disabled\:-mt-2\.5:disabled {
    margin-top: -0.625rem;
  }

  .\32xl\:disabled\:-mr-2\.5:disabled {
    margin-right: -0.625rem;
  }

  .\32xl\:disabled\:-mb-2\.5:disabled {
    margin-bottom: -0.625rem;
  }

  .\32xl\:disabled\:-ml-2\.5:disabled {
    margin-left: -0.625rem;
  }

  .\32xl\:disabled\:-mt-3\.5:disabled {
    margin-top: -0.875rem;
  }

  .\32xl\:disabled\:-mr-3\.5:disabled {
    margin-right: -0.875rem;
  }

  .\32xl\:disabled\:-mb-3\.5:disabled {
    margin-bottom: -0.875rem;
  }

  .\32xl\:disabled\:-ml-3\.5:disabled {
    margin-left: -0.875rem;
  }

  .\32xl\:max-h-0 {
    max-height: 0px;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .\32xl\:group-hover\:max-h-0 {
    max-height: 0px;
  }

  .group:hover .\32xl\:group-hover\:max-h-1 {
    max-height: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-2 {
    max-height: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-3 {
    max-height: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-4 {
    max-height: 1rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-5 {
    max-height: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-6 {
    max-height: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-7 {
    max-height: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-8 {
    max-height: 2rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-9 {
    max-height: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-10 {
    max-height: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-11 {
    max-height: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-12 {
    max-height: 3rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-14 {
    max-height: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-16 {
    max-height: 4rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-20 {
    max-height: 5rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-24 {
    max-height: 6rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-28 {
    max-height: 7rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-32 {
    max-height: 8rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-36 {
    max-height: 9rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-40 {
    max-height: 10rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-44 {
    max-height: 11rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-48 {
    max-height: 12rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-52 {
    max-height: 13rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-56 {
    max-height: 14rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-60 {
    max-height: 15rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-64 {
    max-height: 16rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-72 {
    max-height: 18rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-80 {
    max-height: 20rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-96 {
    max-height: 24rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-px {
    max-height: 1px;
  }

  .group:hover .\32xl\:group-hover\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .\32xl\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:focus-within\:max-h-0:focus-within {
    max-height: 0px;
  }

  .\32xl\:focus-within\:max-h-1:focus-within {
    max-height: 0.25rem;
  }

  .\32xl\:focus-within\:max-h-2:focus-within {
    max-height: 0.5rem;
  }

  .\32xl\:focus-within\:max-h-3:focus-within {
    max-height: 0.75rem;
  }

  .\32xl\:focus-within\:max-h-4:focus-within {
    max-height: 1rem;
  }

  .\32xl\:focus-within\:max-h-5:focus-within {
    max-height: 1.25rem;
  }

  .\32xl\:focus-within\:max-h-6:focus-within {
    max-height: 1.5rem;
  }

  .\32xl\:focus-within\:max-h-7:focus-within {
    max-height: 1.75rem;
  }

  .\32xl\:focus-within\:max-h-8:focus-within {
    max-height: 2rem;
  }

  .\32xl\:focus-within\:max-h-9:focus-within {
    max-height: 2.25rem;
  }

  .\32xl\:focus-within\:max-h-10:focus-within {
    max-height: 2.5rem;
  }

  .\32xl\:focus-within\:max-h-11:focus-within {
    max-height: 2.75rem;
  }

  .\32xl\:focus-within\:max-h-12:focus-within {
    max-height: 3rem;
  }

  .\32xl\:focus-within\:max-h-14:focus-within {
    max-height: 3.5rem;
  }

  .\32xl\:focus-within\:max-h-16:focus-within {
    max-height: 4rem;
  }

  .\32xl\:focus-within\:max-h-20:focus-within {
    max-height: 5rem;
  }

  .\32xl\:focus-within\:max-h-24:focus-within {
    max-height: 6rem;
  }

  .\32xl\:focus-within\:max-h-28:focus-within {
    max-height: 7rem;
  }

  .\32xl\:focus-within\:max-h-32:focus-within {
    max-height: 8rem;
  }

  .\32xl\:focus-within\:max-h-36:focus-within {
    max-height: 9rem;
  }

  .\32xl\:focus-within\:max-h-40:focus-within {
    max-height: 10rem;
  }

  .\32xl\:focus-within\:max-h-44:focus-within {
    max-height: 11rem;
  }

  .\32xl\:focus-within\:max-h-48:focus-within {
    max-height: 12rem;
  }

  .\32xl\:focus-within\:max-h-52:focus-within {
    max-height: 13rem;
  }

  .\32xl\:focus-within\:max-h-56:focus-within {
    max-height: 14rem;
  }

  .\32xl\:focus-within\:max-h-60:focus-within {
    max-height: 15rem;
  }

  .\32xl\:focus-within\:max-h-64:focus-within {
    max-height: 16rem;
  }

  .\32xl\:focus-within\:max-h-72:focus-within {
    max-height: 18rem;
  }

  .\32xl\:focus-within\:max-h-80:focus-within {
    max-height: 20rem;
  }

  .\32xl\:focus-within\:max-h-96:focus-within {
    max-height: 24rem;
  }

  .\32xl\:focus-within\:max-h-px:focus-within {
    max-height: 1px;
  }

  .\32xl\:focus-within\:max-h-0\.5:focus-within {
    max-height: 0.125rem;
  }

  .\32xl\:focus-within\:max-h-1\.5:focus-within {
    max-height: 0.375rem;
  }

  .\32xl\:focus-within\:max-h-2\.5:focus-within {
    max-height: 0.625rem;
  }

  .\32xl\:focus-within\:max-h-3\.5:focus-within {
    max-height: 0.875rem;
  }

  .\32xl\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .\32xl\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .\32xl\:first\:max-h-0:first-child {
    max-height: 0px;
  }

  .\32xl\:first\:max-h-1:first-child {
    max-height: 0.25rem;
  }

  .\32xl\:first\:max-h-2:first-child {
    max-height: 0.5rem;
  }

  .\32xl\:first\:max-h-3:first-child {
    max-height: 0.75rem;
  }

  .\32xl\:first\:max-h-4:first-child {
    max-height: 1rem;
  }

  .\32xl\:first\:max-h-5:first-child {
    max-height: 1.25rem;
  }

  .\32xl\:first\:max-h-6:first-child {
    max-height: 1.5rem;
  }

  .\32xl\:first\:max-h-7:first-child {
    max-height: 1.75rem;
  }

  .\32xl\:first\:max-h-8:first-child {
    max-height: 2rem;
  }

  .\32xl\:first\:max-h-9:first-child {
    max-height: 2.25rem;
  }

  .\32xl\:first\:max-h-10:first-child {
    max-height: 2.5rem;
  }

  .\32xl\:first\:max-h-11:first-child {
    max-height: 2.75rem;
  }

  .\32xl\:first\:max-h-12:first-child {
    max-height: 3rem;
  }

  .\32xl\:first\:max-h-14:first-child {
    max-height: 3.5rem;
  }

  .\32xl\:first\:max-h-16:first-child {
    max-height: 4rem;
  }

  .\32xl\:first\:max-h-20:first-child {
    max-height: 5rem;
  }

  .\32xl\:first\:max-h-24:first-child {
    max-height: 6rem;
  }

  .\32xl\:first\:max-h-28:first-child {
    max-height: 7rem;
  }

  .\32xl\:first\:max-h-32:first-child {
    max-height: 8rem;
  }

  .\32xl\:first\:max-h-36:first-child {
    max-height: 9rem;
  }

  .\32xl\:first\:max-h-40:first-child {
    max-height: 10rem;
  }

  .\32xl\:first\:max-h-44:first-child {
    max-height: 11rem;
  }

  .\32xl\:first\:max-h-48:first-child {
    max-height: 12rem;
  }

  .\32xl\:first\:max-h-52:first-child {
    max-height: 13rem;
  }

  .\32xl\:first\:max-h-56:first-child {
    max-height: 14rem;
  }

  .\32xl\:first\:max-h-60:first-child {
    max-height: 15rem;
  }

  .\32xl\:first\:max-h-64:first-child {
    max-height: 16rem;
  }

  .\32xl\:first\:max-h-72:first-child {
    max-height: 18rem;
  }

  .\32xl\:first\:max-h-80:first-child {
    max-height: 20rem;
  }

  .\32xl\:first\:max-h-96:first-child {
    max-height: 24rem;
  }

  .\32xl\:first\:max-h-px:first-child {
    max-height: 1px;
  }

  .\32xl\:first\:max-h-0\.5:first-child {
    max-height: 0.125rem;
  }

  .\32xl\:first\:max-h-1\.5:first-child {
    max-height: 0.375rem;
  }

  .\32xl\:first\:max-h-2\.5:first-child {
    max-height: 0.625rem;
  }

  .\32xl\:first\:max-h-3\.5:first-child {
    max-height: 0.875rem;
  }

  .\32xl\:first\:max-h-full:first-child {
    max-height: 100%;
  }

  .\32xl\:first\:max-h-screen:first-child {
    max-height: 100vh;
  }

  .\32xl\:last\:max-h-0:last-child {
    max-height: 0px;
  }

  .\32xl\:last\:max-h-1:last-child {
    max-height: 0.25rem;
  }

  .\32xl\:last\:max-h-2:last-child {
    max-height: 0.5rem;
  }

  .\32xl\:last\:max-h-3:last-child {
    max-height: 0.75rem;
  }

  .\32xl\:last\:max-h-4:last-child {
    max-height: 1rem;
  }

  .\32xl\:last\:max-h-5:last-child {
    max-height: 1.25rem;
  }

  .\32xl\:last\:max-h-6:last-child {
    max-height: 1.5rem;
  }

  .\32xl\:last\:max-h-7:last-child {
    max-height: 1.75rem;
  }

  .\32xl\:last\:max-h-8:last-child {
    max-height: 2rem;
  }

  .\32xl\:last\:max-h-9:last-child {
    max-height: 2.25rem;
  }

  .\32xl\:last\:max-h-10:last-child {
    max-height: 2.5rem;
  }

  .\32xl\:last\:max-h-11:last-child {
    max-height: 2.75rem;
  }

  .\32xl\:last\:max-h-12:last-child {
    max-height: 3rem;
  }

  .\32xl\:last\:max-h-14:last-child {
    max-height: 3.5rem;
  }

  .\32xl\:last\:max-h-16:last-child {
    max-height: 4rem;
  }

  .\32xl\:last\:max-h-20:last-child {
    max-height: 5rem;
  }

  .\32xl\:last\:max-h-24:last-child {
    max-height: 6rem;
  }

  .\32xl\:last\:max-h-28:last-child {
    max-height: 7rem;
  }

  .\32xl\:last\:max-h-32:last-child {
    max-height: 8rem;
  }

  .\32xl\:last\:max-h-36:last-child {
    max-height: 9rem;
  }

  .\32xl\:last\:max-h-40:last-child {
    max-height: 10rem;
  }

  .\32xl\:last\:max-h-44:last-child {
    max-height: 11rem;
  }

  .\32xl\:last\:max-h-48:last-child {
    max-height: 12rem;
  }

  .\32xl\:last\:max-h-52:last-child {
    max-height: 13rem;
  }

  .\32xl\:last\:max-h-56:last-child {
    max-height: 14rem;
  }

  .\32xl\:last\:max-h-60:last-child {
    max-height: 15rem;
  }

  .\32xl\:last\:max-h-64:last-child {
    max-height: 16rem;
  }

  .\32xl\:last\:max-h-72:last-child {
    max-height: 18rem;
  }

  .\32xl\:last\:max-h-80:last-child {
    max-height: 20rem;
  }

  .\32xl\:last\:max-h-96:last-child {
    max-height: 24rem;
  }

  .\32xl\:last\:max-h-px:last-child {
    max-height: 1px;
  }

  .\32xl\:last\:max-h-0\.5:last-child {
    max-height: 0.125rem;
  }

  .\32xl\:last\:max-h-1\.5:last-child {
    max-height: 0.375rem;
  }

  .\32xl\:last\:max-h-2\.5:last-child {
    max-height: 0.625rem;
  }

  .\32xl\:last\:max-h-3\.5:last-child {
    max-height: 0.875rem;
  }

  .\32xl\:last\:max-h-full:last-child {
    max-height: 100%;
  }

  .\32xl\:last\:max-h-screen:last-child {
    max-height: 100vh;
  }

  .\32xl\:odd\:max-h-0:nth-child(odd) {
    max-height: 0px;
  }

  .\32xl\:odd\:max-h-1:nth-child(odd) {
    max-height: 0.25rem;
  }

  .\32xl\:odd\:max-h-2:nth-child(odd) {
    max-height: 0.5rem;
  }

  .\32xl\:odd\:max-h-3:nth-child(odd) {
    max-height: 0.75rem;
  }

  .\32xl\:odd\:max-h-4:nth-child(odd) {
    max-height: 1rem;
  }

  .\32xl\:odd\:max-h-5:nth-child(odd) {
    max-height: 1.25rem;
  }

  .\32xl\:odd\:max-h-6:nth-child(odd) {
    max-height: 1.5rem;
  }

  .\32xl\:odd\:max-h-7:nth-child(odd) {
    max-height: 1.75rem;
  }

  .\32xl\:odd\:max-h-8:nth-child(odd) {
    max-height: 2rem;
  }

  .\32xl\:odd\:max-h-9:nth-child(odd) {
    max-height: 2.25rem;
  }

  .\32xl\:odd\:max-h-10:nth-child(odd) {
    max-height: 2.5rem;
  }

  .\32xl\:odd\:max-h-11:nth-child(odd) {
    max-height: 2.75rem;
  }

  .\32xl\:odd\:max-h-12:nth-child(odd) {
    max-height: 3rem;
  }

  .\32xl\:odd\:max-h-14:nth-child(odd) {
    max-height: 3.5rem;
  }

  .\32xl\:odd\:max-h-16:nth-child(odd) {
    max-height: 4rem;
  }

  .\32xl\:odd\:max-h-20:nth-child(odd) {
    max-height: 5rem;
  }

  .\32xl\:odd\:max-h-24:nth-child(odd) {
    max-height: 6rem;
  }

  .\32xl\:odd\:max-h-28:nth-child(odd) {
    max-height: 7rem;
  }

  .\32xl\:odd\:max-h-32:nth-child(odd) {
    max-height: 8rem;
  }

  .\32xl\:odd\:max-h-36:nth-child(odd) {
    max-height: 9rem;
  }

  .\32xl\:odd\:max-h-40:nth-child(odd) {
    max-height: 10rem;
  }

  .\32xl\:odd\:max-h-44:nth-child(odd) {
    max-height: 11rem;
  }

  .\32xl\:odd\:max-h-48:nth-child(odd) {
    max-height: 12rem;
  }

  .\32xl\:odd\:max-h-52:nth-child(odd) {
    max-height: 13rem;
  }

  .\32xl\:odd\:max-h-56:nth-child(odd) {
    max-height: 14rem;
  }

  .\32xl\:odd\:max-h-60:nth-child(odd) {
    max-height: 15rem;
  }

  .\32xl\:odd\:max-h-64:nth-child(odd) {
    max-height: 16rem;
  }

  .\32xl\:odd\:max-h-72:nth-child(odd) {
    max-height: 18rem;
  }

  .\32xl\:odd\:max-h-80:nth-child(odd) {
    max-height: 20rem;
  }

  .\32xl\:odd\:max-h-96:nth-child(odd) {
    max-height: 24rem;
  }

  .\32xl\:odd\:max-h-px:nth-child(odd) {
    max-height: 1px;
  }

  .\32xl\:odd\:max-h-0\.5:nth-child(odd) {
    max-height: 0.125rem;
  }

  .\32xl\:odd\:max-h-1\.5:nth-child(odd) {
    max-height: 0.375rem;
  }

  .\32xl\:odd\:max-h-2\.5:nth-child(odd) {
    max-height: 0.625rem;
  }

  .\32xl\:odd\:max-h-3\.5:nth-child(odd) {
    max-height: 0.875rem;
  }

  .\32xl\:odd\:max-h-full:nth-child(odd) {
    max-height: 100%;
  }

  .\32xl\:odd\:max-h-screen:nth-child(odd) {
    max-height: 100vh;
  }

  .\32xl\:even\:max-h-0:nth-child(even) {
    max-height: 0px;
  }

  .\32xl\:even\:max-h-1:nth-child(even) {
    max-height: 0.25rem;
  }

  .\32xl\:even\:max-h-2:nth-child(even) {
    max-height: 0.5rem;
  }

  .\32xl\:even\:max-h-3:nth-child(even) {
    max-height: 0.75rem;
  }

  .\32xl\:even\:max-h-4:nth-child(even) {
    max-height: 1rem;
  }

  .\32xl\:even\:max-h-5:nth-child(even) {
    max-height: 1.25rem;
  }

  .\32xl\:even\:max-h-6:nth-child(even) {
    max-height: 1.5rem;
  }

  .\32xl\:even\:max-h-7:nth-child(even) {
    max-height: 1.75rem;
  }

  .\32xl\:even\:max-h-8:nth-child(even) {
    max-height: 2rem;
  }

  .\32xl\:even\:max-h-9:nth-child(even) {
    max-height: 2.25rem;
  }

  .\32xl\:even\:max-h-10:nth-child(even) {
    max-height: 2.5rem;
  }

  .\32xl\:even\:max-h-11:nth-child(even) {
    max-height: 2.75rem;
  }

  .\32xl\:even\:max-h-12:nth-child(even) {
    max-height: 3rem;
  }

  .\32xl\:even\:max-h-14:nth-child(even) {
    max-height: 3.5rem;
  }

  .\32xl\:even\:max-h-16:nth-child(even) {
    max-height: 4rem;
  }

  .\32xl\:even\:max-h-20:nth-child(even) {
    max-height: 5rem;
  }

  .\32xl\:even\:max-h-24:nth-child(even) {
    max-height: 6rem;
  }

  .\32xl\:even\:max-h-28:nth-child(even) {
    max-height: 7rem;
  }

  .\32xl\:even\:max-h-32:nth-child(even) {
    max-height: 8rem;
  }

  .\32xl\:even\:max-h-36:nth-child(even) {
    max-height: 9rem;
  }

  .\32xl\:even\:max-h-40:nth-child(even) {
    max-height: 10rem;
  }

  .\32xl\:even\:max-h-44:nth-child(even) {
    max-height: 11rem;
  }

  .\32xl\:even\:max-h-48:nth-child(even) {
    max-height: 12rem;
  }

  .\32xl\:even\:max-h-52:nth-child(even) {
    max-height: 13rem;
  }

  .\32xl\:even\:max-h-56:nth-child(even) {
    max-height: 14rem;
  }

  .\32xl\:even\:max-h-60:nth-child(even) {
    max-height: 15rem;
  }

  .\32xl\:even\:max-h-64:nth-child(even) {
    max-height: 16rem;
  }

  .\32xl\:even\:max-h-72:nth-child(even) {
    max-height: 18rem;
  }

  .\32xl\:even\:max-h-80:nth-child(even) {
    max-height: 20rem;
  }

  .\32xl\:even\:max-h-96:nth-child(even) {
    max-height: 24rem;
  }

  .\32xl\:even\:max-h-px:nth-child(even) {
    max-height: 1px;
  }

  .\32xl\:even\:max-h-0\.5:nth-child(even) {
    max-height: 0.125rem;
  }

  .\32xl\:even\:max-h-1\.5:nth-child(even) {
    max-height: 0.375rem;
  }

  .\32xl\:even\:max-h-2\.5:nth-child(even) {
    max-height: 0.625rem;
  }

  .\32xl\:even\:max-h-3\.5:nth-child(even) {
    max-height: 0.875rem;
  }

  .\32xl\:even\:max-h-full:nth-child(even) {
    max-height: 100%;
  }

  .\32xl\:even\:max-h-screen:nth-child(even) {
    max-height: 100vh;
  }

  .\32xl\:hover\:max-h-0:hover {
    max-height: 0px;
  }

  .\32xl\:hover\:max-h-1:hover {
    max-height: 0.25rem;
  }

  .\32xl\:hover\:max-h-2:hover {
    max-height: 0.5rem;
  }

  .\32xl\:hover\:max-h-3:hover {
    max-height: 0.75rem;
  }

  .\32xl\:hover\:max-h-4:hover {
    max-height: 1rem;
  }

  .\32xl\:hover\:max-h-5:hover {
    max-height: 1.25rem;
  }

  .\32xl\:hover\:max-h-6:hover {
    max-height: 1.5rem;
  }

  .\32xl\:hover\:max-h-7:hover {
    max-height: 1.75rem;
  }

  .\32xl\:hover\:max-h-8:hover {
    max-height: 2rem;
  }

  .\32xl\:hover\:max-h-9:hover {
    max-height: 2.25rem;
  }

  .\32xl\:hover\:max-h-10:hover {
    max-height: 2.5rem;
  }

  .\32xl\:hover\:max-h-11:hover {
    max-height: 2.75rem;
  }

  .\32xl\:hover\:max-h-12:hover {
    max-height: 3rem;
  }

  .\32xl\:hover\:max-h-14:hover {
    max-height: 3.5rem;
  }

  .\32xl\:hover\:max-h-16:hover {
    max-height: 4rem;
  }

  .\32xl\:hover\:max-h-20:hover {
    max-height: 5rem;
  }

  .\32xl\:hover\:max-h-24:hover {
    max-height: 6rem;
  }

  .\32xl\:hover\:max-h-28:hover {
    max-height: 7rem;
  }

  .\32xl\:hover\:max-h-32:hover {
    max-height: 8rem;
  }

  .\32xl\:hover\:max-h-36:hover {
    max-height: 9rem;
  }

  .\32xl\:hover\:max-h-40:hover {
    max-height: 10rem;
  }

  .\32xl\:hover\:max-h-44:hover {
    max-height: 11rem;
  }

  .\32xl\:hover\:max-h-48:hover {
    max-height: 12rem;
  }

  .\32xl\:hover\:max-h-52:hover {
    max-height: 13rem;
  }

  .\32xl\:hover\:max-h-56:hover {
    max-height: 14rem;
  }

  .\32xl\:hover\:max-h-60:hover {
    max-height: 15rem;
  }

  .\32xl\:hover\:max-h-64:hover {
    max-height: 16rem;
  }

  .\32xl\:hover\:max-h-72:hover {
    max-height: 18rem;
  }

  .\32xl\:hover\:max-h-80:hover {
    max-height: 20rem;
  }

  .\32xl\:hover\:max-h-96:hover {
    max-height: 24rem;
  }

  .\32xl\:hover\:max-h-px:hover {
    max-height: 1px;
  }

  .\32xl\:hover\:max-h-0\.5:hover {
    max-height: 0.125rem;
  }

  .\32xl\:hover\:max-h-1\.5:hover {
    max-height: 0.375rem;
  }

  .\32xl\:hover\:max-h-2\.5:hover {
    max-height: 0.625rem;
  }

  .\32xl\:hover\:max-h-3\.5:hover {
    max-height: 0.875rem;
  }

  .\32xl\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .\32xl\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .\32xl\:focus\:max-h-0:focus {
    max-height: 0px;
  }

  .\32xl\:focus\:max-h-1:focus {
    max-height: 0.25rem;
  }

  .\32xl\:focus\:max-h-2:focus {
    max-height: 0.5rem;
  }

  .\32xl\:focus\:max-h-3:focus {
    max-height: 0.75rem;
  }

  .\32xl\:focus\:max-h-4:focus {
    max-height: 1rem;
  }

  .\32xl\:focus\:max-h-5:focus {
    max-height: 1.25rem;
  }

  .\32xl\:focus\:max-h-6:focus {
    max-height: 1.5rem;
  }

  .\32xl\:focus\:max-h-7:focus {
    max-height: 1.75rem;
  }

  .\32xl\:focus\:max-h-8:focus {
    max-height: 2rem;
  }

  .\32xl\:focus\:max-h-9:focus {
    max-height: 2.25rem;
  }

  .\32xl\:focus\:max-h-10:focus {
    max-height: 2.5rem;
  }

  .\32xl\:focus\:max-h-11:focus {
    max-height: 2.75rem;
  }

  .\32xl\:focus\:max-h-12:focus {
    max-height: 3rem;
  }

  .\32xl\:focus\:max-h-14:focus {
    max-height: 3.5rem;
  }

  .\32xl\:focus\:max-h-16:focus {
    max-height: 4rem;
  }

  .\32xl\:focus\:max-h-20:focus {
    max-height: 5rem;
  }

  .\32xl\:focus\:max-h-24:focus {
    max-height: 6rem;
  }

  .\32xl\:focus\:max-h-28:focus {
    max-height: 7rem;
  }

  .\32xl\:focus\:max-h-32:focus {
    max-height: 8rem;
  }

  .\32xl\:focus\:max-h-36:focus {
    max-height: 9rem;
  }

  .\32xl\:focus\:max-h-40:focus {
    max-height: 10rem;
  }

  .\32xl\:focus\:max-h-44:focus {
    max-height: 11rem;
  }

  .\32xl\:focus\:max-h-48:focus {
    max-height: 12rem;
  }

  .\32xl\:focus\:max-h-52:focus {
    max-height: 13rem;
  }

  .\32xl\:focus\:max-h-56:focus {
    max-height: 14rem;
  }

  .\32xl\:focus\:max-h-60:focus {
    max-height: 15rem;
  }

  .\32xl\:focus\:max-h-64:focus {
    max-height: 16rem;
  }

  .\32xl\:focus\:max-h-72:focus {
    max-height: 18rem;
  }

  .\32xl\:focus\:max-h-80:focus {
    max-height: 20rem;
  }

  .\32xl\:focus\:max-h-96:focus {
    max-height: 24rem;
  }

  .\32xl\:focus\:max-h-px:focus {
    max-height: 1px;
  }

  .\32xl\:focus\:max-h-0\.5:focus {
    max-height: 0.125rem;
  }

  .\32xl\:focus\:max-h-1\.5:focus {
    max-height: 0.375rem;
  }

  .\32xl\:focus\:max-h-2\.5:focus {
    max-height: 0.625rem;
  }

  .\32xl\:focus\:max-h-3\.5:focus {
    max-height: 0.875rem;
  }

  .\32xl\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .\32xl\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .\32xl\:active\:max-h-0:active {
    max-height: 0px;
  }

  .\32xl\:active\:max-h-1:active {
    max-height: 0.25rem;
  }

  .\32xl\:active\:max-h-2:active {
    max-height: 0.5rem;
  }

  .\32xl\:active\:max-h-3:active {
    max-height: 0.75rem;
  }

  .\32xl\:active\:max-h-4:active {
    max-height: 1rem;
  }

  .\32xl\:active\:max-h-5:active {
    max-height: 1.25rem;
  }

  .\32xl\:active\:max-h-6:active {
    max-height: 1.5rem;
  }

  .\32xl\:active\:max-h-7:active {
    max-height: 1.75rem;
  }

  .\32xl\:active\:max-h-8:active {
    max-height: 2rem;
  }

  .\32xl\:active\:max-h-9:active {
    max-height: 2.25rem;
  }

  .\32xl\:active\:max-h-10:active {
    max-height: 2.5rem;
  }

  .\32xl\:active\:max-h-11:active {
    max-height: 2.75rem;
  }

  .\32xl\:active\:max-h-12:active {
    max-height: 3rem;
  }

  .\32xl\:active\:max-h-14:active {
    max-height: 3.5rem;
  }

  .\32xl\:active\:max-h-16:active {
    max-height: 4rem;
  }

  .\32xl\:active\:max-h-20:active {
    max-height: 5rem;
  }

  .\32xl\:active\:max-h-24:active {
    max-height: 6rem;
  }

  .\32xl\:active\:max-h-28:active {
    max-height: 7rem;
  }

  .\32xl\:active\:max-h-32:active {
    max-height: 8rem;
  }

  .\32xl\:active\:max-h-36:active {
    max-height: 9rem;
  }

  .\32xl\:active\:max-h-40:active {
    max-height: 10rem;
  }

  .\32xl\:active\:max-h-44:active {
    max-height: 11rem;
  }

  .\32xl\:active\:max-h-48:active {
    max-height: 12rem;
  }

  .\32xl\:active\:max-h-52:active {
    max-height: 13rem;
  }

  .\32xl\:active\:max-h-56:active {
    max-height: 14rem;
  }

  .\32xl\:active\:max-h-60:active {
    max-height: 15rem;
  }

  .\32xl\:active\:max-h-64:active {
    max-height: 16rem;
  }

  .\32xl\:active\:max-h-72:active {
    max-height: 18rem;
  }

  .\32xl\:active\:max-h-80:active {
    max-height: 20rem;
  }

  .\32xl\:active\:max-h-96:active {
    max-height: 24rem;
  }

  .\32xl\:active\:max-h-px:active {
    max-height: 1px;
  }

  .\32xl\:active\:max-h-0\.5:active {
    max-height: 0.125rem;
  }

  .\32xl\:active\:max-h-1\.5:active {
    max-height: 0.375rem;
  }

  .\32xl\:active\:max-h-2\.5:active {
    max-height: 0.625rem;
  }

  .\32xl\:active\:max-h-3\.5:active {
    max-height: 0.875rem;
  }

  .\32xl\:active\:max-h-full:active {
    max-height: 100%;
  }

  .\32xl\:active\:max-h-screen:active {
    max-height: 100vh;
  }

  .\32xl\:visited\:max-h-0:visited {
    max-height: 0px;
  }

  .\32xl\:visited\:max-h-1:visited {
    max-height: 0.25rem;
  }

  .\32xl\:visited\:max-h-2:visited {
    max-height: 0.5rem;
  }

  .\32xl\:visited\:max-h-3:visited {
    max-height: 0.75rem;
  }

  .\32xl\:visited\:max-h-4:visited {
    max-height: 1rem;
  }

  .\32xl\:visited\:max-h-5:visited {
    max-height: 1.25rem;
  }

  .\32xl\:visited\:max-h-6:visited {
    max-height: 1.5rem;
  }

  .\32xl\:visited\:max-h-7:visited {
    max-height: 1.75rem;
  }

  .\32xl\:visited\:max-h-8:visited {
    max-height: 2rem;
  }

  .\32xl\:visited\:max-h-9:visited {
    max-height: 2.25rem;
  }

  .\32xl\:visited\:max-h-10:visited {
    max-height: 2.5rem;
  }

  .\32xl\:visited\:max-h-11:visited {
    max-height: 2.75rem;
  }

  .\32xl\:visited\:max-h-12:visited {
    max-height: 3rem;
  }

  .\32xl\:visited\:max-h-14:visited {
    max-height: 3.5rem;
  }

  .\32xl\:visited\:max-h-16:visited {
    max-height: 4rem;
  }

  .\32xl\:visited\:max-h-20:visited {
    max-height: 5rem;
  }

  .\32xl\:visited\:max-h-24:visited {
    max-height: 6rem;
  }

  .\32xl\:visited\:max-h-28:visited {
    max-height: 7rem;
  }

  .\32xl\:visited\:max-h-32:visited {
    max-height: 8rem;
  }

  .\32xl\:visited\:max-h-36:visited {
    max-height: 9rem;
  }

  .\32xl\:visited\:max-h-40:visited {
    max-height: 10rem;
  }

  .\32xl\:visited\:max-h-44:visited {
    max-height: 11rem;
  }

  .\32xl\:visited\:max-h-48:visited {
    max-height: 12rem;
  }

  .\32xl\:visited\:max-h-52:visited {
    max-height: 13rem;
  }

  .\32xl\:visited\:max-h-56:visited {
    max-height: 14rem;
  }

  .\32xl\:visited\:max-h-60:visited {
    max-height: 15rem;
  }

  .\32xl\:visited\:max-h-64:visited {
    max-height: 16rem;
  }

  .\32xl\:visited\:max-h-72:visited {
    max-height: 18rem;
  }

  .\32xl\:visited\:max-h-80:visited {
    max-height: 20rem;
  }

  .\32xl\:visited\:max-h-96:visited {
    max-height: 24rem;
  }

  .\32xl\:visited\:max-h-px:visited {
    max-height: 1px;
  }

  .\32xl\:visited\:max-h-0\.5:visited {
    max-height: 0.125rem;
  }

  .\32xl\:visited\:max-h-1\.5:visited {
    max-height: 0.375rem;
  }

  .\32xl\:visited\:max-h-2\.5:visited {
    max-height: 0.625rem;
  }

  .\32xl\:visited\:max-h-3\.5:visited {
    max-height: 0.875rem;
  }

  .\32xl\:visited\:max-h-full:visited {
    max-height: 100%;
  }

  .\32xl\:visited\:max-h-screen:visited {
    max-height: 100vh;
  }

  .\32xl\:disabled\:max-h-0:disabled {
    max-height: 0px;
  }

  .\32xl\:disabled\:max-h-1:disabled {
    max-height: 0.25rem;
  }

  .\32xl\:disabled\:max-h-2:disabled {
    max-height: 0.5rem;
  }

  .\32xl\:disabled\:max-h-3:disabled {
    max-height: 0.75rem;
  }

  .\32xl\:disabled\:max-h-4:disabled {
    max-height: 1rem;
  }

  .\32xl\:disabled\:max-h-5:disabled {
    max-height: 1.25rem;
  }

  .\32xl\:disabled\:max-h-6:disabled {
    max-height: 1.5rem;
  }

  .\32xl\:disabled\:max-h-7:disabled {
    max-height: 1.75rem;
  }

  .\32xl\:disabled\:max-h-8:disabled {
    max-height: 2rem;
  }

  .\32xl\:disabled\:max-h-9:disabled {
    max-height: 2.25rem;
  }

  .\32xl\:disabled\:max-h-10:disabled {
    max-height: 2.5rem;
  }

  .\32xl\:disabled\:max-h-11:disabled {
    max-height: 2.75rem;
  }

  .\32xl\:disabled\:max-h-12:disabled {
    max-height: 3rem;
  }

  .\32xl\:disabled\:max-h-14:disabled {
    max-height: 3.5rem;
  }

  .\32xl\:disabled\:max-h-16:disabled {
    max-height: 4rem;
  }

  .\32xl\:disabled\:max-h-20:disabled {
    max-height: 5rem;
  }

  .\32xl\:disabled\:max-h-24:disabled {
    max-height: 6rem;
  }

  .\32xl\:disabled\:max-h-28:disabled {
    max-height: 7rem;
  }

  .\32xl\:disabled\:max-h-32:disabled {
    max-height: 8rem;
  }

  .\32xl\:disabled\:max-h-36:disabled {
    max-height: 9rem;
  }

  .\32xl\:disabled\:max-h-40:disabled {
    max-height: 10rem;
  }

  .\32xl\:disabled\:max-h-44:disabled {
    max-height: 11rem;
  }

  .\32xl\:disabled\:max-h-48:disabled {
    max-height: 12rem;
  }

  .\32xl\:disabled\:max-h-52:disabled {
    max-height: 13rem;
  }

  .\32xl\:disabled\:max-h-56:disabled {
    max-height: 14rem;
  }

  .\32xl\:disabled\:max-h-60:disabled {
    max-height: 15rem;
  }

  .\32xl\:disabled\:max-h-64:disabled {
    max-height: 16rem;
  }

  .\32xl\:disabled\:max-h-72:disabled {
    max-height: 18rem;
  }

  .\32xl\:disabled\:max-h-80:disabled {
    max-height: 20rem;
  }

  .\32xl\:disabled\:max-h-96:disabled {
    max-height: 24rem;
  }

  .\32xl\:disabled\:max-h-px:disabled {
    max-height: 1px;
  }

  .\32xl\:disabled\:max-h-0\.5:disabled {
    max-height: 0.125rem;
  }

  .\32xl\:disabled\:max-h-1\.5:disabled {
    max-height: 0.375rem;
  }

  .\32xl\:disabled\:max-h-2\.5:disabled {
    max-height: 0.625rem;
  }

  .\32xl\:disabled\:max-h-3\.5:disabled {
    max-height: 0.875rem;
  }

  .\32xl\:disabled\:max-h-full:disabled {
    max-height: 100%;
  }

  .\32xl\:disabled\:max-h-screen:disabled {
    max-height: 100vh;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .group:hover .\32xl\:group-hover\:max-w-0 {
    max-width: 0rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-none {
    max-width: none;
  }

  .group:hover .\32xl\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-sm {
    max-width: 24rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-md {
    max-width: 28rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-lg {
    max-width: 32rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-xl {
    max-width: 36rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-2xl {
    max-width: 42rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-3xl {
    max-width: 48rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-4xl {
    max-width: 56rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-5xl {
    max-width: 64rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-6xl {
    max-width: 72rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-7xl {
    max-width: 80rem;
  }

  .group:hover .\32xl\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .group:hover .\32xl\:group-hover\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .group:hover .\32xl\:group-hover\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .group:hover .\32xl\:group-hover\:max-w-prose {
    max-width: 65ch;
  }

  .group:hover .\32xl\:group-hover\:max-w-screen-sm {
    max-width: 640px;
  }

  .group:hover .\32xl\:group-hover\:max-w-screen-md {
    max-width: 768px;
  }

  .group:hover .\32xl\:group-hover\:max-w-screen-lg {
    max-width: 1024px;
  }

  .group:hover .\32xl\:group-hover\:max-w-screen-xl {
    max-width: 1280px;
  }

  .group:hover .\32xl\:group-hover\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:focus-within\:max-w-0:focus-within {
    max-width: 0rem;
  }

  .\32xl\:focus-within\:max-w-none:focus-within {
    max-width: none;
  }

  .\32xl\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .\32xl\:focus-within\:max-w-sm:focus-within {
    max-width: 24rem;
  }

  .\32xl\:focus-within\:max-w-md:focus-within {
    max-width: 28rem;
  }

  .\32xl\:focus-within\:max-w-lg:focus-within {
    max-width: 32rem;
  }

  .\32xl\:focus-within\:max-w-xl:focus-within {
    max-width: 36rem;
  }

  .\32xl\:focus-within\:max-w-2xl:focus-within {
    max-width: 42rem;
  }

  .\32xl\:focus-within\:max-w-3xl:focus-within {
    max-width: 48rem;
  }

  .\32xl\:focus-within\:max-w-4xl:focus-within {
    max-width: 56rem;
  }

  .\32xl\:focus-within\:max-w-5xl:focus-within {
    max-width: 64rem;
  }

  .\32xl\:focus-within\:max-w-6xl:focus-within {
    max-width: 72rem;
  }

  .\32xl\:focus-within\:max-w-7xl:focus-within {
    max-width: 80rem;
  }

  .\32xl\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .\32xl\:focus-within\:max-w-min:focus-within {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:focus-within\:max-w-max:focus-within {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:focus-within\:max-w-prose:focus-within {
    max-width: 65ch;
  }

  .\32xl\:focus-within\:max-w-screen-sm:focus-within {
    max-width: 640px;
  }

  .\32xl\:focus-within\:max-w-screen-md:focus-within {
    max-width: 768px;
  }

  .\32xl\:focus-within\:max-w-screen-lg:focus-within {
    max-width: 1024px;
  }

  .\32xl\:focus-within\:max-w-screen-xl:focus-within {
    max-width: 1280px;
  }

  .\32xl\:focus-within\:max-w-screen-2xl:focus-within {
    max-width: 1536px;
  }

  .\32xl\:first\:max-w-0:first-child {
    max-width: 0rem;
  }

  .\32xl\:first\:max-w-none:first-child {
    max-width: none;
  }

  .\32xl\:first\:max-w-xs:first-child {
    max-width: 20rem;
  }

  .\32xl\:first\:max-w-sm:first-child {
    max-width: 24rem;
  }

  .\32xl\:first\:max-w-md:first-child {
    max-width: 28rem;
  }

  .\32xl\:first\:max-w-lg:first-child {
    max-width: 32rem;
  }

  .\32xl\:first\:max-w-xl:first-child {
    max-width: 36rem;
  }

  .\32xl\:first\:max-w-2xl:first-child {
    max-width: 42rem;
  }

  .\32xl\:first\:max-w-3xl:first-child {
    max-width: 48rem;
  }

  .\32xl\:first\:max-w-4xl:first-child {
    max-width: 56rem;
  }

  .\32xl\:first\:max-w-5xl:first-child {
    max-width: 64rem;
  }

  .\32xl\:first\:max-w-6xl:first-child {
    max-width: 72rem;
  }

  .\32xl\:first\:max-w-7xl:first-child {
    max-width: 80rem;
  }

  .\32xl\:first\:max-w-full:first-child {
    max-width: 100%;
  }

  .\32xl\:first\:max-w-min:first-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:first\:max-w-max:first-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:first\:max-w-prose:first-child {
    max-width: 65ch;
  }

  .\32xl\:first\:max-w-screen-sm:first-child {
    max-width: 640px;
  }

  .\32xl\:first\:max-w-screen-md:first-child {
    max-width: 768px;
  }

  .\32xl\:first\:max-w-screen-lg:first-child {
    max-width: 1024px;
  }

  .\32xl\:first\:max-w-screen-xl:first-child {
    max-width: 1280px;
  }

  .\32xl\:first\:max-w-screen-2xl:first-child {
    max-width: 1536px;
  }

  .\32xl\:last\:max-w-0:last-child {
    max-width: 0rem;
  }

  .\32xl\:last\:max-w-none:last-child {
    max-width: none;
  }

  .\32xl\:last\:max-w-xs:last-child {
    max-width: 20rem;
  }

  .\32xl\:last\:max-w-sm:last-child {
    max-width: 24rem;
  }

  .\32xl\:last\:max-w-md:last-child {
    max-width: 28rem;
  }

  .\32xl\:last\:max-w-lg:last-child {
    max-width: 32rem;
  }

  .\32xl\:last\:max-w-xl:last-child {
    max-width: 36rem;
  }

  .\32xl\:last\:max-w-2xl:last-child {
    max-width: 42rem;
  }

  .\32xl\:last\:max-w-3xl:last-child {
    max-width: 48rem;
  }

  .\32xl\:last\:max-w-4xl:last-child {
    max-width: 56rem;
  }

  .\32xl\:last\:max-w-5xl:last-child {
    max-width: 64rem;
  }

  .\32xl\:last\:max-w-6xl:last-child {
    max-width: 72rem;
  }

  .\32xl\:last\:max-w-7xl:last-child {
    max-width: 80rem;
  }

  .\32xl\:last\:max-w-full:last-child {
    max-width: 100%;
  }

  .\32xl\:last\:max-w-min:last-child {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:last\:max-w-max:last-child {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:last\:max-w-prose:last-child {
    max-width: 65ch;
  }

  .\32xl\:last\:max-w-screen-sm:last-child {
    max-width: 640px;
  }

  .\32xl\:last\:max-w-screen-md:last-child {
    max-width: 768px;
  }

  .\32xl\:last\:max-w-screen-lg:last-child {
    max-width: 1024px;
  }

  .\32xl\:last\:max-w-screen-xl:last-child {
    max-width: 1280px;
  }

  .\32xl\:last\:max-w-screen-2xl:last-child {
    max-width: 1536px;
  }

  .\32xl\:odd\:max-w-0:nth-child(odd) {
    max-width: 0rem;
  }

  .\32xl\:odd\:max-w-none:nth-child(odd) {
    max-width: none;
  }

  .\32xl\:odd\:max-w-xs:nth-child(odd) {
    max-width: 20rem;
  }

  .\32xl\:odd\:max-w-sm:nth-child(odd) {
    max-width: 24rem;
  }

  .\32xl\:odd\:max-w-md:nth-child(odd) {
    max-width: 28rem;
  }

  .\32xl\:odd\:max-w-lg:nth-child(odd) {
    max-width: 32rem;
  }

  .\32xl\:odd\:max-w-xl:nth-child(odd) {
    max-width: 36rem;
  }

  .\32xl\:odd\:max-w-2xl:nth-child(odd) {
    max-width: 42rem;
  }

  .\32xl\:odd\:max-w-3xl:nth-child(odd) {
    max-width: 48rem;
  }

  .\32xl\:odd\:max-w-4xl:nth-child(odd) {
    max-width: 56rem;
  }

  .\32xl\:odd\:max-w-5xl:nth-child(odd) {
    max-width: 64rem;
  }

  .\32xl\:odd\:max-w-6xl:nth-child(odd) {
    max-width: 72rem;
  }

  .\32xl\:odd\:max-w-7xl:nth-child(odd) {
    max-width: 80rem;
  }

  .\32xl\:odd\:max-w-full:nth-child(odd) {
    max-width: 100%;
  }

  .\32xl\:odd\:max-w-min:nth-child(odd) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:odd\:max-w-max:nth-child(odd) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:odd\:max-w-prose:nth-child(odd) {
    max-width: 65ch;
  }

  .\32xl\:odd\:max-w-screen-sm:nth-child(odd) {
    max-width: 640px;
  }

  .\32xl\:odd\:max-w-screen-md:nth-child(odd) {
    max-width: 768px;
  }

  .\32xl\:odd\:max-w-screen-lg:nth-child(odd) {
    max-width: 1024px;
  }

  .\32xl\:odd\:max-w-screen-xl:nth-child(odd) {
    max-width: 1280px;
  }

  .\32xl\:odd\:max-w-screen-2xl:nth-child(odd) {
    max-width: 1536px;
  }

  .\32xl\:even\:max-w-0:nth-child(even) {
    max-width: 0rem;
  }

  .\32xl\:even\:max-w-none:nth-child(even) {
    max-width: none;
  }

  .\32xl\:even\:max-w-xs:nth-child(even) {
    max-width: 20rem;
  }

  .\32xl\:even\:max-w-sm:nth-child(even) {
    max-width: 24rem;
  }

  .\32xl\:even\:max-w-md:nth-child(even) {
    max-width: 28rem;
  }

  .\32xl\:even\:max-w-lg:nth-child(even) {
    max-width: 32rem;
  }

  .\32xl\:even\:max-w-xl:nth-child(even) {
    max-width: 36rem;
  }

  .\32xl\:even\:max-w-2xl:nth-child(even) {
    max-width: 42rem;
  }

  .\32xl\:even\:max-w-3xl:nth-child(even) {
    max-width: 48rem;
  }

  .\32xl\:even\:max-w-4xl:nth-child(even) {
    max-width: 56rem;
  }

  .\32xl\:even\:max-w-5xl:nth-child(even) {
    max-width: 64rem;
  }

  .\32xl\:even\:max-w-6xl:nth-child(even) {
    max-width: 72rem;
  }

  .\32xl\:even\:max-w-7xl:nth-child(even) {
    max-width: 80rem;
  }

  .\32xl\:even\:max-w-full:nth-child(even) {
    max-width: 100%;
  }

  .\32xl\:even\:max-w-min:nth-child(even) {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:even\:max-w-max:nth-child(even) {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:even\:max-w-prose:nth-child(even) {
    max-width: 65ch;
  }

  .\32xl\:even\:max-w-screen-sm:nth-child(even) {
    max-width: 640px;
  }

  .\32xl\:even\:max-w-screen-md:nth-child(even) {
    max-width: 768px;
  }

  .\32xl\:even\:max-w-screen-lg:nth-child(even) {
    max-width: 1024px;
  }

  .\32xl\:even\:max-w-screen-xl:nth-child(even) {
    max-width: 1280px;
  }

  .\32xl\:even\:max-w-screen-2xl:nth-child(even) {
    max-width: 1536px;
  }

  .\32xl\:hover\:max-w-0:hover {
    max-width: 0rem;
  }

  .\32xl\:hover\:max-w-none:hover {
    max-width: none;
  }

  .\32xl\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .\32xl\:hover\:max-w-sm:hover {
    max-width: 24rem;
  }

  .\32xl\:hover\:max-w-md:hover {
    max-width: 28rem;
  }

  .\32xl\:hover\:max-w-lg:hover {
    max-width: 32rem;
  }

  .\32xl\:hover\:max-w-xl:hover {
    max-width: 36rem;
  }

  .\32xl\:hover\:max-w-2xl:hover {
    max-width: 42rem;
  }

  .\32xl\:hover\:max-w-3xl:hover {
    max-width: 48rem;
  }

  .\32xl\:hover\:max-w-4xl:hover {
    max-width: 56rem;
  }

  .\32xl\:hover\:max-w-5xl:hover {
    max-width: 64rem;
  }

  .\32xl\:hover\:max-w-6xl:hover {
    max-width: 72rem;
  }

  .\32xl\:hover\:max-w-7xl:hover {
    max-width: 80rem;
  }

  .\32xl\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .\32xl\:hover\:max-w-min:hover {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:hover\:max-w-max:hover {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:hover\:max-w-prose:hover {
    max-width: 65ch;
  }

  .\32xl\:hover\:max-w-screen-sm:hover {
    max-width: 640px;
  }

  .\32xl\:hover\:max-w-screen-md:hover {
    max-width: 768px;
  }

  .\32xl\:hover\:max-w-screen-lg:hover {
    max-width: 1024px;
  }

  .\32xl\:hover\:max-w-screen-xl:hover {
    max-width: 1280px;
  }

  .\32xl\:hover\:max-w-screen-2xl:hover {
    max-width: 1536px;
  }

  .\32xl\:focus\:max-w-0:focus {
    max-width: 0rem;
  }

  .\32xl\:focus\:max-w-none:focus {
    max-width: none;
  }

  .\32xl\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .\32xl\:focus\:max-w-sm:focus {
    max-width: 24rem;
  }

  .\32xl\:focus\:max-w-md:focus {
    max-width: 28rem;
  }

  .\32xl\:focus\:max-w-lg:focus {
    max-width: 32rem;
  }

  .\32xl\:focus\:max-w-xl:focus {
    max-width: 36rem;
  }

  .\32xl\:focus\:max-w-2xl:focus {
    max-width: 42rem;
  }

  .\32xl\:focus\:max-w-3xl:focus {
    max-width: 48rem;
  }

  .\32xl\:focus\:max-w-4xl:focus {
    max-width: 56rem;
  }

  .\32xl\:focus\:max-w-5xl:focus {
    max-width: 64rem;
  }

  .\32xl\:focus\:max-w-6xl:focus {
    max-width: 72rem;
  }

  .\32xl\:focus\:max-w-7xl:focus {
    max-width: 80rem;
  }

  .\32xl\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .\32xl\:focus\:max-w-min:focus {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:focus\:max-w-max:focus {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:focus\:max-w-prose:focus {
    max-width: 65ch;
  }

  .\32xl\:focus\:max-w-screen-sm:focus {
    max-width: 640px;
  }

  .\32xl\:focus\:max-w-screen-md:focus {
    max-width: 768px;
  }

  .\32xl\:focus\:max-w-screen-lg:focus {
    max-width: 1024px;
  }

  .\32xl\:focus\:max-w-screen-xl:focus {
    max-width: 1280px;
  }

  .\32xl\:focus\:max-w-screen-2xl:focus {
    max-width: 1536px;
  }

  .\32xl\:active\:max-w-0:active {
    max-width: 0rem;
  }

  .\32xl\:active\:max-w-none:active {
    max-width: none;
  }

  .\32xl\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .\32xl\:active\:max-w-sm:active {
    max-width: 24rem;
  }

  .\32xl\:active\:max-w-md:active {
    max-width: 28rem;
  }

  .\32xl\:active\:max-w-lg:active {
    max-width: 32rem;
  }

  .\32xl\:active\:max-w-xl:active {
    max-width: 36rem;
  }

  .\32xl\:active\:max-w-2xl:active {
    max-width: 42rem;
  }

  .\32xl\:active\:max-w-3xl:active {
    max-width: 48rem;
  }

  .\32xl\:active\:max-w-4xl:active {
    max-width: 56rem;
  }

  .\32xl\:active\:max-w-5xl:active {
    max-width: 64rem;
  }

  .\32xl\:active\:max-w-6xl:active {
    max-width: 72rem;
  }

  .\32xl\:active\:max-w-7xl:active {
    max-width: 80rem;
  }

  .\32xl\:active\:max-w-full:active {
    max-width: 100%;
  }

  .\32xl\:active\:max-w-min:active {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:active\:max-w-max:active {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:active\:max-w-prose:active {
    max-width: 65ch;
  }

  .\32xl\:active\:max-w-screen-sm:active {
    max-width: 640px;
  }

  .\32xl\:active\:max-w-screen-md:active {
    max-width: 768px;
  }

  .\32xl\:active\:max-w-screen-lg:active {
    max-width: 1024px;
  }

  .\32xl\:active\:max-w-screen-xl:active {
    max-width: 1280px;
  }

  .\32xl\:active\:max-w-screen-2xl:active {
    max-width: 1536px;
  }

  .\32xl\:visited\:max-w-0:visited {
    max-width: 0rem;
  }

  .\32xl\:visited\:max-w-none:visited {
    max-width: none;
  }

  .\32xl\:visited\:max-w-xs:visited {
    max-width: 20rem;
  }

  .\32xl\:visited\:max-w-sm:visited {
    max-width: 24rem;
  }

  .\32xl\:visited\:max-w-md:visited {
    max-width: 28rem;
  }

  .\32xl\:visited\:max-w-lg:visited {
    max-width: 32rem;
  }

  .\32xl\:visited\:max-w-xl:visited {
    max-width: 36rem;
  }

  .\32xl\:visited\:max-w-2xl:visited {
    max-width: 42rem;
  }

  .\32xl\:visited\:max-w-3xl:visited {
    max-width: 48rem;
  }

  .\32xl\:visited\:max-w-4xl:visited {
    max-width: 56rem;
  }

  .\32xl\:visited\:max-w-5xl:visited {
    max-width: 64rem;
  }

  .\32xl\:visited\:max-w-6xl:visited {
    max-width: 72rem;
  }

  .\32xl\:visited\:max-w-7xl:visited {
    max-width: 80rem;
  }

  .\32xl\:visited\:max-w-full:visited {
    max-width: 100%;
  }

  .\32xl\:visited\:max-w-min:visited {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:visited\:max-w-max:visited {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:visited\:max-w-prose:visited {
    max-width: 65ch;
  }

  .\32xl\:visited\:max-w-screen-sm:visited {
    max-width: 640px;
  }

  .\32xl\:visited\:max-w-screen-md:visited {
    max-width: 768px;
  }

  .\32xl\:visited\:max-w-screen-lg:visited {
    max-width: 1024px;
  }

  .\32xl\:visited\:max-w-screen-xl:visited {
    max-width: 1280px;
  }

  .\32xl\:visited\:max-w-screen-2xl:visited {
    max-width: 1536px;
  }

  .\32xl\:disabled\:max-w-0:disabled {
    max-width: 0rem;
  }

  .\32xl\:disabled\:max-w-none:disabled {
    max-width: none;
  }

  .\32xl\:disabled\:max-w-xs:disabled {
    max-width: 20rem;
  }

  .\32xl\:disabled\:max-w-sm:disabled {
    max-width: 24rem;
  }

  .\32xl\:disabled\:max-w-md:disabled {
    max-width: 28rem;
  }

  .\32xl\:disabled\:max-w-lg:disabled {
    max-width: 32rem;
  }

  .\32xl\:disabled\:max-w-xl:disabled {
    max-width: 36rem;
  }

  .\32xl\:disabled\:max-w-2xl:disabled {
    max-width: 42rem;
  }

  .\32xl\:disabled\:max-w-3xl:disabled {
    max-width: 48rem;
  }

  .\32xl\:disabled\:max-w-4xl:disabled {
    max-width: 56rem;
  }

  .\32xl\:disabled\:max-w-5xl:disabled {
    max-width: 64rem;
  }

  .\32xl\:disabled\:max-w-6xl:disabled {
    max-width: 72rem;
  }

  .\32xl\:disabled\:max-w-7xl:disabled {
    max-width: 80rem;
  }

  .\32xl\:disabled\:max-w-full:disabled {
    max-width: 100%;
  }

  .\32xl\:disabled\:max-w-min:disabled {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:disabled\:max-w-max:disabled {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:disabled\:max-w-prose:disabled {
    max-width: 65ch;
  }

  .\32xl\:disabled\:max-w-screen-sm:disabled {
    max-width: 640px;
  }

  .\32xl\:disabled\:max-w-screen-md:disabled {
    max-width: 768px;
  }

  .\32xl\:disabled\:max-w-screen-lg:disabled {
    max-width: 1024px;
  }

  .\32xl\:disabled\:max-w-screen-xl:disabled {
    max-width: 1280px;
  }

  .\32xl\:disabled\:max-w-screen-2xl:disabled {
    max-width: 1536px;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .\32xl\:group-hover\:min-h-0 {
    min-height: 0px;
  }

  .group:hover .\32xl\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .\32xl\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:focus-within\:min-h-0:focus-within {
    min-height: 0px;
  }

  .\32xl\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .\32xl\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .\32xl\:first\:min-h-0:first-child {
    min-height: 0px;
  }

  .\32xl\:first\:min-h-full:first-child {
    min-height: 100%;
  }

  .\32xl\:first\:min-h-screen:first-child {
    min-height: 100vh;
  }

  .\32xl\:last\:min-h-0:last-child {
    min-height: 0px;
  }

  .\32xl\:last\:min-h-full:last-child {
    min-height: 100%;
  }

  .\32xl\:last\:min-h-screen:last-child {
    min-height: 100vh;
  }

  .\32xl\:odd\:min-h-0:nth-child(odd) {
    min-height: 0px;
  }

  .\32xl\:odd\:min-h-full:nth-child(odd) {
    min-height: 100%;
  }

  .\32xl\:odd\:min-h-screen:nth-child(odd) {
    min-height: 100vh;
  }

  .\32xl\:even\:min-h-0:nth-child(even) {
    min-height: 0px;
  }

  .\32xl\:even\:min-h-full:nth-child(even) {
    min-height: 100%;
  }

  .\32xl\:even\:min-h-screen:nth-child(even) {
    min-height: 100vh;
  }

  .\32xl\:hover\:min-h-0:hover {
    min-height: 0px;
  }

  .\32xl\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .\32xl\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .\32xl\:focus\:min-h-0:focus {
    min-height: 0px;
  }

  .\32xl\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .\32xl\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .\32xl\:active\:min-h-0:active {
    min-height: 0px;
  }

  .\32xl\:active\:min-h-full:active {
    min-height: 100%;
  }

  .\32xl\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .\32xl\:visited\:min-h-0:visited {
    min-height: 0px;
  }

  .\32xl\:visited\:min-h-full:visited {
    min-height: 100%;
  }

  .\32xl\:visited\:min-h-screen:visited {
    min-height: 100vh;
  }

  .\32xl\:disabled\:min-h-0:disabled {
    min-height: 0px;
  }

  .\32xl\:disabled\:min-h-full:disabled {
    min-height: 100%;
  }

  .\32xl\:disabled\:min-h-screen:disabled {
    min-height: 100vh;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .group:hover .\32xl\:group-hover\:min-w-0 {
    min-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .group:hover .\32xl\:group-hover\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .group:hover .\32xl\:group-hover\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:focus-within\:min-w-0:focus-within {
    min-width: 0px;
  }

  .\32xl\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .\32xl\:focus-within\:min-w-min:focus-within {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:focus-within\:min-w-max:focus-within {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:first\:min-w-0:first-child {
    min-width: 0px;
  }

  .\32xl\:first\:min-w-full:first-child {
    min-width: 100%;
  }

  .\32xl\:first\:min-w-min:first-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:first\:min-w-max:first-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:last\:min-w-0:last-child {
    min-width: 0px;
  }

  .\32xl\:last\:min-w-full:last-child {
    min-width: 100%;
  }

  .\32xl\:last\:min-w-min:last-child {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:last\:min-w-max:last-child {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:odd\:min-w-0:nth-child(odd) {
    min-width: 0px;
  }

  .\32xl\:odd\:min-w-full:nth-child(odd) {
    min-width: 100%;
  }

  .\32xl\:odd\:min-w-min:nth-child(odd) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:odd\:min-w-max:nth-child(odd) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:even\:min-w-0:nth-child(even) {
    min-width: 0px;
  }

  .\32xl\:even\:min-w-full:nth-child(even) {
    min-width: 100%;
  }

  .\32xl\:even\:min-w-min:nth-child(even) {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:even\:min-w-max:nth-child(even) {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:hover\:min-w-0:hover {
    min-width: 0px;
  }

  .\32xl\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .\32xl\:hover\:min-w-min:hover {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:hover\:min-w-max:hover {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:focus\:min-w-0:focus {
    min-width: 0px;
  }

  .\32xl\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .\32xl\:focus\:min-w-min:focus {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:focus\:min-w-max:focus {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:active\:min-w-0:active {
    min-width: 0px;
  }

  .\32xl\:active\:min-w-full:active {
    min-width: 100%;
  }

  .\32xl\:active\:min-w-min:active {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:active\:min-w-max:active {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:visited\:min-w-0:visited {
    min-width: 0px;
  }

  .\32xl\:visited\:min-w-full:visited {
    min-width: 100%;
  }

  .\32xl\:visited\:min-w-min:visited {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:visited\:min-w-max:visited {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:disabled\:min-w-0:disabled {
    min-width: 0px;
  }

  .\32xl\:disabled\:min-w-full:disabled {
    min-width: 100%;
  }

  .\32xl\:disabled\:min-w-min:disabled {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:disabled\:min-w-max:disabled {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .\32xl\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .\32xl\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .\32xl\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .\32xl\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .\32xl\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:first\:object-contain:first-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:first\:object-cover:first-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:first\:object-fill:first-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:first\:object-none:first-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:first\:object-scale-down:first-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:last\:object-contain:last-child {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:last\:object-cover:last-child {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:last\:object-fill:last-child {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:last\:object-none:last-child {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:last\:object-scale-down:last-child {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:odd\:object-contain:nth-child(odd) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:odd\:object-cover:nth-child(odd) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:odd\:object-fill:nth-child(odd) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:odd\:object-none:nth-child(odd) {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:odd\:object-scale-down:nth-child(odd) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:even\:object-contain:nth-child(even) {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:even\:object-cover:nth-child(even) {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:even\:object-fill:nth-child(even) {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:even\:object-none:nth-child(even) {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:even\:object-scale-down:nth-child(even) {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:visited\:object-contain:visited {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:visited\:object-cover:visited {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:visited\:object-fill:visited {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:visited\:object-none:visited {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:visited\:object-scale-down:visited {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:disabled\:object-contain:disabled {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:disabled\:object-cover:disabled {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:disabled\:object-fill:disabled {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:disabled\:object-none:disabled {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:disabled\:object-scale-down:disabled {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .\32xl\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .\32xl\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .\32xl\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .\32xl\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .\32xl\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .\32xl\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .\32xl\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .\32xl\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .\32xl\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:first\:object-bottom:first-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:first\:object-center:first-child {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:first\:object-left:first-child {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:first\:object-left-bottom:first-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:first\:object-left-top:first-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:first\:object-right:first-child {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:first\:object-right-bottom:first-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:first\:object-right-top:first-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:first\:object-top:first-child {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:last\:object-bottom:last-child {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:last\:object-center:last-child {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:last\:object-left:last-child {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:last\:object-left-bottom:last-child {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:last\:object-left-top:last-child {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:last\:object-right:last-child {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:last\:object-right-bottom:last-child {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:last\:object-right-top:last-child {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:last\:object-top:last-child {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:odd\:object-bottom:nth-child(odd) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:odd\:object-center:nth-child(odd) {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:odd\:object-left:nth-child(odd) {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:odd\:object-left-bottom:nth-child(odd) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:odd\:object-left-top:nth-child(odd) {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:odd\:object-right:nth-child(odd) {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:odd\:object-right-bottom:nth-child(odd) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:odd\:object-right-top:nth-child(odd) {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:odd\:object-top:nth-child(odd) {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:even\:object-bottom:nth-child(even) {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:even\:object-center:nth-child(even) {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:even\:object-left:nth-child(even) {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:even\:object-left-bottom:nth-child(even) {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:even\:object-left-top:nth-child(even) {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:even\:object-right:nth-child(even) {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:even\:object-right-bottom:nth-child(even) {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:even\:object-right-top:nth-child(even) {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:even\:object-top:nth-child(even) {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:visited\:object-bottom:visited {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:visited\:object-center:visited {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:visited\:object-left:visited {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:visited\:object-left-bottom:visited {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:visited\:object-left-top:visited {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:visited\:object-right:visited {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:visited\:object-right-bottom:visited {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:visited\:object-right-top:visited {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:visited\:object-top:visited {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:disabled\:object-bottom:disabled {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:disabled\:object-center:disabled {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:disabled\:object-left:disabled {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:disabled\:object-left-bottom:disabled {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:disabled\:object-left-top:disabled {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:disabled\:object-right:disabled {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:disabled\:object-right-bottom:disabled {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:disabled\:object-right-top:disabled {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:disabled\:object-top:disabled {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:opacity-0 {
    opacity: 0;
  }

  .\32xl\:opacity-5 {
    opacity: 0.05;
  }

  .\32xl\:opacity-10 {
    opacity: 0.1;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl\:opacity-30 {
    opacity: 0.3;
  }

  .\32xl\:opacity-40 {
    opacity: 0.4;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl\:opacity-60 {
    opacity: 0.6;
  }

  .\32xl\:opacity-70 {
    opacity: 0.7;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl\:opacity-80 {
    opacity: 0.8;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl\:opacity-95 {
    opacity: 0.95;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .\32xl\:first\:opacity-0:first-child {
    opacity: 0;
  }

  .\32xl\:first\:opacity-5:first-child {
    opacity: 0.05;
  }

  .\32xl\:first\:opacity-10:first-child {
    opacity: 0.1;
  }

  .\32xl\:first\:opacity-20:first-child {
    opacity: 0.2;
  }

  .\32xl\:first\:opacity-25:first-child {
    opacity: 0.25;
  }

  .\32xl\:first\:opacity-30:first-child {
    opacity: 0.3;
  }

  .\32xl\:first\:opacity-40:first-child {
    opacity: 0.4;
  }

  .\32xl\:first\:opacity-50:first-child {
    opacity: 0.5;
  }

  .\32xl\:first\:opacity-60:first-child {
    opacity: 0.6;
  }

  .\32xl\:first\:opacity-70:first-child {
    opacity: 0.7;
  }

  .\32xl\:first\:opacity-75:first-child {
    opacity: 0.75;
  }

  .\32xl\:first\:opacity-80:first-child {
    opacity: 0.8;
  }

  .\32xl\:first\:opacity-90:first-child {
    opacity: 0.9;
  }

  .\32xl\:first\:opacity-95:first-child {
    opacity: 0.95;
  }

  .\32xl\:first\:opacity-100:first-child {
    opacity: 1;
  }

  .\32xl\:last\:opacity-0:last-child {
    opacity: 0;
  }

  .\32xl\:last\:opacity-5:last-child {
    opacity: 0.05;
  }

  .\32xl\:last\:opacity-10:last-child {
    opacity: 0.1;
  }

  .\32xl\:last\:opacity-20:last-child {
    opacity: 0.2;
  }

  .\32xl\:last\:opacity-25:last-child {
    opacity: 0.25;
  }

  .\32xl\:last\:opacity-30:last-child {
    opacity: 0.3;
  }

  .\32xl\:last\:opacity-40:last-child {
    opacity: 0.4;
  }

  .\32xl\:last\:opacity-50:last-child {
    opacity: 0.5;
  }

  .\32xl\:last\:opacity-60:last-child {
    opacity: 0.6;
  }

  .\32xl\:last\:opacity-70:last-child {
    opacity: 0.7;
  }

  .\32xl\:last\:opacity-75:last-child {
    opacity: 0.75;
  }

  .\32xl\:last\:opacity-80:last-child {
    opacity: 0.8;
  }

  .\32xl\:last\:opacity-90:last-child {
    opacity: 0.9;
  }

  .\32xl\:last\:opacity-95:last-child {
    opacity: 0.95;
  }

  .\32xl\:last\:opacity-100:last-child {
    opacity: 1;
  }

  .\32xl\:odd\:opacity-0:nth-child(odd) {
    opacity: 0;
  }

  .\32xl\:odd\:opacity-5:nth-child(odd) {
    opacity: 0.05;
  }

  .\32xl\:odd\:opacity-10:nth-child(odd) {
    opacity: 0.1;
  }

  .\32xl\:odd\:opacity-20:nth-child(odd) {
    opacity: 0.2;
  }

  .\32xl\:odd\:opacity-25:nth-child(odd) {
    opacity: 0.25;
  }

  .\32xl\:odd\:opacity-30:nth-child(odd) {
    opacity: 0.3;
  }

  .\32xl\:odd\:opacity-40:nth-child(odd) {
    opacity: 0.4;
  }

  .\32xl\:odd\:opacity-50:nth-child(odd) {
    opacity: 0.5;
  }

  .\32xl\:odd\:opacity-60:nth-child(odd) {
    opacity: 0.6;
  }

  .\32xl\:odd\:opacity-70:nth-child(odd) {
    opacity: 0.7;
  }

  .\32xl\:odd\:opacity-75:nth-child(odd) {
    opacity: 0.75;
  }

  .\32xl\:odd\:opacity-80:nth-child(odd) {
    opacity: 0.8;
  }

  .\32xl\:odd\:opacity-90:nth-child(odd) {
    opacity: 0.9;
  }

  .\32xl\:odd\:opacity-95:nth-child(odd) {
    opacity: 0.95;
  }

  .\32xl\:odd\:opacity-100:nth-child(odd) {
    opacity: 1;
  }

  .\32xl\:even\:opacity-0:nth-child(even) {
    opacity: 0;
  }

  .\32xl\:even\:opacity-5:nth-child(even) {
    opacity: 0.05;
  }

  .\32xl\:even\:opacity-10:nth-child(even) {
    opacity: 0.1;
  }

  .\32xl\:even\:opacity-20:nth-child(even) {
    opacity: 0.2;
  }

  .\32xl\:even\:opacity-25:nth-child(even) {
    opacity: 0.25;
  }

  .\32xl\:even\:opacity-30:nth-child(even) {
    opacity: 0.3;
  }

  .\32xl\:even\:opacity-40:nth-child(even) {
    opacity: 0.4;
  }

  .\32xl\:even\:opacity-50:nth-child(even) {
    opacity: 0.5;
  }

  .\32xl\:even\:opacity-60:nth-child(even) {
    opacity: 0.6;
  }

  .\32xl\:even\:opacity-70:nth-child(even) {
    opacity: 0.7;
  }

  .\32xl\:even\:opacity-75:nth-child(even) {
    opacity: 0.75;
  }

  .\32xl\:even\:opacity-80:nth-child(even) {
    opacity: 0.8;
  }

  .\32xl\:even\:opacity-90:nth-child(even) {
    opacity: 0.9;
  }

  .\32xl\:even\:opacity-95:nth-child(even) {
    opacity: 0.95;
  }

  .\32xl\:even\:opacity-100:nth-child(even) {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:active\:opacity-0:active {
    opacity: 0;
  }

  .\32xl\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .\32xl\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .\32xl\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .\32xl\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .\32xl\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .\32xl\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .\32xl\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .\32xl\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .\32xl\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .\32xl\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .\32xl\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .\32xl\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .\32xl\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .\32xl\:active\:opacity-100:active {
    opacity: 1;
  }

  .\32xl\:visited\:opacity-0:visited {
    opacity: 0;
  }

  .\32xl\:visited\:opacity-5:visited {
    opacity: 0.05;
  }

  .\32xl\:visited\:opacity-10:visited {
    opacity: 0.1;
  }

  .\32xl\:visited\:opacity-20:visited {
    opacity: 0.2;
  }

  .\32xl\:visited\:opacity-25:visited {
    opacity: 0.25;
  }

  .\32xl\:visited\:opacity-30:visited {
    opacity: 0.3;
  }

  .\32xl\:visited\:opacity-40:visited {
    opacity: 0.4;
  }

  .\32xl\:visited\:opacity-50:visited {
    opacity: 0.5;
  }

  .\32xl\:visited\:opacity-60:visited {
    opacity: 0.6;
  }

  .\32xl\:visited\:opacity-70:visited {
    opacity: 0.7;
  }

  .\32xl\:visited\:opacity-75:visited {
    opacity: 0.75;
  }

  .\32xl\:visited\:opacity-80:visited {
    opacity: 0.8;
  }

  .\32xl\:visited\:opacity-90:visited {
    opacity: 0.9;
  }

  .\32xl\:visited\:opacity-95:visited {
    opacity: 0.95;
  }

  .\32xl\:visited\:opacity-100:visited {
    opacity: 1;
  }

  .\32xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .\32xl\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .\32xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .\32xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .\32xl\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .\32xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .\32xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .\32xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .\32xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .\32xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .\32xl\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .\32xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .\32xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .\32xl\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .\32xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .group:hover .\32xl\:group-hover\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .group:hover .\32xl\:group-hover\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .group:hover .\32xl\:group-hover\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:first\:outline-none:first-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:first\:outline-white:first-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:first\:outline-black:first-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:last\:outline-none:last-child {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:last\:outline-white:last-child {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:last\:outline-black:last-child {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:odd\:outline-none:nth-child(odd) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:odd\:outline-white:nth-child(odd) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:odd\:outline-black:nth-child(odd) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:even\:outline-none:nth-child(even) {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:even\:outline-white:nth-child(even) {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:even\:outline-black:nth-child(even) {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:hover\:outline-white:hover {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:hover\:outline-black:hover {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:active\:outline-none:active {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:active\:outline-white:active {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:active\:outline-black:active {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:visited\:outline-none:visited {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:visited\:outline-white:visited {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:visited\:outline-black:visited {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:disabled\:outline-none:disabled {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:disabled\:outline-white:disabled {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:disabled\:outline-black:disabled {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .\32xl\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .\32xl\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .\32xl\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .\32xl\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .\32xl\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .\32xl\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .\32xl\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .\32xl\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .\32xl\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .\32xl\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .\32xl\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .\32xl\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .\32xl\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .\32xl\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .\32xl\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .\32xl\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .\32xl\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .\32xl\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .\32xl\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .\32xl\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .\32xl\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .\32xl\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .\32xl\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .\32xl\:first\:overflow-auto:first-child {
    overflow: auto;
  }

  .\32xl\:first\:overflow-hidden:first-child {
    overflow: hidden;
  }

  .\32xl\:first\:overflow-visible:first-child {
    overflow: visible;
  }

  .\32xl\:first\:overflow-scroll:first-child {
    overflow: scroll;
  }

  .\32xl\:first\:overflow-x-auto:first-child {
    overflow-x: auto;
  }

  .\32xl\:first\:overflow-y-auto:first-child {
    overflow-y: auto;
  }

  .\32xl\:first\:overflow-x-hidden:first-child {
    overflow-x: hidden;
  }

  .\32xl\:first\:overflow-y-hidden:first-child {
    overflow-y: hidden;
  }

  .\32xl\:first\:overflow-x-visible:first-child {
    overflow-x: visible;
  }

  .\32xl\:first\:overflow-y-visible:first-child {
    overflow-y: visible;
  }

  .\32xl\:first\:overflow-x-scroll:first-child {
    overflow-x: scroll;
  }

  .\32xl\:first\:overflow-y-scroll:first-child {
    overflow-y: scroll;
  }

  .\32xl\:last\:overflow-auto:last-child {
    overflow: auto;
  }

  .\32xl\:last\:overflow-hidden:last-child {
    overflow: hidden;
  }

  .\32xl\:last\:overflow-visible:last-child {
    overflow: visible;
  }

  .\32xl\:last\:overflow-scroll:last-child {
    overflow: scroll;
  }

  .\32xl\:last\:overflow-x-auto:last-child {
    overflow-x: auto;
  }

  .\32xl\:last\:overflow-y-auto:last-child {
    overflow-y: auto;
  }

  .\32xl\:last\:overflow-x-hidden:last-child {
    overflow-x: hidden;
  }

  .\32xl\:last\:overflow-y-hidden:last-child {
    overflow-y: hidden;
  }

  .\32xl\:last\:overflow-x-visible:last-child {
    overflow-x: visible;
  }

  .\32xl\:last\:overflow-y-visible:last-child {
    overflow-y: visible;
  }

  .\32xl\:last\:overflow-x-scroll:last-child {
    overflow-x: scroll;
  }

  .\32xl\:last\:overflow-y-scroll:last-child {
    overflow-y: scroll;
  }

  .\32xl\:odd\:overflow-auto:nth-child(odd) {
    overflow: auto;
  }

  .\32xl\:odd\:overflow-hidden:nth-child(odd) {
    overflow: hidden;
  }

  .\32xl\:odd\:overflow-visible:nth-child(odd) {
    overflow: visible;
  }

  .\32xl\:odd\:overflow-scroll:nth-child(odd) {
    overflow: scroll;
  }

  .\32xl\:odd\:overflow-x-auto:nth-child(odd) {
    overflow-x: auto;
  }

  .\32xl\:odd\:overflow-y-auto:nth-child(odd) {
    overflow-y: auto;
  }

  .\32xl\:odd\:overflow-x-hidden:nth-child(odd) {
    overflow-x: hidden;
  }

  .\32xl\:odd\:overflow-y-hidden:nth-child(odd) {
    overflow-y: hidden;
  }

  .\32xl\:odd\:overflow-x-visible:nth-child(odd) {
    overflow-x: visible;
  }

  .\32xl\:odd\:overflow-y-visible:nth-child(odd) {
    overflow-y: visible;
  }

  .\32xl\:odd\:overflow-x-scroll:nth-child(odd) {
    overflow-x: scroll;
  }

  .\32xl\:odd\:overflow-y-scroll:nth-child(odd) {
    overflow-y: scroll;
  }

  .\32xl\:even\:overflow-auto:nth-child(even) {
    overflow: auto;
  }

  .\32xl\:even\:overflow-hidden:nth-child(even) {
    overflow: hidden;
  }

  .\32xl\:even\:overflow-visible:nth-child(even) {
    overflow: visible;
  }

  .\32xl\:even\:overflow-scroll:nth-child(even) {
    overflow: scroll;
  }

  .\32xl\:even\:overflow-x-auto:nth-child(even) {
    overflow-x: auto;
  }

  .\32xl\:even\:overflow-y-auto:nth-child(even) {
    overflow-y: auto;
  }

  .\32xl\:even\:overflow-x-hidden:nth-child(even) {
    overflow-x: hidden;
  }

  .\32xl\:even\:overflow-y-hidden:nth-child(even) {
    overflow-y: hidden;
  }

  .\32xl\:even\:overflow-x-visible:nth-child(even) {
    overflow-x: visible;
  }

  .\32xl\:even\:overflow-y-visible:nth-child(even) {
    overflow-y: visible;
  }

  .\32xl\:even\:overflow-x-scroll:nth-child(even) {
    overflow-x: scroll;
  }

  .\32xl\:even\:overflow-y-scroll:nth-child(even) {
    overflow-y: scroll;
  }

  .\32xl\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .\32xl\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .\32xl\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .\32xl\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .\32xl\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .\32xl\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .\32xl\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .\32xl\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .\32xl\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .\32xl\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .\32xl\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .\32xl\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .\32xl\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .\32xl\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .\32xl\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .\32xl\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .\32xl\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .\32xl\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .\32xl\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .\32xl\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .\32xl\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .\32xl\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .\32xl\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .\32xl\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .\32xl\:active\:overflow-auto:active {
    overflow: auto;
  }

  .\32xl\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .\32xl\:active\:overflow-visible:active {
    overflow: visible;
  }

  .\32xl\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .\32xl\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .\32xl\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .\32xl\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .\32xl\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .\32xl\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .\32xl\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .\32xl\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .\32xl\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .\32xl\:visited\:overflow-auto:visited {
    overflow: auto;
  }

  .\32xl\:visited\:overflow-hidden:visited {
    overflow: hidden;
  }

  .\32xl\:visited\:overflow-visible:visited {
    overflow: visible;
  }

  .\32xl\:visited\:overflow-scroll:visited {
    overflow: scroll;
  }

  .\32xl\:visited\:overflow-x-auto:visited {
    overflow-x: auto;
  }

  .\32xl\:visited\:overflow-y-auto:visited {
    overflow-y: auto;
  }

  .\32xl\:visited\:overflow-x-hidden:visited {
    overflow-x: hidden;
  }

  .\32xl\:visited\:overflow-y-hidden:visited {
    overflow-y: hidden;
  }

  .\32xl\:visited\:overflow-x-visible:visited {
    overflow-x: visible;
  }

  .\32xl\:visited\:overflow-y-visible:visited {
    overflow-y: visible;
  }

  .\32xl\:visited\:overflow-x-scroll:visited {
    overflow-x: scroll;
  }

  .\32xl\:visited\:overflow-y-scroll:visited {
    overflow-y: scroll;
  }

  .\32xl\:disabled\:overflow-auto:disabled {
    overflow: auto;
  }

  .\32xl\:disabled\:overflow-hidden:disabled {
    overflow: hidden;
  }

  .\32xl\:disabled\:overflow-visible:disabled {
    overflow: visible;
  }

  .\32xl\:disabled\:overflow-scroll:disabled {
    overflow: scroll;
  }

  .\32xl\:disabled\:overflow-x-auto:disabled {
    overflow-x: auto;
  }

  .\32xl\:disabled\:overflow-y-auto:disabled {
    overflow-y: auto;
  }

  .\32xl\:disabled\:overflow-x-hidden:disabled {
    overflow-x: hidden;
  }

  .\32xl\:disabled\:overflow-y-hidden:disabled {
    overflow-y: hidden;
  }

  .\32xl\:disabled\:overflow-x-visible:disabled {
    overflow-x: visible;
  }

  .\32xl\:disabled\:overflow-y-visible:disabled {
    overflow-y: visible;
  }

  .\32xl\:disabled\:overflow-x-scroll:disabled {
    overflow-x: scroll;
  }

  .\32xl\:disabled\:overflow-y-scroll:disabled {
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .group:hover .\32xl\:group-hover\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .group:hover .\32xl\:group-hover\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .group:hover .\32xl\:group-hover\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .group:hover .\32xl\:group-hover\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .group:hover .\32xl\:group-hover\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .group:hover .\32xl\:group-hover\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .group:hover .\32xl\:group-hover\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .group:hover .\32xl\:group-hover\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .group:hover .\32xl\:group-hover\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .\32xl\:focus-within\:overscroll-auto:focus-within {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:focus-within\:overscroll-contain:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:focus-within\:overscroll-none:focus-within {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:focus-within\:overscroll-y-auto:focus-within {
    overscroll-behavior-y: auto;
  }

  .\32xl\:focus-within\:overscroll-y-contain:focus-within {
    overscroll-behavior-y: contain;
  }

  .\32xl\:focus-within\:overscroll-y-none:focus-within {
    overscroll-behavior-y: none;
  }

  .\32xl\:focus-within\:overscroll-x-auto:focus-within {
    overscroll-behavior-x: auto;
  }

  .\32xl\:focus-within\:overscroll-x-contain:focus-within {
    overscroll-behavior-x: contain;
  }

  .\32xl\:focus-within\:overscroll-x-none:focus-within {
    overscroll-behavior-x: none;
  }

  .\32xl\:first\:overscroll-auto:first-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:first\:overscroll-contain:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:first\:overscroll-none:first-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:first\:overscroll-y-auto:first-child {
    overscroll-behavior-y: auto;
  }

  .\32xl\:first\:overscroll-y-contain:first-child {
    overscroll-behavior-y: contain;
  }

  .\32xl\:first\:overscroll-y-none:first-child {
    overscroll-behavior-y: none;
  }

  .\32xl\:first\:overscroll-x-auto:first-child {
    overscroll-behavior-x: auto;
  }

  .\32xl\:first\:overscroll-x-contain:first-child {
    overscroll-behavior-x: contain;
  }

  .\32xl\:first\:overscroll-x-none:first-child {
    overscroll-behavior-x: none;
  }

  .\32xl\:last\:overscroll-auto:last-child {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:last\:overscroll-contain:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:last\:overscroll-none:last-child {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:last\:overscroll-y-auto:last-child {
    overscroll-behavior-y: auto;
  }

  .\32xl\:last\:overscroll-y-contain:last-child {
    overscroll-behavior-y: contain;
  }

  .\32xl\:last\:overscroll-y-none:last-child {
    overscroll-behavior-y: none;
  }

  .\32xl\:last\:overscroll-x-auto:last-child {
    overscroll-behavior-x: auto;
  }

  .\32xl\:last\:overscroll-x-contain:last-child {
    overscroll-behavior-x: contain;
  }

  .\32xl\:last\:overscroll-x-none:last-child {
    overscroll-behavior-x: none;
  }

  .\32xl\:odd\:overscroll-auto:nth-child(odd) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:odd\:overscroll-contain:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:odd\:overscroll-none:nth-child(odd) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:odd\:overscroll-y-auto:nth-child(odd) {
    overscroll-behavior-y: auto;
  }

  .\32xl\:odd\:overscroll-y-contain:nth-child(odd) {
    overscroll-behavior-y: contain;
  }

  .\32xl\:odd\:overscroll-y-none:nth-child(odd) {
    overscroll-behavior-y: none;
  }

  .\32xl\:odd\:overscroll-x-auto:nth-child(odd) {
    overscroll-behavior-x: auto;
  }

  .\32xl\:odd\:overscroll-x-contain:nth-child(odd) {
    overscroll-behavior-x: contain;
  }

  .\32xl\:odd\:overscroll-x-none:nth-child(odd) {
    overscroll-behavior-x: none;
  }

  .\32xl\:even\:overscroll-auto:nth-child(even) {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:even\:overscroll-contain:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:even\:overscroll-none:nth-child(even) {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:even\:overscroll-y-auto:nth-child(even) {
    overscroll-behavior-y: auto;
  }

  .\32xl\:even\:overscroll-y-contain:nth-child(even) {
    overscroll-behavior-y: contain;
  }

  .\32xl\:even\:overscroll-y-none:nth-child(even) {
    overscroll-behavior-y: none;
  }

  .\32xl\:even\:overscroll-x-auto:nth-child(even) {
    overscroll-behavior-x: auto;
  }

  .\32xl\:even\:overscroll-x-contain:nth-child(even) {
    overscroll-behavior-x: contain;
  }

  .\32xl\:even\:overscroll-x-none:nth-child(even) {
    overscroll-behavior-x: none;
  }

  .\32xl\:hover\:overscroll-auto:hover {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:hover\:overscroll-contain:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:hover\:overscroll-none:hover {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:hover\:overscroll-y-auto:hover {
    overscroll-behavior-y: auto;
  }

  .\32xl\:hover\:overscroll-y-contain:hover {
    overscroll-behavior-y: contain;
  }

  .\32xl\:hover\:overscroll-y-none:hover {
    overscroll-behavior-y: none;
  }

  .\32xl\:hover\:overscroll-x-auto:hover {
    overscroll-behavior-x: auto;
  }

  .\32xl\:hover\:overscroll-x-contain:hover {
    overscroll-behavior-x: contain;
  }

  .\32xl\:hover\:overscroll-x-none:hover {
    overscroll-behavior-x: none;
  }

  .\32xl\:focus\:overscroll-auto:focus {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:focus\:overscroll-contain:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:focus\:overscroll-none:focus {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:focus\:overscroll-y-auto:focus {
    overscroll-behavior-y: auto;
  }

  .\32xl\:focus\:overscroll-y-contain:focus {
    overscroll-behavior-y: contain;
  }

  .\32xl\:focus\:overscroll-y-none:focus {
    overscroll-behavior-y: none;
  }

  .\32xl\:focus\:overscroll-x-auto:focus {
    overscroll-behavior-x: auto;
  }

  .\32xl\:focus\:overscroll-x-contain:focus {
    overscroll-behavior-x: contain;
  }

  .\32xl\:focus\:overscroll-x-none:focus {
    overscroll-behavior-x: none;
  }

  .\32xl\:active\:overscroll-auto:active {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:active\:overscroll-contain:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:active\:overscroll-none:active {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:active\:overscroll-y-auto:active {
    overscroll-behavior-y: auto;
  }

  .\32xl\:active\:overscroll-y-contain:active {
    overscroll-behavior-y: contain;
  }

  .\32xl\:active\:overscroll-y-none:active {
    overscroll-behavior-y: none;
  }

  .\32xl\:active\:overscroll-x-auto:active {
    overscroll-behavior-x: auto;
  }

  .\32xl\:active\:overscroll-x-contain:active {
    overscroll-behavior-x: contain;
  }

  .\32xl\:active\:overscroll-x-none:active {
    overscroll-behavior-x: none;
  }

  .\32xl\:visited\:overscroll-auto:visited {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:visited\:overscroll-contain:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:visited\:overscroll-none:visited {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:visited\:overscroll-y-auto:visited {
    overscroll-behavior-y: auto;
  }

  .\32xl\:visited\:overscroll-y-contain:visited {
    overscroll-behavior-y: contain;
  }

  .\32xl\:visited\:overscroll-y-none:visited {
    overscroll-behavior-y: none;
  }

  .\32xl\:visited\:overscroll-x-auto:visited {
    overscroll-behavior-x: auto;
  }

  .\32xl\:visited\:overscroll-x-contain:visited {
    overscroll-behavior-x: contain;
  }

  .\32xl\:visited\:overscroll-x-none:visited {
    overscroll-behavior-x: none;
  }

  .\32xl\:disabled\:overscroll-auto:disabled {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:disabled\:overscroll-contain:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:disabled\:overscroll-none:disabled {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:disabled\:overscroll-y-auto:disabled {
    overscroll-behavior-y: auto;
  }

  .\32xl\:disabled\:overscroll-y-contain:disabled {
    overscroll-behavior-y: contain;
  }

  .\32xl\:disabled\:overscroll-y-none:disabled {
    overscroll-behavior-y: none;
  }

  .\32xl\:disabled\:overscroll-x-auto:disabled {
    overscroll-behavior-x: auto;
  }

  .\32xl\:disabled\:overscroll-x-contain:disabled {
    overscroll-behavior-x: contain;
  }

  .\32xl\:disabled\:overscroll-x-none:disabled {
    overscroll-behavior-x: none;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:p-0 {
    padding: 0px;
  }

  .group:hover .\32xl\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .\32xl\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .\32xl\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:p-11 {
    padding: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .\32xl\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .\32xl\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .\32xl\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .\32xl\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .\32xl\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .\32xl\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .\32xl\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .\32xl\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .\32xl\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .\32xl\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .\32xl\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .\32xl\:group-hover\:p-60 {
    padding: 15rem;
  }

  .group:hover .\32xl\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .\32xl\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .\32xl\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .\32xl\:group-hover\:p-96 {
    padding: 24rem;
  }

  .group:hover .\32xl\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .\32xl\:group-hover\:p-0\.5 {
    padding: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:p-1\.5 {
    padding: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:p-2\.5 {
    padding: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:p-3\.5 {
    padding: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .\32xl\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .\32xl\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .\32xl\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .\32xl\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .\32xl\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .\32xl\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .\32xl\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .\32xl\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .\32xl\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .\32xl\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .\32xl\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .\32xl\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .\32xl\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .\32xl\:group-hover\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .group:hover .\32xl\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .\32xl\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .\32xl\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .\32xl\:group-hover\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .group:hover .\32xl\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .\32xl\:group-hover\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:pt-0 {
    padding-top: 0px;
  }

  .group:hover .\32xl\:group-hover\:pr-0 {
    padding-right: 0px;
  }

  .group:hover .\32xl\:group-hover\:pb-0 {
    padding-bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:pl-0 {
    padding-left: 0px;
  }

  .group:hover .\32xl\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .\32xl\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .\32xl\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .\32xl\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .\32xl\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .\32xl\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .\32xl\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:pt-11 {
    padding-top: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:pr-11 {
    padding-right: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:pl-11 {
    padding-left: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .\32xl\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .\32xl\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .\32xl\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .\32xl\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .\32xl\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .\32xl\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .\32xl\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .\32xl\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .\32xl\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .\32xl\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .\32xl\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .\32xl\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .\32xl\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .\32xl\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .\32xl\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .\32xl\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .\32xl\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .\32xl\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .\32xl\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .\32xl\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .\32xl\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .\32xl\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .\32xl\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .\32xl\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .\32xl\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .\32xl\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .\32xl\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .\32xl\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .\32xl\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .\32xl\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .\32xl\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .\32xl\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .\32xl\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .\32xl\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .\32xl\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .\32xl\:group-hover\:pt-60 {
    padding-top: 15rem;
  }

  .group:hover .\32xl\:group-hover\:pr-60 {
    padding-right: 15rem;
  }

  .group:hover .\32xl\:group-hover\:pb-60 {
    padding-bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:pl-60 {
    padding-left: 15rem;
  }

  .group:hover .\32xl\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .\32xl\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .\32xl\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .\32xl\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .\32xl\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .\32xl\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .\32xl\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .\32xl\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .\32xl\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .\32xl\:group-hover\:pt-96 {
    padding-top: 24rem;
  }

  .group:hover .\32xl\:group-hover\:pr-96 {
    padding-right: 24rem;
  }

  .group:hover .\32xl\:group-hover\:pb-96 {
    padding-bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:pl-96 {
    padding-left: 24rem;
  }

  .group:hover .\32xl\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .\32xl\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .\32xl\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .\32xl\:group-hover\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:focus-within\:p-0:focus-within {
    padding: 0px;
  }

  .\32xl\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .\32xl\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .\32xl\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .\32xl\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .\32xl\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .\32xl\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .\32xl\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .\32xl\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .\32xl\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .\32xl\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .\32xl\:focus-within\:p-11:focus-within {
    padding: 2.75rem;
  }

  .\32xl\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .\32xl\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .\32xl\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .\32xl\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .\32xl\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .\32xl\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .\32xl\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .\32xl\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .\32xl\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .\32xl\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .\32xl\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .\32xl\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .\32xl\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .\32xl\:focus-within\:p-60:focus-within {
    padding: 15rem;
  }

  .\32xl\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .\32xl\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .\32xl\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .\32xl\:focus-within\:p-96:focus-within {
    padding: 24rem;
  }

  .\32xl\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .\32xl\:focus-within\:p-0\.5:focus-within {
    padding: 0.125rem;
  }

  .\32xl\:focus-within\:p-1\.5:focus-within {
    padding: 0.375rem;
  }

  .\32xl\:focus-within\:p-2\.5:focus-within {
    padding: 0.625rem;
  }

  .\32xl\:focus-within\:p-3\.5:focus-within {
    padding: 0.875rem;
  }

  .\32xl\:focus-within\:py-0:focus-within {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:focus-within\:px-0:focus-within {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:focus-within\:py-11:focus-within {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:focus-within\:px-11:focus-within {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:focus-within\:py-60:focus-within {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:focus-within\:px-60:focus-within {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:focus-within\:py-96:focus-within {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:focus-within\:px-96:focus-within {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:focus-within\:py-0\.5:focus-within {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:focus-within\:px-0\.5:focus-within {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:focus-within\:py-1\.5:focus-within {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:focus-within\:px-1\.5:focus-within {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:focus-within\:py-2\.5:focus-within {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:focus-within\:px-2\.5:focus-within {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:focus-within\:py-3\.5:focus-within {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:focus-within\:px-3\.5:focus-within {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:focus-within\:pt-0:focus-within {
    padding-top: 0px;
  }

  .\32xl\:focus-within\:pr-0:focus-within {
    padding-right: 0px;
  }

  .\32xl\:focus-within\:pb-0:focus-within {
    padding-bottom: 0px;
  }

  .\32xl\:focus-within\:pl-0:focus-within {
    padding-left: 0px;
  }

  .\32xl\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .\32xl\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .\32xl\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .\32xl\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .\32xl\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .\32xl\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .\32xl\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .\32xl\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .\32xl\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .\32xl\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .\32xl\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .\32xl\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .\32xl\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .\32xl\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .\32xl\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .\32xl\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .\32xl\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .\32xl\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .\32xl\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .\32xl\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .\32xl\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .\32xl\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .\32xl\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .\32xl\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .\32xl\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .\32xl\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .\32xl\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .\32xl\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .\32xl\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .\32xl\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .\32xl\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .\32xl\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .\32xl\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .\32xl\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .\32xl\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .\32xl\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .\32xl\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .\32xl\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .\32xl\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .\32xl\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .\32xl\:focus-within\:pt-11:focus-within {
    padding-top: 2.75rem;
  }

  .\32xl\:focus-within\:pr-11:focus-within {
    padding-right: 2.75rem;
  }

  .\32xl\:focus-within\:pb-11:focus-within {
    padding-bottom: 2.75rem;
  }

  .\32xl\:focus-within\:pl-11:focus-within {
    padding-left: 2.75rem;
  }

  .\32xl\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .\32xl\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .\32xl\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .\32xl\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .\32xl\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .\32xl\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .\32xl\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .\32xl\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .\32xl\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .\32xl\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .\32xl\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .\32xl\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .\32xl\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .\32xl\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .\32xl\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .\32xl\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .\32xl\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .\32xl\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .\32xl\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .\32xl\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .\32xl\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .\32xl\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .\32xl\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .\32xl\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .\32xl\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .\32xl\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .\32xl\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .\32xl\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .\32xl\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .\32xl\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .\32xl\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .\32xl\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .\32xl\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .\32xl\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .\32xl\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .\32xl\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .\32xl\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .\32xl\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .\32xl\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .\32xl\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .\32xl\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .\32xl\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .\32xl\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .\32xl\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .\32xl\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .\32xl\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .\32xl\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .\32xl\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .\32xl\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .\32xl\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .\32xl\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .\32xl\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .\32xl\:focus-within\:pt-60:focus-within {
    padding-top: 15rem;
  }

  .\32xl\:focus-within\:pr-60:focus-within {
    padding-right: 15rem;
  }

  .\32xl\:focus-within\:pb-60:focus-within {
    padding-bottom: 15rem;
  }

  .\32xl\:focus-within\:pl-60:focus-within {
    padding-left: 15rem;
  }

  .\32xl\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .\32xl\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .\32xl\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .\32xl\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .\32xl\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .\32xl\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .\32xl\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .\32xl\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .\32xl\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .\32xl\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .\32xl\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .\32xl\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .\32xl\:focus-within\:pt-96:focus-within {
    padding-top: 24rem;
  }

  .\32xl\:focus-within\:pr-96:focus-within {
    padding-right: 24rem;
  }

  .\32xl\:focus-within\:pb-96:focus-within {
    padding-bottom: 24rem;
  }

  .\32xl\:focus-within\:pl-96:focus-within {
    padding-left: 24rem;
  }

  .\32xl\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .\32xl\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .\32xl\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .\32xl\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .\32xl\:focus-within\:pt-0\.5:focus-within {
    padding-top: 0.125rem;
  }

  .\32xl\:focus-within\:pr-0\.5:focus-within {
    padding-right: 0.125rem;
  }

  .\32xl\:focus-within\:pb-0\.5:focus-within {
    padding-bottom: 0.125rem;
  }

  .\32xl\:focus-within\:pl-0\.5:focus-within {
    padding-left: 0.125rem;
  }

  .\32xl\:focus-within\:pt-1\.5:focus-within {
    padding-top: 0.375rem;
  }

  .\32xl\:focus-within\:pr-1\.5:focus-within {
    padding-right: 0.375rem;
  }

  .\32xl\:focus-within\:pb-1\.5:focus-within {
    padding-bottom: 0.375rem;
  }

  .\32xl\:focus-within\:pl-1\.5:focus-within {
    padding-left: 0.375rem;
  }

  .\32xl\:focus-within\:pt-2\.5:focus-within {
    padding-top: 0.625rem;
  }

  .\32xl\:focus-within\:pr-2\.5:focus-within {
    padding-right: 0.625rem;
  }

  .\32xl\:focus-within\:pb-2\.5:focus-within {
    padding-bottom: 0.625rem;
  }

  .\32xl\:focus-within\:pl-2\.5:focus-within {
    padding-left: 0.625rem;
  }

  .\32xl\:focus-within\:pt-3\.5:focus-within {
    padding-top: 0.875rem;
  }

  .\32xl\:focus-within\:pr-3\.5:focus-within {
    padding-right: 0.875rem;
  }

  .\32xl\:focus-within\:pb-3\.5:focus-within {
    padding-bottom: 0.875rem;
  }

  .\32xl\:focus-within\:pl-3\.5:focus-within {
    padding-left: 0.875rem;
  }

  .\32xl\:first\:p-0:first-child {
    padding: 0px;
  }

  .\32xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .\32xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .\32xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .\32xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .\32xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .\32xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .\32xl\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .\32xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .\32xl\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .\32xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .\32xl\:first\:p-11:first-child {
    padding: 2.75rem;
  }

  .\32xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .\32xl\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .\32xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .\32xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .\32xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .\32xl\:first\:p-28:first-child {
    padding: 7rem;
  }

  .\32xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .\32xl\:first\:p-36:first-child {
    padding: 9rem;
  }

  .\32xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .\32xl\:first\:p-44:first-child {
    padding: 11rem;
  }

  .\32xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .\32xl\:first\:p-52:first-child {
    padding: 13rem;
  }

  .\32xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .\32xl\:first\:p-60:first-child {
    padding: 15rem;
  }

  .\32xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .\32xl\:first\:p-72:first-child {
    padding: 18rem;
  }

  .\32xl\:first\:p-80:first-child {
    padding: 20rem;
  }

  .\32xl\:first\:p-96:first-child {
    padding: 24rem;
  }

  .\32xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .\32xl\:first\:p-0\.5:first-child {
    padding: 0.125rem;
  }

  .\32xl\:first\:p-1\.5:first-child {
    padding: 0.375rem;
  }

  .\32xl\:first\:p-2\.5:first-child {
    padding: 0.625rem;
  }

  .\32xl\:first\:p-3\.5:first-child {
    padding: 0.875rem;
  }

  .\32xl\:first\:py-0:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:first\:px-0:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:first\:py-11:first-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:first\:px-11:first-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:first\:py-60:first-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:first\:px-60:first-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:first\:py-96:first-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:first\:px-96:first-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:first\:py-0\.5:first-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:first\:px-0\.5:first-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:first\:py-1\.5:first-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:first\:px-1\.5:first-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:first\:py-2\.5:first-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:first\:px-2\.5:first-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:first\:py-3\.5:first-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:first\:px-3\.5:first-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:first\:pt-0:first-child {
    padding-top: 0px;
  }

  .\32xl\:first\:pr-0:first-child {
    padding-right: 0px;
  }

  .\32xl\:first\:pb-0:first-child {
    padding-bottom: 0px;
  }

  .\32xl\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .\32xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .\32xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .\32xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .\32xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .\32xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .\32xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .\32xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .\32xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .\32xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .\32xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .\32xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .\32xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .\32xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .\32xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .\32xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .\32xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .\32xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .\32xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .\32xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .\32xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .\32xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .\32xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .\32xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .\32xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .\32xl\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .\32xl\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .\32xl\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .\32xl\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .\32xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .\32xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .\32xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .\32xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .\32xl\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .\32xl\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .\32xl\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .\32xl\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .\32xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .\32xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .\32xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .\32xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .\32xl\:first\:pt-11:first-child {
    padding-top: 2.75rem;
  }

  .\32xl\:first\:pr-11:first-child {
    padding-right: 2.75rem;
  }

  .\32xl\:first\:pb-11:first-child {
    padding-bottom: 2.75rem;
  }

  .\32xl\:first\:pl-11:first-child {
    padding-left: 2.75rem;
  }

  .\32xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .\32xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .\32xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .\32xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .\32xl\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .\32xl\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .\32xl\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .\32xl\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .\32xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .\32xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .\32xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .\32xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .\32xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .\32xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .\32xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .\32xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .\32xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .\32xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .\32xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .\32xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .\32xl\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .\32xl\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .\32xl\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .\32xl\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .\32xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .\32xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .\32xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .\32xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .\32xl\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .\32xl\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .\32xl\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .\32xl\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .\32xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .\32xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .\32xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .\32xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .\32xl\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .\32xl\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .\32xl\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .\32xl\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .\32xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .\32xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .\32xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .\32xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .\32xl\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .\32xl\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .\32xl\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .\32xl\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .\32xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .\32xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .\32xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .\32xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .\32xl\:first\:pt-60:first-child {
    padding-top: 15rem;
  }

  .\32xl\:first\:pr-60:first-child {
    padding-right: 15rem;
  }

  .\32xl\:first\:pb-60:first-child {
    padding-bottom: 15rem;
  }

  .\32xl\:first\:pl-60:first-child {
    padding-left: 15rem;
  }

  .\32xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .\32xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .\32xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .\32xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .\32xl\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .\32xl\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .\32xl\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .\32xl\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .\32xl\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .\32xl\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .\32xl\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .\32xl\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .\32xl\:first\:pt-96:first-child {
    padding-top: 24rem;
  }

  .\32xl\:first\:pr-96:first-child {
    padding-right: 24rem;
  }

  .\32xl\:first\:pb-96:first-child {
    padding-bottom: 24rem;
  }

  .\32xl\:first\:pl-96:first-child {
    padding-left: 24rem;
  }

  .\32xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .\32xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .\32xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .\32xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .\32xl\:first\:pt-0\.5:first-child {
    padding-top: 0.125rem;
  }

  .\32xl\:first\:pr-0\.5:first-child {
    padding-right: 0.125rem;
  }

  .\32xl\:first\:pb-0\.5:first-child {
    padding-bottom: 0.125rem;
  }

  .\32xl\:first\:pl-0\.5:first-child {
    padding-left: 0.125rem;
  }

  .\32xl\:first\:pt-1\.5:first-child {
    padding-top: 0.375rem;
  }

  .\32xl\:first\:pr-1\.5:first-child {
    padding-right: 0.375rem;
  }

  .\32xl\:first\:pb-1\.5:first-child {
    padding-bottom: 0.375rem;
  }

  .\32xl\:first\:pl-1\.5:first-child {
    padding-left: 0.375rem;
  }

  .\32xl\:first\:pt-2\.5:first-child {
    padding-top: 0.625rem;
  }

  .\32xl\:first\:pr-2\.5:first-child {
    padding-right: 0.625rem;
  }

  .\32xl\:first\:pb-2\.5:first-child {
    padding-bottom: 0.625rem;
  }

  .\32xl\:first\:pl-2\.5:first-child {
    padding-left: 0.625rem;
  }

  .\32xl\:first\:pt-3\.5:first-child {
    padding-top: 0.875rem;
  }

  .\32xl\:first\:pr-3\.5:first-child {
    padding-right: 0.875rem;
  }

  .\32xl\:first\:pb-3\.5:first-child {
    padding-bottom: 0.875rem;
  }

  .\32xl\:first\:pl-3\.5:first-child {
    padding-left: 0.875rem;
  }

  .\32xl\:last\:p-0:last-child {
    padding: 0px;
  }

  .\32xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .\32xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .\32xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .\32xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .\32xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .\32xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .\32xl\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .\32xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .\32xl\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .\32xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .\32xl\:last\:p-11:last-child {
    padding: 2.75rem;
  }

  .\32xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .\32xl\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .\32xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .\32xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .\32xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .\32xl\:last\:p-28:last-child {
    padding: 7rem;
  }

  .\32xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .\32xl\:last\:p-36:last-child {
    padding: 9rem;
  }

  .\32xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .\32xl\:last\:p-44:last-child {
    padding: 11rem;
  }

  .\32xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .\32xl\:last\:p-52:last-child {
    padding: 13rem;
  }

  .\32xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .\32xl\:last\:p-60:last-child {
    padding: 15rem;
  }

  .\32xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .\32xl\:last\:p-72:last-child {
    padding: 18rem;
  }

  .\32xl\:last\:p-80:last-child {
    padding: 20rem;
  }

  .\32xl\:last\:p-96:last-child {
    padding: 24rem;
  }

  .\32xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .\32xl\:last\:p-0\.5:last-child {
    padding: 0.125rem;
  }

  .\32xl\:last\:p-1\.5:last-child {
    padding: 0.375rem;
  }

  .\32xl\:last\:p-2\.5:last-child {
    padding: 0.625rem;
  }

  .\32xl\:last\:p-3\.5:last-child {
    padding: 0.875rem;
  }

  .\32xl\:last\:py-0:last-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:last\:px-0:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:last\:py-11:last-child {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:last\:px-11:last-child {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:last\:py-60:last-child {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:last\:px-60:last-child {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:last\:py-96:last-child {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:last\:px-96:last-child {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:last\:py-0\.5:last-child {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:last\:px-0\.5:last-child {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:last\:py-1\.5:last-child {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:last\:px-1\.5:last-child {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:last\:py-2\.5:last-child {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:last\:px-2\.5:last-child {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:last\:py-3\.5:last-child {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:last\:px-3\.5:last-child {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:last\:pt-0:last-child {
    padding-top: 0px;
  }

  .\32xl\:last\:pr-0:last-child {
    padding-right: 0px;
  }

  .\32xl\:last\:pb-0:last-child {
    padding-bottom: 0px;
  }

  .\32xl\:last\:pl-0:last-child {
    padding-left: 0px;
  }

  .\32xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .\32xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .\32xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .\32xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .\32xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .\32xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .\32xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .\32xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .\32xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .\32xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .\32xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .\32xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .\32xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .\32xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .\32xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .\32xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .\32xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .\32xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .\32xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .\32xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .\32xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .\32xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .\32xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .\32xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .\32xl\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .\32xl\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .\32xl\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .\32xl\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .\32xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .\32xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .\32xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .\32xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .\32xl\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .\32xl\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .\32xl\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .\32xl\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .\32xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .\32xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .\32xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .\32xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .\32xl\:last\:pt-11:last-child {
    padding-top: 2.75rem;
  }

  .\32xl\:last\:pr-11:last-child {
    padding-right: 2.75rem;
  }

  .\32xl\:last\:pb-11:last-child {
    padding-bottom: 2.75rem;
  }

  .\32xl\:last\:pl-11:last-child {
    padding-left: 2.75rem;
  }

  .\32xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .\32xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .\32xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .\32xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .\32xl\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .\32xl\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .\32xl\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .\32xl\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .\32xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .\32xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .\32xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .\32xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .\32xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .\32xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .\32xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .\32xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .\32xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .\32xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .\32xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .\32xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .\32xl\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .\32xl\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .\32xl\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .\32xl\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .\32xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .\32xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .\32xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .\32xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .\32xl\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .\32xl\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .\32xl\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .\32xl\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .\32xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .\32xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .\32xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .\32xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .\32xl\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .\32xl\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .\32xl\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .\32xl\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .\32xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .\32xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .\32xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .\32xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .\32xl\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .\32xl\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .\32xl\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .\32xl\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .\32xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .\32xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .\32xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .\32xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .\32xl\:last\:pt-60:last-child {
    padding-top: 15rem;
  }

  .\32xl\:last\:pr-60:last-child {
    padding-right: 15rem;
  }

  .\32xl\:last\:pb-60:last-child {
    padding-bottom: 15rem;
  }

  .\32xl\:last\:pl-60:last-child {
    padding-left: 15rem;
  }

  .\32xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .\32xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .\32xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .\32xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .\32xl\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .\32xl\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .\32xl\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .\32xl\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .\32xl\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .\32xl\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .\32xl\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .\32xl\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .\32xl\:last\:pt-96:last-child {
    padding-top: 24rem;
  }

  .\32xl\:last\:pr-96:last-child {
    padding-right: 24rem;
  }

  .\32xl\:last\:pb-96:last-child {
    padding-bottom: 24rem;
  }

  .\32xl\:last\:pl-96:last-child {
    padding-left: 24rem;
  }

  .\32xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .\32xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .\32xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .\32xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .\32xl\:last\:pt-0\.5:last-child {
    padding-top: 0.125rem;
  }

  .\32xl\:last\:pr-0\.5:last-child {
    padding-right: 0.125rem;
  }

  .\32xl\:last\:pb-0\.5:last-child {
    padding-bottom: 0.125rem;
  }

  .\32xl\:last\:pl-0\.5:last-child {
    padding-left: 0.125rem;
  }

  .\32xl\:last\:pt-1\.5:last-child {
    padding-top: 0.375rem;
  }

  .\32xl\:last\:pr-1\.5:last-child {
    padding-right: 0.375rem;
  }

  .\32xl\:last\:pb-1\.5:last-child {
    padding-bottom: 0.375rem;
  }

  .\32xl\:last\:pl-1\.5:last-child {
    padding-left: 0.375rem;
  }

  .\32xl\:last\:pt-2\.5:last-child {
    padding-top: 0.625rem;
  }

  .\32xl\:last\:pr-2\.5:last-child {
    padding-right: 0.625rem;
  }

  .\32xl\:last\:pb-2\.5:last-child {
    padding-bottom: 0.625rem;
  }

  .\32xl\:last\:pl-2\.5:last-child {
    padding-left: 0.625rem;
  }

  .\32xl\:last\:pt-3\.5:last-child {
    padding-top: 0.875rem;
  }

  .\32xl\:last\:pr-3\.5:last-child {
    padding-right: 0.875rem;
  }

  .\32xl\:last\:pb-3\.5:last-child {
    padding-bottom: 0.875rem;
  }

  .\32xl\:last\:pl-3\.5:last-child {
    padding-left: 0.875rem;
  }

  .\32xl\:odd\:p-0:nth-child(odd) {
    padding: 0px;
  }

  .\32xl\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .\32xl\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .\32xl\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .\32xl\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .\32xl\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .\32xl\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .\32xl\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .\32xl\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .\32xl\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .\32xl\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .\32xl\:odd\:p-11:nth-child(odd) {
    padding: 2.75rem;
  }

  .\32xl\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .\32xl\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .\32xl\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .\32xl\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .\32xl\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .\32xl\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .\32xl\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .\32xl\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .\32xl\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .\32xl\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .\32xl\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .\32xl\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .\32xl\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .\32xl\:odd\:p-60:nth-child(odd) {
    padding: 15rem;
  }

  .\32xl\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .\32xl\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .\32xl\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .\32xl\:odd\:p-96:nth-child(odd) {
    padding: 24rem;
  }

  .\32xl\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .\32xl\:odd\:p-0\.5:nth-child(odd) {
    padding: 0.125rem;
  }

  .\32xl\:odd\:p-1\.5:nth-child(odd) {
    padding: 0.375rem;
  }

  .\32xl\:odd\:p-2\.5:nth-child(odd) {
    padding: 0.625rem;
  }

  .\32xl\:odd\:p-3\.5:nth-child(odd) {
    padding: 0.875rem;
  }

  .\32xl\:odd\:py-0:nth-child(odd) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:odd\:px-0:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:odd\:py-11:nth-child(odd) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:odd\:px-11:nth-child(odd) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:odd\:py-60:nth-child(odd) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:odd\:px-60:nth-child(odd) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:odd\:py-96:nth-child(odd) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:odd\:px-96:nth-child(odd) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:odd\:py-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:odd\:px-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:odd\:py-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:odd\:px-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:odd\:py-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:odd\:px-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:odd\:py-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:odd\:px-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:odd\:pt-0:nth-child(odd) {
    padding-top: 0px;
  }

  .\32xl\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }

  .\32xl\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0px;
  }

  .\32xl\:odd\:pl-0:nth-child(odd) {
    padding-left: 0px;
  }

  .\32xl\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .\32xl\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .\32xl\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .\32xl\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .\32xl\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .\32xl\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .\32xl\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .\32xl\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .\32xl\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .\32xl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .\32xl\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .\32xl\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .\32xl\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .\32xl\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .\32xl\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .\32xl\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .\32xl\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .\32xl\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .\32xl\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .\32xl\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .\32xl\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .\32xl\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .\32xl\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .\32xl\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .\32xl\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .\32xl\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .\32xl\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .\32xl\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .\32xl\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .\32xl\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .\32xl\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .\32xl\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .\32xl\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .\32xl\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .\32xl\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .\32xl\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .\32xl\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .\32xl\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .\32xl\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .\32xl\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .\32xl\:odd\:pt-11:nth-child(odd) {
    padding-top: 2.75rem;
  }

  .\32xl\:odd\:pr-11:nth-child(odd) {
    padding-right: 2.75rem;
  }

  .\32xl\:odd\:pb-11:nth-child(odd) {
    padding-bottom: 2.75rem;
  }

  .\32xl\:odd\:pl-11:nth-child(odd) {
    padding-left: 2.75rem;
  }

  .\32xl\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .\32xl\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .\32xl\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .\32xl\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .\32xl\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .\32xl\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .\32xl\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .\32xl\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .\32xl\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .\32xl\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .\32xl\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .\32xl\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .\32xl\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .\32xl\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .\32xl\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .\32xl\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .\32xl\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .\32xl\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .\32xl\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .\32xl\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .\32xl\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .\32xl\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .\32xl\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .\32xl\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .\32xl\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .\32xl\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .\32xl\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .\32xl\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .\32xl\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .\32xl\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .\32xl\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .\32xl\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .\32xl\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .\32xl\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .\32xl\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .\32xl\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .\32xl\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .\32xl\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .\32xl\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .\32xl\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .\32xl\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .\32xl\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .\32xl\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .\32xl\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .\32xl\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .\32xl\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .\32xl\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .\32xl\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .\32xl\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .\32xl\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .\32xl\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .\32xl\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .\32xl\:odd\:pt-60:nth-child(odd) {
    padding-top: 15rem;
  }

  .\32xl\:odd\:pr-60:nth-child(odd) {
    padding-right: 15rem;
  }

  .\32xl\:odd\:pb-60:nth-child(odd) {
    padding-bottom: 15rem;
  }

  .\32xl\:odd\:pl-60:nth-child(odd) {
    padding-left: 15rem;
  }

  .\32xl\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .\32xl\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .\32xl\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .\32xl\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .\32xl\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .\32xl\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .\32xl\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .\32xl\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .\32xl\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .\32xl\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .\32xl\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .\32xl\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .\32xl\:odd\:pt-96:nth-child(odd) {
    padding-top: 24rem;
  }

  .\32xl\:odd\:pr-96:nth-child(odd) {
    padding-right: 24rem;
  }

  .\32xl\:odd\:pb-96:nth-child(odd) {
    padding-bottom: 24rem;
  }

  .\32xl\:odd\:pl-96:nth-child(odd) {
    padding-left: 24rem;
  }

  .\32xl\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .\32xl\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .\32xl\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .\32xl\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .\32xl\:odd\:pt-0\.5:nth-child(odd) {
    padding-top: 0.125rem;
  }

  .\32xl\:odd\:pr-0\.5:nth-child(odd) {
    padding-right: 0.125rem;
  }

  .\32xl\:odd\:pb-0\.5:nth-child(odd) {
    padding-bottom: 0.125rem;
  }

  .\32xl\:odd\:pl-0\.5:nth-child(odd) {
    padding-left: 0.125rem;
  }

  .\32xl\:odd\:pt-1\.5:nth-child(odd) {
    padding-top: 0.375rem;
  }

  .\32xl\:odd\:pr-1\.5:nth-child(odd) {
    padding-right: 0.375rem;
  }

  .\32xl\:odd\:pb-1\.5:nth-child(odd) {
    padding-bottom: 0.375rem;
  }

  .\32xl\:odd\:pl-1\.5:nth-child(odd) {
    padding-left: 0.375rem;
  }

  .\32xl\:odd\:pt-2\.5:nth-child(odd) {
    padding-top: 0.625rem;
  }

  .\32xl\:odd\:pr-2\.5:nth-child(odd) {
    padding-right: 0.625rem;
  }

  .\32xl\:odd\:pb-2\.5:nth-child(odd) {
    padding-bottom: 0.625rem;
  }

  .\32xl\:odd\:pl-2\.5:nth-child(odd) {
    padding-left: 0.625rem;
  }

  .\32xl\:odd\:pt-3\.5:nth-child(odd) {
    padding-top: 0.875rem;
  }

  .\32xl\:odd\:pr-3\.5:nth-child(odd) {
    padding-right: 0.875rem;
  }

  .\32xl\:odd\:pb-3\.5:nth-child(odd) {
    padding-bottom: 0.875rem;
  }

  .\32xl\:odd\:pl-3\.5:nth-child(odd) {
    padding-left: 0.875rem;
  }

  .\32xl\:even\:p-0:nth-child(even) {
    padding: 0px;
  }

  .\32xl\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .\32xl\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .\32xl\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .\32xl\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .\32xl\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .\32xl\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .\32xl\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .\32xl\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .\32xl\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .\32xl\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .\32xl\:even\:p-11:nth-child(even) {
    padding: 2.75rem;
  }

  .\32xl\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .\32xl\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .\32xl\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .\32xl\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .\32xl\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .\32xl\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .\32xl\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .\32xl\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .\32xl\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .\32xl\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .\32xl\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .\32xl\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .\32xl\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .\32xl\:even\:p-60:nth-child(even) {
    padding: 15rem;
  }

  .\32xl\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .\32xl\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .\32xl\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .\32xl\:even\:p-96:nth-child(even) {
    padding: 24rem;
  }

  .\32xl\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .\32xl\:even\:p-0\.5:nth-child(even) {
    padding: 0.125rem;
  }

  .\32xl\:even\:p-1\.5:nth-child(even) {
    padding: 0.375rem;
  }

  .\32xl\:even\:p-2\.5:nth-child(even) {
    padding: 0.625rem;
  }

  .\32xl\:even\:p-3\.5:nth-child(even) {
    padding: 0.875rem;
  }

  .\32xl\:even\:py-0:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:even\:px-0:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:even\:py-11:nth-child(even) {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:even\:px-11:nth-child(even) {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:even\:py-60:nth-child(even) {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:even\:px-60:nth-child(even) {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:even\:py-96:nth-child(even) {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:even\:px-96:nth-child(even) {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:even\:py-0\.5:nth-child(even) {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:even\:px-0\.5:nth-child(even) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:even\:py-1\.5:nth-child(even) {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:even\:px-1\.5:nth-child(even) {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:even\:py-2\.5:nth-child(even) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:even\:px-2\.5:nth-child(even) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:even\:py-3\.5:nth-child(even) {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:even\:px-3\.5:nth-child(even) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:even\:pt-0:nth-child(even) {
    padding-top: 0px;
  }

  .\32xl\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }

  .\32xl\:even\:pb-0:nth-child(even) {
    padding-bottom: 0px;
  }

  .\32xl\:even\:pl-0:nth-child(even) {
    padding-left: 0px;
  }

  .\32xl\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .\32xl\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .\32xl\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .\32xl\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .\32xl\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .\32xl\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .\32xl\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .\32xl\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .\32xl\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .\32xl\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .\32xl\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .\32xl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .\32xl\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .\32xl\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .\32xl\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .\32xl\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .\32xl\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .\32xl\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .\32xl\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .\32xl\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .\32xl\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .\32xl\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .\32xl\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .\32xl\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .\32xl\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .\32xl\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .\32xl\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .\32xl\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .\32xl\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .\32xl\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .\32xl\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .\32xl\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .\32xl\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .\32xl\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .\32xl\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .\32xl\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .\32xl\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .\32xl\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .\32xl\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .\32xl\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .\32xl\:even\:pt-11:nth-child(even) {
    padding-top: 2.75rem;
  }

  .\32xl\:even\:pr-11:nth-child(even) {
    padding-right: 2.75rem;
  }

  .\32xl\:even\:pb-11:nth-child(even) {
    padding-bottom: 2.75rem;
  }

  .\32xl\:even\:pl-11:nth-child(even) {
    padding-left: 2.75rem;
  }

  .\32xl\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .\32xl\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .\32xl\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .\32xl\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .\32xl\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .\32xl\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .\32xl\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .\32xl\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .\32xl\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .\32xl\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .\32xl\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .\32xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .\32xl\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .\32xl\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .\32xl\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .\32xl\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .\32xl\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .\32xl\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .\32xl\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .\32xl\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .\32xl\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .\32xl\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .\32xl\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .\32xl\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .\32xl\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .\32xl\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .\32xl\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .\32xl\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .\32xl\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .\32xl\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .\32xl\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .\32xl\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .\32xl\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .\32xl\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .\32xl\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .\32xl\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .\32xl\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .\32xl\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .\32xl\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .\32xl\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .\32xl\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .\32xl\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .\32xl\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .\32xl\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .\32xl\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .\32xl\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .\32xl\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .\32xl\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .\32xl\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .\32xl\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .\32xl\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .\32xl\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .\32xl\:even\:pt-60:nth-child(even) {
    padding-top: 15rem;
  }

  .\32xl\:even\:pr-60:nth-child(even) {
    padding-right: 15rem;
  }

  .\32xl\:even\:pb-60:nth-child(even) {
    padding-bottom: 15rem;
  }

  .\32xl\:even\:pl-60:nth-child(even) {
    padding-left: 15rem;
  }

  .\32xl\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .\32xl\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .\32xl\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .\32xl\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .\32xl\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .\32xl\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .\32xl\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .\32xl\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .\32xl\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .\32xl\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .\32xl\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .\32xl\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .\32xl\:even\:pt-96:nth-child(even) {
    padding-top: 24rem;
  }

  .\32xl\:even\:pr-96:nth-child(even) {
    padding-right: 24rem;
  }

  .\32xl\:even\:pb-96:nth-child(even) {
    padding-bottom: 24rem;
  }

  .\32xl\:even\:pl-96:nth-child(even) {
    padding-left: 24rem;
  }

  .\32xl\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .\32xl\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .\32xl\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .\32xl\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .\32xl\:even\:pt-0\.5:nth-child(even) {
    padding-top: 0.125rem;
  }

  .\32xl\:even\:pr-0\.5:nth-child(even) {
    padding-right: 0.125rem;
  }

  .\32xl\:even\:pb-0\.5:nth-child(even) {
    padding-bottom: 0.125rem;
  }

  .\32xl\:even\:pl-0\.5:nth-child(even) {
    padding-left: 0.125rem;
  }

  .\32xl\:even\:pt-1\.5:nth-child(even) {
    padding-top: 0.375rem;
  }

  .\32xl\:even\:pr-1\.5:nth-child(even) {
    padding-right: 0.375rem;
  }

  .\32xl\:even\:pb-1\.5:nth-child(even) {
    padding-bottom: 0.375rem;
  }

  .\32xl\:even\:pl-1\.5:nth-child(even) {
    padding-left: 0.375rem;
  }

  .\32xl\:even\:pt-2\.5:nth-child(even) {
    padding-top: 0.625rem;
  }

  .\32xl\:even\:pr-2\.5:nth-child(even) {
    padding-right: 0.625rem;
  }

  .\32xl\:even\:pb-2\.5:nth-child(even) {
    padding-bottom: 0.625rem;
  }

  .\32xl\:even\:pl-2\.5:nth-child(even) {
    padding-left: 0.625rem;
  }

  .\32xl\:even\:pt-3\.5:nth-child(even) {
    padding-top: 0.875rem;
  }

  .\32xl\:even\:pr-3\.5:nth-child(even) {
    padding-right: 0.875rem;
  }

  .\32xl\:even\:pb-3\.5:nth-child(even) {
    padding-bottom: 0.875rem;
  }

  .\32xl\:even\:pl-3\.5:nth-child(even) {
    padding-left: 0.875rem;
  }

  .\32xl\:hover\:p-0:hover {
    padding: 0px;
  }

  .\32xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .\32xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .\32xl\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .\32xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .\32xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .\32xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .\32xl\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .\32xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .\32xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .\32xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .\32xl\:hover\:p-11:hover {
    padding: 2.75rem;
  }

  .\32xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .\32xl\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .\32xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .\32xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .\32xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .\32xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .\32xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .\32xl\:hover\:p-36:hover {
    padding: 9rem;
  }

  .\32xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .\32xl\:hover\:p-44:hover {
    padding: 11rem;
  }

  .\32xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .\32xl\:hover\:p-52:hover {
    padding: 13rem;
  }

  .\32xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .\32xl\:hover\:p-60:hover {
    padding: 15rem;
  }

  .\32xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .\32xl\:hover\:p-72:hover {
    padding: 18rem;
  }

  .\32xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .\32xl\:hover\:p-96:hover {
    padding: 24rem;
  }

  .\32xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .\32xl\:hover\:p-0\.5:hover {
    padding: 0.125rem;
  }

  .\32xl\:hover\:p-1\.5:hover {
    padding: 0.375rem;
  }

  .\32xl\:hover\:p-2\.5:hover {
    padding: 0.625rem;
  }

  .\32xl\:hover\:p-3\.5:hover {
    padding: 0.875rem;
  }

  .\32xl\:hover\:py-0:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:hover\:px-0:hover {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:hover\:py-11:hover {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:hover\:px-11:hover {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:hover\:py-60:hover {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:hover\:px-60:hover {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:hover\:py-96:hover {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:hover\:px-96:hover {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:hover\:py-0\.5:hover {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:hover\:px-0\.5:hover {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:hover\:py-1\.5:hover {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:hover\:px-1\.5:hover {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:hover\:py-2\.5:hover {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:hover\:px-2\.5:hover {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:hover\:py-3\.5:hover {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:hover\:px-3\.5:hover {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:hover\:pt-0:hover {
    padding-top: 0px;
  }

  .\32xl\:hover\:pr-0:hover {
    padding-right: 0px;
  }

  .\32xl\:hover\:pb-0:hover {
    padding-bottom: 0px;
  }

  .\32xl\:hover\:pl-0:hover {
    padding-left: 0px;
  }

  .\32xl\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .\32xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .\32xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .\32xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .\32xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .\32xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .\32xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .\32xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .\32xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .\32xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .\32xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .\32xl\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .\32xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .\32xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .\32xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .\32xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .\32xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .\32xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .\32xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .\32xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .\32xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .\32xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .\32xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .\32xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .\32xl\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .\32xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .\32xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .\32xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .\32xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .\32xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .\32xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .\32xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .\32xl\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .\32xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .\32xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .\32xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .\32xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .\32xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .\32xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .\32xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .\32xl\:hover\:pt-11:hover {
    padding-top: 2.75rem;
  }

  .\32xl\:hover\:pr-11:hover {
    padding-right: 2.75rem;
  }

  .\32xl\:hover\:pb-11:hover {
    padding-bottom: 2.75rem;
  }

  .\32xl\:hover\:pl-11:hover {
    padding-left: 2.75rem;
  }

  .\32xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .\32xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .\32xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .\32xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .\32xl\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .\32xl\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .\32xl\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .\32xl\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .\32xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .\32xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .\32xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .\32xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .\32xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .\32xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .\32xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .\32xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .\32xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .\32xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .\32xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .\32xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .\32xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .\32xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .\32xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .\32xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .\32xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .\32xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .\32xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .\32xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .\32xl\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .\32xl\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .\32xl\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .\32xl\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .\32xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .\32xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .\32xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .\32xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .\32xl\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .\32xl\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .\32xl\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .\32xl\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .\32xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .\32xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .\32xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .\32xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .\32xl\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .\32xl\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .\32xl\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .\32xl\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .\32xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .\32xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .\32xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .\32xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .\32xl\:hover\:pt-60:hover {
    padding-top: 15rem;
  }

  .\32xl\:hover\:pr-60:hover {
    padding-right: 15rem;
  }

  .\32xl\:hover\:pb-60:hover {
    padding-bottom: 15rem;
  }

  .\32xl\:hover\:pl-60:hover {
    padding-left: 15rem;
  }

  .\32xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .\32xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .\32xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .\32xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .\32xl\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .\32xl\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .\32xl\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .\32xl\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .\32xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .\32xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .\32xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .\32xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .\32xl\:hover\:pt-96:hover {
    padding-top: 24rem;
  }

  .\32xl\:hover\:pr-96:hover {
    padding-right: 24rem;
  }

  .\32xl\:hover\:pb-96:hover {
    padding-bottom: 24rem;
  }

  .\32xl\:hover\:pl-96:hover {
    padding-left: 24rem;
  }

  .\32xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .\32xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .\32xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .\32xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .\32xl\:hover\:pt-0\.5:hover {
    padding-top: 0.125rem;
  }

  .\32xl\:hover\:pr-0\.5:hover {
    padding-right: 0.125rem;
  }

  .\32xl\:hover\:pb-0\.5:hover {
    padding-bottom: 0.125rem;
  }

  .\32xl\:hover\:pl-0\.5:hover {
    padding-left: 0.125rem;
  }

  .\32xl\:hover\:pt-1\.5:hover {
    padding-top: 0.375rem;
  }

  .\32xl\:hover\:pr-1\.5:hover {
    padding-right: 0.375rem;
  }

  .\32xl\:hover\:pb-1\.5:hover {
    padding-bottom: 0.375rem;
  }

  .\32xl\:hover\:pl-1\.5:hover {
    padding-left: 0.375rem;
  }

  .\32xl\:hover\:pt-2\.5:hover {
    padding-top: 0.625rem;
  }

  .\32xl\:hover\:pr-2\.5:hover {
    padding-right: 0.625rem;
  }

  .\32xl\:hover\:pb-2\.5:hover {
    padding-bottom: 0.625rem;
  }

  .\32xl\:hover\:pl-2\.5:hover {
    padding-left: 0.625rem;
  }

  .\32xl\:hover\:pt-3\.5:hover {
    padding-top: 0.875rem;
  }

  .\32xl\:hover\:pr-3\.5:hover {
    padding-right: 0.875rem;
  }

  .\32xl\:hover\:pb-3\.5:hover {
    padding-bottom: 0.875rem;
  }

  .\32xl\:hover\:pl-3\.5:hover {
    padding-left: 0.875rem;
  }

  .\32xl\:focus\:p-0:focus {
    padding: 0px;
  }

  .\32xl\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .\32xl\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .\32xl\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .\32xl\:focus\:p-4:focus {
    padding: 1rem;
  }

  .\32xl\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .\32xl\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .\32xl\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .\32xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .\32xl\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .\32xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .\32xl\:focus\:p-11:focus {
    padding: 2.75rem;
  }

  .\32xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .\32xl\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .\32xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .\32xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .\32xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .\32xl\:focus\:p-28:focus {
    padding: 7rem;
  }

  .\32xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .\32xl\:focus\:p-36:focus {
    padding: 9rem;
  }

  .\32xl\:focus\:p-40:focus {
    padding: 10rem;
  }

  .\32xl\:focus\:p-44:focus {
    padding: 11rem;
  }

  .\32xl\:focus\:p-48:focus {
    padding: 12rem;
  }

  .\32xl\:focus\:p-52:focus {
    padding: 13rem;
  }

  .\32xl\:focus\:p-56:focus {
    padding: 14rem;
  }

  .\32xl\:focus\:p-60:focus {
    padding: 15rem;
  }

  .\32xl\:focus\:p-64:focus {
    padding: 16rem;
  }

  .\32xl\:focus\:p-72:focus {
    padding: 18rem;
  }

  .\32xl\:focus\:p-80:focus {
    padding: 20rem;
  }

  .\32xl\:focus\:p-96:focus {
    padding: 24rem;
  }

  .\32xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .\32xl\:focus\:p-0\.5:focus {
    padding: 0.125rem;
  }

  .\32xl\:focus\:p-1\.5:focus {
    padding: 0.375rem;
  }

  .\32xl\:focus\:p-2\.5:focus {
    padding: 0.625rem;
  }

  .\32xl\:focus\:p-3\.5:focus {
    padding: 0.875rem;
  }

  .\32xl\:focus\:py-0:focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:focus\:px-0:focus {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:focus\:py-11:focus {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:focus\:px-11:focus {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:focus\:py-60:focus {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:focus\:px-60:focus {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:focus\:py-96:focus {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:focus\:px-96:focus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:focus\:py-0\.5:focus {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:focus\:px-0\.5:focus {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:focus\:py-1\.5:focus {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:focus\:px-1\.5:focus {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:focus\:py-2\.5:focus {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:focus\:px-2\.5:focus {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:focus\:py-3\.5:focus {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:focus\:px-3\.5:focus {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:focus\:pt-0:focus {
    padding-top: 0px;
  }

  .\32xl\:focus\:pr-0:focus {
    padding-right: 0px;
  }

  .\32xl\:focus\:pb-0:focus {
    padding-bottom: 0px;
  }

  .\32xl\:focus\:pl-0:focus {
    padding-left: 0px;
  }

  .\32xl\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .\32xl\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .\32xl\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .\32xl\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .\32xl\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .\32xl\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .\32xl\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .\32xl\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .\32xl\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .\32xl\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .\32xl\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .\32xl\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .\32xl\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .\32xl\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .\32xl\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .\32xl\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .\32xl\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .\32xl\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .\32xl\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .\32xl\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .\32xl\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .\32xl\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .\32xl\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .\32xl\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .\32xl\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .\32xl\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .\32xl\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .\32xl\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .\32xl\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .\32xl\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .\32xl\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .\32xl\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .\32xl\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .\32xl\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .\32xl\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .\32xl\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .\32xl\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .\32xl\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .\32xl\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .\32xl\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .\32xl\:focus\:pt-11:focus {
    padding-top: 2.75rem;
  }

  .\32xl\:focus\:pr-11:focus {
    padding-right: 2.75rem;
  }

  .\32xl\:focus\:pb-11:focus {
    padding-bottom: 2.75rem;
  }

  .\32xl\:focus\:pl-11:focus {
    padding-left: 2.75rem;
  }

  .\32xl\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .\32xl\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .\32xl\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .\32xl\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .\32xl\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .\32xl\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .\32xl\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .\32xl\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .\32xl\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .\32xl\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .\32xl\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .\32xl\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .\32xl\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .\32xl\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .\32xl\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .\32xl\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .\32xl\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .\32xl\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .\32xl\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .\32xl\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .\32xl\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .\32xl\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .\32xl\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .\32xl\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .\32xl\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .\32xl\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .\32xl\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .\32xl\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .\32xl\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .\32xl\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .\32xl\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .\32xl\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .\32xl\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .\32xl\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .\32xl\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .\32xl\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .\32xl\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .\32xl\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .\32xl\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .\32xl\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .\32xl\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .\32xl\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .\32xl\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .\32xl\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .\32xl\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .\32xl\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .\32xl\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .\32xl\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .\32xl\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .\32xl\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .\32xl\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .\32xl\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .\32xl\:focus\:pt-60:focus {
    padding-top: 15rem;
  }

  .\32xl\:focus\:pr-60:focus {
    padding-right: 15rem;
  }

  .\32xl\:focus\:pb-60:focus {
    padding-bottom: 15rem;
  }

  .\32xl\:focus\:pl-60:focus {
    padding-left: 15rem;
  }

  .\32xl\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .\32xl\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .\32xl\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .\32xl\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .\32xl\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .\32xl\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .\32xl\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .\32xl\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .\32xl\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .\32xl\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .\32xl\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .\32xl\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .\32xl\:focus\:pt-96:focus {
    padding-top: 24rem;
  }

  .\32xl\:focus\:pr-96:focus {
    padding-right: 24rem;
  }

  .\32xl\:focus\:pb-96:focus {
    padding-bottom: 24rem;
  }

  .\32xl\:focus\:pl-96:focus {
    padding-left: 24rem;
  }

  .\32xl\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .\32xl\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .\32xl\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .\32xl\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .\32xl\:focus\:pt-0\.5:focus {
    padding-top: 0.125rem;
  }

  .\32xl\:focus\:pr-0\.5:focus {
    padding-right: 0.125rem;
  }

  .\32xl\:focus\:pb-0\.5:focus {
    padding-bottom: 0.125rem;
  }

  .\32xl\:focus\:pl-0\.5:focus {
    padding-left: 0.125rem;
  }

  .\32xl\:focus\:pt-1\.5:focus {
    padding-top: 0.375rem;
  }

  .\32xl\:focus\:pr-1\.5:focus {
    padding-right: 0.375rem;
  }

  .\32xl\:focus\:pb-1\.5:focus {
    padding-bottom: 0.375rem;
  }

  .\32xl\:focus\:pl-1\.5:focus {
    padding-left: 0.375rem;
  }

  .\32xl\:focus\:pt-2\.5:focus {
    padding-top: 0.625rem;
  }

  .\32xl\:focus\:pr-2\.5:focus {
    padding-right: 0.625rem;
  }

  .\32xl\:focus\:pb-2\.5:focus {
    padding-bottom: 0.625rem;
  }

  .\32xl\:focus\:pl-2\.5:focus {
    padding-left: 0.625rem;
  }

  .\32xl\:focus\:pt-3\.5:focus {
    padding-top: 0.875rem;
  }

  .\32xl\:focus\:pr-3\.5:focus {
    padding-right: 0.875rem;
  }

  .\32xl\:focus\:pb-3\.5:focus {
    padding-bottom: 0.875rem;
  }

  .\32xl\:focus\:pl-3\.5:focus {
    padding-left: 0.875rem;
  }

  .\32xl\:active\:p-0:active {
    padding: 0px;
  }

  .\32xl\:active\:p-1:active {
    padding: 0.25rem;
  }

  .\32xl\:active\:p-2:active {
    padding: 0.5rem;
  }

  .\32xl\:active\:p-3:active {
    padding: 0.75rem;
  }

  .\32xl\:active\:p-4:active {
    padding: 1rem;
  }

  .\32xl\:active\:p-5:active {
    padding: 1.25rem;
  }

  .\32xl\:active\:p-6:active {
    padding: 1.5rem;
  }

  .\32xl\:active\:p-7:active {
    padding: 1.75rem;
  }

  .\32xl\:active\:p-8:active {
    padding: 2rem;
  }

  .\32xl\:active\:p-9:active {
    padding: 2.25rem;
  }

  .\32xl\:active\:p-10:active {
    padding: 2.5rem;
  }

  .\32xl\:active\:p-11:active {
    padding: 2.75rem;
  }

  .\32xl\:active\:p-12:active {
    padding: 3rem;
  }

  .\32xl\:active\:p-14:active {
    padding: 3.5rem;
  }

  .\32xl\:active\:p-16:active {
    padding: 4rem;
  }

  .\32xl\:active\:p-20:active {
    padding: 5rem;
  }

  .\32xl\:active\:p-24:active {
    padding: 6rem;
  }

  .\32xl\:active\:p-28:active {
    padding: 7rem;
  }

  .\32xl\:active\:p-32:active {
    padding: 8rem;
  }

  .\32xl\:active\:p-36:active {
    padding: 9rem;
  }

  .\32xl\:active\:p-40:active {
    padding: 10rem;
  }

  .\32xl\:active\:p-44:active {
    padding: 11rem;
  }

  .\32xl\:active\:p-48:active {
    padding: 12rem;
  }

  .\32xl\:active\:p-52:active {
    padding: 13rem;
  }

  .\32xl\:active\:p-56:active {
    padding: 14rem;
  }

  .\32xl\:active\:p-60:active {
    padding: 15rem;
  }

  .\32xl\:active\:p-64:active {
    padding: 16rem;
  }

  .\32xl\:active\:p-72:active {
    padding: 18rem;
  }

  .\32xl\:active\:p-80:active {
    padding: 20rem;
  }

  .\32xl\:active\:p-96:active {
    padding: 24rem;
  }

  .\32xl\:active\:p-px:active {
    padding: 1px;
  }

  .\32xl\:active\:p-0\.5:active {
    padding: 0.125rem;
  }

  .\32xl\:active\:p-1\.5:active {
    padding: 0.375rem;
  }

  .\32xl\:active\:p-2\.5:active {
    padding: 0.625rem;
  }

  .\32xl\:active\:p-3\.5:active {
    padding: 0.875rem;
  }

  .\32xl\:active\:py-0:active {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:active\:px-0:active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:active\:py-1:active {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:active\:px-1:active {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:active\:py-2:active {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:active\:px-2:active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:active\:py-3:active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:active\:px-3:active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:active\:py-7:active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:active\:px-7:active {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:active\:py-9:active {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:active\:px-9:active {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:active\:py-11:active {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:active\:px-11:active {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:active\:py-14:active {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:active\:px-14:active {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:active\:py-28:active {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:active\:px-28:active {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:active\:py-36:active {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:active\:px-36:active {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:active\:py-40:active {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:active\:px-40:active {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:active\:py-44:active {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:active\:px-44:active {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:active\:py-48:active {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:active\:px-48:active {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:active\:py-52:active {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:active\:px-52:active {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:active\:py-56:active {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:active\:px-56:active {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:active\:py-60:active {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:active\:px-60:active {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:active\:py-64:active {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:active\:px-64:active {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:active\:py-72:active {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:active\:px-72:active {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:active\:py-80:active {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:active\:px-80:active {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:active\:py-96:active {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:active\:px-96:active {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:active\:py-0\.5:active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:active\:px-0\.5:active {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:active\:py-1\.5:active {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:active\:px-1\.5:active {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:active\:py-2\.5:active {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:active\:px-2\.5:active {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:active\:py-3\.5:active {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:active\:px-3\.5:active {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:active\:pt-0:active {
    padding-top: 0px;
  }

  .\32xl\:active\:pr-0:active {
    padding-right: 0px;
  }

  .\32xl\:active\:pb-0:active {
    padding-bottom: 0px;
  }

  .\32xl\:active\:pl-0:active {
    padding-left: 0px;
  }

  .\32xl\:active\:pt-1:active {
    padding-top: 0.25rem;
  }

  .\32xl\:active\:pr-1:active {
    padding-right: 0.25rem;
  }

  .\32xl\:active\:pb-1:active {
    padding-bottom: 0.25rem;
  }

  .\32xl\:active\:pl-1:active {
    padding-left: 0.25rem;
  }

  .\32xl\:active\:pt-2:active {
    padding-top: 0.5rem;
  }

  .\32xl\:active\:pr-2:active {
    padding-right: 0.5rem;
  }

  .\32xl\:active\:pb-2:active {
    padding-bottom: 0.5rem;
  }

  .\32xl\:active\:pl-2:active {
    padding-left: 0.5rem;
  }

  .\32xl\:active\:pt-3:active {
    padding-top: 0.75rem;
  }

  .\32xl\:active\:pr-3:active {
    padding-right: 0.75rem;
  }

  .\32xl\:active\:pb-3:active {
    padding-bottom: 0.75rem;
  }

  .\32xl\:active\:pl-3:active {
    padding-left: 0.75rem;
  }

  .\32xl\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .\32xl\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .\32xl\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .\32xl\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .\32xl\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .\32xl\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .\32xl\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .\32xl\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .\32xl\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .\32xl\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .\32xl\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .\32xl\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .\32xl\:active\:pt-7:active {
    padding-top: 1.75rem;
  }

  .\32xl\:active\:pr-7:active {
    padding-right: 1.75rem;
  }

  .\32xl\:active\:pb-7:active {
    padding-bottom: 1.75rem;
  }

  .\32xl\:active\:pl-7:active {
    padding-left: 1.75rem;
  }

  .\32xl\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .\32xl\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .\32xl\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .\32xl\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .\32xl\:active\:pt-9:active {
    padding-top: 2.25rem;
  }

  .\32xl\:active\:pr-9:active {
    padding-right: 2.25rem;
  }

  .\32xl\:active\:pb-9:active {
    padding-bottom: 2.25rem;
  }

  .\32xl\:active\:pl-9:active {
    padding-left: 2.25rem;
  }

  .\32xl\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .\32xl\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .\32xl\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .\32xl\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .\32xl\:active\:pt-11:active {
    padding-top: 2.75rem;
  }

  .\32xl\:active\:pr-11:active {
    padding-right: 2.75rem;
  }

  .\32xl\:active\:pb-11:active {
    padding-bottom: 2.75rem;
  }

  .\32xl\:active\:pl-11:active {
    padding-left: 2.75rem;
  }

  .\32xl\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .\32xl\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .\32xl\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .\32xl\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .\32xl\:active\:pt-14:active {
    padding-top: 3.5rem;
  }

  .\32xl\:active\:pr-14:active {
    padding-right: 3.5rem;
  }

  .\32xl\:active\:pb-14:active {
    padding-bottom: 3.5rem;
  }

  .\32xl\:active\:pl-14:active {
    padding-left: 3.5rem;
  }

  .\32xl\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .\32xl\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .\32xl\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .\32xl\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .\32xl\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .\32xl\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .\32xl\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .\32xl\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .\32xl\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .\32xl\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .\32xl\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .\32xl\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .\32xl\:active\:pt-28:active {
    padding-top: 7rem;
  }

  .\32xl\:active\:pr-28:active {
    padding-right: 7rem;
  }

  .\32xl\:active\:pb-28:active {
    padding-bottom: 7rem;
  }

  .\32xl\:active\:pl-28:active {
    padding-left: 7rem;
  }

  .\32xl\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .\32xl\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .\32xl\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .\32xl\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .\32xl\:active\:pt-36:active {
    padding-top: 9rem;
  }

  .\32xl\:active\:pr-36:active {
    padding-right: 9rem;
  }

  .\32xl\:active\:pb-36:active {
    padding-bottom: 9rem;
  }

  .\32xl\:active\:pl-36:active {
    padding-left: 9rem;
  }

  .\32xl\:active\:pt-40:active {
    padding-top: 10rem;
  }

  .\32xl\:active\:pr-40:active {
    padding-right: 10rem;
  }

  .\32xl\:active\:pb-40:active {
    padding-bottom: 10rem;
  }

  .\32xl\:active\:pl-40:active {
    padding-left: 10rem;
  }

  .\32xl\:active\:pt-44:active {
    padding-top: 11rem;
  }

  .\32xl\:active\:pr-44:active {
    padding-right: 11rem;
  }

  .\32xl\:active\:pb-44:active {
    padding-bottom: 11rem;
  }

  .\32xl\:active\:pl-44:active {
    padding-left: 11rem;
  }

  .\32xl\:active\:pt-48:active {
    padding-top: 12rem;
  }

  .\32xl\:active\:pr-48:active {
    padding-right: 12rem;
  }

  .\32xl\:active\:pb-48:active {
    padding-bottom: 12rem;
  }

  .\32xl\:active\:pl-48:active {
    padding-left: 12rem;
  }

  .\32xl\:active\:pt-52:active {
    padding-top: 13rem;
  }

  .\32xl\:active\:pr-52:active {
    padding-right: 13rem;
  }

  .\32xl\:active\:pb-52:active {
    padding-bottom: 13rem;
  }

  .\32xl\:active\:pl-52:active {
    padding-left: 13rem;
  }

  .\32xl\:active\:pt-56:active {
    padding-top: 14rem;
  }

  .\32xl\:active\:pr-56:active {
    padding-right: 14rem;
  }

  .\32xl\:active\:pb-56:active {
    padding-bottom: 14rem;
  }

  .\32xl\:active\:pl-56:active {
    padding-left: 14rem;
  }

  .\32xl\:active\:pt-60:active {
    padding-top: 15rem;
  }

  .\32xl\:active\:pr-60:active {
    padding-right: 15rem;
  }

  .\32xl\:active\:pb-60:active {
    padding-bottom: 15rem;
  }

  .\32xl\:active\:pl-60:active {
    padding-left: 15rem;
  }

  .\32xl\:active\:pt-64:active {
    padding-top: 16rem;
  }

  .\32xl\:active\:pr-64:active {
    padding-right: 16rem;
  }

  .\32xl\:active\:pb-64:active {
    padding-bottom: 16rem;
  }

  .\32xl\:active\:pl-64:active {
    padding-left: 16rem;
  }

  .\32xl\:active\:pt-72:active {
    padding-top: 18rem;
  }

  .\32xl\:active\:pr-72:active {
    padding-right: 18rem;
  }

  .\32xl\:active\:pb-72:active {
    padding-bottom: 18rem;
  }

  .\32xl\:active\:pl-72:active {
    padding-left: 18rem;
  }

  .\32xl\:active\:pt-80:active {
    padding-top: 20rem;
  }

  .\32xl\:active\:pr-80:active {
    padding-right: 20rem;
  }

  .\32xl\:active\:pb-80:active {
    padding-bottom: 20rem;
  }

  .\32xl\:active\:pl-80:active {
    padding-left: 20rem;
  }

  .\32xl\:active\:pt-96:active {
    padding-top: 24rem;
  }

  .\32xl\:active\:pr-96:active {
    padding-right: 24rem;
  }

  .\32xl\:active\:pb-96:active {
    padding-bottom: 24rem;
  }

  .\32xl\:active\:pl-96:active {
    padding-left: 24rem;
  }

  .\32xl\:active\:pt-px:active {
    padding-top: 1px;
  }

  .\32xl\:active\:pr-px:active {
    padding-right: 1px;
  }

  .\32xl\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .\32xl\:active\:pl-px:active {
    padding-left: 1px;
  }

  .\32xl\:active\:pt-0\.5:active {
    padding-top: 0.125rem;
  }

  .\32xl\:active\:pr-0\.5:active {
    padding-right: 0.125rem;
  }

  .\32xl\:active\:pb-0\.5:active {
    padding-bottom: 0.125rem;
  }

  .\32xl\:active\:pl-0\.5:active {
    padding-left: 0.125rem;
  }

  .\32xl\:active\:pt-1\.5:active {
    padding-top: 0.375rem;
  }

  .\32xl\:active\:pr-1\.5:active {
    padding-right: 0.375rem;
  }

  .\32xl\:active\:pb-1\.5:active {
    padding-bottom: 0.375rem;
  }

  .\32xl\:active\:pl-1\.5:active {
    padding-left: 0.375rem;
  }

  .\32xl\:active\:pt-2\.5:active {
    padding-top: 0.625rem;
  }

  .\32xl\:active\:pr-2\.5:active {
    padding-right: 0.625rem;
  }

  .\32xl\:active\:pb-2\.5:active {
    padding-bottom: 0.625rem;
  }

  .\32xl\:active\:pl-2\.5:active {
    padding-left: 0.625rem;
  }

  .\32xl\:active\:pt-3\.5:active {
    padding-top: 0.875rem;
  }

  .\32xl\:active\:pr-3\.5:active {
    padding-right: 0.875rem;
  }

  .\32xl\:active\:pb-3\.5:active {
    padding-bottom: 0.875rem;
  }

  .\32xl\:active\:pl-3\.5:active {
    padding-left: 0.875rem;
  }

  .\32xl\:visited\:p-0:visited {
    padding: 0px;
  }

  .\32xl\:visited\:p-1:visited {
    padding: 0.25rem;
  }

  .\32xl\:visited\:p-2:visited {
    padding: 0.5rem;
  }

  .\32xl\:visited\:p-3:visited {
    padding: 0.75rem;
  }

  .\32xl\:visited\:p-4:visited {
    padding: 1rem;
  }

  .\32xl\:visited\:p-5:visited {
    padding: 1.25rem;
  }

  .\32xl\:visited\:p-6:visited {
    padding: 1.5rem;
  }

  .\32xl\:visited\:p-7:visited {
    padding: 1.75rem;
  }

  .\32xl\:visited\:p-8:visited {
    padding: 2rem;
  }

  .\32xl\:visited\:p-9:visited {
    padding: 2.25rem;
  }

  .\32xl\:visited\:p-10:visited {
    padding: 2.5rem;
  }

  .\32xl\:visited\:p-11:visited {
    padding: 2.75rem;
  }

  .\32xl\:visited\:p-12:visited {
    padding: 3rem;
  }

  .\32xl\:visited\:p-14:visited {
    padding: 3.5rem;
  }

  .\32xl\:visited\:p-16:visited {
    padding: 4rem;
  }

  .\32xl\:visited\:p-20:visited {
    padding: 5rem;
  }

  .\32xl\:visited\:p-24:visited {
    padding: 6rem;
  }

  .\32xl\:visited\:p-28:visited {
    padding: 7rem;
  }

  .\32xl\:visited\:p-32:visited {
    padding: 8rem;
  }

  .\32xl\:visited\:p-36:visited {
    padding: 9rem;
  }

  .\32xl\:visited\:p-40:visited {
    padding: 10rem;
  }

  .\32xl\:visited\:p-44:visited {
    padding: 11rem;
  }

  .\32xl\:visited\:p-48:visited {
    padding: 12rem;
  }

  .\32xl\:visited\:p-52:visited {
    padding: 13rem;
  }

  .\32xl\:visited\:p-56:visited {
    padding: 14rem;
  }

  .\32xl\:visited\:p-60:visited {
    padding: 15rem;
  }

  .\32xl\:visited\:p-64:visited {
    padding: 16rem;
  }

  .\32xl\:visited\:p-72:visited {
    padding: 18rem;
  }

  .\32xl\:visited\:p-80:visited {
    padding: 20rem;
  }

  .\32xl\:visited\:p-96:visited {
    padding: 24rem;
  }

  .\32xl\:visited\:p-px:visited {
    padding: 1px;
  }

  .\32xl\:visited\:p-0\.5:visited {
    padding: 0.125rem;
  }

  .\32xl\:visited\:p-1\.5:visited {
    padding: 0.375rem;
  }

  .\32xl\:visited\:p-2\.5:visited {
    padding: 0.625rem;
  }

  .\32xl\:visited\:p-3\.5:visited {
    padding: 0.875rem;
  }

  .\32xl\:visited\:py-0:visited {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:visited\:px-0:visited {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:visited\:py-1:visited {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:visited\:px-1:visited {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:visited\:py-2:visited {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:visited\:px-2:visited {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:visited\:py-3:visited {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:visited\:px-3:visited {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:visited\:py-4:visited {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:visited\:px-4:visited {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:visited\:py-5:visited {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:visited\:px-5:visited {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:visited\:py-6:visited {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:visited\:px-6:visited {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:visited\:py-7:visited {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:visited\:px-7:visited {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:visited\:py-8:visited {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:visited\:px-8:visited {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:visited\:py-9:visited {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:visited\:px-9:visited {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:visited\:py-10:visited {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:visited\:px-10:visited {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:visited\:py-11:visited {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:visited\:px-11:visited {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:visited\:py-12:visited {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:visited\:px-12:visited {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:visited\:py-14:visited {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:visited\:px-14:visited {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:visited\:py-16:visited {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:visited\:px-16:visited {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:visited\:py-20:visited {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:visited\:px-20:visited {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:visited\:py-24:visited {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:visited\:px-24:visited {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:visited\:py-28:visited {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:visited\:px-28:visited {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:visited\:py-32:visited {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:visited\:px-32:visited {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:visited\:py-36:visited {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:visited\:px-36:visited {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:visited\:py-40:visited {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:visited\:px-40:visited {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:visited\:py-44:visited {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:visited\:px-44:visited {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:visited\:py-48:visited {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:visited\:px-48:visited {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:visited\:py-52:visited {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:visited\:px-52:visited {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:visited\:py-56:visited {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:visited\:px-56:visited {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:visited\:py-60:visited {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:visited\:px-60:visited {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:visited\:py-64:visited {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:visited\:px-64:visited {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:visited\:py-72:visited {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:visited\:px-72:visited {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:visited\:py-80:visited {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:visited\:px-80:visited {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:visited\:py-96:visited {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:visited\:px-96:visited {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:visited\:py-px:visited {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:visited\:px-px:visited {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:visited\:py-0\.5:visited {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:visited\:px-0\.5:visited {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:visited\:py-1\.5:visited {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:visited\:px-1\.5:visited {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:visited\:py-2\.5:visited {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:visited\:px-2\.5:visited {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:visited\:py-3\.5:visited {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:visited\:px-3\.5:visited {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:visited\:pt-0:visited {
    padding-top: 0px;
  }

  .\32xl\:visited\:pr-0:visited {
    padding-right: 0px;
  }

  .\32xl\:visited\:pb-0:visited {
    padding-bottom: 0px;
  }

  .\32xl\:visited\:pl-0:visited {
    padding-left: 0px;
  }

  .\32xl\:visited\:pt-1:visited {
    padding-top: 0.25rem;
  }

  .\32xl\:visited\:pr-1:visited {
    padding-right: 0.25rem;
  }

  .\32xl\:visited\:pb-1:visited {
    padding-bottom: 0.25rem;
  }

  .\32xl\:visited\:pl-1:visited {
    padding-left: 0.25rem;
  }

  .\32xl\:visited\:pt-2:visited {
    padding-top: 0.5rem;
  }

  .\32xl\:visited\:pr-2:visited {
    padding-right: 0.5rem;
  }

  .\32xl\:visited\:pb-2:visited {
    padding-bottom: 0.5rem;
  }

  .\32xl\:visited\:pl-2:visited {
    padding-left: 0.5rem;
  }

  .\32xl\:visited\:pt-3:visited {
    padding-top: 0.75rem;
  }

  .\32xl\:visited\:pr-3:visited {
    padding-right: 0.75rem;
  }

  .\32xl\:visited\:pb-3:visited {
    padding-bottom: 0.75rem;
  }

  .\32xl\:visited\:pl-3:visited {
    padding-left: 0.75rem;
  }

  .\32xl\:visited\:pt-4:visited {
    padding-top: 1rem;
  }

  .\32xl\:visited\:pr-4:visited {
    padding-right: 1rem;
  }

  .\32xl\:visited\:pb-4:visited {
    padding-bottom: 1rem;
  }

  .\32xl\:visited\:pl-4:visited {
    padding-left: 1rem;
  }

  .\32xl\:visited\:pt-5:visited {
    padding-top: 1.25rem;
  }

  .\32xl\:visited\:pr-5:visited {
    padding-right: 1.25rem;
  }

  .\32xl\:visited\:pb-5:visited {
    padding-bottom: 1.25rem;
  }

  .\32xl\:visited\:pl-5:visited {
    padding-left: 1.25rem;
  }

  .\32xl\:visited\:pt-6:visited {
    padding-top: 1.5rem;
  }

  .\32xl\:visited\:pr-6:visited {
    padding-right: 1.5rem;
  }

  .\32xl\:visited\:pb-6:visited {
    padding-bottom: 1.5rem;
  }

  .\32xl\:visited\:pl-6:visited {
    padding-left: 1.5rem;
  }

  .\32xl\:visited\:pt-7:visited {
    padding-top: 1.75rem;
  }

  .\32xl\:visited\:pr-7:visited {
    padding-right: 1.75rem;
  }

  .\32xl\:visited\:pb-7:visited {
    padding-bottom: 1.75rem;
  }

  .\32xl\:visited\:pl-7:visited {
    padding-left: 1.75rem;
  }

  .\32xl\:visited\:pt-8:visited {
    padding-top: 2rem;
  }

  .\32xl\:visited\:pr-8:visited {
    padding-right: 2rem;
  }

  .\32xl\:visited\:pb-8:visited {
    padding-bottom: 2rem;
  }

  .\32xl\:visited\:pl-8:visited {
    padding-left: 2rem;
  }

  .\32xl\:visited\:pt-9:visited {
    padding-top: 2.25rem;
  }

  .\32xl\:visited\:pr-9:visited {
    padding-right: 2.25rem;
  }

  .\32xl\:visited\:pb-9:visited {
    padding-bottom: 2.25rem;
  }

  .\32xl\:visited\:pl-9:visited {
    padding-left: 2.25rem;
  }

  .\32xl\:visited\:pt-10:visited {
    padding-top: 2.5rem;
  }

  .\32xl\:visited\:pr-10:visited {
    padding-right: 2.5rem;
  }

  .\32xl\:visited\:pb-10:visited {
    padding-bottom: 2.5rem;
  }

  .\32xl\:visited\:pl-10:visited {
    padding-left: 2.5rem;
  }

  .\32xl\:visited\:pt-11:visited {
    padding-top: 2.75rem;
  }

  .\32xl\:visited\:pr-11:visited {
    padding-right: 2.75rem;
  }

  .\32xl\:visited\:pb-11:visited {
    padding-bottom: 2.75rem;
  }

  .\32xl\:visited\:pl-11:visited {
    padding-left: 2.75rem;
  }

  .\32xl\:visited\:pt-12:visited {
    padding-top: 3rem;
  }

  .\32xl\:visited\:pr-12:visited {
    padding-right: 3rem;
  }

  .\32xl\:visited\:pb-12:visited {
    padding-bottom: 3rem;
  }

  .\32xl\:visited\:pl-12:visited {
    padding-left: 3rem;
  }

  .\32xl\:visited\:pt-14:visited {
    padding-top: 3.5rem;
  }

  .\32xl\:visited\:pr-14:visited {
    padding-right: 3.5rem;
  }

  .\32xl\:visited\:pb-14:visited {
    padding-bottom: 3.5rem;
  }

  .\32xl\:visited\:pl-14:visited {
    padding-left: 3.5rem;
  }

  .\32xl\:visited\:pt-16:visited {
    padding-top: 4rem;
  }

  .\32xl\:visited\:pr-16:visited {
    padding-right: 4rem;
  }

  .\32xl\:visited\:pb-16:visited {
    padding-bottom: 4rem;
  }

  .\32xl\:visited\:pl-16:visited {
    padding-left: 4rem;
  }

  .\32xl\:visited\:pt-20:visited {
    padding-top: 5rem;
  }

  .\32xl\:visited\:pr-20:visited {
    padding-right: 5rem;
  }

  .\32xl\:visited\:pb-20:visited {
    padding-bottom: 5rem;
  }

  .\32xl\:visited\:pl-20:visited {
    padding-left: 5rem;
  }

  .\32xl\:visited\:pt-24:visited {
    padding-top: 6rem;
  }

  .\32xl\:visited\:pr-24:visited {
    padding-right: 6rem;
  }

  .\32xl\:visited\:pb-24:visited {
    padding-bottom: 6rem;
  }

  .\32xl\:visited\:pl-24:visited {
    padding-left: 6rem;
  }

  .\32xl\:visited\:pt-28:visited {
    padding-top: 7rem;
  }

  .\32xl\:visited\:pr-28:visited {
    padding-right: 7rem;
  }

  .\32xl\:visited\:pb-28:visited {
    padding-bottom: 7rem;
  }

  .\32xl\:visited\:pl-28:visited {
    padding-left: 7rem;
  }

  .\32xl\:visited\:pt-32:visited {
    padding-top: 8rem;
  }

  .\32xl\:visited\:pr-32:visited {
    padding-right: 8rem;
  }

  .\32xl\:visited\:pb-32:visited {
    padding-bottom: 8rem;
  }

  .\32xl\:visited\:pl-32:visited {
    padding-left: 8rem;
  }

  .\32xl\:visited\:pt-36:visited {
    padding-top: 9rem;
  }

  .\32xl\:visited\:pr-36:visited {
    padding-right: 9rem;
  }

  .\32xl\:visited\:pb-36:visited {
    padding-bottom: 9rem;
  }

  .\32xl\:visited\:pl-36:visited {
    padding-left: 9rem;
  }

  .\32xl\:visited\:pt-40:visited {
    padding-top: 10rem;
  }

  .\32xl\:visited\:pr-40:visited {
    padding-right: 10rem;
  }

  .\32xl\:visited\:pb-40:visited {
    padding-bottom: 10rem;
  }

  .\32xl\:visited\:pl-40:visited {
    padding-left: 10rem;
  }

  .\32xl\:visited\:pt-44:visited {
    padding-top: 11rem;
  }

  .\32xl\:visited\:pr-44:visited {
    padding-right: 11rem;
  }

  .\32xl\:visited\:pb-44:visited {
    padding-bottom: 11rem;
  }

  .\32xl\:visited\:pl-44:visited {
    padding-left: 11rem;
  }

  .\32xl\:visited\:pt-48:visited {
    padding-top: 12rem;
  }

  .\32xl\:visited\:pr-48:visited {
    padding-right: 12rem;
  }

  .\32xl\:visited\:pb-48:visited {
    padding-bottom: 12rem;
  }

  .\32xl\:visited\:pl-48:visited {
    padding-left: 12rem;
  }

  .\32xl\:visited\:pt-52:visited {
    padding-top: 13rem;
  }

  .\32xl\:visited\:pr-52:visited {
    padding-right: 13rem;
  }

  .\32xl\:visited\:pb-52:visited {
    padding-bottom: 13rem;
  }

  .\32xl\:visited\:pl-52:visited {
    padding-left: 13rem;
  }

  .\32xl\:visited\:pt-56:visited {
    padding-top: 14rem;
  }

  .\32xl\:visited\:pr-56:visited {
    padding-right: 14rem;
  }

  .\32xl\:visited\:pb-56:visited {
    padding-bottom: 14rem;
  }

  .\32xl\:visited\:pl-56:visited {
    padding-left: 14rem;
  }

  .\32xl\:visited\:pt-60:visited {
    padding-top: 15rem;
  }

  .\32xl\:visited\:pr-60:visited {
    padding-right: 15rem;
  }

  .\32xl\:visited\:pb-60:visited {
    padding-bottom: 15rem;
  }

  .\32xl\:visited\:pl-60:visited {
    padding-left: 15rem;
  }

  .\32xl\:visited\:pt-64:visited {
    padding-top: 16rem;
  }

  .\32xl\:visited\:pr-64:visited {
    padding-right: 16rem;
  }

  .\32xl\:visited\:pb-64:visited {
    padding-bottom: 16rem;
  }

  .\32xl\:visited\:pl-64:visited {
    padding-left: 16rem;
  }

  .\32xl\:visited\:pt-72:visited {
    padding-top: 18rem;
  }

  .\32xl\:visited\:pr-72:visited {
    padding-right: 18rem;
  }

  .\32xl\:visited\:pb-72:visited {
    padding-bottom: 18rem;
  }

  .\32xl\:visited\:pl-72:visited {
    padding-left: 18rem;
  }

  .\32xl\:visited\:pt-80:visited {
    padding-top: 20rem;
  }

  .\32xl\:visited\:pr-80:visited {
    padding-right: 20rem;
  }

  .\32xl\:visited\:pb-80:visited {
    padding-bottom: 20rem;
  }

  .\32xl\:visited\:pl-80:visited {
    padding-left: 20rem;
  }

  .\32xl\:visited\:pt-96:visited {
    padding-top: 24rem;
  }

  .\32xl\:visited\:pr-96:visited {
    padding-right: 24rem;
  }

  .\32xl\:visited\:pb-96:visited {
    padding-bottom: 24rem;
  }

  .\32xl\:visited\:pl-96:visited {
    padding-left: 24rem;
  }

  .\32xl\:visited\:pt-px:visited {
    padding-top: 1px;
  }

  .\32xl\:visited\:pr-px:visited {
    padding-right: 1px;
  }

  .\32xl\:visited\:pb-px:visited {
    padding-bottom: 1px;
  }

  .\32xl\:visited\:pl-px:visited {
    padding-left: 1px;
  }

  .\32xl\:visited\:pt-0\.5:visited {
    padding-top: 0.125rem;
  }

  .\32xl\:visited\:pr-0\.5:visited {
    padding-right: 0.125rem;
  }

  .\32xl\:visited\:pb-0\.5:visited {
    padding-bottom: 0.125rem;
  }

  .\32xl\:visited\:pl-0\.5:visited {
    padding-left: 0.125rem;
  }

  .\32xl\:visited\:pt-1\.5:visited {
    padding-top: 0.375rem;
  }

  .\32xl\:visited\:pr-1\.5:visited {
    padding-right: 0.375rem;
  }

  .\32xl\:visited\:pb-1\.5:visited {
    padding-bottom: 0.375rem;
  }

  .\32xl\:visited\:pl-1\.5:visited {
    padding-left: 0.375rem;
  }

  .\32xl\:visited\:pt-2\.5:visited {
    padding-top: 0.625rem;
  }

  .\32xl\:visited\:pr-2\.5:visited {
    padding-right: 0.625rem;
  }

  .\32xl\:visited\:pb-2\.5:visited {
    padding-bottom: 0.625rem;
  }

  .\32xl\:visited\:pl-2\.5:visited {
    padding-left: 0.625rem;
  }

  .\32xl\:visited\:pt-3\.5:visited {
    padding-top: 0.875rem;
  }

  .\32xl\:visited\:pr-3\.5:visited {
    padding-right: 0.875rem;
  }

  .\32xl\:visited\:pb-3\.5:visited {
    padding-bottom: 0.875rem;
  }

  .\32xl\:visited\:pl-3\.5:visited {
    padding-left: 0.875rem;
  }

  .\32xl\:disabled\:p-0:disabled {
    padding: 0px;
  }

  .\32xl\:disabled\:p-1:disabled {
    padding: 0.25rem;
  }

  .\32xl\:disabled\:p-2:disabled {
    padding: 0.5rem;
  }

  .\32xl\:disabled\:p-3:disabled {
    padding: 0.75rem;
  }

  .\32xl\:disabled\:p-4:disabled {
    padding: 1rem;
  }

  .\32xl\:disabled\:p-5:disabled {
    padding: 1.25rem;
  }

  .\32xl\:disabled\:p-6:disabled {
    padding: 1.5rem;
  }

  .\32xl\:disabled\:p-7:disabled {
    padding: 1.75rem;
  }

  .\32xl\:disabled\:p-8:disabled {
    padding: 2rem;
  }

  .\32xl\:disabled\:p-9:disabled {
    padding: 2.25rem;
  }

  .\32xl\:disabled\:p-10:disabled {
    padding: 2.5rem;
  }

  .\32xl\:disabled\:p-11:disabled {
    padding: 2.75rem;
  }

  .\32xl\:disabled\:p-12:disabled {
    padding: 3rem;
  }

  .\32xl\:disabled\:p-14:disabled {
    padding: 3.5rem;
  }

  .\32xl\:disabled\:p-16:disabled {
    padding: 4rem;
  }

  .\32xl\:disabled\:p-20:disabled {
    padding: 5rem;
  }

  .\32xl\:disabled\:p-24:disabled {
    padding: 6rem;
  }

  .\32xl\:disabled\:p-28:disabled {
    padding: 7rem;
  }

  .\32xl\:disabled\:p-32:disabled {
    padding: 8rem;
  }

  .\32xl\:disabled\:p-36:disabled {
    padding: 9rem;
  }

  .\32xl\:disabled\:p-40:disabled {
    padding: 10rem;
  }

  .\32xl\:disabled\:p-44:disabled {
    padding: 11rem;
  }

  .\32xl\:disabled\:p-48:disabled {
    padding: 12rem;
  }

  .\32xl\:disabled\:p-52:disabled {
    padding: 13rem;
  }

  .\32xl\:disabled\:p-56:disabled {
    padding: 14rem;
  }

  .\32xl\:disabled\:p-60:disabled {
    padding: 15rem;
  }

  .\32xl\:disabled\:p-64:disabled {
    padding: 16rem;
  }

  .\32xl\:disabled\:p-72:disabled {
    padding: 18rem;
  }

  .\32xl\:disabled\:p-80:disabled {
    padding: 20rem;
  }

  .\32xl\:disabled\:p-96:disabled {
    padding: 24rem;
  }

  .\32xl\:disabled\:p-px:disabled {
    padding: 1px;
  }

  .\32xl\:disabled\:p-0\.5:disabled {
    padding: 0.125rem;
  }

  .\32xl\:disabled\:p-1\.5:disabled {
    padding: 0.375rem;
  }

  .\32xl\:disabled\:p-2\.5:disabled {
    padding: 0.625rem;
  }

  .\32xl\:disabled\:p-3\.5:disabled {
    padding: 0.875rem;
  }

  .\32xl\:disabled\:py-0:disabled {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:disabled\:px-0:disabled {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:disabled\:py-1:disabled {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:disabled\:px-1:disabled {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:disabled\:py-2:disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:disabled\:px-2:disabled {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:disabled\:py-3:disabled {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:disabled\:px-3:disabled {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:disabled\:py-4:disabled {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:disabled\:px-4:disabled {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:disabled\:py-5:disabled {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:disabled\:px-5:disabled {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:disabled\:py-6:disabled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:disabled\:px-6:disabled {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:disabled\:py-7:disabled {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:disabled\:px-7:disabled {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:disabled\:py-8:disabled {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:disabled\:px-8:disabled {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:disabled\:py-9:disabled {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:disabled\:px-9:disabled {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:disabled\:py-10:disabled {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:disabled\:px-10:disabled {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:disabled\:py-11:disabled {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:disabled\:px-11:disabled {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:disabled\:py-12:disabled {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:disabled\:px-12:disabled {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:disabled\:py-14:disabled {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:disabled\:px-14:disabled {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:disabled\:py-16:disabled {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:disabled\:px-16:disabled {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:disabled\:py-20:disabled {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:disabled\:px-20:disabled {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:disabled\:py-24:disabled {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:disabled\:px-24:disabled {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:disabled\:py-28:disabled {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:disabled\:px-28:disabled {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:disabled\:py-32:disabled {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:disabled\:px-32:disabled {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:disabled\:py-36:disabled {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:disabled\:px-36:disabled {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:disabled\:py-40:disabled {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:disabled\:px-40:disabled {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:disabled\:py-44:disabled {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:disabled\:px-44:disabled {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:disabled\:py-48:disabled {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:disabled\:px-48:disabled {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:disabled\:py-52:disabled {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:disabled\:px-52:disabled {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:disabled\:py-56:disabled {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:disabled\:px-56:disabled {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:disabled\:py-60:disabled {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:disabled\:px-60:disabled {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:disabled\:py-64:disabled {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:disabled\:px-64:disabled {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:disabled\:py-72:disabled {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:disabled\:px-72:disabled {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:disabled\:py-80:disabled {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:disabled\:px-80:disabled {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:disabled\:py-96:disabled {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:disabled\:px-96:disabled {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:disabled\:py-px:disabled {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:disabled\:px-px:disabled {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:disabled\:py-0\.5:disabled {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:disabled\:px-0\.5:disabled {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:disabled\:py-1\.5:disabled {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:disabled\:px-1\.5:disabled {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:disabled\:py-2\.5:disabled {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:disabled\:px-2\.5:disabled {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:disabled\:py-3\.5:disabled {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:disabled\:px-3\.5:disabled {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:disabled\:pt-0:disabled {
    padding-top: 0px;
  }

  .\32xl\:disabled\:pr-0:disabled {
    padding-right: 0px;
  }

  .\32xl\:disabled\:pb-0:disabled {
    padding-bottom: 0px;
  }

  .\32xl\:disabled\:pl-0:disabled {
    padding-left: 0px;
  }

  .\32xl\:disabled\:pt-1:disabled {
    padding-top: 0.25rem;
  }

  .\32xl\:disabled\:pr-1:disabled {
    padding-right: 0.25rem;
  }

  .\32xl\:disabled\:pb-1:disabled {
    padding-bottom: 0.25rem;
  }

  .\32xl\:disabled\:pl-1:disabled {
    padding-left: 0.25rem;
  }

  .\32xl\:disabled\:pt-2:disabled {
    padding-top: 0.5rem;
  }

  .\32xl\:disabled\:pr-2:disabled {
    padding-right: 0.5rem;
  }

  .\32xl\:disabled\:pb-2:disabled {
    padding-bottom: 0.5rem;
  }

  .\32xl\:disabled\:pl-2:disabled {
    padding-left: 0.5rem;
  }

  .\32xl\:disabled\:pt-3:disabled {
    padding-top: 0.75rem;
  }

  .\32xl\:disabled\:pr-3:disabled {
    padding-right: 0.75rem;
  }

  .\32xl\:disabled\:pb-3:disabled {
    padding-bottom: 0.75rem;
  }

  .\32xl\:disabled\:pl-3:disabled {
    padding-left: 0.75rem;
  }

  .\32xl\:disabled\:pt-4:disabled {
    padding-top: 1rem;
  }

  .\32xl\:disabled\:pr-4:disabled {
    padding-right: 1rem;
  }

  .\32xl\:disabled\:pb-4:disabled {
    padding-bottom: 1rem;
  }

  .\32xl\:disabled\:pl-4:disabled {
    padding-left: 1rem;
  }

  .\32xl\:disabled\:pt-5:disabled {
    padding-top: 1.25rem;
  }

  .\32xl\:disabled\:pr-5:disabled {
    padding-right: 1.25rem;
  }

  .\32xl\:disabled\:pb-5:disabled {
    padding-bottom: 1.25rem;
  }

  .\32xl\:disabled\:pl-5:disabled {
    padding-left: 1.25rem;
  }

  .\32xl\:disabled\:pt-6:disabled {
    padding-top: 1.5rem;
  }

  .\32xl\:disabled\:pr-6:disabled {
    padding-right: 1.5rem;
  }

  .\32xl\:disabled\:pb-6:disabled {
    padding-bottom: 1.5rem;
  }

  .\32xl\:disabled\:pl-6:disabled {
    padding-left: 1.5rem;
  }

  .\32xl\:disabled\:pt-7:disabled {
    padding-top: 1.75rem;
  }

  .\32xl\:disabled\:pr-7:disabled {
    padding-right: 1.75rem;
  }

  .\32xl\:disabled\:pb-7:disabled {
    padding-bottom: 1.75rem;
  }

  .\32xl\:disabled\:pl-7:disabled {
    padding-left: 1.75rem;
  }

  .\32xl\:disabled\:pt-8:disabled {
    padding-top: 2rem;
  }

  .\32xl\:disabled\:pr-8:disabled {
    padding-right: 2rem;
  }

  .\32xl\:disabled\:pb-8:disabled {
    padding-bottom: 2rem;
  }

  .\32xl\:disabled\:pl-8:disabled {
    padding-left: 2rem;
  }

  .\32xl\:disabled\:pt-9:disabled {
    padding-top: 2.25rem;
  }

  .\32xl\:disabled\:pr-9:disabled {
    padding-right: 2.25rem;
  }

  .\32xl\:disabled\:pb-9:disabled {
    padding-bottom: 2.25rem;
  }

  .\32xl\:disabled\:pl-9:disabled {
    padding-left: 2.25rem;
  }

  .\32xl\:disabled\:pt-10:disabled {
    padding-top: 2.5rem;
  }

  .\32xl\:disabled\:pr-10:disabled {
    padding-right: 2.5rem;
  }

  .\32xl\:disabled\:pb-10:disabled {
    padding-bottom: 2.5rem;
  }

  .\32xl\:disabled\:pl-10:disabled {
    padding-left: 2.5rem;
  }

  .\32xl\:disabled\:pt-11:disabled {
    padding-top: 2.75rem;
  }

  .\32xl\:disabled\:pr-11:disabled {
    padding-right: 2.75rem;
  }

  .\32xl\:disabled\:pb-11:disabled {
    padding-bottom: 2.75rem;
  }

  .\32xl\:disabled\:pl-11:disabled {
    padding-left: 2.75rem;
  }

  .\32xl\:disabled\:pt-12:disabled {
    padding-top: 3rem;
  }

  .\32xl\:disabled\:pr-12:disabled {
    padding-right: 3rem;
  }

  .\32xl\:disabled\:pb-12:disabled {
    padding-bottom: 3rem;
  }

  .\32xl\:disabled\:pl-12:disabled {
    padding-left: 3rem;
  }

  .\32xl\:disabled\:pt-14:disabled {
    padding-top: 3.5rem;
  }

  .\32xl\:disabled\:pr-14:disabled {
    padding-right: 3.5rem;
  }

  .\32xl\:disabled\:pb-14:disabled {
    padding-bottom: 3.5rem;
  }

  .\32xl\:disabled\:pl-14:disabled {
    padding-left: 3.5rem;
  }

  .\32xl\:disabled\:pt-16:disabled {
    padding-top: 4rem;
  }

  .\32xl\:disabled\:pr-16:disabled {
    padding-right: 4rem;
  }

  .\32xl\:disabled\:pb-16:disabled {
    padding-bottom: 4rem;
  }

  .\32xl\:disabled\:pl-16:disabled {
    padding-left: 4rem;
  }

  .\32xl\:disabled\:pt-20:disabled {
    padding-top: 5rem;
  }

  .\32xl\:disabled\:pr-20:disabled {
    padding-right: 5rem;
  }

  .\32xl\:disabled\:pb-20:disabled {
    padding-bottom: 5rem;
  }

  .\32xl\:disabled\:pl-20:disabled {
    padding-left: 5rem;
  }

  .\32xl\:disabled\:pt-24:disabled {
    padding-top: 6rem;
  }

  .\32xl\:disabled\:pr-24:disabled {
    padding-right: 6rem;
  }

  .\32xl\:disabled\:pb-24:disabled {
    padding-bottom: 6rem;
  }

  .\32xl\:disabled\:pl-24:disabled {
    padding-left: 6rem;
  }

  .\32xl\:disabled\:pt-28:disabled {
    padding-top: 7rem;
  }

  .\32xl\:disabled\:pr-28:disabled {
    padding-right: 7rem;
  }

  .\32xl\:disabled\:pb-28:disabled {
    padding-bottom: 7rem;
  }

  .\32xl\:disabled\:pl-28:disabled {
    padding-left: 7rem;
  }

  .\32xl\:disabled\:pt-32:disabled {
    padding-top: 8rem;
  }

  .\32xl\:disabled\:pr-32:disabled {
    padding-right: 8rem;
  }

  .\32xl\:disabled\:pb-32:disabled {
    padding-bottom: 8rem;
  }

  .\32xl\:disabled\:pl-32:disabled {
    padding-left: 8rem;
  }

  .\32xl\:disabled\:pt-36:disabled {
    padding-top: 9rem;
  }

  .\32xl\:disabled\:pr-36:disabled {
    padding-right: 9rem;
  }

  .\32xl\:disabled\:pb-36:disabled {
    padding-bottom: 9rem;
  }

  .\32xl\:disabled\:pl-36:disabled {
    padding-left: 9rem;
  }

  .\32xl\:disabled\:pt-40:disabled {
    padding-top: 10rem;
  }

  .\32xl\:disabled\:pr-40:disabled {
    padding-right: 10rem;
  }

  .\32xl\:disabled\:pb-40:disabled {
    padding-bottom: 10rem;
  }

  .\32xl\:disabled\:pl-40:disabled {
    padding-left: 10rem;
  }

  .\32xl\:disabled\:pt-44:disabled {
    padding-top: 11rem;
  }

  .\32xl\:disabled\:pr-44:disabled {
    padding-right: 11rem;
  }

  .\32xl\:disabled\:pb-44:disabled {
    padding-bottom: 11rem;
  }

  .\32xl\:disabled\:pl-44:disabled {
    padding-left: 11rem;
  }

  .\32xl\:disabled\:pt-48:disabled {
    padding-top: 12rem;
  }

  .\32xl\:disabled\:pr-48:disabled {
    padding-right: 12rem;
  }

  .\32xl\:disabled\:pb-48:disabled {
    padding-bottom: 12rem;
  }

  .\32xl\:disabled\:pl-48:disabled {
    padding-left: 12rem;
  }

  .\32xl\:disabled\:pt-52:disabled {
    padding-top: 13rem;
  }

  .\32xl\:disabled\:pr-52:disabled {
    padding-right: 13rem;
  }

  .\32xl\:disabled\:pb-52:disabled {
    padding-bottom: 13rem;
  }

  .\32xl\:disabled\:pl-52:disabled {
    padding-left: 13rem;
  }

  .\32xl\:disabled\:pt-56:disabled {
    padding-top: 14rem;
  }

  .\32xl\:disabled\:pr-56:disabled {
    padding-right: 14rem;
  }

  .\32xl\:disabled\:pb-56:disabled {
    padding-bottom: 14rem;
  }

  .\32xl\:disabled\:pl-56:disabled {
    padding-left: 14rem;
  }

  .\32xl\:disabled\:pt-60:disabled {
    padding-top: 15rem;
  }

  .\32xl\:disabled\:pr-60:disabled {
    padding-right: 15rem;
  }

  .\32xl\:disabled\:pb-60:disabled {
    padding-bottom: 15rem;
  }

  .\32xl\:disabled\:pl-60:disabled {
    padding-left: 15rem;
  }

  .\32xl\:disabled\:pt-64:disabled {
    padding-top: 16rem;
  }

  .\32xl\:disabled\:pr-64:disabled {
    padding-right: 16rem;
  }

  .\32xl\:disabled\:pb-64:disabled {
    padding-bottom: 16rem;
  }

  .\32xl\:disabled\:pl-64:disabled {
    padding-left: 16rem;
  }

  .\32xl\:disabled\:pt-72:disabled {
    padding-top: 18rem;
  }

  .\32xl\:disabled\:pr-72:disabled {
    padding-right: 18rem;
  }

  .\32xl\:disabled\:pb-72:disabled {
    padding-bottom: 18rem;
  }

  .\32xl\:disabled\:pl-72:disabled {
    padding-left: 18rem;
  }

  .\32xl\:disabled\:pt-80:disabled {
    padding-top: 20rem;
  }

  .\32xl\:disabled\:pr-80:disabled {
    padding-right: 20rem;
  }

  .\32xl\:disabled\:pb-80:disabled {
    padding-bottom: 20rem;
  }

  .\32xl\:disabled\:pl-80:disabled {
    padding-left: 20rem;
  }

  .\32xl\:disabled\:pt-96:disabled {
    padding-top: 24rem;
  }

  .\32xl\:disabled\:pr-96:disabled {
    padding-right: 24rem;
  }

  .\32xl\:disabled\:pb-96:disabled {
    padding-bottom: 24rem;
  }

  .\32xl\:disabled\:pl-96:disabled {
    padding-left: 24rem;
  }

  .\32xl\:disabled\:pt-px:disabled {
    padding-top: 1px;
  }

  .\32xl\:disabled\:pr-px:disabled {
    padding-right: 1px;
  }

  .\32xl\:disabled\:pb-px:disabled {
    padding-bottom: 1px;
  }

  .\32xl\:disabled\:pl-px:disabled {
    padding-left: 1px;
  }

  .\32xl\:disabled\:pt-0\.5:disabled {
    padding-top: 0.125rem;
  }

  .\32xl\:disabled\:pr-0\.5:disabled {
    padding-right: 0.125rem;
  }

  .\32xl\:disabled\:pb-0\.5:disabled {
    padding-bottom: 0.125rem;
  }

  .\32xl\:disabled\:pl-0\.5:disabled {
    padding-left: 0.125rem;
  }

  .\32xl\:disabled\:pt-1\.5:disabled {
    padding-top: 0.375rem;
  }

  .\32xl\:disabled\:pr-1\.5:disabled {
    padding-right: 0.375rem;
  }

  .\32xl\:disabled\:pb-1\.5:disabled {
    padding-bottom: 0.375rem;
  }

  .\32xl\:disabled\:pl-1\.5:disabled {
    padding-left: 0.375rem;
  }

  .\32xl\:disabled\:pt-2\.5:disabled {
    padding-top: 0.625rem;
  }

  .\32xl\:disabled\:pr-2\.5:disabled {
    padding-right: 0.625rem;
  }

  .\32xl\:disabled\:pb-2\.5:disabled {
    padding-bottom: 0.625rem;
  }

  .\32xl\:disabled\:pl-2\.5:disabled {
    padding-left: 0.625rem;
  }

  .\32xl\:disabled\:pt-3\.5:disabled {
    padding-top: 0.875rem;
  }

  .\32xl\:disabled\:pr-3\.5:disabled {
    padding-right: 0.875rem;
  }

  .\32xl\:disabled\:pb-3\.5:disabled {
    padding-bottom: 0.875rem;
  }

  .\32xl\:disabled\:pl-3\.5:disabled {
    padding-left: 0.875rem;
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .\32xl\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:placeholder-current::placeholder {
    color: current;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-warmGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-trueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-coolGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .group:hover .\32xl\:group-hover\:placeholder-current::-moz-placeholder {
    color: current;
  }

  .group:hover .\32xl\:group-hover\:placeholder-current:-ms-input-placeholder {
    color: current;
  }

  .group:hover .\32xl\:group-hover\:placeholder-current::placeholder {
    color: current;
  }

  .group:hover .\32xl\:group-hover\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:focus-within\:placeholder-black:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-black:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-black:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-white:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-white:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-white:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-rose-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-pink-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-fuchsia-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-purple-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-violet-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-indigo-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lightBlue-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-cyan-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-teal-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-emerald-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-green-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-lime-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-yellow-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-amber-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-orange-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-red-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-warmGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-trueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-gray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-coolGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-50:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-200:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-200:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-200:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-300:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-300:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-300:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-400:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-400:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-400:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-500:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-500:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-500:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-600:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-600:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-600:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-700:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-700:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-700:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-800:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-800:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-800:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-900:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-900:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-blueGray-900:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus-within\:placeholder-current:focus-within::-moz-placeholder {
    color: current;
  }

  .\32xl\:focus-within\:placeholder-current:focus-within:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:focus-within\:placeholder-current:focus-within::placeholder {
    color: current;
  }

  .\32xl\:focus-within\:placeholder-transparent:focus-within::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus-within\:placeholder-transparent:focus-within:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:focus-within\:placeholder-transparent:focus-within::placeholder {
    color: transparent;
  }

  .\32xl\:first\:placeholder-black:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-black:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-black:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-white:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-white:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-white:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-rose-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-pink-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-fuchsia-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-purple-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-violet-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-indigo-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lightBlue-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-cyan-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-teal-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-emerald-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-green-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-lime-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-yellow-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-amber-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-orange-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-red-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-warmGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-trueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-gray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-coolGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-50:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-200:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-200:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-200:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-300:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-300:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-300:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-400:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-400:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-400:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-500:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-500:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-500:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-600:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-600:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-600:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-700:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-700:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-700:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-800:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-800:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-800:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-900:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-900:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-blueGray-900:first-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:first\:placeholder-current:first-child::-moz-placeholder {
    color: current;
  }

  .\32xl\:first\:placeholder-current:first-child:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:first\:placeholder-current:first-child::placeholder {
    color: current;
  }

  .\32xl\:first\:placeholder-transparent:first-child::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:first\:placeholder-transparent:first-child:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:first\:placeholder-transparent:first-child::placeholder {
    color: transparent;
  }

  .\32xl\:last\:placeholder-black:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-black:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-black:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-white:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-white:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-white:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-rose-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-pink-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-fuchsia-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-purple-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-violet-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-indigo-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lightBlue-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-cyan-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-teal-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-emerald-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-green-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-lime-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-yellow-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-amber-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-orange-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-red-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-warmGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-trueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-gray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-coolGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-50:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-200:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-200:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-200:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-300:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-300:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-300:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-400:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-400:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-400:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-500:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-500:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-500:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-600:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-600:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-600:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-700:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-700:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-700:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-800:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-800:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-800:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-900:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-900:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-blueGray-900:last-child::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:last\:placeholder-current:last-child::-moz-placeholder {
    color: current;
  }

  .\32xl\:last\:placeholder-current:last-child:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:last\:placeholder-current:last-child::placeholder {
    color: current;
  }

  .\32xl\:last\:placeholder-transparent:last-child::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:last\:placeholder-transparent:last-child:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:last\:placeholder-transparent:last-child::placeholder {
    color: transparent;
  }

  .\32xl\:odd\:placeholder-black:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-black:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-black:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-white:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-white:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-white:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-rose-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-pink-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-fuchsia-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-purple-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-violet-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-indigo-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lightBlue-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-cyan-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-teal-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-emerald-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-green-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-lime-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-yellow-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-amber-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-orange-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-red-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-warmGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-trueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-gray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-coolGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-200:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-200:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-200:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-300:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-300:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-300:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-400:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-400:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-400:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-500:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-500:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-500:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-600:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-600:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-600:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-700:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-700:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-700:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-800:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-800:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-800:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-900:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-900:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-blueGray-900:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:odd\:placeholder-current:nth-child(odd)::-moz-placeholder {
    color: current;
  }

  .\32xl\:odd\:placeholder-current:nth-child(odd):-ms-input-placeholder {
    color: current;
  }

  .\32xl\:odd\:placeholder-current:nth-child(odd)::placeholder {
    color: current;
  }

  .\32xl\:odd\:placeholder-transparent:nth-child(odd)::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:odd\:placeholder-transparent:nth-child(odd):-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:odd\:placeholder-transparent:nth-child(odd)::placeholder {
    color: transparent;
  }

  .\32xl\:even\:placeholder-black:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-black:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-black:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-white:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-white:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-white:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-rose-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-pink-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-fuchsia-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-purple-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-violet-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-indigo-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lightBlue-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-cyan-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-teal-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-emerald-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-green-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-lime-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-yellow-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-amber-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-orange-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-red-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-warmGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-trueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-gray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-coolGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-200:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-200:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-200:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-300:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-300:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-300:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-400:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-400:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-400:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-500:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-500:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-500:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-600:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-600:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-600:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-700:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-700:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-700:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-800:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-800:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-800:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-900:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-900:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-blueGray-900:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:even\:placeholder-current:nth-child(even)::-moz-placeholder {
    color: current;
  }

  .\32xl\:even\:placeholder-current:nth-child(even):-ms-input-placeholder {
    color: current;
  }

  .\32xl\:even\:placeholder-current:nth-child(even)::placeholder {
    color: current;
  }

  .\32xl\:even\:placeholder-transparent:nth-child(even)::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:even\:placeholder-transparent:nth-child(even):-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:even\:placeholder-transparent:nth-child(even)::placeholder {
    color: transparent;
  }

  .\32xl\:hover\:placeholder-black:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-black:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-black:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-white:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-white:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-white:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-rose-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-pink-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-fuchsia-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-purple-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-violet-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-indigo-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lightBlue-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-cyan-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-teal-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-emerald-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-green-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-lime-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-yellow-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-amber-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-orange-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-red-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-warmGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-trueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-gray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-coolGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-50:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-200:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-200:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-200:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-300:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-300:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-300:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-400:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-400:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-400:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-500:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-500:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-500:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-600:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-600:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-600:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-700:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-700:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-700:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-800:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-800:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-800:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-900:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-900:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-blueGray-900:hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:hover\:placeholder-current:hover::-moz-placeholder {
    color: current;
  }

  .\32xl\:hover\:placeholder-current:hover:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:hover\:placeholder-current:hover::placeholder {
    color: current;
  }

  .\32xl\:hover\:placeholder-transparent:hover::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:hover\:placeholder-transparent:hover:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:hover\:placeholder-transparent:hover::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warmGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-trueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-coolGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: current;
  }

  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: current;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:active\:placeholder-black:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-black:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-black:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-white:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-white:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-white:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-rose-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-pink-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-fuchsia-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-purple-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-violet-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-indigo-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lightBlue-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-cyan-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-teal-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-emerald-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-green-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-lime-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-yellow-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-amber-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-orange-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-red-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-warmGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-trueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-gray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-coolGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-50:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-100:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-200:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-200:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-200:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-300:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-300:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-300:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-400:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-400:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-400:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-500:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-500:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-500:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-600:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-600:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-600:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-700:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-700:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-700:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-800:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-800:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-800:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-900:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-900:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-blueGray-900:active::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:active\:placeholder-current:active::-moz-placeholder {
    color: current;
  }

  .\32xl\:active\:placeholder-current:active:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:active\:placeholder-current:active::placeholder {
    color: current;
  }

  .\32xl\:active\:placeholder-transparent:active::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:active\:placeholder-transparent:active:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:active\:placeholder-transparent:active::placeholder {
    color: transparent;
  }

  .\32xl\:visited\:placeholder-black:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-black:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-black:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-white:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-white:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-white:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-rose-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-pink-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-fuchsia-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-purple-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-violet-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-indigo-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lightBlue-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-cyan-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-teal-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-emerald-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-green-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-lime-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-yellow-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-amber-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-orange-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-red-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-warmGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-trueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-gray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-coolGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-50:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-200:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-200:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-200:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-300:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-300:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-300:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-400:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-400:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-400:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-500:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-500:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-500:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-600:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-600:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-600:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-700:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-700:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-700:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-800:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-800:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-800:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-900:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-900:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-blueGray-900:visited::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:visited\:placeholder-current:visited::-moz-placeholder {
    color: current;
  }

  .\32xl\:visited\:placeholder-current:visited:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:visited\:placeholder-current:visited::placeholder {
    color: current;
  }

  .\32xl\:visited\:placeholder-transparent:visited::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:visited\:placeholder-transparent:visited:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:visited\:placeholder-transparent:visited::placeholder {
    color: transparent;
  }

  .\32xl\:disabled\:placeholder-black:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-black:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-black:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-white:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-white:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-white:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-rose-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-pink-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-fuchsia-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-purple-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-violet-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-indigo-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lightBlue-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-cyan-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-teal-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-emerald-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-green-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-lime-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-yellow-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-amber-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-orange-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-red-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-warmGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-trueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-gray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-coolGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-50:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-200:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-200:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-200:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-300:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-300:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-400:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-400:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-400:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-500:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-500:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-500:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-600:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-600:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-600:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-700:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-700:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-700:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-800:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-800:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-800:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-900:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-900:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-blueGray-900:disabled::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:disabled\:placeholder-current:disabled::-moz-placeholder {
    color: current;
  }

  .\32xl\:disabled\:placeholder-current:disabled:-ms-input-placeholder {
    color: current;
  }

  .\32xl\:disabled\:placeholder-current:disabled::placeholder {
    color: current;
  }

  .\32xl\:disabled\:placeholder-transparent:disabled::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:disabled\:placeholder-transparent:disabled:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:disabled\:placeholder-transparent:disabled::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus-within\:placeholder-opacity-0:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus-within\:placeholder-opacity-0:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus-within\:placeholder-opacity-0:focus-within::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus-within\:placeholder-opacity-5:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus-within\:placeholder-opacity-5:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus-within\:placeholder-opacity-5:focus-within::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus-within\:placeholder-opacity-10:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus-within\:placeholder-opacity-10:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus-within\:placeholder-opacity-10:focus-within::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus-within\:placeholder-opacity-20:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus-within\:placeholder-opacity-20:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus-within\:placeholder-opacity-20:focus-within::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus-within\:placeholder-opacity-25:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus-within\:placeholder-opacity-25:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus-within\:placeholder-opacity-25:focus-within::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus-within\:placeholder-opacity-30:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus-within\:placeholder-opacity-30:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus-within\:placeholder-opacity-30:focus-within::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus-within\:placeholder-opacity-40:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus-within\:placeholder-opacity-40:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus-within\:placeholder-opacity-40:focus-within::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus-within\:placeholder-opacity-50:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus-within\:placeholder-opacity-50:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus-within\:placeholder-opacity-50:focus-within::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus-within\:placeholder-opacity-60:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus-within\:placeholder-opacity-60:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus-within\:placeholder-opacity-60:focus-within::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus-within\:placeholder-opacity-70:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus-within\:placeholder-opacity-70:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus-within\:placeholder-opacity-70:focus-within::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus-within\:placeholder-opacity-75:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus-within\:placeholder-opacity-75:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus-within\:placeholder-opacity-75:focus-within::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus-within\:placeholder-opacity-80:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus-within\:placeholder-opacity-80:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus-within\:placeholder-opacity-80:focus-within::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus-within\:placeholder-opacity-90:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus-within\:placeholder-opacity-90:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus-within\:placeholder-opacity-90:focus-within::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus-within\:placeholder-opacity-95:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus-within\:placeholder-opacity-95:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus-within\:placeholder-opacity-95:focus-within::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus-within\:placeholder-opacity-100:focus-within::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus-within\:placeholder-opacity-100:focus-within:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus-within\:placeholder-opacity-100:focus-within::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:first\:placeholder-opacity-0:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:first\:placeholder-opacity-0:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:first\:placeholder-opacity-0:first-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:first\:placeholder-opacity-5:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:first\:placeholder-opacity-5:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:first\:placeholder-opacity-5:first-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:first\:placeholder-opacity-10:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:first\:placeholder-opacity-10:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:first\:placeholder-opacity-10:first-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:first\:placeholder-opacity-20:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:first\:placeholder-opacity-20:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:first\:placeholder-opacity-20:first-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:first\:placeholder-opacity-25:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:first\:placeholder-opacity-25:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:first\:placeholder-opacity-25:first-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:first\:placeholder-opacity-30:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:first\:placeholder-opacity-30:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:first\:placeholder-opacity-30:first-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:first\:placeholder-opacity-40:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:first\:placeholder-opacity-40:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:first\:placeholder-opacity-40:first-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:first\:placeholder-opacity-50:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:first\:placeholder-opacity-50:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:first\:placeholder-opacity-50:first-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:first\:placeholder-opacity-60:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:first\:placeholder-opacity-60:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:first\:placeholder-opacity-60:first-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:first\:placeholder-opacity-70:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:first\:placeholder-opacity-70:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:first\:placeholder-opacity-70:first-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:first\:placeholder-opacity-75:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:first\:placeholder-opacity-75:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:first\:placeholder-opacity-75:first-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:first\:placeholder-opacity-80:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:first\:placeholder-opacity-80:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:first\:placeholder-opacity-80:first-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:first\:placeholder-opacity-90:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:first\:placeholder-opacity-90:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:first\:placeholder-opacity-90:first-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:first\:placeholder-opacity-95:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:first\:placeholder-opacity-95:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:first\:placeholder-opacity-95:first-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:first\:placeholder-opacity-100:first-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:first\:placeholder-opacity-100:first-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:first\:placeholder-opacity-100:first-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:last\:placeholder-opacity-0:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:last\:placeholder-opacity-0:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:last\:placeholder-opacity-0:last-child::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:last\:placeholder-opacity-5:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:last\:placeholder-opacity-5:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:last\:placeholder-opacity-5:last-child::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:last\:placeholder-opacity-10:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:last\:placeholder-opacity-10:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:last\:placeholder-opacity-10:last-child::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:last\:placeholder-opacity-20:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:last\:placeholder-opacity-20:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:last\:placeholder-opacity-20:last-child::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:last\:placeholder-opacity-25:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:last\:placeholder-opacity-25:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:last\:placeholder-opacity-25:last-child::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:last\:placeholder-opacity-30:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:last\:placeholder-opacity-30:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:last\:placeholder-opacity-30:last-child::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:last\:placeholder-opacity-40:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:last\:placeholder-opacity-40:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:last\:placeholder-opacity-40:last-child::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:last\:placeholder-opacity-50:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:last\:placeholder-opacity-50:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:last\:placeholder-opacity-50:last-child::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:last\:placeholder-opacity-60:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:last\:placeholder-opacity-60:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:last\:placeholder-opacity-60:last-child::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:last\:placeholder-opacity-70:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:last\:placeholder-opacity-70:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:last\:placeholder-opacity-70:last-child::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:last\:placeholder-opacity-75:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:last\:placeholder-opacity-75:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:last\:placeholder-opacity-75:last-child::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:last\:placeholder-opacity-80:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:last\:placeholder-opacity-80:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:last\:placeholder-opacity-80:last-child::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:last\:placeholder-opacity-90:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:last\:placeholder-opacity-90:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:last\:placeholder-opacity-90:last-child::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:last\:placeholder-opacity-95:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:last\:placeholder-opacity-95:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:last\:placeholder-opacity-95:last-child::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:last\:placeholder-opacity-100:last-child::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:last\:placeholder-opacity-100:last-child:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:last\:placeholder-opacity-100:last-child::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:odd\:placeholder-opacity-0:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:odd\:placeholder-opacity-0:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:odd\:placeholder-opacity-0:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:odd\:placeholder-opacity-5:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:odd\:placeholder-opacity-5:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:odd\:placeholder-opacity-5:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:odd\:placeholder-opacity-10:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:odd\:placeholder-opacity-10:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:odd\:placeholder-opacity-10:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:odd\:placeholder-opacity-20:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:odd\:placeholder-opacity-20:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:odd\:placeholder-opacity-20:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:odd\:placeholder-opacity-25:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:odd\:placeholder-opacity-25:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:odd\:placeholder-opacity-25:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:odd\:placeholder-opacity-30:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:odd\:placeholder-opacity-30:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:odd\:placeholder-opacity-30:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:odd\:placeholder-opacity-40:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:odd\:placeholder-opacity-40:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:odd\:placeholder-opacity-40:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:odd\:placeholder-opacity-50:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:odd\:placeholder-opacity-50:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:odd\:placeholder-opacity-50:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:odd\:placeholder-opacity-60:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:odd\:placeholder-opacity-60:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:odd\:placeholder-opacity-60:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:odd\:placeholder-opacity-70:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:odd\:placeholder-opacity-70:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:odd\:placeholder-opacity-70:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:odd\:placeholder-opacity-75:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:odd\:placeholder-opacity-75:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:odd\:placeholder-opacity-75:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:odd\:placeholder-opacity-80:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:odd\:placeholder-opacity-80:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:odd\:placeholder-opacity-80:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:odd\:placeholder-opacity-90:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:odd\:placeholder-opacity-90:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:odd\:placeholder-opacity-90:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:odd\:placeholder-opacity-95:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:odd\:placeholder-opacity-95:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:odd\:placeholder-opacity-95:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:odd\:placeholder-opacity-100:nth-child(odd)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:odd\:placeholder-opacity-100:nth-child(odd):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:odd\:placeholder-opacity-100:nth-child(odd)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:even\:placeholder-opacity-0:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:even\:placeholder-opacity-0:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:even\:placeholder-opacity-0:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:even\:placeholder-opacity-5:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:even\:placeholder-opacity-5:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:even\:placeholder-opacity-5:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:even\:placeholder-opacity-10:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:even\:placeholder-opacity-10:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:even\:placeholder-opacity-10:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:even\:placeholder-opacity-20:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:even\:placeholder-opacity-20:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:even\:placeholder-opacity-20:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:even\:placeholder-opacity-25:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:even\:placeholder-opacity-25:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:even\:placeholder-opacity-25:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:even\:placeholder-opacity-30:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:even\:placeholder-opacity-30:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:even\:placeholder-opacity-30:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:even\:placeholder-opacity-40:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:even\:placeholder-opacity-40:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:even\:placeholder-opacity-40:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:even\:placeholder-opacity-50:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:even\:placeholder-opacity-50:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:even\:placeholder-opacity-50:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:even\:placeholder-opacity-60:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:even\:placeholder-opacity-60:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:even\:placeholder-opacity-60:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:even\:placeholder-opacity-70:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:even\:placeholder-opacity-70:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:even\:placeholder-opacity-70:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:even\:placeholder-opacity-75:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:even\:placeholder-opacity-75:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:even\:placeholder-opacity-75:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:even\:placeholder-opacity-80:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:even\:placeholder-opacity-80:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:even\:placeholder-opacity-80:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:even\:placeholder-opacity-90:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:even\:placeholder-opacity-90:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:even\:placeholder-opacity-90:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:even\:placeholder-opacity-95:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:even\:placeholder-opacity-95:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:even\:placeholder-opacity-95:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:even\:placeholder-opacity-100:nth-child(even)::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:even\:placeholder-opacity-100:nth-child(even):-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:even\:placeholder-opacity-100:nth-child(even)::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:hover\:placeholder-opacity-0:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:hover\:placeholder-opacity-0:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:hover\:placeholder-opacity-0:hover::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:hover\:placeholder-opacity-5:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:hover\:placeholder-opacity-5:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:hover\:placeholder-opacity-5:hover::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:hover\:placeholder-opacity-10:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:hover\:placeholder-opacity-10:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:hover\:placeholder-opacity-10:hover::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:hover\:placeholder-opacity-20:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:hover\:placeholder-opacity-20:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:hover\:placeholder-opacity-20:hover::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:hover\:placeholder-opacity-25:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:hover\:placeholder-opacity-25:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:hover\:placeholder-opacity-25:hover::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:hover\:placeholder-opacity-30:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:hover\:placeholder-opacity-30:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:hover\:placeholder-opacity-30:hover::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:hover\:placeholder-opacity-40:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:hover\:placeholder-opacity-40:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:hover\:placeholder-opacity-40:hover::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:hover\:placeholder-opacity-50:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:hover\:placeholder-opacity-50:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:hover\:placeholder-opacity-50:hover::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:hover\:placeholder-opacity-60:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:hover\:placeholder-opacity-60:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:hover\:placeholder-opacity-60:hover::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:hover\:placeholder-opacity-70:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:hover\:placeholder-opacity-70:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:hover\:placeholder-opacity-70:hover::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:hover\:placeholder-opacity-75:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:hover\:placeholder-opacity-75:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:hover\:placeholder-opacity-75:hover::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:hover\:placeholder-opacity-80:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:hover\:placeholder-opacity-80:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:hover\:placeholder-opacity-80:hover::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:hover\:placeholder-opacity-90:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:hover\:placeholder-opacity-90:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:hover\:placeholder-opacity-90:hover::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:hover\:placeholder-opacity-95:hover::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:hover\:placeholder-opacity-95:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:hover\:placeholder-opacity-95:hover::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:hover\:placeholder-opacity-100:hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:hover\:placeholder-opacity-100:hover:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:hover\:placeholder-opacity-100:hover::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:active\:placeholder-opacity-0:active::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:active\:placeholder-opacity-0:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:active\:placeholder-opacity-0:active::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:active\:placeholder-opacity-5:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:active\:placeholder-opacity-5:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:active\:placeholder-opacity-5:active::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:active\:placeholder-opacity-10:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:active\:placeholder-opacity-10:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:active\:placeholder-opacity-10:active::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:active\:placeholder-opacity-20:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:active\:placeholder-opacity-20:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:active\:placeholder-opacity-20:active::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:active\:placeholder-opacity-25:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:active\:placeholder-opacity-25:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:active\:placeholder-opacity-25:active::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:active\:placeholder-opacity-30:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:active\:placeholder-opacity-30:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:active\:placeholder-opacity-30:active::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:active\:placeholder-opacity-40:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:active\:placeholder-opacity-40:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:active\:placeholder-opacity-40:active::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:active\:placeholder-opacity-50:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:active\:placeholder-opacity-50:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:active\:placeholder-opacity-50:active::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:active\:placeholder-opacity-60:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:active\:placeholder-opacity-60:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:active\:placeholder-opacity-60:active::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:active\:placeholder-opacity-70:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:active\:placeholder-opacity-70:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:active\:placeholder-opacity-70:active::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:active\:placeholder-opacity-75:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:active\:placeholder-opacity-75:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:active\:placeholder-opacity-75:active::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:active\:placeholder-opacity-80:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:active\:placeholder-opacity-80:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:active\:placeholder-opacity-80:active::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:active\:placeholder-opacity-90:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:active\:placeholder-opacity-90:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:active\:placeholder-opacity-90:active::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:active\:placeholder-opacity-95:active::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:active\:placeholder-opacity-95:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:active\:placeholder-opacity-95:active::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:active\:placeholder-opacity-100:active::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:active\:placeholder-opacity-100:active:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:active\:placeholder-opacity-100:active::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:visited\:placeholder-opacity-0:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:visited\:placeholder-opacity-0:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:visited\:placeholder-opacity-0:visited::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:visited\:placeholder-opacity-5:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:visited\:placeholder-opacity-5:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:visited\:placeholder-opacity-5:visited::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:visited\:placeholder-opacity-10:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:visited\:placeholder-opacity-10:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:visited\:placeholder-opacity-10:visited::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:visited\:placeholder-opacity-20:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:visited\:placeholder-opacity-20:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:visited\:placeholder-opacity-20:visited::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:visited\:placeholder-opacity-25:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:visited\:placeholder-opacity-25:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:visited\:placeholder-opacity-25:visited::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:visited\:placeholder-opacity-30:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:visited\:placeholder-opacity-30:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:visited\:placeholder-opacity-30:visited::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:visited\:placeholder-opacity-40:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:visited\:placeholder-opacity-40:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:visited\:placeholder-opacity-40:visited::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:visited\:placeholder-opacity-50:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:visited\:placeholder-opacity-50:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:visited\:placeholder-opacity-50:visited::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:visited\:placeholder-opacity-60:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:visited\:placeholder-opacity-60:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:visited\:placeholder-opacity-60:visited::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:visited\:placeholder-opacity-70:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:visited\:placeholder-opacity-70:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:visited\:placeholder-opacity-70:visited::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:visited\:placeholder-opacity-75:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:visited\:placeholder-opacity-75:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:visited\:placeholder-opacity-75:visited::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:visited\:placeholder-opacity-80:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:visited\:placeholder-opacity-80:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:visited\:placeholder-opacity-80:visited::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:visited\:placeholder-opacity-90:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:visited\:placeholder-opacity-90:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:visited\:placeholder-opacity-90:visited::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:visited\:placeholder-opacity-95:visited::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:visited\:placeholder-opacity-95:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:visited\:placeholder-opacity-95:visited::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:visited\:placeholder-opacity-100:visited::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:visited\:placeholder-opacity-100:visited:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:visited\:placeholder-opacity-100:visited::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:disabled\:placeholder-opacity-0:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:disabled\:placeholder-opacity-0:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:disabled\:placeholder-opacity-0:disabled::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:disabled\:placeholder-opacity-5:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:disabled\:placeholder-opacity-5:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:disabled\:placeholder-opacity-5:disabled::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:disabled\:placeholder-opacity-10:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:disabled\:placeholder-opacity-10:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:disabled\:placeholder-opacity-10:disabled::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:disabled\:placeholder-opacity-20:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:disabled\:placeholder-opacity-20:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:disabled\:placeholder-opacity-20:disabled::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:disabled\:placeholder-opacity-25:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:disabled\:placeholder-opacity-25:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:disabled\:placeholder-opacity-25:disabled::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:disabled\:placeholder-opacity-30:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:disabled\:placeholder-opacity-30:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:disabled\:placeholder-opacity-30:disabled::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:disabled\:placeholder-opacity-40:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:disabled\:placeholder-opacity-40:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:disabled\:placeholder-opacity-40:disabled::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:disabled\:placeholder-opacity-50:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:disabled\:placeholder-opacity-50:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:disabled\:placeholder-opacity-50:disabled::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:disabled\:placeholder-opacity-60:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:disabled\:placeholder-opacity-60:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:disabled\:placeholder-opacity-60:disabled::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:disabled\:placeholder-opacity-70:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:disabled\:placeholder-opacity-70:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:disabled\:placeholder-opacity-70:disabled::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:disabled\:placeholder-opacity-75:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:disabled\:placeholder-opacity-75:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:disabled\:placeholder-opacity-75:disabled::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:disabled\:placeholder-opacity-80:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:disabled\:placeholder-opacity-80:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:disabled\:placeholder-opacity-80:disabled::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:disabled\:placeholder-opacity-90:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:disabled\:placeholder-opacity-90:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:disabled\:placeholder-opacity-90:disabled::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:disabled\:placeholder-opacity-95:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:disabled\:placeholder-opacity-95:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:disabled\:placeholder-opacity-95:disabled::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:disabled\:placeholder-opacity-100:disabled::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:disabled\:placeholder-opacity-100:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:disabled\:placeholder-opacity-100:disabled::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .\32xl\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .\32xl\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .\32xl\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .\32xl\:first\:pointer-events-none:first-child {
    pointer-events: none;
  }

  .\32xl\:first\:pointer-events-auto:first-child {
    pointer-events: auto;
  }

  .\32xl\:last\:pointer-events-none:last-child {
    pointer-events: none;
  }

  .\32xl\:last\:pointer-events-auto:last-child {
    pointer-events: auto;
  }

  .\32xl\:odd\:pointer-events-none:nth-child(odd) {
    pointer-events: none;
  }

  .\32xl\:odd\:pointer-events-auto:nth-child(odd) {
    pointer-events: auto;
  }

  .\32xl\:even\:pointer-events-none:nth-child(even) {
    pointer-events: none;
  }

  .\32xl\:even\:pointer-events-auto:nth-child(even) {
    pointer-events: auto;
  }

  .\32xl\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .\32xl\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .\32xl\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .\32xl\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .\32xl\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .\32xl\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .\32xl\:visited\:pointer-events-none:visited {
    pointer-events: none;
  }

  .\32xl\:visited\:pointer-events-auto:visited {
    pointer-events: auto;
  }

  .\32xl\:disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .\32xl\:disabled\:pointer-events-auto:disabled {
    pointer-events: auto;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .group:hover .\32xl\:group-hover\:static {
    position: static;
  }

  .group:hover .\32xl\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .\32xl\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .\32xl\:group-hover\:relative {
    position: relative;
  }

  .group:hover .\32xl\:group-hover\:sticky {
    position: sticky;
  }

  .\32xl\:focus-within\:static:focus-within {
    position: static;
  }

  .\32xl\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .\32xl\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .\32xl\:focus-within\:relative:focus-within {
    position: relative;
  }

  .\32xl\:focus-within\:sticky:focus-within {
    position: sticky;
  }

  .\32xl\:first\:static:first-child {
    position: static;
  }

  .\32xl\:first\:fixed:first-child {
    position: fixed;
  }

  .\32xl\:first\:absolute:first-child {
    position: absolute;
  }

  .\32xl\:first\:relative:first-child {
    position: relative;
  }

  .\32xl\:first\:sticky:first-child {
    position: sticky;
  }

  .\32xl\:last\:static:last-child {
    position: static;
  }

  .\32xl\:last\:fixed:last-child {
    position: fixed;
  }

  .\32xl\:last\:absolute:last-child {
    position: absolute;
  }

  .\32xl\:last\:relative:last-child {
    position: relative;
  }

  .\32xl\:last\:sticky:last-child {
    position: sticky;
  }

  .\32xl\:odd\:static:nth-child(odd) {
    position: static;
  }

  .\32xl\:odd\:fixed:nth-child(odd) {
    position: fixed;
  }

  .\32xl\:odd\:absolute:nth-child(odd) {
    position: absolute;
  }

  .\32xl\:odd\:relative:nth-child(odd) {
    position: relative;
  }

  .\32xl\:odd\:sticky:nth-child(odd) {
    position: sticky;
  }

  .\32xl\:even\:static:nth-child(even) {
    position: static;
  }

  .\32xl\:even\:fixed:nth-child(even) {
    position: fixed;
  }

  .\32xl\:even\:absolute:nth-child(even) {
    position: absolute;
  }

  .\32xl\:even\:relative:nth-child(even) {
    position: relative;
  }

  .\32xl\:even\:sticky:nth-child(even) {
    position: sticky;
  }

  .\32xl\:hover\:static:hover {
    position: static;
  }

  .\32xl\:hover\:fixed:hover {
    position: fixed;
  }

  .\32xl\:hover\:absolute:hover {
    position: absolute;
  }

  .\32xl\:hover\:relative:hover {
    position: relative;
  }

  .\32xl\:hover\:sticky:hover {
    position: sticky;
  }

  .\32xl\:focus\:static:focus {
    position: static;
  }

  .\32xl\:focus\:fixed:focus {
    position: fixed;
  }

  .\32xl\:focus\:absolute:focus {
    position: absolute;
  }

  .\32xl\:focus\:relative:focus {
    position: relative;
  }

  .\32xl\:focus\:sticky:focus {
    position: sticky;
  }

  .\32xl\:active\:static:active {
    position: static;
  }

  .\32xl\:active\:fixed:active {
    position: fixed;
  }

  .\32xl\:active\:absolute:active {
    position: absolute;
  }

  .\32xl\:active\:relative:active {
    position: relative;
  }

  .\32xl\:active\:sticky:active {
    position: sticky;
  }

  .\32xl\:visited\:static:visited {
    position: static;
  }

  .\32xl\:visited\:fixed:visited {
    position: fixed;
  }

  .\32xl\:visited\:absolute:visited {
    position: absolute;
  }

  .\32xl\:visited\:relative:visited {
    position: relative;
  }

  .\32xl\:visited\:sticky:visited {
    position: sticky;
  }

  .\32xl\:disabled\:static:disabled {
    position: static;
  }

  .\32xl\:disabled\:fixed:disabled {
    position: fixed;
  }

  .\32xl\:disabled\:absolute:disabled {
    position: absolute;
  }

  .\32xl\:disabled\:relative:disabled {
    position: relative;
  }

  .\32xl\:disabled\:sticky:disabled {
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:right-1 {
    right: 0.25rem;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:right-2 {
    right: 0.5rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:right-3 {
    right: 0.75rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:left-3 {
    left: 0.75rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:left-5 {
    left: 1.25rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:left-6 {
    left: 1.5rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:right-7 {
    right: 1.75rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:left-7 {
    left: 1.75rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:right-8 {
    right: 2rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:left-8 {
    left: 2rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:right-9 {
    right: 2.25rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:left-9 {
    left: 2.25rem;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:right-10 {
    right: 2.5rem;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:left-10 {
    left: 2.5rem;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:right-12 {
    right: 3rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:left-12 {
    left: 3rem;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:right-14 {
    right: 3.5rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:left-14 {
    left: 3.5rem;
  }

  .\32xl\:top-16 {
    top: 4rem;
  }

  .\32xl\:right-16 {
    right: 4rem;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl\:left-16 {
    left: 4rem;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:right-32 {
    right: 8rem;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:left-32 {
    left: 8rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:right-36 {
    right: 9rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:right-44 {
    right: 11rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:left-44 {
    left: 11rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:right-48 {
    right: 12rem;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl\:left-48 {
    left: 12rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:right-60 {
    right: 15rem;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl\:left-60 {
    left: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:right-64 {
    right: 16rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:left-72 {
    left: 18rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:right-80 {
    right: 20rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:right-96 {
    right: 24rem;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:left-96 {
    left: 24rem;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:right-px {
    right: 1px;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:left-px {
    left: 1px;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl\:-top-0 {
    top: 0px;
  }

  .\32xl\:-right-0 {
    right: 0px;
  }

  .\32xl\:-bottom-0 {
    bottom: 0px;
  }

  .\32xl\:-left-0 {
    left: 0px;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-right-1 {
    right: -0.25rem;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-left-1 {
    left: -0.25rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-right-3 {
    right: -0.75rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-left-3 {
    left: -0.75rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-right-4 {
    right: -1rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-left-4 {
    left: -1rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-right-5 {
    right: -1.25rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl\:-left-5 {
    left: -1.25rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-right-6 {
    right: -1.5rem;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-left-6 {
    left: -1.5rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-left-7 {
    left: -1.75rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-left-8 {
    left: -2rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-left-9 {
    left: -2.25rem;
  }

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-right-10 {
    right: -2.5rem;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-left-10 {
    left: -2.5rem;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-right-11 {
    right: -2.75rem;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-left-11 {
    left: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-left-12 {
    left: -3rem;
  }

  .\32xl\:-top-14 {
    top: -3.5rem;
  }

  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-right-16 {
    right: -4rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-left-16 {
    left: -4rem;
  }

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-right-20 {
    right: -5rem;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:-left-20 {
    left: -5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-right-24 {
    right: -6rem;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl\:-left-24 {
    left: -6rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-right-28 {
    right: -7rem;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-right-32 {
    right: -8rem;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-left-32 {
    left: -8rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-right-36 {
    right: -9rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-left-36 {
    left: -9rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-right-40 {
    right: -10rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-right-44 {
    right: -11rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-left-44 {
    left: -11rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-right-48 {
    right: -12rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl\:-left-48 {
    left: -12rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-right-52 {
    right: -13rem;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-left-52 {
    left: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-right-56 {
    right: -14rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-left-56 {
    left: -14rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-right-60 {
    right: -15rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl\:-left-60 {
    left: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-right-64 {
    right: -16rem;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-left-64 {
    left: -16rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-right-72 {
    right: -18rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-left-72 {
    left: -18rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-right-80 {
    right: -20rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-left-80 {
    left: -20rem;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-right-96 {
    right: -24rem;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-left-96 {
    left: -24rem;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:-right-px {
    right: -1px;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-left-px {
    left: -1px;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:right-1\/2 {
    right: 50%;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:left-1\/2 {
    left: 50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:right-1\/4 {
    right: 25%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:left-1\/4 {
    left: 25%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:right-2\/4 {
    right: 50%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:left-2\/4 {
    left: 50%;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:right-3\/4 {
    right: 75%;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:left-3\/4 {
    left: 75%;
  }

  .\32xl\:top-full {
    top: 100%;
  }

  .\32xl\:right-full {
    right: 100%;
  }

  .\32xl\:bottom-full {
    bottom: 100%;
  }

  .\32xl\:left-full {
    left: 100%;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:-right-1\/2 {
    right: -50%;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:-left-1\/2 {
    left: -50%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-right-1\/4 {
    right: -25%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-left-1\/4 {
    left: -25%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-right-2\/4 {
    right: -50%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-left-2\/4 {
    left: -50%;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-right-3\/4 {
    right: -75%;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-left-3\/4 {
    left: -75%;
  }

  .\32xl\:-top-full {
    top: -100%;
  }

  .\32xl\:-right-full {
    right: -100%;
  }

  .\32xl\:-bottom-full {
    bottom: -100%;
  }

  .\32xl\:-left-full {
    left: -100%;
  }

  .group:hover .\32xl\:group-hover\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .group:hover .\32xl\:group-hover\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .group:hover .\32xl\:group-hover\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .group:hover .\32xl\:group-hover\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .group:hover .\32xl\:group-hover\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .group:hover .\32xl\:group-hover\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .group:hover .\32xl\:group-hover\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .group:hover .\32xl\:group-hover\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .group:hover .\32xl\:group-hover\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .group:hover .\32xl\:group-hover\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .group:hover .\32xl\:group-hover\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .group:hover .\32xl\:group-hover\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .group:hover .\32xl\:group-hover\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .group:hover .\32xl\:group-hover\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .group:hover .\32xl\:group-hover\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .group:hover .\32xl\:group-hover\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .group:hover .\32xl\:group-hover\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .group:hover .\32xl\:group-hover\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .group:hover .\32xl\:group-hover\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .\32xl\:group-hover\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .group:hover .\32xl\:group-hover\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .group:hover .\32xl\:group-hover\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .group:hover .\32xl\:group-hover\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .group:hover .\32xl\:group-hover\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .group:hover .\32xl\:group-hover\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .group:hover .\32xl\:group-hover\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .group:hover .\32xl\:group-hover\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .group:hover .\32xl\:group-hover\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .group:hover .\32xl\:group-hover\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .group:hover .\32xl\:group-hover\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .group:hover .\32xl\:group-hover\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .group:hover .\32xl\:group-hover\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .group:hover .\32xl\:group-hover\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .group:hover .\32xl\:group-hover\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .group:hover .\32xl\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .\32xl\:group-hover\:right-0 {
    right: 0px;
  }

  .group:hover .\32xl\:group-hover\:bottom-0 {
    bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:left-0 {
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:top-1 {
    top: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:right-1 {
    right: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-1 {
    bottom: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:left-1 {
    left: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:top-2 {
    top: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-2 {
    bottom: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:top-3 {
    top: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:right-3 {
    right: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-3 {
    bottom: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:left-3 {
    left: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:top-4 {
    top: 1rem;
  }

  .group:hover .\32xl\:group-hover\:right-4 {
    right: 1rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-4 {
    bottom: 1rem;
  }

  .group:hover .\32xl\:group-hover\:left-4 {
    left: 1rem;
  }

  .group:hover .\32xl\:group-hover\:top-5 {
    top: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:right-5 {
    right: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-5 {
    bottom: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:left-5 {
    left: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:top-6 {
    top: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:right-6 {
    right: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-6 {
    bottom: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:left-6 {
    left: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:top-7 {
    top: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:right-7 {
    right: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-7 {
    bottom: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:left-7 {
    left: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:top-8 {
    top: 2rem;
  }

  .group:hover .\32xl\:group-hover\:right-8 {
    right: 2rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-8 {
    bottom: 2rem;
  }

  .group:hover .\32xl\:group-hover\:left-8 {
    left: 2rem;
  }

  .group:hover .\32xl\:group-hover\:top-9 {
    top: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:right-9 {
    right: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-9 {
    bottom: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:left-9 {
    left: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:top-10 {
    top: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:right-10 {
    right: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-10 {
    bottom: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:left-10 {
    left: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:top-11 {
    top: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:right-11 {
    right: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-11 {
    bottom: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:left-11 {
    left: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:top-12 {
    top: 3rem;
  }

  .group:hover .\32xl\:group-hover\:right-12 {
    right: 3rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-12 {
    bottom: 3rem;
  }

  .group:hover .\32xl\:group-hover\:left-12 {
    left: 3rem;
  }

  .group:hover .\32xl\:group-hover\:top-14 {
    top: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:right-14 {
    right: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-14 {
    bottom: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:left-14 {
    left: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:top-16 {
    top: 4rem;
  }

  .group:hover .\32xl\:group-hover\:right-16 {
    right: 4rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-16 {
    bottom: 4rem;
  }

  .group:hover .\32xl\:group-hover\:left-16 {
    left: 4rem;
  }

  .group:hover .\32xl\:group-hover\:top-20 {
    top: 5rem;
  }

  .group:hover .\32xl\:group-hover\:right-20 {
    right: 5rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-20 {
    bottom: 5rem;
  }

  .group:hover .\32xl\:group-hover\:left-20 {
    left: 5rem;
  }

  .group:hover .\32xl\:group-hover\:top-24 {
    top: 6rem;
  }

  .group:hover .\32xl\:group-hover\:right-24 {
    right: 6rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-24 {
    bottom: 6rem;
  }

  .group:hover .\32xl\:group-hover\:left-24 {
    left: 6rem;
  }

  .group:hover .\32xl\:group-hover\:top-28 {
    top: 7rem;
  }

  .group:hover .\32xl\:group-hover\:right-28 {
    right: 7rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-28 {
    bottom: 7rem;
  }

  .group:hover .\32xl\:group-hover\:left-28 {
    left: 7rem;
  }

  .group:hover .\32xl\:group-hover\:top-32 {
    top: 8rem;
  }

  .group:hover .\32xl\:group-hover\:right-32 {
    right: 8rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-32 {
    bottom: 8rem;
  }

  .group:hover .\32xl\:group-hover\:left-32 {
    left: 8rem;
  }

  .group:hover .\32xl\:group-hover\:top-36 {
    top: 9rem;
  }

  .group:hover .\32xl\:group-hover\:right-36 {
    right: 9rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-36 {
    bottom: 9rem;
  }

  .group:hover .\32xl\:group-hover\:left-36 {
    left: 9rem;
  }

  .group:hover .\32xl\:group-hover\:top-40 {
    top: 10rem;
  }

  .group:hover .\32xl\:group-hover\:right-40 {
    right: 10rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-40 {
    bottom: 10rem;
  }

  .group:hover .\32xl\:group-hover\:left-40 {
    left: 10rem;
  }

  .group:hover .\32xl\:group-hover\:top-44 {
    top: 11rem;
  }

  .group:hover .\32xl\:group-hover\:right-44 {
    right: 11rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-44 {
    bottom: 11rem;
  }

  .group:hover .\32xl\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .\32xl\:group-hover\:top-48 {
    top: 12rem;
  }

  .group:hover .\32xl\:group-hover\:right-48 {
    right: 12rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-48 {
    bottom: 12rem;
  }

  .group:hover .\32xl\:group-hover\:left-48 {
    left: 12rem;
  }

  .group:hover .\32xl\:group-hover\:top-52 {
    top: 13rem;
  }

  .group:hover .\32xl\:group-hover\:right-52 {
    right: 13rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-52 {
    bottom: 13rem;
  }

  .group:hover .\32xl\:group-hover\:left-52 {
    left: 13rem;
  }

  .group:hover .\32xl\:group-hover\:top-56 {
    top: 14rem;
  }

  .group:hover .\32xl\:group-hover\:right-56 {
    right: 14rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-56 {
    bottom: 14rem;
  }

  .group:hover .\32xl\:group-hover\:left-56 {
    left: 14rem;
  }

  .group:hover .\32xl\:group-hover\:top-60 {
    top: 15rem;
  }

  .group:hover .\32xl\:group-hover\:right-60 {
    right: 15rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-60 {
    bottom: 15rem;
  }

  .group:hover .\32xl\:group-hover\:left-60 {
    left: 15rem;
  }

  .group:hover .\32xl\:group-hover\:top-64 {
    top: 16rem;
  }

  .group:hover .\32xl\:group-hover\:right-64 {
    right: 16rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-64 {
    bottom: 16rem;
  }

  .group:hover .\32xl\:group-hover\:left-64 {
    left: 16rem;
  }

  .group:hover .\32xl\:group-hover\:top-72 {
    top: 18rem;
  }

  .group:hover .\32xl\:group-hover\:right-72 {
    right: 18rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-72 {
    bottom: 18rem;
  }

  .group:hover .\32xl\:group-hover\:left-72 {
    left: 18rem;
  }

  .group:hover .\32xl\:group-hover\:top-80 {
    top: 20rem;
  }

  .group:hover .\32xl\:group-hover\:right-80 {
    right: 20rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-80 {
    bottom: 20rem;
  }

  .group:hover .\32xl\:group-hover\:left-80 {
    left: 20rem;
  }

  .group:hover .\32xl\:group-hover\:top-96 {
    top: 24rem;
  }

  .group:hover .\32xl\:group-hover\:right-96 {
    right: 24rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-96 {
    bottom: 24rem;
  }

  .group:hover .\32xl\:group-hover\:left-96 {
    left: 24rem;
  }

  .group:hover .\32xl\:group-hover\:top-auto {
    top: auto;
  }

  .group:hover .\32xl\:group-hover\:right-auto {
    right: auto;
  }

  .group:hover .\32xl\:group-hover\:bottom-auto {
    bottom: auto;
  }

  .group:hover .\32xl\:group-hover\:left-auto {
    left: auto;
  }

  .group:hover .\32xl\:group-hover\:top-px {
    top: 1px;
  }

  .group:hover .\32xl\:group-hover\:right-px {
    right: 1px;
  }

  .group:hover .\32xl\:group-hover\:bottom-px {
    bottom: 1px;
  }

  .group:hover .\32xl\:group-hover\:left-px {
    left: 1px;
  }

  .group:hover .\32xl\:group-hover\:top-0\.5 {
    top: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:right-0\.5 {
    right: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:left-0\.5 {
    left: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:top-1\.5 {
    top: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:right-1\.5 {
    right: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:left-1\.5 {
    left: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:top-2\.5 {
    top: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:right-2\.5 {
    right: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:left-2\.5 {
    left: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:top-3\.5 {
    top: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:right-3\.5 {
    right: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:left-3\.5 {
    left: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-top-0 {
    top: 0px;
  }

  .group:hover .\32xl\:group-hover\:-right-0 {
    right: 0px;
  }

  .group:hover .\32xl\:group-hover\:-bottom-0 {
    bottom: 0px;
  }

  .group:hover .\32xl\:group-hover\:-left-0 {
    left: 0px;
  }

  .group:hover .\32xl\:group-hover\:-top-1 {
    top: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-right-1 {
    right: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-1 {
    bottom: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-left-1 {
    left: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-top-2 {
    top: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-right-2 {
    right: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-2 {
    bottom: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-left-2 {
    left: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-top-3 {
    top: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-right-3 {
    right: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-3 {
    bottom: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-left-3 {
    left: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-top-4 {
    top: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-right-4 {
    right: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-4 {
    bottom: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-left-4 {
    left: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-top-5 {
    top: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-right-5 {
    right: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-5 {
    bottom: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-left-5 {
    left: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-top-6 {
    top: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-right-6 {
    right: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-6 {
    bottom: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-left-6 {
    left: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-top-7 {
    top: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-right-7 {
    right: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-7 {
    bottom: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-left-7 {
    left: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-top-8 {
    top: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-right-8 {
    right: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-8 {
    bottom: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-left-8 {
    left: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-top-9 {
    top: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-right-9 {
    right: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-9 {
    bottom: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-left-9 {
    left: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-top-10 {
    top: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-right-10 {
    right: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-10 {
    bottom: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-left-10 {
    left: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-top-11 {
    top: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-right-11 {
    right: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-11 {
    bottom: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-left-11 {
    left: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-top-12 {
    top: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-right-12 {
    right: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-12 {
    bottom: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-left-12 {
    left: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-top-14 {
    top: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-right-14 {
    right: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-14 {
    bottom: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-left-14 {
    left: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-top-16 {
    top: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-right-16 {
    right: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-16 {
    bottom: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-left-16 {
    left: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-top-20 {
    top: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-right-20 {
    right: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-20 {
    bottom: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-left-20 {
    left: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-top-24 {
    top: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-right-24 {
    right: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-24 {
    bottom: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-left-24 {
    left: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-top-28 {
    top: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-right-28 {
    right: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-28 {
    bottom: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-left-28 {
    left: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-top-32 {
    top: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-right-32 {
    right: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-32 {
    bottom: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-left-32 {
    left: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-top-36 {
    top: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-right-36 {
    right: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-36 {
    bottom: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-left-36 {
    left: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-top-40 {
    top: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-right-40 {
    right: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-40 {
    bottom: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-left-40 {
    left: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-top-44 {
    top: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-right-44 {
    right: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-44 {
    bottom: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-left-44 {
    left: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-top-48 {
    top: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-right-48 {
    right: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-48 {
    bottom: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-left-48 {
    left: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-top-52 {
    top: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-right-52 {
    right: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-52 {
    bottom: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-left-52 {
    left: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-top-56 {
    top: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-right-56 {
    right: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-56 {
    bottom: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-left-56 {
    left: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-top-60 {
    top: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-right-60 {
    right: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-60 {
    bottom: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-left-60 {
    left: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-top-64 {
    top: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-right-64 {
    right: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-64 {
    bottom: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-left-64 {
    left: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-top-72 {
    top: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-right-72 {
    right: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-72 {
    bottom: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-left-72 {
    left: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-top-80 {
    top: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-right-80 {
    right: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-80 {
    bottom: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-left-80 {
    left: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-top-96 {
    top: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-right-96 {
    right: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-96 {
    bottom: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-left-96 {
    left: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-top-px {
    top: -1px;
  }

  .group:hover .\32xl\:group-hover\:-right-px {
    right: -1px;
  }

  .group:hover .\32xl\:group-hover\:-bottom-px {
    bottom: -1px;
  }

  .group:hover .\32xl\:group-hover\:-left-px {
    left: -1px;
  }

  .group:hover .\32xl\:group-hover\:-top-0\.5 {
    top: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-right-0\.5 {
    right: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-left-0\.5 {
    left: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-top-1\.5 {
    top: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-right-1\.5 {
    right: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-left-1\.5 {
    left: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-top-2\.5 {
    top: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-right-2\.5 {
    right: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-left-2\.5 {
    left: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-top-3\.5 {
    top: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-right-3\.5 {
    right: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-left-3\.5 {
    left: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:top-1\/2 {
    top: 50%;
  }

  .group:hover .\32xl\:group-hover\:right-1\/2 {
    right: 50%;
  }

  .group:hover .\32xl\:group-hover\:bottom-1\/2 {
    bottom: 50%;
  }

  .group:hover .\32xl\:group-hover\:left-1\/2 {
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:top-1\/3 {
    top: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:right-1\/3 {
    right: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:left-1\/3 {
    left: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:top-2\/3 {
    top: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:right-2\/3 {
    right: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:left-2\/3 {
    left: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:top-1\/4 {
    top: 25%;
  }

  .group:hover .\32xl\:group-hover\:right-1\/4 {
    right: 25%;
  }

  .group:hover .\32xl\:group-hover\:bottom-1\/4 {
    bottom: 25%;
  }

  .group:hover .\32xl\:group-hover\:left-1\/4 {
    left: 25%;
  }

  .group:hover .\32xl\:group-hover\:top-2\/4 {
    top: 50%;
  }

  .group:hover .\32xl\:group-hover\:right-2\/4 {
    right: 50%;
  }

  .group:hover .\32xl\:group-hover\:bottom-2\/4 {
    bottom: 50%;
  }

  .group:hover .\32xl\:group-hover\:left-2\/4 {
    left: 50%;
  }

  .group:hover .\32xl\:group-hover\:top-3\/4 {
    top: 75%;
  }

  .group:hover .\32xl\:group-hover\:right-3\/4 {
    right: 75%;
  }

  .group:hover .\32xl\:group-hover\:bottom-3\/4 {
    bottom: 75%;
  }

  .group:hover .\32xl\:group-hover\:left-3\/4 {
    left: 75%;
  }

  .group:hover .\32xl\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .\32xl\:group-hover\:right-full {
    right: 100%;
  }

  .group:hover .\32xl\:group-hover\:bottom-full {
    bottom: 100%;
  }

  .group:hover .\32xl\:group-hover\:left-full {
    left: 100%;
  }

  .group:hover .\32xl\:group-hover\:-top-1\/2 {
    top: -50%;
  }

  .group:hover .\32xl\:group-hover\:-right-1\/2 {
    right: -50%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-1\/2 {
    bottom: -50%;
  }

  .group:hover .\32xl\:group-hover\:-left-1\/2 {
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-top-1\/3 {
    top: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-right-1\/3 {
    right: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-left-1\/3 {
    left: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-top-2\/3 {
    top: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-right-2\/3 {
    right: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-left-2\/3 {
    left: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-top-1\/4 {
    top: -25%;
  }

  .group:hover .\32xl\:group-hover\:-right-1\/4 {
    right: -25%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-1\/4 {
    bottom: -25%;
  }

  .group:hover .\32xl\:group-hover\:-left-1\/4 {
    left: -25%;
  }

  .group:hover .\32xl\:group-hover\:-top-2\/4 {
    top: -50%;
  }

  .group:hover .\32xl\:group-hover\:-right-2\/4 {
    right: -50%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-2\/4 {
    bottom: -50%;
  }

  .group:hover .\32xl\:group-hover\:-left-2\/4 {
    left: -50%;
  }

  .group:hover .\32xl\:group-hover\:-top-3\/4 {
    top: -75%;
  }

  .group:hover .\32xl\:group-hover\:-right-3\/4 {
    right: -75%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-3\/4 {
    bottom: -75%;
  }

  .group:hover .\32xl\:group-hover\:-left-3\/4 {
    left: -75%;
  }

  .group:hover .\32xl\:group-hover\:-top-full {
    top: -100%;
  }

  .group:hover .\32xl\:group-hover\:-right-full {
    right: -100%;
  }

  .group:hover .\32xl\:group-hover\:-bottom-full {
    bottom: -100%;
  }

  .group:hover .\32xl\:group-hover\:-left-full {
    left: -100%;
  }

  .\32xl\:focus-within\:inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:focus-within\:inset-1:focus-within {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:focus-within\:inset-2:focus-within {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:focus-within\:inset-3:focus-within {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:focus-within\:inset-4:focus-within {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:focus-within\:inset-5:focus-within {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:focus-within\:inset-6:focus-within {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:focus-within\:inset-7:focus-within {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:focus-within\:inset-8:focus-within {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:focus-within\:inset-9:focus-within {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:focus-within\:inset-10:focus-within {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:focus-within\:inset-11:focus-within {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:focus-within\:inset-12:focus-within {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:focus-within\:inset-14:focus-within {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:focus-within\:inset-16:focus-within {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:focus-within\:inset-20:focus-within {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:focus-within\:inset-24:focus-within {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:focus-within\:inset-28:focus-within {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:focus-within\:inset-32:focus-within {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:focus-within\:inset-36:focus-within {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:focus-within\:inset-40:focus-within {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:focus-within\:inset-44:focus-within {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:focus-within\:inset-48:focus-within {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:focus-within\:inset-52:focus-within {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:focus-within\:inset-56:focus-within {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:focus-within\:inset-60:focus-within {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:focus-within\:inset-64:focus-within {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:focus-within\:inset-72:focus-within {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:focus-within\:inset-80:focus-within {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:focus-within\:inset-96:focus-within {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:focus-within\:inset-auto:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:focus-within\:inset-px:focus-within {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:focus-within\:inset-0\.5:focus-within {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:focus-within\:inset-1\.5:focus-within {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:focus-within\:inset-2\.5:focus-within {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:focus-within\:inset-3\.5:focus-within {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:focus-within\:-inset-0:focus-within {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:focus-within\:-inset-1:focus-within {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:focus-within\:-inset-2:focus-within {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:focus-within\:-inset-3:focus-within {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:focus-within\:-inset-4:focus-within {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:focus-within\:-inset-5:focus-within {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:focus-within\:-inset-6:focus-within {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:focus-within\:-inset-7:focus-within {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:focus-within\:-inset-8:focus-within {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:focus-within\:-inset-9:focus-within {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:focus-within\:-inset-10:focus-within {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:focus-within\:-inset-11:focus-within {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:focus-within\:-inset-12:focus-within {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:focus-within\:-inset-14:focus-within {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:focus-within\:-inset-16:focus-within {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:focus-within\:-inset-20:focus-within {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:focus-within\:-inset-24:focus-within {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:focus-within\:-inset-28:focus-within {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:focus-within\:-inset-32:focus-within {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:focus-within\:-inset-36:focus-within {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:focus-within\:-inset-40:focus-within {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:focus-within\:-inset-44:focus-within {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:focus-within\:-inset-48:focus-within {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:focus-within\:-inset-52:focus-within {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:focus-within\:-inset-56:focus-within {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:focus-within\:-inset-60:focus-within {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:focus-within\:-inset-64:focus-within {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:focus-within\:-inset-72:focus-within {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:focus-within\:-inset-80:focus-within {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:focus-within\:-inset-96:focus-within {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:focus-within\:-inset-px:focus-within {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:focus-within\:-inset-0\.5:focus-within {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:focus-within\:-inset-1\.5:focus-within {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:focus-within\:-inset-2\.5:focus-within {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:focus-within\:-inset-3\.5:focus-within {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:focus-within\:inset-1\/2:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:focus-within\:inset-1\/3:focus-within {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:focus-within\:inset-2\/3:focus-within {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:focus-within\:inset-1\/4:focus-within {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:focus-within\:inset-2\/4:focus-within {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:focus-within\:inset-3\/4:focus-within {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:focus-within\:inset-full:focus-within {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:focus-within\:-inset-1\/2:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:focus-within\:-inset-1\/3:focus-within {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:focus-within\:-inset-2\/3:focus-within {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:focus-within\:-inset-1\/4:focus-within {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:focus-within\:-inset-2\/4:focus-within {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:focus-within\:-inset-3\/4:focus-within {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:focus-within\:-inset-full:focus-within {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:focus-within\:inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:focus-within\:inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .\32xl\:focus-within\:inset-y-1:focus-within {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:focus-within\:inset-x-1:focus-within {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:focus-within\:inset-y-2:focus-within {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:focus-within\:inset-x-2:focus-within {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:focus-within\:inset-y-3:focus-within {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:focus-within\:inset-x-3:focus-within {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:focus-within\:inset-y-4:focus-within {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:focus-within\:inset-x-4:focus-within {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:focus-within\:inset-y-5:focus-within {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:focus-within\:inset-x-5:focus-within {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:focus-within\:inset-y-6:focus-within {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:focus-within\:inset-x-6:focus-within {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:focus-within\:inset-y-7:focus-within {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:focus-within\:inset-x-7:focus-within {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:focus-within\:inset-y-8:focus-within {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:focus-within\:inset-x-8:focus-within {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:focus-within\:inset-y-9:focus-within {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:focus-within\:inset-x-9:focus-within {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:focus-within\:inset-y-10:focus-within {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:focus-within\:inset-x-10:focus-within {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:focus-within\:inset-y-11:focus-within {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:focus-within\:inset-x-11:focus-within {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:focus-within\:inset-y-12:focus-within {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:focus-within\:inset-x-12:focus-within {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:focus-within\:inset-y-14:focus-within {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:focus-within\:inset-x-14:focus-within {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:focus-within\:inset-y-16:focus-within {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:focus-within\:inset-x-16:focus-within {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:focus-within\:inset-y-20:focus-within {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:focus-within\:inset-x-20:focus-within {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:focus-within\:inset-y-24:focus-within {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:focus-within\:inset-x-24:focus-within {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:focus-within\:inset-y-28:focus-within {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:focus-within\:inset-x-28:focus-within {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:focus-within\:inset-y-32:focus-within {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:focus-within\:inset-x-32:focus-within {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:focus-within\:inset-y-36:focus-within {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:focus-within\:inset-x-36:focus-within {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:focus-within\:inset-y-40:focus-within {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:focus-within\:inset-x-40:focus-within {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:focus-within\:inset-y-44:focus-within {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:focus-within\:inset-x-44:focus-within {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:focus-within\:inset-y-48:focus-within {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:focus-within\:inset-x-48:focus-within {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:focus-within\:inset-y-52:focus-within {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:focus-within\:inset-x-52:focus-within {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:focus-within\:inset-y-56:focus-within {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:focus-within\:inset-x-56:focus-within {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:focus-within\:inset-y-60:focus-within {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:focus-within\:inset-x-60:focus-within {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:focus-within\:inset-y-64:focus-within {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:focus-within\:inset-x-64:focus-within {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:focus-within\:inset-y-72:focus-within {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:focus-within\:inset-x-72:focus-within {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:focus-within\:inset-y-80:focus-within {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:focus-within\:inset-x-80:focus-within {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:focus-within\:inset-y-96:focus-within {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:focus-within\:inset-x-96:focus-within {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:focus-within\:inset-y-auto:focus-within {
    top: auto;
    bottom: auto;
  }

  .\32xl\:focus-within\:inset-x-auto:focus-within {
    right: auto;
    left: auto;
  }

  .\32xl\:focus-within\:inset-y-px:focus-within {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:focus-within\:inset-x-px:focus-within {
    right: 1px;
    left: 1px;
  }

  .\32xl\:focus-within\:inset-y-0\.5:focus-within {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:focus-within\:inset-x-0\.5:focus-within {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:focus-within\:inset-y-1\.5:focus-within {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:focus-within\:inset-x-1\.5:focus-within {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:focus-within\:inset-y-2\.5:focus-within {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:focus-within\:inset-x-2\.5:focus-within {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:focus-within\:inset-y-3\.5:focus-within {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:focus-within\:inset-x-3\.5:focus-within {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:focus-within\:-inset-y-0:focus-within {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:focus-within\:-inset-x-0:focus-within {
    right: 0px;
    left: 0px;
  }

  .\32xl\:focus-within\:-inset-y-1:focus-within {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:focus-within\:-inset-x-1:focus-within {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:focus-within\:-inset-y-2:focus-within {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:focus-within\:-inset-x-2:focus-within {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:focus-within\:-inset-y-3:focus-within {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:focus-within\:-inset-x-3:focus-within {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:focus-within\:-inset-y-4:focus-within {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:focus-within\:-inset-x-4:focus-within {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:focus-within\:-inset-y-5:focus-within {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:focus-within\:-inset-x-5:focus-within {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:focus-within\:-inset-y-6:focus-within {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:focus-within\:-inset-x-6:focus-within {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:focus-within\:-inset-y-7:focus-within {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:focus-within\:-inset-x-7:focus-within {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:focus-within\:-inset-y-8:focus-within {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:focus-within\:-inset-x-8:focus-within {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:focus-within\:-inset-y-9:focus-within {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:focus-within\:-inset-x-9:focus-within {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:focus-within\:-inset-y-10:focus-within {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:focus-within\:-inset-x-10:focus-within {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:focus-within\:-inset-y-11:focus-within {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:focus-within\:-inset-x-11:focus-within {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:focus-within\:-inset-y-12:focus-within {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:focus-within\:-inset-x-12:focus-within {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:focus-within\:-inset-y-14:focus-within {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:focus-within\:-inset-x-14:focus-within {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:focus-within\:-inset-y-16:focus-within {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:focus-within\:-inset-x-16:focus-within {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:focus-within\:-inset-y-20:focus-within {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:focus-within\:-inset-x-20:focus-within {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:focus-within\:-inset-y-24:focus-within {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:focus-within\:-inset-x-24:focus-within {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:focus-within\:-inset-y-28:focus-within {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:focus-within\:-inset-x-28:focus-within {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:focus-within\:-inset-y-32:focus-within {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:focus-within\:-inset-x-32:focus-within {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:focus-within\:-inset-y-36:focus-within {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:focus-within\:-inset-x-36:focus-within {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:focus-within\:-inset-y-40:focus-within {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:focus-within\:-inset-x-40:focus-within {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:focus-within\:-inset-y-44:focus-within {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:focus-within\:-inset-x-44:focus-within {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:focus-within\:-inset-y-48:focus-within {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:focus-within\:-inset-x-48:focus-within {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:focus-within\:-inset-y-52:focus-within {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:focus-within\:-inset-x-52:focus-within {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:focus-within\:-inset-y-56:focus-within {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:focus-within\:-inset-x-56:focus-within {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:focus-within\:-inset-y-60:focus-within {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:focus-within\:-inset-x-60:focus-within {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:focus-within\:-inset-y-64:focus-within {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:focus-within\:-inset-x-64:focus-within {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:focus-within\:-inset-y-72:focus-within {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:focus-within\:-inset-x-72:focus-within {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:focus-within\:-inset-y-80:focus-within {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:focus-within\:-inset-x-80:focus-within {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:focus-within\:-inset-y-96:focus-within {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:focus-within\:-inset-x-96:focus-within {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:focus-within\:-inset-y-px:focus-within {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:focus-within\:-inset-x-px:focus-within {
    right: -1px;
    left: -1px;
  }

  .\32xl\:focus-within\:-inset-y-0\.5:focus-within {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:focus-within\:-inset-x-0\.5:focus-within {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:focus-within\:-inset-y-1\.5:focus-within {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:focus-within\:-inset-x-1\.5:focus-within {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:focus-within\:-inset-y-2\.5:focus-within {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:focus-within\:-inset-x-2\.5:focus-within {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:focus-within\:-inset-y-3\.5:focus-within {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:focus-within\:-inset-x-3\.5:focus-within {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:focus-within\:inset-y-1\/2:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:focus-within\:inset-x-1\/2:focus-within {
    right: 50%;
    left: 50%;
  }

  .\32xl\:focus-within\:inset-y-1\/3:focus-within {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:focus-within\:inset-x-1\/3:focus-within {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:focus-within\:inset-y-2\/3:focus-within {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:focus-within\:inset-x-2\/3:focus-within {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:focus-within\:inset-y-1\/4:focus-within {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:focus-within\:inset-x-1\/4:focus-within {
    right: 25%;
    left: 25%;
  }

  .\32xl\:focus-within\:inset-y-2\/4:focus-within {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:focus-within\:inset-x-2\/4:focus-within {
    right: 50%;
    left: 50%;
  }

  .\32xl\:focus-within\:inset-y-3\/4:focus-within {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:focus-within\:inset-x-3\/4:focus-within {
    right: 75%;
    left: 75%;
  }

  .\32xl\:focus-within\:inset-y-full:focus-within {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:focus-within\:inset-x-full:focus-within {
    right: 100%;
    left: 100%;
  }

  .\32xl\:focus-within\:-inset-y-1\/2:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:focus-within\:-inset-x-1\/2:focus-within {
    right: -50%;
    left: -50%;
  }

  .\32xl\:focus-within\:-inset-y-1\/3:focus-within {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:focus-within\:-inset-x-1\/3:focus-within {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:focus-within\:-inset-y-2\/3:focus-within {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:focus-within\:-inset-x-2\/3:focus-within {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:focus-within\:-inset-y-1\/4:focus-within {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:focus-within\:-inset-x-1\/4:focus-within {
    right: -25%;
    left: -25%;
  }

  .\32xl\:focus-within\:-inset-y-2\/4:focus-within {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:focus-within\:-inset-x-2\/4:focus-within {
    right: -50%;
    left: -50%;
  }

  .\32xl\:focus-within\:-inset-y-3\/4:focus-within {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:focus-within\:-inset-x-3\/4:focus-within {
    right: -75%;
    left: -75%;
  }

  .\32xl\:focus-within\:-inset-y-full:focus-within {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:focus-within\:-inset-x-full:focus-within {
    right: -100%;
    left: -100%;
  }

  .\32xl\:focus-within\:top-0:focus-within {
    top: 0px;
  }

  .\32xl\:focus-within\:right-0:focus-within {
    right: 0px;
  }

  .\32xl\:focus-within\:bottom-0:focus-within {
    bottom: 0px;
  }

  .\32xl\:focus-within\:left-0:focus-within {
    left: 0px;
  }

  .\32xl\:focus-within\:top-1:focus-within {
    top: 0.25rem;
  }

  .\32xl\:focus-within\:right-1:focus-within {
    right: 0.25rem;
  }

  .\32xl\:focus-within\:bottom-1:focus-within {
    bottom: 0.25rem;
  }

  .\32xl\:focus-within\:left-1:focus-within {
    left: 0.25rem;
  }

  .\32xl\:focus-within\:top-2:focus-within {
    top: 0.5rem;
  }

  .\32xl\:focus-within\:right-2:focus-within {
    right: 0.5rem;
  }

  .\32xl\:focus-within\:bottom-2:focus-within {
    bottom: 0.5rem;
  }

  .\32xl\:focus-within\:left-2:focus-within {
    left: 0.5rem;
  }

  .\32xl\:focus-within\:top-3:focus-within {
    top: 0.75rem;
  }

  .\32xl\:focus-within\:right-3:focus-within {
    right: 0.75rem;
  }

  .\32xl\:focus-within\:bottom-3:focus-within {
    bottom: 0.75rem;
  }

  .\32xl\:focus-within\:left-3:focus-within {
    left: 0.75rem;
  }

  .\32xl\:focus-within\:top-4:focus-within {
    top: 1rem;
  }

  .\32xl\:focus-within\:right-4:focus-within {
    right: 1rem;
  }

  .\32xl\:focus-within\:bottom-4:focus-within {
    bottom: 1rem;
  }

  .\32xl\:focus-within\:left-4:focus-within {
    left: 1rem;
  }

  .\32xl\:focus-within\:top-5:focus-within {
    top: 1.25rem;
  }

  .\32xl\:focus-within\:right-5:focus-within {
    right: 1.25rem;
  }

  .\32xl\:focus-within\:bottom-5:focus-within {
    bottom: 1.25rem;
  }

  .\32xl\:focus-within\:left-5:focus-within {
    left: 1.25rem;
  }

  .\32xl\:focus-within\:top-6:focus-within {
    top: 1.5rem;
  }

  .\32xl\:focus-within\:right-6:focus-within {
    right: 1.5rem;
  }

  .\32xl\:focus-within\:bottom-6:focus-within {
    bottom: 1.5rem;
  }

  .\32xl\:focus-within\:left-6:focus-within {
    left: 1.5rem;
  }

  .\32xl\:focus-within\:top-7:focus-within {
    top: 1.75rem;
  }

  .\32xl\:focus-within\:right-7:focus-within {
    right: 1.75rem;
  }

  .\32xl\:focus-within\:bottom-7:focus-within {
    bottom: 1.75rem;
  }

  .\32xl\:focus-within\:left-7:focus-within {
    left: 1.75rem;
  }

  .\32xl\:focus-within\:top-8:focus-within {
    top: 2rem;
  }

  .\32xl\:focus-within\:right-8:focus-within {
    right: 2rem;
  }

  .\32xl\:focus-within\:bottom-8:focus-within {
    bottom: 2rem;
  }

  .\32xl\:focus-within\:left-8:focus-within {
    left: 2rem;
  }

  .\32xl\:focus-within\:top-9:focus-within {
    top: 2.25rem;
  }

  .\32xl\:focus-within\:right-9:focus-within {
    right: 2.25rem;
  }

  .\32xl\:focus-within\:bottom-9:focus-within {
    bottom: 2.25rem;
  }

  .\32xl\:focus-within\:left-9:focus-within {
    left: 2.25rem;
  }

  .\32xl\:focus-within\:top-10:focus-within {
    top: 2.5rem;
  }

  .\32xl\:focus-within\:right-10:focus-within {
    right: 2.5rem;
  }

  .\32xl\:focus-within\:bottom-10:focus-within {
    bottom: 2.5rem;
  }

  .\32xl\:focus-within\:left-10:focus-within {
    left: 2.5rem;
  }

  .\32xl\:focus-within\:top-11:focus-within {
    top: 2.75rem;
  }

  .\32xl\:focus-within\:right-11:focus-within {
    right: 2.75rem;
  }

  .\32xl\:focus-within\:bottom-11:focus-within {
    bottom: 2.75rem;
  }

  .\32xl\:focus-within\:left-11:focus-within {
    left: 2.75rem;
  }

  .\32xl\:focus-within\:top-12:focus-within {
    top: 3rem;
  }

  .\32xl\:focus-within\:right-12:focus-within {
    right: 3rem;
  }

  .\32xl\:focus-within\:bottom-12:focus-within {
    bottom: 3rem;
  }

  .\32xl\:focus-within\:left-12:focus-within {
    left: 3rem;
  }

  .\32xl\:focus-within\:top-14:focus-within {
    top: 3.5rem;
  }

  .\32xl\:focus-within\:right-14:focus-within {
    right: 3.5rem;
  }

  .\32xl\:focus-within\:bottom-14:focus-within {
    bottom: 3.5rem;
  }

  .\32xl\:focus-within\:left-14:focus-within {
    left: 3.5rem;
  }

  .\32xl\:focus-within\:top-16:focus-within {
    top: 4rem;
  }

  .\32xl\:focus-within\:right-16:focus-within {
    right: 4rem;
  }

  .\32xl\:focus-within\:bottom-16:focus-within {
    bottom: 4rem;
  }

  .\32xl\:focus-within\:left-16:focus-within {
    left: 4rem;
  }

  .\32xl\:focus-within\:top-20:focus-within {
    top: 5rem;
  }

  .\32xl\:focus-within\:right-20:focus-within {
    right: 5rem;
  }

  .\32xl\:focus-within\:bottom-20:focus-within {
    bottom: 5rem;
  }

  .\32xl\:focus-within\:left-20:focus-within {
    left: 5rem;
  }

  .\32xl\:focus-within\:top-24:focus-within {
    top: 6rem;
  }

  .\32xl\:focus-within\:right-24:focus-within {
    right: 6rem;
  }

  .\32xl\:focus-within\:bottom-24:focus-within {
    bottom: 6rem;
  }

  .\32xl\:focus-within\:left-24:focus-within {
    left: 6rem;
  }

  .\32xl\:focus-within\:top-28:focus-within {
    top: 7rem;
  }

  .\32xl\:focus-within\:right-28:focus-within {
    right: 7rem;
  }

  .\32xl\:focus-within\:bottom-28:focus-within {
    bottom: 7rem;
  }

  .\32xl\:focus-within\:left-28:focus-within {
    left: 7rem;
  }

  .\32xl\:focus-within\:top-32:focus-within {
    top: 8rem;
  }

  .\32xl\:focus-within\:right-32:focus-within {
    right: 8rem;
  }

  .\32xl\:focus-within\:bottom-32:focus-within {
    bottom: 8rem;
  }

  .\32xl\:focus-within\:left-32:focus-within {
    left: 8rem;
  }

  .\32xl\:focus-within\:top-36:focus-within {
    top: 9rem;
  }

  .\32xl\:focus-within\:right-36:focus-within {
    right: 9rem;
  }

  .\32xl\:focus-within\:bottom-36:focus-within {
    bottom: 9rem;
  }

  .\32xl\:focus-within\:left-36:focus-within {
    left: 9rem;
  }

  .\32xl\:focus-within\:top-40:focus-within {
    top: 10rem;
  }

  .\32xl\:focus-within\:right-40:focus-within {
    right: 10rem;
  }

  .\32xl\:focus-within\:bottom-40:focus-within {
    bottom: 10rem;
  }

  .\32xl\:focus-within\:left-40:focus-within {
    left: 10rem;
  }

  .\32xl\:focus-within\:top-44:focus-within {
    top: 11rem;
  }

  .\32xl\:focus-within\:right-44:focus-within {
    right: 11rem;
  }

  .\32xl\:focus-within\:bottom-44:focus-within {
    bottom: 11rem;
  }

  .\32xl\:focus-within\:left-44:focus-within {
    left: 11rem;
  }

  .\32xl\:focus-within\:top-48:focus-within {
    top: 12rem;
  }

  .\32xl\:focus-within\:right-48:focus-within {
    right: 12rem;
  }

  .\32xl\:focus-within\:bottom-48:focus-within {
    bottom: 12rem;
  }

  .\32xl\:focus-within\:left-48:focus-within {
    left: 12rem;
  }

  .\32xl\:focus-within\:top-52:focus-within {
    top: 13rem;
  }

  .\32xl\:focus-within\:right-52:focus-within {
    right: 13rem;
  }

  .\32xl\:focus-within\:bottom-52:focus-within {
    bottom: 13rem;
  }

  .\32xl\:focus-within\:left-52:focus-within {
    left: 13rem;
  }

  .\32xl\:focus-within\:top-56:focus-within {
    top: 14rem;
  }

  .\32xl\:focus-within\:right-56:focus-within {
    right: 14rem;
  }

  .\32xl\:focus-within\:bottom-56:focus-within {
    bottom: 14rem;
  }

  .\32xl\:focus-within\:left-56:focus-within {
    left: 14rem;
  }

  .\32xl\:focus-within\:top-60:focus-within {
    top: 15rem;
  }

  .\32xl\:focus-within\:right-60:focus-within {
    right: 15rem;
  }

  .\32xl\:focus-within\:bottom-60:focus-within {
    bottom: 15rem;
  }

  .\32xl\:focus-within\:left-60:focus-within {
    left: 15rem;
  }

  .\32xl\:focus-within\:top-64:focus-within {
    top: 16rem;
  }

  .\32xl\:focus-within\:right-64:focus-within {
    right: 16rem;
  }

  .\32xl\:focus-within\:bottom-64:focus-within {
    bottom: 16rem;
  }

  .\32xl\:focus-within\:left-64:focus-within {
    left: 16rem;
  }

  .\32xl\:focus-within\:top-72:focus-within {
    top: 18rem;
  }

  .\32xl\:focus-within\:right-72:focus-within {
    right: 18rem;
  }

  .\32xl\:focus-within\:bottom-72:focus-within {
    bottom: 18rem;
  }

  .\32xl\:focus-within\:left-72:focus-within {
    left: 18rem;
  }

  .\32xl\:focus-within\:top-80:focus-within {
    top: 20rem;
  }

  .\32xl\:focus-within\:right-80:focus-within {
    right: 20rem;
  }

  .\32xl\:focus-within\:bottom-80:focus-within {
    bottom: 20rem;
  }

  .\32xl\:focus-within\:left-80:focus-within {
    left: 20rem;
  }

  .\32xl\:focus-within\:top-96:focus-within {
    top: 24rem;
  }

  .\32xl\:focus-within\:right-96:focus-within {
    right: 24rem;
  }

  .\32xl\:focus-within\:bottom-96:focus-within {
    bottom: 24rem;
  }

  .\32xl\:focus-within\:left-96:focus-within {
    left: 24rem;
  }

  .\32xl\:focus-within\:top-auto:focus-within {
    top: auto;
  }

  .\32xl\:focus-within\:right-auto:focus-within {
    right: auto;
  }

  .\32xl\:focus-within\:bottom-auto:focus-within {
    bottom: auto;
  }

  .\32xl\:focus-within\:left-auto:focus-within {
    left: auto;
  }

  .\32xl\:focus-within\:top-px:focus-within {
    top: 1px;
  }

  .\32xl\:focus-within\:right-px:focus-within {
    right: 1px;
  }

  .\32xl\:focus-within\:bottom-px:focus-within {
    bottom: 1px;
  }

  .\32xl\:focus-within\:left-px:focus-within {
    left: 1px;
  }

  .\32xl\:focus-within\:top-0\.5:focus-within {
    top: 0.125rem;
  }

  .\32xl\:focus-within\:right-0\.5:focus-within {
    right: 0.125rem;
  }

  .\32xl\:focus-within\:bottom-0\.5:focus-within {
    bottom: 0.125rem;
  }

  .\32xl\:focus-within\:left-0\.5:focus-within {
    left: 0.125rem;
  }

  .\32xl\:focus-within\:top-1\.5:focus-within {
    top: 0.375rem;
  }

  .\32xl\:focus-within\:right-1\.5:focus-within {
    right: 0.375rem;
  }

  .\32xl\:focus-within\:bottom-1\.5:focus-within {
    bottom: 0.375rem;
  }

  .\32xl\:focus-within\:left-1\.5:focus-within {
    left: 0.375rem;
  }

  .\32xl\:focus-within\:top-2\.5:focus-within {
    top: 0.625rem;
  }

  .\32xl\:focus-within\:right-2\.5:focus-within {
    right: 0.625rem;
  }

  .\32xl\:focus-within\:bottom-2\.5:focus-within {
    bottom: 0.625rem;
  }

  .\32xl\:focus-within\:left-2\.5:focus-within {
    left: 0.625rem;
  }

  .\32xl\:focus-within\:top-3\.5:focus-within {
    top: 0.875rem;
  }

  .\32xl\:focus-within\:right-3\.5:focus-within {
    right: 0.875rem;
  }

  .\32xl\:focus-within\:bottom-3\.5:focus-within {
    bottom: 0.875rem;
  }

  .\32xl\:focus-within\:left-3\.5:focus-within {
    left: 0.875rem;
  }

  .\32xl\:focus-within\:-top-0:focus-within {
    top: 0px;
  }

  .\32xl\:focus-within\:-right-0:focus-within {
    right: 0px;
  }

  .\32xl\:focus-within\:-bottom-0:focus-within {
    bottom: 0px;
  }

  .\32xl\:focus-within\:-left-0:focus-within {
    left: 0px;
  }

  .\32xl\:focus-within\:-top-1:focus-within {
    top: -0.25rem;
  }

  .\32xl\:focus-within\:-right-1:focus-within {
    right: -0.25rem;
  }

  .\32xl\:focus-within\:-bottom-1:focus-within {
    bottom: -0.25rem;
  }

  .\32xl\:focus-within\:-left-1:focus-within {
    left: -0.25rem;
  }

  .\32xl\:focus-within\:-top-2:focus-within {
    top: -0.5rem;
  }

  .\32xl\:focus-within\:-right-2:focus-within {
    right: -0.5rem;
  }

  .\32xl\:focus-within\:-bottom-2:focus-within {
    bottom: -0.5rem;
  }

  .\32xl\:focus-within\:-left-2:focus-within {
    left: -0.5rem;
  }

  .\32xl\:focus-within\:-top-3:focus-within {
    top: -0.75rem;
  }

  .\32xl\:focus-within\:-right-3:focus-within {
    right: -0.75rem;
  }

  .\32xl\:focus-within\:-bottom-3:focus-within {
    bottom: -0.75rem;
  }

  .\32xl\:focus-within\:-left-3:focus-within {
    left: -0.75rem;
  }

  .\32xl\:focus-within\:-top-4:focus-within {
    top: -1rem;
  }

  .\32xl\:focus-within\:-right-4:focus-within {
    right: -1rem;
  }

  .\32xl\:focus-within\:-bottom-4:focus-within {
    bottom: -1rem;
  }

  .\32xl\:focus-within\:-left-4:focus-within {
    left: -1rem;
  }

  .\32xl\:focus-within\:-top-5:focus-within {
    top: -1.25rem;
  }

  .\32xl\:focus-within\:-right-5:focus-within {
    right: -1.25rem;
  }

  .\32xl\:focus-within\:-bottom-5:focus-within {
    bottom: -1.25rem;
  }

  .\32xl\:focus-within\:-left-5:focus-within {
    left: -1.25rem;
  }

  .\32xl\:focus-within\:-top-6:focus-within {
    top: -1.5rem;
  }

  .\32xl\:focus-within\:-right-6:focus-within {
    right: -1.5rem;
  }

  .\32xl\:focus-within\:-bottom-6:focus-within {
    bottom: -1.5rem;
  }

  .\32xl\:focus-within\:-left-6:focus-within {
    left: -1.5rem;
  }

  .\32xl\:focus-within\:-top-7:focus-within {
    top: -1.75rem;
  }

  .\32xl\:focus-within\:-right-7:focus-within {
    right: -1.75rem;
  }

  .\32xl\:focus-within\:-bottom-7:focus-within {
    bottom: -1.75rem;
  }

  .\32xl\:focus-within\:-left-7:focus-within {
    left: -1.75rem;
  }

  .\32xl\:focus-within\:-top-8:focus-within {
    top: -2rem;
  }

  .\32xl\:focus-within\:-right-8:focus-within {
    right: -2rem;
  }

  .\32xl\:focus-within\:-bottom-8:focus-within {
    bottom: -2rem;
  }

  .\32xl\:focus-within\:-left-8:focus-within {
    left: -2rem;
  }

  .\32xl\:focus-within\:-top-9:focus-within {
    top: -2.25rem;
  }

  .\32xl\:focus-within\:-right-9:focus-within {
    right: -2.25rem;
  }

  .\32xl\:focus-within\:-bottom-9:focus-within {
    bottom: -2.25rem;
  }

  .\32xl\:focus-within\:-left-9:focus-within {
    left: -2.25rem;
  }

  .\32xl\:focus-within\:-top-10:focus-within {
    top: -2.5rem;
  }

  .\32xl\:focus-within\:-right-10:focus-within {
    right: -2.5rem;
  }

  .\32xl\:focus-within\:-bottom-10:focus-within {
    bottom: -2.5rem;
  }

  .\32xl\:focus-within\:-left-10:focus-within {
    left: -2.5rem;
  }

  .\32xl\:focus-within\:-top-11:focus-within {
    top: -2.75rem;
  }

  .\32xl\:focus-within\:-right-11:focus-within {
    right: -2.75rem;
  }

  .\32xl\:focus-within\:-bottom-11:focus-within {
    bottom: -2.75rem;
  }

  .\32xl\:focus-within\:-left-11:focus-within {
    left: -2.75rem;
  }

  .\32xl\:focus-within\:-top-12:focus-within {
    top: -3rem;
  }

  .\32xl\:focus-within\:-right-12:focus-within {
    right: -3rem;
  }

  .\32xl\:focus-within\:-bottom-12:focus-within {
    bottom: -3rem;
  }

  .\32xl\:focus-within\:-left-12:focus-within {
    left: -3rem;
  }

  .\32xl\:focus-within\:-top-14:focus-within {
    top: -3.5rem;
  }

  .\32xl\:focus-within\:-right-14:focus-within {
    right: -3.5rem;
  }

  .\32xl\:focus-within\:-bottom-14:focus-within {
    bottom: -3.5rem;
  }

  .\32xl\:focus-within\:-left-14:focus-within {
    left: -3.5rem;
  }

  .\32xl\:focus-within\:-top-16:focus-within {
    top: -4rem;
  }

  .\32xl\:focus-within\:-right-16:focus-within {
    right: -4rem;
  }

  .\32xl\:focus-within\:-bottom-16:focus-within {
    bottom: -4rem;
  }

  .\32xl\:focus-within\:-left-16:focus-within {
    left: -4rem;
  }

  .\32xl\:focus-within\:-top-20:focus-within {
    top: -5rem;
  }

  .\32xl\:focus-within\:-right-20:focus-within {
    right: -5rem;
  }

  .\32xl\:focus-within\:-bottom-20:focus-within {
    bottom: -5rem;
  }

  .\32xl\:focus-within\:-left-20:focus-within {
    left: -5rem;
  }

  .\32xl\:focus-within\:-top-24:focus-within {
    top: -6rem;
  }

  .\32xl\:focus-within\:-right-24:focus-within {
    right: -6rem;
  }

  .\32xl\:focus-within\:-bottom-24:focus-within {
    bottom: -6rem;
  }

  .\32xl\:focus-within\:-left-24:focus-within {
    left: -6rem;
  }

  .\32xl\:focus-within\:-top-28:focus-within {
    top: -7rem;
  }

  .\32xl\:focus-within\:-right-28:focus-within {
    right: -7rem;
  }

  .\32xl\:focus-within\:-bottom-28:focus-within {
    bottom: -7rem;
  }

  .\32xl\:focus-within\:-left-28:focus-within {
    left: -7rem;
  }

  .\32xl\:focus-within\:-top-32:focus-within {
    top: -8rem;
  }

  .\32xl\:focus-within\:-right-32:focus-within {
    right: -8rem;
  }

  .\32xl\:focus-within\:-bottom-32:focus-within {
    bottom: -8rem;
  }

  .\32xl\:focus-within\:-left-32:focus-within {
    left: -8rem;
  }

  .\32xl\:focus-within\:-top-36:focus-within {
    top: -9rem;
  }

  .\32xl\:focus-within\:-right-36:focus-within {
    right: -9rem;
  }

  .\32xl\:focus-within\:-bottom-36:focus-within {
    bottom: -9rem;
  }

  .\32xl\:focus-within\:-left-36:focus-within {
    left: -9rem;
  }

  .\32xl\:focus-within\:-top-40:focus-within {
    top: -10rem;
  }

  .\32xl\:focus-within\:-right-40:focus-within {
    right: -10rem;
  }

  .\32xl\:focus-within\:-bottom-40:focus-within {
    bottom: -10rem;
  }

  .\32xl\:focus-within\:-left-40:focus-within {
    left: -10rem;
  }

  .\32xl\:focus-within\:-top-44:focus-within {
    top: -11rem;
  }

  .\32xl\:focus-within\:-right-44:focus-within {
    right: -11rem;
  }

  .\32xl\:focus-within\:-bottom-44:focus-within {
    bottom: -11rem;
  }

  .\32xl\:focus-within\:-left-44:focus-within {
    left: -11rem;
  }

  .\32xl\:focus-within\:-top-48:focus-within {
    top: -12rem;
  }

  .\32xl\:focus-within\:-right-48:focus-within {
    right: -12rem;
  }

  .\32xl\:focus-within\:-bottom-48:focus-within {
    bottom: -12rem;
  }

  .\32xl\:focus-within\:-left-48:focus-within {
    left: -12rem;
  }

  .\32xl\:focus-within\:-top-52:focus-within {
    top: -13rem;
  }

  .\32xl\:focus-within\:-right-52:focus-within {
    right: -13rem;
  }

  .\32xl\:focus-within\:-bottom-52:focus-within {
    bottom: -13rem;
  }

  .\32xl\:focus-within\:-left-52:focus-within {
    left: -13rem;
  }

  .\32xl\:focus-within\:-top-56:focus-within {
    top: -14rem;
  }

  .\32xl\:focus-within\:-right-56:focus-within {
    right: -14rem;
  }

  .\32xl\:focus-within\:-bottom-56:focus-within {
    bottom: -14rem;
  }

  .\32xl\:focus-within\:-left-56:focus-within {
    left: -14rem;
  }

  .\32xl\:focus-within\:-top-60:focus-within {
    top: -15rem;
  }

  .\32xl\:focus-within\:-right-60:focus-within {
    right: -15rem;
  }

  .\32xl\:focus-within\:-bottom-60:focus-within {
    bottom: -15rem;
  }

  .\32xl\:focus-within\:-left-60:focus-within {
    left: -15rem;
  }

  .\32xl\:focus-within\:-top-64:focus-within {
    top: -16rem;
  }

  .\32xl\:focus-within\:-right-64:focus-within {
    right: -16rem;
  }

  .\32xl\:focus-within\:-bottom-64:focus-within {
    bottom: -16rem;
  }

  .\32xl\:focus-within\:-left-64:focus-within {
    left: -16rem;
  }

  .\32xl\:focus-within\:-top-72:focus-within {
    top: -18rem;
  }

  .\32xl\:focus-within\:-right-72:focus-within {
    right: -18rem;
  }

  .\32xl\:focus-within\:-bottom-72:focus-within {
    bottom: -18rem;
  }

  .\32xl\:focus-within\:-left-72:focus-within {
    left: -18rem;
  }

  .\32xl\:focus-within\:-top-80:focus-within {
    top: -20rem;
  }

  .\32xl\:focus-within\:-right-80:focus-within {
    right: -20rem;
  }

  .\32xl\:focus-within\:-bottom-80:focus-within {
    bottom: -20rem;
  }

  .\32xl\:focus-within\:-left-80:focus-within {
    left: -20rem;
  }

  .\32xl\:focus-within\:-top-96:focus-within {
    top: -24rem;
  }

  .\32xl\:focus-within\:-right-96:focus-within {
    right: -24rem;
  }

  .\32xl\:focus-within\:-bottom-96:focus-within {
    bottom: -24rem;
  }

  .\32xl\:focus-within\:-left-96:focus-within {
    left: -24rem;
  }

  .\32xl\:focus-within\:-top-px:focus-within {
    top: -1px;
  }

  .\32xl\:focus-within\:-right-px:focus-within {
    right: -1px;
  }

  .\32xl\:focus-within\:-bottom-px:focus-within {
    bottom: -1px;
  }

  .\32xl\:focus-within\:-left-px:focus-within {
    left: -1px;
  }

  .\32xl\:focus-within\:-top-0\.5:focus-within {
    top: -0.125rem;
  }

  .\32xl\:focus-within\:-right-0\.5:focus-within {
    right: -0.125rem;
  }

  .\32xl\:focus-within\:-bottom-0\.5:focus-within {
    bottom: -0.125rem;
  }

  .\32xl\:focus-within\:-left-0\.5:focus-within {
    left: -0.125rem;
  }

  .\32xl\:focus-within\:-top-1\.5:focus-within {
    top: -0.375rem;
  }

  .\32xl\:focus-within\:-right-1\.5:focus-within {
    right: -0.375rem;
  }

  .\32xl\:focus-within\:-bottom-1\.5:focus-within {
    bottom: -0.375rem;
  }

  .\32xl\:focus-within\:-left-1\.5:focus-within {
    left: -0.375rem;
  }

  .\32xl\:focus-within\:-top-2\.5:focus-within {
    top: -0.625rem;
  }

  .\32xl\:focus-within\:-right-2\.5:focus-within {
    right: -0.625rem;
  }

  .\32xl\:focus-within\:-bottom-2\.5:focus-within {
    bottom: -0.625rem;
  }

  .\32xl\:focus-within\:-left-2\.5:focus-within {
    left: -0.625rem;
  }

  .\32xl\:focus-within\:-top-3\.5:focus-within {
    top: -0.875rem;
  }

  .\32xl\:focus-within\:-right-3\.5:focus-within {
    right: -0.875rem;
  }

  .\32xl\:focus-within\:-bottom-3\.5:focus-within {
    bottom: -0.875rem;
  }

  .\32xl\:focus-within\:-left-3\.5:focus-within {
    left: -0.875rem;
  }

  .\32xl\:focus-within\:top-1\/2:focus-within {
    top: 50%;
  }

  .\32xl\:focus-within\:right-1\/2:focus-within {
    right: 50%;
  }

  .\32xl\:focus-within\:bottom-1\/2:focus-within {
    bottom: 50%;
  }

  .\32xl\:focus-within\:left-1\/2:focus-within {
    left: 50%;
  }

  .\32xl\:focus-within\:top-1\/3:focus-within {
    top: 33.333333%;
  }

  .\32xl\:focus-within\:right-1\/3:focus-within {
    right: 33.333333%;
  }

  .\32xl\:focus-within\:bottom-1\/3:focus-within {
    bottom: 33.333333%;
  }

  .\32xl\:focus-within\:left-1\/3:focus-within {
    left: 33.333333%;
  }

  .\32xl\:focus-within\:top-2\/3:focus-within {
    top: 66.666667%;
  }

  .\32xl\:focus-within\:right-2\/3:focus-within {
    right: 66.666667%;
  }

  .\32xl\:focus-within\:bottom-2\/3:focus-within {
    bottom: 66.666667%;
  }

  .\32xl\:focus-within\:left-2\/3:focus-within {
    left: 66.666667%;
  }

  .\32xl\:focus-within\:top-1\/4:focus-within {
    top: 25%;
  }

  .\32xl\:focus-within\:right-1\/4:focus-within {
    right: 25%;
  }

  .\32xl\:focus-within\:bottom-1\/4:focus-within {
    bottom: 25%;
  }

  .\32xl\:focus-within\:left-1\/4:focus-within {
    left: 25%;
  }

  .\32xl\:focus-within\:top-2\/4:focus-within {
    top: 50%;
  }

  .\32xl\:focus-within\:right-2\/4:focus-within {
    right: 50%;
  }

  .\32xl\:focus-within\:bottom-2\/4:focus-within {
    bottom: 50%;
  }

  .\32xl\:focus-within\:left-2\/4:focus-within {
    left: 50%;
  }

  .\32xl\:focus-within\:top-3\/4:focus-within {
    top: 75%;
  }

  .\32xl\:focus-within\:right-3\/4:focus-within {
    right: 75%;
  }

  .\32xl\:focus-within\:bottom-3\/4:focus-within {
    bottom: 75%;
  }

  .\32xl\:focus-within\:left-3\/4:focus-within {
    left: 75%;
  }

  .\32xl\:focus-within\:top-full:focus-within {
    top: 100%;
  }

  .\32xl\:focus-within\:right-full:focus-within {
    right: 100%;
  }

  .\32xl\:focus-within\:bottom-full:focus-within {
    bottom: 100%;
  }

  .\32xl\:focus-within\:left-full:focus-within {
    left: 100%;
  }

  .\32xl\:focus-within\:-top-1\/2:focus-within {
    top: -50%;
  }

  .\32xl\:focus-within\:-right-1\/2:focus-within {
    right: -50%;
  }

  .\32xl\:focus-within\:-bottom-1\/2:focus-within {
    bottom: -50%;
  }

  .\32xl\:focus-within\:-left-1\/2:focus-within {
    left: -50%;
  }

  .\32xl\:focus-within\:-top-1\/3:focus-within {
    top: -33.333333%;
  }

  .\32xl\:focus-within\:-right-1\/3:focus-within {
    right: -33.333333%;
  }

  .\32xl\:focus-within\:-bottom-1\/3:focus-within {
    bottom: -33.333333%;
  }

  .\32xl\:focus-within\:-left-1\/3:focus-within {
    left: -33.333333%;
  }

  .\32xl\:focus-within\:-top-2\/3:focus-within {
    top: -66.666667%;
  }

  .\32xl\:focus-within\:-right-2\/3:focus-within {
    right: -66.666667%;
  }

  .\32xl\:focus-within\:-bottom-2\/3:focus-within {
    bottom: -66.666667%;
  }

  .\32xl\:focus-within\:-left-2\/3:focus-within {
    left: -66.666667%;
  }

  .\32xl\:focus-within\:-top-1\/4:focus-within {
    top: -25%;
  }

  .\32xl\:focus-within\:-right-1\/4:focus-within {
    right: -25%;
  }

  .\32xl\:focus-within\:-bottom-1\/4:focus-within {
    bottom: -25%;
  }

  .\32xl\:focus-within\:-left-1\/4:focus-within {
    left: -25%;
  }

  .\32xl\:focus-within\:-top-2\/4:focus-within {
    top: -50%;
  }

  .\32xl\:focus-within\:-right-2\/4:focus-within {
    right: -50%;
  }

  .\32xl\:focus-within\:-bottom-2\/4:focus-within {
    bottom: -50%;
  }

  .\32xl\:focus-within\:-left-2\/4:focus-within {
    left: -50%;
  }

  .\32xl\:focus-within\:-top-3\/4:focus-within {
    top: -75%;
  }

  .\32xl\:focus-within\:-right-3\/4:focus-within {
    right: -75%;
  }

  .\32xl\:focus-within\:-bottom-3\/4:focus-within {
    bottom: -75%;
  }

  .\32xl\:focus-within\:-left-3\/4:focus-within {
    left: -75%;
  }

  .\32xl\:focus-within\:-top-full:focus-within {
    top: -100%;
  }

  .\32xl\:focus-within\:-right-full:focus-within {
    right: -100%;
  }

  .\32xl\:focus-within\:-bottom-full:focus-within {
    bottom: -100%;
  }

  .\32xl\:focus-within\:-left-full:focus-within {
    left: -100%;
  }

  .\32xl\:first\:inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:first\:inset-1:first-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:first\:inset-2:first-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:first\:inset-3:first-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:first\:inset-4:first-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:first\:inset-5:first-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:first\:inset-6:first-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:first\:inset-7:first-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:first\:inset-8:first-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:first\:inset-9:first-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:first\:inset-10:first-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:first\:inset-11:first-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:first\:inset-12:first-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:first\:inset-14:first-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:first\:inset-16:first-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:first\:inset-20:first-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:first\:inset-24:first-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:first\:inset-28:first-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:first\:inset-32:first-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:first\:inset-36:first-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:first\:inset-40:first-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:first\:inset-44:first-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:first\:inset-48:first-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:first\:inset-52:first-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:first\:inset-56:first-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:first\:inset-60:first-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:first\:inset-64:first-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:first\:inset-72:first-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:first\:inset-80:first-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:first\:inset-96:first-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:first\:inset-auto:first-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:first\:inset-px:first-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:first\:inset-0\.5:first-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:first\:inset-1\.5:first-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:first\:inset-2\.5:first-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:first\:inset-3\.5:first-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:first\:-inset-0:first-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:first\:-inset-1:first-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:first\:-inset-2:first-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:first\:-inset-3:first-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:first\:-inset-4:first-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:first\:-inset-5:first-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:first\:-inset-6:first-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:first\:-inset-7:first-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:first\:-inset-8:first-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:first\:-inset-9:first-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:first\:-inset-10:first-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:first\:-inset-11:first-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:first\:-inset-12:first-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:first\:-inset-14:first-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:first\:-inset-16:first-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:first\:-inset-20:first-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:first\:-inset-24:first-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:first\:-inset-28:first-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:first\:-inset-32:first-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:first\:-inset-36:first-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:first\:-inset-40:first-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:first\:-inset-44:first-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:first\:-inset-48:first-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:first\:-inset-52:first-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:first\:-inset-56:first-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:first\:-inset-60:first-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:first\:-inset-64:first-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:first\:-inset-72:first-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:first\:-inset-80:first-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:first\:-inset-96:first-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:first\:-inset-px:first-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:first\:-inset-0\.5:first-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:first\:-inset-1\.5:first-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:first\:-inset-2\.5:first-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:first\:-inset-3\.5:first-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:first\:inset-1\/2:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:first\:inset-1\/3:first-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:first\:inset-2\/3:first-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:first\:inset-1\/4:first-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:first\:inset-2\/4:first-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:first\:inset-3\/4:first-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:first\:inset-full:first-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:first\:-inset-1\/2:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:first\:-inset-1\/3:first-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:first\:-inset-2\/3:first-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:first\:-inset-1\/4:first-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:first\:-inset-2\/4:first-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:first\:-inset-3\/4:first-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:first\:-inset-full:first-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:first\:inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:first\:inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .\32xl\:first\:inset-y-1:first-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:first\:inset-x-1:first-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:first\:inset-y-2:first-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:first\:inset-x-2:first-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:first\:inset-y-3:first-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:first\:inset-x-3:first-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:first\:inset-y-4:first-child {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:first\:inset-x-4:first-child {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:first\:inset-y-5:first-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:first\:inset-x-5:first-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:first\:inset-y-6:first-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:first\:inset-x-6:first-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:first\:inset-y-7:first-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:first\:inset-x-7:first-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:first\:inset-y-8:first-child {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:first\:inset-x-8:first-child {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:first\:inset-y-9:first-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:first\:inset-x-9:first-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:first\:inset-y-10:first-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:first\:inset-x-10:first-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:first\:inset-y-11:first-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:first\:inset-x-11:first-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:first\:inset-y-12:first-child {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:first\:inset-x-12:first-child {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:first\:inset-y-14:first-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:first\:inset-x-14:first-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:first\:inset-y-16:first-child {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:first\:inset-x-16:first-child {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:first\:inset-y-20:first-child {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:first\:inset-x-20:first-child {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:first\:inset-y-24:first-child {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:first\:inset-x-24:first-child {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:first\:inset-y-28:first-child {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:first\:inset-x-28:first-child {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:first\:inset-y-32:first-child {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:first\:inset-x-32:first-child {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:first\:inset-y-36:first-child {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:first\:inset-x-36:first-child {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:first\:inset-y-40:first-child {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:first\:inset-x-40:first-child {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:first\:inset-y-44:first-child {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:first\:inset-x-44:first-child {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:first\:inset-y-48:first-child {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:first\:inset-x-48:first-child {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:first\:inset-y-52:first-child {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:first\:inset-x-52:first-child {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:first\:inset-y-56:first-child {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:first\:inset-x-56:first-child {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:first\:inset-y-60:first-child {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:first\:inset-x-60:first-child {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:first\:inset-y-64:first-child {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:first\:inset-x-64:first-child {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:first\:inset-y-72:first-child {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:first\:inset-x-72:first-child {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:first\:inset-y-80:first-child {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:first\:inset-x-80:first-child {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:first\:inset-y-96:first-child {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:first\:inset-x-96:first-child {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:first\:inset-y-auto:first-child {
    top: auto;
    bottom: auto;
  }

  .\32xl\:first\:inset-x-auto:first-child {
    right: auto;
    left: auto;
  }

  .\32xl\:first\:inset-y-px:first-child {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:first\:inset-x-px:first-child {
    right: 1px;
    left: 1px;
  }

  .\32xl\:first\:inset-y-0\.5:first-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:first\:inset-x-0\.5:first-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:first\:inset-y-1\.5:first-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:first\:inset-x-1\.5:first-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:first\:inset-y-2\.5:first-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:first\:inset-x-2\.5:first-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:first\:inset-y-3\.5:first-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:first\:inset-x-3\.5:first-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:first\:-inset-y-0:first-child {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:first\:-inset-x-0:first-child {
    right: 0px;
    left: 0px;
  }

  .\32xl\:first\:-inset-y-1:first-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:first\:-inset-x-1:first-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:first\:-inset-y-2:first-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:first\:-inset-x-2:first-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:first\:-inset-y-3:first-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:first\:-inset-x-3:first-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:first\:-inset-y-4:first-child {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:first\:-inset-x-4:first-child {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:first\:-inset-y-5:first-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:first\:-inset-x-5:first-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:first\:-inset-y-6:first-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:first\:-inset-x-6:first-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:first\:-inset-y-7:first-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:first\:-inset-x-7:first-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:first\:-inset-y-8:first-child {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:first\:-inset-x-8:first-child {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:first\:-inset-y-9:first-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:first\:-inset-x-9:first-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:first\:-inset-y-10:first-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:first\:-inset-x-10:first-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:first\:-inset-y-11:first-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:first\:-inset-x-11:first-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:first\:-inset-y-12:first-child {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:first\:-inset-x-12:first-child {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:first\:-inset-y-14:first-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:first\:-inset-x-14:first-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:first\:-inset-y-16:first-child {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:first\:-inset-x-16:first-child {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:first\:-inset-y-20:first-child {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:first\:-inset-x-20:first-child {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:first\:-inset-y-24:first-child {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:first\:-inset-x-24:first-child {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:first\:-inset-y-28:first-child {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:first\:-inset-x-28:first-child {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:first\:-inset-y-32:first-child {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:first\:-inset-x-32:first-child {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:first\:-inset-y-36:first-child {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:first\:-inset-x-36:first-child {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:first\:-inset-y-40:first-child {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:first\:-inset-x-40:first-child {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:first\:-inset-y-44:first-child {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:first\:-inset-x-44:first-child {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:first\:-inset-y-48:first-child {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:first\:-inset-x-48:first-child {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:first\:-inset-y-52:first-child {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:first\:-inset-x-52:first-child {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:first\:-inset-y-56:first-child {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:first\:-inset-x-56:first-child {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:first\:-inset-y-60:first-child {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:first\:-inset-x-60:first-child {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:first\:-inset-y-64:first-child {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:first\:-inset-x-64:first-child {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:first\:-inset-y-72:first-child {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:first\:-inset-x-72:first-child {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:first\:-inset-y-80:first-child {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:first\:-inset-x-80:first-child {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:first\:-inset-y-96:first-child {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:first\:-inset-x-96:first-child {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:first\:-inset-y-px:first-child {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:first\:-inset-x-px:first-child {
    right: -1px;
    left: -1px;
  }

  .\32xl\:first\:-inset-y-0\.5:first-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:first\:-inset-x-0\.5:first-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:first\:-inset-y-1\.5:first-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:first\:-inset-x-1\.5:first-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:first\:-inset-y-2\.5:first-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:first\:-inset-x-2\.5:first-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:first\:-inset-y-3\.5:first-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:first\:-inset-x-3\.5:first-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:first\:inset-y-1\/2:first-child {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:first\:inset-x-1\/2:first-child {
    right: 50%;
    left: 50%;
  }

  .\32xl\:first\:inset-y-1\/3:first-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:first\:inset-x-1\/3:first-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:first\:inset-y-2\/3:first-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:first\:inset-x-2\/3:first-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:first\:inset-y-1\/4:first-child {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:first\:inset-x-1\/4:first-child {
    right: 25%;
    left: 25%;
  }

  .\32xl\:first\:inset-y-2\/4:first-child {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:first\:inset-x-2\/4:first-child {
    right: 50%;
    left: 50%;
  }

  .\32xl\:first\:inset-y-3\/4:first-child {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:first\:inset-x-3\/4:first-child {
    right: 75%;
    left: 75%;
  }

  .\32xl\:first\:inset-y-full:first-child {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:first\:inset-x-full:first-child {
    right: 100%;
    left: 100%;
  }

  .\32xl\:first\:-inset-y-1\/2:first-child {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:first\:-inset-x-1\/2:first-child {
    right: -50%;
    left: -50%;
  }

  .\32xl\:first\:-inset-y-1\/3:first-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:first\:-inset-x-1\/3:first-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:first\:-inset-y-2\/3:first-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:first\:-inset-x-2\/3:first-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:first\:-inset-y-1\/4:first-child {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:first\:-inset-x-1\/4:first-child {
    right: -25%;
    left: -25%;
  }

  .\32xl\:first\:-inset-y-2\/4:first-child {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:first\:-inset-x-2\/4:first-child {
    right: -50%;
    left: -50%;
  }

  .\32xl\:first\:-inset-y-3\/4:first-child {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:first\:-inset-x-3\/4:first-child {
    right: -75%;
    left: -75%;
  }

  .\32xl\:first\:-inset-y-full:first-child {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:first\:-inset-x-full:first-child {
    right: -100%;
    left: -100%;
  }

  .\32xl\:first\:top-0:first-child {
    top: 0px;
  }

  .\32xl\:first\:right-0:first-child {
    right: 0px;
  }

  .\32xl\:first\:bottom-0:first-child {
    bottom: 0px;
  }

  .\32xl\:first\:left-0:first-child {
    left: 0px;
  }

  .\32xl\:first\:top-1:first-child {
    top: 0.25rem;
  }

  .\32xl\:first\:right-1:first-child {
    right: 0.25rem;
  }

  .\32xl\:first\:bottom-1:first-child {
    bottom: 0.25rem;
  }

  .\32xl\:first\:left-1:first-child {
    left: 0.25rem;
  }

  .\32xl\:first\:top-2:first-child {
    top: 0.5rem;
  }

  .\32xl\:first\:right-2:first-child {
    right: 0.5rem;
  }

  .\32xl\:first\:bottom-2:first-child {
    bottom: 0.5rem;
  }

  .\32xl\:first\:left-2:first-child {
    left: 0.5rem;
  }

  .\32xl\:first\:top-3:first-child {
    top: 0.75rem;
  }

  .\32xl\:first\:right-3:first-child {
    right: 0.75rem;
  }

  .\32xl\:first\:bottom-3:first-child {
    bottom: 0.75rem;
  }

  .\32xl\:first\:left-3:first-child {
    left: 0.75rem;
  }

  .\32xl\:first\:top-4:first-child {
    top: 1rem;
  }

  .\32xl\:first\:right-4:first-child {
    right: 1rem;
  }

  .\32xl\:first\:bottom-4:first-child {
    bottom: 1rem;
  }

  .\32xl\:first\:left-4:first-child {
    left: 1rem;
  }

  .\32xl\:first\:top-5:first-child {
    top: 1.25rem;
  }

  .\32xl\:first\:right-5:first-child {
    right: 1.25rem;
  }

  .\32xl\:first\:bottom-5:first-child {
    bottom: 1.25rem;
  }

  .\32xl\:first\:left-5:first-child {
    left: 1.25rem;
  }

  .\32xl\:first\:top-6:first-child {
    top: 1.5rem;
  }

  .\32xl\:first\:right-6:first-child {
    right: 1.5rem;
  }

  .\32xl\:first\:bottom-6:first-child {
    bottom: 1.5rem;
  }

  .\32xl\:first\:left-6:first-child {
    left: 1.5rem;
  }

  .\32xl\:first\:top-7:first-child {
    top: 1.75rem;
  }

  .\32xl\:first\:right-7:first-child {
    right: 1.75rem;
  }

  .\32xl\:first\:bottom-7:first-child {
    bottom: 1.75rem;
  }

  .\32xl\:first\:left-7:first-child {
    left: 1.75rem;
  }

  .\32xl\:first\:top-8:first-child {
    top: 2rem;
  }

  .\32xl\:first\:right-8:first-child {
    right: 2rem;
  }

  .\32xl\:first\:bottom-8:first-child {
    bottom: 2rem;
  }

  .\32xl\:first\:left-8:first-child {
    left: 2rem;
  }

  .\32xl\:first\:top-9:first-child {
    top: 2.25rem;
  }

  .\32xl\:first\:right-9:first-child {
    right: 2.25rem;
  }

  .\32xl\:first\:bottom-9:first-child {
    bottom: 2.25rem;
  }

  .\32xl\:first\:left-9:first-child {
    left: 2.25rem;
  }

  .\32xl\:first\:top-10:first-child {
    top: 2.5rem;
  }

  .\32xl\:first\:right-10:first-child {
    right: 2.5rem;
  }

  .\32xl\:first\:bottom-10:first-child {
    bottom: 2.5rem;
  }

  .\32xl\:first\:left-10:first-child {
    left: 2.5rem;
  }

  .\32xl\:first\:top-11:first-child {
    top: 2.75rem;
  }

  .\32xl\:first\:right-11:first-child {
    right: 2.75rem;
  }

  .\32xl\:first\:bottom-11:first-child {
    bottom: 2.75rem;
  }

  .\32xl\:first\:left-11:first-child {
    left: 2.75rem;
  }

  .\32xl\:first\:top-12:first-child {
    top: 3rem;
  }

  .\32xl\:first\:right-12:first-child {
    right: 3rem;
  }

  .\32xl\:first\:bottom-12:first-child {
    bottom: 3rem;
  }

  .\32xl\:first\:left-12:first-child {
    left: 3rem;
  }

  .\32xl\:first\:top-14:first-child {
    top: 3.5rem;
  }

  .\32xl\:first\:right-14:first-child {
    right: 3.5rem;
  }

  .\32xl\:first\:bottom-14:first-child {
    bottom: 3.5rem;
  }

  .\32xl\:first\:left-14:first-child {
    left: 3.5rem;
  }

  .\32xl\:first\:top-16:first-child {
    top: 4rem;
  }

  .\32xl\:first\:right-16:first-child {
    right: 4rem;
  }

  .\32xl\:first\:bottom-16:first-child {
    bottom: 4rem;
  }

  .\32xl\:first\:left-16:first-child {
    left: 4rem;
  }

  .\32xl\:first\:top-20:first-child {
    top: 5rem;
  }

  .\32xl\:first\:right-20:first-child {
    right: 5rem;
  }

  .\32xl\:first\:bottom-20:first-child {
    bottom: 5rem;
  }

  .\32xl\:first\:left-20:first-child {
    left: 5rem;
  }

  .\32xl\:first\:top-24:first-child {
    top: 6rem;
  }

  .\32xl\:first\:right-24:first-child {
    right: 6rem;
  }

  .\32xl\:first\:bottom-24:first-child {
    bottom: 6rem;
  }

  .\32xl\:first\:left-24:first-child {
    left: 6rem;
  }

  .\32xl\:first\:top-28:first-child {
    top: 7rem;
  }

  .\32xl\:first\:right-28:first-child {
    right: 7rem;
  }

  .\32xl\:first\:bottom-28:first-child {
    bottom: 7rem;
  }

  .\32xl\:first\:left-28:first-child {
    left: 7rem;
  }

  .\32xl\:first\:top-32:first-child {
    top: 8rem;
  }

  .\32xl\:first\:right-32:first-child {
    right: 8rem;
  }

  .\32xl\:first\:bottom-32:first-child {
    bottom: 8rem;
  }

  .\32xl\:first\:left-32:first-child {
    left: 8rem;
  }

  .\32xl\:first\:top-36:first-child {
    top: 9rem;
  }

  .\32xl\:first\:right-36:first-child {
    right: 9rem;
  }

  .\32xl\:first\:bottom-36:first-child {
    bottom: 9rem;
  }

  .\32xl\:first\:left-36:first-child {
    left: 9rem;
  }

  .\32xl\:first\:top-40:first-child {
    top: 10rem;
  }

  .\32xl\:first\:right-40:first-child {
    right: 10rem;
  }

  .\32xl\:first\:bottom-40:first-child {
    bottom: 10rem;
  }

  .\32xl\:first\:left-40:first-child {
    left: 10rem;
  }

  .\32xl\:first\:top-44:first-child {
    top: 11rem;
  }

  .\32xl\:first\:right-44:first-child {
    right: 11rem;
  }

  .\32xl\:first\:bottom-44:first-child {
    bottom: 11rem;
  }

  .\32xl\:first\:left-44:first-child {
    left: 11rem;
  }

  .\32xl\:first\:top-48:first-child {
    top: 12rem;
  }

  .\32xl\:first\:right-48:first-child {
    right: 12rem;
  }

  .\32xl\:first\:bottom-48:first-child {
    bottom: 12rem;
  }

  .\32xl\:first\:left-48:first-child {
    left: 12rem;
  }

  .\32xl\:first\:top-52:first-child {
    top: 13rem;
  }

  .\32xl\:first\:right-52:first-child {
    right: 13rem;
  }

  .\32xl\:first\:bottom-52:first-child {
    bottom: 13rem;
  }

  .\32xl\:first\:left-52:first-child {
    left: 13rem;
  }

  .\32xl\:first\:top-56:first-child {
    top: 14rem;
  }

  .\32xl\:first\:right-56:first-child {
    right: 14rem;
  }

  .\32xl\:first\:bottom-56:first-child {
    bottom: 14rem;
  }

  .\32xl\:first\:left-56:first-child {
    left: 14rem;
  }

  .\32xl\:first\:top-60:first-child {
    top: 15rem;
  }

  .\32xl\:first\:right-60:first-child {
    right: 15rem;
  }

  .\32xl\:first\:bottom-60:first-child {
    bottom: 15rem;
  }

  .\32xl\:first\:left-60:first-child {
    left: 15rem;
  }

  .\32xl\:first\:top-64:first-child {
    top: 16rem;
  }

  .\32xl\:first\:right-64:first-child {
    right: 16rem;
  }

  .\32xl\:first\:bottom-64:first-child {
    bottom: 16rem;
  }

  .\32xl\:first\:left-64:first-child {
    left: 16rem;
  }

  .\32xl\:first\:top-72:first-child {
    top: 18rem;
  }

  .\32xl\:first\:right-72:first-child {
    right: 18rem;
  }

  .\32xl\:first\:bottom-72:first-child {
    bottom: 18rem;
  }

  .\32xl\:first\:left-72:first-child {
    left: 18rem;
  }

  .\32xl\:first\:top-80:first-child {
    top: 20rem;
  }

  .\32xl\:first\:right-80:first-child {
    right: 20rem;
  }

  .\32xl\:first\:bottom-80:first-child {
    bottom: 20rem;
  }

  .\32xl\:first\:left-80:first-child {
    left: 20rem;
  }

  .\32xl\:first\:top-96:first-child {
    top: 24rem;
  }

  .\32xl\:first\:right-96:first-child {
    right: 24rem;
  }

  .\32xl\:first\:bottom-96:first-child {
    bottom: 24rem;
  }

  .\32xl\:first\:left-96:first-child {
    left: 24rem;
  }

  .\32xl\:first\:top-auto:first-child {
    top: auto;
  }

  .\32xl\:first\:right-auto:first-child {
    right: auto;
  }

  .\32xl\:first\:bottom-auto:first-child {
    bottom: auto;
  }

  .\32xl\:first\:left-auto:first-child {
    left: auto;
  }

  .\32xl\:first\:top-px:first-child {
    top: 1px;
  }

  .\32xl\:first\:right-px:first-child {
    right: 1px;
  }

  .\32xl\:first\:bottom-px:first-child {
    bottom: 1px;
  }

  .\32xl\:first\:left-px:first-child {
    left: 1px;
  }

  .\32xl\:first\:top-0\.5:first-child {
    top: 0.125rem;
  }

  .\32xl\:first\:right-0\.5:first-child {
    right: 0.125rem;
  }

  .\32xl\:first\:bottom-0\.5:first-child {
    bottom: 0.125rem;
  }

  .\32xl\:first\:left-0\.5:first-child {
    left: 0.125rem;
  }

  .\32xl\:first\:top-1\.5:first-child {
    top: 0.375rem;
  }

  .\32xl\:first\:right-1\.5:first-child {
    right: 0.375rem;
  }

  .\32xl\:first\:bottom-1\.5:first-child {
    bottom: 0.375rem;
  }

  .\32xl\:first\:left-1\.5:first-child {
    left: 0.375rem;
  }

  .\32xl\:first\:top-2\.5:first-child {
    top: 0.625rem;
  }

  .\32xl\:first\:right-2\.5:first-child {
    right: 0.625rem;
  }

  .\32xl\:first\:bottom-2\.5:first-child {
    bottom: 0.625rem;
  }

  .\32xl\:first\:left-2\.5:first-child {
    left: 0.625rem;
  }

  .\32xl\:first\:top-3\.5:first-child {
    top: 0.875rem;
  }

  .\32xl\:first\:right-3\.5:first-child {
    right: 0.875rem;
  }

  .\32xl\:first\:bottom-3\.5:first-child {
    bottom: 0.875rem;
  }

  .\32xl\:first\:left-3\.5:first-child {
    left: 0.875rem;
  }

  .\32xl\:first\:-top-0:first-child {
    top: 0px;
  }

  .\32xl\:first\:-right-0:first-child {
    right: 0px;
  }

  .\32xl\:first\:-bottom-0:first-child {
    bottom: 0px;
  }

  .\32xl\:first\:-left-0:first-child {
    left: 0px;
  }

  .\32xl\:first\:-top-1:first-child {
    top: -0.25rem;
  }

  .\32xl\:first\:-right-1:first-child {
    right: -0.25rem;
  }

  .\32xl\:first\:-bottom-1:first-child {
    bottom: -0.25rem;
  }

  .\32xl\:first\:-left-1:first-child {
    left: -0.25rem;
  }

  .\32xl\:first\:-top-2:first-child {
    top: -0.5rem;
  }

  .\32xl\:first\:-right-2:first-child {
    right: -0.5rem;
  }

  .\32xl\:first\:-bottom-2:first-child {
    bottom: -0.5rem;
  }

  .\32xl\:first\:-left-2:first-child {
    left: -0.5rem;
  }

  .\32xl\:first\:-top-3:first-child {
    top: -0.75rem;
  }

  .\32xl\:first\:-right-3:first-child {
    right: -0.75rem;
  }

  .\32xl\:first\:-bottom-3:first-child {
    bottom: -0.75rem;
  }

  .\32xl\:first\:-left-3:first-child {
    left: -0.75rem;
  }

  .\32xl\:first\:-top-4:first-child {
    top: -1rem;
  }

  .\32xl\:first\:-right-4:first-child {
    right: -1rem;
  }

  .\32xl\:first\:-bottom-4:first-child {
    bottom: -1rem;
  }

  .\32xl\:first\:-left-4:first-child {
    left: -1rem;
  }

  .\32xl\:first\:-top-5:first-child {
    top: -1.25rem;
  }

  .\32xl\:first\:-right-5:first-child {
    right: -1.25rem;
  }

  .\32xl\:first\:-bottom-5:first-child {
    bottom: -1.25rem;
  }

  .\32xl\:first\:-left-5:first-child {
    left: -1.25rem;
  }

  .\32xl\:first\:-top-6:first-child {
    top: -1.5rem;
  }

  .\32xl\:first\:-right-6:first-child {
    right: -1.5rem;
  }

  .\32xl\:first\:-bottom-6:first-child {
    bottom: -1.5rem;
  }

  .\32xl\:first\:-left-6:first-child {
    left: -1.5rem;
  }

  .\32xl\:first\:-top-7:first-child {
    top: -1.75rem;
  }

  .\32xl\:first\:-right-7:first-child {
    right: -1.75rem;
  }

  .\32xl\:first\:-bottom-7:first-child {
    bottom: -1.75rem;
  }

  .\32xl\:first\:-left-7:first-child {
    left: -1.75rem;
  }

  .\32xl\:first\:-top-8:first-child {
    top: -2rem;
  }

  .\32xl\:first\:-right-8:first-child {
    right: -2rem;
  }

  .\32xl\:first\:-bottom-8:first-child {
    bottom: -2rem;
  }

  .\32xl\:first\:-left-8:first-child {
    left: -2rem;
  }

  .\32xl\:first\:-top-9:first-child {
    top: -2.25rem;
  }

  .\32xl\:first\:-right-9:first-child {
    right: -2.25rem;
  }

  .\32xl\:first\:-bottom-9:first-child {
    bottom: -2.25rem;
  }

  .\32xl\:first\:-left-9:first-child {
    left: -2.25rem;
  }

  .\32xl\:first\:-top-10:first-child {
    top: -2.5rem;
  }

  .\32xl\:first\:-right-10:first-child {
    right: -2.5rem;
  }

  .\32xl\:first\:-bottom-10:first-child {
    bottom: -2.5rem;
  }

  .\32xl\:first\:-left-10:first-child {
    left: -2.5rem;
  }

  .\32xl\:first\:-top-11:first-child {
    top: -2.75rem;
  }

  .\32xl\:first\:-right-11:first-child {
    right: -2.75rem;
  }

  .\32xl\:first\:-bottom-11:first-child {
    bottom: -2.75rem;
  }

  .\32xl\:first\:-left-11:first-child {
    left: -2.75rem;
  }

  .\32xl\:first\:-top-12:first-child {
    top: -3rem;
  }

  .\32xl\:first\:-right-12:first-child {
    right: -3rem;
  }

  .\32xl\:first\:-bottom-12:first-child {
    bottom: -3rem;
  }

  .\32xl\:first\:-left-12:first-child {
    left: -3rem;
  }

  .\32xl\:first\:-top-14:first-child {
    top: -3.5rem;
  }

  .\32xl\:first\:-right-14:first-child {
    right: -3.5rem;
  }

  .\32xl\:first\:-bottom-14:first-child {
    bottom: -3.5rem;
  }

  .\32xl\:first\:-left-14:first-child {
    left: -3.5rem;
  }

  .\32xl\:first\:-top-16:first-child {
    top: -4rem;
  }

  .\32xl\:first\:-right-16:first-child {
    right: -4rem;
  }

  .\32xl\:first\:-bottom-16:first-child {
    bottom: -4rem;
  }

  .\32xl\:first\:-left-16:first-child {
    left: -4rem;
  }

  .\32xl\:first\:-top-20:first-child {
    top: -5rem;
  }

  .\32xl\:first\:-right-20:first-child {
    right: -5rem;
  }

  .\32xl\:first\:-bottom-20:first-child {
    bottom: -5rem;
  }

  .\32xl\:first\:-left-20:first-child {
    left: -5rem;
  }

  .\32xl\:first\:-top-24:first-child {
    top: -6rem;
  }

  .\32xl\:first\:-right-24:first-child {
    right: -6rem;
  }

  .\32xl\:first\:-bottom-24:first-child {
    bottom: -6rem;
  }

  .\32xl\:first\:-left-24:first-child {
    left: -6rem;
  }

  .\32xl\:first\:-top-28:first-child {
    top: -7rem;
  }

  .\32xl\:first\:-right-28:first-child {
    right: -7rem;
  }

  .\32xl\:first\:-bottom-28:first-child {
    bottom: -7rem;
  }

  .\32xl\:first\:-left-28:first-child {
    left: -7rem;
  }

  .\32xl\:first\:-top-32:first-child {
    top: -8rem;
  }

  .\32xl\:first\:-right-32:first-child {
    right: -8rem;
  }

  .\32xl\:first\:-bottom-32:first-child {
    bottom: -8rem;
  }

  .\32xl\:first\:-left-32:first-child {
    left: -8rem;
  }

  .\32xl\:first\:-top-36:first-child {
    top: -9rem;
  }

  .\32xl\:first\:-right-36:first-child {
    right: -9rem;
  }

  .\32xl\:first\:-bottom-36:first-child {
    bottom: -9rem;
  }

  .\32xl\:first\:-left-36:first-child {
    left: -9rem;
  }

  .\32xl\:first\:-top-40:first-child {
    top: -10rem;
  }

  .\32xl\:first\:-right-40:first-child {
    right: -10rem;
  }

  .\32xl\:first\:-bottom-40:first-child {
    bottom: -10rem;
  }

  .\32xl\:first\:-left-40:first-child {
    left: -10rem;
  }

  .\32xl\:first\:-top-44:first-child {
    top: -11rem;
  }

  .\32xl\:first\:-right-44:first-child {
    right: -11rem;
  }

  .\32xl\:first\:-bottom-44:first-child {
    bottom: -11rem;
  }

  .\32xl\:first\:-left-44:first-child {
    left: -11rem;
  }

  .\32xl\:first\:-top-48:first-child {
    top: -12rem;
  }

  .\32xl\:first\:-right-48:first-child {
    right: -12rem;
  }

  .\32xl\:first\:-bottom-48:first-child {
    bottom: -12rem;
  }

  .\32xl\:first\:-left-48:first-child {
    left: -12rem;
  }

  .\32xl\:first\:-top-52:first-child {
    top: -13rem;
  }

  .\32xl\:first\:-right-52:first-child {
    right: -13rem;
  }

  .\32xl\:first\:-bottom-52:first-child {
    bottom: -13rem;
  }

  .\32xl\:first\:-left-52:first-child {
    left: -13rem;
  }

  .\32xl\:first\:-top-56:first-child {
    top: -14rem;
  }

  .\32xl\:first\:-right-56:first-child {
    right: -14rem;
  }

  .\32xl\:first\:-bottom-56:first-child {
    bottom: -14rem;
  }

  .\32xl\:first\:-left-56:first-child {
    left: -14rem;
  }

  .\32xl\:first\:-top-60:first-child {
    top: -15rem;
  }

  .\32xl\:first\:-right-60:first-child {
    right: -15rem;
  }

  .\32xl\:first\:-bottom-60:first-child {
    bottom: -15rem;
  }

  .\32xl\:first\:-left-60:first-child {
    left: -15rem;
  }

  .\32xl\:first\:-top-64:first-child {
    top: -16rem;
  }

  .\32xl\:first\:-right-64:first-child {
    right: -16rem;
  }

  .\32xl\:first\:-bottom-64:first-child {
    bottom: -16rem;
  }

  .\32xl\:first\:-left-64:first-child {
    left: -16rem;
  }

  .\32xl\:first\:-top-72:first-child {
    top: -18rem;
  }

  .\32xl\:first\:-right-72:first-child {
    right: -18rem;
  }

  .\32xl\:first\:-bottom-72:first-child {
    bottom: -18rem;
  }

  .\32xl\:first\:-left-72:first-child {
    left: -18rem;
  }

  .\32xl\:first\:-top-80:first-child {
    top: -20rem;
  }

  .\32xl\:first\:-right-80:first-child {
    right: -20rem;
  }

  .\32xl\:first\:-bottom-80:first-child {
    bottom: -20rem;
  }

  .\32xl\:first\:-left-80:first-child {
    left: -20rem;
  }

  .\32xl\:first\:-top-96:first-child {
    top: -24rem;
  }

  .\32xl\:first\:-right-96:first-child {
    right: -24rem;
  }

  .\32xl\:first\:-bottom-96:first-child {
    bottom: -24rem;
  }

  .\32xl\:first\:-left-96:first-child {
    left: -24rem;
  }

  .\32xl\:first\:-top-px:first-child {
    top: -1px;
  }

  .\32xl\:first\:-right-px:first-child {
    right: -1px;
  }

  .\32xl\:first\:-bottom-px:first-child {
    bottom: -1px;
  }

  .\32xl\:first\:-left-px:first-child {
    left: -1px;
  }

  .\32xl\:first\:-top-0\.5:first-child {
    top: -0.125rem;
  }

  .\32xl\:first\:-right-0\.5:first-child {
    right: -0.125rem;
  }

  .\32xl\:first\:-bottom-0\.5:first-child {
    bottom: -0.125rem;
  }

  .\32xl\:first\:-left-0\.5:first-child {
    left: -0.125rem;
  }

  .\32xl\:first\:-top-1\.5:first-child {
    top: -0.375rem;
  }

  .\32xl\:first\:-right-1\.5:first-child {
    right: -0.375rem;
  }

  .\32xl\:first\:-bottom-1\.5:first-child {
    bottom: -0.375rem;
  }

  .\32xl\:first\:-left-1\.5:first-child {
    left: -0.375rem;
  }

  .\32xl\:first\:-top-2\.5:first-child {
    top: -0.625rem;
  }

  .\32xl\:first\:-right-2\.5:first-child {
    right: -0.625rem;
  }

  .\32xl\:first\:-bottom-2\.5:first-child {
    bottom: -0.625rem;
  }

  .\32xl\:first\:-left-2\.5:first-child {
    left: -0.625rem;
  }

  .\32xl\:first\:-top-3\.5:first-child {
    top: -0.875rem;
  }

  .\32xl\:first\:-right-3\.5:first-child {
    right: -0.875rem;
  }

  .\32xl\:first\:-bottom-3\.5:first-child {
    bottom: -0.875rem;
  }

  .\32xl\:first\:-left-3\.5:first-child {
    left: -0.875rem;
  }

  .\32xl\:first\:top-1\/2:first-child {
    top: 50%;
  }

  .\32xl\:first\:right-1\/2:first-child {
    right: 50%;
  }

  .\32xl\:first\:bottom-1\/2:first-child {
    bottom: 50%;
  }

  .\32xl\:first\:left-1\/2:first-child {
    left: 50%;
  }

  .\32xl\:first\:top-1\/3:first-child {
    top: 33.333333%;
  }

  .\32xl\:first\:right-1\/3:first-child {
    right: 33.333333%;
  }

  .\32xl\:first\:bottom-1\/3:first-child {
    bottom: 33.333333%;
  }

  .\32xl\:first\:left-1\/3:first-child {
    left: 33.333333%;
  }

  .\32xl\:first\:top-2\/3:first-child {
    top: 66.666667%;
  }

  .\32xl\:first\:right-2\/3:first-child {
    right: 66.666667%;
  }

  .\32xl\:first\:bottom-2\/3:first-child {
    bottom: 66.666667%;
  }

  .\32xl\:first\:left-2\/3:first-child {
    left: 66.666667%;
  }

  .\32xl\:first\:top-1\/4:first-child {
    top: 25%;
  }

  .\32xl\:first\:right-1\/4:first-child {
    right: 25%;
  }

  .\32xl\:first\:bottom-1\/4:first-child {
    bottom: 25%;
  }

  .\32xl\:first\:left-1\/4:first-child {
    left: 25%;
  }

  .\32xl\:first\:top-2\/4:first-child {
    top: 50%;
  }

  .\32xl\:first\:right-2\/4:first-child {
    right: 50%;
  }

  .\32xl\:first\:bottom-2\/4:first-child {
    bottom: 50%;
  }

  .\32xl\:first\:left-2\/4:first-child {
    left: 50%;
  }

  .\32xl\:first\:top-3\/4:first-child {
    top: 75%;
  }

  .\32xl\:first\:right-3\/4:first-child {
    right: 75%;
  }

  .\32xl\:first\:bottom-3\/4:first-child {
    bottom: 75%;
  }

  .\32xl\:first\:left-3\/4:first-child {
    left: 75%;
  }

  .\32xl\:first\:top-full:first-child {
    top: 100%;
  }

  .\32xl\:first\:right-full:first-child {
    right: 100%;
  }

  .\32xl\:first\:bottom-full:first-child {
    bottom: 100%;
  }

  .\32xl\:first\:left-full:first-child {
    left: 100%;
  }

  .\32xl\:first\:-top-1\/2:first-child {
    top: -50%;
  }

  .\32xl\:first\:-right-1\/2:first-child {
    right: -50%;
  }

  .\32xl\:first\:-bottom-1\/2:first-child {
    bottom: -50%;
  }

  .\32xl\:first\:-left-1\/2:first-child {
    left: -50%;
  }

  .\32xl\:first\:-top-1\/3:first-child {
    top: -33.333333%;
  }

  .\32xl\:first\:-right-1\/3:first-child {
    right: -33.333333%;
  }

  .\32xl\:first\:-bottom-1\/3:first-child {
    bottom: -33.333333%;
  }

  .\32xl\:first\:-left-1\/3:first-child {
    left: -33.333333%;
  }

  .\32xl\:first\:-top-2\/3:first-child {
    top: -66.666667%;
  }

  .\32xl\:first\:-right-2\/3:first-child {
    right: -66.666667%;
  }

  .\32xl\:first\:-bottom-2\/3:first-child {
    bottom: -66.666667%;
  }

  .\32xl\:first\:-left-2\/3:first-child {
    left: -66.666667%;
  }

  .\32xl\:first\:-top-1\/4:first-child {
    top: -25%;
  }

  .\32xl\:first\:-right-1\/4:first-child {
    right: -25%;
  }

  .\32xl\:first\:-bottom-1\/4:first-child {
    bottom: -25%;
  }

  .\32xl\:first\:-left-1\/4:first-child {
    left: -25%;
  }

  .\32xl\:first\:-top-2\/4:first-child {
    top: -50%;
  }

  .\32xl\:first\:-right-2\/4:first-child {
    right: -50%;
  }

  .\32xl\:first\:-bottom-2\/4:first-child {
    bottom: -50%;
  }

  .\32xl\:first\:-left-2\/4:first-child {
    left: -50%;
  }

  .\32xl\:first\:-top-3\/4:first-child {
    top: -75%;
  }

  .\32xl\:first\:-right-3\/4:first-child {
    right: -75%;
  }

  .\32xl\:first\:-bottom-3\/4:first-child {
    bottom: -75%;
  }

  .\32xl\:first\:-left-3\/4:first-child {
    left: -75%;
  }

  .\32xl\:first\:-top-full:first-child {
    top: -100%;
  }

  .\32xl\:first\:-right-full:first-child {
    right: -100%;
  }

  .\32xl\:first\:-bottom-full:first-child {
    bottom: -100%;
  }

  .\32xl\:first\:-left-full:first-child {
    left: -100%;
  }

  .\32xl\:last\:inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:last\:inset-1:last-child {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:last\:inset-2:last-child {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:last\:inset-3:last-child {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:last\:inset-4:last-child {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:last\:inset-5:last-child {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:last\:inset-6:last-child {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:last\:inset-7:last-child {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:last\:inset-8:last-child {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:last\:inset-9:last-child {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:last\:inset-10:last-child {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:last\:inset-11:last-child {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:last\:inset-12:last-child {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:last\:inset-14:last-child {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:last\:inset-16:last-child {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:last\:inset-20:last-child {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:last\:inset-24:last-child {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:last\:inset-28:last-child {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:last\:inset-32:last-child {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:last\:inset-36:last-child {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:last\:inset-40:last-child {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:last\:inset-44:last-child {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:last\:inset-48:last-child {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:last\:inset-52:last-child {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:last\:inset-56:last-child {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:last\:inset-60:last-child {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:last\:inset-64:last-child {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:last\:inset-72:last-child {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:last\:inset-80:last-child {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:last\:inset-96:last-child {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:last\:inset-auto:last-child {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:last\:inset-px:last-child {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:last\:inset-0\.5:last-child {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:last\:inset-1\.5:last-child {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:last\:inset-2\.5:last-child {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:last\:inset-3\.5:last-child {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:last\:-inset-0:last-child {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:last\:-inset-1:last-child {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:last\:-inset-2:last-child {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:last\:-inset-3:last-child {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:last\:-inset-4:last-child {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:last\:-inset-5:last-child {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:last\:-inset-6:last-child {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:last\:-inset-7:last-child {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:last\:-inset-8:last-child {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:last\:-inset-9:last-child {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:last\:-inset-10:last-child {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:last\:-inset-11:last-child {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:last\:-inset-12:last-child {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:last\:-inset-14:last-child {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:last\:-inset-16:last-child {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:last\:-inset-20:last-child {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:last\:-inset-24:last-child {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:last\:-inset-28:last-child {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:last\:-inset-32:last-child {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:last\:-inset-36:last-child {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:last\:-inset-40:last-child {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:last\:-inset-44:last-child {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:last\:-inset-48:last-child {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:last\:-inset-52:last-child {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:last\:-inset-56:last-child {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:last\:-inset-60:last-child {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:last\:-inset-64:last-child {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:last\:-inset-72:last-child {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:last\:-inset-80:last-child {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:last\:-inset-96:last-child {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:last\:-inset-px:last-child {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:last\:-inset-0\.5:last-child {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:last\:-inset-1\.5:last-child {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:last\:-inset-2\.5:last-child {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:last\:-inset-3\.5:last-child {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:last\:inset-1\/2:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:last\:inset-1\/3:last-child {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:last\:inset-2\/3:last-child {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:last\:inset-1\/4:last-child {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:last\:inset-2\/4:last-child {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:last\:inset-3\/4:last-child {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:last\:inset-full:last-child {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:last\:-inset-1\/2:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:last\:-inset-1\/3:last-child {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:last\:-inset-2\/3:last-child {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:last\:-inset-1\/4:last-child {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:last\:-inset-2\/4:last-child {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:last\:-inset-3\/4:last-child {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:last\:-inset-full:last-child {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:last\:inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:last\:inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .\32xl\:last\:inset-y-1:last-child {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:last\:inset-x-1:last-child {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:last\:inset-y-2:last-child {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:last\:inset-x-2:last-child {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:last\:inset-y-3:last-child {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:last\:inset-x-3:last-child {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:last\:inset-y-4:last-child {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:last\:inset-x-4:last-child {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:last\:inset-y-5:last-child {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:last\:inset-x-5:last-child {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:last\:inset-y-6:last-child {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:last\:inset-x-6:last-child {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:last\:inset-y-7:last-child {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:last\:inset-x-7:last-child {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:last\:inset-y-8:last-child {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:last\:inset-x-8:last-child {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:last\:inset-y-9:last-child {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:last\:inset-x-9:last-child {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:last\:inset-y-10:last-child {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:last\:inset-x-10:last-child {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:last\:inset-y-11:last-child {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:last\:inset-x-11:last-child {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:last\:inset-y-12:last-child {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:last\:inset-x-12:last-child {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:last\:inset-y-14:last-child {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:last\:inset-x-14:last-child {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:last\:inset-y-16:last-child {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:last\:inset-x-16:last-child {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:last\:inset-y-20:last-child {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:last\:inset-x-20:last-child {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:last\:inset-y-24:last-child {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:last\:inset-x-24:last-child {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:last\:inset-y-28:last-child {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:last\:inset-x-28:last-child {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:last\:inset-y-32:last-child {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:last\:inset-x-32:last-child {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:last\:inset-y-36:last-child {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:last\:inset-x-36:last-child {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:last\:inset-y-40:last-child {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:last\:inset-x-40:last-child {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:last\:inset-y-44:last-child {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:last\:inset-x-44:last-child {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:last\:inset-y-48:last-child {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:last\:inset-x-48:last-child {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:last\:inset-y-52:last-child {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:last\:inset-x-52:last-child {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:last\:inset-y-56:last-child {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:last\:inset-x-56:last-child {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:last\:inset-y-60:last-child {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:last\:inset-x-60:last-child {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:last\:inset-y-64:last-child {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:last\:inset-x-64:last-child {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:last\:inset-y-72:last-child {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:last\:inset-x-72:last-child {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:last\:inset-y-80:last-child {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:last\:inset-x-80:last-child {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:last\:inset-y-96:last-child {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:last\:inset-x-96:last-child {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:last\:inset-y-auto:last-child {
    top: auto;
    bottom: auto;
  }

  .\32xl\:last\:inset-x-auto:last-child {
    right: auto;
    left: auto;
  }

  .\32xl\:last\:inset-y-px:last-child {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:last\:inset-x-px:last-child {
    right: 1px;
    left: 1px;
  }

  .\32xl\:last\:inset-y-0\.5:last-child {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:last\:inset-x-0\.5:last-child {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:last\:inset-y-1\.5:last-child {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:last\:inset-x-1\.5:last-child {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:last\:inset-y-2\.5:last-child {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:last\:inset-x-2\.5:last-child {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:last\:inset-y-3\.5:last-child {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:last\:inset-x-3\.5:last-child {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:last\:-inset-y-0:last-child {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:last\:-inset-x-0:last-child {
    right: 0px;
    left: 0px;
  }

  .\32xl\:last\:-inset-y-1:last-child {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:last\:-inset-x-1:last-child {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:last\:-inset-y-2:last-child {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:last\:-inset-x-2:last-child {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:last\:-inset-y-3:last-child {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:last\:-inset-x-3:last-child {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:last\:-inset-y-4:last-child {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:last\:-inset-x-4:last-child {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:last\:-inset-y-5:last-child {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:last\:-inset-x-5:last-child {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:last\:-inset-y-6:last-child {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:last\:-inset-x-6:last-child {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:last\:-inset-y-7:last-child {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:last\:-inset-x-7:last-child {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:last\:-inset-y-8:last-child {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:last\:-inset-x-8:last-child {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:last\:-inset-y-9:last-child {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:last\:-inset-x-9:last-child {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:last\:-inset-y-10:last-child {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:last\:-inset-x-10:last-child {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:last\:-inset-y-11:last-child {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:last\:-inset-x-11:last-child {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:last\:-inset-y-12:last-child {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:last\:-inset-x-12:last-child {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:last\:-inset-y-14:last-child {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:last\:-inset-x-14:last-child {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:last\:-inset-y-16:last-child {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:last\:-inset-x-16:last-child {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:last\:-inset-y-20:last-child {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:last\:-inset-x-20:last-child {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:last\:-inset-y-24:last-child {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:last\:-inset-x-24:last-child {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:last\:-inset-y-28:last-child {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:last\:-inset-x-28:last-child {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:last\:-inset-y-32:last-child {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:last\:-inset-x-32:last-child {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:last\:-inset-y-36:last-child {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:last\:-inset-x-36:last-child {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:last\:-inset-y-40:last-child {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:last\:-inset-x-40:last-child {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:last\:-inset-y-44:last-child {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:last\:-inset-x-44:last-child {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:last\:-inset-y-48:last-child {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:last\:-inset-x-48:last-child {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:last\:-inset-y-52:last-child {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:last\:-inset-x-52:last-child {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:last\:-inset-y-56:last-child {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:last\:-inset-x-56:last-child {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:last\:-inset-y-60:last-child {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:last\:-inset-x-60:last-child {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:last\:-inset-y-64:last-child {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:last\:-inset-x-64:last-child {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:last\:-inset-y-72:last-child {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:last\:-inset-x-72:last-child {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:last\:-inset-y-80:last-child {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:last\:-inset-x-80:last-child {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:last\:-inset-y-96:last-child {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:last\:-inset-x-96:last-child {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:last\:-inset-y-px:last-child {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:last\:-inset-x-px:last-child {
    right: -1px;
    left: -1px;
  }

  .\32xl\:last\:-inset-y-0\.5:last-child {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:last\:-inset-x-0\.5:last-child {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:last\:-inset-y-1\.5:last-child {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:last\:-inset-x-1\.5:last-child {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:last\:-inset-y-2\.5:last-child {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:last\:-inset-x-2\.5:last-child {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:last\:-inset-y-3\.5:last-child {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:last\:-inset-x-3\.5:last-child {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:last\:inset-y-1\/2:last-child {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:last\:inset-x-1\/2:last-child {
    right: 50%;
    left: 50%;
  }

  .\32xl\:last\:inset-y-1\/3:last-child {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:last\:inset-x-1\/3:last-child {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:last\:inset-y-2\/3:last-child {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:last\:inset-x-2\/3:last-child {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:last\:inset-y-1\/4:last-child {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:last\:inset-x-1\/4:last-child {
    right: 25%;
    left: 25%;
  }

  .\32xl\:last\:inset-y-2\/4:last-child {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:last\:inset-x-2\/4:last-child {
    right: 50%;
    left: 50%;
  }

  .\32xl\:last\:inset-y-3\/4:last-child {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:last\:inset-x-3\/4:last-child {
    right: 75%;
    left: 75%;
  }

  .\32xl\:last\:inset-y-full:last-child {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:last\:inset-x-full:last-child {
    right: 100%;
    left: 100%;
  }

  .\32xl\:last\:-inset-y-1\/2:last-child {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:last\:-inset-x-1\/2:last-child {
    right: -50%;
    left: -50%;
  }

  .\32xl\:last\:-inset-y-1\/3:last-child {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:last\:-inset-x-1\/3:last-child {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:last\:-inset-y-2\/3:last-child {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:last\:-inset-x-2\/3:last-child {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:last\:-inset-y-1\/4:last-child {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:last\:-inset-x-1\/4:last-child {
    right: -25%;
    left: -25%;
  }

  .\32xl\:last\:-inset-y-2\/4:last-child {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:last\:-inset-x-2\/4:last-child {
    right: -50%;
    left: -50%;
  }

  .\32xl\:last\:-inset-y-3\/4:last-child {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:last\:-inset-x-3\/4:last-child {
    right: -75%;
    left: -75%;
  }

  .\32xl\:last\:-inset-y-full:last-child {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:last\:-inset-x-full:last-child {
    right: -100%;
    left: -100%;
  }

  .\32xl\:last\:top-0:last-child {
    top: 0px;
  }

  .\32xl\:last\:right-0:last-child {
    right: 0px;
  }

  .\32xl\:last\:bottom-0:last-child {
    bottom: 0px;
  }

  .\32xl\:last\:left-0:last-child {
    left: 0px;
  }

  .\32xl\:last\:top-1:last-child {
    top: 0.25rem;
  }

  .\32xl\:last\:right-1:last-child {
    right: 0.25rem;
  }

  .\32xl\:last\:bottom-1:last-child {
    bottom: 0.25rem;
  }

  .\32xl\:last\:left-1:last-child {
    left: 0.25rem;
  }

  .\32xl\:last\:top-2:last-child {
    top: 0.5rem;
  }

  .\32xl\:last\:right-2:last-child {
    right: 0.5rem;
  }

  .\32xl\:last\:bottom-2:last-child {
    bottom: 0.5rem;
  }

  .\32xl\:last\:left-2:last-child {
    left: 0.5rem;
  }

  .\32xl\:last\:top-3:last-child {
    top: 0.75rem;
  }

  .\32xl\:last\:right-3:last-child {
    right: 0.75rem;
  }

  .\32xl\:last\:bottom-3:last-child {
    bottom: 0.75rem;
  }

  .\32xl\:last\:left-3:last-child {
    left: 0.75rem;
  }

  .\32xl\:last\:top-4:last-child {
    top: 1rem;
  }

  .\32xl\:last\:right-4:last-child {
    right: 1rem;
  }

  .\32xl\:last\:bottom-4:last-child {
    bottom: 1rem;
  }

  .\32xl\:last\:left-4:last-child {
    left: 1rem;
  }

  .\32xl\:last\:top-5:last-child {
    top: 1.25rem;
  }

  .\32xl\:last\:right-5:last-child {
    right: 1.25rem;
  }

  .\32xl\:last\:bottom-5:last-child {
    bottom: 1.25rem;
  }

  .\32xl\:last\:left-5:last-child {
    left: 1.25rem;
  }

  .\32xl\:last\:top-6:last-child {
    top: 1.5rem;
  }

  .\32xl\:last\:right-6:last-child {
    right: 1.5rem;
  }

  .\32xl\:last\:bottom-6:last-child {
    bottom: 1.5rem;
  }

  .\32xl\:last\:left-6:last-child {
    left: 1.5rem;
  }

  .\32xl\:last\:top-7:last-child {
    top: 1.75rem;
  }

  .\32xl\:last\:right-7:last-child {
    right: 1.75rem;
  }

  .\32xl\:last\:bottom-7:last-child {
    bottom: 1.75rem;
  }

  .\32xl\:last\:left-7:last-child {
    left: 1.75rem;
  }

  .\32xl\:last\:top-8:last-child {
    top: 2rem;
  }

  .\32xl\:last\:right-8:last-child {
    right: 2rem;
  }

  .\32xl\:last\:bottom-8:last-child {
    bottom: 2rem;
  }

  .\32xl\:last\:left-8:last-child {
    left: 2rem;
  }

  .\32xl\:last\:top-9:last-child {
    top: 2.25rem;
  }

  .\32xl\:last\:right-9:last-child {
    right: 2.25rem;
  }

  .\32xl\:last\:bottom-9:last-child {
    bottom: 2.25rem;
  }

  .\32xl\:last\:left-9:last-child {
    left: 2.25rem;
  }

  .\32xl\:last\:top-10:last-child {
    top: 2.5rem;
  }

  .\32xl\:last\:right-10:last-child {
    right: 2.5rem;
  }

  .\32xl\:last\:bottom-10:last-child {
    bottom: 2.5rem;
  }

  .\32xl\:last\:left-10:last-child {
    left: 2.5rem;
  }

  .\32xl\:last\:top-11:last-child {
    top: 2.75rem;
  }

  .\32xl\:last\:right-11:last-child {
    right: 2.75rem;
  }

  .\32xl\:last\:bottom-11:last-child {
    bottom: 2.75rem;
  }

  .\32xl\:last\:left-11:last-child {
    left: 2.75rem;
  }

  .\32xl\:last\:top-12:last-child {
    top: 3rem;
  }

  .\32xl\:last\:right-12:last-child {
    right: 3rem;
  }

  .\32xl\:last\:bottom-12:last-child {
    bottom: 3rem;
  }

  .\32xl\:last\:left-12:last-child {
    left: 3rem;
  }

  .\32xl\:last\:top-14:last-child {
    top: 3.5rem;
  }

  .\32xl\:last\:right-14:last-child {
    right: 3.5rem;
  }

  .\32xl\:last\:bottom-14:last-child {
    bottom: 3.5rem;
  }

  .\32xl\:last\:left-14:last-child {
    left: 3.5rem;
  }

  .\32xl\:last\:top-16:last-child {
    top: 4rem;
  }

  .\32xl\:last\:right-16:last-child {
    right: 4rem;
  }

  .\32xl\:last\:bottom-16:last-child {
    bottom: 4rem;
  }

  .\32xl\:last\:left-16:last-child {
    left: 4rem;
  }

  .\32xl\:last\:top-20:last-child {
    top: 5rem;
  }

  .\32xl\:last\:right-20:last-child {
    right: 5rem;
  }

  .\32xl\:last\:bottom-20:last-child {
    bottom: 5rem;
  }

  .\32xl\:last\:left-20:last-child {
    left: 5rem;
  }

  .\32xl\:last\:top-24:last-child {
    top: 6rem;
  }

  .\32xl\:last\:right-24:last-child {
    right: 6rem;
  }

  .\32xl\:last\:bottom-24:last-child {
    bottom: 6rem;
  }

  .\32xl\:last\:left-24:last-child {
    left: 6rem;
  }

  .\32xl\:last\:top-28:last-child {
    top: 7rem;
  }

  .\32xl\:last\:right-28:last-child {
    right: 7rem;
  }

  .\32xl\:last\:bottom-28:last-child {
    bottom: 7rem;
  }

  .\32xl\:last\:left-28:last-child {
    left: 7rem;
  }

  .\32xl\:last\:top-32:last-child {
    top: 8rem;
  }

  .\32xl\:last\:right-32:last-child {
    right: 8rem;
  }

  .\32xl\:last\:bottom-32:last-child {
    bottom: 8rem;
  }

  .\32xl\:last\:left-32:last-child {
    left: 8rem;
  }

  .\32xl\:last\:top-36:last-child {
    top: 9rem;
  }

  .\32xl\:last\:right-36:last-child {
    right: 9rem;
  }

  .\32xl\:last\:bottom-36:last-child {
    bottom: 9rem;
  }

  .\32xl\:last\:left-36:last-child {
    left: 9rem;
  }

  .\32xl\:last\:top-40:last-child {
    top: 10rem;
  }

  .\32xl\:last\:right-40:last-child {
    right: 10rem;
  }

  .\32xl\:last\:bottom-40:last-child {
    bottom: 10rem;
  }

  .\32xl\:last\:left-40:last-child {
    left: 10rem;
  }

  .\32xl\:last\:top-44:last-child {
    top: 11rem;
  }

  .\32xl\:last\:right-44:last-child {
    right: 11rem;
  }

  .\32xl\:last\:bottom-44:last-child {
    bottom: 11rem;
  }

  .\32xl\:last\:left-44:last-child {
    left: 11rem;
  }

  .\32xl\:last\:top-48:last-child {
    top: 12rem;
  }

  .\32xl\:last\:right-48:last-child {
    right: 12rem;
  }

  .\32xl\:last\:bottom-48:last-child {
    bottom: 12rem;
  }

  .\32xl\:last\:left-48:last-child {
    left: 12rem;
  }

  .\32xl\:last\:top-52:last-child {
    top: 13rem;
  }

  .\32xl\:last\:right-52:last-child {
    right: 13rem;
  }

  .\32xl\:last\:bottom-52:last-child {
    bottom: 13rem;
  }

  .\32xl\:last\:left-52:last-child {
    left: 13rem;
  }

  .\32xl\:last\:top-56:last-child {
    top: 14rem;
  }

  .\32xl\:last\:right-56:last-child {
    right: 14rem;
  }

  .\32xl\:last\:bottom-56:last-child {
    bottom: 14rem;
  }

  .\32xl\:last\:left-56:last-child {
    left: 14rem;
  }

  .\32xl\:last\:top-60:last-child {
    top: 15rem;
  }

  .\32xl\:last\:right-60:last-child {
    right: 15rem;
  }

  .\32xl\:last\:bottom-60:last-child {
    bottom: 15rem;
  }

  .\32xl\:last\:left-60:last-child {
    left: 15rem;
  }

  .\32xl\:last\:top-64:last-child {
    top: 16rem;
  }

  .\32xl\:last\:right-64:last-child {
    right: 16rem;
  }

  .\32xl\:last\:bottom-64:last-child {
    bottom: 16rem;
  }

  .\32xl\:last\:left-64:last-child {
    left: 16rem;
  }

  .\32xl\:last\:top-72:last-child {
    top: 18rem;
  }

  .\32xl\:last\:right-72:last-child {
    right: 18rem;
  }

  .\32xl\:last\:bottom-72:last-child {
    bottom: 18rem;
  }

  .\32xl\:last\:left-72:last-child {
    left: 18rem;
  }

  .\32xl\:last\:top-80:last-child {
    top: 20rem;
  }

  .\32xl\:last\:right-80:last-child {
    right: 20rem;
  }

  .\32xl\:last\:bottom-80:last-child {
    bottom: 20rem;
  }

  .\32xl\:last\:left-80:last-child {
    left: 20rem;
  }

  .\32xl\:last\:top-96:last-child {
    top: 24rem;
  }

  .\32xl\:last\:right-96:last-child {
    right: 24rem;
  }

  .\32xl\:last\:bottom-96:last-child {
    bottom: 24rem;
  }

  .\32xl\:last\:left-96:last-child {
    left: 24rem;
  }

  .\32xl\:last\:top-auto:last-child {
    top: auto;
  }

  .\32xl\:last\:right-auto:last-child {
    right: auto;
  }

  .\32xl\:last\:bottom-auto:last-child {
    bottom: auto;
  }

  .\32xl\:last\:left-auto:last-child {
    left: auto;
  }

  .\32xl\:last\:top-px:last-child {
    top: 1px;
  }

  .\32xl\:last\:right-px:last-child {
    right: 1px;
  }

  .\32xl\:last\:bottom-px:last-child {
    bottom: 1px;
  }

  .\32xl\:last\:left-px:last-child {
    left: 1px;
  }

  .\32xl\:last\:top-0\.5:last-child {
    top: 0.125rem;
  }

  .\32xl\:last\:right-0\.5:last-child {
    right: 0.125rem;
  }

  .\32xl\:last\:bottom-0\.5:last-child {
    bottom: 0.125rem;
  }

  .\32xl\:last\:left-0\.5:last-child {
    left: 0.125rem;
  }

  .\32xl\:last\:top-1\.5:last-child {
    top: 0.375rem;
  }

  .\32xl\:last\:right-1\.5:last-child {
    right: 0.375rem;
  }

  .\32xl\:last\:bottom-1\.5:last-child {
    bottom: 0.375rem;
  }

  .\32xl\:last\:left-1\.5:last-child {
    left: 0.375rem;
  }

  .\32xl\:last\:top-2\.5:last-child {
    top: 0.625rem;
  }

  .\32xl\:last\:right-2\.5:last-child {
    right: 0.625rem;
  }

  .\32xl\:last\:bottom-2\.5:last-child {
    bottom: 0.625rem;
  }

  .\32xl\:last\:left-2\.5:last-child {
    left: 0.625rem;
  }

  .\32xl\:last\:top-3\.5:last-child {
    top: 0.875rem;
  }

  .\32xl\:last\:right-3\.5:last-child {
    right: 0.875rem;
  }

  .\32xl\:last\:bottom-3\.5:last-child {
    bottom: 0.875rem;
  }

  .\32xl\:last\:left-3\.5:last-child {
    left: 0.875rem;
  }

  .\32xl\:last\:-top-0:last-child {
    top: 0px;
  }

  .\32xl\:last\:-right-0:last-child {
    right: 0px;
  }

  .\32xl\:last\:-bottom-0:last-child {
    bottom: 0px;
  }

  .\32xl\:last\:-left-0:last-child {
    left: 0px;
  }

  .\32xl\:last\:-top-1:last-child {
    top: -0.25rem;
  }

  .\32xl\:last\:-right-1:last-child {
    right: -0.25rem;
  }

  .\32xl\:last\:-bottom-1:last-child {
    bottom: -0.25rem;
  }

  .\32xl\:last\:-left-1:last-child {
    left: -0.25rem;
  }

  .\32xl\:last\:-top-2:last-child {
    top: -0.5rem;
  }

  .\32xl\:last\:-right-2:last-child {
    right: -0.5rem;
  }

  .\32xl\:last\:-bottom-2:last-child {
    bottom: -0.5rem;
  }

  .\32xl\:last\:-left-2:last-child {
    left: -0.5rem;
  }

  .\32xl\:last\:-top-3:last-child {
    top: -0.75rem;
  }

  .\32xl\:last\:-right-3:last-child {
    right: -0.75rem;
  }

  .\32xl\:last\:-bottom-3:last-child {
    bottom: -0.75rem;
  }

  .\32xl\:last\:-left-3:last-child {
    left: -0.75rem;
  }

  .\32xl\:last\:-top-4:last-child {
    top: -1rem;
  }

  .\32xl\:last\:-right-4:last-child {
    right: -1rem;
  }

  .\32xl\:last\:-bottom-4:last-child {
    bottom: -1rem;
  }

  .\32xl\:last\:-left-4:last-child {
    left: -1rem;
  }

  .\32xl\:last\:-top-5:last-child {
    top: -1.25rem;
  }

  .\32xl\:last\:-right-5:last-child {
    right: -1.25rem;
  }

  .\32xl\:last\:-bottom-5:last-child {
    bottom: -1.25rem;
  }

  .\32xl\:last\:-left-5:last-child {
    left: -1.25rem;
  }

  .\32xl\:last\:-top-6:last-child {
    top: -1.5rem;
  }

  .\32xl\:last\:-right-6:last-child {
    right: -1.5rem;
  }

  .\32xl\:last\:-bottom-6:last-child {
    bottom: -1.5rem;
  }

  .\32xl\:last\:-left-6:last-child {
    left: -1.5rem;
  }

  .\32xl\:last\:-top-7:last-child {
    top: -1.75rem;
  }

  .\32xl\:last\:-right-7:last-child {
    right: -1.75rem;
  }

  .\32xl\:last\:-bottom-7:last-child {
    bottom: -1.75rem;
  }

  .\32xl\:last\:-left-7:last-child {
    left: -1.75rem;
  }

  .\32xl\:last\:-top-8:last-child {
    top: -2rem;
  }

  .\32xl\:last\:-right-8:last-child {
    right: -2rem;
  }

  .\32xl\:last\:-bottom-8:last-child {
    bottom: -2rem;
  }

  .\32xl\:last\:-left-8:last-child {
    left: -2rem;
  }

  .\32xl\:last\:-top-9:last-child {
    top: -2.25rem;
  }

  .\32xl\:last\:-right-9:last-child {
    right: -2.25rem;
  }

  .\32xl\:last\:-bottom-9:last-child {
    bottom: -2.25rem;
  }

  .\32xl\:last\:-left-9:last-child {
    left: -2.25rem;
  }

  .\32xl\:last\:-top-10:last-child {
    top: -2.5rem;
  }

  .\32xl\:last\:-right-10:last-child {
    right: -2.5rem;
  }

  .\32xl\:last\:-bottom-10:last-child {
    bottom: -2.5rem;
  }

  .\32xl\:last\:-left-10:last-child {
    left: -2.5rem;
  }

  .\32xl\:last\:-top-11:last-child {
    top: -2.75rem;
  }

  .\32xl\:last\:-right-11:last-child {
    right: -2.75rem;
  }

  .\32xl\:last\:-bottom-11:last-child {
    bottom: -2.75rem;
  }

  .\32xl\:last\:-left-11:last-child {
    left: -2.75rem;
  }

  .\32xl\:last\:-top-12:last-child {
    top: -3rem;
  }

  .\32xl\:last\:-right-12:last-child {
    right: -3rem;
  }

  .\32xl\:last\:-bottom-12:last-child {
    bottom: -3rem;
  }

  .\32xl\:last\:-left-12:last-child {
    left: -3rem;
  }

  .\32xl\:last\:-top-14:last-child {
    top: -3.5rem;
  }

  .\32xl\:last\:-right-14:last-child {
    right: -3.5rem;
  }

  .\32xl\:last\:-bottom-14:last-child {
    bottom: -3.5rem;
  }

  .\32xl\:last\:-left-14:last-child {
    left: -3.5rem;
  }

  .\32xl\:last\:-top-16:last-child {
    top: -4rem;
  }

  .\32xl\:last\:-right-16:last-child {
    right: -4rem;
  }

  .\32xl\:last\:-bottom-16:last-child {
    bottom: -4rem;
  }

  .\32xl\:last\:-left-16:last-child {
    left: -4rem;
  }

  .\32xl\:last\:-top-20:last-child {
    top: -5rem;
  }

  .\32xl\:last\:-right-20:last-child {
    right: -5rem;
  }

  .\32xl\:last\:-bottom-20:last-child {
    bottom: -5rem;
  }

  .\32xl\:last\:-left-20:last-child {
    left: -5rem;
  }

  .\32xl\:last\:-top-24:last-child {
    top: -6rem;
  }

  .\32xl\:last\:-right-24:last-child {
    right: -6rem;
  }

  .\32xl\:last\:-bottom-24:last-child {
    bottom: -6rem;
  }

  .\32xl\:last\:-left-24:last-child {
    left: -6rem;
  }

  .\32xl\:last\:-top-28:last-child {
    top: -7rem;
  }

  .\32xl\:last\:-right-28:last-child {
    right: -7rem;
  }

  .\32xl\:last\:-bottom-28:last-child {
    bottom: -7rem;
  }

  .\32xl\:last\:-left-28:last-child {
    left: -7rem;
  }

  .\32xl\:last\:-top-32:last-child {
    top: -8rem;
  }

  .\32xl\:last\:-right-32:last-child {
    right: -8rem;
  }

  .\32xl\:last\:-bottom-32:last-child {
    bottom: -8rem;
  }

  .\32xl\:last\:-left-32:last-child {
    left: -8rem;
  }

  .\32xl\:last\:-top-36:last-child {
    top: -9rem;
  }

  .\32xl\:last\:-right-36:last-child {
    right: -9rem;
  }

  .\32xl\:last\:-bottom-36:last-child {
    bottom: -9rem;
  }

  .\32xl\:last\:-left-36:last-child {
    left: -9rem;
  }

  .\32xl\:last\:-top-40:last-child {
    top: -10rem;
  }

  .\32xl\:last\:-right-40:last-child {
    right: -10rem;
  }

  .\32xl\:last\:-bottom-40:last-child {
    bottom: -10rem;
  }

  .\32xl\:last\:-left-40:last-child {
    left: -10rem;
  }

  .\32xl\:last\:-top-44:last-child {
    top: -11rem;
  }

  .\32xl\:last\:-right-44:last-child {
    right: -11rem;
  }

  .\32xl\:last\:-bottom-44:last-child {
    bottom: -11rem;
  }

  .\32xl\:last\:-left-44:last-child {
    left: -11rem;
  }

  .\32xl\:last\:-top-48:last-child {
    top: -12rem;
  }

  .\32xl\:last\:-right-48:last-child {
    right: -12rem;
  }

  .\32xl\:last\:-bottom-48:last-child {
    bottom: -12rem;
  }

  .\32xl\:last\:-left-48:last-child {
    left: -12rem;
  }

  .\32xl\:last\:-top-52:last-child {
    top: -13rem;
  }

  .\32xl\:last\:-right-52:last-child {
    right: -13rem;
  }

  .\32xl\:last\:-bottom-52:last-child {
    bottom: -13rem;
  }

  .\32xl\:last\:-left-52:last-child {
    left: -13rem;
  }

  .\32xl\:last\:-top-56:last-child {
    top: -14rem;
  }

  .\32xl\:last\:-right-56:last-child {
    right: -14rem;
  }

  .\32xl\:last\:-bottom-56:last-child {
    bottom: -14rem;
  }

  .\32xl\:last\:-left-56:last-child {
    left: -14rem;
  }

  .\32xl\:last\:-top-60:last-child {
    top: -15rem;
  }

  .\32xl\:last\:-right-60:last-child {
    right: -15rem;
  }

  .\32xl\:last\:-bottom-60:last-child {
    bottom: -15rem;
  }

  .\32xl\:last\:-left-60:last-child {
    left: -15rem;
  }

  .\32xl\:last\:-top-64:last-child {
    top: -16rem;
  }

  .\32xl\:last\:-right-64:last-child {
    right: -16rem;
  }

  .\32xl\:last\:-bottom-64:last-child {
    bottom: -16rem;
  }

  .\32xl\:last\:-left-64:last-child {
    left: -16rem;
  }

  .\32xl\:last\:-top-72:last-child {
    top: -18rem;
  }

  .\32xl\:last\:-right-72:last-child {
    right: -18rem;
  }

  .\32xl\:last\:-bottom-72:last-child {
    bottom: -18rem;
  }

  .\32xl\:last\:-left-72:last-child {
    left: -18rem;
  }

  .\32xl\:last\:-top-80:last-child {
    top: -20rem;
  }

  .\32xl\:last\:-right-80:last-child {
    right: -20rem;
  }

  .\32xl\:last\:-bottom-80:last-child {
    bottom: -20rem;
  }

  .\32xl\:last\:-left-80:last-child {
    left: -20rem;
  }

  .\32xl\:last\:-top-96:last-child {
    top: -24rem;
  }

  .\32xl\:last\:-right-96:last-child {
    right: -24rem;
  }

  .\32xl\:last\:-bottom-96:last-child {
    bottom: -24rem;
  }

  .\32xl\:last\:-left-96:last-child {
    left: -24rem;
  }

  .\32xl\:last\:-top-px:last-child {
    top: -1px;
  }

  .\32xl\:last\:-right-px:last-child {
    right: -1px;
  }

  .\32xl\:last\:-bottom-px:last-child {
    bottom: -1px;
  }

  .\32xl\:last\:-left-px:last-child {
    left: -1px;
  }

  .\32xl\:last\:-top-0\.5:last-child {
    top: -0.125rem;
  }

  .\32xl\:last\:-right-0\.5:last-child {
    right: -0.125rem;
  }

  .\32xl\:last\:-bottom-0\.5:last-child {
    bottom: -0.125rem;
  }

  .\32xl\:last\:-left-0\.5:last-child {
    left: -0.125rem;
  }

  .\32xl\:last\:-top-1\.5:last-child {
    top: -0.375rem;
  }

  .\32xl\:last\:-right-1\.5:last-child {
    right: -0.375rem;
  }

  .\32xl\:last\:-bottom-1\.5:last-child {
    bottom: -0.375rem;
  }

  .\32xl\:last\:-left-1\.5:last-child {
    left: -0.375rem;
  }

  .\32xl\:last\:-top-2\.5:last-child {
    top: -0.625rem;
  }

  .\32xl\:last\:-right-2\.5:last-child {
    right: -0.625rem;
  }

  .\32xl\:last\:-bottom-2\.5:last-child {
    bottom: -0.625rem;
  }

  .\32xl\:last\:-left-2\.5:last-child {
    left: -0.625rem;
  }

  .\32xl\:last\:-top-3\.5:last-child {
    top: -0.875rem;
  }

  .\32xl\:last\:-right-3\.5:last-child {
    right: -0.875rem;
  }

  .\32xl\:last\:-bottom-3\.5:last-child {
    bottom: -0.875rem;
  }

  .\32xl\:last\:-left-3\.5:last-child {
    left: -0.875rem;
  }

  .\32xl\:last\:top-1\/2:last-child {
    top: 50%;
  }

  .\32xl\:last\:right-1\/2:last-child {
    right: 50%;
  }

  .\32xl\:last\:bottom-1\/2:last-child {
    bottom: 50%;
  }

  .\32xl\:last\:left-1\/2:last-child {
    left: 50%;
  }

  .\32xl\:last\:top-1\/3:last-child {
    top: 33.333333%;
  }

  .\32xl\:last\:right-1\/3:last-child {
    right: 33.333333%;
  }

  .\32xl\:last\:bottom-1\/3:last-child {
    bottom: 33.333333%;
  }

  .\32xl\:last\:left-1\/3:last-child {
    left: 33.333333%;
  }

  .\32xl\:last\:top-2\/3:last-child {
    top: 66.666667%;
  }

  .\32xl\:last\:right-2\/3:last-child {
    right: 66.666667%;
  }

  .\32xl\:last\:bottom-2\/3:last-child {
    bottom: 66.666667%;
  }

  .\32xl\:last\:left-2\/3:last-child {
    left: 66.666667%;
  }

  .\32xl\:last\:top-1\/4:last-child {
    top: 25%;
  }

  .\32xl\:last\:right-1\/4:last-child {
    right: 25%;
  }

  .\32xl\:last\:bottom-1\/4:last-child {
    bottom: 25%;
  }

  .\32xl\:last\:left-1\/4:last-child {
    left: 25%;
  }

  .\32xl\:last\:top-2\/4:last-child {
    top: 50%;
  }

  .\32xl\:last\:right-2\/4:last-child {
    right: 50%;
  }

  .\32xl\:last\:bottom-2\/4:last-child {
    bottom: 50%;
  }

  .\32xl\:last\:left-2\/4:last-child {
    left: 50%;
  }

  .\32xl\:last\:top-3\/4:last-child {
    top: 75%;
  }

  .\32xl\:last\:right-3\/4:last-child {
    right: 75%;
  }

  .\32xl\:last\:bottom-3\/4:last-child {
    bottom: 75%;
  }

  .\32xl\:last\:left-3\/4:last-child {
    left: 75%;
  }

  .\32xl\:last\:top-full:last-child {
    top: 100%;
  }

  .\32xl\:last\:right-full:last-child {
    right: 100%;
  }

  .\32xl\:last\:bottom-full:last-child {
    bottom: 100%;
  }

  .\32xl\:last\:left-full:last-child {
    left: 100%;
  }

  .\32xl\:last\:-top-1\/2:last-child {
    top: -50%;
  }

  .\32xl\:last\:-right-1\/2:last-child {
    right: -50%;
  }

  .\32xl\:last\:-bottom-1\/2:last-child {
    bottom: -50%;
  }

  .\32xl\:last\:-left-1\/2:last-child {
    left: -50%;
  }

  .\32xl\:last\:-top-1\/3:last-child {
    top: -33.333333%;
  }

  .\32xl\:last\:-right-1\/3:last-child {
    right: -33.333333%;
  }

  .\32xl\:last\:-bottom-1\/3:last-child {
    bottom: -33.333333%;
  }

  .\32xl\:last\:-left-1\/3:last-child {
    left: -33.333333%;
  }

  .\32xl\:last\:-top-2\/3:last-child {
    top: -66.666667%;
  }

  .\32xl\:last\:-right-2\/3:last-child {
    right: -66.666667%;
  }

  .\32xl\:last\:-bottom-2\/3:last-child {
    bottom: -66.666667%;
  }

  .\32xl\:last\:-left-2\/3:last-child {
    left: -66.666667%;
  }

  .\32xl\:last\:-top-1\/4:last-child {
    top: -25%;
  }

  .\32xl\:last\:-right-1\/4:last-child {
    right: -25%;
  }

  .\32xl\:last\:-bottom-1\/4:last-child {
    bottom: -25%;
  }

  .\32xl\:last\:-left-1\/4:last-child {
    left: -25%;
  }

  .\32xl\:last\:-top-2\/4:last-child {
    top: -50%;
  }

  .\32xl\:last\:-right-2\/4:last-child {
    right: -50%;
  }

  .\32xl\:last\:-bottom-2\/4:last-child {
    bottom: -50%;
  }

  .\32xl\:last\:-left-2\/4:last-child {
    left: -50%;
  }

  .\32xl\:last\:-top-3\/4:last-child {
    top: -75%;
  }

  .\32xl\:last\:-right-3\/4:last-child {
    right: -75%;
  }

  .\32xl\:last\:-bottom-3\/4:last-child {
    bottom: -75%;
  }

  .\32xl\:last\:-left-3\/4:last-child {
    left: -75%;
  }

  .\32xl\:last\:-top-full:last-child {
    top: -100%;
  }

  .\32xl\:last\:-right-full:last-child {
    right: -100%;
  }

  .\32xl\:last\:-bottom-full:last-child {
    bottom: -100%;
  }

  .\32xl\:last\:-left-full:last-child {
    left: -100%;
  }

  .\32xl\:odd\:inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:odd\:inset-1:nth-child(odd) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:odd\:inset-2:nth-child(odd) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:odd\:inset-3:nth-child(odd) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:odd\:inset-4:nth-child(odd) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:odd\:inset-5:nth-child(odd) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:odd\:inset-6:nth-child(odd) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:odd\:inset-7:nth-child(odd) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:odd\:inset-8:nth-child(odd) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:odd\:inset-9:nth-child(odd) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:odd\:inset-10:nth-child(odd) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:odd\:inset-11:nth-child(odd) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:odd\:inset-12:nth-child(odd) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:odd\:inset-14:nth-child(odd) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:odd\:inset-16:nth-child(odd) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:odd\:inset-20:nth-child(odd) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:odd\:inset-24:nth-child(odd) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:odd\:inset-28:nth-child(odd) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:odd\:inset-32:nth-child(odd) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:odd\:inset-36:nth-child(odd) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:odd\:inset-40:nth-child(odd) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:odd\:inset-44:nth-child(odd) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:odd\:inset-48:nth-child(odd) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:odd\:inset-52:nth-child(odd) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:odd\:inset-56:nth-child(odd) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:odd\:inset-60:nth-child(odd) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:odd\:inset-64:nth-child(odd) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:odd\:inset-72:nth-child(odd) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:odd\:inset-80:nth-child(odd) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:odd\:inset-96:nth-child(odd) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:odd\:inset-auto:nth-child(odd) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:odd\:inset-px:nth-child(odd) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:odd\:inset-0\.5:nth-child(odd) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:odd\:inset-1\.5:nth-child(odd) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:odd\:inset-2\.5:nth-child(odd) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:odd\:inset-3\.5:nth-child(odd) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:odd\:-inset-0:nth-child(odd) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:odd\:-inset-1:nth-child(odd) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:odd\:-inset-2:nth-child(odd) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:odd\:-inset-3:nth-child(odd) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:odd\:-inset-4:nth-child(odd) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:odd\:-inset-5:nth-child(odd) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:odd\:-inset-6:nth-child(odd) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:odd\:-inset-7:nth-child(odd) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:odd\:-inset-8:nth-child(odd) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:odd\:-inset-9:nth-child(odd) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:odd\:-inset-10:nth-child(odd) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:odd\:-inset-11:nth-child(odd) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:odd\:-inset-12:nth-child(odd) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:odd\:-inset-14:nth-child(odd) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:odd\:-inset-16:nth-child(odd) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:odd\:-inset-20:nth-child(odd) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:odd\:-inset-24:nth-child(odd) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:odd\:-inset-28:nth-child(odd) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:odd\:-inset-32:nth-child(odd) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:odd\:-inset-36:nth-child(odd) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:odd\:-inset-40:nth-child(odd) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:odd\:-inset-44:nth-child(odd) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:odd\:-inset-48:nth-child(odd) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:odd\:-inset-52:nth-child(odd) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:odd\:-inset-56:nth-child(odd) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:odd\:-inset-60:nth-child(odd) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:odd\:-inset-64:nth-child(odd) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:odd\:-inset-72:nth-child(odd) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:odd\:-inset-80:nth-child(odd) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:odd\:-inset-96:nth-child(odd) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:odd\:-inset-px:nth-child(odd) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:odd\:-inset-0\.5:nth-child(odd) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:odd\:-inset-1\.5:nth-child(odd) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:odd\:-inset-2\.5:nth-child(odd) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:odd\:-inset-3\.5:nth-child(odd) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:odd\:inset-1\/2:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:odd\:inset-1\/3:nth-child(odd) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:odd\:inset-2\/3:nth-child(odd) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:odd\:inset-1\/4:nth-child(odd) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:odd\:inset-2\/4:nth-child(odd) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:odd\:inset-3\/4:nth-child(odd) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:odd\:inset-full:nth-child(odd) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:odd\:-inset-1\/2:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:odd\:-inset-1\/3:nth-child(odd) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:odd\:-inset-2\/3:nth-child(odd) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:odd\:-inset-1\/4:nth-child(odd) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:odd\:-inset-2\/4:nth-child(odd) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:odd\:-inset-3\/4:nth-child(odd) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:odd\:-inset-full:nth-child(odd) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:odd\:inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:odd\:inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .\32xl\:odd\:inset-y-1:nth-child(odd) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:odd\:inset-x-1:nth-child(odd) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:odd\:inset-y-2:nth-child(odd) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:odd\:inset-x-2:nth-child(odd) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:odd\:inset-y-3:nth-child(odd) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:odd\:inset-x-3:nth-child(odd) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:odd\:inset-y-4:nth-child(odd) {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:odd\:inset-x-4:nth-child(odd) {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:odd\:inset-y-5:nth-child(odd) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:odd\:inset-x-5:nth-child(odd) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:odd\:inset-y-6:nth-child(odd) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:odd\:inset-x-6:nth-child(odd) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:odd\:inset-y-7:nth-child(odd) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:odd\:inset-x-7:nth-child(odd) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:odd\:inset-y-8:nth-child(odd) {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:odd\:inset-x-8:nth-child(odd) {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:odd\:inset-y-9:nth-child(odd) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:odd\:inset-x-9:nth-child(odd) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:odd\:inset-y-10:nth-child(odd) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:odd\:inset-x-10:nth-child(odd) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:odd\:inset-y-11:nth-child(odd) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:odd\:inset-x-11:nth-child(odd) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:odd\:inset-y-12:nth-child(odd) {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:odd\:inset-x-12:nth-child(odd) {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:odd\:inset-y-14:nth-child(odd) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:odd\:inset-x-14:nth-child(odd) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:odd\:inset-y-16:nth-child(odd) {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:odd\:inset-x-16:nth-child(odd) {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:odd\:inset-y-20:nth-child(odd) {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:odd\:inset-x-20:nth-child(odd) {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:odd\:inset-y-24:nth-child(odd) {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:odd\:inset-x-24:nth-child(odd) {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:odd\:inset-y-28:nth-child(odd) {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:odd\:inset-x-28:nth-child(odd) {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:odd\:inset-y-32:nth-child(odd) {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:odd\:inset-x-32:nth-child(odd) {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:odd\:inset-y-36:nth-child(odd) {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:odd\:inset-x-36:nth-child(odd) {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:odd\:inset-y-40:nth-child(odd) {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:odd\:inset-x-40:nth-child(odd) {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:odd\:inset-y-44:nth-child(odd) {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:odd\:inset-x-44:nth-child(odd) {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:odd\:inset-y-48:nth-child(odd) {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:odd\:inset-x-48:nth-child(odd) {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:odd\:inset-y-52:nth-child(odd) {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:odd\:inset-x-52:nth-child(odd) {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:odd\:inset-y-56:nth-child(odd) {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:odd\:inset-x-56:nth-child(odd) {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:odd\:inset-y-60:nth-child(odd) {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:odd\:inset-x-60:nth-child(odd) {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:odd\:inset-y-64:nth-child(odd) {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:odd\:inset-x-64:nth-child(odd) {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:odd\:inset-y-72:nth-child(odd) {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:odd\:inset-x-72:nth-child(odd) {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:odd\:inset-y-80:nth-child(odd) {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:odd\:inset-x-80:nth-child(odd) {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:odd\:inset-y-96:nth-child(odd) {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:odd\:inset-x-96:nth-child(odd) {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:odd\:inset-y-auto:nth-child(odd) {
    top: auto;
    bottom: auto;
  }

  .\32xl\:odd\:inset-x-auto:nth-child(odd) {
    right: auto;
    left: auto;
  }

  .\32xl\:odd\:inset-y-px:nth-child(odd) {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:odd\:inset-x-px:nth-child(odd) {
    right: 1px;
    left: 1px;
  }

  .\32xl\:odd\:inset-y-0\.5:nth-child(odd) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:odd\:inset-x-0\.5:nth-child(odd) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:odd\:inset-y-1\.5:nth-child(odd) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:odd\:inset-x-1\.5:nth-child(odd) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:odd\:inset-y-2\.5:nth-child(odd) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:odd\:inset-x-2\.5:nth-child(odd) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:odd\:inset-y-3\.5:nth-child(odd) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:odd\:inset-x-3\.5:nth-child(odd) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:odd\:-inset-y-0:nth-child(odd) {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:odd\:-inset-x-0:nth-child(odd) {
    right: 0px;
    left: 0px;
  }

  .\32xl\:odd\:-inset-y-1:nth-child(odd) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:odd\:-inset-x-1:nth-child(odd) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:odd\:-inset-y-2:nth-child(odd) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:odd\:-inset-x-2:nth-child(odd) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:odd\:-inset-y-3:nth-child(odd) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:odd\:-inset-x-3:nth-child(odd) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:odd\:-inset-y-4:nth-child(odd) {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:odd\:-inset-x-4:nth-child(odd) {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:odd\:-inset-y-5:nth-child(odd) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:odd\:-inset-x-5:nth-child(odd) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:odd\:-inset-y-6:nth-child(odd) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:odd\:-inset-x-6:nth-child(odd) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:odd\:-inset-y-7:nth-child(odd) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:odd\:-inset-x-7:nth-child(odd) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:odd\:-inset-y-8:nth-child(odd) {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:odd\:-inset-x-8:nth-child(odd) {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:odd\:-inset-y-9:nth-child(odd) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:odd\:-inset-x-9:nth-child(odd) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:odd\:-inset-y-10:nth-child(odd) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:odd\:-inset-x-10:nth-child(odd) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:odd\:-inset-y-11:nth-child(odd) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:odd\:-inset-x-11:nth-child(odd) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:odd\:-inset-y-12:nth-child(odd) {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:odd\:-inset-x-12:nth-child(odd) {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:odd\:-inset-y-14:nth-child(odd) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:odd\:-inset-x-14:nth-child(odd) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:odd\:-inset-y-16:nth-child(odd) {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:odd\:-inset-x-16:nth-child(odd) {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:odd\:-inset-y-20:nth-child(odd) {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:odd\:-inset-x-20:nth-child(odd) {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:odd\:-inset-y-24:nth-child(odd) {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:odd\:-inset-x-24:nth-child(odd) {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:odd\:-inset-y-28:nth-child(odd) {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:odd\:-inset-x-28:nth-child(odd) {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:odd\:-inset-y-32:nth-child(odd) {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:odd\:-inset-x-32:nth-child(odd) {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:odd\:-inset-y-36:nth-child(odd) {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:odd\:-inset-x-36:nth-child(odd) {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:odd\:-inset-y-40:nth-child(odd) {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:odd\:-inset-x-40:nth-child(odd) {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:odd\:-inset-y-44:nth-child(odd) {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:odd\:-inset-x-44:nth-child(odd) {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:odd\:-inset-y-48:nth-child(odd) {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:odd\:-inset-x-48:nth-child(odd) {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:odd\:-inset-y-52:nth-child(odd) {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:odd\:-inset-x-52:nth-child(odd) {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:odd\:-inset-y-56:nth-child(odd) {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:odd\:-inset-x-56:nth-child(odd) {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:odd\:-inset-y-60:nth-child(odd) {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:odd\:-inset-x-60:nth-child(odd) {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:odd\:-inset-y-64:nth-child(odd) {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:odd\:-inset-x-64:nth-child(odd) {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:odd\:-inset-y-72:nth-child(odd) {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:odd\:-inset-x-72:nth-child(odd) {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:odd\:-inset-y-80:nth-child(odd) {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:odd\:-inset-x-80:nth-child(odd) {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:odd\:-inset-y-96:nth-child(odd) {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:odd\:-inset-x-96:nth-child(odd) {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:odd\:-inset-y-px:nth-child(odd) {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:odd\:-inset-x-px:nth-child(odd) {
    right: -1px;
    left: -1px;
  }

  .\32xl\:odd\:-inset-y-0\.5:nth-child(odd) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:odd\:-inset-x-0\.5:nth-child(odd) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:odd\:-inset-y-1\.5:nth-child(odd) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:odd\:-inset-x-1\.5:nth-child(odd) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:odd\:-inset-y-2\.5:nth-child(odd) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:odd\:-inset-x-2\.5:nth-child(odd) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:odd\:-inset-y-3\.5:nth-child(odd) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:odd\:-inset-x-3\.5:nth-child(odd) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:odd\:inset-y-1\/2:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:odd\:inset-x-1\/2:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .\32xl\:odd\:inset-y-1\/3:nth-child(odd) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:odd\:inset-x-1\/3:nth-child(odd) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:odd\:inset-y-2\/3:nth-child(odd) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:odd\:inset-x-2\/3:nth-child(odd) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:odd\:inset-y-1\/4:nth-child(odd) {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:odd\:inset-x-1\/4:nth-child(odd) {
    right: 25%;
    left: 25%;
  }

  .\32xl\:odd\:inset-y-2\/4:nth-child(odd) {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:odd\:inset-x-2\/4:nth-child(odd) {
    right: 50%;
    left: 50%;
  }

  .\32xl\:odd\:inset-y-3\/4:nth-child(odd) {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:odd\:inset-x-3\/4:nth-child(odd) {
    right: 75%;
    left: 75%;
  }

  .\32xl\:odd\:inset-y-full:nth-child(odd) {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:odd\:inset-x-full:nth-child(odd) {
    right: 100%;
    left: 100%;
  }

  .\32xl\:odd\:-inset-y-1\/2:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:odd\:-inset-x-1\/2:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .\32xl\:odd\:-inset-y-1\/3:nth-child(odd) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:odd\:-inset-x-1\/3:nth-child(odd) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:odd\:-inset-y-2\/3:nth-child(odd) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:odd\:-inset-x-2\/3:nth-child(odd) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:odd\:-inset-y-1\/4:nth-child(odd) {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:odd\:-inset-x-1\/4:nth-child(odd) {
    right: -25%;
    left: -25%;
  }

  .\32xl\:odd\:-inset-y-2\/4:nth-child(odd) {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:odd\:-inset-x-2\/4:nth-child(odd) {
    right: -50%;
    left: -50%;
  }

  .\32xl\:odd\:-inset-y-3\/4:nth-child(odd) {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:odd\:-inset-x-3\/4:nth-child(odd) {
    right: -75%;
    left: -75%;
  }

  .\32xl\:odd\:-inset-y-full:nth-child(odd) {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:odd\:-inset-x-full:nth-child(odd) {
    right: -100%;
    left: -100%;
  }

  .\32xl\:odd\:top-0:nth-child(odd) {
    top: 0px;
  }

  .\32xl\:odd\:right-0:nth-child(odd) {
    right: 0px;
  }

  .\32xl\:odd\:bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .\32xl\:odd\:left-0:nth-child(odd) {
    left: 0px;
  }

  .\32xl\:odd\:top-1:nth-child(odd) {
    top: 0.25rem;
  }

  .\32xl\:odd\:right-1:nth-child(odd) {
    right: 0.25rem;
  }

  .\32xl\:odd\:bottom-1:nth-child(odd) {
    bottom: 0.25rem;
  }

  .\32xl\:odd\:left-1:nth-child(odd) {
    left: 0.25rem;
  }

  .\32xl\:odd\:top-2:nth-child(odd) {
    top: 0.5rem;
  }

  .\32xl\:odd\:right-2:nth-child(odd) {
    right: 0.5rem;
  }

  .\32xl\:odd\:bottom-2:nth-child(odd) {
    bottom: 0.5rem;
  }

  .\32xl\:odd\:left-2:nth-child(odd) {
    left: 0.5rem;
  }

  .\32xl\:odd\:top-3:nth-child(odd) {
    top: 0.75rem;
  }

  .\32xl\:odd\:right-3:nth-child(odd) {
    right: 0.75rem;
  }

  .\32xl\:odd\:bottom-3:nth-child(odd) {
    bottom: 0.75rem;
  }

  .\32xl\:odd\:left-3:nth-child(odd) {
    left: 0.75rem;
  }

  .\32xl\:odd\:top-4:nth-child(odd) {
    top: 1rem;
  }

  .\32xl\:odd\:right-4:nth-child(odd) {
    right: 1rem;
  }

  .\32xl\:odd\:bottom-4:nth-child(odd) {
    bottom: 1rem;
  }

  .\32xl\:odd\:left-4:nth-child(odd) {
    left: 1rem;
  }

  .\32xl\:odd\:top-5:nth-child(odd) {
    top: 1.25rem;
  }

  .\32xl\:odd\:right-5:nth-child(odd) {
    right: 1.25rem;
  }

  .\32xl\:odd\:bottom-5:nth-child(odd) {
    bottom: 1.25rem;
  }

  .\32xl\:odd\:left-5:nth-child(odd) {
    left: 1.25rem;
  }

  .\32xl\:odd\:top-6:nth-child(odd) {
    top: 1.5rem;
  }

  .\32xl\:odd\:right-6:nth-child(odd) {
    right: 1.5rem;
  }

  .\32xl\:odd\:bottom-6:nth-child(odd) {
    bottom: 1.5rem;
  }

  .\32xl\:odd\:left-6:nth-child(odd) {
    left: 1.5rem;
  }

  .\32xl\:odd\:top-7:nth-child(odd) {
    top: 1.75rem;
  }

  .\32xl\:odd\:right-7:nth-child(odd) {
    right: 1.75rem;
  }

  .\32xl\:odd\:bottom-7:nth-child(odd) {
    bottom: 1.75rem;
  }

  .\32xl\:odd\:left-7:nth-child(odd) {
    left: 1.75rem;
  }

  .\32xl\:odd\:top-8:nth-child(odd) {
    top: 2rem;
  }

  .\32xl\:odd\:right-8:nth-child(odd) {
    right: 2rem;
  }

  .\32xl\:odd\:bottom-8:nth-child(odd) {
    bottom: 2rem;
  }

  .\32xl\:odd\:left-8:nth-child(odd) {
    left: 2rem;
  }

  .\32xl\:odd\:top-9:nth-child(odd) {
    top: 2.25rem;
  }

  .\32xl\:odd\:right-9:nth-child(odd) {
    right: 2.25rem;
  }

  .\32xl\:odd\:bottom-9:nth-child(odd) {
    bottom: 2.25rem;
  }

  .\32xl\:odd\:left-9:nth-child(odd) {
    left: 2.25rem;
  }

  .\32xl\:odd\:top-10:nth-child(odd) {
    top: 2.5rem;
  }

  .\32xl\:odd\:right-10:nth-child(odd) {
    right: 2.5rem;
  }

  .\32xl\:odd\:bottom-10:nth-child(odd) {
    bottom: 2.5rem;
  }

  .\32xl\:odd\:left-10:nth-child(odd) {
    left: 2.5rem;
  }

  .\32xl\:odd\:top-11:nth-child(odd) {
    top: 2.75rem;
  }

  .\32xl\:odd\:right-11:nth-child(odd) {
    right: 2.75rem;
  }

  .\32xl\:odd\:bottom-11:nth-child(odd) {
    bottom: 2.75rem;
  }

  .\32xl\:odd\:left-11:nth-child(odd) {
    left: 2.75rem;
  }

  .\32xl\:odd\:top-12:nth-child(odd) {
    top: 3rem;
  }

  .\32xl\:odd\:right-12:nth-child(odd) {
    right: 3rem;
  }

  .\32xl\:odd\:bottom-12:nth-child(odd) {
    bottom: 3rem;
  }

  .\32xl\:odd\:left-12:nth-child(odd) {
    left: 3rem;
  }

  .\32xl\:odd\:top-14:nth-child(odd) {
    top: 3.5rem;
  }

  .\32xl\:odd\:right-14:nth-child(odd) {
    right: 3.5rem;
  }

  .\32xl\:odd\:bottom-14:nth-child(odd) {
    bottom: 3.5rem;
  }

  .\32xl\:odd\:left-14:nth-child(odd) {
    left: 3.5rem;
  }

  .\32xl\:odd\:top-16:nth-child(odd) {
    top: 4rem;
  }

  .\32xl\:odd\:right-16:nth-child(odd) {
    right: 4rem;
  }

  .\32xl\:odd\:bottom-16:nth-child(odd) {
    bottom: 4rem;
  }

  .\32xl\:odd\:left-16:nth-child(odd) {
    left: 4rem;
  }

  .\32xl\:odd\:top-20:nth-child(odd) {
    top: 5rem;
  }

  .\32xl\:odd\:right-20:nth-child(odd) {
    right: 5rem;
  }

  .\32xl\:odd\:bottom-20:nth-child(odd) {
    bottom: 5rem;
  }

  .\32xl\:odd\:left-20:nth-child(odd) {
    left: 5rem;
  }

  .\32xl\:odd\:top-24:nth-child(odd) {
    top: 6rem;
  }

  .\32xl\:odd\:right-24:nth-child(odd) {
    right: 6rem;
  }

  .\32xl\:odd\:bottom-24:nth-child(odd) {
    bottom: 6rem;
  }

  .\32xl\:odd\:left-24:nth-child(odd) {
    left: 6rem;
  }

  .\32xl\:odd\:top-28:nth-child(odd) {
    top: 7rem;
  }

  .\32xl\:odd\:right-28:nth-child(odd) {
    right: 7rem;
  }

  .\32xl\:odd\:bottom-28:nth-child(odd) {
    bottom: 7rem;
  }

  .\32xl\:odd\:left-28:nth-child(odd) {
    left: 7rem;
  }

  .\32xl\:odd\:top-32:nth-child(odd) {
    top: 8rem;
  }

  .\32xl\:odd\:right-32:nth-child(odd) {
    right: 8rem;
  }

  .\32xl\:odd\:bottom-32:nth-child(odd) {
    bottom: 8rem;
  }

  .\32xl\:odd\:left-32:nth-child(odd) {
    left: 8rem;
  }

  .\32xl\:odd\:top-36:nth-child(odd) {
    top: 9rem;
  }

  .\32xl\:odd\:right-36:nth-child(odd) {
    right: 9rem;
  }

  .\32xl\:odd\:bottom-36:nth-child(odd) {
    bottom: 9rem;
  }

  .\32xl\:odd\:left-36:nth-child(odd) {
    left: 9rem;
  }

  .\32xl\:odd\:top-40:nth-child(odd) {
    top: 10rem;
  }

  .\32xl\:odd\:right-40:nth-child(odd) {
    right: 10rem;
  }

  .\32xl\:odd\:bottom-40:nth-child(odd) {
    bottom: 10rem;
  }

  .\32xl\:odd\:left-40:nth-child(odd) {
    left: 10rem;
  }

  .\32xl\:odd\:top-44:nth-child(odd) {
    top: 11rem;
  }

  .\32xl\:odd\:right-44:nth-child(odd) {
    right: 11rem;
  }

  .\32xl\:odd\:bottom-44:nth-child(odd) {
    bottom: 11rem;
  }

  .\32xl\:odd\:left-44:nth-child(odd) {
    left: 11rem;
  }

  .\32xl\:odd\:top-48:nth-child(odd) {
    top: 12rem;
  }

  .\32xl\:odd\:right-48:nth-child(odd) {
    right: 12rem;
  }

  .\32xl\:odd\:bottom-48:nth-child(odd) {
    bottom: 12rem;
  }

  .\32xl\:odd\:left-48:nth-child(odd) {
    left: 12rem;
  }

  .\32xl\:odd\:top-52:nth-child(odd) {
    top: 13rem;
  }

  .\32xl\:odd\:right-52:nth-child(odd) {
    right: 13rem;
  }

  .\32xl\:odd\:bottom-52:nth-child(odd) {
    bottom: 13rem;
  }

  .\32xl\:odd\:left-52:nth-child(odd) {
    left: 13rem;
  }

  .\32xl\:odd\:top-56:nth-child(odd) {
    top: 14rem;
  }

  .\32xl\:odd\:right-56:nth-child(odd) {
    right: 14rem;
  }

  .\32xl\:odd\:bottom-56:nth-child(odd) {
    bottom: 14rem;
  }

  .\32xl\:odd\:left-56:nth-child(odd) {
    left: 14rem;
  }

  .\32xl\:odd\:top-60:nth-child(odd) {
    top: 15rem;
  }

  .\32xl\:odd\:right-60:nth-child(odd) {
    right: 15rem;
  }

  .\32xl\:odd\:bottom-60:nth-child(odd) {
    bottom: 15rem;
  }

  .\32xl\:odd\:left-60:nth-child(odd) {
    left: 15rem;
  }

  .\32xl\:odd\:top-64:nth-child(odd) {
    top: 16rem;
  }

  .\32xl\:odd\:right-64:nth-child(odd) {
    right: 16rem;
  }

  .\32xl\:odd\:bottom-64:nth-child(odd) {
    bottom: 16rem;
  }

  .\32xl\:odd\:left-64:nth-child(odd) {
    left: 16rem;
  }

  .\32xl\:odd\:top-72:nth-child(odd) {
    top: 18rem;
  }

  .\32xl\:odd\:right-72:nth-child(odd) {
    right: 18rem;
  }

  .\32xl\:odd\:bottom-72:nth-child(odd) {
    bottom: 18rem;
  }

  .\32xl\:odd\:left-72:nth-child(odd) {
    left: 18rem;
  }

  .\32xl\:odd\:top-80:nth-child(odd) {
    top: 20rem;
  }

  .\32xl\:odd\:right-80:nth-child(odd) {
    right: 20rem;
  }

  .\32xl\:odd\:bottom-80:nth-child(odd) {
    bottom: 20rem;
  }

  .\32xl\:odd\:left-80:nth-child(odd) {
    left: 20rem;
  }

  .\32xl\:odd\:top-96:nth-child(odd) {
    top: 24rem;
  }

  .\32xl\:odd\:right-96:nth-child(odd) {
    right: 24rem;
  }

  .\32xl\:odd\:bottom-96:nth-child(odd) {
    bottom: 24rem;
  }

  .\32xl\:odd\:left-96:nth-child(odd) {
    left: 24rem;
  }

  .\32xl\:odd\:top-auto:nth-child(odd) {
    top: auto;
  }

  .\32xl\:odd\:right-auto:nth-child(odd) {
    right: auto;
  }

  .\32xl\:odd\:bottom-auto:nth-child(odd) {
    bottom: auto;
  }

  .\32xl\:odd\:left-auto:nth-child(odd) {
    left: auto;
  }

  .\32xl\:odd\:top-px:nth-child(odd) {
    top: 1px;
  }

  .\32xl\:odd\:right-px:nth-child(odd) {
    right: 1px;
  }

  .\32xl\:odd\:bottom-px:nth-child(odd) {
    bottom: 1px;
  }

  .\32xl\:odd\:left-px:nth-child(odd) {
    left: 1px;
  }

  .\32xl\:odd\:top-0\.5:nth-child(odd) {
    top: 0.125rem;
  }

  .\32xl\:odd\:right-0\.5:nth-child(odd) {
    right: 0.125rem;
  }

  .\32xl\:odd\:bottom-0\.5:nth-child(odd) {
    bottom: 0.125rem;
  }

  .\32xl\:odd\:left-0\.5:nth-child(odd) {
    left: 0.125rem;
  }

  .\32xl\:odd\:top-1\.5:nth-child(odd) {
    top: 0.375rem;
  }

  .\32xl\:odd\:right-1\.5:nth-child(odd) {
    right: 0.375rem;
  }

  .\32xl\:odd\:bottom-1\.5:nth-child(odd) {
    bottom: 0.375rem;
  }

  .\32xl\:odd\:left-1\.5:nth-child(odd) {
    left: 0.375rem;
  }

  .\32xl\:odd\:top-2\.5:nth-child(odd) {
    top: 0.625rem;
  }

  .\32xl\:odd\:right-2\.5:nth-child(odd) {
    right: 0.625rem;
  }

  .\32xl\:odd\:bottom-2\.5:nth-child(odd) {
    bottom: 0.625rem;
  }

  .\32xl\:odd\:left-2\.5:nth-child(odd) {
    left: 0.625rem;
  }

  .\32xl\:odd\:top-3\.5:nth-child(odd) {
    top: 0.875rem;
  }

  .\32xl\:odd\:right-3\.5:nth-child(odd) {
    right: 0.875rem;
  }

  .\32xl\:odd\:bottom-3\.5:nth-child(odd) {
    bottom: 0.875rem;
  }

  .\32xl\:odd\:left-3\.5:nth-child(odd) {
    left: 0.875rem;
  }

  .\32xl\:odd\:-top-0:nth-child(odd) {
    top: 0px;
  }

  .\32xl\:odd\:-right-0:nth-child(odd) {
    right: 0px;
  }

  .\32xl\:odd\:-bottom-0:nth-child(odd) {
    bottom: 0px;
  }

  .\32xl\:odd\:-left-0:nth-child(odd) {
    left: 0px;
  }

  .\32xl\:odd\:-top-1:nth-child(odd) {
    top: -0.25rem;
  }

  .\32xl\:odd\:-right-1:nth-child(odd) {
    right: -0.25rem;
  }

  .\32xl\:odd\:-bottom-1:nth-child(odd) {
    bottom: -0.25rem;
  }

  .\32xl\:odd\:-left-1:nth-child(odd) {
    left: -0.25rem;
  }

  .\32xl\:odd\:-top-2:nth-child(odd) {
    top: -0.5rem;
  }

  .\32xl\:odd\:-right-2:nth-child(odd) {
    right: -0.5rem;
  }

  .\32xl\:odd\:-bottom-2:nth-child(odd) {
    bottom: -0.5rem;
  }

  .\32xl\:odd\:-left-2:nth-child(odd) {
    left: -0.5rem;
  }

  .\32xl\:odd\:-top-3:nth-child(odd) {
    top: -0.75rem;
  }

  .\32xl\:odd\:-right-3:nth-child(odd) {
    right: -0.75rem;
  }

  .\32xl\:odd\:-bottom-3:nth-child(odd) {
    bottom: -0.75rem;
  }

  .\32xl\:odd\:-left-3:nth-child(odd) {
    left: -0.75rem;
  }

  .\32xl\:odd\:-top-4:nth-child(odd) {
    top: -1rem;
  }

  .\32xl\:odd\:-right-4:nth-child(odd) {
    right: -1rem;
  }

  .\32xl\:odd\:-bottom-4:nth-child(odd) {
    bottom: -1rem;
  }

  .\32xl\:odd\:-left-4:nth-child(odd) {
    left: -1rem;
  }

  .\32xl\:odd\:-top-5:nth-child(odd) {
    top: -1.25rem;
  }

  .\32xl\:odd\:-right-5:nth-child(odd) {
    right: -1.25rem;
  }

  .\32xl\:odd\:-bottom-5:nth-child(odd) {
    bottom: -1.25rem;
  }

  .\32xl\:odd\:-left-5:nth-child(odd) {
    left: -1.25rem;
  }

  .\32xl\:odd\:-top-6:nth-child(odd) {
    top: -1.5rem;
  }

  .\32xl\:odd\:-right-6:nth-child(odd) {
    right: -1.5rem;
  }

  .\32xl\:odd\:-bottom-6:nth-child(odd) {
    bottom: -1.5rem;
  }

  .\32xl\:odd\:-left-6:nth-child(odd) {
    left: -1.5rem;
  }

  .\32xl\:odd\:-top-7:nth-child(odd) {
    top: -1.75rem;
  }

  .\32xl\:odd\:-right-7:nth-child(odd) {
    right: -1.75rem;
  }

  .\32xl\:odd\:-bottom-7:nth-child(odd) {
    bottom: -1.75rem;
  }

  .\32xl\:odd\:-left-7:nth-child(odd) {
    left: -1.75rem;
  }

  .\32xl\:odd\:-top-8:nth-child(odd) {
    top: -2rem;
  }

  .\32xl\:odd\:-right-8:nth-child(odd) {
    right: -2rem;
  }

  .\32xl\:odd\:-bottom-8:nth-child(odd) {
    bottom: -2rem;
  }

  .\32xl\:odd\:-left-8:nth-child(odd) {
    left: -2rem;
  }

  .\32xl\:odd\:-top-9:nth-child(odd) {
    top: -2.25rem;
  }

  .\32xl\:odd\:-right-9:nth-child(odd) {
    right: -2.25rem;
  }

  .\32xl\:odd\:-bottom-9:nth-child(odd) {
    bottom: -2.25rem;
  }

  .\32xl\:odd\:-left-9:nth-child(odd) {
    left: -2.25rem;
  }

  .\32xl\:odd\:-top-10:nth-child(odd) {
    top: -2.5rem;
  }

  .\32xl\:odd\:-right-10:nth-child(odd) {
    right: -2.5rem;
  }

  .\32xl\:odd\:-bottom-10:nth-child(odd) {
    bottom: -2.5rem;
  }

  .\32xl\:odd\:-left-10:nth-child(odd) {
    left: -2.5rem;
  }

  .\32xl\:odd\:-top-11:nth-child(odd) {
    top: -2.75rem;
  }

  .\32xl\:odd\:-right-11:nth-child(odd) {
    right: -2.75rem;
  }

  .\32xl\:odd\:-bottom-11:nth-child(odd) {
    bottom: -2.75rem;
  }

  .\32xl\:odd\:-left-11:nth-child(odd) {
    left: -2.75rem;
  }

  .\32xl\:odd\:-top-12:nth-child(odd) {
    top: -3rem;
  }

  .\32xl\:odd\:-right-12:nth-child(odd) {
    right: -3rem;
  }

  .\32xl\:odd\:-bottom-12:nth-child(odd) {
    bottom: -3rem;
  }

  .\32xl\:odd\:-left-12:nth-child(odd) {
    left: -3rem;
  }

  .\32xl\:odd\:-top-14:nth-child(odd) {
    top: -3.5rem;
  }

  .\32xl\:odd\:-right-14:nth-child(odd) {
    right: -3.5rem;
  }

  .\32xl\:odd\:-bottom-14:nth-child(odd) {
    bottom: -3.5rem;
  }

  .\32xl\:odd\:-left-14:nth-child(odd) {
    left: -3.5rem;
  }

  .\32xl\:odd\:-top-16:nth-child(odd) {
    top: -4rem;
  }

  .\32xl\:odd\:-right-16:nth-child(odd) {
    right: -4rem;
  }

  .\32xl\:odd\:-bottom-16:nth-child(odd) {
    bottom: -4rem;
  }

  .\32xl\:odd\:-left-16:nth-child(odd) {
    left: -4rem;
  }

  .\32xl\:odd\:-top-20:nth-child(odd) {
    top: -5rem;
  }

  .\32xl\:odd\:-right-20:nth-child(odd) {
    right: -5rem;
  }

  .\32xl\:odd\:-bottom-20:nth-child(odd) {
    bottom: -5rem;
  }

  .\32xl\:odd\:-left-20:nth-child(odd) {
    left: -5rem;
  }

  .\32xl\:odd\:-top-24:nth-child(odd) {
    top: -6rem;
  }

  .\32xl\:odd\:-right-24:nth-child(odd) {
    right: -6rem;
  }

  .\32xl\:odd\:-bottom-24:nth-child(odd) {
    bottom: -6rem;
  }

  .\32xl\:odd\:-left-24:nth-child(odd) {
    left: -6rem;
  }

  .\32xl\:odd\:-top-28:nth-child(odd) {
    top: -7rem;
  }

  .\32xl\:odd\:-right-28:nth-child(odd) {
    right: -7rem;
  }

  .\32xl\:odd\:-bottom-28:nth-child(odd) {
    bottom: -7rem;
  }

  .\32xl\:odd\:-left-28:nth-child(odd) {
    left: -7rem;
  }

  .\32xl\:odd\:-top-32:nth-child(odd) {
    top: -8rem;
  }

  .\32xl\:odd\:-right-32:nth-child(odd) {
    right: -8rem;
  }

  .\32xl\:odd\:-bottom-32:nth-child(odd) {
    bottom: -8rem;
  }

  .\32xl\:odd\:-left-32:nth-child(odd) {
    left: -8rem;
  }

  .\32xl\:odd\:-top-36:nth-child(odd) {
    top: -9rem;
  }

  .\32xl\:odd\:-right-36:nth-child(odd) {
    right: -9rem;
  }

  .\32xl\:odd\:-bottom-36:nth-child(odd) {
    bottom: -9rem;
  }

  .\32xl\:odd\:-left-36:nth-child(odd) {
    left: -9rem;
  }

  .\32xl\:odd\:-top-40:nth-child(odd) {
    top: -10rem;
  }

  .\32xl\:odd\:-right-40:nth-child(odd) {
    right: -10rem;
  }

  .\32xl\:odd\:-bottom-40:nth-child(odd) {
    bottom: -10rem;
  }

  .\32xl\:odd\:-left-40:nth-child(odd) {
    left: -10rem;
  }

  .\32xl\:odd\:-top-44:nth-child(odd) {
    top: -11rem;
  }

  .\32xl\:odd\:-right-44:nth-child(odd) {
    right: -11rem;
  }

  .\32xl\:odd\:-bottom-44:nth-child(odd) {
    bottom: -11rem;
  }

  .\32xl\:odd\:-left-44:nth-child(odd) {
    left: -11rem;
  }

  .\32xl\:odd\:-top-48:nth-child(odd) {
    top: -12rem;
  }

  .\32xl\:odd\:-right-48:nth-child(odd) {
    right: -12rem;
  }

  .\32xl\:odd\:-bottom-48:nth-child(odd) {
    bottom: -12rem;
  }

  .\32xl\:odd\:-left-48:nth-child(odd) {
    left: -12rem;
  }

  .\32xl\:odd\:-top-52:nth-child(odd) {
    top: -13rem;
  }

  .\32xl\:odd\:-right-52:nth-child(odd) {
    right: -13rem;
  }

  .\32xl\:odd\:-bottom-52:nth-child(odd) {
    bottom: -13rem;
  }

  .\32xl\:odd\:-left-52:nth-child(odd) {
    left: -13rem;
  }

  .\32xl\:odd\:-top-56:nth-child(odd) {
    top: -14rem;
  }

  .\32xl\:odd\:-right-56:nth-child(odd) {
    right: -14rem;
  }

  .\32xl\:odd\:-bottom-56:nth-child(odd) {
    bottom: -14rem;
  }

  .\32xl\:odd\:-left-56:nth-child(odd) {
    left: -14rem;
  }

  .\32xl\:odd\:-top-60:nth-child(odd) {
    top: -15rem;
  }

  .\32xl\:odd\:-right-60:nth-child(odd) {
    right: -15rem;
  }

  .\32xl\:odd\:-bottom-60:nth-child(odd) {
    bottom: -15rem;
  }

  .\32xl\:odd\:-left-60:nth-child(odd) {
    left: -15rem;
  }

  .\32xl\:odd\:-top-64:nth-child(odd) {
    top: -16rem;
  }

  .\32xl\:odd\:-right-64:nth-child(odd) {
    right: -16rem;
  }

  .\32xl\:odd\:-bottom-64:nth-child(odd) {
    bottom: -16rem;
  }

  .\32xl\:odd\:-left-64:nth-child(odd) {
    left: -16rem;
  }

  .\32xl\:odd\:-top-72:nth-child(odd) {
    top: -18rem;
  }

  .\32xl\:odd\:-right-72:nth-child(odd) {
    right: -18rem;
  }

  .\32xl\:odd\:-bottom-72:nth-child(odd) {
    bottom: -18rem;
  }

  .\32xl\:odd\:-left-72:nth-child(odd) {
    left: -18rem;
  }

  .\32xl\:odd\:-top-80:nth-child(odd) {
    top: -20rem;
  }

  .\32xl\:odd\:-right-80:nth-child(odd) {
    right: -20rem;
  }

  .\32xl\:odd\:-bottom-80:nth-child(odd) {
    bottom: -20rem;
  }

  .\32xl\:odd\:-left-80:nth-child(odd) {
    left: -20rem;
  }

  .\32xl\:odd\:-top-96:nth-child(odd) {
    top: -24rem;
  }

  .\32xl\:odd\:-right-96:nth-child(odd) {
    right: -24rem;
  }

  .\32xl\:odd\:-bottom-96:nth-child(odd) {
    bottom: -24rem;
  }

  .\32xl\:odd\:-left-96:nth-child(odd) {
    left: -24rem;
  }

  .\32xl\:odd\:-top-px:nth-child(odd) {
    top: -1px;
  }

  .\32xl\:odd\:-right-px:nth-child(odd) {
    right: -1px;
  }

  .\32xl\:odd\:-bottom-px:nth-child(odd) {
    bottom: -1px;
  }

  .\32xl\:odd\:-left-px:nth-child(odd) {
    left: -1px;
  }

  .\32xl\:odd\:-top-0\.5:nth-child(odd) {
    top: -0.125rem;
  }

  .\32xl\:odd\:-right-0\.5:nth-child(odd) {
    right: -0.125rem;
  }

  .\32xl\:odd\:-bottom-0\.5:nth-child(odd) {
    bottom: -0.125rem;
  }

  .\32xl\:odd\:-left-0\.5:nth-child(odd) {
    left: -0.125rem;
  }

  .\32xl\:odd\:-top-1\.5:nth-child(odd) {
    top: -0.375rem;
  }

  .\32xl\:odd\:-right-1\.5:nth-child(odd) {
    right: -0.375rem;
  }

  .\32xl\:odd\:-bottom-1\.5:nth-child(odd) {
    bottom: -0.375rem;
  }

  .\32xl\:odd\:-left-1\.5:nth-child(odd) {
    left: -0.375rem;
  }

  .\32xl\:odd\:-top-2\.5:nth-child(odd) {
    top: -0.625rem;
  }

  .\32xl\:odd\:-right-2\.5:nth-child(odd) {
    right: -0.625rem;
  }

  .\32xl\:odd\:-bottom-2\.5:nth-child(odd) {
    bottom: -0.625rem;
  }

  .\32xl\:odd\:-left-2\.5:nth-child(odd) {
    left: -0.625rem;
  }

  .\32xl\:odd\:-top-3\.5:nth-child(odd) {
    top: -0.875rem;
  }

  .\32xl\:odd\:-right-3\.5:nth-child(odd) {
    right: -0.875rem;
  }

  .\32xl\:odd\:-bottom-3\.5:nth-child(odd) {
    bottom: -0.875rem;
  }

  .\32xl\:odd\:-left-3\.5:nth-child(odd) {
    left: -0.875rem;
  }

  .\32xl\:odd\:top-1\/2:nth-child(odd) {
    top: 50%;
  }

  .\32xl\:odd\:right-1\/2:nth-child(odd) {
    right: 50%;
  }

  .\32xl\:odd\:bottom-1\/2:nth-child(odd) {
    bottom: 50%;
  }

  .\32xl\:odd\:left-1\/2:nth-child(odd) {
    left: 50%;
  }

  .\32xl\:odd\:top-1\/3:nth-child(odd) {
    top: 33.333333%;
  }

  .\32xl\:odd\:right-1\/3:nth-child(odd) {
    right: 33.333333%;
  }

  .\32xl\:odd\:bottom-1\/3:nth-child(odd) {
    bottom: 33.333333%;
  }

  .\32xl\:odd\:left-1\/3:nth-child(odd) {
    left: 33.333333%;
  }

  .\32xl\:odd\:top-2\/3:nth-child(odd) {
    top: 66.666667%;
  }

  .\32xl\:odd\:right-2\/3:nth-child(odd) {
    right: 66.666667%;
  }

  .\32xl\:odd\:bottom-2\/3:nth-child(odd) {
    bottom: 66.666667%;
  }

  .\32xl\:odd\:left-2\/3:nth-child(odd) {
    left: 66.666667%;
  }

  .\32xl\:odd\:top-1\/4:nth-child(odd) {
    top: 25%;
  }

  .\32xl\:odd\:right-1\/4:nth-child(odd) {
    right: 25%;
  }

  .\32xl\:odd\:bottom-1\/4:nth-child(odd) {
    bottom: 25%;
  }

  .\32xl\:odd\:left-1\/4:nth-child(odd) {
    left: 25%;
  }

  .\32xl\:odd\:top-2\/4:nth-child(odd) {
    top: 50%;
  }

  .\32xl\:odd\:right-2\/4:nth-child(odd) {
    right: 50%;
  }

  .\32xl\:odd\:bottom-2\/4:nth-child(odd) {
    bottom: 50%;
  }

  .\32xl\:odd\:left-2\/4:nth-child(odd) {
    left: 50%;
  }

  .\32xl\:odd\:top-3\/4:nth-child(odd) {
    top: 75%;
  }

  .\32xl\:odd\:right-3\/4:nth-child(odd) {
    right: 75%;
  }

  .\32xl\:odd\:bottom-3\/4:nth-child(odd) {
    bottom: 75%;
  }

  .\32xl\:odd\:left-3\/4:nth-child(odd) {
    left: 75%;
  }

  .\32xl\:odd\:top-full:nth-child(odd) {
    top: 100%;
  }

  .\32xl\:odd\:right-full:nth-child(odd) {
    right: 100%;
  }

  .\32xl\:odd\:bottom-full:nth-child(odd) {
    bottom: 100%;
  }

  .\32xl\:odd\:left-full:nth-child(odd) {
    left: 100%;
  }

  .\32xl\:odd\:-top-1\/2:nth-child(odd) {
    top: -50%;
  }

  .\32xl\:odd\:-right-1\/2:nth-child(odd) {
    right: -50%;
  }

  .\32xl\:odd\:-bottom-1\/2:nth-child(odd) {
    bottom: -50%;
  }

  .\32xl\:odd\:-left-1\/2:nth-child(odd) {
    left: -50%;
  }

  .\32xl\:odd\:-top-1\/3:nth-child(odd) {
    top: -33.333333%;
  }

  .\32xl\:odd\:-right-1\/3:nth-child(odd) {
    right: -33.333333%;
  }

  .\32xl\:odd\:-bottom-1\/3:nth-child(odd) {
    bottom: -33.333333%;
  }

  .\32xl\:odd\:-left-1\/3:nth-child(odd) {
    left: -33.333333%;
  }

  .\32xl\:odd\:-top-2\/3:nth-child(odd) {
    top: -66.666667%;
  }

  .\32xl\:odd\:-right-2\/3:nth-child(odd) {
    right: -66.666667%;
  }

  .\32xl\:odd\:-bottom-2\/3:nth-child(odd) {
    bottom: -66.666667%;
  }

  .\32xl\:odd\:-left-2\/3:nth-child(odd) {
    left: -66.666667%;
  }

  .\32xl\:odd\:-top-1\/4:nth-child(odd) {
    top: -25%;
  }

  .\32xl\:odd\:-right-1\/4:nth-child(odd) {
    right: -25%;
  }

  .\32xl\:odd\:-bottom-1\/4:nth-child(odd) {
    bottom: -25%;
  }

  .\32xl\:odd\:-left-1\/4:nth-child(odd) {
    left: -25%;
  }

  .\32xl\:odd\:-top-2\/4:nth-child(odd) {
    top: -50%;
  }

  .\32xl\:odd\:-right-2\/4:nth-child(odd) {
    right: -50%;
  }

  .\32xl\:odd\:-bottom-2\/4:nth-child(odd) {
    bottom: -50%;
  }

  .\32xl\:odd\:-left-2\/4:nth-child(odd) {
    left: -50%;
  }

  .\32xl\:odd\:-top-3\/4:nth-child(odd) {
    top: -75%;
  }

  .\32xl\:odd\:-right-3\/4:nth-child(odd) {
    right: -75%;
  }

  .\32xl\:odd\:-bottom-3\/4:nth-child(odd) {
    bottom: -75%;
  }

  .\32xl\:odd\:-left-3\/4:nth-child(odd) {
    left: -75%;
  }

  .\32xl\:odd\:-top-full:nth-child(odd) {
    top: -100%;
  }

  .\32xl\:odd\:-right-full:nth-child(odd) {
    right: -100%;
  }

  .\32xl\:odd\:-bottom-full:nth-child(odd) {
    bottom: -100%;
  }

  .\32xl\:odd\:-left-full:nth-child(odd) {
    left: -100%;
  }

  .\32xl\:even\:inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:even\:inset-1:nth-child(even) {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:even\:inset-2:nth-child(even) {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:even\:inset-3:nth-child(even) {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:even\:inset-4:nth-child(even) {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:even\:inset-5:nth-child(even) {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:even\:inset-6:nth-child(even) {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:even\:inset-7:nth-child(even) {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:even\:inset-8:nth-child(even) {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:even\:inset-9:nth-child(even) {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:even\:inset-10:nth-child(even) {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:even\:inset-11:nth-child(even) {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:even\:inset-12:nth-child(even) {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:even\:inset-14:nth-child(even) {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:even\:inset-16:nth-child(even) {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:even\:inset-20:nth-child(even) {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:even\:inset-24:nth-child(even) {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:even\:inset-28:nth-child(even) {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:even\:inset-32:nth-child(even) {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:even\:inset-36:nth-child(even) {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:even\:inset-40:nth-child(even) {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:even\:inset-44:nth-child(even) {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:even\:inset-48:nth-child(even) {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:even\:inset-52:nth-child(even) {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:even\:inset-56:nth-child(even) {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:even\:inset-60:nth-child(even) {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:even\:inset-64:nth-child(even) {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:even\:inset-72:nth-child(even) {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:even\:inset-80:nth-child(even) {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:even\:inset-96:nth-child(even) {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:even\:inset-auto:nth-child(even) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:even\:inset-px:nth-child(even) {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:even\:inset-0\.5:nth-child(even) {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:even\:inset-1\.5:nth-child(even) {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:even\:inset-2\.5:nth-child(even) {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:even\:inset-3\.5:nth-child(even) {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:even\:-inset-0:nth-child(even) {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:even\:-inset-1:nth-child(even) {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:even\:-inset-2:nth-child(even) {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:even\:-inset-3:nth-child(even) {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:even\:-inset-4:nth-child(even) {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:even\:-inset-5:nth-child(even) {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:even\:-inset-6:nth-child(even) {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:even\:-inset-7:nth-child(even) {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:even\:-inset-8:nth-child(even) {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:even\:-inset-9:nth-child(even) {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:even\:-inset-10:nth-child(even) {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:even\:-inset-11:nth-child(even) {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:even\:-inset-12:nth-child(even) {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:even\:-inset-14:nth-child(even) {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:even\:-inset-16:nth-child(even) {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:even\:-inset-20:nth-child(even) {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:even\:-inset-24:nth-child(even) {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:even\:-inset-28:nth-child(even) {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:even\:-inset-32:nth-child(even) {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:even\:-inset-36:nth-child(even) {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:even\:-inset-40:nth-child(even) {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:even\:-inset-44:nth-child(even) {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:even\:-inset-48:nth-child(even) {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:even\:-inset-52:nth-child(even) {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:even\:-inset-56:nth-child(even) {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:even\:-inset-60:nth-child(even) {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:even\:-inset-64:nth-child(even) {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:even\:-inset-72:nth-child(even) {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:even\:-inset-80:nth-child(even) {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:even\:-inset-96:nth-child(even) {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:even\:-inset-px:nth-child(even) {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:even\:-inset-0\.5:nth-child(even) {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:even\:-inset-1\.5:nth-child(even) {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:even\:-inset-2\.5:nth-child(even) {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:even\:-inset-3\.5:nth-child(even) {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:even\:inset-1\/2:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:even\:inset-1\/3:nth-child(even) {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:even\:inset-2\/3:nth-child(even) {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:even\:inset-1\/4:nth-child(even) {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:even\:inset-2\/4:nth-child(even) {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:even\:inset-3\/4:nth-child(even) {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:even\:inset-full:nth-child(even) {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:even\:-inset-1\/2:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:even\:-inset-1\/3:nth-child(even) {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:even\:-inset-2\/3:nth-child(even) {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:even\:-inset-1\/4:nth-child(even) {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:even\:-inset-2\/4:nth-child(even) {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:even\:-inset-3\/4:nth-child(even) {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:even\:-inset-full:nth-child(even) {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:even\:inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:even\:inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .\32xl\:even\:inset-y-1:nth-child(even) {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:even\:inset-x-1:nth-child(even) {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:even\:inset-y-2:nth-child(even) {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:even\:inset-x-2:nth-child(even) {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:even\:inset-y-3:nth-child(even) {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:even\:inset-x-3:nth-child(even) {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:even\:inset-y-4:nth-child(even) {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:even\:inset-x-4:nth-child(even) {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:even\:inset-y-5:nth-child(even) {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:even\:inset-x-5:nth-child(even) {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:even\:inset-y-6:nth-child(even) {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:even\:inset-x-6:nth-child(even) {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:even\:inset-y-7:nth-child(even) {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:even\:inset-x-7:nth-child(even) {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:even\:inset-y-8:nth-child(even) {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:even\:inset-x-8:nth-child(even) {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:even\:inset-y-9:nth-child(even) {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:even\:inset-x-9:nth-child(even) {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:even\:inset-y-10:nth-child(even) {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:even\:inset-x-10:nth-child(even) {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:even\:inset-y-11:nth-child(even) {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:even\:inset-x-11:nth-child(even) {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:even\:inset-y-12:nth-child(even) {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:even\:inset-x-12:nth-child(even) {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:even\:inset-y-14:nth-child(even) {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:even\:inset-x-14:nth-child(even) {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:even\:inset-y-16:nth-child(even) {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:even\:inset-x-16:nth-child(even) {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:even\:inset-y-20:nth-child(even) {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:even\:inset-x-20:nth-child(even) {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:even\:inset-y-24:nth-child(even) {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:even\:inset-x-24:nth-child(even) {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:even\:inset-y-28:nth-child(even) {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:even\:inset-x-28:nth-child(even) {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:even\:inset-y-32:nth-child(even) {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:even\:inset-x-32:nth-child(even) {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:even\:inset-y-36:nth-child(even) {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:even\:inset-x-36:nth-child(even) {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:even\:inset-y-40:nth-child(even) {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:even\:inset-x-40:nth-child(even) {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:even\:inset-y-44:nth-child(even) {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:even\:inset-x-44:nth-child(even) {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:even\:inset-y-48:nth-child(even) {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:even\:inset-x-48:nth-child(even) {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:even\:inset-y-52:nth-child(even) {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:even\:inset-x-52:nth-child(even) {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:even\:inset-y-56:nth-child(even) {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:even\:inset-x-56:nth-child(even) {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:even\:inset-y-60:nth-child(even) {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:even\:inset-x-60:nth-child(even) {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:even\:inset-y-64:nth-child(even) {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:even\:inset-x-64:nth-child(even) {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:even\:inset-y-72:nth-child(even) {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:even\:inset-x-72:nth-child(even) {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:even\:inset-y-80:nth-child(even) {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:even\:inset-x-80:nth-child(even) {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:even\:inset-y-96:nth-child(even) {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:even\:inset-x-96:nth-child(even) {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:even\:inset-y-auto:nth-child(even) {
    top: auto;
    bottom: auto;
  }

  .\32xl\:even\:inset-x-auto:nth-child(even) {
    right: auto;
    left: auto;
  }

  .\32xl\:even\:inset-y-px:nth-child(even) {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:even\:inset-x-px:nth-child(even) {
    right: 1px;
    left: 1px;
  }

  .\32xl\:even\:inset-y-0\.5:nth-child(even) {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:even\:inset-x-0\.5:nth-child(even) {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:even\:inset-y-1\.5:nth-child(even) {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:even\:inset-x-1\.5:nth-child(even) {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:even\:inset-y-2\.5:nth-child(even) {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:even\:inset-x-2\.5:nth-child(even) {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:even\:inset-y-3\.5:nth-child(even) {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:even\:inset-x-3\.5:nth-child(even) {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:even\:-inset-y-0:nth-child(even) {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:even\:-inset-x-0:nth-child(even) {
    right: 0px;
    left: 0px;
  }

  .\32xl\:even\:-inset-y-1:nth-child(even) {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:even\:-inset-x-1:nth-child(even) {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:even\:-inset-y-2:nth-child(even) {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:even\:-inset-x-2:nth-child(even) {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:even\:-inset-y-3:nth-child(even) {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:even\:-inset-x-3:nth-child(even) {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:even\:-inset-y-4:nth-child(even) {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:even\:-inset-x-4:nth-child(even) {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:even\:-inset-y-5:nth-child(even) {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:even\:-inset-x-5:nth-child(even) {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:even\:-inset-y-6:nth-child(even) {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:even\:-inset-x-6:nth-child(even) {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:even\:-inset-y-7:nth-child(even) {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:even\:-inset-x-7:nth-child(even) {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:even\:-inset-y-8:nth-child(even) {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:even\:-inset-x-8:nth-child(even) {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:even\:-inset-y-9:nth-child(even) {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:even\:-inset-x-9:nth-child(even) {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:even\:-inset-y-10:nth-child(even) {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:even\:-inset-x-10:nth-child(even) {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:even\:-inset-y-11:nth-child(even) {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:even\:-inset-x-11:nth-child(even) {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:even\:-inset-y-12:nth-child(even) {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:even\:-inset-x-12:nth-child(even) {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:even\:-inset-y-14:nth-child(even) {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:even\:-inset-x-14:nth-child(even) {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:even\:-inset-y-16:nth-child(even) {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:even\:-inset-x-16:nth-child(even) {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:even\:-inset-y-20:nth-child(even) {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:even\:-inset-x-20:nth-child(even) {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:even\:-inset-y-24:nth-child(even) {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:even\:-inset-x-24:nth-child(even) {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:even\:-inset-y-28:nth-child(even) {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:even\:-inset-x-28:nth-child(even) {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:even\:-inset-y-32:nth-child(even) {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:even\:-inset-x-32:nth-child(even) {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:even\:-inset-y-36:nth-child(even) {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:even\:-inset-x-36:nth-child(even) {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:even\:-inset-y-40:nth-child(even) {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:even\:-inset-x-40:nth-child(even) {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:even\:-inset-y-44:nth-child(even) {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:even\:-inset-x-44:nth-child(even) {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:even\:-inset-y-48:nth-child(even) {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:even\:-inset-x-48:nth-child(even) {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:even\:-inset-y-52:nth-child(even) {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:even\:-inset-x-52:nth-child(even) {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:even\:-inset-y-56:nth-child(even) {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:even\:-inset-x-56:nth-child(even) {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:even\:-inset-y-60:nth-child(even) {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:even\:-inset-x-60:nth-child(even) {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:even\:-inset-y-64:nth-child(even) {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:even\:-inset-x-64:nth-child(even) {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:even\:-inset-y-72:nth-child(even) {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:even\:-inset-x-72:nth-child(even) {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:even\:-inset-y-80:nth-child(even) {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:even\:-inset-x-80:nth-child(even) {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:even\:-inset-y-96:nth-child(even) {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:even\:-inset-x-96:nth-child(even) {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:even\:-inset-y-px:nth-child(even) {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:even\:-inset-x-px:nth-child(even) {
    right: -1px;
    left: -1px;
  }

  .\32xl\:even\:-inset-y-0\.5:nth-child(even) {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:even\:-inset-x-0\.5:nth-child(even) {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:even\:-inset-y-1\.5:nth-child(even) {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:even\:-inset-x-1\.5:nth-child(even) {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:even\:-inset-y-2\.5:nth-child(even) {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:even\:-inset-x-2\.5:nth-child(even) {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:even\:-inset-y-3\.5:nth-child(even) {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:even\:-inset-x-3\.5:nth-child(even) {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:even\:inset-y-1\/2:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:even\:inset-x-1\/2:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .\32xl\:even\:inset-y-1\/3:nth-child(even) {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:even\:inset-x-1\/3:nth-child(even) {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:even\:inset-y-2\/3:nth-child(even) {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:even\:inset-x-2\/3:nth-child(even) {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:even\:inset-y-1\/4:nth-child(even) {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:even\:inset-x-1\/4:nth-child(even) {
    right: 25%;
    left: 25%;
  }

  .\32xl\:even\:inset-y-2\/4:nth-child(even) {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:even\:inset-x-2\/4:nth-child(even) {
    right: 50%;
    left: 50%;
  }

  .\32xl\:even\:inset-y-3\/4:nth-child(even) {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:even\:inset-x-3\/4:nth-child(even) {
    right: 75%;
    left: 75%;
  }

  .\32xl\:even\:inset-y-full:nth-child(even) {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:even\:inset-x-full:nth-child(even) {
    right: 100%;
    left: 100%;
  }

  .\32xl\:even\:-inset-y-1\/2:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:even\:-inset-x-1\/2:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .\32xl\:even\:-inset-y-1\/3:nth-child(even) {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:even\:-inset-x-1\/3:nth-child(even) {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:even\:-inset-y-2\/3:nth-child(even) {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:even\:-inset-x-2\/3:nth-child(even) {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:even\:-inset-y-1\/4:nth-child(even) {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:even\:-inset-x-1\/4:nth-child(even) {
    right: -25%;
    left: -25%;
  }

  .\32xl\:even\:-inset-y-2\/4:nth-child(even) {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:even\:-inset-x-2\/4:nth-child(even) {
    right: -50%;
    left: -50%;
  }

  .\32xl\:even\:-inset-y-3\/4:nth-child(even) {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:even\:-inset-x-3\/4:nth-child(even) {
    right: -75%;
    left: -75%;
  }

  .\32xl\:even\:-inset-y-full:nth-child(even) {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:even\:-inset-x-full:nth-child(even) {
    right: -100%;
    left: -100%;
  }

  .\32xl\:even\:top-0:nth-child(even) {
    top: 0px;
  }

  .\32xl\:even\:right-0:nth-child(even) {
    right: 0px;
  }

  .\32xl\:even\:bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .\32xl\:even\:left-0:nth-child(even) {
    left: 0px;
  }

  .\32xl\:even\:top-1:nth-child(even) {
    top: 0.25rem;
  }

  .\32xl\:even\:right-1:nth-child(even) {
    right: 0.25rem;
  }

  .\32xl\:even\:bottom-1:nth-child(even) {
    bottom: 0.25rem;
  }

  .\32xl\:even\:left-1:nth-child(even) {
    left: 0.25rem;
  }

  .\32xl\:even\:top-2:nth-child(even) {
    top: 0.5rem;
  }

  .\32xl\:even\:right-2:nth-child(even) {
    right: 0.5rem;
  }

  .\32xl\:even\:bottom-2:nth-child(even) {
    bottom: 0.5rem;
  }

  .\32xl\:even\:left-2:nth-child(even) {
    left: 0.5rem;
  }

  .\32xl\:even\:top-3:nth-child(even) {
    top: 0.75rem;
  }

  .\32xl\:even\:right-3:nth-child(even) {
    right: 0.75rem;
  }

  .\32xl\:even\:bottom-3:nth-child(even) {
    bottom: 0.75rem;
  }

  .\32xl\:even\:left-3:nth-child(even) {
    left: 0.75rem;
  }

  .\32xl\:even\:top-4:nth-child(even) {
    top: 1rem;
  }

  .\32xl\:even\:right-4:nth-child(even) {
    right: 1rem;
  }

  .\32xl\:even\:bottom-4:nth-child(even) {
    bottom: 1rem;
  }

  .\32xl\:even\:left-4:nth-child(even) {
    left: 1rem;
  }

  .\32xl\:even\:top-5:nth-child(even) {
    top: 1.25rem;
  }

  .\32xl\:even\:right-5:nth-child(even) {
    right: 1.25rem;
  }

  .\32xl\:even\:bottom-5:nth-child(even) {
    bottom: 1.25rem;
  }

  .\32xl\:even\:left-5:nth-child(even) {
    left: 1.25rem;
  }

  .\32xl\:even\:top-6:nth-child(even) {
    top: 1.5rem;
  }

  .\32xl\:even\:right-6:nth-child(even) {
    right: 1.5rem;
  }

  .\32xl\:even\:bottom-6:nth-child(even) {
    bottom: 1.5rem;
  }

  .\32xl\:even\:left-6:nth-child(even) {
    left: 1.5rem;
  }

  .\32xl\:even\:top-7:nth-child(even) {
    top: 1.75rem;
  }

  .\32xl\:even\:right-7:nth-child(even) {
    right: 1.75rem;
  }

  .\32xl\:even\:bottom-7:nth-child(even) {
    bottom: 1.75rem;
  }

  .\32xl\:even\:left-7:nth-child(even) {
    left: 1.75rem;
  }

  .\32xl\:even\:top-8:nth-child(even) {
    top: 2rem;
  }

  .\32xl\:even\:right-8:nth-child(even) {
    right: 2rem;
  }

  .\32xl\:even\:bottom-8:nth-child(even) {
    bottom: 2rem;
  }

  .\32xl\:even\:left-8:nth-child(even) {
    left: 2rem;
  }

  .\32xl\:even\:top-9:nth-child(even) {
    top: 2.25rem;
  }

  .\32xl\:even\:right-9:nth-child(even) {
    right: 2.25rem;
  }

  .\32xl\:even\:bottom-9:nth-child(even) {
    bottom: 2.25rem;
  }

  .\32xl\:even\:left-9:nth-child(even) {
    left: 2.25rem;
  }

  .\32xl\:even\:top-10:nth-child(even) {
    top: 2.5rem;
  }

  .\32xl\:even\:right-10:nth-child(even) {
    right: 2.5rem;
  }

  .\32xl\:even\:bottom-10:nth-child(even) {
    bottom: 2.5rem;
  }

  .\32xl\:even\:left-10:nth-child(even) {
    left: 2.5rem;
  }

  .\32xl\:even\:top-11:nth-child(even) {
    top: 2.75rem;
  }

  .\32xl\:even\:right-11:nth-child(even) {
    right: 2.75rem;
  }

  .\32xl\:even\:bottom-11:nth-child(even) {
    bottom: 2.75rem;
  }

  .\32xl\:even\:left-11:nth-child(even) {
    left: 2.75rem;
  }

  .\32xl\:even\:top-12:nth-child(even) {
    top: 3rem;
  }

  .\32xl\:even\:right-12:nth-child(even) {
    right: 3rem;
  }

  .\32xl\:even\:bottom-12:nth-child(even) {
    bottom: 3rem;
  }

  .\32xl\:even\:left-12:nth-child(even) {
    left: 3rem;
  }

  .\32xl\:even\:top-14:nth-child(even) {
    top: 3.5rem;
  }

  .\32xl\:even\:right-14:nth-child(even) {
    right: 3.5rem;
  }

  .\32xl\:even\:bottom-14:nth-child(even) {
    bottom: 3.5rem;
  }

  .\32xl\:even\:left-14:nth-child(even) {
    left: 3.5rem;
  }

  .\32xl\:even\:top-16:nth-child(even) {
    top: 4rem;
  }

  .\32xl\:even\:right-16:nth-child(even) {
    right: 4rem;
  }

  .\32xl\:even\:bottom-16:nth-child(even) {
    bottom: 4rem;
  }

  .\32xl\:even\:left-16:nth-child(even) {
    left: 4rem;
  }

  .\32xl\:even\:top-20:nth-child(even) {
    top: 5rem;
  }

  .\32xl\:even\:right-20:nth-child(even) {
    right: 5rem;
  }

  .\32xl\:even\:bottom-20:nth-child(even) {
    bottom: 5rem;
  }

  .\32xl\:even\:left-20:nth-child(even) {
    left: 5rem;
  }

  .\32xl\:even\:top-24:nth-child(even) {
    top: 6rem;
  }

  .\32xl\:even\:right-24:nth-child(even) {
    right: 6rem;
  }

  .\32xl\:even\:bottom-24:nth-child(even) {
    bottom: 6rem;
  }

  .\32xl\:even\:left-24:nth-child(even) {
    left: 6rem;
  }

  .\32xl\:even\:top-28:nth-child(even) {
    top: 7rem;
  }

  .\32xl\:even\:right-28:nth-child(even) {
    right: 7rem;
  }

  .\32xl\:even\:bottom-28:nth-child(even) {
    bottom: 7rem;
  }

  .\32xl\:even\:left-28:nth-child(even) {
    left: 7rem;
  }

  .\32xl\:even\:top-32:nth-child(even) {
    top: 8rem;
  }

  .\32xl\:even\:right-32:nth-child(even) {
    right: 8rem;
  }

  .\32xl\:even\:bottom-32:nth-child(even) {
    bottom: 8rem;
  }

  .\32xl\:even\:left-32:nth-child(even) {
    left: 8rem;
  }

  .\32xl\:even\:top-36:nth-child(even) {
    top: 9rem;
  }

  .\32xl\:even\:right-36:nth-child(even) {
    right: 9rem;
  }

  .\32xl\:even\:bottom-36:nth-child(even) {
    bottom: 9rem;
  }

  .\32xl\:even\:left-36:nth-child(even) {
    left: 9rem;
  }

  .\32xl\:even\:top-40:nth-child(even) {
    top: 10rem;
  }

  .\32xl\:even\:right-40:nth-child(even) {
    right: 10rem;
  }

  .\32xl\:even\:bottom-40:nth-child(even) {
    bottom: 10rem;
  }

  .\32xl\:even\:left-40:nth-child(even) {
    left: 10rem;
  }

  .\32xl\:even\:top-44:nth-child(even) {
    top: 11rem;
  }

  .\32xl\:even\:right-44:nth-child(even) {
    right: 11rem;
  }

  .\32xl\:even\:bottom-44:nth-child(even) {
    bottom: 11rem;
  }

  .\32xl\:even\:left-44:nth-child(even) {
    left: 11rem;
  }

  .\32xl\:even\:top-48:nth-child(even) {
    top: 12rem;
  }

  .\32xl\:even\:right-48:nth-child(even) {
    right: 12rem;
  }

  .\32xl\:even\:bottom-48:nth-child(even) {
    bottom: 12rem;
  }

  .\32xl\:even\:left-48:nth-child(even) {
    left: 12rem;
  }

  .\32xl\:even\:top-52:nth-child(even) {
    top: 13rem;
  }

  .\32xl\:even\:right-52:nth-child(even) {
    right: 13rem;
  }

  .\32xl\:even\:bottom-52:nth-child(even) {
    bottom: 13rem;
  }

  .\32xl\:even\:left-52:nth-child(even) {
    left: 13rem;
  }

  .\32xl\:even\:top-56:nth-child(even) {
    top: 14rem;
  }

  .\32xl\:even\:right-56:nth-child(even) {
    right: 14rem;
  }

  .\32xl\:even\:bottom-56:nth-child(even) {
    bottom: 14rem;
  }

  .\32xl\:even\:left-56:nth-child(even) {
    left: 14rem;
  }

  .\32xl\:even\:top-60:nth-child(even) {
    top: 15rem;
  }

  .\32xl\:even\:right-60:nth-child(even) {
    right: 15rem;
  }

  .\32xl\:even\:bottom-60:nth-child(even) {
    bottom: 15rem;
  }

  .\32xl\:even\:left-60:nth-child(even) {
    left: 15rem;
  }

  .\32xl\:even\:top-64:nth-child(even) {
    top: 16rem;
  }

  .\32xl\:even\:right-64:nth-child(even) {
    right: 16rem;
  }

  .\32xl\:even\:bottom-64:nth-child(even) {
    bottom: 16rem;
  }

  .\32xl\:even\:left-64:nth-child(even) {
    left: 16rem;
  }

  .\32xl\:even\:top-72:nth-child(even) {
    top: 18rem;
  }

  .\32xl\:even\:right-72:nth-child(even) {
    right: 18rem;
  }

  .\32xl\:even\:bottom-72:nth-child(even) {
    bottom: 18rem;
  }

  .\32xl\:even\:left-72:nth-child(even) {
    left: 18rem;
  }

  .\32xl\:even\:top-80:nth-child(even) {
    top: 20rem;
  }

  .\32xl\:even\:right-80:nth-child(even) {
    right: 20rem;
  }

  .\32xl\:even\:bottom-80:nth-child(even) {
    bottom: 20rem;
  }

  .\32xl\:even\:left-80:nth-child(even) {
    left: 20rem;
  }

  .\32xl\:even\:top-96:nth-child(even) {
    top: 24rem;
  }

  .\32xl\:even\:right-96:nth-child(even) {
    right: 24rem;
  }

  .\32xl\:even\:bottom-96:nth-child(even) {
    bottom: 24rem;
  }

  .\32xl\:even\:left-96:nth-child(even) {
    left: 24rem;
  }

  .\32xl\:even\:top-auto:nth-child(even) {
    top: auto;
  }

  .\32xl\:even\:right-auto:nth-child(even) {
    right: auto;
  }

  .\32xl\:even\:bottom-auto:nth-child(even) {
    bottom: auto;
  }

  .\32xl\:even\:left-auto:nth-child(even) {
    left: auto;
  }

  .\32xl\:even\:top-px:nth-child(even) {
    top: 1px;
  }

  .\32xl\:even\:right-px:nth-child(even) {
    right: 1px;
  }

  .\32xl\:even\:bottom-px:nth-child(even) {
    bottom: 1px;
  }

  .\32xl\:even\:left-px:nth-child(even) {
    left: 1px;
  }

  .\32xl\:even\:top-0\.5:nth-child(even) {
    top: 0.125rem;
  }

  .\32xl\:even\:right-0\.5:nth-child(even) {
    right: 0.125rem;
  }

  .\32xl\:even\:bottom-0\.5:nth-child(even) {
    bottom: 0.125rem;
  }

  .\32xl\:even\:left-0\.5:nth-child(even) {
    left: 0.125rem;
  }

  .\32xl\:even\:top-1\.5:nth-child(even) {
    top: 0.375rem;
  }

  .\32xl\:even\:right-1\.5:nth-child(even) {
    right: 0.375rem;
  }

  .\32xl\:even\:bottom-1\.5:nth-child(even) {
    bottom: 0.375rem;
  }

  .\32xl\:even\:left-1\.5:nth-child(even) {
    left: 0.375rem;
  }

  .\32xl\:even\:top-2\.5:nth-child(even) {
    top: 0.625rem;
  }

  .\32xl\:even\:right-2\.5:nth-child(even) {
    right: 0.625rem;
  }

  .\32xl\:even\:bottom-2\.5:nth-child(even) {
    bottom: 0.625rem;
  }

  .\32xl\:even\:left-2\.5:nth-child(even) {
    left: 0.625rem;
  }

  .\32xl\:even\:top-3\.5:nth-child(even) {
    top: 0.875rem;
  }

  .\32xl\:even\:right-3\.5:nth-child(even) {
    right: 0.875rem;
  }

  .\32xl\:even\:bottom-3\.5:nth-child(even) {
    bottom: 0.875rem;
  }

  .\32xl\:even\:left-3\.5:nth-child(even) {
    left: 0.875rem;
  }

  .\32xl\:even\:-top-0:nth-child(even) {
    top: 0px;
  }

  .\32xl\:even\:-right-0:nth-child(even) {
    right: 0px;
  }

  .\32xl\:even\:-bottom-0:nth-child(even) {
    bottom: 0px;
  }

  .\32xl\:even\:-left-0:nth-child(even) {
    left: 0px;
  }

  .\32xl\:even\:-top-1:nth-child(even) {
    top: -0.25rem;
  }

  .\32xl\:even\:-right-1:nth-child(even) {
    right: -0.25rem;
  }

  .\32xl\:even\:-bottom-1:nth-child(even) {
    bottom: -0.25rem;
  }

  .\32xl\:even\:-left-1:nth-child(even) {
    left: -0.25rem;
  }

  .\32xl\:even\:-top-2:nth-child(even) {
    top: -0.5rem;
  }

  .\32xl\:even\:-right-2:nth-child(even) {
    right: -0.5rem;
  }

  .\32xl\:even\:-bottom-2:nth-child(even) {
    bottom: -0.5rem;
  }

  .\32xl\:even\:-left-2:nth-child(even) {
    left: -0.5rem;
  }

  .\32xl\:even\:-top-3:nth-child(even) {
    top: -0.75rem;
  }

  .\32xl\:even\:-right-3:nth-child(even) {
    right: -0.75rem;
  }

  .\32xl\:even\:-bottom-3:nth-child(even) {
    bottom: -0.75rem;
  }

  .\32xl\:even\:-left-3:nth-child(even) {
    left: -0.75rem;
  }

  .\32xl\:even\:-top-4:nth-child(even) {
    top: -1rem;
  }

  .\32xl\:even\:-right-4:nth-child(even) {
    right: -1rem;
  }

  .\32xl\:even\:-bottom-4:nth-child(even) {
    bottom: -1rem;
  }

  .\32xl\:even\:-left-4:nth-child(even) {
    left: -1rem;
  }

  .\32xl\:even\:-top-5:nth-child(even) {
    top: -1.25rem;
  }

  .\32xl\:even\:-right-5:nth-child(even) {
    right: -1.25rem;
  }

  .\32xl\:even\:-bottom-5:nth-child(even) {
    bottom: -1.25rem;
  }

  .\32xl\:even\:-left-5:nth-child(even) {
    left: -1.25rem;
  }

  .\32xl\:even\:-top-6:nth-child(even) {
    top: -1.5rem;
  }

  .\32xl\:even\:-right-6:nth-child(even) {
    right: -1.5rem;
  }

  .\32xl\:even\:-bottom-6:nth-child(even) {
    bottom: -1.5rem;
  }

  .\32xl\:even\:-left-6:nth-child(even) {
    left: -1.5rem;
  }

  .\32xl\:even\:-top-7:nth-child(even) {
    top: -1.75rem;
  }

  .\32xl\:even\:-right-7:nth-child(even) {
    right: -1.75rem;
  }

  .\32xl\:even\:-bottom-7:nth-child(even) {
    bottom: -1.75rem;
  }

  .\32xl\:even\:-left-7:nth-child(even) {
    left: -1.75rem;
  }

  .\32xl\:even\:-top-8:nth-child(even) {
    top: -2rem;
  }

  .\32xl\:even\:-right-8:nth-child(even) {
    right: -2rem;
  }

  .\32xl\:even\:-bottom-8:nth-child(even) {
    bottom: -2rem;
  }

  .\32xl\:even\:-left-8:nth-child(even) {
    left: -2rem;
  }

  .\32xl\:even\:-top-9:nth-child(even) {
    top: -2.25rem;
  }

  .\32xl\:even\:-right-9:nth-child(even) {
    right: -2.25rem;
  }

  .\32xl\:even\:-bottom-9:nth-child(even) {
    bottom: -2.25rem;
  }

  .\32xl\:even\:-left-9:nth-child(even) {
    left: -2.25rem;
  }

  .\32xl\:even\:-top-10:nth-child(even) {
    top: -2.5rem;
  }

  .\32xl\:even\:-right-10:nth-child(even) {
    right: -2.5rem;
  }

  .\32xl\:even\:-bottom-10:nth-child(even) {
    bottom: -2.5rem;
  }

  .\32xl\:even\:-left-10:nth-child(even) {
    left: -2.5rem;
  }

  .\32xl\:even\:-top-11:nth-child(even) {
    top: -2.75rem;
  }

  .\32xl\:even\:-right-11:nth-child(even) {
    right: -2.75rem;
  }

  .\32xl\:even\:-bottom-11:nth-child(even) {
    bottom: -2.75rem;
  }

  .\32xl\:even\:-left-11:nth-child(even) {
    left: -2.75rem;
  }

  .\32xl\:even\:-top-12:nth-child(even) {
    top: -3rem;
  }

  .\32xl\:even\:-right-12:nth-child(even) {
    right: -3rem;
  }

  .\32xl\:even\:-bottom-12:nth-child(even) {
    bottom: -3rem;
  }

  .\32xl\:even\:-left-12:nth-child(even) {
    left: -3rem;
  }

  .\32xl\:even\:-top-14:nth-child(even) {
    top: -3.5rem;
  }

  .\32xl\:even\:-right-14:nth-child(even) {
    right: -3.5rem;
  }

  .\32xl\:even\:-bottom-14:nth-child(even) {
    bottom: -3.5rem;
  }

  .\32xl\:even\:-left-14:nth-child(even) {
    left: -3.5rem;
  }

  .\32xl\:even\:-top-16:nth-child(even) {
    top: -4rem;
  }

  .\32xl\:even\:-right-16:nth-child(even) {
    right: -4rem;
  }

  .\32xl\:even\:-bottom-16:nth-child(even) {
    bottom: -4rem;
  }

  .\32xl\:even\:-left-16:nth-child(even) {
    left: -4rem;
  }

  .\32xl\:even\:-top-20:nth-child(even) {
    top: -5rem;
  }

  .\32xl\:even\:-right-20:nth-child(even) {
    right: -5rem;
  }

  .\32xl\:even\:-bottom-20:nth-child(even) {
    bottom: -5rem;
  }

  .\32xl\:even\:-left-20:nth-child(even) {
    left: -5rem;
  }

  .\32xl\:even\:-top-24:nth-child(even) {
    top: -6rem;
  }

  .\32xl\:even\:-right-24:nth-child(even) {
    right: -6rem;
  }

  .\32xl\:even\:-bottom-24:nth-child(even) {
    bottom: -6rem;
  }

  .\32xl\:even\:-left-24:nth-child(even) {
    left: -6rem;
  }

  .\32xl\:even\:-top-28:nth-child(even) {
    top: -7rem;
  }

  .\32xl\:even\:-right-28:nth-child(even) {
    right: -7rem;
  }

  .\32xl\:even\:-bottom-28:nth-child(even) {
    bottom: -7rem;
  }

  .\32xl\:even\:-left-28:nth-child(even) {
    left: -7rem;
  }

  .\32xl\:even\:-top-32:nth-child(even) {
    top: -8rem;
  }

  .\32xl\:even\:-right-32:nth-child(even) {
    right: -8rem;
  }

  .\32xl\:even\:-bottom-32:nth-child(even) {
    bottom: -8rem;
  }

  .\32xl\:even\:-left-32:nth-child(even) {
    left: -8rem;
  }

  .\32xl\:even\:-top-36:nth-child(even) {
    top: -9rem;
  }

  .\32xl\:even\:-right-36:nth-child(even) {
    right: -9rem;
  }

  .\32xl\:even\:-bottom-36:nth-child(even) {
    bottom: -9rem;
  }

  .\32xl\:even\:-left-36:nth-child(even) {
    left: -9rem;
  }

  .\32xl\:even\:-top-40:nth-child(even) {
    top: -10rem;
  }

  .\32xl\:even\:-right-40:nth-child(even) {
    right: -10rem;
  }

  .\32xl\:even\:-bottom-40:nth-child(even) {
    bottom: -10rem;
  }

  .\32xl\:even\:-left-40:nth-child(even) {
    left: -10rem;
  }

  .\32xl\:even\:-top-44:nth-child(even) {
    top: -11rem;
  }

  .\32xl\:even\:-right-44:nth-child(even) {
    right: -11rem;
  }

  .\32xl\:even\:-bottom-44:nth-child(even) {
    bottom: -11rem;
  }

  .\32xl\:even\:-left-44:nth-child(even) {
    left: -11rem;
  }

  .\32xl\:even\:-top-48:nth-child(even) {
    top: -12rem;
  }

  .\32xl\:even\:-right-48:nth-child(even) {
    right: -12rem;
  }

  .\32xl\:even\:-bottom-48:nth-child(even) {
    bottom: -12rem;
  }

  .\32xl\:even\:-left-48:nth-child(even) {
    left: -12rem;
  }

  .\32xl\:even\:-top-52:nth-child(even) {
    top: -13rem;
  }

  .\32xl\:even\:-right-52:nth-child(even) {
    right: -13rem;
  }

  .\32xl\:even\:-bottom-52:nth-child(even) {
    bottom: -13rem;
  }

  .\32xl\:even\:-left-52:nth-child(even) {
    left: -13rem;
  }

  .\32xl\:even\:-top-56:nth-child(even) {
    top: -14rem;
  }

  .\32xl\:even\:-right-56:nth-child(even) {
    right: -14rem;
  }

  .\32xl\:even\:-bottom-56:nth-child(even) {
    bottom: -14rem;
  }

  .\32xl\:even\:-left-56:nth-child(even) {
    left: -14rem;
  }

  .\32xl\:even\:-top-60:nth-child(even) {
    top: -15rem;
  }

  .\32xl\:even\:-right-60:nth-child(even) {
    right: -15rem;
  }

  .\32xl\:even\:-bottom-60:nth-child(even) {
    bottom: -15rem;
  }

  .\32xl\:even\:-left-60:nth-child(even) {
    left: -15rem;
  }

  .\32xl\:even\:-top-64:nth-child(even) {
    top: -16rem;
  }

  .\32xl\:even\:-right-64:nth-child(even) {
    right: -16rem;
  }

  .\32xl\:even\:-bottom-64:nth-child(even) {
    bottom: -16rem;
  }

  .\32xl\:even\:-left-64:nth-child(even) {
    left: -16rem;
  }

  .\32xl\:even\:-top-72:nth-child(even) {
    top: -18rem;
  }

  .\32xl\:even\:-right-72:nth-child(even) {
    right: -18rem;
  }

  .\32xl\:even\:-bottom-72:nth-child(even) {
    bottom: -18rem;
  }

  .\32xl\:even\:-left-72:nth-child(even) {
    left: -18rem;
  }

  .\32xl\:even\:-top-80:nth-child(even) {
    top: -20rem;
  }

  .\32xl\:even\:-right-80:nth-child(even) {
    right: -20rem;
  }

  .\32xl\:even\:-bottom-80:nth-child(even) {
    bottom: -20rem;
  }

  .\32xl\:even\:-left-80:nth-child(even) {
    left: -20rem;
  }

  .\32xl\:even\:-top-96:nth-child(even) {
    top: -24rem;
  }

  .\32xl\:even\:-right-96:nth-child(even) {
    right: -24rem;
  }

  .\32xl\:even\:-bottom-96:nth-child(even) {
    bottom: -24rem;
  }

  .\32xl\:even\:-left-96:nth-child(even) {
    left: -24rem;
  }

  .\32xl\:even\:-top-px:nth-child(even) {
    top: -1px;
  }

  .\32xl\:even\:-right-px:nth-child(even) {
    right: -1px;
  }

  .\32xl\:even\:-bottom-px:nth-child(even) {
    bottom: -1px;
  }

  .\32xl\:even\:-left-px:nth-child(even) {
    left: -1px;
  }

  .\32xl\:even\:-top-0\.5:nth-child(even) {
    top: -0.125rem;
  }

  .\32xl\:even\:-right-0\.5:nth-child(even) {
    right: -0.125rem;
  }

  .\32xl\:even\:-bottom-0\.5:nth-child(even) {
    bottom: -0.125rem;
  }

  .\32xl\:even\:-left-0\.5:nth-child(even) {
    left: -0.125rem;
  }

  .\32xl\:even\:-top-1\.5:nth-child(even) {
    top: -0.375rem;
  }

  .\32xl\:even\:-right-1\.5:nth-child(even) {
    right: -0.375rem;
  }

  .\32xl\:even\:-bottom-1\.5:nth-child(even) {
    bottom: -0.375rem;
  }

  .\32xl\:even\:-left-1\.5:nth-child(even) {
    left: -0.375rem;
  }

  .\32xl\:even\:-top-2\.5:nth-child(even) {
    top: -0.625rem;
  }

  .\32xl\:even\:-right-2\.5:nth-child(even) {
    right: -0.625rem;
  }

  .\32xl\:even\:-bottom-2\.5:nth-child(even) {
    bottom: -0.625rem;
  }

  .\32xl\:even\:-left-2\.5:nth-child(even) {
    left: -0.625rem;
  }

  .\32xl\:even\:-top-3\.5:nth-child(even) {
    top: -0.875rem;
  }

  .\32xl\:even\:-right-3\.5:nth-child(even) {
    right: -0.875rem;
  }

  .\32xl\:even\:-bottom-3\.5:nth-child(even) {
    bottom: -0.875rem;
  }

  .\32xl\:even\:-left-3\.5:nth-child(even) {
    left: -0.875rem;
  }

  .\32xl\:even\:top-1\/2:nth-child(even) {
    top: 50%;
  }

  .\32xl\:even\:right-1\/2:nth-child(even) {
    right: 50%;
  }

  .\32xl\:even\:bottom-1\/2:nth-child(even) {
    bottom: 50%;
  }

  .\32xl\:even\:left-1\/2:nth-child(even) {
    left: 50%;
  }

  .\32xl\:even\:top-1\/3:nth-child(even) {
    top: 33.333333%;
  }

  .\32xl\:even\:right-1\/3:nth-child(even) {
    right: 33.333333%;
  }

  .\32xl\:even\:bottom-1\/3:nth-child(even) {
    bottom: 33.333333%;
  }

  .\32xl\:even\:left-1\/3:nth-child(even) {
    left: 33.333333%;
  }

  .\32xl\:even\:top-2\/3:nth-child(even) {
    top: 66.666667%;
  }

  .\32xl\:even\:right-2\/3:nth-child(even) {
    right: 66.666667%;
  }

  .\32xl\:even\:bottom-2\/3:nth-child(even) {
    bottom: 66.666667%;
  }

  .\32xl\:even\:left-2\/3:nth-child(even) {
    left: 66.666667%;
  }

  .\32xl\:even\:top-1\/4:nth-child(even) {
    top: 25%;
  }

  .\32xl\:even\:right-1\/4:nth-child(even) {
    right: 25%;
  }

  .\32xl\:even\:bottom-1\/4:nth-child(even) {
    bottom: 25%;
  }

  .\32xl\:even\:left-1\/4:nth-child(even) {
    left: 25%;
  }

  .\32xl\:even\:top-2\/4:nth-child(even) {
    top: 50%;
  }

  .\32xl\:even\:right-2\/4:nth-child(even) {
    right: 50%;
  }

  .\32xl\:even\:bottom-2\/4:nth-child(even) {
    bottom: 50%;
  }

  .\32xl\:even\:left-2\/4:nth-child(even) {
    left: 50%;
  }

  .\32xl\:even\:top-3\/4:nth-child(even) {
    top: 75%;
  }

  .\32xl\:even\:right-3\/4:nth-child(even) {
    right: 75%;
  }

  .\32xl\:even\:bottom-3\/4:nth-child(even) {
    bottom: 75%;
  }

  .\32xl\:even\:left-3\/4:nth-child(even) {
    left: 75%;
  }

  .\32xl\:even\:top-full:nth-child(even) {
    top: 100%;
  }

  .\32xl\:even\:right-full:nth-child(even) {
    right: 100%;
  }

  .\32xl\:even\:bottom-full:nth-child(even) {
    bottom: 100%;
  }

  .\32xl\:even\:left-full:nth-child(even) {
    left: 100%;
  }

  .\32xl\:even\:-top-1\/2:nth-child(even) {
    top: -50%;
  }

  .\32xl\:even\:-right-1\/2:nth-child(even) {
    right: -50%;
  }

  .\32xl\:even\:-bottom-1\/2:nth-child(even) {
    bottom: -50%;
  }

  .\32xl\:even\:-left-1\/2:nth-child(even) {
    left: -50%;
  }

  .\32xl\:even\:-top-1\/3:nth-child(even) {
    top: -33.333333%;
  }

  .\32xl\:even\:-right-1\/3:nth-child(even) {
    right: -33.333333%;
  }

  .\32xl\:even\:-bottom-1\/3:nth-child(even) {
    bottom: -33.333333%;
  }

  .\32xl\:even\:-left-1\/3:nth-child(even) {
    left: -33.333333%;
  }

  .\32xl\:even\:-top-2\/3:nth-child(even) {
    top: -66.666667%;
  }

  .\32xl\:even\:-right-2\/3:nth-child(even) {
    right: -66.666667%;
  }

  .\32xl\:even\:-bottom-2\/3:nth-child(even) {
    bottom: -66.666667%;
  }

  .\32xl\:even\:-left-2\/3:nth-child(even) {
    left: -66.666667%;
  }

  .\32xl\:even\:-top-1\/4:nth-child(even) {
    top: -25%;
  }

  .\32xl\:even\:-right-1\/4:nth-child(even) {
    right: -25%;
  }

  .\32xl\:even\:-bottom-1\/4:nth-child(even) {
    bottom: -25%;
  }

  .\32xl\:even\:-left-1\/4:nth-child(even) {
    left: -25%;
  }

  .\32xl\:even\:-top-2\/4:nth-child(even) {
    top: -50%;
  }

  .\32xl\:even\:-right-2\/4:nth-child(even) {
    right: -50%;
  }

  .\32xl\:even\:-bottom-2\/4:nth-child(even) {
    bottom: -50%;
  }

  .\32xl\:even\:-left-2\/4:nth-child(even) {
    left: -50%;
  }

  .\32xl\:even\:-top-3\/4:nth-child(even) {
    top: -75%;
  }

  .\32xl\:even\:-right-3\/4:nth-child(even) {
    right: -75%;
  }

  .\32xl\:even\:-bottom-3\/4:nth-child(even) {
    bottom: -75%;
  }

  .\32xl\:even\:-left-3\/4:nth-child(even) {
    left: -75%;
  }

  .\32xl\:even\:-top-full:nth-child(even) {
    top: -100%;
  }

  .\32xl\:even\:-right-full:nth-child(even) {
    right: -100%;
  }

  .\32xl\:even\:-bottom-full:nth-child(even) {
    bottom: -100%;
  }

  .\32xl\:even\:-left-full:nth-child(even) {
    left: -100%;
  }

  .\32xl\:hover\:inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:hover\:inset-1:hover {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:hover\:inset-2:hover {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:hover\:inset-3:hover {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:hover\:inset-4:hover {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:hover\:inset-5:hover {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:hover\:inset-6:hover {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:hover\:inset-7:hover {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:hover\:inset-8:hover {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:hover\:inset-9:hover {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:hover\:inset-10:hover {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:hover\:inset-11:hover {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:hover\:inset-12:hover {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:hover\:inset-14:hover {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:hover\:inset-16:hover {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:hover\:inset-20:hover {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:hover\:inset-24:hover {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:hover\:inset-28:hover {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:hover\:inset-32:hover {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:hover\:inset-36:hover {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:hover\:inset-40:hover {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:hover\:inset-44:hover {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:hover\:inset-48:hover {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:hover\:inset-52:hover {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:hover\:inset-56:hover {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:hover\:inset-60:hover {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:hover\:inset-64:hover {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:hover\:inset-72:hover {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:hover\:inset-80:hover {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:hover\:inset-96:hover {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:hover\:inset-auto:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:hover\:inset-px:hover {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:hover\:inset-0\.5:hover {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:hover\:inset-1\.5:hover {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:hover\:inset-2\.5:hover {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:hover\:inset-3\.5:hover {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:hover\:-inset-0:hover {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:hover\:-inset-1:hover {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:hover\:-inset-2:hover {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:hover\:-inset-3:hover {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:hover\:-inset-4:hover {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:hover\:-inset-5:hover {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:hover\:-inset-6:hover {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:hover\:-inset-7:hover {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:hover\:-inset-8:hover {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:hover\:-inset-9:hover {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:hover\:-inset-10:hover {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:hover\:-inset-11:hover {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:hover\:-inset-12:hover {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:hover\:-inset-14:hover {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:hover\:-inset-16:hover {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:hover\:-inset-20:hover {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:hover\:-inset-24:hover {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:hover\:-inset-28:hover {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:hover\:-inset-32:hover {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:hover\:-inset-36:hover {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:hover\:-inset-40:hover {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:hover\:-inset-44:hover {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:hover\:-inset-48:hover {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:hover\:-inset-52:hover {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:hover\:-inset-56:hover {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:hover\:-inset-60:hover {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:hover\:-inset-64:hover {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:hover\:-inset-72:hover {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:hover\:-inset-80:hover {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:hover\:-inset-96:hover {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:hover\:-inset-px:hover {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:hover\:-inset-0\.5:hover {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:hover\:-inset-1\.5:hover {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:hover\:-inset-2\.5:hover {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:hover\:-inset-3\.5:hover {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:hover\:inset-1\/2:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:hover\:inset-1\/3:hover {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:hover\:inset-2\/3:hover {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:hover\:inset-1\/4:hover {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:hover\:inset-2\/4:hover {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:hover\:inset-3\/4:hover {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:hover\:inset-full:hover {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:hover\:-inset-1\/2:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:hover\:-inset-1\/3:hover {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:hover\:-inset-2\/3:hover {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:hover\:-inset-1\/4:hover {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:hover\:-inset-2\/4:hover {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:hover\:-inset-3\/4:hover {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:hover\:-inset-full:hover {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:hover\:inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:hover\:inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .\32xl\:hover\:inset-y-1:hover {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:hover\:inset-x-1:hover {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:hover\:inset-y-2:hover {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:hover\:inset-x-2:hover {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:hover\:inset-y-3:hover {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:hover\:inset-x-3:hover {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:hover\:inset-y-4:hover {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:hover\:inset-x-4:hover {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:hover\:inset-y-5:hover {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:hover\:inset-x-5:hover {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:hover\:inset-y-6:hover {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:hover\:inset-x-6:hover {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:hover\:inset-y-7:hover {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:hover\:inset-x-7:hover {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:hover\:inset-y-8:hover {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:hover\:inset-x-8:hover {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:hover\:inset-y-9:hover {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:hover\:inset-x-9:hover {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:hover\:inset-y-10:hover {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:hover\:inset-x-10:hover {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:hover\:inset-y-11:hover {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:hover\:inset-x-11:hover {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:hover\:inset-y-12:hover {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:hover\:inset-x-12:hover {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:hover\:inset-y-14:hover {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:hover\:inset-x-14:hover {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:hover\:inset-y-16:hover {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:hover\:inset-x-16:hover {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:hover\:inset-y-20:hover {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:hover\:inset-x-20:hover {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:hover\:inset-y-24:hover {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:hover\:inset-x-24:hover {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:hover\:inset-y-28:hover {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:hover\:inset-x-28:hover {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:hover\:inset-y-32:hover {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:hover\:inset-x-32:hover {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:hover\:inset-y-36:hover {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:hover\:inset-x-36:hover {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:hover\:inset-y-40:hover {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:hover\:inset-x-40:hover {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:hover\:inset-y-44:hover {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:hover\:inset-x-44:hover {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:hover\:inset-y-48:hover {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:hover\:inset-x-48:hover {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:hover\:inset-y-52:hover {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:hover\:inset-x-52:hover {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:hover\:inset-y-56:hover {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:hover\:inset-x-56:hover {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:hover\:inset-y-60:hover {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:hover\:inset-x-60:hover {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:hover\:inset-y-64:hover {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:hover\:inset-x-64:hover {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:hover\:inset-y-72:hover {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:hover\:inset-x-72:hover {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:hover\:inset-y-80:hover {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:hover\:inset-x-80:hover {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:hover\:inset-y-96:hover {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:hover\:inset-x-96:hover {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:hover\:inset-y-auto:hover {
    top: auto;
    bottom: auto;
  }

  .\32xl\:hover\:inset-x-auto:hover {
    right: auto;
    left: auto;
  }

  .\32xl\:hover\:inset-y-px:hover {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:hover\:inset-x-px:hover {
    right: 1px;
    left: 1px;
  }

  .\32xl\:hover\:inset-y-0\.5:hover {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:hover\:inset-x-0\.5:hover {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:hover\:inset-y-1\.5:hover {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:hover\:inset-x-1\.5:hover {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:hover\:inset-y-2\.5:hover {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:hover\:inset-x-2\.5:hover {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:hover\:inset-y-3\.5:hover {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:hover\:inset-x-3\.5:hover {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:hover\:-inset-y-0:hover {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:hover\:-inset-x-0:hover {
    right: 0px;
    left: 0px;
  }

  .\32xl\:hover\:-inset-y-1:hover {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:hover\:-inset-x-1:hover {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:hover\:-inset-y-2:hover {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:hover\:-inset-x-2:hover {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:hover\:-inset-y-3:hover {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:hover\:-inset-x-3:hover {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:hover\:-inset-y-4:hover {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:hover\:-inset-x-4:hover {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:hover\:-inset-y-5:hover {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:hover\:-inset-x-5:hover {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:hover\:-inset-y-6:hover {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:hover\:-inset-x-6:hover {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:hover\:-inset-y-7:hover {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:hover\:-inset-x-7:hover {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:hover\:-inset-y-8:hover {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:hover\:-inset-x-8:hover {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:hover\:-inset-y-9:hover {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:hover\:-inset-x-9:hover {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:hover\:-inset-y-10:hover {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:hover\:-inset-x-10:hover {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:hover\:-inset-y-11:hover {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:hover\:-inset-x-11:hover {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:hover\:-inset-y-12:hover {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:hover\:-inset-x-12:hover {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:hover\:-inset-y-14:hover {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:hover\:-inset-x-14:hover {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:hover\:-inset-y-16:hover {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:hover\:-inset-x-16:hover {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:hover\:-inset-y-20:hover {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:hover\:-inset-x-20:hover {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:hover\:-inset-y-24:hover {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:hover\:-inset-x-24:hover {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:hover\:-inset-y-28:hover {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:hover\:-inset-x-28:hover {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:hover\:-inset-y-32:hover {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:hover\:-inset-x-32:hover {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:hover\:-inset-y-36:hover {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:hover\:-inset-x-36:hover {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:hover\:-inset-y-40:hover {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:hover\:-inset-x-40:hover {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:hover\:-inset-y-44:hover {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:hover\:-inset-x-44:hover {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:hover\:-inset-y-48:hover {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:hover\:-inset-x-48:hover {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:hover\:-inset-y-52:hover {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:hover\:-inset-x-52:hover {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:hover\:-inset-y-56:hover {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:hover\:-inset-x-56:hover {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:hover\:-inset-y-60:hover {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:hover\:-inset-x-60:hover {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:hover\:-inset-y-64:hover {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:hover\:-inset-x-64:hover {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:hover\:-inset-y-72:hover {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:hover\:-inset-x-72:hover {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:hover\:-inset-y-80:hover {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:hover\:-inset-x-80:hover {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:hover\:-inset-y-96:hover {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:hover\:-inset-x-96:hover {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:hover\:-inset-y-px:hover {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:hover\:-inset-x-px:hover {
    right: -1px;
    left: -1px;
  }

  .\32xl\:hover\:-inset-y-0\.5:hover {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:hover\:-inset-x-0\.5:hover {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:hover\:-inset-y-1\.5:hover {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:hover\:-inset-x-1\.5:hover {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:hover\:-inset-y-2\.5:hover {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:hover\:-inset-x-2\.5:hover {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:hover\:-inset-y-3\.5:hover {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:hover\:-inset-x-3\.5:hover {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:hover\:inset-y-1\/2:hover {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:hover\:inset-x-1\/2:hover {
    right: 50%;
    left: 50%;
  }

  .\32xl\:hover\:inset-y-1\/3:hover {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:hover\:inset-x-1\/3:hover {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:hover\:inset-y-2\/3:hover {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:hover\:inset-x-2\/3:hover {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:hover\:inset-y-1\/4:hover {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:hover\:inset-x-1\/4:hover {
    right: 25%;
    left: 25%;
  }

  .\32xl\:hover\:inset-y-2\/4:hover {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:hover\:inset-x-2\/4:hover {
    right: 50%;
    left: 50%;
  }

  .\32xl\:hover\:inset-y-3\/4:hover {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:hover\:inset-x-3\/4:hover {
    right: 75%;
    left: 75%;
  }

  .\32xl\:hover\:inset-y-full:hover {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:hover\:inset-x-full:hover {
    right: 100%;
    left: 100%;
  }

  .\32xl\:hover\:-inset-y-1\/2:hover {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:hover\:-inset-x-1\/2:hover {
    right: -50%;
    left: -50%;
  }

  .\32xl\:hover\:-inset-y-1\/3:hover {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:hover\:-inset-x-1\/3:hover {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:hover\:-inset-y-2\/3:hover {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:hover\:-inset-x-2\/3:hover {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:hover\:-inset-y-1\/4:hover {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:hover\:-inset-x-1\/4:hover {
    right: -25%;
    left: -25%;
  }

  .\32xl\:hover\:-inset-y-2\/4:hover {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:hover\:-inset-x-2\/4:hover {
    right: -50%;
    left: -50%;
  }

  .\32xl\:hover\:-inset-y-3\/4:hover {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:hover\:-inset-x-3\/4:hover {
    right: -75%;
    left: -75%;
  }

  .\32xl\:hover\:-inset-y-full:hover {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:hover\:-inset-x-full:hover {
    right: -100%;
    left: -100%;
  }

  .\32xl\:hover\:top-0:hover {
    top: 0px;
  }

  .\32xl\:hover\:right-0:hover {
    right: 0px;
  }

  .\32xl\:hover\:bottom-0:hover {
    bottom: 0px;
  }

  .\32xl\:hover\:left-0:hover {
    left: 0px;
  }

  .\32xl\:hover\:top-1:hover {
    top: 0.25rem;
  }

  .\32xl\:hover\:right-1:hover {
    right: 0.25rem;
  }

  .\32xl\:hover\:bottom-1:hover {
    bottom: 0.25rem;
  }

  .\32xl\:hover\:left-1:hover {
    left: 0.25rem;
  }

  .\32xl\:hover\:top-2:hover {
    top: 0.5rem;
  }

  .\32xl\:hover\:right-2:hover {
    right: 0.5rem;
  }

  .\32xl\:hover\:bottom-2:hover {
    bottom: 0.5rem;
  }

  .\32xl\:hover\:left-2:hover {
    left: 0.5rem;
  }

  .\32xl\:hover\:top-3:hover {
    top: 0.75rem;
  }

  .\32xl\:hover\:right-3:hover {
    right: 0.75rem;
  }

  .\32xl\:hover\:bottom-3:hover {
    bottom: 0.75rem;
  }

  .\32xl\:hover\:left-3:hover {
    left: 0.75rem;
  }

  .\32xl\:hover\:top-4:hover {
    top: 1rem;
  }

  .\32xl\:hover\:right-4:hover {
    right: 1rem;
  }

  .\32xl\:hover\:bottom-4:hover {
    bottom: 1rem;
  }

  .\32xl\:hover\:left-4:hover {
    left: 1rem;
  }

  .\32xl\:hover\:top-5:hover {
    top: 1.25rem;
  }

  .\32xl\:hover\:right-5:hover {
    right: 1.25rem;
  }

  .\32xl\:hover\:bottom-5:hover {
    bottom: 1.25rem;
  }

  .\32xl\:hover\:left-5:hover {
    left: 1.25rem;
  }

  .\32xl\:hover\:top-6:hover {
    top: 1.5rem;
  }

  .\32xl\:hover\:right-6:hover {
    right: 1.5rem;
  }

  .\32xl\:hover\:bottom-6:hover {
    bottom: 1.5rem;
  }

  .\32xl\:hover\:left-6:hover {
    left: 1.5rem;
  }

  .\32xl\:hover\:top-7:hover {
    top: 1.75rem;
  }

  .\32xl\:hover\:right-7:hover {
    right: 1.75rem;
  }

  .\32xl\:hover\:bottom-7:hover {
    bottom: 1.75rem;
  }

  .\32xl\:hover\:left-7:hover {
    left: 1.75rem;
  }

  .\32xl\:hover\:top-8:hover {
    top: 2rem;
  }

  .\32xl\:hover\:right-8:hover {
    right: 2rem;
  }

  .\32xl\:hover\:bottom-8:hover {
    bottom: 2rem;
  }

  .\32xl\:hover\:left-8:hover {
    left: 2rem;
  }

  .\32xl\:hover\:top-9:hover {
    top: 2.25rem;
  }

  .\32xl\:hover\:right-9:hover {
    right: 2.25rem;
  }

  .\32xl\:hover\:bottom-9:hover {
    bottom: 2.25rem;
  }

  .\32xl\:hover\:left-9:hover {
    left: 2.25rem;
  }

  .\32xl\:hover\:top-10:hover {
    top: 2.5rem;
  }

  .\32xl\:hover\:right-10:hover {
    right: 2.5rem;
  }

  .\32xl\:hover\:bottom-10:hover {
    bottom: 2.5rem;
  }

  .\32xl\:hover\:left-10:hover {
    left: 2.5rem;
  }

  .\32xl\:hover\:top-11:hover {
    top: 2.75rem;
  }

  .\32xl\:hover\:right-11:hover {
    right: 2.75rem;
  }

  .\32xl\:hover\:bottom-11:hover {
    bottom: 2.75rem;
  }

  .\32xl\:hover\:left-11:hover {
    left: 2.75rem;
  }

  .\32xl\:hover\:top-12:hover {
    top: 3rem;
  }

  .\32xl\:hover\:right-12:hover {
    right: 3rem;
  }

  .\32xl\:hover\:bottom-12:hover {
    bottom: 3rem;
  }

  .\32xl\:hover\:left-12:hover {
    left: 3rem;
  }

  .\32xl\:hover\:top-14:hover {
    top: 3.5rem;
  }

  .\32xl\:hover\:right-14:hover {
    right: 3.5rem;
  }

  .\32xl\:hover\:bottom-14:hover {
    bottom: 3.5rem;
  }

  .\32xl\:hover\:left-14:hover {
    left: 3.5rem;
  }

  .\32xl\:hover\:top-16:hover {
    top: 4rem;
  }

  .\32xl\:hover\:right-16:hover {
    right: 4rem;
  }

  .\32xl\:hover\:bottom-16:hover {
    bottom: 4rem;
  }

  .\32xl\:hover\:left-16:hover {
    left: 4rem;
  }

  .\32xl\:hover\:top-20:hover {
    top: 5rem;
  }

  .\32xl\:hover\:right-20:hover {
    right: 5rem;
  }

  .\32xl\:hover\:bottom-20:hover {
    bottom: 5rem;
  }

  .\32xl\:hover\:left-20:hover {
    left: 5rem;
  }

  .\32xl\:hover\:top-24:hover {
    top: 6rem;
  }

  .\32xl\:hover\:right-24:hover {
    right: 6rem;
  }

  .\32xl\:hover\:bottom-24:hover {
    bottom: 6rem;
  }

  .\32xl\:hover\:left-24:hover {
    left: 6rem;
  }

  .\32xl\:hover\:top-28:hover {
    top: 7rem;
  }

  .\32xl\:hover\:right-28:hover {
    right: 7rem;
  }

  .\32xl\:hover\:bottom-28:hover {
    bottom: 7rem;
  }

  .\32xl\:hover\:left-28:hover {
    left: 7rem;
  }

  .\32xl\:hover\:top-32:hover {
    top: 8rem;
  }

  .\32xl\:hover\:right-32:hover {
    right: 8rem;
  }

  .\32xl\:hover\:bottom-32:hover {
    bottom: 8rem;
  }

  .\32xl\:hover\:left-32:hover {
    left: 8rem;
  }

  .\32xl\:hover\:top-36:hover {
    top: 9rem;
  }

  .\32xl\:hover\:right-36:hover {
    right: 9rem;
  }

  .\32xl\:hover\:bottom-36:hover {
    bottom: 9rem;
  }

  .\32xl\:hover\:left-36:hover {
    left: 9rem;
  }

  .\32xl\:hover\:top-40:hover {
    top: 10rem;
  }

  .\32xl\:hover\:right-40:hover {
    right: 10rem;
  }

  .\32xl\:hover\:bottom-40:hover {
    bottom: 10rem;
  }

  .\32xl\:hover\:left-40:hover {
    left: 10rem;
  }

  .\32xl\:hover\:top-44:hover {
    top: 11rem;
  }

  .\32xl\:hover\:right-44:hover {
    right: 11rem;
  }

  .\32xl\:hover\:bottom-44:hover {
    bottom: 11rem;
  }

  .\32xl\:hover\:left-44:hover {
    left: 11rem;
  }

  .\32xl\:hover\:top-48:hover {
    top: 12rem;
  }

  .\32xl\:hover\:right-48:hover {
    right: 12rem;
  }

  .\32xl\:hover\:bottom-48:hover {
    bottom: 12rem;
  }

  .\32xl\:hover\:left-48:hover {
    left: 12rem;
  }

  .\32xl\:hover\:top-52:hover {
    top: 13rem;
  }

  .\32xl\:hover\:right-52:hover {
    right: 13rem;
  }

  .\32xl\:hover\:bottom-52:hover {
    bottom: 13rem;
  }

  .\32xl\:hover\:left-52:hover {
    left: 13rem;
  }

  .\32xl\:hover\:top-56:hover {
    top: 14rem;
  }

  .\32xl\:hover\:right-56:hover {
    right: 14rem;
  }

  .\32xl\:hover\:bottom-56:hover {
    bottom: 14rem;
  }

  .\32xl\:hover\:left-56:hover {
    left: 14rem;
  }

  .\32xl\:hover\:top-60:hover {
    top: 15rem;
  }

  .\32xl\:hover\:right-60:hover {
    right: 15rem;
  }

  .\32xl\:hover\:bottom-60:hover {
    bottom: 15rem;
  }

  .\32xl\:hover\:left-60:hover {
    left: 15rem;
  }

  .\32xl\:hover\:top-64:hover {
    top: 16rem;
  }

  .\32xl\:hover\:right-64:hover {
    right: 16rem;
  }

  .\32xl\:hover\:bottom-64:hover {
    bottom: 16rem;
  }

  .\32xl\:hover\:left-64:hover {
    left: 16rem;
  }

  .\32xl\:hover\:top-72:hover {
    top: 18rem;
  }

  .\32xl\:hover\:right-72:hover {
    right: 18rem;
  }

  .\32xl\:hover\:bottom-72:hover {
    bottom: 18rem;
  }

  .\32xl\:hover\:left-72:hover {
    left: 18rem;
  }

  .\32xl\:hover\:top-80:hover {
    top: 20rem;
  }

  .\32xl\:hover\:right-80:hover {
    right: 20rem;
  }

  .\32xl\:hover\:bottom-80:hover {
    bottom: 20rem;
  }

  .\32xl\:hover\:left-80:hover {
    left: 20rem;
  }

  .\32xl\:hover\:top-96:hover {
    top: 24rem;
  }

  .\32xl\:hover\:right-96:hover {
    right: 24rem;
  }

  .\32xl\:hover\:bottom-96:hover {
    bottom: 24rem;
  }

  .\32xl\:hover\:left-96:hover {
    left: 24rem;
  }

  .\32xl\:hover\:top-auto:hover {
    top: auto;
  }

  .\32xl\:hover\:right-auto:hover {
    right: auto;
  }

  .\32xl\:hover\:bottom-auto:hover {
    bottom: auto;
  }

  .\32xl\:hover\:left-auto:hover {
    left: auto;
  }

  .\32xl\:hover\:top-px:hover {
    top: 1px;
  }

  .\32xl\:hover\:right-px:hover {
    right: 1px;
  }

  .\32xl\:hover\:bottom-px:hover {
    bottom: 1px;
  }

  .\32xl\:hover\:left-px:hover {
    left: 1px;
  }

  .\32xl\:hover\:top-0\.5:hover {
    top: 0.125rem;
  }

  .\32xl\:hover\:right-0\.5:hover {
    right: 0.125rem;
  }

  .\32xl\:hover\:bottom-0\.5:hover {
    bottom: 0.125rem;
  }

  .\32xl\:hover\:left-0\.5:hover {
    left: 0.125rem;
  }

  .\32xl\:hover\:top-1\.5:hover {
    top: 0.375rem;
  }

  .\32xl\:hover\:right-1\.5:hover {
    right: 0.375rem;
  }

  .\32xl\:hover\:bottom-1\.5:hover {
    bottom: 0.375rem;
  }

  .\32xl\:hover\:left-1\.5:hover {
    left: 0.375rem;
  }

  .\32xl\:hover\:top-2\.5:hover {
    top: 0.625rem;
  }

  .\32xl\:hover\:right-2\.5:hover {
    right: 0.625rem;
  }

  .\32xl\:hover\:bottom-2\.5:hover {
    bottom: 0.625rem;
  }

  .\32xl\:hover\:left-2\.5:hover {
    left: 0.625rem;
  }

  .\32xl\:hover\:top-3\.5:hover {
    top: 0.875rem;
  }

  .\32xl\:hover\:right-3\.5:hover {
    right: 0.875rem;
  }

  .\32xl\:hover\:bottom-3\.5:hover {
    bottom: 0.875rem;
  }

  .\32xl\:hover\:left-3\.5:hover {
    left: 0.875rem;
  }

  .\32xl\:hover\:-top-0:hover {
    top: 0px;
  }

  .\32xl\:hover\:-right-0:hover {
    right: 0px;
  }

  .\32xl\:hover\:-bottom-0:hover {
    bottom: 0px;
  }

  .\32xl\:hover\:-left-0:hover {
    left: 0px;
  }

  .\32xl\:hover\:-top-1:hover {
    top: -0.25rem;
  }

  .\32xl\:hover\:-right-1:hover {
    right: -0.25rem;
  }

  .\32xl\:hover\:-bottom-1:hover {
    bottom: -0.25rem;
  }

  .\32xl\:hover\:-left-1:hover {
    left: -0.25rem;
  }

  .\32xl\:hover\:-top-2:hover {
    top: -0.5rem;
  }

  .\32xl\:hover\:-right-2:hover {
    right: -0.5rem;
  }

  .\32xl\:hover\:-bottom-2:hover {
    bottom: -0.5rem;
  }

  .\32xl\:hover\:-left-2:hover {
    left: -0.5rem;
  }

  .\32xl\:hover\:-top-3:hover {
    top: -0.75rem;
  }

  .\32xl\:hover\:-right-3:hover {
    right: -0.75rem;
  }

  .\32xl\:hover\:-bottom-3:hover {
    bottom: -0.75rem;
  }

  .\32xl\:hover\:-left-3:hover {
    left: -0.75rem;
  }

  .\32xl\:hover\:-top-4:hover {
    top: -1rem;
  }

  .\32xl\:hover\:-right-4:hover {
    right: -1rem;
  }

  .\32xl\:hover\:-bottom-4:hover {
    bottom: -1rem;
  }

  .\32xl\:hover\:-left-4:hover {
    left: -1rem;
  }

  .\32xl\:hover\:-top-5:hover {
    top: -1.25rem;
  }

  .\32xl\:hover\:-right-5:hover {
    right: -1.25rem;
  }

  .\32xl\:hover\:-bottom-5:hover {
    bottom: -1.25rem;
  }

  .\32xl\:hover\:-left-5:hover {
    left: -1.25rem;
  }

  .\32xl\:hover\:-top-6:hover {
    top: -1.5rem;
  }

  .\32xl\:hover\:-right-6:hover {
    right: -1.5rem;
  }

  .\32xl\:hover\:-bottom-6:hover {
    bottom: -1.5rem;
  }

  .\32xl\:hover\:-left-6:hover {
    left: -1.5rem;
  }

  .\32xl\:hover\:-top-7:hover {
    top: -1.75rem;
  }

  .\32xl\:hover\:-right-7:hover {
    right: -1.75rem;
  }

  .\32xl\:hover\:-bottom-7:hover {
    bottom: -1.75rem;
  }

  .\32xl\:hover\:-left-7:hover {
    left: -1.75rem;
  }

  .\32xl\:hover\:-top-8:hover {
    top: -2rem;
  }

  .\32xl\:hover\:-right-8:hover {
    right: -2rem;
  }

  .\32xl\:hover\:-bottom-8:hover {
    bottom: -2rem;
  }

  .\32xl\:hover\:-left-8:hover {
    left: -2rem;
  }

  .\32xl\:hover\:-top-9:hover {
    top: -2.25rem;
  }

  .\32xl\:hover\:-right-9:hover {
    right: -2.25rem;
  }

  .\32xl\:hover\:-bottom-9:hover {
    bottom: -2.25rem;
  }

  .\32xl\:hover\:-left-9:hover {
    left: -2.25rem;
  }

  .\32xl\:hover\:-top-10:hover {
    top: -2.5rem;
  }

  .\32xl\:hover\:-right-10:hover {
    right: -2.5rem;
  }

  .\32xl\:hover\:-bottom-10:hover {
    bottom: -2.5rem;
  }

  .\32xl\:hover\:-left-10:hover {
    left: -2.5rem;
  }

  .\32xl\:hover\:-top-11:hover {
    top: -2.75rem;
  }

  .\32xl\:hover\:-right-11:hover {
    right: -2.75rem;
  }

  .\32xl\:hover\:-bottom-11:hover {
    bottom: -2.75rem;
  }

  .\32xl\:hover\:-left-11:hover {
    left: -2.75rem;
  }

  .\32xl\:hover\:-top-12:hover {
    top: -3rem;
  }

  .\32xl\:hover\:-right-12:hover {
    right: -3rem;
  }

  .\32xl\:hover\:-bottom-12:hover {
    bottom: -3rem;
  }

  .\32xl\:hover\:-left-12:hover {
    left: -3rem;
  }

  .\32xl\:hover\:-top-14:hover {
    top: -3.5rem;
  }

  .\32xl\:hover\:-right-14:hover {
    right: -3.5rem;
  }

  .\32xl\:hover\:-bottom-14:hover {
    bottom: -3.5rem;
  }

  .\32xl\:hover\:-left-14:hover {
    left: -3.5rem;
  }

  .\32xl\:hover\:-top-16:hover {
    top: -4rem;
  }

  .\32xl\:hover\:-right-16:hover {
    right: -4rem;
  }

  .\32xl\:hover\:-bottom-16:hover {
    bottom: -4rem;
  }

  .\32xl\:hover\:-left-16:hover {
    left: -4rem;
  }

  .\32xl\:hover\:-top-20:hover {
    top: -5rem;
  }

  .\32xl\:hover\:-right-20:hover {
    right: -5rem;
  }

  .\32xl\:hover\:-bottom-20:hover {
    bottom: -5rem;
  }

  .\32xl\:hover\:-left-20:hover {
    left: -5rem;
  }

  .\32xl\:hover\:-top-24:hover {
    top: -6rem;
  }

  .\32xl\:hover\:-right-24:hover {
    right: -6rem;
  }

  .\32xl\:hover\:-bottom-24:hover {
    bottom: -6rem;
  }

  .\32xl\:hover\:-left-24:hover {
    left: -6rem;
  }

  .\32xl\:hover\:-top-28:hover {
    top: -7rem;
  }

  .\32xl\:hover\:-right-28:hover {
    right: -7rem;
  }

  .\32xl\:hover\:-bottom-28:hover {
    bottom: -7rem;
  }

  .\32xl\:hover\:-left-28:hover {
    left: -7rem;
  }

  .\32xl\:hover\:-top-32:hover {
    top: -8rem;
  }

  .\32xl\:hover\:-right-32:hover {
    right: -8rem;
  }

  .\32xl\:hover\:-bottom-32:hover {
    bottom: -8rem;
  }

  .\32xl\:hover\:-left-32:hover {
    left: -8rem;
  }

  .\32xl\:hover\:-top-36:hover {
    top: -9rem;
  }

  .\32xl\:hover\:-right-36:hover {
    right: -9rem;
  }

  .\32xl\:hover\:-bottom-36:hover {
    bottom: -9rem;
  }

  .\32xl\:hover\:-left-36:hover {
    left: -9rem;
  }

  .\32xl\:hover\:-top-40:hover {
    top: -10rem;
  }

  .\32xl\:hover\:-right-40:hover {
    right: -10rem;
  }

  .\32xl\:hover\:-bottom-40:hover {
    bottom: -10rem;
  }

  .\32xl\:hover\:-left-40:hover {
    left: -10rem;
  }

  .\32xl\:hover\:-top-44:hover {
    top: -11rem;
  }

  .\32xl\:hover\:-right-44:hover {
    right: -11rem;
  }

  .\32xl\:hover\:-bottom-44:hover {
    bottom: -11rem;
  }

  .\32xl\:hover\:-left-44:hover {
    left: -11rem;
  }

  .\32xl\:hover\:-top-48:hover {
    top: -12rem;
  }

  .\32xl\:hover\:-right-48:hover {
    right: -12rem;
  }

  .\32xl\:hover\:-bottom-48:hover {
    bottom: -12rem;
  }

  .\32xl\:hover\:-left-48:hover {
    left: -12rem;
  }

  .\32xl\:hover\:-top-52:hover {
    top: -13rem;
  }

  .\32xl\:hover\:-right-52:hover {
    right: -13rem;
  }

  .\32xl\:hover\:-bottom-52:hover {
    bottom: -13rem;
  }

  .\32xl\:hover\:-left-52:hover {
    left: -13rem;
  }

  .\32xl\:hover\:-top-56:hover {
    top: -14rem;
  }

  .\32xl\:hover\:-right-56:hover {
    right: -14rem;
  }

  .\32xl\:hover\:-bottom-56:hover {
    bottom: -14rem;
  }

  .\32xl\:hover\:-left-56:hover {
    left: -14rem;
  }

  .\32xl\:hover\:-top-60:hover {
    top: -15rem;
  }

  .\32xl\:hover\:-right-60:hover {
    right: -15rem;
  }

  .\32xl\:hover\:-bottom-60:hover {
    bottom: -15rem;
  }

  .\32xl\:hover\:-left-60:hover {
    left: -15rem;
  }

  .\32xl\:hover\:-top-64:hover {
    top: -16rem;
  }

  .\32xl\:hover\:-right-64:hover {
    right: -16rem;
  }

  .\32xl\:hover\:-bottom-64:hover {
    bottom: -16rem;
  }

  .\32xl\:hover\:-left-64:hover {
    left: -16rem;
  }

  .\32xl\:hover\:-top-72:hover {
    top: -18rem;
  }

  .\32xl\:hover\:-right-72:hover {
    right: -18rem;
  }

  .\32xl\:hover\:-bottom-72:hover {
    bottom: -18rem;
  }

  .\32xl\:hover\:-left-72:hover {
    left: -18rem;
  }

  .\32xl\:hover\:-top-80:hover {
    top: -20rem;
  }

  .\32xl\:hover\:-right-80:hover {
    right: -20rem;
  }

  .\32xl\:hover\:-bottom-80:hover {
    bottom: -20rem;
  }

  .\32xl\:hover\:-left-80:hover {
    left: -20rem;
  }

  .\32xl\:hover\:-top-96:hover {
    top: -24rem;
  }

  .\32xl\:hover\:-right-96:hover {
    right: -24rem;
  }

  .\32xl\:hover\:-bottom-96:hover {
    bottom: -24rem;
  }

  .\32xl\:hover\:-left-96:hover {
    left: -24rem;
  }

  .\32xl\:hover\:-top-px:hover {
    top: -1px;
  }

  .\32xl\:hover\:-right-px:hover {
    right: -1px;
  }

  .\32xl\:hover\:-bottom-px:hover {
    bottom: -1px;
  }

  .\32xl\:hover\:-left-px:hover {
    left: -1px;
  }

  .\32xl\:hover\:-top-0\.5:hover {
    top: -0.125rem;
  }

  .\32xl\:hover\:-right-0\.5:hover {
    right: -0.125rem;
  }

  .\32xl\:hover\:-bottom-0\.5:hover {
    bottom: -0.125rem;
  }

  .\32xl\:hover\:-left-0\.5:hover {
    left: -0.125rem;
  }

  .\32xl\:hover\:-top-1\.5:hover {
    top: -0.375rem;
  }

  .\32xl\:hover\:-right-1\.5:hover {
    right: -0.375rem;
  }

  .\32xl\:hover\:-bottom-1\.5:hover {
    bottom: -0.375rem;
  }

  .\32xl\:hover\:-left-1\.5:hover {
    left: -0.375rem;
  }

  .\32xl\:hover\:-top-2\.5:hover {
    top: -0.625rem;
  }

  .\32xl\:hover\:-right-2\.5:hover {
    right: -0.625rem;
  }

  .\32xl\:hover\:-bottom-2\.5:hover {
    bottom: -0.625rem;
  }

  .\32xl\:hover\:-left-2\.5:hover {
    left: -0.625rem;
  }

  .\32xl\:hover\:-top-3\.5:hover {
    top: -0.875rem;
  }

  .\32xl\:hover\:-right-3\.5:hover {
    right: -0.875rem;
  }

  .\32xl\:hover\:-bottom-3\.5:hover {
    bottom: -0.875rem;
  }

  .\32xl\:hover\:-left-3\.5:hover {
    left: -0.875rem;
  }

  .\32xl\:hover\:top-1\/2:hover {
    top: 50%;
  }

  .\32xl\:hover\:right-1\/2:hover {
    right: 50%;
  }

  .\32xl\:hover\:bottom-1\/2:hover {
    bottom: 50%;
  }

  .\32xl\:hover\:left-1\/2:hover {
    left: 50%;
  }

  .\32xl\:hover\:top-1\/3:hover {
    top: 33.333333%;
  }

  .\32xl\:hover\:right-1\/3:hover {
    right: 33.333333%;
  }

  .\32xl\:hover\:bottom-1\/3:hover {
    bottom: 33.333333%;
  }

  .\32xl\:hover\:left-1\/3:hover {
    left: 33.333333%;
  }

  .\32xl\:hover\:top-2\/3:hover {
    top: 66.666667%;
  }

  .\32xl\:hover\:right-2\/3:hover {
    right: 66.666667%;
  }

  .\32xl\:hover\:bottom-2\/3:hover {
    bottom: 66.666667%;
  }

  .\32xl\:hover\:left-2\/3:hover {
    left: 66.666667%;
  }

  .\32xl\:hover\:top-1\/4:hover {
    top: 25%;
  }

  .\32xl\:hover\:right-1\/4:hover {
    right: 25%;
  }

  .\32xl\:hover\:bottom-1\/4:hover {
    bottom: 25%;
  }

  .\32xl\:hover\:left-1\/4:hover {
    left: 25%;
  }

  .\32xl\:hover\:top-2\/4:hover {
    top: 50%;
  }

  .\32xl\:hover\:right-2\/4:hover {
    right: 50%;
  }

  .\32xl\:hover\:bottom-2\/4:hover {
    bottom: 50%;
  }

  .\32xl\:hover\:left-2\/4:hover {
    left: 50%;
  }

  .\32xl\:hover\:top-3\/4:hover {
    top: 75%;
  }

  .\32xl\:hover\:right-3\/4:hover {
    right: 75%;
  }

  .\32xl\:hover\:bottom-3\/4:hover {
    bottom: 75%;
  }

  .\32xl\:hover\:left-3\/4:hover {
    left: 75%;
  }

  .\32xl\:hover\:top-full:hover {
    top: 100%;
  }

  .\32xl\:hover\:right-full:hover {
    right: 100%;
  }

  .\32xl\:hover\:bottom-full:hover {
    bottom: 100%;
  }

  .\32xl\:hover\:left-full:hover {
    left: 100%;
  }

  .\32xl\:hover\:-top-1\/2:hover {
    top: -50%;
  }

  .\32xl\:hover\:-right-1\/2:hover {
    right: -50%;
  }

  .\32xl\:hover\:-bottom-1\/2:hover {
    bottom: -50%;
  }

  .\32xl\:hover\:-left-1\/2:hover {
    left: -50%;
  }

  .\32xl\:hover\:-top-1\/3:hover {
    top: -33.333333%;
  }

  .\32xl\:hover\:-right-1\/3:hover {
    right: -33.333333%;
  }

  .\32xl\:hover\:-bottom-1\/3:hover {
    bottom: -33.333333%;
  }

  .\32xl\:hover\:-left-1\/3:hover {
    left: -33.333333%;
  }

  .\32xl\:hover\:-top-2\/3:hover {
    top: -66.666667%;
  }

  .\32xl\:hover\:-right-2\/3:hover {
    right: -66.666667%;
  }

  .\32xl\:hover\:-bottom-2\/3:hover {
    bottom: -66.666667%;
  }

  .\32xl\:hover\:-left-2\/3:hover {
    left: -66.666667%;
  }

  .\32xl\:hover\:-top-1\/4:hover {
    top: -25%;
  }

  .\32xl\:hover\:-right-1\/4:hover {
    right: -25%;
  }

  .\32xl\:hover\:-bottom-1\/4:hover {
    bottom: -25%;
  }

  .\32xl\:hover\:-left-1\/4:hover {
    left: -25%;
  }

  .\32xl\:hover\:-top-2\/4:hover {
    top: -50%;
  }

  .\32xl\:hover\:-right-2\/4:hover {
    right: -50%;
  }

  .\32xl\:hover\:-bottom-2\/4:hover {
    bottom: -50%;
  }

  .\32xl\:hover\:-left-2\/4:hover {
    left: -50%;
  }

  .\32xl\:hover\:-top-3\/4:hover {
    top: -75%;
  }

  .\32xl\:hover\:-right-3\/4:hover {
    right: -75%;
  }

  .\32xl\:hover\:-bottom-3\/4:hover {
    bottom: -75%;
  }

  .\32xl\:hover\:-left-3\/4:hover {
    left: -75%;
  }

  .\32xl\:hover\:-top-full:hover {
    top: -100%;
  }

  .\32xl\:hover\:-right-full:hover {
    right: -100%;
  }

  .\32xl\:hover\:-bottom-full:hover {
    bottom: -100%;
  }

  .\32xl\:hover\:-left-full:hover {
    left: -100%;
  }

  .\32xl\:focus\:inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:focus\:inset-1:focus {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:focus\:inset-2:focus {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:focus\:inset-3:focus {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:focus\:inset-4:focus {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:focus\:inset-5:focus {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:focus\:inset-6:focus {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:focus\:inset-7:focus {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:focus\:inset-8:focus {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:focus\:inset-9:focus {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:focus\:inset-10:focus {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:focus\:inset-11:focus {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:focus\:inset-12:focus {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:focus\:inset-14:focus {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:focus\:inset-16:focus {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:focus\:inset-20:focus {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:focus\:inset-24:focus {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:focus\:inset-28:focus {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:focus\:inset-32:focus {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:focus\:inset-36:focus {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:focus\:inset-40:focus {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:focus\:inset-44:focus {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:focus\:inset-48:focus {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:focus\:inset-52:focus {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:focus\:inset-56:focus {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:focus\:inset-60:focus {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:focus\:inset-64:focus {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:focus\:inset-72:focus {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:focus\:inset-80:focus {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:focus\:inset-96:focus {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:focus\:inset-px:focus {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:focus\:inset-0\.5:focus {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:focus\:inset-1\.5:focus {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:focus\:inset-2\.5:focus {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:focus\:inset-3\.5:focus {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:focus\:-inset-0:focus {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:focus\:-inset-1:focus {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:focus\:-inset-2:focus {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:focus\:-inset-3:focus {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:focus\:-inset-4:focus {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:focus\:-inset-5:focus {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:focus\:-inset-6:focus {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:focus\:-inset-7:focus {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:focus\:-inset-8:focus {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:focus\:-inset-9:focus {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:focus\:-inset-10:focus {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:focus\:-inset-11:focus {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:focus\:-inset-12:focus {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:focus\:-inset-14:focus {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:focus\:-inset-20:focus {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:focus\:-inset-24:focus {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:focus\:-inset-28:focus {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:focus\:-inset-32:focus {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:focus\:-inset-36:focus {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:focus\:-inset-40:focus {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:focus\:-inset-44:focus {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:focus\:-inset-48:focus {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:focus\:-inset-52:focus {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:focus\:-inset-56:focus {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:focus\:-inset-60:focus {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:focus\:-inset-64:focus {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:focus\:-inset-72:focus {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:focus\:-inset-80:focus {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:focus\:-inset-96:focus {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:focus\:-inset-px:focus {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:focus\:-inset-0\.5:focus {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:focus\:-inset-1\.5:focus {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:focus\:-inset-2\.5:focus {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:focus\:-inset-3\.5:focus {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:focus\:inset-1\/2:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:focus\:inset-1\/3:focus {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:focus\:inset-2\/3:focus {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:focus\:inset-1\/4:focus {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:focus\:inset-2\/4:focus {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:focus\:inset-3\/4:focus {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:focus\:inset-full:focus {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:focus\:-inset-1\/2:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:focus\:-inset-1\/3:focus {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:focus\:-inset-2\/3:focus {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:focus\:-inset-1\/4:focus {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:focus\:-inset-2\/4:focus {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:focus\:-inset-3\/4:focus {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:focus\:-inset-full:focus {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:focus\:inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:focus\:inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .\32xl\:focus\:inset-y-1:focus {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:focus\:inset-x-1:focus {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:focus\:inset-y-2:focus {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:focus\:inset-x-2:focus {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:focus\:inset-y-3:focus {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:focus\:inset-x-3:focus {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:focus\:inset-y-4:focus {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:focus\:inset-x-4:focus {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:focus\:inset-y-5:focus {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:focus\:inset-x-5:focus {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:focus\:inset-y-6:focus {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:focus\:inset-x-6:focus {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:focus\:inset-y-7:focus {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:focus\:inset-x-7:focus {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:focus\:inset-y-8:focus {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:focus\:inset-x-8:focus {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:focus\:inset-y-9:focus {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:focus\:inset-x-9:focus {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:focus\:inset-y-10:focus {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:focus\:inset-x-10:focus {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:focus\:inset-y-11:focus {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:focus\:inset-x-11:focus {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:focus\:inset-y-12:focus {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:focus\:inset-x-12:focus {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:focus\:inset-y-14:focus {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:focus\:inset-x-14:focus {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:focus\:inset-y-16:focus {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:focus\:inset-x-16:focus {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:focus\:inset-y-20:focus {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:focus\:inset-x-20:focus {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:focus\:inset-y-24:focus {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:focus\:inset-x-24:focus {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:focus\:inset-y-28:focus {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:focus\:inset-x-28:focus {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:focus\:inset-y-32:focus {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:focus\:inset-x-32:focus {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:focus\:inset-y-36:focus {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:focus\:inset-x-36:focus {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:focus\:inset-y-40:focus {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:focus\:inset-x-40:focus {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:focus\:inset-y-44:focus {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:focus\:inset-x-44:focus {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:focus\:inset-y-48:focus {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:focus\:inset-x-48:focus {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:focus\:inset-y-52:focus {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:focus\:inset-x-52:focus {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:focus\:inset-y-56:focus {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:focus\:inset-x-56:focus {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:focus\:inset-y-60:focus {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:focus\:inset-x-60:focus {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:focus\:inset-y-64:focus {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:focus\:inset-x-64:focus {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:focus\:inset-y-72:focus {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:focus\:inset-x-72:focus {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:focus\:inset-y-80:focus {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:focus\:inset-x-80:focus {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:focus\:inset-y-96:focus {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:focus\:inset-x-96:focus {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .\32xl\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .\32xl\:focus\:inset-y-px:focus {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:focus\:inset-x-px:focus {
    right: 1px;
    left: 1px;
  }

  .\32xl\:focus\:inset-y-0\.5:focus {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:focus\:inset-x-0\.5:focus {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:focus\:inset-y-1\.5:focus {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:focus\:inset-x-1\.5:focus {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:focus\:inset-y-2\.5:focus {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:focus\:inset-x-2\.5:focus {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:focus\:inset-y-3\.5:focus {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:focus\:inset-x-3\.5:focus {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:focus\:-inset-y-0:focus {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:focus\:-inset-x-0:focus {
    right: 0px;
    left: 0px;
  }

  .\32xl\:focus\:-inset-y-1:focus {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:focus\:-inset-x-1:focus {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:focus\:-inset-y-2:focus {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:focus\:-inset-x-2:focus {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:focus\:-inset-y-3:focus {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:focus\:-inset-x-3:focus {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:focus\:-inset-y-4:focus {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:focus\:-inset-x-4:focus {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:focus\:-inset-y-5:focus {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:focus\:-inset-x-5:focus {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:focus\:-inset-y-6:focus {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:focus\:-inset-x-6:focus {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:focus\:-inset-y-7:focus {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:focus\:-inset-x-7:focus {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:focus\:-inset-y-8:focus {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:focus\:-inset-x-8:focus {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:focus\:-inset-y-9:focus {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:focus\:-inset-x-9:focus {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:focus\:-inset-y-10:focus {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:focus\:-inset-x-10:focus {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:focus\:-inset-y-11:focus {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:focus\:-inset-x-11:focus {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:focus\:-inset-y-12:focus {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:focus\:-inset-x-12:focus {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:focus\:-inset-y-14:focus {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:focus\:-inset-x-14:focus {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:focus\:-inset-y-20:focus {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:focus\:-inset-x-20:focus {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:focus\:-inset-y-24:focus {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:focus\:-inset-x-24:focus {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:focus\:-inset-y-28:focus {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:focus\:-inset-x-28:focus {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:focus\:-inset-y-32:focus {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:focus\:-inset-x-32:focus {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:focus\:-inset-y-36:focus {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:focus\:-inset-x-36:focus {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:focus\:-inset-y-40:focus {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:focus\:-inset-x-40:focus {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:focus\:-inset-y-44:focus {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:focus\:-inset-x-44:focus {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:focus\:-inset-y-48:focus {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:focus\:-inset-x-48:focus {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:focus\:-inset-y-52:focus {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:focus\:-inset-x-52:focus {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:focus\:-inset-y-56:focus {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:focus\:-inset-x-56:focus {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:focus\:-inset-y-60:focus {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:focus\:-inset-x-60:focus {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:focus\:-inset-y-64:focus {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:focus\:-inset-x-64:focus {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:focus\:-inset-y-72:focus {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:focus\:-inset-x-72:focus {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:focus\:-inset-y-80:focus {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:focus\:-inset-x-80:focus {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:focus\:-inset-y-96:focus {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:focus\:-inset-x-96:focus {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:focus\:-inset-y-px:focus {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:focus\:-inset-x-px:focus {
    right: -1px;
    left: -1px;
  }

  .\32xl\:focus\:-inset-y-0\.5:focus {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:focus\:-inset-x-0\.5:focus {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:focus\:-inset-y-1\.5:focus {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:focus\:-inset-x-1\.5:focus {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:focus\:-inset-y-2\.5:focus {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:focus\:-inset-x-2\.5:focus {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:focus\:-inset-y-3\.5:focus {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:focus\:-inset-x-3\.5:focus {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:focus\:inset-y-1\/2:focus {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:focus\:inset-x-1\/2:focus {
    right: 50%;
    left: 50%;
  }

  .\32xl\:focus\:inset-y-1\/3:focus {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:focus\:inset-x-1\/3:focus {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:focus\:inset-y-2\/3:focus {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:focus\:inset-x-2\/3:focus {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:focus\:inset-y-1\/4:focus {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:focus\:inset-x-1\/4:focus {
    right: 25%;
    left: 25%;
  }

  .\32xl\:focus\:inset-y-2\/4:focus {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:focus\:inset-x-2\/4:focus {
    right: 50%;
    left: 50%;
  }

  .\32xl\:focus\:inset-y-3\/4:focus {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:focus\:inset-x-3\/4:focus {
    right: 75%;
    left: 75%;
  }

  .\32xl\:focus\:inset-y-full:focus {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:focus\:inset-x-full:focus {
    right: 100%;
    left: 100%;
  }

  .\32xl\:focus\:-inset-y-1\/2:focus {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:focus\:-inset-x-1\/2:focus {
    right: -50%;
    left: -50%;
  }

  .\32xl\:focus\:-inset-y-1\/3:focus {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:focus\:-inset-x-1\/3:focus {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:focus\:-inset-y-2\/3:focus {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:focus\:-inset-x-2\/3:focus {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:focus\:-inset-y-1\/4:focus {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:focus\:-inset-x-1\/4:focus {
    right: -25%;
    left: -25%;
  }

  .\32xl\:focus\:-inset-y-2\/4:focus {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:focus\:-inset-x-2\/4:focus {
    right: -50%;
    left: -50%;
  }

  .\32xl\:focus\:-inset-y-3\/4:focus {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:focus\:-inset-x-3\/4:focus {
    right: -75%;
    left: -75%;
  }

  .\32xl\:focus\:-inset-y-full:focus {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:focus\:-inset-x-full:focus {
    right: -100%;
    left: -100%;
  }

  .\32xl\:focus\:top-0:focus {
    top: 0px;
  }

  .\32xl\:focus\:right-0:focus {
    right: 0px;
  }

  .\32xl\:focus\:bottom-0:focus {
    bottom: 0px;
  }

  .\32xl\:focus\:left-0:focus {
    left: 0px;
  }

  .\32xl\:focus\:top-1:focus {
    top: 0.25rem;
  }

  .\32xl\:focus\:right-1:focus {
    right: 0.25rem;
  }

  .\32xl\:focus\:bottom-1:focus {
    bottom: 0.25rem;
  }

  .\32xl\:focus\:left-1:focus {
    left: 0.25rem;
  }

  .\32xl\:focus\:top-2:focus {
    top: 0.5rem;
  }

  .\32xl\:focus\:right-2:focus {
    right: 0.5rem;
  }

  .\32xl\:focus\:bottom-2:focus {
    bottom: 0.5rem;
  }

  .\32xl\:focus\:left-2:focus {
    left: 0.5rem;
  }

  .\32xl\:focus\:top-3:focus {
    top: 0.75rem;
  }

  .\32xl\:focus\:right-3:focus {
    right: 0.75rem;
  }

  .\32xl\:focus\:bottom-3:focus {
    bottom: 0.75rem;
  }

  .\32xl\:focus\:left-3:focus {
    left: 0.75rem;
  }

  .\32xl\:focus\:top-4:focus {
    top: 1rem;
  }

  .\32xl\:focus\:right-4:focus {
    right: 1rem;
  }

  .\32xl\:focus\:bottom-4:focus {
    bottom: 1rem;
  }

  .\32xl\:focus\:left-4:focus {
    left: 1rem;
  }

  .\32xl\:focus\:top-5:focus {
    top: 1.25rem;
  }

  .\32xl\:focus\:right-5:focus {
    right: 1.25rem;
  }

  .\32xl\:focus\:bottom-5:focus {
    bottom: 1.25rem;
  }

  .\32xl\:focus\:left-5:focus {
    left: 1.25rem;
  }

  .\32xl\:focus\:top-6:focus {
    top: 1.5rem;
  }

  .\32xl\:focus\:right-6:focus {
    right: 1.5rem;
  }

  .\32xl\:focus\:bottom-6:focus {
    bottom: 1.5rem;
  }

  .\32xl\:focus\:left-6:focus {
    left: 1.5rem;
  }

  .\32xl\:focus\:top-7:focus {
    top: 1.75rem;
  }

  .\32xl\:focus\:right-7:focus {
    right: 1.75rem;
  }

  .\32xl\:focus\:bottom-7:focus {
    bottom: 1.75rem;
  }

  .\32xl\:focus\:left-7:focus {
    left: 1.75rem;
  }

  .\32xl\:focus\:top-8:focus {
    top: 2rem;
  }

  .\32xl\:focus\:right-8:focus {
    right: 2rem;
  }

  .\32xl\:focus\:bottom-8:focus {
    bottom: 2rem;
  }

  .\32xl\:focus\:left-8:focus {
    left: 2rem;
  }

  .\32xl\:focus\:top-9:focus {
    top: 2.25rem;
  }

  .\32xl\:focus\:right-9:focus {
    right: 2.25rem;
  }

  .\32xl\:focus\:bottom-9:focus {
    bottom: 2.25rem;
  }

  .\32xl\:focus\:left-9:focus {
    left: 2.25rem;
  }

  .\32xl\:focus\:top-10:focus {
    top: 2.5rem;
  }

  .\32xl\:focus\:right-10:focus {
    right: 2.5rem;
  }

  .\32xl\:focus\:bottom-10:focus {
    bottom: 2.5rem;
  }

  .\32xl\:focus\:left-10:focus {
    left: 2.5rem;
  }

  .\32xl\:focus\:top-11:focus {
    top: 2.75rem;
  }

  .\32xl\:focus\:right-11:focus {
    right: 2.75rem;
  }

  .\32xl\:focus\:bottom-11:focus {
    bottom: 2.75rem;
  }

  .\32xl\:focus\:left-11:focus {
    left: 2.75rem;
  }

  .\32xl\:focus\:top-12:focus {
    top: 3rem;
  }

  .\32xl\:focus\:right-12:focus {
    right: 3rem;
  }

  .\32xl\:focus\:bottom-12:focus {
    bottom: 3rem;
  }

  .\32xl\:focus\:left-12:focus {
    left: 3rem;
  }

  .\32xl\:focus\:top-14:focus {
    top: 3.5rem;
  }

  .\32xl\:focus\:right-14:focus {
    right: 3.5rem;
  }

  .\32xl\:focus\:bottom-14:focus {
    bottom: 3.5rem;
  }

  .\32xl\:focus\:left-14:focus {
    left: 3.5rem;
  }

  .\32xl\:focus\:top-16:focus {
    top: 4rem;
  }

  .\32xl\:focus\:right-16:focus {
    right: 4rem;
  }

  .\32xl\:focus\:bottom-16:focus {
    bottom: 4rem;
  }

  .\32xl\:focus\:left-16:focus {
    left: 4rem;
  }

  .\32xl\:focus\:top-20:focus {
    top: 5rem;
  }

  .\32xl\:focus\:right-20:focus {
    right: 5rem;
  }

  .\32xl\:focus\:bottom-20:focus {
    bottom: 5rem;
  }

  .\32xl\:focus\:left-20:focus {
    left: 5rem;
  }

  .\32xl\:focus\:top-24:focus {
    top: 6rem;
  }

  .\32xl\:focus\:right-24:focus {
    right: 6rem;
  }

  .\32xl\:focus\:bottom-24:focus {
    bottom: 6rem;
  }

  .\32xl\:focus\:left-24:focus {
    left: 6rem;
  }

  .\32xl\:focus\:top-28:focus {
    top: 7rem;
  }

  .\32xl\:focus\:right-28:focus {
    right: 7rem;
  }

  .\32xl\:focus\:bottom-28:focus {
    bottom: 7rem;
  }

  .\32xl\:focus\:left-28:focus {
    left: 7rem;
  }

  .\32xl\:focus\:top-32:focus {
    top: 8rem;
  }

  .\32xl\:focus\:right-32:focus {
    right: 8rem;
  }

  .\32xl\:focus\:bottom-32:focus {
    bottom: 8rem;
  }

  .\32xl\:focus\:left-32:focus {
    left: 8rem;
  }

  .\32xl\:focus\:top-36:focus {
    top: 9rem;
  }

  .\32xl\:focus\:right-36:focus {
    right: 9rem;
  }

  .\32xl\:focus\:bottom-36:focus {
    bottom: 9rem;
  }

  .\32xl\:focus\:left-36:focus {
    left: 9rem;
  }

  .\32xl\:focus\:top-40:focus {
    top: 10rem;
  }

  .\32xl\:focus\:right-40:focus {
    right: 10rem;
  }

  .\32xl\:focus\:bottom-40:focus {
    bottom: 10rem;
  }

  .\32xl\:focus\:left-40:focus {
    left: 10rem;
  }

  .\32xl\:focus\:top-44:focus {
    top: 11rem;
  }

  .\32xl\:focus\:right-44:focus {
    right: 11rem;
  }

  .\32xl\:focus\:bottom-44:focus {
    bottom: 11rem;
  }

  .\32xl\:focus\:left-44:focus {
    left: 11rem;
  }

  .\32xl\:focus\:top-48:focus {
    top: 12rem;
  }

  .\32xl\:focus\:right-48:focus {
    right: 12rem;
  }

  .\32xl\:focus\:bottom-48:focus {
    bottom: 12rem;
  }

  .\32xl\:focus\:left-48:focus {
    left: 12rem;
  }

  .\32xl\:focus\:top-52:focus {
    top: 13rem;
  }

  .\32xl\:focus\:right-52:focus {
    right: 13rem;
  }

  .\32xl\:focus\:bottom-52:focus {
    bottom: 13rem;
  }

  .\32xl\:focus\:left-52:focus {
    left: 13rem;
  }

  .\32xl\:focus\:top-56:focus {
    top: 14rem;
  }

  .\32xl\:focus\:right-56:focus {
    right: 14rem;
  }

  .\32xl\:focus\:bottom-56:focus {
    bottom: 14rem;
  }

  .\32xl\:focus\:left-56:focus {
    left: 14rem;
  }

  .\32xl\:focus\:top-60:focus {
    top: 15rem;
  }

  .\32xl\:focus\:right-60:focus {
    right: 15rem;
  }

  .\32xl\:focus\:bottom-60:focus {
    bottom: 15rem;
  }

  .\32xl\:focus\:left-60:focus {
    left: 15rem;
  }

  .\32xl\:focus\:top-64:focus {
    top: 16rem;
  }

  .\32xl\:focus\:right-64:focus {
    right: 16rem;
  }

  .\32xl\:focus\:bottom-64:focus {
    bottom: 16rem;
  }

  .\32xl\:focus\:left-64:focus {
    left: 16rem;
  }

  .\32xl\:focus\:top-72:focus {
    top: 18rem;
  }

  .\32xl\:focus\:right-72:focus {
    right: 18rem;
  }

  .\32xl\:focus\:bottom-72:focus {
    bottom: 18rem;
  }

  .\32xl\:focus\:left-72:focus {
    left: 18rem;
  }

  .\32xl\:focus\:top-80:focus {
    top: 20rem;
  }

  .\32xl\:focus\:right-80:focus {
    right: 20rem;
  }

  .\32xl\:focus\:bottom-80:focus {
    bottom: 20rem;
  }

  .\32xl\:focus\:left-80:focus {
    left: 20rem;
  }

  .\32xl\:focus\:top-96:focus {
    top: 24rem;
  }

  .\32xl\:focus\:right-96:focus {
    right: 24rem;
  }

  .\32xl\:focus\:bottom-96:focus {
    bottom: 24rem;
  }

  .\32xl\:focus\:left-96:focus {
    left: 24rem;
  }

  .\32xl\:focus\:top-auto:focus {
    top: auto;
  }

  .\32xl\:focus\:right-auto:focus {
    right: auto;
  }

  .\32xl\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .\32xl\:focus\:left-auto:focus {
    left: auto;
  }

  .\32xl\:focus\:top-px:focus {
    top: 1px;
  }

  .\32xl\:focus\:right-px:focus {
    right: 1px;
  }

  .\32xl\:focus\:bottom-px:focus {
    bottom: 1px;
  }

  .\32xl\:focus\:left-px:focus {
    left: 1px;
  }

  .\32xl\:focus\:top-0\.5:focus {
    top: 0.125rem;
  }

  .\32xl\:focus\:right-0\.5:focus {
    right: 0.125rem;
  }

  .\32xl\:focus\:bottom-0\.5:focus {
    bottom: 0.125rem;
  }

  .\32xl\:focus\:left-0\.5:focus {
    left: 0.125rem;
  }

  .\32xl\:focus\:top-1\.5:focus {
    top: 0.375rem;
  }

  .\32xl\:focus\:right-1\.5:focus {
    right: 0.375rem;
  }

  .\32xl\:focus\:bottom-1\.5:focus {
    bottom: 0.375rem;
  }

  .\32xl\:focus\:left-1\.5:focus {
    left: 0.375rem;
  }

  .\32xl\:focus\:top-2\.5:focus {
    top: 0.625rem;
  }

  .\32xl\:focus\:right-2\.5:focus {
    right: 0.625rem;
  }

  .\32xl\:focus\:bottom-2\.5:focus {
    bottom: 0.625rem;
  }

  .\32xl\:focus\:left-2\.5:focus {
    left: 0.625rem;
  }

  .\32xl\:focus\:top-3\.5:focus {
    top: 0.875rem;
  }

  .\32xl\:focus\:right-3\.5:focus {
    right: 0.875rem;
  }

  .\32xl\:focus\:bottom-3\.5:focus {
    bottom: 0.875rem;
  }

  .\32xl\:focus\:left-3\.5:focus {
    left: 0.875rem;
  }

  .\32xl\:focus\:-top-0:focus {
    top: 0px;
  }

  .\32xl\:focus\:-right-0:focus {
    right: 0px;
  }

  .\32xl\:focus\:-bottom-0:focus {
    bottom: 0px;
  }

  .\32xl\:focus\:-left-0:focus {
    left: 0px;
  }

  .\32xl\:focus\:-top-1:focus {
    top: -0.25rem;
  }

  .\32xl\:focus\:-right-1:focus {
    right: -0.25rem;
  }

  .\32xl\:focus\:-bottom-1:focus {
    bottom: -0.25rem;
  }

  .\32xl\:focus\:-left-1:focus {
    left: -0.25rem;
  }

  .\32xl\:focus\:-top-2:focus {
    top: -0.5rem;
  }

  .\32xl\:focus\:-right-2:focus {
    right: -0.5rem;
  }

  .\32xl\:focus\:-bottom-2:focus {
    bottom: -0.5rem;
  }

  .\32xl\:focus\:-left-2:focus {
    left: -0.5rem;
  }

  .\32xl\:focus\:-top-3:focus {
    top: -0.75rem;
  }

  .\32xl\:focus\:-right-3:focus {
    right: -0.75rem;
  }

  .\32xl\:focus\:-bottom-3:focus {
    bottom: -0.75rem;
  }

  .\32xl\:focus\:-left-3:focus {
    left: -0.75rem;
  }

  .\32xl\:focus\:-top-4:focus {
    top: -1rem;
  }

  .\32xl\:focus\:-right-4:focus {
    right: -1rem;
  }

  .\32xl\:focus\:-bottom-4:focus {
    bottom: -1rem;
  }

  .\32xl\:focus\:-left-4:focus {
    left: -1rem;
  }

  .\32xl\:focus\:-top-5:focus {
    top: -1.25rem;
  }

  .\32xl\:focus\:-right-5:focus {
    right: -1.25rem;
  }

  .\32xl\:focus\:-bottom-5:focus {
    bottom: -1.25rem;
  }

  .\32xl\:focus\:-left-5:focus {
    left: -1.25rem;
  }

  .\32xl\:focus\:-top-6:focus {
    top: -1.5rem;
  }

  .\32xl\:focus\:-right-6:focus {
    right: -1.5rem;
  }

  .\32xl\:focus\:-bottom-6:focus {
    bottom: -1.5rem;
  }

  .\32xl\:focus\:-left-6:focus {
    left: -1.5rem;
  }

  .\32xl\:focus\:-top-7:focus {
    top: -1.75rem;
  }

  .\32xl\:focus\:-right-7:focus {
    right: -1.75rem;
  }

  .\32xl\:focus\:-bottom-7:focus {
    bottom: -1.75rem;
  }

  .\32xl\:focus\:-left-7:focus {
    left: -1.75rem;
  }

  .\32xl\:focus\:-top-8:focus {
    top: -2rem;
  }

  .\32xl\:focus\:-right-8:focus {
    right: -2rem;
  }

  .\32xl\:focus\:-bottom-8:focus {
    bottom: -2rem;
  }

  .\32xl\:focus\:-left-8:focus {
    left: -2rem;
  }

  .\32xl\:focus\:-top-9:focus {
    top: -2.25rem;
  }

  .\32xl\:focus\:-right-9:focus {
    right: -2.25rem;
  }

  .\32xl\:focus\:-bottom-9:focus {
    bottom: -2.25rem;
  }

  .\32xl\:focus\:-left-9:focus {
    left: -2.25rem;
  }

  .\32xl\:focus\:-top-10:focus {
    top: -2.5rem;
  }

  .\32xl\:focus\:-right-10:focus {
    right: -2.5rem;
  }

  .\32xl\:focus\:-bottom-10:focus {
    bottom: -2.5rem;
  }

  .\32xl\:focus\:-left-10:focus {
    left: -2.5rem;
  }

  .\32xl\:focus\:-top-11:focus {
    top: -2.75rem;
  }

  .\32xl\:focus\:-right-11:focus {
    right: -2.75rem;
  }

  .\32xl\:focus\:-bottom-11:focus {
    bottom: -2.75rem;
  }

  .\32xl\:focus\:-left-11:focus {
    left: -2.75rem;
  }

  .\32xl\:focus\:-top-12:focus {
    top: -3rem;
  }

  .\32xl\:focus\:-right-12:focus {
    right: -3rem;
  }

  .\32xl\:focus\:-bottom-12:focus {
    bottom: -3rem;
  }

  .\32xl\:focus\:-left-12:focus {
    left: -3rem;
  }

  .\32xl\:focus\:-top-14:focus {
    top: -3.5rem;
  }

  .\32xl\:focus\:-right-14:focus {
    right: -3.5rem;
  }

  .\32xl\:focus\:-bottom-14:focus {
    bottom: -3.5rem;
  }

  .\32xl\:focus\:-left-14:focus {
    left: -3.5rem;
  }

  .\32xl\:focus\:-top-16:focus {
    top: -4rem;
  }

  .\32xl\:focus\:-right-16:focus {
    right: -4rem;
  }

  .\32xl\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .\32xl\:focus\:-left-16:focus {
    left: -4rem;
  }

  .\32xl\:focus\:-top-20:focus {
    top: -5rem;
  }

  .\32xl\:focus\:-right-20:focus {
    right: -5rem;
  }

  .\32xl\:focus\:-bottom-20:focus {
    bottom: -5rem;
  }

  .\32xl\:focus\:-left-20:focus {
    left: -5rem;
  }

  .\32xl\:focus\:-top-24:focus {
    top: -6rem;
  }

  .\32xl\:focus\:-right-24:focus {
    right: -6rem;
  }

  .\32xl\:focus\:-bottom-24:focus {
    bottom: -6rem;
  }

  .\32xl\:focus\:-left-24:focus {
    left: -6rem;
  }

  .\32xl\:focus\:-top-28:focus {
    top: -7rem;
  }

  .\32xl\:focus\:-right-28:focus {
    right: -7rem;
  }

  .\32xl\:focus\:-bottom-28:focus {
    bottom: -7rem;
  }

  .\32xl\:focus\:-left-28:focus {
    left: -7rem;
  }

  .\32xl\:focus\:-top-32:focus {
    top: -8rem;
  }

  .\32xl\:focus\:-right-32:focus {
    right: -8rem;
  }

  .\32xl\:focus\:-bottom-32:focus {
    bottom: -8rem;
  }

  .\32xl\:focus\:-left-32:focus {
    left: -8rem;
  }

  .\32xl\:focus\:-top-36:focus {
    top: -9rem;
  }

  .\32xl\:focus\:-right-36:focus {
    right: -9rem;
  }

  .\32xl\:focus\:-bottom-36:focus {
    bottom: -9rem;
  }

  .\32xl\:focus\:-left-36:focus {
    left: -9rem;
  }

  .\32xl\:focus\:-top-40:focus {
    top: -10rem;
  }

  .\32xl\:focus\:-right-40:focus {
    right: -10rem;
  }

  .\32xl\:focus\:-bottom-40:focus {
    bottom: -10rem;
  }

  .\32xl\:focus\:-left-40:focus {
    left: -10rem;
  }

  .\32xl\:focus\:-top-44:focus {
    top: -11rem;
  }

  .\32xl\:focus\:-right-44:focus {
    right: -11rem;
  }

  .\32xl\:focus\:-bottom-44:focus {
    bottom: -11rem;
  }

  .\32xl\:focus\:-left-44:focus {
    left: -11rem;
  }

  .\32xl\:focus\:-top-48:focus {
    top: -12rem;
  }

  .\32xl\:focus\:-right-48:focus {
    right: -12rem;
  }

  .\32xl\:focus\:-bottom-48:focus {
    bottom: -12rem;
  }

  .\32xl\:focus\:-left-48:focus {
    left: -12rem;
  }

  .\32xl\:focus\:-top-52:focus {
    top: -13rem;
  }

  .\32xl\:focus\:-right-52:focus {
    right: -13rem;
  }

  .\32xl\:focus\:-bottom-52:focus {
    bottom: -13rem;
  }

  .\32xl\:focus\:-left-52:focus {
    left: -13rem;
  }

  .\32xl\:focus\:-top-56:focus {
    top: -14rem;
  }

  .\32xl\:focus\:-right-56:focus {
    right: -14rem;
  }

  .\32xl\:focus\:-bottom-56:focus {
    bottom: -14rem;
  }

  .\32xl\:focus\:-left-56:focus {
    left: -14rem;
  }

  .\32xl\:focus\:-top-60:focus {
    top: -15rem;
  }

  .\32xl\:focus\:-right-60:focus {
    right: -15rem;
  }

  .\32xl\:focus\:-bottom-60:focus {
    bottom: -15rem;
  }

  .\32xl\:focus\:-left-60:focus {
    left: -15rem;
  }

  .\32xl\:focus\:-top-64:focus {
    top: -16rem;
  }

  .\32xl\:focus\:-right-64:focus {
    right: -16rem;
  }

  .\32xl\:focus\:-bottom-64:focus {
    bottom: -16rem;
  }

  .\32xl\:focus\:-left-64:focus {
    left: -16rem;
  }

  .\32xl\:focus\:-top-72:focus {
    top: -18rem;
  }

  .\32xl\:focus\:-right-72:focus {
    right: -18rem;
  }

  .\32xl\:focus\:-bottom-72:focus {
    bottom: -18rem;
  }

  .\32xl\:focus\:-left-72:focus {
    left: -18rem;
  }

  .\32xl\:focus\:-top-80:focus {
    top: -20rem;
  }

  .\32xl\:focus\:-right-80:focus {
    right: -20rem;
  }

  .\32xl\:focus\:-bottom-80:focus {
    bottom: -20rem;
  }

  .\32xl\:focus\:-left-80:focus {
    left: -20rem;
  }

  .\32xl\:focus\:-top-96:focus {
    top: -24rem;
  }

  .\32xl\:focus\:-right-96:focus {
    right: -24rem;
  }

  .\32xl\:focus\:-bottom-96:focus {
    bottom: -24rem;
  }

  .\32xl\:focus\:-left-96:focus {
    left: -24rem;
  }

  .\32xl\:focus\:-top-px:focus {
    top: -1px;
  }

  .\32xl\:focus\:-right-px:focus {
    right: -1px;
  }

  .\32xl\:focus\:-bottom-px:focus {
    bottom: -1px;
  }

  .\32xl\:focus\:-left-px:focus {
    left: -1px;
  }

  .\32xl\:focus\:-top-0\.5:focus {
    top: -0.125rem;
  }

  .\32xl\:focus\:-right-0\.5:focus {
    right: -0.125rem;
  }

  .\32xl\:focus\:-bottom-0\.5:focus {
    bottom: -0.125rem;
  }

  .\32xl\:focus\:-left-0\.5:focus {
    left: -0.125rem;
  }

  .\32xl\:focus\:-top-1\.5:focus {
    top: -0.375rem;
  }

  .\32xl\:focus\:-right-1\.5:focus {
    right: -0.375rem;
  }

  .\32xl\:focus\:-bottom-1\.5:focus {
    bottom: -0.375rem;
  }

  .\32xl\:focus\:-left-1\.5:focus {
    left: -0.375rem;
  }

  .\32xl\:focus\:-top-2\.5:focus {
    top: -0.625rem;
  }

  .\32xl\:focus\:-right-2\.5:focus {
    right: -0.625rem;
  }

  .\32xl\:focus\:-bottom-2\.5:focus {
    bottom: -0.625rem;
  }

  .\32xl\:focus\:-left-2\.5:focus {
    left: -0.625rem;
  }

  .\32xl\:focus\:-top-3\.5:focus {
    top: -0.875rem;
  }

  .\32xl\:focus\:-right-3\.5:focus {
    right: -0.875rem;
  }

  .\32xl\:focus\:-bottom-3\.5:focus {
    bottom: -0.875rem;
  }

  .\32xl\:focus\:-left-3\.5:focus {
    left: -0.875rem;
  }

  .\32xl\:focus\:top-1\/2:focus {
    top: 50%;
  }

  .\32xl\:focus\:right-1\/2:focus {
    right: 50%;
  }

  .\32xl\:focus\:bottom-1\/2:focus {
    bottom: 50%;
  }

  .\32xl\:focus\:left-1\/2:focus {
    left: 50%;
  }

  .\32xl\:focus\:top-1\/3:focus {
    top: 33.333333%;
  }

  .\32xl\:focus\:right-1\/3:focus {
    right: 33.333333%;
  }

  .\32xl\:focus\:bottom-1\/3:focus {
    bottom: 33.333333%;
  }

  .\32xl\:focus\:left-1\/3:focus {
    left: 33.333333%;
  }

  .\32xl\:focus\:top-2\/3:focus {
    top: 66.666667%;
  }

  .\32xl\:focus\:right-2\/3:focus {
    right: 66.666667%;
  }

  .\32xl\:focus\:bottom-2\/3:focus {
    bottom: 66.666667%;
  }

  .\32xl\:focus\:left-2\/3:focus {
    left: 66.666667%;
  }

  .\32xl\:focus\:top-1\/4:focus {
    top: 25%;
  }

  .\32xl\:focus\:right-1\/4:focus {
    right: 25%;
  }

  .\32xl\:focus\:bottom-1\/4:focus {
    bottom: 25%;
  }

  .\32xl\:focus\:left-1\/4:focus {
    left: 25%;
  }

  .\32xl\:focus\:top-2\/4:focus {
    top: 50%;
  }

  .\32xl\:focus\:right-2\/4:focus {
    right: 50%;
  }

  .\32xl\:focus\:bottom-2\/4:focus {
    bottom: 50%;
  }

  .\32xl\:focus\:left-2\/4:focus {
    left: 50%;
  }

  .\32xl\:focus\:top-3\/4:focus {
    top: 75%;
  }

  .\32xl\:focus\:right-3\/4:focus {
    right: 75%;
  }

  .\32xl\:focus\:bottom-3\/4:focus {
    bottom: 75%;
  }

  .\32xl\:focus\:left-3\/4:focus {
    left: 75%;
  }

  .\32xl\:focus\:top-full:focus {
    top: 100%;
  }

  .\32xl\:focus\:right-full:focus {
    right: 100%;
  }

  .\32xl\:focus\:bottom-full:focus {
    bottom: 100%;
  }

  .\32xl\:focus\:left-full:focus {
    left: 100%;
  }

  .\32xl\:focus\:-top-1\/2:focus {
    top: -50%;
  }

  .\32xl\:focus\:-right-1\/2:focus {
    right: -50%;
  }

  .\32xl\:focus\:-bottom-1\/2:focus {
    bottom: -50%;
  }

  .\32xl\:focus\:-left-1\/2:focus {
    left: -50%;
  }

  .\32xl\:focus\:-top-1\/3:focus {
    top: -33.333333%;
  }

  .\32xl\:focus\:-right-1\/3:focus {
    right: -33.333333%;
  }

  .\32xl\:focus\:-bottom-1\/3:focus {
    bottom: -33.333333%;
  }

  .\32xl\:focus\:-left-1\/3:focus {
    left: -33.333333%;
  }

  .\32xl\:focus\:-top-2\/3:focus {
    top: -66.666667%;
  }

  .\32xl\:focus\:-right-2\/3:focus {
    right: -66.666667%;
  }

  .\32xl\:focus\:-bottom-2\/3:focus {
    bottom: -66.666667%;
  }

  .\32xl\:focus\:-left-2\/3:focus {
    left: -66.666667%;
  }

  .\32xl\:focus\:-top-1\/4:focus {
    top: -25%;
  }

  .\32xl\:focus\:-right-1\/4:focus {
    right: -25%;
  }

  .\32xl\:focus\:-bottom-1\/4:focus {
    bottom: -25%;
  }

  .\32xl\:focus\:-left-1\/4:focus {
    left: -25%;
  }

  .\32xl\:focus\:-top-2\/4:focus {
    top: -50%;
  }

  .\32xl\:focus\:-right-2\/4:focus {
    right: -50%;
  }

  .\32xl\:focus\:-bottom-2\/4:focus {
    bottom: -50%;
  }

  .\32xl\:focus\:-left-2\/4:focus {
    left: -50%;
  }

  .\32xl\:focus\:-top-3\/4:focus {
    top: -75%;
  }

  .\32xl\:focus\:-right-3\/4:focus {
    right: -75%;
  }

  .\32xl\:focus\:-bottom-3\/4:focus {
    bottom: -75%;
  }

  .\32xl\:focus\:-left-3\/4:focus {
    left: -75%;
  }

  .\32xl\:focus\:-top-full:focus {
    top: -100%;
  }

  .\32xl\:focus\:-right-full:focus {
    right: -100%;
  }

  .\32xl\:focus\:-bottom-full:focus {
    bottom: -100%;
  }

  .\32xl\:focus\:-left-full:focus {
    left: -100%;
  }

  .\32xl\:active\:inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:active\:inset-1:active {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:active\:inset-2:active {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:active\:inset-3:active {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:active\:inset-4:active {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:active\:inset-5:active {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:active\:inset-6:active {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:active\:inset-7:active {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:active\:inset-8:active {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:active\:inset-9:active {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:active\:inset-10:active {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:active\:inset-11:active {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:active\:inset-12:active {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:active\:inset-14:active {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:active\:inset-16:active {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:active\:inset-20:active {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:active\:inset-24:active {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:active\:inset-28:active {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:active\:inset-32:active {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:active\:inset-36:active {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:active\:inset-40:active {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:active\:inset-44:active {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:active\:inset-48:active {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:active\:inset-52:active {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:active\:inset-56:active {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:active\:inset-60:active {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:active\:inset-64:active {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:active\:inset-72:active {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:active\:inset-80:active {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:active\:inset-96:active {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:active\:inset-auto:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:active\:inset-px:active {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:active\:inset-0\.5:active {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:active\:inset-1\.5:active {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:active\:inset-2\.5:active {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:active\:inset-3\.5:active {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:active\:-inset-0:active {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:active\:-inset-1:active {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:active\:-inset-2:active {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:active\:-inset-3:active {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:active\:-inset-4:active {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:active\:-inset-5:active {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:active\:-inset-6:active {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:active\:-inset-7:active {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:active\:-inset-8:active {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:active\:-inset-9:active {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:active\:-inset-10:active {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:active\:-inset-11:active {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:active\:-inset-12:active {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:active\:-inset-14:active {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:active\:-inset-16:active {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:active\:-inset-20:active {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:active\:-inset-24:active {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:active\:-inset-28:active {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:active\:-inset-32:active {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:active\:-inset-36:active {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:active\:-inset-40:active {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:active\:-inset-44:active {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:active\:-inset-48:active {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:active\:-inset-52:active {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:active\:-inset-56:active {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:active\:-inset-60:active {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:active\:-inset-64:active {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:active\:-inset-72:active {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:active\:-inset-80:active {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:active\:-inset-96:active {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:active\:-inset-px:active {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:active\:-inset-0\.5:active {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:active\:-inset-1\.5:active {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:active\:-inset-2\.5:active {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:active\:-inset-3\.5:active {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:active\:inset-1\/2:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:active\:inset-1\/3:active {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:active\:inset-2\/3:active {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:active\:inset-1\/4:active {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:active\:inset-2\/4:active {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:active\:inset-3\/4:active {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:active\:inset-full:active {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:active\:-inset-1\/2:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:active\:-inset-1\/3:active {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:active\:-inset-2\/3:active {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:active\:-inset-1\/4:active {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:active\:-inset-2\/4:active {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:active\:-inset-3\/4:active {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:active\:-inset-full:active {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:active\:inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:active\:inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .\32xl\:active\:inset-y-1:active {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:active\:inset-x-1:active {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:active\:inset-y-2:active {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:active\:inset-x-2:active {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:active\:inset-y-3:active {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:active\:inset-x-3:active {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:active\:inset-y-4:active {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:active\:inset-x-4:active {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:active\:inset-y-5:active {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:active\:inset-x-5:active {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:active\:inset-y-6:active {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:active\:inset-x-6:active {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:active\:inset-y-7:active {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:active\:inset-x-7:active {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:active\:inset-y-8:active {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:active\:inset-x-8:active {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:active\:inset-y-9:active {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:active\:inset-x-9:active {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:active\:inset-y-10:active {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:active\:inset-x-10:active {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:active\:inset-y-11:active {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:active\:inset-x-11:active {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:active\:inset-y-12:active {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:active\:inset-x-12:active {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:active\:inset-y-14:active {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:active\:inset-x-14:active {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:active\:inset-y-16:active {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:active\:inset-x-16:active {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:active\:inset-y-20:active {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:active\:inset-x-20:active {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:active\:inset-y-24:active {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:active\:inset-x-24:active {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:active\:inset-y-28:active {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:active\:inset-x-28:active {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:active\:inset-y-32:active {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:active\:inset-x-32:active {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:active\:inset-y-36:active {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:active\:inset-x-36:active {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:active\:inset-y-40:active {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:active\:inset-x-40:active {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:active\:inset-y-44:active {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:active\:inset-x-44:active {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:active\:inset-y-48:active {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:active\:inset-x-48:active {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:active\:inset-y-52:active {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:active\:inset-x-52:active {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:active\:inset-y-56:active {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:active\:inset-x-56:active {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:active\:inset-y-60:active {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:active\:inset-x-60:active {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:active\:inset-y-64:active {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:active\:inset-x-64:active {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:active\:inset-y-72:active {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:active\:inset-x-72:active {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:active\:inset-y-80:active {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:active\:inset-x-80:active {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:active\:inset-y-96:active {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:active\:inset-x-96:active {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:active\:inset-y-auto:active {
    top: auto;
    bottom: auto;
  }

  .\32xl\:active\:inset-x-auto:active {
    right: auto;
    left: auto;
  }

  .\32xl\:active\:inset-y-px:active {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:active\:inset-x-px:active {
    right: 1px;
    left: 1px;
  }

  .\32xl\:active\:inset-y-0\.5:active {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:active\:inset-x-0\.5:active {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:active\:inset-y-1\.5:active {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:active\:inset-x-1\.5:active {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:active\:inset-y-2\.5:active {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:active\:inset-x-2\.5:active {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:active\:inset-y-3\.5:active {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:active\:inset-x-3\.5:active {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:active\:-inset-y-0:active {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:active\:-inset-x-0:active {
    right: 0px;
    left: 0px;
  }

  .\32xl\:active\:-inset-y-1:active {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:active\:-inset-x-1:active {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:active\:-inset-y-2:active {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:active\:-inset-x-2:active {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:active\:-inset-y-3:active {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:active\:-inset-x-3:active {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:active\:-inset-y-4:active {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:active\:-inset-x-4:active {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:active\:-inset-y-5:active {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:active\:-inset-x-5:active {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:active\:-inset-y-6:active {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:active\:-inset-x-6:active {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:active\:-inset-y-7:active {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:active\:-inset-x-7:active {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:active\:-inset-y-8:active {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:active\:-inset-x-8:active {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:active\:-inset-y-9:active {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:active\:-inset-x-9:active {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:active\:-inset-y-10:active {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:active\:-inset-x-10:active {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:active\:-inset-y-11:active {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:active\:-inset-x-11:active {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:active\:-inset-y-12:active {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:active\:-inset-x-12:active {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:active\:-inset-y-14:active {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:active\:-inset-x-14:active {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:active\:-inset-y-16:active {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:active\:-inset-x-16:active {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:active\:-inset-y-20:active {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:active\:-inset-x-20:active {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:active\:-inset-y-24:active {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:active\:-inset-x-24:active {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:active\:-inset-y-28:active {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:active\:-inset-x-28:active {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:active\:-inset-y-32:active {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:active\:-inset-x-32:active {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:active\:-inset-y-36:active {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:active\:-inset-x-36:active {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:active\:-inset-y-40:active {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:active\:-inset-x-40:active {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:active\:-inset-y-44:active {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:active\:-inset-x-44:active {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:active\:-inset-y-48:active {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:active\:-inset-x-48:active {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:active\:-inset-y-52:active {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:active\:-inset-x-52:active {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:active\:-inset-y-56:active {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:active\:-inset-x-56:active {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:active\:-inset-y-60:active {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:active\:-inset-x-60:active {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:active\:-inset-y-64:active {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:active\:-inset-x-64:active {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:active\:-inset-y-72:active {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:active\:-inset-x-72:active {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:active\:-inset-y-80:active {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:active\:-inset-x-80:active {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:active\:-inset-y-96:active {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:active\:-inset-x-96:active {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:active\:-inset-y-px:active {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:active\:-inset-x-px:active {
    right: -1px;
    left: -1px;
  }

  .\32xl\:active\:-inset-y-0\.5:active {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:active\:-inset-x-0\.5:active {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:active\:-inset-y-1\.5:active {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:active\:-inset-x-1\.5:active {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:active\:-inset-y-2\.5:active {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:active\:-inset-x-2\.5:active {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:active\:-inset-y-3\.5:active {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:active\:-inset-x-3\.5:active {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:active\:inset-y-1\/2:active {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:active\:inset-x-1\/2:active {
    right: 50%;
    left: 50%;
  }

  .\32xl\:active\:inset-y-1\/3:active {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:active\:inset-x-1\/3:active {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:active\:inset-y-2\/3:active {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:active\:inset-x-2\/3:active {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:active\:inset-y-1\/4:active {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:active\:inset-x-1\/4:active {
    right: 25%;
    left: 25%;
  }

  .\32xl\:active\:inset-y-2\/4:active {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:active\:inset-x-2\/4:active {
    right: 50%;
    left: 50%;
  }

  .\32xl\:active\:inset-y-3\/4:active {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:active\:inset-x-3\/4:active {
    right: 75%;
    left: 75%;
  }

  .\32xl\:active\:inset-y-full:active {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:active\:inset-x-full:active {
    right: 100%;
    left: 100%;
  }

  .\32xl\:active\:-inset-y-1\/2:active {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:active\:-inset-x-1\/2:active {
    right: -50%;
    left: -50%;
  }

  .\32xl\:active\:-inset-y-1\/3:active {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:active\:-inset-x-1\/3:active {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:active\:-inset-y-2\/3:active {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:active\:-inset-x-2\/3:active {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:active\:-inset-y-1\/4:active {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:active\:-inset-x-1\/4:active {
    right: -25%;
    left: -25%;
  }

  .\32xl\:active\:-inset-y-2\/4:active {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:active\:-inset-x-2\/4:active {
    right: -50%;
    left: -50%;
  }

  .\32xl\:active\:-inset-y-3\/4:active {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:active\:-inset-x-3\/4:active {
    right: -75%;
    left: -75%;
  }

  .\32xl\:active\:-inset-y-full:active {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:active\:-inset-x-full:active {
    right: -100%;
    left: -100%;
  }

  .\32xl\:active\:top-0:active {
    top: 0px;
  }

  .\32xl\:active\:right-0:active {
    right: 0px;
  }

  .\32xl\:active\:bottom-0:active {
    bottom: 0px;
  }

  .\32xl\:active\:left-0:active {
    left: 0px;
  }

  .\32xl\:active\:top-1:active {
    top: 0.25rem;
  }

  .\32xl\:active\:right-1:active {
    right: 0.25rem;
  }

  .\32xl\:active\:bottom-1:active {
    bottom: 0.25rem;
  }

  .\32xl\:active\:left-1:active {
    left: 0.25rem;
  }

  .\32xl\:active\:top-2:active {
    top: 0.5rem;
  }

  .\32xl\:active\:right-2:active {
    right: 0.5rem;
  }

  .\32xl\:active\:bottom-2:active {
    bottom: 0.5rem;
  }

  .\32xl\:active\:left-2:active {
    left: 0.5rem;
  }

  .\32xl\:active\:top-3:active {
    top: 0.75rem;
  }

  .\32xl\:active\:right-3:active {
    right: 0.75rem;
  }

  .\32xl\:active\:bottom-3:active {
    bottom: 0.75rem;
  }

  .\32xl\:active\:left-3:active {
    left: 0.75rem;
  }

  .\32xl\:active\:top-4:active {
    top: 1rem;
  }

  .\32xl\:active\:right-4:active {
    right: 1rem;
  }

  .\32xl\:active\:bottom-4:active {
    bottom: 1rem;
  }

  .\32xl\:active\:left-4:active {
    left: 1rem;
  }

  .\32xl\:active\:top-5:active {
    top: 1.25rem;
  }

  .\32xl\:active\:right-5:active {
    right: 1.25rem;
  }

  .\32xl\:active\:bottom-5:active {
    bottom: 1.25rem;
  }

  .\32xl\:active\:left-5:active {
    left: 1.25rem;
  }

  .\32xl\:active\:top-6:active {
    top: 1.5rem;
  }

  .\32xl\:active\:right-6:active {
    right: 1.5rem;
  }

  .\32xl\:active\:bottom-6:active {
    bottom: 1.5rem;
  }

  .\32xl\:active\:left-6:active {
    left: 1.5rem;
  }

  .\32xl\:active\:top-7:active {
    top: 1.75rem;
  }

  .\32xl\:active\:right-7:active {
    right: 1.75rem;
  }

  .\32xl\:active\:bottom-7:active {
    bottom: 1.75rem;
  }

  .\32xl\:active\:left-7:active {
    left: 1.75rem;
  }

  .\32xl\:active\:top-8:active {
    top: 2rem;
  }

  .\32xl\:active\:right-8:active {
    right: 2rem;
  }

  .\32xl\:active\:bottom-8:active {
    bottom: 2rem;
  }

  .\32xl\:active\:left-8:active {
    left: 2rem;
  }

  .\32xl\:active\:top-9:active {
    top: 2.25rem;
  }

  .\32xl\:active\:right-9:active {
    right: 2.25rem;
  }

  .\32xl\:active\:bottom-9:active {
    bottom: 2.25rem;
  }

  .\32xl\:active\:left-9:active {
    left: 2.25rem;
  }

  .\32xl\:active\:top-10:active {
    top: 2.5rem;
  }

  .\32xl\:active\:right-10:active {
    right: 2.5rem;
  }

  .\32xl\:active\:bottom-10:active {
    bottom: 2.5rem;
  }

  .\32xl\:active\:left-10:active {
    left: 2.5rem;
  }

  .\32xl\:active\:top-11:active {
    top: 2.75rem;
  }

  .\32xl\:active\:right-11:active {
    right: 2.75rem;
  }

  .\32xl\:active\:bottom-11:active {
    bottom: 2.75rem;
  }

  .\32xl\:active\:left-11:active {
    left: 2.75rem;
  }

  .\32xl\:active\:top-12:active {
    top: 3rem;
  }

  .\32xl\:active\:right-12:active {
    right: 3rem;
  }

  .\32xl\:active\:bottom-12:active {
    bottom: 3rem;
  }

  .\32xl\:active\:left-12:active {
    left: 3rem;
  }

  .\32xl\:active\:top-14:active {
    top: 3.5rem;
  }

  .\32xl\:active\:right-14:active {
    right: 3.5rem;
  }

  .\32xl\:active\:bottom-14:active {
    bottom: 3.5rem;
  }

  .\32xl\:active\:left-14:active {
    left: 3.5rem;
  }

  .\32xl\:active\:top-16:active {
    top: 4rem;
  }

  .\32xl\:active\:right-16:active {
    right: 4rem;
  }

  .\32xl\:active\:bottom-16:active {
    bottom: 4rem;
  }

  .\32xl\:active\:left-16:active {
    left: 4rem;
  }

  .\32xl\:active\:top-20:active {
    top: 5rem;
  }

  .\32xl\:active\:right-20:active {
    right: 5rem;
  }

  .\32xl\:active\:bottom-20:active {
    bottom: 5rem;
  }

  .\32xl\:active\:left-20:active {
    left: 5rem;
  }

  .\32xl\:active\:top-24:active {
    top: 6rem;
  }

  .\32xl\:active\:right-24:active {
    right: 6rem;
  }

  .\32xl\:active\:bottom-24:active {
    bottom: 6rem;
  }

  .\32xl\:active\:left-24:active {
    left: 6rem;
  }

  .\32xl\:active\:top-28:active {
    top: 7rem;
  }

  .\32xl\:active\:right-28:active {
    right: 7rem;
  }

  .\32xl\:active\:bottom-28:active {
    bottom: 7rem;
  }

  .\32xl\:active\:left-28:active {
    left: 7rem;
  }

  .\32xl\:active\:top-32:active {
    top: 8rem;
  }

  .\32xl\:active\:right-32:active {
    right: 8rem;
  }

  .\32xl\:active\:bottom-32:active {
    bottom: 8rem;
  }

  .\32xl\:active\:left-32:active {
    left: 8rem;
  }

  .\32xl\:active\:top-36:active {
    top: 9rem;
  }

  .\32xl\:active\:right-36:active {
    right: 9rem;
  }

  .\32xl\:active\:bottom-36:active {
    bottom: 9rem;
  }

  .\32xl\:active\:left-36:active {
    left: 9rem;
  }

  .\32xl\:active\:top-40:active {
    top: 10rem;
  }

  .\32xl\:active\:right-40:active {
    right: 10rem;
  }

  .\32xl\:active\:bottom-40:active {
    bottom: 10rem;
  }

  .\32xl\:active\:left-40:active {
    left: 10rem;
  }

  .\32xl\:active\:top-44:active {
    top: 11rem;
  }

  .\32xl\:active\:right-44:active {
    right: 11rem;
  }

  .\32xl\:active\:bottom-44:active {
    bottom: 11rem;
  }

  .\32xl\:active\:left-44:active {
    left: 11rem;
  }

  .\32xl\:active\:top-48:active {
    top: 12rem;
  }

  .\32xl\:active\:right-48:active {
    right: 12rem;
  }

  .\32xl\:active\:bottom-48:active {
    bottom: 12rem;
  }

  .\32xl\:active\:left-48:active {
    left: 12rem;
  }

  .\32xl\:active\:top-52:active {
    top: 13rem;
  }

  .\32xl\:active\:right-52:active {
    right: 13rem;
  }

  .\32xl\:active\:bottom-52:active {
    bottom: 13rem;
  }

  .\32xl\:active\:left-52:active {
    left: 13rem;
  }

  .\32xl\:active\:top-56:active {
    top: 14rem;
  }

  .\32xl\:active\:right-56:active {
    right: 14rem;
  }

  .\32xl\:active\:bottom-56:active {
    bottom: 14rem;
  }

  .\32xl\:active\:left-56:active {
    left: 14rem;
  }

  .\32xl\:active\:top-60:active {
    top: 15rem;
  }

  .\32xl\:active\:right-60:active {
    right: 15rem;
  }

  .\32xl\:active\:bottom-60:active {
    bottom: 15rem;
  }

  .\32xl\:active\:left-60:active {
    left: 15rem;
  }

  .\32xl\:active\:top-64:active {
    top: 16rem;
  }

  .\32xl\:active\:right-64:active {
    right: 16rem;
  }

  .\32xl\:active\:bottom-64:active {
    bottom: 16rem;
  }

  .\32xl\:active\:left-64:active {
    left: 16rem;
  }

  .\32xl\:active\:top-72:active {
    top: 18rem;
  }

  .\32xl\:active\:right-72:active {
    right: 18rem;
  }

  .\32xl\:active\:bottom-72:active {
    bottom: 18rem;
  }

  .\32xl\:active\:left-72:active {
    left: 18rem;
  }

  .\32xl\:active\:top-80:active {
    top: 20rem;
  }

  .\32xl\:active\:right-80:active {
    right: 20rem;
  }

  .\32xl\:active\:bottom-80:active {
    bottom: 20rem;
  }

  .\32xl\:active\:left-80:active {
    left: 20rem;
  }

  .\32xl\:active\:top-96:active {
    top: 24rem;
  }

  .\32xl\:active\:right-96:active {
    right: 24rem;
  }

  .\32xl\:active\:bottom-96:active {
    bottom: 24rem;
  }

  .\32xl\:active\:left-96:active {
    left: 24rem;
  }

  .\32xl\:active\:top-auto:active {
    top: auto;
  }

  .\32xl\:active\:right-auto:active {
    right: auto;
  }

  .\32xl\:active\:bottom-auto:active {
    bottom: auto;
  }

  .\32xl\:active\:left-auto:active {
    left: auto;
  }

  .\32xl\:active\:top-px:active {
    top: 1px;
  }

  .\32xl\:active\:right-px:active {
    right: 1px;
  }

  .\32xl\:active\:bottom-px:active {
    bottom: 1px;
  }

  .\32xl\:active\:left-px:active {
    left: 1px;
  }

  .\32xl\:active\:top-0\.5:active {
    top: 0.125rem;
  }

  .\32xl\:active\:right-0\.5:active {
    right: 0.125rem;
  }

  .\32xl\:active\:bottom-0\.5:active {
    bottom: 0.125rem;
  }

  .\32xl\:active\:left-0\.5:active {
    left: 0.125rem;
  }

  .\32xl\:active\:top-1\.5:active {
    top: 0.375rem;
  }

  .\32xl\:active\:right-1\.5:active {
    right: 0.375rem;
  }

  .\32xl\:active\:bottom-1\.5:active {
    bottom: 0.375rem;
  }

  .\32xl\:active\:left-1\.5:active {
    left: 0.375rem;
  }

  .\32xl\:active\:top-2\.5:active {
    top: 0.625rem;
  }

  .\32xl\:active\:right-2\.5:active {
    right: 0.625rem;
  }

  .\32xl\:active\:bottom-2\.5:active {
    bottom: 0.625rem;
  }

  .\32xl\:active\:left-2\.5:active {
    left: 0.625rem;
  }

  .\32xl\:active\:top-3\.5:active {
    top: 0.875rem;
  }

  .\32xl\:active\:right-3\.5:active {
    right: 0.875rem;
  }

  .\32xl\:active\:bottom-3\.5:active {
    bottom: 0.875rem;
  }

  .\32xl\:active\:left-3\.5:active {
    left: 0.875rem;
  }

  .\32xl\:active\:-top-0:active {
    top: 0px;
  }

  .\32xl\:active\:-right-0:active {
    right: 0px;
  }

  .\32xl\:active\:-bottom-0:active {
    bottom: 0px;
  }

  .\32xl\:active\:-left-0:active {
    left: 0px;
  }

  .\32xl\:active\:-top-1:active {
    top: -0.25rem;
  }

  .\32xl\:active\:-right-1:active {
    right: -0.25rem;
  }

  .\32xl\:active\:-bottom-1:active {
    bottom: -0.25rem;
  }

  .\32xl\:active\:-left-1:active {
    left: -0.25rem;
  }

  .\32xl\:active\:-top-2:active {
    top: -0.5rem;
  }

  .\32xl\:active\:-right-2:active {
    right: -0.5rem;
  }

  .\32xl\:active\:-bottom-2:active {
    bottom: -0.5rem;
  }

  .\32xl\:active\:-left-2:active {
    left: -0.5rem;
  }

  .\32xl\:active\:-top-3:active {
    top: -0.75rem;
  }

  .\32xl\:active\:-right-3:active {
    right: -0.75rem;
  }

  .\32xl\:active\:-bottom-3:active {
    bottom: -0.75rem;
  }

  .\32xl\:active\:-left-3:active {
    left: -0.75rem;
  }

  .\32xl\:active\:-top-4:active {
    top: -1rem;
  }

  .\32xl\:active\:-right-4:active {
    right: -1rem;
  }

  .\32xl\:active\:-bottom-4:active {
    bottom: -1rem;
  }

  .\32xl\:active\:-left-4:active {
    left: -1rem;
  }

  .\32xl\:active\:-top-5:active {
    top: -1.25rem;
  }

  .\32xl\:active\:-right-5:active {
    right: -1.25rem;
  }

  .\32xl\:active\:-bottom-5:active {
    bottom: -1.25rem;
  }

  .\32xl\:active\:-left-5:active {
    left: -1.25rem;
  }

  .\32xl\:active\:-top-6:active {
    top: -1.5rem;
  }

  .\32xl\:active\:-right-6:active {
    right: -1.5rem;
  }

  .\32xl\:active\:-bottom-6:active {
    bottom: -1.5rem;
  }

  .\32xl\:active\:-left-6:active {
    left: -1.5rem;
  }

  .\32xl\:active\:-top-7:active {
    top: -1.75rem;
  }

  .\32xl\:active\:-right-7:active {
    right: -1.75rem;
  }

  .\32xl\:active\:-bottom-7:active {
    bottom: -1.75rem;
  }

  .\32xl\:active\:-left-7:active {
    left: -1.75rem;
  }

  .\32xl\:active\:-top-8:active {
    top: -2rem;
  }

  .\32xl\:active\:-right-8:active {
    right: -2rem;
  }

  .\32xl\:active\:-bottom-8:active {
    bottom: -2rem;
  }

  .\32xl\:active\:-left-8:active {
    left: -2rem;
  }

  .\32xl\:active\:-top-9:active {
    top: -2.25rem;
  }

  .\32xl\:active\:-right-9:active {
    right: -2.25rem;
  }

  .\32xl\:active\:-bottom-9:active {
    bottom: -2.25rem;
  }

  .\32xl\:active\:-left-9:active {
    left: -2.25rem;
  }

  .\32xl\:active\:-top-10:active {
    top: -2.5rem;
  }

  .\32xl\:active\:-right-10:active {
    right: -2.5rem;
  }

  .\32xl\:active\:-bottom-10:active {
    bottom: -2.5rem;
  }

  .\32xl\:active\:-left-10:active {
    left: -2.5rem;
  }

  .\32xl\:active\:-top-11:active {
    top: -2.75rem;
  }

  .\32xl\:active\:-right-11:active {
    right: -2.75rem;
  }

  .\32xl\:active\:-bottom-11:active {
    bottom: -2.75rem;
  }

  .\32xl\:active\:-left-11:active {
    left: -2.75rem;
  }

  .\32xl\:active\:-top-12:active {
    top: -3rem;
  }

  .\32xl\:active\:-right-12:active {
    right: -3rem;
  }

  .\32xl\:active\:-bottom-12:active {
    bottom: -3rem;
  }

  .\32xl\:active\:-left-12:active {
    left: -3rem;
  }

  .\32xl\:active\:-top-14:active {
    top: -3.5rem;
  }

  .\32xl\:active\:-right-14:active {
    right: -3.5rem;
  }

  .\32xl\:active\:-bottom-14:active {
    bottom: -3.5rem;
  }

  .\32xl\:active\:-left-14:active {
    left: -3.5rem;
  }

  .\32xl\:active\:-top-16:active {
    top: -4rem;
  }

  .\32xl\:active\:-right-16:active {
    right: -4rem;
  }

  .\32xl\:active\:-bottom-16:active {
    bottom: -4rem;
  }

  .\32xl\:active\:-left-16:active {
    left: -4rem;
  }

  .\32xl\:active\:-top-20:active {
    top: -5rem;
  }

  .\32xl\:active\:-right-20:active {
    right: -5rem;
  }

  .\32xl\:active\:-bottom-20:active {
    bottom: -5rem;
  }

  .\32xl\:active\:-left-20:active {
    left: -5rem;
  }

  .\32xl\:active\:-top-24:active {
    top: -6rem;
  }

  .\32xl\:active\:-right-24:active {
    right: -6rem;
  }

  .\32xl\:active\:-bottom-24:active {
    bottom: -6rem;
  }

  .\32xl\:active\:-left-24:active {
    left: -6rem;
  }

  .\32xl\:active\:-top-28:active {
    top: -7rem;
  }

  .\32xl\:active\:-right-28:active {
    right: -7rem;
  }

  .\32xl\:active\:-bottom-28:active {
    bottom: -7rem;
  }

  .\32xl\:active\:-left-28:active {
    left: -7rem;
  }

  .\32xl\:active\:-top-32:active {
    top: -8rem;
  }

  .\32xl\:active\:-right-32:active {
    right: -8rem;
  }

  .\32xl\:active\:-bottom-32:active {
    bottom: -8rem;
  }

  .\32xl\:active\:-left-32:active {
    left: -8rem;
  }

  .\32xl\:active\:-top-36:active {
    top: -9rem;
  }

  .\32xl\:active\:-right-36:active {
    right: -9rem;
  }

  .\32xl\:active\:-bottom-36:active {
    bottom: -9rem;
  }

  .\32xl\:active\:-left-36:active {
    left: -9rem;
  }

  .\32xl\:active\:-top-40:active {
    top: -10rem;
  }

  .\32xl\:active\:-right-40:active {
    right: -10rem;
  }

  .\32xl\:active\:-bottom-40:active {
    bottom: -10rem;
  }

  .\32xl\:active\:-left-40:active {
    left: -10rem;
  }

  .\32xl\:active\:-top-44:active {
    top: -11rem;
  }

  .\32xl\:active\:-right-44:active {
    right: -11rem;
  }

  .\32xl\:active\:-bottom-44:active {
    bottom: -11rem;
  }

  .\32xl\:active\:-left-44:active {
    left: -11rem;
  }

  .\32xl\:active\:-top-48:active {
    top: -12rem;
  }

  .\32xl\:active\:-right-48:active {
    right: -12rem;
  }

  .\32xl\:active\:-bottom-48:active {
    bottom: -12rem;
  }

  .\32xl\:active\:-left-48:active {
    left: -12rem;
  }

  .\32xl\:active\:-top-52:active {
    top: -13rem;
  }

  .\32xl\:active\:-right-52:active {
    right: -13rem;
  }

  .\32xl\:active\:-bottom-52:active {
    bottom: -13rem;
  }

  .\32xl\:active\:-left-52:active {
    left: -13rem;
  }

  .\32xl\:active\:-top-56:active {
    top: -14rem;
  }

  .\32xl\:active\:-right-56:active {
    right: -14rem;
  }

  .\32xl\:active\:-bottom-56:active {
    bottom: -14rem;
  }

  .\32xl\:active\:-left-56:active {
    left: -14rem;
  }

  .\32xl\:active\:-top-60:active {
    top: -15rem;
  }

  .\32xl\:active\:-right-60:active {
    right: -15rem;
  }

  .\32xl\:active\:-bottom-60:active {
    bottom: -15rem;
  }

  .\32xl\:active\:-left-60:active {
    left: -15rem;
  }

  .\32xl\:active\:-top-64:active {
    top: -16rem;
  }

  .\32xl\:active\:-right-64:active {
    right: -16rem;
  }

  .\32xl\:active\:-bottom-64:active {
    bottom: -16rem;
  }

  .\32xl\:active\:-left-64:active {
    left: -16rem;
  }

  .\32xl\:active\:-top-72:active {
    top: -18rem;
  }

  .\32xl\:active\:-right-72:active {
    right: -18rem;
  }

  .\32xl\:active\:-bottom-72:active {
    bottom: -18rem;
  }

  .\32xl\:active\:-left-72:active {
    left: -18rem;
  }

  .\32xl\:active\:-top-80:active {
    top: -20rem;
  }

  .\32xl\:active\:-right-80:active {
    right: -20rem;
  }

  .\32xl\:active\:-bottom-80:active {
    bottom: -20rem;
  }

  .\32xl\:active\:-left-80:active {
    left: -20rem;
  }

  .\32xl\:active\:-top-96:active {
    top: -24rem;
  }

  .\32xl\:active\:-right-96:active {
    right: -24rem;
  }

  .\32xl\:active\:-bottom-96:active {
    bottom: -24rem;
  }

  .\32xl\:active\:-left-96:active {
    left: -24rem;
  }

  .\32xl\:active\:-top-px:active {
    top: -1px;
  }

  .\32xl\:active\:-right-px:active {
    right: -1px;
  }

  .\32xl\:active\:-bottom-px:active {
    bottom: -1px;
  }

  .\32xl\:active\:-left-px:active {
    left: -1px;
  }

  .\32xl\:active\:-top-0\.5:active {
    top: -0.125rem;
  }

  .\32xl\:active\:-right-0\.5:active {
    right: -0.125rem;
  }

  .\32xl\:active\:-bottom-0\.5:active {
    bottom: -0.125rem;
  }

  .\32xl\:active\:-left-0\.5:active {
    left: -0.125rem;
  }

  .\32xl\:active\:-top-1\.5:active {
    top: -0.375rem;
  }

  .\32xl\:active\:-right-1\.5:active {
    right: -0.375rem;
  }

  .\32xl\:active\:-bottom-1\.5:active {
    bottom: -0.375rem;
  }

  .\32xl\:active\:-left-1\.5:active {
    left: -0.375rem;
  }

  .\32xl\:active\:-top-2\.5:active {
    top: -0.625rem;
  }

  .\32xl\:active\:-right-2\.5:active {
    right: -0.625rem;
  }

  .\32xl\:active\:-bottom-2\.5:active {
    bottom: -0.625rem;
  }

  .\32xl\:active\:-left-2\.5:active {
    left: -0.625rem;
  }

  .\32xl\:active\:-top-3\.5:active {
    top: -0.875rem;
  }

  .\32xl\:active\:-right-3\.5:active {
    right: -0.875rem;
  }

  .\32xl\:active\:-bottom-3\.5:active {
    bottom: -0.875rem;
  }

  .\32xl\:active\:-left-3\.5:active {
    left: -0.875rem;
  }

  .\32xl\:active\:top-1\/2:active {
    top: 50%;
  }

  .\32xl\:active\:right-1\/2:active {
    right: 50%;
  }

  .\32xl\:active\:bottom-1\/2:active {
    bottom: 50%;
  }

  .\32xl\:active\:left-1\/2:active {
    left: 50%;
  }

  .\32xl\:active\:top-1\/3:active {
    top: 33.333333%;
  }

  .\32xl\:active\:right-1\/3:active {
    right: 33.333333%;
  }

  .\32xl\:active\:bottom-1\/3:active {
    bottom: 33.333333%;
  }

  .\32xl\:active\:left-1\/3:active {
    left: 33.333333%;
  }

  .\32xl\:active\:top-2\/3:active {
    top: 66.666667%;
  }

  .\32xl\:active\:right-2\/3:active {
    right: 66.666667%;
  }

  .\32xl\:active\:bottom-2\/3:active {
    bottom: 66.666667%;
  }

  .\32xl\:active\:left-2\/3:active {
    left: 66.666667%;
  }

  .\32xl\:active\:top-1\/4:active {
    top: 25%;
  }

  .\32xl\:active\:right-1\/4:active {
    right: 25%;
  }

  .\32xl\:active\:bottom-1\/4:active {
    bottom: 25%;
  }

  .\32xl\:active\:left-1\/4:active {
    left: 25%;
  }

  .\32xl\:active\:top-2\/4:active {
    top: 50%;
  }

  .\32xl\:active\:right-2\/4:active {
    right: 50%;
  }

  .\32xl\:active\:bottom-2\/4:active {
    bottom: 50%;
  }

  .\32xl\:active\:left-2\/4:active {
    left: 50%;
  }

  .\32xl\:active\:top-3\/4:active {
    top: 75%;
  }

  .\32xl\:active\:right-3\/4:active {
    right: 75%;
  }

  .\32xl\:active\:bottom-3\/4:active {
    bottom: 75%;
  }

  .\32xl\:active\:left-3\/4:active {
    left: 75%;
  }

  .\32xl\:active\:top-full:active {
    top: 100%;
  }

  .\32xl\:active\:right-full:active {
    right: 100%;
  }

  .\32xl\:active\:bottom-full:active {
    bottom: 100%;
  }

  .\32xl\:active\:left-full:active {
    left: 100%;
  }

  .\32xl\:active\:-top-1\/2:active {
    top: -50%;
  }

  .\32xl\:active\:-right-1\/2:active {
    right: -50%;
  }

  .\32xl\:active\:-bottom-1\/2:active {
    bottom: -50%;
  }

  .\32xl\:active\:-left-1\/2:active {
    left: -50%;
  }

  .\32xl\:active\:-top-1\/3:active {
    top: -33.333333%;
  }

  .\32xl\:active\:-right-1\/3:active {
    right: -33.333333%;
  }

  .\32xl\:active\:-bottom-1\/3:active {
    bottom: -33.333333%;
  }

  .\32xl\:active\:-left-1\/3:active {
    left: -33.333333%;
  }

  .\32xl\:active\:-top-2\/3:active {
    top: -66.666667%;
  }

  .\32xl\:active\:-right-2\/3:active {
    right: -66.666667%;
  }

  .\32xl\:active\:-bottom-2\/3:active {
    bottom: -66.666667%;
  }

  .\32xl\:active\:-left-2\/3:active {
    left: -66.666667%;
  }

  .\32xl\:active\:-top-1\/4:active {
    top: -25%;
  }

  .\32xl\:active\:-right-1\/4:active {
    right: -25%;
  }

  .\32xl\:active\:-bottom-1\/4:active {
    bottom: -25%;
  }

  .\32xl\:active\:-left-1\/4:active {
    left: -25%;
  }

  .\32xl\:active\:-top-2\/4:active {
    top: -50%;
  }

  .\32xl\:active\:-right-2\/4:active {
    right: -50%;
  }

  .\32xl\:active\:-bottom-2\/4:active {
    bottom: -50%;
  }

  .\32xl\:active\:-left-2\/4:active {
    left: -50%;
  }

  .\32xl\:active\:-top-3\/4:active {
    top: -75%;
  }

  .\32xl\:active\:-right-3\/4:active {
    right: -75%;
  }

  .\32xl\:active\:-bottom-3\/4:active {
    bottom: -75%;
  }

  .\32xl\:active\:-left-3\/4:active {
    left: -75%;
  }

  .\32xl\:active\:-top-full:active {
    top: -100%;
  }

  .\32xl\:active\:-right-full:active {
    right: -100%;
  }

  .\32xl\:active\:-bottom-full:active {
    bottom: -100%;
  }

  .\32xl\:active\:-left-full:active {
    left: -100%;
  }

  .\32xl\:visited\:inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:visited\:inset-1:visited {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:visited\:inset-2:visited {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:visited\:inset-3:visited {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:visited\:inset-4:visited {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:visited\:inset-5:visited {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:visited\:inset-6:visited {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:visited\:inset-7:visited {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:visited\:inset-8:visited {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:visited\:inset-9:visited {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:visited\:inset-10:visited {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:visited\:inset-11:visited {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:visited\:inset-12:visited {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:visited\:inset-14:visited {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:visited\:inset-16:visited {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:visited\:inset-20:visited {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:visited\:inset-24:visited {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:visited\:inset-28:visited {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:visited\:inset-32:visited {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:visited\:inset-36:visited {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:visited\:inset-40:visited {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:visited\:inset-44:visited {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:visited\:inset-48:visited {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:visited\:inset-52:visited {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:visited\:inset-56:visited {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:visited\:inset-60:visited {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:visited\:inset-64:visited {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:visited\:inset-72:visited {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:visited\:inset-80:visited {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:visited\:inset-96:visited {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:visited\:inset-auto:visited {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:visited\:inset-px:visited {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:visited\:inset-0\.5:visited {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:visited\:inset-1\.5:visited {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:visited\:inset-2\.5:visited {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:visited\:inset-3\.5:visited {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:visited\:-inset-0:visited {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:visited\:-inset-1:visited {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:visited\:-inset-2:visited {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:visited\:-inset-3:visited {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:visited\:-inset-4:visited {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:visited\:-inset-5:visited {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:visited\:-inset-6:visited {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:visited\:-inset-7:visited {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:visited\:-inset-8:visited {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:visited\:-inset-9:visited {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:visited\:-inset-10:visited {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:visited\:-inset-11:visited {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:visited\:-inset-12:visited {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:visited\:-inset-14:visited {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:visited\:-inset-16:visited {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:visited\:-inset-20:visited {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:visited\:-inset-24:visited {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:visited\:-inset-28:visited {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:visited\:-inset-32:visited {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:visited\:-inset-36:visited {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:visited\:-inset-40:visited {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:visited\:-inset-44:visited {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:visited\:-inset-48:visited {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:visited\:-inset-52:visited {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:visited\:-inset-56:visited {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:visited\:-inset-60:visited {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:visited\:-inset-64:visited {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:visited\:-inset-72:visited {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:visited\:-inset-80:visited {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:visited\:-inset-96:visited {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:visited\:-inset-px:visited {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:visited\:-inset-0\.5:visited {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:visited\:-inset-1\.5:visited {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:visited\:-inset-2\.5:visited {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:visited\:-inset-3\.5:visited {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:visited\:inset-1\/2:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:visited\:inset-1\/3:visited {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:visited\:inset-2\/3:visited {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:visited\:inset-1\/4:visited {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:visited\:inset-2\/4:visited {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:visited\:inset-3\/4:visited {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:visited\:inset-full:visited {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:visited\:-inset-1\/2:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:visited\:-inset-1\/3:visited {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:visited\:-inset-2\/3:visited {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:visited\:-inset-1\/4:visited {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:visited\:-inset-2\/4:visited {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:visited\:-inset-3\/4:visited {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:visited\:-inset-full:visited {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:visited\:inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:visited\:inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .\32xl\:visited\:inset-y-1:visited {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:visited\:inset-x-1:visited {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:visited\:inset-y-2:visited {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:visited\:inset-x-2:visited {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:visited\:inset-y-3:visited {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:visited\:inset-x-3:visited {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:visited\:inset-y-4:visited {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:visited\:inset-x-4:visited {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:visited\:inset-y-5:visited {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:visited\:inset-x-5:visited {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:visited\:inset-y-6:visited {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:visited\:inset-x-6:visited {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:visited\:inset-y-7:visited {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:visited\:inset-x-7:visited {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:visited\:inset-y-8:visited {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:visited\:inset-x-8:visited {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:visited\:inset-y-9:visited {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:visited\:inset-x-9:visited {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:visited\:inset-y-10:visited {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:visited\:inset-x-10:visited {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:visited\:inset-y-11:visited {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:visited\:inset-x-11:visited {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:visited\:inset-y-12:visited {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:visited\:inset-x-12:visited {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:visited\:inset-y-14:visited {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:visited\:inset-x-14:visited {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:visited\:inset-y-16:visited {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:visited\:inset-x-16:visited {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:visited\:inset-y-20:visited {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:visited\:inset-x-20:visited {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:visited\:inset-y-24:visited {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:visited\:inset-x-24:visited {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:visited\:inset-y-28:visited {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:visited\:inset-x-28:visited {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:visited\:inset-y-32:visited {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:visited\:inset-x-32:visited {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:visited\:inset-y-36:visited {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:visited\:inset-x-36:visited {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:visited\:inset-y-40:visited {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:visited\:inset-x-40:visited {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:visited\:inset-y-44:visited {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:visited\:inset-x-44:visited {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:visited\:inset-y-48:visited {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:visited\:inset-x-48:visited {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:visited\:inset-y-52:visited {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:visited\:inset-x-52:visited {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:visited\:inset-y-56:visited {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:visited\:inset-x-56:visited {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:visited\:inset-y-60:visited {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:visited\:inset-x-60:visited {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:visited\:inset-y-64:visited {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:visited\:inset-x-64:visited {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:visited\:inset-y-72:visited {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:visited\:inset-x-72:visited {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:visited\:inset-y-80:visited {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:visited\:inset-x-80:visited {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:visited\:inset-y-96:visited {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:visited\:inset-x-96:visited {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:visited\:inset-y-auto:visited {
    top: auto;
    bottom: auto;
  }

  .\32xl\:visited\:inset-x-auto:visited {
    right: auto;
    left: auto;
  }

  .\32xl\:visited\:inset-y-px:visited {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:visited\:inset-x-px:visited {
    right: 1px;
    left: 1px;
  }

  .\32xl\:visited\:inset-y-0\.5:visited {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:visited\:inset-x-0\.5:visited {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:visited\:inset-y-1\.5:visited {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:visited\:inset-x-1\.5:visited {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:visited\:inset-y-2\.5:visited {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:visited\:inset-x-2\.5:visited {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:visited\:inset-y-3\.5:visited {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:visited\:inset-x-3\.5:visited {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:visited\:-inset-y-0:visited {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:visited\:-inset-x-0:visited {
    right: 0px;
    left: 0px;
  }

  .\32xl\:visited\:-inset-y-1:visited {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:visited\:-inset-x-1:visited {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:visited\:-inset-y-2:visited {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:visited\:-inset-x-2:visited {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:visited\:-inset-y-3:visited {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:visited\:-inset-x-3:visited {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:visited\:-inset-y-4:visited {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:visited\:-inset-x-4:visited {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:visited\:-inset-y-5:visited {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:visited\:-inset-x-5:visited {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:visited\:-inset-y-6:visited {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:visited\:-inset-x-6:visited {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:visited\:-inset-y-7:visited {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:visited\:-inset-x-7:visited {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:visited\:-inset-y-8:visited {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:visited\:-inset-x-8:visited {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:visited\:-inset-y-9:visited {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:visited\:-inset-x-9:visited {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:visited\:-inset-y-10:visited {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:visited\:-inset-x-10:visited {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:visited\:-inset-y-11:visited {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:visited\:-inset-x-11:visited {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:visited\:-inset-y-12:visited {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:visited\:-inset-x-12:visited {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:visited\:-inset-y-14:visited {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:visited\:-inset-x-14:visited {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:visited\:-inset-y-16:visited {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:visited\:-inset-x-16:visited {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:visited\:-inset-y-20:visited {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:visited\:-inset-x-20:visited {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:visited\:-inset-y-24:visited {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:visited\:-inset-x-24:visited {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:visited\:-inset-y-28:visited {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:visited\:-inset-x-28:visited {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:visited\:-inset-y-32:visited {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:visited\:-inset-x-32:visited {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:visited\:-inset-y-36:visited {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:visited\:-inset-x-36:visited {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:visited\:-inset-y-40:visited {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:visited\:-inset-x-40:visited {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:visited\:-inset-y-44:visited {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:visited\:-inset-x-44:visited {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:visited\:-inset-y-48:visited {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:visited\:-inset-x-48:visited {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:visited\:-inset-y-52:visited {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:visited\:-inset-x-52:visited {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:visited\:-inset-y-56:visited {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:visited\:-inset-x-56:visited {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:visited\:-inset-y-60:visited {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:visited\:-inset-x-60:visited {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:visited\:-inset-y-64:visited {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:visited\:-inset-x-64:visited {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:visited\:-inset-y-72:visited {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:visited\:-inset-x-72:visited {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:visited\:-inset-y-80:visited {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:visited\:-inset-x-80:visited {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:visited\:-inset-y-96:visited {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:visited\:-inset-x-96:visited {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:visited\:-inset-y-px:visited {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:visited\:-inset-x-px:visited {
    right: -1px;
    left: -1px;
  }

  .\32xl\:visited\:-inset-y-0\.5:visited {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:visited\:-inset-x-0\.5:visited {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:visited\:-inset-y-1\.5:visited {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:visited\:-inset-x-1\.5:visited {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:visited\:-inset-y-2\.5:visited {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:visited\:-inset-x-2\.5:visited {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:visited\:-inset-y-3\.5:visited {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:visited\:-inset-x-3\.5:visited {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:visited\:inset-y-1\/2:visited {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:visited\:inset-x-1\/2:visited {
    right: 50%;
    left: 50%;
  }

  .\32xl\:visited\:inset-y-1\/3:visited {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:visited\:inset-x-1\/3:visited {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:visited\:inset-y-2\/3:visited {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:visited\:inset-x-2\/3:visited {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:visited\:inset-y-1\/4:visited {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:visited\:inset-x-1\/4:visited {
    right: 25%;
    left: 25%;
  }

  .\32xl\:visited\:inset-y-2\/4:visited {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:visited\:inset-x-2\/4:visited {
    right: 50%;
    left: 50%;
  }

  .\32xl\:visited\:inset-y-3\/4:visited {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:visited\:inset-x-3\/4:visited {
    right: 75%;
    left: 75%;
  }

  .\32xl\:visited\:inset-y-full:visited {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:visited\:inset-x-full:visited {
    right: 100%;
    left: 100%;
  }

  .\32xl\:visited\:-inset-y-1\/2:visited {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:visited\:-inset-x-1\/2:visited {
    right: -50%;
    left: -50%;
  }

  .\32xl\:visited\:-inset-y-1\/3:visited {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:visited\:-inset-x-1\/3:visited {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:visited\:-inset-y-2\/3:visited {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:visited\:-inset-x-2\/3:visited {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:visited\:-inset-y-1\/4:visited {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:visited\:-inset-x-1\/4:visited {
    right: -25%;
    left: -25%;
  }

  .\32xl\:visited\:-inset-y-2\/4:visited {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:visited\:-inset-x-2\/4:visited {
    right: -50%;
    left: -50%;
  }

  .\32xl\:visited\:-inset-y-3\/4:visited {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:visited\:-inset-x-3\/4:visited {
    right: -75%;
    left: -75%;
  }

  .\32xl\:visited\:-inset-y-full:visited {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:visited\:-inset-x-full:visited {
    right: -100%;
    left: -100%;
  }

  .\32xl\:visited\:top-0:visited {
    top: 0px;
  }

  .\32xl\:visited\:right-0:visited {
    right: 0px;
  }

  .\32xl\:visited\:bottom-0:visited {
    bottom: 0px;
  }

  .\32xl\:visited\:left-0:visited {
    left: 0px;
  }

  .\32xl\:visited\:top-1:visited {
    top: 0.25rem;
  }

  .\32xl\:visited\:right-1:visited {
    right: 0.25rem;
  }

  .\32xl\:visited\:bottom-1:visited {
    bottom: 0.25rem;
  }

  .\32xl\:visited\:left-1:visited {
    left: 0.25rem;
  }

  .\32xl\:visited\:top-2:visited {
    top: 0.5rem;
  }

  .\32xl\:visited\:right-2:visited {
    right: 0.5rem;
  }

  .\32xl\:visited\:bottom-2:visited {
    bottom: 0.5rem;
  }

  .\32xl\:visited\:left-2:visited {
    left: 0.5rem;
  }

  .\32xl\:visited\:top-3:visited {
    top: 0.75rem;
  }

  .\32xl\:visited\:right-3:visited {
    right: 0.75rem;
  }

  .\32xl\:visited\:bottom-3:visited {
    bottom: 0.75rem;
  }

  .\32xl\:visited\:left-3:visited {
    left: 0.75rem;
  }

  .\32xl\:visited\:top-4:visited {
    top: 1rem;
  }

  .\32xl\:visited\:right-4:visited {
    right: 1rem;
  }

  .\32xl\:visited\:bottom-4:visited {
    bottom: 1rem;
  }

  .\32xl\:visited\:left-4:visited {
    left: 1rem;
  }

  .\32xl\:visited\:top-5:visited {
    top: 1.25rem;
  }

  .\32xl\:visited\:right-5:visited {
    right: 1.25rem;
  }

  .\32xl\:visited\:bottom-5:visited {
    bottom: 1.25rem;
  }

  .\32xl\:visited\:left-5:visited {
    left: 1.25rem;
  }

  .\32xl\:visited\:top-6:visited {
    top: 1.5rem;
  }

  .\32xl\:visited\:right-6:visited {
    right: 1.5rem;
  }

  .\32xl\:visited\:bottom-6:visited {
    bottom: 1.5rem;
  }

  .\32xl\:visited\:left-6:visited {
    left: 1.5rem;
  }

  .\32xl\:visited\:top-7:visited {
    top: 1.75rem;
  }

  .\32xl\:visited\:right-7:visited {
    right: 1.75rem;
  }

  .\32xl\:visited\:bottom-7:visited {
    bottom: 1.75rem;
  }

  .\32xl\:visited\:left-7:visited {
    left: 1.75rem;
  }

  .\32xl\:visited\:top-8:visited {
    top: 2rem;
  }

  .\32xl\:visited\:right-8:visited {
    right: 2rem;
  }

  .\32xl\:visited\:bottom-8:visited {
    bottom: 2rem;
  }

  .\32xl\:visited\:left-8:visited {
    left: 2rem;
  }

  .\32xl\:visited\:top-9:visited {
    top: 2.25rem;
  }

  .\32xl\:visited\:right-9:visited {
    right: 2.25rem;
  }

  .\32xl\:visited\:bottom-9:visited {
    bottom: 2.25rem;
  }

  .\32xl\:visited\:left-9:visited {
    left: 2.25rem;
  }

  .\32xl\:visited\:top-10:visited {
    top: 2.5rem;
  }

  .\32xl\:visited\:right-10:visited {
    right: 2.5rem;
  }

  .\32xl\:visited\:bottom-10:visited {
    bottom: 2.5rem;
  }

  .\32xl\:visited\:left-10:visited {
    left: 2.5rem;
  }

  .\32xl\:visited\:top-11:visited {
    top: 2.75rem;
  }

  .\32xl\:visited\:right-11:visited {
    right: 2.75rem;
  }

  .\32xl\:visited\:bottom-11:visited {
    bottom: 2.75rem;
  }

  .\32xl\:visited\:left-11:visited {
    left: 2.75rem;
  }

  .\32xl\:visited\:top-12:visited {
    top: 3rem;
  }

  .\32xl\:visited\:right-12:visited {
    right: 3rem;
  }

  .\32xl\:visited\:bottom-12:visited {
    bottom: 3rem;
  }

  .\32xl\:visited\:left-12:visited {
    left: 3rem;
  }

  .\32xl\:visited\:top-14:visited {
    top: 3.5rem;
  }

  .\32xl\:visited\:right-14:visited {
    right: 3.5rem;
  }

  .\32xl\:visited\:bottom-14:visited {
    bottom: 3.5rem;
  }

  .\32xl\:visited\:left-14:visited {
    left: 3.5rem;
  }

  .\32xl\:visited\:top-16:visited {
    top: 4rem;
  }

  .\32xl\:visited\:right-16:visited {
    right: 4rem;
  }

  .\32xl\:visited\:bottom-16:visited {
    bottom: 4rem;
  }

  .\32xl\:visited\:left-16:visited {
    left: 4rem;
  }

  .\32xl\:visited\:top-20:visited {
    top: 5rem;
  }

  .\32xl\:visited\:right-20:visited {
    right: 5rem;
  }

  .\32xl\:visited\:bottom-20:visited {
    bottom: 5rem;
  }

  .\32xl\:visited\:left-20:visited {
    left: 5rem;
  }

  .\32xl\:visited\:top-24:visited {
    top: 6rem;
  }

  .\32xl\:visited\:right-24:visited {
    right: 6rem;
  }

  .\32xl\:visited\:bottom-24:visited {
    bottom: 6rem;
  }

  .\32xl\:visited\:left-24:visited {
    left: 6rem;
  }

  .\32xl\:visited\:top-28:visited {
    top: 7rem;
  }

  .\32xl\:visited\:right-28:visited {
    right: 7rem;
  }

  .\32xl\:visited\:bottom-28:visited {
    bottom: 7rem;
  }

  .\32xl\:visited\:left-28:visited {
    left: 7rem;
  }

  .\32xl\:visited\:top-32:visited {
    top: 8rem;
  }

  .\32xl\:visited\:right-32:visited {
    right: 8rem;
  }

  .\32xl\:visited\:bottom-32:visited {
    bottom: 8rem;
  }

  .\32xl\:visited\:left-32:visited {
    left: 8rem;
  }

  .\32xl\:visited\:top-36:visited {
    top: 9rem;
  }

  .\32xl\:visited\:right-36:visited {
    right: 9rem;
  }

  .\32xl\:visited\:bottom-36:visited {
    bottom: 9rem;
  }

  .\32xl\:visited\:left-36:visited {
    left: 9rem;
  }

  .\32xl\:visited\:top-40:visited {
    top: 10rem;
  }

  .\32xl\:visited\:right-40:visited {
    right: 10rem;
  }

  .\32xl\:visited\:bottom-40:visited {
    bottom: 10rem;
  }

  .\32xl\:visited\:left-40:visited {
    left: 10rem;
  }

  .\32xl\:visited\:top-44:visited {
    top: 11rem;
  }

  .\32xl\:visited\:right-44:visited {
    right: 11rem;
  }

  .\32xl\:visited\:bottom-44:visited {
    bottom: 11rem;
  }

  .\32xl\:visited\:left-44:visited {
    left: 11rem;
  }

  .\32xl\:visited\:top-48:visited {
    top: 12rem;
  }

  .\32xl\:visited\:right-48:visited {
    right: 12rem;
  }

  .\32xl\:visited\:bottom-48:visited {
    bottom: 12rem;
  }

  .\32xl\:visited\:left-48:visited {
    left: 12rem;
  }

  .\32xl\:visited\:top-52:visited {
    top: 13rem;
  }

  .\32xl\:visited\:right-52:visited {
    right: 13rem;
  }

  .\32xl\:visited\:bottom-52:visited {
    bottom: 13rem;
  }

  .\32xl\:visited\:left-52:visited {
    left: 13rem;
  }

  .\32xl\:visited\:top-56:visited {
    top: 14rem;
  }

  .\32xl\:visited\:right-56:visited {
    right: 14rem;
  }

  .\32xl\:visited\:bottom-56:visited {
    bottom: 14rem;
  }

  .\32xl\:visited\:left-56:visited {
    left: 14rem;
  }

  .\32xl\:visited\:top-60:visited {
    top: 15rem;
  }

  .\32xl\:visited\:right-60:visited {
    right: 15rem;
  }

  .\32xl\:visited\:bottom-60:visited {
    bottom: 15rem;
  }

  .\32xl\:visited\:left-60:visited {
    left: 15rem;
  }

  .\32xl\:visited\:top-64:visited {
    top: 16rem;
  }

  .\32xl\:visited\:right-64:visited {
    right: 16rem;
  }

  .\32xl\:visited\:bottom-64:visited {
    bottom: 16rem;
  }

  .\32xl\:visited\:left-64:visited {
    left: 16rem;
  }

  .\32xl\:visited\:top-72:visited {
    top: 18rem;
  }

  .\32xl\:visited\:right-72:visited {
    right: 18rem;
  }

  .\32xl\:visited\:bottom-72:visited {
    bottom: 18rem;
  }

  .\32xl\:visited\:left-72:visited {
    left: 18rem;
  }

  .\32xl\:visited\:top-80:visited {
    top: 20rem;
  }

  .\32xl\:visited\:right-80:visited {
    right: 20rem;
  }

  .\32xl\:visited\:bottom-80:visited {
    bottom: 20rem;
  }

  .\32xl\:visited\:left-80:visited {
    left: 20rem;
  }

  .\32xl\:visited\:top-96:visited {
    top: 24rem;
  }

  .\32xl\:visited\:right-96:visited {
    right: 24rem;
  }

  .\32xl\:visited\:bottom-96:visited {
    bottom: 24rem;
  }

  .\32xl\:visited\:left-96:visited {
    left: 24rem;
  }

  .\32xl\:visited\:top-auto:visited {
    top: auto;
  }

  .\32xl\:visited\:right-auto:visited {
    right: auto;
  }

  .\32xl\:visited\:bottom-auto:visited {
    bottom: auto;
  }

  .\32xl\:visited\:left-auto:visited {
    left: auto;
  }

  .\32xl\:visited\:top-px:visited {
    top: 1px;
  }

  .\32xl\:visited\:right-px:visited {
    right: 1px;
  }

  .\32xl\:visited\:bottom-px:visited {
    bottom: 1px;
  }

  .\32xl\:visited\:left-px:visited {
    left: 1px;
  }

  .\32xl\:visited\:top-0\.5:visited {
    top: 0.125rem;
  }

  .\32xl\:visited\:right-0\.5:visited {
    right: 0.125rem;
  }

  .\32xl\:visited\:bottom-0\.5:visited {
    bottom: 0.125rem;
  }

  .\32xl\:visited\:left-0\.5:visited {
    left: 0.125rem;
  }

  .\32xl\:visited\:top-1\.5:visited {
    top: 0.375rem;
  }

  .\32xl\:visited\:right-1\.5:visited {
    right: 0.375rem;
  }

  .\32xl\:visited\:bottom-1\.5:visited {
    bottom: 0.375rem;
  }

  .\32xl\:visited\:left-1\.5:visited {
    left: 0.375rem;
  }

  .\32xl\:visited\:top-2\.5:visited {
    top: 0.625rem;
  }

  .\32xl\:visited\:right-2\.5:visited {
    right: 0.625rem;
  }

  .\32xl\:visited\:bottom-2\.5:visited {
    bottom: 0.625rem;
  }

  .\32xl\:visited\:left-2\.5:visited {
    left: 0.625rem;
  }

  .\32xl\:visited\:top-3\.5:visited {
    top: 0.875rem;
  }

  .\32xl\:visited\:right-3\.5:visited {
    right: 0.875rem;
  }

  .\32xl\:visited\:bottom-3\.5:visited {
    bottom: 0.875rem;
  }

  .\32xl\:visited\:left-3\.5:visited {
    left: 0.875rem;
  }

  .\32xl\:visited\:-top-0:visited {
    top: 0px;
  }

  .\32xl\:visited\:-right-0:visited {
    right: 0px;
  }

  .\32xl\:visited\:-bottom-0:visited {
    bottom: 0px;
  }

  .\32xl\:visited\:-left-0:visited {
    left: 0px;
  }

  .\32xl\:visited\:-top-1:visited {
    top: -0.25rem;
  }

  .\32xl\:visited\:-right-1:visited {
    right: -0.25rem;
  }

  .\32xl\:visited\:-bottom-1:visited {
    bottom: -0.25rem;
  }

  .\32xl\:visited\:-left-1:visited {
    left: -0.25rem;
  }

  .\32xl\:visited\:-top-2:visited {
    top: -0.5rem;
  }

  .\32xl\:visited\:-right-2:visited {
    right: -0.5rem;
  }

  .\32xl\:visited\:-bottom-2:visited {
    bottom: -0.5rem;
  }

  .\32xl\:visited\:-left-2:visited {
    left: -0.5rem;
  }

  .\32xl\:visited\:-top-3:visited {
    top: -0.75rem;
  }

  .\32xl\:visited\:-right-3:visited {
    right: -0.75rem;
  }

  .\32xl\:visited\:-bottom-3:visited {
    bottom: -0.75rem;
  }

  .\32xl\:visited\:-left-3:visited {
    left: -0.75rem;
  }

  .\32xl\:visited\:-top-4:visited {
    top: -1rem;
  }

  .\32xl\:visited\:-right-4:visited {
    right: -1rem;
  }

  .\32xl\:visited\:-bottom-4:visited {
    bottom: -1rem;
  }

  .\32xl\:visited\:-left-4:visited {
    left: -1rem;
  }

  .\32xl\:visited\:-top-5:visited {
    top: -1.25rem;
  }

  .\32xl\:visited\:-right-5:visited {
    right: -1.25rem;
  }

  .\32xl\:visited\:-bottom-5:visited {
    bottom: -1.25rem;
  }

  .\32xl\:visited\:-left-5:visited {
    left: -1.25rem;
  }

  .\32xl\:visited\:-top-6:visited {
    top: -1.5rem;
  }

  .\32xl\:visited\:-right-6:visited {
    right: -1.5rem;
  }

  .\32xl\:visited\:-bottom-6:visited {
    bottom: -1.5rem;
  }

  .\32xl\:visited\:-left-6:visited {
    left: -1.5rem;
  }

  .\32xl\:visited\:-top-7:visited {
    top: -1.75rem;
  }

  .\32xl\:visited\:-right-7:visited {
    right: -1.75rem;
  }

  .\32xl\:visited\:-bottom-7:visited {
    bottom: -1.75rem;
  }

  .\32xl\:visited\:-left-7:visited {
    left: -1.75rem;
  }

  .\32xl\:visited\:-top-8:visited {
    top: -2rem;
  }

  .\32xl\:visited\:-right-8:visited {
    right: -2rem;
  }

  .\32xl\:visited\:-bottom-8:visited {
    bottom: -2rem;
  }

  .\32xl\:visited\:-left-8:visited {
    left: -2rem;
  }

  .\32xl\:visited\:-top-9:visited {
    top: -2.25rem;
  }

  .\32xl\:visited\:-right-9:visited {
    right: -2.25rem;
  }

  .\32xl\:visited\:-bottom-9:visited {
    bottom: -2.25rem;
  }

  .\32xl\:visited\:-left-9:visited {
    left: -2.25rem;
  }

  .\32xl\:visited\:-top-10:visited {
    top: -2.5rem;
  }

  .\32xl\:visited\:-right-10:visited {
    right: -2.5rem;
  }

  .\32xl\:visited\:-bottom-10:visited {
    bottom: -2.5rem;
  }

  .\32xl\:visited\:-left-10:visited {
    left: -2.5rem;
  }

  .\32xl\:visited\:-top-11:visited {
    top: -2.75rem;
  }

  .\32xl\:visited\:-right-11:visited {
    right: -2.75rem;
  }

  .\32xl\:visited\:-bottom-11:visited {
    bottom: -2.75rem;
  }

  .\32xl\:visited\:-left-11:visited {
    left: -2.75rem;
  }

  .\32xl\:visited\:-top-12:visited {
    top: -3rem;
  }

  .\32xl\:visited\:-right-12:visited {
    right: -3rem;
  }

  .\32xl\:visited\:-bottom-12:visited {
    bottom: -3rem;
  }

  .\32xl\:visited\:-left-12:visited {
    left: -3rem;
  }

  .\32xl\:visited\:-top-14:visited {
    top: -3.5rem;
  }

  .\32xl\:visited\:-right-14:visited {
    right: -3.5rem;
  }

  .\32xl\:visited\:-bottom-14:visited {
    bottom: -3.5rem;
  }

  .\32xl\:visited\:-left-14:visited {
    left: -3.5rem;
  }

  .\32xl\:visited\:-top-16:visited {
    top: -4rem;
  }

  .\32xl\:visited\:-right-16:visited {
    right: -4rem;
  }

  .\32xl\:visited\:-bottom-16:visited {
    bottom: -4rem;
  }

  .\32xl\:visited\:-left-16:visited {
    left: -4rem;
  }

  .\32xl\:visited\:-top-20:visited {
    top: -5rem;
  }

  .\32xl\:visited\:-right-20:visited {
    right: -5rem;
  }

  .\32xl\:visited\:-bottom-20:visited {
    bottom: -5rem;
  }

  .\32xl\:visited\:-left-20:visited {
    left: -5rem;
  }

  .\32xl\:visited\:-top-24:visited {
    top: -6rem;
  }

  .\32xl\:visited\:-right-24:visited {
    right: -6rem;
  }

  .\32xl\:visited\:-bottom-24:visited {
    bottom: -6rem;
  }

  .\32xl\:visited\:-left-24:visited {
    left: -6rem;
  }

  .\32xl\:visited\:-top-28:visited {
    top: -7rem;
  }

  .\32xl\:visited\:-right-28:visited {
    right: -7rem;
  }

  .\32xl\:visited\:-bottom-28:visited {
    bottom: -7rem;
  }

  .\32xl\:visited\:-left-28:visited {
    left: -7rem;
  }

  .\32xl\:visited\:-top-32:visited {
    top: -8rem;
  }

  .\32xl\:visited\:-right-32:visited {
    right: -8rem;
  }

  .\32xl\:visited\:-bottom-32:visited {
    bottom: -8rem;
  }

  .\32xl\:visited\:-left-32:visited {
    left: -8rem;
  }

  .\32xl\:visited\:-top-36:visited {
    top: -9rem;
  }

  .\32xl\:visited\:-right-36:visited {
    right: -9rem;
  }

  .\32xl\:visited\:-bottom-36:visited {
    bottom: -9rem;
  }

  .\32xl\:visited\:-left-36:visited {
    left: -9rem;
  }

  .\32xl\:visited\:-top-40:visited {
    top: -10rem;
  }

  .\32xl\:visited\:-right-40:visited {
    right: -10rem;
  }

  .\32xl\:visited\:-bottom-40:visited {
    bottom: -10rem;
  }

  .\32xl\:visited\:-left-40:visited {
    left: -10rem;
  }

  .\32xl\:visited\:-top-44:visited {
    top: -11rem;
  }

  .\32xl\:visited\:-right-44:visited {
    right: -11rem;
  }

  .\32xl\:visited\:-bottom-44:visited {
    bottom: -11rem;
  }

  .\32xl\:visited\:-left-44:visited {
    left: -11rem;
  }

  .\32xl\:visited\:-top-48:visited {
    top: -12rem;
  }

  .\32xl\:visited\:-right-48:visited {
    right: -12rem;
  }

  .\32xl\:visited\:-bottom-48:visited {
    bottom: -12rem;
  }

  .\32xl\:visited\:-left-48:visited {
    left: -12rem;
  }

  .\32xl\:visited\:-top-52:visited {
    top: -13rem;
  }

  .\32xl\:visited\:-right-52:visited {
    right: -13rem;
  }

  .\32xl\:visited\:-bottom-52:visited {
    bottom: -13rem;
  }

  .\32xl\:visited\:-left-52:visited {
    left: -13rem;
  }

  .\32xl\:visited\:-top-56:visited {
    top: -14rem;
  }

  .\32xl\:visited\:-right-56:visited {
    right: -14rem;
  }

  .\32xl\:visited\:-bottom-56:visited {
    bottom: -14rem;
  }

  .\32xl\:visited\:-left-56:visited {
    left: -14rem;
  }

  .\32xl\:visited\:-top-60:visited {
    top: -15rem;
  }

  .\32xl\:visited\:-right-60:visited {
    right: -15rem;
  }

  .\32xl\:visited\:-bottom-60:visited {
    bottom: -15rem;
  }

  .\32xl\:visited\:-left-60:visited {
    left: -15rem;
  }

  .\32xl\:visited\:-top-64:visited {
    top: -16rem;
  }

  .\32xl\:visited\:-right-64:visited {
    right: -16rem;
  }

  .\32xl\:visited\:-bottom-64:visited {
    bottom: -16rem;
  }

  .\32xl\:visited\:-left-64:visited {
    left: -16rem;
  }

  .\32xl\:visited\:-top-72:visited {
    top: -18rem;
  }

  .\32xl\:visited\:-right-72:visited {
    right: -18rem;
  }

  .\32xl\:visited\:-bottom-72:visited {
    bottom: -18rem;
  }

  .\32xl\:visited\:-left-72:visited {
    left: -18rem;
  }

  .\32xl\:visited\:-top-80:visited {
    top: -20rem;
  }

  .\32xl\:visited\:-right-80:visited {
    right: -20rem;
  }

  .\32xl\:visited\:-bottom-80:visited {
    bottom: -20rem;
  }

  .\32xl\:visited\:-left-80:visited {
    left: -20rem;
  }

  .\32xl\:visited\:-top-96:visited {
    top: -24rem;
  }

  .\32xl\:visited\:-right-96:visited {
    right: -24rem;
  }

  .\32xl\:visited\:-bottom-96:visited {
    bottom: -24rem;
  }

  .\32xl\:visited\:-left-96:visited {
    left: -24rem;
  }

  .\32xl\:visited\:-top-px:visited {
    top: -1px;
  }

  .\32xl\:visited\:-right-px:visited {
    right: -1px;
  }

  .\32xl\:visited\:-bottom-px:visited {
    bottom: -1px;
  }

  .\32xl\:visited\:-left-px:visited {
    left: -1px;
  }

  .\32xl\:visited\:-top-0\.5:visited {
    top: -0.125rem;
  }

  .\32xl\:visited\:-right-0\.5:visited {
    right: -0.125rem;
  }

  .\32xl\:visited\:-bottom-0\.5:visited {
    bottom: -0.125rem;
  }

  .\32xl\:visited\:-left-0\.5:visited {
    left: -0.125rem;
  }

  .\32xl\:visited\:-top-1\.5:visited {
    top: -0.375rem;
  }

  .\32xl\:visited\:-right-1\.5:visited {
    right: -0.375rem;
  }

  .\32xl\:visited\:-bottom-1\.5:visited {
    bottom: -0.375rem;
  }

  .\32xl\:visited\:-left-1\.5:visited {
    left: -0.375rem;
  }

  .\32xl\:visited\:-top-2\.5:visited {
    top: -0.625rem;
  }

  .\32xl\:visited\:-right-2\.5:visited {
    right: -0.625rem;
  }

  .\32xl\:visited\:-bottom-2\.5:visited {
    bottom: -0.625rem;
  }

  .\32xl\:visited\:-left-2\.5:visited {
    left: -0.625rem;
  }

  .\32xl\:visited\:-top-3\.5:visited {
    top: -0.875rem;
  }

  .\32xl\:visited\:-right-3\.5:visited {
    right: -0.875rem;
  }

  .\32xl\:visited\:-bottom-3\.5:visited {
    bottom: -0.875rem;
  }

  .\32xl\:visited\:-left-3\.5:visited {
    left: -0.875rem;
  }

  .\32xl\:visited\:top-1\/2:visited {
    top: 50%;
  }

  .\32xl\:visited\:right-1\/2:visited {
    right: 50%;
  }

  .\32xl\:visited\:bottom-1\/2:visited {
    bottom: 50%;
  }

  .\32xl\:visited\:left-1\/2:visited {
    left: 50%;
  }

  .\32xl\:visited\:top-1\/3:visited {
    top: 33.333333%;
  }

  .\32xl\:visited\:right-1\/3:visited {
    right: 33.333333%;
  }

  .\32xl\:visited\:bottom-1\/3:visited {
    bottom: 33.333333%;
  }

  .\32xl\:visited\:left-1\/3:visited {
    left: 33.333333%;
  }

  .\32xl\:visited\:top-2\/3:visited {
    top: 66.666667%;
  }

  .\32xl\:visited\:right-2\/3:visited {
    right: 66.666667%;
  }

  .\32xl\:visited\:bottom-2\/3:visited {
    bottom: 66.666667%;
  }

  .\32xl\:visited\:left-2\/3:visited {
    left: 66.666667%;
  }

  .\32xl\:visited\:top-1\/4:visited {
    top: 25%;
  }

  .\32xl\:visited\:right-1\/4:visited {
    right: 25%;
  }

  .\32xl\:visited\:bottom-1\/4:visited {
    bottom: 25%;
  }

  .\32xl\:visited\:left-1\/4:visited {
    left: 25%;
  }

  .\32xl\:visited\:top-2\/4:visited {
    top: 50%;
  }

  .\32xl\:visited\:right-2\/4:visited {
    right: 50%;
  }

  .\32xl\:visited\:bottom-2\/4:visited {
    bottom: 50%;
  }

  .\32xl\:visited\:left-2\/4:visited {
    left: 50%;
  }

  .\32xl\:visited\:top-3\/4:visited {
    top: 75%;
  }

  .\32xl\:visited\:right-3\/4:visited {
    right: 75%;
  }

  .\32xl\:visited\:bottom-3\/4:visited {
    bottom: 75%;
  }

  .\32xl\:visited\:left-3\/4:visited {
    left: 75%;
  }

  .\32xl\:visited\:top-full:visited {
    top: 100%;
  }

  .\32xl\:visited\:right-full:visited {
    right: 100%;
  }

  .\32xl\:visited\:bottom-full:visited {
    bottom: 100%;
  }

  .\32xl\:visited\:left-full:visited {
    left: 100%;
  }

  .\32xl\:visited\:-top-1\/2:visited {
    top: -50%;
  }

  .\32xl\:visited\:-right-1\/2:visited {
    right: -50%;
  }

  .\32xl\:visited\:-bottom-1\/2:visited {
    bottom: -50%;
  }

  .\32xl\:visited\:-left-1\/2:visited {
    left: -50%;
  }

  .\32xl\:visited\:-top-1\/3:visited {
    top: -33.333333%;
  }

  .\32xl\:visited\:-right-1\/3:visited {
    right: -33.333333%;
  }

  .\32xl\:visited\:-bottom-1\/3:visited {
    bottom: -33.333333%;
  }

  .\32xl\:visited\:-left-1\/3:visited {
    left: -33.333333%;
  }

  .\32xl\:visited\:-top-2\/3:visited {
    top: -66.666667%;
  }

  .\32xl\:visited\:-right-2\/3:visited {
    right: -66.666667%;
  }

  .\32xl\:visited\:-bottom-2\/3:visited {
    bottom: -66.666667%;
  }

  .\32xl\:visited\:-left-2\/3:visited {
    left: -66.666667%;
  }

  .\32xl\:visited\:-top-1\/4:visited {
    top: -25%;
  }

  .\32xl\:visited\:-right-1\/4:visited {
    right: -25%;
  }

  .\32xl\:visited\:-bottom-1\/4:visited {
    bottom: -25%;
  }

  .\32xl\:visited\:-left-1\/4:visited {
    left: -25%;
  }

  .\32xl\:visited\:-top-2\/4:visited {
    top: -50%;
  }

  .\32xl\:visited\:-right-2\/4:visited {
    right: -50%;
  }

  .\32xl\:visited\:-bottom-2\/4:visited {
    bottom: -50%;
  }

  .\32xl\:visited\:-left-2\/4:visited {
    left: -50%;
  }

  .\32xl\:visited\:-top-3\/4:visited {
    top: -75%;
  }

  .\32xl\:visited\:-right-3\/4:visited {
    right: -75%;
  }

  .\32xl\:visited\:-bottom-3\/4:visited {
    bottom: -75%;
  }

  .\32xl\:visited\:-left-3\/4:visited {
    left: -75%;
  }

  .\32xl\:visited\:-top-full:visited {
    top: -100%;
  }

  .\32xl\:visited\:-right-full:visited {
    right: -100%;
  }

  .\32xl\:visited\:-bottom-full:visited {
    bottom: -100%;
  }

  .\32xl\:visited\:-left-full:visited {
    left: -100%;
  }

  .\32xl\:disabled\:inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:disabled\:inset-1:disabled {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:disabled\:inset-2:disabled {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:disabled\:inset-3:disabled {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:disabled\:inset-4:disabled {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:disabled\:inset-5:disabled {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:disabled\:inset-6:disabled {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:disabled\:inset-7:disabled {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:disabled\:inset-8:disabled {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:disabled\:inset-9:disabled {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:disabled\:inset-10:disabled {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:disabled\:inset-11:disabled {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:disabled\:inset-12:disabled {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:disabled\:inset-14:disabled {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:disabled\:inset-16:disabled {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:disabled\:inset-20:disabled {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:disabled\:inset-24:disabled {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:disabled\:inset-28:disabled {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:disabled\:inset-32:disabled {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:disabled\:inset-36:disabled {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:disabled\:inset-40:disabled {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:disabled\:inset-44:disabled {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:disabled\:inset-48:disabled {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:disabled\:inset-52:disabled {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:disabled\:inset-56:disabled {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:disabled\:inset-60:disabled {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:disabled\:inset-64:disabled {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:disabled\:inset-72:disabled {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:disabled\:inset-80:disabled {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:disabled\:inset-96:disabled {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:disabled\:inset-auto:disabled {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:disabled\:inset-px:disabled {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:disabled\:inset-0\.5:disabled {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:disabled\:inset-1\.5:disabled {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:disabled\:inset-2\.5:disabled {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:disabled\:inset-3\.5:disabled {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:disabled\:-inset-0:disabled {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:disabled\:-inset-1:disabled {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:disabled\:-inset-2:disabled {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:disabled\:-inset-3:disabled {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:disabled\:-inset-4:disabled {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:disabled\:-inset-5:disabled {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:disabled\:-inset-6:disabled {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:disabled\:-inset-7:disabled {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:disabled\:-inset-8:disabled {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:disabled\:-inset-9:disabled {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:disabled\:-inset-10:disabled {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:disabled\:-inset-11:disabled {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:disabled\:-inset-12:disabled {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:disabled\:-inset-14:disabled {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:disabled\:-inset-16:disabled {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:disabled\:-inset-20:disabled {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:disabled\:-inset-24:disabled {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:disabled\:-inset-28:disabled {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:disabled\:-inset-32:disabled {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:disabled\:-inset-36:disabled {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:disabled\:-inset-40:disabled {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:disabled\:-inset-44:disabled {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:disabled\:-inset-48:disabled {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:disabled\:-inset-52:disabled {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:disabled\:-inset-56:disabled {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:disabled\:-inset-60:disabled {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:disabled\:-inset-64:disabled {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:disabled\:-inset-72:disabled {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:disabled\:-inset-80:disabled {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:disabled\:-inset-96:disabled {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:disabled\:-inset-px:disabled {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:disabled\:-inset-0\.5:disabled {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:disabled\:-inset-1\.5:disabled {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:disabled\:-inset-2\.5:disabled {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:disabled\:-inset-3\.5:disabled {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:disabled\:inset-1\/2:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:disabled\:inset-1\/3:disabled {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:disabled\:inset-2\/3:disabled {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:disabled\:inset-1\/4:disabled {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:disabled\:inset-2\/4:disabled {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:disabled\:inset-3\/4:disabled {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:disabled\:inset-full:disabled {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:disabled\:-inset-1\/2:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:disabled\:-inset-1\/3:disabled {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:disabled\:-inset-2\/3:disabled {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:disabled\:-inset-1\/4:disabled {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:disabled\:-inset-2\/4:disabled {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:disabled\:-inset-3\/4:disabled {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:disabled\:-inset-full:disabled {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:disabled\:inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:disabled\:inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .\32xl\:disabled\:inset-y-1:disabled {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:disabled\:inset-x-1:disabled {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:disabled\:inset-y-2:disabled {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:disabled\:inset-x-2:disabled {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:disabled\:inset-y-3:disabled {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:disabled\:inset-x-3:disabled {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:disabled\:inset-y-4:disabled {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:disabled\:inset-x-4:disabled {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:disabled\:inset-y-5:disabled {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:disabled\:inset-x-5:disabled {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:disabled\:inset-y-6:disabled {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:disabled\:inset-x-6:disabled {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:disabled\:inset-y-7:disabled {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:disabled\:inset-x-7:disabled {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:disabled\:inset-y-8:disabled {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:disabled\:inset-x-8:disabled {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:disabled\:inset-y-9:disabled {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:disabled\:inset-x-9:disabled {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:disabled\:inset-y-10:disabled {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:disabled\:inset-x-10:disabled {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:disabled\:inset-y-11:disabled {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:disabled\:inset-x-11:disabled {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:disabled\:inset-y-12:disabled {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:disabled\:inset-x-12:disabled {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:disabled\:inset-y-14:disabled {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:disabled\:inset-x-14:disabled {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:disabled\:inset-y-16:disabled {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:disabled\:inset-x-16:disabled {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:disabled\:inset-y-20:disabled {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:disabled\:inset-x-20:disabled {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:disabled\:inset-y-24:disabled {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:disabled\:inset-x-24:disabled {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:disabled\:inset-y-28:disabled {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:disabled\:inset-x-28:disabled {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:disabled\:inset-y-32:disabled {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:disabled\:inset-x-32:disabled {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:disabled\:inset-y-36:disabled {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:disabled\:inset-x-36:disabled {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:disabled\:inset-y-40:disabled {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:disabled\:inset-x-40:disabled {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:disabled\:inset-y-44:disabled {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:disabled\:inset-x-44:disabled {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:disabled\:inset-y-48:disabled {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:disabled\:inset-x-48:disabled {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:disabled\:inset-y-52:disabled {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:disabled\:inset-x-52:disabled {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:disabled\:inset-y-56:disabled {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:disabled\:inset-x-56:disabled {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:disabled\:inset-y-60:disabled {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:disabled\:inset-x-60:disabled {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:disabled\:inset-y-64:disabled {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:disabled\:inset-x-64:disabled {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:disabled\:inset-y-72:disabled {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:disabled\:inset-x-72:disabled {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:disabled\:inset-y-80:disabled {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:disabled\:inset-x-80:disabled {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:disabled\:inset-y-96:disabled {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:disabled\:inset-x-96:disabled {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:disabled\:inset-y-auto:disabled {
    top: auto;
    bottom: auto;
  }

  .\32xl\:disabled\:inset-x-auto:disabled {
    right: auto;
    left: auto;
  }

  .\32xl\:disabled\:inset-y-px:disabled {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:disabled\:inset-x-px:disabled {
    right: 1px;
    left: 1px;
  }

  .\32xl\:disabled\:inset-y-0\.5:disabled {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:disabled\:inset-x-0\.5:disabled {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:disabled\:inset-y-1\.5:disabled {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:disabled\:inset-x-1\.5:disabled {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:disabled\:inset-y-2\.5:disabled {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:disabled\:inset-x-2\.5:disabled {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:disabled\:inset-y-3\.5:disabled {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:disabled\:inset-x-3\.5:disabled {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:disabled\:-inset-y-0:disabled {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:disabled\:-inset-x-0:disabled {
    right: 0px;
    left: 0px;
  }

  .\32xl\:disabled\:-inset-y-1:disabled {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:disabled\:-inset-x-1:disabled {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:disabled\:-inset-y-2:disabled {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:disabled\:-inset-x-2:disabled {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:disabled\:-inset-y-3:disabled {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:disabled\:-inset-x-3:disabled {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:disabled\:-inset-y-4:disabled {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:disabled\:-inset-x-4:disabled {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:disabled\:-inset-y-5:disabled {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:disabled\:-inset-x-5:disabled {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:disabled\:-inset-y-6:disabled {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:disabled\:-inset-x-6:disabled {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:disabled\:-inset-y-7:disabled {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:disabled\:-inset-x-7:disabled {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:disabled\:-inset-y-8:disabled {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:disabled\:-inset-x-8:disabled {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:disabled\:-inset-y-9:disabled {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:disabled\:-inset-x-9:disabled {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:disabled\:-inset-y-10:disabled {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:disabled\:-inset-x-10:disabled {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:disabled\:-inset-y-11:disabled {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:disabled\:-inset-x-11:disabled {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:disabled\:-inset-y-12:disabled {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:disabled\:-inset-x-12:disabled {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:disabled\:-inset-y-14:disabled {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:disabled\:-inset-x-14:disabled {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:disabled\:-inset-y-16:disabled {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:disabled\:-inset-x-16:disabled {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:disabled\:-inset-y-20:disabled {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:disabled\:-inset-x-20:disabled {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:disabled\:-inset-y-24:disabled {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:disabled\:-inset-x-24:disabled {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:disabled\:-inset-y-28:disabled {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:disabled\:-inset-x-28:disabled {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:disabled\:-inset-y-32:disabled {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:disabled\:-inset-x-32:disabled {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:disabled\:-inset-y-36:disabled {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:disabled\:-inset-x-36:disabled {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:disabled\:-inset-y-40:disabled {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:disabled\:-inset-x-40:disabled {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:disabled\:-inset-y-44:disabled {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:disabled\:-inset-x-44:disabled {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:disabled\:-inset-y-48:disabled {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:disabled\:-inset-x-48:disabled {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:disabled\:-inset-y-52:disabled {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:disabled\:-inset-x-52:disabled {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:disabled\:-inset-y-56:disabled {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:disabled\:-inset-x-56:disabled {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:disabled\:-inset-y-60:disabled {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:disabled\:-inset-x-60:disabled {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:disabled\:-inset-y-64:disabled {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:disabled\:-inset-x-64:disabled {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:disabled\:-inset-y-72:disabled {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:disabled\:-inset-x-72:disabled {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:disabled\:-inset-y-80:disabled {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:disabled\:-inset-x-80:disabled {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:disabled\:-inset-y-96:disabled {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:disabled\:-inset-x-96:disabled {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:disabled\:-inset-y-px:disabled {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:disabled\:-inset-x-px:disabled {
    right: -1px;
    left: -1px;
  }

  .\32xl\:disabled\:-inset-y-0\.5:disabled {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:disabled\:-inset-x-0\.5:disabled {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:disabled\:-inset-y-1\.5:disabled {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:disabled\:-inset-x-1\.5:disabled {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:disabled\:-inset-y-2\.5:disabled {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:disabled\:-inset-x-2\.5:disabled {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:disabled\:-inset-y-3\.5:disabled {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:disabled\:-inset-x-3\.5:disabled {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:disabled\:inset-y-1\/2:disabled {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:disabled\:inset-x-1\/2:disabled {
    right: 50%;
    left: 50%;
  }

  .\32xl\:disabled\:inset-y-1\/3:disabled {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:disabled\:inset-x-1\/3:disabled {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:disabled\:inset-y-2\/3:disabled {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:disabled\:inset-x-2\/3:disabled {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:disabled\:inset-y-1\/4:disabled {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:disabled\:inset-x-1\/4:disabled {
    right: 25%;
    left: 25%;
  }

  .\32xl\:disabled\:inset-y-2\/4:disabled {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:disabled\:inset-x-2\/4:disabled {
    right: 50%;
    left: 50%;
  }

  .\32xl\:disabled\:inset-y-3\/4:disabled {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:disabled\:inset-x-3\/4:disabled {
    right: 75%;
    left: 75%;
  }

  .\32xl\:disabled\:inset-y-full:disabled {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:disabled\:inset-x-full:disabled {
    right: 100%;
    left: 100%;
  }

  .\32xl\:disabled\:-inset-y-1\/2:disabled {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:disabled\:-inset-x-1\/2:disabled {
    right: -50%;
    left: -50%;
  }

  .\32xl\:disabled\:-inset-y-1\/3:disabled {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:disabled\:-inset-x-1\/3:disabled {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:disabled\:-inset-y-2\/3:disabled {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:disabled\:-inset-x-2\/3:disabled {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:disabled\:-inset-y-1\/4:disabled {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:disabled\:-inset-x-1\/4:disabled {
    right: -25%;
    left: -25%;
  }

  .\32xl\:disabled\:-inset-y-2\/4:disabled {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:disabled\:-inset-x-2\/4:disabled {
    right: -50%;
    left: -50%;
  }

  .\32xl\:disabled\:-inset-y-3\/4:disabled {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:disabled\:-inset-x-3\/4:disabled {
    right: -75%;
    left: -75%;
  }

  .\32xl\:disabled\:-inset-y-full:disabled {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:disabled\:-inset-x-full:disabled {
    right: -100%;
    left: -100%;
  }

  .\32xl\:disabled\:top-0:disabled {
    top: 0px;
  }

  .\32xl\:disabled\:right-0:disabled {
    right: 0px;
  }

  .\32xl\:disabled\:bottom-0:disabled {
    bottom: 0px;
  }

  .\32xl\:disabled\:left-0:disabled {
    left: 0px;
  }

  .\32xl\:disabled\:top-1:disabled {
    top: 0.25rem;
  }

  .\32xl\:disabled\:right-1:disabled {
    right: 0.25rem;
  }

  .\32xl\:disabled\:bottom-1:disabled {
    bottom: 0.25rem;
  }

  .\32xl\:disabled\:left-1:disabled {
    left: 0.25rem;
  }

  .\32xl\:disabled\:top-2:disabled {
    top: 0.5rem;
  }

  .\32xl\:disabled\:right-2:disabled {
    right: 0.5rem;
  }

  .\32xl\:disabled\:bottom-2:disabled {
    bottom: 0.5rem;
  }

  .\32xl\:disabled\:left-2:disabled {
    left: 0.5rem;
  }

  .\32xl\:disabled\:top-3:disabled {
    top: 0.75rem;
  }

  .\32xl\:disabled\:right-3:disabled {
    right: 0.75rem;
  }

  .\32xl\:disabled\:bottom-3:disabled {
    bottom: 0.75rem;
  }

  .\32xl\:disabled\:left-3:disabled {
    left: 0.75rem;
  }

  .\32xl\:disabled\:top-4:disabled {
    top: 1rem;
  }

  .\32xl\:disabled\:right-4:disabled {
    right: 1rem;
  }

  .\32xl\:disabled\:bottom-4:disabled {
    bottom: 1rem;
  }

  .\32xl\:disabled\:left-4:disabled {
    left: 1rem;
  }

  .\32xl\:disabled\:top-5:disabled {
    top: 1.25rem;
  }

  .\32xl\:disabled\:right-5:disabled {
    right: 1.25rem;
  }

  .\32xl\:disabled\:bottom-5:disabled {
    bottom: 1.25rem;
  }

  .\32xl\:disabled\:left-5:disabled {
    left: 1.25rem;
  }

  .\32xl\:disabled\:top-6:disabled {
    top: 1.5rem;
  }

  .\32xl\:disabled\:right-6:disabled {
    right: 1.5rem;
  }

  .\32xl\:disabled\:bottom-6:disabled {
    bottom: 1.5rem;
  }

  .\32xl\:disabled\:left-6:disabled {
    left: 1.5rem;
  }

  .\32xl\:disabled\:top-7:disabled {
    top: 1.75rem;
  }

  .\32xl\:disabled\:right-7:disabled {
    right: 1.75rem;
  }

  .\32xl\:disabled\:bottom-7:disabled {
    bottom: 1.75rem;
  }

  .\32xl\:disabled\:left-7:disabled {
    left: 1.75rem;
  }

  .\32xl\:disabled\:top-8:disabled {
    top: 2rem;
  }

  .\32xl\:disabled\:right-8:disabled {
    right: 2rem;
  }

  .\32xl\:disabled\:bottom-8:disabled {
    bottom: 2rem;
  }

  .\32xl\:disabled\:left-8:disabled {
    left: 2rem;
  }

  .\32xl\:disabled\:top-9:disabled {
    top: 2.25rem;
  }

  .\32xl\:disabled\:right-9:disabled {
    right: 2.25rem;
  }

  .\32xl\:disabled\:bottom-9:disabled {
    bottom: 2.25rem;
  }

  .\32xl\:disabled\:left-9:disabled {
    left: 2.25rem;
  }

  .\32xl\:disabled\:top-10:disabled {
    top: 2.5rem;
  }

  .\32xl\:disabled\:right-10:disabled {
    right: 2.5rem;
  }

  .\32xl\:disabled\:bottom-10:disabled {
    bottom: 2.5rem;
  }

  .\32xl\:disabled\:left-10:disabled {
    left: 2.5rem;
  }

  .\32xl\:disabled\:top-11:disabled {
    top: 2.75rem;
  }

  .\32xl\:disabled\:right-11:disabled {
    right: 2.75rem;
  }

  .\32xl\:disabled\:bottom-11:disabled {
    bottom: 2.75rem;
  }

  .\32xl\:disabled\:left-11:disabled {
    left: 2.75rem;
  }

  .\32xl\:disabled\:top-12:disabled {
    top: 3rem;
  }

  .\32xl\:disabled\:right-12:disabled {
    right: 3rem;
  }

  .\32xl\:disabled\:bottom-12:disabled {
    bottom: 3rem;
  }

  .\32xl\:disabled\:left-12:disabled {
    left: 3rem;
  }

  .\32xl\:disabled\:top-14:disabled {
    top: 3.5rem;
  }

  .\32xl\:disabled\:right-14:disabled {
    right: 3.5rem;
  }

  .\32xl\:disabled\:bottom-14:disabled {
    bottom: 3.5rem;
  }

  .\32xl\:disabled\:left-14:disabled {
    left: 3.5rem;
  }

  .\32xl\:disabled\:top-16:disabled {
    top: 4rem;
  }

  .\32xl\:disabled\:right-16:disabled {
    right: 4rem;
  }

  .\32xl\:disabled\:bottom-16:disabled {
    bottom: 4rem;
  }

  .\32xl\:disabled\:left-16:disabled {
    left: 4rem;
  }

  .\32xl\:disabled\:top-20:disabled {
    top: 5rem;
  }

  .\32xl\:disabled\:right-20:disabled {
    right: 5rem;
  }

  .\32xl\:disabled\:bottom-20:disabled {
    bottom: 5rem;
  }

  .\32xl\:disabled\:left-20:disabled {
    left: 5rem;
  }

  .\32xl\:disabled\:top-24:disabled {
    top: 6rem;
  }

  .\32xl\:disabled\:right-24:disabled {
    right: 6rem;
  }

  .\32xl\:disabled\:bottom-24:disabled {
    bottom: 6rem;
  }

  .\32xl\:disabled\:left-24:disabled {
    left: 6rem;
  }

  .\32xl\:disabled\:top-28:disabled {
    top: 7rem;
  }

  .\32xl\:disabled\:right-28:disabled {
    right: 7rem;
  }

  .\32xl\:disabled\:bottom-28:disabled {
    bottom: 7rem;
  }

  .\32xl\:disabled\:left-28:disabled {
    left: 7rem;
  }

  .\32xl\:disabled\:top-32:disabled {
    top: 8rem;
  }

  .\32xl\:disabled\:right-32:disabled {
    right: 8rem;
  }

  .\32xl\:disabled\:bottom-32:disabled {
    bottom: 8rem;
  }

  .\32xl\:disabled\:left-32:disabled {
    left: 8rem;
  }

  .\32xl\:disabled\:top-36:disabled {
    top: 9rem;
  }

  .\32xl\:disabled\:right-36:disabled {
    right: 9rem;
  }

  .\32xl\:disabled\:bottom-36:disabled {
    bottom: 9rem;
  }

  .\32xl\:disabled\:left-36:disabled {
    left: 9rem;
  }

  .\32xl\:disabled\:top-40:disabled {
    top: 10rem;
  }

  .\32xl\:disabled\:right-40:disabled {
    right: 10rem;
  }

  .\32xl\:disabled\:bottom-40:disabled {
    bottom: 10rem;
  }

  .\32xl\:disabled\:left-40:disabled {
    left: 10rem;
  }

  .\32xl\:disabled\:top-44:disabled {
    top: 11rem;
  }

  .\32xl\:disabled\:right-44:disabled {
    right: 11rem;
  }

  .\32xl\:disabled\:bottom-44:disabled {
    bottom: 11rem;
  }

  .\32xl\:disabled\:left-44:disabled {
    left: 11rem;
  }

  .\32xl\:disabled\:top-48:disabled {
    top: 12rem;
  }

  .\32xl\:disabled\:right-48:disabled {
    right: 12rem;
  }

  .\32xl\:disabled\:bottom-48:disabled {
    bottom: 12rem;
  }

  .\32xl\:disabled\:left-48:disabled {
    left: 12rem;
  }

  .\32xl\:disabled\:top-52:disabled {
    top: 13rem;
  }

  .\32xl\:disabled\:right-52:disabled {
    right: 13rem;
  }

  .\32xl\:disabled\:bottom-52:disabled {
    bottom: 13rem;
  }

  .\32xl\:disabled\:left-52:disabled {
    left: 13rem;
  }

  .\32xl\:disabled\:top-56:disabled {
    top: 14rem;
  }

  .\32xl\:disabled\:right-56:disabled {
    right: 14rem;
  }

  .\32xl\:disabled\:bottom-56:disabled {
    bottom: 14rem;
  }

  .\32xl\:disabled\:left-56:disabled {
    left: 14rem;
  }

  .\32xl\:disabled\:top-60:disabled {
    top: 15rem;
  }

  .\32xl\:disabled\:right-60:disabled {
    right: 15rem;
  }

  .\32xl\:disabled\:bottom-60:disabled {
    bottom: 15rem;
  }

  .\32xl\:disabled\:left-60:disabled {
    left: 15rem;
  }

  .\32xl\:disabled\:top-64:disabled {
    top: 16rem;
  }

  .\32xl\:disabled\:right-64:disabled {
    right: 16rem;
  }

  .\32xl\:disabled\:bottom-64:disabled {
    bottom: 16rem;
  }

  .\32xl\:disabled\:left-64:disabled {
    left: 16rem;
  }

  .\32xl\:disabled\:top-72:disabled {
    top: 18rem;
  }

  .\32xl\:disabled\:right-72:disabled {
    right: 18rem;
  }

  .\32xl\:disabled\:bottom-72:disabled {
    bottom: 18rem;
  }

  .\32xl\:disabled\:left-72:disabled {
    left: 18rem;
  }

  .\32xl\:disabled\:top-80:disabled {
    top: 20rem;
  }

  .\32xl\:disabled\:right-80:disabled {
    right: 20rem;
  }

  .\32xl\:disabled\:bottom-80:disabled {
    bottom: 20rem;
  }

  .\32xl\:disabled\:left-80:disabled {
    left: 20rem;
  }

  .\32xl\:disabled\:top-96:disabled {
    top: 24rem;
  }

  .\32xl\:disabled\:right-96:disabled {
    right: 24rem;
  }

  .\32xl\:disabled\:bottom-96:disabled {
    bottom: 24rem;
  }

  .\32xl\:disabled\:left-96:disabled {
    left: 24rem;
  }

  .\32xl\:disabled\:top-auto:disabled {
    top: auto;
  }

  .\32xl\:disabled\:right-auto:disabled {
    right: auto;
  }

  .\32xl\:disabled\:bottom-auto:disabled {
    bottom: auto;
  }

  .\32xl\:disabled\:left-auto:disabled {
    left: auto;
  }

  .\32xl\:disabled\:top-px:disabled {
    top: 1px;
  }

  .\32xl\:disabled\:right-px:disabled {
    right: 1px;
  }

  .\32xl\:disabled\:bottom-px:disabled {
    bottom: 1px;
  }

  .\32xl\:disabled\:left-px:disabled {
    left: 1px;
  }

  .\32xl\:disabled\:top-0\.5:disabled {
    top: 0.125rem;
  }

  .\32xl\:disabled\:right-0\.5:disabled {
    right: 0.125rem;
  }

  .\32xl\:disabled\:bottom-0\.5:disabled {
    bottom: 0.125rem;
  }

  .\32xl\:disabled\:left-0\.5:disabled {
    left: 0.125rem;
  }

  .\32xl\:disabled\:top-1\.5:disabled {
    top: 0.375rem;
  }

  .\32xl\:disabled\:right-1\.5:disabled {
    right: 0.375rem;
  }

  .\32xl\:disabled\:bottom-1\.5:disabled {
    bottom: 0.375rem;
  }

  .\32xl\:disabled\:left-1\.5:disabled {
    left: 0.375rem;
  }

  .\32xl\:disabled\:top-2\.5:disabled {
    top: 0.625rem;
  }

  .\32xl\:disabled\:right-2\.5:disabled {
    right: 0.625rem;
  }

  .\32xl\:disabled\:bottom-2\.5:disabled {
    bottom: 0.625rem;
  }

  .\32xl\:disabled\:left-2\.5:disabled {
    left: 0.625rem;
  }

  .\32xl\:disabled\:top-3\.5:disabled {
    top: 0.875rem;
  }

  .\32xl\:disabled\:right-3\.5:disabled {
    right: 0.875rem;
  }

  .\32xl\:disabled\:bottom-3\.5:disabled {
    bottom: 0.875rem;
  }

  .\32xl\:disabled\:left-3\.5:disabled {
    left: 0.875rem;
  }

  .\32xl\:disabled\:-top-0:disabled {
    top: 0px;
  }

  .\32xl\:disabled\:-right-0:disabled {
    right: 0px;
  }

  .\32xl\:disabled\:-bottom-0:disabled {
    bottom: 0px;
  }

  .\32xl\:disabled\:-left-0:disabled {
    left: 0px;
  }

  .\32xl\:disabled\:-top-1:disabled {
    top: -0.25rem;
  }

  .\32xl\:disabled\:-right-1:disabled {
    right: -0.25rem;
  }

  .\32xl\:disabled\:-bottom-1:disabled {
    bottom: -0.25rem;
  }

  .\32xl\:disabled\:-left-1:disabled {
    left: -0.25rem;
  }

  .\32xl\:disabled\:-top-2:disabled {
    top: -0.5rem;
  }

  .\32xl\:disabled\:-right-2:disabled {
    right: -0.5rem;
  }

  .\32xl\:disabled\:-bottom-2:disabled {
    bottom: -0.5rem;
  }

  .\32xl\:disabled\:-left-2:disabled {
    left: -0.5rem;
  }

  .\32xl\:disabled\:-top-3:disabled {
    top: -0.75rem;
  }

  .\32xl\:disabled\:-right-3:disabled {
    right: -0.75rem;
  }

  .\32xl\:disabled\:-bottom-3:disabled {
    bottom: -0.75rem;
  }

  .\32xl\:disabled\:-left-3:disabled {
    left: -0.75rem;
  }

  .\32xl\:disabled\:-top-4:disabled {
    top: -1rem;
  }

  .\32xl\:disabled\:-right-4:disabled {
    right: -1rem;
  }

  .\32xl\:disabled\:-bottom-4:disabled {
    bottom: -1rem;
  }

  .\32xl\:disabled\:-left-4:disabled {
    left: -1rem;
  }

  .\32xl\:disabled\:-top-5:disabled {
    top: -1.25rem;
  }

  .\32xl\:disabled\:-right-5:disabled {
    right: -1.25rem;
  }

  .\32xl\:disabled\:-bottom-5:disabled {
    bottom: -1.25rem;
  }

  .\32xl\:disabled\:-left-5:disabled {
    left: -1.25rem;
  }

  .\32xl\:disabled\:-top-6:disabled {
    top: -1.5rem;
  }

  .\32xl\:disabled\:-right-6:disabled {
    right: -1.5rem;
  }

  .\32xl\:disabled\:-bottom-6:disabled {
    bottom: -1.5rem;
  }

  .\32xl\:disabled\:-left-6:disabled {
    left: -1.5rem;
  }

  .\32xl\:disabled\:-top-7:disabled {
    top: -1.75rem;
  }

  .\32xl\:disabled\:-right-7:disabled {
    right: -1.75rem;
  }

  .\32xl\:disabled\:-bottom-7:disabled {
    bottom: -1.75rem;
  }

  .\32xl\:disabled\:-left-7:disabled {
    left: -1.75rem;
  }

  .\32xl\:disabled\:-top-8:disabled {
    top: -2rem;
  }

  .\32xl\:disabled\:-right-8:disabled {
    right: -2rem;
  }

  .\32xl\:disabled\:-bottom-8:disabled {
    bottom: -2rem;
  }

  .\32xl\:disabled\:-left-8:disabled {
    left: -2rem;
  }

  .\32xl\:disabled\:-top-9:disabled {
    top: -2.25rem;
  }

  .\32xl\:disabled\:-right-9:disabled {
    right: -2.25rem;
  }

  .\32xl\:disabled\:-bottom-9:disabled {
    bottom: -2.25rem;
  }

  .\32xl\:disabled\:-left-9:disabled {
    left: -2.25rem;
  }

  .\32xl\:disabled\:-top-10:disabled {
    top: -2.5rem;
  }

  .\32xl\:disabled\:-right-10:disabled {
    right: -2.5rem;
  }

  .\32xl\:disabled\:-bottom-10:disabled {
    bottom: -2.5rem;
  }

  .\32xl\:disabled\:-left-10:disabled {
    left: -2.5rem;
  }

  .\32xl\:disabled\:-top-11:disabled {
    top: -2.75rem;
  }

  .\32xl\:disabled\:-right-11:disabled {
    right: -2.75rem;
  }

  .\32xl\:disabled\:-bottom-11:disabled {
    bottom: -2.75rem;
  }

  .\32xl\:disabled\:-left-11:disabled {
    left: -2.75rem;
  }

  .\32xl\:disabled\:-top-12:disabled {
    top: -3rem;
  }

  .\32xl\:disabled\:-right-12:disabled {
    right: -3rem;
  }

  .\32xl\:disabled\:-bottom-12:disabled {
    bottom: -3rem;
  }

  .\32xl\:disabled\:-left-12:disabled {
    left: -3rem;
  }

  .\32xl\:disabled\:-top-14:disabled {
    top: -3.5rem;
  }

  .\32xl\:disabled\:-right-14:disabled {
    right: -3.5rem;
  }

  .\32xl\:disabled\:-bottom-14:disabled {
    bottom: -3.5rem;
  }

  .\32xl\:disabled\:-left-14:disabled {
    left: -3.5rem;
  }

  .\32xl\:disabled\:-top-16:disabled {
    top: -4rem;
  }

  .\32xl\:disabled\:-right-16:disabled {
    right: -4rem;
  }

  .\32xl\:disabled\:-bottom-16:disabled {
    bottom: -4rem;
  }

  .\32xl\:disabled\:-left-16:disabled {
    left: -4rem;
  }

  .\32xl\:disabled\:-top-20:disabled {
    top: -5rem;
  }

  .\32xl\:disabled\:-right-20:disabled {
    right: -5rem;
  }

  .\32xl\:disabled\:-bottom-20:disabled {
    bottom: -5rem;
  }

  .\32xl\:disabled\:-left-20:disabled {
    left: -5rem;
  }

  .\32xl\:disabled\:-top-24:disabled {
    top: -6rem;
  }

  .\32xl\:disabled\:-right-24:disabled {
    right: -6rem;
  }

  .\32xl\:disabled\:-bottom-24:disabled {
    bottom: -6rem;
  }

  .\32xl\:disabled\:-left-24:disabled {
    left: -6rem;
  }

  .\32xl\:disabled\:-top-28:disabled {
    top: -7rem;
  }

  .\32xl\:disabled\:-right-28:disabled {
    right: -7rem;
  }

  .\32xl\:disabled\:-bottom-28:disabled {
    bottom: -7rem;
  }

  .\32xl\:disabled\:-left-28:disabled {
    left: -7rem;
  }

  .\32xl\:disabled\:-top-32:disabled {
    top: -8rem;
  }

  .\32xl\:disabled\:-right-32:disabled {
    right: -8rem;
  }

  .\32xl\:disabled\:-bottom-32:disabled {
    bottom: -8rem;
  }

  .\32xl\:disabled\:-left-32:disabled {
    left: -8rem;
  }

  .\32xl\:disabled\:-top-36:disabled {
    top: -9rem;
  }

  .\32xl\:disabled\:-right-36:disabled {
    right: -9rem;
  }

  .\32xl\:disabled\:-bottom-36:disabled {
    bottom: -9rem;
  }

  .\32xl\:disabled\:-left-36:disabled {
    left: -9rem;
  }

  .\32xl\:disabled\:-top-40:disabled {
    top: -10rem;
  }

  .\32xl\:disabled\:-right-40:disabled {
    right: -10rem;
  }

  .\32xl\:disabled\:-bottom-40:disabled {
    bottom: -10rem;
  }

  .\32xl\:disabled\:-left-40:disabled {
    left: -10rem;
  }

  .\32xl\:disabled\:-top-44:disabled {
    top: -11rem;
  }

  .\32xl\:disabled\:-right-44:disabled {
    right: -11rem;
  }

  .\32xl\:disabled\:-bottom-44:disabled {
    bottom: -11rem;
  }

  .\32xl\:disabled\:-left-44:disabled {
    left: -11rem;
  }

  .\32xl\:disabled\:-top-48:disabled {
    top: -12rem;
  }

  .\32xl\:disabled\:-right-48:disabled {
    right: -12rem;
  }

  .\32xl\:disabled\:-bottom-48:disabled {
    bottom: -12rem;
  }

  .\32xl\:disabled\:-left-48:disabled {
    left: -12rem;
  }

  .\32xl\:disabled\:-top-52:disabled {
    top: -13rem;
  }

  .\32xl\:disabled\:-right-52:disabled {
    right: -13rem;
  }

  .\32xl\:disabled\:-bottom-52:disabled {
    bottom: -13rem;
  }

  .\32xl\:disabled\:-left-52:disabled {
    left: -13rem;
  }

  .\32xl\:disabled\:-top-56:disabled {
    top: -14rem;
  }

  .\32xl\:disabled\:-right-56:disabled {
    right: -14rem;
  }

  .\32xl\:disabled\:-bottom-56:disabled {
    bottom: -14rem;
  }

  .\32xl\:disabled\:-left-56:disabled {
    left: -14rem;
  }

  .\32xl\:disabled\:-top-60:disabled {
    top: -15rem;
  }

  .\32xl\:disabled\:-right-60:disabled {
    right: -15rem;
  }

  .\32xl\:disabled\:-bottom-60:disabled {
    bottom: -15rem;
  }

  .\32xl\:disabled\:-left-60:disabled {
    left: -15rem;
  }

  .\32xl\:disabled\:-top-64:disabled {
    top: -16rem;
  }

  .\32xl\:disabled\:-right-64:disabled {
    right: -16rem;
  }

  .\32xl\:disabled\:-bottom-64:disabled {
    bottom: -16rem;
  }

  .\32xl\:disabled\:-left-64:disabled {
    left: -16rem;
  }

  .\32xl\:disabled\:-top-72:disabled {
    top: -18rem;
  }

  .\32xl\:disabled\:-right-72:disabled {
    right: -18rem;
  }

  .\32xl\:disabled\:-bottom-72:disabled {
    bottom: -18rem;
  }

  .\32xl\:disabled\:-left-72:disabled {
    left: -18rem;
  }

  .\32xl\:disabled\:-top-80:disabled {
    top: -20rem;
  }

  .\32xl\:disabled\:-right-80:disabled {
    right: -20rem;
  }

  .\32xl\:disabled\:-bottom-80:disabled {
    bottom: -20rem;
  }

  .\32xl\:disabled\:-left-80:disabled {
    left: -20rem;
  }

  .\32xl\:disabled\:-top-96:disabled {
    top: -24rem;
  }

  .\32xl\:disabled\:-right-96:disabled {
    right: -24rem;
  }

  .\32xl\:disabled\:-bottom-96:disabled {
    bottom: -24rem;
  }

  .\32xl\:disabled\:-left-96:disabled {
    left: -24rem;
  }

  .\32xl\:disabled\:-top-px:disabled {
    top: -1px;
  }

  .\32xl\:disabled\:-right-px:disabled {
    right: -1px;
  }

  .\32xl\:disabled\:-bottom-px:disabled {
    bottom: -1px;
  }

  .\32xl\:disabled\:-left-px:disabled {
    left: -1px;
  }

  .\32xl\:disabled\:-top-0\.5:disabled {
    top: -0.125rem;
  }

  .\32xl\:disabled\:-right-0\.5:disabled {
    right: -0.125rem;
  }

  .\32xl\:disabled\:-bottom-0\.5:disabled {
    bottom: -0.125rem;
  }

  .\32xl\:disabled\:-left-0\.5:disabled {
    left: -0.125rem;
  }

  .\32xl\:disabled\:-top-1\.5:disabled {
    top: -0.375rem;
  }

  .\32xl\:disabled\:-right-1\.5:disabled {
    right: -0.375rem;
  }

  .\32xl\:disabled\:-bottom-1\.5:disabled {
    bottom: -0.375rem;
  }

  .\32xl\:disabled\:-left-1\.5:disabled {
    left: -0.375rem;
  }

  .\32xl\:disabled\:-top-2\.5:disabled {
    top: -0.625rem;
  }

  .\32xl\:disabled\:-right-2\.5:disabled {
    right: -0.625rem;
  }

  .\32xl\:disabled\:-bottom-2\.5:disabled {
    bottom: -0.625rem;
  }

  .\32xl\:disabled\:-left-2\.5:disabled {
    left: -0.625rem;
  }

  .\32xl\:disabled\:-top-3\.5:disabled {
    top: -0.875rem;
  }

  .\32xl\:disabled\:-right-3\.5:disabled {
    right: -0.875rem;
  }

  .\32xl\:disabled\:-bottom-3\.5:disabled {
    bottom: -0.875rem;
  }

  .\32xl\:disabled\:-left-3\.5:disabled {
    left: -0.875rem;
  }

  .\32xl\:disabled\:top-1\/2:disabled {
    top: 50%;
  }

  .\32xl\:disabled\:right-1\/2:disabled {
    right: 50%;
  }

  .\32xl\:disabled\:bottom-1\/2:disabled {
    bottom: 50%;
  }

  .\32xl\:disabled\:left-1\/2:disabled {
    left: 50%;
  }

  .\32xl\:disabled\:top-1\/3:disabled {
    top: 33.333333%;
  }

  .\32xl\:disabled\:right-1\/3:disabled {
    right: 33.333333%;
  }

  .\32xl\:disabled\:bottom-1\/3:disabled {
    bottom: 33.333333%;
  }

  .\32xl\:disabled\:left-1\/3:disabled {
    left: 33.333333%;
  }

  .\32xl\:disabled\:top-2\/3:disabled {
    top: 66.666667%;
  }

  .\32xl\:disabled\:right-2\/3:disabled {
    right: 66.666667%;
  }

  .\32xl\:disabled\:bottom-2\/3:disabled {
    bottom: 66.666667%;
  }

  .\32xl\:disabled\:left-2\/3:disabled {
    left: 66.666667%;
  }

  .\32xl\:disabled\:top-1\/4:disabled {
    top: 25%;
  }

  .\32xl\:disabled\:right-1\/4:disabled {
    right: 25%;
  }

  .\32xl\:disabled\:bottom-1\/4:disabled {
    bottom: 25%;
  }

  .\32xl\:disabled\:left-1\/4:disabled {
    left: 25%;
  }

  .\32xl\:disabled\:top-2\/4:disabled {
    top: 50%;
  }

  .\32xl\:disabled\:right-2\/4:disabled {
    right: 50%;
  }

  .\32xl\:disabled\:bottom-2\/4:disabled {
    bottom: 50%;
  }

  .\32xl\:disabled\:left-2\/4:disabled {
    left: 50%;
  }

  .\32xl\:disabled\:top-3\/4:disabled {
    top: 75%;
  }

  .\32xl\:disabled\:right-3\/4:disabled {
    right: 75%;
  }

  .\32xl\:disabled\:bottom-3\/4:disabled {
    bottom: 75%;
  }

  .\32xl\:disabled\:left-3\/4:disabled {
    left: 75%;
  }

  .\32xl\:disabled\:top-full:disabled {
    top: 100%;
  }

  .\32xl\:disabled\:right-full:disabled {
    right: 100%;
  }

  .\32xl\:disabled\:bottom-full:disabled {
    bottom: 100%;
  }

  .\32xl\:disabled\:left-full:disabled {
    left: 100%;
  }

  .\32xl\:disabled\:-top-1\/2:disabled {
    top: -50%;
  }

  .\32xl\:disabled\:-right-1\/2:disabled {
    right: -50%;
  }

  .\32xl\:disabled\:-bottom-1\/2:disabled {
    bottom: -50%;
  }

  .\32xl\:disabled\:-left-1\/2:disabled {
    left: -50%;
  }

  .\32xl\:disabled\:-top-1\/3:disabled {
    top: -33.333333%;
  }

  .\32xl\:disabled\:-right-1\/3:disabled {
    right: -33.333333%;
  }

  .\32xl\:disabled\:-bottom-1\/3:disabled {
    bottom: -33.333333%;
  }

  .\32xl\:disabled\:-left-1\/3:disabled {
    left: -33.333333%;
  }

  .\32xl\:disabled\:-top-2\/3:disabled {
    top: -66.666667%;
  }

  .\32xl\:disabled\:-right-2\/3:disabled {
    right: -66.666667%;
  }

  .\32xl\:disabled\:-bottom-2\/3:disabled {
    bottom: -66.666667%;
  }

  .\32xl\:disabled\:-left-2\/3:disabled {
    left: -66.666667%;
  }

  .\32xl\:disabled\:-top-1\/4:disabled {
    top: -25%;
  }

  .\32xl\:disabled\:-right-1\/4:disabled {
    right: -25%;
  }

  .\32xl\:disabled\:-bottom-1\/4:disabled {
    bottom: -25%;
  }

  .\32xl\:disabled\:-left-1\/4:disabled {
    left: -25%;
  }

  .\32xl\:disabled\:-top-2\/4:disabled {
    top: -50%;
  }

  .\32xl\:disabled\:-right-2\/4:disabled {
    right: -50%;
  }

  .\32xl\:disabled\:-bottom-2\/4:disabled {
    bottom: -50%;
  }

  .\32xl\:disabled\:-left-2\/4:disabled {
    left: -50%;
  }

  .\32xl\:disabled\:-top-3\/4:disabled {
    top: -75%;
  }

  .\32xl\:disabled\:-right-3\/4:disabled {
    right: -75%;
  }

  .\32xl\:disabled\:-bottom-3\/4:disabled {
    bottom: -75%;
  }

  .\32xl\:disabled\:-left-3\/4:disabled {
    left: -75%;
  }

  .\32xl\:disabled\:-top-full:disabled {
    top: -100%;
  }

  .\32xl\:disabled\:-right-full:disabled {
    right: -100%;
  }

  .\32xl\:disabled\:-bottom-full:disabled {
    bottom: -100%;
  }

  .\32xl\:disabled\:-left-full:disabled {
    left: -100%;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .group:hover .\32xl\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .\32xl\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .\32xl\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .\32xl\:group-hover\:resize {
    resize: both;
  }

  .\32xl\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .\32xl\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .\32xl\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .\32xl\:focus-within\:resize:focus-within {
    resize: both;
  }

  .\32xl\:first\:resize-none:first-child {
    resize: none;
  }

  .\32xl\:first\:resize-y:first-child {
    resize: vertical;
  }

  .\32xl\:first\:resize-x:first-child {
    resize: horizontal;
  }

  .\32xl\:first\:resize:first-child {
    resize: both;
  }

  .\32xl\:last\:resize-none:last-child {
    resize: none;
  }

  .\32xl\:last\:resize-y:last-child {
    resize: vertical;
  }

  .\32xl\:last\:resize-x:last-child {
    resize: horizontal;
  }

  .\32xl\:last\:resize:last-child {
    resize: both;
  }

  .\32xl\:odd\:resize-none:nth-child(odd) {
    resize: none;
  }

  .\32xl\:odd\:resize-y:nth-child(odd) {
    resize: vertical;
  }

  .\32xl\:odd\:resize-x:nth-child(odd) {
    resize: horizontal;
  }

  .\32xl\:odd\:resize:nth-child(odd) {
    resize: both;
  }

  .\32xl\:even\:resize-none:nth-child(even) {
    resize: none;
  }

  .\32xl\:even\:resize-y:nth-child(even) {
    resize: vertical;
  }

  .\32xl\:even\:resize-x:nth-child(even) {
    resize: horizontal;
  }

  .\32xl\:even\:resize:nth-child(even) {
    resize: both;
  }

  .\32xl\:hover\:resize-none:hover {
    resize: none;
  }

  .\32xl\:hover\:resize-y:hover {
    resize: vertical;
  }

  .\32xl\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .\32xl\:hover\:resize:hover {
    resize: both;
  }

  .\32xl\:focus\:resize-none:focus {
    resize: none;
  }

  .\32xl\:focus\:resize-y:focus {
    resize: vertical;
  }

  .\32xl\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .\32xl\:focus\:resize:focus {
    resize: both;
  }

  .\32xl\:active\:resize-none:active {
    resize: none;
  }

  .\32xl\:active\:resize-y:active {
    resize: vertical;
  }

  .\32xl\:active\:resize-x:active {
    resize: horizontal;
  }

  .\32xl\:active\:resize:active {
    resize: both;
  }

  .\32xl\:visited\:resize-none:visited {
    resize: none;
  }

  .\32xl\:visited\:resize-y:visited {
    resize: vertical;
  }

  .\32xl\:visited\:resize-x:visited {
    resize: horizontal;
  }

  .\32xl\:visited\:resize:visited {
    resize: both;
  }

  .\32xl\:disabled\:resize-none:disabled {
    resize: none;
  }

  .\32xl\:disabled\:resize-y:disabled {
    resize: vertical;
  }

  .\32xl\:disabled\:resize-x:disabled {
    resize: horizontal;
  }

  .\32xl\:disabled\:resize:disabled {
    resize: both;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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 .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:first\:shadow-sm:first-child {
    --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);
  }

  .\32xl\:first\:shadow:first-child {
    --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);
  }

  .\32xl\:first\:shadow-md:first-child {
    --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);
  }

  .\32xl\:first\:shadow-lg:first-child {
    --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);
  }

  .\32xl\:first\:shadow-xl:first-child {
    --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);
  }

  .\32xl\:first\:shadow-2xl:first-child {
    --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);
  }

  .\32xl\:first\:shadow-inner:first-child {
    --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);
  }

  .\32xl\:first\:shadow-none:first-child {
    --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);
  }

  .\32xl\:last\:shadow-sm:last-child {
    --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);
  }

  .\32xl\:last\:shadow:last-child {
    --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);
  }

  .\32xl\:last\:shadow-md:last-child {
    --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);
  }

  .\32xl\:last\:shadow-lg:last-child {
    --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);
  }

  .\32xl\:last\:shadow-xl:last-child {
    --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);
  }

  .\32xl\:last\:shadow-2xl:last-child {
    --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);
  }

  .\32xl\:last\:shadow-inner:last-child {
    --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);
  }

  .\32xl\:last\:shadow-none:last-child {
    --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);
  }

  .\32xl\:odd\:shadow-sm:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-md:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-lg:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-xl:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-2xl:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-inner:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:shadow-none:nth-child(odd) {
    --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);
  }

  .\32xl\:even\:shadow-sm:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-md:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-lg:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-xl:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-2xl:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-inner:nth-child(even) {
    --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);
  }

  .\32xl\:even\:shadow-none:nth-child(even) {
    --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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:active\:shadow-sm:active {
    --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);
  }

  .\32xl\:active\:shadow:active {
    --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);
  }

  .\32xl\:active\:shadow-md:active {
    --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);
  }

  .\32xl\:active\:shadow-lg:active {
    --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);
  }

  .\32xl\:active\:shadow-xl:active {
    --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);
  }

  .\32xl\:active\:shadow-2xl:active {
    --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);
  }

  .\32xl\:active\:shadow-inner:active {
    --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);
  }

  .\32xl\:active\:shadow-none:active {
    --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);
  }

  .\32xl\:visited\:shadow-sm:visited {
    --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);
  }

  .\32xl\:visited\:shadow:visited {
    --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);
  }

  .\32xl\:visited\:shadow-md:visited {
    --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);
  }

  .\32xl\:visited\:shadow-lg:visited {
    --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);
  }

  .\32xl\:visited\:shadow-xl:visited {
    --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);
  }

  .\32xl\:visited\:shadow-2xl:visited {
    --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);
  }

  .\32xl\:visited\:shadow-inner:visited {
    --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);
  }

  .\32xl\:visited\:shadow-none:visited {
    --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);
  }

  .\32xl\:disabled\:shadow-sm:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-md:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-lg:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-xl:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-2xl:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-inner:disabled {
    --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);
  }

  .\32xl\:disabled\:shadow-none:disabled {
    --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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl\:first\:ring-0:first-child {
    --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);
  }

  .\32xl\:first\:ring-1:first-child {
    --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);
  }

  .\32xl\:first\:ring-2:first-child {
    --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);
  }

  .\32xl\:first\:ring-4:first-child {
    --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);
  }

  .\32xl\:first\:ring-8:first-child {
    --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);
  }

  .\32xl\:first\:ring:first-child {
    --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);
  }

  .\32xl\:first\:ring-inset:first-child {
    --tw-ring-inset: inset;
  }

  .\32xl\:last\:ring-0:last-child {
    --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);
  }

  .\32xl\:last\:ring-1:last-child {
    --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);
  }

  .\32xl\:last\:ring-2:last-child {
    --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);
  }

  .\32xl\:last\:ring-4:last-child {
    --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);
  }

  .\32xl\:last\:ring-8:last-child {
    --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);
  }

  .\32xl\:last\:ring:last-child {
    --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);
  }

  .\32xl\:last\:ring-inset:last-child {
    --tw-ring-inset: inset;
  }

  .\32xl\:odd\:ring-0:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring-1:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring-2:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring-4:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring-8:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:ring-inset:nth-child(odd) {
    --tw-ring-inset: inset;
  }

  .\32xl\:even\:ring-0:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring-1:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring-2:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring-4:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring-8:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring:nth-child(even) {
    --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);
  }

  .\32xl\:even\:ring-inset:nth-child(even) {
    --tw-ring-inset: inset;
  }

  .\32xl\:hover\:ring-0:hover {
    --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);
  }

  .\32xl\:hover\:ring-1:hover {
    --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);
  }

  .\32xl\:hover\:ring-2:hover {
    --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);
  }

  .\32xl\:hover\:ring-4:hover {
    --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);
  }

  .\32xl\:hover\:ring-8:hover {
    --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);
  }

  .\32xl\:hover\:ring:hover {
    --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);
  }

  .\32xl\:hover\:ring-inset:hover {
    --tw-ring-inset: inset;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl\:active\:ring-0:active {
    --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);
  }

  .\32xl\:active\:ring-1:active {
    --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);
  }

  .\32xl\:active\:ring-2:active {
    --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);
  }

  .\32xl\:active\:ring-4:active {
    --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);
  }

  .\32xl\:active\:ring-8:active {
    --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);
  }

  .\32xl\:active\:ring:active {
    --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);
  }

  .\32xl\:active\:ring-inset:active {
    --tw-ring-inset: inset;
  }

  .\32xl\:visited\:ring-0:visited {
    --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);
  }

  .\32xl\:visited\:ring-1:visited {
    --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);
  }

  .\32xl\:visited\:ring-2:visited {
    --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);
  }

  .\32xl\:visited\:ring-4:visited {
    --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);
  }

  .\32xl\:visited\:ring-8:visited {
    --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);
  }

  .\32xl\:visited\:ring:visited {
    --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);
  }

  .\32xl\:visited\:ring-inset:visited {
    --tw-ring-inset: inset;
  }

  .\32xl\:disabled\:ring-0:disabled {
    --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);
  }

  .\32xl\:disabled\:ring-1:disabled {
    --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);
  }

  .\32xl\:disabled\:ring-2:disabled {
    --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);
  }

  .\32xl\:disabled\:ring-4:disabled {
    --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);
  }

  .\32xl\:disabled\:ring-8:disabled {
    --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);
  }

  .\32xl\:disabled\:ring:disabled {
    --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);
  }

  .\32xl\:disabled\:ring-inset:disabled {
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-500 {
    --tw-ring-offset-color: #78716c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-600 {
    --tw-ring-offset-color: #57534e;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-700 {
    --tw-ring-offset-color: #44403c;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-800 {
    --tw-ring-offset-color: #292524;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-warmGray-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-500 {
    --tw-ring-offset-color: #737373;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-600 {
    --tw-ring-offset-color: #525252;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-700 {
    --tw-ring-offset-color: #404040;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-800 {
    --tw-ring-offset-color: #262626;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-trueGray-900 {
    --tw-ring-offset-color: #171717;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-700 {
    --tw-ring-offset-color: #374151;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-coolGray-900 {
    --tw-ring-offset-color: #111827;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-current {
    --tw-ring-offset-color: current;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus-within\:ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:focus-within\:ring-offset-warmGray-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-500:focus-within {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:focus-within\:ring-offset-trueGray-900:focus-within {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus-within\:ring-offset-coolGray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:focus-within\:ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: current;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:first\:ring-offset-black:first-child {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:first\:ring-offset-white:first-child {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:first\:ring-offset-rose-50:first-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:first\:ring-offset-rose-100:first-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:first\:ring-offset-rose-200:first-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:first\:ring-offset-rose-300:first-child {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:first\:ring-offset-rose-400:first-child {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:first\:ring-offset-rose-500:first-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:first\:ring-offset-rose-600:first-child {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:first\:ring-offset-rose-700:first-child {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:first\:ring-offset-rose-800:first-child {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:first\:ring-offset-rose-900:first-child {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:first\:ring-offset-pink-50:first-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:first\:ring-offset-pink-100:first-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:first\:ring-offset-pink-200:first-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:first\:ring-offset-pink-300:first-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:first\:ring-offset-pink-400:first-child {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:first\:ring-offset-pink-500:first-child {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:first\:ring-offset-pink-600:first-child {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:first\:ring-offset-pink-700:first-child {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:first\:ring-offset-pink-800:first-child {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:first\:ring-offset-pink-900:first-child {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:first\:ring-offset-fuchsia-50:first-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:first\:ring-offset-fuchsia-100:first-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:first\:ring-offset-fuchsia-200:first-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:first\:ring-offset-fuchsia-300:first-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:first\:ring-offset-fuchsia-400:first-child {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:first\:ring-offset-fuchsia-500:first-child {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:first\:ring-offset-fuchsia-600:first-child {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:first\:ring-offset-fuchsia-700:first-child {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:first\:ring-offset-fuchsia-800:first-child {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:first\:ring-offset-fuchsia-900:first-child {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:first\:ring-offset-purple-50:first-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:first\:ring-offset-purple-100:first-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:first\:ring-offset-purple-200:first-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:first\:ring-offset-purple-300:first-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:first\:ring-offset-purple-400:first-child {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:first\:ring-offset-purple-500:first-child {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:first\:ring-offset-purple-600:first-child {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:first\:ring-offset-purple-700:first-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:first\:ring-offset-purple-800:first-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:first\:ring-offset-purple-900:first-child {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:first\:ring-offset-violet-50:first-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:first\:ring-offset-violet-100:first-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:first\:ring-offset-violet-200:first-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:first\:ring-offset-violet-300:first-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:first\:ring-offset-violet-400:first-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:first\:ring-offset-violet-500:first-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:first\:ring-offset-violet-600:first-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:first\:ring-offset-violet-700:first-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:first\:ring-offset-violet-800:first-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:first\:ring-offset-violet-900:first-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:first\:ring-offset-indigo-50:first-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:first\:ring-offset-indigo-100:first-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:first\:ring-offset-indigo-200:first-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:first\:ring-offset-indigo-300:first-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:first\:ring-offset-indigo-400:first-child {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:first\:ring-offset-indigo-500:first-child {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:first\:ring-offset-indigo-600:first-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:first\:ring-offset-indigo-700:first-child {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:first\:ring-offset-indigo-800:first-child {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:first\:ring-offset-indigo-900:first-child {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:first\:ring-offset-blue-50:first-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:first\:ring-offset-blue-100:first-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:first\:ring-offset-blue-200:first-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:first\:ring-offset-blue-300:first-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:first\:ring-offset-blue-400:first-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:first\:ring-offset-blue-500:first-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:first\:ring-offset-blue-600:first-child {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:first\:ring-offset-blue-700:first-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:first\:ring-offset-blue-800:first-child {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:first\:ring-offset-blue-900:first-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:first\:ring-offset-lightBlue-50:first-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:first\:ring-offset-lightBlue-100:first-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:first\:ring-offset-lightBlue-200:first-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:first\:ring-offset-lightBlue-300:first-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:first\:ring-offset-lightBlue-400:first-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:first\:ring-offset-lightBlue-500:first-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:first\:ring-offset-lightBlue-600:first-child {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:first\:ring-offset-lightBlue-700:first-child {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:first\:ring-offset-lightBlue-800:first-child {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:first\:ring-offset-lightBlue-900:first-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:first\:ring-offset-cyan-50:first-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:first\:ring-offset-cyan-100:first-child {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:first\:ring-offset-cyan-200:first-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:first\:ring-offset-cyan-300:first-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:first\:ring-offset-cyan-400:first-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:first\:ring-offset-cyan-500:first-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:first\:ring-offset-cyan-600:first-child {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:first\:ring-offset-cyan-700:first-child {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:first\:ring-offset-cyan-800:first-child {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:first\:ring-offset-cyan-900:first-child {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:first\:ring-offset-teal-50:first-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:first\:ring-offset-teal-100:first-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:first\:ring-offset-teal-200:first-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:first\:ring-offset-teal-300:first-child {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:first\:ring-offset-teal-400:first-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:first\:ring-offset-teal-500:first-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:first\:ring-offset-teal-600:first-child {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:first\:ring-offset-teal-700:first-child {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:first\:ring-offset-teal-800:first-child {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:first\:ring-offset-teal-900:first-child {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:first\:ring-offset-emerald-50:first-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:first\:ring-offset-emerald-100:first-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:first\:ring-offset-emerald-200:first-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:first\:ring-offset-emerald-300:first-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:first\:ring-offset-emerald-400:first-child {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:first\:ring-offset-emerald-500:first-child {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:first\:ring-offset-emerald-600:first-child {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:first\:ring-offset-emerald-700:first-child {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:first\:ring-offset-emerald-800:first-child {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:first\:ring-offset-emerald-900:first-child {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:first\:ring-offset-green-50:first-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:first\:ring-offset-green-100:first-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:first\:ring-offset-green-200:first-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:first\:ring-offset-green-300:first-child {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:first\:ring-offset-green-400:first-child {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:first\:ring-offset-green-500:first-child {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:first\:ring-offset-green-600:first-child {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:first\:ring-offset-green-700:first-child {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:first\:ring-offset-green-800:first-child {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:first\:ring-offset-green-900:first-child {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:first\:ring-offset-lime-50:first-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:first\:ring-offset-lime-100:first-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:first\:ring-offset-lime-200:first-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:first\:ring-offset-lime-300:first-child {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:first\:ring-offset-lime-400:first-child {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:first\:ring-offset-lime-500:first-child {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:first\:ring-offset-lime-600:first-child {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:first\:ring-offset-lime-700:first-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:first\:ring-offset-lime-800:first-child {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:first\:ring-offset-lime-900:first-child {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:first\:ring-offset-yellow-50:first-child {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:first\:ring-offset-yellow-100:first-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:first\:ring-offset-yellow-200:first-child {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:first\:ring-offset-yellow-300:first-child {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:first\:ring-offset-yellow-400:first-child {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:first\:ring-offset-yellow-500:first-child {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:first\:ring-offset-yellow-600:first-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:first\:ring-offset-yellow-700:first-child {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:first\:ring-offset-yellow-800:first-child {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:first\:ring-offset-yellow-900:first-child {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:first\:ring-offset-amber-50:first-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:first\:ring-offset-amber-100:first-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:first\:ring-offset-amber-200:first-child {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:first\:ring-offset-amber-300:first-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:first\:ring-offset-amber-400:first-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:first\:ring-offset-amber-500:first-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:first\:ring-offset-amber-600:first-child {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:first\:ring-offset-amber-700:first-child {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:first\:ring-offset-amber-800:first-child {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:first\:ring-offset-amber-900:first-child {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:first\:ring-offset-orange-50:first-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:first\:ring-offset-orange-100:first-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:first\:ring-offset-orange-200:first-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:first\:ring-offset-orange-300:first-child {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:first\:ring-offset-orange-400:first-child {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:first\:ring-offset-orange-500:first-child {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:first\:ring-offset-orange-600:first-child {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:first\:ring-offset-orange-700:first-child {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:first\:ring-offset-orange-800:first-child {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:first\:ring-offset-orange-900:first-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:first\:ring-offset-red-50:first-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:first\:ring-offset-red-100:first-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:first\:ring-offset-red-200:first-child {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:first\:ring-offset-red-300:first-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:first\:ring-offset-red-400:first-child {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:first\:ring-offset-red-500:first-child {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:first\:ring-offset-red-600:first-child {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:first\:ring-offset-red-700:first-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:first\:ring-offset-red-800:first-child {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:first\:ring-offset-red-900:first-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:first\:ring-offset-warmGray-50:first-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:first\:ring-offset-warmGray-100:first-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:first\:ring-offset-warmGray-200:first-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:first\:ring-offset-warmGray-300:first-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:first\:ring-offset-warmGray-400:first-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:first\:ring-offset-warmGray-500:first-child {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:first\:ring-offset-warmGray-600:first-child {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:first\:ring-offset-warmGray-700:first-child {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:first\:ring-offset-warmGray-800:first-child {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:first\:ring-offset-warmGray-900:first-child {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:first\:ring-offset-trueGray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:first\:ring-offset-trueGray-100:first-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:first\:ring-offset-trueGray-200:first-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:first\:ring-offset-trueGray-300:first-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:first\:ring-offset-trueGray-400:first-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:first\:ring-offset-trueGray-500:first-child {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:first\:ring-offset-trueGray-600:first-child {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:first\:ring-offset-trueGray-700:first-child {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:first\:ring-offset-trueGray-800:first-child {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:first\:ring-offset-trueGray-900:first-child {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:first\:ring-offset-gray-50:first-child {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:first\:ring-offset-gray-100:first-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:first\:ring-offset-gray-200:first-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:first\:ring-offset-gray-300:first-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:first\:ring-offset-gray-400:first-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:first\:ring-offset-gray-500:first-child {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:first\:ring-offset-gray-600:first-child {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:first\:ring-offset-gray-700:first-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:first\:ring-offset-gray-800:first-child {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:first\:ring-offset-gray-900:first-child {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:first\:ring-offset-coolGray-50:first-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:first\:ring-offset-coolGray-100:first-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:first\:ring-offset-coolGray-200:first-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:first\:ring-offset-coolGray-300:first-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:first\:ring-offset-coolGray-400:first-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:first\:ring-offset-coolGray-500:first-child {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:first\:ring-offset-coolGray-600:first-child {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:first\:ring-offset-coolGray-700:first-child {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:first\:ring-offset-coolGray-800:first-child {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:first\:ring-offset-coolGray-900:first-child {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:first\:ring-offset-blueGray-50:first-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:first\:ring-offset-blueGray-100:first-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:first\:ring-offset-blueGray-200:first-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:first\:ring-offset-blueGray-300:first-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:first\:ring-offset-blueGray-400:first-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:first\:ring-offset-blueGray-500:first-child {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:first\:ring-offset-blueGray-600:first-child {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:first\:ring-offset-blueGray-700:first-child {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:first\:ring-offset-blueGray-800:first-child {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:first\:ring-offset-blueGray-900:first-child {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:first\:ring-offset-current:first-child {
    --tw-ring-offset-color: current;
  }

  .\32xl\:first\:ring-offset-transparent:first-child {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:last\:ring-offset-black:last-child {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:last\:ring-offset-white:last-child {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:last\:ring-offset-rose-50:last-child {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:last\:ring-offset-rose-100:last-child {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:last\:ring-offset-rose-200:last-child {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:last\:ring-offset-rose-300:last-child {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:last\:ring-offset-rose-400:last-child {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:last\:ring-offset-rose-500:last-child {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:last\:ring-offset-rose-600:last-child {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:last\:ring-offset-rose-700:last-child {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:last\:ring-offset-rose-800:last-child {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:last\:ring-offset-rose-900:last-child {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:last\:ring-offset-pink-50:last-child {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:last\:ring-offset-pink-100:last-child {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:last\:ring-offset-pink-200:last-child {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:last\:ring-offset-pink-300:last-child {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:last\:ring-offset-pink-400:last-child {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:last\:ring-offset-pink-500:last-child {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:last\:ring-offset-pink-600:last-child {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:last\:ring-offset-pink-700:last-child {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:last\:ring-offset-pink-800:last-child {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:last\:ring-offset-pink-900:last-child {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:last\:ring-offset-fuchsia-50:last-child {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:last\:ring-offset-fuchsia-100:last-child {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:last\:ring-offset-fuchsia-200:last-child {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:last\:ring-offset-fuchsia-300:last-child {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:last\:ring-offset-fuchsia-400:last-child {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:last\:ring-offset-fuchsia-500:last-child {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:last\:ring-offset-fuchsia-600:last-child {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:last\:ring-offset-fuchsia-700:last-child {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:last\:ring-offset-fuchsia-800:last-child {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:last\:ring-offset-fuchsia-900:last-child {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:last\:ring-offset-purple-50:last-child {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:last\:ring-offset-purple-100:last-child {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:last\:ring-offset-purple-200:last-child {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:last\:ring-offset-purple-300:last-child {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:last\:ring-offset-purple-400:last-child {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:last\:ring-offset-purple-500:last-child {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:last\:ring-offset-purple-600:last-child {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:last\:ring-offset-purple-700:last-child {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:last\:ring-offset-purple-800:last-child {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:last\:ring-offset-purple-900:last-child {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:last\:ring-offset-violet-50:last-child {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:last\:ring-offset-violet-100:last-child {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:last\:ring-offset-violet-200:last-child {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:last\:ring-offset-violet-300:last-child {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:last\:ring-offset-violet-400:last-child {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:last\:ring-offset-violet-500:last-child {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:last\:ring-offset-violet-600:last-child {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:last\:ring-offset-violet-700:last-child {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:last\:ring-offset-violet-800:last-child {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:last\:ring-offset-violet-900:last-child {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:last\:ring-offset-indigo-50:last-child {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:last\:ring-offset-indigo-100:last-child {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:last\:ring-offset-indigo-200:last-child {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:last\:ring-offset-indigo-300:last-child {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:last\:ring-offset-indigo-400:last-child {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:last\:ring-offset-indigo-500:last-child {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:last\:ring-offset-indigo-600:last-child {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:last\:ring-offset-indigo-700:last-child {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:last\:ring-offset-indigo-800:last-child {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:last\:ring-offset-indigo-900:last-child {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:last\:ring-offset-blue-50:last-child {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:last\:ring-offset-blue-100:last-child {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:last\:ring-offset-blue-200:last-child {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:last\:ring-offset-blue-300:last-child {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:last\:ring-offset-blue-400:last-child {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:last\:ring-offset-blue-500:last-child {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:last\:ring-offset-blue-600:last-child {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:last\:ring-offset-blue-700:last-child {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:last\:ring-offset-blue-800:last-child {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:last\:ring-offset-blue-900:last-child {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:last\:ring-offset-lightBlue-50:last-child {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:last\:ring-offset-lightBlue-100:last-child {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:last\:ring-offset-lightBlue-200:last-child {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:last\:ring-offset-lightBlue-300:last-child {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:last\:ring-offset-lightBlue-400:last-child {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:last\:ring-offset-lightBlue-500:last-child {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:last\:ring-offset-lightBlue-600:last-child {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:last\:ring-offset-lightBlue-700:last-child {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:last\:ring-offset-lightBlue-800:last-child {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:last\:ring-offset-lightBlue-900:last-child {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:last\:ring-offset-cyan-50:last-child {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:last\:ring-offset-cyan-100:last-child {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:last\:ring-offset-cyan-200:last-child {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:last\:ring-offset-cyan-300:last-child {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:last\:ring-offset-cyan-400:last-child {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:last\:ring-offset-cyan-500:last-child {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:last\:ring-offset-cyan-600:last-child {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:last\:ring-offset-cyan-700:last-child {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:last\:ring-offset-cyan-800:last-child {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:last\:ring-offset-cyan-900:last-child {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:last\:ring-offset-teal-50:last-child {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:last\:ring-offset-teal-100:last-child {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:last\:ring-offset-teal-200:last-child {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:last\:ring-offset-teal-300:last-child {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:last\:ring-offset-teal-400:last-child {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:last\:ring-offset-teal-500:last-child {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:last\:ring-offset-teal-600:last-child {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:last\:ring-offset-teal-700:last-child {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:last\:ring-offset-teal-800:last-child {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:last\:ring-offset-teal-900:last-child {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:last\:ring-offset-emerald-50:last-child {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:last\:ring-offset-emerald-100:last-child {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:last\:ring-offset-emerald-200:last-child {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:last\:ring-offset-emerald-300:last-child {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:last\:ring-offset-emerald-400:last-child {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:last\:ring-offset-emerald-500:last-child {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:last\:ring-offset-emerald-600:last-child {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:last\:ring-offset-emerald-700:last-child {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:last\:ring-offset-emerald-800:last-child {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:last\:ring-offset-emerald-900:last-child {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:last\:ring-offset-green-50:last-child {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:last\:ring-offset-green-100:last-child {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:last\:ring-offset-green-200:last-child {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:last\:ring-offset-green-300:last-child {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:last\:ring-offset-green-400:last-child {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:last\:ring-offset-green-500:last-child {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:last\:ring-offset-green-600:last-child {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:last\:ring-offset-green-700:last-child {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:last\:ring-offset-green-800:last-child {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:last\:ring-offset-green-900:last-child {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:last\:ring-offset-lime-50:last-child {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:last\:ring-offset-lime-100:last-child {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:last\:ring-offset-lime-200:last-child {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:last\:ring-offset-lime-300:last-child {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:last\:ring-offset-lime-400:last-child {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:last\:ring-offset-lime-500:last-child {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:last\:ring-offset-lime-600:last-child {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:last\:ring-offset-lime-700:last-child {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:last\:ring-offset-lime-800:last-child {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:last\:ring-offset-lime-900:last-child {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:last\:ring-offset-yellow-50:last-child {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:last\:ring-offset-yellow-100:last-child {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:last\:ring-offset-yellow-200:last-child {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:last\:ring-offset-yellow-300:last-child {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:last\:ring-offset-yellow-400:last-child {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:last\:ring-offset-yellow-500:last-child {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:last\:ring-offset-yellow-600:last-child {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:last\:ring-offset-yellow-700:last-child {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:last\:ring-offset-yellow-800:last-child {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:last\:ring-offset-yellow-900:last-child {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:last\:ring-offset-amber-50:last-child {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:last\:ring-offset-amber-100:last-child {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:last\:ring-offset-amber-200:last-child {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:last\:ring-offset-amber-300:last-child {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:last\:ring-offset-amber-400:last-child {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:last\:ring-offset-amber-500:last-child {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:last\:ring-offset-amber-600:last-child {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:last\:ring-offset-amber-700:last-child {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:last\:ring-offset-amber-800:last-child {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:last\:ring-offset-amber-900:last-child {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:last\:ring-offset-orange-50:last-child {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:last\:ring-offset-orange-100:last-child {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:last\:ring-offset-orange-200:last-child {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:last\:ring-offset-orange-300:last-child {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:last\:ring-offset-orange-400:last-child {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:last\:ring-offset-orange-500:last-child {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:last\:ring-offset-orange-600:last-child {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:last\:ring-offset-orange-700:last-child {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:last\:ring-offset-orange-800:last-child {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:last\:ring-offset-orange-900:last-child {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:last\:ring-offset-red-50:last-child {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:last\:ring-offset-red-100:last-child {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:last\:ring-offset-red-200:last-child {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:last\:ring-offset-red-300:last-child {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:last\:ring-offset-red-400:last-child {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:last\:ring-offset-red-500:last-child {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:last\:ring-offset-red-600:last-child {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:last\:ring-offset-red-700:last-child {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:last\:ring-offset-red-800:last-child {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:last\:ring-offset-red-900:last-child {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:last\:ring-offset-warmGray-50:last-child {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:last\:ring-offset-warmGray-100:last-child {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:last\:ring-offset-warmGray-200:last-child {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:last\:ring-offset-warmGray-300:last-child {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:last\:ring-offset-warmGray-400:last-child {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:last\:ring-offset-warmGray-500:last-child {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:last\:ring-offset-warmGray-600:last-child {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:last\:ring-offset-warmGray-700:last-child {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:last\:ring-offset-warmGray-800:last-child {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:last\:ring-offset-warmGray-900:last-child {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:last\:ring-offset-trueGray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:last\:ring-offset-trueGray-100:last-child {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:last\:ring-offset-trueGray-200:last-child {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:last\:ring-offset-trueGray-300:last-child {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:last\:ring-offset-trueGray-400:last-child {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:last\:ring-offset-trueGray-500:last-child {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:last\:ring-offset-trueGray-600:last-child {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:last\:ring-offset-trueGray-700:last-child {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:last\:ring-offset-trueGray-800:last-child {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:last\:ring-offset-trueGray-900:last-child {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:last\:ring-offset-gray-50:last-child {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:last\:ring-offset-gray-100:last-child {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:last\:ring-offset-gray-200:last-child {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:last\:ring-offset-gray-300:last-child {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:last\:ring-offset-gray-400:last-child {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:last\:ring-offset-gray-500:last-child {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:last\:ring-offset-gray-600:last-child {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:last\:ring-offset-gray-700:last-child {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:last\:ring-offset-gray-800:last-child {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:last\:ring-offset-gray-900:last-child {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:last\:ring-offset-coolGray-50:last-child {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:last\:ring-offset-coolGray-100:last-child {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:last\:ring-offset-coolGray-200:last-child {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:last\:ring-offset-coolGray-300:last-child {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:last\:ring-offset-coolGray-400:last-child {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:last\:ring-offset-coolGray-500:last-child {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:last\:ring-offset-coolGray-600:last-child {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:last\:ring-offset-coolGray-700:last-child {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:last\:ring-offset-coolGray-800:last-child {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:last\:ring-offset-coolGray-900:last-child {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:last\:ring-offset-blueGray-50:last-child {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:last\:ring-offset-blueGray-100:last-child {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:last\:ring-offset-blueGray-200:last-child {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:last\:ring-offset-blueGray-300:last-child {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:last\:ring-offset-blueGray-400:last-child {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:last\:ring-offset-blueGray-500:last-child {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:last\:ring-offset-blueGray-600:last-child {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:last\:ring-offset-blueGray-700:last-child {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:last\:ring-offset-blueGray-800:last-child {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:last\:ring-offset-blueGray-900:last-child {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:last\:ring-offset-current:last-child {
    --tw-ring-offset-color: current;
  }

  .\32xl\:last\:ring-offset-transparent:last-child {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:odd\:ring-offset-black:nth-child(odd) {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:odd\:ring-offset-white:nth-child(odd) {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:odd\:ring-offset-rose-50:nth-child(odd) {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:odd\:ring-offset-rose-100:nth-child(odd) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:odd\:ring-offset-rose-200:nth-child(odd) {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:odd\:ring-offset-rose-300:nth-child(odd) {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:odd\:ring-offset-rose-400:nth-child(odd) {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:odd\:ring-offset-rose-500:nth-child(odd) {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:odd\:ring-offset-rose-600:nth-child(odd) {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:odd\:ring-offset-rose-700:nth-child(odd) {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:odd\:ring-offset-rose-800:nth-child(odd) {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:odd\:ring-offset-rose-900:nth-child(odd) {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:odd\:ring-offset-pink-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:odd\:ring-offset-pink-100:nth-child(odd) {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:odd\:ring-offset-pink-200:nth-child(odd) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:odd\:ring-offset-pink-300:nth-child(odd) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:odd\:ring-offset-pink-400:nth-child(odd) {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:odd\:ring-offset-pink-500:nth-child(odd) {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:odd\:ring-offset-pink-600:nth-child(odd) {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:odd\:ring-offset-pink-700:nth-child(odd) {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:odd\:ring-offset-pink-800:nth-child(odd) {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:odd\:ring-offset-pink-900:nth-child(odd) {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:odd\:ring-offset-fuchsia-50:nth-child(odd) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:odd\:ring-offset-fuchsia-100:nth-child(odd) {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:odd\:ring-offset-fuchsia-200:nth-child(odd) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:odd\:ring-offset-fuchsia-300:nth-child(odd) {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:odd\:ring-offset-fuchsia-400:nth-child(odd) {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:odd\:ring-offset-fuchsia-500:nth-child(odd) {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:odd\:ring-offset-fuchsia-600:nth-child(odd) {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:odd\:ring-offset-fuchsia-700:nth-child(odd) {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:odd\:ring-offset-fuchsia-800:nth-child(odd) {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:odd\:ring-offset-fuchsia-900:nth-child(odd) {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:odd\:ring-offset-purple-50:nth-child(odd) {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:odd\:ring-offset-purple-100:nth-child(odd) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:odd\:ring-offset-purple-200:nth-child(odd) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:odd\:ring-offset-purple-300:nth-child(odd) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:odd\:ring-offset-purple-400:nth-child(odd) {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:odd\:ring-offset-purple-500:nth-child(odd) {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:odd\:ring-offset-purple-600:nth-child(odd) {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:odd\:ring-offset-purple-700:nth-child(odd) {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:odd\:ring-offset-purple-800:nth-child(odd) {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:odd\:ring-offset-purple-900:nth-child(odd) {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:odd\:ring-offset-violet-50:nth-child(odd) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:odd\:ring-offset-violet-100:nth-child(odd) {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:odd\:ring-offset-violet-200:nth-child(odd) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:odd\:ring-offset-violet-300:nth-child(odd) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:odd\:ring-offset-violet-400:nth-child(odd) {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:odd\:ring-offset-violet-500:nth-child(odd) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:odd\:ring-offset-violet-600:nth-child(odd) {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:odd\:ring-offset-violet-700:nth-child(odd) {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:odd\:ring-offset-violet-800:nth-child(odd) {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:odd\:ring-offset-violet-900:nth-child(odd) {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:odd\:ring-offset-indigo-50:nth-child(odd) {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:odd\:ring-offset-indigo-100:nth-child(odd) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:odd\:ring-offset-indigo-200:nth-child(odd) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:odd\:ring-offset-indigo-300:nth-child(odd) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:odd\:ring-offset-indigo-400:nth-child(odd) {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:odd\:ring-offset-indigo-500:nth-child(odd) {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:odd\:ring-offset-indigo-600:nth-child(odd) {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:odd\:ring-offset-indigo-700:nth-child(odd) {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:odd\:ring-offset-indigo-800:nth-child(odd) {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:odd\:ring-offset-indigo-900:nth-child(odd) {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:odd\:ring-offset-blue-50:nth-child(odd) {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:odd\:ring-offset-blue-100:nth-child(odd) {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:odd\:ring-offset-blue-200:nth-child(odd) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:odd\:ring-offset-blue-300:nth-child(odd) {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:odd\:ring-offset-blue-400:nth-child(odd) {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:odd\:ring-offset-blue-500:nth-child(odd) {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:odd\:ring-offset-blue-600:nth-child(odd) {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:odd\:ring-offset-blue-700:nth-child(odd) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:odd\:ring-offset-blue-800:nth-child(odd) {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:odd\:ring-offset-blue-900:nth-child(odd) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:odd\:ring-offset-lightBlue-50:nth-child(odd) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:odd\:ring-offset-lightBlue-100:nth-child(odd) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:odd\:ring-offset-lightBlue-200:nth-child(odd) {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:odd\:ring-offset-lightBlue-300:nth-child(odd) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:odd\:ring-offset-lightBlue-400:nth-child(odd) {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:odd\:ring-offset-lightBlue-500:nth-child(odd) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:odd\:ring-offset-lightBlue-600:nth-child(odd) {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:odd\:ring-offset-lightBlue-700:nth-child(odd) {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:odd\:ring-offset-lightBlue-800:nth-child(odd) {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:odd\:ring-offset-lightBlue-900:nth-child(odd) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:odd\:ring-offset-cyan-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:odd\:ring-offset-cyan-100:nth-child(odd) {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:odd\:ring-offset-cyan-200:nth-child(odd) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:odd\:ring-offset-cyan-300:nth-child(odd) {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:odd\:ring-offset-cyan-400:nth-child(odd) {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:odd\:ring-offset-cyan-500:nth-child(odd) {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:odd\:ring-offset-cyan-600:nth-child(odd) {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:odd\:ring-offset-cyan-700:nth-child(odd) {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:odd\:ring-offset-cyan-800:nth-child(odd) {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:odd\:ring-offset-cyan-900:nth-child(odd) {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:odd\:ring-offset-teal-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:odd\:ring-offset-teal-100:nth-child(odd) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:odd\:ring-offset-teal-200:nth-child(odd) {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:odd\:ring-offset-teal-300:nth-child(odd) {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:odd\:ring-offset-teal-400:nth-child(odd) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:odd\:ring-offset-teal-500:nth-child(odd) {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:odd\:ring-offset-teal-600:nth-child(odd) {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:odd\:ring-offset-teal-700:nth-child(odd) {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:odd\:ring-offset-teal-800:nth-child(odd) {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:odd\:ring-offset-teal-900:nth-child(odd) {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:odd\:ring-offset-emerald-50:nth-child(odd) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:odd\:ring-offset-emerald-100:nth-child(odd) {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:odd\:ring-offset-emerald-200:nth-child(odd) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:odd\:ring-offset-emerald-300:nth-child(odd) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:odd\:ring-offset-emerald-400:nth-child(odd) {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:odd\:ring-offset-emerald-500:nth-child(odd) {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:odd\:ring-offset-emerald-600:nth-child(odd) {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:odd\:ring-offset-emerald-700:nth-child(odd) {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:odd\:ring-offset-emerald-800:nth-child(odd) {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:odd\:ring-offset-emerald-900:nth-child(odd) {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:odd\:ring-offset-green-50:nth-child(odd) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:odd\:ring-offset-green-100:nth-child(odd) {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:odd\:ring-offset-green-200:nth-child(odd) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:odd\:ring-offset-green-300:nth-child(odd) {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:odd\:ring-offset-green-400:nth-child(odd) {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:odd\:ring-offset-green-500:nth-child(odd) {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:odd\:ring-offset-green-600:nth-child(odd) {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:odd\:ring-offset-green-700:nth-child(odd) {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:odd\:ring-offset-green-800:nth-child(odd) {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:odd\:ring-offset-green-900:nth-child(odd) {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:odd\:ring-offset-lime-50:nth-child(odd) {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:odd\:ring-offset-lime-100:nth-child(odd) {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:odd\:ring-offset-lime-200:nth-child(odd) {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:odd\:ring-offset-lime-300:nth-child(odd) {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:odd\:ring-offset-lime-400:nth-child(odd) {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:odd\:ring-offset-lime-500:nth-child(odd) {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:odd\:ring-offset-lime-600:nth-child(odd) {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:odd\:ring-offset-lime-700:nth-child(odd) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:odd\:ring-offset-lime-800:nth-child(odd) {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:odd\:ring-offset-lime-900:nth-child(odd) {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:odd\:ring-offset-yellow-50:nth-child(odd) {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:odd\:ring-offset-yellow-100:nth-child(odd) {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:odd\:ring-offset-yellow-200:nth-child(odd) {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:odd\:ring-offset-yellow-300:nth-child(odd) {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:odd\:ring-offset-yellow-400:nth-child(odd) {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:odd\:ring-offset-yellow-500:nth-child(odd) {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:odd\:ring-offset-yellow-600:nth-child(odd) {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:odd\:ring-offset-yellow-700:nth-child(odd) {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:odd\:ring-offset-yellow-800:nth-child(odd) {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:odd\:ring-offset-yellow-900:nth-child(odd) {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:odd\:ring-offset-amber-50:nth-child(odd) {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:odd\:ring-offset-amber-100:nth-child(odd) {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:odd\:ring-offset-amber-200:nth-child(odd) {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:odd\:ring-offset-amber-300:nth-child(odd) {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:odd\:ring-offset-amber-400:nth-child(odd) {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:odd\:ring-offset-amber-500:nth-child(odd) {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:odd\:ring-offset-amber-600:nth-child(odd) {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:odd\:ring-offset-amber-700:nth-child(odd) {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:odd\:ring-offset-amber-800:nth-child(odd) {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:odd\:ring-offset-amber-900:nth-child(odd) {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:odd\:ring-offset-orange-50:nth-child(odd) {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:odd\:ring-offset-orange-100:nth-child(odd) {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:odd\:ring-offset-orange-200:nth-child(odd) {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:odd\:ring-offset-orange-300:nth-child(odd) {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:odd\:ring-offset-orange-400:nth-child(odd) {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:odd\:ring-offset-orange-500:nth-child(odd) {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:odd\:ring-offset-orange-600:nth-child(odd) {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:odd\:ring-offset-orange-700:nth-child(odd) {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:odd\:ring-offset-orange-800:nth-child(odd) {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:odd\:ring-offset-orange-900:nth-child(odd) {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:odd\:ring-offset-red-50:nth-child(odd) {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:odd\:ring-offset-red-100:nth-child(odd) {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:odd\:ring-offset-red-200:nth-child(odd) {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:odd\:ring-offset-red-300:nth-child(odd) {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:odd\:ring-offset-red-400:nth-child(odd) {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:odd\:ring-offset-red-500:nth-child(odd) {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:odd\:ring-offset-red-600:nth-child(odd) {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:odd\:ring-offset-red-700:nth-child(odd) {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:odd\:ring-offset-red-800:nth-child(odd) {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:odd\:ring-offset-red-900:nth-child(odd) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:odd\:ring-offset-warmGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:odd\:ring-offset-warmGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:odd\:ring-offset-warmGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:odd\:ring-offset-warmGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:odd\:ring-offset-warmGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:odd\:ring-offset-warmGray-500:nth-child(odd) {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:odd\:ring-offset-warmGray-600:nth-child(odd) {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:odd\:ring-offset-warmGray-700:nth-child(odd) {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:odd\:ring-offset-warmGray-800:nth-child(odd) {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:odd\:ring-offset-warmGray-900:nth-child(odd) {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:odd\:ring-offset-trueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:odd\:ring-offset-trueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:odd\:ring-offset-trueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:odd\:ring-offset-trueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:odd\:ring-offset-trueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:odd\:ring-offset-trueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:odd\:ring-offset-trueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:odd\:ring-offset-trueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:odd\:ring-offset-trueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:odd\:ring-offset-trueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:odd\:ring-offset-gray-50:nth-child(odd) {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:odd\:ring-offset-gray-100:nth-child(odd) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:odd\:ring-offset-gray-200:nth-child(odd) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:odd\:ring-offset-gray-300:nth-child(odd) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:odd\:ring-offset-gray-400:nth-child(odd) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:odd\:ring-offset-gray-500:nth-child(odd) {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:odd\:ring-offset-gray-600:nth-child(odd) {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:odd\:ring-offset-gray-700:nth-child(odd) {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:odd\:ring-offset-gray-800:nth-child(odd) {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:odd\:ring-offset-gray-900:nth-child(odd) {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:odd\:ring-offset-coolGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:odd\:ring-offset-coolGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:odd\:ring-offset-coolGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:odd\:ring-offset-coolGray-300:nth-child(odd) {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:odd\:ring-offset-coolGray-400:nth-child(odd) {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:odd\:ring-offset-coolGray-500:nth-child(odd) {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:odd\:ring-offset-coolGray-600:nth-child(odd) {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:odd\:ring-offset-coolGray-700:nth-child(odd) {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:odd\:ring-offset-coolGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:odd\:ring-offset-coolGray-900:nth-child(odd) {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:odd\:ring-offset-blueGray-50:nth-child(odd) {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:odd\:ring-offset-blueGray-100:nth-child(odd) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:odd\:ring-offset-blueGray-200:nth-child(odd) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:odd\:ring-offset-blueGray-300:nth-child(odd) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:odd\:ring-offset-blueGray-400:nth-child(odd) {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:odd\:ring-offset-blueGray-500:nth-child(odd) {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:odd\:ring-offset-blueGray-600:nth-child(odd) {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:odd\:ring-offset-blueGray-700:nth-child(odd) {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:odd\:ring-offset-blueGray-800:nth-child(odd) {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:odd\:ring-offset-blueGray-900:nth-child(odd) {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:odd\:ring-offset-current:nth-child(odd) {
    --tw-ring-offset-color: current;
  }

  .\32xl\:odd\:ring-offset-transparent:nth-child(odd) {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:even\:ring-offset-black:nth-child(even) {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:even\:ring-offset-white:nth-child(even) {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:even\:ring-offset-rose-50:nth-child(even) {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:even\:ring-offset-rose-100:nth-child(even) {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:even\:ring-offset-rose-200:nth-child(even) {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:even\:ring-offset-rose-300:nth-child(even) {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:even\:ring-offset-rose-400:nth-child(even) {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:even\:ring-offset-rose-500:nth-child(even) {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:even\:ring-offset-rose-600:nth-child(even) {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:even\:ring-offset-rose-700:nth-child(even) {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:even\:ring-offset-rose-800:nth-child(even) {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:even\:ring-offset-rose-900:nth-child(even) {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:even\:ring-offset-pink-50:nth-child(even) {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:even\:ring-offset-pink-100:nth-child(even) {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:even\:ring-offset-pink-200:nth-child(even) {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:even\:ring-offset-pink-300:nth-child(even) {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:even\:ring-offset-pink-400:nth-child(even) {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:even\:ring-offset-pink-500:nth-child(even) {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:even\:ring-offset-pink-600:nth-child(even) {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:even\:ring-offset-pink-700:nth-child(even) {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:even\:ring-offset-pink-800:nth-child(even) {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:even\:ring-offset-pink-900:nth-child(even) {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:even\:ring-offset-fuchsia-50:nth-child(even) {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:even\:ring-offset-fuchsia-100:nth-child(even) {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:even\:ring-offset-fuchsia-200:nth-child(even) {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:even\:ring-offset-fuchsia-300:nth-child(even) {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:even\:ring-offset-fuchsia-400:nth-child(even) {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:even\:ring-offset-fuchsia-500:nth-child(even) {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:even\:ring-offset-fuchsia-600:nth-child(even) {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:even\:ring-offset-fuchsia-700:nth-child(even) {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:even\:ring-offset-fuchsia-800:nth-child(even) {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:even\:ring-offset-fuchsia-900:nth-child(even) {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:even\:ring-offset-purple-50:nth-child(even) {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:even\:ring-offset-purple-100:nth-child(even) {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:even\:ring-offset-purple-200:nth-child(even) {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:even\:ring-offset-purple-300:nth-child(even) {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:even\:ring-offset-purple-400:nth-child(even) {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:even\:ring-offset-purple-500:nth-child(even) {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:even\:ring-offset-purple-600:nth-child(even) {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:even\:ring-offset-purple-700:nth-child(even) {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:even\:ring-offset-purple-800:nth-child(even) {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:even\:ring-offset-purple-900:nth-child(even) {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:even\:ring-offset-violet-50:nth-child(even) {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:even\:ring-offset-violet-100:nth-child(even) {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:even\:ring-offset-violet-200:nth-child(even) {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:even\:ring-offset-violet-300:nth-child(even) {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:even\:ring-offset-violet-400:nth-child(even) {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:even\:ring-offset-violet-500:nth-child(even) {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:even\:ring-offset-violet-600:nth-child(even) {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:even\:ring-offset-violet-700:nth-child(even) {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:even\:ring-offset-violet-800:nth-child(even) {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:even\:ring-offset-violet-900:nth-child(even) {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:even\:ring-offset-indigo-50:nth-child(even) {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:even\:ring-offset-indigo-100:nth-child(even) {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:even\:ring-offset-indigo-200:nth-child(even) {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:even\:ring-offset-indigo-300:nth-child(even) {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:even\:ring-offset-indigo-400:nth-child(even) {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:even\:ring-offset-indigo-500:nth-child(even) {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:even\:ring-offset-indigo-600:nth-child(even) {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:even\:ring-offset-indigo-700:nth-child(even) {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:even\:ring-offset-indigo-800:nth-child(even) {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:even\:ring-offset-indigo-900:nth-child(even) {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:even\:ring-offset-blue-50:nth-child(even) {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:even\:ring-offset-blue-100:nth-child(even) {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:even\:ring-offset-blue-200:nth-child(even) {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:even\:ring-offset-blue-300:nth-child(even) {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:even\:ring-offset-blue-400:nth-child(even) {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:even\:ring-offset-blue-500:nth-child(even) {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:even\:ring-offset-blue-600:nth-child(even) {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:even\:ring-offset-blue-700:nth-child(even) {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:even\:ring-offset-blue-800:nth-child(even) {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:even\:ring-offset-blue-900:nth-child(even) {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:even\:ring-offset-lightBlue-50:nth-child(even) {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:even\:ring-offset-lightBlue-100:nth-child(even) {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:even\:ring-offset-lightBlue-200:nth-child(even) {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:even\:ring-offset-lightBlue-300:nth-child(even) {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:even\:ring-offset-lightBlue-400:nth-child(even) {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:even\:ring-offset-lightBlue-500:nth-child(even) {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:even\:ring-offset-lightBlue-600:nth-child(even) {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:even\:ring-offset-lightBlue-700:nth-child(even) {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:even\:ring-offset-lightBlue-800:nth-child(even) {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:even\:ring-offset-lightBlue-900:nth-child(even) {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:even\:ring-offset-cyan-50:nth-child(even) {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:even\:ring-offset-cyan-100:nth-child(even) {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:even\:ring-offset-cyan-200:nth-child(even) {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:even\:ring-offset-cyan-300:nth-child(even) {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:even\:ring-offset-cyan-400:nth-child(even) {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:even\:ring-offset-cyan-500:nth-child(even) {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:even\:ring-offset-cyan-600:nth-child(even) {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:even\:ring-offset-cyan-700:nth-child(even) {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:even\:ring-offset-cyan-800:nth-child(even) {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:even\:ring-offset-cyan-900:nth-child(even) {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:even\:ring-offset-teal-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:even\:ring-offset-teal-100:nth-child(even) {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:even\:ring-offset-teal-200:nth-child(even) {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:even\:ring-offset-teal-300:nth-child(even) {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:even\:ring-offset-teal-400:nth-child(even) {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:even\:ring-offset-teal-500:nth-child(even) {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:even\:ring-offset-teal-600:nth-child(even) {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:even\:ring-offset-teal-700:nth-child(even) {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:even\:ring-offset-teal-800:nth-child(even) {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:even\:ring-offset-teal-900:nth-child(even) {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:even\:ring-offset-emerald-50:nth-child(even) {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:even\:ring-offset-emerald-100:nth-child(even) {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:even\:ring-offset-emerald-200:nth-child(even) {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:even\:ring-offset-emerald-300:nth-child(even) {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:even\:ring-offset-emerald-400:nth-child(even) {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:even\:ring-offset-emerald-500:nth-child(even) {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:even\:ring-offset-emerald-600:nth-child(even) {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:even\:ring-offset-emerald-700:nth-child(even) {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:even\:ring-offset-emerald-800:nth-child(even) {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:even\:ring-offset-emerald-900:nth-child(even) {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:even\:ring-offset-green-50:nth-child(even) {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:even\:ring-offset-green-100:nth-child(even) {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:even\:ring-offset-green-200:nth-child(even) {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:even\:ring-offset-green-300:nth-child(even) {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:even\:ring-offset-green-400:nth-child(even) {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:even\:ring-offset-green-500:nth-child(even) {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:even\:ring-offset-green-600:nth-child(even) {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:even\:ring-offset-green-700:nth-child(even) {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:even\:ring-offset-green-800:nth-child(even) {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:even\:ring-offset-green-900:nth-child(even) {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:even\:ring-offset-lime-50:nth-child(even) {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:even\:ring-offset-lime-100:nth-child(even) {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:even\:ring-offset-lime-200:nth-child(even) {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:even\:ring-offset-lime-300:nth-child(even) {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:even\:ring-offset-lime-400:nth-child(even) {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:even\:ring-offset-lime-500:nth-child(even) {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:even\:ring-offset-lime-600:nth-child(even) {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:even\:ring-offset-lime-700:nth-child(even) {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:even\:ring-offset-lime-800:nth-child(even) {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:even\:ring-offset-lime-900:nth-child(even) {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:even\:ring-offset-yellow-50:nth-child(even) {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:even\:ring-offset-yellow-100:nth-child(even) {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:even\:ring-offset-yellow-200:nth-child(even) {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:even\:ring-offset-yellow-300:nth-child(even) {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:even\:ring-offset-yellow-400:nth-child(even) {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:even\:ring-offset-yellow-500:nth-child(even) {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:even\:ring-offset-yellow-600:nth-child(even) {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:even\:ring-offset-yellow-700:nth-child(even) {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:even\:ring-offset-yellow-800:nth-child(even) {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:even\:ring-offset-yellow-900:nth-child(even) {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:even\:ring-offset-amber-50:nth-child(even) {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:even\:ring-offset-amber-100:nth-child(even) {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:even\:ring-offset-amber-200:nth-child(even) {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:even\:ring-offset-amber-300:nth-child(even) {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:even\:ring-offset-amber-400:nth-child(even) {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:even\:ring-offset-amber-500:nth-child(even) {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:even\:ring-offset-amber-600:nth-child(even) {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:even\:ring-offset-amber-700:nth-child(even) {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:even\:ring-offset-amber-800:nth-child(even) {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:even\:ring-offset-amber-900:nth-child(even) {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:even\:ring-offset-orange-50:nth-child(even) {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:even\:ring-offset-orange-100:nth-child(even) {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:even\:ring-offset-orange-200:nth-child(even) {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:even\:ring-offset-orange-300:nth-child(even) {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:even\:ring-offset-orange-400:nth-child(even) {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:even\:ring-offset-orange-500:nth-child(even) {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:even\:ring-offset-orange-600:nth-child(even) {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:even\:ring-offset-orange-700:nth-child(even) {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:even\:ring-offset-orange-800:nth-child(even) {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:even\:ring-offset-orange-900:nth-child(even) {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:even\:ring-offset-red-50:nth-child(even) {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:even\:ring-offset-red-100:nth-child(even) {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:even\:ring-offset-red-200:nth-child(even) {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:even\:ring-offset-red-300:nth-child(even) {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:even\:ring-offset-red-400:nth-child(even) {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:even\:ring-offset-red-500:nth-child(even) {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:even\:ring-offset-red-600:nth-child(even) {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:even\:ring-offset-red-700:nth-child(even) {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:even\:ring-offset-red-800:nth-child(even) {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:even\:ring-offset-red-900:nth-child(even) {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:even\:ring-offset-warmGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:even\:ring-offset-warmGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:even\:ring-offset-warmGray-200:nth-child(even) {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:even\:ring-offset-warmGray-300:nth-child(even) {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:even\:ring-offset-warmGray-400:nth-child(even) {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:even\:ring-offset-warmGray-500:nth-child(even) {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:even\:ring-offset-warmGray-600:nth-child(even) {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:even\:ring-offset-warmGray-700:nth-child(even) {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:even\:ring-offset-warmGray-800:nth-child(even) {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:even\:ring-offset-warmGray-900:nth-child(even) {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:even\:ring-offset-trueGray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:even\:ring-offset-trueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:even\:ring-offset-trueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:even\:ring-offset-trueGray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:even\:ring-offset-trueGray-400:nth-child(even) {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:even\:ring-offset-trueGray-500:nth-child(even) {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:even\:ring-offset-trueGray-600:nth-child(even) {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:even\:ring-offset-trueGray-700:nth-child(even) {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:even\:ring-offset-trueGray-800:nth-child(even) {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:even\:ring-offset-trueGray-900:nth-child(even) {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:even\:ring-offset-gray-50:nth-child(even) {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:even\:ring-offset-gray-100:nth-child(even) {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:even\:ring-offset-gray-200:nth-child(even) {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:even\:ring-offset-gray-300:nth-child(even) {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:even\:ring-offset-gray-400:nth-child(even) {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:even\:ring-offset-gray-500:nth-child(even) {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:even\:ring-offset-gray-600:nth-child(even) {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:even\:ring-offset-gray-700:nth-child(even) {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:even\:ring-offset-gray-800:nth-child(even) {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:even\:ring-offset-gray-900:nth-child(even) {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:even\:ring-offset-coolGray-50:nth-child(even) {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:even\:ring-offset-coolGray-100:nth-child(even) {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:even\:ring-offset-coolGray-200:nth-child(even) {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:even\:ring-offset-coolGray-300:nth-child(even) {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:even\:ring-offset-coolGray-400:nth-child(even) {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:even\:ring-offset-coolGray-500:nth-child(even) {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:even\:ring-offset-coolGray-600:nth-child(even) {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:even\:ring-offset-coolGray-700:nth-child(even) {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:even\:ring-offset-coolGray-800:nth-child(even) {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:even\:ring-offset-coolGray-900:nth-child(even) {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:even\:ring-offset-blueGray-50:nth-child(even) {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:even\:ring-offset-blueGray-100:nth-child(even) {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:even\:ring-offset-blueGray-200:nth-child(even) {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:even\:ring-offset-blueGray-300:nth-child(even) {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:even\:ring-offset-blueGray-400:nth-child(even) {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:even\:ring-offset-blueGray-500:nth-child(even) {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:even\:ring-offset-blueGray-600:nth-child(even) {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:even\:ring-offset-blueGray-700:nth-child(even) {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:even\:ring-offset-blueGray-800:nth-child(even) {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:even\:ring-offset-blueGray-900:nth-child(even) {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:even\:ring-offset-current:nth-child(even) {
    --tw-ring-offset-color: current;
  }

  .\32xl\:even\:ring-offset-transparent:nth-child(even) {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:hover\:ring-offset-black:hover {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:hover\:ring-offset-white:hover {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:hover\:ring-offset-rose-50:hover {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:hover\:ring-offset-rose-100:hover {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:hover\:ring-offset-rose-200:hover {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:hover\:ring-offset-rose-300:hover {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:hover\:ring-offset-rose-400:hover {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:hover\:ring-offset-rose-500:hover {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:hover\:ring-offset-rose-600:hover {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:hover\:ring-offset-rose-700:hover {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:hover\:ring-offset-rose-800:hover {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:hover\:ring-offset-rose-900:hover {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:hover\:ring-offset-pink-50:hover {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:hover\:ring-offset-pink-100:hover {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:hover\:ring-offset-pink-200:hover {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:hover\:ring-offset-pink-300:hover {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:hover\:ring-offset-pink-400:hover {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:hover\:ring-offset-pink-500:hover {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:hover\:ring-offset-pink-600:hover {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:hover\:ring-offset-pink-700:hover {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:hover\:ring-offset-pink-800:hover {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:hover\:ring-offset-pink-900:hover {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:hover\:ring-offset-fuchsia-50:hover {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:hover\:ring-offset-fuchsia-100:hover {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:hover\:ring-offset-fuchsia-200:hover {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:hover\:ring-offset-fuchsia-300:hover {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:hover\:ring-offset-fuchsia-400:hover {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:hover\:ring-offset-fuchsia-500:hover {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:hover\:ring-offset-fuchsia-600:hover {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:hover\:ring-offset-fuchsia-700:hover {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:hover\:ring-offset-fuchsia-800:hover {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:hover\:ring-offset-fuchsia-900:hover {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:hover\:ring-offset-purple-50:hover {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:hover\:ring-offset-purple-100:hover {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:hover\:ring-offset-purple-200:hover {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:hover\:ring-offset-purple-300:hover {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:hover\:ring-offset-purple-400:hover {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:hover\:ring-offset-purple-500:hover {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:hover\:ring-offset-purple-600:hover {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:hover\:ring-offset-purple-700:hover {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:hover\:ring-offset-purple-800:hover {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:hover\:ring-offset-purple-900:hover {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:hover\:ring-offset-violet-50:hover {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:hover\:ring-offset-violet-100:hover {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:hover\:ring-offset-violet-200:hover {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:hover\:ring-offset-violet-300:hover {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:hover\:ring-offset-violet-400:hover {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:hover\:ring-offset-violet-500:hover {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:hover\:ring-offset-violet-600:hover {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:hover\:ring-offset-violet-700:hover {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:hover\:ring-offset-violet-800:hover {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:hover\:ring-offset-violet-900:hover {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:hover\:ring-offset-indigo-50:hover {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:hover\:ring-offset-indigo-100:hover {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:hover\:ring-offset-indigo-200:hover {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:hover\:ring-offset-indigo-300:hover {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:hover\:ring-offset-indigo-400:hover {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:hover\:ring-offset-indigo-500:hover {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:hover\:ring-offset-indigo-600:hover {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:hover\:ring-offset-indigo-700:hover {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:hover\:ring-offset-indigo-800:hover {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:hover\:ring-offset-indigo-900:hover {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:hover\:ring-offset-blue-50:hover {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:hover\:ring-offset-blue-100:hover {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:hover\:ring-offset-blue-200:hover {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:hover\:ring-offset-blue-300:hover {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:hover\:ring-offset-blue-400:hover {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:hover\:ring-offset-blue-500:hover {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:hover\:ring-offset-blue-600:hover {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:hover\:ring-offset-blue-700:hover {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:hover\:ring-offset-blue-800:hover {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:hover\:ring-offset-blue-900:hover {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:hover\:ring-offset-lightBlue-50:hover {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:hover\:ring-offset-lightBlue-100:hover {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:hover\:ring-offset-lightBlue-200:hover {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:hover\:ring-offset-lightBlue-300:hover {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:hover\:ring-offset-lightBlue-400:hover {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:hover\:ring-offset-lightBlue-500:hover {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:hover\:ring-offset-lightBlue-600:hover {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:hover\:ring-offset-lightBlue-700:hover {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:hover\:ring-offset-lightBlue-800:hover {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:hover\:ring-offset-lightBlue-900:hover {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:hover\:ring-offset-cyan-50:hover {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:hover\:ring-offset-cyan-100:hover {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:hover\:ring-offset-cyan-200:hover {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:hover\:ring-offset-cyan-300:hover {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:hover\:ring-offset-cyan-400:hover {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:hover\:ring-offset-cyan-500:hover {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:hover\:ring-offset-cyan-600:hover {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:hover\:ring-offset-cyan-700:hover {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:hover\:ring-offset-cyan-800:hover {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:hover\:ring-offset-cyan-900:hover {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:hover\:ring-offset-teal-50:hover {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:hover\:ring-offset-teal-100:hover {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:hover\:ring-offset-teal-200:hover {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:hover\:ring-offset-teal-300:hover {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:hover\:ring-offset-teal-400:hover {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:hover\:ring-offset-teal-500:hover {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:hover\:ring-offset-teal-600:hover {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:hover\:ring-offset-teal-700:hover {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:hover\:ring-offset-teal-800:hover {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:hover\:ring-offset-teal-900:hover {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:hover\:ring-offset-emerald-50:hover {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:hover\:ring-offset-emerald-100:hover {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:hover\:ring-offset-emerald-200:hover {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:hover\:ring-offset-emerald-300:hover {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:hover\:ring-offset-emerald-400:hover {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:hover\:ring-offset-emerald-500:hover {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:hover\:ring-offset-emerald-600:hover {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:hover\:ring-offset-emerald-700:hover {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:hover\:ring-offset-emerald-800:hover {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:hover\:ring-offset-emerald-900:hover {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:hover\:ring-offset-green-50:hover {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:hover\:ring-offset-green-100:hover {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:hover\:ring-offset-green-200:hover {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:hover\:ring-offset-green-300:hover {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:hover\:ring-offset-green-400:hover {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:hover\:ring-offset-green-500:hover {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:hover\:ring-offset-green-600:hover {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:hover\:ring-offset-green-700:hover {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:hover\:ring-offset-green-800:hover {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:hover\:ring-offset-green-900:hover {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:hover\:ring-offset-lime-50:hover {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:hover\:ring-offset-lime-100:hover {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:hover\:ring-offset-lime-200:hover {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:hover\:ring-offset-lime-300:hover {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:hover\:ring-offset-lime-400:hover {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:hover\:ring-offset-lime-500:hover {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:hover\:ring-offset-lime-600:hover {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:hover\:ring-offset-lime-700:hover {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:hover\:ring-offset-lime-800:hover {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:hover\:ring-offset-lime-900:hover {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:hover\:ring-offset-yellow-50:hover {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:hover\:ring-offset-yellow-100:hover {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:hover\:ring-offset-yellow-200:hover {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:hover\:ring-offset-yellow-300:hover {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:hover\:ring-offset-yellow-400:hover {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:hover\:ring-offset-yellow-500:hover {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:hover\:ring-offset-yellow-600:hover {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:hover\:ring-offset-yellow-700:hover {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:hover\:ring-offset-yellow-800:hover {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:hover\:ring-offset-yellow-900:hover {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:hover\:ring-offset-amber-50:hover {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:hover\:ring-offset-amber-100:hover {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:hover\:ring-offset-amber-200:hover {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:hover\:ring-offset-amber-300:hover {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:hover\:ring-offset-amber-400:hover {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:hover\:ring-offset-amber-500:hover {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:hover\:ring-offset-amber-600:hover {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:hover\:ring-offset-amber-700:hover {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:hover\:ring-offset-amber-800:hover {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:hover\:ring-offset-amber-900:hover {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:hover\:ring-offset-orange-50:hover {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:hover\:ring-offset-orange-100:hover {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:hover\:ring-offset-orange-200:hover {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:hover\:ring-offset-orange-300:hover {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:hover\:ring-offset-orange-400:hover {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:hover\:ring-offset-orange-500:hover {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:hover\:ring-offset-orange-600:hover {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:hover\:ring-offset-orange-700:hover {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:hover\:ring-offset-orange-800:hover {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:hover\:ring-offset-orange-900:hover {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:hover\:ring-offset-red-50:hover {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:hover\:ring-offset-red-100:hover {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:hover\:ring-offset-red-200:hover {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:hover\:ring-offset-red-300:hover {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:hover\:ring-offset-red-400:hover {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:hover\:ring-offset-red-500:hover {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:hover\:ring-offset-red-600:hover {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:hover\:ring-offset-red-700:hover {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:hover\:ring-offset-red-800:hover {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:hover\:ring-offset-red-900:hover {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:hover\:ring-offset-warmGray-50:hover {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:hover\:ring-offset-warmGray-100:hover {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:hover\:ring-offset-warmGray-200:hover {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:hover\:ring-offset-warmGray-300:hover {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:hover\:ring-offset-warmGray-400:hover {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:hover\:ring-offset-warmGray-500:hover {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:hover\:ring-offset-warmGray-600:hover {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:hover\:ring-offset-warmGray-700:hover {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:hover\:ring-offset-warmGray-800:hover {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:hover\:ring-offset-warmGray-900:hover {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:hover\:ring-offset-trueGray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:hover\:ring-offset-trueGray-100:hover {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:hover\:ring-offset-trueGray-200:hover {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:hover\:ring-offset-trueGray-300:hover {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:hover\:ring-offset-trueGray-400:hover {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:hover\:ring-offset-trueGray-500:hover {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:hover\:ring-offset-trueGray-600:hover {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:hover\:ring-offset-trueGray-700:hover {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:hover\:ring-offset-trueGray-800:hover {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:hover\:ring-offset-trueGray-900:hover {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:hover\:ring-offset-gray-50:hover {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:hover\:ring-offset-gray-100:hover {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:hover\:ring-offset-gray-200:hover {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:hover\:ring-offset-gray-300:hover {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:hover\:ring-offset-gray-400:hover {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:hover\:ring-offset-gray-500:hover {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:hover\:ring-offset-gray-600:hover {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:hover\:ring-offset-gray-700:hover {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:hover\:ring-offset-gray-800:hover {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:hover\:ring-offset-gray-900:hover {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:hover\:ring-offset-coolGray-50:hover {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:hover\:ring-offset-coolGray-100:hover {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:hover\:ring-offset-coolGray-200:hover {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:hover\:ring-offset-coolGray-300:hover {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:hover\:ring-offset-coolGray-400:hover {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:hover\:ring-offset-coolGray-500:hover {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:hover\:ring-offset-coolGray-600:hover {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:hover\:ring-offset-coolGray-700:hover {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:hover\:ring-offset-coolGray-800:hover {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:hover\:ring-offset-coolGray-900:hover {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:hover\:ring-offset-blueGray-50:hover {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:hover\:ring-offset-blueGray-100:hover {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:hover\:ring-offset-blueGray-200:hover {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:hover\:ring-offset-blueGray-300:hover {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:hover\:ring-offset-blueGray-400:hover {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:hover\:ring-offset-blueGray-500:hover {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:hover\:ring-offset-blueGray-600:hover {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:hover\:ring-offset-blueGray-700:hover {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:hover\:ring-offset-blueGray-800:hover {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:hover\:ring-offset-blueGray-900:hover {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:hover\:ring-offset-current:hover {
    --tw-ring-offset-color: current;
  }

  .\32xl\:hover\:ring-offset-transparent:hover {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus\:ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus\:ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus\:ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus\:ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus\:ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus\:ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus\:ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus\:ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus\:ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus\:ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus\:ring-offset-warmGray-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:focus\:ring-offset-warmGray-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:focus\:ring-offset-warmGray-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:focus\:ring-offset-warmGray-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:focus\:ring-offset-warmGray-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:focus\:ring-offset-warmGray-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:focus\:ring-offset-warmGray-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:focus\:ring-offset-warmGray-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:focus\:ring-offset-warmGray-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:focus\:ring-offset-warmGray-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:focus\:ring-offset-trueGray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus\:ring-offset-trueGray-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:focus\:ring-offset-trueGray-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:focus\:ring-offset-trueGray-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:focus\:ring-offset-trueGray-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:focus\:ring-offset-trueGray-500:focus {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:focus\:ring-offset-trueGray-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:focus\:ring-offset-trueGray-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:focus\:ring-offset-trueGray-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:focus\:ring-offset-trueGray-900:focus {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:focus\:ring-offset-coolGray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus\:ring-offset-coolGray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus\:ring-offset-coolGray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus\:ring-offset-coolGray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus\:ring-offset-coolGray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus\:ring-offset-coolGray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus\:ring-offset-coolGray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus\:ring-offset-coolGray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus\:ring-offset-coolGray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus\:ring-offset-coolGray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus\:ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:focus\:ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:focus\:ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:focus\:ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:focus\:ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:focus\:ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:focus\:ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:focus\:ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:focus\:ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:focus\:ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: current;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:active\:ring-offset-black:active {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:active\:ring-offset-white:active {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:active\:ring-offset-rose-50:active {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:active\:ring-offset-rose-100:active {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:active\:ring-offset-rose-200:active {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:active\:ring-offset-rose-300:active {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:active\:ring-offset-rose-400:active {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:active\:ring-offset-rose-500:active {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:active\:ring-offset-rose-600:active {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:active\:ring-offset-rose-700:active {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:active\:ring-offset-rose-800:active {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:active\:ring-offset-rose-900:active {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:active\:ring-offset-pink-50:active {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:active\:ring-offset-pink-100:active {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:active\:ring-offset-pink-200:active {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:active\:ring-offset-pink-300:active {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:active\:ring-offset-pink-400:active {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:active\:ring-offset-pink-500:active {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:active\:ring-offset-pink-600:active {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:active\:ring-offset-pink-700:active {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:active\:ring-offset-pink-800:active {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:active\:ring-offset-pink-900:active {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:active\:ring-offset-fuchsia-50:active {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:active\:ring-offset-fuchsia-100:active {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:active\:ring-offset-fuchsia-200:active {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:active\:ring-offset-fuchsia-300:active {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:active\:ring-offset-fuchsia-400:active {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:active\:ring-offset-fuchsia-500:active {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:active\:ring-offset-fuchsia-600:active {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:active\:ring-offset-fuchsia-700:active {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:active\:ring-offset-fuchsia-800:active {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:active\:ring-offset-fuchsia-900:active {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:active\:ring-offset-purple-50:active {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:active\:ring-offset-purple-100:active {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:active\:ring-offset-purple-200:active {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:active\:ring-offset-purple-300:active {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:active\:ring-offset-purple-400:active {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:active\:ring-offset-purple-500:active {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:active\:ring-offset-purple-600:active {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:active\:ring-offset-purple-700:active {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:active\:ring-offset-purple-800:active {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:active\:ring-offset-purple-900:active {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:active\:ring-offset-violet-50:active {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:active\:ring-offset-violet-100:active {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:active\:ring-offset-violet-200:active {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:active\:ring-offset-violet-300:active {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:active\:ring-offset-violet-400:active {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:active\:ring-offset-violet-500:active {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:active\:ring-offset-violet-600:active {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:active\:ring-offset-violet-700:active {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:active\:ring-offset-violet-800:active {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:active\:ring-offset-violet-900:active {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:active\:ring-offset-indigo-50:active {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:active\:ring-offset-indigo-100:active {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:active\:ring-offset-indigo-200:active {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:active\:ring-offset-indigo-300:active {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:active\:ring-offset-indigo-400:active {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:active\:ring-offset-indigo-500:active {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:active\:ring-offset-indigo-600:active {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:active\:ring-offset-indigo-700:active {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:active\:ring-offset-indigo-800:active {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:active\:ring-offset-indigo-900:active {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:active\:ring-offset-blue-50:active {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:active\:ring-offset-blue-100:active {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:active\:ring-offset-blue-200:active {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:active\:ring-offset-blue-300:active {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:active\:ring-offset-blue-400:active {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:active\:ring-offset-blue-500:active {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:active\:ring-offset-blue-600:active {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:active\:ring-offset-blue-700:active {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:active\:ring-offset-blue-800:active {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:active\:ring-offset-blue-900:active {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:active\:ring-offset-lightBlue-50:active {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:active\:ring-offset-lightBlue-100:active {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:active\:ring-offset-lightBlue-200:active {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:active\:ring-offset-lightBlue-300:active {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:active\:ring-offset-lightBlue-400:active {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:active\:ring-offset-lightBlue-500:active {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:active\:ring-offset-lightBlue-600:active {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:active\:ring-offset-lightBlue-700:active {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:active\:ring-offset-lightBlue-800:active {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:active\:ring-offset-lightBlue-900:active {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:active\:ring-offset-cyan-50:active {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:active\:ring-offset-cyan-100:active {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:active\:ring-offset-cyan-200:active {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:active\:ring-offset-cyan-300:active {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:active\:ring-offset-cyan-400:active {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:active\:ring-offset-cyan-500:active {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:active\:ring-offset-cyan-600:active {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:active\:ring-offset-cyan-700:active {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:active\:ring-offset-cyan-800:active {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:active\:ring-offset-cyan-900:active {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:active\:ring-offset-teal-50:active {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:active\:ring-offset-teal-100:active {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:active\:ring-offset-teal-200:active {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:active\:ring-offset-teal-300:active {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:active\:ring-offset-teal-400:active {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:active\:ring-offset-teal-500:active {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:active\:ring-offset-teal-600:active {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:active\:ring-offset-teal-700:active {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:active\:ring-offset-teal-800:active {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:active\:ring-offset-teal-900:active {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:active\:ring-offset-emerald-50:active {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:active\:ring-offset-emerald-100:active {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:active\:ring-offset-emerald-200:active {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:active\:ring-offset-emerald-300:active {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:active\:ring-offset-emerald-400:active {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:active\:ring-offset-emerald-500:active {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:active\:ring-offset-emerald-600:active {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:active\:ring-offset-emerald-700:active {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:active\:ring-offset-emerald-800:active {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:active\:ring-offset-emerald-900:active {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:active\:ring-offset-green-50:active {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:active\:ring-offset-green-100:active {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:active\:ring-offset-green-200:active {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:active\:ring-offset-green-300:active {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:active\:ring-offset-green-400:active {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:active\:ring-offset-green-500:active {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:active\:ring-offset-green-600:active {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:active\:ring-offset-green-700:active {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:active\:ring-offset-green-800:active {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:active\:ring-offset-green-900:active {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:active\:ring-offset-lime-50:active {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:active\:ring-offset-lime-100:active {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:active\:ring-offset-lime-200:active {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:active\:ring-offset-lime-300:active {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:active\:ring-offset-lime-400:active {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:active\:ring-offset-lime-500:active {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:active\:ring-offset-lime-600:active {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:active\:ring-offset-lime-700:active {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:active\:ring-offset-lime-800:active {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:active\:ring-offset-lime-900:active {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:active\:ring-offset-yellow-50:active {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:active\:ring-offset-yellow-100:active {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:active\:ring-offset-yellow-200:active {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:active\:ring-offset-yellow-300:active {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:active\:ring-offset-yellow-400:active {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:active\:ring-offset-yellow-500:active {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:active\:ring-offset-yellow-600:active {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:active\:ring-offset-yellow-700:active {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:active\:ring-offset-yellow-800:active {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:active\:ring-offset-yellow-900:active {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:active\:ring-offset-amber-50:active {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:active\:ring-offset-amber-100:active {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:active\:ring-offset-amber-200:active {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:active\:ring-offset-amber-300:active {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:active\:ring-offset-amber-400:active {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:active\:ring-offset-amber-500:active {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:active\:ring-offset-amber-600:active {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:active\:ring-offset-amber-700:active {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:active\:ring-offset-amber-800:active {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:active\:ring-offset-amber-900:active {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:active\:ring-offset-orange-50:active {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:active\:ring-offset-orange-100:active {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:active\:ring-offset-orange-200:active {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:active\:ring-offset-orange-300:active {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:active\:ring-offset-orange-400:active {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:active\:ring-offset-orange-500:active {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:active\:ring-offset-orange-600:active {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:active\:ring-offset-orange-700:active {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:active\:ring-offset-orange-800:active {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:active\:ring-offset-orange-900:active {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:active\:ring-offset-red-50:active {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:active\:ring-offset-red-100:active {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:active\:ring-offset-red-200:active {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:active\:ring-offset-red-300:active {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:active\:ring-offset-red-400:active {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:active\:ring-offset-red-500:active {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:active\:ring-offset-red-600:active {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:active\:ring-offset-red-700:active {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:active\:ring-offset-red-800:active {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:active\:ring-offset-red-900:active {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:active\:ring-offset-warmGray-50:active {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:active\:ring-offset-warmGray-100:active {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:active\:ring-offset-warmGray-200:active {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:active\:ring-offset-warmGray-300:active {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:active\:ring-offset-warmGray-400:active {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:active\:ring-offset-warmGray-500:active {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:active\:ring-offset-warmGray-600:active {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:active\:ring-offset-warmGray-700:active {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:active\:ring-offset-warmGray-800:active {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:active\:ring-offset-warmGray-900:active {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:active\:ring-offset-trueGray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:active\:ring-offset-trueGray-100:active {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:active\:ring-offset-trueGray-200:active {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:active\:ring-offset-trueGray-300:active {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:active\:ring-offset-trueGray-400:active {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:active\:ring-offset-trueGray-500:active {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:active\:ring-offset-trueGray-600:active {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:active\:ring-offset-trueGray-700:active {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:active\:ring-offset-trueGray-800:active {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:active\:ring-offset-trueGray-900:active {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:active\:ring-offset-gray-50:active {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:active\:ring-offset-gray-100:active {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:active\:ring-offset-gray-200:active {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:active\:ring-offset-gray-300:active {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:active\:ring-offset-gray-400:active {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:active\:ring-offset-gray-500:active {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:active\:ring-offset-gray-600:active {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:active\:ring-offset-gray-700:active {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:active\:ring-offset-gray-800:active {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:active\:ring-offset-gray-900:active {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:active\:ring-offset-coolGray-50:active {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:active\:ring-offset-coolGray-100:active {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:active\:ring-offset-coolGray-200:active {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:active\:ring-offset-coolGray-300:active {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:active\:ring-offset-coolGray-400:active {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:active\:ring-offset-coolGray-500:active {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:active\:ring-offset-coolGray-600:active {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:active\:ring-offset-coolGray-700:active {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:active\:ring-offset-coolGray-800:active {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:active\:ring-offset-coolGray-900:active {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:active\:ring-offset-blueGray-50:active {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:active\:ring-offset-blueGray-100:active {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:active\:ring-offset-blueGray-200:active {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:active\:ring-offset-blueGray-300:active {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:active\:ring-offset-blueGray-400:active {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:active\:ring-offset-blueGray-500:active {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:active\:ring-offset-blueGray-600:active {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:active\:ring-offset-blueGray-700:active {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:active\:ring-offset-blueGray-800:active {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:active\:ring-offset-blueGray-900:active {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:active\:ring-offset-current:active {
    --tw-ring-offset-color: current;
  }

  .\32xl\:active\:ring-offset-transparent:active {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:visited\:ring-offset-black:visited {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:visited\:ring-offset-white:visited {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:visited\:ring-offset-rose-50:visited {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:visited\:ring-offset-rose-100:visited {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:visited\:ring-offset-rose-200:visited {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:visited\:ring-offset-rose-300:visited {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:visited\:ring-offset-rose-400:visited {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:visited\:ring-offset-rose-500:visited {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:visited\:ring-offset-rose-600:visited {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:visited\:ring-offset-rose-700:visited {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:visited\:ring-offset-rose-800:visited {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:visited\:ring-offset-rose-900:visited {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:visited\:ring-offset-pink-50:visited {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:visited\:ring-offset-pink-100:visited {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:visited\:ring-offset-pink-200:visited {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:visited\:ring-offset-pink-300:visited {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:visited\:ring-offset-pink-400:visited {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:visited\:ring-offset-pink-500:visited {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:visited\:ring-offset-pink-600:visited {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:visited\:ring-offset-pink-700:visited {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:visited\:ring-offset-pink-800:visited {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:visited\:ring-offset-pink-900:visited {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:visited\:ring-offset-fuchsia-50:visited {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:visited\:ring-offset-fuchsia-100:visited {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:visited\:ring-offset-fuchsia-200:visited {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:visited\:ring-offset-fuchsia-300:visited {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:visited\:ring-offset-fuchsia-400:visited {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:visited\:ring-offset-fuchsia-500:visited {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:visited\:ring-offset-fuchsia-600:visited {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:visited\:ring-offset-fuchsia-700:visited {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:visited\:ring-offset-fuchsia-800:visited {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:visited\:ring-offset-fuchsia-900:visited {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:visited\:ring-offset-purple-50:visited {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:visited\:ring-offset-purple-100:visited {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:visited\:ring-offset-purple-200:visited {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:visited\:ring-offset-purple-300:visited {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:visited\:ring-offset-purple-400:visited {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:visited\:ring-offset-purple-500:visited {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:visited\:ring-offset-purple-600:visited {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:visited\:ring-offset-purple-700:visited {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:visited\:ring-offset-purple-800:visited {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:visited\:ring-offset-purple-900:visited {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:visited\:ring-offset-violet-50:visited {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:visited\:ring-offset-violet-100:visited {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:visited\:ring-offset-violet-200:visited {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:visited\:ring-offset-violet-300:visited {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:visited\:ring-offset-violet-400:visited {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:visited\:ring-offset-violet-500:visited {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:visited\:ring-offset-violet-600:visited {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:visited\:ring-offset-violet-700:visited {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:visited\:ring-offset-violet-800:visited {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:visited\:ring-offset-violet-900:visited {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:visited\:ring-offset-indigo-50:visited {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:visited\:ring-offset-indigo-100:visited {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:visited\:ring-offset-indigo-200:visited {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:visited\:ring-offset-indigo-300:visited {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:visited\:ring-offset-indigo-400:visited {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:visited\:ring-offset-indigo-500:visited {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:visited\:ring-offset-indigo-600:visited {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:visited\:ring-offset-indigo-700:visited {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:visited\:ring-offset-indigo-800:visited {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:visited\:ring-offset-indigo-900:visited {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:visited\:ring-offset-blue-50:visited {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:visited\:ring-offset-blue-100:visited {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:visited\:ring-offset-blue-200:visited {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:visited\:ring-offset-blue-300:visited {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:visited\:ring-offset-blue-400:visited {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:visited\:ring-offset-blue-500:visited {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:visited\:ring-offset-blue-600:visited {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:visited\:ring-offset-blue-700:visited {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:visited\:ring-offset-blue-800:visited {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:visited\:ring-offset-blue-900:visited {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:visited\:ring-offset-lightBlue-50:visited {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:visited\:ring-offset-lightBlue-100:visited {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:visited\:ring-offset-lightBlue-200:visited {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:visited\:ring-offset-lightBlue-300:visited {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:visited\:ring-offset-lightBlue-400:visited {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:visited\:ring-offset-lightBlue-500:visited {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:visited\:ring-offset-lightBlue-600:visited {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:visited\:ring-offset-lightBlue-700:visited {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:visited\:ring-offset-lightBlue-800:visited {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:visited\:ring-offset-lightBlue-900:visited {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:visited\:ring-offset-cyan-50:visited {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:visited\:ring-offset-cyan-100:visited {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:visited\:ring-offset-cyan-200:visited {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:visited\:ring-offset-cyan-300:visited {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:visited\:ring-offset-cyan-400:visited {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:visited\:ring-offset-cyan-500:visited {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:visited\:ring-offset-cyan-600:visited {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:visited\:ring-offset-cyan-700:visited {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:visited\:ring-offset-cyan-800:visited {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:visited\:ring-offset-cyan-900:visited {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:visited\:ring-offset-teal-50:visited {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:visited\:ring-offset-teal-100:visited {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:visited\:ring-offset-teal-200:visited {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:visited\:ring-offset-teal-300:visited {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:visited\:ring-offset-teal-400:visited {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:visited\:ring-offset-teal-500:visited {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:visited\:ring-offset-teal-600:visited {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:visited\:ring-offset-teal-700:visited {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:visited\:ring-offset-teal-800:visited {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:visited\:ring-offset-teal-900:visited {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:visited\:ring-offset-emerald-50:visited {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:visited\:ring-offset-emerald-100:visited {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:visited\:ring-offset-emerald-200:visited {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:visited\:ring-offset-emerald-300:visited {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:visited\:ring-offset-emerald-400:visited {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:visited\:ring-offset-emerald-500:visited {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:visited\:ring-offset-emerald-600:visited {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:visited\:ring-offset-emerald-700:visited {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:visited\:ring-offset-emerald-800:visited {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:visited\:ring-offset-emerald-900:visited {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:visited\:ring-offset-green-50:visited {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:visited\:ring-offset-green-100:visited {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:visited\:ring-offset-green-200:visited {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:visited\:ring-offset-green-300:visited {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:visited\:ring-offset-green-400:visited {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:visited\:ring-offset-green-500:visited {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:visited\:ring-offset-green-600:visited {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:visited\:ring-offset-green-700:visited {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:visited\:ring-offset-green-800:visited {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:visited\:ring-offset-green-900:visited {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:visited\:ring-offset-lime-50:visited {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:visited\:ring-offset-lime-100:visited {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:visited\:ring-offset-lime-200:visited {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:visited\:ring-offset-lime-300:visited {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:visited\:ring-offset-lime-400:visited {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:visited\:ring-offset-lime-500:visited {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:visited\:ring-offset-lime-600:visited {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:visited\:ring-offset-lime-700:visited {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:visited\:ring-offset-lime-800:visited {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:visited\:ring-offset-lime-900:visited {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:visited\:ring-offset-yellow-50:visited {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:visited\:ring-offset-yellow-100:visited {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:visited\:ring-offset-yellow-200:visited {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:visited\:ring-offset-yellow-300:visited {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:visited\:ring-offset-yellow-400:visited {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:visited\:ring-offset-yellow-500:visited {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:visited\:ring-offset-yellow-600:visited {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:visited\:ring-offset-yellow-700:visited {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:visited\:ring-offset-yellow-800:visited {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:visited\:ring-offset-yellow-900:visited {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:visited\:ring-offset-amber-50:visited {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:visited\:ring-offset-amber-100:visited {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:visited\:ring-offset-amber-200:visited {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:visited\:ring-offset-amber-300:visited {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:visited\:ring-offset-amber-400:visited {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:visited\:ring-offset-amber-500:visited {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:visited\:ring-offset-amber-600:visited {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:visited\:ring-offset-amber-700:visited {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:visited\:ring-offset-amber-800:visited {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:visited\:ring-offset-amber-900:visited {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:visited\:ring-offset-orange-50:visited {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:visited\:ring-offset-orange-100:visited {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:visited\:ring-offset-orange-200:visited {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:visited\:ring-offset-orange-300:visited {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:visited\:ring-offset-orange-400:visited {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:visited\:ring-offset-orange-500:visited {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:visited\:ring-offset-orange-600:visited {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:visited\:ring-offset-orange-700:visited {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:visited\:ring-offset-orange-800:visited {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:visited\:ring-offset-orange-900:visited {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:visited\:ring-offset-red-50:visited {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:visited\:ring-offset-red-100:visited {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:visited\:ring-offset-red-200:visited {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:visited\:ring-offset-red-300:visited {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:visited\:ring-offset-red-400:visited {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:visited\:ring-offset-red-500:visited {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:visited\:ring-offset-red-600:visited {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:visited\:ring-offset-red-700:visited {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:visited\:ring-offset-red-800:visited {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:visited\:ring-offset-red-900:visited {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:visited\:ring-offset-warmGray-50:visited {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:visited\:ring-offset-warmGray-100:visited {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:visited\:ring-offset-warmGray-200:visited {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:visited\:ring-offset-warmGray-300:visited {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:visited\:ring-offset-warmGray-400:visited {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:visited\:ring-offset-warmGray-500:visited {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:visited\:ring-offset-warmGray-600:visited {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:visited\:ring-offset-warmGray-700:visited {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:visited\:ring-offset-warmGray-800:visited {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:visited\:ring-offset-warmGray-900:visited {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:visited\:ring-offset-trueGray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:visited\:ring-offset-trueGray-100:visited {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:visited\:ring-offset-trueGray-200:visited {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:visited\:ring-offset-trueGray-300:visited {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:visited\:ring-offset-trueGray-400:visited {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:visited\:ring-offset-trueGray-500:visited {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:visited\:ring-offset-trueGray-600:visited {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:visited\:ring-offset-trueGray-700:visited {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:visited\:ring-offset-trueGray-800:visited {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:visited\:ring-offset-trueGray-900:visited {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:visited\:ring-offset-gray-50:visited {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:visited\:ring-offset-gray-100:visited {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:visited\:ring-offset-gray-200:visited {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:visited\:ring-offset-gray-300:visited {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:visited\:ring-offset-gray-400:visited {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:visited\:ring-offset-gray-500:visited {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:visited\:ring-offset-gray-600:visited {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:visited\:ring-offset-gray-700:visited {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:visited\:ring-offset-gray-800:visited {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:visited\:ring-offset-gray-900:visited {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:visited\:ring-offset-coolGray-50:visited {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:visited\:ring-offset-coolGray-100:visited {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:visited\:ring-offset-coolGray-200:visited {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:visited\:ring-offset-coolGray-300:visited {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:visited\:ring-offset-coolGray-400:visited {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:visited\:ring-offset-coolGray-500:visited {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:visited\:ring-offset-coolGray-600:visited {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:visited\:ring-offset-coolGray-700:visited {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:visited\:ring-offset-coolGray-800:visited {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:visited\:ring-offset-coolGray-900:visited {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:visited\:ring-offset-blueGray-50:visited {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:visited\:ring-offset-blueGray-100:visited {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:visited\:ring-offset-blueGray-200:visited {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:visited\:ring-offset-blueGray-300:visited {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:visited\:ring-offset-blueGray-400:visited {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:visited\:ring-offset-blueGray-500:visited {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:visited\:ring-offset-blueGray-600:visited {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:visited\:ring-offset-blueGray-700:visited {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:visited\:ring-offset-blueGray-800:visited {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:visited\:ring-offset-blueGray-900:visited {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:visited\:ring-offset-current:visited {
    --tw-ring-offset-color: current;
  }

  .\32xl\:visited\:ring-offset-transparent:visited {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:disabled\:ring-offset-black:disabled {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:disabled\:ring-offset-white:disabled {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:disabled\:ring-offset-rose-50:disabled {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:disabled\:ring-offset-rose-100:disabled {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:disabled\:ring-offset-rose-200:disabled {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:disabled\:ring-offset-rose-300:disabled {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:disabled\:ring-offset-rose-400:disabled {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:disabled\:ring-offset-rose-500:disabled {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:disabled\:ring-offset-rose-600:disabled {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:disabled\:ring-offset-rose-700:disabled {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:disabled\:ring-offset-rose-800:disabled {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:disabled\:ring-offset-rose-900:disabled {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:disabled\:ring-offset-pink-50:disabled {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:disabled\:ring-offset-pink-100:disabled {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:disabled\:ring-offset-pink-200:disabled {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:disabled\:ring-offset-pink-300:disabled {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:disabled\:ring-offset-pink-400:disabled {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:disabled\:ring-offset-pink-500:disabled {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:disabled\:ring-offset-pink-600:disabled {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:disabled\:ring-offset-pink-700:disabled {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:disabled\:ring-offset-pink-800:disabled {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:disabled\:ring-offset-pink-900:disabled {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-50:disabled {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-100:disabled {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-200:disabled {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-300:disabled {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-400:disabled {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-500:disabled {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-600:disabled {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-700:disabled {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-800:disabled {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:disabled\:ring-offset-fuchsia-900:disabled {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:disabled\:ring-offset-purple-50:disabled {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:disabled\:ring-offset-purple-100:disabled {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:disabled\:ring-offset-purple-200:disabled {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:disabled\:ring-offset-purple-300:disabled {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:disabled\:ring-offset-purple-400:disabled {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:disabled\:ring-offset-purple-500:disabled {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:disabled\:ring-offset-purple-600:disabled {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:disabled\:ring-offset-purple-700:disabled {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:disabled\:ring-offset-purple-800:disabled {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:disabled\:ring-offset-purple-900:disabled {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:disabled\:ring-offset-violet-50:disabled {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:disabled\:ring-offset-violet-100:disabled {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:disabled\:ring-offset-violet-200:disabled {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:disabled\:ring-offset-violet-300:disabled {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:disabled\:ring-offset-violet-400:disabled {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:disabled\:ring-offset-violet-500:disabled {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:disabled\:ring-offset-violet-600:disabled {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:disabled\:ring-offset-violet-700:disabled {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:disabled\:ring-offset-violet-800:disabled {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:disabled\:ring-offset-violet-900:disabled {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:disabled\:ring-offset-indigo-50:disabled {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:disabled\:ring-offset-indigo-100:disabled {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:disabled\:ring-offset-indigo-200:disabled {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:disabled\:ring-offset-indigo-300:disabled {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:disabled\:ring-offset-indigo-400:disabled {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:disabled\:ring-offset-indigo-500:disabled {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:disabled\:ring-offset-indigo-600:disabled {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:disabled\:ring-offset-indigo-700:disabled {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:disabled\:ring-offset-indigo-800:disabled {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:disabled\:ring-offset-indigo-900:disabled {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:disabled\:ring-offset-blue-50:disabled {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:disabled\:ring-offset-blue-100:disabled {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:disabled\:ring-offset-blue-200:disabled {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:disabled\:ring-offset-blue-300:disabled {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:disabled\:ring-offset-blue-400:disabled {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:disabled\:ring-offset-blue-500:disabled {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:disabled\:ring-offset-blue-600:disabled {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:disabled\:ring-offset-blue-700:disabled {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:disabled\:ring-offset-blue-800:disabled {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:disabled\:ring-offset-blue-900:disabled {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-50:disabled {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-100:disabled {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-200:disabled {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-300:disabled {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-400:disabled {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-500:disabled {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-600:disabled {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-700:disabled {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-800:disabled {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:disabled\:ring-offset-lightBlue-900:disabled {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl\:disabled\:ring-offset-cyan-50:disabled {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:disabled\:ring-offset-cyan-100:disabled {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:disabled\:ring-offset-cyan-200:disabled {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:disabled\:ring-offset-cyan-300:disabled {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:disabled\:ring-offset-cyan-400:disabled {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:disabled\:ring-offset-cyan-500:disabled {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:disabled\:ring-offset-cyan-600:disabled {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:disabled\:ring-offset-cyan-700:disabled {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:disabled\:ring-offset-cyan-800:disabled {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:disabled\:ring-offset-cyan-900:disabled {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:disabled\:ring-offset-teal-50:disabled {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:disabled\:ring-offset-teal-100:disabled {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:disabled\:ring-offset-teal-200:disabled {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:disabled\:ring-offset-teal-300:disabled {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:disabled\:ring-offset-teal-400:disabled {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:disabled\:ring-offset-teal-500:disabled {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:disabled\:ring-offset-teal-600:disabled {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:disabled\:ring-offset-teal-700:disabled {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:disabled\:ring-offset-teal-800:disabled {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:disabled\:ring-offset-teal-900:disabled {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl\:disabled\:ring-offset-emerald-50:disabled {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:disabled\:ring-offset-emerald-100:disabled {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:disabled\:ring-offset-emerald-200:disabled {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:disabled\:ring-offset-emerald-300:disabled {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:disabled\:ring-offset-emerald-400:disabled {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:disabled\:ring-offset-emerald-500:disabled {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:disabled\:ring-offset-emerald-600:disabled {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:disabled\:ring-offset-emerald-700:disabled {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:disabled\:ring-offset-emerald-800:disabled {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:disabled\:ring-offset-emerald-900:disabled {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:disabled\:ring-offset-green-50:disabled {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:disabled\:ring-offset-green-100:disabled {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:disabled\:ring-offset-green-200:disabled {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:disabled\:ring-offset-green-300:disabled {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:disabled\:ring-offset-green-400:disabled {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:disabled\:ring-offset-green-500:disabled {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:disabled\:ring-offset-green-600:disabled {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:disabled\:ring-offset-green-700:disabled {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:disabled\:ring-offset-green-800:disabled {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:disabled\:ring-offset-green-900:disabled {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl\:disabled\:ring-offset-lime-50:disabled {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:disabled\:ring-offset-lime-100:disabled {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:disabled\:ring-offset-lime-200:disabled {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:disabled\:ring-offset-lime-300:disabled {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:disabled\:ring-offset-lime-400:disabled {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:disabled\:ring-offset-lime-500:disabled {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:disabled\:ring-offset-lime-600:disabled {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:disabled\:ring-offset-lime-700:disabled {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:disabled\:ring-offset-lime-800:disabled {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:disabled\:ring-offset-lime-900:disabled {
    --tw-ring-offset-color: #365314;
  }

  .\32xl\:disabled\:ring-offset-yellow-50:disabled {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:disabled\:ring-offset-yellow-100:disabled {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:disabled\:ring-offset-yellow-200:disabled {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:disabled\:ring-offset-yellow-300:disabled {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:disabled\:ring-offset-yellow-400:disabled {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:disabled\:ring-offset-yellow-500:disabled {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:disabled\:ring-offset-yellow-600:disabled {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:disabled\:ring-offset-yellow-700:disabled {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:disabled\:ring-offset-yellow-800:disabled {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:disabled\:ring-offset-yellow-900:disabled {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl\:disabled\:ring-offset-amber-50:disabled {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:disabled\:ring-offset-amber-100:disabled {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:disabled\:ring-offset-amber-200:disabled {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:disabled\:ring-offset-amber-300:disabled {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:disabled\:ring-offset-amber-400:disabled {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:disabled\:ring-offset-amber-500:disabled {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:disabled\:ring-offset-amber-600:disabled {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:disabled\:ring-offset-amber-700:disabled {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:disabled\:ring-offset-amber-800:disabled {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:disabled\:ring-offset-amber-900:disabled {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:disabled\:ring-offset-orange-50:disabled {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:disabled\:ring-offset-orange-100:disabled {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:disabled\:ring-offset-orange-200:disabled {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:disabled\:ring-offset-orange-300:disabled {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:disabled\:ring-offset-orange-400:disabled {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:disabled\:ring-offset-orange-500:disabled {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:disabled\:ring-offset-orange-600:disabled {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:disabled\:ring-offset-orange-700:disabled {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:disabled\:ring-offset-orange-800:disabled {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:disabled\:ring-offset-orange-900:disabled {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl\:disabled\:ring-offset-red-50:disabled {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:disabled\:ring-offset-red-100:disabled {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:disabled\:ring-offset-red-200:disabled {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:disabled\:ring-offset-red-300:disabled {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:disabled\:ring-offset-red-400:disabled {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:disabled\:ring-offset-red-500:disabled {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:disabled\:ring-offset-red-600:disabled {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:disabled\:ring-offset-red-700:disabled {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:disabled\:ring-offset-red-800:disabled {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:disabled\:ring-offset-red-900:disabled {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:disabled\:ring-offset-warmGray-50:disabled {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:disabled\:ring-offset-warmGray-100:disabled {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:disabled\:ring-offset-warmGray-200:disabled {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:disabled\:ring-offset-warmGray-300:disabled {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:disabled\:ring-offset-warmGray-400:disabled {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:disabled\:ring-offset-warmGray-500:disabled {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:disabled\:ring-offset-warmGray-600:disabled {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:disabled\:ring-offset-warmGray-700:disabled {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:disabled\:ring-offset-warmGray-800:disabled {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:disabled\:ring-offset-warmGray-900:disabled {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:disabled\:ring-offset-trueGray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:disabled\:ring-offset-trueGray-100:disabled {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:disabled\:ring-offset-trueGray-200:disabled {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:disabled\:ring-offset-trueGray-300:disabled {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:disabled\:ring-offset-trueGray-400:disabled {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:disabled\:ring-offset-trueGray-500:disabled {
    --tw-ring-offset-color: #737373;
  }

  .\32xl\:disabled\:ring-offset-trueGray-600:disabled {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:disabled\:ring-offset-trueGray-700:disabled {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:disabled\:ring-offset-trueGray-800:disabled {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:disabled\:ring-offset-trueGray-900:disabled {
    --tw-ring-offset-color: #171717;
  }

  .\32xl\:disabled\:ring-offset-gray-50:disabled {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:disabled\:ring-offset-gray-100:disabled {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:disabled\:ring-offset-gray-200:disabled {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:disabled\:ring-offset-gray-300:disabled {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:disabled\:ring-offset-gray-400:disabled {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:disabled\:ring-offset-gray-500:disabled {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:disabled\:ring-offset-gray-600:disabled {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:disabled\:ring-offset-gray-700:disabled {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:disabled\:ring-offset-gray-800:disabled {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:disabled\:ring-offset-gray-900:disabled {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:disabled\:ring-offset-coolGray-50:disabled {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:disabled\:ring-offset-coolGray-100:disabled {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:disabled\:ring-offset-coolGray-200:disabled {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:disabled\:ring-offset-coolGray-300:disabled {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:disabled\:ring-offset-coolGray-400:disabled {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:disabled\:ring-offset-coolGray-500:disabled {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:disabled\:ring-offset-coolGray-600:disabled {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:disabled\:ring-offset-coolGray-700:disabled {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:disabled\:ring-offset-coolGray-800:disabled {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:disabled\:ring-offset-coolGray-900:disabled {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:disabled\:ring-offset-blueGray-50:disabled {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:disabled\:ring-offset-blueGray-100:disabled {
    --tw-ring-offset-color: #f1f5f9;
  }

  .\32xl\:disabled\:ring-offset-blueGray-200:disabled {
    --tw-ring-offset-color: #e2e8f0;
  }

  .\32xl\:disabled\:ring-offset-blueGray-300:disabled {
    --tw-ring-offset-color: #cbd5e1;
  }

  .\32xl\:disabled\:ring-offset-blueGray-400:disabled {
    --tw-ring-offset-color: #94a3b8;
  }

  .\32xl\:disabled\:ring-offset-blueGray-500:disabled {
    --tw-ring-offset-color: #64748b;
  }

  .\32xl\:disabled\:ring-offset-blueGray-600:disabled {
    --tw-ring-offset-color: #475569;
  }

  .\32xl\:disabled\:ring-offset-blueGray-700:disabled {
    --tw-ring-offset-color: #334155;
  }

  .\32xl\:disabled\:ring-offset-blueGray-800:disabled {
    --tw-ring-offset-color: #1e293b;
  }

  .\32xl\:disabled\:ring-offset-blueGray-900:disabled {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:disabled\:ring-offset-current:disabled {
    --tw-ring-offset-color: current;
  }

  .\32xl\:disabled\:ring-offset-transparent:disabled {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .group:hover .\32xl\:group-hover\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:first\:ring-offset-0:first-child {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:first\:ring-offset-1:first-child {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:first\:ring-offset-2:first-child {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:first\:ring-offset-4:first-child {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:first\:ring-offset-8:first-child {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:last\:ring-offset-0:last-child {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:last\:ring-offset-1:last-child {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:last\:ring-offset-2:last-child {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:last\:ring-offset-4:last-child {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:last\:ring-offset-8:last-child {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:odd\:ring-offset-0:nth-child(odd) {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:odd\:ring-offset-1:nth-child(odd) {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:odd\:ring-offset-2:nth-child(odd) {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:odd\:ring-offset-4:nth-child(odd) {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:odd\:ring-offset-8:nth-child(odd) {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:even\:ring-offset-0:nth-child(even) {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:even\:ring-offset-1:nth-child(even) {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:even\:ring-offset-2:nth-child(even) {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:even\:ring-offset-4:nth-child(even) {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:even\:ring-offset-8:nth-child(even) {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:hover\:ring-offset-0:hover {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:hover\:ring-offset-1:hover {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:hover\:ring-offset-2:hover {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:hover\:ring-offset-4:hover {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:hover\:ring-offset-8:hover {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:active\:ring-offset-0:active {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:active\:ring-offset-1:active {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:active\:ring-offset-2:active {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:active\:ring-offset-4:active {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:active\:ring-offset-8:active {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:visited\:ring-offset-0:visited {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:visited\:ring-offset-1:visited {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:visited\:ring-offset-2:visited {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:visited\:ring-offset-4:visited {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:visited\:ring-offset-8:visited {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:disabled\:ring-offset-0:disabled {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:disabled\:ring-offset-1:disabled {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:disabled\:ring-offset-2:disabled {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:disabled\:ring-offset-4:disabled {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:disabled\:ring-offset-8:disabled {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:ring-current {
    --tw-ring-color: current;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lightBlue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-warmGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-trueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-coolGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-blueGray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .group:hover .\32xl\:group-hover\:ring-current {
    --tw-ring-color: current;
  }

  .group:hover .\32xl\:group-hover\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warmGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-trueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-coolGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: current;
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl\:first\:ring-black:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-white:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-rose-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-pink-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-fuchsia-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-purple-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-violet-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-indigo-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lightBlue-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-cyan-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-teal-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-emerald-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-green-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-lime-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-yellow-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-amber-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-orange-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-red-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-warmGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-trueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-gray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-coolGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-50:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-100:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-200:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-300:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-400:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-500:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-600:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-700:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-800:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-blueGray-900:first-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:first\:ring-current:first-child {
    --tw-ring-color: current;
  }

  .\32xl\:first\:ring-transparent:first-child {
    --tw-ring-color: transparent;
  }

  .\32xl\:last\:ring-black:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-white:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-rose-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-pink-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-fuchsia-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-purple-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-violet-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-indigo-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lightBlue-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-cyan-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-teal-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-emerald-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-green-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-lime-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-yellow-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-amber-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-orange-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-red-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-warmGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-trueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-gray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-coolGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-50:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-100:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-200:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-300:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-400:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-500:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-600:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-700:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-800:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-blueGray-900:last-child {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:last\:ring-current:last-child {
    --tw-ring-color: current;
  }

  .\32xl\:last\:ring-transparent:last-child {
    --tw-ring-color: transparent;
  }

  .\32xl\:odd\:ring-black:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-white:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-rose-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-pink-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-fuchsia-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-purple-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-violet-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-indigo-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lightBlue-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-cyan-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-teal-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-emerald-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-green-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-lime-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-yellow-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-amber-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-orange-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-red-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-warmGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-trueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-gray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-coolGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-50:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-100:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-200:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-300:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-400:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-500:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-600:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-700:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-800:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-blueGray-900:nth-child(odd) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:odd\:ring-current:nth-child(odd) {
    --tw-ring-color: current;
  }

  .\32xl\:odd\:ring-transparent:nth-child(odd) {
    --tw-ring-color: transparent;
  }

  .\32xl\:even\:ring-black:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-white:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-rose-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-pink-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-fuchsia-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-purple-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-violet-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-indigo-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lightBlue-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-cyan-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-teal-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-emerald-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-green-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-lime-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-yellow-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-amber-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-orange-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-red-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-warmGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-trueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-gray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-coolGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-50:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-100:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-200:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-300:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-400:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-500:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-600:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-700:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-800:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-blueGray-900:nth-child(even) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:even\:ring-current:nth-child(even) {
    --tw-ring-color: current;
  }

  .\32xl\:even\:ring-transparent:nth-child(even) {
    --tw-ring-color: transparent;
  }

  .\32xl\:hover\:ring-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-rose-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-pink-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-fuchsia-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-purple-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-violet-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-indigo-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lightBlue-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-cyan-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-teal-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-emerald-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-green-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-lime-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-yellow-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-amber-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-orange-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-red-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-warmGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-trueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-gray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-coolGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-50:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-100:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-200:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-300:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-400:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-500:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-600:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-blueGray-900:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:hover\:ring-current:hover {
    --tw-ring-color: current;
  }

  .\32xl\:hover\:ring-transparent:hover {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lightBlue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warmGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-trueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-coolGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blueGray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: current;
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl\:active\:ring-black:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-white:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-rose-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-pink-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-fuchsia-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-purple-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-violet-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-indigo-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lightBlue-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-cyan-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-teal-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-emerald-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-green-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-lime-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-yellow-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-amber-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-orange-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-red-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-warmGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-trueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-gray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-coolGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-50:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-100:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-200:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-300:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-400:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-500:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-600:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-700:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-800:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-blueGray-900:active {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:active\:ring-current:active {
    --tw-ring-color: current;
  }

  .\32xl\:active\:ring-transparent:active {
    --tw-ring-color: transparent;
  }

  .\32xl\:visited\:ring-black:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-white:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-rose-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-pink-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-fuchsia-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-purple-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-violet-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-indigo-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lightBlue-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-cyan-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-teal-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-emerald-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-green-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-lime-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-yellow-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-amber-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-orange-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-red-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-warmGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-trueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-gray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-coolGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-50:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-100:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-200:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-300:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-400:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-500:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-600:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-700:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-800:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-blueGray-900:visited {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:visited\:ring-current:visited {
    --tw-ring-color: current;
  }

  .\32xl\:visited\:ring-transparent:visited {
    --tw-ring-color: transparent;
  }

  .\32xl\:disabled\:ring-black:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-white:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-rose-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-pink-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-fuchsia-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-purple-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-violet-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-indigo-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lightBlue-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-cyan-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-teal-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-emerald-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-green-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-lime-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-yellow-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-amber-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-orange-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-red-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-warmGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(115, 115, 115, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-trueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-gray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-coolGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-50:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-100:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-200:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-300:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-400:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-500:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-600:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-700:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-800:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-blueGray-900:disabled {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:disabled\:ring-current:disabled {
    --tw-ring-color: current;
  }

  .\32xl\:disabled\:ring-transparent:disabled {
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .\32xl\:first\:ring-opacity-0:first-child {
    --tw-ring-opacity: 0;
  }

  .\32xl\:first\:ring-opacity-5:first-child {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:first\:ring-opacity-10:first-child {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:first\:ring-opacity-20:first-child {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:first\:ring-opacity-25:first-child {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:first\:ring-opacity-30:first-child {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:first\:ring-opacity-40:first-child {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:first\:ring-opacity-50:first-child {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:first\:ring-opacity-60:first-child {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:first\:ring-opacity-70:first-child {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:first\:ring-opacity-75:first-child {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:first\:ring-opacity-80:first-child {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:first\:ring-opacity-90:first-child {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:first\:ring-opacity-95:first-child {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:first\:ring-opacity-100:first-child {
    --tw-ring-opacity: 1;
  }

  .\32xl\:last\:ring-opacity-0:last-child {
    --tw-ring-opacity: 0;
  }

  .\32xl\:last\:ring-opacity-5:last-child {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:last\:ring-opacity-10:last-child {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:last\:ring-opacity-20:last-child {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:last\:ring-opacity-25:last-child {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:last\:ring-opacity-30:last-child {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:last\:ring-opacity-40:last-child {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:last\:ring-opacity-50:last-child {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:last\:ring-opacity-60:last-child {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:last\:ring-opacity-70:last-child {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:last\:ring-opacity-75:last-child {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:last\:ring-opacity-80:last-child {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:last\:ring-opacity-90:last-child {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:last\:ring-opacity-95:last-child {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:last\:ring-opacity-100:last-child {
    --tw-ring-opacity: 1;
  }

  .\32xl\:odd\:ring-opacity-0:nth-child(odd) {
    --tw-ring-opacity: 0;
  }

  .\32xl\:odd\:ring-opacity-5:nth-child(odd) {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:odd\:ring-opacity-10:nth-child(odd) {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:odd\:ring-opacity-20:nth-child(odd) {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:odd\:ring-opacity-25:nth-child(odd) {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:odd\:ring-opacity-30:nth-child(odd) {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:odd\:ring-opacity-40:nth-child(odd) {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:odd\:ring-opacity-50:nth-child(odd) {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:odd\:ring-opacity-60:nth-child(odd) {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:odd\:ring-opacity-70:nth-child(odd) {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:odd\:ring-opacity-75:nth-child(odd) {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:odd\:ring-opacity-80:nth-child(odd) {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:odd\:ring-opacity-90:nth-child(odd) {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:odd\:ring-opacity-95:nth-child(odd) {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:odd\:ring-opacity-100:nth-child(odd) {
    --tw-ring-opacity: 1;
  }

  .\32xl\:even\:ring-opacity-0:nth-child(even) {
    --tw-ring-opacity: 0;
  }

  .\32xl\:even\:ring-opacity-5:nth-child(even) {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:even\:ring-opacity-10:nth-child(even) {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:even\:ring-opacity-20:nth-child(even) {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:even\:ring-opacity-25:nth-child(even) {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:even\:ring-opacity-30:nth-child(even) {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:even\:ring-opacity-40:nth-child(even) {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:even\:ring-opacity-50:nth-child(even) {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:even\:ring-opacity-60:nth-child(even) {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:even\:ring-opacity-70:nth-child(even) {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:even\:ring-opacity-75:nth-child(even) {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:even\:ring-opacity-80:nth-child(even) {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:even\:ring-opacity-90:nth-child(even) {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:even\:ring-opacity-95:nth-child(even) {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:even\:ring-opacity-100:nth-child(even) {
    --tw-ring-opacity: 1;
  }

  .\32xl\:hover\:ring-opacity-0:hover {
    --tw-ring-opacity: 0;
  }

  .\32xl\:hover\:ring-opacity-5:hover {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:hover\:ring-opacity-10:hover {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:hover\:ring-opacity-20:hover {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:hover\:ring-opacity-25:hover {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:hover\:ring-opacity-30:hover {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:hover\:ring-opacity-40:hover {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:hover\:ring-opacity-50:hover {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:hover\:ring-opacity-60:hover {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:hover\:ring-opacity-70:hover {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:hover\:ring-opacity-75:hover {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:hover\:ring-opacity-80:hover {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:hover\:ring-opacity-90:hover {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:hover\:ring-opacity-95:hover {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:hover\:ring-opacity-100:hover {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .\32xl\:active\:ring-opacity-0:active {
    --tw-ring-opacity: 0;
  }

  .\32xl\:active\:ring-opacity-5:active {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:active\:ring-opacity-10:active {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:active\:ring-opacity-20:active {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:active\:ring-opacity-25:active {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:active\:ring-opacity-30:active {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:active\:ring-opacity-40:active {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:active\:ring-opacity-50:active {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:active\:ring-opacity-60:active {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:active\:ring-opacity-70:active {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:active\:ring-opacity-75:active {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:active\:ring-opacity-80:active {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:active\:ring-opacity-90:active {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:active\:ring-opacity-95:active {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:active\:ring-opacity-100:active {
    --tw-ring-opacity: 1;
  }

  .\32xl\:visited\:ring-opacity-0:visited {
    --tw-ring-opacity: 0;
  }

  .\32xl\:visited\:ring-opacity-5:visited {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:visited\:ring-opacity-10:visited {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:visited\:ring-opacity-20:visited {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:visited\:ring-opacity-25:visited {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:visited\:ring-opacity-30:visited {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:visited\:ring-opacity-40:visited {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:visited\:ring-opacity-50:visited {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:visited\:ring-opacity-60:visited {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:visited\:ring-opacity-70:visited {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:visited\:ring-opacity-75:visited {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:visited\:ring-opacity-80:visited {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:visited\:ring-opacity-90:visited {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:visited\:ring-opacity-95:visited {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:visited\:ring-opacity-100:visited {
    --tw-ring-opacity: 1;
  }

  .\32xl\:disabled\:ring-opacity-0:disabled {
    --tw-ring-opacity: 0;
  }

  .\32xl\:disabled\:ring-opacity-5:disabled {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:disabled\:ring-opacity-10:disabled {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:disabled\:ring-opacity-20:disabled {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:disabled\:ring-opacity-25:disabled {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:disabled\:ring-opacity-30:disabled {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:disabled\:ring-opacity-40:disabled {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:disabled\:ring-opacity-50:disabled {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:disabled\:ring-opacity-60:disabled {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:disabled\:ring-opacity-70:disabled {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:disabled\:ring-opacity-75:disabled {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:disabled\:ring-opacity-80:disabled {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:disabled\:ring-opacity-90:disabled {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:disabled\:ring-opacity-95:disabled {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:disabled\:ring-opacity-100:disabled {
    --tw-ring-opacity: 1;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .group:hover .\32xl\:group-hover\:fill-current {
    fill: currentColor;
  }

  .\32xl\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .\32xl\:first\:fill-current:first-child {
    fill: currentColor;
  }

  .\32xl\:last\:fill-current:last-child {
    fill: currentColor;
  }

  .\32xl\:odd\:fill-current:nth-child(odd) {
    fill: currentColor;
  }

  .\32xl\:even\:fill-current:nth-child(even) {
    fill: currentColor;
  }

  .\32xl\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .\32xl\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .\32xl\:active\:fill-current:active {
    fill: currentColor;
  }

  .\32xl\:visited\:fill-current:visited {
    fill: currentColor;
  }

  .\32xl\:disabled\:fill-current:disabled {
    fill: currentColor;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .\32xl\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .\32xl\:first\:stroke-current:first-child {
    stroke: currentColor;
  }

  .\32xl\:last\:stroke-current:last-child {
    stroke: currentColor;
  }

  .\32xl\:odd\:stroke-current:nth-child(odd) {
    stroke: currentColor;
  }

  .\32xl\:even\:stroke-current:nth-child(even) {
    stroke: currentColor;
  }

  .\32xl\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .\32xl\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .\32xl\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .\32xl\:visited\:stroke-current:visited {
    stroke: currentColor;
  }

  .\32xl\:disabled\:stroke-current:disabled {
    stroke: currentColor;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .group:hover .\32xl\:group-hover\:stroke-0 {
    stroke-width: 0;
  }

  .group:hover .\32xl\:group-hover\:stroke-1 {
    stroke-width: 1;
  }

  .group:hover .\32xl\:group-hover\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl\:focus-within\:stroke-0:focus-within {
    stroke-width: 0;
  }

  .\32xl\:focus-within\:stroke-1:focus-within {
    stroke-width: 1;
  }

  .\32xl\:focus-within\:stroke-2:focus-within {
    stroke-width: 2;
  }

  .\32xl\:first\:stroke-0:first-child {
    stroke-width: 0;
  }

  .\32xl\:first\:stroke-1:first-child {
    stroke-width: 1;
  }

  .\32xl\:first\:stroke-2:first-child {
    stroke-width: 2;
  }

  .\32xl\:last\:stroke-0:last-child {
    stroke-width: 0;
  }

  .\32xl\:last\:stroke-1:last-child {
    stroke-width: 1;
  }

  .\32xl\:last\:stroke-2:last-child {
    stroke-width: 2;
  }

  .\32xl\:odd\:stroke-0:nth-child(odd) {
    stroke-width: 0;
  }

  .\32xl\:odd\:stroke-1:nth-child(odd) {
    stroke-width: 1;
  }

  .\32xl\:odd\:stroke-2:nth-child(odd) {
    stroke-width: 2;
  }

  .\32xl\:even\:stroke-0:nth-child(even) {
    stroke-width: 0;
  }

  .\32xl\:even\:stroke-1:nth-child(even) {
    stroke-width: 1;
  }

  .\32xl\:even\:stroke-2:nth-child(even) {
    stroke-width: 2;
  }

  .\32xl\:hover\:stroke-0:hover {
    stroke-width: 0;
  }

  .\32xl\:hover\:stroke-1:hover {
    stroke-width: 1;
  }

  .\32xl\:hover\:stroke-2:hover {
    stroke-width: 2;
  }

  .\32xl\:focus\:stroke-0:focus {
    stroke-width: 0;
  }

  .\32xl\:focus\:stroke-1:focus {
    stroke-width: 1;
  }

  .\32xl\:focus\:stroke-2:focus {
    stroke-width: 2;
  }

  .\32xl\:active\:stroke-0:active {
    stroke-width: 0;
  }

  .\32xl\:active\:stroke-1:active {
    stroke-width: 1;
  }

  .\32xl\:active\:stroke-2:active {
    stroke-width: 2;
  }

  .\32xl\:visited\:stroke-0:visited {
    stroke-width: 0;
  }

  .\32xl\:visited\:stroke-1:visited {
    stroke-width: 1;
  }

  .\32xl\:visited\:stroke-2:visited {
    stroke-width: 2;
  }

  .\32xl\:disabled\:stroke-0:disabled {
    stroke-width: 0;
  }

  .\32xl\:disabled\:stroke-1:disabled {
    stroke-width: 1;
  }

  .\32xl\:disabled\:stroke-2:disabled {
    stroke-width: 2;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .\32xl\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .\32xl\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .\32xl\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .\32xl\:first\:table-auto:first-child {
    table-layout: auto;
  }

  .\32xl\:first\:table-fixed:first-child {
    table-layout: fixed;
  }

  .\32xl\:last\:table-auto:last-child {
    table-layout: auto;
  }

  .\32xl\:last\:table-fixed:last-child {
    table-layout: fixed;
  }

  .\32xl\:odd\:table-auto:nth-child(odd) {
    table-layout: auto;
  }

  .\32xl\:odd\:table-fixed:nth-child(odd) {
    table-layout: fixed;
  }

  .\32xl\:even\:table-auto:nth-child(even) {
    table-layout: auto;
  }

  .\32xl\:even\:table-fixed:nth-child(even) {
    table-layout: fixed;
  }

  .\32xl\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .\32xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .\32xl\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .\32xl\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .\32xl\:active\:table-auto:active {
    table-layout: auto;
  }

  .\32xl\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .\32xl\:visited\:table-auto:visited {
    table-layout: auto;
  }

  .\32xl\:visited\:table-fixed:visited {
    table-layout: fixed;
  }

  .\32xl\:disabled\:table-auto:disabled {
    table-layout: auto;
  }

  .\32xl\:disabled\:table-fixed:disabled {
    table-layout: fixed;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .group:hover .\32xl\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .\32xl\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .\32xl\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .\32xl\:group-hover\:text-justify {
    text-align: justify;
  }

  .\32xl\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .\32xl\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .\32xl\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .\32xl\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .\32xl\:first\:text-left:first-child {
    text-align: left;
  }

  .\32xl\:first\:text-center:first-child {
    text-align: center;
  }

  .\32xl\:first\:text-right:first-child {
    text-align: right;
  }

  .\32xl\:first\:text-justify:first-child {
    text-align: justify;
  }

  .\32xl\:last\:text-left:last-child {
    text-align: left;
  }

  .\32xl\:last\:text-center:last-child {
    text-align: center;
  }

  .\32xl\:last\:text-right:last-child {
    text-align: right;
  }

  .\32xl\:last\:text-justify:last-child {
    text-align: justify;
  }

  .\32xl\:odd\:text-left:nth-child(odd) {
    text-align: left;
  }

  .\32xl\:odd\:text-center:nth-child(odd) {
    text-align: center;
  }

  .\32xl\:odd\:text-right:nth-child(odd) {
    text-align: right;
  }

  .\32xl\:odd\:text-justify:nth-child(odd) {
    text-align: justify;
  }

  .\32xl\:even\:text-left:nth-child(even) {
    text-align: left;
  }

  .\32xl\:even\:text-center:nth-child(even) {
    text-align: center;
  }

  .\32xl\:even\:text-right:nth-child(even) {
    text-align: right;
  }

  .\32xl\:even\:text-justify:nth-child(even) {
    text-align: justify;
  }

  .\32xl\:hover\:text-left:hover {
    text-align: left;
  }

  .\32xl\:hover\:text-center:hover {
    text-align: center;
  }

  .\32xl\:hover\:text-right:hover {
    text-align: right;
  }

  .\32xl\:hover\:text-justify:hover {
    text-align: justify;
  }

  .\32xl\:focus\:text-left:focus {
    text-align: left;
  }

  .\32xl\:focus\:text-center:focus {
    text-align: center;
  }

  .\32xl\:focus\:text-right:focus {
    text-align: right;
  }

  .\32xl\:focus\:text-justify:focus {
    text-align: justify;
  }

  .\32xl\:active\:text-left:active {
    text-align: left;
  }

  .\32xl\:active\:text-center:active {
    text-align: center;
  }

  .\32xl\:active\:text-right:active {
    text-align: right;
  }

  .\32xl\:active\:text-justify:active {
    text-align: justify;
  }

  .\32xl\:visited\:text-left:visited {
    text-align: left;
  }

  .\32xl\:visited\:text-center:visited {
    text-align: center;
  }

  .\32xl\:visited\:text-right:visited {
    text-align: right;
  }

  .\32xl\:visited\:text-justify:visited {
    text-align: justify;
  }

  .\32xl\:disabled\:text-left:disabled {
    text-align: left;
  }

  .\32xl\:disabled\:text-center:disabled {
    text-align: center;
  }

  .\32xl\:disabled\:text-right:disabled {
    text-align: right;
  }

  .\32xl\:disabled\:text-justify:disabled {
    text-align: justify;
  }

  .\32xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:text-current {
    color: current;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lightBlue-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warmGray-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-trueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-coolGray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-200 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blueGray-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-current {
    color: current;
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lightBlue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warmGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-trueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-coolGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blueGray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-current:focus-within {
    color: current;
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl\:first\:text-black:first-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-white:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-rose-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-pink-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-fuchsia-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-purple-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-violet-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-indigo-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lightBlue-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-cyan-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-teal-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-emerald-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-green-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-lime-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-yellow-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-amber-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-orange-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-red-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-warmGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-trueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-gray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-coolGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-50:first-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-100:first-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-200:first-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-300:first-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-400:first-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-500:first-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-600:first-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-700:first-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-800:first-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-blueGray-900:first-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:first\:text-current:first-child {
    color: current;
  }

  .\32xl\:first\:text-transparent:first-child {
    color: transparent;
  }

  .\32xl\:last\:text-black:last-child {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-white:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-rose-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-pink-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-fuchsia-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-purple-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-violet-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-indigo-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lightBlue-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-cyan-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-teal-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-emerald-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-green-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-lime-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-yellow-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-amber-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-orange-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-red-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-warmGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-trueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-gray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-coolGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-50:last-child {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-100:last-child {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-200:last-child {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-300:last-child {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-400:last-child {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-500:last-child {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-600:last-child {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-700:last-child {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-800:last-child {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-blueGray-900:last-child {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:last\:text-current:last-child {
    color: current;
  }

  .\32xl\:last\:text-transparent:last-child {
    color: transparent;
  }

  .\32xl\:odd\:text-black:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-white:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-rose-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-pink-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-fuchsia-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-purple-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-violet-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-indigo-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lightBlue-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-cyan-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-teal-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-emerald-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-green-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-lime-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-yellow-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-amber-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-orange-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-red-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-warmGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-trueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-gray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-coolGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-50:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-100:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-200:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-300:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-400:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-500:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-600:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-700:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-800:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-blueGray-900:nth-child(odd) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:odd\:text-current:nth-child(odd) {
    color: current;
  }

  .\32xl\:odd\:text-transparent:nth-child(odd) {
    color: transparent;
  }

  .\32xl\:even\:text-black:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-white:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-rose-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-pink-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-fuchsia-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-purple-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-violet-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-indigo-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lightBlue-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-cyan-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-teal-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-emerald-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-green-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-lime-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-yellow-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-amber-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-orange-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-red-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-warmGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-trueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-gray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-coolGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-50:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-100:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-200:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-300:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-400:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-500:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-600:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-700:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-800:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-blueGray-900:nth-child(even) {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:even\:text-current:nth-child(even) {
    color: current;
  }

  .\32xl\:even\:text-transparent:nth-child(even) {
    color: transparent;
  }

  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lightBlue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warmGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-trueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-coolGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blueGray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-current:hover {
    color: current;
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lightBlue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warmGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-trueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-coolGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blueGray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-current:focus {
    color: current;
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:active\:text-black:active {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-500:active {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-600:active {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-800:active {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-rose-900:active {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-100:active {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-200:active {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-300:active {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-400:active {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-500:active {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-600:active {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-700:active {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-800:active {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-pink-900:active {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-50:active {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-100:active {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-200:active {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-300:active {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-400:active {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-500:active {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-600:active {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-700:active {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-800:active {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-fuchsia-900:active {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-200:active {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-300:active {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-400:active {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-500:active {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-600:active {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-700:active {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-800:active {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-purple-900:active {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-50:active {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-100:active {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-200:active {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-300:active {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-400:active {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-500:active {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-600:active {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-700:active {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-800:active {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-violet-900:active {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-50:active {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-200:active {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-300:active {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-400:active {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-500:active {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-600:active {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-700:active {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-800:active {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-indigo-900:active {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-50:active {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-100:active {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-200:active {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-300:active {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-400:active {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-500:active {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-600:active {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-700:active {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blue-900:active {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-100:active {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-200:active {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-300:active {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-400:active {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-500:active {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-600:active {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-700:active {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-800:active {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lightBlue-900:active {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-100:active {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-200:active {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-300:active {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-400:active {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-500:active {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-600:active {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-700:active {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-800:active {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-cyan-900:active {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-100:active {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-200:active {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-300:active {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-400:active {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-500:active {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-600:active {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-700:active {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-800:active {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-teal-900:active {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-50:active {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-100:active {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-200:active {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-300:active {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-400:active {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-500:active {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-600:active {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-700:active {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-800:active {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-emerald-900:active {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-50:active {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-100:active {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-200:active {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-300:active {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-400:active {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-500:active {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-600:active {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-700:active {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-800:active {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-green-900:active {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-50:active {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-100:active {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-200:active {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-300:active {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-500:active {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-600:active {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-700:active {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-800:active {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-lime-900:active {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-400:active {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-500:active {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-600:active {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-700:active {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-800:active {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-yellow-900:active {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-200:active {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-500:active {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-600:active {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-700:active {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-800:active {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-amber-900:active {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-50:active {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-100:active {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-300:active {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-400:active {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-500:active {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-600:active {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-700:active {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-800:active {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-orange-900:active {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-50:active {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-100:active {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-200:active {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-300:active {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-400:active {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-500:active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-600:active {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-700:active {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-800:active {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-red-900:active {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-warmGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-trueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-50:active {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-100:active {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-200:active {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-400:active {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-600:active {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-gray-900:active {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-coolGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-50:active {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-100:active {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-200:active {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-300:active {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-400:active {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-500:active {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-600:active {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-700:active {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-800:active {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-blueGray-900:active {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:active\:text-current:active {
    color: current;
  }

  .\32xl\:active\:text-transparent:active {
    color: transparent;
  }

  .\32xl\:visited\:text-black:visited {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-white:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-500:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-600:visited {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-800:visited {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-rose-900:visited {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-100:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-200:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-300:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-400:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-500:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-600:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-700:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-800:visited {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-pink-900:visited {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-50:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-100:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-200:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-300:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-400:visited {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-500:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-600:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-700:visited {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-800:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-fuchsia-900:visited {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-200:visited {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-300:visited {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-400:visited {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-500:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-600:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-700:visited {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-800:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-purple-900:visited {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-50:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-100:visited {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-200:visited {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-300:visited {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-400:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-500:visited {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-600:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-700:visited {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-800:visited {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-violet-900:visited {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-50:visited {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-200:visited {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-300:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-400:visited {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-500:visited {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-600:visited {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-700:visited {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-800:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-indigo-900:visited {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-100:visited {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-200:visited {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-300:visited {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-400:visited {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-500:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-600:visited {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-700:visited {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-800:visited {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lightBlue-900:visited {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-100:visited {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-200:visited {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-300:visited {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-400:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-500:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-600:visited {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-700:visited {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-800:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-cyan-900:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-100:visited {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-200:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-300:visited {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-400:visited {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-500:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-600:visited {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-700:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-800:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-teal-900:visited {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-50:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-100:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-200:visited {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-300:visited {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-400:visited {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-500:visited {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-600:visited {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-700:visited {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-800:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-emerald-900:visited {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-50:visited {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-100:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-200:visited {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-300:visited {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-400:visited {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-500:visited {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-600:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-700:visited {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-800:visited {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-green-900:visited {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-50:visited {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-100:visited {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-200:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-300:visited {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-500:visited {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-600:visited {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-700:visited {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-800:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-lime-900:visited {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-400:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-500:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-600:visited {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-700:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-800:visited {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-yellow-900:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-200:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-500:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-600:visited {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-700:visited {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-800:visited {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-amber-900:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-50:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-100:visited {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-300:visited {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-400:visited {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-500:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-600:visited {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-700:visited {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-800:visited {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-orange-900:visited {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-50:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-100:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-200:visited {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-300:visited {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-400:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-500:visited {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-600:visited {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-700:visited {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-800:visited {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-red-900:visited {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-warmGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-trueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-gray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-coolGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-50:visited {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-100:visited {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-200:visited {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-300:visited {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-400:visited {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-500:visited {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-600:visited {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-700:visited {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-800:visited {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-blueGray-900:visited {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:visited\:text-current:visited {
    color: current;
  }

  .\32xl\:visited\:text-transparent:visited {
    color: transparent;
  }

  .\32xl\:disabled\:text-black:disabled {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-white:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-rose-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-pink-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-fuchsia-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-purple-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-violet-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-indigo-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lightBlue-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-cyan-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-teal-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-emerald-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-green-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-lime-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-yellow-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-amber-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-orange-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-red-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-warmGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(115, 115, 115, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-trueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(23, 23, 23, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-gray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-coolGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-50:disabled {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-100:disabled {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-200:disabled {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-300:disabled {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-400:disabled {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-500:disabled {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-600:disabled {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-700:disabled {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-800:disabled {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-blueGray-900:disabled {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:disabled\:text-current:disabled {
    color: current;
  }

  .\32xl\:disabled\:text-transparent:disabled {
    color: transparent;
  }

  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .\32xl\:first\:text-opacity-0:first-child {
    --tw-text-opacity: 0;
  }

  .\32xl\:first\:text-opacity-5:first-child {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:first\:text-opacity-10:first-child {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:first\:text-opacity-20:first-child {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:first\:text-opacity-25:first-child {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:first\:text-opacity-30:first-child {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:first\:text-opacity-40:first-child {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:first\:text-opacity-50:first-child {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:first\:text-opacity-60:first-child {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:first\:text-opacity-70:first-child {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:first\:text-opacity-75:first-child {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:first\:text-opacity-80:first-child {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:first\:text-opacity-90:first-child {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:first\:text-opacity-95:first-child {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:first\:text-opacity-100:first-child {
    --tw-text-opacity: 1;
  }

  .\32xl\:last\:text-opacity-0:last-child {
    --tw-text-opacity: 0;
  }

  .\32xl\:last\:text-opacity-5:last-child {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:last\:text-opacity-10:last-child {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:last\:text-opacity-20:last-child {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:last\:text-opacity-25:last-child {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:last\:text-opacity-30:last-child {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:last\:text-opacity-40:last-child {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:last\:text-opacity-50:last-child {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:last\:text-opacity-60:last-child {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:last\:text-opacity-70:last-child {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:last\:text-opacity-75:last-child {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:last\:text-opacity-80:last-child {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:last\:text-opacity-90:last-child {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:last\:text-opacity-95:last-child {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:last\:text-opacity-100:last-child {
    --tw-text-opacity: 1;
  }

  .\32xl\:odd\:text-opacity-0:nth-child(odd) {
    --tw-text-opacity: 0;
  }

  .\32xl\:odd\:text-opacity-5:nth-child(odd) {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:odd\:text-opacity-10:nth-child(odd) {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:odd\:text-opacity-20:nth-child(odd) {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:odd\:text-opacity-25:nth-child(odd) {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:odd\:text-opacity-30:nth-child(odd) {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:odd\:text-opacity-40:nth-child(odd) {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:odd\:text-opacity-50:nth-child(odd) {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:odd\:text-opacity-60:nth-child(odd) {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:odd\:text-opacity-70:nth-child(odd) {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:odd\:text-opacity-75:nth-child(odd) {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:odd\:text-opacity-80:nth-child(odd) {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:odd\:text-opacity-90:nth-child(odd) {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:odd\:text-opacity-95:nth-child(odd) {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:odd\:text-opacity-100:nth-child(odd) {
    --tw-text-opacity: 1;
  }

  .\32xl\:even\:text-opacity-0:nth-child(even) {
    --tw-text-opacity: 0;
  }

  .\32xl\:even\:text-opacity-5:nth-child(even) {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:even\:text-opacity-10:nth-child(even) {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:even\:text-opacity-20:nth-child(even) {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:even\:text-opacity-25:nth-child(even) {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:even\:text-opacity-30:nth-child(even) {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:even\:text-opacity-40:nth-child(even) {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:even\:text-opacity-50:nth-child(even) {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:even\:text-opacity-60:nth-child(even) {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:even\:text-opacity-70:nth-child(even) {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:even\:text-opacity-75:nth-child(even) {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:even\:text-opacity-80:nth-child(even) {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:even\:text-opacity-90:nth-child(even) {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:even\:text-opacity-95:nth-child(even) {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:even\:text-opacity-100:nth-child(even) {
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .\32xl\:active\:text-opacity-0:active {
    --tw-text-opacity: 0;
  }

  .\32xl\:active\:text-opacity-5:active {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:active\:text-opacity-10:active {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:active\:text-opacity-20:active {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:active\:text-opacity-25:active {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:active\:text-opacity-30:active {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:active\:text-opacity-40:active {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:active\:text-opacity-50:active {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:active\:text-opacity-60:active {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:active\:text-opacity-70:active {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:active\:text-opacity-75:active {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:active\:text-opacity-80:active {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:active\:text-opacity-90:active {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:active\:text-opacity-95:active {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:active\:text-opacity-100:active {
    --tw-text-opacity: 1;
  }

  .\32xl\:visited\:text-opacity-0:visited {
    --tw-text-opacity: 0;
  }

  .\32xl\:visited\:text-opacity-5:visited {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:visited\:text-opacity-10:visited {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:visited\:text-opacity-20:visited {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:visited\:text-opacity-25:visited {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:visited\:text-opacity-30:visited {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:visited\:text-opacity-40:visited {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:visited\:text-opacity-50:visited {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:visited\:text-opacity-60:visited {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:visited\:text-opacity-70:visited {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:visited\:text-opacity-75:visited {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:visited\:text-opacity-80:visited {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:visited\:text-opacity-90:visited {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:visited\:text-opacity-95:visited {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:visited\:text-opacity-100:visited {
    --tw-text-opacity: 1;
  }

  .\32xl\:disabled\:text-opacity-0:disabled {
    --tw-text-opacity: 0;
  }

  .\32xl\:disabled\:text-opacity-5:disabled {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:disabled\:text-opacity-10:disabled {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:disabled\:text-opacity-20:disabled {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:disabled\:text-opacity-25:disabled {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:disabled\:text-opacity-30:disabled {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:disabled\:text-opacity-40:disabled {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:disabled\:text-opacity-50:disabled {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:disabled\:text-opacity-60:disabled {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:disabled\:text-opacity-70:disabled {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:disabled\:text-opacity-75:disabled {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:disabled\:text-opacity-80:disabled {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:disabled\:text-opacity-90:disabled {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:disabled\:text-opacity-95:disabled {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:disabled\:text-opacity-100:disabled {
    --tw-text-opacity: 1;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip;
  }

  .group:hover .\32xl\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .\32xl\:group-hover\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .group:hover .\32xl\:group-hover\:overflow-clip {
    text-overflow: clip;
  }

  .\32xl\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:focus-within\:overflow-ellipsis:focus-within {
    text-overflow: ellipsis;
  }

  .\32xl\:focus-within\:overflow-clip:focus-within {
    text-overflow: clip;
  }

  .\32xl\:first\:truncate:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:first\:overflow-ellipsis:first-child {
    text-overflow: ellipsis;
  }

  .\32xl\:first\:overflow-clip:first-child {
    text-overflow: clip;
  }

  .\32xl\:last\:truncate:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:last\:overflow-ellipsis:last-child {
    text-overflow: ellipsis;
  }

  .\32xl\:last\:overflow-clip:last-child {
    text-overflow: clip;
  }

  .\32xl\:odd\:truncate:nth-child(odd) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:odd\:overflow-ellipsis:nth-child(odd) {
    text-overflow: ellipsis;
  }

  .\32xl\:odd\:overflow-clip:nth-child(odd) {
    text-overflow: clip;
  }

  .\32xl\:even\:truncate:nth-child(even) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:even\:overflow-ellipsis:nth-child(even) {
    text-overflow: ellipsis;
  }

  .\32xl\:even\:overflow-clip:nth-child(even) {
    text-overflow: clip;
  }

  .\32xl\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:hover\:overflow-ellipsis:hover {
    text-overflow: ellipsis;
  }

  .\32xl\:hover\:overflow-clip:hover {
    text-overflow: clip;
  }

  .\32xl\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:focus\:overflow-ellipsis:focus {
    text-overflow: ellipsis;
  }

  .\32xl\:focus\:overflow-clip:focus {
    text-overflow: clip;
  }

  .\32xl\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:active\:overflow-ellipsis:active {
    text-overflow: ellipsis;
  }

  .\32xl\:active\:overflow-clip:active {
    text-overflow: clip;
  }

  .\32xl\:visited\:truncate:visited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:visited\:overflow-ellipsis:visited {
    text-overflow: ellipsis;
  }

  .\32xl\:visited\:overflow-clip:visited {
    text-overflow: clip;
  }

  .\32xl\:disabled\:truncate:disabled {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:disabled\:overflow-ellipsis:disabled {
    text-overflow: ellipsis;
  }

  .\32xl\:disabled\:overflow-clip:disabled {
    text-overflow: clip;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .group:hover .\32xl\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .\32xl\:group-hover\:not-italic {
    font-style: normal;
  }

  .\32xl\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .\32xl\:focus-within\:not-italic:focus-within {
    font-style: normal;
  }

  .\32xl\:first\:italic:first-child {
    font-style: italic;
  }

  .\32xl\:first\:not-italic:first-child {
    font-style: normal;
  }

  .\32xl\:last\:italic:last-child {
    font-style: italic;
  }

  .\32xl\:last\:not-italic:last-child {
    font-style: normal;
  }

  .\32xl\:odd\:italic:nth-child(odd) {
    font-style: italic;
  }

  .\32xl\:odd\:not-italic:nth-child(odd) {
    font-style: normal;
  }

  .\32xl\:even\:italic:nth-child(even) {
    font-style: italic;
  }

  .\32xl\:even\:not-italic:nth-child(even) {
    font-style: normal;
  }

  .\32xl\:hover\:italic:hover {
    font-style: italic;
  }

  .\32xl\:hover\:not-italic:hover {
    font-style: normal;
  }

  .\32xl\:focus\:italic:focus {
    font-style: italic;
  }

  .\32xl\:focus\:not-italic:focus {
    font-style: normal;
  }

  .\32xl\:active\:italic:active {
    font-style: italic;
  }

  .\32xl\:active\:not-italic:active {
    font-style: normal;
  }

  .\32xl\:visited\:italic:visited {
    font-style: italic;
  }

  .\32xl\:visited\:not-italic:visited {
    font-style: normal;
  }

  .\32xl\:disabled\:italic:disabled {
    font-style: italic;
  }

  .\32xl\:disabled\:not-italic:disabled {
    font-style: normal;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .group:hover .\32xl\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .\32xl\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .\32xl\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .\32xl\:group-hover\:normal-case {
    text-transform: none;
  }

  .\32xl\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .\32xl\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .\32xl\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .\32xl\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .\32xl\:first\:uppercase:first-child {
    text-transform: uppercase;
  }

  .\32xl\:first\:lowercase:first-child {
    text-transform: lowercase;
  }

  .\32xl\:first\:capitalize:first-child {
    text-transform: capitalize;
  }

  .\32xl\:first\:normal-case:first-child {
    text-transform: none;
  }

  .\32xl\:last\:uppercase:last-child {
    text-transform: uppercase;
  }

  .\32xl\:last\:lowercase:last-child {
    text-transform: lowercase;
  }

  .\32xl\:last\:capitalize:last-child {
    text-transform: capitalize;
  }

  .\32xl\:last\:normal-case:last-child {
    text-transform: none;
  }

  .\32xl\:odd\:uppercase:nth-child(odd) {
    text-transform: uppercase;
  }

  .\32xl\:odd\:lowercase:nth-child(odd) {
    text-transform: lowercase;
  }

  .\32xl\:odd\:capitalize:nth-child(odd) {
    text-transform: capitalize;
  }

  .\32xl\:odd\:normal-case:nth-child(odd) {
    text-transform: none;
  }

  .\32xl\:even\:uppercase:nth-child(even) {
    text-transform: uppercase;
  }

  .\32xl\:even\:lowercase:nth-child(even) {
    text-transform: lowercase;
  }

  .\32xl\:even\:capitalize:nth-child(even) {
    text-transform: capitalize;
  }

  .\32xl\:even\:normal-case:nth-child(even) {
    text-transform: none;
  }

  .\32xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .\32xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .\32xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .\32xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .\32xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .\32xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .\32xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .\32xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .\32xl\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .\32xl\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .\32xl\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .\32xl\:active\:normal-case:active {
    text-transform: none;
  }

  .\32xl\:visited\:uppercase:visited {
    text-transform: uppercase;
  }

  .\32xl\:visited\:lowercase:visited {
    text-transform: lowercase;
  }

  .\32xl\:visited\:capitalize:visited {
    text-transform: capitalize;
  }

  .\32xl\:visited\:normal-case:visited {
    text-transform: none;
  }

  .\32xl\:disabled\:uppercase:disabled {
    text-transform: uppercase;
  }

  .\32xl\:disabled\:lowercase:disabled {
    text-transform: lowercase;
  }

  .\32xl\:disabled\:capitalize:disabled {
    text-transform: capitalize;
  }

  .\32xl\:disabled\:normal-case:disabled {
    text-transform: none;
  }

  .\32xl\:underline {
    text-decoration: underline;
  }

  .\32xl\:line-through {
    text-decoration: line-through;
  }

  .\32xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .\32xl\:first\:underline:first-child {
    text-decoration: underline;
  }

  .\32xl\:first\:line-through:first-child {
    text-decoration: line-through;
  }

  .\32xl\:first\:no-underline:first-child {
    text-decoration: none;
  }

  .\32xl\:last\:underline:last-child {
    text-decoration: underline;
  }

  .\32xl\:last\:line-through:last-child {
    text-decoration: line-through;
  }

  .\32xl\:last\:no-underline:last-child {
    text-decoration: none;
  }

  .\32xl\:odd\:underline:nth-child(odd) {
    text-decoration: underline;
  }

  .\32xl\:odd\:line-through:nth-child(odd) {
    text-decoration: line-through;
  }

  .\32xl\:odd\:no-underline:nth-child(odd) {
    text-decoration: none;
  }

  .\32xl\:even\:underline:nth-child(even) {
    text-decoration: underline;
  }

  .\32xl\:even\:line-through:nth-child(even) {
    text-decoration: line-through;
  }

  .\32xl\:even\:no-underline:nth-child(even) {
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl\:active\:underline:active {
    text-decoration: underline;
  }

  .\32xl\:active\:line-through:active {
    text-decoration: line-through;
  }

  .\32xl\:active\:no-underline:active {
    text-decoration: none;
  }

  .\32xl\:visited\:underline:visited {
    text-decoration: underline;
  }

  .\32xl\:visited\:line-through:visited {
    text-decoration: line-through;
  }

  .\32xl\:visited\:no-underline:visited {
    text-decoration: none;
  }

  .\32xl\:disabled\:underline:disabled {
    text-decoration: underline;
  }

  .\32xl\:disabled\:line-through:disabled {
    text-decoration: line-through;
  }

  .\32xl\:disabled\:no-underline:disabled {
    text-decoration: none;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .\32xl\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .\32xl\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:first\:antialiased:first-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:first\:subpixel-antialiased:first-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:last\:antialiased:last-child {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:last\:subpixel-antialiased:last-child {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:odd\:antialiased:nth-child(odd) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:odd\:subpixel-antialiased:nth-child(odd) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:even\:antialiased:nth-child(even) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:even\:subpixel-antialiased:nth-child(even) {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:visited\:antialiased:visited {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:visited\:subpixel-antialiased:visited {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:disabled\:antialiased:disabled {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:disabled\:subpixel-antialiased:disabled {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\: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);
  }

  .\32xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .group:hover .\32xl\:group-hover\:ordinal, .group:hover .\32xl\:group-hover\:slashed-zero, .group:hover .\32xl\:group-hover\:lining-nums, .group:hover .\32xl\:group-hover\:oldstyle-nums, .group:hover .\32xl\:group-hover\:proportional-nums, .group:hover .\32xl\:group-hover\:tabular-nums, .group:hover .\32xl\:group-hover\:diagonal-fractions, .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\:normal-nums {
    font-variant-numeric: normal;
  }

  .group:hover .\32xl\:group-hover\:ordinal {
    --tw-ordinal: ordinal;
  }

  .group:hover .\32xl\:group-hover\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .group:hover .\32xl\:group-hover\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .group:hover .\32xl\:group-hover\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .group:hover .\32xl\:group-hover\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .group:hover .\32xl\:group-hover\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .group:hover .\32xl\:group-hover\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .group:hover .\32xl\:group-hover\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:focus-within\:ordinal:focus-within, .\32xl\:focus-within\:slashed-zero:focus-within, .\32xl\:focus-within\:lining-nums:focus-within, .\32xl\:focus-within\:oldstyle-nums:focus-within, .\32xl\:focus-within\:proportional-nums:focus-within, .\32xl\:focus-within\:tabular-nums:focus-within, .\32xl\:focus-within\:diagonal-fractions:focus-within, .\32xl\:focus-within\:stacked-fractions:focus-within {
    --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);
  }

  .\32xl\:focus-within\:normal-nums:focus-within {
    font-variant-numeric: normal;
  }

  .\32xl\:focus-within\:ordinal:focus-within {
    --tw-ordinal: ordinal;
  }

  .\32xl\:focus-within\:slashed-zero:focus-within {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:focus-within\:lining-nums:focus-within {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:focus-within\:oldstyle-nums:focus-within {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:focus-within\:proportional-nums:focus-within {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:focus-within\:tabular-nums:focus-within {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:focus-within\:diagonal-fractions:focus-within {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:focus-within\:stacked-fractions:focus-within {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:first\:ordinal:first-child, .\32xl\:first\:slashed-zero:first-child, .\32xl\:first\:lining-nums:first-child, .\32xl\:first\:oldstyle-nums:first-child, .\32xl\:first\:proportional-nums:first-child, .\32xl\:first\:tabular-nums:first-child, .\32xl\:first\:diagonal-fractions:first-child, .\32xl\:first\:stacked-fractions:first-child {
    --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);
  }

  .\32xl\:first\:normal-nums:first-child {
    font-variant-numeric: normal;
  }

  .\32xl\:first\:ordinal:first-child {
    --tw-ordinal: ordinal;
  }

  .\32xl\:first\:slashed-zero:first-child {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:first\:lining-nums:first-child {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:first\:oldstyle-nums:first-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:first\:proportional-nums:first-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:first\:tabular-nums:first-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:first\:diagonal-fractions:first-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:first\:stacked-fractions:first-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:last\:ordinal:last-child, .\32xl\:last\:slashed-zero:last-child, .\32xl\:last\:lining-nums:last-child, .\32xl\:last\:oldstyle-nums:last-child, .\32xl\:last\:proportional-nums:last-child, .\32xl\:last\:tabular-nums:last-child, .\32xl\:last\:diagonal-fractions:last-child, .\32xl\:last\:stacked-fractions:last-child {
    --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);
  }

  .\32xl\:last\:normal-nums:last-child {
    font-variant-numeric: normal;
  }

  .\32xl\:last\:ordinal:last-child {
    --tw-ordinal: ordinal;
  }

  .\32xl\:last\:slashed-zero:last-child {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:last\:lining-nums:last-child {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:last\:oldstyle-nums:last-child {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:last\:proportional-nums:last-child {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:last\:tabular-nums:last-child {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:last\:diagonal-fractions:last-child {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:last\:stacked-fractions:last-child {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:odd\:ordinal:nth-child(odd), .\32xl\:odd\:slashed-zero:nth-child(odd), .\32xl\:odd\:lining-nums:nth-child(odd), .\32xl\:odd\:oldstyle-nums:nth-child(odd), .\32xl\:odd\:proportional-nums:nth-child(odd), .\32xl\:odd\:tabular-nums:nth-child(odd), .\32xl\:odd\:diagonal-fractions:nth-child(odd), .\32xl\:odd\:stacked-fractions:nth-child(odd) {
    --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);
  }

  .\32xl\:odd\:normal-nums:nth-child(odd) {
    font-variant-numeric: normal;
  }

  .\32xl\:odd\:ordinal:nth-child(odd) {
    --tw-ordinal: ordinal;
  }

  .\32xl\:odd\:slashed-zero:nth-child(odd) {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:odd\:lining-nums:nth-child(odd) {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:odd\:oldstyle-nums:nth-child(odd) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:odd\:proportional-nums:nth-child(odd) {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:odd\:tabular-nums:nth-child(odd) {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:odd\:diagonal-fractions:nth-child(odd) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:odd\:stacked-fractions:nth-child(odd) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:even\:ordinal:nth-child(even), .\32xl\:even\:slashed-zero:nth-child(even), .\32xl\:even\:lining-nums:nth-child(even), .\32xl\:even\:oldstyle-nums:nth-child(even), .\32xl\:even\:proportional-nums:nth-child(even), .\32xl\:even\:tabular-nums:nth-child(even), .\32xl\:even\:diagonal-fractions:nth-child(even), .\32xl\:even\:stacked-fractions:nth-child(even) {
    --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);
  }

  .\32xl\:even\:normal-nums:nth-child(even) {
    font-variant-numeric: normal;
  }

  .\32xl\:even\:ordinal:nth-child(even) {
    --tw-ordinal: ordinal;
  }

  .\32xl\:even\:slashed-zero:nth-child(even) {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:even\:lining-nums:nth-child(even) {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:even\:oldstyle-nums:nth-child(even) {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:even\:proportional-nums:nth-child(even) {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:even\:tabular-nums:nth-child(even) {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:even\:diagonal-fractions:nth-child(even) {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:even\:stacked-fractions:nth-child(even) {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:hover\:ordinal:hover, .\32xl\:hover\:slashed-zero:hover, .\32xl\:hover\:lining-nums:hover, .\32xl\:hover\:oldstyle-nums:hover, .\32xl\:hover\:proportional-nums:hover, .\32xl\:hover\:tabular-nums:hover, .\32xl\:hover\:diagonal-fractions:hover, .\32xl\:hover\:stacked-fractions:hover {
    --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);
  }

  .\32xl\:hover\:normal-nums:hover {
    font-variant-numeric: normal;
  }

  .\32xl\:hover\:ordinal:hover {
    --tw-ordinal: ordinal;
  }

  .\32xl\:hover\:slashed-zero:hover {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:hover\:lining-nums:hover {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:hover\:oldstyle-nums:hover {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:hover\:proportional-nums:hover {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:hover\:tabular-nums:hover {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:hover\:diagonal-fractions:hover {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:hover\:stacked-fractions:hover {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:focus\:ordinal:focus, .\32xl\:focus\:slashed-zero:focus, .\32xl\:focus\:lining-nums:focus, .\32xl\:focus\:oldstyle-nums:focus, .\32xl\:focus\:proportional-nums:focus, .\32xl\:focus\:tabular-nums:focus, .\32xl\:focus\:diagonal-fractions:focus, .\32xl\:focus\:stacked-fractions:focus {
    --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);
  }

  .\32xl\:focus\:normal-nums:focus {
    font-variant-numeric: normal;
  }

  .\32xl\:focus\:ordinal:focus {
    --tw-ordinal: ordinal;
  }

  .\32xl\:focus\:slashed-zero:focus {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:focus\:lining-nums:focus {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:focus\:oldstyle-nums:focus {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:focus\:proportional-nums:focus {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:focus\:tabular-nums:focus {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:focus\:diagonal-fractions:focus {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:focus\:stacked-fractions:focus {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:active\:ordinal:active, .\32xl\:active\:slashed-zero:active, .\32xl\:active\:lining-nums:active, .\32xl\:active\:oldstyle-nums:active, .\32xl\:active\:proportional-nums:active, .\32xl\:active\:tabular-nums:active, .\32xl\:active\:diagonal-fractions:active, .\32xl\:active\:stacked-fractions:active {
    --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);
  }

  .\32xl\:active\:normal-nums:active {
    font-variant-numeric: normal;
  }

  .\32xl\:active\:ordinal:active {
    --tw-ordinal: ordinal;
  }

  .\32xl\:active\:slashed-zero:active {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:active\:lining-nums:active {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:active\:oldstyle-nums:active {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:active\:proportional-nums:active {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:active\:tabular-nums:active {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:active\:diagonal-fractions:active {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:active\:stacked-fractions:active {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:visited\:ordinal:visited, .\32xl\:visited\:slashed-zero:visited, .\32xl\:visited\:lining-nums:visited, .\32xl\:visited\:oldstyle-nums:visited, .\32xl\:visited\:proportional-nums:visited, .\32xl\:visited\:tabular-nums:visited, .\32xl\:visited\:diagonal-fractions:visited, .\32xl\:visited\:stacked-fractions:visited {
    --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);
  }

  .\32xl\:visited\:normal-nums:visited {
    font-variant-numeric: normal;
  }

  .\32xl\:visited\:ordinal:visited {
    --tw-ordinal: ordinal;
  }

  .\32xl\:visited\:slashed-zero:visited {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:visited\:lining-nums:visited {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:visited\:oldstyle-nums:visited {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:visited\:proportional-nums:visited {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:visited\:tabular-nums:visited {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:visited\:diagonal-fractions:visited {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:visited\:stacked-fractions:visited {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:disabled\:ordinal:disabled, .\32xl\:disabled\:slashed-zero:disabled, .\32xl\:disabled\:lining-nums:disabled, .\32xl\:disabled\:oldstyle-nums:disabled, .\32xl\:disabled\:proportional-nums:disabled, .\32xl\:disabled\:tabular-nums:disabled, .\32xl\:disabled\:diagonal-fractions:disabled, .\32xl\:disabled\:stacked-fractions:disabled {
    --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);
  }

  .\32xl\:disabled\:normal-nums:disabled {
    font-variant-numeric: normal;
  }

  .\32xl\:disabled\:ordinal:disabled {
    --tw-ordinal: ordinal;
  }

  .\32xl\:disabled\:slashed-zero:disabled {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:disabled\:lining-nums:disabled {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:disabled\:oldstyle-nums:disabled {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:disabled\:proportional-nums:disabled {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:disabled\:tabular-nums:disabled {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:disabled\:diagonal-fractions:disabled {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:disabled\:stacked-fractions:disabled {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .group:hover .\32xl\:group-hover\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .group:hover .\32xl\:group-hover\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .group:hover .\32xl\:group-hover\:tracking-normal {
    letter-spacing: 0em;
  }

  .group:hover .\32xl\:group-hover\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .group:hover .\32xl\:group-hover\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .group:hover .\32xl\:group-hover\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .\32xl\:focus-within\:tracking-tighter:focus-within {
    letter-spacing: -0.05em;
  }

  .\32xl\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.025em;
  }

  .\32xl\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0em;
  }

  .\32xl\:focus-within\:tracking-wide:focus-within {
    letter-spacing: 0.025em;
  }

  .\32xl\:focus-within\:tracking-wider:focus-within {
    letter-spacing: 0.05em;
  }

  .\32xl\:focus-within\:tracking-widest:focus-within {
    letter-spacing: 0.1em;
  }

  .\32xl\:first\:tracking-tighter:first-child {
    letter-spacing: -0.05em;
  }

  .\32xl\:first\:tracking-tight:first-child {
    letter-spacing: -0.025em;
  }

  .\32xl\:first\:tracking-normal:first-child {
    letter-spacing: 0em;
  }

  .\32xl\:first\:tracking-wide:first-child {
    letter-spacing: 0.025em;
  }

  .\32xl\:first\:tracking-wider:first-child {
    letter-spacing: 0.05em;
  }

  .\32xl\:first\:tracking-widest:first-child {
    letter-spacing: 0.1em;
  }

  .\32xl\:last\:tracking-tighter:last-child {
    letter-spacing: -0.05em;
  }

  .\32xl\:last\:tracking-tight:last-child {
    letter-spacing: -0.025em;
  }

  .\32xl\:last\:tracking-normal:last-child {
    letter-spacing: 0em;
  }

  .\32xl\:last\:tracking-wide:last-child {
    letter-spacing: 0.025em;
  }

  .\32xl\:last\:tracking-wider:last-child {
    letter-spacing: 0.05em;
  }

  .\32xl\:last\:tracking-widest:last-child {
    letter-spacing: 0.1em;
  }

  .\32xl\:odd\:tracking-tighter:nth-child(odd) {
    letter-spacing: -0.05em;
  }

  .\32xl\:odd\:tracking-tight:nth-child(odd) {
    letter-spacing: -0.025em;
  }

  .\32xl\:odd\:tracking-normal:nth-child(odd) {
    letter-spacing: 0em;
  }

  .\32xl\:odd\:tracking-wide:nth-child(odd) {
    letter-spacing: 0.025em;
  }

  .\32xl\:odd\:tracking-wider:nth-child(odd) {
    letter-spacing: 0.05em;
  }

  .\32xl\:odd\:tracking-widest:nth-child(odd) {
    letter-spacing: 0.1em;
  }

  .\32xl\:even\:tracking-tighter:nth-child(even) {
    letter-spacing: -0.05em;
  }

  .\32xl\:even\:tracking-tight:nth-child(even) {
    letter-spacing: -0.025em;
  }

  .\32xl\:even\:tracking-normal:nth-child(even) {
    letter-spacing: 0em;
  }

  .\32xl\:even\:tracking-wide:nth-child(even) {
    letter-spacing: 0.025em;
  }

  .\32xl\:even\:tracking-wider:nth-child(even) {
    letter-spacing: 0.05em;
  }

  .\32xl\:even\:tracking-widest:nth-child(even) {
    letter-spacing: 0.1em;
  }

  .\32xl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em;
  }

  .\32xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em;
  }

  .\32xl\:hover\:tracking-normal:hover {
    letter-spacing: 0em;
  }

  .\32xl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em;
  }

  .\32xl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em;
  }

  .\32xl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }

  .\32xl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em;
  }

  .\32xl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em;
  }

  .\32xl\:focus\:tracking-normal:focus {
    letter-spacing: 0em;
  }

  .\32xl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em;
  }

  .\32xl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em;
  }

  .\32xl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em;
  }

  .\32xl\:active\:tracking-tighter:active {
    letter-spacing: -0.05em;
  }

  .\32xl\:active\:tracking-tight:active {
    letter-spacing: -0.025em;
  }

  .\32xl\:active\:tracking-normal:active {
    letter-spacing: 0em;
  }

  .\32xl\:active\:tracking-wide:active {
    letter-spacing: 0.025em;
  }

  .\32xl\:active\:tracking-wider:active {
    letter-spacing: 0.05em;
  }

  .\32xl\:active\:tracking-widest:active {
    letter-spacing: 0.1em;
  }

  .\32xl\:visited\:tracking-tighter:visited {
    letter-spacing: -0.05em;
  }

  .\32xl\:visited\:tracking-tight:visited {
    letter-spacing: -0.025em;
  }

  .\32xl\:visited\:tracking-normal:visited {
    letter-spacing: 0em;
  }

  .\32xl\:visited\:tracking-wide:visited {
    letter-spacing: 0.025em;
  }

  .\32xl\:visited\:tracking-wider:visited {
    letter-spacing: 0.05em;
  }

  .\32xl\:visited\:tracking-widest:visited {
    letter-spacing: 0.1em;
  }

  .\32xl\:disabled\:tracking-tighter:disabled {
    letter-spacing: -0.05em;
  }

  .\32xl\:disabled\:tracking-tight:disabled {
    letter-spacing: -0.025em;
  }

  .\32xl\:disabled\:tracking-normal:disabled {
    letter-spacing: 0em;
  }

  .\32xl\:disabled\:tracking-wide:disabled {
    letter-spacing: 0.025em;
  }

  .\32xl\:disabled\:tracking-wider:disabled {
    letter-spacing: 0.05em;
  }

  .\32xl\:disabled\:tracking-widest:disabled {
    letter-spacing: 0.1em;
  }

  .\32xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .group:hover .\32xl\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .\32xl\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .\32xl\:group-hover\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .group:hover .\32xl\:group-hover\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:focus-within\:select-all:focus-within {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:focus-within\:select-auto:focus-within {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:first\:select-none:first-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:first\:select-text:first-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:first\:select-all:first-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:first\:select-auto:first-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:last\:select-none:last-child {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:last\:select-text:last-child {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:last\:select-all:last-child {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:last\:select-auto:last-child {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:odd\:select-none:nth-child(odd) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:odd\:select-text:nth-child(odd) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:odd\:select-all:nth-child(odd) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:odd\:select-auto:nth-child(odd) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:even\:select-none:nth-child(even) {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:even\:select-text:nth-child(even) {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:even\:select-all:nth-child(even) {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:even\:select-auto:nth-child(even) {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:hover\:select-all:hover {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:hover\:select-auto:hover {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:focus\:select-all:focus {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:focus\:select-auto:focus {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:active\:select-all:active {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:active\:select-auto:active {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:visited\:select-none:visited {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:visited\:select-text:visited {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:visited\:select-all:visited {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:visited\:select-auto:visited {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:disabled\:select-none:disabled {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:disabled\:select-text:disabled {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:disabled\:select-all:disabled {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:disabled\:select-auto:disabled {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .\32xl\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .\32xl\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .\32xl\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .\32xl\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .\32xl\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .\32xl\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .\32xl\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .\32xl\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .\32xl\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .\32xl\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .\32xl\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .\32xl\:first\:align-baseline:first-child {
    vertical-align: baseline;
  }

  .\32xl\:first\:align-top:first-child {
    vertical-align: top;
  }

  .\32xl\:first\:align-middle:first-child {
    vertical-align: middle;
  }

  .\32xl\:first\:align-bottom:first-child {
    vertical-align: bottom;
  }

  .\32xl\:first\:align-text-top:first-child {
    vertical-align: text-top;
  }

  .\32xl\:first\:align-text-bottom:first-child {
    vertical-align: text-bottom;
  }

  .\32xl\:last\:align-baseline:last-child {
    vertical-align: baseline;
  }

  .\32xl\:last\:align-top:last-child {
    vertical-align: top;
  }

  .\32xl\:last\:align-middle:last-child {
    vertical-align: middle;
  }

  .\32xl\:last\:align-bottom:last-child {
    vertical-align: bottom;
  }

  .\32xl\:last\:align-text-top:last-child {
    vertical-align: text-top;
  }

  .\32xl\:last\:align-text-bottom:last-child {
    vertical-align: text-bottom;
  }

  .\32xl\:odd\:align-baseline:nth-child(odd) {
    vertical-align: baseline;
  }

  .\32xl\:odd\:align-top:nth-child(odd) {
    vertical-align: top;
  }

  .\32xl\:odd\:align-middle:nth-child(odd) {
    vertical-align: middle;
  }

  .\32xl\:odd\:align-bottom:nth-child(odd) {
    vertical-align: bottom;
  }

  .\32xl\:odd\:align-text-top:nth-child(odd) {
    vertical-align: text-top;
  }

  .\32xl\:odd\:align-text-bottom:nth-child(odd) {
    vertical-align: text-bottom;
  }

  .\32xl\:even\:align-baseline:nth-child(even) {
    vertical-align: baseline;
  }

  .\32xl\:even\:align-top:nth-child(even) {
    vertical-align: top;
  }

  .\32xl\:even\:align-middle:nth-child(even) {
    vertical-align: middle;
  }

  .\32xl\:even\:align-bottom:nth-child(even) {
    vertical-align: bottom;
  }

  .\32xl\:even\:align-text-top:nth-child(even) {
    vertical-align: text-top;
  }

  .\32xl\:even\:align-text-bottom:nth-child(even) {
    vertical-align: text-bottom;
  }

  .\32xl\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .\32xl\:hover\:align-top:hover {
    vertical-align: top;
  }

  .\32xl\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .\32xl\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .\32xl\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .\32xl\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .\32xl\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .\32xl\:focus\:align-top:focus {
    vertical-align: top;
  }

  .\32xl\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .\32xl\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .\32xl\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .\32xl\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .\32xl\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .\32xl\:active\:align-top:active {
    vertical-align: top;
  }

  .\32xl\:active\:align-middle:active {
    vertical-align: middle;
  }

  .\32xl\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .\32xl\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .\32xl\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .\32xl\:visited\:align-baseline:visited {
    vertical-align: baseline;
  }

  .\32xl\:visited\:align-top:visited {
    vertical-align: top;
  }

  .\32xl\:visited\:align-middle:visited {
    vertical-align: middle;
  }

  .\32xl\:visited\:align-bottom:visited {
    vertical-align: bottom;
  }

  .\32xl\:visited\:align-text-top:visited {
    vertical-align: text-top;
  }

  .\32xl\:visited\:align-text-bottom:visited {
    vertical-align: text-bottom;
  }

  .\32xl\:disabled\:align-baseline:disabled {
    vertical-align: baseline;
  }

  .\32xl\:disabled\:align-top:disabled {
    vertical-align: top;
  }

  .\32xl\:disabled\:align-middle:disabled {
    vertical-align: middle;
  }

  .\32xl\:disabled\:align-bottom:disabled {
    vertical-align: bottom;
  }

  .\32xl\:disabled\:align-text-top:disabled {
    vertical-align: text-top;
  }

  .\32xl\:disabled\:align-text-bottom:disabled {
    vertical-align: text-bottom;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .group:hover .\32xl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .\32xl\:group-hover\:invisible {
    visibility: hidden;
  }

  .\32xl\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .\32xl\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .\32xl\:first\:visible:first-child {
    visibility: visible;
  }

  .\32xl\:first\:invisible:first-child {
    visibility: hidden;
  }

  .\32xl\:last\:visible:last-child {
    visibility: visible;
  }

  .\32xl\:last\:invisible:last-child {
    visibility: hidden;
  }

  .\32xl\:odd\:visible:nth-child(odd) {
    visibility: visible;
  }

  .\32xl\:odd\:invisible:nth-child(odd) {
    visibility: hidden;
  }

  .\32xl\:even\:visible:nth-child(even) {
    visibility: visible;
  }

  .\32xl\:even\:invisible:nth-child(even) {
    visibility: hidden;
  }

  .\32xl\:hover\:visible:hover {
    visibility: visible;
  }

  .\32xl\:hover\:invisible:hover {
    visibility: hidden;
  }

  .\32xl\:focus\:visible:focus {
    visibility: visible;
  }

  .\32xl\:focus\:invisible:focus {
    visibility: hidden;
  }

  .\32xl\:active\:visible:active {
    visibility: visible;
  }

  .\32xl\:active\:invisible:active {
    visibility: hidden;
  }

  .\32xl\:visited\:visible:visited {
    visibility: visible;
  }

  .\32xl\:visited\:invisible:visited {
    visibility: hidden;
  }

  .\32xl\:disabled\:visible:disabled {
    visibility: visible;
  }

  .\32xl\:disabled\:invisible:disabled {
    visibility: hidden;
  }

  .\32xl\:whitespace-normal {
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre {
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .\32xl\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .\32xl\:group-hover\:whitespace-nowrap {
    white-space: nowrap;
  }

  .group:hover .\32xl\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .\32xl\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .\32xl\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .\32xl\:focus-within\:whitespace-nowrap:focus-within {
    white-space: nowrap;
  }

  .\32xl\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .\32xl\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .\32xl\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .\32xl\:first\:whitespace-normal:first-child {
    white-space: normal;
  }

  .\32xl\:first\:whitespace-nowrap:first-child {
    white-space: nowrap;
  }

  .\32xl\:first\:whitespace-pre:first-child {
    white-space: pre;
  }

  .\32xl\:first\:whitespace-pre-line:first-child {
    white-space: pre-line;
  }

  .\32xl\:first\:whitespace-pre-wrap:first-child {
    white-space: pre-wrap;
  }

  .\32xl\:last\:whitespace-normal:last-child {
    white-space: normal;
  }

  .\32xl\:last\:whitespace-nowrap:last-child {
    white-space: nowrap;
  }

  .\32xl\:last\:whitespace-pre:last-child {
    white-space: pre;
  }

  .\32xl\:last\:whitespace-pre-line:last-child {
    white-space: pre-line;
  }

  .\32xl\:last\:whitespace-pre-wrap:last-child {
    white-space: pre-wrap;
  }

  .\32xl\:odd\:whitespace-normal:nth-child(odd) {
    white-space: normal;
  }

  .\32xl\:odd\:whitespace-nowrap:nth-child(odd) {
    white-space: nowrap;
  }

  .\32xl\:odd\:whitespace-pre:nth-child(odd) {
    white-space: pre;
  }

  .\32xl\:odd\:whitespace-pre-line:nth-child(odd) {
    white-space: pre-line;
  }

  .\32xl\:odd\:whitespace-pre-wrap:nth-child(odd) {
    white-space: pre-wrap;
  }

  .\32xl\:even\:whitespace-normal:nth-child(even) {
    white-space: normal;
  }

  .\32xl\:even\:whitespace-nowrap:nth-child(even) {
    white-space: nowrap;
  }

  .\32xl\:even\:whitespace-pre:nth-child(even) {
    white-space: pre;
  }

  .\32xl\:even\:whitespace-pre-line:nth-child(even) {
    white-space: pre-line;
  }

  .\32xl\:even\:whitespace-pre-wrap:nth-child(even) {
    white-space: pre-wrap;
  }

  .\32xl\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .\32xl\:hover\:whitespace-nowrap:hover {
    white-space: nowrap;
  }

  .\32xl\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .\32xl\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .\32xl\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .\32xl\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .\32xl\:focus\:whitespace-nowrap:focus {
    white-space: nowrap;
  }

  .\32xl\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .\32xl\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .\32xl\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .\32xl\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .\32xl\:active\:whitespace-nowrap:active {
    white-space: nowrap;
  }

  .\32xl\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .\32xl\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .\32xl\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .\32xl\:visited\:whitespace-normal:visited {
    white-space: normal;
  }

  .\32xl\:visited\:whitespace-nowrap:visited {
    white-space: nowrap;
  }

  .\32xl\:visited\:whitespace-pre:visited {
    white-space: pre;
  }

  .\32xl\:visited\:whitespace-pre-line:visited {
    white-space: pre-line;
  }

  .\32xl\:visited\:whitespace-pre-wrap:visited {
    white-space: pre-wrap;
  }

  .\32xl\:disabled\:whitespace-normal:disabled {
    white-space: normal;
  }

  .\32xl\:disabled\:whitespace-nowrap:disabled {
    white-space: nowrap;
  }

  .\32xl\:disabled\:whitespace-pre:disabled {
    white-space: pre;
  }

  .\32xl\:disabled\:whitespace-pre-line:disabled {
    white-space: pre-line;
  }

  .\32xl\:disabled\:whitespace-pre-wrap:disabled {
    white-space: pre-wrap;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .group:hover .\32xl\:group-hover\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .group:hover .\32xl\:group-hover\:break-words {
    overflow-wrap: break-word;
  }

  .group:hover .\32xl\:group-hover\:break-all {
    word-break: break-all;
  }

  .\32xl\:focus-within\:break-normal:focus-within {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:focus-within\:break-words:focus-within {
    overflow-wrap: break-word;
  }

  .\32xl\:focus-within\:break-all:focus-within {
    word-break: break-all;
  }

  .\32xl\:first\:break-normal:first-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:first\:break-words:first-child {
    overflow-wrap: break-word;
  }

  .\32xl\:first\:break-all:first-child {
    word-break: break-all;
  }

  .\32xl\:last\:break-normal:last-child {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:last\:break-words:last-child {
    overflow-wrap: break-word;
  }

  .\32xl\:last\:break-all:last-child {
    word-break: break-all;
  }

  .\32xl\:odd\:break-normal:nth-child(odd) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:odd\:break-words:nth-child(odd) {
    overflow-wrap: break-word;
  }

  .\32xl\:odd\:break-all:nth-child(odd) {
    word-break: break-all;
  }

  .\32xl\:even\:break-normal:nth-child(even) {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:even\:break-words:nth-child(even) {
    overflow-wrap: break-word;
  }

  .\32xl\:even\:break-all:nth-child(even) {
    word-break: break-all;
  }

  .\32xl\:hover\:break-normal:hover {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:hover\:break-words:hover {
    overflow-wrap: break-word;
  }

  .\32xl\:hover\:break-all:hover {
    word-break: break-all;
  }

  .\32xl\:focus\:break-normal:focus {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:focus\:break-words:focus {
    overflow-wrap: break-word;
  }

  .\32xl\:focus\:break-all:focus {
    word-break: break-all;
  }

  .\32xl\:active\:break-normal:active {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:active\:break-words:active {
    overflow-wrap: break-word;
  }

  .\32xl\:active\:break-all:active {
    word-break: break-all;
  }

  .\32xl\:visited\:break-normal:visited {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:visited\:break-words:visited {
    overflow-wrap: break-word;
  }

  .\32xl\:visited\:break-all:visited {
    word-break: break-all;
  }

  .\32xl\:disabled\:break-normal:disabled {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:disabled\:break-words:disabled {
    overflow-wrap: break-word;
  }

  .\32xl\:disabled\:break-all:disabled {
    word-break: break-all;
  }

  .\32xl\:w-0 {
    width: 0px;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .\32xl\:group-hover\:w-0 {
    width: 0px;
  }

  .group:hover .\32xl\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .\32xl\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .\32xl\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:w-11 {
    width: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .\32xl\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .\32xl\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .\32xl\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .\32xl\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .\32xl\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .\32xl\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .\32xl\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .\32xl\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .\32xl\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .\32xl\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .\32xl\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .\32xl\:group-hover\:w-60 {
    width: 15rem;
  }

  .group:hover .\32xl\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .\32xl\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .\32xl\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .\32xl\:group-hover\:w-96 {
    width: 24rem;
  }

  .group:hover .\32xl\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .\32xl\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .\32xl\:group-hover\:w-0\.5 {
    width: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:w-1\.5 {
    width: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:w-2\.5 {
    width: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:w-3\.5 {
    width: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .\32xl\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .\32xl\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .\32xl\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .\32xl\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .\32xl\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .\32xl\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .\32xl\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .\32xl\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .\32xl\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .\32xl\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .\32xl\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .\32xl\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .\32xl\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .\32xl\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .\32xl\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .\32xl\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .\32xl\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:focus-within\:w-0:focus-within {
    width: 0px;
  }

  .\32xl\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .\32xl\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .\32xl\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .\32xl\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .\32xl\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .\32xl\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .\32xl\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .\32xl\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .\32xl\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .\32xl\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .\32xl\:focus-within\:w-11:focus-within {
    width: 2.75rem;
  }

  .\32xl\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .\32xl\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .\32xl\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .\32xl\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .\32xl\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .\32xl\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .\32xl\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .\32xl\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .\32xl\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .\32xl\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .\32xl\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .\32xl\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .\32xl\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .\32xl\:focus-within\:w-60:focus-within {
    width: 15rem;
  }

  .\32xl\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .\32xl\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .\32xl\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .\32xl\:focus-within\:w-96:focus-within {
    width: 24rem;
  }

  .\32xl\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .\32xl\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .\32xl\:focus-within\:w-0\.5:focus-within {
    width: 0.125rem;
  }

  .\32xl\:focus-within\:w-1\.5:focus-within {
    width: 0.375rem;
  }

  .\32xl\:focus-within\:w-2\.5:focus-within {
    width: 0.625rem;
  }

  .\32xl\:focus-within\:w-3\.5:focus-within {
    width: 0.875rem;
  }

  .\32xl\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .\32xl\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .\32xl\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .\32xl\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .\32xl\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .\32xl\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .\32xl\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .\32xl\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .\32xl\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .\32xl\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .\32xl\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .\32xl\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .\32xl\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .\32xl\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .\32xl\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .\32xl\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .\32xl\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .\32xl\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .\32xl\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .\32xl\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .\32xl\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .\32xl\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .\32xl\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .\32xl\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .\32xl\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .\32xl\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .\32xl\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .\32xl\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .\32xl\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:first\:w-0:first-child {
    width: 0px;
  }

  .\32xl\:first\:w-1:first-child {
    width: 0.25rem;
  }

  .\32xl\:first\:w-2:first-child {
    width: 0.5rem;
  }

  .\32xl\:first\:w-3:first-child {
    width: 0.75rem;
  }

  .\32xl\:first\:w-4:first-child {
    width: 1rem;
  }

  .\32xl\:first\:w-5:first-child {
    width: 1.25rem;
  }

  .\32xl\:first\:w-6:first-child {
    width: 1.5rem;
  }

  .\32xl\:first\:w-7:first-child {
    width: 1.75rem;
  }

  .\32xl\:first\:w-8:first-child {
    width: 2rem;
  }

  .\32xl\:first\:w-9:first-child {
    width: 2.25rem;
  }

  .\32xl\:first\:w-10:first-child {
    width: 2.5rem;
  }

  .\32xl\:first\:w-11:first-child {
    width: 2.75rem;
  }

  .\32xl\:first\:w-12:first-child {
    width: 3rem;
  }

  .\32xl\:first\:w-14:first-child {
    width: 3.5rem;
  }

  .\32xl\:first\:w-16:first-child {
    width: 4rem;
  }

  .\32xl\:first\:w-20:first-child {
    width: 5rem;
  }

  .\32xl\:first\:w-24:first-child {
    width: 6rem;
  }

  .\32xl\:first\:w-28:first-child {
    width: 7rem;
  }

  .\32xl\:first\:w-32:first-child {
    width: 8rem;
  }

  .\32xl\:first\:w-36:first-child {
    width: 9rem;
  }

  .\32xl\:first\:w-40:first-child {
    width: 10rem;
  }

  .\32xl\:first\:w-44:first-child {
    width: 11rem;
  }

  .\32xl\:first\:w-48:first-child {
    width: 12rem;
  }

  .\32xl\:first\:w-52:first-child {
    width: 13rem;
  }

  .\32xl\:first\:w-56:first-child {
    width: 14rem;
  }

  .\32xl\:first\:w-60:first-child {
    width: 15rem;
  }

  .\32xl\:first\:w-64:first-child {
    width: 16rem;
  }

  .\32xl\:first\:w-72:first-child {
    width: 18rem;
  }

  .\32xl\:first\:w-80:first-child {
    width: 20rem;
  }

  .\32xl\:first\:w-96:first-child {
    width: 24rem;
  }

  .\32xl\:first\:w-auto:first-child {
    width: auto;
  }

  .\32xl\:first\:w-px:first-child {
    width: 1px;
  }

  .\32xl\:first\:w-0\.5:first-child {
    width: 0.125rem;
  }

  .\32xl\:first\:w-1\.5:first-child {
    width: 0.375rem;
  }

  .\32xl\:first\:w-2\.5:first-child {
    width: 0.625rem;
  }

  .\32xl\:first\:w-3\.5:first-child {
    width: 0.875rem;
  }

  .\32xl\:first\:w-1\/2:first-child {
    width: 50%;
  }

  .\32xl\:first\:w-1\/3:first-child {
    width: 33.333333%;
  }

  .\32xl\:first\:w-2\/3:first-child {
    width: 66.666667%;
  }

  .\32xl\:first\:w-1\/4:first-child {
    width: 25%;
  }

  .\32xl\:first\:w-2\/4:first-child {
    width: 50%;
  }

  .\32xl\:first\:w-3\/4:first-child {
    width: 75%;
  }

  .\32xl\:first\:w-1\/5:first-child {
    width: 20%;
  }

  .\32xl\:first\:w-2\/5:first-child {
    width: 40%;
  }

  .\32xl\:first\:w-3\/5:first-child {
    width: 60%;
  }

  .\32xl\:first\:w-4\/5:first-child {
    width: 80%;
  }

  .\32xl\:first\:w-1\/6:first-child {
    width: 16.666667%;
  }

  .\32xl\:first\:w-2\/6:first-child {
    width: 33.333333%;
  }

  .\32xl\:first\:w-3\/6:first-child {
    width: 50%;
  }

  .\32xl\:first\:w-4\/6:first-child {
    width: 66.666667%;
  }

  .\32xl\:first\:w-5\/6:first-child {
    width: 83.333333%;
  }

  .\32xl\:first\:w-1\/12:first-child {
    width: 8.333333%;
  }

  .\32xl\:first\:w-2\/12:first-child {
    width: 16.666667%;
  }

  .\32xl\:first\:w-3\/12:first-child {
    width: 25%;
  }

  .\32xl\:first\:w-4\/12:first-child {
    width: 33.333333%;
  }

  .\32xl\:first\:w-5\/12:first-child {
    width: 41.666667%;
  }

  .\32xl\:first\:w-6\/12:first-child {
    width: 50%;
  }

  .\32xl\:first\:w-7\/12:first-child {
    width: 58.333333%;
  }

  .\32xl\:first\:w-8\/12:first-child {
    width: 66.666667%;
  }

  .\32xl\:first\:w-9\/12:first-child {
    width: 75%;
  }

  .\32xl\:first\:w-10\/12:first-child {
    width: 83.333333%;
  }

  .\32xl\:first\:w-11\/12:first-child {
    width: 91.666667%;
  }

  .\32xl\:first\:w-full:first-child {
    width: 100%;
  }

  .\32xl\:first\:w-screen:first-child {
    width: 100vw;
  }

  .\32xl\:first\:w-min:first-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:first\:w-max:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:last\:w-0:last-child {
    width: 0px;
  }

  .\32xl\:last\:w-1:last-child {
    width: 0.25rem;
  }

  .\32xl\:last\:w-2:last-child {
    width: 0.5rem;
  }

  .\32xl\:last\:w-3:last-child {
    width: 0.75rem;
  }

  .\32xl\:last\:w-4:last-child {
    width: 1rem;
  }

  .\32xl\:last\:w-5:last-child {
    width: 1.25rem;
  }

  .\32xl\:last\:w-6:last-child {
    width: 1.5rem;
  }

  .\32xl\:last\:w-7:last-child {
    width: 1.75rem;
  }

  .\32xl\:last\:w-8:last-child {
    width: 2rem;
  }

  .\32xl\:last\:w-9:last-child {
    width: 2.25rem;
  }

  .\32xl\:last\:w-10:last-child {
    width: 2.5rem;
  }

  .\32xl\:last\:w-11:last-child {
    width: 2.75rem;
  }

  .\32xl\:last\:w-12:last-child {
    width: 3rem;
  }

  .\32xl\:last\:w-14:last-child {
    width: 3.5rem;
  }

  .\32xl\:last\:w-16:last-child {
    width: 4rem;
  }

  .\32xl\:last\:w-20:last-child {
    width: 5rem;
  }

  .\32xl\:last\:w-24:last-child {
    width: 6rem;
  }

  .\32xl\:last\:w-28:last-child {
    width: 7rem;
  }

  .\32xl\:last\:w-32:last-child {
    width: 8rem;
  }

  .\32xl\:last\:w-36:last-child {
    width: 9rem;
  }

  .\32xl\:last\:w-40:last-child {
    width: 10rem;
  }

  .\32xl\:last\:w-44:last-child {
    width: 11rem;
  }

  .\32xl\:last\:w-48:last-child {
    width: 12rem;
  }

  .\32xl\:last\:w-52:last-child {
    width: 13rem;
  }

  .\32xl\:last\:w-56:last-child {
    width: 14rem;
  }

  .\32xl\:last\:w-60:last-child {
    width: 15rem;
  }

  .\32xl\:last\:w-64:last-child {
    width: 16rem;
  }

  .\32xl\:last\:w-72:last-child {
    width: 18rem;
  }

  .\32xl\:last\:w-80:last-child {
    width: 20rem;
  }

  .\32xl\:last\:w-96:last-child {
    width: 24rem;
  }

  .\32xl\:last\:w-auto:last-child {
    width: auto;
  }

  .\32xl\:last\:w-px:last-child {
    width: 1px;
  }

  .\32xl\:last\:w-0\.5:last-child {
    width: 0.125rem;
  }

  .\32xl\:last\:w-1\.5:last-child {
    width: 0.375rem;
  }

  .\32xl\:last\:w-2\.5:last-child {
    width: 0.625rem;
  }

  .\32xl\:last\:w-3\.5:last-child {
    width: 0.875rem;
  }

  .\32xl\:last\:w-1\/2:last-child {
    width: 50%;
  }

  .\32xl\:last\:w-1\/3:last-child {
    width: 33.333333%;
  }

  .\32xl\:last\:w-2\/3:last-child {
    width: 66.666667%;
  }

  .\32xl\:last\:w-1\/4:last-child {
    width: 25%;
  }

  .\32xl\:last\:w-2\/4:last-child {
    width: 50%;
  }

  .\32xl\:last\:w-3\/4:last-child {
    width: 75%;
  }

  .\32xl\:last\:w-1\/5:last-child {
    width: 20%;
  }

  .\32xl\:last\:w-2\/5:last-child {
    width: 40%;
  }

  .\32xl\:last\:w-3\/5:last-child {
    width: 60%;
  }

  .\32xl\:last\:w-4\/5:last-child {
    width: 80%;
  }

  .\32xl\:last\:w-1\/6:last-child {
    width: 16.666667%;
  }

  .\32xl\:last\:w-2\/6:last-child {
    width: 33.333333%;
  }

  .\32xl\:last\:w-3\/6:last-child {
    width: 50%;
  }

  .\32xl\:last\:w-4\/6:last-child {
    width: 66.666667%;
  }

  .\32xl\:last\:w-5\/6:last-child {
    width: 83.333333%;
  }

  .\32xl\:last\:w-1\/12:last-child {
    width: 8.333333%;
  }

  .\32xl\:last\:w-2\/12:last-child {
    width: 16.666667%;
  }

  .\32xl\:last\:w-3\/12:last-child {
    width: 25%;
  }

  .\32xl\:last\:w-4\/12:last-child {
    width: 33.333333%;
  }

  .\32xl\:last\:w-5\/12:last-child {
    width: 41.666667%;
  }

  .\32xl\:last\:w-6\/12:last-child {
    width: 50%;
  }

  .\32xl\:last\:w-7\/12:last-child {
    width: 58.333333%;
  }

  .\32xl\:last\:w-8\/12:last-child {
    width: 66.666667%;
  }

  .\32xl\:last\:w-9\/12:last-child {
    width: 75%;
  }

  .\32xl\:last\:w-10\/12:last-child {
    width: 83.333333%;
  }

  .\32xl\:last\:w-11\/12:last-child {
    width: 91.666667%;
  }

  .\32xl\:last\:w-full:last-child {
    width: 100%;
  }

  .\32xl\:last\:w-screen:last-child {
    width: 100vw;
  }

  .\32xl\:last\:w-min:last-child {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:last\:w-max:last-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:odd\:w-0:nth-child(odd) {
    width: 0px;
  }

  .\32xl\:odd\:w-1:nth-child(odd) {
    width: 0.25rem;
  }

  .\32xl\:odd\:w-2:nth-child(odd) {
    width: 0.5rem;
  }

  .\32xl\:odd\:w-3:nth-child(odd) {
    width: 0.75rem;
  }

  .\32xl\:odd\:w-4:nth-child(odd) {
    width: 1rem;
  }

  .\32xl\:odd\:w-5:nth-child(odd) {
    width: 1.25rem;
  }

  .\32xl\:odd\:w-6:nth-child(odd) {
    width: 1.5rem;
  }

  .\32xl\:odd\:w-7:nth-child(odd) {
    width: 1.75rem;
  }

  .\32xl\:odd\:w-8:nth-child(odd) {
    width: 2rem;
  }

  .\32xl\:odd\:w-9:nth-child(odd) {
    width: 2.25rem;
  }

  .\32xl\:odd\:w-10:nth-child(odd) {
    width: 2.5rem;
  }

  .\32xl\:odd\:w-11:nth-child(odd) {
    width: 2.75rem;
  }

  .\32xl\:odd\:w-12:nth-child(odd) {
    width: 3rem;
  }

  .\32xl\:odd\:w-14:nth-child(odd) {
    width: 3.5rem;
  }

  .\32xl\:odd\:w-16:nth-child(odd) {
    width: 4rem;
  }

  .\32xl\:odd\:w-20:nth-child(odd) {
    width: 5rem;
  }

  .\32xl\:odd\:w-24:nth-child(odd) {
    width: 6rem;
  }

  .\32xl\:odd\:w-28:nth-child(odd) {
    width: 7rem;
  }

  .\32xl\:odd\:w-32:nth-child(odd) {
    width: 8rem;
  }

  .\32xl\:odd\:w-36:nth-child(odd) {
    width: 9rem;
  }

  .\32xl\:odd\:w-40:nth-child(odd) {
    width: 10rem;
  }

  .\32xl\:odd\:w-44:nth-child(odd) {
    width: 11rem;
  }

  .\32xl\:odd\:w-48:nth-child(odd) {
    width: 12rem;
  }

  .\32xl\:odd\:w-52:nth-child(odd) {
    width: 13rem;
  }

  .\32xl\:odd\:w-56:nth-child(odd) {
    width: 14rem;
  }

  .\32xl\:odd\:w-60:nth-child(odd) {
    width: 15rem;
  }

  .\32xl\:odd\:w-64:nth-child(odd) {
    width: 16rem;
  }

  .\32xl\:odd\:w-72:nth-child(odd) {
    width: 18rem;
  }

  .\32xl\:odd\:w-80:nth-child(odd) {
    width: 20rem;
  }

  .\32xl\:odd\:w-96:nth-child(odd) {
    width: 24rem;
  }

  .\32xl\:odd\:w-auto:nth-child(odd) {
    width: auto;
  }

  .\32xl\:odd\:w-px:nth-child(odd) {
    width: 1px;
  }

  .\32xl\:odd\:w-0\.5:nth-child(odd) {
    width: 0.125rem;
  }

  .\32xl\:odd\:w-1\.5:nth-child(odd) {
    width: 0.375rem;
  }

  .\32xl\:odd\:w-2\.5:nth-child(odd) {
    width: 0.625rem;
  }

  .\32xl\:odd\:w-3\.5:nth-child(odd) {
    width: 0.875rem;
  }

  .\32xl\:odd\:w-1\/2:nth-child(odd) {
    width: 50%;
  }

  .\32xl\:odd\:w-1\/3:nth-child(odd) {
    width: 33.333333%;
  }

  .\32xl\:odd\:w-2\/3:nth-child(odd) {
    width: 66.666667%;
  }

  .\32xl\:odd\:w-1\/4:nth-child(odd) {
    width: 25%;
  }

  .\32xl\:odd\:w-2\/4:nth-child(odd) {
    width: 50%;
  }

  .\32xl\:odd\:w-3\/4:nth-child(odd) {
    width: 75%;
  }

  .\32xl\:odd\:w-1\/5:nth-child(odd) {
    width: 20%;
  }

  .\32xl\:odd\:w-2\/5:nth-child(odd) {
    width: 40%;
  }

  .\32xl\:odd\:w-3\/5:nth-child(odd) {
    width: 60%;
  }

  .\32xl\:odd\:w-4\/5:nth-child(odd) {
    width: 80%;
  }

  .\32xl\:odd\:w-1\/6:nth-child(odd) {
    width: 16.666667%;
  }

  .\32xl\:odd\:w-2\/6:nth-child(odd) {
    width: 33.333333%;
  }

  .\32xl\:odd\:w-3\/6:nth-child(odd) {
    width: 50%;
  }

  .\32xl\:odd\:w-4\/6:nth-child(odd) {
    width: 66.666667%;
  }

  .\32xl\:odd\:w-5\/6:nth-child(odd) {
    width: 83.333333%;
  }

  .\32xl\:odd\:w-1\/12:nth-child(odd) {
    width: 8.333333%;
  }

  .\32xl\:odd\:w-2\/12:nth-child(odd) {
    width: 16.666667%;
  }

  .\32xl\:odd\:w-3\/12:nth-child(odd) {
    width: 25%;
  }

  .\32xl\:odd\:w-4\/12:nth-child(odd) {
    width: 33.333333%;
  }

  .\32xl\:odd\:w-5\/12:nth-child(odd) {
    width: 41.666667%;
  }

  .\32xl\:odd\:w-6\/12:nth-child(odd) {
    width: 50%;
  }

  .\32xl\:odd\:w-7\/12:nth-child(odd) {
    width: 58.333333%;
  }

  .\32xl\:odd\:w-8\/12:nth-child(odd) {
    width: 66.666667%;
  }

  .\32xl\:odd\:w-9\/12:nth-child(odd) {
    width: 75%;
  }

  .\32xl\:odd\:w-10\/12:nth-child(odd) {
    width: 83.333333%;
  }

  .\32xl\:odd\:w-11\/12:nth-child(odd) {
    width: 91.666667%;
  }

  .\32xl\:odd\:w-full:nth-child(odd) {
    width: 100%;
  }

  .\32xl\:odd\:w-screen:nth-child(odd) {
    width: 100vw;
  }

  .\32xl\:odd\:w-min:nth-child(odd) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:odd\:w-max:nth-child(odd) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:even\:w-0:nth-child(even) {
    width: 0px;
  }

  .\32xl\:even\:w-1:nth-child(even) {
    width: 0.25rem;
  }

  .\32xl\:even\:w-2:nth-child(even) {
    width: 0.5rem;
  }

  .\32xl\:even\:w-3:nth-child(even) {
    width: 0.75rem;
  }

  .\32xl\:even\:w-4:nth-child(even) {
    width: 1rem;
  }

  .\32xl\:even\:w-5:nth-child(even) {
    width: 1.25rem;
  }

  .\32xl\:even\:w-6:nth-child(even) {
    width: 1.5rem;
  }

  .\32xl\:even\:w-7:nth-child(even) {
    width: 1.75rem;
  }

  .\32xl\:even\:w-8:nth-child(even) {
    width: 2rem;
  }

  .\32xl\:even\:w-9:nth-child(even) {
    width: 2.25rem;
  }

  .\32xl\:even\:w-10:nth-child(even) {
    width: 2.5rem;
  }

  .\32xl\:even\:w-11:nth-child(even) {
    width: 2.75rem;
  }

  .\32xl\:even\:w-12:nth-child(even) {
    width: 3rem;
  }

  .\32xl\:even\:w-14:nth-child(even) {
    width: 3.5rem;
  }

  .\32xl\:even\:w-16:nth-child(even) {
    width: 4rem;
  }

  .\32xl\:even\:w-20:nth-child(even) {
    width: 5rem;
  }

  .\32xl\:even\:w-24:nth-child(even) {
    width: 6rem;
  }

  .\32xl\:even\:w-28:nth-child(even) {
    width: 7rem;
  }

  .\32xl\:even\:w-32:nth-child(even) {
    width: 8rem;
  }

  .\32xl\:even\:w-36:nth-child(even) {
    width: 9rem;
  }

  .\32xl\:even\:w-40:nth-child(even) {
    width: 10rem;
  }

  .\32xl\:even\:w-44:nth-child(even) {
    width: 11rem;
  }

  .\32xl\:even\:w-48:nth-child(even) {
    width: 12rem;
  }

  .\32xl\:even\:w-52:nth-child(even) {
    width: 13rem;
  }

  .\32xl\:even\:w-56:nth-child(even) {
    width: 14rem;
  }

  .\32xl\:even\:w-60:nth-child(even) {
    width: 15rem;
  }

  .\32xl\:even\:w-64:nth-child(even) {
    width: 16rem;
  }

  .\32xl\:even\:w-72:nth-child(even) {
    width: 18rem;
  }

  .\32xl\:even\:w-80:nth-child(even) {
    width: 20rem;
  }

  .\32xl\:even\:w-96:nth-child(even) {
    width: 24rem;
  }

  .\32xl\:even\:w-auto:nth-child(even) {
    width: auto;
  }

  .\32xl\:even\:w-px:nth-child(even) {
    width: 1px;
  }

  .\32xl\:even\:w-0\.5:nth-child(even) {
    width: 0.125rem;
  }

  .\32xl\:even\:w-1\.5:nth-child(even) {
    width: 0.375rem;
  }

  .\32xl\:even\:w-2\.5:nth-child(even) {
    width: 0.625rem;
  }

  .\32xl\:even\:w-3\.5:nth-child(even) {
    width: 0.875rem;
  }

  .\32xl\:even\:w-1\/2:nth-child(even) {
    width: 50%;
  }

  .\32xl\:even\:w-1\/3:nth-child(even) {
    width: 33.333333%;
  }

  .\32xl\:even\:w-2\/3:nth-child(even) {
    width: 66.666667%;
  }

  .\32xl\:even\:w-1\/4:nth-child(even) {
    width: 25%;
  }

  .\32xl\:even\:w-2\/4:nth-child(even) {
    width: 50%;
  }

  .\32xl\:even\:w-3\/4:nth-child(even) {
    width: 75%;
  }

  .\32xl\:even\:w-1\/5:nth-child(even) {
    width: 20%;
  }

  .\32xl\:even\:w-2\/5:nth-child(even) {
    width: 40%;
  }

  .\32xl\:even\:w-3\/5:nth-child(even) {
    width: 60%;
  }

  .\32xl\:even\:w-4\/5:nth-child(even) {
    width: 80%;
  }

  .\32xl\:even\:w-1\/6:nth-child(even) {
    width: 16.666667%;
  }

  .\32xl\:even\:w-2\/6:nth-child(even) {
    width: 33.333333%;
  }

  .\32xl\:even\:w-3\/6:nth-child(even) {
    width: 50%;
  }

  .\32xl\:even\:w-4\/6:nth-child(even) {
    width: 66.666667%;
  }

  .\32xl\:even\:w-5\/6:nth-child(even) {
    width: 83.333333%;
  }

  .\32xl\:even\:w-1\/12:nth-child(even) {
    width: 8.333333%;
  }

  .\32xl\:even\:w-2\/12:nth-child(even) {
    width: 16.666667%;
  }

  .\32xl\:even\:w-3\/12:nth-child(even) {
    width: 25%;
  }

  .\32xl\:even\:w-4\/12:nth-child(even) {
    width: 33.333333%;
  }

  .\32xl\:even\:w-5\/12:nth-child(even) {
    width: 41.666667%;
  }

  .\32xl\:even\:w-6\/12:nth-child(even) {
    width: 50%;
  }

  .\32xl\:even\:w-7\/12:nth-child(even) {
    width: 58.333333%;
  }

  .\32xl\:even\:w-8\/12:nth-child(even) {
    width: 66.666667%;
  }

  .\32xl\:even\:w-9\/12:nth-child(even) {
    width: 75%;
  }

  .\32xl\:even\:w-10\/12:nth-child(even) {
    width: 83.333333%;
  }

  .\32xl\:even\:w-11\/12:nth-child(even) {
    width: 91.666667%;
  }

  .\32xl\:even\:w-full:nth-child(even) {
    width: 100%;
  }

  .\32xl\:even\:w-screen:nth-child(even) {
    width: 100vw;
  }

  .\32xl\:even\:w-min:nth-child(even) {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:even\:w-max:nth-child(even) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:hover\:w-0:hover {
    width: 0px;
  }

  .\32xl\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .\32xl\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .\32xl\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .\32xl\:hover\:w-4:hover {
    width: 1rem;
  }

  .\32xl\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .\32xl\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .\32xl\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .\32xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .\32xl\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .\32xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .\32xl\:hover\:w-11:hover {
    width: 2.75rem;
  }

  .\32xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .\32xl\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .\32xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .\32xl\:hover\:w-20:hover {
    width: 5rem;
  }

  .\32xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .\32xl\:hover\:w-28:hover {
    width: 7rem;
  }

  .\32xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .\32xl\:hover\:w-36:hover {
    width: 9rem;
  }

  .\32xl\:hover\:w-40:hover {
    width: 10rem;
  }

  .\32xl\:hover\:w-44:hover {
    width: 11rem;
  }

  .\32xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .\32xl\:hover\:w-52:hover {
    width: 13rem;
  }

  .\32xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .\32xl\:hover\:w-60:hover {
    width: 15rem;
  }

  .\32xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .\32xl\:hover\:w-72:hover {
    width: 18rem;
  }

  .\32xl\:hover\:w-80:hover {
    width: 20rem;
  }

  .\32xl\:hover\:w-96:hover {
    width: 24rem;
  }

  .\32xl\:hover\:w-auto:hover {
    width: auto;
  }

  .\32xl\:hover\:w-px:hover {
    width: 1px;
  }

  .\32xl\:hover\:w-0\.5:hover {
    width: 0.125rem;
  }

  .\32xl\:hover\:w-1\.5:hover {
    width: 0.375rem;
  }

  .\32xl\:hover\:w-2\.5:hover {
    width: 0.625rem;
  }

  .\32xl\:hover\:w-3\.5:hover {
    width: 0.875rem;
  }

  .\32xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .\32xl\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .\32xl\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .\32xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .\32xl\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .\32xl\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .\32xl\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .\32xl\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .\32xl\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .\32xl\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .\32xl\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .\32xl\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .\32xl\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .\32xl\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .\32xl\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .\32xl\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .\32xl\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .\32xl\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .\32xl\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .\32xl\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .\32xl\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .\32xl\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .\32xl\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .\32xl\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .\32xl\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .\32xl\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .\32xl\:hover\:w-full:hover {
    width: 100%;
  }

  .\32xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .\32xl\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:focus\:w-0:focus {
    width: 0px;
  }

  .\32xl\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .\32xl\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .\32xl\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .\32xl\:focus\:w-4:focus {
    width: 1rem;
  }

  .\32xl\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .\32xl\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .\32xl\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .\32xl\:focus\:w-8:focus {
    width: 2rem;
  }

  .\32xl\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .\32xl\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .\32xl\:focus\:w-11:focus {
    width: 2.75rem;
  }

  .\32xl\:focus\:w-12:focus {
    width: 3rem;
  }

  .\32xl\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .\32xl\:focus\:w-16:focus {
    width: 4rem;
  }

  .\32xl\:focus\:w-20:focus {
    width: 5rem;
  }

  .\32xl\:focus\:w-24:focus {
    width: 6rem;
  }

  .\32xl\:focus\:w-28:focus {
    width: 7rem;
  }

  .\32xl\:focus\:w-32:focus {
    width: 8rem;
  }

  .\32xl\:focus\:w-36:focus {
    width: 9rem;
  }

  .\32xl\:focus\:w-40:focus {
    width: 10rem;
  }

  .\32xl\:focus\:w-44:focus {
    width: 11rem;
  }

  .\32xl\:focus\:w-48:focus {
    width: 12rem;
  }

  .\32xl\:focus\:w-52:focus {
    width: 13rem;
  }

  .\32xl\:focus\:w-56:focus {
    width: 14rem;
  }

  .\32xl\:focus\:w-60:focus {
    width: 15rem;
  }

  .\32xl\:focus\:w-64:focus {
    width: 16rem;
  }

  .\32xl\:focus\:w-72:focus {
    width: 18rem;
  }

  .\32xl\:focus\:w-80:focus {
    width: 20rem;
  }

  .\32xl\:focus\:w-96:focus {
    width: 24rem;
  }

  .\32xl\:focus\:w-auto:focus {
    width: auto;
  }

  .\32xl\:focus\:w-px:focus {
    width: 1px;
  }

  .\32xl\:focus\:w-0\.5:focus {
    width: 0.125rem;
  }

  .\32xl\:focus\:w-1\.5:focus {
    width: 0.375rem;
  }

  .\32xl\:focus\:w-2\.5:focus {
    width: 0.625rem;
  }

  .\32xl\:focus\:w-3\.5:focus {
    width: 0.875rem;
  }

  .\32xl\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .\32xl\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .\32xl\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .\32xl\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .\32xl\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .\32xl\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .\32xl\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .\32xl\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .\32xl\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .\32xl\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .\32xl\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .\32xl\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .\32xl\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .\32xl\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .\32xl\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .\32xl\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .\32xl\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .\32xl\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .\32xl\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .\32xl\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .\32xl\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .\32xl\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .\32xl\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .\32xl\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .\32xl\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .\32xl\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .\32xl\:focus\:w-full:focus {
    width: 100%;
  }

  .\32xl\:focus\:w-screen:focus {
    width: 100vw;
  }

  .\32xl\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:active\:w-0:active {
    width: 0px;
  }

  .\32xl\:active\:w-1:active {
    width: 0.25rem;
  }

  .\32xl\:active\:w-2:active {
    width: 0.5rem;
  }

  .\32xl\:active\:w-3:active {
    width: 0.75rem;
  }

  .\32xl\:active\:w-4:active {
    width: 1rem;
  }

  .\32xl\:active\:w-5:active {
    width: 1.25rem;
  }

  .\32xl\:active\:w-6:active {
    width: 1.5rem;
  }

  .\32xl\:active\:w-7:active {
    width: 1.75rem;
  }

  .\32xl\:active\:w-8:active {
    width: 2rem;
  }

  .\32xl\:active\:w-9:active {
    width: 2.25rem;
  }

  .\32xl\:active\:w-10:active {
    width: 2.5rem;
  }

  .\32xl\:active\:w-11:active {
    width: 2.75rem;
  }

  .\32xl\:active\:w-12:active {
    width: 3rem;
  }

  .\32xl\:active\:w-14:active {
    width: 3.5rem;
  }

  .\32xl\:active\:w-16:active {
    width: 4rem;
  }

  .\32xl\:active\:w-20:active {
    width: 5rem;
  }

  .\32xl\:active\:w-24:active {
    width: 6rem;
  }

  .\32xl\:active\:w-28:active {
    width: 7rem;
  }

  .\32xl\:active\:w-32:active {
    width: 8rem;
  }

  .\32xl\:active\:w-36:active {
    width: 9rem;
  }

  .\32xl\:active\:w-40:active {
    width: 10rem;
  }

  .\32xl\:active\:w-44:active {
    width: 11rem;
  }

  .\32xl\:active\:w-48:active {
    width: 12rem;
  }

  .\32xl\:active\:w-52:active {
    width: 13rem;
  }

  .\32xl\:active\:w-56:active {
    width: 14rem;
  }

  .\32xl\:active\:w-60:active {
    width: 15rem;
  }

  .\32xl\:active\:w-64:active {
    width: 16rem;
  }

  .\32xl\:active\:w-72:active {
    width: 18rem;
  }

  .\32xl\:active\:w-80:active {
    width: 20rem;
  }

  .\32xl\:active\:w-96:active {
    width: 24rem;
  }

  .\32xl\:active\:w-auto:active {
    width: auto;
  }

  .\32xl\:active\:w-px:active {
    width: 1px;
  }

  .\32xl\:active\:w-0\.5:active {
    width: 0.125rem;
  }

  .\32xl\:active\:w-1\.5:active {
    width: 0.375rem;
  }

  .\32xl\:active\:w-2\.5:active {
    width: 0.625rem;
  }

  .\32xl\:active\:w-3\.5:active {
    width: 0.875rem;
  }

  .\32xl\:active\:w-1\/2:active {
    width: 50%;
  }

  .\32xl\:active\:w-1\/3:active {
    width: 33.333333%;
  }

  .\32xl\:active\:w-2\/3:active {
    width: 66.666667%;
  }

  .\32xl\:active\:w-1\/4:active {
    width: 25%;
  }

  .\32xl\:active\:w-2\/4:active {
    width: 50%;
  }

  .\32xl\:active\:w-3\/4:active {
    width: 75%;
  }

  .\32xl\:active\:w-1\/5:active {
    width: 20%;
  }

  .\32xl\:active\:w-2\/5:active {
    width: 40%;
  }

  .\32xl\:active\:w-3\/5:active {
    width: 60%;
  }

  .\32xl\:active\:w-4\/5:active {
    width: 80%;
  }

  .\32xl\:active\:w-1\/6:active {
    width: 16.666667%;
  }

  .\32xl\:active\:w-2\/6:active {
    width: 33.333333%;
  }

  .\32xl\:active\:w-3\/6:active {
    width: 50%;
  }

  .\32xl\:active\:w-4\/6:active {
    width: 66.666667%;
  }

  .\32xl\:active\:w-5\/6:active {
    width: 83.333333%;
  }

  .\32xl\:active\:w-1\/12:active {
    width: 8.333333%;
  }

  .\32xl\:active\:w-2\/12:active {
    width: 16.666667%;
  }

  .\32xl\:active\:w-3\/12:active {
    width: 25%;
  }

  .\32xl\:active\:w-4\/12:active {
    width: 33.333333%;
  }

  .\32xl\:active\:w-5\/12:active {
    width: 41.666667%;
  }

  .\32xl\:active\:w-6\/12:active {
    width: 50%;
  }

  .\32xl\:active\:w-7\/12:active {
    width: 58.333333%;
  }

  .\32xl\:active\:w-8\/12:active {
    width: 66.666667%;
  }

  .\32xl\:active\:w-9\/12:active {
    width: 75%;
  }

  .\32xl\:active\:w-10\/12:active {
    width: 83.333333%;
  }

  .\32xl\:active\:w-11\/12:active {
    width: 91.666667%;
  }

  .\32xl\:active\:w-full:active {
    width: 100%;
  }

  .\32xl\:active\:w-screen:active {
    width: 100vw;
  }

  .\32xl\:active\:w-min:active {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:active\:w-max:active {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:visited\:w-0:visited {
    width: 0px;
  }

  .\32xl\:visited\:w-1:visited {
    width: 0.25rem;
  }

  .\32xl\:visited\:w-2:visited {
    width: 0.5rem;
  }

  .\32xl\:visited\:w-3:visited {
    width: 0.75rem;
  }

  .\32xl\:visited\:w-4:visited {
    width: 1rem;
  }

  .\32xl\:visited\:w-5:visited {
    width: 1.25rem;
  }

  .\32xl\:visited\:w-6:visited {
    width: 1.5rem;
  }

  .\32xl\:visited\:w-7:visited {
    width: 1.75rem;
  }

  .\32xl\:visited\:w-8:visited {
    width: 2rem;
  }

  .\32xl\:visited\:w-9:visited {
    width: 2.25rem;
  }

  .\32xl\:visited\:w-10:visited {
    width: 2.5rem;
  }

  .\32xl\:visited\:w-11:visited {
    width: 2.75rem;
  }

  .\32xl\:visited\:w-12:visited {
    width: 3rem;
  }

  .\32xl\:visited\:w-14:visited {
    width: 3.5rem;
  }

  .\32xl\:visited\:w-16:visited {
    width: 4rem;
  }

  .\32xl\:visited\:w-20:visited {
    width: 5rem;
  }

  .\32xl\:visited\:w-24:visited {
    width: 6rem;
  }

  .\32xl\:visited\:w-28:visited {
    width: 7rem;
  }

  .\32xl\:visited\:w-32:visited {
    width: 8rem;
  }

  .\32xl\:visited\:w-36:visited {
    width: 9rem;
  }

  .\32xl\:visited\:w-40:visited {
    width: 10rem;
  }

  .\32xl\:visited\:w-44:visited {
    width: 11rem;
  }

  .\32xl\:visited\:w-48:visited {
    width: 12rem;
  }

  .\32xl\:visited\:w-52:visited {
    width: 13rem;
  }

  .\32xl\:visited\:w-56:visited {
    width: 14rem;
  }

  .\32xl\:visited\:w-60:visited {
    width: 15rem;
  }

  .\32xl\:visited\:w-64:visited {
    width: 16rem;
  }

  .\32xl\:visited\:w-72:visited {
    width: 18rem;
  }

  .\32xl\:visited\:w-80:visited {
    width: 20rem;
  }

  .\32xl\:visited\:w-96:visited {
    width: 24rem;
  }

  .\32xl\:visited\:w-auto:visited {
    width: auto;
  }

  .\32xl\:visited\:w-px:visited {
    width: 1px;
  }

  .\32xl\:visited\:w-0\.5:visited {
    width: 0.125rem;
  }

  .\32xl\:visited\:w-1\.5:visited {
    width: 0.375rem;
  }

  .\32xl\:visited\:w-2\.5:visited {
    width: 0.625rem;
  }

  .\32xl\:visited\:w-3\.5:visited {
    width: 0.875rem;
  }

  .\32xl\:visited\:w-1\/2:visited {
    width: 50%;
  }

  .\32xl\:visited\:w-1\/3:visited {
    width: 33.333333%;
  }

  .\32xl\:visited\:w-2\/3:visited {
    width: 66.666667%;
  }

  .\32xl\:visited\:w-1\/4:visited {
    width: 25%;
  }

  .\32xl\:visited\:w-2\/4:visited {
    width: 50%;
  }

  .\32xl\:visited\:w-3\/4:visited {
    width: 75%;
  }

  .\32xl\:visited\:w-1\/5:visited {
    width: 20%;
  }

  .\32xl\:visited\:w-2\/5:visited {
    width: 40%;
  }

  .\32xl\:visited\:w-3\/5:visited {
    width: 60%;
  }

  .\32xl\:visited\:w-4\/5:visited {
    width: 80%;
  }

  .\32xl\:visited\:w-1\/6:visited {
    width: 16.666667%;
  }

  .\32xl\:visited\:w-2\/6:visited {
    width: 33.333333%;
  }

  .\32xl\:visited\:w-3\/6:visited {
    width: 50%;
  }

  .\32xl\:visited\:w-4\/6:visited {
    width: 66.666667%;
  }

  .\32xl\:visited\:w-5\/6:visited {
    width: 83.333333%;
  }

  .\32xl\:visited\:w-1\/12:visited {
    width: 8.333333%;
  }

  .\32xl\:visited\:w-2\/12:visited {
    width: 16.666667%;
  }

  .\32xl\:visited\:w-3\/12:visited {
    width: 25%;
  }

  .\32xl\:visited\:w-4\/12:visited {
    width: 33.333333%;
  }

  .\32xl\:visited\:w-5\/12:visited {
    width: 41.666667%;
  }

  .\32xl\:visited\:w-6\/12:visited {
    width: 50%;
  }

  .\32xl\:visited\:w-7\/12:visited {
    width: 58.333333%;
  }

  .\32xl\:visited\:w-8\/12:visited {
    width: 66.666667%;
  }

  .\32xl\:visited\:w-9\/12:visited {
    width: 75%;
  }

  .\32xl\:visited\:w-10\/12:visited {
    width: 83.333333%;
  }

  .\32xl\:visited\:w-11\/12:visited {
    width: 91.666667%;
  }

  .\32xl\:visited\:w-full:visited {
    width: 100%;
  }

  .\32xl\:visited\:w-screen:visited {
    width: 100vw;
  }

  .\32xl\:visited\:w-min:visited {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:visited\:w-max:visited {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:disabled\:w-0:disabled {
    width: 0px;
  }

  .\32xl\:disabled\:w-1:disabled {
    width: 0.25rem;
  }

  .\32xl\:disabled\:w-2:disabled {
    width: 0.5rem;
  }

  .\32xl\:disabled\:w-3:disabled {
    width: 0.75rem;
  }

  .\32xl\:disabled\:w-4:disabled {
    width: 1rem;
  }

  .\32xl\:disabled\:w-5:disabled {
    width: 1.25rem;
  }

  .\32xl\:disabled\:w-6:disabled {
    width: 1.5rem;
  }

  .\32xl\:disabled\:w-7:disabled {
    width: 1.75rem;
  }

  .\32xl\:disabled\:w-8:disabled {
    width: 2rem;
  }

  .\32xl\:disabled\:w-9:disabled {
    width: 2.25rem;
  }

  .\32xl\:disabled\:w-10:disabled {
    width: 2.5rem;
  }

  .\32xl\:disabled\:w-11:disabled {
    width: 2.75rem;
  }

  .\32xl\:disabled\:w-12:disabled {
    width: 3rem;
  }

  .\32xl\:disabled\:w-14:disabled {
    width: 3.5rem;
  }

  .\32xl\:disabled\:w-16:disabled {
    width: 4rem;
  }

  .\32xl\:disabled\:w-20:disabled {
    width: 5rem;
  }

  .\32xl\:disabled\:w-24:disabled {
    width: 6rem;
  }

  .\32xl\:disabled\:w-28:disabled {
    width: 7rem;
  }

  .\32xl\:disabled\:w-32:disabled {
    width: 8rem;
  }

  .\32xl\:disabled\:w-36:disabled {
    width: 9rem;
  }

  .\32xl\:disabled\:w-40:disabled {
    width: 10rem;
  }

  .\32xl\:disabled\:w-44:disabled {
    width: 11rem;
  }

  .\32xl\:disabled\:w-48:disabled {
    width: 12rem;
  }

  .\32xl\:disabled\:w-52:disabled {
    width: 13rem;
  }

  .\32xl\:disabled\:w-56:disabled {
    width: 14rem;
  }

  .\32xl\:disabled\:w-60:disabled {
    width: 15rem;
  }

  .\32xl\:disabled\:w-64:disabled {
    width: 16rem;
  }

  .\32xl\:disabled\:w-72:disabled {
    width: 18rem;
  }

  .\32xl\:disabled\:w-80:disabled {
    width: 20rem;
  }

  .\32xl\:disabled\:w-96:disabled {
    width: 24rem;
  }

  .\32xl\:disabled\:w-auto:disabled {
    width: auto;
  }

  .\32xl\:disabled\:w-px:disabled {
    width: 1px;
  }

  .\32xl\:disabled\:w-0\.5:disabled {
    width: 0.125rem;
  }

  .\32xl\:disabled\:w-1\.5:disabled {
    width: 0.375rem;
  }

  .\32xl\:disabled\:w-2\.5:disabled {
    width: 0.625rem;
  }

  .\32xl\:disabled\:w-3\.5:disabled {
    width: 0.875rem;
  }

  .\32xl\:disabled\:w-1\/2:disabled {
    width: 50%;
  }

  .\32xl\:disabled\:w-1\/3:disabled {
    width: 33.333333%;
  }

  .\32xl\:disabled\:w-2\/3:disabled {
    width: 66.666667%;
  }

  .\32xl\:disabled\:w-1\/4:disabled {
    width: 25%;
  }

  .\32xl\:disabled\:w-2\/4:disabled {
    width: 50%;
  }

  .\32xl\:disabled\:w-3\/4:disabled {
    width: 75%;
  }

  .\32xl\:disabled\:w-1\/5:disabled {
    width: 20%;
  }

  .\32xl\:disabled\:w-2\/5:disabled {
    width: 40%;
  }

  .\32xl\:disabled\:w-3\/5:disabled {
    width: 60%;
  }

  .\32xl\:disabled\:w-4\/5:disabled {
    width: 80%;
  }

  .\32xl\:disabled\:w-1\/6:disabled {
    width: 16.666667%;
  }

  .\32xl\:disabled\:w-2\/6:disabled {
    width: 33.333333%;
  }

  .\32xl\:disabled\:w-3\/6:disabled {
    width: 50%;
  }

  .\32xl\:disabled\:w-4\/6:disabled {
    width: 66.666667%;
  }

  .\32xl\:disabled\:w-5\/6:disabled {
    width: 83.333333%;
  }

  .\32xl\:disabled\:w-1\/12:disabled {
    width: 8.333333%;
  }

  .\32xl\:disabled\:w-2\/12:disabled {
    width: 16.666667%;
  }

  .\32xl\:disabled\:w-3\/12:disabled {
    width: 25%;
  }

  .\32xl\:disabled\:w-4\/12:disabled {
    width: 33.333333%;
  }

  .\32xl\:disabled\:w-5\/12:disabled {
    width: 41.666667%;
  }

  .\32xl\:disabled\:w-6\/12:disabled {
    width: 50%;
  }

  .\32xl\:disabled\:w-7\/12:disabled {
    width: 58.333333%;
  }

  .\32xl\:disabled\:w-8\/12:disabled {
    width: 66.666667%;
  }

  .\32xl\:disabled\:w-9\/12:disabled {
    width: 75%;
  }

  .\32xl\:disabled\:w-10\/12:disabled {
    width: 83.333333%;
  }

  .\32xl\:disabled\:w-11\/12:disabled {
    width: 91.666667%;
  }

  .\32xl\:disabled\:w-full:disabled {
    width: 100%;
  }

  .\32xl\:disabled\:w-screen:disabled {
    width: 100vw;
  }

  .\32xl\:disabled\:w-min:disabled {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:disabled\:w-max:disabled {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:z-0 {
    z-index: 0;
  }

  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:z-20 {
    z-index: 20;
  }

  .\32xl\:z-30 {
    z-index: 30;
  }

  .\32xl\:z-40 {
    z-index: 40;
  }

  .\32xl\:z-50 {
    z-index: 50;
  }

  .\32xl\:z-auto {
    z-index: auto;
  }

  .group:hover .\32xl\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .\32xl\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .\32xl\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .\32xl\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .\32xl\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .\32xl\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .\32xl\:group-hover\:z-auto {
    z-index: auto;
  }

  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .\32xl\:first\:z-0:first-child {
    z-index: 0;
  }

  .\32xl\:first\:z-10:first-child {
    z-index: 10;
  }

  .\32xl\:first\:z-20:first-child {
    z-index: 20;
  }

  .\32xl\:first\:z-30:first-child {
    z-index: 30;
  }

  .\32xl\:first\:z-40:first-child {
    z-index: 40;
  }

  .\32xl\:first\:z-50:first-child {
    z-index: 50;
  }

  .\32xl\:first\:z-auto:first-child {
    z-index: auto;
  }

  .\32xl\:last\:z-0:last-child {
    z-index: 0;
  }

  .\32xl\:last\:z-10:last-child {
    z-index: 10;
  }

  .\32xl\:last\:z-20:last-child {
    z-index: 20;
  }

  .\32xl\:last\:z-30:last-child {
    z-index: 30;
  }

  .\32xl\:last\:z-40:last-child {
    z-index: 40;
  }

  .\32xl\:last\:z-50:last-child {
    z-index: 50;
  }

  .\32xl\:last\:z-auto:last-child {
    z-index: auto;
  }

  .\32xl\:odd\:z-0:nth-child(odd) {
    z-index: 0;
  }

  .\32xl\:odd\:z-10:nth-child(odd) {
    z-index: 10;
  }

  .\32xl\:odd\:z-20:nth-child(odd) {
    z-index: 20;
  }

  .\32xl\:odd\:z-30:nth-child(odd) {
    z-index: 30;
  }

  .\32xl\:odd\:z-40:nth-child(odd) {
    z-index: 40;
  }

  .\32xl\:odd\:z-50:nth-child(odd) {
    z-index: 50;
  }

  .\32xl\:odd\:z-auto:nth-child(odd) {
    z-index: auto;
  }

  .\32xl\:even\:z-0:nth-child(even) {
    z-index: 0;
  }

  .\32xl\:even\:z-10:nth-child(even) {
    z-index: 10;
  }

  .\32xl\:even\:z-20:nth-child(even) {
    z-index: 20;
  }

  .\32xl\:even\:z-30:nth-child(even) {
    z-index: 30;
  }

  .\32xl\:even\:z-40:nth-child(even) {
    z-index: 40;
  }

  .\32xl\:even\:z-50:nth-child(even) {
    z-index: 50;
  }

  .\32xl\:even\:z-auto:nth-child(even) {
    z-index: auto;
  }

  .\32xl\:hover\:z-0:hover {
    z-index: 0;
  }

  .\32xl\:hover\:z-10:hover {
    z-index: 10;
  }

  .\32xl\:hover\:z-20:hover {
    z-index: 20;
  }

  .\32xl\:hover\:z-30:hover {
    z-index: 30;
  }

  .\32xl\:hover\:z-40:hover {
    z-index: 40;
  }

  .\32xl\:hover\:z-50:hover {
    z-index: 50;
  }

  .\32xl\:hover\:z-auto:hover {
    z-index: auto;
  }

  .\32xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .\32xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .\32xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .\32xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .\32xl\:active\:z-0:active {
    z-index: 0;
  }

  .\32xl\:active\:z-10:active {
    z-index: 10;
  }

  .\32xl\:active\:z-20:active {
    z-index: 20;
  }

  .\32xl\:active\:z-30:active {
    z-index: 30;
  }

  .\32xl\:active\:z-40:active {
    z-index: 40;
  }

  .\32xl\:active\:z-50:active {
    z-index: 50;
  }

  .\32xl\:active\:z-auto:active {
    z-index: auto;
  }

  .\32xl\:visited\:z-0:visited {
    z-index: 0;
  }

  .\32xl\:visited\:z-10:visited {
    z-index: 10;
  }

  .\32xl\:visited\:z-20:visited {
    z-index: 20;
  }

  .\32xl\:visited\:z-30:visited {
    z-index: 30;
  }

  .\32xl\:visited\:z-40:visited {
    z-index: 40;
  }

  .\32xl\:visited\:z-50:visited {
    z-index: 50;
  }

  .\32xl\:visited\:z-auto:visited {
    z-index: auto;
  }

  .\32xl\:disabled\:z-0:disabled {
    z-index: 0;
  }

  .\32xl\:disabled\:z-10:disabled {
    z-index: 10;
  }

  .\32xl\:disabled\:z-20:disabled {
    z-index: 20;
  }

  .\32xl\:disabled\:z-30:disabled {
    z-index: 30;
  }

  .\32xl\:disabled\:z-40:disabled {
    z-index: 40;
  }

  .\32xl\:disabled\:z-50:disabled {
    z-index: 50;
  }

  .\32xl\:disabled\:z-auto:disabled {
    z-index: auto;
  }

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:gap-96 {
    gap: 24rem;
  }

  .\32xl\:gap-px {
    gap: 1px;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px;
  }

  .\32xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:gap-0 {
    gap: 0px;
  }

  .group:hover .\32xl\:group-hover\:gap-1 {
    gap: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-2 {
    gap: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-3 {
    gap: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-4 {
    gap: 1rem;
  }

  .group:hover .\32xl\:group-hover\:gap-5 {
    gap: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-6 {
    gap: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-7 {
    gap: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-8 {
    gap: 2rem;
  }

  .group:hover .\32xl\:group-hover\:gap-9 {
    gap: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-10 {
    gap: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-11 {
    gap: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-12 {
    gap: 3rem;
  }

  .group:hover .\32xl\:group-hover\:gap-14 {
    gap: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-16 {
    gap: 4rem;
  }

  .group:hover .\32xl\:group-hover\:gap-20 {
    gap: 5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-24 {
    gap: 6rem;
  }

  .group:hover .\32xl\:group-hover\:gap-28 {
    gap: 7rem;
  }

  .group:hover .\32xl\:group-hover\:gap-32 {
    gap: 8rem;
  }

  .group:hover .\32xl\:group-hover\:gap-36 {
    gap: 9rem;
  }

  .group:hover .\32xl\:group-hover\:gap-40 {
    gap: 10rem;
  }

  .group:hover .\32xl\:group-hover\:gap-44 {
    gap: 11rem;
  }

  .group:hover .\32xl\:group-hover\:gap-48 {
    gap: 12rem;
  }

  .group:hover .\32xl\:group-hover\:gap-52 {
    gap: 13rem;
  }

  .group:hover .\32xl\:group-hover\:gap-56 {
    gap: 14rem;
  }

  .group:hover .\32xl\:group-hover\:gap-60 {
    gap: 15rem;
  }

  .group:hover .\32xl\:group-hover\:gap-64 {
    gap: 16rem;
  }

  .group:hover .\32xl\:group-hover\:gap-72 {
    gap: 18rem;
  }

  .group:hover .\32xl\:group-hover\:gap-80 {
    gap: 20rem;
  }

  .group:hover .\32xl\:group-hover\:gap-96 {
    gap: 24rem;
  }

  .group:hover .\32xl\:group-hover\:gap-px {
    gap: 1px;
  }

  .group:hover .\32xl\:group-hover\:gap-0\.5 {
    gap: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:gap-1\.5 {
    gap: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:gap-2\.5 {
    gap: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:gap-3\.5 {
    gap: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .group:hover .\32xl\:group-hover\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .group:hover .\32xl\:group-hover\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-0 {
    row-gap: 0px;
  }

  .group:hover .\32xl\:group-hover\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-4 {
    row-gap: 1rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-8 {
    row-gap: 2rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-12 {
    row-gap: 3rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-16 {
    row-gap: 4rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-20 {
    row-gap: 5rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-24 {
    row-gap: 6rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-28 {
    row-gap: 7rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-32 {
    row-gap: 8rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-36 {
    row-gap: 9rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-40 {
    row-gap: 10rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-44 {
    row-gap: 11rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-48 {
    row-gap: 12rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-52 {
    row-gap: 13rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-56 {
    row-gap: 14rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-60 {
    row-gap: 15rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-64 {
    row-gap: 16rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-72 {
    row-gap: 18rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-80 {
    row-gap: 20rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-96 {
    row-gap: 24rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-px {
    row-gap: 1px;
  }

  .group:hover .\32xl\:group-hover\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl\:focus-within\:gap-0:focus-within {
    gap: 0px;
  }

  .\32xl\:focus-within\:gap-1:focus-within {
    gap: 0.25rem;
  }

  .\32xl\:focus-within\:gap-2:focus-within {
    gap: 0.5rem;
  }

  .\32xl\:focus-within\:gap-3:focus-within {
    gap: 0.75rem;
  }

  .\32xl\:focus-within\:gap-4:focus-within {
    gap: 1rem;
  }

  .\32xl\:focus-within\:gap-5:focus-within {
    gap: 1.25rem;
  }

  .\32xl\:focus-within\:gap-6:focus-within {
    gap: 1.5rem;
  }

  .\32xl\:focus-within\:gap-7:focus-within {
    gap: 1.75rem;
  }

  .\32xl\:focus-within\:gap-8:focus-within {
    gap: 2rem;
  }

  .\32xl\:focus-within\:gap-9:focus-within {
    gap: 2.25rem;
  }

  .\32xl\:focus-within\:gap-10:focus-within {
    gap: 2.5rem;
  }

  .\32xl\:focus-within\:gap-11:focus-within {
    gap: 2.75rem;
  }

  .\32xl\:focus-within\:gap-12:focus-within {
    gap: 3rem;
  }

  .\32xl\:focus-within\:gap-14:focus-within {
    gap: 3.5rem;
  }

  .\32xl\:focus-within\:gap-16:focus-within {
    gap: 4rem;
  }

  .\32xl\:focus-within\:gap-20:focus-within {
    gap: 5rem;
  }

  .\32xl\:focus-within\:gap-24:focus-within {
    gap: 6rem;
  }

  .\32xl\:focus-within\:gap-28:focus-within {
    gap: 7rem;
  }

  .\32xl\:focus-within\:gap-32:focus-within {
    gap: 8rem;
  }

  .\32xl\:focus-within\:gap-36:focus-within {
    gap: 9rem;
  }

  .\32xl\:focus-within\:gap-40:focus-within {
    gap: 10rem;
  }

  .\32xl\:focus-within\:gap-44:focus-within {
    gap: 11rem;
  }

  .\32xl\:focus-within\:gap-48:focus-within {
    gap: 12rem;
  }

  .\32xl\:focus-within\:gap-52:focus-within {
    gap: 13rem;
  }

  .\32xl\:focus-within\:gap-56:focus-within {
    gap: 14rem;
  }

  .\32xl\:focus-within\:gap-60:focus-within {
    gap: 15rem;
  }

  .\32xl\:focus-within\:gap-64:focus-within {
    gap: 16rem;
  }

  .\32xl\:focus-within\:gap-72:focus-within {
    gap: 18rem;
  }

  .\32xl\:focus-within\:gap-80:focus-within {
    gap: 20rem;
  }

  .\32xl\:focus-within\:gap-96:focus-within {
    gap: 24rem;
  }

  .\32xl\:focus-within\:gap-px:focus-within {
    gap: 1px;
  }

  .\32xl\:focus-within\:gap-0\.5:focus-within {
    gap: 0.125rem;
  }

  .\32xl\:focus-within\:gap-1\.5:focus-within {
    gap: 0.375rem;
  }

  .\32xl\:focus-within\:gap-2\.5:focus-within {
    gap: 0.625rem;
  }

  .\32xl\:focus-within\:gap-3\.5:focus-within {
    gap: 0.875rem;
  }

  .\32xl\:focus-within\:gap-x-0:focus-within {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:focus-within\:gap-x-1:focus-within {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:focus-within\:gap-x-2:focus-within {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:focus-within\:gap-x-3:focus-within {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:focus-within\:gap-x-4:focus-within {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:focus-within\:gap-x-5:focus-within {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:focus-within\:gap-x-6:focus-within {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:focus-within\:gap-x-7:focus-within {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:focus-within\:gap-x-8:focus-within {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:focus-within\:gap-x-9:focus-within {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:focus-within\:gap-x-10:focus-within {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:focus-within\:gap-x-11:focus-within {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:focus-within\:gap-x-12:focus-within {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:focus-within\:gap-x-14:focus-within {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:focus-within\:gap-x-16:focus-within {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:focus-within\:gap-x-20:focus-within {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:focus-within\:gap-x-24:focus-within {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:focus-within\:gap-x-28:focus-within {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:focus-within\:gap-x-32:focus-within {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:focus-within\:gap-x-36:focus-within {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:focus-within\:gap-x-40:focus-within {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:focus-within\:gap-x-44:focus-within {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:focus-within\:gap-x-48:focus-within {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:focus-within\:gap-x-52:focus-within {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:focus-within\:gap-x-56:focus-within {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:focus-within\:gap-x-60:focus-within {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:focus-within\:gap-x-64:focus-within {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:focus-within\:gap-x-72:focus-within {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:focus-within\:gap-x-80:focus-within {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:focus-within\:gap-x-96:focus-within {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:focus-within\:gap-x-px:focus-within {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:focus-within\:gap-x-0\.5:focus-within {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:focus-within\:gap-x-1\.5:focus-within {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:focus-within\:gap-x-2\.5:focus-within {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:focus-within\:gap-x-3\.5:focus-within {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:focus-within\:gap-y-0:focus-within {
    row-gap: 0px;
  }

  .\32xl\:focus-within\:gap-y-1:focus-within {
    row-gap: 0.25rem;
  }

  .\32xl\:focus-within\:gap-y-2:focus-within {
    row-gap: 0.5rem;
  }

  .\32xl\:focus-within\:gap-y-3:focus-within {
    row-gap: 0.75rem;
  }

  .\32xl\:focus-within\:gap-y-4:focus-within {
    row-gap: 1rem;
  }

  .\32xl\:focus-within\:gap-y-5:focus-within {
    row-gap: 1.25rem;
  }

  .\32xl\:focus-within\:gap-y-6:focus-within {
    row-gap: 1.5rem;
  }

  .\32xl\:focus-within\:gap-y-7:focus-within {
    row-gap: 1.75rem;
  }

  .\32xl\:focus-within\:gap-y-8:focus-within {
    row-gap: 2rem;
  }

  .\32xl\:focus-within\:gap-y-9:focus-within {
    row-gap: 2.25rem;
  }

  .\32xl\:focus-within\:gap-y-10:focus-within {
    row-gap: 2.5rem;
  }

  .\32xl\:focus-within\:gap-y-11:focus-within {
    row-gap: 2.75rem;
  }

  .\32xl\:focus-within\:gap-y-12:focus-within {
    row-gap: 3rem;
  }

  .\32xl\:focus-within\:gap-y-14:focus-within {
    row-gap: 3.5rem;
  }

  .\32xl\:focus-within\:gap-y-16:focus-within {
    row-gap: 4rem;
  }

  .\32xl\:focus-within\:gap-y-20:focus-within {
    row-gap: 5rem;
  }

  .\32xl\:focus-within\:gap-y-24:focus-within {
    row-gap: 6rem;
  }

  .\32xl\:focus-within\:gap-y-28:focus-within {
    row-gap: 7rem;
  }

  .\32xl\:focus-within\:gap-y-32:focus-within {
    row-gap: 8rem;
  }

  .\32xl\:focus-within\:gap-y-36:focus-within {
    row-gap: 9rem;
  }

  .\32xl\:focus-within\:gap-y-40:focus-within {
    row-gap: 10rem;
  }

  .\32xl\:focus-within\:gap-y-44:focus-within {
    row-gap: 11rem;
  }

  .\32xl\:focus-within\:gap-y-48:focus-within {
    row-gap: 12rem;
  }

  .\32xl\:focus-within\:gap-y-52:focus-within {
    row-gap: 13rem;
  }

  .\32xl\:focus-within\:gap-y-56:focus-within {
    row-gap: 14rem;
  }

  .\32xl\:focus-within\:gap-y-60:focus-within {
    row-gap: 15rem;
  }

  .\32xl\:focus-within\:gap-y-64:focus-within {
    row-gap: 16rem;
  }

  .\32xl\:focus-within\:gap-y-72:focus-within {
    row-gap: 18rem;
  }

  .\32xl\:focus-within\:gap-y-80:focus-within {
    row-gap: 20rem;
  }

  .\32xl\:focus-within\:gap-y-96:focus-within {
    row-gap: 24rem;
  }

  .\32xl\:focus-within\:gap-y-px:focus-within {
    row-gap: 1px;
  }

  .\32xl\:focus-within\:gap-y-0\.5:focus-within {
    row-gap: 0.125rem;
  }

  .\32xl\:focus-within\:gap-y-1\.5:focus-within {
    row-gap: 0.375rem;
  }

  .\32xl\:focus-within\:gap-y-2\.5:focus-within {
    row-gap: 0.625rem;
  }

  .\32xl\:focus-within\:gap-y-3\.5:focus-within {
    row-gap: 0.875rem;
  }

  .\32xl\:first\:gap-0:first-child {
    gap: 0px;
  }

  .\32xl\:first\:gap-1:first-child {
    gap: 0.25rem;
  }

  .\32xl\:first\:gap-2:first-child {
    gap: 0.5rem;
  }

  .\32xl\:first\:gap-3:first-child {
    gap: 0.75rem;
  }

  .\32xl\:first\:gap-4:first-child {
    gap: 1rem;
  }

  .\32xl\:first\:gap-5:first-child {
    gap: 1.25rem;
  }

  .\32xl\:first\:gap-6:first-child {
    gap: 1.5rem;
  }

  .\32xl\:first\:gap-7:first-child {
    gap: 1.75rem;
  }

  .\32xl\:first\:gap-8:first-child {
    gap: 2rem;
  }

  .\32xl\:first\:gap-9:first-child {
    gap: 2.25rem;
  }

  .\32xl\:first\:gap-10:first-child {
    gap: 2.5rem;
  }

  .\32xl\:first\:gap-11:first-child {
    gap: 2.75rem;
  }

  .\32xl\:first\:gap-12:first-child {
    gap: 3rem;
  }

  .\32xl\:first\:gap-14:first-child {
    gap: 3.5rem;
  }

  .\32xl\:first\:gap-16:first-child {
    gap: 4rem;
  }

  .\32xl\:first\:gap-20:first-child {
    gap: 5rem;
  }

  .\32xl\:first\:gap-24:first-child {
    gap: 6rem;
  }

  .\32xl\:first\:gap-28:first-child {
    gap: 7rem;
  }

  .\32xl\:first\:gap-32:first-child {
    gap: 8rem;
  }

  .\32xl\:first\:gap-36:first-child {
    gap: 9rem;
  }

  .\32xl\:first\:gap-40:first-child {
    gap: 10rem;
  }

  .\32xl\:first\:gap-44:first-child {
    gap: 11rem;
  }

  .\32xl\:first\:gap-48:first-child {
    gap: 12rem;
  }

  .\32xl\:first\:gap-52:first-child {
    gap: 13rem;
  }

  .\32xl\:first\:gap-56:first-child {
    gap: 14rem;
  }

  .\32xl\:first\:gap-60:first-child {
    gap: 15rem;
  }

  .\32xl\:first\:gap-64:first-child {
    gap: 16rem;
  }

  .\32xl\:first\:gap-72:first-child {
    gap: 18rem;
  }

  .\32xl\:first\:gap-80:first-child {
    gap: 20rem;
  }

  .\32xl\:first\:gap-96:first-child {
    gap: 24rem;
  }

  .\32xl\:first\:gap-px:first-child {
    gap: 1px;
  }

  .\32xl\:first\:gap-0\.5:first-child {
    gap: 0.125rem;
  }

  .\32xl\:first\:gap-1\.5:first-child {
    gap: 0.375rem;
  }

  .\32xl\:first\:gap-2\.5:first-child {
    gap: 0.625rem;
  }

  .\32xl\:first\:gap-3\.5:first-child {
    gap: 0.875rem;
  }

  .\32xl\:first\:gap-x-0:first-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:first\:gap-x-1:first-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:first\:gap-x-2:first-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:first\:gap-x-3:first-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:first\:gap-x-4:first-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:first\:gap-x-5:first-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:first\:gap-x-6:first-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:first\:gap-x-7:first-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:first\:gap-x-8:first-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:first\:gap-x-9:first-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:first\:gap-x-10:first-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:first\:gap-x-11:first-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:first\:gap-x-12:first-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:first\:gap-x-14:first-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:first\:gap-x-16:first-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:first\:gap-x-20:first-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:first\:gap-x-24:first-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:first\:gap-x-28:first-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:first\:gap-x-32:first-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:first\:gap-x-36:first-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:first\:gap-x-40:first-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:first\:gap-x-44:first-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:first\:gap-x-48:first-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:first\:gap-x-52:first-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:first\:gap-x-56:first-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:first\:gap-x-60:first-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:first\:gap-x-64:first-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:first\:gap-x-72:first-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:first\:gap-x-80:first-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:first\:gap-x-96:first-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:first\:gap-x-px:first-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:first\:gap-x-0\.5:first-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:first\:gap-x-1\.5:first-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:first\:gap-x-2\.5:first-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:first\:gap-x-3\.5:first-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:first\:gap-y-0:first-child {
    row-gap: 0px;
  }

  .\32xl\:first\:gap-y-1:first-child {
    row-gap: 0.25rem;
  }

  .\32xl\:first\:gap-y-2:first-child {
    row-gap: 0.5rem;
  }

  .\32xl\:first\:gap-y-3:first-child {
    row-gap: 0.75rem;
  }

  .\32xl\:first\:gap-y-4:first-child {
    row-gap: 1rem;
  }

  .\32xl\:first\:gap-y-5:first-child {
    row-gap: 1.25rem;
  }

  .\32xl\:first\:gap-y-6:first-child {
    row-gap: 1.5rem;
  }

  .\32xl\:first\:gap-y-7:first-child {
    row-gap: 1.75rem;
  }

  .\32xl\:first\:gap-y-8:first-child {
    row-gap: 2rem;
  }

  .\32xl\:first\:gap-y-9:first-child {
    row-gap: 2.25rem;
  }

  .\32xl\:first\:gap-y-10:first-child {
    row-gap: 2.5rem;
  }

  .\32xl\:first\:gap-y-11:first-child {
    row-gap: 2.75rem;
  }

  .\32xl\:first\:gap-y-12:first-child {
    row-gap: 3rem;
  }

  .\32xl\:first\:gap-y-14:first-child {
    row-gap: 3.5rem;
  }

  .\32xl\:first\:gap-y-16:first-child {
    row-gap: 4rem;
  }

  .\32xl\:first\:gap-y-20:first-child {
    row-gap: 5rem;
  }

  .\32xl\:first\:gap-y-24:first-child {
    row-gap: 6rem;
  }

  .\32xl\:first\:gap-y-28:first-child {
    row-gap: 7rem;
  }

  .\32xl\:first\:gap-y-32:first-child {
    row-gap: 8rem;
  }

  .\32xl\:first\:gap-y-36:first-child {
    row-gap: 9rem;
  }

  .\32xl\:first\:gap-y-40:first-child {
    row-gap: 10rem;
  }

  .\32xl\:first\:gap-y-44:first-child {
    row-gap: 11rem;
  }

  .\32xl\:first\:gap-y-48:first-child {
    row-gap: 12rem;
  }

  .\32xl\:first\:gap-y-52:first-child {
    row-gap: 13rem;
  }

  .\32xl\:first\:gap-y-56:first-child {
    row-gap: 14rem;
  }

  .\32xl\:first\:gap-y-60:first-child {
    row-gap: 15rem;
  }

  .\32xl\:first\:gap-y-64:first-child {
    row-gap: 16rem;
  }

  .\32xl\:first\:gap-y-72:first-child {
    row-gap: 18rem;
  }

  .\32xl\:first\:gap-y-80:first-child {
    row-gap: 20rem;
  }

  .\32xl\:first\:gap-y-96:first-child {
    row-gap: 24rem;
  }

  .\32xl\:first\:gap-y-px:first-child {
    row-gap: 1px;
  }

  .\32xl\:first\:gap-y-0\.5:first-child {
    row-gap: 0.125rem;
  }

  .\32xl\:first\:gap-y-1\.5:first-child {
    row-gap: 0.375rem;
  }

  .\32xl\:first\:gap-y-2\.5:first-child {
    row-gap: 0.625rem;
  }

  .\32xl\:first\:gap-y-3\.5:first-child {
    row-gap: 0.875rem;
  }

  .\32xl\:last\:gap-0:last-child {
    gap: 0px;
  }

  .\32xl\:last\:gap-1:last-child {
    gap: 0.25rem;
  }

  .\32xl\:last\:gap-2:last-child {
    gap: 0.5rem;
  }

  .\32xl\:last\:gap-3:last-child {
    gap: 0.75rem;
  }

  .\32xl\:last\:gap-4:last-child {
    gap: 1rem;
  }

  .\32xl\:last\:gap-5:last-child {
    gap: 1.25rem;
  }

  .\32xl\:last\:gap-6:last-child {
    gap: 1.5rem;
  }

  .\32xl\:last\:gap-7:last-child {
    gap: 1.75rem;
  }

  .\32xl\:last\:gap-8:last-child {
    gap: 2rem;
  }

  .\32xl\:last\:gap-9:last-child {
    gap: 2.25rem;
  }

  .\32xl\:last\:gap-10:last-child {
    gap: 2.5rem;
  }

  .\32xl\:last\:gap-11:last-child {
    gap: 2.75rem;
  }

  .\32xl\:last\:gap-12:last-child {
    gap: 3rem;
  }

  .\32xl\:last\:gap-14:last-child {
    gap: 3.5rem;
  }

  .\32xl\:last\:gap-16:last-child {
    gap: 4rem;
  }

  .\32xl\:last\:gap-20:last-child {
    gap: 5rem;
  }

  .\32xl\:last\:gap-24:last-child {
    gap: 6rem;
  }

  .\32xl\:last\:gap-28:last-child {
    gap: 7rem;
  }

  .\32xl\:last\:gap-32:last-child {
    gap: 8rem;
  }

  .\32xl\:last\:gap-36:last-child {
    gap: 9rem;
  }

  .\32xl\:last\:gap-40:last-child {
    gap: 10rem;
  }

  .\32xl\:last\:gap-44:last-child {
    gap: 11rem;
  }

  .\32xl\:last\:gap-48:last-child {
    gap: 12rem;
  }

  .\32xl\:last\:gap-52:last-child {
    gap: 13rem;
  }

  .\32xl\:last\:gap-56:last-child {
    gap: 14rem;
  }

  .\32xl\:last\:gap-60:last-child {
    gap: 15rem;
  }

  .\32xl\:last\:gap-64:last-child {
    gap: 16rem;
  }

  .\32xl\:last\:gap-72:last-child {
    gap: 18rem;
  }

  .\32xl\:last\:gap-80:last-child {
    gap: 20rem;
  }

  .\32xl\:last\:gap-96:last-child {
    gap: 24rem;
  }

  .\32xl\:last\:gap-px:last-child {
    gap: 1px;
  }

  .\32xl\:last\:gap-0\.5:last-child {
    gap: 0.125rem;
  }

  .\32xl\:last\:gap-1\.5:last-child {
    gap: 0.375rem;
  }

  .\32xl\:last\:gap-2\.5:last-child {
    gap: 0.625rem;
  }

  .\32xl\:last\:gap-3\.5:last-child {
    gap: 0.875rem;
  }

  .\32xl\:last\:gap-x-0:last-child {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:last\:gap-x-1:last-child {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:last\:gap-x-2:last-child {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:last\:gap-x-3:last-child {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:last\:gap-x-4:last-child {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:last\:gap-x-5:last-child {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:last\:gap-x-6:last-child {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:last\:gap-x-7:last-child {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:last\:gap-x-8:last-child {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:last\:gap-x-9:last-child {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:last\:gap-x-10:last-child {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:last\:gap-x-11:last-child {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:last\:gap-x-12:last-child {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:last\:gap-x-14:last-child {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:last\:gap-x-16:last-child {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:last\:gap-x-20:last-child {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:last\:gap-x-24:last-child {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:last\:gap-x-28:last-child {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:last\:gap-x-32:last-child {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:last\:gap-x-36:last-child {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:last\:gap-x-40:last-child {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:last\:gap-x-44:last-child {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:last\:gap-x-48:last-child {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:last\:gap-x-52:last-child {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:last\:gap-x-56:last-child {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:last\:gap-x-60:last-child {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:last\:gap-x-64:last-child {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:last\:gap-x-72:last-child {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:last\:gap-x-80:last-child {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:last\:gap-x-96:last-child {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:last\:gap-x-px:last-child {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:last\:gap-x-0\.5:last-child {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:last\:gap-x-1\.5:last-child {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:last\:gap-x-2\.5:last-child {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:last\:gap-x-3\.5:last-child {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:last\:gap-y-0:last-child {
    row-gap: 0px;
  }

  .\32xl\:last\:gap-y-1:last-child {
    row-gap: 0.25rem;
  }

  .\32xl\:last\:gap-y-2:last-child {
    row-gap: 0.5rem;
  }

  .\32xl\:last\:gap-y-3:last-child {
    row-gap: 0.75rem;
  }

  .\32xl\:last\:gap-y-4:last-child {
    row-gap: 1rem;
  }

  .\32xl\:last\:gap-y-5:last-child {
    row-gap: 1.25rem;
  }

  .\32xl\:last\:gap-y-6:last-child {
    row-gap: 1.5rem;
  }

  .\32xl\:last\:gap-y-7:last-child {
    row-gap: 1.75rem;
  }

  .\32xl\:last\:gap-y-8:last-child {
    row-gap: 2rem;
  }

  .\32xl\:last\:gap-y-9:last-child {
    row-gap: 2.25rem;
  }

  .\32xl\:last\:gap-y-10:last-child {
    row-gap: 2.5rem;
  }

  .\32xl\:last\:gap-y-11:last-child {
    row-gap: 2.75rem;
  }

  .\32xl\:last\:gap-y-12:last-child {
    row-gap: 3rem;
  }

  .\32xl\:last\:gap-y-14:last-child {
    row-gap: 3.5rem;
  }

  .\32xl\:last\:gap-y-16:last-child {
    row-gap: 4rem;
  }

  .\32xl\:last\:gap-y-20:last-child {
    row-gap: 5rem;
  }

  .\32xl\:last\:gap-y-24:last-child {
    row-gap: 6rem;
  }

  .\32xl\:last\:gap-y-28:last-child {
    row-gap: 7rem;
  }

  .\32xl\:last\:gap-y-32:last-child {
    row-gap: 8rem;
  }

  .\32xl\:last\:gap-y-36:last-child {
    row-gap: 9rem;
  }

  .\32xl\:last\:gap-y-40:last-child {
    row-gap: 10rem;
  }

  .\32xl\:last\:gap-y-44:last-child {
    row-gap: 11rem;
  }

  .\32xl\:last\:gap-y-48:last-child {
    row-gap: 12rem;
  }

  .\32xl\:last\:gap-y-52:last-child {
    row-gap: 13rem;
  }

  .\32xl\:last\:gap-y-56:last-child {
    row-gap: 14rem;
  }

  .\32xl\:last\:gap-y-60:last-child {
    row-gap: 15rem;
  }

  .\32xl\:last\:gap-y-64:last-child {
    row-gap: 16rem;
  }

  .\32xl\:last\:gap-y-72:last-child {
    row-gap: 18rem;
  }

  .\32xl\:last\:gap-y-80:last-child {
    row-gap: 20rem;
  }

  .\32xl\:last\:gap-y-96:last-child {
    row-gap: 24rem;
  }

  .\32xl\:last\:gap-y-px:last-child {
    row-gap: 1px;
  }

  .\32xl\:last\:gap-y-0\.5:last-child {
    row-gap: 0.125rem;
  }

  .\32xl\:last\:gap-y-1\.5:last-child {
    row-gap: 0.375rem;
  }

  .\32xl\:last\:gap-y-2\.5:last-child {
    row-gap: 0.625rem;
  }

  .\32xl\:last\:gap-y-3\.5:last-child {
    row-gap: 0.875rem;
  }

  .\32xl\:odd\:gap-0:nth-child(odd) {
    gap: 0px;
  }

  .\32xl\:odd\:gap-1:nth-child(odd) {
    gap: 0.25rem;
  }

  .\32xl\:odd\:gap-2:nth-child(odd) {
    gap: 0.5rem;
  }

  .\32xl\:odd\:gap-3:nth-child(odd) {
    gap: 0.75rem;
  }

  .\32xl\:odd\:gap-4:nth-child(odd) {
    gap: 1rem;
  }

  .\32xl\:odd\:gap-5:nth-child(odd) {
    gap: 1.25rem;
  }

  .\32xl\:odd\:gap-6:nth-child(odd) {
    gap: 1.5rem;
  }

  .\32xl\:odd\:gap-7:nth-child(odd) {
    gap: 1.75rem;
  }

  .\32xl\:odd\:gap-8:nth-child(odd) {
    gap: 2rem;
  }

  .\32xl\:odd\:gap-9:nth-child(odd) {
    gap: 2.25rem;
  }

  .\32xl\:odd\:gap-10:nth-child(odd) {
    gap: 2.5rem;
  }

  .\32xl\:odd\:gap-11:nth-child(odd) {
    gap: 2.75rem;
  }

  .\32xl\:odd\:gap-12:nth-child(odd) {
    gap: 3rem;
  }

  .\32xl\:odd\:gap-14:nth-child(odd) {
    gap: 3.5rem;
  }

  .\32xl\:odd\:gap-16:nth-child(odd) {
    gap: 4rem;
  }

  .\32xl\:odd\:gap-20:nth-child(odd) {
    gap: 5rem;
  }

  .\32xl\:odd\:gap-24:nth-child(odd) {
    gap: 6rem;
  }

  .\32xl\:odd\:gap-28:nth-child(odd) {
    gap: 7rem;
  }

  .\32xl\:odd\:gap-32:nth-child(odd) {
    gap: 8rem;
  }

  .\32xl\:odd\:gap-36:nth-child(odd) {
    gap: 9rem;
  }

  .\32xl\:odd\:gap-40:nth-child(odd) {
    gap: 10rem;
  }

  .\32xl\:odd\:gap-44:nth-child(odd) {
    gap: 11rem;
  }

  .\32xl\:odd\:gap-48:nth-child(odd) {
    gap: 12rem;
  }

  .\32xl\:odd\:gap-52:nth-child(odd) {
    gap: 13rem;
  }

  .\32xl\:odd\:gap-56:nth-child(odd) {
    gap: 14rem;
  }

  .\32xl\:odd\:gap-60:nth-child(odd) {
    gap: 15rem;
  }

  .\32xl\:odd\:gap-64:nth-child(odd) {
    gap: 16rem;
  }

  .\32xl\:odd\:gap-72:nth-child(odd) {
    gap: 18rem;
  }

  .\32xl\:odd\:gap-80:nth-child(odd) {
    gap: 20rem;
  }

  .\32xl\:odd\:gap-96:nth-child(odd) {
    gap: 24rem;
  }

  .\32xl\:odd\:gap-px:nth-child(odd) {
    gap: 1px;
  }

  .\32xl\:odd\:gap-0\.5:nth-child(odd) {
    gap: 0.125rem;
  }

  .\32xl\:odd\:gap-1\.5:nth-child(odd) {
    gap: 0.375rem;
  }

  .\32xl\:odd\:gap-2\.5:nth-child(odd) {
    gap: 0.625rem;
  }

  .\32xl\:odd\:gap-3\.5:nth-child(odd) {
    gap: 0.875rem;
  }

  .\32xl\:odd\:gap-x-0:nth-child(odd) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:odd\:gap-x-1:nth-child(odd) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:odd\:gap-x-2:nth-child(odd) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:odd\:gap-x-3:nth-child(odd) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:odd\:gap-x-4:nth-child(odd) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:odd\:gap-x-5:nth-child(odd) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:odd\:gap-x-6:nth-child(odd) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:odd\:gap-x-7:nth-child(odd) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:odd\:gap-x-8:nth-child(odd) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:odd\:gap-x-9:nth-child(odd) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:odd\:gap-x-10:nth-child(odd) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:odd\:gap-x-11:nth-child(odd) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:odd\:gap-x-12:nth-child(odd) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:odd\:gap-x-14:nth-child(odd) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:odd\:gap-x-16:nth-child(odd) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:odd\:gap-x-20:nth-child(odd) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:odd\:gap-x-24:nth-child(odd) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:odd\:gap-x-28:nth-child(odd) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:odd\:gap-x-32:nth-child(odd) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:odd\:gap-x-36:nth-child(odd) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:odd\:gap-x-40:nth-child(odd) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:odd\:gap-x-44:nth-child(odd) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:odd\:gap-x-48:nth-child(odd) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:odd\:gap-x-52:nth-child(odd) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:odd\:gap-x-56:nth-child(odd) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:odd\:gap-x-60:nth-child(odd) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:odd\:gap-x-64:nth-child(odd) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:odd\:gap-x-72:nth-child(odd) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:odd\:gap-x-80:nth-child(odd) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:odd\:gap-x-96:nth-child(odd) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:odd\:gap-x-px:nth-child(odd) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:odd\:gap-x-0\.5:nth-child(odd) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:odd\:gap-x-1\.5:nth-child(odd) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:odd\:gap-x-2\.5:nth-child(odd) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:odd\:gap-x-3\.5:nth-child(odd) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:odd\:gap-y-0:nth-child(odd) {
    row-gap: 0px;
  }

  .\32xl\:odd\:gap-y-1:nth-child(odd) {
    row-gap: 0.25rem;
  }

  .\32xl\:odd\:gap-y-2:nth-child(odd) {
    row-gap: 0.5rem;
  }

  .\32xl\:odd\:gap-y-3:nth-child(odd) {
    row-gap: 0.75rem;
  }

  .\32xl\:odd\:gap-y-4:nth-child(odd) {
    row-gap: 1rem;
  }

  .\32xl\:odd\:gap-y-5:nth-child(odd) {
    row-gap: 1.25rem;
  }

  .\32xl\:odd\:gap-y-6:nth-child(odd) {
    row-gap: 1.5rem;
  }

  .\32xl\:odd\:gap-y-7:nth-child(odd) {
    row-gap: 1.75rem;
  }

  .\32xl\:odd\:gap-y-8:nth-child(odd) {
    row-gap: 2rem;
  }

  .\32xl\:odd\:gap-y-9:nth-child(odd) {
    row-gap: 2.25rem;
  }

  .\32xl\:odd\:gap-y-10:nth-child(odd) {
    row-gap: 2.5rem;
  }

  .\32xl\:odd\:gap-y-11:nth-child(odd) {
    row-gap: 2.75rem;
  }

  .\32xl\:odd\:gap-y-12:nth-child(odd) {
    row-gap: 3rem;
  }

  .\32xl\:odd\:gap-y-14:nth-child(odd) {
    row-gap: 3.5rem;
  }

  .\32xl\:odd\:gap-y-16:nth-child(odd) {
    row-gap: 4rem;
  }

  .\32xl\:odd\:gap-y-20:nth-child(odd) {
    row-gap: 5rem;
  }

  .\32xl\:odd\:gap-y-24:nth-child(odd) {
    row-gap: 6rem;
  }

  .\32xl\:odd\:gap-y-28:nth-child(odd) {
    row-gap: 7rem;
  }

  .\32xl\:odd\:gap-y-32:nth-child(odd) {
    row-gap: 8rem;
  }

  .\32xl\:odd\:gap-y-36:nth-child(odd) {
    row-gap: 9rem;
  }

  .\32xl\:odd\:gap-y-40:nth-child(odd) {
    row-gap: 10rem;
  }

  .\32xl\:odd\:gap-y-44:nth-child(odd) {
    row-gap: 11rem;
  }

  .\32xl\:odd\:gap-y-48:nth-child(odd) {
    row-gap: 12rem;
  }

  .\32xl\:odd\:gap-y-52:nth-child(odd) {
    row-gap: 13rem;
  }

  .\32xl\:odd\:gap-y-56:nth-child(odd) {
    row-gap: 14rem;
  }

  .\32xl\:odd\:gap-y-60:nth-child(odd) {
    row-gap: 15rem;
  }

  .\32xl\:odd\:gap-y-64:nth-child(odd) {
    row-gap: 16rem;
  }

  .\32xl\:odd\:gap-y-72:nth-child(odd) {
    row-gap: 18rem;
  }

  .\32xl\:odd\:gap-y-80:nth-child(odd) {
    row-gap: 20rem;
  }

  .\32xl\:odd\:gap-y-96:nth-child(odd) {
    row-gap: 24rem;
  }

  .\32xl\:odd\:gap-y-px:nth-child(odd) {
    row-gap: 1px;
  }

  .\32xl\:odd\:gap-y-0\.5:nth-child(odd) {
    row-gap: 0.125rem;
  }

  .\32xl\:odd\:gap-y-1\.5:nth-child(odd) {
    row-gap: 0.375rem;
  }

  .\32xl\:odd\:gap-y-2\.5:nth-child(odd) {
    row-gap: 0.625rem;
  }

  .\32xl\:odd\:gap-y-3\.5:nth-child(odd) {
    row-gap: 0.875rem;
  }

  .\32xl\:even\:gap-0:nth-child(even) {
    gap: 0px;
  }

  .\32xl\:even\:gap-1:nth-child(even) {
    gap: 0.25rem;
  }

  .\32xl\:even\:gap-2:nth-child(even) {
    gap: 0.5rem;
  }

  .\32xl\:even\:gap-3:nth-child(even) {
    gap: 0.75rem;
  }

  .\32xl\:even\:gap-4:nth-child(even) {
    gap: 1rem;
  }

  .\32xl\:even\:gap-5:nth-child(even) {
    gap: 1.25rem;
  }

  .\32xl\:even\:gap-6:nth-child(even) {
    gap: 1.5rem;
  }

  .\32xl\:even\:gap-7:nth-child(even) {
    gap: 1.75rem;
  }

  .\32xl\:even\:gap-8:nth-child(even) {
    gap: 2rem;
  }

  .\32xl\:even\:gap-9:nth-child(even) {
    gap: 2.25rem;
  }

  .\32xl\:even\:gap-10:nth-child(even) {
    gap: 2.5rem;
  }

  .\32xl\:even\:gap-11:nth-child(even) {
    gap: 2.75rem;
  }

  .\32xl\:even\:gap-12:nth-child(even) {
    gap: 3rem;
  }

  .\32xl\:even\:gap-14:nth-child(even) {
    gap: 3.5rem;
  }

  .\32xl\:even\:gap-16:nth-child(even) {
    gap: 4rem;
  }

  .\32xl\:even\:gap-20:nth-child(even) {
    gap: 5rem;
  }

  .\32xl\:even\:gap-24:nth-child(even) {
    gap: 6rem;
  }

  .\32xl\:even\:gap-28:nth-child(even) {
    gap: 7rem;
  }

  .\32xl\:even\:gap-32:nth-child(even) {
    gap: 8rem;
  }

  .\32xl\:even\:gap-36:nth-child(even) {
    gap: 9rem;
  }

  .\32xl\:even\:gap-40:nth-child(even) {
    gap: 10rem;
  }

  .\32xl\:even\:gap-44:nth-child(even) {
    gap: 11rem;
  }

  .\32xl\:even\:gap-48:nth-child(even) {
    gap: 12rem;
  }

  .\32xl\:even\:gap-52:nth-child(even) {
    gap: 13rem;
  }

  .\32xl\:even\:gap-56:nth-child(even) {
    gap: 14rem;
  }

  .\32xl\:even\:gap-60:nth-child(even) {
    gap: 15rem;
  }

  .\32xl\:even\:gap-64:nth-child(even) {
    gap: 16rem;
  }

  .\32xl\:even\:gap-72:nth-child(even) {
    gap: 18rem;
  }

  .\32xl\:even\:gap-80:nth-child(even) {
    gap: 20rem;
  }

  .\32xl\:even\:gap-96:nth-child(even) {
    gap: 24rem;
  }

  .\32xl\:even\:gap-px:nth-child(even) {
    gap: 1px;
  }

  .\32xl\:even\:gap-0\.5:nth-child(even) {
    gap: 0.125rem;
  }

  .\32xl\:even\:gap-1\.5:nth-child(even) {
    gap: 0.375rem;
  }

  .\32xl\:even\:gap-2\.5:nth-child(even) {
    gap: 0.625rem;
  }

  .\32xl\:even\:gap-3\.5:nth-child(even) {
    gap: 0.875rem;
  }

  .\32xl\:even\:gap-x-0:nth-child(even) {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:even\:gap-x-1:nth-child(even) {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:even\:gap-x-2:nth-child(even) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:even\:gap-x-3:nth-child(even) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:even\:gap-x-4:nth-child(even) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:even\:gap-x-5:nth-child(even) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:even\:gap-x-6:nth-child(even) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:even\:gap-x-7:nth-child(even) {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:even\:gap-x-8:nth-child(even) {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:even\:gap-x-9:nth-child(even) {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:even\:gap-x-10:nth-child(even) {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:even\:gap-x-11:nth-child(even) {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:even\:gap-x-12:nth-child(even) {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:even\:gap-x-14:nth-child(even) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:even\:gap-x-16:nth-child(even) {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:even\:gap-x-20:nth-child(even) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:even\:gap-x-24:nth-child(even) {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:even\:gap-x-28:nth-child(even) {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:even\:gap-x-32:nth-child(even) {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:even\:gap-x-36:nth-child(even) {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:even\:gap-x-40:nth-child(even) {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:even\:gap-x-44:nth-child(even) {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:even\:gap-x-48:nth-child(even) {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:even\:gap-x-52:nth-child(even) {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:even\:gap-x-56:nth-child(even) {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:even\:gap-x-60:nth-child(even) {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:even\:gap-x-64:nth-child(even) {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:even\:gap-x-72:nth-child(even) {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:even\:gap-x-80:nth-child(even) {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:even\:gap-x-96:nth-child(even) {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:even\:gap-x-px:nth-child(even) {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:even\:gap-x-0\.5:nth-child(even) {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:even\:gap-x-1\.5:nth-child(even) {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:even\:gap-x-2\.5:nth-child(even) {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:even\:gap-x-3\.5:nth-child(even) {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:even\:gap-y-0:nth-child(even) {
    row-gap: 0px;
  }

  .\32xl\:even\:gap-y-1:nth-child(even) {
    row-gap: 0.25rem;
  }

  .\32xl\:even\:gap-y-2:nth-child(even) {
    row-gap: 0.5rem;
  }

  .\32xl\:even\:gap-y-3:nth-child(even) {
    row-gap: 0.75rem;
  }

  .\32xl\:even\:gap-y-4:nth-child(even) {
    row-gap: 1rem;
  }

  .\32xl\:even\:gap-y-5:nth-child(even) {
    row-gap: 1.25rem;
  }

  .\32xl\:even\:gap-y-6:nth-child(even) {
    row-gap: 1.5rem;
  }

  .\32xl\:even\:gap-y-7:nth-child(even) {
    row-gap: 1.75rem;
  }

  .\32xl\:even\:gap-y-8:nth-child(even) {
    row-gap: 2rem;
  }

  .\32xl\:even\:gap-y-9:nth-child(even) {
    row-gap: 2.25rem;
  }

  .\32xl\:even\:gap-y-10:nth-child(even) {
    row-gap: 2.5rem;
  }

  .\32xl\:even\:gap-y-11:nth-child(even) {
    row-gap: 2.75rem;
  }

  .\32xl\:even\:gap-y-12:nth-child(even) {
    row-gap: 3rem;
  }

  .\32xl\:even\:gap-y-14:nth-child(even) {
    row-gap: 3.5rem;
  }

  .\32xl\:even\:gap-y-16:nth-child(even) {
    row-gap: 4rem;
  }

  .\32xl\:even\:gap-y-20:nth-child(even) {
    row-gap: 5rem;
  }

  .\32xl\:even\:gap-y-24:nth-child(even) {
    row-gap: 6rem;
  }

  .\32xl\:even\:gap-y-28:nth-child(even) {
    row-gap: 7rem;
  }

  .\32xl\:even\:gap-y-32:nth-child(even) {
    row-gap: 8rem;
  }

  .\32xl\:even\:gap-y-36:nth-child(even) {
    row-gap: 9rem;
  }

  .\32xl\:even\:gap-y-40:nth-child(even) {
    row-gap: 10rem;
  }

  .\32xl\:even\:gap-y-44:nth-child(even) {
    row-gap: 11rem;
  }

  .\32xl\:even\:gap-y-48:nth-child(even) {
    row-gap: 12rem;
  }

  .\32xl\:even\:gap-y-52:nth-child(even) {
    row-gap: 13rem;
  }

  .\32xl\:even\:gap-y-56:nth-child(even) {
    row-gap: 14rem;
  }

  .\32xl\:even\:gap-y-60:nth-child(even) {
    row-gap: 15rem;
  }

  .\32xl\:even\:gap-y-64:nth-child(even) {
    row-gap: 16rem;
  }

  .\32xl\:even\:gap-y-72:nth-child(even) {
    row-gap: 18rem;
  }

  .\32xl\:even\:gap-y-80:nth-child(even) {
    row-gap: 20rem;
  }

  .\32xl\:even\:gap-y-96:nth-child(even) {
    row-gap: 24rem;
  }

  .\32xl\:even\:gap-y-px:nth-child(even) {
    row-gap: 1px;
  }

  .\32xl\:even\:gap-y-0\.5:nth-child(even) {
    row-gap: 0.125rem;
  }

  .\32xl\:even\:gap-y-1\.5:nth-child(even) {
    row-gap: 0.375rem;
  }

  .\32xl\:even\:gap-y-2\.5:nth-child(even) {
    row-gap: 0.625rem;
  }

  .\32xl\:even\:gap-y-3\.5:nth-child(even) {
    row-gap: 0.875rem;
  }

  .\32xl\:hover\:gap-0:hover {
    gap: 0px;
  }

  .\32xl\:hover\:gap-1:hover {
    gap: 0.25rem;
  }

  .\32xl\:hover\:gap-2:hover {
    gap: 0.5rem;
  }

  .\32xl\:hover\:gap-3:hover {
    gap: 0.75rem;
  }

  .\32xl\:hover\:gap-4:hover {
    gap: 1rem;
  }

  .\32xl\:hover\:gap-5:hover {
    gap: 1.25rem;
  }

  .\32xl\:hover\:gap-6:hover {
    gap: 1.5rem;
  }

  .\32xl\:hover\:gap-7:hover {
    gap: 1.75rem;
  }

  .\32xl\:hover\:gap-8:hover {
    gap: 2rem;
  }

  .\32xl\:hover\:gap-9:hover {
    gap: 2.25rem;
  }

  .\32xl\:hover\:gap-10:hover {
    gap: 2.5rem;
  }

  .\32xl\:hover\:gap-11:hover {
    gap: 2.75rem;
  }

  .\32xl\:hover\:gap-12:hover {
    gap: 3rem;
  }

  .\32xl\:hover\:gap-14:hover {
    gap: 3.5rem;
  }

  .\32xl\:hover\:gap-16:hover {
    gap: 4rem;
  }

  .\32xl\:hover\:gap-20:hover {
    gap: 5rem;
  }

  .\32xl\:hover\:gap-24:hover {
    gap: 6rem;
  }

  .\32xl\:hover\:gap-28:hover {
    gap: 7rem;
  }

  .\32xl\:hover\:gap-32:hover {
    gap: 8rem;
  }

  .\32xl\:hover\:gap-36:hover {
    gap: 9rem;
  }

  .\32xl\:hover\:gap-40:hover {
    gap: 10rem;
  }

  .\32xl\:hover\:gap-44:hover {
    gap: 11rem;
  }

  .\32xl\:hover\:gap-48:hover {
    gap: 12rem;
  }

  .\32xl\:hover\:gap-52:hover {
    gap: 13rem;
  }

  .\32xl\:hover\:gap-56:hover {
    gap: 14rem;
  }

  .\32xl\:hover\:gap-60:hover {
    gap: 15rem;
  }

  .\32xl\:hover\:gap-64:hover {
    gap: 16rem;
  }

  .\32xl\:hover\:gap-72:hover {
    gap: 18rem;
  }

  .\32xl\:hover\:gap-80:hover {
    gap: 20rem;
  }

  .\32xl\:hover\:gap-96:hover {
    gap: 24rem;
  }

  .\32xl\:hover\:gap-px:hover {
    gap: 1px;
  }

  .\32xl\:hover\:gap-0\.5:hover {
    gap: 0.125rem;
  }

  .\32xl\:hover\:gap-1\.5:hover {
    gap: 0.375rem;
  }

  .\32xl\:hover\:gap-2\.5:hover {
    gap: 0.625rem;
  }

  .\32xl\:hover\:gap-3\.5:hover {
    gap: 0.875rem;
  }

  .\32xl\:hover\:gap-x-0:hover {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:hover\:gap-x-1:hover {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:hover\:gap-x-2:hover {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:hover\:gap-x-3:hover {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:hover\:gap-x-5:hover {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:hover\:gap-x-6:hover {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:hover\:gap-x-7:hover {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:hover\:gap-x-8:hover {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:hover\:gap-x-9:hover {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:hover\:gap-x-10:hover {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:hover\:gap-x-11:hover {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:hover\:gap-x-12:hover {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:hover\:gap-x-14:hover {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:hover\:gap-x-16:hover {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:hover\:gap-x-20:hover {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:hover\:gap-x-24:hover {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:hover\:gap-x-28:hover {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:hover\:gap-x-32:hover {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:hover\:gap-x-36:hover {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:hover\:gap-x-40:hover {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:hover\:gap-x-44:hover {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:hover\:gap-x-48:hover {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:hover\:gap-x-52:hover {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:hover\:gap-x-56:hover {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:hover\:gap-x-60:hover {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:hover\:gap-x-64:hover {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:hover\:gap-x-72:hover {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:hover\:gap-x-80:hover {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:hover\:gap-x-96:hover {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:hover\:gap-x-px:hover {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:hover\:gap-x-0\.5:hover {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:hover\:gap-x-1\.5:hover {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:hover\:gap-x-2\.5:hover {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:hover\:gap-x-3\.5:hover {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:hover\:gap-y-0:hover {
    row-gap: 0px;
  }

  .\32xl\:hover\:gap-y-1:hover {
    row-gap: 0.25rem;
  }

  .\32xl\:hover\:gap-y-2:hover {
    row-gap: 0.5rem;
  }

  .\32xl\:hover\:gap-y-3:hover {
    row-gap: 0.75rem;
  }

  .\32xl\:hover\:gap-y-4:hover {
    row-gap: 1rem;
  }

  .\32xl\:hover\:gap-y-5:hover {
    row-gap: 1.25rem;
  }

  .\32xl\:hover\:gap-y-6:hover {
    row-gap: 1.5rem;
  }

  .\32xl\:hover\:gap-y-7:hover {
    row-gap: 1.75rem;
  }

  .\32xl\:hover\:gap-y-8:hover {
    row-gap: 2rem;
  }

  .\32xl\:hover\:gap-y-9:hover {
    row-gap: 2.25rem;
  }

  .\32xl\:hover\:gap-y-10:hover {
    row-gap: 2.5rem;
  }

  .\32xl\:hover\:gap-y-11:hover {
    row-gap: 2.75rem;
  }

  .\32xl\:hover\:gap-y-12:hover {
    row-gap: 3rem;
  }

  .\32xl\:hover\:gap-y-14:hover {
    row-gap: 3.5rem;
  }

  .\32xl\:hover\:gap-y-16:hover {
    row-gap: 4rem;
  }

  .\32xl\:hover\:gap-y-20:hover {
    row-gap: 5rem;
  }

  .\32xl\:hover\:gap-y-24:hover {
    row-gap: 6rem;
  }

  .\32xl\:hover\:gap-y-28:hover {
    row-gap: 7rem;
  }

  .\32xl\:hover\:gap-y-32:hover {
    row-gap: 8rem;
  }

  .\32xl\:hover\:gap-y-36:hover {
    row-gap: 9rem;
  }

  .\32xl\:hover\:gap-y-40:hover {
    row-gap: 10rem;
  }

  .\32xl\:hover\:gap-y-44:hover {
    row-gap: 11rem;
  }

  .\32xl\:hover\:gap-y-48:hover {
    row-gap: 12rem;
  }

  .\32xl\:hover\:gap-y-52:hover {
    row-gap: 13rem;
  }

  .\32xl\:hover\:gap-y-56:hover {
    row-gap: 14rem;
  }

  .\32xl\:hover\:gap-y-60:hover {
    row-gap: 15rem;
  }

  .\32xl\:hover\:gap-y-64:hover {
    row-gap: 16rem;
  }

  .\32xl\:hover\:gap-y-72:hover {
    row-gap: 18rem;
  }

  .\32xl\:hover\:gap-y-80:hover {
    row-gap: 20rem;
  }

  .\32xl\:hover\:gap-y-96:hover {
    row-gap: 24rem;
  }

  .\32xl\:hover\:gap-y-px:hover {
    row-gap: 1px;
  }

  .\32xl\:hover\:gap-y-0\.5:hover {
    row-gap: 0.125rem;
  }

  .\32xl\:hover\:gap-y-1\.5:hover {
    row-gap: 0.375rem;
  }

  .\32xl\:hover\:gap-y-2\.5:hover {
    row-gap: 0.625rem;
  }

  .\32xl\:hover\:gap-y-3\.5:hover {
    row-gap: 0.875rem;
  }

  .\32xl\:focus\:gap-0:focus {
    gap: 0px;
  }

  .\32xl\:focus\:gap-1:focus {
    gap: 0.25rem;
  }

  .\32xl\:focus\:gap-2:focus {
    gap: 0.5rem;
  }

  .\32xl\:focus\:gap-3:focus {
    gap: 0.75rem;
  }

  .\32xl\:focus\:gap-4:focus {
    gap: 1rem;
  }

  .\32xl\:focus\:gap-5:focus {
    gap: 1.25rem;
  }

  .\32xl\:focus\:gap-6:focus {
    gap: 1.5rem;
  }

  .\32xl\:focus\:gap-7:focus {
    gap: 1.75rem;
  }

  .\32xl\:focus\:gap-8:focus {
    gap: 2rem;
  }

  .\32xl\:focus\:gap-9:focus {
    gap: 2.25rem;
  }

  .\32xl\:focus\:gap-10:focus {
    gap: 2.5rem;
  }

  .\32xl\:focus\:gap-11:focus {
    gap: 2.75rem;
  }

  .\32xl\:focus\:gap-12:focus {
    gap: 3rem;
  }

  .\32xl\:focus\:gap-14:focus {
    gap: 3.5rem;
  }

  .\32xl\:focus\:gap-16:focus {
    gap: 4rem;
  }

  .\32xl\:focus\:gap-20:focus {
    gap: 5rem;
  }

  .\32xl\:focus\:gap-24:focus {
    gap: 6rem;
  }

  .\32xl\:focus\:gap-28:focus {
    gap: 7rem;
  }

  .\32xl\:focus\:gap-32:focus {
    gap: 8rem;
  }

  .\32xl\:focus\:gap-36:focus {
    gap: 9rem;
  }

  .\32xl\:focus\:gap-40:focus {
    gap: 10rem;
  }

  .\32xl\:focus\:gap-44:focus {
    gap: 11rem;
  }

  .\32xl\:focus\:gap-48:focus {
    gap: 12rem;
  }

  .\32xl\:focus\:gap-52:focus {
    gap: 13rem;
  }

  .\32xl\:focus\:gap-56:focus {
    gap: 14rem;
  }

  .\32xl\:focus\:gap-60:focus {
    gap: 15rem;
  }

  .\32xl\:focus\:gap-64:focus {
    gap: 16rem;
  }

  .\32xl\:focus\:gap-72:focus {
    gap: 18rem;
  }

  .\32xl\:focus\:gap-80:focus {
    gap: 20rem;
  }

  .\32xl\:focus\:gap-96:focus {
    gap: 24rem;
  }

  .\32xl\:focus\:gap-px:focus {
    gap: 1px;
  }

  .\32xl\:focus\:gap-0\.5:focus {
    gap: 0.125rem;
  }

  .\32xl\:focus\:gap-1\.5:focus {
    gap: 0.375rem;
  }

  .\32xl\:focus\:gap-2\.5:focus {
    gap: 0.625rem;
  }

  .\32xl\:focus\:gap-3\.5:focus {
    gap: 0.875rem;
  }

  .\32xl\:focus\:gap-x-0:focus {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:focus\:gap-x-1:focus {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:focus\:gap-x-2:focus {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:focus\:gap-x-3:focus {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:focus\:gap-x-4:focus {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:focus\:gap-x-5:focus {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:focus\:gap-x-6:focus {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:focus\:gap-x-7:focus {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:focus\:gap-x-8:focus {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:focus\:gap-x-9:focus {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:focus\:gap-x-10:focus {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:focus\:gap-x-11:focus {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:focus\:gap-x-12:focus {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:focus\:gap-x-14:focus {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:focus\:gap-x-16:focus {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:focus\:gap-x-20:focus {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:focus\:gap-x-24:focus {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:focus\:gap-x-28:focus {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:focus\:gap-x-32:focus {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:focus\:gap-x-36:focus {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:focus\:gap-x-40:focus {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:focus\:gap-x-44:focus {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:focus\:gap-x-48:focus {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:focus\:gap-x-52:focus {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:focus\:gap-x-56:focus {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:focus\:gap-x-60:focus {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:focus\:gap-x-64:focus {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:focus\:gap-x-72:focus {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:focus\:gap-x-80:focus {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:focus\:gap-x-96:focus {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:focus\:gap-x-px:focus {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:focus\:gap-x-0\.5:focus {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:focus\:gap-x-1\.5:focus {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:focus\:gap-x-2\.5:focus {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:focus\:gap-x-3\.5:focus {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:focus\:gap-y-0:focus {
    row-gap: 0px;
  }

  .\32xl\:focus\:gap-y-1:focus {
    row-gap: 0.25rem;
  }

  .\32xl\:focus\:gap-y-2:focus {
    row-gap: 0.5rem;
  }

  .\32xl\:focus\:gap-y-3:focus {
    row-gap: 0.75rem;
  }

  .\32xl\:focus\:gap-y-4:focus {
    row-gap: 1rem;
  }

  .\32xl\:focus\:gap-y-5:focus {
    row-gap: 1.25rem;
  }

  .\32xl\:focus\:gap-y-6:focus {
    row-gap: 1.5rem;
  }

  .\32xl\:focus\:gap-y-7:focus {
    row-gap: 1.75rem;
  }

  .\32xl\:focus\:gap-y-8:focus {
    row-gap: 2rem;
  }

  .\32xl\:focus\:gap-y-9:focus {
    row-gap: 2.25rem;
  }

  .\32xl\:focus\:gap-y-10:focus {
    row-gap: 2.5rem;
  }

  .\32xl\:focus\:gap-y-11:focus {
    row-gap: 2.75rem;
  }

  .\32xl\:focus\:gap-y-12:focus {
    row-gap: 3rem;
  }

  .\32xl\:focus\:gap-y-14:focus {
    row-gap: 3.5rem;
  }

  .\32xl\:focus\:gap-y-16:focus {
    row-gap: 4rem;
  }

  .\32xl\:focus\:gap-y-20:focus {
    row-gap: 5rem;
  }

  .\32xl\:focus\:gap-y-24:focus {
    row-gap: 6rem;
  }

  .\32xl\:focus\:gap-y-28:focus {
    row-gap: 7rem;
  }

  .\32xl\:focus\:gap-y-32:focus {
    row-gap: 8rem;
  }

  .\32xl\:focus\:gap-y-36:focus {
    row-gap: 9rem;
  }

  .\32xl\:focus\:gap-y-40:focus {
    row-gap: 10rem;
  }

  .\32xl\:focus\:gap-y-44:focus {
    row-gap: 11rem;
  }

  .\32xl\:focus\:gap-y-48:focus {
    row-gap: 12rem;
  }

  .\32xl\:focus\:gap-y-52:focus {
    row-gap: 13rem;
  }

  .\32xl\:focus\:gap-y-56:focus {
    row-gap: 14rem;
  }

  .\32xl\:focus\:gap-y-60:focus {
    row-gap: 15rem;
  }

  .\32xl\:focus\:gap-y-64:focus {
    row-gap: 16rem;
  }

  .\32xl\:focus\:gap-y-72:focus {
    row-gap: 18rem;
  }

  .\32xl\:focus\:gap-y-80:focus {
    row-gap: 20rem;
  }

  .\32xl\:focus\:gap-y-96:focus {
    row-gap: 24rem;
  }

  .\32xl\:focus\:gap-y-px:focus {
    row-gap: 1px;
  }

  .\32xl\:focus\:gap-y-0\.5:focus {
    row-gap: 0.125rem;
  }

  .\32xl\:focus\:gap-y-1\.5:focus {
    row-gap: 0.375rem;
  }

  .\32xl\:focus\:gap-y-2\.5:focus {
    row-gap: 0.625rem;
  }

  .\32xl\:focus\:gap-y-3\.5:focus {
    row-gap: 0.875rem;
  }

  .\32xl\:active\:gap-0:active {
    gap: 0px;
  }

  .\32xl\:active\:gap-1:active {
    gap: 0.25rem;
  }

  .\32xl\:active\:gap-2:active {
    gap: 0.5rem;
  }

  .\32xl\:active\:gap-3:active {
    gap: 0.75rem;
  }

  .\32xl\:active\:gap-4:active {
    gap: 1rem;
  }

  .\32xl\:active\:gap-5:active {
    gap: 1.25rem;
  }

  .\32xl\:active\:gap-6:active {
    gap: 1.5rem;
  }

  .\32xl\:active\:gap-7:active {
    gap: 1.75rem;
  }

  .\32xl\:active\:gap-8:active {
    gap: 2rem;
  }

  .\32xl\:active\:gap-9:active {
    gap: 2.25rem;
  }

  .\32xl\:active\:gap-10:active {
    gap: 2.5rem;
  }

  .\32xl\:active\:gap-11:active {
    gap: 2.75rem;
  }

  .\32xl\:active\:gap-12:active {
    gap: 3rem;
  }

  .\32xl\:active\:gap-14:active {
    gap: 3.5rem;
  }

  .\32xl\:active\:gap-16:active {
    gap: 4rem;
  }

  .\32xl\:active\:gap-20:active {
    gap: 5rem;
  }

  .\32xl\:active\:gap-24:active {
    gap: 6rem;
  }

  .\32xl\:active\:gap-28:active {
    gap: 7rem;
  }

  .\32xl\:active\:gap-32:active {
    gap: 8rem;
  }

  .\32xl\:active\:gap-36:active {
    gap: 9rem;
  }

  .\32xl\:active\:gap-40:active {
    gap: 10rem;
  }

  .\32xl\:active\:gap-44:active {
    gap: 11rem;
  }

  .\32xl\:active\:gap-48:active {
    gap: 12rem;
  }

  .\32xl\:active\:gap-52:active {
    gap: 13rem;
  }

  .\32xl\:active\:gap-56:active {
    gap: 14rem;
  }

  .\32xl\:active\:gap-60:active {
    gap: 15rem;
  }

  .\32xl\:active\:gap-64:active {
    gap: 16rem;
  }

  .\32xl\:active\:gap-72:active {
    gap: 18rem;
  }

  .\32xl\:active\:gap-80:active {
    gap: 20rem;
  }

  .\32xl\:active\:gap-96:active {
    gap: 24rem;
  }

  .\32xl\:active\:gap-px:active {
    gap: 1px;
  }

  .\32xl\:active\:gap-0\.5:active {
    gap: 0.125rem;
  }

  .\32xl\:active\:gap-1\.5:active {
    gap: 0.375rem;
  }

  .\32xl\:active\:gap-2\.5:active {
    gap: 0.625rem;
  }

  .\32xl\:active\:gap-3\.5:active {
    gap: 0.875rem;
  }

  .\32xl\:active\:gap-x-0:active {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:active\:gap-x-1:active {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:active\:gap-x-2:active {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:active\:gap-x-3:active {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:active\:gap-x-4:active {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:active\:gap-x-5:active {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:active\:gap-x-6:active {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:active\:gap-x-7:active {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:active\:gap-x-8:active {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:active\:gap-x-9:active {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:active\:gap-x-10:active {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:active\:gap-x-11:active {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:active\:gap-x-12:active {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:active\:gap-x-14:active {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:active\:gap-x-16:active {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:active\:gap-x-20:active {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:active\:gap-x-24:active {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:active\:gap-x-28:active {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:active\:gap-x-32:active {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:active\:gap-x-36:active {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:active\:gap-x-40:active {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:active\:gap-x-44:active {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:active\:gap-x-48:active {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:active\:gap-x-52:active {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:active\:gap-x-56:active {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:active\:gap-x-60:active {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:active\:gap-x-64:active {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:active\:gap-x-72:active {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:active\:gap-x-80:active {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:active\:gap-x-96:active {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:active\:gap-x-px:active {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:active\:gap-x-0\.5:active {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:active\:gap-x-1\.5:active {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:active\:gap-x-2\.5:active {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:active\:gap-x-3\.5:active {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:active\:gap-y-0:active {
    row-gap: 0px;
  }

  .\32xl\:active\:gap-y-1:active {
    row-gap: 0.25rem;
  }

  .\32xl\:active\:gap-y-2:active {
    row-gap: 0.5rem;
  }

  .\32xl\:active\:gap-y-3:active {
    row-gap: 0.75rem;
  }

  .\32xl\:active\:gap-y-4:active {
    row-gap: 1rem;
  }

  .\32xl\:active\:gap-y-5:active {
    row-gap: 1.25rem;
  }

  .\32xl\:active\:gap-y-6:active {
    row-gap: 1.5rem;
  }

  .\32xl\:active\:gap-y-7:active {
    row-gap: 1.75rem;
  }

  .\32xl\:active\:gap-y-8:active {
    row-gap: 2rem;
  }

  .\32xl\:active\:gap-y-9:active {
    row-gap: 2.25rem;
  }

  .\32xl\:active\:gap-y-10:active {
    row-gap: 2.5rem;
  }

  .\32xl\:active\:gap-y-11:active {
    row-gap: 2.75rem;
  }

  .\32xl\:active\:gap-y-12:active {
    row-gap: 3rem;
  }

  .\32xl\:active\:gap-y-14:active {
    row-gap: 3.5rem;
  }

  .\32xl\:active\:gap-y-16:active {
    row-gap: 4rem;
  }

  .\32xl\:active\:gap-y-20:active {
    row-gap: 5rem;
  }

  .\32xl\:active\:gap-y-24:active {
    row-gap: 6rem;
  }

  .\32xl\:active\:gap-y-28:active {
    row-gap: 7rem;
  }

  .\32xl\:active\:gap-y-32:active {
    row-gap: 8rem;
  }

  .\32xl\:active\:gap-y-36:active {
    row-gap: 9rem;
  }

  .\32xl\:active\:gap-y-40:active {
    row-gap: 10rem;
  }

  .\32xl\:active\:gap-y-44:active {
    row-gap: 11rem;
  }

  .\32xl\:active\:gap-y-48:active {
    row-gap: 12rem;
  }

  .\32xl\:active\:gap-y-52:active {
    row-gap: 13rem;
  }

  .\32xl\:active\:gap-y-56:active {
    row-gap: 14rem;
  }

  .\32xl\:active\:gap-y-60:active {
    row-gap: 15rem;
  }

  .\32xl\:active\:gap-y-64:active {
    row-gap: 16rem;
  }

  .\32xl\:active\:gap-y-72:active {
    row-gap: 18rem;
  }

  .\32xl\:active\:gap-y-80:active {
    row-gap: 20rem;
  }

  .\32xl\:active\:gap-y-96:active {
    row-gap: 24rem;
  }

  .\32xl\:active\:gap-y-px:active {
    row-gap: 1px;
  }

  .\32xl\:active\:gap-y-0\.5:active {
    row-gap: 0.125rem;
  }

  .\32xl\:active\:gap-y-1\.5:active {
    row-gap: 0.375rem;
  }

  .\32xl\:active\:gap-y-2\.5:active {
    row-gap: 0.625rem;
  }

  .\32xl\:active\:gap-y-3\.5:active {
    row-gap: 0.875rem;
  }

  .\32xl\:visited\:gap-0:visited {
    gap: 0px;
  }

  .\32xl\:visited\:gap-1:visited {
    gap: 0.25rem;
  }

  .\32xl\:visited\:gap-2:visited {
    gap: 0.5rem;
  }

  .\32xl\:visited\:gap-3:visited {
    gap: 0.75rem;
  }

  .\32xl\:visited\:gap-4:visited {
    gap: 1rem;
  }

  .\32xl\:visited\:gap-5:visited {
    gap: 1.25rem;
  }

  .\32xl\:visited\:gap-6:visited {
    gap: 1.5rem;
  }

  .\32xl\:visited\:gap-7:visited {
    gap: 1.75rem;
  }

  .\32xl\:visited\:gap-8:visited {
    gap: 2rem;
  }

  .\32xl\:visited\:gap-9:visited {
    gap: 2.25rem;
  }

  .\32xl\:visited\:gap-10:visited {
    gap: 2.5rem;
  }

  .\32xl\:visited\:gap-11:visited {
    gap: 2.75rem;
  }

  .\32xl\:visited\:gap-12:visited {
    gap: 3rem;
  }

  .\32xl\:visited\:gap-14:visited {
    gap: 3.5rem;
  }

  .\32xl\:visited\:gap-16:visited {
    gap: 4rem;
  }

  .\32xl\:visited\:gap-20:visited {
    gap: 5rem;
  }

  .\32xl\:visited\:gap-24:visited {
    gap: 6rem;
  }

  .\32xl\:visited\:gap-28:visited {
    gap: 7rem;
  }

  .\32xl\:visited\:gap-32:visited {
    gap: 8rem;
  }

  .\32xl\:visited\:gap-36:visited {
    gap: 9rem;
  }

  .\32xl\:visited\:gap-40:visited {
    gap: 10rem;
  }

  .\32xl\:visited\:gap-44:visited {
    gap: 11rem;
  }

  .\32xl\:visited\:gap-48:visited {
    gap: 12rem;
  }

  .\32xl\:visited\:gap-52:visited {
    gap: 13rem;
  }

  .\32xl\:visited\:gap-56:visited {
    gap: 14rem;
  }

  .\32xl\:visited\:gap-60:visited {
    gap: 15rem;
  }

  .\32xl\:visited\:gap-64:visited {
    gap: 16rem;
  }

  .\32xl\:visited\:gap-72:visited {
    gap: 18rem;
  }

  .\32xl\:visited\:gap-80:visited {
    gap: 20rem;
  }

  .\32xl\:visited\:gap-96:visited {
    gap: 24rem;
  }

  .\32xl\:visited\:gap-px:visited {
    gap: 1px;
  }

  .\32xl\:visited\:gap-0\.5:visited {
    gap: 0.125rem;
  }

  .\32xl\:visited\:gap-1\.5:visited {
    gap: 0.375rem;
  }

  .\32xl\:visited\:gap-2\.5:visited {
    gap: 0.625rem;
  }

  .\32xl\:visited\:gap-3\.5:visited {
    gap: 0.875rem;
  }

  .\32xl\:visited\:gap-x-0:visited {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:visited\:gap-x-1:visited {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:visited\:gap-x-2:visited {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:visited\:gap-x-3:visited {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:visited\:gap-x-4:visited {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:visited\:gap-x-5:visited {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:visited\:gap-x-6:visited {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:visited\:gap-x-7:visited {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:visited\:gap-x-8:visited {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:visited\:gap-x-9:visited {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:visited\:gap-x-10:visited {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:visited\:gap-x-11:visited {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:visited\:gap-x-12:visited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:visited\:gap-x-14:visited {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:visited\:gap-x-16:visited {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:visited\:gap-x-20:visited {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:visited\:gap-x-24:visited {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:visited\:gap-x-28:visited {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:visited\:gap-x-32:visited {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:visited\:gap-x-36:visited {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:visited\:gap-x-40:visited {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:visited\:gap-x-44:visited {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:visited\:gap-x-48:visited {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:visited\:gap-x-52:visited {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:visited\:gap-x-56:visited {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:visited\:gap-x-60:visited {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:visited\:gap-x-64:visited {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:visited\:gap-x-72:visited {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:visited\:gap-x-80:visited {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:visited\:gap-x-96:visited {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:visited\:gap-x-px:visited {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:visited\:gap-x-0\.5:visited {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:visited\:gap-x-1\.5:visited {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:visited\:gap-x-2\.5:visited {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:visited\:gap-x-3\.5:visited {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:visited\:gap-y-0:visited {
    row-gap: 0px;
  }

  .\32xl\:visited\:gap-y-1:visited {
    row-gap: 0.25rem;
  }

  .\32xl\:visited\:gap-y-2:visited {
    row-gap: 0.5rem;
  }

  .\32xl\:visited\:gap-y-3:visited {
    row-gap: 0.75rem;
  }

  .\32xl\:visited\:gap-y-4:visited {
    row-gap: 1rem;
  }

  .\32xl\:visited\:gap-y-5:visited {
    row-gap: 1.25rem;
  }

  .\32xl\:visited\:gap-y-6:visited {
    row-gap: 1.5rem;
  }

  .\32xl\:visited\:gap-y-7:visited {
    row-gap: 1.75rem;
  }

  .\32xl\:visited\:gap-y-8:visited {
    row-gap: 2rem;
  }

  .\32xl\:visited\:gap-y-9:visited {
    row-gap: 2.25rem;
  }

  .\32xl\:visited\:gap-y-10:visited {
    row-gap: 2.5rem;
  }

  .\32xl\:visited\:gap-y-11:visited {
    row-gap: 2.75rem;
  }

  .\32xl\:visited\:gap-y-12:visited {
    row-gap: 3rem;
  }

  .\32xl\:visited\:gap-y-14:visited {
    row-gap: 3.5rem;
  }

  .\32xl\:visited\:gap-y-16:visited {
    row-gap: 4rem;
  }

  .\32xl\:visited\:gap-y-20:visited {
    row-gap: 5rem;
  }

  .\32xl\:visited\:gap-y-24:visited {
    row-gap: 6rem;
  }

  .\32xl\:visited\:gap-y-28:visited {
    row-gap: 7rem;
  }

  .\32xl\:visited\:gap-y-32:visited {
    row-gap: 8rem;
  }

  .\32xl\:visited\:gap-y-36:visited {
    row-gap: 9rem;
  }

  .\32xl\:visited\:gap-y-40:visited {
    row-gap: 10rem;
  }

  .\32xl\:visited\:gap-y-44:visited {
    row-gap: 11rem;
  }

  .\32xl\:visited\:gap-y-48:visited {
    row-gap: 12rem;
  }

  .\32xl\:visited\:gap-y-52:visited {
    row-gap: 13rem;
  }

  .\32xl\:visited\:gap-y-56:visited {
    row-gap: 14rem;
  }

  .\32xl\:visited\:gap-y-60:visited {
    row-gap: 15rem;
  }

  .\32xl\:visited\:gap-y-64:visited {
    row-gap: 16rem;
  }

  .\32xl\:visited\:gap-y-72:visited {
    row-gap: 18rem;
  }

  .\32xl\:visited\:gap-y-80:visited {
    row-gap: 20rem;
  }

  .\32xl\:visited\:gap-y-96:visited {
    row-gap: 24rem;
  }

  .\32xl\:visited\:gap-y-px:visited {
    row-gap: 1px;
  }

  .\32xl\:visited\:gap-y-0\.5:visited {
    row-gap: 0.125rem;
  }

  .\32xl\:visited\:gap-y-1\.5:visited {
    row-gap: 0.375rem;
  }

  .\32xl\:visited\:gap-y-2\.5:visited {
    row-gap: 0.625rem;
  }

  .\32xl\:visited\:gap-y-3\.5:visited {
    row-gap: 0.875rem;
  }

  .\32xl\:disabled\:gap-0:disabled {
    gap: 0px;
  }

  .\32xl\:disabled\:gap-1:disabled {
    gap: 0.25rem;
  }

  .\32xl\:disabled\:gap-2:disabled {
    gap: 0.5rem;
  }

  .\32xl\:disabled\:gap-3:disabled {
    gap: 0.75rem;
  }

  .\32xl\:disabled\:gap-4:disabled {
    gap: 1rem;
  }

  .\32xl\:disabled\:gap-5:disabled {
    gap: 1.25rem;
  }

  .\32xl\:disabled\:gap-6:disabled {
    gap: 1.5rem;
  }

  .\32xl\:disabled\:gap-7:disabled {
    gap: 1.75rem;
  }

  .\32xl\:disabled\:gap-8:disabled {
    gap: 2rem;
  }

  .\32xl\:disabled\:gap-9:disabled {
    gap: 2.25rem;
  }

  .\32xl\:disabled\:gap-10:disabled {
    gap: 2.5rem;
  }

  .\32xl\:disabled\:gap-11:disabled {
    gap: 2.75rem;
  }

  .\32xl\:disabled\:gap-12:disabled {
    gap: 3rem;
  }

  .\32xl\:disabled\:gap-14:disabled {
    gap: 3.5rem;
  }

  .\32xl\:disabled\:gap-16:disabled {
    gap: 4rem;
  }

  .\32xl\:disabled\:gap-20:disabled {
    gap: 5rem;
  }

  .\32xl\:disabled\:gap-24:disabled {
    gap: 6rem;
  }

  .\32xl\:disabled\:gap-28:disabled {
    gap: 7rem;
  }

  .\32xl\:disabled\:gap-32:disabled {
    gap: 8rem;
  }

  .\32xl\:disabled\:gap-36:disabled {
    gap: 9rem;
  }

  .\32xl\:disabled\:gap-40:disabled {
    gap: 10rem;
  }

  .\32xl\:disabled\:gap-44:disabled {
    gap: 11rem;
  }

  .\32xl\:disabled\:gap-48:disabled {
    gap: 12rem;
  }

  .\32xl\:disabled\:gap-52:disabled {
    gap: 13rem;
  }

  .\32xl\:disabled\:gap-56:disabled {
    gap: 14rem;
  }

  .\32xl\:disabled\:gap-60:disabled {
    gap: 15rem;
  }

  .\32xl\:disabled\:gap-64:disabled {
    gap: 16rem;
  }

  .\32xl\:disabled\:gap-72:disabled {
    gap: 18rem;
  }

  .\32xl\:disabled\:gap-80:disabled {
    gap: 20rem;
  }

  .\32xl\:disabled\:gap-96:disabled {
    gap: 24rem;
  }

  .\32xl\:disabled\:gap-px:disabled {
    gap: 1px;
  }

  .\32xl\:disabled\:gap-0\.5:disabled {
    gap: 0.125rem;
  }

  .\32xl\:disabled\:gap-1\.5:disabled {
    gap: 0.375rem;
  }

  .\32xl\:disabled\:gap-2\.5:disabled {
    gap: 0.625rem;
  }

  .\32xl\:disabled\:gap-3\.5:disabled {
    gap: 0.875rem;
  }

  .\32xl\:disabled\:gap-x-0:disabled {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:disabled\:gap-x-1:disabled {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:disabled\:gap-x-2:disabled {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:disabled\:gap-x-3:disabled {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:disabled\:gap-x-4:disabled {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:disabled\:gap-x-5:disabled {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:disabled\:gap-x-6:disabled {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:disabled\:gap-x-7:disabled {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:disabled\:gap-x-8:disabled {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:disabled\:gap-x-9:disabled {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:disabled\:gap-x-10:disabled {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:disabled\:gap-x-11:disabled {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:disabled\:gap-x-12:disabled {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:disabled\:gap-x-14:disabled {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:disabled\:gap-x-16:disabled {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:disabled\:gap-x-20:disabled {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:disabled\:gap-x-24:disabled {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:disabled\:gap-x-28:disabled {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:disabled\:gap-x-32:disabled {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:disabled\:gap-x-36:disabled {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:disabled\:gap-x-40:disabled {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:disabled\:gap-x-44:disabled {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:disabled\:gap-x-48:disabled {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:disabled\:gap-x-52:disabled {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:disabled\:gap-x-56:disabled {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:disabled\:gap-x-60:disabled {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:disabled\:gap-x-64:disabled {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:disabled\:gap-x-72:disabled {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:disabled\:gap-x-80:disabled {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:disabled\:gap-x-96:disabled {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:disabled\:gap-x-px:disabled {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:disabled\:gap-x-0\.5:disabled {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:disabled\:gap-x-1\.5:disabled {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:disabled\:gap-x-2\.5:disabled {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:disabled\:gap-x-3\.5:disabled {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:disabled\:gap-y-0:disabled {
    row-gap: 0px;
  }

  .\32xl\:disabled\:gap-y-1:disabled {
    row-gap: 0.25rem;
  }

  .\32xl\:disabled\:gap-y-2:disabled {
    row-gap: 0.5rem;
  }

  .\32xl\:disabled\:gap-y-3:disabled {
    row-gap: 0.75rem;
  }

  .\32xl\:disabled\:gap-y-4:disabled {
    row-gap: 1rem;
  }

  .\32xl\:disabled\:gap-y-5:disabled {
    row-gap: 1.25rem;
  }

  .\32xl\:disabled\:gap-y-6:disabled {
    row-gap: 1.5rem;
  }

  .\32xl\:disabled\:gap-y-7:disabled {
    row-gap: 1.75rem;
  }

  .\32xl\:disabled\:gap-y-8:disabled {
    row-gap: 2rem;
  }

  .\32xl\:disabled\:gap-y-9:disabled {
    row-gap: 2.25rem;
  }

  .\32xl\:disabled\:gap-y-10:disabled {
    row-gap: 2.5rem;
  }

  .\32xl\:disabled\:gap-y-11:disabled {
    row-gap: 2.75rem;
  }

  .\32xl\:disabled\:gap-y-12:disabled {
    row-gap: 3rem;
  }

  .\32xl\:disabled\:gap-y-14:disabled {
    row-gap: 3.5rem;
  }

  .\32xl\:disabled\:gap-y-16:disabled {
    row-gap: 4rem;
  }

  .\32xl\:disabled\:gap-y-20:disabled {
    row-gap: 5rem;
  }

  .\32xl\:disabled\:gap-y-24:disabled {
    row-gap: 6rem;
  }

  .\32xl\:disabled\:gap-y-28:disabled {
    row-gap: 7rem;
  }

  .\32xl\:disabled\:gap-y-32:disabled {
    row-gap: 8rem;
  }

  .\32xl\:disabled\:gap-y-36:disabled {
    row-gap: 9rem;
  }

  .\32xl\:disabled\:gap-y-40:disabled {
    row-gap: 10rem;
  }

  .\32xl\:disabled\:gap-y-44:disabled {
    row-gap: 11rem;
  }

  .\32xl\:disabled\:gap-y-48:disabled {
    row-gap: 12rem;
  }

  .\32xl\:disabled\:gap-y-52:disabled {
    row-gap: 13rem;
  }

  .\32xl\:disabled\:gap-y-56:disabled {
    row-gap: 14rem;
  }

  .\32xl\:disabled\:gap-y-60:disabled {
    row-gap: 15rem;
  }

  .\32xl\:disabled\:gap-y-64:disabled {
    row-gap: 16rem;
  }

  .\32xl\:disabled\:gap-y-72:disabled {
    row-gap: 18rem;
  }

  .\32xl\:disabled\:gap-y-80:disabled {
    row-gap: 20rem;
  }

  .\32xl\:disabled\:gap-y-96:disabled {
    row-gap: 24rem;
  }

  .\32xl\:disabled\:gap-y-px:disabled {
    row-gap: 1px;
  }

  .\32xl\:disabled\:gap-y-0\.5:disabled {
    row-gap: 0.125rem;
  }

  .\32xl\:disabled\:gap-y-1\.5:disabled {
    row-gap: 0.375rem;
  }

  .\32xl\:disabled\:gap-y-2\.5:disabled {
    row-gap: 0.625rem;
  }

  .\32xl\:disabled\:gap-y-3\.5:disabled {
    row-gap: 0.875rem;
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .group:hover .\32xl\:group-hover\:grid-flow-row {
    grid-auto-flow: row;
  }

  .group:hover .\32xl\:group-hover\:grid-flow-col {
    grid-auto-flow: column;
  }

  .group:hover .\32xl\:group-hover\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .group:hover .\32xl\:group-hover\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl\:focus-within\:grid-flow-row:focus-within {
    grid-auto-flow: row;
  }

  .\32xl\:focus-within\:grid-flow-col:focus-within {
    grid-auto-flow: column;
  }

  .\32xl\:focus-within\:grid-flow-row-dense:focus-within {
    grid-auto-flow: row dense;
  }

  .\32xl\:focus-within\:grid-flow-col-dense:focus-within {
    grid-auto-flow: column dense;
  }

  .\32xl\:first\:grid-flow-row:first-child {
    grid-auto-flow: row;
  }

  .\32xl\:first\:grid-flow-col:first-child {
    grid-auto-flow: column;
  }

  .\32xl\:first\:grid-flow-row-dense:first-child {
    grid-auto-flow: row dense;
  }

  .\32xl\:first\:grid-flow-col-dense:first-child {
    grid-auto-flow: column dense;
  }

  .\32xl\:last\:grid-flow-row:last-child {
    grid-auto-flow: row;
  }

  .\32xl\:last\:grid-flow-col:last-child {
    grid-auto-flow: column;
  }

  .\32xl\:last\:grid-flow-row-dense:last-child {
    grid-auto-flow: row dense;
  }

  .\32xl\:last\:grid-flow-col-dense:last-child {
    grid-auto-flow: column dense;
  }

  .\32xl\:odd\:grid-flow-row:nth-child(odd) {
    grid-auto-flow: row;
  }

  .\32xl\:odd\:grid-flow-col:nth-child(odd) {
    grid-auto-flow: column;
  }

  .\32xl\:odd\:grid-flow-row-dense:nth-child(odd) {
    grid-auto-flow: row dense;
  }

  .\32xl\:odd\:grid-flow-col-dense:nth-child(odd) {
    grid-auto-flow: column dense;
  }

  .\32xl\:even\:grid-flow-row:nth-child(even) {
    grid-auto-flow: row;
  }

  .\32xl\:even\:grid-flow-col:nth-child(even) {
    grid-auto-flow: column;
  }

  .\32xl\:even\:grid-flow-row-dense:nth-child(even) {
    grid-auto-flow: row dense;
  }

  .\32xl\:even\:grid-flow-col-dense:nth-child(even) {
    grid-auto-flow: column dense;
  }

  .\32xl\:hover\:grid-flow-row:hover {
    grid-auto-flow: row;
  }

  .\32xl\:hover\:grid-flow-col:hover {
    grid-auto-flow: column;
  }

  .\32xl\:hover\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }

  .\32xl\:hover\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }

  .\32xl\:focus\:grid-flow-row:focus {
    grid-auto-flow: row;
  }

  .\32xl\:focus\:grid-flow-col:focus {
    grid-auto-flow: column;
  }

  .\32xl\:focus\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }

  .\32xl\:focus\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }

  .\32xl\:active\:grid-flow-row:active {
    grid-auto-flow: row;
  }

  .\32xl\:active\:grid-flow-col:active {
    grid-auto-flow: column;
  }

  .\32xl\:active\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }

  .\32xl\:active\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }

  .\32xl\:visited\:grid-flow-row:visited {
    grid-auto-flow: row;
  }

  .\32xl\:visited\:grid-flow-col:visited {
    grid-auto-flow: column;
  }

  .\32xl\:visited\:grid-flow-row-dense:visited {
    grid-auto-flow: row dense;
  }

  .\32xl\:visited\:grid-flow-col-dense:visited {
    grid-auto-flow: column dense;
  }

  .\32xl\:disabled\:grid-flow-row:disabled {
    grid-auto-flow: row;
  }

  .\32xl\:disabled\:grid-flow-col:disabled {
    grid-auto-flow: column;
  }

  .\32xl\:disabled\:grid-flow-row-dense:disabled {
    grid-auto-flow: row dense;
  }

  .\32xl\:disabled\:grid-flow-col-dense:disabled {
    grid-auto-flow: column dense;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .group:hover .\32xl\:group-hover\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:focus-within\:grid-cols-1:focus-within {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-2:focus-within {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-3:focus-within {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-4:focus-within {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-5:focus-within {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-6:focus-within {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-7:focus-within {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-8:focus-within {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-9:focus-within {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-10:focus-within {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-11:focus-within {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-12:focus-within {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-cols-none:focus-within {
    grid-template-columns: none;
  }

  .\32xl\:first\:grid-cols-1:first-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-2:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-3:first-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-4:first-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-5:first-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-6:first-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-7:first-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-8:first-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-9:first-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-10:first-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-11:first-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-12:first-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-cols-none:first-child {
    grid-template-columns: none;
  }

  .\32xl\:last\:grid-cols-1:last-child {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-2:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-3:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-4:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-5:last-child {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-6:last-child {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-7:last-child {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-8:last-child {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-9:last-child {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-10:last-child {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-11:last-child {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-12:last-child {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-cols-none:last-child {
    grid-template-columns: none;
  }

  .\32xl\:odd\:grid-cols-1:nth-child(odd) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-2:nth-child(odd) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-3:nth-child(odd) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-4:nth-child(odd) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-5:nth-child(odd) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-6:nth-child(odd) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-7:nth-child(odd) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-8:nth-child(odd) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-9:nth-child(odd) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-10:nth-child(odd) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-11:nth-child(odd) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-12:nth-child(odd) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-cols-none:nth-child(odd) {
    grid-template-columns: none;
  }

  .\32xl\:even\:grid-cols-1:nth-child(even) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-2:nth-child(even) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-3:nth-child(even) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-4:nth-child(even) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-5:nth-child(even) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-6:nth-child(even) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-7:nth-child(even) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-8:nth-child(even) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-9:nth-child(even) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-10:nth-child(even) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-11:nth-child(even) {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-12:nth-child(even) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-cols-none:nth-child(even) {
    grid-template-columns: none;
  }

  .\32xl\:hover\:grid-cols-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-cols-none:hover {
    grid-template-columns: none;
  }

  .\32xl\:focus\:grid-cols-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-cols-none:focus {
    grid-template-columns: none;
  }

  .\32xl\:active\:grid-cols-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-cols-none:active {
    grid-template-columns: none;
  }

  .\32xl\:visited\:grid-cols-1:visited {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-2:visited {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-3:visited {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-4:visited {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-5:visited {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-6:visited {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-7:visited {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-8:visited {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-9:visited {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-10:visited {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-11:visited {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-12:visited {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-cols-none:visited {
    grid-template-columns: none;
  }

  .\32xl\:disabled\:grid-cols-1:disabled {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-2:disabled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-3:disabled {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-4:disabled {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-5:disabled {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-6:disabled {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-7:disabled {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-8:disabled {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-9:disabled {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-10:disabled {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-11:disabled {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-12:disabled {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-cols-none:disabled {
    grid-template-columns: none;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .group:hover .\32xl\:group-hover\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .group:hover .\32xl\:group-hover\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .group:hover .\32xl\:group-hover\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .group:hover .\32xl\:group-hover\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:focus-within\:auto-cols-auto:focus-within {
    grid-auto-columns: auto;
  }

  .\32xl\:focus-within\:auto-cols-min:focus-within {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:focus-within\:auto-cols-max:focus-within {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:focus-within\:auto-cols-fr:focus-within {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:first\:auto-cols-auto:first-child {
    grid-auto-columns: auto;
  }

  .\32xl\:first\:auto-cols-min:first-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:first\:auto-cols-max:first-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:first\:auto-cols-fr:first-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:last\:auto-cols-auto:last-child {
    grid-auto-columns: auto;
  }

  .\32xl\:last\:auto-cols-min:last-child {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:last\:auto-cols-max:last-child {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:last\:auto-cols-fr:last-child {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:odd\:auto-cols-auto:nth-child(odd) {
    grid-auto-columns: auto;
  }

  .\32xl\:odd\:auto-cols-min:nth-child(odd) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:odd\:auto-cols-max:nth-child(odd) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:odd\:auto-cols-fr:nth-child(odd) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:even\:auto-cols-auto:nth-child(even) {
    grid-auto-columns: auto;
  }

  .\32xl\:even\:auto-cols-min:nth-child(even) {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:even\:auto-cols-max:nth-child(even) {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:even\:auto-cols-fr:nth-child(even) {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:hover\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }

  .\32xl\:hover\:auto-cols-min:hover {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:hover\:auto-cols-max:hover {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:hover\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:focus\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }

  .\32xl\:focus\:auto-cols-min:focus {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:focus\:auto-cols-max:focus {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:focus\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:active\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }

  .\32xl\:active\:auto-cols-min:active {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:active\:auto-cols-max:active {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:active\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:visited\:auto-cols-auto:visited {
    grid-auto-columns: auto;
  }

  .\32xl\:visited\:auto-cols-min:visited {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:visited\:auto-cols-max:visited {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:visited\:auto-cols-fr:visited {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:disabled\:auto-cols-auto:disabled {
    grid-auto-columns: auto;
  }

  .\32xl\:disabled\:auto-cols-min:disabled {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:disabled\:auto-cols-max:disabled {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:disabled\:auto-cols-fr:disabled {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .group:hover .\32xl\:group-hover\:col-auto {
    grid-column: auto;
  }

  .group:hover .\32xl\:group-hover\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .group:hover .\32xl\:group-hover\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .group:hover .\32xl\:group-hover\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .group:hover .\32xl\:group-hover\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .group:hover .\32xl\:group-hover\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .group:hover .\32xl\:group-hover\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .group:hover .\32xl\:group-hover\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .group:hover .\32xl\:group-hover\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .group:hover .\32xl\:group-hover\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .group:hover .\32xl\:group-hover\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .group:hover .\32xl\:group-hover\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .group:hover .\32xl\:group-hover\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .group:hover .\32xl\:group-hover\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32xl\:focus-within\:col-auto:focus-within {
    grid-column: auto;
  }

  .\32xl\:focus-within\:col-span-1:focus-within {
    grid-column: span 1 / span 1;
  }

  .\32xl\:focus-within\:col-span-2:focus-within {
    grid-column: span 2 / span 2;
  }

  .\32xl\:focus-within\:col-span-3:focus-within {
    grid-column: span 3 / span 3;
  }

  .\32xl\:focus-within\:col-span-4:focus-within {
    grid-column: span 4 / span 4;
  }

  .\32xl\:focus-within\:col-span-5:focus-within {
    grid-column: span 5 / span 5;
  }

  .\32xl\:focus-within\:col-span-6:focus-within {
    grid-column: span 6 / span 6;
  }

  .\32xl\:focus-within\:col-span-7:focus-within {
    grid-column: span 7 / span 7;
  }

  .\32xl\:focus-within\:col-span-8:focus-within {
    grid-column: span 8 / span 8;
  }

  .\32xl\:focus-within\:col-span-9:focus-within {
    grid-column: span 9 / span 9;
  }

  .\32xl\:focus-within\:col-span-10:focus-within {
    grid-column: span 10 / span 10;
  }

  .\32xl\:focus-within\:col-span-11:focus-within {
    grid-column: span 11 / span 11;
  }

  .\32xl\:focus-within\:col-span-12:focus-within {
    grid-column: span 12 / span 12;
  }

  .\32xl\:focus-within\:col-span-full:focus-within {
    grid-column: 1 / -1;
  }

  .\32xl\:first\:col-auto:first-child {
    grid-column: auto;
  }

  .\32xl\:first\:col-span-1:first-child {
    grid-column: span 1 / span 1;
  }

  .\32xl\:first\:col-span-2:first-child {
    grid-column: span 2 / span 2;
  }

  .\32xl\:first\:col-span-3:first-child {
    grid-column: span 3 / span 3;
  }

  .\32xl\:first\:col-span-4:first-child {
    grid-column: span 4 / span 4;
  }

  .\32xl\:first\:col-span-5:first-child {
    grid-column: span 5 / span 5;
  }

  .\32xl\:first\:col-span-6:first-child {
    grid-column: span 6 / span 6;
  }

  .\32xl\:first\:col-span-7:first-child {
    grid-column: span 7 / span 7;
  }

  .\32xl\:first\:col-span-8:first-child {
    grid-column: span 8 / span 8;
  }

  .\32xl\:first\:col-span-9:first-child {
    grid-column: span 9 / span 9;
  }

  .\32xl\:first\:col-span-10:first-child {
    grid-column: span 10 / span 10;
  }

  .\32xl\:first\:col-span-11:first-child {
    grid-column: span 11 / span 11;
  }

  .\32xl\:first\:col-span-12:first-child {
    grid-column: span 12 / span 12;
  }

  .\32xl\:first\:col-span-full:first-child {
    grid-column: 1 / -1;
  }

  .\32xl\:last\:col-auto:last-child {
    grid-column: auto;
  }

  .\32xl\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  .\32xl\:last\:col-span-2:last-child {
    grid-column: span 2 / span 2;
  }

  .\32xl\:last\:col-span-3:last-child {
    grid-column: span 3 / span 3;
  }

  .\32xl\:last\:col-span-4:last-child {
    grid-column: span 4 / span 4;
  }

  .\32xl\:last\:col-span-5:last-child {
    grid-column: span 5 / span 5;
  }

  .\32xl\:last\:col-span-6:last-child {
    grid-column: span 6 / span 6;
  }

  .\32xl\:last\:col-span-7:last-child {
    grid-column: span 7 / span 7;
  }

  .\32xl\:last\:col-span-8:last-child {
    grid-column: span 8 / span 8;
  }

  .\32xl\:last\:col-span-9:last-child {
    grid-column: span 9 / span 9;
  }

  .\32xl\:last\:col-span-10:last-child {
    grid-column: span 10 / span 10;
  }

  .\32xl\:last\:col-span-11:last-child {
    grid-column: span 11 / span 11;
  }

  .\32xl\:last\:col-span-12:last-child {
    grid-column: span 12 / span 12;
  }

  .\32xl\:last\:col-span-full:last-child {
    grid-column: 1 / -1;
  }

  .\32xl\:odd\:col-auto:nth-child(odd) {
    grid-column: auto;
  }

  .\32xl\:odd\:col-span-1:nth-child(odd) {
    grid-column: span 1 / span 1;
  }

  .\32xl\:odd\:col-span-2:nth-child(odd) {
    grid-column: span 2 / span 2;
  }

  .\32xl\:odd\:col-span-3:nth-child(odd) {
    grid-column: span 3 / span 3;
  }

  .\32xl\:odd\:col-span-4:nth-child(odd) {
    grid-column: span 4 / span 4;
  }

  .\32xl\:odd\:col-span-5:nth-child(odd) {
    grid-column: span 5 / span 5;
  }

  .\32xl\:odd\:col-span-6:nth-child(odd) {
    grid-column: span 6 / span 6;
  }

  .\32xl\:odd\:col-span-7:nth-child(odd) {
    grid-column: span 7 / span 7;
  }

  .\32xl\:odd\:col-span-8:nth-child(odd) {
    grid-column: span 8 / span 8;
  }

  .\32xl\:odd\:col-span-9:nth-child(odd) {
    grid-column: span 9 / span 9;
  }

  .\32xl\:odd\:col-span-10:nth-child(odd) {
    grid-column: span 10 / span 10;
  }

  .\32xl\:odd\:col-span-11:nth-child(odd) {
    grid-column: span 11 / span 11;
  }

  .\32xl\:odd\:col-span-12:nth-child(odd) {
    grid-column: span 12 / span 12;
  }

  .\32xl\:odd\:col-span-full:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .\32xl\:even\:col-auto:nth-child(even) {
    grid-column: auto;
  }

  .\32xl\:even\:col-span-1:nth-child(even) {
    grid-column: span 1 / span 1;
  }

  .\32xl\:even\:col-span-2:nth-child(even) {
    grid-column: span 2 / span 2;
  }

  .\32xl\:even\:col-span-3:nth-child(even) {
    grid-column: span 3 / span 3;
  }

  .\32xl\:even\:col-span-4:nth-child(even) {
    grid-column: span 4 / span 4;
  }

  .\32xl\:even\:col-span-5:nth-child(even) {
    grid-column: span 5 / span 5;
  }

  .\32xl\:even\:col-span-6:nth-child(even) {
    grid-column: span 6 / span 6;
  }

  .\32xl\:even\:col-span-7:nth-child(even) {
    grid-column: span 7 / span 7;
  }

  .\32xl\:even\:col-span-8:nth-child(even) {
    grid-column: span 8 / span 8;
  }

  .\32xl\:even\:col-span-9:nth-child(even) {
    grid-column: span 9 / span 9;
  }

  .\32xl\:even\:col-span-10:nth-child(even) {
    grid-column: span 10 / span 10;
  }

  .\32xl\:even\:col-span-11:nth-child(even) {
    grid-column: span 11 / span 11;
  }

  .\32xl\:even\:col-span-12:nth-child(even) {
    grid-column: span 12 / span 12;
  }

  .\32xl\:even\:col-span-full:nth-child(even) {
    grid-column: 1 / -1;
  }

  .\32xl\:hover\:col-auto:hover {
    grid-column: auto;
  }

  .\32xl\:hover\:col-span-1:hover {
    grid-column: span 1 / span 1;
  }

  .\32xl\:hover\:col-span-2:hover {
    grid-column: span 2 / span 2;
  }

  .\32xl\:hover\:col-span-3:hover {
    grid-column: span 3 / span 3;
  }

  .\32xl\:hover\:col-span-4:hover {
    grid-column: span 4 / span 4;
  }

  .\32xl\:hover\:col-span-5:hover {
    grid-column: span 5 / span 5;
  }

  .\32xl\:hover\:col-span-6:hover {
    grid-column: span 6 / span 6;
  }

  .\32xl\:hover\:col-span-7:hover {
    grid-column: span 7 / span 7;
  }

  .\32xl\:hover\:col-span-8:hover {
    grid-column: span 8 / span 8;
  }

  .\32xl\:hover\:col-span-9:hover {
    grid-column: span 9 / span 9;
  }

  .\32xl\:hover\:col-span-10:hover {
    grid-column: span 10 / span 10;
  }

  .\32xl\:hover\:col-span-11:hover {
    grid-column: span 11 / span 11;
  }

  .\32xl\:hover\:col-span-12:hover {
    grid-column: span 12 / span 12;
  }

  .\32xl\:hover\:col-span-full:hover {
    grid-column: 1 / -1;
  }

  .\32xl\:focus\:col-auto:focus {
    grid-column: auto;
  }

  .\32xl\:focus\:col-span-1:focus {
    grid-column: span 1 / span 1;
  }

  .\32xl\:focus\:col-span-2:focus {
    grid-column: span 2 / span 2;
  }

  .\32xl\:focus\:col-span-3:focus {
    grid-column: span 3 / span 3;
  }

  .\32xl\:focus\:col-span-4:focus {
    grid-column: span 4 / span 4;
  }

  .\32xl\:focus\:col-span-5:focus {
    grid-column: span 5 / span 5;
  }

  .\32xl\:focus\:col-span-6:focus {
    grid-column: span 6 / span 6;
  }

  .\32xl\:focus\:col-span-7:focus {
    grid-column: span 7 / span 7;
  }

  .\32xl\:focus\:col-span-8:focus {
    grid-column: span 8 / span 8;
  }

  .\32xl\:focus\:col-span-9:focus {
    grid-column: span 9 / span 9;
  }

  .\32xl\:focus\:col-span-10:focus {
    grid-column: span 10 / span 10;
  }

  .\32xl\:focus\:col-span-11:focus {
    grid-column: span 11 / span 11;
  }

  .\32xl\:focus\:col-span-12:focus {
    grid-column: span 12 / span 12;
  }

  .\32xl\:focus\:col-span-full:focus {
    grid-column: 1 / -1;
  }

  .\32xl\:active\:col-auto:active {
    grid-column: auto;
  }

  .\32xl\:active\:col-span-1:active {
    grid-column: span 1 / span 1;
  }

  .\32xl\:active\:col-span-2:active {
    grid-column: span 2 / span 2;
  }

  .\32xl\:active\:col-span-3:active {
    grid-column: span 3 / span 3;
  }

  .\32xl\:active\:col-span-4:active {
    grid-column: span 4 / span 4;
  }

  .\32xl\:active\:col-span-5:active {
    grid-column: span 5 / span 5;
  }

  .\32xl\:active\:col-span-6:active {
    grid-column: span 6 / span 6;
  }

  .\32xl\:active\:col-span-7:active {
    grid-column: span 7 / span 7;
  }

  .\32xl\:active\:col-span-8:active {
    grid-column: span 8 / span 8;
  }

  .\32xl\:active\:col-span-9:active {
    grid-column: span 9 / span 9;
  }

  .\32xl\:active\:col-span-10:active {
    grid-column: span 10 / span 10;
  }

  .\32xl\:active\:col-span-11:active {
    grid-column: span 11 / span 11;
  }

  .\32xl\:active\:col-span-12:active {
    grid-column: span 12 / span 12;
  }

  .\32xl\:active\:col-span-full:active {
    grid-column: 1 / -1;
  }

  .\32xl\:visited\:col-auto:visited {
    grid-column: auto;
  }

  .\32xl\:visited\:col-span-1:visited {
    grid-column: span 1 / span 1;
  }

  .\32xl\:visited\:col-span-2:visited {
    grid-column: span 2 / span 2;
  }

  .\32xl\:visited\:col-span-3:visited {
    grid-column: span 3 / span 3;
  }

  .\32xl\:visited\:col-span-4:visited {
    grid-column: span 4 / span 4;
  }

  .\32xl\:visited\:col-span-5:visited {
    grid-column: span 5 / span 5;
  }

  .\32xl\:visited\:col-span-6:visited {
    grid-column: span 6 / span 6;
  }

  .\32xl\:visited\:col-span-7:visited {
    grid-column: span 7 / span 7;
  }

  .\32xl\:visited\:col-span-8:visited {
    grid-column: span 8 / span 8;
  }

  .\32xl\:visited\:col-span-9:visited {
    grid-column: span 9 / span 9;
  }

  .\32xl\:visited\:col-span-10:visited {
    grid-column: span 10 / span 10;
  }

  .\32xl\:visited\:col-span-11:visited {
    grid-column: span 11 / span 11;
  }

  .\32xl\:visited\:col-span-12:visited {
    grid-column: span 12 / span 12;
  }

  .\32xl\:visited\:col-span-full:visited {
    grid-column: 1 / -1;
  }

  .\32xl\:disabled\:col-auto:disabled {
    grid-column: auto;
  }

  .\32xl\:disabled\:col-span-1:disabled {
    grid-column: span 1 / span 1;
  }

  .\32xl\:disabled\:col-span-2:disabled {
    grid-column: span 2 / span 2;
  }

  .\32xl\:disabled\:col-span-3:disabled {
    grid-column: span 3 / span 3;
  }

  .\32xl\:disabled\:col-span-4:disabled {
    grid-column: span 4 / span 4;
  }

  .\32xl\:disabled\:col-span-5:disabled {
    grid-column: span 5 / span 5;
  }

  .\32xl\:disabled\:col-span-6:disabled {
    grid-column: span 6 / span 6;
  }

  .\32xl\:disabled\:col-span-7:disabled {
    grid-column: span 7 / span 7;
  }

  .\32xl\:disabled\:col-span-8:disabled {
    grid-column: span 8 / span 8;
  }

  .\32xl\:disabled\:col-span-9:disabled {
    grid-column: span 9 / span 9;
  }

  .\32xl\:disabled\:col-span-10:disabled {
    grid-column: span 10 / span 10;
  }

  .\32xl\:disabled\:col-span-11:disabled {
    grid-column: span 11 / span 11;
  }

  .\32xl\:disabled\:col-span-12:disabled {
    grid-column: span 12 / span 12;
  }

  .\32xl\:disabled\:col-span-full:disabled {
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto;
  }

  .group:hover .\32xl\:group-hover\:col-start-1 {
    grid-column-start: 1;
  }

  .group:hover .\32xl\:group-hover\:col-start-2 {
    grid-column-start: 2;
  }

  .group:hover .\32xl\:group-hover\:col-start-3 {
    grid-column-start: 3;
  }

  .group:hover .\32xl\:group-hover\:col-start-4 {
    grid-column-start: 4;
  }

  .group:hover .\32xl\:group-hover\:col-start-5 {
    grid-column-start: 5;
  }

  .group:hover .\32xl\:group-hover\:col-start-6 {
    grid-column-start: 6;
  }

  .group:hover .\32xl\:group-hover\:col-start-7 {
    grid-column-start: 7;
  }

  .group:hover .\32xl\:group-hover\:col-start-8 {
    grid-column-start: 8;
  }

  .group:hover .\32xl\:group-hover\:col-start-9 {
    grid-column-start: 9;
  }

  .group:hover .\32xl\:group-hover\:col-start-10 {
    grid-column-start: 10;
  }

  .group:hover .\32xl\:group-hover\:col-start-11 {
    grid-column-start: 11;
  }

  .group:hover .\32xl\:group-hover\:col-start-12 {
    grid-column-start: 12;
  }

  .group:hover .\32xl\:group-hover\:col-start-13 {
    grid-column-start: 13;
  }

  .group:hover .\32xl\:group-hover\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl\:focus-within\:col-start-1:focus-within {
    grid-column-start: 1;
  }

  .\32xl\:focus-within\:col-start-2:focus-within {
    grid-column-start: 2;
  }

  .\32xl\:focus-within\:col-start-3:focus-within {
    grid-column-start: 3;
  }

  .\32xl\:focus-within\:col-start-4:focus-within {
    grid-column-start: 4;
  }

  .\32xl\:focus-within\:col-start-5:focus-within {
    grid-column-start: 5;
  }

  .\32xl\:focus-within\:col-start-6:focus-within {
    grid-column-start: 6;
  }

  .\32xl\:focus-within\:col-start-7:focus-within {
    grid-column-start: 7;
  }

  .\32xl\:focus-within\:col-start-8:focus-within {
    grid-column-start: 8;
  }

  .\32xl\:focus-within\:col-start-9:focus-within {
    grid-column-start: 9;
  }

  .\32xl\:focus-within\:col-start-10:focus-within {
    grid-column-start: 10;
  }

  .\32xl\:focus-within\:col-start-11:focus-within {
    grid-column-start: 11;
  }

  .\32xl\:focus-within\:col-start-12:focus-within {
    grid-column-start: 12;
  }

  .\32xl\:focus-within\:col-start-13:focus-within {
    grid-column-start: 13;
  }

  .\32xl\:focus-within\:col-start-auto:focus-within {
    grid-column-start: auto;
  }

  .\32xl\:first\:col-start-1:first-child {
    grid-column-start: 1;
  }

  .\32xl\:first\:col-start-2:first-child {
    grid-column-start: 2;
  }

  .\32xl\:first\:col-start-3:first-child {
    grid-column-start: 3;
  }

  .\32xl\:first\:col-start-4:first-child {
    grid-column-start: 4;
  }

  .\32xl\:first\:col-start-5:first-child {
    grid-column-start: 5;
  }

  .\32xl\:first\:col-start-6:first-child {
    grid-column-start: 6;
  }

  .\32xl\:first\:col-start-7:first-child {
    grid-column-start: 7;
  }

  .\32xl\:first\:col-start-8:first-child {
    grid-column-start: 8;
  }

  .\32xl\:first\:col-start-9:first-child {
    grid-column-start: 9;
  }

  .\32xl\:first\:col-start-10:first-child {
    grid-column-start: 10;
  }

  .\32xl\:first\:col-start-11:first-child {
    grid-column-start: 11;
  }

  .\32xl\:first\:col-start-12:first-child {
    grid-column-start: 12;
  }

  .\32xl\:first\:col-start-13:first-child {
    grid-column-start: 13;
  }

  .\32xl\:first\:col-start-auto:first-child {
    grid-column-start: auto;
  }

  .\32xl\:last\:col-start-1:last-child {
    grid-column-start: 1;
  }

  .\32xl\:last\:col-start-2:last-child {
    grid-column-start: 2;
  }

  .\32xl\:last\:col-start-3:last-child {
    grid-column-start: 3;
  }

  .\32xl\:last\:col-start-4:last-child {
    grid-column-start: 4;
  }

  .\32xl\:last\:col-start-5:last-child {
    grid-column-start: 5;
  }

  .\32xl\:last\:col-start-6:last-child {
    grid-column-start: 6;
  }

  .\32xl\:last\:col-start-7:last-child {
    grid-column-start: 7;
  }

  .\32xl\:last\:col-start-8:last-child {
    grid-column-start: 8;
  }

  .\32xl\:last\:col-start-9:last-child {
    grid-column-start: 9;
  }

  .\32xl\:last\:col-start-10:last-child {
    grid-column-start: 10;
  }

  .\32xl\:last\:col-start-11:last-child {
    grid-column-start: 11;
  }

  .\32xl\:last\:col-start-12:last-child {
    grid-column-start: 12;
  }

  .\32xl\:last\:col-start-13:last-child {
    grid-column-start: 13;
  }

  .\32xl\:last\:col-start-auto:last-child {
    grid-column-start: auto;
  }

  .\32xl\:odd\:col-start-1:nth-child(odd) {
    grid-column-start: 1;
  }

  .\32xl\:odd\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .\32xl\:odd\:col-start-3:nth-child(odd) {
    grid-column-start: 3;
  }

  .\32xl\:odd\:col-start-4:nth-child(odd) {
    grid-column-start: 4;
  }

  .\32xl\:odd\:col-start-5:nth-child(odd) {
    grid-column-start: 5;
  }

  .\32xl\:odd\:col-start-6:nth-child(odd) {
    grid-column-start: 6;
  }

  .\32xl\:odd\:col-start-7:nth-child(odd) {
    grid-column-start: 7;
  }

  .\32xl\:odd\:col-start-8:nth-child(odd) {
    grid-column-start: 8;
  }

  .\32xl\:odd\:col-start-9:nth-child(odd) {
    grid-column-start: 9;
  }

  .\32xl\:odd\:col-start-10:nth-child(odd) {
    grid-column-start: 10;
  }

  .\32xl\:odd\:col-start-11:nth-child(odd) {
    grid-column-start: 11;
  }

  .\32xl\:odd\:col-start-12:nth-child(odd) {
    grid-column-start: 12;
  }

  .\32xl\:odd\:col-start-13:nth-child(odd) {
    grid-column-start: 13;
  }

  .\32xl\:odd\:col-start-auto:nth-child(odd) {
    grid-column-start: auto;
  }

  .\32xl\:even\:col-start-1:nth-child(even) {
    grid-column-start: 1;
  }

  .\32xl\:even\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }

  .\32xl\:even\:col-start-3:nth-child(even) {
    grid-column-start: 3;
  }

  .\32xl\:even\:col-start-4:nth-child(even) {
    grid-column-start: 4;
  }

  .\32xl\:even\:col-start-5:nth-child(even) {
    grid-column-start: 5;
  }

  .\32xl\:even\:col-start-6:nth-child(even) {
    grid-column-start: 6;
  }

  .\32xl\:even\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

  .\32xl\:even\:col-start-8:nth-child(even) {
    grid-column-start: 8;
  }

  .\32xl\:even\:col-start-9:nth-child(even) {
    grid-column-start: 9;
  }

  .\32xl\:even\:col-start-10:nth-child(even) {
    grid-column-start: 10;
  }

  .\32xl\:even\:col-start-11:nth-child(even) {
    grid-column-start: 11;
  }

  .\32xl\:even\:col-start-12:nth-child(even) {
    grid-column-start: 12;
  }

  .\32xl\:even\:col-start-13:nth-child(even) {
    grid-column-start: 13;
  }

  .\32xl\:even\:col-start-auto:nth-child(even) {
    grid-column-start: auto;
  }

  .\32xl\:hover\:col-start-1:hover {
    grid-column-start: 1;
  }

  .\32xl\:hover\:col-start-2:hover {
    grid-column-start: 2;
  }

  .\32xl\:hover\:col-start-3:hover {
    grid-column-start: 3;
  }

  .\32xl\:hover\:col-start-4:hover {
    grid-column-start: 4;
  }

  .\32xl\:hover\:col-start-5:hover {
    grid-column-start: 5;
  }

  .\32xl\:hover\:col-start-6:hover {
    grid-column-start: 6;
  }

  .\32xl\:hover\:col-start-7:hover {
    grid-column-start: 7;
  }

  .\32xl\:hover\:col-start-8:hover {
    grid-column-start: 8;
  }

  .\32xl\:hover\:col-start-9:hover {
    grid-column-start: 9;
  }

  .\32xl\:hover\:col-start-10:hover {
    grid-column-start: 10;
  }

  .\32xl\:hover\:col-start-11:hover {
    grid-column-start: 11;
  }

  .\32xl\:hover\:col-start-12:hover {
    grid-column-start: 12;
  }

  .\32xl\:hover\:col-start-13:hover {
    grid-column-start: 13;
  }

  .\32xl\:hover\:col-start-auto:hover {
    grid-column-start: auto;
  }

  .\32xl\:focus\:col-start-1:focus {
    grid-column-start: 1;
  }

  .\32xl\:focus\:col-start-2:focus {
    grid-column-start: 2;
  }

  .\32xl\:focus\:col-start-3:focus {
    grid-column-start: 3;
  }

  .\32xl\:focus\:col-start-4:focus {
    grid-column-start: 4;
  }

  .\32xl\:focus\:col-start-5:focus {
    grid-column-start: 5;
  }

  .\32xl\:focus\:col-start-6:focus {
    grid-column-start: 6;
  }

  .\32xl\:focus\:col-start-7:focus {
    grid-column-start: 7;
  }

  .\32xl\:focus\:col-start-8:focus {
    grid-column-start: 8;
  }

  .\32xl\:focus\:col-start-9:focus {
    grid-column-start: 9;
  }

  .\32xl\:focus\:col-start-10:focus {
    grid-column-start: 10;
  }

  .\32xl\:focus\:col-start-11:focus {
    grid-column-start: 11;
  }

  .\32xl\:focus\:col-start-12:focus {
    grid-column-start: 12;
  }

  .\32xl\:focus\:col-start-13:focus {
    grid-column-start: 13;
  }

  .\32xl\:focus\:col-start-auto:focus {
    grid-column-start: auto;
  }

  .\32xl\:active\:col-start-1:active {
    grid-column-start: 1;
  }

  .\32xl\:active\:col-start-2:active {
    grid-column-start: 2;
  }

  .\32xl\:active\:col-start-3:active {
    grid-column-start: 3;
  }

  .\32xl\:active\:col-start-4:active {
    grid-column-start: 4;
  }

  .\32xl\:active\:col-start-5:active {
    grid-column-start: 5;
  }

  .\32xl\:active\:col-start-6:active {
    grid-column-start: 6;
  }

  .\32xl\:active\:col-start-7:active {
    grid-column-start: 7;
  }

  .\32xl\:active\:col-start-8:active {
    grid-column-start: 8;
  }

  .\32xl\:active\:col-start-9:active {
    grid-column-start: 9;
  }

  .\32xl\:active\:col-start-10:active {
    grid-column-start: 10;
  }

  .\32xl\:active\:col-start-11:active {
    grid-column-start: 11;
  }

  .\32xl\:active\:col-start-12:active {
    grid-column-start: 12;
  }

  .\32xl\:active\:col-start-13:active {
    grid-column-start: 13;
  }

  .\32xl\:active\:col-start-auto:active {
    grid-column-start: auto;
  }

  .\32xl\:visited\:col-start-1:visited {
    grid-column-start: 1;
  }

  .\32xl\:visited\:col-start-2:visited {
    grid-column-start: 2;
  }

  .\32xl\:visited\:col-start-3:visited {
    grid-column-start: 3;
  }

  .\32xl\:visited\:col-start-4:visited {
    grid-column-start: 4;
  }

  .\32xl\:visited\:col-start-5:visited {
    grid-column-start: 5;
  }

  .\32xl\:visited\:col-start-6:visited {
    grid-column-start: 6;
  }

  .\32xl\:visited\:col-start-7:visited {
    grid-column-start: 7;
  }

  .\32xl\:visited\:col-start-8:visited {
    grid-column-start: 8;
  }

  .\32xl\:visited\:col-start-9:visited {
    grid-column-start: 9;
  }

  .\32xl\:visited\:col-start-10:visited {
    grid-column-start: 10;
  }

  .\32xl\:visited\:col-start-11:visited {
    grid-column-start: 11;
  }

  .\32xl\:visited\:col-start-12:visited {
    grid-column-start: 12;
  }

  .\32xl\:visited\:col-start-13:visited {
    grid-column-start: 13;
  }

  .\32xl\:visited\:col-start-auto:visited {
    grid-column-start: auto;
  }

  .\32xl\:disabled\:col-start-1:disabled {
    grid-column-start: 1;
  }

  .\32xl\:disabled\:col-start-2:disabled {
    grid-column-start: 2;
  }

  .\32xl\:disabled\:col-start-3:disabled {
    grid-column-start: 3;
  }

  .\32xl\:disabled\:col-start-4:disabled {
    grid-column-start: 4;
  }

  .\32xl\:disabled\:col-start-5:disabled {
    grid-column-start: 5;
  }

  .\32xl\:disabled\:col-start-6:disabled {
    grid-column-start: 6;
  }

  .\32xl\:disabled\:col-start-7:disabled {
    grid-column-start: 7;
  }

  .\32xl\:disabled\:col-start-8:disabled {
    grid-column-start: 8;
  }

  .\32xl\:disabled\:col-start-9:disabled {
    grid-column-start: 9;
  }

  .\32xl\:disabled\:col-start-10:disabled {
    grid-column-start: 10;
  }

  .\32xl\:disabled\:col-start-11:disabled {
    grid-column-start: 11;
  }

  .\32xl\:disabled\:col-start-12:disabled {
    grid-column-start: 12;
  }

  .\32xl\:disabled\:col-start-13:disabled {
    grid-column-start: 13;
  }

  .\32xl\:disabled\:col-start-auto:disabled {
    grid-column-start: auto;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto;
  }

  .group:hover .\32xl\:group-hover\:col-end-1 {
    grid-column-end: 1;
  }

  .group:hover .\32xl\:group-hover\:col-end-2 {
    grid-column-end: 2;
  }

  .group:hover .\32xl\:group-hover\:col-end-3 {
    grid-column-end: 3;
  }

  .group:hover .\32xl\:group-hover\:col-end-4 {
    grid-column-end: 4;
  }

  .group:hover .\32xl\:group-hover\:col-end-5 {
    grid-column-end: 5;
  }

  .group:hover .\32xl\:group-hover\:col-end-6 {
    grid-column-end: 6;
  }

  .group:hover .\32xl\:group-hover\:col-end-7 {
    grid-column-end: 7;
  }

  .group:hover .\32xl\:group-hover\:col-end-8 {
    grid-column-end: 8;
  }

  .group:hover .\32xl\:group-hover\:col-end-9 {
    grid-column-end: 9;
  }

  .group:hover .\32xl\:group-hover\:col-end-10 {
    grid-column-end: 10;
  }

  .group:hover .\32xl\:group-hover\:col-end-11 {
    grid-column-end: 11;
  }

  .group:hover .\32xl\:group-hover\:col-end-12 {
    grid-column-end: 12;
  }

  .group:hover .\32xl\:group-hover\:col-end-13 {
    grid-column-end: 13;
  }

  .group:hover .\32xl\:group-hover\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl\:focus-within\:col-end-1:focus-within {
    grid-column-end: 1;
  }

  .\32xl\:focus-within\:col-end-2:focus-within {
    grid-column-end: 2;
  }

  .\32xl\:focus-within\:col-end-3:focus-within {
    grid-column-end: 3;
  }

  .\32xl\:focus-within\:col-end-4:focus-within {
    grid-column-end: 4;
  }

  .\32xl\:focus-within\:col-end-5:focus-within {
    grid-column-end: 5;
  }

  .\32xl\:focus-within\:col-end-6:focus-within {
    grid-column-end: 6;
  }

  .\32xl\:focus-within\:col-end-7:focus-within {
    grid-column-end: 7;
  }

  .\32xl\:focus-within\:col-end-8:focus-within {
    grid-column-end: 8;
  }

  .\32xl\:focus-within\:col-end-9:focus-within {
    grid-column-end: 9;
  }

  .\32xl\:focus-within\:col-end-10:focus-within {
    grid-column-end: 10;
  }

  .\32xl\:focus-within\:col-end-11:focus-within {
    grid-column-end: 11;
  }

  .\32xl\:focus-within\:col-end-12:focus-within {
    grid-column-end: 12;
  }

  .\32xl\:focus-within\:col-end-13:focus-within {
    grid-column-end: 13;
  }

  .\32xl\:focus-within\:col-end-auto:focus-within {
    grid-column-end: auto;
  }

  .\32xl\:first\:col-end-1:first-child {
    grid-column-end: 1;
  }

  .\32xl\:first\:col-end-2:first-child {
    grid-column-end: 2;
  }

  .\32xl\:first\:col-end-3:first-child {
    grid-column-end: 3;
  }

  .\32xl\:first\:col-end-4:first-child {
    grid-column-end: 4;
  }

  .\32xl\:first\:col-end-5:first-child {
    grid-column-end: 5;
  }

  .\32xl\:first\:col-end-6:first-child {
    grid-column-end: 6;
  }

  .\32xl\:first\:col-end-7:first-child {
    grid-column-end: 7;
  }

  .\32xl\:first\:col-end-8:first-child {
    grid-column-end: 8;
  }

  .\32xl\:first\:col-end-9:first-child {
    grid-column-end: 9;
  }

  .\32xl\:first\:col-end-10:first-child {
    grid-column-end: 10;
  }

  .\32xl\:first\:col-end-11:first-child {
    grid-column-end: 11;
  }

  .\32xl\:first\:col-end-12:first-child {
    grid-column-end: 12;
  }

  .\32xl\:first\:col-end-13:first-child {
    grid-column-end: 13;
  }

  .\32xl\:first\:col-end-auto:first-child {
    grid-column-end: auto;
  }

  .\32xl\:last\:col-end-1:last-child {
    grid-column-end: 1;
  }

  .\32xl\:last\:col-end-2:last-child {
    grid-column-end: 2;
  }

  .\32xl\:last\:col-end-3:last-child {
    grid-column-end: 3;
  }

  .\32xl\:last\:col-end-4:last-child {
    grid-column-end: 4;
  }

  .\32xl\:last\:col-end-5:last-child {
    grid-column-end: 5;
  }

  .\32xl\:last\:col-end-6:last-child {
    grid-column-end: 6;
  }

  .\32xl\:last\:col-end-7:last-child {
    grid-column-end: 7;
  }

  .\32xl\:last\:col-end-8:last-child {
    grid-column-end: 8;
  }

  .\32xl\:last\:col-end-9:last-child {
    grid-column-end: 9;
  }

  .\32xl\:last\:col-end-10:last-child {
    grid-column-end: 10;
  }

  .\32xl\:last\:col-end-11:last-child {
    grid-column-end: 11;
  }

  .\32xl\:last\:col-end-12:last-child {
    grid-column-end: 12;
  }

  .\32xl\:last\:col-end-13:last-child {
    grid-column-end: 13;
  }

  .\32xl\:last\:col-end-auto:last-child {
    grid-column-end: auto;
  }

  .\32xl\:odd\:col-end-1:nth-child(odd) {
    grid-column-end: 1;
  }

  .\32xl\:odd\:col-end-2:nth-child(odd) {
    grid-column-end: 2;
  }

  .\32xl\:odd\:col-end-3:nth-child(odd) {
    grid-column-end: 3;
  }

  .\32xl\:odd\:col-end-4:nth-child(odd) {
    grid-column-end: 4;
  }

  .\32xl\:odd\:col-end-5:nth-child(odd) {
    grid-column-end: 5;
  }

  .\32xl\:odd\:col-end-6:nth-child(odd) {
    grid-column-end: 6;
  }

  .\32xl\:odd\:col-end-7:nth-child(odd) {
    grid-column-end: 7;
  }

  .\32xl\:odd\:col-end-8:nth-child(odd) {
    grid-column-end: 8;
  }

  .\32xl\:odd\:col-end-9:nth-child(odd) {
    grid-column-end: 9;
  }

  .\32xl\:odd\:col-end-10:nth-child(odd) {
    grid-column-end: 10;
  }

  .\32xl\:odd\:col-end-11:nth-child(odd) {
    grid-column-end: 11;
  }

  .\32xl\:odd\:col-end-12:nth-child(odd) {
    grid-column-end: 12;
  }

  .\32xl\:odd\:col-end-13:nth-child(odd) {
    grid-column-end: 13;
  }

  .\32xl\:odd\:col-end-auto:nth-child(odd) {
    grid-column-end: auto;
  }

  .\32xl\:even\:col-end-1:nth-child(even) {
    grid-column-end: 1;
  }

  .\32xl\:even\:col-end-2:nth-child(even) {
    grid-column-end: 2;
  }

  .\32xl\:even\:col-end-3:nth-child(even) {
    grid-column-end: 3;
  }

  .\32xl\:even\:col-end-4:nth-child(even) {
    grid-column-end: 4;
  }

  .\32xl\:even\:col-end-5:nth-child(even) {
    grid-column-end: 5;
  }

  .\32xl\:even\:col-end-6:nth-child(even) {
    grid-column-end: 6;
  }

  .\32xl\:even\:col-end-7:nth-child(even) {
    grid-column-end: 7;
  }

  .\32xl\:even\:col-end-8:nth-child(even) {
    grid-column-end: 8;
  }

  .\32xl\:even\:col-end-9:nth-child(even) {
    grid-column-end: 9;
  }

  .\32xl\:even\:col-end-10:nth-child(even) {
    grid-column-end: 10;
  }

  .\32xl\:even\:col-end-11:nth-child(even) {
    grid-column-end: 11;
  }

  .\32xl\:even\:col-end-12:nth-child(even) {
    grid-column-end: 12;
  }

  .\32xl\:even\:col-end-13:nth-child(even) {
    grid-column-end: 13;
  }

  .\32xl\:even\:col-end-auto:nth-child(even) {
    grid-column-end: auto;
  }

  .\32xl\:hover\:col-end-1:hover {
    grid-column-end: 1;
  }

  .\32xl\:hover\:col-end-2:hover {
    grid-column-end: 2;
  }

  .\32xl\:hover\:col-end-3:hover {
    grid-column-end: 3;
  }

  .\32xl\:hover\:col-end-4:hover {
    grid-column-end: 4;
  }

  .\32xl\:hover\:col-end-5:hover {
    grid-column-end: 5;
  }

  .\32xl\:hover\:col-end-6:hover {
    grid-column-end: 6;
  }

  .\32xl\:hover\:col-end-7:hover {
    grid-column-end: 7;
  }

  .\32xl\:hover\:col-end-8:hover {
    grid-column-end: 8;
  }

  .\32xl\:hover\:col-end-9:hover {
    grid-column-end: 9;
  }

  .\32xl\:hover\:col-end-10:hover {
    grid-column-end: 10;
  }

  .\32xl\:hover\:col-end-11:hover {
    grid-column-end: 11;
  }

  .\32xl\:hover\:col-end-12:hover {
    grid-column-end: 12;
  }

  .\32xl\:hover\:col-end-13:hover {
    grid-column-end: 13;
  }

  .\32xl\:hover\:col-end-auto:hover {
    grid-column-end: auto;
  }

  .\32xl\:focus\:col-end-1:focus {
    grid-column-end: 1;
  }

  .\32xl\:focus\:col-end-2:focus {
    grid-column-end: 2;
  }

  .\32xl\:focus\:col-end-3:focus {
    grid-column-end: 3;
  }

  .\32xl\:focus\:col-end-4:focus {
    grid-column-end: 4;
  }

  .\32xl\:focus\:col-end-5:focus {
    grid-column-end: 5;
  }

  .\32xl\:focus\:col-end-6:focus {
    grid-column-end: 6;
  }

  .\32xl\:focus\:col-end-7:focus {
    grid-column-end: 7;
  }

  .\32xl\:focus\:col-end-8:focus {
    grid-column-end: 8;
  }

  .\32xl\:focus\:col-end-9:focus {
    grid-column-end: 9;
  }

  .\32xl\:focus\:col-end-10:focus {
    grid-column-end: 10;
  }

  .\32xl\:focus\:col-end-11:focus {
    grid-column-end: 11;
  }

  .\32xl\:focus\:col-end-12:focus {
    grid-column-end: 12;
  }

  .\32xl\:focus\:col-end-13:focus {
    grid-column-end: 13;
  }

  .\32xl\:focus\:col-end-auto:focus {
    grid-column-end: auto;
  }

  .\32xl\:active\:col-end-1:active {
    grid-column-end: 1;
  }

  .\32xl\:active\:col-end-2:active {
    grid-column-end: 2;
  }

  .\32xl\:active\:col-end-3:active {
    grid-column-end: 3;
  }

  .\32xl\:active\:col-end-4:active {
    grid-column-end: 4;
  }

  .\32xl\:active\:col-end-5:active {
    grid-column-end: 5;
  }

  .\32xl\:active\:col-end-6:active {
    grid-column-end: 6;
  }

  .\32xl\:active\:col-end-7:active {
    grid-column-end: 7;
  }

  .\32xl\:active\:col-end-8:active {
    grid-column-end: 8;
  }

  .\32xl\:active\:col-end-9:active {
    grid-column-end: 9;
  }

  .\32xl\:active\:col-end-10:active {
    grid-column-end: 10;
  }

  .\32xl\:active\:col-end-11:active {
    grid-column-end: 11;
  }

  .\32xl\:active\:col-end-12:active {
    grid-column-end: 12;
  }

  .\32xl\:active\:col-end-13:active {
    grid-column-end: 13;
  }

  .\32xl\:active\:col-end-auto:active {
    grid-column-end: auto;
  }

  .\32xl\:visited\:col-end-1:visited {
    grid-column-end: 1;
  }

  .\32xl\:visited\:col-end-2:visited {
    grid-column-end: 2;
  }

  .\32xl\:visited\:col-end-3:visited {
    grid-column-end: 3;
  }

  .\32xl\:visited\:col-end-4:visited {
    grid-column-end: 4;
  }

  .\32xl\:visited\:col-end-5:visited {
    grid-column-end: 5;
  }

  .\32xl\:visited\:col-end-6:visited {
    grid-column-end: 6;
  }

  .\32xl\:visited\:col-end-7:visited {
    grid-column-end: 7;
  }

  .\32xl\:visited\:col-end-8:visited {
    grid-column-end: 8;
  }

  .\32xl\:visited\:col-end-9:visited {
    grid-column-end: 9;
  }

  .\32xl\:visited\:col-end-10:visited {
    grid-column-end: 10;
  }

  .\32xl\:visited\:col-end-11:visited {
    grid-column-end: 11;
  }

  .\32xl\:visited\:col-end-12:visited {
    grid-column-end: 12;
  }

  .\32xl\:visited\:col-end-13:visited {
    grid-column-end: 13;
  }

  .\32xl\:visited\:col-end-auto:visited {
    grid-column-end: auto;
  }

  .\32xl\:disabled\:col-end-1:disabled {
    grid-column-end: 1;
  }

  .\32xl\:disabled\:col-end-2:disabled {
    grid-column-end: 2;
  }

  .\32xl\:disabled\:col-end-3:disabled {
    grid-column-end: 3;
  }

  .\32xl\:disabled\:col-end-4:disabled {
    grid-column-end: 4;
  }

  .\32xl\:disabled\:col-end-5:disabled {
    grid-column-end: 5;
  }

  .\32xl\:disabled\:col-end-6:disabled {
    grid-column-end: 6;
  }

  .\32xl\:disabled\:col-end-7:disabled {
    grid-column-end: 7;
  }

  .\32xl\:disabled\:col-end-8:disabled {
    grid-column-end: 8;
  }

  .\32xl\:disabled\:col-end-9:disabled {
    grid-column-end: 9;
  }

  .\32xl\:disabled\:col-end-10:disabled {
    grid-column-end: 10;
  }

  .\32xl\:disabled\:col-end-11:disabled {
    grid-column-end: 11;
  }

  .\32xl\:disabled\:col-end-12:disabled {
    grid-column-end: 12;
  }

  .\32xl\:disabled\:col-end-13:disabled {
    grid-column-end: 13;
  }

  .\32xl\:disabled\:col-end-auto:disabled {
    grid-column-end: auto;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .group:hover .\32xl\:group-hover\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .group:hover .\32xl\:group-hover\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl\:focus-within\:grid-rows-1:focus-within {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-2:focus-within {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-3:focus-within {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-4:focus-within {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-5:focus-within {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-6:focus-within {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:focus-within\:grid-rows-none:focus-within {
    grid-template-rows: none;
  }

  .\32xl\:first\:grid-rows-1:first-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-2:first-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-3:first-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-4:first-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-5:first-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-6:first-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:first\:grid-rows-none:first-child {
    grid-template-rows: none;
  }

  .\32xl\:last\:grid-rows-1:last-child {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-2:last-child {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-3:last-child {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-4:last-child {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-5:last-child {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-6:last-child {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:last\:grid-rows-none:last-child {
    grid-template-rows: none;
  }

  .\32xl\:odd\:grid-rows-1:nth-child(odd) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-2:nth-child(odd) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-3:nth-child(odd) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-4:nth-child(odd) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-5:nth-child(odd) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-6:nth-child(odd) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:odd\:grid-rows-none:nth-child(odd) {
    grid-template-rows: none;
  }

  .\32xl\:even\:grid-rows-1:nth-child(even) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-2:nth-child(even) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-3:nth-child(even) {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-4:nth-child(even) {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-5:nth-child(even) {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-6:nth-child(even) {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:even\:grid-rows-none:nth-child(even) {
    grid-template-rows: none;
  }

  .\32xl\:hover\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:hover\:grid-rows-none:hover {
    grid-template-rows: none;
  }

  .\32xl\:focus\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:focus\:grid-rows-none:focus {
    grid-template-rows: none;
  }

  .\32xl\:active\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:active\:grid-rows-none:active {
    grid-template-rows: none;
  }

  .\32xl\:visited\:grid-rows-1:visited {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-2:visited {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-3:visited {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-4:visited {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-5:visited {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-6:visited {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:visited\:grid-rows-none:visited {
    grid-template-rows: none;
  }

  .\32xl\:disabled\:grid-rows-1:disabled {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-2:disabled {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-3:disabled {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-4:disabled {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-5:disabled {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-6:disabled {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:disabled\:grid-rows-none:disabled {
    grid-template-rows: none;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .group:hover .\32xl\:group-hover\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .group:hover .\32xl\:group-hover\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .group:hover .\32xl\:group-hover\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .group:hover .\32xl\:group-hover\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:focus-within\:auto-rows-auto:focus-within {
    grid-auto-rows: auto;
  }

  .\32xl\:focus-within\:auto-rows-min:focus-within {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:focus-within\:auto-rows-max:focus-within {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:focus-within\:auto-rows-fr:focus-within {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:first\:auto-rows-auto:first-child {
    grid-auto-rows: auto;
  }

  .\32xl\:first\:auto-rows-min:first-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:first\:auto-rows-max:first-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:first\:auto-rows-fr:first-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:last\:auto-rows-auto:last-child {
    grid-auto-rows: auto;
  }

  .\32xl\:last\:auto-rows-min:last-child {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:last\:auto-rows-max:last-child {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:last\:auto-rows-fr:last-child {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:odd\:auto-rows-auto:nth-child(odd) {
    grid-auto-rows: auto;
  }

  .\32xl\:odd\:auto-rows-min:nth-child(odd) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:odd\:auto-rows-max:nth-child(odd) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:odd\:auto-rows-fr:nth-child(odd) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:even\:auto-rows-auto:nth-child(even) {
    grid-auto-rows: auto;
  }

  .\32xl\:even\:auto-rows-min:nth-child(even) {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:even\:auto-rows-max:nth-child(even) {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:even\:auto-rows-fr:nth-child(even) {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:hover\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }

  .\32xl\:hover\:auto-rows-min:hover {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:hover\:auto-rows-max:hover {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:hover\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:focus\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }

  .\32xl\:focus\:auto-rows-min:focus {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:focus\:auto-rows-max:focus {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:focus\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:active\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }

  .\32xl\:active\:auto-rows-min:active {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:active\:auto-rows-max:active {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:active\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:visited\:auto-rows-auto:visited {
    grid-auto-rows: auto;
  }

  .\32xl\:visited\:auto-rows-min:visited {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:visited\:auto-rows-max:visited {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:visited\:auto-rows-fr:visited {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:disabled\:auto-rows-auto:disabled {
    grid-auto-rows: auto;
  }

  .\32xl\:disabled\:auto-rows-min:disabled {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:disabled\:auto-rows-max:disabled {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:disabled\:auto-rows-fr:disabled {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .group:hover .\32xl\:group-hover\:row-auto {
    grid-row: auto;
  }

  .group:hover .\32xl\:group-hover\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .group:hover .\32xl\:group-hover\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .group:hover .\32xl\:group-hover\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .group:hover .\32xl\:group-hover\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .group:hover .\32xl\:group-hover\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .group:hover .\32xl\:group-hover\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .group:hover .\32xl\:group-hover\:row-span-full {
    grid-row: 1 / -1;
  }

  .\32xl\:focus-within\:row-auto:focus-within {
    grid-row: auto;
  }

  .\32xl\:focus-within\:row-span-1:focus-within {
    grid-row: span 1 / span 1;
  }

  .\32xl\:focus-within\:row-span-2:focus-within {
    grid-row: span 2 / span 2;
  }

  .\32xl\:focus-within\:row-span-3:focus-within {
    grid-row: span 3 / span 3;
  }

  .\32xl\:focus-within\:row-span-4:focus-within {
    grid-row: span 4 / span 4;
  }

  .\32xl\:focus-within\:row-span-5:focus-within {
    grid-row: span 5 / span 5;
  }

  .\32xl\:focus-within\:row-span-6:focus-within {
    grid-row: span 6 / span 6;
  }

  .\32xl\:focus-within\:row-span-full:focus-within {
    grid-row: 1 / -1;
  }

  .\32xl\:first\:row-auto:first-child {
    grid-row: auto;
  }

  .\32xl\:first\:row-span-1:first-child {
    grid-row: span 1 / span 1;
  }

  .\32xl\:first\:row-span-2:first-child {
    grid-row: span 2 / span 2;
  }

  .\32xl\:first\:row-span-3:first-child {
    grid-row: span 3 / span 3;
  }

  .\32xl\:first\:row-span-4:first-child {
    grid-row: span 4 / span 4;
  }

  .\32xl\:first\:row-span-5:first-child {
    grid-row: span 5 / span 5;
  }

  .\32xl\:first\:row-span-6:first-child {
    grid-row: span 6 / span 6;
  }

  .\32xl\:first\:row-span-full:first-child {
    grid-row: 1 / -1;
  }

  .\32xl\:last\:row-auto:last-child {
    grid-row: auto;
  }

  .\32xl\:last\:row-span-1:last-child {
    grid-row: span 1 / span 1;
  }

  .\32xl\:last\:row-span-2:last-child {
    grid-row: span 2 / span 2;
  }

  .\32xl\:last\:row-span-3:last-child {
    grid-row: span 3 / span 3;
  }

  .\32xl\:last\:row-span-4:last-child {
    grid-row: span 4 / span 4;
  }

  .\32xl\:last\:row-span-5:last-child {
    grid-row: span 5 / span 5;
  }

  .\32xl\:last\:row-span-6:last-child {
    grid-row: span 6 / span 6;
  }

  .\32xl\:last\:row-span-full:last-child {
    grid-row: 1 / -1;
  }

  .\32xl\:odd\:row-auto:nth-child(odd) {
    grid-row: auto;
  }

  .\32xl\:odd\:row-span-1:nth-child(odd) {
    grid-row: span 1 / span 1;
  }

  .\32xl\:odd\:row-span-2:nth-child(odd) {
    grid-row: span 2 / span 2;
  }

  .\32xl\:odd\:row-span-3:nth-child(odd) {
    grid-row: span 3 / span 3;
  }

  .\32xl\:odd\:row-span-4:nth-child(odd) {
    grid-row: span 4 / span 4;
  }

  .\32xl\:odd\:row-span-5:nth-child(odd) {
    grid-row: span 5 / span 5;
  }

  .\32xl\:odd\:row-span-6:nth-child(odd) {
    grid-row: span 6 / span 6;
  }

  .\32xl\:odd\:row-span-full:nth-child(odd) {
    grid-row: 1 / -1;
  }

  .\32xl\:even\:row-auto:nth-child(even) {
    grid-row: auto;
  }

  .\32xl\:even\:row-span-1:nth-child(even) {
    grid-row: span 1 / span 1;
  }

  .\32xl\:even\:row-span-2:nth-child(even) {
    grid-row: span 2 / span 2;
  }

  .\32xl\:even\:row-span-3:nth-child(even) {
    grid-row: span 3 / span 3;
  }

  .\32xl\:even\:row-span-4:nth-child(even) {
    grid-row: span 4 / span 4;
  }

  .\32xl\:even\:row-span-5:nth-child(even) {
    grid-row: span 5 / span 5;
  }

  .\32xl\:even\:row-span-6:nth-child(even) {
    grid-row: span 6 / span 6;
  }

  .\32xl\:even\:row-span-full:nth-child(even) {
    grid-row: 1 / -1;
  }

  .\32xl\:hover\:row-auto:hover {
    grid-row: auto;
  }

  .\32xl\:hover\:row-span-1:hover {
    grid-row: span 1 / span 1;
  }

  .\32xl\:hover\:row-span-2:hover {
    grid-row: span 2 / span 2;
  }

  .\32xl\:hover\:row-span-3:hover {
    grid-row: span 3 / span 3;
  }

  .\32xl\:hover\:row-span-4:hover {
    grid-row: span 4 / span 4;
  }

  .\32xl\:hover\:row-span-5:hover {
    grid-row: span 5 / span 5;
  }

  .\32xl\:hover\:row-span-6:hover {
    grid-row: span 6 / span 6;
  }

  .\32xl\:hover\:row-span-full:hover {
    grid-row: 1 / -1;
  }

  .\32xl\:focus\:row-auto:focus {
    grid-row: auto;
  }

  .\32xl\:focus\:row-span-1:focus {
    grid-row: span 1 / span 1;
  }

  .\32xl\:focus\:row-span-2:focus {
    grid-row: span 2 / span 2;
  }

  .\32xl\:focus\:row-span-3:focus {
    grid-row: span 3 / span 3;
  }

  .\32xl\:focus\:row-span-4:focus {
    grid-row: span 4 / span 4;
  }

  .\32xl\:focus\:row-span-5:focus {
    grid-row: span 5 / span 5;
  }

  .\32xl\:focus\:row-span-6:focus {
    grid-row: span 6 / span 6;
  }

  .\32xl\:focus\:row-span-full:focus {
    grid-row: 1 / -1;
  }

  .\32xl\:active\:row-auto:active {
    grid-row: auto;
  }

  .\32xl\:active\:row-span-1:active {
    grid-row: span 1 / span 1;
  }

  .\32xl\:active\:row-span-2:active {
    grid-row: span 2 / span 2;
  }

  .\32xl\:active\:row-span-3:active {
    grid-row: span 3 / span 3;
  }

  .\32xl\:active\:row-span-4:active {
    grid-row: span 4 / span 4;
  }

  .\32xl\:active\:row-span-5:active {
    grid-row: span 5 / span 5;
  }

  .\32xl\:active\:row-span-6:active {
    grid-row: span 6 / span 6;
  }

  .\32xl\:active\:row-span-full:active {
    grid-row: 1 / -1;
  }

  .\32xl\:visited\:row-auto:visited {
    grid-row: auto;
  }

  .\32xl\:visited\:row-span-1:visited {
    grid-row: span 1 / span 1;
  }

  .\32xl\:visited\:row-span-2:visited {
    grid-row: span 2 / span 2;
  }

  .\32xl\:visited\:row-span-3:visited {
    grid-row: span 3 / span 3;
  }

  .\32xl\:visited\:row-span-4:visited {
    grid-row: span 4 / span 4;
  }

  .\32xl\:visited\:row-span-5:visited {
    grid-row: span 5 / span 5;
  }

  .\32xl\:visited\:row-span-6:visited {
    grid-row: span 6 / span 6;
  }

  .\32xl\:visited\:row-span-full:visited {
    grid-row: 1 / -1;
  }

  .\32xl\:disabled\:row-auto:disabled {
    grid-row: auto;
  }

  .\32xl\:disabled\:row-span-1:disabled {
    grid-row: span 1 / span 1;
  }

  .\32xl\:disabled\:row-span-2:disabled {
    grid-row: span 2 / span 2;
  }

  .\32xl\:disabled\:row-span-3:disabled {
    grid-row: span 3 / span 3;
  }

  .\32xl\:disabled\:row-span-4:disabled {
    grid-row: span 4 / span 4;
  }

  .\32xl\:disabled\:row-span-5:disabled {
    grid-row: span 5 / span 5;
  }

  .\32xl\:disabled\:row-span-6:disabled {
    grid-row: span 6 / span 6;
  }

  .\32xl\:disabled\:row-span-full:disabled {
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto;
  }

  .group:hover .\32xl\:group-hover\:row-start-1 {
    grid-row-start: 1;
  }

  .group:hover .\32xl\:group-hover\:row-start-2 {
    grid-row-start: 2;
  }

  .group:hover .\32xl\:group-hover\:row-start-3 {
    grid-row-start: 3;
  }

  .group:hover .\32xl\:group-hover\:row-start-4 {
    grid-row-start: 4;
  }

  .group:hover .\32xl\:group-hover\:row-start-5 {
    grid-row-start: 5;
  }

  .group:hover .\32xl\:group-hover\:row-start-6 {
    grid-row-start: 6;
  }

  .group:hover .\32xl\:group-hover\:row-start-7 {
    grid-row-start: 7;
  }

  .group:hover .\32xl\:group-hover\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl\:focus-within\:row-start-1:focus-within {
    grid-row-start: 1;
  }

  .\32xl\:focus-within\:row-start-2:focus-within {
    grid-row-start: 2;
  }

  .\32xl\:focus-within\:row-start-3:focus-within {
    grid-row-start: 3;
  }

  .\32xl\:focus-within\:row-start-4:focus-within {
    grid-row-start: 4;
  }

  .\32xl\:focus-within\:row-start-5:focus-within {
    grid-row-start: 5;
  }

  .\32xl\:focus-within\:row-start-6:focus-within {
    grid-row-start: 6;
  }

  .\32xl\:focus-within\:row-start-7:focus-within {
    grid-row-start: 7;
  }

  .\32xl\:focus-within\:row-start-auto:focus-within {
    grid-row-start: auto;
  }

  .\32xl\:first\:row-start-1:first-child {
    grid-row-start: 1;
  }

  .\32xl\:first\:row-start-2:first-child {
    grid-row-start: 2;
  }

  .\32xl\:first\:row-start-3:first-child {
    grid-row-start: 3;
  }

  .\32xl\:first\:row-start-4:first-child {
    grid-row-start: 4;
  }

  .\32xl\:first\:row-start-5:first-child {
    grid-row-start: 5;
  }

  .\32xl\:first\:row-start-6:first-child {
    grid-row-start: 6;
  }

  .\32xl\:first\:row-start-7:first-child {
    grid-row-start: 7;
  }

  .\32xl\:first\:row-start-auto:first-child {
    grid-row-start: auto;
  }

  .\32xl\:last\:row-start-1:last-child {
    grid-row-start: 1;
  }

  .\32xl\:last\:row-start-2:last-child {
    grid-row-start: 2;
  }

  .\32xl\:last\:row-start-3:last-child {
    grid-row-start: 3;
  }

  .\32xl\:last\:row-start-4:last-child {
    grid-row-start: 4;
  }

  .\32xl\:last\:row-start-5:last-child {
    grid-row-start: 5;
  }

  .\32xl\:last\:row-start-6:last-child {
    grid-row-start: 6;
  }

  .\32xl\:last\:row-start-7:last-child {
    grid-row-start: 7;
  }

  .\32xl\:last\:row-start-auto:last-child {
    grid-row-start: auto;
  }

  .\32xl\:odd\:row-start-1:nth-child(odd) {
    grid-row-start: 1;
  }

  .\32xl\:odd\:row-start-2:nth-child(odd) {
    grid-row-start: 2;
  }

  .\32xl\:odd\:row-start-3:nth-child(odd) {
    grid-row-start: 3;
  }

  .\32xl\:odd\:row-start-4:nth-child(odd) {
    grid-row-start: 4;
  }

  .\32xl\:odd\:row-start-5:nth-child(odd) {
    grid-row-start: 5;
  }

  .\32xl\:odd\:row-start-6:nth-child(odd) {
    grid-row-start: 6;
  }

  .\32xl\:odd\:row-start-7:nth-child(odd) {
    grid-row-start: 7;
  }

  .\32xl\:odd\:row-start-auto:nth-child(odd) {
    grid-row-start: auto;
  }

  .\32xl\:even\:row-start-1:nth-child(even) {
    grid-row-start: 1;
  }

  .\32xl\:even\:row-start-2:nth-child(even) {
    grid-row-start: 2;
  }

  .\32xl\:even\:row-start-3:nth-child(even) {
    grid-row-start: 3;
  }

  .\32xl\:even\:row-start-4:nth-child(even) {
    grid-row-start: 4;
  }

  .\32xl\:even\:row-start-5:nth-child(even) {
    grid-row-start: 5;
  }

  .\32xl\:even\:row-start-6:nth-child(even) {
    grid-row-start: 6;
  }

  .\32xl\:even\:row-start-7:nth-child(even) {
    grid-row-start: 7;
  }

  .\32xl\:even\:row-start-auto:nth-child(even) {
    grid-row-start: auto;
  }

  .\32xl\:hover\:row-start-1:hover {
    grid-row-start: 1;
  }

  .\32xl\:hover\:row-start-2:hover {
    grid-row-start: 2;
  }

  .\32xl\:hover\:row-start-3:hover {
    grid-row-start: 3;
  }

  .\32xl\:hover\:row-start-4:hover {
    grid-row-start: 4;
  }

  .\32xl\:hover\:row-start-5:hover {
    grid-row-start: 5;
  }

  .\32xl\:hover\:row-start-6:hover {
    grid-row-start: 6;
  }

  .\32xl\:hover\:row-start-7:hover {
    grid-row-start: 7;
  }

  .\32xl\:hover\:row-start-auto:hover {
    grid-row-start: auto;
  }

  .\32xl\:focus\:row-start-1:focus {
    grid-row-start: 1;
  }

  .\32xl\:focus\:row-start-2:focus {
    grid-row-start: 2;
  }

  .\32xl\:focus\:row-start-3:focus {
    grid-row-start: 3;
  }

  .\32xl\:focus\:row-start-4:focus {
    grid-row-start: 4;
  }

  .\32xl\:focus\:row-start-5:focus {
    grid-row-start: 5;
  }

  .\32xl\:focus\:row-start-6:focus {
    grid-row-start: 6;
  }

  .\32xl\:focus\:row-start-7:focus {
    grid-row-start: 7;
  }

  .\32xl\:focus\:row-start-auto:focus {
    grid-row-start: auto;
  }

  .\32xl\:active\:row-start-1:active {
    grid-row-start: 1;
  }

  .\32xl\:active\:row-start-2:active {
    grid-row-start: 2;
  }

  .\32xl\:active\:row-start-3:active {
    grid-row-start: 3;
  }

  .\32xl\:active\:row-start-4:active {
    grid-row-start: 4;
  }

  .\32xl\:active\:row-start-5:active {
    grid-row-start: 5;
  }

  .\32xl\:active\:row-start-6:active {
    grid-row-start: 6;
  }

  .\32xl\:active\:row-start-7:active {
    grid-row-start: 7;
  }

  .\32xl\:active\:row-start-auto:active {
    grid-row-start: auto;
  }

  .\32xl\:visited\:row-start-1:visited {
    grid-row-start: 1;
  }

  .\32xl\:visited\:row-start-2:visited {
    grid-row-start: 2;
  }

  .\32xl\:visited\:row-start-3:visited {
    grid-row-start: 3;
  }

  .\32xl\:visited\:row-start-4:visited {
    grid-row-start: 4;
  }

  .\32xl\:visited\:row-start-5:visited {
    grid-row-start: 5;
  }

  .\32xl\:visited\:row-start-6:visited {
    grid-row-start: 6;
  }

  .\32xl\:visited\:row-start-7:visited {
    grid-row-start: 7;
  }

  .\32xl\:visited\:row-start-auto:visited {
    grid-row-start: auto;
  }

  .\32xl\:disabled\:row-start-1:disabled {
    grid-row-start: 1;
  }

  .\32xl\:disabled\:row-start-2:disabled {
    grid-row-start: 2;
  }

  .\32xl\:disabled\:row-start-3:disabled {
    grid-row-start: 3;
  }

  .\32xl\:disabled\:row-start-4:disabled {
    grid-row-start: 4;
  }

  .\32xl\:disabled\:row-start-5:disabled {
    grid-row-start: 5;
  }

  .\32xl\:disabled\:row-start-6:disabled {
    grid-row-start: 6;
  }

  .\32xl\:disabled\:row-start-7:disabled {
    grid-row-start: 7;
  }

  .\32xl\:disabled\:row-start-auto:disabled {
    grid-row-start: auto;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto;
  }

  .group:hover .\32xl\:group-hover\:row-end-1 {
    grid-row-end: 1;
  }

  .group:hover .\32xl\:group-hover\:row-end-2 {
    grid-row-end: 2;
  }

  .group:hover .\32xl\:group-hover\:row-end-3 {
    grid-row-end: 3;
  }

  .group:hover .\32xl\:group-hover\:row-end-4 {
    grid-row-end: 4;
  }

  .group:hover .\32xl\:group-hover\:row-end-5 {
    grid-row-end: 5;
  }

  .group:hover .\32xl\:group-hover\:row-end-6 {
    grid-row-end: 6;
  }

  .group:hover .\32xl\:group-hover\:row-end-7 {
    grid-row-end: 7;
  }

  .group:hover .\32xl\:group-hover\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl\:focus-within\:row-end-1:focus-within {
    grid-row-end: 1;
  }

  .\32xl\:focus-within\:row-end-2:focus-within {
    grid-row-end: 2;
  }

  .\32xl\:focus-within\:row-end-3:focus-within {
    grid-row-end: 3;
  }

  .\32xl\:focus-within\:row-end-4:focus-within {
    grid-row-end: 4;
  }

  .\32xl\:focus-within\:row-end-5:focus-within {
    grid-row-end: 5;
  }

  .\32xl\:focus-within\:row-end-6:focus-within {
    grid-row-end: 6;
  }

  .\32xl\:focus-within\:row-end-7:focus-within {
    grid-row-end: 7;
  }

  .\32xl\:focus-within\:row-end-auto:focus-within {
    grid-row-end: auto;
  }

  .\32xl\:first\:row-end-1:first-child {
    grid-row-end: 1;
  }

  .\32xl\:first\:row-end-2:first-child {
    grid-row-end: 2;
  }

  .\32xl\:first\:row-end-3:first-child {
    grid-row-end: 3;
  }

  .\32xl\:first\:row-end-4:first-child {
    grid-row-end: 4;
  }

  .\32xl\:first\:row-end-5:first-child {
    grid-row-end: 5;
  }

  .\32xl\:first\:row-end-6:first-child {
    grid-row-end: 6;
  }

  .\32xl\:first\:row-end-7:first-child {
    grid-row-end: 7;
  }

  .\32xl\:first\:row-end-auto:first-child {
    grid-row-end: auto;
  }

  .\32xl\:last\:row-end-1:last-child {
    grid-row-end: 1;
  }

  .\32xl\:last\:row-end-2:last-child {
    grid-row-end: 2;
  }

  .\32xl\:last\:row-end-3:last-child {
    grid-row-end: 3;
  }

  .\32xl\:last\:row-end-4:last-child {
    grid-row-end: 4;
  }

  .\32xl\:last\:row-end-5:last-child {
    grid-row-end: 5;
  }

  .\32xl\:last\:row-end-6:last-child {
    grid-row-end: 6;
  }

  .\32xl\:last\:row-end-7:last-child {
    grid-row-end: 7;
  }

  .\32xl\:last\:row-end-auto:last-child {
    grid-row-end: auto;
  }

  .\32xl\:odd\:row-end-1:nth-child(odd) {
    grid-row-end: 1;
  }

  .\32xl\:odd\:row-end-2:nth-child(odd) {
    grid-row-end: 2;
  }

  .\32xl\:odd\:row-end-3:nth-child(odd) {
    grid-row-end: 3;
  }

  .\32xl\:odd\:row-end-4:nth-child(odd) {
    grid-row-end: 4;
  }

  .\32xl\:odd\:row-end-5:nth-child(odd) {
    grid-row-end: 5;
  }

  .\32xl\:odd\:row-end-6:nth-child(odd) {
    grid-row-end: 6;
  }

  .\32xl\:odd\:row-end-7:nth-child(odd) {
    grid-row-end: 7;
  }

  .\32xl\:odd\:row-end-auto:nth-child(odd) {
    grid-row-end: auto;
  }

  .\32xl\:even\:row-end-1:nth-child(even) {
    grid-row-end: 1;
  }

  .\32xl\:even\:row-end-2:nth-child(even) {
    grid-row-end: 2;
  }

  .\32xl\:even\:row-end-3:nth-child(even) {
    grid-row-end: 3;
  }

  .\32xl\:even\:row-end-4:nth-child(even) {
    grid-row-end: 4;
  }

  .\32xl\:even\:row-end-5:nth-child(even) {
    grid-row-end: 5;
  }

  .\32xl\:even\:row-end-6:nth-child(even) {
    grid-row-end: 6;
  }

  .\32xl\:even\:row-end-7:nth-child(even) {
    grid-row-end: 7;
  }

  .\32xl\:even\:row-end-auto:nth-child(even) {
    grid-row-end: auto;
  }

  .\32xl\:hover\:row-end-1:hover {
    grid-row-end: 1;
  }

  .\32xl\:hover\:row-end-2:hover {
    grid-row-end: 2;
  }

  .\32xl\:hover\:row-end-3:hover {
    grid-row-end: 3;
  }

  .\32xl\:hover\:row-end-4:hover {
    grid-row-end: 4;
  }

  .\32xl\:hover\:row-end-5:hover {
    grid-row-end: 5;
  }

  .\32xl\:hover\:row-end-6:hover {
    grid-row-end: 6;
  }

  .\32xl\:hover\:row-end-7:hover {
    grid-row-end: 7;
  }

  .\32xl\:hover\:row-end-auto:hover {
    grid-row-end: auto;
  }

  .\32xl\:focus\:row-end-1:focus {
    grid-row-end: 1;
  }

  .\32xl\:focus\:row-end-2:focus {
    grid-row-end: 2;
  }

  .\32xl\:focus\:row-end-3:focus {
    grid-row-end: 3;
  }

  .\32xl\:focus\:row-end-4:focus {
    grid-row-end: 4;
  }

  .\32xl\:focus\:row-end-5:focus {
    grid-row-end: 5;
  }

  .\32xl\:focus\:row-end-6:focus {
    grid-row-end: 6;
  }

  .\32xl\:focus\:row-end-7:focus {
    grid-row-end: 7;
  }

  .\32xl\:focus\:row-end-auto:focus {
    grid-row-end: auto;
  }

  .\32xl\:active\:row-end-1:active {
    grid-row-end: 1;
  }

  .\32xl\:active\:row-end-2:active {
    grid-row-end: 2;
  }

  .\32xl\:active\:row-end-3:active {
    grid-row-end: 3;
  }

  .\32xl\:active\:row-end-4:active {
    grid-row-end: 4;
  }

  .\32xl\:active\:row-end-5:active {
    grid-row-end: 5;
  }

  .\32xl\:active\:row-end-6:active {
    grid-row-end: 6;
  }

  .\32xl\:active\:row-end-7:active {
    grid-row-end: 7;
  }

  .\32xl\:active\:row-end-auto:active {
    grid-row-end: auto;
  }

  .\32xl\:visited\:row-end-1:visited {
    grid-row-end: 1;
  }

  .\32xl\:visited\:row-end-2:visited {
    grid-row-end: 2;
  }

  .\32xl\:visited\:row-end-3:visited {
    grid-row-end: 3;
  }

  .\32xl\:visited\:row-end-4:visited {
    grid-row-end: 4;
  }

  .\32xl\:visited\:row-end-5:visited {
    grid-row-end: 5;
  }

  .\32xl\:visited\:row-end-6:visited {
    grid-row-end: 6;
  }

  .\32xl\:visited\:row-end-7:visited {
    grid-row-end: 7;
  }

  .\32xl\:visited\:row-end-auto:visited {
    grid-row-end: auto;
  }

  .\32xl\:disabled\:row-end-1:disabled {
    grid-row-end: 1;
  }

  .\32xl\:disabled\:row-end-2:disabled {
    grid-row-end: 2;
  }

  .\32xl\:disabled\:row-end-3:disabled {
    grid-row-end: 3;
  }

  .\32xl\:disabled\:row-end-4:disabled {
    grid-row-end: 4;
  }

  .\32xl\:disabled\:row-end-5:disabled {
    grid-row-end: 5;
  }

  .\32xl\:disabled\:row-end-6:disabled {
    grid-row-end: 6;
  }

  .\32xl\:disabled\:row-end-7:disabled {
    grid-row-end: 7;
  }

  .\32xl\:disabled\:row-end-auto:disabled {
    grid-row-end: auto;
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:transform-none {
    transform: none;
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\: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));
  }

  .group:hover .\32xl\:group-hover\:transform-none {
    transform: none;
  }

  .\32xl\:focus-within\:transform:focus-within {
    --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));
  }

  .\32xl\:focus-within\:transform-gpu:focus-within {
    --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));
  }

  .\32xl\:focus-within\:transform-none:focus-within {
    transform: none;
  }

  .\32xl\:first\:transform:first-child {
    --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));
  }

  .\32xl\:first\:transform-gpu:first-child {
    --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));
  }

  .\32xl\:first\:transform-none:first-child {
    transform: none;
  }

  .\32xl\:last\:transform:last-child {
    --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));
  }

  .\32xl\:last\:transform-gpu:last-child {
    --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));
  }

  .\32xl\:last\:transform-none:last-child {
    transform: none;
  }

  .\32xl\:odd\:transform:nth-child(odd) {
    --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));
  }

  .\32xl\:odd\:transform-gpu:nth-child(odd) {
    --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));
  }

  .\32xl\:odd\:transform-none:nth-child(odd) {
    transform: none;
  }

  .\32xl\:even\:transform:nth-child(even) {
    --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));
  }

  .\32xl\:even\:transform-gpu:nth-child(even) {
    --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));
  }

  .\32xl\:even\:transform-none:nth-child(even) {
    transform: none;
  }

  .\32xl\:hover\:transform:hover {
    --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));
  }

  .\32xl\:hover\:transform-gpu:hover {
    --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));
  }

  .\32xl\:hover\:transform-none:hover {
    transform: none;
  }

  .\32xl\:focus\:transform:focus {
    --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));
  }

  .\32xl\:focus\:transform-gpu:focus {
    --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));
  }

  .\32xl\:focus\:transform-none:focus {
    transform: none;
  }

  .\32xl\:active\:transform:active {
    --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));
  }

  .\32xl\:active\:transform-gpu:active {
    --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));
  }

  .\32xl\:active\:transform-none:active {
    transform: none;
  }

  .\32xl\:visited\:transform:visited {
    --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));
  }

  .\32xl\:visited\:transform-gpu:visited {
    --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));
  }

  .\32xl\:visited\:transform-none:visited {
    transform: none;
  }

  .\32xl\:disabled\:transform:disabled {
    --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));
  }

  .\32xl\:disabled\:transform-gpu:disabled {
    --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));
  }

  .\32xl\:disabled\:transform-none:disabled {
    transform: none;
  }

  .\32xl\:origin-center {
    transform-origin: center;
  }

  .\32xl\:origin-top {
    transform-origin: top;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl\:origin-right {
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl\:origin-left {
    transform-origin: left;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left;
  }

  .group:hover .\32xl\:group-hover\:origin-center {
    transform-origin: center;
  }

  .group:hover .\32xl\:group-hover\:origin-top {
    transform-origin: top;
  }

  .group:hover .\32xl\:group-hover\:origin-top-right {
    transform-origin: top right;
  }

  .group:hover .\32xl\:group-hover\:origin-right {
    transform-origin: right;
  }

  .group:hover .\32xl\:group-hover\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .group:hover .\32xl\:group-hover\:origin-bottom {
    transform-origin: bottom;
  }

  .group:hover .\32xl\:group-hover\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .group:hover .\32xl\:group-hover\:origin-left {
    transform-origin: left;
  }

  .group:hover .\32xl\:group-hover\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl\:focus-within\:origin-center:focus-within {
    transform-origin: center;
  }

  .\32xl\:focus-within\:origin-top:focus-within {
    transform-origin: top;
  }

  .\32xl\:focus-within\:origin-top-right:focus-within {
    transform-origin: top right;
  }

  .\32xl\:focus-within\:origin-right:focus-within {
    transform-origin: right;
  }

  .\32xl\:focus-within\:origin-bottom-right:focus-within {
    transform-origin: bottom right;
  }

  .\32xl\:focus-within\:origin-bottom:focus-within {
    transform-origin: bottom;
  }

  .\32xl\:focus-within\:origin-bottom-left:focus-within {
    transform-origin: bottom left;
  }

  .\32xl\:focus-within\:origin-left:focus-within {
    transform-origin: left;
  }

  .\32xl\:focus-within\:origin-top-left:focus-within {
    transform-origin: top left;
  }

  .\32xl\:first\:origin-center:first-child {
    transform-origin: center;
  }

  .\32xl\:first\:origin-top:first-child {
    transform-origin: top;
  }

  .\32xl\:first\:origin-top-right:first-child {
    transform-origin: top right;
  }

  .\32xl\:first\:origin-right:first-child {
    transform-origin: right;
  }

  .\32xl\:first\:origin-bottom-right:first-child {
    transform-origin: bottom right;
  }

  .\32xl\:first\:origin-bottom:first-child {
    transform-origin: bottom;
  }

  .\32xl\:first\:origin-bottom-left:first-child {
    transform-origin: bottom left;
  }

  .\32xl\:first\:origin-left:first-child {
    transform-origin: left;
  }

  .\32xl\:first\:origin-top-left:first-child {
    transform-origin: top left;
  }

  .\32xl\:last\:origin-center:last-child {
    transform-origin: center;
  }

  .\32xl\:last\:origin-top:last-child {
    transform-origin: top;
  }

  .\32xl\:last\:origin-top-right:last-child {
    transform-origin: top right;
  }

  .\32xl\:last\:origin-right:last-child {
    transform-origin: right;
  }

  .\32xl\:last\:origin-bottom-right:last-child {
    transform-origin: bottom right;
  }

  .\32xl\:last\:origin-bottom:last-child {
    transform-origin: bottom;
  }

  .\32xl\:last\:origin-bottom-left:last-child {
    transform-origin: bottom left;
  }

  .\32xl\:last\:origin-left:last-child {
    transform-origin: left;
  }

  .\32xl\:last\:origin-top-left:last-child {
    transform-origin: top left;
  }

  .\32xl\:odd\:origin-center:nth-child(odd) {
    transform-origin: center;
  }

  .\32xl\:odd\:origin-top:nth-child(odd) {
    transform-origin: top;
  }

  .\32xl\:odd\:origin-top-right:nth-child(odd) {
    transform-origin: top right;
  }

  .\32xl\:odd\:origin-right:nth-child(odd) {
    transform-origin: right;
  }

  .\32xl\:odd\:origin-bottom-right:nth-child(odd) {
    transform-origin: bottom right;
  }

  .\32xl\:odd\:origin-bottom:nth-child(odd) {
    transform-origin: bottom;
  }

  .\32xl\:odd\:origin-bottom-left:nth-child(odd) {
    transform-origin: bottom left;
  }

  .\32xl\:odd\:origin-left:nth-child(odd) {
    transform-origin: left;
  }

  .\32xl\:odd\:origin-top-left:nth-child(odd) {
    transform-origin: top left;
  }

  .\32xl\:even\:origin-center:nth-child(even) {
    transform-origin: center;
  }

  .\32xl\:even\:origin-top:nth-child(even) {
    transform-origin: top;
  }

  .\32xl\:even\:origin-top-right:nth-child(even) {
    transform-origin: top right;
  }

  .\32xl\:even\:origin-right:nth-child(even) {
    transform-origin: right;
  }

  .\32xl\:even\:origin-bottom-right:nth-child(even) {
    transform-origin: bottom right;
  }

  .\32xl\:even\:origin-bottom:nth-child(even) {
    transform-origin: bottom;
  }

  .\32xl\:even\:origin-bottom-left:nth-child(even) {
    transform-origin: bottom left;
  }

  .\32xl\:even\:origin-left:nth-child(even) {
    transform-origin: left;
  }

  .\32xl\:even\:origin-top-left:nth-child(even) {
    transform-origin: top left;
  }

  .\32xl\:hover\:origin-center:hover {
    transform-origin: center;
  }

  .\32xl\:hover\:origin-top:hover {
    transform-origin: top;
  }

  .\32xl\:hover\:origin-top-right:hover {
    transform-origin: top right;
  }

  .\32xl\:hover\:origin-right:hover {
    transform-origin: right;
  }

  .\32xl\:hover\:origin-bottom-right:hover {
    transform-origin: bottom right;
  }

  .\32xl\:hover\:origin-bottom:hover {
    transform-origin: bottom;
  }

  .\32xl\:hover\:origin-bottom-left:hover {
    transform-origin: bottom left;
  }

  .\32xl\:hover\:origin-left:hover {
    transform-origin: left;
  }

  .\32xl\:hover\:origin-top-left:hover {
    transform-origin: top left;
  }

  .\32xl\:focus\:origin-center:focus {
    transform-origin: center;
  }

  .\32xl\:focus\:origin-top:focus {
    transform-origin: top;
  }

  .\32xl\:focus\:origin-top-right:focus {
    transform-origin: top right;
  }

  .\32xl\:focus\:origin-right:focus {
    transform-origin: right;
  }

  .\32xl\:focus\:origin-bottom-right:focus {
    transform-origin: bottom right;
  }

  .\32xl\:focus\:origin-bottom:focus {
    transform-origin: bottom;
  }

  .\32xl\:focus\:origin-bottom-left:focus {
    transform-origin: bottom left;
  }

  .\32xl\:focus\:origin-left:focus {
    transform-origin: left;
  }

  .\32xl\:focus\:origin-top-left:focus {
    transform-origin: top left;
  }

  .\32xl\:active\:origin-center:active {
    transform-origin: center;
  }

  .\32xl\:active\:origin-top:active {
    transform-origin: top;
  }

  .\32xl\:active\:origin-top-right:active {
    transform-origin: top right;
  }

  .\32xl\:active\:origin-right:active {
    transform-origin: right;
  }

  .\32xl\:active\:origin-bottom-right:active {
    transform-origin: bottom right;
  }

  .\32xl\:active\:origin-bottom:active {
    transform-origin: bottom;
  }

  .\32xl\:active\:origin-bottom-left:active {
    transform-origin: bottom left;
  }

  .\32xl\:active\:origin-left:active {
    transform-origin: left;
  }

  .\32xl\:active\:origin-top-left:active {
    transform-origin: top left;
  }

  .\32xl\:visited\:origin-center:visited {
    transform-origin: center;
  }

  .\32xl\:visited\:origin-top:visited {
    transform-origin: top;
  }

  .\32xl\:visited\:origin-top-right:visited {
    transform-origin: top right;
  }

  .\32xl\:visited\:origin-right:visited {
    transform-origin: right;
  }

  .\32xl\:visited\:origin-bottom-right:visited {
    transform-origin: bottom right;
  }

  .\32xl\:visited\:origin-bottom:visited {
    transform-origin: bottom;
  }

  .\32xl\:visited\:origin-bottom-left:visited {
    transform-origin: bottom left;
  }

  .\32xl\:visited\:origin-left:visited {
    transform-origin: left;
  }

  .\32xl\:visited\:origin-top-left:visited {
    transform-origin: top left;
  }

  .\32xl\:disabled\:origin-center:disabled {
    transform-origin: center;
  }

  .\32xl\:disabled\:origin-top:disabled {
    transform-origin: top;
  }

  .\32xl\:disabled\:origin-top-right:disabled {
    transform-origin: top right;
  }

  .\32xl\:disabled\:origin-right:disabled {
    transform-origin: right;
  }

  .\32xl\:disabled\:origin-bottom-right:disabled {
    transform-origin: bottom right;
  }

  .\32xl\:disabled\:origin-bottom:disabled {
    transform-origin: bottom;
  }

  .\32xl\:disabled\:origin-bottom-left:disabled {
    transform-origin: bottom left;
  }

  .\32xl\:disabled\:origin-left:disabled {
    transform-origin: left;
  }

  .\32xl\:disabled\:origin-top-left:disabled {
    transform-origin: top left;
  }

  .\32xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .group:hover .\32xl\:group-hover\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .group:hover .\32xl\:group-hover\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .group:hover .\32xl\:group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .group:hover .\32xl\:group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .group:hover .\32xl\:group-hover\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .group:hover .\32xl\:group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .group:hover .\32xl\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .group:hover .\32xl\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .group:hover .\32xl\:group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .group:hover .\32xl\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .group:hover .\32xl\:group-hover\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .group:hover .\32xl\:group-hover\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .group:hover .\32xl\:group-hover\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .group:hover .\32xl\:group-hover\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .group:hover .\32xl\:group-hover\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .group:hover .\32xl\:group-hover\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .group:hover .\32xl\:group-hover\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .group:hover .\32xl\:group-hover\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .group:hover .\32xl\:group-hover\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .group:hover .\32xl\:group-hover\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .group:hover .\32xl\:group-hover\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .group:hover .\32xl\:group-hover\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .group:hover .\32xl\:group-hover\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .group:hover .\32xl\:group-hover\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .group:hover .\32xl\:group-hover\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .group:hover .\32xl\:group-hover\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .group:hover .\32xl\:group-hover\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .group:hover .\32xl\:group-hover\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .group:hover .\32xl\:group-hover\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .group:hover .\32xl\:group-hover\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus-within\:scale-0:focus-within {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus-within\:scale-50:focus-within {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus-within\:scale-75:focus-within {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus-within\:scale-90:focus-within {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus-within\:scale-95:focus-within {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus-within\:scale-100:focus-within {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus-within\:scale-105:focus-within {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus-within\:scale-110:focus-within {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus-within\:scale-125:focus-within {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus-within\:scale-150:focus-within {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus-within\:scale-x-0:focus-within {
    --tw-scale-x: 0;
  }

  .\32xl\:focus-within\:scale-x-50:focus-within {
    --tw-scale-x: .5;
  }

  .\32xl\:focus-within\:scale-x-75:focus-within {
    --tw-scale-x: .75;
  }

  .\32xl\:focus-within\:scale-x-90:focus-within {
    --tw-scale-x: .9;
  }

  .\32xl\:focus-within\:scale-x-95:focus-within {
    --tw-scale-x: .95;
  }

  .\32xl\:focus-within\:scale-x-100:focus-within {
    --tw-scale-x: 1;
  }

  .\32xl\:focus-within\:scale-x-105:focus-within {
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus-within\:scale-x-110:focus-within {
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus-within\:scale-x-125:focus-within {
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus-within\:scale-x-150:focus-within {
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus-within\:scale-y-0:focus-within {
    --tw-scale-y: 0;
  }

  .\32xl\:focus-within\:scale-y-50:focus-within {
    --tw-scale-y: .5;
  }

  .\32xl\:focus-within\:scale-y-75:focus-within {
    --tw-scale-y: .75;
  }

  .\32xl\:focus-within\:scale-y-90:focus-within {
    --tw-scale-y: .9;
  }

  .\32xl\:focus-within\:scale-y-95:focus-within {
    --tw-scale-y: .95;
  }

  .\32xl\:focus-within\:scale-y-100:focus-within {
    --tw-scale-y: 1;
  }

  .\32xl\:focus-within\:scale-y-105:focus-within {
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus-within\:scale-y-110:focus-within {
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus-within\:scale-y-125:focus-within {
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus-within\:scale-y-150:focus-within {
    --tw-scale-y: 1.5;
  }

  .\32xl\:first\:scale-0:first-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:first\:scale-50:first-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:first\:scale-75:first-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:first\:scale-90:first-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:first\:scale-95:first-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:first\:scale-100:first-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:first\:scale-105:first-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:first\:scale-110:first-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:first\:scale-125:first-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:first\:scale-150:first-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:first\:scale-x-0:first-child {
    --tw-scale-x: 0;
  }

  .\32xl\:first\:scale-x-50:first-child {
    --tw-scale-x: .5;
  }

  .\32xl\:first\:scale-x-75:first-child {
    --tw-scale-x: .75;
  }

  .\32xl\:first\:scale-x-90:first-child {
    --tw-scale-x: .9;
  }

  .\32xl\:first\:scale-x-95:first-child {
    --tw-scale-x: .95;
  }

  .\32xl\:first\:scale-x-100:first-child {
    --tw-scale-x: 1;
  }

  .\32xl\:first\:scale-x-105:first-child {
    --tw-scale-x: 1.05;
  }

  .\32xl\:first\:scale-x-110:first-child {
    --tw-scale-x: 1.1;
  }

  .\32xl\:first\:scale-x-125:first-child {
    --tw-scale-x: 1.25;
  }

  .\32xl\:first\:scale-x-150:first-child {
    --tw-scale-x: 1.5;
  }

  .\32xl\:first\:scale-y-0:first-child {
    --tw-scale-y: 0;
  }

  .\32xl\:first\:scale-y-50:first-child {
    --tw-scale-y: .5;
  }

  .\32xl\:first\:scale-y-75:first-child {
    --tw-scale-y: .75;
  }

  .\32xl\:first\:scale-y-90:first-child {
    --tw-scale-y: .9;
  }

  .\32xl\:first\:scale-y-95:first-child {
    --tw-scale-y: .95;
  }

  .\32xl\:first\:scale-y-100:first-child {
    --tw-scale-y: 1;
  }

  .\32xl\:first\:scale-y-105:first-child {
    --tw-scale-y: 1.05;
  }

  .\32xl\:first\:scale-y-110:first-child {
    --tw-scale-y: 1.1;
  }

  .\32xl\:first\:scale-y-125:first-child {
    --tw-scale-y: 1.25;
  }

  .\32xl\:first\:scale-y-150:first-child {
    --tw-scale-y: 1.5;
  }

  .\32xl\:last\:scale-0:last-child {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:last\:scale-50:last-child {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:last\:scale-75:last-child {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:last\:scale-90:last-child {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:last\:scale-95:last-child {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:last\:scale-100:last-child {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:last\:scale-105:last-child {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:last\:scale-110:last-child {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:last\:scale-125:last-child {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:last\:scale-150:last-child {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:last\:scale-x-0:last-child {
    --tw-scale-x: 0;
  }

  .\32xl\:last\:scale-x-50:last-child {
    --tw-scale-x: .5;
  }

  .\32xl\:last\:scale-x-75:last-child {
    --tw-scale-x: .75;
  }

  .\32xl\:last\:scale-x-90:last-child {
    --tw-scale-x: .9;
  }

  .\32xl\:last\:scale-x-95:last-child {
    --tw-scale-x: .95;
  }

  .\32xl\:last\:scale-x-100:last-child {
    --tw-scale-x: 1;
  }

  .\32xl\:last\:scale-x-105:last-child {
    --tw-scale-x: 1.05;
  }

  .\32xl\:last\:scale-x-110:last-child {
    --tw-scale-x: 1.1;
  }

  .\32xl\:last\:scale-x-125:last-child {
    --tw-scale-x: 1.25;
  }

  .\32xl\:last\:scale-x-150:last-child {
    --tw-scale-x: 1.5;
  }

  .\32xl\:last\:scale-y-0:last-child {
    --tw-scale-y: 0;
  }

  .\32xl\:last\:scale-y-50:last-child {
    --tw-scale-y: .5;
  }

  .\32xl\:last\:scale-y-75:last-child {
    --tw-scale-y: .75;
  }

  .\32xl\:last\:scale-y-90:last-child {
    --tw-scale-y: .9;
  }

  .\32xl\:last\:scale-y-95:last-child {
    --tw-scale-y: .95;
  }

  .\32xl\:last\:scale-y-100:last-child {
    --tw-scale-y: 1;
  }

  .\32xl\:last\:scale-y-105:last-child {
    --tw-scale-y: 1.05;
  }

  .\32xl\:last\:scale-y-110:last-child {
    --tw-scale-y: 1.1;
  }

  .\32xl\:last\:scale-y-125:last-child {
    --tw-scale-y: 1.25;
  }

  .\32xl\:last\:scale-y-150:last-child {
    --tw-scale-y: 1.5;
  }

  .\32xl\:odd\:scale-0:nth-child(odd) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:odd\:scale-50:nth-child(odd) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:odd\:scale-75:nth-child(odd) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:odd\:scale-90:nth-child(odd) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:odd\:scale-95:nth-child(odd) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:odd\:scale-100:nth-child(odd) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:odd\:scale-105:nth-child(odd) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:odd\:scale-110:nth-child(odd) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:odd\:scale-125:nth-child(odd) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:odd\:scale-150:nth-child(odd) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:odd\:scale-x-0:nth-child(odd) {
    --tw-scale-x: 0;
  }

  .\32xl\:odd\:scale-x-50:nth-child(odd) {
    --tw-scale-x: .5;
  }

  .\32xl\:odd\:scale-x-75:nth-child(odd) {
    --tw-scale-x: .75;
  }

  .\32xl\:odd\:scale-x-90:nth-child(odd) {
    --tw-scale-x: .9;
  }

  .\32xl\:odd\:scale-x-95:nth-child(odd) {
    --tw-scale-x: .95;
  }

  .\32xl\:odd\:scale-x-100:nth-child(odd) {
    --tw-scale-x: 1;
  }

  .\32xl\:odd\:scale-x-105:nth-child(odd) {
    --tw-scale-x: 1.05;
  }

  .\32xl\:odd\:scale-x-110:nth-child(odd) {
    --tw-scale-x: 1.1;
  }

  .\32xl\:odd\:scale-x-125:nth-child(odd) {
    --tw-scale-x: 1.25;
  }

  .\32xl\:odd\:scale-x-150:nth-child(odd) {
    --tw-scale-x: 1.5;
  }

  .\32xl\:odd\:scale-y-0:nth-child(odd) {
    --tw-scale-y: 0;
  }

  .\32xl\:odd\:scale-y-50:nth-child(odd) {
    --tw-scale-y: .5;
  }

  .\32xl\:odd\:scale-y-75:nth-child(odd) {
    --tw-scale-y: .75;
  }

  .\32xl\:odd\:scale-y-90:nth-child(odd) {
    --tw-scale-y: .9;
  }

  .\32xl\:odd\:scale-y-95:nth-child(odd) {
    --tw-scale-y: .95;
  }

  .\32xl\:odd\:scale-y-100:nth-child(odd) {
    --tw-scale-y: 1;
  }

  .\32xl\:odd\:scale-y-105:nth-child(odd) {
    --tw-scale-y: 1.05;
  }

  .\32xl\:odd\:scale-y-110:nth-child(odd) {
    --tw-scale-y: 1.1;
  }

  .\32xl\:odd\:scale-y-125:nth-child(odd) {
    --tw-scale-y: 1.25;
  }

  .\32xl\:odd\:scale-y-150:nth-child(odd) {
    --tw-scale-y: 1.5;
  }

  .\32xl\:even\:scale-0:nth-child(even) {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:even\:scale-50:nth-child(even) {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:even\:scale-75:nth-child(even) {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:even\:scale-90:nth-child(even) {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:even\:scale-95:nth-child(even) {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:even\:scale-100:nth-child(even) {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:even\:scale-105:nth-child(even) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:even\:scale-110:nth-child(even) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:even\:scale-125:nth-child(even) {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:even\:scale-150:nth-child(even) {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:even\:scale-x-0:nth-child(even) {
    --tw-scale-x: 0;
  }

  .\32xl\:even\:scale-x-50:nth-child(even) {
    --tw-scale-x: .5;
  }

  .\32xl\:even\:scale-x-75:nth-child(even) {
    --tw-scale-x: .75;
  }

  .\32xl\:even\:scale-x-90:nth-child(even) {
    --tw-scale-x: .9;
  }

  .\32xl\:even\:scale-x-95:nth-child(even) {
    --tw-scale-x: .95;
  }

  .\32xl\:even\:scale-x-100:nth-child(even) {
    --tw-scale-x: 1;
  }

  .\32xl\:even\:scale-x-105:nth-child(even) {
    --tw-scale-x: 1.05;
  }

  .\32xl\:even\:scale-x-110:nth-child(even) {
    --tw-scale-x: 1.1;
  }

  .\32xl\:even\:scale-x-125:nth-child(even) {
    --tw-scale-x: 1.25;
  }

  .\32xl\:even\:scale-x-150:nth-child(even) {
    --tw-scale-x: 1.5;
  }

  .\32xl\:even\:scale-y-0:nth-child(even) {
    --tw-scale-y: 0;
  }

  .\32xl\:even\:scale-y-50:nth-child(even) {
    --tw-scale-y: .5;
  }

  .\32xl\:even\:scale-y-75:nth-child(even) {
    --tw-scale-y: .75;
  }

  .\32xl\:even\:scale-y-90:nth-child(even) {
    --tw-scale-y: .9;
  }

  .\32xl\:even\:scale-y-95:nth-child(even) {
    --tw-scale-y: .95;
  }

  .\32xl\:even\:scale-y-100:nth-child(even) {
    --tw-scale-y: 1;
  }

  .\32xl\:even\:scale-y-105:nth-child(even) {
    --tw-scale-y: 1.05;
  }

  .\32xl\:even\:scale-y-110:nth-child(even) {
    --tw-scale-y: 1.1;
  }

  .\32xl\:even\:scale-y-125:nth-child(even) {
    --tw-scale-y: 1.25;
  }

  .\32xl\:even\:scale-y-150:nth-child(even) {
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .\32xl\:active\:scale-0:active {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:active\:scale-50:active {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:active\:scale-75:active {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:active\:scale-90:active {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:active\:scale-100:active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:active\:scale-105:active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:active\:scale-110:active {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:active\:scale-125:active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:active\:scale-150:active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:active\:scale-x-0:active {
    --tw-scale-x: 0;
  }

  .\32xl\:active\:scale-x-50:active {
    --tw-scale-x: .5;
  }

  .\32xl\:active\:scale-x-75:active {
    --tw-scale-x: .75;
  }

  .\32xl\:active\:scale-x-90:active {
    --tw-scale-x: .9;
  }

  .\32xl\:active\:scale-x-95:active {
    --tw-scale-x: .95;
  }

  .\32xl\:active\:scale-x-100:active {
    --tw-scale-x: 1;
  }

  .\32xl\:active\:scale-x-105:active {
    --tw-scale-x: 1.05;
  }

  .\32xl\:active\:scale-x-110:active {
    --tw-scale-x: 1.1;
  }

  .\32xl\:active\:scale-x-125:active {
    --tw-scale-x: 1.25;
  }

  .\32xl\:active\:scale-x-150:active {
    --tw-scale-x: 1.5;
  }

  .\32xl\:active\:scale-y-0:active {
    --tw-scale-y: 0;
  }

  .\32xl\:active\:scale-y-50:active {
    --tw-scale-y: .5;
  }

  .\32xl\:active\:scale-y-75:active {
    --tw-scale-y: .75;
  }

  .\32xl\:active\:scale-y-90:active {
    --tw-scale-y: .9;
  }

  .\32xl\:active\:scale-y-95:active {
    --tw-scale-y: .95;
  }

  .\32xl\:active\:scale-y-100:active {
    --tw-scale-y: 1;
  }

  .\32xl\:active\:scale-y-105:active {
    --tw-scale-y: 1.05;
  }

  .\32xl\:active\:scale-y-110:active {
    --tw-scale-y: 1.1;
  }

  .\32xl\:active\:scale-y-125:active {
    --tw-scale-y: 1.25;
  }

  .\32xl\:active\:scale-y-150:active {
    --tw-scale-y: 1.5;
  }

  .\32xl\:visited\:scale-0:visited {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:visited\:scale-50:visited {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:visited\:scale-75:visited {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:visited\:scale-90:visited {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:visited\:scale-95:visited {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:visited\:scale-100:visited {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:visited\:scale-105:visited {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:visited\:scale-110:visited {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:visited\:scale-125:visited {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:visited\:scale-150:visited {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:visited\:scale-x-0:visited {
    --tw-scale-x: 0;
  }

  .\32xl\:visited\:scale-x-50:visited {
    --tw-scale-x: .5;
  }

  .\32xl\:visited\:scale-x-75:visited {
    --tw-scale-x: .75;
  }

  .\32xl\:visited\:scale-x-90:visited {
    --tw-scale-x: .9;
  }

  .\32xl\:visited\:scale-x-95:visited {
    --tw-scale-x: .95;
  }

  .\32xl\:visited\:scale-x-100:visited {
    --tw-scale-x: 1;
  }

  .\32xl\:visited\:scale-x-105:visited {
    --tw-scale-x: 1.05;
  }

  .\32xl\:visited\:scale-x-110:visited {
    --tw-scale-x: 1.1;
  }

  .\32xl\:visited\:scale-x-125:visited {
    --tw-scale-x: 1.25;
  }

  .\32xl\:visited\:scale-x-150:visited {
    --tw-scale-x: 1.5;
  }

  .\32xl\:visited\:scale-y-0:visited {
    --tw-scale-y: 0;
  }

  .\32xl\:visited\:scale-y-50:visited {
    --tw-scale-y: .5;
  }

  .\32xl\:visited\:scale-y-75:visited {
    --tw-scale-y: .75;
  }

  .\32xl\:visited\:scale-y-90:visited {
    --tw-scale-y: .9;
  }

  .\32xl\:visited\:scale-y-95:visited {
    --tw-scale-y: .95;
  }

  .\32xl\:visited\:scale-y-100:visited {
    --tw-scale-y: 1;
  }

  .\32xl\:visited\:scale-y-105:visited {
    --tw-scale-y: 1.05;
  }

  .\32xl\:visited\:scale-y-110:visited {
    --tw-scale-y: 1.1;
  }

  .\32xl\:visited\:scale-y-125:visited {
    --tw-scale-y: 1.25;
  }

  .\32xl\:visited\:scale-y-150:visited {
    --tw-scale-y: 1.5;
  }

  .\32xl\:disabled\:scale-0:disabled {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:disabled\:scale-50:disabled {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:disabled\:scale-75:disabled {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:disabled\:scale-90:disabled {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:disabled\:scale-95:disabled {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:disabled\:scale-100:disabled {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:disabled\:scale-105:disabled {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:disabled\:scale-110:disabled {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:disabled\:scale-125:disabled {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:disabled\:scale-150:disabled {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:disabled\:scale-x-0:disabled {
    --tw-scale-x: 0;
  }

  .\32xl\:disabled\:scale-x-50:disabled {
    --tw-scale-x: .5;
  }

  .\32xl\:disabled\:scale-x-75:disabled {
    --tw-scale-x: .75;
  }

  .\32xl\:disabled\:scale-x-90:disabled {
    --tw-scale-x: .9;
  }

  .\32xl\:disabled\:scale-x-95:disabled {
    --tw-scale-x: .95;
  }

  .\32xl\:disabled\:scale-x-100:disabled {
    --tw-scale-x: 1;
  }

  .\32xl\:disabled\:scale-x-105:disabled {
    --tw-scale-x: 1.05;
  }

  .\32xl\:disabled\:scale-x-110:disabled {
    --tw-scale-x: 1.1;
  }

  .\32xl\:disabled\:scale-x-125:disabled {
    --tw-scale-x: 1.25;
  }

  .\32xl\:disabled\:scale-x-150:disabled {
    --tw-scale-x: 1.5;
  }

  .\32xl\:disabled\:scale-y-0:disabled {
    --tw-scale-y: 0;
  }

  .\32xl\:disabled\:scale-y-50:disabled {
    --tw-scale-y: .5;
  }

  .\32xl\:disabled\:scale-y-75:disabled {
    --tw-scale-y: .75;
  }

  .\32xl\:disabled\:scale-y-90:disabled {
    --tw-scale-y: .9;
  }

  .\32xl\:disabled\:scale-y-95:disabled {
    --tw-scale-y: .95;
  }

  .\32xl\:disabled\:scale-y-100:disabled {
    --tw-scale-y: 1;
  }

  .\32xl\:disabled\:scale-y-105:disabled {
    --tw-scale-y: 1.05;
  }

  .\32xl\:disabled\:scale-y-110:disabled {
    --tw-scale-y: 1.1;
  }

  .\32xl\:disabled\:scale-y-125:disabled {
    --tw-scale-y: 1.25;
  }

  .\32xl\:disabled\:scale-y-150:disabled {
    --tw-scale-y: 1.5;
  }

  .\32xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .group:hover .\32xl\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .group:hover .\32xl\:group-hover\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .\32xl\:focus-within\:rotate-0:focus-within {
    --tw-rotate: 0deg;
  }

  .\32xl\:focus-within\:rotate-1:focus-within {
    --tw-rotate: 1deg;
  }

  .\32xl\:focus-within\:rotate-2:focus-within {
    --tw-rotate: 2deg;
  }

  .\32xl\:focus-within\:rotate-3:focus-within {
    --tw-rotate: 3deg;
  }

  .\32xl\:focus-within\:rotate-6:focus-within {
    --tw-rotate: 6deg;
  }

  .\32xl\:focus-within\:rotate-12:focus-within {
    --tw-rotate: 12deg;
  }

  .\32xl\:focus-within\:rotate-45:focus-within {
    --tw-rotate: 45deg;
  }

  .\32xl\:focus-within\:rotate-90:focus-within {
    --tw-rotate: 90deg;
  }

  .\32xl\:focus-within\:rotate-180:focus-within {
    --tw-rotate: 180deg;
  }

  .\32xl\:focus-within\:-rotate-180:focus-within {
    --tw-rotate: -180deg;
  }

  .\32xl\:focus-within\:-rotate-90:focus-within {
    --tw-rotate: -90deg;
  }

  .\32xl\:focus-within\:-rotate-45:focus-within {
    --tw-rotate: -45deg;
  }

  .\32xl\:focus-within\:-rotate-12:focus-within {
    --tw-rotate: -12deg;
  }

  .\32xl\:focus-within\:-rotate-6:focus-within {
    --tw-rotate: -6deg;
  }

  .\32xl\:focus-within\:-rotate-3:focus-within {
    --tw-rotate: -3deg;
  }

  .\32xl\:focus-within\:-rotate-2:focus-within {
    --tw-rotate: -2deg;
  }

  .\32xl\:focus-within\:-rotate-1:focus-within {
    --tw-rotate: -1deg;
  }

  .\32xl\:first\:rotate-0:first-child {
    --tw-rotate: 0deg;
  }

  .\32xl\:first\:rotate-1:first-child {
    --tw-rotate: 1deg;
  }

  .\32xl\:first\:rotate-2:first-child {
    --tw-rotate: 2deg;
  }

  .\32xl\:first\:rotate-3:first-child {
    --tw-rotate: 3deg;
  }

  .\32xl\:first\:rotate-6:first-child {
    --tw-rotate: 6deg;
  }

  .\32xl\:first\:rotate-12:first-child {
    --tw-rotate: 12deg;
  }

  .\32xl\:first\:rotate-45:first-child {
    --tw-rotate: 45deg;
  }

  .\32xl\:first\:rotate-90:first-child {
    --tw-rotate: 90deg;
  }

  .\32xl\:first\:rotate-180:first-child {
    --tw-rotate: 180deg;
  }

  .\32xl\:first\:-rotate-180:first-child {
    --tw-rotate: -180deg;
  }

  .\32xl\:first\:-rotate-90:first-child {
    --tw-rotate: -90deg;
  }

  .\32xl\:first\:-rotate-45:first-child {
    --tw-rotate: -45deg;
  }

  .\32xl\:first\:-rotate-12:first-child {
    --tw-rotate: -12deg;
  }

  .\32xl\:first\:-rotate-6:first-child {
    --tw-rotate: -6deg;
  }

  .\32xl\:first\:-rotate-3:first-child {
    --tw-rotate: -3deg;
  }

  .\32xl\:first\:-rotate-2:first-child {
    --tw-rotate: -2deg;
  }

  .\32xl\:first\:-rotate-1:first-child {
    --tw-rotate: -1deg;
  }

  .\32xl\:last\:rotate-0:last-child {
    --tw-rotate: 0deg;
  }

  .\32xl\:last\:rotate-1:last-child {
    --tw-rotate: 1deg;
  }

  .\32xl\:last\:rotate-2:last-child {
    --tw-rotate: 2deg;
  }

  .\32xl\:last\:rotate-3:last-child {
    --tw-rotate: 3deg;
  }

  .\32xl\:last\:rotate-6:last-child {
    --tw-rotate: 6deg;
  }

  .\32xl\:last\:rotate-12:last-child {
    --tw-rotate: 12deg;
  }

  .\32xl\:last\:rotate-45:last-child {
    --tw-rotate: 45deg;
  }

  .\32xl\:last\:rotate-90:last-child {
    --tw-rotate: 90deg;
  }

  .\32xl\:last\:rotate-180:last-child {
    --tw-rotate: 180deg;
  }

  .\32xl\:last\:-rotate-180:last-child {
    --tw-rotate: -180deg;
  }

  .\32xl\:last\:-rotate-90:last-child {
    --tw-rotate: -90deg;
  }

  .\32xl\:last\:-rotate-45:last-child {
    --tw-rotate: -45deg;
  }

  .\32xl\:last\:-rotate-12:last-child {
    --tw-rotate: -12deg;
  }

  .\32xl\:last\:-rotate-6:last-child {
    --tw-rotate: -6deg;
  }

  .\32xl\:last\:-rotate-3:last-child {
    --tw-rotate: -3deg;
  }

  .\32xl\:last\:-rotate-2:last-child {
    --tw-rotate: -2deg;
  }

  .\32xl\:last\:-rotate-1:last-child {
    --tw-rotate: -1deg;
  }

  .\32xl\:odd\:rotate-0:nth-child(odd) {
    --tw-rotate: 0deg;
  }

  .\32xl\:odd\:rotate-1:nth-child(odd) {
    --tw-rotate: 1deg;
  }

  .\32xl\:odd\:rotate-2:nth-child(odd) {
    --tw-rotate: 2deg;
  }

  .\32xl\:odd\:rotate-3:nth-child(odd) {
    --tw-rotate: 3deg;
  }

  .\32xl\:odd\:rotate-6:nth-child(odd) {
    --tw-rotate: 6deg;
  }

  .\32xl\:odd\:rotate-12:nth-child(odd) {
    --tw-rotate: 12deg;
  }

  .\32xl\:odd\:rotate-45:nth-child(odd) {
    --tw-rotate: 45deg;
  }

  .\32xl\:odd\:rotate-90:nth-child(odd) {
    --tw-rotate: 90deg;
  }

  .\32xl\:odd\:rotate-180:nth-child(odd) {
    --tw-rotate: 180deg;
  }

  .\32xl\:odd\:-rotate-180:nth-child(odd) {
    --tw-rotate: -180deg;
  }

  .\32xl\:odd\:-rotate-90:nth-child(odd) {
    --tw-rotate: -90deg;
  }

  .\32xl\:odd\:-rotate-45:nth-child(odd) {
    --tw-rotate: -45deg;
  }

  .\32xl\:odd\:-rotate-12:nth-child(odd) {
    --tw-rotate: -12deg;
  }

  .\32xl\:odd\:-rotate-6:nth-child(odd) {
    --tw-rotate: -6deg;
  }

  .\32xl\:odd\:-rotate-3:nth-child(odd) {
    --tw-rotate: -3deg;
  }

  .\32xl\:odd\:-rotate-2:nth-child(odd) {
    --tw-rotate: -2deg;
  }

  .\32xl\:odd\:-rotate-1:nth-child(odd) {
    --tw-rotate: -1deg;
  }

  .\32xl\:even\:rotate-0:nth-child(even) {
    --tw-rotate: 0deg;
  }

  .\32xl\:even\:rotate-1:nth-child(even) {
    --tw-rotate: 1deg;
  }

  .\32xl\:even\:rotate-2:nth-child(even) {
    --tw-rotate: 2deg;
  }

  .\32xl\:even\:rotate-3:nth-child(even) {
    --tw-rotate: 3deg;
  }

  .\32xl\:even\:rotate-6:nth-child(even) {
    --tw-rotate: 6deg;
  }

  .\32xl\:even\:rotate-12:nth-child(even) {
    --tw-rotate: 12deg;
  }

  .\32xl\:even\:rotate-45:nth-child(even) {
    --tw-rotate: 45deg;
  }

  .\32xl\:even\:rotate-90:nth-child(even) {
    --tw-rotate: 90deg;
  }

  .\32xl\:even\:rotate-180:nth-child(even) {
    --tw-rotate: 180deg;
  }

  .\32xl\:even\:-rotate-180:nth-child(even) {
    --tw-rotate: -180deg;
  }

  .\32xl\:even\:-rotate-90:nth-child(even) {
    --tw-rotate: -90deg;
  }

  .\32xl\:even\:-rotate-45:nth-child(even) {
    --tw-rotate: -45deg;
  }

  .\32xl\:even\:-rotate-12:nth-child(even) {
    --tw-rotate: -12deg;
  }

  .\32xl\:even\:-rotate-6:nth-child(even) {
    --tw-rotate: -6deg;
  }

  .\32xl\:even\:-rotate-3:nth-child(even) {
    --tw-rotate: -3deg;
  }

  .\32xl\:even\:-rotate-2:nth-child(even) {
    --tw-rotate: -2deg;
  }

  .\32xl\:even\:-rotate-1:nth-child(even) {
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .\32xl\:active\:rotate-0:active {
    --tw-rotate: 0deg;
  }

  .\32xl\:active\:rotate-1:active {
    --tw-rotate: 1deg;
  }

  .\32xl\:active\:rotate-2:active {
    --tw-rotate: 2deg;
  }

  .\32xl\:active\:rotate-3:active {
    --tw-rotate: 3deg;
  }

  .\32xl\:active\:rotate-6:active {
    --tw-rotate: 6deg;
  }

  .\32xl\:active\:rotate-12:active {
    --tw-rotate: 12deg;
  }

  .\32xl\:active\:rotate-45:active {
    --tw-rotate: 45deg;
  }

  .\32xl\:active\:rotate-90:active {
    --tw-rotate: 90deg;
  }

  .\32xl\:active\:rotate-180:active {
    --tw-rotate: 180deg;
  }

  .\32xl\:active\:-rotate-180:active {
    --tw-rotate: -180deg;
  }

  .\32xl\:active\:-rotate-90:active {
    --tw-rotate: -90deg;
  }

  .\32xl\:active\:-rotate-45:active {
    --tw-rotate: -45deg;
  }

  .\32xl\:active\:-rotate-12:active {
    --tw-rotate: -12deg;
  }

  .\32xl\:active\:-rotate-6:active {
    --tw-rotate: -6deg;
  }

  .\32xl\:active\:-rotate-3:active {
    --tw-rotate: -3deg;
  }

  .\32xl\:active\:-rotate-2:active {
    --tw-rotate: -2deg;
  }

  .\32xl\:active\:-rotate-1:active {
    --tw-rotate: -1deg;
  }

  .\32xl\:visited\:rotate-0:visited {
    --tw-rotate: 0deg;
  }

  .\32xl\:visited\:rotate-1:visited {
    --tw-rotate: 1deg;
  }

  .\32xl\:visited\:rotate-2:visited {
    --tw-rotate: 2deg;
  }

  .\32xl\:visited\:rotate-3:visited {
    --tw-rotate: 3deg;
  }

  .\32xl\:visited\:rotate-6:visited {
    --tw-rotate: 6deg;
  }

  .\32xl\:visited\:rotate-12:visited {
    --tw-rotate: 12deg;
  }

  .\32xl\:visited\:rotate-45:visited {
    --tw-rotate: 45deg;
  }

  .\32xl\:visited\:rotate-90:visited {
    --tw-rotate: 90deg;
  }

  .\32xl\:visited\:rotate-180:visited {
    --tw-rotate: 180deg;
  }

  .\32xl\:visited\:-rotate-180:visited {
    --tw-rotate: -180deg;
  }

  .\32xl\:visited\:-rotate-90:visited {
    --tw-rotate: -90deg;
  }

  .\32xl\:visited\:-rotate-45:visited {
    --tw-rotate: -45deg;
  }

  .\32xl\:visited\:-rotate-12:visited {
    --tw-rotate: -12deg;
  }

  .\32xl\:visited\:-rotate-6:visited {
    --tw-rotate: -6deg;
  }

  .\32xl\:visited\:-rotate-3:visited {
    --tw-rotate: -3deg;
  }

  .\32xl\:visited\:-rotate-2:visited {
    --tw-rotate: -2deg;
  }

  .\32xl\:visited\:-rotate-1:visited {
    --tw-rotate: -1deg;
  }

  .\32xl\:disabled\:rotate-0:disabled {
    --tw-rotate: 0deg;
  }

  .\32xl\:disabled\:rotate-1:disabled {
    --tw-rotate: 1deg;
  }

  .\32xl\:disabled\:rotate-2:disabled {
    --tw-rotate: 2deg;
  }

  .\32xl\:disabled\:rotate-3:disabled {
    --tw-rotate: 3deg;
  }

  .\32xl\:disabled\:rotate-6:disabled {
    --tw-rotate: 6deg;
  }

  .\32xl\:disabled\:rotate-12:disabled {
    --tw-rotate: 12deg;
  }

  .\32xl\:disabled\:rotate-45:disabled {
    --tw-rotate: 45deg;
  }

  .\32xl\:disabled\:rotate-90:disabled {
    --tw-rotate: 90deg;
  }

  .\32xl\:disabled\:rotate-180:disabled {
    --tw-rotate: 180deg;
  }

  .\32xl\:disabled\:-rotate-180:disabled {
    --tw-rotate: -180deg;
  }

  .\32xl\:disabled\:-rotate-90:disabled {
    --tw-rotate: -90deg;
  }

  .\32xl\:disabled\:-rotate-45:disabled {
    --tw-rotate: -45deg;
  }

  .\32xl\:disabled\:-rotate-12:disabled {
    --tw-rotate: -12deg;
  }

  .\32xl\:disabled\:-rotate-6:disabled {
    --tw-rotate: -6deg;
  }

  .\32xl\:disabled\:-rotate-3:disabled {
    --tw-rotate: -3deg;
  }

  .\32xl\:disabled\:-rotate-2:disabled {
    --tw-rotate: -2deg;
  }

  .\32xl\:disabled\:-rotate-1:disabled {
    --tw-rotate: -1deg;
  }

  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .\32xl\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .group:hover .\32xl\:group-hover\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .group:hover .\32xl\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .group:hover .\32xl\:group-hover\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .\32xl\:group-hover\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .group:hover .\32xl\:group-hover\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .group:hover .\32xl\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .group:hover .\32xl\:group-hover\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .group:hover .\32xl\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus-within\:translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus-within\:translate-x-1:focus-within {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus-within\:translate-x-2:focus-within {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus-within\:translate-x-3:focus-within {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus-within\:translate-x-4:focus-within {
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus-within\:translate-x-5:focus-within {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus-within\:translate-x-6:focus-within {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus-within\:translate-x-7:focus-within {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus-within\:translate-x-8:focus-within {
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus-within\:translate-x-9:focus-within {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus-within\:translate-x-10:focus-within {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus-within\:translate-x-11:focus-within {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus-within\:translate-x-12:focus-within {
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus-within\:translate-x-14:focus-within {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus-within\:translate-x-16:focus-within {
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus-within\:translate-x-20:focus-within {
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus-within\:translate-x-24:focus-within {
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus-within\:translate-x-28:focus-within {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus-within\:translate-x-32:focus-within {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus-within\:translate-x-36:focus-within {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus-within\:translate-x-40:focus-within {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus-within\:translate-x-44:focus-within {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus-within\:translate-x-48:focus-within {
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus-within\:translate-x-52:focus-within {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus-within\:translate-x-56:focus-within {
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus-within\:translate-x-60:focus-within {
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus-within\:translate-x-64:focus-within {
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus-within\:translate-x-72:focus-within {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus-within\:translate-x-80:focus-within {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus-within\:translate-x-96:focus-within {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus-within\:translate-x-px:focus-within {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus-within\:translate-x-0\.5:focus-within {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus-within\:translate-x-1\.5:focus-within {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus-within\:translate-x-2\.5:focus-within {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus-within\:translate-x-3\.5:focus-within {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus-within\:-translate-x-0:focus-within {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus-within\:-translate-x-1:focus-within {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus-within\:-translate-x-2:focus-within {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus-within\:-translate-x-3:focus-within {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus-within\:-translate-x-4:focus-within {
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus-within\:-translate-x-5:focus-within {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus-within\:-translate-x-6:focus-within {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus-within\:-translate-x-7:focus-within {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus-within\:-translate-x-8:focus-within {
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus-within\:-translate-x-9:focus-within {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus-within\:-translate-x-10:focus-within {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus-within\:-translate-x-11:focus-within {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus-within\:-translate-x-12:focus-within {
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus-within\:-translate-x-14:focus-within {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus-within\:-translate-x-16:focus-within {
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus-within\:-translate-x-20:focus-within {
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus-within\:-translate-x-24:focus-within {
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus-within\:-translate-x-28:focus-within {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus-within\:-translate-x-32:focus-within {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus-within\:-translate-x-36:focus-within {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus-within\:-translate-x-40:focus-within {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus-within\:-translate-x-44:focus-within {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus-within\:-translate-x-48:focus-within {
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus-within\:-translate-x-52:focus-within {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus-within\:-translate-x-56:focus-within {
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus-within\:-translate-x-60:focus-within {
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus-within\:-translate-x-64:focus-within {
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus-within\:-translate-x-72:focus-within {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus-within\:-translate-x-80:focus-within {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus-within\:-translate-x-96:focus-within {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus-within\:-translate-x-px:focus-within {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus-within\:-translate-x-0\.5:focus-within {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus-within\:-translate-x-1\.5:focus-within {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus-within\:-translate-x-2\.5:focus-within {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus-within\:-translate-x-3\.5:focus-within {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus-within\:translate-x-1\/2:focus-within {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus-within\:translate-x-1\/3:focus-within {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus-within\:translate-x-2\/3:focus-within {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus-within\:translate-x-1\/4:focus-within {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus-within\:translate-x-2\/4:focus-within {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus-within\:translate-x-3\/4:focus-within {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus-within\:translate-x-full:focus-within {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus-within\:-translate-x-1\/2:focus-within {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus-within\:-translate-x-1\/3:focus-within {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus-within\:-translate-x-2\/3:focus-within {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus-within\:-translate-x-1\/4:focus-within {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus-within\:-translate-x-2\/4:focus-within {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus-within\:-translate-x-3\/4:focus-within {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus-within\:-translate-x-full:focus-within {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus-within\:translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus-within\:translate-y-1:focus-within {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus-within\:translate-y-2:focus-within {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus-within\:translate-y-3:focus-within {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus-within\:translate-y-4:focus-within {
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus-within\:translate-y-5:focus-within {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus-within\:translate-y-6:focus-within {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus-within\:translate-y-7:focus-within {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus-within\:translate-y-8:focus-within {
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus-within\:translate-y-9:focus-within {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus-within\:translate-y-10:focus-within {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus-within\:translate-y-11:focus-within {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus-within\:translate-y-12:focus-within {
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus-within\:translate-y-14:focus-within {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus-within\:translate-y-16:focus-within {
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus-within\:translate-y-20:focus-within {
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus-within\:translate-y-24:focus-within {
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus-within\:translate-y-28:focus-within {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus-within\:translate-y-32:focus-within {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus-within\:translate-y-36:focus-within {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus-within\:translate-y-40:focus-within {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus-within\:translate-y-44:focus-within {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus-within\:translate-y-48:focus-within {
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus-within\:translate-y-52:focus-within {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus-within\:translate-y-56:focus-within {
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus-within\:translate-y-60:focus-within {
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus-within\:translate-y-64:focus-within {
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus-within\:translate-y-72:focus-within {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus-within\:translate-y-80:focus-within {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus-within\:translate-y-96:focus-within {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus-within\:translate-y-px:focus-within {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus-within\:translate-y-0\.5:focus-within {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus-within\:translate-y-1\.5:focus-within {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus-within\:translate-y-2\.5:focus-within {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus-within\:translate-y-3\.5:focus-within {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus-within\:-translate-y-0:focus-within {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus-within\:-translate-y-1:focus-within {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus-within\:-translate-y-2:focus-within {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus-within\:-translate-y-3:focus-within {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus-within\:-translate-y-4:focus-within {
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus-within\:-translate-y-5:focus-within {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus-within\:-translate-y-6:focus-within {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus-within\:-translate-y-7:focus-within {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus-within\:-translate-y-8:focus-within {
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus-within\:-translate-y-9:focus-within {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus-within\:-translate-y-10:focus-within {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus-within\:-translate-y-11:focus-within {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus-within\:-translate-y-12:focus-within {
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus-within\:-translate-y-14:focus-within {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus-within\:-translate-y-16:focus-within {
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus-within\:-translate-y-20:focus-within {
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus-within\:-translate-y-24:focus-within {
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus-within\:-translate-y-28:focus-within {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus-within\:-translate-y-32:focus-within {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus-within\:-translate-y-36:focus-within {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus-within\:-translate-y-40:focus-within {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus-within\:-translate-y-44:focus-within {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus-within\:-translate-y-48:focus-within {
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus-within\:-translate-y-52:focus-within {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus-within\:-translate-y-56:focus-within {
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus-within\:-translate-y-60:focus-within {
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus-within\:-translate-y-64:focus-within {
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus-within\:-translate-y-72:focus-within {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus-within\:-translate-y-80:focus-within {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus-within\:-translate-y-96:focus-within {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus-within\:-translate-y-px:focus-within {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus-within\:-translate-y-0\.5:focus-within {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus-within\:-translate-y-1\.5:focus-within {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus-within\:-translate-y-2\.5:focus-within {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus-within\:-translate-y-3\.5:focus-within {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus-within\:translate-y-1\/2:focus-within {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus-within\:translate-y-1\/3:focus-within {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus-within\:translate-y-2\/3:focus-within {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus-within\:translate-y-1\/4:focus-within {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus-within\:translate-y-2\/4:focus-within {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus-within\:translate-y-3\/4:focus-within {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus-within\:translate-y-full:focus-within {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus-within\:-translate-y-1\/2:focus-within {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus-within\:-translate-y-1\/3:focus-within {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus-within\:-translate-y-2\/3:focus-within {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus-within\:-translate-y-1\/4:focus-within {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus-within\:-translate-y-2\/4:focus-within {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus-within\:-translate-y-3\/4:focus-within {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus-within\:-translate-y-full:focus-within {
    --tw-translate-y: -100%;
  }

  .\32xl\:first\:translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .\32xl\:first\:translate-x-1:first-child {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:first\:translate-x-2:first-child {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:first\:translate-x-3:first-child {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:first\:translate-x-4:first-child {
    --tw-translate-x: 1rem;
  }

  .\32xl\:first\:translate-x-5:first-child {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:first\:translate-x-6:first-child {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:first\:translate-x-7:first-child {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:first\:translate-x-8:first-child {
    --tw-translate-x: 2rem;
  }

  .\32xl\:first\:translate-x-9:first-child {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:first\:translate-x-10:first-child {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:first\:translate-x-11:first-child {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:first\:translate-x-12:first-child {
    --tw-translate-x: 3rem;
  }

  .\32xl\:first\:translate-x-14:first-child {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:first\:translate-x-16:first-child {
    --tw-translate-x: 4rem;
  }

  .\32xl\:first\:translate-x-20:first-child {
    --tw-translate-x: 5rem;
  }

  .\32xl\:first\:translate-x-24:first-child {
    --tw-translate-x: 6rem;
  }

  .\32xl\:first\:translate-x-28:first-child {
    --tw-translate-x: 7rem;
  }

  .\32xl\:first\:translate-x-32:first-child {
    --tw-translate-x: 8rem;
  }

  .\32xl\:first\:translate-x-36:first-child {
    --tw-translate-x: 9rem;
  }

  .\32xl\:first\:translate-x-40:first-child {
    --tw-translate-x: 10rem;
  }

  .\32xl\:first\:translate-x-44:first-child {
    --tw-translate-x: 11rem;
  }

  .\32xl\:first\:translate-x-48:first-child {
    --tw-translate-x: 12rem;
  }

  .\32xl\:first\:translate-x-52:first-child {
    --tw-translate-x: 13rem;
  }

  .\32xl\:first\:translate-x-56:first-child {
    --tw-translate-x: 14rem;
  }

  .\32xl\:first\:translate-x-60:first-child {
    --tw-translate-x: 15rem;
  }

  .\32xl\:first\:translate-x-64:first-child {
    --tw-translate-x: 16rem;
  }

  .\32xl\:first\:translate-x-72:first-child {
    --tw-translate-x: 18rem;
  }

  .\32xl\:first\:translate-x-80:first-child {
    --tw-translate-x: 20rem;
  }

  .\32xl\:first\:translate-x-96:first-child {
    --tw-translate-x: 24rem;
  }

  .\32xl\:first\:translate-x-px:first-child {
    --tw-translate-x: 1px;
  }

  .\32xl\:first\:translate-x-0\.5:first-child {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:first\:translate-x-1\.5:first-child {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:first\:translate-x-2\.5:first-child {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:first\:translate-x-3\.5:first-child {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:first\:-translate-x-0:first-child {
    --tw-translate-x: 0px;
  }

  .\32xl\:first\:-translate-x-1:first-child {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:first\:-translate-x-2:first-child {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:first\:-translate-x-3:first-child {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:first\:-translate-x-4:first-child {
    --tw-translate-x: -1rem;
  }

  .\32xl\:first\:-translate-x-5:first-child {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:first\:-translate-x-6:first-child {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:first\:-translate-x-7:first-child {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:first\:-translate-x-8:first-child {
    --tw-translate-x: -2rem;
  }

  .\32xl\:first\:-translate-x-9:first-child {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:first\:-translate-x-10:first-child {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:first\:-translate-x-11:first-child {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:first\:-translate-x-12:first-child {
    --tw-translate-x: -3rem;
  }

  .\32xl\:first\:-translate-x-14:first-child {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:first\:-translate-x-16:first-child {
    --tw-translate-x: -4rem;
  }

  .\32xl\:first\:-translate-x-20:first-child {
    --tw-translate-x: -5rem;
  }

  .\32xl\:first\:-translate-x-24:first-child {
    --tw-translate-x: -6rem;
  }

  .\32xl\:first\:-translate-x-28:first-child {
    --tw-translate-x: -7rem;
  }

  .\32xl\:first\:-translate-x-32:first-child {
    --tw-translate-x: -8rem;
  }

  .\32xl\:first\:-translate-x-36:first-child {
    --tw-translate-x: -9rem;
  }

  .\32xl\:first\:-translate-x-40:first-child {
    --tw-translate-x: -10rem;
  }

  .\32xl\:first\:-translate-x-44:first-child {
    --tw-translate-x: -11rem;
  }

  .\32xl\:first\:-translate-x-48:first-child {
    --tw-translate-x: -12rem;
  }

  .\32xl\:first\:-translate-x-52:first-child {
    --tw-translate-x: -13rem;
  }

  .\32xl\:first\:-translate-x-56:first-child {
    --tw-translate-x: -14rem;
  }

  .\32xl\:first\:-translate-x-60:first-child {
    --tw-translate-x: -15rem;
  }

  .\32xl\:first\:-translate-x-64:first-child {
    --tw-translate-x: -16rem;
  }

  .\32xl\:first\:-translate-x-72:first-child {
    --tw-translate-x: -18rem;
  }

  .\32xl\:first\:-translate-x-80:first-child {
    --tw-translate-x: -20rem;
  }

  .\32xl\:first\:-translate-x-96:first-child {
    --tw-translate-x: -24rem;
  }

  .\32xl\:first\:-translate-x-px:first-child {
    --tw-translate-x: -1px;
  }

  .\32xl\:first\:-translate-x-0\.5:first-child {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:first\:-translate-x-1\.5:first-child {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:first\:-translate-x-2\.5:first-child {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:first\:-translate-x-3\.5:first-child {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:first\:translate-x-1\/2:first-child {
    --tw-translate-x: 50%;
  }

  .\32xl\:first\:translate-x-1\/3:first-child {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:first\:translate-x-2\/3:first-child {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:first\:translate-x-1\/4:first-child {
    --tw-translate-x: 25%;
  }

  .\32xl\:first\:translate-x-2\/4:first-child {
    --tw-translate-x: 50%;
  }

  .\32xl\:first\:translate-x-3\/4:first-child {
    --tw-translate-x: 75%;
  }

  .\32xl\:first\:translate-x-full:first-child {
    --tw-translate-x: 100%;
  }

  .\32xl\:first\:-translate-x-1\/2:first-child {
    --tw-translate-x: -50%;
  }

  .\32xl\:first\:-translate-x-1\/3:first-child {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:first\:-translate-x-2\/3:first-child {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:first\:-translate-x-1\/4:first-child {
    --tw-translate-x: -25%;
  }

  .\32xl\:first\:-translate-x-2\/4:first-child {
    --tw-translate-x: -50%;
  }

  .\32xl\:first\:-translate-x-3\/4:first-child {
    --tw-translate-x: -75%;
  }

  .\32xl\:first\:-translate-x-full:first-child {
    --tw-translate-x: -100%;
  }

  .\32xl\:first\:translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .\32xl\:first\:translate-y-1:first-child {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:first\:translate-y-2:first-child {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:first\:translate-y-3:first-child {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:first\:translate-y-4:first-child {
    --tw-translate-y: 1rem;
  }

  .\32xl\:first\:translate-y-5:first-child {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:first\:translate-y-6:first-child {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:first\:translate-y-7:first-child {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:first\:translate-y-8:first-child {
    --tw-translate-y: 2rem;
  }

  .\32xl\:first\:translate-y-9:first-child {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:first\:translate-y-10:first-child {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:first\:translate-y-11:first-child {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:first\:translate-y-12:first-child {
    --tw-translate-y: 3rem;
  }

  .\32xl\:first\:translate-y-14:first-child {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:first\:translate-y-16:first-child {
    --tw-translate-y: 4rem;
  }

  .\32xl\:first\:translate-y-20:first-child {
    --tw-translate-y: 5rem;
  }

  .\32xl\:first\:translate-y-24:first-child {
    --tw-translate-y: 6rem;
  }

  .\32xl\:first\:translate-y-28:first-child {
    --tw-translate-y: 7rem;
  }

  .\32xl\:first\:translate-y-32:first-child {
    --tw-translate-y: 8rem;
  }

  .\32xl\:first\:translate-y-36:first-child {
    --tw-translate-y: 9rem;
  }

  .\32xl\:first\:translate-y-40:first-child {
    --tw-translate-y: 10rem;
  }

  .\32xl\:first\:translate-y-44:first-child {
    --tw-translate-y: 11rem;
  }

  .\32xl\:first\:translate-y-48:first-child {
    --tw-translate-y: 12rem;
  }

  .\32xl\:first\:translate-y-52:first-child {
    --tw-translate-y: 13rem;
  }

  .\32xl\:first\:translate-y-56:first-child {
    --tw-translate-y: 14rem;
  }

  .\32xl\:first\:translate-y-60:first-child {
    --tw-translate-y: 15rem;
  }

  .\32xl\:first\:translate-y-64:first-child {
    --tw-translate-y: 16rem;
  }

  .\32xl\:first\:translate-y-72:first-child {
    --tw-translate-y: 18rem;
  }

  .\32xl\:first\:translate-y-80:first-child {
    --tw-translate-y: 20rem;
  }

  .\32xl\:first\:translate-y-96:first-child {
    --tw-translate-y: 24rem;
  }

  .\32xl\:first\:translate-y-px:first-child {
    --tw-translate-y: 1px;
  }

  .\32xl\:first\:translate-y-0\.5:first-child {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:first\:translate-y-1\.5:first-child {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:first\:translate-y-2\.5:first-child {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:first\:translate-y-3\.5:first-child {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:first\:-translate-y-0:first-child {
    --tw-translate-y: 0px;
  }

  .\32xl\:first\:-translate-y-1:first-child {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:first\:-translate-y-2:first-child {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:first\:-translate-y-3:first-child {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:first\:-translate-y-4:first-child {
    --tw-translate-y: -1rem;
  }

  .\32xl\:first\:-translate-y-5:first-child {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:first\:-translate-y-6:first-child {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:first\:-translate-y-7:first-child {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:first\:-translate-y-8:first-child {
    --tw-translate-y: -2rem;
  }

  .\32xl\:first\:-translate-y-9:first-child {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:first\:-translate-y-10:first-child {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:first\:-translate-y-11:first-child {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:first\:-translate-y-12:first-child {
    --tw-translate-y: -3rem;
  }

  .\32xl\:first\:-translate-y-14:first-child {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:first\:-translate-y-16:first-child {
    --tw-translate-y: -4rem;
  }

  .\32xl\:first\:-translate-y-20:first-child {
    --tw-translate-y: -5rem;
  }

  .\32xl\:first\:-translate-y-24:first-child {
    --tw-translate-y: -6rem;
  }

  .\32xl\:first\:-translate-y-28:first-child {
    --tw-translate-y: -7rem;
  }

  .\32xl\:first\:-translate-y-32:first-child {
    --tw-translate-y: -8rem;
  }

  .\32xl\:first\:-translate-y-36:first-child {
    --tw-translate-y: -9rem;
  }

  .\32xl\:first\:-translate-y-40:first-child {
    --tw-translate-y: -10rem;
  }

  .\32xl\:first\:-translate-y-44:first-child {
    --tw-translate-y: -11rem;
  }

  .\32xl\:first\:-translate-y-48:first-child {
    --tw-translate-y: -12rem;
  }

  .\32xl\:first\:-translate-y-52:first-child {
    --tw-translate-y: -13rem;
  }

  .\32xl\:first\:-translate-y-56:first-child {
    --tw-translate-y: -14rem;
  }

  .\32xl\:first\:-translate-y-60:first-child {
    --tw-translate-y: -15rem;
  }

  .\32xl\:first\:-translate-y-64:first-child {
    --tw-translate-y: -16rem;
  }

  .\32xl\:first\:-translate-y-72:first-child {
    --tw-translate-y: -18rem;
  }

  .\32xl\:first\:-translate-y-80:first-child {
    --tw-translate-y: -20rem;
  }

  .\32xl\:first\:-translate-y-96:first-child {
    --tw-translate-y: -24rem;
  }

  .\32xl\:first\:-translate-y-px:first-child {
    --tw-translate-y: -1px;
  }

  .\32xl\:first\:-translate-y-0\.5:first-child {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:first\:-translate-y-1\.5:first-child {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:first\:-translate-y-2\.5:first-child {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:first\:-translate-y-3\.5:first-child {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:first\:translate-y-1\/2:first-child {
    --tw-translate-y: 50%;
  }

  .\32xl\:first\:translate-y-1\/3:first-child {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:first\:translate-y-2\/3:first-child {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:first\:translate-y-1\/4:first-child {
    --tw-translate-y: 25%;
  }

  .\32xl\:first\:translate-y-2\/4:first-child {
    --tw-translate-y: 50%;
  }

  .\32xl\:first\:translate-y-3\/4:first-child {
    --tw-translate-y: 75%;
  }

  .\32xl\:first\:translate-y-full:first-child {
    --tw-translate-y: 100%;
  }

  .\32xl\:first\:-translate-y-1\/2:first-child {
    --tw-translate-y: -50%;
  }

  .\32xl\:first\:-translate-y-1\/3:first-child {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:first\:-translate-y-2\/3:first-child {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:first\:-translate-y-1\/4:first-child {
    --tw-translate-y: -25%;
  }

  .\32xl\:first\:-translate-y-2\/4:first-child {
    --tw-translate-y: -50%;
  }

  .\32xl\:first\:-translate-y-3\/4:first-child {
    --tw-translate-y: -75%;
  }

  .\32xl\:first\:-translate-y-full:first-child {
    --tw-translate-y: -100%;
  }

  .\32xl\:last\:translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .\32xl\:last\:translate-x-1:last-child {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:last\:translate-x-2:last-child {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:last\:translate-x-3:last-child {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:last\:translate-x-4:last-child {
    --tw-translate-x: 1rem;
  }

  .\32xl\:last\:translate-x-5:last-child {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:last\:translate-x-6:last-child {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:last\:translate-x-7:last-child {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:last\:translate-x-8:last-child {
    --tw-translate-x: 2rem;
  }

  .\32xl\:last\:translate-x-9:last-child {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:last\:translate-x-10:last-child {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:last\:translate-x-11:last-child {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:last\:translate-x-12:last-child {
    --tw-translate-x: 3rem;
  }

  .\32xl\:last\:translate-x-14:last-child {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:last\:translate-x-16:last-child {
    --tw-translate-x: 4rem;
  }

  .\32xl\:last\:translate-x-20:last-child {
    --tw-translate-x: 5rem;
  }

  .\32xl\:last\:translate-x-24:last-child {
    --tw-translate-x: 6rem;
  }

  .\32xl\:last\:translate-x-28:last-child {
    --tw-translate-x: 7rem;
  }

  .\32xl\:last\:translate-x-32:last-child {
    --tw-translate-x: 8rem;
  }

  .\32xl\:last\:translate-x-36:last-child {
    --tw-translate-x: 9rem;
  }

  .\32xl\:last\:translate-x-40:last-child {
    --tw-translate-x: 10rem;
  }

  .\32xl\:last\:translate-x-44:last-child {
    --tw-translate-x: 11rem;
  }

  .\32xl\:last\:translate-x-48:last-child {
    --tw-translate-x: 12rem;
  }

  .\32xl\:last\:translate-x-52:last-child {
    --tw-translate-x: 13rem;
  }

  .\32xl\:last\:translate-x-56:last-child {
    --tw-translate-x: 14rem;
  }

  .\32xl\:last\:translate-x-60:last-child {
    --tw-translate-x: 15rem;
  }

  .\32xl\:last\:translate-x-64:last-child {
    --tw-translate-x: 16rem;
  }

  .\32xl\:last\:translate-x-72:last-child {
    --tw-translate-x: 18rem;
  }

  .\32xl\:last\:translate-x-80:last-child {
    --tw-translate-x: 20rem;
  }

  .\32xl\:last\:translate-x-96:last-child {
    --tw-translate-x: 24rem;
  }

  .\32xl\:last\:translate-x-px:last-child {
    --tw-translate-x: 1px;
  }

  .\32xl\:last\:translate-x-0\.5:last-child {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:last\:translate-x-1\.5:last-child {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:last\:translate-x-2\.5:last-child {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:last\:translate-x-3\.5:last-child {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:last\:-translate-x-0:last-child {
    --tw-translate-x: 0px;
  }

  .\32xl\:last\:-translate-x-1:last-child {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:last\:-translate-x-2:last-child {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:last\:-translate-x-3:last-child {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:last\:-translate-x-4:last-child {
    --tw-translate-x: -1rem;
  }

  .\32xl\:last\:-translate-x-5:last-child {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:last\:-translate-x-6:last-child {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:last\:-translate-x-7:last-child {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:last\:-translate-x-8:last-child {
    --tw-translate-x: -2rem;
  }

  .\32xl\:last\:-translate-x-9:last-child {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:last\:-translate-x-10:last-child {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:last\:-translate-x-11:last-child {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:last\:-translate-x-12:last-child {
    --tw-translate-x: -3rem;
  }

  .\32xl\:last\:-translate-x-14:last-child {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:last\:-translate-x-16:last-child {
    --tw-translate-x: -4rem;
  }

  .\32xl\:last\:-translate-x-20:last-child {
    --tw-translate-x: -5rem;
  }

  .\32xl\:last\:-translate-x-24:last-child {
    --tw-translate-x: -6rem;
  }

  .\32xl\:last\:-translate-x-28:last-child {
    --tw-translate-x: -7rem;
  }

  .\32xl\:last\:-translate-x-32:last-child {
    --tw-translate-x: -8rem;
  }

  .\32xl\:last\:-translate-x-36:last-child {
    --tw-translate-x: -9rem;
  }

  .\32xl\:last\:-translate-x-40:last-child {
    --tw-translate-x: -10rem;
  }

  .\32xl\:last\:-translate-x-44:last-child {
    --tw-translate-x: -11rem;
  }

  .\32xl\:last\:-translate-x-48:last-child {
    --tw-translate-x: -12rem;
  }

  .\32xl\:last\:-translate-x-52:last-child {
    --tw-translate-x: -13rem;
  }

  .\32xl\:last\:-translate-x-56:last-child {
    --tw-translate-x: -14rem;
  }

  .\32xl\:last\:-translate-x-60:last-child {
    --tw-translate-x: -15rem;
  }

  .\32xl\:last\:-translate-x-64:last-child {
    --tw-translate-x: -16rem;
  }

  .\32xl\:last\:-translate-x-72:last-child {
    --tw-translate-x: -18rem;
  }

  .\32xl\:last\:-translate-x-80:last-child {
    --tw-translate-x: -20rem;
  }

  .\32xl\:last\:-translate-x-96:last-child {
    --tw-translate-x: -24rem;
  }

  .\32xl\:last\:-translate-x-px:last-child {
    --tw-translate-x: -1px;
  }

  .\32xl\:last\:-translate-x-0\.5:last-child {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:last\:-translate-x-1\.5:last-child {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:last\:-translate-x-2\.5:last-child {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:last\:-translate-x-3\.5:last-child {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:last\:translate-x-1\/2:last-child {
    --tw-translate-x: 50%;
  }

  .\32xl\:last\:translate-x-1\/3:last-child {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:last\:translate-x-2\/3:last-child {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:last\:translate-x-1\/4:last-child {
    --tw-translate-x: 25%;
  }

  .\32xl\:last\:translate-x-2\/4:last-child {
    --tw-translate-x: 50%;
  }

  .\32xl\:last\:translate-x-3\/4:last-child {
    --tw-translate-x: 75%;
  }

  .\32xl\:last\:translate-x-full:last-child {
    --tw-translate-x: 100%;
  }

  .\32xl\:last\:-translate-x-1\/2:last-child {
    --tw-translate-x: -50%;
  }

  .\32xl\:last\:-translate-x-1\/3:last-child {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:last\:-translate-x-2\/3:last-child {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:last\:-translate-x-1\/4:last-child {
    --tw-translate-x: -25%;
  }

  .\32xl\:last\:-translate-x-2\/4:last-child {
    --tw-translate-x: -50%;
  }

  .\32xl\:last\:-translate-x-3\/4:last-child {
    --tw-translate-x: -75%;
  }

  .\32xl\:last\:-translate-x-full:last-child {
    --tw-translate-x: -100%;
  }

  .\32xl\:last\:translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .\32xl\:last\:translate-y-1:last-child {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:last\:translate-y-2:last-child {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:last\:translate-y-3:last-child {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:last\:translate-y-4:last-child {
    --tw-translate-y: 1rem;
  }

  .\32xl\:last\:translate-y-5:last-child {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:last\:translate-y-6:last-child {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:last\:translate-y-7:last-child {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:last\:translate-y-8:last-child {
    --tw-translate-y: 2rem;
  }

  .\32xl\:last\:translate-y-9:last-child {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:last\:translate-y-10:last-child {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:last\:translate-y-11:last-child {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:last\:translate-y-12:last-child {
    --tw-translate-y: 3rem;
  }

  .\32xl\:last\:translate-y-14:last-child {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:last\:translate-y-16:last-child {
    --tw-translate-y: 4rem;
  }

  .\32xl\:last\:translate-y-20:last-child {
    --tw-translate-y: 5rem;
  }

  .\32xl\:last\:translate-y-24:last-child {
    --tw-translate-y: 6rem;
  }

  .\32xl\:last\:translate-y-28:last-child {
    --tw-translate-y: 7rem;
  }

  .\32xl\:last\:translate-y-32:last-child {
    --tw-translate-y: 8rem;
  }

  .\32xl\:last\:translate-y-36:last-child {
    --tw-translate-y: 9rem;
  }

  .\32xl\:last\:translate-y-40:last-child {
    --tw-translate-y: 10rem;
  }

  .\32xl\:last\:translate-y-44:last-child {
    --tw-translate-y: 11rem;
  }

  .\32xl\:last\:translate-y-48:last-child {
    --tw-translate-y: 12rem;
  }

  .\32xl\:last\:translate-y-52:last-child {
    --tw-translate-y: 13rem;
  }

  .\32xl\:last\:translate-y-56:last-child {
    --tw-translate-y: 14rem;
  }

  .\32xl\:last\:translate-y-60:last-child {
    --tw-translate-y: 15rem;
  }

  .\32xl\:last\:translate-y-64:last-child {
    --tw-translate-y: 16rem;
  }

  .\32xl\:last\:translate-y-72:last-child {
    --tw-translate-y: 18rem;
  }

  .\32xl\:last\:translate-y-80:last-child {
    --tw-translate-y: 20rem;
  }

  .\32xl\:last\:translate-y-96:last-child {
    --tw-translate-y: 24rem;
  }

  .\32xl\:last\:translate-y-px:last-child {
    --tw-translate-y: 1px;
  }

  .\32xl\:last\:translate-y-0\.5:last-child {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:last\:translate-y-1\.5:last-child {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:last\:translate-y-2\.5:last-child {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:last\:translate-y-3\.5:last-child {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:last\:-translate-y-0:last-child {
    --tw-translate-y: 0px;
  }

  .\32xl\:last\:-translate-y-1:last-child {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:last\:-translate-y-2:last-child {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:last\:-translate-y-3:last-child {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:last\:-translate-y-4:last-child {
    --tw-translate-y: -1rem;
  }

  .\32xl\:last\:-translate-y-5:last-child {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:last\:-translate-y-6:last-child {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:last\:-translate-y-7:last-child {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:last\:-translate-y-8:last-child {
    --tw-translate-y: -2rem;
  }

  .\32xl\:last\:-translate-y-9:last-child {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:last\:-translate-y-10:last-child {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:last\:-translate-y-11:last-child {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:last\:-translate-y-12:last-child {
    --tw-translate-y: -3rem;
  }

  .\32xl\:last\:-translate-y-14:last-child {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:last\:-translate-y-16:last-child {
    --tw-translate-y: -4rem;
  }

  .\32xl\:last\:-translate-y-20:last-child {
    --tw-translate-y: -5rem;
  }

  .\32xl\:last\:-translate-y-24:last-child {
    --tw-translate-y: -6rem;
  }

  .\32xl\:last\:-translate-y-28:last-child {
    --tw-translate-y: -7rem;
  }

  .\32xl\:last\:-translate-y-32:last-child {
    --tw-translate-y: -8rem;
  }

  .\32xl\:last\:-translate-y-36:last-child {
    --tw-translate-y: -9rem;
  }

  .\32xl\:last\:-translate-y-40:last-child {
    --tw-translate-y: -10rem;
  }

  .\32xl\:last\:-translate-y-44:last-child {
    --tw-translate-y: -11rem;
  }

  .\32xl\:last\:-translate-y-48:last-child {
    --tw-translate-y: -12rem;
  }

  .\32xl\:last\:-translate-y-52:last-child {
    --tw-translate-y: -13rem;
  }

  .\32xl\:last\:-translate-y-56:last-child {
    --tw-translate-y: -14rem;
  }

  .\32xl\:last\:-translate-y-60:last-child {
    --tw-translate-y: -15rem;
  }

  .\32xl\:last\:-translate-y-64:last-child {
    --tw-translate-y: -16rem;
  }

  .\32xl\:last\:-translate-y-72:last-child {
    --tw-translate-y: -18rem;
  }

  .\32xl\:last\:-translate-y-80:last-child {
    --tw-translate-y: -20rem;
  }

  .\32xl\:last\:-translate-y-96:last-child {
    --tw-translate-y: -24rem;
  }

  .\32xl\:last\:-translate-y-px:last-child {
    --tw-translate-y: -1px;
  }

  .\32xl\:last\:-translate-y-0\.5:last-child {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:last\:-translate-y-1\.5:last-child {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:last\:-translate-y-2\.5:last-child {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:last\:-translate-y-3\.5:last-child {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:last\:translate-y-1\/2:last-child {
    --tw-translate-y: 50%;
  }

  .\32xl\:last\:translate-y-1\/3:last-child {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:last\:translate-y-2\/3:last-child {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:last\:translate-y-1\/4:last-child {
    --tw-translate-y: 25%;
  }

  .\32xl\:last\:translate-y-2\/4:last-child {
    --tw-translate-y: 50%;
  }

  .\32xl\:last\:translate-y-3\/4:last-child {
    --tw-translate-y: 75%;
  }

  .\32xl\:last\:translate-y-full:last-child {
    --tw-translate-y: 100%;
  }

  .\32xl\:last\:-translate-y-1\/2:last-child {
    --tw-translate-y: -50%;
  }

  .\32xl\:last\:-translate-y-1\/3:last-child {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:last\:-translate-y-2\/3:last-child {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:last\:-translate-y-1\/4:last-child {
    --tw-translate-y: -25%;
  }

  .\32xl\:last\:-translate-y-2\/4:last-child {
    --tw-translate-y: -50%;
  }

  .\32xl\:last\:-translate-y-3\/4:last-child {
    --tw-translate-y: -75%;
  }

  .\32xl\:last\:-translate-y-full:last-child {
    --tw-translate-y: -100%;
  }

  .\32xl\:odd\:translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .\32xl\:odd\:translate-x-1:nth-child(odd) {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:odd\:translate-x-2:nth-child(odd) {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:odd\:translate-x-3:nth-child(odd) {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:odd\:translate-x-4:nth-child(odd) {
    --tw-translate-x: 1rem;
  }

  .\32xl\:odd\:translate-x-5:nth-child(odd) {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:odd\:translate-x-6:nth-child(odd) {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:odd\:translate-x-7:nth-child(odd) {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:odd\:translate-x-8:nth-child(odd) {
    --tw-translate-x: 2rem;
  }

  .\32xl\:odd\:translate-x-9:nth-child(odd) {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:odd\:translate-x-10:nth-child(odd) {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:odd\:translate-x-11:nth-child(odd) {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:odd\:translate-x-12:nth-child(odd) {
    --tw-translate-x: 3rem;
  }

  .\32xl\:odd\:translate-x-14:nth-child(odd) {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:odd\:translate-x-16:nth-child(odd) {
    --tw-translate-x: 4rem;
  }

  .\32xl\:odd\:translate-x-20:nth-child(odd) {
    --tw-translate-x: 5rem;
  }

  .\32xl\:odd\:translate-x-24:nth-child(odd) {
    --tw-translate-x: 6rem;
  }

  .\32xl\:odd\:translate-x-28:nth-child(odd) {
    --tw-translate-x: 7rem;
  }

  .\32xl\:odd\:translate-x-32:nth-child(odd) {
    --tw-translate-x: 8rem;
  }

  .\32xl\:odd\:translate-x-36:nth-child(odd) {
    --tw-translate-x: 9rem;
  }

  .\32xl\:odd\:translate-x-40:nth-child(odd) {
    --tw-translate-x: 10rem;
  }

  .\32xl\:odd\:translate-x-44:nth-child(odd) {
    --tw-translate-x: 11rem;
  }

  .\32xl\:odd\:translate-x-48:nth-child(odd) {
    --tw-translate-x: 12rem;
  }

  .\32xl\:odd\:translate-x-52:nth-child(odd) {
    --tw-translate-x: 13rem;
  }

  .\32xl\:odd\:translate-x-56:nth-child(odd) {
    --tw-translate-x: 14rem;
  }

  .\32xl\:odd\:translate-x-60:nth-child(odd) {
    --tw-translate-x: 15rem;
  }

  .\32xl\:odd\:translate-x-64:nth-child(odd) {
    --tw-translate-x: 16rem;
  }

  .\32xl\:odd\:translate-x-72:nth-child(odd) {
    --tw-translate-x: 18rem;
  }

  .\32xl\:odd\:translate-x-80:nth-child(odd) {
    --tw-translate-x: 20rem;
  }

  .\32xl\:odd\:translate-x-96:nth-child(odd) {
    --tw-translate-x: 24rem;
  }

  .\32xl\:odd\:translate-x-px:nth-child(odd) {
    --tw-translate-x: 1px;
  }

  .\32xl\:odd\:translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:odd\:translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:odd\:translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:odd\:translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:odd\:-translate-x-0:nth-child(odd) {
    --tw-translate-x: 0px;
  }

  .\32xl\:odd\:-translate-x-1:nth-child(odd) {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:odd\:-translate-x-2:nth-child(odd) {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:odd\:-translate-x-3:nth-child(odd) {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:odd\:-translate-x-4:nth-child(odd) {
    --tw-translate-x: -1rem;
  }

  .\32xl\:odd\:-translate-x-5:nth-child(odd) {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:odd\:-translate-x-6:nth-child(odd) {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:odd\:-translate-x-7:nth-child(odd) {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:odd\:-translate-x-8:nth-child(odd) {
    --tw-translate-x: -2rem;
  }

  .\32xl\:odd\:-translate-x-9:nth-child(odd) {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:odd\:-translate-x-10:nth-child(odd) {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:odd\:-translate-x-11:nth-child(odd) {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:odd\:-translate-x-12:nth-child(odd) {
    --tw-translate-x: -3rem;
  }

  .\32xl\:odd\:-translate-x-14:nth-child(odd) {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:odd\:-translate-x-16:nth-child(odd) {
    --tw-translate-x: -4rem;
  }

  .\32xl\:odd\:-translate-x-20:nth-child(odd) {
    --tw-translate-x: -5rem;
  }

  .\32xl\:odd\:-translate-x-24:nth-child(odd) {
    --tw-translate-x: -6rem;
  }

  .\32xl\:odd\:-translate-x-28:nth-child(odd) {
    --tw-translate-x: -7rem;
  }

  .\32xl\:odd\:-translate-x-32:nth-child(odd) {
    --tw-translate-x: -8rem;
  }

  .\32xl\:odd\:-translate-x-36:nth-child(odd) {
    --tw-translate-x: -9rem;
  }

  .\32xl\:odd\:-translate-x-40:nth-child(odd) {
    --tw-translate-x: -10rem;
  }

  .\32xl\:odd\:-translate-x-44:nth-child(odd) {
    --tw-translate-x: -11rem;
  }

  .\32xl\:odd\:-translate-x-48:nth-child(odd) {
    --tw-translate-x: -12rem;
  }

  .\32xl\:odd\:-translate-x-52:nth-child(odd) {
    --tw-translate-x: -13rem;
  }

  .\32xl\:odd\:-translate-x-56:nth-child(odd) {
    --tw-translate-x: -14rem;
  }

  .\32xl\:odd\:-translate-x-60:nth-child(odd) {
    --tw-translate-x: -15rem;
  }

  .\32xl\:odd\:-translate-x-64:nth-child(odd) {
    --tw-translate-x: -16rem;
  }

  .\32xl\:odd\:-translate-x-72:nth-child(odd) {
    --tw-translate-x: -18rem;
  }

  .\32xl\:odd\:-translate-x-80:nth-child(odd) {
    --tw-translate-x: -20rem;
  }

  .\32xl\:odd\:-translate-x-96:nth-child(odd) {
    --tw-translate-x: -24rem;
  }

  .\32xl\:odd\:-translate-x-px:nth-child(odd) {
    --tw-translate-x: -1px;
  }

  .\32xl\:odd\:-translate-x-0\.5:nth-child(odd) {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:odd\:-translate-x-1\.5:nth-child(odd) {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:odd\:-translate-x-2\.5:nth-child(odd) {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:odd\:-translate-x-3\.5:nth-child(odd) {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:odd\:translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .\32xl\:odd\:translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:odd\:translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:odd\:translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: 25%;
  }

  .\32xl\:odd\:translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: 50%;
  }

  .\32xl\:odd\:translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: 75%;
  }

  .\32xl\:odd\:translate-x-full:nth-child(odd) {
    --tw-translate-x: 100%;
  }

  .\32xl\:odd\:-translate-x-1\/2:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .\32xl\:odd\:-translate-x-1\/3:nth-child(odd) {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:odd\:-translate-x-2\/3:nth-child(odd) {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:odd\:-translate-x-1\/4:nth-child(odd) {
    --tw-translate-x: -25%;
  }

  .\32xl\:odd\:-translate-x-2\/4:nth-child(odd) {
    --tw-translate-x: -50%;
  }

  .\32xl\:odd\:-translate-x-3\/4:nth-child(odd) {
    --tw-translate-x: -75%;
  }

  .\32xl\:odd\:-translate-x-full:nth-child(odd) {
    --tw-translate-x: -100%;
  }

  .\32xl\:odd\:translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .\32xl\:odd\:translate-y-1:nth-child(odd) {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:odd\:translate-y-2:nth-child(odd) {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:odd\:translate-y-3:nth-child(odd) {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:odd\:translate-y-4:nth-child(odd) {
    --tw-translate-y: 1rem;
  }

  .\32xl\:odd\:translate-y-5:nth-child(odd) {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:odd\:translate-y-6:nth-child(odd) {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:odd\:translate-y-7:nth-child(odd) {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:odd\:translate-y-8:nth-child(odd) {
    --tw-translate-y: 2rem;
  }

  .\32xl\:odd\:translate-y-9:nth-child(odd) {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:odd\:translate-y-10:nth-child(odd) {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:odd\:translate-y-11:nth-child(odd) {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:odd\:translate-y-12:nth-child(odd) {
    --tw-translate-y: 3rem;
  }

  .\32xl\:odd\:translate-y-14:nth-child(odd) {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:odd\:translate-y-16:nth-child(odd) {
    --tw-translate-y: 4rem;
  }

  .\32xl\:odd\:translate-y-20:nth-child(odd) {
    --tw-translate-y: 5rem;
  }

  .\32xl\:odd\:translate-y-24:nth-child(odd) {
    --tw-translate-y: 6rem;
  }

  .\32xl\:odd\:translate-y-28:nth-child(odd) {
    --tw-translate-y: 7rem;
  }

  .\32xl\:odd\:translate-y-32:nth-child(odd) {
    --tw-translate-y: 8rem;
  }

  .\32xl\:odd\:translate-y-36:nth-child(odd) {
    --tw-translate-y: 9rem;
  }

  .\32xl\:odd\:translate-y-40:nth-child(odd) {
    --tw-translate-y: 10rem;
  }

  .\32xl\:odd\:translate-y-44:nth-child(odd) {
    --tw-translate-y: 11rem;
  }

  .\32xl\:odd\:translate-y-48:nth-child(odd) {
    --tw-translate-y: 12rem;
  }

  .\32xl\:odd\:translate-y-52:nth-child(odd) {
    --tw-translate-y: 13rem;
  }

  .\32xl\:odd\:translate-y-56:nth-child(odd) {
    --tw-translate-y: 14rem;
  }

  .\32xl\:odd\:translate-y-60:nth-child(odd) {
    --tw-translate-y: 15rem;
  }

  .\32xl\:odd\:translate-y-64:nth-child(odd) {
    --tw-translate-y: 16rem;
  }

  .\32xl\:odd\:translate-y-72:nth-child(odd) {
    --tw-translate-y: 18rem;
  }

  .\32xl\:odd\:translate-y-80:nth-child(odd) {
    --tw-translate-y: 20rem;
  }

  .\32xl\:odd\:translate-y-96:nth-child(odd) {
    --tw-translate-y: 24rem;
  }

  .\32xl\:odd\:translate-y-px:nth-child(odd) {
    --tw-translate-y: 1px;
  }

  .\32xl\:odd\:translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:odd\:translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:odd\:translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:odd\:translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:odd\:-translate-y-0:nth-child(odd) {
    --tw-translate-y: 0px;
  }

  .\32xl\:odd\:-translate-y-1:nth-child(odd) {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:odd\:-translate-y-2:nth-child(odd) {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:odd\:-translate-y-3:nth-child(odd) {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:odd\:-translate-y-4:nth-child(odd) {
    --tw-translate-y: -1rem;
  }

  .\32xl\:odd\:-translate-y-5:nth-child(odd) {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:odd\:-translate-y-6:nth-child(odd) {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:odd\:-translate-y-7:nth-child(odd) {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:odd\:-translate-y-8:nth-child(odd) {
    --tw-translate-y: -2rem;
  }

  .\32xl\:odd\:-translate-y-9:nth-child(odd) {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:odd\:-translate-y-10:nth-child(odd) {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:odd\:-translate-y-11:nth-child(odd) {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:odd\:-translate-y-12:nth-child(odd) {
    --tw-translate-y: -3rem;
  }

  .\32xl\:odd\:-translate-y-14:nth-child(odd) {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:odd\:-translate-y-16:nth-child(odd) {
    --tw-translate-y: -4rem;
  }

  .\32xl\:odd\:-translate-y-20:nth-child(odd) {
    --tw-translate-y: -5rem;
  }

  .\32xl\:odd\:-translate-y-24:nth-child(odd) {
    --tw-translate-y: -6rem;
  }

  .\32xl\:odd\:-translate-y-28:nth-child(odd) {
    --tw-translate-y: -7rem;
  }

  .\32xl\:odd\:-translate-y-32:nth-child(odd) {
    --tw-translate-y: -8rem;
  }

  .\32xl\:odd\:-translate-y-36:nth-child(odd) {
    --tw-translate-y: -9rem;
  }

  .\32xl\:odd\:-translate-y-40:nth-child(odd) {
    --tw-translate-y: -10rem;
  }

  .\32xl\:odd\:-translate-y-44:nth-child(odd) {
    --tw-translate-y: -11rem;
  }

  .\32xl\:odd\:-translate-y-48:nth-child(odd) {
    --tw-translate-y: -12rem;
  }

  .\32xl\:odd\:-translate-y-52:nth-child(odd) {
    --tw-translate-y: -13rem;
  }

  .\32xl\:odd\:-translate-y-56:nth-child(odd) {
    --tw-translate-y: -14rem;
  }

  .\32xl\:odd\:-translate-y-60:nth-child(odd) {
    --tw-translate-y: -15rem;
  }

  .\32xl\:odd\:-translate-y-64:nth-child(odd) {
    --tw-translate-y: -16rem;
  }

  .\32xl\:odd\:-translate-y-72:nth-child(odd) {
    --tw-translate-y: -18rem;
  }

  .\32xl\:odd\:-translate-y-80:nth-child(odd) {
    --tw-translate-y: -20rem;
  }

  .\32xl\:odd\:-translate-y-96:nth-child(odd) {
    --tw-translate-y: -24rem;
  }

  .\32xl\:odd\:-translate-y-px:nth-child(odd) {
    --tw-translate-y: -1px;
  }

  .\32xl\:odd\:-translate-y-0\.5:nth-child(odd) {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:odd\:-translate-y-1\.5:nth-child(odd) {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:odd\:-translate-y-2\.5:nth-child(odd) {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:odd\:-translate-y-3\.5:nth-child(odd) {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:odd\:translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .\32xl\:odd\:translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:odd\:translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:odd\:translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: 25%;
  }

  .\32xl\:odd\:translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: 50%;
  }

  .\32xl\:odd\:translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: 75%;
  }

  .\32xl\:odd\:translate-y-full:nth-child(odd) {
    --tw-translate-y: 100%;
  }

  .\32xl\:odd\:-translate-y-1\/2:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .\32xl\:odd\:-translate-y-1\/3:nth-child(odd) {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:odd\:-translate-y-2\/3:nth-child(odd) {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:odd\:-translate-y-1\/4:nth-child(odd) {
    --tw-translate-y: -25%;
  }

  .\32xl\:odd\:-translate-y-2\/4:nth-child(odd) {
    --tw-translate-y: -50%;
  }

  .\32xl\:odd\:-translate-y-3\/4:nth-child(odd) {
    --tw-translate-y: -75%;
  }

  .\32xl\:odd\:-translate-y-full:nth-child(odd) {
    --tw-translate-y: -100%;
  }

  .\32xl\:even\:translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .\32xl\:even\:translate-x-1:nth-child(even) {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:even\:translate-x-2:nth-child(even) {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:even\:translate-x-3:nth-child(even) {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:even\:translate-x-4:nth-child(even) {
    --tw-translate-x: 1rem;
  }

  .\32xl\:even\:translate-x-5:nth-child(even) {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:even\:translate-x-6:nth-child(even) {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:even\:translate-x-7:nth-child(even) {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:even\:translate-x-8:nth-child(even) {
    --tw-translate-x: 2rem;
  }

  .\32xl\:even\:translate-x-9:nth-child(even) {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:even\:translate-x-10:nth-child(even) {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:even\:translate-x-11:nth-child(even) {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:even\:translate-x-12:nth-child(even) {
    --tw-translate-x: 3rem;
  }

  .\32xl\:even\:translate-x-14:nth-child(even) {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:even\:translate-x-16:nth-child(even) {
    --tw-translate-x: 4rem;
  }

  .\32xl\:even\:translate-x-20:nth-child(even) {
    --tw-translate-x: 5rem;
  }

  .\32xl\:even\:translate-x-24:nth-child(even) {
    --tw-translate-x: 6rem;
  }

  .\32xl\:even\:translate-x-28:nth-child(even) {
    --tw-translate-x: 7rem;
  }

  .\32xl\:even\:translate-x-32:nth-child(even) {
    --tw-translate-x: 8rem;
  }

  .\32xl\:even\:translate-x-36:nth-child(even) {
    --tw-translate-x: 9rem;
  }

  .\32xl\:even\:translate-x-40:nth-child(even) {
    --tw-translate-x: 10rem;
  }

  .\32xl\:even\:translate-x-44:nth-child(even) {
    --tw-translate-x: 11rem;
  }

  .\32xl\:even\:translate-x-48:nth-child(even) {
    --tw-translate-x: 12rem;
  }

  .\32xl\:even\:translate-x-52:nth-child(even) {
    --tw-translate-x: 13rem;
  }

  .\32xl\:even\:translate-x-56:nth-child(even) {
    --tw-translate-x: 14rem;
  }

  .\32xl\:even\:translate-x-60:nth-child(even) {
    --tw-translate-x: 15rem;
  }

  .\32xl\:even\:translate-x-64:nth-child(even) {
    --tw-translate-x: 16rem;
  }

  .\32xl\:even\:translate-x-72:nth-child(even) {
    --tw-translate-x: 18rem;
  }

  .\32xl\:even\:translate-x-80:nth-child(even) {
    --tw-translate-x: 20rem;
  }

  .\32xl\:even\:translate-x-96:nth-child(even) {
    --tw-translate-x: 24rem;
  }

  .\32xl\:even\:translate-x-px:nth-child(even) {
    --tw-translate-x: 1px;
  }

  .\32xl\:even\:translate-x-0\.5:nth-child(even) {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:even\:translate-x-1\.5:nth-child(even) {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:even\:translate-x-2\.5:nth-child(even) {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:even\:translate-x-3\.5:nth-child(even) {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:even\:-translate-x-0:nth-child(even) {
    --tw-translate-x: 0px;
  }

  .\32xl\:even\:-translate-x-1:nth-child(even) {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:even\:-translate-x-2:nth-child(even) {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:even\:-translate-x-3:nth-child(even) {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:even\:-translate-x-4:nth-child(even) {
    --tw-translate-x: -1rem;
  }

  .\32xl\:even\:-translate-x-5:nth-child(even) {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:even\:-translate-x-6:nth-child(even) {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:even\:-translate-x-7:nth-child(even) {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:even\:-translate-x-8:nth-child(even) {
    --tw-translate-x: -2rem;
  }

  .\32xl\:even\:-translate-x-9:nth-child(even) {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:even\:-translate-x-10:nth-child(even) {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:even\:-translate-x-11:nth-child(even) {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:even\:-translate-x-12:nth-child(even) {
    --tw-translate-x: -3rem;
  }

  .\32xl\:even\:-translate-x-14:nth-child(even) {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:even\:-translate-x-16:nth-child(even) {
    --tw-translate-x: -4rem;
  }

  .\32xl\:even\:-translate-x-20:nth-child(even) {
    --tw-translate-x: -5rem;
  }

  .\32xl\:even\:-translate-x-24:nth-child(even) {
    --tw-translate-x: -6rem;
  }

  .\32xl\:even\:-translate-x-28:nth-child(even) {
    --tw-translate-x: -7rem;
  }

  .\32xl\:even\:-translate-x-32:nth-child(even) {
    --tw-translate-x: -8rem;
  }

  .\32xl\:even\:-translate-x-36:nth-child(even) {
    --tw-translate-x: -9rem;
  }

  .\32xl\:even\:-translate-x-40:nth-child(even) {
    --tw-translate-x: -10rem;
  }

  .\32xl\:even\:-translate-x-44:nth-child(even) {
    --tw-translate-x: -11rem;
  }

  .\32xl\:even\:-translate-x-48:nth-child(even) {
    --tw-translate-x: -12rem;
  }

  .\32xl\:even\:-translate-x-52:nth-child(even) {
    --tw-translate-x: -13rem;
  }

  .\32xl\:even\:-translate-x-56:nth-child(even) {
    --tw-translate-x: -14rem;
  }

  .\32xl\:even\:-translate-x-60:nth-child(even) {
    --tw-translate-x: -15rem;
  }

  .\32xl\:even\:-translate-x-64:nth-child(even) {
    --tw-translate-x: -16rem;
  }

  .\32xl\:even\:-translate-x-72:nth-child(even) {
    --tw-translate-x: -18rem;
  }

  .\32xl\:even\:-translate-x-80:nth-child(even) {
    --tw-translate-x: -20rem;
  }

  .\32xl\:even\:-translate-x-96:nth-child(even) {
    --tw-translate-x: -24rem;
  }

  .\32xl\:even\:-translate-x-px:nth-child(even) {
    --tw-translate-x: -1px;
  }

  .\32xl\:even\:-translate-x-0\.5:nth-child(even) {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:even\:-translate-x-1\.5:nth-child(even) {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:even\:-translate-x-2\.5:nth-child(even) {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:even\:-translate-x-3\.5:nth-child(even) {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:even\:translate-x-1\/2:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .\32xl\:even\:translate-x-1\/3:nth-child(even) {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:even\:translate-x-2\/3:nth-child(even) {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:even\:translate-x-1\/4:nth-child(even) {
    --tw-translate-x: 25%;
  }

  .\32xl\:even\:translate-x-2\/4:nth-child(even) {
    --tw-translate-x: 50%;
  }

  .\32xl\:even\:translate-x-3\/4:nth-child(even) {
    --tw-translate-x: 75%;
  }

  .\32xl\:even\:translate-x-full:nth-child(even) {
    --tw-translate-x: 100%;
  }

  .\32xl\:even\:-translate-x-1\/2:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .\32xl\:even\:-translate-x-1\/3:nth-child(even) {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:even\:-translate-x-2\/3:nth-child(even) {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:even\:-translate-x-1\/4:nth-child(even) {
    --tw-translate-x: -25%;
  }

  .\32xl\:even\:-translate-x-2\/4:nth-child(even) {
    --tw-translate-x: -50%;
  }

  .\32xl\:even\:-translate-x-3\/4:nth-child(even) {
    --tw-translate-x: -75%;
  }

  .\32xl\:even\:-translate-x-full:nth-child(even) {
    --tw-translate-x: -100%;
  }

  .\32xl\:even\:translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .\32xl\:even\:translate-y-1:nth-child(even) {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:even\:translate-y-2:nth-child(even) {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:even\:translate-y-3:nth-child(even) {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:even\:translate-y-4:nth-child(even) {
    --tw-translate-y: 1rem;
  }

  .\32xl\:even\:translate-y-5:nth-child(even) {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:even\:translate-y-6:nth-child(even) {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:even\:translate-y-7:nth-child(even) {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:even\:translate-y-8:nth-child(even) {
    --tw-translate-y: 2rem;
  }

  .\32xl\:even\:translate-y-9:nth-child(even) {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:even\:translate-y-10:nth-child(even) {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:even\:translate-y-11:nth-child(even) {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:even\:translate-y-12:nth-child(even) {
    --tw-translate-y: 3rem;
  }

  .\32xl\:even\:translate-y-14:nth-child(even) {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:even\:translate-y-16:nth-child(even) {
    --tw-translate-y: 4rem;
  }

  .\32xl\:even\:translate-y-20:nth-child(even) {
    --tw-translate-y: 5rem;
  }

  .\32xl\:even\:translate-y-24:nth-child(even) {
    --tw-translate-y: 6rem;
  }

  .\32xl\:even\:translate-y-28:nth-child(even) {
    --tw-translate-y: 7rem;
  }

  .\32xl\:even\:translate-y-32:nth-child(even) {
    --tw-translate-y: 8rem;
  }

  .\32xl\:even\:translate-y-36:nth-child(even) {
    --tw-translate-y: 9rem;
  }

  .\32xl\:even\:translate-y-40:nth-child(even) {
    --tw-translate-y: 10rem;
  }

  .\32xl\:even\:translate-y-44:nth-child(even) {
    --tw-translate-y: 11rem;
  }

  .\32xl\:even\:translate-y-48:nth-child(even) {
    --tw-translate-y: 12rem;
  }

  .\32xl\:even\:translate-y-52:nth-child(even) {
    --tw-translate-y: 13rem;
  }

  .\32xl\:even\:translate-y-56:nth-child(even) {
    --tw-translate-y: 14rem;
  }

  .\32xl\:even\:translate-y-60:nth-child(even) {
    --tw-translate-y: 15rem;
  }

  .\32xl\:even\:translate-y-64:nth-child(even) {
    --tw-translate-y: 16rem;
  }

  .\32xl\:even\:translate-y-72:nth-child(even) {
    --tw-translate-y: 18rem;
  }

  .\32xl\:even\:translate-y-80:nth-child(even) {
    --tw-translate-y: 20rem;
  }

  .\32xl\:even\:translate-y-96:nth-child(even) {
    --tw-translate-y: 24rem;
  }

  .\32xl\:even\:translate-y-px:nth-child(even) {
    --tw-translate-y: 1px;
  }

  .\32xl\:even\:translate-y-0\.5:nth-child(even) {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:even\:translate-y-1\.5:nth-child(even) {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:even\:translate-y-2\.5:nth-child(even) {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:even\:translate-y-3\.5:nth-child(even) {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:even\:-translate-y-0:nth-child(even) {
    --tw-translate-y: 0px;
  }

  .\32xl\:even\:-translate-y-1:nth-child(even) {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:even\:-translate-y-2:nth-child(even) {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:even\:-translate-y-3:nth-child(even) {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:even\:-translate-y-4:nth-child(even) {
    --tw-translate-y: -1rem;
  }

  .\32xl\:even\:-translate-y-5:nth-child(even) {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:even\:-translate-y-6:nth-child(even) {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:even\:-translate-y-7:nth-child(even) {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:even\:-translate-y-8:nth-child(even) {
    --tw-translate-y: -2rem;
  }

  .\32xl\:even\:-translate-y-9:nth-child(even) {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:even\:-translate-y-10:nth-child(even) {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:even\:-translate-y-11:nth-child(even) {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:even\:-translate-y-12:nth-child(even) {
    --tw-translate-y: -3rem;
  }

  .\32xl\:even\:-translate-y-14:nth-child(even) {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:even\:-translate-y-16:nth-child(even) {
    --tw-translate-y: -4rem;
  }

  .\32xl\:even\:-translate-y-20:nth-child(even) {
    --tw-translate-y: -5rem;
  }

  .\32xl\:even\:-translate-y-24:nth-child(even) {
    --tw-translate-y: -6rem;
  }

  .\32xl\:even\:-translate-y-28:nth-child(even) {
    --tw-translate-y: -7rem;
  }

  .\32xl\:even\:-translate-y-32:nth-child(even) {
    --tw-translate-y: -8rem;
  }

  .\32xl\:even\:-translate-y-36:nth-child(even) {
    --tw-translate-y: -9rem;
  }

  .\32xl\:even\:-translate-y-40:nth-child(even) {
    --tw-translate-y: -10rem;
  }

  .\32xl\:even\:-translate-y-44:nth-child(even) {
    --tw-translate-y: -11rem;
  }

  .\32xl\:even\:-translate-y-48:nth-child(even) {
    --tw-translate-y: -12rem;
  }

  .\32xl\:even\:-translate-y-52:nth-child(even) {
    --tw-translate-y: -13rem;
  }

  .\32xl\:even\:-translate-y-56:nth-child(even) {
    --tw-translate-y: -14rem;
  }

  .\32xl\:even\:-translate-y-60:nth-child(even) {
    --tw-translate-y: -15rem;
  }

  .\32xl\:even\:-translate-y-64:nth-child(even) {
    --tw-translate-y: -16rem;
  }

  .\32xl\:even\:-translate-y-72:nth-child(even) {
    --tw-translate-y: -18rem;
  }

  .\32xl\:even\:-translate-y-80:nth-child(even) {
    --tw-translate-y: -20rem;
  }

  .\32xl\:even\:-translate-y-96:nth-child(even) {
    --tw-translate-y: -24rem;
  }

  .\32xl\:even\:-translate-y-px:nth-child(even) {
    --tw-translate-y: -1px;
  }

  .\32xl\:even\:-translate-y-0\.5:nth-child(even) {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:even\:-translate-y-1\.5:nth-child(even) {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:even\:-translate-y-2\.5:nth-child(even) {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:even\:-translate-y-3\.5:nth-child(even) {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:even\:translate-y-1\/2:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .\32xl\:even\:translate-y-1\/3:nth-child(even) {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:even\:translate-y-2\/3:nth-child(even) {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:even\:translate-y-1\/4:nth-child(even) {
    --tw-translate-y: 25%;
  }

  .\32xl\:even\:translate-y-2\/4:nth-child(even) {
    --tw-translate-y: 50%;
  }

  .\32xl\:even\:translate-y-3\/4:nth-child(even) {
    --tw-translate-y: 75%;
  }

  .\32xl\:even\:translate-y-full:nth-child(even) {
    --tw-translate-y: 100%;
  }

  .\32xl\:even\:-translate-y-1\/2:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .\32xl\:even\:-translate-y-1\/3:nth-child(even) {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:even\:-translate-y-2\/3:nth-child(even) {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:even\:-translate-y-1\/4:nth-child(even) {
    --tw-translate-y: -25%;
  }

  .\32xl\:even\:-translate-y-2\/4:nth-child(even) {
    --tw-translate-y: -50%;
  }

  .\32xl\:even\:-translate-y-3\/4:nth-child(even) {
    --tw-translate-y: -75%;
  }

  .\32xl\:even\:-translate-y-full:nth-child(even) {
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .\32xl\:active\:translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .\32xl\:active\:translate-x-1:active {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:active\:translate-x-2:active {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:active\:translate-x-3:active {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:active\:translate-x-4:active {
    --tw-translate-x: 1rem;
  }

  .\32xl\:active\:translate-x-5:active {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:active\:translate-x-6:active {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:active\:translate-x-7:active {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:active\:translate-x-8:active {
    --tw-translate-x: 2rem;
  }

  .\32xl\:active\:translate-x-9:active {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:active\:translate-x-10:active {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:active\:translate-x-11:active {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:active\:translate-x-12:active {
    --tw-translate-x: 3rem;
  }

  .\32xl\:active\:translate-x-14:active {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:active\:translate-x-16:active {
    --tw-translate-x: 4rem;
  }

  .\32xl\:active\:translate-x-20:active {
    --tw-translate-x: 5rem;
  }

  .\32xl\:active\:translate-x-24:active {
    --tw-translate-x: 6rem;
  }

  .\32xl\:active\:translate-x-28:active {
    --tw-translate-x: 7rem;
  }

  .\32xl\:active\:translate-x-32:active {
    --tw-translate-x: 8rem;
  }

  .\32xl\:active\:translate-x-36:active {
    --tw-translate-x: 9rem;
  }

  .\32xl\:active\:translate-x-40:active {
    --tw-translate-x: 10rem;
  }

  .\32xl\:active\:translate-x-44:active {
    --tw-translate-x: 11rem;
  }

  .\32xl\:active\:translate-x-48:active {
    --tw-translate-x: 12rem;
  }

  .\32xl\:active\:translate-x-52:active {
    --tw-translate-x: 13rem;
  }

  .\32xl\:active\:translate-x-56:active {
    --tw-translate-x: 14rem;
  }

  .\32xl\:active\:translate-x-60:active {
    --tw-translate-x: 15rem;
  }

  .\32xl\:active\:translate-x-64:active {
    --tw-translate-x: 16rem;
  }

  .\32xl\:active\:translate-x-72:active {
    --tw-translate-x: 18rem;
  }

  .\32xl\:active\:translate-x-80:active {
    --tw-translate-x: 20rem;
  }

  .\32xl\:active\:translate-x-96:active {
    --tw-translate-x: 24rem;
  }

  .\32xl\:active\:translate-x-px:active {
    --tw-translate-x: 1px;
  }

  .\32xl\:active\:translate-x-0\.5:active {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:active\:translate-x-1\.5:active {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:active\:translate-x-2\.5:active {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:active\:translate-x-3\.5:active {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:active\:-translate-x-0:active {
    --tw-translate-x: 0px;
  }

  .\32xl\:active\:-translate-x-1:active {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:active\:-translate-x-2:active {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:active\:-translate-x-3:active {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:active\:-translate-x-4:active {
    --tw-translate-x: -1rem;
  }

  .\32xl\:active\:-translate-x-5:active {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:active\:-translate-x-6:active {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:active\:-translate-x-7:active {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:active\:-translate-x-8:active {
    --tw-translate-x: -2rem;
  }

  .\32xl\:active\:-translate-x-9:active {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:active\:-translate-x-10:active {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:active\:-translate-x-11:active {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:active\:-translate-x-12:active {
    --tw-translate-x: -3rem;
  }

  .\32xl\:active\:-translate-x-14:active {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:active\:-translate-x-16:active {
    --tw-translate-x: -4rem;
  }

  .\32xl\:active\:-translate-x-20:active {
    --tw-translate-x: -5rem;
  }

  .\32xl\:active\:-translate-x-24:active {
    --tw-translate-x: -6rem;
  }

  .\32xl\:active\:-translate-x-28:active {
    --tw-translate-x: -7rem;
  }

  .\32xl\:active\:-translate-x-32:active {
    --tw-translate-x: -8rem;
  }

  .\32xl\:active\:-translate-x-36:active {
    --tw-translate-x: -9rem;
  }

  .\32xl\:active\:-translate-x-40:active {
    --tw-translate-x: -10rem;
  }

  .\32xl\:active\:-translate-x-44:active {
    --tw-translate-x: -11rem;
  }

  .\32xl\:active\:-translate-x-48:active {
    --tw-translate-x: -12rem;
  }

  .\32xl\:active\:-translate-x-52:active {
    --tw-translate-x: -13rem;
  }

  .\32xl\:active\:-translate-x-56:active {
    --tw-translate-x: -14rem;
  }

  .\32xl\:active\:-translate-x-60:active {
    --tw-translate-x: -15rem;
  }

  .\32xl\:active\:-translate-x-64:active {
    --tw-translate-x: -16rem;
  }

  .\32xl\:active\:-translate-x-72:active {
    --tw-translate-x: -18rem;
  }

  .\32xl\:active\:-translate-x-80:active {
    --tw-translate-x: -20rem;
  }

  .\32xl\:active\:-translate-x-96:active {
    --tw-translate-x: -24rem;
  }

  .\32xl\:active\:-translate-x-px:active {
    --tw-translate-x: -1px;
  }

  .\32xl\:active\:-translate-x-0\.5:active {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:active\:-translate-x-1\.5:active {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:active\:-translate-x-2\.5:active {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:active\:-translate-x-3\.5:active {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:active\:translate-x-1\/2:active {
    --tw-translate-x: 50%;
  }

  .\32xl\:active\:translate-x-1\/3:active {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:active\:translate-x-2\/3:active {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:active\:translate-x-1\/4:active {
    --tw-translate-x: 25%;
  }

  .\32xl\:active\:translate-x-2\/4:active {
    --tw-translate-x: 50%;
  }

  .\32xl\:active\:translate-x-3\/4:active {
    --tw-translate-x: 75%;
  }

  .\32xl\:active\:translate-x-full:active {
    --tw-translate-x: 100%;
  }

  .\32xl\:active\:-translate-x-1\/2:active {
    --tw-translate-x: -50%;
  }

  .\32xl\:active\:-translate-x-1\/3:active {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:active\:-translate-x-2\/3:active {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:active\:-translate-x-1\/4:active {
    --tw-translate-x: -25%;
  }

  .\32xl\:active\:-translate-x-2\/4:active {
    --tw-translate-x: -50%;
  }

  .\32xl\:active\:-translate-x-3\/4:active {
    --tw-translate-x: -75%;
  }

  .\32xl\:active\:-translate-x-full:active {
    --tw-translate-x: -100%;
  }

  .\32xl\:active\:translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .\32xl\:active\:translate-y-1:active {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:active\:translate-y-2:active {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:active\:translate-y-3:active {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:active\:translate-y-4:active {
    --tw-translate-y: 1rem;
  }

  .\32xl\:active\:translate-y-5:active {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:active\:translate-y-6:active {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:active\:translate-y-7:active {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:active\:translate-y-8:active {
    --tw-translate-y: 2rem;
  }

  .\32xl\:active\:translate-y-9:active {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:active\:translate-y-10:active {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:active\:translate-y-11:active {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:active\:translate-y-12:active {
    --tw-translate-y: 3rem;
  }

  .\32xl\:active\:translate-y-14:active {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:active\:translate-y-16:active {
    --tw-translate-y: 4rem;
  }

  .\32xl\:active\:translate-y-20:active {
    --tw-translate-y: 5rem;
  }

  .\32xl\:active\:translate-y-24:active {
    --tw-translate-y: 6rem;
  }

  .\32xl\:active\:translate-y-28:active {
    --tw-translate-y: 7rem;
  }

  .\32xl\:active\:translate-y-32:active {
    --tw-translate-y: 8rem;
  }

  .\32xl\:active\:translate-y-36:active {
    --tw-translate-y: 9rem;
  }

  .\32xl\:active\:translate-y-40:active {
    --tw-translate-y: 10rem;
  }

  .\32xl\:active\:translate-y-44:active {
    --tw-translate-y: 11rem;
  }

  .\32xl\:active\:translate-y-48:active {
    --tw-translate-y: 12rem;
  }

  .\32xl\:active\:translate-y-52:active {
    --tw-translate-y: 13rem;
  }

  .\32xl\:active\:translate-y-56:active {
    --tw-translate-y: 14rem;
  }

  .\32xl\:active\:translate-y-60:active {
    --tw-translate-y: 15rem;
  }

  .\32xl\:active\:translate-y-64:active {
    --tw-translate-y: 16rem;
  }

  .\32xl\:active\:translate-y-72:active {
    --tw-translate-y: 18rem;
  }

  .\32xl\:active\:translate-y-80:active {
    --tw-translate-y: 20rem;
  }

  .\32xl\:active\:translate-y-96:active {
    --tw-translate-y: 24rem;
  }

  .\32xl\:active\:translate-y-px:active {
    --tw-translate-y: 1px;
  }

  .\32xl\:active\:translate-y-0\.5:active {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:active\:translate-y-1\.5:active {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:active\:translate-y-2\.5:active {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:active\:translate-y-3\.5:active {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:active\:-translate-y-0:active {
    --tw-translate-y: 0px;
  }

  .\32xl\:active\:-translate-y-1:active {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:active\:-translate-y-2:active {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:active\:-translate-y-3:active {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:active\:-translate-y-4:active {
    --tw-translate-y: -1rem;
  }

  .\32xl\:active\:-translate-y-5:active {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:active\:-translate-y-6:active {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:active\:-translate-y-7:active {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:active\:-translate-y-8:active {
    --tw-translate-y: -2rem;
  }

  .\32xl\:active\:-translate-y-9:active {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:active\:-translate-y-10:active {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:active\:-translate-y-11:active {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:active\:-translate-y-12:active {
    --tw-translate-y: -3rem;
  }

  .\32xl\:active\:-translate-y-14:active {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:active\:-translate-y-16:active {
    --tw-translate-y: -4rem;
  }

  .\32xl\:active\:-translate-y-20:active {
    --tw-translate-y: -5rem;
  }

  .\32xl\:active\:-translate-y-24:active {
    --tw-translate-y: -6rem;
  }

  .\32xl\:active\:-translate-y-28:active {
    --tw-translate-y: -7rem;
  }

  .\32xl\:active\:-translate-y-32:active {
    --tw-translate-y: -8rem;
  }

  .\32xl\:active\:-translate-y-36:active {
    --tw-translate-y: -9rem;
  }

  .\32xl\:active\:-translate-y-40:active {
    --tw-translate-y: -10rem;
  }

  .\32xl\:active\:-translate-y-44:active {
    --tw-translate-y: -11rem;
  }

  .\32xl\:active\:-translate-y-48:active {
    --tw-translate-y: -12rem;
  }

  .\32xl\:active\:-translate-y-52:active {
    --tw-translate-y: -13rem;
  }

  .\32xl\:active\:-translate-y-56:active {
    --tw-translate-y: -14rem;
  }

  .\32xl\:active\:-translate-y-60:active {
    --tw-translate-y: -15rem;
  }

  .\32xl\:active\:-translate-y-64:active {
    --tw-translate-y: -16rem;
  }

  .\32xl\:active\:-translate-y-72:active {
    --tw-translate-y: -18rem;
  }

  .\32xl\:active\:-translate-y-80:active {
    --tw-translate-y: -20rem;
  }

  .\32xl\:active\:-translate-y-96:active {
    --tw-translate-y: -24rem;
  }

  .\32xl\:active\:-translate-y-px:active {
    --tw-translate-y: -1px;
  }

  .\32xl\:active\:-translate-y-0\.5:active {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:active\:-translate-y-1\.5:active {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:active\:-translate-y-2\.5:active {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:active\:-translate-y-3\.5:active {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:active\:translate-y-1\/2:active {
    --tw-translate-y: 50%;
  }

  .\32xl\:active\:translate-y-1\/3:active {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:active\:translate-y-2\/3:active {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:active\:translate-y-1\/4:active {
    --tw-translate-y: 25%;
  }

  .\32xl\:active\:translate-y-2\/4:active {
    --tw-translate-y: 50%;
  }

  .\32xl\:active\:translate-y-3\/4:active {
    --tw-translate-y: 75%;
  }

  .\32xl\:active\:translate-y-full:active {
    --tw-translate-y: 100%;
  }

  .\32xl\:active\:-translate-y-1\/2:active {
    --tw-translate-y: -50%;
  }

  .\32xl\:active\:-translate-y-1\/3:active {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:active\:-translate-y-2\/3:active {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:active\:-translate-y-1\/4:active {
    --tw-translate-y: -25%;
  }

  .\32xl\:active\:-translate-y-2\/4:active {
    --tw-translate-y: -50%;
  }

  .\32xl\:active\:-translate-y-3\/4:active {
    --tw-translate-y: -75%;
  }

  .\32xl\:active\:-translate-y-full:active {
    --tw-translate-y: -100%;
  }

  .\32xl\:visited\:translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .\32xl\:visited\:translate-x-1:visited {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:visited\:translate-x-2:visited {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:visited\:translate-x-3:visited {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:visited\:translate-x-4:visited {
    --tw-translate-x: 1rem;
  }

  .\32xl\:visited\:translate-x-5:visited {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:visited\:translate-x-6:visited {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:visited\:translate-x-7:visited {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:visited\:translate-x-8:visited {
    --tw-translate-x: 2rem;
  }

  .\32xl\:visited\:translate-x-9:visited {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:visited\:translate-x-10:visited {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:visited\:translate-x-11:visited {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:visited\:translate-x-12:visited {
    --tw-translate-x: 3rem;
  }

  .\32xl\:visited\:translate-x-14:visited {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:visited\:translate-x-16:visited {
    --tw-translate-x: 4rem;
  }

  .\32xl\:visited\:translate-x-20:visited {
    --tw-translate-x: 5rem;
  }

  .\32xl\:visited\:translate-x-24:visited {
    --tw-translate-x: 6rem;
  }

  .\32xl\:visited\:translate-x-28:visited {
    --tw-translate-x: 7rem;
  }

  .\32xl\:visited\:translate-x-32:visited {
    --tw-translate-x: 8rem;
  }

  .\32xl\:visited\:translate-x-36:visited {
    --tw-translate-x: 9rem;
  }

  .\32xl\:visited\:translate-x-40:visited {
    --tw-translate-x: 10rem;
  }

  .\32xl\:visited\:translate-x-44:visited {
    --tw-translate-x: 11rem;
  }

  .\32xl\:visited\:translate-x-48:visited {
    --tw-translate-x: 12rem;
  }

  .\32xl\:visited\:translate-x-52:visited {
    --tw-translate-x: 13rem;
  }

  .\32xl\:visited\:translate-x-56:visited {
    --tw-translate-x: 14rem;
  }

  .\32xl\:visited\:translate-x-60:visited {
    --tw-translate-x: 15rem;
  }

  .\32xl\:visited\:translate-x-64:visited {
    --tw-translate-x: 16rem;
  }

  .\32xl\:visited\:translate-x-72:visited {
    --tw-translate-x: 18rem;
  }

  .\32xl\:visited\:translate-x-80:visited {
    --tw-translate-x: 20rem;
  }

  .\32xl\:visited\:translate-x-96:visited {
    --tw-translate-x: 24rem;
  }

  .\32xl\:visited\:translate-x-px:visited {
    --tw-translate-x: 1px;
  }

  .\32xl\:visited\:translate-x-0\.5:visited {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:visited\:translate-x-1\.5:visited {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:visited\:translate-x-2\.5:visited {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:visited\:translate-x-3\.5:visited {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:visited\:-translate-x-0:visited {
    --tw-translate-x: 0px;
  }

  .\32xl\:visited\:-translate-x-1:visited {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:visited\:-translate-x-2:visited {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:visited\:-translate-x-3:visited {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:visited\:-translate-x-4:visited {
    --tw-translate-x: -1rem;
  }

  .\32xl\:visited\:-translate-x-5:visited {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:visited\:-translate-x-6:visited {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:visited\:-translate-x-7:visited {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:visited\:-translate-x-8:visited {
    --tw-translate-x: -2rem;
  }

  .\32xl\:visited\:-translate-x-9:visited {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:visited\:-translate-x-10:visited {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:visited\:-translate-x-11:visited {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:visited\:-translate-x-12:visited {
    --tw-translate-x: -3rem;
  }

  .\32xl\:visited\:-translate-x-14:visited {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:visited\:-translate-x-16:visited {
    --tw-translate-x: -4rem;
  }

  .\32xl\:visited\:-translate-x-20:visited {
    --tw-translate-x: -5rem;
  }

  .\32xl\:visited\:-translate-x-24:visited {
    --tw-translate-x: -6rem;
  }

  .\32xl\:visited\:-translate-x-28:visited {
    --tw-translate-x: -7rem;
  }

  .\32xl\:visited\:-translate-x-32:visited {
    --tw-translate-x: -8rem;
  }

  .\32xl\:visited\:-translate-x-36:visited {
    --tw-translate-x: -9rem;
  }

  .\32xl\:visited\:-translate-x-40:visited {
    --tw-translate-x: -10rem;
  }

  .\32xl\:visited\:-translate-x-44:visited {
    --tw-translate-x: -11rem;
  }

  .\32xl\:visited\:-translate-x-48:visited {
    --tw-translate-x: -12rem;
  }

  .\32xl\:visited\:-translate-x-52:visited {
    --tw-translate-x: -13rem;
  }

  .\32xl\:visited\:-translate-x-56:visited {
    --tw-translate-x: -14rem;
  }

  .\32xl\:visited\:-translate-x-60:visited {
    --tw-translate-x: -15rem;
  }

  .\32xl\:visited\:-translate-x-64:visited {
    --tw-translate-x: -16rem;
  }

  .\32xl\:visited\:-translate-x-72:visited {
    --tw-translate-x: -18rem;
  }

  .\32xl\:visited\:-translate-x-80:visited {
    --tw-translate-x: -20rem;
  }

  .\32xl\:visited\:-translate-x-96:visited {
    --tw-translate-x: -24rem;
  }

  .\32xl\:visited\:-translate-x-px:visited {
    --tw-translate-x: -1px;
  }

  .\32xl\:visited\:-translate-x-0\.5:visited {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:visited\:-translate-x-1\.5:visited {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:visited\:-translate-x-2\.5:visited {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:visited\:-translate-x-3\.5:visited {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:visited\:translate-x-1\/2:visited {
    --tw-translate-x: 50%;
  }

  .\32xl\:visited\:translate-x-1\/3:visited {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:visited\:translate-x-2\/3:visited {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:visited\:translate-x-1\/4:visited {
    --tw-translate-x: 25%;
  }

  .\32xl\:visited\:translate-x-2\/4:visited {
    --tw-translate-x: 50%;
  }

  .\32xl\:visited\:translate-x-3\/4:visited {
    --tw-translate-x: 75%;
  }

  .\32xl\:visited\:translate-x-full:visited {
    --tw-translate-x: 100%;
  }

  .\32xl\:visited\:-translate-x-1\/2:visited {
    --tw-translate-x: -50%;
  }

  .\32xl\:visited\:-translate-x-1\/3:visited {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:visited\:-translate-x-2\/3:visited {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:visited\:-translate-x-1\/4:visited {
    --tw-translate-x: -25%;
  }

  .\32xl\:visited\:-translate-x-2\/4:visited {
    --tw-translate-x: -50%;
  }

  .\32xl\:visited\:-translate-x-3\/4:visited {
    --tw-translate-x: -75%;
  }

  .\32xl\:visited\:-translate-x-full:visited {
    --tw-translate-x: -100%;
  }

  .\32xl\:visited\:translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .\32xl\:visited\:translate-y-1:visited {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:visited\:translate-y-2:visited {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:visited\:translate-y-3:visited {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:visited\:translate-y-4:visited {
    --tw-translate-y: 1rem;
  }

  .\32xl\:visited\:translate-y-5:visited {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:visited\:translate-y-6:visited {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:visited\:translate-y-7:visited {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:visited\:translate-y-8:visited {
    --tw-translate-y: 2rem;
  }

  .\32xl\:visited\:translate-y-9:visited {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:visited\:translate-y-10:visited {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:visited\:translate-y-11:visited {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:visited\:translate-y-12:visited {
    --tw-translate-y: 3rem;
  }

  .\32xl\:visited\:translate-y-14:visited {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:visited\:translate-y-16:visited {
    --tw-translate-y: 4rem;
  }

  .\32xl\:visited\:translate-y-20:visited {
    --tw-translate-y: 5rem;
  }

  .\32xl\:visited\:translate-y-24:visited {
    --tw-translate-y: 6rem;
  }

  .\32xl\:visited\:translate-y-28:visited {
    --tw-translate-y: 7rem;
  }

  .\32xl\:visited\:translate-y-32:visited {
    --tw-translate-y: 8rem;
  }

  .\32xl\:visited\:translate-y-36:visited {
    --tw-translate-y: 9rem;
  }

  .\32xl\:visited\:translate-y-40:visited {
    --tw-translate-y: 10rem;
  }

  .\32xl\:visited\:translate-y-44:visited {
    --tw-translate-y: 11rem;
  }

  .\32xl\:visited\:translate-y-48:visited {
    --tw-translate-y: 12rem;
  }

  .\32xl\:visited\:translate-y-52:visited {
    --tw-translate-y: 13rem;
  }

  .\32xl\:visited\:translate-y-56:visited {
    --tw-translate-y: 14rem;
  }

  .\32xl\:visited\:translate-y-60:visited {
    --tw-translate-y: 15rem;
  }

  .\32xl\:visited\:translate-y-64:visited {
    --tw-translate-y: 16rem;
  }

  .\32xl\:visited\:translate-y-72:visited {
    --tw-translate-y: 18rem;
  }

  .\32xl\:visited\:translate-y-80:visited {
    --tw-translate-y: 20rem;
  }

  .\32xl\:visited\:translate-y-96:visited {
    --tw-translate-y: 24rem;
  }

  .\32xl\:visited\:translate-y-px:visited {
    --tw-translate-y: 1px;
  }

  .\32xl\:visited\:translate-y-0\.5:visited {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:visited\:translate-y-1\.5:visited {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:visited\:translate-y-2\.5:visited {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:visited\:translate-y-3\.5:visited {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:visited\:-translate-y-0:visited {
    --tw-translate-y: 0px;
  }

  .\32xl\:visited\:-translate-y-1:visited {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:visited\:-translate-y-2:visited {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:visited\:-translate-y-3:visited {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:visited\:-translate-y-4:visited {
    --tw-translate-y: -1rem;
  }

  .\32xl\:visited\:-translate-y-5:visited {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:visited\:-translate-y-6:visited {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:visited\:-translate-y-7:visited {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:visited\:-translate-y-8:visited {
    --tw-translate-y: -2rem;
  }

  .\32xl\:visited\:-translate-y-9:visited {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:visited\:-translate-y-10:visited {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:visited\:-translate-y-11:visited {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:visited\:-translate-y-12:visited {
    --tw-translate-y: -3rem;
  }

  .\32xl\:visited\:-translate-y-14:visited {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:visited\:-translate-y-16:visited {
    --tw-translate-y: -4rem;
  }

  .\32xl\:visited\:-translate-y-20:visited {
    --tw-translate-y: -5rem;
  }

  .\32xl\:visited\:-translate-y-24:visited {
    --tw-translate-y: -6rem;
  }

  .\32xl\:visited\:-translate-y-28:visited {
    --tw-translate-y: -7rem;
  }

  .\32xl\:visited\:-translate-y-32:visited {
    --tw-translate-y: -8rem;
  }

  .\32xl\:visited\:-translate-y-36:visited {
    --tw-translate-y: -9rem;
  }

  .\32xl\:visited\:-translate-y-40:visited {
    --tw-translate-y: -10rem;
  }

  .\32xl\:visited\:-translate-y-44:visited {
    --tw-translate-y: -11rem;
  }

  .\32xl\:visited\:-translate-y-48:visited {
    --tw-translate-y: -12rem;
  }

  .\32xl\:visited\:-translate-y-52:visited {
    --tw-translate-y: -13rem;
  }

  .\32xl\:visited\:-translate-y-56:visited {
    --tw-translate-y: -14rem;
  }

  .\32xl\:visited\:-translate-y-60:visited {
    --tw-translate-y: -15rem;
  }

  .\32xl\:visited\:-translate-y-64:visited {
    --tw-translate-y: -16rem;
  }

  .\32xl\:visited\:-translate-y-72:visited {
    --tw-translate-y: -18rem;
  }

  .\32xl\:visited\:-translate-y-80:visited {
    --tw-translate-y: -20rem;
  }

  .\32xl\:visited\:-translate-y-96:visited {
    --tw-translate-y: -24rem;
  }

  .\32xl\:visited\:-translate-y-px:visited {
    --tw-translate-y: -1px;
  }

  .\32xl\:visited\:-translate-y-0\.5:visited {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:visited\:-translate-y-1\.5:visited {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:visited\:-translate-y-2\.5:visited {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:visited\:-translate-y-3\.5:visited {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:visited\:translate-y-1\/2:visited {
    --tw-translate-y: 50%;
  }

  .\32xl\:visited\:translate-y-1\/3:visited {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:visited\:translate-y-2\/3:visited {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:visited\:translate-y-1\/4:visited {
    --tw-translate-y: 25%;
  }

  .\32xl\:visited\:translate-y-2\/4:visited {
    --tw-translate-y: 50%;
  }

  .\32xl\:visited\:translate-y-3\/4:visited {
    --tw-translate-y: 75%;
  }

  .\32xl\:visited\:translate-y-full:visited {
    --tw-translate-y: 100%;
  }

  .\32xl\:visited\:-translate-y-1\/2:visited {
    --tw-translate-y: -50%;
  }

  .\32xl\:visited\:-translate-y-1\/3:visited {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:visited\:-translate-y-2\/3:visited {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:visited\:-translate-y-1\/4:visited {
    --tw-translate-y: -25%;
  }

  .\32xl\:visited\:-translate-y-2\/4:visited {
    --tw-translate-y: -50%;
  }

  .\32xl\:visited\:-translate-y-3\/4:visited {
    --tw-translate-y: -75%;
  }

  .\32xl\:visited\:-translate-y-full:visited {
    --tw-translate-y: -100%;
  }

  .\32xl\:disabled\:translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .\32xl\:disabled\:translate-x-1:disabled {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:disabled\:translate-x-2:disabled {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:disabled\:translate-x-3:disabled {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:disabled\:translate-x-4:disabled {
    --tw-translate-x: 1rem;
  }

  .\32xl\:disabled\:translate-x-5:disabled {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:disabled\:translate-x-6:disabled {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:disabled\:translate-x-7:disabled {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:disabled\:translate-x-8:disabled {
    --tw-translate-x: 2rem;
  }

  .\32xl\:disabled\:translate-x-9:disabled {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:disabled\:translate-x-10:disabled {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:disabled\:translate-x-11:disabled {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:disabled\:translate-x-12:disabled {
    --tw-translate-x: 3rem;
  }

  .\32xl\:disabled\:translate-x-14:disabled {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:disabled\:translate-x-16:disabled {
    --tw-translate-x: 4rem;
  }

  .\32xl\:disabled\:translate-x-20:disabled {
    --tw-translate-x: 5rem;
  }

  .\32xl\:disabled\:translate-x-24:disabled {
    --tw-translate-x: 6rem;
  }

  .\32xl\:disabled\:translate-x-28:disabled {
    --tw-translate-x: 7rem;
  }

  .\32xl\:disabled\:translate-x-32:disabled {
    --tw-translate-x: 8rem;
  }

  .\32xl\:disabled\:translate-x-36:disabled {
    --tw-translate-x: 9rem;
  }

  .\32xl\:disabled\:translate-x-40:disabled {
    --tw-translate-x: 10rem;
  }

  .\32xl\:disabled\:translate-x-44:disabled {
    --tw-translate-x: 11rem;
  }

  .\32xl\:disabled\:translate-x-48:disabled {
    --tw-translate-x: 12rem;
  }

  .\32xl\:disabled\:translate-x-52:disabled {
    --tw-translate-x: 13rem;
  }

  .\32xl\:disabled\:translate-x-56:disabled {
    --tw-translate-x: 14rem;
  }

  .\32xl\:disabled\:translate-x-60:disabled {
    --tw-translate-x: 15rem;
  }

  .\32xl\:disabled\:translate-x-64:disabled {
    --tw-translate-x: 16rem;
  }

  .\32xl\:disabled\:translate-x-72:disabled {
    --tw-translate-x: 18rem;
  }

  .\32xl\:disabled\:translate-x-80:disabled {
    --tw-translate-x: 20rem;
  }

  .\32xl\:disabled\:translate-x-96:disabled {
    --tw-translate-x: 24rem;
  }

  .\32xl\:disabled\:translate-x-px:disabled {
    --tw-translate-x: 1px;
  }

  .\32xl\:disabled\:translate-x-0\.5:disabled {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:disabled\:translate-x-1\.5:disabled {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:disabled\:translate-x-2\.5:disabled {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:disabled\:translate-x-3\.5:disabled {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:disabled\:-translate-x-0:disabled {
    --tw-translate-x: 0px;
  }

  .\32xl\:disabled\:-translate-x-1:disabled {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:disabled\:-translate-x-2:disabled {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:disabled\:-translate-x-3:disabled {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:disabled\:-translate-x-4:disabled {
    --tw-translate-x: -1rem;
  }

  .\32xl\:disabled\:-translate-x-5:disabled {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:disabled\:-translate-x-6:disabled {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:disabled\:-translate-x-7:disabled {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:disabled\:-translate-x-8:disabled {
    --tw-translate-x: -2rem;
  }

  .\32xl\:disabled\:-translate-x-9:disabled {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:disabled\:-translate-x-10:disabled {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:disabled\:-translate-x-11:disabled {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:disabled\:-translate-x-12:disabled {
    --tw-translate-x: -3rem;
  }

  .\32xl\:disabled\:-translate-x-14:disabled {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:disabled\:-translate-x-16:disabled {
    --tw-translate-x: -4rem;
  }

  .\32xl\:disabled\:-translate-x-20:disabled {
    --tw-translate-x: -5rem;
  }

  .\32xl\:disabled\:-translate-x-24:disabled {
    --tw-translate-x: -6rem;
  }

  .\32xl\:disabled\:-translate-x-28:disabled {
    --tw-translate-x: -7rem;
  }

  .\32xl\:disabled\:-translate-x-32:disabled {
    --tw-translate-x: -8rem;
  }

  .\32xl\:disabled\:-translate-x-36:disabled {
    --tw-translate-x: -9rem;
  }

  .\32xl\:disabled\:-translate-x-40:disabled {
    --tw-translate-x: -10rem;
  }

  .\32xl\:disabled\:-translate-x-44:disabled {
    --tw-translate-x: -11rem;
  }

  .\32xl\:disabled\:-translate-x-48:disabled {
    --tw-translate-x: -12rem;
  }

  .\32xl\:disabled\:-translate-x-52:disabled {
    --tw-translate-x: -13rem;
  }

  .\32xl\:disabled\:-translate-x-56:disabled {
    --tw-translate-x: -14rem;
  }

  .\32xl\:disabled\:-translate-x-60:disabled {
    --tw-translate-x: -15rem;
  }

  .\32xl\:disabled\:-translate-x-64:disabled {
    --tw-translate-x: -16rem;
  }

  .\32xl\:disabled\:-translate-x-72:disabled {
    --tw-translate-x: -18rem;
  }

  .\32xl\:disabled\:-translate-x-80:disabled {
    --tw-translate-x: -20rem;
  }

  .\32xl\:disabled\:-translate-x-96:disabled {
    --tw-translate-x: -24rem;
  }

  .\32xl\:disabled\:-translate-x-px:disabled {
    --tw-translate-x: -1px;
  }

  .\32xl\:disabled\:-translate-x-0\.5:disabled {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:disabled\:-translate-x-1\.5:disabled {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:disabled\:-translate-x-2\.5:disabled {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:disabled\:-translate-x-3\.5:disabled {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:disabled\:translate-x-1\/2:disabled {
    --tw-translate-x: 50%;
  }

  .\32xl\:disabled\:translate-x-1\/3:disabled {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:disabled\:translate-x-2\/3:disabled {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:disabled\:translate-x-1\/4:disabled {
    --tw-translate-x: 25%;
  }

  .\32xl\:disabled\:translate-x-2\/4:disabled {
    --tw-translate-x: 50%;
  }

  .\32xl\:disabled\:translate-x-3\/4:disabled {
    --tw-translate-x: 75%;
  }

  .\32xl\:disabled\:translate-x-full:disabled {
    --tw-translate-x: 100%;
  }

  .\32xl\:disabled\:-translate-x-1\/2:disabled {
    --tw-translate-x: -50%;
  }

  .\32xl\:disabled\:-translate-x-1\/3:disabled {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:disabled\:-translate-x-2\/3:disabled {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:disabled\:-translate-x-1\/4:disabled {
    --tw-translate-x: -25%;
  }

  .\32xl\:disabled\:-translate-x-2\/4:disabled {
    --tw-translate-x: -50%;
  }

  .\32xl\:disabled\:-translate-x-3\/4:disabled {
    --tw-translate-x: -75%;
  }

  .\32xl\:disabled\:-translate-x-full:disabled {
    --tw-translate-x: -100%;
  }

  .\32xl\:disabled\:translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .\32xl\:disabled\:translate-y-1:disabled {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:disabled\:translate-y-2:disabled {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:disabled\:translate-y-3:disabled {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:disabled\:translate-y-4:disabled {
    --tw-translate-y: 1rem;
  }

  .\32xl\:disabled\:translate-y-5:disabled {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:disabled\:translate-y-6:disabled {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:disabled\:translate-y-7:disabled {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:disabled\:translate-y-8:disabled {
    --tw-translate-y: 2rem;
  }

  .\32xl\:disabled\:translate-y-9:disabled {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:disabled\:translate-y-10:disabled {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:disabled\:translate-y-11:disabled {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:disabled\:translate-y-12:disabled {
    --tw-translate-y: 3rem;
  }

  .\32xl\:disabled\:translate-y-14:disabled {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:disabled\:translate-y-16:disabled {
    --tw-translate-y: 4rem;
  }

  .\32xl\:disabled\:translate-y-20:disabled {
    --tw-translate-y: 5rem;
  }

  .\32xl\:disabled\:translate-y-24:disabled {
    --tw-translate-y: 6rem;
  }

  .\32xl\:disabled\:translate-y-28:disabled {
    --tw-translate-y: 7rem;
  }

  .\32xl\:disabled\:translate-y-32:disabled {
    --tw-translate-y: 8rem;
  }

  .\32xl\:disabled\:translate-y-36:disabled {
    --tw-translate-y: 9rem;
  }

  .\32xl\:disabled\:translate-y-40:disabled {
    --tw-translate-y: 10rem;
  }

  .\32xl\:disabled\:translate-y-44:disabled {
    --tw-translate-y: 11rem;
  }

  .\32xl\:disabled\:translate-y-48:disabled {
    --tw-translate-y: 12rem;
  }

  .\32xl\:disabled\:translate-y-52:disabled {
    --tw-translate-y: 13rem;
  }

  .\32xl\:disabled\:translate-y-56:disabled {
    --tw-translate-y: 14rem;
  }

  .\32xl\:disabled\:translate-y-60:disabled {
    --tw-translate-y: 15rem;
  }

  .\32xl\:disabled\:translate-y-64:disabled {
    --tw-translate-y: 16rem;
  }

  .\32xl\:disabled\:translate-y-72:disabled {
    --tw-translate-y: 18rem;
  }

  .\32xl\:disabled\:translate-y-80:disabled {
    --tw-translate-y: 20rem;
  }

  .\32xl\:disabled\:translate-y-96:disabled {
    --tw-translate-y: 24rem;
  }

  .\32xl\:disabled\:translate-y-px:disabled {
    --tw-translate-y: 1px;
  }

  .\32xl\:disabled\:translate-y-0\.5:disabled {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:disabled\:translate-y-1\.5:disabled {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:disabled\:translate-y-2\.5:disabled {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:disabled\:translate-y-3\.5:disabled {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:disabled\:-translate-y-0:disabled {
    --tw-translate-y: 0px;
  }

  .\32xl\:disabled\:-translate-y-1:disabled {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:disabled\:-translate-y-2:disabled {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:disabled\:-translate-y-3:disabled {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:disabled\:-translate-y-4:disabled {
    --tw-translate-y: -1rem;
  }

  .\32xl\:disabled\:-translate-y-5:disabled {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:disabled\:-translate-y-6:disabled {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:disabled\:-translate-y-7:disabled {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:disabled\:-translate-y-8:disabled {
    --tw-translate-y: -2rem;
  }

  .\32xl\:disabled\:-translate-y-9:disabled {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:disabled\:-translate-y-10:disabled {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:disabled\:-translate-y-11:disabled {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:disabled\:-translate-y-12:disabled {
    --tw-translate-y: -3rem;
  }

  .\32xl\:disabled\:-translate-y-14:disabled {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:disabled\:-translate-y-16:disabled {
    --tw-translate-y: -4rem;
  }

  .\32xl\:disabled\:-translate-y-20:disabled {
    --tw-translate-y: -5rem;
  }

  .\32xl\:disabled\:-translate-y-24:disabled {
    --tw-translate-y: -6rem;
  }

  .\32xl\:disabled\:-translate-y-28:disabled {
    --tw-translate-y: -7rem;
  }

  .\32xl\:disabled\:-translate-y-32:disabled {
    --tw-translate-y: -8rem;
  }

  .\32xl\:disabled\:-translate-y-36:disabled {
    --tw-translate-y: -9rem;
  }

  .\32xl\:disabled\:-translate-y-40:disabled {
    --tw-translate-y: -10rem;
  }

  .\32xl\:disabled\:-translate-y-44:disabled {
    --tw-translate-y: -11rem;
  }

  .\32xl\:disabled\:-translate-y-48:disabled {
    --tw-translate-y: -12rem;
  }

  .\32xl\:disabled\:-translate-y-52:disabled {
    --tw-translate-y: -13rem;
  }

  .\32xl\:disabled\:-translate-y-56:disabled {
    --tw-translate-y: -14rem;
  }

  .\32xl\:disabled\:-translate-y-60:disabled {
    --tw-translate-y: -15rem;
  }

  .\32xl\:disabled\:-translate-y-64:disabled {
    --tw-translate-y: -16rem;
  }

  .\32xl\:disabled\:-translate-y-72:disabled {
    --tw-translate-y: -18rem;
  }

  .\32xl\:disabled\:-translate-y-80:disabled {
    --tw-translate-y: -20rem;
  }

  .\32xl\:disabled\:-translate-y-96:disabled {
    --tw-translate-y: -24rem;
  }

  .\32xl\:disabled\:-translate-y-px:disabled {
    --tw-translate-y: -1px;
  }

  .\32xl\:disabled\:-translate-y-0\.5:disabled {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:disabled\:-translate-y-1\.5:disabled {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:disabled\:-translate-y-2\.5:disabled {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:disabled\:-translate-y-3\.5:disabled {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:disabled\:translate-y-1\/2:disabled {
    --tw-translate-y: 50%;
  }

  .\32xl\:disabled\:translate-y-1\/3:disabled {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:disabled\:translate-y-2\/3:disabled {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:disabled\:translate-y-1\/4:disabled {
    --tw-translate-y: 25%;
  }

  .\32xl\:disabled\:translate-y-2\/4:disabled {
    --tw-translate-y: 50%;
  }

  .\32xl\:disabled\:translate-y-3\/4:disabled {
    --tw-translate-y: 75%;
  }

  .\32xl\:disabled\:translate-y-full:disabled {
    --tw-translate-y: 100%;
  }

  .\32xl\:disabled\:-translate-y-1\/2:disabled {
    --tw-translate-y: -50%;
  }

  .\32xl\:disabled\:-translate-y-1\/3:disabled {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:disabled\:-translate-y-2\/3:disabled {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:disabled\:-translate-y-1\/4:disabled {
    --tw-translate-y: -25%;
  }

  .\32xl\:disabled\:-translate-y-2\/4:disabled {
    --tw-translate-y: -50%;
  }

  .\32xl\:disabled\:-translate-y-3\/4:disabled {
    --tw-translate-y: -75%;
  }

  .\32xl\:disabled\:-translate-y-full:disabled {
    --tw-translate-y: -100%;
  }

  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .group:hover .\32xl\:group-hover\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .group:hover .\32xl\:group-hover\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .group:hover .\32xl\:group-hover\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus-within\:skew-x-0:focus-within {
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus-within\:skew-x-1:focus-within {
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus-within\:skew-x-2:focus-within {
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus-within\:skew-x-3:focus-within {
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus-within\:skew-x-6:focus-within {
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus-within\:skew-x-12:focus-within {
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus-within\:-skew-x-12:focus-within {
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus-within\:-skew-x-6:focus-within {
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus-within\:-skew-x-3:focus-within {
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus-within\:-skew-x-2:focus-within {
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus-within\:-skew-x-1:focus-within {
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus-within\:skew-y-0:focus-within {
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus-within\:skew-y-1:focus-within {
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus-within\:skew-y-2:focus-within {
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus-within\:skew-y-3:focus-within {
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus-within\:skew-y-6:focus-within {
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus-within\:skew-y-12:focus-within {
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus-within\:-skew-y-12:focus-within {
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus-within\:-skew-y-6:focus-within {
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus-within\:-skew-y-3:focus-within {
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus-within\:-skew-y-2:focus-within {
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus-within\:-skew-y-1:focus-within {
    --tw-skew-y: -1deg;
  }

  .\32xl\:first\:skew-x-0:first-child {
    --tw-skew-x: 0deg;
  }

  .\32xl\:first\:skew-x-1:first-child {
    --tw-skew-x: 1deg;
  }

  .\32xl\:first\:skew-x-2:first-child {
    --tw-skew-x: 2deg;
  }

  .\32xl\:first\:skew-x-3:first-child {
    --tw-skew-x: 3deg;
  }

  .\32xl\:first\:skew-x-6:first-child {
    --tw-skew-x: 6deg;
  }

  .\32xl\:first\:skew-x-12:first-child {
    --tw-skew-x: 12deg;
  }

  .\32xl\:first\:-skew-x-12:first-child {
    --tw-skew-x: -12deg;
  }

  .\32xl\:first\:-skew-x-6:first-child {
    --tw-skew-x: -6deg;
  }

  .\32xl\:first\:-skew-x-3:first-child {
    --tw-skew-x: -3deg;
  }

  .\32xl\:first\:-skew-x-2:first-child {
    --tw-skew-x: -2deg;
  }

  .\32xl\:first\:-skew-x-1:first-child {
    --tw-skew-x: -1deg;
  }

  .\32xl\:first\:skew-y-0:first-child {
    --tw-skew-y: 0deg;
  }

  .\32xl\:first\:skew-y-1:first-child {
    --tw-skew-y: 1deg;
  }

  .\32xl\:first\:skew-y-2:first-child {
    --tw-skew-y: 2deg;
  }

  .\32xl\:first\:skew-y-3:first-child {
    --tw-skew-y: 3deg;
  }

  .\32xl\:first\:skew-y-6:first-child {
    --tw-skew-y: 6deg;
  }

  .\32xl\:first\:skew-y-12:first-child {
    --tw-skew-y: 12deg;
  }

  .\32xl\:first\:-skew-y-12:first-child {
    --tw-skew-y: -12deg;
  }

  .\32xl\:first\:-skew-y-6:first-child {
    --tw-skew-y: -6deg;
  }

  .\32xl\:first\:-skew-y-3:first-child {
    --tw-skew-y: -3deg;
  }

  .\32xl\:first\:-skew-y-2:first-child {
    --tw-skew-y: -2deg;
  }

  .\32xl\:first\:-skew-y-1:first-child {
    --tw-skew-y: -1deg;
  }

  .\32xl\:last\:skew-x-0:last-child {
    --tw-skew-x: 0deg;
  }

  .\32xl\:last\:skew-x-1:last-child {
    --tw-skew-x: 1deg;
  }

  .\32xl\:last\:skew-x-2:last-child {
    --tw-skew-x: 2deg;
  }

  .\32xl\:last\:skew-x-3:last-child {
    --tw-skew-x: 3deg;
  }

  .\32xl\:last\:skew-x-6:last-child {
    --tw-skew-x: 6deg;
  }

  .\32xl\:last\:skew-x-12:last-child {
    --tw-skew-x: 12deg;
  }

  .\32xl\:last\:-skew-x-12:last-child {
    --tw-skew-x: -12deg;
  }

  .\32xl\:last\:-skew-x-6:last-child {
    --tw-skew-x: -6deg;
  }

  .\32xl\:last\:-skew-x-3:last-child {
    --tw-skew-x: -3deg;
  }

  .\32xl\:last\:-skew-x-2:last-child {
    --tw-skew-x: -2deg;
  }

  .\32xl\:last\:-skew-x-1:last-child {
    --tw-skew-x: -1deg;
  }

  .\32xl\:last\:skew-y-0:last-child {
    --tw-skew-y: 0deg;
  }

  .\32xl\:last\:skew-y-1:last-child {
    --tw-skew-y: 1deg;
  }

  .\32xl\:last\:skew-y-2:last-child {
    --tw-skew-y: 2deg;
  }

  .\32xl\:last\:skew-y-3:last-child {
    --tw-skew-y: 3deg;
  }

  .\32xl\:last\:skew-y-6:last-child {
    --tw-skew-y: 6deg;
  }

  .\32xl\:last\:skew-y-12:last-child {
    --tw-skew-y: 12deg;
  }

  .\32xl\:last\:-skew-y-12:last-child {
    --tw-skew-y: -12deg;
  }

  .\32xl\:last\:-skew-y-6:last-child {
    --tw-skew-y: -6deg;
  }

  .\32xl\:last\:-skew-y-3:last-child {
    --tw-skew-y: -3deg;
  }

  .\32xl\:last\:-skew-y-2:last-child {
    --tw-skew-y: -2deg;
  }

  .\32xl\:last\:-skew-y-1:last-child {
    --tw-skew-y: -1deg;
  }

  .\32xl\:odd\:skew-x-0:nth-child(odd) {
    --tw-skew-x: 0deg;
  }

  .\32xl\:odd\:skew-x-1:nth-child(odd) {
    --tw-skew-x: 1deg;
  }

  .\32xl\:odd\:skew-x-2:nth-child(odd) {
    --tw-skew-x: 2deg;
  }

  .\32xl\:odd\:skew-x-3:nth-child(odd) {
    --tw-skew-x: 3deg;
  }

  .\32xl\:odd\:skew-x-6:nth-child(odd) {
    --tw-skew-x: 6deg;
  }

  .\32xl\:odd\:skew-x-12:nth-child(odd) {
    --tw-skew-x: 12deg;
  }

  .\32xl\:odd\:-skew-x-12:nth-child(odd) {
    --tw-skew-x: -12deg;
  }

  .\32xl\:odd\:-skew-x-6:nth-child(odd) {
    --tw-skew-x: -6deg;
  }

  .\32xl\:odd\:-skew-x-3:nth-child(odd) {
    --tw-skew-x: -3deg;
  }

  .\32xl\:odd\:-skew-x-2:nth-child(odd) {
    --tw-skew-x: -2deg;
  }

  .\32xl\:odd\:-skew-x-1:nth-child(odd) {
    --tw-skew-x: -1deg;
  }

  .\32xl\:odd\:skew-y-0:nth-child(odd) {
    --tw-skew-y: 0deg;
  }

  .\32xl\:odd\:skew-y-1:nth-child(odd) {
    --tw-skew-y: 1deg;
  }

  .\32xl\:odd\:skew-y-2:nth-child(odd) {
    --tw-skew-y: 2deg;
  }

  .\32xl\:odd\:skew-y-3:nth-child(odd) {
    --tw-skew-y: 3deg;
  }

  .\32xl\:odd\:skew-y-6:nth-child(odd) {
    --tw-skew-y: 6deg;
  }

  .\32xl\:odd\:skew-y-12:nth-child(odd) {
    --tw-skew-y: 12deg;
  }

  .\32xl\:odd\:-skew-y-12:nth-child(odd) {
    --tw-skew-y: -12deg;
  }

  .\32xl\:odd\:-skew-y-6:nth-child(odd) {
    --tw-skew-y: -6deg;
  }

  .\32xl\:odd\:-skew-y-3:nth-child(odd) {
    --tw-skew-y: -3deg;
  }

  .\32xl\:odd\:-skew-y-2:nth-child(odd) {
    --tw-skew-y: -2deg;
  }

  .\32xl\:odd\:-skew-y-1:nth-child(odd) {
    --tw-skew-y: -1deg;
  }

  .\32xl\:even\:skew-x-0:nth-child(even) {
    --tw-skew-x: 0deg;
  }

  .\32xl\:even\:skew-x-1:nth-child(even) {
    --tw-skew-x: 1deg;
  }

  .\32xl\:even\:skew-x-2:nth-child(even) {
    --tw-skew-x: 2deg;
  }

  .\32xl\:even\:skew-x-3:nth-child(even) {
    --tw-skew-x: 3deg;
  }

  .\32xl\:even\:skew-x-6:nth-child(even) {
    --tw-skew-x: 6deg;
  }

  .\32xl\:even\:skew-x-12:nth-child(even) {
    --tw-skew-x: 12deg;
  }

  .\32xl\:even\:-skew-x-12:nth-child(even) {
    --tw-skew-x: -12deg;
  }

  .\32xl\:even\:-skew-x-6:nth-child(even) {
    --tw-skew-x: -6deg;
  }

  .\32xl\:even\:-skew-x-3:nth-child(even) {
    --tw-skew-x: -3deg;
  }

  .\32xl\:even\:-skew-x-2:nth-child(even) {
    --tw-skew-x: -2deg;
  }

  .\32xl\:even\:-skew-x-1:nth-child(even) {
    --tw-skew-x: -1deg;
  }

  .\32xl\:even\:skew-y-0:nth-child(even) {
    --tw-skew-y: 0deg;
  }

  .\32xl\:even\:skew-y-1:nth-child(even) {
    --tw-skew-y: 1deg;
  }

  .\32xl\:even\:skew-y-2:nth-child(even) {
    --tw-skew-y: 2deg;
  }

  .\32xl\:even\:skew-y-3:nth-child(even) {
    --tw-skew-y: 3deg;
  }

  .\32xl\:even\:skew-y-6:nth-child(even) {
    --tw-skew-y: 6deg;
  }

  .\32xl\:even\:skew-y-12:nth-child(even) {
    --tw-skew-y: 12deg;
  }

  .\32xl\:even\:-skew-y-12:nth-child(even) {
    --tw-skew-y: -12deg;
  }

  .\32xl\:even\:-skew-y-6:nth-child(even) {
    --tw-skew-y: -6deg;
  }

  .\32xl\:even\:-skew-y-3:nth-child(even) {
    --tw-skew-y: -3deg;
  }

  .\32xl\:even\:-skew-y-2:nth-child(even) {
    --tw-skew-y: -2deg;
  }

  .\32xl\:even\:-skew-y-1:nth-child(even) {
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .\32xl\:active\:skew-x-0:active {
    --tw-skew-x: 0deg;
  }

  .\32xl\:active\:skew-x-1:active {
    --tw-skew-x: 1deg;
  }

  .\32xl\:active\:skew-x-2:active {
    --tw-skew-x: 2deg;
  }

  .\32xl\:active\:skew-x-3:active {
    --tw-skew-x: 3deg;
  }

  .\32xl\:active\:skew-x-6:active {
    --tw-skew-x: 6deg;
  }

  .\32xl\:active\:skew-x-12:active {
    --tw-skew-x: 12deg;
  }

  .\32xl\:active\:-skew-x-12:active {
    --tw-skew-x: -12deg;
  }

  .\32xl\:active\:-skew-x-6:active {
    --tw-skew-x: -6deg;
  }

  .\32xl\:active\:-skew-x-3:active {
    --tw-skew-x: -3deg;
  }

  .\32xl\:active\:-skew-x-2:active {
    --tw-skew-x: -2deg;
  }

  .\32xl\:active\:-skew-x-1:active {
    --tw-skew-x: -1deg;
  }

  .\32xl\:active\:skew-y-0:active {
    --tw-skew-y: 0deg;
  }

  .\32xl\:active\:skew-y-1:active {
    --tw-skew-y: 1deg;
  }

  .\32xl\:active\:skew-y-2:active {
    --tw-skew-y: 2deg;
  }

  .\32xl\:active\:skew-y-3:active {
    --tw-skew-y: 3deg;
  }

  .\32xl\:active\:skew-y-6:active {
    --tw-skew-y: 6deg;
  }

  .\32xl\:active\:skew-y-12:active {
    --tw-skew-y: 12deg;
  }

  .\32xl\:active\:-skew-y-12:active {
    --tw-skew-y: -12deg;
  }

  .\32xl\:active\:-skew-y-6:active {
    --tw-skew-y: -6deg;
  }

  .\32xl\:active\:-skew-y-3:active {
    --tw-skew-y: -3deg;
  }

  .\32xl\:active\:-skew-y-2:active {
    --tw-skew-y: -2deg;
  }

  .\32xl\:active\:-skew-y-1:active {
    --tw-skew-y: -1deg;
  }

  .\32xl\:visited\:skew-x-0:visited {
    --tw-skew-x: 0deg;
  }

  .\32xl\:visited\:skew-x-1:visited {
    --tw-skew-x: 1deg;
  }

  .\32xl\:visited\:skew-x-2:visited {
    --tw-skew-x: 2deg;
  }

  .\32xl\:visited\:skew-x-3:visited {
    --tw-skew-x: 3deg;
  }

  .\32xl\:visited\:skew-x-6:visited {
    --tw-skew-x: 6deg;
  }

  .\32xl\:visited\:skew-x-12:visited {
    --tw-skew-x: 12deg;
  }

  .\32xl\:visited\:-skew-x-12:visited {
    --tw-skew-x: -12deg;
  }

  .\32xl\:visited\:-skew-x-6:visited {
    --tw-skew-x: -6deg;
  }

  .\32xl\:visited\:-skew-x-3:visited {
    --tw-skew-x: -3deg;
  }

  .\32xl\:visited\:-skew-x-2:visited {
    --tw-skew-x: -2deg;
  }

  .\32xl\:visited\:-skew-x-1:visited {
    --tw-skew-x: -1deg;
  }

  .\32xl\:visited\:skew-y-0:visited {
    --tw-skew-y: 0deg;
  }

  .\32xl\:visited\:skew-y-1:visited {
    --tw-skew-y: 1deg;
  }

  .\32xl\:visited\:skew-y-2:visited {
    --tw-skew-y: 2deg;
  }

  .\32xl\:visited\:skew-y-3:visited {
    --tw-skew-y: 3deg;
  }

  .\32xl\:visited\:skew-y-6:visited {
    --tw-skew-y: 6deg;
  }

  .\32xl\:visited\:skew-y-12:visited {
    --tw-skew-y: 12deg;
  }

  .\32xl\:visited\:-skew-y-12:visited {
    --tw-skew-y: -12deg;
  }

  .\32xl\:visited\:-skew-y-6:visited {
    --tw-skew-y: -6deg;
  }

  .\32xl\:visited\:-skew-y-3:visited {
    --tw-skew-y: -3deg;
  }

  .\32xl\:visited\:-skew-y-2:visited {
    --tw-skew-y: -2deg;
  }

  .\32xl\:visited\:-skew-y-1:visited {
    --tw-skew-y: -1deg;
  }

  .\32xl\:disabled\:skew-x-0:disabled {
    --tw-skew-x: 0deg;
  }

  .\32xl\:disabled\:skew-x-1:disabled {
    --tw-skew-x: 1deg;
  }

  .\32xl\:disabled\:skew-x-2:disabled {
    --tw-skew-x: 2deg;
  }

  .\32xl\:disabled\:skew-x-3:disabled {
    --tw-skew-x: 3deg;
  }

  .\32xl\:disabled\:skew-x-6:disabled {
    --tw-skew-x: 6deg;
  }

  .\32xl\:disabled\:skew-x-12:disabled {
    --tw-skew-x: 12deg;
  }

  .\32xl\:disabled\:-skew-x-12:disabled {
    --tw-skew-x: -12deg;
  }

  .\32xl\:disabled\:-skew-x-6:disabled {
    --tw-skew-x: -6deg;
  }

  .\32xl\:disabled\:-skew-x-3:disabled {
    --tw-skew-x: -3deg;
  }

  .\32xl\:disabled\:-skew-x-2:disabled {
    --tw-skew-x: -2deg;
  }

  .\32xl\:disabled\:-skew-x-1:disabled {
    --tw-skew-x: -1deg;
  }

  .\32xl\:disabled\:skew-y-0:disabled {
    --tw-skew-y: 0deg;
  }

  .\32xl\:disabled\:skew-y-1:disabled {
    --tw-skew-y: 1deg;
  }

  .\32xl\:disabled\:skew-y-2:disabled {
    --tw-skew-y: 2deg;
  }

  .\32xl\:disabled\:skew-y-3:disabled {
    --tw-skew-y: 3deg;
  }

  .\32xl\:disabled\:skew-y-6:disabled {
    --tw-skew-y: 6deg;
  }

  .\32xl\:disabled\:skew-y-12:disabled {
    --tw-skew-y: 12deg;
  }

  .\32xl\:disabled\:-skew-y-12:disabled {
    --tw-skew-y: -12deg;
  }

  .\32xl\:disabled\:-skew-y-6:disabled {
    --tw-skew-y: -6deg;
  }

  .\32xl\:disabled\:-skew-y-3:disabled {
    --tw-skew-y: -3deg;
  }

  .\32xl\:disabled\:-skew-y-2:disabled {
    --tw-skew-y: -2deg;
  }

  .\32xl\:disabled\:-skew-y-1:disabled {
    --tw-skew-y: -1deg;
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\: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;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\:transition-none {
    transition-property: none;
  }

  .group:hover .\32xl\:group-hover\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\: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;
  }

  .group:hover .\32xl\:group-hover\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition-none:focus-within {
    transition-property: none;
  }

  .\32xl\:focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition:focus-within {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition-colors:focus-within {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition-opacity:focus-within {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition-shadow:focus-within {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:transition-transform:focus-within {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition-none:first-child {
    transition-property: none;
  }

  .\32xl\:first\:transition-all:first-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition:first-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition-colors:first-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition-opacity:first-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition-shadow:first-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:first\:transition-transform:first-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition-none:last-child {
    transition-property: none;
  }

  .\32xl\:last\:transition-all:last-child {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition:last-child {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition-colors:last-child {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition-opacity:last-child {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition-shadow:last-child {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:last\:transition-transform:last-child {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition-none:nth-child(odd) {
    transition-property: none;
  }

  .\32xl\:odd\:transition-all:nth-child(odd) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition-colors:nth-child(odd) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition-opacity:nth-child(odd) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition-shadow:nth-child(odd) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:odd\:transition-transform:nth-child(odd) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition-none:nth-child(even) {
    transition-property: none;
  }

  .\32xl\:even\:transition-all:nth-child(even) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition-colors:nth-child(even) {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition-opacity:nth-child(even) {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition-shadow:nth-child(even) {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:even\:transition-transform:nth-child(even) {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition-none:hover {
    transition-property: none;
  }

  .\32xl\:hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition-opacity:hover {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition-shadow:hover {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:hover\:transition-transform:hover {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition-none:focus {
    transition-property: none;
  }

  .\32xl\:focus\:transition-all:focus {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition-opacity:focus {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition-shadow:focus {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:focus\:transition-transform:focus {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition-none:active {
    transition-property: none;
  }

  .\32xl\:active\:transition-all:active {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition:active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition-colors:active {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition-opacity:active {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition-shadow:active {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:active\:transition-transform:active {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition-none:visited {
    transition-property: none;
  }

  .\32xl\:visited\:transition-all:visited {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition:visited {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition-colors:visited {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition-opacity:visited {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition-shadow:visited {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:visited\:transition-transform:visited {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition-none:disabled {
    transition-property: none;
  }

  .\32xl\:disabled\:transition-all:disabled {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition:disabled {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition-colors:disabled {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition-opacity:disabled {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition-shadow:disabled {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:transition-transform:disabled {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:hover .\32xl\:group-hover\:ease-linear {
    transition-timing-function: linear;
  }

  .group:hover .\32xl\:group-hover\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .group:hover .\32xl\:group-hover\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .group:hover .\32xl\:group-hover\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:focus-within\:ease-linear:focus-within {
    transition-timing-function: linear;
  }

  .\32xl\:focus-within\:ease-in:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:focus-within\:ease-out:focus-within {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:focus-within\:ease-in-out:focus-within {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:first\:ease-linear:first-child {
    transition-timing-function: linear;
  }

  .\32xl\:first\:ease-in:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:first\:ease-out:first-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:first\:ease-in-out:first-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:last\:ease-linear:last-child {
    transition-timing-function: linear;
  }

  .\32xl\:last\:ease-in:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:last\:ease-out:last-child {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:last\:ease-in-out:last-child {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:odd\:ease-linear:nth-child(odd) {
    transition-timing-function: linear;
  }

  .\32xl\:odd\:ease-in:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:odd\:ease-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:odd\:ease-in-out:nth-child(odd) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:even\:ease-linear:nth-child(even) {
    transition-timing-function: linear;
  }

  .\32xl\:even\:ease-in:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:even\:ease-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:even\:ease-in-out:nth-child(even) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:hover\:ease-linear:hover {
    transition-timing-function: linear;
  }

  .\32xl\:hover\:ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:hover\:ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:focus\:ease-linear:focus {
    transition-timing-function: linear;
  }

  .\32xl\:focus\:ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:focus\:ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:focus\:ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:active\:ease-linear:active {
    transition-timing-function: linear;
  }

  .\32xl\:active\:ease-in:active {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:active\:ease-out:active {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:active\:ease-in-out:active {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:visited\:ease-linear:visited {
    transition-timing-function: linear;
  }

  .\32xl\:visited\:ease-in:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:visited\:ease-out:visited {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:visited\:ease-in-out:visited {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:disabled\:ease-linear:disabled {
    transition-timing-function: linear;
  }

  .\32xl\:disabled\:ease-in:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:disabled\:ease-out:disabled {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:disabled\:ease-in-out:disabled {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .group:hover .\32xl\:group-hover\:duration-75 {
    transition-duration: 75ms;
  }

  .group:hover .\32xl\:group-hover\:duration-100 {
    transition-duration: 100ms;
  }

  .group:hover .\32xl\:group-hover\:duration-150 {
    transition-duration: 150ms;
  }

  .group:hover .\32xl\:group-hover\:duration-200 {
    transition-duration: 200ms;
  }

  .group:hover .\32xl\:group-hover\:duration-300 {
    transition-duration: 300ms;
  }

  .group:hover .\32xl\:group-hover\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .\32xl\:group-hover\:duration-700 {
    transition-duration: 700ms;
  }

  .group:hover .\32xl\:group-hover\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl\:focus-within\:duration-75:focus-within {
    transition-duration: 75ms;
  }

  .\32xl\:focus-within\:duration-100:focus-within {
    transition-duration: 100ms;
  }

  .\32xl\:focus-within\:duration-150:focus-within {
    transition-duration: 150ms;
  }

  .\32xl\:focus-within\:duration-200:focus-within {
    transition-duration: 200ms;
  }

  .\32xl\:focus-within\:duration-300:focus-within {
    transition-duration: 300ms;
  }

  .\32xl\:focus-within\:duration-500:focus-within {
    transition-duration: 500ms;
  }

  .\32xl\:focus-within\:duration-700:focus-within {
    transition-duration: 700ms;
  }

  .\32xl\:focus-within\:duration-1000:focus-within {
    transition-duration: 1000ms;
  }

  .\32xl\:first\:duration-75:first-child {
    transition-duration: 75ms;
  }

  .\32xl\:first\:duration-100:first-child {
    transition-duration: 100ms;
  }

  .\32xl\:first\:duration-150:first-child {
    transition-duration: 150ms;
  }

  .\32xl\:first\:duration-200:first-child {
    transition-duration: 200ms;
  }

  .\32xl\:first\:duration-300:first-child {
    transition-duration: 300ms;
  }

  .\32xl\:first\:duration-500:first-child {
    transition-duration: 500ms;
  }

  .\32xl\:first\:duration-700:first-child {
    transition-duration: 700ms;
  }

  .\32xl\:first\:duration-1000:first-child {
    transition-duration: 1000ms;
  }

  .\32xl\:last\:duration-75:last-child {
    transition-duration: 75ms;
  }

  .\32xl\:last\:duration-100:last-child {
    transition-duration: 100ms;
  }

  .\32xl\:last\:duration-150:last-child {
    transition-duration: 150ms;
  }

  .\32xl\:last\:duration-200:last-child {
    transition-duration: 200ms;
  }

  .\32xl\:last\:duration-300:last-child {
    transition-duration: 300ms;
  }

  .\32xl\:last\:duration-500:last-child {
    transition-duration: 500ms;
  }

  .\32xl\:last\:duration-700:last-child {
    transition-duration: 700ms;
  }

  .\32xl\:last\:duration-1000:last-child {
    transition-duration: 1000ms;
  }

  .\32xl\:odd\:duration-75:nth-child(odd) {
    transition-duration: 75ms;
  }

  .\32xl\:odd\:duration-100:nth-child(odd) {
    transition-duration: 100ms;
  }

  .\32xl\:odd\:duration-150:nth-child(odd) {
    transition-duration: 150ms;
  }

  .\32xl\:odd\:duration-200:nth-child(odd) {
    transition-duration: 200ms;
  }

  .\32xl\:odd\:duration-300:nth-child(odd) {
    transition-duration: 300ms;
  }

  .\32xl\:odd\:duration-500:nth-child(odd) {
    transition-duration: 500ms;
  }

  .\32xl\:odd\:duration-700:nth-child(odd) {
    transition-duration: 700ms;
  }

  .\32xl\:odd\:duration-1000:nth-child(odd) {
    transition-duration: 1000ms;
  }

  .\32xl\:even\:duration-75:nth-child(even) {
    transition-duration: 75ms;
  }

  .\32xl\:even\:duration-100:nth-child(even) {
    transition-duration: 100ms;
  }

  .\32xl\:even\:duration-150:nth-child(even) {
    transition-duration: 150ms;
  }

  .\32xl\:even\:duration-200:nth-child(even) {
    transition-duration: 200ms;
  }

  .\32xl\:even\:duration-300:nth-child(even) {
    transition-duration: 300ms;
  }

  .\32xl\:even\:duration-500:nth-child(even) {
    transition-duration: 500ms;
  }

  .\32xl\:even\:duration-700:nth-child(even) {
    transition-duration: 700ms;
  }

  .\32xl\:even\:duration-1000:nth-child(even) {
    transition-duration: 1000ms;
  }

  .\32xl\:hover\:duration-75:hover {
    transition-duration: 75ms;
  }

  .\32xl\:hover\:duration-100:hover {
    transition-duration: 100ms;
  }

  .\32xl\:hover\:duration-150:hover {
    transition-duration: 150ms;
  }

  .\32xl\:hover\:duration-200:hover {
    transition-duration: 200ms;
  }

  .\32xl\:hover\:duration-300:hover {
    transition-duration: 300ms;
  }

  .\32xl\:hover\:duration-500:hover {
    transition-duration: 500ms;
  }

  .\32xl\:hover\:duration-700:hover {
    transition-duration: 700ms;
  }

  .\32xl\:hover\:duration-1000:hover {
    transition-duration: 1000ms;
  }

  .\32xl\:focus\:duration-75:focus {
    transition-duration: 75ms;
  }

  .\32xl\:focus\:duration-100:focus {
    transition-duration: 100ms;
  }

  .\32xl\:focus\:duration-150:focus {
    transition-duration: 150ms;
  }

  .\32xl\:focus\:duration-200:focus {
    transition-duration: 200ms;
  }

  .\32xl\:focus\:duration-300:focus {
    transition-duration: 300ms;
  }

  .\32xl\:focus\:duration-500:focus {
    transition-duration: 500ms;
  }

  .\32xl\:focus\:duration-700:focus {
    transition-duration: 700ms;
  }

  .\32xl\:focus\:duration-1000:focus {
    transition-duration: 1000ms;
  }

  .\32xl\:active\:duration-75:active {
    transition-duration: 75ms;
  }

  .\32xl\:active\:duration-100:active {
    transition-duration: 100ms;
  }

  .\32xl\:active\:duration-150:active {
    transition-duration: 150ms;
  }

  .\32xl\:active\:duration-200:active {
    transition-duration: 200ms;
  }

  .\32xl\:active\:duration-300:active {
    transition-duration: 300ms;
  }

  .\32xl\:active\:duration-500:active {
    transition-duration: 500ms;
  }

  .\32xl\:active\:duration-700:active {
    transition-duration: 700ms;
  }

  .\32xl\:active\:duration-1000:active {
    transition-duration: 1000ms;
  }

  .\32xl\:visited\:duration-75:visited {
    transition-duration: 75ms;
  }

  .\32xl\:visited\:duration-100:visited {
    transition-duration: 100ms;
  }

  .\32xl\:visited\:duration-150:visited {
    transition-duration: 150ms;
  }

  .\32xl\:visited\:duration-200:visited {
    transition-duration: 200ms;
  }

  .\32xl\:visited\:duration-300:visited {
    transition-duration: 300ms;
  }

  .\32xl\:visited\:duration-500:visited {
    transition-duration: 500ms;
  }

  .\32xl\:visited\:duration-700:visited {
    transition-duration: 700ms;
  }

  .\32xl\:visited\:duration-1000:visited {
    transition-duration: 1000ms;
  }

  .\32xl\:disabled\:duration-75:disabled {
    transition-duration: 75ms;
  }

  .\32xl\:disabled\:duration-100:disabled {
    transition-duration: 100ms;
  }

  .\32xl\:disabled\:duration-150:disabled {
    transition-duration: 150ms;
  }

  .\32xl\:disabled\:duration-200:disabled {
    transition-duration: 200ms;
  }

  .\32xl\:disabled\:duration-300:disabled {
    transition-duration: 300ms;
  }

  .\32xl\:disabled\:duration-500:disabled {
    transition-duration: 500ms;
  }

  .\32xl\:disabled\:duration-700:disabled {
    transition-duration: 700ms;
  }

  .\32xl\:disabled\:duration-1000:disabled {
    transition-duration: 1000ms;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .group:hover .\32xl\:group-hover\:delay-75 {
    transition-delay: 75ms;
  }

  .group:hover .\32xl\:group-hover\:delay-100 {
    transition-delay: 100ms;
  }

  .group:hover .\32xl\:group-hover\:delay-150 {
    transition-delay: 150ms;
  }

  .group:hover .\32xl\:group-hover\:delay-200 {
    transition-delay: 200ms;
  }

  .group:hover .\32xl\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  .group:hover .\32xl\:group-hover\:delay-500 {
    transition-delay: 500ms;
  }

  .group:hover .\32xl\:group-hover\:delay-700 {
    transition-delay: 700ms;
  }

  .group:hover .\32xl\:group-hover\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl\:focus-within\:delay-75:focus-within {
    transition-delay: 75ms;
  }

  .\32xl\:focus-within\:delay-100:focus-within {
    transition-delay: 100ms;
  }

  .\32xl\:focus-within\:delay-150:focus-within {
    transition-delay: 150ms;
  }

  .\32xl\:focus-within\:delay-200:focus-within {
    transition-delay: 200ms;
  }

  .\32xl\:focus-within\:delay-300:focus-within {
    transition-delay: 300ms;
  }

  .\32xl\:focus-within\:delay-500:focus-within {
    transition-delay: 500ms;
  }

  .\32xl\:focus-within\:delay-700:focus-within {
    transition-delay: 700ms;
  }

  .\32xl\:focus-within\:delay-1000:focus-within {
    transition-delay: 1000ms;
  }

  .\32xl\:first\:delay-75:first-child {
    transition-delay: 75ms;
  }

  .\32xl\:first\:delay-100:first-child {
    transition-delay: 100ms;
  }

  .\32xl\:first\:delay-150:first-child {
    transition-delay: 150ms;
  }

  .\32xl\:first\:delay-200:first-child {
    transition-delay: 200ms;
  }

  .\32xl\:first\:delay-300:first-child {
    transition-delay: 300ms;
  }

  .\32xl\:first\:delay-500:first-child {
    transition-delay: 500ms;
  }

  .\32xl\:first\:delay-700:first-child {
    transition-delay: 700ms;
  }

  .\32xl\:first\:delay-1000:first-child {
    transition-delay: 1000ms;
  }

  .\32xl\:last\:delay-75:last-child {
    transition-delay: 75ms;
  }

  .\32xl\:last\:delay-100:last-child {
    transition-delay: 100ms;
  }

  .\32xl\:last\:delay-150:last-child {
    transition-delay: 150ms;
  }

  .\32xl\:last\:delay-200:last-child {
    transition-delay: 200ms;
  }

  .\32xl\:last\:delay-300:last-child {
    transition-delay: 300ms;
  }

  .\32xl\:last\:delay-500:last-child {
    transition-delay: 500ms;
  }

  .\32xl\:last\:delay-700:last-child {
    transition-delay: 700ms;
  }

  .\32xl\:last\:delay-1000:last-child {
    transition-delay: 1000ms;
  }

  .\32xl\:odd\:delay-75:nth-child(odd) {
    transition-delay: 75ms;
  }

  .\32xl\:odd\:delay-100:nth-child(odd) {
    transition-delay: 100ms;
  }

  .\32xl\:odd\:delay-150:nth-child(odd) {
    transition-delay: 150ms;
  }

  .\32xl\:odd\:delay-200:nth-child(odd) {
    transition-delay: 200ms;
  }

  .\32xl\:odd\:delay-300:nth-child(odd) {
    transition-delay: 300ms;
  }

  .\32xl\:odd\:delay-500:nth-child(odd) {
    transition-delay: 500ms;
  }

  .\32xl\:odd\:delay-700:nth-child(odd) {
    transition-delay: 700ms;
  }

  .\32xl\:odd\:delay-1000:nth-child(odd) {
    transition-delay: 1000ms;
  }

  .\32xl\:even\:delay-75:nth-child(even) {
    transition-delay: 75ms;
  }

  .\32xl\:even\:delay-100:nth-child(even) {
    transition-delay: 100ms;
  }

  .\32xl\:even\:delay-150:nth-child(even) {
    transition-delay: 150ms;
  }

  .\32xl\:even\:delay-200:nth-child(even) {
    transition-delay: 200ms;
  }

  .\32xl\:even\:delay-300:nth-child(even) {
    transition-delay: 300ms;
  }

  .\32xl\:even\:delay-500:nth-child(even) {
    transition-delay: 500ms;
  }

  .\32xl\:even\:delay-700:nth-child(even) {
    transition-delay: 700ms;
  }

  .\32xl\:even\:delay-1000:nth-child(even) {
    transition-delay: 1000ms;
  }

  .\32xl\:hover\:delay-75:hover {
    transition-delay: 75ms;
  }

  .\32xl\:hover\:delay-100:hover {
    transition-delay: 100ms;
  }

  .\32xl\:hover\:delay-150:hover {
    transition-delay: 150ms;
  }

  .\32xl\:hover\:delay-200:hover {
    transition-delay: 200ms;
  }

  .\32xl\:hover\:delay-300:hover {
    transition-delay: 300ms;
  }

  .\32xl\:hover\:delay-500:hover {
    transition-delay: 500ms;
  }

  .\32xl\:hover\:delay-700:hover {
    transition-delay: 700ms;
  }

  .\32xl\:hover\:delay-1000:hover {
    transition-delay: 1000ms;
  }

  .\32xl\:focus\:delay-75:focus {
    transition-delay: 75ms;
  }

  .\32xl\:focus\:delay-100:focus {
    transition-delay: 100ms;
  }

  .\32xl\:focus\:delay-150:focus {
    transition-delay: 150ms;
  }

  .\32xl\:focus\:delay-200:focus {
    transition-delay: 200ms;
  }

  .\32xl\:focus\:delay-300:focus {
    transition-delay: 300ms;
  }

  .\32xl\:focus\:delay-500:focus {
    transition-delay: 500ms;
  }

  .\32xl\:focus\:delay-700:focus {
    transition-delay: 700ms;
  }

  .\32xl\:focus\:delay-1000:focus {
    transition-delay: 1000ms;
  }

  .\32xl\:active\:delay-75:active {
    transition-delay: 75ms;
  }

  .\32xl\:active\:delay-100:active {
    transition-delay: 100ms;
  }

  .\32xl\:active\:delay-150:active {
    transition-delay: 150ms;
  }

  .\32xl\:active\:delay-200:active {
    transition-delay: 200ms;
  }

  .\32xl\:active\:delay-300:active {
    transition-delay: 300ms;
  }

  .\32xl\:active\:delay-500:active {
    transition-delay: 500ms;
  }

  .\32xl\:active\:delay-700:active {
    transition-delay: 700ms;
  }

  .\32xl\:active\:delay-1000:active {
    transition-delay: 1000ms;
  }

  .\32xl\:visited\:delay-75:visited {
    transition-delay: 75ms;
  }

  .\32xl\:visited\:delay-100:visited {
    transition-delay: 100ms;
  }

  .\32xl\:visited\:delay-150:visited {
    transition-delay: 150ms;
  }

  .\32xl\:visited\:delay-200:visited {
    transition-delay: 200ms;
  }

  .\32xl\:visited\:delay-300:visited {
    transition-delay: 300ms;
  }

  .\32xl\:visited\:delay-500:visited {
    transition-delay: 500ms;
  }

  .\32xl\:visited\:delay-700:visited {
    transition-delay: 700ms;
  }

  .\32xl\:visited\:delay-1000:visited {
    transition-delay: 1000ms;
  }

  .\32xl\:disabled\:delay-75:disabled {
    transition-delay: 75ms;
  }

  .\32xl\:disabled\:delay-100:disabled {
    transition-delay: 100ms;
  }

  .\32xl\:disabled\:delay-150:disabled {
    transition-delay: 150ms;
  }

  .\32xl\:disabled\:delay-200:disabled {
    transition-delay: 200ms;
  }

  .\32xl\:disabled\:delay-300:disabled {
    transition-delay: 300ms;
  }

  .\32xl\:disabled\:delay-500:disabled {
    transition-delay: 500ms;
  }

  .\32xl\:disabled\:delay-700:disabled {
    transition-delay: 700ms;
  }

  .\32xl\:disabled\:delay-1000:disabled {
    transition-delay: 1000ms;
  }

  .\32xl\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .group:hover .\32xl\:group-hover\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .group:hover .\32xl\:group-hover\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .group:hover .\32xl\:group-hover\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .group:hover .\32xl\:group-hover\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .group:hover .\32xl\:group-hover\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:focus-within\:animate-none:focus-within {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:focus-within\:animate-spin:focus-within {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:focus-within\:animate-ping:focus-within {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:focus-within\:animate-pulse:focus-within {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:focus-within\:animate-bounce:focus-within {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:first\:animate-none:first-child {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:first\:animate-spin:first-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:first\:animate-ping:first-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:first\:animate-pulse:first-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:first\:animate-bounce:first-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:last\:animate-none:last-child {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:last\:animate-spin:last-child {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:last\:animate-ping:last-child {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:last\:animate-pulse:last-child {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:last\:animate-bounce:last-child {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:odd\:animate-none:nth-child(odd) {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:odd\:animate-spin:nth-child(odd) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:odd\:animate-ping:nth-child(odd) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:odd\:animate-pulse:nth-child(odd) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:odd\:animate-bounce:nth-child(odd) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:even\:animate-none:nth-child(even) {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:even\:animate-spin:nth-child(even) {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:even\:animate-ping:nth-child(even) {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:even\:animate-pulse:nth-child(even) {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:even\:animate-bounce:nth-child(even) {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:hover\:animate-none:hover {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:hover\:animate-spin:hover {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:hover\:animate-ping:hover {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:hover\:animate-pulse:hover {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:hover\:animate-bounce:hover {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:focus\:animate-none:focus {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:focus\:animate-spin:focus {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:focus\:animate-ping:focus {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:focus\:animate-pulse:focus {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:focus\:animate-bounce:focus {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:active\:animate-none:active {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:active\:animate-spin:active {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:active\:animate-ping:active {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:active\:animate-pulse:active {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:active\:animate-bounce:active {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:visited\:animate-none:visited {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:visited\:animate-spin:visited {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:visited\:animate-ping:visited {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:visited\:animate-pulse:visited {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:visited\:animate-bounce:visited {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:disabled\:animate-none:disabled {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:disabled\:animate-spin:disabled {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:disabled\:animate-ping:disabled {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:disabled\:animate-pulse:disabled {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:disabled\:animate-bounce:disabled {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}
